openh323_v1_18_0/0040755000176200056700000000000010411467452013637 5ustar releasepostincropenh323_v1_18_0/src/0040755000176200056700000000000010411467452014426 5ustar releasepostincropenh323_v1_18_0/src/Makefile0100644000176200056700000003557010251251717016072 0ustar releasepostincr# # Makefile # # Make file for Open H323 library # # Copyright (c) 1998-2000 Equivalence Pty. Ltd. # # The contents of this file are subject to the Mozilla Public License # Version 1.0 (the "License"); you may not use this file except in # compliance with the License. You may obtain a copy of the License at # http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See # the License for the specific language governing rights and limitations # under the License. # # The Original Code is Open H323 Library. # # The Initial Developer of the Original Code is Equivalence Pty. Ltd. # # Contributor(s): ______________________________________. # # $Log: Makefile,v $ # Revision 1.132 2005/06/07 07:59:11 csoutheren # Applied patch 1176459 for PocketPC. Thanks to Matthias Weber # # Revision 1.131 2005/01/03 14:03:21 csoutheren # Added new configure options and ability to disable/enable modules # # Revision 1.130 2005/01/03 06:25:53 csoutheren # Added extensive support for disabling code modules at compile time # # Revision 1.129 2004/12/08 05:16:14 csoutheren # Fixed OSP compilation on Linux # # Revision 1.128 2004/06/10 13:16:31 csoutheren # Added configure option to remove ASN tracing # # Revision 1.127 2004/05/18 22:27:35 csoutheren # Initial support for embedded codecs # # Revision 1.126 2004/05/10 12:44:43 csoutheren # Removed G.726 and IMA ADPCM codecs # # Revision 1.125 2004/05/04 12:50:55 csoutheren # Having a bad day with endifs # # Revision 1.124 2004/05/04 12:46:42 csoutheren # Moved LPC-10 to plugins # # Revision 1.123 2004/05/04 00:06:57 csoutheren # Restored deleted endif # # Revision 1.122 2004/05/04 00:05:53 csoutheren # Removed usage of g729codec.cxx # # Revision 1.121 2004/05/02 13:36:31 csoutheren # Removed GSM as this is now a plugin # # Revision 1.120 2004/04/25 01:52:47 rjongbloed # Fixed GCC 3.4 warnings # # Revision 1.119 2004/04/22 22:35:00 csoutheren # Fixed mispelling of Guilhem Tardy - my apologies to him # # Revision 1.118 2004/04/22 14:22:20 csoutheren # Added RFC 2190 H.263 code as created by Guilhem Tardy and AliceStreet # Many thanks to them for their contributions. # # Revision 1.117 2004/04/18 21:49:11 ykiryanov # Ifdef'd inclusion of ixjunix for BeOS platform # # Revision 1.116 2004/04/14 11:40:05 csoutheren # Updated to detect system GSM library # # Revision 1.115 2004/04/11 13:27:25 csoutheren # Added plugin manager to Makefile # # Revision 1.114 2004/04/04 13:21:22 csoutheren # Remove requirement for ASN parser at compile time by adding in # pre-processed versions of all ASN files # Removed iLBC and Speex as these are now plugin codecs # # Revision 1.113 2004/04/03 10:38:25 csoutheren # Added in initial cut at codec plugin code. Branches are for wimps :) # # Revision 1.112.2.1 2004/03/31 11:50:25 csoutheren # Removed references to builtin iLBC as this has been moved to plugins # # Revision 1.112 2004/03/22 22:11:11 csoutheren # Fixed typo preventing compliltion on x86-64 thanks to Klaus Kaempf # # Revision 1.111 2004/02/26 11:27:36 csoutheren # Added extra flag for compiled C files, thanks to Klaus Kaempf # # Revision 1.110 2004/01/31 13:13:22 csoutheren # Fixed problem with HAS_IXJ being tested but not included # # Revision 1.109 2003/12/29 12:13:26 csoutheren # configure now checks for libspeex in system libraries and compares # version against version in local sources. Also use --enable-localspeex to # force use of local Speex or system Speex # # Revision 1.108 2003/08/04 00:03:29 dereksmithies # Reorganise tests for H263 codecs # # Revision 1.107 2003/07/29 12:34:18 csoutheren # Changed to ensure dynamic libraries dynamically link pwlib # # Revision 1.106 2003/07/26 03:54:30 dereksmithies # Fixes for New H263 support from ffmpeg and Vic H263 # # Revision 1.105 2003/06/06 03:55:52 rjongbloed # Added missing iLBC file. # # Revision 1.104 2003/06/06 02:37:05 rjongbloed # Fixed iLBC build # # Revision 1.103 2003/06/06 02:19:04 rjongbloed # Added iLBC codec # # Revision 1.102 2003/05/14 20:37:29 csoutheren # Changed for new AVC # # Revision 1.101 2003/05/05 12:14:03 robertj # Removed internal ldap as now use OpenLDAP # ifndef OPENH323DIR OPENH323DIR=$(CURDIR)/.. endif LIBRARY_MAKEFILE:=1 include $(OPENH323DIR)/openh323u.mak OH323_OBJDIR = $(OH323_LIBDIR)/$(PT_OBJBASE) ifdef NOTRACE OH323_OBJDIR := $(OH323_OBJDIR)n endif OBJDIR = $(OH323_OBJDIR) LIBDIR = $(OH323_LIBDIR) TARGET = $(LIBDIR)/$(OH323_FILE) VERSION_FILE = $(OPENH323DIR)/version.h ######################################## SOURCES += \ $(OH323_SRCDIR)/h225_1.cxx \ $(OH323_SRCDIR)/h225_2.cxx \ $(OH323_SRCDIR)/h245_1.cxx \ $(OH323_SRCDIR)/h245_2.cxx \ $(OH323_SRCDIR)/h245_3.cxx HEADER_FILES += $(OH323_INCDIR)/h323.h COMMON_SOURCES += $(OH323_SRCDIR)/h323.cxx $(OH323_SRCDIR)/h323ep.cxx HEADER_FILES += $(OH323_INCDIR)/h323neg.h COMMON_SOURCES += $(OH323_SRCDIR)/h323neg.cxx HEADER_FILES += $(OH323_INCDIR)/h323pdu.h COMMON_SOURCES += $(OH323_SRCDIR)/h323pdu.cxx HEADER_FILES += $(OH323_INCDIR)/h323rtp.h COMMON_SOURCES += $(OH323_SRCDIR)/h323rtp.cxx HEADER_FILES += $(OH323_INCDIR)/h323caps.h COMMON_SOURCES += $(OH323_SRCDIR)/h323caps.cxx HEADER_FILES += $(OH323_INCDIR)/q931.h COMMON_SOURCES += $(OH323_SRCDIR)/q931.cxx HEADER_FILES += $(OH323_INCDIR)/x224.h COMMON_SOURCES += $(OH323_SRCDIR)/x224.cxx HEADER_FILES += $(OH323_INCDIR)/codecs.h COMMON_SOURCES += $(OH323_SRCDIR)/codecs.cxx HEADER_FILES += $(OH323_INCDIR)/channels.h COMMON_SOURCES += $(OH323_SRCDIR)/channels.cxx HEADER_FILES += $(OH323_INCDIR)/transports.h COMMON_SOURCES += $(OH323_SRCDIR)/transports.cxx HEADER_FILES += $(OH323_INCDIR)/rtp.h COMMON_SOURCES += $(OH323_SRCDIR)/rtp.cxx HEADER_FILES += $(OH323_INCDIR)/gkclient.h COMMON_SOURCES += $(OH323_SRCDIR)/gkclient.cxx HEADER_FILES += $(OH323_INCDIR)/gkserver.h COMMON_SOURCES += $(OH323_SRCDIR)/gkserver.cxx HEADER_FILES += $(OH323_INCDIR)/mediafmt.h COMMON_SOURCES += $(OH323_SRCDIR)/mediafmt.cxx HEADER_FILES += $(OH323_INCDIR)/guid.h COMMON_SOURCES += $(OH323_SRCDIR)/guid.cxx HEADER_FILES += $(OH323_INCDIR)/h225ras.h COMMON_SOURCES += $(OH323_SRCDIR)/h225ras.cxx HEADER_FILES += $(OH323_INCDIR)/h323trans.h COMMON_SOURCES += $(OH323_SRCDIR)/h323trans.cxx HEADER_FILES += $(OH323_INCDIR)/h235auth.h COMMON_SOURCES += $(OH323_SRCDIR)/h235auth.cxx HEADER_FILES += $(OH323_INCDIR)/rfc2833.h COMMON_SOURCES += $(OH323_SRCDIR)/rfc2833.cxx ifdef HAS_PLUGINS HEADER_FILES += $(OH323_INCDIR)/h323pluginmgr.h COMMON_SOURCES += $(OH323_SRCDIR)/h323pluginmgr.cxx endif ifdef HAS_WAVFILE HEADER_FILES += $(OH323_INCDIR)/opalwavfile.h COMMON_SOURCES += $(OH323_SRCDIR)/opalwavfile.cxx HEADER_FILES += $(OH323_INCDIR)/rtp2wav.h COMMON_SOURCES += $(OH323_SRCDIR)/rtp2wav.cxx endif ifdef HAS_VXML HEADER_FILES += $(OH323_INCDIR)/opalvxml.h COMMON_SOURCES += $(OH323_SRCDIR)/opalvxml.cxx endif ########### H.248 ifdef H323_H248 SOURCES += $(OH323_SRCDIR)/h248.cxx HEADER_FILES += $(OH323_INCDIR)/svcctrl.h COMMON_SOURCES += $(OH323_SRCDIR)/svcctrl.cxx endif ########### H.450 ifdef H323_H450 SOURCES += \ $(OH323_SRCDIR)/x880.cxx \ $(OH323_SRCDIR)/h4501.cxx \ $(OH323_SRCDIR)/h4502.cxx \ $(OH323_SRCDIR)/h4504.cxx \ $(OH323_SRCDIR)/h4505.cxx \ $(OH323_SRCDIR)/h4506.cxx \ $(OH323_SRCDIR)/h4507.cxx \ $(OH323_SRCDIR)/h4508.cxx \ $(OH323_SRCDIR)/h4509.cxx \ $(OH323_SRCDIR)/h45010.cxx \ $(OH323_SRCDIR)/h45011.cxx HEADER_FILES += $(OH323_INCDIR)/h450pdu.h COMMON_SOURCES += $(OH323_SRCDIR)/h450pdu.cxx endif ########### H.501 ifdef H323_H501 SOURCES += $(OH323_SRCDIR)/h501.cxx HEADER_FILES += $(OH323_INCDIR)/peclient.h COMMON_SOURCES += $(OH323_SRCDIR)/peclient.cxx HEADER_FILES += $(OH323_INCDIR)/h323annexg.h COMMON_SOURCES += $(OH323_SRCDIR)/h323annexg.cxx HEADER_FILES += $(OH323_INCDIR)/h501pdu.h COMMON_SOURCES += $(OH323_SRCDIR)/h501pdu.cxx endif ########### T.120 ifdef H323_T120 HEADER_FILES += $(OH323_INCDIR)/h323t120.h COMMON_SOURCES += $(OH323_SRCDIR)/h323t120.cxx HEADER_FILES += $(OH323_INCDIR)/t120proto.h COMMON_SOURCES += $(OH323_SRCDIR)/t120proto.cxx endif ########## H.235 ifndef OH323_SUPPRESS_H235 SOURCES += $(OH323_SRCDIR)/h235.cxx endif ifdef HAS_OPENSSL COMMON_SOURCES += $(OH323_SRCDIR)/h235auth1.cxx endif ########### FAX ifdef H323_T38 SOURCES += $(OH323_SRCDIR)/t38.cxx HEADER_FILES += $(OH323_INCDIR)/h323t38.h COMMON_SOURCES += $(OH323_SRCDIR)/h323t38.cxx HEADER_FILES += $(OH323_INCDIR)/t38proto.h COMMON_SOURCES += $(OH323_SRCDIR)/t38proto.cxx endif ########### AUDIO ifndef NOAUDIOCODECS HEADER_FILES += $(OH323_INCDIR)/jitter.h COMMON_SOURCES += $(OH323_SRCDIR)/jitter.cxx HEADER_FILES += $(OH323_INCDIR)/lid.h COMMON_SOURCES += $(OH323_SRCDIR)/lid.cxx ifdef H323_IXJ HEADER_FILES += $(OH323_INCDIR)/ixjlid.h COMMON_SOURCES += $(OH323_SRCDIR)/ixjunix.cxx endif ifdef HAS_VPB COMMON_SOURCES += $(OH323_SRCDIR)/vpblid.cxx endif COMMON_SOURCES += $(OH323_SRCDIR)/g711.c endif # NOAUDIOCODECS ########### VIDEO ifndef NOVIDEO VIC_DIR = vic HEADER_FILES += $(OH323_INCDIR)/h261codec.h \ $(VIC_DIR)/p64.h \ $(VIC_DIR)/dct.h \ $(VIC_DIR)/p64-huff.h \ $(VIC_DIR)/config.h \ $(VIC_DIR)/bsd-endian.h \ $(VIC_DIR)/crdef.h \ $(VIC_DIR)/encoder.h \ $(VIC_DIR)/encoder-h261.h \ $(VIC_DIR)/p64encoder.h \ $(VIC_DIR)/transmitter.h \ $(VIC_DIR)/vid_coder.h \ $(VIC_DIR)/videoframe.h \ COMMON_SOURCES += $(OH323_SRCDIR)/h261codec.cxx \ $(VIC_DIR)/dct.cxx \ $(VIC_DIR)/p64.cxx \ $(VIC_DIR)/huffcode.c \ $(VIC_DIR)/bv.c \ $(VIC_DIR)/encoder-h261.cxx \ $(VIC_DIR)/p64encoder.cxx \ $(VIC_DIR)/transmitter.cxx \ $(VIC_DIR)/vid_coder.cxx ifdef CU30INSTALLED COMMON_SOURCES +=$(OH323_SRCDIR)/cu30codec.cxx HEADER_FILES +=$(OH323_INCDIR)/cu30codec.h endif ifdef H323_RFC2190_AVCODEC COMMON_SOURCES +=$(OH323_SRCDIR)/rfc2190avcodec.cxx HEADER_FILES +=$(OH323_INCDIR)/rfc2190avcodec.h else ifdef H323_AVCODEC COMMON_SOURCES +=$(OH323_SRCDIR)/ffh263codec.cxx HEADER_FILES +=$(OH323_INCDIR)/ffh263codec.h endif ifdef H323_VICH263 COMMON_SOURCES +=$(OH323_SRCDIR)/h263codec.cxx HEADER_FILES +=$(OH323_INCDIR)/h263codec.h endif endif # H323_RFC2190_AVCODEC endif # NOVIDEO ifdef H323_TRANSNEXUS_OSP COMMON_SOURCES +=$(OH323_SRCDIR)/opalosp.cxx HEADER_FILES +=$(OH323_INCDIR)/opalosp.h endif CLEAN_FILES = $(OH323_LIB) ifeq ($(NOTRACE), 0) STDCCFLAGS += -DPTRACING endif VPATH_CXX := $(OH323_SRCDIR) VPATH_C := $(OH323_SRCDIR) SOURCES += $(COMMON_SOURCES) #################################################### include $(PWLIBDIR)/make/common.mak #################################################### # make sure pwlib is in the list of external libraries # this ensures pwlib is not statically linked LDFLAGS += -L$(PW_LIBDIR) SYSLIBS += -l$(PTLIB_BASE)$(LIB_TYPE) LIB_BASENAME=$(OH323_BASE) LIB_FILENAME=$(OH323_FILE) include $(PWLIBDIR)/make/lib.mak #################################################### # Make sure the asnparser is built and if new version force recompiles # Use a different variable here to support cross compiling ifndef HOSTPWLIBDIR HOSTPWLIBDIR=$(PWLIBDIR) endif ifndef HOST_PLATFORM_TYPE HOST_PLATFORM_TYPE=$(PLATFORM_TYPE) endif # Set library path so asnparser will run ifdef LD_LIBRARY_PATH LD_LIBRARY_PATH:=$(LD_LIBRARY_PATH):$(HOSTPWLIBDIR)/lib else LD_LIBRARY_PATH:=$(HOSTPWLIBDIR)/lib endif export LD_LIBRARY_PATH # If we're cross compiling, we want the host's asnparser # otherwise use the one for the current platform ASNPARSE_DIR = $(HOSTPWLIBDIR)/tools/asnparser ASNPARSER = $(ASNPARSE_DIR)/obj_$(HOST_PLATFORM_TYPE)_d/asnparser # If not cross compiling then make sure asnparser is built ifeq ($(PLATFORM_TYPE),$(HOST_PLATFORM_TYPE)) $(ASNPARSER): $(MAKE) -C $(ASNPARSE_DIR) opt endif asnparser.version: $(ASNPARSER) $(ASNPARSER) --version | awk '{print $$1,$$2,$$3}' > asnparser.version.new if test -f asnparser.version && diff asnparser.version.new asnparser.version >/dev/null 2>&1 ; \ then rm asnparser.version.new ; \ else mv asnparser.version.new asnparser.version ; \ fi asnfiles: $(ASNPARSER) $(ASNPARSER) -s3 -m H245 -c --classheader "H245_AudioCapability=#ifndef PASN_NOPRINTON\nvoid PrintOn(ostream & strm) const;\n#endif" h245.asn mv $(OH323_SRCDIR)/h245.h $(OH323_INCDIR)/h245.h $(ASNPARSER) -m H235 -c h235.asn mv $(OH323_SRCDIR)/h235.h $(OH323_INCDIR)/h235.h $(ASNPARSER) -s2 -m H225 -r MULTIMEDIA-SYSTEM-CONTROL=H245 -c h225.asn mv $(OH323_SRCDIR)/h225.h $(OH323_INCDIR)/h225.h $(ASNPARSER) -m H248 -c h248.asn mv $(OH323_SRCDIR)/h248.h $(OH323_INCDIR)/h248.h $(ASNPARSER) -m H4501 -c h4501.asn mv $(OH323_SRCDIR)/h4501.h $(OH323_INCDIR)/h4501.h $(ASNPARSER) -m H4502 -c h4502.asn mv $(OH323_SRCDIR)/h4502.h $(OH323_INCDIR)/h4502.h $(ASNPARSER) -m H4503 -c h4503.asn mv $(OH323_SRCDIR)/h4503.h $(OH323_INCDIR)/h4503.h $(ASNPARSER) -m H4504 -c h4504.asn mv $(OH323_SRCDIR)/h4504.h $(OH323_INCDIR)/h4504.h $(ASNPARSER) -m H4505 -c h4505.asn mv $(OH323_SRCDIR)/h4505.h $(OH323_INCDIR)/h4505.h $(ASNPARSER) -m H4506 -c h4506.asn mv $(OH323_SRCDIR)/h4506.h $(OH323_INCDIR)/h4506.h $(ASNPARSER) -m H4507 -c h4507.asn mv $(OH323_SRCDIR)/h4507.h $(OH323_INCDIR)/h4507.h $(ASNPARSER) -m H4508 -c h4508.asn mv $(OH323_SRCDIR)/h4508.h $(OH323_INCDIR)/h4508.h $(ASNPARSER) -m H4509 -c h4509.asn mv $(OH323_SRCDIR)/h4509.h $(OH323_INCDIR)/h4509.h $(ASNPARSER) -m H45010 -c h45010.asn mv $(OH323_SRCDIR)/h45010.h $(OH323_INCDIR)/h45010.h $(ASNPARSER) -m H45011 -c h45011.asn mv $(OH323_SRCDIR)/h45011.h $(OH323_INCDIR)/h45011.h $(ASNPARSER) -m X880 -c x880.asn mv $(OH323_SRCDIR)/x880.h $(OH323_INCDIR)/x880.h $(ASNPARSER) -m H501 -c h501.asn mv $(OH323_SRCDIR)/h501.h $(OH323_INCDIR)/h501.h $(ASNPARSER) -m T38 -c t38.asn mv $(OH323_SRCDIR)/t38.h $(OH323_INCDIR)/t38.h $(ASNPARSER) -m MCS -c mcspdu.asn mv $(OH323_SRCDIR)/mcspdu.h $(OH323_INCDIR)/mcspdu.h $(ASNPARSER) -m GCC -c gccpdu.asn mv $(OH323_SRCDIR)/gccpdu.h $(OH323_INCDIR)/gccpdu.h # Build rules for VIC codecs $(OH323_OBJDIR)/%.o : $(VIC_DIR)/%.cxx @if [ ! -d $(OH323_OBJDIR) ] ; then mkdir -p $(OH323_OBJDIR) ; fi $(CPLUS) -I$(VIC_DIR) $(STDCCFLAGS) $(OPTCCFLAGS) $(CFLAGS) -c $< -o $@ $(OH323_OBJDIR)/%.o : $(VIC_DIR)/%.c @if [ ! -d $(OH323_OBJDIR) ] ; then mkdir -p $(OH323_OBJDIR) ; fi $(CC) -I$(VIC_DIR) $(STDCCFLAGS) $(OPTCCFLAGS) $(CFLAGS) -c $< -o $@ $(DEPDIR)/%.dep : $(VIC_DIR)/%.c @if [ ! -d $(DEPDIR) ] ; then mkdir -p $(DEPDIR) ; fi @printf %s $(OH323_OBJDIR)/ > $@ $(CPLUS) -I$(VIC_DIR) $(STDCCFLAGS:-g=) $(CFLAGS) -M $< >> $@ $(DEPDIR)/%.dep : $(VIC_DIR)/%.cxx @if [ ! -d $(DEPDIR) ] ; then mkdir -p $(DEPDIR) ; fi @printf %s $(OH323_OBJDIR)/ > $@ $(CPLUS) -I$(VIC_DIR) $(STDCCFLAGS:-g=) $(CFLAGS) -M $< >> $@ notrace:: $(MAKE) NOTRACE=1 opt openh323_v1_18_0/src/OpenH323.dtf0100644000176200056700001167713510277314046016410 0ustar releasepostincrLIBRARY OpenH323 EXPORTS ??0?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@QAE@ABV0@@Z @38011 NONAME ??0?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @38012 NONAME ??0?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@QAE@ABV0@@Z @38013 NONAME ??0?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@QAE@IW4TagClass@PASN_Object@@@Z @38014 NONAME ??0?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@QAE@ABV0@@Z @38015 NONAME ??0?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @38016 NONAME ??0?$H235_HASHED@VH235_EncodedGeneralToken@@@@QAE@ABV0@@Z @38017 NONAME ??0?$H235_HASHED@VH235_EncodedGeneralToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @26575 NONAME ??0?$H235_HASHED@VH235_EncodedPwdCertToken@@@@QAE@ABV0@@Z @38018 NONAME ??0?$H235_HASHED@VH235_EncodedPwdCertToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @18467 NONAME ??0?$H235_SIGNED@VH225_EncodedFastStartToken@@@@QAE@ABV0@@Z @38019 NONAME ??0?$H235_SIGNED@VH225_EncodedFastStartToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @26576 NONAME ??0?$H235_SIGNED@VH235_EncodedGeneralToken@@@@QAE@ABV0@@Z @38020 NONAME ??0?$H235_SIGNED@VH235_EncodedGeneralToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @38021 NONAME ??0?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@QAE@ABV0@@Z @38022 NONAME ??0?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@QAE@IW4TagClass@PASN_Object@@@Z @38023 NONAME ??0?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@QAE@ABV0@@Z @38024 NONAME ??0?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @38025 NONAME ??0?$H235_SIGNED@VH235_EncodedReturnSig@@@@QAE@ABV0@@Z @38026 NONAME ??0?$H235_SIGNED@VH235_EncodedReturnSig@@@@QAE@IW4TagClass@PASN_Object@@@Z @38027 NONAME ??0?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@std@@QAE@ABU?$less@I@1@ABV?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@1@@Z @43084 NONAME ??0?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@std@@QAE@ABU?$less@VPString@@@1@ABV?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@1@@Z @43627 NONAME ??0?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@std@@QAE@ABU?$less@VPString@@@1@ABV?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@1@@Z @42482 NONAME ??0?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@std@@QAE@ABU?$less@VPString@@@1@ABV?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@1@@Z @42483 NONAME ??0?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@std@@QAE@ABU?$less@VPString@@@1@ABV?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@1@@Z @43230 NONAME ??0?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@std@@QAE@ABU?$less@VPString@@@1@ABV?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@1@@Z @43628 NONAME ??0?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@std@@QAE@ABU?$less@VPString@@@1@ABV?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@1@@Z @42484 NONAME ??0?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@QAE@ABIABQAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@Z @43085 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@QAE@ABU01@@Z @43629 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@QAE@ABVPString@@ABQAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@Z @43630 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@QAE@ABU01@@Z @42485 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@QAE@ABVPString@@ABQAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@Z @42486 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@QAE@ABU01@@Z @43231 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@QAE@ABVPString@@ABQAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@Z @43232 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@QAE@ABU01@@Z @43631 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@QAE@ABVPString@@ABQAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@Z @43632 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@QAE@ABU01@@Z @42487 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@QAE@ABVPString@@ABQAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@Z @42488 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@QAE@ABU01@@Z @42489 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@QAE@ABVPString@@ABQAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@Z @42490 NONAME ??0?$pair@Viterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@_N@std@@QAE@ABViterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@1@AB_N@Z @43086 NONAME ??0?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@_N@std@@QAE@ABViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@1@AB_N@Z @43633 NONAME ??0?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@_N@std@@QAE@ABViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@1@AB_N@Z @42491 NONAME ??0?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@_N@std@@QAE@ABViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@1@AB_N@Z @43233 NONAME ??0?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@_N@std@@QAE@ABViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@1@AB_N@Z @43634 NONAME ??0?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@V123@@std@@QAE@ABViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@1@0@Z @43635 NONAME ??0?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@_N@std@@QAE@ABViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@1@AB_N@Z @42492 NONAME ??0?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@_N@std@@QAE@ABViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@1@AB_N@Z @42493 NONAME ??0?$PArray@V?$PList@VH323Capability@@@@@@IAE@HPBV0@@Z @38053 NONAME ??0?$PArray@V?$PList@VH323Capability@@@@@@QAE@H@Z @38054 NONAME ??0?$PArray@VH323SimultaneousCapabilities@@@@IAE@HPBV0@@Z @38055 NONAME ??0?$PArray@VH323SimultaneousCapabilities@@@@QAE@H@Z @38056 NONAME ??0?$PArray@VH323TransportAddress@@@@IAE@HPBV0@@Z @38057 NONAME ??0?$PArray@VH323TransportAddress@@@@QAE@ABV0@@Z @38058 NONAME ??0?$PArray@VH323TransportAddress@@@@QAE@H@Z @25835 NONAME ??0?$PArray@VReceiverReport@RTP_Session@@@@IAE@HPBV0@@Z @38059 NONAME ??0?$PArray@VReceiverReport@RTP_Session@@@@QAE@ABV0@@Z @38060 NONAME ??0?$PArray@VReceiverReport@RTP_Session@@@@QAE@H@Z @38061 NONAME ??0?$PArray@VSourceDescription@RTP_Session@@@@IAE@HPBV0@@Z @38062 NONAME ??0?$PArray@VSourceDescription@RTP_Session@@@@QAE@H@Z @38063 NONAME ??0?$PBaseArray@D@@QAE@PBDHH@Z @38064 NONAME ??0?$PBaseArray@E@@QAE@ABV0@@Z @12359 NONAME ??0?$PBaseArray@E@@QAE@PBEHH@Z @12360 NONAME ??0?$PBaseArray@F@@QAE@PBFHH@Z @38065 NONAME ??0?$PBaseArray@G@@QAE@ABV0@@Z @38066 NONAME ??0?$PBaseArray@G@@QAE@PBGHH@Z @38067 NONAME ??0?$PBaseArray@I@@QAE@ABV0@@Z @38068 NONAME ??0?$PBaseArray@I@@QAE@PBIHH@Z @38069 NONAME ??0?$PBaseArray@K@@QAE@H@Z @38070 NONAME ??0?$PBaseArray@K@@QAE@PBKHH@Z @38071 NONAME ??0?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@IAE@HPBV0@@Z @38072 NONAME ??0?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@QAE@XZ @38073 NONAME ??0?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@IAE@HPBV0@@Z @38074 NONAME ??0?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@QAE@XZ @38075 NONAME ??0?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@IAE@HPBV0@@Z @38076 NONAME ??0?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@QAE@XZ @38077 NONAME ??0?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@IAE@HPBV0@@Z @38078 NONAME ??0?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@QAE@XZ @38079 NONAME ??0?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@IAE@HPBV0@@Z @38080 NONAME ??0?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@QAE@XZ @38081 NONAME ??0?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@IAE@HPBV0@@Z @38082 NONAME ??0?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@QAE@ABV0@@Z @38083 NONAME ??0?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@QAE@XZ @38084 NONAME ??0?$PDictionary@VPString@@VH323Connection@@@@IAE@HPBV0@@Z @38085 NONAME ??0?$PDictionary@VPString@@VH323Connection@@@@QAE@XZ @38086 NONAME ??0?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@IAE@HPBV0@@Z @38087 NONAME ??0?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@QAE@XZ @26577 NONAME ??0?$PDictionary@VPString@@VPOrdinalKey@@@@IAE@HPBV0@@Z @38088 NONAME ??0?$PDictionary@VPString@@VPOrdinalKey@@@@QAE@XZ @38089 NONAME ??0?$PFactory@VH235Authenticator@@VPString@@@@IAE@XZ @43636 NONAME ??0?$PFactory@VH323Capability@@VPString@@@@IAE@XZ @42494 NONAME ??0?$PFactory@VH323StaticPluginCodec@@VPString@@@@IAE@XZ @42495 NONAME ??0?$PFactory@VOpalFactoryCodec@@VPString@@@@IAE@XZ @43234 NONAME ??0?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@IAE@XZ @43637 NONAME ??0?$PFactory@VOpalMediaFormat@@VPString@@@@IAE@XZ @42496 NONAME ??0?$PFactory@VPWAVFileConverter@@I@@IAE@XZ @43087 NONAME ??0?$PList@VH235Authenticator@@@@IAE@HPBV0@@Z @38092 NONAME ??0?$PList@VH235Authenticator@@@@QAE@ABV0@@Z @38093 NONAME ??0?$PList@VH235Authenticator@@@@QAE@XZ @38094 NONAME ??0?$PList@VH245_GenericParameter@@@@IAE@HPBV0@@Z @43638 NONAME ??0?$PList@VH245_GenericParameter@@@@QAE@ABV0@@Z @43639 NONAME ??0?$PList@VH245_GenericParameter@@@@QAE@XZ @43640 NONAME ??0?$PList@VH323Capability@@@@IAE@HPBV0@@Z @38095 NONAME ??0?$PList@VH323Capability@@@@QAE@XZ @38096 NONAME ??0?$PList@VH323Channel@@@@IAE@HPBV0@@Z @38097 NONAME ??0?$PList@VH323Channel@@@@QAE@XZ @38098 NONAME ??0?$PList@VH323GatekeeperListener@@@@IAE@HPBV0@@Z @38099 NONAME ??0?$PList@VH323GatekeeperListener@@@@QAE@XZ @38100 NONAME ??0?$PList@VH323Listener@@@@IAE@HPBV0@@Z @38101 NONAME ??0?$PList@VH323Listener@@@@QAE@XZ @38102 NONAME ??0?$PList@VH323Transactor@@@@IAE@HPBV0@@Z @38103 NONAME ??0?$PList@VH323Transactor@@@@QAE@XZ @38104 NONAME ??0?$PList@VH450xHandler@@@@IAE@HPBV0@@Z @38105 NONAME ??0?$PList@VH450xHandler@@@@QAE@XZ @38106 NONAME ??0?$PList@VInterfaceEntry@PIPSocket@@@@IAE@HPBV0@@Z @38107 NONAME ??0?$PList@VInterfaceEntry@PIPSocket@@@@QAE@XZ @38108 NONAME ??0?$PList@VOpalMediaFormat@@@@IAE@HPBV0@@Z @38109 NONAME ??0?$PList@VOpalMediaFormat@@@@QAE@ABV0@@Z @38110 NONAME ??0?$PList@VOpalMediaFormat@@@@QAE@XZ @12905 NONAME ??0?$PList@VPBYTEArray@@@@IAE@HPBV0@@Z @38111 NONAME ??0?$PList@VPBYTEArray@@@@QAE@XZ @38112 NONAME ??0?$PList@VPSocket@@@@IAE@HPBV0@@Z @38113 NONAME ??0?$POrdinalDictionary@VPString@@@@IAE@HPBV0@@Z @38114 NONAME ??0?$POrdinalDictionary@VPString@@@@QAE@XZ @38115 NONAME ??0?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@QAE@XZ @38116 NONAME ??0?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@QAE@XZ @38117 NONAME ??0?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@QAE@XZ @38118 NONAME ??0?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@QAE@XZ @38119 NONAME ??0?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@QAE@XZ @38120 NONAME ??0?$PSafePtr@VH323GatekeeperCall@@@@QAE@ABV0@@Z @38122 NONAME ??0?$PSafePtr@VH323GatekeeperCall@@@@QAE@ABVPSafeCollection@@W4PSafetyMode@@H@Z @43235 NONAME ??0?$PSafePtr@VH323GatekeeperCall@@@@QAE@PAVH323GatekeeperCall@@W4PSafetyMode@@@Z @43236 NONAME ??0?$PSafePtr@VH323PeerElementDescriptor@@@@QAE@ABV0@@Z @38124 NONAME ??0?$PSafePtr@VH323PeerElementDescriptor@@@@QAE@ABVPSafeCollection@@W4PSafetyMode@@H@Z @43237 NONAME ??0?$PSafePtr@VH323PeerElementDescriptor@@@@QAE@PAVH323PeerElementDescriptor@@W4PSafetyMode@@@Z @43238 NONAME ??0?$PSafePtr@VH323PeerElementServiceRelationship@@@@QAE@ABV0@@Z @38126 NONAME ??0?$PSafePtr@VH323PeerElementServiceRelationship@@@@QAE@ABVPSafeCollection@@W4PSafetyMode@@H@Z @43239 NONAME ??0?$PSafePtr@VH323PeerElementServiceRelationship@@@@QAE@PAVH323PeerElementServiceRelationship@@W4PSafetyMode@@@Z @43240 NONAME ??0?$PSafePtr@VH323RegisteredEndPoint@@@@QAE@ABV0@@Z @38129 NONAME ??0?$PSafePtr@VH323RegisteredEndPoint@@@@QAE@ABVPSafeCollection@@W4PSafetyMode@@H@Z @43241 NONAME ??0?$PSafePtr@VH323RegisteredEndPoint@@@@QAE@ABVPSafeCollection@@W4PSafetyMode@@PAVPSafeObject@@@Z @43242 NONAME ??0?$PSafePtr@VH323RegisteredEndPoint@@@@QAE@PAVH323RegisteredEndPoint@@W4PSafetyMode@@@Z @38130 NONAME ??0?$PSafeSortedList@VH323GatekeeperCall@@@@QAE@XZ @38131 NONAME ??0?$PSafeSortedList@VH323PeerElementDescriptor@@@@QAE@XZ @38132 NONAME ??0?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@QAE@XZ @38133 NONAME ??0?$PScalarArray@F@@QAE@H@Z @38134 NONAME ??0?$PScalarArray@G@@QAE@ABV0@@Z @38135 NONAME ??0?$PScalarArray@G@@QAE@H@Z @26405 NONAME ??0?$PScalarArray@I@@QAE@ABV0@@Z @38136 NONAME ??0?$PScalarArray@I@@QAE@H@Z @38137 NONAME ??0?$PSet@VPOrdinalKey@@@@IAE@HPBV0@@Z @38138 NONAME ??0?$PSet@VPOrdinalKey@@@@QAE@H@Z @38139 NONAME ??0?$PSet@VPString@@@@IAE@HPBV0@@Z @38140 NONAME ??0?$PSet@VPString@@@@QAE@H@Z @38141 NONAME ??0?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@IAE@HPBV0@@Z @38142 NONAME ??0?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@QAE@XZ @38143 NONAME ??0?$PSortedList@VH225_AliasAddress@@@@IAE@HPBV0@@Z @38144 NONAME ??0?$PSortedList@VH225_AliasAddress@@@@QAE@XZ @38145 NONAME ??0?$PSortedList@VH323GatekeeperCall@@@@IAE@HPBV0@@Z @38146 NONAME ??0?$PSortedList@VH323GatekeeperCall@@@@QAE@XZ @37904 NONAME ??0?$PSortedList@VH323PeerElementDescriptor@@@@IAE@HPBV0@@Z @38147 NONAME ??0?$PSortedList@VH323PeerElementDescriptor@@@@QAE@XZ @37905 NONAME ??0?$PSortedList@VH323PeerElementServiceRelationship@@@@IAE@HPBV0@@Z @38148 NONAME ??0?$PSortedList@VH323PeerElementServiceRelationship@@@@QAE@XZ @37906 NONAME ??0?$PSortedList@VMXRecord@PDNS@@@@IAE@HPBV0@@Z @43641 NONAME ??0?$PSortedList@VMXRecord@PDNS@@@@QAE@XZ @43642 NONAME ??0?$PSortedList@VPString@@@@IAE@HPBV0@@Z @38149 NONAME ??0?$PSortedList@VPString@@@@QAE@XZ @38150 NONAME ??0?$PSortedList@VResponse@H323Transactor@@@@IAE@HPBV0@@Z @38151 NONAME ??0?$PSortedList@VResponse@H323Transactor@@@@QAE@XZ @38152 NONAME ??0?$PSortedList@VSRVRecord@PDNS@@@@IAE@HPBV0@@Z @43643 NONAME ??0?$PSortedList@VSRVRecord@PDNS@@@@QAE@XZ @43644 NONAME ??0?$PStringDictionary@VPOrdinalKey@@@@IAE@HPBV0@@Z @38153 NONAME ??0?$PStringDictionary@VPOrdinalKey@@@@QAE@XZ @12363 NONAME ??0?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAE@ABV?$allocator@ULookupRecord@@@1@@Z @43645 NONAME ??0?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@QAE@ABVPString@@_N@Z @43646 NONAME ??0?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@QAE@ABVPString@@_N@Z @43647 NONAME ??0?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@QAE@ABVPString@@_N@Z @43648 NONAME ??0?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@QAE@ABVPString@@_N@Z @42497 NONAME ??0?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @42498 NONAME ??0?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @42499 NONAME ??0?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @42500 NONAME ??0?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @42501 NONAME ??0?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @42502 NONAME ??0?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @42503 NONAME ??0?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @42504 NONAME ??0?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @42505 NONAME ??0?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @42506 NONAME ??0?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @42507 NONAME ??0?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @42508 NONAME ??0?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @42509 NONAME ??0?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @42510 NONAME ??0?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @42511 NONAME ??0?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @42512 NONAME ??0?$Worker@VHIDPluginDeviceManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@QAE@ABVPString@@_N@Z @43649 NONAME ??0?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @42513 NONAME ??0?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @42514 NONAME ??0?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @42515 NONAME ??0?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @42516 NONAME ??0?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @42517 NONAME ??0?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @42518 NONAME ??0?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @42519 NONAME ??0?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @42520 NONAME ??0?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @42521 NONAME ??0?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @42522 NONAME ??0?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @42523 NONAME ??0?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @42524 NONAME ??0?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @42525 NONAME ??0?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @42526 NONAME ??0?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @42527 NONAME ??0?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @42528 NONAME ??0?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@QAE@ABVPString@@_N@Z @43650 NONAME ??0?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@QAE@ABI_N@Z @43088 NONAME ??0?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@QAE@ABI_N@Z @43089 NONAME ??0?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAE@ABU?$less@I@1@_NABV?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@1@@Z @43090 NONAME ??0?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAE@ABU?$less@VPString@@@1@_NABV?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@1@@Z @43651 NONAME ??0?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAE@ABU?$less@VPString@@@1@_NABV?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@1@@Z @42529 NONAME ??0?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QAE@ABU?$less@VPString@@@1@_NABV?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@1@@Z @42530 NONAME ??0?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAE@ABU?$less@VPString@@@1@_NABV?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@1@@Z @43243 NONAME ??0?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAE@ABU?$less@VPString@@@1@_NABV?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@1@@Z @43652 NONAME ??0?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAE@ABU?$less@VPString@@@1@_NABV?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@1@@Z @42531 NONAME ??0AdmissionRequestResponseInfo@@QAE@AAUAdmissionResponse@H323Gatekeeper@@AAVH323Connection@@@Z @38162 NONAME ??0AdmissionResponse@H323Gatekeeper@@QAE@XZ @19597 NONAME ??0AliasKey@H323PeerElement@@QAE@ABVH225_AliasAddress@@ABVOpalGloballyUniqueID@@HH@Z @38163 NONAME ??0AlternateInfo@H323Gatekeeper@@QAE@AAVH225_AlternateGK@@@Z @20723 NONAME ??0ByteQueue@OpalVoipBlasterDevice@@QAE@H@Z @19974 NONAME ??0Code@PMessageDigest5@@QAE@XZ @38164 NONAME ??0CodecReadAnalyser@@QAE@XZ @38165 NONAME ??0const_iterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAE@ABViterator@12@@Z @43091 NONAME ??0const_iterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAE@XZ @43092 NONAME ??0const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAE@ABViterator@12@@Z @43653 NONAME ??0const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAE@XZ @43654 NONAME ??0const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAE@ABViterator@12@@Z @42532 NONAME ??0const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAE@XZ @42533 NONAME ??0const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QAE@ABViterator@12@@Z @42534 NONAME ??0const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QAE@XZ @42535 NONAME ??0const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAE@ABViterator@12@@Z @43244 NONAME ??0const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAE@XZ @43245 NONAME ??0const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAE@ABViterator@12@@Z @43655 NONAME ??0const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAE@XZ @43656 NONAME ??0const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAE@ABViterator@12@@Z @42536 NONAME ??0const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAE@XZ @42537 NONAME ??0Encoder@@IAE@PAVTransmitter@@@Z @38172 NONAME ??0Entry@RTP_JitterBuffer@@QAE@XZ @38173 NONAME ??0FilterInfo@H323Codec@@QAE@AAV1@PAXHH@Z @38174 NONAME ??0FullP64Decoder@@QAE@XZ @7 NONAME ??0G7231_File_Capability@@QAE@ABV0@@Z @38175 NONAME ??0G7231_File_Capability@@QAE@XZ @20801 NONAME ??0G7231_File_Codec@@QAE@W4Direction@H323Codec@@@Z @20802 NONAME ??0GCC_AlternativeNodeID@@QAE@ABV0@@Z @8 NONAME ??0GCC_AlternativeNodeID@@QAE@IW4TagClass@PASN_Object@@@Z @9 NONAME ??0GCC_ApplicationInvokeIndication@@QAE@ABV0@@Z @38176 NONAME ??0GCC_ApplicationInvokeIndication@@QAE@IW4TagClass@PASN_Object@@@Z @10 NONAME ??0GCC_ApplicationInvokeSpecifier@@QAE@ABV0@@Z @38177 NONAME ??0GCC_ApplicationInvokeSpecifier@@QAE@IW4TagClass@PASN_Object@@@Z @11 NONAME ??0GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@QAE@ABV0@@Z @38178 NONAME ??0GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@QAE@IW4TagClass@PASN_Object@@@Z @12 NONAME ??0GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@QAE@ABV0@@Z @38179 NONAME ??0GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @13 NONAME ??0GCC_ApplicationRecord@@QAE@ABV0@@Z @38180 NONAME ??0GCC_ApplicationRecord@@QAE@IW4TagClass@PASN_Object@@@Z @14 NONAME ??0GCC_ApplicationRecord_nonCollapsingCapabilities@@QAE@ABV0@@Z @15 NONAME ??0GCC_ApplicationRecord_nonCollapsingCapabilities@@QAE@IW4TagClass@PASN_Object@@@Z @16 NONAME ??0GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@QAE@ABV0@@Z @38181 NONAME ??0GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @17 NONAME ??0GCC_ArrayOf_ApplicationInvokeSpecifier@@QAE@ABV0@@Z @38182 NONAME ??0GCC_ArrayOf_ApplicationInvokeSpecifier@@QAE@IW4TagClass@PASN_Object@@@Z @18 NONAME ??0GCC_ArrayOf_ChallengeItem@@QAE@ABV0@@Z @38183 NONAME ??0GCC_ArrayOf_ChallengeItem@@QAE@IW4TagClass@PASN_Object@@@Z @19 NONAME ??0GCC_ArrayOf_ConferenceDescriptor@@QAE@ABV0@@Z @38184 NONAME ??0GCC_ArrayOf_ConferenceDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @20 NONAME ??0GCC_ArrayOf_Privilege@@QAE@ABV0@@Z @21 NONAME ??0GCC_ArrayOf_Privilege@@QAE@IW4TagClass@PASN_Object@@@Z @22 NONAME ??0GCC_ArrayOf_TextString@@QAE@ABV0@@Z @23 NONAME ??0GCC_ArrayOf_TextString@@QAE@IW4TagClass@PASN_Object@@@Z @24 NONAME ??0GCC_ArrayOf_UserID@@QAE@ABV0@@Z @38185 NONAME ??0GCC_ArrayOf_UserID@@QAE@IW4TagClass@PASN_Object@@@Z @25 NONAME ??0GCC_AsymmetryIndicator@@QAE@ABV0@@Z @38186 NONAME ??0GCC_AsymmetryIndicator@@QAE@IW4TagClass@PASN_Object@@@Z @26 NONAME ??0GCC_CapabilityClass@@QAE@ABV0@@Z @38187 NONAME ??0GCC_CapabilityClass@@QAE@IW4TagClass@PASN_Object@@@Z @27 NONAME ??0GCC_CapabilityID@@QAE@ABV0@@Z @38188 NONAME ??0GCC_CapabilityID@@QAE@IW4TagClass@PASN_Object@@@Z @28 NONAME ??0GCC_ChallengeItem@@QAE@ABV0@@Z @38189 NONAME ??0GCC_ChallengeItem@@QAE@IW4TagClass@PASN_Object@@@Z @29 NONAME ??0GCC_ChallengeRequest@@QAE@ABV0@@Z @38190 NONAME ??0GCC_ChallengeRequest@@QAE@IW4TagClass@PASN_Object@@@Z @30 NONAME ??0GCC_ChallengeResponse@@QAE@ABV0@@Z @38191 NONAME ??0GCC_ChallengeResponse@@QAE@IW4TagClass@PASN_Object@@@Z @31 NONAME ??0GCC_ChallengeResponseAlgorithm@@QAE@ABV0@@Z @38192 NONAME ??0GCC_ChallengeResponseAlgorithm@@QAE@IW4TagClass@PASN_Object@@@Z @32 NONAME ??0GCC_ChallengeResponseItem@@QAE@ABV0@@Z @38193 NONAME ??0GCC_ChallengeResponseItem@@QAE@IW4TagClass@PASN_Object@@@Z @33 NONAME ??0GCC_ChannelID@@QAE@ABV0@@Z @34 NONAME ??0GCC_ChannelID@@QAE@IW4TagClass@PASN_Object@@@Z @35 NONAME ??0GCC_ChannelType@@QAE@ABV0@@Z @36 NONAME ??0GCC_ChannelType@@QAE@IW4TagClass@PASN_Object@@@Z @37 NONAME ??0GCC_ConductorAssignIndication@@QAE@ABV0@@Z @38194 NONAME ??0GCC_ConductorAssignIndication@@QAE@IW4TagClass@PASN_Object@@@Z @38 NONAME ??0GCC_ConductorPermissionAskIndication@@QAE@ABV0@@Z @38195 NONAME ??0GCC_ConductorPermissionAskIndication@@QAE@IW4TagClass@PASN_Object@@@Z @39 NONAME ??0GCC_ConductorPermissionGrantIndication@@QAE@ABV0@@Z @38196 NONAME ??0GCC_ConductorPermissionGrantIndication@@QAE@IW4TagClass@PASN_Object@@@Z @40 NONAME ??0GCC_ConductorReleaseIndication@@QAE@ABV0@@Z @38197 NONAME ??0GCC_ConductorReleaseIndication@@QAE@IW4TagClass@PASN_Object@@@Z @41 NONAME ??0GCC_ConferenceAddRequest@@QAE@ABV0@@Z @38198 NONAME ??0GCC_ConferenceAddRequest@@QAE@IW4TagClass@PASN_Object@@@Z @42 NONAME ??0GCC_ConferenceAddResponse@@QAE@ABV0@@Z @38199 NONAME ??0GCC_ConferenceAddResponse@@QAE@IW4TagClass@PASN_Object@@@Z @43 NONAME ??0GCC_ConferenceAddResponse_result@@QAE@ABV0@@Z @38200 NONAME ??0GCC_ConferenceAddResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @44 NONAME ??0GCC_ConferenceAssistanceIndication@@QAE@ABV0@@Z @38201 NONAME ??0GCC_ConferenceAssistanceIndication@@QAE@IW4TagClass@PASN_Object@@@Z @45 NONAME ??0GCC_ConferenceCreateRequest@@QAE@ABV0@@Z @38202 NONAME ??0GCC_ConferenceCreateRequest@@QAE@IW4TagClass@PASN_Object@@@Z @46 NONAME ??0GCC_ConferenceCreateResponse@@QAE@ABV0@@Z @38203 NONAME ??0GCC_ConferenceCreateResponse@@QAE@IW4TagClass@PASN_Object@@@Z @47 NONAME ??0GCC_ConferenceCreateResponse_result@@QAE@ABV0@@Z @38204 NONAME ??0GCC_ConferenceCreateResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @48 NONAME ??0GCC_ConferenceDescriptor@@QAE@ABV0@@Z @38205 NONAME ??0GCC_ConferenceDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @49 NONAME ??0GCC_ConferenceEjectUserIndication@@QAE@ABV0@@Z @38206 NONAME ??0GCC_ConferenceEjectUserIndication@@QAE@IW4TagClass@PASN_Object@@@Z @50 NONAME ??0GCC_ConferenceEjectUserIndication_reason@@QAE@ABV0@@Z @38207 NONAME ??0GCC_ConferenceEjectUserIndication_reason@@QAE@IW4TagClass@PASN_Object@@@Z @51 NONAME ??0GCC_ConferenceEjectUserRequest@@QAE@ABV0@@Z @38208 NONAME ??0GCC_ConferenceEjectUserRequest@@QAE@IW4TagClass@PASN_Object@@@Z @52 NONAME ??0GCC_ConferenceEjectUserRequest_reason@@QAE@ABV0@@Z @38209 NONAME ??0GCC_ConferenceEjectUserRequest_reason@@QAE@IW4TagClass@PASN_Object@@@Z @53 NONAME ??0GCC_ConferenceEjectUserResponse@@QAE@ABV0@@Z @38210 NONAME ??0GCC_ConferenceEjectUserResponse@@QAE@IW4TagClass@PASN_Object@@@Z @54 NONAME ??0GCC_ConferenceEjectUserResponse_result@@QAE@ABV0@@Z @38211 NONAME ??0GCC_ConferenceEjectUserResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @55 NONAME ??0GCC_ConferenceInviteRequest@@QAE@ABV0@@Z @38212 NONAME ??0GCC_ConferenceInviteRequest@@QAE@IW4TagClass@PASN_Object@@@Z @56 NONAME ??0GCC_ConferenceInviteResponse@@QAE@ABV0@@Z @38213 NONAME ??0GCC_ConferenceInviteResponse@@QAE@IW4TagClass@PASN_Object@@@Z @57 NONAME ??0GCC_ConferenceInviteResponse_result@@QAE@ABV0@@Z @38214 NONAME ??0GCC_ConferenceInviteResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @58 NONAME ??0GCC_ConferenceJoinRequest@@QAE@ABV0@@Z @38215 NONAME ??0GCC_ConferenceJoinRequest@@QAE@IW4TagClass@PASN_Object@@@Z @59 NONAME ??0GCC_ConferenceJoinResponse@@QAE@ABV0@@Z @38216 NONAME ??0GCC_ConferenceJoinResponse@@QAE@IW4TagClass@PASN_Object@@@Z @60 NONAME ??0GCC_ConferenceJoinResponse_result@@QAE@ABV0@@Z @61 NONAME ??0GCC_ConferenceJoinResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @62 NONAME ??0GCC_ConferenceLockIndication@@QAE@ABV0@@Z @38217 NONAME ??0GCC_ConferenceLockIndication@@QAE@IW4TagClass@PASN_Object@@@Z @63 NONAME ??0GCC_ConferenceLockRequest@@QAE@ABV0@@Z @38218 NONAME ??0GCC_ConferenceLockRequest@@QAE@IW4TagClass@PASN_Object@@@Z @64 NONAME ??0GCC_ConferenceLockResponse@@QAE@ABV0@@Z @38219 NONAME ??0GCC_ConferenceLockResponse@@QAE@IW4TagClass@PASN_Object@@@Z @65 NONAME ??0GCC_ConferenceLockResponse_result@@QAE@ABV0@@Z @38220 NONAME ??0GCC_ConferenceLockResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @66 NONAME ??0GCC_ConferenceName@@QAE@ABV0@@Z @38221 NONAME ??0GCC_ConferenceName@@QAE@IW4TagClass@PASN_Object@@@Z @67 NONAME ??0GCC_ConferenceNameModifier@@QAE@ABV0@@Z @38222 NONAME ??0GCC_ConferenceNameModifier@@QAE@IW4TagClass@PASN_Object@@@Z @68 NONAME ??0GCC_ConferenceNameSelector@@QAE@ABV0@@Z @38223 NONAME ??0GCC_ConferenceNameSelector@@QAE@IW4TagClass@PASN_Object@@@Z @69 NONAME ??0GCC_ConferencePriority@@QAE@ABV0@@Z @70 NONAME ??0GCC_ConferencePriority@@QAE@IW4TagClass@PASN_Object@@@Z @71 NONAME ??0GCC_ConferencePriorityScheme@@QAE@ABV0@@Z @38224 NONAME ??0GCC_ConferencePriorityScheme@@QAE@IW4TagClass@PASN_Object@@@Z @72 NONAME ??0GCC_ConferenceQueryRequest@@QAE@ABV0@@Z @38225 NONAME ??0GCC_ConferenceQueryRequest@@QAE@IW4TagClass@PASN_Object@@@Z @73 NONAME ??0GCC_ConferenceQueryResponse@@QAE@ABV0@@Z @38226 NONAME ??0GCC_ConferenceQueryResponse@@QAE@IW4TagClass@PASN_Object@@@Z @74 NONAME ??0GCC_ConferenceQueryResponse_result@@QAE@ABV0@@Z @38227 NONAME ??0GCC_ConferenceQueryResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @75 NONAME ??0GCC_ConferenceTerminateIndication@@QAE@ABV0@@Z @38228 NONAME ??0GCC_ConferenceTerminateIndication@@QAE@IW4TagClass@PASN_Object@@@Z @76 NONAME ??0GCC_ConferenceTerminateIndication_reason@@QAE@ABV0@@Z @38229 NONAME ??0GCC_ConferenceTerminateIndication_reason@@QAE@IW4TagClass@PASN_Object@@@Z @77 NONAME ??0GCC_ConferenceTerminateRequest@@QAE@ABV0@@Z @38230 NONAME ??0GCC_ConferenceTerminateRequest@@QAE@IW4TagClass@PASN_Object@@@Z @78 NONAME ??0GCC_ConferenceTerminateRequest_reason@@QAE@ABV0@@Z @38231 NONAME ??0GCC_ConferenceTerminateRequest_reason@@QAE@IW4TagClass@PASN_Object@@@Z @79 NONAME ??0GCC_ConferenceTerminateResponse@@QAE@ABV0@@Z @38232 NONAME ??0GCC_ConferenceTerminateResponse@@QAE@IW4TagClass@PASN_Object@@@Z @80 NONAME ??0GCC_ConferenceTerminateResponse_result@@QAE@ABV0@@Z @38233 NONAME ??0GCC_ConferenceTerminateResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @81 NONAME ??0GCC_ConferenceTimeExtendIndication@@QAE@ABV0@@Z @38234 NONAME ??0GCC_ConferenceTimeExtendIndication@@QAE@IW4TagClass@PASN_Object@@@Z @82 NONAME ??0GCC_ConferenceTimeInquireIndication@@QAE@ABV0@@Z @38235 NONAME ??0GCC_ConferenceTimeInquireIndication@@QAE@IW4TagClass@PASN_Object@@@Z @83 NONAME ??0GCC_ConferenceTimeRemainingIndication@@QAE@ABV0@@Z @38236 NONAME ??0GCC_ConferenceTimeRemainingIndication@@QAE@IW4TagClass@PASN_Object@@@Z @84 NONAME ??0GCC_ConferenceTransferIndication@@QAE@ABV0@@Z @38237 NONAME ??0GCC_ConferenceTransferIndication@@QAE@IW4TagClass@PASN_Object@@@Z @85 NONAME ??0GCC_ConferenceTransferRequest@@QAE@ABV0@@Z @38238 NONAME ??0GCC_ConferenceTransferRequest@@QAE@IW4TagClass@PASN_Object@@@Z @86 NONAME ??0GCC_ConferenceTransferResponse@@QAE@ABV0@@Z @38239 NONAME ??0GCC_ConferenceTransferResponse@@QAE@IW4TagClass@PASN_Object@@@Z @87 NONAME ??0GCC_ConferenceTransferResponse_result@@QAE@ABV0@@Z @38240 NONAME ??0GCC_ConferenceTransferResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @88 NONAME ??0GCC_ConferenceUnlockIndication@@QAE@ABV0@@Z @38241 NONAME ??0GCC_ConferenceUnlockIndication@@QAE@IW4TagClass@PASN_Object@@@Z @89 NONAME ??0GCC_ConferenceUnlockRequest@@QAE@ABV0@@Z @38242 NONAME ??0GCC_ConferenceUnlockRequest@@QAE@IW4TagClass@PASN_Object@@@Z @90 NONAME ??0GCC_ConferenceUnlockResponse@@QAE@ABV0@@Z @38243 NONAME ??0GCC_ConferenceUnlockResponse@@QAE@IW4TagClass@PASN_Object@@@Z @91 NONAME ??0GCC_ConferenceUnlockResponse_result@@QAE@ABV0@@Z @38244 NONAME ??0GCC_ConferenceUnlockResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @92 NONAME ??0GCC_ConnectData@@QAE@ABV0@@Z @38245 NONAME ??0GCC_ConnectData@@QAE@IW4TagClass@PASN_Object@@@Z @93 NONAME ??0GCC_ConnectGCCPDU@@QAE@ABV0@@Z @38246 NONAME ??0GCC_ConnectGCCPDU@@QAE@IW4TagClass@PASN_Object@@@Z @94 NONAME ??0GCC_DialingString@@QAE@ABV0@@Z @38247 NONAME ??0GCC_DialingString@@QAE@IW4TagClass@PASN_Object@@@Z @95 NONAME ??0GCC_DynamicChannelID@@QAE@ABV0@@Z @96 NONAME ??0GCC_DynamicChannelID@@QAE@IW4TagClass@PASN_Object@@@Z @97 NONAME ??0GCC_DynamicTokenID@@QAE@ABV0@@Z @38248 NONAME ??0GCC_DynamicTokenID@@QAE@IW4TagClass@PASN_Object@@@Z @98 NONAME ??0GCC_EntityID@@QAE@ABV0@@Z @38249 NONAME ??0GCC_EntityID@@QAE@IW4TagClass@PASN_Object@@@Z @99 NONAME ??0GCC_ExtraDialingString@@QAE@ABV0@@Z @100 NONAME ??0GCC_ExtraDialingString@@QAE@IW4TagClass@PASN_Object@@@Z @101 NONAME ??0GCC_FunctionNotSupportedResponse@@QAE@ABV0@@Z @38250 NONAME ??0GCC_FunctionNotSupportedResponse@@QAE@IW4TagClass@PASN_Object@@@Z @102 NONAME ??0GCC_GCCPDU@@QAE@ABV0@@Z @38251 NONAME ??0GCC_GCCPDU@@QAE@IW4TagClass@PASN_Object@@@Z @103 NONAME ??0GCC_H221NonStandardIdentifier@@QAE@ABV0@@Z @38252 NONAME ??0GCC_H221NonStandardIdentifier@@QAE@ABVPBYTEArray@@@Z @25986 NONAME ??0GCC_H221NonStandardIdentifier@@QAE@ABVPString@@@Z @25987 NONAME ??0GCC_H221NonStandardIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @104 NONAME ??0GCC_H221NonStandardIdentifier@@QAE@PBD@Z @25988 NONAME ??0GCC_Handle@@QAE@ABV0@@Z @38253 NONAME ??0GCC_Handle@@QAE@IW4TagClass@PASN_Object@@@Z @105 NONAME ??0GCC_IndicationPDU@@QAE@ABV0@@Z @38254 NONAME ??0GCC_IndicationPDU@@QAE@IW4TagClass@PASN_Object@@@Z @106 NONAME ??0GCC_Key@@QAE@ABV0@@Z @107 NONAME ??0GCC_Key@@QAE@IW4TagClass@PASN_Object@@@Z @108 NONAME ??0GCC_NetworkAddress@@QAE@ABV0@@Z @109 NONAME ??0GCC_NetworkAddress@@QAE@IW4TagClass@PASN_Object@@@Z @110 NONAME ??0GCC_NetworkAddress_subtype@@QAE@ABV0@@Z @38255 NONAME ??0GCC_NetworkAddress_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @111 NONAME ??0GCC_NetworkAddress_subtype_aggregatedChannel@@QAE@ABV0@@Z @38256 NONAME ??0GCC_NetworkAddress_subtype_aggregatedChannel@@QAE@IW4TagClass@PASN_Object@@@Z @112 NONAME ??0GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@QAE@ABV0@@Z @113 NONAME ??0GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@QAE@IW4TagClass@PASN_Object@@@Z @114 NONAME ??0GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@QAE@ABV0@@Z @38257 NONAME ??0GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@QAE@IW4TagClass@PASN_Object@@@Z @115 NONAME ??0GCC_NetworkAddress_subtype_transportConnection@@QAE@ABV0@@Z @38258 NONAME ??0GCC_NetworkAddress_subtype_transportConnection@@QAE@IW4TagClass@PASN_Object@@@Z @116 NONAME ??0GCC_NodeProperties@@QAE@ABV0@@Z @117 NONAME ??0GCC_NodeProperties@@QAE@IW4TagClass@PASN_Object@@@Z @118 NONAME ??0GCC_NodeRecord@@QAE@ABV0@@Z @38259 NONAME ??0GCC_NodeRecord@@QAE@IW4TagClass@PASN_Object@@@Z @119 NONAME ??0GCC_NodeType@@QAE@ABV0@@Z @38260 NONAME ??0GCC_NodeType@@QAE@IW4TagClass@PASN_Object@@@Z @120 NONAME ??0GCC_NonStandardParameter@@QAE@ABV0@@Z @38261 NONAME ??0GCC_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @121 NONAME ??0GCC_NonStandardPDU@@QAE@ABV0@@Z @38262 NONAME ??0GCC_NonStandardPDU@@QAE@IW4TagClass@PASN_Object@@@Z @122 NONAME ??0GCC_Password@@QAE@ABV0@@Z @38263 NONAME ??0GCC_Password@@QAE@IW4TagClass@PASN_Object@@@Z @123 NONAME ??0GCC_PasswordChallengeRequestResponse@@QAE@ABV0@@Z @124 NONAME ??0GCC_PasswordChallengeRequestResponse@@QAE@IW4TagClass@PASN_Object@@@Z @125 NONAME ??0GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@QAE@ABV0@@Z @38264 NONAME ??0GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@QAE@IW4TagClass@PASN_Object@@@Z @126 NONAME ??0GCC_PasswordSelector@@QAE@ABV0@@Z @38265 NONAME ??0GCC_PasswordSelector@@QAE@IW4TagClass@PASN_Object@@@Z @127 NONAME ??0GCC_Privilege@@QAE@ABV0@@Z @38266 NONAME ??0GCC_Privilege@@QAE@IW4TagClass@PASN_Object@@@Z @128 NONAME ??0GCC_RegistryAllocateHandleRequest@@QAE@ABV0@@Z @38267 NONAME ??0GCC_RegistryAllocateHandleRequest@@QAE@IW4TagClass@PASN_Object@@@Z @129 NONAME ??0GCC_RegistryAllocateHandleResponse@@QAE@ABV0@@Z @38268 NONAME ??0GCC_RegistryAllocateHandleResponse@@QAE@IW4TagClass@PASN_Object@@@Z @130 NONAME ??0GCC_RegistryAllocateHandleResponse_result@@QAE@ABV0@@Z @38269 NONAME ??0GCC_RegistryAllocateHandleResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @131 NONAME ??0GCC_RegistryAssignTokenRequest@@QAE@ABV0@@Z @38270 NONAME ??0GCC_RegistryAssignTokenRequest@@QAE@IW4TagClass@PASN_Object@@@Z @132 NONAME ??0GCC_RegistryDeleteEntryRequest@@QAE@ABV0@@Z @38271 NONAME ??0GCC_RegistryDeleteEntryRequest@@QAE@IW4TagClass@PASN_Object@@@Z @133 NONAME ??0GCC_RegistryEntryOwner@@QAE@ABV0@@Z @38272 NONAME ??0GCC_RegistryEntryOwner@@QAE@IW4TagClass@PASN_Object@@@Z @134 NONAME ??0GCC_RegistryEntryOwner_owned@@QAE@ABV0@@Z @38273 NONAME ??0GCC_RegistryEntryOwner_owned@@QAE@IW4TagClass@PASN_Object@@@Z @135 NONAME ??0GCC_RegistryItem@@QAE@ABV0@@Z @38274 NONAME ??0GCC_RegistryItem@@QAE@IW4TagClass@PASN_Object@@@Z @136 NONAME ??0GCC_RegistryKey@@QAE@ABV0@@Z @38275 NONAME ??0GCC_RegistryKey@@QAE@IW4TagClass@PASN_Object@@@Z @137 NONAME ??0GCC_RegistryModificationRights@@QAE@ABV0@@Z @38276 NONAME ??0GCC_RegistryModificationRights@@QAE@IW4TagClass@PASN_Object@@@Z @138 NONAME ??0GCC_RegistryMonitorEntryIndication@@QAE@ABV0@@Z @38277 NONAME ??0GCC_RegistryMonitorEntryIndication@@QAE@IW4TagClass@PASN_Object@@@Z @139 NONAME ??0GCC_RegistryMonitorEntryRequest@@QAE@ABV0@@Z @38278 NONAME ??0GCC_RegistryMonitorEntryRequest@@QAE@IW4TagClass@PASN_Object@@@Z @140 NONAME ??0GCC_RegistryRegisterChannelRequest@@QAE@ABV0@@Z @38279 NONAME ??0GCC_RegistryRegisterChannelRequest@@QAE@IW4TagClass@PASN_Object@@@Z @141 NONAME ??0GCC_RegistryResponse@@QAE@ABV0@@Z @38280 NONAME ??0GCC_RegistryResponse@@QAE@IW4TagClass@PASN_Object@@@Z @142 NONAME ??0GCC_RegistryResponse_primitiveType@@QAE@ABV0@@Z @38281 NONAME ??0GCC_RegistryResponse_primitiveType@@QAE@IW4TagClass@PASN_Object@@@Z @143 NONAME ??0GCC_RegistryResponse_result@@QAE@ABV0@@Z @38282 NONAME ??0GCC_RegistryResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @144 NONAME ??0GCC_RegistryRetrieveEntryRequest@@QAE@ABV0@@Z @38283 NONAME ??0GCC_RegistryRetrieveEntryRequest@@QAE@IW4TagClass@PASN_Object@@@Z @145 NONAME ??0GCC_RegistrySetParameterRequest@@QAE@ABV0@@Z @38284 NONAME ??0GCC_RegistrySetParameterRequest@@QAE@IW4TagClass@PASN_Object@@@Z @146 NONAME ??0GCC_RequestPDU@@QAE@ABV0@@Z @38285 NONAME ??0GCC_RequestPDU@@QAE@IW4TagClass@PASN_Object@@@Z @147 NONAME ??0GCC_ResponsePDU@@QAE@ABV0@@Z @38286 NONAME ??0GCC_ResponsePDU@@QAE@IW4TagClass@PASN_Object@@@Z @148 NONAME ??0GCC_RosterUpdateIndication@@QAE@ABV0@@Z @38287 NONAME ??0GCC_RosterUpdateIndication@@QAE@IW4TagClass@PASN_Object@@@Z @149 NONAME ??0GCC_RosterUpdateIndication_applicationInformation@@QAE@ABV0@@Z @38288 NONAME ??0GCC_RosterUpdateIndication_applicationInformation@@QAE@IW4TagClass@PASN_Object@@@Z @150 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype@@QAE@ABV0@@Z @38289 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @151 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@QAE@ABV0@@Z @38290 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@QAE@IW4TagClass@PASN_Object@@@Z @152 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@QAE@ABV0@@Z @38291 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@QAE@IW4TagClass@PASN_Object@@@Z @153 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@QAE@ABV0@@Z @38292 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @154 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@QAE@ABV0@@Z @38293 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@QAE@IW4TagClass@PASN_Object@@@Z @155 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@QAE@ABV0@@Z @38294 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@QAE@IW4TagClass@PASN_Object@@@Z @156 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@QAE@ABV0@@Z @38295 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @157 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@QAE@ABV0@@Z @38296 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@QAE@IW4TagClass@PASN_Object@@@Z @158 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@QAE@ABV0@@Z @38297 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @159 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@QAE@ABV0@@Z @38298 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@QAE@IW4TagClass@PASN_Object@@@Z @160 NONAME ??0GCC_RosterUpdateIndication_nodeInformation@@QAE@ABV0@@Z @38299 NONAME ??0GCC_RosterUpdateIndication_nodeInformation@@QAE@IW4TagClass@PASN_Object@@@Z @161 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@QAE@ABV0@@Z @38300 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@QAE@IW4TagClass@PASN_Object@@@Z @162 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@QAE@ABV0@@Z @38301 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@QAE@IW4TagClass@PASN_Object@@@Z @163 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@QAE@ABV0@@Z @38302 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @164 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@QAE@ABV0@@Z @38303 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@QAE@IW4TagClass@PASN_Object@@@Z @165 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@QAE@ABV0@@Z @38304 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @166 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@QAE@ABV0@@Z @38305 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@QAE@IW4TagClass@PASN_Object@@@Z @167 NONAME ??0GCC_SessionKey@@QAE@ABV0@@Z @168 NONAME ??0GCC_SessionKey@@QAE@IW4TagClass@PASN_Object@@@Z @169 NONAME ??0GCC_SimpleNumericString@@QAE@ABV0@@Z @170 NONAME ??0GCC_SimpleNumericString@@QAE@IW4TagClass@PASN_Object@@@Z @171 NONAME ??0GCC_SimpleTextString@@QAE@ABV0@@Z @172 NONAME ??0GCC_SimpleTextString@@QAE@IW4TagClass@PASN_Object@@@Z @173 NONAME ??0GCC_StaticChannelID@@QAE@ABV0@@Z @38306 NONAME ??0GCC_StaticChannelID@@QAE@IW4TagClass@PASN_Object@@@Z @174 NONAME ??0GCC_StaticTokenID@@QAE@ABV0@@Z @38307 NONAME ??0GCC_StaticTokenID@@QAE@IW4TagClass@PASN_Object@@@Z @175 NONAME ??0GCC_SubAddressString@@QAE@ABV0@@Z @38308 NONAME ??0GCC_SubAddressString@@QAE@IW4TagClass@PASN_Object@@@Z @176 NONAME ??0GCC_TerminationMethod@@QAE@ABV0@@Z @177 NONAME ??0GCC_TerminationMethod@@QAE@IW4TagClass@PASN_Object@@@Z @178 NONAME ??0GCC_TextMessageIndication@@QAE@ABV0@@Z @38309 NONAME ??0GCC_TextMessageIndication@@QAE@IW4TagClass@PASN_Object@@@Z @179 NONAME ??0GCC_TextString@@QAE@ABV0@@Z @180 NONAME ??0GCC_TextString@@QAE@IW4TagClass@PASN_Object@@@Z @181 NONAME ??0GCC_Time@@QAE@ABV0@@Z @38310 NONAME ??0GCC_Time@@QAE@IW4TagClass@PASN_Object@@@Z @182 NONAME ??0GCC_TokenID@@QAE@ABV0@@Z @38311 NONAME ??0GCC_TokenID@@QAE@IW4TagClass@PASN_Object@@@Z @183 NONAME ??0GCC_UserData@@QAE@ABV0@@Z @184 NONAME ??0GCC_UserData@@QAE@IW4TagClass@PASN_Object@@@Z @185 NONAME ??0GCC_UserData_subtype@@QAE@ABV0@@Z @38312 NONAME ??0GCC_UserData_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @186 NONAME ??0GCC_UserID@@QAE@ABV0@@Z @187 NONAME ??0GCC_UserID@@QAE@IW4TagClass@PASN_Object@@@Z @188 NONAME ??0GCC_UserIDIndication@@QAE@ABV0@@Z @38313 NONAME ??0GCC_UserIDIndication@@QAE@IW4TagClass@PASN_Object@@@Z @189 NONAME ??0H225CallThread@@QAE@AAVH323EndPoint@@AAVH323Connection@@AAVH323Transport@@ABVPString@@ABVH323TransportAddress@@@Z @191 NONAME ??0H225TransportThread@@QAE@AAVH323EndPoint@@PAVH323Transport@@@Z @18759 NONAME ??0H225_AddressPattern@@QAE@ABV0@@Z @38314 NONAME ??0H225_AddressPattern@@QAE@IW4TagClass@PASN_Object@@@Z @16269 NONAME ??0H225_AddressPattern_range@@QAE@ABV0@@Z @38315 NONAME ??0H225_AddressPattern_range@@QAE@IW4TagClass@PASN_Object@@@Z @16270 NONAME ??0H225_AdmissionConfirm@@QAE@ABV0@@Z @38316 NONAME ??0H225_AdmissionConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @194 NONAME ??0H225_AdmissionConfirm_language@@QAE@ABV0@@Z @16271 NONAME ??0H225_AdmissionConfirm_language@@QAE@IW4TagClass@PASN_Object@@@Z @16272 NONAME ??0H225_AdmissionReject@@QAE@ABV0@@Z @38317 NONAME ??0H225_AdmissionReject@@QAE@IW4TagClass@PASN_Object@@@Z @195 NONAME ??0H225_AdmissionRejectReason@@QAE@ABV0@@Z @38318 NONAME ??0H225_AdmissionRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @196 NONAME ??0H225_AdmissionRequest@@QAE@ABV0@@Z @16273 NONAME ??0H225_AdmissionRequest@@QAE@IW4TagClass@PASN_Object@@@Z @197 NONAME ??0H225_Alerting_UUIE@@QAE@ABV0@@Z @38319 NONAME ??0H225_Alerting_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @198 NONAME ??0H225_AliasAddress@@QAE@ABV0@@Z @199 NONAME ??0H225_AliasAddress@@QAE@IW4TagClass@PASN_Object@@@Z @200 NONAME ??0H225_AlternateGK@@QAE@ABV0@@Z @38320 NONAME ??0H225_AlternateGK@@QAE@IW4TagClass@PASN_Object@@@Z @201 NONAME ??0H225_AlternateTransportAddresses@@QAE@ABV0@@Z @16274 NONAME ??0H225_AlternateTransportAddresses@@QAE@IW4TagClass@PASN_Object@@@Z @16275 NONAME ??0H225_AltGKInfo@@QAE@ABV0@@Z @38321 NONAME ??0H225_AltGKInfo@@QAE@IW4TagClass@PASN_Object@@@Z @202 NONAME ??0H225_ANSI_41_UIM@@QAE@ABV0@@Z @38322 NONAME ??0H225_ANSI_41_UIM@@QAE@IW4TagClass@PASN_Object@@@Z @16276 NONAME ??0H225_ANSI_41_UIM_system_id@@QAE@ABV0@@Z @38323 NONAME ??0H225_ANSI_41_UIM_system_id@@QAE@IW4TagClass@PASN_Object@@@Z @16277 NONAME ??0H225_ArrayOf_AddressPattern@@QAE@ABV0@@Z @16278 NONAME ??0H225_ArrayOf_AddressPattern@@QAE@IW4TagClass@PASN_Object@@@Z @16279 NONAME ??0H225_ArrayOf_AdmissionConfirm@@QAE@ABV0@@Z @38324 NONAME ??0H225_ArrayOf_AdmissionConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @26702 NONAME ??0H225_ArrayOf_AliasAddress@@QAE@ABV0@@Z @203 NONAME ??0H225_ArrayOf_AliasAddress@@QAE@IW4TagClass@PASN_Object@@@Z @204 NONAME ??0H225_ArrayOf_AlternateGK@@QAE@ABV0@@Z @205 NONAME ??0H225_ArrayOf_AlternateGK@@QAE@IW4TagClass@PASN_Object@@@Z @206 NONAME ??0H225_ArrayOf_AuthenticationMechanism@@QAE@ABV0@@Z @207 NONAME ??0H225_ArrayOf_AuthenticationMechanism@@QAE@IW4TagClass@PASN_Object@@@Z @208 NONAME ??0H225_ArrayOf_BandwidthDetails@@QAE@ABV0@@Z @16280 NONAME ??0H225_ArrayOf_BandwidthDetails@@QAE@IW4TagClass@PASN_Object@@@Z @16281 NONAME ??0H225_ArrayOf_CallReferenceValue@@QAE@ABV0@@Z @38325 NONAME ??0H225_ArrayOf_CallReferenceValue@@QAE@IW4TagClass@PASN_Object@@@Z @210 NONAME ??0H225_ArrayOf_CallsAvailable@@QAE@ABV0@@Z @16282 NONAME ??0H225_ArrayOf_CallsAvailable@@QAE@IW4TagClass@PASN_Object@@@Z @16283 NONAME ??0H225_ArrayOf_ClearToken@@QAE@ABV0@@Z @211 NONAME ??0H225_ArrayOf_ClearToken@@QAE@IW4TagClass@PASN_Object@@@Z @212 NONAME ??0H225_ArrayOf_ConferenceIdentifier@@QAE@ABV0@@Z @213 NONAME ??0H225_ArrayOf_ConferenceIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @214 NONAME ??0H225_ArrayOf_ConferenceList@@QAE@ABV0@@Z @215 NONAME ??0H225_ArrayOf_ConferenceList@@QAE@IW4TagClass@PASN_Object@@@Z @216 NONAME ??0H225_ArrayOf_CryptoH323Token@@QAE@ABV0@@Z @217 NONAME ??0H225_ArrayOf_CryptoH323Token@@QAE@IW4TagClass@PASN_Object@@@Z @218 NONAME ??0H225_ArrayOf_DataRate@@QAE@ABV0@@Z @38326 NONAME ??0H225_ArrayOf_DataRate@@QAE@IW4TagClass@PASN_Object@@@Z @219 NONAME ??0H225_ArrayOf_Endpoint@@QAE@ABV0@@Z @220 NONAME ??0H225_ArrayOf_Endpoint@@QAE@IW4TagClass@PASN_Object@@@Z @221 NONAME ??0H225_ArrayOf_EnumeratedParameter@@QAE@ABV0@@Z @38327 NONAME ??0H225_ArrayOf_EnumeratedParameter@@QAE@IW4TagClass@PASN_Object@@@Z @16284 NONAME ??0H225_ArrayOf_ExtendedAliasAddress@@QAE@ABV0@@Z @16285 NONAME ??0H225_ArrayOf_ExtendedAliasAddress@@QAE@IW4TagClass@PASN_Object@@@Z @16286 NONAME ??0H225_ArrayOf_FeatureDescriptor@@QAE@ABV0@@Z @16287 NONAME ??0H225_ArrayOf_FeatureDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @16288 NONAME ??0H225_ArrayOf_GenericData@@QAE@ABV0@@Z @16289 NONAME ??0H225_ArrayOf_GenericData@@QAE@IW4TagClass@PASN_Object@@@Z @16290 NONAME ??0H225_ArrayOf_H245Security@@QAE@ABV0@@Z @38328 NONAME ??0H225_ArrayOf_H245Security@@QAE@IW4TagClass@PASN_Object@@@Z @223 NONAME ??0H225_ArrayOf_H248PackagesDescriptor@@QAE@ABV0@@Z @16291 NONAME ??0H225_ArrayOf_H248PackagesDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @16292 NONAME ??0H225_ArrayOf_IntegrityMechanism@@QAE@ABV0@@Z @224 NONAME ??0H225_ArrayOf_IntegrityMechanism@@QAE@IW4TagClass@PASN_Object@@@Z @225 NONAME ??0H225_ArrayOf_NonStandardParameter@@QAE@ABV0@@Z @226 NONAME ??0H225_ArrayOf_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @227 NONAME ??0H225_ArrayOf_PartyNumber@@QAE@ABV0@@Z @38329 NONAME ??0H225_ArrayOf_PartyNumber@@QAE@IW4TagClass@PASN_Object@@@Z @16293 NONAME ??0H225_ArrayOf_PASN_ObjectId@@QAE@ABV0@@Z @228 NONAME ??0H225_ArrayOf_PASN_ObjectId@@QAE@IW4TagClass@PASN_Object@@@Z @229 NONAME ??0H225_ArrayOf_PASN_OctetString@@QAE@ABV0@@Z @230 NONAME ??0H225_ArrayOf_PASN_OctetString@@QAE@IW4TagClass@PASN_Object@@@Z @231 NONAME ??0H225_ArrayOf_RasUsageSpecification@@QAE@ABV0@@Z @16294 NONAME ??0H225_ArrayOf_RasUsageSpecification@@QAE@IW4TagClass@PASN_Object@@@Z @16295 NONAME ??0H225_ArrayOf_RTPSession@@QAE@ABV0@@Z @232 NONAME ??0H225_ArrayOf_RTPSession@@QAE@IW4TagClass@PASN_Object@@@Z @233 NONAME ??0H225_ArrayOf_ServiceControlSession@@QAE@ABV0@@Z @16296 NONAME ??0H225_ArrayOf_ServiceControlSession@@QAE@IW4TagClass@PASN_Object@@@Z @16297 NONAME ??0H225_ArrayOf_SupportedPrefix@@QAE@ABV0@@Z @16298 NONAME ??0H225_ArrayOf_SupportedPrefix@@QAE@IW4TagClass@PASN_Object@@@Z @234 NONAME ??0H225_ArrayOf_SupportedProtocols@@QAE@ABV0@@Z @235 NONAME ??0H225_ArrayOf_SupportedProtocols@@QAE@IW4TagClass@PASN_Object@@@Z @236 NONAME ??0H225_ArrayOf_TransportAddress@@QAE@ABV0@@Z @237 NONAME ??0H225_ArrayOf_TransportAddress@@QAE@IW4TagClass@PASN_Object@@@Z @238 NONAME ??0H225_ArrayOf_TransportChannelInfo@@QAE@ABV0@@Z @239 NONAME ??0H225_ArrayOf_TransportChannelInfo@@QAE@IW4TagClass@PASN_Object@@@Z @240 NONAME ??0H225_ArrayOf_TunnelledProtocol@@QAE@ABV0@@Z @16299 NONAME ??0H225_ArrayOf_TunnelledProtocol@@QAE@IW4TagClass@PASN_Object@@@Z @16300 NONAME ??0H225_BandRejectReason@@QAE@ABV0@@Z @38330 NONAME ??0H225_BandRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @241 NONAME ??0H225_BandWidth@@QAE@ABV0@@Z @242 NONAME ??0H225_BandWidth@@QAE@IW4TagClass@PASN_Object@@@Z @243 NONAME ??0H225_BandwidthConfirm@@QAE@ABV0@@Z @38331 NONAME ??0H225_BandwidthConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @244 NONAME ??0H225_BandwidthDetails@@QAE@ABV0@@Z @38332 NONAME ??0H225_BandwidthDetails@@QAE@IW4TagClass@PASN_Object@@@Z @16301 NONAME ??0H225_BandwidthReject@@QAE@ABV0@@Z @38333 NONAME ??0H225_BandwidthReject@@QAE@IW4TagClass@PASN_Object@@@Z @245 NONAME ??0H225_BandwidthRequest@@QAE@ABV0@@Z @38334 NONAME ??0H225_BandwidthRequest@@QAE@IW4TagClass@PASN_Object@@@Z @246 NONAME ??0H225_CallCapacity@@QAE@ABV0@@Z @16302 NONAME ??0H225_CallCapacity@@QAE@IW4TagClass@PASN_Object@@@Z @16303 NONAME ??0H225_CallCapacityInfo@@QAE@ABV0@@Z @16304 NONAME ??0H225_CallCapacityInfo@@QAE@IW4TagClass@PASN_Object@@@Z @16305 NONAME ??0H225_CallCreditCapability@@QAE@ABV0@@Z @16306 NONAME ??0H225_CallCreditCapability@@QAE@IW4TagClass@PASN_Object@@@Z @16307 NONAME ??0H225_CallCreditServiceControl@@QAE@ABV0@@Z @38335 NONAME ??0H225_CallCreditServiceControl@@QAE@IW4TagClass@PASN_Object@@@Z @16308 NONAME ??0H225_CallCreditServiceControl_billingMode@@QAE@ABV0@@Z @38336 NONAME ??0H225_CallCreditServiceControl_billingMode@@QAE@IW4TagClass@PASN_Object@@@Z @16309 NONAME ??0H225_CallCreditServiceControl_callStartingPoint@@QAE@ABV0@@Z @38337 NONAME ??0H225_CallCreditServiceControl_callStartingPoint@@QAE@IW4TagClass@PASN_Object@@@Z @16310 NONAME ??0H225_CallIdentifier@@QAE@ABV0@@Z @247 NONAME ??0H225_CallIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @248 NONAME ??0H225_CallLinkage@@QAE@ABV0@@Z @16311 NONAME ??0H225_CallLinkage@@QAE@IW4TagClass@PASN_Object@@@Z @16312 NONAME ??0H225_CallModel@@QAE@ABV0@@Z @249 NONAME ??0H225_CallModel@@QAE@IW4TagClass@PASN_Object@@@Z @250 NONAME ??0H225_CallProceeding_UUIE@@QAE@ABV0@@Z @38338 NONAME ??0H225_CallProceeding_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @251 NONAME ??0H225_CallReferenceValue@@QAE@ABV0@@Z @38339 NONAME ??0H225_CallReferenceValue@@QAE@IW4TagClass@PASN_Object@@@Z @253 NONAME ??0H225_CallsAvailable@@QAE@ABV0@@Z @38340 NONAME ??0H225_CallsAvailable@@QAE@IW4TagClass@PASN_Object@@@Z @16313 NONAME ??0H225_CallTerminationCause@@QAE@ABV0@@Z @16314 NONAME ??0H225_CallTerminationCause@@QAE@IW4TagClass@PASN_Object@@@Z @16315 NONAME ??0H225_CallType@@QAE@ABV0@@Z @254 NONAME ??0H225_CallType@@QAE@IW4TagClass@PASN_Object@@@Z @255 NONAME ??0H225_CapacityReportingCapability@@QAE@ABV0@@Z @16316 NONAME ??0H225_CapacityReportingCapability@@QAE@IW4TagClass@PASN_Object@@@Z @16317 NONAME ??0H225_CapacityReportingSpecification@@QAE@ABV0@@Z @16318 NONAME ??0H225_CapacityReportingSpecification@@QAE@IW4TagClass@PASN_Object@@@Z @16319 NONAME ??0H225_CapacityReportingSpecification_when@@QAE@ABV0@@Z @38341 NONAME ??0H225_CapacityReportingSpecification_when@@QAE@IW4TagClass@PASN_Object@@@Z @16320 NONAME ??0H225_CarrierInfo@@QAE@ABV0@@Z @26703 NONAME ??0H225_CarrierInfo@@QAE@IW4TagClass@PASN_Object@@@Z @26704 NONAME ??0H225_CicInfo@@QAE@ABV0@@Z @26666 NONAME ??0H225_CicInfo@@QAE@IW4TagClass@PASN_Object@@@Z @16321 NONAME ??0H225_CicInfo_cic@@QAE@ABV0@@Z @26667 NONAME ??0H225_CicInfo_cic@@QAE@IW4TagClass@PASN_Object@@@Z @16322 NONAME ??0H225_CircuitIdentifier@@QAE@ABV0@@Z @16323 NONAME ??0H225_CircuitIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @16324 NONAME ??0H225_CircuitInfo@@QAE@ABV0@@Z @16325 NONAME ??0H225_CircuitInfo@@QAE@IW4TagClass@PASN_Object@@@Z @16326 NONAME ??0H225_ConferenceIdentifier@@QAE@ABV0@@Z @256 NONAME ??0H225_ConferenceIdentifier@@QAE@ABVPBYTEArray@@@Z @25435 NONAME ??0H225_ConferenceIdentifier@@QAE@ABVPString@@@Z @25436 NONAME ??0H225_ConferenceIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @257 NONAME ??0H225_ConferenceIdentifier@@QAE@PBD@Z @25437 NONAME ??0H225_ConferenceList@@QAE@ABV0@@Z @38342 NONAME ??0H225_ConferenceList@@QAE@IW4TagClass@PASN_Object@@@Z @258 NONAME ??0H225_Connect_UUIE@@QAE@ABV0@@Z @38343 NONAME ??0H225_Connect_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @259 NONAME ??0H225_Connect_UUIE_language@@QAE@ABV0@@Z @16327 NONAME ??0H225_Connect_UUIE_language@@QAE@IW4TagClass@PASN_Object@@@Z @16328 NONAME ??0H225_Content@@QAE@ABV0@@Z @38344 NONAME ??0H225_Content@@QAE@IW4TagClass@PASN_Object@@@Z @16329 NONAME ??0H225_CryptoH323Token@@QAE@ABV0@@Z @38345 NONAME ??0H225_CryptoH323Token@@QAE@IW4TagClass@PASN_Object@@@Z @260 NONAME ??0H225_CryptoH323Token_cryptoEPPwdHash@@QAE@ABV0@@Z @38346 NONAME ??0H225_CryptoH323Token_cryptoEPPwdHash@@QAE@IW4TagClass@PASN_Object@@@Z @261 NONAME ??0H225_CryptoH323Token_cryptoGKPwdHash@@QAE@ABV0@@Z @38347 NONAME ??0H225_CryptoH323Token_cryptoGKPwdHash@@QAE@IW4TagClass@PASN_Object@@@Z @262 NONAME ??0H225_DataRate@@QAE@ABV0@@Z @16330 NONAME ??0H225_DataRate@@QAE@IW4TagClass@PASN_Object@@@Z @263 NONAME ??0H225_DisengageConfirm@@QAE@ABV0@@Z @38348 NONAME ??0H225_DisengageConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @264 NONAME ??0H225_DisengageReason@@QAE@ABV0@@Z @38349 NONAME ??0H225_DisengageReason@@QAE@IW4TagClass@PASN_Object@@@Z @265 NONAME ??0H225_DisengageReject@@QAE@ABV0@@Z @38350 NONAME ??0H225_DisengageReject@@QAE@IW4TagClass@PASN_Object@@@Z @266 NONAME ??0H225_DisengageRejectReason@@QAE@ABV0@@Z @38351 NONAME ??0H225_DisengageRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @267 NONAME ??0H225_DisengageRequest@@QAE@ABV0@@Z @38352 NONAME ??0H225_DisengageRequest@@QAE@IW4TagClass@PASN_Object@@@Z @268 NONAME ??0H225_EncodedFastStartToken@@QAE@ABV0@@Z @38353 NONAME ??0H225_EncodedFastStartToken@@QAE@IW4TagClass@PASN_Object@@@Z @18469 NONAME ??0H225_EncryptIntAlg@@QAE@ABV0@@Z @38354 NONAME ??0H225_EncryptIntAlg@@QAE@IW4TagClass@PASN_Object@@@Z @269 NONAME ??0H225_Endpoint@@QAE@ABV0@@Z @38355 NONAME ??0H225_Endpoint@@QAE@IW4TagClass@PASN_Object@@@Z @270 NONAME ??0H225_EndpointIdentifier@@QAE@ABV0@@Z @271 NONAME ??0H225_EndpointIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @272 NONAME ??0H225_EndpointType@@QAE@ABV0@@Z @273 NONAME ??0H225_EndpointType@@QAE@IW4TagClass@PASN_Object@@@Z @274 NONAME ??0H225_EnumeratedParameter@@QAE@ABV0@@Z @38356 NONAME ??0H225_EnumeratedParameter@@QAE@IW4TagClass@PASN_Object@@@Z @16331 NONAME ??0H225_ExtendedAliasAddress@@QAE@ABV0@@Z @38357 NONAME ??0H225_ExtendedAliasAddress@@QAE@IW4TagClass@PASN_Object@@@Z @16332 NONAME ??0H225_FacilityReason@@QAE@ABV0@@Z @16333 NONAME ??0H225_FacilityReason@@QAE@IW4TagClass@PASN_Object@@@Z @275 NONAME ??0H225_Facility_UUIE@@QAE@ABV0@@Z @38358 NONAME ??0H225_Facility_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @276 NONAME ??0H225_FastStartToken@@QAE@ABV0@@Z @38359 NONAME ??0H225_FastStartToken@@QAE@IW4TagClass@PASN_Object@@@Z @277 NONAME ??0H225_FeatureDescriptor@@QAE@ABV0@@Z @38360 NONAME ??0H225_FeatureDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @16334 NONAME ??0H225_FeatureSet@@QAE@ABV0@@Z @16335 NONAME ??0H225_FeatureSet@@QAE@IW4TagClass@PASN_Object@@@Z @16336 NONAME ??0H225_GatekeeperConfirm@@QAE@ABV0@@Z @38361 NONAME ??0H225_GatekeeperConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @278 NONAME ??0H225_GatekeeperIdentifier@@QAE@ABV0@@Z @279 NONAME ??0H225_GatekeeperIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @280 NONAME ??0H225_GatekeeperInfo@@QAE@ABV0@@Z @281 NONAME ??0H225_GatekeeperInfo@@QAE@IW4TagClass@PASN_Object@@@Z @282 NONAME ??0H225_GatekeeperReject@@QAE@ABV0@@Z @38362 NONAME ??0H225_GatekeeperReject@@QAE@IW4TagClass@PASN_Object@@@Z @283 NONAME ??0H225_GatekeeperRejectReason@@QAE@ABV0@@Z @38363 NONAME ??0H225_GatekeeperRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @284 NONAME ??0H225_GatekeeperRequest@@QAE@ABV0@@Z @38364 NONAME ??0H225_GatekeeperRequest@@QAE@IW4TagClass@PASN_Object@@@Z @285 NONAME ??0H225_GatewayInfo@@QAE@ABV0@@Z @286 NONAME ??0H225_GatewayInfo@@QAE@IW4TagClass@PASN_Object@@@Z @287 NONAME ??0H225_GenericData@@QAE@ABV0@@Z @38365 NONAME ??0H225_GenericData@@QAE@IW4TagClass@PASN_Object@@@Z @16337 NONAME ??0H225_GenericIdentifier@@QAE@ABV0@@Z @38366 NONAME ??0H225_GenericIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @16338 NONAME ??0H225_GloballyUniqueID@@QAE@ABV0@@Z @288 NONAME ??0H225_GloballyUniqueID@@QAE@ABVPBYTEArray@@@Z @25438 NONAME ??0H225_GloballyUniqueID@@QAE@ABVPString@@@Z @25439 NONAME ??0H225_GloballyUniqueID@@QAE@IW4TagClass@PASN_Object@@@Z @289 NONAME ??0H225_GloballyUniqueID@@QAE@PBD@Z @25440 NONAME ??0H225_GroupID@@QAE@ABV0@@Z @26668 NONAME ??0H225_GroupID@@QAE@IW4TagClass@PASN_Object@@@Z @16339 NONAME ??0H225_GroupID_member@@QAE@ABV0@@Z @26705 NONAME ??0H225_GroupID_member@@QAE@IW4TagClass@PASN_Object@@@Z @16340 NONAME ??0H225_GSM_UIM@@QAE@ABV0@@Z @38367 NONAME ??0H225_GSM_UIM@@QAE@IW4TagClass@PASN_Object@@@Z @16341 NONAME ??0H225_H221NonStandard@@QAE@ABV0@@Z @290 NONAME ??0H225_H221NonStandard@@QAE@IW4TagClass@PASN_Object@@@Z @291 NONAME ??0H225_H245Security@@QAE@ABV0@@Z @292 NONAME ??0H225_H245Security@@QAE@IW4TagClass@PASN_Object@@@Z @293 NONAME ??0H225_H248PackagesDescriptor@@QAE@ABV0@@Z @38368 NONAME ??0H225_H248PackagesDescriptor@@QAE@ABVPBYTEArray@@@Z @25441 NONAME ??0H225_H248PackagesDescriptor@@QAE@ABVPString@@@Z @25442 NONAME ??0H225_H248PackagesDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @16342 NONAME ??0H225_H248PackagesDescriptor@@QAE@PBD@Z @25443 NONAME ??0H225_H248SignalsDescriptor@@QAE@ABV0@@Z @38369 NONAME ??0H225_H248SignalsDescriptor@@QAE@ABVPBYTEArray@@@Z @25444 NONAME ??0H225_H248SignalsDescriptor@@QAE@ABVPString@@@Z @25445 NONAME ??0H225_H248SignalsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @16343 NONAME ??0H225_H248SignalsDescriptor@@QAE@PBD@Z @25446 NONAME ??0H225_H310Caps@@QAE@ABV0@@Z @38370 NONAME ??0H225_H310Caps@@QAE@IW4TagClass@PASN_Object@@@Z @294 NONAME ??0H225_H320Caps@@QAE@ABV0@@Z @38371 NONAME ??0H225_H320Caps@@QAE@IW4TagClass@PASN_Object@@@Z @295 NONAME ??0H225_H321Caps@@QAE@ABV0@@Z @38372 NONAME ??0H225_H321Caps@@QAE@IW4TagClass@PASN_Object@@@Z @296 NONAME ??0H225_H322Caps@@QAE@ABV0@@Z @38373 NONAME ??0H225_H322Caps@@QAE@IW4TagClass@PASN_Object@@@Z @297 NONAME ??0H225_H323Caps@@QAE@ABV0@@Z @38374 NONAME ??0H225_H323Caps@@QAE@IW4TagClass@PASN_Object@@@Z @298 NONAME ??0H225_H323_UserInformation@@QAE@ABV0@@Z @38375 NONAME ??0H225_H323_UserInformation@@QAE@IW4TagClass@PASN_Object@@@Z @299 NONAME ??0H225_H323_UserInformation_user_data@@QAE@ABV0@@Z @38376 NONAME ??0H225_H323_UserInformation_user_data@@QAE@IW4TagClass@PASN_Object@@@Z @300 NONAME ??0H225_H323_UU_PDU@@QAE@ABV0@@Z @38377 NONAME ??0H225_H323_UU_PDU@@QAE@IW4TagClass@PASN_Object@@@Z @301 NONAME ??0H225_H323_UU_PDU_h323_message_body@@QAE@ABV0@@Z @38378 NONAME ??0H225_H323_UU_PDU_h323_message_body@@QAE@IW4TagClass@PASN_Object@@@Z @302 NONAME ??0H225_H323_UU_PDU_tunnelledSignallingMessage@@QAE@ABV0@@Z @16344 NONAME ??0H225_H323_UU_PDU_tunnelledSignallingMessage@@QAE@IW4TagClass@PASN_Object@@@Z @16345 NONAME ??0H225_H324Caps@@QAE@ABV0@@Z @38379 NONAME ??0H225_H324Caps@@QAE@IW4TagClass@PASN_Object@@@Z @303 NONAME ??0H225_ICV@@QAE@ABV0@@Z @304 NONAME ??0H225_ICV@@QAE@IW4TagClass@PASN_Object@@@Z @305 NONAME ??0H225_InfoRequest@@QAE@ABV0@@Z @38380 NONAME ??0H225_InfoRequest@@QAE@IW4TagClass@PASN_Object@@@Z @306 NONAME ??0H225_InfoRequestAck@@QAE@ABV0@@Z @38381 NONAME ??0H225_InfoRequestAck@@QAE@IW4TagClass@PASN_Object@@@Z @307 NONAME ??0H225_InfoRequestNak@@QAE@ABV0@@Z @38382 NONAME ??0H225_InfoRequestNak@@QAE@IW4TagClass@PASN_Object@@@Z @308 NONAME ??0H225_InfoRequestNakReason@@QAE@ABV0@@Z @38383 NONAME ??0H225_InfoRequestNakReason@@QAE@IW4TagClass@PASN_Object@@@Z @309 NONAME ??0H225_InfoRequestResponse@@QAE@ABV0@@Z @38384 NONAME ??0H225_InfoRequestResponse@@QAE@IW4TagClass@PASN_Object@@@Z @310 NONAME ??0H225_InfoRequestResponseStatus@@QAE@ABV0@@Z @16346 NONAME ??0H225_InfoRequestResponseStatus@@QAE@IW4TagClass@PASN_Object@@@Z @16347 NONAME ??0H225_InfoRequestResponse_perCallInfo@@QAE@ABV0@@Z @311 NONAME ??0H225_InfoRequestResponse_perCallInfo@@QAE@IW4TagClass@PASN_Object@@@Z @312 NONAME ??0H225_InfoRequestResponse_perCallInfo_subtype@@QAE@ABV0@@Z @38385 NONAME ??0H225_InfoRequestResponse_perCallInfo_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @313 NONAME ??0H225_InfoRequestResponse_perCallInfo_subtype_pdu@@QAE@ABV0@@Z @314 NONAME ??0H225_InfoRequestResponse_perCallInfo_subtype_pdu@@QAE@IW4TagClass@PASN_Object@@@Z @315 NONAME ??0H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@QAE@ABV0@@Z @38386 NONAME ??0H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @316 NONAME ??0H225_Information_UUIE@@QAE@ABV0@@Z @38387 NONAME ??0H225_Information_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @317 NONAME ??0H225_IntegrityMechanism@@QAE@ABV0@@Z @24064 NONAME ??0H225_IntegrityMechanism@@QAE@IW4TagClass@PASN_Object@@@Z @318 NONAME ??0H225_LocationConfirm@@QAE@ABV0@@Z @38388 NONAME ??0H225_LocationConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @319 NONAME ??0H225_LocationReject@@QAE@ABV0@@Z @38389 NONAME ??0H225_LocationReject@@QAE@IW4TagClass@PASN_Object@@@Z @320 NONAME ??0H225_LocationRejectReason@@QAE@ABV0@@Z @38390 NONAME ??0H225_LocationRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @321 NONAME ??0H225_LocationRequest@@QAE@ABV0@@Z @38391 NONAME ??0H225_LocationRequest@@QAE@IW4TagClass@PASN_Object@@@Z @322 NONAME ??0H225_McuInfo@@QAE@ABV0@@Z @323 NONAME ??0H225_McuInfo@@QAE@IW4TagClass@PASN_Object@@@Z @324 NONAME ??0H225_MobileUIM@@QAE@ABV0@@Z @38392 NONAME ??0H225_MobileUIM@@QAE@IW4TagClass@PASN_Object@@@Z @16348 NONAME ??0H225_NonIsoIntegrityMechanism@@QAE@ABV0@@Z @38393 NONAME ??0H225_NonIsoIntegrityMechanism@@QAE@IW4TagClass@PASN_Object@@@Z @325 NONAME ??0H225_NonStandardIdentifier@@QAE@ABV0@@Z @326 NONAME ??0H225_NonStandardIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @327 NONAME ??0H225_NonStandardMessage@@QAE@ABV0@@Z @38394 NONAME ??0H225_NonStandardMessage@@QAE@IW4TagClass@PASN_Object@@@Z @328 NONAME ??0H225_NonStandardParameter@@QAE@ABV0@@Z @329 NONAME ??0H225_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @330 NONAME ??0H225_NonStandardProtocol@@QAE@ABV0@@Z @38395 NONAME ??0H225_NonStandardProtocol@@QAE@IW4TagClass@PASN_Object@@@Z @331 NONAME ??0H225_Notify_UUIE@@QAE@ABV0@@Z @38396 NONAME ??0H225_Notify_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @16349 NONAME ??0H225_NumberDigits@@QAE@ABV0@@Z @38397 NONAME ??0H225_NumberDigits@@QAE@IW4TagClass@PASN_Object@@@Z @332 NONAME ??0H225_PartyNumber@@QAE@ABV0@@Z @38398 NONAME ??0H225_PartyNumber@@QAE@IW4TagClass@PASN_Object@@@Z @333 NONAME ??0H225_PresentationIndicator@@QAE@ABV0@@Z @16350 NONAME ??0H225_PresentationIndicator@@QAE@IW4TagClass@PASN_Object@@@Z @16351 NONAME ??0H225_PrivatePartyNumber@@QAE@ABV0@@Z @38399 NONAME ??0H225_PrivatePartyNumber@@QAE@IW4TagClass@PASN_Object@@@Z @334 NONAME ??0H225_PrivateTypeOfNumber@@QAE@ABV0@@Z @38400 NONAME ??0H225_PrivateTypeOfNumber@@QAE@IW4TagClass@PASN_Object@@@Z @335 NONAME ??0H225_Progress_UUIE@@QAE@ABV0@@Z @38401 NONAME ??0H225_Progress_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @336 NONAME ??0H225_ProtocolIdentifier@@QAE@ABV0@@Z @38402 NONAME ??0H225_ProtocolIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @337 NONAME ??0H225_PublicPartyNumber@@QAE@ABV0@@Z @38403 NONAME ??0H225_PublicPartyNumber@@QAE@IW4TagClass@PASN_Object@@@Z @338 NONAME ??0H225_PublicTypeOfNumber@@QAE@ABV0@@Z @38404 NONAME ??0H225_PublicTypeOfNumber@@QAE@IW4TagClass@PASN_Object@@@Z @339 NONAME ??0H225_Q954Details@@QAE@ABV0@@Z @16353 NONAME ??0H225_Q954Details@@QAE@IW4TagClass@PASN_Object@@@Z @340 NONAME ??0H225_QseriesOptions@@QAE@ABV0@@Z @341 NONAME ??0H225_QseriesOptions@@QAE@IW4TagClass@PASN_Object@@@Z @342 NONAME ??0H225_RAS@@QAE@AAVH323EndPoint@@PAVH323Transport@@@Z @18666 NONAME ??0H225_RasMessage@@QAE@ABV0@@Z @38405 NONAME ??0H225_RasMessage@@QAE@IW4TagClass@PASN_Object@@@Z @343 NONAME ??0H225_RasUsageInformation@@QAE@ABV0@@Z @16354 NONAME ??0H225_RasUsageInformation@@QAE@IW4TagClass@PASN_Object@@@Z @16355 NONAME ??0H225_RasUsageInfoTypes@@QAE@ABV0@@Z @16356 NONAME ??0H225_RasUsageInfoTypes@@QAE@IW4TagClass@PASN_Object@@@Z @16357 NONAME ??0H225_RasUsageSpecification@@QAE@ABV0@@Z @38406 NONAME ??0H225_RasUsageSpecification@@QAE@IW4TagClass@PASN_Object@@@Z @16358 NONAME ??0H225_RasUsageSpecification_callStartingPoint@@QAE@ABV0@@Z @38407 NONAME ??0H225_RasUsageSpecification_callStartingPoint@@QAE@IW4TagClass@PASN_Object@@@Z @16359 NONAME ??0H225_RasUsageSpecification_when@@QAE@ABV0@@Z @38408 NONAME ??0H225_RasUsageSpecification_when@@QAE@IW4TagClass@PASN_Object@@@Z @16360 NONAME ??0H225_RegistrationConfirm@@QAE@ABV0@@Z @38409 NONAME ??0H225_RegistrationConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @344 NONAME ??0H225_RegistrationConfirm_preGrantedARQ@@QAE@ABV0@@Z @345 NONAME ??0H225_RegistrationConfirm_preGrantedARQ@@QAE@IW4TagClass@PASN_Object@@@Z @346 NONAME ??0H225_RegistrationReject@@QAE@ABV0@@Z @38410 NONAME ??0H225_RegistrationReject@@QAE@IW4TagClass@PASN_Object@@@Z @347 NONAME ??0H225_RegistrationRejectReason@@QAE@ABV0@@Z @38411 NONAME ??0H225_RegistrationRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @348 NONAME ??0H225_RegistrationRejectReason_invalidTerminalAliases@@QAE@ABV0@@Z @38412 NONAME ??0H225_RegistrationRejectReason_invalidTerminalAliases@@QAE@IW4TagClass@PASN_Object@@@Z @16361 NONAME ??0H225_RegistrationRequest@@QAE@ABV0@@Z @26706 NONAME ??0H225_RegistrationRequest@@QAE@IW4TagClass@PASN_Object@@@Z @349 NONAME ??0H225_ReleaseCompleteReason@@QAE@ABV0@@Z @38413 NONAME ??0H225_ReleaseCompleteReason@@QAE@IW4TagClass@PASN_Object@@@Z @350 NONAME ??0H225_ReleaseComplete_UUIE@@QAE@ABV0@@Z @38414 NONAME ??0H225_ReleaseComplete_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @351 NONAME ??0H225_RequestInProgress@@QAE@ABV0@@Z @38415 NONAME ??0H225_RequestInProgress@@QAE@IW4TagClass@PASN_Object@@@Z @352 NONAME ??0H225_RequestSeqNum@@QAE@ABV0@@Z @38416 NONAME ??0H225_RequestSeqNum@@QAE@IW4TagClass@PASN_Object@@@Z @353 NONAME ??0H225_ResourcesAvailableConfirm@@QAE@ABV0@@Z @38417 NONAME ??0H225_ResourcesAvailableConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @354 NONAME ??0H225_ResourcesAvailableIndicate@@QAE@ABV0@@Z @38418 NONAME ??0H225_ResourcesAvailableIndicate@@QAE@IW4TagClass@PASN_Object@@@Z @355 NONAME ??0H225_RTPSession@@QAE@ABV0@@Z @38419 NONAME ??0H225_RTPSession@@QAE@IW4TagClass@PASN_Object@@@Z @356 NONAME ??0H225_RTPSession_associatedSessionIds@@QAE@ABV0@@Z @38420 NONAME ??0H225_RTPSession_associatedSessionIds@@QAE@IW4TagClass@PASN_Object@@@Z @357 NONAME ??0H225_ScnConnectionAggregation@@QAE@ABV0@@Z @16363 NONAME ??0H225_ScnConnectionAggregation@@QAE@IW4TagClass@PASN_Object@@@Z @16364 NONAME ??0H225_ScnConnectionType@@QAE@ABV0@@Z @16365 NONAME ??0H225_ScnConnectionType@@QAE@IW4TagClass@PASN_Object@@@Z @16366 NONAME ??0H225_ScreeningIndicator@@QAE@ABV0@@Z @16367 NONAME ??0H225_ScreeningIndicator@@QAE@IW4TagClass@PASN_Object@@@Z @16368 NONAME ??0H225_SecurityCapabilities@@QAE@ABV0@@Z @38421 NONAME ??0H225_SecurityCapabilities@@QAE@IW4TagClass@PASN_Object@@@Z @358 NONAME ??0H225_SecurityErrors2@@QAE@ABV0@@Z @38422 NONAME ??0H225_SecurityErrors2@@QAE@IW4TagClass@PASN_Object@@@Z @26707 NONAME ??0H225_SecurityErrors@@QAE@ABV0@@Z @38423 NONAME ??0H225_SecurityErrors@@QAE@IW4TagClass@PASN_Object@@@Z @26708 NONAME ??0H225_SecurityServiceMode@@QAE@ABV0@@Z @38424 NONAME ??0H225_SecurityServiceMode@@QAE@IW4TagClass@PASN_Object@@@Z @359 NONAME ??0H225_ServiceControlDescriptor@@QAE@ABV0@@Z @38425 NONAME ??0H225_ServiceControlDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @16369 NONAME ??0H225_ServiceControlIndication@@QAE@ABV0@@Z @38426 NONAME ??0H225_ServiceControlIndication@@QAE@IW4TagClass@PASN_Object@@@Z @16370 NONAME ??0H225_ServiceControlIndication_callSpecific@@QAE@ABV0@@Z @38427 NONAME ??0H225_ServiceControlIndication_callSpecific@@QAE@IW4TagClass@PASN_Object@@@Z @16371 NONAME ??0H225_ServiceControlResponse@@QAE@ABV0@@Z @38428 NONAME ??0H225_ServiceControlResponse@@QAE@IW4TagClass@PASN_Object@@@Z @16372 NONAME ??0H225_ServiceControlResponse_result@@QAE@ABV0@@Z @38429 NONAME ??0H225_ServiceControlResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @16373 NONAME ??0H225_ServiceControlSession@@QAE@ABV0@@Z @38430 NONAME ??0H225_ServiceControlSession@@QAE@IW4TagClass@PASN_Object@@@Z @16374 NONAME ??0H225_ServiceControlSession_reason@@QAE@ABV0@@Z @38431 NONAME ??0H225_ServiceControlSession_reason@@QAE@IW4TagClass@PASN_Object@@@Z @16375 NONAME ??0H225_SetupAcknowledge_UUIE@@QAE@ABV0@@Z @38432 NONAME ??0H225_SetupAcknowledge_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @16376 NONAME ??0H225_Setup_UUIE@@QAE@ABV0@@Z @16377 NONAME ??0H225_Setup_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @360 NONAME ??0H225_Setup_UUIE_conferenceGoal@@QAE@ABV0@@Z @38433 NONAME ??0H225_Setup_UUIE_conferenceGoal@@QAE@IW4TagClass@PASN_Object@@@Z @362 NONAME ??0H225_Setup_UUIE_connectionParameters@@QAE@ABV0@@Z @38434 NONAME ??0H225_Setup_UUIE_connectionParameters@@QAE@IW4TagClass@PASN_Object@@@Z @16378 NONAME ??0H225_Setup_UUIE_language@@QAE@ABV0@@Z @38435 NONAME ??0H225_Setup_UUIE_language@@QAE@IW4TagClass@PASN_Object@@@Z @16379 NONAME ??0H225_SIPCaps@@QAE@ABV0@@Z @38436 NONAME ??0H225_SIPCaps@@QAE@IW4TagClass@PASN_Object@@@Z @26709 NONAME ??0H225_StatusInquiry_UUIE@@QAE@ABV0@@Z @38437 NONAME ??0H225_StatusInquiry_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @16380 NONAME ??0H225_Status_UUIE@@QAE@ABV0@@Z @38438 NONAME ??0H225_Status_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @16381 NONAME ??0H225_StimulusControl@@QAE@ABV0@@Z @16382 NONAME ??0H225_StimulusControl@@QAE@IW4TagClass@PASN_Object@@@Z @16383 NONAME ??0H225_SupportedPrefix@@QAE@ABV0@@Z @38439 NONAME ??0H225_SupportedPrefix@@QAE@IW4TagClass@PASN_Object@@@Z @363 NONAME ??0H225_SupportedProtocols@@QAE@ABV0@@Z @38440 NONAME ??0H225_SupportedProtocols@@QAE@IW4TagClass@PASN_Object@@@Z @364 NONAME ??0H225_T120OnlyCaps@@QAE@ABV0@@Z @38441 NONAME ??0H225_T120OnlyCaps@@QAE@IW4TagClass@PASN_Object@@@Z @365 NONAME ??0H225_T38FaxAnnexbOnlyCaps@@QAE@ABV0@@Z @38442 NONAME ??0H225_T38FaxAnnexbOnlyCaps@@QAE@IW4TagClass@PASN_Object@@@Z @16384 NONAME ??0H225_TBCD_STRING@@QAE@ABV0@@Z @38443 NONAME ??0H225_TBCD_STRING@@QAE@IW4TagClass@PASN_Object@@@Z @16385 NONAME ??0H225_TerminalInfo@@QAE@ABV0@@Z @366 NONAME ??0H225_TerminalInfo@@QAE@IW4TagClass@PASN_Object@@@Z @367 NONAME ??0H225_TimeToLive@@QAE@ABV0@@Z @368 NONAME ??0H225_TimeToLive@@QAE@IW4TagClass@PASN_Object@@@Z @369 NONAME ??0H225_TransportAddress@@QAE@ABV0@@Z @370 NONAME ??0H225_TransportAddress@@QAE@IW4TagClass@PASN_Object@@@Z @371 NONAME ??0H225_TransportAddress_ip6Address@@QAE@ABV0@@Z @38444 NONAME ??0H225_TransportAddress_ip6Address@@QAE@IW4TagClass@PASN_Object@@@Z @372 NONAME ??0H225_TransportAddress_ipAddress@@QAE@ABV0@@Z @38445 NONAME ??0H225_TransportAddress_ipAddress@@QAE@IW4TagClass@PASN_Object@@@Z @373 NONAME ??0H225_TransportAddress_ipSourceRoute@@QAE@ABV0@@Z @38446 NONAME ??0H225_TransportAddress_ipSourceRoute@@QAE@IW4TagClass@PASN_Object@@@Z @374 NONAME ??0H225_TransportAddress_ipSourceRoute_route@@QAE@ABV0@@Z @38447 NONAME ??0H225_TransportAddress_ipSourceRoute_route@@QAE@IW4TagClass@PASN_Object@@@Z @375 NONAME ??0H225_TransportAddress_ipSourceRoute_routing@@QAE@ABV0@@Z @38448 NONAME ??0H225_TransportAddress_ipSourceRoute_routing@@QAE@IW4TagClass@PASN_Object@@@Z @376 NONAME ??0H225_TransportAddress_ipxAddress@@QAE@ABV0@@Z @38449 NONAME ??0H225_TransportAddress_ipxAddress@@QAE@IW4TagClass@PASN_Object@@@Z @377 NONAME ??0H225_TransportChannelInfo@@QAE@ABV0@@Z @378 NONAME ??0H225_TransportChannelInfo@@QAE@IW4TagClass@PASN_Object@@@Z @379 NONAME ??0H225_TransportQOS@@QAE@ABV0@@Z @380 NONAME ??0H225_TransportQOS@@QAE@IW4TagClass@PASN_Object@@@Z @381 NONAME ??0H225_TunnelledProtocol@@QAE@ABV0@@Z @16386 NONAME ??0H225_TunnelledProtocol@@QAE@IW4TagClass@PASN_Object@@@Z @16387 NONAME ??0H225_TunnelledProtocolAlternateIdentifier@@QAE@ABV0@@Z @38450 NONAME ??0H225_TunnelledProtocolAlternateIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @16388 NONAME ??0H225_TunnelledProtocol_id@@QAE@ABV0@@Z @38451 NONAME ??0H225_TunnelledProtocol_id@@QAE@IW4TagClass@PASN_Object@@@Z @16389 NONAME ??0H225_UnknownMessageResponse@@QAE@ABV0@@Z @38452 NONAME ??0H225_UnknownMessageResponse@@QAE@IW4TagClass@PASN_Object@@@Z @382 NONAME ??0H225_UnregistrationConfirm@@QAE@ABV0@@Z @38453 NONAME ??0H225_UnregistrationConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @383 NONAME ??0H225_UnregistrationReject@@QAE@ABV0@@Z @38454 NONAME ??0H225_UnregistrationReject@@QAE@IW4TagClass@PASN_Object@@@Z @384 NONAME ??0H225_UnregistrationRequest@@QAE@ABV0@@Z @38455 NONAME ??0H225_UnregistrationRequest@@QAE@IW4TagClass@PASN_Object@@@Z @385 NONAME ??0H225_UnregRejectReason@@QAE@ABV0@@Z @38456 NONAME ??0H225_UnregRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @386 NONAME ??0H225_UnregRequestReason@@QAE@ABV0@@Z @387 NONAME ??0H225_UnregRequestReason@@QAE@IW4TagClass@PASN_Object@@@Z @388 NONAME ??0H225_UseSpecifiedTransport@@QAE@ABV0@@Z @16390 NONAME ??0H225_UseSpecifiedTransport@@QAE@IW4TagClass@PASN_Object@@@Z @16391 NONAME ??0H225_UUIEsRequested@@QAE@ABV0@@Z @389 NONAME ??0H225_UUIEsRequested@@QAE@IW4TagClass@PASN_Object@@@Z @390 NONAME ??0H225_VendorIdentifier@@QAE@ABV0@@Z @391 NONAME ??0H225_VendorIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @392 NONAME ??0H225_VoiceCaps@@QAE@ABV0@@Z @38457 NONAME ??0H225_VoiceCaps@@QAE@IW4TagClass@PASN_Object@@@Z @393 NONAME ??0H235AuthCAT@@QAE@ABV0@@Z @38458 NONAME ??0H235AuthCAT@@QAE@XZ @23872 NONAME ??0H235Authenticator@@QAE@ABV0@@Z @38459 NONAME ??0H235Authenticator@@QAE@XZ @19298 NONAME ??0H235Authenticators@@IAE@HPBV0@@Z @38460 NONAME ??0H235Authenticators@@QAE@ABV0@@Z @38461 NONAME ??0H235Authenticators@@QAE@XZ @38462 NONAME ??0H235AuthProcedure1@@QAE@ABV0@@Z @38463 NONAME ??0H235AuthProcedure1@@QAE@XZ @19721 NONAME ??0H235AuthSimpleMD5@@QAE@ABV0@@Z @38464 NONAME ??0H235AuthSimpleMD5@@QAE@XZ @19300 NONAME ??0H235_AuthenticationBES@@QAE@ABV0@@Z @38465 NONAME ??0H235_AuthenticationBES@@QAE@IW4TagClass@PASN_Object@@@Z @19196 NONAME ??0H235_AuthenticationMechanism@@QAE@ABV0@@Z @38466 NONAME ??0H235_AuthenticationMechanism@@QAE@IW4TagClass@PASN_Object@@@Z @394 NONAME ??0H235_ChallengeString@@QAE@ABV0@@Z @38467 NONAME ??0H235_ChallengeString@@QAE@ABVPBYTEArray@@@Z @25989 NONAME ??0H235_ChallengeString@@QAE@ABVPString@@@Z @25990 NONAME ??0H235_ChallengeString@@QAE@IW4TagClass@PASN_Object@@@Z @396 NONAME ??0H235_ChallengeString@@QAE@PBD@Z @25991 NONAME ??0H235_ClearToken@@QAE@ABV0@@Z @38468 NONAME ??0H235_ClearToken@@QAE@IW4TagClass@PASN_Object@@@Z @397 NONAME ??0H235_CryptoToken@@QAE@ABV0@@Z @38469 NONAME ??0H235_CryptoToken@@QAE@IW4TagClass@PASN_Object@@@Z @398 NONAME ??0H235_CryptoToken_cryptoEncryptedToken@@QAE@ABV0@@Z @38470 NONAME ??0H235_CryptoToken_cryptoEncryptedToken@@QAE@IW4TagClass@PASN_Object@@@Z @399 NONAME ??0H235_CryptoToken_cryptoHashedToken@@QAE@ABV0@@Z @38471 NONAME ??0H235_CryptoToken_cryptoHashedToken@@QAE@IW4TagClass@PASN_Object@@@Z @400 NONAME ??0H235_CryptoToken_cryptoSignedToken@@QAE@ABV0@@Z @38472 NONAME ??0H235_CryptoToken_cryptoSignedToken@@QAE@IW4TagClass@PASN_Object@@@Z @401 NONAME ??0H235_DHset@@QAE@ABV0@@Z @402 NONAME ??0H235_DHset@@QAE@IW4TagClass@PASN_Object@@@Z @403 NONAME ??0H235_ECGDSASignature@@QAE@ABV0@@Z @38473 NONAME ??0H235_ECGDSASignature@@QAE@IW4TagClass@PASN_Object@@@Z @26710 NONAME ??0H235_ECKASDH@@QAE@ABV0@@Z @19198 NONAME ??0H235_ECKASDH@@QAE@IW4TagClass@PASN_Object@@@Z @19199 NONAME ??0H235_ECKASDH_eckasdh2@@QAE@ABV0@@Z @38474 NONAME ??0H235_ECKASDH_eckasdh2@@QAE@IW4TagClass@PASN_Object@@@Z @19200 NONAME ??0H235_ECKASDH_eckasdhp@@QAE@ABV0@@Z @38475 NONAME ??0H235_ECKASDH_eckasdhp@@QAE@IW4TagClass@PASN_Object@@@Z @19201 NONAME ??0H235_ECpoint@@QAE@ABV0@@Z @38476 NONAME ??0H235_ECpoint@@QAE@IW4TagClass@PASN_Object@@@Z @26711 NONAME ??0H235_EncodedGeneralToken@@QAE@ABV0@@Z @38477 NONAME ??0H235_EncodedGeneralToken@@QAE@IW4TagClass@PASN_Object@@@Z @18470 NONAME ??0H235_EncodedKeySignedMaterial@@QAE@ABV0@@Z @38478 NONAME ??0H235_EncodedKeySignedMaterial@@QAE@IW4TagClass@PASN_Object@@@Z @18471 NONAME ??0H235_EncodedKeySyncMaterial@@QAE@ABV0@@Z @38479 NONAME ??0H235_EncodedKeySyncMaterial@@QAE@IW4TagClass@PASN_Object@@@Z @18472 NONAME ??0H235_EncodedPwdCertToken@@QAE@ABV0@@Z @38480 NONAME ??0H235_EncodedPwdCertToken@@QAE@IW4TagClass@PASN_Object@@@Z @18473 NONAME ??0H235_EncodedReturnSig@@QAE@ABV0@@Z @18474 NONAME ??0H235_EncodedReturnSig@@QAE@IW4TagClass@PASN_Object@@@Z @18475 NONAME ??0H235_H235CertificateSignature@@QAE@ABV0@@Z @38481 NONAME ??0H235_H235CertificateSignature@@QAE@IW4TagClass@PASN_Object@@@Z @404 NONAME ??0H235_H235Key@@QAE@ABV0@@Z @26712 NONAME ??0H235_H235Key@@QAE@IW4TagClass@PASN_Object@@@Z @405 NONAME ??0H235_Identifier@@QAE@ABV0@@Z @406 NONAME ??0H235_Identifier@@QAE@IW4TagClass@PASN_Object@@@Z @407 NONAME ??0H235_IV16@@QAE@ABV0@@Z @19202 NONAME ??0H235_IV16@@QAE@ABVPBYTEArray@@@Z @25992 NONAME ??0H235_IV16@@QAE@ABVPString@@@Z @25993 NONAME ??0H235_IV16@@QAE@IW4TagClass@PASN_Object@@@Z @19203 NONAME ??0H235_IV16@@QAE@PBD@Z @25994 NONAME ??0H235_IV8@@QAE@ABV0@@Z @26713 NONAME ??0H235_IV8@@QAE@ABVPBYTEArray@@@Z @25995 NONAME ??0H235_IV8@@QAE@ABVPString@@@Z @25996 NONAME ??0H235_IV8@@QAE@IW4TagClass@PASN_Object@@@Z @409 NONAME ??0H235_IV8@@QAE@PBD@Z @25997 NONAME ??0H235_KeyMaterial@@QAE@ABV0@@Z @38482 NONAME ??0H235_KeyMaterial@@QAE@IW4TagClass@PASN_Object@@@Z @410 NONAME ??0H235_KeySignedMaterial@@QAE@ABV0@@Z @38483 NONAME ??0H235_KeySignedMaterial@@QAE@IW4TagClass@PASN_Object@@@Z @411 NONAME ??0H235_KeySyncMaterial@@QAE@ABV0@@Z @38484 NONAME ??0H235_KeySyncMaterial@@QAE@IW4TagClass@PASN_Object@@@Z @412 NONAME ??0H235_NonStandardParameter@@QAE@ABV0@@Z @413 NONAME ??0H235_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @414 NONAME ??0H235_Params@@QAE@ABV0@@Z @415 NONAME ??0H235_Params@@QAE@IW4TagClass@PASN_Object@@@Z @416 NONAME ??0H235_Password@@QAE@ABV0@@Z @38485 NONAME ??0H235_Password@@QAE@IW4TagClass@PASN_Object@@@Z @418 NONAME ??0H235_PwdCertToken@@QAE@ABV0@@Z @38486 NONAME ??0H235_PwdCertToken@@QAE@IW4TagClass@PASN_Object@@@Z @419 NONAME ??0H235_RandomVal@@QAE@ABV0@@Z @19204 NONAME ??0H235_RandomVal@@QAE@IW4TagClass@PASN_Object@@@Z @421 NONAME ??0H235_ReturnSig@@QAE@ABV0@@Z @38487 NONAME ??0H235_ReturnSig@@QAE@IW4TagClass@PASN_Object@@@Z @423 NONAME ??0H235_TimeStamp@@QAE@ABV0@@Z @24065 NONAME ??0H235_TimeStamp@@QAE@IW4TagClass@PASN_Object@@@Z @425 NONAME ??0H235_TypedCertificate@@QAE@ABV0@@Z @426 NONAME ??0H235_TypedCertificate@@QAE@IW4TagClass@PASN_Object@@@Z @427 NONAME ??0H235_V3KeySyncMaterial@@QAE@ABV0@@Z @38488 NONAME ??0H235_V3KeySyncMaterial@@QAE@IW4TagClass@PASN_Object@@@Z @26714 NONAME ??0H245NegLogicalChannel@@QAE@AAVH323EndPoint@@AAVH323Connection@@AAVH323Channel@@@Z @428 NONAME ??0H245NegLogicalChannel@@QAE@AAVH323EndPoint@@AAVH323Connection@@ABVH323ChannelNumber@@@Z @429 NONAME ??0H245NegLogicalChannels@@QAE@AAVH323EndPoint@@AAVH323Connection@@@Z @430 NONAME ??0H245NegMasterSlaveDetermination@@QAE@AAVH323EndPoint@@AAVH323Connection@@@Z @431 NONAME ??0H245Negotiator@@QAE@AAVH323EndPoint@@AAVH323Connection@@@Z @432 NONAME ??0H245NegRequestMode@@QAE@AAVH323EndPoint@@AAVH323Connection@@@Z @433 NONAME ??0H245NegRoundTripDelay@@QAE@AAVH323EndPoint@@AAVH323Connection@@@Z @434 NONAME ??0H245NegTerminalCapabilitySet@@QAE@AAVH323EndPoint@@AAVH323Connection@@@Z @435 NONAME ??0H245TransportThread@@QAE@AAVH323EndPoint@@AAVH323Connection@@AAVH323Transport@@@Z @436 NONAME ??0H245_AlternativeCapabilitySet@@QAE@ABV0@@Z @38489 NONAME ??0H245_AlternativeCapabilitySet@@QAE@IW4TagClass@PASN_Object@@@Z @437 NONAME ??0H245_ArrayOf_AlternativeCapabilitySet@@QAE@ABV0@@Z @38490 NONAME ??0H245_ArrayOf_AlternativeCapabilitySet@@QAE@IW4TagClass@PASN_Object@@@Z @438 NONAME ??0H245_ArrayOf_BEnhancementParameters@@QAE@ABV0@@Z @38491 NONAME ??0H245_ArrayOf_BEnhancementParameters@@QAE@IW4TagClass@PASN_Object@@@Z @439 NONAME ??0H245_ArrayOf_CapabilityDescriptor@@QAE@ABV0@@Z @38492 NONAME ??0H245_ArrayOf_CapabilityDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @440 NONAME ??0H245_ArrayOf_CapabilityDescriptorNumber@@QAE@ABV0@@Z @38493 NONAME ??0H245_ArrayOf_CapabilityDescriptorNumber@@QAE@IW4TagClass@PASN_Object@@@Z @441 NONAME ??0H245_ArrayOf_CapabilityTableEntry@@QAE@ABV0@@Z @38494 NONAME ??0H245_ArrayOf_CapabilityTableEntry@@QAE@IW4TagClass@PASN_Object@@@Z @442 NONAME ??0H245_ArrayOf_CapabilityTableEntryNumber@@QAE@ABV0@@Z @38495 NONAME ??0H245_ArrayOf_CapabilityTableEntryNumber@@QAE@IW4TagClass@PASN_Object@@@Z @443 NONAME ??0H245_ArrayOf_CommunicationModeTableEntry@@QAE@ABV0@@Z @38496 NONAME ??0H245_ArrayOf_CommunicationModeTableEntry@@QAE@IW4TagClass@PASN_Object@@@Z @444 NONAME ??0H245_ArrayOf_CustomPictureClockFrequency@@QAE@ABV0@@Z @16392 NONAME ??0H245_ArrayOf_CustomPictureClockFrequency@@QAE@IW4TagClass@PASN_Object@@@Z @445 NONAME ??0H245_ArrayOf_CustomPictureFormat@@QAE@ABV0@@Z @446 NONAME ??0H245_ArrayOf_CustomPictureFormat@@QAE@IW4TagClass@PASN_Object@@@Z @447 NONAME ??0H245_ArrayOf_DataApplicationCapability@@QAE@ABV0@@Z @38497 NONAME ??0H245_ArrayOf_DataApplicationCapability@@QAE@IW4TagClass@PASN_Object@@@Z @448 NONAME ??0H245_ArrayOf_DialingInformationNetworkType@@QAE@ABV0@@Z @38498 NONAME ??0H245_ArrayOf_DialingInformationNetworkType@@QAE@IW4TagClass@PASN_Object@@@Z @16393 NONAME ??0H245_ArrayOf_DialingInformationNumber@@QAE@ABV0@@Z @38499 NONAME ??0H245_ArrayOf_DialingInformationNumber@@QAE@IW4TagClass@PASN_Object@@@Z @16394 NONAME ??0H245_ArrayOf_EnhancementOptions@@QAE@ABV0@@Z @38500 NONAME ??0H245_ArrayOf_EnhancementOptions@@QAE@IW4TagClass@PASN_Object@@@Z @449 NONAME ??0H245_ArrayOf_EscrowData@@QAE@ABV0@@Z @38501 NONAME ??0H245_ArrayOf_EscrowData@@QAE@IW4TagClass@PASN_Object@@@Z @450 NONAME ??0H245_ArrayOf_GenericCapability@@QAE@ABV0@@Z @43657 NONAME ??0H245_ArrayOf_GenericCapability@@QAE@IW4TagClass@PASN_Object@@@Z @43658 NONAME ??0H245_ArrayOf_GenericParameter@@QAE@ABV0@@Z @16395 NONAME ??0H245_ArrayOf_GenericParameter@@QAE@IW4TagClass@PASN_Object@@@Z @16396 NONAME ??0H245_ArrayOf_H263ModeComboFlags@@QAE@ABV0@@Z @38502 NONAME ??0H245_ArrayOf_H263ModeComboFlags@@QAE@IW4TagClass@PASN_Object@@@Z @451 NONAME ??0H245_ArrayOf_H263VideoModeCombos@@QAE@ABV0@@Z @452 NONAME ??0H245_ArrayOf_H263VideoModeCombos@@QAE@IW4TagClass@PASN_Object@@@Z @453 NONAME ??0H245_ArrayOf_MediaChannelCapability@@QAE@ABV0@@Z @38503 NONAME ??0H245_ArrayOf_MediaChannelCapability@@QAE@IW4TagClass@PASN_Object@@@Z @454 NONAME ??0H245_ArrayOf_MediaDistributionCapability@@QAE@ABV0@@Z @455 NONAME ??0H245_ArrayOf_MediaDistributionCapability@@QAE@IW4TagClass@PASN_Object@@@Z @456 NONAME ??0H245_ArrayOf_ModeDescription@@QAE@ABV0@@Z @38504 NONAME ??0H245_ArrayOf_ModeDescription@@QAE@IW4TagClass@PASN_Object@@@Z @457 NONAME ??0H245_ArrayOf_MultiplePayloadStreamElement@@QAE@ABV0@@Z @38505 NONAME ??0H245_ArrayOf_MultiplePayloadStreamElement@@QAE@IW4TagClass@PASN_Object@@@Z @26715 NONAME ??0H245_ArrayOf_MultiplePayloadStreamElementMode@@QAE@ABV0@@Z @38506 NONAME ??0H245_ArrayOf_MultiplePayloadStreamElementMode@@QAE@IW4TagClass@PASN_Object@@@Z @26716 NONAME ??0H245_ArrayOf_MultiplexElement@@QAE@ABV0@@Z @38507 NONAME ??0H245_ArrayOf_MultiplexElement@@QAE@IW4TagClass@PASN_Object@@@Z @458 NONAME ??0H245_ArrayOf_MultiplexEntryDescriptor@@QAE@ABV0@@Z @38508 NONAME ??0H245_ArrayOf_MultiplexEntryDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @459 NONAME ??0H245_ArrayOf_MultiplexEntryRejectionDescriptions@@QAE@ABV0@@Z @38509 NONAME ??0H245_ArrayOf_MultiplexEntryRejectionDescriptions@@QAE@IW4TagClass@PASN_Object@@@Z @460 NONAME ??0H245_ArrayOf_MultiplexTableEntryNumber@@QAE@ABV0@@Z @38510 NONAME ??0H245_ArrayOf_MultiplexTableEntryNumber@@QAE@IW4TagClass@PASN_Object@@@Z @461 NONAME ??0H245_ArrayOf_NonStandardParameter@@QAE@ABV0@@Z @38511 NONAME ??0H245_ArrayOf_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @462 NONAME ??0H245_ArrayOf_ParameterIdentifier@@QAE@ABV0@@Z @38512 NONAME ??0H245_ArrayOf_ParameterIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @16397 NONAME ??0H245_ArrayOf_PictureReference@@QAE@ABV0@@Z @38513 NONAME ??0H245_ArrayOf_PictureReference@@QAE@IW4TagClass@PASN_Object@@@Z @16398 NONAME ??0H245_ArrayOf_Q2931Address@@QAE@ABV0@@Z @38514 NONAME ??0H245_ArrayOf_Q2931Address@@QAE@IW4TagClass@PASN_Object@@@Z @16399 NONAME ??0H245_ArrayOf_QOSCapability@@QAE@ABV0@@Z @38515 NONAME ??0H245_ArrayOf_QOSCapability@@QAE@IW4TagClass@PASN_Object@@@Z @463 NONAME ??0H245_ArrayOf_RedundancyEncodingCapability@@QAE@ABV0@@Z @38516 NONAME ??0H245_ArrayOf_RedundancyEncodingCapability@@QAE@IW4TagClass@PASN_Object@@@Z @464 NONAME ??0H245_ArrayOf_RedundancyEncodingDTModeElement@@QAE@ABV0@@Z @38517 NONAME ??0H245_ArrayOf_RedundancyEncodingDTModeElement@@QAE@IW4TagClass@PASN_Object@@@Z @26717 NONAME ??0H245_ArrayOf_RedundancyEncodingElement@@QAE@ABV0@@Z @38518 NONAME ??0H245_ArrayOf_RedundancyEncodingElement@@QAE@IW4TagClass@PASN_Object@@@Z @26718 NONAME ??0H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@QAE@ABV0@@Z @38519 NONAME ??0H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@QAE@IW4TagClass@PASN_Object@@@Z @465 NONAME ??0H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@QAE@ABV0@@Z @38520 NONAME ??0H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@QAE@IW4TagClass@PASN_Object@@@Z @466 NONAME ??0H245_ArrayOf_RTPPayloadType@@QAE@ABV0@@Z @38521 NONAME ??0H245_ArrayOf_RTPPayloadType@@QAE@IW4TagClass@PASN_Object@@@Z @467 NONAME ??0H245_ArrayOf_TerminalInformation@@QAE@ABV0@@Z @38522 NONAME ??0H245_ArrayOf_TerminalInformation@@QAE@IW4TagClass@PASN_Object@@@Z @468 NONAME ??0H245_ArrayOf_TerminalLabel@@QAE@ABV0@@Z @38523 NONAME ??0H245_ArrayOf_TerminalLabel@@QAE@IW4TagClass@PASN_Object@@@Z @469 NONAME ??0H245_ArrayOf_VCCapability@@QAE@ABV0@@Z @38524 NONAME ??0H245_ArrayOf_VCCapability@@QAE@IW4TagClass@PASN_Object@@@Z @470 NONAME ??0H245_ArrayOf_VideoCapability@@QAE@ABV0@@Z @43659 NONAME ??0H245_ArrayOf_VideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @43660 NONAME ??0H245_ATMParameters@@QAE@ABV0@@Z @471 NONAME ??0H245_ATMParameters@@QAE@IW4TagClass@PASN_Object@@@Z @472 NONAME ??0H245_AudioCapability@@QAE@ABV0@@Z @38525 NONAME ??0H245_AudioCapability@@QAE@IW4TagClass@PASN_Object@@@Z @473 NONAME ??0H245_AudioCapability_g7231@@QAE@ABV0@@Z @38526 NONAME ??0H245_AudioCapability_g7231@@QAE@IW4TagClass@PASN_Object@@@Z @474 NONAME ??0H245_AudioMode@@QAE@ABV0@@Z @38527 NONAME ??0H245_AudioMode@@QAE@IW4TagClass@PASN_Object@@@Z @475 NONAME ??0H245_AudioMode_g7231@@QAE@ABV0@@Z @38528 NONAME ??0H245_AudioMode_g7231@@QAE@IW4TagClass@PASN_Object@@@Z @476 NONAME ??0H245_AudioTelephonyEventCapability@@QAE@ABV0@@Z @38529 NONAME ??0H245_AudioTelephonyEventCapability@@QAE@IW4TagClass@PASN_Object@@@Z @16400 NONAME ??0H245_AudioToneCapability@@QAE@ABV0@@Z @38530 NONAME ??0H245_AudioToneCapability@@QAE@IW4TagClass@PASN_Object@@@Z @16401 NONAME ??0H245_AuthenticationCapability@@QAE@ABV0@@Z @38531 NONAME ??0H245_AuthenticationCapability@@QAE@IW4TagClass@PASN_Object@@@Z @477 NONAME ??0H245_BEnhancementParameters@@QAE@ABV0@@Z @38532 NONAME ??0H245_BEnhancementParameters@@QAE@IW4TagClass@PASN_Object@@@Z @478 NONAME ??0H245_Capability@@QAE@ABV0@@Z @38533 NONAME ??0H245_Capability@@QAE@IW4TagClass@PASN_Object@@@Z @479 NONAME ??0H245_CapabilityDescriptor@@QAE@ABV0@@Z @38534 NONAME ??0H245_CapabilityDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @480 NONAME ??0H245_CapabilityDescriptorNumber@@QAE@ABV0@@Z @38535 NONAME ??0H245_CapabilityDescriptorNumber@@QAE@IW4TagClass@PASN_Object@@@Z @481 NONAME ??0H245_CapabilityIdentifier@@QAE@ABV0@@Z @16402 NONAME ??0H245_CapabilityIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @16403 NONAME ??0H245_CapabilityTableEntry@@QAE@ABV0@@Z @38536 NONAME ??0H245_CapabilityTableEntry@@QAE@IW4TagClass@PASN_Object@@@Z @482 NONAME ??0H245_CapabilityTableEntryNumber@@QAE@ABV0@@Z @38537 NONAME ??0H245_CapabilityTableEntryNumber@@QAE@IW4TagClass@PASN_Object@@@Z @483 NONAME ??0H245_Capability_h233EncryptionReceiveCapability@@QAE@ABV0@@Z @38538 NONAME ??0H245_Capability_h233EncryptionReceiveCapability@@QAE@IW4TagClass@PASN_Object@@@Z @484 NONAME ??0H245_CertSelectionCriteria@@QAE@ABV0@@Z @38539 NONAME ??0H245_CertSelectionCriteria@@QAE@IW4TagClass@PASN_Object@@@Z @485 NONAME ??0H245_CloseLogicalChannel@@QAE@ABV0@@Z @38540 NONAME ??0H245_CloseLogicalChannel@@QAE@IW4TagClass@PASN_Object@@@Z @486 NONAME ??0H245_CloseLogicalChannelAck@@QAE@ABV0@@Z @38541 NONAME ??0H245_CloseLogicalChannelAck@@QAE@IW4TagClass@PASN_Object@@@Z @487 NONAME ??0H245_CloseLogicalChannel_reason@@QAE@ABV0@@Z @38542 NONAME ??0H245_CloseLogicalChannel_reason@@QAE@IW4TagClass@PASN_Object@@@Z @488 NONAME ??0H245_CloseLogicalChannel_source@@QAE@ABV0@@Z @38543 NONAME ??0H245_CloseLogicalChannel_source@@QAE@IW4TagClass@PASN_Object@@@Z @489 NONAME ??0H245_CommandMessage@@QAE@ABV0@@Z @38544 NONAME ??0H245_CommandMessage@@QAE@IW4TagClass@PASN_Object@@@Z @490 NONAME ??0H245_CommunicationModeCommand@@QAE@ABV0@@Z @38545 NONAME ??0H245_CommunicationModeCommand@@QAE@IW4TagClass@PASN_Object@@@Z @491 NONAME ??0H245_CommunicationModeRequest@@QAE@ABV0@@Z @38546 NONAME ??0H245_CommunicationModeRequest@@QAE@IW4TagClass@PASN_Object@@@Z @492 NONAME ??0H245_CommunicationModeResponse@@QAE@ABV0@@Z @38547 NONAME ??0H245_CommunicationModeResponse@@QAE@IW4TagClass@PASN_Object@@@Z @493 NONAME ??0H245_CommunicationModeTableEntry@@QAE@ABV0@@Z @38548 NONAME ??0H245_CommunicationModeTableEntry@@QAE@IW4TagClass@PASN_Object@@@Z @494 NONAME ??0H245_CommunicationModeTableEntry_dataType@@QAE@ABV0@@Z @38549 NONAME ??0H245_CommunicationModeTableEntry_dataType@@QAE@IW4TagClass@PASN_Object@@@Z @495 NONAME ??0H245_CompressionType@@QAE@ABV0@@Z @38550 NONAME ??0H245_CompressionType@@QAE@IW4TagClass@PASN_Object@@@Z @496 NONAME ??0H245_ConferenceCapability@@QAE@ABV0@@Z @38551 NONAME ??0H245_ConferenceCapability@@QAE@IW4TagClass@PASN_Object@@@Z @497 NONAME ??0H245_ConferenceCommand@@QAE@ABV0@@Z @38552 NONAME ??0H245_ConferenceCommand@@QAE@IW4TagClass@PASN_Object@@@Z @498 NONAME ??0H245_ConferenceID@@QAE@ABV0@@Z @38553 NONAME ??0H245_ConferenceID@@QAE@ABVPBYTEArray@@@Z @25998 NONAME ??0H245_ConferenceID@@QAE@ABVPString@@@Z @25999 NONAME ??0H245_ConferenceID@@QAE@IW4TagClass@PASN_Object@@@Z @499 NONAME ??0H245_ConferenceID@@QAE@PBD@Z @26000 NONAME ??0H245_ConferenceIndication@@QAE@ABV0@@Z @38554 NONAME ??0H245_ConferenceIndication@@QAE@IW4TagClass@PASN_Object@@@Z @500 NONAME ??0H245_ConferenceRequest@@QAE@ABV0@@Z @38555 NONAME ??0H245_ConferenceRequest@@QAE@IW4TagClass@PASN_Object@@@Z @501 NONAME ??0H245_ConferenceRequest_requestTerminalCertificate@@QAE@ABV0@@Z @38556 NONAME ??0H245_ConferenceRequest_requestTerminalCertificate@@QAE@IW4TagClass@PASN_Object@@@Z @502 NONAME ??0H245_ConferenceResponse@@QAE@ABV0@@Z @38557 NONAME ??0H245_ConferenceResponse@@QAE@IW4TagClass@PASN_Object@@@Z @503 NONAME ??0H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@QAE@ABV0@@Z @38558 NONAME ??0H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@QAE@IW4TagClass@PASN_Object@@@Z @504 NONAME ??0H245_ConferenceResponse_chairTokenOwnerResponse@@QAE@ABV0@@Z @38559 NONAME ??0H245_ConferenceResponse_chairTokenOwnerResponse@@QAE@IW4TagClass@PASN_Object@@@Z @505 NONAME ??0H245_ConferenceResponse_conferenceIDResponse@@QAE@ABV0@@Z @38560 NONAME ??0H245_ConferenceResponse_conferenceIDResponse@@QAE@IW4TagClass@PASN_Object@@@Z @506 NONAME ??0H245_ConferenceResponse_extensionAddressResponse@@QAE@ABV0@@Z @38561 NONAME ??0H245_ConferenceResponse_extensionAddressResponse@@QAE@IW4TagClass@PASN_Object@@@Z @507 NONAME ??0H245_ConferenceResponse_makeMeChairResponse@@QAE@ABV0@@Z @38562 NONAME ??0H245_ConferenceResponse_makeMeChairResponse@@QAE@IW4TagClass@PASN_Object@@@Z @508 NONAME ??0H245_ConferenceResponse_makeTerminalBroadcasterResponse@@QAE@ABV0@@Z @38563 NONAME ??0H245_ConferenceResponse_makeTerminalBroadcasterResponse@@QAE@IW4TagClass@PASN_Object@@@Z @509 NONAME ??0H245_ConferenceResponse_mCTerminalIDResponse@@QAE@ABV0@@Z @38564 NONAME ??0H245_ConferenceResponse_mCTerminalIDResponse@@QAE@IW4TagClass@PASN_Object@@@Z @510 NONAME ??0H245_ConferenceResponse_passwordResponse@@QAE@ABV0@@Z @38565 NONAME ??0H245_ConferenceResponse_passwordResponse@@QAE@IW4TagClass@PASN_Object@@@Z @511 NONAME ??0H245_ConferenceResponse_sendThisSourceResponse@@QAE@ABV0@@Z @38566 NONAME ??0H245_ConferenceResponse_sendThisSourceResponse@@QAE@IW4TagClass@PASN_Object@@@Z @512 NONAME ??0H245_ConferenceResponse_terminalCertificateResponse@@QAE@ABV0@@Z @38567 NONAME ??0H245_ConferenceResponse_terminalCertificateResponse@@QAE@IW4TagClass@PASN_Object@@@Z @513 NONAME ??0H245_ConferenceResponse_terminalIDResponse@@QAE@ABV0@@Z @38568 NONAME ??0H245_ConferenceResponse_terminalIDResponse@@QAE@IW4TagClass@PASN_Object@@@Z @514 NONAME ??0H245_ConnectionIdentifier@@QAE@ABV0@@Z @38569 NONAME ??0H245_ConnectionIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @16404 NONAME ??0H245_CRCLength@@QAE@ABV0@@Z @38570 NONAME ??0H245_CRCLength@@QAE@IW4TagClass@PASN_Object@@@Z @515 NONAME ??0H245_Criteria@@QAE@ABV0@@Z @38571 NONAME ??0H245_Criteria@@QAE@IW4TagClass@PASN_Object@@@Z @516 NONAME ??0H245_CustomPictureClockFrequency@@QAE@ABV0@@Z @38572 NONAME ??0H245_CustomPictureClockFrequency@@QAE@IW4TagClass@PASN_Object@@@Z @517 NONAME ??0H245_CustomPictureFormat@@QAE@ABV0@@Z @38573 NONAME ??0H245_CustomPictureFormat@@QAE@IW4TagClass@PASN_Object@@@Z @518 NONAME ??0H245_CustomPictureFormat_mPI@@QAE@ABV0@@Z @38574 NONAME ??0H245_CustomPictureFormat_mPI@@QAE@IW4TagClass@PASN_Object@@@Z @519 NONAME ??0H245_CustomPictureFormat_mPI_customPCF@@QAE@ABV0@@Z @38575 NONAME ??0H245_CustomPictureFormat_mPI_customPCF@@QAE@IW4TagClass@PASN_Object@@@Z @520 NONAME ??0H245_CustomPictureFormat_mPI_customPCF_subtype@@QAE@ABV0@@Z @38576 NONAME ??0H245_CustomPictureFormat_mPI_customPCF_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @521 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation@@QAE@ABV0@@Z @38577 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation@@QAE@IW4TagClass@PASN_Object@@@Z @522 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@QAE@ABV0@@Z @38578 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@QAE@IW4TagClass@PASN_Object@@@Z @523 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@QAE@ABV0@@Z @38579 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @524 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@QAE@ABV0@@Z @38580 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@QAE@IW4TagClass@PASN_Object@@@Z @525 NONAME ??0H245_DataApplicationCapability@@QAE@ABV0@@Z @38581 NONAME ??0H245_DataApplicationCapability@@QAE@IW4TagClass@PASN_Object@@@Z @526 NONAME ??0H245_DataApplicationCapability_application@@QAE@ABV0@@Z @38582 NONAME ??0H245_DataApplicationCapability_application@@QAE@IW4TagClass@PASN_Object@@@Z @527 NONAME ??0H245_DataApplicationCapability_application_nlpid@@QAE@ABV0@@Z @38583 NONAME ??0H245_DataApplicationCapability_application_nlpid@@QAE@IW4TagClass@PASN_Object@@@Z @528 NONAME ??0H245_DataApplicationCapability_application_t38fax@@QAE@ABV0@@Z @38584 NONAME ??0H245_DataApplicationCapability_application_t38fax@@QAE@IW4TagClass@PASN_Object@@@Z @16405 NONAME ??0H245_DataApplicationCapability_application_t84@@QAE@ABV0@@Z @38585 NONAME ??0H245_DataApplicationCapability_application_t84@@QAE@IW4TagClass@PASN_Object@@@Z @529 NONAME ??0H245_DataMode@@QAE@ABV0@@Z @38586 NONAME ??0H245_DataMode@@QAE@IW4TagClass@PASN_Object@@@Z @530 NONAME ??0H245_DataMode_application@@QAE@ABV0@@Z @38587 NONAME ??0H245_DataMode_application@@QAE@IW4TagClass@PASN_Object@@@Z @531 NONAME ??0H245_DataMode_application_nlpid@@QAE@ABV0@@Z @38588 NONAME ??0H245_DataMode_application_nlpid@@QAE@IW4TagClass@PASN_Object@@@Z @532 NONAME ??0H245_DataMode_application_t38fax@@QAE@ABV0@@Z @38589 NONAME ??0H245_DataMode_application_t38fax@@QAE@IW4TagClass@PASN_Object@@@Z @16406 NONAME ??0H245_DataProtocolCapability@@QAE@ABV0@@Z @16407 NONAME ??0H245_DataProtocolCapability@@QAE@IW4TagClass@PASN_Object@@@Z @533 NONAME ??0H245_DataProtocolCapability_v76wCompression@@QAE@ABV0@@Z @38590 NONAME ??0H245_DataProtocolCapability_v76wCompression@@QAE@IW4TagClass@PASN_Object@@@Z @534 NONAME ??0H245_DataType@@QAE@ABV0@@Z @535 NONAME ??0H245_DataType@@QAE@IW4TagClass@PASN_Object@@@Z @536 NONAME ??0H245_DepFECCapability@@QAE@ABV0@@Z @43661 NONAME ??0H245_DepFECCapability@@QAE@IW4TagClass@PASN_Object@@@Z @43662 NONAME ??0H245_DepFECCapability_rfc2733@@QAE@ABV0@@Z @43663 NONAME ??0H245_DepFECCapability_rfc2733@@QAE@IW4TagClass@PASN_Object@@@Z @43664 NONAME ??0H245_DepFECCapability_rfc2733_separateStream@@QAE@ABV0@@Z @43665 NONAME ??0H245_DepFECCapability_rfc2733_separateStream@@QAE@IW4TagClass@PASN_Object@@@Z @43666 NONAME ??0H245_DepFECData@@QAE@ABV0@@Z @43667 NONAME ??0H245_DepFECData@@QAE@IW4TagClass@PASN_Object@@@Z @43668 NONAME ??0H245_DepFECData_rfc2733@@QAE@ABV0@@Z @43669 NONAME ??0H245_DepFECData_rfc2733@@QAE@IW4TagClass@PASN_Object@@@Z @43670 NONAME ??0H245_DepFECData_rfc2733_mode@@QAE@ABV0@@Z @43671 NONAME ??0H245_DepFECData_rfc2733_mode@@QAE@IW4TagClass@PASN_Object@@@Z @43672 NONAME ??0H245_DepFECData_rfc2733_mode_separateStream@@QAE@ABV0@@Z @43673 NONAME ??0H245_DepFECData_rfc2733_mode_separateStream@@QAE@IW4TagClass@PASN_Object@@@Z @43674 NONAME ??0H245_DepFECData_rfc2733_mode_separateStream_differentPort@@QAE@ABV0@@Z @43675 NONAME ??0H245_DepFECData_rfc2733_mode_separateStream_differentPort@@QAE@IW4TagClass@PASN_Object@@@Z @43676 NONAME ??0H245_DepFECData_rfc2733_mode_separateStream_samePort@@QAE@ABV0@@Z @43677 NONAME ??0H245_DepFECData_rfc2733_mode_separateStream_samePort@@QAE@IW4TagClass@PASN_Object@@@Z @43678 NONAME ??0H245_DepFECMode@@QAE@ABV0@@Z @43679 NONAME ??0H245_DepFECMode@@QAE@IW4TagClass@PASN_Object@@@Z @43680 NONAME ??0H245_DepFECMode_rfc2733Mode@@QAE@ABV0@@Z @43681 NONAME ??0H245_DepFECMode_rfc2733Mode@@QAE@IW4TagClass@PASN_Object@@@Z @43682 NONAME ??0H245_DepFECMode_rfc2733Mode_mode@@QAE@ABV0@@Z @43683 NONAME ??0H245_DepFECMode_rfc2733Mode_mode@@QAE@IW4TagClass@PASN_Object@@@Z @43684 NONAME ??0H245_DepFECMode_rfc2733Mode_mode_separateStream@@QAE@ABV0@@Z @43685 NONAME ??0H245_DepFECMode_rfc2733Mode_mode_separateStream@@QAE@IW4TagClass@PASN_Object@@@Z @43686 NONAME ??0H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@QAE@ABV0@@Z @43687 NONAME ??0H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@QAE@IW4TagClass@PASN_Object@@@Z @43688 NONAME ??0H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@QAE@ABV0@@Z @43689 NONAME ??0H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@QAE@IW4TagClass@PASN_Object@@@Z @43690 NONAME ??0H245_DialingInformation@@QAE@ABV0@@Z @38591 NONAME ??0H245_DialingInformation@@QAE@IW4TagClass@PASN_Object@@@Z @16408 NONAME ??0H245_DialingInformationNetworkType@@QAE@ABV0@@Z @38592 NONAME ??0H245_DialingInformationNetworkType@@QAE@IW4TagClass@PASN_Object@@@Z @16409 NONAME ??0H245_DialingInformationNumber@@QAE@ABV0@@Z @38593 NONAME ??0H245_DialingInformationNumber@@QAE@IW4TagClass@PASN_Object@@@Z @16410 NONAME ??0H245_EncryptionAuthenticationAndIntegrity@@QAE@ABV0@@Z @38594 NONAME ??0H245_EncryptionAuthenticationAndIntegrity@@QAE@IW4TagClass@PASN_Object@@@Z @537 NONAME ??0H245_EncryptionCapability@@QAE@ABV0@@Z @38595 NONAME ??0H245_EncryptionCapability@@QAE@IW4TagClass@PASN_Object@@@Z @538 NONAME ??0H245_EncryptionCommand@@QAE@ABV0@@Z @38596 NONAME ??0H245_EncryptionCommand@@QAE@IW4TagClass@PASN_Object@@@Z @539 NONAME ??0H245_EncryptionCommand_encryptionAlgorithmID@@QAE@ABV0@@Z @38597 NONAME ??0H245_EncryptionCommand_encryptionAlgorithmID@@QAE@IW4TagClass@PASN_Object@@@Z @540 NONAME ??0H245_EncryptionMode@@QAE@ABV0@@Z @38598 NONAME ??0H245_EncryptionMode@@QAE@IW4TagClass@PASN_Object@@@Z @541 NONAME ??0H245_EncryptionSync@@QAE@ABV0@@Z @542 NONAME ??0H245_EncryptionSync@@QAE@IW4TagClass@PASN_Object@@@Z @543 NONAME ??0H245_EncryptionUpdateDirection@@QAE@ABV0@@Z @43691 NONAME ??0H245_EncryptionUpdateDirection@@QAE@IW4TagClass@PASN_Object@@@Z @43692 NONAME ??0H245_EncryptionUpdateRequest@@QAE@ABV0@@Z @38599 NONAME ??0H245_EncryptionUpdateRequest@@QAE@IW4TagClass@PASN_Object@@@Z @544 NONAME ??0H245_EndSessionCommand@@QAE@ABV0@@Z @38600 NONAME ??0H245_EndSessionCommand@@QAE@IW4TagClass@PASN_Object@@@Z @545 NONAME ??0H245_EndSessionCommand_gstnOptions@@QAE@ABV0@@Z @38601 NONAME ??0H245_EndSessionCommand_gstnOptions@@QAE@IW4TagClass@PASN_Object@@@Z @546 NONAME ??0H245_EndSessionCommand_isdnOptions@@QAE@ABV0@@Z @38602 NONAME ??0H245_EndSessionCommand_isdnOptions@@QAE@IW4TagClass@PASN_Object@@@Z @547 NONAME ??0H245_EnhancementLayerInfo@@QAE@ABV0@@Z @548 NONAME ??0H245_EnhancementLayerInfo@@QAE@IW4TagClass@PASN_Object@@@Z @549 NONAME ??0H245_EnhancementOptions@@QAE@ABV0@@Z @38603 NONAME ??0H245_EnhancementOptions@@QAE@IW4TagClass@PASN_Object@@@Z @550 NONAME ??0H245_EscrowData@@QAE@ABV0@@Z @38604 NONAME ??0H245_EscrowData@@QAE@IW4TagClass@PASN_Object@@@Z @551 NONAME ??0H245_ExtendedVideoCapability@@QAE@ABV0@@Z @43693 NONAME ??0H245_ExtendedVideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @43694 NONAME ??0H245_FECCapability@@QAE@ABV0@@Z @38605 NONAME ??0H245_FECCapability@@QAE@IW4TagClass@PASN_Object@@@Z @26719 NONAME ??0H245_FECCapability_rfc2733Format@@QAE@ABV0@@Z @43695 NONAME ??0H245_FECCapability_rfc2733Format@@QAE@IW4TagClass@PASN_Object@@@Z @43696 NONAME ??0H245_FECData@@QAE@ABV0@@Z @38608 NONAME ??0H245_FECData@@QAE@IW4TagClass@PASN_Object@@@Z @26722 NONAME ??0H245_FECData_rfc2733@@QAE@ABV0@@Z @38609 NONAME ??0H245_FECData_rfc2733@@QAE@IW4TagClass@PASN_Object@@@Z @26723 NONAME ??0H245_FECData_rfc2733_pktMode@@QAE@ABV0@@Z @43697 NONAME ??0H245_FECData_rfc2733_pktMode@@QAE@IW4TagClass@PASN_Object@@@Z @43698 NONAME ??0H245_FECData_rfc2733_pktMode_rfc2733diffport@@QAE@ABV0@@Z @43699 NONAME ??0H245_FECData_rfc2733_pktMode_rfc2733diffport@@QAE@IW4TagClass@PASN_Object@@@Z @43700 NONAME ??0H245_FECData_rfc2733_pktMode_rfc2733sameport@@QAE@ABV0@@Z @43701 NONAME ??0H245_FECData_rfc2733_pktMode_rfc2733sameport@@QAE@IW4TagClass@PASN_Object@@@Z @43702 NONAME ??0H245_FECMode@@QAE@ABV0@@Z @38614 NONAME ??0H245_FECMode@@QAE@IW4TagClass@PASN_Object@@@Z @26728 NONAME ??0H245_FECMode_rfc2733Format@@QAE@ABV0@@Z @43703 NONAME ??0H245_FECMode_rfc2733Format@@QAE@IW4TagClass@PASN_Object@@@Z @43704 NONAME ??0H245_FlowControlCommand@@QAE@ABV0@@Z @38620 NONAME ??0H245_FlowControlCommand@@QAE@IW4TagClass@PASN_Object@@@Z @552 NONAME ??0H245_FlowControlCommand_restriction@@QAE@ABV0@@Z @38621 NONAME ??0H245_FlowControlCommand_restriction@@QAE@IW4TagClass@PASN_Object@@@Z @553 NONAME ??0H245_FlowControlCommand_scope@@QAE@ABV0@@Z @38622 NONAME ??0H245_FlowControlCommand_scope@@QAE@IW4TagClass@PASN_Object@@@Z @554 NONAME ??0H245_FlowControlIndication@@QAE@ABV0@@Z @38623 NONAME ??0H245_FlowControlIndication@@QAE@IW4TagClass@PASN_Object@@@Z @16411 NONAME ??0H245_FlowControlIndication_restriction@@QAE@ABV0@@Z @38624 NONAME ??0H245_FlowControlIndication_restriction@@QAE@IW4TagClass@PASN_Object@@@Z @16412 NONAME ??0H245_FlowControlIndication_scope@@QAE@ABV0@@Z @38625 NONAME ??0H245_FlowControlIndication_scope@@QAE@IW4TagClass@PASN_Object@@@Z @16413 NONAME ??0H245_FunctionNotSupported@@QAE@ABV0@@Z @38626 NONAME ??0H245_FunctionNotSupported@@QAE@IW4TagClass@PASN_Object@@@Z @555 NONAME ??0H245_FunctionNotSupported_cause@@QAE@ABV0@@Z @38627 NONAME ??0H245_FunctionNotSupported_cause@@QAE@IW4TagClass@PASN_Object@@@Z @556 NONAME ??0H245_FunctionNotUnderstood@@QAE@ABV0@@Z @38628 NONAME ??0H245_FunctionNotUnderstood@@QAE@IW4TagClass@PASN_Object@@@Z @557 NONAME ??0H245_G7231AnnexCCapability@@QAE@ABV0@@Z @38629 NONAME ??0H245_G7231AnnexCCapability@@QAE@IW4TagClass@PASN_Object@@@Z @558 NONAME ??0H245_G7231AnnexCCapability_g723AnnexCAudioMode@@QAE@ABV0@@Z @38630 NONAME ??0H245_G7231AnnexCCapability_g723AnnexCAudioMode@@QAE@IW4TagClass@PASN_Object@@@Z @559 NONAME ??0H245_G7231AnnexCMode@@QAE@ABV0@@Z @38631 NONAME ??0H245_G7231AnnexCMode@@QAE@IW4TagClass@PASN_Object@@@Z @560 NONAME ??0H245_G7231AnnexCMode_g723AnnexCAudioMode@@QAE@ABV0@@Z @38632 NONAME ??0H245_G7231AnnexCMode_g723AnnexCAudioMode@@QAE@IW4TagClass@PASN_Object@@@Z @561 NONAME ??0H245_G729Extensions@@QAE@ABV0@@Z @38633 NONAME ??0H245_G729Extensions@@QAE@IW4TagClass@PASN_Object@@@Z @16414 NONAME ??0H245_GenericCapability@@QAE@ABV0@@Z @38634 NONAME ??0H245_GenericCapability@@QAE@IW4TagClass@PASN_Object@@@Z @16415 NONAME ??0H245_GenericMessage@@QAE@ABV0@@Z @43705 NONAME ??0H245_GenericMessage@@QAE@IW4TagClass@PASN_Object@@@Z @43706 NONAME ??0H245_GenericParameter@@QAE@ABV0@@Z @38635 NONAME ??0H245_GenericParameter@@QAE@IW4TagClass@PASN_Object@@@Z @16416 NONAME ??0H245_GSMAudioCapability@@QAE@ABV0@@Z @38636 NONAME ??0H245_GSMAudioCapability@@QAE@IW4TagClass@PASN_Object@@@Z @562 NONAME ??0H245_H222Capability@@QAE@ABV0@@Z @38637 NONAME ??0H245_H222Capability@@QAE@IW4TagClass@PASN_Object@@@Z @563 NONAME ??0H245_H222LogicalChannelParameters@@QAE@ABV0@@Z @38638 NONAME ??0H245_H222LogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @564 NONAME ??0H245_H223AL1MParameters@@QAE@ABV0@@Z @38639 NONAME ??0H245_H223AL1MParameters@@QAE@IW4TagClass@PASN_Object@@@Z @565 NONAME ??0H245_H223AL1MParameters_arqType@@QAE@ABV0@@Z @38640 NONAME ??0H245_H223AL1MParameters_arqType@@QAE@IW4TagClass@PASN_Object@@@Z @566 NONAME ??0H245_H223AL1MParameters_crcLength@@QAE@ABV0@@Z @38641 NONAME ??0H245_H223AL1MParameters_crcLength@@QAE@IW4TagClass@PASN_Object@@@Z @567 NONAME ??0H245_H223AL1MParameters_headerFEC@@QAE@ABV0@@Z @38642 NONAME ??0H245_H223AL1MParameters_headerFEC@@QAE@IW4TagClass@PASN_Object@@@Z @568 NONAME ??0H245_H223AL1MParameters_transferMode@@QAE@ABV0@@Z @38643 NONAME ??0H245_H223AL1MParameters_transferMode@@QAE@IW4TagClass@PASN_Object@@@Z @569 NONAME ??0H245_H223AL2MParameters@@QAE@ABV0@@Z @38644 NONAME ??0H245_H223AL2MParameters@@QAE@IW4TagClass@PASN_Object@@@Z @570 NONAME ??0H245_H223AL2MParameters_headerFEC@@QAE@ABV0@@Z @38645 NONAME ??0H245_H223AL2MParameters_headerFEC@@QAE@IW4TagClass@PASN_Object@@@Z @571 NONAME ??0H245_H223AL3MParameters@@QAE@ABV0@@Z @38646 NONAME ??0H245_H223AL3MParameters@@QAE@IW4TagClass@PASN_Object@@@Z @572 NONAME ??0H245_H223AL3MParameters_arqType@@QAE@ABV0@@Z @38647 NONAME ??0H245_H223AL3MParameters_arqType@@QAE@IW4TagClass@PASN_Object@@@Z @573 NONAME ??0H245_H223AL3MParameters_crcLength@@QAE@ABV0@@Z @38648 NONAME ??0H245_H223AL3MParameters_crcLength@@QAE@IW4TagClass@PASN_Object@@@Z @574 NONAME ??0H245_H223AL3MParameters_headerFormat@@QAE@ABV0@@Z @38649 NONAME ??0H245_H223AL3MParameters_headerFormat@@QAE@IW4TagClass@PASN_Object@@@Z @575 NONAME ??0H245_H223AnnexCArqParameters@@QAE@ABV0@@Z @38650 NONAME ??0H245_H223AnnexCArqParameters@@QAE@IW4TagClass@PASN_Object@@@Z @576 NONAME ??0H245_H223AnnexCArqParameters_numberOfRetransmissions@@QAE@ABV0@@Z @38651 NONAME ??0H245_H223AnnexCArqParameters_numberOfRetransmissions@@QAE@IW4TagClass@PASN_Object@@@Z @577 NONAME ??0H245_H223AnnexCCapability@@QAE@ABV0@@Z @578 NONAME ??0H245_H223AnnexCCapability@@QAE@IW4TagClass@PASN_Object@@@Z @579 NONAME ??0H245_H223Capability@@QAE@ABV0@@Z @38652 NONAME ??0H245_H223Capability@@QAE@IW4TagClass@PASN_Object@@@Z @580 NONAME ??0H245_H223Capability_h223MultiplexTableCapability@@QAE@ABV0@@Z @581 NONAME ??0H245_H223Capability_h223MultiplexTableCapability@@QAE@IW4TagClass@PASN_Object@@@Z @582 NONAME ??0H245_H223Capability_h223MultiplexTableCapability_enhanced@@QAE@ABV0@@Z @38653 NONAME ??0H245_H223Capability_h223MultiplexTableCapability_enhanced@@QAE@IW4TagClass@PASN_Object@@@Z @583 NONAME ??0H245_H223Capability_mobileMultilinkFrameCapability@@QAE@ABV0@@Z @16417 NONAME ??0H245_H223Capability_mobileMultilinkFrameCapability@@QAE@IW4TagClass@PASN_Object@@@Z @16418 NONAME ??0H245_H223Capability_mobileOperationTransmitCapability@@QAE@ABV0@@Z @584 NONAME ??0H245_H223Capability_mobileOperationTransmitCapability@@QAE@IW4TagClass@PASN_Object@@@Z @585 NONAME ??0H245_H223LogicalChannelParameters@@QAE@ABV0@@Z @38654 NONAME ??0H245_H223LogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @586 NONAME ??0H245_H223LogicalChannelParameters_adaptationLayerType@@QAE@ABV0@@Z @38655 NONAME ??0H245_H223LogicalChannelParameters_adaptationLayerType@@QAE@IW4TagClass@PASN_Object@@@Z @587 NONAME ??0H245_H223LogicalChannelParameters_adaptationLayerType_al3@@QAE@ABV0@@Z @38656 NONAME ??0H245_H223LogicalChannelParameters_adaptationLayerType_al3@@QAE@IW4TagClass@PASN_Object@@@Z @588 NONAME ??0H245_H223ModeParameters@@QAE@ABV0@@Z @38657 NONAME ??0H245_H223ModeParameters@@QAE@IW4TagClass@PASN_Object@@@Z @589 NONAME ??0H245_H223ModeParameters_adaptationLayerType@@QAE@ABV0@@Z @38658 NONAME ??0H245_H223ModeParameters_adaptationLayerType@@QAE@IW4TagClass@PASN_Object@@@Z @590 NONAME ??0H245_H223ModeParameters_adaptationLayerType_al3@@QAE@ABV0@@Z @38659 NONAME ??0H245_H223ModeParameters_adaptationLayerType_al3@@QAE@IW4TagClass@PASN_Object@@@Z @591 NONAME ??0H245_H223MultiplexReconfiguration@@QAE@ABV0@@Z @38660 NONAME ??0H245_H223MultiplexReconfiguration@@QAE@IW4TagClass@PASN_Object@@@Z @592 NONAME ??0H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@QAE@ABV0@@Z @38661 NONAME ??0H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@QAE@IW4TagClass@PASN_Object@@@Z @593 NONAME ??0H245_H223MultiplexReconfiguration_h223ModeChange@@QAE@ABV0@@Z @38662 NONAME ??0H245_H223MultiplexReconfiguration_h223ModeChange@@QAE@IW4TagClass@PASN_Object@@@Z @594 NONAME ??0H245_H223SkewIndication@@QAE@ABV0@@Z @38663 NONAME ??0H245_H223SkewIndication@@QAE@IW4TagClass@PASN_Object@@@Z @595 NONAME ??0H245_H2250Capability@@QAE@ABV0@@Z @38664 NONAME ??0H245_H2250Capability@@QAE@IW4TagClass@PASN_Object@@@Z @596 NONAME ??0H245_H2250Capability_mcCapability@@QAE@ABV0@@Z @597 NONAME ??0H245_H2250Capability_mcCapability@@QAE@IW4TagClass@PASN_Object@@@Z @598 NONAME ??0H245_H2250LogicalChannelAckParameters@@QAE@ABV0@@Z @38665 NONAME ??0H245_H2250LogicalChannelAckParameters@@QAE@IW4TagClass@PASN_Object@@@Z @599 NONAME ??0H245_H2250LogicalChannelParameters@@QAE@ABV0@@Z @38666 NONAME ??0H245_H2250LogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @600 NONAME ??0H245_H2250LogicalChannelParameters_mediaPacketization@@QAE@ABV0@@Z @601 NONAME ??0H245_H2250LogicalChannelParameters_mediaPacketization@@QAE@IW4TagClass@PASN_Object@@@Z @602 NONAME ??0H245_H2250MaximumSkewIndication@@QAE@ABV0@@Z @38667 NONAME ??0H245_H2250MaximumSkewIndication@@QAE@IW4TagClass@PASN_Object@@@Z @603 NONAME ??0H245_H2250ModeParameters@@QAE@ABV0@@Z @38668 NONAME ??0H245_H2250ModeParameters@@QAE@IW4TagClass@PASN_Object@@@Z @604 NONAME ??0H245_H235Media@@QAE@ABV0@@Z @38669 NONAME ??0H245_H235Media@@QAE@IW4TagClass@PASN_Object@@@Z @605 NONAME ??0H245_H235Media_mediaType@@QAE@ABV0@@Z @38670 NONAME ??0H245_H235Media_mediaType@@QAE@IW4TagClass@PASN_Object@@@Z @606 NONAME ??0H245_H235Mode@@QAE@ABV0@@Z @38671 NONAME ??0H245_H235Mode@@QAE@IW4TagClass@PASN_Object@@@Z @607 NONAME ??0H245_H235Mode_mediaMode@@QAE@ABV0@@Z @38672 NONAME ??0H245_H235Mode_mediaMode@@QAE@IW4TagClass@PASN_Object@@@Z @608 NONAME ??0H245_H235SecurityCapability@@QAE@ABV0@@Z @38673 NONAME ??0H245_H235SecurityCapability@@QAE@IW4TagClass@PASN_Object@@@Z @609 NONAME ??0H245_H261VideoCapability@@QAE@ABV0@@Z @38674 NONAME ??0H245_H261VideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @610 NONAME ??0H245_H261VideoMode@@QAE@ABV0@@Z @38675 NONAME ??0H245_H261VideoMode@@QAE@IW4TagClass@PASN_Object@@@Z @611 NONAME ??0H245_H261VideoMode_resolution@@QAE@ABV0@@Z @38676 NONAME ??0H245_H261VideoMode_resolution@@QAE@IW4TagClass@PASN_Object@@@Z @612 NONAME ??0H245_H262VideoCapability@@QAE@ABV0@@Z @38677 NONAME ??0H245_H262VideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @613 NONAME ??0H245_H262VideoMode@@QAE@ABV0@@Z @38678 NONAME ??0H245_H262VideoMode@@QAE@IW4TagClass@PASN_Object@@@Z @614 NONAME ??0H245_H262VideoMode_profileAndLevel@@QAE@ABV0@@Z @38679 NONAME ??0H245_H262VideoMode_profileAndLevel@@QAE@IW4TagClass@PASN_Object@@@Z @615 NONAME ??0H245_H263ModeComboFlags@@QAE@ABV0@@Z @38680 NONAME ??0H245_H263ModeComboFlags@@QAE@IW4TagClass@PASN_Object@@@Z @616 NONAME ??0H245_H263Options@@QAE@ABV0@@Z @617 NONAME ??0H245_H263Options@@QAE@IW4TagClass@PASN_Object@@@Z @618 NONAME ??0H245_H263Version3Options@@QAE@ABV0@@Z @16419 NONAME ??0H245_H263Version3Options@@QAE@IW4TagClass@PASN_Object@@@Z @16420 NONAME ??0H245_H263VideoCapability@@QAE@ABV0@@Z @38681 NONAME ??0H245_H263VideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @619 NONAME ??0H245_H263VideoMode@@QAE@ABV0@@Z @38682 NONAME ??0H245_H263VideoMode@@QAE@IW4TagClass@PASN_Object@@@Z @620 NONAME ??0H245_H263VideoModeCombos@@QAE@ABV0@@Z @38683 NONAME ??0H245_H263VideoModeCombos@@QAE@IW4TagClass@PASN_Object@@@Z @621 NONAME ??0H245_H263VideoMode_resolution@@QAE@ABV0@@Z @38684 NONAME ??0H245_H263VideoMode_resolution@@QAE@IW4TagClass@PASN_Object@@@Z @622 NONAME ??0H245_IndicationMessage@@QAE@ABV0@@Z @38685 NONAME ??0H245_IndicationMessage@@QAE@IW4TagClass@PASN_Object@@@Z @623 NONAME ??0H245_IntegrityCapability@@QAE@ABV0@@Z @38686 NONAME ??0H245_IntegrityCapability@@QAE@IW4TagClass@PASN_Object@@@Z @624 NONAME ??0H245_IS11172AudioCapability@@QAE@ABV0@@Z @38687 NONAME ??0H245_IS11172AudioCapability@@QAE@IW4TagClass@PASN_Object@@@Z @625 NONAME ??0H245_IS11172AudioMode@@QAE@ABV0@@Z @38688 NONAME ??0H245_IS11172AudioMode@@QAE@IW4TagClass@PASN_Object@@@Z @626 NONAME ??0H245_IS11172AudioMode_audioLayer@@QAE@ABV0@@Z @38689 NONAME ??0H245_IS11172AudioMode_audioLayer@@QAE@IW4TagClass@PASN_Object@@@Z @627 NONAME ??0H245_IS11172AudioMode_audioSampling@@QAE@ABV0@@Z @38690 NONAME ??0H245_IS11172AudioMode_audioSampling@@QAE@IW4TagClass@PASN_Object@@@Z @628 NONAME ??0H245_IS11172AudioMode_multichannelType@@QAE@ABV0@@Z @38691 NONAME ??0H245_IS11172AudioMode_multichannelType@@QAE@IW4TagClass@PASN_Object@@@Z @629 NONAME ??0H245_IS11172VideoCapability@@QAE@ABV0@@Z @38692 NONAME ??0H245_IS11172VideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @630 NONAME ??0H245_IS11172VideoMode@@QAE@ABV0@@Z @38693 NONAME ??0H245_IS11172VideoMode@@QAE@IW4TagClass@PASN_Object@@@Z @631 NONAME ??0H245_IS13818AudioCapability@@QAE@ABV0@@Z @38694 NONAME ??0H245_IS13818AudioCapability@@QAE@IW4TagClass@PASN_Object@@@Z @632 NONAME ??0H245_IS13818AudioMode@@QAE@ABV0@@Z @38695 NONAME ??0H245_IS13818AudioMode@@QAE@IW4TagClass@PASN_Object@@@Z @633 NONAME ??0H245_IS13818AudioMode_audioLayer@@QAE@ABV0@@Z @38696 NONAME ??0H245_IS13818AudioMode_audioLayer@@QAE@IW4TagClass@PASN_Object@@@Z @634 NONAME ??0H245_IS13818AudioMode_audioSampling@@QAE@ABV0@@Z @38697 NONAME ??0H245_IS13818AudioMode_audioSampling@@QAE@IW4TagClass@PASN_Object@@@Z @635 NONAME ??0H245_IS13818AudioMode_multichannelType@@QAE@ABV0@@Z @38698 NONAME ??0H245_IS13818AudioMode_multichannelType@@QAE@IW4TagClass@PASN_Object@@@Z @636 NONAME ??0H245_IV16@@QAE@ABV0@@Z @43707 NONAME ??0H245_IV16@@QAE@ABVPBYTEArray@@@Z @43708 NONAME ??0H245_IV16@@QAE@ABVPString@@@Z @43709 NONAME ??0H245_IV16@@QAE@IW4TagClass@PASN_Object@@@Z @43710 NONAME ??0H245_IV16@@QAE@PBD@Z @43711 NONAME ??0H245_IV8@@QAE@ABV0@@Z @43712 NONAME ??0H245_IV8@@QAE@ABVPBYTEArray@@@Z @43713 NONAME ??0H245_IV8@@QAE@ABVPString@@@Z @43714 NONAME ??0H245_IV8@@QAE@IW4TagClass@PASN_Object@@@Z @43715 NONAME ??0H245_IV8@@QAE@PBD@Z @43716 NONAME ??0H245_JitterIndication@@QAE@ABV0@@Z @38699 NONAME ??0H245_JitterIndication@@QAE@IW4TagClass@PASN_Object@@@Z @637 NONAME ??0H245_JitterIndication_scope@@QAE@ABV0@@Z @38700 NONAME ??0H245_JitterIndication_scope@@QAE@IW4TagClass@PASN_Object@@@Z @638 NONAME ??0H245_KeyProtectionMethod@@QAE@ABV0@@Z @38701 NONAME ??0H245_KeyProtectionMethod@@QAE@IW4TagClass@PASN_Object@@@Z @639 NONAME ??0H245_LogicalChannelNumber@@QAE@ABV0@@Z @640 NONAME ??0H245_LogicalChannelNumber@@QAE@IW4TagClass@PASN_Object@@@Z @641 NONAME ??0H245_LogicalChannelRateAcknowledge@@QAE@ABV0@@Z @38702 NONAME ??0H245_LogicalChannelRateAcknowledge@@QAE@IW4TagClass@PASN_Object@@@Z @16421 NONAME ??0H245_LogicalChannelRateReject@@QAE@ABV0@@Z @38703 NONAME ??0H245_LogicalChannelRateReject@@QAE@IW4TagClass@PASN_Object@@@Z @16422 NONAME ??0H245_LogicalChannelRateRejectReason@@QAE@ABV0@@Z @38704 NONAME ??0H245_LogicalChannelRateRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @16423 NONAME ??0H245_LogicalChannelRateRelease@@QAE@ABV0@@Z @38705 NONAME ??0H245_LogicalChannelRateRelease@@QAE@IW4TagClass@PASN_Object@@@Z @16424 NONAME ??0H245_LogicalChannelRateRequest@@QAE@ABV0@@Z @38706 NONAME ??0H245_LogicalChannelRateRequest@@QAE@IW4TagClass@PASN_Object@@@Z @16425 NONAME ??0H245_MaintenanceLoopAck@@QAE@ABV0@@Z @38707 NONAME ??0H245_MaintenanceLoopAck@@QAE@IW4TagClass@PASN_Object@@@Z @642 NONAME ??0H245_MaintenanceLoopAck_type@@QAE@ABV0@@Z @38708 NONAME ??0H245_MaintenanceLoopAck_type@@QAE@IW4TagClass@PASN_Object@@@Z @643 NONAME ??0H245_MaintenanceLoopOffCommand@@QAE@ABV0@@Z @38709 NONAME ??0H245_MaintenanceLoopOffCommand@@QAE@IW4TagClass@PASN_Object@@@Z @644 NONAME ??0H245_MaintenanceLoopReject@@QAE@ABV0@@Z @38710 NONAME ??0H245_MaintenanceLoopReject@@QAE@IW4TagClass@PASN_Object@@@Z @645 NONAME ??0H245_MaintenanceLoopReject_cause@@QAE@ABV0@@Z @38711 NONAME ??0H245_MaintenanceLoopReject_cause@@QAE@IW4TagClass@PASN_Object@@@Z @646 NONAME ??0H245_MaintenanceLoopReject_type@@QAE@ABV0@@Z @38712 NONAME ??0H245_MaintenanceLoopReject_type@@QAE@IW4TagClass@PASN_Object@@@Z @647 NONAME ??0H245_MaintenanceLoopRequest@@QAE@ABV0@@Z @38713 NONAME ??0H245_MaintenanceLoopRequest@@QAE@IW4TagClass@PASN_Object@@@Z @648 NONAME ??0H245_MaintenanceLoopRequest_type@@QAE@ABV0@@Z @38714 NONAME ??0H245_MaintenanceLoopRequest_type@@QAE@IW4TagClass@PASN_Object@@@Z @649 NONAME ??0H245_MasterSlaveDetermination@@QAE@ABV0@@Z @38715 NONAME ??0H245_MasterSlaveDetermination@@QAE@IW4TagClass@PASN_Object@@@Z @650 NONAME ??0H245_MasterSlaveDeterminationAck@@QAE@ABV0@@Z @38716 NONAME ??0H245_MasterSlaveDeterminationAck@@QAE@IW4TagClass@PASN_Object@@@Z @651 NONAME ??0H245_MasterSlaveDeterminationAck_decision@@QAE@ABV0@@Z @38717 NONAME ??0H245_MasterSlaveDeterminationAck_decision@@QAE@IW4TagClass@PASN_Object@@@Z @652 NONAME ??0H245_MasterSlaveDeterminationReject@@QAE@ABV0@@Z @38718 NONAME ??0H245_MasterSlaveDeterminationReject@@QAE@IW4TagClass@PASN_Object@@@Z @653 NONAME ??0H245_MasterSlaveDeterminationReject_cause@@QAE@ABV0@@Z @38719 NONAME ??0H245_MasterSlaveDeterminationReject_cause@@QAE@IW4TagClass@PASN_Object@@@Z @654 NONAME ??0H245_MasterSlaveDeterminationRelease@@QAE@ABV0@@Z @38720 NONAME ??0H245_MasterSlaveDeterminationRelease@@QAE@IW4TagClass@PASN_Object@@@Z @655 NONAME ??0H245_MaximumBitRate@@QAE@ABV0@@Z @38721 NONAME ??0H245_MaximumBitRate@@QAE@IW4TagClass@PASN_Object@@@Z @16426 NONAME ??0H245_MaxRedundancy@@QAE@ABV0@@Z @43717 NONAME ??0H245_MaxRedundancy@@QAE@IW4TagClass@PASN_Object@@@Z @43718 NONAME ??0H245_MCLocationIndication@@QAE@ABV0@@Z @38722 NONAME ??0H245_MCLocationIndication@@QAE@IW4TagClass@PASN_Object@@@Z @656 NONAME ??0H245_McuNumber@@QAE@ABV0@@Z @657 NONAME ??0H245_McuNumber@@QAE@IW4TagClass@PASN_Object@@@Z @658 NONAME ??0H245_MediaChannelCapability@@QAE@ABV0@@Z @38723 NONAME ??0H245_MediaChannelCapability@@QAE@IW4TagClass@PASN_Object@@@Z @659 NONAME ??0H245_MediaDistributionCapability@@QAE@ABV0@@Z @38724 NONAME ??0H245_MediaDistributionCapability@@QAE@IW4TagClass@PASN_Object@@@Z @660 NONAME ??0H245_MediaEncryptionAlgorithm@@QAE@ABV0@@Z @38725 NONAME ??0H245_MediaEncryptionAlgorithm@@QAE@IW4TagClass@PASN_Object@@@Z @661 NONAME ??0H245_MediaPacketizationCapability@@QAE@ABV0@@Z @662 NONAME ??0H245_MediaPacketizationCapability@@QAE@IW4TagClass@PASN_Object@@@Z @663 NONAME ??0H245_MediaTransportType@@QAE@ABV0@@Z @38726 NONAME ??0H245_MediaTransportType@@QAE@IW4TagClass@PASN_Object@@@Z @664 NONAME ??0H245_MediaTransportType_atm_AAL5_compressed@@QAE@ABV0@@Z @38727 NONAME ??0H245_MediaTransportType_atm_AAL5_compressed@@QAE@IW4TagClass@PASN_Object@@@Z @16427 NONAME ??0H245_MiscellaneousCommand@@QAE@ABV0@@Z @38728 NONAME ??0H245_MiscellaneousCommand@@QAE@IW4TagClass@PASN_Object@@@Z @665 NONAME ??0H245_MiscellaneousCommand_type@@QAE@ABV0@@Z @38729 NONAME ??0H245_MiscellaneousCommand_type@@QAE@IW4TagClass@PASN_Object@@@Z @666 NONAME ??0H245_MiscellaneousCommand_type_encryptionUpdateAck@@QAE@ABV0@@Z @43719 NONAME ??0H245_MiscellaneousCommand_type_encryptionUpdateAck@@QAE@IW4TagClass@PASN_Object@@@Z @43720 NONAME ??0H245_MiscellaneousCommand_type_encryptionUpdateCommand@@QAE@ABV0@@Z @43721 NONAME ??0H245_MiscellaneousCommand_type_encryptionUpdateCommand@@QAE@IW4TagClass@PASN_Object@@@Z @43722 NONAME ??0H245_MiscellaneousCommand_type_lostPartialPicture@@QAE@ABV0@@Z @38730 NONAME ??0H245_MiscellaneousCommand_type_lostPartialPicture@@QAE@IW4TagClass@PASN_Object@@@Z @16428 NONAME ??0H245_MiscellaneousCommand_type_progressiveRefinementStart@@QAE@ABV0@@Z @38731 NONAME ??0H245_MiscellaneousCommand_type_progressiveRefinementStart@@QAE@IW4TagClass@PASN_Object@@@Z @667 NONAME ??0H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@QAE@ABV0@@Z @38732 NONAME ??0H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@QAE@IW4TagClass@PASN_Object@@@Z @668 NONAME ??0H245_MiscellaneousCommand_type_videoBadMBs@@QAE@ABV0@@Z @38733 NONAME ??0H245_MiscellaneousCommand_type_videoBadMBs@@QAE@IW4TagClass@PASN_Object@@@Z @16429 NONAME ??0H245_MiscellaneousCommand_type_videoFastUpdateGOB@@QAE@ABV0@@Z @38734 NONAME ??0H245_MiscellaneousCommand_type_videoFastUpdateGOB@@QAE@IW4TagClass@PASN_Object@@@Z @669 NONAME ??0H245_MiscellaneousCommand_type_videoFastUpdateMB@@QAE@ABV0@@Z @38735 NONAME ??0H245_MiscellaneousCommand_type_videoFastUpdateMB@@QAE@IW4TagClass@PASN_Object@@@Z @670 NONAME ??0H245_MiscellaneousIndication@@QAE@ABV0@@Z @38736 NONAME ??0H245_MiscellaneousIndication@@QAE@IW4TagClass@PASN_Object@@@Z @671 NONAME ??0H245_MiscellaneousIndication_type@@QAE@ABV0@@Z @38737 NONAME ??0H245_MiscellaneousIndication_type@@QAE@IW4TagClass@PASN_Object@@@Z @672 NONAME ??0H245_MiscellaneousIndication_type_videoNotDecodedMBs@@QAE@ABV0@@Z @38738 NONAME ??0H245_MiscellaneousIndication_type_videoNotDecodedMBs@@QAE@IW4TagClass@PASN_Object@@@Z @673 NONAME ??0H245_MobileMultilinkReconfigurationCommand@@QAE@ABV0@@Z @38739 NONAME ??0H245_MobileMultilinkReconfigurationCommand@@QAE@IW4TagClass@PASN_Object@@@Z @16430 NONAME ??0H245_MobileMultilinkReconfigurationCommand_status@@QAE@ABV0@@Z @38740 NONAME ??0H245_MobileMultilinkReconfigurationCommand_status@@QAE@IW4TagClass@PASN_Object@@@Z @16431 NONAME ??0H245_MobileMultilinkReconfigurationIndication@@QAE@ABV0@@Z @38741 NONAME ??0H245_MobileMultilinkReconfigurationIndication@@QAE@IW4TagClass@PASN_Object@@@Z @16432 NONAME ??0H245_ModeDescription@@QAE@ABV0@@Z @38742 NONAME ??0H245_ModeDescription@@QAE@IW4TagClass@PASN_Object@@@Z @674 NONAME ??0H245_ModeElement@@QAE@ABV0@@Z @38743 NONAME ??0H245_ModeElement@@QAE@IW4TagClass@PASN_Object@@@Z @675 NONAME ??0H245_ModeElementType@@QAE@ABV0@@Z @38744 NONAME ??0H245_ModeElementType@@QAE@IW4TagClass@PASN_Object@@@Z @26734 NONAME ??0H245_MulticastAddress@@QAE@ABV0@@Z @38745 NONAME ??0H245_MulticastAddress@@QAE@IW4TagClass@PASN_Object@@@Z @677 NONAME ??0H245_MulticastAddress_iP6Address@@QAE@ABV0@@Z @38746 NONAME ??0H245_MulticastAddress_iP6Address@@QAE@IW4TagClass@PASN_Object@@@Z @678 NONAME ??0H245_MulticastAddress_iPAddress@@QAE@ABV0@@Z @38747 NONAME ??0H245_MulticastAddress_iPAddress@@QAE@IW4TagClass@PASN_Object@@@Z @679 NONAME ??0H245_MultilinkIndication@@QAE@ABV0@@Z @38748 NONAME ??0H245_MultilinkIndication@@QAE@IW4TagClass@PASN_Object@@@Z @16433 NONAME ??0H245_MultilinkIndication_crcDesired@@QAE@ABV0@@Z @38749 NONAME ??0H245_MultilinkIndication_crcDesired@@QAE@IW4TagClass@PASN_Object@@@Z @16434 NONAME ??0H245_MultilinkIndication_excessiveError@@QAE@ABV0@@Z @38750 NONAME ??0H245_MultilinkIndication_excessiveError@@QAE@IW4TagClass@PASN_Object@@@Z @16435 NONAME ??0H245_MultilinkRequest@@QAE@ABV0@@Z @38751 NONAME ??0H245_MultilinkRequest@@QAE@IW4TagClass@PASN_Object@@@Z @16436 NONAME ??0H245_MultilinkRequest_addConnection@@QAE@ABV0@@Z @38752 NONAME ??0H245_MultilinkRequest_addConnection@@QAE@IW4TagClass@PASN_Object@@@Z @16437 NONAME ??0H245_MultilinkRequest_callInformation@@QAE@ABV0@@Z @38753 NONAME ??0H245_MultilinkRequest_callInformation@@QAE@IW4TagClass@PASN_Object@@@Z @16438 NONAME ??0H245_MultilinkRequest_maximumHeaderInterval@@QAE@ABV0@@Z @38754 NONAME ??0H245_MultilinkRequest_maximumHeaderInterval@@QAE@IW4TagClass@PASN_Object@@@Z @16439 NONAME ??0H245_MultilinkRequest_maximumHeaderInterval_requestType@@QAE@ABV0@@Z @38755 NONAME ??0H245_MultilinkRequest_maximumHeaderInterval_requestType@@QAE@IW4TagClass@PASN_Object@@@Z @16440 NONAME ??0H245_MultilinkRequest_removeConnection@@QAE@ABV0@@Z @38756 NONAME ??0H245_MultilinkRequest_removeConnection@@QAE@IW4TagClass@PASN_Object@@@Z @16441 NONAME ??0H245_MultilinkResponse@@QAE@ABV0@@Z @38757 NONAME ??0H245_MultilinkResponse@@QAE@IW4TagClass@PASN_Object@@@Z @16442 NONAME ??0H245_MultilinkResponse_addConnection@@QAE@ABV0@@Z @38758 NONAME ??0H245_MultilinkResponse_addConnection@@QAE@IW4TagClass@PASN_Object@@@Z @16443 NONAME ??0H245_MultilinkResponse_addConnection_responseCode@@QAE@ABV0@@Z @38759 NONAME ??0H245_MultilinkResponse_addConnection_responseCode@@QAE@IW4TagClass@PASN_Object@@@Z @16444 NONAME ??0H245_MultilinkResponse_addConnection_responseCode_rejected@@QAE@ABV0@@Z @38760 NONAME ??0H245_MultilinkResponse_addConnection_responseCode_rejected@@QAE@IW4TagClass@PASN_Object@@@Z @16445 NONAME ??0H245_MultilinkResponse_callInformation@@QAE@ABV0@@Z @38761 NONAME ??0H245_MultilinkResponse_callInformation@@QAE@IW4TagClass@PASN_Object@@@Z @16446 NONAME ??0H245_MultilinkResponse_maximumHeaderInterval@@QAE@ABV0@@Z @38762 NONAME ??0H245_MultilinkResponse_maximumHeaderInterval@@QAE@IW4TagClass@PASN_Object@@@Z @16447 NONAME ??0H245_MultilinkResponse_removeConnection@@QAE@ABV0@@Z @38763 NONAME ??0H245_MultilinkResponse_removeConnection@@QAE@IW4TagClass@PASN_Object@@@Z @16448 NONAME ??0H245_MultimediaSystemControlMessage@@QAE@ABV0@@Z @38764 NONAME ??0H245_MultimediaSystemControlMessage@@QAE@IW4TagClass@PASN_Object@@@Z @680 NONAME ??0H245_MultiplePayloadStream@@QAE@ABV0@@Z @38765 NONAME ??0H245_MultiplePayloadStream@@QAE@IW4TagClass@PASN_Object@@@Z @26735 NONAME ??0H245_MultiplePayloadStreamCapability@@QAE@ABV0@@Z @38766 NONAME ??0H245_MultiplePayloadStreamCapability@@QAE@IW4TagClass@PASN_Object@@@Z @26736 NONAME ??0H245_MultiplePayloadStreamElement@@QAE@ABV0@@Z @38767 NONAME ??0H245_MultiplePayloadStreamElement@@QAE@IW4TagClass@PASN_Object@@@Z @26737 NONAME ??0H245_MultiplePayloadStreamElementMode@@QAE@ABV0@@Z @38768 NONAME ??0H245_MultiplePayloadStreamElementMode@@QAE@IW4TagClass@PASN_Object@@@Z @26738 NONAME ??0H245_MultiplePayloadStreamMode@@QAE@ABV0@@Z @38769 NONAME ??0H245_MultiplePayloadStreamMode@@QAE@IW4TagClass@PASN_Object@@@Z @26739 NONAME ??0H245_MultiplexCapability@@QAE@ABV0@@Z @38770 NONAME ??0H245_MultiplexCapability@@QAE@IW4TagClass@PASN_Object@@@Z @681 NONAME ??0H245_MultiplexedStreamCapability@@QAE@ABV0@@Z @38771 NONAME ??0H245_MultiplexedStreamCapability@@QAE@IW4TagClass@PASN_Object@@@Z @16449 NONAME ??0H245_MultiplexedStreamModeParameters@@QAE@ABV0@@Z @38772 NONAME ??0H245_MultiplexedStreamModeParameters@@QAE@IW4TagClass@PASN_Object@@@Z @16450 NONAME ??0H245_MultiplexedStreamParameter@@QAE@ABV0@@Z @38773 NONAME ??0H245_MultiplexedStreamParameter@@QAE@IW4TagClass@PASN_Object@@@Z @16451 NONAME ??0H245_MultiplexElement@@QAE@ABV0@@Z @38774 NONAME ??0H245_MultiplexElement@@QAE@IW4TagClass@PASN_Object@@@Z @682 NONAME ??0H245_MultiplexElement_repeatCount@@QAE@ABV0@@Z @38775 NONAME ??0H245_MultiplexElement_repeatCount@@QAE@IW4TagClass@PASN_Object@@@Z @683 NONAME ??0H245_MultiplexElement_type@@QAE@ABV0@@Z @38776 NONAME ??0H245_MultiplexElement_type@@QAE@IW4TagClass@PASN_Object@@@Z @684 NONAME ??0H245_MultiplexEntryDescriptor@@QAE@ABV0@@Z @38777 NONAME ??0H245_MultiplexEntryDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @685 NONAME ??0H245_MultiplexEntryRejectionDescriptions@@QAE@ABV0@@Z @38778 NONAME ??0H245_MultiplexEntryRejectionDescriptions@@QAE@IW4TagClass@PASN_Object@@@Z @686 NONAME ??0H245_MultiplexEntryRejectionDescriptions_cause@@QAE@ABV0@@Z @38779 NONAME ??0H245_MultiplexEntryRejectionDescriptions_cause@@QAE@IW4TagClass@PASN_Object@@@Z @687 NONAME ??0H245_MultiplexEntrySend@@QAE@ABV0@@Z @38780 NONAME ??0H245_MultiplexEntrySend@@QAE@IW4TagClass@PASN_Object@@@Z @688 NONAME ??0H245_MultiplexEntrySendAck@@QAE@ABV0@@Z @38781 NONAME ??0H245_MultiplexEntrySendAck@@QAE@IW4TagClass@PASN_Object@@@Z @689 NONAME ??0H245_MultiplexEntrySendReject@@QAE@ABV0@@Z @38782 NONAME ??0H245_MultiplexEntrySendReject@@QAE@IW4TagClass@PASN_Object@@@Z @690 NONAME ??0H245_MultiplexEntrySendRelease@@QAE@ABV0@@Z @38783 NONAME ??0H245_MultiplexEntrySendRelease@@QAE@IW4TagClass@PASN_Object@@@Z @691 NONAME ??0H245_MultiplexFormat@@QAE@ABV0@@Z @38784 NONAME ??0H245_MultiplexFormat@@QAE@IW4TagClass@PASN_Object@@@Z @16452 NONAME ??0H245_MultiplexTableEntryNumber@@QAE@ABV0@@Z @38785 NONAME ??0H245_MultiplexTableEntryNumber@@QAE@IW4TagClass@PASN_Object@@@Z @692 NONAME ??0H245_MultipointCapability@@QAE@ABV0@@Z @38786 NONAME ??0H245_MultipointCapability@@QAE@IW4TagClass@PASN_Object@@@Z @693 NONAME ??0H245_NetworkAccessParameters@@QAE@ABV0@@Z @694 NONAME ??0H245_NetworkAccessParameters@@QAE@IW4TagClass@PASN_Object@@@Z @695 NONAME ??0H245_NetworkAccessParameters_distribution@@QAE@ABV0@@Z @38787 NONAME ??0H245_NetworkAccessParameters_distribution@@QAE@IW4TagClass@PASN_Object@@@Z @696 NONAME ??0H245_NetworkAccessParameters_networkAddress@@QAE@ABV0@@Z @697 NONAME ??0H245_NetworkAccessParameters_networkAddress@@QAE@IW4TagClass@PASN_Object@@@Z @698 NONAME ??0H245_NetworkAccessParameters_t120SetupProcedure@@QAE@ABV0@@Z @699 NONAME ??0H245_NetworkAccessParameters_t120SetupProcedure@@QAE@IW4TagClass@PASN_Object@@@Z @700 NONAME ??0H245_NewATMVCCommand@@QAE@ABV0@@Z @38788 NONAME ??0H245_NewATMVCCommand@@QAE@IW4TagClass@PASN_Object@@@Z @16453 NONAME ??0H245_NewATMVCCommand_aal@@QAE@ABV0@@Z @38789 NONAME ??0H245_NewATMVCCommand_aal@@QAE@IW4TagClass@PASN_Object@@@Z @16454 NONAME ??0H245_NewATMVCCommand_aal_aal1@@QAE@ABV0@@Z @38790 NONAME ??0H245_NewATMVCCommand_aal_aal1@@QAE@IW4TagClass@PASN_Object@@@Z @16455 NONAME ??0H245_NewATMVCCommand_aal_aal1_clockRecovery@@QAE@ABV0@@Z @38791 NONAME ??0H245_NewATMVCCommand_aal_aal1_clockRecovery@@QAE@IW4TagClass@PASN_Object@@@Z @16456 NONAME ??0H245_NewATMVCCommand_aal_aal1_errorCorrection@@QAE@ABV0@@Z @38792 NONAME ??0H245_NewATMVCCommand_aal_aal1_errorCorrection@@QAE@IW4TagClass@PASN_Object@@@Z @16457 NONAME ??0H245_NewATMVCCommand_aal_aal5@@QAE@ABV0@@Z @38793 NONAME ??0H245_NewATMVCCommand_aal_aal5@@QAE@IW4TagClass@PASN_Object@@@Z @16458 NONAME ??0H245_NewATMVCCommand_multiplex@@QAE@ABV0@@Z @38794 NONAME ??0H245_NewATMVCCommand_multiplex@@QAE@IW4TagClass@PASN_Object@@@Z @16459 NONAME ??0H245_NewATMVCCommand_reverseParameters@@QAE@ABV0@@Z @38795 NONAME ??0H245_NewATMVCCommand_reverseParameters@@QAE@IW4TagClass@PASN_Object@@@Z @16460 NONAME ??0H245_NewATMVCCommand_reverseParameters_multiplex@@QAE@ABV0@@Z @16461 NONAME ??0H245_NewATMVCCommand_reverseParameters_multiplex@@QAE@IW4TagClass@PASN_Object@@@Z @16462 NONAME ??0H245_NewATMVCIndication@@QAE@ABV0@@Z @38796 NONAME ??0H245_NewATMVCIndication@@QAE@IW4TagClass@PASN_Object@@@Z @701 NONAME ??0H245_NewATMVCIndication_aal@@QAE@ABV0@@Z @38797 NONAME ??0H245_NewATMVCIndication_aal@@QAE@IW4TagClass@PASN_Object@@@Z @702 NONAME ??0H245_NewATMVCIndication_aal_aal1@@QAE@ABV0@@Z @38798 NONAME ??0H245_NewATMVCIndication_aal_aal1@@QAE@IW4TagClass@PASN_Object@@@Z @703 NONAME ??0H245_NewATMVCIndication_aal_aal1_clockRecovery@@QAE@ABV0@@Z @38799 NONAME ??0H245_NewATMVCIndication_aal_aal1_clockRecovery@@QAE@IW4TagClass@PASN_Object@@@Z @704 NONAME ??0H245_NewATMVCIndication_aal_aal1_errorCorrection@@QAE@ABV0@@Z @38800 NONAME ??0H245_NewATMVCIndication_aal_aal1_errorCorrection@@QAE@IW4TagClass@PASN_Object@@@Z @705 NONAME ??0H245_NewATMVCIndication_aal_aal5@@QAE@ABV0@@Z @38801 NONAME ??0H245_NewATMVCIndication_aal_aal5@@QAE@IW4TagClass@PASN_Object@@@Z @706 NONAME ??0H245_NewATMVCIndication_multiplex@@QAE@ABV0@@Z @38802 NONAME ??0H245_NewATMVCIndication_multiplex@@QAE@IW4TagClass@PASN_Object@@@Z @707 NONAME ??0H245_NewATMVCIndication_reverseParameters@@QAE@ABV0@@Z @38803 NONAME ??0H245_NewATMVCIndication_reverseParameters@@QAE@IW4TagClass@PASN_Object@@@Z @708 NONAME ??0H245_NewATMVCIndication_reverseParameters_multiplex@@QAE@ABV0@@Z @709 NONAME ??0H245_NewATMVCIndication_reverseParameters_multiplex@@QAE@IW4TagClass@PASN_Object@@@Z @710 NONAME ??0H245_NonStandardIdentifier@@QAE@ABV0@@Z @711 NONAME ??0H245_NonStandardIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @712 NONAME ??0H245_NonStandardIdentifier_h221NonStandard@@QAE@ABV0@@Z @38804 NONAME ??0H245_NonStandardIdentifier_h221NonStandard@@QAE@IW4TagClass@PASN_Object@@@Z @713 NONAME ??0H245_NonStandardMessage@@QAE@ABV0@@Z @38805 NONAME ??0H245_NonStandardMessage@@QAE@IW4TagClass@PASN_Object@@@Z @714 NONAME ??0H245_NonStandardParameter@@QAE@ABV0@@Z @715 NONAME ??0H245_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @716 NONAME ??0H245_NoPTAudioTelephonyEventCapability@@QAE@ABV0@@Z @38806 NONAME ??0H245_NoPTAudioTelephonyEventCapability@@QAE@IW4TagClass@PASN_Object@@@Z @26740 NONAME ??0H245_NoPTAudioToneCapability@@QAE@ABV0@@Z @38807 NONAME ??0H245_NoPTAudioToneCapability@@QAE@IW4TagClass@PASN_Object@@@Z @26741 NONAME ??0H245_OpenLogicalChannel@@QAE@ABV0@@Z @38808 NONAME ??0H245_OpenLogicalChannel@@QAE@IW4TagClass@PASN_Object@@@Z @717 NONAME ??0H245_OpenLogicalChannelAck@@QAE@ABV0@@Z @38809 NONAME ??0H245_OpenLogicalChannelAck@@QAE@IW4TagClass@PASN_Object@@@Z @718 NONAME ??0H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@QAE@ABV0@@Z @38810 NONAME ??0H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@QAE@IW4TagClass@PASN_Object@@@Z @719 NONAME ??0H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@QAE@ABV0@@Z @38811 NONAME ??0H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @720 NONAME ??0H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@QAE@ABV0@@Z @721 NONAME ??0H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@QAE@IW4TagClass@PASN_Object@@@Z @722 NONAME ??0H245_OpenLogicalChannelConfirm@@QAE@ABV0@@Z @38812 NONAME ??0H245_OpenLogicalChannelConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @723 NONAME ??0H245_OpenLogicalChannelReject@@QAE@ABV0@@Z @38813 NONAME ??0H245_OpenLogicalChannelReject@@QAE@IW4TagClass@PASN_Object@@@Z @724 NONAME ??0H245_OpenLogicalChannelReject_cause@@QAE@ABV0@@Z @38814 NONAME ??0H245_OpenLogicalChannelReject_cause@@QAE@IW4TagClass@PASN_Object@@@Z @725 NONAME ??0H245_OpenLogicalChannel_forwardLogicalChannelParameters@@QAE@ABV0@@Z @38815 NONAME ??0H245_OpenLogicalChannel_forwardLogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @726 NONAME ??0H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QAE@ABV0@@Z @727 NONAME ??0H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QAE@IW4TagClass@PASN_Object@@@Z @728 NONAME ??0H245_OpenLogicalChannel_reverseLogicalChannelParameters@@QAE@ABV0@@Z @38816 NONAME ??0H245_OpenLogicalChannel_reverseLogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @729 NONAME ??0H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QAE@ABV0@@Z @730 NONAME ??0H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QAE@IW4TagClass@PASN_Object@@@Z @731 NONAME ??0H245_ParameterIdentifier@@QAE@ABV0@@Z @38817 NONAME ??0H245_ParameterIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @16463 NONAME ??0H245_ParameterValue@@QAE@ABV0@@Z @38818 NONAME ??0H245_ParameterValue@@QAE@IW4TagClass@PASN_Object@@@Z @16464 NONAME ??0H245_Params@@QAE@ABV0@@Z @43723 NONAME ??0H245_Params@@QAE@IW4TagClass@PASN_Object@@@Z @43724 NONAME ??0H245_Password@@QAE@ABV0@@Z @38819 NONAME ??0H245_Password@@QAE@ABVPBYTEArray@@@Z @26001 NONAME ??0H245_Password@@QAE@ABVPString@@@Z @26002 NONAME ??0H245_Password@@QAE@IW4TagClass@PASN_Object@@@Z @732 NONAME ??0H245_Password@@QAE@PBD@Z @26003 NONAME ??0H245_PictureReference@@QAE@ABV0@@Z @38820 NONAME ??0H245_PictureReference@@QAE@IW4TagClass@PASN_Object@@@Z @16465 NONAME ??0H245_Q2931Address@@QAE@ABV0@@Z @38821 NONAME ??0H245_Q2931Address@@QAE@IW4TagClass@PASN_Object@@@Z @733 NONAME ??0H245_Q2931Address_address@@QAE@ABV0@@Z @38822 NONAME ??0H245_Q2931Address_address@@QAE@IW4TagClass@PASN_Object@@@Z @734 NONAME ??0H245_QOSCapability@@QAE@ABV0@@Z @38823 NONAME ??0H245_QOSCapability@@QAE@IW4TagClass@PASN_Object@@@Z @735 NONAME ??0H245_QOSMode@@QAE@ABV0@@Z @38824 NONAME ??0H245_QOSMode@@QAE@IW4TagClass@PASN_Object@@@Z @736 NONAME ??0H245_RedundancyEncoding@@QAE@ABV0@@Z @737 NONAME ??0H245_RedundancyEncoding@@QAE@IW4TagClass@PASN_Object@@@Z @738 NONAME ??0H245_RedundancyEncodingCapability@@QAE@ABV0@@Z @38825 NONAME ??0H245_RedundancyEncodingCapability@@QAE@IW4TagClass@PASN_Object@@@Z @739 NONAME ??0H245_RedundancyEncodingDTMode@@QAE@ABV0@@Z @38826 NONAME ??0H245_RedundancyEncodingDTMode@@QAE@IW4TagClass@PASN_Object@@@Z @26742 NONAME ??0H245_RedundancyEncodingDTModeElement@@QAE@ABV0@@Z @38827 NONAME ??0H245_RedundancyEncodingDTModeElement@@QAE@IW4TagClass@PASN_Object@@@Z @26743 NONAME ??0H245_RedundancyEncodingDTModeElement_type@@QAE@ABV0@@Z @38828 NONAME ??0H245_RedundancyEncodingDTModeElement_type@@QAE@IW4TagClass@PASN_Object@@@Z @26744 NONAME ??0H245_RedundancyEncodingElement@@QAE@ABV0@@Z @38829 NONAME ??0H245_RedundancyEncodingElement@@QAE@IW4TagClass@PASN_Object@@@Z @26745 NONAME ??0H245_RedundancyEncodingMethod@@QAE@ABV0@@Z @38830 NONAME ??0H245_RedundancyEncodingMethod@@QAE@IW4TagClass@PASN_Object@@@Z @740 NONAME ??0H245_RedundancyEncodingMode@@QAE@ABV0@@Z @16466 NONAME ??0H245_RedundancyEncodingMode@@QAE@IW4TagClass@PASN_Object@@@Z @741 NONAME ??0H245_RedundancyEncodingMode_secondaryEncoding@@QAE@ABV0@@Z @38831 NONAME ??0H245_RedundancyEncodingMode_secondaryEncoding@@QAE@IW4TagClass@PASN_Object@@@Z @742 NONAME ??0H245_RedundancyEncoding_rtpRedundancyEncoding@@QAE@ABV0@@Z @38832 NONAME ??0H245_RedundancyEncoding_rtpRedundancyEncoding@@QAE@IW4TagClass@PASN_Object@@@Z @26746 NONAME ??0H245_RefPictureSelection@@QAE@ABV0@@Z @743 NONAME ??0H245_RefPictureSelection@@QAE@IW4TagClass@PASN_Object@@@Z @744 NONAME ??0H245_RefPictureSelection_additionalPictureMemory@@QAE@ABV0@@Z @38833 NONAME ??0H245_RefPictureSelection_additionalPictureMemory@@QAE@IW4TagClass@PASN_Object@@@Z @745 NONAME ??0H245_RefPictureSelection_enhancedReferencePicSelect@@QAE@ABV0@@Z @38834 NONAME ??0H245_RefPictureSelection_enhancedReferencePicSelect@@QAE@IW4TagClass@PASN_Object@@@Z @16467 NONAME ??0H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@QAE@ABV0@@Z @38835 NONAME ??0H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@QAE@IW4TagClass@PASN_Object@@@Z @16468 NONAME ??0H245_RefPictureSelection_videoBackChannelSend@@QAE@ABV0@@Z @38836 NONAME ??0H245_RefPictureSelection_videoBackChannelSend@@QAE@IW4TagClass@PASN_Object@@@Z @746 NONAME ??0H245_RemoteMCRequest@@QAE@ABV0@@Z @38837 NONAME ??0H245_RemoteMCRequest@@QAE@IW4TagClass@PASN_Object@@@Z @747 NONAME ??0H245_RemoteMCResponse@@QAE@ABV0@@Z @38838 NONAME ??0H245_RemoteMCResponse@@QAE@IW4TagClass@PASN_Object@@@Z @748 NONAME ??0H245_RemoteMCResponse_reject@@QAE@ABV0@@Z @38839 NONAME ??0H245_RemoteMCResponse_reject@@QAE@IW4TagClass@PASN_Object@@@Z @749 NONAME ??0H245_RequestAllTerminalIDsResponse@@QAE@ABV0@@Z @38840 NONAME ??0H245_RequestAllTerminalIDsResponse@@QAE@IW4TagClass@PASN_Object@@@Z @750 NONAME ??0H245_RequestChannelClose@@QAE@ABV0@@Z @38841 NONAME ??0H245_RequestChannelClose@@QAE@IW4TagClass@PASN_Object@@@Z @751 NONAME ??0H245_RequestChannelCloseAck@@QAE@ABV0@@Z @38842 NONAME ??0H245_RequestChannelCloseAck@@QAE@IW4TagClass@PASN_Object@@@Z @752 NONAME ??0H245_RequestChannelCloseReject@@QAE@ABV0@@Z @38843 NONAME ??0H245_RequestChannelCloseReject@@QAE@IW4TagClass@PASN_Object@@@Z @753 NONAME ??0H245_RequestChannelCloseReject_cause@@QAE@ABV0@@Z @38844 NONAME ??0H245_RequestChannelCloseReject_cause@@QAE@IW4TagClass@PASN_Object@@@Z @754 NONAME ??0H245_RequestChannelCloseRelease@@QAE@ABV0@@Z @38845 NONAME ??0H245_RequestChannelCloseRelease@@QAE@IW4TagClass@PASN_Object@@@Z @755 NONAME ??0H245_RequestChannelClose_reason@@QAE@ABV0@@Z @38846 NONAME ??0H245_RequestChannelClose_reason@@QAE@IW4TagClass@PASN_Object@@@Z @756 NONAME ??0H245_RequestMessage@@QAE@ABV0@@Z @38847 NONAME ??0H245_RequestMessage@@QAE@IW4TagClass@PASN_Object@@@Z @757 NONAME ??0H245_RequestMode@@QAE@ABV0@@Z @38848 NONAME ??0H245_RequestMode@@QAE@IW4TagClass@PASN_Object@@@Z @758 NONAME ??0H245_RequestModeAck@@QAE@ABV0@@Z @38849 NONAME ??0H245_RequestModeAck@@QAE@IW4TagClass@PASN_Object@@@Z @759 NONAME ??0H245_RequestModeAck_response@@QAE@ABV0@@Z @38850 NONAME ??0H245_RequestModeAck_response@@QAE@IW4TagClass@PASN_Object@@@Z @760 NONAME ??0H245_RequestModeReject@@QAE@ABV0@@Z @38851 NONAME ??0H245_RequestModeReject@@QAE@IW4TagClass@PASN_Object@@@Z @761 NONAME ??0H245_RequestModeReject_cause@@QAE@ABV0@@Z @38852 NONAME ??0H245_RequestModeReject_cause@@QAE@IW4TagClass@PASN_Object@@@Z @762 NONAME ??0H245_RequestModeRelease@@QAE@ABV0@@Z @38853 NONAME ??0H245_RequestModeRelease@@QAE@IW4TagClass@PASN_Object@@@Z @763 NONAME ??0H245_RequestMultiplexEntry@@QAE@ABV0@@Z @38854 NONAME ??0H245_RequestMultiplexEntry@@QAE@IW4TagClass@PASN_Object@@@Z @764 NONAME ??0H245_RequestMultiplexEntryAck@@QAE@ABV0@@Z @38855 NONAME ??0H245_RequestMultiplexEntryAck@@QAE@IW4TagClass@PASN_Object@@@Z @765 NONAME ??0H245_RequestMultiplexEntryReject@@QAE@ABV0@@Z @38856 NONAME ??0H245_RequestMultiplexEntryReject@@QAE@IW4TagClass@PASN_Object@@@Z @766 NONAME ??0H245_RequestMultiplexEntryRejectionDescriptions@@QAE@ABV0@@Z @38857 NONAME ??0H245_RequestMultiplexEntryRejectionDescriptions@@QAE@IW4TagClass@PASN_Object@@@Z @767 NONAME ??0H245_RequestMultiplexEntryRejectionDescriptions_cause@@QAE@ABV0@@Z @38858 NONAME ??0H245_RequestMultiplexEntryRejectionDescriptions_cause@@QAE@IW4TagClass@PASN_Object@@@Z @768 NONAME ??0H245_RequestMultiplexEntryRelease@@QAE@ABV0@@Z @38859 NONAME ??0H245_RequestMultiplexEntryRelease@@QAE@IW4TagClass@PASN_Object@@@Z @769 NONAME ??0H245_ResponseMessage@@QAE@ABV0@@Z @38860 NONAME ??0H245_ResponseMessage@@QAE@IW4TagClass@PASN_Object@@@Z @770 NONAME ??0H245_RoundTripDelayRequest@@QAE@ABV0@@Z @38861 NONAME ??0H245_RoundTripDelayRequest@@QAE@IW4TagClass@PASN_Object@@@Z @771 NONAME ??0H245_RoundTripDelayResponse@@QAE@ABV0@@Z @38862 NONAME ??0H245_RoundTripDelayResponse@@QAE@IW4TagClass@PASN_Object@@@Z @772 NONAME ??0H245_RSVPParameters@@QAE@ABV0@@Z @773 NONAME ??0H245_RSVPParameters@@QAE@IW4TagClass@PASN_Object@@@Z @774 NONAME ??0H245_RTPH263VideoRedundancyEncoding@@QAE@ABV0@@Z @38863 NONAME ??0H245_RTPH263VideoRedundancyEncoding@@QAE@IW4TagClass@PASN_Object@@@Z @775 NONAME ??0H245_RTPH263VideoRedundancyEncoding_containedThreads@@QAE@ABV0@@Z @38864 NONAME ??0H245_RTPH263VideoRedundancyEncoding_containedThreads@@QAE@IW4TagClass@PASN_Object@@@Z @776 NONAME ??0H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@QAE@ABV0@@Z @38865 NONAME ??0H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@QAE@IW4TagClass@PASN_Object@@@Z @777 NONAME ??0H245_RTPH263VideoRedundancyFrameMapping@@QAE@ABV0@@Z @38866 NONAME ??0H245_RTPH263VideoRedundancyFrameMapping@@QAE@IW4TagClass@PASN_Object@@@Z @778 NONAME ??0H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@QAE@ABV0@@Z @38867 NONAME ??0H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@QAE@IW4TagClass@PASN_Object@@@Z @779 NONAME ??0H245_RTPPayloadType@@QAE@ABV0@@Z @38868 NONAME ??0H245_RTPPayloadType@@QAE@IW4TagClass@PASN_Object@@@Z @780 NONAME ??0H245_RTPPayloadType_payloadDescriptor@@QAE@ABV0@@Z @38869 NONAME ??0H245_RTPPayloadType_payloadDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @781 NONAME ??0H245_SendTerminalCapabilitySet@@QAE@ABV0@@Z @38870 NONAME ??0H245_SendTerminalCapabilitySet@@QAE@IW4TagClass@PASN_Object@@@Z @782 NONAME ??0H245_SendTerminalCapabilitySet_specificRequest@@QAE@ABV0@@Z @38871 NONAME ??0H245_SendTerminalCapabilitySet_specificRequest@@QAE@IW4TagClass@PASN_Object@@@Z @783 NONAME ??0H245_SequenceNumber@@QAE@ABV0@@Z @38872 NONAME ??0H245_SequenceNumber@@QAE@IW4TagClass@PASN_Object@@@Z @784 NONAME ??0H245_SubstituteConferenceIDCommand@@QAE@ABV0@@Z @38873 NONAME ??0H245_SubstituteConferenceIDCommand@@QAE@IW4TagClass@PASN_Object@@@Z @785 NONAME ??0H245_T38FaxProfile@@QAE@ABV0@@Z @38874 NONAME ??0H245_T38FaxProfile@@QAE@IW4TagClass@PASN_Object@@@Z @16469 NONAME ??0H245_T38FaxRateManagement@@QAE@ABV0@@Z @38875 NONAME ??0H245_T38FaxRateManagement@@QAE@IW4TagClass@PASN_Object@@@Z @16470 NONAME ??0H245_T38FaxTcpOptions@@QAE@ABV0@@Z @16471 NONAME ??0H245_T38FaxTcpOptions@@QAE@IW4TagClass@PASN_Object@@@Z @16472 NONAME ??0H245_T38FaxUdpOptions@@QAE@ABV0@@Z @16473 NONAME ??0H245_T38FaxUdpOptions@@QAE@IW4TagClass@PASN_Object@@@Z @16474 NONAME ??0H245_T38FaxUdpOptions_t38FaxUdpEC@@QAE@ABV0@@Z @16475 NONAME ??0H245_T38FaxUdpOptions_t38FaxUdpEC@@QAE@IW4TagClass@PASN_Object@@@Z @16476 NONAME ??0H245_T84Profile@@QAE@ABV0@@Z @38876 NONAME ??0H245_T84Profile@@QAE@IW4TagClass@PASN_Object@@@Z @786 NONAME ??0H245_T84Profile_t84Restricted@@QAE@ABV0@@Z @38877 NONAME ??0H245_T84Profile_t84Restricted@@QAE@IW4TagClass@PASN_Object@@@Z @787 NONAME ??0H245_TerminalCapabilitySet@@QAE@ABV0@@Z @38878 NONAME ??0H245_TerminalCapabilitySet@@QAE@IW4TagClass@PASN_Object@@@Z @788 NONAME ??0H245_TerminalCapabilitySetAck@@QAE@ABV0@@Z @38879 NONAME ??0H245_TerminalCapabilitySetAck@@QAE@IW4TagClass@PASN_Object@@@Z @789 NONAME ??0H245_TerminalCapabilitySetReject@@QAE@ABV0@@Z @38880 NONAME ??0H245_TerminalCapabilitySetReject@@QAE@IW4TagClass@PASN_Object@@@Z @790 NONAME ??0H245_TerminalCapabilitySetReject_cause@@QAE@ABV0@@Z @38881 NONAME ??0H245_TerminalCapabilitySetReject_cause@@QAE@IW4TagClass@PASN_Object@@@Z @791 NONAME ??0H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@QAE@ABV0@@Z @38882 NONAME ??0H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@QAE@IW4TagClass@PASN_Object@@@Z @792 NONAME ??0H245_TerminalCapabilitySetRelease@@QAE@ABV0@@Z @38883 NONAME ??0H245_TerminalCapabilitySetRelease@@QAE@IW4TagClass@PASN_Object@@@Z @793 NONAME ??0H245_TerminalID@@QAE@ABV0@@Z @38884 NONAME ??0H245_TerminalID@@QAE@ABVPBYTEArray@@@Z @26004 NONAME ??0H245_TerminalID@@QAE@ABVPString@@@Z @26005 NONAME ??0H245_TerminalID@@QAE@IW4TagClass@PASN_Object@@@Z @794 NONAME ??0H245_TerminalID@@QAE@PBD@Z @26006 NONAME ??0H245_TerminalInformation@@QAE@ABV0@@Z @38885 NONAME ??0H245_TerminalInformation@@QAE@IW4TagClass@PASN_Object@@@Z @795 NONAME ??0H245_TerminalLabel@@QAE@ABV0@@Z @796 NONAME ??0H245_TerminalLabel@@QAE@IW4TagClass@PASN_Object@@@Z @797 NONAME ??0H245_TerminalNumber@@QAE@ABV0@@Z @798 NONAME ??0H245_TerminalNumber@@QAE@IW4TagClass@PASN_Object@@@Z @799 NONAME ??0H245_TerminalYouAreSeeingInSubPictureNumber@@QAE@ABV0@@Z @38886 NONAME ??0H245_TerminalYouAreSeeingInSubPictureNumber@@QAE@IW4TagClass@PASN_Object@@@Z @800 NONAME ??0H245_TransparencyParameters@@QAE@ABV0@@Z @801 NONAME ??0H245_TransparencyParameters@@QAE@IW4TagClass@PASN_Object@@@Z @802 NONAME ??0H245_TransportAddress@@QAE@ABV0@@Z @803 NONAME ??0H245_TransportAddress@@QAE@IW4TagClass@PASN_Object@@@Z @804 NONAME ??0H245_TransportCapability@@QAE@ABV0@@Z @805 NONAME ??0H245_TransportCapability@@QAE@IW4TagClass@PASN_Object@@@Z @806 NONAME ??0H245_UnicastAddress@@QAE@ABV0@@Z @38887 NONAME ??0H245_UnicastAddress@@QAE@IW4TagClass@PASN_Object@@@Z @807 NONAME ??0H245_UnicastAddress_iP6Address@@QAE@ABV0@@Z @38888 NONAME ??0H245_UnicastAddress_iP6Address@@QAE@IW4TagClass@PASN_Object@@@Z @808 NONAME ??0H245_UnicastAddress_iPAddress@@QAE@ABV0@@Z @38889 NONAME ??0H245_UnicastAddress_iPAddress@@QAE@IW4TagClass@PASN_Object@@@Z @809 NONAME ??0H245_UnicastAddress_iPSourceRouteAddress@@QAE@ABV0@@Z @38890 NONAME ??0H245_UnicastAddress_iPSourceRouteAddress@@QAE@IW4TagClass@PASN_Object@@@Z @810 NONAME ??0H245_UnicastAddress_iPSourceRouteAddress_route@@QAE@ABV0@@Z @38891 NONAME ??0H245_UnicastAddress_iPSourceRouteAddress_route@@QAE@IW4TagClass@PASN_Object@@@Z @811 NONAME ??0H245_UnicastAddress_iPSourceRouteAddress_routing@@QAE@ABV0@@Z @38892 NONAME ??0H245_UnicastAddress_iPSourceRouteAddress_routing@@QAE@IW4TagClass@PASN_Object@@@Z @812 NONAME ??0H245_UnicastAddress_iPXAddress@@QAE@ABV0@@Z @38893 NONAME ??0H245_UnicastAddress_iPXAddress@@QAE@IW4TagClass@PASN_Object@@@Z @813 NONAME ??0H245_UserInputCapability@@QAE@ABV0@@Z @38894 NONAME ??0H245_UserInputCapability@@QAE@IW4TagClass@PASN_Object@@@Z @814 NONAME ??0H245_UserInputIndication@@QAE@ABV0@@Z @38895 NONAME ??0H245_UserInputIndication@@QAE@IW4TagClass@PASN_Object@@@Z @815 NONAME ??0H245_UserInputIndication_encryptedAlphanumeric@@QAE@ABV0@@Z @43725 NONAME ??0H245_UserInputIndication_encryptedAlphanumeric@@QAE@IW4TagClass@PASN_Object@@@Z @43726 NONAME ??0H245_UserInputIndication_extendedAlphanumeric@@QAE@ABV0@@Z @38896 NONAME ??0H245_UserInputIndication_extendedAlphanumeric@@QAE@IW4TagClass@PASN_Object@@@Z @16477 NONAME ??0H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@QAE@ABV0@@Z @43727 NONAME ??0H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@QAE@IW4TagClass@PASN_Object@@@Z @43728 NONAME ??0H245_UserInputIndication_signal@@QAE@ABV0@@Z @38897 NONAME ??0H245_UserInputIndication_signal@@QAE@IW4TagClass@PASN_Object@@@Z @816 NONAME ??0H245_UserInputIndication_signalUpdate@@QAE@ABV0@@Z @38898 NONAME ??0H245_UserInputIndication_signalUpdate@@QAE@IW4TagClass@PASN_Object@@@Z @817 NONAME ??0H245_UserInputIndication_signalUpdate_rtp@@QAE@ABV0@@Z @38899 NONAME ??0H245_UserInputIndication_signalUpdate_rtp@@QAE@IW4TagClass@PASN_Object@@@Z @818 NONAME ??0H245_UserInputIndication_signal_rtp@@QAE@ABV0@@Z @38900 NONAME ??0H245_UserInputIndication_signal_rtp@@QAE@IW4TagClass@PASN_Object@@@Z @819 NONAME ??0H245_UserInputIndication_userInputSupportIndication@@QAE@ABV0@@Z @38901 NONAME ??0H245_UserInputIndication_userInputSupportIndication@@QAE@IW4TagClass@PASN_Object@@@Z @820 NONAME ??0H245_V42bis@@QAE@ABV0@@Z @38902 NONAME ??0H245_V42bis@@QAE@IW4TagClass@PASN_Object@@@Z @821 NONAME ??0H245_V75Capability@@QAE@ABV0@@Z @822 NONAME ??0H245_V75Capability@@QAE@IW4TagClass@PASN_Object@@@Z @823 NONAME ??0H245_V75Parameters@@QAE@ABV0@@Z @38903 NONAME ??0H245_V75Parameters@@QAE@IW4TagClass@PASN_Object@@@Z @824 NONAME ??0H245_V76Capability@@QAE@ABV0@@Z @38904 NONAME ??0H245_V76Capability@@QAE@IW4TagClass@PASN_Object@@@Z @825 NONAME ??0H245_V76HDLCParameters@@QAE@ABV0@@Z @38905 NONAME ??0H245_V76HDLCParameters@@QAE@IW4TagClass@PASN_Object@@@Z @826 NONAME ??0H245_V76LogicalChannelParameters@@QAE@ABV0@@Z @38906 NONAME ??0H245_V76LogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @827 NONAME ??0H245_V76LogicalChannelParameters_mode@@QAE@ABV0@@Z @38907 NONAME ??0H245_V76LogicalChannelParameters_mode@@QAE@IW4TagClass@PASN_Object@@@Z @828 NONAME ??0H245_V76LogicalChannelParameters_mode_eRM@@QAE@ABV0@@Z @38908 NONAME ??0H245_V76LogicalChannelParameters_mode_eRM@@QAE@IW4TagClass@PASN_Object@@@Z @829 NONAME ??0H245_V76LogicalChannelParameters_mode_eRM_recovery@@QAE@ABV0@@Z @38909 NONAME ??0H245_V76LogicalChannelParameters_mode_eRM_recovery@@QAE@IW4TagClass@PASN_Object@@@Z @830 NONAME ??0H245_V76LogicalChannelParameters_suspendResume@@QAE@ABV0@@Z @38910 NONAME ??0H245_V76LogicalChannelParameters_suspendResume@@QAE@IW4TagClass@PASN_Object@@@Z @831 NONAME ??0H245_V76ModeParameters@@QAE@ABV0@@Z @38911 NONAME ??0H245_V76ModeParameters@@QAE@IW4TagClass@PASN_Object@@@Z @832 NONAME ??0H245_VBDCapability@@QAE@ABV0@@Z @38912 NONAME ??0H245_VBDCapability@@QAE@IW4TagClass@PASN_Object@@@Z @26747 NONAME ??0H245_VBDMode@@QAE@ABV0@@Z @38913 NONAME ??0H245_VBDMode@@QAE@IW4TagClass@PASN_Object@@@Z @26748 NONAME ??0H245_VCCapability@@QAE@ABV0@@Z @38914 NONAME ??0H245_VCCapability@@QAE@IW4TagClass@PASN_Object@@@Z @833 NONAME ??0H245_VCCapability_aal1@@QAE@ABV0@@Z @38915 NONAME ??0H245_VCCapability_aal1@@QAE@IW4TagClass@PASN_Object@@@Z @834 NONAME ??0H245_VCCapability_aal1ViaGateway@@QAE@ABV0@@Z @16478 NONAME ??0H245_VCCapability_aal1ViaGateway@@QAE@IW4TagClass@PASN_Object@@@Z @16479 NONAME ??0H245_VCCapability_aal5@@QAE@ABV0@@Z @38916 NONAME ??0H245_VCCapability_aal5@@QAE@IW4TagClass@PASN_Object@@@Z @835 NONAME ??0H245_VCCapability_availableBitRates@@QAE@ABV0@@Z @38917 NONAME ??0H245_VCCapability_availableBitRates@@QAE@IW4TagClass@PASN_Object@@@Z @836 NONAME ??0H245_VCCapability_availableBitRates_type@@QAE@ABV0@@Z @837 NONAME ??0H245_VCCapability_availableBitRates_type@@QAE@IW4TagClass@PASN_Object@@@Z @838 NONAME ??0H245_VCCapability_availableBitRates_type_rangeOfBitRates@@QAE@ABV0@@Z @38918 NONAME ??0H245_VCCapability_availableBitRates_type_rangeOfBitRates@@QAE@IW4TagClass@PASN_Object@@@Z @839 NONAME ??0H245_VendorIdentification@@QAE@ABV0@@Z @38919 NONAME ??0H245_VendorIdentification@@QAE@IW4TagClass@PASN_Object@@@Z @840 NONAME ??0H245_VideoCapability@@QAE@ABV0@@Z @38920 NONAME ??0H245_VideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @841 NONAME ??0H245_VideoIndicateCompose@@QAE@ABV0@@Z @38921 NONAME ??0H245_VideoIndicateCompose@@QAE@IW4TagClass@PASN_Object@@@Z @842 NONAME ??0H245_VideoMode@@QAE@ABV0@@Z @38922 NONAME ??0H245_VideoMode@@QAE@IW4TagClass@PASN_Object@@@Z @843 NONAME ??0H248_ActionReply@@QAE@ABV0@@Z @38923 NONAME ??0H248_ActionReply@@QAE@IW4TagClass@PASN_Object@@@Z @21511 NONAME ??0H248_ActionRequest@@QAE@ABV0@@Z @38924 NONAME ??0H248_ActionRequest@@QAE@IW4TagClass@PASN_Object@@@Z @21512 NONAME ??0H248_AmmDescriptor@@QAE@ABV0@@Z @38925 NONAME ??0H248_AmmDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21513 NONAME ??0H248_AmmRequest@@QAE@ABV0@@Z @38926 NONAME ??0H248_AmmRequest@@QAE@IW4TagClass@PASN_Object@@@Z @21514 NONAME ??0H248_AmmsReply@@QAE@ABV0@@Z @38927 NONAME ??0H248_AmmsReply@@QAE@IW4TagClass@PASN_Object@@@Z @21515 NONAME ??0H248_ArrayOf_ActionReply@@QAE@ABV0@@Z @38928 NONAME ??0H248_ArrayOf_ActionReply@@QAE@IW4TagClass@PASN_Object@@@Z @21516 NONAME ??0H248_ArrayOf_ActionRequest@@QAE@ABV0@@Z @38929 NONAME ??0H248_ArrayOf_ActionRequest@@QAE@IW4TagClass@PASN_Object@@@Z @21517 NONAME ??0H248_ArrayOf_AmmDescriptor@@QAE@ABV0@@Z @38930 NONAME ??0H248_ArrayOf_AmmDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21518 NONAME ??0H248_ArrayOf_CommandReply@@QAE@ABV0@@Z @38931 NONAME ??0H248_ArrayOf_CommandReply@@QAE@IW4TagClass@PASN_Object@@@Z @21519 NONAME ??0H248_ArrayOf_CommandRequest@@QAE@ABV0@@Z @38932 NONAME ??0H248_ArrayOf_CommandRequest@@QAE@IW4TagClass@PASN_Object@@@Z @21520 NONAME ??0H248_ArrayOf_EventParameter@@QAE@ABV0@@Z @38933 NONAME ??0H248_ArrayOf_EventParameter@@QAE@IW4TagClass@PASN_Object@@@Z @21521 NONAME ??0H248_ArrayOf_IndAuditParameter@@QAE@ABV0@@Z @38934 NONAME ??0H248_ArrayOf_IndAuditParameter@@QAE@IW4TagClass@PASN_Object@@@Z @21522 NONAME ??0H248_ArrayOf_IndAudPropertyParm@@QAE@ABV0@@Z @21523 NONAME ??0H248_ArrayOf_IndAudPropertyParm@@QAE@IW4TagClass@PASN_Object@@@Z @21524 NONAME ??0H248_ArrayOf_IndAudStreamDescriptor@@QAE@ABV0@@Z @38935 NONAME ??0H248_ArrayOf_IndAudStreamDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21525 NONAME ??0H248_ArrayOf_ModemType@@QAE@ABV0@@Z @38936 NONAME ??0H248_ArrayOf_ModemType@@QAE@IW4TagClass@PASN_Object@@@Z @21526 NONAME ??0H248_ArrayOf_ObservedEvent@@QAE@ABV0@@Z @38937 NONAME ??0H248_ArrayOf_ObservedEvent@@QAE@IW4TagClass@PASN_Object@@@Z @21527 NONAME ??0H248_ArrayOf_PASN_OctetString@@QAE@ABV0@@Z @38938 NONAME ??0H248_ArrayOf_PASN_OctetString@@QAE@IW4TagClass@PASN_Object@@@Z @21528 NONAME ??0H248_ArrayOf_PropertyGroup@@QAE@ABV0@@Z @21529 NONAME ??0H248_ArrayOf_PropertyGroup@@QAE@IW4TagClass@PASN_Object@@@Z @21530 NONAME ??0H248_ArrayOf_PropertyParm@@QAE@ABV0@@Z @21531 NONAME ??0H248_ArrayOf_PropertyParm@@QAE@IW4TagClass@PASN_Object@@@Z @21532 NONAME ??0H248_ArrayOf_RequestedEvent@@QAE@ABV0@@Z @38939 NONAME ??0H248_ArrayOf_RequestedEvent@@QAE@IW4TagClass@PASN_Object@@@Z @21533 NONAME ??0H248_ArrayOf_SecondRequestedEvent@@QAE@ABV0@@Z @38940 NONAME ??0H248_ArrayOf_SecondRequestedEvent@@QAE@IW4TagClass@PASN_Object@@@Z @21534 NONAME ??0H248_ArrayOf_Signal@@QAE@ABV0@@Z @38941 NONAME ??0H248_ArrayOf_Signal@@QAE@IW4TagClass@PASN_Object@@@Z @21535 NONAME ??0H248_ArrayOf_SigParameter@@QAE@ABV0@@Z @38942 NONAME ??0H248_ArrayOf_SigParameter@@QAE@IW4TagClass@PASN_Object@@@Z @21536 NONAME ??0H248_ArrayOf_StreamDescriptor@@QAE@ABV0@@Z @38943 NONAME ??0H248_ArrayOf_StreamDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21537 NONAME ??0H248_ArrayOf_TerminationID@@QAE@ABV0@@Z @38944 NONAME ??0H248_ArrayOf_TerminationID@@QAE@IW4TagClass@PASN_Object@@@Z @21538 NONAME ??0H248_ArrayOf_TopologyRequest@@QAE@ABV0@@Z @21539 NONAME ??0H248_ArrayOf_TopologyRequest@@QAE@IW4TagClass@PASN_Object@@@Z @21540 NONAME ??0H248_ArrayOf_Transaction@@QAE@ABV0@@Z @38945 NONAME ??0H248_ArrayOf_Transaction@@QAE@IW4TagClass@PASN_Object@@@Z @21541 NONAME ??0H248_ArrayOf_WildcardField@@QAE@ABV0@@Z @38946 NONAME ??0H248_ArrayOf_WildcardField@@QAE@IW4TagClass@PASN_Object@@@Z @21542 NONAME ??0H248_AuditDescriptor@@QAE@ABV0@@Z @21543 NONAME ??0H248_AuditDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21544 NONAME ??0H248_AuditReply@@QAE@ABV0@@Z @38947 NONAME ??0H248_AuditReply@@QAE@IW4TagClass@PASN_Object@@@Z @21545 NONAME ??0H248_AuditRequest@@QAE@ABV0@@Z @38948 NONAME ??0H248_AuditRequest@@QAE@IW4TagClass@PASN_Object@@@Z @21546 NONAME ??0H248_AuditResult@@QAE@ABV0@@Z @38949 NONAME ??0H248_AuditResult@@QAE@IW4TagClass@PASN_Object@@@Z @21547 NONAME ??0H248_AuditReturnParameter@@QAE@ABV0@@Z @38950 NONAME ??0H248_AuditReturnParameter@@QAE@IW4TagClass@PASN_Object@@@Z @21548 NONAME ??0H248_AuthData@@QAE@ABV0@@Z @38951 NONAME ??0H248_AuthData@@QAE@ABVPBYTEArray@@@Z @25650 NONAME ??0H248_AuthData@@QAE@ABVPString@@@Z @25651 NONAME ??0H248_AuthData@@QAE@IW4TagClass@PASN_Object@@@Z @21549 NONAME ??0H248_AuthData@@QAE@PBD@Z @25652 NONAME ??0H248_AuthenticationHeader@@QAE@ABV0@@Z @38952 NONAME ??0H248_AuthenticationHeader@@QAE@IW4TagClass@PASN_Object@@@Z @21550 NONAME ??0H248_Command@@QAE@ABV0@@Z @38953 NONAME ??0H248_Command@@QAE@IW4TagClass@PASN_Object@@@Z @21551 NONAME ??0H248_CommandReply@@QAE@ABV0@@Z @38954 NONAME ??0H248_CommandReply@@QAE@IW4TagClass@PASN_Object@@@Z @21552 NONAME ??0H248_CommandRequest@@QAE@ABV0@@Z @38955 NONAME ??0H248_CommandRequest@@QAE@IW4TagClass@PASN_Object@@@Z @21553 NONAME ??0H248_ContextAttrAuditRequest@@QAE@ABV0@@Z @38956 NONAME ??0H248_ContextAttrAuditRequest@@QAE@IW4TagClass@PASN_Object@@@Z @21554 NONAME ??0H248_ContextID@@QAE@ABV0@@Z @38957 NONAME ??0H248_ContextID@@QAE@IW4TagClass@PASN_Object@@@Z @21555 NONAME ??0H248_ContextRequest@@QAE@ABV0@@Z @38958 NONAME ??0H248_ContextRequest@@QAE@IW4TagClass@PASN_Object@@@Z @21556 NONAME ??0H248_DigitMapDescriptor@@QAE@ABV0@@Z @38959 NONAME ??0H248_DigitMapDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21557 NONAME ??0H248_DigitMapName@@QAE@ABV0@@Z @38960 NONAME ??0H248_DigitMapName@@QAE@ABVPBYTEArray@@@Z @25653 NONAME ??0H248_DigitMapName@@QAE@ABVPString@@@Z @25654 NONAME ??0H248_DigitMapName@@QAE@IW4TagClass@PASN_Object@@@Z @21558 NONAME ??0H248_DigitMapName@@QAE@PBD@Z @25655 NONAME ??0H248_DigitMapValue@@QAE@ABV0@@Z @38961 NONAME ??0H248_DigitMapValue@@QAE@IW4TagClass@PASN_Object@@@Z @21559 NONAME ??0H248_DomainName@@QAE@ABV0@@Z @38962 NONAME ??0H248_DomainName@@QAE@IW4TagClass@PASN_Object@@@Z @21560 NONAME ??0H248_ErrorCode@@QAE@ABV0@@Z @38963 NONAME ??0H248_ErrorCode@@QAE@IW4TagClass@PASN_Object@@@Z @21561 NONAME ??0H248_ErrorDescriptor@@QAE@ABV0@@Z @38964 NONAME ??0H248_ErrorDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21562 NONAME ??0H248_ErrorText@@QAE@ABV0@@Z @38965 NONAME ??0H248_ErrorText@@QAE@IW4TagClass@PASN_Object@@@Z @21563 NONAME ??0H248_EventBufferControl@@QAE@ABV0@@Z @38966 NONAME ??0H248_EventBufferControl@@QAE@IW4TagClass@PASN_Object@@@Z @21564 NONAME ??0H248_EventBufferDescriptor@@QAE@ABV0@@Z @38967 NONAME ??0H248_EventBufferDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21565 NONAME ??0H248_EventDM@@QAE@ABV0@@Z @38968 NONAME ??0H248_EventDM@@QAE@IW4TagClass@PASN_Object@@@Z @21566 NONAME ??0H248_EventName@@QAE@ABV0@@Z @38969 NONAME ??0H248_EventName@@QAE@ABVPBYTEArray@@@Z @25656 NONAME ??0H248_EventName@@QAE@ABVPString@@@Z @25657 NONAME ??0H248_EventName@@QAE@IW4TagClass@PASN_Object@@@Z @21567 NONAME ??0H248_EventName@@QAE@PBD@Z @25658 NONAME ??0H248_EventParameter@@QAE@ABV0@@Z @38970 NONAME ??0H248_EventParameter@@QAE@IW4TagClass@PASN_Object@@@Z @21568 NONAME ??0H248_EventParameter_extraInfo@@QAE@ABV0@@Z @38971 NONAME ??0H248_EventParameter_extraInfo@@QAE@IW4TagClass@PASN_Object@@@Z @21569 NONAME ??0H248_EventsDescriptor@@QAE@ABV0@@Z @38972 NONAME ??0H248_EventsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21570 NONAME ??0H248_EventSpec@@QAE@ABV0@@Z @38973 NONAME ??0H248_EventSpec@@QAE@IW4TagClass@PASN_Object@@@Z @21571 NONAME ??0H248_H221NonStandard@@QAE@ABV0@@Z @38974 NONAME ??0H248_H221NonStandard@@QAE@IW4TagClass@PASN_Object@@@Z @21572 NONAME ??0H248_IndAudDigitMapDescriptor@@QAE@ABV0@@Z @38975 NONAME ??0H248_IndAudDigitMapDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21573 NONAME ??0H248_IndAudEventBufferDescriptor@@QAE@ABV0@@Z @38976 NONAME ??0H248_IndAudEventBufferDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21574 NONAME ??0H248_IndAudEventsDescriptor@@QAE@ABV0@@Z @38977 NONAME ??0H248_IndAudEventsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21575 NONAME ??0H248_IndAuditParameter@@QAE@ABV0@@Z @38978 NONAME ??0H248_IndAuditParameter@@QAE@IW4TagClass@PASN_Object@@@Z @21576 NONAME ??0H248_IndAudLocalControlDescriptor@@QAE@ABV0@@Z @38979 NONAME ??0H248_IndAudLocalControlDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21577 NONAME ??0H248_IndAudLocalRemoteDescriptor@@QAE@ABV0@@Z @21578 NONAME ??0H248_IndAudLocalRemoteDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21579 NONAME ??0H248_IndAudMediaDescriptor@@QAE@ABV0@@Z @38980 NONAME ??0H248_IndAudMediaDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21580 NONAME ??0H248_IndAudMediaDescriptor_streams@@QAE@ABV0@@Z @38981 NONAME ??0H248_IndAudMediaDescriptor_streams@@QAE@IW4TagClass@PASN_Object@@@Z @21581 NONAME ??0H248_IndAudPackagesDescriptor@@QAE@ABV0@@Z @38982 NONAME ??0H248_IndAudPackagesDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21582 NONAME ??0H248_IndAudPropertyGroup@@QAE@ABV0@@Z @21583 NONAME ??0H248_IndAudPropertyGroup@@QAE@IW4TagClass@PASN_Object@@@Z @21584 NONAME ??0H248_IndAudPropertyParm@@QAE@ABV0@@Z @38983 NONAME ??0H248_IndAudPropertyParm@@QAE@IW4TagClass@PASN_Object@@@Z @21585 NONAME ??0H248_IndAudSeqSigList@@QAE@ABV0@@Z @38984 NONAME ??0H248_IndAudSeqSigList@@QAE@IW4TagClass@PASN_Object@@@Z @21586 NONAME ??0H248_IndAudSignal@@QAE@ABV0@@Z @38985 NONAME ??0H248_IndAudSignal@@QAE@IW4TagClass@PASN_Object@@@Z @21587 NONAME ??0H248_IndAudSignalsDescriptor@@QAE@ABV0@@Z @38986 NONAME ??0H248_IndAudSignalsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21588 NONAME ??0H248_IndAudStatisticsDescriptor@@QAE@ABV0@@Z @38987 NONAME ??0H248_IndAudStatisticsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21589 NONAME ??0H248_IndAudStreamDescriptor@@QAE@ABV0@@Z @38988 NONAME ??0H248_IndAudStreamDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21590 NONAME ??0H248_IndAudStreamParms@@QAE@ABV0@@Z @38989 NONAME ??0H248_IndAudStreamParms@@QAE@IW4TagClass@PASN_Object@@@Z @21591 NONAME ??0H248_IndAudTerminationStateDescriptor@@QAE@ABV0@@Z @38990 NONAME ??0H248_IndAudTerminationStateDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21592 NONAME ??0H248_IP4Address@@QAE@ABV0@@Z @38991 NONAME ??0H248_IP4Address@@QAE@IW4TagClass@PASN_Object@@@Z @21593 NONAME ??0H248_IP6Address@@QAE@ABV0@@Z @38992 NONAME ??0H248_IP6Address@@QAE@IW4TagClass@PASN_Object@@@Z @21594 NONAME ??0H248_LocalControlDescriptor@@QAE@ABV0@@Z @38993 NONAME ??0H248_LocalControlDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21595 NONAME ??0H248_LocalRemoteDescriptor@@QAE@ABV0@@Z @21596 NONAME ??0H248_LocalRemoteDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21597 NONAME ??0H248_MediaDescriptor@@QAE@ABV0@@Z @38994 NONAME ??0H248_MediaDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21598 NONAME ??0H248_MediaDescriptor_streams@@QAE@ABV0@@Z @38995 NONAME ??0H248_MediaDescriptor_streams@@QAE@IW4TagClass@PASN_Object@@@Z @21599 NONAME ??0H248_MegacoMessage@@QAE@ABV0@@Z @38996 NONAME ??0H248_MegacoMessage@@QAE@IW4TagClass@PASN_Object@@@Z @21600 NONAME ??0H248_Message@@QAE@ABV0@@Z @38997 NONAME ??0H248_Message@@QAE@IW4TagClass@PASN_Object@@@Z @21601 NONAME ??0H248_Message_messageBody@@QAE@ABV0@@Z @38998 NONAME ??0H248_Message_messageBody@@QAE@IW4TagClass@PASN_Object@@@Z @21602 NONAME ??0H248_MId@@QAE@ABV0@@Z @21603 NONAME ??0H248_MId@@QAE@IW4TagClass@PASN_Object@@@Z @21604 NONAME ??0H248_ModemDescriptor@@QAE@ABV0@@Z @38999 NONAME ??0H248_ModemDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21605 NONAME ??0H248_ModemType@@QAE@ABV0@@Z @39000 NONAME ??0H248_ModemType@@QAE@IW4TagClass@PASN_Object@@@Z @21606 NONAME ??0H248_MuxDescriptor@@QAE@ABV0@@Z @39001 NONAME ??0H248_MuxDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21607 NONAME ??0H248_MuxType@@QAE@ABV0@@Z @39002 NONAME ??0H248_MuxType@@QAE@IW4TagClass@PASN_Object@@@Z @21608 NONAME ??0H248_Name@@QAE@ABV0@@Z @39003 NONAME ??0H248_Name@@QAE@ABVPBYTEArray@@@Z @25659 NONAME ??0H248_Name@@QAE@ABVPString@@@Z @25660 NONAME ??0H248_Name@@QAE@IW4TagClass@PASN_Object@@@Z @21609 NONAME ??0H248_Name@@QAE@PBD@Z @25661 NONAME ??0H248_NonStandardData@@QAE@ABV0@@Z @21610 NONAME ??0H248_NonStandardData@@QAE@IW4TagClass@PASN_Object@@@Z @21611 NONAME ??0H248_NonStandardIdentifier@@QAE@ABV0@@Z @39004 NONAME ??0H248_NonStandardIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @21612 NONAME ??0H248_NotifyCompletion@@QAE@ABV0@@Z @39005 NONAME ??0H248_NotifyCompletion@@QAE@IW4TagClass@PASN_Object@@@Z @21613 NONAME ??0H248_NotifyReply@@QAE@ABV0@@Z @39006 NONAME ??0H248_NotifyReply@@QAE@IW4TagClass@PASN_Object@@@Z @21614 NONAME ??0H248_NotifyRequest@@QAE@ABV0@@Z @39007 NONAME ??0H248_NotifyRequest@@QAE@IW4TagClass@PASN_Object@@@Z @21615 NONAME ??0H248_ObservedEvent@@QAE@ABV0@@Z @39008 NONAME ??0H248_ObservedEvent@@QAE@IW4TagClass@PASN_Object@@@Z @21616 NONAME ??0H248_ObservedEventsDescriptor@@QAE@ABV0@@Z @39009 NONAME ??0H248_ObservedEventsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21617 NONAME ??0H248_PackagesDescriptor@@QAE@ABV0@@Z @39010 NONAME ??0H248_PackagesDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21618 NONAME ??0H248_PackagesItem@@QAE@ABV0@@Z @39011 NONAME ??0H248_PackagesItem@@QAE@IW4TagClass@PASN_Object@@@Z @21619 NONAME ??0H248_PathName@@QAE@ABV0@@Z @39012 NONAME ??0H248_PathName@@QAE@IW4TagClass@PASN_Object@@@Z @21620 NONAME ??0H248_PkgdName@@QAE@ABV0@@Z @39013 NONAME ??0H248_PkgdName@@QAE@ABVPBYTEArray@@@Z @25662 NONAME ??0H248_PkgdName@@QAE@ABVPString@@@Z @25663 NONAME ??0H248_PkgdName@@QAE@IW4TagClass@PASN_Object@@@Z @21621 NONAME ??0H248_PkgdName@@QAE@PBD@Z @25664 NONAME ??0H248_PropertyGroup@@QAE@ABV0@@Z @39014 NONAME ??0H248_PropertyGroup@@QAE@IW4TagClass@PASN_Object@@@Z @21622 NONAME ??0H248_PropertyParm@@QAE@ABV0@@Z @39015 NONAME ??0H248_PropertyParm@@QAE@IW4TagClass@PASN_Object@@@Z @21623 NONAME ??0H248_PropertyParm_extraInfo@@QAE@ABV0@@Z @39016 NONAME ??0H248_PropertyParm_extraInfo@@QAE@IW4TagClass@PASN_Object@@@Z @21624 NONAME ??0H248_Relation@@QAE@ABV0@@Z @39017 NONAME ??0H248_Relation@@QAE@IW4TagClass@PASN_Object@@@Z @21625 NONAME ??0H248_RequestedActions@@QAE@ABV0@@Z @39018 NONAME ??0H248_RequestedActions@@QAE@IW4TagClass@PASN_Object@@@Z @21626 NONAME ??0H248_RequestedEvent@@QAE@ABV0@@Z @39019 NONAME ??0H248_RequestedEvent@@QAE@IW4TagClass@PASN_Object@@@Z @21627 NONAME ??0H248_RequestID@@QAE@ABV0@@Z @39020 NONAME ??0H248_RequestID@@QAE@IW4TagClass@PASN_Object@@@Z @21628 NONAME ??0H248_SecondEventsDescriptor@@QAE@ABV0@@Z @21629 NONAME ??0H248_SecondEventsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21630 NONAME ??0H248_SecondRequestedActions@@QAE@ABV0@@Z @39021 NONAME ??0H248_SecondRequestedActions@@QAE@IW4TagClass@PASN_Object@@@Z @21631 NONAME ??0H248_SecondRequestedEvent@@QAE@ABV0@@Z @39022 NONAME ??0H248_SecondRequestedEvent@@QAE@IW4TagClass@PASN_Object@@@Z @21632 NONAME ??0H248_SecurityParmIndex@@QAE@ABV0@@Z @39023 NONAME ??0H248_SecurityParmIndex@@QAE@ABVPBYTEArray@@@Z @25665 NONAME ??0H248_SecurityParmIndex@@QAE@ABVPString@@@Z @25666 NONAME ??0H248_SecurityParmIndex@@QAE@IW4TagClass@PASN_Object@@@Z @21633 NONAME ??0H248_SecurityParmIndex@@QAE@PBD@Z @25667 NONAME ??0H248_SeqSigList@@QAE@ABV0@@Z @39024 NONAME ??0H248_SeqSigList@@QAE@IW4TagClass@PASN_Object@@@Z @21634 NONAME ??0H248_SequenceNum@@QAE@ABV0@@Z @39025 NONAME ??0H248_SequenceNum@@QAE@ABVPBYTEArray@@@Z @25668 NONAME ??0H248_SequenceNum@@QAE@ABVPString@@@Z @25669 NONAME ??0H248_SequenceNum@@QAE@IW4TagClass@PASN_Object@@@Z @21635 NONAME ??0H248_SequenceNum@@QAE@PBD@Z @25670 NONAME ??0H248_ServiceChangeAddress@@QAE@ABV0@@Z @39026 NONAME ??0H248_ServiceChangeAddress@@QAE@IW4TagClass@PASN_Object@@@Z @21636 NONAME ??0H248_ServiceChangeMethod@@QAE@ABV0@@Z @39027 NONAME ??0H248_ServiceChangeMethod@@QAE@IW4TagClass@PASN_Object@@@Z @21637 NONAME ??0H248_ServiceChangeParm@@QAE@ABV0@@Z @39028 NONAME ??0H248_ServiceChangeParm@@QAE@IW4TagClass@PASN_Object@@@Z @21638 NONAME ??0H248_ServiceChangeProfile@@QAE@ABV0@@Z @39029 NONAME ??0H248_ServiceChangeProfile@@QAE@IW4TagClass@PASN_Object@@@Z @21639 NONAME ??0H248_ServiceChangeReply@@QAE@ABV0@@Z @39030 NONAME ??0H248_ServiceChangeReply@@QAE@IW4TagClass@PASN_Object@@@Z @21640 NONAME ??0H248_ServiceChangeRequest@@QAE@ABV0@@Z @39031 NONAME ??0H248_ServiceChangeRequest@@QAE@IW4TagClass@PASN_Object@@@Z @21641 NONAME ??0H248_ServiceChangeResParm@@QAE@ABV0@@Z @39032 NONAME ??0H248_ServiceChangeResParm@@QAE@IW4TagClass@PASN_Object@@@Z @21642 NONAME ??0H248_ServiceChangeResult@@QAE@ABV0@@Z @39033 NONAME ??0H248_ServiceChangeResult@@QAE@IW4TagClass@PASN_Object@@@Z @21643 NONAME ??0H248_ServiceState@@QAE@ABV0@@Z @39034 NONAME ??0H248_ServiceState@@QAE@IW4TagClass@PASN_Object@@@Z @21644 NONAME ??0H248_Signal@@QAE@ABV0@@Z @39035 NONAME ??0H248_Signal@@QAE@IW4TagClass@PASN_Object@@@Z @21645 NONAME ??0H248_SignalName@@QAE@ABV0@@Z @39036 NONAME ??0H248_SignalName@@QAE@ABVPBYTEArray@@@Z @25671 NONAME ??0H248_SignalName@@QAE@ABVPString@@@Z @25672 NONAME ??0H248_SignalName@@QAE@IW4TagClass@PASN_Object@@@Z @21646 NONAME ??0H248_SignalName@@QAE@PBD@Z @25673 NONAME ??0H248_SignalRequest@@QAE@ABV0@@Z @39037 NONAME ??0H248_SignalRequest@@QAE@IW4TagClass@PASN_Object@@@Z @21647 NONAME ??0H248_SignalsDescriptor@@QAE@ABV0@@Z @21648 NONAME ??0H248_SignalsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21649 NONAME ??0H248_SignalType@@QAE@ABV0@@Z @39038 NONAME ??0H248_SignalType@@QAE@IW4TagClass@PASN_Object@@@Z @21650 NONAME ??0H248_SigParameter@@QAE@ABV0@@Z @39039 NONAME ??0H248_SigParameter@@QAE@IW4TagClass@PASN_Object@@@Z @21651 NONAME ??0H248_SigParameter_extraInfo@@QAE@ABV0@@Z @39040 NONAME ??0H248_SigParameter_extraInfo@@QAE@IW4TagClass@PASN_Object@@@Z @21652 NONAME ??0H248_StatisticsDescriptor@@QAE@ABV0@@Z @39041 NONAME ??0H248_StatisticsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21653 NONAME ??0H248_StatisticsParameter@@QAE@ABV0@@Z @39042 NONAME ??0H248_StatisticsParameter@@QAE@IW4TagClass@PASN_Object@@@Z @21654 NONAME ??0H248_StreamDescriptor@@QAE@ABV0@@Z @39043 NONAME ??0H248_StreamDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21655 NONAME ??0H248_StreamID@@QAE@ABV0@@Z @39044 NONAME ??0H248_StreamID@@QAE@IW4TagClass@PASN_Object@@@Z @21656 NONAME ??0H248_StreamMode@@QAE@ABV0@@Z @39045 NONAME ??0H248_StreamMode@@QAE@IW4TagClass@PASN_Object@@@Z @21657 NONAME ??0H248_StreamParms@@QAE@ABV0@@Z @39046 NONAME ??0H248_StreamParms@@QAE@IW4TagClass@PASN_Object@@@Z @21658 NONAME ??0H248_SubtractRequest@@QAE@ABV0@@Z @39047 NONAME ??0H248_SubtractRequest@@QAE@IW4TagClass@PASN_Object@@@Z @21659 NONAME ??0H248_TerminationAudit@@QAE@ABV0@@Z @39048 NONAME ??0H248_TerminationAudit@@QAE@IW4TagClass@PASN_Object@@@Z @21660 NONAME ??0H248_TerminationID@@QAE@ABV0@@Z @39049 NONAME ??0H248_TerminationID@@QAE@IW4TagClass@PASN_Object@@@Z @21661 NONAME ??0H248_TerminationIDList@@QAE@ABV0@@Z @39050 NONAME ??0H248_TerminationIDList@@QAE@IW4TagClass@PASN_Object@@@Z @21662 NONAME ??0H248_TerminationStateDescriptor@@QAE@ABV0@@Z @39051 NONAME ??0H248_TerminationStateDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21663 NONAME ??0H248_TimeNotation@@QAE@ABV0@@Z @21664 NONAME ??0H248_TimeNotation@@QAE@IW4TagClass@PASN_Object@@@Z @21665 NONAME ??0H248_TopologyRequest@@QAE@ABV0@@Z @39052 NONAME ??0H248_TopologyRequest@@QAE@IW4TagClass@PASN_Object@@@Z @21666 NONAME ??0H248_TopologyRequest_topologyDirection@@QAE@ABV0@@Z @39053 NONAME ??0H248_TopologyRequest_topologyDirection@@QAE@IW4TagClass@PASN_Object@@@Z @21667 NONAME ??0H248_Transaction@@QAE@ABV0@@Z @39054 NONAME ??0H248_Transaction@@QAE@IW4TagClass@PASN_Object@@@Z @21668 NONAME ??0H248_TransactionAck@@QAE@ABV0@@Z @39055 NONAME ??0H248_TransactionAck@@QAE@IW4TagClass@PASN_Object@@@Z @21669 NONAME ??0H248_TransactionId@@QAE@ABV0@@Z @39056 NONAME ??0H248_TransactionId@@QAE@IW4TagClass@PASN_Object@@@Z @21670 NONAME ??0H248_TransactionPending@@QAE@ABV0@@Z @39057 NONAME ??0H248_TransactionPending@@QAE@IW4TagClass@PASN_Object@@@Z @21671 NONAME ??0H248_TransactionReply@@QAE@ABV0@@Z @39058 NONAME ??0H248_TransactionReply@@QAE@IW4TagClass@PASN_Object@@@Z @21672 NONAME ??0H248_TransactionReply_transactionResult@@QAE@ABV0@@Z @39059 NONAME ??0H248_TransactionReply_transactionResult@@QAE@IW4TagClass@PASN_Object@@@Z @21673 NONAME ??0H248_TransactionRequest@@QAE@ABV0@@Z @39060 NONAME ??0H248_TransactionRequest@@QAE@IW4TagClass@PASN_Object@@@Z @21674 NONAME ??0H248_TransactionResponseAck@@QAE@ABV0@@Z @39061 NONAME ??0H248_TransactionResponseAck@@QAE@IW4TagClass@PASN_Object@@@Z @21675 NONAME ??0H248_Value@@QAE@ABV0@@Z @39062 NONAME ??0H248_Value@@QAE@IW4TagClass@PASN_Object@@@Z @21676 NONAME ??0H248_WildcardField@@QAE@ABV0@@Z @39063 NONAME ??0H248_WildcardField@@QAE@ABVPBYTEArray@@@Z @25674 NONAME ??0H248_WildcardField@@QAE@ABVPString@@@Z @25675 NONAME ??0H248_WildcardField@@QAE@IW4TagClass@PASN_Object@@@Z @21677 NONAME ??0H248_WildcardField@@QAE@PBD@Z @25676 NONAME ??0H261DCTEncoder@@QAE@PAVTransmitter@@@Z @844 NONAME ??0H261Encoder@@IAE@PAVTransmitter@@@Z @845 NONAME ??0H261PixelEncoder@@QAE@PAVTransmitter@@@Z @846 NONAME ??0H323AudioCapability@@QAE@ABV0@@Z @39064 NONAME ??0H323AudioCapability@@QAE@II@Z @847 NONAME ??0H323AudioCodec@@QAE@PBDW4Direction@H323Codec@@@Z @12906 NONAME ??0H323BidirectionalChannel@@QAE@AAVH323Connection@@ABVH323Capability@@@Z @849 NONAME ??0H323CallCreditServiceControl@@QAE@ABVH225_ServiceControlDescriptor@@@Z @21678 NONAME ??0H323CallCreditServiceControl@@QAE@ABVPString@@HI@Z @21679 NONAME ??0H323Capabilities@@QAE@ABV0@@Z @12507 NONAME ??0H323Capabilities@@QAE@ABVH323Connection@@ABVH245_TerminalCapabilitySet@@@Z @12633 NONAME ??0H323Capabilities@@QAE@XZ @12509 NONAME ??0H323CapabilitiesSet@@QAE@XZ @20313 NONAME ??0H323Capability@@QAE@ABV0@@Z @39065 NONAME ??0H323Capability@@QAE@XZ @850 NONAME ??0H323Channel@@QAE@AAVH323Connection@@ABVH323Capability@@@Z @851 NONAME ??0H323ChannelNumber@@QAE@ABV0@@Z @39066 NONAME ??0H323ChannelNumber@@QAE@IH@Z @852 NONAME ??0H323ChannelNumber@@QAE@XZ @39067 NONAME ??0H323Codec@@QAE@PBDW4Direction@0@@Z @12907 NONAME ??0H323CodecPluginGenericAudioCapability@@QAE@ABV0@@Z @43729 NONAME ??0H323CodecPluginGenericAudioCapability@@QAE@PBUPluginCodec_Definition@@0PBUPluginCodec_H323GenericCodecData@@@Z @43730 NONAME ??0H323CodecPluginNonStandardAudioCapability@@QAE@ABV0@@Z @39068 NONAME ??0H323CodecPluginNonStandardAudioCapability@@QAE@PAUPluginCodec_Definition@@0P6A?AW4Comparison@PObject@@PAUPluginCodec_H323NonStandardCodecData@@@ZPBEI@Z @43246 NONAME ??0H323CodecPluginNonStandardAudioCapability@@QAE@PAUPluginCodec_Definition@@0PBEI@Z @42085 NONAME ??0H323Connection@@QAE@AAVH323EndPoint@@II@Z @20165 NONAME ??0H323ConnectionsCleaner@@QAE@AAVH323EndPoint@@@Z @855 NONAME ??0H323ControlPDU@@QAE@XZ @39069 NONAME ??0H323DataCapability@@QAE@ABV0@@Z @39070 NONAME ??0H323DataCapability@@QAE@I@Z @20503 NONAME ??0H323DataChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@I@Z @20504 NONAME ??0H323DynaLink@@QAE@PBD0@Z @37929 NONAME ??0H323EndPoint@@QAE@XZ @856 NONAME ??0H323FramedAudioCodec@@QAE@PBDW4Direction@H323Codec@@@Z @12908 NONAME ??0H323Gatekeeper@@QAE@AAVH323EndPoint@@PAVH323Transport@@@Z @858 NONAME ??0H323GatekeeperARQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @21150 NONAME ??0H323GatekeeperBRQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @21151 NONAME ??0H323GatekeeperCall@@QAE@AAVH323GatekeeperServer@@ABVOpalGloballyUniqueID@@W4Direction@0@@Z @20400 NONAME ??0H323GatekeeperDRQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @21152 NONAME ??0H323GatekeeperGRQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @21153 NONAME ??0H323GatekeeperIRR@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @21154 NONAME ??0H323GatekeeperListener@@QAE@AAVH323EndPoint@@AAVH323GatekeeperServer@@ABVPString@@PAVH323Transport@@@Z @19023 NONAME ??0H323GatekeeperLRQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @21155 NONAME ??0H323GatekeeperRequest@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @21156 NONAME ??0H323GatekeeperRRQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @21157 NONAME ??0H323GatekeeperServer@@QAE@AAVH323EndPoint@@@Z @19024 NONAME ??0H323GatekeeperURQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @21158 NONAME ??0H323GenericAudioCapability@@QAE@ABV0@@Z @43731 NONAME ??0H323GenericAudioCapability@@QAE@IIABVPString@@H@Z @43732 NONAME ??0H323GenericCapabilityInfo@@QAE@ABV0@@Z @43733 NONAME ??0H323GenericCapabilityInfo@@QAE@ABVPString@@H@Z @43734 NONAME ??0H323GenericVideoCapability@@QAE@ABVPString@@H@Z @43735 NONAME ??0H323GSMPluginCapability@@QAE@ABV0@@Z @39071 NONAME ??0H323GSMPluginCapability@@QAE@PAUPluginCodec_Definition@@0HHH@Z @39072 NONAME ??0H323H248ServiceControl@@QAE@ABVH225_ServiceControlDescriptor@@@Z @21680 NONAME ??0H323H248ServiceControl@@QAE@XZ @21681 NONAME ??0H323HTTPServiceControl@@QAE@ABVH225_ServiceControlDescriptor@@@Z @21682 NONAME ??0H323HTTPServiceControl@@QAE@ABVPString@@@Z @21683 NONAME ??0H323Listener@@QAE@AAVH323EndPoint@@@Z @861 NONAME ??0H323ListenerTCP@@QAE@AAVH323EndPoint@@VAddress@PIPSocket@@GH@Z @18755 NONAME ??0H323LogicalChannelThread@@QAE@AAVH323EndPoint@@AAVH323Channel@@H@Z @863 NONAME ??0H323NonStandardAudioCapability@@QAE@ABV0@@Z @39075 NONAME ??0H323NonStandardAudioCapability@@QAE@IIAAVH323EndPoint@@P6A?AW4Comparison@PObject@@PAUPluginCodec_H323NonStandardCodecData@@@ZPBEH@Z @43247 NONAME ??0H323NonStandardAudioCapability@@QAE@IIAAVH323EndPoint@@PBEHHH@Z @42376 NONAME ??0H323NonStandardAudioCapability@@QAE@IIABVPString@@PBEHHH@Z @12884 NONAME ??0H323NonStandardAudioCapability@@QAE@IIEEGPBEHHH@Z @12885 NONAME ??0H323NonStandardAudioCapability@@QAE@IIP6A?AW4Comparison@PObject@@PAUPluginCodec_H323NonStandardCodecData@@@ZPBEH@Z @43248 NONAME ??0H323NonStandardAudioCapability@@QAE@IIPBEHHH@Z @42087 NONAME ??0H323NonStandardCapabilityInfo@@QAE@ABV0@@Z @39076 NONAME ??0H323NonStandardCapabilityInfo@@QAE@ABVPString@@PBEHHH@Z @12680 NONAME ??0H323NonStandardCapabilityInfo@@QAE@EEGPBEHHH@Z @12681 NONAME ??0H323NonStandardCapabilityInfo@@QAE@P6A?AW4Comparison@PObject@@PAUPluginCodec_H323NonStandardCodecData@@@ZPBEH@Z @43249 NONAME ??0H323NonStandardCapabilityInfo@@QAE@PBEHHH@Z @42089 NONAME ??0H323NonStandardDataCapability@@QAE@ABV0@@Z @39077 NONAME ??0H323NonStandardDataCapability@@QAE@IABVPString@@PBEHHH@Z @20506 NONAME ??0H323NonStandardDataCapability@@QAE@IEEGPBEHHH@Z @20507 NONAME ??0H323NonStandardDataCapability@@QAE@IPBEHHH@Z @42090 NONAME ??0H323NonStandardVideoCapability@@QAE@AAVH323EndPoint@@PBEHHH@Z @42377 NONAME ??0H323NonStandardVideoCapability@@QAE@ABVPString@@PBEHHH@Z @12890 NONAME ??0H323NonStandardVideoCapability@@QAE@EEGPBEHHH@Z @12891 NONAME ??0H323NonStandardVideoCapability@@QAE@PBEHHH@Z @42091 NONAME ??0H323PeerElement@@QAE@AAVH323EndPoint@@ABVH323TransportAddress@@@Z @25447 NONAME ??0H323PeerElement@@QAE@AAVH323EndPoint@@PAVH323Transport@@@Z @23938 NONAME ??0H323PeerElementDescriptor@@QAE@ABVOpalGloballyUniqueID@@@Z @39078 NONAME ??0H323PeerElementServiceRelationship@@QAE@ABVOpalGloballyUniqueID@@@Z @39079 NONAME ??0H323PeerElementServiceRelationship@@QAE@XZ @39080 NONAME ??0H323PluginCapability@@QAE@ABV0@@Z @39081 NONAME ??0H323PluginCapability@@QAE@ABVPString@@0III@Z @43736 NONAME ??0H323PluginCapability@@QAE@PAUPluginCodec_Definition@@0I@Z @39082 NONAME ??0H323PluginCapabilityInfo@@QAE@ABV0@@Z @39083 NONAME ??0H323PluginCapabilityInfo@@QAE@ABVPString@@0@Z @43737 NONAME ??0H323PluginCapabilityInfo@@QAE@PAUPluginCodec_Definition@@0@Z @27304 NONAME ??0H323PluginCodecManager@@QAE@PAVPPluginManager@@@Z @37907 NONAME ??0H323PluginFramedAudioCodec@@QAE@ABVPString@@W4Direction@H323Codec@@PAUPluginCodec_Definition@@@Z @39084 NONAME ??0H323PluginG7231Capability@@QAE@ABV0@@Z @39085 NONAME ??0H323PluginG7231Capability@@QAE@PAUPluginCodec_Definition@@0H@Z @39086 NONAME ??0H323PluginVideoCodec@@QAE@ABVPString@@W4Direction@H323Codec@@PAUPluginCodec_Definition@@@Z @39087 NONAME ??0H323RasPDU@@QAE@ABV0@@Z @39088 NONAME ??0H323RasPDU@@QAE@ABVH235Authenticators@@@Z @21159 NONAME ??0H323RasPDU@@QAE@XZ @21084 NONAME ??0H323RealTimeCapability@@QAE@ABV0@@Z @26579 NONAME ??0H323RealTimeCapability@@QAE@XZ @26580 NONAME ??0H323RegisteredEndPoint@@QAE@AAVH323GatekeeperServer@@ABVPString@@@Z @20170 NONAME ??0H323ServiceControlSession@@QAE@XZ @21684 NONAME ??0H323SignalPDU@@QAE@XZ @876 NONAME ??0H323SimultaneousCapabilities@@QAE@XZ @39089 NONAME ??0H323StreamedAudioCodec@@QAE@PBDW4Direction@H323Codec@@II@Z @12909 NONAME ??0H323StreamedPluginAudioCodec@@QAE@ABVPString@@W4Direction@H323Codec@@IIPAUPluginCodec_Definition@@@Z @39090 NONAME ??0H323Transaction@@QAE@AAVH323Transactor@@ABVH323TransactionPDU@@PAV2@2@Z @26168 NONAME ??0H323TransactionPDU@@QAE@ABV0@@Z @39091 NONAME ??0H323TransactionPDU@@QAE@ABVH235Authenticators@@@Z @25424 NONAME ??0H323TransactionPDU@@QAE@XZ @25425 NONAME ??0H323TransactionServer@@QAE@AAVH323EndPoint@@@Z @23941 NONAME ??0H323Transactor@@QAE@AAVH323EndPoint@@ABVH323TransportAddress@@GG@Z @25917 NONAME ??0H323Transactor@@QAE@AAVH323EndPoint@@PAVH323Transport@@GG@Z @25918 NONAME ??0H323Transport@@QAE@AAVH323EndPoint@@@Z @878 NONAME ??0H323TransportAddress@@QAE@ABV0@@Z @37909 NONAME ??0H323TransportAddress@@QAE@ABVAddress@PIPSocket@@G@Z @879 NONAME ??0H323TransportAddress@@QAE@ABVH225_TransportAddress@@@Z @880 NONAME ??0H323TransportAddress@@QAE@ABVH245_TransportAddress@@@Z @881 NONAME ??0H323TransportAddress@@QAE@ABVPString@@@Z @882 NONAME ??0H323TransportAddress@@QAE@PBD@Z @883 NONAME ??0H323TransportAddress@@QAE@XZ @25816 NONAME ??0H323TransportAddressArray@@IAE@HPBV0@@Z @39092 NONAME ??0H323TransportAddressArray@@QAE@ABV0@@Z @39093 NONAME ??0H323TransportAddressArray@@QAE@ABVH225_ArrayOf_TransportAddress@@@Z @23928 NONAME ??0H323TransportAddressArray@@QAE@ABVH323TransportAddress@@@Z @39094 NONAME ??0H323TransportAddressArray@@QAE@H@Z @39095 NONAME ??0H323TransportIP@@QAE@AAVH323EndPoint@@VAddress@PIPSocket@@G@Z @12773 NONAME ??0H323TransportTCP@@QAE@AAVH323EndPoint@@VAddress@PIPSocket@@H@Z @12774 NONAME ??0H323TransportUDP@@QAE@AAVH323EndPoint@@VAddress@PIPSocket@@GG@Z @25919 NONAME ??0H323UnidirectionalChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@@Z @887 NONAME ??0H323VideoCapability@@QAE@ABV0@@Z @39096 NONAME ??0H323VideoCapability@@QAE@XZ @39097 NONAME ??0H323VideoCodec@@QAE@PBDW4Direction@H323Codec@@@Z @12910 NONAME ??0H323_ALawCodec@@QAE@W4Direction@H323Codec@@HI@Z @893 NONAME ??0H323_AnnexG@@QAE@AAVH323EndPoint@@ABVH323TransportAddress@@@Z @25450 NONAME ??0H323_AnnexG@@QAE@AAVH323EndPoint@@PAVH323Transport@@@Z @23943 NONAME ??0H323_CiscoG7231aLIDCapability@@QAE@ABV0@@Z @39098 NONAME ??0H323_CiscoG7231aLIDCapability@@QAE@XZ @21003 NONAME ??0H323_ExternalRTPChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@I@Z @20236 NONAME ??0H323_ExternalRTPChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@IABVAddress@PIPSocket@@G@Z @19903 NONAME ??0H323_ExternalRTPChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@IABVH323TransportAddress@@3@Z @20237 NONAME ??0H323_G711ALaw64Capability@@QAE@XZ @42092 NONAME ??0H323_G711Capability@@QAE@ABV0@@Z @39099 NONAME ??0H323_G711Capability@@QAE@W4Mode@0@W4Speed@0@@Z @894 NONAME ??0H323_G711uLaw64Capability@@QAE@XZ @42093 NONAME ??0H323_H261Capability@@QAE@ABV0@@Z @39100 NONAME ??0H323_H261Capability@@QAE@IIHHI@Z @897 NONAME ??0H323_H261Codec@@QAE@W4Direction@H323Codec@@H@Z @12649 NONAME ??0H323_LIDCapability@@QAE@ABV0@@Z @39101 NONAME ??0H323_LIDCapability@@QAE@ABVOpalMediaFormat@@@Z @12912 NONAME ??0H323_LIDCodec@@QAE@PBDW4Direction@H323Codec@@IH@Z @12913 NONAME ??0H323_LID_G711_ALaw_Capability@@QAE@XZ @42094 NONAME ??0H323_LID_G711_uLaw_Capability@@QAE@XZ @42095 NONAME ??0H323_LID_G7231A_5k3_Capability@@QAE@XZ @42096 NONAME ??0H323_LID_G7231A_6k3_Capability@@QAE@XZ @42097 NONAME ??0H323_LID_G7231_5k3_Capability@@QAE@XZ @42098 NONAME ??0H323_LID_G7231_6k3_Capability@@QAE@XZ @42099 NONAME ??0H323_LID_G728_Capability@@QAE@XZ @42100 NONAME ??0H323_LID_G729AB_Capability@@QAE@XZ @42101 NONAME ??0H323_LID_G729A_Capability@@QAE@XZ @42102 NONAME ??0H323_LID_G729B_Capability@@QAE@XZ @42103 NONAME ??0H323_LID_G729_Capability@@QAE@XZ @42104 NONAME ??0H323_LID_GSM0610_Capability@@QAE@XZ @42105 NONAME ??0H323_muLawCodec@@QAE@W4Direction@H323Codec@@HI@Z @901 NONAME ??0H323_RealTimeChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@@Z @19904 NONAME ??0H323_RTPChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@AAVRTP_Session@@@Z @902 NONAME ??0H323_RTP_Session@@IAE@ABVH323Connection@@@Z @903 NONAME ??0H323_RTP_UDP@@QAE@ABVH323Connection@@AAVRTP_UDP@@PAVRTP_QOS@@@Z @26583 NONAME ??0H323_T120Capability@@QAE@ABV0@@Z @39102 NONAME ??0H323_T120Capability@@QAE@XZ @20194 NONAME ??0H323_T120Channel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@I@Z @20508 NONAME ??0H323_T38Capability@@QAE@ABV0@@Z @39103 NONAME ??0H323_T38Capability@@QAE@W4TransportMode@0@@Z @19026 NONAME ??0H323_T38Channel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@IW4TransportMode@H323_T38Capability@@@Z @20509 NONAME ??0H323_T38NonStandardCapability@@QAE@ABV0@@Z @39104 NONAME ??0H323_T38NonStandardCapability@@QAE@EEG@Z @20523 NONAME ??0H323_UserInputCapability@@QAE@ABV0@@Z @39105 NONAME ??0H323_UserInputCapability@@QAE@W4SubTypes@0@@Z @20094 NONAME ??0H45010_ArrayOf_MixedExtension@@QAE@ABV0@@Z @39106 NONAME ??0H45010_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @15212 NONAME ??0H45010_CfbOvrOptArg@@QAE@ABV0@@Z @39107 NONAME ??0H45010_CfbOvrOptArg@@QAE@IW4TagClass@PASN_Object@@@Z @15213 NONAME ??0H45010_CoReqOptArg@@QAE@ABV0@@Z @39108 NONAME ??0H45010_CoReqOptArg@@QAE@IW4TagClass@PASN_Object@@@Z @15214 NONAME ??0H45010_H323CallOfferOperations@@QAE@ABV0@@Z @39109 NONAME ??0H45010_H323CallOfferOperations@@QAE@IW4TagClass@PASN_Object@@@Z @15215 NONAME ??0H45010_RUAlertOptArg@@QAE@ABV0@@Z @39110 NONAME ??0H45010_RUAlertOptArg@@QAE@IW4TagClass@PASN_Object@@@Z @15216 NONAME ??0H45011Handler@@QAE@AAVH323Connection@@AAVH450xDispatcher@@@Z @20649 NONAME ??0H45011_ArrayOf_MixedExtension@@QAE@ABV0@@Z @39111 NONAME ??0H45011_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @15217 NONAME ??0H45011_CallIntrusionErrors@@QAE@ABV0@@Z @39112 NONAME ??0H45011_CallIntrusionErrors@@QAE@IW4TagClass@PASN_Object@@@Z @15218 NONAME ??0H45011_CICapabilityLevel@@QAE@ABV0@@Z @39113 NONAME ??0H45011_CICapabilityLevel@@QAE@IW4TagClass@PASN_Object@@@Z @15219 NONAME ??0H45011_CIFrcRelArg@@QAE@ABV0@@Z @39114 NONAME ??0H45011_CIFrcRelArg@@QAE@IW4TagClass@PASN_Object@@@Z @15220 NONAME ??0H45011_CIFrcRelOptRes@@QAE@ABV0@@Z @39115 NONAME ??0H45011_CIFrcRelOptRes@@QAE@IW4TagClass@PASN_Object@@@Z @15221 NONAME ??0H45011_CIGetCIPLOptArg@@QAE@ABV0@@Z @39116 NONAME ??0H45011_CIGetCIPLOptArg@@QAE@IW4TagClass@PASN_Object@@@Z @15222 NONAME ??0H45011_CIGetCIPLRes@@QAE@ABV0@@Z @39117 NONAME ??0H45011_CIGetCIPLRes@@QAE@IW4TagClass@PASN_Object@@@Z @15223 NONAME ??0H45011_CIIsOptArg@@QAE@ABV0@@Z @39118 NONAME ??0H45011_CIIsOptArg@@QAE@IW4TagClass@PASN_Object@@@Z @15224 NONAME ??0H45011_CIIsOptRes@@QAE@ABV0@@Z @39119 NONAME ??0H45011_CIIsOptRes@@QAE@IW4TagClass@PASN_Object@@@Z @15225 NONAME ??0H45011_CINotificationArg@@QAE@ABV0@@Z @39120 NONAME ??0H45011_CINotificationArg@@QAE@IW4TagClass@PASN_Object@@@Z @15226 NONAME ??0H45011_CIProtectionLevel@@QAE@ABV0@@Z @39121 NONAME ??0H45011_CIProtectionLevel@@QAE@IW4TagClass@PASN_Object@@@Z @15227 NONAME ??0H45011_CIRequestArg@@QAE@ABV0@@Z @39122 NONAME ??0H45011_CIRequestArg@@QAE@IW4TagClass@PASN_Object@@@Z @15228 NONAME ??0H45011_CIRequestRes@@QAE@ABV0@@Z @39123 NONAME ??0H45011_CIRequestRes@@QAE@IW4TagClass@PASN_Object@@@Z @15229 NONAME ??0H45011_CISilentArg@@QAE@ABV0@@Z @39124 NONAME ??0H45011_CISilentArg@@QAE@IW4TagClass@PASN_Object@@@Z @15230 NONAME ??0H45011_CISilentOptRes@@QAE@ABV0@@Z @39125 NONAME ??0H45011_CISilentOptRes@@QAE@IW4TagClass@PASN_Object@@@Z @15231 NONAME ??0H45011_CIStatusInformation@@QAE@ABV0@@Z @39126 NONAME ??0H45011_CIStatusInformation@@QAE@IW4TagClass@PASN_Object@@@Z @15232 NONAME ??0H45011_CIWobOptArg@@QAE@ABV0@@Z @39127 NONAME ??0H45011_CIWobOptArg@@QAE@IW4TagClass@PASN_Object@@@Z @15233 NONAME ??0H45011_CIWobOptRes@@QAE@ABV0@@Z @39128 NONAME ??0H45011_CIWobOptRes@@QAE@IW4TagClass@PASN_Object@@@Z @15234 NONAME ??0H45011_H323CallIntrusionOperations@@QAE@ABV0@@Z @39129 NONAME ??0H45011_H323CallIntrusionOperations@@QAE@IW4TagClass@PASN_Object@@@Z @15235 NONAME ??0H4501_Address@@QAE@ABV0@@Z @39130 NONAME ??0H4501_Address@@QAE@IW4TagClass@PASN_Object@@@Z @14091 NONAME ??0H4501_AddressInformation@@QAE@ABV0@@Z @14092 NONAME ??0H4501_AddressInformation@@QAE@IW4TagClass@PASN_Object@@@Z @14093 NONAME ??0H4501_AddressScreened@@QAE@ABV0@@Z @39131 NONAME ??0H4501_AddressScreened@@QAE@IW4TagClass@PASN_Object@@@Z @14094 NONAME ??0H4501_ArrayOf_AliasAddress@@QAE@ABV0@@Z @15236 NONAME ??0H4501_ArrayOf_AliasAddress@@QAE@IW4TagClass@PASN_Object@@@Z @14095 NONAME ??0H4501_ArrayOf_ROS@@QAE@ABV0@@Z @39132 NONAME ??0H4501_ArrayOf_ROS@@QAE@IW4TagClass@PASN_Object@@@Z @14096 NONAME ??0H4501_EndpointAddress@@QAE@ABV0@@Z @39133 NONAME ??0H4501_EndpointAddress@@QAE@IW4TagClass@PASN_Object@@@Z @14097 NONAME ??0H4501_EntityType@@QAE@ABV0@@Z @39134 NONAME ??0H4501_EntityType@@QAE@IW4TagClass@PASN_Object@@@Z @14098 NONAME ??0H4501_Extension@@QAE@ABV0@@Z @39135 NONAME ??0H4501_Extension@@QAE@IW4TagClass@PASN_Object@@@Z @14099 NONAME ??0H4501_GeneralErrorList@@QAE@ABV0@@Z @39136 NONAME ??0H4501_GeneralErrorList@@QAE@IW4TagClass@PASN_Object@@@Z @14100 NONAME ??0H4501_H225InformationElement@@QAE@ABV0@@Z @39137 NONAME ??0H4501_H225InformationElement@@QAE@ABVPBYTEArray@@@Z @26008 NONAME ??0H4501_H225InformationElement@@QAE@ABVPString@@@Z @26009 NONAME ??0H4501_H225InformationElement@@QAE@IW4TagClass@PASN_Object@@@Z @14101 NONAME ??0H4501_H225InformationElement@@QAE@PBD@Z @26010 NONAME ??0H4501_InterpretationApdu@@QAE@ABV0@@Z @39138 NONAME ??0H4501_InterpretationApdu@@QAE@IW4TagClass@PASN_Object@@@Z @14102 NONAME ??0H4501_InvokeIDs@@QAE@ABV0@@Z @39139 NONAME ??0H4501_InvokeIDs@@QAE@IW4TagClass@PASN_Object@@@Z @14103 NONAME ??0H4501_InvokeIdSet@@QAE@ABV0@@Z @39140 NONAME ??0H4501_InvokeIdSet@@QAE@IW4TagClass@PASN_Object@@@Z @14104 NONAME ??0H4501_NetworkFacilityExtension@@QAE@ABV0@@Z @39141 NONAME ??0H4501_NetworkFacilityExtension@@QAE@IW4TagClass@PASN_Object@@@Z @14105 NONAME ??0H4501_NSAPSubaddress@@QAE@ABV0@@Z @39142 NONAME ??0H4501_NSAPSubaddress@@QAE@ABVPBYTEArray@@@Z @26011 NONAME ??0H4501_NSAPSubaddress@@QAE@ABVPString@@@Z @26012 NONAME ??0H4501_NSAPSubaddress@@QAE@IW4TagClass@PASN_Object@@@Z @14106 NONAME ??0H4501_NSAPSubaddress@@QAE@PBD@Z @26013 NONAME ??0H4501_NumberScreened@@QAE@ABV0@@Z @39143 NONAME ??0H4501_NumberScreened@@QAE@IW4TagClass@PASN_Object@@@Z @14107 NONAME ??0H4501_PartySubaddress@@QAE@ABV0@@Z @39144 NONAME ??0H4501_PartySubaddress@@QAE@IW4TagClass@PASN_Object@@@Z @14108 NONAME ??0H4501_PresentationAllowedIndicator@@QAE@ABV0@@Z @39145 NONAME ??0H4501_PresentationAllowedIndicator@@QAE@IW4TagClass@PASN_Object@@@Z @14109 NONAME ??0H4501_PresentedAddressScreened@@QAE@ABV0@@Z @39146 NONAME ??0H4501_PresentedAddressScreened@@QAE@IW4TagClass@PASN_Object@@@Z @14110 NONAME ??0H4501_PresentedAddressUnscreened@@QAE@ABV0@@Z @39147 NONAME ??0H4501_PresentedAddressUnscreened@@QAE@IW4TagClass@PASN_Object@@@Z @14111 NONAME ??0H4501_PresentedNumberScreened@@QAE@ABV0@@Z @39148 NONAME ??0H4501_PresentedNumberScreened@@QAE@IW4TagClass@PASN_Object@@@Z @14112 NONAME ??0H4501_PresentedNumberUnscreened@@QAE@ABV0@@Z @39149 NONAME ??0H4501_PresentedNumberUnscreened@@QAE@IW4TagClass@PASN_Object@@@Z @14113 NONAME ??0H4501_ScreeningIndicator@@QAE@ABV0@@Z @39150 NONAME ??0H4501_ScreeningIndicator@@QAE@IW4TagClass@PASN_Object@@@Z @14114 NONAME ??0H4501_ServiceApdus@@QAE@ABV0@@Z @39151 NONAME ??0H4501_ServiceApdus@@QAE@IW4TagClass@PASN_Object@@@Z @14115 NONAME ??0H4501_SubaddressInformation@@QAE@ABV0@@Z @39152 NONAME ??0H4501_SubaddressInformation@@QAE@ABVPBYTEArray@@@Z @26014 NONAME ??0H4501_SubaddressInformation@@QAE@ABVPString@@@Z @26015 NONAME ??0H4501_SubaddressInformation@@QAE@IW4TagClass@PASN_Object@@@Z @14116 NONAME ??0H4501_SubaddressInformation@@QAE@PBD@Z @26016 NONAME ??0H4501_SupplementaryService@@QAE@ABV0@@Z @39153 NONAME ??0H4501_SupplementaryService@@QAE@IW4TagClass@PASN_Object@@@Z @14117 NONAME ??0H4501_UserSpecifiedSubaddress@@QAE@ABV0@@Z @39154 NONAME ??0H4501_UserSpecifiedSubaddress@@QAE@IW4TagClass@PASN_Object@@@Z @14118 NONAME ??0H4502Handler@@QAE@AAVH323Connection@@AAVH450xDispatcher@@@Z @19407 NONAME ??0H4502_CallIdentity@@QAE@ABV0@@Z @39155 NONAME ??0H4502_CallIdentity@@QAE@IW4TagClass@PASN_Object@@@Z @14119 NONAME ??0H4502_CallStatus@@QAE@ABV0@@Z @39156 NONAME ??0H4502_CallStatus@@QAE@IW4TagClass@PASN_Object@@@Z @14120 NONAME ??0H4502_CallTransferErrors@@QAE@ABV0@@Z @39157 NONAME ??0H4502_CallTransferErrors@@QAE@IW4TagClass@PASN_Object@@@Z @14121 NONAME ??0H4502_CallTransferOperation@@QAE@ABV0@@Z @39158 NONAME ??0H4502_CallTransferOperation@@QAE@IW4TagClass@PASN_Object@@@Z @14122 NONAME ??0H4502_CTActiveArg@@QAE@ABV0@@Z @39159 NONAME ??0H4502_CTActiveArg@@QAE@IW4TagClass@PASN_Object@@@Z @14123 NONAME ??0H4502_CTActiveArg_argumentExtension@@QAE@ABV0@@Z @39160 NONAME ??0H4502_CTActiveArg_argumentExtension@@QAE@IW4TagClass@PASN_Object@@@Z @14124 NONAME ??0H4502_CTCompleteArg@@QAE@ABV0@@Z @39161 NONAME ??0H4502_CTCompleteArg@@QAE@IW4TagClass@PASN_Object@@@Z @14125 NONAME ??0H4502_CTCompleteArg_argumentExtension@@QAE@ABV0@@Z @39162 NONAME ??0H4502_CTCompleteArg_argumentExtension@@QAE@IW4TagClass@PASN_Object@@@Z @14126 NONAME ??0H4502_CTIdentifyRes@@QAE@ABV0@@Z @39163 NONAME ??0H4502_CTIdentifyRes@@QAE@IW4TagClass@PASN_Object@@@Z @14127 NONAME ??0H4502_CTIdentifyRes_resultExtension@@QAE@ABV0@@Z @39164 NONAME ??0H4502_CTIdentifyRes_resultExtension@@QAE@IW4TagClass@PASN_Object@@@Z @14128 NONAME ??0H4502_CTInitiateArg@@QAE@ABV0@@Z @39165 NONAME ??0H4502_CTInitiateArg@@QAE@IW4TagClass@PASN_Object@@@Z @14129 NONAME ??0H4502_CTInitiateArg_argumentExtension@@QAE@ABV0@@Z @39166 NONAME ??0H4502_CTInitiateArg_argumentExtension@@QAE@IW4TagClass@PASN_Object@@@Z @14130 NONAME ??0H4502_CTSetupArg@@QAE@ABV0@@Z @39167 NONAME ??0H4502_CTSetupArg@@QAE@IW4TagClass@PASN_Object@@@Z @14131 NONAME ??0H4502_CTSetupArg_argumentExtension@@QAE@ABV0@@Z @39168 NONAME ??0H4502_CTSetupArg_argumentExtension@@QAE@IW4TagClass@PASN_Object@@@Z @14132 NONAME ??0H4502_CTUpdateArg@@QAE@ABV0@@Z @39169 NONAME ??0H4502_CTUpdateArg@@QAE@IW4TagClass@PASN_Object@@@Z @14133 NONAME ??0H4502_CTUpdateArg_argumentExtension@@QAE@ABV0@@Z @39170 NONAME ??0H4502_CTUpdateArg_argumentExtension@@QAE@IW4TagClass@PASN_Object@@@Z @14134 NONAME ??0H4502_DummyArg@@QAE@ABV0@@Z @39171 NONAME ??0H4502_DummyArg@@QAE@IW4TagClass@PASN_Object@@@Z @14135 NONAME ??0H4502_DummyRes@@QAE@ABV0@@Z @39172 NONAME ??0H4502_DummyRes@@QAE@IW4TagClass@PASN_Object@@@Z @14136 NONAME ??0H4502_EndDesignation@@QAE@ABV0@@Z @39173 NONAME ??0H4502_EndDesignation@@QAE@IW4TagClass@PASN_Object@@@Z @14137 NONAME ??0H4502_ExtensionSeq@@QAE@ABV0@@Z @39174 NONAME ??0H4502_ExtensionSeq@@QAE@IW4TagClass@PASN_Object@@@Z @14138 NONAME ??0H4502_SubaddressTransferArg@@QAE@ABV0@@Z @39175 NONAME ??0H4502_SubaddressTransferArg@@QAE@IW4TagClass@PASN_Object@@@Z @14139 NONAME ??0H4502_SubaddressTransferArg_argumentExtension@@QAE@ABV0@@Z @39176 NONAME ??0H4502_SubaddressTransferArg_argumentExtension@@QAE@IW4TagClass@PASN_Object@@@Z @14140 NONAME ??0H4503_BasicService@@QAE@ABV0@@Z @39177 NONAME ??0H4503_BasicService@@QAE@IW4TagClass@PASN_Object@@@Z @15100 NONAME ??0H4503_CallDiversionErrors@@QAE@ABV0@@Z @39178 NONAME ??0H4503_CallDiversionErrors@@QAE@IW4TagClass@PASN_Object@@@Z @15101 NONAME ??0H4503_DiversionReason@@QAE@ABV0@@Z @39179 NONAME ??0H4503_DiversionReason@@QAE@IW4TagClass@PASN_Object@@@Z @15102 NONAME ??0H4503_ExtensionSeq@@QAE@ABV0@@Z @39180 NONAME ??0H4503_ExtensionSeq@@QAE@IW4TagClass@PASN_Object@@@Z @15103 NONAME ??0H4503_H323CallDiversionOperations@@QAE@ABV0@@Z @39181 NONAME ??0H4503_H323CallDiversionOperations@@QAE@IW4TagClass@PASN_Object@@@Z @15104 NONAME ??0H4503_IntResult@@QAE@ABV0@@Z @39182 NONAME ??0H4503_IntResult@@QAE@IW4TagClass@PASN_Object@@@Z @15105 NONAME ??0H4503_IntResultList@@QAE@ABV0@@Z @39183 NONAME ??0H4503_IntResultList@@QAE@IW4TagClass@PASN_Object@@@Z @15106 NONAME ??0H4503_IntResult_extension@@QAE@ABV0@@Z @39184 NONAME ??0H4503_IntResult_extension@@QAE@IW4TagClass@PASN_Object@@@Z @15107 NONAME ??0H4503_Procedure@@QAE@ABV0@@Z @39185 NONAME ??0H4503_Procedure@@QAE@IW4TagClass@PASN_Object@@@Z @15108 NONAME ??0H4503_SubscriptionOption@@QAE@ABV0@@Z @39186 NONAME ??0H4503_SubscriptionOption@@QAE@IW4TagClass@PASN_Object@@@Z @15109 NONAME ??0H4504Handler@@QAE@AAVH323Connection@@AAVH450xDispatcher@@@Z @19408 NONAME ??0H4504_ArrayOf_MixedExtension@@QAE@ABV0@@Z @39187 NONAME ??0H4504_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @14957 NONAME ??0H4504_CallHoldOperation@@QAE@ABV0@@Z @39188 NONAME ??0H4504_CallHoldOperation@@QAE@IW4TagClass@PASN_Object@@@Z @14958 NONAME ??0H4504_Extension@@QAE@ABV0@@Z @39189 NONAME ??0H4504_Extension@@QAE@IW4TagClass@PASN_Object@@@Z @14959 NONAME ??0H4504_HoldNotificArg@@QAE@ABV0@@Z @39190 NONAME ??0H4504_HoldNotificArg@@QAE@IW4TagClass@PASN_Object@@@Z @14960 NONAME ??0H4504_MixedExtension@@QAE@ABV0@@Z @39191 NONAME ??0H4504_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @14961 NONAME ??0H4504_RemoteHoldArg@@QAE@ABV0@@Z @39192 NONAME ??0H4504_RemoteHoldArg@@QAE@IW4TagClass@PASN_Object@@@Z @14962 NONAME ??0H4504_RemoteHoldRes@@QAE@ABV0@@Z @39193 NONAME ??0H4504_RemoteHoldRes@@QAE@IW4TagClass@PASN_Object@@@Z @14963 NONAME ??0H4504_RemoteRetrieveArg@@QAE@ABV0@@Z @39194 NONAME ??0H4504_RemoteRetrieveArg@@QAE@IW4TagClass@PASN_Object@@@Z @14964 NONAME ??0H4504_RemoteRetrieveRes@@QAE@ABV0@@Z @39195 NONAME ??0H4504_RemoteRetrieveRes@@QAE@IW4TagClass@PASN_Object@@@Z @14965 NONAME ??0H4504_RetrieveNotificArg@@QAE@ABV0@@Z @39196 NONAME ??0H4504_RetrieveNotificArg@@QAE@IW4TagClass@PASN_Object@@@Z @14966 NONAME ??0H4505_ArrayOf_MixedExtension@@QAE@ABV0@@Z @15237 NONAME ??0H4505_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @15238 NONAME ??0H4505_CallParkPickupOperations@@QAE@ABV0@@Z @39197 NONAME ??0H4505_CallParkPickupOperations@@QAE@IW4TagClass@PASN_Object@@@Z @15239 NONAME ??0H4505_CallPickupErrors@@QAE@ABV0@@Z @39198 NONAME ??0H4505_CallPickupErrors@@QAE@IW4TagClass@PASN_Object@@@Z @15240 NONAME ??0H4505_CallType@@QAE@ABV0@@Z @39199 NONAME ??0H4505_CallType@@QAE@IW4TagClass@PASN_Object@@@Z @15241 NONAME ??0H4505_CpickupNotifyArg@@QAE@ABV0@@Z @39200 NONAME ??0H4505_CpickupNotifyArg@@QAE@IW4TagClass@PASN_Object@@@Z @15242 NONAME ??0H4505_CpNotifyArg@@QAE@ABV0@@Z @39201 NONAME ??0H4505_CpNotifyArg@@QAE@IW4TagClass@PASN_Object@@@Z @15243 NONAME ??0H4505_CpRequestArg@@QAE@ABV0@@Z @39202 NONAME ??0H4505_CpRequestArg@@QAE@IW4TagClass@PASN_Object@@@Z @15244 NONAME ??0H4505_CpRequestRes@@QAE@ABV0@@Z @39203 NONAME ??0H4505_CpRequestRes@@QAE@IW4TagClass@PASN_Object@@@Z @15245 NONAME ??0H4505_CpSetupArg@@QAE@ABV0@@Z @39204 NONAME ??0H4505_CpSetupArg@@QAE@IW4TagClass@PASN_Object@@@Z @15246 NONAME ??0H4505_CpSetupRes@@QAE@ABV0@@Z @39205 NONAME ??0H4505_CpSetupRes@@QAE@IW4TagClass@PASN_Object@@@Z @15247 NONAME ??0H4505_GroupIndicationOffArg@@QAE@ABV0@@Z @39206 NONAME ??0H4505_GroupIndicationOffArg@@QAE@IW4TagClass@PASN_Object@@@Z @15248 NONAME ??0H4505_GroupIndicationOffRes@@QAE@ABV0@@Z @39207 NONAME ??0H4505_GroupIndicationOffRes@@QAE@IW4TagClass@PASN_Object@@@Z @15249 NONAME ??0H4505_GroupIndicationOnArg@@QAE@ABV0@@Z @39208 NONAME ??0H4505_GroupIndicationOnArg@@QAE@IW4TagClass@PASN_Object@@@Z @15250 NONAME ??0H4505_GroupIndicationOnRes@@QAE@ABV0@@Z @39209 NONAME ??0H4505_GroupIndicationOnRes@@QAE@IW4TagClass@PASN_Object@@@Z @15251 NONAME ??0H4505_ParkCondition@@QAE@ABV0@@Z @39210 NONAME ??0H4505_ParkCondition@@QAE@IW4TagClass@PASN_Object@@@Z @15252 NONAME ??0H4505_ParkedToPosition@@QAE@ABV0@@Z @39211 NONAME ??0H4505_ParkedToPosition@@QAE@IW4TagClass@PASN_Object@@@Z @15253 NONAME ??0H4505_PickExeArg@@QAE@ABV0@@Z @39212 NONAME ??0H4505_PickExeArg@@QAE@IW4TagClass@PASN_Object@@@Z @15254 NONAME ??0H4505_PickExeRes@@QAE@ABV0@@Z @39213 NONAME ??0H4505_PickExeRes@@QAE@IW4TagClass@PASN_Object@@@Z @15255 NONAME ??0H4505_PickrequArg@@QAE@ABV0@@Z @39214 NONAME ??0H4505_PickrequArg@@QAE@IW4TagClass@PASN_Object@@@Z @15256 NONAME ??0H4505_PickrequRes@@QAE@ABV0@@Z @39215 NONAME ??0H4505_PickrequRes@@QAE@IW4TagClass@PASN_Object@@@Z @15257 NONAME ??0H4505_PickupArg@@QAE@ABV0@@Z @39216 NONAME ??0H4505_PickupArg@@QAE@IW4TagClass@PASN_Object@@@Z @15258 NONAME ??0H4505_PickupRes@@QAE@ABV0@@Z @39217 NONAME ??0H4505_PickupRes@@QAE@IW4TagClass@PASN_Object@@@Z @15259 NONAME ??0H4506Handler@@QAE@AAVH323Connection@@AAVH450xDispatcher@@@Z @19936 NONAME ??0H4506_ArrayOf_MixedExtension@@QAE@ABV0@@Z @39218 NONAME ??0H4506_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @15260 NONAME ??0H4506_CallWaitingArg@@QAE@ABV0@@Z @39219 NONAME ??0H4506_CallWaitingArg@@QAE@IW4TagClass@PASN_Object@@@Z @15261 NONAME ??0H4506_CallWaitingOperations@@QAE@ABV0@@Z @39220 NONAME ??0H4506_CallWaitingOperations@@QAE@IW4TagClass@PASN_Object@@@Z @15262 NONAME ??0H4507_ArrayOf_MixedExtension@@QAE@ABV0@@Z @15263 NONAME ??0H4507_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @15264 NONAME ??0H4507_BasicService@@QAE@ABV0@@Z @39221 NONAME ??0H4507_BasicService@@QAE@IW4TagClass@PASN_Object@@@Z @15265 NONAME ??0H4507_DummyRes@@QAE@ABV0@@Z @39222 NONAME ??0H4507_DummyRes@@QAE@IW4TagClass@PASN_Object@@@Z @15266 NONAME ??0H4507_H323_MWI_Operations@@QAE@ABV0@@Z @39223 NONAME ??0H4507_H323_MWI_Operations@@QAE@IW4TagClass@PASN_Object@@@Z @15267 NONAME ??0H4507_MessageWaitingIndicationErrors@@QAE@ABV0@@Z @39224 NONAME ??0H4507_MessageWaitingIndicationErrors@@QAE@IW4TagClass@PASN_Object@@@Z @15268 NONAME ??0H4507_MsgCentreId@@QAE@ABV0@@Z @39225 NONAME ??0H4507_MsgCentreId@@QAE@IW4TagClass@PASN_Object@@@Z @15269 NONAME ??0H4507_MWIActivateArg@@QAE@ABV0@@Z @39226 NONAME ??0H4507_MWIActivateArg@@QAE@IW4TagClass@PASN_Object@@@Z @15270 NONAME ??0H4507_MWIDeactivateArg@@QAE@ABV0@@Z @39227 NONAME ??0H4507_MWIDeactivateArg@@QAE@IW4TagClass@PASN_Object@@@Z @15271 NONAME ??0H4507_MWIInterrogateArg@@QAE@ABV0@@Z @39228 NONAME ??0H4507_MWIInterrogateArg@@QAE@IW4TagClass@PASN_Object@@@Z @15272 NONAME ??0H4507_MWIInterrogateRes@@QAE@ABV0@@Z @39229 NONAME ??0H4507_MWIInterrogateRes@@QAE@IW4TagClass@PASN_Object@@@Z @15273 NONAME ??0H4507_MWIInterrogateResElt@@QAE@ABV0@@Z @39230 NONAME ??0H4507_MWIInterrogateResElt@@QAE@IW4TagClass@PASN_Object@@@Z @15274 NONAME ??0H4507_NbOfMessages@@QAE@ABV0@@Z @39231 NONAME ??0H4507_NbOfMessages@@QAE@IW4TagClass@PASN_Object@@@Z @15275 NONAME ??0H4507_TimeStamp@@QAE@ABV0@@Z @39232 NONAME ??0H4507_TimeStamp@@QAE@IW4TagClass@PASN_Object@@@Z @15276 NONAME ??0H4508_ExtendedName@@QAE@ABV0@@Z @39233 NONAME ??0H4508_ExtendedName@@QAE@IW4TagClass@PASN_Object@@@Z @15277 NONAME ??0H4508_Name@@QAE@ABV0@@Z @39234 NONAME ??0H4508_Name@@QAE@IW4TagClass@PASN_Object@@@Z @15278 NONAME ??0H4508_NameOperations@@QAE@ABV0@@Z @39235 NONAME ??0H4508_NameOperations@@QAE@IW4TagClass@PASN_Object@@@Z @15279 NONAME ??0H4508_NamePresentationAllowed@@QAE@ABV0@@Z @39236 NONAME ??0H4508_NamePresentationAllowed@@QAE@IW4TagClass@PASN_Object@@@Z @15280 NONAME ??0H4508_NamePresentationRestricted@@QAE@ABV0@@Z @39237 NONAME ??0H4508_NamePresentationRestricted@@QAE@IW4TagClass@PASN_Object@@@Z @15281 NONAME ??0H4508_SimpleName@@QAE@ABV0@@Z @39238 NONAME ??0H4508_SimpleName@@QAE@ABVPBYTEArray@@@Z @26017 NONAME ??0H4508_SimpleName@@QAE@ABVPString@@@Z @26018 NONAME ??0H4508_SimpleName@@QAE@IW4TagClass@PASN_Object@@@Z @15282 NONAME ??0H4508_SimpleName@@QAE@PBD@Z @26019 NONAME ??0H4509_ArrayOf_MixedExtension@@QAE@ABV0@@Z @15283 NONAME ??0H4509_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @15284 NONAME ??0H4509_CallCompletionErrors@@QAE@ABV0@@Z @39239 NONAME ??0H4509_CallCompletionErrors@@QAE@IW4TagClass@PASN_Object@@@Z @15285 NONAME ??0H4509_CcArg@@QAE@ABV0@@Z @39240 NONAME ??0H4509_CcArg@@QAE@IW4TagClass@PASN_Object@@@Z @15286 NONAME ??0H4509_CcLongArg@@QAE@ABV0@@Z @39241 NONAME ??0H4509_CcLongArg@@QAE@IW4TagClass@PASN_Object@@@Z @15287 NONAME ??0H4509_CcRequestArg@@QAE@ABV0@@Z @39242 NONAME ??0H4509_CcRequestArg@@QAE@IW4TagClass@PASN_Object@@@Z @15288 NONAME ??0H4509_CcRequestRes@@QAE@ABV0@@Z @39243 NONAME ??0H4509_CcRequestRes@@QAE@IW4TagClass@PASN_Object@@@Z @15289 NONAME ??0H4509_CcShortArg@@QAE@ABV0@@Z @39244 NONAME ??0H4509_CcShortArg@@QAE@IW4TagClass@PASN_Object@@@Z @15290 NONAME ??0H4509_H323CallCompletionOperations@@QAE@ABV0@@Z @39245 NONAME ??0H4509_H323CallCompletionOperations@@QAE@IW4TagClass@PASN_Object@@@Z @15291 NONAME ??0H450ServiceAPDU@@QAE@XZ @16264 NONAME ??0H450xDispatcher@@QAE@AAVH323Connection@@@Z @19409 NONAME ??0H450xHandler@@QAE@AAVH323Connection@@AAVH450xDispatcher@@@Z @19410 NONAME ??0H501AccessRequest@@QAE@AAVH323PeerElement@@ABVH501PDU@@@Z @26020 NONAME ??0H501DescriptorUpdate@@QAE@AAVH323PeerElement@@ABVH501PDU@@@Z @26021 NONAME ??0H501PDU@@QAE@ABV0@@Z @39246 NONAME ??0H501PDU@@QAE@XZ @23945 NONAME ??0H501ServiceRequest@@QAE@AAVH323PeerElement@@ABVH501PDU@@@Z @26022 NONAME ??0H501Transaction@@QAE@AAVH323PeerElement@@ABVH501PDU@@H@Z @26169 NONAME ??0H501_AccessConfirmation@@QAE@ABV0@@Z @39247 NONAME ??0H501_AccessConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @24066 NONAME ??0H501_AccessRejection@@QAE@ABV0@@Z @39248 NONAME ??0H501_AccessRejection@@QAE@IW4TagClass@PASN_Object@@@Z @24067 NONAME ??0H501_AccessRejectionReason@@QAE@ABV0@@Z @39249 NONAME ??0H501_AccessRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @24068 NONAME ??0H501_AccessRequest@@QAE@ABV0@@Z @39250 NONAME ??0H501_AccessRequest@@QAE@IW4TagClass@PASN_Object@@@Z @24069 NONAME ??0H501_AccessToken@@QAE@ABV0@@Z @39251 NONAME ??0H501_AccessToken@@QAE@IW4TagClass@PASN_Object@@@Z @24070 NONAME ??0H501_AddressTemplate@@QAE@ABV0@@Z @39252 NONAME ??0H501_AddressTemplate@@QAE@IW4TagClass@PASN_Object@@@Z @24071 NONAME ??0H501_AlternatePE@@QAE@ABV0@@Z @39253 NONAME ??0H501_AlternatePE@@QAE@IW4TagClass@PASN_Object@@@Z @24072 NONAME ??0H501_AlternatePEInfo@@QAE@ABV0@@Z @39254 NONAME ??0H501_AlternatePEInfo@@QAE@IW4TagClass@PASN_Object@@@Z @24073 NONAME ??0H501_ApplicationMessage@@QAE@ABV0@@Z @39255 NONAME ??0H501_ApplicationMessage@@QAE@ABVPBYTEArray@@@Z @25451 NONAME ??0H501_ApplicationMessage@@QAE@ABVPString@@@Z @25452 NONAME ??0H501_ApplicationMessage@@QAE@IW4TagClass@PASN_Object@@@Z @24074 NONAME ??0H501_ApplicationMessage@@QAE@PBD@Z @25453 NONAME ??0H501_ArrayOf_AccessToken@@QAE@ABV0@@Z @39256 NONAME ??0H501_ArrayOf_AccessToken@@QAE@IW4TagClass@PASN_Object@@@Z @24075 NONAME ??0H501_ArrayOf_AddressTemplate@@QAE@ABV0@@Z @39257 NONAME ??0H501_ArrayOf_AddressTemplate@@QAE@IW4TagClass@PASN_Object@@@Z @24076 NONAME ??0H501_ArrayOf_AliasAddress@@QAE@ABV0@@Z @24077 NONAME ??0H501_ArrayOf_AliasAddress@@QAE@IW4TagClass@PASN_Object@@@Z @24078 NONAME ??0H501_ArrayOf_AlternatePE@@QAE@ABV0@@Z @39258 NONAME ??0H501_ArrayOf_AlternatePE@@QAE@IW4TagClass@PASN_Object@@@Z @24079 NONAME ??0H501_ArrayOf_CircuitIdentifier@@QAE@ABV0@@Z @24080 NONAME ??0H501_ArrayOf_CircuitIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @24081 NONAME ??0H501_ArrayOf_ClearToken@@QAE@ABV0@@Z @39259 NONAME ??0H501_ArrayOf_ClearToken@@QAE@IW4TagClass@PASN_Object@@@Z @24082 NONAME ??0H501_ArrayOf_ContactInformation@@QAE@ABV0@@Z @39260 NONAME ??0H501_ArrayOf_ContactInformation@@QAE@IW4TagClass@PASN_Object@@@Z @24083 NONAME ??0H501_ArrayOf_CryptoH323Token@@QAE@ABV0@@Z @24084 NONAME ??0H501_ArrayOf_CryptoH323Token@@QAE@IW4TagClass@PASN_Object@@@Z @24085 NONAME ??0H501_ArrayOf_Descriptor@@QAE@ABV0@@Z @39261 NONAME ??0H501_ArrayOf_Descriptor@@QAE@IW4TagClass@PASN_Object@@@Z @24086 NONAME ??0H501_ArrayOf_DescriptorInfo@@QAE@ABV0@@Z @39262 NONAME ??0H501_ArrayOf_DescriptorInfo@@QAE@IW4TagClass@PASN_Object@@@Z @24088 NONAME ??0H501_ArrayOf_GenericData@@QAE@ABV0@@Z @24089 NONAME ??0H501_ArrayOf_GenericData@@QAE@IW4TagClass@PASN_Object@@@Z @24090 NONAME ??0H501_ArrayOf_GloballyUniqueID@@QAE@ABV0@@Z @39263 NONAME ??0H501_ArrayOf_GloballyUniqueID@@QAE@IW4TagClass@PASN_Object@@@Z @25454 NONAME ??0H501_ArrayOf_NonStandardParameter@@QAE@ABV0@@Z @24091 NONAME ??0H501_ArrayOf_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @24092 NONAME ??0H501_ArrayOf_PASN_ObjectId@@QAE@ABV0@@Z @24093 NONAME ??0H501_ArrayOf_PASN_ObjectId@@QAE@IW4TagClass@PASN_Object@@@Z @24094 NONAME ??0H501_ArrayOf_Pattern@@QAE@ABV0@@Z @39264 NONAME ??0H501_ArrayOf_Pattern@@QAE@IW4TagClass@PASN_Object@@@Z @24095 NONAME ??0H501_ArrayOf_PriceElement@@QAE@ABV0@@Z @39265 NONAME ??0H501_ArrayOf_PriceElement@@QAE@IW4TagClass@PASN_Object@@@Z @24096 NONAME ??0H501_ArrayOf_PriceInfoSpec@@QAE@ABV0@@Z @39266 NONAME ??0H501_ArrayOf_PriceInfoSpec@@QAE@IW4TagClass@PASN_Object@@@Z @24097 NONAME ??0H501_ArrayOf_RouteInformation@@QAE@ABV0@@Z @39267 NONAME ??0H501_ArrayOf_RouteInformation@@QAE@IW4TagClass@PASN_Object@@@Z @24098 NONAME ??0H501_ArrayOf_SecurityMode@@QAE@ABV0@@Z @39268 NONAME ??0H501_ArrayOf_SecurityMode@@QAE@IW4TagClass@PASN_Object@@@Z @24099 NONAME ??0H501_ArrayOf_ServiceControlSession@@QAE@ABV0@@Z @39269 NONAME ??0H501_ArrayOf_ServiceControlSession@@QAE@IW4TagClass@PASN_Object@@@Z @24100 NONAME ??0H501_ArrayOf_SupportedProtocols@@QAE@ABV0@@Z @39270 NONAME ??0H501_ArrayOf_SupportedProtocols@@QAE@IW4TagClass@PASN_Object@@@Z @24101 NONAME ??0H501_ArrayOf_TransportAddress@@QAE@ABV0@@Z @39271 NONAME ??0H501_ArrayOf_TransportAddress@@QAE@IW4TagClass@PASN_Object@@@Z @24102 NONAME ??0H501_ArrayOf_UpdateInformation@@QAE@ABV0@@Z @39272 NONAME ??0H501_ArrayOf_UpdateInformation@@QAE@IW4TagClass@PASN_Object@@@Z @24103 NONAME ??0H501_ArrayOf_UsageField@@QAE@ABV0@@Z @24104 NONAME ??0H501_ArrayOf_UsageField@@QAE@IW4TagClass@PASN_Object@@@Z @24105 NONAME ??0H501_AuthenticationConfirmation@@QAE@ABV0@@Z @39273 NONAME ??0H501_AuthenticationConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @24106 NONAME ??0H501_AuthenticationRejection@@QAE@ABV0@@Z @39274 NONAME ??0H501_AuthenticationRejection@@QAE@IW4TagClass@PASN_Object@@@Z @24107 NONAME ??0H501_AuthenticationRejectionReason@@QAE@ABV0@@Z @39275 NONAME ??0H501_AuthenticationRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @24108 NONAME ??0H501_AuthenticationRequest@@QAE@ABV0@@Z @39276 NONAME ??0H501_AuthenticationRequest@@QAE@IW4TagClass@PASN_Object@@@Z @24109 NONAME ??0H501_CallInformation@@QAE@ABV0@@Z @39277 NONAME ??0H501_CallInformation@@QAE@IW4TagClass@PASN_Object@@@Z @24110 NONAME ??0H501_ContactInformation@@QAE@ABV0@@Z @39278 NONAME ??0H501_ContactInformation@@QAE@IW4TagClass@PASN_Object@@@Z @24111 NONAME ??0H501_Descriptor@@QAE@ABV0@@Z @39279 NONAME ??0H501_Descriptor@@QAE@IW4TagClass@PASN_Object@@@Z @24112 NONAME ??0H501_DescriptorConfirmation@@QAE@ABV0@@Z @39280 NONAME ??0H501_DescriptorConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @24113 NONAME ??0H501_DescriptorIDConfirmation@@QAE@ABV0@@Z @39281 NONAME ??0H501_DescriptorIDConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @24115 NONAME ??0H501_DescriptorIDRejection@@QAE@ABV0@@Z @39282 NONAME ??0H501_DescriptorIDRejection@@QAE@IW4TagClass@PASN_Object@@@Z @24116 NONAME ??0H501_DescriptorIDRejectionReason@@QAE@ABV0@@Z @39283 NONAME ??0H501_DescriptorIDRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @24117 NONAME ??0H501_DescriptorIDRequest@@QAE@ABV0@@Z @39284 NONAME ??0H501_DescriptorIDRequest@@QAE@IW4TagClass@PASN_Object@@@Z @24118 NONAME ??0H501_DescriptorInfo@@QAE@ABV0@@Z @39285 NONAME ??0H501_DescriptorInfo@@QAE@IW4TagClass@PASN_Object@@@Z @24119 NONAME ??0H501_DescriptorRejection@@QAE@ABV0@@Z @39286 NONAME ??0H501_DescriptorRejection@@QAE@IW4TagClass@PASN_Object@@@Z @24120 NONAME ??0H501_DescriptorRejectionReason@@QAE@ABV0@@Z @39287 NONAME ??0H501_DescriptorRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @24121 NONAME ??0H501_DescriptorRequest@@QAE@ABV0@@Z @39288 NONAME ??0H501_DescriptorRequest@@QAE@IW4TagClass@PASN_Object@@@Z @24122 NONAME ??0H501_DescriptorUpdate@@QAE@ABV0@@Z @39289 NONAME ??0H501_DescriptorUpdate@@QAE@IW4TagClass@PASN_Object@@@Z @24123 NONAME ??0H501_DescriptorUpdateAck@@QAE@ABV0@@Z @39290 NONAME ??0H501_DescriptorUpdateAck@@QAE@IW4TagClass@PASN_Object@@@Z @24124 NONAME ??0H501_ElementIdentifier@@QAE@ABV0@@Z @24125 NONAME ??0H501_ElementIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @24126 NONAME ??0H501_GlobalTimeStamp@@QAE@ABV0@@Z @39291 NONAME ??0H501_GlobalTimeStamp@@QAE@IW4TagClass@PASN_Object@@@Z @24127 NONAME ??0H501_Message@@QAE@ABV0@@Z @39292 NONAME ??0H501_Message@@QAE@IW4TagClass@PASN_Object@@@Z @24128 NONAME ??0H501_MessageBody@@QAE@ABV0@@Z @39293 NONAME ??0H501_MessageBody@@QAE@IW4TagClass@PASN_Object@@@Z @24129 NONAME ??0H501_MessageCommonInfo@@QAE@ABV0@@Z @25836 NONAME ??0H501_MessageCommonInfo@@QAE@IW4TagClass@PASN_Object@@@Z @24130 NONAME ??0H501_NonStandardConfirmation@@QAE@ABV0@@Z @39294 NONAME ??0H501_NonStandardConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @24131 NONAME ??0H501_NonStandardRejection@@QAE@ABV0@@Z @39295 NONAME ??0H501_NonStandardRejection@@QAE@IW4TagClass@PASN_Object@@@Z @24132 NONAME ??0H501_NonStandardRejectionReason@@QAE@ABV0@@Z @39296 NONAME ??0H501_NonStandardRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @24133 NONAME ??0H501_NonStandardRequest@@QAE@ABV0@@Z @39297 NONAME ??0H501_NonStandardRequest@@QAE@IW4TagClass@PASN_Object@@@Z @24134 NONAME ??0H501_PartyInformation@@QAE@ABV0@@Z @24135 NONAME ??0H501_PartyInformation@@QAE@IW4TagClass@PASN_Object@@@Z @24136 NONAME ??0H501_Pattern@@QAE@ABV0@@Z @39298 NONAME ??0H501_Pattern@@QAE@IW4TagClass@PASN_Object@@@Z @24137 NONAME ??0H501_Pattern_range@@QAE@ABV0@@Z @39299 NONAME ??0H501_Pattern_range@@QAE@IW4TagClass@PASN_Object@@@Z @24138 NONAME ??0H501_PriceElement@@QAE@ABV0@@Z @39300 NONAME ??0H501_PriceElement@@QAE@IW4TagClass@PASN_Object@@@Z @24139 NONAME ??0H501_PriceElement_units@@QAE@ABV0@@Z @39301 NONAME ??0H501_PriceElement_units@@QAE@IW4TagClass@PASN_Object@@@Z @24140 NONAME ??0H501_PriceInfoSpec@@QAE@ABV0@@Z @39302 NONAME ??0H501_PriceInfoSpec@@QAE@IW4TagClass@PASN_Object@@@Z @24141 NONAME ??0H501_ProtocolVersion@@QAE@ABV0@@Z @24142 NONAME ??0H501_ProtocolVersion@@QAE@IW4TagClass@PASN_Object@@@Z @24143 NONAME ??0H501_RequestInProgress@@QAE@ABV0@@Z @39303 NONAME ??0H501_RequestInProgress@@QAE@IW4TagClass@PASN_Object@@@Z @24144 NONAME ??0H501_Role@@QAE@ABV0@@Z @39304 NONAME ??0H501_Role@@QAE@IW4TagClass@PASN_Object@@@Z @24145 NONAME ??0H501_RouteInformation@@QAE@ABV0@@Z @39305 NONAME ??0H501_RouteInformation@@QAE@IW4TagClass@PASN_Object@@@Z @24146 NONAME ??0H501_RouteInformation_messageType@@QAE@ABV0@@Z @39306 NONAME ??0H501_RouteInformation_messageType@@QAE@IW4TagClass@PASN_Object@@@Z @24147 NONAME ??0H501_SecurityMode@@QAE@ABV0@@Z @39307 NONAME ??0H501_SecurityMode@@QAE@IW4TagClass@PASN_Object@@@Z @24148 NONAME ??0H501_ServiceConfirmation@@QAE@ABV0@@Z @39308 NONAME ??0H501_ServiceConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @24149 NONAME ??0H501_ServiceRejection@@QAE@ABV0@@Z @39309 NONAME ??0H501_ServiceRejection@@QAE@IW4TagClass@PASN_Object@@@Z @24152 NONAME ??0H501_ServiceRejectionReason@@QAE@ABV0@@Z @39310 NONAME ??0H501_ServiceRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @24153 NONAME ??0H501_ServiceRelease@@QAE@ABV0@@Z @39311 NONAME ??0H501_ServiceRelease@@QAE@IW4TagClass@PASN_Object@@@Z @24154 NONAME ??0H501_ServiceReleaseReason@@QAE@ABV0@@Z @39312 NONAME ??0H501_ServiceReleaseReason@@QAE@IW4TagClass@PASN_Object@@@Z @24155 NONAME ??0H501_ServiceRequest@@QAE@ABV0@@Z @39313 NONAME ??0H501_ServiceRequest@@QAE@IW4TagClass@PASN_Object@@@Z @24156 NONAME ??0H501_TerminationCause@@QAE@ABV0@@Z @24157 NONAME ??0H501_TerminationCause@@QAE@IW4TagClass@PASN_Object@@@Z @24158 NONAME ??0H501_TimeZone@@QAE@ABV0@@Z @24159 NONAME ??0H501_TimeZone@@QAE@IW4TagClass@PASN_Object@@@Z @24160 NONAME ??0H501_UnknownMessageReason@@QAE@ABV0@@Z @39314 NONAME ??0H501_UnknownMessageReason@@QAE@IW4TagClass@PASN_Object@@@Z @24161 NONAME ??0H501_UnknownMessageResponse@@QAE@ABV0@@Z @39315 NONAME ??0H501_UnknownMessageResponse@@QAE@IW4TagClass@PASN_Object@@@Z @24162 NONAME ??0H501_UpdateInformation@@QAE@ABV0@@Z @39316 NONAME ??0H501_UpdateInformation@@QAE@IW4TagClass@PASN_Object@@@Z @24163 NONAME ??0H501_UpdateInformation_descriptorInfo@@QAE@ABV0@@Z @39317 NONAME ??0H501_UpdateInformation_descriptorInfo@@QAE@IW4TagClass@PASN_Object@@@Z @24164 NONAME ??0H501_UpdateInformation_updateType@@QAE@ABV0@@Z @39318 NONAME ??0H501_UpdateInformation_updateType@@QAE@IW4TagClass@PASN_Object@@@Z @24165 NONAME ??0H501_UsageCallStatus@@QAE@ABV0@@Z @39319 NONAME ??0H501_UsageCallStatus@@QAE@IW4TagClass@PASN_Object@@@Z @24166 NONAME ??0H501_UsageConfirmation@@QAE@ABV0@@Z @39320 NONAME ??0H501_UsageConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @24167 NONAME ??0H501_UsageField@@QAE@ABV0@@Z @39321 NONAME ??0H501_UsageField@@QAE@IW4TagClass@PASN_Object@@@Z @24168 NONAME ??0H501_UsageIndication@@QAE@ABV0@@Z @39322 NONAME ??0H501_UsageIndication@@QAE@IW4TagClass@PASN_Object@@@Z @24169 NONAME ??0H501_UsageIndicationConfirmation@@QAE@ABV0@@Z @39323 NONAME ??0H501_UsageIndicationConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @24170 NONAME ??0H501_UsageIndicationRejection@@QAE@ABV0@@Z @39324 NONAME ??0H501_UsageIndicationRejection@@QAE@IW4TagClass@PASN_Object@@@Z @24171 NONAME ??0H501_UsageIndicationRejectionReason@@QAE@ABV0@@Z @39325 NONAME ??0H501_UsageIndicationRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @24172 NONAME ??0H501_UsageRejection@@QAE@ABV0@@Z @39326 NONAME ??0H501_UsageRejection@@QAE@IW4TagClass@PASN_Object@@@Z @24173 NONAME ??0H501_UsageRejectReason@@QAE@ABV0@@Z @39327 NONAME ??0H501_UsageRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @24174 NONAME ??0H501_UsageRequest@@QAE@ABV0@@Z @39328 NONAME ??0H501_UsageRequest@@QAE@IW4TagClass@PASN_Object@@@Z @24175 NONAME ??0H501_UsageSpecification@@QAE@ABV0@@Z @24176 NONAME ??0H501_UsageSpecification@@QAE@IW4TagClass@PASN_Object@@@Z @24177 NONAME ??0H501_UsageSpecification_when@@QAE@ABV0@@Z @24178 NONAME ??0H501_UsageSpecification_when@@QAE@IW4TagClass@PASN_Object@@@Z @24179 NONAME ??0H501_UserInformation@@QAE@ABV0@@Z @24180 NONAME ??0H501_UserInformation@@QAE@IW4TagClass@PASN_Object@@@Z @24181 NONAME ??0H501_ValidationConfirmation@@QAE@ABV0@@Z @39329 NONAME ??0H501_ValidationConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @24182 NONAME ??0H501_ValidationRejection@@QAE@ABV0@@Z @39330 NONAME ??0H501_ValidationRejection@@QAE@IW4TagClass@PASN_Object@@@Z @24183 NONAME ??0H501_ValidationRejectionReason@@QAE@ABV0@@Z @39331 NONAME ??0H501_ValidationRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @24184 NONAME ??0H501_ValidationRequest@@QAE@ABV0@@Z @39332 NONAME ??0H501_ValidationRequest@@QAE@IW4TagClass@PASN_Object@@@Z @24185 NONAME ??0HandleTimeout_PNotifier@H245Negotiator@@QAE@PAV1@@Z @39333 NONAME ??0HandleTransactions_PNotifier@H323Transactor@@QAE@PAV1@@Z @39334 NONAME ??0HIDPluginDeviceManager@@QAE@PAVPPluginManager@@@Z @43738 NONAME ??0Info@RTP_JitterBufferAnalyser@@QAE@XZ @12460 NONAME ??0IntraP64Decoder@@QAE@XZ @906 NONAME ??0iterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAE@PAU_Node@12@@Z @43093 NONAME ??0iterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAE@XZ @43094 NONAME ??0iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAE@PAU_Node@12@@Z @43739 NONAME ??0iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAE@XZ @43740 NONAME ??0iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAE@PAU_Node@12@@Z @42538 NONAME ??0iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAE@XZ @42539 NONAME ??0iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QAE@PAU_Node@12@@Z @42540 NONAME ??0iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QAE@XZ @42541 NONAME ??0iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAE@PAU_Node@12@@Z @43250 NONAME ??0iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAE@XZ @43251 NONAME ??0iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAE@PAU_Node@12@@Z @43741 NONAME ??0iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAE@XZ @43742 NONAME ??0iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAE@PAU_Node@12@@Z @42542 NONAME ??0iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAE@XZ @42543 NONAME ??0LookupRecord@@QAE@ABU0@@Z @43743 NONAME ??0LookupRecord@@QAE@XZ @43744 NONAME ??0MCS_ArrayOf_ChannelAttributes@@QAE@ABV0@@Z @39338 NONAME ??0MCS_ArrayOf_ChannelAttributes@@QAE@IW4TagClass@PASN_Object@@@Z @954 NONAME ??0MCS_ArrayOf_ChannelId@@QAE@ABV0@@Z @39339 NONAME ??0MCS_ArrayOf_ChannelId@@QAE@IW4TagClass@PASN_Object@@@Z @955 NONAME ??0MCS_ArrayOf_TokenAttributes@@QAE@ABV0@@Z @39340 NONAME ??0MCS_ArrayOf_TokenAttributes@@QAE@IW4TagClass@PASN_Object@@@Z @956 NONAME ??0MCS_ArrayOf_TokenId@@QAE@ABV0@@Z @39341 NONAME ??0MCS_ArrayOf_TokenId@@QAE@IW4TagClass@PASN_Object@@@Z @957 NONAME ??0MCS_ArrayOf_UserId@@QAE@ABV0@@Z @39342 NONAME ??0MCS_ArrayOf_UserId@@QAE@IW4TagClass@PASN_Object@@@Z @958 NONAME ??0MCS_AssignedChannelId@@QAE@ABV0@@Z @39343 NONAME ??0MCS_AssignedChannelId@@QAE@IW4TagClass@PASN_Object@@@Z @959 NONAME ??0MCS_AUcf@@QAE@ABV0@@Z @39344 NONAME ??0MCS_AUcf@@QAE@IW4TagClass@PASN_Object@@@Z @960 NONAME ??0MCS_AUrq@@QAE@ABV0@@Z @39345 NONAME ??0MCS_AUrq@@QAE@IW4TagClass@PASN_Object@@@Z @961 NONAME ??0MCS_CAin@@QAE@ABV0@@Z @39346 NONAME ??0MCS_CAin@@QAE@IW4TagClass@PASN_Object@@@Z @962 NONAME ??0MCS_CArq@@QAE@ABV0@@Z @39347 NONAME ??0MCS_CArq@@QAE@IW4TagClass@PASN_Object@@@Z @963 NONAME ??0MCS_CCcf@@QAE@ABV0@@Z @39348 NONAME ??0MCS_CCcf@@QAE@IW4TagClass@PASN_Object@@@Z @964 NONAME ??0MCS_CCrq@@QAE@ABV0@@Z @39349 NONAME ??0MCS_CCrq@@QAE@IW4TagClass@PASN_Object@@@Z @965 NONAME ??0MCS_CDin@@QAE@ABV0@@Z @39350 NONAME ??0MCS_CDin@@QAE@IW4TagClass@PASN_Object@@@Z @966 NONAME ??0MCS_CDrq@@QAE@ABV0@@Z @39351 NONAME ??0MCS_CDrq@@QAE@IW4TagClass@PASN_Object@@@Z @967 NONAME ??0MCS_CEin@@QAE@ABV0@@Z @39352 NONAME ??0MCS_CEin@@QAE@IW4TagClass@PASN_Object@@@Z @968 NONAME ??0MCS_CErq@@QAE@ABV0@@Z @39353 NONAME ??0MCS_CErq@@QAE@IW4TagClass@PASN_Object@@@Z @969 NONAME ??0MCS_ChannelAttributes@@QAE@ABV0@@Z @39354 NONAME ??0MCS_ChannelAttributes@@QAE@IW4TagClass@PASN_Object@@@Z @970 NONAME ??0MCS_ChannelAttributes_assigned@@QAE@ABV0@@Z @39355 NONAME ??0MCS_ChannelAttributes_assigned@@QAE@IW4TagClass@PASN_Object@@@Z @971 NONAME ??0MCS_ChannelAttributes_private@@QAE@ABV0@@Z @39356 NONAME ??0MCS_ChannelAttributes_private@@QAE@IW4TagClass@PASN_Object@@@Z @972 NONAME ??0MCS_ChannelAttributes_static@@QAE@ABV0@@Z @39357 NONAME ??0MCS_ChannelAttributes_static@@QAE@IW4TagClass@PASN_Object@@@Z @973 NONAME ??0MCS_ChannelAttributes_userId@@QAE@ABV0@@Z @39358 NONAME ??0MCS_ChannelAttributes_userId@@QAE@IW4TagClass@PASN_Object@@@Z @974 NONAME ??0MCS_ChannelId@@QAE@ABV0@@Z @39359 NONAME ??0MCS_ChannelId@@QAE@IW4TagClass@PASN_Object@@@Z @975 NONAME ??0MCS_CJcf@@QAE@ABV0@@Z @39360 NONAME ??0MCS_CJcf@@QAE@IW4TagClass@PASN_Object@@@Z @976 NONAME ??0MCS_CJrq@@QAE@ABV0@@Z @39361 NONAME ??0MCS_CJrq@@QAE@IW4TagClass@PASN_Object@@@Z @977 NONAME ??0MCS_CLrq@@QAE@ABV0@@Z @39362 NONAME ??0MCS_CLrq@@QAE@IW4TagClass@PASN_Object@@@Z @978 NONAME ??0MCS_ConnectMCSPDU@@QAE@ABV0@@Z @39363 NONAME ??0MCS_ConnectMCSPDU@@QAE@IW4TagClass@PASN_Object@@@Z @979 NONAME ??0MCS_Connect_Additional@@QAE@ABV0@@Z @39364 NONAME ??0MCS_Connect_Additional@@QAE@IW4TagClass@PASN_Object@@@Z @980 NONAME ??0MCS_Connect_Initial@@QAE@ABV0@@Z @39365 NONAME ??0MCS_Connect_Initial@@QAE@IW4TagClass@PASN_Object@@@Z @981 NONAME ??0MCS_Connect_Response@@QAE@ABV0@@Z @39366 NONAME ??0MCS_Connect_Response@@QAE@IW4TagClass@PASN_Object@@@Z @982 NONAME ??0MCS_Connect_Result@@QAE@ABV0@@Z @39367 NONAME ??0MCS_Connect_Result@@QAE@IW4TagClass@PASN_Object@@@Z @983 NONAME ??0MCS_DataPriority@@QAE@ABV0@@Z @39368 NONAME ??0MCS_DataPriority@@QAE@IW4TagClass@PASN_Object@@@Z @984 NONAME ??0MCS_Diagnostic@@QAE@ABV0@@Z @39369 NONAME ??0MCS_Diagnostic@@QAE@IW4TagClass@PASN_Object@@@Z @985 NONAME ??0MCS_DomainMCSPDU@@QAE@ABV0@@Z @39370 NONAME ??0MCS_DomainMCSPDU@@QAE@IW4TagClass@PASN_Object@@@Z @986 NONAME ??0MCS_DomainParameters@@QAE@ABV0@@Z @987 NONAME ??0MCS_DomainParameters@@QAE@IW4TagClass@PASN_Object@@@Z @988 NONAME ??0MCS_DPum@@QAE@ABV0@@Z @39371 NONAME ??0MCS_DPum@@QAE@IW4TagClass@PASN_Object@@@Z @989 NONAME ??0MCS_DUin@@QAE@ABV0@@Z @39372 NONAME ??0MCS_DUin@@QAE@IW4TagClass@PASN_Object@@@Z @990 NONAME ??0MCS_DUrq@@QAE@ABV0@@Z @39373 NONAME ??0MCS_DUrq@@QAE@IW4TagClass@PASN_Object@@@Z @991 NONAME ??0MCS_DynamicChannelId@@QAE@ABV0@@Z @39374 NONAME ??0MCS_DynamicChannelId@@QAE@IW4TagClass@PASN_Object@@@Z @992 NONAME ??0MCS_EDrq@@QAE@ABV0@@Z @39375 NONAME ??0MCS_EDrq@@QAE@IW4TagClass@PASN_Object@@@Z @993 NONAME ??0MCS_MCcf@@QAE@ABV0@@Z @39376 NONAME ??0MCS_MCcf@@QAE@IW4TagClass@PASN_Object@@@Z @994 NONAME ??0MCS_MCrq@@QAE@ABV0@@Z @39377 NONAME ??0MCS_MCrq@@QAE@IW4TagClass@PASN_Object@@@Z @995 NONAME ??0MCS_MTcf@@QAE@ABV0@@Z @39378 NONAME ??0MCS_MTcf@@QAE@IW4TagClass@PASN_Object@@@Z @996 NONAME ??0MCS_MTrq@@QAE@ABV0@@Z @39379 NONAME ??0MCS_MTrq@@QAE@IW4TagClass@PASN_Object@@@Z @997 NONAME ??0MCS_PCin@@QAE@ABV0@@Z @39380 NONAME ??0MCS_PCin@@QAE@IW4TagClass@PASN_Object@@@Z @998 NONAME ??0MCS_PDin@@QAE@ABV0@@Z @39381 NONAME ??0MCS_PDin@@QAE@IW4TagClass@PASN_Object@@@Z @999 NONAME ??0MCS_PrivateChannelId@@QAE@ABV0@@Z @39382 NONAME ??0MCS_PrivateChannelId@@QAE@IW4TagClass@PASN_Object@@@Z @1000 NONAME ??0MCS_PTin@@QAE@ABV0@@Z @39383 NONAME ??0MCS_PTin@@QAE@IW4TagClass@PASN_Object@@@Z @1001 NONAME ??0MCS_Reason@@QAE@ABV0@@Z @39384 NONAME ??0MCS_Reason@@QAE@IW4TagClass@PASN_Object@@@Z @1002 NONAME ??0MCS_Result@@QAE@ABV0@@Z @39385 NONAME ??0MCS_Result@@QAE@IW4TagClass@PASN_Object@@@Z @1003 NONAME ??0MCS_RJum@@QAE@ABV0@@Z @39386 NONAME ??0MCS_RJum@@QAE@IW4TagClass@PASN_Object@@@Z @1004 NONAME ??0MCS_SDin@@QAE@ABV0@@Z @39387 NONAME ??0MCS_SDin@@QAE@IW4TagClass@PASN_Object@@@Z @1005 NONAME ??0MCS_SDrq@@QAE@ABV0@@Z @39388 NONAME ??0MCS_SDrq@@QAE@IW4TagClass@PASN_Object@@@Z @1006 NONAME ??0MCS_Segmentation@@QAE@ABV0@@Z @39389 NONAME ??0MCS_Segmentation@@QAE@IW4TagClass@PASN_Object@@@Z @1007 NONAME ??0MCS_StaticChannelId@@QAE@ABV0@@Z @39390 NONAME ??0MCS_StaticChannelId@@QAE@IW4TagClass@PASN_Object@@@Z @1008 NONAME ??0MCS_TGcf@@QAE@ABV0@@Z @39391 NONAME ??0MCS_TGcf@@QAE@IW4TagClass@PASN_Object@@@Z @1009 NONAME ??0MCS_TGrq@@QAE@ABV0@@Z @39392 NONAME ??0MCS_TGrq@@QAE@IW4TagClass@PASN_Object@@@Z @1010 NONAME ??0MCS_TIcf@@QAE@ABV0@@Z @39393 NONAME ??0MCS_TIcf@@QAE@IW4TagClass@PASN_Object@@@Z @1011 NONAME ??0MCS_TIrq@@QAE@ABV0@@Z @39394 NONAME ??0MCS_TIrq@@QAE@IW4TagClass@PASN_Object@@@Z @1012 NONAME ??0MCS_TokenAttributes@@QAE@ABV0@@Z @39395 NONAME ??0MCS_TokenAttributes@@QAE@IW4TagClass@PASN_Object@@@Z @1013 NONAME ??0MCS_TokenAttributes_given@@QAE@ABV0@@Z @39396 NONAME ??0MCS_TokenAttributes_given@@QAE@IW4TagClass@PASN_Object@@@Z @1014 NONAME ??0MCS_TokenAttributes_giving@@QAE@ABV0@@Z @39397 NONAME ??0MCS_TokenAttributes_giving@@QAE@IW4TagClass@PASN_Object@@@Z @1015 NONAME ??0MCS_TokenAttributes_grabbed@@QAE@ABV0@@Z @39398 NONAME ??0MCS_TokenAttributes_grabbed@@QAE@IW4TagClass@PASN_Object@@@Z @1016 NONAME ??0MCS_TokenAttributes_inhibited@@QAE@ABV0@@Z @39399 NONAME ??0MCS_TokenAttributes_inhibited@@QAE@IW4TagClass@PASN_Object@@@Z @1017 NONAME ??0MCS_TokenAttributes_ungivable@@QAE@ABV0@@Z @39400 NONAME ??0MCS_TokenAttributes_ungivable@@QAE@IW4TagClass@PASN_Object@@@Z @1018 NONAME ??0MCS_TokenId@@QAE@ABV0@@Z @39401 NONAME ??0MCS_TokenId@@QAE@IW4TagClass@PASN_Object@@@Z @1019 NONAME ??0MCS_TokenStatus@@QAE@ABV0@@Z @39402 NONAME ??0MCS_TokenStatus@@QAE@IW4TagClass@PASN_Object@@@Z @1020 NONAME ??0MCS_TPin@@QAE@ABV0@@Z @39403 NONAME ??0MCS_TPin@@QAE@IW4TagClass@PASN_Object@@@Z @1021 NONAME ??0MCS_TPrq@@QAE@ABV0@@Z @39404 NONAME ??0MCS_TPrq@@QAE@IW4TagClass@PASN_Object@@@Z @1022 NONAME ??0MCS_TRcf@@QAE@ABV0@@Z @39405 NONAME ??0MCS_TRcf@@QAE@IW4TagClass@PASN_Object@@@Z @1023 NONAME ??0MCS_TRrq@@QAE@ABV0@@Z @39406 NONAME ??0MCS_TRrq@@QAE@IW4TagClass@PASN_Object@@@Z @1024 NONAME ??0MCS_TTcf@@QAE@ABV0@@Z @39407 NONAME ??0MCS_TTcf@@QAE@IW4TagClass@PASN_Object@@@Z @1025 NONAME ??0MCS_TTrq@@QAE@ABV0@@Z @39408 NONAME ??0MCS_TTrq@@QAE@IW4TagClass@PASN_Object@@@Z @1026 NONAME ??0MCS_TVcf@@QAE@ABV0@@Z @39409 NONAME ??0MCS_TVcf@@QAE@IW4TagClass@PASN_Object@@@Z @1027 NONAME ??0MCS_TVin@@QAE@ABV0@@Z @39410 NONAME ??0MCS_TVin@@QAE@IW4TagClass@PASN_Object@@@Z @1028 NONAME ??0MCS_TVrq@@QAE@ABV0@@Z @39411 NONAME ??0MCS_TVrq@@QAE@IW4TagClass@PASN_Object@@@Z @1029 NONAME ??0MCS_TVrs@@QAE@ABV0@@Z @39412 NONAME ??0MCS_TVrs@@QAE@IW4TagClass@PASN_Object@@@Z @1030 NONAME ??0MCS_UserId@@QAE@ABV0@@Z @39413 NONAME ??0MCS_UserId@@QAE@IW4TagClass@PASN_Object@@@Z @1031 NONAME ??0MCS_USin@@QAE@ABV0@@Z @39414 NONAME ??0MCS_USin@@QAE@IW4TagClass@PASN_Object@@@Z @1032 NONAME ??0MCS_USrq@@QAE@ABV0@@Z @39415 NONAME ??0MCS_USrq@@QAE@IW4TagClass@PASN_Object@@@Z @1033 NONAME ??0MonitorMain_PNotifier@H323Gatekeeper@@QAE@PAV1@@Z @39416 NONAME ??0MonitorMain_PNotifier@H323GatekeeperServer@@QAE@PAV1@@Z @39417 NONAME ??0MonitorMain_PNotifier@H323PeerElement@@QAE@PAV1@@Z @39418 NONAME ??0Monitor_PNotifier@OpalUSBDevice@@QAE@PAV1@@Z @43745 NONAME ??0MSIPAddress@PILSSession@@QAE@K@Z @26356 NONAME ??0MXRecordList@PDNS@@IAE@HPBV01@@Z @43746 NONAME ??0MXRecordList@PDNS@@QAE@XZ @43747 NONAME ??0OnCallIntrudeTimeOut_PNotifier@H45011Handler@@QAE@PAV1@@Z @37949 NONAME ??0OnCallTransferTimeOut_PNotifier@H4502Handler@@QAE@PAV1@@Z @37950 NONAME ??0OnLoadModule_PNotifier@PPluginModuleManager@@QAE@PAV1@@Z @39419 NONAME ??0OnUserInputInBandDTMF_PNotifier@H323Connection@@QAE@PAV1@@Z @39420 NONAME ??0OnUserInputInlineRFC2833_PNotifier@H323Connection@@QAE@PAV1@@Z @39421 NONAME ??0OpalFactoryCodec@@QAE@XZ @43252 NONAME ??0OpalG711ALaw64kFormat@@QAE@XZ @39422 NONAME ??0OpalG711ALaw64k_Base@@QAE@XZ @43253 NONAME ??0OpalG711ALaw64k_Decoder@@QAE@XZ @43254 NONAME ??0OpalG711ALaw64k_Encoder@@QAE@XZ @43255 NONAME ??0OpalG711uLaw64kFormat@@QAE@XZ @39423 NONAME ??0OpalG711uLaw64k_Base@@QAE@XZ @43256 NONAME ??0OpalG711uLaw64k_Decoder@@QAE@XZ @43257 NONAME ??0OpalG711uLaw64k_Encoder@@QAE@XZ @43258 NONAME ??0OpalG7231A_5k3Format@@QAE@XZ @39424 NONAME ??0OpalG7231A_6k3Format@@QAE@XZ @39425 NONAME ??0OpalG7231_5k3Format@@QAE@XZ @39426 NONAME ??0OpalG7231_6k3Format@@QAE@XZ @39427 NONAME ??0OpalG728Format@@QAE@XZ @39428 NONAME ??0OpalG729ABFormat@@QAE@XZ @39429 NONAME ??0OpalG729AFormat@@QAE@XZ @39430 NONAME ??0OpalG729BFormat@@QAE@XZ @39431 NONAME ??0OpalG729Format@@QAE@XZ @39432 NONAME ??0OpalGloballyUniqueID@@QAE@ABV0@@Z @25817 NONAME ??0OpalGloballyUniqueID@@QAE@ABVPASN_OctetString@@@Z @13839 NONAME ??0OpalGloballyUniqueID@@QAE@ABVPString@@@Z @13840 NONAME ??0OpalGloballyUniqueID@@QAE@PBD@Z @13841 NONAME ??0OpalGloballyUniqueID@@QAE@XZ @13842 NONAME ??0OpalGSM0610Format@@QAE@XZ @39433 NONAME ??0OpalH261Format@@QAE@XZ @39434 NONAME ??0OpalInstantiateMe@@QAE@XZ @43748 NONAME ??0OpalIxJDevice@@QAE@XZ @1034 NONAME ??0OpalLineChannel@@QAE@AAVOpalLineInterfaceDevice@@IABVH323AudioCodec@@@Z @12768 NONAME ??0OpalLineInterfaceDevice@@QAE@XZ @1036 NONAME ??0OpalMediaFormat@@IAE@PBDIW4PayloadTypes@RTP_DataFrame@@HIHIIJ@Z @39435 NONAME ??0OpalMediaFormat@@QAE@ABV0@@Z @37963 NONAME ??0OpalMediaFormat@@QAE@PBDH@Z @12915 NONAME ??0OpalMediaFormat@@QAE@XZ @12917 NONAME ??0OpalPCM16Format@@QAE@XZ @39436 NONAME ??0OpalPluginCodec@@QAE@PAUPluginCodec_Definition@@@Z @43259 NONAME ??0OpalPluginMediaFormat@@QAE@PAUPluginCodec_Definition@@IHIIJ@Z @39437 NONAME ??0OpalRFC2833@@QAE@ABVPNotifier@@@Z @20098 NONAME ??0OpalRFC2833Info@@QAE@DII@Z @20099 NONAME ??0OpalRtpToWavFile@@QAE@ABVPString@@@Z @20553 NONAME ??0OpalRtpToWavFile@@QAE@XZ @20554 NONAME ??0OpalT120Format@@QAE@XZ @39438 NONAME ??0OpalT120Protocol@@QAE@XZ @18763 NONAME ??0OpalT38Protocol@@QAE@XZ @18764 NONAME ??0OpalUSBDevice@@QAE@PAUPluginHID_Definition@@@Z @43749 NONAME ??0OpalUSBDevice@@QAE@XZ @43750 NONAME ??0OpalUserInputRFC2833Format@@QAE@XZ @39439 NONAME ??0OpalVoipBlasterDevice@@QAE@XZ @19975 NONAME ??0OpalVXMLSession@@QAE@PAVH323Connection@@PAVPTextToSpeech@@H@Z @21160 NONAME ??0OpalWAVFile@@QAE@ABVPFilePath@@W4OpenMode@PFile@@HI@Z @20628 NONAME ??0OpalWAVFile@@QAE@I@Z @20629 NONAME ??0OpalWAVFile@@QAE@W4OpenMode@PFile@@HI@Z @20630 NONAME ??0P64Decoder@@IAE@XZ @1038 NONAME ??0P64Encoder@@QAE@HH@Z @12853 NONAME ??0PAbstractSet@@IAE@HPBV0@@Z @39440 NONAME ??0PAbstractSortedList@@IAE@HPBV0@@Z @39441 NONAME ??0PASN_Boolean@@QAE@ABV0@@Z @1045 NONAME ??0PASN_ConstrainedObject@@QAE@ABV0@@Z @1046 NONAME ??0PASN_ConstrainedString@@QAE@ABV0@@Z @1047 NONAME ??0PASN_Enumeration@@QAE@ABV0@@Z @1048 NONAME ??0PASN_GeneralisedTime@@QAE@ABV0@@Z @15292 NONAME ??0PASN_GeneralisedTime@@QAE@IW4TagClass@PASN_Object@@@Z @39442 NONAME ??0PASN_GeneralString@@QAE@ABV0@@Z @39443 NONAME ??0PASN_IA5String@@QAE@ABV0@@Z @21685 NONAME ??0PASN_Integer@@QAE@ABV0@@Z @1049 NONAME ??0PASN_Null@@QAE@ABV0@@Z @16480 NONAME ??0PASN_NumericString@@QAE@ABV0@@Z @1050 NONAME ??0PASN_Object@@QAE@ABV0@@Z @1051 NONAME ??0PASN_PrintableString@@QAE@ABV0@@Z @39444 NONAME ??0PASN_Stream@@QAE@ABV0@@Z @39445 NONAME ??0PASN_VisibleString@@QAE@ABV0@@Z @15293 NONAME ??0PAtomicInteger@@QAE@J@Z @39446 NONAME ??0PBYTEArray@@QAE@ABV0@@Z @25813 NONAME ??0PBYTEArray@@QAE@PBEHH@Z @39447 NONAME ??0PCharArray@@QAE@ABV0@@Z @37912 NONAME ??0PCharArray@@QAE@PBDHH@Z @39448 NONAME ??0PDTMFEncoder@@QAE@PBDI@Z @43751 NONAME ??0PHashTable@@IAE@HPBV0@@Z @39449 NONAME ??0PLDAPAttr_c@RTPerson@PILSSession@@QAE@XZ @26186 NONAME ??0PLDAPAttr_cn@RTPerson@PILSSession@@QAE@XZ @26187 NONAME ??0PLDAPAttr_comment@RTPerson@PILSSession@@QAE@XZ @26188 NONAME ??0PLDAPAttr_givenName@RTPerson@PILSSession@@QAE@XZ @26189 NONAME ??0PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@QAE@XZ @26190 NONAME ??0PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@QAE@XZ @26191 NONAME ??0PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@QAE@XZ @26192 NONAME ??0PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@QAE@XZ @26193 NONAME ??0PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@QAE@XZ @26194 NONAME ??0PLDAPAttr_location@RTPerson@PILSSession@@QAE@XZ @26195 NONAME ??0PLDAPAttr_o@RTPerson@PILSSession@@QAE@XZ @26196 NONAME ??0PLDAPAttr_objectClass@RTPerson@PILSSession@@QAE@XZ @26197 NONAME ??0PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@QAE@XZ @26198 NONAME ??0PLDAPAttr_sappguid@RTPerson@PILSSession@@QAE@XZ @26199 NONAME ??0PLDAPAttr_sappid@RTPerson@PILSSession@@QAE@XZ @26200 NONAME ??0PLDAPAttr_sflags@RTPerson@PILSSession@@QAE@XZ @26201 NONAME ??0PLDAPAttr_sipAddress@RTPerson@PILSSession@@QAE@XZ @26202 NONAME ??0PLDAPAttr_smimetype@RTPerson@PILSSession@@QAE@XZ @26203 NONAME ??0PLDAPAttr_smodop@RTPerson@PILSSession@@QAE@XZ @26204 NONAME ??0PLDAPAttr_sport@RTPerson@PILSSession@@QAE@XZ @26205 NONAME ??0PLDAPAttr_sprotid@RTPerson@PILSSession@@QAE@XZ @26206 NONAME ??0PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@QAE@XZ @26207 NONAME ??0PLDAPAttr_ssecurity@RTPerson@PILSSession@@QAE@XZ @26208 NONAME ??0PLDAPAttr_sttl@RTPerson@PILSSession@@QAE@XZ @26209 NONAME ??0PLDAPAttr_surname@RTPerson@PILSSession@@QAE@XZ @26210 NONAME ??0PLDAPAttr_timestamp@RTPerson@PILSSession@@QAE@XZ @26211 NONAME ??0PluginLoader@@QAE@XZ @43752 NONAME ??0PMediaFormatInstantiateMe@@QAE@XZ @43753 NONAME ??0PNotifierFunction@@QAE@PAX@Z @19976 NONAME ??0POrdinalKey@@QAE@ABV0@@Z @39450 NONAME ??0POrdinalToString@@IAE@HPBV0@@Z @39451 NONAME ??0PortInfo@H323EndPoint@@QAE@XZ @39452 NONAME ??0PPER_Stream@@QAE@ABV0@@Z @39453 NONAME ??0PQoS@@QAE@ABV0@@Z @39454 NONAME ??0Pre_Vid_Coder@@QAE@XZ @1064 NONAME ??0PSmartObject@@QAE@XZ @19746 NONAME ??0PSortedStringList@@IAE@HPBV0@@Z @39455 NONAME ??0PSortedStringList@@QAE@XZ @39456 NONAME ??0PStringSet@@IAE@HPBV0@@Z @39457 NONAME ??0PTime@@QAE@JJ@Z @39459 NONAME ??0PUInt32b@@QAE@K@Z @39460 NONAME ??0PUInt32l@@QAE@XZ @39461 NONAME ??0PWAVFileConverter@@QAE@XZ @43095 NONAME ??0PWAVFileConverterALaw@@QAE@XZ @43096 NONAME ??0PWAVFileConverterULaw@@QAE@XZ @43097 NONAME ??0PWAVFileConverterXLaw@@QAE@XZ @43098 NONAME ??0Q931@@QAE@ABV0@@Z @21047 NONAME ??0Q931@@QAE@XZ @1068 NONAME ??0ReceivedPacket_PNotifier@OpalRFC2833@@QAE@PAV1@@Z @39462 NONAME ??0ReceivedPacket_PNotifier@OpalRtpToWavFile@@QAE@PAV1@@Z @39463 NONAME ??0ReceiverReport@RTP_Session@@QAE@XZ @39464 NONAME ??0ReceiveTimeout_PNotifier@OpalRFC2833@@QAE@PAV1@@Z @39465 NONAME ??0Request@H323Transactor@@QAE@IAAVH323TransactionPDU@@@Z @25837 NONAME ??0Request@H323Transactor@@QAE@IAAVH323TransactionPDU@@ABVH323TransportAddressArray@@@Z @25838 NONAME ??0Response@H323Transactor@@QAE@ABV01@@Z @39466 NONAME ??0Response@H323Transactor@@QAE@ABVH323TransportAddress@@I@Z @25839 NONAME ??0RTPerson@PILSSession@@QAE@XZ @39467 NONAME ??0RTP_ControlFrame@@QAE@H@Z @1069 NONAME ??0RTP_DataFrame@@QAE@H@Z @1070 NONAME ??0RTP_JitterBuffer@@QAE@AAVRTP_Session@@IIH@Z @21421 NONAME ??0RTP_JitterBufferAnalyser@@QAE@XZ @12447 NONAME ??0RTP_QOS@@QAE@ABV0@@Z @39468 NONAME ??0RTP_Session@@QAE@IPAVRTP_UserData@@@Z @1072 NONAME ??0RTP_SessionManager@@QAE@ABV0@@Z @21248 NONAME ??0RTP_SessionManager@@QAE@XZ @16265 NONAME ??0RTP_UDP@@QAE@IH@Z @27306 NONAME ??0RTP_UserData@@QAE@XZ @39469 NONAME ??0SelectList@PSocket@@QAE@XZ @39470 NONAME ??0SenderReport@RTP_Session@@QAE@XZ @39471 NONAME ??0SlowHandler_PNotifier@H323Transaction@@QAE@PAV1@@Z @39472 NONAME ??0SoundTones@OpalUSBDevice@@QAE@IIIHPBE@Z @43754 NONAME ??0SourceDescription@RTP_Session@@QAE@K@Z @39473 NONAME ??0SRVRecordList@PDNS@@IAE@HPBV01@@Z @43755 NONAME ??0SRVRecordList@PDNS@@QAE@XZ @43756 NONAME ??0StatusHandler_PNotifier@OpalVoipBlasterDevice@@QAE@PAV1@@Z @39474 NONAME ??0StringMap@H323GatekeeperServer@@QAE@ABVPString@@0@Z @39475 NONAME ??0T120ConnectPDU@@QAE@XZ @39476 NONAME ??0T120_X224@@QAE@XZ @39477 NONAME ??0T38_ArrayOf_PASN_OctetString@@QAE@ABV0@@Z @39478 NONAME ??0T38_ArrayOf_PASN_OctetString@@QAE@IW4TagClass@PASN_Object@@@Z @18765 NONAME ??0T38_Data_Field@@QAE@ABV0@@Z @39479 NONAME ??0T38_Data_Field@@QAE@IW4TagClass@PASN_Object@@@Z @18766 NONAME ??0T38_Data_Field_subtype@@QAE@ABV0@@Z @39480 NONAME ??0T38_Data_Field_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @18767 NONAME ??0T38_Data_Field_subtype_field_type@@QAE@ABV0@@Z @39481 NONAME ??0T38_Data_Field_subtype_field_type@@QAE@IW4TagClass@PASN_Object@@@Z @18768 NONAME ??0T38_IFPPacket@@QAE@ABV0@@Z @39482 NONAME ??0T38_IFPPacket@@QAE@IW4TagClass@PASN_Object@@@Z @18769 NONAME ??0T38_PreCorrigendum_Data_Field@@QAE@ABV0@@Z @39483 NONAME ??0T38_PreCorrigendum_Data_Field@@QAE@IW4TagClass@PASN_Object@@@Z @21452 NONAME ??0T38_PreCorrigendum_Data_Field_subtype@@QAE@ABV0@@Z @39484 NONAME ??0T38_PreCorrigendum_Data_Field_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @21453 NONAME ??0T38_PreCorrigendum_Data_Field_subtype_field_type@@QAE@ABV0@@Z @39485 NONAME ??0T38_PreCorrigendum_Data_Field_subtype_field_type@@QAE@IW4TagClass@PASN_Object@@@Z @21454 NONAME ??0T38_PreCorrigendum_IFPPacket@@QAE@ABV0@@Z @39486 NONAME ??0T38_PreCorrigendum_IFPPacket@@QAE@IW4TagClass@PASN_Object@@@Z @21455 NONAME ??0T38_Type_of_msg@@QAE@ABV0@@Z @39487 NONAME ??0T38_Type_of_msg@@QAE@IW4TagClass@PASN_Object@@@Z @18770 NONAME ??0T38_Type_of_msg_data@@QAE@ABV0@@Z @39488 NONAME ??0T38_Type_of_msg_data@@QAE@IW4TagClass@PASN_Object@@@Z @18771 NONAME ??0T38_Type_of_msg_t30_indicator@@QAE@ABV0@@Z @39489 NONAME ??0T38_Type_of_msg_t30_indicator@@QAE@IW4TagClass@PASN_Object@@@Z @18772 NONAME ??0T38_UDPTLPacket@@QAE@ABV0@@Z @39490 NONAME ??0T38_UDPTLPacket@@QAE@IW4TagClass@PASN_Object@@@Z @18773 NONAME ??0T38_UDPTLPacket_error_recovery@@QAE@ABV0@@Z @39491 NONAME ??0T38_UDPTLPacket_error_recovery@@QAE@IW4TagClass@PASN_Object@@@Z @18774 NONAME ??0T38_UDPTLPacket_error_recovery_fec_info@@QAE@ABV0@@Z @39492 NONAME ??0T38_UDPTLPacket_error_recovery_fec_info@@QAE@IW4TagClass@PASN_Object@@@Z @18775 NONAME ??0T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@QAE@ABV0@@Z @39493 NONAME ??0T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@QAE@IW4TagClass@PASN_Object@@@Z @18776 NONAME ??0T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@QAE@ABV0@@Z @39494 NONAME ??0T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @18777 NONAME ??0T38_UDPTLPacket_primary_ifp_packet@@QAE@ABV0@@Z @39495 NONAME ??0T38_UDPTLPacket_primary_ifp_packet@@QAE@IW4TagClass@PASN_Object@@@Z @18778 NONAME ??0TickleMonitor_PNotifier@H323Gatekeeper@@QAE@PAV1@@Z @39496 NONAME ??0TonePlay_PNotifier@OpalUSBDevice@@QAE@PAV1@@Z @43757 NONAME ??0TransmitEnded_PNotifier@OpalRFC2833@@QAE@PAV1@@Z @39497 NONAME ??0TransmitPacket_PNotifier@OpalRFC2833@@QAE@PAV1@@Z @39498 NONAME ??0Transmitter@@QAE@XZ @1074 NONAME ??0UpdateAllDescriptors_PNotifier@H323PeerElement@@QAE@PAV1@@Z @39499 NONAME ??0VideoFrame@@QAE@HH@Z @12854 NONAME ??0VideoFrame@@QAE@PAEHH@Z @12856 NONAME ??0VoipBlasterInterface@@QAE@XZ @19978 NONAME ??0Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@QAE@ABVPString@@@Z @43260 NONAME ??0Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@QAE@ABVPString@@@Z @43261 NONAME ??0Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@QAE@ABVPString@@@Z @43262 NONAME ??0Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@QAE@ABVPString@@@Z @43263 NONAME ??0Worker@OpalPluginCodecFactory@@QAE@ABVPString@@PAUPluginCodec_Definition@@@Z @43264 NONAME ??0WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@IAE@_N@Z @43758 NONAME ??0WorkerBase@?$PFactory@VH323Capability@@VPString@@@@IAE@PAVH323Capability@@@Z @42544 NONAME ??0WorkerBase@?$PFactory@VH323Capability@@VPString@@@@IAE@_N@Z @42545 NONAME ??0WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@IAE@_N@Z @43265 NONAME ??0WorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@IAE@PAVOpalLineInterfaceDevice@@@Z @43759 NONAME ??0WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@IAE@PAVOpalMediaFormat@@@Z @42546 NONAME ??0WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@IAE@_N@Z @42547 NONAME ??0WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@IAE@_N@Z @42548 NONAME ??0WorkerBase@?$PFactory@VPWAVFileConverter@@I@@IAE@_N@Z @43099 NONAME ??0X224@@QAE@XZ @1076 NONAME ??0X880_Code@@QAE@ABV0@@Z @39500 NONAME ??0X880_Code@@QAE@IW4TagClass@PASN_Object@@@Z @14141 NONAME ??0X880_GeneralProblem@@QAE@ABV0@@Z @39501 NONAME ??0X880_GeneralProblem@@QAE@IW4TagClass@PASN_Object@@@Z @14142 NONAME ??0X880_Invoke@@QAE@ABV0@@Z @20210 NONAME ??0X880_Invoke@@QAE@IW4TagClass@PASN_Object@@@Z @14143 NONAME ??0X880_InvokeId@@QAE@ABV0@@Z @39502 NONAME ??0X880_InvokeId@@QAE@IW4TagClass@PASN_Object@@@Z @14144 NONAME ??0X880_InvokeProblem@@QAE@ABV0@@Z @39503 NONAME ??0X880_InvokeProblem@@QAE@IW4TagClass@PASN_Object@@@Z @14145 NONAME ??0X880_Reject@@QAE@ABV0@@Z @39504 NONAME ??0X880_Reject@@QAE@IW4TagClass@PASN_Object@@@Z @14146 NONAME ??0X880_RejectProblem@@QAE@ABV0@@Z @39505 NONAME ??0X880_RejectProblem@@QAE@IW4TagClass@PASN_Object@@@Z @14147 NONAME ??0X880_Reject_problem@@QAE@ABV0@@Z @39506 NONAME ??0X880_Reject_problem@@QAE@IW4TagClass@PASN_Object@@@Z @14148 NONAME ??0X880_ReturnError@@QAE@ABV0@@Z @39507 NONAME ??0X880_ReturnError@@QAE@IW4TagClass@PASN_Object@@@Z @14149 NONAME ??0X880_ReturnErrorProblem@@QAE@ABV0@@Z @39508 NONAME ??0X880_ReturnErrorProblem@@QAE@IW4TagClass@PASN_Object@@@Z @14150 NONAME ??0X880_ReturnResult@@QAE@ABV0@@Z @39509 NONAME ??0X880_ReturnResult@@QAE@IW4TagClass@PASN_Object@@@Z @14151 NONAME ??0X880_ReturnResultProblem@@QAE@ABV0@@Z @39510 NONAME ??0X880_ReturnResultProblem@@QAE@IW4TagClass@PASN_Object@@@Z @14152 NONAME ??0X880_ReturnResult_result@@QAE@ABV0@@Z @39511 NONAME ??0X880_ReturnResult_result@@QAE@IW4TagClass@PASN_Object@@@Z @14153 NONAME ??0X880_ROS@@QAE@ABV0@@Z @39512 NONAME ??0X880_ROS@@QAE@IW4TagClass@PASN_Object@@@Z @14154 NONAME ??0__SMANIP_long@@QAE@P6AAAVios@@AAV1@J@ZJ@Z @39513 NONAME ??1?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UAE@XZ @18476 NONAME ??1?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UAE@XZ @18477 NONAME ??1?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UAE@XZ @18478 NONAME ??1?$H235_HASHED@VH235_EncodedGeneralToken@@@@UAE@XZ @18479 NONAME ??1?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UAE@XZ @18480 NONAME ??1?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UAE@XZ @18481 NONAME ??1?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UAE@XZ @18482 NONAME ??1?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UAE@XZ @18483 NONAME ??1?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UAE@XZ @18484 NONAME ??1?$H235_SIGNED@VH235_EncodedReturnSig@@@@UAE@XZ @18485 NONAME ??1?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@std@@QAE@XZ @43100 NONAME ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@std@@QAE@XZ @43760 NONAME ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@std@@QAE@XZ @42549 NONAME ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@std@@QAE@XZ @42550 NONAME ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@std@@QAE@XZ @43266 NONAME ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@std@@QAE@XZ @43761 NONAME ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@std@@QAE@XZ @42551 NONAME ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@QAE@XZ @43762 NONAME ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@QAE@XZ @42552 NONAME ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@QAE@XZ @42553 NONAME ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@QAE@XZ @43267 NONAME ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@QAE@XZ @43763 NONAME ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@QAE@XZ @42554 NONAME ??1?$PArray@V?$PList@VH323Capability@@@@@@UAE@XZ @1087 NONAME ??1?$PArray@VH323SimultaneousCapabilities@@@@UAE@XZ @1088 NONAME ??1?$PArray@VH323TransportAddress@@@@UAE@XZ @23923 NONAME ??1?$PArray@VPASN_Object@@@@UAE@XZ @12364 NONAME ??1?$PArray@VReceiverReport@RTP_Session@@@@UAE@XZ @12365 NONAME ??1?$PArray@VSourceDescription@RTP_Session@@@@UAE@XZ @12366 NONAME ??1?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UAE@XZ @1090 NONAME ??1?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UAE@XZ @21686 NONAME ??1?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UAE@XZ @19411 NONAME ??1?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UAE@XZ @1091 NONAME ??1?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UAE@XZ @25840 NONAME ??1?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UAE@XZ @1092 NONAME ??1?$PDictionary@VPString@@VH323Connection@@@@UAE@XZ @1093 NONAME ??1?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UAE@XZ @19029 NONAME ??1?$PDictionary@VPString@@VPLDAPAttributeBase@@@@UAE@XZ @39518 NONAME ??1?$PDictionary@VPString@@VPOrdinalKey@@@@UAE@XZ @25923 NONAME ??1?$PFactory@VH235Authenticator@@VPString@@@@MAE@XZ @43764 NONAME ??1?$PFactory@VH323Capability@@VPString@@@@MAE@XZ @42555 NONAME ??1?$PFactory@VH323StaticPluginCodec@@VPString@@@@MAE@XZ @42556 NONAME ??1?$PFactory@VOpalFactoryCodec@@VPString@@@@MAE@XZ @43268 NONAME ??1?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@MAE@XZ @43765 NONAME ??1?$PFactory@VOpalMediaFormat@@VPString@@@@MAE@XZ @42557 NONAME ??1?$PFactory@VPWAVFileConverter@@I@@MAE@XZ @43101 NONAME ??1?$PList@VH235Authenticator@@@@UAE@XZ @39521 NONAME ??1?$PList@VH245_GenericParameter@@@@UAE@XZ @43766 NONAME ??1?$PList@VH323Capability@@@@UAE@XZ @1094 NONAME ??1?$PList@VH323Channel@@@@UAE@XZ @1095 NONAME ??1?$PList@VH323GatekeeperListener@@@@UAE@XZ @19030 NONAME ??1?$PList@VH323Listener@@@@UAE@XZ @1097 NONAME ??1?$PList@VH323Transactor@@@@UAE@XZ @23947 NONAME ??1?$PList@VH450xHandler@@@@UAE@XZ @19412 NONAME ??1?$PList@VOpalMediaFormat@@@@UAE@XZ @12919 NONAME ??1?$PList@VPBYTEArray@@@@UAE@XZ @23663 NONAME ??1?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UAE@XZ @39522 NONAME ??1?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UAE@XZ @39523 NONAME ??1?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UAE@XZ @39524 NONAME ??1?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@UAE@XZ @21396 NONAME ??1?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UAE@XZ @39525 NONAME ??1?$PSafePtr@VH323GatekeeperCall@@@@UAE@XZ @20403 NONAME ??1?$PSafePtr@VH323PeerElementDescriptor@@@@UAE@XZ @25683 NONAME ??1?$PSafePtr@VH323PeerElementServiceRelationship@@@@UAE@XZ @25684 NONAME ??1?$PSafePtr@VH323RegisteredEndPoint@@@@UAE@XZ @20404 NONAME ??1?$PSafeSortedList@VH323GatekeeperCall@@@@UAE@XZ @21398 NONAME ??1?$PSafeSortedList@VH323PeerElementDescriptor@@@@UAE@XZ @25685 NONAME ??1?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@UAE@XZ @25686 NONAME ??1?$PSet@VPOrdinalKey@@@@UAE@XZ @25925 NONAME ??1?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@UAE@XZ @20724 NONAME ??1?$PSortedList@VH225_AliasAddress@@@@UAE@XZ @26043 NONAME ??1?$PSortedList@VH323GatekeeperCall@@@@UAE@XZ @19031 NONAME ??1?$PSortedList@VH323PeerElementDescriptor@@@@UAE@XZ @25687 NONAME ??1?$PSortedList@VH323PeerElementServiceRelationship@@@@UAE@XZ @25688 NONAME ??1?$PSortedList@VMXRecord@PDNS@@@@UAE@XZ @43767 NONAME ??1?$PSortedList@VResponse@H323Transactor@@@@UAE@XZ @25841 NONAME ??1?$PSortedList@VSRVRecord@PDNS@@@@UAE@XZ @43768 NONAME ??1?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAE@XZ @43769 NONAME ??1?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@UAE@XZ @43770 NONAME ??1?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@UAE@XZ @43771 NONAME ??1?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@UAE@XZ @43772 NONAME ??1?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@UAE@XZ @42558 NONAME ??1?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @42559 NONAME ??1?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @42560 NONAME ??1?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @42561 NONAME ??1?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @42562 NONAME ??1?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @42563 NONAME ??1?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @42564 NONAME ??1?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @42565 NONAME ??1?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @42566 NONAME ??1?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @42567 NONAME ??1?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @42568 NONAME ??1?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @42569 NONAME ??1?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @42570 NONAME ??1?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @42571 NONAME ??1?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @42572 NONAME ??1?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @42573 NONAME ??1?$Worker@VHIDPluginDeviceManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@UAE@XZ @43773 NONAME ??1?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @42574 NONAME ??1?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @42575 NONAME ??1?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @42576 NONAME ??1?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @42577 NONAME ??1?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @42578 NONAME ??1?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @42579 NONAME ??1?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @42580 NONAME ??1?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @42581 NONAME ??1?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @42582 NONAME ??1?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @42583 NONAME ??1?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @42584 NONAME ??1?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @42585 NONAME ??1?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @42586 NONAME ??1?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @42587 NONAME ??1?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @42588 NONAME ??1?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @42589 NONAME ??1?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@UAE@XZ @43774 NONAME ??1?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@UAE@XZ @43102 NONAME ??1?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@UAE@XZ @43103 NONAME ??1?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAE@XZ @43104 NONAME ??1?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAE@XZ @43775 NONAME ??1?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAE@XZ @42590 NONAME ??1?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QAE@XZ @42591 NONAME ??1?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAE@XZ @43269 NONAME ??1?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAE@XZ @43776 NONAME ??1?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAE@XZ @42592 NONAME ??1AdmissionRequestResponseInfo@@QAE@XZ @19600 NONAME ??1AliasKey@H323PeerElement@@UAE@XZ @26044 NONAME ??1AlternateInfo@H323Gatekeeper@@UAE@XZ @20725 NONAME ??1ByteQueue@OpalVoipBlasterDevice@@UAE@XZ @19979 NONAME ??1CodecReadAnalyser@@QAE@XZ @39528 NONAME ??1Encoder@@UAE@XZ @43777 NONAME ??1Entry@RTP_JitterBuffer@@UAE@XZ @1098 NONAME ??1FilterInfo@H323Codec@@UAE@XZ @20151 NONAME ??1FullP64Decoder@@UAE@XZ @1100 NONAME ??1G7231_File_Capability@@UAE@XZ @20814 NONAME ??1G7231_File_Codec@@UAE@XZ @20815 NONAME ??1GCC_AlternativeNodeID@@UAE@XZ @1101 NONAME ??1GCC_ApplicationInvokeIndication@@UAE@XZ @1102 NONAME ??1GCC_ApplicationInvokeSpecifier@@UAE@XZ @1103 NONAME ??1GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@UAE@XZ @1104 NONAME ??1GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UAE@XZ @1105 NONAME ??1GCC_ApplicationRecord@@UAE@XZ @1106 NONAME ??1GCC_ApplicationRecord_nonCollapsingCapabilities@@UAE@XZ @1107 NONAME ??1GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UAE@XZ @1108 NONAME ??1GCC_ArrayOf_ApplicationInvokeSpecifier@@UAE@XZ @1109 NONAME ??1GCC_ArrayOf_ChallengeItem@@UAE@XZ @1110 NONAME ??1GCC_ArrayOf_ConferenceDescriptor@@UAE@XZ @1111 NONAME ??1GCC_ArrayOf_Privilege@@UAE@XZ @1112 NONAME ??1GCC_ArrayOf_TextString@@UAE@XZ @1113 NONAME ??1GCC_ArrayOf_UserID@@UAE@XZ @1114 NONAME ??1GCC_AsymmetryIndicator@@UAE@XZ @1115 NONAME ??1GCC_CapabilityClass@@UAE@XZ @1116 NONAME ??1GCC_CapabilityID@@UAE@XZ @1117 NONAME ??1GCC_ChallengeItem@@UAE@XZ @1118 NONAME ??1GCC_ChallengeRequest@@UAE@XZ @1119 NONAME ??1GCC_ChallengeResponse@@UAE@XZ @1120 NONAME ??1GCC_ChallengeResponseAlgorithm@@UAE@XZ @1121 NONAME ??1GCC_ChallengeResponseItem@@UAE@XZ @1122 NONAME ??1GCC_ChannelID@@UAE@XZ @1123 NONAME ??1GCC_ChannelType@@UAE@XZ @1124 NONAME ??1GCC_ConductorAssignIndication@@UAE@XZ @1125 NONAME ??1GCC_ConductorPermissionAskIndication@@UAE@XZ @1126 NONAME ??1GCC_ConductorPermissionGrantIndication@@UAE@XZ @1127 NONAME ??1GCC_ConductorReleaseIndication@@UAE@XZ @1128 NONAME ??1GCC_ConferenceAddRequest@@UAE@XZ @1129 NONAME ??1GCC_ConferenceAddResponse@@UAE@XZ @1130 NONAME ??1GCC_ConferenceAddResponse_result@@UAE@XZ @1131 NONAME ??1GCC_ConferenceAssistanceIndication@@UAE@XZ @1132 NONAME ??1GCC_ConferenceCreateRequest@@UAE@XZ @1133 NONAME ??1GCC_ConferenceCreateResponse@@UAE@XZ @1134 NONAME ??1GCC_ConferenceCreateResponse_result@@UAE@XZ @1135 NONAME ??1GCC_ConferenceDescriptor@@UAE@XZ @1136 NONAME ??1GCC_ConferenceEjectUserIndication@@UAE@XZ @1137 NONAME ??1GCC_ConferenceEjectUserIndication_reason@@UAE@XZ @1138 NONAME ??1GCC_ConferenceEjectUserRequest@@UAE@XZ @1139 NONAME ??1GCC_ConferenceEjectUserRequest_reason@@UAE@XZ @1140 NONAME ??1GCC_ConferenceEjectUserResponse@@UAE@XZ @1141 NONAME ??1GCC_ConferenceEjectUserResponse_result@@UAE@XZ @1142 NONAME ??1GCC_ConferenceInviteRequest@@UAE@XZ @1143 NONAME ??1GCC_ConferenceInviteResponse@@UAE@XZ @1144 NONAME ??1GCC_ConferenceInviteResponse_result@@UAE@XZ @1145 NONAME ??1GCC_ConferenceJoinRequest@@UAE@XZ @1146 NONAME ??1GCC_ConferenceJoinResponse@@UAE@XZ @1147 NONAME ??1GCC_ConferenceJoinResponse_result@@UAE@XZ @1148 NONAME ??1GCC_ConferenceLockIndication@@UAE@XZ @1149 NONAME ??1GCC_ConferenceLockRequest@@UAE@XZ @1150 NONAME ??1GCC_ConferenceLockResponse@@UAE@XZ @1151 NONAME ??1GCC_ConferenceLockResponse_result@@UAE@XZ @1152 NONAME ??1GCC_ConferenceName@@UAE@XZ @1153 NONAME ??1GCC_ConferenceNameModifier@@UAE@XZ @1154 NONAME ??1GCC_ConferenceNameSelector@@UAE@XZ @1155 NONAME ??1GCC_ConferencePriority@@UAE@XZ @1156 NONAME ??1GCC_ConferencePriorityScheme@@UAE@XZ @1157 NONAME ??1GCC_ConferenceQueryRequest@@UAE@XZ @1158 NONAME ??1GCC_ConferenceQueryResponse@@UAE@XZ @1159 NONAME ??1GCC_ConferenceQueryResponse_result@@UAE@XZ @1160 NONAME ??1GCC_ConferenceTerminateIndication@@UAE@XZ @1161 NONAME ??1GCC_ConferenceTerminateIndication_reason@@UAE@XZ @1162 NONAME ??1GCC_ConferenceTerminateRequest@@UAE@XZ @1163 NONAME ??1GCC_ConferenceTerminateRequest_reason@@UAE@XZ @1164 NONAME ??1GCC_ConferenceTerminateResponse@@UAE@XZ @1165 NONAME ??1GCC_ConferenceTerminateResponse_result@@UAE@XZ @1166 NONAME ??1GCC_ConferenceTimeExtendIndication@@UAE@XZ @1167 NONAME ??1GCC_ConferenceTimeInquireIndication@@UAE@XZ @1168 NONAME ??1GCC_ConferenceTimeRemainingIndication@@UAE@XZ @1169 NONAME ??1GCC_ConferenceTransferIndication@@UAE@XZ @1170 NONAME ??1GCC_ConferenceTransferRequest@@UAE@XZ @1171 NONAME ??1GCC_ConferenceTransferResponse@@UAE@XZ @1172 NONAME ??1GCC_ConferenceTransferResponse_result@@UAE@XZ @1173 NONAME ??1GCC_ConferenceUnlockIndication@@UAE@XZ @1174 NONAME ??1GCC_ConferenceUnlockRequest@@UAE@XZ @1175 NONAME ??1GCC_ConferenceUnlockResponse@@UAE@XZ @1176 NONAME ??1GCC_ConferenceUnlockResponse_result@@UAE@XZ @1177 NONAME ??1GCC_ConnectData@@UAE@XZ @1178 NONAME ??1GCC_ConnectGCCPDU@@UAE@XZ @1179 NONAME ??1GCC_DialingString@@UAE@XZ @1180 NONAME ??1GCC_DynamicChannelID@@UAE@XZ @1181 NONAME ??1GCC_DynamicTokenID@@UAE@XZ @1182 NONAME ??1GCC_EntityID@@UAE@XZ @1183 NONAME ??1GCC_ExtraDialingString@@UAE@XZ @1184 NONAME ??1GCC_FunctionNotSupportedResponse@@UAE@XZ @1185 NONAME ??1GCC_GCCPDU@@UAE@XZ @1186 NONAME ??1GCC_H221NonStandardIdentifier@@UAE@XZ @1187 NONAME ??1GCC_Handle@@UAE@XZ @1188 NONAME ??1GCC_IndicationPDU@@UAE@XZ @1189 NONAME ??1GCC_Key@@UAE@XZ @1190 NONAME ??1GCC_NetworkAddress@@UAE@XZ @1191 NONAME ??1GCC_NetworkAddress_subtype@@UAE@XZ @1192 NONAME ??1GCC_NetworkAddress_subtype_aggregatedChannel@@UAE@XZ @1193 NONAME ??1GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UAE@XZ @1194 NONAME ??1GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UAE@XZ @1195 NONAME ??1GCC_NetworkAddress_subtype_transportConnection@@UAE@XZ @1196 NONAME ??1GCC_NodeProperties@@UAE@XZ @1197 NONAME ??1GCC_NodeRecord@@UAE@XZ @1198 NONAME ??1GCC_NodeType@@UAE@XZ @1199 NONAME ??1GCC_NonStandardParameter@@UAE@XZ @1200 NONAME ??1GCC_NonStandardPDU@@UAE@XZ @1201 NONAME ??1GCC_Password@@UAE@XZ @1202 NONAME ??1GCC_PasswordChallengeRequestResponse@@UAE@XZ @1203 NONAME ??1GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UAE@XZ @1204 NONAME ??1GCC_PasswordSelector@@UAE@XZ @1205 NONAME ??1GCC_Privilege@@UAE@XZ @1206 NONAME ??1GCC_RegistryAllocateHandleRequest@@UAE@XZ @1207 NONAME ??1GCC_RegistryAllocateHandleResponse@@UAE@XZ @1208 NONAME ??1GCC_RegistryAllocateHandleResponse_result@@UAE@XZ @1209 NONAME ??1GCC_RegistryAssignTokenRequest@@UAE@XZ @1210 NONAME ??1GCC_RegistryDeleteEntryRequest@@UAE@XZ @1211 NONAME ??1GCC_RegistryEntryOwner@@UAE@XZ @1212 NONAME ??1GCC_RegistryEntryOwner_owned@@UAE@XZ @1213 NONAME ??1GCC_RegistryItem@@UAE@XZ @1214 NONAME ??1GCC_RegistryKey@@UAE@XZ @1215 NONAME ??1GCC_RegistryModificationRights@@UAE@XZ @1216 NONAME ??1GCC_RegistryMonitorEntryIndication@@UAE@XZ @1217 NONAME ??1GCC_RegistryMonitorEntryRequest@@UAE@XZ @1218 NONAME ??1GCC_RegistryRegisterChannelRequest@@UAE@XZ @1219 NONAME ??1GCC_RegistryResponse@@UAE@XZ @1220 NONAME ??1GCC_RegistryResponse_primitiveType@@UAE@XZ @1221 NONAME ??1GCC_RegistryResponse_result@@UAE@XZ @1222 NONAME ??1GCC_RegistryRetrieveEntryRequest@@UAE@XZ @1223 NONAME ??1GCC_RegistrySetParameterRequest@@UAE@XZ @1224 NONAME ??1GCC_RequestPDU@@UAE@XZ @1225 NONAME ??1GCC_ResponsePDU@@UAE@XZ @1226 NONAME ??1GCC_RosterUpdateIndication@@UAE@XZ @1227 NONAME ??1GCC_RosterUpdateIndication_applicationInformation@@UAE@XZ @1228 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype@@UAE@XZ @1229 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@UAE@XZ @1230 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@UAE@XZ @1231 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UAE@XZ @1232 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@UAE@XZ @1233 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@UAE@XZ @1234 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UAE@XZ @1235 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@UAE@XZ @1236 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UAE@XZ @1237 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@UAE@XZ @1238 NONAME ??1GCC_RosterUpdateIndication_nodeInformation@@UAE@XZ @1239 NONAME ??1GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@UAE@XZ @1240 NONAME ??1GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@UAE@XZ @1241 NONAME ??1GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UAE@XZ @1242 NONAME ??1GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@UAE@XZ @1243 NONAME ??1GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UAE@XZ @1244 NONAME ??1GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@UAE@XZ @1245 NONAME ??1GCC_SessionKey@@UAE@XZ @1246 NONAME ??1GCC_SimpleNumericString@@UAE@XZ @1247 NONAME ??1GCC_SimpleTextString@@UAE@XZ @1248 NONAME ??1GCC_StaticChannelID@@UAE@XZ @1249 NONAME ??1GCC_StaticTokenID@@UAE@XZ @1250 NONAME ??1GCC_SubAddressString@@UAE@XZ @1251 NONAME ??1GCC_TerminationMethod@@UAE@XZ @1252 NONAME ??1GCC_TextMessageIndication@@UAE@XZ @1253 NONAME ??1GCC_TextString@@UAE@XZ @1254 NONAME ??1GCC_Time@@UAE@XZ @1255 NONAME ??1GCC_TokenID@@UAE@XZ @1256 NONAME ??1GCC_UserData@@UAE@XZ @1257 NONAME ??1GCC_UserData_subtype@@UAE@XZ @1258 NONAME ??1GCC_UserID@@UAE@XZ @1259 NONAME ??1GCC_UserIDIndication@@UAE@XZ @1260 NONAME ??1H225CallThread@@UAE@XZ @1262 NONAME ??1H225TransportThread@@UAE@XZ @1264 NONAME ??1H225_AddressPattern@@UAE@XZ @16481 NONAME ??1H225_AddressPattern_range@@UAE@XZ @16482 NONAME ??1H225_AdmissionConfirm@@UAE@XZ @1265 NONAME ??1H225_AdmissionConfirm_language@@UAE@XZ @16483 NONAME ??1H225_AdmissionReject@@UAE@XZ @1266 NONAME ??1H225_AdmissionRejectReason@@UAE@XZ @1267 NONAME ??1H225_AdmissionRequest@@UAE@XZ @1268 NONAME ??1H225_Alerting_UUIE@@UAE@XZ @1269 NONAME ??1H225_AliasAddress@@UAE@XZ @1270 NONAME ??1H225_AlternateGK@@UAE@XZ @1271 NONAME ??1H225_AlternateTransportAddresses@@UAE@XZ @16484 NONAME ??1H225_AltGKInfo@@UAE@XZ @1272 NONAME ??1H225_ANSI_41_UIM@@UAE@XZ @16485 NONAME ??1H225_ANSI_41_UIM_system_id@@UAE@XZ @16486 NONAME ??1H225_ArrayOf_AddressPattern@@UAE@XZ @16487 NONAME ??1H225_ArrayOf_AdmissionConfirm@@UAE@XZ @26749 NONAME ??1H225_ArrayOf_AliasAddress@@UAE@XZ @1273 NONAME ??1H225_ArrayOf_AlternateGK@@UAE@XZ @1274 NONAME ??1H225_ArrayOf_AuthenticationMechanism@@UAE@XZ @1275 NONAME ??1H225_ArrayOf_BandwidthDetails@@UAE@XZ @16488 NONAME ??1H225_ArrayOf_CallReferenceValue@@UAE@XZ @1276 NONAME ??1H225_ArrayOf_CallsAvailable@@UAE@XZ @16489 NONAME ??1H225_ArrayOf_ClearToken@@UAE@XZ @1277 NONAME ??1H225_ArrayOf_ConferenceIdentifier@@UAE@XZ @1278 NONAME ??1H225_ArrayOf_ConferenceList@@UAE@XZ @1279 NONAME ??1H225_ArrayOf_CryptoH323Token@@UAE@XZ @1280 NONAME ??1H225_ArrayOf_DataRate@@UAE@XZ @1281 NONAME ??1H225_ArrayOf_Endpoint@@UAE@XZ @1282 NONAME ??1H225_ArrayOf_EnumeratedParameter@@UAE@XZ @16490 NONAME ??1H225_ArrayOf_ExtendedAliasAddress@@UAE@XZ @16491 NONAME ??1H225_ArrayOf_FeatureDescriptor@@UAE@XZ @16492 NONAME ??1H225_ArrayOf_GenericData@@UAE@XZ @16493 NONAME ??1H225_ArrayOf_H245Security@@UAE@XZ @1283 NONAME ??1H225_ArrayOf_H248PackagesDescriptor@@UAE@XZ @16494 NONAME ??1H225_ArrayOf_IntegrityMechanism@@UAE@XZ @1284 NONAME ??1H225_ArrayOf_NonStandardParameter@@UAE@XZ @1285 NONAME ??1H225_ArrayOf_PartyNumber@@UAE@XZ @16495 NONAME ??1H225_ArrayOf_PASN_ObjectId@@UAE@XZ @1286 NONAME ??1H225_ArrayOf_PASN_OctetString@@UAE@XZ @1287 NONAME ??1H225_ArrayOf_RasUsageSpecification@@UAE@XZ @16496 NONAME ??1H225_ArrayOf_RTPSession@@UAE@XZ @1288 NONAME ??1H225_ArrayOf_ServiceControlSession@@UAE@XZ @16497 NONAME ??1H225_ArrayOf_SupportedPrefix@@UAE@XZ @1289 NONAME ??1H225_ArrayOf_SupportedProtocols@@UAE@XZ @1290 NONAME ??1H225_ArrayOf_TransportAddress@@UAE@XZ @1291 NONAME ??1H225_ArrayOf_TransportChannelInfo@@UAE@XZ @1292 NONAME ??1H225_ArrayOf_TunnelledProtocol@@UAE@XZ @16498 NONAME ??1H225_BandRejectReason@@UAE@XZ @1293 NONAME ??1H225_BandWidth@@UAE@XZ @1294 NONAME ??1H225_BandwidthConfirm@@UAE@XZ @1295 NONAME ??1H225_BandwidthDetails@@UAE@XZ @16499 NONAME ??1H225_BandwidthReject@@UAE@XZ @1296 NONAME ??1H225_BandwidthRequest@@UAE@XZ @1297 NONAME ??1H225_CallCapacity@@UAE@XZ @16500 NONAME ??1H225_CallCapacityInfo@@UAE@XZ @16501 NONAME ??1H225_CallCreditCapability@@UAE@XZ @16502 NONAME ??1H225_CallCreditServiceControl@@UAE@XZ @16503 NONAME ??1H225_CallCreditServiceControl_billingMode@@UAE@XZ @16504 NONAME ??1H225_CallCreditServiceControl_callStartingPoint@@UAE@XZ @16505 NONAME ??1H225_CallIdentifier@@UAE@XZ @1298 NONAME ??1H225_CallLinkage@@UAE@XZ @16506 NONAME ??1H225_CallModel@@UAE@XZ @1299 NONAME ??1H225_CallProceeding_UUIE@@UAE@XZ @1300 NONAME ??1H225_CallReferenceValue@@UAE@XZ @1301 NONAME ??1H225_CallsAvailable@@UAE@XZ @16507 NONAME ??1H225_CallTerminationCause@@UAE@XZ @16508 NONAME ??1H225_CallType@@UAE@XZ @1302 NONAME ??1H225_CapacityReportingCapability@@UAE@XZ @16509 NONAME ??1H225_CapacityReportingSpecification@@UAE@XZ @16510 NONAME ??1H225_CapacityReportingSpecification_when@@UAE@XZ @16511 NONAME ??1H225_CarrierInfo@@UAE@XZ @26750 NONAME ??1H225_CicInfo@@UAE@XZ @16512 NONAME ??1H225_CicInfo_cic@@UAE@XZ @16513 NONAME ??1H225_CircuitIdentifier@@UAE@XZ @16514 NONAME ??1H225_CircuitInfo@@UAE@XZ @16515 NONAME ??1H225_ConferenceIdentifier@@UAE@XZ @1303 NONAME ??1H225_ConferenceList@@UAE@XZ @1304 NONAME ??1H225_Connect_UUIE@@UAE@XZ @1305 NONAME ??1H225_Connect_UUIE_language@@UAE@XZ @16516 NONAME ??1H225_Content@@UAE@XZ @16517 NONAME ??1H225_CryptoH323Token@@UAE@XZ @1306 NONAME ??1H225_CryptoH323Token_cryptoEPPwdHash@@UAE@XZ @1307 NONAME ??1H225_CryptoH323Token_cryptoGKPwdHash@@UAE@XZ @1308 NONAME ??1H225_DataRate@@UAE@XZ @1309 NONAME ??1H225_DisengageConfirm@@UAE@XZ @1310 NONAME ??1H225_DisengageReason@@UAE@XZ @1311 NONAME ??1H225_DisengageReject@@UAE@XZ @1312 NONAME ??1H225_DisengageRejectReason@@UAE@XZ @1313 NONAME ??1H225_DisengageRequest@@UAE@XZ @1314 NONAME ??1H225_EncodedFastStartToken@@UAE@XZ @18486 NONAME ??1H225_EncryptIntAlg@@UAE@XZ @1315 NONAME ??1H225_Endpoint@@UAE@XZ @1316 NONAME ??1H225_EndpointIdentifier@@UAE@XZ @1317 NONAME ??1H225_EndpointType@@UAE@XZ @1318 NONAME ??1H225_EnumeratedParameter@@UAE@XZ @16518 NONAME ??1H225_ExtendedAliasAddress@@UAE@XZ @16519 NONAME ??1H225_FacilityReason@@UAE@XZ @1319 NONAME ??1H225_Facility_UUIE@@UAE@XZ @1320 NONAME ??1H225_FastStartToken@@UAE@XZ @1321 NONAME ??1H225_FeatureDescriptor@@UAE@XZ @16520 NONAME ??1H225_FeatureSet@@UAE@XZ @16521 NONAME ??1H225_GatekeeperConfirm@@UAE@XZ @1322 NONAME ??1H225_GatekeeperIdentifier@@UAE@XZ @1323 NONAME ??1H225_GatekeeperInfo@@UAE@XZ @1324 NONAME ??1H225_GatekeeperReject@@UAE@XZ @1325 NONAME ??1H225_GatekeeperRejectReason@@UAE@XZ @1326 NONAME ??1H225_GatekeeperRequest@@UAE@XZ @1327 NONAME ??1H225_GatewayInfo@@UAE@XZ @1328 NONAME ??1H225_GenericData@@UAE@XZ @16522 NONAME ??1H225_GenericIdentifier@@UAE@XZ @16523 NONAME ??1H225_GloballyUniqueID@@UAE@XZ @1329 NONAME ??1H225_GroupID@@UAE@XZ @16524 NONAME ??1H225_GroupID_member@@UAE@XZ @16525 NONAME ??1H225_GSM_UIM@@UAE@XZ @16526 NONAME ??1H225_H221NonStandard@@UAE@XZ @1330 NONAME ??1H225_H245Security@@UAE@XZ @1331 NONAME ??1H225_H248PackagesDescriptor@@UAE@XZ @16527 NONAME ??1H225_H248SignalsDescriptor@@UAE@XZ @16528 NONAME ??1H225_H310Caps@@UAE@XZ @1332 NONAME ??1H225_H320Caps@@UAE@XZ @1333 NONAME ??1H225_H321Caps@@UAE@XZ @1334 NONAME ??1H225_H322Caps@@UAE@XZ @1335 NONAME ??1H225_H323Caps@@UAE@XZ @1336 NONAME ??1H225_H323_UserInformation@@UAE@XZ @1337 NONAME ??1H225_H323_UserInformation_user_data@@UAE@XZ @1338 NONAME ??1H225_H323_UU_PDU@@UAE@XZ @1339 NONAME ??1H225_H323_UU_PDU_h323_message_body@@UAE@XZ @1340 NONAME ??1H225_H323_UU_PDU_tunnelledSignallingMessage@@UAE@XZ @16529 NONAME ??1H225_H324Caps@@UAE@XZ @1341 NONAME ??1H225_ICV@@UAE@XZ @1342 NONAME ??1H225_InfoRequest@@UAE@XZ @1343 NONAME ??1H225_InfoRequestAck@@UAE@XZ @1344 NONAME ??1H225_InfoRequestNak@@UAE@XZ @1345 NONAME ??1H225_InfoRequestNakReason@@UAE@XZ @1346 NONAME ??1H225_InfoRequestResponse@@UAE@XZ @1347 NONAME ??1H225_InfoRequestResponseStatus@@UAE@XZ @16530 NONAME ??1H225_InfoRequestResponse_perCallInfo@@UAE@XZ @1348 NONAME ??1H225_InfoRequestResponse_perCallInfo_subtype@@UAE@XZ @1349 NONAME ??1H225_InfoRequestResponse_perCallInfo_subtype_pdu@@UAE@XZ @1350 NONAME ??1H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UAE@XZ @1351 NONAME ??1H225_Information_UUIE@@UAE@XZ @1352 NONAME ??1H225_IntegrityMechanism@@UAE@XZ @1353 NONAME ??1H225_LocationConfirm@@UAE@XZ @1354 NONAME ??1H225_LocationReject@@UAE@XZ @1355 NONAME ??1H225_LocationRejectReason@@UAE@XZ @1356 NONAME ??1H225_LocationRequest@@UAE@XZ @1357 NONAME ??1H225_McuInfo@@UAE@XZ @1358 NONAME ??1H225_MobileUIM@@UAE@XZ @16531 NONAME ??1H225_NonIsoIntegrityMechanism@@UAE@XZ @1359 NONAME ??1H225_NonStandardIdentifier@@UAE@XZ @1360 NONAME ??1H225_NonStandardMessage@@UAE@XZ @1361 NONAME ??1H225_NonStandardParameter@@UAE@XZ @1362 NONAME ??1H225_NonStandardProtocol@@UAE@XZ @1363 NONAME ??1H225_Notify_UUIE@@UAE@XZ @16532 NONAME ??1H225_NumberDigits@@UAE@XZ @1364 NONAME ??1H225_PartyNumber@@UAE@XZ @1365 NONAME ??1H225_PresentationIndicator@@UAE@XZ @16533 NONAME ??1H225_PrivatePartyNumber@@UAE@XZ @1366 NONAME ??1H225_PrivateTypeOfNumber@@UAE@XZ @1367 NONAME ??1H225_Progress_UUIE@@UAE@XZ @1368 NONAME ??1H225_ProtocolIdentifier@@UAE@XZ @1369 NONAME ??1H225_PublicPartyNumber@@UAE@XZ @1370 NONAME ??1H225_PublicTypeOfNumber@@UAE@XZ @1371 NONAME ??1H225_Q954Details@@UAE@XZ @1372 NONAME ??1H225_QseriesOptions@@UAE@XZ @1373 NONAME ??1H225_RAS@@UAE@XZ @18667 NONAME ??1H225_RasMessage@@UAE@XZ @1374 NONAME ??1H225_RasUsageInformation@@UAE@XZ @16534 NONAME ??1H225_RasUsageInfoTypes@@UAE@XZ @16535 NONAME ??1H225_RasUsageSpecification@@UAE@XZ @16536 NONAME ??1H225_RasUsageSpecification_callStartingPoint@@UAE@XZ @16537 NONAME ??1H225_RasUsageSpecification_when@@UAE@XZ @16538 NONAME ??1H225_RegistrationConfirm@@UAE@XZ @1375 NONAME ??1H225_RegistrationConfirm_preGrantedARQ@@UAE@XZ @1376 NONAME ??1H225_RegistrationReject@@UAE@XZ @1377 NONAME ??1H225_RegistrationRejectReason@@UAE@XZ @1378 NONAME ??1H225_RegistrationRejectReason_invalidTerminalAliases@@UAE@XZ @16539 NONAME ??1H225_RegistrationRequest@@UAE@XZ @1379 NONAME ??1H225_ReleaseCompleteReason@@UAE@XZ @1380 NONAME ??1H225_ReleaseComplete_UUIE@@UAE@XZ @1381 NONAME ??1H225_RequestInProgress@@UAE@XZ @1382 NONAME ??1H225_RequestSeqNum@@UAE@XZ @1383 NONAME ??1H225_ResourcesAvailableConfirm@@UAE@XZ @1384 NONAME ??1H225_ResourcesAvailableIndicate@@UAE@XZ @1385 NONAME ??1H225_RTPSession@@UAE@XZ @1386 NONAME ??1H225_RTPSession_associatedSessionIds@@UAE@XZ @1387 NONAME ??1H225_ScnConnectionAggregation@@UAE@XZ @16540 NONAME ??1H225_ScnConnectionType@@UAE@XZ @16541 NONAME ??1H225_ScreeningIndicator@@UAE@XZ @16542 NONAME ??1H225_SecurityCapabilities@@UAE@XZ @1388 NONAME ??1H225_SecurityErrors2@@UAE@XZ @26751 NONAME ??1H225_SecurityErrors@@UAE@XZ @26752 NONAME ??1H225_SecurityServiceMode@@UAE@XZ @1389 NONAME ??1H225_ServiceControlDescriptor@@UAE@XZ @16543 NONAME ??1H225_ServiceControlIndication@@UAE@XZ @16544 NONAME ??1H225_ServiceControlIndication_callSpecific@@UAE@XZ @16545 NONAME ??1H225_ServiceControlResponse@@UAE@XZ @16546 NONAME ??1H225_ServiceControlResponse_result@@UAE@XZ @16547 NONAME ??1H225_ServiceControlSession@@UAE@XZ @16548 NONAME ??1H225_ServiceControlSession_reason@@UAE@XZ @16549 NONAME ??1H225_SetupAcknowledge_UUIE@@UAE@XZ @16550 NONAME ??1H225_Setup_UUIE@@UAE@XZ @1390 NONAME ??1H225_Setup_UUIE_conferenceGoal@@UAE@XZ @1391 NONAME ??1H225_Setup_UUIE_connectionParameters@@UAE@XZ @16551 NONAME ??1H225_Setup_UUIE_language@@UAE@XZ @16552 NONAME ??1H225_SIPCaps@@UAE@XZ @26753 NONAME ??1H225_StatusInquiry_UUIE@@UAE@XZ @16553 NONAME ??1H225_Status_UUIE@@UAE@XZ @16554 NONAME ??1H225_StimulusControl@@UAE@XZ @16555 NONAME ??1H225_SupportedPrefix@@UAE@XZ @1392 NONAME ??1H225_SupportedProtocols@@UAE@XZ @1393 NONAME ??1H225_T120OnlyCaps@@UAE@XZ @1394 NONAME ??1H225_T38FaxAnnexbOnlyCaps@@UAE@XZ @16556 NONAME ??1H225_TBCD_STRING@@UAE@XZ @16557 NONAME ??1H225_TerminalInfo@@UAE@XZ @1395 NONAME ??1H225_TimeToLive@@UAE@XZ @1396 NONAME ??1H225_TransportAddress@@UAE@XZ @1397 NONAME ??1H225_TransportAddress_ip6Address@@UAE@XZ @1398 NONAME ??1H225_TransportAddress_ipAddress@@UAE@XZ @1399 NONAME ??1H225_TransportAddress_ipSourceRoute@@UAE@XZ @1400 NONAME ??1H225_TransportAddress_ipSourceRoute_route@@UAE@XZ @1401 NONAME ??1H225_TransportAddress_ipSourceRoute_routing@@UAE@XZ @1402 NONAME ??1H225_TransportAddress_ipxAddress@@UAE@XZ @1403 NONAME ??1H225_TransportChannelInfo@@UAE@XZ @1404 NONAME ??1H225_TransportQOS@@UAE@XZ @1405 NONAME ??1H225_TunnelledProtocol@@UAE@XZ @16558 NONAME ??1H225_TunnelledProtocolAlternateIdentifier@@UAE@XZ @16559 NONAME ??1H225_TunnelledProtocol_id@@UAE@XZ @16560 NONAME ??1H225_UnknownMessageResponse@@UAE@XZ @1406 NONAME ??1H225_UnregistrationConfirm@@UAE@XZ @1407 NONAME ??1H225_UnregistrationReject@@UAE@XZ @1408 NONAME ??1H225_UnregistrationRequest@@UAE@XZ @1409 NONAME ??1H225_UnregRejectReason@@UAE@XZ @1410 NONAME ??1H225_UnregRequestReason@@UAE@XZ @1411 NONAME ??1H225_UseSpecifiedTransport@@UAE@XZ @16561 NONAME ??1H225_UUIEsRequested@@UAE@XZ @1412 NONAME ??1H225_VendorIdentifier@@UAE@XZ @1413 NONAME ??1H225_VoiceCaps@@UAE@XZ @1414 NONAME ??1H235AuthCAT@@UAE@XZ @23873 NONAME ??1H235Authenticator@@UAE@XZ @19303 NONAME ??1H235Authenticators@@UAE@XZ @21086 NONAME ??1H235AuthProcedure1@@UAE@XZ @19722 NONAME ??1H235AuthSimpleMD5@@UAE@XZ @19305 NONAME ??1H235_AuthenticationBES@@UAE@XZ @19207 NONAME ??1H235_AuthenticationMechanism@@UAE@XZ @1415 NONAME ??1H235_ChallengeString@@UAE@XZ @1416 NONAME ??1H235_ClearToken@@UAE@XZ @1417 NONAME ??1H235_CryptoToken@@UAE@XZ @1418 NONAME ??1H235_CryptoToken_cryptoEncryptedToken@@UAE@XZ @1419 NONAME ??1H235_CryptoToken_cryptoHashedToken@@UAE@XZ @1420 NONAME ??1H235_CryptoToken_cryptoSignedToken@@UAE@XZ @1421 NONAME ??1H235_DHset@@UAE@XZ @1422 NONAME ??1H235_ECGDSASignature@@UAE@XZ @26754 NONAME ??1H235_ECKASDH@@UAE@XZ @19209 NONAME ??1H235_ECKASDH_eckasdh2@@UAE@XZ @19210 NONAME ??1H235_ECKASDH_eckasdhp@@UAE@XZ @19211 NONAME ??1H235_ECpoint@@UAE@XZ @26755 NONAME ??1H235_EncodedGeneralToken@@UAE@XZ @18487 NONAME ??1H235_EncodedKeySignedMaterial@@UAE@XZ @18488 NONAME ??1H235_EncodedKeySyncMaterial@@UAE@XZ @18489 NONAME ??1H235_EncodedPwdCertToken@@UAE@XZ @18490 NONAME ??1H235_EncodedReturnSig@@UAE@XZ @18491 NONAME ??1H235_H235CertificateSignature@@UAE@XZ @1423 NONAME ??1H235_H235Key@@UAE@XZ @1424 NONAME ??1H235_Identifier@@UAE@XZ @1425 NONAME ??1H235_IV16@@UAE@XZ @19212 NONAME ??1H235_IV8@@UAE@XZ @1426 NONAME ??1H235_KeyMaterial@@UAE@XZ @1427 NONAME ??1H235_KeySignedMaterial@@UAE@XZ @1428 NONAME ??1H235_KeySyncMaterial@@UAE@XZ @1429 NONAME ??1H235_NonStandardParameter@@UAE@XZ @1430 NONAME ??1H235_Params@@UAE@XZ @1431 NONAME ??1H235_Password@@UAE@XZ @1432 NONAME ??1H235_PwdCertToken@@UAE@XZ @1433 NONAME ??1H235_RandomVal@@UAE@XZ @1434 NONAME ??1H235_ReturnSig@@UAE@XZ @1435 NONAME ??1H235_TimeStamp@@UAE@XZ @1436 NONAME ??1H235_TypedCertificate@@UAE@XZ @1437 NONAME ??1H235_V3KeySyncMaterial@@UAE@XZ @26756 NONAME ??1H245NegLogicalChannel@@UAE@XZ @1438 NONAME ??1H245NegLogicalChannels@@UAE@XZ @1439 NONAME ??1H245NegMasterSlaveDetermination@@UAE@XZ @1440 NONAME ??1H245Negotiator@@UAE@XZ @1441 NONAME ??1H245NegRequestMode@@UAE@XZ @1442 NONAME ??1H245NegRoundTripDelay@@UAE@XZ @1443 NONAME ??1H245NegTerminalCapabilitySet@@UAE@XZ @1444 NONAME ??1H245TransportThread@@UAE@XZ @1445 NONAME ??1H245_AlternativeCapabilitySet@@UAE@XZ @1446 NONAME ??1H245_ArrayOf_AlternativeCapabilitySet@@UAE@XZ @1447 NONAME ??1H245_ArrayOf_BEnhancementParameters@@UAE@XZ @1448 NONAME ??1H245_ArrayOf_CapabilityDescriptor@@UAE@XZ @1449 NONAME ??1H245_ArrayOf_CapabilityDescriptorNumber@@UAE@XZ @1450 NONAME ??1H245_ArrayOf_CapabilityTableEntry@@UAE@XZ @1451 NONAME ??1H245_ArrayOf_CapabilityTableEntryNumber@@UAE@XZ @1452 NONAME ??1H245_ArrayOf_CommunicationModeTableEntry@@UAE@XZ @1453 NONAME ??1H245_ArrayOf_CustomPictureClockFrequency@@UAE@XZ @1454 NONAME ??1H245_ArrayOf_CustomPictureFormat@@UAE@XZ @1455 NONAME ??1H245_ArrayOf_DataApplicationCapability@@UAE@XZ @1456 NONAME ??1H245_ArrayOf_DialingInformationNetworkType@@UAE@XZ @16562 NONAME ??1H245_ArrayOf_DialingInformationNumber@@UAE@XZ @16563 NONAME ??1H245_ArrayOf_EnhancementOptions@@UAE@XZ @1457 NONAME ??1H245_ArrayOf_EscrowData@@UAE@XZ @1458 NONAME ??1H245_ArrayOf_GenericCapability@@UAE@XZ @43778 NONAME ??1H245_ArrayOf_GenericParameter@@UAE@XZ @16564 NONAME ??1H245_ArrayOf_H263ModeComboFlags@@UAE@XZ @1459 NONAME ??1H245_ArrayOf_H263VideoModeCombos@@UAE@XZ @1460 NONAME ??1H245_ArrayOf_MediaChannelCapability@@UAE@XZ @1461 NONAME ??1H245_ArrayOf_MediaDistributionCapability@@UAE@XZ @1462 NONAME ??1H245_ArrayOf_ModeDescription@@UAE@XZ @1463 NONAME ??1H245_ArrayOf_MultiplePayloadStreamElement@@UAE@XZ @26757 NONAME ??1H245_ArrayOf_MultiplePayloadStreamElementMode@@UAE@XZ @26758 NONAME ??1H245_ArrayOf_MultiplexElement@@UAE@XZ @1464 NONAME ??1H245_ArrayOf_MultiplexEntryDescriptor@@UAE@XZ @1465 NONAME ??1H245_ArrayOf_MultiplexEntryRejectionDescriptions@@UAE@XZ @1466 NONAME ??1H245_ArrayOf_MultiplexTableEntryNumber@@UAE@XZ @1467 NONAME ??1H245_ArrayOf_NonStandardParameter@@UAE@XZ @1468 NONAME ??1H245_ArrayOf_ParameterIdentifier@@UAE@XZ @16565 NONAME ??1H245_ArrayOf_PictureReference@@UAE@XZ @16566 NONAME ??1H245_ArrayOf_Q2931Address@@UAE@XZ @16567 NONAME ??1H245_ArrayOf_QOSCapability@@UAE@XZ @1469 NONAME ??1H245_ArrayOf_RedundancyEncodingCapability@@UAE@XZ @1470 NONAME ??1H245_ArrayOf_RedundancyEncodingDTModeElement@@UAE@XZ @26759 NONAME ??1H245_ArrayOf_RedundancyEncodingElement@@UAE@XZ @26760 NONAME ??1H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@UAE@XZ @1471 NONAME ??1H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@UAE@XZ @1472 NONAME ??1H245_ArrayOf_RTPPayloadType@@UAE@XZ @1473 NONAME ??1H245_ArrayOf_TerminalInformation@@UAE@XZ @1474 NONAME ??1H245_ArrayOf_TerminalLabel@@UAE@XZ @1475 NONAME ??1H245_ArrayOf_VCCapability@@UAE@XZ @1476 NONAME ??1H245_ArrayOf_VideoCapability@@UAE@XZ @43779 NONAME ??1H245_ATMParameters@@UAE@XZ @1477 NONAME ??1H245_AudioCapability@@UAE@XZ @1478 NONAME ??1H245_AudioCapability_g7231@@UAE@XZ @1479 NONAME ??1H245_AudioMode@@UAE@XZ @1480 NONAME ??1H245_AudioMode_g7231@@UAE@XZ @1481 NONAME ??1H245_AudioTelephonyEventCapability@@UAE@XZ @16568 NONAME ??1H245_AudioToneCapability@@UAE@XZ @16569 NONAME ??1H245_AuthenticationCapability@@UAE@XZ @1482 NONAME ??1H245_BEnhancementParameters@@UAE@XZ @1483 NONAME ??1H245_Capability@@UAE@XZ @1484 NONAME ??1H245_CapabilityDescriptor@@UAE@XZ @1485 NONAME ??1H245_CapabilityDescriptorNumber@@UAE@XZ @1486 NONAME ??1H245_CapabilityIdentifier@@UAE@XZ @16570 NONAME ??1H245_CapabilityTableEntry@@UAE@XZ @1487 NONAME ??1H245_CapabilityTableEntryNumber@@UAE@XZ @1488 NONAME ??1H245_Capability_h233EncryptionReceiveCapability@@UAE@XZ @1489 NONAME ??1H245_CertSelectionCriteria@@UAE@XZ @1490 NONAME ??1H245_CloseLogicalChannel@@UAE@XZ @1491 NONAME ??1H245_CloseLogicalChannelAck@@UAE@XZ @1492 NONAME ??1H245_CloseLogicalChannel_reason@@UAE@XZ @1493 NONAME ??1H245_CloseLogicalChannel_source@@UAE@XZ @1494 NONAME ??1H245_CommandMessage@@UAE@XZ @1495 NONAME ??1H245_CommunicationModeCommand@@UAE@XZ @1496 NONAME ??1H245_CommunicationModeRequest@@UAE@XZ @1497 NONAME ??1H245_CommunicationModeResponse@@UAE@XZ @1498 NONAME ??1H245_CommunicationModeTableEntry@@UAE@XZ @1499 NONAME ??1H245_CommunicationModeTableEntry_dataType@@UAE@XZ @1500 NONAME ??1H245_CompressionType@@UAE@XZ @1501 NONAME ??1H245_ConferenceCapability@@UAE@XZ @1502 NONAME ??1H245_ConferenceCommand@@UAE@XZ @1503 NONAME ??1H245_ConferenceID@@UAE@XZ @1504 NONAME ??1H245_ConferenceIndication@@UAE@XZ @1505 NONAME ??1H245_ConferenceRequest@@UAE@XZ @1506 NONAME ??1H245_ConferenceRequest_requestTerminalCertificate@@UAE@XZ @1507 NONAME ??1H245_ConferenceResponse@@UAE@XZ @1508 NONAME ??1H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@UAE@XZ @1509 NONAME ??1H245_ConferenceResponse_chairTokenOwnerResponse@@UAE@XZ @1510 NONAME ??1H245_ConferenceResponse_conferenceIDResponse@@UAE@XZ @1511 NONAME ??1H245_ConferenceResponse_extensionAddressResponse@@UAE@XZ @1512 NONAME ??1H245_ConferenceResponse_makeMeChairResponse@@UAE@XZ @1513 NONAME ??1H245_ConferenceResponse_makeTerminalBroadcasterResponse@@UAE@XZ @1514 NONAME ??1H245_ConferenceResponse_mCTerminalIDResponse@@UAE@XZ @1515 NONAME ??1H245_ConferenceResponse_passwordResponse@@UAE@XZ @1516 NONAME ??1H245_ConferenceResponse_sendThisSourceResponse@@UAE@XZ @1517 NONAME ??1H245_ConferenceResponse_terminalCertificateResponse@@UAE@XZ @1518 NONAME ??1H245_ConferenceResponse_terminalIDResponse@@UAE@XZ @1519 NONAME ??1H245_ConnectionIdentifier@@UAE@XZ @16571 NONAME ??1H245_CRCLength@@UAE@XZ @1520 NONAME ??1H245_Criteria@@UAE@XZ @1521 NONAME ??1H245_CustomPictureClockFrequency@@UAE@XZ @1522 NONAME ??1H245_CustomPictureFormat@@UAE@XZ @1523 NONAME ??1H245_CustomPictureFormat_mPI@@UAE@XZ @1524 NONAME ??1H245_CustomPictureFormat_mPI_customPCF@@UAE@XZ @1525 NONAME ??1H245_CustomPictureFormat_mPI_customPCF_subtype@@UAE@XZ @1526 NONAME ??1H245_CustomPictureFormat_pixelAspectInformation@@UAE@XZ @1527 NONAME ??1H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@UAE@XZ @1528 NONAME ??1H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UAE@XZ @1529 NONAME ??1H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@UAE@XZ @1530 NONAME ??1H245_DataApplicationCapability@@UAE@XZ @1531 NONAME ??1H245_DataApplicationCapability_application@@UAE@XZ @1532 NONAME ??1H245_DataApplicationCapability_application_nlpid@@UAE@XZ @1533 NONAME ??1H245_DataApplicationCapability_application_t38fax@@UAE@XZ @16572 NONAME ??1H245_DataApplicationCapability_application_t84@@UAE@XZ @1534 NONAME ??1H245_DataMode@@UAE@XZ @1535 NONAME ??1H245_DataMode_application@@UAE@XZ @1536 NONAME ??1H245_DataMode_application_nlpid@@UAE@XZ @1537 NONAME ??1H245_DataMode_application_t38fax@@UAE@XZ @16573 NONAME ??1H245_DataProtocolCapability@@UAE@XZ @1538 NONAME ??1H245_DataProtocolCapability_v76wCompression@@UAE@XZ @1539 NONAME ??1H245_DataType@@UAE@XZ @1540 NONAME ??1H245_DepFECCapability@@UAE@XZ @43780 NONAME ??1H245_DepFECCapability_rfc2733@@UAE@XZ @43781 NONAME ??1H245_DepFECCapability_rfc2733_separateStream@@UAE@XZ @43782 NONAME ??1H245_DepFECData@@UAE@XZ @43783 NONAME ??1H245_DepFECData_rfc2733@@UAE@XZ @43784 NONAME ??1H245_DepFECData_rfc2733_mode@@UAE@XZ @43785 NONAME ??1H245_DepFECData_rfc2733_mode_separateStream@@UAE@XZ @43786 NONAME ??1H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UAE@XZ @43787 NONAME ??1H245_DepFECData_rfc2733_mode_separateStream_samePort@@UAE@XZ @43788 NONAME ??1H245_DepFECMode@@UAE@XZ @43789 NONAME ??1H245_DepFECMode_rfc2733Mode@@UAE@XZ @43790 NONAME ??1H245_DepFECMode_rfc2733Mode_mode@@UAE@XZ @43791 NONAME ??1H245_DepFECMode_rfc2733Mode_mode_separateStream@@UAE@XZ @43792 NONAME ??1H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UAE@XZ @43793 NONAME ??1H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UAE@XZ @43794 NONAME ??1H245_DialingInformation@@UAE@XZ @16574 NONAME ??1H245_DialingInformationNetworkType@@UAE@XZ @16575 NONAME ??1H245_DialingInformationNumber@@UAE@XZ @16576 NONAME ??1H245_EncryptionAuthenticationAndIntegrity@@UAE@XZ @1541 NONAME ??1H245_EncryptionCapability@@UAE@XZ @1542 NONAME ??1H245_EncryptionCommand@@UAE@XZ @1543 NONAME ??1H245_EncryptionCommand_encryptionAlgorithmID@@UAE@XZ @1544 NONAME ??1H245_EncryptionMode@@UAE@XZ @1545 NONAME ??1H245_EncryptionSync@@UAE@XZ @1546 NONAME ??1H245_EncryptionUpdateDirection@@UAE@XZ @43795 NONAME ??1H245_EncryptionUpdateRequest@@UAE@XZ @1547 NONAME ??1H245_EndSessionCommand@@UAE@XZ @1548 NONAME ??1H245_EndSessionCommand_gstnOptions@@UAE@XZ @1549 NONAME ??1H245_EndSessionCommand_isdnOptions@@UAE@XZ @1550 NONAME ??1H245_EnhancementLayerInfo@@UAE@XZ @1551 NONAME ??1H245_EnhancementOptions@@UAE@XZ @1552 NONAME ??1H245_EscrowData@@UAE@XZ @1553 NONAME ??1H245_ExtendedVideoCapability@@UAE@XZ @43796 NONAME ??1H245_FECCapability@@UAE@XZ @26761 NONAME ??1H245_FECCapability_rfc2733Format@@UAE@XZ @43797 NONAME ??1H245_FECData@@UAE@XZ @26764 NONAME ??1H245_FECData_rfc2733@@UAE@XZ @26765 NONAME ??1H245_FECData_rfc2733_pktMode@@UAE@XZ @43798 NONAME ??1H245_FECData_rfc2733_pktMode_rfc2733diffport@@UAE@XZ @43799 NONAME ??1H245_FECData_rfc2733_pktMode_rfc2733sameport@@UAE@XZ @43800 NONAME ??1H245_FECMode@@UAE@XZ @26770 NONAME ??1H245_FECMode_rfc2733Format@@UAE@XZ @43801 NONAME ??1H245_FlowControlCommand@@UAE@XZ @1554 NONAME ??1H245_FlowControlCommand_restriction@@UAE@XZ @1555 NONAME ??1H245_FlowControlCommand_scope@@UAE@XZ @1556 NONAME ??1H245_FlowControlIndication@@UAE@XZ @16577 NONAME ??1H245_FlowControlIndication_restriction@@UAE@XZ @16578 NONAME ??1H245_FlowControlIndication_scope@@UAE@XZ @16579 NONAME ??1H245_FunctionNotSupported@@UAE@XZ @1557 NONAME ??1H245_FunctionNotSupported_cause@@UAE@XZ @1558 NONAME ??1H245_FunctionNotUnderstood@@UAE@XZ @1559 NONAME ??1H245_G7231AnnexCCapability@@UAE@XZ @1560 NONAME ??1H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UAE@XZ @1561 NONAME ??1H245_G7231AnnexCMode@@UAE@XZ @1562 NONAME ??1H245_G7231AnnexCMode_g723AnnexCAudioMode@@UAE@XZ @1563 NONAME ??1H245_G729Extensions@@UAE@XZ @16580 NONAME ??1H245_GenericCapability@@UAE@XZ @16581 NONAME ??1H245_GenericMessage@@UAE@XZ @43802 NONAME ??1H245_GenericParameter@@UAE@XZ @16582 NONAME ??1H245_GSMAudioCapability@@UAE@XZ @1564 NONAME ??1H245_H222Capability@@UAE@XZ @1565 NONAME ??1H245_H222LogicalChannelParameters@@UAE@XZ @1566 NONAME ??1H245_H223AL1MParameters@@UAE@XZ @1567 NONAME ??1H245_H223AL1MParameters_arqType@@UAE@XZ @1568 NONAME ??1H245_H223AL1MParameters_crcLength@@UAE@XZ @1569 NONAME ??1H245_H223AL1MParameters_headerFEC@@UAE@XZ @1570 NONAME ??1H245_H223AL1MParameters_transferMode@@UAE@XZ @1571 NONAME ??1H245_H223AL2MParameters@@UAE@XZ @1572 NONAME ??1H245_H223AL2MParameters_headerFEC@@UAE@XZ @1573 NONAME ??1H245_H223AL3MParameters@@UAE@XZ @1574 NONAME ??1H245_H223AL3MParameters_arqType@@UAE@XZ @1575 NONAME ??1H245_H223AL3MParameters_crcLength@@UAE@XZ @1576 NONAME ??1H245_H223AL3MParameters_headerFormat@@UAE@XZ @1577 NONAME ??1H245_H223AnnexCArqParameters@@UAE@XZ @1578 NONAME ??1H245_H223AnnexCArqParameters_numberOfRetransmissions@@UAE@XZ @1579 NONAME ??1H245_H223AnnexCCapability@@UAE@XZ @1580 NONAME ??1H245_H223Capability@@UAE@XZ @1581 NONAME ??1H245_H223Capability_h223MultiplexTableCapability@@UAE@XZ @1582 NONAME ??1H245_H223Capability_h223MultiplexTableCapability_enhanced@@UAE@XZ @1583 NONAME ??1H245_H223Capability_mobileMultilinkFrameCapability@@UAE@XZ @16583 NONAME ??1H245_H223Capability_mobileOperationTransmitCapability@@UAE@XZ @1584 NONAME ??1H245_H223LogicalChannelParameters@@UAE@XZ @1585 NONAME ??1H245_H223LogicalChannelParameters_adaptationLayerType@@UAE@XZ @1586 NONAME ??1H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UAE@XZ @1587 NONAME ??1H245_H223ModeParameters@@UAE@XZ @1588 NONAME ??1H245_H223ModeParameters_adaptationLayerType@@UAE@XZ @1589 NONAME ??1H245_H223ModeParameters_adaptationLayerType_al3@@UAE@XZ @1590 NONAME ??1H245_H223MultiplexReconfiguration@@UAE@XZ @1591 NONAME ??1H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@UAE@XZ @1592 NONAME ??1H245_H223MultiplexReconfiguration_h223ModeChange@@UAE@XZ @1593 NONAME ??1H245_H223SkewIndication@@UAE@XZ @1594 NONAME ??1H245_H2250Capability@@UAE@XZ @1595 NONAME ??1H245_H2250Capability_mcCapability@@UAE@XZ @1596 NONAME ??1H245_H2250LogicalChannelAckParameters@@UAE@XZ @1597 NONAME ??1H245_H2250LogicalChannelParameters@@UAE@XZ @1598 NONAME ??1H245_H2250LogicalChannelParameters_mediaPacketization@@UAE@XZ @1599 NONAME ??1H245_H2250MaximumSkewIndication@@UAE@XZ @1600 NONAME ??1H245_H2250ModeParameters@@UAE@XZ @1601 NONAME ??1H245_H235Media@@UAE@XZ @1602 NONAME ??1H245_H235Media_mediaType@@UAE@XZ @1603 NONAME ??1H245_H235Mode@@UAE@XZ @1604 NONAME ??1H245_H235Mode_mediaMode@@UAE@XZ @1605 NONAME ??1H245_H235SecurityCapability@@UAE@XZ @1606 NONAME ??1H245_H261VideoCapability@@UAE@XZ @1607 NONAME ??1H245_H261VideoMode@@UAE@XZ @1608 NONAME ??1H245_H261VideoMode_resolution@@UAE@XZ @1609 NONAME ??1H245_H262VideoCapability@@UAE@XZ @1610 NONAME ??1H245_H262VideoMode@@UAE@XZ @1611 NONAME ??1H245_H262VideoMode_profileAndLevel@@UAE@XZ @1612 NONAME ??1H245_H263ModeComboFlags@@UAE@XZ @1613 NONAME ??1H245_H263Options@@UAE@XZ @1614 NONAME ??1H245_H263Version3Options@@UAE@XZ @16584 NONAME ??1H245_H263VideoCapability@@UAE@XZ @1615 NONAME ??1H245_H263VideoMode@@UAE@XZ @1616 NONAME ??1H245_H263VideoModeCombos@@UAE@XZ @1617 NONAME ??1H245_H263VideoMode_resolution@@UAE@XZ @1618 NONAME ??1H245_IndicationMessage@@UAE@XZ @1619 NONAME ??1H245_IntegrityCapability@@UAE@XZ @1620 NONAME ??1H245_IS11172AudioCapability@@UAE@XZ @1621 NONAME ??1H245_IS11172AudioMode@@UAE@XZ @1622 NONAME ??1H245_IS11172AudioMode_audioLayer@@UAE@XZ @1623 NONAME ??1H245_IS11172AudioMode_audioSampling@@UAE@XZ @1624 NONAME ??1H245_IS11172AudioMode_multichannelType@@UAE@XZ @1625 NONAME ??1H245_IS11172VideoCapability@@UAE@XZ @1626 NONAME ??1H245_IS11172VideoMode@@UAE@XZ @1627 NONAME ??1H245_IS13818AudioCapability@@UAE@XZ @1628 NONAME ??1H245_IS13818AudioMode@@UAE@XZ @1629 NONAME ??1H245_IS13818AudioMode_audioLayer@@UAE@XZ @1630 NONAME ??1H245_IS13818AudioMode_audioSampling@@UAE@XZ @1631 NONAME ??1H245_IS13818AudioMode_multichannelType@@UAE@XZ @1632 NONAME ??1H245_IV16@@UAE@XZ @43803 NONAME ??1H245_IV8@@UAE@XZ @43804 NONAME ??1H245_JitterIndication@@UAE@XZ @1633 NONAME ??1H245_JitterIndication_scope@@UAE@XZ @1634 NONAME ??1H245_KeyProtectionMethod@@UAE@XZ @1635 NONAME ??1H245_LogicalChannelNumber@@UAE@XZ @1636 NONAME ??1H245_LogicalChannelRateAcknowledge@@UAE@XZ @16585 NONAME ??1H245_LogicalChannelRateReject@@UAE@XZ @16586 NONAME ??1H245_LogicalChannelRateRejectReason@@UAE@XZ @16587 NONAME ??1H245_LogicalChannelRateRelease@@UAE@XZ @16588 NONAME ??1H245_LogicalChannelRateRequest@@UAE@XZ @16589 NONAME ??1H245_MaintenanceLoopAck@@UAE@XZ @1637 NONAME ??1H245_MaintenanceLoopAck_type@@UAE@XZ @1638 NONAME ??1H245_MaintenanceLoopOffCommand@@UAE@XZ @1639 NONAME ??1H245_MaintenanceLoopReject@@UAE@XZ @1640 NONAME ??1H245_MaintenanceLoopReject_cause@@UAE@XZ @1641 NONAME ??1H245_MaintenanceLoopReject_type@@UAE@XZ @1642 NONAME ??1H245_MaintenanceLoopRequest@@UAE@XZ @1643 NONAME ??1H245_MaintenanceLoopRequest_type@@UAE@XZ @1644 NONAME ??1H245_MasterSlaveDetermination@@UAE@XZ @1645 NONAME ??1H245_MasterSlaveDeterminationAck@@UAE@XZ @1646 NONAME ??1H245_MasterSlaveDeterminationAck_decision@@UAE@XZ @1647 NONAME ??1H245_MasterSlaveDeterminationReject@@UAE@XZ @1648 NONAME ??1H245_MasterSlaveDeterminationReject_cause@@UAE@XZ @1649 NONAME ??1H245_MasterSlaveDeterminationRelease@@UAE@XZ @1650 NONAME ??1H245_MaximumBitRate@@UAE@XZ @16590 NONAME ??1H245_MaxRedundancy@@UAE@XZ @43805 NONAME ??1H245_MCLocationIndication@@UAE@XZ @1651 NONAME ??1H245_McuNumber@@UAE@XZ @1652 NONAME ??1H245_MediaChannelCapability@@UAE@XZ @1653 NONAME ??1H245_MediaDistributionCapability@@UAE@XZ @1654 NONAME ??1H245_MediaEncryptionAlgorithm@@UAE@XZ @1655 NONAME ??1H245_MediaPacketizationCapability@@UAE@XZ @1656 NONAME ??1H245_MediaTransportType@@UAE@XZ @1657 NONAME ??1H245_MediaTransportType_atm_AAL5_compressed@@UAE@XZ @16591 NONAME ??1H245_MiscellaneousCommand@@UAE@XZ @1658 NONAME ??1H245_MiscellaneousCommand_type@@UAE@XZ @1659 NONAME ??1H245_MiscellaneousCommand_type_encryptionUpdateAck@@UAE@XZ @43806 NONAME ??1H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UAE@XZ @43807 NONAME ??1H245_MiscellaneousCommand_type_lostPartialPicture@@UAE@XZ @16592 NONAME ??1H245_MiscellaneousCommand_type_progressiveRefinementStart@@UAE@XZ @1660 NONAME ??1H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@UAE@XZ @1661 NONAME ??1H245_MiscellaneousCommand_type_videoBadMBs@@UAE@XZ @16593 NONAME ??1H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UAE@XZ @1662 NONAME ??1H245_MiscellaneousCommand_type_videoFastUpdateMB@@UAE@XZ @1663 NONAME ??1H245_MiscellaneousIndication@@UAE@XZ @1664 NONAME ??1H245_MiscellaneousIndication_type@@UAE@XZ @1665 NONAME ??1H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UAE@XZ @1666 NONAME ??1H245_MobileMultilinkReconfigurationCommand@@UAE@XZ @16594 NONAME ??1H245_MobileMultilinkReconfigurationCommand_status@@UAE@XZ @16595 NONAME ??1H245_MobileMultilinkReconfigurationIndication@@UAE@XZ @16596 NONAME ??1H245_ModeDescription@@UAE@XZ @1667 NONAME ??1H245_ModeElement@@UAE@XZ @1668 NONAME ??1H245_ModeElementType@@UAE@XZ @26776 NONAME ??1H245_MulticastAddress@@UAE@XZ @1670 NONAME ??1H245_MulticastAddress_iP6Address@@UAE@XZ @1671 NONAME ??1H245_MulticastAddress_iPAddress@@UAE@XZ @1672 NONAME ??1H245_MultilinkIndication@@UAE@XZ @16597 NONAME ??1H245_MultilinkIndication_crcDesired@@UAE@XZ @16598 NONAME ??1H245_MultilinkIndication_excessiveError@@UAE@XZ @16599 NONAME ??1H245_MultilinkRequest@@UAE@XZ @16600 NONAME ??1H245_MultilinkRequest_addConnection@@UAE@XZ @16601 NONAME ??1H245_MultilinkRequest_callInformation@@UAE@XZ @16602 NONAME ??1H245_MultilinkRequest_maximumHeaderInterval@@UAE@XZ @16603 NONAME ??1H245_MultilinkRequest_maximumHeaderInterval_requestType@@UAE@XZ @16604 NONAME ??1H245_MultilinkRequest_removeConnection@@UAE@XZ @16605 NONAME ??1H245_MultilinkResponse@@UAE@XZ @16606 NONAME ??1H245_MultilinkResponse_addConnection@@UAE@XZ @16607 NONAME ??1H245_MultilinkResponse_addConnection_responseCode@@UAE@XZ @16608 NONAME ??1H245_MultilinkResponse_addConnection_responseCode_rejected@@UAE@XZ @16609 NONAME ??1H245_MultilinkResponse_callInformation@@UAE@XZ @16610 NONAME ??1H245_MultilinkResponse_maximumHeaderInterval@@UAE@XZ @16611 NONAME ??1H245_MultilinkResponse_removeConnection@@UAE@XZ @16612 NONAME ??1H245_MultimediaSystemControlMessage@@UAE@XZ @1673 NONAME ??1H245_MultiplePayloadStream@@UAE@XZ @26777 NONAME ??1H245_MultiplePayloadStreamCapability@@UAE@XZ @26778 NONAME ??1H245_MultiplePayloadStreamElement@@UAE@XZ @26779 NONAME ??1H245_MultiplePayloadStreamElementMode@@UAE@XZ @26780 NONAME ??1H245_MultiplePayloadStreamMode@@UAE@XZ @26781 NONAME ??1H245_MultiplexCapability@@UAE@XZ @1674 NONAME ??1H245_MultiplexedStreamCapability@@UAE@XZ @16613 NONAME ??1H245_MultiplexedStreamModeParameters@@UAE@XZ @16614 NONAME ??1H245_MultiplexedStreamParameter@@UAE@XZ @16615 NONAME ??1H245_MultiplexElement@@UAE@XZ @1675 NONAME ??1H245_MultiplexElement_repeatCount@@UAE@XZ @1676 NONAME ??1H245_MultiplexElement_type@@UAE@XZ @1677 NONAME ??1H245_MultiplexEntryDescriptor@@UAE@XZ @1678 NONAME ??1H245_MultiplexEntryRejectionDescriptions@@UAE@XZ @1679 NONAME ??1H245_MultiplexEntryRejectionDescriptions_cause@@UAE@XZ @1680 NONAME ??1H245_MultiplexEntrySend@@UAE@XZ @1681 NONAME ??1H245_MultiplexEntrySendAck@@UAE@XZ @1682 NONAME ??1H245_MultiplexEntrySendReject@@UAE@XZ @1683 NONAME ??1H245_MultiplexEntrySendRelease@@UAE@XZ @1684 NONAME ??1H245_MultiplexFormat@@UAE@XZ @16616 NONAME ??1H245_MultiplexTableEntryNumber@@UAE@XZ @1685 NONAME ??1H245_MultipointCapability@@UAE@XZ @1686 NONAME ??1H245_NetworkAccessParameters@@UAE@XZ @1687 NONAME ??1H245_NetworkAccessParameters_distribution@@UAE@XZ @1688 NONAME ??1H245_NetworkAccessParameters_networkAddress@@UAE@XZ @1689 NONAME ??1H245_NetworkAccessParameters_t120SetupProcedure@@UAE@XZ @1690 NONAME ??1H245_NewATMVCCommand@@UAE@XZ @16617 NONAME ??1H245_NewATMVCCommand_aal@@UAE@XZ @16618 NONAME ??1H245_NewATMVCCommand_aal_aal1@@UAE@XZ @16619 NONAME ??1H245_NewATMVCCommand_aal_aal1_clockRecovery@@UAE@XZ @16620 NONAME ??1H245_NewATMVCCommand_aal_aal1_errorCorrection@@UAE@XZ @16621 NONAME ??1H245_NewATMVCCommand_aal_aal5@@UAE@XZ @16622 NONAME ??1H245_NewATMVCCommand_multiplex@@UAE@XZ @16623 NONAME ??1H245_NewATMVCCommand_reverseParameters@@UAE@XZ @16624 NONAME ??1H245_NewATMVCCommand_reverseParameters_multiplex@@UAE@XZ @16625 NONAME ??1H245_NewATMVCIndication@@UAE@XZ @1691 NONAME ??1H245_NewATMVCIndication_aal@@UAE@XZ @1692 NONAME ??1H245_NewATMVCIndication_aal_aal1@@UAE@XZ @1693 NONAME ??1H245_NewATMVCIndication_aal_aal1_clockRecovery@@UAE@XZ @1694 NONAME ??1H245_NewATMVCIndication_aal_aal1_errorCorrection@@UAE@XZ @1695 NONAME ??1H245_NewATMVCIndication_aal_aal5@@UAE@XZ @1696 NONAME ??1H245_NewATMVCIndication_multiplex@@UAE@XZ @1697 NONAME ??1H245_NewATMVCIndication_reverseParameters@@UAE@XZ @1698 NONAME ??1H245_NewATMVCIndication_reverseParameters_multiplex@@UAE@XZ @1699 NONAME ??1H245_NonStandardIdentifier@@UAE@XZ @1700 NONAME ??1H245_NonStandardIdentifier_h221NonStandard@@UAE@XZ @1701 NONAME ??1H245_NonStandardMessage@@UAE@XZ @1702 NONAME ??1H245_NonStandardParameter@@UAE@XZ @1703 NONAME ??1H245_NoPTAudioTelephonyEventCapability@@UAE@XZ @26782 NONAME ??1H245_NoPTAudioToneCapability@@UAE@XZ @26783 NONAME ??1H245_OpenLogicalChannel@@UAE@XZ @1704 NONAME ??1H245_OpenLogicalChannelAck@@UAE@XZ @1705 NONAME ??1H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@UAE@XZ @1706 NONAME ??1H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UAE@XZ @1707 NONAME ??1H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@UAE@XZ @1708 NONAME ??1H245_OpenLogicalChannelConfirm@@UAE@XZ @1709 NONAME ??1H245_OpenLogicalChannelReject@@UAE@XZ @1710 NONAME ??1H245_OpenLogicalChannelReject_cause@@UAE@XZ @1711 NONAME ??1H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UAE@XZ @1712 NONAME ??1H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@UAE@XZ @1713 NONAME ??1H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UAE@XZ @1714 NONAME ??1H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@UAE@XZ @1715 NONAME ??1H245_ParameterIdentifier@@UAE@XZ @16626 NONAME ??1H245_ParameterValue@@UAE@XZ @16627 NONAME ??1H245_Params@@UAE@XZ @43808 NONAME ??1H245_Password@@UAE@XZ @1716 NONAME ??1H245_PictureReference@@UAE@XZ @16628 NONAME ??1H245_Q2931Address@@UAE@XZ @1717 NONAME ??1H245_Q2931Address_address@@UAE@XZ @1718 NONAME ??1H245_QOSCapability@@UAE@XZ @1719 NONAME ??1H245_QOSMode@@UAE@XZ @1720 NONAME ??1H245_RedundancyEncoding@@UAE@XZ @1721 NONAME ??1H245_RedundancyEncodingCapability@@UAE@XZ @1722 NONAME ??1H245_RedundancyEncodingDTMode@@UAE@XZ @26784 NONAME ??1H245_RedundancyEncodingDTModeElement@@UAE@XZ @26785 NONAME ??1H245_RedundancyEncodingDTModeElement_type@@UAE@XZ @26786 NONAME ??1H245_RedundancyEncodingElement@@UAE@XZ @26787 NONAME ??1H245_RedundancyEncodingMethod@@UAE@XZ @1723 NONAME ??1H245_RedundancyEncodingMode@@UAE@XZ @1724 NONAME ??1H245_RedundancyEncodingMode_secondaryEncoding@@UAE@XZ @1725 NONAME ??1H245_RedundancyEncoding_rtpRedundancyEncoding@@UAE@XZ @26788 NONAME ??1H245_RefPictureSelection@@UAE@XZ @1726 NONAME ??1H245_RefPictureSelection_additionalPictureMemory@@UAE@XZ @1727 NONAME ??1H245_RefPictureSelection_enhancedReferencePicSelect@@UAE@XZ @16629 NONAME ??1H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UAE@XZ @16630 NONAME ??1H245_RefPictureSelection_videoBackChannelSend@@UAE@XZ @1728 NONAME ??1H245_RemoteMCRequest@@UAE@XZ @1729 NONAME ??1H245_RemoteMCResponse@@UAE@XZ @1730 NONAME ??1H245_RemoteMCResponse_reject@@UAE@XZ @1731 NONAME ??1H245_RequestAllTerminalIDsResponse@@UAE@XZ @1732 NONAME ??1H245_RequestChannelClose@@UAE@XZ @1733 NONAME ??1H245_RequestChannelCloseAck@@UAE@XZ @1734 NONAME ??1H245_RequestChannelCloseReject@@UAE@XZ @1735 NONAME ??1H245_RequestChannelCloseReject_cause@@UAE@XZ @1736 NONAME ??1H245_RequestChannelCloseRelease@@UAE@XZ @1737 NONAME ??1H245_RequestChannelClose_reason@@UAE@XZ @1738 NONAME ??1H245_RequestMessage@@UAE@XZ @1739 NONAME ??1H245_RequestMode@@UAE@XZ @1740 NONAME ??1H245_RequestModeAck@@UAE@XZ @1741 NONAME ??1H245_RequestModeAck_response@@UAE@XZ @1742 NONAME ??1H245_RequestModeReject@@UAE@XZ @1743 NONAME ??1H245_RequestModeReject_cause@@UAE@XZ @1744 NONAME ??1H245_RequestModeRelease@@UAE@XZ @1745 NONAME ??1H245_RequestMultiplexEntry@@UAE@XZ @1746 NONAME ??1H245_RequestMultiplexEntryAck@@UAE@XZ @1747 NONAME ??1H245_RequestMultiplexEntryReject@@UAE@XZ @1748 NONAME ??1H245_RequestMultiplexEntryRejectionDescriptions@@UAE@XZ @1749 NONAME ??1H245_RequestMultiplexEntryRejectionDescriptions_cause@@UAE@XZ @1750 NONAME ??1H245_RequestMultiplexEntryRelease@@UAE@XZ @1751 NONAME ??1H245_ResponseMessage@@UAE@XZ @1752 NONAME ??1H245_RoundTripDelayRequest@@UAE@XZ @1753 NONAME ??1H245_RoundTripDelayResponse@@UAE@XZ @1754 NONAME ??1H245_RSVPParameters@@UAE@XZ @1755 NONAME ??1H245_RTPH263VideoRedundancyEncoding@@UAE@XZ @1756 NONAME ??1H245_RTPH263VideoRedundancyEncoding_containedThreads@@UAE@XZ @1757 NONAME ??1H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@UAE@XZ @1758 NONAME ??1H245_RTPH263VideoRedundancyFrameMapping@@UAE@XZ @1759 NONAME ??1H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@UAE@XZ @1760 NONAME ??1H245_RTPPayloadType@@UAE@XZ @1761 NONAME ??1H245_RTPPayloadType_payloadDescriptor@@UAE@XZ @1762 NONAME ??1H245_SendTerminalCapabilitySet@@UAE@XZ @1763 NONAME ??1H245_SendTerminalCapabilitySet_specificRequest@@UAE@XZ @1764 NONAME ??1H245_SequenceNumber@@UAE@XZ @1765 NONAME ??1H245_SubstituteConferenceIDCommand@@UAE@XZ @1766 NONAME ??1H245_T38FaxProfile@@UAE@XZ @16631 NONAME ??1H245_T38FaxRateManagement@@UAE@XZ @16632 NONAME ??1H245_T38FaxTcpOptions@@UAE@XZ @16633 NONAME ??1H245_T38FaxUdpOptions@@UAE@XZ @16634 NONAME ??1H245_T38FaxUdpOptions_t38FaxUdpEC@@UAE@XZ @16635 NONAME ??1H245_T84Profile@@UAE@XZ @1767 NONAME ??1H245_T84Profile_t84Restricted@@UAE@XZ @1768 NONAME ??1H245_TerminalCapabilitySet@@UAE@XZ @1769 NONAME ??1H245_TerminalCapabilitySetAck@@UAE@XZ @1770 NONAME ??1H245_TerminalCapabilitySetReject@@UAE@XZ @1771 NONAME ??1H245_TerminalCapabilitySetReject_cause@@UAE@XZ @1772 NONAME ??1H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@UAE@XZ @1773 NONAME ??1H245_TerminalCapabilitySetRelease@@UAE@XZ @1774 NONAME ??1H245_TerminalID@@UAE@XZ @1775 NONAME ??1H245_TerminalInformation@@UAE@XZ @1776 NONAME ??1H245_TerminalLabel@@UAE@XZ @1777 NONAME ??1H245_TerminalNumber@@UAE@XZ @1778 NONAME ??1H245_TerminalYouAreSeeingInSubPictureNumber@@UAE@XZ @1779 NONAME ??1H245_TransparencyParameters@@UAE@XZ @1780 NONAME ??1H245_TransportAddress@@UAE@XZ @1781 NONAME ??1H245_TransportCapability@@UAE@XZ @1782 NONAME ??1H245_UnicastAddress@@UAE@XZ @1783 NONAME ??1H245_UnicastAddress_iP6Address@@UAE@XZ @1784 NONAME ??1H245_UnicastAddress_iPAddress@@UAE@XZ @1785 NONAME ??1H245_UnicastAddress_iPSourceRouteAddress@@UAE@XZ @1786 NONAME ??1H245_UnicastAddress_iPSourceRouteAddress_route@@UAE@XZ @1787 NONAME ??1H245_UnicastAddress_iPSourceRouteAddress_routing@@UAE@XZ @1788 NONAME ??1H245_UnicastAddress_iPXAddress@@UAE@XZ @1789 NONAME ??1H245_UserInputCapability@@UAE@XZ @1790 NONAME ??1H245_UserInputIndication@@UAE@XZ @1791 NONAME ??1H245_UserInputIndication_encryptedAlphanumeric@@UAE@XZ @43809 NONAME ??1H245_UserInputIndication_extendedAlphanumeric@@UAE@XZ @16636 NONAME ??1H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UAE@XZ @43810 NONAME ??1H245_UserInputIndication_signal@@UAE@XZ @1792 NONAME ??1H245_UserInputIndication_signalUpdate@@UAE@XZ @1793 NONAME ??1H245_UserInputIndication_signalUpdate_rtp@@UAE@XZ @1794 NONAME ??1H245_UserInputIndication_signal_rtp@@UAE@XZ @1795 NONAME ??1H245_UserInputIndication_userInputSupportIndication@@UAE@XZ @1796 NONAME ??1H245_V42bis@@UAE@XZ @1797 NONAME ??1H245_V75Capability@@UAE@XZ @1798 NONAME ??1H245_V75Parameters@@UAE@XZ @1799 NONAME ??1H245_V76Capability@@UAE@XZ @1800 NONAME ??1H245_V76HDLCParameters@@UAE@XZ @1801 NONAME ??1H245_V76LogicalChannelParameters@@UAE@XZ @1802 NONAME ??1H245_V76LogicalChannelParameters_mode@@UAE@XZ @1803 NONAME ??1H245_V76LogicalChannelParameters_mode_eRM@@UAE@XZ @1804 NONAME ??1H245_V76LogicalChannelParameters_mode_eRM_recovery@@UAE@XZ @1805 NONAME ??1H245_V76LogicalChannelParameters_suspendResume@@UAE@XZ @1806 NONAME ??1H245_V76ModeParameters@@UAE@XZ @1807 NONAME ??1H245_VBDCapability@@UAE@XZ @26789 NONAME ??1H245_VBDMode@@UAE@XZ @26790 NONAME ??1H245_VCCapability@@UAE@XZ @1808 NONAME ??1H245_VCCapability_aal1@@UAE@XZ @1809 NONAME ??1H245_VCCapability_aal1ViaGateway@@UAE@XZ @16637 NONAME ??1H245_VCCapability_aal5@@UAE@XZ @1810 NONAME ??1H245_VCCapability_availableBitRates@@UAE@XZ @1811 NONAME ??1H245_VCCapability_availableBitRates_type@@UAE@XZ @1812 NONAME ??1H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UAE@XZ @1813 NONAME ??1H245_VendorIdentification@@UAE@XZ @1814 NONAME ??1H245_VideoCapability@@UAE@XZ @1815 NONAME ??1H245_VideoIndicateCompose@@UAE@XZ @1816 NONAME ??1H245_VideoMode@@UAE@XZ @1817 NONAME ??1H248_ActionReply@@UAE@XZ @21687 NONAME ??1H248_ActionRequest@@UAE@XZ @21688 NONAME ??1H248_AmmDescriptor@@UAE@XZ @21689 NONAME ??1H248_AmmRequest@@UAE@XZ @21690 NONAME ??1H248_AmmsReply@@UAE@XZ @21691 NONAME ??1H248_ArrayOf_ActionReply@@UAE@XZ @21692 NONAME ??1H248_ArrayOf_ActionRequest@@UAE@XZ @21693 NONAME ??1H248_ArrayOf_AmmDescriptor@@UAE@XZ @21694 NONAME ??1H248_ArrayOf_CommandReply@@UAE@XZ @21695 NONAME ??1H248_ArrayOf_CommandRequest@@UAE@XZ @21696 NONAME ??1H248_ArrayOf_EventParameter@@UAE@XZ @21697 NONAME ??1H248_ArrayOf_IndAuditParameter@@UAE@XZ @21698 NONAME ??1H248_ArrayOf_IndAudPropertyParm@@UAE@XZ @21699 NONAME ??1H248_ArrayOf_IndAudStreamDescriptor@@UAE@XZ @21700 NONAME ??1H248_ArrayOf_ModemType@@UAE@XZ @21701 NONAME ??1H248_ArrayOf_ObservedEvent@@UAE@XZ @21702 NONAME ??1H248_ArrayOf_PASN_OctetString@@UAE@XZ @21703 NONAME ??1H248_ArrayOf_PropertyGroup@@UAE@XZ @21704 NONAME ??1H248_ArrayOf_PropertyParm@@UAE@XZ @21705 NONAME ??1H248_ArrayOf_RequestedEvent@@UAE@XZ @21706 NONAME ??1H248_ArrayOf_SecondRequestedEvent@@UAE@XZ @21707 NONAME ??1H248_ArrayOf_Signal@@UAE@XZ @21708 NONAME ??1H248_ArrayOf_SigParameter@@UAE@XZ @21709 NONAME ??1H248_ArrayOf_StreamDescriptor@@UAE@XZ @21710 NONAME ??1H248_ArrayOf_TerminationID@@UAE@XZ @21711 NONAME ??1H248_ArrayOf_TopologyRequest@@UAE@XZ @21712 NONAME ??1H248_ArrayOf_Transaction@@UAE@XZ @21713 NONAME ??1H248_ArrayOf_WildcardField@@UAE@XZ @21714 NONAME ??1H248_AuditDescriptor@@UAE@XZ @21715 NONAME ??1H248_AuditReply@@UAE@XZ @21716 NONAME ??1H248_AuditRequest@@UAE@XZ @21717 NONAME ??1H248_AuditResult@@UAE@XZ @21718 NONAME ??1H248_AuditReturnParameter@@UAE@XZ @21719 NONAME ??1H248_AuthData@@UAE@XZ @21720 NONAME ??1H248_AuthenticationHeader@@UAE@XZ @21721 NONAME ??1H248_Command@@UAE@XZ @21722 NONAME ??1H248_CommandReply@@UAE@XZ @21723 NONAME ??1H248_CommandRequest@@UAE@XZ @21724 NONAME ??1H248_ContextAttrAuditRequest@@UAE@XZ @21725 NONAME ??1H248_ContextID@@UAE@XZ @21726 NONAME ??1H248_ContextRequest@@UAE@XZ @21727 NONAME ??1H248_DigitMapDescriptor@@UAE@XZ @21728 NONAME ??1H248_DigitMapName@@UAE@XZ @21729 NONAME ??1H248_DigitMapValue@@UAE@XZ @21730 NONAME ??1H248_DomainName@@UAE@XZ @21731 NONAME ??1H248_ErrorCode@@UAE@XZ @21732 NONAME ??1H248_ErrorDescriptor@@UAE@XZ @21733 NONAME ??1H248_ErrorText@@UAE@XZ @21734 NONAME ??1H248_EventBufferControl@@UAE@XZ @21735 NONAME ??1H248_EventBufferDescriptor@@UAE@XZ @21736 NONAME ??1H248_EventDM@@UAE@XZ @21737 NONAME ??1H248_EventName@@UAE@XZ @21738 NONAME ??1H248_EventParameter@@UAE@XZ @21739 NONAME ??1H248_EventParameter_extraInfo@@UAE@XZ @21740 NONAME ??1H248_EventsDescriptor@@UAE@XZ @21741 NONAME ??1H248_EventSpec@@UAE@XZ @21742 NONAME ??1H248_H221NonStandard@@UAE@XZ @21743 NONAME ??1H248_IndAudDigitMapDescriptor@@UAE@XZ @21744 NONAME ??1H248_IndAudEventBufferDescriptor@@UAE@XZ @21745 NONAME ??1H248_IndAudEventsDescriptor@@UAE@XZ @21746 NONAME ??1H248_IndAuditParameter@@UAE@XZ @21747 NONAME ??1H248_IndAudLocalControlDescriptor@@UAE@XZ @21748 NONAME ??1H248_IndAudLocalRemoteDescriptor@@UAE@XZ @21749 NONAME ??1H248_IndAudMediaDescriptor@@UAE@XZ @21750 NONAME ??1H248_IndAudMediaDescriptor_streams@@UAE@XZ @21751 NONAME ??1H248_IndAudPackagesDescriptor@@UAE@XZ @21752 NONAME ??1H248_IndAudPropertyGroup@@UAE@XZ @21753 NONAME ??1H248_IndAudPropertyParm@@UAE@XZ @21754 NONAME ??1H248_IndAudSeqSigList@@UAE@XZ @21755 NONAME ??1H248_IndAudSignal@@UAE@XZ @21756 NONAME ??1H248_IndAudSignalsDescriptor@@UAE@XZ @21757 NONAME ??1H248_IndAudStatisticsDescriptor@@UAE@XZ @21758 NONAME ??1H248_IndAudStreamDescriptor@@UAE@XZ @21759 NONAME ??1H248_IndAudStreamParms@@UAE@XZ @21760 NONAME ??1H248_IndAudTerminationStateDescriptor@@UAE@XZ @21761 NONAME ??1H248_IP4Address@@UAE@XZ @21762 NONAME ??1H248_IP6Address@@UAE@XZ @21763 NONAME ??1H248_LocalControlDescriptor@@UAE@XZ @21764 NONAME ??1H248_LocalRemoteDescriptor@@UAE@XZ @21765 NONAME ??1H248_MediaDescriptor@@UAE@XZ @21766 NONAME ??1H248_MediaDescriptor_streams@@UAE@XZ @21767 NONAME ??1H248_MegacoMessage@@UAE@XZ @21768 NONAME ??1H248_Message@@UAE@XZ @21769 NONAME ??1H248_Message_messageBody@@UAE@XZ @21770 NONAME ??1H248_MId@@UAE@XZ @21771 NONAME ??1H248_ModemDescriptor@@UAE@XZ @21772 NONAME ??1H248_ModemType@@UAE@XZ @21773 NONAME ??1H248_MuxDescriptor@@UAE@XZ @21774 NONAME ??1H248_MuxType@@UAE@XZ @21775 NONAME ??1H248_Name@@UAE@XZ @21776 NONAME ??1H248_NonStandardData@@UAE@XZ @21777 NONAME ??1H248_NonStandardIdentifier@@UAE@XZ @21778 NONAME ??1H248_NotifyCompletion@@UAE@XZ @21779 NONAME ??1H248_NotifyReply@@UAE@XZ @21780 NONAME ??1H248_NotifyRequest@@UAE@XZ @21781 NONAME ??1H248_ObservedEvent@@UAE@XZ @21782 NONAME ??1H248_ObservedEventsDescriptor@@UAE@XZ @21783 NONAME ??1H248_PackagesDescriptor@@UAE@XZ @21784 NONAME ??1H248_PackagesItem@@UAE@XZ @21785 NONAME ??1H248_PathName@@UAE@XZ @21786 NONAME ??1H248_PkgdName@@UAE@XZ @21787 NONAME ??1H248_PropertyGroup@@UAE@XZ @21788 NONAME ??1H248_PropertyParm@@UAE@XZ @21789 NONAME ??1H248_PropertyParm_extraInfo@@UAE@XZ @21790 NONAME ??1H248_Relation@@UAE@XZ @21791 NONAME ??1H248_RequestedActions@@UAE@XZ @21792 NONAME ??1H248_RequestedEvent@@UAE@XZ @21793 NONAME ??1H248_RequestID@@UAE@XZ @21794 NONAME ??1H248_SecondEventsDescriptor@@UAE@XZ @21795 NONAME ??1H248_SecondRequestedActions@@UAE@XZ @21796 NONAME ??1H248_SecondRequestedEvent@@UAE@XZ @21797 NONAME ??1H248_SecurityParmIndex@@UAE@XZ @21798 NONAME ??1H248_SeqSigList@@UAE@XZ @21799 NONAME ??1H248_SequenceNum@@UAE@XZ @21800 NONAME ??1H248_ServiceChangeAddress@@UAE@XZ @21801 NONAME ??1H248_ServiceChangeMethod@@UAE@XZ @21802 NONAME ??1H248_ServiceChangeParm@@UAE@XZ @21803 NONAME ??1H248_ServiceChangeProfile@@UAE@XZ @21804 NONAME ??1H248_ServiceChangeReply@@UAE@XZ @21805 NONAME ??1H248_ServiceChangeRequest@@UAE@XZ @21806 NONAME ??1H248_ServiceChangeResParm@@UAE@XZ @21807 NONAME ??1H248_ServiceChangeResult@@UAE@XZ @21808 NONAME ??1H248_ServiceState@@UAE@XZ @21809 NONAME ??1H248_Signal@@UAE@XZ @21810 NONAME ??1H248_SignalName@@UAE@XZ @21811 NONAME ??1H248_SignalRequest@@UAE@XZ @21812 NONAME ??1H248_SignalsDescriptor@@UAE@XZ @21813 NONAME ??1H248_SignalType@@UAE@XZ @21814 NONAME ??1H248_SigParameter@@UAE@XZ @21815 NONAME ??1H248_SigParameter_extraInfo@@UAE@XZ @21816 NONAME ??1H248_StatisticsDescriptor@@UAE@XZ @21817 NONAME ??1H248_StatisticsParameter@@UAE@XZ @21818 NONAME ??1H248_StreamDescriptor@@UAE@XZ @21819 NONAME ??1H248_StreamID@@UAE@XZ @21820 NONAME ??1H248_StreamMode@@UAE@XZ @21821 NONAME ??1H248_StreamParms@@UAE@XZ @21822 NONAME ??1H248_SubtractRequest@@UAE@XZ @21823 NONAME ??1H248_TerminationAudit@@UAE@XZ @21824 NONAME ??1H248_TerminationID@@UAE@XZ @21825 NONAME ??1H248_TerminationIDList@@UAE@XZ @21826 NONAME ??1H248_TerminationStateDescriptor@@UAE@XZ @21827 NONAME ??1H248_TimeNotation@@UAE@XZ @21828 NONAME ??1H248_TopologyRequest@@UAE@XZ @21829 NONAME ??1H248_TopologyRequest_topologyDirection@@UAE@XZ @21830 NONAME ??1H248_Transaction@@UAE@XZ @21831 NONAME ??1H248_TransactionAck@@UAE@XZ @21832 NONAME ??1H248_TransactionId@@UAE@XZ @21833 NONAME ??1H248_TransactionPending@@UAE@XZ @21834 NONAME ??1H248_TransactionReply@@UAE@XZ @21835 NONAME ??1H248_TransactionReply_transactionResult@@UAE@XZ @21836 NONAME ??1H248_TransactionRequest@@UAE@XZ @21837 NONAME ??1H248_TransactionResponseAck@@UAE@XZ @21838 NONAME ??1H248_Value@@UAE@XZ @21839 NONAME ??1H248_WildcardField@@UAE@XZ @21840 NONAME ??1H261DCTEncoder@@UAE@XZ @12671 NONAME ??1H261Encoder@@MAE@XZ @12672 NONAME ??1H261PixelEncoder@@UAE@XZ @12673 NONAME ??1H323AudioCapability@@UAE@XZ @1818 NONAME ??1H323AudioCodec@@UAE@XZ @1819 NONAME ??1H323BidirectionalChannel@@UAE@XZ @1820 NONAME ??1H323CallCreditServiceControl@@UAE@XZ @21841 NONAME ??1H323Capabilities@@UAE@XZ @12510 NONAME ??1H323CapabilitiesSet@@UAE@XZ @12511 NONAME ??1H323Capability@@UAE@XZ @1821 NONAME ??1H323Channel@@UAE@XZ @1823 NONAME ??1H323ChannelNumber@@UAE@XZ @1824 NONAME ??1H323Codec@@UAE@XZ @1825 NONAME ??1H323CodecPluginGenericAudioCapability@@UAE@XZ @43811 NONAME ??1H323CodecPluginNonStandardAudioCapability@@UAE@XZ @27309 NONAME ??1H323Connection@@UAE@XZ @1826 NONAME ??1H323ConnectionsCleaner@@UAE@XZ @1827 NONAME ??1H323ControlPDU@@UAE@XZ @1828 NONAME ??1H323DataCapability@@UAE@XZ @1829 NONAME ??1H323DataChannel@@UAE@XZ @18779 NONAME ??1H323DynaLink@@UAE@XZ @37931 NONAME ??1H323EndPoint@@UAE@XZ @1830 NONAME ??1H323FramedAudioCodec@@UAE@XZ @1831 NONAME ??1H323Gatekeeper@@UAE@XZ @1832 NONAME ??1H323GatekeeperARQ@@UAE@XZ @19747 NONAME ??1H323GatekeeperBRQ@@UAE@XZ @19748 NONAME ??1H323GatekeeperCall@@UAE@XZ @19033 NONAME ??1H323GatekeeperDRQ@@UAE@XZ @19749 NONAME ??1H323GatekeeperGRQ@@UAE@XZ @19750 NONAME ??1H323GatekeeperIRR@@UAE@XZ @20580 NONAME ??1H323GatekeeperListener@@UAE@XZ @19034 NONAME ??1H323GatekeeperLRQ@@UAE@XZ @19751 NONAME ??1H323GatekeeperRequest@@UAE@XZ @19752 NONAME ??1H323GatekeeperRRQ@@UAE@XZ @19753 NONAME ??1H323GatekeeperServer@@UAE@XZ @19035 NONAME ??1H323GatekeeperURQ@@UAE@XZ @19754 NONAME ??1H323GenericAudioCapability@@UAE@XZ @43812 NONAME ??1H323GenericCapabilityInfo@@UAE@XZ @43813 NONAME ??1H323GenericVideoCapability@@UAE@XZ @43814 NONAME ??1H323GSMPluginCapability@@UAE@XZ @27310 NONAME ??1H323H248ServiceControl@@UAE@XZ @21842 NONAME ??1H323HTTPServiceControl@@UAE@XZ @21843 NONAME ??1H323Listener@@UAE@XZ @1834 NONAME ??1H323ListenerTCP@@UAE@XZ @1835 NONAME ??1H323LogicalChannelThread@@UAE@XZ @1836 NONAME ??1H323NonStandardAudioCapability@@UAE@XZ @1837 NONAME ??1H323NonStandardCapabilityInfo@@UAE@XZ @1838 NONAME ??1H323NonStandardDataCapability@@UAE@XZ @1839 NONAME ??1H323NonStandardVideoCapability@@UAE@XZ @1840 NONAME ??1H323PeerElement@@UAE@XZ @23948 NONAME ??1H323PeerElementDescriptor@@UAE@XZ @25689 NONAME ??1H323PeerElementServiceRelationship@@UAE@XZ @25690 NONAME ??1H323PluginCapability@@UAE@XZ @27313 NONAME ??1H323PluginCapabilityInfo@@QAE@XZ @39529 NONAME ??1H323PluginCodecManager@@UAE@XZ @37913 NONAME ??1H323PluginFramedAudioCodec@@UAE@XZ @37964 NONAME ??1H323PluginG7231Capability@@UAE@XZ @27314 NONAME ??1H323PluginVideoCodec@@UAE@XZ @27315 NONAME ??1H323RasPDU@@UAE@XZ @1841 NONAME ??1H323RealTimeCapability@@UAE@XZ @1842 NONAME ??1H323RegisteredEndPoint@@UAE@XZ @19036 NONAME ??1H323ServiceControlSession@@UAE@XZ @21844 NONAME ??1H323SignalPDU@@UAE@XZ @1843 NONAME ??1H323SimultaneousCapabilities@@UAE@XZ @1844 NONAME ??1H323StreamedAudioCodec@@UAE@XZ @1845 NONAME ??1H323StreamedPluginAudioCodec@@UAE@XZ @37965 NONAME ??1H323Transaction@@UAE@XZ @26045 NONAME ??1H323TransactionPDU@@UAE@XZ @25432 NONAME ??1H323TransactionServer@@UAE@XZ @23951 NONAME ??1H323Transactor@@UAE@XZ @23952 NONAME ??1H323Transport@@UAE@XZ @1846 NONAME ??1H323TransportAddress@@UAE@XZ @1847 NONAME ??1H323TransportAddressArray@@UAE@XZ @21067 NONAME ??1H323TransportIP@@UAE@XZ @1848 NONAME ??1H323TransportTCP@@UAE@XZ @1849 NONAME ??1H323TransportUDP@@UAE@XZ @1850 NONAME ??1H323UnidirectionalChannel@@UAE@XZ @1851 NONAME ??1H323VideoCapability@@UAE@XZ @1852 NONAME ??1H323VideoCodec@@UAE@XZ @1853 NONAME ??1H323_ALawCodec@@UAE@XZ @1858 NONAME ??1H323_AnnexG@@UAE@XZ @23953 NONAME ??1H323_CiscoG7231aLIDCapability@@UAE@XZ @21005 NONAME ??1H323_ExternalRTPChannel@@UAE@XZ @19905 NONAME ??1H323_G711ALaw64Capability@@UAE@XZ @42111 NONAME ??1H323_G711Capability@@UAE@XZ @1859 NONAME ??1H323_G711uLaw64Capability@@UAE@XZ @42112 NONAME ??1H323_H261Capability@@UAE@XZ @1862 NONAME ??1H323_H261Codec@@UAE@XZ @1863 NONAME ??1H323_LIDCapability@@UAE@XZ @1864 NONAME ??1H323_LIDCodec@@UAE@XZ @1865 NONAME ??1H323_LID_G711_ALaw_Capability@@UAE@XZ @42113 NONAME ??1H323_LID_G711_uLaw_Capability@@UAE@XZ @42114 NONAME ??1H323_LID_G7231A_5k3_Capability@@UAE@XZ @42115 NONAME ??1H323_LID_G7231A_6k3_Capability@@UAE@XZ @42116 NONAME ??1H323_LID_G7231_5k3_Capability@@UAE@XZ @42117 NONAME ??1H323_LID_G7231_6k3_Capability@@UAE@XZ @42118 NONAME ??1H323_LID_G728_Capability@@UAE@XZ @42119 NONAME ??1H323_LID_G729AB_Capability@@UAE@XZ @42120 NONAME ??1H323_LID_G729A_Capability@@UAE@XZ @42121 NONAME ??1H323_LID_G729B_Capability@@UAE@XZ @42122 NONAME ??1H323_LID_G729_Capability@@UAE@XZ @42123 NONAME ??1H323_LID_GSM0610_Capability@@UAE@XZ @42124 NONAME ??1H323_muLawCodec@@UAE@XZ @1866 NONAME ??1H323_RealTimeChannel@@UAE@XZ @19906 NONAME ??1H323_RTPChannel@@UAE@XZ @1867 NONAME ??1H323_RTP_Session@@UAE@XZ @1868 NONAME ??1H323_RTP_UDP@@UAE@XZ @1869 NONAME ??1H323_T120Capability@@UAE@XZ @1870 NONAME ??1H323_T120Channel@@UAE@XZ @18780 NONAME ??1H323_T38Capability@@UAE@XZ @18781 NONAME ??1H323_T38Channel@@UAE@XZ @18782 NONAME ??1H323_T38NonStandardCapability@@UAE@XZ @20511 NONAME ??1H323_UserInputCapability@@UAE@XZ @1871 NONAME ??1H45010_ArrayOf_MixedExtension@@UAE@XZ @15294 NONAME ??1H45010_CfbOvrOptArg@@UAE@XZ @15295 NONAME ??1H45010_CoReqOptArg@@UAE@XZ @15296 NONAME ??1H45010_H323CallOfferOperations@@UAE@XZ @15297 NONAME ??1H45010_RUAlertOptArg@@UAE@XZ @15298 NONAME ??1H45011Handler@@UAE@XZ @20650 NONAME ??1H45011_ArrayOf_MixedExtension@@UAE@XZ @15299 NONAME ??1H45011_CallIntrusionErrors@@UAE@XZ @15300 NONAME ??1H45011_CICapabilityLevel@@UAE@XZ @15301 NONAME ??1H45011_CIFrcRelArg@@UAE@XZ @15302 NONAME ??1H45011_CIFrcRelOptRes@@UAE@XZ @15303 NONAME ??1H45011_CIGetCIPLOptArg@@UAE@XZ @15304 NONAME ??1H45011_CIGetCIPLRes@@UAE@XZ @15305 NONAME ??1H45011_CIIsOptArg@@UAE@XZ @15306 NONAME ??1H45011_CIIsOptRes@@UAE@XZ @15307 NONAME ??1H45011_CINotificationArg@@UAE@XZ @15308 NONAME ??1H45011_CIProtectionLevel@@UAE@XZ @15309 NONAME ??1H45011_CIRequestArg@@UAE@XZ @15310 NONAME ??1H45011_CIRequestRes@@UAE@XZ @15311 NONAME ??1H45011_CISilentArg@@UAE@XZ @15312 NONAME ??1H45011_CISilentOptRes@@UAE@XZ @15313 NONAME ??1H45011_CIStatusInformation@@UAE@XZ @15314 NONAME ??1H45011_CIWobOptArg@@UAE@XZ @15315 NONAME ??1H45011_CIWobOptRes@@UAE@XZ @15316 NONAME ??1H45011_H323CallIntrusionOperations@@UAE@XZ @15317 NONAME ??1H4501_Address@@UAE@XZ @14155 NONAME ??1H4501_AddressInformation@@UAE@XZ @14156 NONAME ??1H4501_AddressScreened@@UAE@XZ @14157 NONAME ??1H4501_ArrayOf_AliasAddress@@UAE@XZ @14158 NONAME ??1H4501_ArrayOf_ROS@@UAE@XZ @14159 NONAME ??1H4501_EndpointAddress@@UAE@XZ @14160 NONAME ??1H4501_EntityType@@UAE@XZ @14161 NONAME ??1H4501_Extension@@UAE@XZ @14162 NONAME ??1H4501_GeneralErrorList@@UAE@XZ @14163 NONAME ??1H4501_H225InformationElement@@UAE@XZ @14164 NONAME ??1H4501_InterpretationApdu@@UAE@XZ @14165 NONAME ??1H4501_InvokeIDs@@UAE@XZ @14166 NONAME ??1H4501_InvokeIdSet@@UAE@XZ @14167 NONAME ??1H4501_NetworkFacilityExtension@@UAE@XZ @14168 NONAME ??1H4501_NSAPSubaddress@@UAE@XZ @14169 NONAME ??1H4501_NumberScreened@@UAE@XZ @14170 NONAME ??1H4501_PartySubaddress@@UAE@XZ @14171 NONAME ??1H4501_PresentationAllowedIndicator@@UAE@XZ @14172 NONAME ??1H4501_PresentedAddressScreened@@UAE@XZ @14173 NONAME ??1H4501_PresentedAddressUnscreened@@UAE@XZ @14174 NONAME ??1H4501_PresentedNumberScreened@@UAE@XZ @14175 NONAME ??1H4501_PresentedNumberUnscreened@@UAE@XZ @14176 NONAME ??1H4501_ScreeningIndicator@@UAE@XZ @14177 NONAME ??1H4501_ServiceApdus@@UAE@XZ @14178 NONAME ??1H4501_SubaddressInformation@@UAE@XZ @14179 NONAME ??1H4501_SupplementaryService@@UAE@XZ @14180 NONAME ??1H4501_UserSpecifiedSubaddress@@UAE@XZ @14181 NONAME ??1H4502Handler@@UAE@XZ @19413 NONAME ??1H4502_CallIdentity@@UAE@XZ @14182 NONAME ??1H4502_CallStatus@@UAE@XZ @14183 NONAME ??1H4502_CallTransferErrors@@UAE@XZ @14184 NONAME ??1H4502_CallTransferOperation@@UAE@XZ @14185 NONAME ??1H4502_CTActiveArg@@UAE@XZ @14186 NONAME ??1H4502_CTActiveArg_argumentExtension@@UAE@XZ @14187 NONAME ??1H4502_CTCompleteArg@@UAE@XZ @14188 NONAME ??1H4502_CTCompleteArg_argumentExtension@@UAE@XZ @14189 NONAME ??1H4502_CTIdentifyRes@@UAE@XZ @14190 NONAME ??1H4502_CTIdentifyRes_resultExtension@@UAE@XZ @14191 NONAME ??1H4502_CTInitiateArg@@UAE@XZ @14192 NONAME ??1H4502_CTInitiateArg_argumentExtension@@UAE@XZ @14193 NONAME ??1H4502_CTSetupArg@@UAE@XZ @14194 NONAME ??1H4502_CTSetupArg_argumentExtension@@UAE@XZ @14195 NONAME ??1H4502_CTUpdateArg@@UAE@XZ @14196 NONAME ??1H4502_CTUpdateArg_argumentExtension@@UAE@XZ @14197 NONAME ??1H4502_DummyArg@@UAE@XZ @14198 NONAME ??1H4502_DummyRes@@UAE@XZ @14199 NONAME ??1H4502_EndDesignation@@UAE@XZ @14200 NONAME ??1H4502_ExtensionSeq@@UAE@XZ @14201 NONAME ??1H4502_SubaddressTransferArg@@UAE@XZ @14202 NONAME ??1H4502_SubaddressTransferArg_argumentExtension@@UAE@XZ @14203 NONAME ??1H4503_BasicService@@UAE@XZ @15110 NONAME ??1H4503_CallDiversionErrors@@UAE@XZ @15111 NONAME ??1H4503_DiversionReason@@UAE@XZ @15112 NONAME ??1H4503_ExtensionSeq@@UAE@XZ @15113 NONAME ??1H4503_H323CallDiversionOperations@@UAE@XZ @15114 NONAME ??1H4503_IntResult@@UAE@XZ @15115 NONAME ??1H4503_IntResultList@@UAE@XZ @15116 NONAME ??1H4503_IntResult_extension@@UAE@XZ @15117 NONAME ??1H4503_Procedure@@UAE@XZ @15118 NONAME ??1H4503_SubscriptionOption@@UAE@XZ @15119 NONAME ??1H4504Handler@@UAE@XZ @19414 NONAME ??1H4504_ArrayOf_MixedExtension@@UAE@XZ @14967 NONAME ??1H4504_CallHoldOperation@@UAE@XZ @14968 NONAME ??1H4504_Extension@@UAE@XZ @14969 NONAME ??1H4504_HoldNotificArg@@UAE@XZ @14970 NONAME ??1H4504_MixedExtension@@UAE@XZ @14971 NONAME ??1H4504_RemoteHoldArg@@UAE@XZ @14972 NONAME ??1H4504_RemoteHoldRes@@UAE@XZ @14973 NONAME ??1H4504_RemoteRetrieveArg@@UAE@XZ @14974 NONAME ??1H4504_RemoteRetrieveRes@@UAE@XZ @14975 NONAME ??1H4504_RetrieveNotificArg@@UAE@XZ @14976 NONAME ??1H4505_ArrayOf_MixedExtension@@UAE@XZ @15318 NONAME ??1H4505_CallParkPickupOperations@@UAE@XZ @15319 NONAME ??1H4505_CallPickupErrors@@UAE@XZ @15320 NONAME ??1H4505_CallType@@UAE@XZ @15321 NONAME ??1H4505_CpickupNotifyArg@@UAE@XZ @15322 NONAME ??1H4505_CpNotifyArg@@UAE@XZ @15323 NONAME ??1H4505_CpRequestArg@@UAE@XZ @15324 NONAME ??1H4505_CpRequestRes@@UAE@XZ @15325 NONAME ??1H4505_CpSetupArg@@UAE@XZ @15326 NONAME ??1H4505_CpSetupRes@@UAE@XZ @15327 NONAME ??1H4505_GroupIndicationOffArg@@UAE@XZ @15328 NONAME ??1H4505_GroupIndicationOffRes@@UAE@XZ @15329 NONAME ??1H4505_GroupIndicationOnArg@@UAE@XZ @15330 NONAME ??1H4505_GroupIndicationOnRes@@UAE@XZ @15331 NONAME ??1H4505_ParkCondition@@UAE@XZ @15332 NONAME ??1H4505_ParkedToPosition@@UAE@XZ @15333 NONAME ??1H4505_PickExeArg@@UAE@XZ @15334 NONAME ??1H4505_PickExeRes@@UAE@XZ @15335 NONAME ??1H4505_PickrequArg@@UAE@XZ @15336 NONAME ??1H4505_PickrequRes@@UAE@XZ @15337 NONAME ??1H4505_PickupArg@@UAE@XZ @15338 NONAME ??1H4505_PickupRes@@UAE@XZ @15339 NONAME ??1H4506Handler@@UAE@XZ @19939 NONAME ??1H4506_ArrayOf_MixedExtension@@UAE@XZ @15340 NONAME ??1H4506_CallWaitingArg@@UAE@XZ @15341 NONAME ??1H4506_CallWaitingOperations@@UAE@XZ @15342 NONAME ??1H4507_ArrayOf_MixedExtension@@UAE@XZ @15343 NONAME ??1H4507_BasicService@@UAE@XZ @15344 NONAME ??1H4507_DummyRes@@UAE@XZ @15345 NONAME ??1H4507_H323_MWI_Operations@@UAE@XZ @15346 NONAME ??1H4507_MessageWaitingIndicationErrors@@UAE@XZ @15347 NONAME ??1H4507_MsgCentreId@@UAE@XZ @15348 NONAME ??1H4507_MWIActivateArg@@UAE@XZ @15349 NONAME ??1H4507_MWIDeactivateArg@@UAE@XZ @15350 NONAME ??1H4507_MWIInterrogateArg@@UAE@XZ @15351 NONAME ??1H4507_MWIInterrogateRes@@UAE@XZ @15352 NONAME ??1H4507_MWIInterrogateResElt@@UAE@XZ @15353 NONAME ??1H4507_NbOfMessages@@UAE@XZ @15354 NONAME ??1H4507_TimeStamp@@UAE@XZ @15355 NONAME ??1H4508_ExtendedName@@UAE@XZ @15356 NONAME ??1H4508_Name@@UAE@XZ @15357 NONAME ??1H4508_NameOperations@@UAE@XZ @15358 NONAME ??1H4508_NamePresentationAllowed@@UAE@XZ @15359 NONAME ??1H4508_NamePresentationRestricted@@UAE@XZ @15360 NONAME ??1H4508_SimpleName@@UAE@XZ @15361 NONAME ??1H4509_ArrayOf_MixedExtension@@UAE@XZ @15362 NONAME ??1H4509_CallCompletionErrors@@UAE@XZ @15363 NONAME ??1H4509_CcArg@@UAE@XZ @15364 NONAME ??1H4509_CcLongArg@@UAE@XZ @15365 NONAME ??1H4509_CcRequestArg@@UAE@XZ @15366 NONAME ??1H4509_CcRequestRes@@UAE@XZ @15367 NONAME ??1H4509_CcShortArg@@UAE@XZ @15368 NONAME ??1H4509_H323CallCompletionOperations@@UAE@XZ @15369 NONAME ??1H450ServiceAPDU@@UAE@XZ @14204 NONAME ??1H450xDispatcher@@UAE@XZ @19415 NONAME ??1H450xHandler@@UAE@XZ @19416 NONAME ??1H501AccessRequest@@UAE@XZ @26046 NONAME ??1H501DescriptorUpdate@@UAE@XZ @26047 NONAME ??1H501PDU@@UAE@XZ @23955 NONAME ??1H501ServiceRequest@@UAE@XZ @26048 NONAME ??1H501Transaction@@UAE@XZ @26049 NONAME ??1H501_AccessConfirmation@@UAE@XZ @24186 NONAME ??1H501_AccessRejection@@UAE@XZ @24187 NONAME ??1H501_AccessRejectionReason@@UAE@XZ @24188 NONAME ??1H501_AccessRequest@@UAE@XZ @24189 NONAME ??1H501_AccessToken@@UAE@XZ @24190 NONAME ??1H501_AddressTemplate@@UAE@XZ @24191 NONAME ??1H501_AlternatePE@@UAE@XZ @24192 NONAME ??1H501_AlternatePEInfo@@UAE@XZ @24193 NONAME ??1H501_ApplicationMessage@@UAE@XZ @24194 NONAME ??1H501_ArrayOf_AccessToken@@UAE@XZ @24195 NONAME ??1H501_ArrayOf_AddressTemplate@@UAE@XZ @24196 NONAME ??1H501_ArrayOf_AliasAddress@@UAE@XZ @24197 NONAME ??1H501_ArrayOf_AlternatePE@@UAE@XZ @24198 NONAME ??1H501_ArrayOf_CircuitIdentifier@@UAE@XZ @24199 NONAME ??1H501_ArrayOf_ClearToken@@UAE@XZ @23956 NONAME ??1H501_ArrayOf_ContactInformation@@UAE@XZ @24200 NONAME ??1H501_ArrayOf_CryptoH323Token@@UAE@XZ @23957 NONAME ??1H501_ArrayOf_Descriptor@@UAE@XZ @24201 NONAME ??1H501_ArrayOf_DescriptorInfo@@UAE@XZ @24203 NONAME ??1H501_ArrayOf_GenericData@@UAE@XZ @23958 NONAME ??1H501_ArrayOf_GloballyUniqueID@@UAE@XZ @25464 NONAME ??1H501_ArrayOf_NonStandardParameter@@UAE@XZ @23959 NONAME ??1H501_ArrayOf_PASN_ObjectId@@UAE@XZ @24204 NONAME ??1H501_ArrayOf_Pattern@@UAE@XZ @24205 NONAME ??1H501_ArrayOf_PriceElement@@UAE@XZ @24206 NONAME ??1H501_ArrayOf_PriceInfoSpec@@UAE@XZ @24207 NONAME ??1H501_ArrayOf_RouteInformation@@UAE@XZ @24208 NONAME ??1H501_ArrayOf_SecurityMode@@UAE@XZ @24209 NONAME ??1H501_ArrayOf_ServiceControlSession@@UAE@XZ @24210 NONAME ??1H501_ArrayOf_SupportedProtocols@@UAE@XZ @24211 NONAME ??1H501_ArrayOf_TransportAddress@@UAE@XZ @23960 NONAME ??1H501_ArrayOf_UpdateInformation@@UAE@XZ @24212 NONAME ??1H501_ArrayOf_UsageField@@UAE@XZ @24213 NONAME ??1H501_AuthenticationConfirmation@@UAE@XZ @24214 NONAME ??1H501_AuthenticationRejection@@UAE@XZ @24215 NONAME ??1H501_AuthenticationRejectionReason@@UAE@XZ @24216 NONAME ??1H501_AuthenticationRequest@@UAE@XZ @24217 NONAME ??1H501_CallInformation@@UAE@XZ @24218 NONAME ??1H501_ContactInformation@@UAE@XZ @24219 NONAME ??1H501_Descriptor@@UAE@XZ @24220 NONAME ??1H501_DescriptorConfirmation@@UAE@XZ @24221 NONAME ??1H501_DescriptorIDConfirmation@@UAE@XZ @24223 NONAME ??1H501_DescriptorIDRejection@@UAE@XZ @24224 NONAME ??1H501_DescriptorIDRejectionReason@@UAE@XZ @24225 NONAME ??1H501_DescriptorIDRequest@@UAE@XZ @24226 NONAME ??1H501_DescriptorInfo@@UAE@XZ @24227 NONAME ??1H501_DescriptorRejection@@UAE@XZ @24228 NONAME ??1H501_DescriptorRejectionReason@@UAE@XZ @24229 NONAME ??1H501_DescriptorRequest@@UAE@XZ @24230 NONAME ??1H501_DescriptorUpdate@@UAE@XZ @24231 NONAME ??1H501_DescriptorUpdateAck@@UAE@XZ @24232 NONAME ??1H501_ElementIdentifier@@UAE@XZ @24233 NONAME ??1H501_GlobalTimeStamp@@UAE@XZ @24234 NONAME ??1H501_Message@@UAE@XZ @23961 NONAME ??1H501_MessageBody@@UAE@XZ @23962 NONAME ??1H501_MessageCommonInfo@@UAE@XZ @23963 NONAME ??1H501_NonStandardConfirmation@@UAE@XZ @24235 NONAME ??1H501_NonStandardRejection@@UAE@XZ @24236 NONAME ??1H501_NonStandardRejectionReason@@UAE@XZ @24237 NONAME ??1H501_NonStandardRequest@@UAE@XZ @24238 NONAME ??1H501_PartyInformation@@UAE@XZ @24239 NONAME ??1H501_Pattern@@UAE@XZ @24240 NONAME ??1H501_Pattern_range@@UAE@XZ @24241 NONAME ??1H501_PriceElement@@UAE@XZ @24242 NONAME ??1H501_PriceElement_units@@UAE@XZ @24243 NONAME ??1H501_PriceInfoSpec@@UAE@XZ @24244 NONAME ??1H501_ProtocolVersion@@UAE@XZ @23964 NONAME ??1H501_RequestInProgress@@UAE@XZ @24245 NONAME ??1H501_Role@@UAE@XZ @24246 NONAME ??1H501_RouteInformation@@UAE@XZ @24247 NONAME ??1H501_RouteInformation_messageType@@UAE@XZ @24248 NONAME ??1H501_SecurityMode@@UAE@XZ @24249 NONAME ??1H501_ServiceConfirmation@@UAE@XZ @24250 NONAME ??1H501_ServiceRejection@@UAE@XZ @24251 NONAME ??1H501_ServiceRejectionReason@@UAE@XZ @24252 NONAME ??1H501_ServiceRelease@@UAE@XZ @24253 NONAME ??1H501_ServiceReleaseReason@@UAE@XZ @24254 NONAME ??1H501_ServiceRequest@@UAE@XZ @24255 NONAME ??1H501_TerminationCause@@UAE@XZ @24256 NONAME ??1H501_TimeZone@@UAE@XZ @24257 NONAME ??1H501_UnknownMessageReason@@UAE@XZ @24258 NONAME ??1H501_UnknownMessageResponse@@UAE@XZ @24259 NONAME ??1H501_UpdateInformation@@UAE@XZ @24260 NONAME ??1H501_UpdateInformation_descriptorInfo@@UAE@XZ @24261 NONAME ??1H501_UpdateInformation_updateType@@UAE@XZ @24262 NONAME ??1H501_UsageCallStatus@@UAE@XZ @24263 NONAME ??1H501_UsageConfirmation@@UAE@XZ @24264 NONAME ??1H501_UsageField@@UAE@XZ @24265 NONAME ??1H501_UsageIndication@@UAE@XZ @24266 NONAME ??1H501_UsageIndicationConfirmation@@UAE@XZ @24267 NONAME ??1H501_UsageIndicationRejection@@UAE@XZ @24268 NONAME ??1H501_UsageIndicationRejectionReason@@UAE@XZ @24269 NONAME ??1H501_UsageRejection@@UAE@XZ @24270 NONAME ??1H501_UsageRejectReason@@UAE@XZ @24271 NONAME ??1H501_UsageRequest@@UAE@XZ @24272 NONAME ??1H501_UsageSpecification@@UAE@XZ @24273 NONAME ??1H501_UsageSpecification_when@@UAE@XZ @24274 NONAME ??1H501_UserInformation@@UAE@XZ @24275 NONAME ??1H501_ValidationConfirmation@@UAE@XZ @24276 NONAME ??1H501_ValidationRejection@@UAE@XZ @24277 NONAME ??1H501_ValidationRejectionReason@@UAE@XZ @24278 NONAME ??1H501_ValidationRequest@@UAE@XZ @24279 NONAME ??1HandleTimeout_PNotifier@H245Negotiator@@UAE@XZ @1872 NONAME ??1HandleTransactions_PNotifier@H323Transactor@@UAE@XZ @25842 NONAME ??1HIDPluginDeviceManager@@UAE@XZ @43815 NONAME ??1Info@RTP_JitterBufferAnalyser@@QAE@XZ @12461 NONAME ??1IntraP64Decoder@@UAE@XZ @1873 NONAME ??1LookupRecord@@QAE@XZ @43816 NONAME ??1MCS_ArrayOf_ChannelAttributes@@UAE@XZ @1921 NONAME ??1MCS_ArrayOf_ChannelId@@UAE@XZ @1922 NONAME ??1MCS_ArrayOf_TokenAttributes@@UAE@XZ @1923 NONAME ??1MCS_ArrayOf_TokenId@@UAE@XZ @1924 NONAME ??1MCS_ArrayOf_UserId@@UAE@XZ @1925 NONAME ??1MCS_AssignedChannelId@@UAE@XZ @1926 NONAME ??1MCS_AUcf@@UAE@XZ @1927 NONAME ??1MCS_AUrq@@UAE@XZ @1928 NONAME ??1MCS_CAin@@UAE@XZ @1929 NONAME ??1MCS_CArq@@UAE@XZ @1930 NONAME ??1MCS_CCcf@@UAE@XZ @1931 NONAME ??1MCS_CCrq@@UAE@XZ @1932 NONAME ??1MCS_CDin@@UAE@XZ @1933 NONAME ??1MCS_CDrq@@UAE@XZ @1934 NONAME ??1MCS_CEin@@UAE@XZ @1935 NONAME ??1MCS_CErq@@UAE@XZ @1936 NONAME ??1MCS_ChannelAttributes@@UAE@XZ @1937 NONAME ??1MCS_ChannelAttributes_assigned@@UAE@XZ @1938 NONAME ??1MCS_ChannelAttributes_private@@UAE@XZ @1939 NONAME ??1MCS_ChannelAttributes_static@@UAE@XZ @1940 NONAME ??1MCS_ChannelAttributes_userId@@UAE@XZ @1941 NONAME ??1MCS_ChannelId@@UAE@XZ @1942 NONAME ??1MCS_CJcf@@UAE@XZ @1943 NONAME ??1MCS_CJrq@@UAE@XZ @1944 NONAME ??1MCS_CLrq@@UAE@XZ @1945 NONAME ??1MCS_ConnectMCSPDU@@UAE@XZ @1946 NONAME ??1MCS_Connect_Additional@@UAE@XZ @1947 NONAME ??1MCS_Connect_Initial@@UAE@XZ @1948 NONAME ??1MCS_Connect_Response@@UAE@XZ @1949 NONAME ??1MCS_Connect_Result@@UAE@XZ @1950 NONAME ??1MCS_DataPriority@@UAE@XZ @1951 NONAME ??1MCS_Diagnostic@@UAE@XZ @1952 NONAME ??1MCS_DomainMCSPDU@@UAE@XZ @1953 NONAME ??1MCS_DomainParameters@@UAE@XZ @1954 NONAME ??1MCS_DPum@@UAE@XZ @1955 NONAME ??1MCS_DUin@@UAE@XZ @1956 NONAME ??1MCS_DUrq@@UAE@XZ @1957 NONAME ??1MCS_DynamicChannelId@@UAE@XZ @1958 NONAME ??1MCS_EDrq@@UAE@XZ @1959 NONAME ??1MCS_MCcf@@UAE@XZ @1960 NONAME ??1MCS_MCrq@@UAE@XZ @1961 NONAME ??1MCS_MTcf@@UAE@XZ @1962 NONAME ??1MCS_MTrq@@UAE@XZ @1963 NONAME ??1MCS_PCin@@UAE@XZ @1964 NONAME ??1MCS_PDin@@UAE@XZ @1965 NONAME ??1MCS_PrivateChannelId@@UAE@XZ @1966 NONAME ??1MCS_PTin@@UAE@XZ @1967 NONAME ??1MCS_Reason@@UAE@XZ @1968 NONAME ??1MCS_Result@@UAE@XZ @1969 NONAME ??1MCS_RJum@@UAE@XZ @1970 NONAME ??1MCS_SDin@@UAE@XZ @1971 NONAME ??1MCS_SDrq@@UAE@XZ @1972 NONAME ??1MCS_Segmentation@@UAE@XZ @1973 NONAME ??1MCS_StaticChannelId@@UAE@XZ @1974 NONAME ??1MCS_TGcf@@UAE@XZ @1975 NONAME ??1MCS_TGrq@@UAE@XZ @1976 NONAME ??1MCS_TIcf@@UAE@XZ @1977 NONAME ??1MCS_TIrq@@UAE@XZ @1978 NONAME ??1MCS_TokenAttributes@@UAE@XZ @1979 NONAME ??1MCS_TokenAttributes_given@@UAE@XZ @1980 NONAME ??1MCS_TokenAttributes_giving@@UAE@XZ @1981 NONAME ??1MCS_TokenAttributes_grabbed@@UAE@XZ @1982 NONAME ??1MCS_TokenAttributes_inhibited@@UAE@XZ @1983 NONAME ??1MCS_TokenAttributes_ungivable@@UAE@XZ @1984 NONAME ??1MCS_TokenId@@UAE@XZ @1985 NONAME ??1MCS_TokenStatus@@UAE@XZ @1986 NONAME ??1MCS_TPin@@UAE@XZ @1987 NONAME ??1MCS_TPrq@@UAE@XZ @1988 NONAME ??1MCS_TRcf@@UAE@XZ @1989 NONAME ??1MCS_TRrq@@UAE@XZ @1990 NONAME ??1MCS_TTcf@@UAE@XZ @1991 NONAME ??1MCS_TTrq@@UAE@XZ @1992 NONAME ??1MCS_TVcf@@UAE@XZ @1993 NONAME ??1MCS_TVin@@UAE@XZ @1994 NONAME ??1MCS_TVrq@@UAE@XZ @1995 NONAME ??1MCS_TVrs@@UAE@XZ @1996 NONAME ??1MCS_UserId@@UAE@XZ @1997 NONAME ??1MCS_USin@@UAE@XZ @1998 NONAME ??1MCS_USrq@@UAE@XZ @1999 NONAME ??1MonitorMain_PNotifier@H323Gatekeeper@@UAE@XZ @20524 NONAME ??1MonitorMain_PNotifier@H323GatekeeperServer@@UAE@XZ @20321 NONAME ??1MonitorMain_PNotifier@H323PeerElement@@UAE@XZ @23967 NONAME ??1Monitor_PNotifier@OpalUSBDevice@@UAE@XZ @43817 NONAME ??1MSIPAddress@PILSSession@@UAE@XZ @26357 NONAME ??1MXRecordList@PDNS@@UAE@XZ @43818 NONAME ??1OnCallIntrudeTimeOut_PNotifier@H45011Handler@@UAE@XZ @20651 NONAME ??1OnCallTransferTimeOut_PNotifier@H4502Handler@@UAE@XZ @19940 NONAME ??1OnLoadModule_PNotifier@PPluginModuleManager@@UAE@XZ @37951 NONAME ??1OnUserInputInBandDTMF_PNotifier@H323Connection@@UAE@XZ @20160 NONAME ??1OnUserInputInlineRFC2833_PNotifier@H323Connection@@UAE@XZ @20101 NONAME ??1OpalFactoryCodec@@UAE@XZ @43270 NONAME ??1OpalG711ALaw64kFormat@@UAE@XZ @39530 NONAME ??1OpalG711ALaw64k_Base@@UAE@XZ @43271 NONAME ??1OpalG711ALaw64k_Decoder@@UAE@XZ @43272 NONAME ??1OpalG711ALaw64k_Encoder@@UAE@XZ @43273 NONAME ??1OpalG711uLaw64kFormat@@UAE@XZ @39531 NONAME ??1OpalG711uLaw64k_Base@@UAE@XZ @43274 NONAME ??1OpalG711uLaw64k_Decoder@@UAE@XZ @43275 NONAME ??1OpalG711uLaw64k_Encoder@@UAE@XZ @43276 NONAME ??1OpalG7231A_5k3Format@@UAE@XZ @39532 NONAME ??1OpalG7231A_6k3Format@@UAE@XZ @39533 NONAME ??1OpalG7231_5k3Format@@UAE@XZ @39534 NONAME ??1OpalG7231_6k3Format@@UAE@XZ @39535 NONAME ??1OpalG728Format@@UAE@XZ @39536 NONAME ??1OpalG729ABFormat@@UAE@XZ @39537 NONAME ??1OpalG729AFormat@@UAE@XZ @39538 NONAME ??1OpalG729BFormat@@UAE@XZ @39539 NONAME ??1OpalG729Format@@UAE@XZ @39540 NONAME ??1OpalGloballyUniqueID@@UAE@XZ @13843 NONAME ??1OpalGSM0610Format@@UAE@XZ @39541 NONAME ??1OpalH261Format@@UAE@XZ @39542 NONAME ??1OpalIxJDevice@@UAE@XZ @2000 NONAME ??1OpalLineChannel@@UAE@XZ @2001 NONAME ??1OpalLineInterfaceDevice@@UAE@XZ @2002 NONAME ??1OpalMediaFormat@@UAE@XZ @12920 NONAME ??1OpalPCM16Format@@UAE@XZ @39543 NONAME ??1OpalPluginCodec@@UAE@XZ @43277 NONAME ??1OpalPluginMediaFormat@@UAE@XZ @39544 NONAME ??1OpalRFC2833@@UAE@XZ @20102 NONAME ??1OpalRFC2833Info@@UAE@XZ @20103 NONAME ??1OpalRtpToWavFile@@UAE@XZ @20555 NONAME ??1OpalT120Format@@UAE@XZ @39545 NONAME ??1OpalT120Protocol@@UAE@XZ @18783 NONAME ??1OpalT38Protocol@@UAE@XZ @18784 NONAME ??1OpalUSBDevice@@UAE@XZ @43819 NONAME ??1OpalUserInputRFC2833Format@@UAE@XZ @39546 NONAME ??1OpalVoipBlasterDevice@@UAE@XZ @19981 NONAME ??1OpalVXMLSession@@UAE@XZ @20822 NONAME ??1OpalWAVFile@@UAE@XZ @20631 NONAME ??1P64Decoder@@UAE@XZ @2004 NONAME ??1P64Encoder@@QAE@XZ @2005 NONAME ??1PAdaptiveDelay@@UAE@XZ @19982 NONAME ??1PASN_Array@@UAE@XZ @2011 NONAME ??1PASN_BitString@@UAE@XZ @2012 NONAME ??1PASN_BMPString@@UAE@XZ @2013 NONAME ??1PASN_Boolean@@UAE@XZ @2014 NONAME ??1PASN_ConstrainedObject@@UAE@XZ @2015 NONAME ??1PASN_ConstrainedString@@UAE@XZ @2016 NONAME ??1PASN_Enumeration@@UAE@XZ @2017 NONAME ??1PASN_GeneralisedTime@@UAE@XZ @15370 NONAME ??1PASN_GeneralString@@UAE@XZ @16638 NONAME ??1PASN_IA5String@@UAE@XZ @2018 NONAME ??1PASN_Integer@@UAE@XZ @2019 NONAME ??1PASN_Null@@UAE@XZ @15371 NONAME ??1PASN_NumericString@@UAE@XZ @2020 NONAME ??1PASN_Object@@UAE@XZ @2021 NONAME ??1PASN_ObjectId@@UAE@XZ @2022 NONAME ??1PASN_OctetString@@UAE@XZ @2023 NONAME ??1PASN_PrintableString@@UAE@XZ @2024 NONAME ??1PASN_Sequence@@UAE@XZ @2025 NONAME ??1PASN_Stream@@UAE@XZ @20366 NONAME ??1PASN_VisibleString@@UAE@XZ @15372 NONAME ??1PBER_Stream@@UAE@XZ @18785 NONAME ??1PDTMFDecoder@@UAE@XZ @20164 NONAME ??1PDTMFEncoder@@UAE@XZ @43820 NONAME ??1PILSSession@@UAE@XZ @26213 NONAME ??1PLDAPAttributeBase@@UAE@XZ @26214 NONAME ??1PLDAPAttr_c@RTPerson@PILSSession@@UAE@XZ @26215 NONAME ??1PLDAPAttr_cn@RTPerson@PILSSession@@UAE@XZ @26216 NONAME ??1PLDAPAttr_comment@RTPerson@PILSSession@@UAE@XZ @26217 NONAME ??1PLDAPAttr_givenName@RTPerson@PILSSession@@UAE@XZ @26218 NONAME ??1PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@UAE@XZ @26219 NONAME ??1PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@UAE@XZ @26220 NONAME ??1PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@UAE@XZ @26221 NONAME ??1PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@UAE@XZ @26222 NONAME ??1PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@UAE@XZ @26223 NONAME ??1PLDAPAttr_location@RTPerson@PILSSession@@UAE@XZ @26224 NONAME ??1PLDAPAttr_o@RTPerson@PILSSession@@UAE@XZ @26225 NONAME ??1PLDAPAttr_objectClass@RTPerson@PILSSession@@UAE@XZ @26226 NONAME ??1PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@UAE@XZ @26227 NONAME ??1PLDAPAttr_sappguid@RTPerson@PILSSession@@UAE@XZ @26228 NONAME ??1PLDAPAttr_sappid@RTPerson@PILSSession@@UAE@XZ @26229 NONAME ??1PLDAPAttr_sflags@RTPerson@PILSSession@@UAE@XZ @26230 NONAME ??1PLDAPAttr_sipAddress@RTPerson@PILSSession@@UAE@XZ @26231 NONAME ??1PLDAPAttr_smimetype@RTPerson@PILSSession@@UAE@XZ @26232 NONAME ??1PLDAPAttr_smodop@RTPerson@PILSSession@@UAE@XZ @26233 NONAME ??1PLDAPAttr_sport@RTPerson@PILSSession@@UAE@XZ @26234 NONAME ??1PLDAPAttr_sprotid@RTPerson@PILSSession@@UAE@XZ @26235 NONAME ??1PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@UAE@XZ @26236 NONAME ??1PLDAPAttr_ssecurity@RTPerson@PILSSession@@UAE@XZ @26237 NONAME ??1PLDAPAttr_sttl@RTPerson@PILSSession@@UAE@XZ @26238 NONAME ??1PLDAPAttr_surname@RTPerson@PILSSession@@UAE@XZ @26239 NONAME ??1PLDAPAttr_timestamp@RTPerson@PILSSession@@UAE@XZ @26240 NONAME ??1PLDAPStructBase@@UAE@XZ @26241 NONAME ??1PluginLoader@@UAE@XZ @43821 NONAME ??1PMessageDigest5@@UAE@XZ @19306 NONAME ??1PMessageDigest@@UAE@XZ @39547 NONAME ??1PortInfo@H323EndPoint@@QAE@XZ @21063 NONAME ??1PPER_Stream@@UAE@XZ @2028 NONAME ??1Pre_Vid_Coder@@UAE@XZ @2031 NONAME ??1PURL@@UAE@XZ @26185 NONAME ??1PWAVFileConverter@@UAE@XZ @43822 NONAME ??1PWAVFileConverterALaw@@UAE@XZ @43823 NONAME ??1PWAVFileConverterULaw@@UAE@XZ @43824 NONAME ??1PWAVFileConverterXLaw@@UAE@XZ @43825 NONAME ??1Q931@@UAE@XZ @2044 NONAME ??1ReceivedPacket_PNotifier@OpalRFC2833@@UAE@XZ @20104 NONAME ??1ReceivedPacket_PNotifier@OpalRtpToWavFile@@UAE@XZ @20557 NONAME ??1ReceiverReport@RTP_Session@@UAE@XZ @12369 NONAME ??1ReceiveTimeout_PNotifier@OpalRFC2833@@UAE@XZ @20105 NONAME ??1Request@H323Transactor@@UAE@XZ @25843 NONAME ??1Response@H323Transactor@@UAE@XZ @25844 NONAME ??1RTPerson@PILSSession@@UAE@XZ @26242 NONAME ??1RTP_ControlFrame@@UAE@XZ @2046 NONAME ??1RTP_DataFrame@@UAE@XZ @2047 NONAME ??1RTP_JitterBuffer@@UAE@XZ @2048 NONAME ??1RTP_JitterBufferAnalyser@@UAE@XZ @12448 NONAME ??1RTP_QOS@@UAE@XZ @26588 NONAME ??1RTP_Session@@UAE@XZ @2049 NONAME ??1RTP_SessionManager@@UAE@XZ @2050 NONAME ??1RTP_UDP@@UAE@XZ @2051 NONAME ??1RTP_UserData@@UAE@XZ @39548 NONAME ??1SenderReport@RTP_Session@@UAE@XZ @12370 NONAME ??1SlowHandler_PNotifier@H323Transaction@@UAE@XZ @26050 NONAME ??1SoundTones@OpalUSBDevice@@UAE@XZ @43826 NONAME ??1SourceDescription@RTP_Session@@UAE@XZ @12371 NONAME ??1SRVRecordList@PDNS@@UAE@XZ @43827 NONAME ??1StatusHandler_PNotifier@OpalVoipBlasterDevice@@UAE@XZ @19983 NONAME ??1StringMap@H323GatekeeperServer@@UAE@XZ @21442 NONAME ??1T120ConnectPDU@@UAE@XZ @20177 NONAME ??1T120_X224@@UAE@XZ @20178 NONAME ??1T38_ArrayOf_PASN_OctetString@@UAE@XZ @18786 NONAME ??1T38_Data_Field@@UAE@XZ @18787 NONAME ??1T38_Data_Field_subtype@@UAE@XZ @18788 NONAME ??1T38_Data_Field_subtype_field_type@@UAE@XZ @18789 NONAME ??1T38_IFPPacket@@UAE@XZ @18790 NONAME ??1T38_PreCorrigendum_Data_Field@@UAE@XZ @21456 NONAME ??1T38_PreCorrigendum_Data_Field_subtype@@UAE@XZ @21457 NONAME ??1T38_PreCorrigendum_Data_Field_subtype_field_type@@UAE@XZ @21458 NONAME ??1T38_PreCorrigendum_IFPPacket@@UAE@XZ @21459 NONAME ??1T38_Type_of_msg@@UAE@XZ @18791 NONAME ??1T38_Type_of_msg_data@@UAE@XZ @18792 NONAME ??1T38_Type_of_msg_t30_indicator@@UAE@XZ @18793 NONAME ??1T38_UDPTLPacket@@UAE@XZ @18794 NONAME ??1T38_UDPTLPacket_error_recovery@@UAE@XZ @18795 NONAME ??1T38_UDPTLPacket_error_recovery_fec_info@@UAE@XZ @18796 NONAME ??1T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@UAE@XZ @18797 NONAME ??1T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@UAE@XZ @18798 NONAME ??1T38_UDPTLPacket_primary_ifp_packet@@UAE@XZ @18799 NONAME ??1TickleMonitor_PNotifier@H323Gatekeeper@@UAE@XZ @20525 NONAME ??1TonePlay_PNotifier@OpalUSBDevice@@UAE@XZ @43828 NONAME ??1TransmitEnded_PNotifier@OpalRFC2833@@UAE@XZ @20106 NONAME ??1TransmitPacket_PNotifier@OpalRFC2833@@UAE@XZ @20107 NONAME ??1Transmitter@@UAE@XZ @2052 NONAME ??1UpdateAllDescriptors_PNotifier@H323PeerElement@@UAE@XZ @25926 NONAME ??1VideoFrame@@QAE@XZ @12858 NONAME ??1VoipBlasterInterface@@UAE@XZ @19984 NONAME ??1Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@UAE@XZ @43278 NONAME ??1Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@UAE@XZ @43279 NONAME ??1Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@UAE@XZ @43280 NONAME ??1Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@UAE@XZ @43281 NONAME ??1Worker@OpalPluginCodecFactory@@UAE@XZ @43282 NONAME ??1WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@MAE@XZ @43829 NONAME ??1WorkerBase@?$PFactory@VH323Capability@@VPString@@@@MAE@XZ @42593 NONAME ??1WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@MAE@XZ @43283 NONAME ??1WorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@MAE@XZ @43830 NONAME ??1WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@MAE@XZ @42594 NONAME ??1WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@MAE@XZ @42595 NONAME ??1WorkerBase@?$PFactory@VPWAVFileConverter@@I@@MAE@XZ @43105 NONAME ??1X224@@UAE@XZ @2054 NONAME ??1X880_Code@@UAE@XZ @14205 NONAME ??1X880_GeneralProblem@@UAE@XZ @14206 NONAME ??1X880_Invoke@@UAE@XZ @14207 NONAME ??1X880_InvokeId@@UAE@XZ @14208 NONAME ??1X880_InvokeProblem@@UAE@XZ @14209 NONAME ??1X880_Reject@@UAE@XZ @14210 NONAME ??1X880_RejectProblem@@UAE@XZ @14211 NONAME ??1X880_Reject_problem@@UAE@XZ @14212 NONAME ??1X880_ReturnError@@UAE@XZ @14213 NONAME ??1X880_ReturnErrorProblem@@UAE@XZ @14214 NONAME ??1X880_ReturnResult@@UAE@XZ @14215 NONAME ??1X880_ReturnResultProblem@@UAE@XZ @14216 NONAME ??1X880_ReturnResult_result@@UAE@XZ @14217 NONAME ??1X880_ROS@@UAE@XZ @14218 NONAME ??4?$PArray@VH323TransportAddress@@@@QAEAAV0@ABV0@@Z @39549 NONAME ??4?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@QAEAAV0@ABV0@@Z @39550 NONAME ??4?$PList@VH235Authenticator@@@@QAEAAV0@ABV0@@Z @21088 NONAME ??4?$PSafePtr@VH323GatekeeperCall@@@@QAEAAV0@ABV0@@Z @39551 NONAME ??4?$PSafePtr@VH323PeerElementDescriptor@@@@QAEAAV0@PAVH323PeerElementDescriptor@@@Z @39552 NONAME ??4?$PSafePtr@VH323RegisteredEndPoint@@@@QAEAAV0@ABV0@@Z @39553 NONAME ??4?$PSafePtr@VH323RegisteredEndPoint@@@@QAEAAV0@PAVH323RegisteredEndPoint@@@Z @39554 NONAME ??4?$PScalarArray@G@@QAEAAV0@ABV0@@Z @39555 NONAME ??4GCC_ChannelID@@QAEAAV0@H@Z @2057 NONAME ??4GCC_ChannelID@@QAEAAV0@I@Z @2058 NONAME ??4GCC_ChannelType@@QAEAAV0@I@Z @2059 NONAME ??4GCC_ConferenceAddResponse_result@@QAEAAV0@I@Z @2060 NONAME ??4GCC_ConferenceCreateResponse_result@@QAEAAV0@I@Z @2061 NONAME ??4GCC_ConferenceEjectUserIndication_reason@@QAEAAV0@I@Z @2062 NONAME ??4GCC_ConferenceEjectUserRequest_reason@@QAEAAV0@I@Z @2063 NONAME ??4GCC_ConferenceEjectUserResponse_result@@QAEAAV0@I@Z @2064 NONAME ??4GCC_ConferenceInviteResponse_result@@QAEAAV0@I@Z @2065 NONAME ??4GCC_ConferenceJoinResponse_result@@QAEAAV0@I@Z @2066 NONAME ??4GCC_ConferenceLockResponse_result@@QAEAAV0@I@Z @2067 NONAME ??4GCC_ConferenceNameModifier@@QAEAAV0@ABVPString@@@Z @2068 NONAME ??4GCC_ConferenceNameModifier@@QAEAAV0@PBD@Z @2069 NONAME ??4GCC_ConferenceQueryResponse_result@@QAEAAV0@I@Z @2070 NONAME ??4GCC_ConferenceTerminateIndication_reason@@QAEAAV0@I@Z @2071 NONAME ??4GCC_ConferenceTerminateRequest_reason@@QAEAAV0@I@Z @2072 NONAME ??4GCC_ConferenceTerminateResponse_result@@QAEAAV0@I@Z @2073 NONAME ??4GCC_ConferenceTransferResponse_result@@QAEAAV0@I@Z @2074 NONAME ??4GCC_ConferenceUnlockResponse_result@@QAEAAV0@I@Z @2075 NONAME ??4GCC_DialingString@@QAEAAV0@ABVPString@@@Z @2076 NONAME ??4GCC_DialingString@@QAEAAV0@PBD@Z @2077 NONAME ??4GCC_DynamicChannelID@@QAEAAV0@H@Z @2078 NONAME ??4GCC_DynamicChannelID@@QAEAAV0@I@Z @2079 NONAME ??4GCC_DynamicTokenID@@QAEAAV0@H@Z @2080 NONAME ??4GCC_DynamicTokenID@@QAEAAV0@I@Z @2081 NONAME ??4GCC_EntityID@@QAEAAV0@H@Z @2082 NONAME ??4GCC_EntityID@@QAEAAV0@I@Z @2083 NONAME ??4GCC_ExtraDialingString@@QAEAAV0@ABV?$PScalarArray@G@@@Z @26406 NONAME ??4GCC_ExtraDialingString@@QAEAAV0@ABVPASN_BMPString@@@Z @19282 NONAME ??4GCC_ExtraDialingString@@QAEAAV0@ABVPString@@@Z @2084 NONAME ??4GCC_ExtraDialingString@@QAEAAV0@PBD@Z @2085 NONAME ??4GCC_H221NonStandardIdentifier@@QAEAAV0@ABVPBYTEArray@@@Z @2086 NONAME ??4GCC_H221NonStandardIdentifier@@QAEAAV0@ABVPString@@@Z @2087 NONAME ??4GCC_H221NonStandardIdentifier@@QAEAAV0@PBD@Z @2088 NONAME ??4GCC_Handle@@QAEAAV0@H@Z @2089 NONAME ??4GCC_Handle@@QAEAAV0@I@Z @2090 NONAME ??4GCC_NodeType@@QAEAAV0@I@Z @2091 NONAME ??4GCC_Privilege@@QAEAAV0@I@Z @2092 NONAME ??4GCC_RegistryAllocateHandleResponse_result@@QAEAAV0@I@Z @2093 NONAME ??4GCC_RegistryModificationRights@@QAEAAV0@I@Z @2094 NONAME ??4GCC_RegistryResponse_primitiveType@@QAEAAV0@I@Z @2095 NONAME ??4GCC_RegistryResponse_result@@QAEAAV0@I@Z @2096 NONAME ??4GCC_SimpleNumericString@@QAEAAV0@ABVPString@@@Z @2097 NONAME ??4GCC_SimpleNumericString@@QAEAAV0@PBD@Z @2098 NONAME ??4GCC_SimpleTextString@@QAEAAV0@ABV?$PScalarArray@G@@@Z @26407 NONAME ??4GCC_SimpleTextString@@QAEAAV0@ABVPASN_BMPString@@@Z @19283 NONAME ??4GCC_SimpleTextString@@QAEAAV0@ABVPString@@@Z @2099 NONAME ??4GCC_SimpleTextString@@QAEAAV0@PBD@Z @2100 NONAME ??4GCC_StaticChannelID@@QAEAAV0@H@Z @2101 NONAME ??4GCC_StaticChannelID@@QAEAAV0@I@Z @2102 NONAME ??4GCC_StaticTokenID@@QAEAAV0@H@Z @2103 NONAME ??4GCC_StaticTokenID@@QAEAAV0@I@Z @2104 NONAME ??4GCC_SubAddressString@@QAEAAV0@ABVPString@@@Z @2105 NONAME ??4GCC_SubAddressString@@QAEAAV0@PBD@Z @2106 NONAME ??4GCC_TerminationMethod@@QAEAAV0@I@Z @2107 NONAME ??4GCC_TextString@@QAEAAV0@ABV?$PScalarArray@G@@@Z @26408 NONAME ??4GCC_TextString@@QAEAAV0@ABVPASN_BMPString@@@Z @19284 NONAME ??4GCC_TextString@@QAEAAV0@ABVPString@@@Z @2108 NONAME ??4GCC_TextString@@QAEAAV0@PBD@Z @2109 NONAME ??4GCC_Time@@QAEAAV0@H@Z @2110 NONAME ??4GCC_Time@@QAEAAV0@I@Z @2111 NONAME ??4GCC_TokenID@@QAEAAV0@H@Z @2112 NONAME ??4GCC_TokenID@@QAEAAV0@I@Z @2113 NONAME ??4GCC_UserID@@QAEAAV0@H@Z @2114 NONAME ??4GCC_UserID@@QAEAAV0@I@Z @2115 NONAME ??4H225_AliasAddress@@QAEAAV0@ABV0@@Z @39556 NONAME ??4H225_ArrayOf_AliasAddress@@QAEAAV0@ABV0@@Z @39557 NONAME ??4H225_ArrayOf_FeatureDescriptor@@QAEAAV0@ABV0@@Z @25473 NONAME ??4H225_ArrayOf_GenericData@@QAEAAV0@ABV0@@Z @19566 NONAME ??4H225_ArrayOf_NonStandardParameter@@QAEAAV0@ABV0@@Z @26384 NONAME ??4H225_ArrayOf_PASN_OctetString@@QAEAAV0@ABV0@@Z @39558 NONAME ??4H225_ArrayOf_SupportedProtocols@@QAEAAV0@ABV0@@Z @39559 NONAME ??4H225_ArrayOf_TunnelledProtocol@@QAEAAV0@ABV0@@Z @27295 NONAME ??4H225_BandWidth@@QAEAAV0@H@Z @2116 NONAME ??4H225_BandWidth@@QAEAAV0@I@Z @2117 NONAME ??4H225_CallLinkage@@QAEAAV0@ABV0@@Z @26385 NONAME ??4H225_CallReferenceValue@@QAEAAV0@H@Z @2118 NONAME ??4H225_CallReferenceValue@@QAEAAV0@I@Z @2119 NONAME ??4H225_ConferenceIdentifier@@QAEAAV0@ABVPBYTEArray@@@Z @2120 NONAME ??4H225_ConferenceIdentifier@@QAEAAV0@ABVPString@@@Z @2121 NONAME ??4H225_ConferenceIdentifier@@QAEAAV0@PBD@Z @2122 NONAME ??4H225_EndpointIdentifier@@QAEAAV0@ABV?$PScalarArray@G@@@Z @26409 NONAME ??4H225_EndpointIdentifier@@QAEAAV0@ABVPASN_BMPString@@@Z @19285 NONAME ??4H225_EndpointIdentifier@@QAEAAV0@ABVPString@@@Z @2123 NONAME ??4H225_EndpointIdentifier@@QAEAAV0@PBD@Z @2124 NONAME ??4H225_EndpointType@@QAEAAV0@ABV0@@Z @39560 NONAME ??4H225_FeatureSet@@QAEAAV0@ABV0@@Z @25696 NONAME ??4H225_GatekeeperIdentifier@@QAEAAV0@ABV?$PScalarArray@G@@@Z @26410 NONAME ??4H225_GatekeeperIdentifier@@QAEAAV0@ABVPASN_BMPString@@@Z @19286 NONAME ??4H225_GatekeeperIdentifier@@QAEAAV0@ABVPString@@@Z @2125 NONAME ??4H225_GatekeeperIdentifier@@QAEAAV0@PBD@Z @2126 NONAME ??4H225_GatekeeperInfo@@QAEAAV0@ABV0@@Z @26386 NONAME ??4H225_GatewayInfo@@QAEAAV0@ABV0@@Z @26387 NONAME ??4H225_GloballyUniqueID@@QAEAAV0@ABV0@@Z @23855 NONAME ??4H225_GloballyUniqueID@@QAEAAV0@ABVPBYTEArray@@@Z @2127 NONAME ??4H225_GloballyUniqueID@@QAEAAV0@ABVPString@@@Z @2128 NONAME ??4H225_GloballyUniqueID@@QAEAAV0@PBD@Z @2129 NONAME ??4H225_H221NonStandard@@QAEAAV0@ABV0@@Z @39561 NONAME ??4H225_H248PackagesDescriptor@@QAEAAV0@ABVPBYTEArray@@@Z @16795 NONAME ??4H225_H248PackagesDescriptor@@QAEAAV0@ABVPString@@@Z @16796 NONAME ??4H225_H248PackagesDescriptor@@QAEAAV0@PBD@Z @16797 NONAME ??4H225_H248SignalsDescriptor@@QAEAAV0@ABVPBYTEArray@@@Z @16798 NONAME ??4H225_H248SignalsDescriptor@@QAEAAV0@ABVPString@@@Z @16799 NONAME ??4H225_H248SignalsDescriptor@@QAEAAV0@PBD@Z @16800 NONAME ??4H225_H323_UU_PDU@@QAEAAV0@ABV0@@Z @39562 NONAME ??4H225_H323_UU_PDU_h323_message_body@@QAEAAV0@ABV0@@Z @39563 NONAME ??4H225_H323_UU_PDU_tunnelledSignallingMessage@@QAEAAV0@ABV0@@Z @19568 NONAME ??4H225_ICV@@QAEAAV0@ABV0@@Z @25697 NONAME ??4H225_McuInfo@@QAEAAV0@ABV0@@Z @26388 NONAME ??4H225_NonStandardIdentifier@@QAEAAV0@ABV0@@Z @19569 NONAME ??4H225_NonStandardParameter@@QAEAAV0@ABV0@@Z @39564 NONAME ??4H225_NumberDigits@@QAEAAV0@ABVPString@@@Z @2130 NONAME ??4H225_NumberDigits@@QAEAAV0@PBD@Z @2131 NONAME ??4H225_RequestSeqNum@@QAEAAV0@H@Z @2132 NONAME ??4H225_RequestSeqNum@@QAEAAV0@I@Z @2133 NONAME ??4H225_ScreeningIndicator@@QAEAAV0@I@Z @16801 NONAME ??4H225_ServiceControlSession_reason@@QAEAAV0@ABV0@@Z @39565 NONAME ??4H225_StimulusControl@@QAEAAV0@ABV0@@Z @19570 NONAME ??4H225_TBCD_STRING@@QAEAAV0@ABVPString@@@Z @16802 NONAME ??4H225_TBCD_STRING@@QAEAAV0@PBD@Z @16803 NONAME ??4H225_TerminalInfo@@QAEAAV0@ABV0@@Z @26389 NONAME ??4H225_TimeToLive@@QAEAAV0@H@Z @2134 NONAME ??4H225_TimeToLive@@QAEAAV0@I@Z @2135 NONAME ??4H225_TransportAddress@@QAEAAV0@ABV0@@Z @39566 NONAME ??4H225_TunnelledProtocol@@QAEAAV0@ABV0@@Z @39567 NONAME ??4H225_TunnelledProtocol_id@@QAEAAV0@ABV0@@Z @39568 NONAME ??4H225_UnregRequestReason@@QAEAAV0@ABV0@@Z @39569 NONAME ??4H225_VendorIdentifier@@QAEAAV0@ABV0@@Z @26390 NONAME ??4H235Authenticators@@QAEAAV0@ABV0@@Z @39570 NONAME ??4H235_AuthenticationMechanism@@QAEAAV0@ABV0@@Z @39571 NONAME ??4H235_ChallengeString@@QAEAAV0@ABV0@@Z @39572 NONAME ??4H235_ChallengeString@@QAEAAV0@ABVPBYTEArray@@@Z @2136 NONAME ??4H235_ChallengeString@@QAEAAV0@ABVPString@@@Z @2137 NONAME ??4H235_ChallengeString@@QAEAAV0@PBD@Z @2138 NONAME ??4H235_ClearToken@@QAEAAV0@ABV0@@Z @39573 NONAME ??4H235_DHset@@QAEAAV0@ABV0@@Z @39574 NONAME ??4H235_ECKASDH@@QAEAAV0@ABV0@@Z @23911 NONAME ??4H235_H235Key@@QAEAAV0@ABV0@@Z @26791 NONAME ??4H235_Identifier@@QAEAAV0@ABV0@@Z @23912 NONAME ??4H235_Identifier@@QAEAAV0@ABV?$PScalarArray@G@@@Z @26411 NONAME ??4H235_Identifier@@QAEAAV0@ABVPASN_BMPString@@@Z @19287 NONAME ??4H235_Identifier@@QAEAAV0@ABVPString@@@Z @2139 NONAME ??4H235_Identifier@@QAEAAV0@PBD@Z @2140 NONAME ??4H235_IV16@@QAEAAV0@ABVPBYTEArray@@@Z @19219 NONAME ??4H235_IV16@@QAEAAV0@ABVPString@@@Z @19220 NONAME ??4H235_IV16@@QAEAAV0@PBD@Z @19221 NONAME ??4H235_IV8@@QAEAAV0@ABVPBYTEArray@@@Z @2141 NONAME ??4H235_IV8@@QAEAAV0@ABVPString@@@Z @2142 NONAME ??4H235_IV8@@QAEAAV0@PBD@Z @2143 NONAME ??4H235_NonStandardParameter@@QAEAAV0@ABV0@@Z @23913 NONAME ??4H235_Password@@QAEAAV0@ABV0@@Z @39575 NONAME ??4H235_Password@@QAEAAV0@ABV?$PScalarArray@G@@@Z @26412 NONAME ??4H235_Password@@QAEAAV0@ABVPASN_BMPString@@@Z @19288 NONAME ??4H235_Password@@QAEAAV0@ABVPString@@@Z @2144 NONAME ??4H235_Password@@QAEAAV0@PBD@Z @2145 NONAME ??4H235_RandomVal@@QAEAAV0@ABV0@@Z @26055 NONAME ??4H235_RandomVal@@QAEAAV0@H@Z @2146 NONAME ??4H235_RandomVal@@QAEAAV0@I@Z @2147 NONAME ??4H235_TimeStamp@@QAEAAV0@ABV0@@Z @39576 NONAME ??4H235_TimeStamp@@QAEAAV0@H@Z @2148 NONAME ??4H235_TimeStamp@@QAEAAV0@I@Z @2149 NONAME ??4H235_TypedCertificate@@QAEAAV0@ABV0@@Z @23914 NONAME ??4H245_ArrayOf_ModeDescription@@QAEAAV0@ABV0@@Z @39577 NONAME ??4H245_CapabilityDescriptorNumber@@QAEAAV0@H@Z @2150 NONAME ??4H245_CapabilityDescriptorNumber@@QAEAAV0@I@Z @2151 NONAME ??4H245_CapabilityIdentifier@@QAEAAV0@ABV0@@Z @43831 NONAME ??4H245_CapabilityTableEntryNumber@@QAEAAV0@H@Z @2152 NONAME ??4H245_CapabilityTableEntryNumber@@QAEAAV0@I@Z @2153 NONAME ??4H245_CommandMessage@@QAEAAV0@ABV0@@Z @39578 NONAME ??4H245_ConferenceID@@QAEAAV0@ABVPBYTEArray@@@Z @2154 NONAME ??4H245_ConferenceID@@QAEAAV0@ABVPString@@@Z @2155 NONAME ??4H245_ConferenceID@@QAEAAV0@PBD@Z @2156 NONAME ??4H245_IV16@@QAEAAV0@ABVPBYTEArray@@@Z @43832 NONAME ??4H245_IV16@@QAEAAV0@ABVPString@@@Z @43833 NONAME ??4H245_IV16@@QAEAAV0@PBD@Z @43834 NONAME ??4H245_IV8@@QAEAAV0@ABVPBYTEArray@@@Z @43835 NONAME ??4H245_IV8@@QAEAAV0@ABVPString@@@Z @43836 NONAME ??4H245_IV8@@QAEAAV0@PBD@Z @43837 NONAME ??4H245_LogicalChannelNumber@@QAEAAV0@H@Z @2157 NONAME ??4H245_LogicalChannelNumber@@QAEAAV0@I@Z @2158 NONAME ??4H245_MaximumBitRate@@QAEAAV0@H@Z @16804 NONAME ??4H245_MaximumBitRate@@QAEAAV0@I@Z @16805 NONAME ??4H245_MaxRedundancy@@QAEAAV0@H@Z @43838 NONAME ??4H245_MaxRedundancy@@QAEAAV0@I@Z @43839 NONAME ??4H245_McuNumber@@QAEAAV0@H@Z @2159 NONAME ??4H245_McuNumber@@QAEAAV0@I@Z @2160 NONAME ??4H245_ModeDescription@@QAEAAV0@ABV0@@Z @39579 NONAME ??4H245_MultiplexTableEntryNumber@@QAEAAV0@H@Z @2161 NONAME ??4H245_MultiplexTableEntryNumber@@QAEAAV0@I@Z @2162 NONAME ??4H245_Password@@QAEAAV0@ABVPBYTEArray@@@Z @2163 NONAME ??4H245_Password@@QAEAAV0@ABVPString@@@Z @2164 NONAME ??4H245_Password@@QAEAAV0@PBD@Z @2165 NONAME ??4H245_RequestMessage@@QAEAAV0@ABV0@@Z @39580 NONAME ??4H245_ResponseMessage@@QAEAAV0@ABV0@@Z @39581 NONAME ??4H245_SequenceNumber@@QAEAAV0@H@Z @2166 NONAME ??4H245_SequenceNumber@@QAEAAV0@I@Z @2167 NONAME ??4H245_TerminalID@@QAEAAV0@ABVPBYTEArray@@@Z @2168 NONAME ??4H245_TerminalID@@QAEAAV0@ABVPString@@@Z @2169 NONAME ??4H245_TerminalID@@QAEAAV0@PBD@Z @2170 NONAME ??4H245_TerminalNumber@@QAEAAV0@H@Z @2171 NONAME ??4H245_TerminalNumber@@QAEAAV0@I@Z @2172 NONAME ??4H245_UserInputIndication@@QAEAAV0@ABV0@@Z @39582 NONAME ??4H248_AuthData@@QAEAAV0@ABVPBYTEArray@@@Z @21998 NONAME ??4H248_AuthData@@QAEAAV0@ABVPString@@@Z @21999 NONAME ??4H248_AuthData@@QAEAAV0@PBD@Z @22000 NONAME ??4H248_ContextID@@QAEAAV0@H@Z @22001 NONAME ??4H248_ContextID@@QAEAAV0@I@Z @22002 NONAME ??4H248_DigitMapName@@QAEAAV0@ABVPBYTEArray@@@Z @22003 NONAME ??4H248_DigitMapName@@QAEAAV0@ABVPString@@@Z @22004 NONAME ??4H248_DigitMapName@@QAEAAV0@PBD@Z @22005 NONAME ??4H248_ErrorCode@@QAEAAV0@H@Z @22006 NONAME ??4H248_ErrorCode@@QAEAAV0@I@Z @22007 NONAME ??4H248_ErrorText@@QAEAAV0@ABVPString@@@Z @22008 NONAME ??4H248_ErrorText@@QAEAAV0@PBD@Z @22009 NONAME ??4H248_EventBufferControl@@QAEAAV0@I@Z @22010 NONAME ??4H248_EventName@@QAEAAV0@ABVPBYTEArray@@@Z @22011 NONAME ??4H248_EventName@@QAEAAV0@ABVPString@@@Z @22012 NONAME ??4H248_EventName@@QAEAAV0@PBD@Z @22013 NONAME ??4H248_ModemType@@QAEAAV0@I@Z @22014 NONAME ??4H248_MuxType@@QAEAAV0@I@Z @22015 NONAME ??4H248_Name@@QAEAAV0@ABVPBYTEArray@@@Z @22016 NONAME ??4H248_Name@@QAEAAV0@ABVPString@@@Z @22017 NONAME ??4H248_Name@@QAEAAV0@PBD@Z @22018 NONAME ??4H248_PathName@@QAEAAV0@ABVPString@@@Z @22019 NONAME ??4H248_PathName@@QAEAAV0@PBD@Z @22020 NONAME ??4H248_PkgdName@@QAEAAV0@ABVPBYTEArray@@@Z @22021 NONAME ??4H248_PkgdName@@QAEAAV0@ABVPString@@@Z @22022 NONAME ??4H248_PkgdName@@QAEAAV0@PBD@Z @22023 NONAME ??4H248_Relation@@QAEAAV0@I@Z @22024 NONAME ??4H248_RequestID@@QAEAAV0@H@Z @22025 NONAME ??4H248_RequestID@@QAEAAV0@I@Z @22026 NONAME ??4H248_SecurityParmIndex@@QAEAAV0@ABVPBYTEArray@@@Z @22027 NONAME ??4H248_SecurityParmIndex@@QAEAAV0@ABVPString@@@Z @22028 NONAME ??4H248_SecurityParmIndex@@QAEAAV0@PBD@Z @22029 NONAME ??4H248_SequenceNum@@QAEAAV0@ABVPBYTEArray@@@Z @22030 NONAME ??4H248_SequenceNum@@QAEAAV0@ABVPString@@@Z @22031 NONAME ??4H248_SequenceNum@@QAEAAV0@PBD@Z @22032 NONAME ??4H248_ServiceChangeMethod@@QAEAAV0@I@Z @22033 NONAME ??4H248_ServiceState@@QAEAAV0@I@Z @22034 NONAME ??4H248_SignalName@@QAEAAV0@ABVPBYTEArray@@@Z @22035 NONAME ??4H248_SignalName@@QAEAAV0@ABVPString@@@Z @22036 NONAME ??4H248_SignalName@@QAEAAV0@PBD@Z @22037 NONAME ??4H248_SignalType@@QAEAAV0@I@Z @22038 NONAME ??4H248_StreamID@@QAEAAV0@H@Z @22039 NONAME ??4H248_StreamID@@QAEAAV0@I@Z @22040 NONAME ??4H248_StreamMode@@QAEAAV0@I@Z @22041 NONAME ??4H248_TopologyRequest_topologyDirection@@QAEAAV0@I@Z @22042 NONAME ??4H248_TransactionId@@QAEAAV0@H@Z @22043 NONAME ??4H248_TransactionId@@QAEAAV0@I@Z @22044 NONAME ??4H248_WildcardField@@QAEAAV0@ABVPBYTEArray@@@Z @22045 NONAME ??4H248_WildcardField@@QAEAAV0@ABVPString@@@Z @22046 NONAME ??4H248_WildcardField@@QAEAAV0@PBD@Z @22047 NONAME ??4H323Capabilities@@QAEAAV0@ABV0@@Z @12512 NONAME ??4H323ChannelNumber@@QAEAAV0@ABV0@@Z @39583 NONAME ??4H323TransactionPDU@@QAEAAV0@ABV0@@Z @39584 NONAME ??4H323TransportAddress@@QAEAAV0@ABV0@@Z @21281 NONAME ??4H323TransportAddressArray@@QAEAAV0@ABV0@@Z @39585 NONAME ??4H45010_H323CallOfferOperations@@QAEAAV0@I@Z @15445 NONAME ??4H45011_CallIntrusionErrors@@QAEAAV0@I@Z @15446 NONAME ??4H45011_CICapabilityLevel@@QAEAAV0@H@Z @15447 NONAME ??4H45011_CICapabilityLevel@@QAEAAV0@I@Z @15448 NONAME ??4H45011_CIProtectionLevel@@QAEAAV0@H@Z @15449 NONAME ??4H45011_CIProtectionLevel@@QAEAAV0@I@Z @15450 NONAME ??4H45011_CIStatusInformation@@QAEAAV0@ABV0@@Z @39586 NONAME ??4H45011_H323CallIntrusionOperations@@QAEAAV0@I@Z @15451 NONAME ??4H4501_GeneralErrorList@@QAEAAV0@I@Z @14277 NONAME ??4H4501_H225InformationElement@@QAEAAV0@ABVPBYTEArray@@@Z @14278 NONAME ??4H4501_H225InformationElement@@QAEAAV0@ABVPString@@@Z @14279 NONAME ??4H4501_H225InformationElement@@QAEAAV0@PBD@Z @14280 NONAME ??4H4501_InvokeIDs@@QAEAAV0@H@Z @14281 NONAME ??4H4501_InvokeIDs@@QAEAAV0@I@Z @14282 NONAME ??4H4501_InvokeIdSet@@QAEAAV0@H@Z @14283 NONAME ??4H4501_InvokeIdSet@@QAEAAV0@I@Z @14284 NONAME ??4H4501_NSAPSubaddress@@QAEAAV0@ABVPBYTEArray@@@Z @14285 NONAME ??4H4501_NSAPSubaddress@@QAEAAV0@ABVPString@@@Z @14286 NONAME ??4H4501_NSAPSubaddress@@QAEAAV0@PBD@Z @14287 NONAME ??4H4501_PresentationAllowedIndicator@@QAEAAV0@H@Z @14288 NONAME ??4H4501_ScreeningIndicator@@QAEAAV0@I@Z @14289 NONAME ??4H4501_SubaddressInformation@@QAEAAV0@ABVPBYTEArray@@@Z @14290 NONAME ??4H4501_SubaddressInformation@@QAEAAV0@ABVPString@@@Z @14291 NONAME ??4H4501_SubaddressInformation@@QAEAAV0@PBD@Z @14292 NONAME ??4H4502_CallIdentity@@QAEAAV0@ABVPString@@@Z @14293 NONAME ??4H4502_CallIdentity@@QAEAAV0@PBD@Z @14294 NONAME ??4H4502_CallStatus@@QAEAAV0@I@Z @14295 NONAME ??4H4502_CallTransferErrors@@QAEAAV0@I@Z @14296 NONAME ??4H4502_CallTransferOperation@@QAEAAV0@I@Z @14297 NONAME ??4H4502_EndDesignation@@QAEAAV0@I@Z @14298 NONAME ??4H4503_BasicService@@QAEAAV0@I@Z @15130 NONAME ??4H4503_CallDiversionErrors@@QAEAAV0@I@Z @15131 NONAME ??4H4503_DiversionReason@@QAEAAV0@I@Z @15132 NONAME ??4H4503_H323CallDiversionOperations@@QAEAAV0@I@Z @15133 NONAME ??4H4503_Procedure@@QAEAAV0@I@Z @15134 NONAME ??4H4503_SubscriptionOption@@QAEAAV0@I@Z @15135 NONAME ??4H4504_CallHoldOperation@@QAEAAV0@I@Z @14987 NONAME ??4H4505_CallParkPickupOperations@@QAEAAV0@I@Z @15452 NONAME ??4H4505_CallPickupErrors@@QAEAAV0@I@Z @15453 NONAME ??4H4505_CallType@@QAEAAV0@I@Z @15454 NONAME ??4H4505_ParkCondition@@QAEAAV0@I@Z @15455 NONAME ??4H4505_ParkedToPosition@@QAEAAV0@H@Z @15456 NONAME ??4H4505_ParkedToPosition@@QAEAAV0@I@Z @15457 NONAME ??4H4506_CallWaitingOperations@@QAEAAV0@I@Z @15458 NONAME ??4H4507_BasicService@@QAEAAV0@I@Z @15459 NONAME ??4H4507_H323_MWI_Operations@@QAEAAV0@I@Z @15460 NONAME ??4H4507_MessageWaitingIndicationErrors@@QAEAAV0@I@Z @15461 NONAME ??4H4507_NbOfMessages@@QAEAAV0@H@Z @15462 NONAME ??4H4507_NbOfMessages@@QAEAAV0@I@Z @15463 NONAME ??4H4508_ExtendedName@@QAEAAV0@ABV?$PScalarArray@G@@@Z @26413 NONAME ??4H4508_ExtendedName@@QAEAAV0@ABVPASN_BMPString@@@Z @19289 NONAME ??4H4508_ExtendedName@@QAEAAV0@ABVPString@@@Z @15464 NONAME ??4H4508_ExtendedName@@QAEAAV0@PBD@Z @15465 NONAME ??4H4508_NameOperations@@QAEAAV0@I@Z @15466 NONAME ??4H4508_SimpleName@@QAEAAV0@ABVPBYTEArray@@@Z @15467 NONAME ??4H4508_SimpleName@@QAEAAV0@ABVPString@@@Z @15468 NONAME ??4H4508_SimpleName@@QAEAAV0@PBD@Z @15469 NONAME ??4H4509_CallCompletionErrors@@QAEAAV0@I@Z @15470 NONAME ??4H4509_H323CallCompletionOperations@@QAEAAV0@I@Z @15471 NONAME ??4H501PDU@@QAEAAV0@ABV0@@Z @39587 NONAME ??4H501_ApplicationMessage@@QAEAAV0@ABVPBYTEArray@@@Z @24383 NONAME ??4H501_ApplicationMessage@@QAEAAV0@ABVPString@@@Z @24384 NONAME ??4H501_ApplicationMessage@@QAEAAV0@PBD@Z @24385 NONAME ??4H501_ArrayOf_AddressTemplate@@QAEAAV0@ABV0@@Z @39588 NONAME ??4H501_ArrayOf_ClearToken@@QAEAAV0@ABV0@@Z @25698 NONAME ??4H501_ArrayOf_CryptoH323Token@@QAEAAV0@ABV0@@Z @25699 NONAME ??4H501_ArrayOf_GenericData@@QAEAAV0@ABV0@@Z @25700 NONAME ??4H501_ArrayOf_NonStandardParameter@@QAEAAV0@ABV0@@Z @25701 NONAME ??4H501_ArrayOf_TransportAddress@@QAEAAV0@ABV0@@Z @25702 NONAME ??4H501_ElementIdentifier@@QAEAAV0@ABV?$PScalarArray@G@@@Z @26414 NONAME ??4H501_ElementIdentifier@@QAEAAV0@ABVPASN_BMPString@@@Z @24386 NONAME ??4H501_ElementIdentifier@@QAEAAV0@ABVPString@@@Z @24387 NONAME ??4H501_ElementIdentifier@@QAEAAV0@PBD@Z @24389 NONAME ??4H501_GlobalTimeStamp@@QAEAAV0@ABVPString@@@Z @24390 NONAME ??4H501_GlobalTimeStamp@@QAEAAV0@PBD@Z @24391 NONAME ??4H501_Message@@QAEAAV0@ABV0@@Z @39589 NONAME ??4H501_MessageBody@@QAEAAV0@ABV0@@Z @39590 NONAME ??4H501_MessageCommonInfo@@QAEAAV0@ABV0@@Z @39591 NONAME ??4H501_ProtocolVersion@@QAEAAV0@ABV0@@Z @25703 NONAME ??4H501_ServiceReleaseReason@@QAEAAV0@ABV0@@Z @39592 NONAME ??4H501_TimeZone@@QAEAAV0@H@Z @24392 NONAME ??4H501_TimeZone@@QAEAAV0@I@Z @24393 NONAME ??4LookupRecord@@QAEAAU0@ABU0@@Z @43840 NONAME ??4MCS_AssignedChannelId@@QAEAAV0@H@Z @2200 NONAME ??4MCS_AssignedChannelId@@QAEAAV0@I@Z @2201 NONAME ??4MCS_ChannelId@@QAEAAV0@H@Z @2202 NONAME ??4MCS_ChannelId@@QAEAAV0@I@Z @2203 NONAME ??4MCS_DataPriority@@QAEAAV0@I@Z @2204 NONAME ??4MCS_Diagnostic@@QAEAAV0@I@Z @2205 NONAME ??4MCS_DynamicChannelId@@QAEAAV0@H@Z @2206 NONAME ??4MCS_DynamicChannelId@@QAEAAV0@I@Z @2207 NONAME ??4MCS_PrivateChannelId@@QAEAAV0@H@Z @2208 NONAME ??4MCS_PrivateChannelId@@QAEAAV0@I@Z @2209 NONAME ??4MCS_Reason@@QAEAAV0@I@Z @2210 NONAME ??4MCS_Result@@QAEAAV0@I@Z @2211 NONAME ??4MCS_StaticChannelId@@QAEAAV0@H@Z @2212 NONAME ??4MCS_StaticChannelId@@QAEAAV0@I@Z @2213 NONAME ??4MCS_TokenId@@QAEAAV0@H@Z @2214 NONAME ??4MCS_TokenId@@QAEAAV0@I@Z @2215 NONAME ??4MCS_TokenStatus@@QAEAAV0@I@Z @2216 NONAME ??4MCS_UserId@@QAEAAV0@H@Z @2217 NONAME ??4MCS_UserId@@QAEAAV0@I@Z @2218 NONAME ??4MSIPAddress@PILSSession@@QAEAAV01@ABV01@@Z @39593 NONAME ??4OpalGloballyUniqueID@@QAEAAV0@ABV0@@Z @39594 NONAME ??4OpalMediaFormat@@QAEAAV0@ABV0@@Z @39595 NONAME ??4PAbstractArray@@QAEAAV0@ABV0@@Z @39596 NONAME ??4PAbstractDictionary@@QAEAAV0@ABV0@@Z @39597 NONAME ??4PASN_BMPString@@QAEAAV0@ABVPString@@@Z @22048 NONAME ??4PASN_Boolean@@QAEAAV0@ABV0@@Z @26391 NONAME ??4PASN_Boolean@@QAEAAV0@H@Z @39598 NONAME ??4PASN_ConstrainedObject@@QAEAAV0@ABV0@@Z @19310 NONAME ??4PASN_ConstrainedString@@QAEAAV0@ABV0@@Z @39599 NONAME ??4PASN_ConstrainedString@@QAEAAV0@ABVPString@@@Z @39600 NONAME ??4PASN_IA5String@@QAEAAV0@ABV0@@Z @39601 NONAME ??4PASN_Integer@@QAEAAV0@ABV0@@Z @21429 NONAME ??4PASN_Null@@QAEAAV0@ABV0@@Z @19571 NONAME ??4PASN_Object@@QAEAAV0@ABV0@@Z @19405 NONAME ??4PASN_Stream@@QAEAAV0@ABV0@@Z @39602 NONAME ??4PBYTEArray@@QAEAAV0@ABV0@@Z @39603 NONAME ??4PCaselessString@@QAEAAV0@ABV0@@Z @39604 NONAME ??4PCharArray@@QAEAAV0@ABV0@@Z @19572 NONAME ??4PHashTable@@QAEAAV0@ABV0@@Z @39605 NONAME ??4POrdinalKey@@QAEAAV0@ABV0@@Z @39606 NONAME ??4PPER_Stream@@QAEAAV0@ABV0@@Z @39607 NONAME ??4PTime@@QAEAAV0@ABV0@@Z @39608 NONAME ??4PUInt16b@@QAEAAU0@G@Z @2221 NONAME ??4PUInt32b@@QAEAAU0@K@Z @2222 NONAME ??4Q931@@QAEAAV0@ABV0@@Z @2223 NONAME ??4RTP_DataFrame@@QAEAAV0@ABV0@@Z @39609 NONAME ??4RTP_SessionManager@@QAEAAV0@ABV0@@Z @21249 NONAME ??4T38_Data_Field_subtype_field_type@@QAEAAV0@I@Z @18816 NONAME ??4T38_PreCorrigendum_Data_Field_subtype_field_type@@QAEAAV0@I@Z @21464 NONAME ??4T38_Type_of_msg@@QAEAAV0@ABV0@@Z @39610 NONAME ??4T38_Type_of_msg_data@@QAEAAV0@I@Z @18817 NONAME ??4T38_Type_of_msg_t30_indicator@@QAEAAV0@I@Z @18818 NONAME ??4X880_GeneralProblem@@QAEAAV0@H@Z @14299 NONAME ??4X880_GeneralProblem@@QAEAAV0@I@Z @14300 NONAME ??4X880_InvokeId@@QAEAAV0@H@Z @14301 NONAME ??4X880_InvokeId@@QAEAAV0@I@Z @14302 NONAME ??4X880_InvokeProblem@@QAEAAV0@H@Z @14303 NONAME ??4X880_InvokeProblem@@QAEAAV0@I@Z @14304 NONAME ??4X880_RejectProblem@@QAEAAV0@H@Z @14305 NONAME ??4X880_RejectProblem@@QAEAAV0@I@Z @14306 NONAME ??4X880_ReturnErrorProblem@@QAEAAV0@H@Z @14307 NONAME ??4X880_ReturnErrorProblem@@QAEAAV0@I@Z @14308 NONAME ??4X880_ReturnResultProblem@@QAEAAV0@H@Z @14309 NONAME ??4X880_ReturnResultProblem@@QAEAAV0@I@Z @14310 NONAME ??4X880_ROS@@QAEAAV0@ABV0@@Z @39611 NONAME ??6@YAAAVostream@@AAV0@ABUPUInt32b@@@Z @39612 NONAME ??6@YAAAVostream@@AAV0@ABVCodecReadAnalyser@@@Z @39613 NONAME ??6@YAAAVostream@@AAV0@ABVH323TransactionPDU@@@Z @23971 NONAME ??6@YAAAVostream@@AAV0@ABV__SMANIP_long@@@Z @39614 NONAME ??6@YAAAVostream@@AAV0@W4AnswerCallResponse@H323Connection@@@Z @20166 NONAME ??6@YAAAVostream@@AAV0@W4CallEndReason@H323Connection@@@Z @20167 NONAME ??6@YAAAVostream@@AAV0@W4CallProgressTones@OpalLineInterfaceDevice@@@Z @12804 NONAME ??6@YAAAVostream@@AAV0@W4CapabilityDirection@H323Capability@@@Z @19536 NONAME ??6@YAAAVostream@@AAV0@W4CauseValues@Q931@@@Z @23935 NONAME ??6@YAAAVostream@@AAV0@W4ConnectionStates@H323Connection@@@Z @39615 NONAME ??6@YAAAVostream@@AAV0@W4Directions@H323Channel@@@Z @20325 NONAME ??6@YAAAVostream@@AAV0@W4FastStartStates@H323Connection@@@Z @39616 NONAME ??6@YAAAVostream@@AAV0@W4InformationElementCodes@Q931@@@Z @23936 NONAME ??6@YAAAVostream@@AAV0@W4MainTypes@H323Capability@@@Z @19537 NONAME ??6@YAAAVostream@@AAV0@W4PayloadTypes@RTP_DataFrame@@@Z @2225 NONAME ??6@YAAAVostream@@AAV0@W4SendUserInputModes@H323Connection@@@Z @20312 NONAME ??6@YAAAVostream@@AAV0@W4States@H245NegLogicalChannel@@@Z @39617 NONAME ??6@YAAAVostream@@AAV0@W4States@H245NegMasterSlaveDetermination@@@Z @39618 NONAME ??6@YAAAVostream@@AAV0@W4States@H245NegTerminalCapabilitySet@@@Z @39619 NONAME ??7OpalGloballyUniqueID@@QBE_NXZ @39620 NONAME ??8Address@PIPSocket@@QBE_NABV01@@Z @39621 NONAME ??8Address@PIPSocket@@QBE_NH@Z @39622 NONAME ??8const_iterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QBE_NABV012@@Z @43106 NONAME ??8const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QBE_NABV012@@Z @43841 NONAME ??8const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QBE_NABV012@@Z @42596 NONAME ??8const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QBE_NABV012@@Z @42597 NONAME ??8const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QBE_NABV012@@Z @43284 NONAME ??8const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QBE_NABV012@@Z @43842 NONAME ??8const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QBE_NABV012@@Z @42598 NONAME ??8iterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QBE_NABV012@@Z @43107 NONAME ??8iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QBE_NABV012@@Z @43843 NONAME ??8iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QBE_NABV012@@Z @42599 NONAME ??8iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QBE_NABV012@@Z @42600 NONAME ??8iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QBE_NABV012@@Z @43285 NONAME ??8iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QBE_NABV012@@Z @43844 NONAME ??8iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QBE_NABV012@@Z @42601 NONAME ??8PASN_ObjectId@@QBE_NABV0@@Z @39627 NONAME ??8PASN_ObjectId@@QBE_NABVPString@@@Z @39628 NONAME ??9Address@PIPSocket@@QBE_NABV01@@Z @39629 NONAME ??9Address@PIPSocket@@QBE_NH@Z @39630 NONAME ??9const_iterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QBE_NABV012@@Z @43108 NONAME ??9const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QBE_NABV012@@Z @43845 NONAME ??9const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QBE_NABV012@@Z @42602 NONAME ??9const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QBE_NABV012@@Z @42603 NONAME ??9const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QBE_NABV012@@Z @43286 NONAME ??9const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QBE_NABV012@@Z @43846 NONAME ??9const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QBE_NABV012@@Z @42604 NONAME ??9iterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QBE_NABV012@@Z @43109 NONAME ??9iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QBE_NABV012@@Z @43847 NONAME ??9iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QBE_NABV012@@Z @42605 NONAME ??9iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QBE_NABV012@@Z @42606 NONAME ??9iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QBE_NABV012@@Z @43287 NONAME ??9iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QBE_NABV012@@Z @43848 NONAME ??9iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QBE_NABV012@@Z @42607 NONAME ??9PASN_ObjectId@@QBE_NPBD@Z @39636 NONAME ??9PObject@@QBE_NABV0@@Z @39637 NONAME ??A?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@std@@QAEAAPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@ABI@Z @43110 NONAME ??A?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@std@@QAEAAPAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@ABVPString@@@Z @43849 NONAME ??A?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@std@@QAEAAPAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@ABVPString@@@Z @42608 NONAME ??A?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@std@@QAEAAPAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@ABVPString@@@Z @43288 NONAME ??A?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@std@@QAEAAPAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@ABVPString@@@Z @43850 NONAME ??A?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@std@@QAEAAPAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@ABVPString@@@Z @42609 NONAME ??A?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@std@@QAEAAPAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@ABVPString@@@Z @42610 NONAME ??A?$PArray@V?$PList@VH323Capability@@@@@@QBEAAV?$PList@VH323Capability@@@@H@Z @39640 NONAME ??A?$PArray@VH323SimultaneousCapabilities@@@@QBEAAVH323SimultaneousCapabilities@@H@Z @39641 NONAME ??A?$PArray@VH323TransportAddress@@@@QBEAAVH323TransportAddress@@H@Z @39642 NONAME ??A?$PArray@VPASN_Object@@@@QBEAAVPASN_Object@@H@Z @39643 NONAME ??A?$PArray@VReceiverReport@RTP_Session@@@@QBEAAVReceiverReport@RTP_Session@@H@Z @39644 NONAME ??A?$PArray@VSourceDescription@RTP_Session@@@@QBEAAVSourceDescription@RTP_Session@@H@Z @39645 NONAME ??A?$PBaseArray@E@@QAEAAEH@Z @12372 NONAME ??A?$PBaseArray@E@@QBEEH@Z @39646 NONAME ??A?$PBaseArray@F@@QAEAAFH@Z @39647 NONAME ??A?$PBaseArray@G@@QAEAAGH@Z @43289 NONAME ??A?$PBaseArray@I@@QBEIH@Z @39648 NONAME ??A?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@QBEAAVH245NegLogicalChannel@@ABVH323ChannelNumber@@@Z @39649 NONAME ??A?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@QBEAAVH323ServiceControlSession@@ABVPOrdinalKey@@@Z @39650 NONAME ??A?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@QBEAAVH450xHandler@@ABVPOrdinalKey@@@Z @39651 NONAME ??A?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@QBEAAVPBYTEArray@@ABVPOrdinalKey@@@Z @39652 NONAME ??A?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@QBEAAVRTP_Session@@ABVPOrdinalKey@@@Z @39653 NONAME ??A?$PDictionary@VPString@@VH323Connection@@@@QBEAAVH323Connection@@ABVPString@@@Z @39654 NONAME ??A?$PList@VH235Authenticator@@@@QBEAAVH235Authenticator@@H@Z @39655 NONAME ??A?$PList@VH245_GenericParameter@@@@QBEAAVH245_GenericParameter@@H@Z @43851 NONAME ??A?$PList@VH323Capability@@@@QBEAAVH323Capability@@H@Z @39656 NONAME ??A?$PList@VH323Channel@@@@QBEAAVH323Channel@@H@Z @39657 NONAME ??A?$PList@VH323GatekeeperListener@@@@QBEAAVH323GatekeeperListener@@H@Z @39658 NONAME ??A?$PList@VH323Listener@@@@QBEAAVH323Listener@@H@Z @39659 NONAME ??A?$PList@VH323Transactor@@@@QBEAAVH323Transactor@@H@Z @39660 NONAME ??A?$PList@VH450xHandler@@@@QBEAAVH450xHandler@@H@Z @39661 NONAME ??A?$PList@VOpalLineInterfaceDevice@@@@QBEAAVOpalLineInterfaceDevice@@H@Z @43852 NONAME ??A?$PList@VOpalMediaFormat@@@@QBEAAVOpalMediaFormat@@H@Z @39663 NONAME ??A?$PList@VPBYTEArray@@@@QBEAAVPBYTEArray@@H@Z @39664 NONAME ??A?$PList@VPSocket@@@@QBEAAVPSocket@@H@Z @39665 NONAME ??A?$POrdinalDictionary@VPString@@@@QBEHABVPString@@@Z @39667 NONAME ??A?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@QBEAAVAlternateInfo@H323Gatekeeper@@H@Z @39668 NONAME ??A?$PSortedList@VH225_AliasAddress@@@@QBEAAVH225_AliasAddress@@H@Z @39669 NONAME ??A?$PSortedList@VH323GatekeeperCall@@@@QBEAAVH323GatekeeperCall@@H@Z @39670 NONAME ??A?$PSortedList@VPString@@@@QBEAAVPString@@H@Z @39671 NONAME ??A?$PSortedList@VResponse@H323Transactor@@@@QBEAAVResponse@H323Transactor@@H@Z @39672 NONAME ??A?$PStringDictionary@VPOrdinalKey@@@@QBEABVPString@@ABVPOrdinalKey@@@Z @39673 NONAME ??AGCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@QBEAAVGCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@H@Z @2226 NONAME ??AGCC_ApplicationRecord_nonCollapsingCapabilities@@QBEAAVGCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@H@Z @2227 NONAME ??AGCC_ArrayOf_ApplicationInvokeSpecifier@@QBEAAVGCC_ApplicationInvokeSpecifier@@H@Z @2228 NONAME ??AGCC_ArrayOf_ChallengeItem@@QBEAAVGCC_ChallengeItem@@H@Z @2229 NONAME ??AGCC_ArrayOf_ConferenceDescriptor@@QBEAAVGCC_ConferenceDescriptor@@H@Z @2230 NONAME ??AGCC_ArrayOf_Privilege@@QBEAAVGCC_Privilege@@H@Z @2231 NONAME ??AGCC_ArrayOf_TextString@@QBEAAVGCC_TextString@@H@Z @2232 NONAME ??AGCC_ArrayOf_UserID@@QBEAAVGCC_UserID@@H@Z @2233 NONAME ??AGCC_NetworkAddress@@QBEAAVGCC_NetworkAddress_subtype@@H@Z @2234 NONAME ??AGCC_RosterUpdateIndication_applicationInformation@@QBEAAVGCC_RosterUpdateIndication_applicationInformation_subtype@@H@Z @2235 NONAME ??AGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@QBEAAVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@H@Z @2236 NONAME ??AGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@QBEAAVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@H@Z @2237 NONAME ??AGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@QBEAAVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@H@Z @2238 NONAME ??AGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@QBEAAVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@H@Z @2239 NONAME ??AGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@QBEAAVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@H@Z @2240 NONAME ??AGCC_UserData@@QBEAAVGCC_UserData_subtype@@H@Z @2241 NONAME ??AH225_AdmissionConfirm_language@@QBEAAVPASN_IA5String@@H@Z @16806 NONAME ??AH225_ArrayOf_AddressPattern@@QBEAAVH225_AddressPattern@@H@Z @16807 NONAME ??AH225_ArrayOf_AdmissionConfirm@@QBEAAVH225_AdmissionConfirm@@H@Z @26792 NONAME ??AH225_ArrayOf_AliasAddress@@QBEAAVH225_AliasAddress@@H@Z @2242 NONAME ??AH225_ArrayOf_AlternateGK@@QBEAAVH225_AlternateGK@@H@Z @2243 NONAME ??AH225_ArrayOf_AuthenticationMechanism@@QBEAAVH235_AuthenticationMechanism@@H@Z @2244 NONAME ??AH225_ArrayOf_BandwidthDetails@@QBEAAVH225_BandwidthDetails@@H@Z @16808 NONAME ??AH225_ArrayOf_CallReferenceValue@@QBEAAVH225_CallReferenceValue@@H@Z @2245 NONAME ??AH225_ArrayOf_CallsAvailable@@QBEAAVH225_CallsAvailable@@H@Z @16809 NONAME ??AH225_ArrayOf_ClearToken@@QBEAAVH235_ClearToken@@H@Z @2246 NONAME ??AH225_ArrayOf_ConferenceIdentifier@@QBEAAVH225_ConferenceIdentifier@@H@Z @2247 NONAME ??AH225_ArrayOf_ConferenceList@@QBEAAVH225_ConferenceList@@H@Z @2248 NONAME ??AH225_ArrayOf_CryptoH323Token@@QBEAAVH225_CryptoH323Token@@H@Z @2249 NONAME ??AH225_ArrayOf_DataRate@@QBEAAVH225_DataRate@@H@Z @2250 NONAME ??AH225_ArrayOf_Endpoint@@QBEAAVH225_Endpoint@@H@Z @2251 NONAME ??AH225_ArrayOf_EnumeratedParameter@@QBEAAVH225_EnumeratedParameter@@H@Z @16810 NONAME ??AH225_ArrayOf_ExtendedAliasAddress@@QBEAAVH225_ExtendedAliasAddress@@H@Z @16811 NONAME ??AH225_ArrayOf_FeatureDescriptor@@QBEAAVH225_FeatureDescriptor@@H@Z @16812 NONAME ??AH225_ArrayOf_GenericData@@QBEAAVH225_GenericData@@H@Z @16813 NONAME ??AH225_ArrayOf_H245Security@@QBEAAVH225_H245Security@@H@Z @2252 NONAME ??AH225_ArrayOf_H248PackagesDescriptor@@QBEAAVH225_H248PackagesDescriptor@@H@Z @16814 NONAME ??AH225_ArrayOf_IntegrityMechanism@@QBEAAVH225_IntegrityMechanism@@H@Z @2253 NONAME ??AH225_ArrayOf_NonStandardParameter@@QBEAAVH225_NonStandardParameter@@H@Z @2254 NONAME ??AH225_ArrayOf_PartyNumber@@QBEAAVH225_PartyNumber@@H@Z @16815 NONAME ??AH225_ArrayOf_PASN_ObjectId@@QBEAAVPASN_ObjectId@@H@Z @2255 NONAME ??AH225_ArrayOf_PASN_OctetString@@QBEAAVPASN_OctetString@@H@Z @2256 NONAME ??AH225_ArrayOf_RasUsageSpecification@@QBEAAVH225_RasUsageSpecification@@H@Z @16816 NONAME ??AH225_ArrayOf_RTPSession@@QBEAAVH225_RTPSession@@H@Z @2257 NONAME ??AH225_ArrayOf_ServiceControlSession@@QBEAAVH225_ServiceControlSession@@H@Z @16817 NONAME ??AH225_ArrayOf_SupportedPrefix@@QBEAAVH225_SupportedPrefix@@H@Z @2258 NONAME ??AH225_ArrayOf_SupportedProtocols@@QBEAAVH225_SupportedProtocols@@H@Z @2259 NONAME ??AH225_ArrayOf_TransportAddress@@QBEAAVH225_TransportAddress@@H@Z @2260 NONAME ??AH225_ArrayOf_TransportChannelInfo@@QBEAAVH225_TransportChannelInfo@@H@Z @2261 NONAME ??AH225_ArrayOf_TunnelledProtocol@@QBEAAVH225_TunnelledProtocol@@H@Z @16818 NONAME ??AH225_CicInfo_cic@@QBEAAVPASN_OctetString@@H@Z @16819 NONAME ??AH225_Connect_UUIE_language@@QBEAAVPASN_IA5String@@H@Z @16820 NONAME ??AH225_GroupID_member@@QBEAAVPASN_Integer@@H@Z @16821 NONAME ??AH225_InfoRequestResponse_perCallInfo@@QBEAAVH225_InfoRequestResponse_perCallInfo_subtype@@H@Z @2262 NONAME ??AH225_InfoRequestResponse_perCallInfo_subtype_pdu@@QBEAAVH225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@H@Z @2263 NONAME ??AH225_RTPSession_associatedSessionIds@@QBEAAVPASN_Integer@@H@Z @2264 NONAME ??AH225_Setup_UUIE_language@@QBEAAVPASN_IA5String@@H@Z @16822 NONAME ??AH225_TransportAddress_ipSourceRoute_route@@QBEAAVPASN_OctetString@@H@Z @2265 NONAME ??AH245_AlternativeCapabilitySet@@QBEAAVH245_CapabilityTableEntryNumber@@H@Z @2266 NONAME ??AH245_ArrayOf_AlternativeCapabilitySet@@QBEAAVH245_AlternativeCapabilitySet@@H@Z @2267 NONAME ??AH245_ArrayOf_BEnhancementParameters@@QBEAAVH245_BEnhancementParameters@@H@Z @2268 NONAME ??AH245_ArrayOf_CapabilityDescriptor@@QBEAAVH245_CapabilityDescriptor@@H@Z @2269 NONAME ??AH245_ArrayOf_CapabilityDescriptorNumber@@QBEAAVH245_CapabilityDescriptorNumber@@H@Z @2270 NONAME ??AH245_ArrayOf_CapabilityTableEntry@@QBEAAVH245_CapabilityTableEntry@@H@Z @2271 NONAME ??AH245_ArrayOf_CapabilityTableEntryNumber@@QBEAAVH245_CapabilityTableEntryNumber@@H@Z @2272 NONAME ??AH245_ArrayOf_CommunicationModeTableEntry@@QBEAAVH245_CommunicationModeTableEntry@@H@Z @2273 NONAME ??AH245_ArrayOf_CustomPictureClockFrequency@@QBEAAVH245_CustomPictureClockFrequency@@H@Z @2274 NONAME ??AH245_ArrayOf_CustomPictureFormat@@QBEAAVH245_CustomPictureFormat@@H@Z @2275 NONAME ??AH245_ArrayOf_DataApplicationCapability@@QBEAAVH245_DataApplicationCapability@@H@Z @2276 NONAME ??AH245_ArrayOf_DialingInformationNetworkType@@QBEAAVH245_DialingInformationNetworkType@@H@Z @16823 NONAME ??AH245_ArrayOf_DialingInformationNumber@@QBEAAVH245_DialingInformationNumber@@H@Z @16824 NONAME ??AH245_ArrayOf_EnhancementOptions@@QBEAAVH245_EnhancementOptions@@H@Z @2277 NONAME ??AH245_ArrayOf_EscrowData@@QBEAAVH245_EscrowData@@H@Z @2278 NONAME ??AH245_ArrayOf_GenericCapability@@QBEAAVH245_GenericCapability@@H@Z @43853 NONAME ??AH245_ArrayOf_GenericParameter@@QBEAAVH245_GenericParameter@@H@Z @16825 NONAME ??AH245_ArrayOf_H263ModeComboFlags@@QBEAAVH245_H263ModeComboFlags@@H@Z @2279 NONAME ??AH245_ArrayOf_H263VideoModeCombos@@QBEAAVH245_H263VideoModeCombos@@H@Z @2280 NONAME ??AH245_ArrayOf_MediaChannelCapability@@QBEAAVH245_MediaChannelCapability@@H@Z @2281 NONAME ??AH245_ArrayOf_MediaDistributionCapability@@QBEAAVH245_MediaDistributionCapability@@H@Z @2282 NONAME ??AH245_ArrayOf_ModeDescription@@QBEAAVH245_ModeDescription@@H@Z @2283 NONAME ??AH245_ArrayOf_MultiplePayloadStreamElement@@QBEAAVH245_MultiplePayloadStreamElement@@H@Z @26793 NONAME ??AH245_ArrayOf_MultiplePayloadStreamElementMode@@QBEAAVH245_MultiplePayloadStreamElementMode@@H@Z @26794 NONAME ??AH245_ArrayOf_MultiplexElement@@QBEAAVH245_MultiplexElement@@H@Z @2284 NONAME ??AH245_ArrayOf_MultiplexEntryDescriptor@@QBEAAVH245_MultiplexEntryDescriptor@@H@Z @2285 NONAME ??AH245_ArrayOf_MultiplexEntryRejectionDescriptions@@QBEAAVH245_MultiplexEntryRejectionDescriptions@@H@Z @2286 NONAME ??AH245_ArrayOf_MultiplexTableEntryNumber@@QBEAAVH245_MultiplexTableEntryNumber@@H@Z @2287 NONAME ??AH245_ArrayOf_NonStandardParameter@@QBEAAVH245_NonStandardParameter@@H@Z @2288 NONAME ??AH245_ArrayOf_ParameterIdentifier@@QBEAAVH245_ParameterIdentifier@@H@Z @16826 NONAME ??AH245_ArrayOf_PictureReference@@QBEAAVH245_PictureReference@@H@Z @16827 NONAME ??AH245_ArrayOf_Q2931Address@@QBEAAVH245_Q2931Address@@H@Z @16828 NONAME ??AH245_ArrayOf_QOSCapability@@QBEAAVH245_QOSCapability@@H@Z @2289 NONAME ??AH245_ArrayOf_RedundancyEncodingCapability@@QBEAAVH245_RedundancyEncodingCapability@@H@Z @2290 NONAME ??AH245_ArrayOf_RedundancyEncodingDTModeElement@@QBEAAVH245_RedundancyEncodingDTModeElement@@H@Z @26795 NONAME ??AH245_ArrayOf_RedundancyEncodingElement@@QBEAAVH245_RedundancyEncodingElement@@H@Z @26796 NONAME ??AH245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@QBEAAVH245_RequestMultiplexEntryRejectionDescriptions@@H@Z @2291 NONAME ??AH245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@QBEAAVH245_RTPH263VideoRedundancyFrameMapping@@H@Z @2292 NONAME ??AH245_ArrayOf_RTPPayloadType@@QBEAAVH245_RTPPayloadType@@H@Z @2293 NONAME ??AH245_ArrayOf_TerminalInformation@@QBEAAVH245_TerminalInformation@@H@Z @2294 NONAME ??AH245_ArrayOf_TerminalLabel@@QBEAAVH245_TerminalLabel@@H@Z @2295 NONAME ??AH245_ArrayOf_VCCapability@@QBEAAVH245_VCCapability@@H@Z @2296 NONAME ??AH245_ArrayOf_VideoCapability@@QBEAAVH245_VideoCapability@@H@Z @43854 NONAME ??AH245_CertSelectionCriteria@@QBEAAVH245_Criteria@@H@Z @2297 NONAME ??AH245_CustomPictureFormat_mPI_customPCF@@QBEAAVH245_CustomPictureFormat_mPI_customPCF_subtype@@H@Z @2298 NONAME ??AH245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@QBEAAVH245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@H@Z @2299 NONAME ??AH245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@QBEAAVPASN_Integer@@H@Z @2300 NONAME ??AH245_EncryptionCapability@@QBEAAVH245_MediaEncryptionAlgorithm@@H@Z @2301 NONAME ??AH245_ModeDescription@@QBEAAVH245_ModeElement@@H@Z @2302 NONAME ??AH245_RTPH263VideoRedundancyEncoding_containedThreads@@QBEAAVPASN_Integer@@H@Z @2303 NONAME ??AH245_RTPH263VideoRedundancyFrameMapping_frameSequence@@QBEAAVPASN_Integer@@H@Z @2304 NONAME ??AH245_UnicastAddress_iPSourceRouteAddress_route@@QBEAAVPASN_OctetString@@H@Z @2305 NONAME ??AH248_ArrayOf_ActionReply@@QBEAAVH248_ActionReply@@H@Z @22049 NONAME ??AH248_ArrayOf_ActionRequest@@QBEAAVH248_ActionRequest@@H@Z @22050 NONAME ??AH248_ArrayOf_AmmDescriptor@@QBEAAVH248_AmmDescriptor@@H@Z @22051 NONAME ??AH248_ArrayOf_CommandReply@@QBEAAVH248_CommandReply@@H@Z @22052 NONAME ??AH248_ArrayOf_CommandRequest@@QBEAAVH248_CommandRequest@@H@Z @22053 NONAME ??AH248_ArrayOf_EventParameter@@QBEAAVH248_EventParameter@@H@Z @22054 NONAME ??AH248_ArrayOf_IndAuditParameter@@QBEAAVH248_IndAuditParameter@@H@Z @22055 NONAME ??AH248_ArrayOf_IndAudPropertyParm@@QBEAAVH248_IndAudPropertyParm@@H@Z @22056 NONAME ??AH248_ArrayOf_IndAudStreamDescriptor@@QBEAAVH248_IndAudStreamDescriptor@@H@Z @22057 NONAME ??AH248_ArrayOf_ModemType@@QBEAAVH248_ModemType@@H@Z @22058 NONAME ??AH248_ArrayOf_ObservedEvent@@QBEAAVH248_ObservedEvent@@H@Z @22059 NONAME ??AH248_ArrayOf_PASN_OctetString@@QBEAAVPASN_OctetString@@H@Z @22060 NONAME ??AH248_ArrayOf_PropertyGroup@@QBEAAVH248_PropertyGroup@@H@Z @22061 NONAME ??AH248_ArrayOf_PropertyParm@@QBEAAVH248_PropertyParm@@H@Z @22062 NONAME ??AH248_ArrayOf_RequestedEvent@@QBEAAVH248_RequestedEvent@@H@Z @22063 NONAME ??AH248_ArrayOf_SecondRequestedEvent@@QBEAAVH248_SecondRequestedEvent@@H@Z @22064 NONAME ??AH248_ArrayOf_Signal@@QBEAAVH248_Signal@@H@Z @22065 NONAME ??AH248_ArrayOf_SigParameter@@QBEAAVH248_SigParameter@@H@Z @22066 NONAME ??AH248_ArrayOf_StreamDescriptor@@QBEAAVH248_StreamDescriptor@@H@Z @22067 NONAME ??AH248_ArrayOf_TerminationID@@QBEAAVH248_TerminationID@@H@Z @22068 NONAME ??AH248_ArrayOf_TopologyRequest@@QBEAAVH248_TopologyRequest@@H@Z @22069 NONAME ??AH248_ArrayOf_Transaction@@QBEAAVH248_Transaction@@H@Z @22070 NONAME ??AH248_ArrayOf_WildcardField@@QBEAAVH248_WildcardField@@H@Z @22071 NONAME ??AH248_EventBufferDescriptor@@QBEAAVH248_EventSpec@@H@Z @22072 NONAME ??AH248_IndAudPropertyGroup@@QBEAAVH248_IndAudPropertyParm@@H@Z @22073 NONAME ??AH248_PackagesDescriptor@@QBEAAVH248_PackagesItem@@H@Z @22074 NONAME ??AH248_PropertyGroup@@QBEAAVH248_PropertyParm@@H@Z @22075 NONAME ??AH248_SignalsDescriptor@@QBEAAVH248_SignalRequest@@H@Z @22076 NONAME ??AH248_StatisticsDescriptor@@QBEAAVH248_StatisticsParameter@@H@Z @22077 NONAME ??AH248_TerminationAudit@@QBEAAVH248_AuditReturnParameter@@H@Z @22078 NONAME ??AH248_TerminationIDList@@QBEAAVH248_TerminationID@@H@Z @22079 NONAME ??AH248_TransactionResponseAck@@QBEAAVH248_TransactionAck@@H@Z @22080 NONAME ??AH248_Value@@QBEAAVPASN_OctetString@@H@Z @22081 NONAME ??AH323Capabilities@@QBEAAVH323Capability@@H@Z @39675 NONAME ??AH45010_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @15472 NONAME ??AH45011_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @15473 NONAME ??AH4501_ArrayOf_AliasAddress@@QBEAAVH225_AliasAddress@@H@Z @14311 NONAME ??AH4501_ArrayOf_ROS@@QBEAAVX880_ROS@@H@Z @14312 NONAME ??AH4502_ExtensionSeq@@QBEAAVH4501_Extension@@H@Z @14313 NONAME ??AH4503_ExtensionSeq@@QBEAAVH4501_Extension@@H@Z @15136 NONAME ??AH4503_IntResultList@@QBEAAVH4503_IntResult@@H@Z @15137 NONAME ??AH4504_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @14988 NONAME ??AH4505_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @15474 NONAME ??AH4506_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @15475 NONAME ??AH4507_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @15476 NONAME ??AH4507_DummyRes@@QBEAAVH4504_MixedExtension@@H@Z @15477 NONAME ??AH4507_MWIInterrogateRes@@QBEAAVH4507_MWIInterrogateResElt@@H@Z @15478 NONAME ??AH4509_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @15479 NONAME ??AH501_ArrayOf_AccessToken@@QBEAAVH501_AccessToken@@H@Z @24394 NONAME ??AH501_ArrayOf_AddressTemplate@@QBEAAVH501_AddressTemplate@@H@Z @24395 NONAME ??AH501_ArrayOf_AliasAddress@@QBEAAVH225_AliasAddress@@H@Z @24396 NONAME ??AH501_ArrayOf_AlternatePE@@QBEAAVH501_AlternatePE@@H@Z @24397 NONAME ??AH501_ArrayOf_CircuitIdentifier@@QBEAAVH225_CircuitIdentifier@@H@Z @24398 NONAME ??AH501_ArrayOf_ClearToken@@QBEAAVH235_ClearToken@@H@Z @24399 NONAME ??AH501_ArrayOf_ContactInformation@@QBEAAVH501_ContactInformation@@H@Z @24400 NONAME ??AH501_ArrayOf_CryptoH323Token@@QBEAAVH225_CryptoH323Token@@H@Z @24401 NONAME ??AH501_ArrayOf_Descriptor@@QBEAAVH501_Descriptor@@H@Z @24402 NONAME ??AH501_ArrayOf_DescriptorInfo@@QBEAAVH501_DescriptorInfo@@H@Z @24404 NONAME ??AH501_ArrayOf_GenericData@@QBEAAVH225_GenericData@@H@Z @24405 NONAME ??AH501_ArrayOf_GloballyUniqueID@@QBEAAVH225_GloballyUniqueID@@H@Z @25474 NONAME ??AH501_ArrayOf_NonStandardParameter@@QBEAAVH225_NonStandardParameter@@H@Z @24406 NONAME ??AH501_ArrayOf_PASN_ObjectId@@QBEAAVPASN_ObjectId@@H@Z @24407 NONAME ??AH501_ArrayOf_Pattern@@QBEAAVH501_Pattern@@H@Z @24408 NONAME ??AH501_ArrayOf_PriceElement@@QBEAAVH501_PriceElement@@H@Z @24409 NONAME ??AH501_ArrayOf_PriceInfoSpec@@QBEAAVH501_PriceInfoSpec@@H@Z @24410 NONAME ??AH501_ArrayOf_RouteInformation@@QBEAAVH501_RouteInformation@@H@Z @24411 NONAME ??AH501_ArrayOf_SecurityMode@@QBEAAVH501_SecurityMode@@H@Z @24412 NONAME ??AH501_ArrayOf_ServiceControlSession@@QBEAAVH225_ServiceControlSession@@H@Z @24413 NONAME ??AH501_ArrayOf_SupportedProtocols@@QBEAAVH225_SupportedProtocols@@H@Z @24414 NONAME ??AH501_ArrayOf_TransportAddress@@QBEAAVH225_TransportAddress@@H@Z @24415 NONAME ??AH501_ArrayOf_UpdateInformation@@QBEAAVH501_UpdateInformation@@H@Z @24416 NONAME ??AH501_ArrayOf_UsageField@@QBEAAVH501_UsageField@@H@Z @24417 NONAME ??AMCS_ArrayOf_ChannelAttributes@@QBEAAVMCS_ChannelAttributes@@H@Z @2313 NONAME ??AMCS_ArrayOf_ChannelId@@QBEAAVMCS_ChannelId@@H@Z @2314 NONAME ??AMCS_ArrayOf_TokenAttributes@@QBEAAVMCS_TokenAttributes@@H@Z @2315 NONAME ??AMCS_ArrayOf_TokenId@@QBEAAVMCS_TokenId@@H@Z @2316 NONAME ??AMCS_ArrayOf_UserId@@QBEAAVMCS_UserId@@H@Z @2317 NONAME ??APASN_Array@@QBEAAVPASN_Object@@H@Z @39676 NONAME ??APASN_ConstrainedString@@QBEDH@Z @39677 NONAME ??APASN_ObjectId@@QBEIH@Z @39678 NONAME ??APASN_OctetString@@QAEAAEH@Z @39679 NONAME ??AT38_ArrayOf_PASN_OctetString@@QBEAAVPASN_OctetString@@H@Z @18819 NONAME ??AT38_Data_Field@@QBEAAVT38_Data_Field_subtype@@H@Z @18820 NONAME ??AT38_PreCorrigendum_Data_Field@@QBEAAVT38_PreCorrigendum_Data_Field_subtype@@H@Z @21465 NONAME ??AT38_UDPTLPacket_error_recovery_secondary_ifp_packets@@QBEAAVT38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@H@Z @18821 NONAME ??B?$PBaseArray@E@@QBEPBEXZ @39680 NONAME ??B?$PBaseArray@F@@QBEPBFXZ @39681 NONAME ??B?$PBaseArray@G@@QBEPBGXZ @39682 NONAME ??B?$PBaseArray@I@@QBEPBIXZ @39683 NONAME ??B?$PBaseArray@K@@QBEPBKXZ @39684 NONAME ??B?$PSafePtr@VH323GatekeeperCall@@@@QBEPAVH323GatekeeperCall@@XZ @39685 NONAME ??B?$PSafePtr@VH323PeerElementDescriptor@@@@QBEPAVH323PeerElementDescriptor@@XZ @39686 NONAME ??B?$PSafePtr@VH323PeerElementServiceRelationship@@@@QBEPAVH323PeerElementServiceRelationship@@XZ @39687 NONAME ??B?$PSafePtr@VH323RegisteredEndPoint@@@@QBEPAVH323RegisteredEndPoint@@XZ @39688 NONAME ??BGCC_CapabilityID@@QAEAAVGCC_Key@@XZ @2318 NONAME ??BGCC_CapabilityID@@QBEABVGCC_Key@@XZ @2319 NONAME ??BGCC_ChallengeResponseAlgorithm@@QAEAAVGCC_NonStandardParameter@@XZ @2320 NONAME ??BGCC_ChallengeResponseAlgorithm@@QBEABVGCC_NonStandardParameter@@XZ @2321 NONAME ??BGCC_ChallengeResponseItem@@QAEAAVGCC_PasswordSelector@@XZ @2322 NONAME ??BGCC_ChallengeResponseItem@@QAEAAVGCC_UserData@@XZ @2323 NONAME ??BGCC_ChallengeResponseItem@@QBEABVGCC_PasswordSelector@@XZ @2324 NONAME ??BGCC_ChallengeResponseItem@@QBEABVGCC_UserData@@XZ @2325 NONAME ??BGCC_ConferenceNameSelector@@QAEAAVGCC_SimpleNumericString@@XZ @2326 NONAME ??BGCC_ConferenceNameSelector@@QAEAAVGCC_SimpleTextString@@XZ @2327 NONAME ??BGCC_ConferenceNameSelector@@QBEABVGCC_SimpleNumericString@@XZ @2328 NONAME ??BGCC_ConferenceNameSelector@@QBEABVGCC_SimpleTextString@@XZ @2329 NONAME ??BGCC_ConferencePriorityScheme@@QAEAAVGCC_NonStandardParameter@@XZ @2330 NONAME ??BGCC_ConferencePriorityScheme@@QBEABVGCC_NonStandardParameter@@XZ @2331 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceCreateRequest@@XZ @2332 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceCreateResponse@@XZ @2333 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceInviteRequest@@XZ @2334 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceInviteResponse@@XZ @2335 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceJoinRequest@@XZ @2336 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceJoinResponse@@XZ @2337 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceQueryRequest@@XZ @2338 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceQueryResponse@@XZ @2339 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceCreateRequest@@XZ @2340 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceCreateResponse@@XZ @2341 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceInviteRequest@@XZ @2342 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceInviteResponse@@XZ @2343 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceJoinRequest@@XZ @2344 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceJoinResponse@@XZ @2345 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceQueryRequest@@XZ @2346 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceQueryResponse@@XZ @2347 NONAME ??BGCC_GCCPDU@@QAEAAVGCC_IndicationPDU@@XZ @2348 NONAME ??BGCC_GCCPDU@@QAEAAVGCC_RequestPDU@@XZ @2349 NONAME ??BGCC_GCCPDU@@QAEAAVGCC_ResponsePDU@@XZ @2350 NONAME ??BGCC_GCCPDU@@QBEABVGCC_IndicationPDU@@XZ @2351 NONAME ??BGCC_GCCPDU@@QBEABVGCC_RequestPDU@@XZ @2352 NONAME ??BGCC_GCCPDU@@QBEABVGCC_ResponsePDU@@XZ @2353 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ApplicationInvokeIndication@@XZ @2354 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConductorAssignIndication@@XZ @2355 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConductorPermissionAskIndication@@XZ @2356 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConductorPermissionGrantIndication@@XZ @2357 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConductorReleaseIndication@@XZ @2358 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceAssistanceIndication@@XZ @2359 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceEjectUserIndication@@XZ @2360 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceLockIndication@@XZ @2361 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceTerminateIndication@@XZ @2362 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceTimeExtendIndication@@XZ @2363 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceTimeInquireIndication@@XZ @2364 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceTimeRemainingIndication@@XZ @2365 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceTransferIndication@@XZ @2366 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceUnlockIndication@@XZ @2367 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_NonStandardPDU@@XZ @2368 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_RegistryMonitorEntryIndication@@XZ @2369 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_RosterUpdateIndication@@XZ @2370 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_TextMessageIndication@@XZ @2371 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_UserIDIndication@@XZ @2372 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ApplicationInvokeIndication@@XZ @2373 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConductorAssignIndication@@XZ @2374 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConductorPermissionAskIndication@@XZ @2375 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConductorPermissionGrantIndication@@XZ @2376 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConductorReleaseIndication@@XZ @2377 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceAssistanceIndication@@XZ @2378 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceEjectUserIndication@@XZ @2379 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceLockIndication@@XZ @2380 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceTerminateIndication@@XZ @2381 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceTimeExtendIndication@@XZ @2382 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceTimeInquireIndication@@XZ @2383 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceTimeRemainingIndication@@XZ @2384 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceTransferIndication@@XZ @2385 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceUnlockIndication@@XZ @2386 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_NonStandardPDU@@XZ @2387 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_RegistryMonitorEntryIndication@@XZ @2388 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_RosterUpdateIndication@@XZ @2389 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_TextMessageIndication@@XZ @2390 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_UserIDIndication@@XZ @2391 NONAME ??BGCC_Key@@QAEAAVGCC_H221NonStandardIdentifier@@XZ @2392 NONAME ??BGCC_Key@@QBEABVGCC_H221NonStandardIdentifier@@XZ @2393 NONAME ??BGCC_NetworkAddress_subtype@@QAEAAVGCC_NetworkAddress_subtype_aggregatedChannel@@XZ @2394 NONAME ??BGCC_NetworkAddress_subtype@@QAEAAVGCC_NetworkAddress_subtype_transportConnection@@XZ @2395 NONAME ??BGCC_NetworkAddress_subtype@@QAEAAVGCC_NonStandardParameter@@XZ @2396 NONAME ??BGCC_NetworkAddress_subtype@@QBEABVGCC_NetworkAddress_subtype_aggregatedChannel@@XZ @2397 NONAME ??BGCC_NetworkAddress_subtype@@QBEABVGCC_NetworkAddress_subtype_transportConnection@@XZ @2398 NONAME ??BGCC_NetworkAddress_subtype@@QBEABVGCC_NonStandardParameter@@XZ @2399 NONAME ??BGCC_PasswordChallengeRequestResponse@@QAEAAVGCC_PasswordChallengeRequestResponse_challengeRequestResponse@@XZ @2400 NONAME ??BGCC_PasswordChallengeRequestResponse@@QAEAAVGCC_PasswordSelector@@XZ @2401 NONAME ??BGCC_PasswordChallengeRequestResponse@@QBEABVGCC_PasswordChallengeRequestResponse_challengeRequestResponse@@XZ @2402 NONAME ??BGCC_PasswordChallengeRequestResponse@@QBEABVGCC_PasswordSelector@@XZ @2403 NONAME ??BGCC_PasswordSelector@@QAEAAVGCC_SimpleNumericString@@XZ @2404 NONAME ??BGCC_PasswordSelector@@QAEAAVGCC_SimpleTextString@@XZ @2405 NONAME ??BGCC_PasswordSelector@@QBEABVGCC_SimpleNumericString@@XZ @2406 NONAME ??BGCC_PasswordSelector@@QBEABVGCC_SimpleTextString@@XZ @2407 NONAME ??BGCC_RegistryEntryOwner@@QAEAAVGCC_RegistryEntryOwner_owned@@XZ @2408 NONAME ??BGCC_RegistryEntryOwner@@QBEABVGCC_RegistryEntryOwner_owned@@XZ @2409 NONAME ??BGCC_RegistryItem@@QAEAAVGCC_DynamicChannelID@@XZ @2410 NONAME ??BGCC_RegistryItem@@QAEAAVGCC_DynamicTokenID@@XZ @2411 NONAME ??BGCC_RegistryItem@@QBEABVGCC_DynamicChannelID@@XZ @2412 NONAME ??BGCC_RegistryItem@@QBEABVGCC_DynamicTokenID@@XZ @2413 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceAddRequest@@XZ @2414 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceEjectUserRequest@@XZ @2415 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceJoinRequest@@XZ @2416 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceLockRequest@@XZ @2417 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceTerminateRequest@@XZ @2418 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceTransferRequest@@XZ @2419 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceUnlockRequest@@XZ @2420 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_NonStandardPDU@@XZ @2421 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistryAllocateHandleRequest@@XZ @2422 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistryAssignTokenRequest@@XZ @2423 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistryDeleteEntryRequest@@XZ @2424 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistryMonitorEntryRequest@@XZ @2425 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistryRegisterChannelRequest@@XZ @2426 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistryRetrieveEntryRequest@@XZ @2427 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistrySetParameterRequest@@XZ @2428 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceAddRequest@@XZ @2429 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceEjectUserRequest@@XZ @2430 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceJoinRequest@@XZ @2431 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceLockRequest@@XZ @2432 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceTerminateRequest@@XZ @2433 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceTransferRequest@@XZ @2434 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceUnlockRequest@@XZ @2435 NONAME ??BGCC_RequestPDU@@QBEABVGCC_NonStandardPDU@@XZ @2436 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistryAllocateHandleRequest@@XZ @2437 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistryAssignTokenRequest@@XZ @2438 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistryDeleteEntryRequest@@XZ @2439 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistryMonitorEntryRequest@@XZ @2440 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistryRegisterChannelRequest@@XZ @2441 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistryRetrieveEntryRequest@@XZ @2442 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistrySetParameterRequest@@XZ @2443 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceAddResponse@@XZ @2444 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceEjectUserResponse@@XZ @2445 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceJoinResponse@@XZ @2446 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceLockResponse@@XZ @2447 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceTerminateResponse@@XZ @2448 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceTransferResponse@@XZ @2449 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceUnlockResponse@@XZ @2450 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_FunctionNotSupportedResponse@@XZ @2451 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_NonStandardPDU@@XZ @2452 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_RegistryAllocateHandleResponse@@XZ @2453 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_RegistryResponse@@XZ @2454 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceAddResponse@@XZ @2455 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceEjectUserResponse@@XZ @2456 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceJoinResponse@@XZ @2457 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceLockResponse@@XZ @2458 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceTerminateResponse@@XZ @2459 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceTransferResponse@@XZ @2460 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceUnlockResponse@@XZ @2461 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_FunctionNotSupportedResponse@@XZ @2462 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_NonStandardPDU@@XZ @2463 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_RegistryAllocateHandleResponse@@XZ @2464 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_RegistryResponse@@XZ @2465 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@QAEAAVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@XZ @2466 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@QBEABVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@XZ @2467 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@QAEAAVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@XZ @2468 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@QAEAAVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@XZ @2469 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@QBEABVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@XZ @2470 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@QBEABVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@XZ @2471 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@QAEAAVGCC_ApplicationRecord@@XZ @2472 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@QBEABVGCC_ApplicationRecord@@XZ @2473 NONAME ??BGCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@QAEAAVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@XZ @2474 NONAME ??BGCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@QAEAAVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@XZ @2475 NONAME ??BGCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@QBEABVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@XZ @2476 NONAME ??BGCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@QBEABVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@XZ @2477 NONAME ??BGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@QAEAAVGCC_NodeRecord@@XZ @2478 NONAME ??BGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@QBEABVGCC_NodeRecord@@XZ @2479 NONAME ??BH225_AddressPattern@@QAEAAVH225_AddressPattern_range@@XZ @16829 NONAME ??BH225_AddressPattern@@QAEAAVH225_AliasAddress@@XZ @16830 NONAME ??BH225_AddressPattern@@QBEABVH225_AddressPattern_range@@XZ @16831 NONAME ??BH225_AddressPattern@@QBEABVH225_AliasAddress@@XZ @16832 NONAME ??BH225_AdmissionRejectReason@@QAEAAVH225_ArrayOf_PartyNumber@@XZ @16833 NONAME ??BH225_AdmissionRejectReason@@QAEAAVH225_SecurityErrors2@@XZ @26797 NONAME ??BH225_AdmissionRejectReason@@QBEABVH225_ArrayOf_PartyNumber@@XZ @16834 NONAME ??BH225_AdmissionRejectReason@@QBEABVH225_SecurityErrors2@@XZ @26798 NONAME ??BH225_AliasAddress@@QAEAAVH225_MobileUIM@@XZ @16835 NONAME ??BH225_AliasAddress@@QAEAAVH225_PartyNumber@@XZ @2480 NONAME ??BH225_AliasAddress@@QAEAAVH225_TransportAddress@@XZ @2481 NONAME ??BH225_AliasAddress@@QBEABVH225_MobileUIM@@XZ @16836 NONAME ??BH225_AliasAddress@@QBEABVH225_PartyNumber@@XZ @2482 NONAME ??BH225_AliasAddress@@QBEABVH225_TransportAddress@@XZ @2483 NONAME ??BH225_BandRejectReason@@QAEAAVH225_SecurityErrors2@@XZ @26799 NONAME ??BH225_BandRejectReason@@QBEABVH225_SecurityErrors2@@XZ @26800 NONAME ??BH225_CallTerminationCause@@QAEAAVH225_ReleaseCompleteReason@@XZ @16837 NONAME ??BH225_CallTerminationCause@@QBEABVH225_ReleaseCompleteReason@@XZ @16838 NONAME ??BH225_Content@@QAEAAVH225_AliasAddress@@XZ @16843 NONAME ??BH225_Content@@QAEAAVH225_ArrayOf_EnumeratedParameter@@XZ @16844 NONAME ??BH225_Content@@QAEAAVH225_ArrayOf_GenericData@@XZ @16845 NONAME ??BH225_Content@@QAEAAVH225_GenericIdentifier@@XZ @16846 NONAME ??BH225_Content@@QAEAAVH225_TransportAddress@@XZ @16847 NONAME ??BH225_Content@@QBEABVH225_AliasAddress@@XZ @16848 NONAME ??BH225_Content@@QBEABVH225_ArrayOf_EnumeratedParameter@@XZ @16849 NONAME ??BH225_Content@@QBEABVH225_ArrayOf_GenericData@@XZ @16850 NONAME ??BH225_Content@@QBEABVH225_GenericIdentifier@@XZ @16851 NONAME ??BH225_Content@@QBEABVH225_TransportAddress@@XZ @16852 NONAME ??BH225_CryptoH323Token@@QAEAAV?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@XZ @18508 NONAME ??BH225_CryptoH323Token@@QAEAAV?$H235_SIGNED@VH225_EncodedFastStartToken@@@@XZ @18509 NONAME ??BH225_CryptoH323Token@@QAEAAV?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@XZ @18510 NONAME ??BH225_CryptoH323Token@@QAEAAVH225_CryptoH323Token_cryptoEPPwdHash@@XZ @2487 NONAME ??BH225_CryptoH323Token@@QAEAAVH225_CryptoH323Token_cryptoGKPwdHash@@XZ @2488 NONAME ??BH225_CryptoH323Token@@QAEAAVH235_CryptoToken@@XZ @2489 NONAME ??BH225_CryptoH323Token@@QBEABV?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@XZ @18511 NONAME ??BH225_CryptoH323Token@@QBEABV?$H235_SIGNED@VH225_EncodedFastStartToken@@@@XZ @18512 NONAME ??BH225_CryptoH323Token@@QBEABV?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@XZ @18513 NONAME ??BH225_CryptoH323Token@@QBEABVH225_CryptoH323Token_cryptoEPPwdHash@@XZ @2493 NONAME ??BH225_CryptoH323Token@@QBEABVH225_CryptoH323Token_cryptoGKPwdHash@@XZ @2494 NONAME ??BH225_CryptoH323Token@@QBEABVH235_CryptoToken@@XZ @2495 NONAME ??BH225_DisengageRejectReason@@QAEAAVH225_SecurityErrors2@@XZ @26801 NONAME ??BH225_DisengageRejectReason@@QBEABVH225_SecurityErrors2@@XZ @26802 NONAME ??BH225_EncryptIntAlg@@QAEAAVH225_NonStandardParameter@@XZ @2496 NONAME ??BH225_EncryptIntAlg@@QBEABVH225_NonStandardParameter@@XZ @2497 NONAME ??BH225_GatekeeperRejectReason@@QAEAAVH225_SecurityErrors@@XZ @26803 NONAME ??BH225_GatekeeperRejectReason@@QBEABVH225_SecurityErrors@@XZ @26804 NONAME ??BH225_GenericIdentifier@@QAEAAVH225_GloballyUniqueID@@XZ @16853 NONAME ??BH225_GenericIdentifier@@QBEABVH225_GloballyUniqueID@@XZ @16854 NONAME ??BH225_H245Security@@QAEAAVH225_NonStandardParameter@@XZ @2498 NONAME ??BH225_H245Security@@QAEAAVH225_SecurityCapabilities@@XZ @2499 NONAME ??BH225_H245Security@@QBEABVH225_NonStandardParameter@@XZ @2500 NONAME ??BH225_H245Security@@QBEABVH225_SecurityCapabilities@@XZ @2501 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Alerting_UUIE@@XZ @2502 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_CallProceeding_UUIE@@XZ @2503 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Connect_UUIE@@XZ @2504 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Facility_UUIE@@XZ @2505 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Information_UUIE@@XZ @2506 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Notify_UUIE@@XZ @16855 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Progress_UUIE@@XZ @2507 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_ReleaseComplete_UUIE@@XZ @2508 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_SetupAcknowledge_UUIE@@XZ @16856 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Setup_UUIE@@XZ @2509 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_StatusInquiry_UUIE@@XZ @16857 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Status_UUIE@@XZ @16858 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Alerting_UUIE@@XZ @2510 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_CallProceeding_UUIE@@XZ @2511 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Connect_UUIE@@XZ @2512 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Facility_UUIE@@XZ @2513 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Information_UUIE@@XZ @2514 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Notify_UUIE@@XZ @16859 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Progress_UUIE@@XZ @2515 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_ReleaseComplete_UUIE@@XZ @2516 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_SetupAcknowledge_UUIE@@XZ @16860 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Setup_UUIE@@XZ @2517 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_StatusInquiry_UUIE@@XZ @16861 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Status_UUIE@@XZ @16862 NONAME ??BH225_InfoRequestNakReason@@QAEAAVH225_SecurityErrors2@@XZ @26805 NONAME ??BH225_InfoRequestNakReason@@QBEABVH225_SecurityErrors2@@XZ @26806 NONAME ??BH225_IntegrityMechanism@@QAEAAVH225_NonIsoIntegrityMechanism@@XZ @2518 NONAME ??BH225_IntegrityMechanism@@QAEAAVH225_NonStandardParameter@@XZ @2519 NONAME ??BH225_IntegrityMechanism@@QBEABVH225_NonIsoIntegrityMechanism@@XZ @2520 NONAME ??BH225_IntegrityMechanism@@QBEABVH225_NonStandardParameter@@XZ @2521 NONAME ??BH225_LocationRejectReason@@QAEAAVH225_ArrayOf_PartyNumber@@XZ @16863 NONAME ??BH225_LocationRejectReason@@QAEAAVH225_SecurityErrors2@@XZ @26807 NONAME ??BH225_LocationRejectReason@@QBEABVH225_ArrayOf_PartyNumber@@XZ @16864 NONAME ??BH225_LocationRejectReason@@QBEABVH225_SecurityErrors2@@XZ @26808 NONAME ??BH225_MobileUIM@@QAEAAVH225_ANSI_41_UIM@@XZ @16865 NONAME ??BH225_MobileUIM@@QAEAAVH225_GSM_UIM@@XZ @16866 NONAME ??BH225_MobileUIM@@QBEABVH225_ANSI_41_UIM@@XZ @16867 NONAME ??BH225_MobileUIM@@QBEABVH225_GSM_UIM@@XZ @16868 NONAME ??BH225_NonIsoIntegrityMechanism@@QAEAAVH225_EncryptIntAlg@@XZ @2522 NONAME ??BH225_NonIsoIntegrityMechanism@@QBEABVH225_EncryptIntAlg@@XZ @2523 NONAME ??BH225_NonStandardIdentifier@@QAEAAVH225_H221NonStandard@@XZ @2524 NONAME ??BH225_NonStandardIdentifier@@QBEABVH225_H221NonStandard@@XZ @2525 NONAME ??BH225_PartyNumber@@QAEAAVH225_NumberDigits@@XZ @2526 NONAME ??BH225_PartyNumber@@QAEAAVH225_PrivatePartyNumber@@XZ @2527 NONAME ??BH225_PartyNumber@@QAEAAVH225_PublicPartyNumber@@XZ @2528 NONAME ??BH225_PartyNumber@@QBEABVH225_NumberDigits@@XZ @2529 NONAME ??BH225_PartyNumber@@QBEABVH225_PrivatePartyNumber@@XZ @2530 NONAME ??BH225_PartyNumber@@QBEABVH225_PublicPartyNumber@@XZ @2531 NONAME ??BH225_RasMessage@@QAEAAVH225_AdmissionConfirm@@XZ @2532 NONAME ??BH225_RasMessage@@QAEAAVH225_AdmissionReject@@XZ @2533 NONAME ??BH225_RasMessage@@QAEAAVH225_AdmissionRequest@@XZ @2534 NONAME ??BH225_RasMessage@@QAEAAVH225_ArrayOf_AdmissionConfirm@@XZ @26809 NONAME ??BH225_RasMessage@@QAEAAVH225_BandwidthConfirm@@XZ @2535 NONAME ??BH225_RasMessage@@QAEAAVH225_BandwidthReject@@XZ @2536 NONAME ??BH225_RasMessage@@QAEAAVH225_BandwidthRequest@@XZ @2537 NONAME ??BH225_RasMessage@@QAEAAVH225_DisengageConfirm@@XZ @2538 NONAME ??BH225_RasMessage@@QAEAAVH225_DisengageReject@@XZ @2539 NONAME ??BH225_RasMessage@@QAEAAVH225_DisengageRequest@@XZ @2540 NONAME ??BH225_RasMessage@@QAEAAVH225_GatekeeperConfirm@@XZ @2541 NONAME ??BH225_RasMessage@@QAEAAVH225_GatekeeperReject@@XZ @2542 NONAME ??BH225_RasMessage@@QAEAAVH225_GatekeeperRequest@@XZ @2543 NONAME ??BH225_RasMessage@@QAEAAVH225_InfoRequest@@XZ @2544 NONAME ??BH225_RasMessage@@QAEAAVH225_InfoRequestAck@@XZ @2545 NONAME ??BH225_RasMessage@@QAEAAVH225_InfoRequestNak@@XZ @2546 NONAME ??BH225_RasMessage@@QAEAAVH225_InfoRequestResponse@@XZ @2547 NONAME ??BH225_RasMessage@@QAEAAVH225_LocationConfirm@@XZ @2548 NONAME ??BH225_RasMessage@@QAEAAVH225_LocationReject@@XZ @2549 NONAME ??BH225_RasMessage@@QAEAAVH225_LocationRequest@@XZ @2550 NONAME ??BH225_RasMessage@@QAEAAVH225_NonStandardMessage@@XZ @2551 NONAME ??BH225_RasMessage@@QAEAAVH225_RegistrationConfirm@@XZ @2552 NONAME ??BH225_RasMessage@@QAEAAVH225_RegistrationReject@@XZ @2553 NONAME ??BH225_RasMessage@@QAEAAVH225_RegistrationRequest@@XZ @2554 NONAME ??BH225_RasMessage@@QAEAAVH225_RequestInProgress@@XZ @2555 NONAME ??BH225_RasMessage@@QAEAAVH225_ResourcesAvailableConfirm@@XZ @2556 NONAME ??BH225_RasMessage@@QAEAAVH225_ResourcesAvailableIndicate@@XZ @2557 NONAME ??BH225_RasMessage@@QAEAAVH225_ServiceControlIndication@@XZ @16869 NONAME ??BH225_RasMessage@@QAEAAVH225_ServiceControlResponse@@XZ @16870 NONAME ??BH225_RasMessage@@QAEAAVH225_UnknownMessageResponse@@XZ @2558 NONAME ??BH225_RasMessage@@QAEAAVH225_UnregistrationConfirm@@XZ @2559 NONAME ??BH225_RasMessage@@QAEAAVH225_UnregistrationReject@@XZ @2560 NONAME ??BH225_RasMessage@@QAEAAVH225_UnregistrationRequest@@XZ @2561 NONAME ??BH225_RasMessage@@QBEABVH225_AdmissionConfirm@@XZ @2562 NONAME ??BH225_RasMessage@@QBEABVH225_AdmissionReject@@XZ @2563 NONAME ??BH225_RasMessage@@QBEABVH225_AdmissionRequest@@XZ @2564 NONAME ??BH225_RasMessage@@QBEABVH225_ArrayOf_AdmissionConfirm@@XZ @26810 NONAME ??BH225_RasMessage@@QBEABVH225_BandwidthConfirm@@XZ @2565 NONAME ??BH225_RasMessage@@QBEABVH225_BandwidthReject@@XZ @2566 NONAME ??BH225_RasMessage@@QBEABVH225_BandwidthRequest@@XZ @2567 NONAME ??BH225_RasMessage@@QBEABVH225_DisengageConfirm@@XZ @2568 NONAME ??BH225_RasMessage@@QBEABVH225_DisengageReject@@XZ @2569 NONAME ??BH225_RasMessage@@QBEABVH225_DisengageRequest@@XZ @2570 NONAME ??BH225_RasMessage@@QBEABVH225_GatekeeperConfirm@@XZ @2571 NONAME ??BH225_RasMessage@@QBEABVH225_GatekeeperReject@@XZ @2572 NONAME ??BH225_RasMessage@@QBEABVH225_GatekeeperRequest@@XZ @2573 NONAME ??BH225_RasMessage@@QBEABVH225_InfoRequest@@XZ @2574 NONAME ??BH225_RasMessage@@QBEABVH225_InfoRequestAck@@XZ @2575 NONAME ??BH225_RasMessage@@QBEABVH225_InfoRequestNak@@XZ @2576 NONAME ??BH225_RasMessage@@QBEABVH225_InfoRequestResponse@@XZ @2577 NONAME ??BH225_RasMessage@@QBEABVH225_LocationConfirm@@XZ @2578 NONAME ??BH225_RasMessage@@QBEABVH225_LocationReject@@XZ @2579 NONAME ??BH225_RasMessage@@QBEABVH225_LocationRequest@@XZ @2580 NONAME ??BH225_RasMessage@@QBEABVH225_NonStandardMessage@@XZ @2581 NONAME ??BH225_RasMessage@@QBEABVH225_RegistrationConfirm@@XZ @2582 NONAME ??BH225_RasMessage@@QBEABVH225_RegistrationReject@@XZ @2583 NONAME ??BH225_RasMessage@@QBEABVH225_RegistrationRequest@@XZ @2584 NONAME ??BH225_RasMessage@@QBEABVH225_RequestInProgress@@XZ @2585 NONAME ??BH225_RasMessage@@QBEABVH225_ResourcesAvailableConfirm@@XZ @2586 NONAME ??BH225_RasMessage@@QBEABVH225_ResourcesAvailableIndicate@@XZ @2587 NONAME ??BH225_RasMessage@@QBEABVH225_ServiceControlIndication@@XZ @16871 NONAME ??BH225_RasMessage@@QBEABVH225_ServiceControlResponse@@XZ @16872 NONAME ??BH225_RasMessage@@QBEABVH225_UnknownMessageResponse@@XZ @2588 NONAME ??BH225_RasMessage@@QBEABVH225_UnregistrationConfirm@@XZ @2589 NONAME ??BH225_RasMessage@@QBEABVH225_UnregistrationReject@@XZ @2590 NONAME ??BH225_RasMessage@@QBEABVH225_UnregistrationRequest@@XZ @2591 NONAME ??BH225_RegistrationRejectReason@@QAEAAVH225_ArrayOf_AliasAddress@@XZ @2592 NONAME ??BH225_RegistrationRejectReason@@QAEAAVH225_RegistrationRejectReason_invalidTerminalAliases@@XZ @16873 NONAME ??BH225_RegistrationRejectReason@@QAEAAVH225_SecurityErrors@@XZ @26811 NONAME ??BH225_RegistrationRejectReason@@QBEABVH225_ArrayOf_AliasAddress@@XZ @2593 NONAME ??BH225_RegistrationRejectReason@@QBEABVH225_RegistrationRejectReason_invalidTerminalAliases@@XZ @16874 NONAME ??BH225_RegistrationRejectReason@@QBEABVH225_SecurityErrors@@XZ @26812 NONAME ??BH225_ReleaseCompleteReason@@QAEAAVH225_ConferenceIdentifier@@XZ @16875 NONAME ??BH225_ReleaseCompleteReason@@QAEAAVH225_NonStandardParameter@@XZ @16876 NONAME ??BH225_ReleaseCompleteReason@@QAEAAVH225_SecurityErrors@@XZ @26813 NONAME ??BH225_ReleaseCompleteReason@@QBEABVH225_ConferenceIdentifier@@XZ @16877 NONAME ??BH225_ReleaseCompleteReason@@QBEABVH225_NonStandardParameter@@XZ @16878 NONAME ??BH225_ReleaseCompleteReason@@QBEABVH225_SecurityErrors@@XZ @26814 NONAME ??BH225_SecurityServiceMode@@QAEAAVH225_NonStandardParameter@@XZ @2594 NONAME ??BH225_SecurityServiceMode@@QBEABVH225_NonStandardParameter@@XZ @2595 NONAME ??BH225_ServiceControlDescriptor@@QAEAAVH225_CallCreditServiceControl@@XZ @16879 NONAME ??BH225_ServiceControlDescriptor@@QAEAAVH225_H248SignalsDescriptor@@XZ @16880 NONAME ??BH225_ServiceControlDescriptor@@QAEAAVH225_NonStandardParameter@@XZ @16881 NONAME ??BH225_ServiceControlDescriptor@@QBEABVH225_CallCreditServiceControl@@XZ @16882 NONAME ??BH225_ServiceControlDescriptor@@QBEABVH225_H248SignalsDescriptor@@XZ @16883 NONAME ??BH225_ServiceControlDescriptor@@QBEABVH225_NonStandardParameter@@XZ @16884 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_H310Caps@@XZ @2596 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_H320Caps@@XZ @2597 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_H321Caps@@XZ @2598 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_H322Caps@@XZ @2599 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_H323Caps@@XZ @2600 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_H324Caps@@XZ @2601 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_NonStandardParameter@@XZ @2602 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_NonStandardProtocol@@XZ @2603 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_SIPCaps@@XZ @26815 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_T120OnlyCaps@@XZ @2604 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_T38FaxAnnexbOnlyCaps@@XZ @16885 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_VoiceCaps@@XZ @2605 NONAME ??BH225_SupportedProtocols@@QBEABVH225_H310Caps@@XZ @2606 NONAME ??BH225_SupportedProtocols@@QBEABVH225_H320Caps@@XZ @2607 NONAME ??BH225_SupportedProtocols@@QBEABVH225_H321Caps@@XZ @2608 NONAME ??BH225_SupportedProtocols@@QBEABVH225_H322Caps@@XZ @2609 NONAME ??BH225_SupportedProtocols@@QBEABVH225_H323Caps@@XZ @2610 NONAME ??BH225_SupportedProtocols@@QBEABVH225_H324Caps@@XZ @2611 NONAME ??BH225_SupportedProtocols@@QBEABVH225_NonStandardParameter@@XZ @2612 NONAME ??BH225_SupportedProtocols@@QBEABVH225_NonStandardProtocol@@XZ @2613 NONAME ??BH225_SupportedProtocols@@QBEABVH225_SIPCaps@@XZ @26816 NONAME ??BH225_SupportedProtocols@@QBEABVH225_T120OnlyCaps@@XZ @2614 NONAME ??BH225_SupportedProtocols@@QBEABVH225_T38FaxAnnexbOnlyCaps@@XZ @16886 NONAME ??BH225_SupportedProtocols@@QBEABVH225_VoiceCaps@@XZ @2615 NONAME ??BH225_TransportAddress@@QAEAAVH225_NonStandardParameter@@XZ @2616 NONAME ??BH225_TransportAddress@@QAEAAVH225_TransportAddress_ip6Address@@XZ @2617 NONAME ??BH225_TransportAddress@@QAEAAVH225_TransportAddress_ipAddress@@XZ @2618 NONAME ??BH225_TransportAddress@@QAEAAVH225_TransportAddress_ipSourceRoute@@XZ @2619 NONAME ??BH225_TransportAddress@@QAEAAVH225_TransportAddress_ipxAddress@@XZ @2620 NONAME ??BH225_TransportAddress@@QBEABVH225_NonStandardParameter@@XZ @2621 NONAME ??BH225_TransportAddress@@QBEABVH225_TransportAddress_ip6Address@@XZ @2622 NONAME ??BH225_TransportAddress@@QBEABVH225_TransportAddress_ipAddress@@XZ @2623 NONAME ??BH225_TransportAddress@@QBEABVH225_TransportAddress_ipSourceRoute@@XZ @2624 NONAME ??BH225_TransportAddress@@QBEABVH225_TransportAddress_ipxAddress@@XZ @2625 NONAME ??BH225_TunnelledProtocol_id@@QAEAAVH225_TunnelledProtocolAlternateIdentifier@@XZ @16887 NONAME ??BH225_TunnelledProtocol_id@@QBEABVH225_TunnelledProtocolAlternateIdentifier@@XZ @16888 NONAME ??BH225_UnregRejectReason@@QAEAAVH225_SecurityErrors2@@XZ @26817 NONAME ??BH225_UnregRejectReason@@QBEABVH225_SecurityErrors2@@XZ @26818 NONAME ??BH225_UnregRequestReason@@QAEAAVH225_SecurityErrors2@@XZ @26819 NONAME ??BH225_UnregRequestReason@@QBEABVH225_SecurityErrors2@@XZ @26820 NONAME ??BH235_AuthenticationMechanism@@QAEAAVH235_AuthenticationBES@@XZ @19222 NONAME ??BH235_AuthenticationMechanism@@QAEAAVH235_NonStandardParameter@@XZ @2626 NONAME ??BH235_AuthenticationMechanism@@QBEABVH235_AuthenticationBES@@XZ @19223 NONAME ??BH235_AuthenticationMechanism@@QBEABVH235_NonStandardParameter@@XZ @2627 NONAME ??BH235_CryptoToken@@QAEAAV?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@XZ @18514 NONAME ??BH235_CryptoToken@@QAEAAVH235_CryptoToken_cryptoEncryptedToken@@XZ @2629 NONAME ??BH235_CryptoToken@@QAEAAVH235_CryptoToken_cryptoHashedToken@@XZ @2630 NONAME ??BH235_CryptoToken@@QAEAAVH235_CryptoToken_cryptoSignedToken@@XZ @2631 NONAME ??BH235_CryptoToken@@QBEABV?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@XZ @18515 NONAME ??BH235_CryptoToken@@QBEABVH235_CryptoToken_cryptoEncryptedToken@@XZ @2633 NONAME ??BH235_CryptoToken@@QBEABVH235_CryptoToken_cryptoHashedToken@@XZ @2634 NONAME ??BH235_CryptoToken@@QBEABVH235_CryptoToken_cryptoSignedToken@@XZ @2635 NONAME ??BH235_ECKASDH@@QAEAAVH235_ECKASDH_eckasdh2@@XZ @19224 NONAME ??BH235_ECKASDH@@QAEAAVH235_ECKASDH_eckasdhp@@XZ @19225 NONAME ??BH235_ECKASDH@@QBEABVH235_ECKASDH_eckasdh2@@XZ @19226 NONAME ??BH235_ECKASDH@@QBEABVH235_ECKASDH_eckasdhp@@XZ @19227 NONAME ??BH235_H235Key@@QAEAAV?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@XZ @18516 NONAME ??BH235_H235Key@@QAEAAV?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@XZ @18517 NONAME ??BH235_H235Key@@QAEAAVH235_KeyMaterial@@XZ @2638 NONAME ??BH235_H235Key@@QAEAAVH235_V3KeySyncMaterial@@XZ @26821 NONAME ??BH235_H235Key@@QBEABV?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@XZ @18518 NONAME ??BH235_H235Key@@QBEABV?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@XZ @18519 NONAME ??BH235_H235Key@@QBEABVH235_KeyMaterial@@XZ @2641 NONAME ??BH235_H235Key@@QBEABVH235_V3KeySyncMaterial@@XZ @26822 NONAME ??BH245_AudioCapability@@QAEAAVH245_AudioCapability_g7231@@XZ @2642 NONAME ??BH245_AudioCapability@@QAEAAVH245_G7231AnnexCCapability@@XZ @2643 NONAME ??BH245_AudioCapability@@QAEAAVH245_G729Extensions@@XZ @16889 NONAME ??BH245_AudioCapability@@QAEAAVH245_GenericCapability@@XZ @16890 NONAME ??BH245_AudioCapability@@QAEAAVH245_GSMAudioCapability@@XZ @2644 NONAME ??BH245_AudioCapability@@QAEAAVH245_IS11172AudioCapability@@XZ @2645 NONAME ??BH245_AudioCapability@@QAEAAVH245_IS13818AudioCapability@@XZ @2646 NONAME ??BH245_AudioCapability@@QAEAAVH245_NonStandardParameter@@XZ @2647 NONAME ??BH245_AudioCapability@@QAEAAVH245_NoPTAudioTelephonyEventCapability@@XZ @26823 NONAME ??BH245_AudioCapability@@QAEAAVH245_NoPTAudioToneCapability@@XZ @26824 NONAME ??BH245_AudioCapability@@QAEAAVH245_VBDCapability@@XZ @26825 NONAME ??BH245_AudioCapability@@QBEABVH245_AudioCapability_g7231@@XZ @2648 NONAME ??BH245_AudioCapability@@QBEABVH245_G7231AnnexCCapability@@XZ @2649 NONAME ??BH245_AudioCapability@@QBEABVH245_G729Extensions@@XZ @16891 NONAME ??BH245_AudioCapability@@QBEABVH245_GenericCapability@@XZ @16892 NONAME ??BH245_AudioCapability@@QBEABVH245_GSMAudioCapability@@XZ @2650 NONAME ??BH245_AudioCapability@@QBEABVH245_IS11172AudioCapability@@XZ @2651 NONAME ??BH245_AudioCapability@@QBEABVH245_IS13818AudioCapability@@XZ @2652 NONAME ??BH245_AudioCapability@@QBEABVH245_NonStandardParameter@@XZ @2653 NONAME ??BH245_AudioCapability@@QBEABVH245_NoPTAudioTelephonyEventCapability@@XZ @26826 NONAME ??BH245_AudioCapability@@QBEABVH245_NoPTAudioToneCapability@@XZ @26827 NONAME ??BH245_AudioCapability@@QBEABVH245_VBDCapability@@XZ @26828 NONAME ??BH245_AudioMode@@QAEAAVH245_AudioMode_g7231@@XZ @2654 NONAME ??BH245_AudioMode@@QAEAAVH245_G7231AnnexCMode@@XZ @2655 NONAME ??BH245_AudioMode@@QAEAAVH245_G729Extensions@@XZ @16893 NONAME ??BH245_AudioMode@@QAEAAVH245_GenericCapability@@XZ @16894 NONAME ??BH245_AudioMode@@QAEAAVH245_GSMAudioCapability@@XZ @2656 NONAME ??BH245_AudioMode@@QAEAAVH245_IS11172AudioMode@@XZ @2657 NONAME ??BH245_AudioMode@@QAEAAVH245_IS13818AudioMode@@XZ @2658 NONAME ??BH245_AudioMode@@QAEAAVH245_NonStandardParameter@@XZ @2659 NONAME ??BH245_AudioMode@@QAEAAVH245_VBDMode@@XZ @26829 NONAME ??BH245_AudioMode@@QBEABVH245_AudioMode_g7231@@XZ @2660 NONAME ??BH245_AudioMode@@QBEABVH245_G7231AnnexCMode@@XZ @2661 NONAME ??BH245_AudioMode@@QBEABVH245_G729Extensions@@XZ @16895 NONAME ??BH245_AudioMode@@QBEABVH245_GenericCapability@@XZ @16896 NONAME ??BH245_AudioMode@@QBEABVH245_GSMAudioCapability@@XZ @2662 NONAME ??BH245_AudioMode@@QBEABVH245_IS11172AudioMode@@XZ @2663 NONAME ??BH245_AudioMode@@QBEABVH245_IS13818AudioMode@@XZ @2664 NONAME ??BH245_AudioMode@@QBEABVH245_NonStandardParameter@@XZ @2665 NONAME ??BH245_AudioMode@@QBEABVH245_VBDMode@@XZ @26830 NONAME ??BH245_Capability@@QAEAAVH245_AlternativeCapabilitySet@@XZ @43855 NONAME ??BH245_Capability@@QAEAAVH245_AudioCapability@@XZ @2666 NONAME ??BH245_Capability@@QAEAAVH245_AudioTelephonyEventCapability@@XZ @16897 NONAME ??BH245_Capability@@QAEAAVH245_AudioToneCapability@@XZ @16898 NONAME ??BH245_Capability@@QAEAAVH245_Capability_h233EncryptionReceiveCapability@@XZ @2667 NONAME ??BH245_Capability@@QAEAAVH245_ConferenceCapability@@XZ @2668 NONAME ??BH245_Capability@@QAEAAVH245_DataApplicationCapability@@XZ @2669 NONAME ??BH245_Capability@@QAEAAVH245_DepFECCapability@@XZ @43856 NONAME ??BH245_Capability@@QAEAAVH245_FECCapability@@XZ @26831 NONAME ??BH245_Capability@@QAEAAVH245_GenericCapability@@XZ @16899 NONAME ??BH245_Capability@@QAEAAVH245_H235SecurityCapability@@XZ @2670 NONAME ??BH245_Capability@@QAEAAVH245_MultiplePayloadStreamCapability@@XZ @26832 NONAME ??BH245_Capability@@QAEAAVH245_MultiplexedStreamCapability@@XZ @16900 NONAME ??BH245_Capability@@QAEAAVH245_NonStandardParameter@@XZ @2671 NONAME ??BH245_Capability@@QAEAAVH245_RedundancyEncodingCapability@@XZ @43857 NONAME ??BH245_Capability@@QAEAAVH245_UserInputCapability@@XZ @2672 NONAME ??BH245_Capability@@QAEAAVH245_VideoCapability@@XZ @2673 NONAME ??BH245_Capability@@QBEABVH245_AlternativeCapabilitySet@@XZ @43858 NONAME ??BH245_Capability@@QBEABVH245_AudioCapability@@XZ @2674 NONAME ??BH245_Capability@@QBEABVH245_AudioTelephonyEventCapability@@XZ @16901 NONAME ??BH245_Capability@@QBEABVH245_AudioToneCapability@@XZ @16902 NONAME ??BH245_Capability@@QBEABVH245_Capability_h233EncryptionReceiveCapability@@XZ @2675 NONAME ??BH245_Capability@@QBEABVH245_ConferenceCapability@@XZ @2676 NONAME ??BH245_Capability@@QBEABVH245_DataApplicationCapability@@XZ @2677 NONAME ??BH245_Capability@@QBEABVH245_DepFECCapability@@XZ @43859 NONAME ??BH245_Capability@@QBEABVH245_FECCapability@@XZ @26833 NONAME ??BH245_Capability@@QBEABVH245_GenericCapability@@XZ @16903 NONAME ??BH245_Capability@@QBEABVH245_H235SecurityCapability@@XZ @2678 NONAME ??BH245_Capability@@QBEABVH245_MultiplePayloadStreamCapability@@XZ @26834 NONAME ??BH245_Capability@@QBEABVH245_MultiplexedStreamCapability@@XZ @16904 NONAME ??BH245_Capability@@QBEABVH245_NonStandardParameter@@XZ @2679 NONAME ??BH245_Capability@@QBEABVH245_RedundancyEncodingCapability@@XZ @43860 NONAME ??BH245_Capability@@QBEABVH245_UserInputCapability@@XZ @2680 NONAME ??BH245_Capability@@QBEABVH245_VideoCapability@@XZ @2681 NONAME ??BH245_CapabilityIdentifier@@QAEAAVH245_NonStandardParameter@@XZ @16905 NONAME ??BH245_CapabilityIdentifier@@QBEABVH245_NonStandardParameter@@XZ @16906 NONAME ??BH245_CommandMessage@@QAEAAVH245_CommunicationModeCommand@@XZ @2682 NONAME ??BH245_CommandMessage@@QAEAAVH245_ConferenceCommand@@XZ @2683 NONAME ??BH245_CommandMessage@@QAEAAVH245_EncryptionCommand@@XZ @2684 NONAME ??BH245_CommandMessage@@QAEAAVH245_EndSessionCommand@@XZ @2685 NONAME ??BH245_CommandMessage@@QAEAAVH245_FlowControlCommand@@XZ @2686 NONAME ??BH245_CommandMessage@@QAEAAVH245_GenericMessage@@XZ @43861 NONAME ??BH245_CommandMessage@@QAEAAVH245_H223MultiplexReconfiguration@@XZ @2687 NONAME ??BH245_CommandMessage@@QAEAAVH245_MaintenanceLoopOffCommand@@XZ @2688 NONAME ??BH245_CommandMessage@@QAEAAVH245_MiscellaneousCommand@@XZ @2689 NONAME ??BH245_CommandMessage@@QAEAAVH245_MobileMultilinkReconfigurationCommand@@XZ @16907 NONAME ??BH245_CommandMessage@@QAEAAVH245_NewATMVCCommand@@XZ @16908 NONAME ??BH245_CommandMessage@@QAEAAVH245_NonStandardMessage@@XZ @2690 NONAME ??BH245_CommandMessage@@QAEAAVH245_SendTerminalCapabilitySet@@XZ @2691 NONAME ??BH245_CommandMessage@@QBEABVH245_CommunicationModeCommand@@XZ @2692 NONAME ??BH245_CommandMessage@@QBEABVH245_ConferenceCommand@@XZ @2693 NONAME ??BH245_CommandMessage@@QBEABVH245_EncryptionCommand@@XZ @2694 NONAME ??BH245_CommandMessage@@QBEABVH245_EndSessionCommand@@XZ @2695 NONAME ??BH245_CommandMessage@@QBEABVH245_FlowControlCommand@@XZ @2696 NONAME ??BH245_CommandMessage@@QBEABVH245_GenericMessage@@XZ @43862 NONAME ??BH245_CommandMessage@@QBEABVH245_H223MultiplexReconfiguration@@XZ @2697 NONAME ??BH245_CommandMessage@@QBEABVH245_MaintenanceLoopOffCommand@@XZ @2698 NONAME ??BH245_CommandMessage@@QBEABVH245_MiscellaneousCommand@@XZ @2699 NONAME ??BH245_CommandMessage@@QBEABVH245_MobileMultilinkReconfigurationCommand@@XZ @16909 NONAME ??BH245_CommandMessage@@QBEABVH245_NewATMVCCommand@@XZ @16910 NONAME ??BH245_CommandMessage@@QBEABVH245_NonStandardMessage@@XZ @2700 NONAME ??BH245_CommandMessage@@QBEABVH245_SendTerminalCapabilitySet@@XZ @2701 NONAME ??BH245_CommunicationModeResponse@@QAEAAVH245_ArrayOf_CommunicationModeTableEntry@@XZ @2702 NONAME ??BH245_CommunicationModeResponse@@QBEABVH245_ArrayOf_CommunicationModeTableEntry@@XZ @2703 NONAME ??BH245_CommunicationModeTableEntry_dataType@@QAEAAVH245_AudioCapability@@XZ @2704 NONAME ??BH245_CommunicationModeTableEntry_dataType@@QAEAAVH245_DataApplicationCapability@@XZ @2705 NONAME ??BH245_CommunicationModeTableEntry_dataType@@QAEAAVH245_VideoCapability@@XZ @2706 NONAME ??BH245_CommunicationModeTableEntry_dataType@@QBEABVH245_AudioCapability@@XZ @2707 NONAME ??BH245_CommunicationModeTableEntry_dataType@@QBEABVH245_DataApplicationCapability@@XZ @2708 NONAME ??BH245_CommunicationModeTableEntry_dataType@@QBEABVH245_VideoCapability@@XZ @2709 NONAME ??BH245_CompressionType@@QAEAAVH245_V42bis@@XZ @2710 NONAME ??BH245_CompressionType@@QBEABVH245_V42bis@@XZ @2711 NONAME ??BH245_ConferenceCommand@@QAEAAVH245_LogicalChannelNumber@@XZ @2712 NONAME ??BH245_ConferenceCommand@@QAEAAVH245_SubstituteConferenceIDCommand@@XZ @2713 NONAME ??BH245_ConferenceCommand@@QAEAAVH245_TerminalLabel@@XZ @2714 NONAME ??BH245_ConferenceCommand@@QBEABVH245_LogicalChannelNumber@@XZ @2715 NONAME ??BH245_ConferenceCommand@@QBEABVH245_SubstituteConferenceIDCommand@@XZ @2716 NONAME ??BH245_ConferenceCommand@@QBEABVH245_TerminalLabel@@XZ @2717 NONAME ??BH245_ConferenceIndication@@QAEAAVH245_TerminalLabel@@XZ @2718 NONAME ??BH245_ConferenceIndication@@QAEAAVH245_TerminalYouAreSeeingInSubPictureNumber@@XZ @2719 NONAME ??BH245_ConferenceIndication@@QAEAAVH245_VideoIndicateCompose@@XZ @2720 NONAME ??BH245_ConferenceIndication@@QBEABVH245_TerminalLabel@@XZ @2721 NONAME ??BH245_ConferenceIndication@@QBEABVH245_TerminalYouAreSeeingInSubPictureNumber@@XZ @2722 NONAME ??BH245_ConferenceIndication@@QBEABVH245_VideoIndicateCompose@@XZ @2723 NONAME ??BH245_ConferenceRequest@@QAEAAVH245_ConferenceRequest_requestTerminalCertificate@@XZ @2724 NONAME ??BH245_ConferenceRequest@@QAEAAVH245_LogicalChannelNumber@@XZ @2725 NONAME ??BH245_ConferenceRequest@@QAEAAVH245_RemoteMCRequest@@XZ @2726 NONAME ??BH245_ConferenceRequest@@QAEAAVH245_TerminalLabel@@XZ @2727 NONAME ??BH245_ConferenceRequest@@QBEABVH245_ConferenceRequest_requestTerminalCertificate@@XZ @2728 NONAME ??BH245_ConferenceRequest@@QBEABVH245_LogicalChannelNumber@@XZ @2729 NONAME ??BH245_ConferenceRequest@@QBEABVH245_RemoteMCRequest@@XZ @2730 NONAME ??BH245_ConferenceRequest@@QBEABVH245_TerminalLabel@@XZ @2731 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ArrayOf_TerminalLabel@@XZ @2732 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_broadcastMyLogicalChannelResponse@@XZ @2733 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_chairTokenOwnerResponse@@XZ @2734 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_conferenceIDResponse@@XZ @2735 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_extensionAddressResponse@@XZ @2736 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_makeMeChairResponse@@XZ @2737 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_makeTerminalBroadcasterResponse@@XZ @2738 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_mCTerminalIDResponse@@XZ @2739 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_passwordResponse@@XZ @2740 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_sendThisSourceResponse@@XZ @2741 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_terminalCertificateResponse@@XZ @2742 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_terminalIDResponse@@XZ @2743 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_RemoteMCResponse@@XZ @2744 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_RequestAllTerminalIDsResponse@@XZ @2745 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ArrayOf_TerminalLabel@@XZ @2746 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_broadcastMyLogicalChannelResponse@@XZ @2747 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_chairTokenOwnerResponse@@XZ @2748 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_conferenceIDResponse@@XZ @2749 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_extensionAddressResponse@@XZ @2750 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_makeMeChairResponse@@XZ @2751 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_makeTerminalBroadcasterResponse@@XZ @2752 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_mCTerminalIDResponse@@XZ @2753 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_passwordResponse@@XZ @2754 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_sendThisSourceResponse@@XZ @2755 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_terminalCertificateResponse@@XZ @2756 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_terminalIDResponse@@XZ @2757 NONAME ??BH245_ConferenceResponse@@QBEABVH245_RemoteMCResponse@@XZ @2758 NONAME ??BH245_ConferenceResponse@@QBEABVH245_RequestAllTerminalIDsResponse@@XZ @2759 NONAME ??BH245_CustomPictureFormat_pixelAspectInformation@@QAEAAVH245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@XZ @2760 NONAME ??BH245_CustomPictureFormat_pixelAspectInformation@@QAEAAVH245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@XZ @2761 NONAME ??BH245_CustomPictureFormat_pixelAspectInformation@@QBEABVH245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@XZ @2762 NONAME ??BH245_CustomPictureFormat_pixelAspectInformation@@QBEABVH245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@XZ @2763 NONAME ??BH245_DataApplicationCapability_application@@QAEAAVH245_DataApplicationCapability_application_nlpid@@XZ @2764 NONAME ??BH245_DataApplicationCapability_application@@QAEAAVH245_DataApplicationCapability_application_t38fax@@XZ @16911 NONAME ??BH245_DataApplicationCapability_application@@QAEAAVH245_DataApplicationCapability_application_t84@@XZ @2765 NONAME ??BH245_DataApplicationCapability_application@@QAEAAVH245_DataProtocolCapability@@XZ @2766 NONAME ??BH245_DataApplicationCapability_application@@QAEAAVH245_GenericCapability@@XZ @16912 NONAME ??BH245_DataApplicationCapability_application@@QAEAAVH245_NonStandardParameter@@XZ @2767 NONAME ??BH245_DataApplicationCapability_application@@QBEABVH245_DataApplicationCapability_application_nlpid@@XZ @2768 NONAME ??BH245_DataApplicationCapability_application@@QBEABVH245_DataApplicationCapability_application_t38fax@@XZ @16913 NONAME ??BH245_DataApplicationCapability_application@@QBEABVH245_DataApplicationCapability_application_t84@@XZ @2769 NONAME ??BH245_DataApplicationCapability_application@@QBEABVH245_DataProtocolCapability@@XZ @2770 NONAME ??BH245_DataApplicationCapability_application@@QBEABVH245_GenericCapability@@XZ @16914 NONAME ??BH245_DataApplicationCapability_application@@QBEABVH245_NonStandardParameter@@XZ @2771 NONAME ??BH245_DataMode_application@@QAEAAVH245_DataMode_application_nlpid@@XZ @2772 NONAME ??BH245_DataMode_application@@QAEAAVH245_DataMode_application_t38fax@@XZ @16915 NONAME ??BH245_DataMode_application@@QAEAAVH245_DataProtocolCapability@@XZ @2773 NONAME ??BH245_DataMode_application@@QAEAAVH245_GenericCapability@@XZ @16916 NONAME ??BH245_DataMode_application@@QAEAAVH245_NonStandardParameter@@XZ @2774 NONAME ??BH245_DataMode_application@@QBEABVH245_DataMode_application_nlpid@@XZ @2775 NONAME ??BH245_DataMode_application@@QBEABVH245_DataMode_application_t38fax@@XZ @16917 NONAME ??BH245_DataMode_application@@QBEABVH245_DataProtocolCapability@@XZ @2776 NONAME ??BH245_DataMode_application@@QBEABVH245_GenericCapability@@XZ @16918 NONAME ??BH245_DataMode_application@@QBEABVH245_NonStandardParameter@@XZ @2777 NONAME ??BH245_DataProtocolCapability@@QAEAAVH245_DataProtocolCapability_v76wCompression@@XZ @2778 NONAME ??BH245_DataProtocolCapability@@QAEAAVH245_NonStandardParameter@@XZ @2779 NONAME ??BH245_DataProtocolCapability@@QBEABVH245_DataProtocolCapability_v76wCompression@@XZ @2780 NONAME ??BH245_DataProtocolCapability@@QBEABVH245_NonStandardParameter@@XZ @2781 NONAME ??BH245_DataProtocolCapability_v76wCompression@@QAEAAVH245_CompressionType@@XZ @2782 NONAME ??BH245_DataProtocolCapability_v76wCompression@@QBEABVH245_CompressionType@@XZ @2783 NONAME ??BH245_DataType@@QAEAAVH245_AudioCapability@@XZ @2784 NONAME ??BH245_DataType@@QAEAAVH245_DataApplicationCapability@@XZ @2785 NONAME ??BH245_DataType@@QAEAAVH245_DepFECData@@XZ @43863 NONAME ??BH245_DataType@@QAEAAVH245_EncryptionMode@@XZ @2786 NONAME ??BH245_DataType@@QAEAAVH245_FECData@@XZ @26835 NONAME ??BH245_DataType@@QAEAAVH245_H235Media@@XZ @2787 NONAME ??BH245_DataType@@QAEAAVH245_MultiplePayloadStream@@XZ @26836 NONAME ??BH245_DataType@@QAEAAVH245_MultiplexedStreamParameter@@XZ @16919 NONAME ??BH245_DataType@@QAEAAVH245_NonStandardParameter@@XZ @2788 NONAME ??BH245_DataType@@QAEAAVH245_RedundancyEncoding@@XZ @26837 NONAME ??BH245_DataType@@QAEAAVH245_VideoCapability@@XZ @2789 NONAME ??BH245_DataType@@QBEABVH245_AudioCapability@@XZ @2790 NONAME ??BH245_DataType@@QBEABVH245_DataApplicationCapability@@XZ @2791 NONAME ??BH245_DataType@@QBEABVH245_DepFECData@@XZ @43864 NONAME ??BH245_DataType@@QBEABVH245_EncryptionMode@@XZ @2792 NONAME ??BH245_DataType@@QBEABVH245_FECData@@XZ @26838 NONAME ??BH245_DataType@@QBEABVH245_H235Media@@XZ @2793 NONAME ??BH245_DataType@@QBEABVH245_MultiplePayloadStream@@XZ @26839 NONAME ??BH245_DataType@@QBEABVH245_MultiplexedStreamParameter@@XZ @16920 NONAME ??BH245_DataType@@QBEABVH245_NonStandardParameter@@XZ @2794 NONAME ??BH245_DataType@@QBEABVH245_RedundancyEncoding@@XZ @26840 NONAME ??BH245_DataType@@QBEABVH245_VideoCapability@@XZ @2795 NONAME ??BH245_DepFECCapability@@QAEAAVH245_DepFECCapability_rfc2733@@XZ @43865 NONAME ??BH245_DepFECCapability@@QBEABVH245_DepFECCapability_rfc2733@@XZ @43866 NONAME ??BH245_DepFECData@@QAEAAVH245_DepFECData_rfc2733@@XZ @43867 NONAME ??BH245_DepFECData@@QBEABVH245_DepFECData_rfc2733@@XZ @43868 NONAME ??BH245_DepFECData_rfc2733_mode@@QAEAAVH245_DepFECData_rfc2733_mode_separateStream@@XZ @43869 NONAME ??BH245_DepFECData_rfc2733_mode@@QBEABVH245_DepFECData_rfc2733_mode_separateStream@@XZ @43870 NONAME ??BH245_DepFECData_rfc2733_mode_separateStream@@QAEAAVH245_DepFECData_rfc2733_mode_separateStream_differentPort@@XZ @43871 NONAME ??BH245_DepFECData_rfc2733_mode_separateStream@@QAEAAVH245_DepFECData_rfc2733_mode_separateStream_samePort@@XZ @43872 NONAME ??BH245_DepFECData_rfc2733_mode_separateStream@@QBEABVH245_DepFECData_rfc2733_mode_separateStream_differentPort@@XZ @43873 NONAME ??BH245_DepFECData_rfc2733_mode_separateStream@@QBEABVH245_DepFECData_rfc2733_mode_separateStream_samePort@@XZ @43874 NONAME ??BH245_DepFECMode@@QAEAAVH245_DepFECMode_rfc2733Mode@@XZ @43875 NONAME ??BH245_DepFECMode@@QBEABVH245_DepFECMode_rfc2733Mode@@XZ @43876 NONAME ??BH245_DepFECMode_rfc2733Mode_mode@@QAEAAVH245_DepFECMode_rfc2733Mode_mode_separateStream@@XZ @43877 NONAME ??BH245_DepFECMode_rfc2733Mode_mode@@QBEABVH245_DepFECMode_rfc2733Mode_mode_separateStream@@XZ @43878 NONAME ??BH245_DepFECMode_rfc2733Mode_mode_separateStream@@QAEAAVH245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@XZ @43879 NONAME ??BH245_DepFECMode_rfc2733Mode_mode_separateStream@@QAEAAVH245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@XZ @43880 NONAME ??BH245_DepFECMode_rfc2733Mode_mode_separateStream@@QBEABVH245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@XZ @43881 NONAME ??BH245_DepFECMode_rfc2733Mode_mode_separateStream@@QBEABVH245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@XZ @43882 NONAME ??BH245_DialingInformation@@QAEAAVH245_ArrayOf_DialingInformationNumber@@XZ @16921 NONAME ??BH245_DialingInformation@@QAEAAVH245_NonStandardMessage@@XZ @16922 NONAME ??BH245_DialingInformation@@QBEABVH245_ArrayOf_DialingInformationNumber@@XZ @16923 NONAME ??BH245_DialingInformation@@QBEABVH245_NonStandardMessage@@XZ @16924 NONAME ??BH245_DialingInformationNetworkType@@QAEAAVH245_NonStandardMessage@@XZ @16925 NONAME ??BH245_DialingInformationNetworkType@@QBEABVH245_NonStandardMessage@@XZ @16926 NONAME ??BH245_EncryptionCommand@@QAEAAVH245_EncryptionCommand_encryptionAlgorithmID@@XZ @2796 NONAME ??BH245_EncryptionCommand@@QBEABVH245_EncryptionCommand_encryptionAlgorithmID@@XZ @2797 NONAME ??BH245_EncryptionMode@@QAEAAVH245_NonStandardParameter@@XZ @2798 NONAME ??BH245_EncryptionMode@@QBEABVH245_NonStandardParameter@@XZ @2799 NONAME ??BH245_EndSessionCommand@@QAEAAVH245_EndSessionCommand_gstnOptions@@XZ @2800 NONAME ??BH245_EndSessionCommand@@QAEAAVH245_EndSessionCommand_isdnOptions@@XZ @2801 NONAME ??BH245_EndSessionCommand@@QAEAAVH245_NonStandardParameter@@XZ @2802 NONAME ??BH245_EndSessionCommand@@QBEABVH245_EndSessionCommand_gstnOptions@@XZ @2803 NONAME ??BH245_EndSessionCommand@@QBEABVH245_EndSessionCommand_isdnOptions@@XZ @2804 NONAME ??BH245_EndSessionCommand@@QBEABVH245_NonStandardParameter@@XZ @2805 NONAME ??BH245_FECCapability_rfc2733Format@@QAEAAVH245_MaxRedundancy@@XZ @43883 NONAME ??BH245_FECCapability_rfc2733Format@@QBEABVH245_MaxRedundancy@@XZ @43884 NONAME ??BH245_FECData@@QAEAAVH245_FECData_rfc2733@@XZ @26843 NONAME ??BH245_FECData@@QBEABVH245_FECData_rfc2733@@XZ @26844 NONAME ??BH245_FECData_rfc2733_pktMode@@QAEAAVH245_FECData_rfc2733_pktMode_rfc2733diffport@@XZ @43885 NONAME ??BH245_FECData_rfc2733_pktMode@@QAEAAVH245_FECData_rfc2733_pktMode_rfc2733sameport@@XZ @43886 NONAME ??BH245_FECData_rfc2733_pktMode@@QBEABVH245_FECData_rfc2733_pktMode_rfc2733diffport@@XZ @43887 NONAME ??BH245_FECData_rfc2733_pktMode@@QBEABVH245_FECData_rfc2733_pktMode_rfc2733sameport@@XZ @43888 NONAME ??BH245_FECMode_rfc2733Format@@QAEAAVH245_MaxRedundancy@@XZ @43889 NONAME ??BH245_FECMode_rfc2733Format@@QBEABVH245_MaxRedundancy@@XZ @43890 NONAME ??BH245_FlowControlCommand_scope@@QAEAAVH245_LogicalChannelNumber@@XZ @2806 NONAME ??BH245_FlowControlCommand_scope@@QBEABVH245_LogicalChannelNumber@@XZ @2807 NONAME ??BH245_FlowControlIndication_scope@@QAEAAVH245_LogicalChannelNumber@@XZ @16927 NONAME ??BH245_FlowControlIndication_scope@@QBEABVH245_LogicalChannelNumber@@XZ @16928 NONAME ??BH245_FunctionNotUnderstood@@QAEAAVH245_CommandMessage@@XZ @2808 NONAME ??BH245_FunctionNotUnderstood@@QAEAAVH245_RequestMessage@@XZ @2809 NONAME ??BH245_FunctionNotUnderstood@@QAEAAVH245_ResponseMessage@@XZ @2810 NONAME ??BH245_FunctionNotUnderstood@@QBEABVH245_CommandMessage@@XZ @2811 NONAME ??BH245_FunctionNotUnderstood@@QBEABVH245_RequestMessage@@XZ @2812 NONAME ??BH245_FunctionNotUnderstood@@QBEABVH245_ResponseMessage@@XZ @2813 NONAME ??BH245_H223AL1MParameters_arqType@@QAEAAVH245_H223AnnexCArqParameters@@XZ @2814 NONAME ??BH245_H223AL1MParameters_arqType@@QBEABVH245_H223AnnexCArqParameters@@XZ @2815 NONAME ??BH245_H223AL3MParameters_arqType@@QAEAAVH245_H223AnnexCArqParameters@@XZ @2816 NONAME ??BH245_H223AL3MParameters_arqType@@QBEABVH245_H223AnnexCArqParameters@@XZ @2817 NONAME ??BH245_H223Capability_h223MultiplexTableCapability@@QAEAAVH245_H223Capability_h223MultiplexTableCapability_enhanced@@XZ @2818 NONAME ??BH245_H223Capability_h223MultiplexTableCapability@@QBEABVH245_H223Capability_h223MultiplexTableCapability_enhanced@@XZ @2819 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QAEAAVH245_H223AL1MParameters@@XZ @2820 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QAEAAVH245_H223AL2MParameters@@XZ @2821 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QAEAAVH245_H223AL3MParameters@@XZ @2822 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QAEAAVH245_H223LogicalChannelParameters_adaptationLayerType_al3@@XZ @2823 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QAEAAVH245_NonStandardParameter@@XZ @2824 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QBEABVH245_H223AL1MParameters@@XZ @2825 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QBEABVH245_H223AL2MParameters@@XZ @2826 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QBEABVH245_H223AL3MParameters@@XZ @2827 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QBEABVH245_H223LogicalChannelParameters_adaptationLayerType_al3@@XZ @2828 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QBEABVH245_NonStandardParameter@@XZ @2829 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QAEAAVH245_H223AL1MParameters@@XZ @2830 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QAEAAVH245_H223AL2MParameters@@XZ @2831 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QAEAAVH245_H223AL3MParameters@@XZ @2832 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QAEAAVH245_H223ModeParameters_adaptationLayerType_al3@@XZ @2833 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QAEAAVH245_NonStandardParameter@@XZ @2834 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QBEABVH245_H223AL1MParameters@@XZ @2835 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QBEABVH245_H223AL2MParameters@@XZ @2836 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QBEABVH245_H223AL3MParameters@@XZ @2837 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QBEABVH245_H223ModeParameters_adaptationLayerType_al3@@XZ @2838 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QBEABVH245_NonStandardParameter@@XZ @2839 NONAME ??BH245_H223MultiplexReconfiguration@@QAEAAVH245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@XZ @2840 NONAME ??BH245_H223MultiplexReconfiguration@@QAEAAVH245_H223MultiplexReconfiguration_h223ModeChange@@XZ @2841 NONAME ??BH245_H223MultiplexReconfiguration@@QBEABVH245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@XZ @2842 NONAME ??BH245_H223MultiplexReconfiguration@@QBEABVH245_H223MultiplexReconfiguration_h223ModeChange@@XZ @2843 NONAME ??BH245_H2250LogicalChannelParameters_mediaPacketization@@QAEAAVH245_RTPPayloadType@@XZ @2844 NONAME ??BH245_H2250LogicalChannelParameters_mediaPacketization@@QBEABVH245_RTPPayloadType@@XZ @2845 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_AudioCapability@@XZ @2846 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_DataApplicationCapability@@XZ @2847 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_DepFECData@@XZ @43891 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_FECData@@XZ @26859 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_MultiplePayloadStream@@XZ @26860 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_NonStandardParameter@@XZ @2848 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_RedundancyEncoding@@XZ @26861 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_VideoCapability@@XZ @2849 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_AudioCapability@@XZ @2850 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_DataApplicationCapability@@XZ @2851 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_DepFECData@@XZ @43892 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_FECData@@XZ @26862 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_MultiplePayloadStream@@XZ @26863 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_NonStandardParameter@@XZ @2852 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_RedundancyEncoding@@XZ @26864 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_VideoCapability@@XZ @2853 NONAME ??BH245_H235Mode_mediaMode@@QAEAAVH245_AudioMode@@XZ @2854 NONAME ??BH245_H235Mode_mediaMode@@QAEAAVH245_DataMode@@XZ @2855 NONAME ??BH245_H235Mode_mediaMode@@QAEAAVH245_NonStandardParameter@@XZ @2856 NONAME ??BH245_H235Mode_mediaMode@@QAEAAVH245_VideoMode@@XZ @2857 NONAME ??BH245_H235Mode_mediaMode@@QBEABVH245_AudioMode@@XZ @2858 NONAME ??BH245_H235Mode_mediaMode@@QBEABVH245_DataMode@@XZ @2859 NONAME ??BH245_H235Mode_mediaMode@@QBEABVH245_NonStandardParameter@@XZ @2860 NONAME ??BH245_H235Mode_mediaMode@@QBEABVH245_VideoMode@@XZ @2861 NONAME ??BH245_IndicationMessage@@QAEAAVH245_ConferenceIndication@@XZ @2862 NONAME ??BH245_IndicationMessage@@QAEAAVH245_FlowControlIndication@@XZ @16929 NONAME ??BH245_IndicationMessage@@QAEAAVH245_FunctionNotSupported@@XZ @2863 NONAME ??BH245_IndicationMessage@@QAEAAVH245_FunctionNotUnderstood@@XZ @2864 NONAME ??BH245_IndicationMessage@@QAEAAVH245_GenericMessage@@XZ @43893 NONAME ??BH245_IndicationMessage@@QAEAAVH245_H223SkewIndication@@XZ @2865 NONAME ??BH245_IndicationMessage@@QAEAAVH245_H2250MaximumSkewIndication@@XZ @2866 NONAME ??BH245_IndicationMessage@@QAEAAVH245_JitterIndication@@XZ @2867 NONAME ??BH245_IndicationMessage@@QAEAAVH245_LogicalChannelRateRelease@@XZ @16930 NONAME ??BH245_IndicationMessage@@QAEAAVH245_MasterSlaveDeterminationRelease@@XZ @2868 NONAME ??BH245_IndicationMessage@@QAEAAVH245_MCLocationIndication@@XZ @2869 NONAME ??BH245_IndicationMessage@@QAEAAVH245_MiscellaneousIndication@@XZ @2870 NONAME ??BH245_IndicationMessage@@QAEAAVH245_MobileMultilinkReconfigurationIndication@@XZ @16931 NONAME ??BH245_IndicationMessage@@QAEAAVH245_MultilinkIndication@@XZ @16932 NONAME ??BH245_IndicationMessage@@QAEAAVH245_MultiplexEntrySendRelease@@XZ @2871 NONAME ??BH245_IndicationMessage@@QAEAAVH245_NewATMVCIndication@@XZ @2872 NONAME ??BH245_IndicationMessage@@QAEAAVH245_NonStandardMessage@@XZ @2873 NONAME ??BH245_IndicationMessage@@QAEAAVH245_OpenLogicalChannelConfirm@@XZ @2874 NONAME ??BH245_IndicationMessage@@QAEAAVH245_RequestChannelCloseRelease@@XZ @2875 NONAME ??BH245_IndicationMessage@@QAEAAVH245_RequestModeRelease@@XZ @2876 NONAME ??BH245_IndicationMessage@@QAEAAVH245_RequestMultiplexEntryRelease@@XZ @2877 NONAME ??BH245_IndicationMessage@@QAEAAVH245_TerminalCapabilitySetRelease@@XZ @2878 NONAME ??BH245_IndicationMessage@@QAEAAVH245_UserInputIndication@@XZ @2879 NONAME ??BH245_IndicationMessage@@QAEAAVH245_VendorIdentification@@XZ @2880 NONAME ??BH245_IndicationMessage@@QBEABVH245_ConferenceIndication@@XZ @2881 NONAME ??BH245_IndicationMessage@@QBEABVH245_FlowControlIndication@@XZ @16933 NONAME ??BH245_IndicationMessage@@QBEABVH245_FunctionNotSupported@@XZ @2882 NONAME ??BH245_IndicationMessage@@QBEABVH245_FunctionNotUnderstood@@XZ @2883 NONAME ??BH245_IndicationMessage@@QBEABVH245_GenericMessage@@XZ @43894 NONAME ??BH245_IndicationMessage@@QBEABVH245_H223SkewIndication@@XZ @2884 NONAME ??BH245_IndicationMessage@@QBEABVH245_H2250MaximumSkewIndication@@XZ @2885 NONAME ??BH245_IndicationMessage@@QBEABVH245_JitterIndication@@XZ @2886 NONAME ??BH245_IndicationMessage@@QBEABVH245_LogicalChannelRateRelease@@XZ @16934 NONAME ??BH245_IndicationMessage@@QBEABVH245_MasterSlaveDeterminationRelease@@XZ @2887 NONAME ??BH245_IndicationMessage@@QBEABVH245_MCLocationIndication@@XZ @2888 NONAME ??BH245_IndicationMessage@@QBEABVH245_MiscellaneousIndication@@XZ @2889 NONAME ??BH245_IndicationMessage@@QBEABVH245_MobileMultilinkReconfigurationIndication@@XZ @16935 NONAME ??BH245_IndicationMessage@@QBEABVH245_MultilinkIndication@@XZ @16936 NONAME ??BH245_IndicationMessage@@QBEABVH245_MultiplexEntrySendRelease@@XZ @2890 NONAME ??BH245_IndicationMessage@@QBEABVH245_NewATMVCIndication@@XZ @2891 NONAME ??BH245_IndicationMessage@@QBEABVH245_NonStandardMessage@@XZ @2892 NONAME ??BH245_IndicationMessage@@QBEABVH245_OpenLogicalChannelConfirm@@XZ @2893 NONAME ??BH245_IndicationMessage@@QBEABVH245_RequestChannelCloseRelease@@XZ @2894 NONAME ??BH245_IndicationMessage@@QBEABVH245_RequestModeRelease@@XZ @2895 NONAME ??BH245_IndicationMessage@@QBEABVH245_RequestMultiplexEntryRelease@@XZ @2896 NONAME ??BH245_IndicationMessage@@QBEABVH245_TerminalCapabilitySetRelease@@XZ @2897 NONAME ??BH245_IndicationMessage@@QBEABVH245_UserInputIndication@@XZ @2898 NONAME ??BH245_IndicationMessage@@QBEABVH245_VendorIdentification@@XZ @2899 NONAME ??BH245_JitterIndication_scope@@QAEAAVH245_LogicalChannelNumber@@XZ @2900 NONAME ??BH245_JitterIndication_scope@@QBEABVH245_LogicalChannelNumber@@XZ @2901 NONAME ??BH245_MaintenanceLoopAck_type@@QAEAAVH245_LogicalChannelNumber@@XZ @2902 NONAME ??BH245_MaintenanceLoopAck_type@@QBEABVH245_LogicalChannelNumber@@XZ @2903 NONAME ??BH245_MaintenanceLoopReject_type@@QAEAAVH245_LogicalChannelNumber@@XZ @2904 NONAME ??BH245_MaintenanceLoopReject_type@@QBEABVH245_LogicalChannelNumber@@XZ @2905 NONAME ??BH245_MaintenanceLoopRequest_type@@QAEAAVH245_LogicalChannelNumber@@XZ @2906 NONAME ??BH245_MaintenanceLoopRequest_type@@QBEABVH245_LogicalChannelNumber@@XZ @2907 NONAME ??BH245_MediaEncryptionAlgorithm@@QAEAAVH245_NonStandardParameter@@XZ @2908 NONAME ??BH245_MediaEncryptionAlgorithm@@QBEABVH245_NonStandardParameter@@XZ @2909 NONAME ??BH245_MediaTransportType@@QAEAAVH245_MediaTransportType_atm_AAL5_compressed@@XZ @16937 NONAME ??BH245_MediaTransportType@@QBEABVH245_MediaTransportType_atm_AAL5_compressed@@XZ @16938 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_ArrayOf_PictureReference@@XZ @16939 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_EncryptionSync@@XZ @2910 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_EncryptionUpdateRequest@@XZ @2911 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_encryptionUpdateAck@@XZ @43895 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_encryptionUpdateCommand@@XZ @43896 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_lostPartialPicture@@XZ @16940 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_progressiveRefinementStart@@XZ @2912 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_videoBadMBs@@XZ @16941 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_videoFastUpdateGOB@@XZ @2913 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_videoFastUpdateMB@@XZ @2914 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_ArrayOf_PictureReference@@XZ @16942 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_EncryptionSync@@XZ @2915 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_EncryptionUpdateRequest@@XZ @2916 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_encryptionUpdateAck@@XZ @43897 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_encryptionUpdateCommand@@XZ @43898 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_lostPartialPicture@@XZ @16943 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_progressiveRefinementStart@@XZ @2917 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_videoBadMBs@@XZ @16944 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_videoFastUpdateGOB@@XZ @2918 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_videoFastUpdateMB@@XZ @2919 NONAME ??BH245_MiscellaneousIndication_type@@QAEAAVH245_MiscellaneousIndication_type_videoNotDecodedMBs@@XZ @2920 NONAME ??BH245_MiscellaneousIndication_type@@QAEAAVH245_TransportCapability@@XZ @2921 NONAME ??BH245_MiscellaneousIndication_type@@QBEABVH245_MiscellaneousIndication_type_videoNotDecodedMBs@@XZ @2922 NONAME ??BH245_MiscellaneousIndication_type@@QBEABVH245_TransportCapability@@XZ @2923 NONAME ??BH245_ModeElementType@@QAEAAVH245_AudioMode@@XZ @26865 NONAME ??BH245_ModeElementType@@QAEAAVH245_DataMode@@XZ @26866 NONAME ??BH245_ModeElementType@@QAEAAVH245_DepFECMode@@XZ @43899 NONAME ??BH245_ModeElementType@@QAEAAVH245_EncryptionMode@@XZ @26867 NONAME ??BH245_ModeElementType@@QAEAAVH245_FECMode@@XZ @26868 NONAME ??BH245_ModeElementType@@QAEAAVH245_H235Mode@@XZ @26869 NONAME ??BH245_ModeElementType@@QAEAAVH245_MultiplePayloadStreamMode@@XZ @26870 NONAME ??BH245_ModeElementType@@QAEAAVH245_MultiplexedStreamParameter@@XZ @26871 NONAME ??BH245_ModeElementType@@QAEAAVH245_NonStandardParameter@@XZ @26872 NONAME ??BH245_ModeElementType@@QAEAAVH245_RedundancyEncodingDTMode@@XZ @26873 NONAME ??BH245_ModeElementType@@QAEAAVH245_VideoMode@@XZ @26874 NONAME ??BH245_ModeElementType@@QBEABVH245_AudioMode@@XZ @26875 NONAME ??BH245_ModeElementType@@QBEABVH245_DataMode@@XZ @26876 NONAME ??BH245_ModeElementType@@QBEABVH245_DepFECMode@@XZ @43900 NONAME ??BH245_ModeElementType@@QBEABVH245_EncryptionMode@@XZ @26877 NONAME ??BH245_ModeElementType@@QBEABVH245_FECMode@@XZ @26878 NONAME ??BH245_ModeElementType@@QBEABVH245_H235Mode@@XZ @26879 NONAME ??BH245_ModeElementType@@QBEABVH245_MultiplePayloadStreamMode@@XZ @26880 NONAME ??BH245_ModeElementType@@QBEABVH245_MultiplexedStreamParameter@@XZ @26881 NONAME ??BH245_ModeElementType@@QBEABVH245_NonStandardParameter@@XZ @26882 NONAME ??BH245_ModeElementType@@QBEABVH245_RedundancyEncodingDTMode@@XZ @26883 NONAME ??BH245_ModeElementType@@QBEABVH245_VideoMode@@XZ @26884 NONAME ??BH245_MulticastAddress@@QAEAAVH245_MulticastAddress_iP6Address@@XZ @2936 NONAME ??BH245_MulticastAddress@@QAEAAVH245_MulticastAddress_iPAddress@@XZ @2937 NONAME ??BH245_MulticastAddress@@QAEAAVH245_NonStandardParameter@@XZ @2938 NONAME ??BH245_MulticastAddress@@QBEABVH245_MulticastAddress_iP6Address@@XZ @2939 NONAME ??BH245_MulticastAddress@@QBEABVH245_MulticastAddress_iPAddress@@XZ @2940 NONAME ??BH245_MulticastAddress@@QBEABVH245_NonStandardParameter@@XZ @2941 NONAME ??BH245_MultilinkIndication@@QAEAAVH245_MultilinkIndication_crcDesired@@XZ @16947 NONAME ??BH245_MultilinkIndication@@QAEAAVH245_MultilinkIndication_excessiveError@@XZ @16948 NONAME ??BH245_MultilinkIndication@@QAEAAVH245_NonStandardMessage@@XZ @16949 NONAME ??BH245_MultilinkIndication@@QBEABVH245_MultilinkIndication_crcDesired@@XZ @16950 NONAME ??BH245_MultilinkIndication@@QBEABVH245_MultilinkIndication_excessiveError@@XZ @16951 NONAME ??BH245_MultilinkIndication@@QBEABVH245_NonStandardMessage@@XZ @16952 NONAME ??BH245_MultilinkRequest@@QAEAAVH245_MultilinkRequest_addConnection@@XZ @16953 NONAME ??BH245_MultilinkRequest@@QAEAAVH245_MultilinkRequest_callInformation@@XZ @16954 NONAME ??BH245_MultilinkRequest@@QAEAAVH245_MultilinkRequest_maximumHeaderInterval@@XZ @16955 NONAME ??BH245_MultilinkRequest@@QAEAAVH245_MultilinkRequest_removeConnection@@XZ @16956 NONAME ??BH245_MultilinkRequest@@QAEAAVH245_NonStandardMessage@@XZ @16957 NONAME ??BH245_MultilinkRequest@@QBEABVH245_MultilinkRequest_addConnection@@XZ @16958 NONAME ??BH245_MultilinkRequest@@QBEABVH245_MultilinkRequest_callInformation@@XZ @16959 NONAME ??BH245_MultilinkRequest@@QBEABVH245_MultilinkRequest_maximumHeaderInterval@@XZ @16960 NONAME ??BH245_MultilinkRequest@@QBEABVH245_MultilinkRequest_removeConnection@@XZ @16961 NONAME ??BH245_MultilinkRequest@@QBEABVH245_NonStandardMessage@@XZ @16962 NONAME ??BH245_MultilinkResponse@@QAEAAVH245_MultilinkResponse_addConnection@@XZ @16963 NONAME ??BH245_MultilinkResponse@@QAEAAVH245_MultilinkResponse_callInformation@@XZ @16964 NONAME ??BH245_MultilinkResponse@@QAEAAVH245_MultilinkResponse_maximumHeaderInterval@@XZ @16965 NONAME ??BH245_MultilinkResponse@@QAEAAVH245_MultilinkResponse_removeConnection@@XZ @16966 NONAME ??BH245_MultilinkResponse@@QAEAAVH245_NonStandardMessage@@XZ @16967 NONAME ??BH245_MultilinkResponse@@QBEABVH245_MultilinkResponse_addConnection@@XZ @16968 NONAME ??BH245_MultilinkResponse@@QBEABVH245_MultilinkResponse_callInformation@@XZ @16969 NONAME ??BH245_MultilinkResponse@@QBEABVH245_MultilinkResponse_maximumHeaderInterval@@XZ @16970 NONAME ??BH245_MultilinkResponse@@QBEABVH245_MultilinkResponse_removeConnection@@XZ @16971 NONAME ??BH245_MultilinkResponse@@QBEABVH245_NonStandardMessage@@XZ @16972 NONAME ??BH245_MultilinkResponse_addConnection_responseCode@@QAEAAVH245_MultilinkResponse_addConnection_responseCode_rejected@@XZ @16973 NONAME ??BH245_MultilinkResponse_addConnection_responseCode@@QBEABVH245_MultilinkResponse_addConnection_responseCode_rejected@@XZ @16974 NONAME ??BH245_MultimediaSystemControlMessage@@QAEAAVH245_CommandMessage@@XZ @2942 NONAME ??BH245_MultimediaSystemControlMessage@@QAEAAVH245_IndicationMessage@@XZ @2943 NONAME ??BH245_MultimediaSystemControlMessage@@QAEAAVH245_RequestMessage@@XZ @2944 NONAME ??BH245_MultimediaSystemControlMessage@@QAEAAVH245_ResponseMessage@@XZ @2945 NONAME ??BH245_MultimediaSystemControlMessage@@QBEABVH245_CommandMessage@@XZ @2946 NONAME ??BH245_MultimediaSystemControlMessage@@QBEABVH245_IndicationMessage@@XZ @2947 NONAME ??BH245_MultimediaSystemControlMessage@@QBEABVH245_RequestMessage@@XZ @2948 NONAME ??BH245_MultimediaSystemControlMessage@@QBEABVH245_ResponseMessage@@XZ @2949 NONAME ??BH245_MultiplexCapability@@QAEAAVH245_GenericCapability@@XZ @16975 NONAME ??BH245_MultiplexCapability@@QAEAAVH245_H222Capability@@XZ @2950 NONAME ??BH245_MultiplexCapability@@QAEAAVH245_H223Capability@@XZ @2951 NONAME ??BH245_MultiplexCapability@@QAEAAVH245_H2250Capability@@XZ @2952 NONAME ??BH245_MultiplexCapability@@QAEAAVH245_NonStandardParameter@@XZ @2953 NONAME ??BH245_MultiplexCapability@@QAEAAVH245_V76Capability@@XZ @2954 NONAME ??BH245_MultiplexCapability@@QBEABVH245_GenericCapability@@XZ @16976 NONAME ??BH245_MultiplexCapability@@QBEABVH245_H222Capability@@XZ @2955 NONAME ??BH245_MultiplexCapability@@QBEABVH245_H223Capability@@XZ @2956 NONAME ??BH245_MultiplexCapability@@QBEABVH245_H2250Capability@@XZ @2957 NONAME ??BH245_MultiplexCapability@@QBEABVH245_NonStandardParameter@@XZ @2958 NONAME ??BH245_MultiplexCapability@@QBEABVH245_V76Capability@@XZ @2959 NONAME ??BH245_MultiplexElement_type@@QAEAAVH245_ArrayOf_MultiplexElement@@XZ @2960 NONAME ??BH245_MultiplexElement_type@@QBEABVH245_ArrayOf_MultiplexElement@@XZ @2961 NONAME ??BH245_MultiplexFormat@@QAEAAVH245_H222Capability@@XZ @16977 NONAME ??BH245_MultiplexFormat@@QAEAAVH245_H223Capability@@XZ @16978 NONAME ??BH245_MultiplexFormat@@QAEAAVH245_NonStandardParameter@@XZ @16979 NONAME ??BH245_MultiplexFormat@@QBEABVH245_H222Capability@@XZ @16980 NONAME ??BH245_MultiplexFormat@@QBEABVH245_H223Capability@@XZ @16981 NONAME ??BH245_MultiplexFormat@@QBEABVH245_NonStandardParameter@@XZ @16982 NONAME ??BH245_NetworkAccessParameters_networkAddress@@QAEAAVH245_Q2931Address@@XZ @2962 NONAME ??BH245_NetworkAccessParameters_networkAddress@@QAEAAVH245_TransportAddress@@XZ @2963 NONAME ??BH245_NetworkAccessParameters_networkAddress@@QBEABVH245_Q2931Address@@XZ @2964 NONAME ??BH245_NetworkAccessParameters_networkAddress@@QBEABVH245_TransportAddress@@XZ @2965 NONAME ??BH245_NewATMVCCommand_aal@@QAEAAVH245_NewATMVCCommand_aal_aal1@@XZ @16983 NONAME ??BH245_NewATMVCCommand_aal@@QAEAAVH245_NewATMVCCommand_aal_aal5@@XZ @16984 NONAME ??BH245_NewATMVCCommand_aal@@QBEABVH245_NewATMVCCommand_aal_aal1@@XZ @16985 NONAME ??BH245_NewATMVCCommand_aal@@QBEABVH245_NewATMVCCommand_aal_aal5@@XZ @16986 NONAME ??BH245_NewATMVCIndication_aal@@QAEAAVH245_NewATMVCIndication_aal_aal1@@XZ @2966 NONAME ??BH245_NewATMVCIndication_aal@@QAEAAVH245_NewATMVCIndication_aal_aal5@@XZ @2967 NONAME ??BH245_NewATMVCIndication_aal@@QBEABVH245_NewATMVCIndication_aal_aal1@@XZ @2968 NONAME ??BH245_NewATMVCIndication_aal@@QBEABVH245_NewATMVCIndication_aal_aal5@@XZ @2969 NONAME ??BH245_NonStandardIdentifier@@QAEAAVH245_NonStandardIdentifier_h221NonStandard@@XZ @2970 NONAME ??BH245_NonStandardIdentifier@@QBEABVH245_NonStandardIdentifier_h221NonStandard@@XZ @2971 NONAME ??BH245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@QAEAAVH245_H2250LogicalChannelAckParameters@@XZ @2972 NONAME ??BH245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@QBEABVH245_H2250LogicalChannelAckParameters@@XZ @2973 NONAME ??BH245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H222LogicalChannelParameters@@XZ @2974 NONAME ??BH245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H2250LogicalChannelParameters@@XZ @2975 NONAME ??BH245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@QBEABVH245_H222LogicalChannelParameters@@XZ @2976 NONAME ??BH245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@QBEABVH245_H2250LogicalChannelParameters@@XZ @2977 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H222LogicalChannelParameters@@XZ @2978 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H223LogicalChannelParameters@@XZ @2979 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H2250LogicalChannelParameters@@XZ @2980 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QAEAAVH245_V76LogicalChannelParameters@@XZ @2981 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QBEABVH245_H222LogicalChannelParameters@@XZ @2982 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QBEABVH245_H223LogicalChannelParameters@@XZ @2983 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QBEABVH245_H2250LogicalChannelParameters@@XZ @2984 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QBEABVH245_V76LogicalChannelParameters@@XZ @2985 NONAME ??BH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H223LogicalChannelParameters@@XZ @2986 NONAME ??BH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H2250LogicalChannelParameters@@XZ @2987 NONAME ??BH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QAEAAVH245_V76LogicalChannelParameters@@XZ @2988 NONAME ??BH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QBEABVH245_H223LogicalChannelParameters@@XZ @2989 NONAME ??BH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QBEABVH245_H2250LogicalChannelParameters@@XZ @2990 NONAME ??BH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QBEABVH245_V76LogicalChannelParameters@@XZ @2991 NONAME ??BH245_ParameterIdentifier@@QAEAAVH245_NonStandardParameter@@XZ @16987 NONAME ??BH245_ParameterIdentifier@@QBEABVH245_NonStandardParameter@@XZ @16988 NONAME ??BH245_ParameterValue@@QAEAAVH245_ArrayOf_GenericParameter@@XZ @16989 NONAME ??BH245_ParameterValue@@QBEABVH245_ArrayOf_GenericParameter@@XZ @16990 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_AudioMode@@XZ @26885 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_DataMode@@XZ @26886 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_EncryptionMode@@XZ @26887 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_FECMode@@XZ @43901 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_H235Mode@@XZ @26888 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_NonStandardParameter@@XZ @26889 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_VideoMode@@XZ @26890 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_AudioMode@@XZ @26891 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_DataMode@@XZ @26892 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_EncryptionMode@@XZ @26893 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_FECMode@@XZ @43902 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_H235Mode@@XZ @26894 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_NonStandardParameter@@XZ @26895 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_VideoMode@@XZ @26896 NONAME ??BH245_RedundancyEncodingMethod@@QAEAAVH245_NonStandardParameter@@XZ @2992 NONAME ??BH245_RedundancyEncodingMethod@@QAEAAVH245_RTPH263VideoRedundancyEncoding@@XZ @2993 NONAME ??BH245_RedundancyEncodingMethod@@QBEABVH245_NonStandardParameter@@XZ @2994 NONAME ??BH245_RedundancyEncodingMethod@@QBEABVH245_RTPH263VideoRedundancyEncoding@@XZ @2995 NONAME ??BH245_RedundancyEncodingMode_secondaryEncoding@@QAEAAVH245_AudioMode@@XZ @2996 NONAME ??BH245_RedundancyEncodingMode_secondaryEncoding@@QAEAAVH245_NonStandardParameter@@XZ @2997 NONAME ??BH245_RedundancyEncodingMode_secondaryEncoding@@QBEABVH245_AudioMode@@XZ @2998 NONAME ??BH245_RedundancyEncodingMode_secondaryEncoding@@QBEABVH245_NonStandardParameter@@XZ @2999 NONAME ??BH245_RemoteMCResponse@@QAEAAVH245_RemoteMCResponse_reject@@XZ @3000 NONAME ??BH245_RemoteMCResponse@@QBEABVH245_RemoteMCResponse_reject@@XZ @3001 NONAME ??BH245_RequestMessage@@QAEAAVH245_CloseLogicalChannel@@XZ @3002 NONAME ??BH245_RequestMessage@@QAEAAVH245_CommunicationModeRequest@@XZ @3003 NONAME ??BH245_RequestMessage@@QAEAAVH245_ConferenceRequest@@XZ @3004 NONAME ??BH245_RequestMessage@@QAEAAVH245_GenericMessage@@XZ @43903 NONAME ??BH245_RequestMessage@@QAEAAVH245_LogicalChannelRateRequest@@XZ @16991 NONAME ??BH245_RequestMessage@@QAEAAVH245_MaintenanceLoopRequest@@XZ @3005 NONAME ??BH245_RequestMessage@@QAEAAVH245_MasterSlaveDetermination@@XZ @3006 NONAME ??BH245_RequestMessage@@QAEAAVH245_MultilinkRequest@@XZ @16992 NONAME ??BH245_RequestMessage@@QAEAAVH245_MultiplexEntrySend@@XZ @3007 NONAME ??BH245_RequestMessage@@QAEAAVH245_NonStandardMessage@@XZ @3008 NONAME ??BH245_RequestMessage@@QAEAAVH245_OpenLogicalChannel@@XZ @3009 NONAME ??BH245_RequestMessage@@QAEAAVH245_RequestChannelClose@@XZ @3010 NONAME ??BH245_RequestMessage@@QAEAAVH245_RequestMode@@XZ @3011 NONAME ??BH245_RequestMessage@@QAEAAVH245_RequestMultiplexEntry@@XZ @3012 NONAME ??BH245_RequestMessage@@QAEAAVH245_RoundTripDelayRequest@@XZ @3013 NONAME ??BH245_RequestMessage@@QAEAAVH245_TerminalCapabilitySet@@XZ @3014 NONAME ??BH245_RequestMessage@@QBEABVH245_CloseLogicalChannel@@XZ @3015 NONAME ??BH245_RequestMessage@@QBEABVH245_CommunicationModeRequest@@XZ @3016 NONAME ??BH245_RequestMessage@@QBEABVH245_ConferenceRequest@@XZ @3017 NONAME ??BH245_RequestMessage@@QBEABVH245_GenericMessage@@XZ @43904 NONAME ??BH245_RequestMessage@@QBEABVH245_LogicalChannelRateRequest@@XZ @16993 NONAME ??BH245_RequestMessage@@QBEABVH245_MaintenanceLoopRequest@@XZ @3018 NONAME ??BH245_RequestMessage@@QBEABVH245_MasterSlaveDetermination@@XZ @3019 NONAME ??BH245_RequestMessage@@QBEABVH245_MultilinkRequest@@XZ @16994 NONAME ??BH245_RequestMessage@@QBEABVH245_MultiplexEntrySend@@XZ @3020 NONAME ??BH245_RequestMessage@@QBEABVH245_NonStandardMessage@@XZ @3021 NONAME ??BH245_RequestMessage@@QBEABVH245_OpenLogicalChannel@@XZ @3022 NONAME ??BH245_RequestMessage@@QBEABVH245_RequestChannelClose@@XZ @3023 NONAME ??BH245_RequestMessage@@QBEABVH245_RequestMode@@XZ @3024 NONAME ??BH245_RequestMessage@@QBEABVH245_RequestMultiplexEntry@@XZ @3025 NONAME ??BH245_RequestMessage@@QBEABVH245_RoundTripDelayRequest@@XZ @3026 NONAME ??BH245_RequestMessage@@QBEABVH245_TerminalCapabilitySet@@XZ @3027 NONAME ??BH245_ResponseMessage@@QAEAAVH245_CloseLogicalChannelAck@@XZ @3028 NONAME ??BH245_ResponseMessage@@QAEAAVH245_CommunicationModeResponse@@XZ @3029 NONAME ??BH245_ResponseMessage@@QAEAAVH245_ConferenceResponse@@XZ @3030 NONAME ??BH245_ResponseMessage@@QAEAAVH245_GenericMessage@@XZ @43905 NONAME ??BH245_ResponseMessage@@QAEAAVH245_LogicalChannelRateAcknowledge@@XZ @16995 NONAME ??BH245_ResponseMessage@@QAEAAVH245_LogicalChannelRateReject@@XZ @16996 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MaintenanceLoopAck@@XZ @3031 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MaintenanceLoopReject@@XZ @3032 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MasterSlaveDeterminationAck@@XZ @3033 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MasterSlaveDeterminationReject@@XZ @3034 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MultilinkResponse@@XZ @16997 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MultiplexEntrySendAck@@XZ @3035 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MultiplexEntrySendReject@@XZ @3036 NONAME ??BH245_ResponseMessage@@QAEAAVH245_NonStandardMessage@@XZ @3037 NONAME ??BH245_ResponseMessage@@QAEAAVH245_OpenLogicalChannelAck@@XZ @3038 NONAME ??BH245_ResponseMessage@@QAEAAVH245_OpenLogicalChannelReject@@XZ @3039 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RequestChannelCloseAck@@XZ @3040 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RequestChannelCloseReject@@XZ @3041 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RequestModeAck@@XZ @3042 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RequestModeReject@@XZ @3043 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RequestMultiplexEntryAck@@XZ @3044 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RequestMultiplexEntryReject@@XZ @3045 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RoundTripDelayResponse@@XZ @3046 NONAME ??BH245_ResponseMessage@@QAEAAVH245_TerminalCapabilitySetAck@@XZ @3047 NONAME ??BH245_ResponseMessage@@QAEAAVH245_TerminalCapabilitySetReject@@XZ @3048 NONAME ??BH245_ResponseMessage@@QBEABVH245_CloseLogicalChannelAck@@XZ @3049 NONAME ??BH245_ResponseMessage@@QBEABVH245_CommunicationModeResponse@@XZ @3050 NONAME ??BH245_ResponseMessage@@QBEABVH245_ConferenceResponse@@XZ @3051 NONAME ??BH245_ResponseMessage@@QBEABVH245_GenericMessage@@XZ @43906 NONAME ??BH245_ResponseMessage@@QBEABVH245_LogicalChannelRateAcknowledge@@XZ @16998 NONAME ??BH245_ResponseMessage@@QBEABVH245_LogicalChannelRateReject@@XZ @16999 NONAME ??BH245_ResponseMessage@@QBEABVH245_MaintenanceLoopAck@@XZ @3052 NONAME ??BH245_ResponseMessage@@QBEABVH245_MaintenanceLoopReject@@XZ @3053 NONAME ??BH245_ResponseMessage@@QBEABVH245_MasterSlaveDeterminationAck@@XZ @3054 NONAME ??BH245_ResponseMessage@@QBEABVH245_MasterSlaveDeterminationReject@@XZ @3055 NONAME ??BH245_ResponseMessage@@QBEABVH245_MultilinkResponse@@XZ @17000 NONAME ??BH245_ResponseMessage@@QBEABVH245_MultiplexEntrySendAck@@XZ @3056 NONAME ??BH245_ResponseMessage@@QBEABVH245_MultiplexEntrySendReject@@XZ @3057 NONAME ??BH245_ResponseMessage@@QBEABVH245_NonStandardMessage@@XZ @3058 NONAME ??BH245_ResponseMessage@@QBEABVH245_OpenLogicalChannelAck@@XZ @3059 NONAME ??BH245_ResponseMessage@@QBEABVH245_OpenLogicalChannelReject@@XZ @3060 NONAME ??BH245_ResponseMessage@@QBEABVH245_RequestChannelCloseAck@@XZ @3061 NONAME ??BH245_ResponseMessage@@QBEABVH245_RequestChannelCloseReject@@XZ @3062 NONAME ??BH245_ResponseMessage@@QBEABVH245_RequestModeAck@@XZ @3063 NONAME ??BH245_ResponseMessage@@QBEABVH245_RequestModeReject@@XZ @3064 NONAME ??BH245_ResponseMessage@@QBEABVH245_RequestMultiplexEntryAck@@XZ @3065 NONAME ??BH245_ResponseMessage@@QBEABVH245_RequestMultiplexEntryReject@@XZ @3066 NONAME ??BH245_ResponseMessage@@QBEABVH245_RoundTripDelayResponse@@XZ @3067 NONAME ??BH245_ResponseMessage@@QBEABVH245_TerminalCapabilitySetAck@@XZ @3068 NONAME ??BH245_ResponseMessage@@QBEABVH245_TerminalCapabilitySetReject@@XZ @3069 NONAME ??BH245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@QAEAAVH245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@XZ @3070 NONAME ??BH245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@QBEABVH245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@XZ @3071 NONAME ??BH245_RTPPayloadType_payloadDescriptor@@QAEAAVH245_NonStandardParameter@@XZ @3072 NONAME ??BH245_RTPPayloadType_payloadDescriptor@@QBEABVH245_NonStandardParameter@@XZ @3073 NONAME ??BH245_SendTerminalCapabilitySet@@QAEAAVH245_SendTerminalCapabilitySet_specificRequest@@XZ @3074 NONAME ??BH245_SendTerminalCapabilitySet@@QBEABVH245_SendTerminalCapabilitySet_specificRequest@@XZ @3075 NONAME ??BH245_T84Profile@@QAEAAVH245_T84Profile_t84Restricted@@XZ @3076 NONAME ??BH245_T84Profile@@QBEABVH245_T84Profile_t84Restricted@@XZ @3077 NONAME ??BH245_TerminalCapabilitySetReject_cause@@QAEAAVH245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@XZ @3078 NONAME ??BH245_TerminalCapabilitySetReject_cause@@QBEABVH245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@XZ @3079 NONAME ??BH245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@QAEAAVH245_CapabilityTableEntryNumber@@XZ @3080 NONAME ??BH245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@QBEABVH245_CapabilityTableEntryNumber@@XZ @3081 NONAME ??BH245_TransportAddress@@QAEAAVH245_MulticastAddress@@XZ @3082 NONAME ??BH245_TransportAddress@@QAEAAVH245_UnicastAddress@@XZ @3083 NONAME ??BH245_TransportAddress@@QBEABVH245_MulticastAddress@@XZ @3084 NONAME ??BH245_TransportAddress@@QBEABVH245_UnicastAddress@@XZ @3085 NONAME ??BH245_UnicastAddress@@QAEAAVH245_NonStandardParameter@@XZ @3086 NONAME ??BH245_UnicastAddress@@QAEAAVH245_UnicastAddress_iP6Address@@XZ @3087 NONAME ??BH245_UnicastAddress@@QAEAAVH245_UnicastAddress_iPAddress@@XZ @3088 NONAME ??BH245_UnicastAddress@@QAEAAVH245_UnicastAddress_iPSourceRouteAddress@@XZ @3089 NONAME ??BH245_UnicastAddress@@QAEAAVH245_UnicastAddress_iPXAddress@@XZ @3090 NONAME ??BH245_UnicastAddress@@QBEABVH245_NonStandardParameter@@XZ @3091 NONAME ??BH245_UnicastAddress@@QBEABVH245_UnicastAddress_iP6Address@@XZ @3092 NONAME ??BH245_UnicastAddress@@QBEABVH245_UnicastAddress_iPAddress@@XZ @3093 NONAME ??BH245_UnicastAddress@@QBEABVH245_UnicastAddress_iPSourceRouteAddress@@XZ @3094 NONAME ??BH245_UnicastAddress@@QBEABVH245_UnicastAddress_iPXAddress@@XZ @3095 NONAME ??BH245_UserInputCapability@@QAEAAVH245_ArrayOf_NonStandardParameter@@XZ @3096 NONAME ??BH245_UserInputCapability@@QBEABVH245_ArrayOf_NonStandardParameter@@XZ @3097 NONAME ??BH245_UserInputIndication@@QAEAAVH245_NonStandardParameter@@XZ @3098 NONAME ??BH245_UserInputIndication@@QAEAAVH245_UserInputIndication_encryptedAlphanumeric@@XZ @43907 NONAME ??BH245_UserInputIndication@@QAEAAVH245_UserInputIndication_extendedAlphanumeric@@XZ @17001 NONAME ??BH245_UserInputIndication@@QAEAAVH245_UserInputIndication_signal@@XZ @3099 NONAME ??BH245_UserInputIndication@@QAEAAVH245_UserInputIndication_signalUpdate@@XZ @3100 NONAME ??BH245_UserInputIndication@@QAEAAVH245_UserInputIndication_userInputSupportIndication@@XZ @3101 NONAME ??BH245_UserInputIndication@@QBEABVH245_NonStandardParameter@@XZ @3102 NONAME ??BH245_UserInputIndication@@QBEABVH245_UserInputIndication_encryptedAlphanumeric@@XZ @43908 NONAME ??BH245_UserInputIndication@@QBEABVH245_UserInputIndication_extendedAlphanumeric@@XZ @17002 NONAME ??BH245_UserInputIndication@@QBEABVH245_UserInputIndication_signal@@XZ @3103 NONAME ??BH245_UserInputIndication@@QBEABVH245_UserInputIndication_signalUpdate@@XZ @3104 NONAME ??BH245_UserInputIndication@@QBEABVH245_UserInputIndication_userInputSupportIndication@@XZ @3105 NONAME ??BH245_UserInputIndication_userInputSupportIndication@@QAEAAVH245_NonStandardParameter@@XZ @3106 NONAME ??BH245_UserInputIndication_userInputSupportIndication@@QBEABVH245_NonStandardParameter@@XZ @3107 NONAME ??BH245_V76LogicalChannelParameters_mode@@QAEAAVH245_V76LogicalChannelParameters_mode_eRM@@XZ @3108 NONAME ??BH245_V76LogicalChannelParameters_mode@@QBEABVH245_V76LogicalChannelParameters_mode_eRM@@XZ @3109 NONAME ??BH245_VCCapability_availableBitRates_type@@QAEAAVH245_VCCapability_availableBitRates_type_rangeOfBitRates@@XZ @3110 NONAME ??BH245_VCCapability_availableBitRates_type@@QBEABVH245_VCCapability_availableBitRates_type_rangeOfBitRates@@XZ @3111 NONAME ??BH245_VideoCapability@@QAEAAVH245_ExtendedVideoCapability@@XZ @43909 NONAME ??BH245_VideoCapability@@QAEAAVH245_GenericCapability@@XZ @17003 NONAME ??BH245_VideoCapability@@QAEAAVH245_H261VideoCapability@@XZ @3112 NONAME ??BH245_VideoCapability@@QAEAAVH245_H262VideoCapability@@XZ @3113 NONAME ??BH245_VideoCapability@@QAEAAVH245_H263VideoCapability@@XZ @3114 NONAME ??BH245_VideoCapability@@QAEAAVH245_IS11172VideoCapability@@XZ @3115 NONAME ??BH245_VideoCapability@@QAEAAVH245_NonStandardParameter@@XZ @3116 NONAME ??BH245_VideoCapability@@QBEABVH245_ExtendedVideoCapability@@XZ @43910 NONAME ??BH245_VideoCapability@@QBEABVH245_GenericCapability@@XZ @17004 NONAME ??BH245_VideoCapability@@QBEABVH245_H261VideoCapability@@XZ @3117 NONAME ??BH245_VideoCapability@@QBEABVH245_H262VideoCapability@@XZ @3118 NONAME ??BH245_VideoCapability@@QBEABVH245_H263VideoCapability@@XZ @3119 NONAME ??BH245_VideoCapability@@QBEABVH245_IS11172VideoCapability@@XZ @3120 NONAME ??BH245_VideoCapability@@QBEABVH245_NonStandardParameter@@XZ @3121 NONAME ??BH245_VideoMode@@QAEAAVH245_GenericCapability@@XZ @17005 NONAME ??BH245_VideoMode@@QAEAAVH245_H261VideoMode@@XZ @3122 NONAME ??BH245_VideoMode@@QAEAAVH245_H262VideoMode@@XZ @3123 NONAME ??BH245_VideoMode@@QAEAAVH245_H263VideoMode@@XZ @3124 NONAME ??BH245_VideoMode@@QAEAAVH245_IS11172VideoMode@@XZ @3125 NONAME ??BH245_VideoMode@@QAEAAVH245_NonStandardParameter@@XZ @3126 NONAME ??BH245_VideoMode@@QBEABVH245_GenericCapability@@XZ @17006 NONAME ??BH245_VideoMode@@QBEABVH245_H261VideoMode@@XZ @3127 NONAME ??BH245_VideoMode@@QBEABVH245_H262VideoMode@@XZ @3128 NONAME ??BH245_VideoMode@@QBEABVH245_H263VideoMode@@XZ @3129 NONAME ??BH245_VideoMode@@QBEABVH245_IS11172VideoMode@@XZ @3130 NONAME ??BH245_VideoMode@@QBEABVH245_NonStandardParameter@@XZ @3131 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_AuditDescriptor@@XZ @22082 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_DigitMapDescriptor@@XZ @22083 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_EventBufferDescriptor@@XZ @22084 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_EventsDescriptor@@XZ @22085 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_MediaDescriptor@@XZ @22086 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_ModemDescriptor@@XZ @22087 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_MuxDescriptor@@XZ @22088 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_SignalsDescriptor@@XZ @22089 NONAME ??BH248_AmmDescriptor@@QBEABVH248_AuditDescriptor@@XZ @22090 NONAME ??BH248_AmmDescriptor@@QBEABVH248_DigitMapDescriptor@@XZ @22091 NONAME ??BH248_AmmDescriptor@@QBEABVH248_EventBufferDescriptor@@XZ @22092 NONAME ??BH248_AmmDescriptor@@QBEABVH248_EventsDescriptor@@XZ @22093 NONAME ??BH248_AmmDescriptor@@QBEABVH248_MediaDescriptor@@XZ @22094 NONAME ??BH248_AmmDescriptor@@QBEABVH248_ModemDescriptor@@XZ @22095 NONAME ??BH248_AmmDescriptor@@QBEABVH248_MuxDescriptor@@XZ @22096 NONAME ??BH248_AmmDescriptor@@QBEABVH248_SignalsDescriptor@@XZ @22097 NONAME ??BH248_AuditReply@@QAEAAVH248_AuditResult@@XZ @22098 NONAME ??BH248_AuditReply@@QAEAAVH248_ErrorDescriptor@@XZ @22099 NONAME ??BH248_AuditReply@@QAEAAVH248_TerminationIDList@@XZ @22100 NONAME ??BH248_AuditReply@@QBEABVH248_AuditResult@@XZ @22101 NONAME ??BH248_AuditReply@@QBEABVH248_ErrorDescriptor@@XZ @22102 NONAME ??BH248_AuditReply@@QBEABVH248_TerminationIDList@@XZ @22103 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_AuditDescriptor@@XZ @22104 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_DigitMapDescriptor@@XZ @22105 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_ErrorDescriptor@@XZ @22106 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_EventBufferDescriptor@@XZ @22107 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_EventsDescriptor@@XZ @22108 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_MediaDescriptor@@XZ @22109 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_ModemDescriptor@@XZ @22110 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_MuxDescriptor@@XZ @22111 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_ObservedEventsDescriptor@@XZ @22112 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_PackagesDescriptor@@XZ @22113 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_SignalsDescriptor@@XZ @22114 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_StatisticsDescriptor@@XZ @22115 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_AuditDescriptor@@XZ @22116 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_DigitMapDescriptor@@XZ @22117 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_ErrorDescriptor@@XZ @22118 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_EventBufferDescriptor@@XZ @22119 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_EventsDescriptor@@XZ @22120 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_MediaDescriptor@@XZ @22121 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_ModemDescriptor@@XZ @22122 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_MuxDescriptor@@XZ @22123 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_ObservedEventsDescriptor@@XZ @22124 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_PackagesDescriptor@@XZ @22125 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_SignalsDescriptor@@XZ @22126 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_StatisticsDescriptor@@XZ @22127 NONAME ??BH248_Command@@QAEAAVH248_AmmRequest@@XZ @22128 NONAME ??BH248_Command@@QAEAAVH248_AuditRequest@@XZ @22129 NONAME ??BH248_Command@@QAEAAVH248_NotifyRequest@@XZ @22130 NONAME ??BH248_Command@@QAEAAVH248_ServiceChangeRequest@@XZ @22131 NONAME ??BH248_Command@@QAEAAVH248_SubtractRequest@@XZ @22132 NONAME ??BH248_Command@@QBEABVH248_AmmRequest@@XZ @22133 NONAME ??BH248_Command@@QBEABVH248_AuditRequest@@XZ @22134 NONAME ??BH248_Command@@QBEABVH248_NotifyRequest@@XZ @22135 NONAME ??BH248_Command@@QBEABVH248_ServiceChangeRequest@@XZ @22136 NONAME ??BH248_Command@@QBEABVH248_SubtractRequest@@XZ @22137 NONAME ??BH248_CommandReply@@QAEAAVH248_AmmsReply@@XZ @22138 NONAME ??BH248_CommandReply@@QAEAAVH248_AuditReply@@XZ @22139 NONAME ??BH248_CommandReply@@QAEAAVH248_NotifyReply@@XZ @22140 NONAME ??BH248_CommandReply@@QAEAAVH248_ServiceChangeReply@@XZ @22141 NONAME ??BH248_CommandReply@@QBEABVH248_AmmsReply@@XZ @22142 NONAME ??BH248_CommandReply@@QBEABVH248_AuditReply@@XZ @22143 NONAME ??BH248_CommandReply@@QBEABVH248_NotifyReply@@XZ @22144 NONAME ??BH248_CommandReply@@QBEABVH248_ServiceChangeReply@@XZ @22145 NONAME ??BH248_EventDM@@QAEAAVH248_DigitMapName@@XZ @22146 NONAME ??BH248_EventDM@@QAEAAVH248_DigitMapValue@@XZ @22147 NONAME ??BH248_EventDM@@QBEABVH248_DigitMapName@@XZ @22148 NONAME ??BH248_EventDM@@QBEABVH248_DigitMapValue@@XZ @22149 NONAME ??BH248_EventParameter_extraInfo@@QAEAAVH248_Relation@@XZ @22150 NONAME ??BH248_EventParameter_extraInfo@@QBEABVH248_Relation@@XZ @22151 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudDigitMapDescriptor@@XZ @22152 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudEventBufferDescriptor@@XZ @22153 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudEventsDescriptor@@XZ @22154 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudMediaDescriptor@@XZ @22155 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudPackagesDescriptor@@XZ @22156 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudSignalsDescriptor@@XZ @22157 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudStatisticsDescriptor@@XZ @22158 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudDigitMapDescriptor@@XZ @22159 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudEventBufferDescriptor@@XZ @22160 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudEventsDescriptor@@XZ @22161 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudMediaDescriptor@@XZ @22162 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudPackagesDescriptor@@XZ @22163 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudSignalsDescriptor@@XZ @22164 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudStatisticsDescriptor@@XZ @22165 NONAME ??BH248_IndAudMediaDescriptor_streams@@QAEAAVH248_ArrayOf_IndAudStreamDescriptor@@XZ @22166 NONAME ??BH248_IndAudMediaDescriptor_streams@@QAEAAVH248_IndAudStreamParms@@XZ @22167 NONAME ??BH248_IndAudMediaDescriptor_streams@@QBEABVH248_ArrayOf_IndAudStreamDescriptor@@XZ @22168 NONAME ??BH248_IndAudMediaDescriptor_streams@@QBEABVH248_IndAudStreamParms@@XZ @22169 NONAME ??BH248_IndAudSignalsDescriptor@@QAEAAVH248_IndAudSeqSigList@@XZ @22170 NONAME ??BH248_IndAudSignalsDescriptor@@QAEAAVH248_IndAudSignal@@XZ @22171 NONAME ??BH248_IndAudSignalsDescriptor@@QBEABVH248_IndAudSeqSigList@@XZ @22172 NONAME ??BH248_IndAudSignalsDescriptor@@QBEABVH248_IndAudSignal@@XZ @22173 NONAME ??BH248_MediaDescriptor_streams@@QAEAAVH248_ArrayOf_StreamDescriptor@@XZ @22174 NONAME ??BH248_MediaDescriptor_streams@@QAEAAVH248_StreamParms@@XZ @22175 NONAME ??BH248_MediaDescriptor_streams@@QBEABVH248_ArrayOf_StreamDescriptor@@XZ @22176 NONAME ??BH248_MediaDescriptor_streams@@QBEABVH248_StreamParms@@XZ @22177 NONAME ??BH248_Message_messageBody@@QAEAAVH248_ArrayOf_Transaction@@XZ @22178 NONAME ??BH248_Message_messageBody@@QAEAAVH248_ErrorDescriptor@@XZ @22179 NONAME ??BH248_Message_messageBody@@QBEABVH248_ArrayOf_Transaction@@XZ @22180 NONAME ??BH248_Message_messageBody@@QBEABVH248_ErrorDescriptor@@XZ @22181 NONAME ??BH248_MId@@QAEAAVH248_DomainName@@XZ @22182 NONAME ??BH248_MId@@QAEAAVH248_IP4Address@@XZ @22183 NONAME ??BH248_MId@@QAEAAVH248_IP6Address@@XZ @22184 NONAME ??BH248_MId@@QAEAAVH248_PathName@@XZ @22185 NONAME ??BH248_MId@@QBEABVH248_DomainName@@XZ @22186 NONAME ??BH248_MId@@QBEABVH248_IP4Address@@XZ @22187 NONAME ??BH248_MId@@QBEABVH248_IP6Address@@XZ @22188 NONAME ??BH248_MId@@QBEABVH248_PathName@@XZ @22189 NONAME ??BH248_NonStandardIdentifier@@QAEAAVH248_H221NonStandard@@XZ @22190 NONAME ??BH248_NonStandardIdentifier@@QBEABVH248_H221NonStandard@@XZ @22191 NONAME ??BH248_PropertyParm_extraInfo@@QAEAAVH248_Relation@@XZ @22192 NONAME ??BH248_PropertyParm_extraInfo@@QBEABVH248_Relation@@XZ @22193 NONAME ??BH248_ServiceChangeAddress@@QAEAAVH248_DomainName@@XZ @22194 NONAME ??BH248_ServiceChangeAddress@@QAEAAVH248_IP4Address@@XZ @22195 NONAME ??BH248_ServiceChangeAddress@@QAEAAVH248_IP6Address@@XZ @22196 NONAME ??BH248_ServiceChangeAddress@@QAEAAVH248_PathName@@XZ @22197 NONAME ??BH248_ServiceChangeAddress@@QBEABVH248_DomainName@@XZ @22198 NONAME ??BH248_ServiceChangeAddress@@QBEABVH248_IP4Address@@XZ @22199 NONAME ??BH248_ServiceChangeAddress@@QBEABVH248_IP6Address@@XZ @22200 NONAME ??BH248_ServiceChangeAddress@@QBEABVH248_PathName@@XZ @22201 NONAME ??BH248_ServiceChangeResult@@QAEAAVH248_ErrorDescriptor@@XZ @22202 NONAME ??BH248_ServiceChangeResult@@QAEAAVH248_ServiceChangeResParm@@XZ @22203 NONAME ??BH248_ServiceChangeResult@@QBEABVH248_ErrorDescriptor@@XZ @22204 NONAME ??BH248_ServiceChangeResult@@QBEABVH248_ServiceChangeResParm@@XZ @22205 NONAME ??BH248_SignalRequest@@QAEAAVH248_SeqSigList@@XZ @22206 NONAME ??BH248_SignalRequest@@QAEAAVH248_Signal@@XZ @22207 NONAME ??BH248_SignalRequest@@QBEABVH248_SeqSigList@@XZ @22208 NONAME ??BH248_SignalRequest@@QBEABVH248_Signal@@XZ @22209 NONAME ??BH248_SigParameter_extraInfo@@QAEAAVH248_Relation@@XZ @22210 NONAME ??BH248_SigParameter_extraInfo@@QBEABVH248_Relation@@XZ @22211 NONAME ??BH248_Transaction@@QAEAAVH248_TransactionPending@@XZ @22212 NONAME ??BH248_Transaction@@QAEAAVH248_TransactionReply@@XZ @22213 NONAME ??BH248_Transaction@@QAEAAVH248_TransactionRequest@@XZ @22214 NONAME ??BH248_Transaction@@QAEAAVH248_TransactionResponseAck@@XZ @22215 NONAME ??BH248_Transaction@@QBEABVH248_TransactionPending@@XZ @22216 NONAME ??BH248_Transaction@@QBEABVH248_TransactionReply@@XZ @22217 NONAME ??BH248_Transaction@@QBEABVH248_TransactionRequest@@XZ @22218 NONAME ??BH248_Transaction@@QBEABVH248_TransactionResponseAck@@XZ @22219 NONAME ??BH248_TransactionReply_transactionResult@@QAEAAVH248_ArrayOf_ActionReply@@XZ @22220 NONAME ??BH248_TransactionReply_transactionResult@@QAEAAVH248_ErrorDescriptor@@XZ @22221 NONAME ??BH248_TransactionReply_transactionResult@@QBEABVH248_ArrayOf_ActionReply@@XZ @22222 NONAME ??BH248_TransactionReply_transactionResult@@QBEABVH248_ErrorDescriptor@@XZ @22223 NONAME ??BH323ChannelNumber@@QBEIXZ @39689 NONAME ??BH4501_PartySubaddress@@QAEAAVH4501_NSAPSubaddress@@XZ @14314 NONAME ??BH4501_PartySubaddress@@QAEAAVH4501_UserSpecifiedSubaddress@@XZ @14315 NONAME ??BH4501_PartySubaddress@@QBEABVH4501_NSAPSubaddress@@XZ @14316 NONAME ??BH4501_PartySubaddress@@QBEABVH4501_UserSpecifiedSubaddress@@XZ @14317 NONAME ??BH4501_PresentedAddressScreened@@QAEAAVH4501_AddressScreened@@XZ @14318 NONAME ??BH4501_PresentedAddressScreened@@QBEABVH4501_AddressScreened@@XZ @14319 NONAME ??BH4501_PresentedAddressUnscreened@@QAEAAVH4501_Address@@XZ @14320 NONAME ??BH4501_PresentedAddressUnscreened@@QBEABVH4501_Address@@XZ @14321 NONAME ??BH4501_PresentedNumberScreened@@QAEAAVH4501_NumberScreened@@XZ @14322 NONAME ??BH4501_PresentedNumberScreened@@QBEABVH4501_NumberScreened@@XZ @14323 NONAME ??BH4501_PresentedNumberUnscreened@@QAEAAVH225_PartyNumber@@XZ @14324 NONAME ??BH4501_PresentedNumberUnscreened@@QBEABVH225_PartyNumber@@XZ @14325 NONAME ??BH4501_ServiceApdus@@QAEAAVH4501_ArrayOf_ROS@@XZ @14326 NONAME ??BH4501_ServiceApdus@@QBEABVH4501_ArrayOf_ROS@@XZ @14327 NONAME ??BH4502_CTActiveArg_argumentExtension@@QAEAAVH225_NonStandardParameter@@XZ @14328 NONAME ??BH4502_CTActiveArg_argumentExtension@@QAEAAVH4502_ExtensionSeq@@XZ @14329 NONAME ??BH4502_CTActiveArg_argumentExtension@@QBEABVH225_NonStandardParameter@@XZ @14330 NONAME ??BH4502_CTActiveArg_argumentExtension@@QBEABVH4502_ExtensionSeq@@XZ @14331 NONAME ??BH4502_CTCompleteArg_argumentExtension@@QAEAAVH225_NonStandardParameter@@XZ @14332 NONAME ??BH4502_CTCompleteArg_argumentExtension@@QAEAAVH4502_ExtensionSeq@@XZ @14333 NONAME ??BH4502_CTCompleteArg_argumentExtension@@QBEABVH225_NonStandardParameter@@XZ @14334 NONAME ??BH4502_CTCompleteArg_argumentExtension@@QBEABVH4502_ExtensionSeq@@XZ @14335 NONAME ??BH4502_CTIdentifyRes_resultExtension@@QAEAAVH225_NonStandardParameter@@XZ @14336 NONAME ??BH4502_CTIdentifyRes_resultExtension@@QAEAAVH4502_ExtensionSeq@@XZ @14337 NONAME ??BH4502_CTIdentifyRes_resultExtension@@QBEABVH225_NonStandardParameter@@XZ @14338 NONAME ??BH4502_CTIdentifyRes_resultExtension@@QBEABVH4502_ExtensionSeq@@XZ @14339 NONAME ??BH4502_CTInitiateArg_argumentExtension@@QAEAAVH225_NonStandardParameter@@XZ @14340 NONAME ??BH4502_CTInitiateArg_argumentExtension@@QAEAAVH4502_ExtensionSeq@@XZ @14341 NONAME ??BH4502_CTInitiateArg_argumentExtension@@QBEABVH225_NonStandardParameter@@XZ @14342 NONAME ??BH4502_CTInitiateArg_argumentExtension@@QBEABVH4502_ExtensionSeq@@XZ @14343 NONAME ??BH4502_CTSetupArg_argumentExtension@@QAEAAVH225_NonStandardParameter@@XZ @14344 NONAME ??BH4502_CTSetupArg_argumentExtension@@QAEAAVH4502_ExtensionSeq@@XZ @14345 NONAME ??BH4502_CTSetupArg_argumentExtension@@QBEABVH225_NonStandardParameter@@XZ @14346 NONAME ??BH4502_CTSetupArg_argumentExtension@@QBEABVH4502_ExtensionSeq@@XZ @14347 NONAME ??BH4502_CTUpdateArg_argumentExtension@@QAEAAVH225_NonStandardParameter@@XZ @14348 NONAME ??BH4502_CTUpdateArg_argumentExtension@@QAEAAVH4502_ExtensionSeq@@XZ @14349 NONAME ??BH4502_CTUpdateArg_argumentExtension@@QBEABVH225_NonStandardParameter@@XZ @14350 NONAME ??BH4502_CTUpdateArg_argumentExtension@@QBEABVH4502_ExtensionSeq@@XZ @14351 NONAME ??BH4502_DummyArg@@QAEAAVH225_NonStandardParameter@@XZ @14352 NONAME ??BH4502_DummyArg@@QAEAAVH4502_ExtensionSeq@@XZ @14353 NONAME ??BH4502_DummyArg@@QBEABVH225_NonStandardParameter@@XZ @14354 NONAME ??BH4502_DummyArg@@QBEABVH4502_ExtensionSeq@@XZ @14355 NONAME ??BH4502_DummyRes@@QAEAAVH225_NonStandardParameter@@XZ @14356 NONAME ??BH4502_DummyRes@@QAEAAVH4502_ExtensionSeq@@XZ @14357 NONAME ??BH4502_DummyRes@@QBEABVH225_NonStandardParameter@@XZ @14358 NONAME ??BH4502_DummyRes@@QBEABVH4502_ExtensionSeq@@XZ @14359 NONAME ??BH4502_SubaddressTransferArg_argumentExtension@@QAEAAVH225_NonStandardParameter@@XZ @14360 NONAME ??BH4502_SubaddressTransferArg_argumentExtension@@QAEAAVH4502_ExtensionSeq@@XZ @14361 NONAME ??BH4502_SubaddressTransferArg_argumentExtension@@QBEABVH225_NonStandardParameter@@XZ @14362 NONAME ??BH4502_SubaddressTransferArg_argumentExtension@@QBEABVH4502_ExtensionSeq@@XZ @14363 NONAME ??BH4503_IntResult_extension@@QAEAAVH225_NonStandardParameter@@XZ @15138 NONAME ??BH4503_IntResult_extension@@QAEAAVH4503_ExtensionSeq@@XZ @15139 NONAME ??BH4503_IntResult_extension@@QBEABVH225_NonStandardParameter@@XZ @15140 NONAME ??BH4503_IntResult_extension@@QBEABVH4503_ExtensionSeq@@XZ @15141 NONAME ??BH4504_MixedExtension@@QAEAAVH225_NonStandardParameter@@XZ @14989 NONAME ??BH4504_MixedExtension@@QAEAAVH4501_Extension@@XZ @14990 NONAME ??BH4504_MixedExtension@@QBEABVH225_NonStandardParameter@@XZ @14991 NONAME ??BH4504_MixedExtension@@QBEABVH4501_Extension@@XZ @14992 NONAME ??BH4507_MsgCentreId@@QAEAAVH4501_EndpointAddress@@XZ @15480 NONAME ??BH4507_MsgCentreId@@QBEABVH4501_EndpointAddress@@XZ @15481 NONAME ??BH4508_Name@@QAEAAVH4508_NamePresentationAllowed@@XZ @15482 NONAME ??BH4508_Name@@QAEAAVH4508_NamePresentationRestricted@@XZ @15483 NONAME ??BH4508_Name@@QBEABVH4508_NamePresentationAllowed@@XZ @15484 NONAME ??BH4508_Name@@QBEABVH4508_NamePresentationRestricted@@XZ @15485 NONAME ??BH4508_NamePresentationAllowed@@QAEAAVH4508_ExtendedName@@XZ @15486 NONAME ??BH4508_NamePresentationAllowed@@QAEAAVH4508_SimpleName@@XZ @15487 NONAME ??BH4508_NamePresentationAllowed@@QBEABVH4508_ExtendedName@@XZ @15488 NONAME ??BH4508_NamePresentationAllowed@@QBEABVH4508_SimpleName@@XZ @15489 NONAME ??BH4508_NamePresentationRestricted@@QAEAAVH4508_ExtendedName@@XZ @15490 NONAME ??BH4508_NamePresentationRestricted@@QAEAAVH4508_SimpleName@@XZ @15491 NONAME ??BH4508_NamePresentationRestricted@@QBEABVH4508_ExtendedName@@XZ @15492 NONAME ??BH4508_NamePresentationRestricted@@QBEABVH4508_SimpleName@@XZ @15493 NONAME ??BH4509_CcArg@@QAEAAVH4509_CcLongArg@@XZ @15494 NONAME ??BH4509_CcArg@@QAEAAVH4509_CcShortArg@@XZ @15495 NONAME ??BH4509_CcArg@@QBEABVH4509_CcLongArg@@XZ @15496 NONAME ??BH4509_CcArg@@QBEABVH4509_CcShortArg@@XZ @15497 NONAME ??BH501_AccessToken@@QAEAAVH225_CryptoH323Token@@XZ @24418 NONAME ??BH501_AccessToken@@QAEAAVH225_GenericData@@XZ @24419 NONAME ??BH501_AccessToken@@QAEAAVH235_ClearToken@@XZ @24420 NONAME ??BH501_AccessToken@@QBEABVH225_CryptoH323Token@@XZ @24421 NONAME ??BH501_AccessToken@@QBEABVH225_GenericData@@XZ @24422 NONAME ??BH501_AccessToken@@QBEABVH235_ClearToken@@XZ @24423 NONAME ??BH501_MessageBody@@QAEAAVH501_AccessConfirmation@@XZ @24424 NONAME ??BH501_MessageBody@@QAEAAVH501_AccessRejection@@XZ @24425 NONAME ??BH501_MessageBody@@QAEAAVH501_AccessRequest@@XZ @24426 NONAME ??BH501_MessageBody@@QAEAAVH501_AuthenticationConfirmation@@XZ @24427 NONAME ??BH501_MessageBody@@QAEAAVH501_AuthenticationRejection@@XZ @24428 NONAME ??BH501_MessageBody@@QAEAAVH501_AuthenticationRequest@@XZ @24429 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorConfirmation@@XZ @24430 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorIDConfirmation@@XZ @24431 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorIDRejection@@XZ @24432 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorIDRequest@@XZ @24433 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorRejection@@XZ @24434 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorRequest@@XZ @24435 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorUpdate@@XZ @24436 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorUpdateAck@@XZ @24437 NONAME ??BH501_MessageBody@@QAEAAVH501_NonStandardConfirmation@@XZ @24438 NONAME ??BH501_MessageBody@@QAEAAVH501_NonStandardRejection@@XZ @24439 NONAME ??BH501_MessageBody@@QAEAAVH501_NonStandardRequest@@XZ @24440 NONAME ??BH501_MessageBody@@QAEAAVH501_RequestInProgress@@XZ @24441 NONAME ??BH501_MessageBody@@QAEAAVH501_ServiceConfirmation@@XZ @24442 NONAME ??BH501_MessageBody@@QAEAAVH501_ServiceRejection@@XZ @24443 NONAME ??BH501_MessageBody@@QAEAAVH501_ServiceRelease@@XZ @24444 NONAME ??BH501_MessageBody@@QAEAAVH501_ServiceRequest@@XZ @24445 NONAME ??BH501_MessageBody@@QAEAAVH501_UnknownMessageResponse@@XZ @24446 NONAME ??BH501_MessageBody@@QAEAAVH501_UsageConfirmation@@XZ @24447 NONAME ??BH501_MessageBody@@QAEAAVH501_UsageIndication@@XZ @24448 NONAME ??BH501_MessageBody@@QAEAAVH501_UsageIndicationConfirmation@@XZ @24449 NONAME ??BH501_MessageBody@@QAEAAVH501_UsageIndicationRejection@@XZ @24450 NONAME ??BH501_MessageBody@@QAEAAVH501_UsageRejection@@XZ @24451 NONAME ??BH501_MessageBody@@QAEAAVH501_UsageRequest@@XZ @24452 NONAME ??BH501_MessageBody@@QAEAAVH501_ValidationConfirmation@@XZ @24453 NONAME ??BH501_MessageBody@@QAEAAVH501_ValidationRejection@@XZ @24454 NONAME ??BH501_MessageBody@@QAEAAVH501_ValidationRequest@@XZ @24455 NONAME ??BH501_MessageBody@@QBEABVH501_AccessConfirmation@@XZ @24456 NONAME ??BH501_MessageBody@@QBEABVH501_AccessRejection@@XZ @24457 NONAME ??BH501_MessageBody@@QBEABVH501_AccessRequest@@XZ @24458 NONAME ??BH501_MessageBody@@QBEABVH501_AuthenticationConfirmation@@XZ @24459 NONAME ??BH501_MessageBody@@QBEABVH501_AuthenticationRejection@@XZ @24460 NONAME ??BH501_MessageBody@@QBEABVH501_AuthenticationRequest@@XZ @24461 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorConfirmation@@XZ @24462 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorIDConfirmation@@XZ @24463 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorIDRejection@@XZ @24464 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorIDRequest@@XZ @24465 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorRejection@@XZ @24466 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorRequest@@XZ @24467 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorUpdate@@XZ @24468 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorUpdateAck@@XZ @24469 NONAME ??BH501_MessageBody@@QBEABVH501_NonStandardConfirmation@@XZ @24470 NONAME ??BH501_MessageBody@@QBEABVH501_NonStandardRejection@@XZ @24471 NONAME ??BH501_MessageBody@@QBEABVH501_NonStandardRequest@@XZ @24472 NONAME ??BH501_MessageBody@@QBEABVH501_RequestInProgress@@XZ @24473 NONAME ??BH501_MessageBody@@QBEABVH501_ServiceConfirmation@@XZ @24474 NONAME ??BH501_MessageBody@@QBEABVH501_ServiceRejection@@XZ @24475 NONAME ??BH501_MessageBody@@QBEABVH501_ServiceRelease@@XZ @24476 NONAME ??BH501_MessageBody@@QBEABVH501_ServiceRequest@@XZ @24477 NONAME ??BH501_MessageBody@@QBEABVH501_UnknownMessageResponse@@XZ @24478 NONAME ??BH501_MessageBody@@QBEABVH501_UsageConfirmation@@XZ @24479 NONAME ??BH501_MessageBody@@QBEABVH501_UsageIndication@@XZ @24480 NONAME ??BH501_MessageBody@@QBEABVH501_UsageIndicationConfirmation@@XZ @24481 NONAME ??BH501_MessageBody@@QBEABVH501_UsageIndicationRejection@@XZ @24482 NONAME ??BH501_MessageBody@@QBEABVH501_UsageRejection@@XZ @24483 NONAME ??BH501_MessageBody@@QBEABVH501_UsageRequest@@XZ @24484 NONAME ??BH501_MessageBody@@QBEABVH501_ValidationConfirmation@@XZ @24485 NONAME ??BH501_MessageBody@@QBEABVH501_ValidationRejection@@XZ @24486 NONAME ??BH501_MessageBody@@QBEABVH501_ValidationRequest@@XZ @24487 NONAME ??BH501_Pattern@@QAEAAVH225_AliasAddress@@XZ @24488 NONAME ??BH501_Pattern@@QAEAAVH501_Pattern_range@@XZ @24489 NONAME ??BH501_Pattern@@QBEABVH225_AliasAddress@@XZ @24490 NONAME ??BH501_Pattern@@QBEABVH501_Pattern_range@@XZ @24491 NONAME ??BH501_Role@@QAEAAVH225_NonStandardParameter@@XZ @24492 NONAME ??BH501_Role@@QBEABVH225_NonStandardParameter@@XZ @24493 NONAME ??BH501_UpdateInformation_descriptorInfo@@QAEAAVH225_GloballyUniqueID@@XZ @25475 NONAME ??BH501_UpdateInformation_descriptorInfo@@QAEAAVH501_Descriptor@@XZ @24494 NONAME ??BH501_UpdateInformation_descriptorInfo@@QBEABVH225_GloballyUniqueID@@XZ @25476 NONAME ??BH501_UpdateInformation_descriptorInfo@@QBEABVH501_Descriptor@@XZ @24496 NONAME ??BMCS_ChannelAttributes@@QAEAAVMCS_ChannelAttributes_assigned@@XZ @3178 NONAME ??BMCS_ChannelAttributes@@QAEAAVMCS_ChannelAttributes_private@@XZ @3179 NONAME ??BMCS_ChannelAttributes@@QAEAAVMCS_ChannelAttributes_static@@XZ @3180 NONAME ??BMCS_ChannelAttributes@@QAEAAVMCS_ChannelAttributes_userId@@XZ @3181 NONAME ??BMCS_ChannelAttributes@@QBEABVMCS_ChannelAttributes_assigned@@XZ @3182 NONAME ??BMCS_ChannelAttributes@@QBEABVMCS_ChannelAttributes_private@@XZ @3183 NONAME ??BMCS_ChannelAttributes@@QBEABVMCS_ChannelAttributes_static@@XZ @3184 NONAME ??BMCS_ChannelAttributes@@QBEABVMCS_ChannelAttributes_userId@@XZ @3185 NONAME ??BMCS_ConnectMCSPDU@@QAEAAVMCS_Connect_Additional@@XZ @3186 NONAME ??BMCS_ConnectMCSPDU@@QAEAAVMCS_Connect_Initial@@XZ @3187 NONAME ??BMCS_ConnectMCSPDU@@QAEAAVMCS_Connect_Response@@XZ @3188 NONAME ??BMCS_ConnectMCSPDU@@QAEAAVMCS_Connect_Result@@XZ @3189 NONAME ??BMCS_ConnectMCSPDU@@QBEABVMCS_Connect_Additional@@XZ @3190 NONAME ??BMCS_ConnectMCSPDU@@QBEABVMCS_Connect_Initial@@XZ @3191 NONAME ??BMCS_ConnectMCSPDU@@QBEABVMCS_Connect_Response@@XZ @3192 NONAME ??BMCS_ConnectMCSPDU@@QBEABVMCS_Connect_Result@@XZ @3193 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_AUcf@@XZ @3194 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_AUrq@@XZ @3195 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CAin@@XZ @3196 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CArq@@XZ @3197 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CCcf@@XZ @3198 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CCrq@@XZ @3199 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CDin@@XZ @3200 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CDrq@@XZ @3201 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CEin@@XZ @3202 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CErq@@XZ @3203 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CJcf@@XZ @3204 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CJrq@@XZ @3205 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CLrq@@XZ @3206 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_DPum@@XZ @3207 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_DUin@@XZ @3208 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_DUrq@@XZ @3209 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_EDrq@@XZ @3210 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_MCcf@@XZ @3211 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_MCrq@@XZ @3212 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_MTcf@@XZ @3213 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_MTrq@@XZ @3214 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_PCin@@XZ @3215 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_PDin@@XZ @3216 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_PTin@@XZ @3217 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_RJum@@XZ @3218 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_SDin@@XZ @3219 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_SDrq@@XZ @3220 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TGcf@@XZ @3221 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TGrq@@XZ @3222 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TIcf@@XZ @3223 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TIrq@@XZ @3224 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TPin@@XZ @3225 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TPrq@@XZ @3226 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TRcf@@XZ @3227 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TRrq@@XZ @3228 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TTcf@@XZ @3229 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TTrq@@XZ @3230 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TVcf@@XZ @3231 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TVin@@XZ @3232 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TVrq@@XZ @3233 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TVrs@@XZ @3234 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_USin@@XZ @3235 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_USrq@@XZ @3236 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_AUcf@@XZ @3237 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_AUrq@@XZ @3238 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CAin@@XZ @3239 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CArq@@XZ @3240 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CCcf@@XZ @3241 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CCrq@@XZ @3242 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CDin@@XZ @3243 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CDrq@@XZ @3244 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CEin@@XZ @3245 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CErq@@XZ @3246 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CJcf@@XZ @3247 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CJrq@@XZ @3248 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CLrq@@XZ @3249 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_DPum@@XZ @3250 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_DUin@@XZ @3251 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_DUrq@@XZ @3252 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_EDrq@@XZ @3253 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_MCcf@@XZ @3254 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_MCrq@@XZ @3255 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_MTcf@@XZ @3256 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_MTrq@@XZ @3257 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_PCin@@XZ @3258 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_PDin@@XZ @3259 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_PTin@@XZ @3260 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_RJum@@XZ @3261 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_SDin@@XZ @3262 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_SDrq@@XZ @3263 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TGcf@@XZ @3264 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TGrq@@XZ @3265 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TIcf@@XZ @3266 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TIrq@@XZ @3267 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TPin@@XZ @3268 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TPrq@@XZ @3269 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TRcf@@XZ @3270 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TRrq@@XZ @3271 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TTcf@@XZ @3272 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TTrq@@XZ @3273 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TVcf@@XZ @3274 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TVin@@XZ @3275 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TVrq@@XZ @3276 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TVrs@@XZ @3277 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_USin@@XZ @3278 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_USrq@@XZ @3279 NONAME ??BMCS_TokenAttributes@@QAEAAVMCS_TokenAttributes_given@@XZ @3280 NONAME ??BMCS_TokenAttributes@@QAEAAVMCS_TokenAttributes_giving@@XZ @3281 NONAME ??BMCS_TokenAttributes@@QAEAAVMCS_TokenAttributes_grabbed@@XZ @3282 NONAME ??BMCS_TokenAttributes@@QAEAAVMCS_TokenAttributes_inhibited@@XZ @3283 NONAME ??BMCS_TokenAttributes@@QAEAAVMCS_TokenAttributes_ungivable@@XZ @3284 NONAME ??BMCS_TokenAttributes@@QBEABVMCS_TokenAttributes_given@@XZ @3285 NONAME ??BMCS_TokenAttributes@@QBEABVMCS_TokenAttributes_giving@@XZ @3286 NONAME ??BMCS_TokenAttributes@@QBEABVMCS_TokenAttributes_grabbed@@XZ @3287 NONAME ??BMCS_TokenAttributes@@QBEABVMCS_TokenAttributes_inhibited@@XZ @3288 NONAME ??BMCS_TokenAttributes@@QBEABVMCS_TokenAttributes_ungivable@@XZ @3289 NONAME ??BPASN_BMPString@@QBE?AVPString@@XZ @3290 NONAME ??BPASN_Boolean@@QBEHXZ @39690 NONAME ??BPASN_ConstrainedString@@QBEABVPString@@XZ @39691 NONAME ??BPASN_Enumeration@@QBEIXZ @39692 NONAME ??BPASN_Integer@@QBEIXZ @39693 NONAME ??BPASN_OctetString@@QBEABVPBYTEArray@@XZ @39694 NONAME ??BPRandom@@QAEIXZ @39695 NONAME ??BPUInt16b@@QBEGXZ @12373 NONAME ??BPUInt32b@@QBEKXZ @20326 NONAME ??BT38_Type_of_msg@@QAEAAVT38_Type_of_msg_data@@XZ @18822 NONAME ??BT38_Type_of_msg@@QAEAAVT38_Type_of_msg_t30_indicator@@XZ @18823 NONAME ??BT38_Type_of_msg@@QBEABVT38_Type_of_msg_data@@XZ @18824 NONAME ??BT38_Type_of_msg@@QBEABVT38_Type_of_msg_t30_indicator@@XZ @18825 NONAME ??BT38_UDPTLPacket_error_recovery@@QAEAAVT38_UDPTLPacket_error_recovery_fec_info@@XZ @18826 NONAME ??BT38_UDPTLPacket_error_recovery@@QAEAAVT38_UDPTLPacket_error_recovery_secondary_ifp_packets@@XZ @18827 NONAME ??BT38_UDPTLPacket_error_recovery@@QBEABVT38_UDPTLPacket_error_recovery_fec_info@@XZ @18828 NONAME ??BT38_UDPTLPacket_error_recovery@@QBEABVT38_UDPTLPacket_error_recovery_secondary_ifp_packets@@XZ @18829 NONAME ??BX880_Reject_problem@@QAEAAVX880_GeneralProblem@@XZ @14364 NONAME ??BX880_Reject_problem@@QAEAAVX880_InvokeProblem@@XZ @14365 NONAME ??BX880_Reject_problem@@QAEAAVX880_ReturnErrorProblem@@XZ @14366 NONAME ??BX880_Reject_problem@@QAEAAVX880_ReturnResultProblem@@XZ @14367 NONAME ??BX880_Reject_problem@@QBEABVX880_GeneralProblem@@XZ @14368 NONAME ??BX880_Reject_problem@@QBEABVX880_InvokeProblem@@XZ @14369 NONAME ??BX880_Reject_problem@@QBEABVX880_ReturnErrorProblem@@XZ @14370 NONAME ??BX880_Reject_problem@@QBEABVX880_ReturnResultProblem@@XZ @14371 NONAME ??BX880_ROS@@QAEAAVX880_Invoke@@XZ @14372 NONAME ??BX880_ROS@@QAEAAVX880_Reject@@XZ @14373 NONAME ??BX880_ROS@@QAEAAVX880_ReturnError@@XZ @14374 NONAME ??BX880_ROS@@QAEAAVX880_ReturnResult@@XZ @14375 NONAME ??BX880_ROS@@QBEABVX880_Invoke@@XZ @14376 NONAME ??BX880_ROS@@QBEABVX880_Reject@@XZ @14377 NONAME ??BX880_ROS@@QBEABVX880_ReturnError@@XZ @14378 NONAME ??BX880_ROS@@QBEABVX880_ReturnResult@@XZ @14379 NONAME ??C?$PSafePtr@VH323GatekeeperCall@@@@QBEPAVH323GatekeeperCall@@XZ @39696 NONAME ??C?$PSafePtr@VH323PeerElementDescriptor@@@@QBEPAVH323PeerElementDescriptor@@XZ @39697 NONAME ??C?$PSafePtr@VH323PeerElementServiceRelationship@@@@QBEPAVH323PeerElementServiceRelationship@@XZ @25930 NONAME ??C?$PSafePtr@VH323RegisteredEndPoint@@@@QBEPAVH323RegisteredEndPoint@@XZ @26432 NONAME ??Cconst_iterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QBEPBU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@XZ @43111 NONAME ??Cconst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QBEPBU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@XZ @43911 NONAME ??Cconst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QBEPBU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@XZ @42611 NONAME ??Cconst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QBEPBU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@2@XZ @42612 NONAME ??Cconst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QBEPBU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@XZ @43290 NONAME ??Cconst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QBEPBU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@2@XZ @43912 NONAME ??Cconst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QBEPBU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@XZ @42613 NONAME ??Citerator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QBEPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@XZ @42614 NONAME ??D?$PSafePtr@VH323PeerElementDescriptor@@@@QBEAAVH323PeerElementDescriptor@@XZ @39701 NONAME ??D?$PSafePtr@VH323RegisteredEndPoint@@@@QBEAAVH323RegisteredEndPoint@@XZ @39702 NONAME ??Dconst_iterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QBEABU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@XZ @43112 NONAME ??Dconst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QBEABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@XZ @43913 NONAME ??Dconst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QBEABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@XZ @42615 NONAME ??Dconst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QBEABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@2@XZ @42616 NONAME ??Dconst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QBEABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@XZ @43291 NONAME ??Dconst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QBEABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@2@XZ @43914 NONAME ??Dconst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QBEABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@XZ @42617 NONAME ??Diterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QBEAAU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@XZ @43113 NONAME ??Diterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QBEAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@XZ @43915 NONAME ??Diterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QBEAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@XZ @42618 NONAME ??Diterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QBEAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@XZ @43292 NONAME ??Diterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QBEAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@2@XZ @43916 NONAME ??Diterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QBEAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@XZ @42619 NONAME ??Diterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@QBEAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@2@XZ @42620 NONAME ??E?$PSafePtr@VH323GatekeeperCall@@@@QAEPAVH323GatekeeperCall@@H@Z @39707 NONAME ??E?$PSafePtr@VH323PeerElementDescriptor@@@@QAEPAVH323PeerElementDescriptor@@H@Z @39708 NONAME ??E?$PSafePtr@VH323PeerElementServiceRelationship@@@@QAEPAVH323PeerElementServiceRelationship@@H@Z @39709 NONAME ??E?$PSafePtr@VH323RegisteredEndPoint@@@@QAEPAVH323RegisteredEndPoint@@H@Z @39710 NONAME ??Econst_iterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAEAAV012@XZ @43114 NONAME ??Econst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAEAAV012@XZ @43917 NONAME ??Econst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAEAAV012@XZ @42621 NONAME ??Econst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QAEAAV012@XZ @42622 NONAME ??Econst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAEAAV012@XZ @43293 NONAME ??Econst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAEAAV012@XZ @43918 NONAME ??Econst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAEAAV012@XZ @42623 NONAME ??EH323ChannelNumber@@QAEAAV0@H@Z @3291 NONAME ??Eiterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAE?AV012@H@Z @43115 NONAME ??Eiterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAEAAV012@XZ @43116 NONAME ??Eiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAE?AV012@H@Z @43919 NONAME ??Eiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAEAAV012@XZ @43920 NONAME ??Eiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAE?AV012@H@Z @42624 NONAME ??Eiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAEAAV012@XZ @42625 NONAME ??Eiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QAE?AV012@H@Z @42626 NONAME ??Eiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QAEAAV012@XZ @42627 NONAME ??Eiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAE?AV012@H@Z @43294 NONAME ??Eiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAEAAV012@XZ @43295 NONAME ??Eiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAE?AV012@H@Z @43921 NONAME ??Eiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAEAAV012@XZ @43922 NONAME ??Eiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAE?AV012@H@Z @42628 NONAME ??Eiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAEAAV012@XZ @42629 NONAME ??EPAtomicInteger@@QAEJXZ @43923 NONAME ??Fiterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAEAAV012@XZ @43117 NONAME ??Fiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAEAAV012@XZ @43924 NONAME ??Fiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAEAAV012@XZ @42630 NONAME ??Fiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAEAAV012@XZ @43296 NONAME ??Fiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAEAAV012@XZ @43925 NONAME ??Fiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAEAAV012@XZ @42631 NONAME ??Fiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@QAEAAV012@XZ @42632 NONAME ??MPObject@@QBE_NABV0@@Z @39719 NONAME ??OPObject@@QBE_NABV0@@Z @39720 NONAME ??PPObject@@QBE_NABV0@@Z @39721 NONAME ??R?$less@I@std@@QBE_NABI0@Z @43118 NONAME ??R?$PStringDictionary@VPString@@@@QBE?AVPString@@ABV1@PBD@Z @20406 NONAME ??R_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@std@@QBEABIABU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@Z @43119 NONAME ??R_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@std@@QBEABVPString@@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@@Z @43926 NONAME ??R_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@std@@QBEABVPString@@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@@Z @42633 NONAME ??R_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@std@@QBEABVPString@@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@2@@Z @42634 NONAME ??R_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@std@@QBEABVPString@@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@@Z @43297 NONAME ??R_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@std@@QBEABVPString@@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@2@@Z @43927 NONAME ??R_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@std@@QBEABVPString@@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@@Z @42635 NONAME ??Y?$PSet@VPOrdinalKey@@@@QAEAAV0@ABVPOrdinalKey@@@Z @39724 NONAME ??Z?$PSet@VPOrdinalKey@@@@QAEAAV0@ABVPOrdinalKey@@@Z @39725 NONAME ??_7?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@6B@ @18520 NONAME ??_7?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@6B@ @18521 NONAME ??_7?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@6B@ @18522 NONAME ??_7?$H235_HASHED@VH235_EncodedGeneralToken@@@@6B@ @18523 NONAME ??_7?$H235_HASHED@VH235_EncodedPwdCertToken@@@@6B@ @18524 NONAME ??_7?$H235_SIGNED@VH225_EncodedFastStartToken@@@@6B@ @18525 NONAME ??_7?$H235_SIGNED@VH235_EncodedGeneralToken@@@@6B@ @18526 NONAME ??_7?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@6B@ @18527 NONAME ??_7?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@6B@ @18528 NONAME ??_7?$H235_SIGNED@VH235_EncodedReturnSig@@@@6B@ @18529 NONAME ??_7?$PArray@V?$PList@VH323Capability@@@@@@6B@ @3307 NONAME ??_7?$PArray@VH323SimultaneousCapabilities@@@@6B@ @3308 NONAME ??_7?$PArray@VH323TransportAddress@@@@6B@ @25850 NONAME ??_7?$PArray@VReceiverReport@RTP_Session@@@@6B@ @12377 NONAME ??_7?$PArray@VSourceDescription@RTP_Session@@@@6B@ @12378 NONAME ??_7?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@6B@ @3310 NONAME ??_7?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@6B@ @22224 NONAME ??_7?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@6B@ @19422 NONAME ??_7?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@6B@ @3311 NONAME ??_7?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@6B@ @25851 NONAME ??_7?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@6B@ @3312 NONAME ??_7?$PDictionary@VPString@@VH323Connection@@@@6B@ @3313 NONAME ??_7?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@6B@ @19047 NONAME ??_7?$PDictionary@VPString@@VPOrdinalKey@@@@6B@ @25932 NONAME ??_7?$PFactory@VH235Authenticator@@VPString@@@@6B@ @43928 NONAME ??_7?$PFactory@VH323Capability@@VPString@@@@6B@ @42636 NONAME ??_7?$PFactory@VH323StaticPluginCodec@@VPString@@@@6B@ @42637 NONAME ??_7?$PFactory@VOpalFactoryCodec@@VPString@@@@6B@ @43298 NONAME ??_7?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@6B@ @43929 NONAME ??_7?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @42638 NONAME ??_7?$PFactory@VPWAVFileConverter@@I@@6B@ @43120 NONAME ??_7?$PList@VH235Authenticator@@@@6B@ @39726 NONAME ??_7?$PList@VH245_GenericParameter@@@@6B@ @43930 NONAME ??_7?$PList@VH323Capability@@@@6B@ @3314 NONAME ??_7?$PList@VH323Channel@@@@6B@ @3315 NONAME ??_7?$PList@VH323GatekeeperListener@@@@6B@ @19048 NONAME ??_7?$PList@VH323Listener@@@@6B@ @3317 NONAME ??_7?$PList@VH323Transactor@@@@6B@ @23972 NONAME ??_7?$PList@VH450xHandler@@@@6B@ @19423 NONAME ??_7?$PList@VOpalMediaFormat@@@@6B@ @12921 NONAME ??_7?$PList@VPBYTEArray@@@@6B@ @23665 NONAME ??_7?$POrdinalDictionary@VPString@@@@6B@ @22225 NONAME ??_7?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@6B@ @39727 NONAME ??_7?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@6B@ @39728 NONAME ??_7?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@6B@ @39729 NONAME ??_7?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@6B@ @21400 NONAME ??_7?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@6B@ @39730 NONAME ??_7?$PSafePtr@VH323GatekeeperCall@@@@6B@ @20409 NONAME ??_7?$PSafePtr@VH323PeerElementDescriptor@@@@6B@ @25704 NONAME ??_7?$PSafePtr@VH323PeerElementServiceRelationship@@@@6B@ @25705 NONAME ??_7?$PSafePtr@VH323RegisteredEndPoint@@@@6B@ @20410 NONAME ??_7?$PSafeSortedList@VH323GatekeeperCall@@@@6B@ @21402 NONAME ??_7?$PSafeSortedList@VH323PeerElementDescriptor@@@@6B@ @25706 NONAME ??_7?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@6B@ @25707 NONAME ??_7?$PSet@VPOrdinalKey@@@@6B@ @25934 NONAME ??_7?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@6B@ @20728 NONAME ??_7?$PSortedList@VH225_AliasAddress@@@@6B@ @26057 NONAME ??_7?$PSortedList@VH323GatekeeperCall@@@@6B@ @19049 NONAME ??_7?$PSortedList@VH323PeerElementDescriptor@@@@6B@ @25708 NONAME ??_7?$PSortedList@VH323PeerElementServiceRelationship@@@@6B@ @25709 NONAME ??_7?$PSortedList@VMXRecord@PDNS@@@@6B@ @43931 NONAME ??_7?$PSortedList@VPString@@@@6B@ @39731 NONAME ??_7?$PSortedList@VResponse@H323Transactor@@@@6B@ @25852 NONAME ??_7?$PSortedList@VSRVRecord@PDNS@@@@6B@ @43932 NONAME ??_7?$PStringDictionary@VPOrdinalKey@@@@6B@ @12381 NONAME ??_7?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @43933 NONAME ??_7?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @43934 NONAME ??_7?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @43935 NONAME ??_7?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@6B@ @42639 NONAME ??_7?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @42640 NONAME ??_7?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @42641 NONAME ??_7?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @42642 NONAME ??_7?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @42643 NONAME ??_7?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @42644 NONAME ??_7?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @42645 NONAME ??_7?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @42646 NONAME ??_7?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @42647 NONAME ??_7?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @42648 NONAME ??_7?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @42649 NONAME ??_7?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @42650 NONAME ??_7?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @42651 NONAME ??_7?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @42652 NONAME ??_7?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @42653 NONAME ??_7?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @42654 NONAME ??_7?$Worker@VHIDPluginDeviceManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@6B@ @43936 NONAME ??_7?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @42655 NONAME ??_7?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @42656 NONAME ??_7?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @42657 NONAME ??_7?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @42658 NONAME ??_7?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @42659 NONAME ??_7?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @42660 NONAME ??_7?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @42661 NONAME ??_7?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @42662 NONAME ??_7?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @42663 NONAME ??_7?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @42664 NONAME ??_7?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @42665 NONAME ??_7?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @42666 NONAME ??_7?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @42667 NONAME ??_7?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @42668 NONAME ??_7?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @42669 NONAME ??_7?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @42670 NONAME ??_7?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@6B@ @43937 NONAME ??_7?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@6B@ @43121 NONAME ??_7?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@6B@ @43122 NONAME ??_7AliasKey@H323PeerElement@@6B@ @26058 NONAME ??_7AlternateInfo@H323Gatekeeper@@6B@ @20729 NONAME ??_7ByteQueue@OpalVoipBlasterDevice@@6B@ @19985 NONAME ??_7Encoder@@6B@ @39733 NONAME ??_7Entry@RTP_JitterBuffer@@6B@ @3318 NONAME ??_7FilterInfo@H323Codec@@6B@ @20152 NONAME ??_7FullP64Decoder@@6B@ @3319 NONAME ??_7G7231_File_Capability@@6B@ @20843 NONAME ??_7G7231_File_Codec@@6B@ @20844 NONAME ??_7GCC_AlternativeNodeID@@6B@ @3320 NONAME ??_7GCC_ApplicationInvokeIndication@@6B@ @3321 NONAME ??_7GCC_ApplicationInvokeSpecifier@@6B@ @3322 NONAME ??_7GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@6B@ @3323 NONAME ??_7GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@6B@ @3324 NONAME ??_7GCC_ApplicationRecord@@6B@ @3325 NONAME ??_7GCC_ApplicationRecord_nonCollapsingCapabilities@@6B@ @3326 NONAME ??_7GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@6B@ @3327 NONAME ??_7GCC_ArrayOf_ApplicationInvokeSpecifier@@6B@ @3328 NONAME ??_7GCC_ArrayOf_ChallengeItem@@6B@ @3329 NONAME ??_7GCC_ArrayOf_ConferenceDescriptor@@6B@ @3330 NONAME ??_7GCC_ArrayOf_Privilege@@6B@ @3331 NONAME ??_7GCC_ArrayOf_TextString@@6B@ @3332 NONAME ??_7GCC_ArrayOf_UserID@@6B@ @3333 NONAME ??_7GCC_AsymmetryIndicator@@6B@ @3334 NONAME ??_7GCC_CapabilityClass@@6B@ @3335 NONAME ??_7GCC_CapabilityID@@6B@ @3336 NONAME ??_7GCC_ChallengeItem@@6B@ @3337 NONAME ??_7GCC_ChallengeRequest@@6B@ @3338 NONAME ??_7GCC_ChallengeResponse@@6B@ @3339 NONAME ??_7GCC_ChallengeResponseAlgorithm@@6B@ @3340 NONAME ??_7GCC_ChallengeResponseItem@@6B@ @3341 NONAME ??_7GCC_ChannelID@@6B@ @3342 NONAME ??_7GCC_ChannelType@@6B@ @3343 NONAME ??_7GCC_ConductorAssignIndication@@6B@ @3344 NONAME ??_7GCC_ConductorPermissionAskIndication@@6B@ @3345 NONAME ??_7GCC_ConductorPermissionGrantIndication@@6B@ @3346 NONAME ??_7GCC_ConductorReleaseIndication@@6B@ @3347 NONAME ??_7GCC_ConferenceAddRequest@@6B@ @3348 NONAME ??_7GCC_ConferenceAddResponse@@6B@ @3349 NONAME ??_7GCC_ConferenceAddResponse_result@@6B@ @3350 NONAME ??_7GCC_ConferenceAssistanceIndication@@6B@ @3351 NONAME ??_7GCC_ConferenceCreateRequest@@6B@ @3352 NONAME ??_7GCC_ConferenceCreateResponse@@6B@ @3353 NONAME ??_7GCC_ConferenceCreateResponse_result@@6B@ @3354 NONAME ??_7GCC_ConferenceDescriptor@@6B@ @3355 NONAME ??_7GCC_ConferenceEjectUserIndication@@6B@ @3356 NONAME ??_7GCC_ConferenceEjectUserIndication_reason@@6B@ @3357 NONAME ??_7GCC_ConferenceEjectUserRequest@@6B@ @3358 NONAME ??_7GCC_ConferenceEjectUserRequest_reason@@6B@ @3359 NONAME ??_7GCC_ConferenceEjectUserResponse@@6B@ @3360 NONAME ??_7GCC_ConferenceEjectUserResponse_result@@6B@ @3361 NONAME ??_7GCC_ConferenceInviteRequest@@6B@ @3362 NONAME ??_7GCC_ConferenceInviteResponse@@6B@ @3363 NONAME ??_7GCC_ConferenceInviteResponse_result@@6B@ @3364 NONAME ??_7GCC_ConferenceJoinRequest@@6B@ @3365 NONAME ??_7GCC_ConferenceJoinResponse@@6B@ @3366 NONAME ??_7GCC_ConferenceJoinResponse_result@@6B@ @3367 NONAME ??_7GCC_ConferenceLockIndication@@6B@ @3368 NONAME ??_7GCC_ConferenceLockRequest@@6B@ @3369 NONAME ??_7GCC_ConferenceLockResponse@@6B@ @3370 NONAME ??_7GCC_ConferenceLockResponse_result@@6B@ @3371 NONAME ??_7GCC_ConferenceName@@6B@ @3372 NONAME ??_7GCC_ConferenceNameModifier@@6B@ @3373 NONAME ??_7GCC_ConferenceNameSelector@@6B@ @3374 NONAME ??_7GCC_ConferencePriority@@6B@ @3375 NONAME ??_7GCC_ConferencePriorityScheme@@6B@ @3376 NONAME ??_7GCC_ConferenceQueryRequest@@6B@ @3377 NONAME ??_7GCC_ConferenceQueryResponse@@6B@ @3378 NONAME ??_7GCC_ConferenceQueryResponse_result@@6B@ @3379 NONAME ??_7GCC_ConferenceTerminateIndication@@6B@ @3380 NONAME ??_7GCC_ConferenceTerminateIndication_reason@@6B@ @3381 NONAME ??_7GCC_ConferenceTerminateRequest@@6B@ @3382 NONAME ??_7GCC_ConferenceTerminateRequest_reason@@6B@ @3383 NONAME ??_7GCC_ConferenceTerminateResponse@@6B@ @3384 NONAME ??_7GCC_ConferenceTerminateResponse_result@@6B@ @3385 NONAME ??_7GCC_ConferenceTimeExtendIndication@@6B@ @3386 NONAME ??_7GCC_ConferenceTimeInquireIndication@@6B@ @3387 NONAME ??_7GCC_ConferenceTimeRemainingIndication@@6B@ @3388 NONAME ??_7GCC_ConferenceTransferIndication@@6B@ @3389 NONAME ??_7GCC_ConferenceTransferRequest@@6B@ @3390 NONAME ??_7GCC_ConferenceTransferResponse@@6B@ @3391 NONAME ??_7GCC_ConferenceTransferResponse_result@@6B@ @3392 NONAME ??_7GCC_ConferenceUnlockIndication@@6B@ @3393 NONAME ??_7GCC_ConferenceUnlockRequest@@6B@ @3394 NONAME ??_7GCC_ConferenceUnlockResponse@@6B@ @3395 NONAME ??_7GCC_ConferenceUnlockResponse_result@@6B@ @3396 NONAME ??_7GCC_ConnectData@@6B@ @3397 NONAME ??_7GCC_ConnectGCCPDU@@6B@ @3398 NONAME ??_7GCC_DialingString@@6B@ @3399 NONAME ??_7GCC_DynamicChannelID@@6B@ @3400 NONAME ??_7GCC_DynamicTokenID@@6B@ @3401 NONAME ??_7GCC_EntityID@@6B@ @3402 NONAME ??_7GCC_ExtraDialingString@@6B@ @3403 NONAME ??_7GCC_FunctionNotSupportedResponse@@6B@ @3404 NONAME ??_7GCC_GCCPDU@@6B@ @3405 NONAME ??_7GCC_H221NonStandardIdentifier@@6B@ @3406 NONAME ??_7GCC_Handle@@6B@ @3407 NONAME ??_7GCC_IndicationPDU@@6B@ @3408 NONAME ??_7GCC_Key@@6B@ @3409 NONAME ??_7GCC_NetworkAddress@@6B@ @3410 NONAME ??_7GCC_NetworkAddress_subtype@@6B@ @3411 NONAME ??_7GCC_NetworkAddress_subtype_aggregatedChannel@@6B@ @3412 NONAME ??_7GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@6B@ @3413 NONAME ??_7GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@6B@ @3414 NONAME ??_7GCC_NetworkAddress_subtype_transportConnection@@6B@ @3415 NONAME ??_7GCC_NodeProperties@@6B@ @3416 NONAME ??_7GCC_NodeRecord@@6B@ @3417 NONAME ??_7GCC_NodeType@@6B@ @3418 NONAME ??_7GCC_NonStandardParameter@@6B@ @3419 NONAME ??_7GCC_NonStandardPDU@@6B@ @3420 NONAME ??_7GCC_Password@@6B@ @3421 NONAME ??_7GCC_PasswordChallengeRequestResponse@@6B@ @3422 NONAME ??_7GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@6B@ @3423 NONAME ??_7GCC_PasswordSelector@@6B@ @3424 NONAME ??_7GCC_Privilege@@6B@ @3425 NONAME ??_7GCC_RegistryAllocateHandleRequest@@6B@ @3426 NONAME ??_7GCC_RegistryAllocateHandleResponse@@6B@ @3427 NONAME ??_7GCC_RegistryAllocateHandleResponse_result@@6B@ @3428 NONAME ??_7GCC_RegistryAssignTokenRequest@@6B@ @3429 NONAME ??_7GCC_RegistryDeleteEntryRequest@@6B@ @3430 NONAME ??_7GCC_RegistryEntryOwner@@6B@ @3431 NONAME ??_7GCC_RegistryEntryOwner_owned@@6B@ @3432 NONAME ??_7GCC_RegistryItem@@6B@ @3433 NONAME ??_7GCC_RegistryKey@@6B@ @3434 NONAME ??_7GCC_RegistryModificationRights@@6B@ @3435 NONAME ??_7GCC_RegistryMonitorEntryIndication@@6B@ @3436 NONAME ??_7GCC_RegistryMonitorEntryRequest@@6B@ @3437 NONAME ??_7GCC_RegistryRegisterChannelRequest@@6B@ @3438 NONAME ??_7GCC_RegistryResponse@@6B@ @3439 NONAME ??_7GCC_RegistryResponse_primitiveType@@6B@ @3440 NONAME ??_7GCC_RegistryResponse_result@@6B@ @3441 NONAME ??_7GCC_RegistryRetrieveEntryRequest@@6B@ @3442 NONAME ??_7GCC_RegistrySetParameterRequest@@6B@ @3443 NONAME ??_7GCC_RequestPDU@@6B@ @3444 NONAME ??_7GCC_ResponsePDU@@6B@ @3445 NONAME ??_7GCC_RosterUpdateIndication@@6B@ @3446 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation@@6B@ @3447 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype@@6B@ @3448 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@6B@ @3449 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@6B@ @3450 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@6B@ @3451 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@6B@ @3452 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@6B@ @3453 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@6B@ @3454 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@6B@ @3455 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@6B@ @3456 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@6B@ @3457 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation@@6B@ @3458 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@6B@ @3459 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@6B@ @3460 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@6B@ @3461 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@6B@ @3462 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@6B@ @3463 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@6B@ @3464 NONAME ??_7GCC_SessionKey@@6B@ @3465 NONAME ??_7GCC_SimpleNumericString@@6B@ @3466 NONAME ??_7GCC_SimpleTextString@@6B@ @3467 NONAME ??_7GCC_StaticChannelID@@6B@ @3468 NONAME ??_7GCC_StaticTokenID@@6B@ @3469 NONAME ??_7GCC_SubAddressString@@6B@ @3470 NONAME ??_7GCC_TerminationMethod@@6B@ @3471 NONAME ??_7GCC_TextMessageIndication@@6B@ @3472 NONAME ??_7GCC_TextString@@6B@ @3473 NONAME ??_7GCC_Time@@6B@ @3474 NONAME ??_7GCC_TokenID@@6B@ @3475 NONAME ??_7GCC_UserData@@6B@ @3476 NONAME ??_7GCC_UserData_subtype@@6B@ @3477 NONAME ??_7GCC_UserID@@6B@ @3478 NONAME ??_7GCC_UserIDIndication@@6B@ @3479 NONAME ??_7H225CallThread@@6B@ @3481 NONAME ??_7H225TransportThread@@6B@ @3483 NONAME ??_7H225_AddressPattern@@6B@ @17007 NONAME ??_7H225_AddressPattern_range@@6B@ @17008 NONAME ??_7H225_AdmissionConfirm@@6B@ @3484 NONAME ??_7H225_AdmissionConfirm_language@@6B@ @17009 NONAME ??_7H225_AdmissionReject@@6B@ @3485 NONAME ??_7H225_AdmissionRejectReason@@6B@ @3486 NONAME ??_7H225_AdmissionRequest@@6B@ @3487 NONAME ??_7H225_Alerting_UUIE@@6B@ @3488 NONAME ??_7H225_AliasAddress@@6B@ @3489 NONAME ??_7H225_AlternateGK@@6B@ @3490 NONAME ??_7H225_AlternateTransportAddresses@@6B@ @17010 NONAME ??_7H225_AltGKInfo@@6B@ @3491 NONAME ??_7H225_ANSI_41_UIM@@6B@ @17011 NONAME ??_7H225_ANSI_41_UIM_system_id@@6B@ @17012 NONAME ??_7H225_ArrayOf_AddressPattern@@6B@ @17013 NONAME ??_7H225_ArrayOf_AdmissionConfirm@@6B@ @26897 NONAME ??_7H225_ArrayOf_AliasAddress@@6B@ @3492 NONAME ??_7H225_ArrayOf_AlternateGK@@6B@ @3493 NONAME ??_7H225_ArrayOf_AuthenticationMechanism@@6B@ @3494 NONAME ??_7H225_ArrayOf_BandwidthDetails@@6B@ @17014 NONAME ??_7H225_ArrayOf_CallReferenceValue@@6B@ @3495 NONAME ??_7H225_ArrayOf_CallsAvailable@@6B@ @17015 NONAME ??_7H225_ArrayOf_ClearToken@@6B@ @3496 NONAME ??_7H225_ArrayOf_ConferenceIdentifier@@6B@ @3497 NONAME ??_7H225_ArrayOf_ConferenceList@@6B@ @3498 NONAME ??_7H225_ArrayOf_CryptoH323Token@@6B@ @3499 NONAME ??_7H225_ArrayOf_DataRate@@6B@ @3500 NONAME ??_7H225_ArrayOf_Endpoint@@6B@ @3501 NONAME ??_7H225_ArrayOf_EnumeratedParameter@@6B@ @17016 NONAME ??_7H225_ArrayOf_ExtendedAliasAddress@@6B@ @17017 NONAME ??_7H225_ArrayOf_FeatureDescriptor@@6B@ @17018 NONAME ??_7H225_ArrayOf_GenericData@@6B@ @17019 NONAME ??_7H225_ArrayOf_H245Security@@6B@ @3502 NONAME ??_7H225_ArrayOf_H248PackagesDescriptor@@6B@ @17020 NONAME ??_7H225_ArrayOf_IntegrityMechanism@@6B@ @3503 NONAME ??_7H225_ArrayOf_NonStandardParameter@@6B@ @3504 NONAME ??_7H225_ArrayOf_PartyNumber@@6B@ @17021 NONAME ??_7H225_ArrayOf_PASN_ObjectId@@6B@ @3505 NONAME ??_7H225_ArrayOf_PASN_OctetString@@6B@ @3506 NONAME ??_7H225_ArrayOf_RasUsageSpecification@@6B@ @17022 NONAME ??_7H225_ArrayOf_RTPSession@@6B@ @3507 NONAME ??_7H225_ArrayOf_ServiceControlSession@@6B@ @17023 NONAME ??_7H225_ArrayOf_SupportedPrefix@@6B@ @3508 NONAME ??_7H225_ArrayOf_SupportedProtocols@@6B@ @3509 NONAME ??_7H225_ArrayOf_TransportAddress@@6B@ @3510 NONAME ??_7H225_ArrayOf_TransportChannelInfo@@6B@ @3511 NONAME ??_7H225_ArrayOf_TunnelledProtocol@@6B@ @17024 NONAME ??_7H225_BandRejectReason@@6B@ @3512 NONAME ??_7H225_BandWidth@@6B@ @3513 NONAME ??_7H225_BandwidthConfirm@@6B@ @3514 NONAME ??_7H225_BandwidthDetails@@6B@ @17025 NONAME ??_7H225_BandwidthReject@@6B@ @3515 NONAME ??_7H225_BandwidthRequest@@6B@ @3516 NONAME ??_7H225_CallCapacity@@6B@ @17026 NONAME ??_7H225_CallCapacityInfo@@6B@ @17027 NONAME ??_7H225_CallCreditCapability@@6B@ @17028 NONAME ??_7H225_CallCreditServiceControl@@6B@ @17029 NONAME ??_7H225_CallCreditServiceControl_billingMode@@6B@ @17030 NONAME ??_7H225_CallCreditServiceControl_callStartingPoint@@6B@ @17031 NONAME ??_7H225_CallIdentifier@@6B@ @3517 NONAME ??_7H225_CallLinkage@@6B@ @17032 NONAME ??_7H225_CallModel@@6B@ @3518 NONAME ??_7H225_CallProceeding_UUIE@@6B@ @3519 NONAME ??_7H225_CallReferenceValue@@6B@ @3520 NONAME ??_7H225_CallsAvailable@@6B@ @17033 NONAME ??_7H225_CallTerminationCause@@6B@ @17034 NONAME ??_7H225_CallType@@6B@ @3521 NONAME ??_7H225_CapacityReportingCapability@@6B@ @17035 NONAME ??_7H225_CapacityReportingSpecification@@6B@ @17036 NONAME ??_7H225_CapacityReportingSpecification_when@@6B@ @17037 NONAME ??_7H225_CarrierInfo@@6B@ @26898 NONAME ??_7H225_CicInfo@@6B@ @17038 NONAME ??_7H225_CicInfo_cic@@6B@ @17039 NONAME ??_7H225_CircuitIdentifier@@6B@ @17040 NONAME ??_7H225_CircuitInfo@@6B@ @17041 NONAME ??_7H225_ConferenceIdentifier@@6B@ @3522 NONAME ??_7H225_ConferenceList@@6B@ @3523 NONAME ??_7H225_Connect_UUIE@@6B@ @3524 NONAME ??_7H225_Connect_UUIE_language@@6B@ @17042 NONAME ??_7H225_Content@@6B@ @17043 NONAME ??_7H225_CryptoH323Token@@6B@ @3525 NONAME ??_7H225_CryptoH323Token_cryptoEPPwdHash@@6B@ @3526 NONAME ??_7H225_CryptoH323Token_cryptoGKPwdHash@@6B@ @3527 NONAME ??_7H225_DataRate@@6B@ @3528 NONAME ??_7H225_DisengageConfirm@@6B@ @3529 NONAME ??_7H225_DisengageReason@@6B@ @3530 NONAME ??_7H225_DisengageReject@@6B@ @3531 NONAME ??_7H225_DisengageRejectReason@@6B@ @3532 NONAME ??_7H225_DisengageRequest@@6B@ @3533 NONAME ??_7H225_EncodedFastStartToken@@6B@ @18530 NONAME ??_7H225_EncryptIntAlg@@6B@ @3534 NONAME ??_7H225_Endpoint@@6B@ @3535 NONAME ??_7H225_EndpointIdentifier@@6B@ @3536 NONAME ??_7H225_EndpointType@@6B@ @3537 NONAME ??_7H225_EnumeratedParameter@@6B@ @17044 NONAME ??_7H225_ExtendedAliasAddress@@6B@ @17045 NONAME ??_7H225_FacilityReason@@6B@ @3538 NONAME ??_7H225_Facility_UUIE@@6B@ @3539 NONAME ??_7H225_FastStartToken@@6B@ @3540 NONAME ??_7H225_FeatureDescriptor@@6B@ @17046 NONAME ??_7H225_FeatureSet@@6B@ @17047 NONAME ??_7H225_GatekeeperConfirm@@6B@ @3541 NONAME ??_7H225_GatekeeperIdentifier@@6B@ @3542 NONAME ??_7H225_GatekeeperInfo@@6B@ @3543 NONAME ??_7H225_GatekeeperReject@@6B@ @3544 NONAME ??_7H225_GatekeeperRejectReason@@6B@ @3545 NONAME ??_7H225_GatekeeperRequest@@6B@ @3546 NONAME ??_7H225_GatewayInfo@@6B@ @3547 NONAME ??_7H225_GenericData@@6B@ @17048 NONAME ??_7H225_GenericIdentifier@@6B@ @17049 NONAME ??_7H225_GloballyUniqueID@@6B@ @3548 NONAME ??_7H225_GroupID@@6B@ @17050 NONAME ??_7H225_GroupID_member@@6B@ @17051 NONAME ??_7H225_GSM_UIM@@6B@ @17052 NONAME ??_7H225_H221NonStandard@@6B@ @3549 NONAME ??_7H225_H245Security@@6B@ @3550 NONAME ??_7H225_H248PackagesDescriptor@@6B@ @17053 NONAME ??_7H225_H248SignalsDescriptor@@6B@ @17054 NONAME ??_7H225_H310Caps@@6B@ @3551 NONAME ??_7H225_H320Caps@@6B@ @3552 NONAME ??_7H225_H321Caps@@6B@ @3553 NONAME ??_7H225_H322Caps@@6B@ @3554 NONAME ??_7H225_H323Caps@@6B@ @3555 NONAME ??_7H225_H323_UserInformation@@6B@ @3556 NONAME ??_7H225_H323_UserInformation_user_data@@6B@ @3557 NONAME ??_7H225_H323_UU_PDU@@6B@ @3558 NONAME ??_7H225_H323_UU_PDU_h323_message_body@@6B@ @3559 NONAME ??_7H225_H323_UU_PDU_tunnelledSignallingMessage@@6B@ @17055 NONAME ??_7H225_H324Caps@@6B@ @3560 NONAME ??_7H225_ICV@@6B@ @3561 NONAME ??_7H225_InfoRequest@@6B@ @3562 NONAME ??_7H225_InfoRequestAck@@6B@ @3563 NONAME ??_7H225_InfoRequestNak@@6B@ @3564 NONAME ??_7H225_InfoRequestNakReason@@6B@ @3565 NONAME ??_7H225_InfoRequestResponse@@6B@ @3566 NONAME ??_7H225_InfoRequestResponseStatus@@6B@ @17056 NONAME ??_7H225_InfoRequestResponse_perCallInfo@@6B@ @3567 NONAME ??_7H225_InfoRequestResponse_perCallInfo_subtype@@6B@ @3568 NONAME ??_7H225_InfoRequestResponse_perCallInfo_subtype_pdu@@6B@ @3569 NONAME ??_7H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@6B@ @3570 NONAME ??_7H225_Information_UUIE@@6B@ @3571 NONAME ??_7H225_IntegrityMechanism@@6B@ @3572 NONAME ??_7H225_LocationConfirm@@6B@ @3573 NONAME ??_7H225_LocationReject@@6B@ @3574 NONAME ??_7H225_LocationRejectReason@@6B@ @3575 NONAME ??_7H225_LocationRequest@@6B@ @3576 NONAME ??_7H225_McuInfo@@6B@ @3577 NONAME ??_7H225_MobileUIM@@6B@ @17057 NONAME ??_7H225_NonIsoIntegrityMechanism@@6B@ @3578 NONAME ??_7H225_NonStandardIdentifier@@6B@ @3579 NONAME ??_7H225_NonStandardMessage@@6B@ @3580 NONAME ??_7H225_NonStandardParameter@@6B@ @3581 NONAME ??_7H225_NonStandardProtocol@@6B@ @3582 NONAME ??_7H225_Notify_UUIE@@6B@ @17058 NONAME ??_7H225_NumberDigits@@6B@ @3583 NONAME ??_7H225_PartyNumber@@6B@ @3584 NONAME ??_7H225_PresentationIndicator@@6B@ @17059 NONAME ??_7H225_PrivatePartyNumber@@6B@ @3585 NONAME ??_7H225_PrivateTypeOfNumber@@6B@ @3586 NONAME ??_7H225_Progress_UUIE@@6B@ @3587 NONAME ??_7H225_ProtocolIdentifier@@6B@ @3588 NONAME ??_7H225_PublicPartyNumber@@6B@ @3589 NONAME ??_7H225_PublicTypeOfNumber@@6B@ @3590 NONAME ??_7H225_Q954Details@@6B@ @3591 NONAME ??_7H225_QseriesOptions@@6B@ @3592 NONAME ??_7H225_RAS@@6B@ @18669 NONAME ??_7H225_RasMessage@@6B@ @3593 NONAME ??_7H225_RasUsageInformation@@6B@ @17060 NONAME ??_7H225_RasUsageInfoTypes@@6B@ @17061 NONAME ??_7H225_RasUsageSpecification@@6B@ @17062 NONAME ??_7H225_RasUsageSpecification_callStartingPoint@@6B@ @17063 NONAME ??_7H225_RasUsageSpecification_when@@6B@ @17064 NONAME ??_7H225_RegistrationConfirm@@6B@ @3594 NONAME ??_7H225_RegistrationConfirm_preGrantedARQ@@6B@ @3595 NONAME ??_7H225_RegistrationReject@@6B@ @3596 NONAME ??_7H225_RegistrationRejectReason@@6B@ @3597 NONAME ??_7H225_RegistrationRejectReason_invalidTerminalAliases@@6B@ @17065 NONAME ??_7H225_RegistrationRequest@@6B@ @3598 NONAME ??_7H225_ReleaseCompleteReason@@6B@ @3599 NONAME ??_7H225_ReleaseComplete_UUIE@@6B@ @3600 NONAME ??_7H225_RequestInProgress@@6B@ @3601 NONAME ??_7H225_RequestSeqNum@@6B@ @3602 NONAME ??_7H225_ResourcesAvailableConfirm@@6B@ @3603 NONAME ??_7H225_ResourcesAvailableIndicate@@6B@ @3604 NONAME ??_7H225_RTPSession@@6B@ @3605 NONAME ??_7H225_RTPSession_associatedSessionIds@@6B@ @3606 NONAME ??_7H225_ScnConnectionAggregation@@6B@ @17066 NONAME ??_7H225_ScnConnectionType@@6B@ @17067 NONAME ??_7H225_ScreeningIndicator@@6B@ @17068 NONAME ??_7H225_SecurityCapabilities@@6B@ @3607 NONAME ??_7H225_SecurityErrors2@@6B@ @26899 NONAME ??_7H225_SecurityErrors@@6B@ @26900 NONAME ??_7H225_SecurityServiceMode@@6B@ @3608 NONAME ??_7H225_ServiceControlDescriptor@@6B@ @17069 NONAME ??_7H225_ServiceControlIndication@@6B@ @17070 NONAME ??_7H225_ServiceControlIndication_callSpecific@@6B@ @17071 NONAME ??_7H225_ServiceControlResponse@@6B@ @17072 NONAME ??_7H225_ServiceControlResponse_result@@6B@ @17073 NONAME ??_7H225_ServiceControlSession@@6B@ @17074 NONAME ??_7H225_ServiceControlSession_reason@@6B@ @17075 NONAME ??_7H225_SetupAcknowledge_UUIE@@6B@ @17076 NONAME ??_7H225_Setup_UUIE@@6B@ @3609 NONAME ??_7H225_Setup_UUIE_conferenceGoal@@6B@ @3610 NONAME ??_7H225_Setup_UUIE_connectionParameters@@6B@ @17077 NONAME ??_7H225_Setup_UUIE_language@@6B@ @17078 NONAME ??_7H225_SIPCaps@@6B@ @26901 NONAME ??_7H225_StatusInquiry_UUIE@@6B@ @17079 NONAME ??_7H225_Status_UUIE@@6B@ @17080 NONAME ??_7H225_StimulusControl@@6B@ @17081 NONAME ??_7H225_SupportedPrefix@@6B@ @3611 NONAME ??_7H225_SupportedProtocols@@6B@ @3612 NONAME ??_7H225_T120OnlyCaps@@6B@ @3613 NONAME ??_7H225_T38FaxAnnexbOnlyCaps@@6B@ @17082 NONAME ??_7H225_TBCD_STRING@@6B@ @17083 NONAME ??_7H225_TerminalInfo@@6B@ @3614 NONAME ??_7H225_TimeToLive@@6B@ @3615 NONAME ??_7H225_TransportAddress@@6B@ @3616 NONAME ??_7H225_TransportAddress_ip6Address@@6B@ @3617 NONAME ??_7H225_TransportAddress_ipAddress@@6B@ @3618 NONAME ??_7H225_TransportAddress_ipSourceRoute@@6B@ @3619 NONAME ??_7H225_TransportAddress_ipSourceRoute_route@@6B@ @3620 NONAME ??_7H225_TransportAddress_ipSourceRoute_routing@@6B@ @3621 NONAME ??_7H225_TransportAddress_ipxAddress@@6B@ @3622 NONAME ??_7H225_TransportChannelInfo@@6B@ @3623 NONAME ??_7H225_TransportQOS@@6B@ @3624 NONAME ??_7H225_TunnelledProtocol@@6B@ @17084 NONAME ??_7H225_TunnelledProtocolAlternateIdentifier@@6B@ @17085 NONAME ??_7H225_TunnelledProtocol_id@@6B@ @17086 NONAME ??_7H225_UnknownMessageResponse@@6B@ @3625 NONAME ??_7H225_UnregistrationConfirm@@6B@ @3626 NONAME ??_7H225_UnregistrationReject@@6B@ @3627 NONAME ??_7H225_UnregistrationRequest@@6B@ @3628 NONAME ??_7H225_UnregRejectReason@@6B@ @3629 NONAME ??_7H225_UnregRequestReason@@6B@ @3630 NONAME ??_7H225_UseSpecifiedTransport@@6B@ @17087 NONAME ??_7H225_UUIEsRequested@@6B@ @3631 NONAME ??_7H225_VendorIdentifier@@6B@ @3632 NONAME ??_7H225_VoiceCaps@@6B@ @3633 NONAME ??_7H235AuthCAT@@6B@ @23875 NONAME ??_7H235Authenticator@@6B@ @19312 NONAME ??_7H235Authenticators@@6B@ @21089 NONAME ??_7H235AuthProcedure1@@6B@ @19723 NONAME ??_7H235AuthSimpleMD5@@6B@ @19314 NONAME ??_7H235_AuthenticationBES@@6B@ @19228 NONAME ??_7H235_AuthenticationMechanism@@6B@ @3634 NONAME ??_7H235_ChallengeString@@6B@ @3635 NONAME ??_7H235_ClearToken@@6B@ @3636 NONAME ??_7H235_CryptoToken@@6B@ @3637 NONAME ??_7H235_CryptoToken_cryptoEncryptedToken@@6B@ @3638 NONAME ??_7H235_CryptoToken_cryptoHashedToken@@6B@ @3639 NONAME ??_7H235_CryptoToken_cryptoSignedToken@@6B@ @3640 NONAME ??_7H235_DHset@@6B@ @3641 NONAME ??_7H235_ECGDSASignature@@6B@ @26902 NONAME ??_7H235_ECKASDH@@6B@ @19230 NONAME ??_7H235_ECKASDH_eckasdh2@@6B@ @19231 NONAME ??_7H235_ECKASDH_eckasdhp@@6B@ @19232 NONAME ??_7H235_ECpoint@@6B@ @26903 NONAME ??_7H235_EncodedGeneralToken@@6B@ @18531 NONAME ??_7H235_EncodedKeySignedMaterial@@6B@ @18532 NONAME ??_7H235_EncodedKeySyncMaterial@@6B@ @18533 NONAME ??_7H235_EncodedPwdCertToken@@6B@ @18534 NONAME ??_7H235_EncodedReturnSig@@6B@ @18535 NONAME ??_7H235_H235CertificateSignature@@6B@ @3642 NONAME ??_7H235_H235Key@@6B@ @3643 NONAME ??_7H235_Identifier@@6B@ @3644 NONAME ??_7H235_IV16@@6B@ @19233 NONAME ??_7H235_IV8@@6B@ @3645 NONAME ??_7H235_KeyMaterial@@6B@ @3646 NONAME ??_7H235_KeySignedMaterial@@6B@ @3647 NONAME ??_7H235_KeySyncMaterial@@6B@ @3648 NONAME ??_7H235_NonStandardParameter@@6B@ @3649 NONAME ??_7H235_Params@@6B@ @3650 NONAME ??_7H235_Password@@6B@ @3651 NONAME ??_7H235_PwdCertToken@@6B@ @3652 NONAME ??_7H235_RandomVal@@6B@ @3653 NONAME ??_7H235_ReturnSig@@6B@ @3654 NONAME ??_7H235_TimeStamp@@6B@ @3655 NONAME ??_7H235_TypedCertificate@@6B@ @3656 NONAME ??_7H235_V3KeySyncMaterial@@6B@ @26904 NONAME ??_7H245NegLogicalChannel@@6B@ @3657 NONAME ??_7H245NegLogicalChannels@@6B@ @3658 NONAME ??_7H245NegMasterSlaveDetermination@@6B@ @3659 NONAME ??_7H245Negotiator@@6B@ @3660 NONAME ??_7H245NegRequestMode@@6B@ @3661 NONAME ??_7H245NegRoundTripDelay@@6B@ @3662 NONAME ??_7H245NegTerminalCapabilitySet@@6B@ @3663 NONAME ??_7H245TransportThread@@6B@ @3664 NONAME ??_7H245_AlternativeCapabilitySet@@6B@ @3665 NONAME ??_7H245_ArrayOf_AlternativeCapabilitySet@@6B@ @3666 NONAME ??_7H245_ArrayOf_BEnhancementParameters@@6B@ @3667 NONAME ??_7H245_ArrayOf_CapabilityDescriptor@@6B@ @3668 NONAME ??_7H245_ArrayOf_CapabilityDescriptorNumber@@6B@ @3669 NONAME ??_7H245_ArrayOf_CapabilityTableEntry@@6B@ @3670 NONAME ??_7H245_ArrayOf_CapabilityTableEntryNumber@@6B@ @3671 NONAME ??_7H245_ArrayOf_CommunicationModeTableEntry@@6B@ @3672 NONAME ??_7H245_ArrayOf_CustomPictureClockFrequency@@6B@ @3673 NONAME ??_7H245_ArrayOf_CustomPictureFormat@@6B@ @3674 NONAME ??_7H245_ArrayOf_DataApplicationCapability@@6B@ @3675 NONAME ??_7H245_ArrayOf_DialingInformationNetworkType@@6B@ @17088 NONAME ??_7H245_ArrayOf_DialingInformationNumber@@6B@ @17089 NONAME ??_7H245_ArrayOf_EnhancementOptions@@6B@ @3676 NONAME ??_7H245_ArrayOf_EscrowData@@6B@ @3677 NONAME ??_7H245_ArrayOf_GenericCapability@@6B@ @43938 NONAME ??_7H245_ArrayOf_GenericParameter@@6B@ @17090 NONAME ??_7H245_ArrayOf_H263ModeComboFlags@@6B@ @3678 NONAME ??_7H245_ArrayOf_H263VideoModeCombos@@6B@ @3679 NONAME ??_7H245_ArrayOf_MediaChannelCapability@@6B@ @3680 NONAME ??_7H245_ArrayOf_MediaDistributionCapability@@6B@ @3681 NONAME ??_7H245_ArrayOf_ModeDescription@@6B@ @3682 NONAME ??_7H245_ArrayOf_MultiplePayloadStreamElement@@6B@ @26905 NONAME ??_7H245_ArrayOf_MultiplePayloadStreamElementMode@@6B@ @26906 NONAME ??_7H245_ArrayOf_MultiplexElement@@6B@ @3683 NONAME ??_7H245_ArrayOf_MultiplexEntryDescriptor@@6B@ @3684 NONAME ??_7H245_ArrayOf_MultiplexEntryRejectionDescriptions@@6B@ @3685 NONAME ??_7H245_ArrayOf_MultiplexTableEntryNumber@@6B@ @3686 NONAME ??_7H245_ArrayOf_NonStandardParameter@@6B@ @3687 NONAME ??_7H245_ArrayOf_ParameterIdentifier@@6B@ @17091 NONAME ??_7H245_ArrayOf_PictureReference@@6B@ @17092 NONAME ??_7H245_ArrayOf_Q2931Address@@6B@ @17093 NONAME ??_7H245_ArrayOf_QOSCapability@@6B@ @3688 NONAME ??_7H245_ArrayOf_RedundancyEncodingCapability@@6B@ @3689 NONAME ??_7H245_ArrayOf_RedundancyEncodingDTModeElement@@6B@ @26907 NONAME ??_7H245_ArrayOf_RedundancyEncodingElement@@6B@ @26908 NONAME ??_7H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@6B@ @3690 NONAME ??_7H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@6B@ @3691 NONAME ??_7H245_ArrayOf_RTPPayloadType@@6B@ @3692 NONAME ??_7H245_ArrayOf_TerminalInformation@@6B@ @3693 NONAME ??_7H245_ArrayOf_TerminalLabel@@6B@ @3694 NONAME ??_7H245_ArrayOf_VCCapability@@6B@ @3695 NONAME ??_7H245_ArrayOf_VideoCapability@@6B@ @43939 NONAME ??_7H245_ATMParameters@@6B@ @3696 NONAME ??_7H245_AudioCapability@@6B@ @3697 NONAME ??_7H245_AudioCapability_g7231@@6B@ @3698 NONAME ??_7H245_AudioMode@@6B@ @3699 NONAME ??_7H245_AudioMode_g7231@@6B@ @3700 NONAME ??_7H245_AudioTelephonyEventCapability@@6B@ @17094 NONAME ??_7H245_AudioToneCapability@@6B@ @17095 NONAME ??_7H245_AuthenticationCapability@@6B@ @3701 NONAME ??_7H245_BEnhancementParameters@@6B@ @3702 NONAME ??_7H245_Capability@@6B@ @3703 NONAME ??_7H245_CapabilityDescriptor@@6B@ @3704 NONAME ??_7H245_CapabilityDescriptorNumber@@6B@ @3705 NONAME ??_7H245_CapabilityIdentifier@@6B@ @17096 NONAME ??_7H245_CapabilityTableEntry@@6B@ @3706 NONAME ??_7H245_CapabilityTableEntryNumber@@6B@ @3707 NONAME ??_7H245_Capability_h233EncryptionReceiveCapability@@6B@ @3708 NONAME ??_7H245_CertSelectionCriteria@@6B@ @3709 NONAME ??_7H245_CloseLogicalChannel@@6B@ @3710 NONAME ??_7H245_CloseLogicalChannelAck@@6B@ @3711 NONAME ??_7H245_CloseLogicalChannel_reason@@6B@ @3712 NONAME ??_7H245_CloseLogicalChannel_source@@6B@ @3713 NONAME ??_7H245_CommandMessage@@6B@ @3714 NONAME ??_7H245_CommunicationModeCommand@@6B@ @3715 NONAME ??_7H245_CommunicationModeRequest@@6B@ @3716 NONAME ??_7H245_CommunicationModeResponse@@6B@ @3717 NONAME ??_7H245_CommunicationModeTableEntry@@6B@ @3718 NONAME ??_7H245_CommunicationModeTableEntry_dataType@@6B@ @3719 NONAME ??_7H245_CompressionType@@6B@ @3720 NONAME ??_7H245_ConferenceCapability@@6B@ @3721 NONAME ??_7H245_ConferenceCommand@@6B@ @3722 NONAME ??_7H245_ConferenceID@@6B@ @3723 NONAME ??_7H245_ConferenceIndication@@6B@ @3724 NONAME ??_7H245_ConferenceRequest@@6B@ @3725 NONAME ??_7H245_ConferenceRequest_requestTerminalCertificate@@6B@ @3726 NONAME ??_7H245_ConferenceResponse@@6B@ @3727 NONAME ??_7H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@6B@ @3728 NONAME ??_7H245_ConferenceResponse_chairTokenOwnerResponse@@6B@ @3729 NONAME ??_7H245_ConferenceResponse_conferenceIDResponse@@6B@ @3730 NONAME ??_7H245_ConferenceResponse_extensionAddressResponse@@6B@ @3731 NONAME ??_7H245_ConferenceResponse_makeMeChairResponse@@6B@ @3732 NONAME ??_7H245_ConferenceResponse_makeTerminalBroadcasterResponse@@6B@ @3733 NONAME ??_7H245_ConferenceResponse_mCTerminalIDResponse@@6B@ @3734 NONAME ??_7H245_ConferenceResponse_passwordResponse@@6B@ @3735 NONAME ??_7H245_ConferenceResponse_sendThisSourceResponse@@6B@ @3736 NONAME ??_7H245_ConferenceResponse_terminalCertificateResponse@@6B@ @3737 NONAME ??_7H245_ConferenceResponse_terminalIDResponse@@6B@ @3738 NONAME ??_7H245_ConnectionIdentifier@@6B@ @17097 NONAME ??_7H245_CRCLength@@6B@ @3739 NONAME ??_7H245_Criteria@@6B@ @3740 NONAME ??_7H245_CustomPictureClockFrequency@@6B@ @3741 NONAME ??_7H245_CustomPictureFormat@@6B@ @3742 NONAME ??_7H245_CustomPictureFormat_mPI@@6B@ @3743 NONAME ??_7H245_CustomPictureFormat_mPI_customPCF@@6B@ @3744 NONAME ??_7H245_CustomPictureFormat_mPI_customPCF_subtype@@6B@ @3745 NONAME ??_7H245_CustomPictureFormat_pixelAspectInformation@@6B@ @3746 NONAME ??_7H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@6B@ @3747 NONAME ??_7H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@6B@ @3748 NONAME ??_7H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@6B@ @3749 NONAME ??_7H245_DataApplicationCapability@@6B@ @3750 NONAME ??_7H245_DataApplicationCapability_application@@6B@ @3751 NONAME ??_7H245_DataApplicationCapability_application_nlpid@@6B@ @3752 NONAME ??_7H245_DataApplicationCapability_application_t38fax@@6B@ @17098 NONAME ??_7H245_DataApplicationCapability_application_t84@@6B@ @3753 NONAME ??_7H245_DataMode@@6B@ @3754 NONAME ??_7H245_DataMode_application@@6B@ @3755 NONAME ??_7H245_DataMode_application_nlpid@@6B@ @3756 NONAME ??_7H245_DataMode_application_t38fax@@6B@ @17099 NONAME ??_7H245_DataProtocolCapability@@6B@ @3757 NONAME ??_7H245_DataProtocolCapability_v76wCompression@@6B@ @3758 NONAME ??_7H245_DataType@@6B@ @3759 NONAME ??_7H245_DepFECCapability@@6B@ @43940 NONAME ??_7H245_DepFECCapability_rfc2733@@6B@ @43941 NONAME ??_7H245_DepFECCapability_rfc2733_separateStream@@6B@ @43942 NONAME ??_7H245_DepFECData@@6B@ @43943 NONAME ??_7H245_DepFECData_rfc2733@@6B@ @43944 NONAME ??_7H245_DepFECData_rfc2733_mode@@6B@ @43945 NONAME ??_7H245_DepFECData_rfc2733_mode_separateStream@@6B@ @43946 NONAME ??_7H245_DepFECData_rfc2733_mode_separateStream_differentPort@@6B@ @43947 NONAME ??_7H245_DepFECData_rfc2733_mode_separateStream_samePort@@6B@ @43948 NONAME ??_7H245_DepFECMode@@6B@ @43949 NONAME ??_7H245_DepFECMode_rfc2733Mode@@6B@ @43950 NONAME ??_7H245_DepFECMode_rfc2733Mode_mode@@6B@ @43951 NONAME ??_7H245_DepFECMode_rfc2733Mode_mode_separateStream@@6B@ @43952 NONAME ??_7H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@6B@ @43953 NONAME ??_7H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@6B@ @43954 NONAME ??_7H245_DialingInformation@@6B@ @17100 NONAME ??_7H245_DialingInformationNetworkType@@6B@ @17101 NONAME ??_7H245_DialingInformationNumber@@6B@ @17102 NONAME ??_7H245_EncryptionAuthenticationAndIntegrity@@6B@ @3760 NONAME ??_7H245_EncryptionCapability@@6B@ @3761 NONAME ??_7H245_EncryptionCommand@@6B@ @3762 NONAME ??_7H245_EncryptionCommand_encryptionAlgorithmID@@6B@ @3763 NONAME ??_7H245_EncryptionMode@@6B@ @3764 NONAME ??_7H245_EncryptionSync@@6B@ @3765 NONAME ??_7H245_EncryptionUpdateDirection@@6B@ @43955 NONAME ??_7H245_EncryptionUpdateRequest@@6B@ @3766 NONAME ??_7H245_EndSessionCommand@@6B@ @3767 NONAME ??_7H245_EndSessionCommand_gstnOptions@@6B@ @3768 NONAME ??_7H245_EndSessionCommand_isdnOptions@@6B@ @3769 NONAME ??_7H245_EnhancementLayerInfo@@6B@ @3770 NONAME ??_7H245_EnhancementOptions@@6B@ @3771 NONAME ??_7H245_EscrowData@@6B@ @3772 NONAME ??_7H245_ExtendedVideoCapability@@6B@ @43956 NONAME ??_7H245_FECCapability@@6B@ @26909 NONAME ??_7H245_FECCapability_rfc2733Format@@6B@ @43957 NONAME ??_7H245_FECData@@6B@ @26912 NONAME ??_7H245_FECData_rfc2733@@6B@ @26913 NONAME ??_7H245_FECData_rfc2733_pktMode@@6B@ @43958 NONAME ??_7H245_FECData_rfc2733_pktMode_rfc2733diffport@@6B@ @43959 NONAME ??_7H245_FECData_rfc2733_pktMode_rfc2733sameport@@6B@ @43960 NONAME ??_7H245_FECMode@@6B@ @26918 NONAME ??_7H245_FECMode_rfc2733Format@@6B@ @43961 NONAME ??_7H245_FlowControlCommand@@6B@ @3773 NONAME ??_7H245_FlowControlCommand_restriction@@6B@ @3774 NONAME ??_7H245_FlowControlCommand_scope@@6B@ @3775 NONAME ??_7H245_FlowControlIndication@@6B@ @17103 NONAME ??_7H245_FlowControlIndication_restriction@@6B@ @17104 NONAME ??_7H245_FlowControlIndication_scope@@6B@ @17105 NONAME ??_7H245_FunctionNotSupported@@6B@ @3776 NONAME ??_7H245_FunctionNotSupported_cause@@6B@ @3777 NONAME ??_7H245_FunctionNotUnderstood@@6B@ @3778 NONAME ??_7H245_G7231AnnexCCapability@@6B@ @3779 NONAME ??_7H245_G7231AnnexCCapability_g723AnnexCAudioMode@@6B@ @3780 NONAME ??_7H245_G7231AnnexCMode@@6B@ @3781 NONAME ??_7H245_G7231AnnexCMode_g723AnnexCAudioMode@@6B@ @3782 NONAME ??_7H245_G729Extensions@@6B@ @17106 NONAME ??_7H245_GenericCapability@@6B@ @17107 NONAME ??_7H245_GenericMessage@@6B@ @43962 NONAME ??_7H245_GenericParameter@@6B@ @17108 NONAME ??_7H245_GSMAudioCapability@@6B@ @3783 NONAME ??_7H245_H222Capability@@6B@ @3784 NONAME ??_7H245_H222LogicalChannelParameters@@6B@ @3785 NONAME ??_7H245_H223AL1MParameters@@6B@ @3786 NONAME ??_7H245_H223AL1MParameters_arqType@@6B@ @3787 NONAME ??_7H245_H223AL1MParameters_crcLength@@6B@ @3788 NONAME ??_7H245_H223AL1MParameters_headerFEC@@6B@ @3789 NONAME ??_7H245_H223AL1MParameters_transferMode@@6B@ @3790 NONAME ??_7H245_H223AL2MParameters@@6B@ @3791 NONAME ??_7H245_H223AL2MParameters_headerFEC@@6B@ @3792 NONAME ??_7H245_H223AL3MParameters@@6B@ @3793 NONAME ??_7H245_H223AL3MParameters_arqType@@6B@ @3794 NONAME ??_7H245_H223AL3MParameters_crcLength@@6B@ @3795 NONAME ??_7H245_H223AL3MParameters_headerFormat@@6B@ @3796 NONAME ??_7H245_H223AnnexCArqParameters@@6B@ @3797 NONAME ??_7H245_H223AnnexCArqParameters_numberOfRetransmissions@@6B@ @3798 NONAME ??_7H245_H223AnnexCCapability@@6B@ @3799 NONAME ??_7H245_H223Capability@@6B@ @3800 NONAME ??_7H245_H223Capability_h223MultiplexTableCapability@@6B@ @3801 NONAME ??_7H245_H223Capability_h223MultiplexTableCapability_enhanced@@6B@ @3802 NONAME ??_7H245_H223Capability_mobileMultilinkFrameCapability@@6B@ @17109 NONAME ??_7H245_H223Capability_mobileOperationTransmitCapability@@6B@ @3803 NONAME ??_7H245_H223LogicalChannelParameters@@6B@ @3804 NONAME ??_7H245_H223LogicalChannelParameters_adaptationLayerType@@6B@ @3805 NONAME ??_7H245_H223LogicalChannelParameters_adaptationLayerType_al3@@6B@ @3806 NONAME ??_7H245_H223ModeParameters@@6B@ @3807 NONAME ??_7H245_H223ModeParameters_adaptationLayerType@@6B@ @3808 NONAME ??_7H245_H223ModeParameters_adaptationLayerType_al3@@6B@ @3809 NONAME ??_7H245_H223MultiplexReconfiguration@@6B@ @3810 NONAME ??_7H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@6B@ @3811 NONAME ??_7H245_H223MultiplexReconfiguration_h223ModeChange@@6B@ @3812 NONAME ??_7H245_H223SkewIndication@@6B@ @3813 NONAME ??_7H245_H2250Capability@@6B@ @3814 NONAME ??_7H245_H2250Capability_mcCapability@@6B@ @3815 NONAME ??_7H245_H2250LogicalChannelAckParameters@@6B@ @3816 NONAME ??_7H245_H2250LogicalChannelParameters@@6B@ @3817 NONAME ??_7H245_H2250LogicalChannelParameters_mediaPacketization@@6B@ @3818 NONAME ??_7H245_H2250MaximumSkewIndication@@6B@ @3819 NONAME ??_7H245_H2250ModeParameters@@6B@ @3820 NONAME ??_7H245_H235Media@@6B@ @3821 NONAME ??_7H245_H235Media_mediaType@@6B@ @3822 NONAME ??_7H245_H235Mode@@6B@ @3823 NONAME ??_7H245_H235Mode_mediaMode@@6B@ @3824 NONAME ??_7H245_H235SecurityCapability@@6B@ @3825 NONAME ??_7H245_H261VideoCapability@@6B@ @3826 NONAME ??_7H245_H261VideoMode@@6B@ @3827 NONAME ??_7H245_H261VideoMode_resolution@@6B@ @3828 NONAME ??_7H245_H262VideoCapability@@6B@ @3829 NONAME ??_7H245_H262VideoMode@@6B@ @3830 NONAME ??_7H245_H262VideoMode_profileAndLevel@@6B@ @3831 NONAME ??_7H245_H263ModeComboFlags@@6B@ @3832 NONAME ??_7H245_H263Options@@6B@ @3833 NONAME ??_7H245_H263Version3Options@@6B@ @17110 NONAME ??_7H245_H263VideoCapability@@6B@ @3834 NONAME ??_7H245_H263VideoMode@@6B@ @3835 NONAME ??_7H245_H263VideoModeCombos@@6B@ @3836 NONAME ??_7H245_H263VideoMode_resolution@@6B@ @3837 NONAME ??_7H245_IndicationMessage@@6B@ @3838 NONAME ??_7H245_IntegrityCapability@@6B@ @3839 NONAME ??_7H245_IS11172AudioCapability@@6B@ @3840 NONAME ??_7H245_IS11172AudioMode@@6B@ @3841 NONAME ??_7H245_IS11172AudioMode_audioLayer@@6B@ @3842 NONAME ??_7H245_IS11172AudioMode_audioSampling@@6B@ @3843 NONAME ??_7H245_IS11172AudioMode_multichannelType@@6B@ @3844 NONAME ??_7H245_IS11172VideoCapability@@6B@ @3845 NONAME ??_7H245_IS11172VideoMode@@6B@ @3846 NONAME ??_7H245_IS13818AudioCapability@@6B@ @3847 NONAME ??_7H245_IS13818AudioMode@@6B@ @3848 NONAME ??_7H245_IS13818AudioMode_audioLayer@@6B@ @3849 NONAME ??_7H245_IS13818AudioMode_audioSampling@@6B@ @3850 NONAME ??_7H245_IS13818AudioMode_multichannelType@@6B@ @3851 NONAME ??_7H245_IV16@@6B@ @43963 NONAME ??_7H245_IV8@@6B@ @43964 NONAME ??_7H245_JitterIndication@@6B@ @3852 NONAME ??_7H245_JitterIndication_scope@@6B@ @3853 NONAME ??_7H245_KeyProtectionMethod@@6B@ @3854 NONAME ??_7H245_LogicalChannelNumber@@6B@ @3855 NONAME ??_7H245_LogicalChannelRateAcknowledge@@6B@ @17111 NONAME ??_7H245_LogicalChannelRateReject@@6B@ @17112 NONAME ??_7H245_LogicalChannelRateRejectReason@@6B@ @17113 NONAME ??_7H245_LogicalChannelRateRelease@@6B@ @17114 NONAME ??_7H245_LogicalChannelRateRequest@@6B@ @17115 NONAME ??_7H245_MaintenanceLoopAck@@6B@ @3856 NONAME ??_7H245_MaintenanceLoopAck_type@@6B@ @3857 NONAME ??_7H245_MaintenanceLoopOffCommand@@6B@ @3858 NONAME ??_7H245_MaintenanceLoopReject@@6B@ @3859 NONAME ??_7H245_MaintenanceLoopReject_cause@@6B@ @3860 NONAME ??_7H245_MaintenanceLoopReject_type@@6B@ @3861 NONAME ??_7H245_MaintenanceLoopRequest@@6B@ @3862 NONAME ??_7H245_MaintenanceLoopRequest_type@@6B@ @3863 NONAME ??_7H245_MasterSlaveDetermination@@6B@ @3864 NONAME ??_7H245_MasterSlaveDeterminationAck@@6B@ @3865 NONAME ??_7H245_MasterSlaveDeterminationAck_decision@@6B@ @3866 NONAME ??_7H245_MasterSlaveDeterminationReject@@6B@ @3867 NONAME ??_7H245_MasterSlaveDeterminationReject_cause@@6B@ @3868 NONAME ??_7H245_MasterSlaveDeterminationRelease@@6B@ @3869 NONAME ??_7H245_MaximumBitRate@@6B@ @17116 NONAME ??_7H245_MaxRedundancy@@6B@ @43965 NONAME ??_7H245_MCLocationIndication@@6B@ @3870 NONAME ??_7H245_McuNumber@@6B@ @3871 NONAME ??_7H245_MediaChannelCapability@@6B@ @3872 NONAME ??_7H245_MediaDistributionCapability@@6B@ @3873 NONAME ??_7H245_MediaEncryptionAlgorithm@@6B@ @3874 NONAME ??_7H245_MediaPacketizationCapability@@6B@ @3875 NONAME ??_7H245_MediaTransportType@@6B@ @3876 NONAME ??_7H245_MediaTransportType_atm_AAL5_compressed@@6B@ @17117 NONAME ??_7H245_MiscellaneousCommand@@6B@ @3877 NONAME ??_7H245_MiscellaneousCommand_type@@6B@ @3878 NONAME ??_7H245_MiscellaneousCommand_type_encryptionUpdateAck@@6B@ @43966 NONAME ??_7H245_MiscellaneousCommand_type_encryptionUpdateCommand@@6B@ @43967 NONAME ??_7H245_MiscellaneousCommand_type_lostPartialPicture@@6B@ @17118 NONAME ??_7H245_MiscellaneousCommand_type_progressiveRefinementStart@@6B@ @3879 NONAME ??_7H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@6B@ @3880 NONAME ??_7H245_MiscellaneousCommand_type_videoBadMBs@@6B@ @17119 NONAME ??_7H245_MiscellaneousCommand_type_videoFastUpdateGOB@@6B@ @3881 NONAME ??_7H245_MiscellaneousCommand_type_videoFastUpdateMB@@6B@ @3882 NONAME ??_7H245_MiscellaneousIndication@@6B@ @3883 NONAME ??_7H245_MiscellaneousIndication_type@@6B@ @3884 NONAME ??_7H245_MiscellaneousIndication_type_videoNotDecodedMBs@@6B@ @3885 NONAME ??_7H245_MobileMultilinkReconfigurationCommand@@6B@ @17120 NONAME ??_7H245_MobileMultilinkReconfigurationCommand_status@@6B@ @17121 NONAME ??_7H245_MobileMultilinkReconfigurationIndication@@6B@ @17122 NONAME ??_7H245_ModeDescription@@6B@ @3886 NONAME ??_7H245_ModeElement@@6B@ @3887 NONAME ??_7H245_ModeElementType@@6B@ @26924 NONAME ??_7H245_MulticastAddress@@6B@ @3889 NONAME ??_7H245_MulticastAddress_iP6Address@@6B@ @3890 NONAME ??_7H245_MulticastAddress_iPAddress@@6B@ @3891 NONAME ??_7H245_MultilinkIndication@@6B@ @17123 NONAME ??_7H245_MultilinkIndication_crcDesired@@6B@ @17124 NONAME ??_7H245_MultilinkIndication_excessiveError@@6B@ @17125 NONAME ??_7H245_MultilinkRequest@@6B@ @17126 NONAME ??_7H245_MultilinkRequest_addConnection@@6B@ @17127 NONAME ??_7H245_MultilinkRequest_callInformation@@6B@ @17128 NONAME ??_7H245_MultilinkRequest_maximumHeaderInterval@@6B@ @17129 NONAME ??_7H245_MultilinkRequest_maximumHeaderInterval_requestType@@6B@ @17130 NONAME ??_7H245_MultilinkRequest_removeConnection@@6B@ @17131 NONAME ??_7H245_MultilinkResponse@@6B@ @17132 NONAME ??_7H245_MultilinkResponse_addConnection@@6B@ @17133 NONAME ??_7H245_MultilinkResponse_addConnection_responseCode@@6B@ @17134 NONAME ??_7H245_MultilinkResponse_addConnection_responseCode_rejected@@6B@ @17135 NONAME ??_7H245_MultilinkResponse_callInformation@@6B@ @17136 NONAME ??_7H245_MultilinkResponse_maximumHeaderInterval@@6B@ @17137 NONAME ??_7H245_MultilinkResponse_removeConnection@@6B@ @17138 NONAME ??_7H245_MultimediaSystemControlMessage@@6B@ @3892 NONAME ??_7H245_MultiplePayloadStream@@6B@ @26925 NONAME ??_7H245_MultiplePayloadStreamCapability@@6B@ @26926 NONAME ??_7H245_MultiplePayloadStreamElement@@6B@ @26927 NONAME ??_7H245_MultiplePayloadStreamElementMode@@6B@ @26928 NONAME ??_7H245_MultiplePayloadStreamMode@@6B@ @26929 NONAME ??_7H245_MultiplexCapability@@6B@ @3893 NONAME ??_7H245_MultiplexedStreamCapability@@6B@ @17139 NONAME ??_7H245_MultiplexedStreamModeParameters@@6B@ @17140 NONAME ??_7H245_MultiplexedStreamParameter@@6B@ @17141 NONAME ??_7H245_MultiplexElement@@6B@ @3894 NONAME ??_7H245_MultiplexElement_repeatCount@@6B@ @3895 NONAME ??_7H245_MultiplexElement_type@@6B@ @3896 NONAME ??_7H245_MultiplexEntryDescriptor@@6B@ @3897 NONAME ??_7H245_MultiplexEntryRejectionDescriptions@@6B@ @3898 NONAME ??_7H245_MultiplexEntryRejectionDescriptions_cause@@6B@ @3899 NONAME ??_7H245_MultiplexEntrySend@@6B@ @3900 NONAME ??_7H245_MultiplexEntrySendAck@@6B@ @3901 NONAME ??_7H245_MultiplexEntrySendReject@@6B@ @3902 NONAME ??_7H245_MultiplexEntrySendRelease@@6B@ @3903 NONAME ??_7H245_MultiplexFormat@@6B@ @17142 NONAME ??_7H245_MultiplexTableEntryNumber@@6B@ @3904 NONAME ??_7H245_MultipointCapability@@6B@ @3905 NONAME ??_7H245_NetworkAccessParameters@@6B@ @3906 NONAME ??_7H245_NetworkAccessParameters_distribution@@6B@ @3907 NONAME ??_7H245_NetworkAccessParameters_networkAddress@@6B@ @3908 NONAME ??_7H245_NetworkAccessParameters_t120SetupProcedure@@6B@ @3909 NONAME ??_7H245_NewATMVCCommand@@6B@ @17143 NONAME ??_7H245_NewATMVCCommand_aal@@6B@ @17144 NONAME ??_7H245_NewATMVCCommand_aal_aal1@@6B@ @17145 NONAME ??_7H245_NewATMVCCommand_aal_aal1_clockRecovery@@6B@ @17146 NONAME ??_7H245_NewATMVCCommand_aal_aal1_errorCorrection@@6B@ @17147 NONAME ??_7H245_NewATMVCCommand_aal_aal5@@6B@ @17148 NONAME ??_7H245_NewATMVCCommand_multiplex@@6B@ @17149 NONAME ??_7H245_NewATMVCCommand_reverseParameters@@6B@ @17150 NONAME ??_7H245_NewATMVCCommand_reverseParameters_multiplex@@6B@ @17151 NONAME ??_7H245_NewATMVCIndication@@6B@ @3910 NONAME ??_7H245_NewATMVCIndication_aal@@6B@ @3911 NONAME ??_7H245_NewATMVCIndication_aal_aal1@@6B@ @3912 NONAME ??_7H245_NewATMVCIndication_aal_aal1_clockRecovery@@6B@ @3913 NONAME ??_7H245_NewATMVCIndication_aal_aal1_errorCorrection@@6B@ @3914 NONAME ??_7H245_NewATMVCIndication_aal_aal5@@6B@ @3915 NONAME ??_7H245_NewATMVCIndication_multiplex@@6B@ @3916 NONAME ??_7H245_NewATMVCIndication_reverseParameters@@6B@ @3917 NONAME ??_7H245_NewATMVCIndication_reverseParameters_multiplex@@6B@ @3918 NONAME ??_7H245_NonStandardIdentifier@@6B@ @3919 NONAME ??_7H245_NonStandardIdentifier_h221NonStandard@@6B@ @3920 NONAME ??_7H245_NonStandardMessage@@6B@ @3921 NONAME ??_7H245_NonStandardParameter@@6B@ @3922 NONAME ??_7H245_NoPTAudioTelephonyEventCapability@@6B@ @26930 NONAME ??_7H245_NoPTAudioToneCapability@@6B@ @26931 NONAME ??_7H245_OpenLogicalChannel@@6B@ @3923 NONAME ??_7H245_OpenLogicalChannelAck@@6B@ @3924 NONAME ??_7H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@6B@ @3925 NONAME ??_7H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@6B@ @3926 NONAME ??_7H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@6B@ @3927 NONAME ??_7H245_OpenLogicalChannelConfirm@@6B@ @3928 NONAME ??_7H245_OpenLogicalChannelReject@@6B@ @3929 NONAME ??_7H245_OpenLogicalChannelReject_cause@@6B@ @3930 NONAME ??_7H245_OpenLogicalChannel_forwardLogicalChannelParameters@@6B@ @3931 NONAME ??_7H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@6B@ @3932 NONAME ??_7H245_OpenLogicalChannel_reverseLogicalChannelParameters@@6B@ @3933 NONAME ??_7H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@6B@ @3934 NONAME ??_7H245_ParameterIdentifier@@6B@ @17152 NONAME ??_7H245_ParameterValue@@6B@ @17153 NONAME ??_7H245_Params@@6B@ @43968 NONAME ??_7H245_Password@@6B@ @3935 NONAME ??_7H245_PictureReference@@6B@ @17154 NONAME ??_7H245_Q2931Address@@6B@ @3936 NONAME ??_7H245_Q2931Address_address@@6B@ @3937 NONAME ??_7H245_QOSCapability@@6B@ @3938 NONAME ??_7H245_QOSMode@@6B@ @3939 NONAME ??_7H245_RedundancyEncoding@@6B@ @3940 NONAME ??_7H245_RedundancyEncodingCapability@@6B@ @3941 NONAME ??_7H245_RedundancyEncodingDTMode@@6B@ @26932 NONAME ??_7H245_RedundancyEncodingDTModeElement@@6B@ @26933 NONAME ??_7H245_RedundancyEncodingDTModeElement_type@@6B@ @26934 NONAME ??_7H245_RedundancyEncodingElement@@6B@ @26935 NONAME ??_7H245_RedundancyEncodingMethod@@6B@ @3942 NONAME ??_7H245_RedundancyEncodingMode@@6B@ @3943 NONAME ??_7H245_RedundancyEncodingMode_secondaryEncoding@@6B@ @3944 NONAME ??_7H245_RedundancyEncoding_rtpRedundancyEncoding@@6B@ @26936 NONAME ??_7H245_RefPictureSelection@@6B@ @3945 NONAME ??_7H245_RefPictureSelection_additionalPictureMemory@@6B@ @3946 NONAME ??_7H245_RefPictureSelection_enhancedReferencePicSelect@@6B@ @17155 NONAME ??_7H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@6B@ @17156 NONAME ??_7H245_RefPictureSelection_videoBackChannelSend@@6B@ @3947 NONAME ??_7H245_RemoteMCRequest@@6B@ @3948 NONAME ??_7H245_RemoteMCResponse@@6B@ @3949 NONAME ??_7H245_RemoteMCResponse_reject@@6B@ @3950 NONAME ??_7H245_RequestAllTerminalIDsResponse@@6B@ @3951 NONAME ??_7H245_RequestChannelClose@@6B@ @3952 NONAME ??_7H245_RequestChannelCloseAck@@6B@ @3953 NONAME ??_7H245_RequestChannelCloseReject@@6B@ @3954 NONAME ??_7H245_RequestChannelCloseReject_cause@@6B@ @3955 NONAME ??_7H245_RequestChannelCloseRelease@@6B@ @3956 NONAME ??_7H245_RequestChannelClose_reason@@6B@ @3957 NONAME ??_7H245_RequestMessage@@6B@ @3958 NONAME ??_7H245_RequestMode@@6B@ @3959 NONAME ??_7H245_RequestModeAck@@6B@ @3960 NONAME ??_7H245_RequestModeAck_response@@6B@ @3961 NONAME ??_7H245_RequestModeReject@@6B@ @3962 NONAME ??_7H245_RequestModeReject_cause@@6B@ @3963 NONAME ??_7H245_RequestModeRelease@@6B@ @3964 NONAME ??_7H245_RequestMultiplexEntry@@6B@ @3965 NONAME ??_7H245_RequestMultiplexEntryAck@@6B@ @3966 NONAME ??_7H245_RequestMultiplexEntryReject@@6B@ @3967 NONAME ??_7H245_RequestMultiplexEntryRejectionDescriptions@@6B@ @3968 NONAME ??_7H245_RequestMultiplexEntryRejectionDescriptions_cause@@6B@ @3969 NONAME ??_7H245_RequestMultiplexEntryRelease@@6B@ @3970 NONAME ??_7H245_ResponseMessage@@6B@ @3971 NONAME ??_7H245_RoundTripDelayRequest@@6B@ @3972 NONAME ??_7H245_RoundTripDelayResponse@@6B@ @3973 NONAME ??_7H245_RSVPParameters@@6B@ @3974 NONAME ??_7H245_RTPH263VideoRedundancyEncoding@@6B@ @3975 NONAME ??_7H245_RTPH263VideoRedundancyEncoding_containedThreads@@6B@ @3976 NONAME ??_7H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@6B@ @3977 NONAME ??_7H245_RTPH263VideoRedundancyFrameMapping@@6B@ @3978 NONAME ??_7H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@6B@ @3979 NONAME ??_7H245_RTPPayloadType@@6B@ @3980 NONAME ??_7H245_RTPPayloadType_payloadDescriptor@@6B@ @3981 NONAME ??_7H245_SendTerminalCapabilitySet@@6B@ @3982 NONAME ??_7H245_SendTerminalCapabilitySet_specificRequest@@6B@ @3983 NONAME ??_7H245_SequenceNumber@@6B@ @3984 NONAME ??_7H245_SubstituteConferenceIDCommand@@6B@ @3985 NONAME ??_7H245_T38FaxProfile@@6B@ @17157 NONAME ??_7H245_T38FaxRateManagement@@6B@ @17158 NONAME ??_7H245_T38FaxTcpOptions@@6B@ @17159 NONAME ??_7H245_T38FaxUdpOptions@@6B@ @17160 NONAME ??_7H245_T38FaxUdpOptions_t38FaxUdpEC@@6B@ @17161 NONAME ??_7H245_T84Profile@@6B@ @3986 NONAME ??_7H245_T84Profile_t84Restricted@@6B@ @3987 NONAME ??_7H245_TerminalCapabilitySet@@6B@ @3988 NONAME ??_7H245_TerminalCapabilitySetAck@@6B@ @3989 NONAME ??_7H245_TerminalCapabilitySetReject@@6B@ @3990 NONAME ??_7H245_TerminalCapabilitySetReject_cause@@6B@ @3991 NONAME ??_7H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@6B@ @3992 NONAME ??_7H245_TerminalCapabilitySetRelease@@6B@ @3993 NONAME ??_7H245_TerminalID@@6B@ @3994 NONAME ??_7H245_TerminalInformation@@6B@ @3995 NONAME ??_7H245_TerminalLabel@@6B@ @3996 NONAME ??_7H245_TerminalNumber@@6B@ @3997 NONAME ??_7H245_TerminalYouAreSeeingInSubPictureNumber@@6B@ @3998 NONAME ??_7H245_TransparencyParameters@@6B@ @3999 NONAME ??_7H245_TransportAddress@@6B@ @4000 NONAME ??_7H245_TransportCapability@@6B@ @4001 NONAME ??_7H245_UnicastAddress@@6B@ @4002 NONAME ??_7H245_UnicastAddress_iP6Address@@6B@ @4003 NONAME ??_7H245_UnicastAddress_iPAddress@@6B@ @4004 NONAME ??_7H245_UnicastAddress_iPSourceRouteAddress@@6B@ @4005 NONAME ??_7H245_UnicastAddress_iPSourceRouteAddress_route@@6B@ @4006 NONAME ??_7H245_UnicastAddress_iPSourceRouteAddress_routing@@6B@ @4007 NONAME ??_7H245_UnicastAddress_iPXAddress@@6B@ @4008 NONAME ??_7H245_UserInputCapability@@6B@ @4009 NONAME ??_7H245_UserInputIndication@@6B@ @4010 NONAME ??_7H245_UserInputIndication_encryptedAlphanumeric@@6B@ @43969 NONAME ??_7H245_UserInputIndication_extendedAlphanumeric@@6B@ @17162 NONAME ??_7H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@6B@ @43970 NONAME ??_7H245_UserInputIndication_signal@@6B@ @4011 NONAME ??_7H245_UserInputIndication_signalUpdate@@6B@ @4012 NONAME ??_7H245_UserInputIndication_signalUpdate_rtp@@6B@ @4013 NONAME ??_7H245_UserInputIndication_signal_rtp@@6B@ @4014 NONAME ??_7H245_UserInputIndication_userInputSupportIndication@@6B@ @4015 NONAME ??_7H245_V42bis@@6B@ @4016 NONAME ??_7H245_V75Capability@@6B@ @4017 NONAME ??_7H245_V75Parameters@@6B@ @4018 NONAME ??_7H245_V76Capability@@6B@ @4019 NONAME ??_7H245_V76HDLCParameters@@6B@ @4020 NONAME ??_7H245_V76LogicalChannelParameters@@6B@ @4021 NONAME ??_7H245_V76LogicalChannelParameters_mode@@6B@ @4022 NONAME ??_7H245_V76LogicalChannelParameters_mode_eRM@@6B@ @4023 NONAME ??_7H245_V76LogicalChannelParameters_mode_eRM_recovery@@6B@ @4024 NONAME ??_7H245_V76LogicalChannelParameters_suspendResume@@6B@ @4025 NONAME ??_7H245_V76ModeParameters@@6B@ @4026 NONAME ??_7H245_VBDCapability@@6B@ @26937 NONAME ??_7H245_VBDMode@@6B@ @26938 NONAME ??_7H245_VCCapability@@6B@ @4027 NONAME ??_7H245_VCCapability_aal1@@6B@ @4028 NONAME ??_7H245_VCCapability_aal1ViaGateway@@6B@ @17163 NONAME ??_7H245_VCCapability_aal5@@6B@ @4029 NONAME ??_7H245_VCCapability_availableBitRates@@6B@ @4030 NONAME ??_7H245_VCCapability_availableBitRates_type@@6B@ @4031 NONAME ??_7H245_VCCapability_availableBitRates_type_rangeOfBitRates@@6B@ @4032 NONAME ??_7H245_VendorIdentification@@6B@ @4033 NONAME ??_7H245_VideoCapability@@6B@ @4034 NONAME ??_7H245_VideoIndicateCompose@@6B@ @4035 NONAME ??_7H245_VideoMode@@6B@ @4036 NONAME ??_7H248_ActionReply@@6B@ @22226 NONAME ??_7H248_ActionRequest@@6B@ @22227 NONAME ??_7H248_AmmDescriptor@@6B@ @22228 NONAME ??_7H248_AmmRequest@@6B@ @22229 NONAME ??_7H248_AmmsReply@@6B@ @22230 NONAME ??_7H248_ArrayOf_ActionReply@@6B@ @22231 NONAME ??_7H248_ArrayOf_ActionRequest@@6B@ @22232 NONAME ??_7H248_ArrayOf_AmmDescriptor@@6B@ @22233 NONAME ??_7H248_ArrayOf_CommandReply@@6B@ @22234 NONAME ??_7H248_ArrayOf_CommandRequest@@6B@ @22235 NONAME ??_7H248_ArrayOf_EventParameter@@6B@ @22236 NONAME ??_7H248_ArrayOf_IndAuditParameter@@6B@ @22237 NONAME ??_7H248_ArrayOf_IndAudPropertyParm@@6B@ @22238 NONAME ??_7H248_ArrayOf_IndAudStreamDescriptor@@6B@ @22239 NONAME ??_7H248_ArrayOf_ModemType@@6B@ @22240 NONAME ??_7H248_ArrayOf_ObservedEvent@@6B@ @22241 NONAME ??_7H248_ArrayOf_PASN_OctetString@@6B@ @22242 NONAME ??_7H248_ArrayOf_PropertyGroup@@6B@ @22243 NONAME ??_7H248_ArrayOf_PropertyParm@@6B@ @22244 NONAME ??_7H248_ArrayOf_RequestedEvent@@6B@ @22245 NONAME ??_7H248_ArrayOf_SecondRequestedEvent@@6B@ @22246 NONAME ??_7H248_ArrayOf_Signal@@6B@ @22247 NONAME ??_7H248_ArrayOf_SigParameter@@6B@ @22248 NONAME ??_7H248_ArrayOf_StreamDescriptor@@6B@ @22249 NONAME ??_7H248_ArrayOf_TerminationID@@6B@ @22250 NONAME ??_7H248_ArrayOf_TopologyRequest@@6B@ @22251 NONAME ??_7H248_ArrayOf_Transaction@@6B@ @22252 NONAME ??_7H248_ArrayOf_WildcardField@@6B@ @22253 NONAME ??_7H248_AuditDescriptor@@6B@ @22254 NONAME ??_7H248_AuditReply@@6B@ @22255 NONAME ??_7H248_AuditRequest@@6B@ @22256 NONAME ??_7H248_AuditResult@@6B@ @22257 NONAME ??_7H248_AuditReturnParameter@@6B@ @22258 NONAME ??_7H248_AuthData@@6B@ @22259 NONAME ??_7H248_AuthenticationHeader@@6B@ @22260 NONAME ??_7H248_Command@@6B@ @22261 NONAME ??_7H248_CommandReply@@6B@ @22262 NONAME ??_7H248_CommandRequest@@6B@ @22263 NONAME ??_7H248_ContextAttrAuditRequest@@6B@ @22264 NONAME ??_7H248_ContextID@@6B@ @22265 NONAME ??_7H248_ContextRequest@@6B@ @22266 NONAME ??_7H248_DigitMapDescriptor@@6B@ @22267 NONAME ??_7H248_DigitMapName@@6B@ @22268 NONAME ??_7H248_DigitMapValue@@6B@ @22269 NONAME ??_7H248_DomainName@@6B@ @22270 NONAME ??_7H248_ErrorCode@@6B@ @22271 NONAME ??_7H248_ErrorDescriptor@@6B@ @22272 NONAME ??_7H248_ErrorText@@6B@ @22273 NONAME ??_7H248_EventBufferControl@@6B@ @22274 NONAME ??_7H248_EventBufferDescriptor@@6B@ @22275 NONAME ??_7H248_EventDM@@6B@ @22276 NONAME ??_7H248_EventName@@6B@ @22277 NONAME ??_7H248_EventParameter@@6B@ @22278 NONAME ??_7H248_EventParameter_extraInfo@@6B@ @22279 NONAME ??_7H248_EventsDescriptor@@6B@ @22280 NONAME ??_7H248_EventSpec@@6B@ @22281 NONAME ??_7H248_H221NonStandard@@6B@ @22282 NONAME ??_7H248_IndAudDigitMapDescriptor@@6B@ @22283 NONAME ??_7H248_IndAudEventBufferDescriptor@@6B@ @22284 NONAME ??_7H248_IndAudEventsDescriptor@@6B@ @22285 NONAME ??_7H248_IndAuditParameter@@6B@ @22286 NONAME ??_7H248_IndAudLocalControlDescriptor@@6B@ @22287 NONAME ??_7H248_IndAudLocalRemoteDescriptor@@6B@ @22288 NONAME ??_7H248_IndAudMediaDescriptor@@6B@ @22289 NONAME ??_7H248_IndAudMediaDescriptor_streams@@6B@ @22290 NONAME ??_7H248_IndAudPackagesDescriptor@@6B@ @22291 NONAME ??_7H248_IndAudPropertyGroup@@6B@ @22292 NONAME ??_7H248_IndAudPropertyParm@@6B@ @22293 NONAME ??_7H248_IndAudSeqSigList@@6B@ @22294 NONAME ??_7H248_IndAudSignal@@6B@ @22295 NONAME ??_7H248_IndAudSignalsDescriptor@@6B@ @22296 NONAME ??_7H248_IndAudStatisticsDescriptor@@6B@ @22297 NONAME ??_7H248_IndAudStreamDescriptor@@6B@ @22298 NONAME ??_7H248_IndAudStreamParms@@6B@ @22299 NONAME ??_7H248_IndAudTerminationStateDescriptor@@6B@ @22300 NONAME ??_7H248_IP4Address@@6B@ @22301 NONAME ??_7H248_IP6Address@@6B@ @22302 NONAME ??_7H248_LocalControlDescriptor@@6B@ @22303 NONAME ??_7H248_LocalRemoteDescriptor@@6B@ @22304 NONAME ??_7H248_MediaDescriptor@@6B@ @22305 NONAME ??_7H248_MediaDescriptor_streams@@6B@ @22306 NONAME ??_7H248_MegacoMessage@@6B@ @22307 NONAME ??_7H248_Message@@6B@ @22308 NONAME ??_7H248_Message_messageBody@@6B@ @22309 NONAME ??_7H248_MId@@6B@ @22310 NONAME ??_7H248_ModemDescriptor@@6B@ @22311 NONAME ??_7H248_ModemType@@6B@ @22312 NONAME ??_7H248_MuxDescriptor@@6B@ @22313 NONAME ??_7H248_MuxType@@6B@ @22314 NONAME ??_7H248_Name@@6B@ @22315 NONAME ??_7H248_NonStandardData@@6B@ @22316 NONAME ??_7H248_NonStandardIdentifier@@6B@ @22317 NONAME ??_7H248_NotifyCompletion@@6B@ @22318 NONAME ??_7H248_NotifyReply@@6B@ @22319 NONAME ??_7H248_NotifyRequest@@6B@ @22320 NONAME ??_7H248_ObservedEvent@@6B@ @22321 NONAME ??_7H248_ObservedEventsDescriptor@@6B@ @22322 NONAME ??_7H248_PackagesDescriptor@@6B@ @22323 NONAME ??_7H248_PackagesItem@@6B@ @22324 NONAME ??_7H248_PathName@@6B@ @22325 NONAME ??_7H248_PkgdName@@6B@ @22326 NONAME ??_7H248_PropertyGroup@@6B@ @22327 NONAME ??_7H248_PropertyParm@@6B@ @22328 NONAME ??_7H248_PropertyParm_extraInfo@@6B@ @22329 NONAME ??_7H248_Relation@@6B@ @22330 NONAME ??_7H248_RequestedActions@@6B@ @22331 NONAME ??_7H248_RequestedEvent@@6B@ @22332 NONAME ??_7H248_RequestID@@6B@ @22333 NONAME ??_7H248_SecondEventsDescriptor@@6B@ @22334 NONAME ??_7H248_SecondRequestedActions@@6B@ @22335 NONAME ??_7H248_SecondRequestedEvent@@6B@ @22336 NONAME ??_7H248_SecurityParmIndex@@6B@ @22337 NONAME ??_7H248_SeqSigList@@6B@ @22338 NONAME ??_7H248_SequenceNum@@6B@ @22339 NONAME ??_7H248_ServiceChangeAddress@@6B@ @22340 NONAME ??_7H248_ServiceChangeMethod@@6B@ @22341 NONAME ??_7H248_ServiceChangeParm@@6B@ @22342 NONAME ??_7H248_ServiceChangeProfile@@6B@ @22343 NONAME ??_7H248_ServiceChangeReply@@6B@ @22344 NONAME ??_7H248_ServiceChangeRequest@@6B@ @22345 NONAME ??_7H248_ServiceChangeResParm@@6B@ @22346 NONAME ??_7H248_ServiceChangeResult@@6B@ @22347 NONAME ??_7H248_ServiceState@@6B@ @22348 NONAME ??_7H248_Signal@@6B@ @22349 NONAME ??_7H248_SignalName@@6B@ @22350 NONAME ??_7H248_SignalRequest@@6B@ @22351 NONAME ??_7H248_SignalsDescriptor@@6B@ @22352 NONAME ??_7H248_SignalType@@6B@ @22353 NONAME ??_7H248_SigParameter@@6B@ @22354 NONAME ??_7H248_SigParameter_extraInfo@@6B@ @22355 NONAME ??_7H248_StatisticsDescriptor@@6B@ @22356 NONAME ??_7H248_StatisticsParameter@@6B@ @22357 NONAME ??_7H248_StreamDescriptor@@6B@ @22358 NONAME ??_7H248_StreamID@@6B@ @22359 NONAME ??_7H248_StreamMode@@6B@ @22360 NONAME ??_7H248_StreamParms@@6B@ @22361 NONAME ??_7H248_SubtractRequest@@6B@ @22362 NONAME ??_7H248_TerminationAudit@@6B@ @22363 NONAME ??_7H248_TerminationID@@6B@ @22364 NONAME ??_7H248_TerminationIDList@@6B@ @22365 NONAME ??_7H248_TerminationStateDescriptor@@6B@ @22366 NONAME ??_7H248_TimeNotation@@6B@ @22367 NONAME ??_7H248_TopologyRequest@@6B@ @22368 NONAME ??_7H248_TopologyRequest_topologyDirection@@6B@ @22369 NONAME ??_7H248_Transaction@@6B@ @22370 NONAME ??_7H248_TransactionAck@@6B@ @22371 NONAME ??_7H248_TransactionId@@6B@ @22372 NONAME ??_7H248_TransactionPending@@6B@ @22373 NONAME ??_7H248_TransactionReply@@6B@ @22374 NONAME ??_7H248_TransactionReply_transactionResult@@6B@ @22375 NONAME ??_7H248_TransactionRequest@@6B@ @22376 NONAME ??_7H248_TransactionResponseAck@@6B@ @22377 NONAME ??_7H248_Value@@6B@ @22378 NONAME ??_7H248_WildcardField@@6B@ @22379 NONAME ??_7H261DCTEncoder@@6B@ @4037 NONAME ??_7H261Encoder@@6B@ @4038 NONAME ??_7H261PixelEncoder@@6B@ @4039 NONAME ??_7H323AudioCapability@@6B@ @4040 NONAME ??_7H323AudioCodec@@6B@ @4041 NONAME ??_7H323BidirectionalChannel@@6B@ @4042 NONAME ??_7H323CallCreditServiceControl@@6B@ @22380 NONAME ??_7H323Capabilities@@6B@ @12513 NONAME ??_7H323CapabilitiesSet@@6B@ @12514 NONAME ??_7H323Capability@@6B@ @4043 NONAME ??_7H323Channel@@6B@ @4045 NONAME ??_7H323ChannelNumber@@6B@ @4046 NONAME ??_7H323Codec@@6B@ @4047 NONAME ??_7H323CodecPluginGenericAudioCapability@@6BH323AudioCapability@@@ @43971 NONAME ??_7H323CodecPluginGenericAudioCapability@@6BH323GenericCapabilityInfo@@@ @43972 NONAME ??_7H323CodecPluginNonStandardAudioCapability@@6BH323AudioCapability@@@ @27319 NONAME ??_7H323CodecPluginNonStandardAudioCapability@@6BH323NonStandardCapabilityInfo@@@ @27320 NONAME ??_7H323Connection@@6B@ @4048 NONAME ??_7H323ConnectionsCleaner@@6B@ @4049 NONAME ??_7H323ControlPDU@@6B@ @4050 NONAME ??_7H323DataCapability@@6B@ @4051 NONAME ??_7H323DataChannel@@6B@ @18830 NONAME ??_7H323DynaLink@@6B@ @37932 NONAME ??_7H323EndPoint@@6B@ @4052 NONAME ??_7H323FramedAudioCodec@@6B@ @4053 NONAME ??_7H323Gatekeeper@@6B@ @4054 NONAME ??_7H323GatekeeperARQ@@6B@ @19765 NONAME ??_7H323GatekeeperBRQ@@6B@ @19766 NONAME ??_7H323GatekeeperCall@@6B@ @19051 NONAME ??_7H323GatekeeperDRQ@@6B@ @19767 NONAME ??_7H323GatekeeperGRQ@@6B@ @19768 NONAME ??_7H323GatekeeperIRR@@6B@ @20586 NONAME ??_7H323GatekeeperListener@@6B@ @19052 NONAME ??_7H323GatekeeperLRQ@@6B@ @19769 NONAME ??_7H323GatekeeperRequest@@6B@ @19770 NONAME ??_7H323GatekeeperRRQ@@6B@ @19771 NONAME ??_7H323GatekeeperServer@@6B@ @19053 NONAME ??_7H323GatekeeperURQ@@6B@ @19772 NONAME ??_7H323GenericAudioCapability@@6BH323AudioCapability@@@ @43973 NONAME ??_7H323GenericAudioCapability@@6BH323GenericCapabilityInfo@@@ @43974 NONAME ??_7H323GenericCapabilityInfo@@6B@ @43975 NONAME ??_7H323GenericVideoCapability@@6BH323GenericCapabilityInfo@@@ @43976 NONAME ??_7H323GenericVideoCapability@@6BH323VideoCapability@@@ @43977 NONAME ??_7H323GSMPluginCapability@@6B@ @27321 NONAME ??_7H323H248ServiceControl@@6B@ @22381 NONAME ??_7H323HTTPServiceControl@@6B@ @22382 NONAME ??_7H323Listener@@6B@ @4056 NONAME ??_7H323ListenerTCP@@6B@ @4057 NONAME ??_7H323LogicalChannelThread@@6B@ @4058 NONAME ??_7H323NonStandardAudioCapability@@6BH323AudioCapability@@@ @4059 NONAME ??_7H323NonStandardAudioCapability@@6BH323NonStandardCapabilityInfo@@@ @4060 NONAME ??_7H323NonStandardCapabilityInfo@@6B@ @4061 NONAME ??_7H323NonStandardDataCapability@@6BH323DataCapability@@@ @4062 NONAME ??_7H323NonStandardDataCapability@@6BH323NonStandardCapabilityInfo@@@ @4063 NONAME ??_7H323NonStandardVideoCapability@@6BH323NonStandardCapabilityInfo@@@ @4064 NONAME ??_7H323NonStandardVideoCapability@@6BH323VideoCapability@@@ @4065 NONAME ??_7H323PeerElement@@6B@ @23973 NONAME ??_7H323PeerElementDescriptor@@6B@ @25710 NONAME ??_7H323PeerElementServiceRelationship@@6B@ @25711 NONAME ??_7H323PluginCapability@@6B@ @27324 NONAME ??_7H323PluginCodecManager@@6B@ @37915 NONAME ??_7H323PluginFramedAudioCodec@@6B@ @37966 NONAME ??_7H323PluginG7231Capability@@6B@ @27325 NONAME ??_7H323PluginVideoCodec@@6B@ @27326 NONAME ??_7H323RasPDU@@6BH225_RasMessage@@@ @23975 NONAME ??_7H323RasPDU@@6BH323TransactionPDU@@@ @23976 NONAME ??_7H323RealTimeCapability@@6B@ @4067 NONAME ??_7H323RegisteredEndPoint@@6B@ @19054 NONAME ??_7H323ServiceControlSession@@6B@ @22383 NONAME ??_7H323SignalPDU@@6B@ @4068 NONAME ??_7H323SimultaneousCapabilities@@6B@ @4069 NONAME ??_7H323StreamedAudioCodec@@6B@ @4070 NONAME ??_7H323StreamedPluginAudioCodec@@6B@ @37967 NONAME ??_7H323Transaction@@6B@ @26059 NONAME ??_7H323TransactionPDU@@6B@ @23977 NONAME ??_7H323TransactionServer@@6B@ @23978 NONAME ??_7H323Transactor@@6B@ @23979 NONAME ??_7H323Transport@@6Biostream@@@ @4071 NONAME ??_7H323Transport@@6BPObject@@@ @4072 NONAME ??_7H323TransportAddress@@6B@ @4073 NONAME ??_7H323TransportAddressArray@@6B@ @21069 NONAME ??_7H323TransportIP@@6Biostream@@@ @4074 NONAME ??_7H323TransportIP@@6BPObject@@@ @4075 NONAME ??_7H323TransportTCP@@6Biostream@@@ @4076 NONAME ??_7H323TransportTCP@@6BPObject@@@ @4077 NONAME ??_7H323TransportUDP@@6Biostream@@@ @4078 NONAME ??_7H323TransportUDP@@6BPObject@@@ @4079 NONAME ??_7H323UnidirectionalChannel@@6B@ @4080 NONAME ??_7H323VideoCapability@@6B@ @4081 NONAME ??_7H323VideoCodec@@6B@ @4082 NONAME ??_7H323_ALawCodec@@6B@ @4088 NONAME ??_7H323_AnnexG@@6B@ @23980 NONAME ??_7H323_CiscoG7231aLIDCapability@@6BH323AudioCapability@@@ @21008 NONAME ??_7H323_CiscoG7231aLIDCapability@@6BH323NonStandardCapabilityInfo@@@ @21009 NONAME ??_7H323_ExternalRTPChannel@@6B@ @19907 NONAME ??_7H323_G711ALaw64Capability@@6B@ @42139 NONAME ??_7H323_G711Capability@@6B@ @4089 NONAME ??_7H323_G711uLaw64Capability@@6B@ @42140 NONAME ??_7H323_H261Capability@@6B@ @4092 NONAME ??_7H323_H261Codec@@6B@ @4093 NONAME ??_7H323_LIDCapability@@6B@ @4094 NONAME ??_7H323_LIDCodec@@6B@ @4095 NONAME ??_7H323_LID_G711_ALaw_Capability@@6B@ @42141 NONAME ??_7H323_LID_G711_uLaw_Capability@@6B@ @42142 NONAME ??_7H323_LID_G7231A_5k3_Capability@@6B@ @42143 NONAME ??_7H323_LID_G7231A_6k3_Capability@@6B@ @42144 NONAME ??_7H323_LID_G7231_5k3_Capability@@6B@ @42145 NONAME ??_7H323_LID_G7231_6k3_Capability@@6B@ @42146 NONAME ??_7H323_LID_G728_Capability@@6B@ @42147 NONAME ??_7H323_LID_G729AB_Capability@@6B@ @42148 NONAME ??_7H323_LID_G729A_Capability@@6B@ @42149 NONAME ??_7H323_LID_G729B_Capability@@6B@ @42150 NONAME ??_7H323_LID_G729_Capability@@6B@ @42151 NONAME ??_7H323_LID_GSM0610_Capability@@6B@ @42152 NONAME ??_7H323_muLawCodec@@6B@ @4096 NONAME ??_7H323_RealTimeChannel@@6B@ @19908 NONAME ??_7H323_RTPChannel@@6B@ @4097 NONAME ??_7H323_RTP_Session@@6B@ @4098 NONAME ??_7H323_RTP_UDP@@6B@ @4099 NONAME ??_7H323_T120Capability@@6B@ @4100 NONAME ??_7H323_T120Channel@@6B@ @18831 NONAME ??_7H323_T38Capability@@6B@ @18832 NONAME ??_7H323_T38Channel@@6B@ @18833 NONAME ??_7H323_T38NonStandardCapability@@6BH323DataCapability@@@ @20513 NONAME ??_7H323_T38NonStandardCapability@@6BH323NonStandardCapabilityInfo@@@ @20514 NONAME ??_7H323_UserInputCapability@@6B@ @4101 NONAME ??_7H45010_ArrayOf_MixedExtension@@6B@ @15498 NONAME ??_7H45010_CfbOvrOptArg@@6B@ @15499 NONAME ??_7H45010_CoReqOptArg@@6B@ @15500 NONAME ??_7H45010_H323CallOfferOperations@@6B@ @15501 NONAME ??_7H45010_RUAlertOptArg@@6B@ @15502 NONAME ??_7H45011Handler@@6B@ @20653 NONAME ??_7H45011_ArrayOf_MixedExtension@@6B@ @15503 NONAME ??_7H45011_CallIntrusionErrors@@6B@ @15504 NONAME ??_7H45011_CICapabilityLevel@@6B@ @15505 NONAME ??_7H45011_CIFrcRelArg@@6B@ @15506 NONAME ??_7H45011_CIFrcRelOptRes@@6B@ @15507 NONAME ??_7H45011_CIGetCIPLOptArg@@6B@ @15508 NONAME ??_7H45011_CIGetCIPLRes@@6B@ @15509 NONAME ??_7H45011_CIIsOptArg@@6B@ @15510 NONAME ??_7H45011_CIIsOptRes@@6B@ @15511 NONAME ??_7H45011_CINotificationArg@@6B@ @15512 NONAME ??_7H45011_CIProtectionLevel@@6B@ @15513 NONAME ??_7H45011_CIRequestArg@@6B@ @15514 NONAME ??_7H45011_CIRequestRes@@6B@ @15515 NONAME ??_7H45011_CISilentArg@@6B@ @15516 NONAME ??_7H45011_CISilentOptRes@@6B@ @15517 NONAME ??_7H45011_CIStatusInformation@@6B@ @15518 NONAME ??_7H45011_CIWobOptArg@@6B@ @15519 NONAME ??_7H45011_CIWobOptRes@@6B@ @15520 NONAME ??_7H45011_H323CallIntrusionOperations@@6B@ @15521 NONAME ??_7H4501_Address@@6B@ @14380 NONAME ??_7H4501_AddressInformation@@6B@ @14381 NONAME ??_7H4501_AddressScreened@@6B@ @14382 NONAME ??_7H4501_ArrayOf_AliasAddress@@6B@ @14383 NONAME ??_7H4501_ArrayOf_ROS@@6B@ @14384 NONAME ??_7H4501_EndpointAddress@@6B@ @14385 NONAME ??_7H4501_EntityType@@6B@ @14386 NONAME ??_7H4501_Extension@@6B@ @14387 NONAME ??_7H4501_GeneralErrorList@@6B@ @14388 NONAME ??_7H4501_H225InformationElement@@6B@ @14389 NONAME ??_7H4501_InterpretationApdu@@6B@ @14390 NONAME ??_7H4501_InvokeIDs@@6B@ @14391 NONAME ??_7H4501_InvokeIdSet@@6B@ @14392 NONAME ??_7H4501_NetworkFacilityExtension@@6B@ @14393 NONAME ??_7H4501_NSAPSubaddress@@6B@ @14394 NONAME ??_7H4501_NumberScreened@@6B@ @14395 NONAME ??_7H4501_PartySubaddress@@6B@ @14396 NONAME ??_7H4501_PresentationAllowedIndicator@@6B@ @14397 NONAME ??_7H4501_PresentedAddressScreened@@6B@ @14398 NONAME ??_7H4501_PresentedAddressUnscreened@@6B@ @14399 NONAME ??_7H4501_PresentedNumberScreened@@6B@ @14400 NONAME ??_7H4501_PresentedNumberUnscreened@@6B@ @14401 NONAME ??_7H4501_ScreeningIndicator@@6B@ @14402 NONAME ??_7H4501_ServiceApdus@@6B@ @14403 NONAME ??_7H4501_SubaddressInformation@@6B@ @14404 NONAME ??_7H4501_SupplementaryService@@6B@ @14405 NONAME ??_7H4501_UserSpecifiedSubaddress@@6B@ @14406 NONAME ??_7H4502Handler@@6B@ @19424 NONAME ??_7H4502_CallIdentity@@6B@ @14407 NONAME ??_7H4502_CallStatus@@6B@ @14408 NONAME ??_7H4502_CallTransferErrors@@6B@ @14409 NONAME ??_7H4502_CallTransferOperation@@6B@ @14410 NONAME ??_7H4502_CTActiveArg@@6B@ @14411 NONAME ??_7H4502_CTActiveArg_argumentExtension@@6B@ @14412 NONAME ??_7H4502_CTCompleteArg@@6B@ @14413 NONAME ??_7H4502_CTCompleteArg_argumentExtension@@6B@ @14414 NONAME ??_7H4502_CTIdentifyRes@@6B@ @14415 NONAME ??_7H4502_CTIdentifyRes_resultExtension@@6B@ @14416 NONAME ??_7H4502_CTInitiateArg@@6B@ @14417 NONAME ??_7H4502_CTInitiateArg_argumentExtension@@6B@ @14418 NONAME ??_7H4502_CTSetupArg@@6B@ @14419 NONAME ??_7H4502_CTSetupArg_argumentExtension@@6B@ @14420 NONAME ??_7H4502_CTUpdateArg@@6B@ @14421 NONAME ??_7H4502_CTUpdateArg_argumentExtension@@6B@ @14422 NONAME ??_7H4502_DummyArg@@6B@ @14423 NONAME ??_7H4502_DummyRes@@6B@ @14424 NONAME ??_7H4502_EndDesignation@@6B@ @14425 NONAME ??_7H4502_ExtensionSeq@@6B@ @14426 NONAME ??_7H4502_SubaddressTransferArg@@6B@ @14427 NONAME ??_7H4502_SubaddressTransferArg_argumentExtension@@6B@ @14428 NONAME ??_7H4503_BasicService@@6B@ @15142 NONAME ??_7H4503_CallDiversionErrors@@6B@ @15143 NONAME ??_7H4503_DiversionReason@@6B@ @15144 NONAME ??_7H4503_ExtensionSeq@@6B@ @15145 NONAME ??_7H4503_H323CallDiversionOperations@@6B@ @15146 NONAME ??_7H4503_IntResult@@6B@ @15147 NONAME ??_7H4503_IntResultList@@6B@ @15148 NONAME ??_7H4503_IntResult_extension@@6B@ @15149 NONAME ??_7H4503_Procedure@@6B@ @15150 NONAME ??_7H4503_SubscriptionOption@@6B@ @15151 NONAME ??_7H4504Handler@@6B@ @19425 NONAME ??_7H4504_ArrayOf_MixedExtension@@6B@ @14993 NONAME ??_7H4504_CallHoldOperation@@6B@ @14994 NONAME ??_7H4504_Extension@@6B@ @14995 NONAME ??_7H4504_HoldNotificArg@@6B@ @14996 NONAME ??_7H4504_MixedExtension@@6B@ @14997 NONAME ??_7H4504_RemoteHoldArg@@6B@ @14998 NONAME ??_7H4504_RemoteHoldRes@@6B@ @14999 NONAME ??_7H4504_RemoteRetrieveArg@@6B@ @15000 NONAME ??_7H4504_RemoteRetrieveRes@@6B@ @15001 NONAME ??_7H4504_RetrieveNotificArg@@6B@ @15002 NONAME ??_7H4505_ArrayOf_MixedExtension@@6B@ @15522 NONAME ??_7H4505_CallParkPickupOperations@@6B@ @15523 NONAME ??_7H4505_CallPickupErrors@@6B@ @15524 NONAME ??_7H4505_CallType@@6B@ @15525 NONAME ??_7H4505_CpickupNotifyArg@@6B@ @15526 NONAME ??_7H4505_CpNotifyArg@@6B@ @15527 NONAME ??_7H4505_CpRequestArg@@6B@ @15528 NONAME ??_7H4505_CpRequestRes@@6B@ @15529 NONAME ??_7H4505_CpSetupArg@@6B@ @15530 NONAME ??_7H4505_CpSetupRes@@6B@ @15531 NONAME ??_7H4505_GroupIndicationOffArg@@6B@ @15532 NONAME ??_7H4505_GroupIndicationOffRes@@6B@ @15533 NONAME ??_7H4505_GroupIndicationOnArg@@6B@ @15534 NONAME ??_7H4505_GroupIndicationOnRes@@6B@ @15535 NONAME ??_7H4505_ParkCondition@@6B@ @15536 NONAME ??_7H4505_ParkedToPosition@@6B@ @15537 NONAME ??_7H4505_PickExeArg@@6B@ @15538 NONAME ??_7H4505_PickExeRes@@6B@ @15539 NONAME ??_7H4505_PickrequArg@@6B@ @15540 NONAME ??_7H4505_PickrequRes@@6B@ @15541 NONAME ??_7H4505_PickupArg@@6B@ @15542 NONAME ??_7H4505_PickupRes@@6B@ @15543 NONAME ??_7H4506Handler@@6B@ @19944 NONAME ??_7H4506_ArrayOf_MixedExtension@@6B@ @15544 NONAME ??_7H4506_CallWaitingArg@@6B@ @15545 NONAME ??_7H4506_CallWaitingOperations@@6B@ @15546 NONAME ??_7H4507_ArrayOf_MixedExtension@@6B@ @15547 NONAME ??_7H4507_BasicService@@6B@ @15548 NONAME ??_7H4507_DummyRes@@6B@ @15549 NONAME ??_7H4507_H323_MWI_Operations@@6B@ @15550 NONAME ??_7H4507_MessageWaitingIndicationErrors@@6B@ @15551 NONAME ??_7H4507_MsgCentreId@@6B@ @15552 NONAME ??_7H4507_MWIActivateArg@@6B@ @15553 NONAME ??_7H4507_MWIDeactivateArg@@6B@ @15554 NONAME ??_7H4507_MWIInterrogateArg@@6B@ @15555 NONAME ??_7H4507_MWIInterrogateRes@@6B@ @15556 NONAME ??_7H4507_MWIInterrogateResElt@@6B@ @15557 NONAME ??_7H4507_NbOfMessages@@6B@ @15558 NONAME ??_7H4507_TimeStamp@@6B@ @15559 NONAME ??_7H4508_ExtendedName@@6B@ @15560 NONAME ??_7H4508_Name@@6B@ @15561 NONAME ??_7H4508_NameOperations@@6B@ @15562 NONAME ??_7H4508_NamePresentationAllowed@@6B@ @15563 NONAME ??_7H4508_NamePresentationRestricted@@6B@ @15564 NONAME ??_7H4508_SimpleName@@6B@ @15565 NONAME ??_7H4509_ArrayOf_MixedExtension@@6B@ @15566 NONAME ??_7H4509_CallCompletionErrors@@6B@ @15567 NONAME ??_7H4509_CcArg@@6B@ @15568 NONAME ??_7H4509_CcLongArg@@6B@ @15569 NONAME ??_7H4509_CcRequestArg@@6B@ @15570 NONAME ??_7H4509_CcRequestRes@@6B@ @15571 NONAME ??_7H4509_CcShortArg@@6B@ @15572 NONAME ??_7H4509_H323CallCompletionOperations@@6B@ @15573 NONAME ??_7H450ServiceAPDU@@6B@ @14429 NONAME ??_7H450xDispatcher@@6B@ @19426 NONAME ??_7H450xHandler@@6B@ @19427 NONAME ??_7H501AccessRequest@@6B@ @26060 NONAME ??_7H501DescriptorUpdate@@6B@ @26061 NONAME ??_7H501PDU@@6BH323TransactionPDU@@@ @23982 NONAME ??_7H501PDU@@6BH501_Message@@@ @23983 NONAME ??_7H501ServiceRequest@@6B@ @26062 NONAME ??_7H501Transaction@@6B@ @26063 NONAME ??_7H501_AccessConfirmation@@6B@ @24498 NONAME ??_7H501_AccessRejection@@6B@ @24499 NONAME ??_7H501_AccessRejectionReason@@6B@ @24500 NONAME ??_7H501_AccessRequest@@6B@ @24501 NONAME ??_7H501_AccessToken@@6B@ @24502 NONAME ??_7H501_AddressTemplate@@6B@ @24503 NONAME ??_7H501_AlternatePE@@6B@ @24504 NONAME ??_7H501_AlternatePEInfo@@6B@ @24505 NONAME ??_7H501_ApplicationMessage@@6B@ @24506 NONAME ??_7H501_ArrayOf_AccessToken@@6B@ @24507 NONAME ??_7H501_ArrayOf_AddressTemplate@@6B@ @24508 NONAME ??_7H501_ArrayOf_AliasAddress@@6B@ @24509 NONAME ??_7H501_ArrayOf_AlternatePE@@6B@ @24510 NONAME ??_7H501_ArrayOf_CircuitIdentifier@@6B@ @24511 NONAME ??_7H501_ArrayOf_ClearToken@@6B@ @24512 NONAME ??_7H501_ArrayOf_ContactInformation@@6B@ @24513 NONAME ??_7H501_ArrayOf_CryptoH323Token@@6B@ @24514 NONAME ??_7H501_ArrayOf_Descriptor@@6B@ @24515 NONAME ??_7H501_ArrayOf_DescriptorInfo@@6B@ @24517 NONAME ??_7H501_ArrayOf_GenericData@@6B@ @24518 NONAME ??_7H501_ArrayOf_GloballyUniqueID@@6B@ @25485 NONAME ??_7H501_ArrayOf_NonStandardParameter@@6B@ @24519 NONAME ??_7H501_ArrayOf_PASN_ObjectId@@6B@ @24520 NONAME ??_7H501_ArrayOf_Pattern@@6B@ @24521 NONAME ??_7H501_ArrayOf_PriceElement@@6B@ @24522 NONAME ??_7H501_ArrayOf_PriceInfoSpec@@6B@ @24523 NONAME ??_7H501_ArrayOf_RouteInformation@@6B@ @24524 NONAME ??_7H501_ArrayOf_SecurityMode@@6B@ @24525 NONAME ??_7H501_ArrayOf_ServiceControlSession@@6B@ @24526 NONAME ??_7H501_ArrayOf_SupportedProtocols@@6B@ @24527 NONAME ??_7H501_ArrayOf_TransportAddress@@6B@ @24528 NONAME ??_7H501_ArrayOf_UpdateInformation@@6B@ @24529 NONAME ??_7H501_ArrayOf_UsageField@@6B@ @24530 NONAME ??_7H501_AuthenticationConfirmation@@6B@ @24531 NONAME ??_7H501_AuthenticationRejection@@6B@ @24532 NONAME ??_7H501_AuthenticationRejectionReason@@6B@ @24533 NONAME ??_7H501_AuthenticationRequest@@6B@ @24534 NONAME ??_7H501_CallInformation@@6B@ @24535 NONAME ??_7H501_ContactInformation@@6B@ @24536 NONAME ??_7H501_Descriptor@@6B@ @24537 NONAME ??_7H501_DescriptorConfirmation@@6B@ @24538 NONAME ??_7H501_DescriptorIDConfirmation@@6B@ @24540 NONAME ??_7H501_DescriptorIDRejection@@6B@ @24541 NONAME ??_7H501_DescriptorIDRejectionReason@@6B@ @24542 NONAME ??_7H501_DescriptorIDRequest@@6B@ @24543 NONAME ??_7H501_DescriptorInfo@@6B@ @24544 NONAME ??_7H501_DescriptorRejection@@6B@ @24545 NONAME ??_7H501_DescriptorRejectionReason@@6B@ @24546 NONAME ??_7H501_DescriptorRequest@@6B@ @24547 NONAME ??_7H501_DescriptorUpdate@@6B@ @24548 NONAME ??_7H501_DescriptorUpdateAck@@6B@ @24549 NONAME ??_7H501_ElementIdentifier@@6B@ @24550 NONAME ??_7H501_GlobalTimeStamp@@6B@ @24551 NONAME ??_7H501_Message@@6B@ @24552 NONAME ??_7H501_MessageBody@@6B@ @24553 NONAME ??_7H501_MessageCommonInfo@@6B@ @24554 NONAME ??_7H501_NonStandardConfirmation@@6B@ @24555 NONAME ??_7H501_NonStandardRejection@@6B@ @24556 NONAME ??_7H501_NonStandardRejectionReason@@6B@ @24557 NONAME ??_7H501_NonStandardRequest@@6B@ @24558 NONAME ??_7H501_PartyInformation@@6B@ @24559 NONAME ??_7H501_Pattern@@6B@ @24560 NONAME ??_7H501_Pattern_range@@6B@ @24561 NONAME ??_7H501_PriceElement@@6B@ @24562 NONAME ??_7H501_PriceElement_units@@6B@ @24563 NONAME ??_7H501_PriceInfoSpec@@6B@ @24564 NONAME ??_7H501_ProtocolVersion@@6B@ @24565 NONAME ??_7H501_RequestInProgress@@6B@ @24566 NONAME ??_7H501_Role@@6B@ @24567 NONAME ??_7H501_RouteInformation@@6B@ @24568 NONAME ??_7H501_RouteInformation_messageType@@6B@ @24569 NONAME ??_7H501_SecurityMode@@6B@ @24570 NONAME ??_7H501_ServiceConfirmation@@6B@ @24571 NONAME ??_7H501_ServiceRejection@@6B@ @24573 NONAME ??_7H501_ServiceRejectionReason@@6B@ @24574 NONAME ??_7H501_ServiceRelease@@6B@ @24575 NONAME ??_7H501_ServiceReleaseReason@@6B@ @24576 NONAME ??_7H501_ServiceRequest@@6B@ @24577 NONAME ??_7H501_TerminationCause@@6B@ @24578 NONAME ??_7H501_TimeZone@@6B@ @24579 NONAME ??_7H501_UnknownMessageReason@@6B@ @24580 NONAME ??_7H501_UnknownMessageResponse@@6B@ @24581 NONAME ??_7H501_UpdateInformation@@6B@ @24582 NONAME ??_7H501_UpdateInformation_descriptorInfo@@6B@ @24583 NONAME ??_7H501_UpdateInformation_updateType@@6B@ @24584 NONAME ??_7H501_UsageCallStatus@@6B@ @24585 NONAME ??_7H501_UsageConfirmation@@6B@ @24586 NONAME ??_7H501_UsageField@@6B@ @24587 NONAME ??_7H501_UsageIndication@@6B@ @24588 NONAME ??_7H501_UsageIndicationConfirmation@@6B@ @24589 NONAME ??_7H501_UsageIndicationRejection@@6B@ @24590 NONAME ??_7H501_UsageIndicationRejectionReason@@6B@ @24591 NONAME ??_7H501_UsageRejection@@6B@ @24592 NONAME ??_7H501_UsageRejectReason@@6B@ @24593 NONAME ??_7H501_UsageRequest@@6B@ @24594 NONAME ??_7H501_UsageSpecification@@6B@ @24595 NONAME ??_7H501_UsageSpecification_when@@6B@ @24596 NONAME ??_7H501_UserInformation@@6B@ @24597 NONAME ??_7H501_ValidationConfirmation@@6B@ @24598 NONAME ??_7H501_ValidationRejection@@6B@ @24599 NONAME ??_7H501_ValidationRejectionReason@@6B@ @24600 NONAME ??_7H501_ValidationRequest@@6B@ @24601 NONAME ??_7HandleTimeout_PNotifier@H245Negotiator@@6B@ @4102 NONAME ??_7HandleTransactions_PNotifier@H323Transactor@@6B@ @25853 NONAME ??_7HIDPluginDeviceManager@@6B@ @43978 NONAME ??_7IntraP64Decoder@@6B@ @4103 NONAME ??_7MCS_ArrayOf_ChannelAttributes@@6B@ @4150 NONAME ??_7MCS_ArrayOf_ChannelId@@6B@ @4151 NONAME ??_7MCS_ArrayOf_TokenAttributes@@6B@ @4152 NONAME ??_7MCS_ArrayOf_TokenId@@6B@ @4153 NONAME ??_7MCS_ArrayOf_UserId@@6B@ @4154 NONAME ??_7MCS_AssignedChannelId@@6B@ @4155 NONAME ??_7MCS_AUcf@@6B@ @4156 NONAME ??_7MCS_AUrq@@6B@ @4157 NONAME ??_7MCS_CAin@@6B@ @4158 NONAME ??_7MCS_CArq@@6B@ @4159 NONAME ??_7MCS_CCcf@@6B@ @4160 NONAME ??_7MCS_CCrq@@6B@ @4161 NONAME ??_7MCS_CDin@@6B@ @4162 NONAME ??_7MCS_CDrq@@6B@ @4163 NONAME ??_7MCS_CEin@@6B@ @4164 NONAME ??_7MCS_CErq@@6B@ @4165 NONAME ??_7MCS_ChannelAttributes@@6B@ @4166 NONAME ??_7MCS_ChannelAttributes_assigned@@6B@ @4167 NONAME ??_7MCS_ChannelAttributes_private@@6B@ @4168 NONAME ??_7MCS_ChannelAttributes_static@@6B@ @4169 NONAME ??_7MCS_ChannelAttributes_userId@@6B@ @4170 NONAME ??_7MCS_ChannelId@@6B@ @4171 NONAME ??_7MCS_CJcf@@6B@ @4172 NONAME ??_7MCS_CJrq@@6B@ @4173 NONAME ??_7MCS_CLrq@@6B@ @4174 NONAME ??_7MCS_ConnectMCSPDU@@6B@ @4175 NONAME ??_7MCS_Connect_Additional@@6B@ @4176 NONAME ??_7MCS_Connect_Initial@@6B@ @4177 NONAME ??_7MCS_Connect_Response@@6B@ @4178 NONAME ??_7MCS_Connect_Result@@6B@ @4179 NONAME ??_7MCS_DataPriority@@6B@ @4180 NONAME ??_7MCS_Diagnostic@@6B@ @4181 NONAME ??_7MCS_DomainMCSPDU@@6B@ @4182 NONAME ??_7MCS_DomainParameters@@6B@ @4183 NONAME ??_7MCS_DPum@@6B@ @4184 NONAME ??_7MCS_DUin@@6B@ @4185 NONAME ??_7MCS_DUrq@@6B@ @4186 NONAME ??_7MCS_DynamicChannelId@@6B@ @4187 NONAME ??_7MCS_EDrq@@6B@ @4188 NONAME ??_7MCS_MCcf@@6B@ @4189 NONAME ??_7MCS_MCrq@@6B@ @4190 NONAME ??_7MCS_MTcf@@6B@ @4191 NONAME ??_7MCS_MTrq@@6B@ @4192 NONAME ??_7MCS_PCin@@6B@ @4193 NONAME ??_7MCS_PDin@@6B@ @4194 NONAME ??_7MCS_PrivateChannelId@@6B@ @4195 NONAME ??_7MCS_PTin@@6B@ @4196 NONAME ??_7MCS_Reason@@6B@ @4197 NONAME ??_7MCS_Result@@6B@ @4198 NONAME ??_7MCS_RJum@@6B@ @4199 NONAME ??_7MCS_SDin@@6B@ @4200 NONAME ??_7MCS_SDrq@@6B@ @4201 NONAME ??_7MCS_Segmentation@@6B@ @4202 NONAME ??_7MCS_StaticChannelId@@6B@ @4203 NONAME ??_7MCS_TGcf@@6B@ @4204 NONAME ??_7MCS_TGrq@@6B@ @4205 NONAME ??_7MCS_TIcf@@6B@ @4206 NONAME ??_7MCS_TIrq@@6B@ @4207 NONAME ??_7MCS_TokenAttributes@@6B@ @4208 NONAME ??_7MCS_TokenAttributes_given@@6B@ @4209 NONAME ??_7MCS_TokenAttributes_giving@@6B@ @4210 NONAME ??_7MCS_TokenAttributes_grabbed@@6B@ @4211 NONAME ??_7MCS_TokenAttributes_inhibited@@6B@ @4212 NONAME ??_7MCS_TokenAttributes_ungivable@@6B@ @4213 NONAME ??_7MCS_TokenId@@6B@ @4214 NONAME ??_7MCS_TokenStatus@@6B@ @4215 NONAME ??_7MCS_TPin@@6B@ @4216 NONAME ??_7MCS_TPrq@@6B@ @4217 NONAME ??_7MCS_TRcf@@6B@ @4218 NONAME ??_7MCS_TRrq@@6B@ @4219 NONAME ??_7MCS_TTcf@@6B@ @4220 NONAME ??_7MCS_TTrq@@6B@ @4221 NONAME ??_7MCS_TVcf@@6B@ @4222 NONAME ??_7MCS_TVin@@6B@ @4223 NONAME ??_7MCS_TVrq@@6B@ @4224 NONAME ??_7MCS_TVrs@@6B@ @4225 NONAME ??_7MCS_UserId@@6B@ @4226 NONAME ??_7MCS_USin@@6B@ @4227 NONAME ??_7MCS_USrq@@6B@ @4228 NONAME ??_7MonitorMain_PNotifier@H323Gatekeeper@@6B@ @20526 NONAME ??_7MonitorMain_PNotifier@H323GatekeeperServer@@6B@ @20322 NONAME ??_7MonitorMain_PNotifier@H323PeerElement@@6B@ @23985 NONAME ??_7Monitor_PNotifier@OpalUSBDevice@@6B@ @43979 NONAME ??_7MSIPAddress@PILSSession@@6B@ @26358 NONAME ??_7MXRecordList@PDNS@@6B@ @43980 NONAME ??_7OnCallIntrudeTimeOut_PNotifier@H45011Handler@@6B@ @20654 NONAME ??_7OnCallTransferTimeOut_PNotifier@H4502Handler@@6B@ @19945 NONAME ??_7OnLoadModule_PNotifier@PPluginModuleManager@@6B@ @37952 NONAME ??_7OnUserInputInBandDTMF_PNotifier@H323Connection@@6B@ @20161 NONAME ??_7OnUserInputInlineRFC2833_PNotifier@H323Connection@@6B@ @20112 NONAME ??_7OpalFactoryCodec@@6B@ @43299 NONAME ??_7OpalG711ALaw64kFormat@@6B@ @39734 NONAME ??_7OpalG711ALaw64k_Base@@6B@ @43300 NONAME ??_7OpalG711ALaw64k_Decoder@@6B@ @43301 NONAME ??_7OpalG711ALaw64k_Encoder@@6B@ @43302 NONAME ??_7OpalG711uLaw64kFormat@@6B@ @39735 NONAME ??_7OpalG711uLaw64k_Base@@6B@ @43303 NONAME ??_7OpalG711uLaw64k_Decoder@@6B@ @43304 NONAME ??_7OpalG711uLaw64k_Encoder@@6B@ @43305 NONAME ??_7OpalG7231A_5k3Format@@6B@ @39736 NONAME ??_7OpalG7231A_6k3Format@@6B@ @39737 NONAME ??_7OpalG7231_5k3Format@@6B@ @39738 NONAME ??_7OpalG7231_6k3Format@@6B@ @39739 NONAME ??_7OpalG728Format@@6B@ @39740 NONAME ??_7OpalG729ABFormat@@6B@ @39741 NONAME ??_7OpalG729AFormat@@6B@ @39742 NONAME ??_7OpalG729BFormat@@6B@ @39743 NONAME ??_7OpalG729Format@@6B@ @39744 NONAME ??_7OpalGloballyUniqueID@@6B@ @13845 NONAME ??_7OpalGSM0610Format@@6B@ @39745 NONAME ??_7OpalH261Format@@6B@ @39746 NONAME ??_7OpalIxJDevice@@6B@ @4229 NONAME ??_7OpalLineChannel@@6Biostream@@@ @4230 NONAME ??_7OpalLineChannel@@6BPObject@@@ @4231 NONAME ??_7OpalLineInterfaceDevice@@6B@ @4232 NONAME ??_7OpalMediaFormat@@6B@ @12922 NONAME ??_7OpalPCM16Format@@6B@ @39747 NONAME ??_7OpalPluginCodec@@6B@ @43306 NONAME ??_7OpalPluginMediaFormat@@6B@ @39748 NONAME ??_7OpalRFC2833@@6B@ @20113 NONAME ??_7OpalRFC2833Info@@6B@ @20114 NONAME ??_7OpalRtpToWavFile@@6Biostream@@@ @20558 NONAME ??_7OpalRtpToWavFile@@6BPObject@@@ @20559 NONAME ??_7OpalT120Format@@6B@ @39749 NONAME ??_7OpalT120Protocol@@6B@ @18834 NONAME ??_7OpalT38Protocol@@6B@ @18835 NONAME ??_7OpalUSBDevice@@6B@ @43981 NONAME ??_7OpalUserInputRFC2833Format@@6B@ @39750 NONAME ??_7OpalVoipBlasterDevice@@6B@ @19987 NONAME ??_7OpalVXMLSession@@6B@ @42378 NONAME ??_7OpalVXMLSession@@6Biostream@@@ @21161 NONAME ??_7OpalVXMLSession@@6BPObject@@@ @21162 NONAME ??_7OpalWAVFile@@6Biostream@@@ @20632 NONAME ??_7OpalWAVFile@@6BPObject@@@ @20633 NONAME ??_7P64Decoder@@6B@ @4234 NONAME ??_7PASN_Boolean@@6B@ @4240 NONAME ??_7PASN_ConstrainedObject@@6B@ @4241 NONAME ??_7PASN_ConstrainedString@@6B@ @4242 NONAME ??_7PASN_Enumeration@@6B@ @4243 NONAME ??_7PASN_GeneralisedTime@@6B@ @15574 NONAME ??_7PASN_GeneralString@@6B@ @17164 NONAME ??_7PASN_IA5String@@6B@ @4244 NONAME ??_7PASN_Integer@@6B@ @4245 NONAME ??_7PASN_Null@@6B@ @15575 NONAME ??_7PASN_NumericString@@6B@ @4246 NONAME ??_7PASN_Object@@6B@ @4247 NONAME ??_7PASN_PrintableString@@6B@ @4248 NONAME ??_7PASN_Stream@@6B@ @20372 NONAME ??_7PASN_VisibleString@@6B@ @15576 NONAME ??_7PDTMFEncoder@@6B@ @43982 NONAME ??_7PLDAPAttr_c@RTPerson@PILSSession@@6B@ @26243 NONAME ??_7PLDAPAttr_cn@RTPerson@PILSSession@@6B@ @26244 NONAME ??_7PLDAPAttr_comment@RTPerson@PILSSession@@6B@ @26245 NONAME ??_7PLDAPAttr_givenName@RTPerson@PILSSession@@6B@ @26246 NONAME ??_7PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@6B@ @26247 NONAME ??_7PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@6B@ @26248 NONAME ??_7PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@6B@ @26249 NONAME ??_7PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@6B@ @26250 NONAME ??_7PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@6B@ @26251 NONAME ??_7PLDAPAttr_location@RTPerson@PILSSession@@6B@ @26252 NONAME ??_7PLDAPAttr_o@RTPerson@PILSSession@@6B@ @26253 NONAME ??_7PLDAPAttr_objectClass@RTPerson@PILSSession@@6B@ @26254 NONAME ??_7PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@6B@ @26255 NONAME ??_7PLDAPAttr_sappguid@RTPerson@PILSSession@@6B@ @26256 NONAME ??_7PLDAPAttr_sappid@RTPerson@PILSSession@@6B@ @26257 NONAME ??_7PLDAPAttr_sflags@RTPerson@PILSSession@@6B@ @26258 NONAME ??_7PLDAPAttr_sipAddress@RTPerson@PILSSession@@6B@ @26259 NONAME ??_7PLDAPAttr_smimetype@RTPerson@PILSSession@@6B@ @26260 NONAME ??_7PLDAPAttr_smodop@RTPerson@PILSSession@@6B@ @26261 NONAME ??_7PLDAPAttr_sport@RTPerson@PILSSession@@6B@ @26262 NONAME ??_7PLDAPAttr_sprotid@RTPerson@PILSSession@@6B@ @26263 NONAME ??_7PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@6B@ @26264 NONAME ??_7PLDAPAttr_ssecurity@RTPerson@PILSSession@@6B@ @26265 NONAME ??_7PLDAPAttr_sttl@RTPerson@PILSSession@@6B@ @26266 NONAME ??_7PLDAPAttr_surname@RTPerson@PILSSession@@6B@ @26267 NONAME ??_7PLDAPAttr_timestamp@RTPerson@PILSSession@@6B@ @26268 NONAME ??_7PluginLoader@@6B@ @43983 NONAME ??_7PPER_Stream@@6B@ @20373 NONAME ??_7Pre_Vid_Coder@@6B@ @4259 NONAME ??_7PSmartObject@@6B@ @19775 NONAME ??_7PWAVFileConverter@@6B@ @43123 NONAME ??_7PWAVFileConverterALaw@@6B@ @43124 NONAME ??_7PWAVFileConverterULaw@@6B@ @43125 NONAME ??_7PWAVFileConverterXLaw@@6B@ @43126 NONAME ??_7Q931@@6B@ @4261 NONAME ??_7ReceivedPacket_PNotifier@OpalRFC2833@@6B@ @20115 NONAME ??_7ReceivedPacket_PNotifier@OpalRtpToWavFile@@6B@ @20562 NONAME ??_7ReceiverReport@RTP_Session@@6B@ @12384 NONAME ??_7ReceiveTimeout_PNotifier@OpalRFC2833@@6B@ @20116 NONAME ??_7Request@H323Transactor@@6B@ @25854 NONAME ??_7Response@H323Transactor@@6B@ @25855 NONAME ??_7RTPerson@PILSSession@@6B@ @26269 NONAME ??_7RTP_ControlFrame@@6B@ @4263 NONAME ??_7RTP_DataFrame@@6B@ @4264 NONAME ??_7RTP_JitterBuffer@@6B@ @4265 NONAME ??_7RTP_JitterBufferAnalyser@@6B@ @12449 NONAME ??_7RTP_QOS@@6B@ @26594 NONAME ??_7RTP_Session@@6B@ @4266 NONAME ??_7RTP_SessionManager@@6B@ @4267 NONAME ??_7RTP_UDP@@6B@ @4268 NONAME ??_7RTP_UserData@@6B@ @39751 NONAME ??_7SenderReport@RTP_Session@@6B@ @12385 NONAME ??_7SlowHandler_PNotifier@H323Transaction@@6B@ @26064 NONAME ??_7SoundTones@OpalUSBDevice@@6B@ @43984 NONAME ??_7SourceDescription@RTP_Session@@6B@ @12386 NONAME ??_7SRVRecordList@PDNS@@6B@ @43985 NONAME ??_7StatusHandler_PNotifier@OpalVoipBlasterDevice@@6B@ @19988 NONAME ??_7StringMap@H323GatekeeperServer@@6B@ @21444 NONAME ??_7T120ConnectPDU@@6B@ @20179 NONAME ??_7T120_X224@@6B@ @20180 NONAME ??_7T38_ArrayOf_PASN_OctetString@@6B@ @18836 NONAME ??_7T38_Data_Field@@6B@ @18837 NONAME ??_7T38_Data_Field_subtype@@6B@ @18838 NONAME ??_7T38_Data_Field_subtype_field_type@@6B@ @18839 NONAME ??_7T38_IFPPacket@@6B@ @18840 NONAME ??_7T38_PreCorrigendum_Data_Field@@6B@ @21466 NONAME ??_7T38_PreCorrigendum_Data_Field_subtype@@6B@ @21467 NONAME ??_7T38_PreCorrigendum_Data_Field_subtype_field_type@@6B@ @21468 NONAME ??_7T38_PreCorrigendum_IFPPacket@@6B@ @21469 NONAME ??_7T38_Type_of_msg@@6B@ @18841 NONAME ??_7T38_Type_of_msg_data@@6B@ @18842 NONAME ??_7T38_Type_of_msg_t30_indicator@@6B@ @18843 NONAME ??_7T38_UDPTLPacket@@6B@ @18844 NONAME ??_7T38_UDPTLPacket_error_recovery@@6B@ @18845 NONAME ??_7T38_UDPTLPacket_error_recovery_fec_info@@6B@ @18846 NONAME ??_7T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@6B@ @18847 NONAME ??_7T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@6B@ @18848 NONAME ??_7T38_UDPTLPacket_primary_ifp_packet@@6B@ @18849 NONAME ??_7TickleMonitor_PNotifier@H323Gatekeeper@@6B@ @20527 NONAME ??_7TonePlay_PNotifier@OpalUSBDevice@@6B@ @43986 NONAME ??_7TransmitEnded_PNotifier@OpalRFC2833@@6B@ @20117 NONAME ??_7TransmitPacket_PNotifier@OpalRFC2833@@6B@ @20118 NONAME ??_7Transmitter@@6B@ @4269 NONAME ??_7UpdateAllDescriptors_PNotifier@H323PeerElement@@6B@ @25935 NONAME ??_7VoipBlasterInterface@@6B@ @19989 NONAME ??_7Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@6B@ @43307 NONAME ??_7Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@6B@ @43308 NONAME ??_7Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@6B@ @43309 NONAME ??_7Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@6B@ @43310 NONAME ??_7Worker@OpalPluginCodecFactory@@6B@ @43311 NONAME ??_7WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @43987 NONAME ??_7WorkerBase@?$PFactory@VH323Capability@@VPString@@@@6B@ @42671 NONAME ??_7WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@6B@ @43312 NONAME ??_7WorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@6B@ @43988 NONAME ??_7WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @42672 NONAME ??_7WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@6B@ @42673 NONAME ??_7WorkerBase@?$PFactory@VPWAVFileConverter@@I@@6B@ @43127 NONAME ??_7X224@@6B@ @4271 NONAME ??_7X880_Code@@6B@ @14430 NONAME ??_7X880_GeneralProblem@@6B@ @14431 NONAME ??_7X880_Invoke@@6B@ @14432 NONAME ??_7X880_InvokeId@@6B@ @14433 NONAME ??_7X880_InvokeProblem@@6B@ @14434 NONAME ??_7X880_Reject@@6B@ @14435 NONAME ??_7X880_RejectProblem@@6B@ @14436 NONAME ??_7X880_Reject_problem@@6B@ @14437 NONAME ??_7X880_ReturnError@@6B@ @14438 NONAME ??_7X880_ReturnErrorProblem@@6B@ @14439 NONAME ??_7X880_ReturnResult@@6B@ @14440 NONAME ??_7X880_ReturnResultProblem@@6B@ @14441 NONAME ??_7X880_ReturnResult_result@@6B@ @14442 NONAME ??_7X880_ROS@@6B@ @14443 NONAME ??_8H323Transport@@7Bistream@@@ @4272 NONAME ??_8H323Transport@@7Bostream@@@ @4273 NONAME ??_8H323TransportIP@@7Bistream@@@ @4274 NONAME ??_8H323TransportIP@@7Bostream@@@ @4275 NONAME ??_8H323TransportTCP@@7Bistream@@@ @4276 NONAME ??_8H323TransportTCP@@7Bostream@@@ @4277 NONAME ??_8H323TransportUDP@@7Bistream@@@ @4278 NONAME ??_8H323TransportUDP@@7Bostream@@@ @4279 NONAME ??_8OpalLineChannel@@7Bistream@@@ @4280 NONAME ??_8OpalLineChannel@@7Bostream@@@ @4281 NONAME ??_8OpalRtpToWavFile@@7Bistream@@@ @20563 NONAME ??_8OpalRtpToWavFile@@7Bostream@@@ @20564 NONAME ??_8OpalVXMLSession@@7Bistream@@@ @21163 NONAME ??_8OpalVXMLSession@@7Bostream@@@ @21164 NONAME ??_8OpalWAVFile@@7Bistream@@@ @20634 NONAME ??_8OpalWAVFile@@7Bostream@@@ @20635 NONAME ??_DH323Transport@@QAEXXZ @39752 NONAME ??_DH323TransportIP@@QAEXXZ @39753 NONAME ??_DH323TransportTCP@@QAEXXZ @39754 NONAME ??_DH323TransportUDP@@QAEXXZ @39755 NONAME ??_DOpalLineChannel@@QAEXXZ @39756 NONAME ??_DOpalRtpToWavFile@@QAEXXZ @39757 NONAME ??_DOpalVXMLSession@@QAEXXZ @39758 NONAME ??_DOpalWAVFile@@QAEXXZ @39759 NONAME ??_DPTCPSocket@@QAEXXZ @4286 NONAME ??_FPTimeInterval@@QAEXXZ @13837 NONAME ??_H@YGXPAXIHP6EX0@Z@Z @19315 NONAME ??_R0?AUPLDAPAttr_c@RTPerson@PILSSession@@@8 @27328 NONAME ??_R0?AUPLDAPAttr_cn@RTPerson@PILSSession@@@8 @27329 NONAME ??_R0?AUPLDAPAttr_comment@RTPerson@PILSSession@@@8 @27330 NONAME ??_R0?AUPLDAPAttr_givenName@RTPerson@PILSSession@@@8 @27331 NONAME ??_R0?AUPLDAPAttr_ilsa26214430@RTPerson@PILSSession@@@8 @27332 NONAME ??_R0?AUPLDAPAttr_ilsa26279966@RTPerson@PILSSession@@@8 @27333 NONAME ??_R0?AUPLDAPAttr_ilsa32833566@RTPerson@PILSSession@@@8 @27334 NONAME ??_R0?AUPLDAPAttr_ilsa32964638@RTPerson@PILSSession@@@8 @27335 NONAME ??_R0?AUPLDAPAttr_ilsa39321630@RTPerson@PILSSession@@@8 @27336 NONAME ??_R0?AUPLDAPAttr_location@RTPerson@PILSSession@@@8 @27337 NONAME ??_R0?AUPLDAPAttr_o@RTPerson@PILSSession@@@8 @27338 NONAME ??_R0?AUPLDAPAttr_objectClass@RTPerson@PILSSession@@@8 @27339 NONAME ??_R0?AUPLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@@8 @27340 NONAME ??_R0?AUPLDAPAttr_sappguid@RTPerson@PILSSession@@@8 @27341 NONAME ??_R0?AUPLDAPAttr_sappid@RTPerson@PILSSession@@@8 @27342 NONAME ??_R0?AUPLDAPAttr_sflags@RTPerson@PILSSession@@@8 @27343 NONAME ??_R0?AUPLDAPAttr_sipAddress@RTPerson@PILSSession@@@8 @27344 NONAME ??_R0?AUPLDAPAttr_smimetype@RTPerson@PILSSession@@@8 @27345 NONAME ??_R0?AUPLDAPAttr_smodop@RTPerson@PILSSession@@@8 @27346 NONAME ??_R0?AUPLDAPAttr_sport@RTPerson@PILSSession@@@8 @27347 NONAME ??_R0?AUPLDAPAttr_sprotid@RTPerson@PILSSession@@@8 @27348 NONAME ??_R0?AUPLDAPAttr_sprotmimetype@RTPerson@PILSSession@@@8 @27349 NONAME ??_R0?AUPLDAPAttr_ssecurity@RTPerson@PILSSession@@@8 @27350 NONAME ??_R0?AUPLDAPAttr_sttl@RTPerson@PILSSession@@@8 @27351 NONAME ??_R0?AUPLDAPAttr_surname@RTPerson@PILSSession@@@8 @27352 NONAME ??_R0?AUPLDAPAttr_timestamp@RTPerson@PILSSession@@@8 @27353 NONAME ??_R0?AV?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@@8 @27354 NONAME ??_R0?AV?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@@8 @27355 NONAME ??_R0?AV?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@@8 @27356 NONAME ??_R0?AV?$H235_HASHED@VH235_EncodedGeneralToken@@@@@8 @27357 NONAME ??_R0?AV?$H235_HASHED@VH235_EncodedPwdCertToken@@@@@8 @27358 NONAME ??_R0?AV?$H235_SIGNED@VH225_EncodedFastStartToken@@@@@8 @27359 NONAME ??_R0?AV?$H235_SIGNED@VH235_EncodedGeneralToken@@@@@8 @27360 NONAME ??_R0?AV?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@@8 @27361 NONAME ??_R0?AV?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@@8 @27362 NONAME ??_R0?AV?$H235_SIGNED@VH235_EncodedReturnSig@@@@@8 @27363 NONAME ??_R0?AV?$PArray@V?$PList@VH323Capability@@@@@@@8 @27364 NONAME ??_R0?AV?$PArray@VH323SimultaneousCapabilities@@@@@8 @27365 NONAME ??_R0?AV?$PArray@VH323TransportAddress@@@@@8 @27366 NONAME ??_R0?AV?$PArray@VReceiverReport@RTP_Session@@@@@8 @27367 NONAME ??_R0?AV?$PArray@VSourceDescription@RTP_Session@@@@@8 @27368 NONAME ??_R0?AV?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@@8 @27369 NONAME ??_R0?AV?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@@8 @27370 NONAME ??_R0?AV?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@@8 @27371 NONAME ??_R0?AV?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@@8 @27372 NONAME ??_R0?AV?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@@8 @27373 NONAME ??_R0?AV?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@@8 @27374 NONAME ??_R0?AV?$PDictionary@VPString@@VH323Connection@@@@@8 @27375 NONAME ??_R0?AV?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@@8 @27376 NONAME ??_R0?AV?$PDictionary@VPString@@VPOrdinalKey@@@@@8 @27377 NONAME ??_R0?AV?$PFactory@VH235Authenticator@@VPString@@@@@8 @43989 NONAME ??_R0?AV?$PFactory@VH323Capability@@VPString@@@@@8 @42674 NONAME ??_R0?AV?$PFactory@VH323StaticPluginCodec@@VPString@@@@@8 @42675 NONAME ??_R0?AV?$PFactory@VOpalFactoryCodec@@VPString@@@@@8 @43313 NONAME ??_R0?AV?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@8 @43990 NONAME ??_R0?AV?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @42676 NONAME ??_R0?AV?$PFactory@VPWAVFileConverter@@I@@@8 @43128 NONAME ??_R0?AV?$PList@VH235Authenticator@@@@@8 @27378 NONAME ??_R0?AV?$PList@VH245_GenericParameter@@@@@8 @43991 NONAME ??_R0?AV?$PList@VH323Capability@@@@@8 @27380 NONAME ??_R0?AV?$PList@VH323Channel@@@@@8 @27381 NONAME ??_R0?AV?$PList@VH323GatekeeperListener@@@@@8 @27382 NONAME ??_R0?AV?$PList@VH323Listener@@@@@8 @27383 NONAME ??_R0?AV?$PList@VH323Transactor@@@@@8 @27384 NONAME ??_R0?AV?$PList@VH450xHandler@@@@@8 @27385 NONAME ??_R0?AV?$PList@VOpalMediaFormat@@@@@8 @27387 NONAME ??_R0?AV?$PList@VPBYTEArray@@@@@8 @27388 NONAME ??_R0?AV?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@@8 @27389 NONAME ??_R0?AV?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@@8 @27390 NONAME ??_R0?AV?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@@8 @27391 NONAME ??_R0?AV?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@@8 @27392 NONAME ??_R0?AV?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@@8 @27393 NONAME ??_R0?AV?$PSafePtr@VH323GatekeeperCall@@@@@8 @27394 NONAME ??_R0?AV?$PSafePtr@VH323PeerElementDescriptor@@@@@8 @27395 NONAME ??_R0?AV?$PSafePtr@VH323PeerElementServiceRelationship@@@@@8 @27396 NONAME ??_R0?AV?$PSafePtr@VH323RegisteredEndPoint@@@@@8 @27397 NONAME ??_R0?AV?$PSafeSortedList@VH323GatekeeperCall@@@@@8 @27398 NONAME ??_R0?AV?$PSafeSortedList@VH323PeerElementDescriptor@@@@@8 @27399 NONAME ??_R0?AV?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@@8 @27400 NONAME ??_R0?AV?$PSet@VPOrdinalKey@@@@@8 @27401 NONAME ??_R0?AV?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@@8 @27402 NONAME ??_R0?AV?$PSortedList@VH225_AliasAddress@@@@@8 @27403 NONAME ??_R0?AV?$PSortedList@VH323GatekeeperCall@@@@@8 @27404 NONAME ??_R0?AV?$PSortedList@VH323PeerElementDescriptor@@@@@8 @27405 NONAME ??_R0?AV?$PSortedList@VH323PeerElementServiceRelationship@@@@@8 @27406 NONAME ??_R0?AV?$PSortedList@VMXRecord@PDNS@@@@@8 @43992 NONAME ??_R0?AV?$PSortedList@VResponse@H323Transactor@@@@@8 @27407 NONAME ??_R0?AV?$PSortedList@VSRVRecord@PDNS@@@@@8 @43993 NONAME ??_R0?AV?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@@8 @43994 NONAME ??_R0?AV?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@@8 @43995 NONAME ??_R0?AV?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@@8 @43996 NONAME ??_R0?AV?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@@8 @42677 NONAME ??_R0?AV?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @42678 NONAME ??_R0?AV?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @42679 NONAME ??_R0?AV?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @42680 NONAME ??_R0?AV?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @42681 NONAME ??_R0?AV?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @42682 NONAME ??_R0?AV?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @42683 NONAME ??_R0?AV?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @42684 NONAME ??_R0?AV?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @42685 NONAME ??_R0?AV?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @42686 NONAME ??_R0?AV?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @42687 NONAME ??_R0?AV?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @42688 NONAME ??_R0?AV?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @42689 NONAME ??_R0?AV?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @42690 NONAME ??_R0?AV?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @42691 NONAME ??_R0?AV?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @42692 NONAME ??_R0?AV?$Worker@VHIDPluginDeviceManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@@8 @43997 NONAME ??_R0?AV?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @42693 NONAME ??_R0?AV?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @42694 NONAME ??_R0?AV?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @42695 NONAME ??_R0?AV?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @42696 NONAME ??_R0?AV?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @42697 NONAME ??_R0?AV?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @42698 NONAME ??_R0?AV?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @42699 NONAME ??_R0?AV?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @42700 NONAME ??_R0?AV?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @42701 NONAME ??_R0?AV?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @42702 NONAME ??_R0?AV?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @42703 NONAME ??_R0?AV?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @42704 NONAME ??_R0?AV?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @42705 NONAME ??_R0?AV?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @42706 NONAME ??_R0?AV?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @42707 NONAME ??_R0?AV?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @42708 NONAME ??_R0?AV?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@@8 @43998 NONAME ??_R0?AV?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@@8 @43129 NONAME ??_R0?AV?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@@8 @43130 NONAME ??_R0?AVAliasKey@H323PeerElement@@@8 @27408 NONAME ??_R0?AVAlternateInfo@H323Gatekeeper@@@8 @27409 NONAME ??_R0?AVByteQueue@OpalVoipBlasterDevice@@@8 @27410 NONAME ??_R0?AVEncoder@@@8 @27411 NONAME ??_R0?AVEntry@RTP_JitterBuffer@@@8 @27412 NONAME ??_R0?AVFilterInfo@H323Codec@@@8 @27414 NONAME ??_R0?AVFullP64Decoder@@@8 @27415 NONAME ??_R0?AVG7231_File_Capability@@@8 @27416 NONAME ??_R0?AVG7231_File_Codec@@@8 @27417 NONAME ??_R0?AVGCC_AlternativeNodeID@@@8 @27418 NONAME ??_R0?AVGCC_ApplicationInvokeIndication@@@8 @27419 NONAME ??_R0?AVGCC_ApplicationInvokeSpecifier@@@8 @27420 NONAME ??_R0?AVGCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@@8 @27421 NONAME ??_R0?AVGCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@@8 @27422 NONAME ??_R0?AVGCC_ApplicationRecord@@@8 @27423 NONAME ??_R0?AVGCC_ApplicationRecord_nonCollapsingCapabilities@@@8 @27424 NONAME ??_R0?AVGCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@@8 @27425 NONAME ??_R0?AVGCC_ArrayOf_ApplicationInvokeSpecifier@@@8 @27426 NONAME ??_R0?AVGCC_ArrayOf_ChallengeItem@@@8 @27427 NONAME ??_R0?AVGCC_ArrayOf_ConferenceDescriptor@@@8 @27428 NONAME ??_R0?AVGCC_ArrayOf_Privilege@@@8 @27429 NONAME ??_R0?AVGCC_ArrayOf_TextString@@@8 @27430 NONAME ??_R0?AVGCC_ArrayOf_UserID@@@8 @27431 NONAME ??_R0?AVGCC_AsymmetryIndicator@@@8 @27432 NONAME ??_R0?AVGCC_CapabilityClass@@@8 @27433 NONAME ??_R0?AVGCC_CapabilityID@@@8 @27434 NONAME ??_R0?AVGCC_ChallengeItem@@@8 @27435 NONAME ??_R0?AVGCC_ChallengeRequest@@@8 @27436 NONAME ??_R0?AVGCC_ChallengeResponse@@@8 @27437 NONAME ??_R0?AVGCC_ChallengeResponseAlgorithm@@@8 @27438 NONAME ??_R0?AVGCC_ChallengeResponseItem@@@8 @27439 NONAME ??_R0?AVGCC_ChannelID@@@8 @27440 NONAME ??_R0?AVGCC_ChannelType@@@8 @27441 NONAME ??_R0?AVGCC_ConductorAssignIndication@@@8 @27442 NONAME ??_R0?AVGCC_ConductorPermissionAskIndication@@@8 @27443 NONAME ??_R0?AVGCC_ConductorPermissionGrantIndication@@@8 @27444 NONAME ??_R0?AVGCC_ConductorReleaseIndication@@@8 @27445 NONAME ??_R0?AVGCC_ConferenceAddRequest@@@8 @27446 NONAME ??_R0?AVGCC_ConferenceAddResponse@@@8 @27447 NONAME ??_R0?AVGCC_ConferenceAddResponse_result@@@8 @27448 NONAME ??_R0?AVGCC_ConferenceAssistanceIndication@@@8 @27449 NONAME ??_R0?AVGCC_ConferenceCreateRequest@@@8 @27450 NONAME ??_R0?AVGCC_ConferenceCreateResponse@@@8 @27451 NONAME ??_R0?AVGCC_ConferenceCreateResponse_result@@@8 @27452 NONAME ??_R0?AVGCC_ConferenceDescriptor@@@8 @27453 NONAME ??_R0?AVGCC_ConferenceEjectUserIndication@@@8 @27454 NONAME ??_R0?AVGCC_ConferenceEjectUserIndication_reason@@@8 @27455 NONAME ??_R0?AVGCC_ConferenceEjectUserRequest@@@8 @27456 NONAME ??_R0?AVGCC_ConferenceEjectUserRequest_reason@@@8 @27457 NONAME ??_R0?AVGCC_ConferenceEjectUserResponse@@@8 @27458 NONAME ??_R0?AVGCC_ConferenceEjectUserResponse_result@@@8 @27459 NONAME ??_R0?AVGCC_ConferenceInviteRequest@@@8 @27460 NONAME ??_R0?AVGCC_ConferenceInviteResponse@@@8 @27461 NONAME ??_R0?AVGCC_ConferenceInviteResponse_result@@@8 @27462 NONAME ??_R0?AVGCC_ConferenceJoinRequest@@@8 @27463 NONAME ??_R0?AVGCC_ConferenceJoinResponse@@@8 @27464 NONAME ??_R0?AVGCC_ConferenceJoinResponse_result@@@8 @27465 NONAME ??_R0?AVGCC_ConferenceLockIndication@@@8 @27466 NONAME ??_R0?AVGCC_ConferenceLockRequest@@@8 @27467 NONAME ??_R0?AVGCC_ConferenceLockResponse@@@8 @27468 NONAME ??_R0?AVGCC_ConferenceLockResponse_result@@@8 @27469 NONAME ??_R0?AVGCC_ConferenceName@@@8 @27470 NONAME ??_R0?AVGCC_ConferenceNameModifier@@@8 @27471 NONAME ??_R0?AVGCC_ConferenceNameSelector@@@8 @27472 NONAME ??_R0?AVGCC_ConferencePriority@@@8 @27473 NONAME ??_R0?AVGCC_ConferencePriorityScheme@@@8 @27474 NONAME ??_R0?AVGCC_ConferenceQueryRequest@@@8 @27475 NONAME ??_R0?AVGCC_ConferenceQueryResponse@@@8 @27476 NONAME ??_R0?AVGCC_ConferenceQueryResponse_result@@@8 @27477 NONAME ??_R0?AVGCC_ConferenceTerminateIndication@@@8 @27478 NONAME ??_R0?AVGCC_ConferenceTerminateIndication_reason@@@8 @27479 NONAME ??_R0?AVGCC_ConferenceTerminateRequest@@@8 @27480 NONAME ??_R0?AVGCC_ConferenceTerminateRequest_reason@@@8 @27481 NONAME ??_R0?AVGCC_ConferenceTerminateResponse@@@8 @27482 NONAME ??_R0?AVGCC_ConferenceTerminateResponse_result@@@8 @27483 NONAME ??_R0?AVGCC_ConferenceTimeExtendIndication@@@8 @27484 NONAME ??_R0?AVGCC_ConferenceTimeInquireIndication@@@8 @27485 NONAME ??_R0?AVGCC_ConferenceTimeRemainingIndication@@@8 @27486 NONAME ??_R0?AVGCC_ConferenceTransferIndication@@@8 @27487 NONAME ??_R0?AVGCC_ConferenceTransferRequest@@@8 @27488 NONAME ??_R0?AVGCC_ConferenceTransferResponse@@@8 @27489 NONAME ??_R0?AVGCC_ConferenceTransferResponse_result@@@8 @27490 NONAME ??_R0?AVGCC_ConferenceUnlockIndication@@@8 @27491 NONAME ??_R0?AVGCC_ConferenceUnlockRequest@@@8 @27492 NONAME ??_R0?AVGCC_ConferenceUnlockResponse@@@8 @27493 NONAME ??_R0?AVGCC_ConferenceUnlockResponse_result@@@8 @27494 NONAME ??_R0?AVGCC_ConnectData@@@8 @27495 NONAME ??_R0?AVGCC_ConnectGCCPDU@@@8 @27496 NONAME ??_R0?AVGCC_DialingString@@@8 @27497 NONAME ??_R0?AVGCC_DynamicChannelID@@@8 @27498 NONAME ??_R0?AVGCC_DynamicTokenID@@@8 @27499 NONAME ??_R0?AVGCC_EntityID@@@8 @27500 NONAME ??_R0?AVGCC_ExtraDialingString@@@8 @27501 NONAME ??_R0?AVGCC_FunctionNotSupportedResponse@@@8 @27502 NONAME ??_R0?AVGCC_GCCPDU@@@8 @27503 NONAME ??_R0?AVGCC_H221NonStandardIdentifier@@@8 @27504 NONAME ??_R0?AVGCC_Handle@@@8 @27505 NONAME ??_R0?AVGCC_IndicationPDU@@@8 @27506 NONAME ??_R0?AVGCC_Key@@@8 @27507 NONAME ??_R0?AVGCC_NetworkAddress@@@8 @27508 NONAME ??_R0?AVGCC_NetworkAddress_subtype@@@8 @27509 NONAME ??_R0?AVGCC_NetworkAddress_subtype_aggregatedChannel@@@8 @27510 NONAME ??_R0?AVGCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@@8 @27511 NONAME ??_R0?AVGCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@@8 @27512 NONAME ??_R0?AVGCC_NetworkAddress_subtype_transportConnection@@@8 @27513 NONAME ??_R0?AVGCC_NodeProperties@@@8 @27514 NONAME ??_R0?AVGCC_NodeRecord@@@8 @27515 NONAME ??_R0?AVGCC_NodeType@@@8 @27516 NONAME ??_R0?AVGCC_NonStandardParameter@@@8 @27517 NONAME ??_R0?AVGCC_NonStandardPDU@@@8 @27518 NONAME ??_R0?AVGCC_Password@@@8 @27519 NONAME ??_R0?AVGCC_PasswordChallengeRequestResponse@@@8 @27520 NONAME ??_R0?AVGCC_PasswordChallengeRequestResponse_challengeRequestResponse@@@8 @27521 NONAME ??_R0?AVGCC_PasswordSelector@@@8 @27522 NONAME ??_R0?AVGCC_Privilege@@@8 @27523 NONAME ??_R0?AVGCC_RegistryAllocateHandleRequest@@@8 @27524 NONAME ??_R0?AVGCC_RegistryAllocateHandleResponse@@@8 @27525 NONAME ??_R0?AVGCC_RegistryAllocateHandleResponse_result@@@8 @27526 NONAME ??_R0?AVGCC_RegistryAssignTokenRequest@@@8 @27527 NONAME ??_R0?AVGCC_RegistryDeleteEntryRequest@@@8 @27528 NONAME ??_R0?AVGCC_RegistryEntryOwner@@@8 @27529 NONAME ??_R0?AVGCC_RegistryEntryOwner_owned@@@8 @27530 NONAME ??_R0?AVGCC_RegistryItem@@@8 @27531 NONAME ??_R0?AVGCC_RegistryKey@@@8 @27532 NONAME ??_R0?AVGCC_RegistryModificationRights@@@8 @27533 NONAME ??_R0?AVGCC_RegistryMonitorEntryIndication@@@8 @27534 NONAME ??_R0?AVGCC_RegistryMonitorEntryRequest@@@8 @27535 NONAME ??_R0?AVGCC_RegistryRegisterChannelRequest@@@8 @27536 NONAME ??_R0?AVGCC_RegistryResponse@@@8 @27537 NONAME ??_R0?AVGCC_RegistryResponse_primitiveType@@@8 @27538 NONAME ??_R0?AVGCC_RegistryResponse_result@@@8 @27539 NONAME ??_R0?AVGCC_RegistryRetrieveEntryRequest@@@8 @27540 NONAME ??_R0?AVGCC_RegistrySetParameterRequest@@@8 @27541 NONAME ??_R0?AVGCC_RequestPDU@@@8 @27542 NONAME ??_R0?AVGCC_ResponsePDU@@@8 @27543 NONAME ??_R0?AVGCC_RosterUpdateIndication@@@8 @27544 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation@@@8 @27545 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype@@@8 @27546 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@@8 @27547 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@@8 @27548 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@@8 @27549 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@@8 @27550 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@@8 @27551 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@@8 @27552 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@@8 @27553 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@@8 @27554 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@@8 @27555 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation@@@8 @27556 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@@8 @27557 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@@8 @27558 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@@8 @27559 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@@8 @27560 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@@8 @27561 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@@8 @27562 NONAME ??_R0?AVGCC_SessionKey@@@8 @27563 NONAME ??_R0?AVGCC_SimpleNumericString@@@8 @27564 NONAME ??_R0?AVGCC_SimpleTextString@@@8 @27565 NONAME ??_R0?AVGCC_StaticChannelID@@@8 @27566 NONAME ??_R0?AVGCC_StaticTokenID@@@8 @27567 NONAME ??_R0?AVGCC_SubAddressString@@@8 @27568 NONAME ??_R0?AVGCC_TerminationMethod@@@8 @27569 NONAME ??_R0?AVGCC_TextMessageIndication@@@8 @27570 NONAME ??_R0?AVGCC_TextString@@@8 @27571 NONAME ??_R0?AVGCC_Time@@@8 @27572 NONAME ??_R0?AVGCC_TokenID@@@8 @27573 NONAME ??_R0?AVGCC_UserData@@@8 @27574 NONAME ??_R0?AVGCC_UserData_subtype@@@8 @27575 NONAME ??_R0?AVGCC_UserID@@@8 @27576 NONAME ??_R0?AVGCC_UserIDIndication@@@8 @27577 NONAME ??_R0?AVH225CallThread@@@8 @27578 NONAME ??_R0?AVH225TransportThread@@@8 @27579 NONAME ??_R0?AVH225_AddressPattern@@@8 @27580 NONAME ??_R0?AVH225_AddressPattern_range@@@8 @27581 NONAME ??_R0?AVH225_AdmissionConfirm@@@8 @27582 NONAME ??_R0?AVH225_AdmissionConfirm_language@@@8 @27583 NONAME ??_R0?AVH225_AdmissionReject@@@8 @27584 NONAME ??_R0?AVH225_AdmissionRejectReason@@@8 @27585 NONAME ??_R0?AVH225_AdmissionRequest@@@8 @27586 NONAME ??_R0?AVH225_Alerting_UUIE@@@8 @27587 NONAME ??_R0?AVH225_AliasAddress@@@8 @27588 NONAME ??_R0?AVH225_AlternateGK@@@8 @27589 NONAME ??_R0?AVH225_AlternateTransportAddresses@@@8 @27590 NONAME ??_R0?AVH225_AltGKInfo@@@8 @27591 NONAME ??_R0?AVH225_ANSI_41_UIM@@@8 @27592 NONAME ??_R0?AVH225_ANSI_41_UIM_system_id@@@8 @27593 NONAME ??_R0?AVH225_ArrayOf_AddressPattern@@@8 @27594 NONAME ??_R0?AVH225_ArrayOf_AdmissionConfirm@@@8 @27595 NONAME ??_R0?AVH225_ArrayOf_AliasAddress@@@8 @27596 NONAME ??_R0?AVH225_ArrayOf_AlternateGK@@@8 @27597 NONAME ??_R0?AVH225_ArrayOf_AuthenticationMechanism@@@8 @27598 NONAME ??_R0?AVH225_ArrayOf_BandwidthDetails@@@8 @27599 NONAME ??_R0?AVH225_ArrayOf_CallReferenceValue@@@8 @27600 NONAME ??_R0?AVH225_ArrayOf_CallsAvailable@@@8 @27601 NONAME ??_R0?AVH225_ArrayOf_ClearToken@@@8 @27602 NONAME ??_R0?AVH225_ArrayOf_ConferenceIdentifier@@@8 @27603 NONAME ??_R0?AVH225_ArrayOf_ConferenceList@@@8 @27604 NONAME ??_R0?AVH225_ArrayOf_CryptoH323Token@@@8 @27605 NONAME ??_R0?AVH225_ArrayOf_DataRate@@@8 @27606 NONAME ??_R0?AVH225_ArrayOf_Endpoint@@@8 @27607 NONAME ??_R0?AVH225_ArrayOf_EnumeratedParameter@@@8 @27608 NONAME ??_R0?AVH225_ArrayOf_ExtendedAliasAddress@@@8 @27609 NONAME ??_R0?AVH225_ArrayOf_FeatureDescriptor@@@8 @27610 NONAME ??_R0?AVH225_ArrayOf_GenericData@@@8 @27611 NONAME ??_R0?AVH225_ArrayOf_H245Security@@@8 @27612 NONAME ??_R0?AVH225_ArrayOf_H248PackagesDescriptor@@@8 @27613 NONAME ??_R0?AVH225_ArrayOf_IntegrityMechanism@@@8 @27614 NONAME ??_R0?AVH225_ArrayOf_NonStandardParameter@@@8 @27615 NONAME ??_R0?AVH225_ArrayOf_PartyNumber@@@8 @27616 NONAME ??_R0?AVH225_ArrayOf_PASN_ObjectId@@@8 @27617 NONAME ??_R0?AVH225_ArrayOf_PASN_OctetString@@@8 @27618 NONAME ??_R0?AVH225_ArrayOf_RasUsageSpecification@@@8 @27619 NONAME ??_R0?AVH225_ArrayOf_RTPSession@@@8 @27620 NONAME ??_R0?AVH225_ArrayOf_ServiceControlSession@@@8 @27621 NONAME ??_R0?AVH225_ArrayOf_SupportedPrefix@@@8 @27622 NONAME ??_R0?AVH225_ArrayOf_SupportedProtocols@@@8 @27623 NONAME ??_R0?AVH225_ArrayOf_TransportAddress@@@8 @27624 NONAME ??_R0?AVH225_ArrayOf_TransportChannelInfo@@@8 @27625 NONAME ??_R0?AVH225_ArrayOf_TunnelledProtocol@@@8 @27626 NONAME ??_R0?AVH225_BandRejectReason@@@8 @27627 NONAME ??_R0?AVH225_BandWidth@@@8 @27628 NONAME ??_R0?AVH225_BandwidthConfirm@@@8 @27629 NONAME ??_R0?AVH225_BandwidthDetails@@@8 @27630 NONAME ??_R0?AVH225_BandwidthReject@@@8 @27631 NONAME ??_R0?AVH225_BandwidthRequest@@@8 @27632 NONAME ??_R0?AVH225_CallCapacity@@@8 @27633 NONAME ??_R0?AVH225_CallCapacityInfo@@@8 @27634 NONAME ??_R0?AVH225_CallCreditCapability@@@8 @27635 NONAME ??_R0?AVH225_CallCreditServiceControl@@@8 @27636 NONAME ??_R0?AVH225_CallCreditServiceControl_billingMode@@@8 @27637 NONAME ??_R0?AVH225_CallCreditServiceControl_callStartingPoint@@@8 @27638 NONAME ??_R0?AVH225_CallIdentifier@@@8 @27639 NONAME ??_R0?AVH225_CallLinkage@@@8 @27640 NONAME ??_R0?AVH225_CallModel@@@8 @27641 NONAME ??_R0?AVH225_CallProceeding_UUIE@@@8 @27642 NONAME ??_R0?AVH225_CallReferenceValue@@@8 @27643 NONAME ??_R0?AVH225_CallsAvailable@@@8 @27644 NONAME ??_R0?AVH225_CallTerminationCause@@@8 @27645 NONAME ??_R0?AVH225_CallType@@@8 @27646 NONAME ??_R0?AVH225_CapacityReportingCapability@@@8 @27647 NONAME ??_R0?AVH225_CapacityReportingSpecification@@@8 @27648 NONAME ??_R0?AVH225_CapacityReportingSpecification_when@@@8 @27649 NONAME ??_R0?AVH225_CarrierInfo@@@8 @27650 NONAME ??_R0?AVH225_CicInfo@@@8 @27651 NONAME ??_R0?AVH225_CicInfo_cic@@@8 @27652 NONAME ??_R0?AVH225_CircuitIdentifier@@@8 @27653 NONAME ??_R0?AVH225_CircuitInfo@@@8 @27654 NONAME ??_R0?AVH225_ConferenceIdentifier@@@8 @27655 NONAME ??_R0?AVH225_ConferenceList@@@8 @27656 NONAME ??_R0?AVH225_Connect_UUIE@@@8 @27657 NONAME ??_R0?AVH225_Connect_UUIE_language@@@8 @27658 NONAME ??_R0?AVH225_Content@@@8 @27659 NONAME ??_R0?AVH225_CryptoH323Token@@@8 @27660 NONAME ??_R0?AVH225_CryptoH323Token_cryptoEPPwdHash@@@8 @27661 NONAME ??_R0?AVH225_CryptoH323Token_cryptoGKPwdHash@@@8 @27662 NONAME ??_R0?AVH225_DataRate@@@8 @27663 NONAME ??_R0?AVH225_DisengageConfirm@@@8 @27664 NONAME ??_R0?AVH225_DisengageReason@@@8 @27665 NONAME ??_R0?AVH225_DisengageReject@@@8 @27666 NONAME ??_R0?AVH225_DisengageRejectReason@@@8 @27667 NONAME ??_R0?AVH225_DisengageRequest@@@8 @27668 NONAME ??_R0?AVH225_EncodedFastStartToken@@@8 @27669 NONAME ??_R0?AVH225_EncryptIntAlg@@@8 @27670 NONAME ??_R0?AVH225_Endpoint@@@8 @27671 NONAME ??_R0?AVH225_EndpointIdentifier@@@8 @27672 NONAME ??_R0?AVH225_EndpointType@@@8 @27673 NONAME ??_R0?AVH225_EnumeratedParameter@@@8 @27674 NONAME ??_R0?AVH225_ExtendedAliasAddress@@@8 @27675 NONAME ??_R0?AVH225_FacilityReason@@@8 @27676 NONAME ??_R0?AVH225_Facility_UUIE@@@8 @27677 NONAME ??_R0?AVH225_FastStartToken@@@8 @27678 NONAME ??_R0?AVH225_FeatureDescriptor@@@8 @27679 NONAME ??_R0?AVH225_FeatureSet@@@8 @27680 NONAME ??_R0?AVH225_GatekeeperConfirm@@@8 @27681 NONAME ??_R0?AVH225_GatekeeperIdentifier@@@8 @27682 NONAME ??_R0?AVH225_GatekeeperInfo@@@8 @27683 NONAME ??_R0?AVH225_GatekeeperReject@@@8 @27684 NONAME ??_R0?AVH225_GatekeeperRejectReason@@@8 @27685 NONAME ??_R0?AVH225_GatekeeperRequest@@@8 @27686 NONAME ??_R0?AVH225_GatewayInfo@@@8 @27687 NONAME ??_R0?AVH225_GenericData@@@8 @27688 NONAME ??_R0?AVH225_GenericIdentifier@@@8 @27689 NONAME ??_R0?AVH225_GloballyUniqueID@@@8 @27690 NONAME ??_R0?AVH225_GroupID@@@8 @27691 NONAME ??_R0?AVH225_GroupID_member@@@8 @27692 NONAME ??_R0?AVH225_GSM_UIM@@@8 @27693 NONAME ??_R0?AVH225_H221NonStandard@@@8 @27694 NONAME ??_R0?AVH225_H245Security@@@8 @27695 NONAME ??_R0?AVH225_H248PackagesDescriptor@@@8 @27696 NONAME ??_R0?AVH225_H248SignalsDescriptor@@@8 @27697 NONAME ??_R0?AVH225_H310Caps@@@8 @27698 NONAME ??_R0?AVH225_H320Caps@@@8 @27699 NONAME ??_R0?AVH225_H321Caps@@@8 @27700 NONAME ??_R0?AVH225_H322Caps@@@8 @27701 NONAME ??_R0?AVH225_H323Caps@@@8 @27702 NONAME ??_R0?AVH225_H323_UserInformation@@@8 @27703 NONAME ??_R0?AVH225_H323_UserInformation_user_data@@@8 @27704 NONAME ??_R0?AVH225_H323_UU_PDU@@@8 @27705 NONAME ??_R0?AVH225_H323_UU_PDU_h323_message_body@@@8 @27706 NONAME ??_R0?AVH225_H323_UU_PDU_tunnelledSignallingMessage@@@8 @27707 NONAME ??_R0?AVH225_H324Caps@@@8 @27708 NONAME ??_R0?AVH225_ICV@@@8 @27709 NONAME ??_R0?AVH225_InfoRequest@@@8 @27710 NONAME ??_R0?AVH225_InfoRequestAck@@@8 @27711 NONAME ??_R0?AVH225_InfoRequestNak@@@8 @27712 NONAME ??_R0?AVH225_InfoRequestNakReason@@@8 @27713 NONAME ??_R0?AVH225_InfoRequestResponse@@@8 @27714 NONAME ??_R0?AVH225_InfoRequestResponseStatus@@@8 @27715 NONAME ??_R0?AVH225_InfoRequestResponse_perCallInfo@@@8 @27716 NONAME ??_R0?AVH225_InfoRequestResponse_perCallInfo_subtype@@@8 @27717 NONAME ??_R0?AVH225_InfoRequestResponse_perCallInfo_subtype_pdu@@@8 @27718 NONAME ??_R0?AVH225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@@8 @27719 NONAME ??_R0?AVH225_Information_UUIE@@@8 @27720 NONAME ??_R0?AVH225_IntegrityMechanism@@@8 @27721 NONAME ??_R0?AVH225_LocationConfirm@@@8 @27722 NONAME ??_R0?AVH225_LocationReject@@@8 @27723 NONAME ??_R0?AVH225_LocationRejectReason@@@8 @27724 NONAME ??_R0?AVH225_LocationRequest@@@8 @27725 NONAME ??_R0?AVH225_McuInfo@@@8 @27726 NONAME ??_R0?AVH225_MobileUIM@@@8 @27727 NONAME ??_R0?AVH225_NonIsoIntegrityMechanism@@@8 @27728 NONAME ??_R0?AVH225_NonStandardIdentifier@@@8 @27729 NONAME ??_R0?AVH225_NonStandardMessage@@@8 @27730 NONAME ??_R0?AVH225_NonStandardParameter@@@8 @27731 NONAME ??_R0?AVH225_NonStandardProtocol@@@8 @27732 NONAME ??_R0?AVH225_Notify_UUIE@@@8 @27733 NONAME ??_R0?AVH225_NumberDigits@@@8 @27734 NONAME ??_R0?AVH225_PartyNumber@@@8 @27735 NONAME ??_R0?AVH225_PresentationIndicator@@@8 @27736 NONAME ??_R0?AVH225_PrivatePartyNumber@@@8 @27737 NONAME ??_R0?AVH225_PrivateTypeOfNumber@@@8 @27738 NONAME ??_R0?AVH225_Progress_UUIE@@@8 @27739 NONAME ??_R0?AVH225_ProtocolIdentifier@@@8 @27740 NONAME ??_R0?AVH225_PublicPartyNumber@@@8 @27741 NONAME ??_R0?AVH225_PublicTypeOfNumber@@@8 @27742 NONAME ??_R0?AVH225_Q954Details@@@8 @27743 NONAME ??_R0?AVH225_QseriesOptions@@@8 @27744 NONAME ??_R0?AVH225_RAS@@@8 @27745 NONAME ??_R0?AVH225_RasMessage@@@8 @27746 NONAME ??_R0?AVH225_RasUsageInformation@@@8 @27747 NONAME ??_R0?AVH225_RasUsageInfoTypes@@@8 @27748 NONAME ??_R0?AVH225_RasUsageSpecification@@@8 @27749 NONAME ??_R0?AVH225_RasUsageSpecification_callStartingPoint@@@8 @27750 NONAME ??_R0?AVH225_RasUsageSpecification_when@@@8 @27751 NONAME ??_R0?AVH225_RegistrationConfirm@@@8 @27752 NONAME ??_R0?AVH225_RegistrationConfirm_preGrantedARQ@@@8 @27753 NONAME ??_R0?AVH225_RegistrationReject@@@8 @27754 NONAME ??_R0?AVH225_RegistrationRejectReason@@@8 @27755 NONAME ??_R0?AVH225_RegistrationRejectReason_invalidTerminalAliases@@@8 @27756 NONAME ??_R0?AVH225_RegistrationRequest@@@8 @27757 NONAME ??_R0?AVH225_ReleaseCompleteReason@@@8 @27758 NONAME ??_R0?AVH225_ReleaseComplete_UUIE@@@8 @27759 NONAME ??_R0?AVH225_RequestInProgress@@@8 @27760 NONAME ??_R0?AVH225_RequestSeqNum@@@8 @27761 NONAME ??_R0?AVH225_ResourcesAvailableConfirm@@@8 @27762 NONAME ??_R0?AVH225_ResourcesAvailableIndicate@@@8 @27763 NONAME ??_R0?AVH225_RTPSession@@@8 @27764 NONAME ??_R0?AVH225_RTPSession_associatedSessionIds@@@8 @27765 NONAME ??_R0?AVH225_ScnConnectionAggregation@@@8 @27766 NONAME ??_R0?AVH225_ScnConnectionType@@@8 @27767 NONAME ??_R0?AVH225_ScreeningIndicator@@@8 @27768 NONAME ??_R0?AVH225_SecurityCapabilities@@@8 @27769 NONAME ??_R0?AVH225_SecurityErrors2@@@8 @27770 NONAME ??_R0?AVH225_SecurityErrors@@@8 @27771 NONAME ??_R0?AVH225_SecurityServiceMode@@@8 @27772 NONAME ??_R0?AVH225_ServiceControlDescriptor@@@8 @27773 NONAME ??_R0?AVH225_ServiceControlIndication@@@8 @27774 NONAME ??_R0?AVH225_ServiceControlIndication_callSpecific@@@8 @27775 NONAME ??_R0?AVH225_ServiceControlResponse@@@8 @27776 NONAME ??_R0?AVH225_ServiceControlResponse_result@@@8 @27777 NONAME ??_R0?AVH225_ServiceControlSession@@@8 @27778 NONAME ??_R0?AVH225_ServiceControlSession_reason@@@8 @27779 NONAME ??_R0?AVH225_SetupAcknowledge_UUIE@@@8 @27780 NONAME ??_R0?AVH225_Setup_UUIE@@@8 @27781 NONAME ??_R0?AVH225_Setup_UUIE_conferenceGoal@@@8 @27782 NONAME ??_R0?AVH225_Setup_UUIE_connectionParameters@@@8 @27783 NONAME ??_R0?AVH225_Setup_UUIE_language@@@8 @27784 NONAME ??_R0?AVH225_SIPCaps@@@8 @27785 NONAME ??_R0?AVH225_StatusInquiry_UUIE@@@8 @27786 NONAME ??_R0?AVH225_Status_UUIE@@@8 @27787 NONAME ??_R0?AVH225_StimulusControl@@@8 @27788 NONAME ??_R0?AVH225_SupportedPrefix@@@8 @27789 NONAME ??_R0?AVH225_SupportedProtocols@@@8 @27790 NONAME ??_R0?AVH225_T120OnlyCaps@@@8 @27791 NONAME ??_R0?AVH225_T38FaxAnnexbOnlyCaps@@@8 @27792 NONAME ??_R0?AVH225_TBCD_STRING@@@8 @27793 NONAME ??_R0?AVH225_TerminalInfo@@@8 @27794 NONAME ??_R0?AVH225_TimeToLive@@@8 @27795 NONAME ??_R0?AVH225_TransportAddress@@@8 @27796 NONAME ??_R0?AVH225_TransportAddress_ip6Address@@@8 @27797 NONAME ??_R0?AVH225_TransportAddress_ipAddress@@@8 @27798 NONAME ??_R0?AVH225_TransportAddress_ipSourceRoute@@@8 @27799 NONAME ??_R0?AVH225_TransportAddress_ipSourceRoute_route@@@8 @27800 NONAME ??_R0?AVH225_TransportAddress_ipSourceRoute_routing@@@8 @27801 NONAME ??_R0?AVH225_TransportAddress_ipxAddress@@@8 @27802 NONAME ??_R0?AVH225_TransportChannelInfo@@@8 @27803 NONAME ??_R0?AVH225_TransportQOS@@@8 @27804 NONAME ??_R0?AVH225_TunnelledProtocol@@@8 @27805 NONAME ??_R0?AVH225_TunnelledProtocolAlternateIdentifier@@@8 @27806 NONAME ??_R0?AVH225_TunnelledProtocol_id@@@8 @27807 NONAME ??_R0?AVH225_UnknownMessageResponse@@@8 @27808 NONAME ??_R0?AVH225_UnregistrationConfirm@@@8 @27809 NONAME ??_R0?AVH225_UnregistrationReject@@@8 @27810 NONAME ??_R0?AVH225_UnregistrationRequest@@@8 @27811 NONAME ??_R0?AVH225_UnregRejectReason@@@8 @27812 NONAME ??_R0?AVH225_UnregRequestReason@@@8 @27813 NONAME ??_R0?AVH225_UseSpecifiedTransport@@@8 @27814 NONAME ??_R0?AVH225_UUIEsRequested@@@8 @27815 NONAME ??_R0?AVH225_VendorIdentifier@@@8 @27816 NONAME ??_R0?AVH225_VoiceCaps@@@8 @27817 NONAME ??_R0?AVH235AuthCAT@@@8 @27818 NONAME ??_R0?AVH235Authenticator@@@8 @27819 NONAME ??_R0?AVH235Authenticators@@@8 @27820 NONAME ??_R0?AVH235AuthProcedure1@@@8 @27821 NONAME ??_R0?AVH235AuthSimpleMD5@@@8 @27822 NONAME ??_R0?AVH235_AuthenticationBES@@@8 @27823 NONAME ??_R0?AVH235_AuthenticationMechanism@@@8 @27824 NONAME ??_R0?AVH235_ChallengeString@@@8 @27825 NONAME ??_R0?AVH235_ClearToken@@@8 @27826 NONAME ??_R0?AVH235_CryptoToken@@@8 @27827 NONAME ??_R0?AVH235_CryptoToken_cryptoEncryptedToken@@@8 @27828 NONAME ??_R0?AVH235_CryptoToken_cryptoHashedToken@@@8 @27829 NONAME ??_R0?AVH235_CryptoToken_cryptoSignedToken@@@8 @27830 NONAME ??_R0?AVH235_DHset@@@8 @27831 NONAME ??_R0?AVH235_ECGDSASignature@@@8 @27832 NONAME ??_R0?AVH235_ECKASDH@@@8 @27833 NONAME ??_R0?AVH235_ECKASDH_eckasdh2@@@8 @27834 NONAME ??_R0?AVH235_ECKASDH_eckasdhp@@@8 @27835 NONAME ??_R0?AVH235_ECpoint@@@8 @27836 NONAME ??_R0?AVH235_EncodedGeneralToken@@@8 @27837 NONAME ??_R0?AVH235_EncodedKeySignedMaterial@@@8 @27838 NONAME ??_R0?AVH235_EncodedKeySyncMaterial@@@8 @27839 NONAME ??_R0?AVH235_EncodedPwdCertToken@@@8 @27840 NONAME ??_R0?AVH235_EncodedReturnSig@@@8 @27841 NONAME ??_R0?AVH235_H235CertificateSignature@@@8 @27842 NONAME ??_R0?AVH235_H235Key@@@8 @27843 NONAME ??_R0?AVH235_Identifier@@@8 @27844 NONAME ??_R0?AVH235_IV16@@@8 @27845 NONAME ??_R0?AVH235_IV8@@@8 @27846 NONAME ??_R0?AVH235_KeyMaterial@@@8 @27847 NONAME ??_R0?AVH235_KeySignedMaterial@@@8 @27848 NONAME ??_R0?AVH235_KeySyncMaterial@@@8 @27849 NONAME ??_R0?AVH235_NonStandardParameter@@@8 @27850 NONAME ??_R0?AVH235_Params@@@8 @27851 NONAME ??_R0?AVH235_Password@@@8 @27852 NONAME ??_R0?AVH235_PwdCertToken@@@8 @27853 NONAME ??_R0?AVH235_RandomVal@@@8 @27854 NONAME ??_R0?AVH235_ReturnSig@@@8 @27855 NONAME ??_R0?AVH235_TimeStamp@@@8 @27856 NONAME ??_R0?AVH235_TypedCertificate@@@8 @27857 NONAME ??_R0?AVH235_V3KeySyncMaterial@@@8 @27858 NONAME ??_R0?AVH245NegLogicalChannel@@@8 @27859 NONAME ??_R0?AVH245NegLogicalChannels@@@8 @27860 NONAME ??_R0?AVH245NegMasterSlaveDetermination@@@8 @27861 NONAME ??_R0?AVH245Negotiator@@@8 @27862 NONAME ??_R0?AVH245NegRequestMode@@@8 @27863 NONAME ??_R0?AVH245NegRoundTripDelay@@@8 @27864 NONAME ??_R0?AVH245NegTerminalCapabilitySet@@@8 @27865 NONAME ??_R0?AVH245TransportThread@@@8 @27866 NONAME ??_R0?AVH245_AlternativeCapabilitySet@@@8 @27867 NONAME ??_R0?AVH245_ArrayOf_AlternativeCapabilitySet@@@8 @27868 NONAME ??_R0?AVH245_ArrayOf_BEnhancementParameters@@@8 @27869 NONAME ??_R0?AVH245_ArrayOf_CapabilityDescriptor@@@8 @27870 NONAME ??_R0?AVH245_ArrayOf_CapabilityDescriptorNumber@@@8 @27871 NONAME ??_R0?AVH245_ArrayOf_CapabilityTableEntry@@@8 @27872 NONAME ??_R0?AVH245_ArrayOf_CapabilityTableEntryNumber@@@8 @27873 NONAME ??_R0?AVH245_ArrayOf_CommunicationModeTableEntry@@@8 @27874 NONAME ??_R0?AVH245_ArrayOf_CustomPictureClockFrequency@@@8 @27875 NONAME ??_R0?AVH245_ArrayOf_CustomPictureFormat@@@8 @27876 NONAME ??_R0?AVH245_ArrayOf_DataApplicationCapability@@@8 @27877 NONAME ??_R0?AVH245_ArrayOf_DialingInformationNetworkType@@@8 @27878 NONAME ??_R0?AVH245_ArrayOf_DialingInformationNumber@@@8 @27879 NONAME ??_R0?AVH245_ArrayOf_EnhancementOptions@@@8 @27880 NONAME ??_R0?AVH245_ArrayOf_EscrowData@@@8 @27881 NONAME ??_R0?AVH245_ArrayOf_GenericCapability@@@8 @43999 NONAME ??_R0?AVH245_ArrayOf_GenericParameter@@@8 @27882 NONAME ??_R0?AVH245_ArrayOf_H263ModeComboFlags@@@8 @27883 NONAME ??_R0?AVH245_ArrayOf_H263VideoModeCombos@@@8 @27884 NONAME ??_R0?AVH245_ArrayOf_MediaChannelCapability@@@8 @27885 NONAME ??_R0?AVH245_ArrayOf_MediaDistributionCapability@@@8 @27886 NONAME ??_R0?AVH245_ArrayOf_ModeDescription@@@8 @27887 NONAME ??_R0?AVH245_ArrayOf_MultiplePayloadStreamElement@@@8 @27888 NONAME ??_R0?AVH245_ArrayOf_MultiplePayloadStreamElementMode@@@8 @27889 NONAME ??_R0?AVH245_ArrayOf_MultiplexElement@@@8 @27890 NONAME ??_R0?AVH245_ArrayOf_MultiplexEntryDescriptor@@@8 @27891 NONAME ??_R0?AVH245_ArrayOf_MultiplexEntryRejectionDescriptions@@@8 @27892 NONAME ??_R0?AVH245_ArrayOf_MultiplexTableEntryNumber@@@8 @27893 NONAME ??_R0?AVH245_ArrayOf_NonStandardParameter@@@8 @27894 NONAME ??_R0?AVH245_ArrayOf_ParameterIdentifier@@@8 @27895 NONAME ??_R0?AVH245_ArrayOf_PictureReference@@@8 @27896 NONAME ??_R0?AVH245_ArrayOf_Q2931Address@@@8 @27897 NONAME ??_R0?AVH245_ArrayOf_QOSCapability@@@8 @27898 NONAME ??_R0?AVH245_ArrayOf_RedundancyEncodingCapability@@@8 @27899 NONAME ??_R0?AVH245_ArrayOf_RedundancyEncodingDTModeElement@@@8 @27900 NONAME ??_R0?AVH245_ArrayOf_RedundancyEncodingElement@@@8 @27901 NONAME ??_R0?AVH245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@@8 @27902 NONAME ??_R0?AVH245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@@8 @27903 NONAME ??_R0?AVH245_ArrayOf_RTPPayloadType@@@8 @27904 NONAME ??_R0?AVH245_ArrayOf_TerminalInformation@@@8 @27905 NONAME ??_R0?AVH245_ArrayOf_TerminalLabel@@@8 @27906 NONAME ??_R0?AVH245_ArrayOf_VCCapability@@@8 @27907 NONAME ??_R0?AVH245_ArrayOf_VideoCapability@@@8 @44000 NONAME ??_R0?AVH245_ATMParameters@@@8 @27908 NONAME ??_R0?AVH245_AudioCapability@@@8 @27909 NONAME ??_R0?AVH245_AudioCapability_g7231@@@8 @27910 NONAME ??_R0?AVH245_AudioMode@@@8 @27911 NONAME ??_R0?AVH245_AudioMode_g7231@@@8 @27912 NONAME ??_R0?AVH245_AudioTelephonyEventCapability@@@8 @27913 NONAME ??_R0?AVH245_AudioToneCapability@@@8 @27914 NONAME ??_R0?AVH245_AuthenticationCapability@@@8 @27915 NONAME ??_R0?AVH245_BEnhancementParameters@@@8 @27916 NONAME ??_R0?AVH245_Capability@@@8 @27917 NONAME ??_R0?AVH245_CapabilityDescriptor@@@8 @27918 NONAME ??_R0?AVH245_CapabilityDescriptorNumber@@@8 @27919 NONAME ??_R0?AVH245_CapabilityIdentifier@@@8 @27920 NONAME ??_R0?AVH245_CapabilityTableEntry@@@8 @27921 NONAME ??_R0?AVH245_CapabilityTableEntryNumber@@@8 @27922 NONAME ??_R0?AVH245_Capability_h233EncryptionReceiveCapability@@@8 @27923 NONAME ??_R0?AVH245_CertSelectionCriteria@@@8 @27924 NONAME ??_R0?AVH245_CloseLogicalChannel@@@8 @27925 NONAME ??_R0?AVH245_CloseLogicalChannelAck@@@8 @27926 NONAME ??_R0?AVH245_CloseLogicalChannel_reason@@@8 @27927 NONAME ??_R0?AVH245_CloseLogicalChannel_source@@@8 @27928 NONAME ??_R0?AVH245_CommandMessage@@@8 @27929 NONAME ??_R0?AVH245_CommunicationModeCommand@@@8 @27930 NONAME ??_R0?AVH245_CommunicationModeRequest@@@8 @27931 NONAME ??_R0?AVH245_CommunicationModeResponse@@@8 @27932 NONAME ??_R0?AVH245_CommunicationModeTableEntry@@@8 @27933 NONAME ??_R0?AVH245_CommunicationModeTableEntry_dataType@@@8 @27934 NONAME ??_R0?AVH245_CompressionType@@@8 @27935 NONAME ??_R0?AVH245_ConferenceCapability@@@8 @27936 NONAME ??_R0?AVH245_ConferenceCommand@@@8 @27937 NONAME ??_R0?AVH245_ConferenceID@@@8 @27938 NONAME ??_R0?AVH245_ConferenceIndication@@@8 @27939 NONAME ??_R0?AVH245_ConferenceRequest@@@8 @27940 NONAME ??_R0?AVH245_ConferenceRequest_requestTerminalCertificate@@@8 @27941 NONAME ??_R0?AVH245_ConferenceResponse@@@8 @27942 NONAME ??_R0?AVH245_ConferenceResponse_broadcastMyLogicalChannelResponse@@@8 @27943 NONAME ??_R0?AVH245_ConferenceResponse_chairTokenOwnerResponse@@@8 @27944 NONAME ??_R0?AVH245_ConferenceResponse_conferenceIDResponse@@@8 @27945 NONAME ??_R0?AVH245_ConferenceResponse_extensionAddressResponse@@@8 @27946 NONAME ??_R0?AVH245_ConferenceResponse_makeMeChairResponse@@@8 @27947 NONAME ??_R0?AVH245_ConferenceResponse_makeTerminalBroadcasterResponse@@@8 @27948 NONAME ??_R0?AVH245_ConferenceResponse_mCTerminalIDResponse@@@8 @27949 NONAME ??_R0?AVH245_ConferenceResponse_passwordResponse@@@8 @27950 NONAME ??_R0?AVH245_ConferenceResponse_sendThisSourceResponse@@@8 @27951 NONAME ??_R0?AVH245_ConferenceResponse_terminalCertificateResponse@@@8 @27952 NONAME ??_R0?AVH245_ConferenceResponse_terminalIDResponse@@@8 @27953 NONAME ??_R0?AVH245_ConnectionIdentifier@@@8 @27954 NONAME ??_R0?AVH245_CRCLength@@@8 @27955 NONAME ??_R0?AVH245_Criteria@@@8 @27956 NONAME ??_R0?AVH245_CustomPictureClockFrequency@@@8 @27957 NONAME ??_R0?AVH245_CustomPictureFormat@@@8 @27958 NONAME ??_R0?AVH245_CustomPictureFormat_mPI@@@8 @27959 NONAME ??_R0?AVH245_CustomPictureFormat_mPI_customPCF@@@8 @27960 NONAME ??_R0?AVH245_CustomPictureFormat_mPI_customPCF_subtype@@@8 @27961 NONAME ??_R0?AVH245_CustomPictureFormat_pixelAspectInformation@@@8 @27962 NONAME ??_R0?AVH245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@@8 @27963 NONAME ??_R0?AVH245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@@8 @27964 NONAME ??_R0?AVH245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@@8 @27965 NONAME ??_R0?AVH245_DataApplicationCapability@@@8 @27966 NONAME ??_R0?AVH245_DataApplicationCapability_application@@@8 @27967 NONAME ??_R0?AVH245_DataApplicationCapability_application_nlpid@@@8 @27968 NONAME ??_R0?AVH245_DataApplicationCapability_application_t38fax@@@8 @27969 NONAME ??_R0?AVH245_DataApplicationCapability_application_t84@@@8 @27970 NONAME ??_R0?AVH245_DataMode@@@8 @27971 NONAME ??_R0?AVH245_DataMode_application@@@8 @27972 NONAME ??_R0?AVH245_DataMode_application_nlpid@@@8 @27973 NONAME ??_R0?AVH245_DataMode_application_t38fax@@@8 @27974 NONAME ??_R0?AVH245_DataProtocolCapability@@@8 @27975 NONAME ??_R0?AVH245_DataProtocolCapability_v76wCompression@@@8 @27976 NONAME ??_R0?AVH245_DataType@@@8 @27977 NONAME ??_R0?AVH245_DepFECCapability@@@8 @44001 NONAME ??_R0?AVH245_DepFECCapability_rfc2733@@@8 @44002 NONAME ??_R0?AVH245_DepFECCapability_rfc2733_separateStream@@@8 @44003 NONAME ??_R0?AVH245_DepFECData@@@8 @44004 NONAME ??_R0?AVH245_DepFECData_rfc2733@@@8 @44005 NONAME ??_R0?AVH245_DepFECData_rfc2733_mode@@@8 @44006 NONAME ??_R0?AVH245_DepFECData_rfc2733_mode_separateStream@@@8 @44007 NONAME ??_R0?AVH245_DepFECData_rfc2733_mode_separateStream_differentPort@@@8 @44008 NONAME ??_R0?AVH245_DepFECData_rfc2733_mode_separateStream_samePort@@@8 @44009 NONAME ??_R0?AVH245_DepFECMode@@@8 @44010 NONAME ??_R0?AVH245_DepFECMode_rfc2733Mode@@@8 @44011 NONAME ??_R0?AVH245_DepFECMode_rfc2733Mode_mode@@@8 @44012 NONAME ??_R0?AVH245_DepFECMode_rfc2733Mode_mode_separateStream@@@8 @44013 NONAME ??_R0?AVH245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@@8 @44014 NONAME ??_R0?AVH245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@@8 @44015 NONAME ??_R0?AVH245_DialingInformation@@@8 @27978 NONAME ??_R0?AVH245_DialingInformationNetworkType@@@8 @27979 NONAME ??_R0?AVH245_DialingInformationNumber@@@8 @27980 NONAME ??_R0?AVH245_EncryptionAuthenticationAndIntegrity@@@8 @27981 NONAME ??_R0?AVH245_EncryptionCapability@@@8 @27982 NONAME ??_R0?AVH245_EncryptionCommand@@@8 @27983 NONAME ??_R0?AVH245_EncryptionCommand_encryptionAlgorithmID@@@8 @27984 NONAME ??_R0?AVH245_EncryptionMode@@@8 @27985 NONAME ??_R0?AVH245_EncryptionSync@@@8 @27986 NONAME ??_R0?AVH245_EncryptionUpdateDirection@@@8 @44016 NONAME ??_R0?AVH245_EncryptionUpdateRequest@@@8 @27987 NONAME ??_R0?AVH245_EndSessionCommand@@@8 @27988 NONAME ??_R0?AVH245_EndSessionCommand_gstnOptions@@@8 @27989 NONAME ??_R0?AVH245_EndSessionCommand_isdnOptions@@@8 @27990 NONAME ??_R0?AVH245_EnhancementLayerInfo@@@8 @27991 NONAME ??_R0?AVH245_EnhancementOptions@@@8 @27992 NONAME ??_R0?AVH245_EscrowData@@@8 @27993 NONAME ??_R0?AVH245_ExtendedVideoCapability@@@8 @44017 NONAME ??_R0?AVH245_FECCapability@@@8 @27994 NONAME ??_R0?AVH245_FECCapability_rfc2733Format@@@8 @44018 NONAME ??_R0?AVH245_FECData@@@8 @27997 NONAME ??_R0?AVH245_FECData_rfc2733@@@8 @27998 NONAME ??_R0?AVH245_FECData_rfc2733_pktMode@@@8 @44019 NONAME ??_R0?AVH245_FECData_rfc2733_pktMode_rfc2733diffport@@@8 @44020 NONAME ??_R0?AVH245_FECData_rfc2733_pktMode_rfc2733sameport@@@8 @44021 NONAME ??_R0?AVH245_FECMode@@@8 @28003 NONAME ??_R0?AVH245_FECMode_rfc2733Format@@@8 @44022 NONAME ??_R0?AVH245_FlowControlCommand@@@8 @28009 NONAME ??_R0?AVH245_FlowControlCommand_restriction@@@8 @28010 NONAME ??_R0?AVH245_FlowControlCommand_scope@@@8 @28011 NONAME ??_R0?AVH245_FlowControlIndication@@@8 @28012 NONAME ??_R0?AVH245_FlowControlIndication_restriction@@@8 @28013 NONAME ??_R0?AVH245_FlowControlIndication_scope@@@8 @28014 NONAME ??_R0?AVH245_FunctionNotSupported@@@8 @28015 NONAME ??_R0?AVH245_FunctionNotSupported_cause@@@8 @28016 NONAME ??_R0?AVH245_FunctionNotUnderstood@@@8 @28017 NONAME ??_R0?AVH245_G7231AnnexCCapability@@@8 @28018 NONAME ??_R0?AVH245_G7231AnnexCCapability_g723AnnexCAudioMode@@@8 @28019 NONAME ??_R0?AVH245_G7231AnnexCMode@@@8 @28020 NONAME ??_R0?AVH245_G7231AnnexCMode_g723AnnexCAudioMode@@@8 @28021 NONAME ??_R0?AVH245_G729Extensions@@@8 @28022 NONAME ??_R0?AVH245_GenericCapability@@@8 @28023 NONAME ??_R0?AVH245_GenericMessage@@@8 @44023 NONAME ??_R0?AVH245_GenericParameter@@@8 @28024 NONAME ??_R0?AVH245_GSMAudioCapability@@@8 @28025 NONAME ??_R0?AVH245_H222Capability@@@8 @28026 NONAME ??_R0?AVH245_H222LogicalChannelParameters@@@8 @28027 NONAME ??_R0?AVH245_H223AL1MParameters@@@8 @28028 NONAME ??_R0?AVH245_H223AL1MParameters_arqType@@@8 @28029 NONAME ??_R0?AVH245_H223AL1MParameters_crcLength@@@8 @28030 NONAME ??_R0?AVH245_H223AL1MParameters_headerFEC@@@8 @28031 NONAME ??_R0?AVH245_H223AL1MParameters_transferMode@@@8 @28032 NONAME ??_R0?AVH245_H223AL2MParameters@@@8 @28033 NONAME ??_R0?AVH245_H223AL2MParameters_headerFEC@@@8 @28034 NONAME ??_R0?AVH245_H223AL3MParameters@@@8 @28035 NONAME ??_R0?AVH245_H223AL3MParameters_arqType@@@8 @28036 NONAME ??_R0?AVH245_H223AL3MParameters_crcLength@@@8 @28037 NONAME ??_R0?AVH245_H223AL3MParameters_headerFormat@@@8 @28038 NONAME ??_R0?AVH245_H223AnnexCArqParameters@@@8 @28039 NONAME ??_R0?AVH245_H223AnnexCArqParameters_numberOfRetransmissions@@@8 @28040 NONAME ??_R0?AVH245_H223AnnexCCapability@@@8 @28041 NONAME ??_R0?AVH245_H223Capability@@@8 @28042 NONAME ??_R0?AVH245_H223Capability_h223MultiplexTableCapability@@@8 @28043 NONAME ??_R0?AVH245_H223Capability_h223MultiplexTableCapability_enhanced@@@8 @28044 NONAME ??_R0?AVH245_H223Capability_mobileMultilinkFrameCapability@@@8 @28045 NONAME ??_R0?AVH245_H223Capability_mobileOperationTransmitCapability@@@8 @28046 NONAME ??_R0?AVH245_H223LogicalChannelParameters@@@8 @28047 NONAME ??_R0?AVH245_H223LogicalChannelParameters_adaptationLayerType@@@8 @28048 NONAME ??_R0?AVH245_H223LogicalChannelParameters_adaptationLayerType_al3@@@8 @28049 NONAME ??_R0?AVH245_H223ModeParameters@@@8 @28050 NONAME ??_R0?AVH245_H223ModeParameters_adaptationLayerType@@@8 @28051 NONAME ??_R0?AVH245_H223ModeParameters_adaptationLayerType_al3@@@8 @28052 NONAME ??_R0?AVH245_H223MultiplexReconfiguration@@@8 @28053 NONAME ??_R0?AVH245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@@8 @28054 NONAME ??_R0?AVH245_H223MultiplexReconfiguration_h223ModeChange@@@8 @28055 NONAME ??_R0?AVH245_H223SkewIndication@@@8 @28056 NONAME ??_R0?AVH245_H2250Capability@@@8 @28057 NONAME ??_R0?AVH245_H2250Capability_mcCapability@@@8 @28058 NONAME ??_R0?AVH245_H2250LogicalChannelAckParameters@@@8 @28059 NONAME ??_R0?AVH245_H2250LogicalChannelParameters@@@8 @28060 NONAME ??_R0?AVH245_H2250LogicalChannelParameters_mediaPacketization@@@8 @28061 NONAME ??_R0?AVH245_H2250MaximumSkewIndication@@@8 @28062 NONAME ??_R0?AVH245_H2250ModeParameters@@@8 @28063 NONAME ??_R0?AVH245_H235Media@@@8 @28064 NONAME ??_R0?AVH245_H235Media_mediaType@@@8 @28065 NONAME ??_R0?AVH245_H235Mode@@@8 @28066 NONAME ??_R0?AVH245_H235Mode_mediaMode@@@8 @28067 NONAME ??_R0?AVH245_H235SecurityCapability@@@8 @28068 NONAME ??_R0?AVH245_H261VideoCapability@@@8 @28069 NONAME ??_R0?AVH245_H261VideoMode@@@8 @28070 NONAME ??_R0?AVH245_H261VideoMode_resolution@@@8 @28071 NONAME ??_R0?AVH245_H262VideoCapability@@@8 @28072 NONAME ??_R0?AVH245_H262VideoMode@@@8 @28073 NONAME ??_R0?AVH245_H262VideoMode_profileAndLevel@@@8 @28074 NONAME ??_R0?AVH245_H263ModeComboFlags@@@8 @28075 NONAME ??_R0?AVH245_H263Options@@@8 @28076 NONAME ??_R0?AVH245_H263Version3Options@@@8 @28077 NONAME ??_R0?AVH245_H263VideoCapability@@@8 @28078 NONAME ??_R0?AVH245_H263VideoMode@@@8 @28079 NONAME ??_R0?AVH245_H263VideoModeCombos@@@8 @28080 NONAME ??_R0?AVH245_H263VideoMode_resolution@@@8 @28081 NONAME ??_R0?AVH245_IndicationMessage@@@8 @28082 NONAME ??_R0?AVH245_IntegrityCapability@@@8 @28083 NONAME ??_R0?AVH245_IS11172AudioCapability@@@8 @28084 NONAME ??_R0?AVH245_IS11172AudioMode@@@8 @28085 NONAME ??_R0?AVH245_IS11172AudioMode_audioLayer@@@8 @28086 NONAME ??_R0?AVH245_IS11172AudioMode_audioSampling@@@8 @28087 NONAME ??_R0?AVH245_IS11172AudioMode_multichannelType@@@8 @28088 NONAME ??_R0?AVH245_IS11172VideoCapability@@@8 @28089 NONAME ??_R0?AVH245_IS11172VideoMode@@@8 @28090 NONAME ??_R0?AVH245_IS13818AudioCapability@@@8 @28091 NONAME ??_R0?AVH245_IS13818AudioMode@@@8 @28092 NONAME ??_R0?AVH245_IS13818AudioMode_audioLayer@@@8 @28093 NONAME ??_R0?AVH245_IS13818AudioMode_audioSampling@@@8 @28094 NONAME ??_R0?AVH245_IS13818AudioMode_multichannelType@@@8 @28095 NONAME ??_R0?AVH245_IV16@@@8 @44024 NONAME ??_R0?AVH245_IV8@@@8 @44025 NONAME ??_R0?AVH245_JitterIndication@@@8 @28096 NONAME ??_R0?AVH245_JitterIndication_scope@@@8 @28097 NONAME ??_R0?AVH245_KeyProtectionMethod@@@8 @28098 NONAME ??_R0?AVH245_LogicalChannelNumber@@@8 @28099 NONAME ??_R0?AVH245_LogicalChannelRateAcknowledge@@@8 @28100 NONAME ??_R0?AVH245_LogicalChannelRateReject@@@8 @28101 NONAME ??_R0?AVH245_LogicalChannelRateRejectReason@@@8 @28102 NONAME ??_R0?AVH245_LogicalChannelRateRelease@@@8 @28103 NONAME ??_R0?AVH245_LogicalChannelRateRequest@@@8 @28104 NONAME ??_R0?AVH245_MaintenanceLoopAck@@@8 @28105 NONAME ??_R0?AVH245_MaintenanceLoopAck_type@@@8 @28106 NONAME ??_R0?AVH245_MaintenanceLoopOffCommand@@@8 @28107 NONAME ??_R0?AVH245_MaintenanceLoopReject@@@8 @28108 NONAME ??_R0?AVH245_MaintenanceLoopReject_cause@@@8 @28109 NONAME ??_R0?AVH245_MaintenanceLoopReject_type@@@8 @28110 NONAME ??_R0?AVH245_MaintenanceLoopRequest@@@8 @28111 NONAME ??_R0?AVH245_MaintenanceLoopRequest_type@@@8 @28112 NONAME ??_R0?AVH245_MasterSlaveDetermination@@@8 @28113 NONAME ??_R0?AVH245_MasterSlaveDeterminationAck@@@8 @28114 NONAME ??_R0?AVH245_MasterSlaveDeterminationAck_decision@@@8 @28115 NONAME ??_R0?AVH245_MasterSlaveDeterminationReject@@@8 @28116 NONAME ??_R0?AVH245_MasterSlaveDeterminationReject_cause@@@8 @28117 NONAME ??_R0?AVH245_MasterSlaveDeterminationRelease@@@8 @28118 NONAME ??_R0?AVH245_MaximumBitRate@@@8 @28119 NONAME ??_R0?AVH245_MaxRedundancy@@@8 @44026 NONAME ??_R0?AVH245_MCLocationIndication@@@8 @28120 NONAME ??_R0?AVH245_McuNumber@@@8 @28121 NONAME ??_R0?AVH245_MediaChannelCapability@@@8 @28122 NONAME ??_R0?AVH245_MediaDistributionCapability@@@8 @28123 NONAME ??_R0?AVH245_MediaEncryptionAlgorithm@@@8 @28124 NONAME ??_R0?AVH245_MediaPacketizationCapability@@@8 @28125 NONAME ??_R0?AVH245_MediaTransportType@@@8 @28126 NONAME ??_R0?AVH245_MediaTransportType_atm_AAL5_compressed@@@8 @28127 NONAME ??_R0?AVH245_MiscellaneousCommand@@@8 @28128 NONAME ??_R0?AVH245_MiscellaneousCommand_type@@@8 @28129 NONAME ??_R0?AVH245_MiscellaneousCommand_type_encryptionUpdateAck@@@8 @44027 NONAME ??_R0?AVH245_MiscellaneousCommand_type_encryptionUpdateCommand@@@8 @44028 NONAME ??_R0?AVH245_MiscellaneousCommand_type_lostPartialPicture@@@8 @28130 NONAME ??_R0?AVH245_MiscellaneousCommand_type_progressiveRefinementStart@@@8 @28131 NONAME ??_R0?AVH245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@@8 @28132 NONAME ??_R0?AVH245_MiscellaneousCommand_type_videoBadMBs@@@8 @28133 NONAME ??_R0?AVH245_MiscellaneousCommand_type_videoFastUpdateGOB@@@8 @28134 NONAME ??_R0?AVH245_MiscellaneousCommand_type_videoFastUpdateMB@@@8 @28135 NONAME ??_R0?AVH245_MiscellaneousIndication@@@8 @28136 NONAME ??_R0?AVH245_MiscellaneousIndication_type@@@8 @28137 NONAME ??_R0?AVH245_MiscellaneousIndication_type_videoNotDecodedMBs@@@8 @28138 NONAME ??_R0?AVH245_MobileMultilinkReconfigurationCommand@@@8 @28139 NONAME ??_R0?AVH245_MobileMultilinkReconfigurationCommand_status@@@8 @28140 NONAME ??_R0?AVH245_MobileMultilinkReconfigurationIndication@@@8 @28141 NONAME ??_R0?AVH245_ModeDescription@@@8 @28142 NONAME ??_R0?AVH245_ModeElement@@@8 @28143 NONAME ??_R0?AVH245_ModeElementType@@@8 @28144 NONAME ??_R0?AVH245_MulticastAddress@@@8 @28145 NONAME ??_R0?AVH245_MulticastAddress_iP6Address@@@8 @28146 NONAME ??_R0?AVH245_MulticastAddress_iPAddress@@@8 @28147 NONAME ??_R0?AVH245_MultilinkIndication@@@8 @28148 NONAME ??_R0?AVH245_MultilinkIndication_crcDesired@@@8 @28149 NONAME ??_R0?AVH245_MultilinkIndication_excessiveError@@@8 @28150 NONAME ??_R0?AVH245_MultilinkRequest@@@8 @28151 NONAME ??_R0?AVH245_MultilinkRequest_addConnection@@@8 @28152 NONAME ??_R0?AVH245_MultilinkRequest_callInformation@@@8 @28153 NONAME ??_R0?AVH245_MultilinkRequest_maximumHeaderInterval@@@8 @28154 NONAME ??_R0?AVH245_MultilinkRequest_maximumHeaderInterval_requestType@@@8 @28155 NONAME ??_R0?AVH245_MultilinkRequest_removeConnection@@@8 @28156 NONAME ??_R0?AVH245_MultilinkResponse@@@8 @28157 NONAME ??_R0?AVH245_MultilinkResponse_addConnection@@@8 @28158 NONAME ??_R0?AVH245_MultilinkResponse_addConnection_responseCode@@@8 @28159 NONAME ??_R0?AVH245_MultilinkResponse_addConnection_responseCode_rejected@@@8 @28160 NONAME ??_R0?AVH245_MultilinkResponse_callInformation@@@8 @28161 NONAME ??_R0?AVH245_MultilinkResponse_maximumHeaderInterval@@@8 @28162 NONAME ??_R0?AVH245_MultilinkResponse_removeConnection@@@8 @28163 NONAME ??_R0?AVH245_MultimediaSystemControlMessage@@@8 @28164 NONAME ??_R0?AVH245_MultiplePayloadStream@@@8 @28165 NONAME ??_R0?AVH245_MultiplePayloadStreamCapability@@@8 @28166 NONAME ??_R0?AVH245_MultiplePayloadStreamElement@@@8 @28167 NONAME ??_R0?AVH245_MultiplePayloadStreamElementMode@@@8 @28168 NONAME ??_R0?AVH245_MultiplePayloadStreamMode@@@8 @28169 NONAME ??_R0?AVH245_MultiplexCapability@@@8 @28170 NONAME ??_R0?AVH245_MultiplexedStreamCapability@@@8 @28171 NONAME ??_R0?AVH245_MultiplexedStreamModeParameters@@@8 @28172 NONAME ??_R0?AVH245_MultiplexedStreamParameter@@@8 @28173 NONAME ??_R0?AVH245_MultiplexElement@@@8 @28174 NONAME ??_R0?AVH245_MultiplexElement_repeatCount@@@8 @28175 NONAME ??_R0?AVH245_MultiplexElement_type@@@8 @28176 NONAME ??_R0?AVH245_MultiplexEntryDescriptor@@@8 @28177 NONAME ??_R0?AVH245_MultiplexEntryRejectionDescriptions@@@8 @28178 NONAME ??_R0?AVH245_MultiplexEntryRejectionDescriptions_cause@@@8 @28179 NONAME ??_R0?AVH245_MultiplexEntrySend@@@8 @28180 NONAME ??_R0?AVH245_MultiplexEntrySendAck@@@8 @28181 NONAME ??_R0?AVH245_MultiplexEntrySendReject@@@8 @28182 NONAME ??_R0?AVH245_MultiplexEntrySendRelease@@@8 @28183 NONAME ??_R0?AVH245_MultiplexFormat@@@8 @28184 NONAME ??_R0?AVH245_MultiplexTableEntryNumber@@@8 @28185 NONAME ??_R0?AVH245_MultipointCapability@@@8 @28186 NONAME ??_R0?AVH245_NetworkAccessParameters@@@8 @28187 NONAME ??_R0?AVH245_NetworkAccessParameters_distribution@@@8 @28188 NONAME ??_R0?AVH245_NetworkAccessParameters_networkAddress@@@8 @28189 NONAME ??_R0?AVH245_NetworkAccessParameters_t120SetupProcedure@@@8 @28190 NONAME ??_R0?AVH245_NewATMVCCommand@@@8 @28191 NONAME ??_R0?AVH245_NewATMVCCommand_aal@@@8 @28192 NONAME ??_R0?AVH245_NewATMVCCommand_aal_aal1@@@8 @28193 NONAME ??_R0?AVH245_NewATMVCCommand_aal_aal1_clockRecovery@@@8 @28194 NONAME ??_R0?AVH245_NewATMVCCommand_aal_aal1_errorCorrection@@@8 @28195 NONAME ??_R0?AVH245_NewATMVCCommand_aal_aal5@@@8 @28196 NONAME ??_R0?AVH245_NewATMVCCommand_multiplex@@@8 @28197 NONAME ??_R0?AVH245_NewATMVCCommand_reverseParameters@@@8 @28198 NONAME ??_R0?AVH245_NewATMVCCommand_reverseParameters_multiplex@@@8 @28199 NONAME ??_R0?AVH245_NewATMVCIndication@@@8 @28200 NONAME ??_R0?AVH245_NewATMVCIndication_aal@@@8 @28201 NONAME ??_R0?AVH245_NewATMVCIndication_aal_aal1@@@8 @28202 NONAME ??_R0?AVH245_NewATMVCIndication_aal_aal1_clockRecovery@@@8 @28203 NONAME ??_R0?AVH245_NewATMVCIndication_aal_aal1_errorCorrection@@@8 @28204 NONAME ??_R0?AVH245_NewATMVCIndication_aal_aal5@@@8 @28205 NONAME ??_R0?AVH245_NewATMVCIndication_multiplex@@@8 @28206 NONAME ??_R0?AVH245_NewATMVCIndication_reverseParameters@@@8 @28207 NONAME ??_R0?AVH245_NewATMVCIndication_reverseParameters_multiplex@@@8 @28208 NONAME ??_R0?AVH245_NonStandardIdentifier@@@8 @28209 NONAME ??_R0?AVH245_NonStandardIdentifier_h221NonStandard@@@8 @28210 NONAME ??_R0?AVH245_NonStandardMessage@@@8 @28211 NONAME ??_R0?AVH245_NonStandardParameter@@@8 @28212 NONAME ??_R0?AVH245_NoPTAudioTelephonyEventCapability@@@8 @28213 NONAME ??_R0?AVH245_NoPTAudioToneCapability@@@8 @28214 NONAME ??_R0?AVH245_OpenLogicalChannel@@@8 @28215 NONAME ??_R0?AVH245_OpenLogicalChannelAck@@@8 @28216 NONAME ??_R0?AVH245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@@8 @28217 NONAME ??_R0?AVH245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@@8 @28218 NONAME ??_R0?AVH245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@@8 @28219 NONAME ??_R0?AVH245_OpenLogicalChannelConfirm@@@8 @28220 NONAME ??_R0?AVH245_OpenLogicalChannelReject@@@8 @28221 NONAME ??_R0?AVH245_OpenLogicalChannelReject_cause@@@8 @28222 NONAME ??_R0?AVH245_OpenLogicalChannel_forwardLogicalChannelParameters@@@8 @28223 NONAME ??_R0?AVH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@@8 @28224 NONAME ??_R0?AVH245_OpenLogicalChannel_reverseLogicalChannelParameters@@@8 @28225 NONAME ??_R0?AVH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@@8 @28226 NONAME ??_R0?AVH245_ParameterIdentifier@@@8 @28227 NONAME ??_R0?AVH245_ParameterValue@@@8 @28228 NONAME ??_R0?AVH245_Params@@@8 @44029 NONAME ??_R0?AVH245_Password@@@8 @28229 NONAME ??_R0?AVH245_PictureReference@@@8 @28230 NONAME ??_R0?AVH245_Q2931Address@@@8 @28231 NONAME ??_R0?AVH245_Q2931Address_address@@@8 @28232 NONAME ??_R0?AVH245_QOSCapability@@@8 @28233 NONAME ??_R0?AVH245_QOSMode@@@8 @28234 NONAME ??_R0?AVH245_RedundancyEncoding@@@8 @28235 NONAME ??_R0?AVH245_RedundancyEncodingCapability@@@8 @28236 NONAME ??_R0?AVH245_RedundancyEncodingDTMode@@@8 @28237 NONAME ??_R0?AVH245_RedundancyEncodingDTModeElement@@@8 @28238 NONAME ??_R0?AVH245_RedundancyEncodingDTModeElement_type@@@8 @28239 NONAME ??_R0?AVH245_RedundancyEncodingElement@@@8 @28240 NONAME ??_R0?AVH245_RedundancyEncodingMethod@@@8 @28241 NONAME ??_R0?AVH245_RedundancyEncodingMode@@@8 @28242 NONAME ??_R0?AVH245_RedundancyEncodingMode_secondaryEncoding@@@8 @28243 NONAME ??_R0?AVH245_RedundancyEncoding_rtpRedundancyEncoding@@@8 @28244 NONAME ??_R0?AVH245_RefPictureSelection@@@8 @28245 NONAME ??_R0?AVH245_RefPictureSelection_additionalPictureMemory@@@8 @28246 NONAME ??_R0?AVH245_RefPictureSelection_enhancedReferencePicSelect@@@8 @28247 NONAME ??_R0?AVH245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@@8 @28248 NONAME ??_R0?AVH245_RefPictureSelection_videoBackChannelSend@@@8 @28249 NONAME ??_R0?AVH245_RemoteMCRequest@@@8 @28250 NONAME ??_R0?AVH245_RemoteMCResponse@@@8 @28251 NONAME ??_R0?AVH245_RemoteMCResponse_reject@@@8 @28252 NONAME ??_R0?AVH245_RequestAllTerminalIDsResponse@@@8 @28253 NONAME ??_R0?AVH245_RequestChannelClose@@@8 @28254 NONAME ??_R0?AVH245_RequestChannelCloseAck@@@8 @28255 NONAME ??_R0?AVH245_RequestChannelCloseReject@@@8 @28256 NONAME ??_R0?AVH245_RequestChannelCloseReject_cause@@@8 @28257 NONAME ??_R0?AVH245_RequestChannelCloseRelease@@@8 @28258 NONAME ??_R0?AVH245_RequestChannelClose_reason@@@8 @28259 NONAME ??_R0?AVH245_RequestMessage@@@8 @28260 NONAME ??_R0?AVH245_RequestMode@@@8 @28261 NONAME ??_R0?AVH245_RequestModeAck@@@8 @28262 NONAME ??_R0?AVH245_RequestModeAck_response@@@8 @28263 NONAME ??_R0?AVH245_RequestModeReject@@@8 @28264 NONAME ??_R0?AVH245_RequestModeReject_cause@@@8 @28265 NONAME ??_R0?AVH245_RequestModeRelease@@@8 @28266 NONAME ??_R0?AVH245_RequestMultiplexEntry@@@8 @28267 NONAME ??_R0?AVH245_RequestMultiplexEntryAck@@@8 @28268 NONAME ??_R0?AVH245_RequestMultiplexEntryReject@@@8 @28269 NONAME ??_R0?AVH245_RequestMultiplexEntryRejectionDescriptions@@@8 @28270 NONAME ??_R0?AVH245_RequestMultiplexEntryRejectionDescriptions_cause@@@8 @28271 NONAME ??_R0?AVH245_RequestMultiplexEntryRelease@@@8 @28272 NONAME ??_R0?AVH245_ResponseMessage@@@8 @28273 NONAME ??_R0?AVH245_RoundTripDelayRequest@@@8 @28274 NONAME ??_R0?AVH245_RoundTripDelayResponse@@@8 @28275 NONAME ??_R0?AVH245_RSVPParameters@@@8 @28276 NONAME ??_R0?AVH245_RTPH263VideoRedundancyEncoding@@@8 @28277 NONAME ??_R0?AVH245_RTPH263VideoRedundancyEncoding_containedThreads@@@8 @28278 NONAME ??_R0?AVH245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@@8 @28279 NONAME ??_R0?AVH245_RTPH263VideoRedundancyFrameMapping@@@8 @28280 NONAME ??_R0?AVH245_RTPH263VideoRedundancyFrameMapping_frameSequence@@@8 @28281 NONAME ??_R0?AVH245_RTPPayloadType@@@8 @28282 NONAME ??_R0?AVH245_RTPPayloadType_payloadDescriptor@@@8 @28283 NONAME ??_R0?AVH245_SendTerminalCapabilitySet@@@8 @28284 NONAME ??_R0?AVH245_SendTerminalCapabilitySet_specificRequest@@@8 @28285 NONAME ??_R0?AVH245_SequenceNumber@@@8 @28286 NONAME ??_R0?AVH245_SubstituteConferenceIDCommand@@@8 @28287 NONAME ??_R0?AVH245_T38FaxProfile@@@8 @28288 NONAME ??_R0?AVH245_T38FaxRateManagement@@@8 @28289 NONAME ??_R0?AVH245_T38FaxTcpOptions@@@8 @28290 NONAME ??_R0?AVH245_T38FaxUdpOptions@@@8 @28291 NONAME ??_R0?AVH245_T38FaxUdpOptions_t38FaxUdpEC@@@8 @28292 NONAME ??_R0?AVH245_T84Profile@@@8 @28293 NONAME ??_R0?AVH245_T84Profile_t84Restricted@@@8 @28294 NONAME ??_R0?AVH245_TerminalCapabilitySet@@@8 @28295 NONAME ??_R0?AVH245_TerminalCapabilitySetAck@@@8 @28296 NONAME ??_R0?AVH245_TerminalCapabilitySetReject@@@8 @28297 NONAME ??_R0?AVH245_TerminalCapabilitySetReject_cause@@@8 @28298 NONAME ??_R0?AVH245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@@8 @28299 NONAME ??_R0?AVH245_TerminalCapabilitySetRelease@@@8 @28300 NONAME ??_R0?AVH245_TerminalID@@@8 @28301 NONAME ??_R0?AVH245_TerminalInformation@@@8 @28302 NONAME ??_R0?AVH245_TerminalLabel@@@8 @28303 NONAME ??_R0?AVH245_TerminalNumber@@@8 @28304 NONAME ??_R0?AVH245_TerminalYouAreSeeingInSubPictureNumber@@@8 @28305 NONAME ??_R0?AVH245_TransparencyParameters@@@8 @28306 NONAME ??_R0?AVH245_TransportAddress@@@8 @28307 NONAME ??_R0?AVH245_TransportCapability@@@8 @28308 NONAME ??_R0?AVH245_UnicastAddress@@@8 @28309 NONAME ??_R0?AVH245_UnicastAddress_iP6Address@@@8 @28310 NONAME ??_R0?AVH245_UnicastAddress_iPAddress@@@8 @28311 NONAME ??_R0?AVH245_UnicastAddress_iPSourceRouteAddress@@@8 @28312 NONAME ??_R0?AVH245_UnicastAddress_iPSourceRouteAddress_route@@@8 @28313 NONAME ??_R0?AVH245_UnicastAddress_iPSourceRouteAddress_routing@@@8 @28314 NONAME ??_R0?AVH245_UnicastAddress_iPXAddress@@@8 @28315 NONAME ??_R0?AVH245_UserInputCapability@@@8 @28316 NONAME ??_R0?AVH245_UserInputIndication@@@8 @28317 NONAME ??_R0?AVH245_UserInputIndication_encryptedAlphanumeric@@@8 @44030 NONAME ??_R0?AVH245_UserInputIndication_extendedAlphanumeric@@@8 @28318 NONAME ??_R0?AVH245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@@8 @44031 NONAME ??_R0?AVH245_UserInputIndication_signal@@@8 @28319 NONAME ??_R0?AVH245_UserInputIndication_signalUpdate@@@8 @28320 NONAME ??_R0?AVH245_UserInputIndication_signalUpdate_rtp@@@8 @28321 NONAME ??_R0?AVH245_UserInputIndication_signal_rtp@@@8 @28322 NONAME ??_R0?AVH245_UserInputIndication_userInputSupportIndication@@@8 @28323 NONAME ??_R0?AVH245_V42bis@@@8 @28324 NONAME ??_R0?AVH245_V75Capability@@@8 @28325 NONAME ??_R0?AVH245_V75Parameters@@@8 @28326 NONAME ??_R0?AVH245_V76Capability@@@8 @28327 NONAME ??_R0?AVH245_V76HDLCParameters@@@8 @28328 NONAME ??_R0?AVH245_V76LogicalChannelParameters@@@8 @28329 NONAME ??_R0?AVH245_V76LogicalChannelParameters_mode@@@8 @28330 NONAME ??_R0?AVH245_V76LogicalChannelParameters_mode_eRM@@@8 @28331 NONAME ??_R0?AVH245_V76LogicalChannelParameters_mode_eRM_recovery@@@8 @28332 NONAME ??_R0?AVH245_V76LogicalChannelParameters_suspendResume@@@8 @28333 NONAME ??_R0?AVH245_V76ModeParameters@@@8 @28334 NONAME ??_R0?AVH245_VBDCapability@@@8 @28335 NONAME ??_R0?AVH245_VBDMode@@@8 @28336 NONAME ??_R0?AVH245_VCCapability@@@8 @28337 NONAME ??_R0?AVH245_VCCapability_aal1@@@8 @28338 NONAME ??_R0?AVH245_VCCapability_aal1ViaGateway@@@8 @28339 NONAME ??_R0?AVH245_VCCapability_aal5@@@8 @28340 NONAME ??_R0?AVH245_VCCapability_availableBitRates@@@8 @28341 NONAME ??_R0?AVH245_VCCapability_availableBitRates_type@@@8 @28342 NONAME ??_R0?AVH245_VCCapability_availableBitRates_type_rangeOfBitRates@@@8 @28343 NONAME ??_R0?AVH245_VendorIdentification@@@8 @28344 NONAME ??_R0?AVH245_VideoCapability@@@8 @28345 NONAME ??_R0?AVH245_VideoIndicateCompose@@@8 @28346 NONAME ??_R0?AVH245_VideoMode@@@8 @28347 NONAME ??_R0?AVH248_ActionReply@@@8 @28348 NONAME ??_R0?AVH248_ActionRequest@@@8 @28349 NONAME ??_R0?AVH248_AmmDescriptor@@@8 @28350 NONAME ??_R0?AVH248_AmmRequest@@@8 @28351 NONAME ??_R0?AVH248_AmmsReply@@@8 @28352 NONAME ??_R0?AVH248_ArrayOf_ActionReply@@@8 @28353 NONAME ??_R0?AVH248_ArrayOf_ActionRequest@@@8 @28354 NONAME ??_R0?AVH248_ArrayOf_AmmDescriptor@@@8 @28355 NONAME ??_R0?AVH248_ArrayOf_CommandReply@@@8 @28356 NONAME ??_R0?AVH248_ArrayOf_CommandRequest@@@8 @28357 NONAME ??_R0?AVH248_ArrayOf_EventParameter@@@8 @28358 NONAME ??_R0?AVH248_ArrayOf_IndAuditParameter@@@8 @28359 NONAME ??_R0?AVH248_ArrayOf_IndAudPropertyParm@@@8 @28360 NONAME ??_R0?AVH248_ArrayOf_IndAudStreamDescriptor@@@8 @28361 NONAME ??_R0?AVH248_ArrayOf_ModemType@@@8 @28362 NONAME ??_R0?AVH248_ArrayOf_ObservedEvent@@@8 @28363 NONAME ??_R0?AVH248_ArrayOf_PASN_OctetString@@@8 @28364 NONAME ??_R0?AVH248_ArrayOf_PropertyGroup@@@8 @28365 NONAME ??_R0?AVH248_ArrayOf_PropertyParm@@@8 @28366 NONAME ??_R0?AVH248_ArrayOf_RequestedEvent@@@8 @28367 NONAME ??_R0?AVH248_ArrayOf_SecondRequestedEvent@@@8 @28368 NONAME ??_R0?AVH248_ArrayOf_Signal@@@8 @28369 NONAME ??_R0?AVH248_ArrayOf_SigParameter@@@8 @28370 NONAME ??_R0?AVH248_ArrayOf_StreamDescriptor@@@8 @28371 NONAME ??_R0?AVH248_ArrayOf_TerminationID@@@8 @28372 NONAME ??_R0?AVH248_ArrayOf_TopologyRequest@@@8 @28373 NONAME ??_R0?AVH248_ArrayOf_Transaction@@@8 @28374 NONAME ??_R0?AVH248_ArrayOf_WildcardField@@@8 @28375 NONAME ??_R0?AVH248_AuditDescriptor@@@8 @28376 NONAME ??_R0?AVH248_AuditReply@@@8 @28377 NONAME ??_R0?AVH248_AuditRequest@@@8 @28378 NONAME ??_R0?AVH248_AuditResult@@@8 @28379 NONAME ??_R0?AVH248_AuditReturnParameter@@@8 @28380 NONAME ??_R0?AVH248_AuthData@@@8 @28381 NONAME ??_R0?AVH248_AuthenticationHeader@@@8 @28382 NONAME ??_R0?AVH248_Command@@@8 @28383 NONAME ??_R0?AVH248_CommandReply@@@8 @28384 NONAME ??_R0?AVH248_CommandRequest@@@8 @28385 NONAME ??_R0?AVH248_ContextAttrAuditRequest@@@8 @28386 NONAME ??_R0?AVH248_ContextID@@@8 @28387 NONAME ??_R0?AVH248_ContextRequest@@@8 @28388 NONAME ??_R0?AVH248_DigitMapDescriptor@@@8 @28389 NONAME ??_R0?AVH248_DigitMapName@@@8 @28390 NONAME ??_R0?AVH248_DigitMapValue@@@8 @28391 NONAME ??_R0?AVH248_DomainName@@@8 @28392 NONAME ??_R0?AVH248_ErrorCode@@@8 @28393 NONAME ??_R0?AVH248_ErrorDescriptor@@@8 @28394 NONAME ??_R0?AVH248_ErrorText@@@8 @28395 NONAME ??_R0?AVH248_EventBufferControl@@@8 @28396 NONAME ??_R0?AVH248_EventBufferDescriptor@@@8 @28397 NONAME ??_R0?AVH248_EventDM@@@8 @28398 NONAME ??_R0?AVH248_EventName@@@8 @28399 NONAME ??_R0?AVH248_EventParameter@@@8 @28400 NONAME ??_R0?AVH248_EventParameter_extraInfo@@@8 @28401 NONAME ??_R0?AVH248_EventsDescriptor@@@8 @28402 NONAME ??_R0?AVH248_EventSpec@@@8 @28403 NONAME ??_R0?AVH248_H221NonStandard@@@8 @28404 NONAME ??_R0?AVH248_IndAudDigitMapDescriptor@@@8 @28405 NONAME ??_R0?AVH248_IndAudEventBufferDescriptor@@@8 @28406 NONAME ??_R0?AVH248_IndAudEventsDescriptor@@@8 @28407 NONAME ??_R0?AVH248_IndAuditParameter@@@8 @28408 NONAME ??_R0?AVH248_IndAudLocalControlDescriptor@@@8 @28409 NONAME ??_R0?AVH248_IndAudLocalRemoteDescriptor@@@8 @28410 NONAME ??_R0?AVH248_IndAudMediaDescriptor@@@8 @28411 NONAME ??_R0?AVH248_IndAudMediaDescriptor_streams@@@8 @28412 NONAME ??_R0?AVH248_IndAudPackagesDescriptor@@@8 @28413 NONAME ??_R0?AVH248_IndAudPropertyGroup@@@8 @28414 NONAME ??_R0?AVH248_IndAudPropertyParm@@@8 @28415 NONAME ??_R0?AVH248_IndAudSeqSigList@@@8 @28416 NONAME ??_R0?AVH248_IndAudSignal@@@8 @28417 NONAME ??_R0?AVH248_IndAudSignalsDescriptor@@@8 @28418 NONAME ??_R0?AVH248_IndAudStatisticsDescriptor@@@8 @28419 NONAME ??_R0?AVH248_IndAudStreamDescriptor@@@8 @28420 NONAME ??_R0?AVH248_IndAudStreamParms@@@8 @28421 NONAME ??_R0?AVH248_IndAudTerminationStateDescriptor@@@8 @28422 NONAME ??_R0?AVH248_IP4Address@@@8 @28423 NONAME ??_R0?AVH248_IP6Address@@@8 @28424 NONAME ??_R0?AVH248_LocalControlDescriptor@@@8 @28425 NONAME ??_R0?AVH248_LocalRemoteDescriptor@@@8 @28426 NONAME ??_R0?AVH248_MediaDescriptor@@@8 @28427 NONAME ??_R0?AVH248_MediaDescriptor_streams@@@8 @28428 NONAME ??_R0?AVH248_MegacoMessage@@@8 @28429 NONAME ??_R0?AVH248_Message@@@8 @28430 NONAME ??_R0?AVH248_Message_messageBody@@@8 @28431 NONAME ??_R0?AVH248_MId@@@8 @28432 NONAME ??_R0?AVH248_ModemDescriptor@@@8 @28433 NONAME ??_R0?AVH248_ModemType@@@8 @28434 NONAME ??_R0?AVH248_MuxDescriptor@@@8 @28435 NONAME ??_R0?AVH248_MuxType@@@8 @28436 NONAME ??_R0?AVH248_Name@@@8 @28437 NONAME ??_R0?AVH248_NonStandardData@@@8 @28438 NONAME ??_R0?AVH248_NonStandardIdentifier@@@8 @28439 NONAME ??_R0?AVH248_NotifyCompletion@@@8 @28440 NONAME ??_R0?AVH248_NotifyReply@@@8 @28441 NONAME ??_R0?AVH248_NotifyRequest@@@8 @28442 NONAME ??_R0?AVH248_ObservedEvent@@@8 @28443 NONAME ??_R0?AVH248_ObservedEventsDescriptor@@@8 @28444 NONAME ??_R0?AVH248_PackagesDescriptor@@@8 @28445 NONAME ??_R0?AVH248_PackagesItem@@@8 @28446 NONAME ??_R0?AVH248_PathName@@@8 @28447 NONAME ??_R0?AVH248_PkgdName@@@8 @28448 NONAME ??_R0?AVH248_PropertyGroup@@@8 @28449 NONAME ??_R0?AVH248_PropertyParm@@@8 @28450 NONAME ??_R0?AVH248_PropertyParm_extraInfo@@@8 @28451 NONAME ??_R0?AVH248_Relation@@@8 @28452 NONAME ??_R0?AVH248_RequestedActions@@@8 @28453 NONAME ??_R0?AVH248_RequestedEvent@@@8 @28454 NONAME ??_R0?AVH248_RequestID@@@8 @28455 NONAME ??_R0?AVH248_SecondEventsDescriptor@@@8 @28456 NONAME ??_R0?AVH248_SecondRequestedActions@@@8 @28457 NONAME ??_R0?AVH248_SecondRequestedEvent@@@8 @28458 NONAME ??_R0?AVH248_SecurityParmIndex@@@8 @28459 NONAME ??_R0?AVH248_SeqSigList@@@8 @28460 NONAME ??_R0?AVH248_SequenceNum@@@8 @28461 NONAME ??_R0?AVH248_ServiceChangeAddress@@@8 @28462 NONAME ??_R0?AVH248_ServiceChangeMethod@@@8 @28463 NONAME ??_R0?AVH248_ServiceChangeParm@@@8 @28464 NONAME ??_R0?AVH248_ServiceChangeProfile@@@8 @28465 NONAME ??_R0?AVH248_ServiceChangeReply@@@8 @28466 NONAME ??_R0?AVH248_ServiceChangeRequest@@@8 @28467 NONAME ??_R0?AVH248_ServiceChangeResParm@@@8 @28468 NONAME ??_R0?AVH248_ServiceChangeResult@@@8 @28469 NONAME ??_R0?AVH248_ServiceState@@@8 @28470 NONAME ??_R0?AVH248_Signal@@@8 @28471 NONAME ??_R0?AVH248_SignalName@@@8 @28472 NONAME ??_R0?AVH248_SignalRequest@@@8 @28473 NONAME ??_R0?AVH248_SignalsDescriptor@@@8 @28474 NONAME ??_R0?AVH248_SignalType@@@8 @28475 NONAME ??_R0?AVH248_SigParameter@@@8 @28476 NONAME ??_R0?AVH248_SigParameter_extraInfo@@@8 @28477 NONAME ??_R0?AVH248_StatisticsDescriptor@@@8 @28478 NONAME ??_R0?AVH248_StatisticsParameter@@@8 @28479 NONAME ??_R0?AVH248_StreamDescriptor@@@8 @28480 NONAME ??_R0?AVH248_StreamID@@@8 @28481 NONAME ??_R0?AVH248_StreamMode@@@8 @28482 NONAME ??_R0?AVH248_StreamParms@@@8 @28483 NONAME ??_R0?AVH248_SubtractRequest@@@8 @28484 NONAME ??_R0?AVH248_TerminationAudit@@@8 @28485 NONAME ??_R0?AVH248_TerminationID@@@8 @28486 NONAME ??_R0?AVH248_TerminationIDList@@@8 @28487 NONAME ??_R0?AVH248_TerminationStateDescriptor@@@8 @28488 NONAME ??_R0?AVH248_TimeNotation@@@8 @28489 NONAME ??_R0?AVH248_TopologyRequest@@@8 @28490 NONAME ??_R0?AVH248_TopologyRequest_topologyDirection@@@8 @28491 NONAME ??_R0?AVH248_Transaction@@@8 @28492 NONAME ??_R0?AVH248_TransactionAck@@@8 @28493 NONAME ??_R0?AVH248_TransactionId@@@8 @28494 NONAME ??_R0?AVH248_TransactionPending@@@8 @28495 NONAME ??_R0?AVH248_TransactionReply@@@8 @28496 NONAME ??_R0?AVH248_TransactionReply_transactionResult@@@8 @28497 NONAME ??_R0?AVH248_TransactionRequest@@@8 @28498 NONAME ??_R0?AVH248_TransactionResponseAck@@@8 @28499 NONAME ??_R0?AVH248_Value@@@8 @28500 NONAME ??_R0?AVH248_WildcardField@@@8 @28501 NONAME ??_R0?AVH261DCTEncoder@@@8 @28502 NONAME ??_R0?AVH261Encoder@@@8 @28503 NONAME ??_R0?AVH261PixelEncoder@@@8 @28504 NONAME ??_R0?AVH323AudioCapability@@@8 @28507 NONAME ??_R0?AVH323AudioCodec@@@8 @28508 NONAME ??_R0?AVH323BidirectionalChannel@@@8 @28509 NONAME ??_R0?AVH323CallCreditServiceControl@@@8 @28510 NONAME ??_R0?AVH323Capabilities@@@8 @28511 NONAME ??_R0?AVH323CapabilitiesSet@@@8 @28512 NONAME ??_R0?AVH323Capability@@@8 @28513 NONAME ??_R0?AVH323Channel@@@8 @28515 NONAME ??_R0?AVH323ChannelNumber@@@8 @28516 NONAME ??_R0?AVH323Codec@@@8 @28517 NONAME ??_R0?AVH323CodecPluginGenericAudioCapability@@@8 @44032 NONAME ??_R0?AVH323CodecPluginNonStandardAudioCapability@@@8 @28520 NONAME ??_R0?AVH323Connection@@@8 @28521 NONAME ??_R0?AVH323ConnectionsCleaner@@@8 @28522 NONAME ??_R0?AVH323ControlPDU@@@8 @28523 NONAME ??_R0?AVH323DataCapability@@@8 @28524 NONAME ??_R0?AVH323DataChannel@@@8 @28525 NONAME ??_R0?AVH323DynaLink@@@8 @37933 NONAME ??_R0?AVH323EndPoint@@@8 @28526 NONAME ??_R0?AVH323FramedAudioCodec@@@8 @28527 NONAME ??_R0?AVH323Gatekeeper@@@8 @28528 NONAME ??_R0?AVH323GatekeeperARQ@@@8 @28529 NONAME ??_R0?AVH323GatekeeperBRQ@@@8 @28530 NONAME ??_R0?AVH323GatekeeperCall@@@8 @28531 NONAME ??_R0?AVH323GatekeeperDRQ@@@8 @28532 NONAME ??_R0?AVH323GatekeeperGRQ@@@8 @28533 NONAME ??_R0?AVH323GatekeeperIRR@@@8 @28534 NONAME ??_R0?AVH323GatekeeperListener@@@8 @28535 NONAME ??_R0?AVH323GatekeeperLRQ@@@8 @28536 NONAME ??_R0?AVH323GatekeeperRequest@@@8 @28537 NONAME ??_R0?AVH323GatekeeperRRQ@@@8 @28538 NONAME ??_R0?AVH323GatekeeperServer@@@8 @28539 NONAME ??_R0?AVH323GatekeeperURQ@@@8 @28540 NONAME ??_R0?AVH323GenericAudioCapability@@@8 @44033 NONAME ??_R0?AVH323GenericCapabilityInfo@@@8 @44034 NONAME ??_R0?AVH323GenericVideoCapability@@@8 @44035 NONAME ??_R0?AVH323GSMPluginCapability@@@8 @28541 NONAME ??_R0?AVH323H248ServiceControl@@@8 @28542 NONAME ??_R0?AVH323H261PluginCapability@@@8 @28543 NONAME ??_R0?AVH323HTTPServiceControl@@@8 @28544 NONAME ??_R0?AVH323Listener@@@8 @28545 NONAME ??_R0?AVH323ListenerTCP@@@8 @28546 NONAME ??_R0?AVH323LogicalChannelThread@@@8 @28547 NONAME ??_R0?AVH323NonStandardAudioCapability@@@8 @28548 NONAME ??_R0?AVH323NonStandardCapabilityInfo@@@8 @28549 NONAME ??_R0?AVH323NonStandardDataCapability@@@8 @28550 NONAME ??_R0?AVH323NonStandardVideoCapability@@@8 @28551 NONAME ??_R0?AVH323PeerElement@@@8 @28552 NONAME ??_R0?AVH323PeerElementDescriptor@@@8 @28553 NONAME ??_R0?AVH323PeerElementServiceRelationship@@@8 @28554 NONAME ??_R0?AVH323PluginCapability@@@8 @28556 NONAME ??_R0?AVH323PluginCapabilityInfo@@@8 @28557 NONAME ??_R0?AVH323PluginCodecManager@@@8 @37916 NONAME ??_R0?AVH323PluginFramedAudioCodec@@@8 @37968 NONAME ??_R0?AVH323PluginG7231Capability@@@8 @28558 NONAME ??_R0?AVH323PluginVideoCodec@@@8 @28559 NONAME ??_R0?AVH323RasPDU@@@8 @28560 NONAME ??_R0?AVH323RealTimeCapability@@@8 @28561 NONAME ??_R0?AVH323RegisteredEndPoint@@@8 @28562 NONAME ??_R0?AVH323ServiceControlSession@@@8 @28563 NONAME ??_R0?AVH323SignalPDU@@@8 @28564 NONAME ??_R0?AVH323SimultaneousCapabilities@@@8 @28565 NONAME ??_R0?AVH323StreamedAudioCodec@@@8 @28566 NONAME ??_R0?AVH323StreamedPluginAudioCodec@@@8 @37969 NONAME ??_R0?AVH323Transaction@@@8 @28567 NONAME ??_R0?AVH323TransactionPDU@@@8 @28568 NONAME ??_R0?AVH323TransactionServer@@@8 @28569 NONAME ??_R0?AVH323Transactor@@@8 @28570 NONAME ??_R0?AVH323Transport@@@8 @28571 NONAME ??_R0?AVH323TransportAddress@@@8 @28572 NONAME ??_R0?AVH323TransportAddressArray@@@8 @28573 NONAME ??_R0?AVH323TransportIP@@@8 @28574 NONAME ??_R0?AVH323TransportTCP@@@8 @28575 NONAME ??_R0?AVH323TransportUDP@@@8 @28576 NONAME ??_R0?AVH323UnidirectionalChannel@@@8 @28577 NONAME ??_R0?AVH323VideoCapability@@@8 @28578 NONAME ??_R0?AVH323VideoCodec@@@8 @28579 NONAME ??_R0?AVH323_ALawCodec@@@8 @28580 NONAME ??_R0?AVH323_AnnexG@@@8 @28581 NONAME ??_R0?AVH323_CiscoG7231aLIDCapability@@@8 @28582 NONAME ??_R0?AVH323_ExternalRTPChannel@@@8 @28584 NONAME ??_R0?AVH323_G711ALaw64Capability@@@8 @42153 NONAME ??_R0?AVH323_G711Capability@@@8 @28588 NONAME ??_R0?AVH323_G711uLaw64Capability@@@8 @42154 NONAME ??_R0?AVH323_H261Capability@@@8 @28604 NONAME ??_R0?AVH323_H261Codec@@@8 @28605 NONAME ??_R0?AVH323_LIDCapability@@@8 @28608 NONAME ??_R0?AVH323_LIDCodec@@@8 @28609 NONAME ??_R0?AVH323_LID_G711_ALaw_Capability@@@8 @42155 NONAME ??_R0?AVH323_LID_G711_uLaw_Capability@@@8 @42156 NONAME ??_R0?AVH323_LID_G7231A_5k3_Capability@@@8 @42157 NONAME ??_R0?AVH323_LID_G7231A_6k3_Capability@@@8 @42158 NONAME ??_R0?AVH323_LID_G7231_5k3_Capability@@@8 @42159 NONAME ??_R0?AVH323_LID_G7231_6k3_Capability@@@8 @42160 NONAME ??_R0?AVH323_LID_G728_Capability@@@8 @42161 NONAME ??_R0?AVH323_LID_G729AB_Capability@@@8 @42162 NONAME ??_R0?AVH323_LID_G729A_Capability@@@8 @42163 NONAME ??_R0?AVH323_LID_G729B_Capability@@@8 @42164 NONAME ??_R0?AVH323_LID_G729_Capability@@@8 @42165 NONAME ??_R0?AVH323_LID_GSM0610_Capability@@@8 @42166 NONAME ??_R0?AVH323_muLawCodec@@@8 @28625 NONAME ??_R0?AVH323_RealTimeChannel@@@8 @28626 NONAME ??_R0?AVH323_RTPChannel@@@8 @28627 NONAME ??_R0?AVH323_RTP_Session@@@8 @28628 NONAME ??_R0?AVH323_RTP_UDP@@@8 @28629 NONAME ??_R0?AVH323_T120Capability@@@8 @28630 NONAME ??_R0?AVH323_T120Channel@@@8 @28631 NONAME ??_R0?AVH323_T38Capability@@@8 @28632 NONAME ??_R0?AVH323_T38Channel@@@8 @28633 NONAME ??_R0?AVH323_T38NonStandardCapability@@@8 @28634 NONAME ??_R0?AVH323_UserInputCapability@@@8 @28635 NONAME ??_R0?AVH45010_ArrayOf_MixedExtension@@@8 @28636 NONAME ??_R0?AVH45010_CfbOvrOptArg@@@8 @28637 NONAME ??_R0?AVH45010_CoReqOptArg@@@8 @28638 NONAME ??_R0?AVH45010_H323CallOfferOperations@@@8 @28639 NONAME ??_R0?AVH45010_RUAlertOptArg@@@8 @28640 NONAME ??_R0?AVH45011Handler@@@8 @28641 NONAME ??_R0?AVH45011_ArrayOf_MixedExtension@@@8 @28642 NONAME ??_R0?AVH45011_CallIntrusionErrors@@@8 @28643 NONAME ??_R0?AVH45011_CICapabilityLevel@@@8 @28644 NONAME ??_R0?AVH45011_CIFrcRelArg@@@8 @28645 NONAME ??_R0?AVH45011_CIFrcRelOptRes@@@8 @28646 NONAME ??_R0?AVH45011_CIGetCIPLOptArg@@@8 @28647 NONAME ??_R0?AVH45011_CIGetCIPLRes@@@8 @28648 NONAME ??_R0?AVH45011_CIIsOptArg@@@8 @28649 NONAME ??_R0?AVH45011_CIIsOptRes@@@8 @28650 NONAME ??_R0?AVH45011_CINotificationArg@@@8 @28651 NONAME ??_R0?AVH45011_CIProtectionLevel@@@8 @28652 NONAME ??_R0?AVH45011_CIRequestArg@@@8 @28653 NONAME ??_R0?AVH45011_CIRequestRes@@@8 @28654 NONAME ??_R0?AVH45011_CISilentArg@@@8 @28655 NONAME ??_R0?AVH45011_CISilentOptRes@@@8 @28656 NONAME ??_R0?AVH45011_CIStatusInformation@@@8 @28657 NONAME ??_R0?AVH45011_CIWobOptArg@@@8 @28658 NONAME ??_R0?AVH45011_CIWobOptRes@@@8 @28659 NONAME ??_R0?AVH45011_H323CallIntrusionOperations@@@8 @28660 NONAME ??_R0?AVH4501_Address@@@8 @28661 NONAME ??_R0?AVH4501_AddressInformation@@@8 @28662 NONAME ??_R0?AVH4501_AddressScreened@@@8 @28663 NONAME ??_R0?AVH4501_ArrayOf_AliasAddress@@@8 @28664 NONAME ??_R0?AVH4501_ArrayOf_ROS@@@8 @28665 NONAME ??_R0?AVH4501_EndpointAddress@@@8 @28666 NONAME ??_R0?AVH4501_EntityType@@@8 @28667 NONAME ??_R0?AVH4501_Extension@@@8 @28668 NONAME ??_R0?AVH4501_GeneralErrorList@@@8 @28669 NONAME ??_R0?AVH4501_H225InformationElement@@@8 @28670 NONAME ??_R0?AVH4501_InterpretationApdu@@@8 @28671 NONAME ??_R0?AVH4501_InvokeIDs@@@8 @28672 NONAME ??_R0?AVH4501_InvokeIdSet@@@8 @28673 NONAME ??_R0?AVH4501_NetworkFacilityExtension@@@8 @28674 NONAME ??_R0?AVH4501_NSAPSubaddress@@@8 @28675 NONAME ??_R0?AVH4501_NumberScreened@@@8 @28676 NONAME ??_R0?AVH4501_PartySubaddress@@@8 @28677 NONAME ??_R0?AVH4501_PresentationAllowedIndicator@@@8 @28678 NONAME ??_R0?AVH4501_PresentedAddressScreened@@@8 @28679 NONAME ??_R0?AVH4501_PresentedAddressUnscreened@@@8 @28680 NONAME ??_R0?AVH4501_PresentedNumberScreened@@@8 @28681 NONAME ??_R0?AVH4501_PresentedNumberUnscreened@@@8 @28682 NONAME ??_R0?AVH4501_ScreeningIndicator@@@8 @28683 NONAME ??_R0?AVH4501_ServiceApdus@@@8 @28684 NONAME ??_R0?AVH4501_SubaddressInformation@@@8 @28685 NONAME ??_R0?AVH4501_SupplementaryService@@@8 @28686 NONAME ??_R0?AVH4501_UserSpecifiedSubaddress@@@8 @28687 NONAME ??_R0?AVH4502Handler@@@8 @28688 NONAME ??_R0?AVH4502_CallIdentity@@@8 @28689 NONAME ??_R0?AVH4502_CallStatus@@@8 @28690 NONAME ??_R0?AVH4502_CallTransferErrors@@@8 @28691 NONAME ??_R0?AVH4502_CallTransferOperation@@@8 @28692 NONAME ??_R0?AVH4502_CTActiveArg@@@8 @28693 NONAME ??_R0?AVH4502_CTActiveArg_argumentExtension@@@8 @28694 NONAME ??_R0?AVH4502_CTCompleteArg@@@8 @28695 NONAME ??_R0?AVH4502_CTCompleteArg_argumentExtension@@@8 @28696 NONAME ??_R0?AVH4502_CTIdentifyRes@@@8 @28697 NONAME ??_R0?AVH4502_CTIdentifyRes_resultExtension@@@8 @28698 NONAME ??_R0?AVH4502_CTInitiateArg@@@8 @28699 NONAME ??_R0?AVH4502_CTInitiateArg_argumentExtension@@@8 @28700 NONAME ??_R0?AVH4502_CTSetupArg@@@8 @28701 NONAME ??_R0?AVH4502_CTSetupArg_argumentExtension@@@8 @28702 NONAME ??_R0?AVH4502_CTUpdateArg@@@8 @28703 NONAME ??_R0?AVH4502_CTUpdateArg_argumentExtension@@@8 @28704 NONAME ??_R0?AVH4502_DummyArg@@@8 @28705 NONAME ??_R0?AVH4502_DummyRes@@@8 @28706 NONAME ??_R0?AVH4502_EndDesignation@@@8 @28707 NONAME ??_R0?AVH4502_ExtensionSeq@@@8 @28708 NONAME ??_R0?AVH4502_SubaddressTransferArg@@@8 @28709 NONAME ??_R0?AVH4502_SubaddressTransferArg_argumentExtension@@@8 @28710 NONAME ??_R0?AVH4503_BasicService@@@8 @28711 NONAME ??_R0?AVH4503_CallDiversionErrors@@@8 @28712 NONAME ??_R0?AVH4503_DiversionReason@@@8 @28713 NONAME ??_R0?AVH4503_ExtensionSeq@@@8 @28714 NONAME ??_R0?AVH4503_H323CallDiversionOperations@@@8 @28715 NONAME ??_R0?AVH4503_IntResult@@@8 @28716 NONAME ??_R0?AVH4503_IntResultList@@@8 @28717 NONAME ??_R0?AVH4503_IntResult_extension@@@8 @28718 NONAME ??_R0?AVH4503_Procedure@@@8 @28719 NONAME ??_R0?AVH4503_SubscriptionOption@@@8 @28720 NONAME ??_R0?AVH4504Handler@@@8 @28721 NONAME ??_R0?AVH4504_ArrayOf_MixedExtension@@@8 @28722 NONAME ??_R0?AVH4504_CallHoldOperation@@@8 @28723 NONAME ??_R0?AVH4504_Extension@@@8 @28724 NONAME ??_R0?AVH4504_HoldNotificArg@@@8 @28725 NONAME ??_R0?AVH4504_MixedExtension@@@8 @28726 NONAME ??_R0?AVH4504_RemoteHoldArg@@@8 @28727 NONAME ??_R0?AVH4504_RemoteHoldRes@@@8 @28728 NONAME ??_R0?AVH4504_RemoteRetrieveArg@@@8 @28729 NONAME ??_R0?AVH4504_RemoteRetrieveRes@@@8 @28730 NONAME ??_R0?AVH4504_RetrieveNotificArg@@@8 @28731 NONAME ??_R0?AVH4505_ArrayOf_MixedExtension@@@8 @28732 NONAME ??_R0?AVH4505_CallParkPickupOperations@@@8 @28733 NONAME ??_R0?AVH4505_CallPickupErrors@@@8 @28734 NONAME ??_R0?AVH4505_CallType@@@8 @28735 NONAME ??_R0?AVH4505_CpickupNotifyArg@@@8 @28736 NONAME ??_R0?AVH4505_CpNotifyArg@@@8 @28737 NONAME ??_R0?AVH4505_CpRequestArg@@@8 @28738 NONAME ??_R0?AVH4505_CpRequestRes@@@8 @28739 NONAME ??_R0?AVH4505_CpSetupArg@@@8 @28740 NONAME ??_R0?AVH4505_CpSetupRes@@@8 @28741 NONAME ??_R0?AVH4505_GroupIndicationOffArg@@@8 @28742 NONAME ??_R0?AVH4505_GroupIndicationOffRes@@@8 @28743 NONAME ??_R0?AVH4505_GroupIndicationOnArg@@@8 @28744 NONAME ??_R0?AVH4505_GroupIndicationOnRes@@@8 @28745 NONAME ??_R0?AVH4505_ParkCondition@@@8 @28746 NONAME ??_R0?AVH4505_ParkedToPosition@@@8 @28747 NONAME ??_R0?AVH4505_PickExeArg@@@8 @28748 NONAME ??_R0?AVH4505_PickExeRes@@@8 @28749 NONAME ??_R0?AVH4505_PickrequArg@@@8 @28750 NONAME ??_R0?AVH4505_PickrequRes@@@8 @28751 NONAME ??_R0?AVH4505_PickupArg@@@8 @28752 NONAME ??_R0?AVH4505_PickupRes@@@8 @28753 NONAME ??_R0?AVH4506Handler@@@8 @28754 NONAME ??_R0?AVH4506_ArrayOf_MixedExtension@@@8 @28755 NONAME ??_R0?AVH4506_CallWaitingArg@@@8 @28756 NONAME ??_R0?AVH4506_CallWaitingOperations@@@8 @28757 NONAME ??_R0?AVH4507_ArrayOf_MixedExtension@@@8 @28758 NONAME ??_R0?AVH4507_BasicService@@@8 @28759 NONAME ??_R0?AVH4507_DummyRes@@@8 @28760 NONAME ??_R0?AVH4507_H323_MWI_Operations@@@8 @28761 NONAME ??_R0?AVH4507_MessageWaitingIndicationErrors@@@8 @28762 NONAME ??_R0?AVH4507_MsgCentreId@@@8 @28763 NONAME ??_R0?AVH4507_MWIActivateArg@@@8 @28764 NONAME ??_R0?AVH4507_MWIDeactivateArg@@@8 @28765 NONAME ??_R0?AVH4507_MWIInterrogateArg@@@8 @28766 NONAME ??_R0?AVH4507_MWIInterrogateRes@@@8 @28767 NONAME ??_R0?AVH4507_MWIInterrogateResElt@@@8 @28768 NONAME ??_R0?AVH4507_NbOfMessages@@@8 @28769 NONAME ??_R0?AVH4507_TimeStamp@@@8 @28770 NONAME ??_R0?AVH4508_ExtendedName@@@8 @28771 NONAME ??_R0?AVH4508_Name@@@8 @28772 NONAME ??_R0?AVH4508_NameOperations@@@8 @28773 NONAME ??_R0?AVH4508_NamePresentationAllowed@@@8 @28774 NONAME ??_R0?AVH4508_NamePresentationRestricted@@@8 @28775 NONAME ??_R0?AVH4508_SimpleName@@@8 @28776 NONAME ??_R0?AVH4509_ArrayOf_MixedExtension@@@8 @28777 NONAME ??_R0?AVH4509_CallCompletionErrors@@@8 @28778 NONAME ??_R0?AVH4509_CcArg@@@8 @28779 NONAME ??_R0?AVH4509_CcLongArg@@@8 @28780 NONAME ??_R0?AVH4509_CcRequestArg@@@8 @28781 NONAME ??_R0?AVH4509_CcRequestRes@@@8 @28782 NONAME ??_R0?AVH4509_CcShortArg@@@8 @28783 NONAME ??_R0?AVH4509_H323CallCompletionOperations@@@8 @28784 NONAME ??_R0?AVH450ServiceAPDU@@@8 @28785 NONAME ??_R0?AVH450xDispatcher@@@8 @28786 NONAME ??_R0?AVH450xHandler@@@8 @28787 NONAME ??_R0?AVH501AccessRequest@@@8 @28788 NONAME ??_R0?AVH501DescriptorUpdate@@@8 @28789 NONAME ??_R0?AVH501PDU@@@8 @28790 NONAME ??_R0?AVH501ServiceRequest@@@8 @28791 NONAME ??_R0?AVH501Transaction@@@8 @28792 NONAME ??_R0?AVH501_AccessConfirmation@@@8 @28793 NONAME ??_R0?AVH501_AccessRejection@@@8 @28794 NONAME ??_R0?AVH501_AccessRejectionReason@@@8 @28795 NONAME ??_R0?AVH501_AccessRequest@@@8 @28796 NONAME ??_R0?AVH501_AccessToken@@@8 @28797 NONAME ??_R0?AVH501_AddressTemplate@@@8 @28798 NONAME ??_R0?AVH501_AlternatePE@@@8 @28799 NONAME ??_R0?AVH501_AlternatePEInfo@@@8 @28800 NONAME ??_R0?AVH501_ApplicationMessage@@@8 @28801 NONAME ??_R0?AVH501_ArrayOf_AccessToken@@@8 @28802 NONAME ??_R0?AVH501_ArrayOf_AddressTemplate@@@8 @28803 NONAME ??_R0?AVH501_ArrayOf_AliasAddress@@@8 @28804 NONAME ??_R0?AVH501_ArrayOf_AlternatePE@@@8 @28805 NONAME ??_R0?AVH501_ArrayOf_CircuitIdentifier@@@8 @28806 NONAME ??_R0?AVH501_ArrayOf_ClearToken@@@8 @28807 NONAME ??_R0?AVH501_ArrayOf_ContactInformation@@@8 @28808 NONAME ??_R0?AVH501_ArrayOf_CryptoH323Token@@@8 @28809 NONAME ??_R0?AVH501_ArrayOf_Descriptor@@@8 @28810 NONAME ??_R0?AVH501_ArrayOf_DescriptorInfo@@@8 @28811 NONAME ??_R0?AVH501_ArrayOf_GenericData@@@8 @28812 NONAME ??_R0?AVH501_ArrayOf_GloballyUniqueID@@@8 @28813 NONAME ??_R0?AVH501_ArrayOf_NonStandardParameter@@@8 @28814 NONAME ??_R0?AVH501_ArrayOf_PASN_ObjectId@@@8 @28815 NONAME ??_R0?AVH501_ArrayOf_Pattern@@@8 @28816 NONAME ??_R0?AVH501_ArrayOf_PriceElement@@@8 @28817 NONAME ??_R0?AVH501_ArrayOf_PriceInfoSpec@@@8 @28818 NONAME ??_R0?AVH501_ArrayOf_RouteInformation@@@8 @28819 NONAME ??_R0?AVH501_ArrayOf_SecurityMode@@@8 @28820 NONAME ??_R0?AVH501_ArrayOf_ServiceControlSession@@@8 @28821 NONAME ??_R0?AVH501_ArrayOf_SupportedProtocols@@@8 @28822 NONAME ??_R0?AVH501_ArrayOf_TransportAddress@@@8 @28823 NONAME ??_R0?AVH501_ArrayOf_UpdateInformation@@@8 @28824 NONAME ??_R0?AVH501_ArrayOf_UsageField@@@8 @28825 NONAME ??_R0?AVH501_AuthenticationConfirmation@@@8 @28826 NONAME ??_R0?AVH501_AuthenticationRejection@@@8 @28827 NONAME ??_R0?AVH501_AuthenticationRejectionReason@@@8 @28828 NONAME ??_R0?AVH501_AuthenticationRequest@@@8 @28829 NONAME ??_R0?AVH501_CallInformation@@@8 @28830 NONAME ??_R0?AVH501_ContactInformation@@@8 @28831 NONAME ??_R0?AVH501_Descriptor@@@8 @28832 NONAME ??_R0?AVH501_DescriptorConfirmation@@@8 @28833 NONAME ??_R0?AVH501_DescriptorIDConfirmation@@@8 @28834 NONAME ??_R0?AVH501_DescriptorIDRejection@@@8 @28835 NONAME ??_R0?AVH501_DescriptorIDRejectionReason@@@8 @28836 NONAME ??_R0?AVH501_DescriptorIDRequest@@@8 @28837 NONAME ??_R0?AVH501_DescriptorInfo@@@8 @28838 NONAME ??_R0?AVH501_DescriptorRejection@@@8 @28839 NONAME ??_R0?AVH501_DescriptorRejectionReason@@@8 @28840 NONAME ??_R0?AVH501_DescriptorRequest@@@8 @28841 NONAME ??_R0?AVH501_DescriptorUpdate@@@8 @28842 NONAME ??_R0?AVH501_DescriptorUpdateAck@@@8 @28843 NONAME ??_R0?AVH501_ElementIdentifier@@@8 @28844 NONAME ??_R0?AVH501_GlobalTimeStamp@@@8 @28845 NONAME ??_R0?AVH501_Message@@@8 @28846 NONAME ??_R0?AVH501_MessageBody@@@8 @28847 NONAME ??_R0?AVH501_MessageCommonInfo@@@8 @28848 NONAME ??_R0?AVH501_NonStandardConfirmation@@@8 @28849 NONAME ??_R0?AVH501_NonStandardRejection@@@8 @28850 NONAME ??_R0?AVH501_NonStandardRejectionReason@@@8 @28851 NONAME ??_R0?AVH501_NonStandardRequest@@@8 @28852 NONAME ??_R0?AVH501_PartyInformation@@@8 @28853 NONAME ??_R0?AVH501_Pattern@@@8 @28854 NONAME ??_R0?AVH501_Pattern_range@@@8 @28855 NONAME ??_R0?AVH501_PriceElement@@@8 @28856 NONAME ??_R0?AVH501_PriceElement_units@@@8 @28857 NONAME ??_R0?AVH501_PriceInfoSpec@@@8 @28858 NONAME ??_R0?AVH501_ProtocolVersion@@@8 @28859 NONAME ??_R0?AVH501_RequestInProgress@@@8 @28860 NONAME ??_R0?AVH501_Role@@@8 @28861 NONAME ??_R0?AVH501_RouteInformation@@@8 @28862 NONAME ??_R0?AVH501_RouteInformation_messageType@@@8 @28863 NONAME ??_R0?AVH501_SecurityMode@@@8 @28864 NONAME ??_R0?AVH501_ServiceConfirmation@@@8 @28865 NONAME ??_R0?AVH501_ServiceRejection@@@8 @28866 NONAME ??_R0?AVH501_ServiceRejectionReason@@@8 @28867 NONAME ??_R0?AVH501_ServiceRelease@@@8 @28868 NONAME ??_R0?AVH501_ServiceReleaseReason@@@8 @28869 NONAME ??_R0?AVH501_ServiceRequest@@@8 @28870 NONAME ??_R0?AVH501_TerminationCause@@@8 @28871 NONAME ??_R0?AVH501_TimeZone@@@8 @28872 NONAME ??_R0?AVH501_UnknownMessageReason@@@8 @28873 NONAME ??_R0?AVH501_UnknownMessageResponse@@@8 @28874 NONAME ??_R0?AVH501_UpdateInformation@@@8 @28875 NONAME ??_R0?AVH501_UpdateInformation_descriptorInfo@@@8 @28876 NONAME ??_R0?AVH501_UpdateInformation_updateType@@@8 @28877 NONAME ??_R0?AVH501_UsageCallStatus@@@8 @28878 NONAME ??_R0?AVH501_UsageConfirmation@@@8 @28879 NONAME ??_R0?AVH501_UsageField@@@8 @28880 NONAME ??_R0?AVH501_UsageIndication@@@8 @28881 NONAME ??_R0?AVH501_UsageIndicationConfirmation@@@8 @28882 NONAME ??_R0?AVH501_UsageIndicationRejection@@@8 @28883 NONAME ??_R0?AVH501_UsageIndicationRejectionReason@@@8 @28884 NONAME ??_R0?AVH501_UsageRejection@@@8 @28885 NONAME ??_R0?AVH501_UsageRejectReason@@@8 @28886 NONAME ??_R0?AVH501_UsageRequest@@@8 @28887 NONAME ??_R0?AVH501_UsageSpecification@@@8 @28888 NONAME ??_R0?AVH501_UsageSpecification_when@@@8 @28889 NONAME ??_R0?AVH501_UserInformation@@@8 @28890 NONAME ??_R0?AVH501_ValidationConfirmation@@@8 @28891 NONAME ??_R0?AVH501_ValidationRejection@@@8 @28892 NONAME ??_R0?AVH501_ValidationRejectionReason@@@8 @28893 NONAME ??_R0?AVH501_ValidationRequest@@@8 @28894 NONAME ??_R0?AVHandleTimeout_PNotifier@H245Negotiator@@@8 @28895 NONAME ??_R0?AVHandleTransactions_PNotifier@H323Transactor@@@8 @28896 NONAME ??_R0?AVHIDPluginDeviceManager@@@8 @44036 NONAME ??_R0?AVIntraP64Decoder@@@8 @28897 NONAME ??_R0?AVMCS_ArrayOf_ChannelAttributes@@@8 @28898 NONAME ??_R0?AVMCS_ArrayOf_ChannelId@@@8 @28899 NONAME ??_R0?AVMCS_ArrayOf_TokenAttributes@@@8 @28900 NONAME ??_R0?AVMCS_ArrayOf_TokenId@@@8 @28901 NONAME ??_R0?AVMCS_ArrayOf_UserId@@@8 @28902 NONAME ??_R0?AVMCS_AssignedChannelId@@@8 @28903 NONAME ??_R0?AVMCS_AUcf@@@8 @28904 NONAME ??_R0?AVMCS_AUrq@@@8 @28905 NONAME ??_R0?AVMCS_CAin@@@8 @28906 NONAME ??_R0?AVMCS_CArq@@@8 @28907 NONAME ??_R0?AVMCS_CCcf@@@8 @28908 NONAME ??_R0?AVMCS_CCrq@@@8 @28909 NONAME ??_R0?AVMCS_CDin@@@8 @28910 NONAME ??_R0?AVMCS_CDrq@@@8 @28911 NONAME ??_R0?AVMCS_CEin@@@8 @28912 NONAME ??_R0?AVMCS_CErq@@@8 @28913 NONAME ??_R0?AVMCS_ChannelAttributes@@@8 @28914 NONAME ??_R0?AVMCS_ChannelAttributes_assigned@@@8 @28915 NONAME ??_R0?AVMCS_ChannelAttributes_private@@@8 @28916 NONAME ??_R0?AVMCS_ChannelAttributes_static@@@8 @28917 NONAME ??_R0?AVMCS_ChannelAttributes_userId@@@8 @28918 NONAME ??_R0?AVMCS_ChannelId@@@8 @28919 NONAME ??_R0?AVMCS_CJcf@@@8 @28920 NONAME ??_R0?AVMCS_CJrq@@@8 @28921 NONAME ??_R0?AVMCS_CLrq@@@8 @28922 NONAME ??_R0?AVMCS_ConnectMCSPDU@@@8 @28923 NONAME ??_R0?AVMCS_Connect_Additional@@@8 @28924 NONAME ??_R0?AVMCS_Connect_Initial@@@8 @28925 NONAME ??_R0?AVMCS_Connect_Response@@@8 @28926 NONAME ??_R0?AVMCS_Connect_Result@@@8 @28927 NONAME ??_R0?AVMCS_DataPriority@@@8 @28928 NONAME ??_R0?AVMCS_Diagnostic@@@8 @28929 NONAME ??_R0?AVMCS_DomainMCSPDU@@@8 @28930 NONAME ??_R0?AVMCS_DomainParameters@@@8 @28931 NONAME ??_R0?AVMCS_DPum@@@8 @28932 NONAME ??_R0?AVMCS_DUin@@@8 @28933 NONAME ??_R0?AVMCS_DUrq@@@8 @28934 NONAME ??_R0?AVMCS_DynamicChannelId@@@8 @28935 NONAME ??_R0?AVMCS_EDrq@@@8 @28936 NONAME ??_R0?AVMCS_MCcf@@@8 @28937 NONAME ??_R0?AVMCS_MCrq@@@8 @28938 NONAME ??_R0?AVMCS_MTcf@@@8 @28939 NONAME ??_R0?AVMCS_MTrq@@@8 @28940 NONAME ??_R0?AVMCS_PCin@@@8 @28941 NONAME ??_R0?AVMCS_PDin@@@8 @28942 NONAME ??_R0?AVMCS_PrivateChannelId@@@8 @28943 NONAME ??_R0?AVMCS_PTin@@@8 @28944 NONAME ??_R0?AVMCS_Reason@@@8 @28945 NONAME ??_R0?AVMCS_Result@@@8 @28946 NONAME ??_R0?AVMCS_RJum@@@8 @28947 NONAME ??_R0?AVMCS_SDin@@@8 @28948 NONAME ??_R0?AVMCS_SDrq@@@8 @28949 NONAME ??_R0?AVMCS_Segmentation@@@8 @28950 NONAME ??_R0?AVMCS_StaticChannelId@@@8 @28951 NONAME ??_R0?AVMCS_TGcf@@@8 @28952 NONAME ??_R0?AVMCS_TGrq@@@8 @28953 NONAME ??_R0?AVMCS_TIcf@@@8 @28954 NONAME ??_R0?AVMCS_TIrq@@@8 @28955 NONAME ??_R0?AVMCS_TokenAttributes@@@8 @28956 NONAME ??_R0?AVMCS_TokenAttributes_given@@@8 @28957 NONAME ??_R0?AVMCS_TokenAttributes_giving@@@8 @28958 NONAME ??_R0?AVMCS_TokenAttributes_grabbed@@@8 @28959 NONAME ??_R0?AVMCS_TokenAttributes_inhibited@@@8 @28960 NONAME ??_R0?AVMCS_TokenAttributes_ungivable@@@8 @28961 NONAME ??_R0?AVMCS_TokenId@@@8 @28962 NONAME ??_R0?AVMCS_TokenStatus@@@8 @28963 NONAME ??_R0?AVMCS_TPin@@@8 @28964 NONAME ??_R0?AVMCS_TPrq@@@8 @28965 NONAME ??_R0?AVMCS_TRcf@@@8 @28966 NONAME ??_R0?AVMCS_TRrq@@@8 @28967 NONAME ??_R0?AVMCS_TTcf@@@8 @28968 NONAME ??_R0?AVMCS_TTrq@@@8 @28969 NONAME ??_R0?AVMCS_TVcf@@@8 @28970 NONAME ??_R0?AVMCS_TVin@@@8 @28971 NONAME ??_R0?AVMCS_TVrq@@@8 @28972 NONAME ??_R0?AVMCS_TVrs@@@8 @28973 NONAME ??_R0?AVMCS_UserId@@@8 @28974 NONAME ??_R0?AVMCS_USin@@@8 @28975 NONAME ??_R0?AVMCS_USrq@@@8 @28976 NONAME ??_R0?AVMonitorMain_PNotifier@H323Gatekeeper@@@8 @28984 NONAME ??_R0?AVMonitorMain_PNotifier@H323GatekeeperServer@@@8 @28985 NONAME ??_R0?AVMonitorMain_PNotifier@H323PeerElement@@@8 @28986 NONAME ??_R0?AVMonitor_PNotifier@OpalUSBDevice@@@8 @44037 NONAME ??_R0?AVMSIPAddress@PILSSession@@@8 @28987 NONAME ??_R0?AVMXRecordList@PDNS@@@8 @44038 NONAME ??_R0?AVOnCallIntrudeTimeOut_PNotifier@H45011Handler@@@8 @28988 NONAME ??_R0?AVOnCallTransferTimeOut_PNotifier@H4502Handler@@@8 @28989 NONAME ??_R0?AVOnLoadModule_PNotifier@PPluginModuleManager@@@8 @37953 NONAME ??_R0?AVOnUserInputInBandDTMF_PNotifier@H323Connection@@@8 @28991 NONAME ??_R0?AVOnUserInputInlineRFC2833_PNotifier@H323Connection@@@8 @28992 NONAME ??_R0?AVOpalFactoryCodec@@@8 @43314 NONAME ??_R0?AVOpalG711ALaw64kFormat@@@8 @39761 NONAME ??_R0?AVOpalG711ALaw64k_Base@@@8 @43315 NONAME ??_R0?AVOpalG711ALaw64k_Decoder@@@8 @43316 NONAME ??_R0?AVOpalG711ALaw64k_Encoder@@@8 @43317 NONAME ??_R0?AVOpalG711uLaw64kFormat@@@8 @39762 NONAME ??_R0?AVOpalG711uLaw64k_Base@@@8 @43318 NONAME ??_R0?AVOpalG711uLaw64k_Decoder@@@8 @43319 NONAME ??_R0?AVOpalG711uLaw64k_Encoder@@@8 @43320 NONAME ??_R0?AVOpalG7231A_5k3Format@@@8 @39763 NONAME ??_R0?AVOpalG7231A_6k3Format@@@8 @39764 NONAME ??_R0?AVOpalG7231_5k3Format@@@8 @39765 NONAME ??_R0?AVOpalG7231_6k3Format@@@8 @39766 NONAME ??_R0?AVOpalG728Format@@@8 @39767 NONAME ??_R0?AVOpalG729ABFormat@@@8 @39768 NONAME ??_R0?AVOpalG729AFormat@@@8 @39769 NONAME ??_R0?AVOpalG729BFormat@@@8 @39770 NONAME ??_R0?AVOpalG729Format@@@8 @39771 NONAME ??_R0?AVOpalGloballyUniqueID@@@8 @28993 NONAME ??_R0?AVOpalGSM0610Format@@@8 @39772 NONAME ??_R0?AVOpalH261Format@@@8 @39773 NONAME ??_R0?AVOpalIxJDevice@@@8 @28994 NONAME ??_R0?AVOpalLineChannel@@@8 @28995 NONAME ??_R0?AVOpalLineInterfaceDevice@@@8 @28996 NONAME ??_R0?AVOpalMediaFormat@@@8 @28997 NONAME ??_R0?AVOpalPCM16Format@@@8 @39774 NONAME ??_R0?AVOpalPluginCodec@@@8 @43321 NONAME ??_R0?AVOpalPluginMediaFormat@@@8 @39775 NONAME ??_R0?AVOpalRFC2833@@@8 @28998 NONAME ??_R0?AVOpalRFC2833Info@@@8 @28999 NONAME ??_R0?AVOpalRtpToWavFile@@@8 @29000 NONAME ??_R0?AVOpalT120Format@@@8 @39776 NONAME ??_R0?AVOpalT120Protocol@@@8 @29001 NONAME ??_R0?AVOpalT38Protocol@@@8 @29002 NONAME ??_R0?AVOpalUSBDevice@@@8 @44039 NONAME ??_R0?AVOpalUserInputRFC2833Format@@@8 @39777 NONAME ??_R0?AVOpalVoipBlasterDevice@@@8 @29003 NONAME ??_R0?AVOpalVXMLSession@@@8 @29004 NONAME ??_R0?AVOpalWAVFile@@@8 @29005 NONAME ??_R0?AVP64Decoder@@@8 @29006 NONAME ??_R0?AVPASN_Array@@@8 @29007 NONAME ??_R0?AVPASN_BitString@@@8 @29008 NONAME ??_R0?AVPASN_BMPString@@@8 @29009 NONAME ??_R0?AVPASN_Boolean@@@8 @29010 NONAME ??_R0?AVPASN_Choice@@@8 @29011 NONAME ??_R0?AVPASN_ConstrainedObject@@@8 @29012 NONAME ??_R0?AVPASN_ConstrainedString@@@8 @29013 NONAME ??_R0?AVPASN_Enumeration@@@8 @29014 NONAME ??_R0?AVPASN_GeneralisedTime@@@8 @29015 NONAME ??_R0?AVPASN_GeneralString@@@8 @29016 NONAME ??_R0?AVPASN_IA5String@@@8 @29017 NONAME ??_R0?AVPASN_Integer@@@8 @29018 NONAME ??_R0?AVPASN_Null@@@8 @29019 NONAME ??_R0?AVPASN_NumericString@@@8 @29020 NONAME ??_R0?AVPASN_Object@@@8 @29021 NONAME ??_R0?AVPASN_ObjectId@@@8 @29022 NONAME ??_R0?AVPASN_OctetString@@@8 @29023 NONAME ??_R0?AVPASN_PrintableString@@@8 @29024 NONAME ??_R0?AVPASN_Sequence@@@8 @29025 NONAME ??_R0?AVPASN_Stream@@@8 @29026 NONAME ??_R0?AVPASN_VisibleString@@@8 @29027 NONAME ??_R0?AVPDTMFEncoder@@@8 @44040 NONAME ??_R0?AVPLDAPAttributeBase@@@8 @29028 NONAME ??_R0?AVPLDAPStructBase@@@8 @29029 NONAME ??_R0?AVPluginLoader@@@8 @44041 NONAME ??_R0?AVPPER_Stream@@@8 @29030 NONAME ??_R0?AVPre_Vid_Coder@@@8 @29031 NONAME ??_R0?AVPVXMLChannelInterface@@@8 @42379 NONAME ??_R0?AVPVXMLSession@@@8 @29032 NONAME ??_R0?AVPWAVFile@@@8 @29033 NONAME ??_R0?AVPWAVFileConverter@@@8 @43131 NONAME ??_R0?AVPWAVFileConverterALaw@@@8 @43132 NONAME ??_R0?AVPWAVFileConverterULaw@@@8 @43133 NONAME ??_R0?AVPWAVFileConverterXLaw@@@8 @43134 NONAME ??_R0?AVQ931@@@8 @29034 NONAME ??_R0?AVReceivedPacket_PNotifier@OpalRFC2833@@@8 @29035 NONAME ??_R0?AVReceivedPacket_PNotifier@OpalRtpToWavFile@@@8 @29036 NONAME ??_R0?AVReceiverReport@RTP_Session@@@8 @29037 NONAME ??_R0?AVReceiveTimeout_PNotifier@OpalRFC2833@@@8 @29038 NONAME ??_R0?AVRequest@H323Transactor@@@8 @29039 NONAME ??_R0?AVResponse@H323Transactor@@@8 @29040 NONAME ??_R0?AVRTPerson@PILSSession@@@8 @29041 NONAME ??_R0?AVRTP_ControlFrame@@@8 @29042 NONAME ??_R0?AVRTP_DataFrame@@@8 @29043 NONAME ??_R0?AVRTP_JitterBuffer@@@8 @29044 NONAME ??_R0?AVRTP_JitterBufferAnalyser@@@8 @29045 NONAME ??_R0?AVRTP_QOS@@@8 @29046 NONAME ??_R0?AVRTP_Session@@@8 @29047 NONAME ??_R0?AVRTP_SessionManager@@@8 @29048 NONAME ??_R0?AVRTP_UDP@@@8 @29049 NONAME ??_R0?AVRTP_UserData@@@8 @29050 NONAME ??_R0?AVSenderReport@RTP_Session@@@8 @29051 NONAME ??_R0?AVSlowHandler_PNotifier@H323Transaction@@@8 @29052 NONAME ??_R0?AVSoundTones@OpalUSBDevice@@@8 @44042 NONAME ??_R0?AVSourceDescription@RTP_Session@@@8 @29053 NONAME ??_R0?AVSRVRecordList@PDNS@@@8 @44043 NONAME ??_R0?AVStatusHandler_PNotifier@OpalVoipBlasterDevice@@@8 @29054 NONAME ??_R0?AVStringMap@H323GatekeeperServer@@@8 @29055 NONAME ??_R0?AVT120ConnectPDU@@@8 @29056 NONAME ??_R0?AVT120_X224@@@8 @29057 NONAME ??_R0?AVT38_ArrayOf_PASN_OctetString@@@8 @29058 NONAME ??_R0?AVT38_Data_Field@@@8 @29059 NONAME ??_R0?AVT38_Data_Field_subtype@@@8 @29060 NONAME ??_R0?AVT38_Data_Field_subtype_field_type@@@8 @29061 NONAME ??_R0?AVT38_IFPPacket@@@8 @29062 NONAME ??_R0?AVT38_PreCorrigendum_Data_Field@@@8 @29063 NONAME ??_R0?AVT38_PreCorrigendum_Data_Field_subtype@@@8 @29064 NONAME ??_R0?AVT38_PreCorrigendum_Data_Field_subtype_field_type@@@8 @29065 NONAME ??_R0?AVT38_PreCorrigendum_IFPPacket@@@8 @29066 NONAME ??_R0?AVT38_Type_of_msg@@@8 @29067 NONAME ??_R0?AVT38_Type_of_msg_data@@@8 @29068 NONAME ??_R0?AVT38_Type_of_msg_t30_indicator@@@8 @29069 NONAME ??_R0?AVT38_UDPTLPacket@@@8 @29070 NONAME ??_R0?AVT38_UDPTLPacket_error_recovery@@@8 @29071 NONAME ??_R0?AVT38_UDPTLPacket_error_recovery_fec_info@@@8 @29072 NONAME ??_R0?AVT38_UDPTLPacket_error_recovery_secondary_ifp_packets@@@8 @29073 NONAME ??_R0?AVT38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@@8 @29074 NONAME ??_R0?AVT38_UDPTLPacket_primary_ifp_packet@@@8 @29075 NONAME ??_R0?AVTickleMonitor_PNotifier@H323Gatekeeper@@@8 @29076 NONAME ??_R0?AVTonePlay_PNotifier@OpalUSBDevice@@@8 @44044 NONAME ??_R0?AVTransmitEnded_PNotifier@OpalRFC2833@@@8 @29077 NONAME ??_R0?AVTransmitPacket_PNotifier@OpalRFC2833@@@8 @29078 NONAME ??_R0?AVTransmitter@@@8 @29079 NONAME ??_R0?AVUpdateAllDescriptors_PNotifier@H323PeerElement@@@8 @29080 NONAME ??_R0?AVVoipBlasterInterface@@@8 @29082 NONAME ??_R0?AVWorker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@@8 @43322 NONAME ??_R0?AVWorker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@@8 @43323 NONAME ??_R0?AVWorker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@@8 @43324 NONAME ??_R0?AVWorker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@@8 @43325 NONAME ??_R0?AVWorker@OpalPluginCodecFactory@@@8 @43326 NONAME ??_R0?AVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@8 @44045 NONAME ??_R0?AVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@8 @42709 NONAME ??_R0?AVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@8 @43327 NONAME ??_R0?AVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@8 @44046 NONAME ??_R0?AVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @42710 NONAME ??_R0?AVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@8 @42711 NONAME ??_R0?AVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@8 @43135 NONAME ??_R0?AVX224@@@8 @29083 NONAME ??_R0?AVX880_Code@@@8 @29084 NONAME ??_R0?AVX880_GeneralProblem@@@8 @29085 NONAME ??_R0?AVX880_Invoke@@@8 @29086 NONAME ??_R0?AVX880_InvokeId@@@8 @29087 NONAME ??_R0?AVX880_InvokeProblem@@@8 @29088 NONAME ??_R0?AVX880_Reject@@@8 @29089 NONAME ??_R0?AVX880_RejectProblem@@@8 @29090 NONAME ??_R0?AVX880_Reject_problem@@@8 @29091 NONAME ??_R0?AVX880_ReturnError@@@8 @29092 NONAME ??_R0?AVX880_ReturnErrorProblem@@@8 @29093 NONAME ??_R0?AVX880_ReturnResult@@@8 @29094 NONAME ??_R0?AVX880_ReturnResultProblem@@@8 @29095 NONAME ??_R0?AVX880_ReturnResult_result@@@8 @29096 NONAME ??_R0?AVX880_ROS@@@8 @29097 NONAME ??_R1A@?0A@8WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@8 @44047 NONAME ??_R1A@?0A@8WorkerBase@?$PFactory@VH323Capability@@VPString@@@@8 @42712 NONAME ??_R1A@?0A@8WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42713 NONAME ??_R1A@?0A@8WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @42714 NONAME ??_R1A@?0A@8WorkerBase@?$PFactory@VPWAVFileConverter@@I@@8 @43136 NONAME ??_R1A@?0A@A@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@8 @29098 NONAME ??_R1A@?0A@A@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@8 @29099 NONAME ??_R1A@?0A@A@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@8 @29100 NONAME ??_R1A@?0A@A@?$H235_HASHED@VH235_EncodedGeneralToken@@@@8 @29101 NONAME ??_R1A@?0A@A@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@8 @29102 NONAME ??_R1A@?0A@A@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@8 @29103 NONAME ??_R1A@?0A@A@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@8 @29104 NONAME ??_R1A@?0A@A@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@8 @29105 NONAME ??_R1A@?0A@A@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@8 @29106 NONAME ??_R1A@?0A@A@?$H235_SIGNED@VH235_EncodedReturnSig@@@@8 @29107 NONAME ??_R1A@?0A@A@?$PArray@V?$PList@VH323Capability@@@@@@8 @29108 NONAME ??_R1A@?0A@A@?$PArray@VH323SimultaneousCapabilities@@@@8 @29109 NONAME ??_R1A@?0A@A@?$PArray@VH323TransportAddress@@@@8 @29110 NONAME ??_R1A@?0A@A@?$PArray@VReceiverReport@RTP_Session@@@@8 @29111 NONAME ??_R1A@?0A@A@?$PArray@VSourceDescription@RTP_Session@@@@8 @29112 NONAME ??_R1A@?0A@A@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@8 @29113 NONAME ??_R1A@?0A@A@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@8 @29114 NONAME ??_R1A@?0A@A@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@8 @29115 NONAME ??_R1A@?0A@A@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@8 @29116 NONAME ??_R1A@?0A@A@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@8 @29117 NONAME ??_R1A@?0A@A@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@8 @29118 NONAME ??_R1A@?0A@A@?$PDictionary@VPString@@VH323Connection@@@@8 @29119 NONAME ??_R1A@?0A@A@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@8 @29120 NONAME ??_R1A@?0A@A@?$PDictionary@VPString@@VPOrdinalKey@@@@8 @29121 NONAME ??_R1A@?0A@A@?$PFactory@VH235Authenticator@@VPString@@@@8 @44048 NONAME ??_R1A@?0A@A@?$PFactory@VH323Capability@@VPString@@@@8 @42715 NONAME ??_R1A@?0A@A@?$PFactory@VH323StaticPluginCodec@@VPString@@@@8 @42716 NONAME ??_R1A@?0A@A@?$PFactory@VOpalFactoryCodec@@VPString@@@@8 @43328 NONAME ??_R1A@?0A@A@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@8 @44049 NONAME ??_R1A@?0A@A@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42717 NONAME ??_R1A@?0A@A@?$PFactory@VPWAVFileConverter@@I@@8 @43137 NONAME ??_R1A@?0A@A@?$PList@VH235Authenticator@@@@8 @29122 NONAME ??_R1A@?0A@A@?$PList@VH245_GenericParameter@@@@8 @44050 NONAME ??_R1A@?0A@A@?$PList@VH323Capability@@@@8 @29124 NONAME ??_R1A@?0A@A@?$PList@VH323Channel@@@@8 @29125 NONAME ??_R1A@?0A@A@?$PList@VH323GatekeeperListener@@@@8 @29126 NONAME ??_R1A@?0A@A@?$PList@VH323Listener@@@@8 @29127 NONAME ??_R1A@?0A@A@?$PList@VH323Transactor@@@@8 @29128 NONAME ??_R1A@?0A@A@?$PList@VH450xHandler@@@@8 @29129 NONAME ??_R1A@?0A@A@?$PList@VOpalMediaFormat@@@@8 @29131 NONAME ??_R1A@?0A@A@?$PList@VPBYTEArray@@@@8 @29132 NONAME ??_R1A@?0A@A@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@8 @29133 NONAME ??_R1A@?0A@A@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@8 @29134 NONAME ??_R1A@?0A@A@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@8 @29135 NONAME ??_R1A@?0A@A@?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@8 @29136 NONAME ??_R1A@?0A@A@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@8 @29137 NONAME ??_R1A@?0A@A@?$PSafePtr@VH323GatekeeperCall@@@@8 @29138 NONAME ??_R1A@?0A@A@?$PSafePtr@VH323PeerElementDescriptor@@@@8 @29139 NONAME ??_R1A@?0A@A@?$PSafePtr@VH323PeerElementServiceRelationship@@@@8 @29140 NONAME ??_R1A@?0A@A@?$PSafePtr@VH323RegisteredEndPoint@@@@8 @29141 NONAME ??_R1A@?0A@A@?$PSafeSortedList@VH323GatekeeperCall@@@@8 @29142 NONAME ??_R1A@?0A@A@?$PSafeSortedList@VH323PeerElementDescriptor@@@@8 @29143 NONAME ??_R1A@?0A@A@?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@8 @29144 NONAME ??_R1A@?0A@A@?$PSet@VPOrdinalKey@@@@8 @29145 NONAME ??_R1A@?0A@A@?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@8 @29146 NONAME ??_R1A@?0A@A@?$PSortedList@VH225_AliasAddress@@@@8 @29147 NONAME ??_R1A@?0A@A@?$PSortedList@VH323GatekeeperCall@@@@8 @29148 NONAME ??_R1A@?0A@A@?$PSortedList@VH323PeerElementDescriptor@@@@8 @29149 NONAME ??_R1A@?0A@A@?$PSortedList@VH323PeerElementServiceRelationship@@@@8 @29150 NONAME ??_R1A@?0A@A@?$PSortedList@VMXRecord@PDNS@@@@8 @44051 NONAME ??_R1A@?0A@A@?$PSortedList@VResponse@H323Transactor@@@@8 @29151 NONAME ??_R1A@?0A@A@?$PSortedList@VSRVRecord@PDNS@@@@8 @44052 NONAME ??_R1A@?0A@A@?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @44053 NONAME ??_R1A@?0A@A@?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @44054 NONAME ??_R1A@?0A@A@?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @44055 NONAME ??_R1A@?0A@A@?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @42718 NONAME ??_R1A@?0A@A@?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42719 NONAME ??_R1A@?0A@A@?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42720 NONAME ??_R1A@?0A@A@?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42721 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42722 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42723 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42724 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42725 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42726 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42727 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42728 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42729 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42730 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42731 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42732 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42733 NONAME ??_R1A@?0A@A@?$Worker@VHIDPluginDeviceManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @44056 NONAME ??_R1A@?0A@A@?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42734 NONAME ??_R1A@?0A@A@?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42735 NONAME ??_R1A@?0A@A@?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42736 NONAME ??_R1A@?0A@A@?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42737 NONAME ??_R1A@?0A@A@?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42738 NONAME ??_R1A@?0A@A@?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42739 NONAME ??_R1A@?0A@A@?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42740 NONAME ??_R1A@?0A@A@?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42741 NONAME ??_R1A@?0A@A@?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42742 NONAME ??_R1A@?0A@A@?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42743 NONAME ??_R1A@?0A@A@?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42744 NONAME ??_R1A@?0A@A@?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42745 NONAME ??_R1A@?0A@A@?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42746 NONAME ??_R1A@?0A@A@?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42747 NONAME ??_R1A@?0A@A@?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42748 NONAME ??_R1A@?0A@A@?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42749 NONAME ??_R1A@?0A@A@?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@8 @44057 NONAME ??_R1A@?0A@A@?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@8 @43138 NONAME ??_R1A@?0A@A@?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@8 @43139 NONAME ??_R1A@?0A@A@AliasKey@H323PeerElement@@8 @29152 NONAME ??_R1A@?0A@A@AlternateInfo@H323Gatekeeper@@8 @29153 NONAME ??_R1A@?0A@A@ByteQueue@OpalVoipBlasterDevice@@8 @29154 NONAME ??_R1A@?0A@A@Encoder@@8 @29155 NONAME ??_R1A@?0A@A@Entry@RTP_JitterBuffer@@8 @29156 NONAME ??_R1A@?0A@A@FilterInfo@H323Codec@@8 @29158 NONAME ??_R1A@?0A@A@FullP64Decoder@@8 @29159 NONAME ??_R1A@?0A@A@G7231_File_Capability@@8 @29160 NONAME ??_R1A@?0A@A@G7231_File_Codec@@8 @29161 NONAME ??_R1A@?0A@A@GCC_AlternativeNodeID@@8 @29162 NONAME ??_R1A@?0A@A@GCC_ApplicationInvokeIndication@@8 @29163 NONAME ??_R1A@?0A@A@GCC_ApplicationInvokeSpecifier@@8 @29164 NONAME ??_R1A@?0A@A@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@8 @29165 NONAME ??_R1A@?0A@A@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@8 @29166 NONAME ??_R1A@?0A@A@GCC_ApplicationRecord@@8 @29167 NONAME ??_R1A@?0A@A@GCC_ApplicationRecord_nonCollapsingCapabilities@@8 @29168 NONAME ??_R1A@?0A@A@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@8 @29169 NONAME ??_R1A@?0A@A@GCC_ArrayOf_ApplicationInvokeSpecifier@@8 @29170 NONAME ??_R1A@?0A@A@GCC_ArrayOf_ChallengeItem@@8 @29171 NONAME ??_R1A@?0A@A@GCC_ArrayOf_ConferenceDescriptor@@8 @29172 NONAME ??_R1A@?0A@A@GCC_ArrayOf_Privilege@@8 @29173 NONAME ??_R1A@?0A@A@GCC_ArrayOf_TextString@@8 @29174 NONAME ??_R1A@?0A@A@GCC_ArrayOf_UserID@@8 @29175 NONAME ??_R1A@?0A@A@GCC_AsymmetryIndicator@@8 @29176 NONAME ??_R1A@?0A@A@GCC_CapabilityClass@@8 @29177 NONAME ??_R1A@?0A@A@GCC_CapabilityID@@8 @29178 NONAME ??_R1A@?0A@A@GCC_ChallengeItem@@8 @29179 NONAME ??_R1A@?0A@A@GCC_ChallengeRequest@@8 @29180 NONAME ??_R1A@?0A@A@GCC_ChallengeResponse@@8 @29181 NONAME ??_R1A@?0A@A@GCC_ChallengeResponseAlgorithm@@8 @29182 NONAME ??_R1A@?0A@A@GCC_ChallengeResponseItem@@8 @29183 NONAME ??_R1A@?0A@A@GCC_ChannelID@@8 @29184 NONAME ??_R1A@?0A@A@GCC_ChannelType@@8 @29185 NONAME ??_R1A@?0A@A@GCC_ConductorAssignIndication@@8 @29186 NONAME ??_R1A@?0A@A@GCC_ConductorPermissionAskIndication@@8 @29187 NONAME ??_R1A@?0A@A@GCC_ConductorPermissionGrantIndication@@8 @29188 NONAME ??_R1A@?0A@A@GCC_ConductorReleaseIndication@@8 @29189 NONAME ??_R1A@?0A@A@GCC_ConferenceAddRequest@@8 @29190 NONAME ??_R1A@?0A@A@GCC_ConferenceAddResponse@@8 @29191 NONAME ??_R1A@?0A@A@GCC_ConferenceAddResponse_result@@8 @29192 NONAME ??_R1A@?0A@A@GCC_ConferenceAssistanceIndication@@8 @29193 NONAME ??_R1A@?0A@A@GCC_ConferenceCreateRequest@@8 @29194 NONAME ??_R1A@?0A@A@GCC_ConferenceCreateResponse@@8 @29195 NONAME ??_R1A@?0A@A@GCC_ConferenceCreateResponse_result@@8 @29196 NONAME ??_R1A@?0A@A@GCC_ConferenceDescriptor@@8 @29197 NONAME ??_R1A@?0A@A@GCC_ConferenceEjectUserIndication@@8 @29198 NONAME ??_R1A@?0A@A@GCC_ConferenceEjectUserIndication_reason@@8 @29199 NONAME ??_R1A@?0A@A@GCC_ConferenceEjectUserRequest@@8 @29200 NONAME ??_R1A@?0A@A@GCC_ConferenceEjectUserRequest_reason@@8 @29201 NONAME ??_R1A@?0A@A@GCC_ConferenceEjectUserResponse@@8 @29202 NONAME ??_R1A@?0A@A@GCC_ConferenceEjectUserResponse_result@@8 @29203 NONAME ??_R1A@?0A@A@GCC_ConferenceInviteRequest@@8 @29204 NONAME ??_R1A@?0A@A@GCC_ConferenceInviteResponse@@8 @29205 NONAME ??_R1A@?0A@A@GCC_ConferenceInviteResponse_result@@8 @29206 NONAME ??_R1A@?0A@A@GCC_ConferenceJoinRequest@@8 @29207 NONAME ??_R1A@?0A@A@GCC_ConferenceJoinResponse@@8 @29208 NONAME ??_R1A@?0A@A@GCC_ConferenceJoinResponse_result@@8 @29209 NONAME ??_R1A@?0A@A@GCC_ConferenceLockIndication@@8 @29210 NONAME ??_R1A@?0A@A@GCC_ConferenceLockRequest@@8 @29211 NONAME ??_R1A@?0A@A@GCC_ConferenceLockResponse@@8 @29212 NONAME ??_R1A@?0A@A@GCC_ConferenceLockResponse_result@@8 @29213 NONAME ??_R1A@?0A@A@GCC_ConferenceName@@8 @29214 NONAME ??_R1A@?0A@A@GCC_ConferenceNameModifier@@8 @29215 NONAME ??_R1A@?0A@A@GCC_ConferenceNameSelector@@8 @29216 NONAME ??_R1A@?0A@A@GCC_ConferencePriority@@8 @29217 NONAME ??_R1A@?0A@A@GCC_ConferencePriorityScheme@@8 @29218 NONAME ??_R1A@?0A@A@GCC_ConferenceQueryRequest@@8 @29219 NONAME ??_R1A@?0A@A@GCC_ConferenceQueryResponse@@8 @29220 NONAME ??_R1A@?0A@A@GCC_ConferenceQueryResponse_result@@8 @29221 NONAME ??_R1A@?0A@A@GCC_ConferenceTerminateIndication@@8 @29222 NONAME ??_R1A@?0A@A@GCC_ConferenceTerminateIndication_reason@@8 @29223 NONAME ??_R1A@?0A@A@GCC_ConferenceTerminateRequest@@8 @29224 NONAME ??_R1A@?0A@A@GCC_ConferenceTerminateRequest_reason@@8 @29225 NONAME ??_R1A@?0A@A@GCC_ConferenceTerminateResponse@@8 @29226 NONAME ??_R1A@?0A@A@GCC_ConferenceTerminateResponse_result@@8 @29227 NONAME ??_R1A@?0A@A@GCC_ConferenceTimeExtendIndication@@8 @29228 NONAME ??_R1A@?0A@A@GCC_ConferenceTimeInquireIndication@@8 @29229 NONAME ??_R1A@?0A@A@GCC_ConferenceTimeRemainingIndication@@8 @29230 NONAME ??_R1A@?0A@A@GCC_ConferenceTransferIndication@@8 @29231 NONAME ??_R1A@?0A@A@GCC_ConferenceTransferRequest@@8 @29232 NONAME ??_R1A@?0A@A@GCC_ConferenceTransferResponse@@8 @29233 NONAME ??_R1A@?0A@A@GCC_ConferenceTransferResponse_result@@8 @29234 NONAME ??_R1A@?0A@A@GCC_ConferenceUnlockIndication@@8 @29235 NONAME ??_R1A@?0A@A@GCC_ConferenceUnlockRequest@@8 @29236 NONAME ??_R1A@?0A@A@GCC_ConferenceUnlockResponse@@8 @29237 NONAME ??_R1A@?0A@A@GCC_ConferenceUnlockResponse_result@@8 @29238 NONAME ??_R1A@?0A@A@GCC_ConnectData@@8 @29239 NONAME ??_R1A@?0A@A@GCC_ConnectGCCPDU@@8 @29240 NONAME ??_R1A@?0A@A@GCC_DialingString@@8 @29241 NONAME ??_R1A@?0A@A@GCC_DynamicChannelID@@8 @29242 NONAME ??_R1A@?0A@A@GCC_DynamicTokenID@@8 @29243 NONAME ??_R1A@?0A@A@GCC_EntityID@@8 @29244 NONAME ??_R1A@?0A@A@GCC_ExtraDialingString@@8 @29245 NONAME ??_R1A@?0A@A@GCC_FunctionNotSupportedResponse@@8 @29246 NONAME ??_R1A@?0A@A@GCC_GCCPDU@@8 @29247 NONAME ??_R1A@?0A@A@GCC_H221NonStandardIdentifier@@8 @29248 NONAME ??_R1A@?0A@A@GCC_Handle@@8 @29249 NONAME ??_R1A@?0A@A@GCC_IndicationPDU@@8 @29250 NONAME ??_R1A@?0A@A@GCC_Key@@8 @29251 NONAME ??_R1A@?0A@A@GCC_NetworkAddress@@8 @29252 NONAME ??_R1A@?0A@A@GCC_NetworkAddress_subtype@@8 @29253 NONAME ??_R1A@?0A@A@GCC_NetworkAddress_subtype_aggregatedChannel@@8 @29254 NONAME ??_R1A@?0A@A@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@8 @29255 NONAME ??_R1A@?0A@A@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@8 @29256 NONAME ??_R1A@?0A@A@GCC_NetworkAddress_subtype_transportConnection@@8 @29257 NONAME ??_R1A@?0A@A@GCC_NodeProperties@@8 @29258 NONAME ??_R1A@?0A@A@GCC_NodeRecord@@8 @29259 NONAME ??_R1A@?0A@A@GCC_NodeType@@8 @29260 NONAME ??_R1A@?0A@A@GCC_NonStandardParameter@@8 @29261 NONAME ??_R1A@?0A@A@GCC_NonStandardPDU@@8 @29262 NONAME ??_R1A@?0A@A@GCC_Password@@8 @29263 NONAME ??_R1A@?0A@A@GCC_PasswordChallengeRequestResponse@@8 @29264 NONAME ??_R1A@?0A@A@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@8 @29265 NONAME ??_R1A@?0A@A@GCC_PasswordSelector@@8 @29266 NONAME ??_R1A@?0A@A@GCC_Privilege@@8 @29267 NONAME ??_R1A@?0A@A@GCC_RegistryAllocateHandleRequest@@8 @29268 NONAME ??_R1A@?0A@A@GCC_RegistryAllocateHandleResponse@@8 @29269 NONAME ??_R1A@?0A@A@GCC_RegistryAllocateHandleResponse_result@@8 @29270 NONAME ??_R1A@?0A@A@GCC_RegistryAssignTokenRequest@@8 @29271 NONAME ??_R1A@?0A@A@GCC_RegistryDeleteEntryRequest@@8 @29272 NONAME ??_R1A@?0A@A@GCC_RegistryEntryOwner@@8 @29273 NONAME ??_R1A@?0A@A@GCC_RegistryEntryOwner_owned@@8 @29274 NONAME ??_R1A@?0A@A@GCC_RegistryItem@@8 @29275 NONAME ??_R1A@?0A@A@GCC_RegistryKey@@8 @29276 NONAME ??_R1A@?0A@A@GCC_RegistryModificationRights@@8 @29277 NONAME ??_R1A@?0A@A@GCC_RegistryMonitorEntryIndication@@8 @29278 NONAME ??_R1A@?0A@A@GCC_RegistryMonitorEntryRequest@@8 @29279 NONAME ??_R1A@?0A@A@GCC_RegistryRegisterChannelRequest@@8 @29280 NONAME ??_R1A@?0A@A@GCC_RegistryResponse@@8 @29281 NONAME ??_R1A@?0A@A@GCC_RegistryResponse_primitiveType@@8 @29282 NONAME ??_R1A@?0A@A@GCC_RegistryResponse_result@@8 @29283 NONAME ??_R1A@?0A@A@GCC_RegistryRetrieveEntryRequest@@8 @29284 NONAME ??_R1A@?0A@A@GCC_RegistrySetParameterRequest@@8 @29285 NONAME ??_R1A@?0A@A@GCC_RequestPDU@@8 @29286 NONAME ??_R1A@?0A@A@GCC_ResponsePDU@@8 @29287 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication@@8 @29288 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation@@8 @29289 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype@@8 @29290 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@8 @29291 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@8 @29292 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@8 @29293 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@8 @29294 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@8 @29295 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@8 @29296 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@8 @29297 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@8 @29298 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@8 @29299 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation@@8 @29300 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@8 @29301 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@8 @29302 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@8 @29303 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@8 @29304 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@8 @29305 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@8 @29306 NONAME ??_R1A@?0A@A@GCC_SessionKey@@8 @29307 NONAME ??_R1A@?0A@A@GCC_SimpleNumericString@@8 @29308 NONAME ??_R1A@?0A@A@GCC_SimpleTextString@@8 @29309 NONAME ??_R1A@?0A@A@GCC_StaticChannelID@@8 @29310 NONAME ??_R1A@?0A@A@GCC_StaticTokenID@@8 @29311 NONAME ??_R1A@?0A@A@GCC_SubAddressString@@8 @29312 NONAME ??_R1A@?0A@A@GCC_TerminationMethod@@8 @29313 NONAME ??_R1A@?0A@A@GCC_TextMessageIndication@@8 @29314 NONAME ??_R1A@?0A@A@GCC_TextString@@8 @29315 NONAME ??_R1A@?0A@A@GCC_Time@@8 @29316 NONAME ??_R1A@?0A@A@GCC_TokenID@@8 @29317 NONAME ??_R1A@?0A@A@GCC_UserData@@8 @29318 NONAME ??_R1A@?0A@A@GCC_UserData_subtype@@8 @29319 NONAME ??_R1A@?0A@A@GCC_UserID@@8 @29320 NONAME ??_R1A@?0A@A@GCC_UserIDIndication@@8 @29321 NONAME ??_R1A@?0A@A@H225CallThread@@8 @29322 NONAME ??_R1A@?0A@A@H225TransportThread@@8 @29323 NONAME ??_R1A@?0A@A@H225_AddressPattern@@8 @29324 NONAME ??_R1A@?0A@A@H225_AddressPattern_range@@8 @29325 NONAME ??_R1A@?0A@A@H225_AdmissionConfirm@@8 @29326 NONAME ??_R1A@?0A@A@H225_AdmissionConfirm_language@@8 @29327 NONAME ??_R1A@?0A@A@H225_AdmissionReject@@8 @29328 NONAME ??_R1A@?0A@A@H225_AdmissionRejectReason@@8 @29329 NONAME ??_R1A@?0A@A@H225_AdmissionRequest@@8 @29330 NONAME ??_R1A@?0A@A@H225_Alerting_UUIE@@8 @29331 NONAME ??_R1A@?0A@A@H225_AliasAddress@@8 @29332 NONAME ??_R1A@?0A@A@H225_AlternateGK@@8 @29333 NONAME ??_R1A@?0A@A@H225_AlternateTransportAddresses@@8 @29334 NONAME ??_R1A@?0A@A@H225_AltGKInfo@@8 @29335 NONAME ??_R1A@?0A@A@H225_ANSI_41_UIM@@8 @29336 NONAME ??_R1A@?0A@A@H225_ANSI_41_UIM_system_id@@8 @29337 NONAME ??_R1A@?0A@A@H225_ArrayOf_AddressPattern@@8 @29338 NONAME ??_R1A@?0A@A@H225_ArrayOf_AdmissionConfirm@@8 @29339 NONAME ??_R1A@?0A@A@H225_ArrayOf_AliasAddress@@8 @29340 NONAME ??_R1A@?0A@A@H225_ArrayOf_AlternateGK@@8 @29341 NONAME ??_R1A@?0A@A@H225_ArrayOf_AuthenticationMechanism@@8 @29342 NONAME ??_R1A@?0A@A@H225_ArrayOf_BandwidthDetails@@8 @29343 NONAME ??_R1A@?0A@A@H225_ArrayOf_CallReferenceValue@@8 @29344 NONAME ??_R1A@?0A@A@H225_ArrayOf_CallsAvailable@@8 @29345 NONAME ??_R1A@?0A@A@H225_ArrayOf_ClearToken@@8 @29346 NONAME ??_R1A@?0A@A@H225_ArrayOf_ConferenceIdentifier@@8 @29347 NONAME ??_R1A@?0A@A@H225_ArrayOf_ConferenceList@@8 @29348 NONAME ??_R1A@?0A@A@H225_ArrayOf_CryptoH323Token@@8 @29349 NONAME ??_R1A@?0A@A@H225_ArrayOf_DataRate@@8 @29350 NONAME ??_R1A@?0A@A@H225_ArrayOf_Endpoint@@8 @29351 NONAME ??_R1A@?0A@A@H225_ArrayOf_EnumeratedParameter@@8 @29352 NONAME ??_R1A@?0A@A@H225_ArrayOf_ExtendedAliasAddress@@8 @29353 NONAME ??_R1A@?0A@A@H225_ArrayOf_FeatureDescriptor@@8 @29354 NONAME ??_R1A@?0A@A@H225_ArrayOf_GenericData@@8 @29355 NONAME ??_R1A@?0A@A@H225_ArrayOf_H245Security@@8 @29356 NONAME ??_R1A@?0A@A@H225_ArrayOf_H248PackagesDescriptor@@8 @29357 NONAME ??_R1A@?0A@A@H225_ArrayOf_IntegrityMechanism@@8 @29358 NONAME ??_R1A@?0A@A@H225_ArrayOf_NonStandardParameter@@8 @29359 NONAME ??_R1A@?0A@A@H225_ArrayOf_PartyNumber@@8 @29360 NONAME ??_R1A@?0A@A@H225_ArrayOf_PASN_ObjectId@@8 @29361 NONAME ??_R1A@?0A@A@H225_ArrayOf_PASN_OctetString@@8 @29362 NONAME ??_R1A@?0A@A@H225_ArrayOf_RasUsageSpecification@@8 @29363 NONAME ??_R1A@?0A@A@H225_ArrayOf_RTPSession@@8 @29364 NONAME ??_R1A@?0A@A@H225_ArrayOf_ServiceControlSession@@8 @29365 NONAME ??_R1A@?0A@A@H225_ArrayOf_SupportedPrefix@@8 @29366 NONAME ??_R1A@?0A@A@H225_ArrayOf_SupportedProtocols@@8 @29367 NONAME ??_R1A@?0A@A@H225_ArrayOf_TransportAddress@@8 @29368 NONAME ??_R1A@?0A@A@H225_ArrayOf_TransportChannelInfo@@8 @29369 NONAME ??_R1A@?0A@A@H225_ArrayOf_TunnelledProtocol@@8 @29370 NONAME ??_R1A@?0A@A@H225_BandRejectReason@@8 @29371 NONAME ??_R1A@?0A@A@H225_BandWidth@@8 @29372 NONAME ??_R1A@?0A@A@H225_BandwidthConfirm@@8 @29373 NONAME ??_R1A@?0A@A@H225_BandwidthDetails@@8 @29374 NONAME ??_R1A@?0A@A@H225_BandwidthReject@@8 @29375 NONAME ??_R1A@?0A@A@H225_BandwidthRequest@@8 @29376 NONAME ??_R1A@?0A@A@H225_CallCapacity@@8 @29377 NONAME ??_R1A@?0A@A@H225_CallCapacityInfo@@8 @29378 NONAME ??_R1A@?0A@A@H225_CallCreditCapability@@8 @29379 NONAME ??_R1A@?0A@A@H225_CallCreditServiceControl@@8 @29380 NONAME ??_R1A@?0A@A@H225_CallCreditServiceControl_billingMode@@8 @29381 NONAME ??_R1A@?0A@A@H225_CallCreditServiceControl_callStartingPoint@@8 @29382 NONAME ??_R1A@?0A@A@H225_CallIdentifier@@8 @29383 NONAME ??_R1A@?0A@A@H225_CallLinkage@@8 @29384 NONAME ??_R1A@?0A@A@H225_CallModel@@8 @29385 NONAME ??_R1A@?0A@A@H225_CallProceeding_UUIE@@8 @29386 NONAME ??_R1A@?0A@A@H225_CallReferenceValue@@8 @29387 NONAME ??_R1A@?0A@A@H225_CallsAvailable@@8 @29388 NONAME ??_R1A@?0A@A@H225_CallTerminationCause@@8 @29389 NONAME ??_R1A@?0A@A@H225_CallType@@8 @29390 NONAME ??_R1A@?0A@A@H225_CapacityReportingCapability@@8 @29391 NONAME ??_R1A@?0A@A@H225_CapacityReportingSpecification@@8 @29392 NONAME ??_R1A@?0A@A@H225_CapacityReportingSpecification_when@@8 @29393 NONAME ??_R1A@?0A@A@H225_CarrierInfo@@8 @29394 NONAME ??_R1A@?0A@A@H225_CicInfo@@8 @29395 NONAME ??_R1A@?0A@A@H225_CicInfo_cic@@8 @29396 NONAME ??_R1A@?0A@A@H225_CircuitIdentifier@@8 @29397 NONAME ??_R1A@?0A@A@H225_CircuitInfo@@8 @29398 NONAME ??_R1A@?0A@A@H225_ConferenceIdentifier@@8 @29399 NONAME ??_R1A@?0A@A@H225_ConferenceList@@8 @29400 NONAME ??_R1A@?0A@A@H225_Connect_UUIE@@8 @29401 NONAME ??_R1A@?0A@A@H225_Connect_UUIE_language@@8 @29402 NONAME ??_R1A@?0A@A@H225_Content@@8 @29403 NONAME ??_R1A@?0A@A@H225_CryptoH323Token@@8 @29404 NONAME ??_R1A@?0A@A@H225_CryptoH323Token_cryptoEPPwdHash@@8 @29405 NONAME ??_R1A@?0A@A@H225_CryptoH323Token_cryptoGKPwdHash@@8 @29406 NONAME ??_R1A@?0A@A@H225_DataRate@@8 @29407 NONAME ??_R1A@?0A@A@H225_DisengageConfirm@@8 @29408 NONAME ??_R1A@?0A@A@H225_DisengageReason@@8 @29409 NONAME ??_R1A@?0A@A@H225_DisengageReject@@8 @29410 NONAME ??_R1A@?0A@A@H225_DisengageRejectReason@@8 @29411 NONAME ??_R1A@?0A@A@H225_DisengageRequest@@8 @29412 NONAME ??_R1A@?0A@A@H225_EncodedFastStartToken@@8 @29413 NONAME ??_R1A@?0A@A@H225_EncryptIntAlg@@8 @29414 NONAME ??_R1A@?0A@A@H225_Endpoint@@8 @29415 NONAME ??_R1A@?0A@A@H225_EndpointIdentifier@@8 @29416 NONAME ??_R1A@?0A@A@H225_EndpointType@@8 @29417 NONAME ??_R1A@?0A@A@H225_EnumeratedParameter@@8 @29418 NONAME ??_R1A@?0A@A@H225_ExtendedAliasAddress@@8 @29419 NONAME ??_R1A@?0A@A@H225_FacilityReason@@8 @29420 NONAME ??_R1A@?0A@A@H225_Facility_UUIE@@8 @29421 NONAME ??_R1A@?0A@A@H225_FastStartToken@@8 @29422 NONAME ??_R1A@?0A@A@H225_FeatureDescriptor@@8 @29423 NONAME ??_R1A@?0A@A@H225_FeatureSet@@8 @29424 NONAME ??_R1A@?0A@A@H225_GatekeeperConfirm@@8 @29425 NONAME ??_R1A@?0A@A@H225_GatekeeperIdentifier@@8 @29426 NONAME ??_R1A@?0A@A@H225_GatekeeperInfo@@8 @29427 NONAME ??_R1A@?0A@A@H225_GatekeeperReject@@8 @29428 NONAME ??_R1A@?0A@A@H225_GatekeeperRejectReason@@8 @29429 NONAME ??_R1A@?0A@A@H225_GatekeeperRequest@@8 @29430 NONAME ??_R1A@?0A@A@H225_GatewayInfo@@8 @29431 NONAME ??_R1A@?0A@A@H225_GenericData@@8 @29432 NONAME ??_R1A@?0A@A@H225_GenericIdentifier@@8 @29433 NONAME ??_R1A@?0A@A@H225_GloballyUniqueID@@8 @29434 NONAME ??_R1A@?0A@A@H225_GroupID@@8 @29435 NONAME ??_R1A@?0A@A@H225_GroupID_member@@8 @29436 NONAME ??_R1A@?0A@A@H225_GSM_UIM@@8 @29437 NONAME ??_R1A@?0A@A@H225_H221NonStandard@@8 @29438 NONAME ??_R1A@?0A@A@H225_H245Security@@8 @29439 NONAME ??_R1A@?0A@A@H225_H248PackagesDescriptor@@8 @29440 NONAME ??_R1A@?0A@A@H225_H248SignalsDescriptor@@8 @29441 NONAME ??_R1A@?0A@A@H225_H310Caps@@8 @29442 NONAME ??_R1A@?0A@A@H225_H320Caps@@8 @29443 NONAME ??_R1A@?0A@A@H225_H321Caps@@8 @29444 NONAME ??_R1A@?0A@A@H225_H322Caps@@8 @29445 NONAME ??_R1A@?0A@A@H225_H323Caps@@8 @29446 NONAME ??_R1A@?0A@A@H225_H323_UserInformation@@8 @29447 NONAME ??_R1A@?0A@A@H225_H323_UserInformation_user_data@@8 @29448 NONAME ??_R1A@?0A@A@H225_H323_UU_PDU@@8 @29449 NONAME ??_R1A@?0A@A@H225_H323_UU_PDU_h323_message_body@@8 @29450 NONAME ??_R1A@?0A@A@H225_H323_UU_PDU_tunnelledSignallingMessage@@8 @29451 NONAME ??_R1A@?0A@A@H225_H324Caps@@8 @29452 NONAME ??_R1A@?0A@A@H225_ICV@@8 @29453 NONAME ??_R1A@?0A@A@H225_InfoRequest@@8 @29454 NONAME ??_R1A@?0A@A@H225_InfoRequestAck@@8 @29455 NONAME ??_R1A@?0A@A@H225_InfoRequestNak@@8 @29456 NONAME ??_R1A@?0A@A@H225_InfoRequestNakReason@@8 @29457 NONAME ??_R1A@?0A@A@H225_InfoRequestResponse@@8 @29458 NONAME ??_R1A@?0A@A@H225_InfoRequestResponseStatus@@8 @29459 NONAME ??_R1A@?0A@A@H225_InfoRequestResponse_perCallInfo@@8 @29460 NONAME ??_R1A@?0A@A@H225_InfoRequestResponse_perCallInfo_subtype@@8 @29461 NONAME ??_R1A@?0A@A@H225_InfoRequestResponse_perCallInfo_subtype_pdu@@8 @29462 NONAME ??_R1A@?0A@A@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@8 @29463 NONAME ??_R1A@?0A@A@H225_Information_UUIE@@8 @29464 NONAME ??_R1A@?0A@A@H225_IntegrityMechanism@@8 @29465 NONAME ??_R1A@?0A@A@H225_LocationConfirm@@8 @29466 NONAME ??_R1A@?0A@A@H225_LocationReject@@8 @29467 NONAME ??_R1A@?0A@A@H225_LocationRejectReason@@8 @29468 NONAME ??_R1A@?0A@A@H225_LocationRequest@@8 @29469 NONAME ??_R1A@?0A@A@H225_McuInfo@@8 @29470 NONAME ??_R1A@?0A@A@H225_MobileUIM@@8 @29471 NONAME ??_R1A@?0A@A@H225_NonIsoIntegrityMechanism@@8 @29472 NONAME ??_R1A@?0A@A@H225_NonStandardIdentifier@@8 @29473 NONAME ??_R1A@?0A@A@H225_NonStandardMessage@@8 @29474 NONAME ??_R1A@?0A@A@H225_NonStandardParameter@@8 @29475 NONAME ??_R1A@?0A@A@H225_NonStandardProtocol@@8 @29476 NONAME ??_R1A@?0A@A@H225_Notify_UUIE@@8 @29477 NONAME ??_R1A@?0A@A@H225_NumberDigits@@8 @29478 NONAME ??_R1A@?0A@A@H225_PartyNumber@@8 @29479 NONAME ??_R1A@?0A@A@H225_PresentationIndicator@@8 @29480 NONAME ??_R1A@?0A@A@H225_PrivatePartyNumber@@8 @29481 NONAME ??_R1A@?0A@A@H225_PrivateTypeOfNumber@@8 @29482 NONAME ??_R1A@?0A@A@H225_Progress_UUIE@@8 @29483 NONAME ??_R1A@?0A@A@H225_ProtocolIdentifier@@8 @29484 NONAME ??_R1A@?0A@A@H225_PublicPartyNumber@@8 @29485 NONAME ??_R1A@?0A@A@H225_PublicTypeOfNumber@@8 @29486 NONAME ??_R1A@?0A@A@H225_Q954Details@@8 @29487 NONAME ??_R1A@?0A@A@H225_QseriesOptions@@8 @29488 NONAME ??_R1A@?0A@A@H225_RAS@@8 @29489 NONAME ??_R1A@?0A@A@H225_RasMessage@@8 @29490 NONAME ??_R1A@?0A@A@H225_RasUsageInformation@@8 @29491 NONAME ??_R1A@?0A@A@H225_RasUsageInfoTypes@@8 @29492 NONAME ??_R1A@?0A@A@H225_RasUsageSpecification@@8 @29493 NONAME ??_R1A@?0A@A@H225_RasUsageSpecification_callStartingPoint@@8 @29494 NONAME ??_R1A@?0A@A@H225_RasUsageSpecification_when@@8 @29495 NONAME ??_R1A@?0A@A@H225_RegistrationConfirm@@8 @29496 NONAME ??_R1A@?0A@A@H225_RegistrationConfirm_preGrantedARQ@@8 @29497 NONAME ??_R1A@?0A@A@H225_RegistrationReject@@8 @29498 NONAME ??_R1A@?0A@A@H225_RegistrationRejectReason@@8 @29499 NONAME ??_R1A@?0A@A@H225_RegistrationRejectReason_invalidTerminalAliases@@8 @29500 NONAME ??_R1A@?0A@A@H225_RegistrationRequest@@8 @29501 NONAME ??_R1A@?0A@A@H225_ReleaseCompleteReason@@8 @29502 NONAME ??_R1A@?0A@A@H225_ReleaseComplete_UUIE@@8 @29503 NONAME ??_R1A@?0A@A@H225_RequestInProgress@@8 @29504 NONAME ??_R1A@?0A@A@H225_RequestSeqNum@@8 @29505 NONAME ??_R1A@?0A@A@H225_ResourcesAvailableConfirm@@8 @29506 NONAME ??_R1A@?0A@A@H225_ResourcesAvailableIndicate@@8 @29507 NONAME ??_R1A@?0A@A@H225_RTPSession@@8 @29508 NONAME ??_R1A@?0A@A@H225_RTPSession_associatedSessionIds@@8 @29509 NONAME ??_R1A@?0A@A@H225_ScnConnectionAggregation@@8 @29510 NONAME ??_R1A@?0A@A@H225_ScnConnectionType@@8 @29511 NONAME ??_R1A@?0A@A@H225_ScreeningIndicator@@8 @29512 NONAME ??_R1A@?0A@A@H225_SecurityCapabilities@@8 @29513 NONAME ??_R1A@?0A@A@H225_SecurityErrors2@@8 @29514 NONAME ??_R1A@?0A@A@H225_SecurityErrors@@8 @29515 NONAME ??_R1A@?0A@A@H225_SecurityServiceMode@@8 @29516 NONAME ??_R1A@?0A@A@H225_ServiceControlDescriptor@@8 @29517 NONAME ??_R1A@?0A@A@H225_ServiceControlIndication@@8 @29518 NONAME ??_R1A@?0A@A@H225_ServiceControlIndication_callSpecific@@8 @29519 NONAME ??_R1A@?0A@A@H225_ServiceControlResponse@@8 @29520 NONAME ??_R1A@?0A@A@H225_ServiceControlResponse_result@@8 @29521 NONAME ??_R1A@?0A@A@H225_ServiceControlSession@@8 @29522 NONAME ??_R1A@?0A@A@H225_ServiceControlSession_reason@@8 @29523 NONAME ??_R1A@?0A@A@H225_SetupAcknowledge_UUIE@@8 @29524 NONAME ??_R1A@?0A@A@H225_Setup_UUIE@@8 @29525 NONAME ??_R1A@?0A@A@H225_Setup_UUIE_conferenceGoal@@8 @29526 NONAME ??_R1A@?0A@A@H225_Setup_UUIE_connectionParameters@@8 @29527 NONAME ??_R1A@?0A@A@H225_Setup_UUIE_language@@8 @29528 NONAME ??_R1A@?0A@A@H225_SIPCaps@@8 @29529 NONAME ??_R1A@?0A@A@H225_StatusInquiry_UUIE@@8 @29530 NONAME ??_R1A@?0A@A@H225_Status_UUIE@@8 @29531 NONAME ??_R1A@?0A@A@H225_StimulusControl@@8 @29532 NONAME ??_R1A@?0A@A@H225_SupportedPrefix@@8 @29533 NONAME ??_R1A@?0A@A@H225_SupportedProtocols@@8 @29534 NONAME ??_R1A@?0A@A@H225_T120OnlyCaps@@8 @29535 NONAME ??_R1A@?0A@A@H225_T38FaxAnnexbOnlyCaps@@8 @29536 NONAME ??_R1A@?0A@A@H225_TBCD_STRING@@8 @29537 NONAME ??_R1A@?0A@A@H225_TerminalInfo@@8 @29538 NONAME ??_R1A@?0A@A@H225_TimeToLive@@8 @29539 NONAME ??_R1A@?0A@A@H225_TransportAddress@@8 @29540 NONAME ??_R1A@?0A@A@H225_TransportAddress_ip6Address@@8 @29541 NONAME ??_R1A@?0A@A@H225_TransportAddress_ipAddress@@8 @29542 NONAME ??_R1A@?0A@A@H225_TransportAddress_ipSourceRoute@@8 @29543 NONAME ??_R1A@?0A@A@H225_TransportAddress_ipSourceRoute_route@@8 @29544 NONAME ??_R1A@?0A@A@H225_TransportAddress_ipSourceRoute_routing@@8 @29545 NONAME ??_R1A@?0A@A@H225_TransportAddress_ipxAddress@@8 @29546 NONAME ??_R1A@?0A@A@H225_TransportChannelInfo@@8 @29547 NONAME ??_R1A@?0A@A@H225_TransportQOS@@8 @29548 NONAME ??_R1A@?0A@A@H225_TunnelledProtocol@@8 @29549 NONAME ??_R1A@?0A@A@H225_TunnelledProtocolAlternateIdentifier@@8 @29550 NONAME ??_R1A@?0A@A@H225_TunnelledProtocol_id@@8 @29551 NONAME ??_R1A@?0A@A@H225_UnknownMessageResponse@@8 @29552 NONAME ??_R1A@?0A@A@H225_UnregistrationConfirm@@8 @29553 NONAME ??_R1A@?0A@A@H225_UnregistrationReject@@8 @29554 NONAME ??_R1A@?0A@A@H225_UnregistrationRequest@@8 @29555 NONAME ??_R1A@?0A@A@H225_UnregRejectReason@@8 @29556 NONAME ??_R1A@?0A@A@H225_UnregRequestReason@@8 @29557 NONAME ??_R1A@?0A@A@H225_UseSpecifiedTransport@@8 @29558 NONAME ??_R1A@?0A@A@H225_UUIEsRequested@@8 @29559 NONAME ??_R1A@?0A@A@H225_VendorIdentifier@@8 @29560 NONAME ??_R1A@?0A@A@H225_VoiceCaps@@8 @29561 NONAME ??_R1A@?0A@A@H235AuthCAT@@8 @29562 NONAME ??_R1A@?0A@A@H235Authenticator@@8 @29563 NONAME ??_R1A@?0A@A@H235Authenticators@@8 @29564 NONAME ??_R1A@?0A@A@H235AuthProcedure1@@8 @29565 NONAME ??_R1A@?0A@A@H235AuthSimpleMD5@@8 @29566 NONAME ??_R1A@?0A@A@H235_AuthenticationBES@@8 @29567 NONAME ??_R1A@?0A@A@H235_AuthenticationMechanism@@8 @29568 NONAME ??_R1A@?0A@A@H235_ChallengeString@@8 @29569 NONAME ??_R1A@?0A@A@H235_ClearToken@@8 @29570 NONAME ??_R1A@?0A@A@H235_CryptoToken@@8 @29571 NONAME ??_R1A@?0A@A@H235_CryptoToken_cryptoEncryptedToken@@8 @29572 NONAME ??_R1A@?0A@A@H235_CryptoToken_cryptoHashedToken@@8 @29573 NONAME ??_R1A@?0A@A@H235_CryptoToken_cryptoSignedToken@@8 @29574 NONAME ??_R1A@?0A@A@H235_DHset@@8 @29575 NONAME ??_R1A@?0A@A@H235_ECGDSASignature@@8 @29576 NONAME ??_R1A@?0A@A@H235_ECKASDH@@8 @29577 NONAME ??_R1A@?0A@A@H235_ECKASDH_eckasdh2@@8 @29578 NONAME ??_R1A@?0A@A@H235_ECKASDH_eckasdhp@@8 @29579 NONAME ??_R1A@?0A@A@H235_ECpoint@@8 @29580 NONAME ??_R1A@?0A@A@H235_EncodedGeneralToken@@8 @29581 NONAME ??_R1A@?0A@A@H235_EncodedKeySignedMaterial@@8 @29582 NONAME ??_R1A@?0A@A@H235_EncodedKeySyncMaterial@@8 @29583 NONAME ??_R1A@?0A@A@H235_EncodedPwdCertToken@@8 @29584 NONAME ??_R1A@?0A@A@H235_EncodedReturnSig@@8 @29585 NONAME ??_R1A@?0A@A@H235_H235CertificateSignature@@8 @29586 NONAME ??_R1A@?0A@A@H235_H235Key@@8 @29587 NONAME ??_R1A@?0A@A@H235_Identifier@@8 @29588 NONAME ??_R1A@?0A@A@H235_IV16@@8 @29589 NONAME ??_R1A@?0A@A@H235_IV8@@8 @29590 NONAME ??_R1A@?0A@A@H235_KeyMaterial@@8 @29591 NONAME ??_R1A@?0A@A@H235_KeySignedMaterial@@8 @29592 NONAME ??_R1A@?0A@A@H235_KeySyncMaterial@@8 @29593 NONAME ??_R1A@?0A@A@H235_NonStandardParameter@@8 @29594 NONAME ??_R1A@?0A@A@H235_Params@@8 @29595 NONAME ??_R1A@?0A@A@H235_Password@@8 @29596 NONAME ??_R1A@?0A@A@H235_PwdCertToken@@8 @29597 NONAME ??_R1A@?0A@A@H235_RandomVal@@8 @29598 NONAME ??_R1A@?0A@A@H235_ReturnSig@@8 @29599 NONAME ??_R1A@?0A@A@H235_TimeStamp@@8 @29600 NONAME ??_R1A@?0A@A@H235_TypedCertificate@@8 @29601 NONAME ??_R1A@?0A@A@H235_V3KeySyncMaterial@@8 @29602 NONAME ??_R1A@?0A@A@H245NegLogicalChannel@@8 @29603 NONAME ??_R1A@?0A@A@H245NegLogicalChannels@@8 @29604 NONAME ??_R1A@?0A@A@H245NegMasterSlaveDetermination@@8 @29605 NONAME ??_R1A@?0A@A@H245Negotiator@@8 @29606 NONAME ??_R1A@?0A@A@H245NegRequestMode@@8 @29607 NONAME ??_R1A@?0A@A@H245NegRoundTripDelay@@8 @29608 NONAME ??_R1A@?0A@A@H245NegTerminalCapabilitySet@@8 @29609 NONAME ??_R1A@?0A@A@H245TransportThread@@8 @29610 NONAME ??_R1A@?0A@A@H245_AlternativeCapabilitySet@@8 @29611 NONAME ??_R1A@?0A@A@H245_ArrayOf_AlternativeCapabilitySet@@8 @29612 NONAME ??_R1A@?0A@A@H245_ArrayOf_BEnhancementParameters@@8 @29613 NONAME ??_R1A@?0A@A@H245_ArrayOf_CapabilityDescriptor@@8 @29614 NONAME ??_R1A@?0A@A@H245_ArrayOf_CapabilityDescriptorNumber@@8 @29615 NONAME ??_R1A@?0A@A@H245_ArrayOf_CapabilityTableEntry@@8 @29616 NONAME ??_R1A@?0A@A@H245_ArrayOf_CapabilityTableEntryNumber@@8 @29617 NONAME ??_R1A@?0A@A@H245_ArrayOf_CommunicationModeTableEntry@@8 @29618 NONAME ??_R1A@?0A@A@H245_ArrayOf_CustomPictureClockFrequency@@8 @29619 NONAME ??_R1A@?0A@A@H245_ArrayOf_CustomPictureFormat@@8 @29620 NONAME ??_R1A@?0A@A@H245_ArrayOf_DataApplicationCapability@@8 @29621 NONAME ??_R1A@?0A@A@H245_ArrayOf_DialingInformationNetworkType@@8 @29622 NONAME ??_R1A@?0A@A@H245_ArrayOf_DialingInformationNumber@@8 @29623 NONAME ??_R1A@?0A@A@H245_ArrayOf_EnhancementOptions@@8 @29624 NONAME ??_R1A@?0A@A@H245_ArrayOf_EscrowData@@8 @29625 NONAME ??_R1A@?0A@A@H245_ArrayOf_GenericCapability@@8 @44058 NONAME ??_R1A@?0A@A@H245_ArrayOf_GenericParameter@@8 @29626 NONAME ??_R1A@?0A@A@H245_ArrayOf_H263ModeComboFlags@@8 @29627 NONAME ??_R1A@?0A@A@H245_ArrayOf_H263VideoModeCombos@@8 @29628 NONAME ??_R1A@?0A@A@H245_ArrayOf_MediaChannelCapability@@8 @29629 NONAME ??_R1A@?0A@A@H245_ArrayOf_MediaDistributionCapability@@8 @29630 NONAME ??_R1A@?0A@A@H245_ArrayOf_ModeDescription@@8 @29631 NONAME ??_R1A@?0A@A@H245_ArrayOf_MultiplePayloadStreamElement@@8 @29632 NONAME ??_R1A@?0A@A@H245_ArrayOf_MultiplePayloadStreamElementMode@@8 @29633 NONAME ??_R1A@?0A@A@H245_ArrayOf_MultiplexElement@@8 @29634 NONAME ??_R1A@?0A@A@H245_ArrayOf_MultiplexEntryDescriptor@@8 @29635 NONAME ??_R1A@?0A@A@H245_ArrayOf_MultiplexEntryRejectionDescriptions@@8 @29636 NONAME ??_R1A@?0A@A@H245_ArrayOf_MultiplexTableEntryNumber@@8 @29637 NONAME ??_R1A@?0A@A@H245_ArrayOf_NonStandardParameter@@8 @29638 NONAME ??_R1A@?0A@A@H245_ArrayOf_ParameterIdentifier@@8 @29639 NONAME ??_R1A@?0A@A@H245_ArrayOf_PictureReference@@8 @29640 NONAME ??_R1A@?0A@A@H245_ArrayOf_Q2931Address@@8 @29641 NONAME ??_R1A@?0A@A@H245_ArrayOf_QOSCapability@@8 @29642 NONAME ??_R1A@?0A@A@H245_ArrayOf_RedundancyEncodingCapability@@8 @29643 NONAME ??_R1A@?0A@A@H245_ArrayOf_RedundancyEncodingDTModeElement@@8 @29644 NONAME ??_R1A@?0A@A@H245_ArrayOf_RedundancyEncodingElement@@8 @29645 NONAME ??_R1A@?0A@A@H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@8 @29646 NONAME ??_R1A@?0A@A@H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@8 @29647 NONAME ??_R1A@?0A@A@H245_ArrayOf_RTPPayloadType@@8 @29648 NONAME ??_R1A@?0A@A@H245_ArrayOf_TerminalInformation@@8 @29649 NONAME ??_R1A@?0A@A@H245_ArrayOf_TerminalLabel@@8 @29650 NONAME ??_R1A@?0A@A@H245_ArrayOf_VCCapability@@8 @29651 NONAME ??_R1A@?0A@A@H245_ArrayOf_VideoCapability@@8 @44059 NONAME ??_R1A@?0A@A@H245_ATMParameters@@8 @29652 NONAME ??_R1A@?0A@A@H245_AudioCapability@@8 @29653 NONAME ??_R1A@?0A@A@H245_AudioCapability_g7231@@8 @29654 NONAME ??_R1A@?0A@A@H245_AudioMode@@8 @29655 NONAME ??_R1A@?0A@A@H245_AudioMode_g7231@@8 @29656 NONAME ??_R1A@?0A@A@H245_AudioTelephonyEventCapability@@8 @29657 NONAME ??_R1A@?0A@A@H245_AudioToneCapability@@8 @29658 NONAME ??_R1A@?0A@A@H245_AuthenticationCapability@@8 @29659 NONAME ??_R1A@?0A@A@H245_BEnhancementParameters@@8 @29660 NONAME ??_R1A@?0A@A@H245_Capability@@8 @29661 NONAME ??_R1A@?0A@A@H245_CapabilityDescriptor@@8 @29662 NONAME ??_R1A@?0A@A@H245_CapabilityDescriptorNumber@@8 @29663 NONAME ??_R1A@?0A@A@H245_CapabilityIdentifier@@8 @29664 NONAME ??_R1A@?0A@A@H245_CapabilityTableEntry@@8 @29665 NONAME ??_R1A@?0A@A@H245_CapabilityTableEntryNumber@@8 @29666 NONAME ??_R1A@?0A@A@H245_Capability_h233EncryptionReceiveCapability@@8 @29667 NONAME ??_R1A@?0A@A@H245_CertSelectionCriteria@@8 @29668 NONAME ??_R1A@?0A@A@H245_CloseLogicalChannel@@8 @29669 NONAME ??_R1A@?0A@A@H245_CloseLogicalChannelAck@@8 @29670 NONAME ??_R1A@?0A@A@H245_CloseLogicalChannel_reason@@8 @29671 NONAME ??_R1A@?0A@A@H245_CloseLogicalChannel_source@@8 @29672 NONAME ??_R1A@?0A@A@H245_CommandMessage@@8 @29673 NONAME ??_R1A@?0A@A@H245_CommunicationModeCommand@@8 @29674 NONAME ??_R1A@?0A@A@H245_CommunicationModeRequest@@8 @29675 NONAME ??_R1A@?0A@A@H245_CommunicationModeResponse@@8 @29676 NONAME ??_R1A@?0A@A@H245_CommunicationModeTableEntry@@8 @29677 NONAME ??_R1A@?0A@A@H245_CommunicationModeTableEntry_dataType@@8 @29678 NONAME ??_R1A@?0A@A@H245_CompressionType@@8 @29679 NONAME ??_R1A@?0A@A@H245_ConferenceCapability@@8 @29680 NONAME ??_R1A@?0A@A@H245_ConferenceCommand@@8 @29681 NONAME ??_R1A@?0A@A@H245_ConferenceID@@8 @29682 NONAME ??_R1A@?0A@A@H245_ConferenceIndication@@8 @29683 NONAME ??_R1A@?0A@A@H245_ConferenceRequest@@8 @29684 NONAME ??_R1A@?0A@A@H245_ConferenceRequest_requestTerminalCertificate@@8 @29685 NONAME ??_R1A@?0A@A@H245_ConferenceResponse@@8 @29686 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@8 @29687 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_chairTokenOwnerResponse@@8 @29688 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_conferenceIDResponse@@8 @29689 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_extensionAddressResponse@@8 @29690 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_makeMeChairResponse@@8 @29691 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_makeTerminalBroadcasterResponse@@8 @29692 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_mCTerminalIDResponse@@8 @29693 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_passwordResponse@@8 @29694 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_sendThisSourceResponse@@8 @29695 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_terminalCertificateResponse@@8 @29696 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_terminalIDResponse@@8 @29697 NONAME ??_R1A@?0A@A@H245_ConnectionIdentifier@@8 @29698 NONAME ??_R1A@?0A@A@H245_CRCLength@@8 @29699 NONAME ??_R1A@?0A@A@H245_Criteria@@8 @29700 NONAME ??_R1A@?0A@A@H245_CustomPictureClockFrequency@@8 @29701 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat@@8 @29702 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_mPI@@8 @29703 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_mPI_customPCF@@8 @29704 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_mPI_customPCF_subtype@@8 @29705 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_pixelAspectInformation@@8 @29706 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@8 @29707 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@8 @29708 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@8 @29709 NONAME ??_R1A@?0A@A@H245_DataApplicationCapability@@8 @29710 NONAME ??_R1A@?0A@A@H245_DataApplicationCapability_application@@8 @29711 NONAME ??_R1A@?0A@A@H245_DataApplicationCapability_application_nlpid@@8 @29712 NONAME ??_R1A@?0A@A@H245_DataApplicationCapability_application_t38fax@@8 @29713 NONAME ??_R1A@?0A@A@H245_DataApplicationCapability_application_t84@@8 @29714 NONAME ??_R1A@?0A@A@H245_DataMode@@8 @29715 NONAME ??_R1A@?0A@A@H245_DataMode_application@@8 @29716 NONAME ??_R1A@?0A@A@H245_DataMode_application_nlpid@@8 @29717 NONAME ??_R1A@?0A@A@H245_DataMode_application_t38fax@@8 @29718 NONAME ??_R1A@?0A@A@H245_DataProtocolCapability@@8 @29719 NONAME ??_R1A@?0A@A@H245_DataProtocolCapability_v76wCompression@@8 @29720 NONAME ??_R1A@?0A@A@H245_DataType@@8 @29721 NONAME ??_R1A@?0A@A@H245_DepFECCapability@@8 @44060 NONAME ??_R1A@?0A@A@H245_DepFECCapability_rfc2733@@8 @44061 NONAME ??_R1A@?0A@A@H245_DepFECCapability_rfc2733_separateStream@@8 @44062 NONAME ??_R1A@?0A@A@H245_DepFECData@@8 @44063 NONAME ??_R1A@?0A@A@H245_DepFECData_rfc2733@@8 @44064 NONAME ??_R1A@?0A@A@H245_DepFECData_rfc2733_mode@@8 @44065 NONAME ??_R1A@?0A@A@H245_DepFECData_rfc2733_mode_separateStream@@8 @44066 NONAME ??_R1A@?0A@A@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@8 @44067 NONAME ??_R1A@?0A@A@H245_DepFECData_rfc2733_mode_separateStream_samePort@@8 @44068 NONAME ??_R1A@?0A@A@H245_DepFECMode@@8 @44069 NONAME ??_R1A@?0A@A@H245_DepFECMode_rfc2733Mode@@8 @44070 NONAME ??_R1A@?0A@A@H245_DepFECMode_rfc2733Mode_mode@@8 @44071 NONAME ??_R1A@?0A@A@H245_DepFECMode_rfc2733Mode_mode_separateStream@@8 @44072 NONAME ??_R1A@?0A@A@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@8 @44073 NONAME ??_R1A@?0A@A@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@8 @44074 NONAME ??_R1A@?0A@A@H245_DialingInformation@@8 @29722 NONAME ??_R1A@?0A@A@H245_DialingInformationNetworkType@@8 @29723 NONAME ??_R1A@?0A@A@H245_DialingInformationNumber@@8 @29724 NONAME ??_R1A@?0A@A@H245_EncryptionAuthenticationAndIntegrity@@8 @29725 NONAME ??_R1A@?0A@A@H245_EncryptionCapability@@8 @29726 NONAME ??_R1A@?0A@A@H245_EncryptionCommand@@8 @29727 NONAME ??_R1A@?0A@A@H245_EncryptionCommand_encryptionAlgorithmID@@8 @29728 NONAME ??_R1A@?0A@A@H245_EncryptionMode@@8 @29729 NONAME ??_R1A@?0A@A@H245_EncryptionSync@@8 @29730 NONAME ??_R1A@?0A@A@H245_EncryptionUpdateDirection@@8 @44075 NONAME ??_R1A@?0A@A@H245_EncryptionUpdateRequest@@8 @29731 NONAME ??_R1A@?0A@A@H245_EndSessionCommand@@8 @29732 NONAME ??_R1A@?0A@A@H245_EndSessionCommand_gstnOptions@@8 @29733 NONAME ??_R1A@?0A@A@H245_EndSessionCommand_isdnOptions@@8 @29734 NONAME ??_R1A@?0A@A@H245_EnhancementLayerInfo@@8 @29735 NONAME ??_R1A@?0A@A@H245_EnhancementOptions@@8 @29736 NONAME ??_R1A@?0A@A@H245_EscrowData@@8 @29737 NONAME ??_R1A@?0A@A@H245_ExtendedVideoCapability@@8 @44076 NONAME ??_R1A@?0A@A@H245_FECCapability@@8 @29738 NONAME ??_R1A@?0A@A@H245_FECCapability_rfc2733Format@@8 @44077 NONAME ??_R1A@?0A@A@H245_FECData@@8 @29741 NONAME ??_R1A@?0A@A@H245_FECData_rfc2733@@8 @29742 NONAME ??_R1A@?0A@A@H245_FECData_rfc2733_pktMode@@8 @44078 NONAME ??_R1A@?0A@A@H245_FECData_rfc2733_pktMode_rfc2733diffport@@8 @44079 NONAME ??_R1A@?0A@A@H245_FECData_rfc2733_pktMode_rfc2733sameport@@8 @44080 NONAME ??_R1A@?0A@A@H245_FECMode@@8 @29747 NONAME ??_R1A@?0A@A@H245_FECMode_rfc2733Format@@8 @44081 NONAME ??_R1A@?0A@A@H245_FlowControlCommand@@8 @29753 NONAME ??_R1A@?0A@A@H245_FlowControlCommand_restriction@@8 @29754 NONAME ??_R1A@?0A@A@H245_FlowControlCommand_scope@@8 @29755 NONAME ??_R1A@?0A@A@H245_FlowControlIndication@@8 @29756 NONAME ??_R1A@?0A@A@H245_FlowControlIndication_restriction@@8 @29757 NONAME ??_R1A@?0A@A@H245_FlowControlIndication_scope@@8 @29758 NONAME ??_R1A@?0A@A@H245_FunctionNotSupported@@8 @29759 NONAME ??_R1A@?0A@A@H245_FunctionNotSupported_cause@@8 @29760 NONAME ??_R1A@?0A@A@H245_FunctionNotUnderstood@@8 @29761 NONAME ??_R1A@?0A@A@H245_G7231AnnexCCapability@@8 @29762 NONAME ??_R1A@?0A@A@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@8 @29763 NONAME ??_R1A@?0A@A@H245_G7231AnnexCMode@@8 @29764 NONAME ??_R1A@?0A@A@H245_G7231AnnexCMode_g723AnnexCAudioMode@@8 @29765 NONAME ??_R1A@?0A@A@H245_G729Extensions@@8 @29766 NONAME ??_R1A@?0A@A@H245_GenericCapability@@8 @29767 NONAME ??_R1A@?0A@A@H245_GenericMessage@@8 @44082 NONAME ??_R1A@?0A@A@H245_GenericParameter@@8 @29768 NONAME ??_R1A@?0A@A@H245_GSMAudioCapability@@8 @29769 NONAME ??_R1A@?0A@A@H245_H222Capability@@8 @29770 NONAME ??_R1A@?0A@A@H245_H222LogicalChannelParameters@@8 @29771 NONAME ??_R1A@?0A@A@H245_H223AL1MParameters@@8 @29772 NONAME ??_R1A@?0A@A@H245_H223AL1MParameters_arqType@@8 @29773 NONAME ??_R1A@?0A@A@H245_H223AL1MParameters_crcLength@@8 @29774 NONAME ??_R1A@?0A@A@H245_H223AL1MParameters_headerFEC@@8 @29775 NONAME ??_R1A@?0A@A@H245_H223AL1MParameters_transferMode@@8 @29776 NONAME ??_R1A@?0A@A@H245_H223AL2MParameters@@8 @29777 NONAME ??_R1A@?0A@A@H245_H223AL2MParameters_headerFEC@@8 @29778 NONAME ??_R1A@?0A@A@H245_H223AL3MParameters@@8 @29779 NONAME ??_R1A@?0A@A@H245_H223AL3MParameters_arqType@@8 @29780 NONAME ??_R1A@?0A@A@H245_H223AL3MParameters_crcLength@@8 @29781 NONAME ??_R1A@?0A@A@H245_H223AL3MParameters_headerFormat@@8 @29782 NONAME ??_R1A@?0A@A@H245_H223AnnexCArqParameters@@8 @29783 NONAME ??_R1A@?0A@A@H245_H223AnnexCArqParameters_numberOfRetransmissions@@8 @29784 NONAME ??_R1A@?0A@A@H245_H223AnnexCCapability@@8 @29785 NONAME ??_R1A@?0A@A@H245_H223Capability@@8 @29786 NONAME ??_R1A@?0A@A@H245_H223Capability_h223MultiplexTableCapability@@8 @29787 NONAME ??_R1A@?0A@A@H245_H223Capability_h223MultiplexTableCapability_enhanced@@8 @29788 NONAME ??_R1A@?0A@A@H245_H223Capability_mobileMultilinkFrameCapability@@8 @29789 NONAME ??_R1A@?0A@A@H245_H223Capability_mobileOperationTransmitCapability@@8 @29790 NONAME ??_R1A@?0A@A@H245_H223LogicalChannelParameters@@8 @29791 NONAME ??_R1A@?0A@A@H245_H223LogicalChannelParameters_adaptationLayerType@@8 @29792 NONAME ??_R1A@?0A@A@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@8 @29793 NONAME ??_R1A@?0A@A@H245_H223ModeParameters@@8 @29794 NONAME ??_R1A@?0A@A@H245_H223ModeParameters_adaptationLayerType@@8 @29795 NONAME ??_R1A@?0A@A@H245_H223ModeParameters_adaptationLayerType_al3@@8 @29796 NONAME ??_R1A@?0A@A@H245_H223MultiplexReconfiguration@@8 @29797 NONAME ??_R1A@?0A@A@H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@8 @29798 NONAME ??_R1A@?0A@A@H245_H223MultiplexReconfiguration_h223ModeChange@@8 @29799 NONAME ??_R1A@?0A@A@H245_H223SkewIndication@@8 @29800 NONAME ??_R1A@?0A@A@H245_H2250Capability@@8 @29801 NONAME ??_R1A@?0A@A@H245_H2250Capability_mcCapability@@8 @29802 NONAME ??_R1A@?0A@A@H245_H2250LogicalChannelAckParameters@@8 @29803 NONAME ??_R1A@?0A@A@H245_H2250LogicalChannelParameters@@8 @29804 NONAME ??_R1A@?0A@A@H245_H2250LogicalChannelParameters_mediaPacketization@@8 @29805 NONAME ??_R1A@?0A@A@H245_H2250MaximumSkewIndication@@8 @29806 NONAME ??_R1A@?0A@A@H245_H2250ModeParameters@@8 @29807 NONAME ??_R1A@?0A@A@H245_H235Media@@8 @29808 NONAME ??_R1A@?0A@A@H245_H235Media_mediaType@@8 @29809 NONAME ??_R1A@?0A@A@H245_H235Mode@@8 @29810 NONAME ??_R1A@?0A@A@H245_H235Mode_mediaMode@@8 @29811 NONAME ??_R1A@?0A@A@H245_H235SecurityCapability@@8 @29812 NONAME ??_R1A@?0A@A@H245_H261VideoCapability@@8 @29813 NONAME ??_R1A@?0A@A@H245_H261VideoMode@@8 @29814 NONAME ??_R1A@?0A@A@H245_H261VideoMode_resolution@@8 @29815 NONAME ??_R1A@?0A@A@H245_H262VideoCapability@@8 @29816 NONAME ??_R1A@?0A@A@H245_H262VideoMode@@8 @29817 NONAME ??_R1A@?0A@A@H245_H262VideoMode_profileAndLevel@@8 @29818 NONAME ??_R1A@?0A@A@H245_H263ModeComboFlags@@8 @29819 NONAME ??_R1A@?0A@A@H245_H263Options@@8 @29820 NONAME ??_R1A@?0A@A@H245_H263Version3Options@@8 @29821 NONAME ??_R1A@?0A@A@H245_H263VideoCapability@@8 @29822 NONAME ??_R1A@?0A@A@H245_H263VideoMode@@8 @29823 NONAME ??_R1A@?0A@A@H245_H263VideoModeCombos@@8 @29824 NONAME ??_R1A@?0A@A@H245_H263VideoMode_resolution@@8 @29825 NONAME ??_R1A@?0A@A@H245_IndicationMessage@@8 @29826 NONAME ??_R1A@?0A@A@H245_IntegrityCapability@@8 @29827 NONAME ??_R1A@?0A@A@H245_IS11172AudioCapability@@8 @29828 NONAME ??_R1A@?0A@A@H245_IS11172AudioMode@@8 @29829 NONAME ??_R1A@?0A@A@H245_IS11172AudioMode_audioLayer@@8 @29830 NONAME ??_R1A@?0A@A@H245_IS11172AudioMode_audioSampling@@8 @29831 NONAME ??_R1A@?0A@A@H245_IS11172AudioMode_multichannelType@@8 @29832 NONAME ??_R1A@?0A@A@H245_IS11172VideoCapability@@8 @29833 NONAME ??_R1A@?0A@A@H245_IS11172VideoMode@@8 @29834 NONAME ??_R1A@?0A@A@H245_IS13818AudioCapability@@8 @29835 NONAME ??_R1A@?0A@A@H245_IS13818AudioMode@@8 @29836 NONAME ??_R1A@?0A@A@H245_IS13818AudioMode_audioLayer@@8 @29837 NONAME ??_R1A@?0A@A@H245_IS13818AudioMode_audioSampling@@8 @29838 NONAME ??_R1A@?0A@A@H245_IS13818AudioMode_multichannelType@@8 @29839 NONAME ??_R1A@?0A@A@H245_IV16@@8 @44083 NONAME ??_R1A@?0A@A@H245_IV8@@8 @44084 NONAME ??_R1A@?0A@A@H245_JitterIndication@@8 @29840 NONAME ??_R1A@?0A@A@H245_JitterIndication_scope@@8 @29841 NONAME ??_R1A@?0A@A@H245_KeyProtectionMethod@@8 @29842 NONAME ??_R1A@?0A@A@H245_LogicalChannelNumber@@8 @29843 NONAME ??_R1A@?0A@A@H245_LogicalChannelRateAcknowledge@@8 @29844 NONAME ??_R1A@?0A@A@H245_LogicalChannelRateReject@@8 @29845 NONAME ??_R1A@?0A@A@H245_LogicalChannelRateRejectReason@@8 @29846 NONAME ??_R1A@?0A@A@H245_LogicalChannelRateRelease@@8 @29847 NONAME ??_R1A@?0A@A@H245_LogicalChannelRateRequest@@8 @29848 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopAck@@8 @29849 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopAck_type@@8 @29850 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopOffCommand@@8 @29851 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopReject@@8 @29852 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopReject_cause@@8 @29853 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopReject_type@@8 @29854 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopRequest@@8 @29855 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopRequest_type@@8 @29856 NONAME ??_R1A@?0A@A@H245_MasterSlaveDetermination@@8 @29857 NONAME ??_R1A@?0A@A@H245_MasterSlaveDeterminationAck@@8 @29858 NONAME ??_R1A@?0A@A@H245_MasterSlaveDeterminationAck_decision@@8 @29859 NONAME ??_R1A@?0A@A@H245_MasterSlaveDeterminationReject@@8 @29860 NONAME ??_R1A@?0A@A@H245_MasterSlaveDeterminationReject_cause@@8 @29861 NONAME ??_R1A@?0A@A@H245_MasterSlaveDeterminationRelease@@8 @29862 NONAME ??_R1A@?0A@A@H245_MaximumBitRate@@8 @29863 NONAME ??_R1A@?0A@A@H245_MaxRedundancy@@8 @44085 NONAME ??_R1A@?0A@A@H245_MCLocationIndication@@8 @29864 NONAME ??_R1A@?0A@A@H245_McuNumber@@8 @29865 NONAME ??_R1A@?0A@A@H245_MediaChannelCapability@@8 @29866 NONAME ??_R1A@?0A@A@H245_MediaDistributionCapability@@8 @29867 NONAME ??_R1A@?0A@A@H245_MediaEncryptionAlgorithm@@8 @29868 NONAME ??_R1A@?0A@A@H245_MediaPacketizationCapability@@8 @29869 NONAME ??_R1A@?0A@A@H245_MediaTransportType@@8 @29870 NONAME ??_R1A@?0A@A@H245_MediaTransportType_atm_AAL5_compressed@@8 @29871 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand@@8 @29872 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type@@8 @29873 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_encryptionUpdateAck@@8 @44086 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@8 @44087 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_lostPartialPicture@@8 @29874 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_progressiveRefinementStart@@8 @29875 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@8 @29876 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_videoBadMBs@@8 @29877 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@8 @29878 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_videoFastUpdateMB@@8 @29879 NONAME ??_R1A@?0A@A@H245_MiscellaneousIndication@@8 @29880 NONAME ??_R1A@?0A@A@H245_MiscellaneousIndication_type@@8 @29881 NONAME ??_R1A@?0A@A@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@8 @29882 NONAME ??_R1A@?0A@A@H245_MobileMultilinkReconfigurationCommand@@8 @29883 NONAME ??_R1A@?0A@A@H245_MobileMultilinkReconfigurationCommand_status@@8 @29884 NONAME ??_R1A@?0A@A@H245_MobileMultilinkReconfigurationIndication@@8 @29885 NONAME ??_R1A@?0A@A@H245_ModeDescription@@8 @29886 NONAME ??_R1A@?0A@A@H245_ModeElement@@8 @29887 NONAME ??_R1A@?0A@A@H245_ModeElementType@@8 @29888 NONAME ??_R1A@?0A@A@H245_MulticastAddress@@8 @29889 NONAME ??_R1A@?0A@A@H245_MulticastAddress_iP6Address@@8 @29890 NONAME ??_R1A@?0A@A@H245_MulticastAddress_iPAddress@@8 @29891 NONAME ??_R1A@?0A@A@H245_MultilinkIndication@@8 @29892 NONAME ??_R1A@?0A@A@H245_MultilinkIndication_crcDesired@@8 @29893 NONAME ??_R1A@?0A@A@H245_MultilinkIndication_excessiveError@@8 @29894 NONAME ??_R1A@?0A@A@H245_MultilinkRequest@@8 @29895 NONAME ??_R1A@?0A@A@H245_MultilinkRequest_addConnection@@8 @29896 NONAME ??_R1A@?0A@A@H245_MultilinkRequest_callInformation@@8 @29897 NONAME ??_R1A@?0A@A@H245_MultilinkRequest_maximumHeaderInterval@@8 @29898 NONAME ??_R1A@?0A@A@H245_MultilinkRequest_maximumHeaderInterval_requestType@@8 @29899 NONAME ??_R1A@?0A@A@H245_MultilinkRequest_removeConnection@@8 @29900 NONAME ??_R1A@?0A@A@H245_MultilinkResponse@@8 @29901 NONAME ??_R1A@?0A@A@H245_MultilinkResponse_addConnection@@8 @29902 NONAME ??_R1A@?0A@A@H245_MultilinkResponse_addConnection_responseCode@@8 @29903 NONAME ??_R1A@?0A@A@H245_MultilinkResponse_addConnection_responseCode_rejected@@8 @29904 NONAME ??_R1A@?0A@A@H245_MultilinkResponse_callInformation@@8 @29905 NONAME ??_R1A@?0A@A@H245_MultilinkResponse_maximumHeaderInterval@@8 @29906 NONAME ??_R1A@?0A@A@H245_MultilinkResponse_removeConnection@@8 @29907 NONAME ??_R1A@?0A@A@H245_MultimediaSystemControlMessage@@8 @29908 NONAME ??_R1A@?0A@A@H245_MultiplePayloadStream@@8 @29909 NONAME ??_R1A@?0A@A@H245_MultiplePayloadStreamCapability@@8 @29910 NONAME ??_R1A@?0A@A@H245_MultiplePayloadStreamElement@@8 @29911 NONAME ??_R1A@?0A@A@H245_MultiplePayloadStreamElementMode@@8 @29912 NONAME ??_R1A@?0A@A@H245_MultiplePayloadStreamMode@@8 @29913 NONAME ??_R1A@?0A@A@H245_MultiplexCapability@@8 @29914 NONAME ??_R1A@?0A@A@H245_MultiplexedStreamCapability@@8 @29915 NONAME ??_R1A@?0A@A@H245_MultiplexedStreamModeParameters@@8 @29916 NONAME ??_R1A@?0A@A@H245_MultiplexedStreamParameter@@8 @29917 NONAME ??_R1A@?0A@A@H245_MultiplexElement@@8 @29918 NONAME ??_R1A@?0A@A@H245_MultiplexElement_repeatCount@@8 @29919 NONAME ??_R1A@?0A@A@H245_MultiplexElement_type@@8 @29920 NONAME ??_R1A@?0A@A@H245_MultiplexEntryDescriptor@@8 @29921 NONAME ??_R1A@?0A@A@H245_MultiplexEntryRejectionDescriptions@@8 @29922 NONAME ??_R1A@?0A@A@H245_MultiplexEntryRejectionDescriptions_cause@@8 @29923 NONAME ??_R1A@?0A@A@H245_MultiplexEntrySend@@8 @29924 NONAME ??_R1A@?0A@A@H245_MultiplexEntrySendAck@@8 @29925 NONAME ??_R1A@?0A@A@H245_MultiplexEntrySendReject@@8 @29926 NONAME ??_R1A@?0A@A@H245_MultiplexEntrySendRelease@@8 @29927 NONAME ??_R1A@?0A@A@H245_MultiplexFormat@@8 @29928 NONAME ??_R1A@?0A@A@H245_MultiplexTableEntryNumber@@8 @29929 NONAME ??_R1A@?0A@A@H245_MultipointCapability@@8 @29930 NONAME ??_R1A@?0A@A@H245_NetworkAccessParameters@@8 @29931 NONAME ??_R1A@?0A@A@H245_NetworkAccessParameters_distribution@@8 @29932 NONAME ??_R1A@?0A@A@H245_NetworkAccessParameters_networkAddress@@8 @29933 NONAME ??_R1A@?0A@A@H245_NetworkAccessParameters_t120SetupProcedure@@8 @29934 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand@@8 @29935 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_aal@@8 @29936 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_aal_aal1@@8 @29937 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_aal_aal1_clockRecovery@@8 @29938 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_aal_aal1_errorCorrection@@8 @29939 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_aal_aal5@@8 @29940 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_multiplex@@8 @29941 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_reverseParameters@@8 @29942 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_reverseParameters_multiplex@@8 @29943 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication@@8 @29944 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_aal@@8 @29945 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_aal_aal1@@8 @29946 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_aal_aal1_clockRecovery@@8 @29947 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_aal_aal1_errorCorrection@@8 @29948 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_aal_aal5@@8 @29949 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_multiplex@@8 @29950 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_reverseParameters@@8 @29951 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_reverseParameters_multiplex@@8 @29952 NONAME ??_R1A@?0A@A@H245_NonStandardIdentifier@@8 @29953 NONAME ??_R1A@?0A@A@H245_NonStandardIdentifier_h221NonStandard@@8 @29954 NONAME ??_R1A@?0A@A@H245_NonStandardMessage@@8 @29955 NONAME ??_R1A@?0A@A@H245_NonStandardParameter@@8 @29956 NONAME ??_R1A@?0A@A@H245_NoPTAudioTelephonyEventCapability@@8 @29957 NONAME ??_R1A@?0A@A@H245_NoPTAudioToneCapability@@8 @29958 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannel@@8 @29959 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelAck@@8 @29960 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@8 @29961 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@8 @29962 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@8 @29963 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelConfirm@@8 @29964 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelReject@@8 @29965 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelReject_cause@@8 @29966 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@8 @29967 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@8 @29968 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@8 @29969 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@8 @29970 NONAME ??_R1A@?0A@A@H245_ParameterIdentifier@@8 @29971 NONAME ??_R1A@?0A@A@H245_ParameterValue@@8 @29972 NONAME ??_R1A@?0A@A@H245_Params@@8 @44088 NONAME ??_R1A@?0A@A@H245_Password@@8 @29973 NONAME ??_R1A@?0A@A@H245_PictureReference@@8 @29974 NONAME ??_R1A@?0A@A@H245_Q2931Address@@8 @29975 NONAME ??_R1A@?0A@A@H245_Q2931Address_address@@8 @29976 NONAME ??_R1A@?0A@A@H245_QOSCapability@@8 @29977 NONAME ??_R1A@?0A@A@H245_QOSMode@@8 @29978 NONAME ??_R1A@?0A@A@H245_RedundancyEncoding@@8 @29979 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingCapability@@8 @29980 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingDTMode@@8 @29981 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingDTModeElement@@8 @29982 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingDTModeElement_type@@8 @29983 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingElement@@8 @29984 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingMethod@@8 @29985 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingMode@@8 @29986 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingMode_secondaryEncoding@@8 @29987 NONAME ??_R1A@?0A@A@H245_RedundancyEncoding_rtpRedundancyEncoding@@8 @29988 NONAME ??_R1A@?0A@A@H245_RefPictureSelection@@8 @29989 NONAME ??_R1A@?0A@A@H245_RefPictureSelection_additionalPictureMemory@@8 @29990 NONAME ??_R1A@?0A@A@H245_RefPictureSelection_enhancedReferencePicSelect@@8 @29991 NONAME ??_R1A@?0A@A@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@8 @29992 NONAME ??_R1A@?0A@A@H245_RefPictureSelection_videoBackChannelSend@@8 @29993 NONAME ??_R1A@?0A@A@H245_RemoteMCRequest@@8 @29994 NONAME ??_R1A@?0A@A@H245_RemoteMCResponse@@8 @29995 NONAME ??_R1A@?0A@A@H245_RemoteMCResponse_reject@@8 @29996 NONAME ??_R1A@?0A@A@H245_RequestAllTerminalIDsResponse@@8 @29997 NONAME ??_R1A@?0A@A@H245_RequestChannelClose@@8 @29998 NONAME ??_R1A@?0A@A@H245_RequestChannelCloseAck@@8 @29999 NONAME ??_R1A@?0A@A@H245_RequestChannelCloseReject@@8 @30000 NONAME ??_R1A@?0A@A@H245_RequestChannelCloseReject_cause@@8 @30001 NONAME ??_R1A@?0A@A@H245_RequestChannelCloseRelease@@8 @30002 NONAME ??_R1A@?0A@A@H245_RequestChannelClose_reason@@8 @30003 NONAME ??_R1A@?0A@A@H245_RequestMessage@@8 @30004 NONAME ??_R1A@?0A@A@H245_RequestMode@@8 @30005 NONAME ??_R1A@?0A@A@H245_RequestModeAck@@8 @30006 NONAME ??_R1A@?0A@A@H245_RequestModeAck_response@@8 @30007 NONAME ??_R1A@?0A@A@H245_RequestModeReject@@8 @30008 NONAME ??_R1A@?0A@A@H245_RequestModeReject_cause@@8 @30009 NONAME ??_R1A@?0A@A@H245_RequestModeRelease@@8 @30010 NONAME ??_R1A@?0A@A@H245_RequestMultiplexEntry@@8 @30011 NONAME ??_R1A@?0A@A@H245_RequestMultiplexEntryAck@@8 @30012 NONAME ??_R1A@?0A@A@H245_RequestMultiplexEntryReject@@8 @30013 NONAME ??_R1A@?0A@A@H245_RequestMultiplexEntryRejectionDescriptions@@8 @30014 NONAME ??_R1A@?0A@A@H245_RequestMultiplexEntryRejectionDescriptions_cause@@8 @30015 NONAME ??_R1A@?0A@A@H245_RequestMultiplexEntryRelease@@8 @30016 NONAME ??_R1A@?0A@A@H245_ResponseMessage@@8 @30017 NONAME ??_R1A@?0A@A@H245_RoundTripDelayRequest@@8 @30018 NONAME ??_R1A@?0A@A@H245_RoundTripDelayResponse@@8 @30019 NONAME ??_R1A@?0A@A@H245_RSVPParameters@@8 @30020 NONAME ??_R1A@?0A@A@H245_RTPH263VideoRedundancyEncoding@@8 @30021 NONAME ??_R1A@?0A@A@H245_RTPH263VideoRedundancyEncoding_containedThreads@@8 @30022 NONAME ??_R1A@?0A@A@H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@8 @30023 NONAME ??_R1A@?0A@A@H245_RTPH263VideoRedundancyFrameMapping@@8 @30024 NONAME ??_R1A@?0A@A@H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@8 @30025 NONAME ??_R1A@?0A@A@H245_RTPPayloadType@@8 @30026 NONAME ??_R1A@?0A@A@H245_RTPPayloadType_payloadDescriptor@@8 @30027 NONAME ??_R1A@?0A@A@H245_SendTerminalCapabilitySet@@8 @30028 NONAME ??_R1A@?0A@A@H245_SendTerminalCapabilitySet_specificRequest@@8 @30029 NONAME ??_R1A@?0A@A@H245_SequenceNumber@@8 @30030 NONAME ??_R1A@?0A@A@H245_SubstituteConferenceIDCommand@@8 @30031 NONAME ??_R1A@?0A@A@H245_T38FaxProfile@@8 @30032 NONAME ??_R1A@?0A@A@H245_T38FaxRateManagement@@8 @30033 NONAME ??_R1A@?0A@A@H245_T38FaxTcpOptions@@8 @30034 NONAME ??_R1A@?0A@A@H245_T38FaxUdpOptions@@8 @30035 NONAME ??_R1A@?0A@A@H245_T38FaxUdpOptions_t38FaxUdpEC@@8 @30036 NONAME ??_R1A@?0A@A@H245_T84Profile@@8 @30037 NONAME ??_R1A@?0A@A@H245_T84Profile_t84Restricted@@8 @30038 NONAME ??_R1A@?0A@A@H245_TerminalCapabilitySet@@8 @30039 NONAME ??_R1A@?0A@A@H245_TerminalCapabilitySetAck@@8 @30040 NONAME ??_R1A@?0A@A@H245_TerminalCapabilitySetReject@@8 @30041 NONAME ??_R1A@?0A@A@H245_TerminalCapabilitySetReject_cause@@8 @30042 NONAME ??_R1A@?0A@A@H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@8 @30043 NONAME ??_R1A@?0A@A@H245_TerminalCapabilitySetRelease@@8 @30044 NONAME ??_R1A@?0A@A@H245_TerminalID@@8 @30045 NONAME ??_R1A@?0A@A@H245_TerminalInformation@@8 @30046 NONAME ??_R1A@?0A@A@H245_TerminalLabel@@8 @30047 NONAME ??_R1A@?0A@A@H245_TerminalNumber@@8 @30048 NONAME ??_R1A@?0A@A@H245_TerminalYouAreSeeingInSubPictureNumber@@8 @30049 NONAME ??_R1A@?0A@A@H245_TransparencyParameters@@8 @30050 NONAME ??_R1A@?0A@A@H245_TransportAddress@@8 @30051 NONAME ??_R1A@?0A@A@H245_TransportCapability@@8 @30052 NONAME ??_R1A@?0A@A@H245_UnicastAddress@@8 @30053 NONAME ??_R1A@?0A@A@H245_UnicastAddress_iP6Address@@8 @30054 NONAME ??_R1A@?0A@A@H245_UnicastAddress_iPAddress@@8 @30055 NONAME ??_R1A@?0A@A@H245_UnicastAddress_iPSourceRouteAddress@@8 @30056 NONAME ??_R1A@?0A@A@H245_UnicastAddress_iPSourceRouteAddress_route@@8 @30057 NONAME ??_R1A@?0A@A@H245_UnicastAddress_iPSourceRouteAddress_routing@@8 @30058 NONAME ??_R1A@?0A@A@H245_UnicastAddress_iPXAddress@@8 @30059 NONAME ??_R1A@?0A@A@H245_UserInputCapability@@8 @30060 NONAME ??_R1A@?0A@A@H245_UserInputIndication@@8 @30061 NONAME ??_R1A@?0A@A@H245_UserInputIndication_encryptedAlphanumeric@@8 @44089 NONAME ??_R1A@?0A@A@H245_UserInputIndication_extendedAlphanumeric@@8 @30062 NONAME ??_R1A@?0A@A@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@8 @44090 NONAME ??_R1A@?0A@A@H245_UserInputIndication_signal@@8 @30063 NONAME ??_R1A@?0A@A@H245_UserInputIndication_signalUpdate@@8 @30064 NONAME ??_R1A@?0A@A@H245_UserInputIndication_signalUpdate_rtp@@8 @30065 NONAME ??_R1A@?0A@A@H245_UserInputIndication_signal_rtp@@8 @30066 NONAME ??_R1A@?0A@A@H245_UserInputIndication_userInputSupportIndication@@8 @30067 NONAME ??_R1A@?0A@A@H245_V42bis@@8 @30068 NONAME ??_R1A@?0A@A@H245_V75Capability@@8 @30069 NONAME ??_R1A@?0A@A@H245_V75Parameters@@8 @30070 NONAME ??_R1A@?0A@A@H245_V76Capability@@8 @30071 NONAME ??_R1A@?0A@A@H245_V76HDLCParameters@@8 @30072 NONAME ??_R1A@?0A@A@H245_V76LogicalChannelParameters@@8 @30073 NONAME ??_R1A@?0A@A@H245_V76LogicalChannelParameters_mode@@8 @30074 NONAME ??_R1A@?0A@A@H245_V76LogicalChannelParameters_mode_eRM@@8 @30075 NONAME ??_R1A@?0A@A@H245_V76LogicalChannelParameters_mode_eRM_recovery@@8 @30076 NONAME ??_R1A@?0A@A@H245_V76LogicalChannelParameters_suspendResume@@8 @30077 NONAME ??_R1A@?0A@A@H245_V76ModeParameters@@8 @30078 NONAME ??_R1A@?0A@A@H245_VBDCapability@@8 @30079 NONAME ??_R1A@?0A@A@H245_VBDMode@@8 @30080 NONAME ??_R1A@?0A@A@H245_VCCapability@@8 @30081 NONAME ??_R1A@?0A@A@H245_VCCapability_aal1@@8 @30082 NONAME ??_R1A@?0A@A@H245_VCCapability_aal1ViaGateway@@8 @30083 NONAME ??_R1A@?0A@A@H245_VCCapability_aal5@@8 @30084 NONAME ??_R1A@?0A@A@H245_VCCapability_availableBitRates@@8 @30085 NONAME ??_R1A@?0A@A@H245_VCCapability_availableBitRates_type@@8 @30086 NONAME ??_R1A@?0A@A@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@8 @30087 NONAME ??_R1A@?0A@A@H245_VendorIdentification@@8 @30088 NONAME ??_R1A@?0A@A@H245_VideoCapability@@8 @30089 NONAME ??_R1A@?0A@A@H245_VideoIndicateCompose@@8 @30090 NONAME ??_R1A@?0A@A@H245_VideoMode@@8 @30091 NONAME ??_R1A@?0A@A@H248_ActionReply@@8 @30092 NONAME ??_R1A@?0A@A@H248_ActionRequest@@8 @30093 NONAME ??_R1A@?0A@A@H248_AmmDescriptor@@8 @30094 NONAME ??_R1A@?0A@A@H248_AmmRequest@@8 @30095 NONAME ??_R1A@?0A@A@H248_AmmsReply@@8 @30096 NONAME ??_R1A@?0A@A@H248_ArrayOf_ActionReply@@8 @30097 NONAME ??_R1A@?0A@A@H248_ArrayOf_ActionRequest@@8 @30098 NONAME ??_R1A@?0A@A@H248_ArrayOf_AmmDescriptor@@8 @30099 NONAME ??_R1A@?0A@A@H248_ArrayOf_CommandReply@@8 @30100 NONAME ??_R1A@?0A@A@H248_ArrayOf_CommandRequest@@8 @30101 NONAME ??_R1A@?0A@A@H248_ArrayOf_EventParameter@@8 @30102 NONAME ??_R1A@?0A@A@H248_ArrayOf_IndAuditParameter@@8 @30103 NONAME ??_R1A@?0A@A@H248_ArrayOf_IndAudPropertyParm@@8 @30104 NONAME ??_R1A@?0A@A@H248_ArrayOf_IndAudStreamDescriptor@@8 @30105 NONAME ??_R1A@?0A@A@H248_ArrayOf_ModemType@@8 @30106 NONAME ??_R1A@?0A@A@H248_ArrayOf_ObservedEvent@@8 @30107 NONAME ??_R1A@?0A@A@H248_ArrayOf_PASN_OctetString@@8 @30108 NONAME ??_R1A@?0A@A@H248_ArrayOf_PropertyGroup@@8 @30109 NONAME ??_R1A@?0A@A@H248_ArrayOf_PropertyParm@@8 @30110 NONAME ??_R1A@?0A@A@H248_ArrayOf_RequestedEvent@@8 @30111 NONAME ??_R1A@?0A@A@H248_ArrayOf_SecondRequestedEvent@@8 @30112 NONAME ??_R1A@?0A@A@H248_ArrayOf_Signal@@8 @30113 NONAME ??_R1A@?0A@A@H248_ArrayOf_SigParameter@@8 @30114 NONAME ??_R1A@?0A@A@H248_ArrayOf_StreamDescriptor@@8 @30115 NONAME ??_R1A@?0A@A@H248_ArrayOf_TerminationID@@8 @30116 NONAME ??_R1A@?0A@A@H248_ArrayOf_TopologyRequest@@8 @30117 NONAME ??_R1A@?0A@A@H248_ArrayOf_Transaction@@8 @30118 NONAME ??_R1A@?0A@A@H248_ArrayOf_WildcardField@@8 @30119 NONAME ??_R1A@?0A@A@H248_AuditDescriptor@@8 @30120 NONAME ??_R1A@?0A@A@H248_AuditReply@@8 @30121 NONAME ??_R1A@?0A@A@H248_AuditRequest@@8 @30122 NONAME ??_R1A@?0A@A@H248_AuditResult@@8 @30123 NONAME ??_R1A@?0A@A@H248_AuditReturnParameter@@8 @30124 NONAME ??_R1A@?0A@A@H248_AuthData@@8 @30125 NONAME ??_R1A@?0A@A@H248_AuthenticationHeader@@8 @30126 NONAME ??_R1A@?0A@A@H248_Command@@8 @30127 NONAME ??_R1A@?0A@A@H248_CommandReply@@8 @30128 NONAME ??_R1A@?0A@A@H248_CommandRequest@@8 @30129 NONAME ??_R1A@?0A@A@H248_ContextAttrAuditRequest@@8 @30130 NONAME ??_R1A@?0A@A@H248_ContextID@@8 @30131 NONAME ??_R1A@?0A@A@H248_ContextRequest@@8 @30132 NONAME ??_R1A@?0A@A@H248_DigitMapDescriptor@@8 @30133 NONAME ??_R1A@?0A@A@H248_DigitMapName@@8 @30134 NONAME ??_R1A@?0A@A@H248_DigitMapValue@@8 @30135 NONAME ??_R1A@?0A@A@H248_DomainName@@8 @30136 NONAME ??_R1A@?0A@A@H248_ErrorCode@@8 @30137 NONAME ??_R1A@?0A@A@H248_ErrorDescriptor@@8 @30138 NONAME ??_R1A@?0A@A@H248_ErrorText@@8 @30139 NONAME ??_R1A@?0A@A@H248_EventBufferControl@@8 @30140 NONAME ??_R1A@?0A@A@H248_EventBufferDescriptor@@8 @30141 NONAME ??_R1A@?0A@A@H248_EventDM@@8 @30142 NONAME ??_R1A@?0A@A@H248_EventName@@8 @30143 NONAME ??_R1A@?0A@A@H248_EventParameter@@8 @30144 NONAME ??_R1A@?0A@A@H248_EventParameter_extraInfo@@8 @30145 NONAME ??_R1A@?0A@A@H248_EventsDescriptor@@8 @30146 NONAME ??_R1A@?0A@A@H248_EventSpec@@8 @30147 NONAME ??_R1A@?0A@A@H248_H221NonStandard@@8 @30148 NONAME ??_R1A@?0A@A@H248_IndAudDigitMapDescriptor@@8 @30149 NONAME ??_R1A@?0A@A@H248_IndAudEventBufferDescriptor@@8 @30150 NONAME ??_R1A@?0A@A@H248_IndAudEventsDescriptor@@8 @30151 NONAME ??_R1A@?0A@A@H248_IndAuditParameter@@8 @30152 NONAME ??_R1A@?0A@A@H248_IndAudLocalControlDescriptor@@8 @30153 NONAME ??_R1A@?0A@A@H248_IndAudLocalRemoteDescriptor@@8 @30154 NONAME ??_R1A@?0A@A@H248_IndAudMediaDescriptor@@8 @30155 NONAME ??_R1A@?0A@A@H248_IndAudMediaDescriptor_streams@@8 @30156 NONAME ??_R1A@?0A@A@H248_IndAudPackagesDescriptor@@8 @30157 NONAME ??_R1A@?0A@A@H248_IndAudPropertyGroup@@8 @30158 NONAME ??_R1A@?0A@A@H248_IndAudPropertyParm@@8 @30159 NONAME ??_R1A@?0A@A@H248_IndAudSeqSigList@@8 @30160 NONAME ??_R1A@?0A@A@H248_IndAudSignal@@8 @30161 NONAME ??_R1A@?0A@A@H248_IndAudSignalsDescriptor@@8 @30162 NONAME ??_R1A@?0A@A@H248_IndAudStatisticsDescriptor@@8 @30163 NONAME ??_R1A@?0A@A@H248_IndAudStreamDescriptor@@8 @30164 NONAME ??_R1A@?0A@A@H248_IndAudStreamParms@@8 @30165 NONAME ??_R1A@?0A@A@H248_IndAudTerminationStateDescriptor@@8 @30166 NONAME ??_R1A@?0A@A@H248_IP4Address@@8 @30167 NONAME ??_R1A@?0A@A@H248_IP6Address@@8 @30168 NONAME ??_R1A@?0A@A@H248_LocalControlDescriptor@@8 @30169 NONAME ??_R1A@?0A@A@H248_LocalRemoteDescriptor@@8 @30170 NONAME ??_R1A@?0A@A@H248_MediaDescriptor@@8 @30171 NONAME ??_R1A@?0A@A@H248_MediaDescriptor_streams@@8 @30172 NONAME ??_R1A@?0A@A@H248_MegacoMessage@@8 @30173 NONAME ??_R1A@?0A@A@H248_Message@@8 @30174 NONAME ??_R1A@?0A@A@H248_Message_messageBody@@8 @30175 NONAME ??_R1A@?0A@A@H248_MId@@8 @30176 NONAME ??_R1A@?0A@A@H248_ModemDescriptor@@8 @30177 NONAME ??_R1A@?0A@A@H248_ModemType@@8 @30178 NONAME ??_R1A@?0A@A@H248_MuxDescriptor@@8 @30179 NONAME ??_R1A@?0A@A@H248_MuxType@@8 @30180 NONAME ??_R1A@?0A@A@H248_Name@@8 @30181 NONAME ??_R1A@?0A@A@H248_NonStandardData@@8 @30182 NONAME ??_R1A@?0A@A@H248_NonStandardIdentifier@@8 @30183 NONAME ??_R1A@?0A@A@H248_NotifyCompletion@@8 @30184 NONAME ??_R1A@?0A@A@H248_NotifyReply@@8 @30185 NONAME ??_R1A@?0A@A@H248_NotifyRequest@@8 @30186 NONAME ??_R1A@?0A@A@H248_ObservedEvent@@8 @30187 NONAME ??_R1A@?0A@A@H248_ObservedEventsDescriptor@@8 @30188 NONAME ??_R1A@?0A@A@H248_PackagesDescriptor@@8 @30189 NONAME ??_R1A@?0A@A@H248_PackagesItem@@8 @30190 NONAME ??_R1A@?0A@A@H248_PathName@@8 @30191 NONAME ??_R1A@?0A@A@H248_PkgdName@@8 @30192 NONAME ??_R1A@?0A@A@H248_PropertyGroup@@8 @30193 NONAME ??_R1A@?0A@A@H248_PropertyParm@@8 @30194 NONAME ??_R1A@?0A@A@H248_PropertyParm_extraInfo@@8 @30195 NONAME ??_R1A@?0A@A@H248_Relation@@8 @30196 NONAME ??_R1A@?0A@A@H248_RequestedActions@@8 @30197 NONAME ??_R1A@?0A@A@H248_RequestedEvent@@8 @30198 NONAME ??_R1A@?0A@A@H248_RequestID@@8 @30199 NONAME ??_R1A@?0A@A@H248_SecondEventsDescriptor@@8 @30200 NONAME ??_R1A@?0A@A@H248_SecondRequestedActions@@8 @30201 NONAME ??_R1A@?0A@A@H248_SecondRequestedEvent@@8 @30202 NONAME ??_R1A@?0A@A@H248_SecurityParmIndex@@8 @30203 NONAME ??_R1A@?0A@A@H248_SeqSigList@@8 @30204 NONAME ??_R1A@?0A@A@H248_SequenceNum@@8 @30205 NONAME ??_R1A@?0A@A@H248_ServiceChangeAddress@@8 @30206 NONAME ??_R1A@?0A@A@H248_ServiceChangeMethod@@8 @30207 NONAME ??_R1A@?0A@A@H248_ServiceChangeParm@@8 @30208 NONAME ??_R1A@?0A@A@H248_ServiceChangeProfile@@8 @30209 NONAME ??_R1A@?0A@A@H248_ServiceChangeReply@@8 @30210 NONAME ??_R1A@?0A@A@H248_ServiceChangeRequest@@8 @30211 NONAME ??_R1A@?0A@A@H248_ServiceChangeResParm@@8 @30212 NONAME ??_R1A@?0A@A@H248_ServiceChangeResult@@8 @30213 NONAME ??_R1A@?0A@A@H248_ServiceState@@8 @30214 NONAME ??_R1A@?0A@A@H248_Signal@@8 @30215 NONAME ??_R1A@?0A@A@H248_SignalName@@8 @30216 NONAME ??_R1A@?0A@A@H248_SignalRequest@@8 @30217 NONAME ??_R1A@?0A@A@H248_SignalsDescriptor@@8 @30218 NONAME ??_R1A@?0A@A@H248_SignalType@@8 @30219 NONAME ??_R1A@?0A@A@H248_SigParameter@@8 @30220 NONAME ??_R1A@?0A@A@H248_SigParameter_extraInfo@@8 @30221 NONAME ??_R1A@?0A@A@H248_StatisticsDescriptor@@8 @30222 NONAME ??_R1A@?0A@A@H248_StatisticsParameter@@8 @30223 NONAME ??_R1A@?0A@A@H248_StreamDescriptor@@8 @30224 NONAME ??_R1A@?0A@A@H248_StreamID@@8 @30225 NONAME ??_R1A@?0A@A@H248_StreamMode@@8 @30226 NONAME ??_R1A@?0A@A@H248_StreamParms@@8 @30227 NONAME ??_R1A@?0A@A@H248_SubtractRequest@@8 @30228 NONAME ??_R1A@?0A@A@H248_TerminationAudit@@8 @30229 NONAME ??_R1A@?0A@A@H248_TerminationID@@8 @30230 NONAME ??_R1A@?0A@A@H248_TerminationIDList@@8 @30231 NONAME ??_R1A@?0A@A@H248_TerminationStateDescriptor@@8 @30232 NONAME ??_R1A@?0A@A@H248_TimeNotation@@8 @30233 NONAME ??_R1A@?0A@A@H248_TopologyRequest@@8 @30234 NONAME ??_R1A@?0A@A@H248_TopologyRequest_topologyDirection@@8 @30235 NONAME ??_R1A@?0A@A@H248_Transaction@@8 @30236 NONAME ??_R1A@?0A@A@H248_TransactionAck@@8 @30237 NONAME ??_R1A@?0A@A@H248_TransactionId@@8 @30238 NONAME ??_R1A@?0A@A@H248_TransactionPending@@8 @30239 NONAME ??_R1A@?0A@A@H248_TransactionReply@@8 @30240 NONAME ??_R1A@?0A@A@H248_TransactionReply_transactionResult@@8 @30241 NONAME ??_R1A@?0A@A@H248_TransactionRequest@@8 @30242 NONAME ??_R1A@?0A@A@H248_TransactionResponseAck@@8 @30243 NONAME ??_R1A@?0A@A@H248_Value@@8 @30244 NONAME ??_R1A@?0A@A@H248_WildcardField@@8 @30245 NONAME ??_R1A@?0A@A@H261DCTEncoder@@8 @30246 NONAME ??_R1A@?0A@A@H261Encoder@@8 @30247 NONAME ??_R1A@?0A@A@H261PixelEncoder@@8 @30248 NONAME ??_R1A@?0A@A@H323AudioCapability@@8 @30251 NONAME ??_R1A@?0A@A@H323AudioCodec@@8 @30252 NONAME ??_R1A@?0A@A@H323BidirectionalChannel@@8 @30253 NONAME ??_R1A@?0A@A@H323CallCreditServiceControl@@8 @30254 NONAME ??_R1A@?0A@A@H323Capabilities@@8 @30255 NONAME ??_R1A@?0A@A@H323CapabilitiesSet@@8 @30256 NONAME ??_R1A@?0A@A@H323Capability@@8 @30257 NONAME ??_R1A@?0A@A@H323Channel@@8 @30259 NONAME ??_R1A@?0A@A@H323ChannelNumber@@8 @30260 NONAME ??_R1A@?0A@A@H323Codec@@8 @30261 NONAME ??_R1A@?0A@A@H323CodecPluginGenericAudioCapability@@8 @44091 NONAME ??_R1A@?0A@A@H323CodecPluginNonStandardAudioCapability@@8 @30264 NONAME ??_R1A@?0A@A@H323Connection@@8 @30265 NONAME ??_R1A@?0A@A@H323ConnectionsCleaner@@8 @30266 NONAME ??_R1A@?0A@A@H323ControlPDU@@8 @30267 NONAME ??_R1A@?0A@A@H323DataCapability@@8 @30268 NONAME ??_R1A@?0A@A@H323DataChannel@@8 @30269 NONAME ??_R1A@?0A@A@H323DynaLink@@8 @37934 NONAME ??_R1A@?0A@A@H323EndPoint@@8 @30270 NONAME ??_R1A@?0A@A@H323FramedAudioCodec@@8 @30271 NONAME ??_R1A@?0A@A@H323Gatekeeper@@8 @30272 NONAME ??_R1A@?0A@A@H323GatekeeperARQ@@8 @30273 NONAME ??_R1A@?0A@A@H323GatekeeperBRQ@@8 @30274 NONAME ??_R1A@?0A@A@H323GatekeeperCall@@8 @30275 NONAME ??_R1A@?0A@A@H323GatekeeperDRQ@@8 @30276 NONAME ??_R1A@?0A@A@H323GatekeeperGRQ@@8 @30277 NONAME ??_R1A@?0A@A@H323GatekeeperIRR@@8 @30278 NONAME ??_R1A@?0A@A@H323GatekeeperListener@@8 @30279 NONAME ??_R1A@?0A@A@H323GatekeeperLRQ@@8 @30280 NONAME ??_R1A@?0A@A@H323GatekeeperRequest@@8 @30281 NONAME ??_R1A@?0A@A@H323GatekeeperRRQ@@8 @30282 NONAME ??_R1A@?0A@A@H323GatekeeperServer@@8 @30283 NONAME ??_R1A@?0A@A@H323GatekeeperURQ@@8 @30284 NONAME ??_R1A@?0A@A@H323GenericAudioCapability@@8 @44092 NONAME ??_R1A@?0A@A@H323GenericCapabilityInfo@@8 @44093 NONAME ??_R1A@?0A@A@H323GenericVideoCapability@@8 @44094 NONAME ??_R1A@?0A@A@H323GSMPluginCapability@@8 @30285 NONAME ??_R1A@?0A@A@H323H248ServiceControl@@8 @30286 NONAME ??_R1A@?0A@A@H323HTTPServiceControl@@8 @30288 NONAME ??_R1A@?0A@A@H323Listener@@8 @30289 NONAME ??_R1A@?0A@A@H323ListenerTCP@@8 @30290 NONAME ??_R1A@?0A@A@H323LogicalChannelThread@@8 @30291 NONAME ??_R1A@?0A@A@H323NonStandardAudioCapability@@8 @30292 NONAME ??_R1A@?0A@A@H323NonStandardCapabilityInfo@@8 @30293 NONAME ??_R1A@?0A@A@H323NonStandardDataCapability@@8 @30294 NONAME ??_R1A@?0A@A@H323NonStandardVideoCapability@@8 @30295 NONAME ??_R1A@?0A@A@H323PeerElement@@8 @30296 NONAME ??_R1A@?0A@A@H323PeerElementDescriptor@@8 @30297 NONAME ??_R1A@?0A@A@H323PeerElementServiceRelationship@@8 @30298 NONAME ??_R1A@?0A@A@H323PluginCapability@@8 @30300 NONAME ??_R1A@?0A@A@H323PluginCodecManager@@8 @37917 NONAME ??_R1A@?0A@A@H323PluginFramedAudioCodec@@8 @37970 NONAME ??_R1A@?0A@A@H323PluginG7231Capability@@8 @30301 NONAME ??_R1A@?0A@A@H323PluginVideoCodec@@8 @30302 NONAME ??_R1A@?0A@A@H323RasPDU@@8 @30303 NONAME ??_R1A@?0A@A@H323RealTimeCapability@@8 @30304 NONAME ??_R1A@?0A@A@H323RegisteredEndPoint@@8 @30305 NONAME ??_R1A@?0A@A@H323ServiceControlSession@@8 @30306 NONAME ??_R1A@?0A@A@H323SignalPDU@@8 @30307 NONAME ??_R1A@?0A@A@H323SimultaneousCapabilities@@8 @30308 NONAME ??_R1A@?0A@A@H323StreamedAudioCodec@@8 @30309 NONAME ??_R1A@?0A@A@H323StreamedPluginAudioCodec@@8 @37971 NONAME ??_R1A@?0A@A@H323Transaction@@8 @30310 NONAME ??_R1A@?0A@A@H323TransactionPDU@@8 @30311 NONAME ??_R1A@?0A@A@H323TransactionServer@@8 @30312 NONAME ??_R1A@?0A@A@H323Transactor@@8 @30313 NONAME ??_R1A@?0A@A@H323Transport@@8 @30314 NONAME ??_R1A@?0A@A@H323TransportAddress@@8 @30315 NONAME ??_R1A@?0A@A@H323TransportAddressArray@@8 @30316 NONAME ??_R1A@?0A@A@H323TransportIP@@8 @30317 NONAME ??_R1A@?0A@A@H323TransportTCP@@8 @30318 NONAME ??_R1A@?0A@A@H323TransportUDP@@8 @30319 NONAME ??_R1A@?0A@A@H323UnidirectionalChannel@@8 @30320 NONAME ??_R1A@?0A@A@H323VideoCapability@@8 @30321 NONAME ??_R1A@?0A@A@H323VideoCodec@@8 @30322 NONAME ??_R1A@?0A@A@H323_ALawCodec@@8 @30323 NONAME ??_R1A@?0A@A@H323_AnnexG@@8 @30324 NONAME ??_R1A@?0A@A@H323_CiscoG7231aLIDCapability@@8 @30325 NONAME ??_R1A@?0A@A@H323_ExternalRTPChannel@@8 @30327 NONAME ??_R1A@?0A@A@H323_G711ALaw64Capability@@8 @42167 NONAME ??_R1A@?0A@A@H323_G711Capability@@8 @30331 NONAME ??_R1A@?0A@A@H323_G711uLaw64Capability@@8 @42168 NONAME ??_R1A@?0A@A@H323_H261Capability@@8 @30347 NONAME ??_R1A@?0A@A@H323_H261Codec@@8 @30348 NONAME ??_R1A@?0A@A@H323_LIDCapability@@8 @30351 NONAME ??_R1A@?0A@A@H323_LIDCodec@@8 @30352 NONAME ??_R1A@?0A@A@H323_LID_G711_ALaw_Capability@@8 @42169 NONAME ??_R1A@?0A@A@H323_LID_G711_uLaw_Capability@@8 @42170 NONAME ??_R1A@?0A@A@H323_LID_G7231A_5k3_Capability@@8 @42171 NONAME ??_R1A@?0A@A@H323_LID_G7231A_6k3_Capability@@8 @42172 NONAME ??_R1A@?0A@A@H323_LID_G7231_5k3_Capability@@8 @42173 NONAME ??_R1A@?0A@A@H323_LID_G7231_6k3_Capability@@8 @42174 NONAME ??_R1A@?0A@A@H323_LID_G728_Capability@@8 @42175 NONAME ??_R1A@?0A@A@H323_LID_G729AB_Capability@@8 @42176 NONAME ??_R1A@?0A@A@H323_LID_G729A_Capability@@8 @42177 NONAME ??_R1A@?0A@A@H323_LID_G729B_Capability@@8 @42178 NONAME ??_R1A@?0A@A@H323_LID_G729_Capability@@8 @42179 NONAME ??_R1A@?0A@A@H323_LID_GSM0610_Capability@@8 @42180 NONAME ??_R1A@?0A@A@H323_muLawCodec@@8 @30368 NONAME ??_R1A@?0A@A@H323_RealTimeChannel@@8 @30369 NONAME ??_R1A@?0A@A@H323_RTPChannel@@8 @30370 NONAME ??_R1A@?0A@A@H323_RTP_Session@@8 @30371 NONAME ??_R1A@?0A@A@H323_RTP_UDP@@8 @30372 NONAME ??_R1A@?0A@A@H323_T120Capability@@8 @30373 NONAME ??_R1A@?0A@A@H323_T120Channel@@8 @30374 NONAME ??_R1A@?0A@A@H323_T38Capability@@8 @30375 NONAME ??_R1A@?0A@A@H323_T38Channel@@8 @30376 NONAME ??_R1A@?0A@A@H323_T38NonStandardCapability@@8 @30377 NONAME ??_R1A@?0A@A@H323_UserInputCapability@@8 @30378 NONAME ??_R1A@?0A@A@H45010_ArrayOf_MixedExtension@@8 @30379 NONAME ??_R1A@?0A@A@H45010_CfbOvrOptArg@@8 @30380 NONAME ??_R1A@?0A@A@H45010_CoReqOptArg@@8 @30381 NONAME ??_R1A@?0A@A@H45010_H323CallOfferOperations@@8 @30382 NONAME ??_R1A@?0A@A@H45010_RUAlertOptArg@@8 @30383 NONAME ??_R1A@?0A@A@H45011Handler@@8 @30384 NONAME ??_R1A@?0A@A@H45011_ArrayOf_MixedExtension@@8 @30385 NONAME ??_R1A@?0A@A@H45011_CallIntrusionErrors@@8 @30386 NONAME ??_R1A@?0A@A@H45011_CICapabilityLevel@@8 @30387 NONAME ??_R1A@?0A@A@H45011_CIFrcRelArg@@8 @30388 NONAME ??_R1A@?0A@A@H45011_CIFrcRelOptRes@@8 @30389 NONAME ??_R1A@?0A@A@H45011_CIGetCIPLOptArg@@8 @30390 NONAME ??_R1A@?0A@A@H45011_CIGetCIPLRes@@8 @30391 NONAME ??_R1A@?0A@A@H45011_CIIsOptArg@@8 @30392 NONAME ??_R1A@?0A@A@H45011_CIIsOptRes@@8 @30393 NONAME ??_R1A@?0A@A@H45011_CINotificationArg@@8 @30394 NONAME ??_R1A@?0A@A@H45011_CIProtectionLevel@@8 @30395 NONAME ??_R1A@?0A@A@H45011_CIRequestArg@@8 @30396 NONAME ??_R1A@?0A@A@H45011_CIRequestRes@@8 @30397 NONAME ??_R1A@?0A@A@H45011_CISilentArg@@8 @30398 NONAME ??_R1A@?0A@A@H45011_CISilentOptRes@@8 @30399 NONAME ??_R1A@?0A@A@H45011_CIStatusInformation@@8 @30400 NONAME ??_R1A@?0A@A@H45011_CIWobOptArg@@8 @30401 NONAME ??_R1A@?0A@A@H45011_CIWobOptRes@@8 @30402 NONAME ??_R1A@?0A@A@H45011_H323CallIntrusionOperations@@8 @30403 NONAME ??_R1A@?0A@A@H4501_Address@@8 @30404 NONAME ??_R1A@?0A@A@H4501_AddressInformation@@8 @30405 NONAME ??_R1A@?0A@A@H4501_AddressScreened@@8 @30406 NONAME ??_R1A@?0A@A@H4501_ArrayOf_AliasAddress@@8 @30407 NONAME ??_R1A@?0A@A@H4501_ArrayOf_ROS@@8 @30408 NONAME ??_R1A@?0A@A@H4501_EndpointAddress@@8 @30409 NONAME ??_R1A@?0A@A@H4501_EntityType@@8 @30410 NONAME ??_R1A@?0A@A@H4501_Extension@@8 @30411 NONAME ??_R1A@?0A@A@H4501_GeneralErrorList@@8 @30412 NONAME ??_R1A@?0A@A@H4501_H225InformationElement@@8 @30413 NONAME ??_R1A@?0A@A@H4501_InterpretationApdu@@8 @30414 NONAME ??_R1A@?0A@A@H4501_InvokeIDs@@8 @30415 NONAME ??_R1A@?0A@A@H4501_InvokeIdSet@@8 @30416 NONAME ??_R1A@?0A@A@H4501_NetworkFacilityExtension@@8 @30417 NONAME ??_R1A@?0A@A@H4501_NSAPSubaddress@@8 @30418 NONAME ??_R1A@?0A@A@H4501_NumberScreened@@8 @30419 NONAME ??_R1A@?0A@A@H4501_PartySubaddress@@8 @30420 NONAME ??_R1A@?0A@A@H4501_PresentationAllowedIndicator@@8 @30421 NONAME ??_R1A@?0A@A@H4501_PresentedAddressScreened@@8 @30422 NONAME ??_R1A@?0A@A@H4501_PresentedAddressUnscreened@@8 @30423 NONAME ??_R1A@?0A@A@H4501_PresentedNumberScreened@@8 @30424 NONAME ??_R1A@?0A@A@H4501_PresentedNumberUnscreened@@8 @30425 NONAME ??_R1A@?0A@A@H4501_ScreeningIndicator@@8 @30426 NONAME ??_R1A@?0A@A@H4501_ServiceApdus@@8 @30427 NONAME ??_R1A@?0A@A@H4501_SubaddressInformation@@8 @30428 NONAME ??_R1A@?0A@A@H4501_SupplementaryService@@8 @30429 NONAME ??_R1A@?0A@A@H4501_UserSpecifiedSubaddress@@8 @30430 NONAME ??_R1A@?0A@A@H4502Handler@@8 @30431 NONAME ??_R1A@?0A@A@H4502_CallIdentity@@8 @30432 NONAME ??_R1A@?0A@A@H4502_CallStatus@@8 @30433 NONAME ??_R1A@?0A@A@H4502_CallTransferErrors@@8 @30434 NONAME ??_R1A@?0A@A@H4502_CallTransferOperation@@8 @30435 NONAME ??_R1A@?0A@A@H4502_CTActiveArg@@8 @30436 NONAME ??_R1A@?0A@A@H4502_CTActiveArg_argumentExtension@@8 @30437 NONAME ??_R1A@?0A@A@H4502_CTCompleteArg@@8 @30438 NONAME ??_R1A@?0A@A@H4502_CTCompleteArg_argumentExtension@@8 @30439 NONAME ??_R1A@?0A@A@H4502_CTIdentifyRes@@8 @30440 NONAME ??_R1A@?0A@A@H4502_CTIdentifyRes_resultExtension@@8 @30441 NONAME ??_R1A@?0A@A@H4502_CTInitiateArg@@8 @30442 NONAME ??_R1A@?0A@A@H4502_CTInitiateArg_argumentExtension@@8 @30443 NONAME ??_R1A@?0A@A@H4502_CTSetupArg@@8 @30444 NONAME ??_R1A@?0A@A@H4502_CTSetupArg_argumentExtension@@8 @30445 NONAME ??_R1A@?0A@A@H4502_CTUpdateArg@@8 @30446 NONAME ??_R1A@?0A@A@H4502_CTUpdateArg_argumentExtension@@8 @30447 NONAME ??_R1A@?0A@A@H4502_DummyArg@@8 @30448 NONAME ??_R1A@?0A@A@H4502_DummyRes@@8 @30449 NONAME ??_R1A@?0A@A@H4502_EndDesignation@@8 @30450 NONAME ??_R1A@?0A@A@H4502_ExtensionSeq@@8 @30451 NONAME ??_R1A@?0A@A@H4502_SubaddressTransferArg@@8 @30452 NONAME ??_R1A@?0A@A@H4502_SubaddressTransferArg_argumentExtension@@8 @30453 NONAME ??_R1A@?0A@A@H4503_BasicService@@8 @30454 NONAME ??_R1A@?0A@A@H4503_CallDiversionErrors@@8 @30455 NONAME ??_R1A@?0A@A@H4503_DiversionReason@@8 @30456 NONAME ??_R1A@?0A@A@H4503_ExtensionSeq@@8 @30457 NONAME ??_R1A@?0A@A@H4503_H323CallDiversionOperations@@8 @30458 NONAME ??_R1A@?0A@A@H4503_IntResult@@8 @30459 NONAME ??_R1A@?0A@A@H4503_IntResultList@@8 @30460 NONAME ??_R1A@?0A@A@H4503_IntResult_extension@@8 @30461 NONAME ??_R1A@?0A@A@H4503_Procedure@@8 @30462 NONAME ??_R1A@?0A@A@H4503_SubscriptionOption@@8 @30463 NONAME ??_R1A@?0A@A@H4504Handler@@8 @30464 NONAME ??_R1A@?0A@A@H4504_ArrayOf_MixedExtension@@8 @30465 NONAME ??_R1A@?0A@A@H4504_CallHoldOperation@@8 @30466 NONAME ??_R1A@?0A@A@H4504_Extension@@8 @30467 NONAME ??_R1A@?0A@A@H4504_HoldNotificArg@@8 @30468 NONAME ??_R1A@?0A@A@H4504_MixedExtension@@8 @30469 NONAME ??_R1A@?0A@A@H4504_RemoteHoldArg@@8 @30470 NONAME ??_R1A@?0A@A@H4504_RemoteHoldRes@@8 @30471 NONAME ??_R1A@?0A@A@H4504_RemoteRetrieveArg@@8 @30472 NONAME ??_R1A@?0A@A@H4504_RemoteRetrieveRes@@8 @30473 NONAME ??_R1A@?0A@A@H4504_RetrieveNotificArg@@8 @30474 NONAME ??_R1A@?0A@A@H4505_ArrayOf_MixedExtension@@8 @30475 NONAME ??_R1A@?0A@A@H4505_CallParkPickupOperations@@8 @30476 NONAME ??_R1A@?0A@A@H4505_CallPickupErrors@@8 @30477 NONAME ??_R1A@?0A@A@H4505_CallType@@8 @30478 NONAME ??_R1A@?0A@A@H4505_CpickupNotifyArg@@8 @30479 NONAME ??_R1A@?0A@A@H4505_CpNotifyArg@@8 @30480 NONAME ??_R1A@?0A@A@H4505_CpRequestArg@@8 @30481 NONAME ??_R1A@?0A@A@H4505_CpRequestRes@@8 @30482 NONAME ??_R1A@?0A@A@H4505_CpSetupArg@@8 @30483 NONAME ??_R1A@?0A@A@H4505_CpSetupRes@@8 @30484 NONAME ??_R1A@?0A@A@H4505_GroupIndicationOffArg@@8 @30485 NONAME ??_R1A@?0A@A@H4505_GroupIndicationOffRes@@8 @30486 NONAME ??_R1A@?0A@A@H4505_GroupIndicationOnArg@@8 @30487 NONAME ??_R1A@?0A@A@H4505_GroupIndicationOnRes@@8 @30488 NONAME ??_R1A@?0A@A@H4505_ParkCondition@@8 @30489 NONAME ??_R1A@?0A@A@H4505_ParkedToPosition@@8 @30490 NONAME ??_R1A@?0A@A@H4505_PickExeArg@@8 @30491 NONAME ??_R1A@?0A@A@H4505_PickExeRes@@8 @30492 NONAME ??_R1A@?0A@A@H4505_PickrequArg@@8 @30493 NONAME ??_R1A@?0A@A@H4505_PickrequRes@@8 @30494 NONAME ??_R1A@?0A@A@H4505_PickupArg@@8 @30495 NONAME ??_R1A@?0A@A@H4505_PickupRes@@8 @30496 NONAME ??_R1A@?0A@A@H4506Handler@@8 @30497 NONAME ??_R1A@?0A@A@H4506_ArrayOf_MixedExtension@@8 @30498 NONAME ??_R1A@?0A@A@H4506_CallWaitingArg@@8 @30499 NONAME ??_R1A@?0A@A@H4506_CallWaitingOperations@@8 @30500 NONAME ??_R1A@?0A@A@H4507_ArrayOf_MixedExtension@@8 @30501 NONAME ??_R1A@?0A@A@H4507_BasicService@@8 @30502 NONAME ??_R1A@?0A@A@H4507_DummyRes@@8 @30503 NONAME ??_R1A@?0A@A@H4507_H323_MWI_Operations@@8 @30504 NONAME ??_R1A@?0A@A@H4507_MessageWaitingIndicationErrors@@8 @30505 NONAME ??_R1A@?0A@A@H4507_MsgCentreId@@8 @30506 NONAME ??_R1A@?0A@A@H4507_MWIActivateArg@@8 @30507 NONAME ??_R1A@?0A@A@H4507_MWIDeactivateArg@@8 @30508 NONAME ??_R1A@?0A@A@H4507_MWIInterrogateArg@@8 @30509 NONAME ??_R1A@?0A@A@H4507_MWIInterrogateRes@@8 @30510 NONAME ??_R1A@?0A@A@H4507_MWIInterrogateResElt@@8 @30511 NONAME ??_R1A@?0A@A@H4507_NbOfMessages@@8 @30512 NONAME ??_R1A@?0A@A@H4507_TimeStamp@@8 @30513 NONAME ??_R1A@?0A@A@H4508_ExtendedName@@8 @30514 NONAME ??_R1A@?0A@A@H4508_Name@@8 @30515 NONAME ??_R1A@?0A@A@H4508_NameOperations@@8 @30516 NONAME ??_R1A@?0A@A@H4508_NamePresentationAllowed@@8 @30517 NONAME ??_R1A@?0A@A@H4508_NamePresentationRestricted@@8 @30518 NONAME ??_R1A@?0A@A@H4508_SimpleName@@8 @30519 NONAME ??_R1A@?0A@A@H4509_ArrayOf_MixedExtension@@8 @30520 NONAME ??_R1A@?0A@A@H4509_CallCompletionErrors@@8 @30521 NONAME ??_R1A@?0A@A@H4509_CcArg@@8 @30522 NONAME ??_R1A@?0A@A@H4509_CcLongArg@@8 @30523 NONAME ??_R1A@?0A@A@H4509_CcRequestArg@@8 @30524 NONAME ??_R1A@?0A@A@H4509_CcRequestRes@@8 @30525 NONAME ??_R1A@?0A@A@H4509_CcShortArg@@8 @30526 NONAME ??_R1A@?0A@A@H4509_H323CallCompletionOperations@@8 @30527 NONAME ??_R1A@?0A@A@H450ServiceAPDU@@8 @30528 NONAME ??_R1A@?0A@A@H450xDispatcher@@8 @30529 NONAME ??_R1A@?0A@A@H450xHandler@@8 @30530 NONAME ??_R1A@?0A@A@H501AccessRequest@@8 @30531 NONAME ??_R1A@?0A@A@H501DescriptorUpdate@@8 @30532 NONAME ??_R1A@?0A@A@H501PDU@@8 @30533 NONAME ??_R1A@?0A@A@H501ServiceRequest@@8 @30534 NONAME ??_R1A@?0A@A@H501Transaction@@8 @30535 NONAME ??_R1A@?0A@A@H501_AccessConfirmation@@8 @30536 NONAME ??_R1A@?0A@A@H501_AccessRejection@@8 @30537 NONAME ??_R1A@?0A@A@H501_AccessRejectionReason@@8 @30538 NONAME ??_R1A@?0A@A@H501_AccessRequest@@8 @30539 NONAME ??_R1A@?0A@A@H501_AccessToken@@8 @30540 NONAME ??_R1A@?0A@A@H501_AddressTemplate@@8 @30541 NONAME ??_R1A@?0A@A@H501_AlternatePE@@8 @30542 NONAME ??_R1A@?0A@A@H501_AlternatePEInfo@@8 @30543 NONAME ??_R1A@?0A@A@H501_ApplicationMessage@@8 @30544 NONAME ??_R1A@?0A@A@H501_ArrayOf_AccessToken@@8 @30545 NONAME ??_R1A@?0A@A@H501_ArrayOf_AddressTemplate@@8 @30546 NONAME ??_R1A@?0A@A@H501_ArrayOf_AliasAddress@@8 @30547 NONAME ??_R1A@?0A@A@H501_ArrayOf_AlternatePE@@8 @30548 NONAME ??_R1A@?0A@A@H501_ArrayOf_CircuitIdentifier@@8 @30549 NONAME ??_R1A@?0A@A@H501_ArrayOf_ClearToken@@8 @30550 NONAME ??_R1A@?0A@A@H501_ArrayOf_ContactInformation@@8 @30551 NONAME ??_R1A@?0A@A@H501_ArrayOf_CryptoH323Token@@8 @30552 NONAME ??_R1A@?0A@A@H501_ArrayOf_Descriptor@@8 @30553 NONAME ??_R1A@?0A@A@H501_ArrayOf_DescriptorInfo@@8 @30554 NONAME ??_R1A@?0A@A@H501_ArrayOf_GenericData@@8 @30555 NONAME ??_R1A@?0A@A@H501_ArrayOf_GloballyUniqueID@@8 @30556 NONAME ??_R1A@?0A@A@H501_ArrayOf_NonStandardParameter@@8 @30557 NONAME ??_R1A@?0A@A@H501_ArrayOf_PASN_ObjectId@@8 @30558 NONAME ??_R1A@?0A@A@H501_ArrayOf_Pattern@@8 @30559 NONAME ??_R1A@?0A@A@H501_ArrayOf_PriceElement@@8 @30560 NONAME ??_R1A@?0A@A@H501_ArrayOf_PriceInfoSpec@@8 @30561 NONAME ??_R1A@?0A@A@H501_ArrayOf_RouteInformation@@8 @30562 NONAME ??_R1A@?0A@A@H501_ArrayOf_SecurityMode@@8 @30563 NONAME ??_R1A@?0A@A@H501_ArrayOf_ServiceControlSession@@8 @30564 NONAME ??_R1A@?0A@A@H501_ArrayOf_SupportedProtocols@@8 @30565 NONAME ??_R1A@?0A@A@H501_ArrayOf_TransportAddress@@8 @30566 NONAME ??_R1A@?0A@A@H501_ArrayOf_UpdateInformation@@8 @30567 NONAME ??_R1A@?0A@A@H501_ArrayOf_UsageField@@8 @30568 NONAME ??_R1A@?0A@A@H501_AuthenticationConfirmation@@8 @30569 NONAME ??_R1A@?0A@A@H501_AuthenticationRejection@@8 @30570 NONAME ??_R1A@?0A@A@H501_AuthenticationRejectionReason@@8 @30571 NONAME ??_R1A@?0A@A@H501_AuthenticationRequest@@8 @30572 NONAME ??_R1A@?0A@A@H501_CallInformation@@8 @30573 NONAME ??_R1A@?0A@A@H501_ContactInformation@@8 @30574 NONAME ??_R1A@?0A@A@H501_Descriptor@@8 @30575 NONAME ??_R1A@?0A@A@H501_DescriptorConfirmation@@8 @30576 NONAME ??_R1A@?0A@A@H501_DescriptorIDConfirmation@@8 @30577 NONAME ??_R1A@?0A@A@H501_DescriptorIDRejection@@8 @30578 NONAME ??_R1A@?0A@A@H501_DescriptorIDRejectionReason@@8 @30579 NONAME ??_R1A@?0A@A@H501_DescriptorIDRequest@@8 @30580 NONAME ??_R1A@?0A@A@H501_DescriptorInfo@@8 @30581 NONAME ??_R1A@?0A@A@H501_DescriptorRejection@@8 @30582 NONAME ??_R1A@?0A@A@H501_DescriptorRejectionReason@@8 @30583 NONAME ??_R1A@?0A@A@H501_DescriptorRequest@@8 @30584 NONAME ??_R1A@?0A@A@H501_DescriptorUpdate@@8 @30585 NONAME ??_R1A@?0A@A@H501_DescriptorUpdateAck@@8 @30586 NONAME ??_R1A@?0A@A@H501_ElementIdentifier@@8 @30587 NONAME ??_R1A@?0A@A@H501_GlobalTimeStamp@@8 @30588 NONAME ??_R1A@?0A@A@H501_Message@@8 @30589 NONAME ??_R1A@?0A@A@H501_MessageBody@@8 @30590 NONAME ??_R1A@?0A@A@H501_MessageCommonInfo@@8 @30591 NONAME ??_R1A@?0A@A@H501_NonStandardConfirmation@@8 @30592 NONAME ??_R1A@?0A@A@H501_NonStandardRejection@@8 @30593 NONAME ??_R1A@?0A@A@H501_NonStandardRejectionReason@@8 @30594 NONAME ??_R1A@?0A@A@H501_NonStandardRequest@@8 @30595 NONAME ??_R1A@?0A@A@H501_PartyInformation@@8 @30596 NONAME ??_R1A@?0A@A@H501_Pattern@@8 @30597 NONAME ??_R1A@?0A@A@H501_Pattern_range@@8 @30598 NONAME ??_R1A@?0A@A@H501_PriceElement@@8 @30599 NONAME ??_R1A@?0A@A@H501_PriceElement_units@@8 @30600 NONAME ??_R1A@?0A@A@H501_PriceInfoSpec@@8 @30601 NONAME ??_R1A@?0A@A@H501_ProtocolVersion@@8 @30602 NONAME ??_R1A@?0A@A@H501_RequestInProgress@@8 @30603 NONAME ??_R1A@?0A@A@H501_Role@@8 @30604 NONAME ??_R1A@?0A@A@H501_RouteInformation@@8 @30605 NONAME ??_R1A@?0A@A@H501_RouteInformation_messageType@@8 @30606 NONAME ??_R1A@?0A@A@H501_SecurityMode@@8 @30607 NONAME ??_R1A@?0A@A@H501_ServiceConfirmation@@8 @30608 NONAME ??_R1A@?0A@A@H501_ServiceRejection@@8 @30609 NONAME ??_R1A@?0A@A@H501_ServiceRejectionReason@@8 @30610 NONAME ??_R1A@?0A@A@H501_ServiceRelease@@8 @30611 NONAME ??_R1A@?0A@A@H501_ServiceReleaseReason@@8 @30612 NONAME ??_R1A@?0A@A@H501_ServiceRequest@@8 @30613 NONAME ??_R1A@?0A@A@H501_TerminationCause@@8 @30614 NONAME ??_R1A@?0A@A@H501_TimeZone@@8 @30615 NONAME ??_R1A@?0A@A@H501_UnknownMessageReason@@8 @30616 NONAME ??_R1A@?0A@A@H501_UnknownMessageResponse@@8 @30617 NONAME ??_R1A@?0A@A@H501_UpdateInformation@@8 @30618 NONAME ??_R1A@?0A@A@H501_UpdateInformation_descriptorInfo@@8 @30619 NONAME ??_R1A@?0A@A@H501_UpdateInformation_updateType@@8 @30620 NONAME ??_R1A@?0A@A@H501_UsageCallStatus@@8 @30621 NONAME ??_R1A@?0A@A@H501_UsageConfirmation@@8 @30622 NONAME ??_R1A@?0A@A@H501_UsageField@@8 @30623 NONAME ??_R1A@?0A@A@H501_UsageIndication@@8 @30624 NONAME ??_R1A@?0A@A@H501_UsageIndicationConfirmation@@8 @30625 NONAME ??_R1A@?0A@A@H501_UsageIndicationRejection@@8 @30626 NONAME ??_R1A@?0A@A@H501_UsageIndicationRejectionReason@@8 @30627 NONAME ??_R1A@?0A@A@H501_UsageRejection@@8 @30628 NONAME ??_R1A@?0A@A@H501_UsageRejectReason@@8 @30629 NONAME ??_R1A@?0A@A@H501_UsageRequest@@8 @30630 NONAME ??_R1A@?0A@A@H501_UsageSpecification@@8 @30631 NONAME ??_R1A@?0A@A@H501_UsageSpecification_when@@8 @30632 NONAME ??_R1A@?0A@A@H501_UserInformation@@8 @30633 NONAME ??_R1A@?0A@A@H501_ValidationConfirmation@@8 @30634 NONAME ??_R1A@?0A@A@H501_ValidationRejection@@8 @30635 NONAME ??_R1A@?0A@A@H501_ValidationRejectionReason@@8 @30636 NONAME ??_R1A@?0A@A@H501_ValidationRequest@@8 @30637 NONAME ??_R1A@?0A@A@HandleTimeout_PNotifier@H245Negotiator@@8 @30638 NONAME ??_R1A@?0A@A@HandleTransactions_PNotifier@H323Transactor@@8 @30639 NONAME ??_R1A@?0A@A@HIDPluginDeviceManager@@8 @44095 NONAME ??_R1A@?0A@A@IntraP64Decoder@@8 @30640 NONAME ??_R1A@?0A@A@MCS_ArrayOf_ChannelAttributes@@8 @30641 NONAME ??_R1A@?0A@A@MCS_ArrayOf_ChannelId@@8 @30642 NONAME ??_R1A@?0A@A@MCS_ArrayOf_TokenAttributes@@8 @30643 NONAME ??_R1A@?0A@A@MCS_ArrayOf_TokenId@@8 @30644 NONAME ??_R1A@?0A@A@MCS_ArrayOf_UserId@@8 @30645 NONAME ??_R1A@?0A@A@MCS_AssignedChannelId@@8 @30646 NONAME ??_R1A@?0A@A@MCS_AUcf@@8 @30647 NONAME ??_R1A@?0A@A@MCS_AUrq@@8 @30648 NONAME ??_R1A@?0A@A@MCS_CAin@@8 @30649 NONAME ??_R1A@?0A@A@MCS_CArq@@8 @30650 NONAME ??_R1A@?0A@A@MCS_CCcf@@8 @30651 NONAME ??_R1A@?0A@A@MCS_CCrq@@8 @30652 NONAME ??_R1A@?0A@A@MCS_CDin@@8 @30653 NONAME ??_R1A@?0A@A@MCS_CDrq@@8 @30654 NONAME ??_R1A@?0A@A@MCS_CEin@@8 @30655 NONAME ??_R1A@?0A@A@MCS_CErq@@8 @30656 NONAME ??_R1A@?0A@A@MCS_ChannelAttributes@@8 @30657 NONAME ??_R1A@?0A@A@MCS_ChannelAttributes_assigned@@8 @30658 NONAME ??_R1A@?0A@A@MCS_ChannelAttributes_private@@8 @30659 NONAME ??_R1A@?0A@A@MCS_ChannelAttributes_static@@8 @30660 NONAME ??_R1A@?0A@A@MCS_ChannelAttributes_userId@@8 @30661 NONAME ??_R1A@?0A@A@MCS_ChannelId@@8 @30662 NONAME ??_R1A@?0A@A@MCS_CJcf@@8 @30663 NONAME ??_R1A@?0A@A@MCS_CJrq@@8 @30664 NONAME ??_R1A@?0A@A@MCS_CLrq@@8 @30665 NONAME ??_R1A@?0A@A@MCS_ConnectMCSPDU@@8 @30666 NONAME ??_R1A@?0A@A@MCS_Connect_Additional@@8 @30667 NONAME ??_R1A@?0A@A@MCS_Connect_Initial@@8 @30668 NONAME ??_R1A@?0A@A@MCS_Connect_Response@@8 @30669 NONAME ??_R1A@?0A@A@MCS_Connect_Result@@8 @30670 NONAME ??_R1A@?0A@A@MCS_DataPriority@@8 @30671 NONAME ??_R1A@?0A@A@MCS_Diagnostic@@8 @30672 NONAME ??_R1A@?0A@A@MCS_DomainMCSPDU@@8 @30673 NONAME ??_R1A@?0A@A@MCS_DomainParameters@@8 @30674 NONAME ??_R1A@?0A@A@MCS_DPum@@8 @30675 NONAME ??_R1A@?0A@A@MCS_DUin@@8 @30676 NONAME ??_R1A@?0A@A@MCS_DUrq@@8 @30677 NONAME ??_R1A@?0A@A@MCS_DynamicChannelId@@8 @30678 NONAME ??_R1A@?0A@A@MCS_EDrq@@8 @30679 NONAME ??_R1A@?0A@A@MCS_MCcf@@8 @30680 NONAME ??_R1A@?0A@A@MCS_MCrq@@8 @30681 NONAME ??_R1A@?0A@A@MCS_MTcf@@8 @30682 NONAME ??_R1A@?0A@A@MCS_MTrq@@8 @30683 NONAME ??_R1A@?0A@A@MCS_PCin@@8 @30684 NONAME ??_R1A@?0A@A@MCS_PDin@@8 @30685 NONAME ??_R1A@?0A@A@MCS_PrivateChannelId@@8 @30686 NONAME ??_R1A@?0A@A@MCS_PTin@@8 @30687 NONAME ??_R1A@?0A@A@MCS_Reason@@8 @30688 NONAME ??_R1A@?0A@A@MCS_Result@@8 @30689 NONAME ??_R1A@?0A@A@MCS_RJum@@8 @30690 NONAME ??_R1A@?0A@A@MCS_SDin@@8 @30691 NONAME ??_R1A@?0A@A@MCS_SDrq@@8 @30692 NONAME ??_R1A@?0A@A@MCS_Segmentation@@8 @30693 NONAME ??_R1A@?0A@A@MCS_StaticChannelId@@8 @30694 NONAME ??_R1A@?0A@A@MCS_TGcf@@8 @30695 NONAME ??_R1A@?0A@A@MCS_TGrq@@8 @30696 NONAME ??_R1A@?0A@A@MCS_TIcf@@8 @30697 NONAME ??_R1A@?0A@A@MCS_TIrq@@8 @30698 NONAME ??_R1A@?0A@A@MCS_TokenAttributes@@8 @30699 NONAME ??_R1A@?0A@A@MCS_TokenAttributes_given@@8 @30700 NONAME ??_R1A@?0A@A@MCS_TokenAttributes_giving@@8 @30701 NONAME ??_R1A@?0A@A@MCS_TokenAttributes_grabbed@@8 @30702 NONAME ??_R1A@?0A@A@MCS_TokenAttributes_inhibited@@8 @30703 NONAME ??_R1A@?0A@A@MCS_TokenAttributes_ungivable@@8 @30704 NONAME ??_R1A@?0A@A@MCS_TokenId@@8 @30705 NONAME ??_R1A@?0A@A@MCS_TokenStatus@@8 @30706 NONAME ??_R1A@?0A@A@MCS_TPin@@8 @30707 NONAME ??_R1A@?0A@A@MCS_TPrq@@8 @30708 NONAME ??_R1A@?0A@A@MCS_TRcf@@8 @30709 NONAME ??_R1A@?0A@A@MCS_TRrq@@8 @30710 NONAME ??_R1A@?0A@A@MCS_TTcf@@8 @30711 NONAME ??_R1A@?0A@A@MCS_TTrq@@8 @30712 NONAME ??_R1A@?0A@A@MCS_TVcf@@8 @30713 NONAME ??_R1A@?0A@A@MCS_TVin@@8 @30714 NONAME ??_R1A@?0A@A@MCS_TVrq@@8 @30715 NONAME ??_R1A@?0A@A@MCS_TVrs@@8 @30716 NONAME ??_R1A@?0A@A@MCS_UserId@@8 @30717 NONAME ??_R1A@?0A@A@MCS_USin@@8 @30718 NONAME ??_R1A@?0A@A@MCS_USrq@@8 @30719 NONAME ??_R1A@?0A@A@MonitorMain_PNotifier@H323Gatekeeper@@8 @30727 NONAME ??_R1A@?0A@A@MonitorMain_PNotifier@H323GatekeeperServer@@8 @30728 NONAME ??_R1A@?0A@A@MonitorMain_PNotifier@H323PeerElement@@8 @30729 NONAME ??_R1A@?0A@A@Monitor_PNotifier@OpalUSBDevice@@8 @44096 NONAME ??_R1A@?0A@A@MSIPAddress@PILSSession@@8 @30730 NONAME ??_R1A@?0A@A@MXRecordList@PDNS@@8 @44097 NONAME ??_R1A@?0A@A@OnCallIntrudeTimeOut_PNotifier@H45011Handler@@8 @30731 NONAME ??_R1A@?0A@A@OnCallTransferTimeOut_PNotifier@H4502Handler@@8 @30732 NONAME ??_R1A@?0A@A@OnLoadModule_PNotifier@PPluginModuleManager@@8 @37954 NONAME ??_R1A@?0A@A@OnUserInputInBandDTMF_PNotifier@H323Connection@@8 @30734 NONAME ??_R1A@?0A@A@OnUserInputInlineRFC2833_PNotifier@H323Connection@@8 @30735 NONAME ??_R1A@?0A@A@OpalFactoryCodec@@8 @43329 NONAME ??_R1A@?0A@A@OpalG711ALaw64kFormat@@8 @39778 NONAME ??_R1A@?0A@A@OpalG711ALaw64k_Base@@8 @43330 NONAME ??_R1A@?0A@A@OpalG711ALaw64k_Decoder@@8 @43331 NONAME ??_R1A@?0A@A@OpalG711ALaw64k_Encoder@@8 @43332 NONAME ??_R1A@?0A@A@OpalG711uLaw64kFormat@@8 @39779 NONAME ??_R1A@?0A@A@OpalG711uLaw64k_Base@@8 @43333 NONAME ??_R1A@?0A@A@OpalG711uLaw64k_Decoder@@8 @43334 NONAME ??_R1A@?0A@A@OpalG711uLaw64k_Encoder@@8 @43335 NONAME ??_R1A@?0A@A@OpalG7231A_5k3Format@@8 @39780 NONAME ??_R1A@?0A@A@OpalG7231A_6k3Format@@8 @39781 NONAME ??_R1A@?0A@A@OpalG7231_5k3Format@@8 @39782 NONAME ??_R1A@?0A@A@OpalG7231_6k3Format@@8 @39783 NONAME ??_R1A@?0A@A@OpalG728Format@@8 @39784 NONAME ??_R1A@?0A@A@OpalG729ABFormat@@8 @39785 NONAME ??_R1A@?0A@A@OpalG729AFormat@@8 @39786 NONAME ??_R1A@?0A@A@OpalG729BFormat@@8 @39787 NONAME ??_R1A@?0A@A@OpalG729Format@@8 @39788 NONAME ??_R1A@?0A@A@OpalGloballyUniqueID@@8 @30736 NONAME ??_R1A@?0A@A@OpalGSM0610Format@@8 @39789 NONAME ??_R1A@?0A@A@OpalH261Format@@8 @39790 NONAME ??_R1A@?0A@A@OpalIxJDevice@@8 @30737 NONAME ??_R1A@?0A@A@OpalLineChannel@@8 @30738 NONAME ??_R1A@?0A@A@OpalLineInterfaceDevice@@8 @30739 NONAME ??_R1A@?0A@A@OpalMediaFormat@@8 @30740 NONAME ??_R1A@?0A@A@OpalPCM16Format@@8 @39791 NONAME ??_R1A@?0A@A@OpalPluginCodec@@8 @43336 NONAME ??_R1A@?0A@A@OpalPluginMediaFormat@@8 @39792 NONAME ??_R1A@?0A@A@OpalRFC2833@@8 @30741 NONAME ??_R1A@?0A@A@OpalRFC2833Info@@8 @30742 NONAME ??_R1A@?0A@A@OpalRtpToWavFile@@8 @30743 NONAME ??_R1A@?0A@A@OpalT120Format@@8 @39793 NONAME ??_R1A@?0A@A@OpalT120Protocol@@8 @30744 NONAME ??_R1A@?0A@A@OpalT38Protocol@@8 @30745 NONAME ??_R1A@?0A@A@OpalUSBDevice@@8 @44098 NONAME ??_R1A@?0A@A@OpalUserInputRFC2833Format@@8 @39794 NONAME ??_R1A@?0A@A@OpalVoipBlasterDevice@@8 @30746 NONAME ??_R1A@?0A@A@OpalVXMLSession@@8 @30747 NONAME ??_R1A@?0A@A@OpalWAVFile@@8 @30748 NONAME ??_R1A@?0A@A@P64Decoder@@8 @30749 NONAME ??_R1A@?0A@A@PASN_Array@@8 @30750 NONAME ??_R1A@?0A@A@PASN_BitString@@8 @30751 NONAME ??_R1A@?0A@A@PASN_BMPString@@8 @30752 NONAME ??_R1A@?0A@A@PASN_Boolean@@8 @30753 NONAME ??_R1A@?0A@A@PASN_Choice@@8 @30754 NONAME ??_R1A@?0A@A@PASN_ConstrainedObject@@8 @30755 NONAME ??_R1A@?0A@A@PASN_ConstrainedString@@8 @30756 NONAME ??_R1A@?0A@A@PASN_Enumeration@@8 @30757 NONAME ??_R1A@?0A@A@PASN_GeneralisedTime@@8 @30758 NONAME ??_R1A@?0A@A@PASN_GeneralString@@8 @30759 NONAME ??_R1A@?0A@A@PASN_IA5String@@8 @30760 NONAME ??_R1A@?0A@A@PASN_Integer@@8 @30761 NONAME ??_R1A@?0A@A@PASN_Null@@8 @30762 NONAME ??_R1A@?0A@A@PASN_NumericString@@8 @30763 NONAME ??_R1A@?0A@A@PASN_Object@@8 @30764 NONAME ??_R1A@?0A@A@PASN_ObjectId@@8 @30765 NONAME ??_R1A@?0A@A@PASN_OctetString@@8 @30766 NONAME ??_R1A@?0A@A@PASN_PrintableString@@8 @30767 NONAME ??_R1A@?0A@A@PASN_Sequence@@8 @30768 NONAME ??_R1A@?0A@A@PASN_Stream@@8 @30769 NONAME ??_R1A@?0A@A@PASN_VisibleString@@8 @30770 NONAME ??_R1A@?0A@A@PDTMFEncoder@@8 @44099 NONAME ??_R1A@?0A@A@PLDAPAttributeBase@@8 @30771 NONAME ??_R1A@?0A@A@PLDAPAttr_c@RTPerson@PILSSession@@8 @30772 NONAME ??_R1A@?0A@A@PLDAPAttr_cn@RTPerson@PILSSession@@8 @30773 NONAME ??_R1A@?0A@A@PLDAPAttr_comment@RTPerson@PILSSession@@8 @30774 NONAME ??_R1A@?0A@A@PLDAPAttr_givenName@RTPerson@PILSSession@@8 @30775 NONAME ??_R1A@?0A@A@PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@8 @30776 NONAME ??_R1A@?0A@A@PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@8 @30777 NONAME ??_R1A@?0A@A@PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@8 @30778 NONAME ??_R1A@?0A@A@PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@8 @30779 NONAME ??_R1A@?0A@A@PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@8 @30780 NONAME ??_R1A@?0A@A@PLDAPAttr_location@RTPerson@PILSSession@@8 @30781 NONAME ??_R1A@?0A@A@PLDAPAttr_o@RTPerson@PILSSession@@8 @30782 NONAME ??_R1A@?0A@A@PLDAPAttr_objectClass@RTPerson@PILSSession@@8 @30783 NONAME ??_R1A@?0A@A@PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@8 @30784 NONAME ??_R1A@?0A@A@PLDAPAttr_sappguid@RTPerson@PILSSession@@8 @30785 NONAME ??_R1A@?0A@A@PLDAPAttr_sappid@RTPerson@PILSSession@@8 @30786 NONAME ??_R1A@?0A@A@PLDAPAttr_sflags@RTPerson@PILSSession@@8 @30787 NONAME ??_R1A@?0A@A@PLDAPAttr_sipAddress@RTPerson@PILSSession@@8 @30788 NONAME ??_R1A@?0A@A@PLDAPAttr_smimetype@RTPerson@PILSSession@@8 @30789 NONAME ??_R1A@?0A@A@PLDAPAttr_smodop@RTPerson@PILSSession@@8 @30790 NONAME ??_R1A@?0A@A@PLDAPAttr_sport@RTPerson@PILSSession@@8 @30791 NONAME ??_R1A@?0A@A@PLDAPAttr_sprotid@RTPerson@PILSSession@@8 @30792 NONAME ??_R1A@?0A@A@PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@8 @30793 NONAME ??_R1A@?0A@A@PLDAPAttr_ssecurity@RTPerson@PILSSession@@8 @30794 NONAME ??_R1A@?0A@A@PLDAPAttr_sttl@RTPerson@PILSSession@@8 @30795 NONAME ??_R1A@?0A@A@PLDAPAttr_surname@RTPerson@PILSSession@@8 @30796 NONAME ??_R1A@?0A@A@PLDAPAttr_timestamp@RTPerson@PILSSession@@8 @30797 NONAME ??_R1A@?0A@A@PLDAPStructBase@@8 @30798 NONAME ??_R1A@?0A@A@PluginLoader@@8 @44100 NONAME ??_R1A@?0A@A@PPER_Stream@@8 @30799 NONAME ??_R1A@?0A@A@Pre_Vid_Coder@@8 @30800 NONAME ??_R1A@?0A@A@PVXMLSession@@8 @30801 NONAME ??_R1A@?0A@A@PWAVFile@@8 @30802 NONAME ??_R1A@?0A@A@PWAVFileConverter@@8 @43140 NONAME ??_R1A@?0A@A@PWAVFileConverterALaw@@8 @43141 NONAME ??_R1A@?0A@A@PWAVFileConverterULaw@@8 @43142 NONAME ??_R1A@?0A@A@PWAVFileConverterXLaw@@8 @43143 NONAME ??_R1A@?0A@A@Q931@@8 @30803 NONAME ??_R1A@?0A@A@ReceivedPacket_PNotifier@OpalRFC2833@@8 @30804 NONAME ??_R1A@?0A@A@ReceivedPacket_PNotifier@OpalRtpToWavFile@@8 @30805 NONAME ??_R1A@?0A@A@ReceiverReport@RTP_Session@@8 @30806 NONAME ??_R1A@?0A@A@ReceiveTimeout_PNotifier@OpalRFC2833@@8 @30807 NONAME ??_R1A@?0A@A@Request@H323Transactor@@8 @30808 NONAME ??_R1A@?0A@A@Response@H323Transactor@@8 @30809 NONAME ??_R1A@?0A@A@RTPerson@PILSSession@@8 @30810 NONAME ??_R1A@?0A@A@RTP_ControlFrame@@8 @30811 NONAME ??_R1A@?0A@A@RTP_DataFrame@@8 @30812 NONAME ??_R1A@?0A@A@RTP_JitterBuffer@@8 @30813 NONAME ??_R1A@?0A@A@RTP_JitterBufferAnalyser@@8 @30814 NONAME ??_R1A@?0A@A@RTP_QOS@@8 @30815 NONAME ??_R1A@?0A@A@RTP_Session@@8 @30816 NONAME ??_R1A@?0A@A@RTP_SessionManager@@8 @30817 NONAME ??_R1A@?0A@A@RTP_UDP@@8 @30818 NONAME ??_R1A@?0A@A@RTP_UserData@@8 @30819 NONAME ??_R1A@?0A@A@SenderReport@RTP_Session@@8 @30820 NONAME ??_R1A@?0A@A@SlowHandler_PNotifier@H323Transaction@@8 @30821 NONAME ??_R1A@?0A@A@SoundTones@OpalUSBDevice@@8 @44101 NONAME ??_R1A@?0A@A@SourceDescription@RTP_Session@@8 @30822 NONAME ??_R1A@?0A@A@SRVRecordList@PDNS@@8 @44102 NONAME ??_R1A@?0A@A@StatusHandler_PNotifier@OpalVoipBlasterDevice@@8 @30823 NONAME ??_R1A@?0A@A@StringMap@H323GatekeeperServer@@8 @30824 NONAME ??_R1A@?0A@A@T120ConnectPDU@@8 @30825 NONAME ??_R1A@?0A@A@T120_X224@@8 @30826 NONAME ??_R1A@?0A@A@T38_ArrayOf_PASN_OctetString@@8 @30827 NONAME ??_R1A@?0A@A@T38_Data_Field@@8 @30828 NONAME ??_R1A@?0A@A@T38_Data_Field_subtype@@8 @30829 NONAME ??_R1A@?0A@A@T38_Data_Field_subtype_field_type@@8 @30830 NONAME ??_R1A@?0A@A@T38_IFPPacket@@8 @30831 NONAME ??_R1A@?0A@A@T38_PreCorrigendum_Data_Field@@8 @30832 NONAME ??_R1A@?0A@A@T38_PreCorrigendum_Data_Field_subtype@@8 @30833 NONAME ??_R1A@?0A@A@T38_PreCorrigendum_Data_Field_subtype_field_type@@8 @30834 NONAME ??_R1A@?0A@A@T38_PreCorrigendum_IFPPacket@@8 @30835 NONAME ??_R1A@?0A@A@T38_Type_of_msg@@8 @30836 NONAME ??_R1A@?0A@A@T38_Type_of_msg_data@@8 @30837 NONAME ??_R1A@?0A@A@T38_Type_of_msg_t30_indicator@@8 @30838 NONAME ??_R1A@?0A@A@T38_UDPTLPacket@@8 @30839 NONAME ??_R1A@?0A@A@T38_UDPTLPacket_error_recovery@@8 @30840 NONAME ??_R1A@?0A@A@T38_UDPTLPacket_error_recovery_fec_info@@8 @30841 NONAME ??_R1A@?0A@A@T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@8 @30842 NONAME ??_R1A@?0A@A@T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@8 @30843 NONAME ??_R1A@?0A@A@T38_UDPTLPacket_primary_ifp_packet@@8 @30844 NONAME ??_R1A@?0A@A@TickleMonitor_PNotifier@H323Gatekeeper@@8 @30845 NONAME ??_R1A@?0A@A@TonePlay_PNotifier@OpalUSBDevice@@8 @44103 NONAME ??_R1A@?0A@A@TransmitEnded_PNotifier@OpalRFC2833@@8 @30846 NONAME ??_R1A@?0A@A@TransmitPacket_PNotifier@OpalRFC2833@@8 @30847 NONAME ??_R1A@?0A@A@Transmitter@@8 @30848 NONAME ??_R1A@?0A@A@UpdateAllDescriptors_PNotifier@H323PeerElement@@8 @30849 NONAME ??_R1A@?0A@A@VoipBlasterInterface@@8 @30851 NONAME ??_R1A@?0A@A@Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@8 @43337 NONAME ??_R1A@?0A@A@Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@8 @43338 NONAME ??_R1A@?0A@A@Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@8 @43339 NONAME ??_R1A@?0A@A@Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@8 @43340 NONAME ??_R1A@?0A@A@Worker@OpalPluginCodecFactory@@8 @43341 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@8 @44104 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VH323Capability@@VPString@@@@8 @42750 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@8 @43342 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@8 @44105 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42751 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @42752 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VPWAVFileConverter@@I@@8 @43144 NONAME ??_R1A@?0A@A@X224@@8 @30852 NONAME ??_R1A@?0A@A@X880_Code@@8 @30853 NONAME ??_R1A@?0A@A@X880_GeneralProblem@@8 @30854 NONAME ??_R1A@?0A@A@X880_Invoke@@8 @30855 NONAME ??_R1A@?0A@A@X880_InvokeId@@8 @30856 NONAME ??_R1A@?0A@A@X880_InvokeProblem@@8 @30857 NONAME ??_R1A@?0A@A@X880_Reject@@8 @30858 NONAME ??_R1A@?0A@A@X880_RejectProblem@@8 @30859 NONAME ??_R1A@?0A@A@X880_Reject_problem@@8 @30860 NONAME ??_R1A@?0A@A@X880_ReturnError@@8 @30861 NONAME ??_R1A@?0A@A@X880_ReturnErrorProblem@@8 @30862 NONAME ??_R1A@?0A@A@X880_ReturnResult@@8 @30863 NONAME ??_R1A@?0A@A@X880_ReturnResultProblem@@8 @30864 NONAME ??_R1A@?0A@A@X880_ReturnResult_result@@8 @30865 NONAME ??_R1A@?0A@A@X880_ROS@@8 @30866 NONAME ??_R1BE@?0A@A@H323GenericCapabilityInfo@@8 @44106 NONAME ??_R1BE@?0A@A@H323NonStandardCapabilityInfo@@8 @30867 NONAME ??_R1BM@?0A@A@H323GenericCapabilityInfo@@8 @44107 NONAME ??_R1BM@?0A@A@H323NonStandardCapabilityInfo@@8 @30868 NONAME ??_R1BM@?0A@A@H323PluginCapabilityInfo@@8 @30869 NONAME ??_R1CA@?0A@A@H323TransactionPDU@@8 @44108 NONAME ??_R1EA@?0A@A@H323PluginCapabilityInfo@@8 @44109 NONAME ??_R1EME@?0A@A@H323TransactionPDU@@8 @44110 NONAME ??_R1FI@?0A@A@H323PluginCapabilityInfo@@8 @30872 NONAME ??_R1PI@?0A@A@PVXMLChannelInterface@@8 @42380 NONAME ??_R2?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@8 @30873 NONAME ??_R2?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@8 @30874 NONAME ??_R2?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@8 @30875 NONAME ??_R2?$H235_HASHED@VH235_EncodedGeneralToken@@@@8 @30876 NONAME ??_R2?$H235_HASHED@VH235_EncodedPwdCertToken@@@@8 @30877 NONAME ??_R2?$H235_SIGNED@VH225_EncodedFastStartToken@@@@8 @30878 NONAME ??_R2?$H235_SIGNED@VH235_EncodedGeneralToken@@@@8 @30879 NONAME ??_R2?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@8 @30880 NONAME ??_R2?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@8 @30881 NONAME ??_R2?$H235_SIGNED@VH235_EncodedReturnSig@@@@8 @30882 NONAME ??_R2?$PArray@V?$PList@VH323Capability@@@@@@8 @30883 NONAME ??_R2?$PArray@VH323SimultaneousCapabilities@@@@8 @30884 NONAME ??_R2?$PArray@VH323TransportAddress@@@@8 @30885 NONAME ??_R2?$PArray@VReceiverReport@RTP_Session@@@@8 @30886 NONAME ??_R2?$PArray@VSourceDescription@RTP_Session@@@@8 @30887 NONAME ??_R2?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@8 @30888 NONAME ??_R2?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@8 @30889 NONAME ??_R2?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@8 @30890 NONAME ??_R2?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@8 @30891 NONAME ??_R2?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@8 @30892 NONAME ??_R2?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@8 @30893 NONAME ??_R2?$PDictionary@VPString@@VH323Connection@@@@8 @30894 NONAME ??_R2?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@8 @30895 NONAME ??_R2?$PDictionary@VPString@@VPOrdinalKey@@@@8 @30896 NONAME ??_R2?$PFactory@VH235Authenticator@@VPString@@@@8 @44111 NONAME ??_R2?$PFactory@VH323Capability@@VPString@@@@8 @42753 NONAME ??_R2?$PFactory@VH323StaticPluginCodec@@VPString@@@@8 @42754 NONAME ??_R2?$PFactory@VOpalFactoryCodec@@VPString@@@@8 @43343 NONAME ??_R2?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@8 @44112 NONAME ??_R2?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42755 NONAME ??_R2?$PFactory@VPWAVFileConverter@@I@@8 @43145 NONAME ??_R2?$PList@VH235Authenticator@@@@8 @39795 NONAME ??_R2?$PList@VH245_GenericParameter@@@@8 @44113 NONAME ??_R2?$PList@VH323Capability@@@@8 @30898 NONAME ??_R2?$PList@VH323Channel@@@@8 @30899 NONAME ??_R2?$PList@VH323GatekeeperListener@@@@8 @30900 NONAME ??_R2?$PList@VH323Listener@@@@8 @30901 NONAME ??_R2?$PList@VH323Transactor@@@@8 @30902 NONAME ??_R2?$PList@VH450xHandler@@@@8 @30903 NONAME ??_R2?$PList@VOpalMediaFormat@@@@8 @30905 NONAME ??_R2?$PList@VPBYTEArray@@@@8 @30906 NONAME ??_R2?$POrdinalDictionary@VPString@@@@8 @30907 NONAME ??_R2?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@8 @39796 NONAME ??_R2?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@8 @39797 NONAME ??_R2?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@8 @39798 NONAME ??_R2?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@8 @30911 NONAME ??_R2?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@8 @39799 NONAME ??_R2?$PSafePtr@VH323GatekeeperCall@@@@8 @30912 NONAME ??_R2?$PSafePtr@VH323PeerElementDescriptor@@@@8 @30913 NONAME ??_R2?$PSafePtr@VH323PeerElementServiceRelationship@@@@8 @30914 NONAME ??_R2?$PSafePtr@VH323RegisteredEndPoint@@@@8 @30915 NONAME ??_R2?$PSafeSortedList@VH323GatekeeperCall@@@@8 @30916 NONAME ??_R2?$PSafeSortedList@VH323PeerElementDescriptor@@@@8 @30917 NONAME ??_R2?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@8 @30918 NONAME ??_R2?$PSet@VPOrdinalKey@@@@8 @30919 NONAME ??_R2?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@8 @30920 NONAME ??_R2?$PSortedList@VH225_AliasAddress@@@@8 @30921 NONAME ??_R2?$PSortedList@VH323GatekeeperCall@@@@8 @30922 NONAME ??_R2?$PSortedList@VH323PeerElementDescriptor@@@@8 @30923 NONAME ??_R2?$PSortedList@VH323PeerElementServiceRelationship@@@@8 @30924 NONAME ??_R2?$PSortedList@VMXRecord@PDNS@@@@8 @44114 NONAME ??_R2?$PSortedList@VPString@@@@8 @39800 NONAME ??_R2?$PSortedList@VResponse@H323Transactor@@@@8 @30925 NONAME ??_R2?$PSortedList@VSRVRecord@PDNS@@@@8 @44115 NONAME ??_R2?$PStringDictionary@VPOrdinalKey@@@@8 @30926 NONAME ??_R2?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @44116 NONAME ??_R2?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @44117 NONAME ??_R2?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @44118 NONAME ??_R2?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @42756 NONAME ??_R2?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42757 NONAME ??_R2?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42758 NONAME ??_R2?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42759 NONAME ??_R2?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42760 NONAME ??_R2?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42761 NONAME ??_R2?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42762 NONAME ??_R2?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42763 NONAME ??_R2?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42764 NONAME ??_R2?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42765 NONAME ??_R2?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42766 NONAME ??_R2?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42767 NONAME ??_R2?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42768 NONAME ??_R2?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42769 NONAME ??_R2?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42770 NONAME ??_R2?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42771 NONAME ??_R2?$Worker@VHIDPluginDeviceManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @44119 NONAME ??_R2?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42772 NONAME ??_R2?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42773 NONAME ??_R2?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42774 NONAME ??_R2?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42775 NONAME ??_R2?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42776 NONAME ??_R2?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42777 NONAME ??_R2?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42778 NONAME ??_R2?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42779 NONAME ??_R2?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42780 NONAME ??_R2?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42781 NONAME ??_R2?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42782 NONAME ??_R2?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42783 NONAME ??_R2?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42784 NONAME ??_R2?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42785 NONAME ??_R2?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42786 NONAME ??_R2?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42787 NONAME ??_R2?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@8 @44120 NONAME ??_R2?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@8 @43146 NONAME ??_R2?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@8 @43147 NONAME ??_R2AliasKey@H323PeerElement@@8 @30927 NONAME ??_R2AlternateInfo@H323Gatekeeper@@8 @30928 NONAME ??_R2ByteQueue@OpalVoipBlasterDevice@@8 @30929 NONAME ??_R2Encoder@@8 @39802 NONAME ??_R2Entry@RTP_JitterBuffer@@8 @30930 NONAME ??_R2FilterInfo@H323Codec@@8 @30932 NONAME ??_R2FullP64Decoder@@8 @30933 NONAME ??_R2G7231_File_Capability@@8 @30934 NONAME ??_R2G7231_File_Codec@@8 @30935 NONAME ??_R2GCC_AlternativeNodeID@@8 @30936 NONAME ??_R2GCC_ApplicationInvokeIndication@@8 @30937 NONAME ??_R2GCC_ApplicationInvokeSpecifier@@8 @30938 NONAME ??_R2GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@8 @30939 NONAME ??_R2GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@8 @30940 NONAME ??_R2GCC_ApplicationRecord@@8 @30941 NONAME ??_R2GCC_ApplicationRecord_nonCollapsingCapabilities@@8 @30942 NONAME ??_R2GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@8 @30943 NONAME ??_R2GCC_ArrayOf_ApplicationInvokeSpecifier@@8 @30944 NONAME ??_R2GCC_ArrayOf_ChallengeItem@@8 @30945 NONAME ??_R2GCC_ArrayOf_ConferenceDescriptor@@8 @30946 NONAME ??_R2GCC_ArrayOf_Privilege@@8 @30947 NONAME ??_R2GCC_ArrayOf_TextString@@8 @30948 NONAME ??_R2GCC_ArrayOf_UserID@@8 @30949 NONAME ??_R2GCC_AsymmetryIndicator@@8 @30950 NONAME ??_R2GCC_CapabilityClass@@8 @30951 NONAME ??_R2GCC_CapabilityID@@8 @30952 NONAME ??_R2GCC_ChallengeItem@@8 @30953 NONAME ??_R2GCC_ChallengeRequest@@8 @30954 NONAME ??_R2GCC_ChallengeResponse@@8 @30955 NONAME ??_R2GCC_ChallengeResponseAlgorithm@@8 @30956 NONAME ??_R2GCC_ChallengeResponseItem@@8 @30957 NONAME ??_R2GCC_ChannelID@@8 @30958 NONAME ??_R2GCC_ChannelType@@8 @30959 NONAME ??_R2GCC_ConductorAssignIndication@@8 @30960 NONAME ??_R2GCC_ConductorPermissionAskIndication@@8 @30961 NONAME ??_R2GCC_ConductorPermissionGrantIndication@@8 @30962 NONAME ??_R2GCC_ConductorReleaseIndication@@8 @30963 NONAME ??_R2GCC_ConferenceAddRequest@@8 @30964 NONAME ??_R2GCC_ConferenceAddResponse@@8 @30965 NONAME ??_R2GCC_ConferenceAddResponse_result@@8 @30966 NONAME ??_R2GCC_ConferenceAssistanceIndication@@8 @30967 NONAME ??_R2GCC_ConferenceCreateRequest@@8 @30968 NONAME ??_R2GCC_ConferenceCreateResponse@@8 @30969 NONAME ??_R2GCC_ConferenceCreateResponse_result@@8 @30970 NONAME ??_R2GCC_ConferenceDescriptor@@8 @30971 NONAME ??_R2GCC_ConferenceEjectUserIndication@@8 @30972 NONAME ??_R2GCC_ConferenceEjectUserIndication_reason@@8 @30973 NONAME ??_R2GCC_ConferenceEjectUserRequest@@8 @30974 NONAME ??_R2GCC_ConferenceEjectUserRequest_reason@@8 @30975 NONAME ??_R2GCC_ConferenceEjectUserResponse@@8 @30976 NONAME ??_R2GCC_ConferenceEjectUserResponse_result@@8 @30977 NONAME ??_R2GCC_ConferenceInviteRequest@@8 @30978 NONAME ??_R2GCC_ConferenceInviteResponse@@8 @30979 NONAME ??_R2GCC_ConferenceInviteResponse_result@@8 @30980 NONAME ??_R2GCC_ConferenceJoinRequest@@8 @30981 NONAME ??_R2GCC_ConferenceJoinResponse@@8 @30982 NONAME ??_R2GCC_ConferenceJoinResponse_result@@8 @30983 NONAME ??_R2GCC_ConferenceLockIndication@@8 @30984 NONAME ??_R2GCC_ConferenceLockRequest@@8 @30985 NONAME ??_R2GCC_ConferenceLockResponse@@8 @30986 NONAME ??_R2GCC_ConferenceLockResponse_result@@8 @30987 NONAME ??_R2GCC_ConferenceName@@8 @30988 NONAME ??_R2GCC_ConferenceNameModifier@@8 @30989 NONAME ??_R2GCC_ConferenceNameSelector@@8 @30990 NONAME ??_R2GCC_ConferencePriority@@8 @30991 NONAME ??_R2GCC_ConferencePriorityScheme@@8 @30992 NONAME ??_R2GCC_ConferenceQueryRequest@@8 @30993 NONAME ??_R2GCC_ConferenceQueryResponse@@8 @30994 NONAME ??_R2GCC_ConferenceQueryResponse_result@@8 @30995 NONAME ??_R2GCC_ConferenceTerminateIndication@@8 @30996 NONAME ??_R2GCC_ConferenceTerminateIndication_reason@@8 @30997 NONAME ??_R2GCC_ConferenceTerminateRequest@@8 @30998 NONAME ??_R2GCC_ConferenceTerminateRequest_reason@@8 @30999 NONAME ??_R2GCC_ConferenceTerminateResponse@@8 @31000 NONAME ??_R2GCC_ConferenceTerminateResponse_result@@8 @31001 NONAME ??_R2GCC_ConferenceTimeExtendIndication@@8 @31002 NONAME ??_R2GCC_ConferenceTimeInquireIndication@@8 @31003 NONAME ??_R2GCC_ConferenceTimeRemainingIndication@@8 @31004 NONAME ??_R2GCC_ConferenceTransferIndication@@8 @31005 NONAME ??_R2GCC_ConferenceTransferRequest@@8 @31006 NONAME ??_R2GCC_ConferenceTransferResponse@@8 @31007 NONAME ??_R2GCC_ConferenceTransferResponse_result@@8 @31008 NONAME ??_R2GCC_ConferenceUnlockIndication@@8 @31009 NONAME ??_R2GCC_ConferenceUnlockRequest@@8 @31010 NONAME ??_R2GCC_ConferenceUnlockResponse@@8 @31011 NONAME ??_R2GCC_ConferenceUnlockResponse_result@@8 @31012 NONAME ??_R2GCC_ConnectData@@8 @31013 NONAME ??_R2GCC_ConnectGCCPDU@@8 @31014 NONAME ??_R2GCC_DialingString@@8 @31015 NONAME ??_R2GCC_DynamicChannelID@@8 @31016 NONAME ??_R2GCC_DynamicTokenID@@8 @31017 NONAME ??_R2GCC_EntityID@@8 @31018 NONAME ??_R2GCC_ExtraDialingString@@8 @31019 NONAME ??_R2GCC_FunctionNotSupportedResponse@@8 @31020 NONAME ??_R2GCC_GCCPDU@@8 @31021 NONAME ??_R2GCC_H221NonStandardIdentifier@@8 @31022 NONAME ??_R2GCC_Handle@@8 @31023 NONAME ??_R2GCC_IndicationPDU@@8 @31024 NONAME ??_R2GCC_Key@@8 @31025 NONAME ??_R2GCC_NetworkAddress@@8 @31026 NONAME ??_R2GCC_NetworkAddress_subtype@@8 @31027 NONAME ??_R2GCC_NetworkAddress_subtype_aggregatedChannel@@8 @31028 NONAME ??_R2GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@8 @31029 NONAME ??_R2GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@8 @31030 NONAME ??_R2GCC_NetworkAddress_subtype_transportConnection@@8 @31031 NONAME ??_R2GCC_NodeProperties@@8 @31032 NONAME ??_R2GCC_NodeRecord@@8 @31033 NONAME ??_R2GCC_NodeType@@8 @31034 NONAME ??_R2GCC_NonStandardParameter@@8 @31035 NONAME ??_R2GCC_NonStandardPDU@@8 @31036 NONAME ??_R2GCC_Password@@8 @31037 NONAME ??_R2GCC_PasswordChallengeRequestResponse@@8 @31038 NONAME ??_R2GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@8 @31039 NONAME ??_R2GCC_PasswordSelector@@8 @31040 NONAME ??_R2GCC_Privilege@@8 @31041 NONAME ??_R2GCC_RegistryAllocateHandleRequest@@8 @31042 NONAME ??_R2GCC_RegistryAllocateHandleResponse@@8 @31043 NONAME ??_R2GCC_RegistryAllocateHandleResponse_result@@8 @31044 NONAME ??_R2GCC_RegistryAssignTokenRequest@@8 @31045 NONAME ??_R2GCC_RegistryDeleteEntryRequest@@8 @31046 NONAME ??_R2GCC_RegistryEntryOwner@@8 @31047 NONAME ??_R2GCC_RegistryEntryOwner_owned@@8 @31048 NONAME ??_R2GCC_RegistryItem@@8 @31049 NONAME ??_R2GCC_RegistryKey@@8 @31050 NONAME ??_R2GCC_RegistryModificationRights@@8 @31051 NONAME ??_R2GCC_RegistryMonitorEntryIndication@@8 @31052 NONAME ??_R2GCC_RegistryMonitorEntryRequest@@8 @31053 NONAME ??_R2GCC_RegistryRegisterChannelRequest@@8 @31054 NONAME ??_R2GCC_RegistryResponse@@8 @31055 NONAME ??_R2GCC_RegistryResponse_primitiveType@@8 @31056 NONAME ??_R2GCC_RegistryResponse_result@@8 @31057 NONAME ??_R2GCC_RegistryRetrieveEntryRequest@@8 @31058 NONAME ??_R2GCC_RegistrySetParameterRequest@@8 @31059 NONAME ??_R2GCC_RequestPDU@@8 @31060 NONAME ??_R2GCC_ResponsePDU@@8 @31061 NONAME ??_R2GCC_RosterUpdateIndication@@8 @31062 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation@@8 @31063 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype@@8 @31064 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@8 @31065 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@8 @31066 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@8 @31067 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@8 @31068 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@8 @31069 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@8 @31070 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@8 @31071 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@8 @31072 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@8 @31073 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation@@8 @31074 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@8 @31075 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@8 @31076 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@8 @31077 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@8 @31078 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@8 @31079 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@8 @31080 NONAME ??_R2GCC_SessionKey@@8 @31081 NONAME ??_R2GCC_SimpleNumericString@@8 @31082 NONAME ??_R2GCC_SimpleTextString@@8 @31083 NONAME ??_R2GCC_StaticChannelID@@8 @31084 NONAME ??_R2GCC_StaticTokenID@@8 @31085 NONAME ??_R2GCC_SubAddressString@@8 @31086 NONAME ??_R2GCC_TerminationMethod@@8 @31087 NONAME ??_R2GCC_TextMessageIndication@@8 @31088 NONAME ??_R2GCC_TextString@@8 @31089 NONAME ??_R2GCC_Time@@8 @31090 NONAME ??_R2GCC_TokenID@@8 @31091 NONAME ??_R2GCC_UserData@@8 @31092 NONAME ??_R2GCC_UserData_subtype@@8 @31093 NONAME ??_R2GCC_UserID@@8 @31094 NONAME ??_R2GCC_UserIDIndication@@8 @31095 NONAME ??_R2H225CallThread@@8 @31096 NONAME ??_R2H225TransportThread@@8 @31097 NONAME ??_R2H225_AddressPattern@@8 @31098 NONAME ??_R2H225_AddressPattern_range@@8 @31099 NONAME ??_R2H225_AdmissionConfirm@@8 @31100 NONAME ??_R2H225_AdmissionConfirm_language@@8 @31101 NONAME ??_R2H225_AdmissionReject@@8 @31102 NONAME ??_R2H225_AdmissionRejectReason@@8 @31103 NONAME ??_R2H225_AdmissionRequest@@8 @31104 NONAME ??_R2H225_Alerting_UUIE@@8 @31105 NONAME ??_R2H225_AliasAddress@@8 @31106 NONAME ??_R2H225_AlternateGK@@8 @31107 NONAME ??_R2H225_AlternateTransportAddresses@@8 @31108 NONAME ??_R2H225_AltGKInfo@@8 @31109 NONAME ??_R2H225_ANSI_41_UIM@@8 @31110 NONAME ??_R2H225_ANSI_41_UIM_system_id@@8 @31111 NONAME ??_R2H225_ArrayOf_AddressPattern@@8 @31112 NONAME ??_R2H225_ArrayOf_AdmissionConfirm@@8 @31113 NONAME ??_R2H225_ArrayOf_AliasAddress@@8 @31114 NONAME ??_R2H225_ArrayOf_AlternateGK@@8 @31115 NONAME ??_R2H225_ArrayOf_AuthenticationMechanism@@8 @31116 NONAME ??_R2H225_ArrayOf_BandwidthDetails@@8 @31117 NONAME ??_R2H225_ArrayOf_CallReferenceValue@@8 @31118 NONAME ??_R2H225_ArrayOf_CallsAvailable@@8 @31119 NONAME ??_R2H225_ArrayOf_ClearToken@@8 @31120 NONAME ??_R2H225_ArrayOf_ConferenceIdentifier@@8 @31121 NONAME ??_R2H225_ArrayOf_ConferenceList@@8 @31122 NONAME ??_R2H225_ArrayOf_CryptoH323Token@@8 @31123 NONAME ??_R2H225_ArrayOf_DataRate@@8 @31124 NONAME ??_R2H225_ArrayOf_Endpoint@@8 @31125 NONAME ??_R2H225_ArrayOf_EnumeratedParameter@@8 @31126 NONAME ??_R2H225_ArrayOf_ExtendedAliasAddress@@8 @31127 NONAME ??_R2H225_ArrayOf_FeatureDescriptor@@8 @31128 NONAME ??_R2H225_ArrayOf_GenericData@@8 @31129 NONAME ??_R2H225_ArrayOf_H245Security@@8 @31130 NONAME ??_R2H225_ArrayOf_H248PackagesDescriptor@@8 @31131 NONAME ??_R2H225_ArrayOf_IntegrityMechanism@@8 @31132 NONAME ??_R2H225_ArrayOf_NonStandardParameter@@8 @31133 NONAME ??_R2H225_ArrayOf_PartyNumber@@8 @31134 NONAME ??_R2H225_ArrayOf_PASN_ObjectId@@8 @31135 NONAME ??_R2H225_ArrayOf_PASN_OctetString@@8 @31136 NONAME ??_R2H225_ArrayOf_RasUsageSpecification@@8 @31137 NONAME ??_R2H225_ArrayOf_RTPSession@@8 @31138 NONAME ??_R2H225_ArrayOf_ServiceControlSession@@8 @31139 NONAME ??_R2H225_ArrayOf_SupportedPrefix@@8 @31140 NONAME ??_R2H225_ArrayOf_SupportedProtocols@@8 @31141 NONAME ??_R2H225_ArrayOf_TransportAddress@@8 @31142 NONAME ??_R2H225_ArrayOf_TransportChannelInfo@@8 @31143 NONAME ??_R2H225_ArrayOf_TunnelledProtocol@@8 @31144 NONAME ??_R2H225_BandRejectReason@@8 @31145 NONAME ??_R2H225_BandWidth@@8 @31146 NONAME ??_R2H225_BandwidthConfirm@@8 @31147 NONAME ??_R2H225_BandwidthDetails@@8 @31148 NONAME ??_R2H225_BandwidthReject@@8 @31149 NONAME ??_R2H225_BandwidthRequest@@8 @31150 NONAME ??_R2H225_CallCapacity@@8 @31151 NONAME ??_R2H225_CallCapacityInfo@@8 @31152 NONAME ??_R2H225_CallCreditCapability@@8 @31153 NONAME ??_R2H225_CallCreditServiceControl@@8 @31154 NONAME ??_R2H225_CallCreditServiceControl_billingMode@@8 @31155 NONAME ??_R2H225_CallCreditServiceControl_callStartingPoint@@8 @31156 NONAME ??_R2H225_CallIdentifier@@8 @31157 NONAME ??_R2H225_CallLinkage@@8 @31158 NONAME ??_R2H225_CallModel@@8 @31159 NONAME ??_R2H225_CallProceeding_UUIE@@8 @31160 NONAME ??_R2H225_CallReferenceValue@@8 @31161 NONAME ??_R2H225_CallsAvailable@@8 @31162 NONAME ??_R2H225_CallTerminationCause@@8 @31163 NONAME ??_R2H225_CallType@@8 @31164 NONAME ??_R2H225_CapacityReportingCapability@@8 @31165 NONAME ??_R2H225_CapacityReportingSpecification@@8 @31166 NONAME ??_R2H225_CapacityReportingSpecification_when@@8 @31167 NONAME ??_R2H225_CarrierInfo@@8 @31168 NONAME ??_R2H225_CicInfo@@8 @31169 NONAME ??_R2H225_CicInfo_cic@@8 @31170 NONAME ??_R2H225_CircuitIdentifier@@8 @31171 NONAME ??_R2H225_CircuitInfo@@8 @31172 NONAME ??_R2H225_ConferenceIdentifier@@8 @31173 NONAME ??_R2H225_ConferenceList@@8 @31174 NONAME ??_R2H225_Connect_UUIE@@8 @31175 NONAME ??_R2H225_Connect_UUIE_language@@8 @31176 NONAME ??_R2H225_Content@@8 @31177 NONAME ??_R2H225_CryptoH323Token@@8 @31178 NONAME ??_R2H225_CryptoH323Token_cryptoEPPwdHash@@8 @31179 NONAME ??_R2H225_CryptoH323Token_cryptoGKPwdHash@@8 @31180 NONAME ??_R2H225_DataRate@@8 @31181 NONAME ??_R2H225_DisengageConfirm@@8 @31182 NONAME ??_R2H225_DisengageReason@@8 @31183 NONAME ??_R2H225_DisengageReject@@8 @31184 NONAME ??_R2H225_DisengageRejectReason@@8 @31185 NONAME ??_R2H225_DisengageRequest@@8 @31186 NONAME ??_R2H225_EncodedFastStartToken@@8 @31187 NONAME ??_R2H225_EncryptIntAlg@@8 @31188 NONAME ??_R2H225_Endpoint@@8 @31189 NONAME ??_R2H225_EndpointIdentifier@@8 @31190 NONAME ??_R2H225_EndpointType@@8 @31191 NONAME ??_R2H225_EnumeratedParameter@@8 @31192 NONAME ??_R2H225_ExtendedAliasAddress@@8 @31193 NONAME ??_R2H225_FacilityReason@@8 @31194 NONAME ??_R2H225_Facility_UUIE@@8 @31195 NONAME ??_R2H225_FastStartToken@@8 @31196 NONAME ??_R2H225_FeatureDescriptor@@8 @31197 NONAME ??_R2H225_FeatureSet@@8 @31198 NONAME ??_R2H225_GatekeeperConfirm@@8 @31199 NONAME ??_R2H225_GatekeeperIdentifier@@8 @31200 NONAME ??_R2H225_GatekeeperInfo@@8 @31201 NONAME ??_R2H225_GatekeeperReject@@8 @31202 NONAME ??_R2H225_GatekeeperRejectReason@@8 @31203 NONAME ??_R2H225_GatekeeperRequest@@8 @31204 NONAME ??_R2H225_GatewayInfo@@8 @31205 NONAME ??_R2H225_GenericData@@8 @31206 NONAME ??_R2H225_GenericIdentifier@@8 @31207 NONAME ??_R2H225_GloballyUniqueID@@8 @31208 NONAME ??_R2H225_GroupID@@8 @31209 NONAME ??_R2H225_GroupID_member@@8 @31210 NONAME ??_R2H225_GSM_UIM@@8 @31211 NONAME ??_R2H225_H221NonStandard@@8 @31212 NONAME ??_R2H225_H245Security@@8 @31213 NONAME ??_R2H225_H248PackagesDescriptor@@8 @31214 NONAME ??_R2H225_H248SignalsDescriptor@@8 @31215 NONAME ??_R2H225_H310Caps@@8 @31216 NONAME ??_R2H225_H320Caps@@8 @31217 NONAME ??_R2H225_H321Caps@@8 @31218 NONAME ??_R2H225_H322Caps@@8 @31219 NONAME ??_R2H225_H323Caps@@8 @31220 NONAME ??_R2H225_H323_UserInformation@@8 @31221 NONAME ??_R2H225_H323_UserInformation_user_data@@8 @31222 NONAME ??_R2H225_H323_UU_PDU@@8 @31223 NONAME ??_R2H225_H323_UU_PDU_h323_message_body@@8 @31224 NONAME ??_R2H225_H323_UU_PDU_tunnelledSignallingMessage@@8 @31225 NONAME ??_R2H225_H324Caps@@8 @31226 NONAME ??_R2H225_ICV@@8 @31227 NONAME ??_R2H225_InfoRequest@@8 @31228 NONAME ??_R2H225_InfoRequestAck@@8 @31229 NONAME ??_R2H225_InfoRequestNak@@8 @31230 NONAME ??_R2H225_InfoRequestNakReason@@8 @31231 NONAME ??_R2H225_InfoRequestResponse@@8 @31232 NONAME ??_R2H225_InfoRequestResponseStatus@@8 @31233 NONAME ??_R2H225_InfoRequestResponse_perCallInfo@@8 @31234 NONAME ??_R2H225_InfoRequestResponse_perCallInfo_subtype@@8 @31235 NONAME ??_R2H225_InfoRequestResponse_perCallInfo_subtype_pdu@@8 @31236 NONAME ??_R2H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@8 @31237 NONAME ??_R2H225_Information_UUIE@@8 @31238 NONAME ??_R2H225_IntegrityMechanism@@8 @31239 NONAME ??_R2H225_LocationConfirm@@8 @31240 NONAME ??_R2H225_LocationReject@@8 @31241 NONAME ??_R2H225_LocationRejectReason@@8 @31242 NONAME ??_R2H225_LocationRequest@@8 @31243 NONAME ??_R2H225_McuInfo@@8 @31244 NONAME ??_R2H225_MobileUIM@@8 @31245 NONAME ??_R2H225_NonIsoIntegrityMechanism@@8 @31246 NONAME ??_R2H225_NonStandardIdentifier@@8 @31247 NONAME ??_R2H225_NonStandardMessage@@8 @31248 NONAME ??_R2H225_NonStandardParameter@@8 @31249 NONAME ??_R2H225_NonStandardProtocol@@8 @31250 NONAME ??_R2H225_Notify_UUIE@@8 @31251 NONAME ??_R2H225_NumberDigits@@8 @31252 NONAME ??_R2H225_PartyNumber@@8 @31253 NONAME ??_R2H225_PresentationIndicator@@8 @31254 NONAME ??_R2H225_PrivatePartyNumber@@8 @31255 NONAME ??_R2H225_PrivateTypeOfNumber@@8 @31256 NONAME ??_R2H225_Progress_UUIE@@8 @31257 NONAME ??_R2H225_ProtocolIdentifier@@8 @31258 NONAME ??_R2H225_PublicPartyNumber@@8 @31259 NONAME ??_R2H225_PublicTypeOfNumber@@8 @31260 NONAME ??_R2H225_Q954Details@@8 @31261 NONAME ??_R2H225_QseriesOptions@@8 @31262 NONAME ??_R2H225_RAS@@8 @31263 NONAME ??_R2H225_RasMessage@@8 @31264 NONAME ??_R2H225_RasUsageInformation@@8 @31265 NONAME ??_R2H225_RasUsageInfoTypes@@8 @31266 NONAME ??_R2H225_RasUsageSpecification@@8 @31267 NONAME ??_R2H225_RasUsageSpecification_callStartingPoint@@8 @31268 NONAME ??_R2H225_RasUsageSpecification_when@@8 @31269 NONAME ??_R2H225_RegistrationConfirm@@8 @31270 NONAME ??_R2H225_RegistrationConfirm_preGrantedARQ@@8 @31271 NONAME ??_R2H225_RegistrationReject@@8 @31272 NONAME ??_R2H225_RegistrationRejectReason@@8 @31273 NONAME ??_R2H225_RegistrationRejectReason_invalidTerminalAliases@@8 @31274 NONAME ??_R2H225_RegistrationRequest@@8 @31275 NONAME ??_R2H225_ReleaseCompleteReason@@8 @31276 NONAME ??_R2H225_ReleaseComplete_UUIE@@8 @31277 NONAME ??_R2H225_RequestInProgress@@8 @31278 NONAME ??_R2H225_RequestSeqNum@@8 @31279 NONAME ??_R2H225_ResourcesAvailableConfirm@@8 @31280 NONAME ??_R2H225_ResourcesAvailableIndicate@@8 @31281 NONAME ??_R2H225_RTPSession@@8 @31282 NONAME ??_R2H225_RTPSession_associatedSessionIds@@8 @31283 NONAME ??_R2H225_ScnConnectionAggregation@@8 @31284 NONAME ??_R2H225_ScnConnectionType@@8 @31285 NONAME ??_R2H225_ScreeningIndicator@@8 @31286 NONAME ??_R2H225_SecurityCapabilities@@8 @31287 NONAME ??_R2H225_SecurityErrors2@@8 @31288 NONAME ??_R2H225_SecurityErrors@@8 @31289 NONAME ??_R2H225_SecurityServiceMode@@8 @31290 NONAME ??_R2H225_ServiceControlDescriptor@@8 @31291 NONAME ??_R2H225_ServiceControlIndication@@8 @31292 NONAME ??_R2H225_ServiceControlIndication_callSpecific@@8 @31293 NONAME ??_R2H225_ServiceControlResponse@@8 @31294 NONAME ??_R2H225_ServiceControlResponse_result@@8 @31295 NONAME ??_R2H225_ServiceControlSession@@8 @31296 NONAME ??_R2H225_ServiceControlSession_reason@@8 @31297 NONAME ??_R2H225_SetupAcknowledge_UUIE@@8 @31298 NONAME ??_R2H225_Setup_UUIE@@8 @31299 NONAME ??_R2H225_Setup_UUIE_conferenceGoal@@8 @31300 NONAME ??_R2H225_Setup_UUIE_connectionParameters@@8 @31301 NONAME ??_R2H225_Setup_UUIE_language@@8 @31302 NONAME ??_R2H225_SIPCaps@@8 @31303 NONAME ??_R2H225_StatusInquiry_UUIE@@8 @31304 NONAME ??_R2H225_Status_UUIE@@8 @31305 NONAME ??_R2H225_StimulusControl@@8 @31306 NONAME ??_R2H225_SupportedPrefix@@8 @31307 NONAME ??_R2H225_SupportedProtocols@@8 @31308 NONAME ??_R2H225_T120OnlyCaps@@8 @31309 NONAME ??_R2H225_T38FaxAnnexbOnlyCaps@@8 @31310 NONAME ??_R2H225_TBCD_STRING@@8 @31311 NONAME ??_R2H225_TerminalInfo@@8 @31312 NONAME ??_R2H225_TimeToLive@@8 @31313 NONAME ??_R2H225_TransportAddress@@8 @31314 NONAME ??_R2H225_TransportAddress_ip6Address@@8 @31315 NONAME ??_R2H225_TransportAddress_ipAddress@@8 @31316 NONAME ??_R2H225_TransportAddress_ipSourceRoute@@8 @31317 NONAME ??_R2H225_TransportAddress_ipSourceRoute_route@@8 @31318 NONAME ??_R2H225_TransportAddress_ipSourceRoute_routing@@8 @31319 NONAME ??_R2H225_TransportAddress_ipxAddress@@8 @31320 NONAME ??_R2H225_TransportChannelInfo@@8 @31321 NONAME ??_R2H225_TransportQOS@@8 @31322 NONAME ??_R2H225_TunnelledProtocol@@8 @31323 NONAME ??_R2H225_TunnelledProtocolAlternateIdentifier@@8 @31324 NONAME ??_R2H225_TunnelledProtocol_id@@8 @31325 NONAME ??_R2H225_UnknownMessageResponse@@8 @31326 NONAME ??_R2H225_UnregistrationConfirm@@8 @31327 NONAME ??_R2H225_UnregistrationReject@@8 @31328 NONAME ??_R2H225_UnregistrationRequest@@8 @31329 NONAME ??_R2H225_UnregRejectReason@@8 @31330 NONAME ??_R2H225_UnregRequestReason@@8 @31331 NONAME ??_R2H225_UseSpecifiedTransport@@8 @31332 NONAME ??_R2H225_UUIEsRequested@@8 @31333 NONAME ??_R2H225_VendorIdentifier@@8 @31334 NONAME ??_R2H225_VoiceCaps@@8 @31335 NONAME ??_R2H235AuthCAT@@8 @31336 NONAME ??_R2H235Authenticator@@8 @31337 NONAME ??_R2H235Authenticators@@8 @31338 NONAME ??_R2H235AuthProcedure1@@8 @31339 NONAME ??_R2H235AuthSimpleMD5@@8 @31340 NONAME ??_R2H235_AuthenticationBES@@8 @31341 NONAME ??_R2H235_AuthenticationMechanism@@8 @31342 NONAME ??_R2H235_ChallengeString@@8 @31343 NONAME ??_R2H235_ClearToken@@8 @31344 NONAME ??_R2H235_CryptoToken@@8 @31345 NONAME ??_R2H235_CryptoToken_cryptoEncryptedToken@@8 @31346 NONAME ??_R2H235_CryptoToken_cryptoHashedToken@@8 @31347 NONAME ??_R2H235_CryptoToken_cryptoSignedToken@@8 @31348 NONAME ??_R2H235_DHset@@8 @31349 NONAME ??_R2H235_ECGDSASignature@@8 @31350 NONAME ??_R2H235_ECKASDH@@8 @31351 NONAME ??_R2H235_ECKASDH_eckasdh2@@8 @31352 NONAME ??_R2H235_ECKASDH_eckasdhp@@8 @31353 NONAME ??_R2H235_ECpoint@@8 @31354 NONAME ??_R2H235_EncodedGeneralToken@@8 @31355 NONAME ??_R2H235_EncodedKeySignedMaterial@@8 @31356 NONAME ??_R2H235_EncodedKeySyncMaterial@@8 @31357 NONAME ??_R2H235_EncodedPwdCertToken@@8 @31358 NONAME ??_R2H235_EncodedReturnSig@@8 @31359 NONAME ??_R2H235_H235CertificateSignature@@8 @31360 NONAME ??_R2H235_H235Key@@8 @31361 NONAME ??_R2H235_Identifier@@8 @31362 NONAME ??_R2H235_IV16@@8 @31363 NONAME ??_R2H235_IV8@@8 @31364 NONAME ??_R2H235_KeyMaterial@@8 @31365 NONAME ??_R2H235_KeySignedMaterial@@8 @31366 NONAME ??_R2H235_KeySyncMaterial@@8 @31367 NONAME ??_R2H235_NonStandardParameter@@8 @31368 NONAME ??_R2H235_Params@@8 @31369 NONAME ??_R2H235_Password@@8 @31370 NONAME ??_R2H235_PwdCertToken@@8 @31371 NONAME ??_R2H235_RandomVal@@8 @31372 NONAME ??_R2H235_ReturnSig@@8 @31373 NONAME ??_R2H235_TimeStamp@@8 @31374 NONAME ??_R2H235_TypedCertificate@@8 @31375 NONAME ??_R2H235_V3KeySyncMaterial@@8 @31376 NONAME ??_R2H245NegLogicalChannel@@8 @31377 NONAME ??_R2H245NegLogicalChannels@@8 @31378 NONAME ??_R2H245NegMasterSlaveDetermination@@8 @31379 NONAME ??_R2H245Negotiator@@8 @31380 NONAME ??_R2H245NegRequestMode@@8 @31381 NONAME ??_R2H245NegRoundTripDelay@@8 @31382 NONAME ??_R2H245NegTerminalCapabilitySet@@8 @31383 NONAME ??_R2H245TransportThread@@8 @31384 NONAME ??_R2H245_AlternativeCapabilitySet@@8 @31385 NONAME ??_R2H245_ArrayOf_AlternativeCapabilitySet@@8 @31386 NONAME ??_R2H245_ArrayOf_BEnhancementParameters@@8 @31387 NONAME ??_R2H245_ArrayOf_CapabilityDescriptor@@8 @31388 NONAME ??_R2H245_ArrayOf_CapabilityDescriptorNumber@@8 @31389 NONAME ??_R2H245_ArrayOf_CapabilityTableEntry@@8 @31390 NONAME ??_R2H245_ArrayOf_CapabilityTableEntryNumber@@8 @31391 NONAME ??_R2H245_ArrayOf_CommunicationModeTableEntry@@8 @31392 NONAME ??_R2H245_ArrayOf_CustomPictureClockFrequency@@8 @31393 NONAME ??_R2H245_ArrayOf_CustomPictureFormat@@8 @31394 NONAME ??_R2H245_ArrayOf_DataApplicationCapability@@8 @31395 NONAME ??_R2H245_ArrayOf_DialingInformationNetworkType@@8 @31396 NONAME ??_R2H245_ArrayOf_DialingInformationNumber@@8 @31397 NONAME ??_R2H245_ArrayOf_EnhancementOptions@@8 @31398 NONAME ??_R2H245_ArrayOf_EscrowData@@8 @31399 NONAME ??_R2H245_ArrayOf_GenericCapability@@8 @44121 NONAME ??_R2H245_ArrayOf_GenericParameter@@8 @31400 NONAME ??_R2H245_ArrayOf_H263ModeComboFlags@@8 @31401 NONAME ??_R2H245_ArrayOf_H263VideoModeCombos@@8 @31402 NONAME ??_R2H245_ArrayOf_MediaChannelCapability@@8 @31403 NONAME ??_R2H245_ArrayOf_MediaDistributionCapability@@8 @31404 NONAME ??_R2H245_ArrayOf_ModeDescription@@8 @31405 NONAME ??_R2H245_ArrayOf_MultiplePayloadStreamElement@@8 @31406 NONAME ??_R2H245_ArrayOf_MultiplePayloadStreamElementMode@@8 @31407 NONAME ??_R2H245_ArrayOf_MultiplexElement@@8 @31408 NONAME ??_R2H245_ArrayOf_MultiplexEntryDescriptor@@8 @31409 NONAME ??_R2H245_ArrayOf_MultiplexEntryRejectionDescriptions@@8 @31410 NONAME ??_R2H245_ArrayOf_MultiplexTableEntryNumber@@8 @31411 NONAME ??_R2H245_ArrayOf_NonStandardParameter@@8 @31412 NONAME ??_R2H245_ArrayOf_ParameterIdentifier@@8 @31413 NONAME ??_R2H245_ArrayOf_PictureReference@@8 @31414 NONAME ??_R2H245_ArrayOf_Q2931Address@@8 @31415 NONAME ??_R2H245_ArrayOf_QOSCapability@@8 @31416 NONAME ??_R2H245_ArrayOf_RedundancyEncodingCapability@@8 @31417 NONAME ??_R2H245_ArrayOf_RedundancyEncodingDTModeElement@@8 @31418 NONAME ??_R2H245_ArrayOf_RedundancyEncodingElement@@8 @31419 NONAME ??_R2H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@8 @31420 NONAME ??_R2H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@8 @31421 NONAME ??_R2H245_ArrayOf_RTPPayloadType@@8 @31422 NONAME ??_R2H245_ArrayOf_TerminalInformation@@8 @31423 NONAME ??_R2H245_ArrayOf_TerminalLabel@@8 @31424 NONAME ??_R2H245_ArrayOf_VCCapability@@8 @31425 NONAME ??_R2H245_ArrayOf_VideoCapability@@8 @44122 NONAME ??_R2H245_ATMParameters@@8 @31426 NONAME ??_R2H245_AudioCapability@@8 @31427 NONAME ??_R2H245_AudioCapability_g7231@@8 @31428 NONAME ??_R2H245_AudioMode@@8 @31429 NONAME ??_R2H245_AudioMode_g7231@@8 @31430 NONAME ??_R2H245_AudioTelephonyEventCapability@@8 @31431 NONAME ??_R2H245_AudioToneCapability@@8 @31432 NONAME ??_R2H245_AuthenticationCapability@@8 @31433 NONAME ??_R2H245_BEnhancementParameters@@8 @31434 NONAME ??_R2H245_Capability@@8 @31435 NONAME ??_R2H245_CapabilityDescriptor@@8 @31436 NONAME ??_R2H245_CapabilityDescriptorNumber@@8 @31437 NONAME ??_R2H245_CapabilityIdentifier@@8 @31438 NONAME ??_R2H245_CapabilityTableEntry@@8 @31439 NONAME ??_R2H245_CapabilityTableEntryNumber@@8 @31440 NONAME ??_R2H245_Capability_h233EncryptionReceiveCapability@@8 @31441 NONAME ??_R2H245_CertSelectionCriteria@@8 @31442 NONAME ??_R2H245_CloseLogicalChannel@@8 @31443 NONAME ??_R2H245_CloseLogicalChannelAck@@8 @31444 NONAME ??_R2H245_CloseLogicalChannel_reason@@8 @31445 NONAME ??_R2H245_CloseLogicalChannel_source@@8 @31446 NONAME ??_R2H245_CommandMessage@@8 @31447 NONAME ??_R2H245_CommunicationModeCommand@@8 @31448 NONAME ??_R2H245_CommunicationModeRequest@@8 @31449 NONAME ??_R2H245_CommunicationModeResponse@@8 @31450 NONAME ??_R2H245_CommunicationModeTableEntry@@8 @31451 NONAME ??_R2H245_CommunicationModeTableEntry_dataType@@8 @31452 NONAME ??_R2H245_CompressionType@@8 @31453 NONAME ??_R2H245_ConferenceCapability@@8 @31454 NONAME ??_R2H245_ConferenceCommand@@8 @31455 NONAME ??_R2H245_ConferenceID@@8 @31456 NONAME ??_R2H245_ConferenceIndication@@8 @31457 NONAME ??_R2H245_ConferenceRequest@@8 @31458 NONAME ??_R2H245_ConferenceRequest_requestTerminalCertificate@@8 @31459 NONAME ??_R2H245_ConferenceResponse@@8 @31460 NONAME ??_R2H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@8 @31461 NONAME ??_R2H245_ConferenceResponse_chairTokenOwnerResponse@@8 @31462 NONAME ??_R2H245_ConferenceResponse_conferenceIDResponse@@8 @31463 NONAME ??_R2H245_ConferenceResponse_extensionAddressResponse@@8 @31464 NONAME ??_R2H245_ConferenceResponse_makeMeChairResponse@@8 @31465 NONAME ??_R2H245_ConferenceResponse_makeTerminalBroadcasterResponse@@8 @31466 NONAME ??_R2H245_ConferenceResponse_mCTerminalIDResponse@@8 @31467 NONAME ??_R2H245_ConferenceResponse_passwordResponse@@8 @31468 NONAME ??_R2H245_ConferenceResponse_sendThisSourceResponse@@8 @31469 NONAME ??_R2H245_ConferenceResponse_terminalCertificateResponse@@8 @31470 NONAME ??_R2H245_ConferenceResponse_terminalIDResponse@@8 @31471 NONAME ??_R2H245_ConnectionIdentifier@@8 @31472 NONAME ??_R2H245_CRCLength@@8 @31473 NONAME ??_R2H245_Criteria@@8 @31474 NONAME ??_R2H245_CustomPictureClockFrequency@@8 @31475 NONAME ??_R2H245_CustomPictureFormat@@8 @31476 NONAME ??_R2H245_CustomPictureFormat_mPI@@8 @31477 NONAME ??_R2H245_CustomPictureFormat_mPI_customPCF@@8 @31478 NONAME ??_R2H245_CustomPictureFormat_mPI_customPCF_subtype@@8 @31479 NONAME ??_R2H245_CustomPictureFormat_pixelAspectInformation@@8 @31480 NONAME ??_R2H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@8 @31481 NONAME ??_R2H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@8 @31482 NONAME ??_R2H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@8 @31483 NONAME ??_R2H245_DataApplicationCapability@@8 @31484 NONAME ??_R2H245_DataApplicationCapability_application@@8 @31485 NONAME ??_R2H245_DataApplicationCapability_application_nlpid@@8 @31486 NONAME ??_R2H245_DataApplicationCapability_application_t38fax@@8 @31487 NONAME ??_R2H245_DataApplicationCapability_application_t84@@8 @31488 NONAME ??_R2H245_DataMode@@8 @31489 NONAME ??_R2H245_DataMode_application@@8 @31490 NONAME ??_R2H245_DataMode_application_nlpid@@8 @31491 NONAME ??_R2H245_DataMode_application_t38fax@@8 @31492 NONAME ??_R2H245_DataProtocolCapability@@8 @31493 NONAME ??_R2H245_DataProtocolCapability_v76wCompression@@8 @31494 NONAME ??_R2H245_DataType@@8 @31495 NONAME ??_R2H245_DepFECCapability@@8 @44123 NONAME ??_R2H245_DepFECCapability_rfc2733@@8 @44124 NONAME ??_R2H245_DepFECCapability_rfc2733_separateStream@@8 @44125 NONAME ??_R2H245_DepFECData@@8 @44126 NONAME ??_R2H245_DepFECData_rfc2733@@8 @44127 NONAME ??_R2H245_DepFECData_rfc2733_mode@@8 @44128 NONAME ??_R2H245_DepFECData_rfc2733_mode_separateStream@@8 @44129 NONAME ??_R2H245_DepFECData_rfc2733_mode_separateStream_differentPort@@8 @44130 NONAME ??_R2H245_DepFECData_rfc2733_mode_separateStream_samePort@@8 @44131 NONAME ??_R2H245_DepFECMode@@8 @44132 NONAME ??_R2H245_DepFECMode_rfc2733Mode@@8 @44133 NONAME ??_R2H245_DepFECMode_rfc2733Mode_mode@@8 @44134 NONAME ??_R2H245_DepFECMode_rfc2733Mode_mode_separateStream@@8 @44135 NONAME ??_R2H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@8 @44136 NONAME ??_R2H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@8 @44137 NONAME ??_R2H245_DialingInformation@@8 @31496 NONAME ??_R2H245_DialingInformationNetworkType@@8 @31497 NONAME ??_R2H245_DialingInformationNumber@@8 @31498 NONAME ??_R2H245_EncryptionAuthenticationAndIntegrity@@8 @31499 NONAME ??_R2H245_EncryptionCapability@@8 @31500 NONAME ??_R2H245_EncryptionCommand@@8 @31501 NONAME ??_R2H245_EncryptionCommand_encryptionAlgorithmID@@8 @31502 NONAME ??_R2H245_EncryptionMode@@8 @31503 NONAME ??_R2H245_EncryptionSync@@8 @31504 NONAME ??_R2H245_EncryptionUpdateDirection@@8 @44138 NONAME ??_R2H245_EncryptionUpdateRequest@@8 @31505 NONAME ??_R2H245_EndSessionCommand@@8 @31506 NONAME ??_R2H245_EndSessionCommand_gstnOptions@@8 @31507 NONAME ??_R2H245_EndSessionCommand_isdnOptions@@8 @31508 NONAME ??_R2H245_EnhancementLayerInfo@@8 @31509 NONAME ??_R2H245_EnhancementOptions@@8 @31510 NONAME ??_R2H245_EscrowData@@8 @31511 NONAME ??_R2H245_ExtendedVideoCapability@@8 @44139 NONAME ??_R2H245_FECCapability@@8 @31512 NONAME ??_R2H245_FECCapability_rfc2733Format@@8 @44140 NONAME ??_R2H245_FECData@@8 @31515 NONAME ??_R2H245_FECData_rfc2733@@8 @31516 NONAME ??_R2H245_FECData_rfc2733_pktMode@@8 @44141 NONAME ??_R2H245_FECData_rfc2733_pktMode_rfc2733diffport@@8 @44142 NONAME ??_R2H245_FECData_rfc2733_pktMode_rfc2733sameport@@8 @44143 NONAME ??_R2H245_FECMode@@8 @31521 NONAME ??_R2H245_FECMode_rfc2733Format@@8 @44144 NONAME ??_R2H245_FlowControlCommand@@8 @31527 NONAME ??_R2H245_FlowControlCommand_restriction@@8 @31528 NONAME ??_R2H245_FlowControlCommand_scope@@8 @31529 NONAME ??_R2H245_FlowControlIndication@@8 @31530 NONAME ??_R2H245_FlowControlIndication_restriction@@8 @31531 NONAME ??_R2H245_FlowControlIndication_scope@@8 @31532 NONAME ??_R2H245_FunctionNotSupported@@8 @31533 NONAME ??_R2H245_FunctionNotSupported_cause@@8 @31534 NONAME ??_R2H245_FunctionNotUnderstood@@8 @31535 NONAME ??_R2H245_G7231AnnexCCapability@@8 @31536 NONAME ??_R2H245_G7231AnnexCCapability_g723AnnexCAudioMode@@8 @31537 NONAME ??_R2H245_G7231AnnexCMode@@8 @31538 NONAME ??_R2H245_G7231AnnexCMode_g723AnnexCAudioMode@@8 @31539 NONAME ??_R2H245_G729Extensions@@8 @31540 NONAME ??_R2H245_GenericCapability@@8 @31541 NONAME ??_R2H245_GenericMessage@@8 @44145 NONAME ??_R2H245_GenericParameter@@8 @31542 NONAME ??_R2H245_GSMAudioCapability@@8 @31543 NONAME ??_R2H245_H222Capability@@8 @31544 NONAME ??_R2H245_H222LogicalChannelParameters@@8 @31545 NONAME ??_R2H245_H223AL1MParameters@@8 @31546 NONAME ??_R2H245_H223AL1MParameters_arqType@@8 @31547 NONAME ??_R2H245_H223AL1MParameters_crcLength@@8 @31548 NONAME ??_R2H245_H223AL1MParameters_headerFEC@@8 @31549 NONAME ??_R2H245_H223AL1MParameters_transferMode@@8 @31550 NONAME ??_R2H245_H223AL2MParameters@@8 @31551 NONAME ??_R2H245_H223AL2MParameters_headerFEC@@8 @31552 NONAME ??_R2H245_H223AL3MParameters@@8 @31553 NONAME ??_R2H245_H223AL3MParameters_arqType@@8 @31554 NONAME ??_R2H245_H223AL3MParameters_crcLength@@8 @31555 NONAME ??_R2H245_H223AL3MParameters_headerFormat@@8 @31556 NONAME ??_R2H245_H223AnnexCArqParameters@@8 @31557 NONAME ??_R2H245_H223AnnexCArqParameters_numberOfRetransmissions@@8 @31558 NONAME ??_R2H245_H223AnnexCCapability@@8 @31559 NONAME ??_R2H245_H223Capability@@8 @31560 NONAME ??_R2H245_H223Capability_h223MultiplexTableCapability@@8 @31561 NONAME ??_R2H245_H223Capability_h223MultiplexTableCapability_enhanced@@8 @31562 NONAME ??_R2H245_H223Capability_mobileMultilinkFrameCapability@@8 @31563 NONAME ??_R2H245_H223Capability_mobileOperationTransmitCapability@@8 @31564 NONAME ??_R2H245_H223LogicalChannelParameters@@8 @31565 NONAME ??_R2H245_H223LogicalChannelParameters_adaptationLayerType@@8 @31566 NONAME ??_R2H245_H223LogicalChannelParameters_adaptationLayerType_al3@@8 @31567 NONAME ??_R2H245_H223ModeParameters@@8 @31568 NONAME ??_R2H245_H223ModeParameters_adaptationLayerType@@8 @31569 NONAME ??_R2H245_H223ModeParameters_adaptationLayerType_al3@@8 @31570 NONAME ??_R2H245_H223MultiplexReconfiguration@@8 @31571 NONAME ??_R2H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@8 @31572 NONAME ??_R2H245_H223MultiplexReconfiguration_h223ModeChange@@8 @31573 NONAME ??_R2H245_H223SkewIndication@@8 @31574 NONAME ??_R2H245_H2250Capability@@8 @31575 NONAME ??_R2H245_H2250Capability_mcCapability@@8 @31576 NONAME ??_R2H245_H2250LogicalChannelAckParameters@@8 @31577 NONAME ??_R2H245_H2250LogicalChannelParameters@@8 @31578 NONAME ??_R2H245_H2250LogicalChannelParameters_mediaPacketization@@8 @31579 NONAME ??_R2H245_H2250MaximumSkewIndication@@8 @31580 NONAME ??_R2H245_H2250ModeParameters@@8 @31581 NONAME ??_R2H245_H235Media@@8 @31582 NONAME ??_R2H245_H235Media_mediaType@@8 @31583 NONAME ??_R2H245_H235Mode@@8 @31584 NONAME ??_R2H245_H235Mode_mediaMode@@8 @31585 NONAME ??_R2H245_H235SecurityCapability@@8 @31586 NONAME ??_R2H245_H261VideoCapability@@8 @31587 NONAME ??_R2H245_H261VideoMode@@8 @31588 NONAME ??_R2H245_H261VideoMode_resolution@@8 @31589 NONAME ??_R2H245_H262VideoCapability@@8 @31590 NONAME ??_R2H245_H262VideoMode@@8 @31591 NONAME ??_R2H245_H262VideoMode_profileAndLevel@@8 @31592 NONAME ??_R2H245_H263ModeComboFlags@@8 @31593 NONAME ??_R2H245_H263Options@@8 @31594 NONAME ??_R2H245_H263Version3Options@@8 @31595 NONAME ??_R2H245_H263VideoCapability@@8 @31596 NONAME ??_R2H245_H263VideoMode@@8 @31597 NONAME ??_R2H245_H263VideoModeCombos@@8 @31598 NONAME ??_R2H245_H263VideoMode_resolution@@8 @31599 NONAME ??_R2H245_IndicationMessage@@8 @31600 NONAME ??_R2H245_IntegrityCapability@@8 @31601 NONAME ??_R2H245_IS11172AudioCapability@@8 @31602 NONAME ??_R2H245_IS11172AudioMode@@8 @31603 NONAME ??_R2H245_IS11172AudioMode_audioLayer@@8 @31604 NONAME ??_R2H245_IS11172AudioMode_audioSampling@@8 @31605 NONAME ??_R2H245_IS11172AudioMode_multichannelType@@8 @31606 NONAME ??_R2H245_IS11172VideoCapability@@8 @31607 NONAME ??_R2H245_IS11172VideoMode@@8 @31608 NONAME ??_R2H245_IS13818AudioCapability@@8 @31609 NONAME ??_R2H245_IS13818AudioMode@@8 @31610 NONAME ??_R2H245_IS13818AudioMode_audioLayer@@8 @31611 NONAME ??_R2H245_IS13818AudioMode_audioSampling@@8 @31612 NONAME ??_R2H245_IS13818AudioMode_multichannelType@@8 @31613 NONAME ??_R2H245_IV16@@8 @44146 NONAME ??_R2H245_IV8@@8 @44147 NONAME ??_R2H245_JitterIndication@@8 @31614 NONAME ??_R2H245_JitterIndication_scope@@8 @31615 NONAME ??_R2H245_KeyProtectionMethod@@8 @31616 NONAME ??_R2H245_LogicalChannelNumber@@8 @31617 NONAME ??_R2H245_LogicalChannelRateAcknowledge@@8 @31618 NONAME ??_R2H245_LogicalChannelRateReject@@8 @31619 NONAME ??_R2H245_LogicalChannelRateRejectReason@@8 @31620 NONAME ??_R2H245_LogicalChannelRateRelease@@8 @31621 NONAME ??_R2H245_LogicalChannelRateRequest@@8 @31622 NONAME ??_R2H245_MaintenanceLoopAck@@8 @31623 NONAME ??_R2H245_MaintenanceLoopAck_type@@8 @31624 NONAME ??_R2H245_MaintenanceLoopOffCommand@@8 @31625 NONAME ??_R2H245_MaintenanceLoopReject@@8 @31626 NONAME ??_R2H245_MaintenanceLoopReject_cause@@8 @31627 NONAME ??_R2H245_MaintenanceLoopReject_type@@8 @31628 NONAME ??_R2H245_MaintenanceLoopRequest@@8 @31629 NONAME ??_R2H245_MaintenanceLoopRequest_type@@8 @31630 NONAME ??_R2H245_MasterSlaveDetermination@@8 @31631 NONAME ??_R2H245_MasterSlaveDeterminationAck@@8 @31632 NONAME ??_R2H245_MasterSlaveDeterminationAck_decision@@8 @31633 NONAME ??_R2H245_MasterSlaveDeterminationReject@@8 @31634 NONAME ??_R2H245_MasterSlaveDeterminationReject_cause@@8 @31635 NONAME ??_R2H245_MasterSlaveDeterminationRelease@@8 @31636 NONAME ??_R2H245_MaximumBitRate@@8 @31637 NONAME ??_R2H245_MaxRedundancy@@8 @44148 NONAME ??_R2H245_MCLocationIndication@@8 @31638 NONAME ??_R2H245_McuNumber@@8 @31639 NONAME ??_R2H245_MediaChannelCapability@@8 @31640 NONAME ??_R2H245_MediaDistributionCapability@@8 @31641 NONAME ??_R2H245_MediaEncryptionAlgorithm@@8 @31642 NONAME ??_R2H245_MediaPacketizationCapability@@8 @31643 NONAME ??_R2H245_MediaTransportType@@8 @31644 NONAME ??_R2H245_MediaTransportType_atm_AAL5_compressed@@8 @31645 NONAME ??_R2H245_MiscellaneousCommand@@8 @31646 NONAME ??_R2H245_MiscellaneousCommand_type@@8 @31647 NONAME ??_R2H245_MiscellaneousCommand_type_encryptionUpdateAck@@8 @44149 NONAME ??_R2H245_MiscellaneousCommand_type_encryptionUpdateCommand@@8 @44150 NONAME ??_R2H245_MiscellaneousCommand_type_lostPartialPicture@@8 @31648 NONAME ??_R2H245_MiscellaneousCommand_type_progressiveRefinementStart@@8 @31649 NONAME ??_R2H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@8 @31650 NONAME ??_R2H245_MiscellaneousCommand_type_videoBadMBs@@8 @31651 NONAME ??_R2H245_MiscellaneousCommand_type_videoFastUpdateGOB@@8 @31652 NONAME ??_R2H245_MiscellaneousCommand_type_videoFastUpdateMB@@8 @31653 NONAME ??_R2H245_MiscellaneousIndication@@8 @31654 NONAME ??_R2H245_MiscellaneousIndication_type@@8 @31655 NONAME ??_R2H245_MiscellaneousIndication_type_videoNotDecodedMBs@@8 @31656 NONAME ??_R2H245_MobileMultilinkReconfigurationCommand@@8 @31657 NONAME ??_R2H245_MobileMultilinkReconfigurationCommand_status@@8 @31658 NONAME ??_R2H245_MobileMultilinkReconfigurationIndication@@8 @31659 NONAME ??_R2H245_ModeDescription@@8 @31660 NONAME ??_R2H245_ModeElement@@8 @31661 NONAME ??_R2H245_ModeElementType@@8 @31662 NONAME ??_R2H245_MulticastAddress@@8 @31663 NONAME ??_R2H245_MulticastAddress_iP6Address@@8 @31664 NONAME ??_R2H245_MulticastAddress_iPAddress@@8 @31665 NONAME ??_R2H245_MultilinkIndication@@8 @31666 NONAME ??_R2H245_MultilinkIndication_crcDesired@@8 @31667 NONAME ??_R2H245_MultilinkIndication_excessiveError@@8 @31668 NONAME ??_R2H245_MultilinkRequest@@8 @31669 NONAME ??_R2H245_MultilinkRequest_addConnection@@8 @31670 NONAME ??_R2H245_MultilinkRequest_callInformation@@8 @31671 NONAME ??_R2H245_MultilinkRequest_maximumHeaderInterval@@8 @31672 NONAME ??_R2H245_MultilinkRequest_maximumHeaderInterval_requestType@@8 @31673 NONAME ??_R2H245_MultilinkRequest_removeConnection@@8 @31674 NONAME ??_R2H245_MultilinkResponse@@8 @31675 NONAME ??_R2H245_MultilinkResponse_addConnection@@8 @31676 NONAME ??_R2H245_MultilinkResponse_addConnection_responseCode@@8 @31677 NONAME ??_R2H245_MultilinkResponse_addConnection_responseCode_rejected@@8 @31678 NONAME ??_R2H245_MultilinkResponse_callInformation@@8 @31679 NONAME ??_R2H245_MultilinkResponse_maximumHeaderInterval@@8 @31680 NONAME ??_R2H245_MultilinkResponse_removeConnection@@8 @31681 NONAME ??_R2H245_MultimediaSystemControlMessage@@8 @31682 NONAME ??_R2H245_MultiplePayloadStream@@8 @31683 NONAME ??_R2H245_MultiplePayloadStreamCapability@@8 @31684 NONAME ??_R2H245_MultiplePayloadStreamElement@@8 @31685 NONAME ??_R2H245_MultiplePayloadStreamElementMode@@8 @31686 NONAME ??_R2H245_MultiplePayloadStreamMode@@8 @31687 NONAME ??_R2H245_MultiplexCapability@@8 @31688 NONAME ??_R2H245_MultiplexedStreamCapability@@8 @31689 NONAME ??_R2H245_MultiplexedStreamModeParameters@@8 @31690 NONAME ??_R2H245_MultiplexedStreamParameter@@8 @31691 NONAME ??_R2H245_MultiplexElement@@8 @31692 NONAME ??_R2H245_MultiplexElement_repeatCount@@8 @31693 NONAME ??_R2H245_MultiplexElement_type@@8 @31694 NONAME ??_R2H245_MultiplexEntryDescriptor@@8 @31695 NONAME ??_R2H245_MultiplexEntryRejectionDescriptions@@8 @31696 NONAME ??_R2H245_MultiplexEntryRejectionDescriptions_cause@@8 @31697 NONAME ??_R2H245_MultiplexEntrySend@@8 @31698 NONAME ??_R2H245_MultiplexEntrySendAck@@8 @31699 NONAME ??_R2H245_MultiplexEntrySendReject@@8 @31700 NONAME ??_R2H245_MultiplexEntrySendRelease@@8 @31701 NONAME ??_R2H245_MultiplexFormat@@8 @31702 NONAME ??_R2H245_MultiplexTableEntryNumber@@8 @31703 NONAME ??_R2H245_MultipointCapability@@8 @31704 NONAME ??_R2H245_NetworkAccessParameters@@8 @31705 NONAME ??_R2H245_NetworkAccessParameters_distribution@@8 @31706 NONAME ??_R2H245_NetworkAccessParameters_networkAddress@@8 @31707 NONAME ??_R2H245_NetworkAccessParameters_t120SetupProcedure@@8 @31708 NONAME ??_R2H245_NewATMVCCommand@@8 @31709 NONAME ??_R2H245_NewATMVCCommand_aal@@8 @31710 NONAME ??_R2H245_NewATMVCCommand_aal_aal1@@8 @31711 NONAME ??_R2H245_NewATMVCCommand_aal_aal1_clockRecovery@@8 @31712 NONAME ??_R2H245_NewATMVCCommand_aal_aal1_errorCorrection@@8 @31713 NONAME ??_R2H245_NewATMVCCommand_aal_aal5@@8 @31714 NONAME ??_R2H245_NewATMVCCommand_multiplex@@8 @31715 NONAME ??_R2H245_NewATMVCCommand_reverseParameters@@8 @31716 NONAME ??_R2H245_NewATMVCCommand_reverseParameters_multiplex@@8 @31717 NONAME ??_R2H245_NewATMVCIndication@@8 @31718 NONAME ??_R2H245_NewATMVCIndication_aal@@8 @31719 NONAME ??_R2H245_NewATMVCIndication_aal_aal1@@8 @31720 NONAME ??_R2H245_NewATMVCIndication_aal_aal1_clockRecovery@@8 @31721 NONAME ??_R2H245_NewATMVCIndication_aal_aal1_errorCorrection@@8 @31722 NONAME ??_R2H245_NewATMVCIndication_aal_aal5@@8 @31723 NONAME ??_R2H245_NewATMVCIndication_multiplex@@8 @31724 NONAME ??_R2H245_NewATMVCIndication_reverseParameters@@8 @31725 NONAME ??_R2H245_NewATMVCIndication_reverseParameters_multiplex@@8 @31726 NONAME ??_R2H245_NonStandardIdentifier@@8 @31727 NONAME ??_R2H245_NonStandardIdentifier_h221NonStandard@@8 @31728 NONAME ??_R2H245_NonStandardMessage@@8 @31729 NONAME ??_R2H245_NonStandardParameter@@8 @31730 NONAME ??_R2H245_NoPTAudioTelephonyEventCapability@@8 @31731 NONAME ??_R2H245_NoPTAudioToneCapability@@8 @31732 NONAME ??_R2H245_OpenLogicalChannel@@8 @31733 NONAME ??_R2H245_OpenLogicalChannelAck@@8 @31734 NONAME ??_R2H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@8 @31735 NONAME ??_R2H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@8 @31736 NONAME ??_R2H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@8 @31737 NONAME ??_R2H245_OpenLogicalChannelConfirm@@8 @31738 NONAME ??_R2H245_OpenLogicalChannelReject@@8 @31739 NONAME ??_R2H245_OpenLogicalChannelReject_cause@@8 @31740 NONAME ??_R2H245_OpenLogicalChannel_forwardLogicalChannelParameters@@8 @31741 NONAME ??_R2H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@8 @31742 NONAME ??_R2H245_OpenLogicalChannel_reverseLogicalChannelParameters@@8 @31743 NONAME ??_R2H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@8 @31744 NONAME ??_R2H245_ParameterIdentifier@@8 @31745 NONAME ??_R2H245_ParameterValue@@8 @31746 NONAME ??_R2H245_Params@@8 @44151 NONAME ??_R2H245_Password@@8 @31747 NONAME ??_R2H245_PictureReference@@8 @31748 NONAME ??_R2H245_Q2931Address@@8 @31749 NONAME ??_R2H245_Q2931Address_address@@8 @31750 NONAME ??_R2H245_QOSCapability@@8 @31751 NONAME ??_R2H245_QOSMode@@8 @31752 NONAME ??_R2H245_RedundancyEncoding@@8 @31753 NONAME ??_R2H245_RedundancyEncodingCapability@@8 @31754 NONAME ??_R2H245_RedundancyEncodingDTMode@@8 @31755 NONAME ??_R2H245_RedundancyEncodingDTModeElement@@8 @31756 NONAME ??_R2H245_RedundancyEncodingDTModeElement_type@@8 @31757 NONAME ??_R2H245_RedundancyEncodingElement@@8 @31758 NONAME ??_R2H245_RedundancyEncodingMethod@@8 @31759 NONAME ??_R2H245_RedundancyEncodingMode@@8 @31760 NONAME ??_R2H245_RedundancyEncodingMode_secondaryEncoding@@8 @31761 NONAME ??_R2H245_RedundancyEncoding_rtpRedundancyEncoding@@8 @31762 NONAME ??_R2H245_RefPictureSelection@@8 @31763 NONAME ??_R2H245_RefPictureSelection_additionalPictureMemory@@8 @31764 NONAME ??_R2H245_RefPictureSelection_enhancedReferencePicSelect@@8 @31765 NONAME ??_R2H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@8 @31766 NONAME ??_R2H245_RefPictureSelection_videoBackChannelSend@@8 @31767 NONAME ??_R2H245_RemoteMCRequest@@8 @31768 NONAME ??_R2H245_RemoteMCResponse@@8 @31769 NONAME ??_R2H245_RemoteMCResponse_reject@@8 @31770 NONAME ??_R2H245_RequestAllTerminalIDsResponse@@8 @31771 NONAME ??_R2H245_RequestChannelClose@@8 @31772 NONAME ??_R2H245_RequestChannelCloseAck@@8 @31773 NONAME ??_R2H245_RequestChannelCloseReject@@8 @31774 NONAME ??_R2H245_RequestChannelCloseReject_cause@@8 @31775 NONAME ??_R2H245_RequestChannelCloseRelease@@8 @31776 NONAME ??_R2H245_RequestChannelClose_reason@@8 @31777 NONAME ??_R2H245_RequestMessage@@8 @31778 NONAME ??_R2H245_RequestMode@@8 @31779 NONAME ??_R2H245_RequestModeAck@@8 @31780 NONAME ??_R2H245_RequestModeAck_response@@8 @31781 NONAME ??_R2H245_RequestModeReject@@8 @31782 NONAME ??_R2H245_RequestModeReject_cause@@8 @31783 NONAME ??_R2H245_RequestModeRelease@@8 @31784 NONAME ??_R2H245_RequestMultiplexEntry@@8 @31785 NONAME ??_R2H245_RequestMultiplexEntryAck@@8 @31786 NONAME ??_R2H245_RequestMultiplexEntryReject@@8 @31787 NONAME ??_R2H245_RequestMultiplexEntryRejectionDescriptions@@8 @31788 NONAME ??_R2H245_RequestMultiplexEntryRejectionDescriptions_cause@@8 @31789 NONAME ??_R2H245_RequestMultiplexEntryRelease@@8 @31790 NONAME ??_R2H245_ResponseMessage@@8 @31791 NONAME ??_R2H245_RoundTripDelayRequest@@8 @31792 NONAME ??_R2H245_RoundTripDelayResponse@@8 @31793 NONAME ??_R2H245_RSVPParameters@@8 @31794 NONAME ??_R2H245_RTPH263VideoRedundancyEncoding@@8 @31795 NONAME ??_R2H245_RTPH263VideoRedundancyEncoding_containedThreads@@8 @31796 NONAME ??_R2H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@8 @31797 NONAME ??_R2H245_RTPH263VideoRedundancyFrameMapping@@8 @31798 NONAME ??_R2H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@8 @31799 NONAME ??_R2H245_RTPPayloadType@@8 @31800 NONAME ??_R2H245_RTPPayloadType_payloadDescriptor@@8 @31801 NONAME ??_R2H245_SendTerminalCapabilitySet@@8 @31802 NONAME ??_R2H245_SendTerminalCapabilitySet_specificRequest@@8 @31803 NONAME ??_R2H245_SequenceNumber@@8 @31804 NONAME ??_R2H245_SubstituteConferenceIDCommand@@8 @31805 NONAME ??_R2H245_T38FaxProfile@@8 @31806 NONAME ??_R2H245_T38FaxRateManagement@@8 @31807 NONAME ??_R2H245_T38FaxTcpOptions@@8 @31808 NONAME ??_R2H245_T38FaxUdpOptions@@8 @31809 NONAME ??_R2H245_T38FaxUdpOptions_t38FaxUdpEC@@8 @31810 NONAME ??_R2H245_T84Profile@@8 @31811 NONAME ??_R2H245_T84Profile_t84Restricted@@8 @31812 NONAME ??_R2H245_TerminalCapabilitySet@@8 @31813 NONAME ??_R2H245_TerminalCapabilitySetAck@@8 @31814 NONAME ??_R2H245_TerminalCapabilitySetReject@@8 @31815 NONAME ??_R2H245_TerminalCapabilitySetReject_cause@@8 @31816 NONAME ??_R2H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@8 @31817 NONAME ??_R2H245_TerminalCapabilitySetRelease@@8 @31818 NONAME ??_R2H245_TerminalID@@8 @31819 NONAME ??_R2H245_TerminalInformation@@8 @31820 NONAME ??_R2H245_TerminalLabel@@8 @31821 NONAME ??_R2H245_TerminalNumber@@8 @31822 NONAME ??_R2H245_TerminalYouAreSeeingInSubPictureNumber@@8 @31823 NONAME ??_R2H245_TransparencyParameters@@8 @31824 NONAME ??_R2H245_TransportAddress@@8 @31825 NONAME ??_R2H245_TransportCapability@@8 @31826 NONAME ??_R2H245_UnicastAddress@@8 @31827 NONAME ??_R2H245_UnicastAddress_iP6Address@@8 @31828 NONAME ??_R2H245_UnicastAddress_iPAddress@@8 @31829 NONAME ??_R2H245_UnicastAddress_iPSourceRouteAddress@@8 @31830 NONAME ??_R2H245_UnicastAddress_iPSourceRouteAddress_route@@8 @31831 NONAME ??_R2H245_UnicastAddress_iPSourceRouteAddress_routing@@8 @31832 NONAME ??_R2H245_UnicastAddress_iPXAddress@@8 @31833 NONAME ??_R2H245_UserInputCapability@@8 @31834 NONAME ??_R2H245_UserInputIndication@@8 @31835 NONAME ??_R2H245_UserInputIndication_encryptedAlphanumeric@@8 @44152 NONAME ??_R2H245_UserInputIndication_extendedAlphanumeric@@8 @31836 NONAME ??_R2H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@8 @44153 NONAME ??_R2H245_UserInputIndication_signal@@8 @31837 NONAME ??_R2H245_UserInputIndication_signalUpdate@@8 @31838 NONAME ??_R2H245_UserInputIndication_signalUpdate_rtp@@8 @31839 NONAME ??_R2H245_UserInputIndication_signal_rtp@@8 @31840 NONAME ??_R2H245_UserInputIndication_userInputSupportIndication@@8 @31841 NONAME ??_R2H245_V42bis@@8 @31842 NONAME ??_R2H245_V75Capability@@8 @31843 NONAME ??_R2H245_V75Parameters@@8 @31844 NONAME ??_R2H245_V76Capability@@8 @31845 NONAME ??_R2H245_V76HDLCParameters@@8 @31846 NONAME ??_R2H245_V76LogicalChannelParameters@@8 @31847 NONAME ??_R2H245_V76LogicalChannelParameters_mode@@8 @31848 NONAME ??_R2H245_V76LogicalChannelParameters_mode_eRM@@8 @31849 NONAME ??_R2H245_V76LogicalChannelParameters_mode_eRM_recovery@@8 @31850 NONAME ??_R2H245_V76LogicalChannelParameters_suspendResume@@8 @31851 NONAME ??_R2H245_V76ModeParameters@@8 @31852 NONAME ??_R2H245_VBDCapability@@8 @31853 NONAME ??_R2H245_VBDMode@@8 @31854 NONAME ??_R2H245_VCCapability@@8 @31855 NONAME ??_R2H245_VCCapability_aal1@@8 @31856 NONAME ??_R2H245_VCCapability_aal1ViaGateway@@8 @31857 NONAME ??_R2H245_VCCapability_aal5@@8 @31858 NONAME ??_R2H245_VCCapability_availableBitRates@@8 @31859 NONAME ??_R2H245_VCCapability_availableBitRates_type@@8 @31860 NONAME ??_R2H245_VCCapability_availableBitRates_type_rangeOfBitRates@@8 @31861 NONAME ??_R2H245_VendorIdentification@@8 @31862 NONAME ??_R2H245_VideoCapability@@8 @31863 NONAME ??_R2H245_VideoIndicateCompose@@8 @31864 NONAME ??_R2H245_VideoMode@@8 @31865 NONAME ??_R2H248_ActionReply@@8 @31866 NONAME ??_R2H248_ActionRequest@@8 @31867 NONAME ??_R2H248_AmmDescriptor@@8 @31868 NONAME ??_R2H248_AmmRequest@@8 @31869 NONAME ??_R2H248_AmmsReply@@8 @31870 NONAME ??_R2H248_ArrayOf_ActionReply@@8 @31871 NONAME ??_R2H248_ArrayOf_ActionRequest@@8 @31872 NONAME ??_R2H248_ArrayOf_AmmDescriptor@@8 @31873 NONAME ??_R2H248_ArrayOf_CommandReply@@8 @31874 NONAME ??_R2H248_ArrayOf_CommandRequest@@8 @31875 NONAME ??_R2H248_ArrayOf_EventParameter@@8 @31876 NONAME ??_R2H248_ArrayOf_IndAuditParameter@@8 @31877 NONAME ??_R2H248_ArrayOf_IndAudPropertyParm@@8 @31878 NONAME ??_R2H248_ArrayOf_IndAudStreamDescriptor@@8 @31879 NONAME ??_R2H248_ArrayOf_ModemType@@8 @31880 NONAME ??_R2H248_ArrayOf_ObservedEvent@@8 @31881 NONAME ??_R2H248_ArrayOf_PASN_OctetString@@8 @31882 NONAME ??_R2H248_ArrayOf_PropertyGroup@@8 @31883 NONAME ??_R2H248_ArrayOf_PropertyParm@@8 @31884 NONAME ??_R2H248_ArrayOf_RequestedEvent@@8 @31885 NONAME ??_R2H248_ArrayOf_SecondRequestedEvent@@8 @31886 NONAME ??_R2H248_ArrayOf_Signal@@8 @31887 NONAME ??_R2H248_ArrayOf_SigParameter@@8 @31888 NONAME ??_R2H248_ArrayOf_StreamDescriptor@@8 @31889 NONAME ??_R2H248_ArrayOf_TerminationID@@8 @31890 NONAME ??_R2H248_ArrayOf_TopologyRequest@@8 @31891 NONAME ??_R2H248_ArrayOf_Transaction@@8 @31892 NONAME ??_R2H248_ArrayOf_WildcardField@@8 @31893 NONAME ??_R2H248_AuditDescriptor@@8 @31894 NONAME ??_R2H248_AuditReply@@8 @31895 NONAME ??_R2H248_AuditRequest@@8 @31896 NONAME ??_R2H248_AuditResult@@8 @31897 NONAME ??_R2H248_AuditReturnParameter@@8 @31898 NONAME ??_R2H248_AuthData@@8 @31899 NONAME ??_R2H248_AuthenticationHeader@@8 @31900 NONAME ??_R2H248_Command@@8 @31901 NONAME ??_R2H248_CommandReply@@8 @31902 NONAME ??_R2H248_CommandRequest@@8 @31903 NONAME ??_R2H248_ContextAttrAuditRequest@@8 @31904 NONAME ??_R2H248_ContextID@@8 @31905 NONAME ??_R2H248_ContextRequest@@8 @31906 NONAME ??_R2H248_DigitMapDescriptor@@8 @31907 NONAME ??_R2H248_DigitMapName@@8 @31908 NONAME ??_R2H248_DigitMapValue@@8 @31909 NONAME ??_R2H248_DomainName@@8 @31910 NONAME ??_R2H248_ErrorCode@@8 @31911 NONAME ??_R2H248_ErrorDescriptor@@8 @31912 NONAME ??_R2H248_ErrorText@@8 @31913 NONAME ??_R2H248_EventBufferControl@@8 @31914 NONAME ??_R2H248_EventBufferDescriptor@@8 @31915 NONAME ??_R2H248_EventDM@@8 @31916 NONAME ??_R2H248_EventName@@8 @31917 NONAME ??_R2H248_EventParameter@@8 @31918 NONAME ??_R2H248_EventParameter_extraInfo@@8 @31919 NONAME ??_R2H248_EventsDescriptor@@8 @31920 NONAME ??_R2H248_EventSpec@@8 @31921 NONAME ??_R2H248_H221NonStandard@@8 @31922 NONAME ??_R2H248_IndAudDigitMapDescriptor@@8 @31923 NONAME ??_R2H248_IndAudEventBufferDescriptor@@8 @31924 NONAME ??_R2H248_IndAudEventsDescriptor@@8 @31925 NONAME ??_R2H248_IndAuditParameter@@8 @31926 NONAME ??_R2H248_IndAudLocalControlDescriptor@@8 @31927 NONAME ??_R2H248_IndAudLocalRemoteDescriptor@@8 @31928 NONAME ??_R2H248_IndAudMediaDescriptor@@8 @31929 NONAME ??_R2H248_IndAudMediaDescriptor_streams@@8 @31930 NONAME ??_R2H248_IndAudPackagesDescriptor@@8 @31931 NONAME ??_R2H248_IndAudPropertyGroup@@8 @31932 NONAME ??_R2H248_IndAudPropertyParm@@8 @31933 NONAME ??_R2H248_IndAudSeqSigList@@8 @31934 NONAME ??_R2H248_IndAudSignal@@8 @31935 NONAME ??_R2H248_IndAudSignalsDescriptor@@8 @31936 NONAME ??_R2H248_IndAudStatisticsDescriptor@@8 @31937 NONAME ??_R2H248_IndAudStreamDescriptor@@8 @31938 NONAME ??_R2H248_IndAudStreamParms@@8 @31939 NONAME ??_R2H248_IndAudTerminationStateDescriptor@@8 @31940 NONAME ??_R2H248_IP4Address@@8 @31941 NONAME ??_R2H248_IP6Address@@8 @31942 NONAME ??_R2H248_LocalControlDescriptor@@8 @31943 NONAME ??_R2H248_LocalRemoteDescriptor@@8 @31944 NONAME ??_R2H248_MediaDescriptor@@8 @31945 NONAME ??_R2H248_MediaDescriptor_streams@@8 @31946 NONAME ??_R2H248_MegacoMessage@@8 @31947 NONAME ??_R2H248_Message@@8 @31948 NONAME ??_R2H248_Message_messageBody@@8 @31949 NONAME ??_R2H248_MId@@8 @31950 NONAME ??_R2H248_ModemDescriptor@@8 @31951 NONAME ??_R2H248_ModemType@@8 @31952 NONAME ??_R2H248_MuxDescriptor@@8 @31953 NONAME ??_R2H248_MuxType@@8 @31954 NONAME ??_R2H248_Name@@8 @31955 NONAME ??_R2H248_NonStandardData@@8 @31956 NONAME ??_R2H248_NonStandardIdentifier@@8 @31957 NONAME ??_R2H248_NotifyCompletion@@8 @31958 NONAME ??_R2H248_NotifyReply@@8 @31959 NONAME ??_R2H248_NotifyRequest@@8 @31960 NONAME ??_R2H248_ObservedEvent@@8 @31961 NONAME ??_R2H248_ObservedEventsDescriptor@@8 @31962 NONAME ??_R2H248_PackagesDescriptor@@8 @31963 NONAME ??_R2H248_PackagesItem@@8 @31964 NONAME ??_R2H248_PathName@@8 @31965 NONAME ??_R2H248_PkgdName@@8 @31966 NONAME ??_R2H248_PropertyGroup@@8 @31967 NONAME ??_R2H248_PropertyParm@@8 @31968 NONAME ??_R2H248_PropertyParm_extraInfo@@8 @31969 NONAME ??_R2H248_Relation@@8 @31970 NONAME ??_R2H248_RequestedActions@@8 @31971 NONAME ??_R2H248_RequestedEvent@@8 @31972 NONAME ??_R2H248_RequestID@@8 @31973 NONAME ??_R2H248_SecondEventsDescriptor@@8 @31974 NONAME ??_R2H248_SecondRequestedActions@@8 @31975 NONAME ??_R2H248_SecondRequestedEvent@@8 @31976 NONAME ??_R2H248_SecurityParmIndex@@8 @31977 NONAME ??_R2H248_SeqSigList@@8 @31978 NONAME ??_R2H248_SequenceNum@@8 @31979 NONAME ??_R2H248_ServiceChangeAddress@@8 @31980 NONAME ??_R2H248_ServiceChangeMethod@@8 @31981 NONAME ??_R2H248_ServiceChangeParm@@8 @31982 NONAME ??_R2H248_ServiceChangeProfile@@8 @31983 NONAME ??_R2H248_ServiceChangeReply@@8 @31984 NONAME ??_R2H248_ServiceChangeRequest@@8 @31985 NONAME ??_R2H248_ServiceChangeResParm@@8 @31986 NONAME ??_R2H248_ServiceChangeResult@@8 @31987 NONAME ??_R2H248_ServiceState@@8 @31988 NONAME ??_R2H248_Signal@@8 @31989 NONAME ??_R2H248_SignalName@@8 @31990 NONAME ??_R2H248_SignalRequest@@8 @31991 NONAME ??_R2H248_SignalsDescriptor@@8 @31992 NONAME ??_R2H248_SignalType@@8 @31993 NONAME ??_R2H248_SigParameter@@8 @31994 NONAME ??_R2H248_SigParameter_extraInfo@@8 @31995 NONAME ??_R2H248_StatisticsDescriptor@@8 @31996 NONAME ??_R2H248_StatisticsParameter@@8 @31997 NONAME ??_R2H248_StreamDescriptor@@8 @31998 NONAME ??_R2H248_StreamID@@8 @31999 NONAME ??_R2H248_StreamMode@@8 @32000 NONAME ??_R2H248_StreamParms@@8 @32001 NONAME ??_R2H248_SubtractRequest@@8 @32002 NONAME ??_R2H248_TerminationAudit@@8 @32003 NONAME ??_R2H248_TerminationID@@8 @32004 NONAME ??_R2H248_TerminationIDList@@8 @32005 NONAME ??_R2H248_TerminationStateDescriptor@@8 @32006 NONAME ??_R2H248_TimeNotation@@8 @32007 NONAME ??_R2H248_TopologyRequest@@8 @32008 NONAME ??_R2H248_TopologyRequest_topologyDirection@@8 @32009 NONAME ??_R2H248_Transaction@@8 @32010 NONAME ??_R2H248_TransactionAck@@8 @32011 NONAME ??_R2H248_TransactionId@@8 @32012 NONAME ??_R2H248_TransactionPending@@8 @32013 NONAME ??_R2H248_TransactionReply@@8 @32014 NONAME ??_R2H248_TransactionReply_transactionResult@@8 @32015 NONAME ??_R2H248_TransactionRequest@@8 @32016 NONAME ??_R2H248_TransactionResponseAck@@8 @32017 NONAME ??_R2H248_Value@@8 @32018 NONAME ??_R2H248_WildcardField@@8 @32019 NONAME ??_R2H261DCTEncoder@@8 @32020 NONAME ??_R2H261Encoder@@8 @32021 NONAME ??_R2H261PixelEncoder@@8 @32022 NONAME ??_R2H323AudioCapability@@8 @32025 NONAME ??_R2H323AudioCodec@@8 @32026 NONAME ??_R2H323BidirectionalChannel@@8 @32027 NONAME ??_R2H323CallCreditServiceControl@@8 @32028 NONAME ??_R2H323Capabilities@@8 @32029 NONAME ??_R2H323CapabilitiesSet@@8 @32030 NONAME ??_R2H323Capability@@8 @32031 NONAME ??_R2H323Channel@@8 @32033 NONAME ??_R2H323ChannelNumber@@8 @32034 NONAME ??_R2H323Codec@@8 @32035 NONAME ??_R2H323CodecPluginGenericAudioCapability@@8 @44154 NONAME ??_R2H323CodecPluginNonStandardAudioCapability@@8 @32038 NONAME ??_R2H323Connection@@8 @32039 NONAME ??_R2H323ConnectionsCleaner@@8 @32040 NONAME ??_R2H323ControlPDU@@8 @32041 NONAME ??_R2H323DataCapability@@8 @32042 NONAME ??_R2H323DataChannel@@8 @32043 NONAME ??_R2H323DynaLink@@8 @37935 NONAME ??_R2H323EndPoint@@8 @32044 NONAME ??_R2H323FramedAudioCodec@@8 @32045 NONAME ??_R2H323Gatekeeper@@8 @32046 NONAME ??_R2H323GatekeeperARQ@@8 @32047 NONAME ??_R2H323GatekeeperBRQ@@8 @32048 NONAME ??_R2H323GatekeeperCall@@8 @32049 NONAME ??_R2H323GatekeeperDRQ@@8 @32050 NONAME ??_R2H323GatekeeperGRQ@@8 @32051 NONAME ??_R2H323GatekeeperIRR@@8 @32052 NONAME ??_R2H323GatekeeperListener@@8 @32053 NONAME ??_R2H323GatekeeperLRQ@@8 @32054 NONAME ??_R2H323GatekeeperRequest@@8 @32055 NONAME ??_R2H323GatekeeperRRQ@@8 @32056 NONAME ??_R2H323GatekeeperServer@@8 @32057 NONAME ??_R2H323GatekeeperURQ@@8 @32058 NONAME ??_R2H323GenericAudioCapability@@8 @44155 NONAME ??_R2H323GenericCapabilityInfo@@8 @44156 NONAME ??_R2H323GenericVideoCapability@@8 @44157 NONAME ??_R2H323GSMPluginCapability@@8 @32059 NONAME ??_R2H323H248ServiceControl@@8 @32060 NONAME ??_R2H323HTTPServiceControl@@8 @32062 NONAME ??_R2H323Listener@@8 @32063 NONAME ??_R2H323ListenerTCP@@8 @32064 NONAME ??_R2H323LogicalChannelThread@@8 @32065 NONAME ??_R2H323NonStandardAudioCapability@@8 @32066 NONAME ??_R2H323NonStandardCapabilityInfo@@8 @32067 NONAME ??_R2H323NonStandardDataCapability@@8 @32068 NONAME ??_R2H323NonStandardVideoCapability@@8 @32069 NONAME ??_R2H323PeerElement@@8 @32070 NONAME ??_R2H323PeerElementDescriptor@@8 @32071 NONAME ??_R2H323PeerElementServiceRelationship@@8 @32072 NONAME ??_R2H323PluginCapability@@8 @32074 NONAME ??_R2H323PluginCodecManager@@8 @37918 NONAME ??_R2H323PluginFramedAudioCodec@@8 @37972 NONAME ??_R2H323PluginG7231Capability@@8 @32075 NONAME ??_R2H323PluginVideoCodec@@8 @32076 NONAME ??_R2H323RasPDU@@8 @32077 NONAME ??_R2H323RealTimeCapability@@8 @32078 NONAME ??_R2H323RegisteredEndPoint@@8 @32079 NONAME ??_R2H323ServiceControlSession@@8 @32080 NONAME ??_R2H323SignalPDU@@8 @32081 NONAME ??_R2H323SimultaneousCapabilities@@8 @32082 NONAME ??_R2H323StreamedAudioCodec@@8 @32083 NONAME ??_R2H323StreamedPluginAudioCodec@@8 @37973 NONAME ??_R2H323Transaction@@8 @32084 NONAME ??_R2H323TransactionPDU@@8 @32085 NONAME ??_R2H323TransactionServer@@8 @32086 NONAME ??_R2H323Transactor@@8 @32087 NONAME ??_R2H323Transport@@8 @32088 NONAME ??_R2H323TransportAddress@@8 @32089 NONAME ??_R2H323TransportAddressArray@@8 @32090 NONAME ??_R2H323TransportIP@@8 @32091 NONAME ??_R2H323TransportTCP@@8 @32092 NONAME ??_R2H323TransportUDP@@8 @32093 NONAME ??_R2H323UnidirectionalChannel@@8 @32094 NONAME ??_R2H323VideoCapability@@8 @32095 NONAME ??_R2H323VideoCodec@@8 @32096 NONAME ??_R2H323_ALawCodec@@8 @32097 NONAME ??_R2H323_AnnexG@@8 @32098 NONAME ??_R2H323_CiscoG7231aLIDCapability@@8 @32099 NONAME ??_R2H323_ExternalRTPChannel@@8 @32101 NONAME ??_R2H323_G711ALaw64Capability@@8 @42181 NONAME ??_R2H323_G711Capability@@8 @32105 NONAME ??_R2H323_G711uLaw64Capability@@8 @42182 NONAME ??_R2H323_H261Capability@@8 @32121 NONAME ??_R2H323_H261Codec@@8 @32122 NONAME ??_R2H323_LIDCapability@@8 @32125 NONAME ??_R2H323_LIDCodec@@8 @32126 NONAME ??_R2H323_LID_G711_ALaw_Capability@@8 @42183 NONAME ??_R2H323_LID_G711_uLaw_Capability@@8 @42184 NONAME ??_R2H323_LID_G7231A_5k3_Capability@@8 @42185 NONAME ??_R2H323_LID_G7231A_6k3_Capability@@8 @42186 NONAME ??_R2H323_LID_G7231_5k3_Capability@@8 @42187 NONAME ??_R2H323_LID_G7231_6k3_Capability@@8 @42188 NONAME ??_R2H323_LID_G728_Capability@@8 @42189 NONAME ??_R2H323_LID_G729AB_Capability@@8 @42190 NONAME ??_R2H323_LID_G729A_Capability@@8 @42191 NONAME ??_R2H323_LID_G729B_Capability@@8 @42192 NONAME ??_R2H323_LID_G729_Capability@@8 @42193 NONAME ??_R2H323_LID_GSM0610_Capability@@8 @42194 NONAME ??_R2H323_muLawCodec@@8 @32142 NONAME ??_R2H323_RealTimeChannel@@8 @32143 NONAME ??_R2H323_RTPChannel@@8 @32144 NONAME ??_R2H323_RTP_Session@@8 @32145 NONAME ??_R2H323_RTP_UDP@@8 @32146 NONAME ??_R2H323_T120Capability@@8 @32147 NONAME ??_R2H323_T120Channel@@8 @32148 NONAME ??_R2H323_T38Capability@@8 @32149 NONAME ??_R2H323_T38Channel@@8 @32150 NONAME ??_R2H323_T38NonStandardCapability@@8 @32151 NONAME ??_R2H323_UserInputCapability@@8 @32152 NONAME ??_R2H45010_ArrayOf_MixedExtension@@8 @32153 NONAME ??_R2H45010_CfbOvrOptArg@@8 @32154 NONAME ??_R2H45010_CoReqOptArg@@8 @32155 NONAME ??_R2H45010_H323CallOfferOperations@@8 @32156 NONAME ??_R2H45010_RUAlertOptArg@@8 @32157 NONAME ??_R2H45011Handler@@8 @32158 NONAME ??_R2H45011_ArrayOf_MixedExtension@@8 @32159 NONAME ??_R2H45011_CallIntrusionErrors@@8 @32160 NONAME ??_R2H45011_CICapabilityLevel@@8 @32161 NONAME ??_R2H45011_CIFrcRelArg@@8 @32162 NONAME ??_R2H45011_CIFrcRelOptRes@@8 @32163 NONAME ??_R2H45011_CIGetCIPLOptArg@@8 @32164 NONAME ??_R2H45011_CIGetCIPLRes@@8 @32165 NONAME ??_R2H45011_CIIsOptArg@@8 @32166 NONAME ??_R2H45011_CIIsOptRes@@8 @32167 NONAME ??_R2H45011_CINotificationArg@@8 @32168 NONAME ??_R2H45011_CIProtectionLevel@@8 @32169 NONAME ??_R2H45011_CIRequestArg@@8 @32170 NONAME ??_R2H45011_CIRequestRes@@8 @32171 NONAME ??_R2H45011_CISilentArg@@8 @32172 NONAME ??_R2H45011_CISilentOptRes@@8 @32173 NONAME ??_R2H45011_CIStatusInformation@@8 @32174 NONAME ??_R2H45011_CIWobOptArg@@8 @32175 NONAME ??_R2H45011_CIWobOptRes@@8 @32176 NONAME ??_R2H45011_H323CallIntrusionOperations@@8 @32177 NONAME ??_R2H4501_Address@@8 @32178 NONAME ??_R2H4501_AddressInformation@@8 @32179 NONAME ??_R2H4501_AddressScreened@@8 @32180 NONAME ??_R2H4501_ArrayOf_AliasAddress@@8 @32181 NONAME ??_R2H4501_ArrayOf_ROS@@8 @32182 NONAME ??_R2H4501_EndpointAddress@@8 @32183 NONAME ??_R2H4501_EntityType@@8 @32184 NONAME ??_R2H4501_Extension@@8 @32185 NONAME ??_R2H4501_GeneralErrorList@@8 @32186 NONAME ??_R2H4501_H225InformationElement@@8 @32187 NONAME ??_R2H4501_InterpretationApdu@@8 @32188 NONAME ??_R2H4501_InvokeIDs@@8 @32189 NONAME ??_R2H4501_InvokeIdSet@@8 @32190 NONAME ??_R2H4501_NetworkFacilityExtension@@8 @32191 NONAME ??_R2H4501_NSAPSubaddress@@8 @32192 NONAME ??_R2H4501_NumberScreened@@8 @32193 NONAME ??_R2H4501_PartySubaddress@@8 @32194 NONAME ??_R2H4501_PresentationAllowedIndicator@@8 @32195 NONAME ??_R2H4501_PresentedAddressScreened@@8 @32196 NONAME ??_R2H4501_PresentedAddressUnscreened@@8 @32197 NONAME ??_R2H4501_PresentedNumberScreened@@8 @32198 NONAME ??_R2H4501_PresentedNumberUnscreened@@8 @32199 NONAME ??_R2H4501_ScreeningIndicator@@8 @32200 NONAME ??_R2H4501_ServiceApdus@@8 @32201 NONAME ??_R2H4501_SubaddressInformation@@8 @32202 NONAME ??_R2H4501_SupplementaryService@@8 @32203 NONAME ??_R2H4501_UserSpecifiedSubaddress@@8 @32204 NONAME ??_R2H4502Handler@@8 @32205 NONAME ??_R2H4502_CallIdentity@@8 @32206 NONAME ??_R2H4502_CallStatus@@8 @32207 NONAME ??_R2H4502_CallTransferErrors@@8 @32208 NONAME ??_R2H4502_CallTransferOperation@@8 @32209 NONAME ??_R2H4502_CTActiveArg@@8 @32210 NONAME ??_R2H4502_CTActiveArg_argumentExtension@@8 @32211 NONAME ??_R2H4502_CTCompleteArg@@8 @32212 NONAME ??_R2H4502_CTCompleteArg_argumentExtension@@8 @32213 NONAME ??_R2H4502_CTIdentifyRes@@8 @32214 NONAME ??_R2H4502_CTIdentifyRes_resultExtension@@8 @32215 NONAME ??_R2H4502_CTInitiateArg@@8 @32216 NONAME ??_R2H4502_CTInitiateArg_argumentExtension@@8 @32217 NONAME ??_R2H4502_CTSetupArg@@8 @32218 NONAME ??_R2H4502_CTSetupArg_argumentExtension@@8 @32219 NONAME ??_R2H4502_CTUpdateArg@@8 @32220 NONAME ??_R2H4502_CTUpdateArg_argumentExtension@@8 @32221 NONAME ??_R2H4502_DummyArg@@8 @32222 NONAME ??_R2H4502_DummyRes@@8 @32223 NONAME ??_R2H4502_EndDesignation@@8 @32224 NONAME ??_R2H4502_ExtensionSeq@@8 @32225 NONAME ??_R2H4502_SubaddressTransferArg@@8 @32226 NONAME ??_R2H4502_SubaddressTransferArg_argumentExtension@@8 @32227 NONAME ??_R2H4503_BasicService@@8 @32228 NONAME ??_R2H4503_CallDiversionErrors@@8 @32229 NONAME ??_R2H4503_DiversionReason@@8 @32230 NONAME ??_R2H4503_ExtensionSeq@@8 @32231 NONAME ??_R2H4503_H323CallDiversionOperations@@8 @32232 NONAME ??_R2H4503_IntResult@@8 @32233 NONAME ??_R2H4503_IntResultList@@8 @32234 NONAME ??_R2H4503_IntResult_extension@@8 @32235 NONAME ??_R2H4503_Procedure@@8 @32236 NONAME ??_R2H4503_SubscriptionOption@@8 @32237 NONAME ??_R2H4504Handler@@8 @32238 NONAME ??_R2H4504_ArrayOf_MixedExtension@@8 @32239 NONAME ??_R2H4504_CallHoldOperation@@8 @32240 NONAME ??_R2H4504_Extension@@8 @32241 NONAME ??_R2H4504_HoldNotificArg@@8 @32242 NONAME ??_R2H4504_MixedExtension@@8 @32243 NONAME ??_R2H4504_RemoteHoldArg@@8 @32244 NONAME ??_R2H4504_RemoteHoldRes@@8 @32245 NONAME ??_R2H4504_RemoteRetrieveArg@@8 @32246 NONAME ??_R2H4504_RemoteRetrieveRes@@8 @32247 NONAME ??_R2H4504_RetrieveNotificArg@@8 @32248 NONAME ??_R2H4505_ArrayOf_MixedExtension@@8 @32249 NONAME ??_R2H4505_CallParkPickupOperations@@8 @32250 NONAME ??_R2H4505_CallPickupErrors@@8 @32251 NONAME ??_R2H4505_CallType@@8 @32252 NONAME ??_R2H4505_CpickupNotifyArg@@8 @32253 NONAME ??_R2H4505_CpNotifyArg@@8 @32254 NONAME ??_R2H4505_CpRequestArg@@8 @32255 NONAME ??_R2H4505_CpRequestRes@@8 @32256 NONAME ??_R2H4505_CpSetupArg@@8 @32257 NONAME ??_R2H4505_CpSetupRes@@8 @32258 NONAME ??_R2H4505_GroupIndicationOffArg@@8 @32259 NONAME ??_R2H4505_GroupIndicationOffRes@@8 @32260 NONAME ??_R2H4505_GroupIndicationOnArg@@8 @32261 NONAME ??_R2H4505_GroupIndicationOnRes@@8 @32262 NONAME ??_R2H4505_ParkCondition@@8 @32263 NONAME ??_R2H4505_ParkedToPosition@@8 @32264 NONAME ??_R2H4505_PickExeArg@@8 @32265 NONAME ??_R2H4505_PickExeRes@@8 @32266 NONAME ??_R2H4505_PickrequArg@@8 @32267 NONAME ??_R2H4505_PickrequRes@@8 @32268 NONAME ??_R2H4505_PickupArg@@8 @32269 NONAME ??_R2H4505_PickupRes@@8 @32270 NONAME ??_R2H4506Handler@@8 @32271 NONAME ??_R2H4506_ArrayOf_MixedExtension@@8 @32272 NONAME ??_R2H4506_CallWaitingArg@@8 @32273 NONAME ??_R2H4506_CallWaitingOperations@@8 @32274 NONAME ??_R2H4507_ArrayOf_MixedExtension@@8 @32275 NONAME ??_R2H4507_BasicService@@8 @32276 NONAME ??_R2H4507_DummyRes@@8 @32277 NONAME ??_R2H4507_H323_MWI_Operations@@8 @32278 NONAME ??_R2H4507_MessageWaitingIndicationErrors@@8 @32279 NONAME ??_R2H4507_MsgCentreId@@8 @32280 NONAME ??_R2H4507_MWIActivateArg@@8 @32281 NONAME ??_R2H4507_MWIDeactivateArg@@8 @32282 NONAME ??_R2H4507_MWIInterrogateArg@@8 @32283 NONAME ??_R2H4507_MWIInterrogateRes@@8 @32284 NONAME ??_R2H4507_MWIInterrogateResElt@@8 @32285 NONAME ??_R2H4507_NbOfMessages@@8 @32286 NONAME ??_R2H4507_TimeStamp@@8 @32287 NONAME ??_R2H4508_ExtendedName@@8 @32288 NONAME ??_R2H4508_Name@@8 @32289 NONAME ??_R2H4508_NameOperations@@8 @32290 NONAME ??_R2H4508_NamePresentationAllowed@@8 @32291 NONAME ??_R2H4508_NamePresentationRestricted@@8 @32292 NONAME ??_R2H4508_SimpleName@@8 @32293 NONAME ??_R2H4509_ArrayOf_MixedExtension@@8 @32294 NONAME ??_R2H4509_CallCompletionErrors@@8 @32295 NONAME ??_R2H4509_CcArg@@8 @32296 NONAME ??_R2H4509_CcLongArg@@8 @32297 NONAME ??_R2H4509_CcRequestArg@@8 @32298 NONAME ??_R2H4509_CcRequestRes@@8 @32299 NONAME ??_R2H4509_CcShortArg@@8 @32300 NONAME ??_R2H4509_H323CallCompletionOperations@@8 @32301 NONAME ??_R2H450ServiceAPDU@@8 @32302 NONAME ??_R2H450xDispatcher@@8 @32303 NONAME ??_R2H450xHandler@@8 @32304 NONAME ??_R2H501AccessRequest@@8 @32305 NONAME ??_R2H501DescriptorUpdate@@8 @32306 NONAME ??_R2H501PDU@@8 @32307 NONAME ??_R2H501ServiceRequest@@8 @32308 NONAME ??_R2H501Transaction@@8 @32309 NONAME ??_R2H501_AccessConfirmation@@8 @32310 NONAME ??_R2H501_AccessRejection@@8 @32311 NONAME ??_R2H501_AccessRejectionReason@@8 @32312 NONAME ??_R2H501_AccessRequest@@8 @32313 NONAME ??_R2H501_AccessToken@@8 @32314 NONAME ??_R2H501_AddressTemplate@@8 @32315 NONAME ??_R2H501_AlternatePE@@8 @32316 NONAME ??_R2H501_AlternatePEInfo@@8 @32317 NONAME ??_R2H501_ApplicationMessage@@8 @32318 NONAME ??_R2H501_ArrayOf_AccessToken@@8 @32319 NONAME ??_R2H501_ArrayOf_AddressTemplate@@8 @32320 NONAME ??_R2H501_ArrayOf_AliasAddress@@8 @32321 NONAME ??_R2H501_ArrayOf_AlternatePE@@8 @32322 NONAME ??_R2H501_ArrayOf_CircuitIdentifier@@8 @32323 NONAME ??_R2H501_ArrayOf_ClearToken@@8 @32324 NONAME ??_R2H501_ArrayOf_ContactInformation@@8 @32325 NONAME ??_R2H501_ArrayOf_CryptoH323Token@@8 @32326 NONAME ??_R2H501_ArrayOf_Descriptor@@8 @32327 NONAME ??_R2H501_ArrayOf_DescriptorInfo@@8 @32328 NONAME ??_R2H501_ArrayOf_GenericData@@8 @32329 NONAME ??_R2H501_ArrayOf_GloballyUniqueID@@8 @32330 NONAME ??_R2H501_ArrayOf_NonStandardParameter@@8 @32331 NONAME ??_R2H501_ArrayOf_PASN_ObjectId@@8 @32332 NONAME ??_R2H501_ArrayOf_Pattern@@8 @32333 NONAME ??_R2H501_ArrayOf_PriceElement@@8 @32334 NONAME ??_R2H501_ArrayOf_PriceInfoSpec@@8 @32335 NONAME ??_R2H501_ArrayOf_RouteInformation@@8 @32336 NONAME ??_R2H501_ArrayOf_SecurityMode@@8 @32337 NONAME ??_R2H501_ArrayOf_ServiceControlSession@@8 @32338 NONAME ??_R2H501_ArrayOf_SupportedProtocols@@8 @32339 NONAME ??_R2H501_ArrayOf_TransportAddress@@8 @32340 NONAME ??_R2H501_ArrayOf_UpdateInformation@@8 @32341 NONAME ??_R2H501_ArrayOf_UsageField@@8 @32342 NONAME ??_R2H501_AuthenticationConfirmation@@8 @32343 NONAME ??_R2H501_AuthenticationRejection@@8 @32344 NONAME ??_R2H501_AuthenticationRejectionReason@@8 @32345 NONAME ??_R2H501_AuthenticationRequest@@8 @32346 NONAME ??_R2H501_CallInformation@@8 @32347 NONAME ??_R2H501_ContactInformation@@8 @32348 NONAME ??_R2H501_Descriptor@@8 @32349 NONAME ??_R2H501_DescriptorConfirmation@@8 @32350 NONAME ??_R2H501_DescriptorIDConfirmation@@8 @32351 NONAME ??_R2H501_DescriptorIDRejection@@8 @32352 NONAME ??_R2H501_DescriptorIDRejectionReason@@8 @32353 NONAME ??_R2H501_DescriptorIDRequest@@8 @32354 NONAME ??_R2H501_DescriptorInfo@@8 @32355 NONAME ??_R2H501_DescriptorRejection@@8 @32356 NONAME ??_R2H501_DescriptorRejectionReason@@8 @32357 NONAME ??_R2H501_DescriptorRequest@@8 @32358 NONAME ??_R2H501_DescriptorUpdate@@8 @32359 NONAME ??_R2H501_DescriptorUpdateAck@@8 @32360 NONAME ??_R2H501_ElementIdentifier@@8 @32361 NONAME ??_R2H501_GlobalTimeStamp@@8 @32362 NONAME ??_R2H501_Message@@8 @32363 NONAME ??_R2H501_MessageBody@@8 @32364 NONAME ??_R2H501_MessageCommonInfo@@8 @32365 NONAME ??_R2H501_NonStandardConfirmation@@8 @32366 NONAME ??_R2H501_NonStandardRejection@@8 @32367 NONAME ??_R2H501_NonStandardRejectionReason@@8 @32368 NONAME ??_R2H501_NonStandardRequest@@8 @32369 NONAME ??_R2H501_PartyInformation@@8 @32370 NONAME ??_R2H501_Pattern@@8 @32371 NONAME ??_R2H501_Pattern_range@@8 @32372 NONAME ??_R2H501_PriceElement@@8 @32373 NONAME ??_R2H501_PriceElement_units@@8 @32374 NONAME ??_R2H501_PriceInfoSpec@@8 @32375 NONAME ??_R2H501_ProtocolVersion@@8 @32376 NONAME ??_R2H501_RequestInProgress@@8 @32377 NONAME ??_R2H501_Role@@8 @32378 NONAME ??_R2H501_RouteInformation@@8 @32379 NONAME ??_R2H501_RouteInformation_messageType@@8 @32380 NONAME ??_R2H501_SecurityMode@@8 @32381 NONAME ??_R2H501_ServiceConfirmation@@8 @32382 NONAME ??_R2H501_ServiceRejection@@8 @32383 NONAME ??_R2H501_ServiceRejectionReason@@8 @32384 NONAME ??_R2H501_ServiceRelease@@8 @32385 NONAME ??_R2H501_ServiceReleaseReason@@8 @32386 NONAME ??_R2H501_ServiceRequest@@8 @32387 NONAME ??_R2H501_TerminationCause@@8 @32388 NONAME ??_R2H501_TimeZone@@8 @32389 NONAME ??_R2H501_UnknownMessageReason@@8 @32390 NONAME ??_R2H501_UnknownMessageResponse@@8 @32391 NONAME ??_R2H501_UpdateInformation@@8 @32392 NONAME ??_R2H501_UpdateInformation_descriptorInfo@@8 @32393 NONAME ??_R2H501_UpdateInformation_updateType@@8 @32394 NONAME ??_R2H501_UsageCallStatus@@8 @32395 NONAME ??_R2H501_UsageConfirmation@@8 @32396 NONAME ??_R2H501_UsageField@@8 @32397 NONAME ??_R2H501_UsageIndication@@8 @32398 NONAME ??_R2H501_UsageIndicationConfirmation@@8 @32399 NONAME ??_R2H501_UsageIndicationRejection@@8 @32400 NONAME ??_R2H501_UsageIndicationRejectionReason@@8 @32401 NONAME ??_R2H501_UsageRejection@@8 @32402 NONAME ??_R2H501_UsageRejectReason@@8 @32403 NONAME ??_R2H501_UsageRequest@@8 @32404 NONAME ??_R2H501_UsageSpecification@@8 @32405 NONAME ??_R2H501_UsageSpecification_when@@8 @32406 NONAME ??_R2H501_UserInformation@@8 @32407 NONAME ??_R2H501_ValidationConfirmation@@8 @32408 NONAME ??_R2H501_ValidationRejection@@8 @32409 NONAME ??_R2H501_ValidationRejectionReason@@8 @32410 NONAME ??_R2H501_ValidationRequest@@8 @32411 NONAME ??_R2HandleTimeout_PNotifier@H245Negotiator@@8 @32412 NONAME ??_R2HandleTransactions_PNotifier@H323Transactor@@8 @32413 NONAME ??_R2HIDPluginDeviceManager@@8 @44158 NONAME ??_R2IntraP64Decoder@@8 @32414 NONAME ??_R2MCS_ArrayOf_ChannelAttributes@@8 @32415 NONAME ??_R2MCS_ArrayOf_ChannelId@@8 @32416 NONAME ??_R2MCS_ArrayOf_TokenAttributes@@8 @32417 NONAME ??_R2MCS_ArrayOf_TokenId@@8 @32418 NONAME ??_R2MCS_ArrayOf_UserId@@8 @32419 NONAME ??_R2MCS_AssignedChannelId@@8 @32420 NONAME ??_R2MCS_AUcf@@8 @32421 NONAME ??_R2MCS_AUrq@@8 @32422 NONAME ??_R2MCS_CAin@@8 @32423 NONAME ??_R2MCS_CArq@@8 @32424 NONAME ??_R2MCS_CCcf@@8 @32425 NONAME ??_R2MCS_CCrq@@8 @32426 NONAME ??_R2MCS_CDin@@8 @32427 NONAME ??_R2MCS_CDrq@@8 @32428 NONAME ??_R2MCS_CEin@@8 @32429 NONAME ??_R2MCS_CErq@@8 @32430 NONAME ??_R2MCS_ChannelAttributes@@8 @32431 NONAME ??_R2MCS_ChannelAttributes_assigned@@8 @32432 NONAME ??_R2MCS_ChannelAttributes_private@@8 @32433 NONAME ??_R2MCS_ChannelAttributes_static@@8 @32434 NONAME ??_R2MCS_ChannelAttributes_userId@@8 @32435 NONAME ??_R2MCS_ChannelId@@8 @32436 NONAME ??_R2MCS_CJcf@@8 @32437 NONAME ??_R2MCS_CJrq@@8 @32438 NONAME ??_R2MCS_CLrq@@8 @32439 NONAME ??_R2MCS_ConnectMCSPDU@@8 @32440 NONAME ??_R2MCS_Connect_Additional@@8 @32441 NONAME ??_R2MCS_Connect_Initial@@8 @32442 NONAME ??_R2MCS_Connect_Response@@8 @32443 NONAME ??_R2MCS_Connect_Result@@8 @32444 NONAME ??_R2MCS_DataPriority@@8 @32445 NONAME ??_R2MCS_Diagnostic@@8 @32446 NONAME ??_R2MCS_DomainMCSPDU@@8 @32447 NONAME ??_R2MCS_DomainParameters@@8 @32448 NONAME ??_R2MCS_DPum@@8 @32449 NONAME ??_R2MCS_DUin@@8 @32450 NONAME ??_R2MCS_DUrq@@8 @32451 NONAME ??_R2MCS_DynamicChannelId@@8 @32452 NONAME ??_R2MCS_EDrq@@8 @32453 NONAME ??_R2MCS_MCcf@@8 @32454 NONAME ??_R2MCS_MCrq@@8 @32455 NONAME ??_R2MCS_MTcf@@8 @32456 NONAME ??_R2MCS_MTrq@@8 @32457 NONAME ??_R2MCS_PCin@@8 @32458 NONAME ??_R2MCS_PDin@@8 @32459 NONAME ??_R2MCS_PrivateChannelId@@8 @32460 NONAME ??_R2MCS_PTin@@8 @32461 NONAME ??_R2MCS_Reason@@8 @32462 NONAME ??_R2MCS_Result@@8 @32463 NONAME ??_R2MCS_RJum@@8 @32464 NONAME ??_R2MCS_SDin@@8 @32465 NONAME ??_R2MCS_SDrq@@8 @32466 NONAME ??_R2MCS_Segmentation@@8 @32467 NONAME ??_R2MCS_StaticChannelId@@8 @32468 NONAME ??_R2MCS_TGcf@@8 @32469 NONAME ??_R2MCS_TGrq@@8 @32470 NONAME ??_R2MCS_TIcf@@8 @32471 NONAME ??_R2MCS_TIrq@@8 @32472 NONAME ??_R2MCS_TokenAttributes@@8 @32473 NONAME ??_R2MCS_TokenAttributes_given@@8 @32474 NONAME ??_R2MCS_TokenAttributes_giving@@8 @32475 NONAME ??_R2MCS_TokenAttributes_grabbed@@8 @32476 NONAME ??_R2MCS_TokenAttributes_inhibited@@8 @32477 NONAME ??_R2MCS_TokenAttributes_ungivable@@8 @32478 NONAME ??_R2MCS_TokenId@@8 @32479 NONAME ??_R2MCS_TokenStatus@@8 @32480 NONAME ??_R2MCS_TPin@@8 @32481 NONAME ??_R2MCS_TPrq@@8 @32482 NONAME ??_R2MCS_TRcf@@8 @32483 NONAME ??_R2MCS_TRrq@@8 @32484 NONAME ??_R2MCS_TTcf@@8 @32485 NONAME ??_R2MCS_TTrq@@8 @32486 NONAME ??_R2MCS_TVcf@@8 @32487 NONAME ??_R2MCS_TVin@@8 @32488 NONAME ??_R2MCS_TVrq@@8 @32489 NONAME ??_R2MCS_TVrs@@8 @32490 NONAME ??_R2MCS_UserId@@8 @32491 NONAME ??_R2MCS_USin@@8 @32492 NONAME ??_R2MCS_USrq@@8 @32493 NONAME ??_R2MonitorMain_PNotifier@H323Gatekeeper@@8 @32501 NONAME ??_R2MonitorMain_PNotifier@H323GatekeeperServer@@8 @32502 NONAME ??_R2MonitorMain_PNotifier@H323PeerElement@@8 @32503 NONAME ??_R2Monitor_PNotifier@OpalUSBDevice@@8 @44159 NONAME ??_R2MSIPAddress@PILSSession@@8 @32504 NONAME ??_R2MXRecordList@PDNS@@8 @44160 NONAME ??_R2OnCallIntrudeTimeOut_PNotifier@H45011Handler@@8 @32505 NONAME ??_R2OnCallTransferTimeOut_PNotifier@H4502Handler@@8 @32506 NONAME ??_R2OnLoadModule_PNotifier@PPluginModuleManager@@8 @37955 NONAME ??_R2OnUserInputInBandDTMF_PNotifier@H323Connection@@8 @32508 NONAME ??_R2OnUserInputInlineRFC2833_PNotifier@H323Connection@@8 @32509 NONAME ??_R2OpalFactoryCodec@@8 @43344 NONAME ??_R2OpalG711ALaw64kFormat@@8 @39803 NONAME ??_R2OpalG711ALaw64k_Base@@8 @43345 NONAME ??_R2OpalG711ALaw64k_Decoder@@8 @43346 NONAME ??_R2OpalG711ALaw64k_Encoder@@8 @43347 NONAME ??_R2OpalG711uLaw64kFormat@@8 @39804 NONAME ??_R2OpalG711uLaw64k_Base@@8 @43348 NONAME ??_R2OpalG711uLaw64k_Decoder@@8 @43349 NONAME ??_R2OpalG711uLaw64k_Encoder@@8 @43350 NONAME ??_R2OpalG7231A_5k3Format@@8 @39805 NONAME ??_R2OpalG7231A_6k3Format@@8 @39806 NONAME ??_R2OpalG7231_5k3Format@@8 @39807 NONAME ??_R2OpalG7231_6k3Format@@8 @39808 NONAME ??_R2OpalG728Format@@8 @39809 NONAME ??_R2OpalG729ABFormat@@8 @39810 NONAME ??_R2OpalG729AFormat@@8 @39811 NONAME ??_R2OpalG729BFormat@@8 @39812 NONAME ??_R2OpalG729Format@@8 @39813 NONAME ??_R2OpalGloballyUniqueID@@8 @32510 NONAME ??_R2OpalGSM0610Format@@8 @39814 NONAME ??_R2OpalH261Format@@8 @39815 NONAME ??_R2OpalIxJDevice@@8 @32511 NONAME ??_R2OpalLineChannel@@8 @32512 NONAME ??_R2OpalLineInterfaceDevice@@8 @32513 NONAME ??_R2OpalMediaFormat@@8 @32514 NONAME ??_R2OpalPCM16Format@@8 @39816 NONAME ??_R2OpalPluginCodec@@8 @43351 NONAME ??_R2OpalPluginMediaFormat@@8 @39817 NONAME ??_R2OpalRFC2833@@8 @32515 NONAME ??_R2OpalRFC2833Info@@8 @32516 NONAME ??_R2OpalRtpToWavFile@@8 @32517 NONAME ??_R2OpalT120Format@@8 @39818 NONAME ??_R2OpalT120Protocol@@8 @32518 NONAME ??_R2OpalT38Protocol@@8 @32519 NONAME ??_R2OpalUSBDevice@@8 @44161 NONAME ??_R2OpalUserInputRFC2833Format@@8 @39819 NONAME ??_R2OpalVoipBlasterDevice@@8 @32520 NONAME ??_R2OpalVXMLSession@@8 @32521 NONAME ??_R2OpalWAVFile@@8 @32522 NONAME ??_R2P64Decoder@@8 @32523 NONAME ??_R2PASN_Boolean@@8 @32524 NONAME ??_R2PASN_ConstrainedObject@@8 @32525 NONAME ??_R2PASN_ConstrainedString@@8 @32526 NONAME ??_R2PASN_Enumeration@@8 @32527 NONAME ??_R2PASN_GeneralisedTime@@8 @32528 NONAME ??_R2PASN_GeneralString@@8 @32529 NONAME ??_R2PASN_IA5String@@8 @32530 NONAME ??_R2PASN_Integer@@8 @32531 NONAME ??_R2PASN_Null@@8 @32532 NONAME ??_R2PASN_NumericString@@8 @32533 NONAME ??_R2PASN_Object@@8 @32534 NONAME ??_R2PASN_PrintableString@@8 @32535 NONAME ??_R2PASN_Stream@@8 @32536 NONAME ??_R2PASN_VisibleString@@8 @32537 NONAME ??_R2PDTMFEncoder@@8 @44162 NONAME ??_R2PLDAPAttr_c@RTPerson@PILSSession@@8 @32538 NONAME ??_R2PLDAPAttr_cn@RTPerson@PILSSession@@8 @32539 NONAME ??_R2PLDAPAttr_comment@RTPerson@PILSSession@@8 @32540 NONAME ??_R2PLDAPAttr_givenName@RTPerson@PILSSession@@8 @32541 NONAME ??_R2PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@8 @32542 NONAME ??_R2PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@8 @32543 NONAME ??_R2PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@8 @32544 NONAME ??_R2PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@8 @32545 NONAME ??_R2PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@8 @32546 NONAME ??_R2PLDAPAttr_location@RTPerson@PILSSession@@8 @32547 NONAME ??_R2PLDAPAttr_o@RTPerson@PILSSession@@8 @32548 NONAME ??_R2PLDAPAttr_objectClass@RTPerson@PILSSession@@8 @32549 NONAME ??_R2PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@8 @32550 NONAME ??_R2PLDAPAttr_sappguid@RTPerson@PILSSession@@8 @32551 NONAME ??_R2PLDAPAttr_sappid@RTPerson@PILSSession@@8 @32552 NONAME ??_R2PLDAPAttr_sflags@RTPerson@PILSSession@@8 @32553 NONAME ??_R2PLDAPAttr_sipAddress@RTPerson@PILSSession@@8 @32554 NONAME ??_R2PLDAPAttr_smimetype@RTPerson@PILSSession@@8 @32555 NONAME ??_R2PLDAPAttr_smodop@RTPerson@PILSSession@@8 @32556 NONAME ??_R2PLDAPAttr_sport@RTPerson@PILSSession@@8 @32557 NONAME ??_R2PLDAPAttr_sprotid@RTPerson@PILSSession@@8 @32558 NONAME ??_R2PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@8 @32559 NONAME ??_R2PLDAPAttr_ssecurity@RTPerson@PILSSession@@8 @32560 NONAME ??_R2PLDAPAttr_sttl@RTPerson@PILSSession@@8 @32561 NONAME ??_R2PLDAPAttr_surname@RTPerson@PILSSession@@8 @32562 NONAME ??_R2PLDAPAttr_timestamp@RTPerson@PILSSession@@8 @32563 NONAME ??_R2PluginLoader@@8 @44163 NONAME ??_R2PPER_Stream@@8 @32564 NONAME ??_R2Pre_Vid_Coder@@8 @32565 NONAME ??_R2PSmartObject@@8 @32566 NONAME ??_R2PWAVFileConverter@@8 @43148 NONAME ??_R2PWAVFileConverterALaw@@8 @43149 NONAME ??_R2PWAVFileConverterULaw@@8 @43150 NONAME ??_R2PWAVFileConverterXLaw@@8 @43151 NONAME ??_R2Q931@@8 @32568 NONAME ??_R2ReceivedPacket_PNotifier@OpalRFC2833@@8 @32569 NONAME ??_R2ReceivedPacket_PNotifier@OpalRtpToWavFile@@8 @32570 NONAME ??_R2ReceiverReport@RTP_Session@@8 @32571 NONAME ??_R2ReceiveTimeout_PNotifier@OpalRFC2833@@8 @32572 NONAME ??_R2Request@H323Transactor@@8 @32573 NONAME ??_R2Response@H323Transactor@@8 @32574 NONAME ??_R2RTPerson@PILSSession@@8 @32575 NONAME ??_R2RTP_ControlFrame@@8 @32576 NONAME ??_R2RTP_DataFrame@@8 @32577 NONAME ??_R2RTP_JitterBuffer@@8 @32578 NONAME ??_R2RTP_JitterBufferAnalyser@@8 @32579 NONAME ??_R2RTP_QOS@@8 @32580 NONAME ??_R2RTP_Session@@8 @32581 NONAME ??_R2RTP_SessionManager@@8 @32582 NONAME ??_R2RTP_UDP@@8 @32583 NONAME ??_R2RTP_UserData@@8 @39820 NONAME ??_R2SenderReport@RTP_Session@@8 @32584 NONAME ??_R2SlowHandler_PNotifier@H323Transaction@@8 @32585 NONAME ??_R2SoundTones@OpalUSBDevice@@8 @44164 NONAME ??_R2SourceDescription@RTP_Session@@8 @32586 NONAME ??_R2SRVRecordList@PDNS@@8 @44165 NONAME ??_R2StatusHandler_PNotifier@OpalVoipBlasterDevice@@8 @32587 NONAME ??_R2StringMap@H323GatekeeperServer@@8 @32588 NONAME ??_R2T120ConnectPDU@@8 @32589 NONAME ??_R2T120_X224@@8 @32590 NONAME ??_R2T38_ArrayOf_PASN_OctetString@@8 @32591 NONAME ??_R2T38_Data_Field@@8 @32592 NONAME ??_R2T38_Data_Field_subtype@@8 @32593 NONAME ??_R2T38_Data_Field_subtype_field_type@@8 @32594 NONAME ??_R2T38_IFPPacket@@8 @32595 NONAME ??_R2T38_PreCorrigendum_Data_Field@@8 @32596 NONAME ??_R2T38_PreCorrigendum_Data_Field_subtype@@8 @32597 NONAME ??_R2T38_PreCorrigendum_Data_Field_subtype_field_type@@8 @32598 NONAME ??_R2T38_PreCorrigendum_IFPPacket@@8 @32599 NONAME ??_R2T38_Type_of_msg@@8 @32600 NONAME ??_R2T38_Type_of_msg_data@@8 @32601 NONAME ??_R2T38_Type_of_msg_t30_indicator@@8 @32602 NONAME ??_R2T38_UDPTLPacket@@8 @32603 NONAME ??_R2T38_UDPTLPacket_error_recovery@@8 @32604 NONAME ??_R2T38_UDPTLPacket_error_recovery_fec_info@@8 @32605 NONAME ??_R2T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@8 @32606 NONAME ??_R2T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@8 @32607 NONAME ??_R2T38_UDPTLPacket_primary_ifp_packet@@8 @32608 NONAME ??_R2TickleMonitor_PNotifier@H323Gatekeeper@@8 @32609 NONAME ??_R2TonePlay_PNotifier@OpalUSBDevice@@8 @44166 NONAME ??_R2TransmitEnded_PNotifier@OpalRFC2833@@8 @32610 NONAME ??_R2TransmitPacket_PNotifier@OpalRFC2833@@8 @32611 NONAME ??_R2Transmitter@@8 @32612 NONAME ??_R2UpdateAllDescriptors_PNotifier@H323PeerElement@@8 @32613 NONAME ??_R2VoipBlasterInterface@@8 @32615 NONAME ??_R2Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@8 @43352 NONAME ??_R2Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@8 @43353 NONAME ??_R2Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@8 @43354 NONAME ??_R2Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@8 @43355 NONAME ??_R2Worker@OpalPluginCodecFactory@@8 @43356 NONAME ??_R2WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@8 @44167 NONAME ??_R2WorkerBase@?$PFactory@VH323Capability@@VPString@@@@8 @42788 NONAME ??_R2WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@8 @43357 NONAME ??_R2WorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@8 @44168 NONAME ??_R2WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42789 NONAME ??_R2WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @42790 NONAME ??_R2WorkerBase@?$PFactory@VPWAVFileConverter@@I@@8 @43152 NONAME ??_R2X224@@8 @32616 NONAME ??_R2X880_Code@@8 @32617 NONAME ??_R2X880_GeneralProblem@@8 @32618 NONAME ??_R2X880_Invoke@@8 @32619 NONAME ??_R2X880_InvokeId@@8 @32620 NONAME ??_R2X880_InvokeProblem@@8 @32621 NONAME ??_R2X880_Reject@@8 @32622 NONAME ??_R2X880_RejectProblem@@8 @32623 NONAME ??_R2X880_Reject_problem@@8 @32624 NONAME ??_R2X880_ReturnError@@8 @32625 NONAME ??_R2X880_ReturnErrorProblem@@8 @32626 NONAME ??_R2X880_ReturnResult@@8 @32627 NONAME ??_R2X880_ReturnResultProblem@@8 @32628 NONAME ??_R2X880_ReturnResult_result@@8 @32629 NONAME ??_R2X880_ROS@@8 @32630 NONAME ??_R3?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@8 @32631 NONAME ??_R3?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@8 @32632 NONAME ??_R3?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@8 @32633 NONAME ??_R3?$H235_HASHED@VH235_EncodedGeneralToken@@@@8 @32634 NONAME ??_R3?$H235_HASHED@VH235_EncodedPwdCertToken@@@@8 @32635 NONAME ??_R3?$H235_SIGNED@VH225_EncodedFastStartToken@@@@8 @32636 NONAME ??_R3?$H235_SIGNED@VH235_EncodedGeneralToken@@@@8 @32637 NONAME ??_R3?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@8 @32638 NONAME ??_R3?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@8 @32639 NONAME ??_R3?$H235_SIGNED@VH235_EncodedReturnSig@@@@8 @32640 NONAME ??_R3?$PArray@V?$PList@VH323Capability@@@@@@8 @32641 NONAME ??_R3?$PArray@VH323SimultaneousCapabilities@@@@8 @32642 NONAME ??_R3?$PArray@VH323TransportAddress@@@@8 @32643 NONAME ??_R3?$PArray@VReceiverReport@RTP_Session@@@@8 @32644 NONAME ??_R3?$PArray@VSourceDescription@RTP_Session@@@@8 @32645 NONAME ??_R3?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@8 @32646 NONAME ??_R3?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@8 @32647 NONAME ??_R3?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@8 @32648 NONAME ??_R3?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@8 @32649 NONAME ??_R3?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@8 @32650 NONAME ??_R3?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@8 @32651 NONAME ??_R3?$PDictionary@VPString@@VH323Connection@@@@8 @32652 NONAME ??_R3?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@8 @32653 NONAME ??_R3?$PDictionary@VPString@@VPOrdinalKey@@@@8 @32654 NONAME ??_R3?$PFactory@VH235Authenticator@@VPString@@@@8 @44169 NONAME ??_R3?$PFactory@VH323Capability@@VPString@@@@8 @42791 NONAME ??_R3?$PFactory@VH323StaticPluginCodec@@VPString@@@@8 @42792 NONAME ??_R3?$PFactory@VOpalFactoryCodec@@VPString@@@@8 @43358 NONAME ??_R3?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@8 @44170 NONAME ??_R3?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42793 NONAME ??_R3?$PFactory@VPWAVFileConverter@@I@@8 @43153 NONAME ??_R3?$PList@VH235Authenticator@@@@8 @39821 NONAME ??_R3?$PList@VH245_GenericParameter@@@@8 @44171 NONAME ??_R3?$PList@VH323Capability@@@@8 @32656 NONAME ??_R3?$PList@VH323Channel@@@@8 @32657 NONAME ??_R3?$PList@VH323GatekeeperListener@@@@8 @32658 NONAME ??_R3?$PList@VH323Listener@@@@8 @32659 NONAME ??_R3?$PList@VH323Transactor@@@@8 @32660 NONAME ??_R3?$PList@VH450xHandler@@@@8 @32661 NONAME ??_R3?$PList@VOpalMediaFormat@@@@8 @32663 NONAME ??_R3?$PList@VPBYTEArray@@@@8 @32664 NONAME ??_R3?$POrdinalDictionary@VPString@@@@8 @32665 NONAME ??_R3?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@8 @39822 NONAME ??_R3?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@8 @39823 NONAME ??_R3?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@8 @39824 NONAME ??_R3?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@8 @32669 NONAME ??_R3?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@8 @39825 NONAME ??_R3?$PSafePtr@VH323GatekeeperCall@@@@8 @32670 NONAME ??_R3?$PSafePtr@VH323PeerElementDescriptor@@@@8 @32671 NONAME ??_R3?$PSafePtr@VH323PeerElementServiceRelationship@@@@8 @32672 NONAME ??_R3?$PSafePtr@VH323RegisteredEndPoint@@@@8 @32673 NONAME ??_R3?$PSafeSortedList@VH323GatekeeperCall@@@@8 @32674 NONAME ??_R3?$PSafeSortedList@VH323PeerElementDescriptor@@@@8 @32675 NONAME ??_R3?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@8 @32676 NONAME ??_R3?$PSet@VPOrdinalKey@@@@8 @32677 NONAME ??_R3?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@8 @32678 NONAME ??_R3?$PSortedList@VH225_AliasAddress@@@@8 @32679 NONAME ??_R3?$PSortedList@VH323GatekeeperCall@@@@8 @32680 NONAME ??_R3?$PSortedList@VH323PeerElementDescriptor@@@@8 @32681 NONAME ??_R3?$PSortedList@VH323PeerElementServiceRelationship@@@@8 @32682 NONAME ??_R3?$PSortedList@VMXRecord@PDNS@@@@8 @44172 NONAME ??_R3?$PSortedList@VPString@@@@8 @39826 NONAME ??_R3?$PSortedList@VResponse@H323Transactor@@@@8 @32683 NONAME ??_R3?$PSortedList@VSRVRecord@PDNS@@@@8 @44173 NONAME ??_R3?$PStringDictionary@VPOrdinalKey@@@@8 @32684 NONAME ??_R3?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @44174 NONAME ??_R3?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @44175 NONAME ??_R3?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @44176 NONAME ??_R3?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @42794 NONAME ??_R3?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42795 NONAME ??_R3?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42796 NONAME ??_R3?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42797 NONAME ??_R3?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42798 NONAME ??_R3?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42799 NONAME ??_R3?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42800 NONAME ??_R3?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42801 NONAME ??_R3?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42802 NONAME ??_R3?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42803 NONAME ??_R3?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42804 NONAME ??_R3?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42805 NONAME ??_R3?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42806 NONAME ??_R3?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42807 NONAME ??_R3?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42808 NONAME ??_R3?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @42809 NONAME ??_R3?$Worker@VHIDPluginDeviceManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @44177 NONAME ??_R3?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42810 NONAME ??_R3?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42811 NONAME ??_R3?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42812 NONAME ??_R3?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42813 NONAME ??_R3?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42814 NONAME ??_R3?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42815 NONAME ??_R3?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42816 NONAME ??_R3?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42817 NONAME ??_R3?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42818 NONAME ??_R3?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42819 NONAME ??_R3?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42820 NONAME ??_R3?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42821 NONAME ??_R3?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42822 NONAME ??_R3?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42823 NONAME ??_R3?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42824 NONAME ??_R3?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42825 NONAME ??_R3?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@8 @44178 NONAME ??_R3?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@8 @43154 NONAME ??_R3?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@8 @43155 NONAME ??_R3AliasKey@H323PeerElement@@8 @32685 NONAME ??_R3AlternateInfo@H323Gatekeeper@@8 @32686 NONAME ??_R3ByteQueue@OpalVoipBlasterDevice@@8 @32687 NONAME ??_R3Encoder@@8 @39828 NONAME ??_R3Entry@RTP_JitterBuffer@@8 @32688 NONAME ??_R3FilterInfo@H323Codec@@8 @32690 NONAME ??_R3FullP64Decoder@@8 @32691 NONAME ??_R3G7231_File_Capability@@8 @32692 NONAME ??_R3G7231_File_Codec@@8 @32693 NONAME ??_R3GCC_AlternativeNodeID@@8 @32694 NONAME ??_R3GCC_ApplicationInvokeIndication@@8 @32695 NONAME ??_R3GCC_ApplicationInvokeSpecifier@@8 @32696 NONAME ??_R3GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@8 @32697 NONAME ??_R3GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@8 @32698 NONAME ??_R3GCC_ApplicationRecord@@8 @32699 NONAME ??_R3GCC_ApplicationRecord_nonCollapsingCapabilities@@8 @32700 NONAME ??_R3GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@8 @32701 NONAME ??_R3GCC_ArrayOf_ApplicationInvokeSpecifier@@8 @32702 NONAME ??_R3GCC_ArrayOf_ChallengeItem@@8 @32703 NONAME ??_R3GCC_ArrayOf_ConferenceDescriptor@@8 @32704 NONAME ??_R3GCC_ArrayOf_Privilege@@8 @32705 NONAME ??_R3GCC_ArrayOf_TextString@@8 @32706 NONAME ??_R3GCC_ArrayOf_UserID@@8 @32707 NONAME ??_R3GCC_AsymmetryIndicator@@8 @32708 NONAME ??_R3GCC_CapabilityClass@@8 @32709 NONAME ??_R3GCC_CapabilityID@@8 @32710 NONAME ??_R3GCC_ChallengeItem@@8 @32711 NONAME ??_R3GCC_ChallengeRequest@@8 @32712 NONAME ??_R3GCC_ChallengeResponse@@8 @32713 NONAME ??_R3GCC_ChallengeResponseAlgorithm@@8 @32714 NONAME ??_R3GCC_ChallengeResponseItem@@8 @32715 NONAME ??_R3GCC_ChannelID@@8 @32716 NONAME ??_R3GCC_ChannelType@@8 @32717 NONAME ??_R3GCC_ConductorAssignIndication@@8 @32718 NONAME ??_R3GCC_ConductorPermissionAskIndication@@8 @32719 NONAME ??_R3GCC_ConductorPermissionGrantIndication@@8 @32720 NONAME ??_R3GCC_ConductorReleaseIndication@@8 @32721 NONAME ??_R3GCC_ConferenceAddRequest@@8 @32722 NONAME ??_R3GCC_ConferenceAddResponse@@8 @32723 NONAME ??_R3GCC_ConferenceAddResponse_result@@8 @32724 NONAME ??_R3GCC_ConferenceAssistanceIndication@@8 @32725 NONAME ??_R3GCC_ConferenceCreateRequest@@8 @32726 NONAME ??_R3GCC_ConferenceCreateResponse@@8 @32727 NONAME ??_R3GCC_ConferenceCreateResponse_result@@8 @32728 NONAME ??_R3GCC_ConferenceDescriptor@@8 @32729 NONAME ??_R3GCC_ConferenceEjectUserIndication@@8 @32730 NONAME ??_R3GCC_ConferenceEjectUserIndication_reason@@8 @32731 NONAME ??_R3GCC_ConferenceEjectUserRequest@@8 @32732 NONAME ??_R3GCC_ConferenceEjectUserRequest_reason@@8 @32733 NONAME ??_R3GCC_ConferenceEjectUserResponse@@8 @32734 NONAME ??_R3GCC_ConferenceEjectUserResponse_result@@8 @32735 NONAME ??_R3GCC_ConferenceInviteRequest@@8 @32736 NONAME ??_R3GCC_ConferenceInviteResponse@@8 @32737 NONAME ??_R3GCC_ConferenceInviteResponse_result@@8 @32738 NONAME ??_R3GCC_ConferenceJoinRequest@@8 @32739 NONAME ??_R3GCC_ConferenceJoinResponse@@8 @32740 NONAME ??_R3GCC_ConferenceJoinResponse_result@@8 @32741 NONAME ??_R3GCC_ConferenceLockIndication@@8 @32742 NONAME ??_R3GCC_ConferenceLockRequest@@8 @32743 NONAME ??_R3GCC_ConferenceLockResponse@@8 @32744 NONAME ??_R3GCC_ConferenceLockResponse_result@@8 @32745 NONAME ??_R3GCC_ConferenceName@@8 @32746 NONAME ??_R3GCC_ConferenceNameModifier@@8 @32747 NONAME ??_R3GCC_ConferenceNameSelector@@8 @32748 NONAME ??_R3GCC_ConferencePriority@@8 @32749 NONAME ??_R3GCC_ConferencePriorityScheme@@8 @32750 NONAME ??_R3GCC_ConferenceQueryRequest@@8 @32751 NONAME ??_R3GCC_ConferenceQueryResponse@@8 @32752 NONAME ??_R3GCC_ConferenceQueryResponse_result@@8 @32753 NONAME ??_R3GCC_ConferenceTerminateIndication@@8 @32754 NONAME ??_R3GCC_ConferenceTerminateIndication_reason@@8 @32755 NONAME ??_R3GCC_ConferenceTerminateRequest@@8 @32756 NONAME ??_R3GCC_ConferenceTerminateRequest_reason@@8 @32757 NONAME ??_R3GCC_ConferenceTerminateResponse@@8 @32758 NONAME ??_R3GCC_ConferenceTerminateResponse_result@@8 @32759 NONAME ??_R3GCC_ConferenceTimeExtendIndication@@8 @32760 NONAME ??_R3GCC_ConferenceTimeInquireIndication@@8 @32761 NONAME ??_R3GCC_ConferenceTimeRemainingIndication@@8 @32762 NONAME ??_R3GCC_ConferenceTransferIndication@@8 @32763 NONAME ??_R3GCC_ConferenceTransferRequest@@8 @32764 NONAME ??_R3GCC_ConferenceTransferResponse@@8 @32765 NONAME ??_R3GCC_ConferenceTransferResponse_result@@8 @32766 NONAME ??_R3GCC_ConferenceUnlockIndication@@8 @32767 NONAME ??_R3GCC_ConferenceUnlockRequest@@8 @32768 NONAME ??_R3GCC_ConferenceUnlockResponse@@8 @32769 NONAME ??_R3GCC_ConferenceUnlockResponse_result@@8 @32770 NONAME ??_R3GCC_ConnectData@@8 @32771 NONAME ??_R3GCC_ConnectGCCPDU@@8 @32772 NONAME ??_R3GCC_DialingString@@8 @32773 NONAME ??_R3GCC_DynamicChannelID@@8 @32774 NONAME ??_R3GCC_DynamicTokenID@@8 @32775 NONAME ??_R3GCC_EntityID@@8 @32776 NONAME ??_R3GCC_ExtraDialingString@@8 @32777 NONAME ??_R3GCC_FunctionNotSupportedResponse@@8 @32778 NONAME ??_R3GCC_GCCPDU@@8 @32779 NONAME ??_R3GCC_H221NonStandardIdentifier@@8 @32780 NONAME ??_R3GCC_Handle@@8 @32781 NONAME ??_R3GCC_IndicationPDU@@8 @32782 NONAME ??_R3GCC_Key@@8 @32783 NONAME ??_R3GCC_NetworkAddress@@8 @32784 NONAME ??_R3GCC_NetworkAddress_subtype@@8 @32785 NONAME ??_R3GCC_NetworkAddress_subtype_aggregatedChannel@@8 @32786 NONAME ??_R3GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@8 @32787 NONAME ??_R3GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@8 @32788 NONAME ??_R3GCC_NetworkAddress_subtype_transportConnection@@8 @32789 NONAME ??_R3GCC_NodeProperties@@8 @32790 NONAME ??_R3GCC_NodeRecord@@8 @32791 NONAME ??_R3GCC_NodeType@@8 @32792 NONAME ??_R3GCC_NonStandardParameter@@8 @32793 NONAME ??_R3GCC_NonStandardPDU@@8 @32794 NONAME ??_R3GCC_Password@@8 @32795 NONAME ??_R3GCC_PasswordChallengeRequestResponse@@8 @32796 NONAME ??_R3GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@8 @32797 NONAME ??_R3GCC_PasswordSelector@@8 @32798 NONAME ??_R3GCC_Privilege@@8 @32799 NONAME ??_R3GCC_RegistryAllocateHandleRequest@@8 @32800 NONAME ??_R3GCC_RegistryAllocateHandleResponse@@8 @32801 NONAME ??_R3GCC_RegistryAllocateHandleResponse_result@@8 @32802 NONAME ??_R3GCC_RegistryAssignTokenRequest@@8 @32803 NONAME ??_R3GCC_RegistryDeleteEntryRequest@@8 @32804 NONAME ??_R3GCC_RegistryEntryOwner@@8 @32805 NONAME ??_R3GCC_RegistryEntryOwner_owned@@8 @32806 NONAME ??_R3GCC_RegistryItem@@8 @32807 NONAME ??_R3GCC_RegistryKey@@8 @32808 NONAME ??_R3GCC_RegistryModificationRights@@8 @32809 NONAME ??_R3GCC_RegistryMonitorEntryIndication@@8 @32810 NONAME ??_R3GCC_RegistryMonitorEntryRequest@@8 @32811 NONAME ??_R3GCC_RegistryRegisterChannelRequest@@8 @32812 NONAME ??_R3GCC_RegistryResponse@@8 @32813 NONAME ??_R3GCC_RegistryResponse_primitiveType@@8 @32814 NONAME ??_R3GCC_RegistryResponse_result@@8 @32815 NONAME ??_R3GCC_RegistryRetrieveEntryRequest@@8 @32816 NONAME ??_R3GCC_RegistrySetParameterRequest@@8 @32817 NONAME ??_R3GCC_RequestPDU@@8 @32818 NONAME ??_R3GCC_ResponsePDU@@8 @32819 NONAME ??_R3GCC_RosterUpdateIndication@@8 @32820 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation@@8 @32821 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype@@8 @32822 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@8 @32823 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@8 @32824 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@8 @32825 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@8 @32826 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@8 @32827 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@8 @32828 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@8 @32829 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@8 @32830 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@8 @32831 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation@@8 @32832 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@8 @32833 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@8 @32834 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@8 @32835 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@8 @32836 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@8 @32837 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@8 @32838 NONAME ??_R3GCC_SessionKey@@8 @32839 NONAME ??_R3GCC_SimpleNumericString@@8 @32840 NONAME ??_R3GCC_SimpleTextString@@8 @32841 NONAME ??_R3GCC_StaticChannelID@@8 @32842 NONAME ??_R3GCC_StaticTokenID@@8 @32843 NONAME ??_R3GCC_SubAddressString@@8 @32844 NONAME ??_R3GCC_TerminationMethod@@8 @32845 NONAME ??_R3GCC_TextMessageIndication@@8 @32846 NONAME ??_R3GCC_TextString@@8 @32847 NONAME ??_R3GCC_Time@@8 @32848 NONAME ??_R3GCC_TokenID@@8 @32849 NONAME ??_R3GCC_UserData@@8 @32850 NONAME ??_R3GCC_UserData_subtype@@8 @32851 NONAME ??_R3GCC_UserID@@8 @32852 NONAME ??_R3GCC_UserIDIndication@@8 @32853 NONAME ??_R3H225CallThread@@8 @32854 NONAME ??_R3H225TransportThread@@8 @32855 NONAME ??_R3H225_AddressPattern@@8 @32856 NONAME ??_R3H225_AddressPattern_range@@8 @32857 NONAME ??_R3H225_AdmissionConfirm@@8 @32858 NONAME ??_R3H225_AdmissionConfirm_language@@8 @32859 NONAME ??_R3H225_AdmissionReject@@8 @32860 NONAME ??_R3H225_AdmissionRejectReason@@8 @32861 NONAME ??_R3H225_AdmissionRequest@@8 @32862 NONAME ??_R3H225_Alerting_UUIE@@8 @32863 NONAME ??_R3H225_AliasAddress@@8 @32864 NONAME ??_R3H225_AlternateGK@@8 @32865 NONAME ??_R3H225_AlternateTransportAddresses@@8 @32866 NONAME ??_R3H225_AltGKInfo@@8 @32867 NONAME ??_R3H225_ANSI_41_UIM@@8 @32868 NONAME ??_R3H225_ANSI_41_UIM_system_id@@8 @32869 NONAME ??_R3H225_ArrayOf_AddressPattern@@8 @32870 NONAME ??_R3H225_ArrayOf_AdmissionConfirm@@8 @32871 NONAME ??_R3H225_ArrayOf_AliasAddress@@8 @32872 NONAME ??_R3H225_ArrayOf_AlternateGK@@8 @32873 NONAME ??_R3H225_ArrayOf_AuthenticationMechanism@@8 @32874 NONAME ??_R3H225_ArrayOf_BandwidthDetails@@8 @32875 NONAME ??_R3H225_ArrayOf_CallReferenceValue@@8 @32876 NONAME ??_R3H225_ArrayOf_CallsAvailable@@8 @32877 NONAME ??_R3H225_ArrayOf_ClearToken@@8 @32878 NONAME ??_R3H225_ArrayOf_ConferenceIdentifier@@8 @32879 NONAME ??_R3H225_ArrayOf_ConferenceList@@8 @32880 NONAME ??_R3H225_ArrayOf_CryptoH323Token@@8 @32881 NONAME ??_R3H225_ArrayOf_DataRate@@8 @32882 NONAME ??_R3H225_ArrayOf_Endpoint@@8 @32883 NONAME ??_R3H225_ArrayOf_EnumeratedParameter@@8 @32884 NONAME ??_R3H225_ArrayOf_ExtendedAliasAddress@@8 @32885 NONAME ??_R3H225_ArrayOf_FeatureDescriptor@@8 @32886 NONAME ??_R3H225_ArrayOf_GenericData@@8 @32887 NONAME ??_R3H225_ArrayOf_H245Security@@8 @32888 NONAME ??_R3H225_ArrayOf_H248PackagesDescriptor@@8 @32889 NONAME ??_R3H225_ArrayOf_IntegrityMechanism@@8 @32890 NONAME ??_R3H225_ArrayOf_NonStandardParameter@@8 @32891 NONAME ??_R3H225_ArrayOf_PartyNumber@@8 @32892 NONAME ??_R3H225_ArrayOf_PASN_ObjectId@@8 @32893 NONAME ??_R3H225_ArrayOf_PASN_OctetString@@8 @32894 NONAME ??_R3H225_ArrayOf_RasUsageSpecification@@8 @32895 NONAME ??_R3H225_ArrayOf_RTPSession@@8 @32896 NONAME ??_R3H225_ArrayOf_ServiceControlSession@@8 @32897 NONAME ??_R3H225_ArrayOf_SupportedPrefix@@8 @32898 NONAME ??_R3H225_ArrayOf_SupportedProtocols@@8 @32899 NONAME ??_R3H225_ArrayOf_TransportAddress@@8 @32900 NONAME ??_R3H225_ArrayOf_TransportChannelInfo@@8 @32901 NONAME ??_R3H225_ArrayOf_TunnelledProtocol@@8 @32902 NONAME ??_R3H225_BandRejectReason@@8 @32903 NONAME ??_R3H225_BandWidth@@8 @32904 NONAME ??_R3H225_BandwidthConfirm@@8 @32905 NONAME ??_R3H225_BandwidthDetails@@8 @32906 NONAME ??_R3H225_BandwidthReject@@8 @32907 NONAME ??_R3H225_BandwidthRequest@@8 @32908 NONAME ??_R3H225_CallCapacity@@8 @32909 NONAME ??_R3H225_CallCapacityInfo@@8 @32910 NONAME ??_R3H225_CallCreditCapability@@8 @32911 NONAME ??_R3H225_CallCreditServiceControl@@8 @32912 NONAME ??_R3H225_CallCreditServiceControl_billingMode@@8 @32913 NONAME ??_R3H225_CallCreditServiceControl_callStartingPoint@@8 @32914 NONAME ??_R3H225_CallIdentifier@@8 @32915 NONAME ??_R3H225_CallLinkage@@8 @32916 NONAME ??_R3H225_CallModel@@8 @32917 NONAME ??_R3H225_CallProceeding_UUIE@@8 @32918 NONAME ??_R3H225_CallReferenceValue@@8 @32919 NONAME ??_R3H225_CallsAvailable@@8 @32920 NONAME ??_R3H225_CallTerminationCause@@8 @32921 NONAME ??_R3H225_CallType@@8 @32922 NONAME ??_R3H225_CapacityReportingCapability@@8 @32923 NONAME ??_R3H225_CapacityReportingSpecification@@8 @32924 NONAME ??_R3H225_CapacityReportingSpecification_when@@8 @32925 NONAME ??_R3H225_CarrierInfo@@8 @32926 NONAME ??_R3H225_CicInfo@@8 @32927 NONAME ??_R3H225_CicInfo_cic@@8 @32928 NONAME ??_R3H225_CircuitIdentifier@@8 @32929 NONAME ??_R3H225_CircuitInfo@@8 @32930 NONAME ??_R3H225_ConferenceIdentifier@@8 @32931 NONAME ??_R3H225_ConferenceList@@8 @32932 NONAME ??_R3H225_Connect_UUIE@@8 @32933 NONAME ??_R3H225_Connect_UUIE_language@@8 @32934 NONAME ??_R3H225_Content@@8 @32935 NONAME ??_R3H225_CryptoH323Token@@8 @32936 NONAME ??_R3H225_CryptoH323Token_cryptoEPPwdHash@@8 @32937 NONAME ??_R3H225_CryptoH323Token_cryptoGKPwdHash@@8 @32938 NONAME ??_R3H225_DataRate@@8 @32939 NONAME ??_R3H225_DisengageConfirm@@8 @32940 NONAME ??_R3H225_DisengageReason@@8 @32941 NONAME ??_R3H225_DisengageReject@@8 @32942 NONAME ??_R3H225_DisengageRejectReason@@8 @32943 NONAME ??_R3H225_DisengageRequest@@8 @32944 NONAME ??_R3H225_EncodedFastStartToken@@8 @32945 NONAME ??_R3H225_EncryptIntAlg@@8 @32946 NONAME ??_R3H225_Endpoint@@8 @32947 NONAME ??_R3H225_EndpointIdentifier@@8 @32948 NONAME ??_R3H225_EndpointType@@8 @32949 NONAME ??_R3H225_EnumeratedParameter@@8 @32950 NONAME ??_R3H225_ExtendedAliasAddress@@8 @32951 NONAME ??_R3H225_FacilityReason@@8 @32952 NONAME ??_R3H225_Facility_UUIE@@8 @32953 NONAME ??_R3H225_FastStartToken@@8 @32954 NONAME ??_R3H225_FeatureDescriptor@@8 @32955 NONAME ??_R3H225_FeatureSet@@8 @32956 NONAME ??_R3H225_GatekeeperConfirm@@8 @32957 NONAME ??_R3H225_GatekeeperIdentifier@@8 @32958 NONAME ??_R3H225_GatekeeperInfo@@8 @32959 NONAME ??_R3H225_GatekeeperReject@@8 @32960 NONAME ??_R3H225_GatekeeperRejectReason@@8 @32961 NONAME ??_R3H225_GatekeeperRequest@@8 @32962 NONAME ??_R3H225_GatewayInfo@@8 @32963 NONAME ??_R3H225_GenericData@@8 @32964 NONAME ??_R3H225_GenericIdentifier@@8 @32965 NONAME ??_R3H225_GloballyUniqueID@@8 @32966 NONAME ??_R3H225_GroupID@@8 @32967 NONAME ??_R3H225_GroupID_member@@8 @32968 NONAME ??_R3H225_GSM_UIM@@8 @32969 NONAME ??_R3H225_H221NonStandard@@8 @32970 NONAME ??_R3H225_H245Security@@8 @32971 NONAME ??_R3H225_H248PackagesDescriptor@@8 @32972 NONAME ??_R3H225_H248SignalsDescriptor@@8 @32973 NONAME ??_R3H225_H310Caps@@8 @32974 NONAME ??_R3H225_H320Caps@@8 @32975 NONAME ??_R3H225_H321Caps@@8 @32976 NONAME ??_R3H225_H322Caps@@8 @32977 NONAME ??_R3H225_H323Caps@@8 @32978 NONAME ??_R3H225_H323_UserInformation@@8 @32979 NONAME ??_R3H225_H323_UserInformation_user_data@@8 @32980 NONAME ??_R3H225_H323_UU_PDU@@8 @32981 NONAME ??_R3H225_H323_UU_PDU_h323_message_body@@8 @32982 NONAME ??_R3H225_H323_UU_PDU_tunnelledSignallingMessage@@8 @32983 NONAME ??_R3H225_H324Caps@@8 @32984 NONAME ??_R3H225_ICV@@8 @32985 NONAME ??_R3H225_InfoRequest@@8 @32986 NONAME ??_R3H225_InfoRequestAck@@8 @32987 NONAME ??_R3H225_InfoRequestNak@@8 @32988 NONAME ??_R3H225_InfoRequestNakReason@@8 @32989 NONAME ??_R3H225_InfoRequestResponse@@8 @32990 NONAME ??_R3H225_InfoRequestResponseStatus@@8 @32991 NONAME ??_R3H225_InfoRequestResponse_perCallInfo@@8 @32992 NONAME ??_R3H225_InfoRequestResponse_perCallInfo_subtype@@8 @32993 NONAME ??_R3H225_InfoRequestResponse_perCallInfo_subtype_pdu@@8 @32994 NONAME ??_R3H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@8 @32995 NONAME ??_R3H225_Information_UUIE@@8 @32996 NONAME ??_R3H225_IntegrityMechanism@@8 @32997 NONAME ??_R3H225_LocationConfirm@@8 @32998 NONAME ??_R3H225_LocationReject@@8 @32999 NONAME ??_R3H225_LocationRejectReason@@8 @33000 NONAME ??_R3H225_LocationRequest@@8 @33001 NONAME ??_R3H225_McuInfo@@8 @33002 NONAME ??_R3H225_MobileUIM@@8 @33003 NONAME ??_R3H225_NonIsoIntegrityMechanism@@8 @33004 NONAME ??_R3H225_NonStandardIdentifier@@8 @33005 NONAME ??_R3H225_NonStandardMessage@@8 @33006 NONAME ??_R3H225_NonStandardParameter@@8 @33007 NONAME ??_R3H225_NonStandardProtocol@@8 @33008 NONAME ??_R3H225_Notify_UUIE@@8 @33009 NONAME ??_R3H225_NumberDigits@@8 @33010 NONAME ??_R3H225_PartyNumber@@8 @33011 NONAME ??_R3H225_PresentationIndicator@@8 @33012 NONAME ??_R3H225_PrivatePartyNumber@@8 @33013 NONAME ??_R3H225_PrivateTypeOfNumber@@8 @33014 NONAME ??_R3H225_Progress_UUIE@@8 @33015 NONAME ??_R3H225_ProtocolIdentifier@@8 @33016 NONAME ??_R3H225_PublicPartyNumber@@8 @33017 NONAME ??_R3H225_PublicTypeOfNumber@@8 @33018 NONAME ??_R3H225_Q954Details@@8 @33019 NONAME ??_R3H225_QseriesOptions@@8 @33020 NONAME ??_R3H225_RAS@@8 @33021 NONAME ??_R3H225_RasMessage@@8 @33022 NONAME ??_R3H225_RasUsageInformation@@8 @33023 NONAME ??_R3H225_RasUsageInfoTypes@@8 @33024 NONAME ??_R3H225_RasUsageSpecification@@8 @33025 NONAME ??_R3H225_RasUsageSpecification_callStartingPoint@@8 @33026 NONAME ??_R3H225_RasUsageSpecification_when@@8 @33027 NONAME ??_R3H225_RegistrationConfirm@@8 @33028 NONAME ??_R3H225_RegistrationConfirm_preGrantedARQ@@8 @33029 NONAME ??_R3H225_RegistrationReject@@8 @33030 NONAME ??_R3H225_RegistrationRejectReason@@8 @33031 NONAME ??_R3H225_RegistrationRejectReason_invalidTerminalAliases@@8 @33032 NONAME ??_R3H225_RegistrationRequest@@8 @33033 NONAME ??_R3H225_ReleaseCompleteReason@@8 @33034 NONAME ??_R3H225_ReleaseComplete_UUIE@@8 @33035 NONAME ??_R3H225_RequestInProgress@@8 @33036 NONAME ??_R3H225_RequestSeqNum@@8 @33037 NONAME ??_R3H225_ResourcesAvailableConfirm@@8 @33038 NONAME ??_R3H225_ResourcesAvailableIndicate@@8 @33039 NONAME ??_R3H225_RTPSession@@8 @33040 NONAME ??_R3H225_RTPSession_associatedSessionIds@@8 @33041 NONAME ??_R3H225_ScnConnectionAggregation@@8 @33042 NONAME ??_R3H225_ScnConnectionType@@8 @33043 NONAME ??_R3H225_ScreeningIndicator@@8 @33044 NONAME ??_R3H225_SecurityCapabilities@@8 @33045 NONAME ??_R3H225_SecurityErrors2@@8 @33046 NONAME ??_R3H225_SecurityErrors@@8 @33047 NONAME ??_R3H225_SecurityServiceMode@@8 @33048 NONAME ??_R3H225_ServiceControlDescriptor@@8 @33049 NONAME ??_R3H225_ServiceControlIndication@@8 @33050 NONAME ??_R3H225_ServiceControlIndication_callSpecific@@8 @33051 NONAME ??_R3H225_ServiceControlResponse@@8 @33052 NONAME ??_R3H225_ServiceControlResponse_result@@8 @33053 NONAME ??_R3H225_ServiceControlSession@@8 @33054 NONAME ??_R3H225_ServiceControlSession_reason@@8 @33055 NONAME ??_R3H225_SetupAcknowledge_UUIE@@8 @33056 NONAME ??_R3H225_Setup_UUIE@@8 @33057 NONAME ??_R3H225_Setup_UUIE_conferenceGoal@@8 @33058 NONAME ??_R3H225_Setup_UUIE_connectionParameters@@8 @33059 NONAME ??_R3H225_Setup_UUIE_language@@8 @33060 NONAME ??_R3H225_SIPCaps@@8 @33061 NONAME ??_R3H225_StatusInquiry_UUIE@@8 @33062 NONAME ??_R3H225_Status_UUIE@@8 @33063 NONAME ??_R3H225_StimulusControl@@8 @33064 NONAME ??_R3H225_SupportedPrefix@@8 @33065 NONAME ??_R3H225_SupportedProtocols@@8 @33066 NONAME ??_R3H225_T120OnlyCaps@@8 @33067 NONAME ??_R3H225_T38FaxAnnexbOnlyCaps@@8 @33068 NONAME ??_R3H225_TBCD_STRING@@8 @33069 NONAME ??_R3H225_TerminalInfo@@8 @33070 NONAME ??_R3H225_TimeToLive@@8 @33071 NONAME ??_R3H225_TransportAddress@@8 @33072 NONAME ??_R3H225_TransportAddress_ip6Address@@8 @33073 NONAME ??_R3H225_TransportAddress_ipAddress@@8 @33074 NONAME ??_R3H225_TransportAddress_ipSourceRoute@@8 @33075 NONAME ??_R3H225_TransportAddress_ipSourceRoute_route@@8 @33076 NONAME ??_R3H225_TransportAddress_ipSourceRoute_routing@@8 @33077 NONAME ??_R3H225_TransportAddress_ipxAddress@@8 @33078 NONAME ??_R3H225_TransportChannelInfo@@8 @33079 NONAME ??_R3H225_TransportQOS@@8 @33080 NONAME ??_R3H225_TunnelledProtocol@@8 @33081 NONAME ??_R3H225_TunnelledProtocolAlternateIdentifier@@8 @33082 NONAME ??_R3H225_TunnelledProtocol_id@@8 @33083 NONAME ??_R3H225_UnknownMessageResponse@@8 @33084 NONAME ??_R3H225_UnregistrationConfirm@@8 @33085 NONAME ??_R3H225_UnregistrationReject@@8 @33086 NONAME ??_R3H225_UnregistrationRequest@@8 @33087 NONAME ??_R3H225_UnregRejectReason@@8 @33088 NONAME ??_R3H225_UnregRequestReason@@8 @33089 NONAME ??_R3H225_UseSpecifiedTransport@@8 @33090 NONAME ??_R3H225_UUIEsRequested@@8 @33091 NONAME ??_R3H225_VendorIdentifier@@8 @33092 NONAME ??_R3H225_VoiceCaps@@8 @33093 NONAME ??_R3H235AuthCAT@@8 @33094 NONAME ??_R3H235Authenticator@@8 @33095 NONAME ??_R3H235Authenticators@@8 @33096 NONAME ??_R3H235AuthProcedure1@@8 @33097 NONAME ??_R3H235AuthSimpleMD5@@8 @33098 NONAME ??_R3H235_AuthenticationBES@@8 @33099 NONAME ??_R3H235_AuthenticationMechanism@@8 @33100 NONAME ??_R3H235_ChallengeString@@8 @33101 NONAME ??_R3H235_ClearToken@@8 @33102 NONAME ??_R3H235_CryptoToken@@8 @33103 NONAME ??_R3H235_CryptoToken_cryptoEncryptedToken@@8 @33104 NONAME ??_R3H235_CryptoToken_cryptoHashedToken@@8 @33105 NONAME ??_R3H235_CryptoToken_cryptoSignedToken@@8 @33106 NONAME ??_R3H235_DHset@@8 @33107 NONAME ??_R3H235_ECGDSASignature@@8 @33108 NONAME ??_R3H235_ECKASDH@@8 @33109 NONAME ??_R3H235_ECKASDH_eckasdh2@@8 @33110 NONAME ??_R3H235_ECKASDH_eckasdhp@@8 @33111 NONAME ??_R3H235_ECpoint@@8 @33112 NONAME ??_R3H235_EncodedGeneralToken@@8 @33113 NONAME ??_R3H235_EncodedKeySignedMaterial@@8 @33114 NONAME ??_R3H235_EncodedKeySyncMaterial@@8 @33115 NONAME ??_R3H235_EncodedPwdCertToken@@8 @33116 NONAME ??_R3H235_EncodedReturnSig@@8 @33117 NONAME ??_R3H235_H235CertificateSignature@@8 @33118 NONAME ??_R3H235_H235Key@@8 @33119 NONAME ??_R3H235_Identifier@@8 @33120 NONAME ??_R3H235_IV16@@8 @33121 NONAME ??_R3H235_IV8@@8 @33122 NONAME ??_R3H235_KeyMaterial@@8 @33123 NONAME ??_R3H235_KeySignedMaterial@@8 @33124 NONAME ??_R3H235_KeySyncMaterial@@8 @33125 NONAME ??_R3H235_NonStandardParameter@@8 @33126 NONAME ??_R3H235_Params@@8 @33127 NONAME ??_R3H235_Password@@8 @33128 NONAME ??_R3H235_PwdCertToken@@8 @33129 NONAME ??_R3H235_RandomVal@@8 @33130 NONAME ??_R3H235_ReturnSig@@8 @33131 NONAME ??_R3H235_TimeStamp@@8 @33132 NONAME ??_R3H235_TypedCertificate@@8 @33133 NONAME ??_R3H235_V3KeySyncMaterial@@8 @33134 NONAME ??_R3H245NegLogicalChannel@@8 @33135 NONAME ??_R3H245NegLogicalChannels@@8 @33136 NONAME ??_R3H245NegMasterSlaveDetermination@@8 @33137 NONAME ??_R3H245Negotiator@@8 @33138 NONAME ??_R3H245NegRequestMode@@8 @33139 NONAME ??_R3H245NegRoundTripDelay@@8 @33140 NONAME ??_R3H245NegTerminalCapabilitySet@@8 @33141 NONAME ??_R3H245TransportThread@@8 @33142 NONAME ??_R3H245_AlternativeCapabilitySet@@8 @33143 NONAME ??_R3H245_ArrayOf_AlternativeCapabilitySet@@8 @33144 NONAME ??_R3H245_ArrayOf_BEnhancementParameters@@8 @33145 NONAME ??_R3H245_ArrayOf_CapabilityDescriptor@@8 @33146 NONAME ??_R3H245_ArrayOf_CapabilityDescriptorNumber@@8 @33147 NONAME ??_R3H245_ArrayOf_CapabilityTableEntry@@8 @33148 NONAME ??_R3H245_ArrayOf_CapabilityTableEntryNumber@@8 @33149 NONAME ??_R3H245_ArrayOf_CommunicationModeTableEntry@@8 @33150 NONAME ??_R3H245_ArrayOf_CustomPictureClockFrequency@@8 @33151 NONAME ??_R3H245_ArrayOf_CustomPictureFormat@@8 @33152 NONAME ??_R3H245_ArrayOf_DataApplicationCapability@@8 @33153 NONAME ??_R3H245_ArrayOf_DialingInformationNetworkType@@8 @33154 NONAME ??_R3H245_ArrayOf_DialingInformationNumber@@8 @33155 NONAME ??_R3H245_ArrayOf_EnhancementOptions@@8 @33156 NONAME ??_R3H245_ArrayOf_EscrowData@@8 @33157 NONAME ??_R3H245_ArrayOf_GenericCapability@@8 @44179 NONAME ??_R3H245_ArrayOf_GenericParameter@@8 @33158 NONAME ??_R3H245_ArrayOf_H263ModeComboFlags@@8 @33159 NONAME ??_R3H245_ArrayOf_H263VideoModeCombos@@8 @33160 NONAME ??_R3H245_ArrayOf_MediaChannelCapability@@8 @33161 NONAME ??_R3H245_ArrayOf_MediaDistributionCapability@@8 @33162 NONAME ??_R3H245_ArrayOf_ModeDescription@@8 @33163 NONAME ??_R3H245_ArrayOf_MultiplePayloadStreamElement@@8 @33164 NONAME ??_R3H245_ArrayOf_MultiplePayloadStreamElementMode@@8 @33165 NONAME ??_R3H245_ArrayOf_MultiplexElement@@8 @33166 NONAME ??_R3H245_ArrayOf_MultiplexEntryDescriptor@@8 @33167 NONAME ??_R3H245_ArrayOf_MultiplexEntryRejectionDescriptions@@8 @33168 NONAME ??_R3H245_ArrayOf_MultiplexTableEntryNumber@@8 @33169 NONAME ??_R3H245_ArrayOf_NonStandardParameter@@8 @33170 NONAME ??_R3H245_ArrayOf_ParameterIdentifier@@8 @33171 NONAME ??_R3H245_ArrayOf_PictureReference@@8 @33172 NONAME ??_R3H245_ArrayOf_Q2931Address@@8 @33173 NONAME ??_R3H245_ArrayOf_QOSCapability@@8 @33174 NONAME ??_R3H245_ArrayOf_RedundancyEncodingCapability@@8 @33175 NONAME ??_R3H245_ArrayOf_RedundancyEncodingDTModeElement@@8 @33176 NONAME ??_R3H245_ArrayOf_RedundancyEncodingElement@@8 @33177 NONAME ??_R3H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@8 @33178 NONAME ??_R3H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@8 @33179 NONAME ??_R3H245_ArrayOf_RTPPayloadType@@8 @33180 NONAME ??_R3H245_ArrayOf_TerminalInformation@@8 @33181 NONAME ??_R3H245_ArrayOf_TerminalLabel@@8 @33182 NONAME ??_R3H245_ArrayOf_VCCapability@@8 @33183 NONAME ??_R3H245_ArrayOf_VideoCapability@@8 @44180 NONAME ??_R3H245_ATMParameters@@8 @33184 NONAME ??_R3H245_AudioCapability@@8 @33185 NONAME ??_R3H245_AudioCapability_g7231@@8 @33186 NONAME ??_R3H245_AudioMode@@8 @33187 NONAME ??_R3H245_AudioMode_g7231@@8 @33188 NONAME ??_R3H245_AudioTelephonyEventCapability@@8 @33189 NONAME ??_R3H245_AudioToneCapability@@8 @33190 NONAME ??_R3H245_AuthenticationCapability@@8 @33191 NONAME ??_R3H245_BEnhancementParameters@@8 @33192 NONAME ??_R3H245_Capability@@8 @33193 NONAME ??_R3H245_CapabilityDescriptor@@8 @33194 NONAME ??_R3H245_CapabilityDescriptorNumber@@8 @33195 NONAME ??_R3H245_CapabilityIdentifier@@8 @33196 NONAME ??_R3H245_CapabilityTableEntry@@8 @33197 NONAME ??_R3H245_CapabilityTableEntryNumber@@8 @33198 NONAME ??_R3H245_Capability_h233EncryptionReceiveCapability@@8 @33199 NONAME ??_R3H245_CertSelectionCriteria@@8 @33200 NONAME ??_R3H245_CloseLogicalChannel@@8 @33201 NONAME ??_R3H245_CloseLogicalChannelAck@@8 @33202 NONAME ??_R3H245_CloseLogicalChannel_reason@@8 @33203 NONAME ??_R3H245_CloseLogicalChannel_source@@8 @33204 NONAME ??_R3H245_CommandMessage@@8 @33205 NONAME ??_R3H245_CommunicationModeCommand@@8 @33206 NONAME ??_R3H245_CommunicationModeRequest@@8 @33207 NONAME ??_R3H245_CommunicationModeResponse@@8 @33208 NONAME ??_R3H245_CommunicationModeTableEntry@@8 @33209 NONAME ??_R3H245_CommunicationModeTableEntry_dataType@@8 @33210 NONAME ??_R3H245_CompressionType@@8 @33211 NONAME ??_R3H245_ConferenceCapability@@8 @33212 NONAME ??_R3H245_ConferenceCommand@@8 @33213 NONAME ??_R3H245_ConferenceID@@8 @33214 NONAME ??_R3H245_ConferenceIndication@@8 @33215 NONAME ??_R3H245_ConferenceRequest@@8 @33216 NONAME ??_R3H245_ConferenceRequest_requestTerminalCertificate@@8 @33217 NONAME ??_R3H245_ConferenceResponse@@8 @33218 NONAME ??_R3H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@8 @33219 NONAME ??_R3H245_ConferenceResponse_chairTokenOwnerResponse@@8 @33220 NONAME ??_R3H245_ConferenceResponse_conferenceIDResponse@@8 @33221 NONAME ??_R3H245_ConferenceResponse_extensionAddressResponse@@8 @33222 NONAME ??_R3H245_ConferenceResponse_makeMeChairResponse@@8 @33223 NONAME ??_R3H245_ConferenceResponse_makeTerminalBroadcasterResponse@@8 @33224 NONAME ??_R3H245_ConferenceResponse_mCTerminalIDResponse@@8 @33225 NONAME ??_R3H245_ConferenceResponse_passwordResponse@@8 @33226 NONAME ??_R3H245_ConferenceResponse_sendThisSourceResponse@@8 @33227 NONAME ??_R3H245_ConferenceResponse_terminalCertificateResponse@@8 @33228 NONAME ??_R3H245_ConferenceResponse_terminalIDResponse@@8 @33229 NONAME ??_R3H245_ConnectionIdentifier@@8 @33230 NONAME ??_R3H245_CRCLength@@8 @33231 NONAME ??_R3H245_Criteria@@8 @33232 NONAME ??_R3H245_CustomPictureClockFrequency@@8 @33233 NONAME ??_R3H245_CustomPictureFormat@@8 @33234 NONAME ??_R3H245_CustomPictureFormat_mPI@@8 @33235 NONAME ??_R3H245_CustomPictureFormat_mPI_customPCF@@8 @33236 NONAME ??_R3H245_CustomPictureFormat_mPI_customPCF_subtype@@8 @33237 NONAME ??_R3H245_CustomPictureFormat_pixelAspectInformation@@8 @33238 NONAME ??_R3H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@8 @33239 NONAME ??_R3H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@8 @33240 NONAME ??_R3H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@8 @33241 NONAME ??_R3H245_DataApplicationCapability@@8 @33242 NONAME ??_R3H245_DataApplicationCapability_application@@8 @33243 NONAME ??_R3H245_DataApplicationCapability_application_nlpid@@8 @33244 NONAME ??_R3H245_DataApplicationCapability_application_t38fax@@8 @33245 NONAME ??_R3H245_DataApplicationCapability_application_t84@@8 @33246 NONAME ??_R3H245_DataMode@@8 @33247 NONAME ??_R3H245_DataMode_application@@8 @33248 NONAME ??_R3H245_DataMode_application_nlpid@@8 @33249 NONAME ??_R3H245_DataMode_application_t38fax@@8 @33250 NONAME ??_R3H245_DataProtocolCapability@@8 @33251 NONAME ??_R3H245_DataProtocolCapability_v76wCompression@@8 @33252 NONAME ??_R3H245_DataType@@8 @33253 NONAME ??_R3H245_DepFECCapability@@8 @44181 NONAME ??_R3H245_DepFECCapability_rfc2733@@8 @44182 NONAME ??_R3H245_DepFECCapability_rfc2733_separateStream@@8 @44183 NONAME ??_R3H245_DepFECData@@8 @44184 NONAME ??_R3H245_DepFECData_rfc2733@@8 @44185 NONAME ??_R3H245_DepFECData_rfc2733_mode@@8 @44186 NONAME ??_R3H245_DepFECData_rfc2733_mode_separateStream@@8 @44187 NONAME ??_R3H245_DepFECData_rfc2733_mode_separateStream_differentPort@@8 @44188 NONAME ??_R3H245_DepFECData_rfc2733_mode_separateStream_samePort@@8 @44189 NONAME ??_R3H245_DepFECMode@@8 @44190 NONAME ??_R3H245_DepFECMode_rfc2733Mode@@8 @44191 NONAME ??_R3H245_DepFECMode_rfc2733Mode_mode@@8 @44192 NONAME ??_R3H245_DepFECMode_rfc2733Mode_mode_separateStream@@8 @44193 NONAME ??_R3H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@8 @44194 NONAME ??_R3H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@8 @44195 NONAME ??_R3H245_DialingInformation@@8 @33254 NONAME ??_R3H245_DialingInformationNetworkType@@8 @33255 NONAME ??_R3H245_DialingInformationNumber@@8 @33256 NONAME ??_R3H245_EncryptionAuthenticationAndIntegrity@@8 @33257 NONAME ??_R3H245_EncryptionCapability@@8 @33258 NONAME ??_R3H245_EncryptionCommand@@8 @33259 NONAME ??_R3H245_EncryptionCommand_encryptionAlgorithmID@@8 @33260 NONAME ??_R3H245_EncryptionMode@@8 @33261 NONAME ??_R3H245_EncryptionSync@@8 @33262 NONAME ??_R3H245_EncryptionUpdateDirection@@8 @44196 NONAME ??_R3H245_EncryptionUpdateRequest@@8 @33263 NONAME ??_R3H245_EndSessionCommand@@8 @33264 NONAME ??_R3H245_EndSessionCommand_gstnOptions@@8 @33265 NONAME ??_R3H245_EndSessionCommand_isdnOptions@@8 @33266 NONAME ??_R3H245_EnhancementLayerInfo@@8 @33267 NONAME ??_R3H245_EnhancementOptions@@8 @33268 NONAME ??_R3H245_EscrowData@@8 @33269 NONAME ??_R3H245_ExtendedVideoCapability@@8 @44197 NONAME ??_R3H245_FECCapability@@8 @33270 NONAME ??_R3H245_FECCapability_rfc2733Format@@8 @44198 NONAME ??_R3H245_FECData@@8 @33273 NONAME ??_R3H245_FECData_rfc2733@@8 @33274 NONAME ??_R3H245_FECData_rfc2733_pktMode@@8 @44199 NONAME ??_R3H245_FECData_rfc2733_pktMode_rfc2733diffport@@8 @44200 NONAME ??_R3H245_FECData_rfc2733_pktMode_rfc2733sameport@@8 @44201 NONAME ??_R3H245_FECMode@@8 @33279 NONAME ??_R3H245_FECMode_rfc2733Format@@8 @44202 NONAME ??_R3H245_FlowControlCommand@@8 @33285 NONAME ??_R3H245_FlowControlCommand_restriction@@8 @33286 NONAME ??_R3H245_FlowControlCommand_scope@@8 @33287 NONAME ??_R3H245_FlowControlIndication@@8 @33288 NONAME ??_R3H245_FlowControlIndication_restriction@@8 @33289 NONAME ??_R3H245_FlowControlIndication_scope@@8 @33290 NONAME ??_R3H245_FunctionNotSupported@@8 @33291 NONAME ??_R3H245_FunctionNotSupported_cause@@8 @33292 NONAME ??_R3H245_FunctionNotUnderstood@@8 @33293 NONAME ??_R3H245_G7231AnnexCCapability@@8 @33294 NONAME ??_R3H245_G7231AnnexCCapability_g723AnnexCAudioMode@@8 @33295 NONAME ??_R3H245_G7231AnnexCMode@@8 @33296 NONAME ??_R3H245_G7231AnnexCMode_g723AnnexCAudioMode@@8 @33297 NONAME ??_R3H245_G729Extensions@@8 @33298 NONAME ??_R3H245_GenericCapability@@8 @33299 NONAME ??_R3H245_GenericMessage@@8 @44203 NONAME ??_R3H245_GenericParameter@@8 @33300 NONAME ??_R3H245_GSMAudioCapability@@8 @33301 NONAME ??_R3H245_H222Capability@@8 @33302 NONAME ??_R3H245_H222LogicalChannelParameters@@8 @33303 NONAME ??_R3H245_H223AL1MParameters@@8 @33304 NONAME ??_R3H245_H223AL1MParameters_arqType@@8 @33305 NONAME ??_R3H245_H223AL1MParameters_crcLength@@8 @33306 NONAME ??_R3H245_H223AL1MParameters_headerFEC@@8 @33307 NONAME ??_R3H245_H223AL1MParameters_transferMode@@8 @33308 NONAME ??_R3H245_H223AL2MParameters@@8 @33309 NONAME ??_R3H245_H223AL2MParameters_headerFEC@@8 @33310 NONAME ??_R3H245_H223AL3MParameters@@8 @33311 NONAME ??_R3H245_H223AL3MParameters_arqType@@8 @33312 NONAME ??_R3H245_H223AL3MParameters_crcLength@@8 @33313 NONAME ??_R3H245_H223AL3MParameters_headerFormat@@8 @33314 NONAME ??_R3H245_H223AnnexCArqParameters@@8 @33315 NONAME ??_R3H245_H223AnnexCArqParameters_numberOfRetransmissions@@8 @33316 NONAME ??_R3H245_H223AnnexCCapability@@8 @33317 NONAME ??_R3H245_H223Capability@@8 @33318 NONAME ??_R3H245_H223Capability_h223MultiplexTableCapability@@8 @33319 NONAME ??_R3H245_H223Capability_h223MultiplexTableCapability_enhanced@@8 @33320 NONAME ??_R3H245_H223Capability_mobileMultilinkFrameCapability@@8 @33321 NONAME ??_R3H245_H223Capability_mobileOperationTransmitCapability@@8 @33322 NONAME ??_R3H245_H223LogicalChannelParameters@@8 @33323 NONAME ??_R3H245_H223LogicalChannelParameters_adaptationLayerType@@8 @33324 NONAME ??_R3H245_H223LogicalChannelParameters_adaptationLayerType_al3@@8 @33325 NONAME ??_R3H245_H223ModeParameters@@8 @33326 NONAME ??_R3H245_H223ModeParameters_adaptationLayerType@@8 @33327 NONAME ??_R3H245_H223ModeParameters_adaptationLayerType_al3@@8 @33328 NONAME ??_R3H245_H223MultiplexReconfiguration@@8 @33329 NONAME ??_R3H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@8 @33330 NONAME ??_R3H245_H223MultiplexReconfiguration_h223ModeChange@@8 @33331 NONAME ??_R3H245_H223SkewIndication@@8 @33332 NONAME ??_R3H245_H2250Capability@@8 @33333 NONAME ??_R3H245_H2250Capability_mcCapability@@8 @33334 NONAME ??_R3H245_H2250LogicalChannelAckParameters@@8 @33335 NONAME ??_R3H245_H2250LogicalChannelParameters@@8 @33336 NONAME ??_R3H245_H2250LogicalChannelParameters_mediaPacketization@@8 @33337 NONAME ??_R3H245_H2250MaximumSkewIndication@@8 @33338 NONAME ??_R3H245_H2250ModeParameters@@8 @33339 NONAME ??_R3H245_H235Media@@8 @33340 NONAME ??_R3H245_H235Media_mediaType@@8 @33341 NONAME ??_R3H245_H235Mode@@8 @33342 NONAME ??_R3H245_H235Mode_mediaMode@@8 @33343 NONAME ??_R3H245_H235SecurityCapability@@8 @33344 NONAME ??_R3H245_H261VideoCapability@@8 @33345 NONAME ??_R3H245_H261VideoMode@@8 @33346 NONAME ??_R3H245_H261VideoMode_resolution@@8 @33347 NONAME ??_R3H245_H262VideoCapability@@8 @33348 NONAME ??_R3H245_H262VideoMode@@8 @33349 NONAME ??_R3H245_H262VideoMode_profileAndLevel@@8 @33350 NONAME ??_R3H245_H263ModeComboFlags@@8 @33351 NONAME ??_R3H245_H263Options@@8 @33352 NONAME ??_R3H245_H263Version3Options@@8 @33353 NONAME ??_R3H245_H263VideoCapability@@8 @33354 NONAME ??_R3H245_H263VideoMode@@8 @33355 NONAME ??_R3H245_H263VideoModeCombos@@8 @33356 NONAME ??_R3H245_H263VideoMode_resolution@@8 @33357 NONAME ??_R3H245_IndicationMessage@@8 @33358 NONAME ??_R3H245_IntegrityCapability@@8 @33359 NONAME ??_R3H245_IS11172AudioCapability@@8 @33360 NONAME ??_R3H245_IS11172AudioMode@@8 @33361 NONAME ??_R3H245_IS11172AudioMode_audioLayer@@8 @33362 NONAME ??_R3H245_IS11172AudioMode_audioSampling@@8 @33363 NONAME ??_R3H245_IS11172AudioMode_multichannelType@@8 @33364 NONAME ??_R3H245_IS11172VideoCapability@@8 @33365 NONAME ??_R3H245_IS11172VideoMode@@8 @33366 NONAME ??_R3H245_IS13818AudioCapability@@8 @33367 NONAME ??_R3H245_IS13818AudioMode@@8 @33368 NONAME ??_R3H245_IS13818AudioMode_audioLayer@@8 @33369 NONAME ??_R3H245_IS13818AudioMode_audioSampling@@8 @33370 NONAME ??_R3H245_IS13818AudioMode_multichannelType@@8 @33371 NONAME ??_R3H245_IV16@@8 @44204 NONAME ??_R3H245_IV8@@8 @44205 NONAME ??_R3H245_JitterIndication@@8 @33372 NONAME ??_R3H245_JitterIndication_scope@@8 @33373 NONAME ??_R3H245_KeyProtectionMethod@@8 @33374 NONAME ??_R3H245_LogicalChannelNumber@@8 @33375 NONAME ??_R3H245_LogicalChannelRateAcknowledge@@8 @33376 NONAME ??_R3H245_LogicalChannelRateReject@@8 @33377 NONAME ??_R3H245_LogicalChannelRateRejectReason@@8 @33378 NONAME ??_R3H245_LogicalChannelRateRelease@@8 @33379 NONAME ??_R3H245_LogicalChannelRateRequest@@8 @33380 NONAME ??_R3H245_MaintenanceLoopAck@@8 @33381 NONAME ??_R3H245_MaintenanceLoopAck_type@@8 @33382 NONAME ??_R3H245_MaintenanceLoopOffCommand@@8 @33383 NONAME ??_R3H245_MaintenanceLoopReject@@8 @33384 NONAME ??_R3H245_MaintenanceLoopReject_cause@@8 @33385 NONAME ??_R3H245_MaintenanceLoopReject_type@@8 @33386 NONAME ??_R3H245_MaintenanceLoopRequest@@8 @33387 NONAME ??_R3H245_MaintenanceLoopRequest_type@@8 @33388 NONAME ??_R3H245_MasterSlaveDetermination@@8 @33389 NONAME ??_R3H245_MasterSlaveDeterminationAck@@8 @33390 NONAME ??_R3H245_MasterSlaveDeterminationAck_decision@@8 @33391 NONAME ??_R3H245_MasterSlaveDeterminationReject@@8 @33392 NONAME ??_R3H245_MasterSlaveDeterminationReject_cause@@8 @33393 NONAME ??_R3H245_MasterSlaveDeterminationRelease@@8 @33394 NONAME ??_R3H245_MaximumBitRate@@8 @33395 NONAME ??_R3H245_MaxRedundancy@@8 @44206 NONAME ??_R3H245_MCLocationIndication@@8 @33396 NONAME ??_R3H245_McuNumber@@8 @33397 NONAME ??_R3H245_MediaChannelCapability@@8 @33398 NONAME ??_R3H245_MediaDistributionCapability@@8 @33399 NONAME ??_R3H245_MediaEncryptionAlgorithm@@8 @33400 NONAME ??_R3H245_MediaPacketizationCapability@@8 @33401 NONAME ??_R3H245_MediaTransportType@@8 @33402 NONAME ??_R3H245_MediaTransportType_atm_AAL5_compressed@@8 @33403 NONAME ??_R3H245_MiscellaneousCommand@@8 @33404 NONAME ??_R3H245_MiscellaneousCommand_type@@8 @33405 NONAME ??_R3H245_MiscellaneousCommand_type_encryptionUpdateAck@@8 @44207 NONAME ??_R3H245_MiscellaneousCommand_type_encryptionUpdateCommand@@8 @44208 NONAME ??_R3H245_MiscellaneousCommand_type_lostPartialPicture@@8 @33406 NONAME ??_R3H245_MiscellaneousCommand_type_progressiveRefinementStart@@8 @33407 NONAME ??_R3H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@8 @33408 NONAME ??_R3H245_MiscellaneousCommand_type_videoBadMBs@@8 @33409 NONAME ??_R3H245_MiscellaneousCommand_type_videoFastUpdateGOB@@8 @33410 NONAME ??_R3H245_MiscellaneousCommand_type_videoFastUpdateMB@@8 @33411 NONAME ??_R3H245_MiscellaneousIndication@@8 @33412 NONAME ??_R3H245_MiscellaneousIndication_type@@8 @33413 NONAME ??_R3H245_MiscellaneousIndication_type_videoNotDecodedMBs@@8 @33414 NONAME ??_R3H245_MobileMultilinkReconfigurationCommand@@8 @33415 NONAME ??_R3H245_MobileMultilinkReconfigurationCommand_status@@8 @33416 NONAME ??_R3H245_MobileMultilinkReconfigurationIndication@@8 @33417 NONAME ??_R3H245_ModeDescription@@8 @33418 NONAME ??_R3H245_ModeElement@@8 @33419 NONAME ??_R3H245_ModeElementType@@8 @33420 NONAME ??_R3H245_MulticastAddress@@8 @33421 NONAME ??_R3H245_MulticastAddress_iP6Address@@8 @33422 NONAME ??_R3H245_MulticastAddress_iPAddress@@8 @33423 NONAME ??_R3H245_MultilinkIndication@@8 @33424 NONAME ??_R3H245_MultilinkIndication_crcDesired@@8 @33425 NONAME ??_R3H245_MultilinkIndication_excessiveError@@8 @33426 NONAME ??_R3H245_MultilinkRequest@@8 @33427 NONAME ??_R3H245_MultilinkRequest_addConnection@@8 @33428 NONAME ??_R3H245_MultilinkRequest_callInformation@@8 @33429 NONAME ??_R3H245_MultilinkRequest_maximumHeaderInterval@@8 @33430 NONAME ??_R3H245_MultilinkRequest_maximumHeaderInterval_requestType@@8 @33431 NONAME ??_R3H245_MultilinkRequest_removeConnection@@8 @33432 NONAME ??_R3H245_MultilinkResponse@@8 @33433 NONAME ??_R3H245_MultilinkResponse_addConnection@@8 @33434 NONAME ??_R3H245_MultilinkResponse_addConnection_responseCode@@8 @33435 NONAME ??_R3H245_MultilinkResponse_addConnection_responseCode_rejected@@8 @33436 NONAME ??_R3H245_MultilinkResponse_callInformation@@8 @33437 NONAME ??_R3H245_MultilinkResponse_maximumHeaderInterval@@8 @33438 NONAME ??_R3H245_MultilinkResponse_removeConnection@@8 @33439 NONAME ??_R3H245_MultimediaSystemControlMessage@@8 @33440 NONAME ??_R3H245_MultiplePayloadStream@@8 @33441 NONAME ??_R3H245_MultiplePayloadStreamCapability@@8 @33442 NONAME ??_R3H245_MultiplePayloadStreamElement@@8 @33443 NONAME ??_R3H245_MultiplePayloadStreamElementMode@@8 @33444 NONAME ??_R3H245_MultiplePayloadStreamMode@@8 @33445 NONAME ??_R3H245_MultiplexCapability@@8 @33446 NONAME ??_R3H245_MultiplexedStreamCapability@@8 @33447 NONAME ??_R3H245_MultiplexedStreamModeParameters@@8 @33448 NONAME ??_R3H245_MultiplexedStreamParameter@@8 @33449 NONAME ??_R3H245_MultiplexElement@@8 @33450 NONAME ??_R3H245_MultiplexElement_repeatCount@@8 @33451 NONAME ??_R3H245_MultiplexElement_type@@8 @33452 NONAME ??_R3H245_MultiplexEntryDescriptor@@8 @33453 NONAME ??_R3H245_MultiplexEntryRejectionDescriptions@@8 @33454 NONAME ??_R3H245_MultiplexEntryRejectionDescriptions_cause@@8 @33455 NONAME ??_R3H245_MultiplexEntrySend@@8 @33456 NONAME ??_R3H245_MultiplexEntrySendAck@@8 @33457 NONAME ??_R3H245_MultiplexEntrySendReject@@8 @33458 NONAME ??_R3H245_MultiplexEntrySendRelease@@8 @33459 NONAME ??_R3H245_MultiplexFormat@@8 @33460 NONAME ??_R3H245_MultiplexTableEntryNumber@@8 @33461 NONAME ??_R3H245_MultipointCapability@@8 @33462 NONAME ??_R3H245_NetworkAccessParameters@@8 @33463 NONAME ??_R3H245_NetworkAccessParameters_distribution@@8 @33464 NONAME ??_R3H245_NetworkAccessParameters_networkAddress@@8 @33465 NONAME ??_R3H245_NetworkAccessParameters_t120SetupProcedure@@8 @33466 NONAME ??_R3H245_NewATMVCCommand@@8 @33467 NONAME ??_R3H245_NewATMVCCommand_aal@@8 @33468 NONAME ??_R3H245_NewATMVCCommand_aal_aal1@@8 @33469 NONAME ??_R3H245_NewATMVCCommand_aal_aal1_clockRecovery@@8 @33470 NONAME ??_R3H245_NewATMVCCommand_aal_aal1_errorCorrection@@8 @33471 NONAME ??_R3H245_NewATMVCCommand_aal_aal5@@8 @33472 NONAME ??_R3H245_NewATMVCCommand_multiplex@@8 @33473 NONAME ??_R3H245_NewATMVCCommand_reverseParameters@@8 @33474 NONAME ??_R3H245_NewATMVCCommand_reverseParameters_multiplex@@8 @33475 NONAME ??_R3H245_NewATMVCIndication@@8 @33476 NONAME ??_R3H245_NewATMVCIndication_aal@@8 @33477 NONAME ??_R3H245_NewATMVCIndication_aal_aal1@@8 @33478 NONAME ??_R3H245_NewATMVCIndication_aal_aal1_clockRecovery@@8 @33479 NONAME ??_R3H245_NewATMVCIndication_aal_aal1_errorCorrection@@8 @33480 NONAME ??_R3H245_NewATMVCIndication_aal_aal5@@8 @33481 NONAME ??_R3H245_NewATMVCIndication_multiplex@@8 @33482 NONAME ??_R3H245_NewATMVCIndication_reverseParameters@@8 @33483 NONAME ??_R3H245_NewATMVCIndication_reverseParameters_multiplex@@8 @33484 NONAME ??_R3H245_NonStandardIdentifier@@8 @33485 NONAME ??_R3H245_NonStandardIdentifier_h221NonStandard@@8 @33486 NONAME ??_R3H245_NonStandardMessage@@8 @33487 NONAME ??_R3H245_NonStandardParameter@@8 @33488 NONAME ??_R3H245_NoPTAudioTelephonyEventCapability@@8 @33489 NONAME ??_R3H245_NoPTAudioToneCapability@@8 @33490 NONAME ??_R3H245_OpenLogicalChannel@@8 @33491 NONAME ??_R3H245_OpenLogicalChannelAck@@8 @33492 NONAME ??_R3H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@8 @33493 NONAME ??_R3H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@8 @33494 NONAME ??_R3H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@8 @33495 NONAME ??_R3H245_OpenLogicalChannelConfirm@@8 @33496 NONAME ??_R3H245_OpenLogicalChannelReject@@8 @33497 NONAME ??_R3H245_OpenLogicalChannelReject_cause@@8 @33498 NONAME ??_R3H245_OpenLogicalChannel_forwardLogicalChannelParameters@@8 @33499 NONAME ??_R3H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@8 @33500 NONAME ??_R3H245_OpenLogicalChannel_reverseLogicalChannelParameters@@8 @33501 NONAME ??_R3H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@8 @33502 NONAME ??_R3H245_ParameterIdentifier@@8 @33503 NONAME ??_R3H245_ParameterValue@@8 @33504 NONAME ??_R3H245_Params@@8 @44209 NONAME ??_R3H245_Password@@8 @33505 NONAME ??_R3H245_PictureReference@@8 @33506 NONAME ??_R3H245_Q2931Address@@8 @33507 NONAME ??_R3H245_Q2931Address_address@@8 @33508 NONAME ??_R3H245_QOSCapability@@8 @33509 NONAME ??_R3H245_QOSMode@@8 @33510 NONAME ??_R3H245_RedundancyEncoding@@8 @33511 NONAME ??_R3H245_RedundancyEncodingCapability@@8 @33512 NONAME ??_R3H245_RedundancyEncodingDTMode@@8 @33513 NONAME ??_R3H245_RedundancyEncodingDTModeElement@@8 @33514 NONAME ??_R3H245_RedundancyEncodingDTModeElement_type@@8 @33515 NONAME ??_R3H245_RedundancyEncodingElement@@8 @33516 NONAME ??_R3H245_RedundancyEncodingMethod@@8 @33517 NONAME ??_R3H245_RedundancyEncodingMode@@8 @33518 NONAME ??_R3H245_RedundancyEncodingMode_secondaryEncoding@@8 @33519 NONAME ??_R3H245_RedundancyEncoding_rtpRedundancyEncoding@@8 @33520 NONAME ??_R3H245_RefPictureSelection@@8 @33521 NONAME ??_R3H245_RefPictureSelection_additionalPictureMemory@@8 @33522 NONAME ??_R3H245_RefPictureSelection_enhancedReferencePicSelect@@8 @33523 NONAME ??_R3H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@8 @33524 NONAME ??_R3H245_RefPictureSelection_videoBackChannelSend@@8 @33525 NONAME ??_R3H245_RemoteMCRequest@@8 @33526 NONAME ??_R3H245_RemoteMCResponse@@8 @33527 NONAME ??_R3H245_RemoteMCResponse_reject@@8 @33528 NONAME ??_R3H245_RequestAllTerminalIDsResponse@@8 @33529 NONAME ??_R3H245_RequestChannelClose@@8 @33530 NONAME ??_R3H245_RequestChannelCloseAck@@8 @33531 NONAME ??_R3H245_RequestChannelCloseReject@@8 @33532 NONAME ??_R3H245_RequestChannelCloseReject_cause@@8 @33533 NONAME ??_R3H245_RequestChannelCloseRelease@@8 @33534 NONAME ??_R3H245_RequestChannelClose_reason@@8 @33535 NONAME ??_R3H245_RequestMessage@@8 @33536 NONAME ??_R3H245_RequestMode@@8 @33537 NONAME ??_R3H245_RequestModeAck@@8 @33538 NONAME ??_R3H245_RequestModeAck_response@@8 @33539 NONAME ??_R3H245_RequestModeReject@@8 @33540 NONAME ??_R3H245_RequestModeReject_cause@@8 @33541 NONAME ??_R3H245_RequestModeRelease@@8 @33542 NONAME ??_R3H245_RequestMultiplexEntry@@8 @33543 NONAME ??_R3H245_RequestMultiplexEntryAck@@8 @33544 NONAME ??_R3H245_RequestMultiplexEntryReject@@8 @33545 NONAME ??_R3H245_RequestMultiplexEntryRejectionDescriptions@@8 @33546 NONAME ??_R3H245_RequestMultiplexEntryRejectionDescriptions_cause@@8 @33547 NONAME ??_R3H245_RequestMultiplexEntryRelease@@8 @33548 NONAME ??_R3H245_ResponseMessage@@8 @33549 NONAME ??_R3H245_RoundTripDelayRequest@@8 @33550 NONAME ??_R3H245_RoundTripDelayResponse@@8 @33551 NONAME ??_R3H245_RSVPParameters@@8 @33552 NONAME ??_R3H245_RTPH263VideoRedundancyEncoding@@8 @33553 NONAME ??_R3H245_RTPH263VideoRedundancyEncoding_containedThreads@@8 @33554 NONAME ??_R3H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@8 @33555 NONAME ??_R3H245_RTPH263VideoRedundancyFrameMapping@@8 @33556 NONAME ??_R3H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@8 @33557 NONAME ??_R3H245_RTPPayloadType@@8 @33558 NONAME ??_R3H245_RTPPayloadType_payloadDescriptor@@8 @33559 NONAME ??_R3H245_SendTerminalCapabilitySet@@8 @33560 NONAME ??_R3H245_SendTerminalCapabilitySet_specificRequest@@8 @33561 NONAME ??_R3H245_SequenceNumber@@8 @33562 NONAME ??_R3H245_SubstituteConferenceIDCommand@@8 @33563 NONAME ??_R3H245_T38FaxProfile@@8 @33564 NONAME ??_R3H245_T38FaxRateManagement@@8 @33565 NONAME ??_R3H245_T38FaxTcpOptions@@8 @33566 NONAME ??_R3H245_T38FaxUdpOptions@@8 @33567 NONAME ??_R3H245_T38FaxUdpOptions_t38FaxUdpEC@@8 @33568 NONAME ??_R3H245_T84Profile@@8 @33569 NONAME ??_R3H245_T84Profile_t84Restricted@@8 @33570 NONAME ??_R3H245_TerminalCapabilitySet@@8 @33571 NONAME ??_R3H245_TerminalCapabilitySetAck@@8 @33572 NONAME ??_R3H245_TerminalCapabilitySetReject@@8 @33573 NONAME ??_R3H245_TerminalCapabilitySetReject_cause@@8 @33574 NONAME ??_R3H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@8 @33575 NONAME ??_R3H245_TerminalCapabilitySetRelease@@8 @33576 NONAME ??_R3H245_TerminalID@@8 @33577 NONAME ??_R3H245_TerminalInformation@@8 @33578 NONAME ??_R3H245_TerminalLabel@@8 @33579 NONAME ??_R3H245_TerminalNumber@@8 @33580 NONAME ??_R3H245_TerminalYouAreSeeingInSubPictureNumber@@8 @33581 NONAME ??_R3H245_TransparencyParameters@@8 @33582 NONAME ??_R3H245_TransportAddress@@8 @33583 NONAME ??_R3H245_TransportCapability@@8 @33584 NONAME ??_R3H245_UnicastAddress@@8 @33585 NONAME ??_R3H245_UnicastAddress_iP6Address@@8 @33586 NONAME ??_R3H245_UnicastAddress_iPAddress@@8 @33587 NONAME ??_R3H245_UnicastAddress_iPSourceRouteAddress@@8 @33588 NONAME ??_R3H245_UnicastAddress_iPSourceRouteAddress_route@@8 @33589 NONAME ??_R3H245_UnicastAddress_iPSourceRouteAddress_routing@@8 @33590 NONAME ??_R3H245_UnicastAddress_iPXAddress@@8 @33591 NONAME ??_R3H245_UserInputCapability@@8 @33592 NONAME ??_R3H245_UserInputIndication@@8 @33593 NONAME ??_R3H245_UserInputIndication_encryptedAlphanumeric@@8 @44210 NONAME ??_R3H245_UserInputIndication_extendedAlphanumeric@@8 @33594 NONAME ??_R3H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@8 @44211 NONAME ??_R3H245_UserInputIndication_signal@@8 @33595 NONAME ??_R3H245_UserInputIndication_signalUpdate@@8 @33596 NONAME ??_R3H245_UserInputIndication_signalUpdate_rtp@@8 @33597 NONAME ??_R3H245_UserInputIndication_signal_rtp@@8 @33598 NONAME ??_R3H245_UserInputIndication_userInputSupportIndication@@8 @33599 NONAME ??_R3H245_V42bis@@8 @33600 NONAME ??_R3H245_V75Capability@@8 @33601 NONAME ??_R3H245_V75Parameters@@8 @33602 NONAME ??_R3H245_V76Capability@@8 @33603 NONAME ??_R3H245_V76HDLCParameters@@8 @33604 NONAME ??_R3H245_V76LogicalChannelParameters@@8 @33605 NONAME ??_R3H245_V76LogicalChannelParameters_mode@@8 @33606 NONAME ??_R3H245_V76LogicalChannelParameters_mode_eRM@@8 @33607 NONAME ??_R3H245_V76LogicalChannelParameters_mode_eRM_recovery@@8 @33608 NONAME ??_R3H245_V76LogicalChannelParameters_suspendResume@@8 @33609 NONAME ??_R3H245_V76ModeParameters@@8 @33610 NONAME ??_R3H245_VBDCapability@@8 @33611 NONAME ??_R3H245_VBDMode@@8 @33612 NONAME ??_R3H245_VCCapability@@8 @33613 NONAME ??_R3H245_VCCapability_aal1@@8 @33614 NONAME ??_R3H245_VCCapability_aal1ViaGateway@@8 @33615 NONAME ??_R3H245_VCCapability_aal5@@8 @33616 NONAME ??_R3H245_VCCapability_availableBitRates@@8 @33617 NONAME ??_R3H245_VCCapability_availableBitRates_type@@8 @33618 NONAME ??_R3H245_VCCapability_availableBitRates_type_rangeOfBitRates@@8 @33619 NONAME ??_R3H245_VendorIdentification@@8 @33620 NONAME ??_R3H245_VideoCapability@@8 @33621 NONAME ??_R3H245_VideoIndicateCompose@@8 @33622 NONAME ??_R3H245_VideoMode@@8 @33623 NONAME ??_R3H248_ActionReply@@8 @33624 NONAME ??_R3H248_ActionRequest@@8 @33625 NONAME ??_R3H248_AmmDescriptor@@8 @33626 NONAME ??_R3H248_AmmRequest@@8 @33627 NONAME ??_R3H248_AmmsReply@@8 @33628 NONAME ??_R3H248_ArrayOf_ActionReply@@8 @33629 NONAME ??_R3H248_ArrayOf_ActionRequest@@8 @33630 NONAME ??_R3H248_ArrayOf_AmmDescriptor@@8 @33631 NONAME ??_R3H248_ArrayOf_CommandReply@@8 @33632 NONAME ??_R3H248_ArrayOf_CommandRequest@@8 @33633 NONAME ??_R3H248_ArrayOf_EventParameter@@8 @33634 NONAME ??_R3H248_ArrayOf_IndAuditParameter@@8 @33635 NONAME ??_R3H248_ArrayOf_IndAudPropertyParm@@8 @33636 NONAME ??_R3H248_ArrayOf_IndAudStreamDescriptor@@8 @33637 NONAME ??_R3H248_ArrayOf_ModemType@@8 @33638 NONAME ??_R3H248_ArrayOf_ObservedEvent@@8 @33639 NONAME ??_R3H248_ArrayOf_PASN_OctetString@@8 @33640 NONAME ??_R3H248_ArrayOf_PropertyGroup@@8 @33641 NONAME ??_R3H248_ArrayOf_PropertyParm@@8 @33642 NONAME ??_R3H248_ArrayOf_RequestedEvent@@8 @33643 NONAME ??_R3H248_ArrayOf_SecondRequestedEvent@@8 @33644 NONAME ??_R3H248_ArrayOf_Signal@@8 @33645 NONAME ??_R3H248_ArrayOf_SigParameter@@8 @33646 NONAME ??_R3H248_ArrayOf_StreamDescriptor@@8 @33647 NONAME ??_R3H248_ArrayOf_TerminationID@@8 @33648 NONAME ??_R3H248_ArrayOf_TopologyRequest@@8 @33649 NONAME ??_R3H248_ArrayOf_Transaction@@8 @33650 NONAME ??_R3H248_ArrayOf_WildcardField@@8 @33651 NONAME ??_R3H248_AuditDescriptor@@8 @33652 NONAME ??_R3H248_AuditReply@@8 @33653 NONAME ??_R3H248_AuditRequest@@8 @33654 NONAME ??_R3H248_AuditResult@@8 @33655 NONAME ??_R3H248_AuditReturnParameter@@8 @33656 NONAME ??_R3H248_AuthData@@8 @33657 NONAME ??_R3H248_AuthenticationHeader@@8 @33658 NONAME ??_R3H248_Command@@8 @33659 NONAME ??_R3H248_CommandReply@@8 @33660 NONAME ??_R3H248_CommandRequest@@8 @33661 NONAME ??_R3H248_ContextAttrAuditRequest@@8 @33662 NONAME ??_R3H248_ContextID@@8 @33663 NONAME ??_R3H248_ContextRequest@@8 @33664 NONAME ??_R3H248_DigitMapDescriptor@@8 @33665 NONAME ??_R3H248_DigitMapName@@8 @33666 NONAME ??_R3H248_DigitMapValue@@8 @33667 NONAME ??_R3H248_DomainName@@8 @33668 NONAME ??_R3H248_ErrorCode@@8 @33669 NONAME ??_R3H248_ErrorDescriptor@@8 @33670 NONAME ??_R3H248_ErrorText@@8 @33671 NONAME ??_R3H248_EventBufferControl@@8 @33672 NONAME ??_R3H248_EventBufferDescriptor@@8 @33673 NONAME ??_R3H248_EventDM@@8 @33674 NONAME ??_R3H248_EventName@@8 @33675 NONAME ??_R3H248_EventParameter@@8 @33676 NONAME ??_R3H248_EventParameter_extraInfo@@8 @33677 NONAME ??_R3H248_EventsDescriptor@@8 @33678 NONAME ??_R3H248_EventSpec@@8 @33679 NONAME ??_R3H248_H221NonStandard@@8 @33680 NONAME ??_R3H248_IndAudDigitMapDescriptor@@8 @33681 NONAME ??_R3H248_IndAudEventBufferDescriptor@@8 @33682 NONAME ??_R3H248_IndAudEventsDescriptor@@8 @33683 NONAME ??_R3H248_IndAuditParameter@@8 @33684 NONAME ??_R3H248_IndAudLocalControlDescriptor@@8 @33685 NONAME ??_R3H248_IndAudLocalRemoteDescriptor@@8 @33686 NONAME ??_R3H248_IndAudMediaDescriptor@@8 @33687 NONAME ??_R3H248_IndAudMediaDescriptor_streams@@8 @33688 NONAME ??_R3H248_IndAudPackagesDescriptor@@8 @33689 NONAME ??_R3H248_IndAudPropertyGroup@@8 @33690 NONAME ??_R3H248_IndAudPropertyParm@@8 @33691 NONAME ??_R3H248_IndAudSeqSigList@@8 @33692 NONAME ??_R3H248_IndAudSignal@@8 @33693 NONAME ??_R3H248_IndAudSignalsDescriptor@@8 @33694 NONAME ??_R3H248_IndAudStatisticsDescriptor@@8 @33695 NONAME ??_R3H248_IndAudStreamDescriptor@@8 @33696 NONAME ??_R3H248_IndAudStreamParms@@8 @33697 NONAME ??_R3H248_IndAudTerminationStateDescriptor@@8 @33698 NONAME ??_R3H248_IP4Address@@8 @33699 NONAME ??_R3H248_IP6Address@@8 @33700 NONAME ??_R3H248_LocalControlDescriptor@@8 @33701 NONAME ??_R3H248_LocalRemoteDescriptor@@8 @33702 NONAME ??_R3H248_MediaDescriptor@@8 @33703 NONAME ??_R3H248_MediaDescriptor_streams@@8 @33704 NONAME ??_R3H248_MegacoMessage@@8 @33705 NONAME ??_R3H248_Message@@8 @33706 NONAME ??_R3H248_Message_messageBody@@8 @33707 NONAME ??_R3H248_MId@@8 @33708 NONAME ??_R3H248_ModemDescriptor@@8 @33709 NONAME ??_R3H248_ModemType@@8 @33710 NONAME ??_R3H248_MuxDescriptor@@8 @33711 NONAME ??_R3H248_MuxType@@8 @33712 NONAME ??_R3H248_Name@@8 @33713 NONAME ??_R3H248_NonStandardData@@8 @33714 NONAME ??_R3H248_NonStandardIdentifier@@8 @33715 NONAME ??_R3H248_NotifyCompletion@@8 @33716 NONAME ??_R3H248_NotifyReply@@8 @33717 NONAME ??_R3H248_NotifyRequest@@8 @33718 NONAME ??_R3H248_ObservedEvent@@8 @33719 NONAME ??_R3H248_ObservedEventsDescriptor@@8 @33720 NONAME ??_R3H248_PackagesDescriptor@@8 @33721 NONAME ??_R3H248_PackagesItem@@8 @33722 NONAME ??_R3H248_PathName@@8 @33723 NONAME ??_R3H248_PkgdName@@8 @33724 NONAME ??_R3H248_PropertyGroup@@8 @33725 NONAME ??_R3H248_PropertyParm@@8 @33726 NONAME ??_R3H248_PropertyParm_extraInfo@@8 @33727 NONAME ??_R3H248_Relation@@8 @33728 NONAME ??_R3H248_RequestedActions@@8 @33729 NONAME ??_R3H248_RequestedEvent@@8 @33730 NONAME ??_R3H248_RequestID@@8 @33731 NONAME ??_R3H248_SecondEventsDescriptor@@8 @33732 NONAME ??_R3H248_SecondRequestedActions@@8 @33733 NONAME ??_R3H248_SecondRequestedEvent@@8 @33734 NONAME ??_R3H248_SecurityParmIndex@@8 @33735 NONAME ??_R3H248_SeqSigList@@8 @33736 NONAME ??_R3H248_SequenceNum@@8 @33737 NONAME ??_R3H248_ServiceChangeAddress@@8 @33738 NONAME ??_R3H248_ServiceChangeMethod@@8 @33739 NONAME ??_R3H248_ServiceChangeParm@@8 @33740 NONAME ??_R3H248_ServiceChangeProfile@@8 @33741 NONAME ??_R3H248_ServiceChangeReply@@8 @33742 NONAME ??_R3H248_ServiceChangeRequest@@8 @33743 NONAME ??_R3H248_ServiceChangeResParm@@8 @33744 NONAME ??_R3H248_ServiceChangeResult@@8 @33745 NONAME ??_R3H248_ServiceState@@8 @33746 NONAME ??_R3H248_Signal@@8 @33747 NONAME ??_R3H248_SignalName@@8 @33748 NONAME ??_R3H248_SignalRequest@@8 @33749 NONAME ??_R3H248_SignalsDescriptor@@8 @33750 NONAME ??_R3H248_SignalType@@8 @33751 NONAME ??_R3H248_SigParameter@@8 @33752 NONAME ??_R3H248_SigParameter_extraInfo@@8 @33753 NONAME ??_R3H248_StatisticsDescriptor@@8 @33754 NONAME ??_R3H248_StatisticsParameter@@8 @33755 NONAME ??_R3H248_StreamDescriptor@@8 @33756 NONAME ??_R3H248_StreamID@@8 @33757 NONAME ??_R3H248_StreamMode@@8 @33758 NONAME ??_R3H248_StreamParms@@8 @33759 NONAME ??_R3H248_SubtractRequest@@8 @33760 NONAME ??_R3H248_TerminationAudit@@8 @33761 NONAME ??_R3H248_TerminationID@@8 @33762 NONAME ??_R3H248_TerminationIDList@@8 @33763 NONAME ??_R3H248_TerminationStateDescriptor@@8 @33764 NONAME ??_R3H248_TimeNotation@@8 @33765 NONAME ??_R3H248_TopologyRequest@@8 @33766 NONAME ??_R3H248_TopologyRequest_topologyDirection@@8 @33767 NONAME ??_R3H248_Transaction@@8 @33768 NONAME ??_R3H248_TransactionAck@@8 @33769 NONAME ??_R3H248_TransactionId@@8 @33770 NONAME ??_R3H248_TransactionPending@@8 @33771 NONAME ??_R3H248_TransactionReply@@8 @33772 NONAME ??_R3H248_TransactionReply_transactionResult@@8 @33773 NONAME ??_R3H248_TransactionRequest@@8 @33774 NONAME ??_R3H248_TransactionResponseAck@@8 @33775 NONAME ??_R3H248_Value@@8 @33776 NONAME ??_R3H248_WildcardField@@8 @33777 NONAME ??_R3H261DCTEncoder@@8 @33778 NONAME ??_R3H261Encoder@@8 @33779 NONAME ??_R3H261PixelEncoder@@8 @33780 NONAME ??_R3H323AudioCapability@@8 @33783 NONAME ??_R3H323AudioCodec@@8 @33784 NONAME ??_R3H323BidirectionalChannel@@8 @33785 NONAME ??_R3H323CallCreditServiceControl@@8 @33786 NONAME ??_R3H323Capabilities@@8 @33787 NONAME ??_R3H323CapabilitiesSet@@8 @33788 NONAME ??_R3H323Capability@@8 @33789 NONAME ??_R3H323Channel@@8 @33791 NONAME ??_R3H323ChannelNumber@@8 @33792 NONAME ??_R3H323Codec@@8 @33793 NONAME ??_R3H323CodecPluginGenericAudioCapability@@8 @44212 NONAME ??_R3H323CodecPluginNonStandardAudioCapability@@8 @33796 NONAME ??_R3H323Connection@@8 @33797 NONAME ??_R3H323ConnectionsCleaner@@8 @33798 NONAME ??_R3H323ControlPDU@@8 @33799 NONAME ??_R3H323DataCapability@@8 @33800 NONAME ??_R3H323DataChannel@@8 @33801 NONAME ??_R3H323DynaLink@@8 @37936 NONAME ??_R3H323EndPoint@@8 @33802 NONAME ??_R3H323FramedAudioCodec@@8 @33803 NONAME ??_R3H323Gatekeeper@@8 @33804 NONAME ??_R3H323GatekeeperARQ@@8 @33805 NONAME ??_R3H323GatekeeperBRQ@@8 @33806 NONAME ??_R3H323GatekeeperCall@@8 @33807 NONAME ??_R3H323GatekeeperDRQ@@8 @33808 NONAME ??_R3H323GatekeeperGRQ@@8 @33809 NONAME ??_R3H323GatekeeperIRR@@8 @33810 NONAME ??_R3H323GatekeeperListener@@8 @33811 NONAME ??_R3H323GatekeeperLRQ@@8 @33812 NONAME ??_R3H323GatekeeperRequest@@8 @33813 NONAME ??_R3H323GatekeeperRRQ@@8 @33814 NONAME ??_R3H323GatekeeperServer@@8 @33815 NONAME ??_R3H323GatekeeperURQ@@8 @33816 NONAME ??_R3H323GenericAudioCapability@@8 @44213 NONAME ??_R3H323GenericCapabilityInfo@@8 @44214 NONAME ??_R3H323GenericVideoCapability@@8 @44215 NONAME ??_R3H323GSMPluginCapability@@8 @33817 NONAME ??_R3H323H248ServiceControl@@8 @33818 NONAME ??_R3H323HTTPServiceControl@@8 @33820 NONAME ??_R3H323Listener@@8 @33821 NONAME ??_R3H323ListenerTCP@@8 @33822 NONAME ??_R3H323LogicalChannelThread@@8 @33823 NONAME ??_R3H323NonStandardAudioCapability@@8 @33824 NONAME ??_R3H323NonStandardCapabilityInfo@@8 @33825 NONAME ??_R3H323NonStandardDataCapability@@8 @33826 NONAME ??_R3H323NonStandardVideoCapability@@8 @33827 NONAME ??_R3H323PeerElement@@8 @33828 NONAME ??_R3H323PeerElementDescriptor@@8 @33829 NONAME ??_R3H323PeerElementServiceRelationship@@8 @33830 NONAME ??_R3H323PluginCapability@@8 @33832 NONAME ??_R3H323PluginCodecManager@@8 @37919 NONAME ??_R3H323PluginFramedAudioCodec@@8 @37974 NONAME ??_R3H323PluginG7231Capability@@8 @33833 NONAME ??_R3H323PluginVideoCodec@@8 @33834 NONAME ??_R3H323RasPDU@@8 @33835 NONAME ??_R3H323RealTimeCapability@@8 @33836 NONAME ??_R3H323RegisteredEndPoint@@8 @33837 NONAME ??_R3H323ServiceControlSession@@8 @33838 NONAME ??_R3H323SignalPDU@@8 @33839 NONAME ??_R3H323SimultaneousCapabilities@@8 @33840 NONAME ??_R3H323StreamedAudioCodec@@8 @33841 NONAME ??_R3H323StreamedPluginAudioCodec@@8 @37975 NONAME ??_R3H323Transaction@@8 @33842 NONAME ??_R3H323TransactionPDU@@8 @33843 NONAME ??_R3H323TransactionServer@@8 @33844 NONAME ??_R3H323Transactor@@8 @33845 NONAME ??_R3H323Transport@@8 @33846 NONAME ??_R3H323TransportAddress@@8 @33847 NONAME ??_R3H323TransportAddressArray@@8 @33848 NONAME ??_R3H323TransportIP@@8 @33849 NONAME ??_R3H323TransportTCP@@8 @33850 NONAME ??_R3H323TransportUDP@@8 @33851 NONAME ??_R3H323UnidirectionalChannel@@8 @33852 NONAME ??_R3H323VideoCapability@@8 @33853 NONAME ??_R3H323VideoCodec@@8 @33854 NONAME ??_R3H323_ALawCodec@@8 @33855 NONAME ??_R3H323_AnnexG@@8 @33856 NONAME ??_R3H323_CiscoG7231aLIDCapability@@8 @33857 NONAME ??_R3H323_ExternalRTPChannel@@8 @33859 NONAME ??_R3H323_G711ALaw64Capability@@8 @42195 NONAME ??_R3H323_G711Capability@@8 @33863 NONAME ??_R3H323_G711uLaw64Capability@@8 @42196 NONAME ??_R3H323_H261Capability@@8 @33879 NONAME ??_R3H323_H261Codec@@8 @33880 NONAME ??_R3H323_LIDCapability@@8 @33883 NONAME ??_R3H323_LIDCodec@@8 @33884 NONAME ??_R3H323_LID_G711_ALaw_Capability@@8 @42197 NONAME ??_R3H323_LID_G711_uLaw_Capability@@8 @42198 NONAME ??_R3H323_LID_G7231A_5k3_Capability@@8 @42199 NONAME ??_R3H323_LID_G7231A_6k3_Capability@@8 @42200 NONAME ??_R3H323_LID_G7231_5k3_Capability@@8 @42201 NONAME ??_R3H323_LID_G7231_6k3_Capability@@8 @42202 NONAME ??_R3H323_LID_G728_Capability@@8 @42203 NONAME ??_R3H323_LID_G729AB_Capability@@8 @42204 NONAME ??_R3H323_LID_G729A_Capability@@8 @42205 NONAME ??_R3H323_LID_G729B_Capability@@8 @42206 NONAME ??_R3H323_LID_G729_Capability@@8 @42207 NONAME ??_R3H323_LID_GSM0610_Capability@@8 @42208 NONAME ??_R3H323_muLawCodec@@8 @33900 NONAME ??_R3H323_RealTimeChannel@@8 @33901 NONAME ??_R3H323_RTPChannel@@8 @33902 NONAME ??_R3H323_RTP_Session@@8 @33903 NONAME ??_R3H323_RTP_UDP@@8 @33904 NONAME ??_R3H323_T120Capability@@8 @33905 NONAME ??_R3H323_T120Channel@@8 @33906 NONAME ??_R3H323_T38Capability@@8 @33907 NONAME ??_R3H323_T38Channel@@8 @33908 NONAME ??_R3H323_T38NonStandardCapability@@8 @33909 NONAME ??_R3H323_UserInputCapability@@8 @33910 NONAME ??_R3H45010_ArrayOf_MixedExtension@@8 @33911 NONAME ??_R3H45010_CfbOvrOptArg@@8 @33912 NONAME ??_R3H45010_CoReqOptArg@@8 @33913 NONAME ??_R3H45010_H323CallOfferOperations@@8 @33914 NONAME ??_R3H45010_RUAlertOptArg@@8 @33915 NONAME ??_R3H45011Handler@@8 @33916 NONAME ??_R3H45011_ArrayOf_MixedExtension@@8 @33917 NONAME ??_R3H45011_CallIntrusionErrors@@8 @33918 NONAME ??_R3H45011_CICapabilityLevel@@8 @33919 NONAME ??_R3H45011_CIFrcRelArg@@8 @33920 NONAME ??_R3H45011_CIFrcRelOptRes@@8 @33921 NONAME ??_R3H45011_CIGetCIPLOptArg@@8 @33922 NONAME ??_R3H45011_CIGetCIPLRes@@8 @33923 NONAME ??_R3H45011_CIIsOptArg@@8 @33924 NONAME ??_R3H45011_CIIsOptRes@@8 @33925 NONAME ??_R3H45011_CINotificationArg@@8 @33926 NONAME ??_R3H45011_CIProtectionLevel@@8 @33927 NONAME ??_R3H45011_CIRequestArg@@8 @33928 NONAME ??_R3H45011_CIRequestRes@@8 @33929 NONAME ??_R3H45011_CISilentArg@@8 @33930 NONAME ??_R3H45011_CISilentOptRes@@8 @33931 NONAME ??_R3H45011_CIStatusInformation@@8 @33932 NONAME ??_R3H45011_CIWobOptArg@@8 @33933 NONAME ??_R3H45011_CIWobOptRes@@8 @33934 NONAME ??_R3H45011_H323CallIntrusionOperations@@8 @33935 NONAME ??_R3H4501_Address@@8 @33936 NONAME ??_R3H4501_AddressInformation@@8 @33937 NONAME ??_R3H4501_AddressScreened@@8 @33938 NONAME ??_R3H4501_ArrayOf_AliasAddress@@8 @33939 NONAME ??_R3H4501_ArrayOf_ROS@@8 @33940 NONAME ??_R3H4501_EndpointAddress@@8 @33941 NONAME ??_R3H4501_EntityType@@8 @33942 NONAME ??_R3H4501_Extension@@8 @33943 NONAME ??_R3H4501_GeneralErrorList@@8 @33944 NONAME ??_R3H4501_H225InformationElement@@8 @33945 NONAME ??_R3H4501_InterpretationApdu@@8 @33946 NONAME ??_R3H4501_InvokeIDs@@8 @33947 NONAME ??_R3H4501_InvokeIdSet@@8 @33948 NONAME ??_R3H4501_NetworkFacilityExtension@@8 @33949 NONAME ??_R3H4501_NSAPSubaddress@@8 @33950 NONAME ??_R3H4501_NumberScreened@@8 @33951 NONAME ??_R3H4501_PartySubaddress@@8 @33952 NONAME ??_R3H4501_PresentationAllowedIndicator@@8 @33953 NONAME ??_R3H4501_PresentedAddressScreened@@8 @33954 NONAME ??_R3H4501_PresentedAddressUnscreened@@8 @33955 NONAME ??_R3H4501_PresentedNumberScreened@@8 @33956 NONAME ??_R3H4501_PresentedNumberUnscreened@@8 @33957 NONAME ??_R3H4501_ScreeningIndicator@@8 @33958 NONAME ??_R3H4501_ServiceApdus@@8 @33959 NONAME ??_R3H4501_SubaddressInformation@@8 @33960 NONAME ??_R3H4501_SupplementaryService@@8 @33961 NONAME ??_R3H4501_UserSpecifiedSubaddress@@8 @33962 NONAME ??_R3H4502Handler@@8 @33963 NONAME ??_R3H4502_CallIdentity@@8 @33964 NONAME ??_R3H4502_CallStatus@@8 @33965 NONAME ??_R3H4502_CallTransferErrors@@8 @33966 NONAME ??_R3H4502_CallTransferOperation@@8 @33967 NONAME ??_R3H4502_CTActiveArg@@8 @33968 NONAME ??_R3H4502_CTActiveArg_argumentExtension@@8 @33969 NONAME ??_R3H4502_CTCompleteArg@@8 @33970 NONAME ??_R3H4502_CTCompleteArg_argumentExtension@@8 @33971 NONAME ??_R3H4502_CTIdentifyRes@@8 @33972 NONAME ??_R3H4502_CTIdentifyRes_resultExtension@@8 @33973 NONAME ??_R3H4502_CTInitiateArg@@8 @33974 NONAME ??_R3H4502_CTInitiateArg_argumentExtension@@8 @33975 NONAME ??_R3H4502_CTSetupArg@@8 @33976 NONAME ??_R3H4502_CTSetupArg_argumentExtension@@8 @33977 NONAME ??_R3H4502_CTUpdateArg@@8 @33978 NONAME ??_R3H4502_CTUpdateArg_argumentExtension@@8 @33979 NONAME ??_R3H4502_DummyArg@@8 @33980 NONAME ??_R3H4502_DummyRes@@8 @33981 NONAME ??_R3H4502_EndDesignation@@8 @33982 NONAME ??_R3H4502_ExtensionSeq@@8 @33983 NONAME ??_R3H4502_SubaddressTransferArg@@8 @33984 NONAME ??_R3H4502_SubaddressTransferArg_argumentExtension@@8 @33985 NONAME ??_R3H4503_BasicService@@8 @33986 NONAME ??_R3H4503_CallDiversionErrors@@8 @33987 NONAME ??_R3H4503_DiversionReason@@8 @33988 NONAME ??_R3H4503_ExtensionSeq@@8 @33989 NONAME ??_R3H4503_H323CallDiversionOperations@@8 @33990 NONAME ??_R3H4503_IntResult@@8 @33991 NONAME ??_R3H4503_IntResultList@@8 @33992 NONAME ??_R3H4503_IntResult_extension@@8 @33993 NONAME ??_R3H4503_Procedure@@8 @33994 NONAME ??_R3H4503_SubscriptionOption@@8 @33995 NONAME ??_R3H4504Handler@@8 @33996 NONAME ??_R3H4504_ArrayOf_MixedExtension@@8 @33997 NONAME ??_R3H4504_CallHoldOperation@@8 @33998 NONAME ??_R3H4504_Extension@@8 @33999 NONAME ??_R3H4504_HoldNotificArg@@8 @34000 NONAME ??_R3H4504_MixedExtension@@8 @34001 NONAME ??_R3H4504_RemoteHoldArg@@8 @34002 NONAME ??_R3H4504_RemoteHoldRes@@8 @34003 NONAME ??_R3H4504_RemoteRetrieveArg@@8 @34004 NONAME ??_R3H4504_RemoteRetrieveRes@@8 @34005 NONAME ??_R3H4504_RetrieveNotificArg@@8 @34006 NONAME ??_R3H4505_ArrayOf_MixedExtension@@8 @34007 NONAME ??_R3H4505_CallParkPickupOperations@@8 @34008 NONAME ??_R3H4505_CallPickupErrors@@8 @34009 NONAME ??_R3H4505_CallType@@8 @34010 NONAME ??_R3H4505_CpickupNotifyArg@@8 @34011 NONAME ??_R3H4505_CpNotifyArg@@8 @34012 NONAME ??_R3H4505_CpRequestArg@@8 @34013 NONAME ??_R3H4505_CpRequestRes@@8 @34014 NONAME ??_R3H4505_CpSetupArg@@8 @34015 NONAME ??_R3H4505_CpSetupRes@@8 @34016 NONAME ??_R3H4505_GroupIndicationOffArg@@8 @34017 NONAME ??_R3H4505_GroupIndicationOffRes@@8 @34018 NONAME ??_R3H4505_GroupIndicationOnArg@@8 @34019 NONAME ??_R3H4505_GroupIndicationOnRes@@8 @34020 NONAME ??_R3H4505_ParkCondition@@8 @34021 NONAME ??_R3H4505_ParkedToPosition@@8 @34022 NONAME ??_R3H4505_PickExeArg@@8 @34023 NONAME ??_R3H4505_PickExeRes@@8 @34024 NONAME ??_R3H4505_PickrequArg@@8 @34025 NONAME ??_R3H4505_PickrequRes@@8 @34026 NONAME ??_R3H4505_PickupArg@@8 @34027 NONAME ??_R3H4505_PickupRes@@8 @34028 NONAME ??_R3H4506Handler@@8 @34029 NONAME ??_R3H4506_ArrayOf_MixedExtension@@8 @34030 NONAME ??_R3H4506_CallWaitingArg@@8 @34031 NONAME ??_R3H4506_CallWaitingOperations@@8 @34032 NONAME ??_R3H4507_ArrayOf_MixedExtension@@8 @34033 NONAME ??_R3H4507_BasicService@@8 @34034 NONAME ??_R3H4507_DummyRes@@8 @34035 NONAME ??_R3H4507_H323_MWI_Operations@@8 @34036 NONAME ??_R3H4507_MessageWaitingIndicationErrors@@8 @34037 NONAME ??_R3H4507_MsgCentreId@@8 @34038 NONAME ??_R3H4507_MWIActivateArg@@8 @34039 NONAME ??_R3H4507_MWIDeactivateArg@@8 @34040 NONAME ??_R3H4507_MWIInterrogateArg@@8 @34041 NONAME ??_R3H4507_MWIInterrogateRes@@8 @34042 NONAME ??_R3H4507_MWIInterrogateResElt@@8 @34043 NONAME ??_R3H4507_NbOfMessages@@8 @34044 NONAME ??_R3H4507_TimeStamp@@8 @34045 NONAME ??_R3H4508_ExtendedName@@8 @34046 NONAME ??_R3H4508_Name@@8 @34047 NONAME ??_R3H4508_NameOperations@@8 @34048 NONAME ??_R3H4508_NamePresentationAllowed@@8 @34049 NONAME ??_R3H4508_NamePresentationRestricted@@8 @34050 NONAME ??_R3H4508_SimpleName@@8 @34051 NONAME ??_R3H4509_ArrayOf_MixedExtension@@8 @34052 NONAME ??_R3H4509_CallCompletionErrors@@8 @34053 NONAME ??_R3H4509_CcArg@@8 @34054 NONAME ??_R3H4509_CcLongArg@@8 @34055 NONAME ??_R3H4509_CcRequestArg@@8 @34056 NONAME ??_R3H4509_CcRequestRes@@8 @34057 NONAME ??_R3H4509_CcShortArg@@8 @34058 NONAME ??_R3H4509_H323CallCompletionOperations@@8 @34059 NONAME ??_R3H450ServiceAPDU@@8 @34060 NONAME ??_R3H450xDispatcher@@8 @34061 NONAME ??_R3H450xHandler@@8 @34062 NONAME ??_R3H501AccessRequest@@8 @34063 NONAME ??_R3H501DescriptorUpdate@@8 @34064 NONAME ??_R3H501PDU@@8 @34065 NONAME ??_R3H501ServiceRequest@@8 @34066 NONAME ??_R3H501Transaction@@8 @34067 NONAME ??_R3H501_AccessConfirmation@@8 @34068 NONAME ??_R3H501_AccessRejection@@8 @34069 NONAME ??_R3H501_AccessRejectionReason@@8 @34070 NONAME ??_R3H501_AccessRequest@@8 @34071 NONAME ??_R3H501_AccessToken@@8 @34072 NONAME ??_R3H501_AddressTemplate@@8 @34073 NONAME ??_R3H501_AlternatePE@@8 @34074 NONAME ??_R3H501_AlternatePEInfo@@8 @34075 NONAME ??_R3H501_ApplicationMessage@@8 @34076 NONAME ??_R3H501_ArrayOf_AccessToken@@8 @34077 NONAME ??_R3H501_ArrayOf_AddressTemplate@@8 @34078 NONAME ??_R3H501_ArrayOf_AliasAddress@@8 @34079 NONAME ??_R3H501_ArrayOf_AlternatePE@@8 @34080 NONAME ??_R3H501_ArrayOf_CircuitIdentifier@@8 @34081 NONAME ??_R3H501_ArrayOf_ClearToken@@8 @34082 NONAME ??_R3H501_ArrayOf_ContactInformation@@8 @34083 NONAME ??_R3H501_ArrayOf_CryptoH323Token@@8 @34084 NONAME ??_R3H501_ArrayOf_Descriptor@@8 @34085 NONAME ??_R3H501_ArrayOf_DescriptorInfo@@8 @34086 NONAME ??_R3H501_ArrayOf_GenericData@@8 @34087 NONAME ??_R3H501_ArrayOf_GloballyUniqueID@@8 @34088 NONAME ??_R3H501_ArrayOf_NonStandardParameter@@8 @34089 NONAME ??_R3H501_ArrayOf_PASN_ObjectId@@8 @34090 NONAME ??_R3H501_ArrayOf_Pattern@@8 @34091 NONAME ??_R3H501_ArrayOf_PriceElement@@8 @34092 NONAME ??_R3H501_ArrayOf_PriceInfoSpec@@8 @34093 NONAME ??_R3H501_ArrayOf_RouteInformation@@8 @34094 NONAME ??_R3H501_ArrayOf_SecurityMode@@8 @34095 NONAME ??_R3H501_ArrayOf_ServiceControlSession@@8 @34096 NONAME ??_R3H501_ArrayOf_SupportedProtocols@@8 @34097 NONAME ??_R3H501_ArrayOf_TransportAddress@@8 @34098 NONAME ??_R3H501_ArrayOf_UpdateInformation@@8 @34099 NONAME ??_R3H501_ArrayOf_UsageField@@8 @34100 NONAME ??_R3H501_AuthenticationConfirmation@@8 @34101 NONAME ??_R3H501_AuthenticationRejection@@8 @34102 NONAME ??_R3H501_AuthenticationRejectionReason@@8 @34103 NONAME ??_R3H501_AuthenticationRequest@@8 @34104 NONAME ??_R3H501_CallInformation@@8 @34105 NONAME ??_R3H501_ContactInformation@@8 @34106 NONAME ??_R3H501_Descriptor@@8 @34107 NONAME ??_R3H501_DescriptorConfirmation@@8 @34108 NONAME ??_R3H501_DescriptorIDConfirmation@@8 @34109 NONAME ??_R3H501_DescriptorIDRejection@@8 @34110 NONAME ??_R3H501_DescriptorIDRejectionReason@@8 @34111 NONAME ??_R3H501_DescriptorIDRequest@@8 @34112 NONAME ??_R3H501_DescriptorInfo@@8 @34113 NONAME ??_R3H501_DescriptorRejection@@8 @34114 NONAME ??_R3H501_DescriptorRejectionReason@@8 @34115 NONAME ??_R3H501_DescriptorRequest@@8 @34116 NONAME ??_R3H501_DescriptorUpdate@@8 @34117 NONAME ??_R3H501_DescriptorUpdateAck@@8 @34118 NONAME ??_R3H501_ElementIdentifier@@8 @34119 NONAME ??_R3H501_GlobalTimeStamp@@8 @34120 NONAME ??_R3H501_Message@@8 @34121 NONAME ??_R3H501_MessageBody@@8 @34122 NONAME ??_R3H501_MessageCommonInfo@@8 @34123 NONAME ??_R3H501_NonStandardConfirmation@@8 @34124 NONAME ??_R3H501_NonStandardRejection@@8 @34125 NONAME ??_R3H501_NonStandardRejectionReason@@8 @34126 NONAME ??_R3H501_NonStandardRequest@@8 @34127 NONAME ??_R3H501_PartyInformation@@8 @34128 NONAME ??_R3H501_Pattern@@8 @34129 NONAME ??_R3H501_Pattern_range@@8 @34130 NONAME ??_R3H501_PriceElement@@8 @34131 NONAME ??_R3H501_PriceElement_units@@8 @34132 NONAME ??_R3H501_PriceInfoSpec@@8 @34133 NONAME ??_R3H501_ProtocolVersion@@8 @34134 NONAME ??_R3H501_RequestInProgress@@8 @34135 NONAME ??_R3H501_Role@@8 @34136 NONAME ??_R3H501_RouteInformation@@8 @34137 NONAME ??_R3H501_RouteInformation_messageType@@8 @34138 NONAME ??_R3H501_SecurityMode@@8 @34139 NONAME ??_R3H501_ServiceConfirmation@@8 @34140 NONAME ??_R3H501_ServiceRejection@@8 @34141 NONAME ??_R3H501_ServiceRejectionReason@@8 @34142 NONAME ??_R3H501_ServiceRelease@@8 @34143 NONAME ??_R3H501_ServiceReleaseReason@@8 @34144 NONAME ??_R3H501_ServiceRequest@@8 @34145 NONAME ??_R3H501_TerminationCause@@8 @34146 NONAME ??_R3H501_TimeZone@@8 @34147 NONAME ??_R3H501_UnknownMessageReason@@8 @34148 NONAME ??_R3H501_UnknownMessageResponse@@8 @34149 NONAME ??_R3H501_UpdateInformation@@8 @34150 NONAME ??_R3H501_UpdateInformation_descriptorInfo@@8 @34151 NONAME ??_R3H501_UpdateInformation_updateType@@8 @34152 NONAME ??_R3H501_UsageCallStatus@@8 @34153 NONAME ??_R3H501_UsageConfirmation@@8 @34154 NONAME ??_R3H501_UsageField@@8 @34155 NONAME ??_R3H501_UsageIndication@@8 @34156 NONAME ??_R3H501_UsageIndicationConfirmation@@8 @34157 NONAME ??_R3H501_UsageIndicationRejection@@8 @34158 NONAME ??_R3H501_UsageIndicationRejectionReason@@8 @34159 NONAME ??_R3H501_UsageRejection@@8 @34160 NONAME ??_R3H501_UsageRejectReason@@8 @34161 NONAME ??_R3H501_UsageRequest@@8 @34162 NONAME ??_R3H501_UsageSpecification@@8 @34163 NONAME ??_R3H501_UsageSpecification_when@@8 @34164 NONAME ??_R3H501_UserInformation@@8 @34165 NONAME ??_R3H501_ValidationConfirmation@@8 @34166 NONAME ??_R3H501_ValidationRejection@@8 @34167 NONAME ??_R3H501_ValidationRejectionReason@@8 @34168 NONAME ??_R3H501_ValidationRequest@@8 @34169 NONAME ??_R3HandleTimeout_PNotifier@H245Negotiator@@8 @34170 NONAME ??_R3HandleTransactions_PNotifier@H323Transactor@@8 @34171 NONAME ??_R3HIDPluginDeviceManager@@8 @44216 NONAME ??_R3IntraP64Decoder@@8 @34172 NONAME ??_R3MCS_ArrayOf_ChannelAttributes@@8 @34173 NONAME ??_R3MCS_ArrayOf_ChannelId@@8 @34174 NONAME ??_R3MCS_ArrayOf_TokenAttributes@@8 @34175 NONAME ??_R3MCS_ArrayOf_TokenId@@8 @34176 NONAME ??_R3MCS_ArrayOf_UserId@@8 @34177 NONAME ??_R3MCS_AssignedChannelId@@8 @34178 NONAME ??_R3MCS_AUcf@@8 @34179 NONAME ??_R3MCS_AUrq@@8 @34180 NONAME ??_R3MCS_CAin@@8 @34181 NONAME ??_R3MCS_CArq@@8 @34182 NONAME ??_R3MCS_CCcf@@8 @34183 NONAME ??_R3MCS_CCrq@@8 @34184 NONAME ??_R3MCS_CDin@@8 @34185 NONAME ??_R3MCS_CDrq@@8 @34186 NONAME ??_R3MCS_CEin@@8 @34187 NONAME ??_R3MCS_CErq@@8 @34188 NONAME ??_R3MCS_ChannelAttributes@@8 @34189 NONAME ??_R3MCS_ChannelAttributes_assigned@@8 @34190 NONAME ??_R3MCS_ChannelAttributes_private@@8 @34191 NONAME ??_R3MCS_ChannelAttributes_static@@8 @34192 NONAME ??_R3MCS_ChannelAttributes_userId@@8 @34193 NONAME ??_R3MCS_ChannelId@@8 @34194 NONAME ??_R3MCS_CJcf@@8 @34195 NONAME ??_R3MCS_CJrq@@8 @34196 NONAME ??_R3MCS_CLrq@@8 @34197 NONAME ??_R3MCS_ConnectMCSPDU@@8 @34198 NONAME ??_R3MCS_Connect_Additional@@8 @34199 NONAME ??_R3MCS_Connect_Initial@@8 @34200 NONAME ??_R3MCS_Connect_Response@@8 @34201 NONAME ??_R3MCS_Connect_Result@@8 @34202 NONAME ??_R3MCS_DataPriority@@8 @34203 NONAME ??_R3MCS_Diagnostic@@8 @34204 NONAME ??_R3MCS_DomainMCSPDU@@8 @34205 NONAME ??_R3MCS_DomainParameters@@8 @34206 NONAME ??_R3MCS_DPum@@8 @34207 NONAME ??_R3MCS_DUin@@8 @34208 NONAME ??_R3MCS_DUrq@@8 @34209 NONAME ??_R3MCS_DynamicChannelId@@8 @34210 NONAME ??_R3MCS_EDrq@@8 @34211 NONAME ??_R3MCS_MCcf@@8 @34212 NONAME ??_R3MCS_MCrq@@8 @34213 NONAME ??_R3MCS_MTcf@@8 @34214 NONAME ??_R3MCS_MTrq@@8 @34215 NONAME ??_R3MCS_PCin@@8 @34216 NONAME ??_R3MCS_PDin@@8 @34217 NONAME ??_R3MCS_PrivateChannelId@@8 @34218 NONAME ??_R3MCS_PTin@@8 @34219 NONAME ??_R3MCS_Reason@@8 @34220 NONAME ??_R3MCS_Result@@8 @34221 NONAME ??_R3MCS_RJum@@8 @34222 NONAME ??_R3MCS_SDin@@8 @34223 NONAME ??_R3MCS_SDrq@@8 @34224 NONAME ??_R3MCS_Segmentation@@8 @34225 NONAME ??_R3MCS_StaticChannelId@@8 @34226 NONAME ??_R3MCS_TGcf@@8 @34227 NONAME ??_R3MCS_TGrq@@8 @34228 NONAME ??_R3MCS_TIcf@@8 @34229 NONAME ??_R3MCS_TIrq@@8 @34230 NONAME ??_R3MCS_TokenAttributes@@8 @34231 NONAME ??_R3MCS_TokenAttributes_given@@8 @34232 NONAME ??_R3MCS_TokenAttributes_giving@@8 @34233 NONAME ??_R3MCS_TokenAttributes_grabbed@@8 @34234 NONAME ??_R3MCS_TokenAttributes_inhibited@@8 @34235 NONAME ??_R3MCS_TokenAttributes_ungivable@@8 @34236 NONAME ??_R3MCS_TokenId@@8 @34237 NONAME ??_R3MCS_TokenStatus@@8 @34238 NONAME ??_R3MCS_TPin@@8 @34239 NONAME ??_R3MCS_TPrq@@8 @34240 NONAME ??_R3MCS_TRcf@@8 @34241 NONAME ??_R3MCS_TRrq@@8 @34242 NONAME ??_R3MCS_TTcf@@8 @34243 NONAME ??_R3MCS_TTrq@@8 @34244 NONAME ??_R3MCS_TVcf@@8 @34245 NONAME ??_R3MCS_TVin@@8 @34246 NONAME ??_R3MCS_TVrq@@8 @34247 NONAME ??_R3MCS_TVrs@@8 @34248 NONAME ??_R3MCS_UserId@@8 @34249 NONAME ??_R3MCS_USin@@8 @34250 NONAME ??_R3MCS_USrq@@8 @34251 NONAME ??_R3MonitorMain_PNotifier@H323Gatekeeper@@8 @34259 NONAME ??_R3MonitorMain_PNotifier@H323GatekeeperServer@@8 @34260 NONAME ??_R3MonitorMain_PNotifier@H323PeerElement@@8 @34261 NONAME ??_R3Monitor_PNotifier@OpalUSBDevice@@8 @44217 NONAME ??_R3MSIPAddress@PILSSession@@8 @34262 NONAME ??_R3MXRecordList@PDNS@@8 @44218 NONAME ??_R3OnCallIntrudeTimeOut_PNotifier@H45011Handler@@8 @34263 NONAME ??_R3OnCallTransferTimeOut_PNotifier@H4502Handler@@8 @34264 NONAME ??_R3OnLoadModule_PNotifier@PPluginModuleManager@@8 @37956 NONAME ??_R3OnUserInputInBandDTMF_PNotifier@H323Connection@@8 @34266 NONAME ??_R3OnUserInputInlineRFC2833_PNotifier@H323Connection@@8 @34267 NONAME ??_R3OpalFactoryCodec@@8 @43359 NONAME ??_R3OpalG711ALaw64kFormat@@8 @39829 NONAME ??_R3OpalG711ALaw64k_Base@@8 @43360 NONAME ??_R3OpalG711ALaw64k_Decoder@@8 @43361 NONAME ??_R3OpalG711ALaw64k_Encoder@@8 @43362 NONAME ??_R3OpalG711uLaw64kFormat@@8 @39830 NONAME ??_R3OpalG711uLaw64k_Base@@8 @43363 NONAME ??_R3OpalG711uLaw64k_Decoder@@8 @43364 NONAME ??_R3OpalG711uLaw64k_Encoder@@8 @43365 NONAME ??_R3OpalG7231A_5k3Format@@8 @39831 NONAME ??_R3OpalG7231A_6k3Format@@8 @39832 NONAME ??_R3OpalG7231_5k3Format@@8 @39833 NONAME ??_R3OpalG7231_6k3Format@@8 @39834 NONAME ??_R3OpalG728Format@@8 @39835 NONAME ??_R3OpalG729ABFormat@@8 @39836 NONAME ??_R3OpalG729AFormat@@8 @39837 NONAME ??_R3OpalG729BFormat@@8 @39838 NONAME ??_R3OpalG729Format@@8 @39839 NONAME ??_R3OpalGloballyUniqueID@@8 @34268 NONAME ??_R3OpalGSM0610Format@@8 @39840 NONAME ??_R3OpalH261Format@@8 @39841 NONAME ??_R3OpalIxJDevice@@8 @34269 NONAME ??_R3OpalLineChannel@@8 @34270 NONAME ??_R3OpalLineInterfaceDevice@@8 @34271 NONAME ??_R3OpalMediaFormat@@8 @34272 NONAME ??_R3OpalPCM16Format@@8 @39842 NONAME ??_R3OpalPluginCodec@@8 @43366 NONAME ??_R3OpalPluginMediaFormat@@8 @39843 NONAME ??_R3OpalRFC2833@@8 @34273 NONAME ??_R3OpalRFC2833Info@@8 @34274 NONAME ??_R3OpalRtpToWavFile@@8 @34275 NONAME ??_R3OpalT120Format@@8 @39844 NONAME ??_R3OpalT120Protocol@@8 @34276 NONAME ??_R3OpalT38Protocol@@8 @34277 NONAME ??_R3OpalUSBDevice@@8 @44219 NONAME ??_R3OpalUserInputRFC2833Format@@8 @39845 NONAME ??_R3OpalVoipBlasterDevice@@8 @34278 NONAME ??_R3OpalVXMLSession@@8 @34279 NONAME ??_R3OpalWAVFile@@8 @34280 NONAME ??_R3P64Decoder@@8 @34281 NONAME ??_R3PASN_Boolean@@8 @34282 NONAME ??_R3PASN_ConstrainedObject@@8 @34283 NONAME ??_R3PASN_ConstrainedString@@8 @34284 NONAME ??_R3PASN_Enumeration@@8 @34285 NONAME ??_R3PASN_GeneralisedTime@@8 @34286 NONAME ??_R3PASN_GeneralString@@8 @34287 NONAME ??_R3PASN_IA5String@@8 @34288 NONAME ??_R3PASN_Integer@@8 @34289 NONAME ??_R3PASN_Null@@8 @34290 NONAME ??_R3PASN_NumericString@@8 @34291 NONAME ??_R3PASN_Object@@8 @34292 NONAME ??_R3PASN_PrintableString@@8 @34293 NONAME ??_R3PASN_Stream@@8 @34294 NONAME ??_R3PASN_VisibleString@@8 @34295 NONAME ??_R3PDTMFEncoder@@8 @44220 NONAME ??_R3PLDAPAttr_c@RTPerson@PILSSession@@8 @34296 NONAME ??_R3PLDAPAttr_cn@RTPerson@PILSSession@@8 @34297 NONAME ??_R3PLDAPAttr_comment@RTPerson@PILSSession@@8 @34298 NONAME ??_R3PLDAPAttr_givenName@RTPerson@PILSSession@@8 @34299 NONAME ??_R3PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@8 @34300 NONAME ??_R3PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@8 @34301 NONAME ??_R3PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@8 @34302 NONAME ??_R3PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@8 @34303 NONAME ??_R3PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@8 @34304 NONAME ??_R3PLDAPAttr_location@RTPerson@PILSSession@@8 @34305 NONAME ??_R3PLDAPAttr_o@RTPerson@PILSSession@@8 @34306 NONAME ??_R3PLDAPAttr_objectClass@RTPerson@PILSSession@@8 @34307 NONAME ??_R3PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@8 @34308 NONAME ??_R3PLDAPAttr_sappguid@RTPerson@PILSSession@@8 @34309 NONAME ??_R3PLDAPAttr_sappid@RTPerson@PILSSession@@8 @34310 NONAME ??_R3PLDAPAttr_sflags@RTPerson@PILSSession@@8 @34311 NONAME ??_R3PLDAPAttr_sipAddress@RTPerson@PILSSession@@8 @34312 NONAME ??_R3PLDAPAttr_smimetype@RTPerson@PILSSession@@8 @34313 NONAME ??_R3PLDAPAttr_smodop@RTPerson@PILSSession@@8 @34314 NONAME ??_R3PLDAPAttr_sport@RTPerson@PILSSession@@8 @34315 NONAME ??_R3PLDAPAttr_sprotid@RTPerson@PILSSession@@8 @34316 NONAME ??_R3PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@8 @34317 NONAME ??_R3PLDAPAttr_ssecurity@RTPerson@PILSSession@@8 @34318 NONAME ??_R3PLDAPAttr_sttl@RTPerson@PILSSession@@8 @34319 NONAME ??_R3PLDAPAttr_surname@RTPerson@PILSSession@@8 @34320 NONAME ??_R3PLDAPAttr_timestamp@RTPerson@PILSSession@@8 @34321 NONAME ??_R3PluginLoader@@8 @44221 NONAME ??_R3PPER_Stream@@8 @34322 NONAME ??_R3Pre_Vid_Coder@@8 @34323 NONAME ??_R3PSmartObject@@8 @34324 NONAME ??_R3PWAVFileConverter@@8 @43156 NONAME ??_R3PWAVFileConverterALaw@@8 @43157 NONAME ??_R3PWAVFileConverterULaw@@8 @43158 NONAME ??_R3PWAVFileConverterXLaw@@8 @43159 NONAME ??_R3Q931@@8 @34326 NONAME ??_R3ReceivedPacket_PNotifier@OpalRFC2833@@8 @34327 NONAME ??_R3ReceivedPacket_PNotifier@OpalRtpToWavFile@@8 @34328 NONAME ??_R3ReceiverReport@RTP_Session@@8 @34329 NONAME ??_R3ReceiveTimeout_PNotifier@OpalRFC2833@@8 @34330 NONAME ??_R3Request@H323Transactor@@8 @34331 NONAME ??_R3Response@H323Transactor@@8 @34332 NONAME ??_R3RTPerson@PILSSession@@8 @34333 NONAME ??_R3RTP_ControlFrame@@8 @34334 NONAME ??_R3RTP_DataFrame@@8 @34335 NONAME ??_R3RTP_JitterBuffer@@8 @34336 NONAME ??_R3RTP_JitterBufferAnalyser@@8 @34337 NONAME ??_R3RTP_QOS@@8 @34338 NONAME ??_R3RTP_Session@@8 @34339 NONAME ??_R3RTP_SessionManager@@8 @34340 NONAME ??_R3RTP_UDP@@8 @34341 NONAME ??_R3RTP_UserData@@8 @39846 NONAME ??_R3SenderReport@RTP_Session@@8 @34342 NONAME ??_R3SlowHandler_PNotifier@H323Transaction@@8 @34343 NONAME ??_R3SoundTones@OpalUSBDevice@@8 @44222 NONAME ??_R3SourceDescription@RTP_Session@@8 @34344 NONAME ??_R3SRVRecordList@PDNS@@8 @44223 NONAME ??_R3StatusHandler_PNotifier@OpalVoipBlasterDevice@@8 @34345 NONAME ??_R3StringMap@H323GatekeeperServer@@8 @34346 NONAME ??_R3T120ConnectPDU@@8 @34347 NONAME ??_R3T120_X224@@8 @34348 NONAME ??_R3T38_ArrayOf_PASN_OctetString@@8 @34349 NONAME ??_R3T38_Data_Field@@8 @34350 NONAME ??_R3T38_Data_Field_subtype@@8 @34351 NONAME ??_R3T38_Data_Field_subtype_field_type@@8 @34352 NONAME ??_R3T38_IFPPacket@@8 @34353 NONAME ??_R3T38_PreCorrigendum_Data_Field@@8 @34354 NONAME ??_R3T38_PreCorrigendum_Data_Field_subtype@@8 @34355 NONAME ??_R3T38_PreCorrigendum_Data_Field_subtype_field_type@@8 @34356 NONAME ??_R3T38_PreCorrigendum_IFPPacket@@8 @34357 NONAME ??_R3T38_Type_of_msg@@8 @34358 NONAME ??_R3T38_Type_of_msg_data@@8 @34359 NONAME ??_R3T38_Type_of_msg_t30_indicator@@8 @34360 NONAME ??_R3T38_UDPTLPacket@@8 @34361 NONAME ??_R3T38_UDPTLPacket_error_recovery@@8 @34362 NONAME ??_R3T38_UDPTLPacket_error_recovery_fec_info@@8 @34363 NONAME ??_R3T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@8 @34364 NONAME ??_R3T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@8 @34365 NONAME ??_R3T38_UDPTLPacket_primary_ifp_packet@@8 @34366 NONAME ??_R3TickleMonitor_PNotifier@H323Gatekeeper@@8 @34367 NONAME ??_R3TonePlay_PNotifier@OpalUSBDevice@@8 @44224 NONAME ??_R3TransmitEnded_PNotifier@OpalRFC2833@@8 @34368 NONAME ??_R3TransmitPacket_PNotifier@OpalRFC2833@@8 @34369 NONAME ??_R3Transmitter@@8 @34370 NONAME ??_R3UpdateAllDescriptors_PNotifier@H323PeerElement@@8 @34371 NONAME ??_R3VoipBlasterInterface@@8 @34373 NONAME ??_R3Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@8 @43367 NONAME ??_R3Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@8 @43368 NONAME ??_R3Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@8 @43369 NONAME ??_R3Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@8 @43370 NONAME ??_R3Worker@OpalPluginCodecFactory@@8 @43371 NONAME ??_R3WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@8 @44225 NONAME ??_R3WorkerBase@?$PFactory@VH323Capability@@VPString@@@@8 @42826 NONAME ??_R3WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@8 @43372 NONAME ??_R3WorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@8 @44226 NONAME ??_R3WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @42827 NONAME ??_R3WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @42828 NONAME ??_R3WorkerBase@?$PFactory@VPWAVFileConverter@@I@@8 @43160 NONAME ??_R3X224@@8 @34374 NONAME ??_R3X880_Code@@8 @34375 NONAME ??_R3X880_GeneralProblem@@8 @34376 NONAME ??_R3X880_Invoke@@8 @34377 NONAME ??_R3X880_InvokeId@@8 @34378 NONAME ??_R3X880_InvokeProblem@@8 @34379 NONAME ??_R3X880_Reject@@8 @34380 NONAME ??_R3X880_RejectProblem@@8 @34381 NONAME ??_R3X880_Reject_problem@@8 @34382 NONAME ??_R3X880_ReturnError@@8 @34383 NONAME ??_R3X880_ReturnErrorProblem@@8 @34384 NONAME ??_R3X880_ReturnResult@@8 @34385 NONAME ??_R3X880_ReturnResultProblem@@8 @34386 NONAME ??_R3X880_ReturnResult_result@@8 @34387 NONAME ??_R3X880_ROS@@8 @34388 NONAME ??_R4?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@6B@ @34389 NONAME ??_R4?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@6B@ @34390 NONAME ??_R4?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@6B@ @34391 NONAME ??_R4?$H235_HASHED@VH235_EncodedGeneralToken@@@@6B@ @34392 NONAME ??_R4?$H235_HASHED@VH235_EncodedPwdCertToken@@@@6B@ @34393 NONAME ??_R4?$H235_SIGNED@VH225_EncodedFastStartToken@@@@6B@ @34394 NONAME ??_R4?$H235_SIGNED@VH235_EncodedGeneralToken@@@@6B@ @34395 NONAME ??_R4?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@6B@ @34396 NONAME ??_R4?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@6B@ @34397 NONAME ??_R4?$H235_SIGNED@VH235_EncodedReturnSig@@@@6B@ @34398 NONAME ??_R4?$PArray@V?$PList@VH323Capability@@@@@@6B@ @34399 NONAME ??_R4?$PArray@VH323SimultaneousCapabilities@@@@6B@ @34400 NONAME ??_R4?$PArray@VH323TransportAddress@@@@6B@ @34401 NONAME ??_R4?$PArray@VReceiverReport@RTP_Session@@@@6B@ @34402 NONAME ??_R4?$PArray@VSourceDescription@RTP_Session@@@@6B@ @34403 NONAME ??_R4?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@6B@ @34404 NONAME ??_R4?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@6B@ @34405 NONAME ??_R4?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@6B@ @34406 NONAME ??_R4?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@6B@ @34407 NONAME ??_R4?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@6B@ @34408 NONAME ??_R4?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@6B@ @34409 NONAME ??_R4?$PDictionary@VPString@@VH323Connection@@@@6B@ @34410 NONAME ??_R4?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@6B@ @34411 NONAME ??_R4?$PDictionary@VPString@@VPOrdinalKey@@@@6B@ @34412 NONAME ??_R4?$PFactory@VH235Authenticator@@VPString@@@@6B@ @44227 NONAME ??_R4?$PFactory@VH323Capability@@VPString@@@@6B@ @42829 NONAME ??_R4?$PFactory@VH323StaticPluginCodec@@VPString@@@@6B@ @42830 NONAME ??_R4?$PFactory@VOpalFactoryCodec@@VPString@@@@6B@ @43373 NONAME ??_R4?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@6B@ @44228 NONAME ??_R4?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @42831 NONAME ??_R4?$PFactory@VPWAVFileConverter@@I@@6B@ @43161 NONAME ??_R4?$PList@VH235Authenticator@@@@6B@ @39847 NONAME ??_R4?$PList@VH245_GenericParameter@@@@6B@ @44229 NONAME ??_R4?$PList@VH323Capability@@@@6B@ @34414 NONAME ??_R4?$PList@VH323Channel@@@@6B@ @34415 NONAME ??_R4?$PList@VH323GatekeeperListener@@@@6B@ @34416 NONAME ??_R4?$PList@VH323Listener@@@@6B@ @34417 NONAME ??_R4?$PList@VH323Transactor@@@@6B@ @34418 NONAME ??_R4?$PList@VH450xHandler@@@@6B@ @34419 NONAME ??_R4?$PList@VOpalMediaFormat@@@@6B@ @34421 NONAME ??_R4?$PList@VPBYTEArray@@@@6B@ @34422 NONAME ??_R4?$POrdinalDictionary@VPString@@@@6B@ @34423 NONAME ??_R4?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@6B@ @39848 NONAME ??_R4?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@6B@ @39849 NONAME ??_R4?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@6B@ @39850 NONAME ??_R4?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@6B@ @34427 NONAME ??_R4?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@6B@ @39851 NONAME ??_R4?$PSafePtr@VH323GatekeeperCall@@@@6B@ @34428 NONAME ??_R4?$PSafePtr@VH323PeerElementDescriptor@@@@6B@ @34429 NONAME ??_R4?$PSafePtr@VH323PeerElementServiceRelationship@@@@6B@ @34430 NONAME ??_R4?$PSafePtr@VH323RegisteredEndPoint@@@@6B@ @34431 NONAME ??_R4?$PSafeSortedList@VH323GatekeeperCall@@@@6B@ @34432 NONAME ??_R4?$PSafeSortedList@VH323PeerElementDescriptor@@@@6B@ @34433 NONAME ??_R4?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@6B@ @34434 NONAME ??_R4?$PSet@VPOrdinalKey@@@@6B@ @34435 NONAME ??_R4?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@6B@ @34436 NONAME ??_R4?$PSortedList@VH225_AliasAddress@@@@6B@ @34437 NONAME ??_R4?$PSortedList@VH323GatekeeperCall@@@@6B@ @34438 NONAME ??_R4?$PSortedList@VH323PeerElementDescriptor@@@@6B@ @34439 NONAME ??_R4?$PSortedList@VH323PeerElementServiceRelationship@@@@6B@ @34440 NONAME ??_R4?$PSortedList@VMXRecord@PDNS@@@@6B@ @44230 NONAME ??_R4?$PSortedList@VPString@@@@6B@ @39852 NONAME ??_R4?$PSortedList@VResponse@H323Transactor@@@@6B@ @34441 NONAME ??_R4?$PSortedList@VSRVRecord@PDNS@@@@6B@ @44231 NONAME ??_R4?$PStringDictionary@VPOrdinalKey@@@@6B@ @34442 NONAME ??_R4?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @44232 NONAME ??_R4?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @44233 NONAME ??_R4?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @44234 NONAME ??_R4?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@6B@ @42832 NONAME ??_R4?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @42833 NONAME ??_R4?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @42834 NONAME ??_R4?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @42835 NONAME ??_R4?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @42836 NONAME ??_R4?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @42837 NONAME ??_R4?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @42838 NONAME ??_R4?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @42839 NONAME ??_R4?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @42840 NONAME ??_R4?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @42841 NONAME ??_R4?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @42842 NONAME ??_R4?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @42843 NONAME ??_R4?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @42844 NONAME ??_R4?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @42845 NONAME ??_R4?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @42846 NONAME ??_R4?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @42847 NONAME ??_R4?$Worker@VHIDPluginDeviceManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@6B@ @44235 NONAME ??_R4?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @42848 NONAME ??_R4?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @42849 NONAME ??_R4?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @42850 NONAME ??_R4?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @42851 NONAME ??_R4?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @42852 NONAME ??_R4?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @42853 NONAME ??_R4?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @42854 NONAME ??_R4?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @42855 NONAME ??_R4?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @42856 NONAME ??_R4?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @42857 NONAME ??_R4?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @42858 NONAME ??_R4?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @42859 NONAME ??_R4?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @42860 NONAME ??_R4?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @42861 NONAME ??_R4?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @42862 NONAME ??_R4?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @42863 NONAME ??_R4?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@6B@ @44236 NONAME ??_R4?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@6B@ @43162 NONAME ??_R4?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@6B@ @43163 NONAME ??_R4AliasKey@H323PeerElement@@6B@ @34443 NONAME ??_R4AlternateInfo@H323Gatekeeper@@6B@ @34444 NONAME ??_R4ByteQueue@OpalVoipBlasterDevice@@6B@ @34445 NONAME ??_R4Encoder@@6B@ @39854 NONAME ??_R4Entry@RTP_JitterBuffer@@6B@ @34446 NONAME ??_R4FilterInfo@H323Codec@@6B@ @34448 NONAME ??_R4FullP64Decoder@@6B@ @34449 NONAME ??_R4G7231_File_Capability@@6B@ @34450 NONAME ??_R4G7231_File_Codec@@6B@ @34451 NONAME ??_R4GCC_AlternativeNodeID@@6B@ @34452 NONAME ??_R4GCC_ApplicationInvokeIndication@@6B@ @34453 NONAME ??_R4GCC_ApplicationInvokeSpecifier@@6B@ @34454 NONAME ??_R4GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@6B@ @34455 NONAME ??_R4GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@6B@ @34456 NONAME ??_R4GCC_ApplicationRecord@@6B@ @34457 NONAME ??_R4GCC_ApplicationRecord_nonCollapsingCapabilities@@6B@ @34458 NONAME ??_R4GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@6B@ @34459 NONAME ??_R4GCC_ArrayOf_ApplicationInvokeSpecifier@@6B@ @34460 NONAME ??_R4GCC_ArrayOf_ChallengeItem@@6B@ @34461 NONAME ??_R4GCC_ArrayOf_ConferenceDescriptor@@6B@ @34462 NONAME ??_R4GCC_ArrayOf_Privilege@@6B@ @34463 NONAME ??_R4GCC_ArrayOf_TextString@@6B@ @34464 NONAME ??_R4GCC_ArrayOf_UserID@@6B@ @34465 NONAME ??_R4GCC_AsymmetryIndicator@@6B@ @34466 NONAME ??_R4GCC_CapabilityClass@@6B@ @34467 NONAME ??_R4GCC_CapabilityID@@6B@ @34468 NONAME ??_R4GCC_ChallengeItem@@6B@ @34469 NONAME ??_R4GCC_ChallengeRequest@@6B@ @34470 NONAME ??_R4GCC_ChallengeResponse@@6B@ @34471 NONAME ??_R4GCC_ChallengeResponseAlgorithm@@6B@ @34472 NONAME ??_R4GCC_ChallengeResponseItem@@6B@ @34473 NONAME ??_R4GCC_ChannelID@@6B@ @34474 NONAME ??_R4GCC_ChannelType@@6B@ @34475 NONAME ??_R4GCC_ConductorAssignIndication@@6B@ @34476 NONAME ??_R4GCC_ConductorPermissionAskIndication@@6B@ @34477 NONAME ??_R4GCC_ConductorPermissionGrantIndication@@6B@ @34478 NONAME ??_R4GCC_ConductorReleaseIndication@@6B@ @34479 NONAME ??_R4GCC_ConferenceAddRequest@@6B@ @34480 NONAME ??_R4GCC_ConferenceAddResponse@@6B@ @34481 NONAME ??_R4GCC_ConferenceAddResponse_result@@6B@ @34482 NONAME ??_R4GCC_ConferenceAssistanceIndication@@6B@ @34483 NONAME ??_R4GCC_ConferenceCreateRequest@@6B@ @34484 NONAME ??_R4GCC_ConferenceCreateResponse@@6B@ @34485 NONAME ??_R4GCC_ConferenceCreateResponse_result@@6B@ @34486 NONAME ??_R4GCC_ConferenceDescriptor@@6B@ @34487 NONAME ??_R4GCC_ConferenceEjectUserIndication@@6B@ @34488 NONAME ??_R4GCC_ConferenceEjectUserIndication_reason@@6B@ @34489 NONAME ??_R4GCC_ConferenceEjectUserRequest@@6B@ @34490 NONAME ??_R4GCC_ConferenceEjectUserRequest_reason@@6B@ @34491 NONAME ??_R4GCC_ConferenceEjectUserResponse@@6B@ @34492 NONAME ??_R4GCC_ConferenceEjectUserResponse_result@@6B@ @34493 NONAME ??_R4GCC_ConferenceInviteRequest@@6B@ @34494 NONAME ??_R4GCC_ConferenceInviteResponse@@6B@ @34495 NONAME ??_R4GCC_ConferenceInviteResponse_result@@6B@ @34496 NONAME ??_R4GCC_ConferenceJoinRequest@@6B@ @34497 NONAME ??_R4GCC_ConferenceJoinResponse@@6B@ @34498 NONAME ??_R4GCC_ConferenceJoinResponse_result@@6B@ @34499 NONAME ??_R4GCC_ConferenceLockIndication@@6B@ @34500 NONAME ??_R4GCC_ConferenceLockRequest@@6B@ @34501 NONAME ??_R4GCC_ConferenceLockResponse@@6B@ @34502 NONAME ??_R4GCC_ConferenceLockResponse_result@@6B@ @34503 NONAME ??_R4GCC_ConferenceName@@6B@ @34504 NONAME ??_R4GCC_ConferenceNameModifier@@6B@ @34505 NONAME ??_R4GCC_ConferenceNameSelector@@6B@ @34506 NONAME ??_R4GCC_ConferencePriority@@6B@ @34507 NONAME ??_R4GCC_ConferencePriorityScheme@@6B@ @34508 NONAME ??_R4GCC_ConferenceQueryRequest@@6B@ @34509 NONAME ??_R4GCC_ConferenceQueryResponse@@6B@ @34510 NONAME ??_R4GCC_ConferenceQueryResponse_result@@6B@ @34511 NONAME ??_R4GCC_ConferenceTerminateIndication@@6B@ @34512 NONAME ??_R4GCC_ConferenceTerminateIndication_reason@@6B@ @34513 NONAME ??_R4GCC_ConferenceTerminateRequest@@6B@ @34514 NONAME ??_R4GCC_ConferenceTerminateRequest_reason@@6B@ @34515 NONAME ??_R4GCC_ConferenceTerminateResponse@@6B@ @34516 NONAME ??_R4GCC_ConferenceTerminateResponse_result@@6B@ @34517 NONAME ??_R4GCC_ConferenceTimeExtendIndication@@6B@ @34518 NONAME ??_R4GCC_ConferenceTimeInquireIndication@@6B@ @34519 NONAME ??_R4GCC_ConferenceTimeRemainingIndication@@6B@ @34520 NONAME ??_R4GCC_ConferenceTransferIndication@@6B@ @34521 NONAME ??_R4GCC_ConferenceTransferRequest@@6B@ @34522 NONAME ??_R4GCC_ConferenceTransferResponse@@6B@ @34523 NONAME ??_R4GCC_ConferenceTransferResponse_result@@6B@ @34524 NONAME ??_R4GCC_ConferenceUnlockIndication@@6B@ @34525 NONAME ??_R4GCC_ConferenceUnlockRequest@@6B@ @34526 NONAME ??_R4GCC_ConferenceUnlockResponse@@6B@ @34527 NONAME ??_R4GCC_ConferenceUnlockResponse_result@@6B@ @34528 NONAME ??_R4GCC_ConnectData@@6B@ @34529 NONAME ??_R4GCC_ConnectGCCPDU@@6B@ @34530 NONAME ??_R4GCC_DialingString@@6B@ @34531 NONAME ??_R4GCC_DynamicChannelID@@6B@ @34532 NONAME ??_R4GCC_DynamicTokenID@@6B@ @34533 NONAME ??_R4GCC_EntityID@@6B@ @34534 NONAME ??_R4GCC_ExtraDialingString@@6B@ @34535 NONAME ??_R4GCC_FunctionNotSupportedResponse@@6B@ @34536 NONAME ??_R4GCC_GCCPDU@@6B@ @34537 NONAME ??_R4GCC_H221NonStandardIdentifier@@6B@ @34538 NONAME ??_R4GCC_Handle@@6B@ @34539 NONAME ??_R4GCC_IndicationPDU@@6B@ @34540 NONAME ??_R4GCC_Key@@6B@ @34541 NONAME ??_R4GCC_NetworkAddress@@6B@ @34542 NONAME ??_R4GCC_NetworkAddress_subtype@@6B@ @34543 NONAME ??_R4GCC_NetworkAddress_subtype_aggregatedChannel@@6B@ @34544 NONAME ??_R4GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@6B@ @34545 NONAME ??_R4GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@6B@ @34546 NONAME ??_R4GCC_NetworkAddress_subtype_transportConnection@@6B@ @34547 NONAME ??_R4GCC_NodeProperties@@6B@ @34548 NONAME ??_R4GCC_NodeRecord@@6B@ @34549 NONAME ??_R4GCC_NodeType@@6B@ @34550 NONAME ??_R4GCC_NonStandardParameter@@6B@ @34551 NONAME ??_R4GCC_NonStandardPDU@@6B@ @34552 NONAME ??_R4GCC_Password@@6B@ @34553 NONAME ??_R4GCC_PasswordChallengeRequestResponse@@6B@ @34554 NONAME ??_R4GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@6B@ @34555 NONAME ??_R4GCC_PasswordSelector@@6B@ @34556 NONAME ??_R4GCC_Privilege@@6B@ @34557 NONAME ??_R4GCC_RegistryAllocateHandleRequest@@6B@ @34558 NONAME ??_R4GCC_RegistryAllocateHandleResponse@@6B@ @34559 NONAME ??_R4GCC_RegistryAllocateHandleResponse_result@@6B@ @34560 NONAME ??_R4GCC_RegistryAssignTokenRequest@@6B@ @34561 NONAME ??_R4GCC_RegistryDeleteEntryRequest@@6B@ @34562 NONAME ??_R4GCC_RegistryEntryOwner@@6B@ @34563 NONAME ??_R4GCC_RegistryEntryOwner_owned@@6B@ @34564 NONAME ??_R4GCC_RegistryItem@@6B@ @34565 NONAME ??_R4GCC_RegistryKey@@6B@ @34566 NONAME ??_R4GCC_RegistryModificationRights@@6B@ @34567 NONAME ??_R4GCC_RegistryMonitorEntryIndication@@6B@ @34568 NONAME ??_R4GCC_RegistryMonitorEntryRequest@@6B@ @34569 NONAME ??_R4GCC_RegistryRegisterChannelRequest@@6B@ @34570 NONAME ??_R4GCC_RegistryResponse@@6B@ @34571 NONAME ??_R4GCC_RegistryResponse_primitiveType@@6B@ @34572 NONAME ??_R4GCC_RegistryResponse_result@@6B@ @34573 NONAME ??_R4GCC_RegistryRetrieveEntryRequest@@6B@ @34574 NONAME ??_R4GCC_RegistrySetParameterRequest@@6B@ @34575 NONAME ??_R4GCC_RequestPDU@@6B@ @34576 NONAME ??_R4GCC_ResponsePDU@@6B@ @34577 NONAME ??_R4GCC_RosterUpdateIndication@@6B@ @34578 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation@@6B@ @34579 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype@@6B@ @34580 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@6B@ @34581 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@6B@ @34582 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@6B@ @34583 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@6B@ @34584 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@6B@ @34585 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@6B@ @34586 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@6B@ @34587 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@6B@ @34588 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@6B@ @34589 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation@@6B@ @34590 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@6B@ @34591 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@6B@ @34592 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@6B@ @34593 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@6B@ @34594 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@6B@ @34595 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@6B@ @34596 NONAME ??_R4GCC_SessionKey@@6B@ @34597 NONAME ??_R4GCC_SimpleNumericString@@6B@ @34598 NONAME ??_R4GCC_SimpleTextString@@6B@ @34599 NONAME ??_R4GCC_StaticChannelID@@6B@ @34600 NONAME ??_R4GCC_StaticTokenID@@6B@ @34601 NONAME ??_R4GCC_SubAddressString@@6B@ @34602 NONAME ??_R4GCC_TerminationMethod@@6B@ @34603 NONAME ??_R4GCC_TextMessageIndication@@6B@ @34604 NONAME ??_R4GCC_TextString@@6B@ @34605 NONAME ??_R4GCC_Time@@6B@ @34606 NONAME ??_R4GCC_TokenID@@6B@ @34607 NONAME ??_R4GCC_UserData@@6B@ @34608 NONAME ??_R4GCC_UserData_subtype@@6B@ @34609 NONAME ??_R4GCC_UserID@@6B@ @34610 NONAME ??_R4GCC_UserIDIndication@@6B@ @34611 NONAME ??_R4H225CallThread@@6B@ @34612 NONAME ??_R4H225TransportThread@@6B@ @34613 NONAME ??_R4H225_AddressPattern@@6B@ @34614 NONAME ??_R4H225_AddressPattern_range@@6B@ @34615 NONAME ??_R4H225_AdmissionConfirm@@6B@ @34616 NONAME ??_R4H225_AdmissionConfirm_language@@6B@ @34617 NONAME ??_R4H225_AdmissionReject@@6B@ @34618 NONAME ??_R4H225_AdmissionRejectReason@@6B@ @34619 NONAME ??_R4H225_AdmissionRequest@@6B@ @34620 NONAME ??_R4H225_Alerting_UUIE@@6B@ @34621 NONAME ??_R4H225_AliasAddress@@6B@ @34622 NONAME ??_R4H225_AlternateGK@@6B@ @34623 NONAME ??_R4H225_AlternateTransportAddresses@@6B@ @34624 NONAME ??_R4H225_AltGKInfo@@6B@ @34625 NONAME ??_R4H225_ANSI_41_UIM@@6B@ @34626 NONAME ??_R4H225_ANSI_41_UIM_system_id@@6B@ @34627 NONAME ??_R4H225_ArrayOf_AddressPattern@@6B@ @34628 NONAME ??_R4H225_ArrayOf_AdmissionConfirm@@6B@ @34629 NONAME ??_R4H225_ArrayOf_AliasAddress@@6B@ @34630 NONAME ??_R4H225_ArrayOf_AlternateGK@@6B@ @34631 NONAME ??_R4H225_ArrayOf_AuthenticationMechanism@@6B@ @34632 NONAME ??_R4H225_ArrayOf_BandwidthDetails@@6B@ @34633 NONAME ??_R4H225_ArrayOf_CallReferenceValue@@6B@ @34634 NONAME ??_R4H225_ArrayOf_CallsAvailable@@6B@ @34635 NONAME ??_R4H225_ArrayOf_ClearToken@@6B@ @34636 NONAME ??_R4H225_ArrayOf_ConferenceIdentifier@@6B@ @34637 NONAME ??_R4H225_ArrayOf_ConferenceList@@6B@ @34638 NONAME ??_R4H225_ArrayOf_CryptoH323Token@@6B@ @34639 NONAME ??_R4H225_ArrayOf_DataRate@@6B@ @34640 NONAME ??_R4H225_ArrayOf_Endpoint@@6B@ @34641 NONAME ??_R4H225_ArrayOf_EnumeratedParameter@@6B@ @34642 NONAME ??_R4H225_ArrayOf_ExtendedAliasAddress@@6B@ @34643 NONAME ??_R4H225_ArrayOf_FeatureDescriptor@@6B@ @34644 NONAME ??_R4H225_ArrayOf_GenericData@@6B@ @34645 NONAME ??_R4H225_ArrayOf_H245Security@@6B@ @34646 NONAME ??_R4H225_ArrayOf_H248PackagesDescriptor@@6B@ @34647 NONAME ??_R4H225_ArrayOf_IntegrityMechanism@@6B@ @34648 NONAME ??_R4H225_ArrayOf_NonStandardParameter@@6B@ @34649 NONAME ??_R4H225_ArrayOf_PartyNumber@@6B@ @34650 NONAME ??_R4H225_ArrayOf_PASN_ObjectId@@6B@ @34651 NONAME ??_R4H225_ArrayOf_PASN_OctetString@@6B@ @34652 NONAME ??_R4H225_ArrayOf_RasUsageSpecification@@6B@ @34653 NONAME ??_R4H225_ArrayOf_RTPSession@@6B@ @34654 NONAME ??_R4H225_ArrayOf_ServiceControlSession@@6B@ @34655 NONAME ??_R4H225_ArrayOf_SupportedPrefix@@6B@ @34656 NONAME ??_R4H225_ArrayOf_SupportedProtocols@@6B@ @34657 NONAME ??_R4H225_ArrayOf_TransportAddress@@6B@ @34658 NONAME ??_R4H225_ArrayOf_TransportChannelInfo@@6B@ @34659 NONAME ??_R4H225_ArrayOf_TunnelledProtocol@@6B@ @34660 NONAME ??_R4H225_BandRejectReason@@6B@ @34661 NONAME ??_R4H225_BandWidth@@6B@ @34662 NONAME ??_R4H225_BandwidthConfirm@@6B@ @34663 NONAME ??_R4H225_BandwidthDetails@@6B@ @34664 NONAME ??_R4H225_BandwidthReject@@6B@ @34665 NONAME ??_R4H225_BandwidthRequest@@6B@ @34666 NONAME ??_R4H225_CallCapacity@@6B@ @34667 NONAME ??_R4H225_CallCapacityInfo@@6B@ @34668 NONAME ??_R4H225_CallCreditCapability@@6B@ @34669 NONAME ??_R4H225_CallCreditServiceControl@@6B@ @34670 NONAME ??_R4H225_CallCreditServiceControl_billingMode@@6B@ @34671 NONAME ??_R4H225_CallCreditServiceControl_callStartingPoint@@6B@ @34672 NONAME ??_R4H225_CallIdentifier@@6B@ @34673 NONAME ??_R4H225_CallLinkage@@6B@ @34674 NONAME ??_R4H225_CallModel@@6B@ @34675 NONAME ??_R4H225_CallProceeding_UUIE@@6B@ @34676 NONAME ??_R4H225_CallReferenceValue@@6B@ @34677 NONAME ??_R4H225_CallsAvailable@@6B@ @34678 NONAME ??_R4H225_CallTerminationCause@@6B@ @34679 NONAME ??_R4H225_CallType@@6B@ @34680 NONAME ??_R4H225_CapacityReportingCapability@@6B@ @34681 NONAME ??_R4H225_CapacityReportingSpecification@@6B@ @34682 NONAME ??_R4H225_CapacityReportingSpecification_when@@6B@ @34683 NONAME ??_R4H225_CarrierInfo@@6B@ @34684 NONAME ??_R4H225_CicInfo@@6B@ @34685 NONAME ??_R4H225_CicInfo_cic@@6B@ @34686 NONAME ??_R4H225_CircuitIdentifier@@6B@ @34687 NONAME ??_R4H225_CircuitInfo@@6B@ @34688 NONAME ??_R4H225_ConferenceIdentifier@@6B@ @34689 NONAME ??_R4H225_ConferenceList@@6B@ @34690 NONAME ??_R4H225_Connect_UUIE@@6B@ @34691 NONAME ??_R4H225_Connect_UUIE_language@@6B@ @34692 NONAME ??_R4H225_Content@@6B@ @34693 NONAME ??_R4H225_CryptoH323Token@@6B@ @34694 NONAME ??_R4H225_CryptoH323Token_cryptoEPPwdHash@@6B@ @34695 NONAME ??_R4H225_CryptoH323Token_cryptoGKPwdHash@@6B@ @34696 NONAME ??_R4H225_DataRate@@6B@ @34697 NONAME ??_R4H225_DisengageConfirm@@6B@ @34698 NONAME ??_R4H225_DisengageReason@@6B@ @34699 NONAME ??_R4H225_DisengageReject@@6B@ @34700 NONAME ??_R4H225_DisengageRejectReason@@6B@ @34701 NONAME ??_R4H225_DisengageRequest@@6B@ @34702 NONAME ??_R4H225_EncodedFastStartToken@@6B@ @34703 NONAME ??_R4H225_EncryptIntAlg@@6B@ @34704 NONAME ??_R4H225_Endpoint@@6B@ @34705 NONAME ??_R4H225_EndpointIdentifier@@6B@ @34706 NONAME ??_R4H225_EndpointType@@6B@ @34707 NONAME ??_R4H225_EnumeratedParameter@@6B@ @34708 NONAME ??_R4H225_ExtendedAliasAddress@@6B@ @34709 NONAME ??_R4H225_FacilityReason@@6B@ @34710 NONAME ??_R4H225_Facility_UUIE@@6B@ @34711 NONAME ??_R4H225_FastStartToken@@6B@ @34712 NONAME ??_R4H225_FeatureDescriptor@@6B@ @34713 NONAME ??_R4H225_FeatureSet@@6B@ @34714 NONAME ??_R4H225_GatekeeperConfirm@@6B@ @34715 NONAME ??_R4H225_GatekeeperIdentifier@@6B@ @34716 NONAME ??_R4H225_GatekeeperInfo@@6B@ @34717 NONAME ??_R4H225_GatekeeperReject@@6B@ @34718 NONAME ??_R4H225_GatekeeperRejectReason@@6B@ @34719 NONAME ??_R4H225_GatekeeperRequest@@6B@ @34720 NONAME ??_R4H225_GatewayInfo@@6B@ @34721 NONAME ??_R4H225_GenericData@@6B@ @34722 NONAME ??_R4H225_GenericIdentifier@@6B@ @34723 NONAME ??_R4H225_GloballyUniqueID@@6B@ @34724 NONAME ??_R4H225_GroupID@@6B@ @34725 NONAME ??_R4H225_GroupID_member@@6B@ @34726 NONAME ??_R4H225_GSM_UIM@@6B@ @34727 NONAME ??_R4H225_H221NonStandard@@6B@ @34728 NONAME ??_R4H225_H245Security@@6B@ @34729 NONAME ??_R4H225_H248PackagesDescriptor@@6B@ @34730 NONAME ??_R4H225_H248SignalsDescriptor@@6B@ @34731 NONAME ??_R4H225_H310Caps@@6B@ @34732 NONAME ??_R4H225_H320Caps@@6B@ @34733 NONAME ??_R4H225_H321Caps@@6B@ @34734 NONAME ??_R4H225_H322Caps@@6B@ @34735 NONAME ??_R4H225_H323Caps@@6B@ @34736 NONAME ??_R4H225_H323_UserInformation@@6B@ @34737 NONAME ??_R4H225_H323_UserInformation_user_data@@6B@ @34738 NONAME ??_R4H225_H323_UU_PDU@@6B@ @34739 NONAME ??_R4H225_H323_UU_PDU_h323_message_body@@6B@ @34740 NONAME ??_R4H225_H323_UU_PDU_tunnelledSignallingMessage@@6B@ @34741 NONAME ??_R4H225_H324Caps@@6B@ @34742 NONAME ??_R4H225_ICV@@6B@ @34743 NONAME ??_R4H225_InfoRequest@@6B@ @34744 NONAME ??_R4H225_InfoRequestAck@@6B@ @34745 NONAME ??_R4H225_InfoRequestNak@@6B@ @34746 NONAME ??_R4H225_InfoRequestNakReason@@6B@ @34747 NONAME ??_R4H225_InfoRequestResponse@@6B@ @34748 NONAME ??_R4H225_InfoRequestResponseStatus@@6B@ @34749 NONAME ??_R4H225_InfoRequestResponse_perCallInfo@@6B@ @34750 NONAME ??_R4H225_InfoRequestResponse_perCallInfo_subtype@@6B@ @34751 NONAME ??_R4H225_InfoRequestResponse_perCallInfo_subtype_pdu@@6B@ @34752 NONAME ??_R4H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@6B@ @34753 NONAME ??_R4H225_Information_UUIE@@6B@ @34754 NONAME ??_R4H225_IntegrityMechanism@@6B@ @34755 NONAME ??_R4H225_LocationConfirm@@6B@ @34756 NONAME ??_R4H225_LocationReject@@6B@ @34757 NONAME ??_R4H225_LocationRejectReason@@6B@ @34758 NONAME ??_R4H225_LocationRequest@@6B@ @34759 NONAME ??_R4H225_McuInfo@@6B@ @34760 NONAME ??_R4H225_MobileUIM@@6B@ @34761 NONAME ??_R4H225_NonIsoIntegrityMechanism@@6B@ @34762 NONAME ??_R4H225_NonStandardIdentifier@@6B@ @34763 NONAME ??_R4H225_NonStandardMessage@@6B@ @34764 NONAME ??_R4H225_NonStandardParameter@@6B@ @34765 NONAME ??_R4H225_NonStandardProtocol@@6B@ @34766 NONAME ??_R4H225_Notify_UUIE@@6B@ @34767 NONAME ??_R4H225_NumberDigits@@6B@ @34768 NONAME ??_R4H225_PartyNumber@@6B@ @34769 NONAME ??_R4H225_PresentationIndicator@@6B@ @34770 NONAME ??_R4H225_PrivatePartyNumber@@6B@ @34771 NONAME ??_R4H225_PrivateTypeOfNumber@@6B@ @34772 NONAME ??_R4H225_Progress_UUIE@@6B@ @34773 NONAME ??_R4H225_ProtocolIdentifier@@6B@ @34774 NONAME ??_R4H225_PublicPartyNumber@@6B@ @34775 NONAME ??_R4H225_PublicTypeOfNumber@@6B@ @34776 NONAME ??_R4H225_Q954Details@@6B@ @34777 NONAME ??_R4H225_QseriesOptions@@6B@ @34778 NONAME ??_R4H225_RAS@@6B@ @34779 NONAME ??_R4H225_RasMessage@@6B@ @34780 NONAME ??_R4H225_RasUsageInformation@@6B@ @34781 NONAME ??_R4H225_RasUsageInfoTypes@@6B@ @34782 NONAME ??_R4H225_RasUsageSpecification@@6B@ @34783 NONAME ??_R4H225_RasUsageSpecification_callStartingPoint@@6B@ @34784 NONAME ??_R4H225_RasUsageSpecification_when@@6B@ @34785 NONAME ??_R4H225_RegistrationConfirm@@6B@ @34786 NONAME ??_R4H225_RegistrationConfirm_preGrantedARQ@@6B@ @34787 NONAME ??_R4H225_RegistrationReject@@6B@ @34788 NONAME ??_R4H225_RegistrationRejectReason@@6B@ @34789 NONAME ??_R4H225_RegistrationRejectReason_invalidTerminalAliases@@6B@ @34790 NONAME ??_R4H225_RegistrationRequest@@6B@ @34791 NONAME ??_R4H225_ReleaseCompleteReason@@6B@ @34792 NONAME ??_R4H225_ReleaseComplete_UUIE@@6B@ @34793 NONAME ??_R4H225_RequestInProgress@@6B@ @34794 NONAME ??_R4H225_RequestSeqNum@@6B@ @34795 NONAME ??_R4H225_ResourcesAvailableConfirm@@6B@ @34796 NONAME ??_R4H225_ResourcesAvailableIndicate@@6B@ @34797 NONAME ??_R4H225_RTPSession@@6B@ @34798 NONAME ??_R4H225_RTPSession_associatedSessionIds@@6B@ @34799 NONAME ??_R4H225_ScnConnectionAggregation@@6B@ @34800 NONAME ??_R4H225_ScnConnectionType@@6B@ @34801 NONAME ??_R4H225_ScreeningIndicator@@6B@ @34802 NONAME ??_R4H225_SecurityCapabilities@@6B@ @34803 NONAME ??_R4H225_SecurityErrors2@@6B@ @34804 NONAME ??_R4H225_SecurityErrors@@6B@ @34805 NONAME ??_R4H225_SecurityServiceMode@@6B@ @34806 NONAME ??_R4H225_ServiceControlDescriptor@@6B@ @34807 NONAME ??_R4H225_ServiceControlIndication@@6B@ @34808 NONAME ??_R4H225_ServiceControlIndication_callSpecific@@6B@ @34809 NONAME ??_R4H225_ServiceControlResponse@@6B@ @34810 NONAME ??_R4H225_ServiceControlResponse_result@@6B@ @34811 NONAME ??_R4H225_ServiceControlSession@@6B@ @34812 NONAME ??_R4H225_ServiceControlSession_reason@@6B@ @34813 NONAME ??_R4H225_SetupAcknowledge_UUIE@@6B@ @34814 NONAME ??_R4H225_Setup_UUIE@@6B@ @34815 NONAME ??_R4H225_Setup_UUIE_conferenceGoal@@6B@ @34816 NONAME ??_R4H225_Setup_UUIE_connectionParameters@@6B@ @34817 NONAME ??_R4H225_Setup_UUIE_language@@6B@ @34818 NONAME ??_R4H225_SIPCaps@@6B@ @34819 NONAME ??_R4H225_StatusInquiry_UUIE@@6B@ @34820 NONAME ??_R4H225_Status_UUIE@@6B@ @34821 NONAME ??_R4H225_StimulusControl@@6B@ @34822 NONAME ??_R4H225_SupportedPrefix@@6B@ @34823 NONAME ??_R4H225_SupportedProtocols@@6B@ @34824 NONAME ??_R4H225_T120OnlyCaps@@6B@ @34825 NONAME ??_R4H225_T38FaxAnnexbOnlyCaps@@6B@ @34826 NONAME ??_R4H225_TBCD_STRING@@6B@ @34827 NONAME ??_R4H225_TerminalInfo@@6B@ @34828 NONAME ??_R4H225_TimeToLive@@6B@ @34829 NONAME ??_R4H225_TransportAddress@@6B@ @34830 NONAME ??_R4H225_TransportAddress_ip6Address@@6B@ @34831 NONAME ??_R4H225_TransportAddress_ipAddress@@6B@ @34832 NONAME ??_R4H225_TransportAddress_ipSourceRoute@@6B@ @34833 NONAME ??_R4H225_TransportAddress_ipSourceRoute_route@@6B@ @34834 NONAME ??_R4H225_TransportAddress_ipSourceRoute_routing@@6B@ @34835 NONAME ??_R4H225_TransportAddress_ipxAddress@@6B@ @34836 NONAME ??_R4H225_TransportChannelInfo@@6B@ @34837 NONAME ??_R4H225_TransportQOS@@6B@ @34838 NONAME ??_R4H225_TunnelledProtocol@@6B@ @34839 NONAME ??_R4H225_TunnelledProtocolAlternateIdentifier@@6B@ @34840 NONAME ??_R4H225_TunnelledProtocol_id@@6B@ @34841 NONAME ??_R4H225_UnknownMessageResponse@@6B@ @34842 NONAME ??_R4H225_UnregistrationConfirm@@6B@ @34843 NONAME ??_R4H225_UnregistrationReject@@6B@ @34844 NONAME ??_R4H225_UnregistrationRequest@@6B@ @34845 NONAME ??_R4H225_UnregRejectReason@@6B@ @34846 NONAME ??_R4H225_UnregRequestReason@@6B@ @34847 NONAME ??_R4H225_UseSpecifiedTransport@@6B@ @34848 NONAME ??_R4H225_UUIEsRequested@@6B@ @34849 NONAME ??_R4H225_VendorIdentifier@@6B@ @34850 NONAME ??_R4H225_VoiceCaps@@6B@ @34851 NONAME ??_R4H235AuthCAT@@6B@ @34852 NONAME ??_R4H235Authenticator@@6B@ @34853 NONAME ??_R4H235Authenticators@@6B@ @34854 NONAME ??_R4H235AuthProcedure1@@6B@ @34855 NONAME ??_R4H235AuthSimpleMD5@@6B@ @34856 NONAME ??_R4H235_AuthenticationBES@@6B@ @34857 NONAME ??_R4H235_AuthenticationMechanism@@6B@ @34858 NONAME ??_R4H235_ChallengeString@@6B@ @34859 NONAME ??_R4H235_ClearToken@@6B@ @34860 NONAME ??_R4H235_CryptoToken@@6B@ @34861 NONAME ??_R4H235_CryptoToken_cryptoEncryptedToken@@6B@ @34862 NONAME ??_R4H235_CryptoToken_cryptoHashedToken@@6B@ @34863 NONAME ??_R4H235_CryptoToken_cryptoSignedToken@@6B@ @34864 NONAME ??_R4H235_DHset@@6B@ @34865 NONAME ??_R4H235_ECGDSASignature@@6B@ @34866 NONAME ??_R4H235_ECKASDH@@6B@ @34867 NONAME ??_R4H235_ECKASDH_eckasdh2@@6B@ @34868 NONAME ??_R4H235_ECKASDH_eckasdhp@@6B@ @34869 NONAME ??_R4H235_ECpoint@@6B@ @34870 NONAME ??_R4H235_EncodedGeneralToken@@6B@ @34871 NONAME ??_R4H235_EncodedKeySignedMaterial@@6B@ @34872 NONAME ??_R4H235_EncodedKeySyncMaterial@@6B@ @34873 NONAME ??_R4H235_EncodedPwdCertToken@@6B@ @34874 NONAME ??_R4H235_EncodedReturnSig@@6B@ @34875 NONAME ??_R4H235_H235CertificateSignature@@6B@ @34876 NONAME ??_R4H235_H235Key@@6B@ @34877 NONAME ??_R4H235_Identifier@@6B@ @34878 NONAME ??_R4H235_IV16@@6B@ @34879 NONAME ??_R4H235_IV8@@6B@ @34880 NONAME ??_R4H235_KeyMaterial@@6B@ @34881 NONAME ??_R4H235_KeySignedMaterial@@6B@ @34882 NONAME ??_R4H235_KeySyncMaterial@@6B@ @34883 NONAME ??_R4H235_NonStandardParameter@@6B@ @34884 NONAME ??_R4H235_Params@@6B@ @34885 NONAME ??_R4H235_Password@@6B@ @34886 NONAME ??_R4H235_PwdCertToken@@6B@ @34887 NONAME ??_R4H235_RandomVal@@6B@ @34888 NONAME ??_R4H235_ReturnSig@@6B@ @34889 NONAME ??_R4H235_TimeStamp@@6B@ @34890 NONAME ??_R4H235_TypedCertificate@@6B@ @34891 NONAME ??_R4H235_V3KeySyncMaterial@@6B@ @34892 NONAME ??_R4H245NegLogicalChannel@@6B@ @34893 NONAME ??_R4H245NegLogicalChannels@@6B@ @34894 NONAME ??_R4H245NegMasterSlaveDetermination@@6B@ @34895 NONAME ??_R4H245Negotiator@@6B@ @34896 NONAME ??_R4H245NegRequestMode@@6B@ @34897 NONAME ??_R4H245NegRoundTripDelay@@6B@ @34898 NONAME ??_R4H245NegTerminalCapabilitySet@@6B@ @34899 NONAME ??_R4H245TransportThread@@6B@ @34900 NONAME ??_R4H245_AlternativeCapabilitySet@@6B@ @34901 NONAME ??_R4H245_ArrayOf_AlternativeCapabilitySet@@6B@ @34902 NONAME ??_R4H245_ArrayOf_BEnhancementParameters@@6B@ @34903 NONAME ??_R4H245_ArrayOf_CapabilityDescriptor@@6B@ @34904 NONAME ??_R4H245_ArrayOf_CapabilityDescriptorNumber@@6B@ @34905 NONAME ??_R4H245_ArrayOf_CapabilityTableEntry@@6B@ @34906 NONAME ??_R4H245_ArrayOf_CapabilityTableEntryNumber@@6B@ @34907 NONAME ??_R4H245_ArrayOf_CommunicationModeTableEntry@@6B@ @34908 NONAME ??_R4H245_ArrayOf_CustomPictureClockFrequency@@6B@ @34909 NONAME ??_R4H245_ArrayOf_CustomPictureFormat@@6B@ @34910 NONAME ??_R4H245_ArrayOf_DataApplicationCapability@@6B@ @34911 NONAME ??_R4H245_ArrayOf_DialingInformationNetworkType@@6B@ @34912 NONAME ??_R4H245_ArrayOf_DialingInformationNumber@@6B@ @34913 NONAME ??_R4H245_ArrayOf_EnhancementOptions@@6B@ @34914 NONAME ??_R4H245_ArrayOf_EscrowData@@6B@ @34915 NONAME ??_R4H245_ArrayOf_GenericCapability@@6B@ @44237 NONAME ??_R4H245_ArrayOf_GenericParameter@@6B@ @34916 NONAME ??_R4H245_ArrayOf_H263ModeComboFlags@@6B@ @34917 NONAME ??_R4H245_ArrayOf_H263VideoModeCombos@@6B@ @34918 NONAME ??_R4H245_ArrayOf_MediaChannelCapability@@6B@ @34919 NONAME ??_R4H245_ArrayOf_MediaDistributionCapability@@6B@ @34920 NONAME ??_R4H245_ArrayOf_ModeDescription@@6B@ @34921 NONAME ??_R4H245_ArrayOf_MultiplePayloadStreamElement@@6B@ @34922 NONAME ??_R4H245_ArrayOf_MultiplePayloadStreamElementMode@@6B@ @34923 NONAME ??_R4H245_ArrayOf_MultiplexElement@@6B@ @34924 NONAME ??_R4H245_ArrayOf_MultiplexEntryDescriptor@@6B@ @34925 NONAME ??_R4H245_ArrayOf_MultiplexEntryRejectionDescriptions@@6B@ @34926 NONAME ??_R4H245_ArrayOf_MultiplexTableEntryNumber@@6B@ @34927 NONAME ??_R4H245_ArrayOf_NonStandardParameter@@6B@ @34928 NONAME ??_R4H245_ArrayOf_ParameterIdentifier@@6B@ @34929 NONAME ??_R4H245_ArrayOf_PictureReference@@6B@ @34930 NONAME ??_R4H245_ArrayOf_Q2931Address@@6B@ @34931 NONAME ??_R4H245_ArrayOf_QOSCapability@@6B@ @34932 NONAME ??_R4H245_ArrayOf_RedundancyEncodingCapability@@6B@ @34933 NONAME ??_R4H245_ArrayOf_RedundancyEncodingDTModeElement@@6B@ @34934 NONAME ??_R4H245_ArrayOf_RedundancyEncodingElement@@6B@ @34935 NONAME ??_R4H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@6B@ @34936 NONAME ??_R4H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@6B@ @34937 NONAME ??_R4H245_ArrayOf_RTPPayloadType@@6B@ @34938 NONAME ??_R4H245_ArrayOf_TerminalInformation@@6B@ @34939 NONAME ??_R4H245_ArrayOf_TerminalLabel@@6B@ @34940 NONAME ??_R4H245_ArrayOf_VCCapability@@6B@ @34941 NONAME ??_R4H245_ArrayOf_VideoCapability@@6B@ @44238 NONAME ??_R4H245_ATMParameters@@6B@ @34942 NONAME ??_R4H245_AudioCapability@@6B@ @34943 NONAME ??_R4H245_AudioCapability_g7231@@6B@ @34944 NONAME ??_R4H245_AudioMode@@6B@ @34945 NONAME ??_R4H245_AudioMode_g7231@@6B@ @34946 NONAME ??_R4H245_AudioTelephonyEventCapability@@6B@ @34947 NONAME ??_R4H245_AudioToneCapability@@6B@ @34948 NONAME ??_R4H245_AuthenticationCapability@@6B@ @34949 NONAME ??_R4H245_BEnhancementParameters@@6B@ @34950 NONAME ??_R4H245_Capability@@6B@ @34951 NONAME ??_R4H245_CapabilityDescriptor@@6B@ @34952 NONAME ??_R4H245_CapabilityDescriptorNumber@@6B@ @34953 NONAME ??_R4H245_CapabilityIdentifier@@6B@ @34954 NONAME ??_R4H245_CapabilityTableEntry@@6B@ @34955 NONAME ??_R4H245_CapabilityTableEntryNumber@@6B@ @34956 NONAME ??_R4H245_Capability_h233EncryptionReceiveCapability@@6B@ @34957 NONAME ??_R4H245_CertSelectionCriteria@@6B@ @34958 NONAME ??_R4H245_CloseLogicalChannel@@6B@ @34959 NONAME ??_R4H245_CloseLogicalChannelAck@@6B@ @34960 NONAME ??_R4H245_CloseLogicalChannel_reason@@6B@ @34961 NONAME ??_R4H245_CloseLogicalChannel_source@@6B@ @34962 NONAME ??_R4H245_CommandMessage@@6B@ @34963 NONAME ??_R4H245_CommunicationModeCommand@@6B@ @34964 NONAME ??_R4H245_CommunicationModeRequest@@6B@ @34965 NONAME ??_R4H245_CommunicationModeResponse@@6B@ @34966 NONAME ??_R4H245_CommunicationModeTableEntry@@6B@ @34967 NONAME ??_R4H245_CommunicationModeTableEntry_dataType@@6B@ @34968 NONAME ??_R4H245_CompressionType@@6B@ @34969 NONAME ??_R4H245_ConferenceCapability@@6B@ @34970 NONAME ??_R4H245_ConferenceCommand@@6B@ @34971 NONAME ??_R4H245_ConferenceID@@6B@ @34972 NONAME ??_R4H245_ConferenceIndication@@6B@ @34973 NONAME ??_R4H245_ConferenceRequest@@6B@ @34974 NONAME ??_R4H245_ConferenceRequest_requestTerminalCertificate@@6B@ @34975 NONAME ??_R4H245_ConferenceResponse@@6B@ @34976 NONAME ??_R4H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@6B@ @34977 NONAME ??_R4H245_ConferenceResponse_chairTokenOwnerResponse@@6B@ @34978 NONAME ??_R4H245_ConferenceResponse_conferenceIDResponse@@6B@ @34979 NONAME ??_R4H245_ConferenceResponse_extensionAddressResponse@@6B@ @34980 NONAME ??_R4H245_ConferenceResponse_makeMeChairResponse@@6B@ @34981 NONAME ??_R4H245_ConferenceResponse_makeTerminalBroadcasterResponse@@6B@ @34982 NONAME ??_R4H245_ConferenceResponse_mCTerminalIDResponse@@6B@ @34983 NONAME ??_R4H245_ConferenceResponse_passwordResponse@@6B@ @34984 NONAME ??_R4H245_ConferenceResponse_sendThisSourceResponse@@6B@ @34985 NONAME ??_R4H245_ConferenceResponse_terminalCertificateResponse@@6B@ @34986 NONAME ??_R4H245_ConferenceResponse_terminalIDResponse@@6B@ @34987 NONAME ??_R4H245_ConnectionIdentifier@@6B@ @34988 NONAME ??_R4H245_CRCLength@@6B@ @34989 NONAME ??_R4H245_Criteria@@6B@ @34990 NONAME ??_R4H245_CustomPictureClockFrequency@@6B@ @34991 NONAME ??_R4H245_CustomPictureFormat@@6B@ @34992 NONAME ??_R4H245_CustomPictureFormat_mPI@@6B@ @34993 NONAME ??_R4H245_CustomPictureFormat_mPI_customPCF@@6B@ @34994 NONAME ??_R4H245_CustomPictureFormat_mPI_customPCF_subtype@@6B@ @34995 NONAME ??_R4H245_CustomPictureFormat_pixelAspectInformation@@6B@ @34996 NONAME ??_R4H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@6B@ @34997 NONAME ??_R4H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@6B@ @34998 NONAME ??_R4H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@6B@ @34999 NONAME ??_R4H245_DataApplicationCapability@@6B@ @35000 NONAME ??_R4H245_DataApplicationCapability_application@@6B@ @35001 NONAME ??_R4H245_DataApplicationCapability_application_nlpid@@6B@ @35002 NONAME ??_R4H245_DataApplicationCapability_application_t38fax@@6B@ @35003 NONAME ??_R4H245_DataApplicationCapability_application_t84@@6B@ @35004 NONAME ??_R4H245_DataMode@@6B@ @35005 NONAME ??_R4H245_DataMode_application@@6B@ @35006 NONAME ??_R4H245_DataMode_application_nlpid@@6B@ @35007 NONAME ??_R4H245_DataMode_application_t38fax@@6B@ @35008 NONAME ??_R4H245_DataProtocolCapability@@6B@ @35009 NONAME ??_R4H245_DataProtocolCapability_v76wCompression@@6B@ @35010 NONAME ??_R4H245_DataType@@6B@ @35011 NONAME ??_R4H245_DepFECCapability@@6B@ @44239 NONAME ??_R4H245_DepFECCapability_rfc2733@@6B@ @44240 NONAME ??_R4H245_DepFECCapability_rfc2733_separateStream@@6B@ @44241 NONAME ??_R4H245_DepFECData@@6B@ @44242 NONAME ??_R4H245_DepFECData_rfc2733@@6B@ @44243 NONAME ??_R4H245_DepFECData_rfc2733_mode@@6B@ @44244 NONAME ??_R4H245_DepFECData_rfc2733_mode_separateStream@@6B@ @44245 NONAME ??_R4H245_DepFECData_rfc2733_mode_separateStream_differentPort@@6B@ @44246 NONAME ??_R4H245_DepFECData_rfc2733_mode_separateStream_samePort@@6B@ @44247 NONAME ??_R4H245_DepFECMode@@6B@ @44248 NONAME ??_R4H245_DepFECMode_rfc2733Mode@@6B@ @44249 NONAME ??_R4H245_DepFECMode_rfc2733Mode_mode@@6B@ @44250 NONAME ??_R4H245_DepFECMode_rfc2733Mode_mode_separateStream@@6B@ @44251 NONAME ??_R4H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@6B@ @44252 NONAME ??_R4H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@6B@ @44253 NONAME ??_R4H245_DialingInformation@@6B@ @35012 NONAME ??_R4H245_DialingInformationNetworkType@@6B@ @35013 NONAME ??_R4H245_DialingInformationNumber@@6B@ @35014 NONAME ??_R4H245_EncryptionAuthenticationAndIntegrity@@6B@ @35015 NONAME ??_R4H245_EncryptionCapability@@6B@ @35016 NONAME ??_R4H245_EncryptionCommand@@6B@ @35017 NONAME ??_R4H245_EncryptionCommand_encryptionAlgorithmID@@6B@ @35018 NONAME ??_R4H245_EncryptionMode@@6B@ @35019 NONAME ??_R4H245_EncryptionSync@@6B@ @35020 NONAME ??_R4H245_EncryptionUpdateDirection@@6B@ @44254 NONAME ??_R4H245_EncryptionUpdateRequest@@6B@ @35021 NONAME ??_R4H245_EndSessionCommand@@6B@ @35022 NONAME ??_R4H245_EndSessionCommand_gstnOptions@@6B@ @35023 NONAME ??_R4H245_EndSessionCommand_isdnOptions@@6B@ @35024 NONAME ??_R4H245_EnhancementLayerInfo@@6B@ @35025 NONAME ??_R4H245_EnhancementOptions@@6B@ @35026 NONAME ??_R4H245_EscrowData@@6B@ @35027 NONAME ??_R4H245_ExtendedVideoCapability@@6B@ @44255 NONAME ??_R4H245_FECCapability@@6B@ @35028 NONAME ??_R4H245_FECCapability_rfc2733Format@@6B@ @44256 NONAME ??_R4H245_FECData@@6B@ @35031 NONAME ??_R4H245_FECData_rfc2733@@6B@ @35032 NONAME ??_R4H245_FECData_rfc2733_pktMode@@6B@ @44257 NONAME ??_R4H245_FECData_rfc2733_pktMode_rfc2733diffport@@6B@ @44258 NONAME ??_R4H245_FECData_rfc2733_pktMode_rfc2733sameport@@6B@ @44259 NONAME ??_R4H245_FECMode@@6B@ @35037 NONAME ??_R4H245_FECMode_rfc2733Format@@6B@ @44260 NONAME ??_R4H245_FlowControlCommand@@6B@ @35043 NONAME ??_R4H245_FlowControlCommand_restriction@@6B@ @35044 NONAME ??_R4H245_FlowControlCommand_scope@@6B@ @35045 NONAME ??_R4H245_FlowControlIndication@@6B@ @35046 NONAME ??_R4H245_FlowControlIndication_restriction@@6B@ @35047 NONAME ??_R4H245_FlowControlIndication_scope@@6B@ @35048 NONAME ??_R4H245_FunctionNotSupported@@6B@ @35049 NONAME ??_R4H245_FunctionNotSupported_cause@@6B@ @35050 NONAME ??_R4H245_FunctionNotUnderstood@@6B@ @35051 NONAME ??_R4H245_G7231AnnexCCapability@@6B@ @35052 NONAME ??_R4H245_G7231AnnexCCapability_g723AnnexCAudioMode@@6B@ @35053 NONAME ??_R4H245_G7231AnnexCMode@@6B@ @35054 NONAME ??_R4H245_G7231AnnexCMode_g723AnnexCAudioMode@@6B@ @35055 NONAME ??_R4H245_G729Extensions@@6B@ @35056 NONAME ??_R4H245_GenericCapability@@6B@ @35057 NONAME ??_R4H245_GenericMessage@@6B@ @44261 NONAME ??_R4H245_GenericParameter@@6B@ @35058 NONAME ??_R4H245_GSMAudioCapability@@6B@ @35059 NONAME ??_R4H245_H222Capability@@6B@ @35060 NONAME ??_R4H245_H222LogicalChannelParameters@@6B@ @35061 NONAME ??_R4H245_H223AL1MParameters@@6B@ @35062 NONAME ??_R4H245_H223AL1MParameters_arqType@@6B@ @35063 NONAME ??_R4H245_H223AL1MParameters_crcLength@@6B@ @35064 NONAME ??_R4H245_H223AL1MParameters_headerFEC@@6B@ @35065 NONAME ??_R4H245_H223AL1MParameters_transferMode@@6B@ @35066 NONAME ??_R4H245_H223AL2MParameters@@6B@ @35067 NONAME ??_R4H245_H223AL2MParameters_headerFEC@@6B@ @35068 NONAME ??_R4H245_H223AL3MParameters@@6B@ @35069 NONAME ??_R4H245_H223AL3MParameters_arqType@@6B@ @35070 NONAME ??_R4H245_H223AL3MParameters_crcLength@@6B@ @35071 NONAME ??_R4H245_H223AL3MParameters_headerFormat@@6B@ @35072 NONAME ??_R4H245_H223AnnexCArqParameters@@6B@ @35073 NONAME ??_R4H245_H223AnnexCArqParameters_numberOfRetransmissions@@6B@ @35074 NONAME ??_R4H245_H223AnnexCCapability@@6B@ @35075 NONAME ??_R4H245_H223Capability@@6B@ @35076 NONAME ??_R4H245_H223Capability_h223MultiplexTableCapability@@6B@ @35077 NONAME ??_R4H245_H223Capability_h223MultiplexTableCapability_enhanced@@6B@ @35078 NONAME ??_R4H245_H223Capability_mobileMultilinkFrameCapability@@6B@ @35079 NONAME ??_R4H245_H223Capability_mobileOperationTransmitCapability@@6B@ @35080 NONAME ??_R4H245_H223LogicalChannelParameters@@6B@ @35081 NONAME ??_R4H245_H223LogicalChannelParameters_adaptationLayerType@@6B@ @35082 NONAME ??_R4H245_H223LogicalChannelParameters_adaptationLayerType_al3@@6B@ @35083 NONAME ??_R4H245_H223ModeParameters@@6B@ @35084 NONAME ??_R4H245_H223ModeParameters_adaptationLayerType@@6B@ @35085 NONAME ??_R4H245_H223ModeParameters_adaptationLayerType_al3@@6B@ @35086 NONAME ??_R4H245_H223MultiplexReconfiguration@@6B@ @35087 NONAME ??_R4H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@6B@ @35088 NONAME ??_R4H245_H223MultiplexReconfiguration_h223ModeChange@@6B@ @35089 NONAME ??_R4H245_H223SkewIndication@@6B@ @35090 NONAME ??_R4H245_H2250Capability@@6B@ @35091 NONAME ??_R4H245_H2250Capability_mcCapability@@6B@ @35092 NONAME ??_R4H245_H2250LogicalChannelAckParameters@@6B@ @35093 NONAME ??_R4H245_H2250LogicalChannelParameters@@6B@ @35094 NONAME ??_R4H245_H2250LogicalChannelParameters_mediaPacketization@@6B@ @35095 NONAME ??_R4H245_H2250MaximumSkewIndication@@6B@ @35096 NONAME ??_R4H245_H2250ModeParameters@@6B@ @35097 NONAME ??_R4H245_H235Media@@6B@ @35098 NONAME ??_R4H245_H235Media_mediaType@@6B@ @35099 NONAME ??_R4H245_H235Mode@@6B@ @35100 NONAME ??_R4H245_H235Mode_mediaMode@@6B@ @35101 NONAME ??_R4H245_H235SecurityCapability@@6B@ @35102 NONAME ??_R4H245_H261VideoCapability@@6B@ @35103 NONAME ??_R4H245_H261VideoMode@@6B@ @35104 NONAME ??_R4H245_H261VideoMode_resolution@@6B@ @35105 NONAME ??_R4H245_H262VideoCapability@@6B@ @35106 NONAME ??_R4H245_H262VideoMode@@6B@ @35107 NONAME ??_R4H245_H262VideoMode_profileAndLevel@@6B@ @35108 NONAME ??_R4H245_H263ModeComboFlags@@6B@ @35109 NONAME ??_R4H245_H263Options@@6B@ @35110 NONAME ??_R4H245_H263Version3Options@@6B@ @35111 NONAME ??_R4H245_H263VideoCapability@@6B@ @35112 NONAME ??_R4H245_H263VideoMode@@6B@ @35113 NONAME ??_R4H245_H263VideoModeCombos@@6B@ @35114 NONAME ??_R4H245_H263VideoMode_resolution@@6B@ @35115 NONAME ??_R4H245_IndicationMessage@@6B@ @35116 NONAME ??_R4H245_IntegrityCapability@@6B@ @35117 NONAME ??_R4H245_IS11172AudioCapability@@6B@ @35118 NONAME ??_R4H245_IS11172AudioMode@@6B@ @35119 NONAME ??_R4H245_IS11172AudioMode_audioLayer@@6B@ @35120 NONAME ??_R4H245_IS11172AudioMode_audioSampling@@6B@ @35121 NONAME ??_R4H245_IS11172AudioMode_multichannelType@@6B@ @35122 NONAME ??_R4H245_IS11172VideoCapability@@6B@ @35123 NONAME ??_R4H245_IS11172VideoMode@@6B@ @35124 NONAME ??_R4H245_IS13818AudioCapability@@6B@ @35125 NONAME ??_R4H245_IS13818AudioMode@@6B@ @35126 NONAME ??_R4H245_IS13818AudioMode_audioLayer@@6B@ @35127 NONAME ??_R4H245_IS13818AudioMode_audioSampling@@6B@ @35128 NONAME ??_R4H245_IS13818AudioMode_multichannelType@@6B@ @35129 NONAME ??_R4H245_IV16@@6B@ @44262 NONAME ??_R4H245_IV8@@6B@ @44263 NONAME ??_R4H245_JitterIndication@@6B@ @35130 NONAME ??_R4H245_JitterIndication_scope@@6B@ @35131 NONAME ??_R4H245_KeyProtectionMethod@@6B@ @35132 NONAME ??_R4H245_LogicalChannelNumber@@6B@ @35133 NONAME ??_R4H245_LogicalChannelRateAcknowledge@@6B@ @35134 NONAME ??_R4H245_LogicalChannelRateReject@@6B@ @35135 NONAME ??_R4H245_LogicalChannelRateRejectReason@@6B@ @35136 NONAME ??_R4H245_LogicalChannelRateRelease@@6B@ @35137 NONAME ??_R4H245_LogicalChannelRateRequest@@6B@ @35138 NONAME ??_R4H245_MaintenanceLoopAck@@6B@ @35139 NONAME ??_R4H245_MaintenanceLoopAck_type@@6B@ @35140 NONAME ??_R4H245_MaintenanceLoopOffCommand@@6B@ @35141 NONAME ??_R4H245_MaintenanceLoopReject@@6B@ @35142 NONAME ??_R4H245_MaintenanceLoopReject_cause@@6B@ @35143 NONAME ??_R4H245_MaintenanceLoopReject_type@@6B@ @35144 NONAME ??_R4H245_MaintenanceLoopRequest@@6B@ @35145 NONAME ??_R4H245_MaintenanceLoopRequest_type@@6B@ @35146 NONAME ??_R4H245_MasterSlaveDetermination@@6B@ @35147 NONAME ??_R4H245_MasterSlaveDeterminationAck@@6B@ @35148 NONAME ??_R4H245_MasterSlaveDeterminationAck_decision@@6B@ @35149 NONAME ??_R4H245_MasterSlaveDeterminationReject@@6B@ @35150 NONAME ??_R4H245_MasterSlaveDeterminationReject_cause@@6B@ @35151 NONAME ??_R4H245_MasterSlaveDeterminationRelease@@6B@ @35152 NONAME ??_R4H245_MaximumBitRate@@6B@ @35153 NONAME ??_R4H245_MaxRedundancy@@6B@ @44264 NONAME ??_R4H245_MCLocationIndication@@6B@ @35154 NONAME ??_R4H245_McuNumber@@6B@ @35155 NONAME ??_R4H245_MediaChannelCapability@@6B@ @35156 NONAME ??_R4H245_MediaDistributionCapability@@6B@ @35157 NONAME ??_R4H245_MediaEncryptionAlgorithm@@6B@ @35158 NONAME ??_R4H245_MediaPacketizationCapability@@6B@ @35159 NONAME ??_R4H245_MediaTransportType@@6B@ @35160 NONAME ??_R4H245_MediaTransportType_atm_AAL5_compressed@@6B@ @35161 NONAME ??_R4H245_MiscellaneousCommand@@6B@ @35162 NONAME ??_R4H245_MiscellaneousCommand_type@@6B@ @35163 NONAME ??_R4H245_MiscellaneousCommand_type_encryptionUpdateAck@@6B@ @44265 NONAME ??_R4H245_MiscellaneousCommand_type_encryptionUpdateCommand@@6B@ @44266 NONAME ??_R4H245_MiscellaneousCommand_type_lostPartialPicture@@6B@ @35164 NONAME ??_R4H245_MiscellaneousCommand_type_progressiveRefinementStart@@6B@ @35165 NONAME ??_R4H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@6B@ @35166 NONAME ??_R4H245_MiscellaneousCommand_type_videoBadMBs@@6B@ @35167 NONAME ??_R4H245_MiscellaneousCommand_type_videoFastUpdateGOB@@6B@ @35168 NONAME ??_R4H245_MiscellaneousCommand_type_videoFastUpdateMB@@6B@ @35169 NONAME ??_R4H245_MiscellaneousIndication@@6B@ @35170 NONAME ??_R4H245_MiscellaneousIndication_type@@6B@ @35171 NONAME ??_R4H245_MiscellaneousIndication_type_videoNotDecodedMBs@@6B@ @35172 NONAME ??_R4H245_MobileMultilinkReconfigurationCommand@@6B@ @35173 NONAME ??_R4H245_MobileMultilinkReconfigurationCommand_status@@6B@ @35174 NONAME ??_R4H245_MobileMultilinkReconfigurationIndication@@6B@ @35175 NONAME ??_R4H245_ModeDescription@@6B@ @35176 NONAME ??_R4H245_ModeElement@@6B@ @35177 NONAME ??_R4H245_ModeElementType@@6B@ @35178 NONAME ??_R4H245_MulticastAddress@@6B@ @35179 NONAME ??_R4H245_MulticastAddress_iP6Address@@6B@ @35180 NONAME ??_R4H245_MulticastAddress_iPAddress@@6B@ @35181 NONAME ??_R4H245_MultilinkIndication@@6B@ @35182 NONAME ??_R4H245_MultilinkIndication_crcDesired@@6B@ @35183 NONAME ??_R4H245_MultilinkIndication_excessiveError@@6B@ @35184 NONAME ??_R4H245_MultilinkRequest@@6B@ @35185 NONAME ??_R4H245_MultilinkRequest_addConnection@@6B@ @35186 NONAME ??_R4H245_MultilinkRequest_callInformation@@6B@ @35187 NONAME ??_R4H245_MultilinkRequest_maximumHeaderInterval@@6B@ @35188 NONAME ??_R4H245_MultilinkRequest_maximumHeaderInterval_requestType@@6B@ @35189 NONAME ??_R4H245_MultilinkRequest_removeConnection@@6B@ @35190 NONAME ??_R4H245_MultilinkResponse@@6B@ @35191 NONAME ??_R4H245_MultilinkResponse_addConnection@@6B@ @35192 NONAME ??_R4H245_MultilinkResponse_addConnection_responseCode@@6B@ @35193 NONAME ??_R4H245_MultilinkResponse_addConnection_responseCode_rejected@@6B@ @35194 NONAME ??_R4H245_MultilinkResponse_callInformation@@6B@ @35195 NONAME ??_R4H245_MultilinkResponse_maximumHeaderInterval@@6B@ @35196 NONAME ??_R4H245_MultilinkResponse_removeConnection@@6B@ @35197 NONAME ??_R4H245_MultimediaSystemControlMessage@@6B@ @35198 NONAME ??_R4H245_MultiplePayloadStream@@6B@ @35199 NONAME ??_R4H245_MultiplePayloadStreamCapability@@6B@ @35200 NONAME ??_R4H245_MultiplePayloadStreamElement@@6B@ @35201 NONAME ??_R4H245_MultiplePayloadStreamElementMode@@6B@ @35202 NONAME ??_R4H245_MultiplePayloadStreamMode@@6B@ @35203 NONAME ??_R4H245_MultiplexCapability@@6B@ @35204 NONAME ??_R4H245_MultiplexedStreamCapability@@6B@ @35205 NONAME ??_R4H245_MultiplexedStreamModeParameters@@6B@ @35206 NONAME ??_R4H245_MultiplexedStreamParameter@@6B@ @35207 NONAME ??_R4H245_MultiplexElement@@6B@ @35208 NONAME ??_R4H245_MultiplexElement_repeatCount@@6B@ @35209 NONAME ??_R4H245_MultiplexElement_type@@6B@ @35210 NONAME ??_R4H245_MultiplexEntryDescriptor@@6B@ @35211 NONAME ??_R4H245_MultiplexEntryRejectionDescriptions@@6B@ @35212 NONAME ??_R4H245_MultiplexEntryRejectionDescriptions_cause@@6B@ @35213 NONAME ??_R4H245_MultiplexEntrySend@@6B@ @35214 NONAME ??_R4H245_MultiplexEntrySendAck@@6B@ @35215 NONAME ??_R4H245_MultiplexEntrySendReject@@6B@ @35216 NONAME ??_R4H245_MultiplexEntrySendRelease@@6B@ @35217 NONAME ??_R4H245_MultiplexFormat@@6B@ @35218 NONAME ??_R4H245_MultiplexTableEntryNumber@@6B@ @35219 NONAME ??_R4H245_MultipointCapability@@6B@ @35220 NONAME ??_R4H245_NetworkAccessParameters@@6B@ @35221 NONAME ??_R4H245_NetworkAccessParameters_distribution@@6B@ @35222 NONAME ??_R4H245_NetworkAccessParameters_networkAddress@@6B@ @35223 NONAME ??_R4H245_NetworkAccessParameters_t120SetupProcedure@@6B@ @35224 NONAME ??_R4H245_NewATMVCCommand@@6B@ @35225 NONAME ??_R4H245_NewATMVCCommand_aal@@6B@ @35226 NONAME ??_R4H245_NewATMVCCommand_aal_aal1@@6B@ @35227 NONAME ??_R4H245_NewATMVCCommand_aal_aal1_clockRecovery@@6B@ @35228 NONAME ??_R4H245_NewATMVCCommand_aal_aal1_errorCorrection@@6B@ @35229 NONAME ??_R4H245_NewATMVCCommand_aal_aal5@@6B@ @35230 NONAME ??_R4H245_NewATMVCCommand_multiplex@@6B@ @35231 NONAME ??_R4H245_NewATMVCCommand_reverseParameters@@6B@ @35232 NONAME ??_R4H245_NewATMVCCommand_reverseParameters_multiplex@@6B@ @35233 NONAME ??_R4H245_NewATMVCIndication@@6B@ @35234 NONAME ??_R4H245_NewATMVCIndication_aal@@6B@ @35235 NONAME ??_R4H245_NewATMVCIndication_aal_aal1@@6B@ @35236 NONAME ??_R4H245_NewATMVCIndication_aal_aal1_clockRecovery@@6B@ @35237 NONAME ??_R4H245_NewATMVCIndication_aal_aal1_errorCorrection@@6B@ @35238 NONAME ??_R4H245_NewATMVCIndication_aal_aal5@@6B@ @35239 NONAME ??_R4H245_NewATMVCIndication_multiplex@@6B@ @35240 NONAME ??_R4H245_NewATMVCIndication_reverseParameters@@6B@ @35241 NONAME ??_R4H245_NewATMVCIndication_reverseParameters_multiplex@@6B@ @35242 NONAME ??_R4H245_NonStandardIdentifier@@6B@ @35243 NONAME ??_R4H245_NonStandardIdentifier_h221NonStandard@@6B@ @35244 NONAME ??_R4H245_NonStandardMessage@@6B@ @35245 NONAME ??_R4H245_NonStandardParameter@@6B@ @35246 NONAME ??_R4H245_NoPTAudioTelephonyEventCapability@@6B@ @35247 NONAME ??_R4H245_NoPTAudioToneCapability@@6B@ @35248 NONAME ??_R4H245_OpenLogicalChannel@@6B@ @35249 NONAME ??_R4H245_OpenLogicalChannelAck@@6B@ @35250 NONAME ??_R4H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@6B@ @35251 NONAME ??_R4H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@6B@ @35252 NONAME ??_R4H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@6B@ @35253 NONAME ??_R4H245_OpenLogicalChannelConfirm@@6B@ @35254 NONAME ??_R4H245_OpenLogicalChannelReject@@6B@ @35255 NONAME ??_R4H245_OpenLogicalChannelReject_cause@@6B@ @35256 NONAME ??_R4H245_OpenLogicalChannel_forwardLogicalChannelParameters@@6B@ @35257 NONAME ??_R4H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@6B@ @35258 NONAME ??_R4H245_OpenLogicalChannel_reverseLogicalChannelParameters@@6B@ @35259 NONAME ??_R4H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@6B@ @35260 NONAME ??_R4H245_ParameterIdentifier@@6B@ @35261 NONAME ??_R4H245_ParameterValue@@6B@ @35262 NONAME ??_R4H245_Params@@6B@ @44267 NONAME ??_R4H245_Password@@6B@ @35263 NONAME ??_R4H245_PictureReference@@6B@ @35264 NONAME ??_R4H245_Q2931Address@@6B@ @35265 NONAME ??_R4H245_Q2931Address_address@@6B@ @35266 NONAME ??_R4H245_QOSCapability@@6B@ @35267 NONAME ??_R4H245_QOSMode@@6B@ @35268 NONAME ??_R4H245_RedundancyEncoding@@6B@ @35269 NONAME ??_R4H245_RedundancyEncodingCapability@@6B@ @35270 NONAME ??_R4H245_RedundancyEncodingDTMode@@6B@ @35271 NONAME ??_R4H245_RedundancyEncodingDTModeElement@@6B@ @35272 NONAME ??_R4H245_RedundancyEncodingDTModeElement_type@@6B@ @35273 NONAME ??_R4H245_RedundancyEncodingElement@@6B@ @35274 NONAME ??_R4H245_RedundancyEncodingMethod@@6B@ @35275 NONAME ??_R4H245_RedundancyEncodingMode@@6B@ @35276 NONAME ??_R4H245_RedundancyEncodingMode_secondaryEncoding@@6B@ @35277 NONAME ??_R4H245_RedundancyEncoding_rtpRedundancyEncoding@@6B@ @35278 NONAME ??_R4H245_RefPictureSelection@@6B@ @35279 NONAME ??_R4H245_RefPictureSelection_additionalPictureMemory@@6B@ @35280 NONAME ??_R4H245_RefPictureSelection_enhancedReferencePicSelect@@6B@ @35281 NONAME ??_R4H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@6B@ @35282 NONAME ??_R4H245_RefPictureSelection_videoBackChannelSend@@6B@ @35283 NONAME ??_R4H245_RemoteMCRequest@@6B@ @35284 NONAME ??_R4H245_RemoteMCResponse@@6B@ @35285 NONAME ??_R4H245_RemoteMCResponse_reject@@6B@ @35286 NONAME ??_R4H245_RequestAllTerminalIDsResponse@@6B@ @35287 NONAME ??_R4H245_RequestChannelClose@@6B@ @35288 NONAME ??_R4H245_RequestChannelCloseAck@@6B@ @35289 NONAME ??_R4H245_RequestChannelCloseReject@@6B@ @35290 NONAME ??_R4H245_RequestChannelCloseReject_cause@@6B@ @35291 NONAME ??_R4H245_RequestChannelCloseRelease@@6B@ @35292 NONAME ??_R4H245_RequestChannelClose_reason@@6B@ @35293 NONAME ??_R4H245_RequestMessage@@6B@ @35294 NONAME ??_R4H245_RequestMode@@6B@ @35295 NONAME ??_R4H245_RequestModeAck@@6B@ @35296 NONAME ??_R4H245_RequestModeAck_response@@6B@ @35297 NONAME ??_R4H245_RequestModeReject@@6B@ @35298 NONAME ??_R4H245_RequestModeReject_cause@@6B@ @35299 NONAME ??_R4H245_RequestModeRelease@@6B@ @35300 NONAME ??_R4H245_RequestMultiplexEntry@@6B@ @35301 NONAME ??_R4H245_RequestMultiplexEntryAck@@6B@ @35302 NONAME ??_R4H245_RequestMultiplexEntryReject@@6B@ @35303 NONAME ??_R4H245_RequestMultiplexEntryRejectionDescriptions@@6B@ @35304 NONAME ??_R4H245_RequestMultiplexEntryRejectionDescriptions_cause@@6B@ @35305 NONAME ??_R4H245_RequestMultiplexEntryRelease@@6B@ @35306 NONAME ??_R4H245_ResponseMessage@@6B@ @35307 NONAME ??_R4H245_RoundTripDelayRequest@@6B@ @35308 NONAME ??_R4H245_RoundTripDelayResponse@@6B@ @35309 NONAME ??_R4H245_RSVPParameters@@6B@ @35310 NONAME ??_R4H245_RTPH263VideoRedundancyEncoding@@6B@ @35311 NONAME ??_R4H245_RTPH263VideoRedundancyEncoding_containedThreads@@6B@ @35312 NONAME ??_R4H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@6B@ @35313 NONAME ??_R4H245_RTPH263VideoRedundancyFrameMapping@@6B@ @35314 NONAME ??_R4H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@6B@ @35315 NONAME ??_R4H245_RTPPayloadType@@6B@ @35316 NONAME ??_R4H245_RTPPayloadType_payloadDescriptor@@6B@ @35317 NONAME ??_R4H245_SendTerminalCapabilitySet@@6B@ @35318 NONAME ??_R4H245_SendTerminalCapabilitySet_specificRequest@@6B@ @35319 NONAME ??_R4H245_SequenceNumber@@6B@ @35320 NONAME ??_R4H245_SubstituteConferenceIDCommand@@6B@ @35321 NONAME ??_R4H245_T38FaxProfile@@6B@ @35322 NONAME ??_R4H245_T38FaxRateManagement@@6B@ @35323 NONAME ??_R4H245_T38FaxTcpOptions@@6B@ @35324 NONAME ??_R4H245_T38FaxUdpOptions@@6B@ @35325 NONAME ??_R4H245_T38FaxUdpOptions_t38FaxUdpEC@@6B@ @35326 NONAME ??_R4H245_T84Profile@@6B@ @35327 NONAME ??_R4H245_T84Profile_t84Restricted@@6B@ @35328 NONAME ??_R4H245_TerminalCapabilitySet@@6B@ @35329 NONAME ??_R4H245_TerminalCapabilitySetAck@@6B@ @35330 NONAME ??_R4H245_TerminalCapabilitySetReject@@6B@ @35331 NONAME ??_R4H245_TerminalCapabilitySetReject_cause@@6B@ @35332 NONAME ??_R4H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@6B@ @35333 NONAME ??_R4H245_TerminalCapabilitySetRelease@@6B@ @35334 NONAME ??_R4H245_TerminalID@@6B@ @35335 NONAME ??_R4H245_TerminalInformation@@6B@ @35336 NONAME ??_R4H245_TerminalLabel@@6B@ @35337 NONAME ??_R4H245_TerminalNumber@@6B@ @35338 NONAME ??_R4H245_TerminalYouAreSeeingInSubPictureNumber@@6B@ @35339 NONAME ??_R4H245_TransparencyParameters@@6B@ @35340 NONAME ??_R4H245_TransportAddress@@6B@ @35341 NONAME ??_R4H245_TransportCapability@@6B@ @35342 NONAME ??_R4H245_UnicastAddress@@6B@ @35343 NONAME ??_R4H245_UnicastAddress_iP6Address@@6B@ @35344 NONAME ??_R4H245_UnicastAddress_iPAddress@@6B@ @35345 NONAME ??_R4H245_UnicastAddress_iPSourceRouteAddress@@6B@ @35346 NONAME ??_R4H245_UnicastAddress_iPSourceRouteAddress_route@@6B@ @35347 NONAME ??_R4H245_UnicastAddress_iPSourceRouteAddress_routing@@6B@ @35348 NONAME ??_R4H245_UnicastAddress_iPXAddress@@6B@ @35349 NONAME ??_R4H245_UserInputCapability@@6B@ @35350 NONAME ??_R4H245_UserInputIndication@@6B@ @35351 NONAME ??_R4H245_UserInputIndication_encryptedAlphanumeric@@6B@ @44268 NONAME ??_R4H245_UserInputIndication_extendedAlphanumeric@@6B@ @35352 NONAME ??_R4H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@6B@ @44269 NONAME ??_R4H245_UserInputIndication_signal@@6B@ @35353 NONAME ??_R4H245_UserInputIndication_signalUpdate@@6B@ @35354 NONAME ??_R4H245_UserInputIndication_signalUpdate_rtp@@6B@ @35355 NONAME ??_R4H245_UserInputIndication_signal_rtp@@6B@ @35356 NONAME ??_R4H245_UserInputIndication_userInputSupportIndication@@6B@ @35357 NONAME ??_R4H245_V42bis@@6B@ @35358 NONAME ??_R4H245_V75Capability@@6B@ @35359 NONAME ??_R4H245_V75Parameters@@6B@ @35360 NONAME ??_R4H245_V76Capability@@6B@ @35361 NONAME ??_R4H245_V76HDLCParameters@@6B@ @35362 NONAME ??_R4H245_V76LogicalChannelParameters@@6B@ @35363 NONAME ??_R4H245_V76LogicalChannelParameters_mode@@6B@ @35364 NONAME ??_R4H245_V76LogicalChannelParameters_mode_eRM@@6B@ @35365 NONAME ??_R4H245_V76LogicalChannelParameters_mode_eRM_recovery@@6B@ @35366 NONAME ??_R4H245_V76LogicalChannelParameters_suspendResume@@6B@ @35367 NONAME ??_R4H245_V76ModeParameters@@6B@ @35368 NONAME ??_R4H245_VBDCapability@@6B@ @35369 NONAME ??_R4H245_VBDMode@@6B@ @35370 NONAME ??_R4H245_VCCapability@@6B@ @35371 NONAME ??_R4H245_VCCapability_aal1@@6B@ @35372 NONAME ??_R4H245_VCCapability_aal1ViaGateway@@6B@ @35373 NONAME ??_R4H245_VCCapability_aal5@@6B@ @35374 NONAME ??_R4H245_VCCapability_availableBitRates@@6B@ @35375 NONAME ??_R4H245_VCCapability_availableBitRates_type@@6B@ @35376 NONAME ??_R4H245_VCCapability_availableBitRates_type_rangeOfBitRates@@6B@ @35377 NONAME ??_R4H245_VendorIdentification@@6B@ @35378 NONAME ??_R4H245_VideoCapability@@6B@ @35379 NONAME ??_R4H245_VideoIndicateCompose@@6B@ @35380 NONAME ??_R4H245_VideoMode@@6B@ @35381 NONAME ??_R4H248_ActionReply@@6B@ @35382 NONAME ??_R4H248_ActionRequest@@6B@ @35383 NONAME ??_R4H248_AmmDescriptor@@6B@ @35384 NONAME ??_R4H248_AmmRequest@@6B@ @35385 NONAME ??_R4H248_AmmsReply@@6B@ @35386 NONAME ??_R4H248_ArrayOf_ActionReply@@6B@ @35387 NONAME ??_R4H248_ArrayOf_ActionRequest@@6B@ @35388 NONAME ??_R4H248_ArrayOf_AmmDescriptor@@6B@ @35389 NONAME ??_R4H248_ArrayOf_CommandReply@@6B@ @35390 NONAME ??_R4H248_ArrayOf_CommandRequest@@6B@ @35391 NONAME ??_R4H248_ArrayOf_EventParameter@@6B@ @35392 NONAME ??_R4H248_ArrayOf_IndAuditParameter@@6B@ @35393 NONAME ??_R4H248_ArrayOf_IndAudPropertyParm@@6B@ @35394 NONAME ??_R4H248_ArrayOf_IndAudStreamDescriptor@@6B@ @35395 NONAME ??_R4H248_ArrayOf_ModemType@@6B@ @35396 NONAME ??_R4H248_ArrayOf_ObservedEvent@@6B@ @35397 NONAME ??_R4H248_ArrayOf_PASN_OctetString@@6B@ @35398 NONAME ??_R4H248_ArrayOf_PropertyGroup@@6B@ @35399 NONAME ??_R4H248_ArrayOf_PropertyParm@@6B@ @35400 NONAME ??_R4H248_ArrayOf_RequestedEvent@@6B@ @35401 NONAME ??_R4H248_ArrayOf_SecondRequestedEvent@@6B@ @35402 NONAME ??_R4H248_ArrayOf_Signal@@6B@ @35403 NONAME ??_R4H248_ArrayOf_SigParameter@@6B@ @35404 NONAME ??_R4H248_ArrayOf_StreamDescriptor@@6B@ @35405 NONAME ??_R4H248_ArrayOf_TerminationID@@6B@ @35406 NONAME ??_R4H248_ArrayOf_TopologyRequest@@6B@ @35407 NONAME ??_R4H248_ArrayOf_Transaction@@6B@ @35408 NONAME ??_R4H248_ArrayOf_WildcardField@@6B@ @35409 NONAME ??_R4H248_AuditDescriptor@@6B@ @35410 NONAME ??_R4H248_AuditReply@@6B@ @35411 NONAME ??_R4H248_AuditRequest@@6B@ @35412 NONAME ??_R4H248_AuditResult@@6B@ @35413 NONAME ??_R4H248_AuditReturnParameter@@6B@ @35414 NONAME ??_R4H248_AuthData@@6B@ @35415 NONAME ??_R4H248_AuthenticationHeader@@6B@ @35416 NONAME ??_R4H248_Command@@6B@ @35417 NONAME ??_R4H248_CommandReply@@6B@ @35418 NONAME ??_R4H248_CommandRequest@@6B@ @35419 NONAME ??_R4H248_ContextAttrAuditRequest@@6B@ @35420 NONAME ??_R4H248_ContextID@@6B@ @35421 NONAME ??_R4H248_ContextRequest@@6B@ @35422 NONAME ??_R4H248_DigitMapDescriptor@@6B@ @35423 NONAME ??_R4H248_DigitMapName@@6B@ @35424 NONAME ??_R4H248_DigitMapValue@@6B@ @35425 NONAME ??_R4H248_DomainName@@6B@ @35426 NONAME ??_R4H248_ErrorCode@@6B@ @35427 NONAME ??_R4H248_ErrorDescriptor@@6B@ @35428 NONAME ??_R4H248_ErrorText@@6B@ @35429 NONAME ??_R4H248_EventBufferControl@@6B@ @35430 NONAME ??_R4H248_EventBufferDescriptor@@6B@ @35431 NONAME ??_R4H248_EventDM@@6B@ @35432 NONAME ??_R4H248_EventName@@6B@ @35433 NONAME ??_R4H248_EventParameter@@6B@ @35434 NONAME ??_R4H248_EventParameter_extraInfo@@6B@ @35435 NONAME ??_R4H248_EventsDescriptor@@6B@ @35436 NONAME ??_R4H248_EventSpec@@6B@ @35437 NONAME ??_R4H248_H221NonStandard@@6B@ @35438 NONAME ??_R4H248_IndAudDigitMapDescriptor@@6B@ @35439 NONAME ??_R4H248_IndAudEventBufferDescriptor@@6B@ @35440 NONAME ??_R4H248_IndAudEventsDescriptor@@6B@ @35441 NONAME ??_R4H248_IndAuditParameter@@6B@ @35442 NONAME ??_R4H248_IndAudLocalControlDescriptor@@6B@ @35443 NONAME ??_R4H248_IndAudLocalRemoteDescriptor@@6B@ @35444 NONAME ??_R4H248_IndAudMediaDescriptor@@6B@ @35445 NONAME ??_R4H248_IndAudMediaDescriptor_streams@@6B@ @35446 NONAME ??_R4H248_IndAudPackagesDescriptor@@6B@ @35447 NONAME ??_R4H248_IndAudPropertyGroup@@6B@ @35448 NONAME ??_R4H248_IndAudPropertyParm@@6B@ @35449 NONAME ??_R4H248_IndAudSeqSigList@@6B@ @35450 NONAME ??_R4H248_IndAudSignal@@6B@ @35451 NONAME ??_R4H248_IndAudSignalsDescriptor@@6B@ @35452 NONAME ??_R4H248_IndAudStatisticsDescriptor@@6B@ @35453 NONAME ??_R4H248_IndAudStreamDescriptor@@6B@ @35454 NONAME ??_R4H248_IndAudStreamParms@@6B@ @35455 NONAME ??_R4H248_IndAudTerminationStateDescriptor@@6B@ @35456 NONAME ??_R4H248_IP4Address@@6B@ @35457 NONAME ??_R4H248_IP6Address@@6B@ @35458 NONAME ??_R4H248_LocalControlDescriptor@@6B@ @35459 NONAME ??_R4H248_LocalRemoteDescriptor@@6B@ @35460 NONAME ??_R4H248_MediaDescriptor@@6B@ @35461 NONAME ??_R4H248_MediaDescriptor_streams@@6B@ @35462 NONAME ??_R4H248_MegacoMessage@@6B@ @35463 NONAME ??_R4H248_Message@@6B@ @35464 NONAME ??_R4H248_Message_messageBody@@6B@ @35465 NONAME ??_R4H248_MId@@6B@ @35466 NONAME ??_R4H248_ModemDescriptor@@6B@ @35467 NONAME ??_R4H248_ModemType@@6B@ @35468 NONAME ??_R4H248_MuxDescriptor@@6B@ @35469 NONAME ??_R4H248_MuxType@@6B@ @35470 NONAME ??_R4H248_Name@@6B@ @35471 NONAME ??_R4H248_NonStandardData@@6B@ @35472 NONAME ??_R4H248_NonStandardIdentifier@@6B@ @35473 NONAME ??_R4H248_NotifyCompletion@@6B@ @35474 NONAME ??_R4H248_NotifyReply@@6B@ @35475 NONAME ??_R4H248_NotifyRequest@@6B@ @35476 NONAME ??_R4H248_ObservedEvent@@6B@ @35477 NONAME ??_R4H248_ObservedEventsDescriptor@@6B@ @35478 NONAME ??_R4H248_PackagesDescriptor@@6B@ @35479 NONAME ??_R4H248_PackagesItem@@6B@ @35480 NONAME ??_R4H248_PathName@@6B@ @35481 NONAME ??_R4H248_PkgdName@@6B@ @35482 NONAME ??_R4H248_PropertyGroup@@6B@ @35483 NONAME ??_R4H248_PropertyParm@@6B@ @35484 NONAME ??_R4H248_PropertyParm_extraInfo@@6B@ @35485 NONAME ??_R4H248_Relation@@6B@ @35486 NONAME ??_R4H248_RequestedActions@@6B@ @35487 NONAME ??_R4H248_RequestedEvent@@6B@ @35488 NONAME ??_R4H248_RequestID@@6B@ @35489 NONAME ??_R4H248_SecondEventsDescriptor@@6B@ @35490 NONAME ??_R4H248_SecondRequestedActions@@6B@ @35491 NONAME ??_R4H248_SecondRequestedEvent@@6B@ @35492 NONAME ??_R4H248_SecurityParmIndex@@6B@ @35493 NONAME ??_R4H248_SeqSigList@@6B@ @35494 NONAME ??_R4H248_SequenceNum@@6B@ @35495 NONAME ??_R4H248_ServiceChangeAddress@@6B@ @35496 NONAME ??_R4H248_ServiceChangeMethod@@6B@ @35497 NONAME ??_R4H248_ServiceChangeParm@@6B@ @35498 NONAME ??_R4H248_ServiceChangeProfile@@6B@ @35499 NONAME ??_R4H248_ServiceChangeReply@@6B@ @35500 NONAME ??_R4H248_ServiceChangeRequest@@6B@ @35501 NONAME ??_R4H248_ServiceChangeResParm@@6B@ @35502 NONAME ??_R4H248_ServiceChangeResult@@6B@ @35503 NONAME ??_R4H248_ServiceState@@6B@ @35504 NONAME ??_R4H248_Signal@@6B@ @35505 NONAME ??_R4H248_SignalName@@6B@ @35506 NONAME ??_R4H248_SignalRequest@@6B@ @35507 NONAME ??_R4H248_SignalsDescriptor@@6B@ @35508 NONAME ??_R4H248_SignalType@@6B@ @35509 NONAME ??_R4H248_SigParameter@@6B@ @35510 NONAME ??_R4H248_SigParameter_extraInfo@@6B@ @35511 NONAME ??_R4H248_StatisticsDescriptor@@6B@ @35512 NONAME ??_R4H248_StatisticsParameter@@6B@ @35513 NONAME ??_R4H248_StreamDescriptor@@6B@ @35514 NONAME ??_R4H248_StreamID@@6B@ @35515 NONAME ??_R4H248_StreamMode@@6B@ @35516 NONAME ??_R4H248_StreamParms@@6B@ @35517 NONAME ??_R4H248_SubtractRequest@@6B@ @35518 NONAME ??_R4H248_TerminationAudit@@6B@ @35519 NONAME ??_R4H248_TerminationID@@6B@ @35520 NONAME ??_R4H248_TerminationIDList@@6B@ @35521 NONAME ??_R4H248_TerminationStateDescriptor@@6B@ @35522 NONAME ??_R4H248_TimeNotation@@6B@ @35523 NONAME ??_R4H248_TopologyRequest@@6B@ @35524 NONAME ??_R4H248_TopologyRequest_topologyDirection@@6B@ @35525 NONAME ??_R4H248_Transaction@@6B@ @35526 NONAME ??_R4H248_TransactionAck@@6B@ @35527 NONAME ??_R4H248_TransactionId@@6B@ @35528 NONAME ??_R4H248_TransactionPending@@6B@ @35529 NONAME ??_R4H248_TransactionReply@@6B@ @35530 NONAME ??_R4H248_TransactionReply_transactionResult@@6B@ @35531 NONAME ??_R4H248_TransactionRequest@@6B@ @35532 NONAME ??_R4H248_TransactionResponseAck@@6B@ @35533 NONAME ??_R4H248_Value@@6B@ @35534 NONAME ??_R4H248_WildcardField@@6B@ @35535 NONAME ??_R4H261DCTEncoder@@6B@ @35536 NONAME ??_R4H261Encoder@@6B@ @35537 NONAME ??_R4H261PixelEncoder@@6B@ @35538 NONAME ??_R4H323AudioCapability@@6B@ @35541 NONAME ??_R4H323AudioCodec@@6B@ @35542 NONAME ??_R4H323BidirectionalChannel@@6B@ @35543 NONAME ??_R4H323CallCreditServiceControl@@6B@ @35544 NONAME ??_R4H323Capabilities@@6B@ @35545 NONAME ??_R4H323CapabilitiesSet@@6B@ @35546 NONAME ??_R4H323Capability@@6B@ @35547 NONAME ??_R4H323Channel@@6B@ @35549 NONAME ??_R4H323ChannelNumber@@6B@ @35550 NONAME ??_R4H323Codec@@6B@ @35551 NONAME ??_R4H323CodecPluginGenericAudioCapability@@6BH323AudioCapability@@@ @44270 NONAME ??_R4H323CodecPluginGenericAudioCapability@@6BH323GenericCapabilityInfo@@@ @44271 NONAME ??_R4H323CodecPluginNonStandardAudioCapability@@6BH323AudioCapability@@@ @35554 NONAME ??_R4H323CodecPluginNonStandardAudioCapability@@6BH323NonStandardCapabilityInfo@@@ @35555 NONAME ??_R4H323Connection@@6B@ @35556 NONAME ??_R4H323ConnectionsCleaner@@6B@ @35557 NONAME ??_R4H323ControlPDU@@6B@ @35558 NONAME ??_R4H323DataCapability@@6B@ @35559 NONAME ??_R4H323DataChannel@@6B@ @35560 NONAME ??_R4H323DynaLink@@6B@ @37937 NONAME ??_R4H323EndPoint@@6B@ @35561 NONAME ??_R4H323FramedAudioCodec@@6B@ @35562 NONAME ??_R4H323Gatekeeper@@6B@ @35563 NONAME ??_R4H323GatekeeperARQ@@6B@ @35564 NONAME ??_R4H323GatekeeperBRQ@@6B@ @35565 NONAME ??_R4H323GatekeeperCall@@6B@ @35566 NONAME ??_R4H323GatekeeperDRQ@@6B@ @35567 NONAME ??_R4H323GatekeeperGRQ@@6B@ @35568 NONAME ??_R4H323GatekeeperIRR@@6B@ @35569 NONAME ??_R4H323GatekeeperListener@@6B@ @35570 NONAME ??_R4H323GatekeeperLRQ@@6B@ @35571 NONAME ??_R4H323GatekeeperRequest@@6B@ @35572 NONAME ??_R4H323GatekeeperRRQ@@6B@ @35573 NONAME ??_R4H323GatekeeperServer@@6B@ @35574 NONAME ??_R4H323GatekeeperURQ@@6B@ @35575 NONAME ??_R4H323GenericAudioCapability@@6BH323AudioCapability@@@ @44272 NONAME ??_R4H323GenericAudioCapability@@6BH323GenericCapabilityInfo@@@ @44273 NONAME ??_R4H323GenericCapabilityInfo@@6B@ @44274 NONAME ??_R4H323GenericVideoCapability@@6BH323GenericCapabilityInfo@@@ @44275 NONAME ??_R4H323GenericVideoCapability@@6BH323VideoCapability@@@ @44276 NONAME ??_R4H323GSMPluginCapability@@6B@ @35576 NONAME ??_R4H323H248ServiceControl@@6B@ @35577 NONAME ??_R4H323HTTPServiceControl@@6B@ @35579 NONAME ??_R4H323Listener@@6B@ @35580 NONAME ??_R4H323ListenerTCP@@6B@ @35581 NONAME ??_R4H323LogicalChannelThread@@6B@ @35582 NONAME ??_R4H323NonStandardAudioCapability@@6BH323AudioCapability@@@ @35583 NONAME ??_R4H323NonStandardAudioCapability@@6BH323NonStandardCapabilityInfo@@@ @35584 NONAME ??_R4H323NonStandardCapabilityInfo@@6B@ @35585 NONAME ??_R4H323NonStandardDataCapability@@6BH323DataCapability@@@ @35586 NONAME ??_R4H323NonStandardDataCapability@@6BH323NonStandardCapabilityInfo@@@ @35587 NONAME ??_R4H323NonStandardVideoCapability@@6BH323NonStandardCapabilityInfo@@@ @35588 NONAME ??_R4H323NonStandardVideoCapability@@6BH323VideoCapability@@@ @35589 NONAME ??_R4H323PeerElement@@6B@ @35590 NONAME ??_R4H323PeerElementDescriptor@@6B@ @35591 NONAME ??_R4H323PeerElementServiceRelationship@@6B@ @35592 NONAME ??_R4H323PluginCapability@@6B@ @35594 NONAME ??_R4H323PluginCodecManager@@6B@ @37920 NONAME ??_R4H323PluginFramedAudioCodec@@6B@ @37976 NONAME ??_R4H323PluginG7231Capability@@6B@ @35595 NONAME ??_R4H323PluginVideoCodec@@6B@ @35596 NONAME ??_R4H323RasPDU@@6BH225_RasMessage@@@ @35597 NONAME ??_R4H323RasPDU@@6BH323TransactionPDU@@@ @35598 NONAME ??_R4H323RealTimeCapability@@6B@ @35599 NONAME ??_R4H323RegisteredEndPoint@@6B@ @35600 NONAME ??_R4H323ServiceControlSession@@6B@ @35601 NONAME ??_R4H323SignalPDU@@6B@ @35602 NONAME ??_R4H323SimultaneousCapabilities@@6B@ @35603 NONAME ??_R4H323StreamedAudioCodec@@6B@ @35604 NONAME ??_R4H323StreamedPluginAudioCodec@@6B@ @37977 NONAME ??_R4H323Transaction@@6B@ @35605 NONAME ??_R4H323TransactionPDU@@6B@ @35606 NONAME ??_R4H323TransactionServer@@6B@ @35607 NONAME ??_R4H323Transactor@@6B@ @35608 NONAME ??_R4H323Transport@@6Biostream@@@ @35609 NONAME ??_R4H323Transport@@6BPObject@@@ @35610 NONAME ??_R4H323TransportAddress@@6B@ @35611 NONAME ??_R4H323TransportAddressArray@@6B@ @35612 NONAME ??_R4H323TransportIP@@6Biostream@@@ @35613 NONAME ??_R4H323TransportIP@@6BPObject@@@ @35614 NONAME ??_R4H323TransportTCP@@6Biostream@@@ @35615 NONAME ??_R4H323TransportTCP@@6BPObject@@@ @35616 NONAME ??_R4H323TransportUDP@@6Biostream@@@ @35617 NONAME ??_R4H323TransportUDP@@6BPObject@@@ @35618 NONAME ??_R4H323UnidirectionalChannel@@6B@ @35619 NONAME ??_R4H323VideoCapability@@6B@ @35620 NONAME ??_R4H323VideoCodec@@6B@ @35621 NONAME ??_R4H323_ALawCodec@@6B@ @35622 NONAME ??_R4H323_AnnexG@@6B@ @35623 NONAME ??_R4H323_CiscoG7231aLIDCapability@@6BH323AudioCapability@@@ @35624 NONAME ??_R4H323_CiscoG7231aLIDCapability@@6BH323NonStandardCapabilityInfo@@@ @35625 NONAME ??_R4H323_ExternalRTPChannel@@6B@ @35627 NONAME ??_R4H323_G711ALaw64Capability@@6B@ @42209 NONAME ??_R4H323_G711Capability@@6B@ @35632 NONAME ??_R4H323_G711uLaw64Capability@@6B@ @42210 NONAME ??_R4H323_H261Capability@@6B@ @35649 NONAME ??_R4H323_H261Codec@@6B@ @35650 NONAME ??_R4H323_LIDCapability@@6B@ @35653 NONAME ??_R4H323_LIDCodec@@6B@ @35654 NONAME ??_R4H323_LID_G711_ALaw_Capability@@6B@ @42211 NONAME ??_R4H323_LID_G711_uLaw_Capability@@6B@ @42212 NONAME ??_R4H323_LID_G7231A_5k3_Capability@@6B@ @42213 NONAME ??_R4H323_LID_G7231A_6k3_Capability@@6B@ @42214 NONAME ??_R4H323_LID_G7231_5k3_Capability@@6B@ @42215 NONAME ??_R4H323_LID_G7231_6k3_Capability@@6B@ @42216 NONAME ??_R4H323_LID_G728_Capability@@6B@ @42217 NONAME ??_R4H323_LID_G729AB_Capability@@6B@ @42218 NONAME ??_R4H323_LID_G729A_Capability@@6B@ @42219 NONAME ??_R4H323_LID_G729B_Capability@@6B@ @42220 NONAME ??_R4H323_LID_G729_Capability@@6B@ @42221 NONAME ??_R4H323_LID_GSM0610_Capability@@6B@ @42222 NONAME ??_R4H323_muLawCodec@@6B@ @35671 NONAME ??_R4H323_RealTimeChannel@@6B@ @35672 NONAME ??_R4H323_RTPChannel@@6B@ @35673 NONAME ??_R4H323_RTP_Session@@6B@ @35674 NONAME ??_R4H323_RTP_UDP@@6B@ @35675 NONAME ??_R4H323_T120Capability@@6B@ @35676 NONAME ??_R4H323_T120Channel@@6B@ @35677 NONAME ??_R4H323_T38Capability@@6B@ @35678 NONAME ??_R4H323_T38Channel@@6B@ @35679 NONAME ??_R4H323_T38NonStandardCapability@@6BH323DataCapability@@@ @35680 NONAME ??_R4H323_T38NonStandardCapability@@6BH323NonStandardCapabilityInfo@@@ @35681 NONAME ??_R4H323_UserInputCapability@@6B@ @35682 NONAME ??_R4H45010_ArrayOf_MixedExtension@@6B@ @35683 NONAME ??_R4H45010_CfbOvrOptArg@@6B@ @35684 NONAME ??_R4H45010_CoReqOptArg@@6B@ @35685 NONAME ??_R4H45010_H323CallOfferOperations@@6B@ @35686 NONAME ??_R4H45010_RUAlertOptArg@@6B@ @35687 NONAME ??_R4H45011Handler@@6B@ @35688 NONAME ??_R4H45011_ArrayOf_MixedExtension@@6B@ @35689 NONAME ??_R4H45011_CallIntrusionErrors@@6B@ @35690 NONAME ??_R4H45011_CICapabilityLevel@@6B@ @35691 NONAME ??_R4H45011_CIFrcRelArg@@6B@ @35692 NONAME ??_R4H45011_CIFrcRelOptRes@@6B@ @35693 NONAME ??_R4H45011_CIGetCIPLOptArg@@6B@ @35694 NONAME ??_R4H45011_CIGetCIPLRes@@6B@ @35695 NONAME ??_R4H45011_CIIsOptArg@@6B@ @35696 NONAME ??_R4H45011_CIIsOptRes@@6B@ @35697 NONAME ??_R4H45011_CINotificationArg@@6B@ @35698 NONAME ??_R4H45011_CIProtectionLevel@@6B@ @35699 NONAME ??_R4H45011_CIRequestArg@@6B@ @35700 NONAME ??_R4H45011_CIRequestRes@@6B@ @35701 NONAME ??_R4H45011_CISilentArg@@6B@ @35702 NONAME ??_R4H45011_CISilentOptRes@@6B@ @35703 NONAME ??_R4H45011_CIStatusInformation@@6B@ @35704 NONAME ??_R4H45011_CIWobOptArg@@6B@ @35705 NONAME ??_R4H45011_CIWobOptRes@@6B@ @35706 NONAME ??_R4H45011_H323CallIntrusionOperations@@6B@ @35707 NONAME ??_R4H4501_Address@@6B@ @35708 NONAME ??_R4H4501_AddressInformation@@6B@ @35709 NONAME ??_R4H4501_AddressScreened@@6B@ @35710 NONAME ??_R4H4501_ArrayOf_AliasAddress@@6B@ @35711 NONAME ??_R4H4501_ArrayOf_ROS@@6B@ @35712 NONAME ??_R4H4501_EndpointAddress@@6B@ @35713 NONAME ??_R4H4501_EntityType@@6B@ @35714 NONAME ??_R4H4501_Extension@@6B@ @35715 NONAME ??_R4H4501_GeneralErrorList@@6B@ @35716 NONAME ??_R4H4501_H225InformationElement@@6B@ @35717 NONAME ??_R4H4501_InterpretationApdu@@6B@ @35718 NONAME ??_R4H4501_InvokeIDs@@6B@ @35719 NONAME ??_R4H4501_InvokeIdSet@@6B@ @35720 NONAME ??_R4H4501_NetworkFacilityExtension@@6B@ @35721 NONAME ??_R4H4501_NSAPSubaddress@@6B@ @35722 NONAME ??_R4H4501_NumberScreened@@6B@ @35723 NONAME ??_R4H4501_PartySubaddress@@6B@ @35724 NONAME ??_R4H4501_PresentationAllowedIndicator@@6B@ @35725 NONAME ??_R4H4501_PresentedAddressScreened@@6B@ @35726 NONAME ??_R4H4501_PresentedAddressUnscreened@@6B@ @35727 NONAME ??_R4H4501_PresentedNumberScreened@@6B@ @35728 NONAME ??_R4H4501_PresentedNumberUnscreened@@6B@ @35729 NONAME ??_R4H4501_ScreeningIndicator@@6B@ @35730 NONAME ??_R4H4501_ServiceApdus@@6B@ @35731 NONAME ??_R4H4501_SubaddressInformation@@6B@ @35732 NONAME ??_R4H4501_SupplementaryService@@6B@ @35733 NONAME ??_R4H4501_UserSpecifiedSubaddress@@6B@ @35734 NONAME ??_R4H4502Handler@@6B@ @35735 NONAME ??_R4H4502_CallIdentity@@6B@ @35736 NONAME ??_R4H4502_CallStatus@@6B@ @35737 NONAME ??_R4H4502_CallTransferErrors@@6B@ @35738 NONAME ??_R4H4502_CallTransferOperation@@6B@ @35739 NONAME ??_R4H4502_CTActiveArg@@6B@ @35740 NONAME ??_R4H4502_CTActiveArg_argumentExtension@@6B@ @35741 NONAME ??_R4H4502_CTCompleteArg@@6B@ @35742 NONAME ??_R4H4502_CTCompleteArg_argumentExtension@@6B@ @35743 NONAME ??_R4H4502_CTIdentifyRes@@6B@ @35744 NONAME ??_R4H4502_CTIdentifyRes_resultExtension@@6B@ @35745 NONAME ??_R4H4502_CTInitiateArg@@6B@ @35746 NONAME ??_R4H4502_CTInitiateArg_argumentExtension@@6B@ @35747 NONAME ??_R4H4502_CTSetupArg@@6B@ @35748 NONAME ??_R4H4502_CTSetupArg_argumentExtension@@6B@ @35749 NONAME ??_R4H4502_CTUpdateArg@@6B@ @35750 NONAME ??_R4H4502_CTUpdateArg_argumentExtension@@6B@ @35751 NONAME ??_R4H4502_DummyArg@@6B@ @35752 NONAME ??_R4H4502_DummyRes@@6B@ @35753 NONAME ??_R4H4502_EndDesignation@@6B@ @35754 NONAME ??_R4H4502_ExtensionSeq@@6B@ @35755 NONAME ??_R4H4502_SubaddressTransferArg@@6B@ @35756 NONAME ??_R4H4502_SubaddressTransferArg_argumentExtension@@6B@ @35757 NONAME ??_R4H4503_BasicService@@6B@ @35758 NONAME ??_R4H4503_CallDiversionErrors@@6B@ @35759 NONAME ??_R4H4503_DiversionReason@@6B@ @35760 NONAME ??_R4H4503_ExtensionSeq@@6B@ @35761 NONAME ??_R4H4503_H323CallDiversionOperations@@6B@ @35762 NONAME ??_R4H4503_IntResult@@6B@ @35763 NONAME ??_R4H4503_IntResultList@@6B@ @35764 NONAME ??_R4H4503_IntResult_extension@@6B@ @35765 NONAME ??_R4H4503_Procedure@@6B@ @35766 NONAME ??_R4H4503_SubscriptionOption@@6B@ @35767 NONAME ??_R4H4504Handler@@6B@ @35768 NONAME ??_R4H4504_ArrayOf_MixedExtension@@6B@ @35769 NONAME ??_R4H4504_CallHoldOperation@@6B@ @35770 NONAME ??_R4H4504_Extension@@6B@ @35771 NONAME ??_R4H4504_HoldNotificArg@@6B@ @35772 NONAME ??_R4H4504_MixedExtension@@6B@ @35773 NONAME ??_R4H4504_RemoteHoldArg@@6B@ @35774 NONAME ??_R4H4504_RemoteHoldRes@@6B@ @35775 NONAME ??_R4H4504_RemoteRetrieveArg@@6B@ @35776 NONAME ??_R4H4504_RemoteRetrieveRes@@6B@ @35777 NONAME ??_R4H4504_RetrieveNotificArg@@6B@ @35778 NONAME ??_R4H4505_ArrayOf_MixedExtension@@6B@ @35779 NONAME ??_R4H4505_CallParkPickupOperations@@6B@ @35780 NONAME ??_R4H4505_CallPickupErrors@@6B@ @35781 NONAME ??_R4H4505_CallType@@6B@ @35782 NONAME ??_R4H4505_CpickupNotifyArg@@6B@ @35783 NONAME ??_R4H4505_CpNotifyArg@@6B@ @35784 NONAME ??_R4H4505_CpRequestArg@@6B@ @35785 NONAME ??_R4H4505_CpRequestRes@@6B@ @35786 NONAME ??_R4H4505_CpSetupArg@@6B@ @35787 NONAME ??_R4H4505_CpSetupRes@@6B@ @35788 NONAME ??_R4H4505_GroupIndicationOffArg@@6B@ @35789 NONAME ??_R4H4505_GroupIndicationOffRes@@6B@ @35790 NONAME ??_R4H4505_GroupIndicationOnArg@@6B@ @35791 NONAME ??_R4H4505_GroupIndicationOnRes@@6B@ @35792 NONAME ??_R4H4505_ParkCondition@@6B@ @35793 NONAME ??_R4H4505_ParkedToPosition@@6B@ @35794 NONAME ??_R4H4505_PickExeArg@@6B@ @35795 NONAME ??_R4H4505_PickExeRes@@6B@ @35796 NONAME ??_R4H4505_PickrequArg@@6B@ @35797 NONAME ??_R4H4505_PickrequRes@@6B@ @35798 NONAME ??_R4H4505_PickupArg@@6B@ @35799 NONAME ??_R4H4505_PickupRes@@6B@ @35800 NONAME ??_R4H4506Handler@@6B@ @35801 NONAME ??_R4H4506_ArrayOf_MixedExtension@@6B@ @35802 NONAME ??_R4H4506_CallWaitingArg@@6B@ @35803 NONAME ??_R4H4506_CallWaitingOperations@@6B@ @35804 NONAME ??_R4H4507_ArrayOf_MixedExtension@@6B@ @35805 NONAME ??_R4H4507_BasicService@@6B@ @35806 NONAME ??_R4H4507_DummyRes@@6B@ @35807 NONAME ??_R4H4507_H323_MWI_Operations@@6B@ @35808 NONAME ??_R4H4507_MessageWaitingIndicationErrors@@6B@ @35809 NONAME ??_R4H4507_MsgCentreId@@6B@ @35810 NONAME ??_R4H4507_MWIActivateArg@@6B@ @35811 NONAME ??_R4H4507_MWIDeactivateArg@@6B@ @35812 NONAME ??_R4H4507_MWIInterrogateArg@@6B@ @35813 NONAME ??_R4H4507_MWIInterrogateRes@@6B@ @35814 NONAME ??_R4H4507_MWIInterrogateResElt@@6B@ @35815 NONAME ??_R4H4507_NbOfMessages@@6B@ @35816 NONAME ??_R4H4507_TimeStamp@@6B@ @35817 NONAME ??_R4H4508_ExtendedName@@6B@ @35818 NONAME ??_R4H4508_Name@@6B@ @35819 NONAME ??_R4H4508_NameOperations@@6B@ @35820 NONAME ??_R4H4508_NamePresentationAllowed@@6B@ @35821 NONAME ??_R4H4508_NamePresentationRestricted@@6B@ @35822 NONAME ??_R4H4508_SimpleName@@6B@ @35823 NONAME ??_R4H4509_ArrayOf_MixedExtension@@6B@ @35824 NONAME ??_R4H4509_CallCompletionErrors@@6B@ @35825 NONAME ??_R4H4509_CcArg@@6B@ @35826 NONAME ??_R4H4509_CcLongArg@@6B@ @35827 NONAME ??_R4H4509_CcRequestArg@@6B@ @35828 NONAME ??_R4H4509_CcRequestRes@@6B@ @35829 NONAME ??_R4H4509_CcShortArg@@6B@ @35830 NONAME ??_R4H4509_H323CallCompletionOperations@@6B@ @35831 NONAME ??_R4H450ServiceAPDU@@6B@ @35832 NONAME ??_R4H450xDispatcher@@6B@ @35833 NONAME ??_R4H450xHandler@@6B@ @35834 NONAME ??_R4H501AccessRequest@@6B@ @35835 NONAME ??_R4H501DescriptorUpdate@@6B@ @35836 NONAME ??_R4H501PDU@@6BH323TransactionPDU@@@ @35837 NONAME ??_R4H501PDU@@6BH501_Message@@@ @35838 NONAME ??_R4H501ServiceRequest@@6B@ @35839 NONAME ??_R4H501Transaction@@6B@ @35840 NONAME ??_R4H501_AccessConfirmation@@6B@ @35841 NONAME ??_R4H501_AccessRejection@@6B@ @35842 NONAME ??_R4H501_AccessRejectionReason@@6B@ @35843 NONAME ??_R4H501_AccessRequest@@6B@ @35844 NONAME ??_R4H501_AccessToken@@6B@ @35845 NONAME ??_R4H501_AddressTemplate@@6B@ @35846 NONAME ??_R4H501_AlternatePE@@6B@ @35847 NONAME ??_R4H501_AlternatePEInfo@@6B@ @35848 NONAME ??_R4H501_ApplicationMessage@@6B@ @35849 NONAME ??_R4H501_ArrayOf_AccessToken@@6B@ @35850 NONAME ??_R4H501_ArrayOf_AddressTemplate@@6B@ @35851 NONAME ??_R4H501_ArrayOf_AliasAddress@@6B@ @35852 NONAME ??_R4H501_ArrayOf_AlternatePE@@6B@ @35853 NONAME ??_R4H501_ArrayOf_CircuitIdentifier@@6B@ @35854 NONAME ??_R4H501_ArrayOf_ClearToken@@6B@ @35855 NONAME ??_R4H501_ArrayOf_ContactInformation@@6B@ @35856 NONAME ??_R4H501_ArrayOf_CryptoH323Token@@6B@ @35857 NONAME ??_R4H501_ArrayOf_Descriptor@@6B@ @35858 NONAME ??_R4H501_ArrayOf_DescriptorInfo@@6B@ @35859 NONAME ??_R4H501_ArrayOf_GenericData@@6B@ @35860 NONAME ??_R4H501_ArrayOf_GloballyUniqueID@@6B@ @35861 NONAME ??_R4H501_ArrayOf_NonStandardParameter@@6B@ @35862 NONAME ??_R4H501_ArrayOf_PASN_ObjectId@@6B@ @35863 NONAME ??_R4H501_ArrayOf_Pattern@@6B@ @35864 NONAME ??_R4H501_ArrayOf_PriceElement@@6B@ @35865 NONAME ??_R4H501_ArrayOf_PriceInfoSpec@@6B@ @35866 NONAME ??_R4H501_ArrayOf_RouteInformation@@6B@ @35867 NONAME ??_R4H501_ArrayOf_SecurityMode@@6B@ @35868 NONAME ??_R4H501_ArrayOf_ServiceControlSession@@6B@ @35869 NONAME ??_R4H501_ArrayOf_SupportedProtocols@@6B@ @35870 NONAME ??_R4H501_ArrayOf_TransportAddress@@6B@ @35871 NONAME ??_R4H501_ArrayOf_UpdateInformation@@6B@ @35872 NONAME ??_R4H501_ArrayOf_UsageField@@6B@ @35873 NONAME ??_R4H501_AuthenticationConfirmation@@6B@ @35874 NONAME ??_R4H501_AuthenticationRejection@@6B@ @35875 NONAME ??_R4H501_AuthenticationRejectionReason@@6B@ @35876 NONAME ??_R4H501_AuthenticationRequest@@6B@ @35877 NONAME ??_R4H501_CallInformation@@6B@ @35878 NONAME ??_R4H501_ContactInformation@@6B@ @35879 NONAME ??_R4H501_Descriptor@@6B@ @35880 NONAME ??_R4H501_DescriptorConfirmation@@6B@ @35881 NONAME ??_R4H501_DescriptorIDConfirmation@@6B@ @35882 NONAME ??_R4H501_DescriptorIDRejection@@6B@ @35883 NONAME ??_R4H501_DescriptorIDRejectionReason@@6B@ @35884 NONAME ??_R4H501_DescriptorIDRequest@@6B@ @35885 NONAME ??_R4H501_DescriptorInfo@@6B@ @35886 NONAME ??_R4H501_DescriptorRejection@@6B@ @35887 NONAME ??_R4H501_DescriptorRejectionReason@@6B@ @35888 NONAME ??_R4H501_DescriptorRequest@@6B@ @35889 NONAME ??_R4H501_DescriptorUpdate@@6B@ @35890 NONAME ??_R4H501_DescriptorUpdateAck@@6B@ @35891 NONAME ??_R4H501_ElementIdentifier@@6B@ @35892 NONAME ??_R4H501_GlobalTimeStamp@@6B@ @35893 NONAME ??_R4H501_Message@@6B@ @35894 NONAME ??_R4H501_MessageBody@@6B@ @35895 NONAME ??_R4H501_MessageCommonInfo@@6B@ @35896 NONAME ??_R4H501_NonStandardConfirmation@@6B@ @35897 NONAME ??_R4H501_NonStandardRejection@@6B@ @35898 NONAME ??_R4H501_NonStandardRejectionReason@@6B@ @35899 NONAME ??_R4H501_NonStandardRequest@@6B@ @35900 NONAME ??_R4H501_PartyInformation@@6B@ @35901 NONAME ??_R4H501_Pattern@@6B@ @35902 NONAME ??_R4H501_Pattern_range@@6B@ @35903 NONAME ??_R4H501_PriceElement@@6B@ @35904 NONAME ??_R4H501_PriceElement_units@@6B@ @35905 NONAME ??_R4H501_PriceInfoSpec@@6B@ @35906 NONAME ??_R4H501_ProtocolVersion@@6B@ @35907 NONAME ??_R4H501_RequestInProgress@@6B@ @35908 NONAME ??_R4H501_Role@@6B@ @35909 NONAME ??_R4H501_RouteInformation@@6B@ @35910 NONAME ??_R4H501_RouteInformation_messageType@@6B@ @35911 NONAME ??_R4H501_SecurityMode@@6B@ @35912 NONAME ??_R4H501_ServiceConfirmation@@6B@ @35913 NONAME ??_R4H501_ServiceRejection@@6B@ @35914 NONAME ??_R4H501_ServiceRejectionReason@@6B@ @35915 NONAME ??_R4H501_ServiceRelease@@6B@ @35916 NONAME ??_R4H501_ServiceReleaseReason@@6B@ @35917 NONAME ??_R4H501_ServiceRequest@@6B@ @35918 NONAME ??_R4H501_TerminationCause@@6B@ @35919 NONAME ??_R4H501_TimeZone@@6B@ @35920 NONAME ??_R4H501_UnknownMessageReason@@6B@ @35921 NONAME ??_R4H501_UnknownMessageResponse@@6B@ @35922 NONAME ??_R4H501_UpdateInformation@@6B@ @35923 NONAME ??_R4H501_UpdateInformation_descriptorInfo@@6B@ @35924 NONAME ??_R4H501_UpdateInformation_updateType@@6B@ @35925 NONAME ??_R4H501_UsageCallStatus@@6B@ @35926 NONAME ??_R4H501_UsageConfirmation@@6B@ @35927 NONAME ??_R4H501_UsageField@@6B@ @35928 NONAME ??_R4H501_UsageIndication@@6B@ @35929 NONAME ??_R4H501_UsageIndicationConfirmation@@6B@ @35930 NONAME ??_R4H501_UsageIndicationRejection@@6B@ @35931 NONAME ??_R4H501_UsageIndicationRejectionReason@@6B@ @35932 NONAME ??_R4H501_UsageRejection@@6B@ @35933 NONAME ??_R4H501_UsageRejectReason@@6B@ @35934 NONAME ??_R4H501_UsageRequest@@6B@ @35935 NONAME ??_R4H501_UsageSpecification@@6B@ @35936 NONAME ??_R4H501_UsageSpecification_when@@6B@ @35937 NONAME ??_R4H501_UserInformation@@6B@ @35938 NONAME ??_R4H501_ValidationConfirmation@@6B@ @35939 NONAME ??_R4H501_ValidationRejection@@6B@ @35940 NONAME ??_R4H501_ValidationRejectionReason@@6B@ @35941 NONAME ??_R4H501_ValidationRequest@@6B@ @35942 NONAME ??_R4HandleTimeout_PNotifier@H245Negotiator@@6B@ @35943 NONAME ??_R4HandleTransactions_PNotifier@H323Transactor@@6B@ @35944 NONAME ??_R4HIDPluginDeviceManager@@6B@ @44277 NONAME ??_R4IntraP64Decoder@@6B@ @35945 NONAME ??_R4MCS_ArrayOf_ChannelAttributes@@6B@ @35946 NONAME ??_R4MCS_ArrayOf_ChannelId@@6B@ @35947 NONAME ??_R4MCS_ArrayOf_TokenAttributes@@6B@ @35948 NONAME ??_R4MCS_ArrayOf_TokenId@@6B@ @35949 NONAME ??_R4MCS_ArrayOf_UserId@@6B@ @35950 NONAME ??_R4MCS_AssignedChannelId@@6B@ @35951 NONAME ??_R4MCS_AUcf@@6B@ @35952 NONAME ??_R4MCS_AUrq@@6B@ @35953 NONAME ??_R4MCS_CAin@@6B@ @35954 NONAME ??_R4MCS_CArq@@6B@ @35955 NONAME ??_R4MCS_CCcf@@6B@ @35956 NONAME ??_R4MCS_CCrq@@6B@ @35957 NONAME ??_R4MCS_CDin@@6B@ @35958 NONAME ??_R4MCS_CDrq@@6B@ @35959 NONAME ??_R4MCS_CEin@@6B@ @35960 NONAME ??_R4MCS_CErq@@6B@ @35961 NONAME ??_R4MCS_ChannelAttributes@@6B@ @35962 NONAME ??_R4MCS_ChannelAttributes_assigned@@6B@ @35963 NONAME ??_R4MCS_ChannelAttributes_private@@6B@ @35964 NONAME ??_R4MCS_ChannelAttributes_static@@6B@ @35965 NONAME ??_R4MCS_ChannelAttributes_userId@@6B@ @35966 NONAME ??_R4MCS_ChannelId@@6B@ @35967 NONAME ??_R4MCS_CJcf@@6B@ @35968 NONAME ??_R4MCS_CJrq@@6B@ @35969 NONAME ??_R4MCS_CLrq@@6B@ @35970 NONAME ??_R4MCS_ConnectMCSPDU@@6B@ @35971 NONAME ??_R4MCS_Connect_Additional@@6B@ @35972 NONAME ??_R4MCS_Connect_Initial@@6B@ @35973 NONAME ??_R4MCS_Connect_Response@@6B@ @35974 NONAME ??_R4MCS_Connect_Result@@6B@ @35975 NONAME ??_R4MCS_DataPriority@@6B@ @35976 NONAME ??_R4MCS_Diagnostic@@6B@ @35977 NONAME ??_R4MCS_DomainMCSPDU@@6B@ @35978 NONAME ??_R4MCS_DomainParameters@@6B@ @35979 NONAME ??_R4MCS_DPum@@6B@ @35980 NONAME ??_R4MCS_DUin@@6B@ @35981 NONAME ??_R4MCS_DUrq@@6B@ @35982 NONAME ??_R4MCS_DynamicChannelId@@6B@ @35983 NONAME ??_R4MCS_EDrq@@6B@ @35984 NONAME ??_R4MCS_MCcf@@6B@ @35985 NONAME ??_R4MCS_MCrq@@6B@ @35986 NONAME ??_R4MCS_MTcf@@6B@ @35987 NONAME ??_R4MCS_MTrq@@6B@ @35988 NONAME ??_R4MCS_PCin@@6B@ @35989 NONAME ??_R4MCS_PDin@@6B@ @35990 NONAME ??_R4MCS_PrivateChannelId@@6B@ @35991 NONAME ??_R4MCS_PTin@@6B@ @35992 NONAME ??_R4MCS_Reason@@6B@ @35993 NONAME ??_R4MCS_Result@@6B@ @35994 NONAME ??_R4MCS_RJum@@6B@ @35995 NONAME ??_R4MCS_SDin@@6B@ @35996 NONAME ??_R4MCS_SDrq@@6B@ @35997 NONAME ??_R4MCS_Segmentation@@6B@ @35998 NONAME ??_R4MCS_StaticChannelId@@6B@ @35999 NONAME ??_R4MCS_TGcf@@6B@ @36000 NONAME ??_R4MCS_TGrq@@6B@ @36001 NONAME ??_R4MCS_TIcf@@6B@ @36002 NONAME ??_R4MCS_TIrq@@6B@ @36003 NONAME ??_R4MCS_TokenAttributes@@6B@ @36004 NONAME ??_R4MCS_TokenAttributes_given@@6B@ @36005 NONAME ??_R4MCS_TokenAttributes_giving@@6B@ @36006 NONAME ??_R4MCS_TokenAttributes_grabbed@@6B@ @36007 NONAME ??_R4MCS_TokenAttributes_inhibited@@6B@ @36008 NONAME ??_R4MCS_TokenAttributes_ungivable@@6B@ @36009 NONAME ??_R4MCS_TokenId@@6B@ @36010 NONAME ??_R4MCS_TokenStatus@@6B@ @36011 NONAME ??_R4MCS_TPin@@6B@ @36012 NONAME ??_R4MCS_TPrq@@6B@ @36013 NONAME ??_R4MCS_TRcf@@6B@ @36014 NONAME ??_R4MCS_TRrq@@6B@ @36015 NONAME ??_R4MCS_TTcf@@6B@ @36016 NONAME ??_R4MCS_TTrq@@6B@ @36017 NONAME ??_R4MCS_TVcf@@6B@ @36018 NONAME ??_R4MCS_TVin@@6B@ @36019 NONAME ??_R4MCS_TVrq@@6B@ @36020 NONAME ??_R4MCS_TVrs@@6B@ @36021 NONAME ??_R4MCS_UserId@@6B@ @36022 NONAME ??_R4MCS_USin@@6B@ @36023 NONAME ??_R4MCS_USrq@@6B@ @36024 NONAME ??_R4MonitorMain_PNotifier@H323Gatekeeper@@6B@ @36035 NONAME ??_R4MonitorMain_PNotifier@H323GatekeeperServer@@6B@ @36036 NONAME ??_R4MonitorMain_PNotifier@H323PeerElement@@6B@ @36037 NONAME ??_R4Monitor_PNotifier@OpalUSBDevice@@6B@ @44278 NONAME ??_R4MSIPAddress@PILSSession@@6B@ @36038 NONAME ??_R4MXRecordList@PDNS@@6B@ @44279 NONAME ??_R4OnCallIntrudeTimeOut_PNotifier@H45011Handler@@6B@ @36039 NONAME ??_R4OnCallTransferTimeOut_PNotifier@H4502Handler@@6B@ @36040 NONAME ??_R4OnLoadModule_PNotifier@PPluginModuleManager@@6B@ @37957 NONAME ??_R4OnUserInputInBandDTMF_PNotifier@H323Connection@@6B@ @36042 NONAME ??_R4OnUserInputInlineRFC2833_PNotifier@H323Connection@@6B@ @36043 NONAME ??_R4OpalFactoryCodec@@6B@ @43374 NONAME ??_R4OpalG711ALaw64kFormat@@6B@ @39855 NONAME ??_R4OpalG711ALaw64k_Base@@6B@ @43375 NONAME ??_R4OpalG711ALaw64k_Decoder@@6B@ @43376 NONAME ??_R4OpalG711ALaw64k_Encoder@@6B@ @43377 NONAME ??_R4OpalG711uLaw64kFormat@@6B@ @39856 NONAME ??_R4OpalG711uLaw64k_Base@@6B@ @43378 NONAME ??_R4OpalG711uLaw64k_Decoder@@6B@ @43379 NONAME ??_R4OpalG711uLaw64k_Encoder@@6B@ @43380 NONAME ??_R4OpalG7231A_5k3Format@@6B@ @39857 NONAME ??_R4OpalG7231A_6k3Format@@6B@ @39858 NONAME ??_R4OpalG7231_5k3Format@@6B@ @39859 NONAME ??_R4OpalG7231_6k3Format@@6B@ @39860 NONAME ??_R4OpalG728Format@@6B@ @39861 NONAME ??_R4OpalG729ABFormat@@6B@ @39862 NONAME ??_R4OpalG729AFormat@@6B@ @39863 NONAME ??_R4OpalG729BFormat@@6B@ @39864 NONAME ??_R4OpalG729Format@@6B@ @39865 NONAME ??_R4OpalGloballyUniqueID@@6B@ @36044 NONAME ??_R4OpalGSM0610Format@@6B@ @39866 NONAME ??_R4OpalH261Format@@6B@ @39867 NONAME ??_R4OpalIxJDevice@@6B@ @36045 NONAME ??_R4OpalLineChannel@@6Biostream@@@ @36046 NONAME ??_R4OpalLineChannel@@6BPObject@@@ @36047 NONAME ??_R4OpalLineInterfaceDevice@@6B@ @36048 NONAME ??_R4OpalMediaFormat@@6B@ @36049 NONAME ??_R4OpalPCM16Format@@6B@ @39868 NONAME ??_R4OpalPluginCodec@@6B@ @43381 NONAME ??_R4OpalPluginMediaFormat@@6B@ @39869 NONAME ??_R4OpalRFC2833@@6B@ @36050 NONAME ??_R4OpalRFC2833Info@@6B@ @36051 NONAME ??_R4OpalRtpToWavFile@@6Biostream@@@ @36052 NONAME ??_R4OpalRtpToWavFile@@6BPObject@@@ @36053 NONAME ??_R4OpalT120Format@@6B@ @39870 NONAME ??_R4OpalT120Protocol@@6B@ @36054 NONAME ??_R4OpalT38Protocol@@6B@ @36055 NONAME ??_R4OpalUSBDevice@@6B@ @44280 NONAME ??_R4OpalUserInputRFC2833Format@@6B@ @39871 NONAME ??_R4OpalVoipBlasterDevice@@6B@ @36056 NONAME ??_R4OpalVXMLSession@@6B@ @42381 NONAME ??_R4OpalVXMLSession@@6Biostream@@@ @36057 NONAME ??_R4OpalVXMLSession@@6BPObject@@@ @36058 NONAME ??_R4OpalWAVFile@@6Biostream@@@ @36059 NONAME ??_R4OpalWAVFile@@6BPObject@@@ @36060 NONAME ??_R4P64Decoder@@6B@ @36061 NONAME ??_R4PASN_Boolean@@6B@ @36062 NONAME ??_R4PASN_ConstrainedObject@@6B@ @36063 NONAME ??_R4PASN_ConstrainedString@@6B@ @36064 NONAME ??_R4PASN_Enumeration@@6B@ @36065 NONAME ??_R4PASN_GeneralisedTime@@6B@ @36066 NONAME ??_R4PASN_GeneralString@@6B@ @36067 NONAME ??_R4PASN_IA5String@@6B@ @36068 NONAME ??_R4PASN_Integer@@6B@ @36069 NONAME ??_R4PASN_Null@@6B@ @36070 NONAME ??_R4PASN_NumericString@@6B@ @36071 NONAME ??_R4PASN_Object@@6B@ @36072 NONAME ??_R4PASN_PrintableString@@6B@ @36073 NONAME ??_R4PASN_Stream@@6B@ @36074 NONAME ??_R4PASN_VisibleString@@6B@ @36075 NONAME ??_R4PDTMFEncoder@@6B@ @44281 NONAME ??_R4PLDAPAttr_c@RTPerson@PILSSession@@6B@ @36076 NONAME ??_R4PLDAPAttr_cn@RTPerson@PILSSession@@6B@ @36077 NONAME ??_R4PLDAPAttr_comment@RTPerson@PILSSession@@6B@ @36078 NONAME ??_R4PLDAPAttr_givenName@RTPerson@PILSSession@@6B@ @36079 NONAME ??_R4PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@6B@ @36080 NONAME ??_R4PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@6B@ @36081 NONAME ??_R4PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@6B@ @36082 NONAME ??_R4PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@6B@ @36083 NONAME ??_R4PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@6B@ @36084 NONAME ??_R4PLDAPAttr_location@RTPerson@PILSSession@@6B@ @36085 NONAME ??_R4PLDAPAttr_o@RTPerson@PILSSession@@6B@ @36086 NONAME ??_R4PLDAPAttr_objectClass@RTPerson@PILSSession@@6B@ @36087 NONAME ??_R4PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@6B@ @36088 NONAME ??_R4PLDAPAttr_sappguid@RTPerson@PILSSession@@6B@ @36089 NONAME ??_R4PLDAPAttr_sappid@RTPerson@PILSSession@@6B@ @36090 NONAME ??_R4PLDAPAttr_sflags@RTPerson@PILSSession@@6B@ @36091 NONAME ??_R4PLDAPAttr_sipAddress@RTPerson@PILSSession@@6B@ @36092 NONAME ??_R4PLDAPAttr_smimetype@RTPerson@PILSSession@@6B@ @36093 NONAME ??_R4PLDAPAttr_smodop@RTPerson@PILSSession@@6B@ @36094 NONAME ??_R4PLDAPAttr_sport@RTPerson@PILSSession@@6B@ @36095 NONAME ??_R4PLDAPAttr_sprotid@RTPerson@PILSSession@@6B@ @36096 NONAME ??_R4PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@6B@ @36097 NONAME ??_R4PLDAPAttr_ssecurity@RTPerson@PILSSession@@6B@ @36098 NONAME ??_R4PLDAPAttr_sttl@RTPerson@PILSSession@@6B@ @36099 NONAME ??_R4PLDAPAttr_surname@RTPerson@PILSSession@@6B@ @36100 NONAME ??_R4PLDAPAttr_timestamp@RTPerson@PILSSession@@6B@ @36101 NONAME ??_R4PluginLoader@@6B@ @44282 NONAME ??_R4PPER_Stream@@6B@ @36102 NONAME ??_R4Pre_Vid_Coder@@6B@ @36103 NONAME ??_R4PSmartObject@@6B@ @36104 NONAME ??_R4PWAVFileConverter@@6B@ @43164 NONAME ??_R4PWAVFileConverterALaw@@6B@ @43165 NONAME ??_R4PWAVFileConverterULaw@@6B@ @43166 NONAME ??_R4PWAVFileConverterXLaw@@6B@ @43167 NONAME ??_R4Q931@@6B@ @36107 NONAME ??_R4ReceivedPacket_PNotifier@OpalRFC2833@@6B@ @36108 NONAME ??_R4ReceivedPacket_PNotifier@OpalRtpToWavFile@@6B@ @36109 NONAME ??_R4ReceiverReport@RTP_Session@@6B@ @36110 NONAME ??_R4ReceiveTimeout_PNotifier@OpalRFC2833@@6B@ @36111 NONAME ??_R4Request@H323Transactor@@6B@ @36112 NONAME ??_R4Response@H323Transactor@@6B@ @36113 NONAME ??_R4RTPerson@PILSSession@@6B@ @36114 NONAME ??_R4RTP_ControlFrame@@6B@ @36115 NONAME ??_R4RTP_DataFrame@@6B@ @36116 NONAME ??_R4RTP_JitterBuffer@@6B@ @36117 NONAME ??_R4RTP_JitterBufferAnalyser@@6B@ @36118 NONAME ??_R4RTP_QOS@@6B@ @36119 NONAME ??_R4RTP_Session@@6B@ @36120 NONAME ??_R4RTP_SessionManager@@6B@ @36121 NONAME ??_R4RTP_UDP@@6B@ @36122 NONAME ??_R4RTP_UserData@@6B@ @39872 NONAME ??_R4SenderReport@RTP_Session@@6B@ @36123 NONAME ??_R4SlowHandler_PNotifier@H323Transaction@@6B@ @36124 NONAME ??_R4SoundTones@OpalUSBDevice@@6B@ @44283 NONAME ??_R4SourceDescription@RTP_Session@@6B@ @36125 NONAME ??_R4SRVRecordList@PDNS@@6B@ @44284 NONAME ??_R4StatusHandler_PNotifier@OpalVoipBlasterDevice@@6B@ @36126 NONAME ??_R4StringMap@H323GatekeeperServer@@6B@ @36127 NONAME ??_R4T120ConnectPDU@@6B@ @36128 NONAME ??_R4T120_X224@@6B@ @36129 NONAME ??_R4T38_ArrayOf_PASN_OctetString@@6B@ @36130 NONAME ??_R4T38_Data_Field@@6B@ @36131 NONAME ??_R4T38_Data_Field_subtype@@6B@ @36132 NONAME ??_R4T38_Data_Field_subtype_field_type@@6B@ @36133 NONAME ??_R4T38_IFPPacket@@6B@ @36134 NONAME ??_R4T38_PreCorrigendum_Data_Field@@6B@ @36135 NONAME ??_R4T38_PreCorrigendum_Data_Field_subtype@@6B@ @36136 NONAME ??_R4T38_PreCorrigendum_Data_Field_subtype_field_type@@6B@ @36137 NONAME ??_R4T38_PreCorrigendum_IFPPacket@@6B@ @36138 NONAME ??_R4T38_Type_of_msg@@6B@ @36139 NONAME ??_R4T38_Type_of_msg_data@@6B@ @36140 NONAME ??_R4T38_Type_of_msg_t30_indicator@@6B@ @36141 NONAME ??_R4T38_UDPTLPacket@@6B@ @36142 NONAME ??_R4T38_UDPTLPacket_error_recovery@@6B@ @36143 NONAME ??_R4T38_UDPTLPacket_error_recovery_fec_info@@6B@ @36144 NONAME ??_R4T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@6B@ @36145 NONAME ??_R4T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@6B@ @36146 NONAME ??_R4T38_UDPTLPacket_primary_ifp_packet@@6B@ @36147 NONAME ??_R4TickleMonitor_PNotifier@H323Gatekeeper@@6B@ @36148 NONAME ??_R4TonePlay_PNotifier@OpalUSBDevice@@6B@ @44285 NONAME ??_R4TransmitEnded_PNotifier@OpalRFC2833@@6B@ @36149 NONAME ??_R4TransmitPacket_PNotifier@OpalRFC2833@@6B@ @36150 NONAME ??_R4Transmitter@@6B@ @36151 NONAME ??_R4UpdateAllDescriptors_PNotifier@H323PeerElement@@6B@ @36152 NONAME ??_R4VoipBlasterInterface@@6B@ @36154 NONAME ??_R4Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@6B@ @43382 NONAME ??_R4Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@6B@ @43383 NONAME ??_R4Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@6B@ @43384 NONAME ??_R4Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@6B@ @43385 NONAME ??_R4Worker@OpalPluginCodecFactory@@6B@ @43386 NONAME ??_R4WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @44286 NONAME ??_R4WorkerBase@?$PFactory@VH323Capability@@VPString@@@@6B@ @42864 NONAME ??_R4WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@6B@ @43387 NONAME ??_R4WorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@6B@ @44287 NONAME ??_R4WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @42865 NONAME ??_R4WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@6B@ @42866 NONAME ??_R4WorkerBase@?$PFactory@VPWAVFileConverter@@I@@6B@ @43168 NONAME ??_R4X224@@6B@ @36155 NONAME ??_R4X880_Code@@6B@ @36156 NONAME ??_R4X880_GeneralProblem@@6B@ @36157 NONAME ??_R4X880_Invoke@@6B@ @36158 NONAME ??_R4X880_InvokeId@@6B@ @36159 NONAME ??_R4X880_InvokeProblem@@6B@ @36160 NONAME ??_R4X880_Reject@@6B@ @36161 NONAME ??_R4X880_RejectProblem@@6B@ @36162 NONAME ??_R4X880_Reject_problem@@6B@ @36163 NONAME ??_R4X880_ReturnError@@6B@ @36164 NONAME ??_R4X880_ReturnErrorProblem@@6B@ @36165 NONAME ??_R4X880_ReturnResult@@6B@ @36166 NONAME ??_R4X880_ReturnResultProblem@@6B@ @36167 NONAME ??_R4X880_ReturnResult_result@@6B@ @36168 NONAME ??_R4X880_ROS@@6B@ @36169 NONAME ?Accept@H323ListenerTCP@@UAEPAVH323Transport@@ABVPTimeInterval@@@Z @18850 NONAME ?AcceptControlChannel@H323Transport@@UAEHAAVH323Connection@@@Z @4288 NONAME ?AcceptControlChannel@H323TransportTCP@@UAEHAAVH323Connection@@@Z @4289 NONAME ?AccessRequest@H323PeerElement@@QAEHABVH225_AliasAddress@@AAVH225_ArrayOf_AliasAddress@@AAV2@I@Z @26065 NONAME ?AccessRequest@H323PeerElement@@QAEHABVH225_AliasAddress@@AAVH225_ArrayOf_AliasAddress@@AAVH323TransportAddress@@I@Z @26066 NONAME ?AccessRequest@H323PeerElement@@QAEHABVPString@@AAVH225_ArrayOf_AliasAddress@@AAVH323TransportAddress@@I@Z @26067 NONAME ?AccessRequest@H323PeerElement@@QAEHABVPString@@AAVPStringArray@@AAVH323TransportAddress@@I@Z @26068 NONAME ?Add@H245NegLogicalChannels@@UAEXAAVH323Channel@@@Z @19541 NONAME ?Add@H323Capabilities@@QAEXPAVH323Capability@@@Z @12515 NONAME ?AddAliasName@H323EndPoint@@QAEHABVPString@@@Z @4291 NONAME ?AddAllCapabilities@H323Capabilities@@QAEHHHABVPString@@@Z @42223 NONAME ?AddAllCapabilities@H323EndPoint@@QAEHHHABVPString@@@Z @16214 NONAME ?AddAllCapabilities@H323_LIDCapability@@SAXABVOpalLineInterfaceDevice@@AAVH323Capabilities@@HH@Z @12640 NONAME ?AddAllCapabilities@H323_UserInputCapability@@SAXAAVH323Capabilities@@HH@Z @12790 NONAME ?AddAllHIDs@HIDDevices@@QAEHABVPString@@@Z @44288 NONAME ?AddAllUserInputCapabilities@H323EndPoint@@QAEXHH@Z @16215 NONAME ?AddCall@H323GatekeeperServer@@UAEXPAVH323GatekeeperCall@@@Z @37938 NONAME ?AddCall@H323RegisteredEndPoint@@UAEXPAVH323GatekeeperCall@@@Z @37939 NONAME ?AddCallCreditServiceControl@H323GatekeeperCall@@QBEHAAVH225_ArrayOf_ServiceControlSession@@@Z @23636 NONAME ?AddCapability@H235Authenticator@@IAEHIABVPString@@AAVH225_ArrayOf_AuthenticationMechanism@@AAVH225_ArrayOf_PASN_ObjectId@@@Z @20528 NONAME ?AddCapability@H323EndPoint@@QAEXPAVH323Capability@@@Z @4292 NONAME ?AddDescriptor@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@ABVH225_ArrayOf_AliasAddress@@1IH@Z @26364 NONAME ?AddDescriptor@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@ABVH225_ArrayOf_AliasAddress@@ABVH323TransportAddressArray@@IH@Z @26365 NONAME ?AddDescriptor@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@ABVPOrdinalKey@@ABVH225_ArrayOf_AliasAddress@@2IH@Z @26366 NONAME ?AddDescriptor@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@ABVPOrdinalKey@@ABVH501_ArrayOf_AddressTemplate@@ABVPTime@@H@Z @26464 NONAME ?AddDescriptor@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@ABVPStringArray@@ABVH323TransportAddressArray@@IH@Z @26367 NONAME ?AddEndPoint@H323GatekeeperServer@@UAEXPAVH323RegisteredEndPoint@@@Z @19057 NONAME ?AddFilter@H323Codec@@QAEXABVPNotifier@@@Z @20153 NONAME ?AddFilter@H323_RTPChannel@@QAEXABVPNotifier@@@Z @20119 NONAME ?AddFormat@H323PluginCodecManager@@SAXABVOpalMediaFormat@@@Z @37989 NONAME ?AddFormat@H323PluginCodecManager@@SAXPAVOpalMediaFormat@@@Z @44289 NONAME ?AddIntegerGenericParameter@H323GenericCapabilityInfo@@UAEHHHHJ@Z @44290 NONAME ?AddListener@H323TransactionServer@@QAEHABVH323TransportAddress@@@Z @23987 NONAME ?AddListener@H323TransactionServer@@QAEHPAVH323Transactor@@@Z @23988 NONAME ?AddListener@H323TransactionServer@@QAEHPAVH323Transport@@@Z @23989 NONAME ?AddListeners@H323TransactionServer@@QAEHABVH323TransportAddressArray@@@Z @23990 NONAME ?AddOpCode@H450xDispatcher@@QAEXIPAVH450xHandler@@@Z @19428 NONAME ?AddReceiverReport@RTP_Session@@IAEXAAUReceiverReport@RTP_ControlFrame@@@Z @20327 NONAME ?AddSample@CodecReadAnalyser@@QAEXK@Z @39873 NONAME ?AddServiceControlSession@H323RegisteredEndPoint@@UAEHABVH323ServiceControlSession@@AAVH225_ArrayOf_ServiceControlSession@@@Z @22384 NONAME ?AddServiceRelationship@H323PeerElement@@QAEHABVH323TransportAddress@@AAVOpalGloballyUniqueID@@H@Z @25939 NONAME ?AddServiceRelationship@H323PeerElement@@QAEHABVH323TransportAddress@@H@Z @25940 NONAME ?AddSession@RTP_SessionManager@@QAEXPAVRTP_Session@@@Z @4293 NONAME ?AddSourceDescription@RTP_ControlFrame@@QAEAAUSourceDescription@1@K@Z @12388 NONAME ?AddSourceDescriptionItem@RTP_ControlFrame@@QAEAAUItem@SourceDescription@1@AAU31@IABVPString@@@Z @12389 NONAME ?AdmissionRequest@H323Gatekeeper@@QAEHAAVH323Connection@@AAUAdmissionResponse@1@H@Z @19605 NONAME ?AgeResponses@H323Transactor@@IAEXXZ @25856 NONAME ?age_blocks@Pre_Vid_Coder@@IAEXXZ @4296 NONAME ?ALawConverter@@3V?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@A @43169 NONAME ?alloc@Transmitter@@QAEPAUpktbuf@1@XZ @4297 NONAME ?allocate@?$allocator@ULookupRecord@@@std@@QAEPAULookupRecord@@IPBX@Z @44291 NONAME ?allocate@FullP64Decoder@@MAEXXZ @4298 NONAME ?allocate@IntraP64Decoder@@MAEXXZ @4299 NONAME ?AllocateBandwidth@H323GatekeeperServer@@UAEIII@Z @19062 NONAME ?alloch@Transmitter@@QAEPAUpktbuf@1@XZ @4300 NONAME ?allocref@Pre_Vid_Coder@@IAEXXZ @4301 NONAME ?AllowDuplicateAlias@H323GatekeeperServer@@UAEHABVH225_ArrayOf_AliasAddress@@@Z @37928 NONAME ?Answer@OpalT120Protocol@@UAEHAAVH323Transport@@@Z @18851 NONAME ?Answer@OpalT38Protocol@@UAEHXZ @20307 NONAME ?AnsweringCall@H323Connection@@QAEXW4AnswerCallResponse@1@@Z @4303 NONAME ?Append@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UAE?AV?$PSafePtr@VH323GatekeeperCall@@@@PAVH323GatekeeperCall@@W4PSafetyMode@@@Z @21403 NONAME ?Append@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UAE?AV?$PSafePtr@VH323PeerElementDescriptor@@@@PAVH323PeerElementDescriptor@@W4PSafetyMode@@@Z @25719 NONAME ?Append@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UAE?AV?$PSafePtr@VH323PeerElementServiceRelationship@@@@PAVH323PeerElementServiceRelationship@@W4PSafetyMode@@@Z @25720 NONAME ?Append@PASN_Array@@QAEXPAVPASN_Object@@@Z @39874 NONAME ?AppendAddress@H323TransportAddressArray@@QAEXABVH323TransportAddress@@@Z @23925 NONAME ?AppendString@H323TransportAddressArray@@QAEXABVPString@@@Z @23926 NONAME ?AppendString@H323TransportAddressArray@@QAEXPBD@Z @23927 NONAME ?AppendStringCollection@H323TransportAddressArray@@IAEXABVPCollection@@@Z @21071 NONAME ?ApplyQOS@RTP_UDP@@QAEXABVAddress@PIPSocket@@@Z @26598 NONAME ?AsString@OpalGloballyUniqueID@@QBE?AVPString@@XZ @13846 NONAME ?AttachChannel@H323Codec@@UAEHPAVPChannel@@H@Z @12860 NONAME ?AttachLogicalChannel@H323Codec@@QAEHPAVH323Channel@@@Z @19680 NONAME ?AttachQoS@H323Capability@@UAEXPAVRTP_QOS@@@Z @26599 NONAME ?AttachQoS@H323RealTimeCapability@@UAEXPAVRTP_QOS@@@Z @26600 NONAME ?AttachSignalChannel@H323Connection@@QAEXABVPString@@PAVH323Transport@@H@Z @21450 NONAME ?AttachSupplementaryServiceAPDU@H450ServiceAPDU@@QAEXAAVH323SignalPDU@@@Z @19429 NONAME ?AttachThread@H323Transport@@QAEXPAVPThread@@@Z @4309 NONAME ?AttachToAlerting@H45011Handler@@UAEXAAVH323SignalPDU@@@Z @20655 NONAME ?AttachToAlerting@H4502Handler@@UAEXAAVH323SignalPDU@@@Z @19430 NONAME ?AttachToAlerting@H4506Handler@@UAEXAAVH323SignalPDU@@I@Z @19946 NONAME ?AttachToAlerting@H450xDispatcher@@UAEXAAVH323SignalPDU@@@Z @19431 NONAME ?AttachToAlerting@H450xHandler@@UAEXAAVH323SignalPDU@@@Z @19432 NONAME ?AttachToConnect@H45011Handler@@UAEXAAVH323SignalPDU@@@Z @20656 NONAME ?AttachToConnect@H4502Handler@@UAEXAAVH323SignalPDU@@@Z @19433 NONAME ?AttachToConnect@H450xDispatcher@@UAEXAAVH323SignalPDU@@@Z @19434 NONAME ?AttachToConnect@H450xHandler@@UAEXAAVH323SignalPDU@@@Z @19435 NONAME ?AttachToReleaseComplete@H45011Handler@@UAEXAAVH323SignalPDU@@@Z @20657 NONAME ?AttachToReleaseComplete@H4502Handler@@UAEXAAVH323SignalPDU@@@Z @19436 NONAME ?AttachToReleaseComplete@H450xDispatcher@@UAEXAAVH323SignalPDU@@@Z @19437 NONAME ?AttachToReleaseComplete@H450xHandler@@UAEXAAVH323SignalPDU@@@Z @19438 NONAME ?AttachToSetup@H45011Handler@@UAEXAAVH323SignalPDU@@@Z @20658 NONAME ?AttachToSetup@H4502Handler@@UAEXAAVH323SignalPDU@@@Z @19439 NONAME ?AttachToSetup@H450xDispatcher@@UAEXAAVH323SignalPDU@@@Z @19440 NONAME ?AttachToSetup@H450xHandler@@UAEXAAVH323SignalPDU@@@Z @19441 NONAME ?AvailDevice@HIDDevices@@QAEPAVOpalLineInterfaceDevice@@XZ @44292 NONAME ?AwaitSetupResponse@H45011Handler@@QAEXABVPString@@0@Z @20659 NONAME ?AwaitSetupResponse@H4502Handler@@QAEXABVPString@@0@Z @19442 NONAME ?BandwidthRequest@H323Gatekeeper@@QAEHAAVH323Connection@@I@Z @4310 NONAME ?begin@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@std@@QAE?AViterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@2@XZ @43170 NONAME ?begin@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@2@XZ @44293 NONAME ?begin@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@2@XZ @42867 NONAME ?begin@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@2@XZ @42868 NONAME ?begin@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@2@XZ @43388 NONAME ?begin@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@2@XZ @44294 NONAME ?begin@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@2@XZ @42869 NONAME ?begin@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAEPAULookupRecord@@XZ @44295 NONAME ?begin@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAE?AViterator@12@XZ @43171 NONAME ?begin@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAE?AViterator@12@XZ @44296 NONAME ?begin@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAE?AViterator@12@XZ @42870 NONAME ?begin@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QAE?AViterator@12@XZ @42871 NONAME ?begin@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAE?AViterator@12@XZ @43389 NONAME ?begin@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAE?AViterator@12@XZ @44297 NONAME ?begin@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAE?AViterator@12@XZ @42872 NONAME ?BeginTransmit@OpalRFC2833@@UAEHD@Z @20120 NONAME ?Bootstrap@H323PluginCodecManager@@SAXXZ @44298 NONAME ?Bootstrap@HIDPluginDeviceManager@@SAXXZ @44299 NONAME ?Build@H323ControlPDU@@QAEAAVH245_CommandMessage@@W4Choices@2@@Z @4311 NONAME ?Build@H323ControlPDU@@QAEAAVH245_IndicationMessage@@W4Choices@2@@Z @4312 NONAME ?Build@H323ControlPDU@@QAEAAVH245_RequestMessage@@W4Choices@2@@Z @4313 NONAME ?Build@H323ControlPDU@@QAEAAVH245_ResponseMessage@@W4Choices@2@@Z @4314 NONAME ?BuildAccessConfirmation@H501PDU@@QAEAAVH501_AccessConfirmation@@I@Z @25492 NONAME ?BuildAccessRejection@H501PDU@@QAEAAVH501_AccessRejection@@IH@Z @25721 NONAME ?BuildAccessRequest@H501PDU@@QAEAAVH501_AccessRequest@@IABVH323TransportAddressArray@@@Z @26368 NONAME ?BuildAdmissionConfirm@H323RasPDU@@QAEAAVH225_AdmissionConfirm@@I@Z @19316 NONAME ?BuildAdmissionReject@H323RasPDU@@QAEAAVH225_AdmissionReject@@II@Z @19317 NONAME ?BuildAdmissionRequest@H323RasPDU@@QAEAAVH225_AdmissionRequest@@I@Z @19318 NONAME ?BuildAlerting@H323SignalPDU@@QAEAAVH225_Alerting_UUIE@@ABVH323Connection@@@Z @12480 NONAME ?BuildAlerting@Q931@@QAEXH@Z @4317 NONAME ?BuildAuthenticationConfirmation@H501PDU@@QAEAAVH501_AuthenticationConfirmation@@I@Z @25495 NONAME ?BuildAuthenticationRejection@H501PDU@@QAEAAVH501_AuthenticationRejection@@II@Z @25818 NONAME ?BuildAuthenticationRequest@H501PDU@@QAEAAVH501_AuthenticationRequest@@IABVH323TransportAddressArray@@@Z @26369 NONAME ?BuildBandwidthConfirm@H323RasPDU@@QAEAAVH225_BandwidthConfirm@@II@Z @19319 NONAME ?BuildBandwidthReject@H323RasPDU@@QAEAAVH225_BandwidthReject@@II@Z @19320 NONAME ?BuildBandwidthRequest@H323RasPDU@@QAEAAVH225_BandwidthRequest@@I@Z @19321 NONAME ?BuildCallIntrusionForcedRelease@H450ServiceAPDU@@QAEXHH@Z @20660 NONAME ?BuildCallIntrusionForcedReleaseError@H450ServiceAPDU@@QAEXXZ @20661 NONAME ?BuildCallIntrusionForcedReleaseResult@H450ServiceAPDU@@QAEAAVX880_ReturnResult@@H@Z @21030 NONAME ?BuildCallIntrusionForceRelesed@H450ServiceAPDU@@QAEXH@Z @21031 NONAME ?BuildCallIntrusionGetCIPL@H450ServiceAPDU@@QAEXH@Z @21032 NONAME ?BuildCallIntrusionImpending@H450ServiceAPDU@@QAEXH@Z @21033 NONAME ?BuildCallProceeding@H323SignalPDU@@QAEAAVH225_CallProceeding_UUIE@@ABVH323Connection@@@Z @12481 NONAME ?BuildCallProceeding@Q931@@QAEXH@Z @4322 NONAME ?BuildCallTransferAbandon@H450ServiceAPDU@@QAEXH@Z @19947 NONAME ?BuildCallTransferIdentify@H450ServiceAPDU@@QAEXH@Z @19948 NONAME ?BuildCallTransferInitiate@H450ServiceAPDU@@QAEXHABVPString@@0ABVH323TransportAddress@@@Z @14445 NONAME ?BuildCallTransferSetup@H450ServiceAPDU@@QAEXHABVPString@@@Z @14446 NONAME ?BuildCallWaiting@H450ServiceAPDU@@QAEXHH@Z @19949 NONAME ?BuildCloseLogicalChannel@H323ControlPDU@@QAEAAVH245_CloseLogicalChannel@@I@Z @4323 NONAME ?BuildCloseLogicalChannelAck@H323ControlPDU@@QAEAAVH245_CloseLogicalChannelAck@@I@Z @4324 NONAME ?BuildConnect@H323SignalPDU@@QAEAAVH225_Connect_UUIE@@ABVH323Connection@@@Z @12482 NONAME ?BuildConnect@H323SignalPDU@@QAEAAVH225_Connect_UUIE@@ABVH323Connection@@ABVAddress@PIPSocket@@G@Z @12483 NONAME ?BuildConnect@Q931@@QAEXH@Z @12488 NONAME ?BuildConnectAck@Q931@@QAEXHH@Z @43082 NONAME ?BuildConnectConfirm@X224@@QAEXXZ @4328 NONAME ?BuildConnectionToken@H323EndPoint@@SA?AVPString@@ABVH323Transport@@IH@Z @4329 NONAME ?BuildConnectRequest@X224@@QAEXXZ @4330 NONAME ?BuildData@X224@@QAEXABVPBYTEArray@@@Z @4331 NONAME ?BuildDescriptorConfirmation@H501PDU@@QAEAAVH501_DescriptorConfirmation@@I@Z @25498 NONAME ?BuildDescriptorIDConfirmation@H501PDU@@QAEAAVH501_DescriptorIDConfirmation@@I@Z @25499 NONAME ?BuildDescriptorIDRejection@H501PDU@@QAEAAVH501_DescriptorIDRejection@@II@Z @25819 NONAME ?BuildDescriptorIDRequest@H501PDU@@QAEAAVH501_DescriptorIDRequest@@IABVH323TransportAddressArray@@@Z @26370 NONAME ?BuildDescriptorRejection@H501PDU@@QAEAAVH501_DescriptorRejection@@II@Z @25820 NONAME ?BuildDescriptorRequest@H501PDU@@QAEAAVH501_DescriptorRequest@@IABVH323TransportAddressArray@@@Z @26371 NONAME ?BuildDescriptorUpdate@H501PDU@@QAEAAVH501_DescriptorUpdate@@IABVH323TransportAddressArray@@@Z @26372 NONAME ?BuildDescriptorUpdateAck@H501PDU@@QAEAAVH501_DescriptorUpdateAck@@I@Z @25505 NONAME ?BuildDisengageConfirm@H323RasPDU@@QAEAAVH225_DisengageConfirm@@I@Z @19322 NONAME ?BuildDisengageReject@H323RasPDU@@QAEAAVH225_DisengageReject@@II@Z @19323 NONAME ?BuildDisengageRequest@H323RasPDU@@QAEAAVH225_DisengageRequest@@I@Z @19324 NONAME ?BuildEndSessionCommand@H323ControlPDU@@QAEAAVH245_EndSessionCommand@@I@Z @4334 NONAME ?BuildFacility@H323SignalPDU@@QAEPAVH225_Facility_UUIE@@ABVH323Connection@@H@Z @12484 NONAME ?BuildFacility@Q931@@QAEXHH@Z @4336 NONAME ?BuildFunctionNotUnderstood@H323ControlPDU@@QAEAAVH245_FunctionNotUnderstood@@ABV1@@Z @4337 NONAME ?BuildGatekeeperConfirm@H323RasPDU@@QAEAAVH225_GatekeeperConfirm@@I@Z @19325 NONAME ?BuildGatekeeperReject@H323RasPDU@@QAEAAVH225_GatekeeperReject@@II@Z @19326 NONAME ?BuildGatekeeperRequest@H323RasPDU@@QAEAAVH225_GatekeeperRequest@@I@Z @19327 NONAME ?BuildInfoRequest@H323RasPDU@@QAEAAVH225_InfoRequest@@IIPBVOpalGloballyUniqueID@@@Z @21054 NONAME ?BuildInfoRequestAck@H323RasPDU@@QAEAAVH225_InfoRequestAck@@I@Z @20587 NONAME ?BuildInfoRequestNak@H323RasPDU@@QAEAAVH225_InfoRequestNak@@II@Z @20588 NONAME ?BuildInfoRequestResponse@H323Gatekeeper@@IAEAAVH225_InfoRequestResponse@@AAVH323RasPDU@@I@Z @20529 NONAME ?BuildInfoRequestResponse@H323RasPDU@@QAEAAVH225_InfoRequestResponse@@I@Z @19328 NONAME ?BuildInformation@H323SignalPDU@@QAEAAVH225_Information_UUIE@@ABVH323Connection@@@Z @18453 NONAME ?BuildInformation@Q931@@QAEXHH@Z @18454 NONAME ?BuildInvoke@H450ServiceAPDU@@QAEAAVX880_Invoke@@HH@Z @14447 NONAME ?BuildLocationConfirm@H323RasPDU@@QAEAAVH225_LocationConfirm@@I@Z @19329 NONAME ?BuildLocationReject@H323RasPDU@@QAEAAVH225_LocationReject@@II@Z @19330 NONAME ?BuildLocationRequest@H323RasPDU@@QAEAAVH225_LocationRequest@@I@Z @19331 NONAME ?BuildMasterSlaveDetermination@H323ControlPDU@@QAEAAVH245_MasterSlaveDetermination@@II@Z @4341 NONAME ?BuildMasterSlaveDeterminationAck@H323ControlPDU@@QAEAAVH245_MasterSlaveDeterminationAck@@H@Z @4342 NONAME ?BuildMasterSlaveDeterminationReject@H323ControlPDU@@QAEAAVH245_MasterSlaveDeterminationReject@@I@Z @4343 NONAME ?BuildNonStandardConfirmation@H501PDU@@QAEAAVH501_NonStandardConfirmation@@I@Z @25506 NONAME ?BuildNonStandardRejection@H501PDU@@QAEAAVH501_NonStandardRejection@@II@Z @25821 NONAME ?BuildNonStandardRequest@H501PDU@@QAEAAVH501_NonStandardRequest@@IABVH323TransportAddressArray@@@Z @26373 NONAME ?BuildNotify@H323SignalPDU@@QAEAAVH225_Notify_UUIE@@ABVH323Connection@@@Z @18455 NONAME ?BuildNotify@Q931@@QAEXHH@Z @18456 NONAME ?BuildOpenLogicalChannel@H323ControlPDU@@QAEAAVH245_OpenLogicalChannel@@I@Z @4344 NONAME ?BuildOpenLogicalChannelAck@H323ControlPDU@@QAEAAVH245_OpenLogicalChannelAck@@I@Z @4345 NONAME ?BuildOpenLogicalChannelConfirm@H323ControlPDU@@QAEAAVH245_OpenLogicalChannelConfirm@@I@Z @4346 NONAME ?BuildOpenLogicalChannelReject@H323ControlPDU@@QAEAAVH245_OpenLogicalChannelReject@@II@Z @4347 NONAME ?BuildPDU@H323Capabilities@@QBEXABVH323Connection@@AAVH245_TerminalCapabilitySet@@@Z @20610 NONAME ?BuildPDU@H501PDU@@IAEXII@Z @25857 NONAME ?BuildProgress@H323SignalPDU@@QAEAAVH225_Progress_UUIE@@ABVH323Connection@@@Z @18457 NONAME ?BuildProgress@Q931@@QAEXHHIII@Z @18458 NONAME ?BuildQ931@H323SignalPDU@@QAEXXZ @12776 NONAME ?BuildRegistrationConfirm@H323RasPDU@@QAEAAVH225_RegistrationConfirm@@I@Z @19332 NONAME ?BuildRegistrationReject@H323RasPDU@@QAEAAVH225_RegistrationReject@@II@Z @19333 NONAME ?BuildRegistrationRequest@H323RasPDU@@QAEAAVH225_RegistrationRequest@@I@Z @19334 NONAME ?BuildReject@H450ServiceAPDU@@QAEAAVX880_Reject@@H@Z @14448 NONAME ?BuildReleaseComplete@H323SignalPDU@@QAEAAVH225_ReleaseComplete_UUIE@@ABVH323Connection@@@Z @12642 NONAME ?BuildReleaseComplete@Q931@@QAEXHH@Z @4351 NONAME ?BuildRequest@H501PDU@@IAEXIIABVH323TransportAddressArray@@@Z @26374 NONAME ?BuildRequestChannelClose@H323ControlPDU@@QAEAAVH245_RequestChannelClose@@II@Z @4352 NONAME ?BuildRequestChannelCloseAck@H323ControlPDU@@QAEAAVH245_RequestChannelCloseAck@@I@Z @4353 NONAME ?BuildRequestChannelCloseReject@H323ControlPDU@@QAEAAVH245_RequestChannelCloseReject@@I@Z @4354 NONAME ?BuildRequestChannelCloseRelease@H323ControlPDU@@QAEAAVH245_RequestChannelCloseRelease@@I@Z @12479 NONAME ?BuildRequestInProgress@H323RasPDU@@QAEAAVH225_RequestInProgress@@II@Z @19777 NONAME ?BuildRequestInProgress@H501PDU@@QAEAAVH501_RequestInProgress@@II@Z @26073 NONAME ?BuildRequestMode@H323ControlPDU@@QAEAAVH245_RequestMode@@I@Z @4355 NONAME ?BuildRequestModeAck@H323ControlPDU@@QAEAAVH245_RequestModeAck@@II@Z @4356 NONAME ?BuildRequestModeReject@H323ControlPDU@@QAEAAVH245_RequestModeReject@@II@Z @4357 NONAME ?BuildReturnError@H450ServiceAPDU@@QAEAAVX880_ReturnError@@HH@Z @14449 NONAME ?BuildReturnResult@H450ServiceAPDU@@QAEAAVX880_ReturnResult@@H@Z @14450 NONAME ?BuildRoundTripDelayRequest@H323ControlPDU@@QAEAAVH245_RoundTripDelayRequest@@I@Z @4358 NONAME ?BuildRoundTripDelayResponse@H323ControlPDU@@QAEAAVH245_RoundTripDelayResponse@@I@Z @4359 NONAME ?BuildServiceConfirmation@H501PDU@@QAEAAVH501_ServiceConfirmation@@I@Z @25512 NONAME ?BuildServiceControlIndication@H323RasPDU@@QAEAAVH225_ServiceControlIndication@@IPBVOpalGloballyUniqueID@@@Z @23637 NONAME ?BuildServiceControlResponse@H323RasPDU@@QAEAAVH225_ServiceControlResponse@@I@Z @23638 NONAME ?BuildServiceRejection@H501PDU@@QAEAAVH501_ServiceRejection@@II@Z @25822 NONAME ?BuildServiceRelease@H501PDU@@QAEAAVH501_ServiceRelease@@I@Z @25514 NONAME ?BuildServiceRequest@H501PDU@@QAEAAVH501_ServiceRequest@@IABVH323TransportAddressArray@@@Z @26375 NONAME ?BuildSetup@H323SignalPDU@@QAEAAVH225_Setup_UUIE@@ABVH323Connection@@ABVH323TransportAddress@@@Z @12770 NONAME ?BuildSetup@Q931@@QAEXH@Z @12491 NONAME ?BuildSetupAcknowledge@H323SignalPDU@@QAEAAVH225_SetupAcknowledge_UUIE@@ABVH323Connection@@@Z @18459 NONAME ?BuildSetupAcknowledge@Q931@@QAEXH@Z @18460 NONAME ?BuildStatus@H323SignalPDU@@QAEAAVH225_Status_UUIE@@ABVH323Connection@@@Z @18461 NONAME ?BuildStatus@Q931@@QAEXHH@Z @4364 NONAME ?BuildStatusEnquiry@Q931@@QAEXHH@Z @16260 NONAME ?BuildStatusInquiry@H323SignalPDU@@QAEAAVH225_StatusInquiry_UUIE@@ABVH323Connection@@@Z @18462 NONAME ?BuildTerminalCapabilitySet@H323ControlPDU@@QAEAAVH245_TerminalCapabilitySet@@ABVH323Connection@@IH@Z @16261 NONAME ?BuildTerminalCapabilitySetAck@H323ControlPDU@@QAEAAVH245_TerminalCapabilitySetAck@@I@Z @4366 NONAME ?BuildTerminalCapabilitySetReject@H323ControlPDU@@QAEAAVH245_TerminalCapabilitySetReject@@II@Z @4367 NONAME ?BuildUnknownMessageResponse@H323RasPDU@@QAEAAVH225_UnknownMessageResponse@@I@Z @19335 NONAME ?BuildUnknownMessageResponse@H501PDU@@QAEAAVH501_UnknownMessageResponse@@I@Z @25516 NONAME ?BuildUnregistrationConfirm@H323RasPDU@@QAEAAVH225_UnregistrationConfirm@@I@Z @19336 NONAME ?BuildUnregistrationReject@H323RasPDU@@QAEAAVH225_UnregistrationReject@@II@Z @19337 NONAME ?BuildUnregistrationRequest@H323RasPDU@@QAEAAVH225_UnregistrationRequest@@I@Z @19338 NONAME ?BuildUsageConfirmation@H501PDU@@QAEAAVH501_UsageConfirmation@@I@Z @25517 NONAME ?BuildUsageIndicationConfirmation@H501PDU@@QAEAAVH501_UsageIndicationConfirmation@@I@Z @25518 NONAME ?BuildUsageIndicationRejection@H501PDU@@QAEAAVH501_UsageIndicationRejection@@II@Z @25823 NONAME ?BuildUsageRejection@H501PDU@@QAEAAVH501_UsageRejection@@I@Z @25520 NONAME ?BuildUsageRequest@H501PDU@@QAEAAVH501_UsageRequest@@IABVH323TransportAddressArray@@@Z @26376 NONAME ?BuildUserInputIndication@H323ControlPDU@@QAEAAVH245_UserInputIndication@@ABVPString@@@Z @4371 NONAME ?BuildUserInputIndication@H323ControlPDU@@QAEAAVH245_UserInputIndication@@DIII@Z @4372 NONAME ?BuildValidationConfirmation@H501PDU@@QAEAAVH501_ValidationConfirmation@@I@Z @25522 NONAME ?BuildValidationRejection@H501PDU@@QAEAAVH501_ValidationRejection@@II@Z @25824 NONAME ?BuildValidationRequest@H501PDU@@QAEAAVH501_ValidationRequest@@IABVH323TransportAddressArray@@@Z @26377 NONAME ?bv_rdct1@@YAXHPAFHPAEH@Z @4373 NONAME ?bv_rdct2@@YAXHPAFHPAE1H@Z @4374 NONAME ?bv_rdct3@@YAXHPAFHHPAE1H@Z @4375 NONAME ?Call@HandleTimeout_PNotifier@H245Negotiator@@UBEXAAVPObject@@H@Z @4376 NONAME ?Call@HandleTransactions_PNotifier@H323Transactor@@UBEXAAVPObject@@H@Z @25859 NONAME ?Call@MonitorMain_PNotifier@H323Gatekeeper@@UBEXAAVPObject@@H@Z @20530 NONAME ?Call@MonitorMain_PNotifier@H323GatekeeperServer@@UBEXAAVPObject@@H@Z @20323 NONAME ?Call@MonitorMain_PNotifier@H323PeerElement@@UBEXAAVPObject@@H@Z @23993 NONAME ?Call@Monitor_PNotifier@OpalUSBDevice@@UBEXAAVPObject@@H@Z @44300 NONAME ?Call@OnCallIntrudeTimeOut_PNotifier@H45011Handler@@UBEXAAVPObject@@H@Z @20663 NONAME ?Call@OnCallTransferTimeOut_PNotifier@H4502Handler@@UBEXAAVPObject@@H@Z @19950 NONAME ?Call@OnLoadModule_PNotifier@PPluginModuleManager@@UBEXAAVPObject@@H@Z @37958 NONAME ?Call@OnUserInputInBandDTMF_PNotifier@H323Connection@@UBEXAAVPObject@@H@Z @20162 NONAME ?Call@OnUserInputInlineRFC2833_PNotifier@H323Connection@@UBEXAAVPObject@@H@Z @20121 NONAME ?Call@ReceivedPacket_PNotifier@OpalRFC2833@@UBEXAAVPObject@@H@Z @20122 NONAME ?Call@ReceivedPacket_PNotifier@OpalRtpToWavFile@@UBEXAAVPObject@@H@Z @20565 NONAME ?Call@ReceiveTimeout_PNotifier@OpalRFC2833@@UBEXAAVPObject@@H@Z @20123 NONAME ?Call@SlowHandler_PNotifier@H323Transaction@@UBEXAAVPObject@@H@Z @26074 NONAME ?Call@StatusHandler_PNotifier@OpalVoipBlasterDevice@@UBEXAAVPObject@@H@Z @19991 NONAME ?Call@TickleMonitor_PNotifier@H323Gatekeeper@@UBEXAAVPObject@@H@Z @20531 NONAME ?Call@TonePlay_PNotifier@OpalUSBDevice@@UBEXAAVPObject@@H@Z @44301 NONAME ?Call@TransmitEnded_PNotifier@OpalRFC2833@@UBEXAAVPObject@@H@Z @20124 NONAME ?Call@TransmitPacket_PNotifier@OpalRFC2833@@UBEXAAVPObject@@H@Z @20125 NONAME ?Call@UpdateAllDescriptors_PNotifier@H323PeerElement@@UBEXAAVPObject@@H@Z @25941 NONAME ?CanAutoCallForward@H323EndPoint@@QBEHXZ @39879 NONAME ?CanAutoStartReceiveFax@H323EndPoint@@QBEHXZ @39880 NONAME ?CanAutoStartReceiveVideo@H323EndPoint@@QBEHXZ @39881 NONAME ?CanAutoStartTransmitFax@H323EndPoint@@QBEHXZ @39882 NONAME ?CanAutoStartTransmitVideo@H323EndPoint@@QBEHXZ @39883 NONAME ?CanDisplayAmountString@H323EndPoint@@QBEHXZ @39884 NONAME ?CanDisplayAmountString@H323RegisteredEndPoint@@QBEHXZ @39885 NONAME ?CanEnforceDurationLimit@H323EndPoint@@QBEHXZ @39886 NONAME ?CanEnforceDurationLimit@H323RegisteredEndPoint@@QBEHXZ @39887 NONAME ?CanReceiveRIP@H323RegisteredEndPoint@@QBEHXZ @26669 NONAME ?CanSendRIP@H323Transaction@@QBEHXZ @39888 NONAME ?CheckAliasAddressPolicy@H323GatekeeperServer@@UAEHABVH323RegisteredEndPoint@@ABVH225_AdmissionRequest@@ABVH225_AliasAddress@@@Z @19063 NONAME ?CheckAliasStringPolicy@H323GatekeeperServer@@UAEHABVH323RegisteredEndPoint@@ABVH225_AdmissionRequest@@ABVPString@@@Z @19064 NONAME ?CheckCryptoTokens@H323GatekeeperRequest@@QAEHXZ @21091 NONAME ?CheckCryptoTokens@H323Transaction@@QAEHABVH235Authenticators@@@Z @26075 NONAME ?CheckCryptoTokens@H323Transactor@@IAEHABVH323TransactionPDU@@ABVPASN_Array@@I1I@Z @26076 NONAME ?CheckForResponse@H323Transactor@@IAEHIIPBVPASN_Choice@@@Z @25861 NONAME ?CheckGatekeeperIdentifier@H323GatekeeperRequest@@QAEHXZ @21092 NONAME ?CheckResponse@Request@H323Transactor@@QAEXIPBVPASN_Choice@@@Z @25862 NONAME ?CheckSignalAddressPolicy@H323GatekeeperServer@@UAEHABVH323RegisteredEndPoint@@ABVH225_AdmissionRequest@@ABVH323TransportAddress@@@Z @19066 NONAME ?Class@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@SAPBDXZ @39889 NONAME ?Class@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@SAPBDXZ @39890 NONAME ?Class@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@SAPBDXZ @39891 NONAME ?Class@?$H235_HASHED@VH235_EncodedGeneralToken@@@@SAPBDXZ @39892 NONAME ?Class@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@SAPBDXZ @39893 NONAME ?Class@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@SAPBDXZ @39894 NONAME ?Class@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@SAPBDXZ @39895 NONAME ?Class@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@SAPBDXZ @39896 NONAME ?Class@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@SAPBDXZ @39897 NONAME ?Class@?$H235_SIGNED@VH235_EncodedReturnSig@@@@SAPBDXZ @39898 NONAME ?Class@?$PArray@V?$PList@VH323Capability@@@@@@SAPBDXZ @39899 NONAME ?Class@?$PArray@VH323SimultaneousCapabilities@@@@SAPBDXZ @39900 NONAME ?Class@?$PArray@VH323TransportAddress@@@@SAPBDXZ @39901 NONAME ?Class@?$PArray@VReceiverReport@RTP_Session@@@@SAPBDXZ @39902 NONAME ?Class@?$PArray@VSourceDescription@RTP_Session@@@@SAPBDXZ @39903 NONAME ?Class@?$PBaseArray@E@@SAPBDXZ @39904 NONAME ?Class@?$PBaseArray@F@@SAPBDXZ @39905 NONAME ?Class@?$PBaseArray@G@@SAPBDXZ @39906 NONAME ?Class@?$PBaseArray@I@@SAPBDXZ @39907 NONAME ?Class@?$PBaseArray@K@@SAPBDXZ @39908 NONAME ?Class@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@SAPBDXZ @39909 NONAME ?Class@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@SAPBDXZ @39910 NONAME ?Class@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@SAPBDXZ @39911 NONAME ?Class@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@SAPBDXZ @39912 NONAME ?Class@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@SAPBDXZ @39913 NONAME ?Class@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@SAPBDXZ @39914 NONAME ?Class@?$PDictionary@VPString@@VH323Connection@@@@SAPBDXZ @39915 NONAME ?Class@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@SAPBDXZ @39916 NONAME ?Class@?$PDictionary@VPString@@VPOrdinalKey@@@@SAPBDXZ @39917 NONAME ?Class@?$PList@VH235Authenticator@@@@SAPBDXZ @39918 NONAME ?Class@?$PList@VH245_GenericParameter@@@@SAPBDXZ @44302 NONAME ?Class@?$PList@VH323Capability@@@@SAPBDXZ @39919 NONAME ?Class@?$PList@VH323Channel@@@@SAPBDXZ @39920 NONAME ?Class@?$PList@VH323GatekeeperListener@@@@SAPBDXZ @39921 NONAME ?Class@?$PList@VH323Listener@@@@SAPBDXZ @39922 NONAME ?Class@?$PList@VH323Transactor@@@@SAPBDXZ @39923 NONAME ?Class@?$PList@VH450xHandler@@@@SAPBDXZ @39924 NONAME ?Class@?$PList@VInterfaceEntry@PIPSocket@@@@SAPBDXZ @39925 NONAME ?Class@?$PList@VOpalMediaFormat@@@@SAPBDXZ @39926 NONAME ?Class@?$PList@VPBYTEArray@@@@SAPBDXZ @39927 NONAME ?Class@?$PList@VPSocket@@@@SAPBDXZ @39928 NONAME ?Class@?$POrdinalDictionary@VPString@@@@SAPBDXZ @39929 NONAME ?Class@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@SAPBDXZ @39930 NONAME ?Class@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@SAPBDXZ @39931 NONAME ?Class@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@SAPBDXZ @39932 NONAME ?Class@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@SAPBDXZ @39933 NONAME ?Class@?$PSafePtr@VH323GatekeeperCall@@@@SAPBDXZ @39934 NONAME ?Class@?$PSafePtr@VH323PeerElementDescriptor@@@@SAPBDXZ @39935 NONAME ?Class@?$PSafePtr@VH323PeerElementServiceRelationship@@@@SAPBDXZ @39936 NONAME ?Class@?$PSafePtr@VH323RegisteredEndPoint@@@@SAPBDXZ @39937 NONAME ?Class@?$PSet@VPOrdinalKey@@@@SAPBDXZ @39938 NONAME ?Class@?$PSet@VPString@@@@SAPBDXZ @39939 NONAME ?Class@?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@SAPBDXZ @39940 NONAME ?Class@?$PSortedList@VH225_AliasAddress@@@@SAPBDXZ @39941 NONAME ?Class@?$PSortedList@VH323GatekeeperCall@@@@SAPBDXZ @39942 NONAME ?Class@?$PSortedList@VH323PeerElementDescriptor@@@@SAPBDXZ @39943 NONAME ?Class@?$PSortedList@VH323PeerElementServiceRelationship@@@@SAPBDXZ @39944 NONAME ?Class@?$PSortedList@VMXRecord@PDNS@@@@SAPBDXZ @44303 NONAME ?Class@?$PSortedList@VPString@@@@SAPBDXZ @39945 NONAME ?Class@?$PSortedList@VResponse@H323Transactor@@@@SAPBDXZ @39946 NONAME ?Class@?$PSortedList@VSRVRecord@PDNS@@@@SAPBDXZ @44304 NONAME ?Class@?$PStringDictionary@VPOrdinalKey@@@@SAPBDXZ @39947 NONAME ?Class@AlternateInfo@H323Gatekeeper@@SAPBDXZ @39949 NONAME ?Class@ByteQueue@OpalVoipBlasterDevice@@SAPBDXZ @39950 NONAME ?Class@FilterInfo@H323Codec@@SAPBDXZ @39951 NONAME ?Class@G7231_File_Capability@@SAPBDXZ @39952 NONAME ?Class@G7231_File_Codec@@SAPBDXZ @39953 NONAME ?Class@GCC_AlternativeNodeID@@SAPBDXZ @39954 NONAME ?Class@GCC_ApplicationInvokeIndication@@SAPBDXZ @39955 NONAME ?Class@GCC_ApplicationInvokeSpecifier@@SAPBDXZ @39956 NONAME ?Class@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@SAPBDXZ @39957 NONAME ?Class@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@SAPBDXZ @39958 NONAME ?Class@GCC_ApplicationRecord@@SAPBDXZ @39959 NONAME ?Class@GCC_ApplicationRecord_nonCollapsingCapabilities@@SAPBDXZ @39960 NONAME ?Class@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@SAPBDXZ @39961 NONAME ?Class@GCC_ArrayOf_ApplicationInvokeSpecifier@@SAPBDXZ @39962 NONAME ?Class@GCC_ArrayOf_ChallengeItem@@SAPBDXZ @39963 NONAME ?Class@GCC_ArrayOf_ConferenceDescriptor@@SAPBDXZ @39964 NONAME ?Class@GCC_ArrayOf_Privilege@@SAPBDXZ @39965 NONAME ?Class@GCC_ArrayOf_TextString@@SAPBDXZ @39966 NONAME ?Class@GCC_ArrayOf_UserID@@SAPBDXZ @39967 NONAME ?Class@GCC_AsymmetryIndicator@@SAPBDXZ @39968 NONAME ?Class@GCC_CapabilityClass@@SAPBDXZ @39969 NONAME ?Class@GCC_CapabilityID@@SAPBDXZ @39970 NONAME ?Class@GCC_ChallengeItem@@SAPBDXZ @39971 NONAME ?Class@GCC_ChallengeRequest@@SAPBDXZ @39972 NONAME ?Class@GCC_ChallengeResponse@@SAPBDXZ @39973 NONAME ?Class@GCC_ChallengeResponseAlgorithm@@SAPBDXZ @39974 NONAME ?Class@GCC_ChallengeResponseItem@@SAPBDXZ @39975 NONAME ?Class@GCC_ChannelID@@SAPBDXZ @39976 NONAME ?Class@GCC_ChannelType@@SAPBDXZ @39977 NONAME ?Class@GCC_ConductorAssignIndication@@SAPBDXZ @39978 NONAME ?Class@GCC_ConductorPermissionAskIndication@@SAPBDXZ @39979 NONAME ?Class@GCC_ConductorPermissionGrantIndication@@SAPBDXZ @39980 NONAME ?Class@GCC_ConductorReleaseIndication@@SAPBDXZ @39981 NONAME ?Class@GCC_ConferenceAddRequest@@SAPBDXZ @39982 NONAME ?Class@GCC_ConferenceAddResponse@@SAPBDXZ @39983 NONAME ?Class@GCC_ConferenceAddResponse_result@@SAPBDXZ @39984 NONAME ?Class@GCC_ConferenceAssistanceIndication@@SAPBDXZ @39985 NONAME ?Class@GCC_ConferenceCreateRequest@@SAPBDXZ @39986 NONAME ?Class@GCC_ConferenceCreateResponse@@SAPBDXZ @39987 NONAME ?Class@GCC_ConferenceCreateResponse_result@@SAPBDXZ @39988 NONAME ?Class@GCC_ConferenceDescriptor@@SAPBDXZ @39989 NONAME ?Class@GCC_ConferenceEjectUserIndication@@SAPBDXZ @39990 NONAME ?Class@GCC_ConferenceEjectUserIndication_reason@@SAPBDXZ @39991 NONAME ?Class@GCC_ConferenceEjectUserRequest@@SAPBDXZ @39992 NONAME ?Class@GCC_ConferenceEjectUserRequest_reason@@SAPBDXZ @39993 NONAME ?Class@GCC_ConferenceEjectUserResponse@@SAPBDXZ @39994 NONAME ?Class@GCC_ConferenceEjectUserResponse_result@@SAPBDXZ @39995 NONAME ?Class@GCC_ConferenceInviteRequest@@SAPBDXZ @39996 NONAME ?Class@GCC_ConferenceInviteResponse@@SAPBDXZ @39997 NONAME ?Class@GCC_ConferenceInviteResponse_result@@SAPBDXZ @39998 NONAME ?Class@GCC_ConferenceJoinRequest@@SAPBDXZ @39999 NONAME ?Class@GCC_ConferenceJoinResponse@@SAPBDXZ @40000 NONAME ?Class@GCC_ConferenceJoinResponse_result@@SAPBDXZ @40001 NONAME ?Class@GCC_ConferenceLockIndication@@SAPBDXZ @40002 NONAME ?Class@GCC_ConferenceLockRequest@@SAPBDXZ @40003 NONAME ?Class@GCC_ConferenceLockResponse@@SAPBDXZ @40004 NONAME ?Class@GCC_ConferenceLockResponse_result@@SAPBDXZ @40005 NONAME ?Class@GCC_ConferenceName@@SAPBDXZ @40006 NONAME ?Class@GCC_ConferenceNameModifier@@SAPBDXZ @40007 NONAME ?Class@GCC_ConferenceNameSelector@@SAPBDXZ @40008 NONAME ?Class@GCC_ConferencePriority@@SAPBDXZ @40009 NONAME ?Class@GCC_ConferencePriorityScheme@@SAPBDXZ @40010 NONAME ?Class@GCC_ConferenceQueryRequest@@SAPBDXZ @40011 NONAME ?Class@GCC_ConferenceQueryResponse@@SAPBDXZ @40012 NONAME ?Class@GCC_ConferenceQueryResponse_result@@SAPBDXZ @40013 NONAME ?Class@GCC_ConferenceTerminateIndication@@SAPBDXZ @40014 NONAME ?Class@GCC_ConferenceTerminateIndication_reason@@SAPBDXZ @40015 NONAME ?Class@GCC_ConferenceTerminateRequest@@SAPBDXZ @40016 NONAME ?Class@GCC_ConferenceTerminateRequest_reason@@SAPBDXZ @40017 NONAME ?Class@GCC_ConferenceTerminateResponse@@SAPBDXZ @40018 NONAME ?Class@GCC_ConferenceTerminateResponse_result@@SAPBDXZ @40019 NONAME ?Class@GCC_ConferenceTimeExtendIndication@@SAPBDXZ @40020 NONAME ?Class@GCC_ConferenceTimeInquireIndication@@SAPBDXZ @40021 NONAME ?Class@GCC_ConferenceTimeRemainingIndication@@SAPBDXZ @40022 NONAME ?Class@GCC_ConferenceTransferIndication@@SAPBDXZ @40023 NONAME ?Class@GCC_ConferenceTransferRequest@@SAPBDXZ @40024 NONAME ?Class@GCC_ConferenceTransferResponse@@SAPBDXZ @40025 NONAME ?Class@GCC_ConferenceTransferResponse_result@@SAPBDXZ @40026 NONAME ?Class@GCC_ConferenceUnlockIndication@@SAPBDXZ @40027 NONAME ?Class@GCC_ConferenceUnlockRequest@@SAPBDXZ @40028 NONAME ?Class@GCC_ConferenceUnlockResponse@@SAPBDXZ @40029 NONAME ?Class@GCC_ConferenceUnlockResponse_result@@SAPBDXZ @40030 NONAME ?Class@GCC_ConnectData@@SAPBDXZ @40031 NONAME ?Class@GCC_ConnectGCCPDU@@SAPBDXZ @40032 NONAME ?Class@GCC_DialingString@@SAPBDXZ @40033 NONAME ?Class@GCC_DynamicChannelID@@SAPBDXZ @40034 NONAME ?Class@GCC_DynamicTokenID@@SAPBDXZ @40035 NONAME ?Class@GCC_EntityID@@SAPBDXZ @40036 NONAME ?Class@GCC_ExtraDialingString@@SAPBDXZ @40037 NONAME ?Class@GCC_FunctionNotSupportedResponse@@SAPBDXZ @40038 NONAME ?Class@GCC_GCCPDU@@SAPBDXZ @40039 NONAME ?Class@GCC_H221NonStandardIdentifier@@SAPBDXZ @40040 NONAME ?Class@GCC_Handle@@SAPBDXZ @40041 NONAME ?Class@GCC_IndicationPDU@@SAPBDXZ @40042 NONAME ?Class@GCC_Key@@SAPBDXZ @40043 NONAME ?Class@GCC_NetworkAddress@@SAPBDXZ @40044 NONAME ?Class@GCC_NetworkAddress_subtype@@SAPBDXZ @40045 NONAME ?Class@GCC_NetworkAddress_subtype_aggregatedChannel@@SAPBDXZ @40046 NONAME ?Class@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@SAPBDXZ @40047 NONAME ?Class@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@SAPBDXZ @40048 NONAME ?Class@GCC_NetworkAddress_subtype_transportConnection@@SAPBDXZ @40049 NONAME ?Class@GCC_NodeProperties@@SAPBDXZ @40050 NONAME ?Class@GCC_NodeRecord@@SAPBDXZ @40051 NONAME ?Class@GCC_NodeType@@SAPBDXZ @40052 NONAME ?Class@GCC_NonStandardParameter@@SAPBDXZ @40053 NONAME ?Class@GCC_NonStandardPDU@@SAPBDXZ @40054 NONAME ?Class@GCC_Password@@SAPBDXZ @40055 NONAME ?Class@GCC_PasswordChallengeRequestResponse@@SAPBDXZ @40056 NONAME ?Class@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@SAPBDXZ @40057 NONAME ?Class@GCC_PasswordSelector@@SAPBDXZ @40058 NONAME ?Class@GCC_Privilege@@SAPBDXZ @40059 NONAME ?Class@GCC_RegistryAllocateHandleRequest@@SAPBDXZ @40060 NONAME ?Class@GCC_RegistryAllocateHandleResponse@@SAPBDXZ @40061 NONAME ?Class@GCC_RegistryAllocateHandleResponse_result@@SAPBDXZ @40062 NONAME ?Class@GCC_RegistryAssignTokenRequest@@SAPBDXZ @40063 NONAME ?Class@GCC_RegistryDeleteEntryRequest@@SAPBDXZ @40064 NONAME ?Class@GCC_RegistryEntryOwner@@SAPBDXZ @40065 NONAME ?Class@GCC_RegistryEntryOwner_owned@@SAPBDXZ @40066 NONAME ?Class@GCC_RegistryItem@@SAPBDXZ @40067 NONAME ?Class@GCC_RegistryKey@@SAPBDXZ @40068 NONAME ?Class@GCC_RegistryModificationRights@@SAPBDXZ @40069 NONAME ?Class@GCC_RegistryMonitorEntryIndication@@SAPBDXZ @40070 NONAME ?Class@GCC_RegistryMonitorEntryRequest@@SAPBDXZ @40071 NONAME ?Class@GCC_RegistryRegisterChannelRequest@@SAPBDXZ @40072 NONAME ?Class@GCC_RegistryResponse@@SAPBDXZ @40073 NONAME ?Class@GCC_RegistryResponse_primitiveType@@SAPBDXZ @40074 NONAME ?Class@GCC_RegistryResponse_result@@SAPBDXZ @40075 NONAME ?Class@GCC_RegistryRetrieveEntryRequest@@SAPBDXZ @40076 NONAME ?Class@GCC_RegistrySetParameterRequest@@SAPBDXZ @40077 NONAME ?Class@GCC_RequestPDU@@SAPBDXZ @40078 NONAME ?Class@GCC_ResponsePDU@@SAPBDXZ @40079 NONAME ?Class@GCC_RosterUpdateIndication@@SAPBDXZ @40080 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation@@SAPBDXZ @40081 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype@@SAPBDXZ @40082 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@SAPBDXZ @40083 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@SAPBDXZ @40084 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@SAPBDXZ @40085 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@SAPBDXZ @40086 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@SAPBDXZ @40087 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@SAPBDXZ @40088 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@SAPBDXZ @40089 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@SAPBDXZ @40090 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@SAPBDXZ @40091 NONAME ?Class@GCC_RosterUpdateIndication_nodeInformation@@SAPBDXZ @40092 NONAME ?Class@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@SAPBDXZ @40093 NONAME ?Class@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@SAPBDXZ @40094 NONAME ?Class@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@SAPBDXZ @40095 NONAME ?Class@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@SAPBDXZ @40096 NONAME ?Class@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@SAPBDXZ @40097 NONAME ?Class@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@SAPBDXZ @40098 NONAME ?Class@GCC_SessionKey@@SAPBDXZ @40099 NONAME ?Class@GCC_SimpleNumericString@@SAPBDXZ @40100 NONAME ?Class@GCC_SimpleTextString@@SAPBDXZ @40101 NONAME ?Class@GCC_StaticChannelID@@SAPBDXZ @40102 NONAME ?Class@GCC_StaticTokenID@@SAPBDXZ @40103 NONAME ?Class@GCC_SubAddressString@@SAPBDXZ @40104 NONAME ?Class@GCC_TerminationMethod@@SAPBDXZ @40105 NONAME ?Class@GCC_TextMessageIndication@@SAPBDXZ @40106 NONAME ?Class@GCC_TextString@@SAPBDXZ @40107 NONAME ?Class@GCC_Time@@SAPBDXZ @40108 NONAME ?Class@GCC_TokenID@@SAPBDXZ @40109 NONAME ?Class@GCC_UserData@@SAPBDXZ @40110 NONAME ?Class@GCC_UserData_subtype@@SAPBDXZ @40111 NONAME ?Class@GCC_UserID@@SAPBDXZ @40112 NONAME ?Class@GCC_UserIDIndication@@SAPBDXZ @40113 NONAME ?Class@H225CallThread@@SAPBDXZ @40114 NONAME ?Class@H225TransportThread@@SAPBDXZ @40115 NONAME ?Class@H225_AddressPattern@@SAPBDXZ @40116 NONAME ?Class@H225_AddressPattern_range@@SAPBDXZ @40117 NONAME ?Class@H225_AdmissionConfirm@@SAPBDXZ @40118 NONAME ?Class@H225_AdmissionConfirm_language@@SAPBDXZ @40119 NONAME ?Class@H225_AdmissionReject@@SAPBDXZ @40120 NONAME ?Class@H225_AdmissionRejectReason@@SAPBDXZ @40121 NONAME ?Class@H225_AdmissionRequest@@SAPBDXZ @40122 NONAME ?Class@H225_Alerting_UUIE@@SAPBDXZ @40123 NONAME ?Class@H225_AliasAddress@@SAPBDXZ @40124 NONAME ?Class@H225_AlternateGK@@SAPBDXZ @40125 NONAME ?Class@H225_AlternateTransportAddresses@@SAPBDXZ @40126 NONAME ?Class@H225_AltGKInfo@@SAPBDXZ @40127 NONAME ?Class@H225_ANSI_41_UIM@@SAPBDXZ @40128 NONAME ?Class@H225_ANSI_41_UIM_system_id@@SAPBDXZ @40129 NONAME ?Class@H225_ArrayOf_AddressPattern@@SAPBDXZ @40130 NONAME ?Class@H225_ArrayOf_AdmissionConfirm@@SAPBDXZ @40131 NONAME ?Class@H225_ArrayOf_AliasAddress@@SAPBDXZ @40132 NONAME ?Class@H225_ArrayOf_AlternateGK@@SAPBDXZ @40133 NONAME ?Class@H225_ArrayOf_AuthenticationMechanism@@SAPBDXZ @40134 NONAME ?Class@H225_ArrayOf_BandwidthDetails@@SAPBDXZ @40135 NONAME ?Class@H225_ArrayOf_CallReferenceValue@@SAPBDXZ @40136 NONAME ?Class@H225_ArrayOf_CallsAvailable@@SAPBDXZ @40137 NONAME ?Class@H225_ArrayOf_ClearToken@@SAPBDXZ @40138 NONAME ?Class@H225_ArrayOf_ConferenceIdentifier@@SAPBDXZ @40139 NONAME ?Class@H225_ArrayOf_ConferenceList@@SAPBDXZ @40140 NONAME ?Class@H225_ArrayOf_CryptoH323Token@@SAPBDXZ @40141 NONAME ?Class@H225_ArrayOf_DataRate@@SAPBDXZ @40142 NONAME ?Class@H225_ArrayOf_Endpoint@@SAPBDXZ @40143 NONAME ?Class@H225_ArrayOf_EnumeratedParameter@@SAPBDXZ @40144 NONAME ?Class@H225_ArrayOf_ExtendedAliasAddress@@SAPBDXZ @40145 NONAME ?Class@H225_ArrayOf_FeatureDescriptor@@SAPBDXZ @40146 NONAME ?Class@H225_ArrayOf_GenericData@@SAPBDXZ @40147 NONAME ?Class@H225_ArrayOf_H245Security@@SAPBDXZ @40148 NONAME ?Class@H225_ArrayOf_H248PackagesDescriptor@@SAPBDXZ @40149 NONAME ?Class@H225_ArrayOf_IntegrityMechanism@@SAPBDXZ @40150 NONAME ?Class@H225_ArrayOf_NonStandardParameter@@SAPBDXZ @40151 NONAME ?Class@H225_ArrayOf_PartyNumber@@SAPBDXZ @40152 NONAME ?Class@H225_ArrayOf_PASN_ObjectId@@SAPBDXZ @40153 NONAME ?Class@H225_ArrayOf_PASN_OctetString@@SAPBDXZ @40154 NONAME ?Class@H225_ArrayOf_RasUsageSpecification@@SAPBDXZ @40155 NONAME ?Class@H225_ArrayOf_RTPSession@@SAPBDXZ @40156 NONAME ?Class@H225_ArrayOf_ServiceControlSession@@SAPBDXZ @40157 NONAME ?Class@H225_ArrayOf_SupportedPrefix@@SAPBDXZ @40158 NONAME ?Class@H225_ArrayOf_SupportedProtocols@@SAPBDXZ @40159 NONAME ?Class@H225_ArrayOf_TransportAddress@@SAPBDXZ @40160 NONAME ?Class@H225_ArrayOf_TransportChannelInfo@@SAPBDXZ @40161 NONAME ?Class@H225_ArrayOf_TunnelledProtocol@@SAPBDXZ @40162 NONAME ?Class@H225_BandRejectReason@@SAPBDXZ @40163 NONAME ?Class@H225_BandWidth@@SAPBDXZ @40164 NONAME ?Class@H225_BandwidthConfirm@@SAPBDXZ @40165 NONAME ?Class@H225_BandwidthDetails@@SAPBDXZ @40166 NONAME ?Class@H225_BandwidthReject@@SAPBDXZ @40167 NONAME ?Class@H225_BandwidthRequest@@SAPBDXZ @40168 NONAME ?Class@H225_CallCapacity@@SAPBDXZ @40169 NONAME ?Class@H225_CallCapacityInfo@@SAPBDXZ @40170 NONAME ?Class@H225_CallCreditCapability@@SAPBDXZ @40171 NONAME ?Class@H225_CallCreditServiceControl@@SAPBDXZ @40172 NONAME ?Class@H225_CallCreditServiceControl_billingMode@@SAPBDXZ @40173 NONAME ?Class@H225_CallCreditServiceControl_callStartingPoint@@SAPBDXZ @40174 NONAME ?Class@H225_CallIdentifier@@SAPBDXZ @40175 NONAME ?Class@H225_CallLinkage@@SAPBDXZ @40176 NONAME ?Class@H225_CallModel@@SAPBDXZ @40177 NONAME ?Class@H225_CallProceeding_UUIE@@SAPBDXZ @40178 NONAME ?Class@H225_CallReferenceValue@@SAPBDXZ @40179 NONAME ?Class@H225_CallsAvailable@@SAPBDXZ @40180 NONAME ?Class@H225_CallTerminationCause@@SAPBDXZ @40181 NONAME ?Class@H225_CallType@@SAPBDXZ @40182 NONAME ?Class@H225_CapacityReportingCapability@@SAPBDXZ @40183 NONAME ?Class@H225_CapacityReportingSpecification@@SAPBDXZ @40184 NONAME ?Class@H225_CapacityReportingSpecification_when@@SAPBDXZ @40185 NONAME ?Class@H225_CarrierInfo@@SAPBDXZ @40186 NONAME ?Class@H225_CicInfo@@SAPBDXZ @40187 NONAME ?Class@H225_CicInfo_cic@@SAPBDXZ @40188 NONAME ?Class@H225_CircuitIdentifier@@SAPBDXZ @40189 NONAME ?Class@H225_CircuitInfo@@SAPBDXZ @40190 NONAME ?Class@H225_ConferenceIdentifier@@SAPBDXZ @40191 NONAME ?Class@H225_ConferenceList@@SAPBDXZ @40192 NONAME ?Class@H225_Connect_UUIE@@SAPBDXZ @40193 NONAME ?Class@H225_Connect_UUIE_language@@SAPBDXZ @40194 NONAME ?Class@H225_Content@@SAPBDXZ @40195 NONAME ?Class@H225_CryptoH323Token@@SAPBDXZ @40196 NONAME ?Class@H225_CryptoH323Token_cryptoEPPwdHash@@SAPBDXZ @40197 NONAME ?Class@H225_CryptoH323Token_cryptoGKPwdHash@@SAPBDXZ @40198 NONAME ?Class@H225_DataRate@@SAPBDXZ @40199 NONAME ?Class@H225_DisengageConfirm@@SAPBDXZ @40200 NONAME ?Class@H225_DisengageReason@@SAPBDXZ @40201 NONAME ?Class@H225_DisengageReject@@SAPBDXZ @40202 NONAME ?Class@H225_DisengageRejectReason@@SAPBDXZ @40203 NONAME ?Class@H225_DisengageRequest@@SAPBDXZ @40204 NONAME ?Class@H225_EncodedFastStartToken@@SAPBDXZ @40205 NONAME ?Class@H225_EncryptIntAlg@@SAPBDXZ @40206 NONAME ?Class@H225_Endpoint@@SAPBDXZ @40207 NONAME ?Class@H225_EndpointIdentifier@@SAPBDXZ @40208 NONAME ?Class@H225_EndpointType@@SAPBDXZ @40209 NONAME ?Class@H225_EnumeratedParameter@@SAPBDXZ @40210 NONAME ?Class@H225_ExtendedAliasAddress@@SAPBDXZ @40211 NONAME ?Class@H225_FacilityReason@@SAPBDXZ @40212 NONAME ?Class@H225_Facility_UUIE@@SAPBDXZ @40213 NONAME ?Class@H225_FastStartToken@@SAPBDXZ @40214 NONAME ?Class@H225_FeatureDescriptor@@SAPBDXZ @40215 NONAME ?Class@H225_FeatureSet@@SAPBDXZ @40216 NONAME ?Class@H225_GatekeeperConfirm@@SAPBDXZ @40217 NONAME ?Class@H225_GatekeeperIdentifier@@SAPBDXZ @40218 NONAME ?Class@H225_GatekeeperInfo@@SAPBDXZ @40219 NONAME ?Class@H225_GatekeeperReject@@SAPBDXZ @40220 NONAME ?Class@H225_GatekeeperRejectReason@@SAPBDXZ @40221 NONAME ?Class@H225_GatekeeperRequest@@SAPBDXZ @40222 NONAME ?Class@H225_GatewayInfo@@SAPBDXZ @40223 NONAME ?Class@H225_GenericData@@SAPBDXZ @40224 NONAME ?Class@H225_GenericIdentifier@@SAPBDXZ @40225 NONAME ?Class@H225_GloballyUniqueID@@SAPBDXZ @40226 NONAME ?Class@H225_GroupID@@SAPBDXZ @40227 NONAME ?Class@H225_GroupID_member@@SAPBDXZ @40228 NONAME ?Class@H225_GSM_UIM@@SAPBDXZ @40229 NONAME ?Class@H225_H221NonStandard@@SAPBDXZ @40230 NONAME ?Class@H225_H245Security@@SAPBDXZ @40231 NONAME ?Class@H225_H248PackagesDescriptor@@SAPBDXZ @40232 NONAME ?Class@H225_H248SignalsDescriptor@@SAPBDXZ @40233 NONAME ?Class@H225_H310Caps@@SAPBDXZ @40234 NONAME ?Class@H225_H320Caps@@SAPBDXZ @40235 NONAME ?Class@H225_H321Caps@@SAPBDXZ @40236 NONAME ?Class@H225_H322Caps@@SAPBDXZ @40237 NONAME ?Class@H225_H323Caps@@SAPBDXZ @40238 NONAME ?Class@H225_H323_UserInformation@@SAPBDXZ @40239 NONAME ?Class@H225_H323_UserInformation_user_data@@SAPBDXZ @40240 NONAME ?Class@H225_H323_UU_PDU@@SAPBDXZ @40241 NONAME ?Class@H225_H323_UU_PDU_h323_message_body@@SAPBDXZ @40242 NONAME ?Class@H225_H323_UU_PDU_tunnelledSignallingMessage@@SAPBDXZ @40243 NONAME ?Class@H225_H324Caps@@SAPBDXZ @40244 NONAME ?Class@H225_ICV@@SAPBDXZ @40245 NONAME ?Class@H225_InfoRequest@@SAPBDXZ @40246 NONAME ?Class@H225_InfoRequestAck@@SAPBDXZ @40247 NONAME ?Class@H225_InfoRequestNak@@SAPBDXZ @40248 NONAME ?Class@H225_InfoRequestNakReason@@SAPBDXZ @40249 NONAME ?Class@H225_InfoRequestResponse@@SAPBDXZ @40250 NONAME ?Class@H225_InfoRequestResponseStatus@@SAPBDXZ @40251 NONAME ?Class@H225_InfoRequestResponse_perCallInfo@@SAPBDXZ @40252 NONAME ?Class@H225_InfoRequestResponse_perCallInfo_subtype@@SAPBDXZ @40253 NONAME ?Class@H225_InfoRequestResponse_perCallInfo_subtype_pdu@@SAPBDXZ @40254 NONAME ?Class@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@SAPBDXZ @40255 NONAME ?Class@H225_Information_UUIE@@SAPBDXZ @40256 NONAME ?Class@H225_IntegrityMechanism@@SAPBDXZ @40257 NONAME ?Class@H225_LocationConfirm@@SAPBDXZ @40258 NONAME ?Class@H225_LocationReject@@SAPBDXZ @40259 NONAME ?Class@H225_LocationRejectReason@@SAPBDXZ @40260 NONAME ?Class@H225_LocationRequest@@SAPBDXZ @40261 NONAME ?Class@H225_McuInfo@@SAPBDXZ @40262 NONAME ?Class@H225_MobileUIM@@SAPBDXZ @40263 NONAME ?Class@H225_NonIsoIntegrityMechanism@@SAPBDXZ @40264 NONAME ?Class@H225_NonStandardIdentifier@@SAPBDXZ @40265 NONAME ?Class@H225_NonStandardMessage@@SAPBDXZ @40266 NONAME ?Class@H225_NonStandardParameter@@SAPBDXZ @40267 NONAME ?Class@H225_NonStandardProtocol@@SAPBDXZ @40268 NONAME ?Class@H225_Notify_UUIE@@SAPBDXZ @40269 NONAME ?Class@H225_NumberDigits@@SAPBDXZ @40270 NONAME ?Class@H225_PartyNumber@@SAPBDXZ @40271 NONAME ?Class@H225_PresentationIndicator@@SAPBDXZ @40272 NONAME ?Class@H225_PrivatePartyNumber@@SAPBDXZ @40273 NONAME ?Class@H225_PrivateTypeOfNumber@@SAPBDXZ @40274 NONAME ?Class@H225_Progress_UUIE@@SAPBDXZ @40275 NONAME ?Class@H225_ProtocolIdentifier@@SAPBDXZ @40276 NONAME ?Class@H225_PublicPartyNumber@@SAPBDXZ @40277 NONAME ?Class@H225_PublicTypeOfNumber@@SAPBDXZ @40278 NONAME ?Class@H225_Q954Details@@SAPBDXZ @40279 NONAME ?Class@H225_QseriesOptions@@SAPBDXZ @40280 NONAME ?Class@H225_RAS@@SAPBDXZ @40281 NONAME ?Class@H225_RasMessage@@SAPBDXZ @40282 NONAME ?Class@H225_RasUsageInformation@@SAPBDXZ @40283 NONAME ?Class@H225_RasUsageInfoTypes@@SAPBDXZ @40284 NONAME ?Class@H225_RasUsageSpecification@@SAPBDXZ @40285 NONAME ?Class@H225_RasUsageSpecification_callStartingPoint@@SAPBDXZ @40286 NONAME ?Class@H225_RasUsageSpecification_when@@SAPBDXZ @40287 NONAME ?Class@H225_RegistrationConfirm@@SAPBDXZ @40288 NONAME ?Class@H225_RegistrationConfirm_preGrantedARQ@@SAPBDXZ @40289 NONAME ?Class@H225_RegistrationReject@@SAPBDXZ @40290 NONAME ?Class@H225_RegistrationRejectReason@@SAPBDXZ @40291 NONAME ?Class@H225_RegistrationRejectReason_invalidTerminalAliases@@SAPBDXZ @40292 NONAME ?Class@H225_RegistrationRequest@@SAPBDXZ @40293 NONAME ?Class@H225_ReleaseCompleteReason@@SAPBDXZ @40294 NONAME ?Class@H225_ReleaseComplete_UUIE@@SAPBDXZ @40295 NONAME ?Class@H225_RequestInProgress@@SAPBDXZ @40296 NONAME ?Class@H225_RequestSeqNum@@SAPBDXZ @40297 NONAME ?Class@H225_ResourcesAvailableConfirm@@SAPBDXZ @40298 NONAME ?Class@H225_ResourcesAvailableIndicate@@SAPBDXZ @40299 NONAME ?Class@H225_RTPSession@@SAPBDXZ @40300 NONAME ?Class@H225_RTPSession_associatedSessionIds@@SAPBDXZ @40301 NONAME ?Class@H225_ScnConnectionAggregation@@SAPBDXZ @40302 NONAME ?Class@H225_ScnConnectionType@@SAPBDXZ @40303 NONAME ?Class@H225_ScreeningIndicator@@SAPBDXZ @40304 NONAME ?Class@H225_SecurityCapabilities@@SAPBDXZ @40305 NONAME ?Class@H225_SecurityErrors2@@SAPBDXZ @40306 NONAME ?Class@H225_SecurityErrors@@SAPBDXZ @40307 NONAME ?Class@H225_SecurityServiceMode@@SAPBDXZ @40308 NONAME ?Class@H225_ServiceControlDescriptor@@SAPBDXZ @40309 NONAME ?Class@H225_ServiceControlIndication@@SAPBDXZ @40310 NONAME ?Class@H225_ServiceControlIndication_callSpecific@@SAPBDXZ @40311 NONAME ?Class@H225_ServiceControlResponse@@SAPBDXZ @40312 NONAME ?Class@H225_ServiceControlResponse_result@@SAPBDXZ @40313 NONAME ?Class@H225_ServiceControlSession@@SAPBDXZ @40314 NONAME ?Class@H225_ServiceControlSession_reason@@SAPBDXZ @40315 NONAME ?Class@H225_SetupAcknowledge_UUIE@@SAPBDXZ @40316 NONAME ?Class@H225_Setup_UUIE@@SAPBDXZ @40317 NONAME ?Class@H225_Setup_UUIE_conferenceGoal@@SAPBDXZ @40318 NONAME ?Class@H225_Setup_UUIE_connectionParameters@@SAPBDXZ @40319 NONAME ?Class@H225_Setup_UUIE_language@@SAPBDXZ @40320 NONAME ?Class@H225_SIPCaps@@SAPBDXZ @40321 NONAME ?Class@H225_StatusInquiry_UUIE@@SAPBDXZ @40322 NONAME ?Class@H225_Status_UUIE@@SAPBDXZ @40323 NONAME ?Class@H225_StimulusControl@@SAPBDXZ @40324 NONAME ?Class@H225_SupportedPrefix@@SAPBDXZ @40325 NONAME ?Class@H225_SupportedProtocols@@SAPBDXZ @40326 NONAME ?Class@H225_T120OnlyCaps@@SAPBDXZ @40327 NONAME ?Class@H225_T38FaxAnnexbOnlyCaps@@SAPBDXZ @40328 NONAME ?Class@H225_TBCD_STRING@@SAPBDXZ @40329 NONAME ?Class@H225_TerminalInfo@@SAPBDXZ @40330 NONAME ?Class@H225_TimeToLive@@SAPBDXZ @40331 NONAME ?Class@H225_TransportAddress@@SAPBDXZ @40332 NONAME ?Class@H225_TransportAddress_ip6Address@@SAPBDXZ @40333 NONAME ?Class@H225_TransportAddress_ipAddress@@SAPBDXZ @40334 NONAME ?Class@H225_TransportAddress_ipSourceRoute@@SAPBDXZ @40335 NONAME ?Class@H225_TransportAddress_ipSourceRoute_route@@SAPBDXZ @40336 NONAME ?Class@H225_TransportAddress_ipSourceRoute_routing@@SAPBDXZ @40337 NONAME ?Class@H225_TransportAddress_ipxAddress@@SAPBDXZ @40338 NONAME ?Class@H225_TransportChannelInfo@@SAPBDXZ @40339 NONAME ?Class@H225_TransportQOS@@SAPBDXZ @40340 NONAME ?Class@H225_TunnelledProtocol@@SAPBDXZ @40341 NONAME ?Class@H225_TunnelledProtocolAlternateIdentifier@@SAPBDXZ @40342 NONAME ?Class@H225_TunnelledProtocol_id@@SAPBDXZ @40343 NONAME ?Class@H225_UnknownMessageResponse@@SAPBDXZ @40344 NONAME ?Class@H225_UnregistrationConfirm@@SAPBDXZ @40345 NONAME ?Class@H225_UnregistrationReject@@SAPBDXZ @40346 NONAME ?Class@H225_UnregistrationRequest@@SAPBDXZ @40347 NONAME ?Class@H225_UnregRejectReason@@SAPBDXZ @40348 NONAME ?Class@H225_UnregRequestReason@@SAPBDXZ @40349 NONAME ?Class@H225_UseSpecifiedTransport@@SAPBDXZ @40350 NONAME ?Class@H225_UUIEsRequested@@SAPBDXZ @40351 NONAME ?Class@H225_VendorIdentifier@@SAPBDXZ @40352 NONAME ?Class@H225_VoiceCaps@@SAPBDXZ @40353 NONAME ?Class@H235AuthCAT@@SAPBDXZ @40354 NONAME ?Class@H235Authenticator@@SAPBDXZ @40355 NONAME ?Class@H235Authenticators@@SAPBDXZ @40356 NONAME ?Class@H235AuthProcedure1@@SAPBDXZ @40357 NONAME ?Class@H235AuthSimpleMD5@@SAPBDXZ @40358 NONAME ?Class@H235_AuthenticationBES@@SAPBDXZ @40359 NONAME ?Class@H235_AuthenticationMechanism@@SAPBDXZ @40360 NONAME ?Class@H235_ChallengeString@@SAPBDXZ @40361 NONAME ?Class@H235_ClearToken@@SAPBDXZ @40362 NONAME ?Class@H235_CryptoToken@@SAPBDXZ @40363 NONAME ?Class@H235_CryptoToken_cryptoEncryptedToken@@SAPBDXZ @40364 NONAME ?Class@H235_CryptoToken_cryptoHashedToken@@SAPBDXZ @40365 NONAME ?Class@H235_CryptoToken_cryptoSignedToken@@SAPBDXZ @40366 NONAME ?Class@H235_DHset@@SAPBDXZ @40367 NONAME ?Class@H235_ECGDSASignature@@SAPBDXZ @40368 NONAME ?Class@H235_ECKASDH@@SAPBDXZ @40369 NONAME ?Class@H235_ECKASDH_eckasdh2@@SAPBDXZ @40370 NONAME ?Class@H235_ECKASDH_eckasdhp@@SAPBDXZ @40371 NONAME ?Class@H235_ECpoint@@SAPBDXZ @40372 NONAME ?Class@H235_EncodedGeneralToken@@SAPBDXZ @40373 NONAME ?Class@H235_EncodedKeySignedMaterial@@SAPBDXZ @40374 NONAME ?Class@H235_EncodedKeySyncMaterial@@SAPBDXZ @40375 NONAME ?Class@H235_EncodedPwdCertToken@@SAPBDXZ @40376 NONAME ?Class@H235_EncodedReturnSig@@SAPBDXZ @40377 NONAME ?Class@H235_H235CertificateSignature@@SAPBDXZ @40378 NONAME ?Class@H235_H235Key@@SAPBDXZ @40379 NONAME ?Class@H235_Identifier@@SAPBDXZ @40380 NONAME ?Class@H235_IV16@@SAPBDXZ @40381 NONAME ?Class@H235_IV8@@SAPBDXZ @40382 NONAME ?Class@H235_KeyMaterial@@SAPBDXZ @40383 NONAME ?Class@H235_KeySignedMaterial@@SAPBDXZ @40384 NONAME ?Class@H235_KeySyncMaterial@@SAPBDXZ @40385 NONAME ?Class@H235_NonStandardParameter@@SAPBDXZ @40386 NONAME ?Class@H235_Params@@SAPBDXZ @40387 NONAME ?Class@H235_Password@@SAPBDXZ @40388 NONAME ?Class@H235_PwdCertToken@@SAPBDXZ @40389 NONAME ?Class@H235_RandomVal@@SAPBDXZ @40390 NONAME ?Class@H235_ReturnSig@@SAPBDXZ @40391 NONAME ?Class@H235_TimeStamp@@SAPBDXZ @40392 NONAME ?Class@H235_TypedCertificate@@SAPBDXZ @40393 NONAME ?Class@H235_V3KeySyncMaterial@@SAPBDXZ @40394 NONAME ?Class@H245NegLogicalChannel@@SAPBDXZ @40395 NONAME ?Class@H245NegLogicalChannels@@SAPBDXZ @40396 NONAME ?Class@H245NegMasterSlaveDetermination@@SAPBDXZ @40397 NONAME ?Class@H245Negotiator@@SAPBDXZ @40398 NONAME ?Class@H245NegRequestMode@@SAPBDXZ @40399 NONAME ?Class@H245NegRoundTripDelay@@SAPBDXZ @40400 NONAME ?Class@H245NegTerminalCapabilitySet@@SAPBDXZ @40401 NONAME ?Class@H245TransportThread@@SAPBDXZ @40402 NONAME ?Class@H245_AlternativeCapabilitySet@@SAPBDXZ @40403 NONAME ?Class@H245_ArrayOf_AlternativeCapabilitySet@@SAPBDXZ @40404 NONAME ?Class@H245_ArrayOf_BEnhancementParameters@@SAPBDXZ @40405 NONAME ?Class@H245_ArrayOf_CapabilityDescriptor@@SAPBDXZ @40406 NONAME ?Class@H245_ArrayOf_CapabilityDescriptorNumber@@SAPBDXZ @40407 NONAME ?Class@H245_ArrayOf_CapabilityTableEntry@@SAPBDXZ @40408 NONAME ?Class@H245_ArrayOf_CapabilityTableEntryNumber@@SAPBDXZ @40409 NONAME ?Class@H245_ArrayOf_CommunicationModeTableEntry@@SAPBDXZ @40410 NONAME ?Class@H245_ArrayOf_CustomPictureClockFrequency@@SAPBDXZ @40411 NONAME ?Class@H245_ArrayOf_CustomPictureFormat@@SAPBDXZ @40412 NONAME ?Class@H245_ArrayOf_DataApplicationCapability@@SAPBDXZ @40413 NONAME ?Class@H245_ArrayOf_DialingInformationNetworkType@@SAPBDXZ @40414 NONAME ?Class@H245_ArrayOf_DialingInformationNumber@@SAPBDXZ @40415 NONAME ?Class@H245_ArrayOf_EnhancementOptions@@SAPBDXZ @40416 NONAME ?Class@H245_ArrayOf_EscrowData@@SAPBDXZ @40417 NONAME ?Class@H245_ArrayOf_GenericCapability@@SAPBDXZ @44305 NONAME ?Class@H245_ArrayOf_GenericParameter@@SAPBDXZ @40418 NONAME ?Class@H245_ArrayOf_H263ModeComboFlags@@SAPBDXZ @40419 NONAME ?Class@H245_ArrayOf_H263VideoModeCombos@@SAPBDXZ @40420 NONAME ?Class@H245_ArrayOf_MediaChannelCapability@@SAPBDXZ @40421 NONAME ?Class@H245_ArrayOf_MediaDistributionCapability@@SAPBDXZ @40422 NONAME ?Class@H245_ArrayOf_ModeDescription@@SAPBDXZ @40423 NONAME ?Class@H245_ArrayOf_MultiplePayloadStreamElement@@SAPBDXZ @40424 NONAME ?Class@H245_ArrayOf_MultiplePayloadStreamElementMode@@SAPBDXZ @40425 NONAME ?Class@H245_ArrayOf_MultiplexElement@@SAPBDXZ @40426 NONAME ?Class@H245_ArrayOf_MultiplexEntryDescriptor@@SAPBDXZ @40427 NONAME ?Class@H245_ArrayOf_MultiplexEntryRejectionDescriptions@@SAPBDXZ @40428 NONAME ?Class@H245_ArrayOf_MultiplexTableEntryNumber@@SAPBDXZ @40429 NONAME ?Class@H245_ArrayOf_NonStandardParameter@@SAPBDXZ @40430 NONAME ?Class@H245_ArrayOf_ParameterIdentifier@@SAPBDXZ @40431 NONAME ?Class@H245_ArrayOf_PictureReference@@SAPBDXZ @40432 NONAME ?Class@H245_ArrayOf_Q2931Address@@SAPBDXZ @40433 NONAME ?Class@H245_ArrayOf_QOSCapability@@SAPBDXZ @40434 NONAME ?Class@H245_ArrayOf_RedundancyEncodingCapability@@SAPBDXZ @40435 NONAME ?Class@H245_ArrayOf_RedundancyEncodingDTModeElement@@SAPBDXZ @40436 NONAME ?Class@H245_ArrayOf_RedundancyEncodingElement@@SAPBDXZ @40437 NONAME ?Class@H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@SAPBDXZ @40438 NONAME ?Class@H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@SAPBDXZ @40439 NONAME ?Class@H245_ArrayOf_RTPPayloadType@@SAPBDXZ @40440 NONAME ?Class@H245_ArrayOf_TerminalInformation@@SAPBDXZ @40441 NONAME ?Class@H245_ArrayOf_TerminalLabel@@SAPBDXZ @40442 NONAME ?Class@H245_ArrayOf_VCCapability@@SAPBDXZ @40443 NONAME ?Class@H245_ArrayOf_VideoCapability@@SAPBDXZ @44306 NONAME ?Class@H245_ATMParameters@@SAPBDXZ @40444 NONAME ?Class@H245_AudioCapability@@SAPBDXZ @40445 NONAME ?Class@H245_AudioCapability_g7231@@SAPBDXZ @40446 NONAME ?Class@H245_AudioMode@@SAPBDXZ @40447 NONAME ?Class@H245_AudioMode_g7231@@SAPBDXZ @40448 NONAME ?Class@H245_AudioTelephonyEventCapability@@SAPBDXZ @40449 NONAME ?Class@H245_AudioToneCapability@@SAPBDXZ @40450 NONAME ?Class@H245_AuthenticationCapability@@SAPBDXZ @40451 NONAME ?Class@H245_BEnhancementParameters@@SAPBDXZ @40452 NONAME ?Class@H245_Capability@@SAPBDXZ @40453 NONAME ?Class@H245_CapabilityDescriptor@@SAPBDXZ @40454 NONAME ?Class@H245_CapabilityDescriptorNumber@@SAPBDXZ @40455 NONAME ?Class@H245_CapabilityIdentifier@@SAPBDXZ @40456 NONAME ?Class@H245_CapabilityTableEntry@@SAPBDXZ @40457 NONAME ?Class@H245_CapabilityTableEntryNumber@@SAPBDXZ @40458 NONAME ?Class@H245_Capability_h233EncryptionReceiveCapability@@SAPBDXZ @40459 NONAME ?Class@H245_CertSelectionCriteria@@SAPBDXZ @40460 NONAME ?Class@H245_CloseLogicalChannel@@SAPBDXZ @40461 NONAME ?Class@H245_CloseLogicalChannelAck@@SAPBDXZ @40462 NONAME ?Class@H245_CloseLogicalChannel_reason@@SAPBDXZ @40463 NONAME ?Class@H245_CloseLogicalChannel_source@@SAPBDXZ @40464 NONAME ?Class@H245_CommandMessage@@SAPBDXZ @40465 NONAME ?Class@H245_CommunicationModeCommand@@SAPBDXZ @40466 NONAME ?Class@H245_CommunicationModeRequest@@SAPBDXZ @40467 NONAME ?Class@H245_CommunicationModeResponse@@SAPBDXZ @40468 NONAME ?Class@H245_CommunicationModeTableEntry@@SAPBDXZ @40469 NONAME ?Class@H245_CommunicationModeTableEntry_dataType@@SAPBDXZ @40470 NONAME ?Class@H245_CompressionType@@SAPBDXZ @40471 NONAME ?Class@H245_ConferenceCapability@@SAPBDXZ @40472 NONAME ?Class@H245_ConferenceCommand@@SAPBDXZ @40473 NONAME ?Class@H245_ConferenceID@@SAPBDXZ @40474 NONAME ?Class@H245_ConferenceIndication@@SAPBDXZ @40475 NONAME ?Class@H245_ConferenceRequest@@SAPBDXZ @40476 NONAME ?Class@H245_ConferenceRequest_requestTerminalCertificate@@SAPBDXZ @40477 NONAME ?Class@H245_ConferenceResponse@@SAPBDXZ @40478 NONAME ?Class@H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@SAPBDXZ @40479 NONAME ?Class@H245_ConferenceResponse_chairTokenOwnerResponse@@SAPBDXZ @40480 NONAME ?Class@H245_ConferenceResponse_conferenceIDResponse@@SAPBDXZ @40481 NONAME ?Class@H245_ConferenceResponse_extensionAddressResponse@@SAPBDXZ @40482 NONAME ?Class@H245_ConferenceResponse_makeMeChairResponse@@SAPBDXZ @40483 NONAME ?Class@H245_ConferenceResponse_makeTerminalBroadcasterResponse@@SAPBDXZ @40484 NONAME ?Class@H245_ConferenceResponse_mCTerminalIDResponse@@SAPBDXZ @40485 NONAME ?Class@H245_ConferenceResponse_passwordResponse@@SAPBDXZ @40486 NONAME ?Class@H245_ConferenceResponse_sendThisSourceResponse@@SAPBDXZ @40487 NONAME ?Class@H245_ConferenceResponse_terminalCertificateResponse@@SAPBDXZ @40488 NONAME ?Class@H245_ConferenceResponse_terminalIDResponse@@SAPBDXZ @40489 NONAME ?Class@H245_ConnectionIdentifier@@SAPBDXZ @40490 NONAME ?Class@H245_CRCLength@@SAPBDXZ @40491 NONAME ?Class@H245_Criteria@@SAPBDXZ @40492 NONAME ?Class@H245_CustomPictureClockFrequency@@SAPBDXZ @40493 NONAME ?Class@H245_CustomPictureFormat@@SAPBDXZ @40494 NONAME ?Class@H245_CustomPictureFormat_mPI@@SAPBDXZ @40495 NONAME ?Class@H245_CustomPictureFormat_mPI_customPCF@@SAPBDXZ @40496 NONAME ?Class@H245_CustomPictureFormat_mPI_customPCF_subtype@@SAPBDXZ @40497 NONAME ?Class@H245_CustomPictureFormat_pixelAspectInformation@@SAPBDXZ @40498 NONAME ?Class@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@SAPBDXZ @40499 NONAME ?Class@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@SAPBDXZ @40500 NONAME ?Class@H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@SAPBDXZ @40501 NONAME ?Class@H245_DataApplicationCapability@@SAPBDXZ @40502 NONAME ?Class@H245_DataApplicationCapability_application@@SAPBDXZ @40503 NONAME ?Class@H245_DataApplicationCapability_application_nlpid@@SAPBDXZ @40504 NONAME ?Class@H245_DataApplicationCapability_application_t38fax@@SAPBDXZ @40505 NONAME ?Class@H245_DataApplicationCapability_application_t84@@SAPBDXZ @40506 NONAME ?Class@H245_DataMode@@SAPBDXZ @40507 NONAME ?Class@H245_DataMode_application@@SAPBDXZ @40508 NONAME ?Class@H245_DataMode_application_nlpid@@SAPBDXZ @40509 NONAME ?Class@H245_DataMode_application_t38fax@@SAPBDXZ @40510 NONAME ?Class@H245_DataProtocolCapability@@SAPBDXZ @40511 NONAME ?Class@H245_DataProtocolCapability_v76wCompression@@SAPBDXZ @40512 NONAME ?Class@H245_DataType@@SAPBDXZ @40513 NONAME ?Class@H245_DepFECCapability@@SAPBDXZ @44307 NONAME ?Class@H245_DepFECCapability_rfc2733@@SAPBDXZ @44308 NONAME ?Class@H245_DepFECCapability_rfc2733_separateStream@@SAPBDXZ @44309 NONAME ?Class@H245_DepFECData@@SAPBDXZ @44310 NONAME ?Class@H245_DepFECData_rfc2733@@SAPBDXZ @44311 NONAME ?Class@H245_DepFECData_rfc2733_mode@@SAPBDXZ @44312 NONAME ?Class@H245_DepFECData_rfc2733_mode_separateStream@@SAPBDXZ @44313 NONAME ?Class@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@SAPBDXZ @44314 NONAME ?Class@H245_DepFECData_rfc2733_mode_separateStream_samePort@@SAPBDXZ @44315 NONAME ?Class@H245_DepFECMode@@SAPBDXZ @44316 NONAME ?Class@H245_DepFECMode_rfc2733Mode@@SAPBDXZ @44317 NONAME ?Class@H245_DepFECMode_rfc2733Mode_mode@@SAPBDXZ @44318 NONAME ?Class@H245_DepFECMode_rfc2733Mode_mode_separateStream@@SAPBDXZ @44319 NONAME ?Class@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@SAPBDXZ @44320 NONAME ?Class@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@SAPBDXZ @44321 NONAME ?Class@H245_DialingInformation@@SAPBDXZ @40514 NONAME ?Class@H245_DialingInformationNetworkType@@SAPBDXZ @40515 NONAME ?Class@H245_DialingInformationNumber@@SAPBDXZ @40516 NONAME ?Class@H245_EncryptionAuthenticationAndIntegrity@@SAPBDXZ @40517 NONAME ?Class@H245_EncryptionCapability@@SAPBDXZ @40518 NONAME ?Class@H245_EncryptionCommand@@SAPBDXZ @40519 NONAME ?Class@H245_EncryptionCommand_encryptionAlgorithmID@@SAPBDXZ @40520 NONAME ?Class@H245_EncryptionMode@@SAPBDXZ @40521 NONAME ?Class@H245_EncryptionSync@@SAPBDXZ @40522 NONAME ?Class@H245_EncryptionUpdateDirection@@SAPBDXZ @44322 NONAME ?Class@H245_EncryptionUpdateRequest@@SAPBDXZ @40523 NONAME ?Class@H245_EndSessionCommand@@SAPBDXZ @40524 NONAME ?Class@H245_EndSessionCommand_gstnOptions@@SAPBDXZ @40525 NONAME ?Class@H245_EndSessionCommand_isdnOptions@@SAPBDXZ @40526 NONAME ?Class@H245_EnhancementLayerInfo@@SAPBDXZ @40527 NONAME ?Class@H245_EnhancementOptions@@SAPBDXZ @40528 NONAME ?Class@H245_EscrowData@@SAPBDXZ @40529 NONAME ?Class@H245_ExtendedVideoCapability@@SAPBDXZ @44323 NONAME ?Class@H245_FECCapability@@SAPBDXZ @40530 NONAME ?Class@H245_FECCapability_rfc2733Format@@SAPBDXZ @44324 NONAME ?Class@H245_FECData@@SAPBDXZ @40533 NONAME ?Class@H245_FECData_rfc2733@@SAPBDXZ @40534 NONAME ?Class@H245_FECData_rfc2733_pktMode@@SAPBDXZ @44325 NONAME ?Class@H245_FECData_rfc2733_pktMode_rfc2733diffport@@SAPBDXZ @44326 NONAME ?Class@H245_FECData_rfc2733_pktMode_rfc2733sameport@@SAPBDXZ @44327 NONAME ?Class@H245_FECMode@@SAPBDXZ @40539 NONAME ?Class@H245_FECMode_rfc2733Format@@SAPBDXZ @44328 NONAME ?Class@H245_FlowControlCommand@@SAPBDXZ @40545 NONAME ?Class@H245_FlowControlCommand_restriction@@SAPBDXZ @40546 NONAME ?Class@H245_FlowControlCommand_scope@@SAPBDXZ @40547 NONAME ?Class@H245_FlowControlIndication@@SAPBDXZ @40548 NONAME ?Class@H245_FlowControlIndication_restriction@@SAPBDXZ @40549 NONAME ?Class@H245_FlowControlIndication_scope@@SAPBDXZ @40550 NONAME ?Class@H245_FunctionNotSupported@@SAPBDXZ @40551 NONAME ?Class@H245_FunctionNotSupported_cause@@SAPBDXZ @40552 NONAME ?Class@H245_FunctionNotUnderstood@@SAPBDXZ @40553 NONAME ?Class@H245_G7231AnnexCCapability@@SAPBDXZ @40554 NONAME ?Class@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@SAPBDXZ @40555 NONAME ?Class@H245_G7231AnnexCMode@@SAPBDXZ @40556 NONAME ?Class@H245_G7231AnnexCMode_g723AnnexCAudioMode@@SAPBDXZ @40557 NONAME ?Class@H245_G729Extensions@@SAPBDXZ @40558 NONAME ?Class@H245_GenericCapability@@SAPBDXZ @40559 NONAME ?Class@H245_GenericMessage@@SAPBDXZ @44329 NONAME ?Class@H245_GenericParameter@@SAPBDXZ @40560 NONAME ?Class@H245_GSMAudioCapability@@SAPBDXZ @40561 NONAME ?Class@H245_H222Capability@@SAPBDXZ @40562 NONAME ?Class@H245_H222LogicalChannelParameters@@SAPBDXZ @40563 NONAME ?Class@H245_H223AL1MParameters@@SAPBDXZ @40564 NONAME ?Class@H245_H223AL1MParameters_arqType@@SAPBDXZ @40565 NONAME ?Class@H245_H223AL1MParameters_crcLength@@SAPBDXZ @40566 NONAME ?Class@H245_H223AL1MParameters_headerFEC@@SAPBDXZ @40567 NONAME ?Class@H245_H223AL1MParameters_transferMode@@SAPBDXZ @40568 NONAME ?Class@H245_H223AL2MParameters@@SAPBDXZ @40569 NONAME ?Class@H245_H223AL2MParameters_headerFEC@@SAPBDXZ @40570 NONAME ?Class@H245_H223AL3MParameters@@SAPBDXZ @40571 NONAME ?Class@H245_H223AL3MParameters_arqType@@SAPBDXZ @40572 NONAME ?Class@H245_H223AL3MParameters_crcLength@@SAPBDXZ @40573 NONAME ?Class@H245_H223AL3MParameters_headerFormat@@SAPBDXZ @40574 NONAME ?Class@H245_H223AnnexCArqParameters@@SAPBDXZ @40575 NONAME ?Class@H245_H223AnnexCArqParameters_numberOfRetransmissions@@SAPBDXZ @40576 NONAME ?Class@H245_H223AnnexCCapability@@SAPBDXZ @40577 NONAME ?Class@H245_H223Capability@@SAPBDXZ @40578 NONAME ?Class@H245_H223Capability_h223MultiplexTableCapability@@SAPBDXZ @40579 NONAME ?Class@H245_H223Capability_h223MultiplexTableCapability_enhanced@@SAPBDXZ @40580 NONAME ?Class@H245_H223Capability_mobileMultilinkFrameCapability@@SAPBDXZ @40581 NONAME ?Class@H245_H223Capability_mobileOperationTransmitCapability@@SAPBDXZ @40582 NONAME ?Class@H245_H223LogicalChannelParameters@@SAPBDXZ @40583 NONAME ?Class@H245_H223LogicalChannelParameters_adaptationLayerType@@SAPBDXZ @40584 NONAME ?Class@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@SAPBDXZ @40585 NONAME ?Class@H245_H223ModeParameters@@SAPBDXZ @40586 NONAME ?Class@H245_H223ModeParameters_adaptationLayerType@@SAPBDXZ @40587 NONAME ?Class@H245_H223ModeParameters_adaptationLayerType_al3@@SAPBDXZ @40588 NONAME ?Class@H245_H223MultiplexReconfiguration@@SAPBDXZ @40589 NONAME ?Class@H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@SAPBDXZ @40590 NONAME ?Class@H245_H223MultiplexReconfiguration_h223ModeChange@@SAPBDXZ @40591 NONAME ?Class@H245_H223SkewIndication@@SAPBDXZ @40592 NONAME ?Class@H245_H2250Capability@@SAPBDXZ @40593 NONAME ?Class@H245_H2250Capability_mcCapability@@SAPBDXZ @40594 NONAME ?Class@H245_H2250LogicalChannelAckParameters@@SAPBDXZ @40595 NONAME ?Class@H245_H2250LogicalChannelParameters@@SAPBDXZ @40596 NONAME ?Class@H245_H2250LogicalChannelParameters_mediaPacketization@@SAPBDXZ @40597 NONAME ?Class@H245_H2250MaximumSkewIndication@@SAPBDXZ @40598 NONAME ?Class@H245_H2250ModeParameters@@SAPBDXZ @40599 NONAME ?Class@H245_H235Media@@SAPBDXZ @40600 NONAME ?Class@H245_H235Media_mediaType@@SAPBDXZ @40601 NONAME ?Class@H245_H235Mode@@SAPBDXZ @40602 NONAME ?Class@H245_H235Mode_mediaMode@@SAPBDXZ @40603 NONAME ?Class@H245_H235SecurityCapability@@SAPBDXZ @40604 NONAME ?Class@H245_H261VideoCapability@@SAPBDXZ @40605 NONAME ?Class@H245_H261VideoMode@@SAPBDXZ @40606 NONAME ?Class@H245_H261VideoMode_resolution@@SAPBDXZ @40607 NONAME ?Class@H245_H262VideoCapability@@SAPBDXZ @40608 NONAME ?Class@H245_H262VideoMode@@SAPBDXZ @40609 NONAME ?Class@H245_H262VideoMode_profileAndLevel@@SAPBDXZ @40610 NONAME ?Class@H245_H263ModeComboFlags@@SAPBDXZ @40611 NONAME ?Class@H245_H263Options@@SAPBDXZ @40612 NONAME ?Class@H245_H263Version3Options@@SAPBDXZ @40613 NONAME ?Class@H245_H263VideoCapability@@SAPBDXZ @40614 NONAME ?Class@H245_H263VideoMode@@SAPBDXZ @40615 NONAME ?Class@H245_H263VideoModeCombos@@SAPBDXZ @40616 NONAME ?Class@H245_H263VideoMode_resolution@@SAPBDXZ @40617 NONAME ?Class@H245_IndicationMessage@@SAPBDXZ @40618 NONAME ?Class@H245_IntegrityCapability@@SAPBDXZ @40619 NONAME ?Class@H245_IS11172AudioCapability@@SAPBDXZ @40620 NONAME ?Class@H245_IS11172AudioMode@@SAPBDXZ @40621 NONAME ?Class@H245_IS11172AudioMode_audioLayer@@SAPBDXZ @40622 NONAME ?Class@H245_IS11172AudioMode_audioSampling@@SAPBDXZ @40623 NONAME ?Class@H245_IS11172AudioMode_multichannelType@@SAPBDXZ @40624 NONAME ?Class@H245_IS11172VideoCapability@@SAPBDXZ @40625 NONAME ?Class@H245_IS11172VideoMode@@SAPBDXZ @40626 NONAME ?Class@H245_IS13818AudioCapability@@SAPBDXZ @40627 NONAME ?Class@H245_IS13818AudioMode@@SAPBDXZ @40628 NONAME ?Class@H245_IS13818AudioMode_audioLayer@@SAPBDXZ @40629 NONAME ?Class@H245_IS13818AudioMode_audioSampling@@SAPBDXZ @40630 NONAME ?Class@H245_IS13818AudioMode_multichannelType@@SAPBDXZ @40631 NONAME ?Class@H245_IV16@@SAPBDXZ @44330 NONAME ?Class@H245_IV8@@SAPBDXZ @44331 NONAME ?Class@H245_JitterIndication@@SAPBDXZ @40632 NONAME ?Class@H245_JitterIndication_scope@@SAPBDXZ @40633 NONAME ?Class@H245_KeyProtectionMethod@@SAPBDXZ @40634 NONAME ?Class@H245_LogicalChannelNumber@@SAPBDXZ @40635 NONAME ?Class@H245_LogicalChannelRateAcknowledge@@SAPBDXZ @40636 NONAME ?Class@H245_LogicalChannelRateReject@@SAPBDXZ @40637 NONAME ?Class@H245_LogicalChannelRateRejectReason@@SAPBDXZ @40638 NONAME ?Class@H245_LogicalChannelRateRelease@@SAPBDXZ @40639 NONAME ?Class@H245_LogicalChannelRateRequest@@SAPBDXZ @40640 NONAME ?Class@H245_MaintenanceLoopAck@@SAPBDXZ @40641 NONAME ?Class@H245_MaintenanceLoopAck_type@@SAPBDXZ @40642 NONAME ?Class@H245_MaintenanceLoopOffCommand@@SAPBDXZ @40643 NONAME ?Class@H245_MaintenanceLoopReject@@SAPBDXZ @40644 NONAME ?Class@H245_MaintenanceLoopReject_cause@@SAPBDXZ @40645 NONAME ?Class@H245_MaintenanceLoopReject_type@@SAPBDXZ @40646 NONAME ?Class@H245_MaintenanceLoopRequest@@SAPBDXZ @40647 NONAME ?Class@H245_MaintenanceLoopRequest_type@@SAPBDXZ @40648 NONAME ?Class@H245_MasterSlaveDetermination@@SAPBDXZ @40649 NONAME ?Class@H245_MasterSlaveDeterminationAck@@SAPBDXZ @40650 NONAME ?Class@H245_MasterSlaveDeterminationAck_decision@@SAPBDXZ @40651 NONAME ?Class@H245_MasterSlaveDeterminationReject@@SAPBDXZ @40652 NONAME ?Class@H245_MasterSlaveDeterminationReject_cause@@SAPBDXZ @40653 NONAME ?Class@H245_MasterSlaveDeterminationRelease@@SAPBDXZ @40654 NONAME ?Class@H245_MaximumBitRate@@SAPBDXZ @40655 NONAME ?Class@H245_MaxRedundancy@@SAPBDXZ @44332 NONAME ?Class@H245_MCLocationIndication@@SAPBDXZ @40656 NONAME ?Class@H245_McuNumber@@SAPBDXZ @40657 NONAME ?Class@H245_MediaChannelCapability@@SAPBDXZ @40658 NONAME ?Class@H245_MediaDistributionCapability@@SAPBDXZ @40659 NONAME ?Class@H245_MediaEncryptionAlgorithm@@SAPBDXZ @40660 NONAME ?Class@H245_MediaPacketizationCapability@@SAPBDXZ @40661 NONAME ?Class@H245_MediaTransportType@@SAPBDXZ @40662 NONAME ?Class@H245_MediaTransportType_atm_AAL5_compressed@@SAPBDXZ @40663 NONAME ?Class@H245_MiscellaneousCommand@@SAPBDXZ @40664 NONAME ?Class@H245_MiscellaneousCommand_type@@SAPBDXZ @40665 NONAME ?Class@H245_MiscellaneousCommand_type_encryptionUpdateAck@@SAPBDXZ @44333 NONAME ?Class@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@SAPBDXZ @44334 NONAME ?Class@H245_MiscellaneousCommand_type_lostPartialPicture@@SAPBDXZ @40666 NONAME ?Class@H245_MiscellaneousCommand_type_progressiveRefinementStart@@SAPBDXZ @40667 NONAME ?Class@H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@SAPBDXZ @40668 NONAME ?Class@H245_MiscellaneousCommand_type_videoBadMBs@@SAPBDXZ @40669 NONAME ?Class@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@SAPBDXZ @40670 NONAME ?Class@H245_MiscellaneousCommand_type_videoFastUpdateMB@@SAPBDXZ @40671 NONAME ?Class@H245_MiscellaneousIndication@@SAPBDXZ @40672 NONAME ?Class@H245_MiscellaneousIndication_type@@SAPBDXZ @40673 NONAME ?Class@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@SAPBDXZ @40674 NONAME ?Class@H245_MobileMultilinkReconfigurationCommand@@SAPBDXZ @40675 NONAME ?Class@H245_MobileMultilinkReconfigurationCommand_status@@SAPBDXZ @40676 NONAME ?Class@H245_MobileMultilinkReconfigurationIndication@@SAPBDXZ @40677 NONAME ?Class@H245_ModeDescription@@SAPBDXZ @40678 NONAME ?Class@H245_ModeElement@@SAPBDXZ @40679 NONAME ?Class@H245_ModeElementType@@SAPBDXZ @40680 NONAME ?Class@H245_MulticastAddress@@SAPBDXZ @40681 NONAME ?Class@H245_MulticastAddress_iP6Address@@SAPBDXZ @40682 NONAME ?Class@H245_MulticastAddress_iPAddress@@SAPBDXZ @40683 NONAME ?Class@H245_MultilinkIndication@@SAPBDXZ @40684 NONAME ?Class@H245_MultilinkIndication_crcDesired@@SAPBDXZ @40685 NONAME ?Class@H245_MultilinkIndication_excessiveError@@SAPBDXZ @40686 NONAME ?Class@H245_MultilinkRequest@@SAPBDXZ @40687 NONAME ?Class@H245_MultilinkRequest_addConnection@@SAPBDXZ @40688 NONAME ?Class@H245_MultilinkRequest_callInformation@@SAPBDXZ @40689 NONAME ?Class@H245_MultilinkRequest_maximumHeaderInterval@@SAPBDXZ @40690 NONAME ?Class@H245_MultilinkRequest_maximumHeaderInterval_requestType@@SAPBDXZ @40691 NONAME ?Class@H245_MultilinkRequest_removeConnection@@SAPBDXZ @40692 NONAME ?Class@H245_MultilinkResponse@@SAPBDXZ @40693 NONAME ?Class@H245_MultilinkResponse_addConnection@@SAPBDXZ @40694 NONAME ?Class@H245_MultilinkResponse_addConnection_responseCode@@SAPBDXZ @40695 NONAME ?Class@H245_MultilinkResponse_addConnection_responseCode_rejected@@SAPBDXZ @40696 NONAME ?Class@H245_MultilinkResponse_callInformation@@SAPBDXZ @40697 NONAME ?Class@H245_MultilinkResponse_maximumHeaderInterval@@SAPBDXZ @40698 NONAME ?Class@H245_MultilinkResponse_removeConnection@@SAPBDXZ @40699 NONAME ?Class@H245_MultimediaSystemControlMessage@@SAPBDXZ @40700 NONAME ?Class@H245_MultiplePayloadStream@@SAPBDXZ @40701 NONAME ?Class@H245_MultiplePayloadStreamCapability@@SAPBDXZ @40702 NONAME ?Class@H245_MultiplePayloadStreamElement@@SAPBDXZ @40703 NONAME ?Class@H245_MultiplePayloadStreamElementMode@@SAPBDXZ @40704 NONAME ?Class@H245_MultiplePayloadStreamMode@@SAPBDXZ @40705 NONAME ?Class@H245_MultiplexCapability@@SAPBDXZ @40706 NONAME ?Class@H245_MultiplexedStreamCapability@@SAPBDXZ @40707 NONAME ?Class@H245_MultiplexedStreamModeParameters@@SAPBDXZ @40708 NONAME ?Class@H245_MultiplexedStreamParameter@@SAPBDXZ @40709 NONAME ?Class@H245_MultiplexElement@@SAPBDXZ @40710 NONAME ?Class@H245_MultiplexElement_repeatCount@@SAPBDXZ @40711 NONAME ?Class@H245_MultiplexElement_type@@SAPBDXZ @40712 NONAME ?Class@H245_MultiplexEntryDescriptor@@SAPBDXZ @40713 NONAME ?Class@H245_MultiplexEntryRejectionDescriptions@@SAPBDXZ @40714 NONAME ?Class@H245_MultiplexEntryRejectionDescriptions_cause@@SAPBDXZ @40715 NONAME ?Class@H245_MultiplexEntrySend@@SAPBDXZ @40716 NONAME ?Class@H245_MultiplexEntrySendAck@@SAPBDXZ @40717 NONAME ?Class@H245_MultiplexEntrySendReject@@SAPBDXZ @40718 NONAME ?Class@H245_MultiplexEntrySendRelease@@SAPBDXZ @40719 NONAME ?Class@H245_MultiplexFormat@@SAPBDXZ @40720 NONAME ?Class@H245_MultiplexTableEntryNumber@@SAPBDXZ @40721 NONAME ?Class@H245_MultipointCapability@@SAPBDXZ @40722 NONAME ?Class@H245_NetworkAccessParameters@@SAPBDXZ @40723 NONAME ?Class@H245_NetworkAccessParameters_distribution@@SAPBDXZ @40724 NONAME ?Class@H245_NetworkAccessParameters_networkAddress@@SAPBDXZ @40725 NONAME ?Class@H245_NetworkAccessParameters_t120SetupProcedure@@SAPBDXZ @40726 NONAME ?Class@H245_NewATMVCCommand@@SAPBDXZ @40727 NONAME ?Class@H245_NewATMVCCommand_aal@@SAPBDXZ @40728 NONAME ?Class@H245_NewATMVCCommand_aal_aal1@@SAPBDXZ @40729 NONAME ?Class@H245_NewATMVCCommand_aal_aal1_clockRecovery@@SAPBDXZ @40730 NONAME ?Class@H245_NewATMVCCommand_aal_aal1_errorCorrection@@SAPBDXZ @40731 NONAME ?Class@H245_NewATMVCCommand_aal_aal5@@SAPBDXZ @40732 NONAME ?Class@H245_NewATMVCCommand_multiplex@@SAPBDXZ @40733 NONAME ?Class@H245_NewATMVCCommand_reverseParameters@@SAPBDXZ @40734 NONAME ?Class@H245_NewATMVCCommand_reverseParameters_multiplex@@SAPBDXZ @40735 NONAME ?Class@H245_NewATMVCIndication@@SAPBDXZ @40736 NONAME ?Class@H245_NewATMVCIndication_aal@@SAPBDXZ @40737 NONAME ?Class@H245_NewATMVCIndication_aal_aal1@@SAPBDXZ @40738 NONAME ?Class@H245_NewATMVCIndication_aal_aal1_clockRecovery@@SAPBDXZ @40739 NONAME ?Class@H245_NewATMVCIndication_aal_aal1_errorCorrection@@SAPBDXZ @40740 NONAME ?Class@H245_NewATMVCIndication_aal_aal5@@SAPBDXZ @40741 NONAME ?Class@H245_NewATMVCIndication_multiplex@@SAPBDXZ @40742 NONAME ?Class@H245_NewATMVCIndication_reverseParameters@@SAPBDXZ @40743 NONAME ?Class@H245_NewATMVCIndication_reverseParameters_multiplex@@SAPBDXZ @40744 NONAME ?Class@H245_NonStandardIdentifier@@SAPBDXZ @40745 NONAME ?Class@H245_NonStandardIdentifier_h221NonStandard@@SAPBDXZ @40746 NONAME ?Class@H245_NonStandardMessage@@SAPBDXZ @40747 NONAME ?Class@H245_NonStandardParameter@@SAPBDXZ @40748 NONAME ?Class@H245_NoPTAudioTelephonyEventCapability@@SAPBDXZ @40749 NONAME ?Class@H245_NoPTAudioToneCapability@@SAPBDXZ @40750 NONAME ?Class@H245_OpenLogicalChannel@@SAPBDXZ @40751 NONAME ?Class@H245_OpenLogicalChannelAck@@SAPBDXZ @40752 NONAME ?Class@H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@SAPBDXZ @40753 NONAME ?Class@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@SAPBDXZ @40754 NONAME ?Class@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@SAPBDXZ @40755 NONAME ?Class@H245_OpenLogicalChannelConfirm@@SAPBDXZ @40756 NONAME ?Class@H245_OpenLogicalChannelReject@@SAPBDXZ @40757 NONAME ?Class@H245_OpenLogicalChannelReject_cause@@SAPBDXZ @40758 NONAME ?Class@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@SAPBDXZ @40759 NONAME ?Class@H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@SAPBDXZ @40760 NONAME ?Class@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@SAPBDXZ @40761 NONAME ?Class@H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@SAPBDXZ @40762 NONAME ?Class@H245_ParameterIdentifier@@SAPBDXZ @40763 NONAME ?Class@H245_ParameterValue@@SAPBDXZ @40764 NONAME ?Class@H245_Params@@SAPBDXZ @44335 NONAME ?Class@H245_Password@@SAPBDXZ @40765 NONAME ?Class@H245_PictureReference@@SAPBDXZ @40766 NONAME ?Class@H245_Q2931Address@@SAPBDXZ @40767 NONAME ?Class@H245_Q2931Address_address@@SAPBDXZ @40768 NONAME ?Class@H245_QOSCapability@@SAPBDXZ @40769 NONAME ?Class@H245_QOSMode@@SAPBDXZ @40770 NONAME ?Class@H245_RedundancyEncoding@@SAPBDXZ @40771 NONAME ?Class@H245_RedundancyEncodingCapability@@SAPBDXZ @40772 NONAME ?Class@H245_RedundancyEncodingDTMode@@SAPBDXZ @40773 NONAME ?Class@H245_RedundancyEncodingDTModeElement@@SAPBDXZ @40774 NONAME ?Class@H245_RedundancyEncodingDTModeElement_type@@SAPBDXZ @40775 NONAME ?Class@H245_RedundancyEncodingElement@@SAPBDXZ @40776 NONAME ?Class@H245_RedundancyEncodingMethod@@SAPBDXZ @40777 NONAME ?Class@H245_RedundancyEncodingMode@@SAPBDXZ @40778 NONAME ?Class@H245_RedundancyEncodingMode_secondaryEncoding@@SAPBDXZ @40779 NONAME ?Class@H245_RedundancyEncoding_rtpRedundancyEncoding@@SAPBDXZ @40780 NONAME ?Class@H245_RefPictureSelection@@SAPBDXZ @40781 NONAME ?Class@H245_RefPictureSelection_additionalPictureMemory@@SAPBDXZ @40782 NONAME ?Class@H245_RefPictureSelection_enhancedReferencePicSelect@@SAPBDXZ @40783 NONAME ?Class@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@SAPBDXZ @40784 NONAME ?Class@H245_RefPictureSelection_videoBackChannelSend@@SAPBDXZ @40785 NONAME ?Class@H245_RemoteMCRequest@@SAPBDXZ @40786 NONAME ?Class@H245_RemoteMCResponse@@SAPBDXZ @40787 NONAME ?Class@H245_RemoteMCResponse_reject@@SAPBDXZ @40788 NONAME ?Class@H245_RequestAllTerminalIDsResponse@@SAPBDXZ @40789 NONAME ?Class@H245_RequestChannelClose@@SAPBDXZ @40790 NONAME ?Class@H245_RequestChannelCloseAck@@SAPBDXZ @40791 NONAME ?Class@H245_RequestChannelCloseReject@@SAPBDXZ @40792 NONAME ?Class@H245_RequestChannelCloseReject_cause@@SAPBDXZ @40793 NONAME ?Class@H245_RequestChannelCloseRelease@@SAPBDXZ @40794 NONAME ?Class@H245_RequestChannelClose_reason@@SAPBDXZ @40795 NONAME ?Class@H245_RequestMessage@@SAPBDXZ @40796 NONAME ?Class@H245_RequestMode@@SAPBDXZ @40797 NONAME ?Class@H245_RequestModeAck@@SAPBDXZ @40798 NONAME ?Class@H245_RequestModeAck_response@@SAPBDXZ @40799 NONAME ?Class@H245_RequestModeReject@@SAPBDXZ @40800 NONAME ?Class@H245_RequestModeReject_cause@@SAPBDXZ @40801 NONAME ?Class@H245_RequestModeRelease@@SAPBDXZ @40802 NONAME ?Class@H245_RequestMultiplexEntry@@SAPBDXZ @40803 NONAME ?Class@H245_RequestMultiplexEntryAck@@SAPBDXZ @40804 NONAME ?Class@H245_RequestMultiplexEntryReject@@SAPBDXZ @40805 NONAME ?Class@H245_RequestMultiplexEntryRejectionDescriptions@@SAPBDXZ @40806 NONAME ?Class@H245_RequestMultiplexEntryRejectionDescriptions_cause@@SAPBDXZ @40807 NONAME ?Class@H245_RequestMultiplexEntryRelease@@SAPBDXZ @40808 NONAME ?Class@H245_ResponseMessage@@SAPBDXZ @40809 NONAME ?Class@H245_RoundTripDelayRequest@@SAPBDXZ @40810 NONAME ?Class@H245_RoundTripDelayResponse@@SAPBDXZ @40811 NONAME ?Class@H245_RSVPParameters@@SAPBDXZ @40812 NONAME ?Class@H245_RTPH263VideoRedundancyEncoding@@SAPBDXZ @40813 NONAME ?Class@H245_RTPH263VideoRedundancyEncoding_containedThreads@@SAPBDXZ @40814 NONAME ?Class@H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@SAPBDXZ @40815 NONAME ?Class@H245_RTPH263VideoRedundancyFrameMapping@@SAPBDXZ @40816 NONAME ?Class@H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@SAPBDXZ @40817 NONAME ?Class@H245_RTPPayloadType@@SAPBDXZ @40818 NONAME ?Class@H245_RTPPayloadType_payloadDescriptor@@SAPBDXZ @40819 NONAME ?Class@H245_SendTerminalCapabilitySet@@SAPBDXZ @40820 NONAME ?Class@H245_SendTerminalCapabilitySet_specificRequest@@SAPBDXZ @40821 NONAME ?Class@H245_SequenceNumber@@SAPBDXZ @40822 NONAME ?Class@H245_SubstituteConferenceIDCommand@@SAPBDXZ @40823 NONAME ?Class@H245_T38FaxProfile@@SAPBDXZ @40824 NONAME ?Class@H245_T38FaxRateManagement@@SAPBDXZ @40825 NONAME ?Class@H245_T38FaxTcpOptions@@SAPBDXZ @40826 NONAME ?Class@H245_T38FaxUdpOptions@@SAPBDXZ @40827 NONAME ?Class@H245_T38FaxUdpOptions_t38FaxUdpEC@@SAPBDXZ @40828 NONAME ?Class@H245_T84Profile@@SAPBDXZ @40829 NONAME ?Class@H245_T84Profile_t84Restricted@@SAPBDXZ @40830 NONAME ?Class@H245_TerminalCapabilitySet@@SAPBDXZ @40831 NONAME ?Class@H245_TerminalCapabilitySetAck@@SAPBDXZ @40832 NONAME ?Class@H245_TerminalCapabilitySetReject@@SAPBDXZ @40833 NONAME ?Class@H245_TerminalCapabilitySetReject_cause@@SAPBDXZ @40834 NONAME ?Class@H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@SAPBDXZ @40835 NONAME ?Class@H245_TerminalCapabilitySetRelease@@SAPBDXZ @40836 NONAME ?Class@H245_TerminalID@@SAPBDXZ @40837 NONAME ?Class@H245_TerminalInformation@@SAPBDXZ @40838 NONAME ?Class@H245_TerminalLabel@@SAPBDXZ @40839 NONAME ?Class@H245_TerminalNumber@@SAPBDXZ @40840 NONAME ?Class@H245_TerminalYouAreSeeingInSubPictureNumber@@SAPBDXZ @40841 NONAME ?Class@H245_TransparencyParameters@@SAPBDXZ @40842 NONAME ?Class@H245_TransportAddress@@SAPBDXZ @40843 NONAME ?Class@H245_TransportCapability@@SAPBDXZ @40844 NONAME ?Class@H245_UnicastAddress@@SAPBDXZ @40845 NONAME ?Class@H245_UnicastAddress_iP6Address@@SAPBDXZ @40846 NONAME ?Class@H245_UnicastAddress_iPAddress@@SAPBDXZ @40847 NONAME ?Class@H245_UnicastAddress_iPSourceRouteAddress@@SAPBDXZ @40848 NONAME ?Class@H245_UnicastAddress_iPSourceRouteAddress_route@@SAPBDXZ @40849 NONAME ?Class@H245_UnicastAddress_iPSourceRouteAddress_routing@@SAPBDXZ @40850 NONAME ?Class@H245_UnicastAddress_iPXAddress@@SAPBDXZ @40851 NONAME ?Class@H245_UserInputCapability@@SAPBDXZ @40852 NONAME ?Class@H245_UserInputIndication@@SAPBDXZ @40853 NONAME ?Class@H245_UserInputIndication_encryptedAlphanumeric@@SAPBDXZ @44336 NONAME ?Class@H245_UserInputIndication_extendedAlphanumeric@@SAPBDXZ @40854 NONAME ?Class@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@SAPBDXZ @44337 NONAME ?Class@H245_UserInputIndication_signal@@SAPBDXZ @40855 NONAME ?Class@H245_UserInputIndication_signalUpdate@@SAPBDXZ @40856 NONAME ?Class@H245_UserInputIndication_signalUpdate_rtp@@SAPBDXZ @40857 NONAME ?Class@H245_UserInputIndication_signal_rtp@@SAPBDXZ @40858 NONAME ?Class@H245_UserInputIndication_userInputSupportIndication@@SAPBDXZ @40859 NONAME ?Class@H245_V42bis@@SAPBDXZ @40860 NONAME ?Class@H245_V75Capability@@SAPBDXZ @40861 NONAME ?Class@H245_V75Parameters@@SAPBDXZ @40862 NONAME ?Class@H245_V76Capability@@SAPBDXZ @40863 NONAME ?Class@H245_V76HDLCParameters@@SAPBDXZ @40864 NONAME ?Class@H245_V76LogicalChannelParameters@@SAPBDXZ @40865 NONAME ?Class@H245_V76LogicalChannelParameters_mode@@SAPBDXZ @40866 NONAME ?Class@H245_V76LogicalChannelParameters_mode_eRM@@SAPBDXZ @40867 NONAME ?Class@H245_V76LogicalChannelParameters_mode_eRM_recovery@@SAPBDXZ @40868 NONAME ?Class@H245_V76LogicalChannelParameters_suspendResume@@SAPBDXZ @40869 NONAME ?Class@H245_V76ModeParameters@@SAPBDXZ @40870 NONAME ?Class@H245_VBDCapability@@SAPBDXZ @40871 NONAME ?Class@H245_VBDMode@@SAPBDXZ @40872 NONAME ?Class@H245_VCCapability@@SAPBDXZ @40873 NONAME ?Class@H245_VCCapability_aal1@@SAPBDXZ @40874 NONAME ?Class@H245_VCCapability_aal1ViaGateway@@SAPBDXZ @40875 NONAME ?Class@H245_VCCapability_aal5@@SAPBDXZ @40876 NONAME ?Class@H245_VCCapability_availableBitRates@@SAPBDXZ @40877 NONAME ?Class@H245_VCCapability_availableBitRates_type@@SAPBDXZ @40878 NONAME ?Class@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@SAPBDXZ @40879 NONAME ?Class@H245_VendorIdentification@@SAPBDXZ @40880 NONAME ?Class@H245_VideoCapability@@SAPBDXZ @40881 NONAME ?Class@H245_VideoIndicateCompose@@SAPBDXZ @40882 NONAME ?Class@H245_VideoMode@@SAPBDXZ @40883 NONAME ?Class@H248_ActionReply@@SAPBDXZ @40884 NONAME ?Class@H248_ActionRequest@@SAPBDXZ @40885 NONAME ?Class@H248_AmmDescriptor@@SAPBDXZ @40886 NONAME ?Class@H248_AmmRequest@@SAPBDXZ @40887 NONAME ?Class@H248_AmmsReply@@SAPBDXZ @40888 NONAME ?Class@H248_ArrayOf_ActionReply@@SAPBDXZ @40889 NONAME ?Class@H248_ArrayOf_ActionRequest@@SAPBDXZ @40890 NONAME ?Class@H248_ArrayOf_AmmDescriptor@@SAPBDXZ @40891 NONAME ?Class@H248_ArrayOf_CommandReply@@SAPBDXZ @40892 NONAME ?Class@H248_ArrayOf_CommandRequest@@SAPBDXZ @40893 NONAME ?Class@H248_ArrayOf_EventParameter@@SAPBDXZ @40894 NONAME ?Class@H248_ArrayOf_IndAuditParameter@@SAPBDXZ @40895 NONAME ?Class@H248_ArrayOf_IndAudPropertyParm@@SAPBDXZ @40896 NONAME ?Class@H248_ArrayOf_IndAudStreamDescriptor@@SAPBDXZ @40897 NONAME ?Class@H248_ArrayOf_ModemType@@SAPBDXZ @40898 NONAME ?Class@H248_ArrayOf_ObservedEvent@@SAPBDXZ @40899 NONAME ?Class@H248_ArrayOf_PASN_OctetString@@SAPBDXZ @40900 NONAME ?Class@H248_ArrayOf_PropertyGroup@@SAPBDXZ @40901 NONAME ?Class@H248_ArrayOf_PropertyParm@@SAPBDXZ @40902 NONAME ?Class@H248_ArrayOf_RequestedEvent@@SAPBDXZ @40903 NONAME ?Class@H248_ArrayOf_SecondRequestedEvent@@SAPBDXZ @40904 NONAME ?Class@H248_ArrayOf_Signal@@SAPBDXZ @40905 NONAME ?Class@H248_ArrayOf_SigParameter@@SAPBDXZ @40906 NONAME ?Class@H248_ArrayOf_StreamDescriptor@@SAPBDXZ @40907 NONAME ?Class@H248_ArrayOf_TerminationID@@SAPBDXZ @40908 NONAME ?Class@H248_ArrayOf_TopologyRequest@@SAPBDXZ @40909 NONAME ?Class@H248_ArrayOf_Transaction@@SAPBDXZ @40910 NONAME ?Class@H248_ArrayOf_WildcardField@@SAPBDXZ @40911 NONAME ?Class@H248_AuditDescriptor@@SAPBDXZ @40912 NONAME ?Class@H248_AuditReply@@SAPBDXZ @40913 NONAME ?Class@H248_AuditRequest@@SAPBDXZ @40914 NONAME ?Class@H248_AuditResult@@SAPBDXZ @40915 NONAME ?Class@H248_AuditReturnParameter@@SAPBDXZ @40916 NONAME ?Class@H248_AuthData@@SAPBDXZ @40917 NONAME ?Class@H248_AuthenticationHeader@@SAPBDXZ @40918 NONAME ?Class@H248_Command@@SAPBDXZ @40919 NONAME ?Class@H248_CommandReply@@SAPBDXZ @40920 NONAME ?Class@H248_CommandRequest@@SAPBDXZ @40921 NONAME ?Class@H248_ContextAttrAuditRequest@@SAPBDXZ @40922 NONAME ?Class@H248_ContextID@@SAPBDXZ @40923 NONAME ?Class@H248_ContextRequest@@SAPBDXZ @40924 NONAME ?Class@H248_DigitMapDescriptor@@SAPBDXZ @40925 NONAME ?Class@H248_DigitMapName@@SAPBDXZ @40926 NONAME ?Class@H248_DigitMapValue@@SAPBDXZ @40927 NONAME ?Class@H248_DomainName@@SAPBDXZ @40928 NONAME ?Class@H248_ErrorCode@@SAPBDXZ @40929 NONAME ?Class@H248_ErrorDescriptor@@SAPBDXZ @40930 NONAME ?Class@H248_ErrorText@@SAPBDXZ @40931 NONAME ?Class@H248_EventBufferControl@@SAPBDXZ @40932 NONAME ?Class@H248_EventBufferDescriptor@@SAPBDXZ @40933 NONAME ?Class@H248_EventDM@@SAPBDXZ @40934 NONAME ?Class@H248_EventName@@SAPBDXZ @40935 NONAME ?Class@H248_EventParameter@@SAPBDXZ @40936 NONAME ?Class@H248_EventParameter_extraInfo@@SAPBDXZ @40937 NONAME ?Class@H248_EventsDescriptor@@SAPBDXZ @40938 NONAME ?Class@H248_EventSpec@@SAPBDXZ @40939 NONAME ?Class@H248_H221NonStandard@@SAPBDXZ @40940 NONAME ?Class@H248_IndAudDigitMapDescriptor@@SAPBDXZ @40941 NONAME ?Class@H248_IndAudEventBufferDescriptor@@SAPBDXZ @40942 NONAME ?Class@H248_IndAudEventsDescriptor@@SAPBDXZ @40943 NONAME ?Class@H248_IndAuditParameter@@SAPBDXZ @40944 NONAME ?Class@H248_IndAudLocalControlDescriptor@@SAPBDXZ @40945 NONAME ?Class@H248_IndAudLocalRemoteDescriptor@@SAPBDXZ @40946 NONAME ?Class@H248_IndAudMediaDescriptor@@SAPBDXZ @40947 NONAME ?Class@H248_IndAudMediaDescriptor_streams@@SAPBDXZ @40948 NONAME ?Class@H248_IndAudPackagesDescriptor@@SAPBDXZ @40949 NONAME ?Class@H248_IndAudPropertyGroup@@SAPBDXZ @40950 NONAME ?Class@H248_IndAudPropertyParm@@SAPBDXZ @40951 NONAME ?Class@H248_IndAudSeqSigList@@SAPBDXZ @40952 NONAME ?Class@H248_IndAudSignal@@SAPBDXZ @40953 NONAME ?Class@H248_IndAudSignalsDescriptor@@SAPBDXZ @40954 NONAME ?Class@H248_IndAudStatisticsDescriptor@@SAPBDXZ @40955 NONAME ?Class@H248_IndAudStreamDescriptor@@SAPBDXZ @40956 NONAME ?Class@H248_IndAudStreamParms@@SAPBDXZ @40957 NONAME ?Class@H248_IndAudTerminationStateDescriptor@@SAPBDXZ @40958 NONAME ?Class@H248_IP4Address@@SAPBDXZ @40959 NONAME ?Class@H248_IP6Address@@SAPBDXZ @40960 NONAME ?Class@H248_LocalControlDescriptor@@SAPBDXZ @40961 NONAME ?Class@H248_LocalRemoteDescriptor@@SAPBDXZ @40962 NONAME ?Class@H248_MediaDescriptor@@SAPBDXZ @40963 NONAME ?Class@H248_MediaDescriptor_streams@@SAPBDXZ @40964 NONAME ?Class@H248_MegacoMessage@@SAPBDXZ @40965 NONAME ?Class@H248_Message@@SAPBDXZ @40966 NONAME ?Class@H248_Message_messageBody@@SAPBDXZ @40967 NONAME ?Class@H248_MId@@SAPBDXZ @40968 NONAME ?Class@H248_ModemDescriptor@@SAPBDXZ @40969 NONAME ?Class@H248_ModemType@@SAPBDXZ @40970 NONAME ?Class@H248_MuxDescriptor@@SAPBDXZ @40971 NONAME ?Class@H248_MuxType@@SAPBDXZ @40972 NONAME ?Class@H248_Name@@SAPBDXZ @40973 NONAME ?Class@H248_NonStandardData@@SAPBDXZ @40974 NONAME ?Class@H248_NonStandardIdentifier@@SAPBDXZ @40975 NONAME ?Class@H248_NotifyCompletion@@SAPBDXZ @40976 NONAME ?Class@H248_NotifyReply@@SAPBDXZ @40977 NONAME ?Class@H248_NotifyRequest@@SAPBDXZ @40978 NONAME ?Class@H248_ObservedEvent@@SAPBDXZ @40979 NONAME ?Class@H248_ObservedEventsDescriptor@@SAPBDXZ @40980 NONAME ?Class@H248_PackagesDescriptor@@SAPBDXZ @40981 NONAME ?Class@H248_PackagesItem@@SAPBDXZ @40982 NONAME ?Class@H248_PathName@@SAPBDXZ @40983 NONAME ?Class@H248_PkgdName@@SAPBDXZ @40984 NONAME ?Class@H248_PropertyGroup@@SAPBDXZ @40985 NONAME ?Class@H248_PropertyParm@@SAPBDXZ @40986 NONAME ?Class@H248_PropertyParm_extraInfo@@SAPBDXZ @40987 NONAME ?Class@H248_Relation@@SAPBDXZ @40988 NONAME ?Class@H248_RequestedActions@@SAPBDXZ @40989 NONAME ?Class@H248_RequestedEvent@@SAPBDXZ @40990 NONAME ?Class@H248_RequestID@@SAPBDXZ @40991 NONAME ?Class@H248_SecondEventsDescriptor@@SAPBDXZ @40992 NONAME ?Class@H248_SecondRequestedActions@@SAPBDXZ @40993 NONAME ?Class@H248_SecondRequestedEvent@@SAPBDXZ @40994 NONAME ?Class@H248_SecurityParmIndex@@SAPBDXZ @40995 NONAME ?Class@H248_SeqSigList@@SAPBDXZ @40996 NONAME ?Class@H248_SequenceNum@@SAPBDXZ @40997 NONAME ?Class@H248_ServiceChangeAddress@@SAPBDXZ @40998 NONAME ?Class@H248_ServiceChangeMethod@@SAPBDXZ @40999 NONAME ?Class@H248_ServiceChangeParm@@SAPBDXZ @41000 NONAME ?Class@H248_ServiceChangeProfile@@SAPBDXZ @41001 NONAME ?Class@H248_ServiceChangeReply@@SAPBDXZ @41002 NONAME ?Class@H248_ServiceChangeRequest@@SAPBDXZ @41003 NONAME ?Class@H248_ServiceChangeResParm@@SAPBDXZ @41004 NONAME ?Class@H248_ServiceChangeResult@@SAPBDXZ @41005 NONAME ?Class@H248_ServiceState@@SAPBDXZ @41006 NONAME ?Class@H248_Signal@@SAPBDXZ @41007 NONAME ?Class@H248_SignalName@@SAPBDXZ @41008 NONAME ?Class@H248_SignalRequest@@SAPBDXZ @41009 NONAME ?Class@H248_SignalsDescriptor@@SAPBDXZ @41010 NONAME ?Class@H248_SignalType@@SAPBDXZ @41011 NONAME ?Class@H248_SigParameter@@SAPBDXZ @41012 NONAME ?Class@H248_SigParameter_extraInfo@@SAPBDXZ @41013 NONAME ?Class@H248_StatisticsDescriptor@@SAPBDXZ @41014 NONAME ?Class@H248_StatisticsParameter@@SAPBDXZ @41015 NONAME ?Class@H248_StreamDescriptor@@SAPBDXZ @41016 NONAME ?Class@H248_StreamID@@SAPBDXZ @41017 NONAME ?Class@H248_StreamMode@@SAPBDXZ @41018 NONAME ?Class@H248_StreamParms@@SAPBDXZ @41019 NONAME ?Class@H248_SubtractRequest@@SAPBDXZ @41020 NONAME ?Class@H248_TerminationAudit@@SAPBDXZ @41021 NONAME ?Class@H248_TerminationID@@SAPBDXZ @41022 NONAME ?Class@H248_TerminationIDList@@SAPBDXZ @41023 NONAME ?Class@H248_TerminationStateDescriptor@@SAPBDXZ @41024 NONAME ?Class@H248_TimeNotation@@SAPBDXZ @41025 NONAME ?Class@H248_TopologyRequest@@SAPBDXZ @41026 NONAME ?Class@H248_TopologyRequest_topologyDirection@@SAPBDXZ @41027 NONAME ?Class@H248_Transaction@@SAPBDXZ @41028 NONAME ?Class@H248_TransactionAck@@SAPBDXZ @41029 NONAME ?Class@H248_TransactionId@@SAPBDXZ @41030 NONAME ?Class@H248_TransactionPending@@SAPBDXZ @41031 NONAME ?Class@H248_TransactionReply@@SAPBDXZ @41032 NONAME ?Class@H248_TransactionReply_transactionResult@@SAPBDXZ @41033 NONAME ?Class@H248_TransactionRequest@@SAPBDXZ @41034 NONAME ?Class@H248_TransactionResponseAck@@SAPBDXZ @41035 NONAME ?Class@H248_Value@@SAPBDXZ @41036 NONAME ?Class@H248_WildcardField@@SAPBDXZ @41037 NONAME ?Class@H323AudioCapability@@SAPBDXZ @41038 NONAME ?Class@H323AudioCodec@@SAPBDXZ @41039 NONAME ?Class@H323BidirectionalChannel@@SAPBDXZ @41040 NONAME ?Class@H323CallCreditServiceControl@@SAPBDXZ @41041 NONAME ?Class@H323Capabilities@@SAPBDXZ @41042 NONAME ?Class@H323CapabilitiesSet@@SAPBDXZ @41043 NONAME ?Class@H323Capability@@SAPBDXZ @41044 NONAME ?Class@H323Channel@@SAPBDXZ @41046 NONAME ?Class@H323ChannelNumber@@SAPBDXZ @41047 NONAME ?Class@H323Codec@@SAPBDXZ @41048 NONAME ?Class@H323CodecPluginGenericAudioCapability@@SAPBDXZ @44338 NONAME ?Class@H323CodecPluginNonStandardAudioCapability@@SAPBDXZ @41049 NONAME ?Class@H323Connection@@SAPBDXZ @41050 NONAME ?Class@H323ConnectionsCleaner@@SAPBDXZ @41051 NONAME ?Class@H323ControlPDU@@SAPBDXZ @41052 NONAME ?Class@H323DataCapability@@SAPBDXZ @41053 NONAME ?Class@H323DataChannel@@SAPBDXZ @41054 NONAME ?Class@H323DynaLink@@SAPBDXZ @41055 NONAME ?Class@H323EndPoint@@SAPBDXZ @41056 NONAME ?Class@H323FramedAudioCodec@@SAPBDXZ @41057 NONAME ?Class@H323Gatekeeper@@SAPBDXZ @41058 NONAME ?Class@H323GatekeeperARQ@@SAPBDXZ @41059 NONAME ?Class@H323GatekeeperBRQ@@SAPBDXZ @41060 NONAME ?Class@H323GatekeeperCall@@SAPBDXZ @41061 NONAME ?Class@H323GatekeeperDRQ@@SAPBDXZ @41062 NONAME ?Class@H323GatekeeperGRQ@@SAPBDXZ @41063 NONAME ?Class@H323GatekeeperIRR@@SAPBDXZ @41064 NONAME ?Class@H323GatekeeperListener@@SAPBDXZ @41065 NONAME ?Class@H323GatekeeperLRQ@@SAPBDXZ @41066 NONAME ?Class@H323GatekeeperRequest@@SAPBDXZ @41067 NONAME ?Class@H323GatekeeperRRQ@@SAPBDXZ @41068 NONAME ?Class@H323GatekeeperServer@@SAPBDXZ @41069 NONAME ?Class@H323GatekeeperURQ@@SAPBDXZ @41070 NONAME ?Class@H323GenericVideoCapability@@SAPBDXZ @44339 NONAME ?Class@H323GSMPluginCapability@@SAPBDXZ @41071 NONAME ?Class@H323H248ServiceControl@@SAPBDXZ @41072 NONAME ?Class@H323HTTPServiceControl@@SAPBDXZ @41074 NONAME ?Class@H323Listener@@SAPBDXZ @41075 NONAME ?Class@H323ListenerTCP@@SAPBDXZ @41076 NONAME ?Class@H323LogicalChannelThread@@SAPBDXZ @41077 NONAME ?Class@H323NonStandardAudioCapability@@SAPBDXZ @41078 NONAME ?Class@H323NonStandardDataCapability@@SAPBDXZ @41079 NONAME ?Class@H323NonStandardVideoCapability@@SAPBDXZ @41080 NONAME ?Class@H323PeerElement@@SAPBDXZ @41081 NONAME ?Class@H323PeerElementDescriptor@@SAPBDXZ @41082 NONAME ?Class@H323PeerElementServiceRelationship@@SAPBDXZ @41083 NONAME ?Class@H323PluginCapability@@SAPBDXZ @41084 NONAME ?Class@H323PluginCodecManager@@SAPBDXZ @41085 NONAME ?Class@H323PluginFramedAudioCodec@@SAPBDXZ @41086 NONAME ?Class@H323PluginG7231Capability@@SAPBDXZ @41087 NONAME ?Class@H323PluginVideoCodec@@SAPBDXZ @41088 NONAME ?Class@H323RasPDU@@SAPBDXZ @41089 NONAME ?Class@H323RealTimeCapability@@SAPBDXZ @41090 NONAME ?Class@H323RegisteredEndPoint@@SAPBDXZ @41091 NONAME ?Class@H323ServiceControlSession@@SAPBDXZ @41092 NONAME ?Class@H323SignalPDU@@SAPBDXZ @41093 NONAME ?Class@H323SimultaneousCapabilities@@SAPBDXZ @41094 NONAME ?Class@H323StreamedAudioCodec@@SAPBDXZ @41095 NONAME ?Class@H323StreamedPluginAudioCodec@@SAPBDXZ @41096 NONAME ?Class@H323Transaction@@SAPBDXZ @41097 NONAME ?Class@H323TransactionServer@@SAPBDXZ @41098 NONAME ?Class@H323Transactor@@SAPBDXZ @41099 NONAME ?Class@H323Transport@@SAPBDXZ @41100 NONAME ?Class@H323TransportAddress@@SAPBDXZ @41101 NONAME ?Class@H323TransportAddressArray@@SAPBDXZ @41102 NONAME ?Class@H323TransportIP@@SAPBDXZ @41103 NONAME ?Class@H323TransportTCP@@SAPBDXZ @41104 NONAME ?Class@H323TransportUDP@@SAPBDXZ @41105 NONAME ?Class@H323UnidirectionalChannel@@SAPBDXZ @41106 NONAME ?Class@H323VideoCapability@@SAPBDXZ @41107 NONAME ?Class@H323VideoCodec@@SAPBDXZ @41108 NONAME ?Class@H323_ALawCodec@@SAPBDXZ @41109 NONAME ?Class@H323_AnnexG@@SAPBDXZ @41110 NONAME ?Class@H323_CiscoG7231aLIDCapability@@SAPBDXZ @41111 NONAME ?Class@H323_ExternalRTPChannel@@SAPBDXZ @41112 NONAME ?Class@H323_G711Capability@@SAPBDXZ @41113 NONAME ?Class@H323_H261Capability@@SAPBDXZ @41114 NONAME ?Class@H323_H261Codec@@SAPBDXZ @41115 NONAME ?Class@H323_LIDCapability@@SAPBDXZ @41116 NONAME ?Class@H323_LIDCodec@@SAPBDXZ @41117 NONAME ?Class@H323_muLawCodec@@SAPBDXZ @41118 NONAME ?Class@H323_RealTimeChannel@@SAPBDXZ @41119 NONAME ?Class@H323_RTPChannel@@SAPBDXZ @41120 NONAME ?Class@H323_RTP_Session@@SAPBDXZ @41121 NONAME ?Class@H323_RTP_UDP@@SAPBDXZ @41122 NONAME ?Class@H323_T120Capability@@SAPBDXZ @41123 NONAME ?Class@H323_T120Channel@@SAPBDXZ @41124 NONAME ?Class@H323_T38Capability@@SAPBDXZ @41125 NONAME ?Class@H323_T38Channel@@SAPBDXZ @41126 NONAME ?Class@H323_T38NonStandardCapability@@SAPBDXZ @41127 NONAME ?Class@H323_UserInputCapability@@SAPBDXZ @41128 NONAME ?Class@H45010_ArrayOf_MixedExtension@@SAPBDXZ @41129 NONAME ?Class@H45010_CfbOvrOptArg@@SAPBDXZ @41130 NONAME ?Class@H45010_CoReqOptArg@@SAPBDXZ @41131 NONAME ?Class@H45010_H323CallOfferOperations@@SAPBDXZ @41132 NONAME ?Class@H45010_RUAlertOptArg@@SAPBDXZ @41133 NONAME ?Class@H45011Handler@@SAPBDXZ @41134 NONAME ?Class@H45011_ArrayOf_MixedExtension@@SAPBDXZ @41135 NONAME ?Class@H45011_CallIntrusionErrors@@SAPBDXZ @41136 NONAME ?Class@H45011_CICapabilityLevel@@SAPBDXZ @41137 NONAME ?Class@H45011_CIFrcRelArg@@SAPBDXZ @41138 NONAME ?Class@H45011_CIFrcRelOptRes@@SAPBDXZ @41139 NONAME ?Class@H45011_CIGetCIPLOptArg@@SAPBDXZ @41140 NONAME ?Class@H45011_CIGetCIPLRes@@SAPBDXZ @41141 NONAME ?Class@H45011_CIIsOptArg@@SAPBDXZ @41142 NONAME ?Class@H45011_CIIsOptRes@@SAPBDXZ @41143 NONAME ?Class@H45011_CINotificationArg@@SAPBDXZ @41144 NONAME ?Class@H45011_CIProtectionLevel@@SAPBDXZ @41145 NONAME ?Class@H45011_CIRequestArg@@SAPBDXZ @41146 NONAME ?Class@H45011_CIRequestRes@@SAPBDXZ @41147 NONAME ?Class@H45011_CISilentArg@@SAPBDXZ @41148 NONAME ?Class@H45011_CISilentOptRes@@SAPBDXZ @41149 NONAME ?Class@H45011_CIStatusInformation@@SAPBDXZ @41150 NONAME ?Class@H45011_CIWobOptArg@@SAPBDXZ @41151 NONAME ?Class@H45011_CIWobOptRes@@SAPBDXZ @41152 NONAME ?Class@H45011_H323CallIntrusionOperations@@SAPBDXZ @41153 NONAME ?Class@H4501_Address@@SAPBDXZ @41154 NONAME ?Class@H4501_AddressInformation@@SAPBDXZ @41155 NONAME ?Class@H4501_AddressScreened@@SAPBDXZ @41156 NONAME ?Class@H4501_ArrayOf_AliasAddress@@SAPBDXZ @41157 NONAME ?Class@H4501_ArrayOf_ROS@@SAPBDXZ @41158 NONAME ?Class@H4501_EndpointAddress@@SAPBDXZ @41159 NONAME ?Class@H4501_EntityType@@SAPBDXZ @41160 NONAME ?Class@H4501_Extension@@SAPBDXZ @41161 NONAME ?Class@H4501_GeneralErrorList@@SAPBDXZ @41162 NONAME ?Class@H4501_H225InformationElement@@SAPBDXZ @41163 NONAME ?Class@H4501_InterpretationApdu@@SAPBDXZ @41164 NONAME ?Class@H4501_InvokeIDs@@SAPBDXZ @41165 NONAME ?Class@H4501_InvokeIdSet@@SAPBDXZ @41166 NONAME ?Class@H4501_NetworkFacilityExtension@@SAPBDXZ @41167 NONAME ?Class@H4501_NSAPSubaddress@@SAPBDXZ @41168 NONAME ?Class@H4501_NumberScreened@@SAPBDXZ @41169 NONAME ?Class@H4501_PartySubaddress@@SAPBDXZ @41170 NONAME ?Class@H4501_PresentationAllowedIndicator@@SAPBDXZ @41171 NONAME ?Class@H4501_PresentedAddressScreened@@SAPBDXZ @41172 NONAME ?Class@H4501_PresentedAddressUnscreened@@SAPBDXZ @41173 NONAME ?Class@H4501_PresentedNumberScreened@@SAPBDXZ @41174 NONAME ?Class@H4501_PresentedNumberUnscreened@@SAPBDXZ @41175 NONAME ?Class@H4501_ScreeningIndicator@@SAPBDXZ @41176 NONAME ?Class@H4501_ServiceApdus@@SAPBDXZ @41177 NONAME ?Class@H4501_SubaddressInformation@@SAPBDXZ @41178 NONAME ?Class@H4501_SupplementaryService@@SAPBDXZ @41179 NONAME ?Class@H4501_UserSpecifiedSubaddress@@SAPBDXZ @41180 NONAME ?Class@H4502Handler@@SAPBDXZ @41181 NONAME ?Class@H4502_CallIdentity@@SAPBDXZ @41182 NONAME ?Class@H4502_CallStatus@@SAPBDXZ @41183 NONAME ?Class@H4502_CallTransferErrors@@SAPBDXZ @41184 NONAME ?Class@H4502_CallTransferOperation@@SAPBDXZ @41185 NONAME ?Class@H4502_CTActiveArg@@SAPBDXZ @41186 NONAME ?Class@H4502_CTActiveArg_argumentExtension@@SAPBDXZ @41187 NONAME ?Class@H4502_CTCompleteArg@@SAPBDXZ @41188 NONAME ?Class@H4502_CTCompleteArg_argumentExtension@@SAPBDXZ @41189 NONAME ?Class@H4502_CTIdentifyRes@@SAPBDXZ @41190 NONAME ?Class@H4502_CTIdentifyRes_resultExtension@@SAPBDXZ @41191 NONAME ?Class@H4502_CTInitiateArg@@SAPBDXZ @41192 NONAME ?Class@H4502_CTInitiateArg_argumentExtension@@SAPBDXZ @41193 NONAME ?Class@H4502_CTSetupArg@@SAPBDXZ @41194 NONAME ?Class@H4502_CTSetupArg_argumentExtension@@SAPBDXZ @41195 NONAME ?Class@H4502_CTUpdateArg@@SAPBDXZ @41196 NONAME ?Class@H4502_CTUpdateArg_argumentExtension@@SAPBDXZ @41197 NONAME ?Class@H4502_DummyArg@@SAPBDXZ @41198 NONAME ?Class@H4502_DummyRes@@SAPBDXZ @41199 NONAME ?Class@H4502_EndDesignation@@SAPBDXZ @41200 NONAME ?Class@H4502_ExtensionSeq@@SAPBDXZ @41201 NONAME ?Class@H4502_SubaddressTransferArg@@SAPBDXZ @41202 NONAME ?Class@H4502_SubaddressTransferArg_argumentExtension@@SAPBDXZ @41203 NONAME ?Class@H4503_BasicService@@SAPBDXZ @41204 NONAME ?Class@H4503_CallDiversionErrors@@SAPBDXZ @41205 NONAME ?Class@H4503_DiversionReason@@SAPBDXZ @41206 NONAME ?Class@H4503_ExtensionSeq@@SAPBDXZ @41207 NONAME ?Class@H4503_H323CallDiversionOperations@@SAPBDXZ @41208 NONAME ?Class@H4503_IntResult@@SAPBDXZ @41209 NONAME ?Class@H4503_IntResultList@@SAPBDXZ @41210 NONAME ?Class@H4503_IntResult_extension@@SAPBDXZ @41211 NONAME ?Class@H4503_Procedure@@SAPBDXZ @41212 NONAME ?Class@H4503_SubscriptionOption@@SAPBDXZ @41213 NONAME ?Class@H4504Handler@@SAPBDXZ @41214 NONAME ?Class@H4504_ArrayOf_MixedExtension@@SAPBDXZ @41215 NONAME ?Class@H4504_CallHoldOperation@@SAPBDXZ @41216 NONAME ?Class@H4504_Extension@@SAPBDXZ @41217 NONAME ?Class@H4504_HoldNotificArg@@SAPBDXZ @41218 NONAME ?Class@H4504_MixedExtension@@SAPBDXZ @41219 NONAME ?Class@H4504_RemoteHoldArg@@SAPBDXZ @41220 NONAME ?Class@H4504_RemoteHoldRes@@SAPBDXZ @41221 NONAME ?Class@H4504_RemoteRetrieveArg@@SAPBDXZ @41222 NONAME ?Class@H4504_RemoteRetrieveRes@@SAPBDXZ @41223 NONAME ?Class@H4504_RetrieveNotificArg@@SAPBDXZ @41224 NONAME ?Class@H4505_ArrayOf_MixedExtension@@SAPBDXZ @41225 NONAME ?Class@H4505_CallParkPickupOperations@@SAPBDXZ @41226 NONAME ?Class@H4505_CallPickupErrors@@SAPBDXZ @41227 NONAME ?Class@H4505_CallType@@SAPBDXZ @41228 NONAME ?Class@H4505_CpickupNotifyArg@@SAPBDXZ @41229 NONAME ?Class@H4505_CpNotifyArg@@SAPBDXZ @41230 NONAME ?Class@H4505_CpRequestArg@@SAPBDXZ @41231 NONAME ?Class@H4505_CpRequestRes@@SAPBDXZ @41232 NONAME ?Class@H4505_CpSetupArg@@SAPBDXZ @41233 NONAME ?Class@H4505_CpSetupRes@@SAPBDXZ @41234 NONAME ?Class@H4505_GroupIndicationOffArg@@SAPBDXZ @41235 NONAME ?Class@H4505_GroupIndicationOffRes@@SAPBDXZ @41236 NONAME ?Class@H4505_GroupIndicationOnArg@@SAPBDXZ @41237 NONAME ?Class@H4505_GroupIndicationOnRes@@SAPBDXZ @41238 NONAME ?Class@H4505_ParkCondition@@SAPBDXZ @41239 NONAME ?Class@H4505_ParkedToPosition@@SAPBDXZ @41240 NONAME ?Class@H4505_PickExeArg@@SAPBDXZ @41241 NONAME ?Class@H4505_PickExeRes@@SAPBDXZ @41242 NONAME ?Class@H4505_PickrequArg@@SAPBDXZ @41243 NONAME ?Class@H4505_PickrequRes@@SAPBDXZ @41244 NONAME ?Class@H4505_PickupArg@@SAPBDXZ @41245 NONAME ?Class@H4505_PickupRes@@SAPBDXZ @41246 NONAME ?Class@H4506Handler@@SAPBDXZ @41247 NONAME ?Class@H4506_ArrayOf_MixedExtension@@SAPBDXZ @41248 NONAME ?Class@H4506_CallWaitingArg@@SAPBDXZ @41249 NONAME ?Class@H4506_CallWaitingOperations@@SAPBDXZ @41250 NONAME ?Class@H4507_ArrayOf_MixedExtension@@SAPBDXZ @41251 NONAME ?Class@H4507_BasicService@@SAPBDXZ @41252 NONAME ?Class@H4507_DummyRes@@SAPBDXZ @41253 NONAME ?Class@H4507_H323_MWI_Operations@@SAPBDXZ @41254 NONAME ?Class@H4507_MessageWaitingIndicationErrors@@SAPBDXZ @41255 NONAME ?Class@H4507_MsgCentreId@@SAPBDXZ @41256 NONAME ?Class@H4507_MWIActivateArg@@SAPBDXZ @41257 NONAME ?Class@H4507_MWIDeactivateArg@@SAPBDXZ @41258 NONAME ?Class@H4507_MWIInterrogateArg@@SAPBDXZ @41259 NONAME ?Class@H4507_MWIInterrogateRes@@SAPBDXZ @41260 NONAME ?Class@H4507_MWIInterrogateResElt@@SAPBDXZ @41261 NONAME ?Class@H4507_NbOfMessages@@SAPBDXZ @41262 NONAME ?Class@H4507_TimeStamp@@SAPBDXZ @41263 NONAME ?Class@H4508_ExtendedName@@SAPBDXZ @41264 NONAME ?Class@H4508_Name@@SAPBDXZ @41265 NONAME ?Class@H4508_NameOperations@@SAPBDXZ @41266 NONAME ?Class@H4508_NamePresentationAllowed@@SAPBDXZ @41267 NONAME ?Class@H4508_NamePresentationRestricted@@SAPBDXZ @41268 NONAME ?Class@H4508_SimpleName@@SAPBDXZ @41269 NONAME ?Class@H4509_ArrayOf_MixedExtension@@SAPBDXZ @41270 NONAME ?Class@H4509_CallCompletionErrors@@SAPBDXZ @41271 NONAME ?Class@H4509_CcArg@@SAPBDXZ @41272 NONAME ?Class@H4509_CcLongArg@@SAPBDXZ @41273 NONAME ?Class@H4509_CcRequestArg@@SAPBDXZ @41274 NONAME ?Class@H4509_CcRequestRes@@SAPBDXZ @41275 NONAME ?Class@H4509_CcShortArg@@SAPBDXZ @41276 NONAME ?Class@H4509_H323CallCompletionOperations@@SAPBDXZ @41277 NONAME ?Class@H450xDispatcher@@SAPBDXZ @41278 NONAME ?Class@H450xHandler@@SAPBDXZ @41279 NONAME ?Class@H501AccessRequest@@SAPBDXZ @41280 NONAME ?Class@H501DescriptorUpdate@@SAPBDXZ @41281 NONAME ?Class@H501PDU@@SAPBDXZ @41282 NONAME ?Class@H501ServiceRequest@@SAPBDXZ @41283 NONAME ?Class@H501Transaction@@SAPBDXZ @41284 NONAME ?Class@H501_AccessConfirmation@@SAPBDXZ @41285 NONAME ?Class@H501_AccessRejection@@SAPBDXZ @41286 NONAME ?Class@H501_AccessRejectionReason@@SAPBDXZ @41287 NONAME ?Class@H501_AccessRequest@@SAPBDXZ @41288 NONAME ?Class@H501_AccessToken@@SAPBDXZ @41289 NONAME ?Class@H501_AddressTemplate@@SAPBDXZ @41290 NONAME ?Class@H501_AlternatePE@@SAPBDXZ @41291 NONAME ?Class@H501_AlternatePEInfo@@SAPBDXZ @41292 NONAME ?Class@H501_ApplicationMessage@@SAPBDXZ @41293 NONAME ?Class@H501_ArrayOf_AccessToken@@SAPBDXZ @41294 NONAME ?Class@H501_ArrayOf_AddressTemplate@@SAPBDXZ @41295 NONAME ?Class@H501_ArrayOf_AliasAddress@@SAPBDXZ @41296 NONAME ?Class@H501_ArrayOf_AlternatePE@@SAPBDXZ @41297 NONAME ?Class@H501_ArrayOf_CircuitIdentifier@@SAPBDXZ @41298 NONAME ?Class@H501_ArrayOf_ClearToken@@SAPBDXZ @41299 NONAME ?Class@H501_ArrayOf_ContactInformation@@SAPBDXZ @41300 NONAME ?Class@H501_ArrayOf_CryptoH323Token@@SAPBDXZ @41301 NONAME ?Class@H501_ArrayOf_Descriptor@@SAPBDXZ @41302 NONAME ?Class@H501_ArrayOf_DescriptorInfo@@SAPBDXZ @41303 NONAME ?Class@H501_ArrayOf_GenericData@@SAPBDXZ @41304 NONAME ?Class@H501_ArrayOf_GloballyUniqueID@@SAPBDXZ @41305 NONAME ?Class@H501_ArrayOf_NonStandardParameter@@SAPBDXZ @41306 NONAME ?Class@H501_ArrayOf_PASN_ObjectId@@SAPBDXZ @41307 NONAME ?Class@H501_ArrayOf_Pattern@@SAPBDXZ @41308 NONAME ?Class@H501_ArrayOf_PriceElement@@SAPBDXZ @41309 NONAME ?Class@H501_ArrayOf_PriceInfoSpec@@SAPBDXZ @41310 NONAME ?Class@H501_ArrayOf_RouteInformation@@SAPBDXZ @41311 NONAME ?Class@H501_ArrayOf_SecurityMode@@SAPBDXZ @41312 NONAME ?Class@H501_ArrayOf_ServiceControlSession@@SAPBDXZ @41313 NONAME ?Class@H501_ArrayOf_SupportedProtocols@@SAPBDXZ @41314 NONAME ?Class@H501_ArrayOf_TransportAddress@@SAPBDXZ @41315 NONAME ?Class@H501_ArrayOf_UpdateInformation@@SAPBDXZ @41316 NONAME ?Class@H501_ArrayOf_UsageField@@SAPBDXZ @41317 NONAME ?Class@H501_AuthenticationConfirmation@@SAPBDXZ @41318 NONAME ?Class@H501_AuthenticationRejection@@SAPBDXZ @41319 NONAME ?Class@H501_AuthenticationRejectionReason@@SAPBDXZ @41320 NONAME ?Class@H501_AuthenticationRequest@@SAPBDXZ @41321 NONAME ?Class@H501_CallInformation@@SAPBDXZ @41322 NONAME ?Class@H501_ContactInformation@@SAPBDXZ @41323 NONAME ?Class@H501_Descriptor@@SAPBDXZ @41324 NONAME ?Class@H501_DescriptorConfirmation@@SAPBDXZ @41325 NONAME ?Class@H501_DescriptorIDConfirmation@@SAPBDXZ @41326 NONAME ?Class@H501_DescriptorIDRejection@@SAPBDXZ @41327 NONAME ?Class@H501_DescriptorIDRejectionReason@@SAPBDXZ @41328 NONAME ?Class@H501_DescriptorIDRequest@@SAPBDXZ @41329 NONAME ?Class@H501_DescriptorInfo@@SAPBDXZ @41330 NONAME ?Class@H501_DescriptorRejection@@SAPBDXZ @41331 NONAME ?Class@H501_DescriptorRejectionReason@@SAPBDXZ @41332 NONAME ?Class@H501_DescriptorRequest@@SAPBDXZ @41333 NONAME ?Class@H501_DescriptorUpdate@@SAPBDXZ @41334 NONAME ?Class@H501_DescriptorUpdateAck@@SAPBDXZ @41335 NONAME ?Class@H501_ElementIdentifier@@SAPBDXZ @41336 NONAME ?Class@H501_GlobalTimeStamp@@SAPBDXZ @41337 NONAME ?Class@H501_Message@@SAPBDXZ @41338 NONAME ?Class@H501_MessageBody@@SAPBDXZ @41339 NONAME ?Class@H501_MessageCommonInfo@@SAPBDXZ @41340 NONAME ?Class@H501_NonStandardConfirmation@@SAPBDXZ @41341 NONAME ?Class@H501_NonStandardRejection@@SAPBDXZ @41342 NONAME ?Class@H501_NonStandardRejectionReason@@SAPBDXZ @41343 NONAME ?Class@H501_NonStandardRequest@@SAPBDXZ @41344 NONAME ?Class@H501_PartyInformation@@SAPBDXZ @41345 NONAME ?Class@H501_Pattern@@SAPBDXZ @41346 NONAME ?Class@H501_Pattern_range@@SAPBDXZ @41347 NONAME ?Class@H501_PriceElement@@SAPBDXZ @41348 NONAME ?Class@H501_PriceElement_units@@SAPBDXZ @41349 NONAME ?Class@H501_PriceInfoSpec@@SAPBDXZ @41350 NONAME ?Class@H501_ProtocolVersion@@SAPBDXZ @41351 NONAME ?Class@H501_RequestInProgress@@SAPBDXZ @41352 NONAME ?Class@H501_Role@@SAPBDXZ @41353 NONAME ?Class@H501_RouteInformation@@SAPBDXZ @41354 NONAME ?Class@H501_RouteInformation_messageType@@SAPBDXZ @41355 NONAME ?Class@H501_SecurityMode@@SAPBDXZ @41356 NONAME ?Class@H501_ServiceConfirmation@@SAPBDXZ @41357 NONAME ?Class@H501_ServiceRejection@@SAPBDXZ @41358 NONAME ?Class@H501_ServiceRejectionReason@@SAPBDXZ @41359 NONAME ?Class@H501_ServiceRelease@@SAPBDXZ @41360 NONAME ?Class@H501_ServiceReleaseReason@@SAPBDXZ @41361 NONAME ?Class@H501_ServiceRequest@@SAPBDXZ @41362 NONAME ?Class@H501_TerminationCause@@SAPBDXZ @41363 NONAME ?Class@H501_TimeZone@@SAPBDXZ @41364 NONAME ?Class@H501_UnknownMessageReason@@SAPBDXZ @41365 NONAME ?Class@H501_UnknownMessageResponse@@SAPBDXZ @41366 NONAME ?Class@H501_UpdateInformation@@SAPBDXZ @41367 NONAME ?Class@H501_UpdateInformation_descriptorInfo@@SAPBDXZ @41368 NONAME ?Class@H501_UpdateInformation_updateType@@SAPBDXZ @41369 NONAME ?Class@H501_UsageCallStatus@@SAPBDXZ @41370 NONAME ?Class@H501_UsageConfirmation@@SAPBDXZ @41371 NONAME ?Class@H501_UsageField@@SAPBDXZ @41372 NONAME ?Class@H501_UsageIndication@@SAPBDXZ @41373 NONAME ?Class@H501_UsageIndicationConfirmation@@SAPBDXZ @41374 NONAME ?Class@H501_UsageIndicationRejection@@SAPBDXZ @41375 NONAME ?Class@H501_UsageIndicationRejectionReason@@SAPBDXZ @41376 NONAME ?Class@H501_UsageRejection@@SAPBDXZ @41377 NONAME ?Class@H501_UsageRejectReason@@SAPBDXZ @41378 NONAME ?Class@H501_UsageRequest@@SAPBDXZ @41379 NONAME ?Class@H501_UsageSpecification@@SAPBDXZ @41380 NONAME ?Class@H501_UsageSpecification_when@@SAPBDXZ @41381 NONAME ?Class@H501_UserInformation@@SAPBDXZ @41382 NONAME ?Class@H501_ValidationConfirmation@@SAPBDXZ @41383 NONAME ?Class@H501_ValidationRejection@@SAPBDXZ @41384 NONAME ?Class@H501_ValidationRejectionReason@@SAPBDXZ @41385 NONAME ?Class@H501_ValidationRequest@@SAPBDXZ @41386 NONAME ?Class@HIDPluginDeviceManager@@SAPBDXZ @44340 NONAME ?Class@MCS_ArrayOf_ChannelAttributes@@SAPBDXZ @41387 NONAME ?Class@MCS_ArrayOf_ChannelId@@SAPBDXZ @41388 NONAME ?Class@MCS_ArrayOf_TokenAttributes@@SAPBDXZ @41389 NONAME ?Class@MCS_ArrayOf_TokenId@@SAPBDXZ @41390 NONAME ?Class@MCS_ArrayOf_UserId@@SAPBDXZ @41391 NONAME ?Class@MCS_AssignedChannelId@@SAPBDXZ @41392 NONAME ?Class@MCS_AUcf@@SAPBDXZ @41393 NONAME ?Class@MCS_AUrq@@SAPBDXZ @41394 NONAME ?Class@MCS_CAin@@SAPBDXZ @41395 NONAME ?Class@MCS_CArq@@SAPBDXZ @41396 NONAME ?Class@MCS_CCcf@@SAPBDXZ @41397 NONAME ?Class@MCS_CCrq@@SAPBDXZ @41398 NONAME ?Class@MCS_CDin@@SAPBDXZ @41399 NONAME ?Class@MCS_CDrq@@SAPBDXZ @41400 NONAME ?Class@MCS_CEin@@SAPBDXZ @41401 NONAME ?Class@MCS_CErq@@SAPBDXZ @41402 NONAME ?Class@MCS_ChannelAttributes@@SAPBDXZ @41403 NONAME ?Class@MCS_ChannelAttributes_assigned@@SAPBDXZ @41404 NONAME ?Class@MCS_ChannelAttributes_private@@SAPBDXZ @41405 NONAME ?Class@MCS_ChannelAttributes_static@@SAPBDXZ @41406 NONAME ?Class@MCS_ChannelAttributes_userId@@SAPBDXZ @41407 NONAME ?Class@MCS_ChannelId@@SAPBDXZ @41408 NONAME ?Class@MCS_CJcf@@SAPBDXZ @41409 NONAME ?Class@MCS_CJrq@@SAPBDXZ @41410 NONAME ?Class@MCS_CLrq@@SAPBDXZ @41411 NONAME ?Class@MCS_ConnectMCSPDU@@SAPBDXZ @41412 NONAME ?Class@MCS_Connect_Additional@@SAPBDXZ @41413 NONAME ?Class@MCS_Connect_Initial@@SAPBDXZ @41414 NONAME ?Class@MCS_Connect_Response@@SAPBDXZ @41415 NONAME ?Class@MCS_Connect_Result@@SAPBDXZ @41416 NONAME ?Class@MCS_DataPriority@@SAPBDXZ @41417 NONAME ?Class@MCS_Diagnostic@@SAPBDXZ @41418 NONAME ?Class@MCS_DomainMCSPDU@@SAPBDXZ @41419 NONAME ?Class@MCS_DomainParameters@@SAPBDXZ @41420 NONAME ?Class@MCS_DPum@@SAPBDXZ @41421 NONAME ?Class@MCS_DUin@@SAPBDXZ @41422 NONAME ?Class@MCS_DUrq@@SAPBDXZ @41423 NONAME ?Class@MCS_DynamicChannelId@@SAPBDXZ @41424 NONAME ?Class@MCS_EDrq@@SAPBDXZ @41425 NONAME ?Class@MCS_MCcf@@SAPBDXZ @41426 NONAME ?Class@MCS_MCrq@@SAPBDXZ @41427 NONAME ?Class@MCS_MTcf@@SAPBDXZ @41428 NONAME ?Class@MCS_MTrq@@SAPBDXZ @41429 NONAME ?Class@MCS_PCin@@SAPBDXZ @41430 NONAME ?Class@MCS_PDin@@SAPBDXZ @41431 NONAME ?Class@MCS_PrivateChannelId@@SAPBDXZ @41432 NONAME ?Class@MCS_PTin@@SAPBDXZ @41433 NONAME ?Class@MCS_Reason@@SAPBDXZ @41434 NONAME ?Class@MCS_Result@@SAPBDXZ @41435 NONAME ?Class@MCS_RJum@@SAPBDXZ @41436 NONAME ?Class@MCS_SDin@@SAPBDXZ @41437 NONAME ?Class@MCS_SDrq@@SAPBDXZ @41438 NONAME ?Class@MCS_Segmentation@@SAPBDXZ @41439 NONAME ?Class@MCS_StaticChannelId@@SAPBDXZ @41440 NONAME ?Class@MCS_TGcf@@SAPBDXZ @41441 NONAME ?Class@MCS_TGrq@@SAPBDXZ @41442 NONAME ?Class@MCS_TIcf@@SAPBDXZ @41443 NONAME ?Class@MCS_TIrq@@SAPBDXZ @41444 NONAME ?Class@MCS_TokenAttributes@@SAPBDXZ @41445 NONAME ?Class@MCS_TokenAttributes_given@@SAPBDXZ @41446 NONAME ?Class@MCS_TokenAttributes_giving@@SAPBDXZ @41447 NONAME ?Class@MCS_TokenAttributes_grabbed@@SAPBDXZ @41448 NONAME ?Class@MCS_TokenAttributes_inhibited@@SAPBDXZ @41449 NONAME ?Class@MCS_TokenAttributes_ungivable@@SAPBDXZ @41450 NONAME ?Class@MCS_TokenId@@SAPBDXZ @41451 NONAME ?Class@MCS_TokenStatus@@SAPBDXZ @41452 NONAME ?Class@MCS_TPin@@SAPBDXZ @41453 NONAME ?Class@MCS_TPrq@@SAPBDXZ @41454 NONAME ?Class@MCS_TRcf@@SAPBDXZ @41455 NONAME ?Class@MCS_TRrq@@SAPBDXZ @41456 NONAME ?Class@MCS_TTcf@@SAPBDXZ @41457 NONAME ?Class@MCS_TTrq@@SAPBDXZ @41458 NONAME ?Class@MCS_TVcf@@SAPBDXZ @41459 NONAME ?Class@MCS_TVin@@SAPBDXZ @41460 NONAME ?Class@MCS_TVrq@@SAPBDXZ @41461 NONAME ?Class@MCS_TVrs@@SAPBDXZ @41462 NONAME ?Class@MCS_UserId@@SAPBDXZ @41463 NONAME ?Class@MCS_USin@@SAPBDXZ @41464 NONAME ?Class@MCS_USrq@@SAPBDXZ @41465 NONAME ?Class@MXRecordList@PDNS@@SAPBDXZ @44341 NONAME ?Class@OpalFactoryCodec@@SAPBDXZ @43390 NONAME ?Class@OpalG711ALaw64k_Base@@SAPBDXZ @43391 NONAME ?Class@OpalG711ALaw64k_Decoder@@SAPBDXZ @43392 NONAME ?Class@OpalG711ALaw64k_Encoder@@SAPBDXZ @43393 NONAME ?Class@OpalG711uLaw64k_Base@@SAPBDXZ @43394 NONAME ?Class@OpalG711uLaw64k_Decoder@@SAPBDXZ @43395 NONAME ?Class@OpalG711uLaw64k_Encoder@@SAPBDXZ @43396 NONAME ?Class@OpalGloballyUniqueID@@SAPBDXZ @41466 NONAME ?Class@OpalIxJDevice@@SAPBDXZ @41467 NONAME ?Class@OpalLineChannel@@SAPBDXZ @41468 NONAME ?Class@OpalLineInterfaceDevice@@SAPBDXZ @41469 NONAME ?Class@OpalMediaFormat@@SAPBDXZ @41470 NONAME ?Class@OpalPluginCodec@@SAPBDXZ @43397 NONAME ?Class@OpalRFC2833@@SAPBDXZ @41471 NONAME ?Class@OpalRFC2833Info@@SAPBDXZ @41472 NONAME ?Class@OpalRtpToWavFile@@SAPBDXZ @41473 NONAME ?Class@OpalT120Protocol@@SAPBDXZ @41474 NONAME ?Class@OpalT38Protocol@@SAPBDXZ @41475 NONAME ?Class@OpalUSBDevice@@SAPBDXZ @44342 NONAME ?Class@OpalVoipBlasterDevice@@SAPBDXZ @41476 NONAME ?Class@OpalVXMLSession@@SAPBDXZ @41477 NONAME ?Class@OpalWAVFile@@SAPBDXZ @41478 NONAME ?Class@PAbstractSet@@SAPBDXZ @41479 NONAME ?Class@PAbstractSortedList@@SAPBDXZ @41480 NONAME ?Class@PASN_Array@@SAPBDXZ @41481 NONAME ?Class@PASN_BitString@@SAPBDXZ @41482 NONAME ?Class@PASN_BMPString@@SAPBDXZ @41483 NONAME ?Class@PASN_Boolean@@SAPBDXZ @41484 NONAME ?Class@PASN_Choice@@SAPBDXZ @41485 NONAME ?Class@PASN_ConstrainedObject@@SAPBDXZ @41486 NONAME ?Class@PASN_ConstrainedString@@SAPBDXZ @41487 NONAME ?Class@PASN_Enumeration@@SAPBDXZ @41488 NONAME ?Class@PASN_GeneralisedTime@@SAPBDXZ @41489 NONAME ?Class@PASN_GeneralString@@SAPBDXZ @41490 NONAME ?Class@PASN_IA5String@@SAPBDXZ @41491 NONAME ?Class@PASN_Integer@@SAPBDXZ @41492 NONAME ?Class@PASN_Null@@SAPBDXZ @41493 NONAME ?Class@PASN_NumericString@@SAPBDXZ @41494 NONAME ?Class@PASN_Object@@SAPBDXZ @41495 NONAME ?Class@PASN_ObjectId@@SAPBDXZ @41496 NONAME ?Class@PASN_OctetString@@SAPBDXZ @41497 NONAME ?Class@PASN_PrintableString@@SAPBDXZ @41498 NONAME ?Class@PASN_Sequence@@SAPBDXZ @41499 NONAME ?Class@PASN_Stream@@SAPBDXZ @41500 NONAME ?Class@PASN_VisibleString@@SAPBDXZ @41501 NONAME ?Class@PBYTEArray@@SAPBDXZ @41502 NONAME ?Class@PChannel@@SAPBDXZ @41503 NONAME ?Class@PDTMFEncoder@@SAPBDXZ @44343 NONAME ?Class@PDynaLink@@SAPBDXZ @41504 NONAME ?Class@PFile@@SAPBDXZ @41505 NONAME ?Class@PIndirectChannel@@SAPBDXZ @41506 NONAME ?Class@PLDAPAttributeBase@@SAPBDXZ @41507 NONAME ?Class@PLDAPStructBase@@SAPBDXZ @41508 NONAME ?Class@PluginLoader@@SAPBDXZ @44344 NONAME ?Class@PNotifierFunction@@SAPBDXZ @41509 NONAME ?Class@POrdinalKey@@SAPBDXZ @41510 NONAME ?Class@POrdinalToString@@SAPBDXZ @41511 NONAME ?Class@PPER_Stream@@SAPBDXZ @41512 NONAME ?Class@PQoS@@SAPBDXZ @41513 NONAME ?Class@PSafeCollection@@SAPBDXZ @41514 NONAME ?Class@PSafeObject@@SAPBDXZ @41515 NONAME ?Class@PSafePtrBase@@SAPBDXZ @41516 NONAME ?Class@PSmartObject@@SAPBDXZ @41517 NONAME ?Class@PSortedStringList@@SAPBDXZ @41518 NONAME ?Class@PSound@@SAPBDXZ @44345 NONAME ?Class@PStringSet@@SAPBDXZ @41519 NONAME ?Class@PVXMLSession@@SAPBDXZ @41521 NONAME ?Class@PWAVFile@@SAPBDXZ @41522 NONAME ?Class@Q931@@SAPBDXZ @41523 NONAME ?Class@ReceiverReport@RTP_Session@@SAPBDXZ @41524 NONAME ?Class@Request@H323Transactor@@SAPBDXZ @41525 NONAME ?Class@Response@H323Transactor@@SAPBDXZ @41526 NONAME ?Class@RTP_ControlFrame@@SAPBDXZ @41527 NONAME ?Class@RTP_DataFrame@@SAPBDXZ @41528 NONAME ?Class@RTP_JitterBuffer@@SAPBDXZ @41529 NONAME ?Class@RTP_JitterBufferAnalyser@@SAPBDXZ @41530 NONAME ?Class@RTP_QOS@@SAPBDXZ @41531 NONAME ?Class@RTP_Session@@SAPBDXZ @41532 NONAME ?Class@RTP_SessionManager@@SAPBDXZ @41533 NONAME ?Class@RTP_UDP@@SAPBDXZ @41534 NONAME ?Class@RTP_UserData@@SAPBDXZ @41535 NONAME ?Class@SelectList@PSocket@@SAPBDXZ @41536 NONAME ?Class@SenderReport@RTP_Session@@SAPBDXZ @41537 NONAME ?Class@SourceDescription@RTP_Session@@SAPBDXZ @41538 NONAME ?Class@SRVRecordList@PDNS@@SAPBDXZ @44346 NONAME ?Class@StringMap@H323GatekeeperServer@@SAPBDXZ @41539 NONAME ?Class@T120ConnectPDU@@SAPBDXZ @41540 NONAME ?Class@T120_X224@@SAPBDXZ @41541 NONAME ?Class@T38_ArrayOf_PASN_OctetString@@SAPBDXZ @41542 NONAME ?Class@T38_Data_Field@@SAPBDXZ @41543 NONAME ?Class@T38_Data_Field_subtype@@SAPBDXZ @41544 NONAME ?Class@T38_Data_Field_subtype_field_type@@SAPBDXZ @41545 NONAME ?Class@T38_IFPPacket@@SAPBDXZ @41546 NONAME ?Class@T38_PreCorrigendum_Data_Field@@SAPBDXZ @41547 NONAME ?Class@T38_PreCorrigendum_Data_Field_subtype@@SAPBDXZ @41548 NONAME ?Class@T38_PreCorrigendum_Data_Field_subtype_field_type@@SAPBDXZ @41549 NONAME ?Class@T38_PreCorrigendum_IFPPacket@@SAPBDXZ @41550 NONAME ?Class@T38_Type_of_msg@@SAPBDXZ @41551 NONAME ?Class@T38_Type_of_msg_data@@SAPBDXZ @41552 NONAME ?Class@T38_Type_of_msg_t30_indicator@@SAPBDXZ @41553 NONAME ?Class@T38_UDPTLPacket@@SAPBDXZ @41554 NONAME ?Class@T38_UDPTLPacket_error_recovery@@SAPBDXZ @41555 NONAME ?Class@T38_UDPTLPacket_error_recovery_fec_info@@SAPBDXZ @41556 NONAME ?Class@T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@SAPBDXZ @41557 NONAME ?Class@T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@SAPBDXZ @41558 NONAME ?Class@T38_UDPTLPacket_primary_ifp_packet@@SAPBDXZ @41559 NONAME ?Class@VoipBlasterInterface@@SAPBDXZ @41560 NONAME ?Class@X224@@SAPBDXZ @41561 NONAME ?Class@X880_Code@@SAPBDXZ @41562 NONAME ?Class@X880_GeneralProblem@@SAPBDXZ @41563 NONAME ?Class@X880_Invoke@@SAPBDXZ @41564 NONAME ?Class@X880_InvokeId@@SAPBDXZ @41565 NONAME ?Class@X880_InvokeProblem@@SAPBDXZ @41566 NONAME ?Class@X880_Reject@@SAPBDXZ @41567 NONAME ?Class@X880_RejectProblem@@SAPBDXZ @41568 NONAME ?Class@X880_Reject_problem@@SAPBDXZ @41569 NONAME ?Class@X880_ReturnError@@SAPBDXZ @41570 NONAME ?Class@X880_ReturnErrorProblem@@SAPBDXZ @41571 NONAME ?Class@X880_ReturnResult@@SAPBDXZ @41572 NONAME ?Class@X880_ReturnResultProblem@@SAPBDXZ @41573 NONAME ?Class@X880_ReturnResult_result@@SAPBDXZ @41574 NONAME ?Class@X880_ROS@@SAPBDXZ @41575 NONAME ?CleanUpConnections@H323EndPoint@@UAEXXZ @43083 NONAME ?CleanUpOnCallEnd@H323Connection@@UAEXXZ @4383 NONAME ?CleanUpOnTermination@H323Channel@@UAEXXZ @4384 NONAME ?CleanUpOnTermination@H323DataChannel@@UAEXXZ @18852 NONAME ?CleanUpOnTermination@H323Transport@@QAEXXZ @4385 NONAME ?CleanUpOnTermination@H323_RTPChannel@@UAEXXZ @4386 NONAME ?CleanUpOnTermination@H323_T38Channel@@UAEXXZ @19874 NONAME ?CleanUpOnTermination@OpalT38Protocol@@UAEXXZ @19875 NONAME ?ClearAllCalls@H323EndPoint@@UAEXW4CallEndReason@H323Connection@@H@Z @12840 NONAME ?ClearCall@H323Connection@@UAEHW4CallEndReason@1@@Z @12841 NONAME ?ClearCall@H323EndPoint@@UAEHABVPString@@W4CallEndReason@H323Connection@@@Z @12842 NONAME ?ClearCallSynchronous@H323Connection@@UAEHPAVPSyncPoint@@W4CallEndReason@1@@Z @12843 NONAME ?ClearCallSynchronous@H323EndPoint@@UAEHABVPString@@W4CallEndReason@H323Connection@@@Z @12844 NONAME ?ClearCallSynchronous@H323EndPoint@@UAEHABVPString@@W4CallEndReason@H323Connection@@PAVPSyncPoint@@@Z @12845 NONAME ?ClearInfoRequestRate@H323Gatekeeper@@IAEXXZ @21251 NONAME ?Clone@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBEPAVPObject@@XZ @18536 NONAME ?Clone@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBEPAVPObject@@XZ @18537 NONAME ?Clone@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBEPAVPObject@@XZ @18538 NONAME ?Clone@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBEPAVPObject@@XZ @18539 NONAME ?Clone@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBEPAVPObject@@XZ @18540 NONAME ?Clone@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBEPAVPObject@@XZ @18541 NONAME ?Clone@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBEPAVPObject@@XZ @18542 NONAME ?Clone@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBEPAVPObject@@XZ @18543 NONAME ?Clone@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBEPAVPObject@@XZ @18544 NONAME ?Clone@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBEPAVPObject@@XZ @18545 NONAME ?Clone@?$PArray@V?$PList@VH323Capability@@@@@@UBEPAVPObject@@XZ @4400 NONAME ?Clone@?$PArray@VH323SimultaneousCapabilities@@@@UBEPAVPObject@@XZ @4401 NONAME ?Clone@?$PArray@VH323TransportAddress@@@@UBEPAVPObject@@XZ @25863 NONAME ?Clone@?$PArray@VReceiverReport@RTP_Session@@@@UBEPAVPObject@@XZ @12390 NONAME ?Clone@?$PArray@VSourceDescription@RTP_Session@@@@UBEPAVPObject@@XZ @12391 NONAME ?Clone@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UBEPAVPObject@@XZ @4403 NONAME ?Clone@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UBEPAVPObject@@XZ @22385 NONAME ?Clone@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UBEPAVPObject@@XZ @19443 NONAME ?Clone@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UBEPAVPObject@@XZ @4404 NONAME ?Clone@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UBEPAVPObject@@XZ @25864 NONAME ?Clone@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UBEPAVPObject@@XZ @4405 NONAME ?Clone@?$PDictionary@VPString@@VH323Connection@@@@UBEPAVPObject@@XZ @4406 NONAME ?Clone@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UBEPAVPObject@@XZ @19068 NONAME ?Clone@?$PDictionary@VPString@@VPOrdinalKey@@@@UBEPAVPObject@@XZ @25942 NONAME ?Clone@?$PList@VH235Authenticator@@@@UBEPAVPObject@@XZ @41576 NONAME ?Clone@?$PList@VH245_GenericParameter@@@@UBEPAVPObject@@XZ @44347 NONAME ?Clone@?$PList@VH323Capability@@@@UBEPAVPObject@@XZ @4407 NONAME ?Clone@?$PList@VH323Channel@@@@UBEPAVPObject@@XZ @4408 NONAME ?Clone@?$PList@VH323GatekeeperListener@@@@UBEPAVPObject@@XZ @19069 NONAME ?Clone@?$PList@VH323Listener@@@@UBEPAVPObject@@XZ @4410 NONAME ?Clone@?$PList@VH323Transactor@@@@UBEPAVPObject@@XZ @23995 NONAME ?Clone@?$PList@VH450xHandler@@@@UBEPAVPObject@@XZ @19444 NONAME ?Clone@?$PList@VOpalMediaFormat@@@@UBEPAVPObject@@XZ @12923 NONAME ?Clone@?$PList@VPBYTEArray@@@@UBEPAVPObject@@XZ @23666 NONAME ?Clone@?$POrdinalDictionary@VPString@@@@UBEPAVPObject@@XZ @22386 NONAME ?Clone@?$PSet@VPOrdinalKey@@@@UBEPAVPObject@@XZ @25943 NONAME ?Clone@?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@UBEPAVPObject@@XZ @20730 NONAME ?Clone@?$PSortedList@VH225_AliasAddress@@@@UBEPAVPObject@@XZ @26077 NONAME ?Clone@?$PSortedList@VH323GatekeeperCall@@@@UBEPAVPObject@@XZ @19070 NONAME ?Clone@?$PSortedList@VH323PeerElementDescriptor@@@@UBEPAVPObject@@XZ @25722 NONAME ?Clone@?$PSortedList@VH323PeerElementServiceRelationship@@@@UBEPAVPObject@@XZ @25723 NONAME ?Clone@?$PSortedList@VMXRecord@PDNS@@@@UBEPAVPObject@@XZ @44348 NONAME ?Clone@?$PSortedList@VPString@@@@UBEPAVPObject@@XZ @41577 NONAME ?Clone@?$PSortedList@VResponse@H323Transactor@@@@UBEPAVPObject@@XZ @25865 NONAME ?Clone@?$PSortedList@VSRVRecord@PDNS@@@@UBEPAVPObject@@XZ @44349 NONAME ?Clone@?$PStringDictionary@VPOrdinalKey@@@@UBEPAVPObject@@XZ @12394 NONAME ?Clone@G7231_File_Capability@@UBEPAVPObject@@XZ @20887 NONAME ?Clone@GCC_AlternativeNodeID@@UBEPAVPObject@@XZ @4411 NONAME ?Clone@GCC_ApplicationInvokeIndication@@UBEPAVPObject@@XZ @4412 NONAME ?Clone@GCC_ApplicationInvokeSpecifier@@UBEPAVPObject@@XZ @4413 NONAME ?Clone@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@UBEPAVPObject@@XZ @4414 NONAME ?Clone@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBEPAVPObject@@XZ @4415 NONAME ?Clone@GCC_ApplicationRecord@@UBEPAVPObject@@XZ @4416 NONAME ?Clone@GCC_ApplicationRecord_nonCollapsingCapabilities@@UBEPAVPObject@@XZ @4417 NONAME ?Clone@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBEPAVPObject@@XZ @4418 NONAME ?Clone@GCC_ArrayOf_ApplicationInvokeSpecifier@@UBEPAVPObject@@XZ @4419 NONAME ?Clone@GCC_ArrayOf_ChallengeItem@@UBEPAVPObject@@XZ @4420 NONAME ?Clone@GCC_ArrayOf_ConferenceDescriptor@@UBEPAVPObject@@XZ @4421 NONAME ?Clone@GCC_ArrayOf_Privilege@@UBEPAVPObject@@XZ @4422 NONAME ?Clone@GCC_ArrayOf_TextString@@UBEPAVPObject@@XZ @4423 NONAME ?Clone@GCC_ArrayOf_UserID@@UBEPAVPObject@@XZ @4424 NONAME ?Clone@GCC_AsymmetryIndicator@@UBEPAVPObject@@XZ @4425 NONAME ?Clone@GCC_CapabilityClass@@UBEPAVPObject@@XZ @4426 NONAME ?Clone@GCC_CapabilityID@@UBEPAVPObject@@XZ @4427 NONAME ?Clone@GCC_ChallengeItem@@UBEPAVPObject@@XZ @4428 NONAME ?Clone@GCC_ChallengeRequest@@UBEPAVPObject@@XZ @4429 NONAME ?Clone@GCC_ChallengeResponse@@UBEPAVPObject@@XZ @4430 NONAME ?Clone@GCC_ChallengeResponseAlgorithm@@UBEPAVPObject@@XZ @4431 NONAME ?Clone@GCC_ChallengeResponseItem@@UBEPAVPObject@@XZ @4432 NONAME ?Clone@GCC_ChannelID@@UBEPAVPObject@@XZ @4433 NONAME ?Clone@GCC_ChannelType@@UBEPAVPObject@@XZ @4434 NONAME ?Clone@GCC_ConductorAssignIndication@@UBEPAVPObject@@XZ @4435 NONAME ?Clone@GCC_ConductorPermissionAskIndication@@UBEPAVPObject@@XZ @4436 NONAME ?Clone@GCC_ConductorPermissionGrantIndication@@UBEPAVPObject@@XZ @4437 NONAME ?Clone@GCC_ConductorReleaseIndication@@UBEPAVPObject@@XZ @4438 NONAME ?Clone@GCC_ConferenceAddRequest@@UBEPAVPObject@@XZ @4439 NONAME ?Clone@GCC_ConferenceAddResponse@@UBEPAVPObject@@XZ @4440 NONAME ?Clone@GCC_ConferenceAddResponse_result@@UBEPAVPObject@@XZ @4441 NONAME ?Clone@GCC_ConferenceAssistanceIndication@@UBEPAVPObject@@XZ @4442 NONAME ?Clone@GCC_ConferenceCreateRequest@@UBEPAVPObject@@XZ @4443 NONAME ?Clone@GCC_ConferenceCreateResponse@@UBEPAVPObject@@XZ @4444 NONAME ?Clone@GCC_ConferenceCreateResponse_result@@UBEPAVPObject@@XZ @4445 NONAME ?Clone@GCC_ConferenceDescriptor@@UBEPAVPObject@@XZ @4446 NONAME ?Clone@GCC_ConferenceEjectUserIndication@@UBEPAVPObject@@XZ @4447 NONAME ?Clone@GCC_ConferenceEjectUserIndication_reason@@UBEPAVPObject@@XZ @4448 NONAME ?Clone@GCC_ConferenceEjectUserRequest@@UBEPAVPObject@@XZ @4449 NONAME ?Clone@GCC_ConferenceEjectUserRequest_reason@@UBEPAVPObject@@XZ @4450 NONAME ?Clone@GCC_ConferenceEjectUserResponse@@UBEPAVPObject@@XZ @4451 NONAME ?Clone@GCC_ConferenceEjectUserResponse_result@@UBEPAVPObject@@XZ @4452 NONAME ?Clone@GCC_ConferenceInviteRequest@@UBEPAVPObject@@XZ @4453 NONAME ?Clone@GCC_ConferenceInviteResponse@@UBEPAVPObject@@XZ @4454 NONAME ?Clone@GCC_ConferenceInviteResponse_result@@UBEPAVPObject@@XZ @4455 NONAME ?Clone@GCC_ConferenceJoinRequest@@UBEPAVPObject@@XZ @4456 NONAME ?Clone@GCC_ConferenceJoinResponse@@UBEPAVPObject@@XZ @4457 NONAME ?Clone@GCC_ConferenceJoinResponse_result@@UBEPAVPObject@@XZ @4458 NONAME ?Clone@GCC_ConferenceLockIndication@@UBEPAVPObject@@XZ @4459 NONAME ?Clone@GCC_ConferenceLockRequest@@UBEPAVPObject@@XZ @4460 NONAME ?Clone@GCC_ConferenceLockResponse@@UBEPAVPObject@@XZ @4461 NONAME ?Clone@GCC_ConferenceLockResponse_result@@UBEPAVPObject@@XZ @4462 NONAME ?Clone@GCC_ConferenceName@@UBEPAVPObject@@XZ @4463 NONAME ?Clone@GCC_ConferenceNameModifier@@UBEPAVPObject@@XZ @4464 NONAME ?Clone@GCC_ConferenceNameSelector@@UBEPAVPObject@@XZ @4465 NONAME ?Clone@GCC_ConferencePriority@@UBEPAVPObject@@XZ @4466 NONAME ?Clone@GCC_ConferencePriorityScheme@@UBEPAVPObject@@XZ @4467 NONAME ?Clone@GCC_ConferenceQueryRequest@@UBEPAVPObject@@XZ @4468 NONAME ?Clone@GCC_ConferenceQueryResponse@@UBEPAVPObject@@XZ @4469 NONAME ?Clone@GCC_ConferenceQueryResponse_result@@UBEPAVPObject@@XZ @4470 NONAME ?Clone@GCC_ConferenceTerminateIndication@@UBEPAVPObject@@XZ @4471 NONAME ?Clone@GCC_ConferenceTerminateIndication_reason@@UBEPAVPObject@@XZ @4472 NONAME ?Clone@GCC_ConferenceTerminateRequest@@UBEPAVPObject@@XZ @4473 NONAME ?Clone@GCC_ConferenceTerminateRequest_reason@@UBEPAVPObject@@XZ @4474 NONAME ?Clone@GCC_ConferenceTerminateResponse@@UBEPAVPObject@@XZ @4475 NONAME ?Clone@GCC_ConferenceTerminateResponse_result@@UBEPAVPObject@@XZ @4476 NONAME ?Clone@GCC_ConferenceTimeExtendIndication@@UBEPAVPObject@@XZ @4477 NONAME ?Clone@GCC_ConferenceTimeInquireIndication@@UBEPAVPObject@@XZ @4478 NONAME ?Clone@GCC_ConferenceTimeRemainingIndication@@UBEPAVPObject@@XZ @4479 NONAME ?Clone@GCC_ConferenceTransferIndication@@UBEPAVPObject@@XZ @4480 NONAME ?Clone@GCC_ConferenceTransferRequest@@UBEPAVPObject@@XZ @4481 NONAME ?Clone@GCC_ConferenceTransferResponse@@UBEPAVPObject@@XZ @4482 NONAME ?Clone@GCC_ConferenceTransferResponse_result@@UBEPAVPObject@@XZ @4483 NONAME ?Clone@GCC_ConferenceUnlockIndication@@UBEPAVPObject@@XZ @4484 NONAME ?Clone@GCC_ConferenceUnlockRequest@@UBEPAVPObject@@XZ @4485 NONAME ?Clone@GCC_ConferenceUnlockResponse@@UBEPAVPObject@@XZ @4486 NONAME ?Clone@GCC_ConferenceUnlockResponse_result@@UBEPAVPObject@@XZ @4487 NONAME ?Clone@GCC_ConnectData@@UBEPAVPObject@@XZ @4488 NONAME ?Clone@GCC_ConnectGCCPDU@@UBEPAVPObject@@XZ @4489 NONAME ?Clone@GCC_DialingString@@UBEPAVPObject@@XZ @4490 NONAME ?Clone@GCC_DynamicChannelID@@UBEPAVPObject@@XZ @4491 NONAME ?Clone@GCC_DynamicTokenID@@UBEPAVPObject@@XZ @4492 NONAME ?Clone@GCC_EntityID@@UBEPAVPObject@@XZ @4493 NONAME ?Clone@GCC_ExtraDialingString@@UBEPAVPObject@@XZ @4494 NONAME ?Clone@GCC_FunctionNotSupportedResponse@@UBEPAVPObject@@XZ @4495 NONAME ?Clone@GCC_GCCPDU@@UBEPAVPObject@@XZ @4496 NONAME ?Clone@GCC_H221NonStandardIdentifier@@UBEPAVPObject@@XZ @4497 NONAME ?Clone@GCC_Handle@@UBEPAVPObject@@XZ @4498 NONAME ?Clone@GCC_IndicationPDU@@UBEPAVPObject@@XZ @4499 NONAME ?Clone@GCC_Key@@UBEPAVPObject@@XZ @4500 NONAME ?Clone@GCC_NetworkAddress@@UBEPAVPObject@@XZ @4501 NONAME ?Clone@GCC_NetworkAddress_subtype@@UBEPAVPObject@@XZ @4502 NONAME ?Clone@GCC_NetworkAddress_subtype_aggregatedChannel@@UBEPAVPObject@@XZ @4503 NONAME ?Clone@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBEPAVPObject@@XZ @4504 NONAME ?Clone@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBEPAVPObject@@XZ @4505 NONAME ?Clone@GCC_NetworkAddress_subtype_transportConnection@@UBEPAVPObject@@XZ @4506 NONAME ?Clone@GCC_NodeProperties@@UBEPAVPObject@@XZ @4507 NONAME ?Clone@GCC_NodeRecord@@UBEPAVPObject@@XZ @4508 NONAME ?Clone@GCC_NodeType@@UBEPAVPObject@@XZ @4509 NONAME ?Clone@GCC_NonStandardParameter@@UBEPAVPObject@@XZ @4510 NONAME ?Clone@GCC_NonStandardPDU@@UBEPAVPObject@@XZ @4511 NONAME ?Clone@GCC_Password@@UBEPAVPObject@@XZ @4512 NONAME ?Clone@GCC_PasswordChallengeRequestResponse@@UBEPAVPObject@@XZ @4513 NONAME ?Clone@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBEPAVPObject@@XZ @4514 NONAME ?Clone@GCC_PasswordSelector@@UBEPAVPObject@@XZ @4515 NONAME ?Clone@GCC_Privilege@@UBEPAVPObject@@XZ @4516 NONAME ?Clone@GCC_RegistryAllocateHandleRequest@@UBEPAVPObject@@XZ @4517 NONAME ?Clone@GCC_RegistryAllocateHandleResponse@@UBEPAVPObject@@XZ @4518 NONAME ?Clone@GCC_RegistryAllocateHandleResponse_result@@UBEPAVPObject@@XZ @4519 NONAME ?Clone@GCC_RegistryAssignTokenRequest@@UBEPAVPObject@@XZ @4520 NONAME ?Clone@GCC_RegistryDeleteEntryRequest@@UBEPAVPObject@@XZ @4521 NONAME ?Clone@GCC_RegistryEntryOwner@@UBEPAVPObject@@XZ @4522 NONAME ?Clone@GCC_RegistryEntryOwner_owned@@UBEPAVPObject@@XZ @4523 NONAME ?Clone@GCC_RegistryItem@@UBEPAVPObject@@XZ @4524 NONAME ?Clone@GCC_RegistryKey@@UBEPAVPObject@@XZ @4525 NONAME ?Clone@GCC_RegistryModificationRights@@UBEPAVPObject@@XZ @4526 NONAME ?Clone@GCC_RegistryMonitorEntryIndication@@UBEPAVPObject@@XZ @4527 NONAME ?Clone@GCC_RegistryMonitorEntryRequest@@UBEPAVPObject@@XZ @4528 NONAME ?Clone@GCC_RegistryRegisterChannelRequest@@UBEPAVPObject@@XZ @4529 NONAME ?Clone@GCC_RegistryResponse@@UBEPAVPObject@@XZ @4530 NONAME ?Clone@GCC_RegistryResponse_primitiveType@@UBEPAVPObject@@XZ @4531 NONAME ?Clone@GCC_RegistryResponse_result@@UBEPAVPObject@@XZ @4532 NONAME ?Clone@GCC_RegistryRetrieveEntryRequest@@UBEPAVPObject@@XZ @4533 NONAME ?Clone@GCC_RegistrySetParameterRequest@@UBEPAVPObject@@XZ @4534 NONAME ?Clone@GCC_RequestPDU@@UBEPAVPObject@@XZ @4535 NONAME ?Clone@GCC_ResponsePDU@@UBEPAVPObject@@XZ @4536 NONAME ?Clone@GCC_RosterUpdateIndication@@UBEPAVPObject@@XZ @4537 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation@@UBEPAVPObject@@XZ @4538 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBEPAVPObject@@XZ @4539 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@UBEPAVPObject@@XZ @4540 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@UBEPAVPObject@@XZ @4541 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBEPAVPObject@@XZ @4542 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@UBEPAVPObject@@XZ @4543 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@UBEPAVPObject@@XZ @4544 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBEPAVPObject@@XZ @4545 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@UBEPAVPObject@@XZ @4546 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBEPAVPObject@@XZ @4547 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@UBEPAVPObject@@XZ @4548 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation@@UBEPAVPObject@@XZ @4549 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@UBEPAVPObject@@XZ @4550 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@UBEPAVPObject@@XZ @4551 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBEPAVPObject@@XZ @4552 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@UBEPAVPObject@@XZ @4553 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBEPAVPObject@@XZ @4554 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@UBEPAVPObject@@XZ @4555 NONAME ?Clone@GCC_SessionKey@@UBEPAVPObject@@XZ @4556 NONAME ?Clone@GCC_SimpleNumericString@@UBEPAVPObject@@XZ @4557 NONAME ?Clone@GCC_SimpleTextString@@UBEPAVPObject@@XZ @4558 NONAME ?Clone@GCC_StaticChannelID@@UBEPAVPObject@@XZ @4559 NONAME ?Clone@GCC_StaticTokenID@@UBEPAVPObject@@XZ @4560 NONAME ?Clone@GCC_SubAddressString@@UBEPAVPObject@@XZ @4561 NONAME ?Clone@GCC_TerminationMethod@@UBEPAVPObject@@XZ @4562 NONAME ?Clone@GCC_TextMessageIndication@@UBEPAVPObject@@XZ @4563 NONAME ?Clone@GCC_TextString@@UBEPAVPObject@@XZ @4564 NONAME ?Clone@GCC_Time@@UBEPAVPObject@@XZ @4565 NONAME ?Clone@GCC_TokenID@@UBEPAVPObject@@XZ @4566 NONAME ?Clone@GCC_UserData@@UBEPAVPObject@@XZ @4567 NONAME ?Clone@GCC_UserData_subtype@@UBEPAVPObject@@XZ @4568 NONAME ?Clone@GCC_UserID@@UBEPAVPObject@@XZ @4569 NONAME ?Clone@GCC_UserIDIndication@@UBEPAVPObject@@XZ @4570 NONAME ?Clone@H225_AddressPattern@@UBEPAVPObject@@XZ @17165 NONAME ?Clone@H225_AddressPattern_range@@UBEPAVPObject@@XZ @17166 NONAME ?Clone@H225_AdmissionConfirm@@UBEPAVPObject@@XZ @4571 NONAME ?Clone@H225_AdmissionConfirm_language@@UBEPAVPObject@@XZ @17167 NONAME ?Clone@H225_AdmissionReject@@UBEPAVPObject@@XZ @4572 NONAME ?Clone@H225_AdmissionRejectReason@@UBEPAVPObject@@XZ @4573 NONAME ?Clone@H225_AdmissionRequest@@UBEPAVPObject@@XZ @4574 NONAME ?Clone@H225_Alerting_UUIE@@UBEPAVPObject@@XZ @4575 NONAME ?Clone@H225_AliasAddress@@UBEPAVPObject@@XZ @4576 NONAME ?Clone@H225_AlternateGK@@UBEPAVPObject@@XZ @4577 NONAME ?Clone@H225_AlternateTransportAddresses@@UBEPAVPObject@@XZ @17168 NONAME ?Clone@H225_AltGKInfo@@UBEPAVPObject@@XZ @4578 NONAME ?Clone@H225_ANSI_41_UIM@@UBEPAVPObject@@XZ @17169 NONAME ?Clone@H225_ANSI_41_UIM_system_id@@UBEPAVPObject@@XZ @17170 NONAME ?Clone@H225_ArrayOf_AddressPattern@@UBEPAVPObject@@XZ @17171 NONAME ?Clone@H225_ArrayOf_AdmissionConfirm@@UBEPAVPObject@@XZ @26939 NONAME ?Clone@H225_ArrayOf_AliasAddress@@UBEPAVPObject@@XZ @4579 NONAME ?Clone@H225_ArrayOf_AlternateGK@@UBEPAVPObject@@XZ @4580 NONAME ?Clone@H225_ArrayOf_AuthenticationMechanism@@UBEPAVPObject@@XZ @4581 NONAME ?Clone@H225_ArrayOf_BandwidthDetails@@UBEPAVPObject@@XZ @17172 NONAME ?Clone@H225_ArrayOf_CallReferenceValue@@UBEPAVPObject@@XZ @4582 NONAME ?Clone@H225_ArrayOf_CallsAvailable@@UBEPAVPObject@@XZ @17173 NONAME ?Clone@H225_ArrayOf_ClearToken@@UBEPAVPObject@@XZ @4583 NONAME ?Clone@H225_ArrayOf_ConferenceIdentifier@@UBEPAVPObject@@XZ @4584 NONAME ?Clone@H225_ArrayOf_ConferenceList@@UBEPAVPObject@@XZ @4585 NONAME ?Clone@H225_ArrayOf_CryptoH323Token@@UBEPAVPObject@@XZ @4586 NONAME ?Clone@H225_ArrayOf_DataRate@@UBEPAVPObject@@XZ @4587 NONAME ?Clone@H225_ArrayOf_Endpoint@@UBEPAVPObject@@XZ @4588 NONAME ?Clone@H225_ArrayOf_EnumeratedParameter@@UBEPAVPObject@@XZ @17174 NONAME ?Clone@H225_ArrayOf_ExtendedAliasAddress@@UBEPAVPObject@@XZ @17175 NONAME ?Clone@H225_ArrayOf_FeatureDescriptor@@UBEPAVPObject@@XZ @17176 NONAME ?Clone@H225_ArrayOf_GenericData@@UBEPAVPObject@@XZ @17177 NONAME ?Clone@H225_ArrayOf_H245Security@@UBEPAVPObject@@XZ @4589 NONAME ?Clone@H225_ArrayOf_H248PackagesDescriptor@@UBEPAVPObject@@XZ @17178 NONAME ?Clone@H225_ArrayOf_IntegrityMechanism@@UBEPAVPObject@@XZ @4590 NONAME ?Clone@H225_ArrayOf_NonStandardParameter@@UBEPAVPObject@@XZ @4591 NONAME ?Clone@H225_ArrayOf_PartyNumber@@UBEPAVPObject@@XZ @17179 NONAME ?Clone@H225_ArrayOf_PASN_ObjectId@@UBEPAVPObject@@XZ @4592 NONAME ?Clone@H225_ArrayOf_PASN_OctetString@@UBEPAVPObject@@XZ @4593 NONAME ?Clone@H225_ArrayOf_RasUsageSpecification@@UBEPAVPObject@@XZ @17180 NONAME ?Clone@H225_ArrayOf_RTPSession@@UBEPAVPObject@@XZ @4594 NONAME ?Clone@H225_ArrayOf_ServiceControlSession@@UBEPAVPObject@@XZ @17181 NONAME ?Clone@H225_ArrayOf_SupportedPrefix@@UBEPAVPObject@@XZ @4595 NONAME ?Clone@H225_ArrayOf_SupportedProtocols@@UBEPAVPObject@@XZ @4596 NONAME ?Clone@H225_ArrayOf_TransportAddress@@UBEPAVPObject@@XZ @4597 NONAME ?Clone@H225_ArrayOf_TransportChannelInfo@@UBEPAVPObject@@XZ @4598 NONAME ?Clone@H225_ArrayOf_TunnelledProtocol@@UBEPAVPObject@@XZ @17182 NONAME ?Clone@H225_BandRejectReason@@UBEPAVPObject@@XZ @4599 NONAME ?Clone@H225_BandWidth@@UBEPAVPObject@@XZ @4600 NONAME ?Clone@H225_BandwidthConfirm@@UBEPAVPObject@@XZ @4601 NONAME ?Clone@H225_BandwidthDetails@@UBEPAVPObject@@XZ @17183 NONAME ?Clone@H225_BandwidthReject@@UBEPAVPObject@@XZ @4602 NONAME ?Clone@H225_BandwidthRequest@@UBEPAVPObject@@XZ @4603 NONAME ?Clone@H225_CallCapacity@@UBEPAVPObject@@XZ @17184 NONAME ?Clone@H225_CallCapacityInfo@@UBEPAVPObject@@XZ @17185 NONAME ?Clone@H225_CallCreditCapability@@UBEPAVPObject@@XZ @17186 NONAME ?Clone@H225_CallCreditServiceControl@@UBEPAVPObject@@XZ @17187 NONAME ?Clone@H225_CallCreditServiceControl_billingMode@@UBEPAVPObject@@XZ @17188 NONAME ?Clone@H225_CallCreditServiceControl_callStartingPoint@@UBEPAVPObject@@XZ @17189 NONAME ?Clone@H225_CallIdentifier@@UBEPAVPObject@@XZ @4604 NONAME ?Clone@H225_CallLinkage@@UBEPAVPObject@@XZ @17190 NONAME ?Clone@H225_CallModel@@UBEPAVPObject@@XZ @4605 NONAME ?Clone@H225_CallProceeding_UUIE@@UBEPAVPObject@@XZ @4606 NONAME ?Clone@H225_CallReferenceValue@@UBEPAVPObject@@XZ @4607 NONAME ?Clone@H225_CallsAvailable@@UBEPAVPObject@@XZ @17191 NONAME ?Clone@H225_CallTerminationCause@@UBEPAVPObject@@XZ @17192 NONAME ?Clone@H225_CallType@@UBEPAVPObject@@XZ @4608 NONAME ?Clone@H225_CapacityReportingCapability@@UBEPAVPObject@@XZ @17193 NONAME ?Clone@H225_CapacityReportingSpecification@@UBEPAVPObject@@XZ @17194 NONAME ?Clone@H225_CapacityReportingSpecification_when@@UBEPAVPObject@@XZ @17195 NONAME ?Clone@H225_CarrierInfo@@UBEPAVPObject@@XZ @26940 NONAME ?Clone@H225_CicInfo@@UBEPAVPObject@@XZ @17196 NONAME ?Clone@H225_CicInfo_cic@@UBEPAVPObject@@XZ @17197 NONAME ?Clone@H225_CircuitIdentifier@@UBEPAVPObject@@XZ @17198 NONAME ?Clone@H225_CircuitInfo@@UBEPAVPObject@@XZ @17199 NONAME ?Clone@H225_ConferenceIdentifier@@UBEPAVPObject@@XZ @4609 NONAME ?Clone@H225_ConferenceList@@UBEPAVPObject@@XZ @4610 NONAME ?Clone@H225_Connect_UUIE@@UBEPAVPObject@@XZ @4611 NONAME ?Clone@H225_Connect_UUIE_language@@UBEPAVPObject@@XZ @17200 NONAME ?Clone@H225_Content@@UBEPAVPObject@@XZ @17201 NONAME ?Clone@H225_CryptoH323Token@@UBEPAVPObject@@XZ @4612 NONAME ?Clone@H225_CryptoH323Token_cryptoEPPwdHash@@UBEPAVPObject@@XZ @4613 NONAME ?Clone@H225_CryptoH323Token_cryptoGKPwdHash@@UBEPAVPObject@@XZ @4614 NONAME ?Clone@H225_DataRate@@UBEPAVPObject@@XZ @4615 NONAME ?Clone@H225_DisengageConfirm@@UBEPAVPObject@@XZ @4616 NONAME ?Clone@H225_DisengageReason@@UBEPAVPObject@@XZ @4617 NONAME ?Clone@H225_DisengageReject@@UBEPAVPObject@@XZ @4618 NONAME ?Clone@H225_DisengageRejectReason@@UBEPAVPObject@@XZ @4619 NONAME ?Clone@H225_DisengageRequest@@UBEPAVPObject@@XZ @4620 NONAME ?Clone@H225_EncodedFastStartToken@@UBEPAVPObject@@XZ @18546 NONAME ?Clone@H225_EncryptIntAlg@@UBEPAVPObject@@XZ @4621 NONAME ?Clone@H225_Endpoint@@UBEPAVPObject@@XZ @4622 NONAME ?Clone@H225_EndpointIdentifier@@UBEPAVPObject@@XZ @4623 NONAME ?Clone@H225_EndpointType@@UBEPAVPObject@@XZ @4624 NONAME ?Clone@H225_EnumeratedParameter@@UBEPAVPObject@@XZ @17202 NONAME ?Clone@H225_ExtendedAliasAddress@@UBEPAVPObject@@XZ @17203 NONAME ?Clone@H225_FacilityReason@@UBEPAVPObject@@XZ @4625 NONAME ?Clone@H225_Facility_UUIE@@UBEPAVPObject@@XZ @4626 NONAME ?Clone@H225_FastStartToken@@UBEPAVPObject@@XZ @4627 NONAME ?Clone@H225_FeatureDescriptor@@UBEPAVPObject@@XZ @17204 NONAME ?Clone@H225_FeatureSet@@UBEPAVPObject@@XZ @17205 NONAME ?Clone@H225_GatekeeperConfirm@@UBEPAVPObject@@XZ @4628 NONAME ?Clone@H225_GatekeeperIdentifier@@UBEPAVPObject@@XZ @4629 NONAME ?Clone@H225_GatekeeperInfo@@UBEPAVPObject@@XZ @4630 NONAME ?Clone@H225_GatekeeperReject@@UBEPAVPObject@@XZ @4631 NONAME ?Clone@H225_GatekeeperRejectReason@@UBEPAVPObject@@XZ @4632 NONAME ?Clone@H225_GatekeeperRequest@@UBEPAVPObject@@XZ @4633 NONAME ?Clone@H225_GatewayInfo@@UBEPAVPObject@@XZ @4634 NONAME ?Clone@H225_GenericData@@UBEPAVPObject@@XZ @17206 NONAME ?Clone@H225_GenericIdentifier@@UBEPAVPObject@@XZ @17207 NONAME ?Clone@H225_GloballyUniqueID@@UBEPAVPObject@@XZ @4635 NONAME ?Clone@H225_GroupID@@UBEPAVPObject@@XZ @17208 NONAME ?Clone@H225_GroupID_member@@UBEPAVPObject@@XZ @17209 NONAME ?Clone@H225_GSM_UIM@@UBEPAVPObject@@XZ @17210 NONAME ?Clone@H225_H221NonStandard@@UBEPAVPObject@@XZ @4636 NONAME ?Clone@H225_H245Security@@UBEPAVPObject@@XZ @4637 NONAME ?Clone@H225_H248PackagesDescriptor@@UBEPAVPObject@@XZ @17211 NONAME ?Clone@H225_H248SignalsDescriptor@@UBEPAVPObject@@XZ @17212 NONAME ?Clone@H225_H310Caps@@UBEPAVPObject@@XZ @4638 NONAME ?Clone@H225_H320Caps@@UBEPAVPObject@@XZ @4639 NONAME ?Clone@H225_H321Caps@@UBEPAVPObject@@XZ @4640 NONAME ?Clone@H225_H322Caps@@UBEPAVPObject@@XZ @4641 NONAME ?Clone@H225_H323Caps@@UBEPAVPObject@@XZ @4642 NONAME ?Clone@H225_H323_UserInformation@@UBEPAVPObject@@XZ @4643 NONAME ?Clone@H225_H323_UserInformation_user_data@@UBEPAVPObject@@XZ @4644 NONAME ?Clone@H225_H323_UU_PDU@@UBEPAVPObject@@XZ @4645 NONAME ?Clone@H225_H323_UU_PDU_h323_message_body@@UBEPAVPObject@@XZ @4646 NONAME ?Clone@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBEPAVPObject@@XZ @17213 NONAME ?Clone@H225_H324Caps@@UBEPAVPObject@@XZ @4647 NONAME ?Clone@H225_ICV@@UBEPAVPObject@@XZ @4648 NONAME ?Clone@H225_InfoRequest@@UBEPAVPObject@@XZ @4649 NONAME ?Clone@H225_InfoRequestAck@@UBEPAVPObject@@XZ @4650 NONAME ?Clone@H225_InfoRequestNak@@UBEPAVPObject@@XZ @4651 NONAME ?Clone@H225_InfoRequestNakReason@@UBEPAVPObject@@XZ @4652 NONAME ?Clone@H225_InfoRequestResponse@@UBEPAVPObject@@XZ @4653 NONAME ?Clone@H225_InfoRequestResponseStatus@@UBEPAVPObject@@XZ @17214 NONAME ?Clone@H225_InfoRequestResponse_perCallInfo@@UBEPAVPObject@@XZ @4654 NONAME ?Clone@H225_InfoRequestResponse_perCallInfo_subtype@@UBEPAVPObject@@XZ @4655 NONAME ?Clone@H225_InfoRequestResponse_perCallInfo_subtype_pdu@@UBEPAVPObject@@XZ @4656 NONAME ?Clone@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBEPAVPObject@@XZ @4657 NONAME ?Clone@H225_Information_UUIE@@UBEPAVPObject@@XZ @4658 NONAME ?Clone@H225_IntegrityMechanism@@UBEPAVPObject@@XZ @4659 NONAME ?Clone@H225_LocationConfirm@@UBEPAVPObject@@XZ @4660 NONAME ?Clone@H225_LocationReject@@UBEPAVPObject@@XZ @4661 NONAME ?Clone@H225_LocationRejectReason@@UBEPAVPObject@@XZ @4662 NONAME ?Clone@H225_LocationRequest@@UBEPAVPObject@@XZ @4663 NONAME ?Clone@H225_McuInfo@@UBEPAVPObject@@XZ @4664 NONAME ?Clone@H225_MobileUIM@@UBEPAVPObject@@XZ @17215 NONAME ?Clone@H225_NonIsoIntegrityMechanism@@UBEPAVPObject@@XZ @4665 NONAME ?Clone@H225_NonStandardIdentifier@@UBEPAVPObject@@XZ @4666 NONAME ?Clone@H225_NonStandardMessage@@UBEPAVPObject@@XZ @4667 NONAME ?Clone@H225_NonStandardParameter@@UBEPAVPObject@@XZ @4668 NONAME ?Clone@H225_NonStandardProtocol@@UBEPAVPObject@@XZ @4669 NONAME ?Clone@H225_Notify_UUIE@@UBEPAVPObject@@XZ @17216 NONAME ?Clone@H225_NumberDigits@@UBEPAVPObject@@XZ @4670 NONAME ?Clone@H225_PartyNumber@@UBEPAVPObject@@XZ @4671 NONAME ?Clone@H225_PresentationIndicator@@UBEPAVPObject@@XZ @17217 NONAME ?Clone@H225_PrivatePartyNumber@@UBEPAVPObject@@XZ @4672 NONAME ?Clone@H225_PrivateTypeOfNumber@@UBEPAVPObject@@XZ @4673 NONAME ?Clone@H225_Progress_UUIE@@UBEPAVPObject@@XZ @4674 NONAME ?Clone@H225_ProtocolIdentifier@@UBEPAVPObject@@XZ @4675 NONAME ?Clone@H225_PublicPartyNumber@@UBEPAVPObject@@XZ @4676 NONAME ?Clone@H225_PublicTypeOfNumber@@UBEPAVPObject@@XZ @4677 NONAME ?Clone@H225_Q954Details@@UBEPAVPObject@@XZ @4678 NONAME ?Clone@H225_QseriesOptions@@UBEPAVPObject@@XZ @4679 NONAME ?Clone@H225_RasMessage@@UBEPAVPObject@@XZ @4680 NONAME ?Clone@H225_RasUsageInformation@@UBEPAVPObject@@XZ @17218 NONAME ?Clone@H225_RasUsageInfoTypes@@UBEPAVPObject@@XZ @17219 NONAME ?Clone@H225_RasUsageSpecification@@UBEPAVPObject@@XZ @17220 NONAME ?Clone@H225_RasUsageSpecification_callStartingPoint@@UBEPAVPObject@@XZ @17221 NONAME ?Clone@H225_RasUsageSpecification_when@@UBEPAVPObject@@XZ @17222 NONAME ?Clone@H225_RegistrationConfirm@@UBEPAVPObject@@XZ @4681 NONAME ?Clone@H225_RegistrationConfirm_preGrantedARQ@@UBEPAVPObject@@XZ @4682 NONAME ?Clone@H225_RegistrationReject@@UBEPAVPObject@@XZ @4683 NONAME ?Clone@H225_RegistrationRejectReason@@UBEPAVPObject@@XZ @4684 NONAME ?Clone@H225_RegistrationRejectReason_invalidTerminalAliases@@UBEPAVPObject@@XZ @17223 NONAME ?Clone@H225_RegistrationRequest@@UBEPAVPObject@@XZ @4685 NONAME ?Clone@H225_ReleaseCompleteReason@@UBEPAVPObject@@XZ @4686 NONAME ?Clone@H225_ReleaseComplete_UUIE@@UBEPAVPObject@@XZ @4687 NONAME ?Clone@H225_RequestInProgress@@UBEPAVPObject@@XZ @4688 NONAME ?Clone@H225_RequestSeqNum@@UBEPAVPObject@@XZ @4689 NONAME ?Clone@H225_ResourcesAvailableConfirm@@UBEPAVPObject@@XZ @4690 NONAME ?Clone@H225_ResourcesAvailableIndicate@@UBEPAVPObject@@XZ @4691 NONAME ?Clone@H225_RTPSession@@UBEPAVPObject@@XZ @4692 NONAME ?Clone@H225_RTPSession_associatedSessionIds@@UBEPAVPObject@@XZ @4693 NONAME ?Clone@H225_ScnConnectionAggregation@@UBEPAVPObject@@XZ @17224 NONAME ?Clone@H225_ScnConnectionType@@UBEPAVPObject@@XZ @17225 NONAME ?Clone@H225_ScreeningIndicator@@UBEPAVPObject@@XZ @17226 NONAME ?Clone@H225_SecurityCapabilities@@UBEPAVPObject@@XZ @4694 NONAME ?Clone@H225_SecurityErrors2@@UBEPAVPObject@@XZ @26941 NONAME ?Clone@H225_SecurityErrors@@UBEPAVPObject@@XZ @26942 NONAME ?Clone@H225_SecurityServiceMode@@UBEPAVPObject@@XZ @4695 NONAME ?Clone@H225_ServiceControlDescriptor@@UBEPAVPObject@@XZ @17227 NONAME ?Clone@H225_ServiceControlIndication@@UBEPAVPObject@@XZ @17228 NONAME ?Clone@H225_ServiceControlIndication_callSpecific@@UBEPAVPObject@@XZ @17229 NONAME ?Clone@H225_ServiceControlResponse@@UBEPAVPObject@@XZ @17230 NONAME ?Clone@H225_ServiceControlResponse_result@@UBEPAVPObject@@XZ @17231 NONAME ?Clone@H225_ServiceControlSession@@UBEPAVPObject@@XZ @17232 NONAME ?Clone@H225_ServiceControlSession_reason@@UBEPAVPObject@@XZ @17233 NONAME ?Clone@H225_SetupAcknowledge_UUIE@@UBEPAVPObject@@XZ @17234 NONAME ?Clone@H225_Setup_UUIE@@UBEPAVPObject@@XZ @4696 NONAME ?Clone@H225_Setup_UUIE_conferenceGoal@@UBEPAVPObject@@XZ @4697 NONAME ?Clone@H225_Setup_UUIE_connectionParameters@@UBEPAVPObject@@XZ @17235 NONAME ?Clone@H225_Setup_UUIE_language@@UBEPAVPObject@@XZ @17236 NONAME ?Clone@H225_SIPCaps@@UBEPAVPObject@@XZ @26943 NONAME ?Clone@H225_StatusInquiry_UUIE@@UBEPAVPObject@@XZ @17237 NONAME ?Clone@H225_Status_UUIE@@UBEPAVPObject@@XZ @17238 NONAME ?Clone@H225_StimulusControl@@UBEPAVPObject@@XZ @17239 NONAME ?Clone@H225_SupportedPrefix@@UBEPAVPObject@@XZ @4698 NONAME ?Clone@H225_SupportedProtocols@@UBEPAVPObject@@XZ @4699 NONAME ?Clone@H225_T120OnlyCaps@@UBEPAVPObject@@XZ @4700 NONAME ?Clone@H225_T38FaxAnnexbOnlyCaps@@UBEPAVPObject@@XZ @17240 NONAME ?Clone@H225_TBCD_STRING@@UBEPAVPObject@@XZ @17241 NONAME ?Clone@H225_TerminalInfo@@UBEPAVPObject@@XZ @4701 NONAME ?Clone@H225_TimeToLive@@UBEPAVPObject@@XZ @4702 NONAME ?Clone@H225_TransportAddress@@UBEPAVPObject@@XZ @4703 NONAME ?Clone@H225_TransportAddress_ip6Address@@UBEPAVPObject@@XZ @4704 NONAME ?Clone@H225_TransportAddress_ipAddress@@UBEPAVPObject@@XZ @4705 NONAME ?Clone@H225_TransportAddress_ipSourceRoute@@UBEPAVPObject@@XZ @4706 NONAME ?Clone@H225_TransportAddress_ipSourceRoute_route@@UBEPAVPObject@@XZ @4707 NONAME ?Clone@H225_TransportAddress_ipSourceRoute_routing@@UBEPAVPObject@@XZ @4708 NONAME ?Clone@H225_TransportAddress_ipxAddress@@UBEPAVPObject@@XZ @4709 NONAME ?Clone@H225_TransportChannelInfo@@UBEPAVPObject@@XZ @4710 NONAME ?Clone@H225_TransportQOS@@UBEPAVPObject@@XZ @4711 NONAME ?Clone@H225_TunnelledProtocol@@UBEPAVPObject@@XZ @17242 NONAME ?Clone@H225_TunnelledProtocolAlternateIdentifier@@UBEPAVPObject@@XZ @17243 NONAME ?Clone@H225_TunnelledProtocol_id@@UBEPAVPObject@@XZ @17244 NONAME ?Clone@H225_UnknownMessageResponse@@UBEPAVPObject@@XZ @4712 NONAME ?Clone@H225_UnregistrationConfirm@@UBEPAVPObject@@XZ @4713 NONAME ?Clone@H225_UnregistrationReject@@UBEPAVPObject@@XZ @4714 NONAME ?Clone@H225_UnregistrationRequest@@UBEPAVPObject@@XZ @4715 NONAME ?Clone@H225_UnregRejectReason@@UBEPAVPObject@@XZ @4716 NONAME ?Clone@H225_UnregRequestReason@@UBEPAVPObject@@XZ @4717 NONAME ?Clone@H225_UseSpecifiedTransport@@UBEPAVPObject@@XZ @17245 NONAME ?Clone@H225_UUIEsRequested@@UBEPAVPObject@@XZ @4718 NONAME ?Clone@H225_VendorIdentifier@@UBEPAVPObject@@XZ @4719 NONAME ?Clone@H225_VoiceCaps@@UBEPAVPObject@@XZ @4720 NONAME ?Clone@H235AuthCAT@@UBEPAVPObject@@XZ @23877 NONAME ?Clone@H235Authenticators@@UBEPAVPObject@@XZ @21093 NONAME ?Clone@H235AuthProcedure1@@UBEPAVPObject@@XZ @21094 NONAME ?Clone@H235AuthSimpleMD5@@UBEPAVPObject@@XZ @21095 NONAME ?Clone@H235_AuthenticationBES@@UBEPAVPObject@@XZ @19234 NONAME ?Clone@H235_AuthenticationMechanism@@UBEPAVPObject@@XZ @4721 NONAME ?Clone@H235_ChallengeString@@UBEPAVPObject@@XZ @4722 NONAME ?Clone@H235_ClearToken@@UBEPAVPObject@@XZ @4723 NONAME ?Clone@H235_CryptoToken@@UBEPAVPObject@@XZ @4724 NONAME ?Clone@H235_CryptoToken_cryptoEncryptedToken@@UBEPAVPObject@@XZ @4725 NONAME ?Clone@H235_CryptoToken_cryptoHashedToken@@UBEPAVPObject@@XZ @4726 NONAME ?Clone@H235_CryptoToken_cryptoSignedToken@@UBEPAVPObject@@XZ @4727 NONAME ?Clone@H235_DHset@@UBEPAVPObject@@XZ @4728 NONAME ?Clone@H235_ECGDSASignature@@UBEPAVPObject@@XZ @26944 NONAME ?Clone@H235_ECKASDH@@UBEPAVPObject@@XZ @19236 NONAME ?Clone@H235_ECKASDH_eckasdh2@@UBEPAVPObject@@XZ @19237 NONAME ?Clone@H235_ECKASDH_eckasdhp@@UBEPAVPObject@@XZ @19238 NONAME ?Clone@H235_ECpoint@@UBEPAVPObject@@XZ @26945 NONAME ?Clone@H235_EncodedGeneralToken@@UBEPAVPObject@@XZ @18547 NONAME ?Clone@H235_EncodedKeySignedMaterial@@UBEPAVPObject@@XZ @18548 NONAME ?Clone@H235_EncodedKeySyncMaterial@@UBEPAVPObject@@XZ @18549 NONAME ?Clone@H235_EncodedPwdCertToken@@UBEPAVPObject@@XZ @18550 NONAME ?Clone@H235_EncodedReturnSig@@UBEPAVPObject@@XZ @18551 NONAME ?Clone@H235_H235CertificateSignature@@UBEPAVPObject@@XZ @4729 NONAME ?Clone@H235_H235Key@@UBEPAVPObject@@XZ @4730 NONAME ?Clone@H235_Identifier@@UBEPAVPObject@@XZ @4731 NONAME ?Clone@H235_IV16@@UBEPAVPObject@@XZ @19239 NONAME ?Clone@H235_IV8@@UBEPAVPObject@@XZ @4732 NONAME ?Clone@H235_KeyMaterial@@UBEPAVPObject@@XZ @4733 NONAME ?Clone@H235_KeySignedMaterial@@UBEPAVPObject@@XZ @4734 NONAME ?Clone@H235_KeySyncMaterial@@UBEPAVPObject@@XZ @4735 NONAME ?Clone@H235_NonStandardParameter@@UBEPAVPObject@@XZ @4736 NONAME ?Clone@H235_Params@@UBEPAVPObject@@XZ @4737 NONAME ?Clone@H235_Password@@UBEPAVPObject@@XZ @4738 NONAME ?Clone@H235_PwdCertToken@@UBEPAVPObject@@XZ @4739 NONAME ?Clone@H235_RandomVal@@UBEPAVPObject@@XZ @4740 NONAME ?Clone@H235_ReturnSig@@UBEPAVPObject@@XZ @4741 NONAME ?Clone@H235_TimeStamp@@UBEPAVPObject@@XZ @4742 NONAME ?Clone@H235_TypedCertificate@@UBEPAVPObject@@XZ @4743 NONAME ?Clone@H235_V3KeySyncMaterial@@UBEPAVPObject@@XZ @26946 NONAME ?Clone@H245_AlternativeCapabilitySet@@UBEPAVPObject@@XZ @4744 NONAME ?Clone@H245_ArrayOf_AlternativeCapabilitySet@@UBEPAVPObject@@XZ @4745 NONAME ?Clone@H245_ArrayOf_BEnhancementParameters@@UBEPAVPObject@@XZ @4746 NONAME ?Clone@H245_ArrayOf_CapabilityDescriptor@@UBEPAVPObject@@XZ @4747 NONAME ?Clone@H245_ArrayOf_CapabilityDescriptorNumber@@UBEPAVPObject@@XZ @4748 NONAME ?Clone@H245_ArrayOf_CapabilityTableEntry@@UBEPAVPObject@@XZ @4749 NONAME ?Clone@H245_ArrayOf_CapabilityTableEntryNumber@@UBEPAVPObject@@XZ @12639 NONAME ?Clone@H245_ArrayOf_CommunicationModeTableEntry@@UBEPAVPObject@@XZ @4751 NONAME ?Clone@H245_ArrayOf_CustomPictureClockFrequency@@UBEPAVPObject@@XZ @4752 NONAME ?Clone@H245_ArrayOf_CustomPictureFormat@@UBEPAVPObject@@XZ @4753 NONAME ?Clone@H245_ArrayOf_DataApplicationCapability@@UBEPAVPObject@@XZ @4754 NONAME ?Clone@H245_ArrayOf_DialingInformationNetworkType@@UBEPAVPObject@@XZ @17246 NONAME ?Clone@H245_ArrayOf_DialingInformationNumber@@UBEPAVPObject@@XZ @17247 NONAME ?Clone@H245_ArrayOf_EnhancementOptions@@UBEPAVPObject@@XZ @4755 NONAME ?Clone@H245_ArrayOf_EscrowData@@UBEPAVPObject@@XZ @4756 NONAME ?Clone@H245_ArrayOf_GenericCapability@@UBEPAVPObject@@XZ @44350 NONAME ?Clone@H245_ArrayOf_GenericParameter@@UBEPAVPObject@@XZ @17248 NONAME ?Clone@H245_ArrayOf_H263ModeComboFlags@@UBEPAVPObject@@XZ @4757 NONAME ?Clone@H245_ArrayOf_H263VideoModeCombos@@UBEPAVPObject@@XZ @4758 NONAME ?Clone@H245_ArrayOf_MediaChannelCapability@@UBEPAVPObject@@XZ @4759 NONAME ?Clone@H245_ArrayOf_MediaDistributionCapability@@UBEPAVPObject@@XZ @4760 NONAME ?Clone@H245_ArrayOf_ModeDescription@@UBEPAVPObject@@XZ @4761 NONAME ?Clone@H245_ArrayOf_MultiplePayloadStreamElement@@UBEPAVPObject@@XZ @26947 NONAME ?Clone@H245_ArrayOf_MultiplePayloadStreamElementMode@@UBEPAVPObject@@XZ @26948 NONAME ?Clone@H245_ArrayOf_MultiplexElement@@UBEPAVPObject@@XZ @4762 NONAME ?Clone@H245_ArrayOf_MultiplexEntryDescriptor@@UBEPAVPObject@@XZ @4763 NONAME ?Clone@H245_ArrayOf_MultiplexEntryRejectionDescriptions@@UBEPAVPObject@@XZ @4764 NONAME ?Clone@H245_ArrayOf_MultiplexTableEntryNumber@@UBEPAVPObject@@XZ @4765 NONAME ?Clone@H245_ArrayOf_NonStandardParameter@@UBEPAVPObject@@XZ @4766 NONAME ?Clone@H245_ArrayOf_ParameterIdentifier@@UBEPAVPObject@@XZ @17249 NONAME ?Clone@H245_ArrayOf_PictureReference@@UBEPAVPObject@@XZ @17250 NONAME ?Clone@H245_ArrayOf_Q2931Address@@UBEPAVPObject@@XZ @17251 NONAME ?Clone@H245_ArrayOf_QOSCapability@@UBEPAVPObject@@XZ @4767 NONAME ?Clone@H245_ArrayOf_RedundancyEncodingCapability@@UBEPAVPObject@@XZ @4768 NONAME ?Clone@H245_ArrayOf_RedundancyEncodingDTModeElement@@UBEPAVPObject@@XZ @26949 NONAME ?Clone@H245_ArrayOf_RedundancyEncodingElement@@UBEPAVPObject@@XZ @26950 NONAME ?Clone@H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@UBEPAVPObject@@XZ @4769 NONAME ?Clone@H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@UBEPAVPObject@@XZ @4770 NONAME ?Clone@H245_ArrayOf_RTPPayloadType@@UBEPAVPObject@@XZ @4771 NONAME ?Clone@H245_ArrayOf_TerminalInformation@@UBEPAVPObject@@XZ @4772 NONAME ?Clone@H245_ArrayOf_TerminalLabel@@UBEPAVPObject@@XZ @4773 NONAME ?Clone@H245_ArrayOf_VCCapability@@UBEPAVPObject@@XZ @4774 NONAME ?Clone@H245_ArrayOf_VideoCapability@@UBEPAVPObject@@XZ @44351 NONAME ?Clone@H245_ATMParameters@@UBEPAVPObject@@XZ @4775 NONAME ?Clone@H245_AudioCapability@@UBEPAVPObject@@XZ @4776 NONAME ?Clone@H245_AudioCapability_g7231@@UBEPAVPObject@@XZ @4777 NONAME ?Clone@H245_AudioMode@@UBEPAVPObject@@XZ @4778 NONAME ?Clone@H245_AudioMode_g7231@@UBEPAVPObject@@XZ @4779 NONAME ?Clone@H245_AudioTelephonyEventCapability@@UBEPAVPObject@@XZ @17252 NONAME ?Clone@H245_AudioToneCapability@@UBEPAVPObject@@XZ @17253 NONAME ?Clone@H245_AuthenticationCapability@@UBEPAVPObject@@XZ @4780 NONAME ?Clone@H245_BEnhancementParameters@@UBEPAVPObject@@XZ @4781 NONAME ?Clone@H245_Capability@@UBEPAVPObject@@XZ @4782 NONAME ?Clone@H245_CapabilityDescriptor@@UBEPAVPObject@@XZ @4783 NONAME ?Clone@H245_CapabilityDescriptorNumber@@UBEPAVPObject@@XZ @4784 NONAME ?Clone@H245_CapabilityIdentifier@@UBEPAVPObject@@XZ @17254 NONAME ?Clone@H245_CapabilityTableEntry@@UBEPAVPObject@@XZ @4785 NONAME ?Clone@H245_CapabilityTableEntryNumber@@UBEPAVPObject@@XZ @4786 NONAME ?Clone@H245_Capability_h233EncryptionReceiveCapability@@UBEPAVPObject@@XZ @4787 NONAME ?Clone@H245_CertSelectionCriteria@@UBEPAVPObject@@XZ @4788 NONAME ?Clone@H245_CloseLogicalChannel@@UBEPAVPObject@@XZ @4789 NONAME ?Clone@H245_CloseLogicalChannelAck@@UBEPAVPObject@@XZ @4790 NONAME ?Clone@H245_CloseLogicalChannel_reason@@UBEPAVPObject@@XZ @4791 NONAME ?Clone@H245_CloseLogicalChannel_source@@UBEPAVPObject@@XZ @4792 NONAME ?Clone@H245_CommandMessage@@UBEPAVPObject@@XZ @4793 NONAME ?Clone@H245_CommunicationModeCommand@@UBEPAVPObject@@XZ @4794 NONAME ?Clone@H245_CommunicationModeRequest@@UBEPAVPObject@@XZ @4795 NONAME ?Clone@H245_CommunicationModeResponse@@UBEPAVPObject@@XZ @4796 NONAME ?Clone@H245_CommunicationModeTableEntry@@UBEPAVPObject@@XZ @4797 NONAME ?Clone@H245_CommunicationModeTableEntry_dataType@@UBEPAVPObject@@XZ @4798 NONAME ?Clone@H245_CompressionType@@UBEPAVPObject@@XZ @4799 NONAME ?Clone@H245_ConferenceCapability@@UBEPAVPObject@@XZ @4800 NONAME ?Clone@H245_ConferenceCommand@@UBEPAVPObject@@XZ @4801 NONAME ?Clone@H245_ConferenceID@@UBEPAVPObject@@XZ @4802 NONAME ?Clone@H245_ConferenceIndication@@UBEPAVPObject@@XZ @4803 NONAME ?Clone@H245_ConferenceRequest@@UBEPAVPObject@@XZ @4804 NONAME ?Clone@H245_ConferenceRequest_requestTerminalCertificate@@UBEPAVPObject@@XZ @4805 NONAME ?Clone@H245_ConferenceResponse@@UBEPAVPObject@@XZ @4806 NONAME ?Clone@H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@UBEPAVPObject@@XZ @4807 NONAME ?Clone@H245_ConferenceResponse_chairTokenOwnerResponse@@UBEPAVPObject@@XZ @4808 NONAME ?Clone@H245_ConferenceResponse_conferenceIDResponse@@UBEPAVPObject@@XZ @4809 NONAME ?Clone@H245_ConferenceResponse_extensionAddressResponse@@UBEPAVPObject@@XZ @4810 NONAME ?Clone@H245_ConferenceResponse_makeMeChairResponse@@UBEPAVPObject@@XZ @4811 NONAME ?Clone@H245_ConferenceResponse_makeTerminalBroadcasterResponse@@UBEPAVPObject@@XZ @4812 NONAME ?Clone@H245_ConferenceResponse_mCTerminalIDResponse@@UBEPAVPObject@@XZ @4813 NONAME ?Clone@H245_ConferenceResponse_passwordResponse@@UBEPAVPObject@@XZ @4814 NONAME ?Clone@H245_ConferenceResponse_sendThisSourceResponse@@UBEPAVPObject@@XZ @4815 NONAME ?Clone@H245_ConferenceResponse_terminalCertificateResponse@@UBEPAVPObject@@XZ @4816 NONAME ?Clone@H245_ConferenceResponse_terminalIDResponse@@UBEPAVPObject@@XZ @4817 NONAME ?Clone@H245_ConnectionIdentifier@@UBEPAVPObject@@XZ @17255 NONAME ?Clone@H245_CRCLength@@UBEPAVPObject@@XZ @4818 NONAME ?Clone@H245_Criteria@@UBEPAVPObject@@XZ @4819 NONAME ?Clone@H245_CustomPictureClockFrequency@@UBEPAVPObject@@XZ @4820 NONAME ?Clone@H245_CustomPictureFormat@@UBEPAVPObject@@XZ @4821 NONAME ?Clone@H245_CustomPictureFormat_mPI@@UBEPAVPObject@@XZ @4822 NONAME ?Clone@H245_CustomPictureFormat_mPI_customPCF@@UBEPAVPObject@@XZ @4823 NONAME ?Clone@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBEPAVPObject@@XZ @4824 NONAME ?Clone@H245_CustomPictureFormat_pixelAspectInformation@@UBEPAVPObject@@XZ @4825 NONAME ?Clone@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@UBEPAVPObject@@XZ @4826 NONAME ?Clone@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBEPAVPObject@@XZ @4827 NONAME ?Clone@H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@UBEPAVPObject@@XZ @4828 NONAME ?Clone@H245_DataApplicationCapability@@UBEPAVPObject@@XZ @4829 NONAME ?Clone@H245_DataApplicationCapability_application@@UBEPAVPObject@@XZ @4830 NONAME ?Clone@H245_DataApplicationCapability_application_nlpid@@UBEPAVPObject@@XZ @4831 NONAME ?Clone@H245_DataApplicationCapability_application_t38fax@@UBEPAVPObject@@XZ @17256 NONAME ?Clone@H245_DataApplicationCapability_application_t84@@UBEPAVPObject@@XZ @4832 NONAME ?Clone@H245_DataMode@@UBEPAVPObject@@XZ @4833 NONAME ?Clone@H245_DataMode_application@@UBEPAVPObject@@XZ @4834 NONAME ?Clone@H245_DataMode_application_nlpid@@UBEPAVPObject@@XZ @4835 NONAME ?Clone@H245_DataMode_application_t38fax@@UBEPAVPObject@@XZ @17257 NONAME ?Clone@H245_DataProtocolCapability@@UBEPAVPObject@@XZ @4836 NONAME ?Clone@H245_DataProtocolCapability_v76wCompression@@UBEPAVPObject@@XZ @4837 NONAME ?Clone@H245_DataType@@UBEPAVPObject@@XZ @4838 NONAME ?Clone@H245_DepFECCapability@@UBEPAVPObject@@XZ @44352 NONAME ?Clone@H245_DepFECCapability_rfc2733@@UBEPAVPObject@@XZ @44353 NONAME ?Clone@H245_DepFECCapability_rfc2733_separateStream@@UBEPAVPObject@@XZ @44354 NONAME ?Clone@H245_DepFECData@@UBEPAVPObject@@XZ @44355 NONAME ?Clone@H245_DepFECData_rfc2733@@UBEPAVPObject@@XZ @44356 NONAME ?Clone@H245_DepFECData_rfc2733_mode@@UBEPAVPObject@@XZ @44357 NONAME ?Clone@H245_DepFECData_rfc2733_mode_separateStream@@UBEPAVPObject@@XZ @44358 NONAME ?Clone@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBEPAVPObject@@XZ @44359 NONAME ?Clone@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBEPAVPObject@@XZ @44360 NONAME ?Clone@H245_DepFECMode@@UBEPAVPObject@@XZ @44361 NONAME ?Clone@H245_DepFECMode_rfc2733Mode@@UBEPAVPObject@@XZ @44362 NONAME ?Clone@H245_DepFECMode_rfc2733Mode_mode@@UBEPAVPObject@@XZ @44363 NONAME ?Clone@H245_DepFECMode_rfc2733Mode_mode_separateStream@@UBEPAVPObject@@XZ @44364 NONAME ?Clone@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBEPAVPObject@@XZ @44365 NONAME ?Clone@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBEPAVPObject@@XZ @44366 NONAME ?Clone@H245_DialingInformation@@UBEPAVPObject@@XZ @17258 NONAME ?Clone@H245_DialingInformationNetworkType@@UBEPAVPObject@@XZ @17259 NONAME ?Clone@H245_DialingInformationNumber@@UBEPAVPObject@@XZ @17260 NONAME ?Clone@H245_EncryptionAuthenticationAndIntegrity@@UBEPAVPObject@@XZ @4839 NONAME ?Clone@H245_EncryptionCapability@@UBEPAVPObject@@XZ @4840 NONAME ?Clone@H245_EncryptionCommand@@UBEPAVPObject@@XZ @4841 NONAME ?Clone@H245_EncryptionCommand_encryptionAlgorithmID@@UBEPAVPObject@@XZ @4842 NONAME ?Clone@H245_EncryptionMode@@UBEPAVPObject@@XZ @4843 NONAME ?Clone@H245_EncryptionSync@@UBEPAVPObject@@XZ @4844 NONAME ?Clone@H245_EncryptionUpdateDirection@@UBEPAVPObject@@XZ @44367 NONAME ?Clone@H245_EncryptionUpdateRequest@@UBEPAVPObject@@XZ @4845 NONAME ?Clone@H245_EndSessionCommand@@UBEPAVPObject@@XZ @4846 NONAME ?Clone@H245_EndSessionCommand_gstnOptions@@UBEPAVPObject@@XZ @4847 NONAME ?Clone@H245_EndSessionCommand_isdnOptions@@UBEPAVPObject@@XZ @4848 NONAME ?Clone@H245_EnhancementLayerInfo@@UBEPAVPObject@@XZ @4849 NONAME ?Clone@H245_EnhancementOptions@@UBEPAVPObject@@XZ @4850 NONAME ?Clone@H245_EscrowData@@UBEPAVPObject@@XZ @4851 NONAME ?Clone@H245_ExtendedVideoCapability@@UBEPAVPObject@@XZ @44368 NONAME ?Clone@H245_FECCapability@@UBEPAVPObject@@XZ @26951 NONAME ?Clone@H245_FECCapability_rfc2733Format@@UBEPAVPObject@@XZ @44369 NONAME ?Clone@H245_FECData@@UBEPAVPObject@@XZ @26954 NONAME ?Clone@H245_FECData_rfc2733@@UBEPAVPObject@@XZ @26955 NONAME ?Clone@H245_FECData_rfc2733_pktMode@@UBEPAVPObject@@XZ @44370 NONAME ?Clone@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBEPAVPObject@@XZ @44371 NONAME ?Clone@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UBEPAVPObject@@XZ @44372 NONAME ?Clone@H245_FECMode@@UBEPAVPObject@@XZ @26960 NONAME ?Clone@H245_FECMode_rfc2733Format@@UBEPAVPObject@@XZ @44373 NONAME ?Clone@H245_FlowControlCommand@@UBEPAVPObject@@XZ @4852 NONAME ?Clone@H245_FlowControlCommand_restriction@@UBEPAVPObject@@XZ @4853 NONAME ?Clone@H245_FlowControlCommand_scope@@UBEPAVPObject@@XZ @4854 NONAME ?Clone@H245_FlowControlIndication@@UBEPAVPObject@@XZ @17261 NONAME ?Clone@H245_FlowControlIndication_restriction@@UBEPAVPObject@@XZ @17262 NONAME ?Clone@H245_FlowControlIndication_scope@@UBEPAVPObject@@XZ @17263 NONAME ?Clone@H245_FunctionNotSupported@@UBEPAVPObject@@XZ @4855 NONAME ?Clone@H245_FunctionNotSupported_cause@@UBEPAVPObject@@XZ @4856 NONAME ?Clone@H245_FunctionNotUnderstood@@UBEPAVPObject@@XZ @4857 NONAME ?Clone@H245_G7231AnnexCCapability@@UBEPAVPObject@@XZ @4858 NONAME ?Clone@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBEPAVPObject@@XZ @4859 NONAME ?Clone@H245_G7231AnnexCMode@@UBEPAVPObject@@XZ @4860 NONAME ?Clone@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBEPAVPObject@@XZ @4861 NONAME ?Clone@H245_G729Extensions@@UBEPAVPObject@@XZ @17264 NONAME ?Clone@H245_GenericCapability@@UBEPAVPObject@@XZ @17265 NONAME ?Clone@H245_GenericMessage@@UBEPAVPObject@@XZ @44374 NONAME ?Clone@H245_GenericParameter@@UBEPAVPObject@@XZ @17266 NONAME ?Clone@H245_GSMAudioCapability@@UBEPAVPObject@@XZ @4862 NONAME ?Clone@H245_H222Capability@@UBEPAVPObject@@XZ @4863 NONAME ?Clone@H245_H222LogicalChannelParameters@@UBEPAVPObject@@XZ @4864 NONAME ?Clone@H245_H223AL1MParameters@@UBEPAVPObject@@XZ @4865 NONAME ?Clone@H245_H223AL1MParameters_arqType@@UBEPAVPObject@@XZ @4866 NONAME ?Clone@H245_H223AL1MParameters_crcLength@@UBEPAVPObject@@XZ @4867 NONAME ?Clone@H245_H223AL1MParameters_headerFEC@@UBEPAVPObject@@XZ @4868 NONAME ?Clone@H245_H223AL1MParameters_transferMode@@UBEPAVPObject@@XZ @4869 NONAME ?Clone@H245_H223AL2MParameters@@UBEPAVPObject@@XZ @4870 NONAME ?Clone@H245_H223AL2MParameters_headerFEC@@UBEPAVPObject@@XZ @4871 NONAME ?Clone@H245_H223AL3MParameters@@UBEPAVPObject@@XZ @4872 NONAME ?Clone@H245_H223AL3MParameters_arqType@@UBEPAVPObject@@XZ @4873 NONAME ?Clone@H245_H223AL3MParameters_crcLength@@UBEPAVPObject@@XZ @4874 NONAME ?Clone@H245_H223AL3MParameters_headerFormat@@UBEPAVPObject@@XZ @4875 NONAME ?Clone@H245_H223AnnexCArqParameters@@UBEPAVPObject@@XZ @4876 NONAME ?Clone@H245_H223AnnexCArqParameters_numberOfRetransmissions@@UBEPAVPObject@@XZ @4877 NONAME ?Clone@H245_H223AnnexCCapability@@UBEPAVPObject@@XZ @4878 NONAME ?Clone@H245_H223Capability@@UBEPAVPObject@@XZ @4879 NONAME ?Clone@H245_H223Capability_h223MultiplexTableCapability@@UBEPAVPObject@@XZ @4880 NONAME ?Clone@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBEPAVPObject@@XZ @4881 NONAME ?Clone@H245_H223Capability_mobileMultilinkFrameCapability@@UBEPAVPObject@@XZ @17267 NONAME ?Clone@H245_H223Capability_mobileOperationTransmitCapability@@UBEPAVPObject@@XZ @4882 NONAME ?Clone@H245_H223LogicalChannelParameters@@UBEPAVPObject@@XZ @4883 NONAME ?Clone@H245_H223LogicalChannelParameters_adaptationLayerType@@UBEPAVPObject@@XZ @4884 NONAME ?Clone@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBEPAVPObject@@XZ @4885 NONAME ?Clone@H245_H223ModeParameters@@UBEPAVPObject@@XZ @4886 NONAME ?Clone@H245_H223ModeParameters_adaptationLayerType@@UBEPAVPObject@@XZ @4887 NONAME ?Clone@H245_H223ModeParameters_adaptationLayerType_al3@@UBEPAVPObject@@XZ @4888 NONAME ?Clone@H245_H223MultiplexReconfiguration@@UBEPAVPObject@@XZ @4889 NONAME ?Clone@H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@UBEPAVPObject@@XZ @4890 NONAME ?Clone@H245_H223MultiplexReconfiguration_h223ModeChange@@UBEPAVPObject@@XZ @4891 NONAME ?Clone@H245_H223SkewIndication@@UBEPAVPObject@@XZ @4892 NONAME ?Clone@H245_H2250Capability@@UBEPAVPObject@@XZ @4893 NONAME ?Clone@H245_H2250Capability_mcCapability@@UBEPAVPObject@@XZ @4894 NONAME ?Clone@H245_H2250LogicalChannelAckParameters@@UBEPAVPObject@@XZ @4895 NONAME ?Clone@H245_H2250LogicalChannelParameters@@UBEPAVPObject@@XZ @4896 NONAME ?Clone@H245_H2250LogicalChannelParameters_mediaPacketization@@UBEPAVPObject@@XZ @4897 NONAME ?Clone@H245_H2250MaximumSkewIndication@@UBEPAVPObject@@XZ @4898 NONAME ?Clone@H245_H2250ModeParameters@@UBEPAVPObject@@XZ @4899 NONAME ?Clone@H245_H235Media@@UBEPAVPObject@@XZ @4900 NONAME ?Clone@H245_H235Media_mediaType@@UBEPAVPObject@@XZ @4901 NONAME ?Clone@H245_H235Mode@@UBEPAVPObject@@XZ @4902 NONAME ?Clone@H245_H235Mode_mediaMode@@UBEPAVPObject@@XZ @4903 NONAME ?Clone@H245_H235SecurityCapability@@UBEPAVPObject@@XZ @4904 NONAME ?Clone@H245_H261VideoCapability@@UBEPAVPObject@@XZ @4905 NONAME ?Clone@H245_H261VideoMode@@UBEPAVPObject@@XZ @4906 NONAME ?Clone@H245_H261VideoMode_resolution@@UBEPAVPObject@@XZ @4907 NONAME ?Clone@H245_H262VideoCapability@@UBEPAVPObject@@XZ @4908 NONAME ?Clone@H245_H262VideoMode@@UBEPAVPObject@@XZ @4909 NONAME ?Clone@H245_H262VideoMode_profileAndLevel@@UBEPAVPObject@@XZ @4910 NONAME ?Clone@H245_H263ModeComboFlags@@UBEPAVPObject@@XZ @4911 NONAME ?Clone@H245_H263Options@@UBEPAVPObject@@XZ @4912 NONAME ?Clone@H245_H263Version3Options@@UBEPAVPObject@@XZ @17268 NONAME ?Clone@H245_H263VideoCapability@@UBEPAVPObject@@XZ @4913 NONAME ?Clone@H245_H263VideoMode@@UBEPAVPObject@@XZ @4914 NONAME ?Clone@H245_H263VideoModeCombos@@UBEPAVPObject@@XZ @4915 NONAME ?Clone@H245_H263VideoMode_resolution@@UBEPAVPObject@@XZ @4916 NONAME ?Clone@H245_IndicationMessage@@UBEPAVPObject@@XZ @4917 NONAME ?Clone@H245_IntegrityCapability@@UBEPAVPObject@@XZ @4918 NONAME ?Clone@H245_IS11172AudioCapability@@UBEPAVPObject@@XZ @4919 NONAME ?Clone@H245_IS11172AudioMode@@UBEPAVPObject@@XZ @4920 NONAME ?Clone@H245_IS11172AudioMode_audioLayer@@UBEPAVPObject@@XZ @4921 NONAME ?Clone@H245_IS11172AudioMode_audioSampling@@UBEPAVPObject@@XZ @4922 NONAME ?Clone@H245_IS11172AudioMode_multichannelType@@UBEPAVPObject@@XZ @4923 NONAME ?Clone@H245_IS11172VideoCapability@@UBEPAVPObject@@XZ @4924 NONAME ?Clone@H245_IS11172VideoMode@@UBEPAVPObject@@XZ @4925 NONAME ?Clone@H245_IS13818AudioCapability@@UBEPAVPObject@@XZ @4926 NONAME ?Clone@H245_IS13818AudioMode@@UBEPAVPObject@@XZ @4927 NONAME ?Clone@H245_IS13818AudioMode_audioLayer@@UBEPAVPObject@@XZ @4928 NONAME ?Clone@H245_IS13818AudioMode_audioSampling@@UBEPAVPObject@@XZ @4929 NONAME ?Clone@H245_IS13818AudioMode_multichannelType@@UBEPAVPObject@@XZ @4930 NONAME ?Clone@H245_IV16@@UBEPAVPObject@@XZ @44375 NONAME ?Clone@H245_IV8@@UBEPAVPObject@@XZ @44376 NONAME ?Clone@H245_JitterIndication@@UBEPAVPObject@@XZ @4931 NONAME ?Clone@H245_JitterIndication_scope@@UBEPAVPObject@@XZ @4932 NONAME ?Clone@H245_KeyProtectionMethod@@UBEPAVPObject@@XZ @4933 NONAME ?Clone@H245_LogicalChannelNumber@@UBEPAVPObject@@XZ @4934 NONAME ?Clone@H245_LogicalChannelRateAcknowledge@@UBEPAVPObject@@XZ @17269 NONAME ?Clone@H245_LogicalChannelRateReject@@UBEPAVPObject@@XZ @17270 NONAME ?Clone@H245_LogicalChannelRateRejectReason@@UBEPAVPObject@@XZ @17271 NONAME ?Clone@H245_LogicalChannelRateRelease@@UBEPAVPObject@@XZ @17272 NONAME ?Clone@H245_LogicalChannelRateRequest@@UBEPAVPObject@@XZ @17273 NONAME ?Clone@H245_MaintenanceLoopAck@@UBEPAVPObject@@XZ @4935 NONAME ?Clone@H245_MaintenanceLoopAck_type@@UBEPAVPObject@@XZ @4936 NONAME ?Clone@H245_MaintenanceLoopOffCommand@@UBEPAVPObject@@XZ @4937 NONAME ?Clone@H245_MaintenanceLoopReject@@UBEPAVPObject@@XZ @4938 NONAME ?Clone@H245_MaintenanceLoopReject_cause@@UBEPAVPObject@@XZ @4939 NONAME ?Clone@H245_MaintenanceLoopReject_type@@UBEPAVPObject@@XZ @4940 NONAME ?Clone@H245_MaintenanceLoopRequest@@UBEPAVPObject@@XZ @4941 NONAME ?Clone@H245_MaintenanceLoopRequest_type@@UBEPAVPObject@@XZ @4942 NONAME ?Clone@H245_MasterSlaveDetermination@@UBEPAVPObject@@XZ @4943 NONAME ?Clone@H245_MasterSlaveDeterminationAck@@UBEPAVPObject@@XZ @4944 NONAME ?Clone@H245_MasterSlaveDeterminationAck_decision@@UBEPAVPObject@@XZ @4945 NONAME ?Clone@H245_MasterSlaveDeterminationReject@@UBEPAVPObject@@XZ @4946 NONAME ?Clone@H245_MasterSlaveDeterminationReject_cause@@UBEPAVPObject@@XZ @4947 NONAME ?Clone@H245_MasterSlaveDeterminationRelease@@UBEPAVPObject@@XZ @4948 NONAME ?Clone@H245_MaximumBitRate@@UBEPAVPObject@@XZ @17274 NONAME ?Clone@H245_MaxRedundancy@@UBEPAVPObject@@XZ @44377 NONAME ?Clone@H245_MCLocationIndication@@UBEPAVPObject@@XZ @4949 NONAME ?Clone@H245_McuNumber@@UBEPAVPObject@@XZ @4950 NONAME ?Clone@H245_MediaChannelCapability@@UBEPAVPObject@@XZ @4951 NONAME ?Clone@H245_MediaDistributionCapability@@UBEPAVPObject@@XZ @4952 NONAME ?Clone@H245_MediaEncryptionAlgorithm@@UBEPAVPObject@@XZ @4953 NONAME ?Clone@H245_MediaPacketizationCapability@@UBEPAVPObject@@XZ @4954 NONAME ?Clone@H245_MediaTransportType@@UBEPAVPObject@@XZ @4955 NONAME ?Clone@H245_MediaTransportType_atm_AAL5_compressed@@UBEPAVPObject@@XZ @17275 NONAME ?Clone@H245_MiscellaneousCommand@@UBEPAVPObject@@XZ @4956 NONAME ?Clone@H245_MiscellaneousCommand_type@@UBEPAVPObject@@XZ @4957 NONAME ?Clone@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBEPAVPObject@@XZ @44378 NONAME ?Clone@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBEPAVPObject@@XZ @44379 NONAME ?Clone@H245_MiscellaneousCommand_type_lostPartialPicture@@UBEPAVPObject@@XZ @17276 NONAME ?Clone@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBEPAVPObject@@XZ @4958 NONAME ?Clone@H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@UBEPAVPObject@@XZ @4959 NONAME ?Clone@H245_MiscellaneousCommand_type_videoBadMBs@@UBEPAVPObject@@XZ @17277 NONAME ?Clone@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBEPAVPObject@@XZ @4960 NONAME ?Clone@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBEPAVPObject@@XZ @4961 NONAME ?Clone@H245_MiscellaneousIndication@@UBEPAVPObject@@XZ @4962 NONAME ?Clone@H245_MiscellaneousIndication_type@@UBEPAVPObject@@XZ @4963 NONAME ?Clone@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBEPAVPObject@@XZ @4964 NONAME ?Clone@H245_MobileMultilinkReconfigurationCommand@@UBEPAVPObject@@XZ @17278 NONAME ?Clone@H245_MobileMultilinkReconfigurationCommand_status@@UBEPAVPObject@@XZ @17279 NONAME ?Clone@H245_MobileMultilinkReconfigurationIndication@@UBEPAVPObject@@XZ @17280 NONAME ?Clone@H245_ModeDescription@@UBEPAVPObject@@XZ @4965 NONAME ?Clone@H245_ModeElement@@UBEPAVPObject@@XZ @4966 NONAME ?Clone@H245_ModeElementType@@UBEPAVPObject@@XZ @26966 NONAME ?Clone@H245_MulticastAddress@@UBEPAVPObject@@XZ @4968 NONAME ?Clone@H245_MulticastAddress_iP6Address@@UBEPAVPObject@@XZ @4969 NONAME ?Clone@H245_MulticastAddress_iPAddress@@UBEPAVPObject@@XZ @4970 NONAME ?Clone@H245_MultilinkIndication@@UBEPAVPObject@@XZ @17281 NONAME ?Clone@H245_MultilinkIndication_crcDesired@@UBEPAVPObject@@XZ @17282 NONAME ?Clone@H245_MultilinkIndication_excessiveError@@UBEPAVPObject@@XZ @17283 NONAME ?Clone@H245_MultilinkRequest@@UBEPAVPObject@@XZ @17284 NONAME ?Clone@H245_MultilinkRequest_addConnection@@UBEPAVPObject@@XZ @17285 NONAME ?Clone@H245_MultilinkRequest_callInformation@@UBEPAVPObject@@XZ @17286 NONAME ?Clone@H245_MultilinkRequest_maximumHeaderInterval@@UBEPAVPObject@@XZ @17287 NONAME ?Clone@H245_MultilinkRequest_maximumHeaderInterval_requestType@@UBEPAVPObject@@XZ @17288 NONAME ?Clone@H245_MultilinkRequest_removeConnection@@UBEPAVPObject@@XZ @17289 NONAME ?Clone@H245_MultilinkResponse@@UBEPAVPObject@@XZ @17290 NONAME ?Clone@H245_MultilinkResponse_addConnection@@UBEPAVPObject@@XZ @17291 NONAME ?Clone@H245_MultilinkResponse_addConnection_responseCode@@UBEPAVPObject@@XZ @17292 NONAME ?Clone@H245_MultilinkResponse_addConnection_responseCode_rejected@@UBEPAVPObject@@XZ @17293 NONAME ?Clone@H245_MultilinkResponse_callInformation@@UBEPAVPObject@@XZ @17294 NONAME ?Clone@H245_MultilinkResponse_maximumHeaderInterval@@UBEPAVPObject@@XZ @17295 NONAME ?Clone@H245_MultilinkResponse_removeConnection@@UBEPAVPObject@@XZ @17296 NONAME ?Clone@H245_MultimediaSystemControlMessage@@UBEPAVPObject@@XZ @4971 NONAME ?Clone@H245_MultiplePayloadStream@@UBEPAVPObject@@XZ @26967 NONAME ?Clone@H245_MultiplePayloadStreamCapability@@UBEPAVPObject@@XZ @26968 NONAME ?Clone@H245_MultiplePayloadStreamElement@@UBEPAVPObject@@XZ @26969 NONAME ?Clone@H245_MultiplePayloadStreamElementMode@@UBEPAVPObject@@XZ @26970 NONAME ?Clone@H245_MultiplePayloadStreamMode@@UBEPAVPObject@@XZ @26971 NONAME ?Clone@H245_MultiplexCapability@@UBEPAVPObject@@XZ @4972 NONAME ?Clone@H245_MultiplexedStreamCapability@@UBEPAVPObject@@XZ @17297 NONAME ?Clone@H245_MultiplexedStreamModeParameters@@UBEPAVPObject@@XZ @17298 NONAME ?Clone@H245_MultiplexedStreamParameter@@UBEPAVPObject@@XZ @17299 NONAME ?Clone@H245_MultiplexElement@@UBEPAVPObject@@XZ @4973 NONAME ?Clone@H245_MultiplexElement_repeatCount@@UBEPAVPObject@@XZ @4974 NONAME ?Clone@H245_MultiplexElement_type@@UBEPAVPObject@@XZ @4975 NONAME ?Clone@H245_MultiplexEntryDescriptor@@UBEPAVPObject@@XZ @4976 NONAME ?Clone@H245_MultiplexEntryRejectionDescriptions@@UBEPAVPObject@@XZ @4977 NONAME ?Clone@H245_MultiplexEntryRejectionDescriptions_cause@@UBEPAVPObject@@XZ @4978 NONAME ?Clone@H245_MultiplexEntrySend@@UBEPAVPObject@@XZ @4979 NONAME ?Clone@H245_MultiplexEntrySendAck@@UBEPAVPObject@@XZ @4980 NONAME ?Clone@H245_MultiplexEntrySendReject@@UBEPAVPObject@@XZ @4981 NONAME ?Clone@H245_MultiplexEntrySendRelease@@UBEPAVPObject@@XZ @4982 NONAME ?Clone@H245_MultiplexFormat@@UBEPAVPObject@@XZ @17300 NONAME ?Clone@H245_MultiplexTableEntryNumber@@UBEPAVPObject@@XZ @4983 NONAME ?Clone@H245_MultipointCapability@@UBEPAVPObject@@XZ @4984 NONAME ?Clone@H245_NetworkAccessParameters@@UBEPAVPObject@@XZ @4985 NONAME ?Clone@H245_NetworkAccessParameters_distribution@@UBEPAVPObject@@XZ @4986 NONAME ?Clone@H245_NetworkAccessParameters_networkAddress@@UBEPAVPObject@@XZ @4987 NONAME ?Clone@H245_NetworkAccessParameters_t120SetupProcedure@@UBEPAVPObject@@XZ @4988 NONAME ?Clone@H245_NewATMVCCommand@@UBEPAVPObject@@XZ @17301 NONAME ?Clone@H245_NewATMVCCommand_aal@@UBEPAVPObject@@XZ @17302 NONAME ?Clone@H245_NewATMVCCommand_aal_aal1@@UBEPAVPObject@@XZ @17303 NONAME ?Clone@H245_NewATMVCCommand_aal_aal1_clockRecovery@@UBEPAVPObject@@XZ @17304 NONAME ?Clone@H245_NewATMVCCommand_aal_aal1_errorCorrection@@UBEPAVPObject@@XZ @17305 NONAME ?Clone@H245_NewATMVCCommand_aal_aal5@@UBEPAVPObject@@XZ @17306 NONAME ?Clone@H245_NewATMVCCommand_multiplex@@UBEPAVPObject@@XZ @17307 NONAME ?Clone@H245_NewATMVCCommand_reverseParameters@@UBEPAVPObject@@XZ @17308 NONAME ?Clone@H245_NewATMVCCommand_reverseParameters_multiplex@@UBEPAVPObject@@XZ @17309 NONAME ?Clone@H245_NewATMVCIndication@@UBEPAVPObject@@XZ @4989 NONAME ?Clone@H245_NewATMVCIndication_aal@@UBEPAVPObject@@XZ @4990 NONAME ?Clone@H245_NewATMVCIndication_aal_aal1@@UBEPAVPObject@@XZ @4991 NONAME ?Clone@H245_NewATMVCIndication_aal_aal1_clockRecovery@@UBEPAVPObject@@XZ @4992 NONAME ?Clone@H245_NewATMVCIndication_aal_aal1_errorCorrection@@UBEPAVPObject@@XZ @4993 NONAME ?Clone@H245_NewATMVCIndication_aal_aal5@@UBEPAVPObject@@XZ @4994 NONAME ?Clone@H245_NewATMVCIndication_multiplex@@UBEPAVPObject@@XZ @4995 NONAME ?Clone@H245_NewATMVCIndication_reverseParameters@@UBEPAVPObject@@XZ @4996 NONAME ?Clone@H245_NewATMVCIndication_reverseParameters_multiplex@@UBEPAVPObject@@XZ @4997 NONAME ?Clone@H245_NonStandardIdentifier@@UBEPAVPObject@@XZ @4998 NONAME ?Clone@H245_NonStandardIdentifier_h221NonStandard@@UBEPAVPObject@@XZ @4999 NONAME ?Clone@H245_NonStandardMessage@@UBEPAVPObject@@XZ @5000 NONAME ?Clone@H245_NonStandardParameter@@UBEPAVPObject@@XZ @5001 NONAME ?Clone@H245_NoPTAudioTelephonyEventCapability@@UBEPAVPObject@@XZ @26972 NONAME ?Clone@H245_NoPTAudioToneCapability@@UBEPAVPObject@@XZ @26973 NONAME ?Clone@H245_OpenLogicalChannel@@UBEPAVPObject@@XZ @5002 NONAME ?Clone@H245_OpenLogicalChannelAck@@UBEPAVPObject@@XZ @5003 NONAME ?Clone@H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@UBEPAVPObject@@XZ @5004 NONAME ?Clone@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBEPAVPObject@@XZ @5005 NONAME ?Clone@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@UBEPAVPObject@@XZ @5006 NONAME ?Clone@H245_OpenLogicalChannelConfirm@@UBEPAVPObject@@XZ @5007 NONAME ?Clone@H245_OpenLogicalChannelReject@@UBEPAVPObject@@XZ @5008 NONAME ?Clone@H245_OpenLogicalChannelReject_cause@@UBEPAVPObject@@XZ @5009 NONAME ?Clone@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBEPAVPObject@@XZ @5010 NONAME ?Clone@H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@UBEPAVPObject@@XZ @5011 NONAME ?Clone@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBEPAVPObject@@XZ @5012 NONAME ?Clone@H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@UBEPAVPObject@@XZ @5013 NONAME ?Clone@H245_ParameterIdentifier@@UBEPAVPObject@@XZ @17310 NONAME ?Clone@H245_ParameterValue@@UBEPAVPObject@@XZ @17311 NONAME ?Clone@H245_Params@@UBEPAVPObject@@XZ @44380 NONAME ?Clone@H245_Password@@UBEPAVPObject@@XZ @5014 NONAME ?Clone@H245_PictureReference@@UBEPAVPObject@@XZ @17312 NONAME ?Clone@H245_Q2931Address@@UBEPAVPObject@@XZ @5015 NONAME ?Clone@H245_Q2931Address_address@@UBEPAVPObject@@XZ @5016 NONAME ?Clone@H245_QOSCapability@@UBEPAVPObject@@XZ @5017 NONAME ?Clone@H245_QOSMode@@UBEPAVPObject@@XZ @5018 NONAME ?Clone@H245_RedundancyEncoding@@UBEPAVPObject@@XZ @5019 NONAME ?Clone@H245_RedundancyEncodingCapability@@UBEPAVPObject@@XZ @5020 NONAME ?Clone@H245_RedundancyEncodingDTMode@@UBEPAVPObject@@XZ @26974 NONAME ?Clone@H245_RedundancyEncodingDTModeElement@@UBEPAVPObject@@XZ @26975 NONAME ?Clone@H245_RedundancyEncodingDTModeElement_type@@UBEPAVPObject@@XZ @26976 NONAME ?Clone@H245_RedundancyEncodingElement@@UBEPAVPObject@@XZ @26977 NONAME ?Clone@H245_RedundancyEncodingMethod@@UBEPAVPObject@@XZ @5021 NONAME ?Clone@H245_RedundancyEncodingMode@@UBEPAVPObject@@XZ @5022 NONAME ?Clone@H245_RedundancyEncodingMode_secondaryEncoding@@UBEPAVPObject@@XZ @5023 NONAME ?Clone@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBEPAVPObject@@XZ @26978 NONAME ?Clone@H245_RefPictureSelection@@UBEPAVPObject@@XZ @5024 NONAME ?Clone@H245_RefPictureSelection_additionalPictureMemory@@UBEPAVPObject@@XZ @5025 NONAME ?Clone@H245_RefPictureSelection_enhancedReferencePicSelect@@UBEPAVPObject@@XZ @17313 NONAME ?Clone@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBEPAVPObject@@XZ @17314 NONAME ?Clone@H245_RefPictureSelection_videoBackChannelSend@@UBEPAVPObject@@XZ @5026 NONAME ?Clone@H245_RemoteMCRequest@@UBEPAVPObject@@XZ @5027 NONAME ?Clone@H245_RemoteMCResponse@@UBEPAVPObject@@XZ @5028 NONAME ?Clone@H245_RemoteMCResponse_reject@@UBEPAVPObject@@XZ @5029 NONAME ?Clone@H245_RequestAllTerminalIDsResponse@@UBEPAVPObject@@XZ @5030 NONAME ?Clone@H245_RequestChannelClose@@UBEPAVPObject@@XZ @5031 NONAME ?Clone@H245_RequestChannelCloseAck@@UBEPAVPObject@@XZ @5032 NONAME ?Clone@H245_RequestChannelCloseReject@@UBEPAVPObject@@XZ @5033 NONAME ?Clone@H245_RequestChannelCloseReject_cause@@UBEPAVPObject@@XZ @5034 NONAME ?Clone@H245_RequestChannelCloseRelease@@UBEPAVPObject@@XZ @5035 NONAME ?Clone@H245_RequestChannelClose_reason@@UBEPAVPObject@@XZ @5036 NONAME ?Clone@H245_RequestMessage@@UBEPAVPObject@@XZ @5037 NONAME ?Clone@H245_RequestMode@@UBEPAVPObject@@XZ @5038 NONAME ?Clone@H245_RequestModeAck@@UBEPAVPObject@@XZ @5039 NONAME ?Clone@H245_RequestModeAck_response@@UBEPAVPObject@@XZ @5040 NONAME ?Clone@H245_RequestModeReject@@UBEPAVPObject@@XZ @5041 NONAME ?Clone@H245_RequestModeReject_cause@@UBEPAVPObject@@XZ @5042 NONAME ?Clone@H245_RequestModeRelease@@UBEPAVPObject@@XZ @5043 NONAME ?Clone@H245_RequestMultiplexEntry@@UBEPAVPObject@@XZ @5044 NONAME ?Clone@H245_RequestMultiplexEntryAck@@UBEPAVPObject@@XZ @5045 NONAME ?Clone@H245_RequestMultiplexEntryReject@@UBEPAVPObject@@XZ @5046 NONAME ?Clone@H245_RequestMultiplexEntryRejectionDescriptions@@UBEPAVPObject@@XZ @5047 NONAME ?Clone@H245_RequestMultiplexEntryRejectionDescriptions_cause@@UBEPAVPObject@@XZ @5048 NONAME ?Clone@H245_RequestMultiplexEntryRelease@@UBEPAVPObject@@XZ @5049 NONAME ?Clone@H245_ResponseMessage@@UBEPAVPObject@@XZ @5050 NONAME ?Clone@H245_RoundTripDelayRequest@@UBEPAVPObject@@XZ @5051 NONAME ?Clone@H245_RoundTripDelayResponse@@UBEPAVPObject@@XZ @5052 NONAME ?Clone@H245_RSVPParameters@@UBEPAVPObject@@XZ @5053 NONAME ?Clone@H245_RTPH263VideoRedundancyEncoding@@UBEPAVPObject@@XZ @5054 NONAME ?Clone@H245_RTPH263VideoRedundancyEncoding_containedThreads@@UBEPAVPObject@@XZ @5055 NONAME ?Clone@H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@UBEPAVPObject@@XZ @5056 NONAME ?Clone@H245_RTPH263VideoRedundancyFrameMapping@@UBEPAVPObject@@XZ @5057 NONAME ?Clone@H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@UBEPAVPObject@@XZ @5058 NONAME ?Clone@H245_RTPPayloadType@@UBEPAVPObject@@XZ @5059 NONAME ?Clone@H245_RTPPayloadType_payloadDescriptor@@UBEPAVPObject@@XZ @5060 NONAME ?Clone@H245_SendTerminalCapabilitySet@@UBEPAVPObject@@XZ @5061 NONAME ?Clone@H245_SendTerminalCapabilitySet_specificRequest@@UBEPAVPObject@@XZ @5062 NONAME ?Clone@H245_SequenceNumber@@UBEPAVPObject@@XZ @5063 NONAME ?Clone@H245_SubstituteConferenceIDCommand@@UBEPAVPObject@@XZ @5064 NONAME ?Clone@H245_T38FaxProfile@@UBEPAVPObject@@XZ @17315 NONAME ?Clone@H245_T38FaxRateManagement@@UBEPAVPObject@@XZ @17316 NONAME ?Clone@H245_T38FaxTcpOptions@@UBEPAVPObject@@XZ @17317 NONAME ?Clone@H245_T38FaxUdpOptions@@UBEPAVPObject@@XZ @17318 NONAME ?Clone@H245_T38FaxUdpOptions_t38FaxUdpEC@@UBEPAVPObject@@XZ @17319 NONAME ?Clone@H245_T84Profile@@UBEPAVPObject@@XZ @5065 NONAME ?Clone@H245_T84Profile_t84Restricted@@UBEPAVPObject@@XZ @5066 NONAME ?Clone@H245_TerminalCapabilitySet@@UBEPAVPObject@@XZ @5067 NONAME ?Clone@H245_TerminalCapabilitySetAck@@UBEPAVPObject@@XZ @5068 NONAME ?Clone@H245_TerminalCapabilitySetReject@@UBEPAVPObject@@XZ @5069 NONAME ?Clone@H245_TerminalCapabilitySetReject_cause@@UBEPAVPObject@@XZ @5070 NONAME ?Clone@H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@UBEPAVPObject@@XZ @5071 NONAME ?Clone@H245_TerminalCapabilitySetRelease@@UBEPAVPObject@@XZ @5072 NONAME ?Clone@H245_TerminalID@@UBEPAVPObject@@XZ @5073 NONAME ?Clone@H245_TerminalInformation@@UBEPAVPObject@@XZ @5074 NONAME ?Clone@H245_TerminalLabel@@UBEPAVPObject@@XZ @5075 NONAME ?Clone@H245_TerminalNumber@@UBEPAVPObject@@XZ @5076 NONAME ?Clone@H245_TerminalYouAreSeeingInSubPictureNumber@@UBEPAVPObject@@XZ @5077 NONAME ?Clone@H245_TransparencyParameters@@UBEPAVPObject@@XZ @5078 NONAME ?Clone@H245_TransportAddress@@UBEPAVPObject@@XZ @5079 NONAME ?Clone@H245_TransportCapability@@UBEPAVPObject@@XZ @5080 NONAME ?Clone@H245_UnicastAddress@@UBEPAVPObject@@XZ @5081 NONAME ?Clone@H245_UnicastAddress_iP6Address@@UBEPAVPObject@@XZ @5082 NONAME ?Clone@H245_UnicastAddress_iPAddress@@UBEPAVPObject@@XZ @5083 NONAME ?Clone@H245_UnicastAddress_iPSourceRouteAddress@@UBEPAVPObject@@XZ @5084 NONAME ?Clone@H245_UnicastAddress_iPSourceRouteAddress_route@@UBEPAVPObject@@XZ @5085 NONAME ?Clone@H245_UnicastAddress_iPSourceRouteAddress_routing@@UBEPAVPObject@@XZ @5086 NONAME ?Clone@H245_UnicastAddress_iPXAddress@@UBEPAVPObject@@XZ @5087 NONAME ?Clone@H245_UserInputCapability@@UBEPAVPObject@@XZ @5088 NONAME ?Clone@H245_UserInputIndication@@UBEPAVPObject@@XZ @5089 NONAME ?Clone@H245_UserInputIndication_encryptedAlphanumeric@@UBEPAVPObject@@XZ @44381 NONAME ?Clone@H245_UserInputIndication_extendedAlphanumeric@@UBEPAVPObject@@XZ @17320 NONAME ?Clone@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBEPAVPObject@@XZ @44382 NONAME ?Clone@H245_UserInputIndication_signal@@UBEPAVPObject@@XZ @5090 NONAME ?Clone@H245_UserInputIndication_signalUpdate@@UBEPAVPObject@@XZ @5091 NONAME ?Clone@H245_UserInputIndication_signalUpdate_rtp@@UBEPAVPObject@@XZ @5092 NONAME ?Clone@H245_UserInputIndication_signal_rtp@@UBEPAVPObject@@XZ @5093 NONAME ?Clone@H245_UserInputIndication_userInputSupportIndication@@UBEPAVPObject@@XZ @5094 NONAME ?Clone@H245_V42bis@@UBEPAVPObject@@XZ @5095 NONAME ?Clone@H245_V75Capability@@UBEPAVPObject@@XZ @5096 NONAME ?Clone@H245_V75Parameters@@UBEPAVPObject@@XZ @5097 NONAME ?Clone@H245_V76Capability@@UBEPAVPObject@@XZ @5098 NONAME ?Clone@H245_V76HDLCParameters@@UBEPAVPObject@@XZ @5099 NONAME ?Clone@H245_V76LogicalChannelParameters@@UBEPAVPObject@@XZ @5100 NONAME ?Clone@H245_V76LogicalChannelParameters_mode@@UBEPAVPObject@@XZ @5101 NONAME ?Clone@H245_V76LogicalChannelParameters_mode_eRM@@UBEPAVPObject@@XZ @5102 NONAME ?Clone@H245_V76LogicalChannelParameters_mode_eRM_recovery@@UBEPAVPObject@@XZ @5103 NONAME ?Clone@H245_V76LogicalChannelParameters_suspendResume@@UBEPAVPObject@@XZ @5104 NONAME ?Clone@H245_V76ModeParameters@@UBEPAVPObject@@XZ @5105 NONAME ?Clone@H245_VBDCapability@@UBEPAVPObject@@XZ @26979 NONAME ?Clone@H245_VBDMode@@UBEPAVPObject@@XZ @26980 NONAME ?Clone@H245_VCCapability@@UBEPAVPObject@@XZ @5106 NONAME ?Clone@H245_VCCapability_aal1@@UBEPAVPObject@@XZ @5107 NONAME ?Clone@H245_VCCapability_aal1ViaGateway@@UBEPAVPObject@@XZ @17321 NONAME ?Clone@H245_VCCapability_aal5@@UBEPAVPObject@@XZ @5108 NONAME ?Clone@H245_VCCapability_availableBitRates@@UBEPAVPObject@@XZ @5109 NONAME ?Clone@H245_VCCapability_availableBitRates_type@@UBEPAVPObject@@XZ @5110 NONAME ?Clone@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBEPAVPObject@@XZ @5111 NONAME ?Clone@H245_VendorIdentification@@UBEPAVPObject@@XZ @5112 NONAME ?Clone@H245_VideoCapability@@UBEPAVPObject@@XZ @5113 NONAME ?Clone@H245_VideoIndicateCompose@@UBEPAVPObject@@XZ @5114 NONAME ?Clone@H245_VideoMode@@UBEPAVPObject@@XZ @5115 NONAME ?Clone@H248_ActionReply@@UBEPAVPObject@@XZ @22387 NONAME ?Clone@H248_ActionRequest@@UBEPAVPObject@@XZ @22388 NONAME ?Clone@H248_AmmDescriptor@@UBEPAVPObject@@XZ @22389 NONAME ?Clone@H248_AmmRequest@@UBEPAVPObject@@XZ @22390 NONAME ?Clone@H248_AmmsReply@@UBEPAVPObject@@XZ @22391 NONAME ?Clone@H248_ArrayOf_ActionReply@@UBEPAVPObject@@XZ @22392 NONAME ?Clone@H248_ArrayOf_ActionRequest@@UBEPAVPObject@@XZ @22393 NONAME ?Clone@H248_ArrayOf_AmmDescriptor@@UBEPAVPObject@@XZ @22394 NONAME ?Clone@H248_ArrayOf_CommandReply@@UBEPAVPObject@@XZ @22395 NONAME ?Clone@H248_ArrayOf_CommandRequest@@UBEPAVPObject@@XZ @22396 NONAME ?Clone@H248_ArrayOf_EventParameter@@UBEPAVPObject@@XZ @22397 NONAME ?Clone@H248_ArrayOf_IndAuditParameter@@UBEPAVPObject@@XZ @22398 NONAME ?Clone@H248_ArrayOf_IndAudPropertyParm@@UBEPAVPObject@@XZ @22399 NONAME ?Clone@H248_ArrayOf_IndAudStreamDescriptor@@UBEPAVPObject@@XZ @22400 NONAME ?Clone@H248_ArrayOf_ModemType@@UBEPAVPObject@@XZ @22401 NONAME ?Clone@H248_ArrayOf_ObservedEvent@@UBEPAVPObject@@XZ @22402 NONAME ?Clone@H248_ArrayOf_PASN_OctetString@@UBEPAVPObject@@XZ @22403 NONAME ?Clone@H248_ArrayOf_PropertyGroup@@UBEPAVPObject@@XZ @22404 NONAME ?Clone@H248_ArrayOf_PropertyParm@@UBEPAVPObject@@XZ @22405 NONAME ?Clone@H248_ArrayOf_RequestedEvent@@UBEPAVPObject@@XZ @22406 NONAME ?Clone@H248_ArrayOf_SecondRequestedEvent@@UBEPAVPObject@@XZ @22407 NONAME ?Clone@H248_ArrayOf_Signal@@UBEPAVPObject@@XZ @22408 NONAME ?Clone@H248_ArrayOf_SigParameter@@UBEPAVPObject@@XZ @22409 NONAME ?Clone@H248_ArrayOf_StreamDescriptor@@UBEPAVPObject@@XZ @22410 NONAME ?Clone@H248_ArrayOf_TerminationID@@UBEPAVPObject@@XZ @22411 NONAME ?Clone@H248_ArrayOf_TopologyRequest@@UBEPAVPObject@@XZ @22412 NONAME ?Clone@H248_ArrayOf_Transaction@@UBEPAVPObject@@XZ @22413 NONAME ?Clone@H248_ArrayOf_WildcardField@@UBEPAVPObject@@XZ @22414 NONAME ?Clone@H248_AuditDescriptor@@UBEPAVPObject@@XZ @22415 NONAME ?Clone@H248_AuditReply@@UBEPAVPObject@@XZ @22416 NONAME ?Clone@H248_AuditRequest@@UBEPAVPObject@@XZ @22417 NONAME ?Clone@H248_AuditResult@@UBEPAVPObject@@XZ @22418 NONAME ?Clone@H248_AuditReturnParameter@@UBEPAVPObject@@XZ @22419 NONAME ?Clone@H248_AuthData@@UBEPAVPObject@@XZ @22420 NONAME ?Clone@H248_AuthenticationHeader@@UBEPAVPObject@@XZ @22421 NONAME ?Clone@H248_Command@@UBEPAVPObject@@XZ @22422 NONAME ?Clone@H248_CommandReply@@UBEPAVPObject@@XZ @22423 NONAME ?Clone@H248_CommandRequest@@UBEPAVPObject@@XZ @22424 NONAME ?Clone@H248_ContextAttrAuditRequest@@UBEPAVPObject@@XZ @22425 NONAME ?Clone@H248_ContextID@@UBEPAVPObject@@XZ @22426 NONAME ?Clone@H248_ContextRequest@@UBEPAVPObject@@XZ @22427 NONAME ?Clone@H248_DigitMapDescriptor@@UBEPAVPObject@@XZ @22428 NONAME ?Clone@H248_DigitMapName@@UBEPAVPObject@@XZ @22429 NONAME ?Clone@H248_DigitMapValue@@UBEPAVPObject@@XZ @22430 NONAME ?Clone@H248_DomainName@@UBEPAVPObject@@XZ @22431 NONAME ?Clone@H248_ErrorCode@@UBEPAVPObject@@XZ @22432 NONAME ?Clone@H248_ErrorDescriptor@@UBEPAVPObject@@XZ @22433 NONAME ?Clone@H248_ErrorText@@UBEPAVPObject@@XZ @22434 NONAME ?Clone@H248_EventBufferControl@@UBEPAVPObject@@XZ @22435 NONAME ?Clone@H248_EventBufferDescriptor@@UBEPAVPObject@@XZ @22436 NONAME ?Clone@H248_EventDM@@UBEPAVPObject@@XZ @22437 NONAME ?Clone@H248_EventName@@UBEPAVPObject@@XZ @22438 NONAME ?Clone@H248_EventParameter@@UBEPAVPObject@@XZ @22439 NONAME ?Clone@H248_EventParameter_extraInfo@@UBEPAVPObject@@XZ @22440 NONAME ?Clone@H248_EventsDescriptor@@UBEPAVPObject@@XZ @22441 NONAME ?Clone@H248_EventSpec@@UBEPAVPObject@@XZ @22442 NONAME ?Clone@H248_H221NonStandard@@UBEPAVPObject@@XZ @22443 NONAME ?Clone@H248_IndAudDigitMapDescriptor@@UBEPAVPObject@@XZ @22444 NONAME ?Clone@H248_IndAudEventBufferDescriptor@@UBEPAVPObject@@XZ @22445 NONAME ?Clone@H248_IndAudEventsDescriptor@@UBEPAVPObject@@XZ @22446 NONAME ?Clone@H248_IndAuditParameter@@UBEPAVPObject@@XZ @22447 NONAME ?Clone@H248_IndAudLocalControlDescriptor@@UBEPAVPObject@@XZ @22448 NONAME ?Clone@H248_IndAudLocalRemoteDescriptor@@UBEPAVPObject@@XZ @22449 NONAME ?Clone@H248_IndAudMediaDescriptor@@UBEPAVPObject@@XZ @22450 NONAME ?Clone@H248_IndAudMediaDescriptor_streams@@UBEPAVPObject@@XZ @22451 NONAME ?Clone@H248_IndAudPackagesDescriptor@@UBEPAVPObject@@XZ @22452 NONAME ?Clone@H248_IndAudPropertyGroup@@UBEPAVPObject@@XZ @22453 NONAME ?Clone@H248_IndAudPropertyParm@@UBEPAVPObject@@XZ @22454 NONAME ?Clone@H248_IndAudSeqSigList@@UBEPAVPObject@@XZ @22455 NONAME ?Clone@H248_IndAudSignal@@UBEPAVPObject@@XZ @22456 NONAME ?Clone@H248_IndAudSignalsDescriptor@@UBEPAVPObject@@XZ @22457 NONAME ?Clone@H248_IndAudStatisticsDescriptor@@UBEPAVPObject@@XZ @22458 NONAME ?Clone@H248_IndAudStreamDescriptor@@UBEPAVPObject@@XZ @22459 NONAME ?Clone@H248_IndAudStreamParms@@UBEPAVPObject@@XZ @22460 NONAME ?Clone@H248_IndAudTerminationStateDescriptor@@UBEPAVPObject@@XZ @22461 NONAME ?Clone@H248_IP4Address@@UBEPAVPObject@@XZ @22462 NONAME ?Clone@H248_IP6Address@@UBEPAVPObject@@XZ @22463 NONAME ?Clone@H248_LocalControlDescriptor@@UBEPAVPObject@@XZ @22464 NONAME ?Clone@H248_LocalRemoteDescriptor@@UBEPAVPObject@@XZ @22465 NONAME ?Clone@H248_MediaDescriptor@@UBEPAVPObject@@XZ @22466 NONAME ?Clone@H248_MediaDescriptor_streams@@UBEPAVPObject@@XZ @22467 NONAME ?Clone@H248_MegacoMessage@@UBEPAVPObject@@XZ @22468 NONAME ?Clone@H248_Message@@UBEPAVPObject@@XZ @22469 NONAME ?Clone@H248_Message_messageBody@@UBEPAVPObject@@XZ @22470 NONAME ?Clone@H248_MId@@UBEPAVPObject@@XZ @22471 NONAME ?Clone@H248_ModemDescriptor@@UBEPAVPObject@@XZ @22472 NONAME ?Clone@H248_ModemType@@UBEPAVPObject@@XZ @22473 NONAME ?Clone@H248_MuxDescriptor@@UBEPAVPObject@@XZ @22474 NONAME ?Clone@H248_MuxType@@UBEPAVPObject@@XZ @22475 NONAME ?Clone@H248_Name@@UBEPAVPObject@@XZ @22476 NONAME ?Clone@H248_NonStandardData@@UBEPAVPObject@@XZ @22477 NONAME ?Clone@H248_NonStandardIdentifier@@UBEPAVPObject@@XZ @22478 NONAME ?Clone@H248_NotifyCompletion@@UBEPAVPObject@@XZ @22479 NONAME ?Clone@H248_NotifyReply@@UBEPAVPObject@@XZ @22480 NONAME ?Clone@H248_NotifyRequest@@UBEPAVPObject@@XZ @22481 NONAME ?Clone@H248_ObservedEvent@@UBEPAVPObject@@XZ @22482 NONAME ?Clone@H248_ObservedEventsDescriptor@@UBEPAVPObject@@XZ @22483 NONAME ?Clone@H248_PackagesDescriptor@@UBEPAVPObject@@XZ @22484 NONAME ?Clone@H248_PackagesItem@@UBEPAVPObject@@XZ @22485 NONAME ?Clone@H248_PathName@@UBEPAVPObject@@XZ @22486 NONAME ?Clone@H248_PkgdName@@UBEPAVPObject@@XZ @22487 NONAME ?Clone@H248_PropertyGroup@@UBEPAVPObject@@XZ @22488 NONAME ?Clone@H248_PropertyParm@@UBEPAVPObject@@XZ @22489 NONAME ?Clone@H248_PropertyParm_extraInfo@@UBEPAVPObject@@XZ @22490 NONAME ?Clone@H248_Relation@@UBEPAVPObject@@XZ @22491 NONAME ?Clone@H248_RequestedActions@@UBEPAVPObject@@XZ @22492 NONAME ?Clone@H248_RequestedEvent@@UBEPAVPObject@@XZ @22493 NONAME ?Clone@H248_RequestID@@UBEPAVPObject@@XZ @22494 NONAME ?Clone@H248_SecondEventsDescriptor@@UBEPAVPObject@@XZ @22495 NONAME ?Clone@H248_SecondRequestedActions@@UBEPAVPObject@@XZ @22496 NONAME ?Clone@H248_SecondRequestedEvent@@UBEPAVPObject@@XZ @22497 NONAME ?Clone@H248_SecurityParmIndex@@UBEPAVPObject@@XZ @22498 NONAME ?Clone@H248_SeqSigList@@UBEPAVPObject@@XZ @22499 NONAME ?Clone@H248_SequenceNum@@UBEPAVPObject@@XZ @22500 NONAME ?Clone@H248_ServiceChangeAddress@@UBEPAVPObject@@XZ @22501 NONAME ?Clone@H248_ServiceChangeMethod@@UBEPAVPObject@@XZ @22502 NONAME ?Clone@H248_ServiceChangeParm@@UBEPAVPObject@@XZ @22503 NONAME ?Clone@H248_ServiceChangeProfile@@UBEPAVPObject@@XZ @22504 NONAME ?Clone@H248_ServiceChangeReply@@UBEPAVPObject@@XZ @22505 NONAME ?Clone@H248_ServiceChangeRequest@@UBEPAVPObject@@XZ @22506 NONAME ?Clone@H248_ServiceChangeResParm@@UBEPAVPObject@@XZ @22507 NONAME ?Clone@H248_ServiceChangeResult@@UBEPAVPObject@@XZ @22508 NONAME ?Clone@H248_ServiceState@@UBEPAVPObject@@XZ @22509 NONAME ?Clone@H248_Signal@@UBEPAVPObject@@XZ @22510 NONAME ?Clone@H248_SignalName@@UBEPAVPObject@@XZ @22511 NONAME ?Clone@H248_SignalRequest@@UBEPAVPObject@@XZ @22512 NONAME ?Clone@H248_SignalsDescriptor@@UBEPAVPObject@@XZ @22513 NONAME ?Clone@H248_SignalType@@UBEPAVPObject@@XZ @22514 NONAME ?Clone@H248_SigParameter@@UBEPAVPObject@@XZ @22515 NONAME ?Clone@H248_SigParameter_extraInfo@@UBEPAVPObject@@XZ @22516 NONAME ?Clone@H248_StatisticsDescriptor@@UBEPAVPObject@@XZ @22517 NONAME ?Clone@H248_StatisticsParameter@@UBEPAVPObject@@XZ @22518 NONAME ?Clone@H248_StreamDescriptor@@UBEPAVPObject@@XZ @22519 NONAME ?Clone@H248_StreamID@@UBEPAVPObject@@XZ @22520 NONAME ?Clone@H248_StreamMode@@UBEPAVPObject@@XZ @22521 NONAME ?Clone@H248_StreamParms@@UBEPAVPObject@@XZ @22522 NONAME ?Clone@H248_SubtractRequest@@UBEPAVPObject@@XZ @22523 NONAME ?Clone@H248_TerminationAudit@@UBEPAVPObject@@XZ @22524 NONAME ?Clone@H248_TerminationID@@UBEPAVPObject@@XZ @22525 NONAME ?Clone@H248_TerminationIDList@@UBEPAVPObject@@XZ @22526 NONAME ?Clone@H248_TerminationStateDescriptor@@UBEPAVPObject@@XZ @22527 NONAME ?Clone@H248_TimeNotation@@UBEPAVPObject@@XZ @22528 NONAME ?Clone@H248_TopologyRequest@@UBEPAVPObject@@XZ @22529 NONAME ?Clone@H248_TopologyRequest_topologyDirection@@UBEPAVPObject@@XZ @22530 NONAME ?Clone@H248_Transaction@@UBEPAVPObject@@XZ @22531 NONAME ?Clone@H248_TransactionAck@@UBEPAVPObject@@XZ @22532 NONAME ?Clone@H248_TransactionId@@UBEPAVPObject@@XZ @22533 NONAME ?Clone@H248_TransactionPending@@UBEPAVPObject@@XZ @22534 NONAME ?Clone@H248_TransactionReply@@UBEPAVPObject@@XZ @22535 NONAME ?Clone@H248_TransactionReply_transactionResult@@UBEPAVPObject@@XZ @22536 NONAME ?Clone@H248_TransactionRequest@@UBEPAVPObject@@XZ @22537 NONAME ?Clone@H248_TransactionResponseAck@@UBEPAVPObject@@XZ @22538 NONAME ?Clone@H248_Value@@UBEPAVPObject@@XZ @22539 NONAME ?Clone@H248_WildcardField@@UBEPAVPObject@@XZ @22540 NONAME ?Clone@H323ChannelNumber@@UBEPAVPObject@@XZ @5116 NONAME ?Clone@H323CodecPluginGenericAudioCapability@@UBEPAVPObject@@XZ @44383 NONAME ?Clone@H323CodecPluginNonStandardAudioCapability@@UBEPAVPObject@@XZ @36171 NONAME ?Clone@H323GSMPluginCapability@@UBEPAVPObject@@XZ @36172 NONAME ?Clone@H323PluginCapability@@UBEPAVPObject@@XZ @36174 NONAME ?Clone@H323PluginG7231Capability@@UBEPAVPObject@@XZ @36175 NONAME ?Clone@H323RasPDU@@UBEPAVPObject@@XZ @25866 NONAME ?Clone@H323TransportAddressArray@@UBEPAVPObject@@XZ @21072 NONAME ?Clone@H323_CiscoG7231aLIDCapability@@UBEPAVPObject@@XZ @21011 NONAME ?Clone@H323_G711Capability@@UBEPAVPObject@@XZ @5119 NONAME ?Clone@H323_H261Capability@@UBEPAVPObject@@XZ @5121 NONAME ?Clone@H323_LIDCapability@@UBEPAVPObject@@XZ @5122 NONAME ?Clone@H323_T120Capability@@UBEPAVPObject@@XZ @5123 NONAME ?Clone@H323_T38Capability@@UBEPAVPObject@@XZ @18853 NONAME ?Clone@H323_T38NonStandardCapability@@UBEPAVPObject@@XZ @20515 NONAME ?Clone@H323_UserInputCapability@@UBEPAVPObject@@XZ @5124 NONAME ?Clone@H45010_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @15577 NONAME ?Clone@H45010_CfbOvrOptArg@@UBEPAVPObject@@XZ @15578 NONAME ?Clone@H45010_CoReqOptArg@@UBEPAVPObject@@XZ @15579 NONAME ?Clone@H45010_H323CallOfferOperations@@UBEPAVPObject@@XZ @15580 NONAME ?Clone@H45010_RUAlertOptArg@@UBEPAVPObject@@XZ @15581 NONAME ?Clone@H45011_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @15582 NONAME ?Clone@H45011_CallIntrusionErrors@@UBEPAVPObject@@XZ @15583 NONAME ?Clone@H45011_CICapabilityLevel@@UBEPAVPObject@@XZ @15584 NONAME ?Clone@H45011_CIFrcRelArg@@UBEPAVPObject@@XZ @15585 NONAME ?Clone@H45011_CIFrcRelOptRes@@UBEPAVPObject@@XZ @15586 NONAME ?Clone@H45011_CIGetCIPLOptArg@@UBEPAVPObject@@XZ @15587 NONAME ?Clone@H45011_CIGetCIPLRes@@UBEPAVPObject@@XZ @15588 NONAME ?Clone@H45011_CIIsOptArg@@UBEPAVPObject@@XZ @15589 NONAME ?Clone@H45011_CIIsOptRes@@UBEPAVPObject@@XZ @15590 NONAME ?Clone@H45011_CINotificationArg@@UBEPAVPObject@@XZ @15591 NONAME ?Clone@H45011_CIProtectionLevel@@UBEPAVPObject@@XZ @15592 NONAME ?Clone@H45011_CIRequestArg@@UBEPAVPObject@@XZ @15593 NONAME ?Clone@H45011_CIRequestRes@@UBEPAVPObject@@XZ @15594 NONAME ?Clone@H45011_CISilentArg@@UBEPAVPObject@@XZ @15595 NONAME ?Clone@H45011_CISilentOptRes@@UBEPAVPObject@@XZ @15596 NONAME ?Clone@H45011_CIStatusInformation@@UBEPAVPObject@@XZ @15597 NONAME ?Clone@H45011_CIWobOptArg@@UBEPAVPObject@@XZ @15598 NONAME ?Clone@H45011_CIWobOptRes@@UBEPAVPObject@@XZ @15599 NONAME ?Clone@H45011_H323CallIntrusionOperations@@UBEPAVPObject@@XZ @15600 NONAME ?Clone@H4501_Address@@UBEPAVPObject@@XZ @14451 NONAME ?Clone@H4501_AddressInformation@@UBEPAVPObject@@XZ @14452 NONAME ?Clone@H4501_AddressScreened@@UBEPAVPObject@@XZ @14453 NONAME ?Clone@H4501_ArrayOf_AliasAddress@@UBEPAVPObject@@XZ @14454 NONAME ?Clone@H4501_ArrayOf_ROS@@UBEPAVPObject@@XZ @14455 NONAME ?Clone@H4501_EndpointAddress@@UBEPAVPObject@@XZ @14456 NONAME ?Clone@H4501_EntityType@@UBEPAVPObject@@XZ @14457 NONAME ?Clone@H4501_Extension@@UBEPAVPObject@@XZ @14458 NONAME ?Clone@H4501_GeneralErrorList@@UBEPAVPObject@@XZ @14459 NONAME ?Clone@H4501_H225InformationElement@@UBEPAVPObject@@XZ @14460 NONAME ?Clone@H4501_InterpretationApdu@@UBEPAVPObject@@XZ @14461 NONAME ?Clone@H4501_InvokeIDs@@UBEPAVPObject@@XZ @14462 NONAME ?Clone@H4501_InvokeIdSet@@UBEPAVPObject@@XZ @14463 NONAME ?Clone@H4501_NetworkFacilityExtension@@UBEPAVPObject@@XZ @14464 NONAME ?Clone@H4501_NSAPSubaddress@@UBEPAVPObject@@XZ @14465 NONAME ?Clone@H4501_NumberScreened@@UBEPAVPObject@@XZ @14466 NONAME ?Clone@H4501_PartySubaddress@@UBEPAVPObject@@XZ @14467 NONAME ?Clone@H4501_PresentationAllowedIndicator@@UBEPAVPObject@@XZ @14468 NONAME ?Clone@H4501_PresentedAddressScreened@@UBEPAVPObject@@XZ @14469 NONAME ?Clone@H4501_PresentedAddressUnscreened@@UBEPAVPObject@@XZ @14470 NONAME ?Clone@H4501_PresentedNumberScreened@@UBEPAVPObject@@XZ @14471 NONAME ?Clone@H4501_PresentedNumberUnscreened@@UBEPAVPObject@@XZ @14472 NONAME ?Clone@H4501_ScreeningIndicator@@UBEPAVPObject@@XZ @14473 NONAME ?Clone@H4501_ServiceApdus@@UBEPAVPObject@@XZ @14474 NONAME ?Clone@H4501_SubaddressInformation@@UBEPAVPObject@@XZ @14475 NONAME ?Clone@H4501_SupplementaryService@@UBEPAVPObject@@XZ @14476 NONAME ?Clone@H4501_UserSpecifiedSubaddress@@UBEPAVPObject@@XZ @14477 NONAME ?Clone@H4502_CallIdentity@@UBEPAVPObject@@XZ @14478 NONAME ?Clone@H4502_CallStatus@@UBEPAVPObject@@XZ @14479 NONAME ?Clone@H4502_CallTransferErrors@@UBEPAVPObject@@XZ @14480 NONAME ?Clone@H4502_CallTransferOperation@@UBEPAVPObject@@XZ @14481 NONAME ?Clone@H4502_CTActiveArg@@UBEPAVPObject@@XZ @14482 NONAME ?Clone@H4502_CTActiveArg_argumentExtension@@UBEPAVPObject@@XZ @14483 NONAME ?Clone@H4502_CTCompleteArg@@UBEPAVPObject@@XZ @14484 NONAME ?Clone@H4502_CTCompleteArg_argumentExtension@@UBEPAVPObject@@XZ @14485 NONAME ?Clone@H4502_CTIdentifyRes@@UBEPAVPObject@@XZ @14486 NONAME ?Clone@H4502_CTIdentifyRes_resultExtension@@UBEPAVPObject@@XZ @14487 NONAME ?Clone@H4502_CTInitiateArg@@UBEPAVPObject@@XZ @14488 NONAME ?Clone@H4502_CTInitiateArg_argumentExtension@@UBEPAVPObject@@XZ @14489 NONAME ?Clone@H4502_CTSetupArg@@UBEPAVPObject@@XZ @14490 NONAME ?Clone@H4502_CTSetupArg_argumentExtension@@UBEPAVPObject@@XZ @14491 NONAME ?Clone@H4502_CTUpdateArg@@UBEPAVPObject@@XZ @14492 NONAME ?Clone@H4502_CTUpdateArg_argumentExtension@@UBEPAVPObject@@XZ @14493 NONAME ?Clone@H4502_DummyArg@@UBEPAVPObject@@XZ @14494 NONAME ?Clone@H4502_DummyRes@@UBEPAVPObject@@XZ @14495 NONAME ?Clone@H4502_EndDesignation@@UBEPAVPObject@@XZ @14496 NONAME ?Clone@H4502_ExtensionSeq@@UBEPAVPObject@@XZ @14497 NONAME ?Clone@H4502_SubaddressTransferArg@@UBEPAVPObject@@XZ @14498 NONAME ?Clone@H4502_SubaddressTransferArg_argumentExtension@@UBEPAVPObject@@XZ @14499 NONAME ?Clone@H4503_BasicService@@UBEPAVPObject@@XZ @15152 NONAME ?Clone@H4503_CallDiversionErrors@@UBEPAVPObject@@XZ @15153 NONAME ?Clone@H4503_DiversionReason@@UBEPAVPObject@@XZ @15154 NONAME ?Clone@H4503_ExtensionSeq@@UBEPAVPObject@@XZ @15155 NONAME ?Clone@H4503_H323CallDiversionOperations@@UBEPAVPObject@@XZ @15156 NONAME ?Clone@H4503_IntResult@@UBEPAVPObject@@XZ @15157 NONAME ?Clone@H4503_IntResultList@@UBEPAVPObject@@XZ @15158 NONAME ?Clone@H4503_IntResult_extension@@UBEPAVPObject@@XZ @15159 NONAME ?Clone@H4503_Procedure@@UBEPAVPObject@@XZ @15160 NONAME ?Clone@H4503_SubscriptionOption@@UBEPAVPObject@@XZ @15161 NONAME ?Clone@H4504_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @15003 NONAME ?Clone@H4504_CallHoldOperation@@UBEPAVPObject@@XZ @15004 NONAME ?Clone@H4504_Extension@@UBEPAVPObject@@XZ @15005 NONAME ?Clone@H4504_HoldNotificArg@@UBEPAVPObject@@XZ @15006 NONAME ?Clone@H4504_MixedExtension@@UBEPAVPObject@@XZ @15007 NONAME ?Clone@H4504_RemoteHoldArg@@UBEPAVPObject@@XZ @15008 NONAME ?Clone@H4504_RemoteHoldRes@@UBEPAVPObject@@XZ @15009 NONAME ?Clone@H4504_RemoteRetrieveArg@@UBEPAVPObject@@XZ @15010 NONAME ?Clone@H4504_RemoteRetrieveRes@@UBEPAVPObject@@XZ @15011 NONAME ?Clone@H4504_RetrieveNotificArg@@UBEPAVPObject@@XZ @15012 NONAME ?Clone@H4505_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @15601 NONAME ?Clone@H4505_CallParkPickupOperations@@UBEPAVPObject@@XZ @15602 NONAME ?Clone@H4505_CallPickupErrors@@UBEPAVPObject@@XZ @15603 NONAME ?Clone@H4505_CallType@@UBEPAVPObject@@XZ @15604 NONAME ?Clone@H4505_CpickupNotifyArg@@UBEPAVPObject@@XZ @15605 NONAME ?Clone@H4505_CpNotifyArg@@UBEPAVPObject@@XZ @15606 NONAME ?Clone@H4505_CpRequestArg@@UBEPAVPObject@@XZ @15607 NONAME ?Clone@H4505_CpRequestRes@@UBEPAVPObject@@XZ @15608 NONAME ?Clone@H4505_CpSetupArg@@UBEPAVPObject@@XZ @15609 NONAME ?Clone@H4505_CpSetupRes@@UBEPAVPObject@@XZ @15610 NONAME ?Clone@H4505_GroupIndicationOffArg@@UBEPAVPObject@@XZ @15611 NONAME ?Clone@H4505_GroupIndicationOffRes@@UBEPAVPObject@@XZ @15612 NONAME ?Clone@H4505_GroupIndicationOnArg@@UBEPAVPObject@@XZ @15613 NONAME ?Clone@H4505_GroupIndicationOnRes@@UBEPAVPObject@@XZ @15614 NONAME ?Clone@H4505_ParkCondition@@UBEPAVPObject@@XZ @15615 NONAME ?Clone@H4505_ParkedToPosition@@UBEPAVPObject@@XZ @15616 NONAME ?Clone@H4505_PickExeArg@@UBEPAVPObject@@XZ @15617 NONAME ?Clone@H4505_PickExeRes@@UBEPAVPObject@@XZ @15618 NONAME ?Clone@H4505_PickrequArg@@UBEPAVPObject@@XZ @15619 NONAME ?Clone@H4505_PickrequRes@@UBEPAVPObject@@XZ @15620 NONAME ?Clone@H4505_PickupArg@@UBEPAVPObject@@XZ @15621 NONAME ?Clone@H4505_PickupRes@@UBEPAVPObject@@XZ @15622 NONAME ?Clone@H4506_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @15623 NONAME ?Clone@H4506_CallWaitingArg@@UBEPAVPObject@@XZ @15624 NONAME ?Clone@H4506_CallWaitingOperations@@UBEPAVPObject@@XZ @15625 NONAME ?Clone@H4507_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @15626 NONAME ?Clone@H4507_BasicService@@UBEPAVPObject@@XZ @15627 NONAME ?Clone@H4507_DummyRes@@UBEPAVPObject@@XZ @15628 NONAME ?Clone@H4507_H323_MWI_Operations@@UBEPAVPObject@@XZ @15629 NONAME ?Clone@H4507_MessageWaitingIndicationErrors@@UBEPAVPObject@@XZ @15630 NONAME ?Clone@H4507_MsgCentreId@@UBEPAVPObject@@XZ @15631 NONAME ?Clone@H4507_MWIActivateArg@@UBEPAVPObject@@XZ @15632 NONAME ?Clone@H4507_MWIDeactivateArg@@UBEPAVPObject@@XZ @15633 NONAME ?Clone@H4507_MWIInterrogateArg@@UBEPAVPObject@@XZ @15634 NONAME ?Clone@H4507_MWIInterrogateRes@@UBEPAVPObject@@XZ @15635 NONAME ?Clone@H4507_MWIInterrogateResElt@@UBEPAVPObject@@XZ @15636 NONAME ?Clone@H4507_NbOfMessages@@UBEPAVPObject@@XZ @15637 NONAME ?Clone@H4507_TimeStamp@@UBEPAVPObject@@XZ @15638 NONAME ?Clone@H4508_ExtendedName@@UBEPAVPObject@@XZ @15639 NONAME ?Clone@H4508_Name@@UBEPAVPObject@@XZ @15640 NONAME ?Clone@H4508_NameOperations@@UBEPAVPObject@@XZ @15641 NONAME ?Clone@H4508_NamePresentationAllowed@@UBEPAVPObject@@XZ @15642 NONAME ?Clone@H4508_NamePresentationRestricted@@UBEPAVPObject@@XZ @15643 NONAME ?Clone@H4508_SimpleName@@UBEPAVPObject@@XZ @15644 NONAME ?Clone@H4509_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @15645 NONAME ?Clone@H4509_CallCompletionErrors@@UBEPAVPObject@@XZ @15646 NONAME ?Clone@H4509_CcArg@@UBEPAVPObject@@XZ @15647 NONAME ?Clone@H4509_CcLongArg@@UBEPAVPObject@@XZ @15648 NONAME ?Clone@H4509_CcRequestArg@@UBEPAVPObject@@XZ @15649 NONAME ?Clone@H4509_CcRequestRes@@UBEPAVPObject@@XZ @15650 NONAME ?Clone@H4509_CcShortArg@@UBEPAVPObject@@XZ @15651 NONAME ?Clone@H4509_H323CallCompletionOperations@@UBEPAVPObject@@XZ @15652 NONAME ?Clone@H501PDU@@UBEPAVPObject@@XZ @25867 NONAME ?Clone@H501_AccessConfirmation@@UBEPAVPObject@@XZ @24602 NONAME ?Clone@H501_AccessRejection@@UBEPAVPObject@@XZ @24603 NONAME ?Clone@H501_AccessRejectionReason@@UBEPAVPObject@@XZ @24604 NONAME ?Clone@H501_AccessRequest@@UBEPAVPObject@@XZ @24605 NONAME ?Clone@H501_AccessToken@@UBEPAVPObject@@XZ @24606 NONAME ?Clone@H501_AddressTemplate@@UBEPAVPObject@@XZ @24607 NONAME ?Clone@H501_AlternatePE@@UBEPAVPObject@@XZ @24608 NONAME ?Clone@H501_AlternatePEInfo@@UBEPAVPObject@@XZ @24609 NONAME ?Clone@H501_ApplicationMessage@@UBEPAVPObject@@XZ @24610 NONAME ?Clone@H501_ArrayOf_AccessToken@@UBEPAVPObject@@XZ @24611 NONAME ?Clone@H501_ArrayOf_AddressTemplate@@UBEPAVPObject@@XZ @24612 NONAME ?Clone@H501_ArrayOf_AliasAddress@@UBEPAVPObject@@XZ @24613 NONAME ?Clone@H501_ArrayOf_AlternatePE@@UBEPAVPObject@@XZ @24614 NONAME ?Clone@H501_ArrayOf_CircuitIdentifier@@UBEPAVPObject@@XZ @24615 NONAME ?Clone@H501_ArrayOf_ClearToken@@UBEPAVPObject@@XZ @24616 NONAME ?Clone@H501_ArrayOf_ContactInformation@@UBEPAVPObject@@XZ @24617 NONAME ?Clone@H501_ArrayOf_CryptoH323Token@@UBEPAVPObject@@XZ @24618 NONAME ?Clone@H501_ArrayOf_Descriptor@@UBEPAVPObject@@XZ @24619 NONAME ?Clone@H501_ArrayOf_DescriptorInfo@@UBEPAVPObject@@XZ @24621 NONAME ?Clone@H501_ArrayOf_GenericData@@UBEPAVPObject@@XZ @24622 NONAME ?Clone@H501_ArrayOf_GloballyUniqueID@@UBEPAVPObject@@XZ @25530 NONAME ?Clone@H501_ArrayOf_NonStandardParameter@@UBEPAVPObject@@XZ @24623 NONAME ?Clone@H501_ArrayOf_PASN_ObjectId@@UBEPAVPObject@@XZ @24624 NONAME ?Clone@H501_ArrayOf_Pattern@@UBEPAVPObject@@XZ @24625 NONAME ?Clone@H501_ArrayOf_PriceElement@@UBEPAVPObject@@XZ @24626 NONAME ?Clone@H501_ArrayOf_PriceInfoSpec@@UBEPAVPObject@@XZ @24627 NONAME ?Clone@H501_ArrayOf_RouteInformation@@UBEPAVPObject@@XZ @24628 NONAME ?Clone@H501_ArrayOf_SecurityMode@@UBEPAVPObject@@XZ @24629 NONAME ?Clone@H501_ArrayOf_ServiceControlSession@@UBEPAVPObject@@XZ @24630 NONAME ?Clone@H501_ArrayOf_SupportedProtocols@@UBEPAVPObject@@XZ @24631 NONAME ?Clone@H501_ArrayOf_TransportAddress@@UBEPAVPObject@@XZ @24632 NONAME ?Clone@H501_ArrayOf_UpdateInformation@@UBEPAVPObject@@XZ @24633 NONAME ?Clone@H501_ArrayOf_UsageField@@UBEPAVPObject@@XZ @24634 NONAME ?Clone@H501_AuthenticationConfirmation@@UBEPAVPObject@@XZ @24635 NONAME ?Clone@H501_AuthenticationRejection@@UBEPAVPObject@@XZ @24636 NONAME ?Clone@H501_AuthenticationRejectionReason@@UBEPAVPObject@@XZ @24637 NONAME ?Clone@H501_AuthenticationRequest@@UBEPAVPObject@@XZ @24638 NONAME ?Clone@H501_CallInformation@@UBEPAVPObject@@XZ @24639 NONAME ?Clone@H501_ContactInformation@@UBEPAVPObject@@XZ @24640 NONAME ?Clone@H501_Descriptor@@UBEPAVPObject@@XZ @24641 NONAME ?Clone@H501_DescriptorConfirmation@@UBEPAVPObject@@XZ @24642 NONAME ?Clone@H501_DescriptorIDConfirmation@@UBEPAVPObject@@XZ @24644 NONAME ?Clone@H501_DescriptorIDRejection@@UBEPAVPObject@@XZ @24645 NONAME ?Clone@H501_DescriptorIDRejectionReason@@UBEPAVPObject@@XZ @24646 NONAME ?Clone@H501_DescriptorIDRequest@@UBEPAVPObject@@XZ @24647 NONAME ?Clone@H501_DescriptorInfo@@UBEPAVPObject@@XZ @24648 NONAME ?Clone@H501_DescriptorRejection@@UBEPAVPObject@@XZ @24649 NONAME ?Clone@H501_DescriptorRejectionReason@@UBEPAVPObject@@XZ @24650 NONAME ?Clone@H501_DescriptorRequest@@UBEPAVPObject@@XZ @24651 NONAME ?Clone@H501_DescriptorUpdate@@UBEPAVPObject@@XZ @24652 NONAME ?Clone@H501_DescriptorUpdateAck@@UBEPAVPObject@@XZ @24653 NONAME ?Clone@H501_ElementIdentifier@@UBEPAVPObject@@XZ @24654 NONAME ?Clone@H501_GlobalTimeStamp@@UBEPAVPObject@@XZ @24655 NONAME ?Clone@H501_Message@@UBEPAVPObject@@XZ @24656 NONAME ?Clone@H501_MessageBody@@UBEPAVPObject@@XZ @24657 NONAME ?Clone@H501_MessageCommonInfo@@UBEPAVPObject@@XZ @24658 NONAME ?Clone@H501_NonStandardConfirmation@@UBEPAVPObject@@XZ @24659 NONAME ?Clone@H501_NonStandardRejection@@UBEPAVPObject@@XZ @24660 NONAME ?Clone@H501_NonStandardRejectionReason@@UBEPAVPObject@@XZ @24661 NONAME ?Clone@H501_NonStandardRequest@@UBEPAVPObject@@XZ @24662 NONAME ?Clone@H501_PartyInformation@@UBEPAVPObject@@XZ @24663 NONAME ?Clone@H501_Pattern@@UBEPAVPObject@@XZ @24664 NONAME ?Clone@H501_Pattern_range@@UBEPAVPObject@@XZ @24665 NONAME ?Clone@H501_PriceElement@@UBEPAVPObject@@XZ @24666 NONAME ?Clone@H501_PriceElement_units@@UBEPAVPObject@@XZ @24667 NONAME ?Clone@H501_PriceInfoSpec@@UBEPAVPObject@@XZ @24668 NONAME ?Clone@H501_ProtocolVersion@@UBEPAVPObject@@XZ @24669 NONAME ?Clone@H501_RequestInProgress@@UBEPAVPObject@@XZ @24670 NONAME ?Clone@H501_Role@@UBEPAVPObject@@XZ @24671 NONAME ?Clone@H501_RouteInformation@@UBEPAVPObject@@XZ @24672 NONAME ?Clone@H501_RouteInformation_messageType@@UBEPAVPObject@@XZ @24673 NONAME ?Clone@H501_SecurityMode@@UBEPAVPObject@@XZ @24674 NONAME ?Clone@H501_ServiceConfirmation@@UBEPAVPObject@@XZ @24675 NONAME ?Clone@H501_ServiceRejection@@UBEPAVPObject@@XZ @24677 NONAME ?Clone@H501_ServiceRejectionReason@@UBEPAVPObject@@XZ @24678 NONAME ?Clone@H501_ServiceRelease@@UBEPAVPObject@@XZ @24679 NONAME ?Clone@H501_ServiceReleaseReason@@UBEPAVPObject@@XZ @24680 NONAME ?Clone@H501_ServiceRequest@@UBEPAVPObject@@XZ @24681 NONAME ?Clone@H501_TerminationCause@@UBEPAVPObject@@XZ @24682 NONAME ?Clone@H501_TimeZone@@UBEPAVPObject@@XZ @24683 NONAME ?Clone@H501_UnknownMessageReason@@UBEPAVPObject@@XZ @24684 NONAME ?Clone@H501_UnknownMessageResponse@@UBEPAVPObject@@XZ @24685 NONAME ?Clone@H501_UpdateInformation@@UBEPAVPObject@@XZ @24686 NONAME ?Clone@H501_UpdateInformation_descriptorInfo@@UBEPAVPObject@@XZ @24687 NONAME ?Clone@H501_UpdateInformation_updateType@@UBEPAVPObject@@XZ @24688 NONAME ?Clone@H501_UsageCallStatus@@UBEPAVPObject@@XZ @24689 NONAME ?Clone@H501_UsageConfirmation@@UBEPAVPObject@@XZ @24690 NONAME ?Clone@H501_UsageField@@UBEPAVPObject@@XZ @24691 NONAME ?Clone@H501_UsageIndication@@UBEPAVPObject@@XZ @24692 NONAME ?Clone@H501_UsageIndicationConfirmation@@UBEPAVPObject@@XZ @24693 NONAME ?Clone@H501_UsageIndicationRejection@@UBEPAVPObject@@XZ @24694 NONAME ?Clone@H501_UsageIndicationRejectionReason@@UBEPAVPObject@@XZ @24695 NONAME ?Clone@H501_UsageRejection@@UBEPAVPObject@@XZ @24696 NONAME ?Clone@H501_UsageRejectReason@@UBEPAVPObject@@XZ @24697 NONAME ?Clone@H501_UsageRequest@@UBEPAVPObject@@XZ @24698 NONAME ?Clone@H501_UsageSpecification@@UBEPAVPObject@@XZ @24699 NONAME ?Clone@H501_UsageSpecification_when@@UBEPAVPObject@@XZ @24700 NONAME ?Clone@H501_UserInformation@@UBEPAVPObject@@XZ @24701 NONAME ?Clone@H501_ValidationConfirmation@@UBEPAVPObject@@XZ @24702 NONAME ?Clone@H501_ValidationRejection@@UBEPAVPObject@@XZ @24703 NONAME ?Clone@H501_ValidationRejectionReason@@UBEPAVPObject@@XZ @24704 NONAME ?Clone@H501_ValidationRequest@@UBEPAVPObject@@XZ @24705 NONAME ?Clone@MCS_ArrayOf_ChannelAttributes@@UBEPAVPObject@@XZ @5171 NONAME ?Clone@MCS_ArrayOf_ChannelId@@UBEPAVPObject@@XZ @5172 NONAME ?Clone@MCS_ArrayOf_TokenAttributes@@UBEPAVPObject@@XZ @5173 NONAME ?Clone@MCS_ArrayOf_TokenId@@UBEPAVPObject@@XZ @5174 NONAME ?Clone@MCS_ArrayOf_UserId@@UBEPAVPObject@@XZ @5175 NONAME ?Clone@MCS_AssignedChannelId@@UBEPAVPObject@@XZ @5176 NONAME ?Clone@MCS_AUcf@@UBEPAVPObject@@XZ @5177 NONAME ?Clone@MCS_AUrq@@UBEPAVPObject@@XZ @5178 NONAME ?Clone@MCS_CAin@@UBEPAVPObject@@XZ @5179 NONAME ?Clone@MCS_CArq@@UBEPAVPObject@@XZ @5180 NONAME ?Clone@MCS_CCcf@@UBEPAVPObject@@XZ @5181 NONAME ?Clone@MCS_CCrq@@UBEPAVPObject@@XZ @5182 NONAME ?Clone@MCS_CDin@@UBEPAVPObject@@XZ @5183 NONAME ?Clone@MCS_CDrq@@UBEPAVPObject@@XZ @5184 NONAME ?Clone@MCS_CEin@@UBEPAVPObject@@XZ @5185 NONAME ?Clone@MCS_CErq@@UBEPAVPObject@@XZ @5186 NONAME ?Clone@MCS_ChannelAttributes@@UBEPAVPObject@@XZ @5187 NONAME ?Clone@MCS_ChannelAttributes_assigned@@UBEPAVPObject@@XZ @5188 NONAME ?Clone@MCS_ChannelAttributes_private@@UBEPAVPObject@@XZ @5189 NONAME ?Clone@MCS_ChannelAttributes_static@@UBEPAVPObject@@XZ @5190 NONAME ?Clone@MCS_ChannelAttributes_userId@@UBEPAVPObject@@XZ @5191 NONAME ?Clone@MCS_ChannelId@@UBEPAVPObject@@XZ @5192 NONAME ?Clone@MCS_CJcf@@UBEPAVPObject@@XZ @5193 NONAME ?Clone@MCS_CJrq@@UBEPAVPObject@@XZ @5194 NONAME ?Clone@MCS_CLrq@@UBEPAVPObject@@XZ @5195 NONAME ?Clone@MCS_ConnectMCSPDU@@UBEPAVPObject@@XZ @5196 NONAME ?Clone@MCS_Connect_Additional@@UBEPAVPObject@@XZ @5197 NONAME ?Clone@MCS_Connect_Initial@@UBEPAVPObject@@XZ @5198 NONAME ?Clone@MCS_Connect_Response@@UBEPAVPObject@@XZ @5199 NONAME ?Clone@MCS_Connect_Result@@UBEPAVPObject@@XZ @5200 NONAME ?Clone@MCS_DataPriority@@UBEPAVPObject@@XZ @5201 NONAME ?Clone@MCS_Diagnostic@@UBEPAVPObject@@XZ @5202 NONAME ?Clone@MCS_DomainMCSPDU@@UBEPAVPObject@@XZ @5203 NONAME ?Clone@MCS_DomainParameters@@UBEPAVPObject@@XZ @5204 NONAME ?Clone@MCS_DPum@@UBEPAVPObject@@XZ @5205 NONAME ?Clone@MCS_DUin@@UBEPAVPObject@@XZ @5206 NONAME ?Clone@MCS_DUrq@@UBEPAVPObject@@XZ @5207 NONAME ?Clone@MCS_DynamicChannelId@@UBEPAVPObject@@XZ @5208 NONAME ?Clone@MCS_EDrq@@UBEPAVPObject@@XZ @5209 NONAME ?Clone@MCS_MCcf@@UBEPAVPObject@@XZ @5210 NONAME ?Clone@MCS_MCrq@@UBEPAVPObject@@XZ @5211 NONAME ?Clone@MCS_MTcf@@UBEPAVPObject@@XZ @5212 NONAME ?Clone@MCS_MTrq@@UBEPAVPObject@@XZ @5213 NONAME ?Clone@MCS_PCin@@UBEPAVPObject@@XZ @5214 NONAME ?Clone@MCS_PDin@@UBEPAVPObject@@XZ @5215 NONAME ?Clone@MCS_PrivateChannelId@@UBEPAVPObject@@XZ @5216 NONAME ?Clone@MCS_PTin@@UBEPAVPObject@@XZ @5217 NONAME ?Clone@MCS_Reason@@UBEPAVPObject@@XZ @5218 NONAME ?Clone@MCS_Result@@UBEPAVPObject@@XZ @5219 NONAME ?Clone@MCS_RJum@@UBEPAVPObject@@XZ @5220 NONAME ?Clone@MCS_SDin@@UBEPAVPObject@@XZ @5221 NONAME ?Clone@MCS_SDrq@@UBEPAVPObject@@XZ @5222 NONAME ?Clone@MCS_Segmentation@@UBEPAVPObject@@XZ @5223 NONAME ?Clone@MCS_StaticChannelId@@UBEPAVPObject@@XZ @5224 NONAME ?Clone@MCS_TGcf@@UBEPAVPObject@@XZ @5225 NONAME ?Clone@MCS_TGrq@@UBEPAVPObject@@XZ @5226 NONAME ?Clone@MCS_TIcf@@UBEPAVPObject@@XZ @5227 NONAME ?Clone@MCS_TIrq@@UBEPAVPObject@@XZ @5228 NONAME ?Clone@MCS_TokenAttributes@@UBEPAVPObject@@XZ @5229 NONAME ?Clone@MCS_TokenAttributes_given@@UBEPAVPObject@@XZ @5230 NONAME ?Clone@MCS_TokenAttributes_giving@@UBEPAVPObject@@XZ @5231 NONAME ?Clone@MCS_TokenAttributes_grabbed@@UBEPAVPObject@@XZ @5232 NONAME ?Clone@MCS_TokenAttributes_inhibited@@UBEPAVPObject@@XZ @5233 NONAME ?Clone@MCS_TokenAttributes_ungivable@@UBEPAVPObject@@XZ @5234 NONAME ?Clone@MCS_TokenId@@UBEPAVPObject@@XZ @5235 NONAME ?Clone@MCS_TokenStatus@@UBEPAVPObject@@XZ @5236 NONAME ?Clone@MCS_TPin@@UBEPAVPObject@@XZ @5237 NONAME ?Clone@MCS_TPrq@@UBEPAVPObject@@XZ @5238 NONAME ?Clone@MCS_TRcf@@UBEPAVPObject@@XZ @5239 NONAME ?Clone@MCS_TRrq@@UBEPAVPObject@@XZ @5240 NONAME ?Clone@MCS_TTcf@@UBEPAVPObject@@XZ @5241 NONAME ?Clone@MCS_TTrq@@UBEPAVPObject@@XZ @5242 NONAME ?Clone@MCS_TVcf@@UBEPAVPObject@@XZ @5243 NONAME ?Clone@MCS_TVin@@UBEPAVPObject@@XZ @5244 NONAME ?Clone@MCS_TVrq@@UBEPAVPObject@@XZ @5245 NONAME ?Clone@MCS_TVrs@@UBEPAVPObject@@XZ @5246 NONAME ?Clone@MCS_UserId@@UBEPAVPObject@@XZ @5247 NONAME ?Clone@MCS_USin@@UBEPAVPObject@@XZ @5248 NONAME ?Clone@MCS_USrq@@UBEPAVPObject@@XZ @5249 NONAME ?Clone@MXRecordList@PDNS@@UBEPAVPObject@@XZ @44384 NONAME ?Clone@OpalGloballyUniqueID@@UBEPAVPObject@@XZ @13847 NONAME ?Clone@SRVRecordList@PDNS@@UBEPAVPObject@@XZ @44385 NONAME ?Clone@T38_ArrayOf_PASN_OctetString@@UBEPAVPObject@@XZ @18854 NONAME ?Clone@T38_Data_Field@@UBEPAVPObject@@XZ @18855 NONAME ?Clone@T38_Data_Field_subtype@@UBEPAVPObject@@XZ @18856 NONAME ?Clone@T38_Data_Field_subtype_field_type@@UBEPAVPObject@@XZ @18857 NONAME ?Clone@T38_IFPPacket@@UBEPAVPObject@@XZ @18858 NONAME ?Clone@T38_PreCorrigendum_Data_Field@@UBEPAVPObject@@XZ @21470 NONAME ?Clone@T38_PreCorrigendum_Data_Field_subtype@@UBEPAVPObject@@XZ @21471 NONAME ?Clone@T38_PreCorrigendum_Data_Field_subtype_field_type@@UBEPAVPObject@@XZ @21472 NONAME ?Clone@T38_PreCorrigendum_IFPPacket@@UBEPAVPObject@@XZ @21473 NONAME ?Clone@T38_Type_of_msg@@UBEPAVPObject@@XZ @18859 NONAME ?Clone@T38_Type_of_msg_data@@UBEPAVPObject@@XZ @18860 NONAME ?Clone@T38_Type_of_msg_t30_indicator@@UBEPAVPObject@@XZ @18861 NONAME ?Clone@T38_UDPTLPacket@@UBEPAVPObject@@XZ @18862 NONAME ?Clone@T38_UDPTLPacket_error_recovery@@UBEPAVPObject@@XZ @18863 NONAME ?Clone@T38_UDPTLPacket_error_recovery_fec_info@@UBEPAVPObject@@XZ @18864 NONAME ?Clone@T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@UBEPAVPObject@@XZ @18865 NONAME ?Clone@T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@UBEPAVPObject@@XZ @18866 NONAME ?Clone@T38_UDPTLPacket_primary_ifp_packet@@UBEPAVPObject@@XZ @18867 NONAME ?Clone@X880_Code@@UBEPAVPObject@@XZ @14500 NONAME ?Clone@X880_GeneralProblem@@UBEPAVPObject@@XZ @14501 NONAME ?Clone@X880_Invoke@@UBEPAVPObject@@XZ @14502 NONAME ?Clone@X880_InvokeId@@UBEPAVPObject@@XZ @14503 NONAME ?Clone@X880_InvokeProblem@@UBEPAVPObject@@XZ @14504 NONAME ?Clone@X880_Reject@@UBEPAVPObject@@XZ @14505 NONAME ?Clone@X880_RejectProblem@@UBEPAVPObject@@XZ @14506 NONAME ?Clone@X880_Reject_problem@@UBEPAVPObject@@XZ @14507 NONAME ?Clone@X880_ReturnError@@UBEPAVPObject@@XZ @14508 NONAME ?Clone@X880_ReturnErrorProblem@@UBEPAVPObject@@XZ @14509 NONAME ?Clone@X880_ReturnResult@@UBEPAVPObject@@XZ @14510 NONAME ?Clone@X880_ReturnResultProblem@@UBEPAVPObject@@XZ @14511 NONAME ?Clone@X880_ReturnResult_result@@UBEPAVPObject@@XZ @14512 NONAME ?Clone@X880_ROS@@UBEPAVPObject@@XZ @14513 NONAME ?ClonePDU@H323RasPDU@@UBEPAVH323TransactionPDU@@XZ @25973 NONAME ?ClonePDU@H501PDU@@UBEPAVH323TransactionPDU@@XZ @25974 NONAME ?Close@H245NegLogicalChannel@@UAEHXZ @19542 NONAME ?Close@H245NegLogicalChannels@@UAEHIH@Z @19543 NONAME ?Close@H323AudioCodec@@UAEXXZ @5252 NONAME ?Close@H323ListenerTCP@@UAEHXZ @5253 NONAME ?Close@H323Transport@@UAEHXZ @5254 NONAME ?Close@H323TransportTCP@@UAEHXZ @12904 NONAME ?Close@H323VideoCodec@@UAEXXZ @5255 NONAME ?Close@OpalIxJDevice@@UAEHXZ @5257 NONAME ?Close@OpalLineChannel@@UAEHXZ @5258 NONAME ?Close@OpalLineInterfaceDevice@@UAEHXZ @5259 NONAME ?Close@OpalUSBDevice@@UAEHXZ @44386 NONAME ?Close@OpalVoipBlasterDevice@@UAEHXZ @19992 NONAME ?Close@OpalVXMLSession@@UAEHXZ @21241 NONAME ?Close@RTP_UDP@@UAEXH@Z @5261 NONAME ?CloseAllLogicalChannels@H323Connection@@UAEXH@Z @19885 NONAME ?CloseCommand@VoipBlasterInterface@@QAEHXZ @19993 NONAME ?CloseData@VoipBlasterInterface@@QAEHXZ @19994 NONAME ?CloseLogicalChannel@H323Connection@@UAEXIH@Z @5262 NONAME ?CloseLogicalChannelNumber@H323Connection@@UAEXABVH323ChannelNumber@@@Z @12760 NONAME ?CloseRawDataChannel@H323Codec@@UAEHXZ @12862 NONAME ?CloseTimeout@VoipBlasterInterface@@UAEXAAVPTimer@@H@Z @19995 NONAME ?CloseWhileLocked@H245NegLogicalChannel@@MAEHXZ @13885 NONAME ?COLZAG@@3QBEB @5263 NONAME ?Compare@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18552 NONAME ?Compare@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18553 NONAME ?Compare@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18554 NONAME ?Compare@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18555 NONAME ?Compare@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18556 NONAME ?Compare@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18557 NONAME ?Compare@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18558 NONAME ?Compare@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18559 NONAME ?Compare@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18560 NONAME ?Compare@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18561 NONAME ?Compare@AlternateInfo@H323Gatekeeper@@QAE?AW4Comparison@PObject@@ABV4@@Z @20731 NONAME ?Compare@GCC_ApplicationInvokeIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5274 NONAME ?Compare@GCC_ApplicationInvokeSpecifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @5275 NONAME ?Compare@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5276 NONAME ?Compare@GCC_ApplicationRecord@@UBE?AW4Comparison@PObject@@ABV3@@Z @5277 NONAME ?Compare@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5278 NONAME ?Compare@GCC_ChallengeItem@@UBE?AW4Comparison@PObject@@ABV3@@Z @5279 NONAME ?Compare@GCC_ChallengeRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5280 NONAME ?Compare@GCC_ChallengeResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5281 NONAME ?Compare@GCC_ConductorAssignIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5282 NONAME ?Compare@GCC_ConductorPermissionAskIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5283 NONAME ?Compare@GCC_ConductorPermissionGrantIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5284 NONAME ?Compare@GCC_ConferenceAddRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5285 NONAME ?Compare@GCC_ConferenceAddResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5286 NONAME ?Compare@GCC_ConferenceAssistanceIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5287 NONAME ?Compare@GCC_ConferenceCreateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5288 NONAME ?Compare@GCC_ConferenceCreateResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5289 NONAME ?Compare@GCC_ConferenceDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @5290 NONAME ?Compare@GCC_ConferenceEjectUserIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5291 NONAME ?Compare@GCC_ConferenceEjectUserRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5292 NONAME ?Compare@GCC_ConferenceEjectUserResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5293 NONAME ?Compare@GCC_ConferenceInviteRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5294 NONAME ?Compare@GCC_ConferenceInviteResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5295 NONAME ?Compare@GCC_ConferenceJoinRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5296 NONAME ?Compare@GCC_ConferenceJoinResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5297 NONAME ?Compare@GCC_ConferenceLockResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5298 NONAME ?Compare@GCC_ConferenceName@@UBE?AW4Comparison@PObject@@ABV3@@Z @5299 NONAME ?Compare@GCC_ConferencePriority@@UBE?AW4Comparison@PObject@@ABV3@@Z @5300 NONAME ?Compare@GCC_ConferenceQueryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5301 NONAME ?Compare@GCC_ConferenceQueryResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5302 NONAME ?Compare@GCC_ConferenceTerminateIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5303 NONAME ?Compare@GCC_ConferenceTerminateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5304 NONAME ?Compare@GCC_ConferenceTerminateResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5305 NONAME ?Compare@GCC_ConferenceTimeExtendIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5306 NONAME ?Compare@GCC_ConferenceTimeInquireIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5307 NONAME ?Compare@GCC_ConferenceTimeRemainingIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5308 NONAME ?Compare@GCC_ConferenceTransferIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5309 NONAME ?Compare@GCC_ConferenceTransferRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5310 NONAME ?Compare@GCC_ConferenceTransferResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5311 NONAME ?Compare@GCC_ConferenceUnlockResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5312 NONAME ?Compare@GCC_ConnectData@@UBE?AW4Comparison@PObject@@ABV3@@Z @5313 NONAME ?Compare@GCC_FunctionNotSupportedResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5314 NONAME ?Compare@GCC_NetworkAddress_subtype_aggregatedChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @5315 NONAME ?Compare@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBE?AW4Comparison@PObject@@ABV3@@Z @5316 NONAME ?Compare@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBE?AW4Comparison@PObject@@ABV3@@Z @5317 NONAME ?Compare@GCC_NetworkAddress_subtype_transportConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @5318 NONAME ?Compare@GCC_NodeProperties@@UBE?AW4Comparison@PObject@@ABV3@@Z @5319 NONAME ?Compare@GCC_NodeRecord@@UBE?AW4Comparison@PObject@@ABV3@@Z @5320 NONAME ?Compare@GCC_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @5321 NONAME ?Compare@GCC_NonStandardPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @5322 NONAME ?Compare@GCC_Password@@UBE?AW4Comparison@PObject@@ABV3@@Z @5323 NONAME ?Compare@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5324 NONAME ?Compare@GCC_RegistryAllocateHandleRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5325 NONAME ?Compare@GCC_RegistryAllocateHandleResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5326 NONAME ?Compare@GCC_RegistryAssignTokenRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5327 NONAME ?Compare@GCC_RegistryDeleteEntryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5328 NONAME ?Compare@GCC_RegistryEntryOwner_owned@@UBE?AW4Comparison@PObject@@ABV3@@Z @5329 NONAME ?Compare@GCC_RegistryKey@@UBE?AW4Comparison@PObject@@ABV3@@Z @5330 NONAME ?Compare@GCC_RegistryMonitorEntryIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5331 NONAME ?Compare@GCC_RegistryMonitorEntryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5332 NONAME ?Compare@GCC_RegistryRegisterChannelRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5333 NONAME ?Compare@GCC_RegistryResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5334 NONAME ?Compare@GCC_RegistryRetrieveEntryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5335 NONAME ?Compare@GCC_RegistrySetParameterRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5336 NONAME ?Compare@GCC_RosterUpdateIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5337 NONAME ?Compare@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5338 NONAME ?Compare@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5339 NONAME ?Compare@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5340 NONAME ?Compare@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5341 NONAME ?Compare@GCC_RosterUpdateIndication_nodeInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @5342 NONAME ?Compare@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5343 NONAME ?Compare@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5344 NONAME ?Compare@GCC_SessionKey@@UBE?AW4Comparison@PObject@@ABV3@@Z @5345 NONAME ?Compare@GCC_TextMessageIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5346 NONAME ?Compare@GCC_UserData_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5347 NONAME ?Compare@GCC_UserIDIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5348 NONAME ?Compare@H225_AddressPattern_range@@UBE?AW4Comparison@PObject@@ABV3@@Z @17322 NONAME ?Compare@H225_AdmissionConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5349 NONAME ?Compare@H225_AdmissionReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5350 NONAME ?Compare@H225_AdmissionRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5351 NONAME ?Compare@H225_Alerting_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5352 NONAME ?Compare@H225_AlternateGK@@UBE?AW4Comparison@PObject@@ABV3@@Z @5353 NONAME ?Compare@H225_AlternateTransportAddresses@@UBE?AW4Comparison@PObject@@ABV3@@Z @17323 NONAME ?Compare@H225_AltGKInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5354 NONAME ?Compare@H225_ANSI_41_UIM@@UBE?AW4Comparison@PObject@@ABV3@@Z @17324 NONAME ?Compare@H225_BandwidthConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5355 NONAME ?Compare@H225_BandwidthDetails@@UBE?AW4Comparison@PObject@@ABV3@@Z @17325 NONAME ?Compare@H225_BandwidthReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5356 NONAME ?Compare@H225_BandwidthRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5357 NONAME ?Compare@H225_CallCapacity@@UBE?AW4Comparison@PObject@@ABV3@@Z @17326 NONAME ?Compare@H225_CallCapacityInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @17327 NONAME ?Compare@H225_CallCreditCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @17328 NONAME ?Compare@H225_CallCreditServiceControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @17329 NONAME ?Compare@H225_CallIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @5358 NONAME ?Compare@H225_CallLinkage@@UBE?AW4Comparison@PObject@@ABV3@@Z @17330 NONAME ?Compare@H225_CallProceeding_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5359 NONAME ?Compare@H225_CallsAvailable@@UBE?AW4Comparison@PObject@@ABV3@@Z @17331 NONAME ?Compare@H225_CapacityReportingCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @17332 NONAME ?Compare@H225_CapacityReportingSpecification@@UBE?AW4Comparison@PObject@@ABV3@@Z @17333 NONAME ?Compare@H225_CapacityReportingSpecification_when@@UBE?AW4Comparison@PObject@@ABV3@@Z @17334 NONAME ?Compare@H225_CarrierInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @26981 NONAME ?Compare@H225_CicInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @17335 NONAME ?Compare@H225_CircuitIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @26670 NONAME ?Compare@H225_CircuitInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @17336 NONAME ?Compare@H225_ConferenceList@@UBE?AW4Comparison@PObject@@ABV3@@Z @5360 NONAME ?Compare@H225_Connect_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5361 NONAME ?Compare@H225_CryptoH323Token_cryptoEPPwdHash@@UBE?AW4Comparison@PObject@@ABV3@@Z @5362 NONAME ?Compare@H225_CryptoH323Token_cryptoGKPwdHash@@UBE?AW4Comparison@PObject@@ABV3@@Z @5363 NONAME ?Compare@H225_DataRate@@UBE?AW4Comparison@PObject@@ABV3@@Z @5364 NONAME ?Compare@H225_DisengageConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5365 NONAME ?Compare@H225_DisengageReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5366 NONAME ?Compare@H225_DisengageRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5367 NONAME ?Compare@H225_Endpoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @5368 NONAME ?Compare@H225_EndpointType@@UBE?AW4Comparison@PObject@@ABV3@@Z @5369 NONAME ?Compare@H225_EnumeratedParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @17337 NONAME ?Compare@H225_ExtendedAliasAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @17338 NONAME ?Compare@H225_Facility_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5370 NONAME ?Compare@H225_FeatureSet@@UBE?AW4Comparison@PObject@@ABV3@@Z @17339 NONAME ?Compare@H225_GatekeeperConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5371 NONAME ?Compare@H225_GatekeeperInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5372 NONAME ?Compare@H225_GatekeeperReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5373 NONAME ?Compare@H225_GatekeeperRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5374 NONAME ?Compare@H225_GatewayInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5375 NONAME ?Compare@H225_GenericData@@UBE?AW4Comparison@PObject@@ABV3@@Z @17340 NONAME ?Compare@H225_GroupID@@UBE?AW4Comparison@PObject@@ABV3@@Z @17341 NONAME ?Compare@H225_GSM_UIM@@UBE?AW4Comparison@PObject@@ABV3@@Z @17342 NONAME ?Compare@H225_H221NonStandard@@UBE?AW4Comparison@PObject@@ABV3@@Z @5376 NONAME ?Compare@H225_H310Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5377 NONAME ?Compare@H225_H320Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5378 NONAME ?Compare@H225_H321Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5379 NONAME ?Compare@H225_H322Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5380 NONAME ?Compare@H225_H323Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5381 NONAME ?Compare@H225_H323_UserInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @5382 NONAME ?Compare@H225_H323_UserInformation_user_data@@UBE?AW4Comparison@PObject@@ABV3@@Z @5383 NONAME ?Compare@H225_H323_UU_PDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @5384 NONAME ?Compare@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @17343 NONAME ?Compare@H225_H324Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5385 NONAME ?Compare@H225_ICV@@UBE?AW4Comparison@PObject@@ABV3@@Z @5386 NONAME ?Compare@H225_InfoRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5387 NONAME ?Compare@H225_InfoRequestAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5388 NONAME ?Compare@H225_InfoRequestNak@@UBE?AW4Comparison@PObject@@ABV3@@Z @5389 NONAME ?Compare@H225_InfoRequestResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5390 NONAME ?Compare@H225_InfoRequestResponse_perCallInfo_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5391 NONAME ?Compare@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5392 NONAME ?Compare@H225_Information_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5393 NONAME ?Compare@H225_LocationConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5394 NONAME ?Compare@H225_LocationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5395 NONAME ?Compare@H225_LocationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5396 NONAME ?Compare@H225_McuInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5397 NONAME ?Compare@H225_NonStandardMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @5398 NONAME ?Compare@H225_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @5399 NONAME ?Compare@H225_NonStandardProtocol@@UBE?AW4Comparison@PObject@@ABV3@@Z @5400 NONAME ?Compare@H225_Notify_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @17344 NONAME ?Compare@H225_PrivatePartyNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @5401 NONAME ?Compare@H225_Progress_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5402 NONAME ?Compare@H225_PublicPartyNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @5403 NONAME ?Compare@H225_Q954Details@@UBE?AW4Comparison@PObject@@ABV3@@Z @5404 NONAME ?Compare@H225_QseriesOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @5405 NONAME ?Compare@H225_RasUsageInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @17345 NONAME ?Compare@H225_RasUsageInfoTypes@@UBE?AW4Comparison@PObject@@ABV3@@Z @17346 NONAME ?Compare@H225_RasUsageSpecification@@UBE?AW4Comparison@PObject@@ABV3@@Z @17347 NONAME ?Compare@H225_RasUsageSpecification_callStartingPoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @17348 NONAME ?Compare@H225_RasUsageSpecification_when@@UBE?AW4Comparison@PObject@@ABV3@@Z @17349 NONAME ?Compare@H225_RegistrationConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5406 NONAME ?Compare@H225_RegistrationConfirm_preGrantedARQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @5407 NONAME ?Compare@H225_RegistrationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5408 NONAME ?Compare@H225_RegistrationRejectReason_invalidTerminalAliases@@UBE?AW4Comparison@PObject@@ABV3@@Z @17350 NONAME ?Compare@H225_RegistrationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5409 NONAME ?Compare@H225_ReleaseComplete_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5410 NONAME ?Compare@H225_RequestInProgress@@UBE?AW4Comparison@PObject@@ABV3@@Z @5411 NONAME ?Compare@H225_ResourcesAvailableConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5412 NONAME ?Compare@H225_ResourcesAvailableIndicate@@UBE?AW4Comparison@PObject@@ABV3@@Z @5413 NONAME ?Compare@H225_RTPSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @5414 NONAME ?Compare@H225_SecurityCapabilities@@UBE?AW4Comparison@PObject@@ABV3@@Z @5415 NONAME ?Compare@H225_ServiceControlIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @17351 NONAME ?Compare@H225_ServiceControlIndication_callSpecific@@UBE?AW4Comparison@PObject@@ABV3@@Z @17352 NONAME ?Compare@H225_ServiceControlResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @17353 NONAME ?Compare@H225_ServiceControlSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @17354 NONAME ?Compare@H225_SetupAcknowledge_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @17355 NONAME ?Compare@H225_Setup_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5416 NONAME ?Compare@H225_Setup_UUIE_connectionParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @17356 NONAME ?Compare@H225_SIPCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @26982 NONAME ?Compare@H225_StatusInquiry_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @17357 NONAME ?Compare@H225_Status_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @17358 NONAME ?Compare@H225_StimulusControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @17359 NONAME ?Compare@H225_SupportedPrefix@@UBE?AW4Comparison@PObject@@ABV3@@Z @5417 NONAME ?Compare@H225_T120OnlyCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5418 NONAME ?Compare@H225_T38FaxAnnexbOnlyCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @17360 NONAME ?Compare@H225_TerminalInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5419 NONAME ?Compare@H225_TransportAddress_ip6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @5420 NONAME ?Compare@H225_TransportAddress_ipAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @5421 NONAME ?Compare@H225_TransportAddress_ipSourceRoute@@UBE?AW4Comparison@PObject@@ABV3@@Z @5422 NONAME ?Compare@H225_TransportAddress_ipxAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @5423 NONAME ?Compare@H225_TransportChannelInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5424 NONAME ?Compare@H225_TunnelledProtocol@@UBE?AW4Comparison@PObject@@ABV3@@Z @17361 NONAME ?Compare@H225_TunnelledProtocolAlternateIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @17362 NONAME ?Compare@H225_UnknownMessageResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5425 NONAME ?Compare@H225_UnregistrationConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5426 NONAME ?Compare@H225_UnregistrationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5427 NONAME ?Compare@H225_UnregistrationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5428 NONAME ?Compare@H225_UUIEsRequested@@UBE?AW4Comparison@PObject@@ABV3@@Z @5429 NONAME ?Compare@H225_VendorIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @5430 NONAME ?Compare@H225_VoiceCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5431 NONAME ?Compare@H235_ClearToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @5432 NONAME ?Compare@H235_CryptoToken_cryptoEncryptedToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @5433 NONAME ?Compare@H235_CryptoToken_cryptoHashedToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @5434 NONAME ?Compare@H235_CryptoToken_cryptoSignedToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @5435 NONAME ?Compare@H235_DHset@@UBE?AW4Comparison@PObject@@ABV3@@Z @5436 NONAME ?Compare@H235_ECGDSASignature@@UBE?AW4Comparison@PObject@@ABV3@@Z @26983 NONAME ?Compare@H235_ECKASDH_eckasdh2@@UBE?AW4Comparison@PObject@@ABV3@@Z @19241 NONAME ?Compare@H235_ECKASDH_eckasdhp@@UBE?AW4Comparison@PObject@@ABV3@@Z @19242 NONAME ?Compare@H235_ECpoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @26984 NONAME ?Compare@H235_H235CertificateSignature@@UBE?AW4Comparison@PObject@@ABV3@@Z @5437 NONAME ?Compare@H235_KeySignedMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @5438 NONAME ?Compare@H235_KeySyncMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @5439 NONAME ?Compare@H235_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @5440 NONAME ?Compare@H235_Params@@UBE?AW4Comparison@PObject@@ABV3@@Z @5441 NONAME ?Compare@H235_ReturnSig@@UBE?AW4Comparison@PObject@@ABV3@@Z @5442 NONAME ?Compare@H235_TypedCertificate@@UBE?AW4Comparison@PObject@@ABV3@@Z @5443 NONAME ?Compare@H235_V3KeySyncMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @26985 NONAME ?Compare@H245_ATMParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5444 NONAME ?Compare@H245_AudioCapability_g7231@@UBE?AW4Comparison@PObject@@ABV3@@Z @5445 NONAME ?Compare@H245_AudioTelephonyEventCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @17363 NONAME ?Compare@H245_AudioToneCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @17364 NONAME ?Compare@H245_AuthenticationCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5446 NONAME ?Compare@H245_BEnhancementParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5447 NONAME ?Compare@H245_CapabilityDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @5448 NONAME ?Compare@H245_CapabilityTableEntry@@UBE?AW4Comparison@PObject@@ABV3@@Z @5449 NONAME ?Compare@H245_Capability_h233EncryptionReceiveCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5450 NONAME ?Compare@H245_CloseLogicalChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @5451 NONAME ?Compare@H245_CloseLogicalChannelAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5452 NONAME ?Compare@H245_CommunicationModeCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @5453 NONAME ?Compare@H245_CommunicationModeTableEntry@@UBE?AW4Comparison@PObject@@ABV3@@Z @5454 NONAME ?Compare@H245_ConferenceCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5455 NONAME ?Compare@H245_ConferenceRequest_requestTerminalCertificate@@UBE?AW4Comparison@PObject@@ABV3@@Z @5456 NONAME ?Compare@H245_ConferenceResponse_chairTokenOwnerResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5457 NONAME ?Compare@H245_ConferenceResponse_conferenceIDResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5458 NONAME ?Compare@H245_ConferenceResponse_extensionAddressResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5459 NONAME ?Compare@H245_ConferenceResponse_mCTerminalIDResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5460 NONAME ?Compare@H245_ConferenceResponse_passwordResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5461 NONAME ?Compare@H245_ConferenceResponse_terminalCertificateResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5462 NONAME ?Compare@H245_ConferenceResponse_terminalIDResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5463 NONAME ?Compare@H245_ConnectionIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @17365 NONAME ?Compare@H245_Criteria@@UBE?AW4Comparison@PObject@@ABV3@@Z @5464 NONAME ?Compare@H245_CustomPictureClockFrequency@@UBE?AW4Comparison@PObject@@ABV3@@Z @5465 NONAME ?Compare@H245_CustomPictureFormat@@UBE?AW4Comparison@PObject@@ABV3@@Z @5466 NONAME ?Compare@H245_CustomPictureFormat_mPI@@UBE?AW4Comparison@PObject@@ABV3@@Z @5467 NONAME ?Compare@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5468 NONAME ?Compare@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5469 NONAME ?Compare@H245_DataApplicationCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5470 NONAME ?Compare@H245_DataApplicationCapability_application_nlpid@@UBE?AW4Comparison@PObject@@ABV3@@Z @5471 NONAME ?Compare@H245_DataApplicationCapability_application_t38fax@@UBE?AW4Comparison@PObject@@ABV3@@Z @17366 NONAME ?Compare@H245_DataApplicationCapability_application_t84@@UBE?AW4Comparison@PObject@@ABV3@@Z @5472 NONAME ?Compare@H245_DataMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5473 NONAME ?Compare@H245_DataMode_application_nlpid@@UBE?AW4Comparison@PObject@@ABV3@@Z @5474 NONAME ?Compare@H245_DataMode_application_t38fax@@UBE?AW4Comparison@PObject@@ABV3@@Z @17367 NONAME ?Compare@H245_DepFECCapability_rfc2733@@UBE?AW4Comparison@PObject@@ABV3@@Z @44387 NONAME ?Compare@H245_DepFECCapability_rfc2733_separateStream@@UBE?AW4Comparison@PObject@@ABV3@@Z @44388 NONAME ?Compare@H245_DepFECData_rfc2733@@UBE?AW4Comparison@PObject@@ABV3@@Z @44389 NONAME ?Compare@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBE?AW4Comparison@PObject@@ABV3@@Z @44390 NONAME ?Compare@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBE?AW4Comparison@PObject@@ABV3@@Z @44391 NONAME ?Compare@H245_DepFECMode_rfc2733Mode@@UBE?AW4Comparison@PObject@@ABV3@@Z @44392 NONAME ?Compare@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBE?AW4Comparison@PObject@@ABV3@@Z @44393 NONAME ?Compare@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBE?AW4Comparison@PObject@@ABV3@@Z @44394 NONAME ?Compare@H245_DialingInformationNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @17368 NONAME ?Compare@H245_EncryptionAuthenticationAndIntegrity@@UBE?AW4Comparison@PObject@@ABV3@@Z @5475 NONAME ?Compare@H245_EncryptionCommand_encryptionAlgorithmID@@UBE?AW4Comparison@PObject@@ABV3@@Z @5476 NONAME ?Compare@H245_EncryptionSync@@UBE?AW4Comparison@PObject@@ABV3@@Z @5477 NONAME ?Compare@H245_EncryptionUpdateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5478 NONAME ?Compare@H245_EnhancementLayerInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5479 NONAME ?Compare@H245_EnhancementOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @5480 NONAME ?Compare@H245_EscrowData@@UBE?AW4Comparison@PObject@@ABV3@@Z @5481 NONAME ?Compare@H245_ExtendedVideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @44395 NONAME ?Compare@H245_FECCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @44396 NONAME ?Compare@H245_FECData_rfc2733@@UBE?AW4Comparison@PObject@@ABV3@@Z @26988 NONAME ?Compare@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBE?AW4Comparison@PObject@@ABV3@@Z @44397 NONAME ?Compare@H245_FECMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @44398 NONAME ?Compare@H245_FlowControlCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @5482 NONAME ?Compare@H245_FlowControlIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @17369 NONAME ?Compare@H245_FunctionNotSupported@@UBE?AW4Comparison@PObject@@ABV3@@Z @5483 NONAME ?Compare@H245_G7231AnnexCCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5484 NONAME ?Compare@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5485 NONAME ?Compare@H245_G7231AnnexCMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5486 NONAME ?Compare@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5487 NONAME ?Compare@H245_G729Extensions@@UBE?AW4Comparison@PObject@@ABV3@@Z @17370 NONAME ?Compare@H245_GenericCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @17371 NONAME ?Compare@H245_GenericMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @44399 NONAME ?Compare@H245_GenericParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @17372 NONAME ?Compare@H245_GSMAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5488 NONAME ?Compare@H245_H222Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5489 NONAME ?Compare@H245_H222LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5490 NONAME ?Compare@H245_H223AL1MParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5491 NONAME ?Compare@H245_H223AL2MParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5492 NONAME ?Compare@H245_H223AL3MParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5493 NONAME ?Compare@H245_H223AnnexCArqParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5494 NONAME ?Compare@H245_H223AnnexCCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5495 NONAME ?Compare@H245_H223Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5496 NONAME ?Compare@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBE?AW4Comparison@PObject@@ABV3@@Z @5497 NONAME ?Compare@H245_H223Capability_mobileMultilinkFrameCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @17373 NONAME ?Compare@H245_H223Capability_mobileOperationTransmitCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5498 NONAME ?Compare@H245_H223LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5499 NONAME ?Compare@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBE?AW4Comparison@PObject@@ABV3@@Z @5500 NONAME ?Compare@H245_H223ModeParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5501 NONAME ?Compare@H245_H223ModeParameters_adaptationLayerType_al3@@UBE?AW4Comparison@PObject@@ABV3@@Z @5502 NONAME ?Compare@H245_H223SkewIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5503 NONAME ?Compare@H245_H2250Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5504 NONAME ?Compare@H245_H2250Capability_mcCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5505 NONAME ?Compare@H245_H2250LogicalChannelAckParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5506 NONAME ?Compare@H245_H2250LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5507 NONAME ?Compare@H245_H2250MaximumSkewIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5508 NONAME ?Compare@H245_H2250ModeParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5509 NONAME ?Compare@H245_H235Media@@UBE?AW4Comparison@PObject@@ABV3@@Z @5510 NONAME ?Compare@H245_H235Mode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5511 NONAME ?Compare@H245_H235SecurityCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5512 NONAME ?Compare@H245_H261VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5513 NONAME ?Compare@H245_H261VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5514 NONAME ?Compare@H245_H262VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5515 NONAME ?Compare@H245_H262VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5516 NONAME ?Compare@H245_H263ModeComboFlags@@UBE?AW4Comparison@PObject@@ABV3@@Z @5517 NONAME ?Compare@H245_H263Options@@UBE?AW4Comparison@PObject@@ABV3@@Z @5518 NONAME ?Compare@H245_H263Version3Options@@UBE?AW4Comparison@PObject@@ABV3@@Z @17374 NONAME ?Compare@H245_H263VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5519 NONAME ?Compare@H245_H263VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5520 NONAME ?Compare@H245_H263VideoModeCombos@@UBE?AW4Comparison@PObject@@ABV3@@Z @5521 NONAME ?Compare@H245_IntegrityCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5522 NONAME ?Compare@H245_IS11172AudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5523 NONAME ?Compare@H245_IS11172AudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5524 NONAME ?Compare@H245_IS11172VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5525 NONAME ?Compare@H245_IS11172VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5526 NONAME ?Compare@H245_IS13818AudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5527 NONAME ?Compare@H245_IS13818AudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5528 NONAME ?Compare@H245_JitterIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5529 NONAME ?Compare@H245_KeyProtectionMethod@@UBE?AW4Comparison@PObject@@ABV3@@Z @5530 NONAME ?Compare@H245_LogicalChannelRateAcknowledge@@UBE?AW4Comparison@PObject@@ABV3@@Z @17375 NONAME ?Compare@H245_LogicalChannelRateReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @17376 NONAME ?Compare@H245_LogicalChannelRateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @17377 NONAME ?Compare@H245_MaintenanceLoopAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5531 NONAME ?Compare@H245_MaintenanceLoopReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5532 NONAME ?Compare@H245_MaintenanceLoopRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5533 NONAME ?Compare@H245_MasterSlaveDetermination@@UBE?AW4Comparison@PObject@@ABV3@@Z @5534 NONAME ?Compare@H245_MasterSlaveDeterminationAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5535 NONAME ?Compare@H245_MasterSlaveDeterminationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5536 NONAME ?Compare@H245_MCLocationIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5537 NONAME ?Compare@H245_MediaChannelCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5538 NONAME ?Compare@H245_MediaDistributionCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5539 NONAME ?Compare@H245_MediaPacketizationCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5540 NONAME ?Compare@H245_MediaTransportType_atm_AAL5_compressed@@UBE?AW4Comparison@PObject@@ABV3@@Z @17378 NONAME ?Compare@H245_MiscellaneousCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @5541 NONAME ?Compare@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @44400 NONAME ?Compare@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @44401 NONAME ?Compare@H245_MiscellaneousCommand_type_lostPartialPicture@@UBE?AW4Comparison@PObject@@ABV3@@Z @17379 NONAME ?Compare@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBE?AW4Comparison@PObject@@ABV3@@Z @5542 NONAME ?Compare@H245_MiscellaneousCommand_type_videoBadMBs@@UBE?AW4Comparison@PObject@@ABV3@@Z @17380 NONAME ?Compare@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBE?AW4Comparison@PObject@@ABV3@@Z @5543 NONAME ?Compare@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBE?AW4Comparison@PObject@@ABV3@@Z @5544 NONAME ?Compare@H245_MiscellaneousIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5545 NONAME ?Compare@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBE?AW4Comparison@PObject@@ABV3@@Z @5546 NONAME ?Compare@H245_MobileMultilinkReconfigurationCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @17381 NONAME ?Compare@H245_MobileMultilinkReconfigurationIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @17382 NONAME ?Compare@H245_ModeElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @5547 NONAME ?Compare@H245_MulticastAddress_iP6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @5548 NONAME ?Compare@H245_MulticastAddress_iPAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @5549 NONAME ?Compare@H245_MultilinkIndication_excessiveError@@UBE?AW4Comparison@PObject@@ABV3@@Z @17383 NONAME ?Compare@H245_MultilinkRequest_addConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @17384 NONAME ?Compare@H245_MultilinkRequest_callInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @17385 NONAME ?Compare@H245_MultilinkRequest_maximumHeaderInterval@@UBE?AW4Comparison@PObject@@ABV3@@Z @17386 NONAME ?Compare@H245_MultilinkRequest_removeConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @17387 NONAME ?Compare@H245_MultilinkResponse_addConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @17388 NONAME ?Compare@H245_MultilinkResponse_callInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @17389 NONAME ?Compare@H245_MultilinkResponse_maximumHeaderInterval@@UBE?AW4Comparison@PObject@@ABV3@@Z @17390 NONAME ?Compare@H245_MultilinkResponse_removeConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @17391 NONAME ?Compare@H245_MultiplePayloadStream@@UBE?AW4Comparison@PObject@@ABV3@@Z @26994 NONAME ?Compare@H245_MultiplePayloadStreamCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @26995 NONAME ?Compare@H245_MultiplePayloadStreamElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @26996 NONAME ?Compare@H245_MultiplePayloadStreamElementMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @26997 NONAME ?Compare@H245_MultiplePayloadStreamMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @26998 NONAME ?Compare@H245_MultiplexedStreamCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @17392 NONAME ?Compare@H245_MultiplexedStreamModeParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @17393 NONAME ?Compare@H245_MultiplexedStreamParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @17394 NONAME ?Compare@H245_MultiplexElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @5550 NONAME ?Compare@H245_MultiplexEntryDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @5551 NONAME ?Compare@H245_MultiplexEntryRejectionDescriptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @5552 NONAME ?Compare@H245_MultiplexEntrySend@@UBE?AW4Comparison@PObject@@ABV3@@Z @5553 NONAME ?Compare@H245_MultiplexEntrySendAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5554 NONAME ?Compare@H245_MultiplexEntrySendReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5555 NONAME ?Compare@H245_MultiplexEntrySendRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @5556 NONAME ?Compare@H245_MultipointCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5557 NONAME ?Compare@H245_NetworkAccessParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5558 NONAME ?Compare@H245_NewATMVCCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @17395 NONAME ?Compare@H245_NewATMVCCommand_aal_aal1@@UBE?AW4Comparison@PObject@@ABV3@@Z @17396 NONAME ?Compare@H245_NewATMVCCommand_aal_aal5@@UBE?AW4Comparison@PObject@@ABV3@@Z @17397 NONAME ?Compare@H245_NewATMVCCommand_reverseParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @17398 NONAME ?Compare@H245_NewATMVCIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5559 NONAME ?Compare@H245_NewATMVCIndication_aal_aal1@@UBE?AW4Comparison@PObject@@ABV3@@Z @5560 NONAME ?Compare@H245_NewATMVCIndication_aal_aal5@@UBE?AW4Comparison@PObject@@ABV3@@Z @5561 NONAME ?Compare@H245_NewATMVCIndication_reverseParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5562 NONAME ?Compare@H245_NonStandardIdentifier_h221NonStandard@@UBE?AW4Comparison@PObject@@ABV3@@Z @5563 NONAME ?Compare@H245_NonStandardMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @5564 NONAME ?Compare@H245_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @5565 NONAME ?Compare@H245_NoPTAudioTelephonyEventCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @26999 NONAME ?Compare@H245_OpenLogicalChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @5566 NONAME ?Compare@H245_OpenLogicalChannelAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5567 NONAME ?Compare@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5568 NONAME ?Compare@H245_OpenLogicalChannelConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5569 NONAME ?Compare@H245_OpenLogicalChannelReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5570 NONAME ?Compare@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5571 NONAME ?Compare@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5572 NONAME ?Compare@H245_Params@@UBE?AW4Comparison@PObject@@ABV3@@Z @44402 NONAME ?Compare@H245_Q2931Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @5573 NONAME ?Compare@H245_QOSCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5574 NONAME ?Compare@H245_RedundancyEncoding@@UBE?AW4Comparison@PObject@@ABV3@@Z @5575 NONAME ?Compare@H245_RedundancyEncodingCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5576 NONAME ?Compare@H245_RedundancyEncodingDTMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @27000 NONAME ?Compare@H245_RedundancyEncodingDTModeElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @27001 NONAME ?Compare@H245_RedundancyEncodingElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @27002 NONAME ?Compare@H245_RedundancyEncodingMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5577 NONAME ?Compare@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBE?AW4Comparison@PObject@@ABV3@@Z @27003 NONAME ?Compare@H245_RefPictureSelection@@UBE?AW4Comparison@PObject@@ABV3@@Z @5578 NONAME ?Compare@H245_RefPictureSelection_additionalPictureMemory@@UBE?AW4Comparison@PObject@@ABV3@@Z @5579 NONAME ?Compare@H245_RefPictureSelection_enhancedReferencePicSelect@@UBE?AW4Comparison@PObject@@ABV3@@Z @17399 NONAME ?Compare@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @17400 NONAME ?Compare@H245_RequestAllTerminalIDsResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5580 NONAME ?Compare@H245_RequestChannelClose@@UBE?AW4Comparison@PObject@@ABV3@@Z @5581 NONAME ?Compare@H245_RequestChannelCloseAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5582 NONAME ?Compare@H245_RequestChannelCloseReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5583 NONAME ?Compare@H245_RequestChannelCloseRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @5584 NONAME ?Compare@H245_RequestMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5585 NONAME ?Compare@H245_RequestModeAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5586 NONAME ?Compare@H245_RequestModeReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5587 NONAME ?Compare@H245_RequestMultiplexEntry@@UBE?AW4Comparison@PObject@@ABV3@@Z @5588 NONAME ?Compare@H245_RequestMultiplexEntryAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5589 NONAME ?Compare@H245_RequestMultiplexEntryReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5590 NONAME ?Compare@H245_RequestMultiplexEntryRejectionDescriptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @5591 NONAME ?Compare@H245_RequestMultiplexEntryRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @5592 NONAME ?Compare@H245_RoundTripDelayRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5593 NONAME ?Compare@H245_RoundTripDelayResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5594 NONAME ?Compare@H245_RSVPParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5595 NONAME ?Compare@H245_RTPH263VideoRedundancyEncoding@@UBE?AW4Comparison@PObject@@ABV3@@Z @5596 NONAME ?Compare@H245_RTPH263VideoRedundancyFrameMapping@@UBE?AW4Comparison@PObject@@ABV3@@Z @5597 NONAME ?Compare@H245_RTPPayloadType@@UBE?AW4Comparison@PObject@@ABV3@@Z @5598 NONAME ?Compare@H245_SendTerminalCapabilitySet_specificRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5599 NONAME ?Compare@H245_SubstituteConferenceIDCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @5600 NONAME ?Compare@H245_T38FaxProfile@@UBE?AW4Comparison@PObject@@ABV3@@Z @17401 NONAME ?Compare@H245_T38FaxTcpOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @17402 NONAME ?Compare@H245_T38FaxUdpOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @17403 NONAME ?Compare@H245_T84Profile_t84Restricted@@UBE?AW4Comparison@PObject@@ABV3@@Z @5601 NONAME ?Compare@H245_TerminalCapabilitySet@@UBE?AW4Comparison@PObject@@ABV3@@Z @5602 NONAME ?Compare@H245_TerminalCapabilitySetAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5603 NONAME ?Compare@H245_TerminalCapabilitySetReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5604 NONAME ?Compare@H245_TerminalInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @5605 NONAME ?Compare@H245_TerminalLabel@@UBE?AW4Comparison@PObject@@ABV3@@Z @5606 NONAME ?Compare@H245_TerminalYouAreSeeingInSubPictureNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @5607 NONAME ?Compare@H245_TransparencyParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5608 NONAME ?Compare@H245_TransportCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5609 NONAME ?Compare@H245_UnicastAddress_iP6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @5610 NONAME ?Compare@H245_UnicastAddress_iPAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @5611 NONAME ?Compare@H245_UnicastAddress_iPSourceRouteAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @5612 NONAME ?Compare@H245_UnicastAddress_iPXAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @5613 NONAME ?Compare@H245_UserInputIndication_encryptedAlphanumeric@@UBE?AW4Comparison@PObject@@ABV3@@Z @44403 NONAME ?Compare@H245_UserInputIndication_extendedAlphanumeric@@UBE?AW4Comparison@PObject@@ABV3@@Z @17404 NONAME ?Compare@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBE?AW4Comparison@PObject@@ABV3@@Z @44404 NONAME ?Compare@H245_UserInputIndication_signal@@UBE?AW4Comparison@PObject@@ABV3@@Z @5614 NONAME ?Compare@H245_UserInputIndication_signalUpdate@@UBE?AW4Comparison@PObject@@ABV3@@Z @5615 NONAME ?Compare@H245_UserInputIndication_signalUpdate_rtp@@UBE?AW4Comparison@PObject@@ABV3@@Z @5616 NONAME ?Compare@H245_UserInputIndication_signal_rtp@@UBE?AW4Comparison@PObject@@ABV3@@Z @5617 NONAME ?Compare@H245_V42bis@@UBE?AW4Comparison@PObject@@ABV3@@Z @5618 NONAME ?Compare@H245_V75Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5619 NONAME ?Compare@H245_V75Parameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5620 NONAME ?Compare@H245_V76Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5621 NONAME ?Compare@H245_V76HDLCParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5622 NONAME ?Compare@H245_V76LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5623 NONAME ?Compare@H245_V76LogicalChannelParameters_mode_eRM@@UBE?AW4Comparison@PObject@@ABV3@@Z @5624 NONAME ?Compare@H245_VBDCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @27004 NONAME ?Compare@H245_VBDMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @27005 NONAME ?Compare@H245_VCCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5625 NONAME ?Compare@H245_VCCapability_aal1@@UBE?AW4Comparison@PObject@@ABV3@@Z @5626 NONAME ?Compare@H245_VCCapability_aal1ViaGateway@@UBE?AW4Comparison@PObject@@ABV3@@Z @17405 NONAME ?Compare@H245_VCCapability_aal5@@UBE?AW4Comparison@PObject@@ABV3@@Z @5627 NONAME ?Compare@H245_VCCapability_availableBitRates@@UBE?AW4Comparison@PObject@@ABV3@@Z @5628 NONAME ?Compare@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBE?AW4Comparison@PObject@@ABV3@@Z @5629 NONAME ?Compare@H245_VendorIdentification@@UBE?AW4Comparison@PObject@@ABV3@@Z @5630 NONAME ?Compare@H245_VideoIndicateCompose@@UBE?AW4Comparison@PObject@@ABV3@@Z @5631 NONAME ?Compare@H248_ActionReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @22541 NONAME ?Compare@H248_ActionRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22542 NONAME ?Compare@H248_AmmRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22543 NONAME ?Compare@H248_AmmsReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @22544 NONAME ?Compare@H248_AuditDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22545 NONAME ?Compare@H248_AuditRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22546 NONAME ?Compare@H248_AuditResult@@UBE?AW4Comparison@PObject@@ABV3@@Z @22547 NONAME ?Compare@H248_AuthenticationHeader@@UBE?AW4Comparison@PObject@@ABV3@@Z @22548 NONAME ?Compare@H248_CommandRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22549 NONAME ?Compare@H248_ContextAttrAuditRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22550 NONAME ?Compare@H248_ContextRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22551 NONAME ?Compare@H248_DigitMapDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22552 NONAME ?Compare@H248_DigitMapValue@@UBE?AW4Comparison@PObject@@ABV3@@Z @22553 NONAME ?Compare@H248_DomainName@@UBE?AW4Comparison@PObject@@ABV3@@Z @22554 NONAME ?Compare@H248_ErrorDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22555 NONAME ?Compare@H248_EventParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @22556 NONAME ?Compare@H248_EventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22557 NONAME ?Compare@H248_EventSpec@@UBE?AW4Comparison@PObject@@ABV3@@Z @22558 NONAME ?Compare@H248_H221NonStandard@@UBE?AW4Comparison@PObject@@ABV3@@Z @22559 NONAME ?Compare@H248_IndAudDigitMapDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22560 NONAME ?Compare@H248_IndAudEventBufferDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22561 NONAME ?Compare@H248_IndAudEventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22562 NONAME ?Compare@H248_IndAudLocalControlDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22563 NONAME ?Compare@H248_IndAudLocalRemoteDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22564 NONAME ?Compare@H248_IndAudMediaDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22565 NONAME ?Compare@H248_IndAudPackagesDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22566 NONAME ?Compare@H248_IndAudPropertyParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @22567 NONAME ?Compare@H248_IndAudSeqSigList@@UBE?AW4Comparison@PObject@@ABV3@@Z @22568 NONAME ?Compare@H248_IndAudSignal@@UBE?AW4Comparison@PObject@@ABV3@@Z @22569 NONAME ?Compare@H248_IndAudStatisticsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22570 NONAME ?Compare@H248_IndAudStreamDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22571 NONAME ?Compare@H248_IndAudStreamParms@@UBE?AW4Comparison@PObject@@ABV3@@Z @22572 NONAME ?Compare@H248_IndAudTerminationStateDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22573 NONAME ?Compare@H248_IP4Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @22574 NONAME ?Compare@H248_IP6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @22575 NONAME ?Compare@H248_LocalControlDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22576 NONAME ?Compare@H248_LocalRemoteDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22577 NONAME ?Compare@H248_MediaDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22578 NONAME ?Compare@H248_MegacoMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @22579 NONAME ?Compare@H248_Message@@UBE?AW4Comparison@PObject@@ABV3@@Z @22580 NONAME ?Compare@H248_ModemDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22581 NONAME ?Compare@H248_MuxDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22582 NONAME ?Compare@H248_NonStandardData@@UBE?AW4Comparison@PObject@@ABV3@@Z @22583 NONAME ?Compare@H248_NotifyReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @22584 NONAME ?Compare@H248_NotifyRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22585 NONAME ?Compare@H248_ObservedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @22586 NONAME ?Compare@H248_ObservedEventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22587 NONAME ?Compare@H248_PackagesItem@@UBE?AW4Comparison@PObject@@ABV3@@Z @22588 NONAME ?Compare@H248_PropertyParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @22589 NONAME ?Compare@H248_RequestedActions@@UBE?AW4Comparison@PObject@@ABV3@@Z @22590 NONAME ?Compare@H248_RequestedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @22591 NONAME ?Compare@H248_SecondEventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22592 NONAME ?Compare@H248_SecondRequestedActions@@UBE?AW4Comparison@PObject@@ABV3@@Z @22593 NONAME ?Compare@H248_SecondRequestedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @22594 NONAME ?Compare@H248_SeqSigList@@UBE?AW4Comparison@PObject@@ABV3@@Z @22595 NONAME ?Compare@H248_ServiceChangeParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @22596 NONAME ?Compare@H248_ServiceChangeProfile@@UBE?AW4Comparison@PObject@@ABV3@@Z @22597 NONAME ?Compare@H248_ServiceChangeReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @22598 NONAME ?Compare@H248_ServiceChangeRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22599 NONAME ?Compare@H248_ServiceChangeResParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @22600 NONAME ?Compare@H248_Signal@@UBE?AW4Comparison@PObject@@ABV3@@Z @22601 NONAME ?Compare@H248_SigParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @22602 NONAME ?Compare@H248_StatisticsParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @22603 NONAME ?Compare@H248_StreamDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22604 NONAME ?Compare@H248_StreamParms@@UBE?AW4Comparison@PObject@@ABV3@@Z @22605 NONAME ?Compare@H248_SubtractRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22606 NONAME ?Compare@H248_TerminationID@@UBE?AW4Comparison@PObject@@ABV3@@Z @22607 NONAME ?Compare@H248_TerminationStateDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22608 NONAME ?Compare@H248_TimeNotation@@UBE?AW4Comparison@PObject@@ABV3@@Z @22609 NONAME ?Compare@H248_TopologyRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22610 NONAME ?Compare@H248_TransactionAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @22611 NONAME ?Compare@H248_TransactionPending@@UBE?AW4Comparison@PObject@@ABV3@@Z @22612 NONAME ?Compare@H248_TransactionReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @22613 NONAME ?Compare@H248_TransactionRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22614 NONAME ?Compare@H323Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5632 NONAME ?Compare@H323ChannelNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @12792 NONAME ?Compare@H323GatekeeperCall@@UBE?AW4Comparison@PObject@@ABV3@@Z @19072 NONAME ?Compare@H323GenericAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @44405 NONAME ?Compare@H323GenericVideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @44406 NONAME ?Compare@H323GSMPluginCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @36176 NONAME ?Compare@H323H261PluginCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @36177 NONAME ?Compare@H323NonStandardAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @12893 NONAME ?Compare@H323NonStandardDataCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @12894 NONAME ?Compare@H323NonStandardVideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @12895 NONAME ?Compare@H323PeerElementDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @25724 NONAME ?Compare@H323PeerElementServiceRelationship@@UBE?AW4Comparison@PObject@@ABV3@@Z @25725 NONAME ?Compare@H323PluginG7231Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @36178 NONAME ?Compare@H323RegisteredEndPoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @19073 NONAME ?Compare@H323_H261Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @12650 NONAME ?Compare@H323_LIDCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @20714 NONAME ?Compare@H323_T38Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @19074 NONAME ?Compare@H45010_CfbOvrOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15653 NONAME ?Compare@H45010_CoReqOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15654 NONAME ?Compare@H45010_RUAlertOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15655 NONAME ?Compare@H45011_CIFrcRelArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15656 NONAME ?Compare@H45011_CIFrcRelOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15657 NONAME ?Compare@H45011_CIGetCIPLOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15658 NONAME ?Compare@H45011_CIGetCIPLRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15659 NONAME ?Compare@H45011_CIIsOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15660 NONAME ?Compare@H45011_CIIsOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15661 NONAME ?Compare@H45011_CINotificationArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15662 NONAME ?Compare@H45011_CIRequestArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15663 NONAME ?Compare@H45011_CIRequestRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15664 NONAME ?Compare@H45011_CISilentArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15665 NONAME ?Compare@H45011_CISilentOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15666 NONAME ?Compare@H45011_CIWobOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15667 NONAME ?Compare@H45011_CIWobOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15668 NONAME ?Compare@H4501_Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @14514 NONAME ?Compare@H4501_AddressScreened@@UBE?AW4Comparison@PObject@@ABV3@@Z @14515 NONAME ?Compare@H4501_EndpointAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @14516 NONAME ?Compare@H4501_Extension@@UBE?AW4Comparison@PObject@@ABV3@@Z @14517 NONAME ?Compare@H4501_NetworkFacilityExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @14518 NONAME ?Compare@H4501_NumberScreened@@UBE?AW4Comparison@PObject@@ABV3@@Z @14519 NONAME ?Compare@H4501_SupplementaryService@@UBE?AW4Comparison@PObject@@ABV3@@Z @14520 NONAME ?Compare@H4501_UserSpecifiedSubaddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @14521 NONAME ?Compare@H4502_CTActiveArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @14522 NONAME ?Compare@H4502_CTCompleteArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @14523 NONAME ?Compare@H4502_CTIdentifyRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @14524 NONAME ?Compare@H4502_CTInitiateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @14525 NONAME ?Compare@H4502_CTSetupArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @14526 NONAME ?Compare@H4502_CTUpdateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @14527 NONAME ?Compare@H4502_SubaddressTransferArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @14528 NONAME ?Compare@H4503_IntResult@@UBE?AW4Comparison@PObject@@ABV3@@Z @15162 NONAME ?Compare@H4504_Extension@@UBE?AW4Comparison@PObject@@ABV3@@Z @15013 NONAME ?Compare@H4504_HoldNotificArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15014 NONAME ?Compare@H4504_RemoteHoldArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15015 NONAME ?Compare@H4504_RemoteHoldRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15016 NONAME ?Compare@H4504_RemoteRetrieveArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15017 NONAME ?Compare@H4504_RemoteRetrieveRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15018 NONAME ?Compare@H4504_RetrieveNotificArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15019 NONAME ?Compare@H4505_CpickupNotifyArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15669 NONAME ?Compare@H4505_CpNotifyArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15670 NONAME ?Compare@H4505_CpRequestArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15671 NONAME ?Compare@H4505_CpRequestRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15672 NONAME ?Compare@H4505_CpSetupArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15673 NONAME ?Compare@H4505_CpSetupRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15674 NONAME ?Compare@H4505_GroupIndicationOffArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15675 NONAME ?Compare@H4505_GroupIndicationOffRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15676 NONAME ?Compare@H4505_GroupIndicationOnArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15677 NONAME ?Compare@H4505_GroupIndicationOnRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15678 NONAME ?Compare@H4505_PickExeArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15679 NONAME ?Compare@H4505_PickExeRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15680 NONAME ?Compare@H4505_PickrequArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15681 NONAME ?Compare@H4505_PickrequRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15682 NONAME ?Compare@H4505_PickupArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15683 NONAME ?Compare@H4505_PickupRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15684 NONAME ?Compare@H4506_CallWaitingArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15685 NONAME ?Compare@H4507_MWIActivateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15686 NONAME ?Compare@H4507_MWIDeactivateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15687 NONAME ?Compare@H4507_MWIInterrogateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15688 NONAME ?Compare@H4507_MWIInterrogateResElt@@UBE?AW4Comparison@PObject@@ABV3@@Z @15689 NONAME ?Compare@H4509_CcLongArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15690 NONAME ?Compare@H4509_CcRequestArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15691 NONAME ?Compare@H4509_CcRequestRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15692 NONAME ?Compare@H4509_CcShortArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15693 NONAME ?Compare@H501_AccessConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24706 NONAME ?Compare@H501_AccessRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @24707 NONAME ?Compare@H501_AccessRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @24708 NONAME ?Compare@H501_AddressTemplate@@UBE?AW4Comparison@PObject@@ABV3@@Z @24709 NONAME ?Compare@H501_AlternatePE@@UBE?AW4Comparison@PObject@@ABV3@@Z @24710 NONAME ?Compare@H501_AlternatePEInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @24711 NONAME ?Compare@H501_AuthenticationRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @24712 NONAME ?Compare@H501_AuthenticationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @24713 NONAME ?Compare@H501_CallInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24714 NONAME ?Compare@H501_ContactInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24715 NONAME ?Compare@H501_Descriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @24716 NONAME ?Compare@H501_DescriptorConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24717 NONAME ?Compare@H501_DescriptorIDConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24718 NONAME ?Compare@H501_DescriptorIDRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @24719 NONAME ?Compare@H501_DescriptorInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @24720 NONAME ?Compare@H501_DescriptorRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @24721 NONAME ?Compare@H501_DescriptorRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @24722 NONAME ?Compare@H501_DescriptorUpdate@@UBE?AW4Comparison@PObject@@ABV3@@Z @24723 NONAME ?Compare@H501_Message@@UBE?AW4Comparison@PObject@@ABV3@@Z @24724 NONAME ?Compare@H501_MessageCommonInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @24725 NONAME ?Compare@H501_NonStandardRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @24726 NONAME ?Compare@H501_PartyInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24727 NONAME ?Compare@H501_Pattern_range@@UBE?AW4Comparison@PObject@@ABV3@@Z @24728 NONAME ?Compare@H501_PriceElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @24729 NONAME ?Compare@H501_PriceInfoSpec@@UBE?AW4Comparison@PObject@@ABV3@@Z @24730 NONAME ?Compare@H501_RequestInProgress@@UBE?AW4Comparison@PObject@@ABV3@@Z @24731 NONAME ?Compare@H501_RouteInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24732 NONAME ?Compare@H501_SecurityMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @24733 NONAME ?Compare@H501_ServiceConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24734 NONAME ?Compare@H501_ServiceRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @24735 NONAME ?Compare@H501_ServiceRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @24736 NONAME ?Compare@H501_ServiceRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @24737 NONAME ?Compare@H501_TerminationCause@@UBE?AW4Comparison@PObject@@ABV3@@Z @24738 NONAME ?Compare@H501_UnknownMessageResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @24739 NONAME ?Compare@H501_UpdateInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24740 NONAME ?Compare@H501_UsageField@@UBE?AW4Comparison@PObject@@ABV3@@Z @24741 NONAME ?Compare@H501_UsageIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @24742 NONAME ?Compare@H501_UsageIndicationRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @24743 NONAME ?Compare@H501_UsageRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @24744 NONAME ?Compare@H501_UsageRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @24745 NONAME ?Compare@H501_UsageSpecification@@UBE?AW4Comparison@PObject@@ABV3@@Z @24746 NONAME ?Compare@H501_UsageSpecification_when@@UBE?AW4Comparison@PObject@@ABV3@@Z @24747 NONAME ?Compare@H501_UserInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24748 NONAME ?Compare@H501_ValidationConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24749 NONAME ?Compare@H501_ValidationRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @24750 NONAME ?Compare@H501_ValidationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @24751 NONAME ?Compare@MCS_AUcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @5648 NONAME ?Compare@MCS_CAin@@UBE?AW4Comparison@PObject@@ABV3@@Z @5649 NONAME ?Compare@MCS_CArq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5650 NONAME ?Compare@MCS_CCcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @5651 NONAME ?Compare@MCS_CCrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5652 NONAME ?Compare@MCS_CDin@@UBE?AW4Comparison@PObject@@ABV3@@Z @5653 NONAME ?Compare@MCS_CDrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5654 NONAME ?Compare@MCS_CEin@@UBE?AW4Comparison@PObject@@ABV3@@Z @5655 NONAME ?Compare@MCS_CErq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5656 NONAME ?Compare@MCS_ChannelAttributes_assigned@@UBE?AW4Comparison@PObject@@ABV3@@Z @5657 NONAME ?Compare@MCS_ChannelAttributes_private@@UBE?AW4Comparison@PObject@@ABV3@@Z @5658 NONAME ?Compare@MCS_ChannelAttributes_static@@UBE?AW4Comparison@PObject@@ABV3@@Z @5659 NONAME ?Compare@MCS_ChannelAttributes_userId@@UBE?AW4Comparison@PObject@@ABV3@@Z @5660 NONAME ?Compare@MCS_CJcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @5661 NONAME ?Compare@MCS_CJrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5662 NONAME ?Compare@MCS_CLrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5663 NONAME ?Compare@MCS_Connect_Additional@@UBE?AW4Comparison@PObject@@ABV3@@Z @5664 NONAME ?Compare@MCS_Connect_Initial@@UBE?AW4Comparison@PObject@@ABV3@@Z @5665 NONAME ?Compare@MCS_Connect_Response@@UBE?AW4Comparison@PObject@@ABV3@@Z @5666 NONAME ?Compare@MCS_Connect_Result@@UBE?AW4Comparison@PObject@@ABV3@@Z @5667 NONAME ?Compare@MCS_DomainParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5668 NONAME ?Compare@MCS_DPum@@UBE?AW4Comparison@PObject@@ABV3@@Z @5669 NONAME ?Compare@MCS_DUin@@UBE?AW4Comparison@PObject@@ABV3@@Z @5670 NONAME ?Compare@MCS_DUrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5671 NONAME ?Compare@MCS_EDrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5672 NONAME ?Compare@MCS_MCcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @5673 NONAME ?Compare@MCS_MCrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5674 NONAME ?Compare@MCS_MTcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @5675 NONAME ?Compare@MCS_MTrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5676 NONAME ?Compare@MCS_PCin@@UBE?AW4Comparison@PObject@@ABV3@@Z @5677 NONAME ?Compare@MCS_PDin@@UBE?AW4Comparison@PObject@@ABV3@@Z @5678 NONAME ?Compare@MCS_PTin@@UBE?AW4Comparison@PObject@@ABV3@@Z @5679 NONAME ?Compare@MCS_RJum@@UBE?AW4Comparison@PObject@@ABV3@@Z @5680 NONAME ?Compare@MCS_SDin@@UBE?AW4Comparison@PObject@@ABV3@@Z @5681 NONAME ?Compare@MCS_SDrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5682 NONAME ?Compare@MCS_TGcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @5683 NONAME ?Compare@MCS_TGrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5684 NONAME ?Compare@MCS_TIcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @5685 NONAME ?Compare@MCS_TIrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5686 NONAME ?Compare@MCS_TokenAttributes_given@@UBE?AW4Comparison@PObject@@ABV3@@Z @5687 NONAME ?Compare@MCS_TokenAttributes_giving@@UBE?AW4Comparison@PObject@@ABV3@@Z @5688 NONAME ?Compare@MCS_TokenAttributes_grabbed@@UBE?AW4Comparison@PObject@@ABV3@@Z @5689 NONAME ?Compare@MCS_TokenAttributes_inhibited@@UBE?AW4Comparison@PObject@@ABV3@@Z @5690 NONAME ?Compare@MCS_TokenAttributes_ungivable@@UBE?AW4Comparison@PObject@@ABV3@@Z @5691 NONAME ?Compare@MCS_TPin@@UBE?AW4Comparison@PObject@@ABV3@@Z @5692 NONAME ?Compare@MCS_TPrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5693 NONAME ?Compare@MCS_TRcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @5694 NONAME ?Compare@MCS_TRrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5695 NONAME ?Compare@MCS_TTcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @5696 NONAME ?Compare@MCS_TTrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5697 NONAME ?Compare@MCS_TVcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @5698 NONAME ?Compare@MCS_TVin@@UBE?AW4Comparison@PObject@@ABV3@@Z @5699 NONAME ?Compare@MCS_TVrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5700 NONAME ?Compare@MCS_TVrs@@UBE?AW4Comparison@PObject@@ABV3@@Z @5701 NONAME ?Compare@MCS_USin@@UBE?AW4Comparison@PObject@@ABV3@@Z @5702 NONAME ?Compare@MCS_USrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5703 NONAME ?Compare@T38_Data_Field_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @18868 NONAME ?Compare@T38_IFPPacket@@UBE?AW4Comparison@PObject@@ABV3@@Z @18869 NONAME ?Compare@T38_PreCorrigendum_Data_Field_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @21474 NONAME ?Compare@T38_PreCorrigendum_IFPPacket@@UBE?AW4Comparison@PObject@@ABV3@@Z @21475 NONAME ?Compare@T38_UDPTLPacket@@UBE?AW4Comparison@PObject@@ABV3@@Z @18870 NONAME ?Compare@T38_UDPTLPacket_error_recovery_fec_info@@UBE?AW4Comparison@PObject@@ABV3@@Z @18871 NONAME ?Compare@X880_Invoke@@UBE?AW4Comparison@PObject@@ABV3@@Z @14529 NONAME ?Compare@X880_Reject@@UBE?AW4Comparison@PObject@@ABV3@@Z @14530 NONAME ?Compare@X880_ReturnError@@UBE?AW4Comparison@PObject@@ABV3@@Z @14531 NONAME ?Compare@X880_ReturnResult@@UBE?AW4Comparison@PObject@@ABV3@@Z @14532 NONAME ?Compare@X880_ReturnResult_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @14533 NONAME ?CompareData@H323NonStandardCapabilityInfo@@IBE?AW4Comparison@PObject@@ABVPBYTEArray@@@Z @12896 NONAME ?CompareInfo@H323GenericCapabilityInfo@@IBE?AW4Comparison@PObject@@ABV1@@Z @44407 NONAME ?CompareInfo@H323NonStandardCapabilityInfo@@IBE?AW4Comparison@PObject@@ABV1@@Z @12897 NONAME ?CompareObjectMemoryDirect@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18562 NONAME ?CompareObjectMemoryDirect@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18563 NONAME ?CompareObjectMemoryDirect@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18564 NONAME ?CompareObjectMemoryDirect@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18565 NONAME ?CompareObjectMemoryDirect@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18566 NONAME ?CompareObjectMemoryDirect@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18567 NONAME ?CompareObjectMemoryDirect@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18568 NONAME ?CompareObjectMemoryDirect@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18569 NONAME ?CompareObjectMemoryDirect@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18570 NONAME ?CompareObjectMemoryDirect@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18571 NONAME ?CompareObjectMemoryDirect@?$PArray@V?$PList@VH323Capability@@@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @5714 NONAME ?CompareObjectMemoryDirect@?$PArray@VH323SimultaneousCapabilities@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @5715 NONAME ?CompareObjectMemoryDirect@?$PArray@VH323TransportAddress@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @25868 NONAME ?CompareObjectMemoryDirect@?$PArray@VReceiverReport@RTP_Session@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @12395 NONAME ?CompareObjectMemoryDirect@?$PArray@VSourceDescription@RTP_Session@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @12396 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @5717 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @22615 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @19445 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @5718 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @25869 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @5719 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPString@@VH323Connection@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @5720 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @19076 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPString@@VPOrdinalKey@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @25944 NONAME ?CompareObjectMemoryDirect@?$PList@VH235Authenticator@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @41579 NONAME ?CompareObjectMemoryDirect@?$PList@VH245_GenericParameter@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @44408 NONAME ?CompareObjectMemoryDirect@?$PList@VH323Capability@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @5721 NONAME ?CompareObjectMemoryDirect@?$PList@VH323Channel@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @5722 NONAME ?CompareObjectMemoryDirect@?$PList@VH323GatekeeperListener@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @19077 NONAME ?CompareObjectMemoryDirect@?$PList@VH323Listener@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @5724 NONAME ?CompareObjectMemoryDirect@?$PList@VH323Transactor@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @23996 NONAME ?CompareObjectMemoryDirect@?$PList@VH450xHandler@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @19446 NONAME ?CompareObjectMemoryDirect@?$PList@VOpalMediaFormat@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @12924 NONAME ?CompareObjectMemoryDirect@?$PList@VPBYTEArray@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @23667 NONAME ?CompareObjectMemoryDirect@?$POrdinalDictionary@VPString@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @22616 NONAME ?CompareObjectMemoryDirect@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @21404 NONAME ?CompareObjectMemoryDirect@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @25726 NONAME ?CompareObjectMemoryDirect@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @25727 NONAME ?CompareObjectMemoryDirect@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @21405 NONAME ?CompareObjectMemoryDirect@?$PSafePtr@VH323GatekeeperCall@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @20420 NONAME ?CompareObjectMemoryDirect@?$PSafePtr@VH323PeerElementDescriptor@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @25728 NONAME ?CompareObjectMemoryDirect@?$PSafePtr@VH323PeerElementServiceRelationship@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @25729 NONAME ?CompareObjectMemoryDirect@?$PSafePtr@VH323RegisteredEndPoint@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @20421 NONAME ?CompareObjectMemoryDirect@?$PSet@VPOrdinalKey@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @25945 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @20732 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VH225_AliasAddress@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @26078 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VH323GatekeeperCall@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @19078 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VH323PeerElementDescriptor@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @25730 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VH323PeerElementServiceRelationship@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @25731 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VMXRecord@PDNS@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @44409 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VPString@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @41580 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VResponse@H323Transactor@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @25870 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VSRVRecord@PDNS@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @44410 NONAME ?CompareObjectMemoryDirect@?$PStringDictionary@VPOrdinalKey@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @12399 NONAME ?CompareObjectMemoryDirect@AlternateInfo@H323Gatekeeper@@UBE?AW4Comparison@PObject@@ABV4@@Z @20733 NONAME ?CompareObjectMemoryDirect@ByteQueue@OpalVoipBlasterDevice@@UBE?AW4Comparison@PObject@@ABV4@@Z @19996 NONAME ?CompareObjectMemoryDirect@FilterInfo@H323Codec@@UBE?AW4Comparison@PObject@@ABV4@@Z @20154 NONAME ?CompareObjectMemoryDirect@G7231_File_Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @20890 NONAME ?CompareObjectMemoryDirect@G7231_File_Codec@@UBE?AW4Comparison@PObject@@ABV3@@Z @20891 NONAME ?CompareObjectMemoryDirect@GCC_AlternativeNodeID@@UBE?AW4Comparison@PObject@@ABV3@@Z @5725 NONAME ?CompareObjectMemoryDirect@GCC_ApplicationInvokeIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5726 NONAME ?CompareObjectMemoryDirect@GCC_ApplicationInvokeSpecifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @5727 NONAME ?CompareObjectMemoryDirect@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@UBE?AW4Comparison@PObject@@ABV3@@Z @5728 NONAME ?CompareObjectMemoryDirect@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5729 NONAME ?CompareObjectMemoryDirect@GCC_ApplicationRecord@@UBE?AW4Comparison@PObject@@ABV3@@Z @5730 NONAME ?CompareObjectMemoryDirect@GCC_ApplicationRecord_nonCollapsingCapabilities@@UBE?AW4Comparison@PObject@@ABV3@@Z @5731 NONAME ?CompareObjectMemoryDirect@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5732 NONAME ?CompareObjectMemoryDirect@GCC_ArrayOf_ApplicationInvokeSpecifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @5733 NONAME ?CompareObjectMemoryDirect@GCC_ArrayOf_ChallengeItem@@UBE?AW4Comparison@PObject@@ABV3@@Z @5734 NONAME ?CompareObjectMemoryDirect@GCC_ArrayOf_ConferenceDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @5735 NONAME ?CompareObjectMemoryDirect@GCC_ArrayOf_Privilege@@UBE?AW4Comparison@PObject@@ABV3@@Z @5736 NONAME ?CompareObjectMemoryDirect@GCC_ArrayOf_TextString@@UBE?AW4Comparison@PObject@@ABV3@@Z @5737 NONAME ?CompareObjectMemoryDirect@GCC_ArrayOf_UserID@@UBE?AW4Comparison@PObject@@ABV3@@Z @5738 NONAME ?CompareObjectMemoryDirect@GCC_AsymmetryIndicator@@UBE?AW4Comparison@PObject@@ABV3@@Z @5739 NONAME ?CompareObjectMemoryDirect@GCC_CapabilityClass@@UBE?AW4Comparison@PObject@@ABV3@@Z @5740 NONAME ?CompareObjectMemoryDirect@GCC_CapabilityID@@UBE?AW4Comparison@PObject@@ABV3@@Z @5741 NONAME ?CompareObjectMemoryDirect@GCC_ChallengeItem@@UBE?AW4Comparison@PObject@@ABV3@@Z @5742 NONAME ?CompareObjectMemoryDirect@GCC_ChallengeRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5743 NONAME ?CompareObjectMemoryDirect@GCC_ChallengeResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5744 NONAME ?CompareObjectMemoryDirect@GCC_ChallengeResponseAlgorithm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5745 NONAME ?CompareObjectMemoryDirect@GCC_ChallengeResponseItem@@UBE?AW4Comparison@PObject@@ABV3@@Z @5746 NONAME ?CompareObjectMemoryDirect@GCC_ChannelID@@UBE?AW4Comparison@PObject@@ABV3@@Z @5747 NONAME ?CompareObjectMemoryDirect@GCC_ChannelType@@UBE?AW4Comparison@PObject@@ABV3@@Z @5748 NONAME ?CompareObjectMemoryDirect@GCC_ConductorAssignIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5749 NONAME ?CompareObjectMemoryDirect@GCC_ConductorPermissionAskIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5750 NONAME ?CompareObjectMemoryDirect@GCC_ConductorPermissionGrantIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5751 NONAME ?CompareObjectMemoryDirect@GCC_ConductorReleaseIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5752 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceAddRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5753 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceAddResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5754 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceAddResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @5755 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceAssistanceIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5756 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceCreateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5757 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceCreateResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5758 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceCreateResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @5759 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @5760 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceEjectUserIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5761 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceEjectUserIndication_reason@@UBE?AW4Comparison@PObject@@ABV3@@Z @5762 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceEjectUserRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5763 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceEjectUserRequest_reason@@UBE?AW4Comparison@PObject@@ABV3@@Z @5764 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceEjectUserResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5765 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceEjectUserResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @5766 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceInviteRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5767 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceInviteResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5768 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceInviteResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @5769 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceJoinRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5770 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceJoinResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5771 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceJoinResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @5772 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceLockIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5773 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceLockRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5774 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceLockResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5775 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceLockResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @5776 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceName@@UBE?AW4Comparison@PObject@@ABV3@@Z @5777 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceNameModifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @5778 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceNameSelector@@UBE?AW4Comparison@PObject@@ABV3@@Z @5779 NONAME ?CompareObjectMemoryDirect@GCC_ConferencePriority@@UBE?AW4Comparison@PObject@@ABV3@@Z @5780 NONAME ?CompareObjectMemoryDirect@GCC_ConferencePriorityScheme@@UBE?AW4Comparison@PObject@@ABV3@@Z @5781 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceQueryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5782 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceQueryResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5783 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceQueryResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @5784 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTerminateIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5785 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTerminateIndication_reason@@UBE?AW4Comparison@PObject@@ABV3@@Z @5786 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTerminateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5787 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTerminateRequest_reason@@UBE?AW4Comparison@PObject@@ABV3@@Z @5788 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTerminateResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5789 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTerminateResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @5790 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTimeExtendIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5791 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTimeInquireIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5792 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTimeRemainingIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5793 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTransferIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5794 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTransferRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5795 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTransferResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5796 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTransferResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @5797 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceUnlockIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5798 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceUnlockRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5799 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceUnlockResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5800 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceUnlockResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @5801 NONAME ?CompareObjectMemoryDirect@GCC_ConnectData@@UBE?AW4Comparison@PObject@@ABV3@@Z @5802 NONAME ?CompareObjectMemoryDirect@GCC_ConnectGCCPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @5803 NONAME ?CompareObjectMemoryDirect@GCC_DialingString@@UBE?AW4Comparison@PObject@@ABV3@@Z @5804 NONAME ?CompareObjectMemoryDirect@GCC_DynamicChannelID@@UBE?AW4Comparison@PObject@@ABV3@@Z @5805 NONAME ?CompareObjectMemoryDirect@GCC_DynamicTokenID@@UBE?AW4Comparison@PObject@@ABV3@@Z @5806 NONAME ?CompareObjectMemoryDirect@GCC_EntityID@@UBE?AW4Comparison@PObject@@ABV3@@Z @5807 NONAME ?CompareObjectMemoryDirect@GCC_ExtraDialingString@@UBE?AW4Comparison@PObject@@ABV3@@Z @5808 NONAME ?CompareObjectMemoryDirect@GCC_FunctionNotSupportedResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5809 NONAME ?CompareObjectMemoryDirect@GCC_GCCPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @5810 NONAME ?CompareObjectMemoryDirect@GCC_H221NonStandardIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @5811 NONAME ?CompareObjectMemoryDirect@GCC_Handle@@UBE?AW4Comparison@PObject@@ABV3@@Z @5812 NONAME ?CompareObjectMemoryDirect@GCC_IndicationPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @5813 NONAME ?CompareObjectMemoryDirect@GCC_Key@@UBE?AW4Comparison@PObject@@ABV3@@Z @5814 NONAME ?CompareObjectMemoryDirect@GCC_NetworkAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @5815 NONAME ?CompareObjectMemoryDirect@GCC_NetworkAddress_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5816 NONAME ?CompareObjectMemoryDirect@GCC_NetworkAddress_subtype_aggregatedChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @5817 NONAME ?CompareObjectMemoryDirect@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBE?AW4Comparison@PObject@@ABV3@@Z @5818 NONAME ?CompareObjectMemoryDirect@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBE?AW4Comparison@PObject@@ABV3@@Z @5819 NONAME ?CompareObjectMemoryDirect@GCC_NetworkAddress_subtype_transportConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @5820 NONAME ?CompareObjectMemoryDirect@GCC_NodeProperties@@UBE?AW4Comparison@PObject@@ABV3@@Z @5821 NONAME ?CompareObjectMemoryDirect@GCC_NodeRecord@@UBE?AW4Comparison@PObject@@ABV3@@Z @5822 NONAME ?CompareObjectMemoryDirect@GCC_NodeType@@UBE?AW4Comparison@PObject@@ABV3@@Z @5823 NONAME ?CompareObjectMemoryDirect@GCC_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @5824 NONAME ?CompareObjectMemoryDirect@GCC_NonStandardPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @5825 NONAME ?CompareObjectMemoryDirect@GCC_Password@@UBE?AW4Comparison@PObject@@ABV3@@Z @5826 NONAME ?CompareObjectMemoryDirect@GCC_PasswordChallengeRequestResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5827 NONAME ?CompareObjectMemoryDirect@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5828 NONAME ?CompareObjectMemoryDirect@GCC_PasswordSelector@@UBE?AW4Comparison@PObject@@ABV3@@Z @5829 NONAME ?CompareObjectMemoryDirect@GCC_Privilege@@UBE?AW4Comparison@PObject@@ABV3@@Z @5830 NONAME ?CompareObjectMemoryDirect@GCC_RegistryAllocateHandleRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5831 NONAME ?CompareObjectMemoryDirect@GCC_RegistryAllocateHandleResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5832 NONAME ?CompareObjectMemoryDirect@GCC_RegistryAllocateHandleResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @5833 NONAME ?CompareObjectMemoryDirect@GCC_RegistryAssignTokenRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5834 NONAME ?CompareObjectMemoryDirect@GCC_RegistryDeleteEntryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5835 NONAME ?CompareObjectMemoryDirect@GCC_RegistryEntryOwner@@UBE?AW4Comparison@PObject@@ABV3@@Z @5836 NONAME ?CompareObjectMemoryDirect@GCC_RegistryEntryOwner_owned@@UBE?AW4Comparison@PObject@@ABV3@@Z @5837 NONAME ?CompareObjectMemoryDirect@GCC_RegistryItem@@UBE?AW4Comparison@PObject@@ABV3@@Z @5838 NONAME ?CompareObjectMemoryDirect@GCC_RegistryKey@@UBE?AW4Comparison@PObject@@ABV3@@Z @5839 NONAME ?CompareObjectMemoryDirect@GCC_RegistryModificationRights@@UBE?AW4Comparison@PObject@@ABV3@@Z @5840 NONAME ?CompareObjectMemoryDirect@GCC_RegistryMonitorEntryIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5841 NONAME ?CompareObjectMemoryDirect@GCC_RegistryMonitorEntryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5842 NONAME ?CompareObjectMemoryDirect@GCC_RegistryRegisterChannelRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5843 NONAME ?CompareObjectMemoryDirect@GCC_RegistryResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5844 NONAME ?CompareObjectMemoryDirect@GCC_RegistryResponse_primitiveType@@UBE?AW4Comparison@PObject@@ABV3@@Z @5845 NONAME ?CompareObjectMemoryDirect@GCC_RegistryResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @5846 NONAME ?CompareObjectMemoryDirect@GCC_RegistryRetrieveEntryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5847 NONAME ?CompareObjectMemoryDirect@GCC_RegistrySetParameterRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5848 NONAME ?CompareObjectMemoryDirect@GCC_RequestPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @5849 NONAME ?CompareObjectMemoryDirect@GCC_ResponsePDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @5850 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5851 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @5852 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5853 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@UBE?AW4Comparison@PObject@@ABV3@@Z @5854 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@UBE?AW4Comparison@PObject@@ABV3@@Z @5855 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5856 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@UBE?AW4Comparison@PObject@@ABV3@@Z @5857 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@UBE?AW4Comparison@PObject@@ABV3@@Z @5858 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5859 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@UBE?AW4Comparison@PObject@@ABV3@@Z @5860 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5861 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@UBE?AW4Comparison@PObject@@ABV3@@Z @5862 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_nodeInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @5863 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@UBE?AW4Comparison@PObject@@ABV3@@Z @5864 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@UBE?AW4Comparison@PObject@@ABV3@@Z @5865 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5866 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@UBE?AW4Comparison@PObject@@ABV3@@Z @5867 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5868 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@UBE?AW4Comparison@PObject@@ABV3@@Z @5869 NONAME ?CompareObjectMemoryDirect@GCC_SessionKey@@UBE?AW4Comparison@PObject@@ABV3@@Z @5870 NONAME ?CompareObjectMemoryDirect@GCC_SimpleNumericString@@UBE?AW4Comparison@PObject@@ABV3@@Z @5871 NONAME ?CompareObjectMemoryDirect@GCC_SimpleTextString@@UBE?AW4Comparison@PObject@@ABV3@@Z @5872 NONAME ?CompareObjectMemoryDirect@GCC_StaticChannelID@@UBE?AW4Comparison@PObject@@ABV3@@Z @5873 NONAME ?CompareObjectMemoryDirect@GCC_StaticTokenID@@UBE?AW4Comparison@PObject@@ABV3@@Z @5874 NONAME ?CompareObjectMemoryDirect@GCC_SubAddressString@@UBE?AW4Comparison@PObject@@ABV3@@Z @5875 NONAME ?CompareObjectMemoryDirect@GCC_TerminationMethod@@UBE?AW4Comparison@PObject@@ABV3@@Z @5876 NONAME ?CompareObjectMemoryDirect@GCC_TextMessageIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5877 NONAME ?CompareObjectMemoryDirect@GCC_TextString@@UBE?AW4Comparison@PObject@@ABV3@@Z @5878 NONAME ?CompareObjectMemoryDirect@GCC_Time@@UBE?AW4Comparison@PObject@@ABV3@@Z @5879 NONAME ?CompareObjectMemoryDirect@GCC_TokenID@@UBE?AW4Comparison@PObject@@ABV3@@Z @5880 NONAME ?CompareObjectMemoryDirect@GCC_UserData@@UBE?AW4Comparison@PObject@@ABV3@@Z @5881 NONAME ?CompareObjectMemoryDirect@GCC_UserData_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5882 NONAME ?CompareObjectMemoryDirect@GCC_UserID@@UBE?AW4Comparison@PObject@@ABV3@@Z @5883 NONAME ?CompareObjectMemoryDirect@GCC_UserIDIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5884 NONAME ?CompareObjectMemoryDirect@H225CallThread@@UBE?AW4Comparison@PObject@@ABV3@@Z @5885 NONAME ?CompareObjectMemoryDirect@H225TransportThread@@UBE?AW4Comparison@PObject@@ABV3@@Z @5887 NONAME ?CompareObjectMemoryDirect@H225_AddressPattern@@UBE?AW4Comparison@PObject@@ABV3@@Z @17406 NONAME ?CompareObjectMemoryDirect@H225_AddressPattern_range@@UBE?AW4Comparison@PObject@@ABV3@@Z @17407 NONAME ?CompareObjectMemoryDirect@H225_AdmissionConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5888 NONAME ?CompareObjectMemoryDirect@H225_AdmissionConfirm_language@@UBE?AW4Comparison@PObject@@ABV3@@Z @17408 NONAME ?CompareObjectMemoryDirect@H225_AdmissionReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5889 NONAME ?CompareObjectMemoryDirect@H225_AdmissionRejectReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @5890 NONAME ?CompareObjectMemoryDirect@H225_AdmissionRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5891 NONAME ?CompareObjectMemoryDirect@H225_Alerting_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5892 NONAME ?CompareObjectMemoryDirect@H225_AliasAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @5893 NONAME ?CompareObjectMemoryDirect@H225_AlternateGK@@UBE?AW4Comparison@PObject@@ABV3@@Z @5894 NONAME ?CompareObjectMemoryDirect@H225_AlternateTransportAddresses@@UBE?AW4Comparison@PObject@@ABV3@@Z @17409 NONAME ?CompareObjectMemoryDirect@H225_AltGKInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5895 NONAME ?CompareObjectMemoryDirect@H225_ANSI_41_UIM@@UBE?AW4Comparison@PObject@@ABV3@@Z @17410 NONAME ?CompareObjectMemoryDirect@H225_ANSI_41_UIM_system_id@@UBE?AW4Comparison@PObject@@ABV3@@Z @17411 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_AddressPattern@@UBE?AW4Comparison@PObject@@ABV3@@Z @17412 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_AdmissionConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @27006 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_AliasAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @5896 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_AlternateGK@@UBE?AW4Comparison@PObject@@ABV3@@Z @5897 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_AuthenticationMechanism@@UBE?AW4Comparison@PObject@@ABV3@@Z @5898 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_BandwidthDetails@@UBE?AW4Comparison@PObject@@ABV3@@Z @17413 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_CallReferenceValue@@UBE?AW4Comparison@PObject@@ABV3@@Z @5899 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_CallsAvailable@@UBE?AW4Comparison@PObject@@ABV3@@Z @17414 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_ClearToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @5900 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_ConferenceIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @5901 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_ConferenceList@@UBE?AW4Comparison@PObject@@ABV3@@Z @5902 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_CryptoH323Token@@UBE?AW4Comparison@PObject@@ABV3@@Z @5903 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_DataRate@@UBE?AW4Comparison@PObject@@ABV3@@Z @5904 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_Endpoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @5905 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_EnumeratedParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @17415 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_ExtendedAliasAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @17416 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_FeatureDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @17417 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_GenericData@@UBE?AW4Comparison@PObject@@ABV3@@Z @17418 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_H245Security@@UBE?AW4Comparison@PObject@@ABV3@@Z @5906 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_H248PackagesDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @17419 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_IntegrityMechanism@@UBE?AW4Comparison@PObject@@ABV3@@Z @5907 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @5908 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_PartyNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @17420 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_PASN_ObjectId@@UBE?AW4Comparison@PObject@@ABV3@@Z @5909 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_PASN_OctetString@@UBE?AW4Comparison@PObject@@ABV3@@Z @5910 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_RasUsageSpecification@@UBE?AW4Comparison@PObject@@ABV3@@Z @17421 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_RTPSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @5911 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_ServiceControlSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @17422 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_SupportedPrefix@@UBE?AW4Comparison@PObject@@ABV3@@Z @5912 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_SupportedProtocols@@UBE?AW4Comparison@PObject@@ABV3@@Z @5913 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_TransportAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @5914 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_TransportChannelInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5915 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_TunnelledProtocol@@UBE?AW4Comparison@PObject@@ABV3@@Z @17423 NONAME ?CompareObjectMemoryDirect@H225_BandRejectReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @5916 NONAME ?CompareObjectMemoryDirect@H225_BandWidth@@UBE?AW4Comparison@PObject@@ABV3@@Z @5917 NONAME ?CompareObjectMemoryDirect@H225_BandwidthConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5918 NONAME ?CompareObjectMemoryDirect@H225_BandwidthDetails@@UBE?AW4Comparison@PObject@@ABV3@@Z @17424 NONAME ?CompareObjectMemoryDirect@H225_BandwidthReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5919 NONAME ?CompareObjectMemoryDirect@H225_BandwidthRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5920 NONAME ?CompareObjectMemoryDirect@H225_CallCapacity@@UBE?AW4Comparison@PObject@@ABV3@@Z @17425 NONAME ?CompareObjectMemoryDirect@H225_CallCapacityInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @17426 NONAME ?CompareObjectMemoryDirect@H225_CallCreditCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @17427 NONAME ?CompareObjectMemoryDirect@H225_CallCreditServiceControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @17428 NONAME ?CompareObjectMemoryDirect@H225_CallCreditServiceControl_billingMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @17429 NONAME ?CompareObjectMemoryDirect@H225_CallCreditServiceControl_callStartingPoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @17430 NONAME ?CompareObjectMemoryDirect@H225_CallIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @5921 NONAME ?CompareObjectMemoryDirect@H225_CallLinkage@@UBE?AW4Comparison@PObject@@ABV3@@Z @17431 NONAME ?CompareObjectMemoryDirect@H225_CallModel@@UBE?AW4Comparison@PObject@@ABV3@@Z @5922 NONAME ?CompareObjectMemoryDirect@H225_CallProceeding_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5923 NONAME ?CompareObjectMemoryDirect@H225_CallReferenceValue@@UBE?AW4Comparison@PObject@@ABV3@@Z @5924 NONAME ?CompareObjectMemoryDirect@H225_CallsAvailable@@UBE?AW4Comparison@PObject@@ABV3@@Z @17432 NONAME ?CompareObjectMemoryDirect@H225_CallTerminationCause@@UBE?AW4Comparison@PObject@@ABV3@@Z @17433 NONAME ?CompareObjectMemoryDirect@H225_CallType@@UBE?AW4Comparison@PObject@@ABV3@@Z @5925 NONAME ?CompareObjectMemoryDirect@H225_CapacityReportingCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @17434 NONAME ?CompareObjectMemoryDirect@H225_CapacityReportingSpecification@@UBE?AW4Comparison@PObject@@ABV3@@Z @17435 NONAME ?CompareObjectMemoryDirect@H225_CapacityReportingSpecification_when@@UBE?AW4Comparison@PObject@@ABV3@@Z @17436 NONAME ?CompareObjectMemoryDirect@H225_CarrierInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @27007 NONAME ?CompareObjectMemoryDirect@H225_CicInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @17437 NONAME ?CompareObjectMemoryDirect@H225_CicInfo_cic@@UBE?AW4Comparison@PObject@@ABV3@@Z @17438 NONAME ?CompareObjectMemoryDirect@H225_CircuitIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @17439 NONAME ?CompareObjectMemoryDirect@H225_CircuitInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @17440 NONAME ?CompareObjectMemoryDirect@H225_ConferenceIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @5926 NONAME ?CompareObjectMemoryDirect@H225_ConferenceList@@UBE?AW4Comparison@PObject@@ABV3@@Z @5927 NONAME ?CompareObjectMemoryDirect@H225_Connect_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5928 NONAME ?CompareObjectMemoryDirect@H225_Connect_UUIE_language@@UBE?AW4Comparison@PObject@@ABV3@@Z @17441 NONAME ?CompareObjectMemoryDirect@H225_Content@@UBE?AW4Comparison@PObject@@ABV3@@Z @17442 NONAME ?CompareObjectMemoryDirect@H225_CryptoH323Token@@UBE?AW4Comparison@PObject@@ABV3@@Z @5929 NONAME ?CompareObjectMemoryDirect@H225_CryptoH323Token_cryptoEPPwdHash@@UBE?AW4Comparison@PObject@@ABV3@@Z @5930 NONAME ?CompareObjectMemoryDirect@H225_CryptoH323Token_cryptoGKPwdHash@@UBE?AW4Comparison@PObject@@ABV3@@Z @5931 NONAME ?CompareObjectMemoryDirect@H225_DataRate@@UBE?AW4Comparison@PObject@@ABV3@@Z @5932 NONAME ?CompareObjectMemoryDirect@H225_DisengageConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5933 NONAME ?CompareObjectMemoryDirect@H225_DisengageReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @5934 NONAME ?CompareObjectMemoryDirect@H225_DisengageReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5935 NONAME ?CompareObjectMemoryDirect@H225_DisengageRejectReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @5936 NONAME ?CompareObjectMemoryDirect@H225_DisengageRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5937 NONAME ?CompareObjectMemoryDirect@H225_EncodedFastStartToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @18572 NONAME ?CompareObjectMemoryDirect@H225_EncryptIntAlg@@UBE?AW4Comparison@PObject@@ABV3@@Z @5938 NONAME ?CompareObjectMemoryDirect@H225_Endpoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @5939 NONAME ?CompareObjectMemoryDirect@H225_EndpointIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @5940 NONAME ?CompareObjectMemoryDirect@H225_EndpointType@@UBE?AW4Comparison@PObject@@ABV3@@Z @5941 NONAME ?CompareObjectMemoryDirect@H225_EnumeratedParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @17443 NONAME ?CompareObjectMemoryDirect@H225_ExtendedAliasAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @17444 NONAME ?CompareObjectMemoryDirect@H225_FacilityReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @5942 NONAME ?CompareObjectMemoryDirect@H225_Facility_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5943 NONAME ?CompareObjectMemoryDirect@H225_FastStartToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @5944 NONAME ?CompareObjectMemoryDirect@H225_FeatureDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @17445 NONAME ?CompareObjectMemoryDirect@H225_FeatureSet@@UBE?AW4Comparison@PObject@@ABV3@@Z @17446 NONAME ?CompareObjectMemoryDirect@H225_GatekeeperConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5945 NONAME ?CompareObjectMemoryDirect@H225_GatekeeperIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @5946 NONAME ?CompareObjectMemoryDirect@H225_GatekeeperInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5947 NONAME ?CompareObjectMemoryDirect@H225_GatekeeperReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5948 NONAME ?CompareObjectMemoryDirect@H225_GatekeeperRejectReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @5949 NONAME ?CompareObjectMemoryDirect@H225_GatekeeperRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5950 NONAME ?CompareObjectMemoryDirect@H225_GatewayInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5951 NONAME ?CompareObjectMemoryDirect@H225_GenericData@@UBE?AW4Comparison@PObject@@ABV3@@Z @17447 NONAME ?CompareObjectMemoryDirect@H225_GenericIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @17448 NONAME ?CompareObjectMemoryDirect@H225_GloballyUniqueID@@UBE?AW4Comparison@PObject@@ABV3@@Z @5952 NONAME ?CompareObjectMemoryDirect@H225_GroupID@@UBE?AW4Comparison@PObject@@ABV3@@Z @17449 NONAME ?CompareObjectMemoryDirect@H225_GroupID_member@@UBE?AW4Comparison@PObject@@ABV3@@Z @17450 NONAME ?CompareObjectMemoryDirect@H225_GSM_UIM@@UBE?AW4Comparison@PObject@@ABV3@@Z @17451 NONAME ?CompareObjectMemoryDirect@H225_H221NonStandard@@UBE?AW4Comparison@PObject@@ABV3@@Z @5953 NONAME ?CompareObjectMemoryDirect@H225_H245Security@@UBE?AW4Comparison@PObject@@ABV3@@Z @5954 NONAME ?CompareObjectMemoryDirect@H225_H248PackagesDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @17452 NONAME ?CompareObjectMemoryDirect@H225_H248SignalsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @17453 NONAME ?CompareObjectMemoryDirect@H225_H310Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5955 NONAME ?CompareObjectMemoryDirect@H225_H320Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5956 NONAME ?CompareObjectMemoryDirect@H225_H321Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5957 NONAME ?CompareObjectMemoryDirect@H225_H322Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5958 NONAME ?CompareObjectMemoryDirect@H225_H323Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5959 NONAME ?CompareObjectMemoryDirect@H225_H323_UserInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @5960 NONAME ?CompareObjectMemoryDirect@H225_H323_UserInformation_user_data@@UBE?AW4Comparison@PObject@@ABV3@@Z @5961 NONAME ?CompareObjectMemoryDirect@H225_H323_UU_PDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @5962 NONAME ?CompareObjectMemoryDirect@H225_H323_UU_PDU_h323_message_body@@UBE?AW4Comparison@PObject@@ABV3@@Z @5963 NONAME ?CompareObjectMemoryDirect@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @17454 NONAME ?CompareObjectMemoryDirect@H225_H324Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5964 NONAME ?CompareObjectMemoryDirect@H225_ICV@@UBE?AW4Comparison@PObject@@ABV3@@Z @5965 NONAME ?CompareObjectMemoryDirect@H225_InfoRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5966 NONAME ?CompareObjectMemoryDirect@H225_InfoRequestAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5967 NONAME ?CompareObjectMemoryDirect@H225_InfoRequestNak@@UBE?AW4Comparison@PObject@@ABV3@@Z @5968 NONAME ?CompareObjectMemoryDirect@H225_InfoRequestNakReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @5969 NONAME ?CompareObjectMemoryDirect@H225_InfoRequestResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5970 NONAME ?CompareObjectMemoryDirect@H225_InfoRequestResponseStatus@@UBE?AW4Comparison@PObject@@ABV3@@Z @17455 NONAME ?CompareObjectMemoryDirect@H225_InfoRequestResponse_perCallInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5971 NONAME ?CompareObjectMemoryDirect@H225_InfoRequestResponse_perCallInfo_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5972 NONAME ?CompareObjectMemoryDirect@H225_InfoRequestResponse_perCallInfo_subtype_pdu@@UBE?AW4Comparison@PObject@@ABV3@@Z @5973 NONAME ?CompareObjectMemoryDirect@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5974 NONAME ?CompareObjectMemoryDirect@H225_Information_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5975 NONAME ?CompareObjectMemoryDirect@H225_IntegrityMechanism@@UBE?AW4Comparison@PObject@@ABV3@@Z @5976 NONAME ?CompareObjectMemoryDirect@H225_LocationConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5977 NONAME ?CompareObjectMemoryDirect@H225_LocationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5978 NONAME ?CompareObjectMemoryDirect@H225_LocationRejectReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @5979 NONAME ?CompareObjectMemoryDirect@H225_LocationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5980 NONAME ?CompareObjectMemoryDirect@H225_McuInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5981 NONAME ?CompareObjectMemoryDirect@H225_MobileUIM@@UBE?AW4Comparison@PObject@@ABV3@@Z @17456 NONAME ?CompareObjectMemoryDirect@H225_NonIsoIntegrityMechanism@@UBE?AW4Comparison@PObject@@ABV3@@Z @5982 NONAME ?CompareObjectMemoryDirect@H225_NonStandardIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @5983 NONAME ?CompareObjectMemoryDirect@H225_NonStandardMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @5984 NONAME ?CompareObjectMemoryDirect@H225_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @5985 NONAME ?CompareObjectMemoryDirect@H225_NonStandardProtocol@@UBE?AW4Comparison@PObject@@ABV3@@Z @5986 NONAME ?CompareObjectMemoryDirect@H225_Notify_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @17457 NONAME ?CompareObjectMemoryDirect@H225_NumberDigits@@UBE?AW4Comparison@PObject@@ABV3@@Z @5987 NONAME ?CompareObjectMemoryDirect@H225_PartyNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @5988 NONAME ?CompareObjectMemoryDirect@H225_PresentationIndicator@@UBE?AW4Comparison@PObject@@ABV3@@Z @17458 NONAME ?CompareObjectMemoryDirect@H225_PrivatePartyNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @5989 NONAME ?CompareObjectMemoryDirect@H225_PrivateTypeOfNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @5990 NONAME ?CompareObjectMemoryDirect@H225_Progress_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5991 NONAME ?CompareObjectMemoryDirect@H225_ProtocolIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @5992 NONAME ?CompareObjectMemoryDirect@H225_PublicPartyNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @5993 NONAME ?CompareObjectMemoryDirect@H225_PublicTypeOfNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @5994 NONAME ?CompareObjectMemoryDirect@H225_Q954Details@@UBE?AW4Comparison@PObject@@ABV3@@Z @5995 NONAME ?CompareObjectMemoryDirect@H225_QseriesOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @5996 NONAME ?CompareObjectMemoryDirect@H225_RAS@@UBE?AW4Comparison@PObject@@ABV3@@Z @18674 NONAME ?CompareObjectMemoryDirect@H225_RasMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @5997 NONAME ?CompareObjectMemoryDirect@H225_RasUsageInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @17459 NONAME ?CompareObjectMemoryDirect@H225_RasUsageInfoTypes@@UBE?AW4Comparison@PObject@@ABV3@@Z @17460 NONAME ?CompareObjectMemoryDirect@H225_RasUsageSpecification@@UBE?AW4Comparison@PObject@@ABV3@@Z @17461 NONAME ?CompareObjectMemoryDirect@H225_RasUsageSpecification_callStartingPoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @17462 NONAME ?CompareObjectMemoryDirect@H225_RasUsageSpecification_when@@UBE?AW4Comparison@PObject@@ABV3@@Z @17463 NONAME ?CompareObjectMemoryDirect@H225_RegistrationConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5998 NONAME ?CompareObjectMemoryDirect@H225_RegistrationConfirm_preGrantedARQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @5999 NONAME ?CompareObjectMemoryDirect@H225_RegistrationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @6000 NONAME ?CompareObjectMemoryDirect@H225_RegistrationRejectReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @6001 NONAME ?CompareObjectMemoryDirect@H225_RegistrationRejectReason_invalidTerminalAliases@@UBE?AW4Comparison@PObject@@ABV3@@Z @17464 NONAME ?CompareObjectMemoryDirect@H225_RegistrationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @6002 NONAME ?CompareObjectMemoryDirect@H225_ReleaseCompleteReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @6003 NONAME ?CompareObjectMemoryDirect@H225_ReleaseComplete_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @6004 NONAME ?CompareObjectMemoryDirect@H225_RequestInProgress@@UBE?AW4Comparison@PObject@@ABV3@@Z @6005 NONAME ?CompareObjectMemoryDirect@H225_RequestSeqNum@@UBE?AW4Comparison@PObject@@ABV3@@Z @6006 NONAME ?CompareObjectMemoryDirect@H225_ResourcesAvailableConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @6007 NONAME ?CompareObjectMemoryDirect@H225_ResourcesAvailableIndicate@@UBE?AW4Comparison@PObject@@ABV3@@Z @6008 NONAME ?CompareObjectMemoryDirect@H225_RTPSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @6009 NONAME ?CompareObjectMemoryDirect@H225_RTPSession_associatedSessionIds@@UBE?AW4Comparison@PObject@@ABV3@@Z @6010 NONAME ?CompareObjectMemoryDirect@H225_ScnConnectionAggregation@@UBE?AW4Comparison@PObject@@ABV3@@Z @17465 NONAME ?CompareObjectMemoryDirect@H225_ScnConnectionType@@UBE?AW4Comparison@PObject@@ABV3@@Z @17466 NONAME ?CompareObjectMemoryDirect@H225_ScreeningIndicator@@UBE?AW4Comparison@PObject@@ABV3@@Z @17467 NONAME ?CompareObjectMemoryDirect@H225_SecurityCapabilities@@UBE?AW4Comparison@PObject@@ABV3@@Z @6011 NONAME ?CompareObjectMemoryDirect@H225_SecurityErrors2@@UBE?AW4Comparison@PObject@@ABV3@@Z @27008 NONAME ?CompareObjectMemoryDirect@H225_SecurityErrors@@UBE?AW4Comparison@PObject@@ABV3@@Z @27009 NONAME ?CompareObjectMemoryDirect@H225_SecurityServiceMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6012 NONAME ?CompareObjectMemoryDirect@H225_ServiceControlDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @17468 NONAME ?CompareObjectMemoryDirect@H225_ServiceControlIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @17469 NONAME ?CompareObjectMemoryDirect@H225_ServiceControlIndication_callSpecific@@UBE?AW4Comparison@PObject@@ABV3@@Z @17470 NONAME ?CompareObjectMemoryDirect@H225_ServiceControlResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @17471 NONAME ?CompareObjectMemoryDirect@H225_ServiceControlResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @17472 NONAME ?CompareObjectMemoryDirect@H225_ServiceControlSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @17473 NONAME ?CompareObjectMemoryDirect@H225_ServiceControlSession_reason@@UBE?AW4Comparison@PObject@@ABV3@@Z @17474 NONAME ?CompareObjectMemoryDirect@H225_SetupAcknowledge_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @17475 NONAME ?CompareObjectMemoryDirect@H225_Setup_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @6013 NONAME ?CompareObjectMemoryDirect@H225_Setup_UUIE_conferenceGoal@@UBE?AW4Comparison@PObject@@ABV3@@Z @6014 NONAME ?CompareObjectMemoryDirect@H225_Setup_UUIE_connectionParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @17476 NONAME ?CompareObjectMemoryDirect@H225_Setup_UUIE_language@@UBE?AW4Comparison@PObject@@ABV3@@Z @17477 NONAME ?CompareObjectMemoryDirect@H225_SIPCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @27010 NONAME ?CompareObjectMemoryDirect@H225_StatusInquiry_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @17478 NONAME ?CompareObjectMemoryDirect@H225_Status_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @17479 NONAME ?CompareObjectMemoryDirect@H225_StimulusControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @17480 NONAME ?CompareObjectMemoryDirect@H225_SupportedPrefix@@UBE?AW4Comparison@PObject@@ABV3@@Z @6015 NONAME ?CompareObjectMemoryDirect@H225_SupportedProtocols@@UBE?AW4Comparison@PObject@@ABV3@@Z @6016 NONAME ?CompareObjectMemoryDirect@H225_T120OnlyCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @6017 NONAME ?CompareObjectMemoryDirect@H225_T38FaxAnnexbOnlyCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @17481 NONAME ?CompareObjectMemoryDirect@H225_TBCD_STRING@@UBE?AW4Comparison@PObject@@ABV3@@Z @17482 NONAME ?CompareObjectMemoryDirect@H225_TerminalInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @6018 NONAME ?CompareObjectMemoryDirect@H225_TimeToLive@@UBE?AW4Comparison@PObject@@ABV3@@Z @6019 NONAME ?CompareObjectMemoryDirect@H225_TransportAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @6020 NONAME ?CompareObjectMemoryDirect@H225_TransportAddress_ip6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @6021 NONAME ?CompareObjectMemoryDirect@H225_TransportAddress_ipAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @6022 NONAME ?CompareObjectMemoryDirect@H225_TransportAddress_ipSourceRoute@@UBE?AW4Comparison@PObject@@ABV3@@Z @6023 NONAME ?CompareObjectMemoryDirect@H225_TransportAddress_ipSourceRoute_route@@UBE?AW4Comparison@PObject@@ABV3@@Z @6024 NONAME ?CompareObjectMemoryDirect@H225_TransportAddress_ipSourceRoute_routing@@UBE?AW4Comparison@PObject@@ABV3@@Z @6025 NONAME ?CompareObjectMemoryDirect@H225_TransportAddress_ipxAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @6026 NONAME ?CompareObjectMemoryDirect@H225_TransportChannelInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @6027 NONAME ?CompareObjectMemoryDirect@H225_TransportQOS@@UBE?AW4Comparison@PObject@@ABV3@@Z @6028 NONAME ?CompareObjectMemoryDirect@H225_TunnelledProtocol@@UBE?AW4Comparison@PObject@@ABV3@@Z @17483 NONAME ?CompareObjectMemoryDirect@H225_TunnelledProtocolAlternateIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @17484 NONAME ?CompareObjectMemoryDirect@H225_TunnelledProtocol_id@@UBE?AW4Comparison@PObject@@ABV3@@Z @17485 NONAME ?CompareObjectMemoryDirect@H225_UnknownMessageResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @6029 NONAME ?CompareObjectMemoryDirect@H225_UnregistrationConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @6030 NONAME ?CompareObjectMemoryDirect@H225_UnregistrationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @6031 NONAME ?CompareObjectMemoryDirect@H225_UnregistrationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @6032 NONAME ?CompareObjectMemoryDirect@H225_UnregRejectReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @6033 NONAME ?CompareObjectMemoryDirect@H225_UnregRequestReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @6034 NONAME ?CompareObjectMemoryDirect@H225_UseSpecifiedTransport@@UBE?AW4Comparison@PObject@@ABV3@@Z @17486 NONAME ?CompareObjectMemoryDirect@H225_UUIEsRequested@@UBE?AW4Comparison@PObject@@ABV3@@Z @6035 NONAME ?CompareObjectMemoryDirect@H225_VendorIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @6036 NONAME ?CompareObjectMemoryDirect@H225_VoiceCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @6037 NONAME ?CompareObjectMemoryDirect@H235AuthCAT@@UBE?AW4Comparison@PObject@@ABV3@@Z @23878 NONAME ?CompareObjectMemoryDirect@H235Authenticator@@UBE?AW4Comparison@PObject@@ABV3@@Z @19343 NONAME ?CompareObjectMemoryDirect@H235Authenticators@@UBE?AW4Comparison@PObject@@ABV3@@Z @21096 NONAME ?CompareObjectMemoryDirect@H235AuthProcedure1@@UBE?AW4Comparison@PObject@@ABV3@@Z @19724 NONAME ?CompareObjectMemoryDirect@H235AuthSimpleMD5@@UBE?AW4Comparison@PObject@@ABV3@@Z @19345 NONAME ?CompareObjectMemoryDirect@H235_AuthenticationBES@@UBE?AW4Comparison@PObject@@ABV3@@Z @19243 NONAME ?CompareObjectMemoryDirect@H235_AuthenticationMechanism@@UBE?AW4Comparison@PObject@@ABV3@@Z @6038 NONAME ?CompareObjectMemoryDirect@H235_ChallengeString@@UBE?AW4Comparison@PObject@@ABV3@@Z @6039 NONAME ?CompareObjectMemoryDirect@H235_ClearToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @6040 NONAME ?CompareObjectMemoryDirect@H235_CryptoToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @6041 NONAME ?CompareObjectMemoryDirect@H235_CryptoToken_cryptoEncryptedToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @6042 NONAME ?CompareObjectMemoryDirect@H235_CryptoToken_cryptoHashedToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @6043 NONAME ?CompareObjectMemoryDirect@H235_CryptoToken_cryptoSignedToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @6044 NONAME ?CompareObjectMemoryDirect@H235_DHset@@UBE?AW4Comparison@PObject@@ABV3@@Z @6045 NONAME ?CompareObjectMemoryDirect@H235_ECGDSASignature@@UBE?AW4Comparison@PObject@@ABV3@@Z @27011 NONAME ?CompareObjectMemoryDirect@H235_ECKASDH@@UBE?AW4Comparison@PObject@@ABV3@@Z @19245 NONAME ?CompareObjectMemoryDirect@H235_ECKASDH_eckasdh2@@UBE?AW4Comparison@PObject@@ABV3@@Z @19246 NONAME ?CompareObjectMemoryDirect@H235_ECKASDH_eckasdhp@@UBE?AW4Comparison@PObject@@ABV3@@Z @19247 NONAME ?CompareObjectMemoryDirect@H235_ECpoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @27012 NONAME ?CompareObjectMemoryDirect@H235_EncodedGeneralToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @18573 NONAME ?CompareObjectMemoryDirect@H235_EncodedKeySignedMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @18574 NONAME ?CompareObjectMemoryDirect@H235_EncodedKeySyncMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @18575 NONAME ?CompareObjectMemoryDirect@H235_EncodedPwdCertToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @18576 NONAME ?CompareObjectMemoryDirect@H235_EncodedReturnSig@@UBE?AW4Comparison@PObject@@ABV3@@Z @18577 NONAME ?CompareObjectMemoryDirect@H235_H235CertificateSignature@@UBE?AW4Comparison@PObject@@ABV3@@Z @6046 NONAME ?CompareObjectMemoryDirect@H235_H235Key@@UBE?AW4Comparison@PObject@@ABV3@@Z @6047 NONAME ?CompareObjectMemoryDirect@H235_Identifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @6048 NONAME ?CompareObjectMemoryDirect@H235_IV16@@UBE?AW4Comparison@PObject@@ABV3@@Z @19248 NONAME ?CompareObjectMemoryDirect@H235_IV8@@UBE?AW4Comparison@PObject@@ABV3@@Z @6049 NONAME ?CompareObjectMemoryDirect@H235_KeyMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @6050 NONAME ?CompareObjectMemoryDirect@H235_KeySignedMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @6051 NONAME ?CompareObjectMemoryDirect@H235_KeySyncMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @6052 NONAME ?CompareObjectMemoryDirect@H235_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @6053 NONAME ?CompareObjectMemoryDirect@H235_Params@@UBE?AW4Comparison@PObject@@ABV3@@Z @6054 NONAME ?CompareObjectMemoryDirect@H235_Password@@UBE?AW4Comparison@PObject@@ABV3@@Z @6055 NONAME ?CompareObjectMemoryDirect@H235_PwdCertToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @6056 NONAME ?CompareObjectMemoryDirect@H235_RandomVal@@UBE?AW4Comparison@PObject@@ABV3@@Z @6057 NONAME ?CompareObjectMemoryDirect@H235_ReturnSig@@UBE?AW4Comparison@PObject@@ABV3@@Z @6058 NONAME ?CompareObjectMemoryDirect@H235_TimeStamp@@UBE?AW4Comparison@PObject@@ABV3@@Z @6059 NONAME ?CompareObjectMemoryDirect@H235_TypedCertificate@@UBE?AW4Comparison@PObject@@ABV3@@Z @6060 NONAME ?CompareObjectMemoryDirect@H235_V3KeySyncMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @27013 NONAME ?CompareObjectMemoryDirect@H245NegLogicalChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @6061 NONAME ?CompareObjectMemoryDirect@H245NegLogicalChannels@@UBE?AW4Comparison@PObject@@ABV3@@Z @6062 NONAME ?CompareObjectMemoryDirect@H245NegMasterSlaveDetermination@@UBE?AW4Comparison@PObject@@ABV3@@Z @6063 NONAME ?CompareObjectMemoryDirect@H245Negotiator@@UBE?AW4Comparison@PObject@@ABV3@@Z @6064 NONAME ?CompareObjectMemoryDirect@H245NegRequestMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6065 NONAME ?CompareObjectMemoryDirect@H245NegRoundTripDelay@@UBE?AW4Comparison@PObject@@ABV3@@Z @6066 NONAME ?CompareObjectMemoryDirect@H245NegTerminalCapabilitySet@@UBE?AW4Comparison@PObject@@ABV3@@Z @6067 NONAME ?CompareObjectMemoryDirect@H245TransportThread@@UBE?AW4Comparison@PObject@@ABV3@@Z @6068 NONAME ?CompareObjectMemoryDirect@H245_AlternativeCapabilitySet@@UBE?AW4Comparison@PObject@@ABV3@@Z @6069 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_AlternativeCapabilitySet@@UBE?AW4Comparison@PObject@@ABV3@@Z @6070 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_BEnhancementParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6071 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_CapabilityDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @6072 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_CapabilityDescriptorNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @6073 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_CapabilityTableEntry@@UBE?AW4Comparison@PObject@@ABV3@@Z @6074 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_CapabilityTableEntryNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @6075 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_CommunicationModeTableEntry@@UBE?AW4Comparison@PObject@@ABV3@@Z @6076 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_CustomPictureClockFrequency@@UBE?AW4Comparison@PObject@@ABV3@@Z @6077 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_CustomPictureFormat@@UBE?AW4Comparison@PObject@@ABV3@@Z @6078 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_DataApplicationCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6079 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_DialingInformationNetworkType@@UBE?AW4Comparison@PObject@@ABV3@@Z @17487 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_DialingInformationNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @17488 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_EnhancementOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @6080 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_EscrowData@@UBE?AW4Comparison@PObject@@ABV3@@Z @6081 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_GenericCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @44411 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_GenericParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @17489 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_H263ModeComboFlags@@UBE?AW4Comparison@PObject@@ABV3@@Z @6082 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_H263VideoModeCombos@@UBE?AW4Comparison@PObject@@ABV3@@Z @6083 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_MediaChannelCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6084 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_MediaDistributionCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6085 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_ModeDescription@@UBE?AW4Comparison@PObject@@ABV3@@Z @6086 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_MultiplePayloadStreamElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @27014 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_MultiplePayloadStreamElementMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @27015 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_MultiplexElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @6087 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_MultiplexEntryDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @6088 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_MultiplexEntryRejectionDescriptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @6089 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_MultiplexTableEntryNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @6090 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @6091 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_ParameterIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @17490 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_PictureReference@@UBE?AW4Comparison@PObject@@ABV3@@Z @17491 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_Q2931Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @17492 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_QOSCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6092 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_RedundancyEncodingCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6093 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_RedundancyEncodingDTModeElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @27016 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_RedundancyEncodingElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @27017 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @6094 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@UBE?AW4Comparison@PObject@@ABV3@@Z @6095 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_RTPPayloadType@@UBE?AW4Comparison@PObject@@ABV3@@Z @6096 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_TerminalInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @6097 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_TerminalLabel@@UBE?AW4Comparison@PObject@@ABV3@@Z @6098 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_VCCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6099 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @44412 NONAME ?CompareObjectMemoryDirect@H245_ATMParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6100 NONAME ?CompareObjectMemoryDirect@H245_AudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6101 NONAME ?CompareObjectMemoryDirect@H245_AudioCapability_g7231@@UBE?AW4Comparison@PObject@@ABV3@@Z @6102 NONAME ?CompareObjectMemoryDirect@H245_AudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6103 NONAME ?CompareObjectMemoryDirect@H245_AudioMode_g7231@@UBE?AW4Comparison@PObject@@ABV3@@Z @6104 NONAME ?CompareObjectMemoryDirect@H245_AudioTelephonyEventCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @17493 NONAME ?CompareObjectMemoryDirect@H245_AudioToneCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @17494 NONAME ?CompareObjectMemoryDirect@H245_AuthenticationCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6105 NONAME ?CompareObjectMemoryDirect@H245_BEnhancementParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6106 NONAME ?CompareObjectMemoryDirect@H245_Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6107 NONAME ?CompareObjectMemoryDirect@H245_CapabilityDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @6108 NONAME ?CompareObjectMemoryDirect@H245_CapabilityDescriptorNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @6109 NONAME ?CompareObjectMemoryDirect@H245_CapabilityIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @17495 NONAME ?CompareObjectMemoryDirect@H245_CapabilityTableEntry@@UBE?AW4Comparison@PObject@@ABV3@@Z @6110 NONAME ?CompareObjectMemoryDirect@H245_CapabilityTableEntryNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @6111 NONAME ?CompareObjectMemoryDirect@H245_Capability_h233EncryptionReceiveCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6112 NONAME ?CompareObjectMemoryDirect@H245_CertSelectionCriteria@@UBE?AW4Comparison@PObject@@ABV3@@Z @6113 NONAME ?CompareObjectMemoryDirect@H245_CloseLogicalChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @6114 NONAME ?CompareObjectMemoryDirect@H245_CloseLogicalChannelAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @6115 NONAME ?CompareObjectMemoryDirect@H245_CloseLogicalChannel_reason@@UBE?AW4Comparison@PObject@@ABV3@@Z @6116 NONAME ?CompareObjectMemoryDirect@H245_CloseLogicalChannel_source@@UBE?AW4Comparison@PObject@@ABV3@@Z @6117 NONAME ?CompareObjectMemoryDirect@H245_CommandMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @6118 NONAME ?CompareObjectMemoryDirect@H245_CommunicationModeCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @6119 NONAME ?CompareObjectMemoryDirect@H245_CommunicationModeRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @6120 NONAME ?CompareObjectMemoryDirect@H245_CommunicationModeResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @6121 NONAME ?CompareObjectMemoryDirect@H245_CommunicationModeTableEntry@@UBE?AW4Comparison@PObject@@ABV3@@Z @6122 NONAME ?CompareObjectMemoryDirect@H245_CommunicationModeTableEntry_dataType@@UBE?AW4Comparison@PObject@@ABV3@@Z @6123 NONAME ?CompareObjectMemoryDirect@H245_CompressionType@@UBE?AW4Comparison@PObject@@ABV3@@Z @6124 NONAME ?CompareObjectMemoryDirect@H245_ConferenceCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6125 NONAME ?CompareObjectMemoryDirect@H245_ConferenceCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @6126 NONAME ?CompareObjectMemoryDirect@H245_ConferenceID@@UBE?AW4Comparison@PObject@@ABV3@@Z @6127 NONAME ?CompareObjectMemoryDirect@H245_ConferenceIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @6128 NONAME ?CompareObjectMemoryDirect@H245_ConferenceRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @6129 NONAME ?CompareObjectMemoryDirect@H245_ConferenceRequest_requestTerminalCertificate@@UBE?AW4Comparison@PObject@@ABV3@@Z @6130 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @6131 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @6132 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_chairTokenOwnerResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @6133 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_conferenceIDResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @6134 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_extensionAddressResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @6135 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_makeMeChairResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @6136 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_makeTerminalBroadcasterResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @6137 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_mCTerminalIDResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @6138 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_passwordResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @6139 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_sendThisSourceResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @6140 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_terminalCertificateResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @6141 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_terminalIDResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @6142 NONAME ?CompareObjectMemoryDirect@H245_ConnectionIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @17496 NONAME ?CompareObjectMemoryDirect@H245_CRCLength@@UBE?AW4Comparison@PObject@@ABV3@@Z @6143 NONAME ?CompareObjectMemoryDirect@H245_Criteria@@UBE?AW4Comparison@PObject@@ABV3@@Z @6144 NONAME ?CompareObjectMemoryDirect@H245_CustomPictureClockFrequency@@UBE?AW4Comparison@PObject@@ABV3@@Z @6145 NONAME ?CompareObjectMemoryDirect@H245_CustomPictureFormat@@UBE?AW4Comparison@PObject@@ABV3@@Z @6146 NONAME ?CompareObjectMemoryDirect@H245_CustomPictureFormat_mPI@@UBE?AW4Comparison@PObject@@ABV3@@Z @6147 NONAME ?CompareObjectMemoryDirect@H245_CustomPictureFormat_mPI_customPCF@@UBE?AW4Comparison@PObject@@ABV3@@Z @6148 NONAME ?CompareObjectMemoryDirect@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @6149 NONAME ?CompareObjectMemoryDirect@H245_CustomPictureFormat_pixelAspectInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @6150 NONAME ?CompareObjectMemoryDirect@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@UBE?AW4Comparison@PObject@@ABV3@@Z @6151 NONAME ?CompareObjectMemoryDirect@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @6152 NONAME ?CompareObjectMemoryDirect@H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6153 NONAME ?CompareObjectMemoryDirect@H245_DataApplicationCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6154 NONAME ?CompareObjectMemoryDirect@H245_DataApplicationCapability_application@@UBE?AW4Comparison@PObject@@ABV3@@Z @6155 NONAME ?CompareObjectMemoryDirect@H245_DataApplicationCapability_application_nlpid@@UBE?AW4Comparison@PObject@@ABV3@@Z @6156 NONAME ?CompareObjectMemoryDirect@H245_DataApplicationCapability_application_t38fax@@UBE?AW4Comparison@PObject@@ABV3@@Z @17497 NONAME ?CompareObjectMemoryDirect@H245_DataApplicationCapability_application_t84@@UBE?AW4Comparison@PObject@@ABV3@@Z @6157 NONAME ?CompareObjectMemoryDirect@H245_DataMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6158 NONAME ?CompareObjectMemoryDirect@H245_DataMode_application@@UBE?AW4Comparison@PObject@@ABV3@@Z @6159 NONAME ?CompareObjectMemoryDirect@H245_DataMode_application_nlpid@@UBE?AW4Comparison@PObject@@ABV3@@Z @6160 NONAME ?CompareObjectMemoryDirect@H245_DataMode_application_t38fax@@UBE?AW4Comparison@PObject@@ABV3@@Z @17498 NONAME ?CompareObjectMemoryDirect@H245_DataProtocolCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6161 NONAME ?CompareObjectMemoryDirect@H245_DataProtocolCapability_v76wCompression@@UBE?AW4Comparison@PObject@@ABV3@@Z @6162 NONAME ?CompareObjectMemoryDirect@H245_DataType@@UBE?AW4Comparison@PObject@@ABV3@@Z @6163 NONAME ?CompareObjectMemoryDirect@H245_DepFECCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @44413 NONAME ?CompareObjectMemoryDirect@H245_DepFECCapability_rfc2733@@UBE?AW4Comparison@PObject@@ABV3@@Z @44414 NONAME ?CompareObjectMemoryDirect@H245_DepFECCapability_rfc2733_separateStream@@UBE?AW4Comparison@PObject@@ABV3@@Z @44415 NONAME ?CompareObjectMemoryDirect@H245_DepFECData@@UBE?AW4Comparison@PObject@@ABV3@@Z @44416 NONAME ?CompareObjectMemoryDirect@H245_DepFECData_rfc2733@@UBE?AW4Comparison@PObject@@ABV3@@Z @44417 NONAME ?CompareObjectMemoryDirect@H245_DepFECData_rfc2733_mode@@UBE?AW4Comparison@PObject@@ABV3@@Z @44418 NONAME ?CompareObjectMemoryDirect@H245_DepFECData_rfc2733_mode_separateStream@@UBE?AW4Comparison@PObject@@ABV3@@Z @44419 NONAME ?CompareObjectMemoryDirect@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBE?AW4Comparison@PObject@@ABV3@@Z @44420 NONAME ?CompareObjectMemoryDirect@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBE?AW4Comparison@PObject@@ABV3@@Z @44421 NONAME ?CompareObjectMemoryDirect@H245_DepFECMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @44422 NONAME ?CompareObjectMemoryDirect@H245_DepFECMode_rfc2733Mode@@UBE?AW4Comparison@PObject@@ABV3@@Z @44423 NONAME ?CompareObjectMemoryDirect@H245_DepFECMode_rfc2733Mode_mode@@UBE?AW4Comparison@PObject@@ABV3@@Z @44424 NONAME ?CompareObjectMemoryDirect@H245_DepFECMode_rfc2733Mode_mode_separateStream@@UBE?AW4Comparison@PObject@@ABV3@@Z @44425 NONAME ?CompareObjectMemoryDirect@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBE?AW4Comparison@PObject@@ABV3@@Z @44426 NONAME ?CompareObjectMemoryDirect@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBE?AW4Comparison@PObject@@ABV3@@Z @44427 NONAME ?CompareObjectMemoryDirect@H245_DialingInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @17499 NONAME ?CompareObjectMemoryDirect@H245_DialingInformationNetworkType@@UBE?AW4Comparison@PObject@@ABV3@@Z @17500 NONAME ?CompareObjectMemoryDirect@H245_DialingInformationNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @17501 NONAME ?CompareObjectMemoryDirect@H245_EncryptionAuthenticationAndIntegrity@@UBE?AW4Comparison@PObject@@ABV3@@Z @6164 NONAME ?CompareObjectMemoryDirect@H245_EncryptionCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6165 NONAME ?CompareObjectMemoryDirect@H245_EncryptionCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @6166 NONAME ?CompareObjectMemoryDirect@H245_EncryptionCommand_encryptionAlgorithmID@@UBE?AW4Comparison@PObject@@ABV3@@Z @6167 NONAME ?CompareObjectMemoryDirect@H245_EncryptionMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6168 NONAME ?CompareObjectMemoryDirect@H245_EncryptionSync@@UBE?AW4Comparison@PObject@@ABV3@@Z @6169 NONAME ?CompareObjectMemoryDirect@H245_EncryptionUpdateDirection@@UBE?AW4Comparison@PObject@@ABV3@@Z @44428 NONAME ?CompareObjectMemoryDirect@H245_EncryptionUpdateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @6170 NONAME ?CompareObjectMemoryDirect@H245_EndSessionCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @6171 NONAME ?CompareObjectMemoryDirect@H245_EndSessionCommand_gstnOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @6172 NONAME ?CompareObjectMemoryDirect@H245_EndSessionCommand_isdnOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @6173 NONAME ?CompareObjectMemoryDirect@H245_EnhancementLayerInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @6174 NONAME ?CompareObjectMemoryDirect@H245_EnhancementOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @6175 NONAME ?CompareObjectMemoryDirect@H245_EscrowData@@UBE?AW4Comparison@PObject@@ABV3@@Z @6176 NONAME ?CompareObjectMemoryDirect@H245_ExtendedVideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @44429 NONAME ?CompareObjectMemoryDirect@H245_FECCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @27018 NONAME ?CompareObjectMemoryDirect@H245_FECCapability_rfc2733Format@@UBE?AW4Comparison@PObject@@ABV3@@Z @44430 NONAME ?CompareObjectMemoryDirect@H245_FECData@@UBE?AW4Comparison@PObject@@ABV3@@Z @27021 NONAME ?CompareObjectMemoryDirect@H245_FECData_rfc2733@@UBE?AW4Comparison@PObject@@ABV3@@Z @27022 NONAME ?CompareObjectMemoryDirect@H245_FECData_rfc2733_pktMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @44431 NONAME ?CompareObjectMemoryDirect@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBE?AW4Comparison@PObject@@ABV3@@Z @44432 NONAME ?CompareObjectMemoryDirect@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UBE?AW4Comparison@PObject@@ABV3@@Z @44433 NONAME ?CompareObjectMemoryDirect@H245_FECMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @27027 NONAME ?CompareObjectMemoryDirect@H245_FECMode_rfc2733Format@@UBE?AW4Comparison@PObject@@ABV3@@Z @44434 NONAME ?CompareObjectMemoryDirect@H245_FlowControlCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @6177 NONAME ?CompareObjectMemoryDirect@H245_FlowControlCommand_restriction@@UBE?AW4Comparison@PObject@@ABV3@@Z @6178 NONAME ?CompareObjectMemoryDirect@H245_FlowControlCommand_scope@@UBE?AW4Comparison@PObject@@ABV3@@Z @6179 NONAME ?CompareObjectMemoryDirect@H245_FlowControlIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @17502 NONAME ?CompareObjectMemoryDirect@H245_FlowControlIndication_restriction@@UBE?AW4Comparison@PObject@@ABV3@@Z @17503 NONAME ?CompareObjectMemoryDirect@H245_FlowControlIndication_scope@@UBE?AW4Comparison@PObject@@ABV3@@Z @17504 NONAME ?CompareObjectMemoryDirect@H245_FunctionNotSupported@@UBE?AW4Comparison@PObject@@ABV3@@Z @6180 NONAME ?CompareObjectMemoryDirect@H245_FunctionNotSupported_cause@@UBE?AW4Comparison@PObject@@ABV3@@Z @6181 NONAME ?CompareObjectMemoryDirect@H245_FunctionNotUnderstood@@UBE?AW4Comparison@PObject@@ABV3@@Z @6182 NONAME ?CompareObjectMemoryDirect@H245_G7231AnnexCCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6183 NONAME ?CompareObjectMemoryDirect@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6184 NONAME ?CompareObjectMemoryDirect@H245_G7231AnnexCMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6185 NONAME ?CompareObjectMemoryDirect@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6186 NONAME ?CompareObjectMemoryDirect@H245_G729Extensions@@UBE?AW4Comparison@PObject@@ABV3@@Z @17505 NONAME ?CompareObjectMemoryDirect@H245_GenericCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @17506 NONAME ?CompareObjectMemoryDirect@H245_GenericMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @44435 NONAME ?CompareObjectMemoryDirect@H245_GenericParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @17507 NONAME ?CompareObjectMemoryDirect@H245_GSMAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6187 NONAME ?CompareObjectMemoryDirect@H245_H222Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6188 NONAME ?CompareObjectMemoryDirect@H245_H222LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6189 NONAME ?CompareObjectMemoryDirect@H245_H223AL1MParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6190 NONAME ?CompareObjectMemoryDirect@H245_H223AL1MParameters_arqType@@UBE?AW4Comparison@PObject@@ABV3@@Z @6191 NONAME ?CompareObjectMemoryDirect@H245_H223AL1MParameters_crcLength@@UBE?AW4Comparison@PObject@@ABV3@@Z @6192 NONAME ?CompareObjectMemoryDirect@H245_H223AL1MParameters_headerFEC@@UBE?AW4Comparison@PObject@@ABV3@@Z @6193 NONAME ?CompareObjectMemoryDirect@H245_H223AL1MParameters_transferMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6194 NONAME ?CompareObjectMemoryDirect@H245_H223AL2MParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6195 NONAME ?CompareObjectMemoryDirect@H245_H223AL2MParameters_headerFEC@@UBE?AW4Comparison@PObject@@ABV3@@Z @6196 NONAME ?CompareObjectMemoryDirect@H245_H223AL3MParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6197 NONAME ?CompareObjectMemoryDirect@H245_H223AL3MParameters_arqType@@UBE?AW4Comparison@PObject@@ABV3@@Z @6198 NONAME ?CompareObjectMemoryDirect@H245_H223AL3MParameters_crcLength@@UBE?AW4Comparison@PObject@@ABV3@@Z @6199 NONAME ?CompareObjectMemoryDirect@H245_H223AL3MParameters_headerFormat@@UBE?AW4Comparison@PObject@@ABV3@@Z @6200 NONAME ?CompareObjectMemoryDirect@H245_H223AnnexCArqParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6201 NONAME ?CompareObjectMemoryDirect@H245_H223AnnexCArqParameters_numberOfRetransmissions@@UBE?AW4Comparison@PObject@@ABV3@@Z @6202 NONAME ?CompareObjectMemoryDirect@H245_H223AnnexCCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6203 NONAME ?CompareObjectMemoryDirect@H245_H223Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6204 NONAME ?CompareObjectMemoryDirect@H245_H223Capability_h223MultiplexTableCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6205 NONAME ?CompareObjectMemoryDirect@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBE?AW4Comparison@PObject@@ABV3@@Z @6206 NONAME ?CompareObjectMemoryDirect@H245_H223Capability_mobileMultilinkFrameCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @17508 NONAME ?CompareObjectMemoryDirect@H245_H223Capability_mobileOperationTransmitCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6207 NONAME ?CompareObjectMemoryDirect@H245_H223LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6208 NONAME ?CompareObjectMemoryDirect@H245_H223LogicalChannelParameters_adaptationLayerType@@UBE?AW4Comparison@PObject@@ABV3@@Z @6209 NONAME ?CompareObjectMemoryDirect@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBE?AW4Comparison@PObject@@ABV3@@Z @6210 NONAME ?CompareObjectMemoryDirect@H245_H223ModeParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6211 NONAME ?CompareObjectMemoryDirect@H245_H223ModeParameters_adaptationLayerType@@UBE?AW4Comparison@PObject@@ABV3@@Z @6212 NONAME ?CompareObjectMemoryDirect@H245_H223ModeParameters_adaptationLayerType_al3@@UBE?AW4Comparison@PObject@@ABV3@@Z @6213 NONAME ?CompareObjectMemoryDirect@H245_H223MultiplexReconfiguration@@UBE?AW4Comparison@PObject@@ABV3@@Z @6214 NONAME ?CompareObjectMemoryDirect@H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@UBE?AW4Comparison@PObject@@ABV3@@Z @6215 NONAME ?CompareObjectMemoryDirect@H245_H223MultiplexReconfiguration_h223ModeChange@@UBE?AW4Comparison@PObject@@ABV3@@Z @6216 NONAME ?CompareObjectMemoryDirect@H245_H223SkewIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @6217 NONAME ?CompareObjectMemoryDirect@H245_H2250Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6218 NONAME ?CompareObjectMemoryDirect@H245_H2250Capability_mcCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6219 NONAME ?CompareObjectMemoryDirect@H245_H2250LogicalChannelAckParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6220 NONAME ?CompareObjectMemoryDirect@H245_H2250LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6221 NONAME ?CompareObjectMemoryDirect@H245_H2250LogicalChannelParameters_mediaPacketization@@UBE?AW4Comparison@PObject@@ABV3@@Z @6222 NONAME ?CompareObjectMemoryDirect@H245_H2250MaximumSkewIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @6223 NONAME ?CompareObjectMemoryDirect@H245_H2250ModeParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6224 NONAME ?CompareObjectMemoryDirect@H245_H235Media@@UBE?AW4Comparison@PObject@@ABV3@@Z @6225 NONAME ?CompareObjectMemoryDirect@H245_H235Media_mediaType@@UBE?AW4Comparison@PObject@@ABV3@@Z @6226 NONAME ?CompareObjectMemoryDirect@H245_H235Mode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6227 NONAME ?CompareObjectMemoryDirect@H245_H235Mode_mediaMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6228 NONAME ?CompareObjectMemoryDirect@H245_H235SecurityCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6229 NONAME ?CompareObjectMemoryDirect@H245_H261VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6230 NONAME ?CompareObjectMemoryDirect@H245_H261VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6231 NONAME ?CompareObjectMemoryDirect@H245_H261VideoMode_resolution@@UBE?AW4Comparison@PObject@@ABV3@@Z @6232 NONAME ?CompareObjectMemoryDirect@H245_H262VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6233 NONAME ?CompareObjectMemoryDirect@H245_H262VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6234 NONAME ?CompareObjectMemoryDirect@H245_H262VideoMode_profileAndLevel@@UBE?AW4Comparison@PObject@@ABV3@@Z @6235 NONAME ?CompareObjectMemoryDirect@H245_H263ModeComboFlags@@UBE?AW4Comparison@PObject@@ABV3@@Z @6236 NONAME ?CompareObjectMemoryDirect@H245_H263Options@@UBE?AW4Comparison@PObject@@ABV3@@Z @6237 NONAME ?CompareObjectMemoryDirect@H245_H263Version3Options@@UBE?AW4Comparison@PObject@@ABV3@@Z @17509 NONAME ?CompareObjectMemoryDirect@H245_H263VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6238 NONAME ?CompareObjectMemoryDirect@H245_H263VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6239 NONAME ?CompareObjectMemoryDirect@H245_H263VideoModeCombos@@UBE?AW4Comparison@PObject@@ABV3@@Z @6240 NONAME ?CompareObjectMemoryDirect@H245_H263VideoMode_resolution@@UBE?AW4Comparison@PObject@@ABV3@@Z @6241 NONAME ?CompareObjectMemoryDirect@H245_IndicationMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @6242 NONAME ?CompareObjectMemoryDirect@H245_IntegrityCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6243 NONAME ?CompareObjectMemoryDirect@H245_IS11172AudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6244 NONAME ?CompareObjectMemoryDirect@H245_IS11172AudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6245 NONAME ?CompareObjectMemoryDirect@H245_IS11172AudioMode_audioLayer@@UBE?AW4Comparison@PObject@@ABV3@@Z @6246 NONAME ?CompareObjectMemoryDirect@H245_IS11172AudioMode_audioSampling@@UBE?AW4Comparison@PObject@@ABV3@@Z @6247 NONAME ?CompareObjectMemoryDirect@H245_IS11172AudioMode_multichannelType@@UBE?AW4Comparison@PObject@@ABV3@@Z @6248 NONAME ?CompareObjectMemoryDirect@H245_IS11172VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6249 NONAME ?CompareObjectMemoryDirect@H245_IS11172VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6250 NONAME ?CompareObjectMemoryDirect@H245_IS13818AudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6251 NONAME ?CompareObjectMemoryDirect@H245_IS13818AudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6252 NONAME ?CompareObjectMemoryDirect@H245_IS13818AudioMode_audioLayer@@UBE?AW4Comparison@PObject@@ABV3@@Z @6253 NONAME ?CompareObjectMemoryDirect@H245_IS13818AudioMode_audioSampling@@UBE?AW4Comparison@PObject@@ABV3@@Z @6254 NONAME ?CompareObjectMemoryDirect@H245_IS13818AudioMode_multichannelType@@UBE?AW4Comparison@PObject@@ABV3@@Z @6255 NONAME ?CompareObjectMemoryDirect@H245_IV16@@UBE?AW4Comparison@PObject@@ABV3@@Z @44436 NONAME ?CompareObjectMemoryDirect@H245_IV8@@UBE?AW4Comparison@PObject@@ABV3@@Z @44437 NONAME ?CompareObjectMemoryDirect@H245_JitterIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @6256 NONAME ?CompareObjectMemoryDirect@H245_JitterIndication_scope@@UBE?AW4Comparison@PObject@@ABV3@@Z @6257 NONAME ?CompareObjectMemoryDirect@H245_KeyProtectionMethod@@UBE?AW4Comparison@PObject@@ABV3@@Z @6258 NONAME ?CompareObjectMemoryDirect@H245_LogicalChannelNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @6259 NONAME ?CompareObjectMemoryDirect@H245_LogicalChannelRateAcknowledge@@UBE?AW4Comparison@PObject@@ABV3@@Z @17510 NONAME ?CompareObjectMemoryDirect@H245_LogicalChannelRateReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @17511 NONAME ?CompareObjectMemoryDirect@H245_LogicalChannelRateRejectReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @17512 NONAME ?CompareObjectMemoryDirect@H245_LogicalChannelRateRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @17513 NONAME ?CompareObjectMemoryDirect@H245_LogicalChannelRateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @17514 NONAME ?CompareObjectMemoryDirect@H245_MaintenanceLoopAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @6260 NONAME ?CompareObjectMemoryDirect@H245_MaintenanceLoopAck_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @6261 NONAME ?CompareObjectMemoryDirect@H245_MaintenanceLoopOffCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @6262 NONAME ?CompareObjectMemoryDirect@H245_MaintenanceLoopReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @6263 NONAME ?CompareObjectMemoryDirect@H245_MaintenanceLoopReject_cause@@UBE?AW4Comparison@PObject@@ABV3@@Z @6264 NONAME ?CompareObjectMemoryDirect@H245_MaintenanceLoopReject_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @6265 NONAME ?CompareObjectMemoryDirect@H245_MaintenanceLoopRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @6266 NONAME ?CompareObjectMemoryDirect@H245_MaintenanceLoopRequest_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @6267 NONAME ?CompareObjectMemoryDirect@H245_MasterSlaveDetermination@@UBE?AW4Comparison@PObject@@ABV3@@Z @6268 NONAME ?CompareObjectMemoryDirect@H245_MasterSlaveDeterminationAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @6269 NONAME ?CompareObjectMemoryDirect@H245_MasterSlaveDeterminationAck_decision@@UBE?AW4Comparison@PObject@@ABV3@@Z @6270 NONAME ?CompareObjectMemoryDirect@H245_MasterSlaveDeterminationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @6271 NONAME ?CompareObjectMemoryDirect@H245_MasterSlaveDeterminationReject_cause@@UBE?AW4Comparison@PObject@@ABV3@@Z @6272 NONAME ?CompareObjectMemoryDirect@H245_MasterSlaveDeterminationRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @6273 NONAME ?CompareObjectMemoryDirect@H245_MaximumBitRate@@UBE?AW4Comparison@PObject@@ABV3@@Z @17515 NONAME ?CompareObjectMemoryDirect@H245_MaxRedundancy@@UBE?AW4Comparison@PObject@@ABV3@@Z @44438 NONAME ?CompareObjectMemoryDirect@H245_MCLocationIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @6274 NONAME ?CompareObjectMemoryDirect@H245_McuNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @6275 NONAME ?CompareObjectMemoryDirect@H245_MediaChannelCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6276 NONAME ?CompareObjectMemoryDirect@H245_MediaDistributionCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6277 NONAME ?CompareObjectMemoryDirect@H245_MediaEncryptionAlgorithm@@UBE?AW4Comparison@PObject@@ABV3@@Z @6278 NONAME ?CompareObjectMemoryDirect@H245_MediaPacketizationCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6279 NONAME ?CompareObjectMemoryDirect@H245_MediaTransportType@@UBE?AW4Comparison@PObject@@ABV3@@Z @6280 NONAME ?CompareObjectMemoryDirect@H245_MediaTransportType_atm_AAL5_compressed@@UBE?AW4Comparison@PObject@@ABV3@@Z @17516 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @6281 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @6282 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @44439 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @44440 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand_type_lostPartialPicture@@UBE?AW4Comparison@PObject@@ABV3@@Z @17517 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBE?AW4Comparison@PObject@@ABV3@@Z @6283 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@UBE?AW4Comparison@PObject@@ABV3@@Z @6284 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand_type_videoBadMBs@@UBE?AW4Comparison@PObject@@ABV3@@Z @17518 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBE?AW4Comparison@PObject@@ABV3@@Z @6285 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBE?AW4Comparison@PObject@@ABV3@@Z @6286 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @6287 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousIndication_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @6288 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBE?AW4Comparison@PObject@@ABV3@@Z @6289 NONAME ?CompareObjectMemoryDirect@H245_MobileMultilinkReconfigurationCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @17519 NONAME ?CompareObjectMemoryDirect@H245_MobileMultilinkReconfigurationCommand_status@@UBE?AW4Comparison@PObject@@ABV3@@Z @17520 NONAME ?CompareObjectMemoryDirect@H245_MobileMultilinkReconfigurationIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @17521 NONAME ?CompareObjectMemoryDirect@H245_ModeDescription@@UBE?AW4Comparison@PObject@@ABV3@@Z @6290 NONAME ?CompareObjectMemoryDirect@H245_ModeElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @6291 NONAME ?CompareObjectMemoryDirect@H245_ModeElementType@@UBE?AW4Comparison@PObject@@ABV3@@Z @27033 NONAME ?CompareObjectMemoryDirect@H245_MulticastAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @6293 NONAME ?CompareObjectMemoryDirect@H245_MulticastAddress_iP6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @6294 NONAME ?CompareObjectMemoryDirect@H245_MulticastAddress_iPAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @6295 NONAME ?CompareObjectMemoryDirect@H245_MultilinkIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @17522 NONAME ?CompareObjectMemoryDirect@H245_MultilinkIndication_crcDesired@@UBE?AW4Comparison@PObject@@ABV3@@Z @17523 NONAME ?CompareObjectMemoryDirect@H245_MultilinkIndication_excessiveError@@UBE?AW4Comparison@PObject@@ABV3@@Z @17524 NONAME ?CompareObjectMemoryDirect@H245_MultilinkRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @17525 NONAME ?CompareObjectMemoryDirect@H245_MultilinkRequest_addConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @17526 NONAME ?CompareObjectMemoryDirect@H245_MultilinkRequest_callInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @17527 NONAME ?CompareObjectMemoryDirect@H245_MultilinkRequest_maximumHeaderInterval@@UBE?AW4Comparison@PObject@@ABV3@@Z @17528 NONAME ?CompareObjectMemoryDirect@H245_MultilinkRequest_maximumHeaderInterval_requestType@@UBE?AW4Comparison@PObject@@ABV3@@Z @17529 NONAME ?CompareObjectMemoryDirect@H245_MultilinkRequest_removeConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @17530 NONAME ?CompareObjectMemoryDirect@H245_MultilinkResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @17531 NONAME ?CompareObjectMemoryDirect@H245_MultilinkResponse_addConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @17532 NONAME ?CompareObjectMemoryDirect@H245_MultilinkResponse_addConnection_responseCode@@UBE?AW4Comparison@PObject@@ABV3@@Z @17533 NONAME ?CompareObjectMemoryDirect@H245_MultilinkResponse_addConnection_responseCode_rejected@@UBE?AW4Comparison@PObject@@ABV3@@Z @17534 NONAME ?CompareObjectMemoryDirect@H245_MultilinkResponse_callInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @17535 NONAME ?CompareObjectMemoryDirect@H245_MultilinkResponse_maximumHeaderInterval@@UBE?AW4Comparison@PObject@@ABV3@@Z @17536 NONAME ?CompareObjectMemoryDirect@H245_MultilinkResponse_removeConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @17537 NONAME ?CompareObjectMemoryDirect@H245_MultimediaSystemControlMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @6296 NONAME ?CompareObjectMemoryDirect@H245_MultiplePayloadStream@@UBE?AW4Comparison@PObject@@ABV3@@Z @27034 NONAME ?CompareObjectMemoryDirect@H245_MultiplePayloadStreamCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @27035 NONAME ?CompareObjectMemoryDirect@H245_MultiplePayloadStreamElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @27036 NONAME ?CompareObjectMemoryDirect@H245_MultiplePayloadStreamElementMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @27037 NONAME ?CompareObjectMemoryDirect@H245_MultiplePayloadStreamMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @27038 NONAME ?CompareObjectMemoryDirect@H245_MultiplexCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6297 NONAME ?CompareObjectMemoryDirect@H245_MultiplexedStreamCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @17538 NONAME ?CompareObjectMemoryDirect@H245_MultiplexedStreamModeParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @17539 NONAME ?CompareObjectMemoryDirect@H245_MultiplexedStreamParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @17540 NONAME ?CompareObjectMemoryDirect@H245_MultiplexElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @6298 NONAME ?CompareObjectMemoryDirect@H245_MultiplexElement_repeatCount@@UBE?AW4Comparison@PObject@@ABV3@@Z @6299 NONAME ?CompareObjectMemoryDirect@H245_MultiplexElement_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @6300 NONAME ?CompareObjectMemoryDirect@H245_MultiplexEntryDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @6301 NONAME ?CompareObjectMemoryDirect@H245_MultiplexEntryRejectionDescriptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @6302 NONAME ?CompareObjectMemoryDirect@H245_MultiplexEntryRejectionDescriptions_cause@@UBE?AW4Comparison@PObject@@ABV3@@Z @6303 NONAME ?CompareObjectMemoryDirect@H245_MultiplexEntrySend@@UBE?AW4Comparison@PObject@@ABV3@@Z @6304 NONAME ?CompareObjectMemoryDirect@H245_MultiplexEntrySendAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @6305 NONAME ?CompareObjectMemoryDirect@H245_MultiplexEntrySendReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @6306 NONAME ?CompareObjectMemoryDirect@H245_MultiplexEntrySendRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @6307 NONAME ?CompareObjectMemoryDirect@H245_MultiplexFormat@@UBE?AW4Comparison@PObject@@ABV3@@Z @17541 NONAME ?CompareObjectMemoryDirect@H245_MultiplexTableEntryNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @6308 NONAME ?CompareObjectMemoryDirect@H245_MultipointCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6309 NONAME ?CompareObjectMemoryDirect@H245_NetworkAccessParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6310 NONAME ?CompareObjectMemoryDirect@H245_NetworkAccessParameters_distribution@@UBE?AW4Comparison@PObject@@ABV3@@Z @6311 NONAME ?CompareObjectMemoryDirect@H245_NetworkAccessParameters_networkAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @6312 NONAME ?CompareObjectMemoryDirect@H245_NetworkAccessParameters_t120SetupProcedure@@UBE?AW4Comparison@PObject@@ABV3@@Z @6313 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @17542 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCCommand_aal@@UBE?AW4Comparison@PObject@@ABV3@@Z @17543 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCCommand_aal_aal1@@UBE?AW4Comparison@PObject@@ABV3@@Z @17544 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCCommand_aal_aal1_clockRecovery@@UBE?AW4Comparison@PObject@@ABV3@@Z @17545 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCCommand_aal_aal1_errorCorrection@@UBE?AW4Comparison@PObject@@ABV3@@Z @17546 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCCommand_aal_aal5@@UBE?AW4Comparison@PObject@@ABV3@@Z @17547 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCCommand_multiplex@@UBE?AW4Comparison@PObject@@ABV3@@Z @17548 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCCommand_reverseParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @17549 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCCommand_reverseParameters_multiplex@@UBE?AW4Comparison@PObject@@ABV3@@Z @17550 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @6314 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCIndication_aal@@UBE?AW4Comparison@PObject@@ABV3@@Z @6315 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCIndication_aal_aal1@@UBE?AW4Comparison@PObject@@ABV3@@Z @6316 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCIndication_aal_aal1_clockRecovery@@UBE?AW4Comparison@PObject@@ABV3@@Z @6317 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCIndication_aal_aal1_errorCorrection@@UBE?AW4Comparison@PObject@@ABV3@@Z @6318 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCIndication_aal_aal5@@UBE?AW4Comparison@PObject@@ABV3@@Z @6319 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCIndication_multiplex@@UBE?AW4Comparison@PObject@@ABV3@@Z @6320 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCIndication_reverseParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6321 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCIndication_reverseParameters_multiplex@@UBE?AW4Comparison@PObject@@ABV3@@Z @6322 NONAME ?CompareObjectMemoryDirect@H245_NonStandardIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @6323 NONAME ?CompareObjectMemoryDirect@H245_NonStandardIdentifier_h221NonStandard@@UBE?AW4Comparison@PObject@@ABV3@@Z @6324 NONAME ?CompareObjectMemoryDirect@H245_NonStandardMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @6325 NONAME ?CompareObjectMemoryDirect@H245_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @6326 NONAME ?CompareObjectMemoryDirect@H245_NoPTAudioTelephonyEventCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @27039 NONAME ?CompareObjectMemoryDirect@H245_NoPTAudioToneCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @27040 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @6327 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannelAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @6328 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6329 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6330 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6331 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannelConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @6332 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannelReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @6333 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannelReject_cause@@UBE?AW4Comparison@PObject@@ABV3@@Z @6334 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6335 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6336 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6337 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6338 NONAME ?CompareObjectMemoryDirect@H245_ParameterIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @17551 NONAME ?CompareObjectMemoryDirect@H245_ParameterValue@@UBE?AW4Comparison@PObject@@ABV3@@Z @17552 NONAME ?CompareObjectMemoryDirect@H245_Params@@UBE?AW4Comparison@PObject@@ABV3@@Z @44441 NONAME ?CompareObjectMemoryDirect@H245_Password@@UBE?AW4Comparison@PObject@@ABV3@@Z @6339 NONAME ?CompareObjectMemoryDirect@H245_PictureReference@@UBE?AW4Comparison@PObject@@ABV3@@Z @17553 NONAME ?CompareObjectMemoryDirect@H245_Q2931Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @6340 NONAME ?CompareObjectMemoryDirect@H245_Q2931Address_address@@UBE?AW4Comparison@PObject@@ABV3@@Z @6341 NONAME ?CompareObjectMemoryDirect@H245_QOSCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6342 NONAME ?CompareObjectMemoryDirect@H245_QOSMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6343 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncoding@@UBE?AW4Comparison@PObject@@ABV3@@Z @6344 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncodingCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6345 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncodingDTMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @27041 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncodingDTModeElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @27042 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncodingDTModeElement_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @27043 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncodingElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @27044 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncodingMethod@@UBE?AW4Comparison@PObject@@ABV3@@Z @6346 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncodingMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6347 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncodingMode_secondaryEncoding@@UBE?AW4Comparison@PObject@@ABV3@@Z @6348 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBE?AW4Comparison@PObject@@ABV3@@Z @27045 NONAME ?CompareObjectMemoryDirect@H245_RefPictureSelection@@UBE?AW4Comparison@PObject@@ABV3@@Z @6349 NONAME ?CompareObjectMemoryDirect@H245_RefPictureSelection_additionalPictureMemory@@UBE?AW4Comparison@PObject@@ABV3@@Z @6350 NONAME ?CompareObjectMemoryDirect@H245_RefPictureSelection_enhancedReferencePicSelect@@UBE?AW4Comparison@PObject@@ABV3@@Z @17554 NONAME ?CompareObjectMemoryDirect@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @17555 NONAME ?CompareObjectMemoryDirect@H245_RefPictureSelection_videoBackChannelSend@@UBE?AW4Comparison@PObject@@ABV3@@Z @6351 NONAME ?CompareObjectMemoryDirect@H245_RemoteMCRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @6352 NONAME ?CompareObjectMemoryDirect@H245_RemoteMCResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @6353 NONAME ?CompareObjectMemoryDirect@H245_RemoteMCResponse_reject@@UBE?AW4Comparison@PObject@@ABV3@@Z @6354 NONAME ?CompareObjectMemoryDirect@H245_RequestAllTerminalIDsResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @6355 NONAME ?CompareObjectMemoryDirect@H245_RequestChannelClose@@UBE?AW4Comparison@PObject@@ABV3@@Z @6356 NONAME ?CompareObjectMemoryDirect@H245_RequestChannelCloseAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @6357 NONAME ?CompareObjectMemoryDirect@H245_RequestChannelCloseReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @6358 NONAME ?CompareObjectMemoryDirect@H245_RequestChannelCloseReject_cause@@UBE?AW4Comparison@PObject@@ABV3@@Z @6359 NONAME ?CompareObjectMemoryDirect@H245_RequestChannelCloseRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @6360 NONAME ?CompareObjectMemoryDirect@H245_RequestChannelClose_reason@@UBE?AW4Comparison@PObject@@ABV3@@Z @6361 NONAME ?CompareObjectMemoryDirect@H245_RequestMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @6362 NONAME ?CompareObjectMemoryDirect@H245_RequestMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6363 NONAME ?CompareObjectMemoryDirect@H245_RequestModeAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @6364 NONAME ?CompareObjectMemoryDirect@H245_RequestModeAck_response@@UBE?AW4Comparison@PObject@@ABV3@@Z @6365 NONAME ?CompareObjectMemoryDirect@H245_RequestModeReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @6366 NONAME ?CompareObjectMemoryDirect@H245_RequestModeReject_cause@@UBE?AW4Comparison@PObject@@ABV3@@Z @6367 NONAME ?CompareObjectMemoryDirect@H245_RequestModeRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @6368 NONAME ?CompareObjectMemoryDirect@H245_RequestMultiplexEntry@@UBE?AW4Comparison@PObject@@ABV3@@Z @6369 NONAME ?CompareObjectMemoryDirect@H245_RequestMultiplexEntryAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @6370 NONAME ?CompareObjectMemoryDirect@H245_RequestMultiplexEntryReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @6371 NONAME ?CompareObjectMemoryDirect@H245_RequestMultiplexEntryRejectionDescriptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @6372 NONAME ?CompareObjectMemoryDirect@H245_RequestMultiplexEntryRejectionDescriptions_cause@@UBE?AW4Comparison@PObject@@ABV3@@Z @6373 NONAME ?CompareObjectMemoryDirect@H245_RequestMultiplexEntryRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @6374 NONAME ?CompareObjectMemoryDirect@H245_ResponseMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @6375 NONAME ?CompareObjectMemoryDirect@H245_RoundTripDelayRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @6376 NONAME ?CompareObjectMemoryDirect@H245_RoundTripDelayResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @6377 NONAME ?CompareObjectMemoryDirect@H245_RSVPParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6378 NONAME ?CompareObjectMemoryDirect@H245_RTPH263VideoRedundancyEncoding@@UBE?AW4Comparison@PObject@@ABV3@@Z @6379 NONAME ?CompareObjectMemoryDirect@H245_RTPH263VideoRedundancyEncoding_containedThreads@@UBE?AW4Comparison@PObject@@ABV3@@Z @6380 NONAME ?CompareObjectMemoryDirect@H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@UBE?AW4Comparison@PObject@@ABV3@@Z @6381 NONAME ?CompareObjectMemoryDirect@H245_RTPH263VideoRedundancyFrameMapping@@UBE?AW4Comparison@PObject@@ABV3@@Z @6382 NONAME ?CompareObjectMemoryDirect@H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@UBE?AW4Comparison@PObject@@ABV3@@Z @6383 NONAME ?CompareObjectMemoryDirect@H245_RTPPayloadType@@UBE?AW4Comparison@PObject@@ABV3@@Z @6384 NONAME ?CompareObjectMemoryDirect@H245_RTPPayloadType_payloadDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @6385 NONAME ?CompareObjectMemoryDirect@H245_SendTerminalCapabilitySet@@UBE?AW4Comparison@PObject@@ABV3@@Z @6386 NONAME ?CompareObjectMemoryDirect@H245_SendTerminalCapabilitySet_specificRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @6387 NONAME ?CompareObjectMemoryDirect@H245_SequenceNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @6388 NONAME ?CompareObjectMemoryDirect@H245_SubstituteConferenceIDCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @6389 NONAME ?CompareObjectMemoryDirect@H245_T38FaxProfile@@UBE?AW4Comparison@PObject@@ABV3@@Z @17556 NONAME ?CompareObjectMemoryDirect@H245_T38FaxRateManagement@@UBE?AW4Comparison@PObject@@ABV3@@Z @17557 NONAME ?CompareObjectMemoryDirect@H245_T38FaxTcpOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @17558 NONAME ?CompareObjectMemoryDirect@H245_T38FaxUdpOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @17559 NONAME ?CompareObjectMemoryDirect@H245_T38FaxUdpOptions_t38FaxUdpEC@@UBE?AW4Comparison@PObject@@ABV3@@Z @17560 NONAME ?CompareObjectMemoryDirect@H245_T84Profile@@UBE?AW4Comparison@PObject@@ABV3@@Z @6390 NONAME ?CompareObjectMemoryDirect@H245_T84Profile_t84Restricted@@UBE?AW4Comparison@PObject@@ABV3@@Z @6391 NONAME ?CompareObjectMemoryDirect@H245_TerminalCapabilitySet@@UBE?AW4Comparison@PObject@@ABV3@@Z @6392 NONAME ?CompareObjectMemoryDirect@H245_TerminalCapabilitySetAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @6393 NONAME ?CompareObjectMemoryDirect@H245_TerminalCapabilitySetReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @6394 NONAME ?CompareObjectMemoryDirect@H245_TerminalCapabilitySetReject_cause@@UBE?AW4Comparison@PObject@@ABV3@@Z @6395 NONAME ?CompareObjectMemoryDirect@H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@UBE?AW4Comparison@PObject@@ABV3@@Z @6396 NONAME ?CompareObjectMemoryDirect@H245_TerminalCapabilitySetRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @6397 NONAME ?CompareObjectMemoryDirect@H245_TerminalID@@UBE?AW4Comparison@PObject@@ABV3@@Z @6398 NONAME ?CompareObjectMemoryDirect@H245_TerminalInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @6399 NONAME ?CompareObjectMemoryDirect@H245_TerminalLabel@@UBE?AW4Comparison@PObject@@ABV3@@Z @6400 NONAME ?CompareObjectMemoryDirect@H245_TerminalNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @6401 NONAME ?CompareObjectMemoryDirect@H245_TerminalYouAreSeeingInSubPictureNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @6402 NONAME ?CompareObjectMemoryDirect@H245_TransparencyParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6403 NONAME ?CompareObjectMemoryDirect@H245_TransportAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @6404 NONAME ?CompareObjectMemoryDirect@H245_TransportCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6405 NONAME ?CompareObjectMemoryDirect@H245_UnicastAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @6406 NONAME ?CompareObjectMemoryDirect@H245_UnicastAddress_iP6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @6407 NONAME ?CompareObjectMemoryDirect@H245_UnicastAddress_iPAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @6408 NONAME ?CompareObjectMemoryDirect@H245_UnicastAddress_iPSourceRouteAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @6409 NONAME ?CompareObjectMemoryDirect@H245_UnicastAddress_iPSourceRouteAddress_route@@UBE?AW4Comparison@PObject@@ABV3@@Z @6410 NONAME ?CompareObjectMemoryDirect@H245_UnicastAddress_iPSourceRouteAddress_routing@@UBE?AW4Comparison@PObject@@ABV3@@Z @6411 NONAME ?CompareObjectMemoryDirect@H245_UnicastAddress_iPXAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @6412 NONAME ?CompareObjectMemoryDirect@H245_UserInputCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6413 NONAME ?CompareObjectMemoryDirect@H245_UserInputIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @6414 NONAME ?CompareObjectMemoryDirect@H245_UserInputIndication_encryptedAlphanumeric@@UBE?AW4Comparison@PObject@@ABV3@@Z @44442 NONAME ?CompareObjectMemoryDirect@H245_UserInputIndication_extendedAlphanumeric@@UBE?AW4Comparison@PObject@@ABV3@@Z @17561 NONAME ?CompareObjectMemoryDirect@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBE?AW4Comparison@PObject@@ABV3@@Z @44443 NONAME ?CompareObjectMemoryDirect@H245_UserInputIndication_signal@@UBE?AW4Comparison@PObject@@ABV3@@Z @6415 NONAME ?CompareObjectMemoryDirect@H245_UserInputIndication_signalUpdate@@UBE?AW4Comparison@PObject@@ABV3@@Z @6416 NONAME ?CompareObjectMemoryDirect@H245_UserInputIndication_signalUpdate_rtp@@UBE?AW4Comparison@PObject@@ABV3@@Z @6417 NONAME ?CompareObjectMemoryDirect@H245_UserInputIndication_signal_rtp@@UBE?AW4Comparison@PObject@@ABV3@@Z @6418 NONAME ?CompareObjectMemoryDirect@H245_UserInputIndication_userInputSupportIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @6419 NONAME ?CompareObjectMemoryDirect@H245_V42bis@@UBE?AW4Comparison@PObject@@ABV3@@Z @6420 NONAME ?CompareObjectMemoryDirect@H245_V75Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6421 NONAME ?CompareObjectMemoryDirect@H245_V75Parameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6422 NONAME ?CompareObjectMemoryDirect@H245_V76Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6423 NONAME ?CompareObjectMemoryDirect@H245_V76HDLCParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6424 NONAME ?CompareObjectMemoryDirect@H245_V76LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6425 NONAME ?CompareObjectMemoryDirect@H245_V76LogicalChannelParameters_mode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6426 NONAME ?CompareObjectMemoryDirect@H245_V76LogicalChannelParameters_mode_eRM@@UBE?AW4Comparison@PObject@@ABV3@@Z @6427 NONAME ?CompareObjectMemoryDirect@H245_V76LogicalChannelParameters_mode_eRM_recovery@@UBE?AW4Comparison@PObject@@ABV3@@Z @6428 NONAME ?CompareObjectMemoryDirect@H245_V76LogicalChannelParameters_suspendResume@@UBE?AW4Comparison@PObject@@ABV3@@Z @6429 NONAME ?CompareObjectMemoryDirect@H245_V76ModeParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6430 NONAME ?CompareObjectMemoryDirect@H245_VBDCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @27046 NONAME ?CompareObjectMemoryDirect@H245_VBDMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @27047 NONAME ?CompareObjectMemoryDirect@H245_VCCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6431 NONAME ?CompareObjectMemoryDirect@H245_VCCapability_aal1@@UBE?AW4Comparison@PObject@@ABV3@@Z @6432 NONAME ?CompareObjectMemoryDirect@H245_VCCapability_aal1ViaGateway@@UBE?AW4Comparison@PObject@@ABV3@@Z @17562 NONAME ?CompareObjectMemoryDirect@H245_VCCapability_aal5@@UBE?AW4Comparison@PObject@@ABV3@@Z @6433 NONAME ?CompareObjectMemoryDirect@H245_VCCapability_availableBitRates@@UBE?AW4Comparison@PObject@@ABV3@@Z @6434 NONAME ?CompareObjectMemoryDirect@H245_VCCapability_availableBitRates_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @6435 NONAME ?CompareObjectMemoryDirect@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBE?AW4Comparison@PObject@@ABV3@@Z @6436 NONAME ?CompareObjectMemoryDirect@H245_VendorIdentification@@UBE?AW4Comparison@PObject@@ABV3@@Z @6437 NONAME ?CompareObjectMemoryDirect@H245_VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6438 NONAME ?CompareObjectMemoryDirect@H245_VideoIndicateCompose@@UBE?AW4Comparison@PObject@@ABV3@@Z @6439 NONAME ?CompareObjectMemoryDirect@H245_VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6440 NONAME ?CompareObjectMemoryDirect@H248_ActionReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @22617 NONAME ?CompareObjectMemoryDirect@H248_ActionRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22618 NONAME ?CompareObjectMemoryDirect@H248_AmmDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22619 NONAME ?CompareObjectMemoryDirect@H248_AmmRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22620 NONAME ?CompareObjectMemoryDirect@H248_AmmsReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @22621 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_ActionReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @22622 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_ActionRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22623 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_AmmDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22624 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_CommandReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @22625 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_CommandRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22626 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_EventParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @22627 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_IndAuditParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @22628 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_IndAudPropertyParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @22629 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_IndAudStreamDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22630 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_ModemType@@UBE?AW4Comparison@PObject@@ABV3@@Z @22631 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_ObservedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @22632 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_PASN_OctetString@@UBE?AW4Comparison@PObject@@ABV3@@Z @22633 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_PropertyGroup@@UBE?AW4Comparison@PObject@@ABV3@@Z @22634 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_PropertyParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @22635 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_RequestedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @22636 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_SecondRequestedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @22637 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_Signal@@UBE?AW4Comparison@PObject@@ABV3@@Z @22638 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_SigParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @22639 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_StreamDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22640 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_TerminationID@@UBE?AW4Comparison@PObject@@ABV3@@Z @22641 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_TopologyRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22642 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_Transaction@@UBE?AW4Comparison@PObject@@ABV3@@Z @22643 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_WildcardField@@UBE?AW4Comparison@PObject@@ABV3@@Z @22644 NONAME ?CompareObjectMemoryDirect@H248_AuditDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22645 NONAME ?CompareObjectMemoryDirect@H248_AuditReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @22646 NONAME ?CompareObjectMemoryDirect@H248_AuditRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22647 NONAME ?CompareObjectMemoryDirect@H248_AuditResult@@UBE?AW4Comparison@PObject@@ABV3@@Z @22648 NONAME ?CompareObjectMemoryDirect@H248_AuditReturnParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @22649 NONAME ?CompareObjectMemoryDirect@H248_AuthData@@UBE?AW4Comparison@PObject@@ABV3@@Z @22650 NONAME ?CompareObjectMemoryDirect@H248_AuthenticationHeader@@UBE?AW4Comparison@PObject@@ABV3@@Z @22651 NONAME ?CompareObjectMemoryDirect@H248_Command@@UBE?AW4Comparison@PObject@@ABV3@@Z @22652 NONAME ?CompareObjectMemoryDirect@H248_CommandReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @22653 NONAME ?CompareObjectMemoryDirect@H248_CommandRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22654 NONAME ?CompareObjectMemoryDirect@H248_ContextAttrAuditRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22655 NONAME ?CompareObjectMemoryDirect@H248_ContextID@@UBE?AW4Comparison@PObject@@ABV3@@Z @22656 NONAME ?CompareObjectMemoryDirect@H248_ContextRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22657 NONAME ?CompareObjectMemoryDirect@H248_DigitMapDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22658 NONAME ?CompareObjectMemoryDirect@H248_DigitMapName@@UBE?AW4Comparison@PObject@@ABV3@@Z @22659 NONAME ?CompareObjectMemoryDirect@H248_DigitMapValue@@UBE?AW4Comparison@PObject@@ABV3@@Z @22660 NONAME ?CompareObjectMemoryDirect@H248_DomainName@@UBE?AW4Comparison@PObject@@ABV3@@Z @22661 NONAME ?CompareObjectMemoryDirect@H248_ErrorCode@@UBE?AW4Comparison@PObject@@ABV3@@Z @22662 NONAME ?CompareObjectMemoryDirect@H248_ErrorDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22663 NONAME ?CompareObjectMemoryDirect@H248_ErrorText@@UBE?AW4Comparison@PObject@@ABV3@@Z @22664 NONAME ?CompareObjectMemoryDirect@H248_EventBufferControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @22665 NONAME ?CompareObjectMemoryDirect@H248_EventBufferDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22666 NONAME ?CompareObjectMemoryDirect@H248_EventDM@@UBE?AW4Comparison@PObject@@ABV3@@Z @22667 NONAME ?CompareObjectMemoryDirect@H248_EventName@@UBE?AW4Comparison@PObject@@ABV3@@Z @22668 NONAME ?CompareObjectMemoryDirect@H248_EventParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @22669 NONAME ?CompareObjectMemoryDirect@H248_EventParameter_extraInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @22670 NONAME ?CompareObjectMemoryDirect@H248_EventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22671 NONAME ?CompareObjectMemoryDirect@H248_EventSpec@@UBE?AW4Comparison@PObject@@ABV3@@Z @22672 NONAME ?CompareObjectMemoryDirect@H248_H221NonStandard@@UBE?AW4Comparison@PObject@@ABV3@@Z @22673 NONAME ?CompareObjectMemoryDirect@H248_IndAudDigitMapDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22674 NONAME ?CompareObjectMemoryDirect@H248_IndAudEventBufferDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22675 NONAME ?CompareObjectMemoryDirect@H248_IndAudEventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22676 NONAME ?CompareObjectMemoryDirect@H248_IndAuditParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @22677 NONAME ?CompareObjectMemoryDirect@H248_IndAudLocalControlDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22678 NONAME ?CompareObjectMemoryDirect@H248_IndAudLocalRemoteDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22679 NONAME ?CompareObjectMemoryDirect@H248_IndAudMediaDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22680 NONAME ?CompareObjectMemoryDirect@H248_IndAudMediaDescriptor_streams@@UBE?AW4Comparison@PObject@@ABV3@@Z @22681 NONAME ?CompareObjectMemoryDirect@H248_IndAudPackagesDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22682 NONAME ?CompareObjectMemoryDirect@H248_IndAudPropertyGroup@@UBE?AW4Comparison@PObject@@ABV3@@Z @22683 NONAME ?CompareObjectMemoryDirect@H248_IndAudPropertyParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @22684 NONAME ?CompareObjectMemoryDirect@H248_IndAudSeqSigList@@UBE?AW4Comparison@PObject@@ABV3@@Z @22685 NONAME ?CompareObjectMemoryDirect@H248_IndAudSignal@@UBE?AW4Comparison@PObject@@ABV3@@Z @22686 NONAME ?CompareObjectMemoryDirect@H248_IndAudSignalsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22687 NONAME ?CompareObjectMemoryDirect@H248_IndAudStatisticsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22688 NONAME ?CompareObjectMemoryDirect@H248_IndAudStreamDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22689 NONAME ?CompareObjectMemoryDirect@H248_IndAudStreamParms@@UBE?AW4Comparison@PObject@@ABV3@@Z @22690 NONAME ?CompareObjectMemoryDirect@H248_IndAudTerminationStateDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22691 NONAME ?CompareObjectMemoryDirect@H248_IP4Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @22692 NONAME ?CompareObjectMemoryDirect@H248_IP6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @22693 NONAME ?CompareObjectMemoryDirect@H248_LocalControlDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22694 NONAME ?CompareObjectMemoryDirect@H248_LocalRemoteDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22695 NONAME ?CompareObjectMemoryDirect@H248_MediaDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22696 NONAME ?CompareObjectMemoryDirect@H248_MediaDescriptor_streams@@UBE?AW4Comparison@PObject@@ABV3@@Z @22697 NONAME ?CompareObjectMemoryDirect@H248_MegacoMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @22698 NONAME ?CompareObjectMemoryDirect@H248_Message@@UBE?AW4Comparison@PObject@@ABV3@@Z @22699 NONAME ?CompareObjectMemoryDirect@H248_Message_messageBody@@UBE?AW4Comparison@PObject@@ABV3@@Z @22700 NONAME ?CompareObjectMemoryDirect@H248_MId@@UBE?AW4Comparison@PObject@@ABV3@@Z @22701 NONAME ?CompareObjectMemoryDirect@H248_ModemDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22702 NONAME ?CompareObjectMemoryDirect@H248_ModemType@@UBE?AW4Comparison@PObject@@ABV3@@Z @22703 NONAME ?CompareObjectMemoryDirect@H248_MuxDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22704 NONAME ?CompareObjectMemoryDirect@H248_MuxType@@UBE?AW4Comparison@PObject@@ABV3@@Z @22705 NONAME ?CompareObjectMemoryDirect@H248_Name@@UBE?AW4Comparison@PObject@@ABV3@@Z @22706 NONAME ?CompareObjectMemoryDirect@H248_NonStandardData@@UBE?AW4Comparison@PObject@@ABV3@@Z @22707 NONAME ?CompareObjectMemoryDirect@H248_NonStandardIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @22708 NONAME ?CompareObjectMemoryDirect@H248_NotifyCompletion@@UBE?AW4Comparison@PObject@@ABV3@@Z @22709 NONAME ?CompareObjectMemoryDirect@H248_NotifyReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @22710 NONAME ?CompareObjectMemoryDirect@H248_NotifyRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22711 NONAME ?CompareObjectMemoryDirect@H248_ObservedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @22712 NONAME ?CompareObjectMemoryDirect@H248_ObservedEventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22713 NONAME ?CompareObjectMemoryDirect@H248_PackagesDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22714 NONAME ?CompareObjectMemoryDirect@H248_PackagesItem@@UBE?AW4Comparison@PObject@@ABV3@@Z @22715 NONAME ?CompareObjectMemoryDirect@H248_PathName@@UBE?AW4Comparison@PObject@@ABV3@@Z @22716 NONAME ?CompareObjectMemoryDirect@H248_PkgdName@@UBE?AW4Comparison@PObject@@ABV3@@Z @22717 NONAME ?CompareObjectMemoryDirect@H248_PropertyGroup@@UBE?AW4Comparison@PObject@@ABV3@@Z @22718 NONAME ?CompareObjectMemoryDirect@H248_PropertyParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @22719 NONAME ?CompareObjectMemoryDirect@H248_PropertyParm_extraInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @22720 NONAME ?CompareObjectMemoryDirect@H248_Relation@@UBE?AW4Comparison@PObject@@ABV3@@Z @22721 NONAME ?CompareObjectMemoryDirect@H248_RequestedActions@@UBE?AW4Comparison@PObject@@ABV3@@Z @22722 NONAME ?CompareObjectMemoryDirect@H248_RequestedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @22723 NONAME ?CompareObjectMemoryDirect@H248_RequestID@@UBE?AW4Comparison@PObject@@ABV3@@Z @22724 NONAME ?CompareObjectMemoryDirect@H248_SecondEventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22725 NONAME ?CompareObjectMemoryDirect@H248_SecondRequestedActions@@UBE?AW4Comparison@PObject@@ABV3@@Z @22726 NONAME ?CompareObjectMemoryDirect@H248_SecondRequestedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @22727 NONAME ?CompareObjectMemoryDirect@H248_SecurityParmIndex@@UBE?AW4Comparison@PObject@@ABV3@@Z @22728 NONAME ?CompareObjectMemoryDirect@H248_SeqSigList@@UBE?AW4Comparison@PObject@@ABV3@@Z @22729 NONAME ?CompareObjectMemoryDirect@H248_SequenceNum@@UBE?AW4Comparison@PObject@@ABV3@@Z @22730 NONAME ?CompareObjectMemoryDirect@H248_ServiceChangeAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @22731 NONAME ?CompareObjectMemoryDirect@H248_ServiceChangeMethod@@UBE?AW4Comparison@PObject@@ABV3@@Z @22732 NONAME ?CompareObjectMemoryDirect@H248_ServiceChangeParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @22733 NONAME ?CompareObjectMemoryDirect@H248_ServiceChangeProfile@@UBE?AW4Comparison@PObject@@ABV3@@Z @22734 NONAME ?CompareObjectMemoryDirect@H248_ServiceChangeReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @22735 NONAME ?CompareObjectMemoryDirect@H248_ServiceChangeRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22736 NONAME ?CompareObjectMemoryDirect@H248_ServiceChangeResParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @22737 NONAME ?CompareObjectMemoryDirect@H248_ServiceChangeResult@@UBE?AW4Comparison@PObject@@ABV3@@Z @22738 NONAME ?CompareObjectMemoryDirect@H248_ServiceState@@UBE?AW4Comparison@PObject@@ABV3@@Z @22739 NONAME ?CompareObjectMemoryDirect@H248_Signal@@UBE?AW4Comparison@PObject@@ABV3@@Z @22740 NONAME ?CompareObjectMemoryDirect@H248_SignalName@@UBE?AW4Comparison@PObject@@ABV3@@Z @22741 NONAME ?CompareObjectMemoryDirect@H248_SignalRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22742 NONAME ?CompareObjectMemoryDirect@H248_SignalsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22743 NONAME ?CompareObjectMemoryDirect@H248_SignalType@@UBE?AW4Comparison@PObject@@ABV3@@Z @22744 NONAME ?CompareObjectMemoryDirect@H248_SigParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @22745 NONAME ?CompareObjectMemoryDirect@H248_SigParameter_extraInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @22746 NONAME ?CompareObjectMemoryDirect@H248_StatisticsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22747 NONAME ?CompareObjectMemoryDirect@H248_StatisticsParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @22748 NONAME ?CompareObjectMemoryDirect@H248_StreamDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22749 NONAME ?CompareObjectMemoryDirect@H248_StreamID@@UBE?AW4Comparison@PObject@@ABV3@@Z @22750 NONAME ?CompareObjectMemoryDirect@H248_StreamMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @22751 NONAME ?CompareObjectMemoryDirect@H248_StreamParms@@UBE?AW4Comparison@PObject@@ABV3@@Z @22752 NONAME ?CompareObjectMemoryDirect@H248_SubtractRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22753 NONAME ?CompareObjectMemoryDirect@H248_TerminationAudit@@UBE?AW4Comparison@PObject@@ABV3@@Z @22754 NONAME ?CompareObjectMemoryDirect@H248_TerminationID@@UBE?AW4Comparison@PObject@@ABV3@@Z @22755 NONAME ?CompareObjectMemoryDirect@H248_TerminationIDList@@UBE?AW4Comparison@PObject@@ABV3@@Z @22756 NONAME ?CompareObjectMemoryDirect@H248_TerminationStateDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22757 NONAME ?CompareObjectMemoryDirect@H248_TimeNotation@@UBE?AW4Comparison@PObject@@ABV3@@Z @22758 NONAME ?CompareObjectMemoryDirect@H248_TopologyRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22759 NONAME ?CompareObjectMemoryDirect@H248_TopologyRequest_topologyDirection@@UBE?AW4Comparison@PObject@@ABV3@@Z @22760 NONAME ?CompareObjectMemoryDirect@H248_Transaction@@UBE?AW4Comparison@PObject@@ABV3@@Z @22761 NONAME ?CompareObjectMemoryDirect@H248_TransactionAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @22762 NONAME ?CompareObjectMemoryDirect@H248_TransactionId@@UBE?AW4Comparison@PObject@@ABV3@@Z @22763 NONAME ?CompareObjectMemoryDirect@H248_TransactionPending@@UBE?AW4Comparison@PObject@@ABV3@@Z @22764 NONAME ?CompareObjectMemoryDirect@H248_TransactionReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @22765 NONAME ?CompareObjectMemoryDirect@H248_TransactionReply_transactionResult@@UBE?AW4Comparison@PObject@@ABV3@@Z @22766 NONAME ?CompareObjectMemoryDirect@H248_TransactionRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22767 NONAME ?CompareObjectMemoryDirect@H248_TransactionResponseAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @22768 NONAME ?CompareObjectMemoryDirect@H248_Value@@UBE?AW4Comparison@PObject@@ABV3@@Z @22769 NONAME ?CompareObjectMemoryDirect@H248_WildcardField@@UBE?AW4Comparison@PObject@@ABV3@@Z @22770 NONAME ?CompareObjectMemoryDirect@H323AudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6441 NONAME ?CompareObjectMemoryDirect@H323AudioCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @6442 NONAME ?CompareObjectMemoryDirect@H323BidirectionalChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @6443 NONAME ?CompareObjectMemoryDirect@H323CallCreditServiceControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @22771 NONAME ?CompareObjectMemoryDirect@H323Capabilities@@UBE?AW4Comparison@PObject@@ABV3@@Z @12518 NONAME ?CompareObjectMemoryDirect@H323CapabilitiesSet@@UBE?AW4Comparison@PObject@@ABV3@@Z @12519 NONAME ?CompareObjectMemoryDirect@H323Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6444 NONAME ?CompareObjectMemoryDirect@H323Channel@@UBE?AW4Comparison@PObject@@ABV3@@Z @6446 NONAME ?CompareObjectMemoryDirect@H323ChannelNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @6447 NONAME ?CompareObjectMemoryDirect@H323Codec@@UBE?AW4Comparison@PObject@@ABV3@@Z @6448 NONAME ?CompareObjectMemoryDirect@H323CodecPluginGenericAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @44444 NONAME ?CompareObjectMemoryDirect@H323CodecPluginNonStandardAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @36179 NONAME ?CompareObjectMemoryDirect@H323Connection@@UBE?AW4Comparison@PObject@@ABV3@@Z @6449 NONAME ?CompareObjectMemoryDirect@H323ConnectionsCleaner@@UBE?AW4Comparison@PObject@@ABV3@@Z @6450 NONAME ?CompareObjectMemoryDirect@H323ControlPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @6451 NONAME ?CompareObjectMemoryDirect@H323DataCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6452 NONAME ?CompareObjectMemoryDirect@H323DataChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @18872 NONAME ?CompareObjectMemoryDirect@H323DynaLink@@UBE?AW4Comparison@PObject@@ABV3@@Z @37940 NONAME ?CompareObjectMemoryDirect@H323EndPoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @6453 NONAME ?CompareObjectMemoryDirect@H323FramedAudioCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @6454 NONAME ?CompareObjectMemoryDirect@H323Gatekeeper@@UBE?AW4Comparison@PObject@@ABV3@@Z @6455 NONAME ?CompareObjectMemoryDirect@H323GatekeeperARQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @19779 NONAME ?CompareObjectMemoryDirect@H323GatekeeperBRQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @19780 NONAME ?CompareObjectMemoryDirect@H323GatekeeperCall@@UBE?AW4Comparison@PObject@@ABV3@@Z @19080 NONAME ?CompareObjectMemoryDirect@H323GatekeeperDRQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @19781 NONAME ?CompareObjectMemoryDirect@H323GatekeeperGRQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @19782 NONAME ?CompareObjectMemoryDirect@H323GatekeeperIRR@@UBE?AW4Comparison@PObject@@ABV3@@Z @20589 NONAME ?CompareObjectMemoryDirect@H323GatekeeperListener@@UBE?AW4Comparison@PObject@@ABV3@@Z @19081 NONAME ?CompareObjectMemoryDirect@H323GatekeeperLRQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @19783 NONAME ?CompareObjectMemoryDirect@H323GatekeeperRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @19784 NONAME ?CompareObjectMemoryDirect@H323GatekeeperRRQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @19785 NONAME ?CompareObjectMemoryDirect@H323GatekeeperServer@@UBE?AW4Comparison@PObject@@ABV3@@Z @19082 NONAME ?CompareObjectMemoryDirect@H323GatekeeperURQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @19786 NONAME ?CompareObjectMemoryDirect@H323GenericAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @44445 NONAME ?CompareObjectMemoryDirect@H323GenericVideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @44446 NONAME ?CompareObjectMemoryDirect@H323GSMPluginCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @36180 NONAME ?CompareObjectMemoryDirect@H323H248ServiceControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @22772 NONAME ?CompareObjectMemoryDirect@H323HTTPServiceControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @22773 NONAME ?CompareObjectMemoryDirect@H323Listener@@UBE?AW4Comparison@PObject@@ABV3@@Z @6457 NONAME ?CompareObjectMemoryDirect@H323ListenerTCP@@UBE?AW4Comparison@PObject@@ABV3@@Z @6458 NONAME ?CompareObjectMemoryDirect@H323LogicalChannelThread@@UBE?AW4Comparison@PObject@@ABV3@@Z @6459 NONAME ?CompareObjectMemoryDirect@H323NonStandardAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6460 NONAME ?CompareObjectMemoryDirect@H323NonStandardDataCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6461 NONAME ?CompareObjectMemoryDirect@H323NonStandardVideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6462 NONAME ?CompareObjectMemoryDirect@H323PeerElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @23997 NONAME ?CompareObjectMemoryDirect@H323PeerElementDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @25732 NONAME ?CompareObjectMemoryDirect@H323PeerElementServiceRelationship@@UBE?AW4Comparison@PObject@@ABV3@@Z @25733 NONAME ?CompareObjectMemoryDirect@H323PluginCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @36183 NONAME ?CompareObjectMemoryDirect@H323PluginCodecManager@@UBE?AW4Comparison@PObject@@ABV3@@Z @37996 NONAME ?CompareObjectMemoryDirect@H323PluginFramedAudioCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @37978 NONAME ?CompareObjectMemoryDirect@H323PluginG7231Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @36184 NONAME ?CompareObjectMemoryDirect@H323PluginVideoCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @36185 NONAME ?CompareObjectMemoryDirect@H323RasPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @6463 NONAME ?CompareObjectMemoryDirect@H323RealTimeCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6464 NONAME ?CompareObjectMemoryDirect@H323RegisteredEndPoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @19083 NONAME ?CompareObjectMemoryDirect@H323ServiceControlSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @22774 NONAME ?CompareObjectMemoryDirect@H323SignalPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @6465 NONAME ?CompareObjectMemoryDirect@H323SimultaneousCapabilities@@UBE?AW4Comparison@PObject@@ABV3@@Z @6466 NONAME ?CompareObjectMemoryDirect@H323StreamedAudioCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @6467 NONAME ?CompareObjectMemoryDirect@H323StreamedPluginAudioCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @37979 NONAME ?CompareObjectMemoryDirect@H323Transaction@@UBE?AW4Comparison@PObject@@ABV3@@Z @26079 NONAME ?CompareObjectMemoryDirect@H323TransactionServer@@UBE?AW4Comparison@PObject@@ABV3@@Z @23999 NONAME ?CompareObjectMemoryDirect@H323Transactor@@UBE?AW4Comparison@PObject@@ABV3@@Z @24000 NONAME ?CompareObjectMemoryDirect@H323Transport@@UBE?AW4Comparison@PObject@@ABV3@@Z @6468 NONAME ?CompareObjectMemoryDirect@H323TransportAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @6469 NONAME ?CompareObjectMemoryDirect@H323TransportAddressArray@@UBE?AW4Comparison@PObject@@ABV3@@Z @21073 NONAME ?CompareObjectMemoryDirect@H323TransportIP@@UBE?AW4Comparison@PObject@@ABV3@@Z @6470 NONAME ?CompareObjectMemoryDirect@H323TransportTCP@@UBE?AW4Comparison@PObject@@ABV3@@Z @6471 NONAME ?CompareObjectMemoryDirect@H323TransportUDP@@UBE?AW4Comparison@PObject@@ABV3@@Z @6472 NONAME ?CompareObjectMemoryDirect@H323UnidirectionalChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @6473 NONAME ?CompareObjectMemoryDirect@H323VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6474 NONAME ?CompareObjectMemoryDirect@H323VideoCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @6475 NONAME ?CompareObjectMemoryDirect@H323_ALawCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @6480 NONAME ?CompareObjectMemoryDirect@H323_AnnexG@@UBE?AW4Comparison@PObject@@ABV3@@Z @24001 NONAME ?CompareObjectMemoryDirect@H323_CiscoG7231aLIDCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @21012 NONAME ?CompareObjectMemoryDirect@H323_ExternalRTPChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @19909 NONAME ?CompareObjectMemoryDirect@H323_G711Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6481 NONAME ?CompareObjectMemoryDirect@H323_H261Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6484 NONAME ?CompareObjectMemoryDirect@H323_H261Codec@@UBE?AW4Comparison@PObject@@ABV3@@Z @6485 NONAME ?CompareObjectMemoryDirect@H323_LIDCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6486 NONAME ?CompareObjectMemoryDirect@H323_LIDCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @6487 NONAME ?CompareObjectMemoryDirect@H323_muLawCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @6488 NONAME ?CompareObjectMemoryDirect@H323_RealTimeChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @19910 NONAME ?CompareObjectMemoryDirect@H323_RTPChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @6489 NONAME ?CompareObjectMemoryDirect@H323_RTP_Session@@UBE?AW4Comparison@PObject@@ABV3@@Z @6490 NONAME ?CompareObjectMemoryDirect@H323_RTP_UDP@@UBE?AW4Comparison@PObject@@ABV3@@Z @6491 NONAME ?CompareObjectMemoryDirect@H323_T120Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6492 NONAME ?CompareObjectMemoryDirect@H323_T120Channel@@UBE?AW4Comparison@PObject@@ABV3@@Z @18873 NONAME ?CompareObjectMemoryDirect@H323_T38Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @18874 NONAME ?CompareObjectMemoryDirect@H323_T38Channel@@UBE?AW4Comparison@PObject@@ABV3@@Z @18875 NONAME ?CompareObjectMemoryDirect@H323_T38NonStandardCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @20516 NONAME ?CompareObjectMemoryDirect@H323_UserInputCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6493 NONAME ?CompareObjectMemoryDirect@H45010_ArrayOf_MixedExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @15694 NONAME ?CompareObjectMemoryDirect@H45010_CfbOvrOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15695 NONAME ?CompareObjectMemoryDirect@H45010_CoReqOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15696 NONAME ?CompareObjectMemoryDirect@H45010_H323CallOfferOperations@@UBE?AW4Comparison@PObject@@ABV3@@Z @15697 NONAME ?CompareObjectMemoryDirect@H45010_RUAlertOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15698 NONAME ?CompareObjectMemoryDirect@H45011Handler@@UBE?AW4Comparison@PObject@@ABV3@@Z @20664 NONAME ?CompareObjectMemoryDirect@H45011_ArrayOf_MixedExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @15699 NONAME ?CompareObjectMemoryDirect@H45011_CallIntrusionErrors@@UBE?AW4Comparison@PObject@@ABV3@@Z @15700 NONAME ?CompareObjectMemoryDirect@H45011_CICapabilityLevel@@UBE?AW4Comparison@PObject@@ABV3@@Z @15701 NONAME ?CompareObjectMemoryDirect@H45011_CIFrcRelArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15702 NONAME ?CompareObjectMemoryDirect@H45011_CIFrcRelOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15703 NONAME ?CompareObjectMemoryDirect@H45011_CIGetCIPLOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15704 NONAME ?CompareObjectMemoryDirect@H45011_CIGetCIPLRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15705 NONAME ?CompareObjectMemoryDirect@H45011_CIIsOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15706 NONAME ?CompareObjectMemoryDirect@H45011_CIIsOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15707 NONAME ?CompareObjectMemoryDirect@H45011_CINotificationArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15708 NONAME ?CompareObjectMemoryDirect@H45011_CIProtectionLevel@@UBE?AW4Comparison@PObject@@ABV3@@Z @15709 NONAME ?CompareObjectMemoryDirect@H45011_CIRequestArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15710 NONAME ?CompareObjectMemoryDirect@H45011_CIRequestRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15711 NONAME ?CompareObjectMemoryDirect@H45011_CISilentArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15712 NONAME ?CompareObjectMemoryDirect@H45011_CISilentOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15713 NONAME ?CompareObjectMemoryDirect@H45011_CIStatusInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @15714 NONAME ?CompareObjectMemoryDirect@H45011_CIWobOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15715 NONAME ?CompareObjectMemoryDirect@H45011_CIWobOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15716 NONAME ?CompareObjectMemoryDirect@H45011_H323CallIntrusionOperations@@UBE?AW4Comparison@PObject@@ABV3@@Z @15717 NONAME ?CompareObjectMemoryDirect@H4501_Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @14534 NONAME ?CompareObjectMemoryDirect@H4501_AddressInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @14535 NONAME ?CompareObjectMemoryDirect@H4501_AddressScreened@@UBE?AW4Comparison@PObject@@ABV3@@Z @14536 NONAME ?CompareObjectMemoryDirect@H4501_ArrayOf_AliasAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @14537 NONAME ?CompareObjectMemoryDirect@H4501_ArrayOf_ROS@@UBE?AW4Comparison@PObject@@ABV3@@Z @14538 NONAME ?CompareObjectMemoryDirect@H4501_EndpointAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @14539 NONAME ?CompareObjectMemoryDirect@H4501_EntityType@@UBE?AW4Comparison@PObject@@ABV3@@Z @14540 NONAME ?CompareObjectMemoryDirect@H4501_Extension@@UBE?AW4Comparison@PObject@@ABV3@@Z @14541 NONAME ?CompareObjectMemoryDirect@H4501_GeneralErrorList@@UBE?AW4Comparison@PObject@@ABV3@@Z @14542 NONAME ?CompareObjectMemoryDirect@H4501_H225InformationElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @14543 NONAME ?CompareObjectMemoryDirect@H4501_InterpretationApdu@@UBE?AW4Comparison@PObject@@ABV3@@Z @14544 NONAME ?CompareObjectMemoryDirect@H4501_InvokeIDs@@UBE?AW4Comparison@PObject@@ABV3@@Z @14545 NONAME ?CompareObjectMemoryDirect@H4501_InvokeIdSet@@UBE?AW4Comparison@PObject@@ABV3@@Z @14546 NONAME ?CompareObjectMemoryDirect@H4501_NetworkFacilityExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @14547 NONAME ?CompareObjectMemoryDirect@H4501_NSAPSubaddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @14548 NONAME ?CompareObjectMemoryDirect@H4501_NumberScreened@@UBE?AW4Comparison@PObject@@ABV3@@Z @14549 NONAME ?CompareObjectMemoryDirect@H4501_PartySubaddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @14550 NONAME ?CompareObjectMemoryDirect@H4501_PresentationAllowedIndicator@@UBE?AW4Comparison@PObject@@ABV3@@Z @14551 NONAME ?CompareObjectMemoryDirect@H4501_PresentedAddressScreened@@UBE?AW4Comparison@PObject@@ABV3@@Z @14552 NONAME ?CompareObjectMemoryDirect@H4501_PresentedAddressUnscreened@@UBE?AW4Comparison@PObject@@ABV3@@Z @14553 NONAME ?CompareObjectMemoryDirect@H4501_PresentedNumberScreened@@UBE?AW4Comparison@PObject@@ABV3@@Z @14554 NONAME ?CompareObjectMemoryDirect@H4501_PresentedNumberUnscreened@@UBE?AW4Comparison@PObject@@ABV3@@Z @14555 NONAME ?CompareObjectMemoryDirect@H4501_ScreeningIndicator@@UBE?AW4Comparison@PObject@@ABV3@@Z @14556 NONAME ?CompareObjectMemoryDirect@H4501_ServiceApdus@@UBE?AW4Comparison@PObject@@ABV3@@Z @14557 NONAME ?CompareObjectMemoryDirect@H4501_SubaddressInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @14558 NONAME ?CompareObjectMemoryDirect@H4501_SupplementaryService@@UBE?AW4Comparison@PObject@@ABV3@@Z @14559 NONAME ?CompareObjectMemoryDirect@H4501_UserSpecifiedSubaddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @14560 NONAME ?CompareObjectMemoryDirect@H4502Handler@@UBE?AW4Comparison@PObject@@ABV3@@Z @19447 NONAME ?CompareObjectMemoryDirect@H4502_CallIdentity@@UBE?AW4Comparison@PObject@@ABV3@@Z @14561 NONAME ?CompareObjectMemoryDirect@H4502_CallStatus@@UBE?AW4Comparison@PObject@@ABV3@@Z @14562 NONAME ?CompareObjectMemoryDirect@H4502_CallTransferErrors@@UBE?AW4Comparison@PObject@@ABV3@@Z @14563 NONAME ?CompareObjectMemoryDirect@H4502_CallTransferOperation@@UBE?AW4Comparison@PObject@@ABV3@@Z @14564 NONAME ?CompareObjectMemoryDirect@H4502_CTActiveArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @14565 NONAME ?CompareObjectMemoryDirect@H4502_CTActiveArg_argumentExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @14566 NONAME ?CompareObjectMemoryDirect@H4502_CTCompleteArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @14567 NONAME ?CompareObjectMemoryDirect@H4502_CTCompleteArg_argumentExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @14568 NONAME ?CompareObjectMemoryDirect@H4502_CTIdentifyRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @14569 NONAME ?CompareObjectMemoryDirect@H4502_CTIdentifyRes_resultExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @14570 NONAME ?CompareObjectMemoryDirect@H4502_CTInitiateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @14571 NONAME ?CompareObjectMemoryDirect@H4502_CTInitiateArg_argumentExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @14572 NONAME ?CompareObjectMemoryDirect@H4502_CTSetupArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @14573 NONAME ?CompareObjectMemoryDirect@H4502_CTSetupArg_argumentExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @14574 NONAME ?CompareObjectMemoryDirect@H4502_CTUpdateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @14575 NONAME ?CompareObjectMemoryDirect@H4502_CTUpdateArg_argumentExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @14576 NONAME ?CompareObjectMemoryDirect@H4502_DummyArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @14577 NONAME ?CompareObjectMemoryDirect@H4502_DummyRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @14578 NONAME ?CompareObjectMemoryDirect@H4502_EndDesignation@@UBE?AW4Comparison@PObject@@ABV3@@Z @14579 NONAME ?CompareObjectMemoryDirect@H4502_ExtensionSeq@@UBE?AW4Comparison@PObject@@ABV3@@Z @14580 NONAME ?CompareObjectMemoryDirect@H4502_SubaddressTransferArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @14581 NONAME ?CompareObjectMemoryDirect@H4502_SubaddressTransferArg_argumentExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @14582 NONAME ?CompareObjectMemoryDirect@H4503_BasicService@@UBE?AW4Comparison@PObject@@ABV3@@Z @15163 NONAME ?CompareObjectMemoryDirect@H4503_CallDiversionErrors@@UBE?AW4Comparison@PObject@@ABV3@@Z @15164 NONAME ?CompareObjectMemoryDirect@H4503_DiversionReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @15165 NONAME ?CompareObjectMemoryDirect@H4503_ExtensionSeq@@UBE?AW4Comparison@PObject@@ABV3@@Z @15166 NONAME ?CompareObjectMemoryDirect@H4503_H323CallDiversionOperations@@UBE?AW4Comparison@PObject@@ABV3@@Z @15167 NONAME ?CompareObjectMemoryDirect@H4503_IntResult@@UBE?AW4Comparison@PObject@@ABV3@@Z @15168 NONAME ?CompareObjectMemoryDirect@H4503_IntResultList@@UBE?AW4Comparison@PObject@@ABV3@@Z @15169 NONAME ?CompareObjectMemoryDirect@H4503_IntResult_extension@@UBE?AW4Comparison@PObject@@ABV3@@Z @15170 NONAME ?CompareObjectMemoryDirect@H4503_Procedure@@UBE?AW4Comparison@PObject@@ABV3@@Z @15171 NONAME ?CompareObjectMemoryDirect@H4503_SubscriptionOption@@UBE?AW4Comparison@PObject@@ABV3@@Z @15172 NONAME ?CompareObjectMemoryDirect@H4504Handler@@UBE?AW4Comparison@PObject@@ABV3@@Z @19448 NONAME ?CompareObjectMemoryDirect@H4504_ArrayOf_MixedExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @15020 NONAME ?CompareObjectMemoryDirect@H4504_CallHoldOperation@@UBE?AW4Comparison@PObject@@ABV3@@Z @15021 NONAME ?CompareObjectMemoryDirect@H4504_Extension@@UBE?AW4Comparison@PObject@@ABV3@@Z @15022 NONAME ?CompareObjectMemoryDirect@H4504_HoldNotificArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15023 NONAME ?CompareObjectMemoryDirect@H4504_MixedExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @15024 NONAME ?CompareObjectMemoryDirect@H4504_RemoteHoldArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15025 NONAME ?CompareObjectMemoryDirect@H4504_RemoteHoldRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15026 NONAME ?CompareObjectMemoryDirect@H4504_RemoteRetrieveArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15027 NONAME ?CompareObjectMemoryDirect@H4504_RemoteRetrieveRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15028 NONAME ?CompareObjectMemoryDirect@H4504_RetrieveNotificArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15029 NONAME ?CompareObjectMemoryDirect@H4505_ArrayOf_MixedExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @15718 NONAME ?CompareObjectMemoryDirect@H4505_CallParkPickupOperations@@UBE?AW4Comparison@PObject@@ABV3@@Z @15719 NONAME ?CompareObjectMemoryDirect@H4505_CallPickupErrors@@UBE?AW4Comparison@PObject@@ABV3@@Z @15720 NONAME ?CompareObjectMemoryDirect@H4505_CallType@@UBE?AW4Comparison@PObject@@ABV3@@Z @15721 NONAME ?CompareObjectMemoryDirect@H4505_CpickupNotifyArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15722 NONAME ?CompareObjectMemoryDirect@H4505_CpNotifyArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15723 NONAME ?CompareObjectMemoryDirect@H4505_CpRequestArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15724 NONAME ?CompareObjectMemoryDirect@H4505_CpRequestRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15725 NONAME ?CompareObjectMemoryDirect@H4505_CpSetupArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15726 NONAME ?CompareObjectMemoryDirect@H4505_CpSetupRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15727 NONAME ?CompareObjectMemoryDirect@H4505_GroupIndicationOffArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15728 NONAME ?CompareObjectMemoryDirect@H4505_GroupIndicationOffRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15729 NONAME ?CompareObjectMemoryDirect@H4505_GroupIndicationOnArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15730 NONAME ?CompareObjectMemoryDirect@H4505_GroupIndicationOnRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15731 NONAME ?CompareObjectMemoryDirect@H4505_ParkCondition@@UBE?AW4Comparison@PObject@@ABV3@@Z @15732 NONAME ?CompareObjectMemoryDirect@H4505_ParkedToPosition@@UBE?AW4Comparison@PObject@@ABV3@@Z @15733 NONAME ?CompareObjectMemoryDirect@H4505_PickExeArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15734 NONAME ?CompareObjectMemoryDirect@H4505_PickExeRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15735 NONAME ?CompareObjectMemoryDirect@H4505_PickrequArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15736 NONAME ?CompareObjectMemoryDirect@H4505_PickrequRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15737 NONAME ?CompareObjectMemoryDirect@H4505_PickupArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15738 NONAME ?CompareObjectMemoryDirect@H4505_PickupRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15739 NONAME ?CompareObjectMemoryDirect@H4506Handler@@UBE?AW4Comparison@PObject@@ABV3@@Z @19951 NONAME ?CompareObjectMemoryDirect@H4506_ArrayOf_MixedExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @15740 NONAME ?CompareObjectMemoryDirect@H4506_CallWaitingArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15741 NONAME ?CompareObjectMemoryDirect@H4506_CallWaitingOperations@@UBE?AW4Comparison@PObject@@ABV3@@Z @15742 NONAME ?CompareObjectMemoryDirect@H4507_ArrayOf_MixedExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @15743 NONAME ?CompareObjectMemoryDirect@H4507_BasicService@@UBE?AW4Comparison@PObject@@ABV3@@Z @15744 NONAME ?CompareObjectMemoryDirect@H4507_DummyRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15745 NONAME ?CompareObjectMemoryDirect@H4507_H323_MWI_Operations@@UBE?AW4Comparison@PObject@@ABV3@@Z @15746 NONAME ?CompareObjectMemoryDirect@H4507_MessageWaitingIndicationErrors@@UBE?AW4Comparison@PObject@@ABV3@@Z @15747 NONAME ?CompareObjectMemoryDirect@H4507_MsgCentreId@@UBE?AW4Comparison@PObject@@ABV3@@Z @15748 NONAME ?CompareObjectMemoryDirect@H4507_MWIActivateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15749 NONAME ?CompareObjectMemoryDirect@H4507_MWIDeactivateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15750 NONAME ?CompareObjectMemoryDirect@H4507_MWIInterrogateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15751 NONAME ?CompareObjectMemoryDirect@H4507_MWIInterrogateRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15752 NONAME ?CompareObjectMemoryDirect@H4507_MWIInterrogateResElt@@UBE?AW4Comparison@PObject@@ABV3@@Z @15753 NONAME ?CompareObjectMemoryDirect@H4507_NbOfMessages@@UBE?AW4Comparison@PObject@@ABV3@@Z @15754 NONAME ?CompareObjectMemoryDirect@H4507_TimeStamp@@UBE?AW4Comparison@PObject@@ABV3@@Z @15755 NONAME ?CompareObjectMemoryDirect@H4508_ExtendedName@@UBE?AW4Comparison@PObject@@ABV3@@Z @15756 NONAME ?CompareObjectMemoryDirect@H4508_Name@@UBE?AW4Comparison@PObject@@ABV3@@Z @15757 NONAME ?CompareObjectMemoryDirect@H4508_NameOperations@@UBE?AW4Comparison@PObject@@ABV3@@Z @15758 NONAME ?CompareObjectMemoryDirect@H4508_NamePresentationAllowed@@UBE?AW4Comparison@PObject@@ABV3@@Z @15759 NONAME ?CompareObjectMemoryDirect@H4508_NamePresentationRestricted@@UBE?AW4Comparison@PObject@@ABV3@@Z @15760 NONAME ?CompareObjectMemoryDirect@H4508_SimpleName@@UBE?AW4Comparison@PObject@@ABV3@@Z @15761 NONAME ?CompareObjectMemoryDirect@H4509_ArrayOf_MixedExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @15762 NONAME ?CompareObjectMemoryDirect@H4509_CallCompletionErrors@@UBE?AW4Comparison@PObject@@ABV3@@Z @15763 NONAME ?CompareObjectMemoryDirect@H4509_CcArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15764 NONAME ?CompareObjectMemoryDirect@H4509_CcLongArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15765 NONAME ?CompareObjectMemoryDirect@H4509_CcRequestArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15766 NONAME ?CompareObjectMemoryDirect@H4509_CcRequestRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15767 NONAME ?CompareObjectMemoryDirect@H4509_CcShortArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15768 NONAME ?CompareObjectMemoryDirect@H4509_H323CallCompletionOperations@@UBE?AW4Comparison@PObject@@ABV3@@Z @15769 NONAME ?CompareObjectMemoryDirect@H450xDispatcher@@UBE?AW4Comparison@PObject@@ABV3@@Z @19449 NONAME ?CompareObjectMemoryDirect@H450xHandler@@UBE?AW4Comparison@PObject@@ABV3@@Z @19450 NONAME ?CompareObjectMemoryDirect@H501AccessRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @26080 NONAME ?CompareObjectMemoryDirect@H501DescriptorUpdate@@UBE?AW4Comparison@PObject@@ABV3@@Z @26081 NONAME ?CompareObjectMemoryDirect@H501PDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @24003 NONAME ?CompareObjectMemoryDirect@H501ServiceRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @26082 NONAME ?CompareObjectMemoryDirect@H501Transaction@@UBE?AW4Comparison@PObject@@ABV3@@Z @26083 NONAME ?CompareObjectMemoryDirect@H501_AccessConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24752 NONAME ?CompareObjectMemoryDirect@H501_AccessRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @24753 NONAME ?CompareObjectMemoryDirect@H501_AccessRejectionReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @24754 NONAME ?CompareObjectMemoryDirect@H501_AccessRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @24755 NONAME ?CompareObjectMemoryDirect@H501_AccessToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @24756 NONAME ?CompareObjectMemoryDirect@H501_AddressTemplate@@UBE?AW4Comparison@PObject@@ABV3@@Z @24757 NONAME ?CompareObjectMemoryDirect@H501_AlternatePE@@UBE?AW4Comparison@PObject@@ABV3@@Z @24758 NONAME ?CompareObjectMemoryDirect@H501_AlternatePEInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @24759 NONAME ?CompareObjectMemoryDirect@H501_ApplicationMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @24760 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_AccessToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @24761 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_AddressTemplate@@UBE?AW4Comparison@PObject@@ABV3@@Z @24762 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_AliasAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @24763 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_AlternatePE@@UBE?AW4Comparison@PObject@@ABV3@@Z @24764 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_CircuitIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @24765 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_ClearToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @24766 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_ContactInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24767 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_CryptoH323Token@@UBE?AW4Comparison@PObject@@ABV3@@Z @24768 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_Descriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @24769 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_DescriptorInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @24771 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_GenericData@@UBE?AW4Comparison@PObject@@ABV3@@Z @24772 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_GloballyUniqueID@@UBE?AW4Comparison@PObject@@ABV3@@Z @25541 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @24773 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_PASN_ObjectId@@UBE?AW4Comparison@PObject@@ABV3@@Z @24774 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_Pattern@@UBE?AW4Comparison@PObject@@ABV3@@Z @24775 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_PriceElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @24776 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_PriceInfoSpec@@UBE?AW4Comparison@PObject@@ABV3@@Z @24777 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_RouteInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24778 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_SecurityMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @24779 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_ServiceControlSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @24780 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_SupportedProtocols@@UBE?AW4Comparison@PObject@@ABV3@@Z @24781 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_TransportAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @24782 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_UpdateInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24783 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_UsageField@@UBE?AW4Comparison@PObject@@ABV3@@Z @24784 NONAME ?CompareObjectMemoryDirect@H501_AuthenticationConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24785 NONAME ?CompareObjectMemoryDirect@H501_AuthenticationRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @24786 NONAME ?CompareObjectMemoryDirect@H501_AuthenticationRejectionReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @24787 NONAME ?CompareObjectMemoryDirect@H501_AuthenticationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @24788 NONAME ?CompareObjectMemoryDirect@H501_CallInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24789 NONAME ?CompareObjectMemoryDirect@H501_ContactInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24790 NONAME ?CompareObjectMemoryDirect@H501_Descriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @24791 NONAME ?CompareObjectMemoryDirect@H501_DescriptorConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24792 NONAME ?CompareObjectMemoryDirect@H501_DescriptorIDConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24794 NONAME ?CompareObjectMemoryDirect@H501_DescriptorIDRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @24795 NONAME ?CompareObjectMemoryDirect@H501_DescriptorIDRejectionReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @24796 NONAME ?CompareObjectMemoryDirect@H501_DescriptorIDRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @24797 NONAME ?CompareObjectMemoryDirect@H501_DescriptorInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @24798 NONAME ?CompareObjectMemoryDirect@H501_DescriptorRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @24799 NONAME ?CompareObjectMemoryDirect@H501_DescriptorRejectionReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @24800 NONAME ?CompareObjectMemoryDirect@H501_DescriptorRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @24801 NONAME ?CompareObjectMemoryDirect@H501_DescriptorUpdate@@UBE?AW4Comparison@PObject@@ABV3@@Z @24802 NONAME ?CompareObjectMemoryDirect@H501_DescriptorUpdateAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @24803 NONAME ?CompareObjectMemoryDirect@H501_ElementIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @24804 NONAME ?CompareObjectMemoryDirect@H501_GlobalTimeStamp@@UBE?AW4Comparison@PObject@@ABV3@@Z @24805 NONAME ?CompareObjectMemoryDirect@H501_Message@@UBE?AW4Comparison@PObject@@ABV3@@Z @24806 NONAME ?CompareObjectMemoryDirect@H501_MessageBody@@UBE?AW4Comparison@PObject@@ABV3@@Z @24807 NONAME ?CompareObjectMemoryDirect@H501_MessageCommonInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @24808 NONAME ?CompareObjectMemoryDirect@H501_NonStandardConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24809 NONAME ?CompareObjectMemoryDirect@H501_NonStandardRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @24810 NONAME ?CompareObjectMemoryDirect@H501_NonStandardRejectionReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @24811 NONAME ?CompareObjectMemoryDirect@H501_NonStandardRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @24812 NONAME ?CompareObjectMemoryDirect@H501_PartyInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24813 NONAME ?CompareObjectMemoryDirect@H501_Pattern@@UBE?AW4Comparison@PObject@@ABV3@@Z @24814 NONAME ?CompareObjectMemoryDirect@H501_Pattern_range@@UBE?AW4Comparison@PObject@@ABV3@@Z @24815 NONAME ?CompareObjectMemoryDirect@H501_PriceElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @24816 NONAME ?CompareObjectMemoryDirect@H501_PriceElement_units@@UBE?AW4Comparison@PObject@@ABV3@@Z @24817 NONAME ?CompareObjectMemoryDirect@H501_PriceInfoSpec@@UBE?AW4Comparison@PObject@@ABV3@@Z @24818 NONAME ?CompareObjectMemoryDirect@H501_ProtocolVersion@@UBE?AW4Comparison@PObject@@ABV3@@Z @24819 NONAME ?CompareObjectMemoryDirect@H501_RequestInProgress@@UBE?AW4Comparison@PObject@@ABV3@@Z @24820 NONAME ?CompareObjectMemoryDirect@H501_Role@@UBE?AW4Comparison@PObject@@ABV3@@Z @24821 NONAME ?CompareObjectMemoryDirect@H501_RouteInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24822 NONAME ?CompareObjectMemoryDirect@H501_RouteInformation_messageType@@UBE?AW4Comparison@PObject@@ABV3@@Z @24823 NONAME ?CompareObjectMemoryDirect@H501_SecurityMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @24824 NONAME ?CompareObjectMemoryDirect@H501_ServiceConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24825 NONAME ?CompareObjectMemoryDirect@H501_ServiceRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @24827 NONAME ?CompareObjectMemoryDirect@H501_ServiceRejectionReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @24828 NONAME ?CompareObjectMemoryDirect@H501_ServiceRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @24829 NONAME ?CompareObjectMemoryDirect@H501_ServiceReleaseReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @24830 NONAME ?CompareObjectMemoryDirect@H501_ServiceRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @24831 NONAME ?CompareObjectMemoryDirect@H501_TerminationCause@@UBE?AW4Comparison@PObject@@ABV3@@Z @24832 NONAME ?CompareObjectMemoryDirect@H501_TimeZone@@UBE?AW4Comparison@PObject@@ABV3@@Z @24833 NONAME ?CompareObjectMemoryDirect@H501_UnknownMessageReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @24834 NONAME ?CompareObjectMemoryDirect@H501_UnknownMessageResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @24835 NONAME ?CompareObjectMemoryDirect@H501_UpdateInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24836 NONAME ?CompareObjectMemoryDirect@H501_UpdateInformation_descriptorInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @24837 NONAME ?CompareObjectMemoryDirect@H501_UpdateInformation_updateType@@UBE?AW4Comparison@PObject@@ABV3@@Z @24838 NONAME ?CompareObjectMemoryDirect@H501_UsageCallStatus@@UBE?AW4Comparison@PObject@@ABV3@@Z @24839 NONAME ?CompareObjectMemoryDirect@H501_UsageConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24840 NONAME ?CompareObjectMemoryDirect@H501_UsageField@@UBE?AW4Comparison@PObject@@ABV3@@Z @24841 NONAME ?CompareObjectMemoryDirect@H501_UsageIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @24842 NONAME ?CompareObjectMemoryDirect@H501_UsageIndicationConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24843 NONAME ?CompareObjectMemoryDirect@H501_UsageIndicationRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @24844 NONAME ?CompareObjectMemoryDirect@H501_UsageIndicationRejectionReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @24845 NONAME ?CompareObjectMemoryDirect@H501_UsageRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @24846 NONAME ?CompareObjectMemoryDirect@H501_UsageRejectReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @24847 NONAME ?CompareObjectMemoryDirect@H501_UsageRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @24848 NONAME ?CompareObjectMemoryDirect@H501_UsageSpecification@@UBE?AW4Comparison@PObject@@ABV3@@Z @24849 NONAME ?CompareObjectMemoryDirect@H501_UsageSpecification_when@@UBE?AW4Comparison@PObject@@ABV3@@Z @24850 NONAME ?CompareObjectMemoryDirect@H501_UserInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24851 NONAME ?CompareObjectMemoryDirect@H501_ValidationConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24852 NONAME ?CompareObjectMemoryDirect@H501_ValidationRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @24853 NONAME ?CompareObjectMemoryDirect@H501_ValidationRejectionReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @24854 NONAME ?CompareObjectMemoryDirect@H501_ValidationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @24855 NONAME ?CompareObjectMemoryDirect@HIDPluginDeviceManager@@UBE?AW4Comparison@PObject@@ABV3@@Z @44447 NONAME ?CompareObjectMemoryDirect@MCS_ArrayOf_ChannelAttributes@@UBE?AW4Comparison@PObject@@ABV3@@Z @6540 NONAME ?CompareObjectMemoryDirect@MCS_ArrayOf_ChannelId@@UBE?AW4Comparison@PObject@@ABV3@@Z @6541 NONAME ?CompareObjectMemoryDirect@MCS_ArrayOf_TokenAttributes@@UBE?AW4Comparison@PObject@@ABV3@@Z @6542 NONAME ?CompareObjectMemoryDirect@MCS_ArrayOf_TokenId@@UBE?AW4Comparison@PObject@@ABV3@@Z @6543 NONAME ?CompareObjectMemoryDirect@MCS_ArrayOf_UserId@@UBE?AW4Comparison@PObject@@ABV3@@Z @6544 NONAME ?CompareObjectMemoryDirect@MCS_AssignedChannelId@@UBE?AW4Comparison@PObject@@ABV3@@Z @6545 NONAME ?CompareObjectMemoryDirect@MCS_AUcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @6546 NONAME ?CompareObjectMemoryDirect@MCS_AUrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6547 NONAME ?CompareObjectMemoryDirect@MCS_CAin@@UBE?AW4Comparison@PObject@@ABV3@@Z @6548 NONAME ?CompareObjectMemoryDirect@MCS_CArq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6549 NONAME ?CompareObjectMemoryDirect@MCS_CCcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @6550 NONAME ?CompareObjectMemoryDirect@MCS_CCrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6551 NONAME ?CompareObjectMemoryDirect@MCS_CDin@@UBE?AW4Comparison@PObject@@ABV3@@Z @6552 NONAME ?CompareObjectMemoryDirect@MCS_CDrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6553 NONAME ?CompareObjectMemoryDirect@MCS_CEin@@UBE?AW4Comparison@PObject@@ABV3@@Z @6554 NONAME ?CompareObjectMemoryDirect@MCS_CErq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6555 NONAME ?CompareObjectMemoryDirect@MCS_ChannelAttributes@@UBE?AW4Comparison@PObject@@ABV3@@Z @6556 NONAME ?CompareObjectMemoryDirect@MCS_ChannelAttributes_assigned@@UBE?AW4Comparison@PObject@@ABV3@@Z @6557 NONAME ?CompareObjectMemoryDirect@MCS_ChannelAttributes_private@@UBE?AW4Comparison@PObject@@ABV3@@Z @6558 NONAME ?CompareObjectMemoryDirect@MCS_ChannelAttributes_static@@UBE?AW4Comparison@PObject@@ABV3@@Z @6559 NONAME ?CompareObjectMemoryDirect@MCS_ChannelAttributes_userId@@UBE?AW4Comparison@PObject@@ABV3@@Z @6560 NONAME ?CompareObjectMemoryDirect@MCS_ChannelId@@UBE?AW4Comparison@PObject@@ABV3@@Z @6561 NONAME ?CompareObjectMemoryDirect@MCS_CJcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @6562 NONAME ?CompareObjectMemoryDirect@MCS_CJrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6563 NONAME ?CompareObjectMemoryDirect@MCS_CLrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6564 NONAME ?CompareObjectMemoryDirect@MCS_ConnectMCSPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @6565 NONAME ?CompareObjectMemoryDirect@MCS_Connect_Additional@@UBE?AW4Comparison@PObject@@ABV3@@Z @6566 NONAME ?CompareObjectMemoryDirect@MCS_Connect_Initial@@UBE?AW4Comparison@PObject@@ABV3@@Z @6567 NONAME ?CompareObjectMemoryDirect@MCS_Connect_Response@@UBE?AW4Comparison@PObject@@ABV3@@Z @6568 NONAME ?CompareObjectMemoryDirect@MCS_Connect_Result@@UBE?AW4Comparison@PObject@@ABV3@@Z @6569 NONAME ?CompareObjectMemoryDirect@MCS_DataPriority@@UBE?AW4Comparison@PObject@@ABV3@@Z @6570 NONAME ?CompareObjectMemoryDirect@MCS_Diagnostic@@UBE?AW4Comparison@PObject@@ABV3@@Z @6571 NONAME ?CompareObjectMemoryDirect@MCS_DomainMCSPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @6572 NONAME ?CompareObjectMemoryDirect@MCS_DomainParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6573 NONAME ?CompareObjectMemoryDirect@MCS_DPum@@UBE?AW4Comparison@PObject@@ABV3@@Z @6574 NONAME ?CompareObjectMemoryDirect@MCS_DUin@@UBE?AW4Comparison@PObject@@ABV3@@Z @6575 NONAME ?CompareObjectMemoryDirect@MCS_DUrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6576 NONAME ?CompareObjectMemoryDirect@MCS_DynamicChannelId@@UBE?AW4Comparison@PObject@@ABV3@@Z @6577 NONAME ?CompareObjectMemoryDirect@MCS_EDrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6578 NONAME ?CompareObjectMemoryDirect@MCS_MCcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @6579 NONAME ?CompareObjectMemoryDirect@MCS_MCrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6580 NONAME ?CompareObjectMemoryDirect@MCS_MTcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @6581 NONAME ?CompareObjectMemoryDirect@MCS_MTrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6582 NONAME ?CompareObjectMemoryDirect@MCS_PCin@@UBE?AW4Comparison@PObject@@ABV3@@Z @6583 NONAME ?CompareObjectMemoryDirect@MCS_PDin@@UBE?AW4Comparison@PObject@@ABV3@@Z @6584 NONAME ?CompareObjectMemoryDirect@MCS_PrivateChannelId@@UBE?AW4Comparison@PObject@@ABV3@@Z @6585 NONAME ?CompareObjectMemoryDirect@MCS_PTin@@UBE?AW4Comparison@PObject@@ABV3@@Z @6586 NONAME ?CompareObjectMemoryDirect@MCS_Reason@@UBE?AW4Comparison@PObject@@ABV3@@Z @6587 NONAME ?CompareObjectMemoryDirect@MCS_Result@@UBE?AW4Comparison@PObject@@ABV3@@Z @6588 NONAME ?CompareObjectMemoryDirect@MCS_RJum@@UBE?AW4Comparison@PObject@@ABV3@@Z @6589 NONAME ?CompareObjectMemoryDirect@MCS_SDin@@UBE?AW4Comparison@PObject@@ABV3@@Z @6590 NONAME ?CompareObjectMemoryDirect@MCS_SDrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6591 NONAME ?CompareObjectMemoryDirect@MCS_Segmentation@@UBE?AW4Comparison@PObject@@ABV3@@Z @6592 NONAME ?CompareObjectMemoryDirect@MCS_StaticChannelId@@UBE?AW4Comparison@PObject@@ABV3@@Z @6593 NONAME ?CompareObjectMemoryDirect@MCS_TGcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @6594 NONAME ?CompareObjectMemoryDirect@MCS_TGrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6595 NONAME ?CompareObjectMemoryDirect@MCS_TIcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @6596 NONAME ?CompareObjectMemoryDirect@MCS_TIrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6597 NONAME ?CompareObjectMemoryDirect@MCS_TokenAttributes@@UBE?AW4Comparison@PObject@@ABV3@@Z @6598 NONAME ?CompareObjectMemoryDirect@MCS_TokenAttributes_given@@UBE?AW4Comparison@PObject@@ABV3@@Z @6599 NONAME ?CompareObjectMemoryDirect@MCS_TokenAttributes_giving@@UBE?AW4Comparison@PObject@@ABV3@@Z @6600 NONAME ?CompareObjectMemoryDirect@MCS_TokenAttributes_grabbed@@UBE?AW4Comparison@PObject@@ABV3@@Z @6601 NONAME ?CompareObjectMemoryDirect@MCS_TokenAttributes_inhibited@@UBE?AW4Comparison@PObject@@ABV3@@Z @6602 NONAME ?CompareObjectMemoryDirect@MCS_TokenAttributes_ungivable@@UBE?AW4Comparison@PObject@@ABV3@@Z @6603 NONAME ?CompareObjectMemoryDirect@MCS_TokenId@@UBE?AW4Comparison@PObject@@ABV3@@Z @6604 NONAME ?CompareObjectMemoryDirect@MCS_TokenStatus@@UBE?AW4Comparison@PObject@@ABV3@@Z @6605 NONAME ?CompareObjectMemoryDirect@MCS_TPin@@UBE?AW4Comparison@PObject@@ABV3@@Z @6606 NONAME ?CompareObjectMemoryDirect@MCS_TPrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6607 NONAME ?CompareObjectMemoryDirect@MCS_TRcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @6608 NONAME ?CompareObjectMemoryDirect@MCS_TRrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6609 NONAME ?CompareObjectMemoryDirect@MCS_TTcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @6610 NONAME ?CompareObjectMemoryDirect@MCS_TTrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6611 NONAME ?CompareObjectMemoryDirect@MCS_TVcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @6612 NONAME ?CompareObjectMemoryDirect@MCS_TVin@@UBE?AW4Comparison@PObject@@ABV3@@Z @6613 NONAME ?CompareObjectMemoryDirect@MCS_TVrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6614 NONAME ?CompareObjectMemoryDirect@MCS_TVrs@@UBE?AW4Comparison@PObject@@ABV3@@Z @6615 NONAME ?CompareObjectMemoryDirect@MCS_UserId@@UBE?AW4Comparison@PObject@@ABV3@@Z @6616 NONAME ?CompareObjectMemoryDirect@MCS_USin@@UBE?AW4Comparison@PObject@@ABV3@@Z @6617 NONAME ?CompareObjectMemoryDirect@MCS_USrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6618 NONAME ?CompareObjectMemoryDirect@MXRecordList@PDNS@@UBE?AW4Comparison@PObject@@ABV4@@Z @44448 NONAME ?CompareObjectMemoryDirect@OpalFactoryCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @43398 NONAME ?CompareObjectMemoryDirect@OpalG711ALaw64k_Base@@UBE?AW4Comparison@PObject@@ABV3@@Z @43399 NONAME ?CompareObjectMemoryDirect@OpalG711ALaw64k_Decoder@@UBE?AW4Comparison@PObject@@ABV3@@Z @43400 NONAME ?CompareObjectMemoryDirect@OpalG711ALaw64k_Encoder@@UBE?AW4Comparison@PObject@@ABV3@@Z @43401 NONAME ?CompareObjectMemoryDirect@OpalG711uLaw64k_Base@@UBE?AW4Comparison@PObject@@ABV3@@Z @43402 NONAME ?CompareObjectMemoryDirect@OpalG711uLaw64k_Decoder@@UBE?AW4Comparison@PObject@@ABV3@@Z @43403 NONAME ?CompareObjectMemoryDirect@OpalG711uLaw64k_Encoder@@UBE?AW4Comparison@PObject@@ABV3@@Z @43404 NONAME ?CompareObjectMemoryDirect@OpalGloballyUniqueID@@UBE?AW4Comparison@PObject@@ABV3@@Z @13848 NONAME ?CompareObjectMemoryDirect@OpalIxJDevice@@UBE?AW4Comparison@PObject@@ABV3@@Z @6619 NONAME ?CompareObjectMemoryDirect@OpalLineChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @6620 NONAME ?CompareObjectMemoryDirect@OpalLineInterfaceDevice@@UBE?AW4Comparison@PObject@@ABV3@@Z @6621 NONAME ?CompareObjectMemoryDirect@OpalMediaFormat@@UBE?AW4Comparison@PObject@@ABV3@@Z @12925 NONAME ?CompareObjectMemoryDirect@OpalPluginCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @43405 NONAME ?CompareObjectMemoryDirect@OpalRFC2833@@UBE?AW4Comparison@PObject@@ABV3@@Z @20128 NONAME ?CompareObjectMemoryDirect@OpalRFC2833Info@@UBE?AW4Comparison@PObject@@ABV3@@Z @20129 NONAME ?CompareObjectMemoryDirect@OpalRtpToWavFile@@UBE?AW4Comparison@PObject@@ABV3@@Z @20566 NONAME ?CompareObjectMemoryDirect@OpalT120Protocol@@UBE?AW4Comparison@PObject@@ABV3@@Z @18876 NONAME ?CompareObjectMemoryDirect@OpalT38Protocol@@UBE?AW4Comparison@PObject@@ABV3@@Z @18877 NONAME ?CompareObjectMemoryDirect@OpalUSBDevice@@UBE?AW4Comparison@PObject@@ABV3@@Z @44449 NONAME ?CompareObjectMemoryDirect@OpalVoipBlasterDevice@@UBE?AW4Comparison@PObject@@ABV3@@Z @19997 NONAME ?CompareObjectMemoryDirect@OpalVXMLSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @20898 NONAME ?CompareObjectMemoryDirect@OpalWAVFile@@UBE?AW4Comparison@PObject@@ABV3@@Z @20636 NONAME ?CompareObjectMemoryDirect@PASN_Boolean@@UBE?AW4Comparison@PObject@@ABV3@@Z @6628 NONAME ?CompareObjectMemoryDirect@PASN_ConstrainedObject@@UBE?AW4Comparison@PObject@@ABV3@@Z @6629 NONAME ?CompareObjectMemoryDirect@PASN_ConstrainedString@@UBE?AW4Comparison@PObject@@ABV3@@Z @6630 NONAME ?CompareObjectMemoryDirect@PASN_Enumeration@@UBE?AW4Comparison@PObject@@ABV3@@Z @6631 NONAME ?CompareObjectMemoryDirect@PASN_GeneralisedTime@@UBE?AW4Comparison@PObject@@ABV3@@Z @15770 NONAME ?CompareObjectMemoryDirect@PASN_GeneralString@@UBE?AW4Comparison@PObject@@ABV3@@Z @17563 NONAME ?CompareObjectMemoryDirect@PASN_IA5String@@UBE?AW4Comparison@PObject@@ABV3@@Z @6632 NONAME ?CompareObjectMemoryDirect@PASN_Integer@@UBE?AW4Comparison@PObject@@ABV3@@Z @6633 NONAME ?CompareObjectMemoryDirect@PASN_Null@@UBE?AW4Comparison@PObject@@ABV3@@Z @15771 NONAME ?CompareObjectMemoryDirect@PASN_NumericString@@UBE?AW4Comparison@PObject@@ABV3@@Z @6634 NONAME ?CompareObjectMemoryDirect@PASN_Object@@UBE?AW4Comparison@PObject@@ABV3@@Z @6635 NONAME ?CompareObjectMemoryDirect@PASN_PrintableString@@UBE?AW4Comparison@PObject@@ABV3@@Z @6636 NONAME ?CompareObjectMemoryDirect@PASN_Stream@@UBE?AW4Comparison@PObject@@ABV3@@Z @20378 NONAME ?CompareObjectMemoryDirect@PASN_VisibleString@@UBE?AW4Comparison@PObject@@ABV3@@Z @15772 NONAME ?CompareObjectMemoryDirect@PDTMFEncoder@@UBE?AW4Comparison@PObject@@ABV3@@Z @44450 NONAME ?CompareObjectMemoryDirect@PLDAPAttributeBase@@UBE?AW4Comparison@PObject@@ABV3@@Z @26270 NONAME ?CompareObjectMemoryDirect@PLDAPStructBase@@UBE?AW4Comparison@PObject@@ABV3@@Z @26271 NONAME ?CompareObjectMemoryDirect@PluginLoader@@UBE?AW4Comparison@PObject@@ABV3@@Z @44451 NONAME ?CompareObjectMemoryDirect@PPER_Stream@@UBE?AW4Comparison@PObject@@ABV3@@Z @20379 NONAME ?CompareObjectMemoryDirect@PSmartObject@@UBE?AW4Comparison@PObject@@ABV3@@Z @19787 NONAME ?CompareObjectMemoryDirect@Q931@@UBE?AW4Comparison@PObject@@ABV3@@Z @6646 NONAME ?CompareObjectMemoryDirect@ReceiverReport@RTP_Session@@UBE?AW4Comparison@PObject@@ABV4@@Z @12402 NONAME ?CompareObjectMemoryDirect@Request@H323Transactor@@UBE?AW4Comparison@PObject@@ABV4@@Z @25871 NONAME ?CompareObjectMemoryDirect@Response@H323Transactor@@UBE?AW4Comparison@PObject@@ABV4@@Z @25872 NONAME ?CompareObjectMemoryDirect@RTP_ControlFrame@@UBE?AW4Comparison@PObject@@ABV3@@Z @6647 NONAME ?CompareObjectMemoryDirect@RTP_DataFrame@@UBE?AW4Comparison@PObject@@ABV3@@Z @6648 NONAME ?CompareObjectMemoryDirect@RTP_JitterBuffer@@UBE?AW4Comparison@PObject@@ABV3@@Z @6649 NONAME ?CompareObjectMemoryDirect@RTP_JitterBufferAnalyser@@UBE?AW4Comparison@PObject@@ABV3@@Z @12450 NONAME ?CompareObjectMemoryDirect@RTP_QOS@@UBE?AW4Comparison@PObject@@ABV3@@Z @26618 NONAME ?CompareObjectMemoryDirect@RTP_Session@@UBE?AW4Comparison@PObject@@ABV3@@Z @6650 NONAME ?CompareObjectMemoryDirect@RTP_SessionManager@@UBE?AW4Comparison@PObject@@ABV3@@Z @6651 NONAME ?CompareObjectMemoryDirect@RTP_UDP@@UBE?AW4Comparison@PObject@@ABV3@@Z @6652 NONAME ?CompareObjectMemoryDirect@RTP_UserData@@UBE?AW4Comparison@PObject@@ABV3@@Z @41582 NONAME ?CompareObjectMemoryDirect@SenderReport@RTP_Session@@UBE?AW4Comparison@PObject@@ABV4@@Z @12403 NONAME ?CompareObjectMemoryDirect@SourceDescription@RTP_Session@@UBE?AW4Comparison@PObject@@ABV4@@Z @12404 NONAME ?CompareObjectMemoryDirect@SRVRecordList@PDNS@@UBE?AW4Comparison@PObject@@ABV4@@Z @44452 NONAME ?CompareObjectMemoryDirect@StringMap@H323GatekeeperServer@@UBE?AW4Comparison@PObject@@ABV4@@Z @21445 NONAME ?CompareObjectMemoryDirect@T120ConnectPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @20181 NONAME ?CompareObjectMemoryDirect@T120_X224@@UBE?AW4Comparison@PObject@@ABV3@@Z @20182 NONAME ?CompareObjectMemoryDirect@T38_ArrayOf_PASN_OctetString@@UBE?AW4Comparison@PObject@@ABV3@@Z @18878 NONAME ?CompareObjectMemoryDirect@T38_Data_Field@@UBE?AW4Comparison@PObject@@ABV3@@Z @18879 NONAME ?CompareObjectMemoryDirect@T38_Data_Field_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @18880 NONAME ?CompareObjectMemoryDirect@T38_Data_Field_subtype_field_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @18881 NONAME ?CompareObjectMemoryDirect@T38_IFPPacket@@UBE?AW4Comparison@PObject@@ABV3@@Z @18882 NONAME ?CompareObjectMemoryDirect@T38_PreCorrigendum_Data_Field@@UBE?AW4Comparison@PObject@@ABV3@@Z @21476 NONAME ?CompareObjectMemoryDirect@T38_PreCorrigendum_Data_Field_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @21477 NONAME ?CompareObjectMemoryDirect@T38_PreCorrigendum_Data_Field_subtype_field_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @21478 NONAME ?CompareObjectMemoryDirect@T38_PreCorrigendum_IFPPacket@@UBE?AW4Comparison@PObject@@ABV3@@Z @21479 NONAME ?CompareObjectMemoryDirect@T38_Type_of_msg@@UBE?AW4Comparison@PObject@@ABV3@@Z @18883 NONAME ?CompareObjectMemoryDirect@T38_Type_of_msg_data@@UBE?AW4Comparison@PObject@@ABV3@@Z @18884 NONAME ?CompareObjectMemoryDirect@T38_Type_of_msg_t30_indicator@@UBE?AW4Comparison@PObject@@ABV3@@Z @18885 NONAME ?CompareObjectMemoryDirect@T38_UDPTLPacket@@UBE?AW4Comparison@PObject@@ABV3@@Z @18886 NONAME ?CompareObjectMemoryDirect@T38_UDPTLPacket_error_recovery@@UBE?AW4Comparison@PObject@@ABV3@@Z @18887 NONAME ?CompareObjectMemoryDirect@T38_UDPTLPacket_error_recovery_fec_info@@UBE?AW4Comparison@PObject@@ABV3@@Z @18888 NONAME ?CompareObjectMemoryDirect@T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@UBE?AW4Comparison@PObject@@ABV3@@Z @18889 NONAME ?CompareObjectMemoryDirect@T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @18890 NONAME ?CompareObjectMemoryDirect@T38_UDPTLPacket_primary_ifp_packet@@UBE?AW4Comparison@PObject@@ABV3@@Z @18891 NONAME ?CompareObjectMemoryDirect@VoipBlasterInterface@@UBE?AW4Comparison@PObject@@ABV3@@Z @19998 NONAME ?CompareObjectMemoryDirect@X224@@UBE?AW4Comparison@PObject@@ABV3@@Z @6653 NONAME ?CompareObjectMemoryDirect@X880_Code@@UBE?AW4Comparison@PObject@@ABV3@@Z @14583 NONAME ?CompareObjectMemoryDirect@X880_GeneralProblem@@UBE?AW4Comparison@PObject@@ABV3@@Z @14584 NONAME ?CompareObjectMemoryDirect@X880_Invoke@@UBE?AW4Comparison@PObject@@ABV3@@Z @14585 NONAME ?CompareObjectMemoryDirect@X880_InvokeId@@UBE?AW4Comparison@PObject@@ABV3@@Z @14586 NONAME ?CompareObjectMemoryDirect@X880_InvokeProblem@@UBE?AW4Comparison@PObject@@ABV3@@Z @14587 NONAME ?CompareObjectMemoryDirect@X880_Reject@@UBE?AW4Comparison@PObject@@ABV3@@Z @14588 NONAME ?CompareObjectMemoryDirect@X880_RejectProblem@@UBE?AW4Comparison@PObject@@ABV3@@Z @14589 NONAME ?CompareObjectMemoryDirect@X880_Reject_problem@@UBE?AW4Comparison@PObject@@ABV3@@Z @14590 NONAME ?CompareObjectMemoryDirect@X880_ReturnError@@UBE?AW4Comparison@PObject@@ABV3@@Z @14591 NONAME ?CompareObjectMemoryDirect@X880_ReturnErrorProblem@@UBE?AW4Comparison@PObject@@ABV3@@Z @14592 NONAME ?CompareObjectMemoryDirect@X880_ReturnResult@@UBE?AW4Comparison@PObject@@ABV3@@Z @14593 NONAME ?CompareObjectMemoryDirect@X880_ReturnResultProblem@@UBE?AW4Comparison@PObject@@ABV3@@Z @14594 NONAME ?CompareObjectMemoryDirect@X880_ReturnResult_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @14595 NONAME ?CompareObjectMemoryDirect@X880_ROS@@UBE?AW4Comparison@PObject@@ABV3@@Z @14596 NONAME ?CompareParam@H323NonStandardCapabilityInfo@@IBE?AW4Comparison@PObject@@ABVH245_NonStandardParameter@@@Z @37990 NONAME ?Connect@H323Gatekeeper@@IAEXABVH323TransportAddress@@ABVPString@@@Z @23864 NONAME ?Connect@H323TransportTCP@@UAEHXZ @6654 NONAME ?Connect@H323TransportUDP@@UAEHXZ @6655 NONAME ?ConnectionStatesNames@H323Connection@@1QBQBDB @6657 NONAME ?ConnectTo@H323Transport@@QAEHABVH323TransportAddress@@@Z @41583 NONAME ?construct@?$allocator@ULookupRecord@@@std@@QAEXPAULookupRecord@@ABU3@@Z @44453 NONAME ?Construct@H323PeerElement@@IAEXXZ @25544 NONAME ?Construct@H323Transactor@@IAEXXZ @25873 NONAME ?Construct@H323_AnnexG@@IAEXXZ @25545 NONAME ?ConsultationTransfer@H323Connection@@QAEXABVPString@@@Z @20215 NONAME ?ConsultationTransfer@H323EndPoint@@QAEXABVPString@@0@Z @20216 NONAME ?ConsultationTransfer@H4502Handler@@QAEXABVPString@@@Z @20217 NONAME ?consume@Encoder@@UAEHPBVVideoFrame@@@Z @6658 NONAME ?consume@H261DCTEncoder@@UAEHPBVVideoFrame@@@Z @6659 NONAME ?consume@H261PixelEncoder@@UAEHPBVVideoFrame@@@Z @6660 NONAME ?Contains@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@QBEHABVH323ChannelNumber@@@Z @41584 NONAME ?Contains@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@QBEHABVPOrdinalKey@@@Z @41585 NONAME ?Contains@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@QBEHABVPOrdinalKey@@@Z @41586 NONAME ?Contains@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@QBEHABVPOrdinalKey@@@Z @41587 NONAME ?Contains@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@QBEHABVPOrdinalKey@@@Z @41588 NONAME ?Contains@?$PDictionary@VPString@@VH323Connection@@@@QBEHABVPString@@@Z @41589 NONAME ?Contains@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@QBEHABVPString@@@Z @43406 NONAME ?Contains@?$POrdinalDictionary@VPString@@@@QBEHABVPString@@@Z @41590 NONAME ?Contains@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UAEHABVPString@@@Z @43407 NONAME ?Contains@?$PSet@VPOrdinalKey@@@@QBEHABVPOrdinalKey@@@Z @41591 NONAME ?Contains@?$PSet@VPString@@@@QBEHABVPString@@@Z @41592 NONAME ?Contains@?$PStringDictionary@VPOrdinalKey@@@@QBEHABVPOrdinalKey@@@Z @41593 NONAME ?ContainsAlias@H323RegisteredEndPoint@@QAEHABVPString@@@Z @41595 NONAME ?ContainsNonexistent@H323PeerElementDescriptor@@QAEHXZ @26436 NONAME ?Copy@H323Capabilities@@QAEPAVH323Capability@@ABV2@@Z @12654 NONAME ?Copy@PLDAPAttr_c@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26272 NONAME ?Copy@PLDAPAttr_cn@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26273 NONAME ?Copy@PLDAPAttr_comment@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26274 NONAME ?Copy@PLDAPAttr_givenName@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26275 NONAME ?Copy@PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26276 NONAME ?Copy@PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26277 NONAME ?Copy@PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26278 NONAME ?Copy@PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26279 NONAME ?Copy@PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26280 NONAME ?Copy@PLDAPAttr_location@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26281 NONAME ?Copy@PLDAPAttr_o@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26282 NONAME ?Copy@PLDAPAttr_objectClass@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26283 NONAME ?Copy@PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26284 NONAME ?Copy@PLDAPAttr_sappguid@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26285 NONAME ?Copy@PLDAPAttr_sappid@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26286 NONAME ?Copy@PLDAPAttr_sflags@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26287 NONAME ?Copy@PLDAPAttr_sipAddress@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26288 NONAME ?Copy@PLDAPAttr_smimetype@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26289 NONAME ?Copy@PLDAPAttr_smodop@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26290 NONAME ?Copy@PLDAPAttr_sport@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26291 NONAME ?Copy@PLDAPAttr_sprotid@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26292 NONAME ?Copy@PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26293 NONAME ?Copy@PLDAPAttr_ssecurity@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26294 NONAME ?Copy@PLDAPAttr_sttl@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26295 NONAME ?Copy@PLDAPAttr_surname@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26296 NONAME ?Copy@PLDAPAttr_timestamp@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26297 NONAME ?CopyTo@H323PeerElementDescriptor@@QAEXAAVH501_Descriptor@@@Z @25738 NONAME ?CopyToAddressTemplate@H323PeerElementDescriptor@@SAHAAVH501_AddressTemplate@@ABVH225_EndpointType@@ABVH225_ArrayOf_AliasAddress@@2I@Z @26392 NONAME ?copy_backward@std@@YAPAULookupRecord@@PAU2@00@Z @44454 NONAME ?Create@?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@MBEPAVH235Authenticator@@ABVPString@@@Z @44455 NONAME ?Create@?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@MBEPAVH235Authenticator@@ABVPString@@@Z @44456 NONAME ?Create@?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@MBEPAVH235Authenticator@@ABVPString@@@Z @44457 NONAME ?Create@?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@MBEPAVPPluginModuleManager@@ABVPString@@@Z @43408 NONAME ?Create@?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @43409 NONAME ?Create@?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @43410 NONAME ?Create@?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @43411 NONAME ?Create@?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @43412 NONAME ?Create@?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @43413 NONAME ?Create@?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @43414 NONAME ?Create@?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @43415 NONAME ?Create@?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @43416 NONAME ?Create@?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @43417 NONAME ?Create@?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @43418 NONAME ?Create@?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @43419 NONAME ?Create@?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @43420 NONAME ?Create@?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @43421 NONAME ?Create@?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @43422 NONAME ?Create@?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @43423 NONAME ?Create@?$Worker@VHIDPluginDeviceManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@MBEPAVPPluginModuleManager@@ABVPString@@@Z @44458 NONAME ?Create@?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @43424 NONAME ?Create@?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @43425 NONAME ?Create@?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @43426 NONAME ?Create@?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @43427 NONAME ?Create@?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @43428 NONAME ?Create@?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @43429 NONAME ?Create@?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @43430 NONAME ?Create@?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @43431 NONAME ?Create@?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @43432 NONAME ?Create@?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @43433 NONAME ?Create@?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @43434 NONAME ?Create@?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @43435 NONAME ?Create@?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @43436 NONAME ?Create@?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @43437 NONAME ?Create@?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @43438 NONAME ?Create@?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @43439 NONAME ?Create@?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@MBEPAVPProcessStartup@@ABVPString@@@Z @44459 NONAME ?Create@?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@MBEPAVPWAVFileConverter@@ABI@Z @43440 NONAME ?Create@?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@MBEPAVPWAVFileConverter@@ABI@Z @43441 NONAME ?Create@H323Capability@@SAPAV1@ABVPString@@@Z @42227 NONAME ?Create@Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@MBEPAVOpalFactoryCodec@@ABVPString@@@Z @43442 NONAME ?Create@Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@MBEPAVOpalFactoryCodec@@ABVPString@@@Z @43443 NONAME ?Create@Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@MBEPAVOpalFactoryCodec@@ABVPString@@@Z @43444 NONAME ?Create@Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@MBEPAVOpalFactoryCodec@@ABVPString@@@Z @43445 NONAME ?Create@Worker@OpalPluginCodecFactory@@MBEPAVOpalFactoryCodec@@ABVPString@@@Z @43446 NONAME ?Create@WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@MBEPAVH235Authenticator@@ABVPString@@@Z @44460 NONAME ?Create@WorkerBase@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @43447 NONAME ?Create@WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@MBEPAVOpalFactoryCodec@@ABVPString@@@Z @43448 NONAME ?Create@WorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@MBEPAVOpalLineInterfaceDevice@@ABVPString@@@Z @44461 NONAME ?Create@WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @43449 NONAME ?Create@WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@MBEPAVPPluginModuleManager@@ABVPString@@@Z @43450 NONAME ?Create@WorkerBase@?$PFactory@VPWAVFileConverter@@I@@MBEPAVPWAVFileConverter@@ABI@Z @43451 NONAME ?CreateAliasKey@H323PeerElement@@MAEPAVAliasKey@1@ABVH225_AliasAddress@@ABVOpalGloballyUniqueID@@HH@Z @26404 NONAME ?CreateAuthenticators@H323EndPoint@@UAE?AVH235Authenticators@@XZ @21097 NONAME ?CreateCall@H323GatekeeperServer@@UAEPAVH323GatekeeperCall@@ABVOpalGloballyUniqueID@@W4Direction@2@@Z @20423 NONAME ?CreateCapability@H323PluginCodecManager@@QAEPAVH323Capability@@ABVPString@@0III@Z @44462 NONAME ?CreateCapabilityAndMediaFormat@H323PluginCodecManager@@IAEXPAUPluginCodec_Definition@@0@Z @42228 NONAME ?CreateChannel@H323RealTimeCapability@@UBEPAVH323Channel@@AAVH323Connection@@W4Directions@2@IPBVH245_H2250LogicalChannelParameters@@@Z @6661 NONAME ?CreateChannel@H323_T120Capability@@UBEPAVH323Channel@@AAVH323Connection@@W4Directions@2@IPBVH245_H2250LogicalChannelParameters@@@Z @6662 NONAME ?CreateChannel@H323_T38Capability@@UBEPAVH323Channel@@AAVH323Connection@@W4Directions@2@IPBVH245_H2250LogicalChannelParameters@@@Z @18892 NONAME ?CreateChannel@H323_T38NonStandardCapability@@UBEPAVH323Channel@@AAVH323Connection@@W4Directions@2@IPBVH245_H2250LogicalChannelParameters@@@Z @20517 NONAME ?CreateChannel@H323_UserInputCapability@@UBEPAVH323Channel@@AAVH323Connection@@W4Directions@2@IPBVH245_H2250LogicalChannelParameters@@@Z @6663 NONAME ?CreateClearToken@H235AuthCAT@@UAEPAVH235_ClearToken@@XZ @23879 NONAME ?CreateClearToken@H235Authenticator@@UAEPAVH235_ClearToken@@XZ @23880 NONAME ?CreateCodec@G7231_File_Capability@@UBEPAVH323Codec@@W4Direction@2@@Z @20905 NONAME ?CreateCodec@H323CodecPluginGenericAudioCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @44463 NONAME ?CreateCodec@H323CodecPluginNonStandardAudioCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @36187 NONAME ?CreateCodec@H323DataCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @6664 NONAME ?CreateCodec@H323PluginCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @36189 NONAME ?CreateCodec@H323PluginCapabilityInfo@@QBEPAVH323Codec@@W4Direction@2@@Z @36190 NONAME ?CreateCodec@H323_CiscoG7231aLIDCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @21014 NONAME ?CreateCodec@H323_G711Capability@@UBEPAVH323Codec@@W4Direction@2@@Z @6667 NONAME ?CreateCodec@H323_H261Capability@@UBEPAVH323Codec@@W4Direction@2@@Z @6669 NONAME ?CreateCodec@H323_LIDCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @6670 NONAME ?CreateCodec@H323_UserInputCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @6671 NONAME ?CreateCompatibleListener@H323TransportAddress@@QBEPAVH323Listener@@AAVH323EndPoint@@@Z @18893 NONAME ?CreateConnection@H323EndPoint@@UAEPAVH323Connection@@I@Z @12826 NONAME ?CreateConnection@H323EndPoint@@UAEPAVH323Connection@@IPAX@Z @12827 NONAME ?CreateConnection@H323EndPoint@@UAEPAVH323Connection@@IPAXPAVH323Transport@@PAVH323SignalPDU@@@Z @18750 NONAME ?CreateControlChannel@H323Transport@@UAEPAV1@AAVH323Connection@@@Z @12777 NONAME ?CreateControlChannel@H323TransportTCP@@UAEPAVH323Transport@@AAVH323Connection@@@Z @12778 NONAME ?CreateCryptoToken@H235Authenticator@@UAEPAVH225_CryptoH323Token@@XZ @23881 NONAME ?CreateCryptoToken@H235AuthProcedure1@@UAEPAVH225_CryptoH323Token@@XZ @23882 NONAME ?CreateCryptoToken@H235AuthSimpleMD5@@UAEPAVH225_CryptoH323Token@@XZ @23883 NONAME ?CreateDescriptor@H323PeerElement@@MAEPAVH323PeerElementDescriptor@@ABVOpalGloballyUniqueID@@@Z @26085 NONAME ?CreateEndPointIdentifier@H323GatekeeperServer@@UAE?AVPString@@XZ @19085 NONAME ?CreateGatekeeper@H323EndPoint@@UAEPAVH323Gatekeeper@@PAVH323Transport@@@Z @6674 NONAME ?CreateHIDDevice@HIDPluginDeviceManager@@QAEXPAUPluginHID_Definition@@@Z @44464 NONAME ?CreateInstance@?$PFactory@VH235Authenticator@@VPString@@@@SAPAVH235Authenticator@@ABVPString@@@Z @44465 NONAME ?CreateInstance@?$PFactory@VH323Capability@@VPString@@@@SAPAVH323Capability@@ABVPString@@@Z @42908 NONAME ?CreateInstance@?$PFactory@VH323StaticPluginCodec@@VPString@@@@SAPAVH323StaticPluginCodec@@ABVPString@@@Z @42909 NONAME ?CreateInstance@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@SAPAVOpalLineInterfaceDevice@@ABVPString@@@Z @44466 NONAME ?CreateInstance@?$PFactory@VOpalMediaFormat@@VPString@@@@SAPAVOpalMediaFormat@@ABVPString@@@Z @42910 NONAME ?CreateInstance@WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@IAEPAVH235Authenticator@@ABVPString@@@Z @44467 NONAME ?CreateInstance@WorkerBase@?$PFactory@VH323Capability@@VPString@@@@IAEPAVH323Capability@@ABVPString@@@Z @43452 NONAME ?CreateInstance@WorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@IAEPAVH323StaticPluginCodec@@ABVPString@@@Z @43453 NONAME ?CreateInstance@WorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@IAEPAVOpalLineInterfaceDevice@@ABVPString@@@Z @44468 NONAME ?CreateInstance@WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@IAEPAVOpalMediaFormat@@ABVPString@@@Z @43454 NONAME ?CreateInstance_Internal@?$PFactory@VH235Authenticator@@VPString@@@@IAEPAVH235Authenticator@@ABVPString@@@Z @44469 NONAME ?CreateInstance_Internal@?$PFactory@VH323Capability@@VPString@@@@IAEPAVH323Capability@@ABVPString@@@Z @42914 NONAME ?CreateInstance_Internal@?$PFactory@VH323StaticPluginCodec@@VPString@@@@IAEPAVH323StaticPluginCodec@@ABVPString@@@Z @42915 NONAME ?CreateInstance_Internal@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@IAEPAVOpalLineInterfaceDevice@@ABVPString@@@Z @44470 NONAME ?CreateInstance_Internal@?$PFactory@VOpalMediaFormat@@VPString@@@@IAEPAVOpalMediaFormat@@ABVPString@@@Z @42916 NONAME ?CreateListener@H323DataChannel@@UAEHXZ @18894 NONAME ?CreateListener@H323GatekeeperServer@@UAEPAVH323Transactor@@PAVH323Transport@@@Z @24004 NONAME ?CreateListener@H323TransportAddress@@QBEPAVH323Listener@@AAVH323EndPoint@@@Z @12771 NONAME ?CreateListener@H323_T38Channel@@UAEHXZ @19086 NONAME ?CreateLogicalChannel@H323Connection@@UAEPAVH323Channel@@ABVH245_OpenLogicalChannel@@HAAI@Z @12648 NONAME ?CreateObject@GCC_AlternativeNodeID@@UAEHXZ @6676 NONAME ?CreateObject@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@UBEPAVPASN_Object@@XZ @6677 NONAME ?CreateObject@GCC_ApplicationRecord_nonCollapsingCapabilities@@UBEPAVPASN_Object@@XZ @6678 NONAME ?CreateObject@GCC_ArrayOf_ApplicationInvokeSpecifier@@UBEPAVPASN_Object@@XZ @6679 NONAME ?CreateObject@GCC_ArrayOf_ChallengeItem@@UBEPAVPASN_Object@@XZ @6680 NONAME ?CreateObject@GCC_ArrayOf_ConferenceDescriptor@@UBEPAVPASN_Object@@XZ @6681 NONAME ?CreateObject@GCC_ArrayOf_Privilege@@UBEPAVPASN_Object@@XZ @6682 NONAME ?CreateObject@GCC_ArrayOf_TextString@@UBEPAVPASN_Object@@XZ @6683 NONAME ?CreateObject@GCC_ArrayOf_UserID@@UBEPAVPASN_Object@@XZ @6684 NONAME ?CreateObject@GCC_AsymmetryIndicator@@UAEHXZ @6685 NONAME ?CreateObject@GCC_CapabilityClass@@UAEHXZ @6686 NONAME ?CreateObject@GCC_CapabilityID@@UAEHXZ @6687 NONAME ?CreateObject@GCC_ChallengeResponseAlgorithm@@UAEHXZ @6688 NONAME ?CreateObject@GCC_ChallengeResponseItem@@UAEHXZ @6689 NONAME ?CreateObject@GCC_ConferenceNameSelector@@UAEHXZ @6690 NONAME ?CreateObject@GCC_ConferencePriorityScheme@@UAEHXZ @6691 NONAME ?CreateObject@GCC_ConnectGCCPDU@@UAEHXZ @6692 NONAME ?CreateObject@GCC_GCCPDU@@UAEHXZ @6693 NONAME ?CreateObject@GCC_IndicationPDU@@UAEHXZ @6694 NONAME ?CreateObject@GCC_Key@@UAEHXZ @6695 NONAME ?CreateObject@GCC_NetworkAddress@@UBEPAVPASN_Object@@XZ @6696 NONAME ?CreateObject@GCC_NetworkAddress_subtype@@UAEHXZ @6697 NONAME ?CreateObject@GCC_PasswordChallengeRequestResponse@@UAEHXZ @6698 NONAME ?CreateObject@GCC_PasswordSelector@@UAEHXZ @6699 NONAME ?CreateObject@GCC_RegistryEntryOwner@@UAEHXZ @6700 NONAME ?CreateObject@GCC_RegistryItem@@UAEHXZ @6701 NONAME ?CreateObject@GCC_RequestPDU@@UAEHXZ @6702 NONAME ?CreateObject@GCC_ResponsePDU@@UAEHXZ @6703 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation@@UBEPAVPASN_Object@@XZ @6704 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@UAEHXZ @6705 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@UBEPAVPASN_Object@@XZ @6706 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@UAEHXZ @6707 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@UBEPAVPASN_Object@@XZ @6708 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@UBEPAVPASN_Object@@XZ @6709 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@UAEHXZ @6710 NONAME ?CreateObject@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@UAEHXZ @6711 NONAME ?CreateObject@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@UBEPAVPASN_Object@@XZ @6712 NONAME ?CreateObject@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@UBEPAVPASN_Object@@XZ @6713 NONAME ?CreateObject@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@UAEHXZ @6714 NONAME ?CreateObject@GCC_UserData@@UBEPAVPASN_Object@@XZ @6715 NONAME ?CreateObject@H225_AddressPattern@@UAEHXZ @17564 NONAME ?CreateObject@H225_AdmissionConfirm_language@@UBEPAVPASN_Object@@XZ @17565 NONAME ?CreateObject@H225_AdmissionRejectReason@@UAEHXZ @6716 NONAME ?CreateObject@H225_AliasAddress@@UAEHXZ @6717 NONAME ?CreateObject@H225_ANSI_41_UIM_system_id@@UAEHXZ @17566 NONAME ?CreateObject@H225_ArrayOf_AddressPattern@@UBEPAVPASN_Object@@XZ @17567 NONAME ?CreateObject@H225_ArrayOf_AdmissionConfirm@@UBEPAVPASN_Object@@XZ @27048 NONAME ?CreateObject@H225_ArrayOf_AliasAddress@@UBEPAVPASN_Object@@XZ @6718 NONAME ?CreateObject@H225_ArrayOf_AlternateGK@@UBEPAVPASN_Object@@XZ @6719 NONAME ?CreateObject@H225_ArrayOf_AuthenticationMechanism@@UBEPAVPASN_Object@@XZ @6720 NONAME ?CreateObject@H225_ArrayOf_BandwidthDetails@@UBEPAVPASN_Object@@XZ @17568 NONAME ?CreateObject@H225_ArrayOf_CallReferenceValue@@UBEPAVPASN_Object@@XZ @6721 NONAME ?CreateObject@H225_ArrayOf_CallsAvailable@@UBEPAVPASN_Object@@XZ @17569 NONAME ?CreateObject@H225_ArrayOf_ClearToken@@UBEPAVPASN_Object@@XZ @6722 NONAME ?CreateObject@H225_ArrayOf_ConferenceIdentifier@@UBEPAVPASN_Object@@XZ @6723 NONAME ?CreateObject@H225_ArrayOf_ConferenceList@@UBEPAVPASN_Object@@XZ @6724 NONAME ?CreateObject@H225_ArrayOf_CryptoH323Token@@UBEPAVPASN_Object@@XZ @6725 NONAME ?CreateObject@H225_ArrayOf_DataRate@@UBEPAVPASN_Object@@XZ @6726 NONAME ?CreateObject@H225_ArrayOf_Endpoint@@UBEPAVPASN_Object@@XZ @6727 NONAME ?CreateObject@H225_ArrayOf_EnumeratedParameter@@UBEPAVPASN_Object@@XZ @17570 NONAME ?CreateObject@H225_ArrayOf_ExtendedAliasAddress@@UBEPAVPASN_Object@@XZ @17571 NONAME ?CreateObject@H225_ArrayOf_FeatureDescriptor@@UBEPAVPASN_Object@@XZ @17572 NONAME ?CreateObject@H225_ArrayOf_GenericData@@UBEPAVPASN_Object@@XZ @17573 NONAME ?CreateObject@H225_ArrayOf_H245Security@@UBEPAVPASN_Object@@XZ @6728 NONAME ?CreateObject@H225_ArrayOf_H248PackagesDescriptor@@UBEPAVPASN_Object@@XZ @17574 NONAME ?CreateObject@H225_ArrayOf_IntegrityMechanism@@UBEPAVPASN_Object@@XZ @6729 NONAME ?CreateObject@H225_ArrayOf_NonStandardParameter@@UBEPAVPASN_Object@@XZ @6730 NONAME ?CreateObject@H225_ArrayOf_PartyNumber@@UBEPAVPASN_Object@@XZ @17575 NONAME ?CreateObject@H225_ArrayOf_PASN_ObjectId@@UBEPAVPASN_Object@@XZ @6731 NONAME ?CreateObject@H225_ArrayOf_PASN_OctetString@@UBEPAVPASN_Object@@XZ @6732 NONAME ?CreateObject@H225_ArrayOf_RasUsageSpecification@@UBEPAVPASN_Object@@XZ @17576 NONAME ?CreateObject@H225_ArrayOf_RTPSession@@UBEPAVPASN_Object@@XZ @6733 NONAME ?CreateObject@H225_ArrayOf_ServiceControlSession@@UBEPAVPASN_Object@@XZ @17577 NONAME ?CreateObject@H225_ArrayOf_SupportedPrefix@@UBEPAVPASN_Object@@XZ @6734 NONAME ?CreateObject@H225_ArrayOf_SupportedProtocols@@UBEPAVPASN_Object@@XZ @6735 NONAME ?CreateObject@H225_ArrayOf_TransportAddress@@UBEPAVPASN_Object@@XZ @6736 NONAME ?CreateObject@H225_ArrayOf_TransportChannelInfo@@UBEPAVPASN_Object@@XZ @6737 NONAME ?CreateObject@H225_ArrayOf_TunnelledProtocol@@UBEPAVPASN_Object@@XZ @17578 NONAME ?CreateObject@H225_BandRejectReason@@UAEHXZ @6738 NONAME ?CreateObject@H225_CallCreditServiceControl_billingMode@@UAEHXZ @17579 NONAME ?CreateObject@H225_CallCreditServiceControl_callStartingPoint@@UAEHXZ @17580 NONAME ?CreateObject@H225_CallModel@@UAEHXZ @6739 NONAME ?CreateObject@H225_CallTerminationCause@@UAEHXZ @17581 NONAME ?CreateObject@H225_CallType@@UAEHXZ @6740 NONAME ?CreateObject@H225_CicInfo_cic@@UBEPAVPASN_Object@@XZ @17582 NONAME ?CreateObject@H225_Connect_UUIE_language@@UBEPAVPASN_Object@@XZ @17584 NONAME ?CreateObject@H225_Content@@UAEHXZ @17585 NONAME ?CreateObject@H225_CryptoH323Token@@UAEHXZ @6741 NONAME ?CreateObject@H225_DisengageReason@@UAEHXZ @6742 NONAME ?CreateObject@H225_DisengageRejectReason@@UAEHXZ @6743 NONAME ?CreateObject@H225_EncryptIntAlg@@UAEHXZ @6744 NONAME ?CreateObject@H225_FacilityReason@@UAEHXZ @6745 NONAME ?CreateObject@H225_GatekeeperRejectReason@@UAEHXZ @6746 NONAME ?CreateObject@H225_GenericIdentifier@@UAEHXZ @17586 NONAME ?CreateObject@H225_GroupID_member@@UBEPAVPASN_Object@@XZ @17587 NONAME ?CreateObject@H225_H245Security@@UAEHXZ @6747 NONAME ?CreateObject@H225_H323_UU_PDU_h323_message_body@@UAEHXZ @6748 NONAME ?CreateObject@H225_InfoRequestNakReason@@UAEHXZ @6749 NONAME ?CreateObject@H225_InfoRequestResponseStatus@@UAEHXZ @17588 NONAME ?CreateObject@H225_InfoRequestResponse_perCallInfo@@UBEPAVPASN_Object@@XZ @6750 NONAME ?CreateObject@H225_InfoRequestResponse_perCallInfo_subtype_pdu@@UBEPAVPASN_Object@@XZ @6751 NONAME ?CreateObject@H225_IntegrityMechanism@@UAEHXZ @6752 NONAME ?CreateObject@H225_LocationRejectReason@@UAEHXZ @6753 NONAME ?CreateObject@H225_MobileUIM@@UAEHXZ @17589 NONAME ?CreateObject@H225_NonIsoIntegrityMechanism@@UAEHXZ @6754 NONAME ?CreateObject@H225_NonStandardIdentifier@@UAEHXZ @6755 NONAME ?CreateObject@H225_PartyNumber@@UAEHXZ @6756 NONAME ?CreateObject@H225_PresentationIndicator@@UAEHXZ @17590 NONAME ?CreateObject@H225_PrivateTypeOfNumber@@UAEHXZ @6757 NONAME ?CreateObject@H225_PublicTypeOfNumber@@UAEHXZ @6758 NONAME ?CreateObject@H225_RasMessage@@UAEHXZ @6759 NONAME ?CreateObject@H225_RegistrationRejectReason@@UAEHXZ @6760 NONAME ?CreateObject@H225_ReleaseCompleteReason@@UAEHXZ @6761 NONAME ?CreateObject@H225_RTPSession_associatedSessionIds@@UBEPAVPASN_Object@@XZ @6762 NONAME ?CreateObject@H225_ScnConnectionAggregation@@UAEHXZ @17591 NONAME ?CreateObject@H225_ScnConnectionType@@UAEHXZ @17592 NONAME ?CreateObject@H225_SecurityErrors2@@UAEHXZ @27049 NONAME ?CreateObject@H225_SecurityErrors@@UAEHXZ @27050 NONAME ?CreateObject@H225_SecurityServiceMode@@UAEHXZ @6763 NONAME ?CreateObject@H225_ServiceControlDescriptor@@UAEHXZ @17593 NONAME ?CreateObject@H225_ServiceControlResponse_result@@UAEHXZ @17594 NONAME ?CreateObject@H225_ServiceControlSession_reason@@UAEHXZ @17595 NONAME ?CreateObject@H225_Setup_UUIE_conferenceGoal@@UAEHXZ @6764 NONAME ?CreateObject@H225_Setup_UUIE_language@@UBEPAVPASN_Object@@XZ @17596 NONAME ?CreateObject@H225_SupportedProtocols@@UAEHXZ @6765 NONAME ?CreateObject@H225_TransportAddress@@UAEHXZ @6766 NONAME ?CreateObject@H225_TransportAddress_ipSourceRoute_route@@UBEPAVPASN_Object@@XZ @6767 NONAME ?CreateObject@H225_TransportAddress_ipSourceRoute_routing@@UAEHXZ @6768 NONAME ?CreateObject@H225_TransportQOS@@UAEHXZ @6769 NONAME ?CreateObject@H225_TunnelledProtocol_id@@UAEHXZ @17597 NONAME ?CreateObject@H225_UnregRejectReason@@UAEHXZ @6770 NONAME ?CreateObject@H225_UnregRequestReason@@UAEHXZ @6771 NONAME ?CreateObject@H225_UseSpecifiedTransport@@UAEHXZ @17598 NONAME ?CreateObject@H235_AuthenticationBES@@UAEHXZ @19249 NONAME ?CreateObject@H235_AuthenticationMechanism@@UAEHXZ @6772 NONAME ?CreateObject@H235_CryptoToken@@UAEHXZ @6773 NONAME ?CreateObject@H235_ECKASDH@@UAEHXZ @19250 NONAME ?CreateObject@H235_H235Key@@UAEHXZ @6774 NONAME ?CreateObject@H245_AlternativeCapabilitySet@@UBEPAVPASN_Object@@XZ @6775 NONAME ?CreateObject@H245_ArrayOf_AlternativeCapabilitySet@@UBEPAVPASN_Object@@XZ @6776 NONAME ?CreateObject@H245_ArrayOf_BEnhancementParameters@@UBEPAVPASN_Object@@XZ @6777 NONAME ?CreateObject@H245_ArrayOf_CapabilityDescriptor@@UBEPAVPASN_Object@@XZ @6778 NONAME ?CreateObject@H245_ArrayOf_CapabilityDescriptorNumber@@UBEPAVPASN_Object@@XZ @6779 NONAME ?CreateObject@H245_ArrayOf_CapabilityTableEntry@@UBEPAVPASN_Object@@XZ @6780 NONAME ?CreateObject@H245_ArrayOf_CapabilityTableEntryNumber@@UBEPAVPASN_Object@@XZ @6781 NONAME ?CreateObject@H245_ArrayOf_CommunicationModeTableEntry@@UBEPAVPASN_Object@@XZ @6782 NONAME ?CreateObject@H245_ArrayOf_CustomPictureClockFrequency@@UBEPAVPASN_Object@@XZ @6783 NONAME ?CreateObject@H245_ArrayOf_CustomPictureFormat@@UBEPAVPASN_Object@@XZ @6784 NONAME ?CreateObject@H245_ArrayOf_DataApplicationCapability@@UBEPAVPASN_Object@@XZ @6785 NONAME ?CreateObject@H245_ArrayOf_DialingInformationNetworkType@@UBEPAVPASN_Object@@XZ @17599 NONAME ?CreateObject@H245_ArrayOf_DialingInformationNumber@@UBEPAVPASN_Object@@XZ @17600 NONAME ?CreateObject@H245_ArrayOf_EnhancementOptions@@UBEPAVPASN_Object@@XZ @6786 NONAME ?CreateObject@H245_ArrayOf_EscrowData@@UBEPAVPASN_Object@@XZ @6787 NONAME ?CreateObject@H245_ArrayOf_GenericCapability@@UBEPAVPASN_Object@@XZ @44471 NONAME ?CreateObject@H245_ArrayOf_GenericParameter@@UBEPAVPASN_Object@@XZ @17601 NONAME ?CreateObject@H245_ArrayOf_H263ModeComboFlags@@UBEPAVPASN_Object@@XZ @6788 NONAME ?CreateObject@H245_ArrayOf_H263VideoModeCombos@@UBEPAVPASN_Object@@XZ @6789 NONAME ?CreateObject@H245_ArrayOf_MediaChannelCapability@@UBEPAVPASN_Object@@XZ @6790 NONAME ?CreateObject@H245_ArrayOf_MediaDistributionCapability@@UBEPAVPASN_Object@@XZ @6791 NONAME ?CreateObject@H245_ArrayOf_ModeDescription@@UBEPAVPASN_Object@@XZ @6792 NONAME ?CreateObject@H245_ArrayOf_MultiplePayloadStreamElement@@UBEPAVPASN_Object@@XZ @27051 NONAME ?CreateObject@H245_ArrayOf_MultiplePayloadStreamElementMode@@UBEPAVPASN_Object@@XZ @27052 NONAME ?CreateObject@H245_ArrayOf_MultiplexElement@@UBEPAVPASN_Object@@XZ @6793 NONAME ?CreateObject@H245_ArrayOf_MultiplexEntryDescriptor@@UBEPAVPASN_Object@@XZ @6794 NONAME ?CreateObject@H245_ArrayOf_MultiplexEntryRejectionDescriptions@@UBEPAVPASN_Object@@XZ @6795 NONAME ?CreateObject@H245_ArrayOf_MultiplexTableEntryNumber@@UBEPAVPASN_Object@@XZ @6796 NONAME ?CreateObject@H245_ArrayOf_NonStandardParameter@@UBEPAVPASN_Object@@XZ @6797 NONAME ?CreateObject@H245_ArrayOf_ParameterIdentifier@@UBEPAVPASN_Object@@XZ @17602 NONAME ?CreateObject@H245_ArrayOf_PictureReference@@UBEPAVPASN_Object@@XZ @17603 NONAME ?CreateObject@H245_ArrayOf_Q2931Address@@UBEPAVPASN_Object@@XZ @17604 NONAME ?CreateObject@H245_ArrayOf_QOSCapability@@UBEPAVPASN_Object@@XZ @6798 NONAME ?CreateObject@H245_ArrayOf_RedundancyEncodingCapability@@UBEPAVPASN_Object@@XZ @6799 NONAME ?CreateObject@H245_ArrayOf_RedundancyEncodingDTModeElement@@UBEPAVPASN_Object@@XZ @27053 NONAME ?CreateObject@H245_ArrayOf_RedundancyEncodingElement@@UBEPAVPASN_Object@@XZ @27054 NONAME ?CreateObject@H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@UBEPAVPASN_Object@@XZ @6800 NONAME ?CreateObject@H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@UBEPAVPASN_Object@@XZ @6801 NONAME ?CreateObject@H245_ArrayOf_RTPPayloadType@@UBEPAVPASN_Object@@XZ @6802 NONAME ?CreateObject@H245_ArrayOf_TerminalInformation@@UBEPAVPASN_Object@@XZ @6803 NONAME ?CreateObject@H245_ArrayOf_TerminalLabel@@UBEPAVPASN_Object@@XZ @6804 NONAME ?CreateObject@H245_ArrayOf_VCCapability@@UBEPAVPASN_Object@@XZ @6805 NONAME ?CreateObject@H245_ArrayOf_VideoCapability@@UBEPAVPASN_Object@@XZ @44472 NONAME ?CreateObject@H245_AudioCapability@@UAEHXZ @6806 NONAME ?CreateObject@H245_AudioMode@@UAEHXZ @6807 NONAME ?CreateObject@H245_AudioMode_g7231@@UAEHXZ @6808 NONAME ?CreateObject@H245_Capability@@UAEHXZ @6809 NONAME ?CreateObject@H245_CapabilityIdentifier@@UAEHXZ @17605 NONAME ?CreateObject@H245_CertSelectionCriteria@@UBEPAVPASN_Object@@XZ @6810 NONAME ?CreateObject@H245_CloseLogicalChannel_reason@@UAEHXZ @6811 NONAME ?CreateObject@H245_CloseLogicalChannel_source@@UAEHXZ @6812 NONAME ?CreateObject@H245_CommandMessage@@UAEHXZ @6813 NONAME ?CreateObject@H245_CommunicationModeResponse@@UAEHXZ @6814 NONAME ?CreateObject@H245_CommunicationModeTableEntry_dataType@@UAEHXZ @6815 NONAME ?CreateObject@H245_CompressionType@@UAEHXZ @6816 NONAME ?CreateObject@H245_ConferenceCommand@@UAEHXZ @6817 NONAME ?CreateObject@H245_ConferenceIndication@@UAEHXZ @6818 NONAME ?CreateObject@H245_ConferenceRequest@@UAEHXZ @6819 NONAME ?CreateObject@H245_ConferenceResponse@@UAEHXZ @6820 NONAME ?CreateObject@H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@UAEHXZ @6821 NONAME ?CreateObject@H245_ConferenceResponse_makeMeChairResponse@@UAEHXZ @6822 NONAME ?CreateObject@H245_ConferenceResponse_makeTerminalBroadcasterResponse@@UAEHXZ @6823 NONAME ?CreateObject@H245_ConferenceResponse_sendThisSourceResponse@@UAEHXZ @6824 NONAME ?CreateObject@H245_CRCLength@@UAEHXZ @6825 NONAME ?CreateObject@H245_CustomPictureFormat_mPI_customPCF@@UBEPAVPASN_Object@@XZ @6826 NONAME ?CreateObject@H245_CustomPictureFormat_pixelAspectInformation@@UAEHXZ @6827 NONAME ?CreateObject@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@UBEPAVPASN_Object@@XZ @6828 NONAME ?CreateObject@H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@UBEPAVPASN_Object@@XZ @6829 NONAME ?CreateObject@H245_DataApplicationCapability_application@@UAEHXZ @6830 NONAME ?CreateObject@H245_DataMode_application@@UAEHXZ @6831 NONAME ?CreateObject@H245_DataProtocolCapability@@UAEHXZ @6832 NONAME ?CreateObject@H245_DataProtocolCapability_v76wCompression@@UAEHXZ @6833 NONAME ?CreateObject@H245_DataType@@UAEHXZ @6834 NONAME ?CreateObject@H245_DepFECCapability@@UAEHXZ @44473 NONAME ?CreateObject@H245_DepFECData@@UAEHXZ @44474 NONAME ?CreateObject@H245_DepFECData_rfc2733_mode@@UAEHXZ @44475 NONAME ?CreateObject@H245_DepFECData_rfc2733_mode_separateStream@@UAEHXZ @44476 NONAME ?CreateObject@H245_DepFECMode@@UAEHXZ @44477 NONAME ?CreateObject@H245_DepFECMode_rfc2733Mode_mode@@UAEHXZ @44478 NONAME ?CreateObject@H245_DepFECMode_rfc2733Mode_mode_separateStream@@UAEHXZ @44479 NONAME ?CreateObject@H245_DialingInformation@@UAEHXZ @17606 NONAME ?CreateObject@H245_DialingInformationNetworkType@@UAEHXZ @17607 NONAME ?CreateObject@H245_EncryptionCapability@@UBEPAVPASN_Object@@XZ @6835 NONAME ?CreateObject@H245_EncryptionCommand@@UAEHXZ @6836 NONAME ?CreateObject@H245_EncryptionMode@@UAEHXZ @6837 NONAME ?CreateObject@H245_EncryptionUpdateDirection@@UAEHXZ @44480 NONAME ?CreateObject@H245_EndSessionCommand@@UAEHXZ @6838 NONAME ?CreateObject@H245_EndSessionCommand_gstnOptions@@UAEHXZ @6839 NONAME ?CreateObject@H245_EndSessionCommand_isdnOptions@@UAEHXZ @6840 NONAME ?CreateObject@H245_FECCapability_rfc2733Format@@UAEHXZ @44481 NONAME ?CreateObject@H245_FECData@@UAEHXZ @27056 NONAME ?CreateObject@H245_FECData_rfc2733_pktMode@@UAEHXZ @44482 NONAME ?CreateObject@H245_FECMode_rfc2733Format@@UAEHXZ @44483 NONAME ?CreateObject@H245_FlowControlCommand_restriction@@UAEHXZ @6841 NONAME ?CreateObject@H245_FlowControlCommand_scope@@UAEHXZ @6842 NONAME ?CreateObject@H245_FlowControlIndication_restriction@@UAEHXZ @17608 NONAME ?CreateObject@H245_FlowControlIndication_scope@@UAEHXZ @17609 NONAME ?CreateObject@H245_FunctionNotSupported_cause@@UAEHXZ @6843 NONAME ?CreateObject@H245_FunctionNotUnderstood@@UAEHXZ @6844 NONAME ?CreateObject@H245_H223AL1MParameters_arqType@@UAEHXZ @6845 NONAME ?CreateObject@H245_H223AL1MParameters_crcLength@@UAEHXZ @6846 NONAME ?CreateObject@H245_H223AL1MParameters_headerFEC@@UAEHXZ @6847 NONAME ?CreateObject@H245_H223AL1MParameters_transferMode@@UAEHXZ @6848 NONAME ?CreateObject@H245_H223AL2MParameters_headerFEC@@UAEHXZ @6849 NONAME ?CreateObject@H245_H223AL3MParameters_arqType@@UAEHXZ @6850 NONAME ?CreateObject@H245_H223AL3MParameters_crcLength@@UAEHXZ @6851 NONAME ?CreateObject@H245_H223AL3MParameters_headerFormat@@UAEHXZ @6852 NONAME ?CreateObject@H245_H223AnnexCArqParameters_numberOfRetransmissions@@UAEHXZ @6853 NONAME ?CreateObject@H245_H223Capability_h223MultiplexTableCapability@@UAEHXZ @6854 NONAME ?CreateObject@H245_H223LogicalChannelParameters_adaptationLayerType@@UAEHXZ @6855 NONAME ?CreateObject@H245_H223ModeParameters_adaptationLayerType@@UAEHXZ @6856 NONAME ?CreateObject@H245_H223MultiplexReconfiguration@@UAEHXZ @6857 NONAME ?CreateObject@H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@UAEHXZ @6858 NONAME ?CreateObject@H245_H223MultiplexReconfiguration_h223ModeChange@@UAEHXZ @6859 NONAME ?CreateObject@H245_H2250LogicalChannelParameters_mediaPacketization@@UAEHXZ @6860 NONAME ?CreateObject@H245_H235Media_mediaType@@UAEHXZ @6861 NONAME ?CreateObject@H245_H235Mode_mediaMode@@UAEHXZ @6862 NONAME ?CreateObject@H245_H261VideoMode_resolution@@UAEHXZ @6863 NONAME ?CreateObject@H245_H262VideoMode_profileAndLevel@@UAEHXZ @6864 NONAME ?CreateObject@H245_H263VideoMode_resolution@@UAEHXZ @6865 NONAME ?CreateObject@H245_IndicationMessage@@UAEHXZ @6866 NONAME ?CreateObject@H245_IS11172AudioMode_audioLayer@@UAEHXZ @6867 NONAME ?CreateObject@H245_IS11172AudioMode_audioSampling@@UAEHXZ @6868 NONAME ?CreateObject@H245_IS11172AudioMode_multichannelType@@UAEHXZ @6869 NONAME ?CreateObject@H245_IS13818AudioMode_audioLayer@@UAEHXZ @6870 NONAME ?CreateObject@H245_IS13818AudioMode_audioSampling@@UAEHXZ @6871 NONAME ?CreateObject@H245_IS13818AudioMode_multichannelType@@UAEHXZ @6872 NONAME ?CreateObject@H245_JitterIndication_scope@@UAEHXZ @6873 NONAME ?CreateObject@H245_LogicalChannelRateRejectReason@@UAEHXZ @17610 NONAME ?CreateObject@H245_MaintenanceLoopAck_type@@UAEHXZ @6874 NONAME ?CreateObject@H245_MaintenanceLoopReject_cause@@UAEHXZ @6875 NONAME ?CreateObject@H245_MaintenanceLoopReject_type@@UAEHXZ @6876 NONAME ?CreateObject@H245_MaintenanceLoopRequest_type@@UAEHXZ @6877 NONAME ?CreateObject@H245_MasterSlaveDeterminationAck_decision@@UAEHXZ @6878 NONAME ?CreateObject@H245_MasterSlaveDeterminationReject_cause@@UAEHXZ @6879 NONAME ?CreateObject@H245_MediaEncryptionAlgorithm@@UAEHXZ @6880 NONAME ?CreateObject@H245_MediaTransportType@@UAEHXZ @6881 NONAME ?CreateObject@H245_MiscellaneousCommand_type@@UAEHXZ @6882 NONAME ?CreateObject@H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@UAEHXZ @6883 NONAME ?CreateObject@H245_MiscellaneousIndication_type@@UAEHXZ @6884 NONAME ?CreateObject@H245_MobileMultilinkReconfigurationCommand_status@@UAEHXZ @17611 NONAME ?CreateObject@H245_ModeDescription@@UBEPAVPASN_Object@@XZ @6885 NONAME ?CreateObject@H245_ModeElementType@@UAEHXZ @27062 NONAME ?CreateObject@H245_MulticastAddress@@UAEHXZ @6887 NONAME ?CreateObject@H245_MultilinkIndication@@UAEHXZ @17612 NONAME ?CreateObject@H245_MultilinkRequest@@UAEHXZ @17613 NONAME ?CreateObject@H245_MultilinkRequest_maximumHeaderInterval_requestType@@UAEHXZ @17614 NONAME ?CreateObject@H245_MultilinkResponse@@UAEHXZ @17615 NONAME ?CreateObject@H245_MultilinkResponse_addConnection_responseCode@@UAEHXZ @17616 NONAME ?CreateObject@H245_MultilinkResponse_addConnection_responseCode_rejected@@UAEHXZ @17617 NONAME ?CreateObject@H245_MultimediaSystemControlMessage@@UAEHXZ @6888 NONAME ?CreateObject@H245_MultiplexCapability@@UAEHXZ @6889 NONAME ?CreateObject@H245_MultiplexElement_repeatCount@@UAEHXZ @6890 NONAME ?CreateObject@H245_MultiplexElement_type@@UAEHXZ @6891 NONAME ?CreateObject@H245_MultiplexEntryRejectionDescriptions_cause@@UAEHXZ @6892 NONAME ?CreateObject@H245_MultiplexFormat@@UAEHXZ @17618 NONAME ?CreateObject@H245_NetworkAccessParameters_distribution@@UAEHXZ @6893 NONAME ?CreateObject@H245_NetworkAccessParameters_networkAddress@@UAEHXZ @6894 NONAME ?CreateObject@H245_NetworkAccessParameters_t120SetupProcedure@@UAEHXZ @6895 NONAME ?CreateObject@H245_NewATMVCCommand_aal@@UAEHXZ @17619 NONAME ?CreateObject@H245_NewATMVCCommand_aal_aal1_clockRecovery@@UAEHXZ @17620 NONAME ?CreateObject@H245_NewATMVCCommand_aal_aal1_errorCorrection@@UAEHXZ @17621 NONAME ?CreateObject@H245_NewATMVCCommand_multiplex@@UAEHXZ @17622 NONAME ?CreateObject@H245_NewATMVCCommand_reverseParameters_multiplex@@UAEHXZ @17623 NONAME ?CreateObject@H245_NewATMVCIndication_aal@@UAEHXZ @6896 NONAME ?CreateObject@H245_NewATMVCIndication_aal_aal1_clockRecovery@@UAEHXZ @6897 NONAME ?CreateObject@H245_NewATMVCIndication_aal_aal1_errorCorrection@@UAEHXZ @6898 NONAME ?CreateObject@H245_NewATMVCIndication_multiplex@@UAEHXZ @6899 NONAME ?CreateObject@H245_NewATMVCIndication_reverseParameters_multiplex@@UAEHXZ @6900 NONAME ?CreateObject@H245_NonStandardIdentifier@@UAEHXZ @6901 NONAME ?CreateObject@H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@UAEHXZ @6902 NONAME ?CreateObject@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@UAEHXZ @6903 NONAME ?CreateObject@H245_OpenLogicalChannelReject_cause@@UAEHXZ @6904 NONAME ?CreateObject@H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@UAEHXZ @6905 NONAME ?CreateObject@H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@UAEHXZ @6906 NONAME ?CreateObject@H245_ParameterIdentifier@@UAEHXZ @17624 NONAME ?CreateObject@H245_ParameterValue@@UAEHXZ @17625 NONAME ?CreateObject@H245_PictureReference@@UAEHXZ @17626 NONAME ?CreateObject@H245_Q2931Address_address@@UAEHXZ @6907 NONAME ?CreateObject@H245_QOSMode@@UAEHXZ @6908 NONAME ?CreateObject@H245_RedundancyEncodingDTModeElement_type@@UAEHXZ @27063 NONAME ?CreateObject@H245_RedundancyEncodingMethod@@UAEHXZ @6909 NONAME ?CreateObject@H245_RedundancyEncodingMode_secondaryEncoding@@UAEHXZ @6910 NONAME ?CreateObject@H245_RefPictureSelection_videoBackChannelSend@@UAEHXZ @6911 NONAME ?CreateObject@H245_RemoteMCRequest@@UAEHXZ @6912 NONAME ?CreateObject@H245_RemoteMCResponse@@UAEHXZ @6913 NONAME ?CreateObject@H245_RemoteMCResponse_reject@@UAEHXZ @6914 NONAME ?CreateObject@H245_RequestChannelCloseReject_cause@@UAEHXZ @6915 NONAME ?CreateObject@H245_RequestChannelClose_reason@@UAEHXZ @6916 NONAME ?CreateObject@H245_RequestMessage@@UAEHXZ @6917 NONAME ?CreateObject@H245_RequestModeAck_response@@UAEHXZ @6918 NONAME ?CreateObject@H245_RequestModeReject_cause@@UAEHXZ @6919 NONAME ?CreateObject@H245_RequestMultiplexEntryRejectionDescriptions_cause@@UAEHXZ @6920 NONAME ?CreateObject@H245_ResponseMessage@@UAEHXZ @6921 NONAME ?CreateObject@H245_RTPH263VideoRedundancyEncoding_containedThreads@@UBEPAVPASN_Object@@XZ @6922 NONAME ?CreateObject@H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@UAEHXZ @6923 NONAME ?CreateObject@H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@UBEPAVPASN_Object@@XZ @6924 NONAME ?CreateObject@H245_RTPPayloadType_payloadDescriptor@@UAEHXZ @6925 NONAME ?CreateObject@H245_SendTerminalCapabilitySet@@UAEHXZ @6926 NONAME ?CreateObject@H245_T38FaxRateManagement@@UAEHXZ @17627 NONAME ?CreateObject@H245_T38FaxUdpOptions_t38FaxUdpEC@@UAEHXZ @17628 NONAME ?CreateObject@H245_T84Profile@@UAEHXZ @6927 NONAME ?CreateObject@H245_TerminalCapabilitySetReject_cause@@UAEHXZ @6928 NONAME ?CreateObject@H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@UAEHXZ @6929 NONAME ?CreateObject@H245_TransportAddress@@UAEHXZ @6930 NONAME ?CreateObject@H245_UnicastAddress@@UAEHXZ @6931 NONAME ?CreateObject@H245_UnicastAddress_iPSourceRouteAddress_route@@UBEPAVPASN_Object@@XZ @6932 NONAME ?CreateObject@H245_UnicastAddress_iPSourceRouteAddress_routing@@UAEHXZ @6933 NONAME ?CreateObject@H245_UserInputCapability@@UAEHXZ @6934 NONAME ?CreateObject@H245_UserInputIndication@@UAEHXZ @6935 NONAME ?CreateObject@H245_UserInputIndication_userInputSupportIndication@@UAEHXZ @6936 NONAME ?CreateObject@H245_V76LogicalChannelParameters_mode@@UAEHXZ @6937 NONAME ?CreateObject@H245_V76LogicalChannelParameters_mode_eRM_recovery@@UAEHXZ @6938 NONAME ?CreateObject@H245_V76LogicalChannelParameters_suspendResume@@UAEHXZ @6939 NONAME ?CreateObject@H245_V76ModeParameters@@UAEHXZ @6940 NONAME ?CreateObject@H245_VCCapability_availableBitRates_type@@UAEHXZ @6941 NONAME ?CreateObject@H245_VideoCapability@@UAEHXZ @6942 NONAME ?CreateObject@H245_VideoMode@@UAEHXZ @6943 NONAME ?CreateObject@H248_AmmDescriptor@@UAEHXZ @22775 NONAME ?CreateObject@H248_ArrayOf_ActionReply@@UBEPAVPASN_Object@@XZ @22776 NONAME ?CreateObject@H248_ArrayOf_ActionRequest@@UBEPAVPASN_Object@@XZ @22777 NONAME ?CreateObject@H248_ArrayOf_AmmDescriptor@@UBEPAVPASN_Object@@XZ @22778 NONAME ?CreateObject@H248_ArrayOf_CommandReply@@UBEPAVPASN_Object@@XZ @22779 NONAME ?CreateObject@H248_ArrayOf_CommandRequest@@UBEPAVPASN_Object@@XZ @22780 NONAME ?CreateObject@H248_ArrayOf_EventParameter@@UBEPAVPASN_Object@@XZ @22781 NONAME ?CreateObject@H248_ArrayOf_IndAuditParameter@@UBEPAVPASN_Object@@XZ @22782 NONAME ?CreateObject@H248_ArrayOf_IndAudPropertyParm@@UBEPAVPASN_Object@@XZ @22783 NONAME ?CreateObject@H248_ArrayOf_IndAudStreamDescriptor@@UBEPAVPASN_Object@@XZ @22784 NONAME ?CreateObject@H248_ArrayOf_ModemType@@UBEPAVPASN_Object@@XZ @22785 NONAME ?CreateObject@H248_ArrayOf_ObservedEvent@@UBEPAVPASN_Object@@XZ @22786 NONAME ?CreateObject@H248_ArrayOf_PASN_OctetString@@UBEPAVPASN_Object@@XZ @22787 NONAME ?CreateObject@H248_ArrayOf_PropertyGroup@@UBEPAVPASN_Object@@XZ @22788 NONAME ?CreateObject@H248_ArrayOf_PropertyParm@@UBEPAVPASN_Object@@XZ @22789 NONAME ?CreateObject@H248_ArrayOf_RequestedEvent@@UBEPAVPASN_Object@@XZ @22790 NONAME ?CreateObject@H248_ArrayOf_SecondRequestedEvent@@UBEPAVPASN_Object@@XZ @22791 NONAME ?CreateObject@H248_ArrayOf_Signal@@UBEPAVPASN_Object@@XZ @22792 NONAME ?CreateObject@H248_ArrayOf_SigParameter@@UBEPAVPASN_Object@@XZ @22793 NONAME ?CreateObject@H248_ArrayOf_StreamDescriptor@@UBEPAVPASN_Object@@XZ @22794 NONAME ?CreateObject@H248_ArrayOf_TerminationID@@UBEPAVPASN_Object@@XZ @22795 NONAME ?CreateObject@H248_ArrayOf_TopologyRequest@@UBEPAVPASN_Object@@XZ @22796 NONAME ?CreateObject@H248_ArrayOf_Transaction@@UBEPAVPASN_Object@@XZ @22797 NONAME ?CreateObject@H248_ArrayOf_WildcardField@@UBEPAVPASN_Object@@XZ @22798 NONAME ?CreateObject@H248_AuditReply@@UAEHXZ @22799 NONAME ?CreateObject@H248_AuditReturnParameter@@UAEHXZ @22800 NONAME ?CreateObject@H248_Command@@UAEHXZ @22801 NONAME ?CreateObject@H248_CommandReply@@UAEHXZ @22802 NONAME ?CreateObject@H248_EventBufferDescriptor@@UBEPAVPASN_Object@@XZ @22803 NONAME ?CreateObject@H248_EventDM@@UAEHXZ @22804 NONAME ?CreateObject@H248_EventParameter_extraInfo@@UAEHXZ @22805 NONAME ?CreateObject@H248_IndAuditParameter@@UAEHXZ @22806 NONAME ?CreateObject@H248_IndAudMediaDescriptor_streams@@UAEHXZ @22807 NONAME ?CreateObject@H248_IndAudPropertyGroup@@UBEPAVPASN_Object@@XZ @22808 NONAME ?CreateObject@H248_IndAudSignalsDescriptor@@UAEHXZ @22809 NONAME ?CreateObject@H248_MediaDescriptor_streams@@UAEHXZ @22810 NONAME ?CreateObject@H248_Message_messageBody@@UAEHXZ @22811 NONAME ?CreateObject@H248_MId@@UAEHXZ @22812 NONAME ?CreateObject@H248_NonStandardIdentifier@@UAEHXZ @22813 NONAME ?CreateObject@H248_PackagesDescriptor@@UBEPAVPASN_Object@@XZ @22814 NONAME ?CreateObject@H248_PropertyGroup@@UBEPAVPASN_Object@@XZ @22815 NONAME ?CreateObject@H248_PropertyParm_extraInfo@@UAEHXZ @22816 NONAME ?CreateObject@H248_ServiceChangeAddress@@UAEHXZ @22817 NONAME ?CreateObject@H248_ServiceChangeResult@@UAEHXZ @22818 NONAME ?CreateObject@H248_SignalRequest@@UAEHXZ @22819 NONAME ?CreateObject@H248_SignalsDescriptor@@UBEPAVPASN_Object@@XZ @22820 NONAME ?CreateObject@H248_SigParameter_extraInfo@@UAEHXZ @22821 NONAME ?CreateObject@H248_StatisticsDescriptor@@UBEPAVPASN_Object@@XZ @22822 NONAME ?CreateObject@H248_TerminationAudit@@UBEPAVPASN_Object@@XZ @22823 NONAME ?CreateObject@H248_TerminationIDList@@UBEPAVPASN_Object@@XZ @22824 NONAME ?CreateObject@H248_Transaction@@UAEHXZ @22825 NONAME ?CreateObject@H248_TransactionReply_transactionResult@@UAEHXZ @22826 NONAME ?CreateObject@H248_TransactionResponseAck@@UBEPAVPASN_Object@@XZ @22827 NONAME ?CreateObject@H248_Value@@UBEPAVPASN_Object@@XZ @22828 NONAME ?CreateObject@H45010_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @15773 NONAME ?CreateObject@H45011_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @15774 NONAME ?CreateObject@H45011_CIStatusInformation@@UAEHXZ @15775 NONAME ?CreateObject@H4501_ArrayOf_AliasAddress@@UBEPAVPASN_Object@@XZ @14597 NONAME ?CreateObject@H4501_ArrayOf_ROS@@UBEPAVPASN_Object@@XZ @14598 NONAME ?CreateObject@H4501_EntityType@@UAEHXZ @14599 NONAME ?CreateObject@H4501_InterpretationApdu@@UAEHXZ @14600 NONAME ?CreateObject@H4501_PartySubaddress@@UAEHXZ @14601 NONAME ?CreateObject@H4501_PresentedAddressScreened@@UAEHXZ @14602 NONAME ?CreateObject@H4501_PresentedAddressUnscreened@@UAEHXZ @14603 NONAME ?CreateObject@H4501_PresentedNumberScreened@@UAEHXZ @14604 NONAME ?CreateObject@H4501_PresentedNumberUnscreened@@UAEHXZ @14605 NONAME ?CreateObject@H4501_ServiceApdus@@UAEHXZ @14606 NONAME ?CreateObject@H4502_CTActiveArg_argumentExtension@@UAEHXZ @14607 NONAME ?CreateObject@H4502_CTCompleteArg_argumentExtension@@UAEHXZ @14608 NONAME ?CreateObject@H4502_CTIdentifyRes_resultExtension@@UAEHXZ @14609 NONAME ?CreateObject@H4502_CTInitiateArg_argumentExtension@@UAEHXZ @14610 NONAME ?CreateObject@H4502_CTSetupArg_argumentExtension@@UAEHXZ @14611 NONAME ?CreateObject@H4502_CTUpdateArg_argumentExtension@@UAEHXZ @14612 NONAME ?CreateObject@H4502_DummyArg@@UAEHXZ @14613 NONAME ?CreateObject@H4502_DummyRes@@UAEHXZ @14614 NONAME ?CreateObject@H4502_ExtensionSeq@@UBEPAVPASN_Object@@XZ @14615 NONAME ?CreateObject@H4502_SubaddressTransferArg_argumentExtension@@UAEHXZ @14616 NONAME ?CreateObject@H4503_ExtensionSeq@@UBEPAVPASN_Object@@XZ @15173 NONAME ?CreateObject@H4503_IntResultList@@UBEPAVPASN_Object@@XZ @15174 NONAME ?CreateObject@H4503_IntResult_extension@@UAEHXZ @15175 NONAME ?CreateObject@H4504_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @15030 NONAME ?CreateObject@H4504_MixedExtension@@UAEHXZ @15031 NONAME ?CreateObject@H4505_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @15776 NONAME ?CreateObject@H4506_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @15777 NONAME ?CreateObject@H4507_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @15778 NONAME ?CreateObject@H4507_DummyRes@@UBEPAVPASN_Object@@XZ @15779 NONAME ?CreateObject@H4507_MsgCentreId@@UAEHXZ @15780 NONAME ?CreateObject@H4507_MWIInterrogateRes@@UBEPAVPASN_Object@@XZ @15781 NONAME ?CreateObject@H4508_Name@@UAEHXZ @15782 NONAME ?CreateObject@H4508_NamePresentationAllowed@@UAEHXZ @15783 NONAME ?CreateObject@H4508_NamePresentationRestricted@@UAEHXZ @15784 NONAME ?CreateObject@H4509_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @15785 NONAME ?CreateObject@H4509_CcArg@@UAEHXZ @15786 NONAME ?CreateObject@H501_AccessRejectionReason@@UAEHXZ @24856 NONAME ?CreateObject@H501_AccessToken@@UAEHXZ @24857 NONAME ?CreateObject@H501_ArrayOf_AccessToken@@UBEPAVPASN_Object@@XZ @24858 NONAME ?CreateObject@H501_ArrayOf_AddressTemplate@@UBEPAVPASN_Object@@XZ @24859 NONAME ?CreateObject@H501_ArrayOf_AliasAddress@@UBEPAVPASN_Object@@XZ @24860 NONAME ?CreateObject@H501_ArrayOf_AlternatePE@@UBEPAVPASN_Object@@XZ @24861 NONAME ?CreateObject@H501_ArrayOf_CircuitIdentifier@@UBEPAVPASN_Object@@XZ @24862 NONAME ?CreateObject@H501_ArrayOf_ClearToken@@UBEPAVPASN_Object@@XZ @24863 NONAME ?CreateObject@H501_ArrayOf_ContactInformation@@UBEPAVPASN_Object@@XZ @24864 NONAME ?CreateObject@H501_ArrayOf_CryptoH323Token@@UBEPAVPASN_Object@@XZ @24865 NONAME ?CreateObject@H501_ArrayOf_Descriptor@@UBEPAVPASN_Object@@XZ @24866 NONAME ?CreateObject@H501_ArrayOf_DescriptorInfo@@UBEPAVPASN_Object@@XZ @24868 NONAME ?CreateObject@H501_ArrayOf_GenericData@@UBEPAVPASN_Object@@XZ @24869 NONAME ?CreateObject@H501_ArrayOf_GloballyUniqueID@@UBEPAVPASN_Object@@XZ @25547 NONAME ?CreateObject@H501_ArrayOf_NonStandardParameter@@UBEPAVPASN_Object@@XZ @24870 NONAME ?CreateObject@H501_ArrayOf_PASN_ObjectId@@UBEPAVPASN_Object@@XZ @24871 NONAME ?CreateObject@H501_ArrayOf_Pattern@@UBEPAVPASN_Object@@XZ @24872 NONAME ?CreateObject@H501_ArrayOf_PriceElement@@UBEPAVPASN_Object@@XZ @24873 NONAME ?CreateObject@H501_ArrayOf_PriceInfoSpec@@UBEPAVPASN_Object@@XZ @24874 NONAME ?CreateObject@H501_ArrayOf_RouteInformation@@UBEPAVPASN_Object@@XZ @24875 NONAME ?CreateObject@H501_ArrayOf_SecurityMode@@UBEPAVPASN_Object@@XZ @24876 NONAME ?CreateObject@H501_ArrayOf_ServiceControlSession@@UBEPAVPASN_Object@@XZ @24877 NONAME ?CreateObject@H501_ArrayOf_SupportedProtocols@@UBEPAVPASN_Object@@XZ @24878 NONAME ?CreateObject@H501_ArrayOf_TransportAddress@@UBEPAVPASN_Object@@XZ @24879 NONAME ?CreateObject@H501_ArrayOf_UpdateInformation@@UBEPAVPASN_Object@@XZ @24880 NONAME ?CreateObject@H501_ArrayOf_UsageField@@UBEPAVPASN_Object@@XZ @24881 NONAME ?CreateObject@H501_AuthenticationRejectionReason@@UAEHXZ @24882 NONAME ?CreateObject@H501_DescriptorIDRejectionReason@@UAEHXZ @24883 NONAME ?CreateObject@H501_DescriptorRejectionReason@@UAEHXZ @24884 NONAME ?CreateObject@H501_MessageBody@@UAEHXZ @24885 NONAME ?CreateObject@H501_NonStandardRejectionReason@@UAEHXZ @24886 NONAME ?CreateObject@H501_Pattern@@UAEHXZ @24887 NONAME ?CreateObject@H501_PriceElement_units@@UAEHXZ @24888 NONAME ?CreateObject@H501_Role@@UAEHXZ @24889 NONAME ?CreateObject@H501_RouteInformation_messageType@@UAEHXZ @24890 NONAME ?CreateObject@H501_ServiceRejectionReason@@UAEHXZ @24891 NONAME ?CreateObject@H501_ServiceReleaseReason@@UAEHXZ @24892 NONAME ?CreateObject@H501_UnknownMessageReason@@UAEHXZ @24893 NONAME ?CreateObject@H501_UpdateInformation_descriptorInfo@@UAEHXZ @24894 NONAME ?CreateObject@H501_UpdateInformation_updateType@@UAEHXZ @24895 NONAME ?CreateObject@H501_UsageCallStatus@@UAEHXZ @24896 NONAME ?CreateObject@H501_UsageIndicationRejectionReason@@UAEHXZ @24897 NONAME ?CreateObject@H501_UsageRejectReason@@UAEHXZ @24898 NONAME ?CreateObject@H501_ValidationRejectionReason@@UAEHXZ @24899 NONAME ?CreateObject@MCS_ArrayOf_ChannelAttributes@@UBEPAVPASN_Object@@XZ @6956 NONAME ?CreateObject@MCS_ArrayOf_ChannelId@@UBEPAVPASN_Object@@XZ @6957 NONAME ?CreateObject@MCS_ArrayOf_TokenAttributes@@UBEPAVPASN_Object@@XZ @6958 NONAME ?CreateObject@MCS_ArrayOf_TokenId@@UBEPAVPASN_Object@@XZ @6959 NONAME ?CreateObject@MCS_ArrayOf_UserId@@UBEPAVPASN_Object@@XZ @6960 NONAME ?CreateObject@MCS_ChannelAttributes@@UAEHXZ @6961 NONAME ?CreateObject@MCS_ConnectMCSPDU@@UAEHXZ @6962 NONAME ?CreateObject@MCS_DomainMCSPDU@@UAEHXZ @6963 NONAME ?CreateObject@MCS_TokenAttributes@@UAEHXZ @6964 NONAME ?CreateObject@T38_ArrayOf_PASN_OctetString@@UBEPAVPASN_Object@@XZ @18895 NONAME ?CreateObject@T38_Data_Field@@UBEPAVPASN_Object@@XZ @18896 NONAME ?CreateObject@T38_PreCorrigendum_Data_Field@@UBEPAVPASN_Object@@XZ @21480 NONAME ?CreateObject@T38_Type_of_msg@@UAEHXZ @18897 NONAME ?CreateObject@T38_UDPTLPacket_error_recovery@@UAEHXZ @18898 NONAME ?CreateObject@T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@UBEPAVPASN_Object@@XZ @18899 NONAME ?CreateObject@X880_Code@@UAEHXZ @14617 NONAME ?CreateObject@X880_Reject_problem@@UAEHXZ @14618 NONAME ?CreateObject@X880_ROS@@UAEHXZ @14619 NONAME ?CreatePeerElement@H323GatekeeperServer@@QAEXABVH323TransportAddress@@@Z @26178 NONAME ?CreateRealTimeLogicalChannel@H323Connection@@UAEPAVH323Channel@@ABVH323Capability@@W4Directions@2@IPBVH245_H2250LogicalChannelParameters@@PAVRTP_QOS@@@Z @26621 NONAME ?CreateRegisteredEndPoint@H323GatekeeperServer@@UAEPAVH323RegisteredEndPoint@@AAVH323GatekeeperRRQ@@@Z @20498 NONAME ?CreateRIP@H323GatekeeperRequest@@UBEPAVH323TransactionPDU@@II@Z @26086 NONAME ?CreateRIP@H501Transaction@@UBEPAVH323TransactionPDU@@II@Z @26087 NONAME ?CreateServiceControlSession@H323EndPoint@@UAEPAVH323ServiceControlSession@@ABVH225_ServiceControlDescriptor@@@Z @22829 NONAME ?CreateServiceRelationship@H323PeerElement@@MAEPAVH323PeerElementServiceRelationship@@XZ @26088 NONAME ?CreateSoundDevice@OpalUSBDevice@@IAEHHABVPString@@HH@Z @44484 NONAME ?CreateT120ProtocolHandler@H323Connection@@UAEPAVOpalT120Protocol@@XZ @20534 NONAME ?CreateT120ProtocolHandler@H323EndPoint@@UBEPAVOpalT120Protocol@@ABVH323Connection@@@Z @19858 NONAME ?CreateT38ProtocolHandler@H323Connection@@UAEPAVOpalT38Protocol@@XZ @20535 NONAME ?CreateT38ProtocolHandler@H323EndPoint@@UBEPAVOpalT38Protocol@@ABVH323Connection@@@Z @19860 NONAME ?CreateTransactionPDU@H225_RAS@@UBEPAVH323TransactionPDU@@XZ @25874 NONAME ?CreateTransactionPDU@H323_AnnexG@@UBEPAVH323TransactionPDU@@XZ @25915 NONAME ?CreateTransport@H323DataChannel@@UAEHXZ @18902 NONAME ?CreateTransport@H323TransportAddress@@QBEPAVH323Transport@@AAVH323EndPoint@@@Z @12635 NONAME ?CreateTransport@H323_T38Channel@@UAEHXZ @19088 NONAME ?crinit@Pre_Vid_Coder@@IAEXXZ @6965 NONAME ?dcfill@@YAXHPAEH@Z @6966 NONAME ?dcsum2@@YAXHPAE0H@Z @6967 NONAME ?dcsum@@YAXHPAE0H@Z @6968 NONAME ?dct_decimate@@YAXPBF0PAF@Z @6969 NONAME ?deallocate@?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@QAEXPAXI@Z @44485 NONAME ?deallocate@?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@QAEXPAXI@Z @42917 NONAME ?deallocate@?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@QAEXPAXI@Z @42918 NONAME ?deallocate@?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@QAEXPAXI@Z @43455 NONAME ?deallocate@?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@QAEXPAXI@Z @44486 NONAME ?deallocate@?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@QAEXPAXI@Z @42919 NONAME ?deallocate@?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@QAEXPAXI@Z @43175 NONAME ?deallocate@?$allocator@ULookupRecord@@@std@@QAEXPAXI@Z @44487 NONAME ?Decode@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UAEHAAVPASN_Stream@@@Z @18578 NONAME ?Decode@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UAEHAAVPASN_Stream@@@Z @18579 NONAME ?Decode@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UAEHAAVPASN_Stream@@@Z @18580 NONAME ?Decode@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UAEHAAVPASN_Stream@@@Z @18581 NONAME ?Decode@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UAEHAAVPASN_Stream@@@Z @18582 NONAME ?Decode@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UAEHAAVPASN_Stream@@@Z @18583 NONAME ?Decode@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UAEHAAVPASN_Stream@@@Z @18584 NONAME ?Decode@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UAEHAAVPASN_Stream@@@Z @18585 NONAME ?Decode@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UAEHAAVPASN_Stream@@@Z @18586 NONAME ?Decode@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UAEHAAVPASN_Stream@@@Z @18587 NONAME ?Decode@GCC_ApplicationInvokeIndication@@UAEHAAVPASN_Stream@@@Z @6980 NONAME ?Decode@GCC_ApplicationInvokeSpecifier@@UAEHAAVPASN_Stream@@@Z @6981 NONAME ?Decode@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UAEHAAVPASN_Stream@@@Z @6982 NONAME ?Decode@GCC_ApplicationRecord@@UAEHAAVPASN_Stream@@@Z @6983 NONAME ?Decode@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UAEHAAVPASN_Stream@@@Z @6984 NONAME ?Decode@GCC_ChallengeItem@@UAEHAAVPASN_Stream@@@Z @6985 NONAME ?Decode@GCC_ChallengeRequest@@UAEHAAVPASN_Stream@@@Z @6986 NONAME ?Decode@GCC_ChallengeResponse@@UAEHAAVPASN_Stream@@@Z @6987 NONAME ?Decode@GCC_ConductorAssignIndication@@UAEHAAVPASN_Stream@@@Z @6988 NONAME ?Decode@GCC_ConductorPermissionAskIndication@@UAEHAAVPASN_Stream@@@Z @6989 NONAME ?Decode@GCC_ConductorPermissionGrantIndication@@UAEHAAVPASN_Stream@@@Z @6990 NONAME ?Decode@GCC_ConductorReleaseIndication@@UAEHAAVPASN_Stream@@@Z @6991 NONAME ?Decode@GCC_ConferenceAddRequest@@UAEHAAVPASN_Stream@@@Z @6992 NONAME ?Decode@GCC_ConferenceAddResponse@@UAEHAAVPASN_Stream@@@Z @6993 NONAME ?Decode@GCC_ConferenceAssistanceIndication@@UAEHAAVPASN_Stream@@@Z @6994 NONAME ?Decode@GCC_ConferenceCreateRequest@@UAEHAAVPASN_Stream@@@Z @6995 NONAME ?Decode@GCC_ConferenceCreateResponse@@UAEHAAVPASN_Stream@@@Z @6996 NONAME ?Decode@GCC_ConferenceDescriptor@@UAEHAAVPASN_Stream@@@Z @6997 NONAME ?Decode@GCC_ConferenceEjectUserIndication@@UAEHAAVPASN_Stream@@@Z @6998 NONAME ?Decode@GCC_ConferenceEjectUserRequest@@UAEHAAVPASN_Stream@@@Z @6999 NONAME ?Decode@GCC_ConferenceEjectUserResponse@@UAEHAAVPASN_Stream@@@Z @7000 NONAME ?Decode@GCC_ConferenceInviteRequest@@UAEHAAVPASN_Stream@@@Z @7001 NONAME ?Decode@GCC_ConferenceInviteResponse@@UAEHAAVPASN_Stream@@@Z @7002 NONAME ?Decode@GCC_ConferenceJoinRequest@@UAEHAAVPASN_Stream@@@Z @7003 NONAME ?Decode@GCC_ConferenceJoinResponse@@UAEHAAVPASN_Stream@@@Z @7004 NONAME ?Decode@GCC_ConferenceLockIndication@@UAEHAAVPASN_Stream@@@Z @7005 NONAME ?Decode@GCC_ConferenceLockRequest@@UAEHAAVPASN_Stream@@@Z @7006 NONAME ?Decode@GCC_ConferenceLockResponse@@UAEHAAVPASN_Stream@@@Z @7007 NONAME ?Decode@GCC_ConferenceName@@UAEHAAVPASN_Stream@@@Z @7008 NONAME ?Decode@GCC_ConferencePriority@@UAEHAAVPASN_Stream@@@Z @7009 NONAME ?Decode@GCC_ConferenceQueryRequest@@UAEHAAVPASN_Stream@@@Z @7010 NONAME ?Decode@GCC_ConferenceQueryResponse@@UAEHAAVPASN_Stream@@@Z @7011 NONAME ?Decode@GCC_ConferenceTerminateIndication@@UAEHAAVPASN_Stream@@@Z @7012 NONAME ?Decode@GCC_ConferenceTerminateRequest@@UAEHAAVPASN_Stream@@@Z @7013 NONAME ?Decode@GCC_ConferenceTerminateResponse@@UAEHAAVPASN_Stream@@@Z @7014 NONAME ?Decode@GCC_ConferenceTimeExtendIndication@@UAEHAAVPASN_Stream@@@Z @7015 NONAME ?Decode@GCC_ConferenceTimeInquireIndication@@UAEHAAVPASN_Stream@@@Z @7016 NONAME ?Decode@GCC_ConferenceTimeRemainingIndication@@UAEHAAVPASN_Stream@@@Z @7017 NONAME ?Decode@GCC_ConferenceTransferIndication@@UAEHAAVPASN_Stream@@@Z @7018 NONAME ?Decode@GCC_ConferenceTransferRequest@@UAEHAAVPASN_Stream@@@Z @7019 NONAME ?Decode@GCC_ConferenceTransferResponse@@UAEHAAVPASN_Stream@@@Z @7020 NONAME ?Decode@GCC_ConferenceUnlockIndication@@UAEHAAVPASN_Stream@@@Z @7021 NONAME ?Decode@GCC_ConferenceUnlockRequest@@UAEHAAVPASN_Stream@@@Z @7022 NONAME ?Decode@GCC_ConferenceUnlockResponse@@UAEHAAVPASN_Stream@@@Z @7023 NONAME ?Decode@GCC_ConnectData@@UAEHAAVPASN_Stream@@@Z @7024 NONAME ?Decode@GCC_FunctionNotSupportedResponse@@UAEHAAVPASN_Stream@@@Z @7025 NONAME ?Decode@GCC_NetworkAddress_subtype_aggregatedChannel@@UAEHAAVPASN_Stream@@@Z @7026 NONAME ?Decode@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UAEHAAVPASN_Stream@@@Z @7027 NONAME ?Decode@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UAEHAAVPASN_Stream@@@Z @7028 NONAME ?Decode@GCC_NetworkAddress_subtype_transportConnection@@UAEHAAVPASN_Stream@@@Z @7029 NONAME ?Decode@GCC_NodeProperties@@UAEHAAVPASN_Stream@@@Z @7030 NONAME ?Decode@GCC_NodeRecord@@UAEHAAVPASN_Stream@@@Z @7031 NONAME ?Decode@GCC_NonStandardParameter@@UAEHAAVPASN_Stream@@@Z @7032 NONAME ?Decode@GCC_NonStandardPDU@@UAEHAAVPASN_Stream@@@Z @7033 NONAME ?Decode@GCC_Password@@UAEHAAVPASN_Stream@@@Z @7034 NONAME ?Decode@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UAEHAAVPASN_Stream@@@Z @7035 NONAME ?Decode@GCC_RegistryAllocateHandleRequest@@UAEHAAVPASN_Stream@@@Z @7036 NONAME ?Decode@GCC_RegistryAllocateHandleResponse@@UAEHAAVPASN_Stream@@@Z @7037 NONAME ?Decode@GCC_RegistryAssignTokenRequest@@UAEHAAVPASN_Stream@@@Z @7038 NONAME ?Decode@GCC_RegistryDeleteEntryRequest@@UAEHAAVPASN_Stream@@@Z @7039 NONAME ?Decode@GCC_RegistryEntryOwner_owned@@UAEHAAVPASN_Stream@@@Z @7040 NONAME ?Decode@GCC_RegistryKey@@UAEHAAVPASN_Stream@@@Z @7041 NONAME ?Decode@GCC_RegistryMonitorEntryIndication@@UAEHAAVPASN_Stream@@@Z @7042 NONAME ?Decode@GCC_RegistryMonitorEntryRequest@@UAEHAAVPASN_Stream@@@Z @7043 NONAME ?Decode@GCC_RegistryRegisterChannelRequest@@UAEHAAVPASN_Stream@@@Z @7044 NONAME ?Decode@GCC_RegistryResponse@@UAEHAAVPASN_Stream@@@Z @7045 NONAME ?Decode@GCC_RegistryRetrieveEntryRequest@@UAEHAAVPASN_Stream@@@Z @7046 NONAME ?Decode@GCC_RegistrySetParameterRequest@@UAEHAAVPASN_Stream@@@Z @7047 NONAME ?Decode@GCC_RosterUpdateIndication@@UAEHAAVPASN_Stream@@@Z @7048 NONAME ?Decode@GCC_RosterUpdateIndication_applicationInformation_subtype@@UAEHAAVPASN_Stream@@@Z @7049 NONAME ?Decode@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UAEHAAVPASN_Stream@@@Z @7050 NONAME ?Decode@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UAEHAAVPASN_Stream@@@Z @7051 NONAME ?Decode@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UAEHAAVPASN_Stream@@@Z @7052 NONAME ?Decode@GCC_RosterUpdateIndication_nodeInformation@@UAEHAAVPASN_Stream@@@Z @7053 NONAME ?Decode@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UAEHAAVPASN_Stream@@@Z @7054 NONAME ?Decode@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UAEHAAVPASN_Stream@@@Z @7055 NONAME ?Decode@GCC_SessionKey@@UAEHAAVPASN_Stream@@@Z @7056 NONAME ?Decode@GCC_TextMessageIndication@@UAEHAAVPASN_Stream@@@Z @7057 NONAME ?Decode@GCC_UserData_subtype@@UAEHAAVPASN_Stream@@@Z @7058 NONAME ?Decode@GCC_UserIDIndication@@UAEHAAVPASN_Stream@@@Z @7059 NONAME ?Decode@H225_AddressPattern_range@@UAEHAAVPASN_Stream@@@Z @17629 NONAME ?Decode@H225_AdmissionConfirm@@UAEHAAVPASN_Stream@@@Z @7060 NONAME ?Decode@H225_AdmissionReject@@UAEHAAVPASN_Stream@@@Z @7061 NONAME ?Decode@H225_AdmissionRequest@@UAEHAAVPASN_Stream@@@Z @7062 NONAME ?Decode@H225_Alerting_UUIE@@UAEHAAVPASN_Stream@@@Z @7063 NONAME ?Decode@H225_AlternateGK@@UAEHAAVPASN_Stream@@@Z @7064 NONAME ?Decode@H225_AlternateTransportAddresses@@UAEHAAVPASN_Stream@@@Z @17630 NONAME ?Decode@H225_AltGKInfo@@UAEHAAVPASN_Stream@@@Z @7065 NONAME ?Decode@H225_ANSI_41_UIM@@UAEHAAVPASN_Stream@@@Z @17631 NONAME ?Decode@H225_BandwidthConfirm@@UAEHAAVPASN_Stream@@@Z @7066 NONAME ?Decode@H225_BandwidthDetails@@UAEHAAVPASN_Stream@@@Z @17632 NONAME ?Decode@H225_BandwidthReject@@UAEHAAVPASN_Stream@@@Z @7067 NONAME ?Decode@H225_BandwidthRequest@@UAEHAAVPASN_Stream@@@Z @7068 NONAME ?Decode@H225_CallCapacity@@UAEHAAVPASN_Stream@@@Z @17633 NONAME ?Decode@H225_CallCapacityInfo@@UAEHAAVPASN_Stream@@@Z @17634 NONAME ?Decode@H225_CallCreditCapability@@UAEHAAVPASN_Stream@@@Z @17635 NONAME ?Decode@H225_CallCreditServiceControl@@UAEHAAVPASN_Stream@@@Z @17636 NONAME ?Decode@H225_CallIdentifier@@UAEHAAVPASN_Stream@@@Z @7069 NONAME ?Decode@H225_CallLinkage@@UAEHAAVPASN_Stream@@@Z @17637 NONAME ?Decode@H225_CallProceeding_UUIE@@UAEHAAVPASN_Stream@@@Z @7070 NONAME ?Decode@H225_CallsAvailable@@UAEHAAVPASN_Stream@@@Z @17638 NONAME ?Decode@H225_CapacityReportingCapability@@UAEHAAVPASN_Stream@@@Z @17639 NONAME ?Decode@H225_CapacityReportingSpecification@@UAEHAAVPASN_Stream@@@Z @17640 NONAME ?Decode@H225_CapacityReportingSpecification_when@@UAEHAAVPASN_Stream@@@Z @17641 NONAME ?Decode@H225_CarrierInfo@@UAEHAAVPASN_Stream@@@Z @27064 NONAME ?Decode@H225_CicInfo@@UAEHAAVPASN_Stream@@@Z @17642 NONAME ?Decode@H225_CircuitIdentifier@@UAEHAAVPASN_Stream@@@Z @26671 NONAME ?Decode@H225_CircuitInfo@@UAEHAAVPASN_Stream@@@Z @17643 NONAME ?Decode@H225_ConferenceList@@UAEHAAVPASN_Stream@@@Z @7071 NONAME ?Decode@H225_Connect_UUIE@@UAEHAAVPASN_Stream@@@Z @7072 NONAME ?Decode@H225_CryptoH323Token_cryptoEPPwdHash@@UAEHAAVPASN_Stream@@@Z @7073 NONAME ?Decode@H225_CryptoH323Token_cryptoGKPwdHash@@UAEHAAVPASN_Stream@@@Z @7074 NONAME ?Decode@H225_DataRate@@UAEHAAVPASN_Stream@@@Z @7075 NONAME ?Decode@H225_DisengageConfirm@@UAEHAAVPASN_Stream@@@Z @7076 NONAME ?Decode@H225_DisengageReject@@UAEHAAVPASN_Stream@@@Z @7077 NONAME ?Decode@H225_DisengageRequest@@UAEHAAVPASN_Stream@@@Z @7078 NONAME ?Decode@H225_Endpoint@@UAEHAAVPASN_Stream@@@Z @7079 NONAME ?Decode@H225_EndpointType@@UAEHAAVPASN_Stream@@@Z @7080 NONAME ?Decode@H225_EnumeratedParameter@@UAEHAAVPASN_Stream@@@Z @17644 NONAME ?Decode@H225_ExtendedAliasAddress@@UAEHAAVPASN_Stream@@@Z @17645 NONAME ?Decode@H225_Facility_UUIE@@UAEHAAVPASN_Stream@@@Z @7081 NONAME ?Decode@H225_FeatureSet@@UAEHAAVPASN_Stream@@@Z @17646 NONAME ?Decode@H225_GatekeeperConfirm@@UAEHAAVPASN_Stream@@@Z @7082 NONAME ?Decode@H225_GatekeeperInfo@@UAEHAAVPASN_Stream@@@Z @7083 NONAME ?Decode@H225_GatekeeperReject@@UAEHAAVPASN_Stream@@@Z @7084 NONAME ?Decode@H225_GatekeeperRequest@@UAEHAAVPASN_Stream@@@Z @7085 NONAME ?Decode@H225_GatewayInfo@@UAEHAAVPASN_Stream@@@Z @7086 NONAME ?Decode@H225_GenericData@@UAEHAAVPASN_Stream@@@Z @17647 NONAME ?Decode@H225_GroupID@@UAEHAAVPASN_Stream@@@Z @17648 NONAME ?Decode@H225_GSM_UIM@@UAEHAAVPASN_Stream@@@Z @17649 NONAME ?Decode@H225_H221NonStandard@@UAEHAAVPASN_Stream@@@Z @7087 NONAME ?Decode@H225_H310Caps@@UAEHAAVPASN_Stream@@@Z @7088 NONAME ?Decode@H225_H320Caps@@UAEHAAVPASN_Stream@@@Z @7089 NONAME ?Decode@H225_H321Caps@@UAEHAAVPASN_Stream@@@Z @7090 NONAME ?Decode@H225_H322Caps@@UAEHAAVPASN_Stream@@@Z @7091 NONAME ?Decode@H225_H323Caps@@UAEHAAVPASN_Stream@@@Z @7092 NONAME ?Decode@H225_H323_UserInformation@@UAEHAAVPASN_Stream@@@Z @7093 NONAME ?Decode@H225_H323_UserInformation_user_data@@UAEHAAVPASN_Stream@@@Z @7094 NONAME ?Decode@H225_H323_UU_PDU@@UAEHAAVPASN_Stream@@@Z @7095 NONAME ?Decode@H225_H323_UU_PDU_tunnelledSignallingMessage@@UAEHAAVPASN_Stream@@@Z @17650 NONAME ?Decode@H225_H324Caps@@UAEHAAVPASN_Stream@@@Z @7096 NONAME ?Decode@H225_ICV@@UAEHAAVPASN_Stream@@@Z @7097 NONAME ?Decode@H225_InfoRequest@@UAEHAAVPASN_Stream@@@Z @7098 NONAME ?Decode@H225_InfoRequestAck@@UAEHAAVPASN_Stream@@@Z @7099 NONAME ?Decode@H225_InfoRequestNak@@UAEHAAVPASN_Stream@@@Z @7100 NONAME ?Decode@H225_InfoRequestResponse@@UAEHAAVPASN_Stream@@@Z @7101 NONAME ?Decode@H225_InfoRequestResponse_perCallInfo_subtype@@UAEHAAVPASN_Stream@@@Z @7102 NONAME ?Decode@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UAEHAAVPASN_Stream@@@Z @7103 NONAME ?Decode@H225_Information_UUIE@@UAEHAAVPASN_Stream@@@Z @7104 NONAME ?Decode@H225_LocationConfirm@@UAEHAAVPASN_Stream@@@Z @7105 NONAME ?Decode@H225_LocationReject@@UAEHAAVPASN_Stream@@@Z @7106 NONAME ?Decode@H225_LocationRequest@@UAEHAAVPASN_Stream@@@Z @7107 NONAME ?Decode@H225_McuInfo@@UAEHAAVPASN_Stream@@@Z @7108 NONAME ?Decode@H225_NonStandardMessage@@UAEHAAVPASN_Stream@@@Z @7109 NONAME ?Decode@H225_NonStandardParameter@@UAEHAAVPASN_Stream@@@Z @7110 NONAME ?Decode@H225_NonStandardProtocol@@UAEHAAVPASN_Stream@@@Z @7111 NONAME ?Decode@H225_Notify_UUIE@@UAEHAAVPASN_Stream@@@Z @17651 NONAME ?Decode@H225_PrivatePartyNumber@@UAEHAAVPASN_Stream@@@Z @7112 NONAME ?Decode@H225_Progress_UUIE@@UAEHAAVPASN_Stream@@@Z @7113 NONAME ?Decode@H225_PublicPartyNumber@@UAEHAAVPASN_Stream@@@Z @7114 NONAME ?Decode@H225_Q954Details@@UAEHAAVPASN_Stream@@@Z @7115 NONAME ?Decode@H225_QseriesOptions@@UAEHAAVPASN_Stream@@@Z @7116 NONAME ?Decode@H225_RasUsageInformation@@UAEHAAVPASN_Stream@@@Z @17652 NONAME ?Decode@H225_RasUsageInfoTypes@@UAEHAAVPASN_Stream@@@Z @17653 NONAME ?Decode@H225_RasUsageSpecification@@UAEHAAVPASN_Stream@@@Z @17654 NONAME ?Decode@H225_RasUsageSpecification_callStartingPoint@@UAEHAAVPASN_Stream@@@Z @17655 NONAME ?Decode@H225_RasUsageSpecification_when@@UAEHAAVPASN_Stream@@@Z @17656 NONAME ?Decode@H225_RegistrationConfirm@@UAEHAAVPASN_Stream@@@Z @7117 NONAME ?Decode@H225_RegistrationConfirm_preGrantedARQ@@UAEHAAVPASN_Stream@@@Z @7118 NONAME ?Decode@H225_RegistrationReject@@UAEHAAVPASN_Stream@@@Z @7119 NONAME ?Decode@H225_RegistrationRejectReason_invalidTerminalAliases@@UAEHAAVPASN_Stream@@@Z @17657 NONAME ?Decode@H225_RegistrationRequest@@UAEHAAVPASN_Stream@@@Z @7120 NONAME ?Decode@H225_ReleaseComplete_UUIE@@UAEHAAVPASN_Stream@@@Z @7121 NONAME ?Decode@H225_RequestInProgress@@UAEHAAVPASN_Stream@@@Z @7122 NONAME ?Decode@H225_ResourcesAvailableConfirm@@UAEHAAVPASN_Stream@@@Z @7123 NONAME ?Decode@H225_ResourcesAvailableIndicate@@UAEHAAVPASN_Stream@@@Z @7124 NONAME ?Decode@H225_RTPSession@@UAEHAAVPASN_Stream@@@Z @7125 NONAME ?Decode@H225_SecurityCapabilities@@UAEHAAVPASN_Stream@@@Z @7126 NONAME ?Decode@H225_ServiceControlIndication@@UAEHAAVPASN_Stream@@@Z @17658 NONAME ?Decode@H225_ServiceControlIndication_callSpecific@@UAEHAAVPASN_Stream@@@Z @17659 NONAME ?Decode@H225_ServiceControlResponse@@UAEHAAVPASN_Stream@@@Z @17660 NONAME ?Decode@H225_ServiceControlSession@@UAEHAAVPASN_Stream@@@Z @17661 NONAME ?Decode@H225_SetupAcknowledge_UUIE@@UAEHAAVPASN_Stream@@@Z @17662 NONAME ?Decode@H225_Setup_UUIE@@UAEHAAVPASN_Stream@@@Z @7127 NONAME ?Decode@H225_Setup_UUIE_connectionParameters@@UAEHAAVPASN_Stream@@@Z @17663 NONAME ?Decode@H225_SIPCaps@@UAEHAAVPASN_Stream@@@Z @27065 NONAME ?Decode@H225_StatusInquiry_UUIE@@UAEHAAVPASN_Stream@@@Z @17664 NONAME ?Decode@H225_Status_UUIE@@UAEHAAVPASN_Stream@@@Z @17665 NONAME ?Decode@H225_StimulusControl@@UAEHAAVPASN_Stream@@@Z @17666 NONAME ?Decode@H225_SupportedPrefix@@UAEHAAVPASN_Stream@@@Z @7128 NONAME ?Decode@H225_T120OnlyCaps@@UAEHAAVPASN_Stream@@@Z @7129 NONAME ?Decode@H225_T38FaxAnnexbOnlyCaps@@UAEHAAVPASN_Stream@@@Z @17667 NONAME ?Decode@H225_TerminalInfo@@UAEHAAVPASN_Stream@@@Z @7130 NONAME ?Decode@H225_TransportAddress_ip6Address@@UAEHAAVPASN_Stream@@@Z @7131 NONAME ?Decode@H225_TransportAddress_ipAddress@@UAEHAAVPASN_Stream@@@Z @7132 NONAME ?Decode@H225_TransportAddress_ipSourceRoute@@UAEHAAVPASN_Stream@@@Z @7133 NONAME ?Decode@H225_TransportAddress_ipxAddress@@UAEHAAVPASN_Stream@@@Z @7134 NONAME ?Decode@H225_TransportChannelInfo@@UAEHAAVPASN_Stream@@@Z @7135 NONAME ?Decode@H225_TunnelledProtocol@@UAEHAAVPASN_Stream@@@Z @17668 NONAME ?Decode@H225_TunnelledProtocolAlternateIdentifier@@UAEHAAVPASN_Stream@@@Z @17669 NONAME ?Decode@H225_UnknownMessageResponse@@UAEHAAVPASN_Stream@@@Z @7136 NONAME ?Decode@H225_UnregistrationConfirm@@UAEHAAVPASN_Stream@@@Z @7137 NONAME ?Decode@H225_UnregistrationReject@@UAEHAAVPASN_Stream@@@Z @7138 NONAME ?Decode@H225_UnregistrationRequest@@UAEHAAVPASN_Stream@@@Z @7139 NONAME ?Decode@H225_UUIEsRequested@@UAEHAAVPASN_Stream@@@Z @7140 NONAME ?Decode@H225_VendorIdentifier@@UAEHAAVPASN_Stream@@@Z @7141 NONAME ?Decode@H225_VoiceCaps@@UAEHAAVPASN_Stream@@@Z @7142 NONAME ?Decode@H235_ClearToken@@UAEHAAVPASN_Stream@@@Z @7143 NONAME ?Decode@H235_CryptoToken_cryptoEncryptedToken@@UAEHAAVPASN_Stream@@@Z @7144 NONAME ?Decode@H235_CryptoToken_cryptoHashedToken@@UAEHAAVPASN_Stream@@@Z @7145 NONAME ?Decode@H235_CryptoToken_cryptoSignedToken@@UAEHAAVPASN_Stream@@@Z @7146 NONAME ?Decode@H235_DHset@@UAEHAAVPASN_Stream@@@Z @7147 NONAME ?Decode@H235_ECGDSASignature@@UAEHAAVPASN_Stream@@@Z @27066 NONAME ?Decode@H235_ECKASDH_eckasdh2@@UAEHAAVPASN_Stream@@@Z @19252 NONAME ?Decode@H235_ECKASDH_eckasdhp@@UAEHAAVPASN_Stream@@@Z @19253 NONAME ?Decode@H235_ECpoint@@UAEHAAVPASN_Stream@@@Z @27067 NONAME ?Decode@H235_H235CertificateSignature@@UAEHAAVPASN_Stream@@@Z @7148 NONAME ?Decode@H235_KeySignedMaterial@@UAEHAAVPASN_Stream@@@Z @7149 NONAME ?Decode@H235_KeySyncMaterial@@UAEHAAVPASN_Stream@@@Z @7150 NONAME ?Decode@H235_NonStandardParameter@@UAEHAAVPASN_Stream@@@Z @7151 NONAME ?Decode@H235_Params@@UAEHAAVPASN_Stream@@@Z @7152 NONAME ?Decode@H235_ReturnSig@@UAEHAAVPASN_Stream@@@Z @7153 NONAME ?Decode@H235_TypedCertificate@@UAEHAAVPASN_Stream@@@Z @7154 NONAME ?Decode@H235_V3KeySyncMaterial@@UAEHAAVPASN_Stream@@@Z @27068 NONAME ?Decode@H245_ATMParameters@@UAEHAAVPASN_Stream@@@Z @7155 NONAME ?Decode@H245_AudioCapability_g7231@@UAEHAAVPASN_Stream@@@Z @7156 NONAME ?Decode@H245_AudioTelephonyEventCapability@@UAEHAAVPASN_Stream@@@Z @17670 NONAME ?Decode@H245_AudioToneCapability@@UAEHAAVPASN_Stream@@@Z @17671 NONAME ?Decode@H245_AuthenticationCapability@@UAEHAAVPASN_Stream@@@Z @7157 NONAME ?Decode@H245_BEnhancementParameters@@UAEHAAVPASN_Stream@@@Z @7158 NONAME ?Decode@H245_CapabilityDescriptor@@UAEHAAVPASN_Stream@@@Z @7159 NONAME ?Decode@H245_CapabilityTableEntry@@UAEHAAVPASN_Stream@@@Z @7160 NONAME ?Decode@H245_Capability_h233EncryptionReceiveCapability@@UAEHAAVPASN_Stream@@@Z @7161 NONAME ?Decode@H245_CloseLogicalChannel@@UAEHAAVPASN_Stream@@@Z @7162 NONAME ?Decode@H245_CloseLogicalChannelAck@@UAEHAAVPASN_Stream@@@Z @7163 NONAME ?Decode@H245_CommunicationModeCommand@@UAEHAAVPASN_Stream@@@Z @7164 NONAME ?Decode@H245_CommunicationModeRequest@@UAEHAAVPASN_Stream@@@Z @7165 NONAME ?Decode@H245_CommunicationModeTableEntry@@UAEHAAVPASN_Stream@@@Z @7166 NONAME ?Decode@H245_ConferenceCapability@@UAEHAAVPASN_Stream@@@Z @7167 NONAME ?Decode@H245_ConferenceRequest_requestTerminalCertificate@@UAEHAAVPASN_Stream@@@Z @7168 NONAME ?Decode@H245_ConferenceResponse_chairTokenOwnerResponse@@UAEHAAVPASN_Stream@@@Z @7169 NONAME ?Decode@H245_ConferenceResponse_conferenceIDResponse@@UAEHAAVPASN_Stream@@@Z @7170 NONAME ?Decode@H245_ConferenceResponse_extensionAddressResponse@@UAEHAAVPASN_Stream@@@Z @7171 NONAME ?Decode@H245_ConferenceResponse_mCTerminalIDResponse@@UAEHAAVPASN_Stream@@@Z @7172 NONAME ?Decode@H245_ConferenceResponse_passwordResponse@@UAEHAAVPASN_Stream@@@Z @7173 NONAME ?Decode@H245_ConferenceResponse_terminalCertificateResponse@@UAEHAAVPASN_Stream@@@Z @7174 NONAME ?Decode@H245_ConferenceResponse_terminalIDResponse@@UAEHAAVPASN_Stream@@@Z @7175 NONAME ?Decode@H245_ConnectionIdentifier@@UAEHAAVPASN_Stream@@@Z @17672 NONAME ?Decode@H245_Criteria@@UAEHAAVPASN_Stream@@@Z @7176 NONAME ?Decode@H245_CustomPictureClockFrequency@@UAEHAAVPASN_Stream@@@Z @7177 NONAME ?Decode@H245_CustomPictureFormat@@UAEHAAVPASN_Stream@@@Z @7178 NONAME ?Decode@H245_CustomPictureFormat_mPI@@UAEHAAVPASN_Stream@@@Z @7179 NONAME ?Decode@H245_CustomPictureFormat_mPI_customPCF_subtype@@UAEHAAVPASN_Stream@@@Z @7180 NONAME ?Decode@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UAEHAAVPASN_Stream@@@Z @7181 NONAME ?Decode@H245_DataApplicationCapability@@UAEHAAVPASN_Stream@@@Z @7182 NONAME ?Decode@H245_DataApplicationCapability_application_nlpid@@UAEHAAVPASN_Stream@@@Z @7183 NONAME ?Decode@H245_DataApplicationCapability_application_t38fax@@UAEHAAVPASN_Stream@@@Z @17673 NONAME ?Decode@H245_DataApplicationCapability_application_t84@@UAEHAAVPASN_Stream@@@Z @7184 NONAME ?Decode@H245_DataMode@@UAEHAAVPASN_Stream@@@Z @7185 NONAME ?Decode@H245_DataMode_application_nlpid@@UAEHAAVPASN_Stream@@@Z @7186 NONAME ?Decode@H245_DataMode_application_t38fax@@UAEHAAVPASN_Stream@@@Z @17674 NONAME ?Decode@H245_DepFECCapability_rfc2733@@UAEHAAVPASN_Stream@@@Z @44488 NONAME ?Decode@H245_DepFECCapability_rfc2733_separateStream@@UAEHAAVPASN_Stream@@@Z @44489 NONAME ?Decode@H245_DepFECData_rfc2733@@UAEHAAVPASN_Stream@@@Z @44490 NONAME ?Decode@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UAEHAAVPASN_Stream@@@Z @44491 NONAME ?Decode@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UAEHAAVPASN_Stream@@@Z @44492 NONAME ?Decode@H245_DepFECMode_rfc2733Mode@@UAEHAAVPASN_Stream@@@Z @44493 NONAME ?Decode@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UAEHAAVPASN_Stream@@@Z @44494 NONAME ?Decode@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UAEHAAVPASN_Stream@@@Z @44495 NONAME ?Decode@H245_DialingInformationNumber@@UAEHAAVPASN_Stream@@@Z @17675 NONAME ?Decode@H245_EncryptionAuthenticationAndIntegrity@@UAEHAAVPASN_Stream@@@Z @7187 NONAME ?Decode@H245_EncryptionCommand_encryptionAlgorithmID@@UAEHAAVPASN_Stream@@@Z @7188 NONAME ?Decode@H245_EncryptionSync@@UAEHAAVPASN_Stream@@@Z @7189 NONAME ?Decode@H245_EncryptionUpdateRequest@@UAEHAAVPASN_Stream@@@Z @7190 NONAME ?Decode@H245_EnhancementLayerInfo@@UAEHAAVPASN_Stream@@@Z @7191 NONAME ?Decode@H245_EnhancementOptions@@UAEHAAVPASN_Stream@@@Z @7192 NONAME ?Decode@H245_EscrowData@@UAEHAAVPASN_Stream@@@Z @7193 NONAME ?Decode@H245_ExtendedVideoCapability@@UAEHAAVPASN_Stream@@@Z @44496 NONAME ?Decode@H245_FECCapability@@UAEHAAVPASN_Stream@@@Z @44497 NONAME ?Decode@H245_FECData_rfc2733@@UAEHAAVPASN_Stream@@@Z @27071 NONAME ?Decode@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UAEHAAVPASN_Stream@@@Z @44498 NONAME ?Decode@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UAEHAAVPASN_Stream@@@Z @44499 NONAME ?Decode@H245_FECMode@@UAEHAAVPASN_Stream@@@Z @44500 NONAME ?Decode@H245_FlowControlCommand@@UAEHAAVPASN_Stream@@@Z @7194 NONAME ?Decode@H245_FlowControlIndication@@UAEHAAVPASN_Stream@@@Z @17676 NONAME ?Decode@H245_FunctionNotSupported@@UAEHAAVPASN_Stream@@@Z @7195 NONAME ?Decode@H245_G7231AnnexCCapability@@UAEHAAVPASN_Stream@@@Z @7196 NONAME ?Decode@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UAEHAAVPASN_Stream@@@Z @7197 NONAME ?Decode@H245_G7231AnnexCMode@@UAEHAAVPASN_Stream@@@Z @7198 NONAME ?Decode@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UAEHAAVPASN_Stream@@@Z @7199 NONAME ?Decode@H245_G729Extensions@@UAEHAAVPASN_Stream@@@Z @17677 NONAME ?Decode@H245_GenericCapability@@UAEHAAVPASN_Stream@@@Z @17678 NONAME ?Decode@H245_GenericMessage@@UAEHAAVPASN_Stream@@@Z @44501 NONAME ?Decode@H245_GenericParameter@@UAEHAAVPASN_Stream@@@Z @17679 NONAME ?Decode@H245_GSMAudioCapability@@UAEHAAVPASN_Stream@@@Z @7200 NONAME ?Decode@H245_H222Capability@@UAEHAAVPASN_Stream@@@Z @7201 NONAME ?Decode@H245_H222LogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @7202 NONAME ?Decode@H245_H223AL1MParameters@@UAEHAAVPASN_Stream@@@Z @7203 NONAME ?Decode@H245_H223AL2MParameters@@UAEHAAVPASN_Stream@@@Z @7204 NONAME ?Decode@H245_H223AL3MParameters@@UAEHAAVPASN_Stream@@@Z @7205 NONAME ?Decode@H245_H223AnnexCArqParameters@@UAEHAAVPASN_Stream@@@Z @7206 NONAME ?Decode@H245_H223AnnexCCapability@@UAEHAAVPASN_Stream@@@Z @7207 NONAME ?Decode@H245_H223Capability@@UAEHAAVPASN_Stream@@@Z @7208 NONAME ?Decode@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UAEHAAVPASN_Stream@@@Z @7209 NONAME ?Decode@H245_H223Capability_mobileMultilinkFrameCapability@@UAEHAAVPASN_Stream@@@Z @17680 NONAME ?Decode@H245_H223Capability_mobileOperationTransmitCapability@@UAEHAAVPASN_Stream@@@Z @7210 NONAME ?Decode@H245_H223LogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @7211 NONAME ?Decode@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UAEHAAVPASN_Stream@@@Z @7212 NONAME ?Decode@H245_H223ModeParameters@@UAEHAAVPASN_Stream@@@Z @7213 NONAME ?Decode@H245_H223ModeParameters_adaptationLayerType_al3@@UAEHAAVPASN_Stream@@@Z @7214 NONAME ?Decode@H245_H223SkewIndication@@UAEHAAVPASN_Stream@@@Z @7215 NONAME ?Decode@H245_H2250Capability@@UAEHAAVPASN_Stream@@@Z @7216 NONAME ?Decode@H245_H2250Capability_mcCapability@@UAEHAAVPASN_Stream@@@Z @7217 NONAME ?Decode@H245_H2250LogicalChannelAckParameters@@UAEHAAVPASN_Stream@@@Z @7218 NONAME ?Decode@H245_H2250LogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @7219 NONAME ?Decode@H245_H2250MaximumSkewIndication@@UAEHAAVPASN_Stream@@@Z @7220 NONAME ?Decode@H245_H2250ModeParameters@@UAEHAAVPASN_Stream@@@Z @7221 NONAME ?Decode@H245_H235Media@@UAEHAAVPASN_Stream@@@Z @7222 NONAME ?Decode@H245_H235Mode@@UAEHAAVPASN_Stream@@@Z @7223 NONAME ?Decode@H245_H235SecurityCapability@@UAEHAAVPASN_Stream@@@Z @7224 NONAME ?Decode@H245_H261VideoCapability@@UAEHAAVPASN_Stream@@@Z @7225 NONAME ?Decode@H245_H261VideoMode@@UAEHAAVPASN_Stream@@@Z @7226 NONAME ?Decode@H245_H262VideoCapability@@UAEHAAVPASN_Stream@@@Z @7227 NONAME ?Decode@H245_H262VideoMode@@UAEHAAVPASN_Stream@@@Z @7228 NONAME ?Decode@H245_H263ModeComboFlags@@UAEHAAVPASN_Stream@@@Z @7229 NONAME ?Decode@H245_H263Options@@UAEHAAVPASN_Stream@@@Z @7230 NONAME ?Decode@H245_H263Version3Options@@UAEHAAVPASN_Stream@@@Z @17681 NONAME ?Decode@H245_H263VideoCapability@@UAEHAAVPASN_Stream@@@Z @7231 NONAME ?Decode@H245_H263VideoMode@@UAEHAAVPASN_Stream@@@Z @7232 NONAME ?Decode@H245_H263VideoModeCombos@@UAEHAAVPASN_Stream@@@Z @7233 NONAME ?Decode@H245_IntegrityCapability@@UAEHAAVPASN_Stream@@@Z @7234 NONAME ?Decode@H245_IS11172AudioCapability@@UAEHAAVPASN_Stream@@@Z @7235 NONAME ?Decode@H245_IS11172AudioMode@@UAEHAAVPASN_Stream@@@Z @7236 NONAME ?Decode@H245_IS11172VideoCapability@@UAEHAAVPASN_Stream@@@Z @7237 NONAME ?Decode@H245_IS11172VideoMode@@UAEHAAVPASN_Stream@@@Z @7238 NONAME ?Decode@H245_IS13818AudioCapability@@UAEHAAVPASN_Stream@@@Z @7239 NONAME ?Decode@H245_IS13818AudioMode@@UAEHAAVPASN_Stream@@@Z @7240 NONAME ?Decode@H245_JitterIndication@@UAEHAAVPASN_Stream@@@Z @7241 NONAME ?Decode@H245_KeyProtectionMethod@@UAEHAAVPASN_Stream@@@Z @7242 NONAME ?Decode@H245_LogicalChannelRateAcknowledge@@UAEHAAVPASN_Stream@@@Z @17682 NONAME ?Decode@H245_LogicalChannelRateReject@@UAEHAAVPASN_Stream@@@Z @17683 NONAME ?Decode@H245_LogicalChannelRateRelease@@UAEHAAVPASN_Stream@@@Z @17684 NONAME ?Decode@H245_LogicalChannelRateRequest@@UAEHAAVPASN_Stream@@@Z @17685 NONAME ?Decode@H245_MaintenanceLoopAck@@UAEHAAVPASN_Stream@@@Z @7243 NONAME ?Decode@H245_MaintenanceLoopOffCommand@@UAEHAAVPASN_Stream@@@Z @7244 NONAME ?Decode@H245_MaintenanceLoopReject@@UAEHAAVPASN_Stream@@@Z @7245 NONAME ?Decode@H245_MaintenanceLoopRequest@@UAEHAAVPASN_Stream@@@Z @7246 NONAME ?Decode@H245_MasterSlaveDetermination@@UAEHAAVPASN_Stream@@@Z @7247 NONAME ?Decode@H245_MasterSlaveDeterminationAck@@UAEHAAVPASN_Stream@@@Z @7248 NONAME ?Decode@H245_MasterSlaveDeterminationReject@@UAEHAAVPASN_Stream@@@Z @7249 NONAME ?Decode@H245_MasterSlaveDeterminationRelease@@UAEHAAVPASN_Stream@@@Z @7250 NONAME ?Decode@H245_MCLocationIndication@@UAEHAAVPASN_Stream@@@Z @7251 NONAME ?Decode@H245_MediaChannelCapability@@UAEHAAVPASN_Stream@@@Z @7252 NONAME ?Decode@H245_MediaDistributionCapability@@UAEHAAVPASN_Stream@@@Z @7253 NONAME ?Decode@H245_MediaPacketizationCapability@@UAEHAAVPASN_Stream@@@Z @7254 NONAME ?Decode@H245_MediaTransportType_atm_AAL5_compressed@@UAEHAAVPASN_Stream@@@Z @17686 NONAME ?Decode@H245_MiscellaneousCommand@@UAEHAAVPASN_Stream@@@Z @7255 NONAME ?Decode@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UAEHAAVPASN_Stream@@@Z @44502 NONAME ?Decode@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UAEHAAVPASN_Stream@@@Z @44503 NONAME ?Decode@H245_MiscellaneousCommand_type_lostPartialPicture@@UAEHAAVPASN_Stream@@@Z @17687 NONAME ?Decode@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UAEHAAVPASN_Stream@@@Z @7256 NONAME ?Decode@H245_MiscellaneousCommand_type_videoBadMBs@@UAEHAAVPASN_Stream@@@Z @17688 NONAME ?Decode@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UAEHAAVPASN_Stream@@@Z @7257 NONAME ?Decode@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UAEHAAVPASN_Stream@@@Z @7258 NONAME ?Decode@H245_MiscellaneousIndication@@UAEHAAVPASN_Stream@@@Z @7259 NONAME ?Decode@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UAEHAAVPASN_Stream@@@Z @7260 NONAME ?Decode@H245_MobileMultilinkReconfigurationCommand@@UAEHAAVPASN_Stream@@@Z @17689 NONAME ?Decode@H245_MobileMultilinkReconfigurationIndication@@UAEHAAVPASN_Stream@@@Z @17690 NONAME ?Decode@H245_ModeElement@@UAEHAAVPASN_Stream@@@Z @7261 NONAME ?Decode@H245_MulticastAddress_iP6Address@@UAEHAAVPASN_Stream@@@Z @7262 NONAME ?Decode@H245_MulticastAddress_iPAddress@@UAEHAAVPASN_Stream@@@Z @7263 NONAME ?Decode@H245_MultilinkIndication_crcDesired@@UAEHAAVPASN_Stream@@@Z @17691 NONAME ?Decode@H245_MultilinkIndication_excessiveError@@UAEHAAVPASN_Stream@@@Z @17692 NONAME ?Decode@H245_MultilinkRequest_addConnection@@UAEHAAVPASN_Stream@@@Z @17693 NONAME ?Decode@H245_MultilinkRequest_callInformation@@UAEHAAVPASN_Stream@@@Z @17694 NONAME ?Decode@H245_MultilinkRequest_maximumHeaderInterval@@UAEHAAVPASN_Stream@@@Z @17695 NONAME ?Decode@H245_MultilinkRequest_removeConnection@@UAEHAAVPASN_Stream@@@Z @17696 NONAME ?Decode@H245_MultilinkResponse_addConnection@@UAEHAAVPASN_Stream@@@Z @17697 NONAME ?Decode@H245_MultilinkResponse_callInformation@@UAEHAAVPASN_Stream@@@Z @17698 NONAME ?Decode@H245_MultilinkResponse_maximumHeaderInterval@@UAEHAAVPASN_Stream@@@Z @17699 NONAME ?Decode@H245_MultilinkResponse_removeConnection@@UAEHAAVPASN_Stream@@@Z @17700 NONAME ?Decode@H245_MultiplePayloadStream@@UAEHAAVPASN_Stream@@@Z @27077 NONAME ?Decode@H245_MultiplePayloadStreamCapability@@UAEHAAVPASN_Stream@@@Z @27078 NONAME ?Decode@H245_MultiplePayloadStreamElement@@UAEHAAVPASN_Stream@@@Z @27079 NONAME ?Decode@H245_MultiplePayloadStreamElementMode@@UAEHAAVPASN_Stream@@@Z @27080 NONAME ?Decode@H245_MultiplePayloadStreamMode@@UAEHAAVPASN_Stream@@@Z @27081 NONAME ?Decode@H245_MultiplexedStreamCapability@@UAEHAAVPASN_Stream@@@Z @17701 NONAME ?Decode@H245_MultiplexedStreamModeParameters@@UAEHAAVPASN_Stream@@@Z @17702 NONAME ?Decode@H245_MultiplexedStreamParameter@@UAEHAAVPASN_Stream@@@Z @17703 NONAME ?Decode@H245_MultiplexElement@@UAEHAAVPASN_Stream@@@Z @7264 NONAME ?Decode@H245_MultiplexEntryDescriptor@@UAEHAAVPASN_Stream@@@Z @7265 NONAME ?Decode@H245_MultiplexEntryRejectionDescriptions@@UAEHAAVPASN_Stream@@@Z @7266 NONAME ?Decode@H245_MultiplexEntrySend@@UAEHAAVPASN_Stream@@@Z @7267 NONAME ?Decode@H245_MultiplexEntrySendAck@@UAEHAAVPASN_Stream@@@Z @7268 NONAME ?Decode@H245_MultiplexEntrySendReject@@UAEHAAVPASN_Stream@@@Z @7269 NONAME ?Decode@H245_MultiplexEntrySendRelease@@UAEHAAVPASN_Stream@@@Z @7270 NONAME ?Decode@H245_MultipointCapability@@UAEHAAVPASN_Stream@@@Z @7271 NONAME ?Decode@H245_NetworkAccessParameters@@UAEHAAVPASN_Stream@@@Z @7272 NONAME ?Decode@H245_NewATMVCCommand@@UAEHAAVPASN_Stream@@@Z @17704 NONAME ?Decode@H245_NewATMVCCommand_aal_aal1@@UAEHAAVPASN_Stream@@@Z @17705 NONAME ?Decode@H245_NewATMVCCommand_aal_aal5@@UAEHAAVPASN_Stream@@@Z @17706 NONAME ?Decode@H245_NewATMVCCommand_reverseParameters@@UAEHAAVPASN_Stream@@@Z @17707 NONAME ?Decode@H245_NewATMVCIndication@@UAEHAAVPASN_Stream@@@Z @7273 NONAME ?Decode@H245_NewATMVCIndication_aal_aal1@@UAEHAAVPASN_Stream@@@Z @7274 NONAME ?Decode@H245_NewATMVCIndication_aal_aal5@@UAEHAAVPASN_Stream@@@Z @7275 NONAME ?Decode@H245_NewATMVCIndication_reverseParameters@@UAEHAAVPASN_Stream@@@Z @7276 NONAME ?Decode@H245_NonStandardIdentifier_h221NonStandard@@UAEHAAVPASN_Stream@@@Z @7277 NONAME ?Decode@H245_NonStandardMessage@@UAEHAAVPASN_Stream@@@Z @7278 NONAME ?Decode@H245_NonStandardParameter@@UAEHAAVPASN_Stream@@@Z @7279 NONAME ?Decode@H245_NoPTAudioTelephonyEventCapability@@UAEHAAVPASN_Stream@@@Z @27082 NONAME ?Decode@H245_NoPTAudioToneCapability@@UAEHAAVPASN_Stream@@@Z @27083 NONAME ?Decode@H245_OpenLogicalChannel@@UAEHAAVPASN_Stream@@@Z @7280 NONAME ?Decode@H245_OpenLogicalChannelAck@@UAEHAAVPASN_Stream@@@Z @7281 NONAME ?Decode@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @7282 NONAME ?Decode@H245_OpenLogicalChannelConfirm@@UAEHAAVPASN_Stream@@@Z @7283 NONAME ?Decode@H245_OpenLogicalChannelReject@@UAEHAAVPASN_Stream@@@Z @7284 NONAME ?Decode@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @7285 NONAME ?Decode@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @7286 NONAME ?Decode@H245_Params@@UAEHAAVPASN_Stream@@@Z @44504 NONAME ?Decode@H245_Q2931Address@@UAEHAAVPASN_Stream@@@Z @7287 NONAME ?Decode@H245_QOSCapability@@UAEHAAVPASN_Stream@@@Z @7288 NONAME ?Decode@H245_RedundancyEncoding@@UAEHAAVPASN_Stream@@@Z @7289 NONAME ?Decode@H245_RedundancyEncodingCapability@@UAEHAAVPASN_Stream@@@Z @7290 NONAME ?Decode@H245_RedundancyEncodingDTMode@@UAEHAAVPASN_Stream@@@Z @27084 NONAME ?Decode@H245_RedundancyEncodingDTModeElement@@UAEHAAVPASN_Stream@@@Z @27085 NONAME ?Decode@H245_RedundancyEncodingElement@@UAEHAAVPASN_Stream@@@Z @27086 NONAME ?Decode@H245_RedundancyEncodingMode@@UAEHAAVPASN_Stream@@@Z @7291 NONAME ?Decode@H245_RedundancyEncoding_rtpRedundancyEncoding@@UAEHAAVPASN_Stream@@@Z @27087 NONAME ?Decode@H245_RefPictureSelection@@UAEHAAVPASN_Stream@@@Z @7292 NONAME ?Decode@H245_RefPictureSelection_additionalPictureMemory@@UAEHAAVPASN_Stream@@@Z @7293 NONAME ?Decode@H245_RefPictureSelection_enhancedReferencePicSelect@@UAEHAAVPASN_Stream@@@Z @17708 NONAME ?Decode@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UAEHAAVPASN_Stream@@@Z @17709 NONAME ?Decode@H245_RequestAllTerminalIDsResponse@@UAEHAAVPASN_Stream@@@Z @7294 NONAME ?Decode@H245_RequestChannelClose@@UAEHAAVPASN_Stream@@@Z @7295 NONAME ?Decode@H245_RequestChannelCloseAck@@UAEHAAVPASN_Stream@@@Z @7296 NONAME ?Decode@H245_RequestChannelCloseReject@@UAEHAAVPASN_Stream@@@Z @7297 NONAME ?Decode@H245_RequestChannelCloseRelease@@UAEHAAVPASN_Stream@@@Z @7298 NONAME ?Decode@H245_RequestMode@@UAEHAAVPASN_Stream@@@Z @7299 NONAME ?Decode@H245_RequestModeAck@@UAEHAAVPASN_Stream@@@Z @7300 NONAME ?Decode@H245_RequestModeReject@@UAEHAAVPASN_Stream@@@Z @7301 NONAME ?Decode@H245_RequestModeRelease@@UAEHAAVPASN_Stream@@@Z @7302 NONAME ?Decode@H245_RequestMultiplexEntry@@UAEHAAVPASN_Stream@@@Z @7303 NONAME ?Decode@H245_RequestMultiplexEntryAck@@UAEHAAVPASN_Stream@@@Z @7304 NONAME ?Decode@H245_RequestMultiplexEntryReject@@UAEHAAVPASN_Stream@@@Z @7305 NONAME ?Decode@H245_RequestMultiplexEntryRejectionDescriptions@@UAEHAAVPASN_Stream@@@Z @7306 NONAME ?Decode@H245_RequestMultiplexEntryRelease@@UAEHAAVPASN_Stream@@@Z @7307 NONAME ?Decode@H245_RoundTripDelayRequest@@UAEHAAVPASN_Stream@@@Z @7308 NONAME ?Decode@H245_RoundTripDelayResponse@@UAEHAAVPASN_Stream@@@Z @7309 NONAME ?Decode@H245_RSVPParameters@@UAEHAAVPASN_Stream@@@Z @7310 NONAME ?Decode@H245_RTPH263VideoRedundancyEncoding@@UAEHAAVPASN_Stream@@@Z @7311 NONAME ?Decode@H245_RTPH263VideoRedundancyFrameMapping@@UAEHAAVPASN_Stream@@@Z @7312 NONAME ?Decode@H245_RTPPayloadType@@UAEHAAVPASN_Stream@@@Z @7313 NONAME ?Decode@H245_SendTerminalCapabilitySet_specificRequest@@UAEHAAVPASN_Stream@@@Z @7314 NONAME ?Decode@H245_SubstituteConferenceIDCommand@@UAEHAAVPASN_Stream@@@Z @7315 NONAME ?Decode@H245_T38FaxProfile@@UAEHAAVPASN_Stream@@@Z @17710 NONAME ?Decode@H245_T38FaxTcpOptions@@UAEHAAVPASN_Stream@@@Z @17711 NONAME ?Decode@H245_T38FaxUdpOptions@@UAEHAAVPASN_Stream@@@Z @17712 NONAME ?Decode@H245_T84Profile_t84Restricted@@UAEHAAVPASN_Stream@@@Z @7316 NONAME ?Decode@H245_TerminalCapabilitySet@@UAEHAAVPASN_Stream@@@Z @7317 NONAME ?Decode@H245_TerminalCapabilitySetAck@@UAEHAAVPASN_Stream@@@Z @7318 NONAME ?Decode@H245_TerminalCapabilitySetReject@@UAEHAAVPASN_Stream@@@Z @7319 NONAME ?Decode@H245_TerminalCapabilitySetRelease@@UAEHAAVPASN_Stream@@@Z @7320 NONAME ?Decode@H245_TerminalInformation@@UAEHAAVPASN_Stream@@@Z @7321 NONAME ?Decode@H245_TerminalLabel@@UAEHAAVPASN_Stream@@@Z @7322 NONAME ?Decode@H245_TerminalYouAreSeeingInSubPictureNumber@@UAEHAAVPASN_Stream@@@Z @7323 NONAME ?Decode@H245_TransparencyParameters@@UAEHAAVPASN_Stream@@@Z @7324 NONAME ?Decode@H245_TransportCapability@@UAEHAAVPASN_Stream@@@Z @7325 NONAME ?Decode@H245_UnicastAddress_iP6Address@@UAEHAAVPASN_Stream@@@Z @7326 NONAME ?Decode@H245_UnicastAddress_iPAddress@@UAEHAAVPASN_Stream@@@Z @7327 NONAME ?Decode@H245_UnicastAddress_iPSourceRouteAddress@@UAEHAAVPASN_Stream@@@Z @7328 NONAME ?Decode@H245_UnicastAddress_iPXAddress@@UAEHAAVPASN_Stream@@@Z @7329 NONAME ?Decode@H245_UserInputIndication_encryptedAlphanumeric@@UAEHAAVPASN_Stream@@@Z @44505 NONAME ?Decode@H245_UserInputIndication_extendedAlphanumeric@@UAEHAAVPASN_Stream@@@Z @17713 NONAME ?Decode@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UAEHAAVPASN_Stream@@@Z @44506 NONAME ?Decode@H245_UserInputIndication_signal@@UAEHAAVPASN_Stream@@@Z @7330 NONAME ?Decode@H245_UserInputIndication_signalUpdate@@UAEHAAVPASN_Stream@@@Z @7331 NONAME ?Decode@H245_UserInputIndication_signalUpdate_rtp@@UAEHAAVPASN_Stream@@@Z @7332 NONAME ?Decode@H245_UserInputIndication_signal_rtp@@UAEHAAVPASN_Stream@@@Z @7333 NONAME ?Decode@H245_V42bis@@UAEHAAVPASN_Stream@@@Z @7334 NONAME ?Decode@H245_V75Capability@@UAEHAAVPASN_Stream@@@Z @7335 NONAME ?Decode@H245_V75Parameters@@UAEHAAVPASN_Stream@@@Z @7336 NONAME ?Decode@H245_V76Capability@@UAEHAAVPASN_Stream@@@Z @7337 NONAME ?Decode@H245_V76HDLCParameters@@UAEHAAVPASN_Stream@@@Z @7338 NONAME ?Decode@H245_V76LogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @7339 NONAME ?Decode@H245_V76LogicalChannelParameters_mode_eRM@@UAEHAAVPASN_Stream@@@Z @7340 NONAME ?Decode@H245_VBDCapability@@UAEHAAVPASN_Stream@@@Z @27088 NONAME ?Decode@H245_VBDMode@@UAEHAAVPASN_Stream@@@Z @27089 NONAME ?Decode@H245_VCCapability@@UAEHAAVPASN_Stream@@@Z @7341 NONAME ?Decode@H245_VCCapability_aal1@@UAEHAAVPASN_Stream@@@Z @7342 NONAME ?Decode@H245_VCCapability_aal1ViaGateway@@UAEHAAVPASN_Stream@@@Z @17714 NONAME ?Decode@H245_VCCapability_aal5@@UAEHAAVPASN_Stream@@@Z @7343 NONAME ?Decode@H245_VCCapability_availableBitRates@@UAEHAAVPASN_Stream@@@Z @7344 NONAME ?Decode@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UAEHAAVPASN_Stream@@@Z @7345 NONAME ?Decode@H245_VendorIdentification@@UAEHAAVPASN_Stream@@@Z @7346 NONAME ?Decode@H245_VideoIndicateCompose@@UAEHAAVPASN_Stream@@@Z @7347 NONAME ?Decode@H248_ActionReply@@UAEHAAVPASN_Stream@@@Z @22830 NONAME ?Decode@H248_ActionRequest@@UAEHAAVPASN_Stream@@@Z @22831 NONAME ?Decode@H248_AmmRequest@@UAEHAAVPASN_Stream@@@Z @22832 NONAME ?Decode@H248_AmmsReply@@UAEHAAVPASN_Stream@@@Z @22833 NONAME ?Decode@H248_AuditDescriptor@@UAEHAAVPASN_Stream@@@Z @22834 NONAME ?Decode@H248_AuditRequest@@UAEHAAVPASN_Stream@@@Z @22835 NONAME ?Decode@H248_AuditResult@@UAEHAAVPASN_Stream@@@Z @22836 NONAME ?Decode@H248_AuthenticationHeader@@UAEHAAVPASN_Stream@@@Z @22837 NONAME ?Decode@H248_CommandRequest@@UAEHAAVPASN_Stream@@@Z @22838 NONAME ?Decode@H248_ContextAttrAuditRequest@@UAEHAAVPASN_Stream@@@Z @22839 NONAME ?Decode@H248_ContextRequest@@UAEHAAVPASN_Stream@@@Z @22840 NONAME ?Decode@H248_DigitMapDescriptor@@UAEHAAVPASN_Stream@@@Z @22841 NONAME ?Decode@H248_DigitMapValue@@UAEHAAVPASN_Stream@@@Z @22842 NONAME ?Decode@H248_DomainName@@UAEHAAVPASN_Stream@@@Z @22843 NONAME ?Decode@H248_ErrorDescriptor@@UAEHAAVPASN_Stream@@@Z @22844 NONAME ?Decode@H248_EventParameter@@UAEHAAVPASN_Stream@@@Z @22845 NONAME ?Decode@H248_EventsDescriptor@@UAEHAAVPASN_Stream@@@Z @22846 NONAME ?Decode@H248_EventSpec@@UAEHAAVPASN_Stream@@@Z @22847 NONAME ?Decode@H248_H221NonStandard@@UAEHAAVPASN_Stream@@@Z @22848 NONAME ?Decode@H248_IndAudDigitMapDescriptor@@UAEHAAVPASN_Stream@@@Z @22849 NONAME ?Decode@H248_IndAudEventBufferDescriptor@@UAEHAAVPASN_Stream@@@Z @22850 NONAME ?Decode@H248_IndAudEventsDescriptor@@UAEHAAVPASN_Stream@@@Z @22851 NONAME ?Decode@H248_IndAudLocalControlDescriptor@@UAEHAAVPASN_Stream@@@Z @22852 NONAME ?Decode@H248_IndAudLocalRemoteDescriptor@@UAEHAAVPASN_Stream@@@Z @22853 NONAME ?Decode@H248_IndAudMediaDescriptor@@UAEHAAVPASN_Stream@@@Z @22854 NONAME ?Decode@H248_IndAudPackagesDescriptor@@UAEHAAVPASN_Stream@@@Z @22855 NONAME ?Decode@H248_IndAudPropertyParm@@UAEHAAVPASN_Stream@@@Z @22856 NONAME ?Decode@H248_IndAudSeqSigList@@UAEHAAVPASN_Stream@@@Z @22857 NONAME ?Decode@H248_IndAudSignal@@UAEHAAVPASN_Stream@@@Z @22858 NONAME ?Decode@H248_IndAudStatisticsDescriptor@@UAEHAAVPASN_Stream@@@Z @22859 NONAME ?Decode@H248_IndAudStreamDescriptor@@UAEHAAVPASN_Stream@@@Z @22860 NONAME ?Decode@H248_IndAudStreamParms@@UAEHAAVPASN_Stream@@@Z @22861 NONAME ?Decode@H248_IndAudTerminationStateDescriptor@@UAEHAAVPASN_Stream@@@Z @22862 NONAME ?Decode@H248_IP4Address@@UAEHAAVPASN_Stream@@@Z @22863 NONAME ?Decode@H248_IP6Address@@UAEHAAVPASN_Stream@@@Z @22864 NONAME ?Decode@H248_LocalControlDescriptor@@UAEHAAVPASN_Stream@@@Z @22865 NONAME ?Decode@H248_LocalRemoteDescriptor@@UAEHAAVPASN_Stream@@@Z @22866 NONAME ?Decode@H248_MediaDescriptor@@UAEHAAVPASN_Stream@@@Z @22867 NONAME ?Decode@H248_MegacoMessage@@UAEHAAVPASN_Stream@@@Z @22868 NONAME ?Decode@H248_Message@@UAEHAAVPASN_Stream@@@Z @22869 NONAME ?Decode@H248_ModemDescriptor@@UAEHAAVPASN_Stream@@@Z @22870 NONAME ?Decode@H248_MuxDescriptor@@UAEHAAVPASN_Stream@@@Z @22871 NONAME ?Decode@H248_NonStandardData@@UAEHAAVPASN_Stream@@@Z @22872 NONAME ?Decode@H248_NotifyReply@@UAEHAAVPASN_Stream@@@Z @22873 NONAME ?Decode@H248_NotifyRequest@@UAEHAAVPASN_Stream@@@Z @22874 NONAME ?Decode@H248_ObservedEvent@@UAEHAAVPASN_Stream@@@Z @22875 NONAME ?Decode@H248_ObservedEventsDescriptor@@UAEHAAVPASN_Stream@@@Z @22876 NONAME ?Decode@H248_PackagesItem@@UAEHAAVPASN_Stream@@@Z @22877 NONAME ?Decode@H248_PropertyParm@@UAEHAAVPASN_Stream@@@Z @22878 NONAME ?Decode@H248_RequestedActions@@UAEHAAVPASN_Stream@@@Z @22879 NONAME ?Decode@H248_RequestedEvent@@UAEHAAVPASN_Stream@@@Z @22880 NONAME ?Decode@H248_SecondEventsDescriptor@@UAEHAAVPASN_Stream@@@Z @22881 NONAME ?Decode@H248_SecondRequestedActions@@UAEHAAVPASN_Stream@@@Z @22882 NONAME ?Decode@H248_SecondRequestedEvent@@UAEHAAVPASN_Stream@@@Z @22883 NONAME ?Decode@H248_SeqSigList@@UAEHAAVPASN_Stream@@@Z @22884 NONAME ?Decode@H248_ServiceChangeParm@@UAEHAAVPASN_Stream@@@Z @22885 NONAME ?Decode@H248_ServiceChangeProfile@@UAEHAAVPASN_Stream@@@Z @22886 NONAME ?Decode@H248_ServiceChangeReply@@UAEHAAVPASN_Stream@@@Z @22887 NONAME ?Decode@H248_ServiceChangeRequest@@UAEHAAVPASN_Stream@@@Z @22888 NONAME ?Decode@H248_ServiceChangeResParm@@UAEHAAVPASN_Stream@@@Z @22889 NONAME ?Decode@H248_Signal@@UAEHAAVPASN_Stream@@@Z @22890 NONAME ?Decode@H248_SigParameter@@UAEHAAVPASN_Stream@@@Z @22891 NONAME ?Decode@H248_StatisticsParameter@@UAEHAAVPASN_Stream@@@Z @22892 NONAME ?Decode@H248_StreamDescriptor@@UAEHAAVPASN_Stream@@@Z @22893 NONAME ?Decode@H248_StreamParms@@UAEHAAVPASN_Stream@@@Z @22894 NONAME ?Decode@H248_SubtractRequest@@UAEHAAVPASN_Stream@@@Z @22895 NONAME ?Decode@H248_TerminationID@@UAEHAAVPASN_Stream@@@Z @22896 NONAME ?Decode@H248_TerminationStateDescriptor@@UAEHAAVPASN_Stream@@@Z @22897 NONAME ?Decode@H248_TimeNotation@@UAEHAAVPASN_Stream@@@Z @22898 NONAME ?Decode@H248_TopologyRequest@@UAEHAAVPASN_Stream@@@Z @22899 NONAME ?Decode@H248_TransactionAck@@UAEHAAVPASN_Stream@@@Z @22900 NONAME ?Decode@H248_TransactionPending@@UAEHAAVPASN_Stream@@@Z @22901 NONAME ?Decode@H248_TransactionReply@@UAEHAAVPASN_Stream@@@Z @22902 NONAME ?Decode@H248_TransactionRequest@@UAEHAAVPASN_Stream@@@Z @22903 NONAME ?Decode@H323StreamedPluginAudioCodec@@UBEFH@Z @37980 NONAME ?Decode@H323_ALawCodec@@UBEFH@Z @7348 NONAME ?Decode@H323_muLawCodec@@UBEFH@Z @7349 NONAME ?Decode@H45010_CfbOvrOptArg@@UAEHAAVPASN_Stream@@@Z @15787 NONAME ?Decode@H45010_CoReqOptArg@@UAEHAAVPASN_Stream@@@Z @15788 NONAME ?Decode@H45010_RUAlertOptArg@@UAEHAAVPASN_Stream@@@Z @15789 NONAME ?Decode@H45011_CIFrcRelArg@@UAEHAAVPASN_Stream@@@Z @15790 NONAME ?Decode@H45011_CIFrcRelOptRes@@UAEHAAVPASN_Stream@@@Z @15791 NONAME ?Decode@H45011_CIGetCIPLOptArg@@UAEHAAVPASN_Stream@@@Z @15792 NONAME ?Decode@H45011_CIGetCIPLRes@@UAEHAAVPASN_Stream@@@Z @15793 NONAME ?Decode@H45011_CIIsOptArg@@UAEHAAVPASN_Stream@@@Z @15794 NONAME ?Decode@H45011_CIIsOptRes@@UAEHAAVPASN_Stream@@@Z @15795 NONAME ?Decode@H45011_CINotificationArg@@UAEHAAVPASN_Stream@@@Z @15796 NONAME ?Decode@H45011_CIRequestArg@@UAEHAAVPASN_Stream@@@Z @15797 NONAME ?Decode@H45011_CIRequestRes@@UAEHAAVPASN_Stream@@@Z @15798 NONAME ?Decode@H45011_CISilentArg@@UAEHAAVPASN_Stream@@@Z @15799 NONAME ?Decode@H45011_CISilentOptRes@@UAEHAAVPASN_Stream@@@Z @15800 NONAME ?Decode@H45011_CIWobOptArg@@UAEHAAVPASN_Stream@@@Z @15801 NONAME ?Decode@H45011_CIWobOptRes@@UAEHAAVPASN_Stream@@@Z @15802 NONAME ?Decode@H4501_Address@@UAEHAAVPASN_Stream@@@Z @14620 NONAME ?Decode@H4501_AddressScreened@@UAEHAAVPASN_Stream@@@Z @14621 NONAME ?Decode@H4501_EndpointAddress@@UAEHAAVPASN_Stream@@@Z @14622 NONAME ?Decode@H4501_Extension@@UAEHAAVPASN_Stream@@@Z @14623 NONAME ?Decode@H4501_NetworkFacilityExtension@@UAEHAAVPASN_Stream@@@Z @14624 NONAME ?Decode@H4501_NumberScreened@@UAEHAAVPASN_Stream@@@Z @14625 NONAME ?Decode@H4501_SupplementaryService@@UAEHAAVPASN_Stream@@@Z @14626 NONAME ?Decode@H4501_UserSpecifiedSubaddress@@UAEHAAVPASN_Stream@@@Z @14627 NONAME ?Decode@H4502_CTActiveArg@@UAEHAAVPASN_Stream@@@Z @14628 NONAME ?Decode@H4502_CTCompleteArg@@UAEHAAVPASN_Stream@@@Z @14629 NONAME ?Decode@H4502_CTIdentifyRes@@UAEHAAVPASN_Stream@@@Z @14630 NONAME ?Decode@H4502_CTInitiateArg@@UAEHAAVPASN_Stream@@@Z @14631 NONAME ?Decode@H4502_CTSetupArg@@UAEHAAVPASN_Stream@@@Z @14632 NONAME ?Decode@H4502_CTUpdateArg@@UAEHAAVPASN_Stream@@@Z @14633 NONAME ?Decode@H4502_SubaddressTransferArg@@UAEHAAVPASN_Stream@@@Z @14634 NONAME ?Decode@H4503_IntResult@@UAEHAAVPASN_Stream@@@Z @15176 NONAME ?Decode@H4504_Extension@@UAEHAAVPASN_Stream@@@Z @15032 NONAME ?Decode@H4504_HoldNotificArg@@UAEHAAVPASN_Stream@@@Z @15033 NONAME ?Decode@H4504_RemoteHoldArg@@UAEHAAVPASN_Stream@@@Z @15034 NONAME ?Decode@H4504_RemoteHoldRes@@UAEHAAVPASN_Stream@@@Z @15035 NONAME ?Decode@H4504_RemoteRetrieveArg@@UAEHAAVPASN_Stream@@@Z @15036 NONAME ?Decode@H4504_RemoteRetrieveRes@@UAEHAAVPASN_Stream@@@Z @15037 NONAME ?Decode@H4504_RetrieveNotificArg@@UAEHAAVPASN_Stream@@@Z @15038 NONAME ?Decode@H4505_CpickupNotifyArg@@UAEHAAVPASN_Stream@@@Z @15803 NONAME ?Decode@H4505_CpNotifyArg@@UAEHAAVPASN_Stream@@@Z @15804 NONAME ?Decode@H4505_CpRequestArg@@UAEHAAVPASN_Stream@@@Z @15805 NONAME ?Decode@H4505_CpRequestRes@@UAEHAAVPASN_Stream@@@Z @15806 NONAME ?Decode@H4505_CpSetupArg@@UAEHAAVPASN_Stream@@@Z @15807 NONAME ?Decode@H4505_CpSetupRes@@UAEHAAVPASN_Stream@@@Z @15808 NONAME ?Decode@H4505_GroupIndicationOffArg@@UAEHAAVPASN_Stream@@@Z @15809 NONAME ?Decode@H4505_GroupIndicationOffRes@@UAEHAAVPASN_Stream@@@Z @15810 NONAME ?Decode@H4505_GroupIndicationOnArg@@UAEHAAVPASN_Stream@@@Z @15811 NONAME ?Decode@H4505_GroupIndicationOnRes@@UAEHAAVPASN_Stream@@@Z @15812 NONAME ?Decode@H4505_PickExeArg@@UAEHAAVPASN_Stream@@@Z @15813 NONAME ?Decode@H4505_PickExeRes@@UAEHAAVPASN_Stream@@@Z @15814 NONAME ?Decode@H4505_PickrequArg@@UAEHAAVPASN_Stream@@@Z @15815 NONAME ?Decode@H4505_PickrequRes@@UAEHAAVPASN_Stream@@@Z @15816 NONAME ?Decode@H4505_PickupArg@@UAEHAAVPASN_Stream@@@Z @15817 NONAME ?Decode@H4505_PickupRes@@UAEHAAVPASN_Stream@@@Z @15818 NONAME ?Decode@H4506_CallWaitingArg@@UAEHAAVPASN_Stream@@@Z @15819 NONAME ?Decode@H4507_MWIActivateArg@@UAEHAAVPASN_Stream@@@Z @15820 NONAME ?Decode@H4507_MWIDeactivateArg@@UAEHAAVPASN_Stream@@@Z @15821 NONAME ?Decode@H4507_MWIInterrogateArg@@UAEHAAVPASN_Stream@@@Z @15822 NONAME ?Decode@H4507_MWIInterrogateResElt@@UAEHAAVPASN_Stream@@@Z @15823 NONAME ?Decode@H4509_CcLongArg@@UAEHAAVPASN_Stream@@@Z @15824 NONAME ?Decode@H4509_CcRequestArg@@UAEHAAVPASN_Stream@@@Z @15825 NONAME ?Decode@H4509_CcRequestRes@@UAEHAAVPASN_Stream@@@Z @15826 NONAME ?Decode@H4509_CcShortArg@@UAEHAAVPASN_Stream@@@Z @15827 NONAME ?Decode@H501_AccessConfirmation@@UAEHAAVPASN_Stream@@@Z @24900 NONAME ?Decode@H501_AccessRejection@@UAEHAAVPASN_Stream@@@Z @24901 NONAME ?Decode@H501_AccessRequest@@UAEHAAVPASN_Stream@@@Z @24902 NONAME ?Decode@H501_AddressTemplate@@UAEHAAVPASN_Stream@@@Z @24903 NONAME ?Decode@H501_AlternatePE@@UAEHAAVPASN_Stream@@@Z @24904 NONAME ?Decode@H501_AlternatePEInfo@@UAEHAAVPASN_Stream@@@Z @24905 NONAME ?Decode@H501_AuthenticationConfirmation@@UAEHAAVPASN_Stream@@@Z @24906 NONAME ?Decode@H501_AuthenticationRejection@@UAEHAAVPASN_Stream@@@Z @24907 NONAME ?Decode@H501_AuthenticationRequest@@UAEHAAVPASN_Stream@@@Z @24908 NONAME ?Decode@H501_CallInformation@@UAEHAAVPASN_Stream@@@Z @24909 NONAME ?Decode@H501_ContactInformation@@UAEHAAVPASN_Stream@@@Z @24910 NONAME ?Decode@H501_Descriptor@@UAEHAAVPASN_Stream@@@Z @24911 NONAME ?Decode@H501_DescriptorConfirmation@@UAEHAAVPASN_Stream@@@Z @24912 NONAME ?Decode@H501_DescriptorIDConfirmation@@UAEHAAVPASN_Stream@@@Z @24913 NONAME ?Decode@H501_DescriptorIDRejection@@UAEHAAVPASN_Stream@@@Z @24914 NONAME ?Decode@H501_DescriptorIDRequest@@UAEHAAVPASN_Stream@@@Z @24915 NONAME ?Decode@H501_DescriptorInfo@@UAEHAAVPASN_Stream@@@Z @24916 NONAME ?Decode@H501_DescriptorRejection@@UAEHAAVPASN_Stream@@@Z @24917 NONAME ?Decode@H501_DescriptorRequest@@UAEHAAVPASN_Stream@@@Z @24918 NONAME ?Decode@H501_DescriptorUpdate@@UAEHAAVPASN_Stream@@@Z @24919 NONAME ?Decode@H501_DescriptorUpdateAck@@UAEHAAVPASN_Stream@@@Z @24920 NONAME ?Decode@H501_Message@@UAEHAAVPASN_Stream@@@Z @24921 NONAME ?Decode@H501_MessageCommonInfo@@UAEHAAVPASN_Stream@@@Z @24922 NONAME ?Decode@H501_NonStandardConfirmation@@UAEHAAVPASN_Stream@@@Z @24923 NONAME ?Decode@H501_NonStandardRejection@@UAEHAAVPASN_Stream@@@Z @24924 NONAME ?Decode@H501_NonStandardRequest@@UAEHAAVPASN_Stream@@@Z @24925 NONAME ?Decode@H501_PartyInformation@@UAEHAAVPASN_Stream@@@Z @24926 NONAME ?Decode@H501_Pattern_range@@UAEHAAVPASN_Stream@@@Z @24927 NONAME ?Decode@H501_PriceElement@@UAEHAAVPASN_Stream@@@Z @24928 NONAME ?Decode@H501_PriceInfoSpec@@UAEHAAVPASN_Stream@@@Z @24929 NONAME ?Decode@H501_RequestInProgress@@UAEHAAVPASN_Stream@@@Z @24930 NONAME ?Decode@H501_RouteInformation@@UAEHAAVPASN_Stream@@@Z @24931 NONAME ?Decode@H501_SecurityMode@@UAEHAAVPASN_Stream@@@Z @24932 NONAME ?Decode@H501_ServiceConfirmation@@UAEHAAVPASN_Stream@@@Z @24933 NONAME ?Decode@H501_ServiceRejection@@UAEHAAVPASN_Stream@@@Z @24934 NONAME ?Decode@H501_ServiceRelease@@UAEHAAVPASN_Stream@@@Z @24935 NONAME ?Decode@H501_ServiceRequest@@UAEHAAVPASN_Stream@@@Z @24936 NONAME ?Decode@H501_TerminationCause@@UAEHAAVPASN_Stream@@@Z @24937 NONAME ?Decode@H501_UnknownMessageResponse@@UAEHAAVPASN_Stream@@@Z @24938 NONAME ?Decode@H501_UpdateInformation@@UAEHAAVPASN_Stream@@@Z @24939 NONAME ?Decode@H501_UsageConfirmation@@UAEHAAVPASN_Stream@@@Z @24940 NONAME ?Decode@H501_UsageField@@UAEHAAVPASN_Stream@@@Z @24941 NONAME ?Decode@H501_UsageIndication@@UAEHAAVPASN_Stream@@@Z @24942 NONAME ?Decode@H501_UsageIndicationConfirmation@@UAEHAAVPASN_Stream@@@Z @24943 NONAME ?Decode@H501_UsageIndicationRejection@@UAEHAAVPASN_Stream@@@Z @24944 NONAME ?Decode@H501_UsageRejection@@UAEHAAVPASN_Stream@@@Z @24945 NONAME ?Decode@H501_UsageRequest@@UAEHAAVPASN_Stream@@@Z @24946 NONAME ?Decode@H501_UsageSpecification@@UAEHAAVPASN_Stream@@@Z @24947 NONAME ?Decode@H501_UsageSpecification_when@@UAEHAAVPASN_Stream@@@Z @24948 NONAME ?Decode@H501_UserInformation@@UAEHAAVPASN_Stream@@@Z @24949 NONAME ?Decode@H501_ValidationConfirmation@@UAEHAAVPASN_Stream@@@Z @24950 NONAME ?Decode@H501_ValidationRejection@@UAEHAAVPASN_Stream@@@Z @24951 NONAME ?Decode@H501_ValidationRequest@@UAEHAAVPASN_Stream@@@Z @24952 NONAME ?Decode@MCS_AUcf@@UAEHAAVPASN_Stream@@@Z @7365 NONAME ?Decode@MCS_AUrq@@UAEHAAVPASN_Stream@@@Z @7366 NONAME ?Decode@MCS_CAin@@UAEHAAVPASN_Stream@@@Z @7367 NONAME ?Decode@MCS_CArq@@UAEHAAVPASN_Stream@@@Z @7368 NONAME ?Decode@MCS_CCcf@@UAEHAAVPASN_Stream@@@Z @7369 NONAME ?Decode@MCS_CCrq@@UAEHAAVPASN_Stream@@@Z @7370 NONAME ?Decode@MCS_CDin@@UAEHAAVPASN_Stream@@@Z @7371 NONAME ?Decode@MCS_CDrq@@UAEHAAVPASN_Stream@@@Z @7372 NONAME ?Decode@MCS_CEin@@UAEHAAVPASN_Stream@@@Z @7373 NONAME ?Decode@MCS_CErq@@UAEHAAVPASN_Stream@@@Z @7374 NONAME ?Decode@MCS_ChannelAttributes_assigned@@UAEHAAVPASN_Stream@@@Z @7375 NONAME ?Decode@MCS_ChannelAttributes_private@@UAEHAAVPASN_Stream@@@Z @7376 NONAME ?Decode@MCS_ChannelAttributes_static@@UAEHAAVPASN_Stream@@@Z @7377 NONAME ?Decode@MCS_ChannelAttributes_userId@@UAEHAAVPASN_Stream@@@Z @7378 NONAME ?Decode@MCS_CJcf@@UAEHAAVPASN_Stream@@@Z @7379 NONAME ?Decode@MCS_CJrq@@UAEHAAVPASN_Stream@@@Z @7380 NONAME ?Decode@MCS_CLrq@@UAEHAAVPASN_Stream@@@Z @7381 NONAME ?Decode@MCS_Connect_Additional@@UAEHAAVPASN_Stream@@@Z @7382 NONAME ?Decode@MCS_Connect_Initial@@UAEHAAVPASN_Stream@@@Z @7383 NONAME ?Decode@MCS_Connect_Response@@UAEHAAVPASN_Stream@@@Z @7384 NONAME ?Decode@MCS_Connect_Result@@UAEHAAVPASN_Stream@@@Z @7385 NONAME ?Decode@MCS_DomainParameters@@UAEHAAVPASN_Stream@@@Z @7386 NONAME ?Decode@MCS_DPum@@UAEHAAVPASN_Stream@@@Z @7387 NONAME ?Decode@MCS_DUin@@UAEHAAVPASN_Stream@@@Z @7388 NONAME ?Decode@MCS_DUrq@@UAEHAAVPASN_Stream@@@Z @7389 NONAME ?Decode@MCS_EDrq@@UAEHAAVPASN_Stream@@@Z @7390 NONAME ?Decode@MCS_MCcf@@UAEHAAVPASN_Stream@@@Z @7391 NONAME ?Decode@MCS_MCrq@@UAEHAAVPASN_Stream@@@Z @7392 NONAME ?Decode@MCS_MTcf@@UAEHAAVPASN_Stream@@@Z @7393 NONAME ?Decode@MCS_MTrq@@UAEHAAVPASN_Stream@@@Z @7394 NONAME ?Decode@MCS_PCin@@UAEHAAVPASN_Stream@@@Z @7395 NONAME ?Decode@MCS_PDin@@UAEHAAVPASN_Stream@@@Z @7396 NONAME ?Decode@MCS_PTin@@UAEHAAVPASN_Stream@@@Z @7397 NONAME ?Decode@MCS_RJum@@UAEHAAVPASN_Stream@@@Z @7398 NONAME ?Decode@MCS_SDin@@UAEHAAVPASN_Stream@@@Z @7399 NONAME ?Decode@MCS_SDrq@@UAEHAAVPASN_Stream@@@Z @7400 NONAME ?Decode@MCS_TGcf@@UAEHAAVPASN_Stream@@@Z @7401 NONAME ?Decode@MCS_TGrq@@UAEHAAVPASN_Stream@@@Z @7402 NONAME ?Decode@MCS_TIcf@@UAEHAAVPASN_Stream@@@Z @7403 NONAME ?Decode@MCS_TIrq@@UAEHAAVPASN_Stream@@@Z @7404 NONAME ?Decode@MCS_TokenAttributes_given@@UAEHAAVPASN_Stream@@@Z @7405 NONAME ?Decode@MCS_TokenAttributes_giving@@UAEHAAVPASN_Stream@@@Z @7406 NONAME ?Decode@MCS_TokenAttributes_grabbed@@UAEHAAVPASN_Stream@@@Z @7407 NONAME ?Decode@MCS_TokenAttributes_inhibited@@UAEHAAVPASN_Stream@@@Z @7408 NONAME ?Decode@MCS_TokenAttributes_ungivable@@UAEHAAVPASN_Stream@@@Z @7409 NONAME ?Decode@MCS_TPin@@UAEHAAVPASN_Stream@@@Z @7410 NONAME ?Decode@MCS_TPrq@@UAEHAAVPASN_Stream@@@Z @7411 NONAME ?Decode@MCS_TRcf@@UAEHAAVPASN_Stream@@@Z @7412 NONAME ?Decode@MCS_TRrq@@UAEHAAVPASN_Stream@@@Z @7413 NONAME ?Decode@MCS_TTcf@@UAEHAAVPASN_Stream@@@Z @7414 NONAME ?Decode@MCS_TTrq@@UAEHAAVPASN_Stream@@@Z @7415 NONAME ?Decode@MCS_TVcf@@UAEHAAVPASN_Stream@@@Z @7416 NONAME ?Decode@MCS_TVin@@UAEHAAVPASN_Stream@@@Z @7417 NONAME ?Decode@MCS_TVrq@@UAEHAAVPASN_Stream@@@Z @7418 NONAME ?Decode@MCS_TVrs@@UAEHAAVPASN_Stream@@@Z @7419 NONAME ?Decode@MCS_USin@@UAEHAAVPASN_Stream@@@Z @7420 NONAME ?Decode@MCS_USrq@@UAEHAAVPASN_Stream@@@Z @7421 NONAME ?decode@P64Decoder@@UAEHPBEHH@Z @20328 NONAME ?Decode@Q931@@QAEHABVPBYTEArray@@@Z @7423 NONAME ?Decode@T38_Data_Field_subtype@@UAEHAAVPASN_Stream@@@Z @18903 NONAME ?Decode@T38_IFPPacket@@UAEHAAVPASN_Stream@@@Z @18904 NONAME ?Decode@T38_PreCorrigendum_Data_Field_subtype@@UAEHAAVPASN_Stream@@@Z @21481 NONAME ?Decode@T38_PreCorrigendum_IFPPacket@@UAEHAAVPASN_Stream@@@Z @21482 NONAME ?Decode@T38_UDPTLPacket@@UAEHAAVPASN_Stream@@@Z @18905 NONAME ?Decode@T38_UDPTLPacket_error_recovery_fec_info@@UAEHAAVPASN_Stream@@@Z @18906 NONAME ?Decode@X224@@QAEHABVPBYTEArray@@@Z @7424 NONAME ?Decode@X880_Invoke@@UAEHAAVPASN_Stream@@@Z @14635 NONAME ?Decode@X880_Reject@@UAEHAAVPASN_Stream@@@Z @14636 NONAME ?Decode@X880_ReturnError@@UAEHAAVPASN_Stream@@@Z @14637 NONAME ?Decode@X880_ReturnResult@@UAEHAAVPASN_Stream@@@Z @14638 NONAME ?Decode@X880_ReturnResult_result@@UAEHAAVPASN_Stream@@@Z @14639 NONAME ?DecodeArguments@H450xHandler@@QAEHPAVPASN_OctetString@@AAVPASN_Object@@H@Z @19451 NONAME ?DecodeFrame@H323FramedAudioCodec@@UAEHPBEIAAI1@Z @37959 NONAME ?DecodeFrame@H323FramedAudioCodec@@UAEHPBEIAAI@Z @37960 NONAME ?DecodeFrame@H323PluginFramedAudioCodec@@UAEHPBEIAAI1@Z @37981 NONAME ?DecodeFrame@H323StreamedAudioCodec@@UAEHPBEIAAI1@Z @37961 NONAME ?DecodeSample@H323_ALawCodec@@SAFH@Z @19711 NONAME ?DecodeSample@H323_muLawCodec@@SAFH@Z @19712 NONAME ?DecodeSample@PWAVFileConverterALaw@@UAEFH@Z @43176 NONAME ?DecodeSample@PWAVFileConverterULaw@@UAEFH@Z @43177 NONAME ?DecodeSilenceFrame@H323FramedAudioCodec@@UAEXPAXI@Z @26672 NONAME ?DecodeSilenceFrame@H323PluginFramedAudioCodec@@UAEXPAXI@Z @37982 NONAME ?decode_block@P64Decoder@@IAEXIIIIPAE0H@Z @7428 NONAME ?decode_mb@P64Decoder@@IAEHXZ @7429 NONAME ?DecrementReference@RTP_Session@@QAEHXZ @41600 NONAME ?defaultManufacturerCode@H323EndPoint@@2GA @42263 NONAME ?defaultT35CountryCode@H323EndPoint@@2EA @42264 NONAME ?defaultT35Extension@H323EndPoint@@2EA @42265 NONAME ?DeleteDescriptor@H323PeerElement@@QAEHABVH225_AliasAddress@@H@Z @25946 NONAME ?DeleteDescriptor@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@H@Z @26089 NONAME ?DeleteDescriptor@H323PeerElement@@QAEHABVPString@@H@Z @25947 NONAME ?DeletePDU@H323RasPDU@@UAEXXZ @25975 NONAME ?DeletePDU@H501PDU@@UAEXXZ @25976 NONAME ?Dequeue@ByteQueue@OpalVoipBlasterDevice@@QAEHXZ @19999 NONAME ?destroy@?$allocator@ULookupRecord@@@std@@QAEXPAULookupRecord@@@Z @44507 NONAME ?DetectInBandDTMFDisabled@H323EndPoint@@QBEHXZ @41601 NONAME ?DetectSilence@H323AudioCodec@@UAEHXZ @14009 NONAME ?DetectSilence@H323_LIDCodec@@UAEHXZ @14010 NONAME ?DialOut@OpalLineInterfaceDevice@@UAE?AW4CallProgressTones@1@IABVPString@@H@Z @7431 NONAME ?Disable@H235Authenticator@@UAEXXZ @44508 NONAME ?DiscoverAny@H323Gatekeeper@@QAEHXZ @12720 NONAME ?DiscoverByAddress@H323Gatekeeper@@QAEHABVH323TransportAddress@@@Z @12721 NONAME ?DiscoverByName@H323Gatekeeper@@QAEHABVPString@@@Z @12722 NONAME ?DiscoverByNameAndAddress@H323Gatekeeper@@QAEHABVPString@@ABVH323TransportAddress@@@Z @13838 NONAME ?DiscoverGatekeeper@H323EndPoint@@QAEHPAVH323Transport@@@Z @7433 NONAME ?DiscoverGatekeeper@H323Transport@@UAEHAAVH323Gatekeeper@@AAVH323RasPDU@@ABVH323TransportAddress@@@Z @7434 NONAME ?DiscoverGatekeeper@H323TransportUDP@@UAEHAAVH323Gatekeeper@@AAVH323RasPDU@@ABVH323TransportAddress@@@Z @7435 NONAME ?Disengage@H323GatekeeperCall@@UAEHH@Z @21285 NONAME ?DisengageRequest@H323Gatekeeper@@QAEHABVH323Connection@@I@Z @7436 NONAME ?DisengageRequest@H323GatekeeperListener@@QAEHABVH323GatekeeperCall@@I@Z @21055 NONAME ?DoTransfer@PVXMLSession@@UAEHABVPVXMLTransferOptions@@@Z @42267 NONAME ?Enable@H235Authenticator@@UAEXH@Z @44509 NONAME ?EnableAudio@OpalIxJDevice@@UAEHIH@Z @7437 NONAME ?EnableAudio@OpalLineInterfaceDevice@@UAEHIH@Z @7438 NONAME ?EnableAudio@OpalVoipBlasterDevice@@UAEHIH@Z @20000 NONAME ?Encode@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBEXAAVPASN_Stream@@@Z @18588 NONAME ?Encode@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBEXAAVPASN_Stream@@@Z @18589 NONAME ?Encode@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBEXAAVPASN_Stream@@@Z @18590 NONAME ?Encode@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBEXAAVPASN_Stream@@@Z @18591 NONAME ?Encode@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBEXAAVPASN_Stream@@@Z @18592 NONAME ?Encode@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBEXAAVPASN_Stream@@@Z @18593 NONAME ?Encode@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBEXAAVPASN_Stream@@@Z @18594 NONAME ?Encode@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBEXAAVPASN_Stream@@@Z @18595 NONAME ?Encode@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBEXAAVPASN_Stream@@@Z @18596 NONAME ?Encode@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBEXAAVPASN_Stream@@@Z @18597 NONAME ?Encode@GCC_ApplicationInvokeIndication@@UBEXAAVPASN_Stream@@@Z @7449 NONAME ?Encode@GCC_ApplicationInvokeSpecifier@@UBEXAAVPASN_Stream@@@Z @7450 NONAME ?Encode@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBEXAAVPASN_Stream@@@Z @7451 NONAME ?Encode@GCC_ApplicationRecord@@UBEXAAVPASN_Stream@@@Z @7452 NONAME ?Encode@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBEXAAVPASN_Stream@@@Z @7453 NONAME ?Encode@GCC_ChallengeItem@@UBEXAAVPASN_Stream@@@Z @7454 NONAME ?Encode@GCC_ChallengeRequest@@UBEXAAVPASN_Stream@@@Z @7455 NONAME ?Encode@GCC_ChallengeResponse@@UBEXAAVPASN_Stream@@@Z @7456 NONAME ?Encode@GCC_ConductorAssignIndication@@UBEXAAVPASN_Stream@@@Z @7457 NONAME ?Encode@GCC_ConductorPermissionAskIndication@@UBEXAAVPASN_Stream@@@Z @7458 NONAME ?Encode@GCC_ConductorPermissionGrantIndication@@UBEXAAVPASN_Stream@@@Z @7459 NONAME ?Encode@GCC_ConductorReleaseIndication@@UBEXAAVPASN_Stream@@@Z @7460 NONAME ?Encode@GCC_ConferenceAddRequest@@UBEXAAVPASN_Stream@@@Z @7461 NONAME ?Encode@GCC_ConferenceAddResponse@@UBEXAAVPASN_Stream@@@Z @7462 NONAME ?Encode@GCC_ConferenceAssistanceIndication@@UBEXAAVPASN_Stream@@@Z @7463 NONAME ?Encode@GCC_ConferenceCreateRequest@@UBEXAAVPASN_Stream@@@Z @7464 NONAME ?Encode@GCC_ConferenceCreateResponse@@UBEXAAVPASN_Stream@@@Z @7465 NONAME ?Encode@GCC_ConferenceDescriptor@@UBEXAAVPASN_Stream@@@Z @7466 NONAME ?Encode@GCC_ConferenceEjectUserIndication@@UBEXAAVPASN_Stream@@@Z @7467 NONAME ?Encode@GCC_ConferenceEjectUserRequest@@UBEXAAVPASN_Stream@@@Z @7468 NONAME ?Encode@GCC_ConferenceEjectUserResponse@@UBEXAAVPASN_Stream@@@Z @7469 NONAME ?Encode@GCC_ConferenceInviteRequest@@UBEXAAVPASN_Stream@@@Z @7470 NONAME ?Encode@GCC_ConferenceInviteResponse@@UBEXAAVPASN_Stream@@@Z @7471 NONAME ?Encode@GCC_ConferenceJoinRequest@@UBEXAAVPASN_Stream@@@Z @7472 NONAME ?Encode@GCC_ConferenceJoinResponse@@UBEXAAVPASN_Stream@@@Z @7473 NONAME ?Encode@GCC_ConferenceLockIndication@@UBEXAAVPASN_Stream@@@Z @7474 NONAME ?Encode@GCC_ConferenceLockRequest@@UBEXAAVPASN_Stream@@@Z @7475 NONAME ?Encode@GCC_ConferenceLockResponse@@UBEXAAVPASN_Stream@@@Z @7476 NONAME ?Encode@GCC_ConferenceName@@UBEXAAVPASN_Stream@@@Z @7477 NONAME ?Encode@GCC_ConferencePriority@@UBEXAAVPASN_Stream@@@Z @7478 NONAME ?Encode@GCC_ConferenceQueryRequest@@UBEXAAVPASN_Stream@@@Z @7479 NONAME ?Encode@GCC_ConferenceQueryResponse@@UBEXAAVPASN_Stream@@@Z @7480 NONAME ?Encode@GCC_ConferenceTerminateIndication@@UBEXAAVPASN_Stream@@@Z @7481 NONAME ?Encode@GCC_ConferenceTerminateRequest@@UBEXAAVPASN_Stream@@@Z @7482 NONAME ?Encode@GCC_ConferenceTerminateResponse@@UBEXAAVPASN_Stream@@@Z @7483 NONAME ?Encode@GCC_ConferenceTimeExtendIndication@@UBEXAAVPASN_Stream@@@Z @7484 NONAME ?Encode@GCC_ConferenceTimeInquireIndication@@UBEXAAVPASN_Stream@@@Z @7485 NONAME ?Encode@GCC_ConferenceTimeRemainingIndication@@UBEXAAVPASN_Stream@@@Z @7486 NONAME ?Encode@GCC_ConferenceTransferIndication@@UBEXAAVPASN_Stream@@@Z @7487 NONAME ?Encode@GCC_ConferenceTransferRequest@@UBEXAAVPASN_Stream@@@Z @7488 NONAME ?Encode@GCC_ConferenceTransferResponse@@UBEXAAVPASN_Stream@@@Z @7489 NONAME ?Encode@GCC_ConferenceUnlockIndication@@UBEXAAVPASN_Stream@@@Z @7490 NONAME ?Encode@GCC_ConferenceUnlockRequest@@UBEXAAVPASN_Stream@@@Z @7491 NONAME ?Encode@GCC_ConferenceUnlockResponse@@UBEXAAVPASN_Stream@@@Z @7492 NONAME ?Encode@GCC_ConnectData@@UBEXAAVPASN_Stream@@@Z @7493 NONAME ?Encode@GCC_FunctionNotSupportedResponse@@UBEXAAVPASN_Stream@@@Z @7494 NONAME ?Encode@GCC_NetworkAddress_subtype_aggregatedChannel@@UBEXAAVPASN_Stream@@@Z @7495 NONAME ?Encode@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBEXAAVPASN_Stream@@@Z @7496 NONAME ?Encode@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBEXAAVPASN_Stream@@@Z @7497 NONAME ?Encode@GCC_NetworkAddress_subtype_transportConnection@@UBEXAAVPASN_Stream@@@Z @7498 NONAME ?Encode@GCC_NodeProperties@@UBEXAAVPASN_Stream@@@Z @7499 NONAME ?Encode@GCC_NodeRecord@@UBEXAAVPASN_Stream@@@Z @7500 NONAME ?Encode@GCC_NonStandardParameter@@UBEXAAVPASN_Stream@@@Z @7501 NONAME ?Encode@GCC_NonStandardPDU@@UBEXAAVPASN_Stream@@@Z @7502 NONAME ?Encode@GCC_Password@@UBEXAAVPASN_Stream@@@Z @7503 NONAME ?Encode@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBEXAAVPASN_Stream@@@Z @7504 NONAME ?Encode@GCC_RegistryAllocateHandleRequest@@UBEXAAVPASN_Stream@@@Z @7505 NONAME ?Encode@GCC_RegistryAllocateHandleResponse@@UBEXAAVPASN_Stream@@@Z @7506 NONAME ?Encode@GCC_RegistryAssignTokenRequest@@UBEXAAVPASN_Stream@@@Z @7507 NONAME ?Encode@GCC_RegistryDeleteEntryRequest@@UBEXAAVPASN_Stream@@@Z @7508 NONAME ?Encode@GCC_RegistryEntryOwner_owned@@UBEXAAVPASN_Stream@@@Z @7509 NONAME ?Encode@GCC_RegistryKey@@UBEXAAVPASN_Stream@@@Z @7510 NONAME ?Encode@GCC_RegistryMonitorEntryIndication@@UBEXAAVPASN_Stream@@@Z @7511 NONAME ?Encode@GCC_RegistryMonitorEntryRequest@@UBEXAAVPASN_Stream@@@Z @7512 NONAME ?Encode@GCC_RegistryRegisterChannelRequest@@UBEXAAVPASN_Stream@@@Z @7513 NONAME ?Encode@GCC_RegistryResponse@@UBEXAAVPASN_Stream@@@Z @7514 NONAME ?Encode@GCC_RegistryRetrieveEntryRequest@@UBEXAAVPASN_Stream@@@Z @7515 NONAME ?Encode@GCC_RegistrySetParameterRequest@@UBEXAAVPASN_Stream@@@Z @7516 NONAME ?Encode@GCC_RosterUpdateIndication@@UBEXAAVPASN_Stream@@@Z @7517 NONAME ?Encode@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBEXAAVPASN_Stream@@@Z @7518 NONAME ?Encode@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBEXAAVPASN_Stream@@@Z @7519 NONAME ?Encode@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBEXAAVPASN_Stream@@@Z @7520 NONAME ?Encode@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBEXAAVPASN_Stream@@@Z @7521 NONAME ?Encode@GCC_RosterUpdateIndication_nodeInformation@@UBEXAAVPASN_Stream@@@Z @7522 NONAME ?Encode@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBEXAAVPASN_Stream@@@Z @7523 NONAME ?Encode@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBEXAAVPASN_Stream@@@Z @7524 NONAME ?Encode@GCC_SessionKey@@UBEXAAVPASN_Stream@@@Z @7525 NONAME ?Encode@GCC_TextMessageIndication@@UBEXAAVPASN_Stream@@@Z @7526 NONAME ?Encode@GCC_UserData_subtype@@UBEXAAVPASN_Stream@@@Z @7527 NONAME ?Encode@GCC_UserIDIndication@@UBEXAAVPASN_Stream@@@Z @7528 NONAME ?Encode@H225_AddressPattern_range@@UBEXAAVPASN_Stream@@@Z @17715 NONAME ?Encode@H225_AdmissionConfirm@@UBEXAAVPASN_Stream@@@Z @7529 NONAME ?Encode@H225_AdmissionReject@@UBEXAAVPASN_Stream@@@Z @7530 NONAME ?Encode@H225_AdmissionRequest@@UBEXAAVPASN_Stream@@@Z @7531 NONAME ?Encode@H225_Alerting_UUIE@@UBEXAAVPASN_Stream@@@Z @7532 NONAME ?Encode@H225_AlternateGK@@UBEXAAVPASN_Stream@@@Z @7533 NONAME ?Encode@H225_AlternateTransportAddresses@@UBEXAAVPASN_Stream@@@Z @17716 NONAME ?Encode@H225_AltGKInfo@@UBEXAAVPASN_Stream@@@Z @7534 NONAME ?Encode@H225_ANSI_41_UIM@@UBEXAAVPASN_Stream@@@Z @17717 NONAME ?Encode@H225_BandwidthConfirm@@UBEXAAVPASN_Stream@@@Z @7535 NONAME ?Encode@H225_BandwidthDetails@@UBEXAAVPASN_Stream@@@Z @17718 NONAME ?Encode@H225_BandwidthReject@@UBEXAAVPASN_Stream@@@Z @7536 NONAME ?Encode@H225_BandwidthRequest@@UBEXAAVPASN_Stream@@@Z @7537 NONAME ?Encode@H225_CallCapacity@@UBEXAAVPASN_Stream@@@Z @17719 NONAME ?Encode@H225_CallCapacityInfo@@UBEXAAVPASN_Stream@@@Z @17720 NONAME ?Encode@H225_CallCreditCapability@@UBEXAAVPASN_Stream@@@Z @17721 NONAME ?Encode@H225_CallCreditServiceControl@@UBEXAAVPASN_Stream@@@Z @17722 NONAME ?Encode@H225_CallIdentifier@@UBEXAAVPASN_Stream@@@Z @7538 NONAME ?Encode@H225_CallLinkage@@UBEXAAVPASN_Stream@@@Z @17723 NONAME ?Encode@H225_CallProceeding_UUIE@@UBEXAAVPASN_Stream@@@Z @7539 NONAME ?Encode@H225_CallsAvailable@@UBEXAAVPASN_Stream@@@Z @17724 NONAME ?Encode@H225_CapacityReportingCapability@@UBEXAAVPASN_Stream@@@Z @17725 NONAME ?Encode@H225_CapacityReportingSpecification@@UBEXAAVPASN_Stream@@@Z @17726 NONAME ?Encode@H225_CapacityReportingSpecification_when@@UBEXAAVPASN_Stream@@@Z @17727 NONAME ?Encode@H225_CarrierInfo@@UBEXAAVPASN_Stream@@@Z @27090 NONAME ?Encode@H225_CicInfo@@UBEXAAVPASN_Stream@@@Z @17728 NONAME ?Encode@H225_CircuitIdentifier@@UBEXAAVPASN_Stream@@@Z @26673 NONAME ?Encode@H225_CircuitInfo@@UBEXAAVPASN_Stream@@@Z @17729 NONAME ?Encode@H225_ConferenceList@@UBEXAAVPASN_Stream@@@Z @7540 NONAME ?Encode@H225_Connect_UUIE@@UBEXAAVPASN_Stream@@@Z @7541 NONAME ?Encode@H225_CryptoH323Token_cryptoEPPwdHash@@UBEXAAVPASN_Stream@@@Z @7542 NONAME ?Encode@H225_CryptoH323Token_cryptoGKPwdHash@@UBEXAAVPASN_Stream@@@Z @7543 NONAME ?Encode@H225_DataRate@@UBEXAAVPASN_Stream@@@Z @7544 NONAME ?Encode@H225_DisengageConfirm@@UBEXAAVPASN_Stream@@@Z @7545 NONAME ?Encode@H225_DisengageReject@@UBEXAAVPASN_Stream@@@Z @7546 NONAME ?Encode@H225_DisengageRequest@@UBEXAAVPASN_Stream@@@Z @7547 NONAME ?Encode@H225_Endpoint@@UBEXAAVPASN_Stream@@@Z @7548 NONAME ?Encode@H225_EndpointType@@UBEXAAVPASN_Stream@@@Z @7549 NONAME ?Encode@H225_EnumeratedParameter@@UBEXAAVPASN_Stream@@@Z @17730 NONAME ?Encode@H225_ExtendedAliasAddress@@UBEXAAVPASN_Stream@@@Z @17731 NONAME ?Encode@H225_Facility_UUIE@@UBEXAAVPASN_Stream@@@Z @7550 NONAME ?Encode@H225_FeatureSet@@UBEXAAVPASN_Stream@@@Z @17732 NONAME ?Encode@H225_GatekeeperConfirm@@UBEXAAVPASN_Stream@@@Z @7551 NONAME ?Encode@H225_GatekeeperInfo@@UBEXAAVPASN_Stream@@@Z @7552 NONAME ?Encode@H225_GatekeeperReject@@UBEXAAVPASN_Stream@@@Z @7553 NONAME ?Encode@H225_GatekeeperRequest@@UBEXAAVPASN_Stream@@@Z @7554 NONAME ?Encode@H225_GatewayInfo@@UBEXAAVPASN_Stream@@@Z @7555 NONAME ?Encode@H225_GenericData@@UBEXAAVPASN_Stream@@@Z @17733 NONAME ?Encode@H225_GroupID@@UBEXAAVPASN_Stream@@@Z @17734 NONAME ?Encode@H225_GSM_UIM@@UBEXAAVPASN_Stream@@@Z @17735 NONAME ?Encode@H225_H221NonStandard@@UBEXAAVPASN_Stream@@@Z @7556 NONAME ?Encode@H225_H310Caps@@UBEXAAVPASN_Stream@@@Z @7557 NONAME ?Encode@H225_H320Caps@@UBEXAAVPASN_Stream@@@Z @7558 NONAME ?Encode@H225_H321Caps@@UBEXAAVPASN_Stream@@@Z @7559 NONAME ?Encode@H225_H322Caps@@UBEXAAVPASN_Stream@@@Z @7560 NONAME ?Encode@H225_H323Caps@@UBEXAAVPASN_Stream@@@Z @7561 NONAME ?Encode@H225_H323_UserInformation@@UBEXAAVPASN_Stream@@@Z @7562 NONAME ?Encode@H225_H323_UserInformation_user_data@@UBEXAAVPASN_Stream@@@Z @7563 NONAME ?Encode@H225_H323_UU_PDU@@UBEXAAVPASN_Stream@@@Z @7564 NONAME ?Encode@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBEXAAVPASN_Stream@@@Z @17736 NONAME ?Encode@H225_H324Caps@@UBEXAAVPASN_Stream@@@Z @7565 NONAME ?Encode@H225_ICV@@UBEXAAVPASN_Stream@@@Z @7566 NONAME ?Encode@H225_InfoRequest@@UBEXAAVPASN_Stream@@@Z @7567 NONAME ?Encode@H225_InfoRequestAck@@UBEXAAVPASN_Stream@@@Z @7568 NONAME ?Encode@H225_InfoRequestNak@@UBEXAAVPASN_Stream@@@Z @7569 NONAME ?Encode@H225_InfoRequestResponse@@UBEXAAVPASN_Stream@@@Z @7570 NONAME ?Encode@H225_InfoRequestResponse_perCallInfo_subtype@@UBEXAAVPASN_Stream@@@Z @7571 NONAME ?Encode@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBEXAAVPASN_Stream@@@Z @7572 NONAME ?Encode@H225_Information_UUIE@@UBEXAAVPASN_Stream@@@Z @7573 NONAME ?Encode@H225_LocationConfirm@@UBEXAAVPASN_Stream@@@Z @7574 NONAME ?Encode@H225_LocationReject@@UBEXAAVPASN_Stream@@@Z @7575 NONAME ?Encode@H225_LocationRequest@@UBEXAAVPASN_Stream@@@Z @7576 NONAME ?Encode@H225_McuInfo@@UBEXAAVPASN_Stream@@@Z @7577 NONAME ?Encode@H225_NonStandardMessage@@UBEXAAVPASN_Stream@@@Z @7578 NONAME ?Encode@H225_NonStandardParameter@@UBEXAAVPASN_Stream@@@Z @7579 NONAME ?Encode@H225_NonStandardProtocol@@UBEXAAVPASN_Stream@@@Z @7580 NONAME ?Encode@H225_Notify_UUIE@@UBEXAAVPASN_Stream@@@Z @17737 NONAME ?Encode@H225_PrivatePartyNumber@@UBEXAAVPASN_Stream@@@Z @7581 NONAME ?Encode@H225_Progress_UUIE@@UBEXAAVPASN_Stream@@@Z @7582 NONAME ?Encode@H225_PublicPartyNumber@@UBEXAAVPASN_Stream@@@Z @7583 NONAME ?Encode@H225_Q954Details@@UBEXAAVPASN_Stream@@@Z @7584 NONAME ?Encode@H225_QseriesOptions@@UBEXAAVPASN_Stream@@@Z @7585 NONAME ?Encode@H225_RasUsageInformation@@UBEXAAVPASN_Stream@@@Z @17738 NONAME ?Encode@H225_RasUsageInfoTypes@@UBEXAAVPASN_Stream@@@Z @17739 NONAME ?Encode@H225_RasUsageSpecification@@UBEXAAVPASN_Stream@@@Z @17740 NONAME ?Encode@H225_RasUsageSpecification_callStartingPoint@@UBEXAAVPASN_Stream@@@Z @17741 NONAME ?Encode@H225_RasUsageSpecification_when@@UBEXAAVPASN_Stream@@@Z @17742 NONAME ?Encode@H225_RegistrationConfirm@@UBEXAAVPASN_Stream@@@Z @7586 NONAME ?Encode@H225_RegistrationConfirm_preGrantedARQ@@UBEXAAVPASN_Stream@@@Z @7587 NONAME ?Encode@H225_RegistrationReject@@UBEXAAVPASN_Stream@@@Z @7588 NONAME ?Encode@H225_RegistrationRejectReason_invalidTerminalAliases@@UBEXAAVPASN_Stream@@@Z @17743 NONAME ?Encode@H225_RegistrationRequest@@UBEXAAVPASN_Stream@@@Z @7589 NONAME ?Encode@H225_ReleaseComplete_UUIE@@UBEXAAVPASN_Stream@@@Z @7590 NONAME ?Encode@H225_RequestInProgress@@UBEXAAVPASN_Stream@@@Z @7591 NONAME ?Encode@H225_ResourcesAvailableConfirm@@UBEXAAVPASN_Stream@@@Z @7592 NONAME ?Encode@H225_ResourcesAvailableIndicate@@UBEXAAVPASN_Stream@@@Z @7593 NONAME ?Encode@H225_RTPSession@@UBEXAAVPASN_Stream@@@Z @7594 NONAME ?Encode@H225_SecurityCapabilities@@UBEXAAVPASN_Stream@@@Z @7595 NONAME ?Encode@H225_ServiceControlIndication@@UBEXAAVPASN_Stream@@@Z @17744 NONAME ?Encode@H225_ServiceControlIndication_callSpecific@@UBEXAAVPASN_Stream@@@Z @17745 NONAME ?Encode@H225_ServiceControlResponse@@UBEXAAVPASN_Stream@@@Z @17746 NONAME ?Encode@H225_ServiceControlSession@@UBEXAAVPASN_Stream@@@Z @17747 NONAME ?Encode@H225_SetupAcknowledge_UUIE@@UBEXAAVPASN_Stream@@@Z @17748 NONAME ?Encode@H225_Setup_UUIE@@UBEXAAVPASN_Stream@@@Z @7596 NONAME ?Encode@H225_Setup_UUIE_connectionParameters@@UBEXAAVPASN_Stream@@@Z @17749 NONAME ?Encode@H225_SIPCaps@@UBEXAAVPASN_Stream@@@Z @27091 NONAME ?Encode@H225_StatusInquiry_UUIE@@UBEXAAVPASN_Stream@@@Z @17750 NONAME ?Encode@H225_Status_UUIE@@UBEXAAVPASN_Stream@@@Z @17751 NONAME ?Encode@H225_StimulusControl@@UBEXAAVPASN_Stream@@@Z @17752 NONAME ?Encode@H225_SupportedPrefix@@UBEXAAVPASN_Stream@@@Z @7597 NONAME ?Encode@H225_T120OnlyCaps@@UBEXAAVPASN_Stream@@@Z @7598 NONAME ?Encode@H225_T38FaxAnnexbOnlyCaps@@UBEXAAVPASN_Stream@@@Z @17753 NONAME ?Encode@H225_TerminalInfo@@UBEXAAVPASN_Stream@@@Z @7599 NONAME ?Encode@H225_TransportAddress_ip6Address@@UBEXAAVPASN_Stream@@@Z @7600 NONAME ?Encode@H225_TransportAddress_ipAddress@@UBEXAAVPASN_Stream@@@Z @7601 NONAME ?Encode@H225_TransportAddress_ipSourceRoute@@UBEXAAVPASN_Stream@@@Z @7602 NONAME ?Encode@H225_TransportAddress_ipxAddress@@UBEXAAVPASN_Stream@@@Z @7603 NONAME ?Encode@H225_TransportChannelInfo@@UBEXAAVPASN_Stream@@@Z @7604 NONAME ?Encode@H225_TunnelledProtocol@@UBEXAAVPASN_Stream@@@Z @17754 NONAME ?Encode@H225_TunnelledProtocolAlternateIdentifier@@UBEXAAVPASN_Stream@@@Z @17755 NONAME ?Encode@H225_UnknownMessageResponse@@UBEXAAVPASN_Stream@@@Z @7605 NONAME ?Encode@H225_UnregistrationConfirm@@UBEXAAVPASN_Stream@@@Z @7606 NONAME ?Encode@H225_UnregistrationReject@@UBEXAAVPASN_Stream@@@Z @7607 NONAME ?Encode@H225_UnregistrationRequest@@UBEXAAVPASN_Stream@@@Z @7608 NONAME ?Encode@H225_UUIEsRequested@@UBEXAAVPASN_Stream@@@Z @7609 NONAME ?Encode@H225_VendorIdentifier@@UBEXAAVPASN_Stream@@@Z @7610 NONAME ?Encode@H225_VoiceCaps@@UBEXAAVPASN_Stream@@@Z @7611 NONAME ?Encode@H235_ClearToken@@UBEXAAVPASN_Stream@@@Z @7612 NONAME ?Encode@H235_CryptoToken_cryptoEncryptedToken@@UBEXAAVPASN_Stream@@@Z @7613 NONAME ?Encode@H235_CryptoToken_cryptoHashedToken@@UBEXAAVPASN_Stream@@@Z @7614 NONAME ?Encode@H235_CryptoToken_cryptoSignedToken@@UBEXAAVPASN_Stream@@@Z @7615 NONAME ?Encode@H235_DHset@@UBEXAAVPASN_Stream@@@Z @7616 NONAME ?Encode@H235_ECGDSASignature@@UBEXAAVPASN_Stream@@@Z @27092 NONAME ?Encode@H235_ECKASDH_eckasdh2@@UBEXAAVPASN_Stream@@@Z @19255 NONAME ?Encode@H235_ECKASDH_eckasdhp@@UBEXAAVPASN_Stream@@@Z @19256 NONAME ?Encode@H235_ECpoint@@UBEXAAVPASN_Stream@@@Z @27093 NONAME ?Encode@H235_H235CertificateSignature@@UBEXAAVPASN_Stream@@@Z @7617 NONAME ?Encode@H235_KeySignedMaterial@@UBEXAAVPASN_Stream@@@Z @7618 NONAME ?Encode@H235_KeySyncMaterial@@UBEXAAVPASN_Stream@@@Z @7619 NONAME ?Encode@H235_NonStandardParameter@@UBEXAAVPASN_Stream@@@Z @7620 NONAME ?Encode@H235_Params@@UBEXAAVPASN_Stream@@@Z @7621 NONAME ?Encode@H235_ReturnSig@@UBEXAAVPASN_Stream@@@Z @7622 NONAME ?Encode@H235_TypedCertificate@@UBEXAAVPASN_Stream@@@Z @7623 NONAME ?Encode@H235_V3KeySyncMaterial@@UBEXAAVPASN_Stream@@@Z @27094 NONAME ?Encode@H245_ATMParameters@@UBEXAAVPASN_Stream@@@Z @7624 NONAME ?Encode@H245_AudioCapability_g7231@@UBEXAAVPASN_Stream@@@Z @7625 NONAME ?Encode@H245_AudioTelephonyEventCapability@@UBEXAAVPASN_Stream@@@Z @17756 NONAME ?Encode@H245_AudioToneCapability@@UBEXAAVPASN_Stream@@@Z @17757 NONAME ?Encode@H245_AuthenticationCapability@@UBEXAAVPASN_Stream@@@Z @7626 NONAME ?Encode@H245_BEnhancementParameters@@UBEXAAVPASN_Stream@@@Z @7627 NONAME ?Encode@H245_CapabilityDescriptor@@UBEXAAVPASN_Stream@@@Z @7628 NONAME ?Encode@H245_CapabilityTableEntry@@UBEXAAVPASN_Stream@@@Z @7629 NONAME ?Encode@H245_Capability_h233EncryptionReceiveCapability@@UBEXAAVPASN_Stream@@@Z @7630 NONAME ?Encode@H245_CloseLogicalChannel@@UBEXAAVPASN_Stream@@@Z @7631 NONAME ?Encode@H245_CloseLogicalChannelAck@@UBEXAAVPASN_Stream@@@Z @7632 NONAME ?Encode@H245_CommunicationModeCommand@@UBEXAAVPASN_Stream@@@Z @7633 NONAME ?Encode@H245_CommunicationModeRequest@@UBEXAAVPASN_Stream@@@Z @7634 NONAME ?Encode@H245_CommunicationModeTableEntry@@UBEXAAVPASN_Stream@@@Z @7635 NONAME ?Encode@H245_ConferenceCapability@@UBEXAAVPASN_Stream@@@Z @7636 NONAME ?Encode@H245_ConferenceRequest_requestTerminalCertificate@@UBEXAAVPASN_Stream@@@Z @7637 NONAME ?Encode@H245_ConferenceResponse_chairTokenOwnerResponse@@UBEXAAVPASN_Stream@@@Z @7638 NONAME ?Encode@H245_ConferenceResponse_conferenceIDResponse@@UBEXAAVPASN_Stream@@@Z @7639 NONAME ?Encode@H245_ConferenceResponse_extensionAddressResponse@@UBEXAAVPASN_Stream@@@Z @7640 NONAME ?Encode@H245_ConferenceResponse_mCTerminalIDResponse@@UBEXAAVPASN_Stream@@@Z @7641 NONAME ?Encode@H245_ConferenceResponse_passwordResponse@@UBEXAAVPASN_Stream@@@Z @7642 NONAME ?Encode@H245_ConferenceResponse_terminalCertificateResponse@@UBEXAAVPASN_Stream@@@Z @7643 NONAME ?Encode@H245_ConferenceResponse_terminalIDResponse@@UBEXAAVPASN_Stream@@@Z @7644 NONAME ?Encode@H245_ConnectionIdentifier@@UBEXAAVPASN_Stream@@@Z @17758 NONAME ?Encode@H245_Criteria@@UBEXAAVPASN_Stream@@@Z @7645 NONAME ?Encode@H245_CustomPictureClockFrequency@@UBEXAAVPASN_Stream@@@Z @7646 NONAME ?Encode@H245_CustomPictureFormat@@UBEXAAVPASN_Stream@@@Z @7647 NONAME ?Encode@H245_CustomPictureFormat_mPI@@UBEXAAVPASN_Stream@@@Z @7648 NONAME ?Encode@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBEXAAVPASN_Stream@@@Z @7649 NONAME ?Encode@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBEXAAVPASN_Stream@@@Z @7650 NONAME ?Encode@H245_DataApplicationCapability@@UBEXAAVPASN_Stream@@@Z @7651 NONAME ?Encode@H245_DataApplicationCapability_application_nlpid@@UBEXAAVPASN_Stream@@@Z @7652 NONAME ?Encode@H245_DataApplicationCapability_application_t38fax@@UBEXAAVPASN_Stream@@@Z @17759 NONAME ?Encode@H245_DataApplicationCapability_application_t84@@UBEXAAVPASN_Stream@@@Z @7653 NONAME ?Encode@H245_DataMode@@UBEXAAVPASN_Stream@@@Z @7654 NONAME ?Encode@H245_DataMode_application_nlpid@@UBEXAAVPASN_Stream@@@Z @7655 NONAME ?Encode@H245_DataMode_application_t38fax@@UBEXAAVPASN_Stream@@@Z @17760 NONAME ?Encode@H245_DepFECCapability_rfc2733@@UBEXAAVPASN_Stream@@@Z @44510 NONAME ?Encode@H245_DepFECCapability_rfc2733_separateStream@@UBEXAAVPASN_Stream@@@Z @44511 NONAME ?Encode@H245_DepFECData_rfc2733@@UBEXAAVPASN_Stream@@@Z @44512 NONAME ?Encode@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBEXAAVPASN_Stream@@@Z @44513 NONAME ?Encode@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBEXAAVPASN_Stream@@@Z @44514 NONAME ?Encode@H245_DepFECMode_rfc2733Mode@@UBEXAAVPASN_Stream@@@Z @44515 NONAME ?Encode@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBEXAAVPASN_Stream@@@Z @44516 NONAME ?Encode@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBEXAAVPASN_Stream@@@Z @44517 NONAME ?Encode@H245_DialingInformationNumber@@UBEXAAVPASN_Stream@@@Z @17761 NONAME ?Encode@H245_EncryptionAuthenticationAndIntegrity@@UBEXAAVPASN_Stream@@@Z @7656 NONAME ?Encode@H245_EncryptionCommand_encryptionAlgorithmID@@UBEXAAVPASN_Stream@@@Z @7657 NONAME ?Encode@H245_EncryptionSync@@UBEXAAVPASN_Stream@@@Z @7658 NONAME ?Encode@H245_EncryptionUpdateRequest@@UBEXAAVPASN_Stream@@@Z @7659 NONAME ?Encode@H245_EnhancementLayerInfo@@UBEXAAVPASN_Stream@@@Z @7660 NONAME ?Encode@H245_EnhancementOptions@@UBEXAAVPASN_Stream@@@Z @7661 NONAME ?Encode@H245_EscrowData@@UBEXAAVPASN_Stream@@@Z @7662 NONAME ?Encode@H245_ExtendedVideoCapability@@UBEXAAVPASN_Stream@@@Z @44518 NONAME ?Encode@H245_FECCapability@@UBEXAAVPASN_Stream@@@Z @44519 NONAME ?Encode@H245_FECData_rfc2733@@UBEXAAVPASN_Stream@@@Z @27097 NONAME ?Encode@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBEXAAVPASN_Stream@@@Z @44520 NONAME ?Encode@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UBEXAAVPASN_Stream@@@Z @44521 NONAME ?Encode@H245_FECMode@@UBEXAAVPASN_Stream@@@Z @44522 NONAME ?Encode@H245_FlowControlCommand@@UBEXAAVPASN_Stream@@@Z @7663 NONAME ?Encode@H245_FlowControlIndication@@UBEXAAVPASN_Stream@@@Z @17762 NONAME ?Encode@H245_FunctionNotSupported@@UBEXAAVPASN_Stream@@@Z @7664 NONAME ?Encode@H245_G7231AnnexCCapability@@UBEXAAVPASN_Stream@@@Z @7665 NONAME ?Encode@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBEXAAVPASN_Stream@@@Z @7666 NONAME ?Encode@H245_G7231AnnexCMode@@UBEXAAVPASN_Stream@@@Z @7667 NONAME ?Encode@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBEXAAVPASN_Stream@@@Z @7668 NONAME ?Encode@H245_G729Extensions@@UBEXAAVPASN_Stream@@@Z @17763 NONAME ?Encode@H245_GenericCapability@@UBEXAAVPASN_Stream@@@Z @17764 NONAME ?Encode@H245_GenericMessage@@UBEXAAVPASN_Stream@@@Z @44523 NONAME ?Encode@H245_GenericParameter@@UBEXAAVPASN_Stream@@@Z @17765 NONAME ?Encode@H245_GSMAudioCapability@@UBEXAAVPASN_Stream@@@Z @7669 NONAME ?Encode@H245_H222Capability@@UBEXAAVPASN_Stream@@@Z @7670 NONAME ?Encode@H245_H222LogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @7671 NONAME ?Encode@H245_H223AL1MParameters@@UBEXAAVPASN_Stream@@@Z @7672 NONAME ?Encode@H245_H223AL2MParameters@@UBEXAAVPASN_Stream@@@Z @7673 NONAME ?Encode@H245_H223AL3MParameters@@UBEXAAVPASN_Stream@@@Z @7674 NONAME ?Encode@H245_H223AnnexCArqParameters@@UBEXAAVPASN_Stream@@@Z @7675 NONAME ?Encode@H245_H223AnnexCCapability@@UBEXAAVPASN_Stream@@@Z @7676 NONAME ?Encode@H245_H223Capability@@UBEXAAVPASN_Stream@@@Z @7677 NONAME ?Encode@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBEXAAVPASN_Stream@@@Z @7678 NONAME ?Encode@H245_H223Capability_mobileMultilinkFrameCapability@@UBEXAAVPASN_Stream@@@Z @17766 NONAME ?Encode@H245_H223Capability_mobileOperationTransmitCapability@@UBEXAAVPASN_Stream@@@Z @7679 NONAME ?Encode@H245_H223LogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @7680 NONAME ?Encode@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBEXAAVPASN_Stream@@@Z @7681 NONAME ?Encode@H245_H223ModeParameters@@UBEXAAVPASN_Stream@@@Z @7682 NONAME ?Encode@H245_H223ModeParameters_adaptationLayerType_al3@@UBEXAAVPASN_Stream@@@Z @7683 NONAME ?Encode@H245_H223SkewIndication@@UBEXAAVPASN_Stream@@@Z @7684 NONAME ?Encode@H245_H2250Capability@@UBEXAAVPASN_Stream@@@Z @7685 NONAME ?Encode@H245_H2250Capability_mcCapability@@UBEXAAVPASN_Stream@@@Z @7686 NONAME ?Encode@H245_H2250LogicalChannelAckParameters@@UBEXAAVPASN_Stream@@@Z @7687 NONAME ?Encode@H245_H2250LogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @7688 NONAME ?Encode@H245_H2250MaximumSkewIndication@@UBEXAAVPASN_Stream@@@Z @7689 NONAME ?Encode@H245_H2250ModeParameters@@UBEXAAVPASN_Stream@@@Z @7690 NONAME ?Encode@H245_H235Media@@UBEXAAVPASN_Stream@@@Z @7691 NONAME ?Encode@H245_H235Mode@@UBEXAAVPASN_Stream@@@Z @7692 NONAME ?Encode@H245_H235SecurityCapability@@UBEXAAVPASN_Stream@@@Z @7693 NONAME ?Encode@H245_H261VideoCapability@@UBEXAAVPASN_Stream@@@Z @7694 NONAME ?Encode@H245_H261VideoMode@@UBEXAAVPASN_Stream@@@Z @7695 NONAME ?Encode@H245_H262VideoCapability@@UBEXAAVPASN_Stream@@@Z @7696 NONAME ?Encode@H245_H262VideoMode@@UBEXAAVPASN_Stream@@@Z @7697 NONAME ?Encode@H245_H263ModeComboFlags@@UBEXAAVPASN_Stream@@@Z @7698 NONAME ?Encode@H245_H263Options@@UBEXAAVPASN_Stream@@@Z @7699 NONAME ?Encode@H245_H263Version3Options@@UBEXAAVPASN_Stream@@@Z @17767 NONAME ?Encode@H245_H263VideoCapability@@UBEXAAVPASN_Stream@@@Z @7700 NONAME ?Encode@H245_H263VideoMode@@UBEXAAVPASN_Stream@@@Z @7701 NONAME ?Encode@H245_H263VideoModeCombos@@UBEXAAVPASN_Stream@@@Z @7702 NONAME ?Encode@H245_IntegrityCapability@@UBEXAAVPASN_Stream@@@Z @7703 NONAME ?Encode@H245_IS11172AudioCapability@@UBEXAAVPASN_Stream@@@Z @7704 NONAME ?Encode@H245_IS11172AudioMode@@UBEXAAVPASN_Stream@@@Z @7705 NONAME ?Encode@H245_IS11172VideoCapability@@UBEXAAVPASN_Stream@@@Z @7706 NONAME ?Encode@H245_IS11172VideoMode@@UBEXAAVPASN_Stream@@@Z @7707 NONAME ?Encode@H245_IS13818AudioCapability@@UBEXAAVPASN_Stream@@@Z @7708 NONAME ?Encode@H245_IS13818AudioMode@@UBEXAAVPASN_Stream@@@Z @7709 NONAME ?Encode@H245_JitterIndication@@UBEXAAVPASN_Stream@@@Z @7710 NONAME ?Encode@H245_KeyProtectionMethod@@UBEXAAVPASN_Stream@@@Z @7711 NONAME ?Encode@H245_LogicalChannelRateAcknowledge@@UBEXAAVPASN_Stream@@@Z @17768 NONAME ?Encode@H245_LogicalChannelRateReject@@UBEXAAVPASN_Stream@@@Z @17769 NONAME ?Encode@H245_LogicalChannelRateRelease@@UBEXAAVPASN_Stream@@@Z @17770 NONAME ?Encode@H245_LogicalChannelRateRequest@@UBEXAAVPASN_Stream@@@Z @17771 NONAME ?Encode@H245_MaintenanceLoopAck@@UBEXAAVPASN_Stream@@@Z @7712 NONAME ?Encode@H245_MaintenanceLoopOffCommand@@UBEXAAVPASN_Stream@@@Z @7713 NONAME ?Encode@H245_MaintenanceLoopReject@@UBEXAAVPASN_Stream@@@Z @7714 NONAME ?Encode@H245_MaintenanceLoopRequest@@UBEXAAVPASN_Stream@@@Z @7715 NONAME ?Encode@H245_MasterSlaveDetermination@@UBEXAAVPASN_Stream@@@Z @7716 NONAME ?Encode@H245_MasterSlaveDeterminationAck@@UBEXAAVPASN_Stream@@@Z @7717 NONAME ?Encode@H245_MasterSlaveDeterminationReject@@UBEXAAVPASN_Stream@@@Z @7718 NONAME ?Encode@H245_MasterSlaveDeterminationRelease@@UBEXAAVPASN_Stream@@@Z @7719 NONAME ?Encode@H245_MCLocationIndication@@UBEXAAVPASN_Stream@@@Z @7720 NONAME ?Encode@H245_MediaChannelCapability@@UBEXAAVPASN_Stream@@@Z @7721 NONAME ?Encode@H245_MediaDistributionCapability@@UBEXAAVPASN_Stream@@@Z @7722 NONAME ?Encode@H245_MediaPacketizationCapability@@UBEXAAVPASN_Stream@@@Z @7723 NONAME ?Encode@H245_MediaTransportType_atm_AAL5_compressed@@UBEXAAVPASN_Stream@@@Z @17772 NONAME ?Encode@H245_MiscellaneousCommand@@UBEXAAVPASN_Stream@@@Z @7724 NONAME ?Encode@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBEXAAVPASN_Stream@@@Z @44524 NONAME ?Encode@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBEXAAVPASN_Stream@@@Z @44525 NONAME ?Encode@H245_MiscellaneousCommand_type_lostPartialPicture@@UBEXAAVPASN_Stream@@@Z @17773 NONAME ?Encode@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBEXAAVPASN_Stream@@@Z @7725 NONAME ?Encode@H245_MiscellaneousCommand_type_videoBadMBs@@UBEXAAVPASN_Stream@@@Z @17774 NONAME ?Encode@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBEXAAVPASN_Stream@@@Z @7726 NONAME ?Encode@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBEXAAVPASN_Stream@@@Z @7727 NONAME ?Encode@H245_MiscellaneousIndication@@UBEXAAVPASN_Stream@@@Z @7728 NONAME ?Encode@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBEXAAVPASN_Stream@@@Z @7729 NONAME ?Encode@H245_MobileMultilinkReconfigurationCommand@@UBEXAAVPASN_Stream@@@Z @17775 NONAME ?Encode@H245_MobileMultilinkReconfigurationIndication@@UBEXAAVPASN_Stream@@@Z @17776 NONAME ?Encode@H245_ModeElement@@UBEXAAVPASN_Stream@@@Z @7730 NONAME ?Encode@H245_MulticastAddress_iP6Address@@UBEXAAVPASN_Stream@@@Z @7731 NONAME ?Encode@H245_MulticastAddress_iPAddress@@UBEXAAVPASN_Stream@@@Z @7732 NONAME ?Encode@H245_MultilinkIndication_crcDesired@@UBEXAAVPASN_Stream@@@Z @17777 NONAME ?Encode@H245_MultilinkIndication_excessiveError@@UBEXAAVPASN_Stream@@@Z @17778 NONAME ?Encode@H245_MultilinkRequest_addConnection@@UBEXAAVPASN_Stream@@@Z @17779 NONAME ?Encode@H245_MultilinkRequest_callInformation@@UBEXAAVPASN_Stream@@@Z @17780 NONAME ?Encode@H245_MultilinkRequest_maximumHeaderInterval@@UBEXAAVPASN_Stream@@@Z @17781 NONAME ?Encode@H245_MultilinkRequest_removeConnection@@UBEXAAVPASN_Stream@@@Z @17782 NONAME ?Encode@H245_MultilinkResponse_addConnection@@UBEXAAVPASN_Stream@@@Z @17783 NONAME ?Encode@H245_MultilinkResponse_callInformation@@UBEXAAVPASN_Stream@@@Z @17784 NONAME ?Encode@H245_MultilinkResponse_maximumHeaderInterval@@UBEXAAVPASN_Stream@@@Z @17785 NONAME ?Encode@H245_MultilinkResponse_removeConnection@@UBEXAAVPASN_Stream@@@Z @17786 NONAME ?Encode@H245_MultiplePayloadStream@@UBEXAAVPASN_Stream@@@Z @27103 NONAME ?Encode@H245_MultiplePayloadStreamCapability@@UBEXAAVPASN_Stream@@@Z @27104 NONAME ?Encode@H245_MultiplePayloadStreamElement@@UBEXAAVPASN_Stream@@@Z @27105 NONAME ?Encode@H245_MultiplePayloadStreamElementMode@@UBEXAAVPASN_Stream@@@Z @27106 NONAME ?Encode@H245_MultiplePayloadStreamMode@@UBEXAAVPASN_Stream@@@Z @27107 NONAME ?Encode@H245_MultiplexedStreamCapability@@UBEXAAVPASN_Stream@@@Z @17787 NONAME ?Encode@H245_MultiplexedStreamModeParameters@@UBEXAAVPASN_Stream@@@Z @17788 NONAME ?Encode@H245_MultiplexedStreamParameter@@UBEXAAVPASN_Stream@@@Z @17789 NONAME ?Encode@H245_MultiplexElement@@UBEXAAVPASN_Stream@@@Z @7733 NONAME ?Encode@H245_MultiplexEntryDescriptor@@UBEXAAVPASN_Stream@@@Z @7734 NONAME ?Encode@H245_MultiplexEntryRejectionDescriptions@@UBEXAAVPASN_Stream@@@Z @7735 NONAME ?Encode@H245_MultiplexEntrySend@@UBEXAAVPASN_Stream@@@Z @7736 NONAME ?Encode@H245_MultiplexEntrySendAck@@UBEXAAVPASN_Stream@@@Z @7737 NONAME ?Encode@H245_MultiplexEntrySendReject@@UBEXAAVPASN_Stream@@@Z @7738 NONAME ?Encode@H245_MultiplexEntrySendRelease@@UBEXAAVPASN_Stream@@@Z @7739 NONAME ?Encode@H245_MultipointCapability@@UBEXAAVPASN_Stream@@@Z @7740 NONAME ?Encode@H245_NetworkAccessParameters@@UBEXAAVPASN_Stream@@@Z @7741 NONAME ?Encode@H245_NewATMVCCommand@@UBEXAAVPASN_Stream@@@Z @17790 NONAME ?Encode@H245_NewATMVCCommand_aal_aal1@@UBEXAAVPASN_Stream@@@Z @17791 NONAME ?Encode@H245_NewATMVCCommand_aal_aal5@@UBEXAAVPASN_Stream@@@Z @17792 NONAME ?Encode@H245_NewATMVCCommand_reverseParameters@@UBEXAAVPASN_Stream@@@Z @17793 NONAME ?Encode@H245_NewATMVCIndication@@UBEXAAVPASN_Stream@@@Z @7742 NONAME ?Encode@H245_NewATMVCIndication_aal_aal1@@UBEXAAVPASN_Stream@@@Z @7743 NONAME ?Encode@H245_NewATMVCIndication_aal_aal5@@UBEXAAVPASN_Stream@@@Z @7744 NONAME ?Encode@H245_NewATMVCIndication_reverseParameters@@UBEXAAVPASN_Stream@@@Z @7745 NONAME ?Encode@H245_NonStandardIdentifier_h221NonStandard@@UBEXAAVPASN_Stream@@@Z @7746 NONAME ?Encode@H245_NonStandardMessage@@UBEXAAVPASN_Stream@@@Z @7747 NONAME ?Encode@H245_NonStandardParameter@@UBEXAAVPASN_Stream@@@Z @7748 NONAME ?Encode@H245_NoPTAudioTelephonyEventCapability@@UBEXAAVPASN_Stream@@@Z @27108 NONAME ?Encode@H245_NoPTAudioToneCapability@@UBEXAAVPASN_Stream@@@Z @27109 NONAME ?Encode@H245_OpenLogicalChannel@@UBEXAAVPASN_Stream@@@Z @7749 NONAME ?Encode@H245_OpenLogicalChannelAck@@UBEXAAVPASN_Stream@@@Z @7750 NONAME ?Encode@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @7751 NONAME ?Encode@H245_OpenLogicalChannelConfirm@@UBEXAAVPASN_Stream@@@Z @7752 NONAME ?Encode@H245_OpenLogicalChannelReject@@UBEXAAVPASN_Stream@@@Z @7753 NONAME ?Encode@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @7754 NONAME ?Encode@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @7755 NONAME ?Encode@H245_Params@@UBEXAAVPASN_Stream@@@Z @44526 NONAME ?Encode@H245_Q2931Address@@UBEXAAVPASN_Stream@@@Z @7756 NONAME ?Encode@H245_QOSCapability@@UBEXAAVPASN_Stream@@@Z @7757 NONAME ?Encode@H245_RedundancyEncoding@@UBEXAAVPASN_Stream@@@Z @7758 NONAME ?Encode@H245_RedundancyEncodingCapability@@UBEXAAVPASN_Stream@@@Z @7759 NONAME ?Encode@H245_RedundancyEncodingDTMode@@UBEXAAVPASN_Stream@@@Z @27110 NONAME ?Encode@H245_RedundancyEncodingDTModeElement@@UBEXAAVPASN_Stream@@@Z @27111 NONAME ?Encode@H245_RedundancyEncodingElement@@UBEXAAVPASN_Stream@@@Z @27112 NONAME ?Encode@H245_RedundancyEncodingMode@@UBEXAAVPASN_Stream@@@Z @7760 NONAME ?Encode@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBEXAAVPASN_Stream@@@Z @27113 NONAME ?Encode@H245_RefPictureSelection@@UBEXAAVPASN_Stream@@@Z @7761 NONAME ?Encode@H245_RefPictureSelection_additionalPictureMemory@@UBEXAAVPASN_Stream@@@Z @7762 NONAME ?Encode@H245_RefPictureSelection_enhancedReferencePicSelect@@UBEXAAVPASN_Stream@@@Z @17794 NONAME ?Encode@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBEXAAVPASN_Stream@@@Z @17795 NONAME ?Encode@H245_RequestAllTerminalIDsResponse@@UBEXAAVPASN_Stream@@@Z @7763 NONAME ?Encode@H245_RequestChannelClose@@UBEXAAVPASN_Stream@@@Z @7764 NONAME ?Encode@H245_RequestChannelCloseAck@@UBEXAAVPASN_Stream@@@Z @7765 NONAME ?Encode@H245_RequestChannelCloseReject@@UBEXAAVPASN_Stream@@@Z @7766 NONAME ?Encode@H245_RequestChannelCloseRelease@@UBEXAAVPASN_Stream@@@Z @7767 NONAME ?Encode@H245_RequestMode@@UBEXAAVPASN_Stream@@@Z @7768 NONAME ?Encode@H245_RequestModeAck@@UBEXAAVPASN_Stream@@@Z @7769 NONAME ?Encode@H245_RequestModeReject@@UBEXAAVPASN_Stream@@@Z @7770 NONAME ?Encode@H245_RequestModeRelease@@UBEXAAVPASN_Stream@@@Z @7771 NONAME ?Encode@H245_RequestMultiplexEntry@@UBEXAAVPASN_Stream@@@Z @7772 NONAME ?Encode@H245_RequestMultiplexEntryAck@@UBEXAAVPASN_Stream@@@Z @7773 NONAME ?Encode@H245_RequestMultiplexEntryReject@@UBEXAAVPASN_Stream@@@Z @7774 NONAME ?Encode@H245_RequestMultiplexEntryRejectionDescriptions@@UBEXAAVPASN_Stream@@@Z @7775 NONAME ?Encode@H245_RequestMultiplexEntryRelease@@UBEXAAVPASN_Stream@@@Z @7776 NONAME ?Encode@H245_RoundTripDelayRequest@@UBEXAAVPASN_Stream@@@Z @7777 NONAME ?Encode@H245_RoundTripDelayResponse@@UBEXAAVPASN_Stream@@@Z @7778 NONAME ?Encode@H245_RSVPParameters@@UBEXAAVPASN_Stream@@@Z @7779 NONAME ?Encode@H245_RTPH263VideoRedundancyEncoding@@UBEXAAVPASN_Stream@@@Z @7780 NONAME ?Encode@H245_RTPH263VideoRedundancyFrameMapping@@UBEXAAVPASN_Stream@@@Z @7781 NONAME ?Encode@H245_RTPPayloadType@@UBEXAAVPASN_Stream@@@Z @7782 NONAME ?Encode@H245_SendTerminalCapabilitySet_specificRequest@@UBEXAAVPASN_Stream@@@Z @7783 NONAME ?Encode@H245_SubstituteConferenceIDCommand@@UBEXAAVPASN_Stream@@@Z @7784 NONAME ?Encode@H245_T38FaxProfile@@UBEXAAVPASN_Stream@@@Z @17796 NONAME ?Encode@H245_T38FaxTcpOptions@@UBEXAAVPASN_Stream@@@Z @17797 NONAME ?Encode@H245_T38FaxUdpOptions@@UBEXAAVPASN_Stream@@@Z @17798 NONAME ?Encode@H245_T84Profile_t84Restricted@@UBEXAAVPASN_Stream@@@Z @7785 NONAME ?Encode@H245_TerminalCapabilitySet@@UBEXAAVPASN_Stream@@@Z @7786 NONAME ?Encode@H245_TerminalCapabilitySetAck@@UBEXAAVPASN_Stream@@@Z @7787 NONAME ?Encode@H245_TerminalCapabilitySetReject@@UBEXAAVPASN_Stream@@@Z @7788 NONAME ?Encode@H245_TerminalCapabilitySetRelease@@UBEXAAVPASN_Stream@@@Z @7789 NONAME ?Encode@H245_TerminalInformation@@UBEXAAVPASN_Stream@@@Z @7790 NONAME ?Encode@H245_TerminalLabel@@UBEXAAVPASN_Stream@@@Z @7791 NONAME ?Encode@H245_TerminalYouAreSeeingInSubPictureNumber@@UBEXAAVPASN_Stream@@@Z @7792 NONAME ?Encode@H245_TransparencyParameters@@UBEXAAVPASN_Stream@@@Z @7793 NONAME ?Encode@H245_TransportCapability@@UBEXAAVPASN_Stream@@@Z @7794 NONAME ?Encode@H245_UnicastAddress_iP6Address@@UBEXAAVPASN_Stream@@@Z @7795 NONAME ?Encode@H245_UnicastAddress_iPAddress@@UBEXAAVPASN_Stream@@@Z @7796 NONAME ?Encode@H245_UnicastAddress_iPSourceRouteAddress@@UBEXAAVPASN_Stream@@@Z @7797 NONAME ?Encode@H245_UnicastAddress_iPXAddress@@UBEXAAVPASN_Stream@@@Z @7798 NONAME ?Encode@H245_UserInputIndication_encryptedAlphanumeric@@UBEXAAVPASN_Stream@@@Z @44527 NONAME ?Encode@H245_UserInputIndication_extendedAlphanumeric@@UBEXAAVPASN_Stream@@@Z @17799 NONAME ?Encode@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBEXAAVPASN_Stream@@@Z @44528 NONAME ?Encode@H245_UserInputIndication_signal@@UBEXAAVPASN_Stream@@@Z @7799 NONAME ?Encode@H245_UserInputIndication_signalUpdate@@UBEXAAVPASN_Stream@@@Z @7800 NONAME ?Encode@H245_UserInputIndication_signalUpdate_rtp@@UBEXAAVPASN_Stream@@@Z @7801 NONAME ?Encode@H245_UserInputIndication_signal_rtp@@UBEXAAVPASN_Stream@@@Z @7802 NONAME ?Encode@H245_V42bis@@UBEXAAVPASN_Stream@@@Z @7803 NONAME ?Encode@H245_V75Capability@@UBEXAAVPASN_Stream@@@Z @7804 NONAME ?Encode@H245_V75Parameters@@UBEXAAVPASN_Stream@@@Z @7805 NONAME ?Encode@H245_V76Capability@@UBEXAAVPASN_Stream@@@Z @7806 NONAME ?Encode@H245_V76HDLCParameters@@UBEXAAVPASN_Stream@@@Z @7807 NONAME ?Encode@H245_V76LogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @7808 NONAME ?Encode@H245_V76LogicalChannelParameters_mode_eRM@@UBEXAAVPASN_Stream@@@Z @7809 NONAME ?Encode@H245_VBDCapability@@UBEXAAVPASN_Stream@@@Z @27114 NONAME ?Encode@H245_VBDMode@@UBEXAAVPASN_Stream@@@Z @27115 NONAME ?Encode@H245_VCCapability@@UBEXAAVPASN_Stream@@@Z @7810 NONAME ?Encode@H245_VCCapability_aal1@@UBEXAAVPASN_Stream@@@Z @7811 NONAME ?Encode@H245_VCCapability_aal1ViaGateway@@UBEXAAVPASN_Stream@@@Z @17800 NONAME ?Encode@H245_VCCapability_aal5@@UBEXAAVPASN_Stream@@@Z @7812 NONAME ?Encode@H245_VCCapability_availableBitRates@@UBEXAAVPASN_Stream@@@Z @7813 NONAME ?Encode@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBEXAAVPASN_Stream@@@Z @7814 NONAME ?Encode@H245_VendorIdentification@@UBEXAAVPASN_Stream@@@Z @7815 NONAME ?Encode@H245_VideoIndicateCompose@@UBEXAAVPASN_Stream@@@Z @7816 NONAME ?Encode@H248_ActionReply@@UBEXAAVPASN_Stream@@@Z @22904 NONAME ?Encode@H248_ActionRequest@@UBEXAAVPASN_Stream@@@Z @22905 NONAME ?Encode@H248_AmmRequest@@UBEXAAVPASN_Stream@@@Z @22906 NONAME ?Encode@H248_AmmsReply@@UBEXAAVPASN_Stream@@@Z @22907 NONAME ?Encode@H248_AuditDescriptor@@UBEXAAVPASN_Stream@@@Z @22908 NONAME ?Encode@H248_AuditRequest@@UBEXAAVPASN_Stream@@@Z @22909 NONAME ?Encode@H248_AuditResult@@UBEXAAVPASN_Stream@@@Z @22910 NONAME ?Encode@H248_AuthenticationHeader@@UBEXAAVPASN_Stream@@@Z @22911 NONAME ?Encode@H248_CommandRequest@@UBEXAAVPASN_Stream@@@Z @22912 NONAME ?Encode@H248_ContextAttrAuditRequest@@UBEXAAVPASN_Stream@@@Z @22913 NONAME ?Encode@H248_ContextRequest@@UBEXAAVPASN_Stream@@@Z @22914 NONAME ?Encode@H248_DigitMapDescriptor@@UBEXAAVPASN_Stream@@@Z @22915 NONAME ?Encode@H248_DigitMapValue@@UBEXAAVPASN_Stream@@@Z @22916 NONAME ?Encode@H248_DomainName@@UBEXAAVPASN_Stream@@@Z @22917 NONAME ?Encode@H248_ErrorDescriptor@@UBEXAAVPASN_Stream@@@Z @22918 NONAME ?Encode@H248_EventParameter@@UBEXAAVPASN_Stream@@@Z @22919 NONAME ?Encode@H248_EventsDescriptor@@UBEXAAVPASN_Stream@@@Z @22920 NONAME ?Encode@H248_EventSpec@@UBEXAAVPASN_Stream@@@Z @22921 NONAME ?Encode@H248_H221NonStandard@@UBEXAAVPASN_Stream@@@Z @22922 NONAME ?Encode@H248_IndAudDigitMapDescriptor@@UBEXAAVPASN_Stream@@@Z @22923 NONAME ?Encode@H248_IndAudEventBufferDescriptor@@UBEXAAVPASN_Stream@@@Z @22924 NONAME ?Encode@H248_IndAudEventsDescriptor@@UBEXAAVPASN_Stream@@@Z @22925 NONAME ?Encode@H248_IndAudLocalControlDescriptor@@UBEXAAVPASN_Stream@@@Z @22926 NONAME ?Encode@H248_IndAudLocalRemoteDescriptor@@UBEXAAVPASN_Stream@@@Z @22927 NONAME ?Encode@H248_IndAudMediaDescriptor@@UBEXAAVPASN_Stream@@@Z @22928 NONAME ?Encode@H248_IndAudPackagesDescriptor@@UBEXAAVPASN_Stream@@@Z @22929 NONAME ?Encode@H248_IndAudPropertyParm@@UBEXAAVPASN_Stream@@@Z @22930 NONAME ?Encode@H248_IndAudSeqSigList@@UBEXAAVPASN_Stream@@@Z @22931 NONAME ?Encode@H248_IndAudSignal@@UBEXAAVPASN_Stream@@@Z @22932 NONAME ?Encode@H248_IndAudStatisticsDescriptor@@UBEXAAVPASN_Stream@@@Z @22933 NONAME ?Encode@H248_IndAudStreamDescriptor@@UBEXAAVPASN_Stream@@@Z @22934 NONAME ?Encode@H248_IndAudStreamParms@@UBEXAAVPASN_Stream@@@Z @22935 NONAME ?Encode@H248_IndAudTerminationStateDescriptor@@UBEXAAVPASN_Stream@@@Z @22936 NONAME ?Encode@H248_IP4Address@@UBEXAAVPASN_Stream@@@Z @22937 NONAME ?Encode@H248_IP6Address@@UBEXAAVPASN_Stream@@@Z @22938 NONAME ?Encode@H248_LocalControlDescriptor@@UBEXAAVPASN_Stream@@@Z @22939 NONAME ?Encode@H248_LocalRemoteDescriptor@@UBEXAAVPASN_Stream@@@Z @22940 NONAME ?Encode@H248_MediaDescriptor@@UBEXAAVPASN_Stream@@@Z @22941 NONAME ?Encode@H248_MegacoMessage@@UBEXAAVPASN_Stream@@@Z @22942 NONAME ?Encode@H248_Message@@UBEXAAVPASN_Stream@@@Z @22943 NONAME ?Encode@H248_ModemDescriptor@@UBEXAAVPASN_Stream@@@Z @22944 NONAME ?Encode@H248_MuxDescriptor@@UBEXAAVPASN_Stream@@@Z @22945 NONAME ?Encode@H248_NonStandardData@@UBEXAAVPASN_Stream@@@Z @22946 NONAME ?Encode@H248_NotifyReply@@UBEXAAVPASN_Stream@@@Z @22947 NONAME ?Encode@H248_NotifyRequest@@UBEXAAVPASN_Stream@@@Z @22948 NONAME ?Encode@H248_ObservedEvent@@UBEXAAVPASN_Stream@@@Z @22949 NONAME ?Encode@H248_ObservedEventsDescriptor@@UBEXAAVPASN_Stream@@@Z @22950 NONAME ?Encode@H248_PackagesItem@@UBEXAAVPASN_Stream@@@Z @22951 NONAME ?Encode@H248_PropertyParm@@UBEXAAVPASN_Stream@@@Z @22952 NONAME ?Encode@H248_RequestedActions@@UBEXAAVPASN_Stream@@@Z @22953 NONAME ?Encode@H248_RequestedEvent@@UBEXAAVPASN_Stream@@@Z @22954 NONAME ?Encode@H248_SecondEventsDescriptor@@UBEXAAVPASN_Stream@@@Z @22955 NONAME ?Encode@H248_SecondRequestedActions@@UBEXAAVPASN_Stream@@@Z @22956 NONAME ?Encode@H248_SecondRequestedEvent@@UBEXAAVPASN_Stream@@@Z @22957 NONAME ?Encode@H248_SeqSigList@@UBEXAAVPASN_Stream@@@Z @22958 NONAME ?Encode@H248_ServiceChangeParm@@UBEXAAVPASN_Stream@@@Z @22959 NONAME ?Encode@H248_ServiceChangeProfile@@UBEXAAVPASN_Stream@@@Z @22960 NONAME ?Encode@H248_ServiceChangeReply@@UBEXAAVPASN_Stream@@@Z @22961 NONAME ?Encode@H248_ServiceChangeRequest@@UBEXAAVPASN_Stream@@@Z @22962 NONAME ?Encode@H248_ServiceChangeResParm@@UBEXAAVPASN_Stream@@@Z @22963 NONAME ?Encode@H248_Signal@@UBEXAAVPASN_Stream@@@Z @22964 NONAME ?Encode@H248_SigParameter@@UBEXAAVPASN_Stream@@@Z @22965 NONAME ?Encode@H248_StatisticsParameter@@UBEXAAVPASN_Stream@@@Z @22966 NONAME ?Encode@H248_StreamDescriptor@@UBEXAAVPASN_Stream@@@Z @22967 NONAME ?Encode@H248_StreamParms@@UBEXAAVPASN_Stream@@@Z @22968 NONAME ?Encode@H248_SubtractRequest@@UBEXAAVPASN_Stream@@@Z @22969 NONAME ?Encode@H248_TerminationID@@UBEXAAVPASN_Stream@@@Z @22970 NONAME ?Encode@H248_TerminationStateDescriptor@@UBEXAAVPASN_Stream@@@Z @22971 NONAME ?Encode@H248_TimeNotation@@UBEXAAVPASN_Stream@@@Z @22972 NONAME ?Encode@H248_TopologyRequest@@UBEXAAVPASN_Stream@@@Z @22973 NONAME ?Encode@H248_TransactionAck@@UBEXAAVPASN_Stream@@@Z @22974 NONAME ?Encode@H248_TransactionPending@@UBEXAAVPASN_Stream@@@Z @22975 NONAME ?Encode@H248_TransactionReply@@UBEXAAVPASN_Stream@@@Z @22976 NONAME ?Encode@H248_TransactionRequest@@UBEXAAVPASN_Stream@@@Z @22977 NONAME ?encode@H261Encoder@@IAEHPBVVideoFrame@@PBE@Z @7817 NONAME ?Encode@H323StreamedPluginAudioCodec@@UBEHF@Z @37983 NONAME ?Encode@H323_ALawCodec@@UBEHF@Z @7818 NONAME ?Encode@H323_muLawCodec@@UBEHF@Z @7819 NONAME ?Encode@H45010_CfbOvrOptArg@@UBEXAAVPASN_Stream@@@Z @15828 NONAME ?Encode@H45010_CoReqOptArg@@UBEXAAVPASN_Stream@@@Z @15829 NONAME ?Encode@H45010_RUAlertOptArg@@UBEXAAVPASN_Stream@@@Z @15830 NONAME ?Encode@H45011_CIFrcRelArg@@UBEXAAVPASN_Stream@@@Z @15831 NONAME ?Encode@H45011_CIFrcRelOptRes@@UBEXAAVPASN_Stream@@@Z @15832 NONAME ?Encode@H45011_CIGetCIPLOptArg@@UBEXAAVPASN_Stream@@@Z @15833 NONAME ?Encode@H45011_CIGetCIPLRes@@UBEXAAVPASN_Stream@@@Z @15834 NONAME ?Encode@H45011_CIIsOptArg@@UBEXAAVPASN_Stream@@@Z @15835 NONAME ?Encode@H45011_CIIsOptRes@@UBEXAAVPASN_Stream@@@Z @15836 NONAME ?Encode@H45011_CINotificationArg@@UBEXAAVPASN_Stream@@@Z @15837 NONAME ?Encode@H45011_CIRequestArg@@UBEXAAVPASN_Stream@@@Z @15838 NONAME ?Encode@H45011_CIRequestRes@@UBEXAAVPASN_Stream@@@Z @15839 NONAME ?Encode@H45011_CISilentArg@@UBEXAAVPASN_Stream@@@Z @15840 NONAME ?Encode@H45011_CISilentOptRes@@UBEXAAVPASN_Stream@@@Z @15841 NONAME ?Encode@H45011_CIWobOptArg@@UBEXAAVPASN_Stream@@@Z @15842 NONAME ?Encode@H45011_CIWobOptRes@@UBEXAAVPASN_Stream@@@Z @15843 NONAME ?Encode@H4501_Address@@UBEXAAVPASN_Stream@@@Z @14640 NONAME ?Encode@H4501_AddressScreened@@UBEXAAVPASN_Stream@@@Z @14641 NONAME ?Encode@H4501_EndpointAddress@@UBEXAAVPASN_Stream@@@Z @14642 NONAME ?Encode@H4501_Extension@@UBEXAAVPASN_Stream@@@Z @14643 NONAME ?Encode@H4501_NetworkFacilityExtension@@UBEXAAVPASN_Stream@@@Z @14644 NONAME ?Encode@H4501_NumberScreened@@UBEXAAVPASN_Stream@@@Z @14645 NONAME ?Encode@H4501_SupplementaryService@@UBEXAAVPASN_Stream@@@Z @14646 NONAME ?Encode@H4501_UserSpecifiedSubaddress@@UBEXAAVPASN_Stream@@@Z @14647 NONAME ?Encode@H4502_CTActiveArg@@UBEXAAVPASN_Stream@@@Z @14648 NONAME ?Encode@H4502_CTCompleteArg@@UBEXAAVPASN_Stream@@@Z @14649 NONAME ?Encode@H4502_CTIdentifyRes@@UBEXAAVPASN_Stream@@@Z @14650 NONAME ?Encode@H4502_CTInitiateArg@@UBEXAAVPASN_Stream@@@Z @14651 NONAME ?Encode@H4502_CTSetupArg@@UBEXAAVPASN_Stream@@@Z @14652 NONAME ?Encode@H4502_CTUpdateArg@@UBEXAAVPASN_Stream@@@Z @14653 NONAME ?Encode@H4502_SubaddressTransferArg@@UBEXAAVPASN_Stream@@@Z @14654 NONAME ?Encode@H4503_IntResult@@UBEXAAVPASN_Stream@@@Z @15177 NONAME ?Encode@H4504_Extension@@UBEXAAVPASN_Stream@@@Z @15039 NONAME ?Encode@H4504_HoldNotificArg@@UBEXAAVPASN_Stream@@@Z @15040 NONAME ?Encode@H4504_RemoteHoldArg@@UBEXAAVPASN_Stream@@@Z @15041 NONAME ?Encode@H4504_RemoteHoldRes@@UBEXAAVPASN_Stream@@@Z @15042 NONAME ?Encode@H4504_RemoteRetrieveArg@@UBEXAAVPASN_Stream@@@Z @15043 NONAME ?Encode@H4504_RemoteRetrieveRes@@UBEXAAVPASN_Stream@@@Z @15044 NONAME ?Encode@H4504_RetrieveNotificArg@@UBEXAAVPASN_Stream@@@Z @15045 NONAME ?Encode@H4505_CpickupNotifyArg@@UBEXAAVPASN_Stream@@@Z @15844 NONAME ?Encode@H4505_CpNotifyArg@@UBEXAAVPASN_Stream@@@Z @15845 NONAME ?Encode@H4505_CpRequestArg@@UBEXAAVPASN_Stream@@@Z @15846 NONAME ?Encode@H4505_CpRequestRes@@UBEXAAVPASN_Stream@@@Z @15847 NONAME ?Encode@H4505_CpSetupArg@@UBEXAAVPASN_Stream@@@Z @15848 NONAME ?Encode@H4505_CpSetupRes@@UBEXAAVPASN_Stream@@@Z @15849 NONAME ?Encode@H4505_GroupIndicationOffArg@@UBEXAAVPASN_Stream@@@Z @15850 NONAME ?Encode@H4505_GroupIndicationOffRes@@UBEXAAVPASN_Stream@@@Z @15851 NONAME ?Encode@H4505_GroupIndicationOnArg@@UBEXAAVPASN_Stream@@@Z @15852 NONAME ?Encode@H4505_GroupIndicationOnRes@@UBEXAAVPASN_Stream@@@Z @15853 NONAME ?Encode@H4505_PickExeArg@@UBEXAAVPASN_Stream@@@Z @15854 NONAME ?Encode@H4505_PickExeRes@@UBEXAAVPASN_Stream@@@Z @15855 NONAME ?Encode@H4505_PickrequArg@@UBEXAAVPASN_Stream@@@Z @15856 NONAME ?Encode@H4505_PickrequRes@@UBEXAAVPASN_Stream@@@Z @15857 NONAME ?Encode@H4505_PickupArg@@UBEXAAVPASN_Stream@@@Z @15858 NONAME ?Encode@H4505_PickupRes@@UBEXAAVPASN_Stream@@@Z @15859 NONAME ?Encode@H4506_CallWaitingArg@@UBEXAAVPASN_Stream@@@Z @15860 NONAME ?Encode@H4507_MWIActivateArg@@UBEXAAVPASN_Stream@@@Z @15861 NONAME ?Encode@H4507_MWIDeactivateArg@@UBEXAAVPASN_Stream@@@Z @15862 NONAME ?Encode@H4507_MWIInterrogateArg@@UBEXAAVPASN_Stream@@@Z @15863 NONAME ?Encode@H4507_MWIInterrogateResElt@@UBEXAAVPASN_Stream@@@Z @15864 NONAME ?Encode@H4509_CcLongArg@@UBEXAAVPASN_Stream@@@Z @15865 NONAME ?Encode@H4509_CcRequestArg@@UBEXAAVPASN_Stream@@@Z @15866 NONAME ?Encode@H4509_CcRequestRes@@UBEXAAVPASN_Stream@@@Z @15867 NONAME ?Encode@H4509_CcShortArg@@UBEXAAVPASN_Stream@@@Z @15868 NONAME ?Encode@H501_AccessConfirmation@@UBEXAAVPASN_Stream@@@Z @24953 NONAME ?Encode@H501_AccessRejection@@UBEXAAVPASN_Stream@@@Z @24954 NONAME ?Encode@H501_AccessRequest@@UBEXAAVPASN_Stream@@@Z @24955 NONAME ?Encode@H501_AddressTemplate@@UBEXAAVPASN_Stream@@@Z @24956 NONAME ?Encode@H501_AlternatePE@@UBEXAAVPASN_Stream@@@Z @24957 NONAME ?Encode@H501_AlternatePEInfo@@UBEXAAVPASN_Stream@@@Z @24958 NONAME ?Encode@H501_AuthenticationConfirmation@@UBEXAAVPASN_Stream@@@Z @24959 NONAME ?Encode@H501_AuthenticationRejection@@UBEXAAVPASN_Stream@@@Z @24960 NONAME ?Encode@H501_AuthenticationRequest@@UBEXAAVPASN_Stream@@@Z @24961 NONAME ?Encode@H501_CallInformation@@UBEXAAVPASN_Stream@@@Z @24962 NONAME ?Encode@H501_ContactInformation@@UBEXAAVPASN_Stream@@@Z @24963 NONAME ?Encode@H501_Descriptor@@UBEXAAVPASN_Stream@@@Z @24964 NONAME ?Encode@H501_DescriptorConfirmation@@UBEXAAVPASN_Stream@@@Z @24965 NONAME ?Encode@H501_DescriptorIDConfirmation@@UBEXAAVPASN_Stream@@@Z @24966 NONAME ?Encode@H501_DescriptorIDRejection@@UBEXAAVPASN_Stream@@@Z @24967 NONAME ?Encode@H501_DescriptorIDRequest@@UBEXAAVPASN_Stream@@@Z @24968 NONAME ?Encode@H501_DescriptorInfo@@UBEXAAVPASN_Stream@@@Z @24969 NONAME ?Encode@H501_DescriptorRejection@@UBEXAAVPASN_Stream@@@Z @24970 NONAME ?Encode@H501_DescriptorRequest@@UBEXAAVPASN_Stream@@@Z @24971 NONAME ?Encode@H501_DescriptorUpdate@@UBEXAAVPASN_Stream@@@Z @24972 NONAME ?Encode@H501_DescriptorUpdateAck@@UBEXAAVPASN_Stream@@@Z @24973 NONAME ?Encode@H501_Message@@UBEXAAVPASN_Stream@@@Z @24974 NONAME ?Encode@H501_MessageCommonInfo@@UBEXAAVPASN_Stream@@@Z @24975 NONAME ?Encode@H501_NonStandardConfirmation@@UBEXAAVPASN_Stream@@@Z @24976 NONAME ?Encode@H501_NonStandardRejection@@UBEXAAVPASN_Stream@@@Z @24977 NONAME ?Encode@H501_NonStandardRequest@@UBEXAAVPASN_Stream@@@Z @24978 NONAME ?Encode@H501_PartyInformation@@UBEXAAVPASN_Stream@@@Z @24979 NONAME ?Encode@H501_Pattern_range@@UBEXAAVPASN_Stream@@@Z @24980 NONAME ?Encode@H501_PriceElement@@UBEXAAVPASN_Stream@@@Z @24981 NONAME ?Encode@H501_PriceInfoSpec@@UBEXAAVPASN_Stream@@@Z @24982 NONAME ?Encode@H501_RequestInProgress@@UBEXAAVPASN_Stream@@@Z @24983 NONAME ?Encode@H501_RouteInformation@@UBEXAAVPASN_Stream@@@Z @24984 NONAME ?Encode@H501_SecurityMode@@UBEXAAVPASN_Stream@@@Z @24985 NONAME ?Encode@H501_ServiceConfirmation@@UBEXAAVPASN_Stream@@@Z @24986 NONAME ?Encode@H501_ServiceRejection@@UBEXAAVPASN_Stream@@@Z @24987 NONAME ?Encode@H501_ServiceRelease@@UBEXAAVPASN_Stream@@@Z @24988 NONAME ?Encode@H501_ServiceRequest@@UBEXAAVPASN_Stream@@@Z @24989 NONAME ?Encode@H501_TerminationCause@@UBEXAAVPASN_Stream@@@Z @24990 NONAME ?Encode@H501_UnknownMessageResponse@@UBEXAAVPASN_Stream@@@Z @24991 NONAME ?Encode@H501_UpdateInformation@@UBEXAAVPASN_Stream@@@Z @24992 NONAME ?Encode@H501_UsageConfirmation@@UBEXAAVPASN_Stream@@@Z @24993 NONAME ?Encode@H501_UsageField@@UBEXAAVPASN_Stream@@@Z @24994 NONAME ?Encode@H501_UsageIndication@@UBEXAAVPASN_Stream@@@Z @24995 NONAME ?Encode@H501_UsageIndicationConfirmation@@UBEXAAVPASN_Stream@@@Z @24996 NONAME ?Encode@H501_UsageIndicationRejection@@UBEXAAVPASN_Stream@@@Z @24997 NONAME ?Encode@H501_UsageRejection@@UBEXAAVPASN_Stream@@@Z @24998 NONAME ?Encode@H501_UsageRequest@@UBEXAAVPASN_Stream@@@Z @24999 NONAME ?Encode@H501_UsageSpecification@@UBEXAAVPASN_Stream@@@Z @25000 NONAME ?Encode@H501_UsageSpecification_when@@UBEXAAVPASN_Stream@@@Z @25001 NONAME ?Encode@H501_UserInformation@@UBEXAAVPASN_Stream@@@Z @25002 NONAME ?Encode@H501_ValidationConfirmation@@UBEXAAVPASN_Stream@@@Z @25003 NONAME ?Encode@H501_ValidationRejection@@UBEXAAVPASN_Stream@@@Z @25004 NONAME ?Encode@H501_ValidationRequest@@UBEXAAVPASN_Stream@@@Z @25005 NONAME ?Encode@MCS_AUcf@@UBEXAAVPASN_Stream@@@Z @7835 NONAME ?Encode@MCS_AUrq@@UBEXAAVPASN_Stream@@@Z @7836 NONAME ?Encode@MCS_CAin@@UBEXAAVPASN_Stream@@@Z @7837 NONAME ?Encode@MCS_CArq@@UBEXAAVPASN_Stream@@@Z @7838 NONAME ?Encode@MCS_CCcf@@UBEXAAVPASN_Stream@@@Z @7839 NONAME ?Encode@MCS_CCrq@@UBEXAAVPASN_Stream@@@Z @7840 NONAME ?Encode@MCS_CDin@@UBEXAAVPASN_Stream@@@Z @7841 NONAME ?Encode@MCS_CDrq@@UBEXAAVPASN_Stream@@@Z @7842 NONAME ?Encode@MCS_CEin@@UBEXAAVPASN_Stream@@@Z @7843 NONAME ?Encode@MCS_CErq@@UBEXAAVPASN_Stream@@@Z @7844 NONAME ?Encode@MCS_ChannelAttributes_assigned@@UBEXAAVPASN_Stream@@@Z @7845 NONAME ?Encode@MCS_ChannelAttributes_private@@UBEXAAVPASN_Stream@@@Z @7846 NONAME ?Encode@MCS_ChannelAttributes_static@@UBEXAAVPASN_Stream@@@Z @7847 NONAME ?Encode@MCS_ChannelAttributes_userId@@UBEXAAVPASN_Stream@@@Z @7848 NONAME ?Encode@MCS_CJcf@@UBEXAAVPASN_Stream@@@Z @7849 NONAME ?Encode@MCS_CJrq@@UBEXAAVPASN_Stream@@@Z @7850 NONAME ?Encode@MCS_CLrq@@UBEXAAVPASN_Stream@@@Z @7851 NONAME ?Encode@MCS_Connect_Additional@@UBEXAAVPASN_Stream@@@Z @7852 NONAME ?Encode@MCS_Connect_Initial@@UBEXAAVPASN_Stream@@@Z @7853 NONAME ?Encode@MCS_Connect_Response@@UBEXAAVPASN_Stream@@@Z @7854 NONAME ?Encode@MCS_Connect_Result@@UBEXAAVPASN_Stream@@@Z @7855 NONAME ?Encode@MCS_DomainParameters@@UBEXAAVPASN_Stream@@@Z @7856 NONAME ?Encode@MCS_DPum@@UBEXAAVPASN_Stream@@@Z @7857 NONAME ?Encode@MCS_DUin@@UBEXAAVPASN_Stream@@@Z @7858 NONAME ?Encode@MCS_DUrq@@UBEXAAVPASN_Stream@@@Z @7859 NONAME ?Encode@MCS_EDrq@@UBEXAAVPASN_Stream@@@Z @7860 NONAME ?Encode@MCS_MCcf@@UBEXAAVPASN_Stream@@@Z @7861 NONAME ?Encode@MCS_MCrq@@UBEXAAVPASN_Stream@@@Z @7862 NONAME ?Encode@MCS_MTcf@@UBEXAAVPASN_Stream@@@Z @7863 NONAME ?Encode@MCS_MTrq@@UBEXAAVPASN_Stream@@@Z @7864 NONAME ?Encode@MCS_PCin@@UBEXAAVPASN_Stream@@@Z @7865 NONAME ?Encode@MCS_PDin@@UBEXAAVPASN_Stream@@@Z @7866 NONAME ?Encode@MCS_PTin@@UBEXAAVPASN_Stream@@@Z @7867 NONAME ?Encode@MCS_RJum@@UBEXAAVPASN_Stream@@@Z @7868 NONAME ?Encode@MCS_SDin@@UBEXAAVPASN_Stream@@@Z @7869 NONAME ?Encode@MCS_SDrq@@UBEXAAVPASN_Stream@@@Z @7870 NONAME ?Encode@MCS_TGcf@@UBEXAAVPASN_Stream@@@Z @7871 NONAME ?Encode@MCS_TGrq@@UBEXAAVPASN_Stream@@@Z @7872 NONAME ?Encode@MCS_TIcf@@UBEXAAVPASN_Stream@@@Z @7873 NONAME ?Encode@MCS_TIrq@@UBEXAAVPASN_Stream@@@Z @7874 NONAME ?Encode@MCS_TokenAttributes_given@@UBEXAAVPASN_Stream@@@Z @7875 NONAME ?Encode@MCS_TokenAttributes_giving@@UBEXAAVPASN_Stream@@@Z @7876 NONAME ?Encode@MCS_TokenAttributes_grabbed@@UBEXAAVPASN_Stream@@@Z @7877 NONAME ?Encode@MCS_TokenAttributes_inhibited@@UBEXAAVPASN_Stream@@@Z @7878 NONAME ?Encode@MCS_TokenAttributes_ungivable@@UBEXAAVPASN_Stream@@@Z @7879 NONAME ?Encode@MCS_TPin@@UBEXAAVPASN_Stream@@@Z @7880 NONAME ?Encode@MCS_TPrq@@UBEXAAVPASN_Stream@@@Z @7881 NONAME ?Encode@MCS_TRcf@@UBEXAAVPASN_Stream@@@Z @7882 NONAME ?Encode@MCS_TRrq@@UBEXAAVPASN_Stream@@@Z @7883 NONAME ?Encode@MCS_TTcf@@UBEXAAVPASN_Stream@@@Z @7884 NONAME ?Encode@MCS_TTrq@@UBEXAAVPASN_Stream@@@Z @7885 NONAME ?Encode@MCS_TVcf@@UBEXAAVPASN_Stream@@@Z @7886 NONAME ?Encode@MCS_TVin@@UBEXAAVPASN_Stream@@@Z @7887 NONAME ?Encode@MCS_TVrq@@UBEXAAVPASN_Stream@@@Z @7888 NONAME ?Encode@MCS_TVrs@@UBEXAAVPASN_Stream@@@Z @7889 NONAME ?Encode@MCS_USin@@UBEXAAVPASN_Stream@@@Z @7890 NONAME ?Encode@MCS_USrq@@UBEXAAVPASN_Stream@@@Z @7891 NONAME ?Encode@OpalG711ALaw64k_Decoder@@UAEHPBXPAIPAX11@Z @43456 NONAME ?Encode@OpalG711ALaw64k_Encoder@@UAEHPBXPAIPAX11@Z @43457 NONAME ?Encode@OpalG711uLaw64k_Decoder@@UAEHPBXPAIPAX11@Z @43458 NONAME ?Encode@OpalG711uLaw64k_Encoder@@UAEHPBXPAIPAX11@Z @43459 NONAME ?Encode@OpalPluginCodec@@UAEHPBXPAIPAX11@Z @43460 NONAME ?Encode@Q931@@QBEHAAVPBYTEArray@@@Z @7892 NONAME ?Encode@T38_Data_Field_subtype@@UBEXAAVPASN_Stream@@@Z @18907 NONAME ?Encode@T38_IFPPacket@@UBEXAAVPASN_Stream@@@Z @18908 NONAME ?Encode@T38_PreCorrigendum_Data_Field_subtype@@UBEXAAVPASN_Stream@@@Z @21483 NONAME ?Encode@T38_PreCorrigendum_IFPPacket@@UBEXAAVPASN_Stream@@@Z @21484 NONAME ?Encode@T38_UDPTLPacket@@UBEXAAVPASN_Stream@@@Z @18909 NONAME ?Encode@T38_UDPTLPacket_error_recovery_fec_info@@UBEXAAVPASN_Stream@@@Z @18910 NONAME ?Encode@X224@@QBEHAAVPBYTEArray@@@Z @7893 NONAME ?Encode@X880_Invoke@@UBEXAAVPASN_Stream@@@Z @14655 NONAME ?Encode@X880_Reject@@UBEXAAVPASN_Stream@@@Z @14656 NONAME ?Encode@X880_ReturnError@@UBEXAAVPASN_Stream@@@Z @14657 NONAME ?Encode@X880_ReturnResult@@UBEXAAVPASN_Stream@@@Z @14658 NONAME ?Encode@X880_ReturnResult_result@@UBEXAAVPASN_Stream@@@Z @14659 NONAME ?EncodeFrame@H323PluginFramedAudioCodec@@UAEHPAEAAI@Z @37984 NONAME ?EncodeFrame@H323StreamedAudioCodec@@UAEHPAEAAI@Z @7894 NONAME ?EncodeSample@H323_ALawCodec@@SAHF@Z @19713 NONAME ?EncodeSample@H323_muLawCodec@@SAHF@Z @19714 NONAME ?EncodeSubType@T38_UDPTLPacket_primary_ifp_packet@@QAEXABVT38_IFPPacket@@@Z @41604 NONAME ?encode_blk@H261Encoder@@IAEXPBFPBD@Z @7897 NONAME ?encode_mb@H261DCTEncoder@@MAEXIPBEIIH@Z @7898 NONAME ?encode_mb@H261Encoder@@MAEXIPBEIIH@Z @7899 NONAME ?encode_mb@H261PixelEncoder@@MAEXIPBEIIH@Z @7900 NONAME ?end@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@std@@QAE?AViterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@2@XZ @43178 NONAME ?end@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@2@XZ @44529 NONAME ?end@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@2@XZ @42920 NONAME ?end@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@2@XZ @42921 NONAME ?end@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@2@XZ @43461 NONAME ?end@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@2@XZ @44530 NONAME ?end@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@2@XZ @42922 NONAME ?end@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAEPAULookupRecord@@XZ @44531 NONAME ?end@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAE?AViterator@12@XZ @43179 NONAME ?end@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAE?AViterator@12@XZ @44532 NONAME ?end@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAE?AViterator@12@XZ @42923 NONAME ?end@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QAE?AViterator@12@XZ @42924 NONAME ?end@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAE?AViterator@12@XZ @43462 NONAME ?end@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAE?AViterator@12@XZ @44533 NONAME ?end@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAE?AViterator@12@XZ @42925 NONAME ?EndTransmit@OpalRFC2833@@UAEHXZ @20130 NONAME ?Enqueue@ByteQueue@OpalVoipBlasterDevice@@QAEHE@Z @20001 NONAME ?equal_range@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@V123@@2@ABVPString@@@Z @44534 NONAME ?erase@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@2@V342@0@Z @42926 NONAME ?erase@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@2@V342@0@Z @44535 NONAME ?erase@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@2@V342@0@Z @42927 NONAME ?erase@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@std@@QAEIABVPString@@@Z @44536 NONAME ?erase@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAE?AViterator@12@V312@0@Z @43180 NONAME ?erase@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAE?AViterator@12@V312@@Z @43181 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@0@Z @44537 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@@Z @44538 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@0@Z @42928 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@@Z @42929 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@0@Z @42930 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@@Z @42931 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@0@Z @43463 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@@Z @43464 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@0@Z @44539 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@@Z @44540 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@0@Z @42932 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@@Z @42933 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAEIABVPString@@@Z @44541 NONAME ?err@P64Decoder@@MBAXPBDZZ @7901 NONAME ?ETSIXMLTokenOID@OpalOSP@@3PBDB @44542 NONAME ?Exit@RTP_SessionManager@@QAEXXZ @16266 NONAME ?ExtractTransport@H323_RTP_UDP@@MAEHABVH245_TransportAddress@@HAAI@Z @23929 NONAME ?FastStartStateNames@H323Connection@@1QBQBDB @7902 NONAME ?FastUpdatePicture@P64Encoder@@QAEXXZ @26182 NONAME ?FastUpdatePicture@Pre_Vid_Coder@@QAEXXZ @26183 NONAME ?fdct@@YAXPBEHPAFPBM@Z @20536 NONAME ?fdct_fold_q@@YAXPBHPAM@Z @20537 NONAME ?fill@std@@YAXPAULookupRecord@@0ABU2@@Z @44543 NONAME ?filter@P64Decoder@@IAEXPAE0I@Z @7905 NONAME ?Finalise@H235Authenticator@@UAEHAAVPBYTEArray@@@Z @23884 NONAME ?Finalise@H235AuthProcedure1@@UAEHAAVPBYTEArray@@@Z @19725 NONAME ?find@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@std@@QAE?AViterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@2@ABI@Z @43182 NONAME ?find@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@2@ABVPString@@@Z @44544 NONAME ?find@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@2@ABVPString@@@Z @42934 NONAME ?find@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@2@ABVPString@@@Z @42935 NONAME ?find@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@2@ABVPString@@@Z @43465 NONAME ?find@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@2@ABVPString@@@Z @44545 NONAME ?find@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@2@ABVPString@@@Z @42936 NONAME ?find@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAE?AViterator@12@ABI@Z @43183 NONAME ?find@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @44546 NONAME ?find@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @42937 NONAME ?find@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @42938 NONAME ?find@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @43466 NONAME ?find@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @44547 NONAME ?find@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @42939 NONAME ?find@std@@YAPAVPString@@PAV2@0ABV2@@Z @41619 NONAME ?find@std@@YAPAVPString@@PAV2@0ABVPCaselessString@@@Z @42277 NONAME ?FindCall@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323GatekeeperCall@@@@ABVOpalGloballyUniqueID@@HW4PSafetyMode@@@Z @20426 NONAME ?FindCall@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323GatekeeperCall@@@@ABVOpalGloballyUniqueID@@W4Direction@H323GatekeeperCall@@W4PSafetyMode@@@Z @20427 NONAME ?FindCall@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323GatekeeperCall@@@@ABVPString@@W4PSafetyMode@@@Z @21286 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@ABV2@@Z @12522 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@ABVH245_Capability@@@Z @12523 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@ABVH245_DataType@@@Z @12524 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@ABVH245_ModeElement@@@Z @19861 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@ABVPString@@W4CapabilityDirection@2@@Z @19538 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@I@Z @12525 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@W4CapabilityDirection@2@@Z @19539 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@W4MainTypes@2@ABVPASN_Choice@@PBI@Z @26698 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@W4MainTypes@2@I@Z @12526 NONAME ?FindCapability@H323EndPoint@@QBEPAVH323Capability@@ABVH245_Capability@@@Z @12527 NONAME ?FindCapability@H323EndPoint@@QBEPAVH323Capability@@ABVH245_DataType@@@Z @12528 NONAME ?FindCapability@H323EndPoint@@QBEPAVH323Capability@@W4MainTypes@2@I@Z @12529 NONAME ?FindChannel@H245NegLogicalChannels@@QAEPAVH323Channel@@IH@Z @7909 NONAME ?FindChannel@H323Connection@@QBEPAVH323Channel@@IH@Z @12503 NONAME ?FindChannelBySession@H245NegLogicalChannels@@QAEPAVH323Channel@@IH@Z @12504 NONAME ?FindConnectionWithLock@H323EndPoint@@QAEPAVH323Connection@@ABVPString@@@Z @7910 NONAME ?FindConnectionWithoutLocks@H323EndPoint@@IAEPAVH323Connection@@ABVPString@@@Z @7911 NONAME ?FindDestinationEndPoint@H323GatekeeperServer@@QAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVOpalGloballyUniqueID@@W4Direction@H323GatekeeperCall@@@Z @26692 NONAME ?FindEndPointByAliasAddress@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVH225_AliasAddress@@W4PSafetyMode@@@Z @20428 NONAME ?FindEndPointByAliasString@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVPString@@W4PSafetyMode@@@Z @20429 NONAME ?FindEndPointByIdentifier@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVPString@@W4PSafetyMode@@@Z @20430 NONAME ?FindEndPointByPartialAlias@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVPString@@W4PSafetyMode@@@Z @21446 NONAME ?FindEndPointByPrefixString@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVPString@@W4PSafetyMode@@@Z @26693 NONAME ?FindEndPointBySignalAddress@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVH323TransportAddress@@W4PSafetyMode@@@Z @20431 NONAME ?FindEndPointBySignalAddresses@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVH225_ArrayOf_TransportAddress@@W4PSafetyMode@@@Z @20432 NONAME ?FindMediaFormat@@YA?AVOpalMediaFormat@@W4PayloadTypes@RTP_DataFrame@@@Z @12926 NONAME ?FindNegLogicalChannel@H245NegLogicalChannels@@QAEPAVH245NegLogicalChannel@@IH@Z @20756 NONAME ?FindWithLock@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UAE?AV?$PSafePtr@VH323GatekeeperCall@@@@ABVH323GatekeeperCall@@W4PSafetyMode@@@Z @21406 NONAME ?FindWithLock@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UAE?AV?$PSafePtr@VH323PeerElementDescriptor@@@@ABVH323PeerElementDescriptor@@W4PSafetyMode@@@Z @25741 NONAME ?FindWithLock@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UAE?AV?$PSafePtr@VH323PeerElementServiceRelationship@@@@ABVH323PeerElementServiceRelationship@@W4PSafetyMode@@@Z @25742 NONAME ?FindWithLock@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVPString@@W4PSafetyMode@@@Z @21407 NONAME ?First@RTP_SessionManager@@QAEPAVRTP_Session@@XZ @16267 NONAME ?flush@H261Encoder@@IAEHPAUpktbuf@Transmitter@@H0@Z @7913 NONAME ?Flush@VoipBlasterInterface@@QAEXVPTimeInterval@@@Z @26674 NONAME ?ForwardCall@H323Connection@@UAEHABVPString@@@Z @12636 NONAME ?ForwardConnection@H323EndPoint@@UAEHAAVH323Connection@@ABVPString@@ABVH323SignalPDU@@@Z @21451 NONAME ?Free_Memory@Pre_Vid_Coder@@IAEXXZ @7919 NONAME ?GenerateBusyTone@PDTMFEncoder@@QAEXXZ @44548 NONAME ?GenerateCallReference@Q931@@SAIXZ @19585 NONAME ?GenerateDialTone@PDTMFEncoder@@QAEXXZ @44549 NONAME ?GenerateRingBackTone@PDTMFEncoder@@QAEXXZ @44550 NONAME ?GetAdmissionRequestAuthentication@H323Connection@@UAEHABVH225_AdmissionRequest@@AAVH235Authenticators@@@Z @26423 NONAME ?GetAdmissionRequestAuthentication@H323GatekeeperServer@@UAEHAAVH323GatekeeperARQ@@AAVH235Authenticators@@@Z @26424 NONAME ?GetAEC@OpalIxJDevice@@UAE?AW4AECLevels@OpalLineInterfaceDevice@@I@Z @7921 NONAME ?GetAEC@OpalLineInterfaceDevice@@UAE?AW4AECLevels@1@I@Z @7922 NONAME ?GetAEC@OpalVoipBlasterDevice@@UAE?AW4AECLevels@OpalLineInterfaceDevice@@I@Z @20003 NONAME ?GetAlertingTime@H323Connection@@QBE?AVPTime@@XZ @19853 NONAME ?GetAlias@H323RegisteredEndPoint@@QBE?AVPString@@H@Z @19096 NONAME ?GetAliasCount@H323RegisteredEndPoint@@QBEHXZ @41621 NONAME ?GetAliases@H323RegisteredEndPoint@@QBEABVPStringArray@@XZ @41622 NONAME ?GetAliasNames@H323EndPoint@@QBEABVPStringList@@XZ @41623 NONAME ?GetAllConnections@H323EndPoint@@QAE?AVPStringList@@XZ @20538 NONAME ?GetAt@?$PBaseArray@E@@QBEEH@Z @7924 NONAME ?GetAt@?$PBaseArray@F@@QBEFH@Z @41624 NONAME ?GetAt@?$PBaseArray@G@@QBEGH@Z @41625 NONAME ?GetAt@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UBEPAVH245NegLogicalChannel@@ABVH323ChannelNumber@@@Z @7925 NONAME ?GetAt@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UBEPAVH323ServiceControlSession@@ABVPOrdinalKey@@@Z @22978 NONAME ?GetAt@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UBEPAVH450xHandler@@ABVPOrdinalKey@@@Z @19452 NONAME ?GetAt@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UBEPAVPBYTEArray@@ABVPOrdinalKey@@@Z @7926 NONAME ?GetAt@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UBEPAVRequest@H323Transactor@@ABVPOrdinalKey@@@Z @25875 NONAME ?GetAt@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UBEPAVRTP_Session@@ABVPOrdinalKey@@@Z @7927 NONAME ?GetAt@?$PDictionary@VPString@@VH323Connection@@@@UBEPAVH323Connection@@ABVPString@@@Z @7928 NONAME ?GetAt@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UBEPAVH323RegisteredEndPoint@@ABVPString@@@Z @19097 NONAME ?GetAt@?$PDictionary@VPString@@VPOrdinalKey@@@@UBEPAVPOrdinalKey@@ABVPString@@@Z @25948 NONAME ?GetAt@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UAE?AV?$PSafePtr@VH323GatekeeperCall@@@@HW4PSafetyMode@@@Z @43467 NONAME ?GetAt@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UAE?AV?$PSafePtr@VH323PeerElementDescriptor@@@@HW4PSafetyMode@@@Z @43468 NONAME ?GetAt@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UAE?AV?$PSafePtr@VH323PeerElementServiceRelationship@@@@HW4PSafetyMode@@@Z @43469 NONAME ?GetAt@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@HW4PSafetyMode@@@Z @43470 NONAME ?GetAuthenticators@H323RegisteredEndPoint@@UBEABVH235Authenticators@@XZ @21103 NONAME ?GetAuthenticators@H323TransactionPDU@@QBEABVH235Authenticators@@XZ @41626 NONAME ?GetAverageSignalLevel@G7231_File_Codec@@UAEIXZ @21242 NONAME ?GetAverageSignalLevel@H323AudioCodec@@UAEIXZ @7930 NONAME ?GetAverageSignalLevel@H323FramedAudioCodec@@UAEIXZ @7931 NONAME ?GetAverageSignalLevel@H323_LIDCodec@@UAEIXZ @7932 NONAME ?GetAverageSignalLevel@OpalIxJDevice@@UAEIIH@Z @14011 NONAME ?GetAverageSignalLevel@OpalLineInterfaceDevice@@UAEIIH@Z @14012 NONAME ?GetAverageSignalLevel@OpalVoipBlasterDevice@@UAEIIH@Z @20004 NONAME ?GetBandwidth@G7231_File_Codec@@QBEIXZ @20922 NONAME ?GetBandwidth@OpalMediaFormat@@QBEIXZ @41627 NONAME ?GetBandwidthAvailable@H323Connection@@QBEIXZ @41628 NONAME ?GetBandwidthUsed@H323Channel@@QBEIXZ @41629 NONAME ?GetBandwidthUsed@H323Connection@@QBEIXZ @7938 NONAME ?GetBearerCapabilities@Q931@@QAEHAAW4InformationTransferCapability@1@AAIPAI2@Z @19530 NONAME ?GetBitsPerSec@OpalG711ALaw64k_Base@@UBEIXZ @43471 NONAME ?GetBitsPerSec@OpalG711uLaw64k_Base@@UBEIXZ @43472 NONAME ?GetBitsPerSec@OpalPluginCodec@@UBEIXZ @43473 NONAME ?GetBytesPerFrame@OpalG711ALaw64k_Base@@UBEIXZ @43474 NONAME ?GetBytesPerFrame@OpalG711uLaw64k_Base@@UBEIXZ @43475 NONAME ?GetBytesPerFrame@OpalPluginCodec@@UBEIXZ @43476 NONAME ?GetCall@H323RegisteredEndPoint@@QAEAAVH323GatekeeperCall@@H@Z @41630 NONAME ?GetCallCount@H323RegisteredEndPoint@@QBEHXZ @41631 NONAME ?GetCallCreditAmount@H323GatekeeperCall@@UBE?AVPString@@XZ @22979 NONAME ?GetCallCreditAmount@H323RegisteredEndPoint@@UBE?AVPString@@XZ @22980 NONAME ?GetCallCreditMode@H323GatekeeperCall@@UBEHXZ @22981 NONAME ?GetCallCreditMode@H323RegisteredEndPoint@@UBEHXZ @22982 NONAME ?GetCalledPartyNumber@Q931@@QBEHAAVPString@@PAI1@Z @7939 NONAME ?GetCallEndReason@H323Connection@@QBE?AW4CallEndReason@1@XZ @41632 NONAME ?GetCallerID@OpalIxJDevice@@UAEHIAAVPString@@H@Z @7940 NONAME ?GetCallerID@OpalLineInterfaceDevice@@UAEHIAAVPString@@H@Z @7941 NONAME ?GetCallerID@OpalUSBDevice@@UAEHIAAVPString@@H@Z @44551 NONAME ?GetCallerID@OpalVoipBlasterDevice@@UAEHIAAVPString@@H@Z @20005 NONAME ?GetCallIdentifier@H323Connection@@QBEABVOpalGloballyUniqueID@@XZ @41633 NONAME ?GetCallIdentifier@H323GatekeeperCall@@QBEABVOpalGloballyUniqueID@@XZ @41634 NONAME ?GetCallIdentityDictionary@H323EndPoint@@QAEAAV?$PDictionary@VPString@@VH323Connection@@@@XZ @41635 NONAME ?GetCallingPartyNumber@Q931@@QBEHAAVPString@@PAI111II@Z @12475 NONAME ?GetCallIntrusionProtectionLevel@H323EndPoint@@QBEIXZ @41636 NONAME ?GetCallIntrusionT1@H323EndPoint@@QBEABVPTimeInterval@@XZ @20665 NONAME ?GetCallIntrusionT5@H323EndPoint@@QBEABVPTimeInterval@@XZ @21034 NONAME ?GetCallIntrusionT6@H323EndPoint@@QBEABVPTimeInterval@@XZ @21035 NONAME ?GetCallReference@H323Connection@@QBEIXZ @41637 NONAME ?GetCallReference@H323GatekeeperCall@@QBEIXZ @41638 NONAME ?GetCallReference@Q931@@QBEIXZ @41639 NONAME ?GetCallState@Q931@@QBE?AW4CallStates@1@PAI@Z @20329 NONAME ?GetCallToken@H323Connection@@QBEABVPString@@XZ @41640 NONAME ?GetCallTransferInvokeId@H323Connection@@QAEHXZ @19453 NONAME ?GetCallTransferT1@H323EndPoint@@QBEABVPTimeInterval@@XZ @20350 NONAME ?GetCallTransferT2@H323EndPoint@@QBEABVPTimeInterval@@XZ @20351 NONAME ?GetCallTransferT3@H323EndPoint@@QBEABVPTimeInterval@@XZ @20352 NONAME ?GetCallTransferT4@H323EndPoint@@QBEABVPTimeInterval@@XZ @20353 NONAME ?GetCanonicalName@RTP_Session@@QBE?AVPString@@XZ @21501 NONAME ?GetCapabilities@H323EndPoint@@QBEABVH323Capabilities@@XZ @41641 NONAME ?GetCapability@H323Channel@@QBEABVH323Capability@@XZ @41642 NONAME ?GetCapabilityDirection@H323Capability@@QBE?AW4CapabilityDirection@1@XZ @41643 NONAME ?GetCapabilityExchangeTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @41644 NONAME ?GetCapabilityNumber@H323Capability@@QBEIXZ @41645 NONAME ?GetCause@Q931@@QBE?AW4CauseValues@1@PAI0@Z @12643 NONAME ?GetChannel@H245NegLogicalChannel@@QAEPAVH323Channel@@XZ @7944 NONAME ?GetChannelAt@H245NegLogicalChannels@@QAEPAVH323Channel@@H@Z @12667 NONAME ?GetChannelIdentification@Q931@@QBEHPAI0PAH@Z @25814 NONAME ?GetChannelThreadPriority@H323EndPoint@@QBE?AW4Priority@PThread@@XZ @43477 NONAME ?GetChannelThreadStackSize@H323EndPoint@@QBEHXZ @41646 NONAME ?GetCheckResponseCryptoTokens@H323Transactor@@QAEHXZ @41647 NONAME ?GetChoice@H323RasPDU@@UAEAAVPASN_Choice@@XZ @25426 NONAME ?GetChoice@H323RasPDU@@UBEABVPASN_Choice@@XZ @24011 NONAME ?GetChoice@H501PDU@@UAEAAVPASN_Choice@@XZ @25427 NONAME ?GetChoice@H501PDU@@UBEABVPASN_Choice@@XZ @24012 NONAME ?GetClass@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBEPBDI@Z @18598 NONAME ?GetClass@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBEPBDI@Z @18599 NONAME ?GetClass@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBEPBDI@Z @18600 NONAME ?GetClass@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBEPBDI@Z @18601 NONAME ?GetClass@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBEPBDI@Z @18602 NONAME ?GetClass@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBEPBDI@Z @18603 NONAME ?GetClass@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBEPBDI@Z @18604 NONAME ?GetClass@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBEPBDI@Z @18605 NONAME ?GetClass@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBEPBDI@Z @18606 NONAME ?GetClass@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBEPBDI@Z @18607 NONAME ?GetClass@?$PArray@V?$PList@VH323Capability@@@@@@UBEPBDI@Z @7956 NONAME ?GetClass@?$PArray@VH323SimultaneousCapabilities@@@@UBEPBDI@Z @7957 NONAME ?GetClass@?$PArray@VH323TransportAddress@@@@UBEPBDI@Z @25876 NONAME ?GetClass@?$PArray@VReceiverReport@RTP_Session@@@@UBEPBDI@Z @12405 NONAME ?GetClass@?$PArray@VSourceDescription@RTP_Session@@@@UBEPBDI@Z @12406 NONAME ?GetClass@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UBEPBDI@Z @7959 NONAME ?GetClass@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UBEPBDI@Z @22983 NONAME ?GetClass@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UBEPBDI@Z @19454 NONAME ?GetClass@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UBEPBDI@Z @7960 NONAME ?GetClass@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UBEPBDI@Z @25877 NONAME ?GetClass@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UBEPBDI@Z @7961 NONAME ?GetClass@?$PDictionary@VPString@@VH323Connection@@@@UBEPBDI@Z @7962 NONAME ?GetClass@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UBEPBDI@Z @19099 NONAME ?GetClass@?$PDictionary@VPString@@VPOrdinalKey@@@@UBEPBDI@Z @25949 NONAME ?GetClass@?$PList@VH235Authenticator@@@@UBEPBDI@Z @41648 NONAME ?GetClass@?$PList@VH245_GenericParameter@@@@UBEPBDI@Z @44552 NONAME ?GetClass@?$PList@VH323Capability@@@@UBEPBDI@Z @7963 NONAME ?GetClass@?$PList@VH323Channel@@@@UBEPBDI@Z @7964 NONAME ?GetClass@?$PList@VH323GatekeeperListener@@@@UBEPBDI@Z @19100 NONAME ?GetClass@?$PList@VH323Listener@@@@UBEPBDI@Z @7966 NONAME ?GetClass@?$PList@VH323Transactor@@@@UBEPBDI@Z @24013 NONAME ?GetClass@?$PList@VH450xHandler@@@@UBEPBDI@Z @19455 NONAME ?GetClass@?$PList@VOpalMediaFormat@@@@UBEPBDI@Z @12927 NONAME ?GetClass@?$PList@VPBYTEArray@@@@UBEPBDI@Z @23668 NONAME ?GetClass@?$POrdinalDictionary@VPString@@@@UBEPBDI@Z @22984 NONAME ?GetClass@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UBEPBDI@Z @21408 NONAME ?GetClass@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UBEPBDI@Z @25743 NONAME ?GetClass@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UBEPBDI@Z @25744 NONAME ?GetClass@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UBEPBDI@Z @21409 NONAME ?GetClass@?$PSafePtr@VH323GatekeeperCall@@@@UBEPBDI@Z @20437 NONAME ?GetClass@?$PSafePtr@VH323PeerElementDescriptor@@@@UBEPBDI@Z @25745 NONAME ?GetClass@?$PSafePtr@VH323PeerElementServiceRelationship@@@@UBEPBDI@Z @25746 NONAME ?GetClass@?$PSafePtr@VH323RegisteredEndPoint@@@@UBEPBDI@Z @20438 NONAME ?GetClass@?$PSet@VPOrdinalKey@@@@UBEPBDI@Z @25950 NONAME ?GetClass@?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@UBEPBDI@Z @20734 NONAME ?GetClass@?$PSortedList@VH225_AliasAddress@@@@UBEPBDI@Z @26090 NONAME ?GetClass@?$PSortedList@VH323GatekeeperCall@@@@UBEPBDI@Z @19101 NONAME ?GetClass@?$PSortedList@VH323PeerElementDescriptor@@@@UBEPBDI@Z @25747 NONAME ?GetClass@?$PSortedList@VH323PeerElementServiceRelationship@@@@UBEPBDI@Z @25748 NONAME ?GetClass@?$PSortedList@VMXRecord@PDNS@@@@UBEPBDI@Z @44553 NONAME ?GetClass@?$PSortedList@VPString@@@@UBEPBDI@Z @41649 NONAME ?GetClass@?$PSortedList@VResponse@H323Transactor@@@@UBEPBDI@Z @25878 NONAME ?GetClass@?$PSortedList@VSRVRecord@PDNS@@@@UBEPBDI@Z @44554 NONAME ?GetClass@?$PStringDictionary@VPOrdinalKey@@@@UBEPBDI@Z @12409 NONAME ?GetClass@AlternateInfo@H323Gatekeeper@@UBEPBDI@Z @20735 NONAME ?GetClass@ByteQueue@OpalVoipBlasterDevice@@UBEPBDI@Z @20006 NONAME ?GetClass@FilterInfo@H323Codec@@UBEPBDI@Z @20155 NONAME ?GetClass@G7231_File_Capability@@UBEPBDI@Z @20924 NONAME ?GetClass@G7231_File_Codec@@UBEPBDI@Z @20925 NONAME ?GetClass@GCC_AlternativeNodeID@@UBEPBDI@Z @7967 NONAME ?GetClass@GCC_ApplicationInvokeIndication@@UBEPBDI@Z @7968 NONAME ?GetClass@GCC_ApplicationInvokeSpecifier@@UBEPBDI@Z @7969 NONAME ?GetClass@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@UBEPBDI@Z @7970 NONAME ?GetClass@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBEPBDI@Z @7971 NONAME ?GetClass@GCC_ApplicationRecord@@UBEPBDI@Z @7972 NONAME ?GetClass@GCC_ApplicationRecord_nonCollapsingCapabilities@@UBEPBDI@Z @7973 NONAME ?GetClass@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBEPBDI@Z @7974 NONAME ?GetClass@GCC_ArrayOf_ApplicationInvokeSpecifier@@UBEPBDI@Z @7975 NONAME ?GetClass@GCC_ArrayOf_ChallengeItem@@UBEPBDI@Z @7976 NONAME ?GetClass@GCC_ArrayOf_ConferenceDescriptor@@UBEPBDI@Z @7977 NONAME ?GetClass@GCC_ArrayOf_Privilege@@UBEPBDI@Z @7978 NONAME ?GetClass@GCC_ArrayOf_TextString@@UBEPBDI@Z @7979 NONAME ?GetClass@GCC_ArrayOf_UserID@@UBEPBDI@Z @7980 NONAME ?GetClass@GCC_AsymmetryIndicator@@UBEPBDI@Z @7981 NONAME ?GetClass@GCC_CapabilityClass@@UBEPBDI@Z @7982 NONAME ?GetClass@GCC_CapabilityID@@UBEPBDI@Z @7983 NONAME ?GetClass@GCC_ChallengeItem@@UBEPBDI@Z @7984 NONAME ?GetClass@GCC_ChallengeRequest@@UBEPBDI@Z @7985 NONAME ?GetClass@GCC_ChallengeResponse@@UBEPBDI@Z @7986 NONAME ?GetClass@GCC_ChallengeResponseAlgorithm@@UBEPBDI@Z @7987 NONAME ?GetClass@GCC_ChallengeResponseItem@@UBEPBDI@Z @7988 NONAME ?GetClass@GCC_ChannelID@@UBEPBDI@Z @7989 NONAME ?GetClass@GCC_ChannelType@@UBEPBDI@Z @7990 NONAME ?GetClass@GCC_ConductorAssignIndication@@UBEPBDI@Z @7991 NONAME ?GetClass@GCC_ConductorPermissionAskIndication@@UBEPBDI@Z @7992 NONAME ?GetClass@GCC_ConductorPermissionGrantIndication@@UBEPBDI@Z @7993 NONAME ?GetClass@GCC_ConductorReleaseIndication@@UBEPBDI@Z @7994 NONAME ?GetClass@GCC_ConferenceAddRequest@@UBEPBDI@Z @7995 NONAME ?GetClass@GCC_ConferenceAddResponse@@UBEPBDI@Z @7996 NONAME ?GetClass@GCC_ConferenceAddResponse_result@@UBEPBDI@Z @7997 NONAME ?GetClass@GCC_ConferenceAssistanceIndication@@UBEPBDI@Z @7998 NONAME ?GetClass@GCC_ConferenceCreateRequest@@UBEPBDI@Z @7999 NONAME ?GetClass@GCC_ConferenceCreateResponse@@UBEPBDI@Z @8000 NONAME ?GetClass@GCC_ConferenceCreateResponse_result@@UBEPBDI@Z @8001 NONAME ?GetClass@GCC_ConferenceDescriptor@@UBEPBDI@Z @8002 NONAME ?GetClass@GCC_ConferenceEjectUserIndication@@UBEPBDI@Z @8003 NONAME ?GetClass@GCC_ConferenceEjectUserIndication_reason@@UBEPBDI@Z @8004 NONAME ?GetClass@GCC_ConferenceEjectUserRequest@@UBEPBDI@Z @8005 NONAME ?GetClass@GCC_ConferenceEjectUserRequest_reason@@UBEPBDI@Z @8006 NONAME ?GetClass@GCC_ConferenceEjectUserResponse@@UBEPBDI@Z @8007 NONAME ?GetClass@GCC_ConferenceEjectUserResponse_result@@UBEPBDI@Z @8008 NONAME ?GetClass@GCC_ConferenceInviteRequest@@UBEPBDI@Z @8009 NONAME ?GetClass@GCC_ConferenceInviteResponse@@UBEPBDI@Z @8010 NONAME ?GetClass@GCC_ConferenceInviteResponse_result@@UBEPBDI@Z @8011 NONAME ?GetClass@GCC_ConferenceJoinRequest@@UBEPBDI@Z @8012 NONAME ?GetClass@GCC_ConferenceJoinResponse@@UBEPBDI@Z @8013 NONAME ?GetClass@GCC_ConferenceJoinResponse_result@@UBEPBDI@Z @8014 NONAME ?GetClass@GCC_ConferenceLockIndication@@UBEPBDI@Z @8015 NONAME ?GetClass@GCC_ConferenceLockRequest@@UBEPBDI@Z @8016 NONAME ?GetClass@GCC_ConferenceLockResponse@@UBEPBDI@Z @8017 NONAME ?GetClass@GCC_ConferenceLockResponse_result@@UBEPBDI@Z @8018 NONAME ?GetClass@GCC_ConferenceName@@UBEPBDI@Z @8019 NONAME ?GetClass@GCC_ConferenceNameModifier@@UBEPBDI@Z @8020 NONAME ?GetClass@GCC_ConferenceNameSelector@@UBEPBDI@Z @8021 NONAME ?GetClass@GCC_ConferencePriority@@UBEPBDI@Z @8022 NONAME ?GetClass@GCC_ConferencePriorityScheme@@UBEPBDI@Z @8023 NONAME ?GetClass@GCC_ConferenceQueryRequest@@UBEPBDI@Z @8024 NONAME ?GetClass@GCC_ConferenceQueryResponse@@UBEPBDI@Z @8025 NONAME ?GetClass@GCC_ConferenceQueryResponse_result@@UBEPBDI@Z @8026 NONAME ?GetClass@GCC_ConferenceTerminateIndication@@UBEPBDI@Z @8027 NONAME ?GetClass@GCC_ConferenceTerminateIndication_reason@@UBEPBDI@Z @8028 NONAME ?GetClass@GCC_ConferenceTerminateRequest@@UBEPBDI@Z @8029 NONAME ?GetClass@GCC_ConferenceTerminateRequest_reason@@UBEPBDI@Z @8030 NONAME ?GetClass@GCC_ConferenceTerminateResponse@@UBEPBDI@Z @8031 NONAME ?GetClass@GCC_ConferenceTerminateResponse_result@@UBEPBDI@Z @8032 NONAME ?GetClass@GCC_ConferenceTimeExtendIndication@@UBEPBDI@Z @8033 NONAME ?GetClass@GCC_ConferenceTimeInquireIndication@@UBEPBDI@Z @8034 NONAME ?GetClass@GCC_ConferenceTimeRemainingIndication@@UBEPBDI@Z @8035 NONAME ?GetClass@GCC_ConferenceTransferIndication@@UBEPBDI@Z @8036 NONAME ?GetClass@GCC_ConferenceTransferRequest@@UBEPBDI@Z @8037 NONAME ?GetClass@GCC_ConferenceTransferResponse@@UBEPBDI@Z @8038 NONAME ?GetClass@GCC_ConferenceTransferResponse_result@@UBEPBDI@Z @8039 NONAME ?GetClass@GCC_ConferenceUnlockIndication@@UBEPBDI@Z @8040 NONAME ?GetClass@GCC_ConferenceUnlockRequest@@UBEPBDI@Z @8041 NONAME ?GetClass@GCC_ConferenceUnlockResponse@@UBEPBDI@Z @8042 NONAME ?GetClass@GCC_ConferenceUnlockResponse_result@@UBEPBDI@Z @8043 NONAME ?GetClass@GCC_ConnectData@@UBEPBDI@Z @8044 NONAME ?GetClass@GCC_ConnectGCCPDU@@UBEPBDI@Z @8045 NONAME ?GetClass@GCC_DialingString@@UBEPBDI@Z @8046 NONAME ?GetClass@GCC_DynamicChannelID@@UBEPBDI@Z @8047 NONAME ?GetClass@GCC_DynamicTokenID@@UBEPBDI@Z @8048 NONAME ?GetClass@GCC_EntityID@@UBEPBDI@Z @8049 NONAME ?GetClass@GCC_ExtraDialingString@@UBEPBDI@Z @8050 NONAME ?GetClass@GCC_FunctionNotSupportedResponse@@UBEPBDI@Z @8051 NONAME ?GetClass@GCC_GCCPDU@@UBEPBDI@Z @8052 NONAME ?GetClass@GCC_H221NonStandardIdentifier@@UBEPBDI@Z @8053 NONAME ?GetClass@GCC_Handle@@UBEPBDI@Z @8054 NONAME ?GetClass@GCC_IndicationPDU@@UBEPBDI@Z @8055 NONAME ?GetClass@GCC_Key@@UBEPBDI@Z @8056 NONAME ?GetClass@GCC_NetworkAddress@@UBEPBDI@Z @8057 NONAME ?GetClass@GCC_NetworkAddress_subtype@@UBEPBDI@Z @8058 NONAME ?GetClass@GCC_NetworkAddress_subtype_aggregatedChannel@@UBEPBDI@Z @8059 NONAME ?GetClass@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBEPBDI@Z @8060 NONAME ?GetClass@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBEPBDI@Z @8061 NONAME ?GetClass@GCC_NetworkAddress_subtype_transportConnection@@UBEPBDI@Z @8062 NONAME ?GetClass@GCC_NodeProperties@@UBEPBDI@Z @8063 NONAME ?GetClass@GCC_NodeRecord@@UBEPBDI@Z @8064 NONAME ?GetClass@GCC_NodeType@@UBEPBDI@Z @8065 NONAME ?GetClass@GCC_NonStandardParameter@@UBEPBDI@Z @8066 NONAME ?GetClass@GCC_NonStandardPDU@@UBEPBDI@Z @8067 NONAME ?GetClass@GCC_Password@@UBEPBDI@Z @8068 NONAME ?GetClass@GCC_PasswordChallengeRequestResponse@@UBEPBDI@Z @8069 NONAME ?GetClass@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBEPBDI@Z @8070 NONAME ?GetClass@GCC_PasswordSelector@@UBEPBDI@Z @8071 NONAME ?GetClass@GCC_Privilege@@UBEPBDI@Z @8072 NONAME ?GetClass@GCC_RegistryAllocateHandleRequest@@UBEPBDI@Z @8073 NONAME ?GetClass@GCC_RegistryAllocateHandleResponse@@UBEPBDI@Z @8074 NONAME ?GetClass@GCC_RegistryAllocateHandleResponse_result@@UBEPBDI@Z @8075 NONAME ?GetClass@GCC_RegistryAssignTokenRequest@@UBEPBDI@Z @8076 NONAME ?GetClass@GCC_RegistryDeleteEntryRequest@@UBEPBDI@Z @8077 NONAME ?GetClass@GCC_RegistryEntryOwner@@UBEPBDI@Z @8078 NONAME ?GetClass@GCC_RegistryEntryOwner_owned@@UBEPBDI@Z @8079 NONAME ?GetClass@GCC_RegistryItem@@UBEPBDI@Z @8080 NONAME ?GetClass@GCC_RegistryKey@@UBEPBDI@Z @8081 NONAME ?GetClass@GCC_RegistryModificationRights@@UBEPBDI@Z @8082 NONAME ?GetClass@GCC_RegistryMonitorEntryIndication@@UBEPBDI@Z @8083 NONAME ?GetClass@GCC_RegistryMonitorEntryRequest@@UBEPBDI@Z @8084 NONAME ?GetClass@GCC_RegistryRegisterChannelRequest@@UBEPBDI@Z @8085 NONAME ?GetClass@GCC_RegistryResponse@@UBEPBDI@Z @8086 NONAME ?GetClass@GCC_RegistryResponse_primitiveType@@UBEPBDI@Z @8087 NONAME ?GetClass@GCC_RegistryResponse_result@@UBEPBDI@Z @8088 NONAME ?GetClass@GCC_RegistryRetrieveEntryRequest@@UBEPBDI@Z @8089 NONAME ?GetClass@GCC_RegistrySetParameterRequest@@UBEPBDI@Z @8090 NONAME ?GetClass@GCC_RequestPDU@@UBEPBDI@Z @8091 NONAME ?GetClass@GCC_ResponsePDU@@UBEPBDI@Z @8092 NONAME ?GetClass@GCC_RosterUpdateIndication@@UBEPBDI@Z @8093 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation@@UBEPBDI@Z @8094 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBEPBDI@Z @8095 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@UBEPBDI@Z @8096 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@UBEPBDI@Z @8097 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBEPBDI@Z @8098 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@UBEPBDI@Z @8099 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@UBEPBDI@Z @8100 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBEPBDI@Z @8101 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@UBEPBDI@Z @8102 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBEPBDI@Z @8103 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@UBEPBDI@Z @8104 NONAME ?GetClass@GCC_RosterUpdateIndication_nodeInformation@@UBEPBDI@Z @8105 NONAME ?GetClass@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@UBEPBDI@Z @8106 NONAME ?GetClass@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@UBEPBDI@Z @8107 NONAME ?GetClass@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBEPBDI@Z @8108 NONAME ?GetClass@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@UBEPBDI@Z @8109 NONAME ?GetClass@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBEPBDI@Z @8110 NONAME ?GetClass@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@UBEPBDI@Z @8111 NONAME ?GetClass@GCC_SessionKey@@UBEPBDI@Z @8112 NONAME ?GetClass@GCC_SimpleNumericString@@UBEPBDI@Z @8113 NONAME ?GetClass@GCC_SimpleTextString@@UBEPBDI@Z @8114 NONAME ?GetClass@GCC_StaticChannelID@@UBEPBDI@Z @8115 NONAME ?GetClass@GCC_StaticTokenID@@UBEPBDI@Z @8116 NONAME ?GetClass@GCC_SubAddressString@@UBEPBDI@Z @8117 NONAME ?GetClass@GCC_TerminationMethod@@UBEPBDI@Z @8118 NONAME ?GetClass@GCC_TextMessageIndication@@UBEPBDI@Z @8119 NONAME ?GetClass@GCC_TextString@@UBEPBDI@Z @8120 NONAME ?GetClass@GCC_Time@@UBEPBDI@Z @8121 NONAME ?GetClass@GCC_TokenID@@UBEPBDI@Z @8122 NONAME ?GetClass@GCC_UserData@@UBEPBDI@Z @8123 NONAME ?GetClass@GCC_UserData_subtype@@UBEPBDI@Z @8124 NONAME ?GetClass@GCC_UserID@@UBEPBDI@Z @8125 NONAME ?GetClass@GCC_UserIDIndication@@UBEPBDI@Z @8126 NONAME ?GetClass@H225CallThread@@UBEPBDI@Z @8127 NONAME ?GetClass@H225TransportThread@@UBEPBDI@Z @8129 NONAME ?GetClass@H225_AddressPattern@@UBEPBDI@Z @17801 NONAME ?GetClass@H225_AddressPattern_range@@UBEPBDI@Z @17802 NONAME ?GetClass@H225_AdmissionConfirm@@UBEPBDI@Z @8130 NONAME ?GetClass@H225_AdmissionConfirm_language@@UBEPBDI@Z @17803 NONAME ?GetClass@H225_AdmissionReject@@UBEPBDI@Z @8131 NONAME ?GetClass@H225_AdmissionRejectReason@@UBEPBDI@Z @8132 NONAME ?GetClass@H225_AdmissionRequest@@UBEPBDI@Z @8133 NONAME ?GetClass@H225_Alerting_UUIE@@UBEPBDI@Z @8134 NONAME ?GetClass@H225_AliasAddress@@UBEPBDI@Z @8135 NONAME ?GetClass@H225_AlternateGK@@UBEPBDI@Z @8136 NONAME ?GetClass@H225_AlternateTransportAddresses@@UBEPBDI@Z @17804 NONAME ?GetClass@H225_AltGKInfo@@UBEPBDI@Z @8137 NONAME ?GetClass@H225_ANSI_41_UIM@@UBEPBDI@Z @17805 NONAME ?GetClass@H225_ANSI_41_UIM_system_id@@UBEPBDI@Z @17806 NONAME ?GetClass@H225_ArrayOf_AddressPattern@@UBEPBDI@Z @17807 NONAME ?GetClass@H225_ArrayOf_AdmissionConfirm@@UBEPBDI@Z @27116 NONAME ?GetClass@H225_ArrayOf_AliasAddress@@UBEPBDI@Z @8138 NONAME ?GetClass@H225_ArrayOf_AlternateGK@@UBEPBDI@Z @8139 NONAME ?GetClass@H225_ArrayOf_AuthenticationMechanism@@UBEPBDI@Z @8140 NONAME ?GetClass@H225_ArrayOf_BandwidthDetails@@UBEPBDI@Z @17808 NONAME ?GetClass@H225_ArrayOf_CallReferenceValue@@UBEPBDI@Z @8141 NONAME ?GetClass@H225_ArrayOf_CallsAvailable@@UBEPBDI@Z @17809 NONAME ?GetClass@H225_ArrayOf_ClearToken@@UBEPBDI@Z @8142 NONAME ?GetClass@H225_ArrayOf_ConferenceIdentifier@@UBEPBDI@Z @8143 NONAME ?GetClass@H225_ArrayOf_ConferenceList@@UBEPBDI@Z @8144 NONAME ?GetClass@H225_ArrayOf_CryptoH323Token@@UBEPBDI@Z @8145 NONAME ?GetClass@H225_ArrayOf_DataRate@@UBEPBDI@Z @8146 NONAME ?GetClass@H225_ArrayOf_Endpoint@@UBEPBDI@Z @8147 NONAME ?GetClass@H225_ArrayOf_EnumeratedParameter@@UBEPBDI@Z @17810 NONAME ?GetClass@H225_ArrayOf_ExtendedAliasAddress@@UBEPBDI@Z @17811 NONAME ?GetClass@H225_ArrayOf_FeatureDescriptor@@UBEPBDI@Z @17812 NONAME ?GetClass@H225_ArrayOf_GenericData@@UBEPBDI@Z @17813 NONAME ?GetClass@H225_ArrayOf_H245Security@@UBEPBDI@Z @8148 NONAME ?GetClass@H225_ArrayOf_H248PackagesDescriptor@@UBEPBDI@Z @17814 NONAME ?GetClass@H225_ArrayOf_IntegrityMechanism@@UBEPBDI@Z @8149 NONAME ?GetClass@H225_ArrayOf_NonStandardParameter@@UBEPBDI@Z @8150 NONAME ?GetClass@H225_ArrayOf_PartyNumber@@UBEPBDI@Z @17815 NONAME ?GetClass@H225_ArrayOf_PASN_ObjectId@@UBEPBDI@Z @8151 NONAME ?GetClass@H225_ArrayOf_PASN_OctetString@@UBEPBDI@Z @8152 NONAME ?GetClass@H225_ArrayOf_RasUsageSpecification@@UBEPBDI@Z @17816 NONAME ?GetClass@H225_ArrayOf_RTPSession@@UBEPBDI@Z @8153 NONAME ?GetClass@H225_ArrayOf_ServiceControlSession@@UBEPBDI@Z @17817 NONAME ?GetClass@H225_ArrayOf_SupportedPrefix@@UBEPBDI@Z @8154 NONAME ?GetClass@H225_ArrayOf_SupportedProtocols@@UBEPBDI@Z @8155 NONAME ?GetClass@H225_ArrayOf_TransportAddress@@UBEPBDI@Z @8156 NONAME ?GetClass@H225_ArrayOf_TransportChannelInfo@@UBEPBDI@Z @8157 NONAME ?GetClass@H225_ArrayOf_TunnelledProtocol@@UBEPBDI@Z @17818 NONAME ?GetClass@H225_BandRejectReason@@UBEPBDI@Z @8158 NONAME ?GetClass@H225_BandWidth@@UBEPBDI@Z @8159 NONAME ?GetClass@H225_BandwidthConfirm@@UBEPBDI@Z @8160 NONAME ?GetClass@H225_BandwidthDetails@@UBEPBDI@Z @17819 NONAME ?GetClass@H225_BandwidthReject@@UBEPBDI@Z @8161 NONAME ?GetClass@H225_BandwidthRequest@@UBEPBDI@Z @8162 NONAME ?GetClass@H225_CallCapacity@@UBEPBDI@Z @17820 NONAME ?GetClass@H225_CallCapacityInfo@@UBEPBDI@Z @17821 NONAME ?GetClass@H225_CallCreditCapability@@UBEPBDI@Z @17822 NONAME ?GetClass@H225_CallCreditServiceControl@@UBEPBDI@Z @17823 NONAME ?GetClass@H225_CallCreditServiceControl_billingMode@@UBEPBDI@Z @17824 NONAME ?GetClass@H225_CallCreditServiceControl_callStartingPoint@@UBEPBDI@Z @17825 NONAME ?GetClass@H225_CallIdentifier@@UBEPBDI@Z @8163 NONAME ?GetClass@H225_CallLinkage@@UBEPBDI@Z @17826 NONAME ?GetClass@H225_CallModel@@UBEPBDI@Z @8164 NONAME ?GetClass@H225_CallProceeding_UUIE@@UBEPBDI@Z @8165 NONAME ?GetClass@H225_CallReferenceValue@@UBEPBDI@Z @8166 NONAME ?GetClass@H225_CallsAvailable@@UBEPBDI@Z @17827 NONAME ?GetClass@H225_CallTerminationCause@@UBEPBDI@Z @17828 NONAME ?GetClass@H225_CallType@@UBEPBDI@Z @8167 NONAME ?GetClass@H225_CapacityReportingCapability@@UBEPBDI@Z @17829 NONAME ?GetClass@H225_CapacityReportingSpecification@@UBEPBDI@Z @17830 NONAME ?GetClass@H225_CapacityReportingSpecification_when@@UBEPBDI@Z @17831 NONAME ?GetClass@H225_CarrierInfo@@UBEPBDI@Z @27117 NONAME ?GetClass@H225_CicInfo@@UBEPBDI@Z @17832 NONAME ?GetClass@H225_CicInfo_cic@@UBEPBDI@Z @17833 NONAME ?GetClass@H225_CircuitIdentifier@@UBEPBDI@Z @17834 NONAME ?GetClass@H225_CircuitInfo@@UBEPBDI@Z @17835 NONAME ?GetClass@H225_ConferenceIdentifier@@UBEPBDI@Z @8168 NONAME ?GetClass@H225_ConferenceList@@UBEPBDI@Z @8169 NONAME ?GetClass@H225_Connect_UUIE@@UBEPBDI@Z @8170 NONAME ?GetClass@H225_Connect_UUIE_language@@UBEPBDI@Z @17836 NONAME ?GetClass@H225_Content@@UBEPBDI@Z @17837 NONAME ?GetClass@H225_CryptoH323Token@@UBEPBDI@Z @8171 NONAME ?GetClass@H225_CryptoH323Token_cryptoEPPwdHash@@UBEPBDI@Z @8172 NONAME ?GetClass@H225_CryptoH323Token_cryptoGKPwdHash@@UBEPBDI@Z @8173 NONAME ?GetClass@H225_DataRate@@UBEPBDI@Z @8174 NONAME ?GetClass@H225_DisengageConfirm@@UBEPBDI@Z @8175 NONAME ?GetClass@H225_DisengageReason@@UBEPBDI@Z @8176 NONAME ?GetClass@H225_DisengageReject@@UBEPBDI@Z @8177 NONAME ?GetClass@H225_DisengageRejectReason@@UBEPBDI@Z @8178 NONAME ?GetClass@H225_DisengageRequest@@UBEPBDI@Z @8179 NONAME ?GetClass@H225_EncodedFastStartToken@@UBEPBDI@Z @18608 NONAME ?GetClass@H225_EncryptIntAlg@@UBEPBDI@Z @8180 NONAME ?GetClass@H225_Endpoint@@UBEPBDI@Z @8181 NONAME ?GetClass@H225_EndpointIdentifier@@UBEPBDI@Z @8182 NONAME ?GetClass@H225_EndpointType@@UBEPBDI@Z @8183 NONAME ?GetClass@H225_EnumeratedParameter@@UBEPBDI@Z @17838 NONAME ?GetClass@H225_ExtendedAliasAddress@@UBEPBDI@Z @17839 NONAME ?GetClass@H225_FacilityReason@@UBEPBDI@Z @8184 NONAME ?GetClass@H225_Facility_UUIE@@UBEPBDI@Z @8185 NONAME ?GetClass@H225_FastStartToken@@UBEPBDI@Z @8186 NONAME ?GetClass@H225_FeatureDescriptor@@UBEPBDI@Z @17840 NONAME ?GetClass@H225_FeatureSet@@UBEPBDI@Z @17841 NONAME ?GetClass@H225_GatekeeperConfirm@@UBEPBDI@Z @8187 NONAME ?GetClass@H225_GatekeeperIdentifier@@UBEPBDI@Z @8188 NONAME ?GetClass@H225_GatekeeperInfo@@UBEPBDI@Z @8189 NONAME ?GetClass@H225_GatekeeperReject@@UBEPBDI@Z @8190 NONAME ?GetClass@H225_GatekeeperRejectReason@@UBEPBDI@Z @8191 NONAME ?GetClass@H225_GatekeeperRequest@@UBEPBDI@Z @8192 NONAME ?GetClass@H225_GatewayInfo@@UBEPBDI@Z @8193 NONAME ?GetClass@H225_GenericData@@UBEPBDI@Z @17842 NONAME ?GetClass@H225_GenericIdentifier@@UBEPBDI@Z @17843 NONAME ?GetClass@H225_GloballyUniqueID@@UBEPBDI@Z @8194 NONAME ?GetClass@H225_GroupID@@UBEPBDI@Z @17844 NONAME ?GetClass@H225_GroupID_member@@UBEPBDI@Z @17845 NONAME ?GetClass@H225_GSM_UIM@@UBEPBDI@Z @17846 NONAME ?GetClass@H225_H221NonStandard@@UBEPBDI@Z @8195 NONAME ?GetClass@H225_H245Security@@UBEPBDI@Z @8196 NONAME ?GetClass@H225_H248PackagesDescriptor@@UBEPBDI@Z @17847 NONAME ?GetClass@H225_H248SignalsDescriptor@@UBEPBDI@Z @17848 NONAME ?GetClass@H225_H310Caps@@UBEPBDI@Z @8197 NONAME ?GetClass@H225_H320Caps@@UBEPBDI@Z @8198 NONAME ?GetClass@H225_H321Caps@@UBEPBDI@Z @8199 NONAME ?GetClass@H225_H322Caps@@UBEPBDI@Z @8200 NONAME ?GetClass@H225_H323Caps@@UBEPBDI@Z @8201 NONAME ?GetClass@H225_H323_UserInformation@@UBEPBDI@Z @8202 NONAME ?GetClass@H225_H323_UserInformation_user_data@@UBEPBDI@Z @8203 NONAME ?GetClass@H225_H323_UU_PDU@@UBEPBDI@Z @8204 NONAME ?GetClass@H225_H323_UU_PDU_h323_message_body@@UBEPBDI@Z @8205 NONAME ?GetClass@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBEPBDI@Z @17849 NONAME ?GetClass@H225_H324Caps@@UBEPBDI@Z @8206 NONAME ?GetClass@H225_ICV@@UBEPBDI@Z @8207 NONAME ?GetClass@H225_InfoRequest@@UBEPBDI@Z @8208 NONAME ?GetClass@H225_InfoRequestAck@@UBEPBDI@Z @8209 NONAME ?GetClass@H225_InfoRequestNak@@UBEPBDI@Z @8210 NONAME ?GetClass@H225_InfoRequestNakReason@@UBEPBDI@Z @8211 NONAME ?GetClass@H225_InfoRequestResponse@@UBEPBDI@Z @8212 NONAME ?GetClass@H225_InfoRequestResponseStatus@@UBEPBDI@Z @17850 NONAME ?GetClass@H225_InfoRequestResponse_perCallInfo@@UBEPBDI@Z @8213 NONAME ?GetClass@H225_InfoRequestResponse_perCallInfo_subtype@@UBEPBDI@Z @8214 NONAME ?GetClass@H225_InfoRequestResponse_perCallInfo_subtype_pdu@@UBEPBDI@Z @8215 NONAME ?GetClass@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBEPBDI@Z @8216 NONAME ?GetClass@H225_Information_UUIE@@UBEPBDI@Z @8217 NONAME ?GetClass@H225_IntegrityMechanism@@UBEPBDI@Z @8218 NONAME ?GetClass@H225_LocationConfirm@@UBEPBDI@Z @8219 NONAME ?GetClass@H225_LocationReject@@UBEPBDI@Z @8220 NONAME ?GetClass@H225_LocationRejectReason@@UBEPBDI@Z @8221 NONAME ?GetClass@H225_LocationRequest@@UBEPBDI@Z @8222 NONAME ?GetClass@H225_McuInfo@@UBEPBDI@Z @8223 NONAME ?GetClass@H225_MobileUIM@@UBEPBDI@Z @17851 NONAME ?GetClass@H225_NonIsoIntegrityMechanism@@UBEPBDI@Z @8224 NONAME ?GetClass@H225_NonStandardIdentifier@@UBEPBDI@Z @8225 NONAME ?GetClass@H225_NonStandardMessage@@UBEPBDI@Z @8226 NONAME ?GetClass@H225_NonStandardParameter@@UBEPBDI@Z @8227 NONAME ?GetClass@H225_NonStandardProtocol@@UBEPBDI@Z @8228 NONAME ?GetClass@H225_Notify_UUIE@@UBEPBDI@Z @17852 NONAME ?GetClass@H225_NumberDigits@@UBEPBDI@Z @8229 NONAME ?GetClass@H225_PartyNumber@@UBEPBDI@Z @8230 NONAME ?GetClass@H225_PresentationIndicator@@UBEPBDI@Z @17853 NONAME ?GetClass@H225_PrivatePartyNumber@@UBEPBDI@Z @8231 NONAME ?GetClass@H225_PrivateTypeOfNumber@@UBEPBDI@Z @8232 NONAME ?GetClass@H225_Progress_UUIE@@UBEPBDI@Z @8233 NONAME ?GetClass@H225_ProtocolIdentifier@@UBEPBDI@Z @8234 NONAME ?GetClass@H225_PublicPartyNumber@@UBEPBDI@Z @8235 NONAME ?GetClass@H225_PublicTypeOfNumber@@UBEPBDI@Z @8236 NONAME ?GetClass@H225_Q954Details@@UBEPBDI@Z @8237 NONAME ?GetClass@H225_QseriesOptions@@UBEPBDI@Z @8238 NONAME ?GetClass@H225_RAS@@UBEPBDI@Z @18675 NONAME ?GetClass@H225_RasMessage@@UBEPBDI@Z @8239 NONAME ?GetClass@H225_RasUsageInformation@@UBEPBDI@Z @17854 NONAME ?GetClass@H225_RasUsageInfoTypes@@UBEPBDI@Z @17855 NONAME ?GetClass@H225_RasUsageSpecification@@UBEPBDI@Z @17856 NONAME ?GetClass@H225_RasUsageSpecification_callStartingPoint@@UBEPBDI@Z @17857 NONAME ?GetClass@H225_RasUsageSpecification_when@@UBEPBDI@Z @17858 NONAME ?GetClass@H225_RegistrationConfirm@@UBEPBDI@Z @8240 NONAME ?GetClass@H225_RegistrationConfirm_preGrantedARQ@@UBEPBDI@Z @8241 NONAME ?GetClass@H225_RegistrationReject@@UBEPBDI@Z @8242 NONAME ?GetClass@H225_RegistrationRejectReason@@UBEPBDI@Z @8243 NONAME ?GetClass@H225_RegistrationRejectReason_invalidTerminalAliases@@UBEPBDI@Z @17859 NONAME ?GetClass@H225_RegistrationRequest@@UBEPBDI@Z @8244 NONAME ?GetClass@H225_ReleaseCompleteReason@@UBEPBDI@Z @8245 NONAME ?GetClass@H225_ReleaseComplete_UUIE@@UBEPBDI@Z @8246 NONAME ?GetClass@H225_RequestInProgress@@UBEPBDI@Z @8247 NONAME ?GetClass@H225_RequestSeqNum@@UBEPBDI@Z @8248 NONAME ?GetClass@H225_ResourcesAvailableConfirm@@UBEPBDI@Z @8249 NONAME ?GetClass@H225_ResourcesAvailableIndicate@@UBEPBDI@Z @8250 NONAME ?GetClass@H225_RTPSession@@UBEPBDI@Z @8251 NONAME ?GetClass@H225_RTPSession_associatedSessionIds@@UBEPBDI@Z @8252 NONAME ?GetClass@H225_ScnConnectionAggregation@@UBEPBDI@Z @17860 NONAME ?GetClass@H225_ScnConnectionType@@UBEPBDI@Z @17861 NONAME ?GetClass@H225_ScreeningIndicator@@UBEPBDI@Z @17862 NONAME ?GetClass@H225_SecurityCapabilities@@UBEPBDI@Z @8253 NONAME ?GetClass@H225_SecurityErrors2@@UBEPBDI@Z @27118 NONAME ?GetClass@H225_SecurityErrors@@UBEPBDI@Z @27119 NONAME ?GetClass@H225_SecurityServiceMode@@UBEPBDI@Z @8254 NONAME ?GetClass@H225_ServiceControlDescriptor@@UBEPBDI@Z @17863 NONAME ?GetClass@H225_ServiceControlIndication@@UBEPBDI@Z @17864 NONAME ?GetClass@H225_ServiceControlIndication_callSpecific@@UBEPBDI@Z @17865 NONAME ?GetClass@H225_ServiceControlResponse@@UBEPBDI@Z @17866 NONAME ?GetClass@H225_ServiceControlResponse_result@@UBEPBDI@Z @17867 NONAME ?GetClass@H225_ServiceControlSession@@UBEPBDI@Z @17868 NONAME ?GetClass@H225_ServiceControlSession_reason@@UBEPBDI@Z @17869 NONAME ?GetClass@H225_SetupAcknowledge_UUIE@@UBEPBDI@Z @17870 NONAME ?GetClass@H225_Setup_UUIE@@UBEPBDI@Z @8255 NONAME ?GetClass@H225_Setup_UUIE_conferenceGoal@@UBEPBDI@Z @8256 NONAME ?GetClass@H225_Setup_UUIE_connectionParameters@@UBEPBDI@Z @17871 NONAME ?GetClass@H225_Setup_UUIE_language@@UBEPBDI@Z @17872 NONAME ?GetClass@H225_SIPCaps@@UBEPBDI@Z @27120 NONAME ?GetClass@H225_StatusInquiry_UUIE@@UBEPBDI@Z @17873 NONAME ?GetClass@H225_Status_UUIE@@UBEPBDI@Z @17874 NONAME ?GetClass@H225_StimulusControl@@UBEPBDI@Z @17875 NONAME ?GetClass@H225_SupportedPrefix@@UBEPBDI@Z @8257 NONAME ?GetClass@H225_SupportedProtocols@@UBEPBDI@Z @8258 NONAME ?GetClass@H225_T120OnlyCaps@@UBEPBDI@Z @8259 NONAME ?GetClass@H225_T38FaxAnnexbOnlyCaps@@UBEPBDI@Z @17876 NONAME ?GetClass@H225_TBCD_STRING@@UBEPBDI@Z @17877 NONAME ?GetClass@H225_TerminalInfo@@UBEPBDI@Z @8260 NONAME ?GetClass@H225_TimeToLive@@UBEPBDI@Z @8261 NONAME ?GetClass@H225_TransportAddress@@UBEPBDI@Z @8262 NONAME ?GetClass@H225_TransportAddress_ip6Address@@UBEPBDI@Z @8263 NONAME ?GetClass@H225_TransportAddress_ipAddress@@UBEPBDI@Z @8264 NONAME ?GetClass@H225_TransportAddress_ipSourceRoute@@UBEPBDI@Z @8265 NONAME ?GetClass@H225_TransportAddress_ipSourceRoute_route@@UBEPBDI@Z @8266 NONAME ?GetClass@H225_TransportAddress_ipSourceRoute_routing@@UBEPBDI@Z @8267 NONAME ?GetClass@H225_TransportAddress_ipxAddress@@UBEPBDI@Z @8268 NONAME ?GetClass@H225_TransportChannelInfo@@UBEPBDI@Z @8269 NONAME ?GetClass@H225_TransportQOS@@UBEPBDI@Z @8270 NONAME ?GetClass@H225_TunnelledProtocol@@UBEPBDI@Z @17878 NONAME ?GetClass@H225_TunnelledProtocolAlternateIdentifier@@UBEPBDI@Z @17879 NONAME ?GetClass@H225_TunnelledProtocol_id@@UBEPBDI@Z @17880 NONAME ?GetClass@H225_UnknownMessageResponse@@UBEPBDI@Z @8271 NONAME ?GetClass@H225_UnregistrationConfirm@@UBEPBDI@Z @8272 NONAME ?GetClass@H225_UnregistrationReject@@UBEPBDI@Z @8273 NONAME ?GetClass@H225_UnregistrationRequest@@UBEPBDI@Z @8274 NONAME ?GetClass@H225_UnregRejectReason@@UBEPBDI@Z @8275 NONAME ?GetClass@H225_UnregRequestReason@@UBEPBDI@Z @8276 NONAME ?GetClass@H225_UseSpecifiedTransport@@UBEPBDI@Z @17881 NONAME ?GetClass@H225_UUIEsRequested@@UBEPBDI@Z @8277 NONAME ?GetClass@H225_VendorIdentifier@@UBEPBDI@Z @8278 NONAME ?GetClass@H225_VoiceCaps@@UBEPBDI@Z @8279 NONAME ?GetClass@H235AuthCAT@@UBEPBDI@Z @23885 NONAME ?GetClass@H235Authenticator@@UBEPBDI@Z @19352 NONAME ?GetClass@H235Authenticators@@UBEPBDI@Z @21104 NONAME ?GetClass@H235AuthProcedure1@@UBEPBDI@Z @19726 NONAME ?GetClass@H235AuthSimpleMD5@@UBEPBDI@Z @19354 NONAME ?GetClass@H235_AuthenticationBES@@UBEPBDI@Z @19257 NONAME ?GetClass@H235_AuthenticationMechanism@@UBEPBDI@Z @8280 NONAME ?GetClass@H235_ChallengeString@@UBEPBDI@Z @8281 NONAME ?GetClass@H235_ClearToken@@UBEPBDI@Z @8282 NONAME ?GetClass@H235_CryptoToken@@UBEPBDI@Z @8283 NONAME ?GetClass@H235_CryptoToken_cryptoEncryptedToken@@UBEPBDI@Z @8284 NONAME ?GetClass@H235_CryptoToken_cryptoHashedToken@@UBEPBDI@Z @8285 NONAME ?GetClass@H235_CryptoToken_cryptoSignedToken@@UBEPBDI@Z @8286 NONAME ?GetClass@H235_DHset@@UBEPBDI@Z @8287 NONAME ?GetClass@H235_ECGDSASignature@@UBEPBDI@Z @27121 NONAME ?GetClass@H235_ECKASDH@@UBEPBDI@Z @19259 NONAME ?GetClass@H235_ECKASDH_eckasdh2@@UBEPBDI@Z @19260 NONAME ?GetClass@H235_ECKASDH_eckasdhp@@UBEPBDI@Z @19261 NONAME ?GetClass@H235_ECpoint@@UBEPBDI@Z @27122 NONAME ?GetClass@H235_EncodedGeneralToken@@UBEPBDI@Z @18609 NONAME ?GetClass@H235_EncodedKeySignedMaterial@@UBEPBDI@Z @18610 NONAME ?GetClass@H235_EncodedKeySyncMaterial@@UBEPBDI@Z @18611 NONAME ?GetClass@H235_EncodedPwdCertToken@@UBEPBDI@Z @18612 NONAME ?GetClass@H235_EncodedReturnSig@@UBEPBDI@Z @18613 NONAME ?GetClass@H235_H235CertificateSignature@@UBEPBDI@Z @8288 NONAME ?GetClass@H235_H235Key@@UBEPBDI@Z @8289 NONAME ?GetClass@H235_Identifier@@UBEPBDI@Z @8290 NONAME ?GetClass@H235_IV16@@UBEPBDI@Z @19262 NONAME ?GetClass@H235_IV8@@UBEPBDI@Z @8291 NONAME ?GetClass@H235_KeyMaterial@@UBEPBDI@Z @8292 NONAME ?GetClass@H235_KeySignedMaterial@@UBEPBDI@Z @8293 NONAME ?GetClass@H235_KeySyncMaterial@@UBEPBDI@Z @8294 NONAME ?GetClass@H235_NonStandardParameter@@UBEPBDI@Z @8295 NONAME ?GetClass@H235_Params@@UBEPBDI@Z @8296 NONAME ?GetClass@H235_Password@@UBEPBDI@Z @8297 NONAME ?GetClass@H235_PwdCertToken@@UBEPBDI@Z @8298 NONAME ?GetClass@H235_RandomVal@@UBEPBDI@Z @8299 NONAME ?GetClass@H235_ReturnSig@@UBEPBDI@Z @8300 NONAME ?GetClass@H235_TimeStamp@@UBEPBDI@Z @8301 NONAME ?GetClass@H235_TypedCertificate@@UBEPBDI@Z @8302 NONAME ?GetClass@H235_V3KeySyncMaterial@@UBEPBDI@Z @27123 NONAME ?GetClass@H245NegLogicalChannel@@UBEPBDI@Z @8303 NONAME ?GetClass@H245NegLogicalChannels@@UBEPBDI@Z @8304 NONAME ?GetClass@H245NegMasterSlaveDetermination@@UBEPBDI@Z @8305 NONAME ?GetClass@H245Negotiator@@UBEPBDI@Z @8306 NONAME ?GetClass@H245NegRequestMode@@UBEPBDI@Z @8307 NONAME ?GetClass@H245NegRoundTripDelay@@UBEPBDI@Z @8308 NONAME ?GetClass@H245NegTerminalCapabilitySet@@UBEPBDI@Z @8309 NONAME ?GetClass@H245TransportThread@@UBEPBDI@Z @8310 NONAME ?GetClass@H245_AlternativeCapabilitySet@@UBEPBDI@Z @8311 NONAME ?GetClass@H245_ArrayOf_AlternativeCapabilitySet@@UBEPBDI@Z @8312 NONAME ?GetClass@H245_ArrayOf_BEnhancementParameters@@UBEPBDI@Z @8313 NONAME ?GetClass@H245_ArrayOf_CapabilityDescriptor@@UBEPBDI@Z @8314 NONAME ?GetClass@H245_ArrayOf_CapabilityDescriptorNumber@@UBEPBDI@Z @8315 NONAME ?GetClass@H245_ArrayOf_CapabilityTableEntry@@UBEPBDI@Z @8316 NONAME ?GetClass@H245_ArrayOf_CapabilityTableEntryNumber@@UBEPBDI@Z @8317 NONAME ?GetClass@H245_ArrayOf_CommunicationModeTableEntry@@UBEPBDI@Z @8318 NONAME ?GetClass@H245_ArrayOf_CustomPictureClockFrequency@@UBEPBDI@Z @8319 NONAME ?GetClass@H245_ArrayOf_CustomPictureFormat@@UBEPBDI@Z @8320 NONAME ?GetClass@H245_ArrayOf_DataApplicationCapability@@UBEPBDI@Z @8321 NONAME ?GetClass@H245_ArrayOf_DialingInformationNetworkType@@UBEPBDI@Z @17882 NONAME ?GetClass@H245_ArrayOf_DialingInformationNumber@@UBEPBDI@Z @17883 NONAME ?GetClass@H245_ArrayOf_EnhancementOptions@@UBEPBDI@Z @8322 NONAME ?GetClass@H245_ArrayOf_EscrowData@@UBEPBDI@Z @8323 NONAME ?GetClass@H245_ArrayOf_GenericCapability@@UBEPBDI@Z @44555 NONAME ?GetClass@H245_ArrayOf_GenericParameter@@UBEPBDI@Z @17884 NONAME ?GetClass@H245_ArrayOf_H263ModeComboFlags@@UBEPBDI@Z @8324 NONAME ?GetClass@H245_ArrayOf_H263VideoModeCombos@@UBEPBDI@Z @8325 NONAME ?GetClass@H245_ArrayOf_MediaChannelCapability@@UBEPBDI@Z @8326 NONAME ?GetClass@H245_ArrayOf_MediaDistributionCapability@@UBEPBDI@Z @8327 NONAME ?GetClass@H245_ArrayOf_ModeDescription@@UBEPBDI@Z @8328 NONAME ?GetClass@H245_ArrayOf_MultiplePayloadStreamElement@@UBEPBDI@Z @27124 NONAME ?GetClass@H245_ArrayOf_MultiplePayloadStreamElementMode@@UBEPBDI@Z @27125 NONAME ?GetClass@H245_ArrayOf_MultiplexElement@@UBEPBDI@Z @8329 NONAME ?GetClass@H245_ArrayOf_MultiplexEntryDescriptor@@UBEPBDI@Z @8330 NONAME ?GetClass@H245_ArrayOf_MultiplexEntryRejectionDescriptions@@UBEPBDI@Z @8331 NONAME ?GetClass@H245_ArrayOf_MultiplexTableEntryNumber@@UBEPBDI@Z @8332 NONAME ?GetClass@H245_ArrayOf_NonStandardParameter@@UBEPBDI@Z @8333 NONAME ?GetClass@H245_ArrayOf_ParameterIdentifier@@UBEPBDI@Z @17885 NONAME ?GetClass@H245_ArrayOf_PictureReference@@UBEPBDI@Z @17886 NONAME ?GetClass@H245_ArrayOf_Q2931Address@@UBEPBDI@Z @17887 NONAME ?GetClass@H245_ArrayOf_QOSCapability@@UBEPBDI@Z @8334 NONAME ?GetClass@H245_ArrayOf_RedundancyEncodingCapability@@UBEPBDI@Z @8335 NONAME ?GetClass@H245_ArrayOf_RedundancyEncodingDTModeElement@@UBEPBDI@Z @27126 NONAME ?GetClass@H245_ArrayOf_RedundancyEncodingElement@@UBEPBDI@Z @27127 NONAME ?GetClass@H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@UBEPBDI@Z @8336 NONAME ?GetClass@H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@UBEPBDI@Z @8337 NONAME ?GetClass@H245_ArrayOf_RTPPayloadType@@UBEPBDI@Z @8338 NONAME ?GetClass@H245_ArrayOf_TerminalInformation@@UBEPBDI@Z @8339 NONAME ?GetClass@H245_ArrayOf_TerminalLabel@@UBEPBDI@Z @8340 NONAME ?GetClass@H245_ArrayOf_VCCapability@@UBEPBDI@Z @8341 NONAME ?GetClass@H245_ArrayOf_VideoCapability@@UBEPBDI@Z @44556 NONAME ?GetClass@H245_ATMParameters@@UBEPBDI@Z @8342 NONAME ?GetClass@H245_AudioCapability@@UBEPBDI@Z @8343 NONAME ?GetClass@H245_AudioCapability_g7231@@UBEPBDI@Z @8344 NONAME ?GetClass@H245_AudioMode@@UBEPBDI@Z @8345 NONAME ?GetClass@H245_AudioMode_g7231@@UBEPBDI@Z @8346 NONAME ?GetClass@H245_AudioTelephonyEventCapability@@UBEPBDI@Z @17888 NONAME ?GetClass@H245_AudioToneCapability@@UBEPBDI@Z @17889 NONAME ?GetClass@H245_AuthenticationCapability@@UBEPBDI@Z @8347 NONAME ?GetClass@H245_BEnhancementParameters@@UBEPBDI@Z @8348 NONAME ?GetClass@H245_Capability@@UBEPBDI@Z @8349 NONAME ?GetClass@H245_CapabilityDescriptor@@UBEPBDI@Z @8350 NONAME ?GetClass@H245_CapabilityDescriptorNumber@@UBEPBDI@Z @8351 NONAME ?GetClass@H245_CapabilityIdentifier@@UBEPBDI@Z @17890 NONAME ?GetClass@H245_CapabilityTableEntry@@UBEPBDI@Z @8352 NONAME ?GetClass@H245_CapabilityTableEntryNumber@@UBEPBDI@Z @8353 NONAME ?GetClass@H245_Capability_h233EncryptionReceiveCapability@@UBEPBDI@Z @8354 NONAME ?GetClass@H245_CertSelectionCriteria@@UBEPBDI@Z @8355 NONAME ?GetClass@H245_CloseLogicalChannel@@UBEPBDI@Z @8356 NONAME ?GetClass@H245_CloseLogicalChannelAck@@UBEPBDI@Z @8357 NONAME ?GetClass@H245_CloseLogicalChannel_reason@@UBEPBDI@Z @8358 NONAME ?GetClass@H245_CloseLogicalChannel_source@@UBEPBDI@Z @8359 NONAME ?GetClass@H245_CommandMessage@@UBEPBDI@Z @8360 NONAME ?GetClass@H245_CommunicationModeCommand@@UBEPBDI@Z @8361 NONAME ?GetClass@H245_CommunicationModeRequest@@UBEPBDI@Z @8362 NONAME ?GetClass@H245_CommunicationModeResponse@@UBEPBDI@Z @8363 NONAME ?GetClass@H245_CommunicationModeTableEntry@@UBEPBDI@Z @8364 NONAME ?GetClass@H245_CommunicationModeTableEntry_dataType@@UBEPBDI@Z @8365 NONAME ?GetClass@H245_CompressionType@@UBEPBDI@Z @8366 NONAME ?GetClass@H245_ConferenceCapability@@UBEPBDI@Z @8367 NONAME ?GetClass@H245_ConferenceCommand@@UBEPBDI@Z @8368 NONAME ?GetClass@H245_ConferenceID@@UBEPBDI@Z @8369 NONAME ?GetClass@H245_ConferenceIndication@@UBEPBDI@Z @8370 NONAME ?GetClass@H245_ConferenceRequest@@UBEPBDI@Z @8371 NONAME ?GetClass@H245_ConferenceRequest_requestTerminalCertificate@@UBEPBDI@Z @8372 NONAME ?GetClass@H245_ConferenceResponse@@UBEPBDI@Z @8373 NONAME ?GetClass@H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@UBEPBDI@Z @8374 NONAME ?GetClass@H245_ConferenceResponse_chairTokenOwnerResponse@@UBEPBDI@Z @8375 NONAME ?GetClass@H245_ConferenceResponse_conferenceIDResponse@@UBEPBDI@Z @8376 NONAME ?GetClass@H245_ConferenceResponse_extensionAddressResponse@@UBEPBDI@Z @8377 NONAME ?GetClass@H245_ConferenceResponse_makeMeChairResponse@@UBEPBDI@Z @8378 NONAME ?GetClass@H245_ConferenceResponse_makeTerminalBroadcasterResponse@@UBEPBDI@Z @8379 NONAME ?GetClass@H245_ConferenceResponse_mCTerminalIDResponse@@UBEPBDI@Z @8380 NONAME ?GetClass@H245_ConferenceResponse_passwordResponse@@UBEPBDI@Z @8381 NONAME ?GetClass@H245_ConferenceResponse_sendThisSourceResponse@@UBEPBDI@Z @8382 NONAME ?GetClass@H245_ConferenceResponse_terminalCertificateResponse@@UBEPBDI@Z @8383 NONAME ?GetClass@H245_ConferenceResponse_terminalIDResponse@@UBEPBDI@Z @8384 NONAME ?GetClass@H245_ConnectionIdentifier@@UBEPBDI@Z @17891 NONAME ?GetClass@H245_CRCLength@@UBEPBDI@Z @8385 NONAME ?GetClass@H245_Criteria@@UBEPBDI@Z @8386 NONAME ?GetClass@H245_CustomPictureClockFrequency@@UBEPBDI@Z @8387 NONAME ?GetClass@H245_CustomPictureFormat@@UBEPBDI@Z @8388 NONAME ?GetClass@H245_CustomPictureFormat_mPI@@UBEPBDI@Z @8389 NONAME ?GetClass@H245_CustomPictureFormat_mPI_customPCF@@UBEPBDI@Z @8390 NONAME ?GetClass@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBEPBDI@Z @8391 NONAME ?GetClass@H245_CustomPictureFormat_pixelAspectInformation@@UBEPBDI@Z @8392 NONAME ?GetClass@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@UBEPBDI@Z @8393 NONAME ?GetClass@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBEPBDI@Z @8394 NONAME ?GetClass@H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@UBEPBDI@Z @8395 NONAME ?GetClass@H245_DataApplicationCapability@@UBEPBDI@Z @8396 NONAME ?GetClass@H245_DataApplicationCapability_application@@UBEPBDI@Z @8397 NONAME ?GetClass@H245_DataApplicationCapability_application_nlpid@@UBEPBDI@Z @8398 NONAME ?GetClass@H245_DataApplicationCapability_application_t38fax@@UBEPBDI@Z @17892 NONAME ?GetClass@H245_DataApplicationCapability_application_t84@@UBEPBDI@Z @8399 NONAME ?GetClass@H245_DataMode@@UBEPBDI@Z @8400 NONAME ?GetClass@H245_DataMode_application@@UBEPBDI@Z @8401 NONAME ?GetClass@H245_DataMode_application_nlpid@@UBEPBDI@Z @8402 NONAME ?GetClass@H245_DataMode_application_t38fax@@UBEPBDI@Z @17893 NONAME ?GetClass@H245_DataProtocolCapability@@UBEPBDI@Z @8403 NONAME ?GetClass@H245_DataProtocolCapability_v76wCompression@@UBEPBDI@Z @8404 NONAME ?GetClass@H245_DataType@@UBEPBDI@Z @8405 NONAME ?GetClass@H245_DepFECCapability@@UBEPBDI@Z @44557 NONAME ?GetClass@H245_DepFECCapability_rfc2733@@UBEPBDI@Z @44558 NONAME ?GetClass@H245_DepFECCapability_rfc2733_separateStream@@UBEPBDI@Z @44559 NONAME ?GetClass@H245_DepFECData@@UBEPBDI@Z @44560 NONAME ?GetClass@H245_DepFECData_rfc2733@@UBEPBDI@Z @44561 NONAME ?GetClass@H245_DepFECData_rfc2733_mode@@UBEPBDI@Z @44562 NONAME ?GetClass@H245_DepFECData_rfc2733_mode_separateStream@@UBEPBDI@Z @44563 NONAME ?GetClass@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBEPBDI@Z @44564 NONAME ?GetClass@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBEPBDI@Z @44565 NONAME ?GetClass@H245_DepFECMode@@UBEPBDI@Z @44566 NONAME ?GetClass@H245_DepFECMode_rfc2733Mode@@UBEPBDI@Z @44567 NONAME ?GetClass@H245_DepFECMode_rfc2733Mode_mode@@UBEPBDI@Z @44568 NONAME ?GetClass@H245_DepFECMode_rfc2733Mode_mode_separateStream@@UBEPBDI@Z @44569 NONAME ?GetClass@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBEPBDI@Z @44570 NONAME ?GetClass@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBEPBDI@Z @44571 NONAME ?GetClass@H245_DialingInformation@@UBEPBDI@Z @17894 NONAME ?GetClass@H245_DialingInformationNetworkType@@UBEPBDI@Z @17895 NONAME ?GetClass@H245_DialingInformationNumber@@UBEPBDI@Z @17896 NONAME ?GetClass@H245_EncryptionAuthenticationAndIntegrity@@UBEPBDI@Z @8406 NONAME ?GetClass@H245_EncryptionCapability@@UBEPBDI@Z @8407 NONAME ?GetClass@H245_EncryptionCommand@@UBEPBDI@Z @8408 NONAME ?GetClass@H245_EncryptionCommand_encryptionAlgorithmID@@UBEPBDI@Z @8409 NONAME ?GetClass@H245_EncryptionMode@@UBEPBDI@Z @8410 NONAME ?GetClass@H245_EncryptionSync@@UBEPBDI@Z @8411 NONAME ?GetClass@H245_EncryptionUpdateDirection@@UBEPBDI@Z @44572 NONAME ?GetClass@H245_EncryptionUpdateRequest@@UBEPBDI@Z @8412 NONAME ?GetClass@H245_EndSessionCommand@@UBEPBDI@Z @8413 NONAME ?GetClass@H245_EndSessionCommand_gstnOptions@@UBEPBDI@Z @8414 NONAME ?GetClass@H245_EndSessionCommand_isdnOptions@@UBEPBDI@Z @8415 NONAME ?GetClass@H245_EnhancementLayerInfo@@UBEPBDI@Z @8416 NONAME ?GetClass@H245_EnhancementOptions@@UBEPBDI@Z @8417 NONAME ?GetClass@H245_EscrowData@@UBEPBDI@Z @8418 NONAME ?GetClass@H245_ExtendedVideoCapability@@UBEPBDI@Z @44573 NONAME ?GetClass@H245_FECCapability@@UBEPBDI@Z @27128 NONAME ?GetClass@H245_FECCapability_rfc2733Format@@UBEPBDI@Z @44574 NONAME ?GetClass@H245_FECData@@UBEPBDI@Z @27131 NONAME ?GetClass@H245_FECData_rfc2733@@UBEPBDI@Z @27132 NONAME ?GetClass@H245_FECData_rfc2733_pktMode@@UBEPBDI@Z @44575 NONAME ?GetClass@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBEPBDI@Z @44576 NONAME ?GetClass@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UBEPBDI@Z @44577 NONAME ?GetClass@H245_FECMode@@UBEPBDI@Z @27137 NONAME ?GetClass@H245_FECMode_rfc2733Format@@UBEPBDI@Z @44578 NONAME ?GetClass@H245_FlowControlCommand@@UBEPBDI@Z @8419 NONAME ?GetClass@H245_FlowControlCommand_restriction@@UBEPBDI@Z @8420 NONAME ?GetClass@H245_FlowControlCommand_scope@@UBEPBDI@Z @8421 NONAME ?GetClass@H245_FlowControlIndication@@UBEPBDI@Z @17897 NONAME ?GetClass@H245_FlowControlIndication_restriction@@UBEPBDI@Z @17898 NONAME ?GetClass@H245_FlowControlIndication_scope@@UBEPBDI@Z @17899 NONAME ?GetClass@H245_FunctionNotSupported@@UBEPBDI@Z @8422 NONAME ?GetClass@H245_FunctionNotSupported_cause@@UBEPBDI@Z @8423 NONAME ?GetClass@H245_FunctionNotUnderstood@@UBEPBDI@Z @8424 NONAME ?GetClass@H245_G7231AnnexCCapability@@UBEPBDI@Z @8425 NONAME ?GetClass@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBEPBDI@Z @8426 NONAME ?GetClass@H245_G7231AnnexCMode@@UBEPBDI@Z @8427 NONAME ?GetClass@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBEPBDI@Z @8428 NONAME ?GetClass@H245_G729Extensions@@UBEPBDI@Z @17900 NONAME ?GetClass@H245_GenericCapability@@UBEPBDI@Z @17901 NONAME ?GetClass@H245_GenericMessage@@UBEPBDI@Z @44579 NONAME ?GetClass@H245_GenericParameter@@UBEPBDI@Z @17902 NONAME ?GetClass@H245_GSMAudioCapability@@UBEPBDI@Z @8429 NONAME ?GetClass@H245_H222Capability@@UBEPBDI@Z @8430 NONAME ?GetClass@H245_H222LogicalChannelParameters@@UBEPBDI@Z @8431 NONAME ?GetClass@H245_H223AL1MParameters@@UBEPBDI@Z @8432 NONAME ?GetClass@H245_H223AL1MParameters_arqType@@UBEPBDI@Z @8433 NONAME ?GetClass@H245_H223AL1MParameters_crcLength@@UBEPBDI@Z @8434 NONAME ?GetClass@H245_H223AL1MParameters_headerFEC@@UBEPBDI@Z @8435 NONAME ?GetClass@H245_H223AL1MParameters_transferMode@@UBEPBDI@Z @8436 NONAME ?GetClass@H245_H223AL2MParameters@@UBEPBDI@Z @8437 NONAME ?GetClass@H245_H223AL2MParameters_headerFEC@@UBEPBDI@Z @8438 NONAME ?GetClass@H245_H223AL3MParameters@@UBEPBDI@Z @8439 NONAME ?GetClass@H245_H223AL3MParameters_arqType@@UBEPBDI@Z @8440 NONAME ?GetClass@H245_H223AL3MParameters_crcLength@@UBEPBDI@Z @8441 NONAME ?GetClass@H245_H223AL3MParameters_headerFormat@@UBEPBDI@Z @8442 NONAME ?GetClass@H245_H223AnnexCArqParameters@@UBEPBDI@Z @8443 NONAME ?GetClass@H245_H223AnnexCArqParameters_numberOfRetransmissions@@UBEPBDI@Z @8444 NONAME ?GetClass@H245_H223AnnexCCapability@@UBEPBDI@Z @8445 NONAME ?GetClass@H245_H223Capability@@UBEPBDI@Z @8446 NONAME ?GetClass@H245_H223Capability_h223MultiplexTableCapability@@UBEPBDI@Z @8447 NONAME ?GetClass@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBEPBDI@Z @8448 NONAME ?GetClass@H245_H223Capability_mobileMultilinkFrameCapability@@UBEPBDI@Z @17903 NONAME ?GetClass@H245_H223Capability_mobileOperationTransmitCapability@@UBEPBDI@Z @8449 NONAME ?GetClass@H245_H223LogicalChannelParameters@@UBEPBDI@Z @8450 NONAME ?GetClass@H245_H223LogicalChannelParameters_adaptationLayerType@@UBEPBDI@Z @8451 NONAME ?GetClass@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBEPBDI@Z @8452 NONAME ?GetClass@H245_H223ModeParameters@@UBEPBDI@Z @8453 NONAME ?GetClass@H245_H223ModeParameters_adaptationLayerType@@UBEPBDI@Z @8454 NONAME ?GetClass@H245_H223ModeParameters_adaptationLayerType_al3@@UBEPBDI@Z @8455 NONAME ?GetClass@H245_H223MultiplexReconfiguration@@UBEPBDI@Z @8456 NONAME ?GetClass@H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@UBEPBDI@Z @8457 NONAME ?GetClass@H245_H223MultiplexReconfiguration_h223ModeChange@@UBEPBDI@Z @8458 NONAME ?GetClass@H245_H223SkewIndication@@UBEPBDI@Z @8459 NONAME ?GetClass@H245_H2250Capability@@UBEPBDI@Z @8460 NONAME ?GetClass@H245_H2250Capability_mcCapability@@UBEPBDI@Z @8461 NONAME ?GetClass@H245_H2250LogicalChannelAckParameters@@UBEPBDI@Z @8462 NONAME ?GetClass@H245_H2250LogicalChannelParameters@@UBEPBDI@Z @8463 NONAME ?GetClass@H245_H2250LogicalChannelParameters_mediaPacketization@@UBEPBDI@Z @8464 NONAME ?GetClass@H245_H2250MaximumSkewIndication@@UBEPBDI@Z @8465 NONAME ?GetClass@H245_H2250ModeParameters@@UBEPBDI@Z @8466 NONAME ?GetClass@H245_H235Media@@UBEPBDI@Z @8467 NONAME ?GetClass@H245_H235Media_mediaType@@UBEPBDI@Z @8468 NONAME ?GetClass@H245_H235Mode@@UBEPBDI@Z @8469 NONAME ?GetClass@H245_H235Mode_mediaMode@@UBEPBDI@Z @8470 NONAME ?GetClass@H245_H235SecurityCapability@@UBEPBDI@Z @8471 NONAME ?GetClass@H245_H261VideoCapability@@UBEPBDI@Z @8472 NONAME ?GetClass@H245_H261VideoMode@@UBEPBDI@Z @8473 NONAME ?GetClass@H245_H261VideoMode_resolution@@UBEPBDI@Z @8474 NONAME ?GetClass@H245_H262VideoCapability@@UBEPBDI@Z @8475 NONAME ?GetClass@H245_H262VideoMode@@UBEPBDI@Z @8476 NONAME ?GetClass@H245_H262VideoMode_profileAndLevel@@UBEPBDI@Z @8477 NONAME ?GetClass@H245_H263ModeComboFlags@@UBEPBDI@Z @8478 NONAME ?GetClass@H245_H263Options@@UBEPBDI@Z @8479 NONAME ?GetClass@H245_H263Version3Options@@UBEPBDI@Z @17904 NONAME ?GetClass@H245_H263VideoCapability@@UBEPBDI@Z @8480 NONAME ?GetClass@H245_H263VideoMode@@UBEPBDI@Z @8481 NONAME ?GetClass@H245_H263VideoModeCombos@@UBEPBDI@Z @8482 NONAME ?GetClass@H245_H263VideoMode_resolution@@UBEPBDI@Z @8483 NONAME ?GetClass@H245_IndicationMessage@@UBEPBDI@Z @8484 NONAME ?GetClass@H245_IntegrityCapability@@UBEPBDI@Z @8485 NONAME ?GetClass@H245_IS11172AudioCapability@@UBEPBDI@Z @8486 NONAME ?GetClass@H245_IS11172AudioMode@@UBEPBDI@Z @8487 NONAME ?GetClass@H245_IS11172AudioMode_audioLayer@@UBEPBDI@Z @8488 NONAME ?GetClass@H245_IS11172AudioMode_audioSampling@@UBEPBDI@Z @8489 NONAME ?GetClass@H245_IS11172AudioMode_multichannelType@@UBEPBDI@Z @8490 NONAME ?GetClass@H245_IS11172VideoCapability@@UBEPBDI@Z @8491 NONAME ?GetClass@H245_IS11172VideoMode@@UBEPBDI@Z @8492 NONAME ?GetClass@H245_IS13818AudioCapability@@UBEPBDI@Z @8493 NONAME ?GetClass@H245_IS13818AudioMode@@UBEPBDI@Z @8494 NONAME ?GetClass@H245_IS13818AudioMode_audioLayer@@UBEPBDI@Z @8495 NONAME ?GetClass@H245_IS13818AudioMode_audioSampling@@UBEPBDI@Z @8496 NONAME ?GetClass@H245_IS13818AudioMode_multichannelType@@UBEPBDI@Z @8497 NONAME ?GetClass@H245_IV16@@UBEPBDI@Z @44580 NONAME ?GetClass@H245_IV8@@UBEPBDI@Z @44581 NONAME ?GetClass@H245_JitterIndication@@UBEPBDI@Z @8498 NONAME ?GetClass@H245_JitterIndication_scope@@UBEPBDI@Z @8499 NONAME ?GetClass@H245_KeyProtectionMethod@@UBEPBDI@Z @8500 NONAME ?GetClass@H245_LogicalChannelNumber@@UBEPBDI@Z @8501 NONAME ?GetClass@H245_LogicalChannelRateAcknowledge@@UBEPBDI@Z @17905 NONAME ?GetClass@H245_LogicalChannelRateReject@@UBEPBDI@Z @17906 NONAME ?GetClass@H245_LogicalChannelRateRejectReason@@UBEPBDI@Z @17907 NONAME ?GetClass@H245_LogicalChannelRateRelease@@UBEPBDI@Z @17908 NONAME ?GetClass@H245_LogicalChannelRateRequest@@UBEPBDI@Z @17909 NONAME ?GetClass@H245_MaintenanceLoopAck@@UBEPBDI@Z @8502 NONAME ?GetClass@H245_MaintenanceLoopAck_type@@UBEPBDI@Z @8503 NONAME ?GetClass@H245_MaintenanceLoopOffCommand@@UBEPBDI@Z @8504 NONAME ?GetClass@H245_MaintenanceLoopReject@@UBEPBDI@Z @8505 NONAME ?GetClass@H245_MaintenanceLoopReject_cause@@UBEPBDI@Z @8506 NONAME ?GetClass@H245_MaintenanceLoopReject_type@@UBEPBDI@Z @8507 NONAME ?GetClass@H245_MaintenanceLoopRequest@@UBEPBDI@Z @8508 NONAME ?GetClass@H245_MaintenanceLoopRequest_type@@UBEPBDI@Z @8509 NONAME ?GetClass@H245_MasterSlaveDetermination@@UBEPBDI@Z @8510 NONAME ?GetClass@H245_MasterSlaveDeterminationAck@@UBEPBDI@Z @8511 NONAME ?GetClass@H245_MasterSlaveDeterminationAck_decision@@UBEPBDI@Z @8512 NONAME ?GetClass@H245_MasterSlaveDeterminationReject@@UBEPBDI@Z @8513 NONAME ?GetClass@H245_MasterSlaveDeterminationReject_cause@@UBEPBDI@Z @8514 NONAME ?GetClass@H245_MasterSlaveDeterminationRelease@@UBEPBDI@Z @8515 NONAME ?GetClass@H245_MaximumBitRate@@UBEPBDI@Z @17910 NONAME ?GetClass@H245_MaxRedundancy@@UBEPBDI@Z @44582 NONAME ?GetClass@H245_MCLocationIndication@@UBEPBDI@Z @8516 NONAME ?GetClass@H245_McuNumber@@UBEPBDI@Z @8517 NONAME ?GetClass@H245_MediaChannelCapability@@UBEPBDI@Z @8518 NONAME ?GetClass@H245_MediaDistributionCapability@@UBEPBDI@Z @8519 NONAME ?GetClass@H245_MediaEncryptionAlgorithm@@UBEPBDI@Z @8520 NONAME ?GetClass@H245_MediaPacketizationCapability@@UBEPBDI@Z @8521 NONAME ?GetClass@H245_MediaTransportType@@UBEPBDI@Z @8522 NONAME ?GetClass@H245_MediaTransportType_atm_AAL5_compressed@@UBEPBDI@Z @17911 NONAME ?GetClass@H245_MiscellaneousCommand@@UBEPBDI@Z @8523 NONAME ?GetClass@H245_MiscellaneousCommand_type@@UBEPBDI@Z @8524 NONAME ?GetClass@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBEPBDI@Z @44583 NONAME ?GetClass@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBEPBDI@Z @44584 NONAME ?GetClass@H245_MiscellaneousCommand_type_lostPartialPicture@@UBEPBDI@Z @17912 NONAME ?GetClass@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBEPBDI@Z @8525 NONAME ?GetClass@H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@UBEPBDI@Z @8526 NONAME ?GetClass@H245_MiscellaneousCommand_type_videoBadMBs@@UBEPBDI@Z @17913 NONAME ?GetClass@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBEPBDI@Z @8527 NONAME ?GetClass@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBEPBDI@Z @8528 NONAME ?GetClass@H245_MiscellaneousIndication@@UBEPBDI@Z @8529 NONAME ?GetClass@H245_MiscellaneousIndication_type@@UBEPBDI@Z @8530 NONAME ?GetClass@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBEPBDI@Z @8531 NONAME ?GetClass@H245_MobileMultilinkReconfigurationCommand@@UBEPBDI@Z @17914 NONAME ?GetClass@H245_MobileMultilinkReconfigurationCommand_status@@UBEPBDI@Z @17915 NONAME ?GetClass@H245_MobileMultilinkReconfigurationIndication@@UBEPBDI@Z @17916 NONAME ?GetClass@H245_ModeDescription@@UBEPBDI@Z @8532 NONAME ?GetClass@H245_ModeElement@@UBEPBDI@Z @8533 NONAME ?GetClass@H245_ModeElementType@@UBEPBDI@Z @27143 NONAME ?GetClass@H245_MulticastAddress@@UBEPBDI@Z @8535 NONAME ?GetClass@H245_MulticastAddress_iP6Address@@UBEPBDI@Z @8536 NONAME ?GetClass@H245_MulticastAddress_iPAddress@@UBEPBDI@Z @8537 NONAME ?GetClass@H245_MultilinkIndication@@UBEPBDI@Z @17917 NONAME ?GetClass@H245_MultilinkIndication_crcDesired@@UBEPBDI@Z @17918 NONAME ?GetClass@H245_MultilinkIndication_excessiveError@@UBEPBDI@Z @17919 NONAME ?GetClass@H245_MultilinkRequest@@UBEPBDI@Z @17920 NONAME ?GetClass@H245_MultilinkRequest_addConnection@@UBEPBDI@Z @17921 NONAME ?GetClass@H245_MultilinkRequest_callInformation@@UBEPBDI@Z @17922 NONAME ?GetClass@H245_MultilinkRequest_maximumHeaderInterval@@UBEPBDI@Z @17923 NONAME ?GetClass@H245_MultilinkRequest_maximumHeaderInterval_requestType@@UBEPBDI@Z @17924 NONAME ?GetClass@H245_MultilinkRequest_removeConnection@@UBEPBDI@Z @17925 NONAME ?GetClass@H245_MultilinkResponse@@UBEPBDI@Z @17926 NONAME ?GetClass@H245_MultilinkResponse_addConnection@@UBEPBDI@Z @17927 NONAME ?GetClass@H245_MultilinkResponse_addConnection_responseCode@@UBEPBDI@Z @17928 NONAME ?GetClass@H245_MultilinkResponse_addConnection_responseCode_rejected@@UBEPBDI@Z @17929 NONAME ?GetClass@H245_MultilinkResponse_callInformation@@UBEPBDI@Z @17930 NONAME ?GetClass@H245_MultilinkResponse_maximumHeaderInterval@@UBEPBDI@Z @17931 NONAME ?GetClass@H245_MultilinkResponse_removeConnection@@UBEPBDI@Z @17932 NONAME ?GetClass@H245_MultimediaSystemControlMessage@@UBEPBDI@Z @8538 NONAME ?GetClass@H245_MultiplePayloadStream@@UBEPBDI@Z @27144 NONAME ?GetClass@H245_MultiplePayloadStreamCapability@@UBEPBDI@Z @27145 NONAME ?GetClass@H245_MultiplePayloadStreamElement@@UBEPBDI@Z @27146 NONAME ?GetClass@H245_MultiplePayloadStreamElementMode@@UBEPBDI@Z @27147 NONAME ?GetClass@H245_MultiplePayloadStreamMode@@UBEPBDI@Z @27148 NONAME ?GetClass@H245_MultiplexCapability@@UBEPBDI@Z @8539 NONAME ?GetClass@H245_MultiplexedStreamCapability@@UBEPBDI@Z @17933 NONAME ?GetClass@H245_MultiplexedStreamModeParameters@@UBEPBDI@Z @17934 NONAME ?GetClass@H245_MultiplexedStreamParameter@@UBEPBDI@Z @17935 NONAME ?GetClass@H245_MultiplexElement@@UBEPBDI@Z @8540 NONAME ?GetClass@H245_MultiplexElement_repeatCount@@UBEPBDI@Z @8541 NONAME ?GetClass@H245_MultiplexElement_type@@UBEPBDI@Z @8542 NONAME ?GetClass@H245_MultiplexEntryDescriptor@@UBEPBDI@Z @8543 NONAME ?GetClass@H245_MultiplexEntryRejectionDescriptions@@UBEPBDI@Z @8544 NONAME ?GetClass@H245_MultiplexEntryRejectionDescriptions_cause@@UBEPBDI@Z @8545 NONAME ?GetClass@H245_MultiplexEntrySend@@UBEPBDI@Z @8546 NONAME ?GetClass@H245_MultiplexEntrySendAck@@UBEPBDI@Z @8547 NONAME ?GetClass@H245_MultiplexEntrySendReject@@UBEPBDI@Z @8548 NONAME ?GetClass@H245_MultiplexEntrySendRelease@@UBEPBDI@Z @8549 NONAME ?GetClass@H245_MultiplexFormat@@UBEPBDI@Z @17936 NONAME ?GetClass@H245_MultiplexTableEntryNumber@@UBEPBDI@Z @8550 NONAME ?GetClass@H245_MultipointCapability@@UBEPBDI@Z @8551 NONAME ?GetClass@H245_NetworkAccessParameters@@UBEPBDI@Z @8552 NONAME ?GetClass@H245_NetworkAccessParameters_distribution@@UBEPBDI@Z @8553 NONAME ?GetClass@H245_NetworkAccessParameters_networkAddress@@UBEPBDI@Z @8554 NONAME ?GetClass@H245_NetworkAccessParameters_t120SetupProcedure@@UBEPBDI@Z @8555 NONAME ?GetClass@H245_NewATMVCCommand@@UBEPBDI@Z @17937 NONAME ?GetClass@H245_NewATMVCCommand_aal@@UBEPBDI@Z @17938 NONAME ?GetClass@H245_NewATMVCCommand_aal_aal1@@UBEPBDI@Z @17939 NONAME ?GetClass@H245_NewATMVCCommand_aal_aal1_clockRecovery@@UBEPBDI@Z @17940 NONAME ?GetClass@H245_NewATMVCCommand_aal_aal1_errorCorrection@@UBEPBDI@Z @17941 NONAME ?GetClass@H245_NewATMVCCommand_aal_aal5@@UBEPBDI@Z @17942 NONAME ?GetClass@H245_NewATMVCCommand_multiplex@@UBEPBDI@Z @17943 NONAME ?GetClass@H245_NewATMVCCommand_reverseParameters@@UBEPBDI@Z @17944 NONAME ?GetClass@H245_NewATMVCCommand_reverseParameters_multiplex@@UBEPBDI@Z @17945 NONAME ?GetClass@H245_NewATMVCIndication@@UBEPBDI@Z @8556 NONAME ?GetClass@H245_NewATMVCIndication_aal@@UBEPBDI@Z @8557 NONAME ?GetClass@H245_NewATMVCIndication_aal_aal1@@UBEPBDI@Z @8558 NONAME ?GetClass@H245_NewATMVCIndication_aal_aal1_clockRecovery@@UBEPBDI@Z @8559 NONAME ?GetClass@H245_NewATMVCIndication_aal_aal1_errorCorrection@@UBEPBDI@Z @8560 NONAME ?GetClass@H245_NewATMVCIndication_aal_aal5@@UBEPBDI@Z @8561 NONAME ?GetClass@H245_NewATMVCIndication_multiplex@@UBEPBDI@Z @8562 NONAME ?GetClass@H245_NewATMVCIndication_reverseParameters@@UBEPBDI@Z @8563 NONAME ?GetClass@H245_NewATMVCIndication_reverseParameters_multiplex@@UBEPBDI@Z @8564 NONAME ?GetClass@H245_NonStandardIdentifier@@UBEPBDI@Z @8565 NONAME ?GetClass@H245_NonStandardIdentifier_h221NonStandard@@UBEPBDI@Z @8566 NONAME ?GetClass@H245_NonStandardMessage@@UBEPBDI@Z @8567 NONAME ?GetClass@H245_NonStandardParameter@@UBEPBDI@Z @8568 NONAME ?GetClass@H245_NoPTAudioTelephonyEventCapability@@UBEPBDI@Z @27149 NONAME ?GetClass@H245_NoPTAudioToneCapability@@UBEPBDI@Z @27150 NONAME ?GetClass@H245_OpenLogicalChannel@@UBEPBDI@Z @8569 NONAME ?GetClass@H245_OpenLogicalChannelAck@@UBEPBDI@Z @8570 NONAME ?GetClass@H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@UBEPBDI@Z @8571 NONAME ?GetClass@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBEPBDI@Z @8572 NONAME ?GetClass@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@UBEPBDI@Z @8573 NONAME ?GetClass@H245_OpenLogicalChannelConfirm@@UBEPBDI@Z @8574 NONAME ?GetClass@H245_OpenLogicalChannelReject@@UBEPBDI@Z @8575 NONAME ?GetClass@H245_OpenLogicalChannelReject_cause@@UBEPBDI@Z @8576 NONAME ?GetClass@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBEPBDI@Z @8577 NONAME ?GetClass@H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@UBEPBDI@Z @8578 NONAME ?GetClass@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBEPBDI@Z @8579 NONAME ?GetClass@H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@UBEPBDI@Z @8580 NONAME ?GetClass@H245_ParameterIdentifier@@UBEPBDI@Z @17946 NONAME ?GetClass@H245_ParameterValue@@UBEPBDI@Z @17947 NONAME ?GetClass@H245_Params@@UBEPBDI@Z @44585 NONAME ?GetClass@H245_Password@@UBEPBDI@Z @8581 NONAME ?GetClass@H245_PictureReference@@UBEPBDI@Z @17948 NONAME ?GetClass@H245_Q2931Address@@UBEPBDI@Z @8582 NONAME ?GetClass@H245_Q2931Address_address@@UBEPBDI@Z @8583 NONAME ?GetClass@H245_QOSCapability@@UBEPBDI@Z @8584 NONAME ?GetClass@H245_QOSMode@@UBEPBDI@Z @8585 NONAME ?GetClass@H245_RedundancyEncoding@@UBEPBDI@Z @8586 NONAME ?GetClass@H245_RedundancyEncodingCapability@@UBEPBDI@Z @8587 NONAME ?GetClass@H245_RedundancyEncodingDTMode@@UBEPBDI@Z @27151 NONAME ?GetClass@H245_RedundancyEncodingDTModeElement@@UBEPBDI@Z @27152 NONAME ?GetClass@H245_RedundancyEncodingDTModeElement_type@@UBEPBDI@Z @27153 NONAME ?GetClass@H245_RedundancyEncodingElement@@UBEPBDI@Z @27154 NONAME ?GetClass@H245_RedundancyEncodingMethod@@UBEPBDI@Z @8588 NONAME ?GetClass@H245_RedundancyEncodingMode@@UBEPBDI@Z @8589 NONAME ?GetClass@H245_RedundancyEncodingMode_secondaryEncoding@@UBEPBDI@Z @8590 NONAME ?GetClass@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBEPBDI@Z @27155 NONAME ?GetClass@H245_RefPictureSelection@@UBEPBDI@Z @8591 NONAME ?GetClass@H245_RefPictureSelection_additionalPictureMemory@@UBEPBDI@Z @8592 NONAME ?GetClass@H245_RefPictureSelection_enhancedReferencePicSelect@@UBEPBDI@Z @17949 NONAME ?GetClass@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBEPBDI@Z @17950 NONAME ?GetClass@H245_RefPictureSelection_videoBackChannelSend@@UBEPBDI@Z @8593 NONAME ?GetClass@H245_RemoteMCRequest@@UBEPBDI@Z @8594 NONAME ?GetClass@H245_RemoteMCResponse@@UBEPBDI@Z @8595 NONAME ?GetClass@H245_RemoteMCResponse_reject@@UBEPBDI@Z @8596 NONAME ?GetClass@H245_RequestAllTerminalIDsResponse@@UBEPBDI@Z @8597 NONAME ?GetClass@H245_RequestChannelClose@@UBEPBDI@Z @8598 NONAME ?GetClass@H245_RequestChannelCloseAck@@UBEPBDI@Z @8599 NONAME ?GetClass@H245_RequestChannelCloseReject@@UBEPBDI@Z @8600 NONAME ?GetClass@H245_RequestChannelCloseReject_cause@@UBEPBDI@Z @8601 NONAME ?GetClass@H245_RequestChannelCloseRelease@@UBEPBDI@Z @8602 NONAME ?GetClass@H245_RequestChannelClose_reason@@UBEPBDI@Z @8603 NONAME ?GetClass@H245_RequestMessage@@UBEPBDI@Z @8604 NONAME ?GetClass@H245_RequestMode@@UBEPBDI@Z @8605 NONAME ?GetClass@H245_RequestModeAck@@UBEPBDI@Z @8606 NONAME ?GetClass@H245_RequestModeAck_response@@UBEPBDI@Z @8607 NONAME ?GetClass@H245_RequestModeReject@@UBEPBDI@Z @8608 NONAME ?GetClass@H245_RequestModeReject_cause@@UBEPBDI@Z @8609 NONAME ?GetClass@H245_RequestModeRelease@@UBEPBDI@Z @8610 NONAME ?GetClass@H245_RequestMultiplexEntry@@UBEPBDI@Z @8611 NONAME ?GetClass@H245_RequestMultiplexEntryAck@@UBEPBDI@Z @8612 NONAME ?GetClass@H245_RequestMultiplexEntryReject@@UBEPBDI@Z @8613 NONAME ?GetClass@H245_RequestMultiplexEntryRejectionDescriptions@@UBEPBDI@Z @8614 NONAME ?GetClass@H245_RequestMultiplexEntryRejectionDescriptions_cause@@UBEPBDI@Z @8615 NONAME ?GetClass@H245_RequestMultiplexEntryRelease@@UBEPBDI@Z @8616 NONAME ?GetClass@H245_ResponseMessage@@UBEPBDI@Z @8617 NONAME ?GetClass@H245_RoundTripDelayRequest@@UBEPBDI@Z @8618 NONAME ?GetClass@H245_RoundTripDelayResponse@@UBEPBDI@Z @8619 NONAME ?GetClass@H245_RSVPParameters@@UBEPBDI@Z @8620 NONAME ?GetClass@H245_RTPH263VideoRedundancyEncoding@@UBEPBDI@Z @8621 NONAME ?GetClass@H245_RTPH263VideoRedundancyEncoding_containedThreads@@UBEPBDI@Z @8622 NONAME ?GetClass@H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@UBEPBDI@Z @8623 NONAME ?GetClass@H245_RTPH263VideoRedundancyFrameMapping@@UBEPBDI@Z @8624 NONAME ?GetClass@H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@UBEPBDI@Z @8625 NONAME ?GetClass@H245_RTPPayloadType@@UBEPBDI@Z @8626 NONAME ?GetClass@H245_RTPPayloadType_payloadDescriptor@@UBEPBDI@Z @8627 NONAME ?GetClass@H245_SendTerminalCapabilitySet@@UBEPBDI@Z @8628 NONAME ?GetClass@H245_SendTerminalCapabilitySet_specificRequest@@UBEPBDI@Z @8629 NONAME ?GetClass@H245_SequenceNumber@@UBEPBDI@Z @8630 NONAME ?GetClass@H245_SubstituteConferenceIDCommand@@UBEPBDI@Z @8631 NONAME ?GetClass@H245_T38FaxProfile@@UBEPBDI@Z @17951 NONAME ?GetClass@H245_T38FaxRateManagement@@UBEPBDI@Z @17952 NONAME ?GetClass@H245_T38FaxTcpOptions@@UBEPBDI@Z @17953 NONAME ?GetClass@H245_T38FaxUdpOptions@@UBEPBDI@Z @17954 NONAME ?GetClass@H245_T38FaxUdpOptions_t38FaxUdpEC@@UBEPBDI@Z @17955 NONAME ?GetClass@H245_T84Profile@@UBEPBDI@Z @8632 NONAME ?GetClass@H245_T84Profile_t84Restricted@@UBEPBDI@Z @8633 NONAME ?GetClass@H245_TerminalCapabilitySet@@UBEPBDI@Z @8634 NONAME ?GetClass@H245_TerminalCapabilitySetAck@@UBEPBDI@Z @8635 NONAME ?GetClass@H245_TerminalCapabilitySetReject@@UBEPBDI@Z @8636 NONAME ?GetClass@H245_TerminalCapabilitySetReject_cause@@UBEPBDI@Z @8637 NONAME ?GetClass@H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@UBEPBDI@Z @8638 NONAME ?GetClass@H245_TerminalCapabilitySetRelease@@UBEPBDI@Z @8639 NONAME ?GetClass@H245_TerminalID@@UBEPBDI@Z @8640 NONAME ?GetClass@H245_TerminalInformation@@UBEPBDI@Z @8641 NONAME ?GetClass@H245_TerminalLabel@@UBEPBDI@Z @8642 NONAME ?GetClass@H245_TerminalNumber@@UBEPBDI@Z @8643 NONAME ?GetClass@H245_TerminalYouAreSeeingInSubPictureNumber@@UBEPBDI@Z @8644 NONAME ?GetClass@H245_TransparencyParameters@@UBEPBDI@Z @8645 NONAME ?GetClass@H245_TransportAddress@@UBEPBDI@Z @8646 NONAME ?GetClass@H245_TransportCapability@@UBEPBDI@Z @8647 NONAME ?GetClass@H245_UnicastAddress@@UBEPBDI@Z @8648 NONAME ?GetClass@H245_UnicastAddress_iP6Address@@UBEPBDI@Z @8649 NONAME ?GetClass@H245_UnicastAddress_iPAddress@@UBEPBDI@Z @8650 NONAME ?GetClass@H245_UnicastAddress_iPSourceRouteAddress@@UBEPBDI@Z @8651 NONAME ?GetClass@H245_UnicastAddress_iPSourceRouteAddress_route@@UBEPBDI@Z @8652 NONAME ?GetClass@H245_UnicastAddress_iPSourceRouteAddress_routing@@UBEPBDI@Z @8653 NONAME ?GetClass@H245_UnicastAddress_iPXAddress@@UBEPBDI@Z @8654 NONAME ?GetClass@H245_UserInputCapability@@UBEPBDI@Z @8655 NONAME ?GetClass@H245_UserInputIndication@@UBEPBDI@Z @8656 NONAME ?GetClass@H245_UserInputIndication_encryptedAlphanumeric@@UBEPBDI@Z @44586 NONAME ?GetClass@H245_UserInputIndication_extendedAlphanumeric@@UBEPBDI@Z @17956 NONAME ?GetClass@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBEPBDI@Z @44587 NONAME ?GetClass@H245_UserInputIndication_signal@@UBEPBDI@Z @8657 NONAME ?GetClass@H245_UserInputIndication_signalUpdate@@UBEPBDI@Z @8658 NONAME ?GetClass@H245_UserInputIndication_signalUpdate_rtp@@UBEPBDI@Z @8659 NONAME ?GetClass@H245_UserInputIndication_signal_rtp@@UBEPBDI@Z @8660 NONAME ?GetClass@H245_UserInputIndication_userInputSupportIndication@@UBEPBDI@Z @8661 NONAME ?GetClass@H245_V42bis@@UBEPBDI@Z @8662 NONAME ?GetClass@H245_V75Capability@@UBEPBDI@Z @8663 NONAME ?GetClass@H245_V75Parameters@@UBEPBDI@Z @8664 NONAME ?GetClass@H245_V76Capability@@UBEPBDI@Z @8665 NONAME ?GetClass@H245_V76HDLCParameters@@UBEPBDI@Z @8666 NONAME ?GetClass@H245_V76LogicalChannelParameters@@UBEPBDI@Z @8667 NONAME ?GetClass@H245_V76LogicalChannelParameters_mode@@UBEPBDI@Z @8668 NONAME ?GetClass@H245_V76LogicalChannelParameters_mode_eRM@@UBEPBDI@Z @8669 NONAME ?GetClass@H245_V76LogicalChannelParameters_mode_eRM_recovery@@UBEPBDI@Z @8670 NONAME ?GetClass@H245_V76LogicalChannelParameters_suspendResume@@UBEPBDI@Z @8671 NONAME ?GetClass@H245_V76ModeParameters@@UBEPBDI@Z @8672 NONAME ?GetClass@H245_VBDCapability@@UBEPBDI@Z @27156 NONAME ?GetClass@H245_VBDMode@@UBEPBDI@Z @27157 NONAME ?GetClass@H245_VCCapability@@UBEPBDI@Z @8673 NONAME ?GetClass@H245_VCCapability_aal1@@UBEPBDI@Z @8674 NONAME ?GetClass@H245_VCCapability_aal1ViaGateway@@UBEPBDI@Z @17957 NONAME ?GetClass@H245_VCCapability_aal5@@UBEPBDI@Z @8675 NONAME ?GetClass@H245_VCCapability_availableBitRates@@UBEPBDI@Z @8676 NONAME ?GetClass@H245_VCCapability_availableBitRates_type@@UBEPBDI@Z @8677 NONAME ?GetClass@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBEPBDI@Z @8678 NONAME ?GetClass@H245_VendorIdentification@@UBEPBDI@Z @8679 NONAME ?GetClass@H245_VideoCapability@@UBEPBDI@Z @8680 NONAME ?GetClass@H245_VideoIndicateCompose@@UBEPBDI@Z @8681 NONAME ?GetClass@H245_VideoMode@@UBEPBDI@Z @8682 NONAME ?GetClass@H248_ActionReply@@UBEPBDI@Z @22985 NONAME ?GetClass@H248_ActionRequest@@UBEPBDI@Z @22986 NONAME ?GetClass@H248_AmmDescriptor@@UBEPBDI@Z @22987 NONAME ?GetClass@H248_AmmRequest@@UBEPBDI@Z @22988 NONAME ?GetClass@H248_AmmsReply@@UBEPBDI@Z @22989 NONAME ?GetClass@H248_ArrayOf_ActionReply@@UBEPBDI@Z @22990 NONAME ?GetClass@H248_ArrayOf_ActionRequest@@UBEPBDI@Z @22991 NONAME ?GetClass@H248_ArrayOf_AmmDescriptor@@UBEPBDI@Z @22992 NONAME ?GetClass@H248_ArrayOf_CommandReply@@UBEPBDI@Z @22993 NONAME ?GetClass@H248_ArrayOf_CommandRequest@@UBEPBDI@Z @22994 NONAME ?GetClass@H248_ArrayOf_EventParameter@@UBEPBDI@Z @22995 NONAME ?GetClass@H248_ArrayOf_IndAuditParameter@@UBEPBDI@Z @22996 NONAME ?GetClass@H248_ArrayOf_IndAudPropertyParm@@UBEPBDI@Z @22997 NONAME ?GetClass@H248_ArrayOf_IndAudStreamDescriptor@@UBEPBDI@Z @22998 NONAME ?GetClass@H248_ArrayOf_ModemType@@UBEPBDI@Z @22999 NONAME ?GetClass@H248_ArrayOf_ObservedEvent@@UBEPBDI@Z @23000 NONAME ?GetClass@H248_ArrayOf_PASN_OctetString@@UBEPBDI@Z @23001 NONAME ?GetClass@H248_ArrayOf_PropertyGroup@@UBEPBDI@Z @23002 NONAME ?GetClass@H248_ArrayOf_PropertyParm@@UBEPBDI@Z @23003 NONAME ?GetClass@H248_ArrayOf_RequestedEvent@@UBEPBDI@Z @23004 NONAME ?GetClass@H248_ArrayOf_SecondRequestedEvent@@UBEPBDI@Z @23005 NONAME ?GetClass@H248_ArrayOf_Signal@@UBEPBDI@Z @23006 NONAME ?GetClass@H248_ArrayOf_SigParameter@@UBEPBDI@Z @23007 NONAME ?GetClass@H248_ArrayOf_StreamDescriptor@@UBEPBDI@Z @23008 NONAME ?GetClass@H248_ArrayOf_TerminationID@@UBEPBDI@Z @23009 NONAME ?GetClass@H248_ArrayOf_TopologyRequest@@UBEPBDI@Z @23010 NONAME ?GetClass@H248_ArrayOf_Transaction@@UBEPBDI@Z @23011 NONAME ?GetClass@H248_ArrayOf_WildcardField@@UBEPBDI@Z @23012 NONAME ?GetClass@H248_AuditDescriptor@@UBEPBDI@Z @23013 NONAME ?GetClass@H248_AuditReply@@UBEPBDI@Z @23014 NONAME ?GetClass@H248_AuditRequest@@UBEPBDI@Z @23015 NONAME ?GetClass@H248_AuditResult@@UBEPBDI@Z @23016 NONAME ?GetClass@H248_AuditReturnParameter@@UBEPBDI@Z @23017 NONAME ?GetClass@H248_AuthData@@UBEPBDI@Z @23018 NONAME ?GetClass@H248_AuthenticationHeader@@UBEPBDI@Z @23019 NONAME ?GetClass@H248_Command@@UBEPBDI@Z @23020 NONAME ?GetClass@H248_CommandReply@@UBEPBDI@Z @23021 NONAME ?GetClass@H248_CommandRequest@@UBEPBDI@Z @23022 NONAME ?GetClass@H248_ContextAttrAuditRequest@@UBEPBDI@Z @23023 NONAME ?GetClass@H248_ContextID@@UBEPBDI@Z @23024 NONAME ?GetClass@H248_ContextRequest@@UBEPBDI@Z @23025 NONAME ?GetClass@H248_DigitMapDescriptor@@UBEPBDI@Z @23026 NONAME ?GetClass@H248_DigitMapName@@UBEPBDI@Z @23027 NONAME ?GetClass@H248_DigitMapValue@@UBEPBDI@Z @23028 NONAME ?GetClass@H248_DomainName@@UBEPBDI@Z @23029 NONAME ?GetClass@H248_ErrorCode@@UBEPBDI@Z @23030 NONAME ?GetClass@H248_ErrorDescriptor@@UBEPBDI@Z @23031 NONAME ?GetClass@H248_ErrorText@@UBEPBDI@Z @23032 NONAME ?GetClass@H248_EventBufferControl@@UBEPBDI@Z @23033 NONAME ?GetClass@H248_EventBufferDescriptor@@UBEPBDI@Z @23034 NONAME ?GetClass@H248_EventDM@@UBEPBDI@Z @23035 NONAME ?GetClass@H248_EventName@@UBEPBDI@Z @23036 NONAME ?GetClass@H248_EventParameter@@UBEPBDI@Z @23037 NONAME ?GetClass@H248_EventParameter_extraInfo@@UBEPBDI@Z @23038 NONAME ?GetClass@H248_EventsDescriptor@@UBEPBDI@Z @23039 NONAME ?GetClass@H248_EventSpec@@UBEPBDI@Z @23040 NONAME ?GetClass@H248_H221NonStandard@@UBEPBDI@Z @23041 NONAME ?GetClass@H248_IndAudDigitMapDescriptor@@UBEPBDI@Z @23042 NONAME ?GetClass@H248_IndAudEventBufferDescriptor@@UBEPBDI@Z @23043 NONAME ?GetClass@H248_IndAudEventsDescriptor@@UBEPBDI@Z @23044 NONAME ?GetClass@H248_IndAuditParameter@@UBEPBDI@Z @23045 NONAME ?GetClass@H248_IndAudLocalControlDescriptor@@UBEPBDI@Z @23046 NONAME ?GetClass@H248_IndAudLocalRemoteDescriptor@@UBEPBDI@Z @23047 NONAME ?GetClass@H248_IndAudMediaDescriptor@@UBEPBDI@Z @23048 NONAME ?GetClass@H248_IndAudMediaDescriptor_streams@@UBEPBDI@Z @23049 NONAME ?GetClass@H248_IndAudPackagesDescriptor@@UBEPBDI@Z @23050 NONAME ?GetClass@H248_IndAudPropertyGroup@@UBEPBDI@Z @23051 NONAME ?GetClass@H248_IndAudPropertyParm@@UBEPBDI@Z @23052 NONAME ?GetClass@H248_IndAudSeqSigList@@UBEPBDI@Z @23053 NONAME ?GetClass@H248_IndAudSignal@@UBEPBDI@Z @23054 NONAME ?GetClass@H248_IndAudSignalsDescriptor@@UBEPBDI@Z @23055 NONAME ?GetClass@H248_IndAudStatisticsDescriptor@@UBEPBDI@Z @23056 NONAME ?GetClass@H248_IndAudStreamDescriptor@@UBEPBDI@Z @23057 NONAME ?GetClass@H248_IndAudStreamParms@@UBEPBDI@Z @23058 NONAME ?GetClass@H248_IndAudTerminationStateDescriptor@@UBEPBDI@Z @23059 NONAME ?GetClass@H248_IP4Address@@UBEPBDI@Z @23060 NONAME ?GetClass@H248_IP6Address@@UBEPBDI@Z @23061 NONAME ?GetClass@H248_LocalControlDescriptor@@UBEPBDI@Z @23062 NONAME ?GetClass@H248_LocalRemoteDescriptor@@UBEPBDI@Z @23063 NONAME ?GetClass@H248_MediaDescriptor@@UBEPBDI@Z @23064 NONAME ?GetClass@H248_MediaDescriptor_streams@@UBEPBDI@Z @23065 NONAME ?GetClass@H248_MegacoMessage@@UBEPBDI@Z @23066 NONAME ?GetClass@H248_Message@@UBEPBDI@Z @23067 NONAME ?GetClass@H248_Message_messageBody@@UBEPBDI@Z @23068 NONAME ?GetClass@H248_MId@@UBEPBDI@Z @23069 NONAME ?GetClass@H248_ModemDescriptor@@UBEPBDI@Z @23070 NONAME ?GetClass@H248_ModemType@@UBEPBDI@Z @23071 NONAME ?GetClass@H248_MuxDescriptor@@UBEPBDI@Z @23072 NONAME ?GetClass@H248_MuxType@@UBEPBDI@Z @23073 NONAME ?GetClass@H248_Name@@UBEPBDI@Z @23074 NONAME ?GetClass@H248_NonStandardData@@UBEPBDI@Z @23075 NONAME ?GetClass@H248_NonStandardIdentifier@@UBEPBDI@Z @23076 NONAME ?GetClass@H248_NotifyCompletion@@UBEPBDI@Z @23077 NONAME ?GetClass@H248_NotifyReply@@UBEPBDI@Z @23078 NONAME ?GetClass@H248_NotifyRequest@@UBEPBDI@Z @23079 NONAME ?GetClass@H248_ObservedEvent@@UBEPBDI@Z @23080 NONAME ?GetClass@H248_ObservedEventsDescriptor@@UBEPBDI@Z @23081 NONAME ?GetClass@H248_PackagesDescriptor@@UBEPBDI@Z @23082 NONAME ?GetClass@H248_PackagesItem@@UBEPBDI@Z @23083 NONAME ?GetClass@H248_PathName@@UBEPBDI@Z @23084 NONAME ?GetClass@H248_PkgdName@@UBEPBDI@Z @23085 NONAME ?GetClass@H248_PropertyGroup@@UBEPBDI@Z @23086 NONAME ?GetClass@H248_PropertyParm@@UBEPBDI@Z @23087 NONAME ?GetClass@H248_PropertyParm_extraInfo@@UBEPBDI@Z @23088 NONAME ?GetClass@H248_Relation@@UBEPBDI@Z @23089 NONAME ?GetClass@H248_RequestedActions@@UBEPBDI@Z @23090 NONAME ?GetClass@H248_RequestedEvent@@UBEPBDI@Z @23091 NONAME ?GetClass@H248_RequestID@@UBEPBDI@Z @23092 NONAME ?GetClass@H248_SecondEventsDescriptor@@UBEPBDI@Z @23093 NONAME ?GetClass@H248_SecondRequestedActions@@UBEPBDI@Z @23094 NONAME ?GetClass@H248_SecondRequestedEvent@@UBEPBDI@Z @23095 NONAME ?GetClass@H248_SecurityParmIndex@@UBEPBDI@Z @23096 NONAME ?GetClass@H248_SeqSigList@@UBEPBDI@Z @23097 NONAME ?GetClass@H248_SequenceNum@@UBEPBDI@Z @23098 NONAME ?GetClass@H248_ServiceChangeAddress@@UBEPBDI@Z @23099 NONAME ?GetClass@H248_ServiceChangeMethod@@UBEPBDI@Z @23100 NONAME ?GetClass@H248_ServiceChangeParm@@UBEPBDI@Z @23101 NONAME ?GetClass@H248_ServiceChangeProfile@@UBEPBDI@Z @23102 NONAME ?GetClass@H248_ServiceChangeReply@@UBEPBDI@Z @23103 NONAME ?GetClass@H248_ServiceChangeRequest@@UBEPBDI@Z @23104 NONAME ?GetClass@H248_ServiceChangeResParm@@UBEPBDI@Z @23105 NONAME ?GetClass@H248_ServiceChangeResult@@UBEPBDI@Z @23106 NONAME ?GetClass@H248_ServiceState@@UBEPBDI@Z @23107 NONAME ?GetClass@H248_Signal@@UBEPBDI@Z @23108 NONAME ?GetClass@H248_SignalName@@UBEPBDI@Z @23109 NONAME ?GetClass@H248_SignalRequest@@UBEPBDI@Z @23110 NONAME ?GetClass@H248_SignalsDescriptor@@UBEPBDI@Z @23111 NONAME ?GetClass@H248_SignalType@@UBEPBDI@Z @23112 NONAME ?GetClass@H248_SigParameter@@UBEPBDI@Z @23113 NONAME ?GetClass@H248_SigParameter_extraInfo@@UBEPBDI@Z @23114 NONAME ?GetClass@H248_StatisticsDescriptor@@UBEPBDI@Z @23115 NONAME ?GetClass@H248_StatisticsParameter@@UBEPBDI@Z @23116 NONAME ?GetClass@H248_StreamDescriptor@@UBEPBDI@Z @23117 NONAME ?GetClass@H248_StreamID@@UBEPBDI@Z @23118 NONAME ?GetClass@H248_StreamMode@@UBEPBDI@Z @23119 NONAME ?GetClass@H248_StreamParms@@UBEPBDI@Z @23120 NONAME ?GetClass@H248_SubtractRequest@@UBEPBDI@Z @23121 NONAME ?GetClass@H248_TerminationAudit@@UBEPBDI@Z @23122 NONAME ?GetClass@H248_TerminationID@@UBEPBDI@Z @23123 NONAME ?GetClass@H248_TerminationIDList@@UBEPBDI@Z @23124 NONAME ?GetClass@H248_TerminationStateDescriptor@@UBEPBDI@Z @23125 NONAME ?GetClass@H248_TimeNotation@@UBEPBDI@Z @23126 NONAME ?GetClass@H248_TopologyRequest@@UBEPBDI@Z @23127 NONAME ?GetClass@H248_TopologyRequest_topologyDirection@@UBEPBDI@Z @23128 NONAME ?GetClass@H248_Transaction@@UBEPBDI@Z @23129 NONAME ?GetClass@H248_TransactionAck@@UBEPBDI@Z @23130 NONAME ?GetClass@H248_TransactionId@@UBEPBDI@Z @23131 NONAME ?GetClass@H248_TransactionPending@@UBEPBDI@Z @23132 NONAME ?GetClass@H248_TransactionReply@@UBEPBDI@Z @23133 NONAME ?GetClass@H248_TransactionReply_transactionResult@@UBEPBDI@Z @23134 NONAME ?GetClass@H248_TransactionRequest@@UBEPBDI@Z @23135 NONAME ?GetClass@H248_TransactionResponseAck@@UBEPBDI@Z @23136 NONAME ?GetClass@H248_Value@@UBEPBDI@Z @23137 NONAME ?GetClass@H248_WildcardField@@UBEPBDI@Z @23138 NONAME ?GetClass@H323AudioCapability@@UBEPBDI@Z @8683 NONAME ?GetClass@H323AudioCodec@@UBEPBDI@Z @8684 NONAME ?GetClass@H323BidirectionalChannel@@UBEPBDI@Z @8685 NONAME ?GetClass@H323CallCreditServiceControl@@UBEPBDI@Z @23139 NONAME ?GetClass@H323Capabilities@@UBEPBDI@Z @12531 NONAME ?GetClass@H323CapabilitiesSet@@UBEPBDI@Z @12532 NONAME ?GetClass@H323Capability@@UBEPBDI@Z @8686 NONAME ?GetClass@H323Channel@@UBEPBDI@Z @8688 NONAME ?GetClass@H323ChannelNumber@@UBEPBDI@Z @8689 NONAME ?GetClass@H323Codec@@UBEPBDI@Z @8690 NONAME ?GetClass@H323CodecPluginGenericAudioCapability@@UBEPBDI@Z @44588 NONAME ?GetClass@H323CodecPluginNonStandardAudioCapability@@UBEPBDI@Z @36198 NONAME ?GetClass@H323Connection@@UBEPBDI@Z @8691 NONAME ?GetClass@H323ConnectionsCleaner@@UBEPBDI@Z @8692 NONAME ?GetClass@H323ControlPDU@@UBEPBDI@Z @8693 NONAME ?GetClass@H323DataCapability@@UBEPBDI@Z @8694 NONAME ?GetClass@H323DataChannel@@UBEPBDI@Z @18911 NONAME ?GetClass@H323DynaLink@@UBEPBDI@Z @37941 NONAME ?GetClass@H323EndPoint@@UBEPBDI@Z @8695 NONAME ?GetClass@H323FramedAudioCodec@@UBEPBDI@Z @8696 NONAME ?GetClass@H323Gatekeeper@@UBEPBDI@Z @8697 NONAME ?GetClass@H323GatekeeperARQ@@UBEPBDI@Z @19790 NONAME ?GetClass@H323GatekeeperBRQ@@UBEPBDI@Z @19791 NONAME ?GetClass@H323GatekeeperCall@@UBEPBDI@Z @19103 NONAME ?GetClass@H323GatekeeperDRQ@@UBEPBDI@Z @19792 NONAME ?GetClass@H323GatekeeperGRQ@@UBEPBDI@Z @19793 NONAME ?GetClass@H323GatekeeperIRR@@UBEPBDI@Z @20590 NONAME ?GetClass@H323GatekeeperListener@@UBEPBDI@Z @19104 NONAME ?GetClass@H323GatekeeperLRQ@@UBEPBDI@Z @19794 NONAME ?GetClass@H323GatekeeperRequest@@UBEPBDI@Z @19795 NONAME ?GetClass@H323GatekeeperRRQ@@UBEPBDI@Z @19796 NONAME ?GetClass@H323GatekeeperServer@@UBEPBDI@Z @19105 NONAME ?GetClass@H323GatekeeperURQ@@UBEPBDI@Z @19797 NONAME ?GetClass@H323GenericAudioCapability@@UBEPBDI@Z @44589 NONAME ?GetClass@H323GenericVideoCapability@@UBEPBDI@Z @44590 NONAME ?GetClass@H323GSMPluginCapability@@UBEPBDI@Z @36199 NONAME ?GetClass@H323H248ServiceControl@@UBEPBDI@Z @23140 NONAME ?GetClass@H323HTTPServiceControl@@UBEPBDI@Z @23141 NONAME ?GetClass@H323Listener@@UBEPBDI@Z @8699 NONAME ?GetClass@H323ListenerTCP@@UBEPBDI@Z @8700 NONAME ?GetClass@H323LogicalChannelThread@@UBEPBDI@Z @8701 NONAME ?GetClass@H323NonStandardAudioCapability@@UBEPBDI@Z @8702 NONAME ?GetClass@H323NonStandardDataCapability@@UBEPBDI@Z @8703 NONAME ?GetClass@H323NonStandardVideoCapability@@UBEPBDI@Z @8704 NONAME ?GetClass@H323PeerElement@@UBEPBDI@Z @24014 NONAME ?GetClass@H323PeerElementDescriptor@@UBEPBDI@Z @25749 NONAME ?GetClass@H323PeerElementServiceRelationship@@UBEPBDI@Z @25750 NONAME ?GetClass@H323PluginCapability@@UBEPBDI@Z @36202 NONAME ?GetClass@H323PluginCodecManager@@UBEPBDI@Z @37998 NONAME ?GetClass@H323PluginFramedAudioCodec@@UBEPBDI@Z @37985 NONAME ?GetClass@H323PluginG7231Capability@@UBEPBDI@Z @36203 NONAME ?GetClass@H323PluginVideoCodec@@UBEPBDI@Z @36204 NONAME ?GetClass@H323RasPDU@@UBEPBDI@Z @8705 NONAME ?GetClass@H323RealTimeCapability@@UBEPBDI@Z @8706 NONAME ?GetClass@H323RegisteredEndPoint@@UBEPBDI@Z @19106 NONAME ?GetClass@H323ServiceControlSession@@UBEPBDI@Z @23142 NONAME ?GetClass@H323SignalPDU@@UBEPBDI@Z @8707 NONAME ?GetClass@H323SimultaneousCapabilities@@UBEPBDI@Z @8708 NONAME ?GetClass@H323StreamedAudioCodec@@UBEPBDI@Z @8709 NONAME ?GetClass@H323StreamedPluginAudioCodec@@UBEPBDI@Z @37986 NONAME ?GetClass@H323Transaction@@UBEPBDI@Z @26091 NONAME ?GetClass@H323TransactionServer@@UBEPBDI@Z @24016 NONAME ?GetClass@H323Transactor@@UBEPBDI@Z @24017 NONAME ?GetClass@H323Transport@@UBEPBDI@Z @8710 NONAME ?GetClass@H323TransportAddress@@UBEPBDI@Z @8711 NONAME ?GetClass@H323TransportAddressArray@@UBEPBDI@Z @21074 NONAME ?GetClass@H323TransportIP@@UBEPBDI@Z @8712 NONAME ?GetClass@H323TransportTCP@@UBEPBDI@Z @8713 NONAME ?GetClass@H323TransportUDP@@UBEPBDI@Z @8714 NONAME ?GetClass@H323UnidirectionalChannel@@UBEPBDI@Z @8715 NONAME ?GetClass@H323VideoCapability@@UBEPBDI@Z @8716 NONAME ?GetClass@H323VideoCodec@@UBEPBDI@Z @8717 NONAME ?GetClass@H323_ALawCodec@@UBEPBDI@Z @8722 NONAME ?GetClass@H323_AnnexG@@UBEPBDI@Z @24018 NONAME ?GetClass@H323_CiscoG7231aLIDCapability@@UBEPBDI@Z @21015 NONAME ?GetClass@H323_ExternalRTPChannel@@UBEPBDI@Z @19912 NONAME ?GetClass@H323_G711Capability@@UBEPBDI@Z @8723 NONAME ?GetClass@H323_H261Capability@@UBEPBDI@Z @8726 NONAME ?GetClass@H323_H261Codec@@UBEPBDI@Z @8727 NONAME ?GetClass@H323_LIDCapability@@UBEPBDI@Z @8728 NONAME ?GetClass@H323_LIDCodec@@UBEPBDI@Z @8729 NONAME ?GetClass@H323_muLawCodec@@UBEPBDI@Z @8730 NONAME ?GetClass@H323_RealTimeChannel@@UBEPBDI@Z @19913 NONAME ?GetClass@H323_RTPChannel@@UBEPBDI@Z @8731 NONAME ?GetClass@H323_RTP_Session@@UBEPBDI@Z @8732 NONAME ?GetClass@H323_RTP_UDP@@UBEPBDI@Z @8733 NONAME ?GetClass@H323_T120Capability@@UBEPBDI@Z @8734 NONAME ?GetClass@H323_T120Channel@@UBEPBDI@Z @18912 NONAME ?GetClass@H323_T38Capability@@UBEPBDI@Z @18913 NONAME ?GetClass@H323_T38Channel@@UBEPBDI@Z @18914 NONAME ?GetClass@H323_T38NonStandardCapability@@UBEPBDI@Z @20518 NONAME ?GetClass@H323_UserInputCapability@@UBEPBDI@Z @8735 NONAME ?GetClass@H45010_ArrayOf_MixedExtension@@UBEPBDI@Z @15869 NONAME ?GetClass@H45010_CfbOvrOptArg@@UBEPBDI@Z @15870 NONAME ?GetClass@H45010_CoReqOptArg@@UBEPBDI@Z @15871 NONAME ?GetClass@H45010_H323CallOfferOperations@@UBEPBDI@Z @15872 NONAME ?GetClass@H45010_RUAlertOptArg@@UBEPBDI@Z @15873 NONAME ?GetClass@H45011Handler@@UBEPBDI@Z @20666 NONAME ?GetClass@H45011_ArrayOf_MixedExtension@@UBEPBDI@Z @15874 NONAME ?GetClass@H45011_CallIntrusionErrors@@UBEPBDI@Z @15875 NONAME ?GetClass@H45011_CICapabilityLevel@@UBEPBDI@Z @15876 NONAME ?GetClass@H45011_CIFrcRelArg@@UBEPBDI@Z @15877 NONAME ?GetClass@H45011_CIFrcRelOptRes@@UBEPBDI@Z @15878 NONAME ?GetClass@H45011_CIGetCIPLOptArg@@UBEPBDI@Z @15879 NONAME ?GetClass@H45011_CIGetCIPLRes@@UBEPBDI@Z @15880 NONAME ?GetClass@H45011_CIIsOptArg@@UBEPBDI@Z @15881 NONAME ?GetClass@H45011_CIIsOptRes@@UBEPBDI@Z @15882 NONAME ?GetClass@H45011_CINotificationArg@@UBEPBDI@Z @15883 NONAME ?GetClass@H45011_CIProtectionLevel@@UBEPBDI@Z @15884 NONAME ?GetClass@H45011_CIRequestArg@@UBEPBDI@Z @15885 NONAME ?GetClass@H45011_CIRequestRes@@UBEPBDI@Z @15886 NONAME ?GetClass@H45011_CISilentArg@@UBEPBDI@Z @15887 NONAME ?GetClass@H45011_CISilentOptRes@@UBEPBDI@Z @15888 NONAME ?GetClass@H45011_CIStatusInformation@@UBEPBDI@Z @15889 NONAME ?GetClass@H45011_CIWobOptArg@@UBEPBDI@Z @15890 NONAME ?GetClass@H45011_CIWobOptRes@@UBEPBDI@Z @15891 NONAME ?GetClass@H45011_H323CallIntrusionOperations@@UBEPBDI@Z @15892 NONAME ?GetClass@H4501_Address@@UBEPBDI@Z @14660 NONAME ?GetClass@H4501_AddressInformation@@UBEPBDI@Z @14661 NONAME ?GetClass@H4501_AddressScreened@@UBEPBDI@Z @14662 NONAME ?GetClass@H4501_ArrayOf_AliasAddress@@UBEPBDI@Z @14663 NONAME ?GetClass@H4501_ArrayOf_ROS@@UBEPBDI@Z @14664 NONAME ?GetClass@H4501_EndpointAddress@@UBEPBDI@Z @14665 NONAME ?GetClass@H4501_EntityType@@UBEPBDI@Z @14666 NONAME ?GetClass@H4501_Extension@@UBEPBDI@Z @14667 NONAME ?GetClass@H4501_GeneralErrorList@@UBEPBDI@Z @14668 NONAME ?GetClass@H4501_H225InformationElement@@UBEPBDI@Z @14669 NONAME ?GetClass@H4501_InterpretationApdu@@UBEPBDI@Z @14670 NONAME ?GetClass@H4501_InvokeIDs@@UBEPBDI@Z @14671 NONAME ?GetClass@H4501_InvokeIdSet@@UBEPBDI@Z @14672 NONAME ?GetClass@H4501_NetworkFacilityExtension@@UBEPBDI@Z @14673 NONAME ?GetClass@H4501_NSAPSubaddress@@UBEPBDI@Z @14674 NONAME ?GetClass@H4501_NumberScreened@@UBEPBDI@Z @14675 NONAME ?GetClass@H4501_PartySubaddress@@UBEPBDI@Z @14676 NONAME ?GetClass@H4501_PresentationAllowedIndicator@@UBEPBDI@Z @14677 NONAME ?GetClass@H4501_PresentedAddressScreened@@UBEPBDI@Z @14678 NONAME ?GetClass@H4501_PresentedAddressUnscreened@@UBEPBDI@Z @14679 NONAME ?GetClass@H4501_PresentedNumberScreened@@UBEPBDI@Z @14680 NONAME ?GetClass@H4501_PresentedNumberUnscreened@@UBEPBDI@Z @14681 NONAME ?GetClass@H4501_ScreeningIndicator@@UBEPBDI@Z @14682 NONAME ?GetClass@H4501_ServiceApdus@@UBEPBDI@Z @14683 NONAME ?GetClass@H4501_SubaddressInformation@@UBEPBDI@Z @14684 NONAME ?GetClass@H4501_SupplementaryService@@UBEPBDI@Z @14685 NONAME ?GetClass@H4501_UserSpecifiedSubaddress@@UBEPBDI@Z @14686 NONAME ?GetClass@H4502Handler@@UBEPBDI@Z @19456 NONAME ?GetClass@H4502_CallIdentity@@UBEPBDI@Z @14687 NONAME ?GetClass@H4502_CallStatus@@UBEPBDI@Z @14688 NONAME ?GetClass@H4502_CallTransferErrors@@UBEPBDI@Z @14689 NONAME ?GetClass@H4502_CallTransferOperation@@UBEPBDI@Z @14690 NONAME ?GetClass@H4502_CTActiveArg@@UBEPBDI@Z @14691 NONAME ?GetClass@H4502_CTActiveArg_argumentExtension@@UBEPBDI@Z @14692 NONAME ?GetClass@H4502_CTCompleteArg@@UBEPBDI@Z @14693 NONAME ?GetClass@H4502_CTCompleteArg_argumentExtension@@UBEPBDI@Z @14694 NONAME ?GetClass@H4502_CTIdentifyRes@@UBEPBDI@Z @14695 NONAME ?GetClass@H4502_CTIdentifyRes_resultExtension@@UBEPBDI@Z @14696 NONAME ?GetClass@H4502_CTInitiateArg@@UBEPBDI@Z @14697 NONAME ?GetClass@H4502_CTInitiateArg_argumentExtension@@UBEPBDI@Z @14698 NONAME ?GetClass@H4502_CTSetupArg@@UBEPBDI@Z @14699 NONAME ?GetClass@H4502_CTSetupArg_argumentExtension@@UBEPBDI@Z @14700 NONAME ?GetClass@H4502_CTUpdateArg@@UBEPBDI@Z @14701 NONAME ?GetClass@H4502_CTUpdateArg_argumentExtension@@UBEPBDI@Z @14702 NONAME ?GetClass@H4502_DummyArg@@UBEPBDI@Z @14703 NONAME ?GetClass@H4502_DummyRes@@UBEPBDI@Z @14704 NONAME ?GetClass@H4502_EndDesignation@@UBEPBDI@Z @14705 NONAME ?GetClass@H4502_ExtensionSeq@@UBEPBDI@Z @14706 NONAME ?GetClass@H4502_SubaddressTransferArg@@UBEPBDI@Z @14707 NONAME ?GetClass@H4502_SubaddressTransferArg_argumentExtension@@UBEPBDI@Z @14708 NONAME ?GetClass@H4503_BasicService@@UBEPBDI@Z @15178 NONAME ?GetClass@H4503_CallDiversionErrors@@UBEPBDI@Z @15179 NONAME ?GetClass@H4503_DiversionReason@@UBEPBDI@Z @15180 NONAME ?GetClass@H4503_ExtensionSeq@@UBEPBDI@Z @15181 NONAME ?GetClass@H4503_H323CallDiversionOperations@@UBEPBDI@Z @15182 NONAME ?GetClass@H4503_IntResult@@UBEPBDI@Z @15183 NONAME ?GetClass@H4503_IntResultList@@UBEPBDI@Z @15184 NONAME ?GetClass@H4503_IntResult_extension@@UBEPBDI@Z @15185 NONAME ?GetClass@H4503_Procedure@@UBEPBDI@Z @15186 NONAME ?GetClass@H4503_SubscriptionOption@@UBEPBDI@Z @15187 NONAME ?GetClass@H4504Handler@@UBEPBDI@Z @19457 NONAME ?GetClass@H4504_ArrayOf_MixedExtension@@UBEPBDI@Z @15046 NONAME ?GetClass@H4504_CallHoldOperation@@UBEPBDI@Z @15047 NONAME ?GetClass@H4504_Extension@@UBEPBDI@Z @15048 NONAME ?GetClass@H4504_HoldNotificArg@@UBEPBDI@Z @15049 NONAME ?GetClass@H4504_MixedExtension@@UBEPBDI@Z @15050 NONAME ?GetClass@H4504_RemoteHoldArg@@UBEPBDI@Z @15051 NONAME ?GetClass@H4504_RemoteHoldRes@@UBEPBDI@Z @15052 NONAME ?GetClass@H4504_RemoteRetrieveArg@@UBEPBDI@Z @15053 NONAME ?GetClass@H4504_RemoteRetrieveRes@@UBEPBDI@Z @15054 NONAME ?GetClass@H4504_RetrieveNotificArg@@UBEPBDI@Z @15055 NONAME ?GetClass@H4505_ArrayOf_MixedExtension@@UBEPBDI@Z @15893 NONAME ?GetClass@H4505_CallParkPickupOperations@@UBEPBDI@Z @15894 NONAME ?GetClass@H4505_CallPickupErrors@@UBEPBDI@Z @15895 NONAME ?GetClass@H4505_CallType@@UBEPBDI@Z @15896 NONAME ?GetClass@H4505_CpickupNotifyArg@@UBEPBDI@Z @15897 NONAME ?GetClass@H4505_CpNotifyArg@@UBEPBDI@Z @15898 NONAME ?GetClass@H4505_CpRequestArg@@UBEPBDI@Z @15899 NONAME ?GetClass@H4505_CpRequestRes@@UBEPBDI@Z @15900 NONAME ?GetClass@H4505_CpSetupArg@@UBEPBDI@Z @15901 NONAME ?GetClass@H4505_CpSetupRes@@UBEPBDI@Z @15902 NONAME ?GetClass@H4505_GroupIndicationOffArg@@UBEPBDI@Z @15903 NONAME ?GetClass@H4505_GroupIndicationOffRes@@UBEPBDI@Z @15904 NONAME ?GetClass@H4505_GroupIndicationOnArg@@UBEPBDI@Z @15905 NONAME ?GetClass@H4505_GroupIndicationOnRes@@UBEPBDI@Z @15906 NONAME ?GetClass@H4505_ParkCondition@@UBEPBDI@Z @15907 NONAME ?GetClass@H4505_ParkedToPosition@@UBEPBDI@Z @15908 NONAME ?GetClass@H4505_PickExeArg@@UBEPBDI@Z @15909 NONAME ?GetClass@H4505_PickExeRes@@UBEPBDI@Z @15910 NONAME ?GetClass@H4505_PickrequArg@@UBEPBDI@Z @15911 NONAME ?GetClass@H4505_PickrequRes@@UBEPBDI@Z @15912 NONAME ?GetClass@H4505_PickupArg@@UBEPBDI@Z @15913 NONAME ?GetClass@H4505_PickupRes@@UBEPBDI@Z @15914 NONAME ?GetClass@H4506Handler@@UBEPBDI@Z @19954 NONAME ?GetClass@H4506_ArrayOf_MixedExtension@@UBEPBDI@Z @15915 NONAME ?GetClass@H4506_CallWaitingArg@@UBEPBDI@Z @15916 NONAME ?GetClass@H4506_CallWaitingOperations@@UBEPBDI@Z @15917 NONAME ?GetClass@H4507_ArrayOf_MixedExtension@@UBEPBDI@Z @15918 NONAME ?GetClass@H4507_BasicService@@UBEPBDI@Z @15919 NONAME ?GetClass@H4507_DummyRes@@UBEPBDI@Z @15920 NONAME ?GetClass@H4507_H323_MWI_Operations@@UBEPBDI@Z @15921 NONAME ?GetClass@H4507_MessageWaitingIndicationErrors@@UBEPBDI@Z @15922 NONAME ?GetClass@H4507_MsgCentreId@@UBEPBDI@Z @15923 NONAME ?GetClass@H4507_MWIActivateArg@@UBEPBDI@Z @15924 NONAME ?GetClass@H4507_MWIDeactivateArg@@UBEPBDI@Z @15925 NONAME ?GetClass@H4507_MWIInterrogateArg@@UBEPBDI@Z @15926 NONAME ?GetClass@H4507_MWIInterrogateRes@@UBEPBDI@Z @15927 NONAME ?GetClass@H4507_MWIInterrogateResElt@@UBEPBDI@Z @15928 NONAME ?GetClass@H4507_NbOfMessages@@UBEPBDI@Z @15929 NONAME ?GetClass@H4507_TimeStamp@@UBEPBDI@Z @15930 NONAME ?GetClass@H4508_ExtendedName@@UBEPBDI@Z @15931 NONAME ?GetClass@H4508_Name@@UBEPBDI@Z @15932 NONAME ?GetClass@H4508_NameOperations@@UBEPBDI@Z @15933 NONAME ?GetClass@H4508_NamePresentationAllowed@@UBEPBDI@Z @15934 NONAME ?GetClass@H4508_NamePresentationRestricted@@UBEPBDI@Z @15935 NONAME ?GetClass@H4508_SimpleName@@UBEPBDI@Z @15936 NONAME ?GetClass@H4509_ArrayOf_MixedExtension@@UBEPBDI@Z @15937 NONAME ?GetClass@H4509_CallCompletionErrors@@UBEPBDI@Z @15938 NONAME ?GetClass@H4509_CcArg@@UBEPBDI@Z @15939 NONAME ?GetClass@H4509_CcLongArg@@UBEPBDI@Z @15940 NONAME ?GetClass@H4509_CcRequestArg@@UBEPBDI@Z @15941 NONAME ?GetClass@H4509_CcRequestRes@@UBEPBDI@Z @15942 NONAME ?GetClass@H4509_CcShortArg@@UBEPBDI@Z @15943 NONAME ?GetClass@H4509_H323CallCompletionOperations@@UBEPBDI@Z @15944 NONAME ?GetClass@H450xDispatcher@@UBEPBDI@Z @19458 NONAME ?GetClass@H450xHandler@@UBEPBDI@Z @19459 NONAME ?GetClass@H501AccessRequest@@UBEPBDI@Z @26092 NONAME ?GetClass@H501DescriptorUpdate@@UBEPBDI@Z @26093 NONAME ?GetClass@H501PDU@@UBEPBDI@Z @24020 NONAME ?GetClass@H501ServiceRequest@@UBEPBDI@Z @26094 NONAME ?GetClass@H501Transaction@@UBEPBDI@Z @26095 NONAME ?GetClass@H501_AccessConfirmation@@UBEPBDI@Z @25006 NONAME ?GetClass@H501_AccessRejection@@UBEPBDI@Z @25007 NONAME ?GetClass@H501_AccessRejectionReason@@UBEPBDI@Z @25008 NONAME ?GetClass@H501_AccessRequest@@UBEPBDI@Z @25009 NONAME ?GetClass@H501_AccessToken@@UBEPBDI@Z @25010 NONAME ?GetClass@H501_AddressTemplate@@UBEPBDI@Z @25011 NONAME ?GetClass@H501_AlternatePE@@UBEPBDI@Z @25012 NONAME ?GetClass@H501_AlternatePEInfo@@UBEPBDI@Z @25013 NONAME ?GetClass@H501_ApplicationMessage@@UBEPBDI@Z @25014 NONAME ?GetClass@H501_ArrayOf_AccessToken@@UBEPBDI@Z @25015 NONAME ?GetClass@H501_ArrayOf_AddressTemplate@@UBEPBDI@Z @25016 NONAME ?GetClass@H501_ArrayOf_AliasAddress@@UBEPBDI@Z @25017 NONAME ?GetClass@H501_ArrayOf_AlternatePE@@UBEPBDI@Z @25018 NONAME ?GetClass@H501_ArrayOf_CircuitIdentifier@@UBEPBDI@Z @25019 NONAME ?GetClass@H501_ArrayOf_ClearToken@@UBEPBDI@Z @25020 NONAME ?GetClass@H501_ArrayOf_ContactInformation@@UBEPBDI@Z @25021 NONAME ?GetClass@H501_ArrayOf_CryptoH323Token@@UBEPBDI@Z @25022 NONAME ?GetClass@H501_ArrayOf_Descriptor@@UBEPBDI@Z @25023 NONAME ?GetClass@H501_ArrayOf_DescriptorInfo@@UBEPBDI@Z @25025 NONAME ?GetClass@H501_ArrayOf_GenericData@@UBEPBDI@Z @25026 NONAME ?GetClass@H501_ArrayOf_GloballyUniqueID@@UBEPBDI@Z @25559 NONAME ?GetClass@H501_ArrayOf_NonStandardParameter@@UBEPBDI@Z @25027 NONAME ?GetClass@H501_ArrayOf_PASN_ObjectId@@UBEPBDI@Z @25028 NONAME ?GetClass@H501_ArrayOf_Pattern@@UBEPBDI@Z @25029 NONAME ?GetClass@H501_ArrayOf_PriceElement@@UBEPBDI@Z @25030 NONAME ?GetClass@H501_ArrayOf_PriceInfoSpec@@UBEPBDI@Z @25031 NONAME ?GetClass@H501_ArrayOf_RouteInformation@@UBEPBDI@Z @25032 NONAME ?GetClass@H501_ArrayOf_SecurityMode@@UBEPBDI@Z @25033 NONAME ?GetClass@H501_ArrayOf_ServiceControlSession@@UBEPBDI@Z @25034 NONAME ?GetClass@H501_ArrayOf_SupportedProtocols@@UBEPBDI@Z @25035 NONAME ?GetClass@H501_ArrayOf_TransportAddress@@UBEPBDI@Z @25036 NONAME ?GetClass@H501_ArrayOf_UpdateInformation@@UBEPBDI@Z @25037 NONAME ?GetClass@H501_ArrayOf_UsageField@@UBEPBDI@Z @25038 NONAME ?GetClass@H501_AuthenticationConfirmation@@UBEPBDI@Z @25039 NONAME ?GetClass@H501_AuthenticationRejection@@UBEPBDI@Z @25040 NONAME ?GetClass@H501_AuthenticationRejectionReason@@UBEPBDI@Z @25041 NONAME ?GetClass@H501_AuthenticationRequest@@UBEPBDI@Z @25042 NONAME ?GetClass@H501_CallInformation@@UBEPBDI@Z @25043 NONAME ?GetClass@H501_ContactInformation@@UBEPBDI@Z @25044 NONAME ?GetClass@H501_Descriptor@@UBEPBDI@Z @25045 NONAME ?GetClass@H501_DescriptorConfirmation@@UBEPBDI@Z @25046 NONAME ?GetClass@H501_DescriptorIDConfirmation@@UBEPBDI@Z @25048 NONAME ?GetClass@H501_DescriptorIDRejection@@UBEPBDI@Z @25049 NONAME ?GetClass@H501_DescriptorIDRejectionReason@@UBEPBDI@Z @25050 NONAME ?GetClass@H501_DescriptorIDRequest@@UBEPBDI@Z @25051 NONAME ?GetClass@H501_DescriptorInfo@@UBEPBDI@Z @25052 NONAME ?GetClass@H501_DescriptorRejection@@UBEPBDI@Z @25053 NONAME ?GetClass@H501_DescriptorRejectionReason@@UBEPBDI@Z @25054 NONAME ?GetClass@H501_DescriptorRequest@@UBEPBDI@Z @25055 NONAME ?GetClass@H501_DescriptorUpdate@@UBEPBDI@Z @25056 NONAME ?GetClass@H501_DescriptorUpdateAck@@UBEPBDI@Z @25057 NONAME ?GetClass@H501_ElementIdentifier@@UBEPBDI@Z @25058 NONAME ?GetClass@H501_GlobalTimeStamp@@UBEPBDI@Z @25059 NONAME ?GetClass@H501_Message@@UBEPBDI@Z @25060 NONAME ?GetClass@H501_MessageBody@@UBEPBDI@Z @25061 NONAME ?GetClass@H501_MessageCommonInfo@@UBEPBDI@Z @25062 NONAME ?GetClass@H501_NonStandardConfirmation@@UBEPBDI@Z @25063 NONAME ?GetClass@H501_NonStandardRejection@@UBEPBDI@Z @25064 NONAME ?GetClass@H501_NonStandardRejectionReason@@UBEPBDI@Z @25065 NONAME ?GetClass@H501_NonStandardRequest@@UBEPBDI@Z @25066 NONAME ?GetClass@H501_PartyInformation@@UBEPBDI@Z @25067 NONAME ?GetClass@H501_Pattern@@UBEPBDI@Z @25068 NONAME ?GetClass@H501_Pattern_range@@UBEPBDI@Z @25069 NONAME ?GetClass@H501_PriceElement@@UBEPBDI@Z @25070 NONAME ?GetClass@H501_PriceElement_units@@UBEPBDI@Z @25071 NONAME ?GetClass@H501_PriceInfoSpec@@UBEPBDI@Z @25072 NONAME ?GetClass@H501_ProtocolVersion@@UBEPBDI@Z @25073 NONAME ?GetClass@H501_RequestInProgress@@UBEPBDI@Z @25074 NONAME ?GetClass@H501_Role@@UBEPBDI@Z @25075 NONAME ?GetClass@H501_RouteInformation@@UBEPBDI@Z @25076 NONAME ?GetClass@H501_RouteInformation_messageType@@UBEPBDI@Z @25077 NONAME ?GetClass@H501_SecurityMode@@UBEPBDI@Z @25078 NONAME ?GetClass@H501_ServiceConfirmation@@UBEPBDI@Z @25079 NONAME ?GetClass@H501_ServiceRejection@@UBEPBDI@Z @25081 NONAME ?GetClass@H501_ServiceRejectionReason@@UBEPBDI@Z @25082 NONAME ?GetClass@H501_ServiceRelease@@UBEPBDI@Z @25083 NONAME ?GetClass@H501_ServiceReleaseReason@@UBEPBDI@Z @25084 NONAME ?GetClass@H501_ServiceRequest@@UBEPBDI@Z @25085 NONAME ?GetClass@H501_TerminationCause@@UBEPBDI@Z @25086 NONAME ?GetClass@H501_TimeZone@@UBEPBDI@Z @25087 NONAME ?GetClass@H501_UnknownMessageReason@@UBEPBDI@Z @25088 NONAME ?GetClass@H501_UnknownMessageResponse@@UBEPBDI@Z @25089 NONAME ?GetClass@H501_UpdateInformation@@UBEPBDI@Z @25090 NONAME ?GetClass@H501_UpdateInformation_descriptorInfo@@UBEPBDI@Z @25091 NONAME ?GetClass@H501_UpdateInformation_updateType@@UBEPBDI@Z @25092 NONAME ?GetClass@H501_UsageCallStatus@@UBEPBDI@Z @25093 NONAME ?GetClass@H501_UsageConfirmation@@UBEPBDI@Z @25094 NONAME ?GetClass@H501_UsageField@@UBEPBDI@Z @25095 NONAME ?GetClass@H501_UsageIndication@@UBEPBDI@Z @25096 NONAME ?GetClass@H501_UsageIndicationConfirmation@@UBEPBDI@Z @25097 NONAME ?GetClass@H501_UsageIndicationRejection@@UBEPBDI@Z @25098 NONAME ?GetClass@H501_UsageIndicationRejectionReason@@UBEPBDI@Z @25099 NONAME ?GetClass@H501_UsageRejection@@UBEPBDI@Z @25100 NONAME ?GetClass@H501_UsageRejectReason@@UBEPBDI@Z @25101 NONAME ?GetClass@H501_UsageRequest@@UBEPBDI@Z @25102 NONAME ?GetClass@H501_UsageSpecification@@UBEPBDI@Z @25103 NONAME ?GetClass@H501_UsageSpecification_when@@UBEPBDI@Z @25104 NONAME ?GetClass@H501_UserInformation@@UBEPBDI@Z @25105 NONAME ?GetClass@H501_ValidationConfirmation@@UBEPBDI@Z @25106 NONAME ?GetClass@H501_ValidationRejection@@UBEPBDI@Z @25107 NONAME ?GetClass@H501_ValidationRejectionReason@@UBEPBDI@Z @25108 NONAME ?GetClass@H501_ValidationRequest@@UBEPBDI@Z @25109 NONAME ?GetClass@HIDPluginDeviceManager@@UBEPBDI@Z @44591 NONAME ?GetClass@MCS_ArrayOf_ChannelAttributes@@UBEPBDI@Z @8782 NONAME ?GetClass@MCS_ArrayOf_ChannelId@@UBEPBDI@Z @8783 NONAME ?GetClass@MCS_ArrayOf_TokenAttributes@@UBEPBDI@Z @8784 NONAME ?GetClass@MCS_ArrayOf_TokenId@@UBEPBDI@Z @8785 NONAME ?GetClass@MCS_ArrayOf_UserId@@UBEPBDI@Z @8786 NONAME ?GetClass@MCS_AssignedChannelId@@UBEPBDI@Z @8787 NONAME ?GetClass@MCS_AUcf@@UBEPBDI@Z @8788 NONAME ?GetClass@MCS_AUrq@@UBEPBDI@Z @8789 NONAME ?GetClass@MCS_CAin@@UBEPBDI@Z @8790 NONAME ?GetClass@MCS_CArq@@UBEPBDI@Z @8791 NONAME ?GetClass@MCS_CCcf@@UBEPBDI@Z @8792 NONAME ?GetClass@MCS_CCrq@@UBEPBDI@Z @8793 NONAME ?GetClass@MCS_CDin@@UBEPBDI@Z @8794 NONAME ?GetClass@MCS_CDrq@@UBEPBDI@Z @8795 NONAME ?GetClass@MCS_CEin@@UBEPBDI@Z @8796 NONAME ?GetClass@MCS_CErq@@UBEPBDI@Z @8797 NONAME ?GetClass@MCS_ChannelAttributes@@UBEPBDI@Z @8798 NONAME ?GetClass@MCS_ChannelAttributes_assigned@@UBEPBDI@Z @8799 NONAME ?GetClass@MCS_ChannelAttributes_private@@UBEPBDI@Z @8800 NONAME ?GetClass@MCS_ChannelAttributes_static@@UBEPBDI@Z @8801 NONAME ?GetClass@MCS_ChannelAttributes_userId@@UBEPBDI@Z @8802 NONAME ?GetClass@MCS_ChannelId@@UBEPBDI@Z @8803 NONAME ?GetClass@MCS_CJcf@@UBEPBDI@Z @8804 NONAME ?GetClass@MCS_CJrq@@UBEPBDI@Z @8805 NONAME ?GetClass@MCS_CLrq@@UBEPBDI@Z @8806 NONAME ?GetClass@MCS_ConnectMCSPDU@@UBEPBDI@Z @8807 NONAME ?GetClass@MCS_Connect_Additional@@UBEPBDI@Z @8808 NONAME ?GetClass@MCS_Connect_Initial@@UBEPBDI@Z @8809 NONAME ?GetClass@MCS_Connect_Response@@UBEPBDI@Z @8810 NONAME ?GetClass@MCS_Connect_Result@@UBEPBDI@Z @8811 NONAME ?GetClass@MCS_DataPriority@@UBEPBDI@Z @8812 NONAME ?GetClass@MCS_Diagnostic@@UBEPBDI@Z @8813 NONAME ?GetClass@MCS_DomainMCSPDU@@UBEPBDI@Z @8814 NONAME ?GetClass@MCS_DomainParameters@@UBEPBDI@Z @8815 NONAME ?GetClass@MCS_DPum@@UBEPBDI@Z @8816 NONAME ?GetClass@MCS_DUin@@UBEPBDI@Z @8817 NONAME ?GetClass@MCS_DUrq@@UBEPBDI@Z @8818 NONAME ?GetClass@MCS_DynamicChannelId@@UBEPBDI@Z @8819 NONAME ?GetClass@MCS_EDrq@@UBEPBDI@Z @8820 NONAME ?GetClass@MCS_MCcf@@UBEPBDI@Z @8821 NONAME ?GetClass@MCS_MCrq@@UBEPBDI@Z @8822 NONAME ?GetClass@MCS_MTcf@@UBEPBDI@Z @8823 NONAME ?GetClass@MCS_MTrq@@UBEPBDI@Z @8824 NONAME ?GetClass@MCS_PCin@@UBEPBDI@Z @8825 NONAME ?GetClass@MCS_PDin@@UBEPBDI@Z @8826 NONAME ?GetClass@MCS_PrivateChannelId@@UBEPBDI@Z @8827 NONAME ?GetClass@MCS_PTin@@UBEPBDI@Z @8828 NONAME ?GetClass@MCS_Reason@@UBEPBDI@Z @8829 NONAME ?GetClass@MCS_Result@@UBEPBDI@Z @8830 NONAME ?GetClass@MCS_RJum@@UBEPBDI@Z @8831 NONAME ?GetClass@MCS_SDin@@UBEPBDI@Z @8832 NONAME ?GetClass@MCS_SDrq@@UBEPBDI@Z @8833 NONAME ?GetClass@MCS_Segmentation@@UBEPBDI@Z @8834 NONAME ?GetClass@MCS_StaticChannelId@@UBEPBDI@Z @8835 NONAME ?GetClass@MCS_TGcf@@UBEPBDI@Z @8836 NONAME ?GetClass@MCS_TGrq@@UBEPBDI@Z @8837 NONAME ?GetClass@MCS_TIcf@@UBEPBDI@Z @8838 NONAME ?GetClass@MCS_TIrq@@UBEPBDI@Z @8839 NONAME ?GetClass@MCS_TokenAttributes@@UBEPBDI@Z @8840 NONAME ?GetClass@MCS_TokenAttributes_given@@UBEPBDI@Z @8841 NONAME ?GetClass@MCS_TokenAttributes_giving@@UBEPBDI@Z @8842 NONAME ?GetClass@MCS_TokenAttributes_grabbed@@UBEPBDI@Z @8843 NONAME ?GetClass@MCS_TokenAttributes_inhibited@@UBEPBDI@Z @8844 NONAME ?GetClass@MCS_TokenAttributes_ungivable@@UBEPBDI@Z @8845 NONAME ?GetClass@MCS_TokenId@@UBEPBDI@Z @8846 NONAME ?GetClass@MCS_TokenStatus@@UBEPBDI@Z @8847 NONAME ?GetClass@MCS_TPin@@UBEPBDI@Z @8848 NONAME ?GetClass@MCS_TPrq@@UBEPBDI@Z @8849 NONAME ?GetClass@MCS_TRcf@@UBEPBDI@Z @8850 NONAME ?GetClass@MCS_TRrq@@UBEPBDI@Z @8851 NONAME ?GetClass@MCS_TTcf@@UBEPBDI@Z @8852 NONAME ?GetClass@MCS_TTrq@@UBEPBDI@Z @8853 NONAME ?GetClass@MCS_TVcf@@UBEPBDI@Z @8854 NONAME ?GetClass@MCS_TVin@@UBEPBDI@Z @8855 NONAME ?GetClass@MCS_TVrq@@UBEPBDI@Z @8856 NONAME ?GetClass@MCS_TVrs@@UBEPBDI@Z @8857 NONAME ?GetClass@MCS_UserId@@UBEPBDI@Z @8858 NONAME ?GetClass@MCS_USin@@UBEPBDI@Z @8859 NONAME ?GetClass@MCS_USrq@@UBEPBDI@Z @8860 NONAME ?GetClass@MXRecordList@PDNS@@UBEPBDI@Z @44592 NONAME ?GetClass@OpalFactoryCodec@@UBEPBDI@Z @43478 NONAME ?GetClass@OpalG711ALaw64k_Base@@UBEPBDI@Z @43479 NONAME ?GetClass@OpalG711ALaw64k_Decoder@@UBEPBDI@Z @43480 NONAME ?GetClass@OpalG711ALaw64k_Encoder@@UBEPBDI@Z @43481 NONAME ?GetClass@OpalG711uLaw64k_Base@@UBEPBDI@Z @43482 NONAME ?GetClass@OpalG711uLaw64k_Decoder@@UBEPBDI@Z @43483 NONAME ?GetClass@OpalG711uLaw64k_Encoder@@UBEPBDI@Z @43484 NONAME ?GetClass@OpalGloballyUniqueID@@UBEPBDI@Z @13849 NONAME ?GetClass@OpalIxJDevice@@UBEPBDI@Z @8861 NONAME ?GetClass@OpalLineChannel@@UBEPBDI@Z @8862 NONAME ?GetClass@OpalLineInterfaceDevice@@UBEPBDI@Z @8863 NONAME ?GetClass@OpalMediaFormat@@UBEPBDI@Z @12928 NONAME ?GetClass@OpalPluginCodec@@UBEPBDI@Z @43485 NONAME ?GetClass@OpalRFC2833@@UBEPBDI@Z @20132 NONAME ?GetClass@OpalRFC2833Info@@UBEPBDI@Z @20133 NONAME ?GetClass@OpalRtpToWavFile@@UBEPBDI@Z @20568 NONAME ?GetClass@OpalT120Protocol@@UBEPBDI@Z @18915 NONAME ?GetClass@OpalT38Protocol@@UBEPBDI@Z @18916 NONAME ?GetClass@OpalUSBDevice@@UBEPBDI@Z @44593 NONAME ?GetClass@OpalVoipBlasterDevice@@UBEPBDI@Z @20007 NONAME ?GetClass@OpalVXMLSession@@UBEPBDI@Z @20932 NONAME ?GetClass@OpalWAVFile@@UBEPBDI@Z @20637 NONAME ?GetClass@PASN_Array@@UBEPBDI@Z @41651 NONAME ?GetClass@PASN_BitString@@UBEPBDI@Z @41652 NONAME ?GetClass@PASN_BMPString@@UBEPBDI@Z @41653 NONAME ?GetClass@PASN_Boolean@@UBEPBDI@Z @8870 NONAME ?GetClass@PASN_Choice@@UBEPBDI@Z @41654 NONAME ?GetClass@PASN_ConstrainedObject@@UBEPBDI@Z @8871 NONAME ?GetClass@PASN_ConstrainedString@@UBEPBDI@Z @8872 NONAME ?GetClass@PASN_Enumeration@@UBEPBDI@Z @8873 NONAME ?GetClass@PASN_GeneralisedTime@@UBEPBDI@Z @15945 NONAME ?GetClass@PASN_GeneralString@@UBEPBDI@Z @17958 NONAME ?GetClass@PASN_IA5String@@UBEPBDI@Z @8874 NONAME ?GetClass@PASN_Integer@@UBEPBDI@Z @8875 NONAME ?GetClass@PASN_Null@@UBEPBDI@Z @15946 NONAME ?GetClass@PASN_NumericString@@UBEPBDI@Z @8876 NONAME ?GetClass@PASN_Object@@UBEPBDI@Z @8877 NONAME ?GetClass@PASN_ObjectId@@UBEPBDI@Z @41655 NONAME ?GetClass@PASN_OctetString@@UBEPBDI@Z @41656 NONAME ?GetClass@PASN_PrintableString@@UBEPBDI@Z @8878 NONAME ?GetClass@PASN_Sequence@@UBEPBDI@Z @41657 NONAME ?GetClass@PASN_Stream@@UBEPBDI@Z @20382 NONAME ?GetClass@PASN_VisibleString@@UBEPBDI@Z @15947 NONAME ?GetClass@PDTMFEncoder@@UBEPBDI@Z @44594 NONAME ?GetClass@PLDAPAttributeBase@@UBEPBDI@Z @26298 NONAME ?GetClass@PLDAPStructBase@@UBEPBDI@Z @26299 NONAME ?GetClass@PluginLoader@@UBEPBDI@Z @44595 NONAME ?GetClass@PPER_Stream@@UBEPBDI@Z @20383 NONAME ?GetClass@PSmartObject@@UBEPBDI@Z @19798 NONAME ?GetClass@PVXMLSession@@UBEPBDI@Z @41658 NONAME ?GetClass@PWAVFile@@UBEPBDI@Z @20569 NONAME ?GetClass@Q931@@UBEPBDI@Z @8885 NONAME ?GetClass@ReceiverReport@RTP_Session@@UBEPBDI@Z @12412 NONAME ?GetClass@Request@H323Transactor@@UBEPBDI@Z @25879 NONAME ?GetClass@Response@H323Transactor@@UBEPBDI@Z @25880 NONAME ?GetClass@RTP_ControlFrame@@UBEPBDI@Z @8886 NONAME ?GetClass@RTP_DataFrame@@UBEPBDI@Z @8887 NONAME ?GetClass@RTP_JitterBuffer@@UBEPBDI@Z @8888 NONAME ?GetClass@RTP_JitterBufferAnalyser@@UBEPBDI@Z @12451 NONAME ?GetClass@RTP_QOS@@UBEPBDI@Z @26626 NONAME ?GetClass@RTP_Session@@UBEPBDI@Z @8889 NONAME ?GetClass@RTP_SessionManager@@UBEPBDI@Z @8890 NONAME ?GetClass@RTP_UDP@@UBEPBDI@Z @8891 NONAME ?GetClass@RTP_UserData@@UBEPBDI@Z @41659 NONAME ?GetClass@SenderReport@RTP_Session@@UBEPBDI@Z @12413 NONAME ?GetClass@SourceDescription@RTP_Session@@UBEPBDI@Z @12414 NONAME ?GetClass@SRVRecordList@PDNS@@UBEPBDI@Z @44596 NONAME ?GetClass@StringMap@H323GatekeeperServer@@UBEPBDI@Z @21447 NONAME ?GetClass@T120ConnectPDU@@UBEPBDI@Z @20183 NONAME ?GetClass@T120_X224@@UBEPBDI@Z @20184 NONAME ?GetClass@T38_ArrayOf_PASN_OctetString@@UBEPBDI@Z @18917 NONAME ?GetClass@T38_Data_Field@@UBEPBDI@Z @18918 NONAME ?GetClass@T38_Data_Field_subtype@@UBEPBDI@Z @18919 NONAME ?GetClass@T38_Data_Field_subtype_field_type@@UBEPBDI@Z @18920 NONAME ?GetClass@T38_IFPPacket@@UBEPBDI@Z @18921 NONAME ?GetClass@T38_PreCorrigendum_Data_Field@@UBEPBDI@Z @21485 NONAME ?GetClass@T38_PreCorrigendum_Data_Field_subtype@@UBEPBDI@Z @21486 NONAME ?GetClass@T38_PreCorrigendum_Data_Field_subtype_field_type@@UBEPBDI@Z @21487 NONAME ?GetClass@T38_PreCorrigendum_IFPPacket@@UBEPBDI@Z @21488 NONAME ?GetClass@T38_Type_of_msg@@UBEPBDI@Z @18922 NONAME ?GetClass@T38_Type_of_msg_data@@UBEPBDI@Z @18923 NONAME ?GetClass@T38_Type_of_msg_t30_indicator@@UBEPBDI@Z @18924 NONAME ?GetClass@T38_UDPTLPacket@@UBEPBDI@Z @18925 NONAME ?GetClass@T38_UDPTLPacket_error_recovery@@UBEPBDI@Z @18926 NONAME ?GetClass@T38_UDPTLPacket_error_recovery_fec_info@@UBEPBDI@Z @18927 NONAME ?GetClass@T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@UBEPBDI@Z @18928 NONAME ?GetClass@T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@UBEPBDI@Z @18929 NONAME ?GetClass@T38_UDPTLPacket_primary_ifp_packet@@UBEPBDI@Z @18930 NONAME ?GetClass@VoipBlasterInterface@@UBEPBDI@Z @20008 NONAME ?GetClass@X224@@UBEPBDI@Z @8892 NONAME ?GetClass@X880_Code@@UBEPBDI@Z @14709 NONAME ?GetClass@X880_GeneralProblem@@UBEPBDI@Z @14710 NONAME ?GetClass@X880_Invoke@@UBEPBDI@Z @14711 NONAME ?GetClass@X880_InvokeId@@UBEPBDI@Z @14712 NONAME ?GetClass@X880_InvokeProblem@@UBEPBDI@Z @14713 NONAME ?GetClass@X880_Reject@@UBEPBDI@Z @14714 NONAME ?GetClass@X880_RejectProblem@@UBEPBDI@Z @14715 NONAME ?GetClass@X880_Reject_problem@@UBEPBDI@Z @14716 NONAME ?GetClass@X880_ReturnError@@UBEPBDI@Z @14717 NONAME ?GetClass@X880_ReturnErrorProblem@@UBEPBDI@Z @14718 NONAME ?GetClass@X880_ReturnResult@@UBEPBDI@Z @14719 NONAME ?GetClass@X880_ReturnResultProblem@@UBEPBDI@Z @14720 NONAME ?GetClass@X880_ReturnResult_result@@UBEPBDI@Z @14721 NONAME ?GetClass@X880_ROS@@UBEPBDI@Z @14722 NONAME ?GetCleanerThreadStackSize@H323EndPoint@@QBEHXZ @41660 NONAME ?GetCode@X224@@QBEHXZ @41661 NONAME ?GetCodec@H323Channel@@QBEPAVH323Codec@@XZ @12714 NONAME ?GetCompoundSize@RTP_ControlFrame@@QBEHXZ @41662 NONAME ?GetConferenceIdentifier@H323Connection@@QBEABVOpalGloballyUniqueID@@XZ @41663 NONAME ?GetConferenceIdentifier@H323GatekeeperCall@@QBEABVOpalGloballyUniqueID@@XZ @41664 NONAME ?GetConnectedNumber@Q931@@QBEHAAVPString@@PAI1111III@Z @19882 NONAME ?GetConnectionEndTime@H323Connection@@QBE?AVPTime@@XZ @19854 NONAME ?GetConnectionStartTime@H323Connection@@QBE?AVPTime@@XZ @19855 NONAME ?GetContribSource@RTP_DataFrame@@QBEKH@Z @8895 NONAME ?GetContribSrcCount@RTP_DataFrame@@QBEHXZ @41665 NONAME ?GetControlChannel@H323Connection@@QBEABVH323Transport@@XZ @8896 NONAME ?GetControlChannelStartTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @41666 NONAME ?GetControlVersion@H323Connection@@QBEIXZ @41667 NONAME ?GetCount@RTP_ControlFrame@@QBEIXZ @41668 NONAME ?GetCountPacketsOutStanding@Transmitter@@QAEHXZ @19876 NONAME ?GetCountryCode@OpalLineInterfaceDevice@@SA?AW4T35CountryCodes@1@ABVPString@@@Z @12847 NONAME ?GetCountryCodeName@OpalLineInterfaceDevice@@QBE?AVPString@@XZ @8897 NONAME ?GetCountryCodeName@OpalLineInterfaceDevice@@SA?AVPString@@W4T35CountryCodes@1@@Z @12806 NONAME ?GetCountryCodeNameList@OpalLineInterfaceDevice@@UBE?AVPStringList@@XZ @12848 NONAME ?GetData@X224@@QBEABVPBYTEArray@@XZ @41669 NONAME ?GetDataAt@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@QBEAAVH245NegLogicalChannel@@H@Z @41670 NONAME ?GetDataAt@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@QBEAAVPBYTEArray@@H@Z @41671 NONAME ?GetDataAt@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@QBEAAVRTP_Session@@H@Z @41672 NONAME ?GetDataAt@?$PDictionary@VPString@@VH323Connection@@@@QBEAAVH323Connection@@H@Z @41673 NONAME ?GetDataAt@?$POrdinalDictionary@VPString@@@@QBEHH@Z @41674 NONAME ?GetDataAt@?$PStringDictionary@VPOrdinalKey@@@@QBEAAVPString@@H@Z @41675 NONAME ?GetDataLength@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBEHXZ @18614 NONAME ?GetDataLength@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBEHXZ @18615 NONAME ?GetDataLength@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBEHXZ @18616 NONAME ?GetDataLength@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBEHXZ @18617 NONAME ?GetDataLength@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBEHXZ @18618 NONAME ?GetDataLength@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBEHXZ @18619 NONAME ?GetDataLength@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBEHXZ @18620 NONAME ?GetDataLength@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBEHXZ @18621 NONAME ?GetDataLength@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBEHXZ @18622 NONAME ?GetDataLength@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBEHXZ @18623 NONAME ?GetDataLength@GCC_ApplicationInvokeIndication@@UBEHXZ @8908 NONAME ?GetDataLength@GCC_ApplicationInvokeSpecifier@@UBEHXZ @8909 NONAME ?GetDataLength@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBEHXZ @8910 NONAME ?GetDataLength@GCC_ApplicationRecord@@UBEHXZ @8911 NONAME ?GetDataLength@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBEHXZ @8912 NONAME ?GetDataLength@GCC_ChallengeItem@@UBEHXZ @8913 NONAME ?GetDataLength@GCC_ChallengeRequest@@UBEHXZ @8914 NONAME ?GetDataLength@GCC_ChallengeResponse@@UBEHXZ @8915 NONAME ?GetDataLength@GCC_ConductorAssignIndication@@UBEHXZ @8916 NONAME ?GetDataLength@GCC_ConductorPermissionAskIndication@@UBEHXZ @8917 NONAME ?GetDataLength@GCC_ConductorPermissionGrantIndication@@UBEHXZ @8918 NONAME ?GetDataLength@GCC_ConductorReleaseIndication@@UBEHXZ @8919 NONAME ?GetDataLength@GCC_ConferenceAddRequest@@UBEHXZ @8920 NONAME ?GetDataLength@GCC_ConferenceAddResponse@@UBEHXZ @8921 NONAME ?GetDataLength@GCC_ConferenceAssistanceIndication@@UBEHXZ @8922 NONAME ?GetDataLength@GCC_ConferenceCreateRequest@@UBEHXZ @8923 NONAME ?GetDataLength@GCC_ConferenceCreateResponse@@UBEHXZ @8924 NONAME ?GetDataLength@GCC_ConferenceDescriptor@@UBEHXZ @8925 NONAME ?GetDataLength@GCC_ConferenceEjectUserIndication@@UBEHXZ @8926 NONAME ?GetDataLength@GCC_ConferenceEjectUserRequest@@UBEHXZ @8927 NONAME ?GetDataLength@GCC_ConferenceEjectUserResponse@@UBEHXZ @8928 NONAME ?GetDataLength@GCC_ConferenceInviteRequest@@UBEHXZ @8929 NONAME ?GetDataLength@GCC_ConferenceInviteResponse@@UBEHXZ @8930 NONAME ?GetDataLength@GCC_ConferenceJoinRequest@@UBEHXZ @8931 NONAME ?GetDataLength@GCC_ConferenceJoinResponse@@UBEHXZ @8932 NONAME ?GetDataLength@GCC_ConferenceLockIndication@@UBEHXZ @8933 NONAME ?GetDataLength@GCC_ConferenceLockRequest@@UBEHXZ @8934 NONAME ?GetDataLength@GCC_ConferenceLockResponse@@UBEHXZ @8935 NONAME ?GetDataLength@GCC_ConferenceName@@UBEHXZ @8936 NONAME ?GetDataLength@GCC_ConferencePriority@@UBEHXZ @8937 NONAME ?GetDataLength@GCC_ConferenceQueryRequest@@UBEHXZ @8938 NONAME ?GetDataLength@GCC_ConferenceQueryResponse@@UBEHXZ @8939 NONAME ?GetDataLength@GCC_ConferenceTerminateIndication@@UBEHXZ @8940 NONAME ?GetDataLength@GCC_ConferenceTerminateRequest@@UBEHXZ @8941 NONAME ?GetDataLength@GCC_ConferenceTerminateResponse@@UBEHXZ @8942 NONAME ?GetDataLength@GCC_ConferenceTimeExtendIndication@@UBEHXZ @8943 NONAME ?GetDataLength@GCC_ConferenceTimeInquireIndication@@UBEHXZ @8944 NONAME ?GetDataLength@GCC_ConferenceTimeRemainingIndication@@UBEHXZ @8945 NONAME ?GetDataLength@GCC_ConferenceTransferIndication@@UBEHXZ @8946 NONAME ?GetDataLength@GCC_ConferenceTransferRequest@@UBEHXZ @8947 NONAME ?GetDataLength@GCC_ConferenceTransferResponse@@UBEHXZ @8948 NONAME ?GetDataLength@GCC_ConferenceUnlockIndication@@UBEHXZ @8949 NONAME ?GetDataLength@GCC_ConferenceUnlockRequest@@UBEHXZ @8950 NONAME ?GetDataLength@GCC_ConferenceUnlockResponse@@UBEHXZ @8951 NONAME ?GetDataLength@GCC_ConnectData@@UBEHXZ @8952 NONAME ?GetDataLength@GCC_FunctionNotSupportedResponse@@UBEHXZ @8953 NONAME ?GetDataLength@GCC_NetworkAddress_subtype_aggregatedChannel@@UBEHXZ @8954 NONAME ?GetDataLength@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBEHXZ @8955 NONAME ?GetDataLength@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBEHXZ @8956 NONAME ?GetDataLength@GCC_NetworkAddress_subtype_transportConnection@@UBEHXZ @8957 NONAME ?GetDataLength@GCC_NodeProperties@@UBEHXZ @8958 NONAME ?GetDataLength@GCC_NodeRecord@@UBEHXZ @8959 NONAME ?GetDataLength@GCC_NonStandardParameter@@UBEHXZ @8960 NONAME ?GetDataLength@GCC_NonStandardPDU@@UBEHXZ @8961 NONAME ?GetDataLength@GCC_Password@@UBEHXZ @8962 NONAME ?GetDataLength@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBEHXZ @8963 NONAME ?GetDataLength@GCC_RegistryAllocateHandleRequest@@UBEHXZ @8964 NONAME ?GetDataLength@GCC_RegistryAllocateHandleResponse@@UBEHXZ @8965 NONAME ?GetDataLength@GCC_RegistryAssignTokenRequest@@UBEHXZ @8966 NONAME ?GetDataLength@GCC_RegistryDeleteEntryRequest@@UBEHXZ @8967 NONAME ?GetDataLength@GCC_RegistryEntryOwner_owned@@UBEHXZ @8968 NONAME ?GetDataLength@GCC_RegistryKey@@UBEHXZ @8969 NONAME ?GetDataLength@GCC_RegistryMonitorEntryIndication@@UBEHXZ @8970 NONAME ?GetDataLength@GCC_RegistryMonitorEntryRequest@@UBEHXZ @8971 NONAME ?GetDataLength@GCC_RegistryRegisterChannelRequest@@UBEHXZ @8972 NONAME ?GetDataLength@GCC_RegistryResponse@@UBEHXZ @8973 NONAME ?GetDataLength@GCC_RegistryRetrieveEntryRequest@@UBEHXZ @8974 NONAME ?GetDataLength@GCC_RegistrySetParameterRequest@@UBEHXZ @8975 NONAME ?GetDataLength@GCC_RosterUpdateIndication@@UBEHXZ @8976 NONAME ?GetDataLength@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBEHXZ @8977 NONAME ?GetDataLength@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBEHXZ @8978 NONAME ?GetDataLength@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBEHXZ @8979 NONAME ?GetDataLength@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBEHXZ @8980 NONAME ?GetDataLength@GCC_RosterUpdateIndication_nodeInformation@@UBEHXZ @8981 NONAME ?GetDataLength@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBEHXZ @8982 NONAME ?GetDataLength@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBEHXZ @8983 NONAME ?GetDataLength@GCC_SessionKey@@UBEHXZ @8984 NONAME ?GetDataLength@GCC_TextMessageIndication@@UBEHXZ @8985 NONAME ?GetDataLength@GCC_UserData_subtype@@UBEHXZ @8986 NONAME ?GetDataLength@GCC_UserIDIndication@@UBEHXZ @8987 NONAME ?GetDataLength@H225_AddressPattern_range@@UBEHXZ @17959 NONAME ?GetDataLength@H225_AdmissionConfirm@@UBEHXZ @8988 NONAME ?GetDataLength@H225_AdmissionReject@@UBEHXZ @8989 NONAME ?GetDataLength@H225_AdmissionRequest@@UBEHXZ @8990 NONAME ?GetDataLength@H225_Alerting_UUIE@@UBEHXZ @8991 NONAME ?GetDataLength@H225_AlternateGK@@UBEHXZ @8992 NONAME ?GetDataLength@H225_AlternateTransportAddresses@@UBEHXZ @17960 NONAME ?GetDataLength@H225_AltGKInfo@@UBEHXZ @8993 NONAME ?GetDataLength@H225_ANSI_41_UIM@@UBEHXZ @17961 NONAME ?GetDataLength@H225_BandwidthConfirm@@UBEHXZ @8994 NONAME ?GetDataLength@H225_BandwidthDetails@@UBEHXZ @17962 NONAME ?GetDataLength@H225_BandwidthReject@@UBEHXZ @8995 NONAME ?GetDataLength@H225_BandwidthRequest@@UBEHXZ @8996 NONAME ?GetDataLength@H225_CallCapacity@@UBEHXZ @17963 NONAME ?GetDataLength@H225_CallCapacityInfo@@UBEHXZ @17964 NONAME ?GetDataLength@H225_CallCreditCapability@@UBEHXZ @17965 NONAME ?GetDataLength@H225_CallCreditServiceControl@@UBEHXZ @17966 NONAME ?GetDataLength@H225_CallIdentifier@@UBEHXZ @8997 NONAME ?GetDataLength@H225_CallLinkage@@UBEHXZ @17967 NONAME ?GetDataLength@H225_CallProceeding_UUIE@@UBEHXZ @8998 NONAME ?GetDataLength@H225_CallsAvailable@@UBEHXZ @17968 NONAME ?GetDataLength@H225_CapacityReportingCapability@@UBEHXZ @17969 NONAME ?GetDataLength@H225_CapacityReportingSpecification@@UBEHXZ @17970 NONAME ?GetDataLength@H225_CapacityReportingSpecification_when@@UBEHXZ @17971 NONAME ?GetDataLength@H225_CarrierInfo@@UBEHXZ @27158 NONAME ?GetDataLength@H225_CicInfo@@UBEHXZ @17972 NONAME ?GetDataLength@H225_CircuitIdentifier@@UBEHXZ @26675 NONAME ?GetDataLength@H225_CircuitInfo@@UBEHXZ @17973 NONAME ?GetDataLength@H225_ConferenceList@@UBEHXZ @8999 NONAME ?GetDataLength@H225_Connect_UUIE@@UBEHXZ @9000 NONAME ?GetDataLength@H225_CryptoH323Token_cryptoEPPwdHash@@UBEHXZ @9001 NONAME ?GetDataLength@H225_CryptoH323Token_cryptoGKPwdHash@@UBEHXZ @9002 NONAME ?GetDataLength@H225_DataRate@@UBEHXZ @9003 NONAME ?GetDataLength@H225_DisengageConfirm@@UBEHXZ @9004 NONAME ?GetDataLength@H225_DisengageReject@@UBEHXZ @9005 NONAME ?GetDataLength@H225_DisengageRequest@@UBEHXZ @9006 NONAME ?GetDataLength@H225_Endpoint@@UBEHXZ @9007 NONAME ?GetDataLength@H225_EndpointType@@UBEHXZ @9008 NONAME ?GetDataLength@H225_EnumeratedParameter@@UBEHXZ @17974 NONAME ?GetDataLength@H225_ExtendedAliasAddress@@UBEHXZ @17975 NONAME ?GetDataLength@H225_Facility_UUIE@@UBEHXZ @9009 NONAME ?GetDataLength@H225_FeatureSet@@UBEHXZ @17976 NONAME ?GetDataLength@H225_GatekeeperConfirm@@UBEHXZ @9010 NONAME ?GetDataLength@H225_GatekeeperInfo@@UBEHXZ @9011 NONAME ?GetDataLength@H225_GatekeeperReject@@UBEHXZ @9012 NONAME ?GetDataLength@H225_GatekeeperRequest@@UBEHXZ @9013 NONAME ?GetDataLength@H225_GatewayInfo@@UBEHXZ @9014 NONAME ?GetDataLength@H225_GenericData@@UBEHXZ @17977 NONAME ?GetDataLength@H225_GroupID@@UBEHXZ @17978 NONAME ?GetDataLength@H225_GSM_UIM@@UBEHXZ @17979 NONAME ?GetDataLength@H225_H221NonStandard@@UBEHXZ @9015 NONAME ?GetDataLength@H225_H310Caps@@UBEHXZ @9016 NONAME ?GetDataLength@H225_H320Caps@@UBEHXZ @9017 NONAME ?GetDataLength@H225_H321Caps@@UBEHXZ @9018 NONAME ?GetDataLength@H225_H322Caps@@UBEHXZ @9019 NONAME ?GetDataLength@H225_H323Caps@@UBEHXZ @9020 NONAME ?GetDataLength@H225_H323_UserInformation@@UBEHXZ @9021 NONAME ?GetDataLength@H225_H323_UserInformation_user_data@@UBEHXZ @9022 NONAME ?GetDataLength@H225_H323_UU_PDU@@UBEHXZ @9023 NONAME ?GetDataLength@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBEHXZ @17980 NONAME ?GetDataLength@H225_H324Caps@@UBEHXZ @9024 NONAME ?GetDataLength@H225_ICV@@UBEHXZ @9025 NONAME ?GetDataLength@H225_InfoRequest@@UBEHXZ @9026 NONAME ?GetDataLength@H225_InfoRequestAck@@UBEHXZ @9027 NONAME ?GetDataLength@H225_InfoRequestNak@@UBEHXZ @9028 NONAME ?GetDataLength@H225_InfoRequestResponse@@UBEHXZ @9029 NONAME ?GetDataLength@H225_InfoRequestResponse_perCallInfo_subtype@@UBEHXZ @9030 NONAME ?GetDataLength@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBEHXZ @9031 NONAME ?GetDataLength@H225_Information_UUIE@@UBEHXZ @9032 NONAME ?GetDataLength@H225_LocationConfirm@@UBEHXZ @9033 NONAME ?GetDataLength@H225_LocationReject@@UBEHXZ @9034 NONAME ?GetDataLength@H225_LocationRequest@@UBEHXZ @9035 NONAME ?GetDataLength@H225_McuInfo@@UBEHXZ @9036 NONAME ?GetDataLength@H225_NonStandardMessage@@UBEHXZ @9037 NONAME ?GetDataLength@H225_NonStandardParameter@@UBEHXZ @9038 NONAME ?GetDataLength@H225_NonStandardProtocol@@UBEHXZ @9039 NONAME ?GetDataLength@H225_Notify_UUIE@@UBEHXZ @17981 NONAME ?GetDataLength@H225_PrivatePartyNumber@@UBEHXZ @9040 NONAME ?GetDataLength@H225_Progress_UUIE@@UBEHXZ @9041 NONAME ?GetDataLength@H225_PublicPartyNumber@@UBEHXZ @9042 NONAME ?GetDataLength@H225_Q954Details@@UBEHXZ @9043 NONAME ?GetDataLength@H225_QseriesOptions@@UBEHXZ @9044 NONAME ?GetDataLength@H225_RasUsageInformation@@UBEHXZ @17982 NONAME ?GetDataLength@H225_RasUsageInfoTypes@@UBEHXZ @17983 NONAME ?GetDataLength@H225_RasUsageSpecification@@UBEHXZ @17984 NONAME ?GetDataLength@H225_RasUsageSpecification_callStartingPoint@@UBEHXZ @17985 NONAME ?GetDataLength@H225_RasUsageSpecification_when@@UBEHXZ @17986 NONAME ?GetDataLength@H225_RegistrationConfirm@@UBEHXZ @9045 NONAME ?GetDataLength@H225_RegistrationConfirm_preGrantedARQ@@UBEHXZ @9046 NONAME ?GetDataLength@H225_RegistrationReject@@UBEHXZ @9047 NONAME ?GetDataLength@H225_RegistrationRejectReason_invalidTerminalAliases@@UBEHXZ @17987 NONAME ?GetDataLength@H225_RegistrationRequest@@UBEHXZ @9048 NONAME ?GetDataLength@H225_ReleaseComplete_UUIE@@UBEHXZ @9049 NONAME ?GetDataLength@H225_RequestInProgress@@UBEHXZ @9050 NONAME ?GetDataLength@H225_ResourcesAvailableConfirm@@UBEHXZ @9051 NONAME ?GetDataLength@H225_ResourcesAvailableIndicate@@UBEHXZ @9052 NONAME ?GetDataLength@H225_RTPSession@@UBEHXZ @9053 NONAME ?GetDataLength@H225_SecurityCapabilities@@UBEHXZ @9054 NONAME ?GetDataLength@H225_ServiceControlIndication@@UBEHXZ @17988 NONAME ?GetDataLength@H225_ServiceControlIndication_callSpecific@@UBEHXZ @17989 NONAME ?GetDataLength@H225_ServiceControlResponse@@UBEHXZ @17990 NONAME ?GetDataLength@H225_ServiceControlSession@@UBEHXZ @17991 NONAME ?GetDataLength@H225_SetupAcknowledge_UUIE@@UBEHXZ @17992 NONAME ?GetDataLength@H225_Setup_UUIE@@UBEHXZ @9055 NONAME ?GetDataLength@H225_Setup_UUIE_connectionParameters@@UBEHXZ @17993 NONAME ?GetDataLength@H225_SIPCaps@@UBEHXZ @27159 NONAME ?GetDataLength@H225_StatusInquiry_UUIE@@UBEHXZ @17994 NONAME ?GetDataLength@H225_Status_UUIE@@UBEHXZ @17995 NONAME ?GetDataLength@H225_StimulusControl@@UBEHXZ @17996 NONAME ?GetDataLength@H225_SupportedPrefix@@UBEHXZ @9056 NONAME ?GetDataLength@H225_T120OnlyCaps@@UBEHXZ @9057 NONAME ?GetDataLength@H225_T38FaxAnnexbOnlyCaps@@UBEHXZ @17997 NONAME ?GetDataLength@H225_TerminalInfo@@UBEHXZ @9058 NONAME ?GetDataLength@H225_TransportAddress_ip6Address@@UBEHXZ @9059 NONAME ?GetDataLength@H225_TransportAddress_ipAddress@@UBEHXZ @9060 NONAME ?GetDataLength@H225_TransportAddress_ipSourceRoute@@UBEHXZ @9061 NONAME ?GetDataLength@H225_TransportAddress_ipxAddress@@UBEHXZ @9062 NONAME ?GetDataLength@H225_TransportChannelInfo@@UBEHXZ @9063 NONAME ?GetDataLength@H225_TunnelledProtocol@@UBEHXZ @17998 NONAME ?GetDataLength@H225_TunnelledProtocolAlternateIdentifier@@UBEHXZ @17999 NONAME ?GetDataLength@H225_UnknownMessageResponse@@UBEHXZ @9064 NONAME ?GetDataLength@H225_UnregistrationConfirm@@UBEHXZ @9065 NONAME ?GetDataLength@H225_UnregistrationReject@@UBEHXZ @9066 NONAME ?GetDataLength@H225_UnregistrationRequest@@UBEHXZ @9067 NONAME ?GetDataLength@H225_UUIEsRequested@@UBEHXZ @9068 NONAME ?GetDataLength@H225_VendorIdentifier@@UBEHXZ @9069 NONAME ?GetDataLength@H225_VoiceCaps@@UBEHXZ @9070 NONAME ?GetDataLength@H235_ClearToken@@UBEHXZ @9071 NONAME ?GetDataLength@H235_CryptoToken_cryptoEncryptedToken@@UBEHXZ @9072 NONAME ?GetDataLength@H235_CryptoToken_cryptoHashedToken@@UBEHXZ @9073 NONAME ?GetDataLength@H235_CryptoToken_cryptoSignedToken@@UBEHXZ @9074 NONAME ?GetDataLength@H235_DHset@@UBEHXZ @9075 NONAME ?GetDataLength@H235_ECGDSASignature@@UBEHXZ @27160 NONAME ?GetDataLength@H235_ECKASDH_eckasdh2@@UBEHXZ @19264 NONAME ?GetDataLength@H235_ECKASDH_eckasdhp@@UBEHXZ @19265 NONAME ?GetDataLength@H235_ECpoint@@UBEHXZ @27161 NONAME ?GetDataLength@H235_H235CertificateSignature@@UBEHXZ @9076 NONAME ?GetDataLength@H235_KeySignedMaterial@@UBEHXZ @9077 NONAME ?GetDataLength@H235_KeySyncMaterial@@UBEHXZ @9078 NONAME ?GetDataLength@H235_NonStandardParameter@@UBEHXZ @9079 NONAME ?GetDataLength@H235_Params@@UBEHXZ @9080 NONAME ?GetDataLength@H235_ReturnSig@@UBEHXZ @9081 NONAME ?GetDataLength@H235_TypedCertificate@@UBEHXZ @9082 NONAME ?GetDataLength@H235_V3KeySyncMaterial@@UBEHXZ @27162 NONAME ?GetDataLength@H245_ATMParameters@@UBEHXZ @9083 NONAME ?GetDataLength@H245_AudioCapability_g7231@@UBEHXZ @9084 NONAME ?GetDataLength@H245_AudioTelephonyEventCapability@@UBEHXZ @18000 NONAME ?GetDataLength@H245_AudioToneCapability@@UBEHXZ @18001 NONAME ?GetDataLength@H245_AuthenticationCapability@@UBEHXZ @9085 NONAME ?GetDataLength@H245_BEnhancementParameters@@UBEHXZ @9086 NONAME ?GetDataLength@H245_CapabilityDescriptor@@UBEHXZ @9087 NONAME ?GetDataLength@H245_CapabilityTableEntry@@UBEHXZ @9088 NONAME ?GetDataLength@H245_Capability_h233EncryptionReceiveCapability@@UBEHXZ @9089 NONAME ?GetDataLength@H245_CloseLogicalChannel@@UBEHXZ @9090 NONAME ?GetDataLength@H245_CloseLogicalChannelAck@@UBEHXZ @9091 NONAME ?GetDataLength@H245_CommunicationModeCommand@@UBEHXZ @9092 NONAME ?GetDataLength@H245_CommunicationModeRequest@@UBEHXZ @9093 NONAME ?GetDataLength@H245_CommunicationModeTableEntry@@UBEHXZ @9094 NONAME ?GetDataLength@H245_ConferenceCapability@@UBEHXZ @9095 NONAME ?GetDataLength@H245_ConferenceRequest_requestTerminalCertificate@@UBEHXZ @9096 NONAME ?GetDataLength@H245_ConferenceResponse_chairTokenOwnerResponse@@UBEHXZ @9097 NONAME ?GetDataLength@H245_ConferenceResponse_conferenceIDResponse@@UBEHXZ @9098 NONAME ?GetDataLength@H245_ConferenceResponse_extensionAddressResponse@@UBEHXZ @9099 NONAME ?GetDataLength@H245_ConferenceResponse_mCTerminalIDResponse@@UBEHXZ @9100 NONAME ?GetDataLength@H245_ConferenceResponse_passwordResponse@@UBEHXZ @9101 NONAME ?GetDataLength@H245_ConferenceResponse_terminalCertificateResponse@@UBEHXZ @9102 NONAME ?GetDataLength@H245_ConferenceResponse_terminalIDResponse@@UBEHXZ @9103 NONAME ?GetDataLength@H245_ConnectionIdentifier@@UBEHXZ @18002 NONAME ?GetDataLength@H245_Criteria@@UBEHXZ @9104 NONAME ?GetDataLength@H245_CustomPictureClockFrequency@@UBEHXZ @9105 NONAME ?GetDataLength@H245_CustomPictureFormat@@UBEHXZ @9106 NONAME ?GetDataLength@H245_CustomPictureFormat_mPI@@UBEHXZ @9107 NONAME ?GetDataLength@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBEHXZ @9108 NONAME ?GetDataLength@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBEHXZ @9109 NONAME ?GetDataLength@H245_DataApplicationCapability@@UBEHXZ @9110 NONAME ?GetDataLength@H245_DataApplicationCapability_application_nlpid@@UBEHXZ @9111 NONAME ?GetDataLength@H245_DataApplicationCapability_application_t38fax@@UBEHXZ @18003 NONAME ?GetDataLength@H245_DataApplicationCapability_application_t84@@UBEHXZ @9112 NONAME ?GetDataLength@H245_DataMode@@UBEHXZ @9113 NONAME ?GetDataLength@H245_DataMode_application_nlpid@@UBEHXZ @9114 NONAME ?GetDataLength@H245_DataMode_application_t38fax@@UBEHXZ @18004 NONAME ?GetDataLength@H245_DepFECCapability_rfc2733@@UBEHXZ @44597 NONAME ?GetDataLength@H245_DepFECCapability_rfc2733_separateStream@@UBEHXZ @44598 NONAME ?GetDataLength@H245_DepFECData_rfc2733@@UBEHXZ @44599 NONAME ?GetDataLength@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBEHXZ @44600 NONAME ?GetDataLength@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBEHXZ @44601 NONAME ?GetDataLength@H245_DepFECMode_rfc2733Mode@@UBEHXZ @44602 NONAME ?GetDataLength@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBEHXZ @44603 NONAME ?GetDataLength@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBEHXZ @44604 NONAME ?GetDataLength@H245_DialingInformationNumber@@UBEHXZ @18005 NONAME ?GetDataLength@H245_EncryptionAuthenticationAndIntegrity@@UBEHXZ @9115 NONAME ?GetDataLength@H245_EncryptionCommand_encryptionAlgorithmID@@UBEHXZ @9116 NONAME ?GetDataLength@H245_EncryptionSync@@UBEHXZ @9117 NONAME ?GetDataLength@H245_EncryptionUpdateRequest@@UBEHXZ @9118 NONAME ?GetDataLength@H245_EnhancementLayerInfo@@UBEHXZ @9119 NONAME ?GetDataLength@H245_EnhancementOptions@@UBEHXZ @9120 NONAME ?GetDataLength@H245_EscrowData@@UBEHXZ @9121 NONAME ?GetDataLength@H245_ExtendedVideoCapability@@UBEHXZ @44605 NONAME ?GetDataLength@H245_FECCapability@@UBEHXZ @44606 NONAME ?GetDataLength@H245_FECData_rfc2733@@UBEHXZ @27165 NONAME ?GetDataLength@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBEHXZ @44607 NONAME ?GetDataLength@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UBEHXZ @44608 NONAME ?GetDataLength@H245_FECMode@@UBEHXZ @44609 NONAME ?GetDataLength@H245_FlowControlCommand@@UBEHXZ @9122 NONAME ?GetDataLength@H245_FlowControlIndication@@UBEHXZ @18006 NONAME ?GetDataLength@H245_FunctionNotSupported@@UBEHXZ @9123 NONAME ?GetDataLength@H245_G7231AnnexCCapability@@UBEHXZ @9124 NONAME ?GetDataLength@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBEHXZ @9125 NONAME ?GetDataLength@H245_G7231AnnexCMode@@UBEHXZ @9126 NONAME ?GetDataLength@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBEHXZ @9127 NONAME ?GetDataLength@H245_G729Extensions@@UBEHXZ @18007 NONAME ?GetDataLength@H245_GenericCapability@@UBEHXZ @18008 NONAME ?GetDataLength@H245_GenericMessage@@UBEHXZ @44610 NONAME ?GetDataLength@H245_GenericParameter@@UBEHXZ @18009 NONAME ?GetDataLength@H245_GSMAudioCapability@@UBEHXZ @9128 NONAME ?GetDataLength@H245_H222Capability@@UBEHXZ @9129 NONAME ?GetDataLength@H245_H222LogicalChannelParameters@@UBEHXZ @9130 NONAME ?GetDataLength@H245_H223AL1MParameters@@UBEHXZ @9131 NONAME ?GetDataLength@H245_H223AL2MParameters@@UBEHXZ @9132 NONAME ?GetDataLength@H245_H223AL3MParameters@@UBEHXZ @9133 NONAME ?GetDataLength@H245_H223AnnexCArqParameters@@UBEHXZ @9134 NONAME ?GetDataLength@H245_H223AnnexCCapability@@UBEHXZ @9135 NONAME ?GetDataLength@H245_H223Capability@@UBEHXZ @9136 NONAME ?GetDataLength@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBEHXZ @9137 NONAME ?GetDataLength@H245_H223Capability_mobileMultilinkFrameCapability@@UBEHXZ @18010 NONAME ?GetDataLength@H245_H223Capability_mobileOperationTransmitCapability@@UBEHXZ @9138 NONAME ?GetDataLength@H245_H223LogicalChannelParameters@@UBEHXZ @9139 NONAME ?GetDataLength@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBEHXZ @9140 NONAME ?GetDataLength@H245_H223ModeParameters@@UBEHXZ @9141 NONAME ?GetDataLength@H245_H223ModeParameters_adaptationLayerType_al3@@UBEHXZ @9142 NONAME ?GetDataLength@H245_H223SkewIndication@@UBEHXZ @9143 NONAME ?GetDataLength@H245_H2250Capability@@UBEHXZ @9144 NONAME ?GetDataLength@H245_H2250Capability_mcCapability@@UBEHXZ @9145 NONAME ?GetDataLength@H245_H2250LogicalChannelAckParameters@@UBEHXZ @9146 NONAME ?GetDataLength@H245_H2250LogicalChannelParameters@@UBEHXZ @9147 NONAME ?GetDataLength@H245_H2250MaximumSkewIndication@@UBEHXZ @9148 NONAME ?GetDataLength@H245_H2250ModeParameters@@UBEHXZ @9149 NONAME ?GetDataLength@H245_H235Media@@UBEHXZ @9150 NONAME ?GetDataLength@H245_H235Mode@@UBEHXZ @9151 NONAME ?GetDataLength@H245_H235SecurityCapability@@UBEHXZ @9152 NONAME ?GetDataLength@H245_H261VideoCapability@@UBEHXZ @9153 NONAME ?GetDataLength@H245_H261VideoMode@@UBEHXZ @9154 NONAME ?GetDataLength@H245_H262VideoCapability@@UBEHXZ @9155 NONAME ?GetDataLength@H245_H262VideoMode@@UBEHXZ @9156 NONAME ?GetDataLength@H245_H263ModeComboFlags@@UBEHXZ @9157 NONAME ?GetDataLength@H245_H263Options@@UBEHXZ @9158 NONAME ?GetDataLength@H245_H263Version3Options@@UBEHXZ @18011 NONAME ?GetDataLength@H245_H263VideoCapability@@UBEHXZ @9159 NONAME ?GetDataLength@H245_H263VideoMode@@UBEHXZ @9160 NONAME ?GetDataLength@H245_H263VideoModeCombos@@UBEHXZ @9161 NONAME ?GetDataLength@H245_IntegrityCapability@@UBEHXZ @9162 NONAME ?GetDataLength@H245_IS11172AudioCapability@@UBEHXZ @9163 NONAME ?GetDataLength@H245_IS11172AudioMode@@UBEHXZ @9164 NONAME ?GetDataLength@H245_IS11172VideoCapability@@UBEHXZ @9165 NONAME ?GetDataLength@H245_IS11172VideoMode@@UBEHXZ @9166 NONAME ?GetDataLength@H245_IS13818AudioCapability@@UBEHXZ @9167 NONAME ?GetDataLength@H245_IS13818AudioMode@@UBEHXZ @9168 NONAME ?GetDataLength@H245_JitterIndication@@UBEHXZ @9169 NONAME ?GetDataLength@H245_KeyProtectionMethod@@UBEHXZ @9170 NONAME ?GetDataLength@H245_LogicalChannelRateAcknowledge@@UBEHXZ @18012 NONAME ?GetDataLength@H245_LogicalChannelRateReject@@UBEHXZ @18013 NONAME ?GetDataLength@H245_LogicalChannelRateRelease@@UBEHXZ @18014 NONAME ?GetDataLength@H245_LogicalChannelRateRequest@@UBEHXZ @18015 NONAME ?GetDataLength@H245_MaintenanceLoopAck@@UBEHXZ @9171 NONAME ?GetDataLength@H245_MaintenanceLoopOffCommand@@UBEHXZ @9172 NONAME ?GetDataLength@H245_MaintenanceLoopReject@@UBEHXZ @9173 NONAME ?GetDataLength@H245_MaintenanceLoopRequest@@UBEHXZ @9174 NONAME ?GetDataLength@H245_MasterSlaveDetermination@@UBEHXZ @9175 NONAME ?GetDataLength@H245_MasterSlaveDeterminationAck@@UBEHXZ @9176 NONAME ?GetDataLength@H245_MasterSlaveDeterminationReject@@UBEHXZ @9177 NONAME ?GetDataLength@H245_MasterSlaveDeterminationRelease@@UBEHXZ @9178 NONAME ?GetDataLength@H245_MCLocationIndication@@UBEHXZ @9179 NONAME ?GetDataLength@H245_MediaChannelCapability@@UBEHXZ @9180 NONAME ?GetDataLength@H245_MediaDistributionCapability@@UBEHXZ @9181 NONAME ?GetDataLength@H245_MediaPacketizationCapability@@UBEHXZ @9182 NONAME ?GetDataLength@H245_MediaTransportType_atm_AAL5_compressed@@UBEHXZ @18016 NONAME ?GetDataLength@H245_MiscellaneousCommand@@UBEHXZ @9183 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBEHXZ @44611 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBEHXZ @44612 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_lostPartialPicture@@UBEHXZ @18017 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBEHXZ @9184 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_videoBadMBs@@UBEHXZ @18018 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBEHXZ @9185 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBEHXZ @9186 NONAME ?GetDataLength@H245_MiscellaneousIndication@@UBEHXZ @9187 NONAME ?GetDataLength@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBEHXZ @9188 NONAME ?GetDataLength@H245_MobileMultilinkReconfigurationCommand@@UBEHXZ @18019 NONAME ?GetDataLength@H245_MobileMultilinkReconfigurationIndication@@UBEHXZ @18020 NONAME ?GetDataLength@H245_ModeElement@@UBEHXZ @9189 NONAME ?GetDataLength@H245_MulticastAddress_iP6Address@@UBEHXZ @9190 NONAME ?GetDataLength@H245_MulticastAddress_iPAddress@@UBEHXZ @9191 NONAME ?GetDataLength@H245_MultilinkIndication_crcDesired@@UBEHXZ @18021 NONAME ?GetDataLength@H245_MultilinkIndication_excessiveError@@UBEHXZ @18022 NONAME ?GetDataLength@H245_MultilinkRequest_addConnection@@UBEHXZ @18023 NONAME ?GetDataLength@H245_MultilinkRequest_callInformation@@UBEHXZ @18024 NONAME ?GetDataLength@H245_MultilinkRequest_maximumHeaderInterval@@UBEHXZ @18025 NONAME ?GetDataLength@H245_MultilinkRequest_removeConnection@@UBEHXZ @18026 NONAME ?GetDataLength@H245_MultilinkResponse_addConnection@@UBEHXZ @18027 NONAME ?GetDataLength@H245_MultilinkResponse_callInformation@@UBEHXZ @18028 NONAME ?GetDataLength@H245_MultilinkResponse_maximumHeaderInterval@@UBEHXZ @18029 NONAME ?GetDataLength@H245_MultilinkResponse_removeConnection@@UBEHXZ @18030 NONAME ?GetDataLength@H245_MultiplePayloadStream@@UBEHXZ @27171 NONAME ?GetDataLength@H245_MultiplePayloadStreamCapability@@UBEHXZ @27172 NONAME ?GetDataLength@H245_MultiplePayloadStreamElement@@UBEHXZ @27173 NONAME ?GetDataLength@H245_MultiplePayloadStreamElementMode@@UBEHXZ @27174 NONAME ?GetDataLength@H245_MultiplePayloadStreamMode@@UBEHXZ @27175 NONAME ?GetDataLength@H245_MultiplexedStreamCapability@@UBEHXZ @18031 NONAME ?GetDataLength@H245_MultiplexedStreamModeParameters@@UBEHXZ @18032 NONAME ?GetDataLength@H245_MultiplexedStreamParameter@@UBEHXZ @18033 NONAME ?GetDataLength@H245_MultiplexElement@@UBEHXZ @9192 NONAME ?GetDataLength@H245_MultiplexEntryDescriptor@@UBEHXZ @9193 NONAME ?GetDataLength@H245_MultiplexEntryRejectionDescriptions@@UBEHXZ @9194 NONAME ?GetDataLength@H245_MultiplexEntrySend@@UBEHXZ @9195 NONAME ?GetDataLength@H245_MultiplexEntrySendAck@@UBEHXZ @9196 NONAME ?GetDataLength@H245_MultiplexEntrySendReject@@UBEHXZ @9197 NONAME ?GetDataLength@H245_MultiplexEntrySendRelease@@UBEHXZ @9198 NONAME ?GetDataLength@H245_MultipointCapability@@UBEHXZ @9199 NONAME ?GetDataLength@H245_NetworkAccessParameters@@UBEHXZ @9200 NONAME ?GetDataLength@H245_NewATMVCCommand@@UBEHXZ @18034 NONAME ?GetDataLength@H245_NewATMVCCommand_aal_aal1@@UBEHXZ @18035 NONAME ?GetDataLength@H245_NewATMVCCommand_aal_aal5@@UBEHXZ @18036 NONAME ?GetDataLength@H245_NewATMVCCommand_reverseParameters@@UBEHXZ @18037 NONAME ?GetDataLength@H245_NewATMVCIndication@@UBEHXZ @9201 NONAME ?GetDataLength@H245_NewATMVCIndication_aal_aal1@@UBEHXZ @9202 NONAME ?GetDataLength@H245_NewATMVCIndication_aal_aal5@@UBEHXZ @9203 NONAME ?GetDataLength@H245_NewATMVCIndication_reverseParameters@@UBEHXZ @9204 NONAME ?GetDataLength@H245_NonStandardIdentifier_h221NonStandard@@UBEHXZ @9205 NONAME ?GetDataLength@H245_NonStandardMessage@@UBEHXZ @9206 NONAME ?GetDataLength@H245_NonStandardParameter@@UBEHXZ @9207 NONAME ?GetDataLength@H245_NoPTAudioTelephonyEventCapability@@UBEHXZ @27176 NONAME ?GetDataLength@H245_NoPTAudioToneCapability@@UBEHXZ @27177 NONAME ?GetDataLength@H245_OpenLogicalChannel@@UBEHXZ @9208 NONAME ?GetDataLength@H245_OpenLogicalChannelAck@@UBEHXZ @9209 NONAME ?GetDataLength@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBEHXZ @9210 NONAME ?GetDataLength@H245_OpenLogicalChannelConfirm@@UBEHXZ @9211 NONAME ?GetDataLength@H245_OpenLogicalChannelReject@@UBEHXZ @9212 NONAME ?GetDataLength@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBEHXZ @9213 NONAME ?GetDataLength@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBEHXZ @9214 NONAME ?GetDataLength@H245_Params@@UBEHXZ @44613 NONAME ?GetDataLength@H245_Q2931Address@@UBEHXZ @9215 NONAME ?GetDataLength@H245_QOSCapability@@UBEHXZ @9216 NONAME ?GetDataLength@H245_RedundancyEncoding@@UBEHXZ @9217 NONAME ?GetDataLength@H245_RedundancyEncodingCapability@@UBEHXZ @9218 NONAME ?GetDataLength@H245_RedundancyEncodingDTMode@@UBEHXZ @27178 NONAME ?GetDataLength@H245_RedundancyEncodingDTModeElement@@UBEHXZ @27179 NONAME ?GetDataLength@H245_RedundancyEncodingElement@@UBEHXZ @27180 NONAME ?GetDataLength@H245_RedundancyEncodingMode@@UBEHXZ @9219 NONAME ?GetDataLength@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBEHXZ @27181 NONAME ?GetDataLength@H245_RefPictureSelection@@UBEHXZ @9220 NONAME ?GetDataLength@H245_RefPictureSelection_additionalPictureMemory@@UBEHXZ @9221 NONAME ?GetDataLength@H245_RefPictureSelection_enhancedReferencePicSelect@@UBEHXZ @18038 NONAME ?GetDataLength@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBEHXZ @18039 NONAME ?GetDataLength@H245_RequestAllTerminalIDsResponse@@UBEHXZ @9222 NONAME ?GetDataLength@H245_RequestChannelClose@@UBEHXZ @9223 NONAME ?GetDataLength@H245_RequestChannelCloseAck@@UBEHXZ @9224 NONAME ?GetDataLength@H245_RequestChannelCloseReject@@UBEHXZ @9225 NONAME ?GetDataLength@H245_RequestChannelCloseRelease@@UBEHXZ @9226 NONAME ?GetDataLength@H245_RequestMode@@UBEHXZ @9227 NONAME ?GetDataLength@H245_RequestModeAck@@UBEHXZ @9228 NONAME ?GetDataLength@H245_RequestModeReject@@UBEHXZ @9229 NONAME ?GetDataLength@H245_RequestModeRelease@@UBEHXZ @9230 NONAME ?GetDataLength@H245_RequestMultiplexEntry@@UBEHXZ @9231 NONAME ?GetDataLength@H245_RequestMultiplexEntryAck@@UBEHXZ @9232 NONAME ?GetDataLength@H245_RequestMultiplexEntryReject@@UBEHXZ @9233 NONAME ?GetDataLength@H245_RequestMultiplexEntryRejectionDescriptions@@UBEHXZ @9234 NONAME ?GetDataLength@H245_RequestMultiplexEntryRelease@@UBEHXZ @9235 NONAME ?GetDataLength@H245_RoundTripDelayRequest@@UBEHXZ @9236 NONAME ?GetDataLength@H245_RoundTripDelayResponse@@UBEHXZ @9237 NONAME ?GetDataLength@H245_RSVPParameters@@UBEHXZ @9238 NONAME ?GetDataLength@H245_RTPH263VideoRedundancyEncoding@@UBEHXZ @9239 NONAME ?GetDataLength@H245_RTPH263VideoRedundancyFrameMapping@@UBEHXZ @9240 NONAME ?GetDataLength@H245_RTPPayloadType@@UBEHXZ @9241 NONAME ?GetDataLength@H245_SendTerminalCapabilitySet_specificRequest@@UBEHXZ @9242 NONAME ?GetDataLength@H245_SubstituteConferenceIDCommand@@UBEHXZ @9243 NONAME ?GetDataLength@H245_T38FaxProfile@@UBEHXZ @18040 NONAME ?GetDataLength@H245_T38FaxTcpOptions@@UBEHXZ @18041 NONAME ?GetDataLength@H245_T38FaxUdpOptions@@UBEHXZ @18042 NONAME ?GetDataLength@H245_T84Profile_t84Restricted@@UBEHXZ @9244 NONAME ?GetDataLength@H245_TerminalCapabilitySet@@UBEHXZ @9245 NONAME ?GetDataLength@H245_TerminalCapabilitySetAck@@UBEHXZ @9246 NONAME ?GetDataLength@H245_TerminalCapabilitySetReject@@UBEHXZ @9247 NONAME ?GetDataLength@H245_TerminalCapabilitySetRelease@@UBEHXZ @9248 NONAME ?GetDataLength@H245_TerminalInformation@@UBEHXZ @9249 NONAME ?GetDataLength@H245_TerminalLabel@@UBEHXZ @9250 NONAME ?GetDataLength@H245_TerminalYouAreSeeingInSubPictureNumber@@UBEHXZ @9251 NONAME ?GetDataLength@H245_TransparencyParameters@@UBEHXZ @9252 NONAME ?GetDataLength@H245_TransportCapability@@UBEHXZ @9253 NONAME ?GetDataLength@H245_UnicastAddress_iP6Address@@UBEHXZ @9254 NONAME ?GetDataLength@H245_UnicastAddress_iPAddress@@UBEHXZ @9255 NONAME ?GetDataLength@H245_UnicastAddress_iPSourceRouteAddress@@UBEHXZ @9256 NONAME ?GetDataLength@H245_UnicastAddress_iPXAddress@@UBEHXZ @9257 NONAME ?GetDataLength@H245_UserInputIndication_encryptedAlphanumeric@@UBEHXZ @44614 NONAME ?GetDataLength@H245_UserInputIndication_extendedAlphanumeric@@UBEHXZ @18043 NONAME ?GetDataLength@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBEHXZ @44615 NONAME ?GetDataLength@H245_UserInputIndication_signal@@UBEHXZ @9258 NONAME ?GetDataLength@H245_UserInputIndication_signalUpdate@@UBEHXZ @9259 NONAME ?GetDataLength@H245_UserInputIndication_signalUpdate_rtp@@UBEHXZ @9260 NONAME ?GetDataLength@H245_UserInputIndication_signal_rtp@@UBEHXZ @9261 NONAME ?GetDataLength@H245_V42bis@@UBEHXZ @9262 NONAME ?GetDataLength@H245_V75Capability@@UBEHXZ @9263 NONAME ?GetDataLength@H245_V75Parameters@@UBEHXZ @9264 NONAME ?GetDataLength@H245_V76Capability@@UBEHXZ @9265 NONAME ?GetDataLength@H245_V76HDLCParameters@@UBEHXZ @9266 NONAME ?GetDataLength@H245_V76LogicalChannelParameters@@UBEHXZ @9267 NONAME ?GetDataLength@H245_V76LogicalChannelParameters_mode_eRM@@UBEHXZ @9268 NONAME ?GetDataLength@H245_VBDCapability@@UBEHXZ @27182 NONAME ?GetDataLength@H245_VBDMode@@UBEHXZ @27183 NONAME ?GetDataLength@H245_VCCapability@@UBEHXZ @9269 NONAME ?GetDataLength@H245_VCCapability_aal1@@UBEHXZ @9270 NONAME ?GetDataLength@H245_VCCapability_aal1ViaGateway@@UBEHXZ @18044 NONAME ?GetDataLength@H245_VCCapability_aal5@@UBEHXZ @9271 NONAME ?GetDataLength@H245_VCCapability_availableBitRates@@UBEHXZ @9272 NONAME ?GetDataLength@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBEHXZ @9273 NONAME ?GetDataLength@H245_VendorIdentification@@UBEHXZ @9274 NONAME ?GetDataLength@H245_VideoIndicateCompose@@UBEHXZ @9275 NONAME ?GetDataLength@H248_ActionReply@@UBEHXZ @23143 NONAME ?GetDataLength@H248_ActionRequest@@UBEHXZ @23144 NONAME ?GetDataLength@H248_AmmRequest@@UBEHXZ @23145 NONAME ?GetDataLength@H248_AmmsReply@@UBEHXZ @23146 NONAME ?GetDataLength@H248_AuditDescriptor@@UBEHXZ @23147 NONAME ?GetDataLength@H248_AuditRequest@@UBEHXZ @23148 NONAME ?GetDataLength@H248_AuditResult@@UBEHXZ @23149 NONAME ?GetDataLength@H248_AuthenticationHeader@@UBEHXZ @23150 NONAME ?GetDataLength@H248_CommandRequest@@UBEHXZ @23151 NONAME ?GetDataLength@H248_ContextAttrAuditRequest@@UBEHXZ @23152 NONAME ?GetDataLength@H248_ContextRequest@@UBEHXZ @23153 NONAME ?GetDataLength@H248_DigitMapDescriptor@@UBEHXZ @23154 NONAME ?GetDataLength@H248_DigitMapValue@@UBEHXZ @23155 NONAME ?GetDataLength@H248_DomainName@@UBEHXZ @23156 NONAME ?GetDataLength@H248_ErrorDescriptor@@UBEHXZ @23157 NONAME ?GetDataLength@H248_EventParameter@@UBEHXZ @23158 NONAME ?GetDataLength@H248_EventsDescriptor@@UBEHXZ @23159 NONAME ?GetDataLength@H248_EventSpec@@UBEHXZ @23160 NONAME ?GetDataLength@H248_H221NonStandard@@UBEHXZ @23161 NONAME ?GetDataLength@H248_IndAudDigitMapDescriptor@@UBEHXZ @23162 NONAME ?GetDataLength@H248_IndAudEventBufferDescriptor@@UBEHXZ @23163 NONAME ?GetDataLength@H248_IndAudEventsDescriptor@@UBEHXZ @23164 NONAME ?GetDataLength@H248_IndAudLocalControlDescriptor@@UBEHXZ @23165 NONAME ?GetDataLength@H248_IndAudLocalRemoteDescriptor@@UBEHXZ @23166 NONAME ?GetDataLength@H248_IndAudMediaDescriptor@@UBEHXZ @23167 NONAME ?GetDataLength@H248_IndAudPackagesDescriptor@@UBEHXZ @23168 NONAME ?GetDataLength@H248_IndAudPropertyParm@@UBEHXZ @23169 NONAME ?GetDataLength@H248_IndAudSeqSigList@@UBEHXZ @23170 NONAME ?GetDataLength@H248_IndAudSignal@@UBEHXZ @23171 NONAME ?GetDataLength@H248_IndAudStatisticsDescriptor@@UBEHXZ @23172 NONAME ?GetDataLength@H248_IndAudStreamDescriptor@@UBEHXZ @23173 NONAME ?GetDataLength@H248_IndAudStreamParms@@UBEHXZ @23174 NONAME ?GetDataLength@H248_IndAudTerminationStateDescriptor@@UBEHXZ @23175 NONAME ?GetDataLength@H248_IP4Address@@UBEHXZ @23176 NONAME ?GetDataLength@H248_IP6Address@@UBEHXZ @23177 NONAME ?GetDataLength@H248_LocalControlDescriptor@@UBEHXZ @23178 NONAME ?GetDataLength@H248_LocalRemoteDescriptor@@UBEHXZ @23179 NONAME ?GetDataLength@H248_MediaDescriptor@@UBEHXZ @23180 NONAME ?GetDataLength@H248_MegacoMessage@@UBEHXZ @23181 NONAME ?GetDataLength@H248_Message@@UBEHXZ @23182 NONAME ?GetDataLength@H248_ModemDescriptor@@UBEHXZ @23183 NONAME ?GetDataLength@H248_MuxDescriptor@@UBEHXZ @23184 NONAME ?GetDataLength@H248_NonStandardData@@UBEHXZ @23185 NONAME ?GetDataLength@H248_NotifyReply@@UBEHXZ @23186 NONAME ?GetDataLength@H248_NotifyRequest@@UBEHXZ @23187 NONAME ?GetDataLength@H248_ObservedEvent@@UBEHXZ @23188 NONAME ?GetDataLength@H248_ObservedEventsDescriptor@@UBEHXZ @23189 NONAME ?GetDataLength@H248_PackagesItem@@UBEHXZ @23190 NONAME ?GetDataLength@H248_PropertyParm@@UBEHXZ @23191 NONAME ?GetDataLength@H248_RequestedActions@@UBEHXZ @23192 NONAME ?GetDataLength@H248_RequestedEvent@@UBEHXZ @23193 NONAME ?GetDataLength@H248_SecondEventsDescriptor@@UBEHXZ @23194 NONAME ?GetDataLength@H248_SecondRequestedActions@@UBEHXZ @23195 NONAME ?GetDataLength@H248_SecondRequestedEvent@@UBEHXZ @23196 NONAME ?GetDataLength@H248_SeqSigList@@UBEHXZ @23197 NONAME ?GetDataLength@H248_ServiceChangeParm@@UBEHXZ @23198 NONAME ?GetDataLength@H248_ServiceChangeProfile@@UBEHXZ @23199 NONAME ?GetDataLength@H248_ServiceChangeReply@@UBEHXZ @23200 NONAME ?GetDataLength@H248_ServiceChangeRequest@@UBEHXZ @23201 NONAME ?GetDataLength@H248_ServiceChangeResParm@@UBEHXZ @23202 NONAME ?GetDataLength@H248_Signal@@UBEHXZ @23203 NONAME ?GetDataLength@H248_SigParameter@@UBEHXZ @23204 NONAME ?GetDataLength@H248_StatisticsParameter@@UBEHXZ @23205 NONAME ?GetDataLength@H248_StreamDescriptor@@UBEHXZ @23206 NONAME ?GetDataLength@H248_StreamParms@@UBEHXZ @23207 NONAME ?GetDataLength@H248_SubtractRequest@@UBEHXZ @23208 NONAME ?GetDataLength@H248_TerminationID@@UBEHXZ @23209 NONAME ?GetDataLength@H248_TerminationStateDescriptor@@UBEHXZ @23210 NONAME ?GetDataLength@H248_TimeNotation@@UBEHXZ @23211 NONAME ?GetDataLength@H248_TopologyRequest@@UBEHXZ @23212 NONAME ?GetDataLength@H248_TransactionAck@@UBEHXZ @23213 NONAME ?GetDataLength@H248_TransactionPending@@UBEHXZ @23214 NONAME ?GetDataLength@H248_TransactionReply@@UBEHXZ @23215 NONAME ?GetDataLength@H248_TransactionRequest@@UBEHXZ @23216 NONAME ?GetDataLength@H45010_CfbOvrOptArg@@UBEHXZ @15948 NONAME ?GetDataLength@H45010_CoReqOptArg@@UBEHXZ @15949 NONAME ?GetDataLength@H45010_RUAlertOptArg@@UBEHXZ @15950 NONAME ?GetDataLength@H45011_CIFrcRelArg@@UBEHXZ @15951 NONAME ?GetDataLength@H45011_CIFrcRelOptRes@@UBEHXZ @15952 NONAME ?GetDataLength@H45011_CIGetCIPLOptArg@@UBEHXZ @15953 NONAME ?GetDataLength@H45011_CIGetCIPLRes@@UBEHXZ @15954 NONAME ?GetDataLength@H45011_CIIsOptArg@@UBEHXZ @15955 NONAME ?GetDataLength@H45011_CIIsOptRes@@UBEHXZ @15956 NONAME ?GetDataLength@H45011_CINotificationArg@@UBEHXZ @15957 NONAME ?GetDataLength@H45011_CIRequestArg@@UBEHXZ @15958 NONAME ?GetDataLength@H45011_CIRequestRes@@UBEHXZ @15959 NONAME ?GetDataLength@H45011_CISilentArg@@UBEHXZ @15960 NONAME ?GetDataLength@H45011_CISilentOptRes@@UBEHXZ @15961 NONAME ?GetDataLength@H45011_CIWobOptArg@@UBEHXZ @15962 NONAME ?GetDataLength@H45011_CIWobOptRes@@UBEHXZ @15963 NONAME ?GetDataLength@H4501_Address@@UBEHXZ @14723 NONAME ?GetDataLength@H4501_AddressScreened@@UBEHXZ @14724 NONAME ?GetDataLength@H4501_EndpointAddress@@UBEHXZ @14725 NONAME ?GetDataLength@H4501_Extension@@UBEHXZ @14726 NONAME ?GetDataLength@H4501_NetworkFacilityExtension@@UBEHXZ @14727 NONAME ?GetDataLength@H4501_NumberScreened@@UBEHXZ @14728 NONAME ?GetDataLength@H4501_SupplementaryService@@UBEHXZ @14729 NONAME ?GetDataLength@H4501_UserSpecifiedSubaddress@@UBEHXZ @14730 NONAME ?GetDataLength@H4502_CTActiveArg@@UBEHXZ @14731 NONAME ?GetDataLength@H4502_CTCompleteArg@@UBEHXZ @14732 NONAME ?GetDataLength@H4502_CTIdentifyRes@@UBEHXZ @14733 NONAME ?GetDataLength@H4502_CTInitiateArg@@UBEHXZ @14734 NONAME ?GetDataLength@H4502_CTSetupArg@@UBEHXZ @14735 NONAME ?GetDataLength@H4502_CTUpdateArg@@UBEHXZ @14736 NONAME ?GetDataLength@H4502_SubaddressTransferArg@@UBEHXZ @14737 NONAME ?GetDataLength@H4503_IntResult@@UBEHXZ @15188 NONAME ?GetDataLength@H4504_Extension@@UBEHXZ @15056 NONAME ?GetDataLength@H4504_HoldNotificArg@@UBEHXZ @15057 NONAME ?GetDataLength@H4504_RemoteHoldArg@@UBEHXZ @15058 NONAME ?GetDataLength@H4504_RemoteHoldRes@@UBEHXZ @15059 NONAME ?GetDataLength@H4504_RemoteRetrieveArg@@UBEHXZ @15060 NONAME ?GetDataLength@H4504_RemoteRetrieveRes@@UBEHXZ @15061 NONAME ?GetDataLength@H4504_RetrieveNotificArg@@UBEHXZ @15062 NONAME ?GetDataLength@H4505_CpickupNotifyArg@@UBEHXZ @15964 NONAME ?GetDataLength@H4505_CpNotifyArg@@UBEHXZ @15965 NONAME ?GetDataLength@H4505_CpRequestArg@@UBEHXZ @15966 NONAME ?GetDataLength@H4505_CpRequestRes@@UBEHXZ @15967 NONAME ?GetDataLength@H4505_CpSetupArg@@UBEHXZ @15968 NONAME ?GetDataLength@H4505_CpSetupRes@@UBEHXZ @15969 NONAME ?GetDataLength@H4505_GroupIndicationOffArg@@UBEHXZ @15970 NONAME ?GetDataLength@H4505_GroupIndicationOffRes@@UBEHXZ @15971 NONAME ?GetDataLength@H4505_GroupIndicationOnArg@@UBEHXZ @15972 NONAME ?GetDataLength@H4505_GroupIndicationOnRes@@UBEHXZ @15973 NONAME ?GetDataLength@H4505_PickExeArg@@UBEHXZ @15974 NONAME ?GetDataLength@H4505_PickExeRes@@UBEHXZ @15975 NONAME ?GetDataLength@H4505_PickrequArg@@UBEHXZ @15976 NONAME ?GetDataLength@H4505_PickrequRes@@UBEHXZ @15977 NONAME ?GetDataLength@H4505_PickupArg@@UBEHXZ @15978 NONAME ?GetDataLength@H4505_PickupRes@@UBEHXZ @15979 NONAME ?GetDataLength@H4506_CallWaitingArg@@UBEHXZ @15980 NONAME ?GetDataLength@H4507_MWIActivateArg@@UBEHXZ @15981 NONAME ?GetDataLength@H4507_MWIDeactivateArg@@UBEHXZ @15982 NONAME ?GetDataLength@H4507_MWIInterrogateArg@@UBEHXZ @15983 NONAME ?GetDataLength@H4507_MWIInterrogateResElt@@UBEHXZ @15984 NONAME ?GetDataLength@H4509_CcLongArg@@UBEHXZ @15985 NONAME ?GetDataLength@H4509_CcRequestArg@@UBEHXZ @15986 NONAME ?GetDataLength@H4509_CcRequestRes@@UBEHXZ @15987 NONAME ?GetDataLength@H4509_CcShortArg@@UBEHXZ @15988 NONAME ?GetDataLength@H501_AccessConfirmation@@UBEHXZ @25110 NONAME ?GetDataLength@H501_AccessRejection@@UBEHXZ @25111 NONAME ?GetDataLength@H501_AccessRequest@@UBEHXZ @25112 NONAME ?GetDataLength@H501_AddressTemplate@@UBEHXZ @25113 NONAME ?GetDataLength@H501_AlternatePE@@UBEHXZ @25114 NONAME ?GetDataLength@H501_AlternatePEInfo@@UBEHXZ @25115 NONAME ?GetDataLength@H501_AuthenticationConfirmation@@UBEHXZ @25116 NONAME ?GetDataLength@H501_AuthenticationRejection@@UBEHXZ @25117 NONAME ?GetDataLength@H501_AuthenticationRequest@@UBEHXZ @25118 NONAME ?GetDataLength@H501_CallInformation@@UBEHXZ @25119 NONAME ?GetDataLength@H501_ContactInformation@@UBEHXZ @25120 NONAME ?GetDataLength@H501_Descriptor@@UBEHXZ @25121 NONAME ?GetDataLength@H501_DescriptorConfirmation@@UBEHXZ @25122 NONAME ?GetDataLength@H501_DescriptorIDConfirmation@@UBEHXZ @25123 NONAME ?GetDataLength@H501_DescriptorIDRejection@@UBEHXZ @25124 NONAME ?GetDataLength@H501_DescriptorIDRequest@@UBEHXZ @25125 NONAME ?GetDataLength@H501_DescriptorInfo@@UBEHXZ @25126 NONAME ?GetDataLength@H501_DescriptorRejection@@UBEHXZ @25127 NONAME ?GetDataLength@H501_DescriptorRequest@@UBEHXZ @25128 NONAME ?GetDataLength@H501_DescriptorUpdate@@UBEHXZ @25129 NONAME ?GetDataLength@H501_DescriptorUpdateAck@@UBEHXZ @25130 NONAME ?GetDataLength@H501_Message@@UBEHXZ @25131 NONAME ?GetDataLength@H501_MessageCommonInfo@@UBEHXZ @25132 NONAME ?GetDataLength@H501_NonStandardConfirmation@@UBEHXZ @25133 NONAME ?GetDataLength@H501_NonStandardRejection@@UBEHXZ @25134 NONAME ?GetDataLength@H501_NonStandardRequest@@UBEHXZ @25135 NONAME ?GetDataLength@H501_PartyInformation@@UBEHXZ @25136 NONAME ?GetDataLength@H501_Pattern_range@@UBEHXZ @25137 NONAME ?GetDataLength@H501_PriceElement@@UBEHXZ @25138 NONAME ?GetDataLength@H501_PriceInfoSpec@@UBEHXZ @25139 NONAME ?GetDataLength@H501_RequestInProgress@@UBEHXZ @25140 NONAME ?GetDataLength@H501_RouteInformation@@UBEHXZ @25141 NONAME ?GetDataLength@H501_SecurityMode@@UBEHXZ @25142 NONAME ?GetDataLength@H501_ServiceConfirmation@@UBEHXZ @25143 NONAME ?GetDataLength@H501_ServiceRejection@@UBEHXZ @25144 NONAME ?GetDataLength@H501_ServiceRelease@@UBEHXZ @25145 NONAME ?GetDataLength@H501_ServiceRequest@@UBEHXZ @25146 NONAME ?GetDataLength@H501_TerminationCause@@UBEHXZ @25147 NONAME ?GetDataLength@H501_UnknownMessageResponse@@UBEHXZ @25148 NONAME ?GetDataLength@H501_UpdateInformation@@UBEHXZ @25149 NONAME ?GetDataLength@H501_UsageConfirmation@@UBEHXZ @25150 NONAME ?GetDataLength@H501_UsageField@@UBEHXZ @25151 NONAME ?GetDataLength@H501_UsageIndication@@UBEHXZ @25152 NONAME ?GetDataLength@H501_UsageIndicationConfirmation@@UBEHXZ @25153 NONAME ?GetDataLength@H501_UsageIndicationRejection@@UBEHXZ @25154 NONAME ?GetDataLength@H501_UsageRejection@@UBEHXZ @25155 NONAME ?GetDataLength@H501_UsageRequest@@UBEHXZ @25156 NONAME ?GetDataLength@H501_UsageSpecification@@UBEHXZ @25157 NONAME ?GetDataLength@H501_UsageSpecification_when@@UBEHXZ @25158 NONAME ?GetDataLength@H501_UserInformation@@UBEHXZ @25159 NONAME ?GetDataLength@H501_ValidationConfirmation@@UBEHXZ @25160 NONAME ?GetDataLength@H501_ValidationRejection@@UBEHXZ @25161 NONAME ?GetDataLength@H501_ValidationRequest@@UBEHXZ @25162 NONAME ?GetDataLength@MCS_AUcf@@UBEHXZ @9291 NONAME ?GetDataLength@MCS_AUrq@@UBEHXZ @9292 NONAME ?GetDataLength@MCS_CAin@@UBEHXZ @9293 NONAME ?GetDataLength@MCS_CArq@@UBEHXZ @9294 NONAME ?GetDataLength@MCS_CCcf@@UBEHXZ @9295 NONAME ?GetDataLength@MCS_CCrq@@UBEHXZ @9296 NONAME ?GetDataLength@MCS_CDin@@UBEHXZ @9297 NONAME ?GetDataLength@MCS_CDrq@@UBEHXZ @9298 NONAME ?GetDataLength@MCS_CEin@@UBEHXZ @9299 NONAME ?GetDataLength@MCS_CErq@@UBEHXZ @9300 NONAME ?GetDataLength@MCS_ChannelAttributes_assigned@@UBEHXZ @9301 NONAME ?GetDataLength@MCS_ChannelAttributes_private@@UBEHXZ @9302 NONAME ?GetDataLength@MCS_ChannelAttributes_static@@UBEHXZ @9303 NONAME ?GetDataLength@MCS_ChannelAttributes_userId@@UBEHXZ @9304 NONAME ?GetDataLength@MCS_CJcf@@UBEHXZ @9305 NONAME ?GetDataLength@MCS_CJrq@@UBEHXZ @9306 NONAME ?GetDataLength@MCS_CLrq@@UBEHXZ @9307 NONAME ?GetDataLength@MCS_Connect_Additional@@UBEHXZ @9308 NONAME ?GetDataLength@MCS_Connect_Initial@@UBEHXZ @9309 NONAME ?GetDataLength@MCS_Connect_Response@@UBEHXZ @9310 NONAME ?GetDataLength@MCS_Connect_Result@@UBEHXZ @9311 NONAME ?GetDataLength@MCS_DomainParameters@@UBEHXZ @9312 NONAME ?GetDataLength@MCS_DPum@@UBEHXZ @9313 NONAME ?GetDataLength@MCS_DUin@@UBEHXZ @9314 NONAME ?GetDataLength@MCS_DUrq@@UBEHXZ @9315 NONAME ?GetDataLength@MCS_EDrq@@UBEHXZ @9316 NONAME ?GetDataLength@MCS_MCcf@@UBEHXZ @9317 NONAME ?GetDataLength@MCS_MCrq@@UBEHXZ @9318 NONAME ?GetDataLength@MCS_MTcf@@UBEHXZ @9319 NONAME ?GetDataLength@MCS_MTrq@@UBEHXZ @9320 NONAME ?GetDataLength@MCS_PCin@@UBEHXZ @9321 NONAME ?GetDataLength@MCS_PDin@@UBEHXZ @9322 NONAME ?GetDataLength@MCS_PTin@@UBEHXZ @9323 NONAME ?GetDataLength@MCS_RJum@@UBEHXZ @9324 NONAME ?GetDataLength@MCS_SDin@@UBEHXZ @9325 NONAME ?GetDataLength@MCS_SDrq@@UBEHXZ @9326 NONAME ?GetDataLength@MCS_TGcf@@UBEHXZ @9327 NONAME ?GetDataLength@MCS_TGrq@@UBEHXZ @9328 NONAME ?GetDataLength@MCS_TIcf@@UBEHXZ @9329 NONAME ?GetDataLength@MCS_TIrq@@UBEHXZ @9330 NONAME ?GetDataLength@MCS_TokenAttributes_given@@UBEHXZ @9331 NONAME ?GetDataLength@MCS_TokenAttributes_giving@@UBEHXZ @9332 NONAME ?GetDataLength@MCS_TokenAttributes_grabbed@@UBEHXZ @9333 NONAME ?GetDataLength@MCS_TokenAttributes_inhibited@@UBEHXZ @9334 NONAME ?GetDataLength@MCS_TokenAttributes_ungivable@@UBEHXZ @9335 NONAME ?GetDataLength@MCS_TPin@@UBEHXZ @9336 NONAME ?GetDataLength@MCS_TPrq@@UBEHXZ @9337 NONAME ?GetDataLength@MCS_TRcf@@UBEHXZ @9338 NONAME ?GetDataLength@MCS_TRrq@@UBEHXZ @9339 NONAME ?GetDataLength@MCS_TTcf@@UBEHXZ @9340 NONAME ?GetDataLength@MCS_TTrq@@UBEHXZ @9341 NONAME ?GetDataLength@MCS_TVcf@@UBEHXZ @9342 NONAME ?GetDataLength@MCS_TVin@@UBEHXZ @9343 NONAME ?GetDataLength@MCS_TVrq@@UBEHXZ @9344 NONAME ?GetDataLength@MCS_TVrs@@UBEHXZ @9345 NONAME ?GetDataLength@MCS_USin@@UBEHXZ @9346 NONAME ?GetDataLength@MCS_USrq@@UBEHXZ @9347 NONAME ?GetDataLength@PWAVFileConverterXLaw@@UAEJAAVPWAVFile@@@Z @43184 NONAME ?GetDataLength@T38_Data_Field_subtype@@UBEHXZ @18931 NONAME ?GetDataLength@T38_IFPPacket@@UBEHXZ @18932 NONAME ?GetDataLength@T38_PreCorrigendum_Data_Field_subtype@@UBEHXZ @21489 NONAME ?GetDataLength@T38_PreCorrigendum_IFPPacket@@UBEHXZ @21490 NONAME ?GetDataLength@T38_UDPTLPacket@@UBEHXZ @18933 NONAME ?GetDataLength@T38_UDPTLPacket_error_recovery_fec_info@@UBEHXZ @18934 NONAME ?GetDataLength@X880_Invoke@@UBEHXZ @14738 NONAME ?GetDataLength@X880_Reject@@UBEHXZ @14739 NONAME ?GetDataLength@X880_ReturnError@@UBEHXZ @14740 NONAME ?GetDataLength@X880_ReturnResult@@UBEHXZ @14741 NONAME ?GetDataLength@X880_ReturnResult_result@@UBEHXZ @14742 NONAME ?GetDataPointer@PASN_BitString@@QBEPBEXZ @41676 NONAME ?GetDefaultBandwidth@H323GatekeeperServer@@QBEIXZ @41677 NONAME ?GetDefaultSessionID@H323AudioCapability@@UBEIXZ @9348 NONAME ?GetDefaultSessionID@H323Capability@@UBEIXZ @9349 NONAME ?GetDefaultSessionID@H323DataCapability@@UBEIXZ @19107 NONAME ?GetDefaultSessionID@H323VideoCapability@@UBEIXZ @9350 NONAME ?GetDefaultUdpPort@H323GatekeeperServer@@UAEGXZ @24021 NONAME ?GetDefinition@OpalFactoryCodec@@UAEPBUPluginCodec_Definition@@XZ @43486 NONAME ?GetDefinition@OpalPluginCodec@@UAEPBUPluginCodec_Definition@@XZ @43487 NONAME ?GetDescriptorID@H323RegisteredEndPoint@@QBEABVOpalGloballyUniqueID@@XZ @41678 NONAME ?GetDestinationAddress@H323GatekeeperCall@@QBE?AVPString@@XZ @20199 NONAME ?GetDestinationAlias@H323SignalPDU@@QBE?AVPString@@H@Z @18463 NONAME ?GetDestinationAliases@H323GatekeeperCall@@QBEABVPStringArray@@XZ @41679 NONAME ?GetDestinationE164@H323SignalPDU@@QBEHAAVPString@@@Z @9351 NONAME ?GetDevice@OpalLineChannel@@QBEAAVOpalLineInterfaceDevice@@XZ @41680 NONAME ?GetDeviceNames@OpalIxJDevice@@SA?AVPStringArray@@XZ @9352 NONAME ?GetDeviceNames@OpalVoipBlasterDevice@@SA?AVPStringArray@@XZ @20009 NONAME ?GetDeviceNames@PSoundChannel@@SA?AVPStringList@@ABVPString@@W4Directions@1@PAVPPluginManager@@@Z @44616 NONAME ?GetDeviceType@OpalLineInterfaceDevice@@UAE?AW4DeviceType@1@XZ @44617 NONAME ?GetDeviceType@OpalUSBDevice@@UAE?AW4DeviceType@OpalLineInterfaceDevice@@XZ @44618 NONAME ?GetDirection@H323BidirectionalChannel@@UBE?AW4Directions@H323Channel@@XZ @9353 NONAME ?GetDirection@H323Codec@@QBE?AW4Direction@1@XZ @41681 NONAME ?GetDirection@H323UnidirectionalChannel@@UBE?AW4Directions@H323Channel@@XZ @9354 NONAME ?GetDisplayName@H323Connection@@QBE?BVPString@@XZ @37942 NONAME ?GetDisplayName@Q931@@QBE?AVPString@@XZ @9355 NONAME ?GetDistinctiveRing@H323Connection@@QBEIXZ @41682 NONAME ?GetDistinctiveRing@H323SignalPDU@@QBEIXZ @18450 NONAME ?GetDomainName@H323PeerElement@@QBE?AVPString@@XZ @25825 NONAME ?GetDuration@OpalRFC2833Info@@QBEIXZ @41683 NONAME ?GetDurationLimit@H323GatekeeperCall@@UBEIXZ @23217 NONAME ?GetEndPoint@H323Connection@@QBEAAVH323EndPoint@@XZ @19108 NONAME ?GetEndPoint@H323GatekeeperCall@@QBEAAVH323RegisteredEndPoint@@XZ @41684 NONAME ?GetEndPoint@H323Transactor@@QBEAAVH323EndPoint@@XZ @41685 NONAME ?GetEndPoint@H323Transport@@QBEAAVH323EndPoint@@XZ @41686 NONAME ?GetEndpointIdentifier@H323Gatekeeper@@QBEABVPString@@XZ @41687 NONAME ?GetEndpointIdentifier@H323GatekeeperARQ@@UBE?AVPString@@XZ @20447 NONAME ?GetEndpointIdentifier@H323GatekeeperBRQ@@UBE?AVPString@@XZ @20448 NONAME ?GetEndpointIdentifier@H323GatekeeperDRQ@@UBE?AVPString@@XZ @20449 NONAME ?GetEndpointIdentifier@H323GatekeeperGRQ@@UBE?AVPString@@XZ @20450 NONAME ?GetEndpointIdentifier@H323GatekeeperIRR@@UBE?AVPString@@XZ @20592 NONAME ?GetEndpointIdentifier@H323GatekeeperLRQ@@UBE?AVPString@@XZ @20451 NONAME ?GetEndpointIdentifier@H323GatekeeperRRQ@@UBE?AVPString@@XZ @20452 NONAME ?GetEndpointIdentifier@H323GatekeeperURQ@@UBE?AVPString@@XZ @20453 NONAME ?GetEndSessionTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @41688 NONAME ?GetErrorNumber@OpalLineInterfaceDevice@@QBEHXZ @41689 NONAME ?GetErrorText@OpalLineInterfaceDevice@@QBE?AVPString@@XZ @9356 NONAME ?GetExtension@RTP_DataFrame@@QBEHXZ @41690 NONAME ?GetExtensionPtr@RTP_DataFrame@@QBEPAEXZ @26440 NONAME ?GetExtensionSize@RTP_DataFrame@@QBEHXZ @26441 NONAME ?GetExtensionType@RTP_DataFrame@@QBEHXZ @26442 NONAME ?GetFactoryName@OpalG711ALaw64k_Decoder@@SA?AVPString@@XZ @43488 NONAME ?GetFactoryName@OpalG711ALaw64k_Encoder@@SA?AVPString@@XZ @43489 NONAME ?GetFactoryName@OpalG711uLaw64k_Decoder@@SA?AVPString@@XZ @43490 NONAME ?GetFactoryName@OpalG711uLaw64k_Encoder@@SA?AVPString@@XZ @43491 NONAME ?GetFirstCall@H323GatekeeperServer@@QAE?AV?$PSafePtr@VH323GatekeeperCall@@@@W4PSafetyMode@@@Z @20454 NONAME ?GetFirstDescriptor@H323PeerElement@@QAE?AV?$PSafePtr@VH323PeerElementDescriptor@@@@W4PSafetyMode@@@Z @25826 NONAME ?GetFirstEndPoint@H323GatekeeperServer@@QAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@W4PSafetyMode@@@Z @20455 NONAME ?GetFirstLocalServiceRelationship@H323PeerElement@@QAE?AV?$PSafePtr@VH323PeerElementServiceRelationship@@@@W4PSafetyMode@@@Z @25827 NONAME ?GetFirstRemoteServiceRelationship@H323PeerElement@@QAE?AV?$PSafePtr@VH323PeerElementServiceRelationship@@@@W4PSafetyMode@@@Z @25828 NONAME ?GetFormat@PWAVFileConverterALaw@@UBEIABVPWAVFile@@@Z @43185 NONAME ?GetFormat@PWAVFileConverterULaw@@UBEIABVPWAVFile@@@Z @43186 NONAME ?GetFormatName@G7231_File_Capability@@UBE?AVPString@@XZ @20939 NONAME ?GetFormatName@H323CodecPluginGenericAudioCapability@@UBE?AVPString@@XZ @44619 NONAME ?GetFormatName@H323CodecPluginNonStandardAudioCapability@@UBE?AVPString@@XZ @36206 NONAME ?GetFormatName@H323PluginCapability@@UBE?AVPString@@XZ @36207 NONAME ?GetFormatName@H323PluginCapabilityInfo@@QBEABVPString@@XZ @41693 NONAME ?GetFormatName@H323_CiscoG7231aLIDCapability@@UBE?AVPString@@XZ @21016 NONAME ?GetFormatName@H323_G711Capability@@UBE?AVPString@@XZ @12497 NONAME ?GetFormatName@H323_H261Capability@@UBE?AVPString@@XZ @12499 NONAME ?GetFormatName@H323_LIDCapability@@UBE?AVPString@@XZ @12500 NONAME ?GetFormatName@H323_T120Capability@@UBE?AVPString@@XZ @12501 NONAME ?GetFormatName@H323_T38Capability@@UBE?AVPString@@XZ @18935 NONAME ?GetFormatName@H323_T38NonStandardCapability@@UBE?AVPString@@XZ @20519 NONAME ?GetFormatName@H323_UserInputCapability@@UBE?AVPString@@XZ @12502 NONAME ?GetFrameLen@G7231_File_Codec@@SAHH@Z @20940 NONAME ?GetFrameNum@H323VideoCodec@@UAEHXZ @27184 NONAME ?GetFramePtr@P64Decoder@@QBEPAEXZ @41694 NONAME ?GetFramePtr@P64Encoder@@QAEPAEXZ @12866 NONAME ?GetFrameRate@H323AudioCodec@@UBEIXZ @9358 NONAME ?GetFrameRate@H323Codec@@UBEIXZ @12929 NONAME ?GetFrameRate@H323PluginVideoCodec@@UBEIXZ @36209 NONAME ?GetFrameRate@H323_H261Codec@@UBEIXZ @19901 NONAME ?GetFrameSize@OpalMediaFormat@@QBEHXZ @41695 NONAME ?GetFrameTime@OpalG711ALaw64k_Base@@UBEIXZ @43492 NONAME ?GetFrameTime@OpalG711uLaw64k_Base@@UBEIXZ @43493 NONAME ?GetFrameTime@OpalMediaFormat@@QBEIXZ @41696 NONAME ?GetFrameTime@OpalPluginCodec@@UBEIXZ @43494 NONAME ?GetGatekeeper@H323EndPoint@@QBEPAVH323Gatekeeper@@XZ @41697 NONAME ?GetGatekeeper@H323GatekeeperListener@@QBEAAVH323GatekeeperServer@@XZ @41698 NONAME ?GetGatekeeperIdentifier@H323GatekeeperARQ@@UBE?AVPString@@XZ @20456 NONAME ?GetGatekeeperIdentifier@H323GatekeeperBRQ@@UBE?AVPString@@XZ @20457 NONAME ?GetGatekeeperIdentifier@H323GatekeeperDRQ@@UBE?AVPString@@XZ @20458 NONAME ?GetGatekeeperIdentifier@H323GatekeeperGRQ@@UBE?AVPString@@XZ @20459 NONAME ?GetGatekeeperIdentifier@H323GatekeeperIRR@@UBE?AVPString@@XZ @20593 NONAME ?GetGatekeeperIdentifier@H323GatekeeperLRQ@@UBE?AVPString@@XZ @20460 NONAME ?GetGatekeeperIdentifier@H323GatekeeperRRQ@@UBE?AVPString@@XZ @20461 NONAME ?GetGatekeeperIdentifier@H323GatekeeperURQ@@UBE?AVPString@@XZ @20462 NONAME ?GetGatekeeperPassword@H323EndPoint@@UBEABVPString@@XZ @23652 NONAME ?GetGatekeeperRejectTag@H323GatekeeperARQ@@UBEIXZ @21113 NONAME ?GetGatekeeperRejectTag@H323GatekeeperBRQ@@UBEIXZ @21114 NONAME ?GetGatekeeperRejectTag@H323GatekeeperDRQ@@UBEIXZ @21115 NONAME ?GetGatekeeperRejectTag@H323GatekeeperGRQ@@UBEIXZ @21116 NONAME ?GetGatekeeperRejectTag@H323GatekeeperIRR@@UBEIXZ @21117 NONAME ?GetGatekeeperRejectTag@H323GatekeeperLRQ@@UBEIXZ @21118 NONAME ?GetGatekeeperRejectTag@H323GatekeeperRRQ@@UBEIXZ @21119 NONAME ?GetGatekeeperRejectTag@H323GatekeeperURQ@@UBEIXZ @21120 NONAME ?GetGatekeeperRequestRetries@H323EndPoint@@QBEIXZ @41699 NONAME ?GetGatekeeperRequestTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @41700 NONAME ?GetGatekeeperTimeToLive@H323EndPoint@@QBEABVPTimeInterval@@XZ @41701 NONAME ?GetGkAccessTokenOID@H323Connection@@QBE?BVPString@@XZ @19580 NONAME ?GetGkAccessTokenOID@H323EndPoint@@QBEABVPString@@XZ @41702 NONAME ?GetHandler@H323_T38Channel@@QBEPAVOpalT38Protocol@@XZ @41703 NONAME ?GetHeaderSize@RTP_DataFrame@@QBEHXZ @26443 NONAME ?GetHostName@H323TransportAddress@@QBE?AVPString@@XZ @12476 NONAME ?GetHostName@PURL@@QBEABVPCaselessString@@XZ @41704 NONAME ?GetIdentifier@H225_RAS@@QBEABVPString@@XZ @41705 NONAME ?GetIdentifier@H323RegisteredEndPoint@@QBEABVPString@@XZ @41706 NONAME ?GetIE@Q931@@QBE?AVPBYTEArray@@W4InformationElementCodes@1@@Z @12651 NONAME ?GetInfoResponseRate@H323GatekeeperServer@@QBEIXZ @41707 NONAME ?GetInitialBandwidth@H323EndPoint@@QBEIXZ @41708 NONAME ?GetInitialiser@PLDAPStructBase@@SAAAV1@XZ @41709 NONAME ?GetInputFormat@OpalG711ALaw64k_Decoder@@UBE?AVPString@@XZ @43495 NONAME ?GetInputFormat@OpalG711ALaw64k_Encoder@@UBE?AVPString@@XZ @43496 NONAME ?GetInputFormat@OpalG711uLaw64k_Decoder@@UBE?AVPString@@XZ @43497 NONAME ?GetInputFormat@OpalG711uLaw64k_Encoder@@UBE?AVPString@@XZ @43498 NONAME ?GetInputFormat@OpalPluginCodec@@UBE?AVPString@@XZ @43499 NONAME ?GetInstance@?$PFactory@VH235Authenticator@@VPString@@@@KAAAV1@XZ @44620 NONAME ?GetInstance@?$PFactory@VH323Capability@@VPString@@@@KAAAV1@XZ @42940 NONAME ?GetInstance@?$PFactory@VH323StaticPluginCodec@@VPString@@@@KAAAV1@XZ @42941 NONAME ?GetInstance@?$PFactory@VOpalFactoryCodec@@VPString@@@@KAAAV1@XZ @43500 NONAME ?GetInstance@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@KAAAV1@XZ @44621 NONAME ?GetInstance@?$PFactory@VOpalMediaFormat@@VPString@@@@KAAAV1@XZ @42942 NONAME ?GetInstance@?$PFactory@VPWAVFileConverter@@I@@KAAAV1@XZ @43187 NONAME ?GetInterfaceAddresses@H323EndPoint@@QAE?AVH323TransportAddressArray@@HPAVH323Transport@@@Z @26393 NONAME ?GetInterfaceAddresses@H323Transactor@@QAE?AVH323TransportAddressArray@@HPAVH323Transport@@@Z @26394 NONAME ?GetInvokeId@H450xHandler@@QBEIXZ @41727 NONAME ?GetIpAddress@H323TransportAddress@@QBEHAAVAddress@PIPSocket@@@Z @21025 NONAME ?GetIpAndPort@H323TransportAddress@@QBEHAAVAddress@PIPSocket@@AAGPBD@Z @9361 NONAME ?GetJitterBufferSize@RTP_Session@@QBEIXZ @21426 NONAME ?GetJitterThreadStackSize@H323EndPoint@@QBEHXZ @41728 NONAME ?GetJitterTime@RTP_JitterBuffer@@QBEKXZ @41729 NONAME ?GetKeyAt@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@QBEABVPOrdinalKey@@H@Z @41730 NONAME ?GetKeyAt@?$PDictionary@VPString@@VH323Connection@@@@QBEABVPString@@H@Z @41731 NONAME ?GetKeyAt@?$PSet@VPOrdinalKey@@@@UBEABVPOrdinalKey@@H@Z @25951 NONAME ?GetKeyAt@?$PStringDictionary@VPOrdinalKey@@@@QBEABVPOrdinalKey@@H@Z @41732 NONAME ?GetKeyList@?$PFactory@VH235Authenticator@@VPString@@@@SA?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @44622 NONAME ?GetKeyList@?$PFactory@VH323Capability@@VPString@@@@SA?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @42943 NONAME ?GetKeyList@?$PFactory@VH323StaticPluginCodec@@VPString@@@@SA?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @42944 NONAME ?GetKeyList@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@SA?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @44623 NONAME ?GetKeyList@?$PFactory@VOpalMediaFormat@@VPString@@@@SA?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @42945 NONAME ?GetKeyList_Internal@?$PFactory@VH235Authenticator@@VPString@@@@IAE?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @44624 NONAME ?GetKeyList_Internal@?$PFactory@VH323Capability@@VPString@@@@IAE?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @42946 NONAME ?GetKeyList_Internal@?$PFactory@VH323StaticPluginCodec@@VPString@@@@IAE?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @42947 NONAME ?GetKeyList_Internal@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@IAE?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @44625 NONAME ?GetKeyList_Internal@?$PFactory@VOpalMediaFormat@@VPString@@@@IAE?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @42948 NONAME ?GetKeyMap@?$PFactory@VOpalMediaFormat@@VPString@@@@SAAAV?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@std@@XZ @42949 NONAME ?GetKeypad@Q931@@QBE?AVPString@@XZ @20359 NONAME ?GetLastReceivedAddress@H323Transport@@UBE?AVH323TransportAddress@@XZ @21506 NONAME ?GetLastReceivedAddress@H323TransportUDP@@UBE?AVH323TransportAddress@@XZ @21507 NONAME ?GetLastReceiveToAddress@PIPSocket@@QBE?AVAddress@1@XZ @43501 NONAME ?GetLineCount@OpalIxJDevice@@UAEIXZ @9362 NONAME ?GetLineCount@OpalUSBDevice@@UAEIXZ @44626 NONAME ?GetLineCount@OpalVoipBlasterDevice@@UAEIXZ @20010 NONAME ?GetListeners@H323EndPoint@@QBEABV?$PList@VH323Listener@@@@XZ @41737 NONAME ?GetListenerThreadStackSize@H323EndPoint@@QBEHXZ @41738 NONAME ?GetLocalAddress@H323TransportIP@@UBE?AVH323TransportAddress@@XZ @9364 NONAME ?GetLocalAddress@H323TransportUDP@@UBE?AVH323TransportAddress@@XZ @43502 NONAME ?GetLocalAddress@RTP_UDP@@QBE?AVAddress@PIPSocket@@XZ @23921 NONAME ?GetLocalAliasNames@H323Connection@@QBEABVPStringList@@XZ @41739 NONAME ?GetLocalCallIntrusionProtectionLevel@H323Connection@@QAEIXZ @41740 NONAME ?GetLocalCapabilities@H323Connection@@QBEABVH323Capabilities@@XZ @41741 NONAME ?GetLocalControlPort@RTP_UDP@@QBEGXZ @41742 NONAME ?GetLocalDataPort@RTP_UDP@@QBEGXZ @41743 NONAME ?GetLocalHostName@RTP_UDP@@UAE?AVPString@@XZ @9365 NONAME ?GetLocalId@H235Authenticator@@UBEABVPString@@XZ @44627 NONAME ?GetLocalName@H323PeerElement@@QBE?AVPString@@XZ @25751 NONAME ?GetLocalPartyName@H323Connection@@QBEABVPString@@XZ @41744 NONAME ?GetLocalUserName@H323EndPoint@@UBEABVPString@@XZ @23653 NONAME ?GetLogicalChannel@H323Connection@@QBEPAVH323Channel@@IH@Z @12505 NONAME ?GetLogicalChannelTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @41745 NONAME ?GetLostPackets@ReceiverReport@RTP_ControlFrame@@QBEIXZ @41746 NONAME ?GetMACAddress@InterfaceEntry@PIPSocket@@QBEABVPString@@XZ @41747 NONAME ?GetMainType@H323AudioCapability@@UBE?AW4MainTypes@H323Capability@@XZ @9367 NONAME ?GetMainType@H323DataCapability@@UBE?AW4MainTypes@H323Capability@@XZ @9368 NONAME ?GetMainType@H323VideoCapability@@UBE?AW4MainTypes@H323Capability@@XZ @9369 NONAME ?GetMainType@H323_UserInputCapability@@UBE?AW4MainTypes@H323Capability@@XZ @9370 NONAME ?GetMarker@RTP_DataFrame@@QBEHXZ @41748 NONAME ?GetMasterSlaveDeterminationRetries@H323EndPoint@@QBEIXZ @41749 NONAME ?GetMasterSlaveDeterminationTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @41750 NONAME ?GetMaxAudioJitterDelay@H323Connection@@QBEIXZ @41751 NONAME ?GetMaxAudioJitterDelay@H323EndPoint@@QBEIXZ @41752 NONAME ?GetMaxFramesPerPacket@OpalG711ALaw64k_Base@@UBEIXZ @43503 NONAME ?GetMaxFramesPerPacket@OpalG711uLaw64k_Base@@UBEIXZ @43504 NONAME ?GetMaxFramesPerPacket@OpalPluginCodec@@UBEIXZ @43505 NONAME ?GetMediaFormat@H323Codec@@QBEABVOpalMediaFormat@@XZ @41753 NONAME ?GetMediaFormatList@H323PluginCodecManager@@KAAAV?$PList@VOpalMediaFormat@@@@XZ @37992 NONAME ?GetMediaFormatMutex@H323PluginCodecManager@@KAAAVPMutex@@XZ @37993 NONAME ?GetMediaFormats@H323PluginCodecManager@@SA?AV?$PList@VOpalMediaFormat@@@@XZ @37994 NONAME ?GetMediaFormats@OpalIxJDevice@@UBE?AV?$PList@VOpalMediaFormat@@@@XZ @12930 NONAME ?GetMediaFormats@OpalUSBDevice@@UBE?AV?$PList@VOpalMediaFormat@@@@XZ @44628 NONAME ?GetMediaFormats@OpalVoipBlasterDevice@@UBE?AV?$PList@VOpalMediaFormat@@@@XZ @20011 NONAME ?GetMessageType@Q931@@QBE?AW4MsgTypes@1@XZ @41754 NONAME ?GetMessageTypeName@Q931@@QBE?AVPString@@XZ @9375 NONAME ?GetMinAudioJitterDelay@H323Connection@@QBEIXZ @41755 NONAME ?GetMinAudioJitterDelay@H323EndPoint@@QBEIXZ @41756 NONAME ?GetMutex@?$PFactory@VOpalMediaFormat@@VPString@@@@SAAAVPMutex@@XZ @42950 NONAME ?GetName@H235AuthCAT@@UBEPBDXZ @23886 NONAME ?GetName@H235AuthProcedure1@@UBEPBDXZ @23866 NONAME ?GetName@H235AuthSimpleMD5@@UBEPBDXZ @23867 NONAME ?GetName@H323Gatekeeper@@QBE?AVPString@@XZ @12641 NONAME ?GetName@H323GatekeeperARQ@@UBEPBDXZ @21121 NONAME ?GetName@H323GatekeeperBRQ@@UBEPBDXZ @21122 NONAME ?GetName@H323GatekeeperDRQ@@UBEPBDXZ @21123 NONAME ?GetName@H323GatekeeperGRQ@@UBEPBDXZ @21124 NONAME ?GetName@H323GatekeeperIRR@@UBEPBDXZ @21125 NONAME ?GetName@H323GatekeeperLRQ@@UBEPBDXZ @21126 NONAME ?GetName@H323GatekeeperRRQ@@UBEPBDXZ @21127 NONAME ?GetName@H323GatekeeperURQ@@UBEPBDXZ @21128 NONAME ?GetName@H501AccessRequest@@UBEPBDXZ @26096 NONAME ?GetName@H501DescriptorUpdate@@UBEPBDXZ @26097 NONAME ?GetName@H501ServiceRequest@@UBEPBDXZ @26098 NONAME ?GetName@OpalIxJDevice@@UBE?AVPString@@XZ @9376 NONAME ?GetName@OpalLineChannel@@UBE?AVPString@@XZ @9377 NONAME ?GetName@OpalUSBDevice@@UBE?AVPString@@XZ @44629 NONAME ?GetName@OpalVoipBlasterDevice@@UBE?AVPString@@XZ @20012 NONAME ?GetNatTypeName@PSTUNClient@@QAE?AVPString@@H@Z @44630 NONAME ?GetNegLogicalChannelAt@H245NegLogicalChannels@@QAEAAVH245NegLogicalChannel@@H@Z @12655 NONAME ?GetNext@PortInfo@H323EndPoint@@QAEGI@Z @21064 NONAME ?GetNextChannelNumber@H245NegLogicalChannels@@QAE?AVH323ChannelNumber@@XZ @9380 NONAME ?GetNextH450CallIdentityValue@H323EndPoint@@QBEIXZ @44631 NONAME ?GetNextInvokeId@H450xDispatcher@@QBEIXZ @41760 NONAME ?GetNextItem@Item@SourceDescription@RTP_ControlFrame@@QAEPAU123@XZ @41761 NONAME ?GetNextItem@Item@SourceDescription@RTP_ControlFrame@@QBEPBU123@XZ @41762 NONAME ?GetNextPacket@Transmitter@@QAEXPAPAE0AAI1@Z @9381 NONAME ?GetNextSequenceNumber@H323Transactor@@IAEIXZ @24023 NONAME ?GetNextTCPPort@H323EndPoint@@QAEGXZ @20603 NONAME ?GetNextUDPPort@H323EndPoint@@QAEGXZ @20604 NONAME ?GetNoMediaTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @26416 NONAME ?GetNumber@H323Channel@@QBEABVH323ChannelNumber@@XZ @41763 NONAME ?GetOutputFormat@OpalG711ALaw64k_Decoder@@UBE?AVPString@@XZ @43506 NONAME ?GetOutputFormat@OpalG711ALaw64k_Encoder@@UBE?AVPString@@XZ @43507 NONAME ?GetOutputFormat@OpalG711uLaw64k_Decoder@@UBE?AVPString@@XZ @43508 NONAME ?GetOutputFormat@OpalG711uLaw64k_Encoder@@UBE?AVPString@@XZ @43509 NONAME ?GetOutputFormat@OpalPluginCodec@@UBE?AVPString@@XZ @43510 NONAME ?GetOwnerEndPoint@H323TransactionServer@@QBEAAVH323EndPoint@@XZ @41764 NONAME ?GetPacketsTooLate@RTP_JitterBuffer@@QBEKXZ @41765 NONAME ?GetPacketsTooLate@RTP_Session@@QBEKXZ @12466 NONAME ?GetParamVars@PURL@@QBEABVPStringToString@@XZ @41766 NONAME ?GetPassword@H235Authenticator@@UBEABVPString@@XZ @44632 NONAME ?GetPayloadPtr@RTP_ControlFrame@@QBEPAEXZ @41767 NONAME ?GetPayloadPtr@RTP_DataFrame@@QBEPAEXZ @41768 NONAME ?GetPayloadSize@RTP_ControlFrame@@QBEHXZ @20330 NONAME ?GetPayloadSize@RTP_DataFrame@@QBEHXZ @41769 NONAME ?GetPayloadType@H323Capability@@QBE?AW4PayloadTypes@RTP_DataFrame@@XZ @41770 NONAME ?GetPayloadType@OpalMediaFormat@@QBE?AW4PayloadTypes@RTP_DataFrame@@XZ @41771 NONAME ?GetPayloadType@OpalRFC2833@@QBE?AW4PayloadTypes@RTP_DataFrame@@XZ @41772 NONAME ?GetPayloadType@RTP_ControlFrame@@QBEIXZ @41773 NONAME ?GetPayloadType@RTP_DataFrame@@QBE?AW4PayloadTypes@1@XZ @41774 NONAME ?GetPDU@H323RasPDU@@UAEAAVPASN_Object@@XZ @25428 NONAME ?GetPDU@H323RasPDU@@UBEABVPASN_Object@@XZ @24024 NONAME ?GetPDU@H501PDU@@UAEAAVPASN_Object@@XZ @25429 NONAME ?GetPDU@H501PDU@@UBEABVPASN_Object@@XZ @24025 NONAME ?GetPeerElement@H323GatekeeperServer@@QBEPAVH323PeerElement@@XZ @41775 NONAME ?GetPlayVolume@OpalIxJDevice@@UAEHIAAI@Z @12549 NONAME ?GetPlayVolume@OpalLineInterfaceDevice@@UAEHIAAI@Z @12550 NONAME ?GetPlayVolume@OpalUSBDevice@@UAEHIAAI@Z @44633 NONAME ?GetPlayVolume@OpalVoipBlasterDevice@@UAEHIAAI@Z @20013 NONAME ?GetPointer@?$PBaseArray@D@@QAEPADH@Z @41776 NONAME ?GetPointer@?$PBaseArray@E@@QAEPAEH@Z @41777 NONAME ?GetPointer@?$PBaseArray@F@@QAEPAFH@Z @41778 NONAME ?GetPort@PURL@@QBEGXZ @41779 NONAME ?GetPosition@PWAVFileConverterXLaw@@UBEJABVPWAVFile@@@Z @43188 NONAME ?GetPrefix@H323RegisteredEndPoint@@QBE?AVPString@@H@Z @19715 NONAME ?GetPrefixCount@H323RegisteredEndPoint@@QBEHXZ @41780 NONAME ?GetPriorityOption@H323PeerElementDescriptor@@SAII@Z @41781 NONAME ?GetProgressIndicator@Q931@@QBEHAAIPAI1@Z @20331 NONAME ?GetProtocolList@H323PeerElementDescriptor@@SAIABVH501_ArrayOf_SupportedProtocols@@@Z @25752 NONAME ?GetProtocolName@H323RasPDU@@UBEPBDXZ @25881 NONAME ?GetProtocolName@H501PDU@@UBEPBDXZ @25882 NONAME ?GetProtocolVersion@H323RegisteredEndPoint@@QBEIXZ @41782 NONAME ?GetQ931@H323SignalPDU@@QAEAAVQ931@@XZ @41783 NONAME ?GetQ931@H323SignalPDU@@QBEABVQ931@@XZ @41784 NONAME ?GetRASAddress@H323RegisteredEndPoint@@QBE?AVH323TransportAddress@@H@Z @23871 NONAME ?GetRASAddresses@H323RegisteredEndPoint@@QBEABVH323TransportAddressArray@@XZ @41785 NONAME ?GetRasChannel@H323GatekeeperRequest@@QBEAAVH323GatekeeperListener@@XZ @41786 NONAME ?GetRasRequestRetries@H323EndPoint@@QBEIXZ @41787 NONAME ?GetRasRequestTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @41788 NONAME ?GetReadFormat@OpalIxJDevice@@UAE?AVOpalMediaFormat@@I@Z @12933 NONAME ?GetReadFormat@OpalUSBDevice@@UAE?AVOpalMediaFormat@@I@Z @44634 NONAME ?GetReadFormat@OpalVoipBlasterDevice@@UAE?AVOpalMediaFormat@@I@Z @20014 NONAME ?GetReadFrameSize@OpalIxJDevice@@UAEHI@Z @9387 NONAME ?GetReadFrameSize@OpalUSBDevice@@UAEHI@Z @44635 NONAME ?GetReadFrameSize@OpalVoipBlasterDevice@@UAEHI@Z @20015 NONAME ?GetRealSendUserInputMode@H323Connection@@QBE?AW4SendUserInputModes@1@XZ @20360 NONAME ?GetReceiveHandler@OpalRFC2833@@QBEABVPNotifier@@XZ @41789 NONAME ?GetRecommendedFramesPerPacket@OpalG711ALaw64k_Base@@UBEIXZ @43511 NONAME ?GetRecommendedFramesPerPacket@OpalG711uLaw64k_Base@@UBEIXZ @43512 NONAME ?GetRecommendedFramesPerPacket@OpalPluginCodec@@UBEIXZ @43513 NONAME ?GetRecords@PDNS@@YAHABVPString@@AAVMXRecordList@1@@Z @44636 NONAME ?GetRecords@PDNS@@YAHABVPString@@AAVSRVRecordList@1@@Z @44637 NONAME ?GetRecordVolume@OpalIxJDevice@@UAEHIAAI@Z @12551 NONAME ?GetRecordVolume@OpalLineInterfaceDevice@@UAEHIAAI@Z @12552 NONAME ?GetRecordVolume@OpalUSBDevice@@UAEHIAAI@Z @44638 NONAME ?GetRecordVolume@OpalVoipBlasterDevice@@UAEHIAAI@Z @20016 NONAME ?GetRedirectingNumber@Q931@@QBEHAAVPString@@PAI1111III@Z @19595 NONAME ?GetRegisteredEndPoint@H323GatekeeperRequest@@QAEHXZ @21129 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperARQ@@UBEIXZ @21130 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperBRQ@@UBEIXZ @21131 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperDRQ@@UBEIXZ @21132 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperGRQ@@UBEIXZ @21133 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperIRR@@UBEIXZ @21134 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperLRQ@@UBEIXZ @21135 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperRRQ@@UBEIXZ @21136 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperURQ@@UBEIXZ @21137 NONAME ?GetRegisteredMediaFormats@OpalMediaFormat@@SA?AV?$PList@VOpalMediaFormat@@@@XZ @26697 NONAME ?GetRegisteredMediaFormats@OpalMediaFormat@@SAXAAV?$PList@VOpalMediaFormat@@@@@Z @37962 NONAME ?GetRemoteAddress@H323TransportIP@@UBE?AVH323TransportAddress@@XZ @9391 NONAME ?GetRemoteAddress@H323_ExternalRTPChannel@@QBEHAAVAddress@PIPSocket@@AAG@Z @19914 NONAME ?GetRemoteAddress@RTP_UDP@@QBE?AVAddress@PIPSocket@@XZ @21278 NONAME ?GetRemoteApplication@H323Connection@@QBEABVPString@@XZ @41790 NONAME ?GetRemoteCallIntrusionProtectionLevel@H323Connection@@UAEHABVPString@@I@Z @21036 NONAME ?GetRemoteCallIntrusionProtectionLevel@H45011Handler@@QAEHABVPString@@I@Z @21037 NONAME ?GetRemoteControlPort@RTP_UDP@@QBEGXZ @41791 NONAME ?GetRemoteDataPort@RTP_UDP@@QBEGXZ @41792 NONAME ?GetRemoteId@H235Authenticator@@UBEABVPString@@XZ @44639 NONAME ?GetRemotePartyName@H323Connection@@QBEABVPString@@XZ @41794 NONAME ?GetRemotePartyNumber@H323Connection@@QBEABVPString@@XZ @41795 NONAME ?GetRemoveDTMF@OpalIxJDevice@@UAEHI@Z @9392 NONAME ?GetRemoveDTMF@OpalLineInterfaceDevice@@UAEHI@Z @9393 NONAME ?GetRemoveDTMF@OpalVoipBlasterDevice@@UAEHI@Z @20017 NONAME ?GetReplyAddress@H323Transaction@@QBE?AVH323TransportAddress@@XZ @26099 NONAME ?GetReplyAddresses@H323Transaction@@QBEABVH323TransportAddressArray@@XZ @41796 NONAME ?GetRequestInProgressDelay@H323RasPDU@@UBEIXZ @25883 NONAME ?GetRequestInProgressDelay@H501PDU@@UBEIXZ @25884 NONAME ?GetRequestModeTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @41797 NONAME ?GetRoundTripDelay@H245NegRoundTripDelay@@QBE?AVPTimeInterval@@XZ @9395 NONAME ?GetRoundTripDelay@H323Connection@@QBE?AVPTimeInterval@@XZ @9396 NONAME ?GetRoundTripDelayRate@H323EndPoint@@QBEABVPTimeInterval@@XZ @41798 NONAME ?GetRoundTripDelayTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @41799 NONAME ?GetRtpIpPortBase@H323EndPoint@@QBEGXZ @41800 NONAME ?GetRtpIpPortMax@H323EndPoint@@QBEGXZ @41801 NONAME ?GetRtpIpPortPair@H323EndPoint@@QAEGXZ @20605 NONAME ?GetRtpIpTypeofService@H323EndPoint@@QBEEXZ @23916 NONAME ?GetRTPPayload@OpalG711ALaw64k_Base@@UBEEXZ @43514 NONAME ?GetRTPPayload@OpalG711uLaw64k_Base@@UBEEXZ @43515 NONAME ?GetRTPPayload@OpalPluginCodec@@UBEEXZ @43516 NONAME ?GetRTPPayloadType@H323_RealTimeChannel@@UBE?AW4PayloadTypes@RTP_DataFrame@@XZ @43062 NONAME ?GetRxFramesInPacket@H323AudioCapability@@UBEIXZ @9399 NONAME ?GetRxFramesInPacket@H323Capability@@UBEIXZ @9400 NONAME ?GetSampleRate@OpalG711ALaw64k_Base@@UBEIXZ @43517 NONAME ?GetSampleRate@OpalG711uLaw64k_Base@@UBEIXZ @43518 NONAME ?GetSampleRate@OpalPluginCodec@@UBEIXZ @43519 NONAME ?GetSampleSize@PWAVFileConverterXLaw@@UBEIABVPWAVFile@@@Z @43189 NONAME ?GetSamplesPerFrame@OpalG711ALaw64k_Base@@UBEIXZ @43520 NONAME ?GetSamplesPerFrame@OpalG711uLaw64k_Base@@UBEIXZ @43521 NONAME ?GetSamplesPerFrame@OpalPluginCodec@@UBEIXZ @43522 NONAME ?GetScheme@PURL@@QBEABVPCaselessString@@XZ @41802 NONAME ?GetSDPFormat@OpalG711ALaw64k_Base@@UBE?AVPString@@XZ @43523 NONAME ?GetSDPFormat@OpalG711uLaw64k_Base@@UBE?AVPString@@XZ @43524 NONAME ?GetSDPFormat@OpalPluginCodec@@UBE?AVPString@@XZ @43525 NONAME ?GetSecurityRejectTag@H323GatekeeperARQ@@UBEIXZ @21138 NONAME ?GetSecurityRejectTag@H323GatekeeperBRQ@@UBEIXZ @21139 NONAME ?GetSecurityRejectTag@H323GatekeeperDRQ@@UBEIXZ @21140 NONAME ?GetSecurityRejectTag@H323GatekeeperGRQ@@UBEIXZ @21141 NONAME ?GetSecurityRejectTag@H323GatekeeperIRR@@UBEIXZ @21142 NONAME ?GetSecurityRejectTag@H323GatekeeperLRQ@@UBEIXZ @21143 NONAME ?GetSecurityRejectTag@H323GatekeeperRRQ@@UBEIXZ @21144 NONAME ?GetSecurityRejectTag@H323GatekeeperURQ@@UBEIXZ @21145 NONAME ?GetSendUserInputMode@H323EndPoint@@QBE?AW4SendUserInputModes@H323Connection@@XZ @41803 NONAME ?GetSequenceNumber@H323RasPDU@@UBEIXZ @24026 NONAME ?GetSequenceNumber@H501PDU@@UBEIXZ @24027 NONAME ?GetSequenceNumber@RTP_DataFrame@@QBEGXZ @41804 NONAME ?GetSerialNumber@OpalIxJDevice@@UAEKXZ @12793 NONAME ?GetSerialNumber@OpalVoipBlasterDevice@@UAEKXZ @20018 NONAME ?GetServiceControlType@H323HTTPServiceControl@@UBE?AVPString@@XZ @23218 NONAME ?GetServiceControlType@H323ServiceControlSession@@UBE?AVPString@@XZ @23219 NONAME ?GetSession@H323Connection@@UBEPAVRTP_Session@@I@Z @19862 NONAME ?GetSession@RTP_SessionManager@@QBEPAVRTP_Session@@I@Z @9402 NONAME ?GetSessionCallbacks@H323Connection@@UBEPAVH323_RTP_Session@@I@Z @19863 NONAME ?GetSessionCodecNames@H323Connection@@UBE?AVPString@@I@Z @19864 NONAME ?GetSessionID@H323Channel@@UBEIXZ @9405 NONAME ?GetSessionID@H323DataChannel@@UBEIXZ @20520 NONAME ?GetSessionID@H323_ExternalRTPChannel@@UBEIXZ @19915 NONAME ?GetSessionID@H323_RTPChannel@@UBEIXZ @9406 NONAME ?GetSessionID@RTP_Session@@QBEIXZ @41805 NONAME ?GetSignalAddress@H323RegisteredEndPoint@@QBE?AVH323TransportAddress@@H@Z @19111 NONAME ?GetSignalAddressCount@H323RegisteredEndPoint@@QBEHXZ @41806 NONAME ?GetSignalAddresses@H323RegisteredEndPoint@@QBEABVH323TransportAddressArray@@XZ @41807 NONAME ?GetSignalInfo@Q931@@QBE?AW4SignalInfo@1@XZ @12493 NONAME ?GetSignallingChannel@H323Connection@@QBEPBVH323Transport@@XZ @41808 NONAME ?GetSignallingChannelCallTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @41809 NONAME ?GetSignallingThreadStackSize@H323EndPoint@@QBEHXZ @41810 NONAME ?GetSignallingVersion@H323Connection@@QBEIXZ @41811 NONAME ?GetSilenceDetectionMode@H323AudioCodec@@QBE?AW4SilenceDetectionMode@1@PAHPAI@Z @14008 NONAME ?GetSilenceDetectionMode@H323EndPoint@@QBE?AW4SilenceDetectionMode@H323AudioCodec@@XZ @41812 NONAME ?GetSilenceDuration@H323_RTPChannel@@QBE?AVPTimeInterval@@XZ @20354 NONAME ?GetSize@H245NegLogicalChannels@@QBEHXZ @41813 NONAME ?GetSize@H323Capabilities@@QBEHXZ @41814 NONAME ?GetSize@PASN_Array@@QBEHXZ @41815 NONAME ?GetSize@PASN_BitString@@QBEIXZ @41816 NONAME ?GetSize@PASN_ObjectId@@QBEHXZ @41817 NONAME ?GetSize@PASN_OctetString@@QBEHXZ @41818 NONAME ?GetSoundChannelPlayDevice@H323EndPoint@@QBEABVPString@@XZ @41820 NONAME ?GetSoundChannelPlayDriver@H323EndPoint@@QBEABVPString@@XZ @43526 NONAME ?GetSoundChannelRecordDevice@H323EndPoint@@QBEABVPString@@XZ @41821 NONAME ?GetSoundChannelRecordDriver@H323EndPoint@@QBEABVPString@@XZ @43527 NONAME ?GetSourceAddress@H323GatekeeperCall@@QBE?AVPString@@XZ @20201 NONAME ?GetSourceAliases@H323SignalPDU@@QBE?AVPString@@PBVH323Transport@@@Z @18464 NONAME ?GetSourceE164@H323SignalPDU@@QBEHAAVPString@@@Z @14743 NONAME ?GetState@H4502Handler@@QBE?AW4State@1@XZ @41822 NONAME ?GetState@H4504Handler@@QBE?AW4State@1@XZ @41823 NONAME ?GetSTUN@H323EndPoint@@QBEPAVPSTUNClient@@ABVAddress@PIPSocket@@@Z @23917 NONAME ?GetSubType@G7231_File_Capability@@UBEIXZ @20941 NONAME ?GetSubType@H323GenericAudioCapability@@UBEIXZ @44640 NONAME ?GetSubType@H323GenericVideoCapability@@UBEIXZ @44641 NONAME ?GetSubType@H323NonStandardAudioCapability@@UBEIXZ @9409 NONAME ?GetSubType@H323NonStandardDataCapability@@UBEIXZ @9410 NONAME ?GetSubType@H323NonStandardVideoCapability@@UBEIXZ @9411 NONAME ?GetSubType@H323PluginCapability@@UBEIXZ @36210 NONAME ?GetSubType@H323_G711Capability@@UBEIXZ @9413 NONAME ?GetSubType@H323_H261Capability@@UBEIXZ @9415 NONAME ?GetSubType@H323_LIDCapability@@UBEIXZ @9416 NONAME ?GetSubType@H323_T120Capability@@UBEIXZ @9417 NONAME ?GetSubType@H323_T38Capability@@UBEIXZ @18936 NONAME ?GetSubType@H323_UserInputCapability@@UBEIXZ @9418 NONAME ?GetSyncSource@RTP_DataFrame@@QBEKXZ @41824 NONAME ?GetSyncSourceOut@RTP_Session@@QBEKXZ @41825 NONAME ?GetTag@PASN_Object@@QBEIXZ @41826 NONAME ?GetTCPPortBase@H323EndPoint@@QBEGXZ @41827 NONAME ?GetTCPPortMax@H323EndPoint@@QBEGXZ @41828 NONAME ?GetTerminalType@H323EndPoint@@QBE?AW4TerminalTypes@1@XZ @41829 NONAME ?GetTimestamp@OpalRFC2833Info@@QBEIXZ @41830 NONAME ?GetTimestamp@RTP_DataFrame@@QBEKXZ @41831 NONAME ?GetTimestampGracePeriod@H235Authenticator@@UBEHXZ @44642 NONAME ?GetTimeToLive@H323GatekeeperServer@@QBEIXZ @41832 NONAME ?GetTimeUnits@OpalMediaFormat@@QBEIXZ @41833 NONAME ?GetTone@OpalRFC2833Info@@QBEDXZ @41834 NONAME ?GetToolName@RTP_Session@@QBE?AVPString@@XZ @21502 NONAME ?GetTransmitHandler@OpalRFC2833@@QBEABVPNotifier@@XZ @41835 NONAME ?GetTransport@H323Transactor@@QBEAAVH323Transport@@XZ @41836 NONAME ?GetTransport@OpalT38Protocol@@QBEPAVH323Transport@@XZ @41837 NONAME ?GetTransportAddress@H323ListenerTCP@@UBE?AVH323TransportAddress@@XZ @14053 NONAME ?GetTxFramesInPacket@H323AudioCapability@@UBEIXZ @9421 NONAME ?GetTxFramesInPacket@H323Capability@@UBEIXZ @9422 NONAME ?GetTxQualityLevel@H323AudioCodec@@UAEHH@Z @44643 NONAME ?GetTxQualityLevel@H323PluginFramedAudioCodec@@UBEHXZ @44644 NONAME ?GetTxQualityLevel@H323StreamedPluginAudioCodec@@UBEHXZ @44645 NONAME ?GetUDPPortBase@H323EndPoint@@QBEGXZ @41838 NONAME ?GetUDPPortMax@H323EndPoint@@QBEGXZ @41839 NONAME ?GetUserData@RTP_Session@@QBEPAVRTP_UserData@@XZ @41840 NONAME ?GetUserNameA@PURL@@QBEABVPString@@XZ @41841 NONAME ?GetUsersPassword@H323GatekeeperServer@@UBEHABVPString@@AAV2@@Z @19356 NONAME ?GetUsersPassword@H323GatekeeperServer@@UBEHABVPString@@AAV2@AAVH323RegisteredEndPoint@@@Z @37922 NONAME ?GetUUIEsRequested@H323Connection@@QBEIXZ @41842 NONAME ?GetVAD@OpalIxJDevice@@UAEHI@Z @12836 NONAME ?GetVAD@OpalLineInterfaceDevice@@UAEHI@Z @12837 NONAME ?GetVAD@OpalVoipBlasterDevice@@UAEHI@Z @20019 NONAME ?GetValue@PASN_BMPString@@QBE?AVPString@@XZ @21428 NONAME ?GetValue@PASN_ConstrainedString@@QBEABVPString@@XZ @41843 NONAME ?GetValue@PASN_Integer@@QBEIXZ @41844 NONAME ?GetValue@PASN_ObjectId@@QBEABV?$PScalarArray@I@@XZ @41845 NONAME ?GetValue@PASN_OctetString@@QBEABVPBYTEArray@@XZ @41846 NONAME ?GetVersion@Address@PIPSocket@@QBEIXZ @41847 NONAME ?GetVersion@RTP_DataFrame@@QBEIXZ @41848 NONAME ?GetWinkDuration@OpalIxJDevice@@UAEII@Z @26425 NONAME ?GetWinkDuration@OpalLineInterfaceDevice@@UAEII@Z @26426 NONAME ?GetWriteFormat@OpalIxJDevice@@UAE?AVOpalMediaFormat@@I@Z @12935 NONAME ?GetWriteFormat@OpalUSBDevice@@UAE?AVOpalMediaFormat@@I@Z @44646 NONAME ?GetWriteFormat@OpalVoipBlasterDevice@@UAE?AVOpalMediaFormat@@I@Z @20020 NONAME ?GetWriteFrameSize@OpalIxJDevice@@UAEHI@Z @9424 NONAME ?GetWriteFrameSize@OpalUSBDevice@@UAEHI@Z @44647 NONAME ?GetWriteFrameSize@OpalVoipBlasterDevice@@UAEHI@Z @20021 NONAME ?h235AuthLoader@PWLibStupidLinkerHacks@@3HA @44648 NONAME ?h235AuthProcedure1Loader@PWLibStupidLinkerHacks@@3HA @44649 NONAME ?h261Loader@PWLibStupidLinkerHacks@@3HA @43528 NONAME ?H323GetAliasAddressE164@@YA?AVPString@@ABVH225_AliasAddress@@@Z @19850 NONAME ?H323GetAliasAddressE164@@YA?AVPString@@ABVH225_ArrayOf_AliasAddress@@@Z @19851 NONAME ?H323GetAliasAddressString@@YA?AVPString@@ABVH225_AliasAddress@@@Z @9429 NONAME ?H323GetAliasAddressStrings@@YA?AVPStringArray@@ABVH225_ArrayOf_AliasAddress@@@Z @26100 NONAME ?H323GetApplicationInfo@@YA?AVPString@@ABVH225_VendorIdentifier@@@Z @20499 NONAME ?H323GetInterfaceAddresses@@YA?AVH323TransportAddressArray@@ABV?$PList@VH323Listener@@@@HPAVH323Transport@@@Z @26395 NONAME ?H323GetInterfaceAddresses@@YA?AVH323TransportAddressArray@@ABVH323TransportAddress@@HPAVH323Transport@@@Z @26396 NONAME ?h323Loader@PWLibStupidLinkerHacks@@3HA @44650 NONAME ?H323SetAliasAddress@@YAXABVH323TransportAddress@@AAVH225_AliasAddress@@@Z @26397 NONAME ?H323SetAliasAddress@@YAXABVPString@@AAVH225_AliasAddress@@H@Z @20332 NONAME ?H323SetAliasAddresses@@YAXABVH323TransportAddressArray@@AAVH225_ArrayOf_AliasAddress@@@Z @26398 NONAME ?H323SetAliasAddresses@@YAXABVPStringArray@@AAVH225_ArrayOf_AliasAddress@@H@Z @26399 NONAME ?H323SetAliasAddresses@@YAXABVPStringList@@AAVH225_ArrayOf_AliasAddress@@H@Z @26400 NONAME ?H323SetTransportAddresses@@YAXABVH323Transport@@ABVH323TransportAddressArray@@AAVH225_ArrayOf_TransportAddress@@@Z @26401 NONAME ?H323TraceDumpPDU@@YAXPBDHABVPBYTEArray@@ABVPASN_Object@@ABVPASN_Choice@@IABVH323TransportAddress@@4@Z @44651 NONAME ?H323TranslateFromCallEndReason@@YA?AW4CauseValues@Q931@@ABVH323Connection@@AAVH225_ReleaseCompleteReason@@@Z @19848 NONAME ?H323TranslateFromCallEndReason@@YA?AW4CauseValues@Q931@@W4CallEndReason@H323Connection@@AAVH225_ReleaseCompleteReason@@@Z @44652 NONAME ?H323TranslateToCallEndReason@@YA?AW4CallEndReason@H323Connection@@W4CauseValues@Q931@@ABVH225_ReleaseCompleteReason@@@Z @19849 NONAME ?HadAnsweredCall@H323Connection@@QBEHXZ @41849 NONAME ?HandleAck@H245NegMasterSlaveDetermination@@QAEHABVH245_MasterSlaveDeterminationAck@@@Z @9432 NONAME ?HandleAck@H245NegRequestMode@@UAEHABVH245_RequestModeAck@@@Z @19877 NONAME ?HandleAck@H245NegTerminalCapabilitySet@@QAEHABVH245_TerminalCapabilitySetAck@@@Z @9434 NONAME ?HandleCallTransferFailure@H323Connection@@UAEXH@Z @20616 NONAME ?HandleCallTransferFailure@H4502Handler@@QAEXH@Z @19956 NONAME ?HandleChannel@H323_T120Channel@@UAEXXZ @20185 NONAME ?HandleClose@H245NegLogicalChannel@@UAEHABVH245_CloseLogicalChannel@@@Z @19544 NONAME ?HandleClose@H245NegLogicalChannels@@UAEHABVH245_CloseLogicalChannel@@@Z @19545 NONAME ?HandleCloseAck@H245NegLogicalChannel@@UAEHABVH245_CloseLogicalChannelAck@@@Z @19546 NONAME ?HandleCloseAck@H245NegLogicalChannels@@UAEHABVH245_CloseLogicalChannelAck@@@Z @19547 NONAME ?HandleConnect@OpalT120Protocol@@UAEHABVMCS_ConnectMCSPDU@@@Z @18937 NONAME ?HandleConsultationTransfer@H323Connection@@UAEXABVPString@@AAV1@@Z @20617 NONAME ?HandleConsultationTransfer@H4502Handler@@QAEXABVPString@@AAVH323Connection@@@Z @20222 NONAME ?HandleControlChannel@H323Connection@@UAEXXZ @9439 NONAME ?HandleControlData@H323Connection@@UAEHAAVPPER_Stream@@@Z @9440 NONAME ?HandleControlPDU@H323Connection@@UAEHABVH323ControlPDU@@@Z @9441 NONAME ?HandleDomain@OpalT120Protocol@@UAEHABVMCS_DomainMCSPDU@@@Z @18938 NONAME ?HandleFastStartAcknowledge@H323Connection@@UAEHABVH225_ArrayOf_PASN_OctetString@@@Z @9442 NONAME ?HandleFirstSignallingChannelPDU@H323Transport@@QAEHXZ @18939 NONAME ?HandleIncoming@H245NegMasterSlaveDetermination@@QAEHABVH245_MasterSlaveDetermination@@@Z @9444 NONAME ?HandleIncoming@H245NegTerminalCapabilitySet@@QAEHABVH245_TerminalCapabilitySet@@@Z @9445 NONAME ?HandleIntrudeCall@H323Connection@@UAEXABVPString@@0@Z @20668 NONAME ?HandleOpen@H245NegLogicalChannel@@UAEHABVH245_OpenLogicalChannel@@@Z @19548 NONAME ?HandleOpen@H245NegLogicalChannels@@UAEHABVH245_OpenLogicalChannel@@@Z @19549 NONAME ?HandleOpenAck@H245NegLogicalChannel@@UAEHABVH245_OpenLogicalChannelAck@@@Z @19550 NONAME ?HandleOpenAck@H245NegLogicalChannels@@UAEHABVH245_OpenLogicalChannelAck@@@Z @19551 NONAME ?HandleOpenConfirm@H245NegLogicalChannel@@UAEHABVH245_OpenLogicalChannelConfirm@@@Z @19552 NONAME ?HandleOpenConfirm@H245NegLogicalChannels@@UAEHABVH245_OpenLogicalChannelConfirm@@@Z @19553 NONAME ?HandlePacket@OpalT38Protocol@@UAEHABVT38_IFPPacket@@@Z @18941 NONAME ?HandlePacketLost@OpalT38Protocol@@UAEHI@Z @19707 NONAME ?HandlePDU@H323Transaction@@QAEHXZ @26101 NONAME ?HandlePDU@H450xDispatcher@@UAEHABVH323SignalPDU@@@Z @20669 NONAME ?HandleRawIFP@OpalT38Protocol@@IAEHABVPASN_OctetString@@@Z @23656 NONAME ?HandleReject@H245NegLogicalChannel@@UAEHABVH245_OpenLogicalChannelReject@@@Z @19554 NONAME ?HandleReject@H245NegLogicalChannels@@UAEHABVH245_OpenLogicalChannelReject@@@Z @19555 NONAME ?HandleReject@H245NegMasterSlaveDetermination@@QAEHABVH245_MasterSlaveDeterminationReject@@@Z @9456 NONAME ?HandleReject@H245NegRequestMode@@UAEHABVH245_RequestModeReject@@@Z @19878 NONAME ?HandleReject@H245NegTerminalCapabilitySet@@QAEHABVH245_TerminalCapabilitySetReject@@@Z @9458 NONAME ?HandleRelease@H245NegMasterSlaveDetermination@@QAEHABVH245_MasterSlaveDeterminationRelease@@@Z @9459 NONAME ?HandleRelease@H245NegRequestMode@@UAEHABVH245_RequestModeRelease@@@Z @19879 NONAME ?HandleRelease@H245NegTerminalCapabilitySet@@QAEHABVH245_TerminalCapabilitySetRelease@@@Z @9461 NONAME ?HandleRequest@H245NegRequestMode@@UAEHABVH245_RequestMode@@@Z @19880 NONAME ?HandleRequest@H245NegRoundTripDelay@@QAEHABVH245_RoundTripDelayRequest@@@Z @9463 NONAME ?HandleRequestClose@H245NegLogicalChannel@@UAEHABVH245_RequestChannelClose@@@Z @19556 NONAME ?HandleRequestClose@H245NegLogicalChannels@@UAEHABVH245_RequestChannelClose@@@Z @19557 NONAME ?HandleRequestCloseAck@H245NegLogicalChannel@@UAEHABVH245_RequestChannelCloseAck@@@Z @19558 NONAME ?HandleRequestCloseAck@H245NegLogicalChannels@@UAEHABVH245_RequestChannelCloseAck@@@Z @19559 NONAME ?HandleRequestCloseReject@H245NegLogicalChannel@@UAEHABVH245_RequestChannelCloseReject@@@Z @19560 NONAME ?HandleRequestCloseReject@H245NegLogicalChannels@@UAEHABVH245_RequestChannelCloseReject@@@Z @19561 NONAME ?HandleRequestCloseRelease@H245NegLogicalChannel@@UAEHABVH245_RequestChannelCloseRelease@@@Z @19562 NONAME ?HandleRequestCloseRelease@H245NegLogicalChannels@@UAEHABVH245_RequestChannelCloseRelease@@@Z @19563 NONAME ?HandleRequestInProgress@H323Transactor@@IAEHABVH323TransactionPDU@@I@Z @25885 NONAME ?HandleResponse@H245NegRoundTripDelay@@QAEHABVH245_RoundTripDelayResponse@@@Z @9472 NONAME ?HandleServiceRequest@H323PeerElement@@IAE?AW4Response@H323Transaction@@AAVH501ServiceRequest@@@Z @26512 NONAME ?HandleSignallingChannel@H323Connection@@UAEXXZ @20618 NONAME ?HandleSignalPDU@H323Connection@@UAEHAAVH323SignalPDU@@@Z @9474 NONAME ?HandleStatus@OpalVoipBlasterDevice@@IAEXH@Z @26676 NONAME ?HandleTimeout@H245NegLogicalChannel@@UAEXAAVPTimer@@H@Z @9475 NONAME ?HandleTimeout@H245NegMasterSlaveDetermination@@UAEXAAVPTimer@@H@Z @9476 NONAME ?HandleTimeout@H245Negotiator@@MAEXAAVPTimer@@H@Z @9477 NONAME ?HandleTimeout@H245NegRequestMode@@UAEXAAVPTimer@@H@Z @9478 NONAME ?HandleTimeout@H245NegRoundTripDelay@@UAEXAAVPTimer@@H@Z @9479 NONAME ?HandleTimeout@H245NegTerminalCapabilitySet@@UAEXAAVPTimer@@H@Z @9480 NONAME ?HandleTransaction@H225_RAS@@UAEHABVPASN_Object@@@Z @25886 NONAME ?HandleTransaction@H323_AnnexG@@UAEHABVPASN_Object@@@Z @25887 NONAME ?HandleTransactions@H323Transactor@@MAEXAAVPThread@@H@Z @25888 NONAME ?HandleTransferCall@H323Connection@@UAEXABVPString@@0@Z @20619 NONAME ?HandleTunnelPDU@H323Connection@@UAEXPAVH323SignalPDU@@@Z @20097 NONAME ?HasAvailDevice@HIDDevices@@QAEHXZ @44653 NONAME ?HasConnection@H323EndPoint@@UAEHABVPString@@@Z @9482 NONAME ?HashFunction@H323ChannelNumber@@UBEHXZ @9484 NONAME ?HashFunction@OpalGloballyUniqueID@@UBEHXZ @13850 NONAME ?HasHookFlash@OpalIxJDevice@@UAEHI@Z @12828 NONAME ?HasHookFlash@OpalLineInterfaceDevice@@UAEHI@Z @12829 NONAME ?HasHookFlash@OpalVoipBlasterDevice@@UAEHI@Z @20022 NONAME ?HasIE@Q931@@QBEHW4InformationElementCodes@1@@Z @12652 NONAME ?HasReceivedCapabilities@H245NegTerminalCapabilitySet@@QBEHXZ @41850 NONAME ?HasSentCapabilities@H245NegTerminalCapabilitySet@@QBEHXZ @41851 NONAME ?height@P64Decoder@@QBEHXZ @41852 NONAME ?HoldCall@H323Connection@@QAEXH@Z @15096 NONAME ?HoldCall@H323EndPoint@@QAEXABVPString@@H@Z @15097 NONAME ?HoldCall@H4504Handler@@QAEXH@Z @19462 NONAME ?HookFlash@OpalLineInterfaceDevice@@UAEHII@Z @9485 NONAME ?In@RTP_JitterBufferAnalyser@@QAEXKIPBD@Z @12462 NONAME ?IncEncodeAndGetPacket@H261PixelEncoder@@QAEXPAEAAI@Z @20333 NONAME ?IncEncodeAndGetPacket@P64Encoder@@QAEXPAEAAI@Z @20334 NONAME ?IncrementReference@RTP_Session@@QAEXXZ @41853 NONAME ?InfoRequest@H323GatekeeperListener@@UAEHAAVH323RegisteredEndPoint@@PAVH323GatekeeperCall@@@Z @21056 NONAME ?InfoRequestResponse@H323Gatekeeper@@QAEXABVH323Connection@@@Z @20539 NONAME ?InfoRequestResponse@H323Gatekeeper@@QAEXABVH323Connection@@ABVH225_H323_UU_PDU@@H@Z @19574 NONAME ?InfoRequestResponse@H323Gatekeeper@@QAEXXZ @20540 NONAME ?init@P64Decoder@@IAEXXZ @9487 NONAME ?inithuff@P64Decoder@@IAEXXZ @9488 NONAME ?initquant@P64Decoder@@IAEXXZ @9489 NONAME ?insert@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@std@@QAE?AU?$pair@Viterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@_N@2@ABU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@Z @43190 NONAME ?insert@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@@Z @44654 NONAME ?insert@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@@Z @42951 NONAME ?insert@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@@Z @43531 NONAME ?insert@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@2@@Z @44655 NONAME ?insert@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@@Z @42952 NONAME ?insert@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@2@@Z @42953 NONAME ?insert@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAEPAULookupRecord@@PAU3@ABU3@@Z @44656 NONAME ?insert@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAEXPAULookupRecord@@IABU3@@Z @44657 NONAME ?insert@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAE?AU?$pair@Viterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@_N@2@ABU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@Z @43191 NONAME ?insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@@Z @44658 NONAME ?insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@@Z @42954 NONAME ?insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@@Z @43532 NONAME ?insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@2@@Z @44659 NONAME ?insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@@Z @42955 NONAME ?insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@2@@Z @42956 NONAME ?InternalCreateGatekeeper@H323EndPoint@@IAEPAVH323Gatekeeper@@PAVH323Transport@@@Z @12723 NONAME ?InternalEndSessionCheck@H323Connection@@IAEHAAVPPER_Stream@@@Z @20704 NONAME ?InternalEstablishedConnectionCheck@H323Connection@@MAEXXZ @20615 NONAME ?InternalIsDescendant@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBEHPBD@Z @36212 NONAME ?InternalIsDescendant@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBEHPBD@Z @36213 NONAME ?InternalIsDescendant@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBEHPBD@Z @36214 NONAME ?InternalIsDescendant@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBEHPBD@Z @36215 NONAME ?InternalIsDescendant@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBEHPBD@Z @36216 NONAME ?InternalIsDescendant@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBEHPBD@Z @36217 NONAME ?InternalIsDescendant@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBEHPBD@Z @36218 NONAME ?InternalIsDescendant@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBEHPBD@Z @36219 NONAME ?InternalIsDescendant@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBEHPBD@Z @36220 NONAME ?InternalIsDescendant@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBEHPBD@Z @36221 NONAME ?InternalIsDescendant@?$PArray@V?$PList@VH323Capability@@@@@@UBEHPBD@Z @36222 NONAME ?InternalIsDescendant@?$PArray@VH323SimultaneousCapabilities@@@@UBEHPBD@Z @36223 NONAME ?InternalIsDescendant@?$PArray@VH323TransportAddress@@@@UBEHPBD@Z @36224 NONAME ?InternalIsDescendant@?$PArray@VReceiverReport@RTP_Session@@@@UBEHPBD@Z @36225 NONAME ?InternalIsDescendant@?$PArray@VSourceDescription@RTP_Session@@@@UBEHPBD@Z @36226 NONAME ?InternalIsDescendant@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UBEHPBD@Z @36227 NONAME ?InternalIsDescendant@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UBEHPBD@Z @36228 NONAME ?InternalIsDescendant@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UBEHPBD@Z @36229 NONAME ?InternalIsDescendant@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UBEHPBD@Z @36230 NONAME ?InternalIsDescendant@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UBEHPBD@Z @36231 NONAME ?InternalIsDescendant@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UBEHPBD@Z @36232 NONAME ?InternalIsDescendant@?$PDictionary@VPString@@VH323Connection@@@@UBEHPBD@Z @36233 NONAME ?InternalIsDescendant@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UBEHPBD@Z @36234 NONAME ?InternalIsDescendant@?$PDictionary@VPString@@VPOrdinalKey@@@@UBEHPBD@Z @36235 NONAME ?InternalIsDescendant@?$PList@VH235Authenticator@@@@UBEHPBD@Z @41875 NONAME ?InternalIsDescendant@?$PList@VH245_GenericParameter@@@@UBEHPBD@Z @44660 NONAME ?InternalIsDescendant@?$PList@VH323Capability@@@@UBEHPBD@Z @36237 NONAME ?InternalIsDescendant@?$PList@VH323Channel@@@@UBEHPBD@Z @36238 NONAME ?InternalIsDescendant@?$PList@VH323GatekeeperListener@@@@UBEHPBD@Z @36239 NONAME ?InternalIsDescendant@?$PList@VH323Listener@@@@UBEHPBD@Z @36240 NONAME ?InternalIsDescendant@?$PList@VH323Transactor@@@@UBEHPBD@Z @36241 NONAME ?InternalIsDescendant@?$PList@VH450xHandler@@@@UBEHPBD@Z @36242 NONAME ?InternalIsDescendant@?$PList@VOpalMediaFormat@@@@UBEHPBD@Z @36244 NONAME ?InternalIsDescendant@?$PList@VPBYTEArray@@@@UBEHPBD@Z @36245 NONAME ?InternalIsDescendant@?$POrdinalDictionary@VPString@@@@UBEHPBD@Z @36246 NONAME ?InternalIsDescendant@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UBEHPBD@Z @36247 NONAME ?InternalIsDescendant@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UBEHPBD@Z @36248 NONAME ?InternalIsDescendant@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UBEHPBD@Z @36249 NONAME ?InternalIsDescendant@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UBEHPBD@Z @36250 NONAME ?InternalIsDescendant@?$PSafePtr@VH323GatekeeperCall@@@@UBEHPBD@Z @36251 NONAME ?InternalIsDescendant@?$PSafePtr@VH323PeerElementDescriptor@@@@UBEHPBD@Z @36252 NONAME ?InternalIsDescendant@?$PSafePtr@VH323PeerElementServiceRelationship@@@@UBEHPBD@Z @36253 NONAME ?InternalIsDescendant@?$PSafePtr@VH323RegisteredEndPoint@@@@UBEHPBD@Z @36254 NONAME ?InternalIsDescendant@?$PSet@VPOrdinalKey@@@@UBEHPBD@Z @36255 NONAME ?InternalIsDescendant@?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@UBEHPBD@Z @36256 NONAME ?InternalIsDescendant@?$PSortedList@VH225_AliasAddress@@@@UBEHPBD@Z @36257 NONAME ?InternalIsDescendant@?$PSortedList@VH323GatekeeperCall@@@@UBEHPBD@Z @36258 NONAME ?InternalIsDescendant@?$PSortedList@VH323PeerElementDescriptor@@@@UBEHPBD@Z @36259 NONAME ?InternalIsDescendant@?$PSortedList@VH323PeerElementServiceRelationship@@@@UBEHPBD@Z @36260 NONAME ?InternalIsDescendant@?$PSortedList@VMXRecord@PDNS@@@@UBEHPBD@Z @44661 NONAME ?InternalIsDescendant@?$PSortedList@VPString@@@@UBEHPBD@Z @41876 NONAME ?InternalIsDescendant@?$PSortedList@VResponse@H323Transactor@@@@UBEHPBD@Z @36261 NONAME ?InternalIsDescendant@?$PSortedList@VSRVRecord@PDNS@@@@UBEHPBD@Z @44662 NONAME ?InternalIsDescendant@?$PStringDictionary@VPOrdinalKey@@@@UBEHPBD@Z @36262 NONAME ?InternalIsDescendant@AlternateInfo@H323Gatekeeper@@UBEHPBD@Z @36263 NONAME ?InternalIsDescendant@ByteQueue@OpalVoipBlasterDevice@@UBEHPBD@Z @36264 NONAME ?InternalIsDescendant@FilterInfo@H323Codec@@UBEHPBD@Z @36266 NONAME ?InternalIsDescendant@G7231_File_Capability@@UBEHPBD@Z @36267 NONAME ?InternalIsDescendant@G7231_File_Codec@@UBEHPBD@Z @36268 NONAME ?InternalIsDescendant@GCC_AlternativeNodeID@@UBEHPBD@Z @36269 NONAME ?InternalIsDescendant@GCC_ApplicationInvokeIndication@@UBEHPBD@Z @36270 NONAME ?InternalIsDescendant@GCC_ApplicationInvokeSpecifier@@UBEHPBD@Z @36271 NONAME ?InternalIsDescendant@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@UBEHPBD@Z @36272 NONAME ?InternalIsDescendant@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBEHPBD@Z @36273 NONAME ?InternalIsDescendant@GCC_ApplicationRecord@@UBEHPBD@Z @36274 NONAME ?InternalIsDescendant@GCC_ApplicationRecord_nonCollapsingCapabilities@@UBEHPBD@Z @36275 NONAME ?InternalIsDescendant@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBEHPBD@Z @36276 NONAME ?InternalIsDescendant@GCC_ArrayOf_ApplicationInvokeSpecifier@@UBEHPBD@Z @36277 NONAME ?InternalIsDescendant@GCC_ArrayOf_ChallengeItem@@UBEHPBD@Z @36278 NONAME ?InternalIsDescendant@GCC_ArrayOf_ConferenceDescriptor@@UBEHPBD@Z @36279 NONAME ?InternalIsDescendant@GCC_ArrayOf_Privilege@@UBEHPBD@Z @36280 NONAME ?InternalIsDescendant@GCC_ArrayOf_TextString@@UBEHPBD@Z @36281 NONAME ?InternalIsDescendant@GCC_ArrayOf_UserID@@UBEHPBD@Z @36282 NONAME ?InternalIsDescendant@GCC_AsymmetryIndicator@@UBEHPBD@Z @36283 NONAME ?InternalIsDescendant@GCC_CapabilityClass@@UBEHPBD@Z @36284 NONAME ?InternalIsDescendant@GCC_CapabilityID@@UBEHPBD@Z @36285 NONAME ?InternalIsDescendant@GCC_ChallengeItem@@UBEHPBD@Z @36286 NONAME ?InternalIsDescendant@GCC_ChallengeRequest@@UBEHPBD@Z @36287 NONAME ?InternalIsDescendant@GCC_ChallengeResponse@@UBEHPBD@Z @36288 NONAME ?InternalIsDescendant@GCC_ChallengeResponseAlgorithm@@UBEHPBD@Z @36289 NONAME ?InternalIsDescendant@GCC_ChallengeResponseItem@@UBEHPBD@Z @36290 NONAME ?InternalIsDescendant@GCC_ChannelID@@UBEHPBD@Z @36291 NONAME ?InternalIsDescendant@GCC_ChannelType@@UBEHPBD@Z @36292 NONAME ?InternalIsDescendant@GCC_ConductorAssignIndication@@UBEHPBD@Z @36293 NONAME ?InternalIsDescendant@GCC_ConductorPermissionAskIndication@@UBEHPBD@Z @36294 NONAME ?InternalIsDescendant@GCC_ConductorPermissionGrantIndication@@UBEHPBD@Z @36295 NONAME ?InternalIsDescendant@GCC_ConductorReleaseIndication@@UBEHPBD@Z @36296 NONAME ?InternalIsDescendant@GCC_ConferenceAddRequest@@UBEHPBD@Z @36297 NONAME ?InternalIsDescendant@GCC_ConferenceAddResponse@@UBEHPBD@Z @36298 NONAME ?InternalIsDescendant@GCC_ConferenceAddResponse_result@@UBEHPBD@Z @36299 NONAME ?InternalIsDescendant@GCC_ConferenceAssistanceIndication@@UBEHPBD@Z @36300 NONAME ?InternalIsDescendant@GCC_ConferenceCreateRequest@@UBEHPBD@Z @36301 NONAME ?InternalIsDescendant@GCC_ConferenceCreateResponse@@UBEHPBD@Z @36302 NONAME ?InternalIsDescendant@GCC_ConferenceCreateResponse_result@@UBEHPBD@Z @36303 NONAME ?InternalIsDescendant@GCC_ConferenceDescriptor@@UBEHPBD@Z @36304 NONAME ?InternalIsDescendant@GCC_ConferenceEjectUserIndication@@UBEHPBD@Z @36305 NONAME ?InternalIsDescendant@GCC_ConferenceEjectUserIndication_reason@@UBEHPBD@Z @36306 NONAME ?InternalIsDescendant@GCC_ConferenceEjectUserRequest@@UBEHPBD@Z @36307 NONAME ?InternalIsDescendant@GCC_ConferenceEjectUserRequest_reason@@UBEHPBD@Z @36308 NONAME ?InternalIsDescendant@GCC_ConferenceEjectUserResponse@@UBEHPBD@Z @36309 NONAME ?InternalIsDescendant@GCC_ConferenceEjectUserResponse_result@@UBEHPBD@Z @36310 NONAME ?InternalIsDescendant@GCC_ConferenceInviteRequest@@UBEHPBD@Z @36311 NONAME ?InternalIsDescendant@GCC_ConferenceInviteResponse@@UBEHPBD@Z @36312 NONAME ?InternalIsDescendant@GCC_ConferenceInviteResponse_result@@UBEHPBD@Z @36313 NONAME ?InternalIsDescendant@GCC_ConferenceJoinRequest@@UBEHPBD@Z @36314 NONAME ?InternalIsDescendant@GCC_ConferenceJoinResponse@@UBEHPBD@Z @36315 NONAME ?InternalIsDescendant@GCC_ConferenceJoinResponse_result@@UBEHPBD@Z @36316 NONAME ?InternalIsDescendant@GCC_ConferenceLockIndication@@UBEHPBD@Z @36317 NONAME ?InternalIsDescendant@GCC_ConferenceLockRequest@@UBEHPBD@Z @36318 NONAME ?InternalIsDescendant@GCC_ConferenceLockResponse@@UBEHPBD@Z @36319 NONAME ?InternalIsDescendant@GCC_ConferenceLockResponse_result@@UBEHPBD@Z @36320 NONAME ?InternalIsDescendant@GCC_ConferenceName@@UBEHPBD@Z @36321 NONAME ?InternalIsDescendant@GCC_ConferenceNameModifier@@UBEHPBD@Z @36322 NONAME ?InternalIsDescendant@GCC_ConferenceNameSelector@@UBEHPBD@Z @36323 NONAME ?InternalIsDescendant@GCC_ConferencePriority@@UBEHPBD@Z @36324 NONAME ?InternalIsDescendant@GCC_ConferencePriorityScheme@@UBEHPBD@Z @36325 NONAME ?InternalIsDescendant@GCC_ConferenceQueryRequest@@UBEHPBD@Z @36326 NONAME ?InternalIsDescendant@GCC_ConferenceQueryResponse@@UBEHPBD@Z @36327 NONAME ?InternalIsDescendant@GCC_ConferenceQueryResponse_result@@UBEHPBD@Z @36328 NONAME ?InternalIsDescendant@GCC_ConferenceTerminateIndication@@UBEHPBD@Z @36329 NONAME ?InternalIsDescendant@GCC_ConferenceTerminateIndication_reason@@UBEHPBD@Z @36330 NONAME ?InternalIsDescendant@GCC_ConferenceTerminateRequest@@UBEHPBD@Z @36331 NONAME ?InternalIsDescendant@GCC_ConferenceTerminateRequest_reason@@UBEHPBD@Z @36332 NONAME ?InternalIsDescendant@GCC_ConferenceTerminateResponse@@UBEHPBD@Z @36333 NONAME ?InternalIsDescendant@GCC_ConferenceTerminateResponse_result@@UBEHPBD@Z @36334 NONAME ?InternalIsDescendant@GCC_ConferenceTimeExtendIndication@@UBEHPBD@Z @36335 NONAME ?InternalIsDescendant@GCC_ConferenceTimeInquireIndication@@UBEHPBD@Z @36336 NONAME ?InternalIsDescendant@GCC_ConferenceTimeRemainingIndication@@UBEHPBD@Z @36337 NONAME ?InternalIsDescendant@GCC_ConferenceTransferIndication@@UBEHPBD@Z @36338 NONAME ?InternalIsDescendant@GCC_ConferenceTransferRequest@@UBEHPBD@Z @36339 NONAME ?InternalIsDescendant@GCC_ConferenceTransferResponse@@UBEHPBD@Z @36340 NONAME ?InternalIsDescendant@GCC_ConferenceTransferResponse_result@@UBEHPBD@Z @36341 NONAME ?InternalIsDescendant@GCC_ConferenceUnlockIndication@@UBEHPBD@Z @36342 NONAME ?InternalIsDescendant@GCC_ConferenceUnlockRequest@@UBEHPBD@Z @36343 NONAME ?InternalIsDescendant@GCC_ConferenceUnlockResponse@@UBEHPBD@Z @36344 NONAME ?InternalIsDescendant@GCC_ConferenceUnlockResponse_result@@UBEHPBD@Z @36345 NONAME ?InternalIsDescendant@GCC_ConnectData@@UBEHPBD@Z @36346 NONAME ?InternalIsDescendant@GCC_ConnectGCCPDU@@UBEHPBD@Z @36347 NONAME ?InternalIsDescendant@GCC_DialingString@@UBEHPBD@Z @36348 NONAME ?InternalIsDescendant@GCC_DynamicChannelID@@UBEHPBD@Z @36349 NONAME ?InternalIsDescendant@GCC_DynamicTokenID@@UBEHPBD@Z @36350 NONAME ?InternalIsDescendant@GCC_EntityID@@UBEHPBD@Z @36351 NONAME ?InternalIsDescendant@GCC_ExtraDialingString@@UBEHPBD@Z @36352 NONAME ?InternalIsDescendant@GCC_FunctionNotSupportedResponse@@UBEHPBD@Z @36353 NONAME ?InternalIsDescendant@GCC_GCCPDU@@UBEHPBD@Z @36354 NONAME ?InternalIsDescendant@GCC_H221NonStandardIdentifier@@UBEHPBD@Z @36355 NONAME ?InternalIsDescendant@GCC_Handle@@UBEHPBD@Z @36356 NONAME ?InternalIsDescendant@GCC_IndicationPDU@@UBEHPBD@Z @36357 NONAME ?InternalIsDescendant@GCC_Key@@UBEHPBD@Z @36358 NONAME ?InternalIsDescendant@GCC_NetworkAddress@@UBEHPBD@Z @36359 NONAME ?InternalIsDescendant@GCC_NetworkAddress_subtype@@UBEHPBD@Z @36360 NONAME ?InternalIsDescendant@GCC_NetworkAddress_subtype_aggregatedChannel@@UBEHPBD@Z @36361 NONAME ?InternalIsDescendant@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBEHPBD@Z @36362 NONAME ?InternalIsDescendant@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBEHPBD@Z @36363 NONAME ?InternalIsDescendant@GCC_NetworkAddress_subtype_transportConnection@@UBEHPBD@Z @36364 NONAME ?InternalIsDescendant@GCC_NodeProperties@@UBEHPBD@Z @36365 NONAME ?InternalIsDescendant@GCC_NodeRecord@@UBEHPBD@Z @36366 NONAME ?InternalIsDescendant@GCC_NodeType@@UBEHPBD@Z @36367 NONAME ?InternalIsDescendant@GCC_NonStandardParameter@@UBEHPBD@Z @36368 NONAME ?InternalIsDescendant@GCC_NonStandardPDU@@UBEHPBD@Z @36369 NONAME ?InternalIsDescendant@GCC_Password@@UBEHPBD@Z @36370 NONAME ?InternalIsDescendant@GCC_PasswordChallengeRequestResponse@@UBEHPBD@Z @36371 NONAME ?InternalIsDescendant@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBEHPBD@Z @36372 NONAME ?InternalIsDescendant@GCC_PasswordSelector@@UBEHPBD@Z @36373 NONAME ?InternalIsDescendant@GCC_Privilege@@UBEHPBD@Z @36374 NONAME ?InternalIsDescendant@GCC_RegistryAllocateHandleRequest@@UBEHPBD@Z @36375 NONAME ?InternalIsDescendant@GCC_RegistryAllocateHandleResponse@@UBEHPBD@Z @36376 NONAME ?InternalIsDescendant@GCC_RegistryAllocateHandleResponse_result@@UBEHPBD@Z @36377 NONAME ?InternalIsDescendant@GCC_RegistryAssignTokenRequest@@UBEHPBD@Z @36378 NONAME ?InternalIsDescendant@GCC_RegistryDeleteEntryRequest@@UBEHPBD@Z @36379 NONAME ?InternalIsDescendant@GCC_RegistryEntryOwner@@UBEHPBD@Z @36380 NONAME ?InternalIsDescendant@GCC_RegistryEntryOwner_owned@@UBEHPBD@Z @36381 NONAME ?InternalIsDescendant@GCC_RegistryItem@@UBEHPBD@Z @36382 NONAME ?InternalIsDescendant@GCC_RegistryKey@@UBEHPBD@Z @36383 NONAME ?InternalIsDescendant@GCC_RegistryModificationRights@@UBEHPBD@Z @36384 NONAME ?InternalIsDescendant@GCC_RegistryMonitorEntryIndication@@UBEHPBD@Z @36385 NONAME ?InternalIsDescendant@GCC_RegistryMonitorEntryRequest@@UBEHPBD@Z @36386 NONAME ?InternalIsDescendant@GCC_RegistryRegisterChannelRequest@@UBEHPBD@Z @36387 NONAME ?InternalIsDescendant@GCC_RegistryResponse@@UBEHPBD@Z @36388 NONAME ?InternalIsDescendant@GCC_RegistryResponse_primitiveType@@UBEHPBD@Z @36389 NONAME ?InternalIsDescendant@GCC_RegistryResponse_result@@UBEHPBD@Z @36390 NONAME ?InternalIsDescendant@GCC_RegistryRetrieveEntryRequest@@UBEHPBD@Z @36391 NONAME ?InternalIsDescendant@GCC_RegistrySetParameterRequest@@UBEHPBD@Z @36392 NONAME ?InternalIsDescendant@GCC_RequestPDU@@UBEHPBD@Z @36393 NONAME ?InternalIsDescendant@GCC_ResponsePDU@@UBEHPBD@Z @36394 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication@@UBEHPBD@Z @36395 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation@@UBEHPBD@Z @36396 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBEHPBD@Z @36397 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@UBEHPBD@Z @36398 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@UBEHPBD@Z @36399 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBEHPBD@Z @36400 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@UBEHPBD@Z @36401 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@UBEHPBD@Z @36402 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBEHPBD@Z @36403 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@UBEHPBD@Z @36404 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBEHPBD@Z @36405 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@UBEHPBD@Z @36406 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_nodeInformation@@UBEHPBD@Z @36407 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@UBEHPBD@Z @36408 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@UBEHPBD@Z @36409 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBEHPBD@Z @36410 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@UBEHPBD@Z @36411 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBEHPBD@Z @36412 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@UBEHPBD@Z @36413 NONAME ?InternalIsDescendant@GCC_SessionKey@@UBEHPBD@Z @36414 NONAME ?InternalIsDescendant@GCC_SimpleNumericString@@UBEHPBD@Z @36415 NONAME ?InternalIsDescendant@GCC_SimpleTextString@@UBEHPBD@Z @36416 NONAME ?InternalIsDescendant@GCC_StaticChannelID@@UBEHPBD@Z @36417 NONAME ?InternalIsDescendant@GCC_StaticTokenID@@UBEHPBD@Z @36418 NONAME ?InternalIsDescendant@GCC_SubAddressString@@UBEHPBD@Z @36419 NONAME ?InternalIsDescendant@GCC_TerminationMethod@@UBEHPBD@Z @36420 NONAME ?InternalIsDescendant@GCC_TextMessageIndication@@UBEHPBD@Z @36421 NONAME ?InternalIsDescendant@GCC_TextString@@UBEHPBD@Z @36422 NONAME ?InternalIsDescendant@GCC_Time@@UBEHPBD@Z @36423 NONAME ?InternalIsDescendant@GCC_TokenID@@UBEHPBD@Z @36424 NONAME ?InternalIsDescendant@GCC_UserData@@UBEHPBD@Z @36425 NONAME ?InternalIsDescendant@GCC_UserData_subtype@@UBEHPBD@Z @36426 NONAME ?InternalIsDescendant@GCC_UserID@@UBEHPBD@Z @36427 NONAME ?InternalIsDescendant@GCC_UserIDIndication@@UBEHPBD@Z @36428 NONAME ?InternalIsDescendant@H225CallThread@@UBEHPBD@Z @36429 NONAME ?InternalIsDescendant@H225TransportThread@@UBEHPBD@Z @36430 NONAME ?InternalIsDescendant@H225_AddressPattern@@UBEHPBD@Z @36431 NONAME ?InternalIsDescendant@H225_AddressPattern_range@@UBEHPBD@Z @36432 NONAME ?InternalIsDescendant@H225_AdmissionConfirm@@UBEHPBD@Z @36433 NONAME ?InternalIsDescendant@H225_AdmissionConfirm_language@@UBEHPBD@Z @36434 NONAME ?InternalIsDescendant@H225_AdmissionReject@@UBEHPBD@Z @36435 NONAME ?InternalIsDescendant@H225_AdmissionRejectReason@@UBEHPBD@Z @36436 NONAME ?InternalIsDescendant@H225_AdmissionRequest@@UBEHPBD@Z @36437 NONAME ?InternalIsDescendant@H225_Alerting_UUIE@@UBEHPBD@Z @36438 NONAME ?InternalIsDescendant@H225_AliasAddress@@UBEHPBD@Z @36439 NONAME ?InternalIsDescendant@H225_AlternateGK@@UBEHPBD@Z @36440 NONAME ?InternalIsDescendant@H225_AlternateTransportAddresses@@UBEHPBD@Z @36441 NONAME ?InternalIsDescendant@H225_AltGKInfo@@UBEHPBD@Z @36442 NONAME ?InternalIsDescendant@H225_ANSI_41_UIM@@UBEHPBD@Z @36443 NONAME ?InternalIsDescendant@H225_ANSI_41_UIM_system_id@@UBEHPBD@Z @36444 NONAME ?InternalIsDescendant@H225_ArrayOf_AddressPattern@@UBEHPBD@Z @36445 NONAME ?InternalIsDescendant@H225_ArrayOf_AdmissionConfirm@@UBEHPBD@Z @36446 NONAME ?InternalIsDescendant@H225_ArrayOf_AliasAddress@@UBEHPBD@Z @36447 NONAME ?InternalIsDescendant@H225_ArrayOf_AlternateGK@@UBEHPBD@Z @36448 NONAME ?InternalIsDescendant@H225_ArrayOf_AuthenticationMechanism@@UBEHPBD@Z @36449 NONAME ?InternalIsDescendant@H225_ArrayOf_BandwidthDetails@@UBEHPBD@Z @36450 NONAME ?InternalIsDescendant@H225_ArrayOf_CallReferenceValue@@UBEHPBD@Z @36451 NONAME ?InternalIsDescendant@H225_ArrayOf_CallsAvailable@@UBEHPBD@Z @36452 NONAME ?InternalIsDescendant@H225_ArrayOf_ClearToken@@UBEHPBD@Z @36453 NONAME ?InternalIsDescendant@H225_ArrayOf_ConferenceIdentifier@@UBEHPBD@Z @36454 NONAME ?InternalIsDescendant@H225_ArrayOf_ConferenceList@@UBEHPBD@Z @36455 NONAME ?InternalIsDescendant@H225_ArrayOf_CryptoH323Token@@UBEHPBD@Z @36456 NONAME ?InternalIsDescendant@H225_ArrayOf_DataRate@@UBEHPBD@Z @36457 NONAME ?InternalIsDescendant@H225_ArrayOf_Endpoint@@UBEHPBD@Z @36458 NONAME ?InternalIsDescendant@H225_ArrayOf_EnumeratedParameter@@UBEHPBD@Z @36459 NONAME ?InternalIsDescendant@H225_ArrayOf_ExtendedAliasAddress@@UBEHPBD@Z @36460 NONAME ?InternalIsDescendant@H225_ArrayOf_FeatureDescriptor@@UBEHPBD@Z @36461 NONAME ?InternalIsDescendant@H225_ArrayOf_GenericData@@UBEHPBD@Z @36462 NONAME ?InternalIsDescendant@H225_ArrayOf_H245Security@@UBEHPBD@Z @36463 NONAME ?InternalIsDescendant@H225_ArrayOf_H248PackagesDescriptor@@UBEHPBD@Z @36464 NONAME ?InternalIsDescendant@H225_ArrayOf_IntegrityMechanism@@UBEHPBD@Z @36465 NONAME ?InternalIsDescendant@H225_ArrayOf_NonStandardParameter@@UBEHPBD@Z @36466 NONAME ?InternalIsDescendant@H225_ArrayOf_PartyNumber@@UBEHPBD@Z @36467 NONAME ?InternalIsDescendant@H225_ArrayOf_PASN_ObjectId@@UBEHPBD@Z @36468 NONAME ?InternalIsDescendant@H225_ArrayOf_PASN_OctetString@@UBEHPBD@Z @36469 NONAME ?InternalIsDescendant@H225_ArrayOf_RasUsageSpecification@@UBEHPBD@Z @36470 NONAME ?InternalIsDescendant@H225_ArrayOf_RTPSession@@UBEHPBD@Z @36471 NONAME ?InternalIsDescendant@H225_ArrayOf_ServiceControlSession@@UBEHPBD@Z @36472 NONAME ?InternalIsDescendant@H225_ArrayOf_SupportedPrefix@@UBEHPBD@Z @36473 NONAME ?InternalIsDescendant@H225_ArrayOf_SupportedProtocols@@UBEHPBD@Z @36474 NONAME ?InternalIsDescendant@H225_ArrayOf_TransportAddress@@UBEHPBD@Z @36475 NONAME ?InternalIsDescendant@H225_ArrayOf_TransportChannelInfo@@UBEHPBD@Z @36476 NONAME ?InternalIsDescendant@H225_ArrayOf_TunnelledProtocol@@UBEHPBD@Z @36477 NONAME ?InternalIsDescendant@H225_BandRejectReason@@UBEHPBD@Z @36478 NONAME ?InternalIsDescendant@H225_BandWidth@@UBEHPBD@Z @36479 NONAME ?InternalIsDescendant@H225_BandwidthConfirm@@UBEHPBD@Z @36480 NONAME ?InternalIsDescendant@H225_BandwidthDetails@@UBEHPBD@Z @36481 NONAME ?InternalIsDescendant@H225_BandwidthReject@@UBEHPBD@Z @36482 NONAME ?InternalIsDescendant@H225_BandwidthRequest@@UBEHPBD@Z @36483 NONAME ?InternalIsDescendant@H225_CallCapacity@@UBEHPBD@Z @36484 NONAME ?InternalIsDescendant@H225_CallCapacityInfo@@UBEHPBD@Z @36485 NONAME ?InternalIsDescendant@H225_CallCreditCapability@@UBEHPBD@Z @36486 NONAME ?InternalIsDescendant@H225_CallCreditServiceControl@@UBEHPBD@Z @36487 NONAME ?InternalIsDescendant@H225_CallCreditServiceControl_billingMode@@UBEHPBD@Z @36488 NONAME ?InternalIsDescendant@H225_CallCreditServiceControl_callStartingPoint@@UBEHPBD@Z @36489 NONAME ?InternalIsDescendant@H225_CallIdentifier@@UBEHPBD@Z @36490 NONAME ?InternalIsDescendant@H225_CallLinkage@@UBEHPBD@Z @36491 NONAME ?InternalIsDescendant@H225_CallModel@@UBEHPBD@Z @36492 NONAME ?InternalIsDescendant@H225_CallProceeding_UUIE@@UBEHPBD@Z @36493 NONAME ?InternalIsDescendant@H225_CallReferenceValue@@UBEHPBD@Z @36494 NONAME ?InternalIsDescendant@H225_CallsAvailable@@UBEHPBD@Z @36495 NONAME ?InternalIsDescendant@H225_CallTerminationCause@@UBEHPBD@Z @36496 NONAME ?InternalIsDescendant@H225_CallType@@UBEHPBD@Z @36497 NONAME ?InternalIsDescendant@H225_CapacityReportingCapability@@UBEHPBD@Z @36498 NONAME ?InternalIsDescendant@H225_CapacityReportingSpecification@@UBEHPBD@Z @36499 NONAME ?InternalIsDescendant@H225_CapacityReportingSpecification_when@@UBEHPBD@Z @36500 NONAME ?InternalIsDescendant@H225_CarrierInfo@@UBEHPBD@Z @36501 NONAME ?InternalIsDescendant@H225_CicInfo@@UBEHPBD@Z @36502 NONAME ?InternalIsDescendant@H225_CicInfo_cic@@UBEHPBD@Z @36503 NONAME ?InternalIsDescendant@H225_CircuitIdentifier@@UBEHPBD@Z @36504 NONAME ?InternalIsDescendant@H225_CircuitInfo@@UBEHPBD@Z @36505 NONAME ?InternalIsDescendant@H225_ConferenceIdentifier@@UBEHPBD@Z @36506 NONAME ?InternalIsDescendant@H225_ConferenceList@@UBEHPBD@Z @36507 NONAME ?InternalIsDescendant@H225_Connect_UUIE@@UBEHPBD@Z @36508 NONAME ?InternalIsDescendant@H225_Connect_UUIE_language@@UBEHPBD@Z @36509 NONAME ?InternalIsDescendant@H225_Content@@UBEHPBD@Z @36510 NONAME ?InternalIsDescendant@H225_CryptoH323Token@@UBEHPBD@Z @36511 NONAME ?InternalIsDescendant@H225_CryptoH323Token_cryptoEPPwdHash@@UBEHPBD@Z @36512 NONAME ?InternalIsDescendant@H225_CryptoH323Token_cryptoGKPwdHash@@UBEHPBD@Z @36513 NONAME ?InternalIsDescendant@H225_DataRate@@UBEHPBD@Z @36514 NONAME ?InternalIsDescendant@H225_DisengageConfirm@@UBEHPBD@Z @36515 NONAME ?InternalIsDescendant@H225_DisengageReason@@UBEHPBD@Z @36516 NONAME ?InternalIsDescendant@H225_DisengageReject@@UBEHPBD@Z @36517 NONAME ?InternalIsDescendant@H225_DisengageRejectReason@@UBEHPBD@Z @36518 NONAME ?InternalIsDescendant@H225_DisengageRequest@@UBEHPBD@Z @36519 NONAME ?InternalIsDescendant@H225_EncodedFastStartToken@@UBEHPBD@Z @36520 NONAME ?InternalIsDescendant@H225_EncryptIntAlg@@UBEHPBD@Z @36521 NONAME ?InternalIsDescendant@H225_Endpoint@@UBEHPBD@Z @36522 NONAME ?InternalIsDescendant@H225_EndpointIdentifier@@UBEHPBD@Z @36523 NONAME ?InternalIsDescendant@H225_EndpointType@@UBEHPBD@Z @36524 NONAME ?InternalIsDescendant@H225_EnumeratedParameter@@UBEHPBD@Z @36525 NONAME ?InternalIsDescendant@H225_ExtendedAliasAddress@@UBEHPBD@Z @36526 NONAME ?InternalIsDescendant@H225_FacilityReason@@UBEHPBD@Z @36527 NONAME ?InternalIsDescendant@H225_Facility_UUIE@@UBEHPBD@Z @36528 NONAME ?InternalIsDescendant@H225_FastStartToken@@UBEHPBD@Z @36529 NONAME ?InternalIsDescendant@H225_FeatureDescriptor@@UBEHPBD@Z @36530 NONAME ?InternalIsDescendant@H225_FeatureSet@@UBEHPBD@Z @36531 NONAME ?InternalIsDescendant@H225_GatekeeperConfirm@@UBEHPBD@Z @36532 NONAME ?InternalIsDescendant@H225_GatekeeperIdentifier@@UBEHPBD@Z @36533 NONAME ?InternalIsDescendant@H225_GatekeeperInfo@@UBEHPBD@Z @36534 NONAME ?InternalIsDescendant@H225_GatekeeperReject@@UBEHPBD@Z @36535 NONAME ?InternalIsDescendant@H225_GatekeeperRejectReason@@UBEHPBD@Z @36536 NONAME ?InternalIsDescendant@H225_GatekeeperRequest@@UBEHPBD@Z @36537 NONAME ?InternalIsDescendant@H225_GatewayInfo@@UBEHPBD@Z @36538 NONAME ?InternalIsDescendant@H225_GenericData@@UBEHPBD@Z @36539 NONAME ?InternalIsDescendant@H225_GenericIdentifier@@UBEHPBD@Z @36540 NONAME ?InternalIsDescendant@H225_GloballyUniqueID@@UBEHPBD@Z @36541 NONAME ?InternalIsDescendant@H225_GroupID@@UBEHPBD@Z @36542 NONAME ?InternalIsDescendant@H225_GroupID_member@@UBEHPBD@Z @36543 NONAME ?InternalIsDescendant@H225_GSM_UIM@@UBEHPBD@Z @36544 NONAME ?InternalIsDescendant@H225_H221NonStandard@@UBEHPBD@Z @36545 NONAME ?InternalIsDescendant@H225_H245Security@@UBEHPBD@Z @36546 NONAME ?InternalIsDescendant@H225_H248PackagesDescriptor@@UBEHPBD@Z @36547 NONAME ?InternalIsDescendant@H225_H248SignalsDescriptor@@UBEHPBD@Z @36548 NONAME ?InternalIsDescendant@H225_H310Caps@@UBEHPBD@Z @36549 NONAME ?InternalIsDescendant@H225_H320Caps@@UBEHPBD@Z @36550 NONAME ?InternalIsDescendant@H225_H321Caps@@UBEHPBD@Z @36551 NONAME ?InternalIsDescendant@H225_H322Caps@@UBEHPBD@Z @36552 NONAME ?InternalIsDescendant@H225_H323Caps@@UBEHPBD@Z @36553 NONAME ?InternalIsDescendant@H225_H323_UserInformation@@UBEHPBD@Z @36554 NONAME ?InternalIsDescendant@H225_H323_UserInformation_user_data@@UBEHPBD@Z @36555 NONAME ?InternalIsDescendant@H225_H323_UU_PDU@@UBEHPBD@Z @36556 NONAME ?InternalIsDescendant@H225_H323_UU_PDU_h323_message_body@@UBEHPBD@Z @36557 NONAME ?InternalIsDescendant@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBEHPBD@Z @36558 NONAME ?InternalIsDescendant@H225_H324Caps@@UBEHPBD@Z @36559 NONAME ?InternalIsDescendant@H225_ICV@@UBEHPBD@Z @36560 NONAME ?InternalIsDescendant@H225_InfoRequest@@UBEHPBD@Z @36561 NONAME ?InternalIsDescendant@H225_InfoRequestAck@@UBEHPBD@Z @36562 NONAME ?InternalIsDescendant@H225_InfoRequestNak@@UBEHPBD@Z @36563 NONAME ?InternalIsDescendant@H225_InfoRequestNakReason@@UBEHPBD@Z @36564 NONAME ?InternalIsDescendant@H225_InfoRequestResponse@@UBEHPBD@Z @36565 NONAME ?InternalIsDescendant@H225_InfoRequestResponseStatus@@UBEHPBD@Z @36566 NONAME ?InternalIsDescendant@H225_InfoRequestResponse_perCallInfo@@UBEHPBD@Z @36567 NONAME ?InternalIsDescendant@H225_InfoRequestResponse_perCallInfo_subtype@@UBEHPBD@Z @36568 NONAME ?InternalIsDescendant@H225_InfoRequestResponse_perCallInfo_subtype_pdu@@UBEHPBD@Z @36569 NONAME ?InternalIsDescendant@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBEHPBD@Z @36570 NONAME ?InternalIsDescendant@H225_Information_UUIE@@UBEHPBD@Z @36571 NONAME ?InternalIsDescendant@H225_IntegrityMechanism@@UBEHPBD@Z @36572 NONAME ?InternalIsDescendant@H225_LocationConfirm@@UBEHPBD@Z @36573 NONAME ?InternalIsDescendant@H225_LocationReject@@UBEHPBD@Z @36574 NONAME ?InternalIsDescendant@H225_LocationRejectReason@@UBEHPBD@Z @36575 NONAME ?InternalIsDescendant@H225_LocationRequest@@UBEHPBD@Z @36576 NONAME ?InternalIsDescendant@H225_McuInfo@@UBEHPBD@Z @36577 NONAME ?InternalIsDescendant@H225_MobileUIM@@UBEHPBD@Z @36578 NONAME ?InternalIsDescendant@H225_NonIsoIntegrityMechanism@@UBEHPBD@Z @36579 NONAME ?InternalIsDescendant@H225_NonStandardIdentifier@@UBEHPBD@Z @36580 NONAME ?InternalIsDescendant@H225_NonStandardMessage@@UBEHPBD@Z @36581 NONAME ?InternalIsDescendant@H225_NonStandardParameter@@UBEHPBD@Z @36582 NONAME ?InternalIsDescendant@H225_NonStandardProtocol@@UBEHPBD@Z @36583 NONAME ?InternalIsDescendant@H225_Notify_UUIE@@UBEHPBD@Z @36584 NONAME ?InternalIsDescendant@H225_NumberDigits@@UBEHPBD@Z @36585 NONAME ?InternalIsDescendant@H225_PartyNumber@@UBEHPBD@Z @36586 NONAME ?InternalIsDescendant@H225_PresentationIndicator@@UBEHPBD@Z @36587 NONAME ?InternalIsDescendant@H225_PrivatePartyNumber@@UBEHPBD@Z @36588 NONAME ?InternalIsDescendant@H225_PrivateTypeOfNumber@@UBEHPBD@Z @36589 NONAME ?InternalIsDescendant@H225_Progress_UUIE@@UBEHPBD@Z @36590 NONAME ?InternalIsDescendant@H225_ProtocolIdentifier@@UBEHPBD@Z @36591 NONAME ?InternalIsDescendant@H225_PublicPartyNumber@@UBEHPBD@Z @36592 NONAME ?InternalIsDescendant@H225_PublicTypeOfNumber@@UBEHPBD@Z @36593 NONAME ?InternalIsDescendant@H225_Q954Details@@UBEHPBD@Z @36594 NONAME ?InternalIsDescendant@H225_QseriesOptions@@UBEHPBD@Z @36595 NONAME ?InternalIsDescendant@H225_RAS@@UBEHPBD@Z @36596 NONAME ?InternalIsDescendant@H225_RasMessage@@UBEHPBD@Z @36597 NONAME ?InternalIsDescendant@H225_RasUsageInformation@@UBEHPBD@Z @36598 NONAME ?InternalIsDescendant@H225_RasUsageInfoTypes@@UBEHPBD@Z @36599 NONAME ?InternalIsDescendant@H225_RasUsageSpecification@@UBEHPBD@Z @36600 NONAME ?InternalIsDescendant@H225_RasUsageSpecification_callStartingPoint@@UBEHPBD@Z @36601 NONAME ?InternalIsDescendant@H225_RasUsageSpecification_when@@UBEHPBD@Z @36602 NONAME ?InternalIsDescendant@H225_RegistrationConfirm@@UBEHPBD@Z @36603 NONAME ?InternalIsDescendant@H225_RegistrationConfirm_preGrantedARQ@@UBEHPBD@Z @36604 NONAME ?InternalIsDescendant@H225_RegistrationReject@@UBEHPBD@Z @36605 NONAME ?InternalIsDescendant@H225_RegistrationRejectReason@@UBEHPBD@Z @36606 NONAME ?InternalIsDescendant@H225_RegistrationRejectReason_invalidTerminalAliases@@UBEHPBD@Z @36607 NONAME ?InternalIsDescendant@H225_RegistrationRequest@@UBEHPBD@Z @36608 NONAME ?InternalIsDescendant@H225_ReleaseCompleteReason@@UBEHPBD@Z @36609 NONAME ?InternalIsDescendant@H225_ReleaseComplete_UUIE@@UBEHPBD@Z @36610 NONAME ?InternalIsDescendant@H225_RequestInProgress@@UBEHPBD@Z @36611 NONAME ?InternalIsDescendant@H225_RequestSeqNum@@UBEHPBD@Z @36612 NONAME ?InternalIsDescendant@H225_ResourcesAvailableConfirm@@UBEHPBD@Z @36613 NONAME ?InternalIsDescendant@H225_ResourcesAvailableIndicate@@UBEHPBD@Z @36614 NONAME ?InternalIsDescendant@H225_RTPSession@@UBEHPBD@Z @36615 NONAME ?InternalIsDescendant@H225_RTPSession_associatedSessionIds@@UBEHPBD@Z @36616 NONAME ?InternalIsDescendant@H225_ScnConnectionAggregation@@UBEHPBD@Z @36617 NONAME ?InternalIsDescendant@H225_ScnConnectionType@@UBEHPBD@Z @36618 NONAME ?InternalIsDescendant@H225_ScreeningIndicator@@UBEHPBD@Z @36619 NONAME ?InternalIsDescendant@H225_SecurityCapabilities@@UBEHPBD@Z @36620 NONAME ?InternalIsDescendant@H225_SecurityErrors2@@UBEHPBD@Z @36621 NONAME ?InternalIsDescendant@H225_SecurityErrors@@UBEHPBD@Z @36622 NONAME ?InternalIsDescendant@H225_SecurityServiceMode@@UBEHPBD@Z @36623 NONAME ?InternalIsDescendant@H225_ServiceControlDescriptor@@UBEHPBD@Z @36624 NONAME ?InternalIsDescendant@H225_ServiceControlIndication@@UBEHPBD@Z @36625 NONAME ?InternalIsDescendant@H225_ServiceControlIndication_callSpecific@@UBEHPBD@Z @36626 NONAME ?InternalIsDescendant@H225_ServiceControlResponse@@UBEHPBD@Z @36627 NONAME ?InternalIsDescendant@H225_ServiceControlResponse_result@@UBEHPBD@Z @36628 NONAME ?InternalIsDescendant@H225_ServiceControlSession@@UBEHPBD@Z @36629 NONAME ?InternalIsDescendant@H225_ServiceControlSession_reason@@UBEHPBD@Z @36630 NONAME ?InternalIsDescendant@H225_SetupAcknowledge_UUIE@@UBEHPBD@Z @36631 NONAME ?InternalIsDescendant@H225_Setup_UUIE@@UBEHPBD@Z @36632 NONAME ?InternalIsDescendant@H225_Setup_UUIE_conferenceGoal@@UBEHPBD@Z @36633 NONAME ?InternalIsDescendant@H225_Setup_UUIE_connectionParameters@@UBEHPBD@Z @36634 NONAME ?InternalIsDescendant@H225_Setup_UUIE_language@@UBEHPBD@Z @36635 NONAME ?InternalIsDescendant@H225_SIPCaps@@UBEHPBD@Z @36636 NONAME ?InternalIsDescendant@H225_StatusInquiry_UUIE@@UBEHPBD@Z @36637 NONAME ?InternalIsDescendant@H225_Status_UUIE@@UBEHPBD@Z @36638 NONAME ?InternalIsDescendant@H225_StimulusControl@@UBEHPBD@Z @36639 NONAME ?InternalIsDescendant@H225_SupportedPrefix@@UBEHPBD@Z @36640 NONAME ?InternalIsDescendant@H225_SupportedProtocols@@UBEHPBD@Z @36641 NONAME ?InternalIsDescendant@H225_T120OnlyCaps@@UBEHPBD@Z @36642 NONAME ?InternalIsDescendant@H225_T38FaxAnnexbOnlyCaps@@UBEHPBD@Z @36643 NONAME ?InternalIsDescendant@H225_TBCD_STRING@@UBEHPBD@Z @36644 NONAME ?InternalIsDescendant@H225_TerminalInfo@@UBEHPBD@Z @36645 NONAME ?InternalIsDescendant@H225_TimeToLive@@UBEHPBD@Z @36646 NONAME ?InternalIsDescendant@H225_TransportAddress@@UBEHPBD@Z @36647 NONAME ?InternalIsDescendant@H225_TransportAddress_ip6Address@@UBEHPBD@Z @36648 NONAME ?InternalIsDescendant@H225_TransportAddress_ipAddress@@UBEHPBD@Z @36649 NONAME ?InternalIsDescendant@H225_TransportAddress_ipSourceRoute@@UBEHPBD@Z @36650 NONAME ?InternalIsDescendant@H225_TransportAddress_ipSourceRoute_route@@UBEHPBD@Z @36651 NONAME ?InternalIsDescendant@H225_TransportAddress_ipSourceRoute_routing@@UBEHPBD@Z @36652 NONAME ?InternalIsDescendant@H225_TransportAddress_ipxAddress@@UBEHPBD@Z @36653 NONAME ?InternalIsDescendant@H225_TransportChannelInfo@@UBEHPBD@Z @36654 NONAME ?InternalIsDescendant@H225_TransportQOS@@UBEHPBD@Z @36655 NONAME ?InternalIsDescendant@H225_TunnelledProtocol@@UBEHPBD@Z @36656 NONAME ?InternalIsDescendant@H225_TunnelledProtocolAlternateIdentifier@@UBEHPBD@Z @36657 NONAME ?InternalIsDescendant@H225_TunnelledProtocol_id@@UBEHPBD@Z @36658 NONAME ?InternalIsDescendant@H225_UnknownMessageResponse@@UBEHPBD@Z @36659 NONAME ?InternalIsDescendant@H225_UnregistrationConfirm@@UBEHPBD@Z @36660 NONAME ?InternalIsDescendant@H225_UnregistrationReject@@UBEHPBD@Z @36661 NONAME ?InternalIsDescendant@H225_UnregistrationRequest@@UBEHPBD@Z @36662 NONAME ?InternalIsDescendant@H225_UnregRejectReason@@UBEHPBD@Z @36663 NONAME ?InternalIsDescendant@H225_UnregRequestReason@@UBEHPBD@Z @36664 NONAME ?InternalIsDescendant@H225_UseSpecifiedTransport@@UBEHPBD@Z @36665 NONAME ?InternalIsDescendant@H225_UUIEsRequested@@UBEHPBD@Z @36666 NONAME ?InternalIsDescendant@H225_VendorIdentifier@@UBEHPBD@Z @36667 NONAME ?InternalIsDescendant@H225_VoiceCaps@@UBEHPBD@Z @36668 NONAME ?InternalIsDescendant@H235AuthCAT@@UBEHPBD@Z @36669 NONAME ?InternalIsDescendant@H235Authenticator@@UBEHPBD@Z @36670 NONAME ?InternalIsDescendant@H235Authenticators@@UBEHPBD@Z @36671 NONAME ?InternalIsDescendant@H235AuthProcedure1@@UBEHPBD@Z @36672 NONAME ?InternalIsDescendant@H235AuthSimpleMD5@@UBEHPBD@Z @36673 NONAME ?InternalIsDescendant@H235_AuthenticationBES@@UBEHPBD@Z @36674 NONAME ?InternalIsDescendant@H235_AuthenticationMechanism@@UBEHPBD@Z @36675 NONAME ?InternalIsDescendant@H235_ChallengeString@@UBEHPBD@Z @36676 NONAME ?InternalIsDescendant@H235_ClearToken@@UBEHPBD@Z @36677 NONAME ?InternalIsDescendant@H235_CryptoToken@@UBEHPBD@Z @36678 NONAME ?InternalIsDescendant@H235_CryptoToken_cryptoEncryptedToken@@UBEHPBD@Z @36679 NONAME ?InternalIsDescendant@H235_CryptoToken_cryptoHashedToken@@UBEHPBD@Z @36680 NONAME ?InternalIsDescendant@H235_CryptoToken_cryptoSignedToken@@UBEHPBD@Z @36681 NONAME ?InternalIsDescendant@H235_DHset@@UBEHPBD@Z @36682 NONAME ?InternalIsDescendant@H235_ECGDSASignature@@UBEHPBD@Z @36683 NONAME ?InternalIsDescendant@H235_ECKASDH@@UBEHPBD@Z @36684 NONAME ?InternalIsDescendant@H235_ECKASDH_eckasdh2@@UBEHPBD@Z @36685 NONAME ?InternalIsDescendant@H235_ECKASDH_eckasdhp@@UBEHPBD@Z @36686 NONAME ?InternalIsDescendant@H235_ECpoint@@UBEHPBD@Z @36687 NONAME ?InternalIsDescendant@H235_EncodedGeneralToken@@UBEHPBD@Z @36688 NONAME ?InternalIsDescendant@H235_EncodedKeySignedMaterial@@UBEHPBD@Z @36689 NONAME ?InternalIsDescendant@H235_EncodedKeySyncMaterial@@UBEHPBD@Z @36690 NONAME ?InternalIsDescendant@H235_EncodedPwdCertToken@@UBEHPBD@Z @36691 NONAME ?InternalIsDescendant@H235_EncodedReturnSig@@UBEHPBD@Z @36692 NONAME ?InternalIsDescendant@H235_H235CertificateSignature@@UBEHPBD@Z @36693 NONAME ?InternalIsDescendant@H235_H235Key@@UBEHPBD@Z @36694 NONAME ?InternalIsDescendant@H235_Identifier@@UBEHPBD@Z @36695 NONAME ?InternalIsDescendant@H235_IV16@@UBEHPBD@Z @36696 NONAME ?InternalIsDescendant@H235_IV8@@UBEHPBD@Z @36697 NONAME ?InternalIsDescendant@H235_KeyMaterial@@UBEHPBD@Z @36698 NONAME ?InternalIsDescendant@H235_KeySignedMaterial@@UBEHPBD@Z @36699 NONAME ?InternalIsDescendant@H235_KeySyncMaterial@@UBEHPBD@Z @36700 NONAME ?InternalIsDescendant@H235_NonStandardParameter@@UBEHPBD@Z @36701 NONAME ?InternalIsDescendant@H235_Params@@UBEHPBD@Z @36702 NONAME ?InternalIsDescendant@H235_Password@@UBEHPBD@Z @36703 NONAME ?InternalIsDescendant@H235_PwdCertToken@@UBEHPBD@Z @36704 NONAME ?InternalIsDescendant@H235_RandomVal@@UBEHPBD@Z @36705 NONAME ?InternalIsDescendant@H235_ReturnSig@@UBEHPBD@Z @36706 NONAME ?InternalIsDescendant@H235_TimeStamp@@UBEHPBD@Z @36707 NONAME ?InternalIsDescendant@H235_TypedCertificate@@UBEHPBD@Z @36708 NONAME ?InternalIsDescendant@H235_V3KeySyncMaterial@@UBEHPBD@Z @36709 NONAME ?InternalIsDescendant@H245NegLogicalChannel@@UBEHPBD@Z @36710 NONAME ?InternalIsDescendant@H245NegLogicalChannels@@UBEHPBD@Z @36711 NONAME ?InternalIsDescendant@H245NegMasterSlaveDetermination@@UBEHPBD@Z @36712 NONAME ?InternalIsDescendant@H245Negotiator@@UBEHPBD@Z @36713 NONAME ?InternalIsDescendant@H245NegRequestMode@@UBEHPBD@Z @36714 NONAME ?InternalIsDescendant@H245NegRoundTripDelay@@UBEHPBD@Z @36715 NONAME ?InternalIsDescendant@H245NegTerminalCapabilitySet@@UBEHPBD@Z @36716 NONAME ?InternalIsDescendant@H245TransportThread@@UBEHPBD@Z @36717 NONAME ?InternalIsDescendant@H245_AlternativeCapabilitySet@@UBEHPBD@Z @36718 NONAME ?InternalIsDescendant@H245_ArrayOf_AlternativeCapabilitySet@@UBEHPBD@Z @36719 NONAME ?InternalIsDescendant@H245_ArrayOf_BEnhancementParameters@@UBEHPBD@Z @36720 NONAME ?InternalIsDescendant@H245_ArrayOf_CapabilityDescriptor@@UBEHPBD@Z @36721 NONAME ?InternalIsDescendant@H245_ArrayOf_CapabilityDescriptorNumber@@UBEHPBD@Z @36722 NONAME ?InternalIsDescendant@H245_ArrayOf_CapabilityTableEntry@@UBEHPBD@Z @36723 NONAME ?InternalIsDescendant@H245_ArrayOf_CapabilityTableEntryNumber@@UBEHPBD@Z @36724 NONAME ?InternalIsDescendant@H245_ArrayOf_CommunicationModeTableEntry@@UBEHPBD@Z @36725 NONAME ?InternalIsDescendant@H245_ArrayOf_CustomPictureClockFrequency@@UBEHPBD@Z @36726 NONAME ?InternalIsDescendant@H245_ArrayOf_CustomPictureFormat@@UBEHPBD@Z @36727 NONAME ?InternalIsDescendant@H245_ArrayOf_DataApplicationCapability@@UBEHPBD@Z @36728 NONAME ?InternalIsDescendant@H245_ArrayOf_DialingInformationNetworkType@@UBEHPBD@Z @36729 NONAME ?InternalIsDescendant@H245_ArrayOf_DialingInformationNumber@@UBEHPBD@Z @36730 NONAME ?InternalIsDescendant@H245_ArrayOf_EnhancementOptions@@UBEHPBD@Z @36731 NONAME ?InternalIsDescendant@H245_ArrayOf_EscrowData@@UBEHPBD@Z @36732 NONAME ?InternalIsDescendant@H245_ArrayOf_GenericCapability@@UBEHPBD@Z @44663 NONAME ?InternalIsDescendant@H245_ArrayOf_GenericParameter@@UBEHPBD@Z @36733 NONAME ?InternalIsDescendant@H245_ArrayOf_H263ModeComboFlags@@UBEHPBD@Z @36734 NONAME ?InternalIsDescendant@H245_ArrayOf_H263VideoModeCombos@@UBEHPBD@Z @36735 NONAME ?InternalIsDescendant@H245_ArrayOf_MediaChannelCapability@@UBEHPBD@Z @36736 NONAME ?InternalIsDescendant@H245_ArrayOf_MediaDistributionCapability@@UBEHPBD@Z @36737 NONAME ?InternalIsDescendant@H245_ArrayOf_ModeDescription@@UBEHPBD@Z @36738 NONAME ?InternalIsDescendant@H245_ArrayOf_MultiplePayloadStreamElement@@UBEHPBD@Z @36739 NONAME ?InternalIsDescendant@H245_ArrayOf_MultiplePayloadStreamElementMode@@UBEHPBD@Z @36740 NONAME ?InternalIsDescendant@H245_ArrayOf_MultiplexElement@@UBEHPBD@Z @36741 NONAME ?InternalIsDescendant@H245_ArrayOf_MultiplexEntryDescriptor@@UBEHPBD@Z @36742 NONAME ?InternalIsDescendant@H245_ArrayOf_MultiplexEntryRejectionDescriptions@@UBEHPBD@Z @36743 NONAME ?InternalIsDescendant@H245_ArrayOf_MultiplexTableEntryNumber@@UBEHPBD@Z @36744 NONAME ?InternalIsDescendant@H245_ArrayOf_NonStandardParameter@@UBEHPBD@Z @36745 NONAME ?InternalIsDescendant@H245_ArrayOf_ParameterIdentifier@@UBEHPBD@Z @36746 NONAME ?InternalIsDescendant@H245_ArrayOf_PictureReference@@UBEHPBD@Z @36747 NONAME ?InternalIsDescendant@H245_ArrayOf_Q2931Address@@UBEHPBD@Z @36748 NONAME ?InternalIsDescendant@H245_ArrayOf_QOSCapability@@UBEHPBD@Z @36749 NONAME ?InternalIsDescendant@H245_ArrayOf_RedundancyEncodingCapability@@UBEHPBD@Z @36750 NONAME ?InternalIsDescendant@H245_ArrayOf_RedundancyEncodingDTModeElement@@UBEHPBD@Z @36751 NONAME ?InternalIsDescendant@H245_ArrayOf_RedundancyEncodingElement@@UBEHPBD@Z @36752 NONAME ?InternalIsDescendant@H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@UBEHPBD@Z @36753 NONAME ?InternalIsDescendant@H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@UBEHPBD@Z @36754 NONAME ?InternalIsDescendant@H245_ArrayOf_RTPPayloadType@@UBEHPBD@Z @36755 NONAME ?InternalIsDescendant@H245_ArrayOf_TerminalInformation@@UBEHPBD@Z @36756 NONAME ?InternalIsDescendant@H245_ArrayOf_TerminalLabel@@UBEHPBD@Z @36757 NONAME ?InternalIsDescendant@H245_ArrayOf_VCCapability@@UBEHPBD@Z @36758 NONAME ?InternalIsDescendant@H245_ArrayOf_VideoCapability@@UBEHPBD@Z @44664 NONAME ?InternalIsDescendant@H245_ATMParameters@@UBEHPBD@Z @36759 NONAME ?InternalIsDescendant@H245_AudioCapability@@UBEHPBD@Z @36760 NONAME ?InternalIsDescendant@H245_AudioCapability_g7231@@UBEHPBD@Z @36761 NONAME ?InternalIsDescendant@H245_AudioMode@@UBEHPBD@Z @36762 NONAME ?InternalIsDescendant@H245_AudioMode_g7231@@UBEHPBD@Z @36763 NONAME ?InternalIsDescendant@H245_AudioTelephonyEventCapability@@UBEHPBD@Z @36764 NONAME ?InternalIsDescendant@H245_AudioToneCapability@@UBEHPBD@Z @36765 NONAME ?InternalIsDescendant@H245_AuthenticationCapability@@UBEHPBD@Z @36766 NONAME ?InternalIsDescendant@H245_BEnhancementParameters@@UBEHPBD@Z @36767 NONAME ?InternalIsDescendant@H245_Capability@@UBEHPBD@Z @36768 NONAME ?InternalIsDescendant@H245_CapabilityDescriptor@@UBEHPBD@Z @36769 NONAME ?InternalIsDescendant@H245_CapabilityDescriptorNumber@@UBEHPBD@Z @36770 NONAME ?InternalIsDescendant@H245_CapabilityIdentifier@@UBEHPBD@Z @36771 NONAME ?InternalIsDescendant@H245_CapabilityTableEntry@@UBEHPBD@Z @36772 NONAME ?InternalIsDescendant@H245_CapabilityTableEntryNumber@@UBEHPBD@Z @36773 NONAME ?InternalIsDescendant@H245_Capability_h233EncryptionReceiveCapability@@UBEHPBD@Z @36774 NONAME ?InternalIsDescendant@H245_CertSelectionCriteria@@UBEHPBD@Z @36775 NONAME ?InternalIsDescendant@H245_CloseLogicalChannel@@UBEHPBD@Z @36776 NONAME ?InternalIsDescendant@H245_CloseLogicalChannelAck@@UBEHPBD@Z @36777 NONAME ?InternalIsDescendant@H245_CloseLogicalChannel_reason@@UBEHPBD@Z @36778 NONAME ?InternalIsDescendant@H245_CloseLogicalChannel_source@@UBEHPBD@Z @36779 NONAME ?InternalIsDescendant@H245_CommandMessage@@UBEHPBD@Z @36780 NONAME ?InternalIsDescendant@H245_CommunicationModeCommand@@UBEHPBD@Z @36781 NONAME ?InternalIsDescendant@H245_CommunicationModeRequest@@UBEHPBD@Z @36782 NONAME ?InternalIsDescendant@H245_CommunicationModeResponse@@UBEHPBD@Z @36783 NONAME ?InternalIsDescendant@H245_CommunicationModeTableEntry@@UBEHPBD@Z @36784 NONAME ?InternalIsDescendant@H245_CommunicationModeTableEntry_dataType@@UBEHPBD@Z @36785 NONAME ?InternalIsDescendant@H245_CompressionType@@UBEHPBD@Z @36786 NONAME ?InternalIsDescendant@H245_ConferenceCapability@@UBEHPBD@Z @36787 NONAME ?InternalIsDescendant@H245_ConferenceCommand@@UBEHPBD@Z @36788 NONAME ?InternalIsDescendant@H245_ConferenceID@@UBEHPBD@Z @36789 NONAME ?InternalIsDescendant@H245_ConferenceIndication@@UBEHPBD@Z @36790 NONAME ?InternalIsDescendant@H245_ConferenceRequest@@UBEHPBD@Z @36791 NONAME ?InternalIsDescendant@H245_ConferenceRequest_requestTerminalCertificate@@UBEHPBD@Z @36792 NONAME ?InternalIsDescendant@H245_ConferenceResponse@@UBEHPBD@Z @36793 NONAME ?InternalIsDescendant@H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@UBEHPBD@Z @36794 NONAME ?InternalIsDescendant@H245_ConferenceResponse_chairTokenOwnerResponse@@UBEHPBD@Z @36795 NONAME ?InternalIsDescendant@H245_ConferenceResponse_conferenceIDResponse@@UBEHPBD@Z @36796 NONAME ?InternalIsDescendant@H245_ConferenceResponse_extensionAddressResponse@@UBEHPBD@Z @36797 NONAME ?InternalIsDescendant@H245_ConferenceResponse_makeMeChairResponse@@UBEHPBD@Z @36798 NONAME ?InternalIsDescendant@H245_ConferenceResponse_makeTerminalBroadcasterResponse@@UBEHPBD@Z @36799 NONAME ?InternalIsDescendant@H245_ConferenceResponse_mCTerminalIDResponse@@UBEHPBD@Z @36800 NONAME ?InternalIsDescendant@H245_ConferenceResponse_passwordResponse@@UBEHPBD@Z @36801 NONAME ?InternalIsDescendant@H245_ConferenceResponse_sendThisSourceResponse@@UBEHPBD@Z @36802 NONAME ?InternalIsDescendant@H245_ConferenceResponse_terminalCertificateResponse@@UBEHPBD@Z @36803 NONAME ?InternalIsDescendant@H245_ConferenceResponse_terminalIDResponse@@UBEHPBD@Z @36804 NONAME ?InternalIsDescendant@H245_ConnectionIdentifier@@UBEHPBD@Z @36805 NONAME ?InternalIsDescendant@H245_CRCLength@@UBEHPBD@Z @36806 NONAME ?InternalIsDescendant@H245_Criteria@@UBEHPBD@Z @36807 NONAME ?InternalIsDescendant@H245_CustomPictureClockFrequency@@UBEHPBD@Z @36808 NONAME ?InternalIsDescendant@H245_CustomPictureFormat@@UBEHPBD@Z @36809 NONAME ?InternalIsDescendant@H245_CustomPictureFormat_mPI@@UBEHPBD@Z @36810 NONAME ?InternalIsDescendant@H245_CustomPictureFormat_mPI_customPCF@@UBEHPBD@Z @36811 NONAME ?InternalIsDescendant@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBEHPBD@Z @36812 NONAME ?InternalIsDescendant@H245_CustomPictureFormat_pixelAspectInformation@@UBEHPBD@Z @36813 NONAME ?InternalIsDescendant@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@UBEHPBD@Z @36814 NONAME ?InternalIsDescendant@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBEHPBD@Z @36815 NONAME ?InternalIsDescendant@H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@UBEHPBD@Z @36816 NONAME ?InternalIsDescendant@H245_DataApplicationCapability@@UBEHPBD@Z @36817 NONAME ?InternalIsDescendant@H245_DataApplicationCapability_application@@UBEHPBD@Z @36818 NONAME ?InternalIsDescendant@H245_DataApplicationCapability_application_nlpid@@UBEHPBD@Z @36819 NONAME ?InternalIsDescendant@H245_DataApplicationCapability_application_t38fax@@UBEHPBD@Z @36820 NONAME ?InternalIsDescendant@H245_DataApplicationCapability_application_t84@@UBEHPBD@Z @36821 NONAME ?InternalIsDescendant@H245_DataMode@@UBEHPBD@Z @36822 NONAME ?InternalIsDescendant@H245_DataMode_application@@UBEHPBD@Z @36823 NONAME ?InternalIsDescendant@H245_DataMode_application_nlpid@@UBEHPBD@Z @36824 NONAME ?InternalIsDescendant@H245_DataMode_application_t38fax@@UBEHPBD@Z @36825 NONAME ?InternalIsDescendant@H245_DataProtocolCapability@@UBEHPBD@Z @36826 NONAME ?InternalIsDescendant@H245_DataProtocolCapability_v76wCompression@@UBEHPBD@Z @36827 NONAME ?InternalIsDescendant@H245_DataType@@UBEHPBD@Z @36828 NONAME ?InternalIsDescendant@H245_DepFECCapability@@UBEHPBD@Z @44665 NONAME ?InternalIsDescendant@H245_DepFECCapability_rfc2733@@UBEHPBD@Z @44666 NONAME ?InternalIsDescendant@H245_DepFECCapability_rfc2733_separateStream@@UBEHPBD@Z @44667 NONAME ?InternalIsDescendant@H245_DepFECData@@UBEHPBD@Z @44668 NONAME ?InternalIsDescendant@H245_DepFECData_rfc2733@@UBEHPBD@Z @44669 NONAME ?InternalIsDescendant@H245_DepFECData_rfc2733_mode@@UBEHPBD@Z @44670 NONAME ?InternalIsDescendant@H245_DepFECData_rfc2733_mode_separateStream@@UBEHPBD@Z @44671 NONAME ?InternalIsDescendant@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBEHPBD@Z @44672 NONAME ?InternalIsDescendant@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBEHPBD@Z @44673 NONAME ?InternalIsDescendant@H245_DepFECMode@@UBEHPBD@Z @44674 NONAME ?InternalIsDescendant@H245_DepFECMode_rfc2733Mode@@UBEHPBD@Z @44675 NONAME ?InternalIsDescendant@H245_DepFECMode_rfc2733Mode_mode@@UBEHPBD@Z @44676 NONAME ?InternalIsDescendant@H245_DepFECMode_rfc2733Mode_mode_separateStream@@UBEHPBD@Z @44677 NONAME ?InternalIsDescendant@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBEHPBD@Z @44678 NONAME ?InternalIsDescendant@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBEHPBD@Z @44679 NONAME ?InternalIsDescendant@H245_DialingInformation@@UBEHPBD@Z @36829 NONAME ?InternalIsDescendant@H245_DialingInformationNetworkType@@UBEHPBD@Z @36830 NONAME ?InternalIsDescendant@H245_DialingInformationNumber@@UBEHPBD@Z @36831 NONAME ?InternalIsDescendant@H245_EncryptionAuthenticationAndIntegrity@@UBEHPBD@Z @36832 NONAME ?InternalIsDescendant@H245_EncryptionCapability@@UBEHPBD@Z @36833 NONAME ?InternalIsDescendant@H245_EncryptionCommand@@UBEHPBD@Z @36834 NONAME ?InternalIsDescendant@H245_EncryptionCommand_encryptionAlgorithmID@@UBEHPBD@Z @36835 NONAME ?InternalIsDescendant@H245_EncryptionMode@@UBEHPBD@Z @36836 NONAME ?InternalIsDescendant@H245_EncryptionSync@@UBEHPBD@Z @36837 NONAME ?InternalIsDescendant@H245_EncryptionUpdateDirection@@UBEHPBD@Z @44680 NONAME ?InternalIsDescendant@H245_EncryptionUpdateRequest@@UBEHPBD@Z @36838 NONAME ?InternalIsDescendant@H245_EndSessionCommand@@UBEHPBD@Z @36839 NONAME ?InternalIsDescendant@H245_EndSessionCommand_gstnOptions@@UBEHPBD@Z @36840 NONAME ?InternalIsDescendant@H245_EndSessionCommand_isdnOptions@@UBEHPBD@Z @36841 NONAME ?InternalIsDescendant@H245_EnhancementLayerInfo@@UBEHPBD@Z @36842 NONAME ?InternalIsDescendant@H245_EnhancementOptions@@UBEHPBD@Z @36843 NONAME ?InternalIsDescendant@H245_EscrowData@@UBEHPBD@Z @36844 NONAME ?InternalIsDescendant@H245_ExtendedVideoCapability@@UBEHPBD@Z @44681 NONAME ?InternalIsDescendant@H245_FECCapability@@UBEHPBD@Z @36845 NONAME ?InternalIsDescendant@H245_FECCapability_rfc2733Format@@UBEHPBD@Z @44682 NONAME ?InternalIsDescendant@H245_FECData@@UBEHPBD@Z @36848 NONAME ?InternalIsDescendant@H245_FECData_rfc2733@@UBEHPBD@Z @36849 NONAME ?InternalIsDescendant@H245_FECData_rfc2733_pktMode@@UBEHPBD@Z @44683 NONAME ?InternalIsDescendant@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBEHPBD@Z @44684 NONAME ?InternalIsDescendant@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UBEHPBD@Z @44685 NONAME ?InternalIsDescendant@H245_FECMode@@UBEHPBD@Z @36854 NONAME ?InternalIsDescendant@H245_FECMode_rfc2733Format@@UBEHPBD@Z @44686 NONAME ?InternalIsDescendant@H245_FlowControlCommand@@UBEHPBD@Z @36860 NONAME ?InternalIsDescendant@H245_FlowControlCommand_restriction@@UBEHPBD@Z @36861 NONAME ?InternalIsDescendant@H245_FlowControlCommand_scope@@UBEHPBD@Z @36862 NONAME ?InternalIsDescendant@H245_FlowControlIndication@@UBEHPBD@Z @36863 NONAME ?InternalIsDescendant@H245_FlowControlIndication_restriction@@UBEHPBD@Z @36864 NONAME ?InternalIsDescendant@H245_FlowControlIndication_scope@@UBEHPBD@Z @36865 NONAME ?InternalIsDescendant@H245_FunctionNotSupported@@UBEHPBD@Z @36866 NONAME ?InternalIsDescendant@H245_FunctionNotSupported_cause@@UBEHPBD@Z @36867 NONAME ?InternalIsDescendant@H245_FunctionNotUnderstood@@UBEHPBD@Z @36868 NONAME ?InternalIsDescendant@H245_G7231AnnexCCapability@@UBEHPBD@Z @36869 NONAME ?InternalIsDescendant@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBEHPBD@Z @36870 NONAME ?InternalIsDescendant@H245_G7231AnnexCMode@@UBEHPBD@Z @36871 NONAME ?InternalIsDescendant@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBEHPBD@Z @36872 NONAME ?InternalIsDescendant@H245_G729Extensions@@UBEHPBD@Z @36873 NONAME ?InternalIsDescendant@H245_GenericCapability@@UBEHPBD@Z @36874 NONAME ?InternalIsDescendant@H245_GenericMessage@@UBEHPBD@Z @44687 NONAME ?InternalIsDescendant@H245_GenericParameter@@UBEHPBD@Z @36875 NONAME ?InternalIsDescendant@H245_GSMAudioCapability@@UBEHPBD@Z @36876 NONAME ?InternalIsDescendant@H245_H222Capability@@UBEHPBD@Z @36877 NONAME ?InternalIsDescendant@H245_H222LogicalChannelParameters@@UBEHPBD@Z @36878 NONAME ?InternalIsDescendant@H245_H223AL1MParameters@@UBEHPBD@Z @36879 NONAME ?InternalIsDescendant@H245_H223AL1MParameters_arqType@@UBEHPBD@Z @36880 NONAME ?InternalIsDescendant@H245_H223AL1MParameters_crcLength@@UBEHPBD@Z @36881 NONAME ?InternalIsDescendant@H245_H223AL1MParameters_headerFEC@@UBEHPBD@Z @36882 NONAME ?InternalIsDescendant@H245_H223AL1MParameters_transferMode@@UBEHPBD@Z @36883 NONAME ?InternalIsDescendant@H245_H223AL2MParameters@@UBEHPBD@Z @36884 NONAME ?InternalIsDescendant@H245_H223AL2MParameters_headerFEC@@UBEHPBD@Z @36885 NONAME ?InternalIsDescendant@H245_H223AL3MParameters@@UBEHPBD@Z @36886 NONAME ?InternalIsDescendant@H245_H223AL3MParameters_arqType@@UBEHPBD@Z @36887 NONAME ?InternalIsDescendant@H245_H223AL3MParameters_crcLength@@UBEHPBD@Z @36888 NONAME ?InternalIsDescendant@H245_H223AL3MParameters_headerFormat@@UBEHPBD@Z @36889 NONAME ?InternalIsDescendant@H245_H223AnnexCArqParameters@@UBEHPBD@Z @36890 NONAME ?InternalIsDescendant@H245_H223AnnexCArqParameters_numberOfRetransmissions@@UBEHPBD@Z @36891 NONAME ?InternalIsDescendant@H245_H223AnnexCCapability@@UBEHPBD@Z @36892 NONAME ?InternalIsDescendant@H245_H223Capability@@UBEHPBD@Z @36893 NONAME ?InternalIsDescendant@H245_H223Capability_h223MultiplexTableCapability@@UBEHPBD@Z @36894 NONAME ?InternalIsDescendant@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBEHPBD@Z @36895 NONAME ?InternalIsDescendant@H245_H223Capability_mobileMultilinkFrameCapability@@UBEHPBD@Z @36896 NONAME ?InternalIsDescendant@H245_H223Capability_mobileOperationTransmitCapability@@UBEHPBD@Z @36897 NONAME ?InternalIsDescendant@H245_H223LogicalChannelParameters@@UBEHPBD@Z @36898 NONAME ?InternalIsDescendant@H245_H223LogicalChannelParameters_adaptationLayerType@@UBEHPBD@Z @36899 NONAME ?InternalIsDescendant@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBEHPBD@Z @36900 NONAME ?InternalIsDescendant@H245_H223ModeParameters@@UBEHPBD@Z @36901 NONAME ?InternalIsDescendant@H245_H223ModeParameters_adaptationLayerType@@UBEHPBD@Z @36902 NONAME ?InternalIsDescendant@H245_H223ModeParameters_adaptationLayerType_al3@@UBEHPBD@Z @36903 NONAME ?InternalIsDescendant@H245_H223MultiplexReconfiguration@@UBEHPBD@Z @36904 NONAME ?InternalIsDescendant@H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@UBEHPBD@Z @36905 NONAME ?InternalIsDescendant@H245_H223MultiplexReconfiguration_h223ModeChange@@UBEHPBD@Z @36906 NONAME ?InternalIsDescendant@H245_H223SkewIndication@@UBEHPBD@Z @36907 NONAME ?InternalIsDescendant@H245_H2250Capability@@UBEHPBD@Z @36908 NONAME ?InternalIsDescendant@H245_H2250Capability_mcCapability@@UBEHPBD@Z @36909 NONAME ?InternalIsDescendant@H245_H2250LogicalChannelAckParameters@@UBEHPBD@Z @36910 NONAME ?InternalIsDescendant@H245_H2250LogicalChannelParameters@@UBEHPBD@Z @36911 NONAME ?InternalIsDescendant@H245_H2250LogicalChannelParameters_mediaPacketization@@UBEHPBD@Z @36912 NONAME ?InternalIsDescendant@H245_H2250MaximumSkewIndication@@UBEHPBD@Z @36913 NONAME ?InternalIsDescendant@H245_H2250ModeParameters@@UBEHPBD@Z @36914 NONAME ?InternalIsDescendant@H245_H235Media@@UBEHPBD@Z @36915 NONAME ?InternalIsDescendant@H245_H235Media_mediaType@@UBEHPBD@Z @36916 NONAME ?InternalIsDescendant@H245_H235Mode@@UBEHPBD@Z @36917 NONAME ?InternalIsDescendant@H245_H235Mode_mediaMode@@UBEHPBD@Z @36918 NONAME ?InternalIsDescendant@H245_H235SecurityCapability@@UBEHPBD@Z @36919 NONAME ?InternalIsDescendant@H245_H261VideoCapability@@UBEHPBD@Z @36920 NONAME ?InternalIsDescendant@H245_H261VideoMode@@UBEHPBD@Z @36921 NONAME ?InternalIsDescendant@H245_H261VideoMode_resolution@@UBEHPBD@Z @36922 NONAME ?InternalIsDescendant@H245_H262VideoCapability@@UBEHPBD@Z @36923 NONAME ?InternalIsDescendant@H245_H262VideoMode@@UBEHPBD@Z @36924 NONAME ?InternalIsDescendant@H245_H262VideoMode_profileAndLevel@@UBEHPBD@Z @36925 NONAME ?InternalIsDescendant@H245_H263ModeComboFlags@@UBEHPBD@Z @36926 NONAME ?InternalIsDescendant@H245_H263Options@@UBEHPBD@Z @36927 NONAME ?InternalIsDescendant@H245_H263Version3Options@@UBEHPBD@Z @36928 NONAME ?InternalIsDescendant@H245_H263VideoCapability@@UBEHPBD@Z @36929 NONAME ?InternalIsDescendant@H245_H263VideoMode@@UBEHPBD@Z @36930 NONAME ?InternalIsDescendant@H245_H263VideoModeCombos@@UBEHPBD@Z @36931 NONAME ?InternalIsDescendant@H245_H263VideoMode_resolution@@UBEHPBD@Z @36932 NONAME ?InternalIsDescendant@H245_IndicationMessage@@UBEHPBD@Z @36933 NONAME ?InternalIsDescendant@H245_IntegrityCapability@@UBEHPBD@Z @36934 NONAME ?InternalIsDescendant@H245_IS11172AudioCapability@@UBEHPBD@Z @36935 NONAME ?InternalIsDescendant@H245_IS11172AudioMode@@UBEHPBD@Z @36936 NONAME ?InternalIsDescendant@H245_IS11172AudioMode_audioLayer@@UBEHPBD@Z @36937 NONAME ?InternalIsDescendant@H245_IS11172AudioMode_audioSampling@@UBEHPBD@Z @36938 NONAME ?InternalIsDescendant@H245_IS11172AudioMode_multichannelType@@UBEHPBD@Z @36939 NONAME ?InternalIsDescendant@H245_IS11172VideoCapability@@UBEHPBD@Z @36940 NONAME ?InternalIsDescendant@H245_IS11172VideoMode@@UBEHPBD@Z @36941 NONAME ?InternalIsDescendant@H245_IS13818AudioCapability@@UBEHPBD@Z @36942 NONAME ?InternalIsDescendant@H245_IS13818AudioMode@@UBEHPBD@Z @36943 NONAME ?InternalIsDescendant@H245_IS13818AudioMode_audioLayer@@UBEHPBD@Z @36944 NONAME ?InternalIsDescendant@H245_IS13818AudioMode_audioSampling@@UBEHPBD@Z @36945 NONAME ?InternalIsDescendant@H245_IS13818AudioMode_multichannelType@@UBEHPBD@Z @36946 NONAME ?InternalIsDescendant@H245_IV16@@UBEHPBD@Z @44688 NONAME ?InternalIsDescendant@H245_IV8@@UBEHPBD@Z @44689 NONAME ?InternalIsDescendant@H245_JitterIndication@@UBEHPBD@Z @36947 NONAME ?InternalIsDescendant@H245_JitterIndication_scope@@UBEHPBD@Z @36948 NONAME ?InternalIsDescendant@H245_KeyProtectionMethod@@UBEHPBD@Z @36949 NONAME ?InternalIsDescendant@H245_LogicalChannelNumber@@UBEHPBD@Z @36950 NONAME ?InternalIsDescendant@H245_LogicalChannelRateAcknowledge@@UBEHPBD@Z @36951 NONAME ?InternalIsDescendant@H245_LogicalChannelRateReject@@UBEHPBD@Z @36952 NONAME ?InternalIsDescendant@H245_LogicalChannelRateRejectReason@@UBEHPBD@Z @36953 NONAME ?InternalIsDescendant@H245_LogicalChannelRateRelease@@UBEHPBD@Z @36954 NONAME ?InternalIsDescendant@H245_LogicalChannelRateRequest@@UBEHPBD@Z @36955 NONAME ?InternalIsDescendant@H245_MaintenanceLoopAck@@UBEHPBD@Z @36956 NONAME ?InternalIsDescendant@H245_MaintenanceLoopAck_type@@UBEHPBD@Z @36957 NONAME ?InternalIsDescendant@H245_MaintenanceLoopOffCommand@@UBEHPBD@Z @36958 NONAME ?InternalIsDescendant@H245_MaintenanceLoopReject@@UBEHPBD@Z @36959 NONAME ?InternalIsDescendant@H245_MaintenanceLoopReject_cause@@UBEHPBD@Z @36960 NONAME ?InternalIsDescendant@H245_MaintenanceLoopReject_type@@UBEHPBD@Z @36961 NONAME ?InternalIsDescendant@H245_MaintenanceLoopRequest@@UBEHPBD@Z @36962 NONAME ?InternalIsDescendant@H245_MaintenanceLoopRequest_type@@UBEHPBD@Z @36963 NONAME ?InternalIsDescendant@H245_MasterSlaveDetermination@@UBEHPBD@Z @36964 NONAME ?InternalIsDescendant@H245_MasterSlaveDeterminationAck@@UBEHPBD@Z @36965 NONAME ?InternalIsDescendant@H245_MasterSlaveDeterminationAck_decision@@UBEHPBD@Z @36966 NONAME ?InternalIsDescendant@H245_MasterSlaveDeterminationReject@@UBEHPBD@Z @36967 NONAME ?InternalIsDescendant@H245_MasterSlaveDeterminationReject_cause@@UBEHPBD@Z @36968 NONAME ?InternalIsDescendant@H245_MasterSlaveDeterminationRelease@@UBEHPBD@Z @36969 NONAME ?InternalIsDescendant@H245_MaximumBitRate@@UBEHPBD@Z @36970 NONAME ?InternalIsDescendant@H245_MaxRedundancy@@UBEHPBD@Z @44690 NONAME ?InternalIsDescendant@H245_MCLocationIndication@@UBEHPBD@Z @36971 NONAME ?InternalIsDescendant@H245_McuNumber@@UBEHPBD@Z @36972 NONAME ?InternalIsDescendant@H245_MediaChannelCapability@@UBEHPBD@Z @36973 NONAME ?InternalIsDescendant@H245_MediaDistributionCapability@@UBEHPBD@Z @36974 NONAME ?InternalIsDescendant@H245_MediaEncryptionAlgorithm@@UBEHPBD@Z @36975 NONAME ?InternalIsDescendant@H245_MediaPacketizationCapability@@UBEHPBD@Z @36976 NONAME ?InternalIsDescendant@H245_MediaTransportType@@UBEHPBD@Z @36977 NONAME ?InternalIsDescendant@H245_MediaTransportType_atm_AAL5_compressed@@UBEHPBD@Z @36978 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand@@UBEHPBD@Z @36979 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand_type@@UBEHPBD@Z @36980 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBEHPBD@Z @44691 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBEHPBD@Z @44692 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand_type_lostPartialPicture@@UBEHPBD@Z @36981 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBEHPBD@Z @36982 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@UBEHPBD@Z @36983 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand_type_videoBadMBs@@UBEHPBD@Z @36984 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBEHPBD@Z @36985 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBEHPBD@Z @36986 NONAME ?InternalIsDescendant@H245_MiscellaneousIndication@@UBEHPBD@Z @36987 NONAME ?InternalIsDescendant@H245_MiscellaneousIndication_type@@UBEHPBD@Z @36988 NONAME ?InternalIsDescendant@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBEHPBD@Z @36989 NONAME ?InternalIsDescendant@H245_MobileMultilinkReconfigurationCommand@@UBEHPBD@Z @36990 NONAME ?InternalIsDescendant@H245_MobileMultilinkReconfigurationCommand_status@@UBEHPBD@Z @36991 NONAME ?InternalIsDescendant@H245_MobileMultilinkReconfigurationIndication@@UBEHPBD@Z @36992 NONAME ?InternalIsDescendant@H245_ModeDescription@@UBEHPBD@Z @36993 NONAME ?InternalIsDescendant@H245_ModeElement@@UBEHPBD@Z @36994 NONAME ?InternalIsDescendant@H245_ModeElementType@@UBEHPBD@Z @36995 NONAME ?InternalIsDescendant@H245_MulticastAddress@@UBEHPBD@Z @36996 NONAME ?InternalIsDescendant@H245_MulticastAddress_iP6Address@@UBEHPBD@Z @36997 NONAME ?InternalIsDescendant@H245_MulticastAddress_iPAddress@@UBEHPBD@Z @36998 NONAME ?InternalIsDescendant@H245_MultilinkIndication@@UBEHPBD@Z @36999 NONAME ?InternalIsDescendant@H245_MultilinkIndication_crcDesired@@UBEHPBD@Z @37000 NONAME ?InternalIsDescendant@H245_MultilinkIndication_excessiveError@@UBEHPBD@Z @37001 NONAME ?InternalIsDescendant@H245_MultilinkRequest@@UBEHPBD@Z @37002 NONAME ?InternalIsDescendant@H245_MultilinkRequest_addConnection@@UBEHPBD@Z @37003 NONAME ?InternalIsDescendant@H245_MultilinkRequest_callInformation@@UBEHPBD@Z @37004 NONAME ?InternalIsDescendant@H245_MultilinkRequest_maximumHeaderInterval@@UBEHPBD@Z @37005 NONAME ?InternalIsDescendant@H245_MultilinkRequest_maximumHeaderInterval_requestType@@UBEHPBD@Z @37006 NONAME ?InternalIsDescendant@H245_MultilinkRequest_removeConnection@@UBEHPBD@Z @37007 NONAME ?InternalIsDescendant@H245_MultilinkResponse@@UBEHPBD@Z @37008 NONAME ?InternalIsDescendant@H245_MultilinkResponse_addConnection@@UBEHPBD@Z @37009 NONAME ?InternalIsDescendant@H245_MultilinkResponse_addConnection_responseCode@@UBEHPBD@Z @37010 NONAME ?InternalIsDescendant@H245_MultilinkResponse_addConnection_responseCode_rejected@@UBEHPBD@Z @37011 NONAME ?InternalIsDescendant@H245_MultilinkResponse_callInformation@@UBEHPBD@Z @37012 NONAME ?InternalIsDescendant@H245_MultilinkResponse_maximumHeaderInterval@@UBEHPBD@Z @37013 NONAME ?InternalIsDescendant@H245_MultilinkResponse_removeConnection@@UBEHPBD@Z @37014 NONAME ?InternalIsDescendant@H245_MultimediaSystemControlMessage@@UBEHPBD@Z @37015 NONAME ?InternalIsDescendant@H245_MultiplePayloadStream@@UBEHPBD@Z @37016 NONAME ?InternalIsDescendant@H245_MultiplePayloadStreamCapability@@UBEHPBD@Z @37017 NONAME ?InternalIsDescendant@H245_MultiplePayloadStreamElement@@UBEHPBD@Z @37018 NONAME ?InternalIsDescendant@H245_MultiplePayloadStreamElementMode@@UBEHPBD@Z @37019 NONAME ?InternalIsDescendant@H245_MultiplePayloadStreamMode@@UBEHPBD@Z @37020 NONAME ?InternalIsDescendant@H245_MultiplexCapability@@UBEHPBD@Z @37021 NONAME ?InternalIsDescendant@H245_MultiplexedStreamCapability@@UBEHPBD@Z @37022 NONAME ?InternalIsDescendant@H245_MultiplexedStreamModeParameters@@UBEHPBD@Z @37023 NONAME ?InternalIsDescendant@H245_MultiplexedStreamParameter@@UBEHPBD@Z @37024 NONAME ?InternalIsDescendant@H245_MultiplexElement@@UBEHPBD@Z @37025 NONAME ?InternalIsDescendant@H245_MultiplexElement_repeatCount@@UBEHPBD@Z @37026 NONAME ?InternalIsDescendant@H245_MultiplexElement_type@@UBEHPBD@Z @37027 NONAME ?InternalIsDescendant@H245_MultiplexEntryDescriptor@@UBEHPBD@Z @37028 NONAME ?InternalIsDescendant@H245_MultiplexEntryRejectionDescriptions@@UBEHPBD@Z @37029 NONAME ?InternalIsDescendant@H245_MultiplexEntryRejectionDescriptions_cause@@UBEHPBD@Z @37030 NONAME ?InternalIsDescendant@H245_MultiplexEntrySend@@UBEHPBD@Z @37031 NONAME ?InternalIsDescendant@H245_MultiplexEntrySendAck@@UBEHPBD@Z @37032 NONAME ?InternalIsDescendant@H245_MultiplexEntrySendReject@@UBEHPBD@Z @37033 NONAME ?InternalIsDescendant@H245_MultiplexEntrySendRelease@@UBEHPBD@Z @37034 NONAME ?InternalIsDescendant@H245_MultiplexFormat@@UBEHPBD@Z @37035 NONAME ?InternalIsDescendant@H245_MultiplexTableEntryNumber@@UBEHPBD@Z @37036 NONAME ?InternalIsDescendant@H245_MultipointCapability@@UBEHPBD@Z @37037 NONAME ?InternalIsDescendant@H245_NetworkAccessParameters@@UBEHPBD@Z @37038 NONAME ?InternalIsDescendant@H245_NetworkAccessParameters_distribution@@UBEHPBD@Z @37039 NONAME ?InternalIsDescendant@H245_NetworkAccessParameters_networkAddress@@UBEHPBD@Z @37040 NONAME ?InternalIsDescendant@H245_NetworkAccessParameters_t120SetupProcedure@@UBEHPBD@Z @37041 NONAME ?InternalIsDescendant@H245_NewATMVCCommand@@UBEHPBD@Z @37042 NONAME ?InternalIsDescendant@H245_NewATMVCCommand_aal@@UBEHPBD@Z @37043 NONAME ?InternalIsDescendant@H245_NewATMVCCommand_aal_aal1@@UBEHPBD@Z @37044 NONAME ?InternalIsDescendant@H245_NewATMVCCommand_aal_aal1_clockRecovery@@UBEHPBD@Z @37045 NONAME ?InternalIsDescendant@H245_NewATMVCCommand_aal_aal1_errorCorrection@@UBEHPBD@Z @37046 NONAME ?InternalIsDescendant@H245_NewATMVCCommand_aal_aal5@@UBEHPBD@Z @37047 NONAME ?InternalIsDescendant@H245_NewATMVCCommand_multiplex@@UBEHPBD@Z @37048 NONAME ?InternalIsDescendant@H245_NewATMVCCommand_reverseParameters@@UBEHPBD@Z @37049 NONAME ?InternalIsDescendant@H245_NewATMVCCommand_reverseParameters_multiplex@@UBEHPBD@Z @37050 NONAME ?InternalIsDescendant@H245_NewATMVCIndication@@UBEHPBD@Z @37051 NONAME ?InternalIsDescendant@H245_NewATMVCIndication_aal@@UBEHPBD@Z @37052 NONAME ?InternalIsDescendant@H245_NewATMVCIndication_aal_aal1@@UBEHPBD@Z @37053 NONAME ?InternalIsDescendant@H245_NewATMVCIndication_aal_aal1_clockRecovery@@UBEHPBD@Z @37054 NONAME ?InternalIsDescendant@H245_NewATMVCIndication_aal_aal1_errorCorrection@@UBEHPBD@Z @37055 NONAME ?InternalIsDescendant@H245_NewATMVCIndication_aal_aal5@@UBEHPBD@Z @37056 NONAME ?InternalIsDescendant@H245_NewATMVCIndication_multiplex@@UBEHPBD@Z @37057 NONAME ?InternalIsDescendant@H245_NewATMVCIndication_reverseParameters@@UBEHPBD@Z @37058 NONAME ?InternalIsDescendant@H245_NewATMVCIndication_reverseParameters_multiplex@@UBEHPBD@Z @37059 NONAME ?InternalIsDescendant@H245_NonStandardIdentifier@@UBEHPBD@Z @37060 NONAME ?InternalIsDescendant@H245_NonStandardIdentifier_h221NonStandard@@UBEHPBD@Z @37061 NONAME ?InternalIsDescendant@H245_NonStandardMessage@@UBEHPBD@Z @37062 NONAME ?InternalIsDescendant@H245_NonStandardParameter@@UBEHPBD@Z @37063 NONAME ?InternalIsDescendant@H245_NoPTAudioTelephonyEventCapability@@UBEHPBD@Z @37064 NONAME ?InternalIsDescendant@H245_NoPTAudioToneCapability@@UBEHPBD@Z @37065 NONAME ?InternalIsDescendant@H245_OpenLogicalChannel@@UBEHPBD@Z @37066 NONAME ?InternalIsDescendant@H245_OpenLogicalChannelAck@@UBEHPBD@Z @37067 NONAME ?InternalIsDescendant@H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@UBEHPBD@Z @37068 NONAME ?InternalIsDescendant@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBEHPBD@Z @37069 NONAME ?InternalIsDescendant@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@UBEHPBD@Z @37070 NONAME ?InternalIsDescendant@H245_OpenLogicalChannelConfirm@@UBEHPBD@Z @37071 NONAME ?InternalIsDescendant@H245_OpenLogicalChannelReject@@UBEHPBD@Z @37072 NONAME ?InternalIsDescendant@H245_OpenLogicalChannelReject_cause@@UBEHPBD@Z @37073 NONAME ?InternalIsDescendant@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBEHPBD@Z @37074 NONAME ?InternalIsDescendant@H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@UBEHPBD@Z @37075 NONAME ?InternalIsDescendant@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBEHPBD@Z @37076 NONAME ?InternalIsDescendant@H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@UBEHPBD@Z @37077 NONAME ?InternalIsDescendant@H245_ParameterIdentifier@@UBEHPBD@Z @37078 NONAME ?InternalIsDescendant@H245_ParameterValue@@UBEHPBD@Z @37079 NONAME ?InternalIsDescendant@H245_Params@@UBEHPBD@Z @44693 NONAME ?InternalIsDescendant@H245_Password@@UBEHPBD@Z @37080 NONAME ?InternalIsDescendant@H245_PictureReference@@UBEHPBD@Z @37081 NONAME ?InternalIsDescendant@H245_Q2931Address@@UBEHPBD@Z @37082 NONAME ?InternalIsDescendant@H245_Q2931Address_address@@UBEHPBD@Z @37083 NONAME ?InternalIsDescendant@H245_QOSCapability@@UBEHPBD@Z @37084 NONAME ?InternalIsDescendant@H245_QOSMode@@UBEHPBD@Z @37085 NONAME ?InternalIsDescendant@H245_RedundancyEncoding@@UBEHPBD@Z @37086 NONAME ?InternalIsDescendant@H245_RedundancyEncodingCapability@@UBEHPBD@Z @37087 NONAME ?InternalIsDescendant@H245_RedundancyEncodingDTMode@@UBEHPBD@Z @37088 NONAME ?InternalIsDescendant@H245_RedundancyEncodingDTModeElement@@UBEHPBD@Z @37089 NONAME ?InternalIsDescendant@H245_RedundancyEncodingDTModeElement_type@@UBEHPBD@Z @37090 NONAME ?InternalIsDescendant@H245_RedundancyEncodingElement@@UBEHPBD@Z @37091 NONAME ?InternalIsDescendant@H245_RedundancyEncodingMethod@@UBEHPBD@Z @37092 NONAME ?InternalIsDescendant@H245_RedundancyEncodingMode@@UBEHPBD@Z @37093 NONAME ?InternalIsDescendant@H245_RedundancyEncodingMode_secondaryEncoding@@UBEHPBD@Z @37094 NONAME ?InternalIsDescendant@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBEHPBD@Z @37095 NONAME ?InternalIsDescendant@H245_RefPictureSelection@@UBEHPBD@Z @37096 NONAME ?InternalIsDescendant@H245_RefPictureSelection_additionalPictureMemory@@UBEHPBD@Z @37097 NONAME ?InternalIsDescendant@H245_RefPictureSelection_enhancedReferencePicSelect@@UBEHPBD@Z @37098 NONAME ?InternalIsDescendant@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBEHPBD@Z @37099 NONAME ?InternalIsDescendant@H245_RefPictureSelection_videoBackChannelSend@@UBEHPBD@Z @37100 NONAME ?InternalIsDescendant@H245_RemoteMCRequest@@UBEHPBD@Z @37101 NONAME ?InternalIsDescendant@H245_RemoteMCResponse@@UBEHPBD@Z @37102 NONAME ?InternalIsDescendant@H245_RemoteMCResponse_reject@@UBEHPBD@Z @37103 NONAME ?InternalIsDescendant@H245_RequestAllTerminalIDsResponse@@UBEHPBD@Z @37104 NONAME ?InternalIsDescendant@H245_RequestChannelClose@@UBEHPBD@Z @37105 NONAME ?InternalIsDescendant@H245_RequestChannelCloseAck@@UBEHPBD@Z @37106 NONAME ?InternalIsDescendant@H245_RequestChannelCloseReject@@UBEHPBD@Z @37107 NONAME ?InternalIsDescendant@H245_RequestChannelCloseReject_cause@@UBEHPBD@Z @37108 NONAME ?InternalIsDescendant@H245_RequestChannelCloseRelease@@UBEHPBD@Z @37109 NONAME ?InternalIsDescendant@H245_RequestChannelClose_reason@@UBEHPBD@Z @37110 NONAME ?InternalIsDescendant@H245_RequestMessage@@UBEHPBD@Z @37111 NONAME ?InternalIsDescendant@H245_RequestMode@@UBEHPBD@Z @37112 NONAME ?InternalIsDescendant@H245_RequestModeAck@@UBEHPBD@Z @37113 NONAME ?InternalIsDescendant@H245_RequestModeAck_response@@UBEHPBD@Z @37114 NONAME ?InternalIsDescendant@H245_RequestModeReject@@UBEHPBD@Z @37115 NONAME ?InternalIsDescendant@H245_RequestModeReject_cause@@UBEHPBD@Z @37116 NONAME ?InternalIsDescendant@H245_RequestModeRelease@@UBEHPBD@Z @37117 NONAME ?InternalIsDescendant@H245_RequestMultiplexEntry@@UBEHPBD@Z @37118 NONAME ?InternalIsDescendant@H245_RequestMultiplexEntryAck@@UBEHPBD@Z @37119 NONAME ?InternalIsDescendant@H245_RequestMultiplexEntryReject@@UBEHPBD@Z @37120 NONAME ?InternalIsDescendant@H245_RequestMultiplexEntryRejectionDescriptions@@UBEHPBD@Z @37121 NONAME ?InternalIsDescendant@H245_RequestMultiplexEntryRejectionDescriptions_cause@@UBEHPBD@Z @37122 NONAME ?InternalIsDescendant@H245_RequestMultiplexEntryRelease@@UBEHPBD@Z @37123 NONAME ?InternalIsDescendant@H245_ResponseMessage@@UBEHPBD@Z @37124 NONAME ?InternalIsDescendant@H245_RoundTripDelayRequest@@UBEHPBD@Z @37125 NONAME ?InternalIsDescendant@H245_RoundTripDelayResponse@@UBEHPBD@Z @37126 NONAME ?InternalIsDescendant@H245_RSVPParameters@@UBEHPBD@Z @37127 NONAME ?InternalIsDescendant@H245_RTPH263VideoRedundancyEncoding@@UBEHPBD@Z @37128 NONAME ?InternalIsDescendant@H245_RTPH263VideoRedundancyEncoding_containedThreads@@UBEHPBD@Z @37129 NONAME ?InternalIsDescendant@H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@UBEHPBD@Z @37130 NONAME ?InternalIsDescendant@H245_RTPH263VideoRedundancyFrameMapping@@UBEHPBD@Z @37131 NONAME ?InternalIsDescendant@H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@UBEHPBD@Z @37132 NONAME ?InternalIsDescendant@H245_RTPPayloadType@@UBEHPBD@Z @37133 NONAME ?InternalIsDescendant@H245_RTPPayloadType_payloadDescriptor@@UBEHPBD@Z @37134 NONAME ?InternalIsDescendant@H245_SendTerminalCapabilitySet@@UBEHPBD@Z @37135 NONAME ?InternalIsDescendant@H245_SendTerminalCapabilitySet_specificRequest@@UBEHPBD@Z @37136 NONAME ?InternalIsDescendant@H245_SequenceNumber@@UBEHPBD@Z @37137 NONAME ?InternalIsDescendant@H245_SubstituteConferenceIDCommand@@UBEHPBD@Z @37138 NONAME ?InternalIsDescendant@H245_T38FaxProfile@@UBEHPBD@Z @37139 NONAME ?InternalIsDescendant@H245_T38FaxRateManagement@@UBEHPBD@Z @37140 NONAME ?InternalIsDescendant@H245_T38FaxTcpOptions@@UBEHPBD@Z @37141 NONAME ?InternalIsDescendant@H245_T38FaxUdpOptions@@UBEHPBD@Z @37142 NONAME ?InternalIsDescendant@H245_T38FaxUdpOptions_t38FaxUdpEC@@UBEHPBD@Z @37143 NONAME ?InternalIsDescendant@H245_T84Profile@@UBEHPBD@Z @37144 NONAME ?InternalIsDescendant@H245_T84Profile_t84Restricted@@UBEHPBD@Z @37145 NONAME ?InternalIsDescendant@H245_TerminalCapabilitySet@@UBEHPBD@Z @37146 NONAME ?InternalIsDescendant@H245_TerminalCapabilitySetAck@@UBEHPBD@Z @37147 NONAME ?InternalIsDescendant@H245_TerminalCapabilitySetReject@@UBEHPBD@Z @37148 NONAME ?InternalIsDescendant@H245_TerminalCapabilitySetReject_cause@@UBEHPBD@Z @37149 NONAME ?InternalIsDescendant@H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@UBEHPBD@Z @37150 NONAME ?InternalIsDescendant@H245_TerminalCapabilitySetRelease@@UBEHPBD@Z @37151 NONAME ?InternalIsDescendant@H245_TerminalID@@UBEHPBD@Z @37152 NONAME ?InternalIsDescendant@H245_TerminalInformation@@UBEHPBD@Z @37153 NONAME ?InternalIsDescendant@H245_TerminalLabel@@UBEHPBD@Z @37154 NONAME ?InternalIsDescendant@H245_TerminalNumber@@UBEHPBD@Z @37155 NONAME ?InternalIsDescendant@H245_TerminalYouAreSeeingInSubPictureNumber@@UBEHPBD@Z @37156 NONAME ?InternalIsDescendant@H245_TransparencyParameters@@UBEHPBD@Z @37157 NONAME ?InternalIsDescendant@H245_TransportAddress@@UBEHPBD@Z @37158 NONAME ?InternalIsDescendant@H245_TransportCapability@@UBEHPBD@Z @37159 NONAME ?InternalIsDescendant@H245_UnicastAddress@@UBEHPBD@Z @37160 NONAME ?InternalIsDescendant@H245_UnicastAddress_iP6Address@@UBEHPBD@Z @37161 NONAME ?InternalIsDescendant@H245_UnicastAddress_iPAddress@@UBEHPBD@Z @37162 NONAME ?InternalIsDescendant@H245_UnicastAddress_iPSourceRouteAddress@@UBEHPBD@Z @37163 NONAME ?InternalIsDescendant@H245_UnicastAddress_iPSourceRouteAddress_route@@UBEHPBD@Z @37164 NONAME ?InternalIsDescendant@H245_UnicastAddress_iPSourceRouteAddress_routing@@UBEHPBD@Z @37165 NONAME ?InternalIsDescendant@H245_UnicastAddress_iPXAddress@@UBEHPBD@Z @37166 NONAME ?InternalIsDescendant@H245_UserInputCapability@@UBEHPBD@Z @37167 NONAME ?InternalIsDescendant@H245_UserInputIndication@@UBEHPBD@Z @37168 NONAME ?InternalIsDescendant@H245_UserInputIndication_encryptedAlphanumeric@@UBEHPBD@Z @44694 NONAME ?InternalIsDescendant@H245_UserInputIndication_extendedAlphanumeric@@UBEHPBD@Z @37169 NONAME ?InternalIsDescendant@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBEHPBD@Z @44695 NONAME ?InternalIsDescendant@H245_UserInputIndication_signal@@UBEHPBD@Z @37170 NONAME ?InternalIsDescendant@H245_UserInputIndication_signalUpdate@@UBEHPBD@Z @37171 NONAME ?InternalIsDescendant@H245_UserInputIndication_signalUpdate_rtp@@UBEHPBD@Z @37172 NONAME ?InternalIsDescendant@H245_UserInputIndication_signal_rtp@@UBEHPBD@Z @37173 NONAME ?InternalIsDescendant@H245_UserInputIndication_userInputSupportIndication@@UBEHPBD@Z @37174 NONAME ?InternalIsDescendant@H245_V42bis@@UBEHPBD@Z @37175 NONAME ?InternalIsDescendant@H245_V75Capability@@UBEHPBD@Z @37176 NONAME ?InternalIsDescendant@H245_V75Parameters@@UBEHPBD@Z @37177 NONAME ?InternalIsDescendant@H245_V76Capability@@UBEHPBD@Z @37178 NONAME ?InternalIsDescendant@H245_V76HDLCParameters@@UBEHPBD@Z @37179 NONAME ?InternalIsDescendant@H245_V76LogicalChannelParameters@@UBEHPBD@Z @37180 NONAME ?InternalIsDescendant@H245_V76LogicalChannelParameters_mode@@UBEHPBD@Z @37181 NONAME ?InternalIsDescendant@H245_V76LogicalChannelParameters_mode_eRM@@UBEHPBD@Z @37182 NONAME ?InternalIsDescendant@H245_V76LogicalChannelParameters_mode_eRM_recovery@@UBEHPBD@Z @37183 NONAME ?InternalIsDescendant@H245_V76LogicalChannelParameters_suspendResume@@UBEHPBD@Z @37184 NONAME ?InternalIsDescendant@H245_V76ModeParameters@@UBEHPBD@Z @37185 NONAME ?InternalIsDescendant@H245_VBDCapability@@UBEHPBD@Z @37186 NONAME ?InternalIsDescendant@H245_VBDMode@@UBEHPBD@Z @37187 NONAME ?InternalIsDescendant@H245_VCCapability@@UBEHPBD@Z @37188 NONAME ?InternalIsDescendant@H245_VCCapability_aal1@@UBEHPBD@Z @37189 NONAME ?InternalIsDescendant@H245_VCCapability_aal1ViaGateway@@UBEHPBD@Z @37190 NONAME ?InternalIsDescendant@H245_VCCapability_aal5@@UBEHPBD@Z @37191 NONAME ?InternalIsDescendant@H245_VCCapability_availableBitRates@@UBEHPBD@Z @37192 NONAME ?InternalIsDescendant@H245_VCCapability_availableBitRates_type@@UBEHPBD@Z @37193 NONAME ?InternalIsDescendant@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBEHPBD@Z @37194 NONAME ?InternalIsDescendant@H245_VendorIdentification@@UBEHPBD@Z @37195 NONAME ?InternalIsDescendant@H245_VideoCapability@@UBEHPBD@Z @37196 NONAME ?InternalIsDescendant@H245_VideoIndicateCompose@@UBEHPBD@Z @37197 NONAME ?InternalIsDescendant@H245_VideoMode@@UBEHPBD@Z @37198 NONAME ?InternalIsDescendant@H248_ActionReply@@UBEHPBD@Z @37199 NONAME ?InternalIsDescendant@H248_ActionRequest@@UBEHPBD@Z @37200 NONAME ?InternalIsDescendant@H248_AmmDescriptor@@UBEHPBD@Z @37201 NONAME ?InternalIsDescendant@H248_AmmRequest@@UBEHPBD@Z @37202 NONAME ?InternalIsDescendant@H248_AmmsReply@@UBEHPBD@Z @37203 NONAME ?InternalIsDescendant@H248_ArrayOf_ActionReply@@UBEHPBD@Z @37204 NONAME ?InternalIsDescendant@H248_ArrayOf_ActionRequest@@UBEHPBD@Z @37205 NONAME ?InternalIsDescendant@H248_ArrayOf_AmmDescriptor@@UBEHPBD@Z @37206 NONAME ?InternalIsDescendant@H248_ArrayOf_CommandReply@@UBEHPBD@Z @37207 NONAME ?InternalIsDescendant@H248_ArrayOf_CommandRequest@@UBEHPBD@Z @37208 NONAME ?InternalIsDescendant@H248_ArrayOf_EventParameter@@UBEHPBD@Z @37209 NONAME ?InternalIsDescendant@H248_ArrayOf_IndAuditParameter@@UBEHPBD@Z @37210 NONAME ?InternalIsDescendant@H248_ArrayOf_IndAudPropertyParm@@UBEHPBD@Z @37211 NONAME ?InternalIsDescendant@H248_ArrayOf_IndAudStreamDescriptor@@UBEHPBD@Z @37212 NONAME ?InternalIsDescendant@H248_ArrayOf_ModemType@@UBEHPBD@Z @37213 NONAME ?InternalIsDescendant@H248_ArrayOf_ObservedEvent@@UBEHPBD@Z @37214 NONAME ?InternalIsDescendant@H248_ArrayOf_PASN_OctetString@@UBEHPBD@Z @37215 NONAME ?InternalIsDescendant@H248_ArrayOf_PropertyGroup@@UBEHPBD@Z @37216 NONAME ?InternalIsDescendant@H248_ArrayOf_PropertyParm@@UBEHPBD@Z @37217 NONAME ?InternalIsDescendant@H248_ArrayOf_RequestedEvent@@UBEHPBD@Z @37218 NONAME ?InternalIsDescendant@H248_ArrayOf_SecondRequestedEvent@@UBEHPBD@Z @37219 NONAME ?InternalIsDescendant@H248_ArrayOf_Signal@@UBEHPBD@Z @37220 NONAME ?InternalIsDescendant@H248_ArrayOf_SigParameter@@UBEHPBD@Z @37221 NONAME ?InternalIsDescendant@H248_ArrayOf_StreamDescriptor@@UBEHPBD@Z @37222 NONAME ?InternalIsDescendant@H248_ArrayOf_TerminationID@@UBEHPBD@Z @37223 NONAME ?InternalIsDescendant@H248_ArrayOf_TopologyRequest@@UBEHPBD@Z @37224 NONAME ?InternalIsDescendant@H248_ArrayOf_Transaction@@UBEHPBD@Z @37225 NONAME ?InternalIsDescendant@H248_ArrayOf_WildcardField@@UBEHPBD@Z @37226 NONAME ?InternalIsDescendant@H248_AuditDescriptor@@UBEHPBD@Z @37227 NONAME ?InternalIsDescendant@H248_AuditReply@@UBEHPBD@Z @37228 NONAME ?InternalIsDescendant@H248_AuditRequest@@UBEHPBD@Z @37229 NONAME ?InternalIsDescendant@H248_AuditResult@@UBEHPBD@Z @37230 NONAME ?InternalIsDescendant@H248_AuditReturnParameter@@UBEHPBD@Z @37231 NONAME ?InternalIsDescendant@H248_AuthData@@UBEHPBD@Z @37232 NONAME ?InternalIsDescendant@H248_AuthenticationHeader@@UBEHPBD@Z @37233 NONAME ?InternalIsDescendant@H248_Command@@UBEHPBD@Z @37234 NONAME ?InternalIsDescendant@H248_CommandReply@@UBEHPBD@Z @37235 NONAME ?InternalIsDescendant@H248_CommandRequest@@UBEHPBD@Z @37236 NONAME ?InternalIsDescendant@H248_ContextAttrAuditRequest@@UBEHPBD@Z @37237 NONAME ?InternalIsDescendant@H248_ContextID@@UBEHPBD@Z @37238 NONAME ?InternalIsDescendant@H248_ContextRequest@@UBEHPBD@Z @37239 NONAME ?InternalIsDescendant@H248_DigitMapDescriptor@@UBEHPBD@Z @37240 NONAME ?InternalIsDescendant@H248_DigitMapName@@UBEHPBD@Z @37241 NONAME ?InternalIsDescendant@H248_DigitMapValue@@UBEHPBD@Z @37242 NONAME ?InternalIsDescendant@H248_DomainName@@UBEHPBD@Z @37243 NONAME ?InternalIsDescendant@H248_ErrorCode@@UBEHPBD@Z @37244 NONAME ?InternalIsDescendant@H248_ErrorDescriptor@@UBEHPBD@Z @37245 NONAME ?InternalIsDescendant@H248_ErrorText@@UBEHPBD@Z @37246 NONAME ?InternalIsDescendant@H248_EventBufferControl@@UBEHPBD@Z @37247 NONAME ?InternalIsDescendant@H248_EventBufferDescriptor@@UBEHPBD@Z @37248 NONAME ?InternalIsDescendant@H248_EventDM@@UBEHPBD@Z @37249 NONAME ?InternalIsDescendant@H248_EventName@@UBEHPBD@Z @37250 NONAME ?InternalIsDescendant@H248_EventParameter@@UBEHPBD@Z @37251 NONAME ?InternalIsDescendant@H248_EventParameter_extraInfo@@UBEHPBD@Z @37252 NONAME ?InternalIsDescendant@H248_EventsDescriptor@@UBEHPBD@Z @37253 NONAME ?InternalIsDescendant@H248_EventSpec@@UBEHPBD@Z @37254 NONAME ?InternalIsDescendant@H248_H221NonStandard@@UBEHPBD@Z @37255 NONAME ?InternalIsDescendant@H248_IndAudDigitMapDescriptor@@UBEHPBD@Z @37256 NONAME ?InternalIsDescendant@H248_IndAudEventBufferDescriptor@@UBEHPBD@Z @37257 NONAME ?InternalIsDescendant@H248_IndAudEventsDescriptor@@UBEHPBD@Z @37258 NONAME ?InternalIsDescendant@H248_IndAuditParameter@@UBEHPBD@Z @37259 NONAME ?InternalIsDescendant@H248_IndAudLocalControlDescriptor@@UBEHPBD@Z @37260 NONAME ?InternalIsDescendant@H248_IndAudLocalRemoteDescriptor@@UBEHPBD@Z @37261 NONAME ?InternalIsDescendant@H248_IndAudMediaDescriptor@@UBEHPBD@Z @37262 NONAME ?InternalIsDescendant@H248_IndAudMediaDescriptor_streams@@UBEHPBD@Z @37263 NONAME ?InternalIsDescendant@H248_IndAudPackagesDescriptor@@UBEHPBD@Z @37264 NONAME ?InternalIsDescendant@H248_IndAudPropertyGroup@@UBEHPBD@Z @37265 NONAME ?InternalIsDescendant@H248_IndAudPropertyParm@@UBEHPBD@Z @37266 NONAME ?InternalIsDescendant@H248_IndAudSeqSigList@@UBEHPBD@Z @37267 NONAME ?InternalIsDescendant@H248_IndAudSignal@@UBEHPBD@Z @37268 NONAME ?InternalIsDescendant@H248_IndAudSignalsDescriptor@@UBEHPBD@Z @37269 NONAME ?InternalIsDescendant@H248_IndAudStatisticsDescriptor@@UBEHPBD@Z @37270 NONAME ?InternalIsDescendant@H248_IndAudStreamDescriptor@@UBEHPBD@Z @37271 NONAME ?InternalIsDescendant@H248_IndAudStreamParms@@UBEHPBD@Z @37272 NONAME ?InternalIsDescendant@H248_IndAudTerminationStateDescriptor@@UBEHPBD@Z @37273 NONAME ?InternalIsDescendant@H248_IP4Address@@UBEHPBD@Z @37274 NONAME ?InternalIsDescendant@H248_IP6Address@@UBEHPBD@Z @37275 NONAME ?InternalIsDescendant@H248_LocalControlDescriptor@@UBEHPBD@Z @37276 NONAME ?InternalIsDescendant@H248_LocalRemoteDescriptor@@UBEHPBD@Z @37277 NONAME ?InternalIsDescendant@H248_MediaDescriptor@@UBEHPBD@Z @37278 NONAME ?InternalIsDescendant@H248_MediaDescriptor_streams@@UBEHPBD@Z @37279 NONAME ?InternalIsDescendant@H248_MegacoMessage@@UBEHPBD@Z @37280 NONAME ?InternalIsDescendant@H248_Message@@UBEHPBD@Z @37281 NONAME ?InternalIsDescendant@H248_Message_messageBody@@UBEHPBD@Z @37282 NONAME ?InternalIsDescendant@H248_MId@@UBEHPBD@Z @37283 NONAME ?InternalIsDescendant@H248_ModemDescriptor@@UBEHPBD@Z @37284 NONAME ?InternalIsDescendant@H248_ModemType@@UBEHPBD@Z @37285 NONAME ?InternalIsDescendant@H248_MuxDescriptor@@UBEHPBD@Z @37286 NONAME ?InternalIsDescendant@H248_MuxType@@UBEHPBD@Z @37287 NONAME ?InternalIsDescendant@H248_Name@@UBEHPBD@Z @37288 NONAME ?InternalIsDescendant@H248_NonStandardData@@UBEHPBD@Z @37289 NONAME ?InternalIsDescendant@H248_NonStandardIdentifier@@UBEHPBD@Z @37290 NONAME ?InternalIsDescendant@H248_NotifyCompletion@@UBEHPBD@Z @37291 NONAME ?InternalIsDescendant@H248_NotifyReply@@UBEHPBD@Z @37292 NONAME ?InternalIsDescendant@H248_NotifyRequest@@UBEHPBD@Z @37293 NONAME ?InternalIsDescendant@H248_ObservedEvent@@UBEHPBD@Z @37294 NONAME ?InternalIsDescendant@H248_ObservedEventsDescriptor@@UBEHPBD@Z @37295 NONAME ?InternalIsDescendant@H248_PackagesDescriptor@@UBEHPBD@Z @37296 NONAME ?InternalIsDescendant@H248_PackagesItem@@UBEHPBD@Z @37297 NONAME ?InternalIsDescendant@H248_PathName@@UBEHPBD@Z @37298 NONAME ?InternalIsDescendant@H248_PkgdName@@UBEHPBD@Z @37299 NONAME ?InternalIsDescendant@H248_PropertyGroup@@UBEHPBD@Z @37300 NONAME ?InternalIsDescendant@H248_PropertyParm@@UBEHPBD@Z @37301 NONAME ?InternalIsDescendant@H248_PropertyParm_extraInfo@@UBEHPBD@Z @37302 NONAME ?InternalIsDescendant@H248_Relation@@UBEHPBD@Z @37303 NONAME ?InternalIsDescendant@H248_RequestedActions@@UBEHPBD@Z @37304 NONAME ?InternalIsDescendant@H248_RequestedEvent@@UBEHPBD@Z @37305 NONAME ?InternalIsDescendant@H248_RequestID@@UBEHPBD@Z @37306 NONAME ?InternalIsDescendant@H248_SecondEventsDescriptor@@UBEHPBD@Z @37307 NONAME ?InternalIsDescendant@H248_SecondRequestedActions@@UBEHPBD@Z @37308 NONAME ?InternalIsDescendant@H248_SecondRequestedEvent@@UBEHPBD@Z @37309 NONAME ?InternalIsDescendant@H248_SecurityParmIndex@@UBEHPBD@Z @37310 NONAME ?InternalIsDescendant@H248_SeqSigList@@UBEHPBD@Z @37311 NONAME ?InternalIsDescendant@H248_SequenceNum@@UBEHPBD@Z @37312 NONAME ?InternalIsDescendant@H248_ServiceChangeAddress@@UBEHPBD@Z @37313 NONAME ?InternalIsDescendant@H248_ServiceChangeMethod@@UBEHPBD@Z @37314 NONAME ?InternalIsDescendant@H248_ServiceChangeParm@@UBEHPBD@Z @37315 NONAME ?InternalIsDescendant@H248_ServiceChangeProfile@@UBEHPBD@Z @37316 NONAME ?InternalIsDescendant@H248_ServiceChangeReply@@UBEHPBD@Z @37317 NONAME ?InternalIsDescendant@H248_ServiceChangeRequest@@UBEHPBD@Z @37318 NONAME ?InternalIsDescendant@H248_ServiceChangeResParm@@UBEHPBD@Z @37319 NONAME ?InternalIsDescendant@H248_ServiceChangeResult@@UBEHPBD@Z @37320 NONAME ?InternalIsDescendant@H248_ServiceState@@UBEHPBD@Z @37321 NONAME ?InternalIsDescendant@H248_Signal@@UBEHPBD@Z @37322 NONAME ?InternalIsDescendant@H248_SignalName@@UBEHPBD@Z @37323 NONAME ?InternalIsDescendant@H248_SignalRequest@@UBEHPBD@Z @37324 NONAME ?InternalIsDescendant@H248_SignalsDescriptor@@UBEHPBD@Z @37325 NONAME ?InternalIsDescendant@H248_SignalType@@UBEHPBD@Z @37326 NONAME ?InternalIsDescendant@H248_SigParameter@@UBEHPBD@Z @37327 NONAME ?InternalIsDescendant@H248_SigParameter_extraInfo@@UBEHPBD@Z @37328 NONAME ?InternalIsDescendant@H248_StatisticsDescriptor@@UBEHPBD@Z @37329 NONAME ?InternalIsDescendant@H248_StatisticsParameter@@UBEHPBD@Z @37330 NONAME ?InternalIsDescendant@H248_StreamDescriptor@@UBEHPBD@Z @37331 NONAME ?InternalIsDescendant@H248_StreamID@@UBEHPBD@Z @37332 NONAME ?InternalIsDescendant@H248_StreamMode@@UBEHPBD@Z @37333 NONAME ?InternalIsDescendant@H248_StreamParms@@UBEHPBD@Z @37334 NONAME ?InternalIsDescendant@H248_SubtractRequest@@UBEHPBD@Z @37335 NONAME ?InternalIsDescendant@H248_TerminationAudit@@UBEHPBD@Z @37336 NONAME ?InternalIsDescendant@H248_TerminationID@@UBEHPBD@Z @37337 NONAME ?InternalIsDescendant@H248_TerminationIDList@@UBEHPBD@Z @37338 NONAME ?InternalIsDescendant@H248_TerminationStateDescriptor@@UBEHPBD@Z @37339 NONAME ?InternalIsDescendant@H248_TimeNotation@@UBEHPBD@Z @37340 NONAME ?InternalIsDescendant@H248_TopologyRequest@@UBEHPBD@Z @37341 NONAME ?InternalIsDescendant@H248_TopologyRequest_topologyDirection@@UBEHPBD@Z @37342 NONAME ?InternalIsDescendant@H248_Transaction@@UBEHPBD@Z @37343 NONAME ?InternalIsDescendant@H248_TransactionAck@@UBEHPBD@Z @37344 NONAME ?InternalIsDescendant@H248_TransactionId@@UBEHPBD@Z @37345 NONAME ?InternalIsDescendant@H248_TransactionPending@@UBEHPBD@Z @37346 NONAME ?InternalIsDescendant@H248_TransactionReply@@UBEHPBD@Z @37347 NONAME ?InternalIsDescendant@H248_TransactionReply_transactionResult@@UBEHPBD@Z @37348 NONAME ?InternalIsDescendant@H248_TransactionRequest@@UBEHPBD@Z @37349 NONAME ?InternalIsDescendant@H248_TransactionResponseAck@@UBEHPBD@Z @37350 NONAME ?InternalIsDescendant@H248_Value@@UBEHPBD@Z @37351 NONAME ?InternalIsDescendant@H248_WildcardField@@UBEHPBD@Z @37352 NONAME ?InternalIsDescendant@H323AudioCapability@@UBEHPBD@Z @37355 NONAME ?InternalIsDescendant@H323AudioCodec@@UBEHPBD@Z @37356 NONAME ?InternalIsDescendant@H323BidirectionalChannel@@UBEHPBD@Z @37357 NONAME ?InternalIsDescendant@H323CallCreditServiceControl@@UBEHPBD@Z @37358 NONAME ?InternalIsDescendant@H323Capabilities@@UBEHPBD@Z @37359 NONAME ?InternalIsDescendant@H323CapabilitiesSet@@UBEHPBD@Z @37360 NONAME ?InternalIsDescendant@H323Capability@@UBEHPBD@Z @37361 NONAME ?InternalIsDescendant@H323Channel@@UBEHPBD@Z @37363 NONAME ?InternalIsDescendant@H323ChannelNumber@@UBEHPBD@Z @37364 NONAME ?InternalIsDescendant@H323Codec@@UBEHPBD@Z @37365 NONAME ?InternalIsDescendant@H323CodecPluginGenericAudioCapability@@UBEHPBD@Z @44696 NONAME ?InternalIsDescendant@H323CodecPluginNonStandardAudioCapability@@UBEHPBD@Z @37366 NONAME ?InternalIsDescendant@H323Connection@@UBEHPBD@Z @37367 NONAME ?InternalIsDescendant@H323ConnectionsCleaner@@UBEHPBD@Z @37368 NONAME ?InternalIsDescendant@H323ControlPDU@@UBEHPBD@Z @37369 NONAME ?InternalIsDescendant@H323DataCapability@@UBEHPBD@Z @37370 NONAME ?InternalIsDescendant@H323DataChannel@@UBEHPBD@Z @37371 NONAME ?InternalIsDescendant@H323DynaLink@@UBEHPBD@Z @37943 NONAME ?InternalIsDescendant@H323EndPoint@@UBEHPBD@Z @37372 NONAME ?InternalIsDescendant@H323FramedAudioCodec@@UBEHPBD@Z @37373 NONAME ?InternalIsDescendant@H323Gatekeeper@@UBEHPBD@Z @37374 NONAME ?InternalIsDescendant@H323GatekeeperARQ@@UBEHPBD@Z @37375 NONAME ?InternalIsDescendant@H323GatekeeperBRQ@@UBEHPBD@Z @37376 NONAME ?InternalIsDescendant@H323GatekeeperCall@@UBEHPBD@Z @37377 NONAME ?InternalIsDescendant@H323GatekeeperDRQ@@UBEHPBD@Z @37378 NONAME ?InternalIsDescendant@H323GatekeeperGRQ@@UBEHPBD@Z @37379 NONAME ?InternalIsDescendant@H323GatekeeperIRR@@UBEHPBD@Z @37380 NONAME ?InternalIsDescendant@H323GatekeeperListener@@UBEHPBD@Z @37381 NONAME ?InternalIsDescendant@H323GatekeeperLRQ@@UBEHPBD@Z @37382 NONAME ?InternalIsDescendant@H323GatekeeperRequest@@UBEHPBD@Z @37383 NONAME ?InternalIsDescendant@H323GatekeeperRRQ@@UBEHPBD@Z @37384 NONAME ?InternalIsDescendant@H323GatekeeperServer@@UBEHPBD@Z @37385 NONAME ?InternalIsDescendant@H323GatekeeperURQ@@UBEHPBD@Z @37386 NONAME ?InternalIsDescendant@H323GenericAudioCapability@@UBEHPBD@Z @44697 NONAME ?InternalIsDescendant@H323GenericVideoCapability@@UBEHPBD@Z @44698 NONAME ?InternalIsDescendant@H323GSMPluginCapability@@UBEHPBD@Z @37387 NONAME ?InternalIsDescendant@H323H248ServiceControl@@UBEHPBD@Z @37388 NONAME ?InternalIsDescendant@H323HTTPServiceControl@@UBEHPBD@Z @37390 NONAME ?InternalIsDescendant@H323Listener@@UBEHPBD@Z @37391 NONAME ?InternalIsDescendant@H323ListenerTCP@@UBEHPBD@Z @37392 NONAME ?InternalIsDescendant@H323LogicalChannelThread@@UBEHPBD@Z @37393 NONAME ?InternalIsDescendant@H323NonStandardAudioCapability@@UBEHPBD@Z @37394 NONAME ?InternalIsDescendant@H323NonStandardDataCapability@@UBEHPBD@Z @37395 NONAME ?InternalIsDescendant@H323NonStandardVideoCapability@@UBEHPBD@Z @37396 NONAME ?InternalIsDescendant@H323PeerElement@@UBEHPBD@Z @37397 NONAME ?InternalIsDescendant@H323PeerElementDescriptor@@UBEHPBD@Z @37398 NONAME ?InternalIsDescendant@H323PeerElementServiceRelationship@@UBEHPBD@Z @37399 NONAME ?InternalIsDescendant@H323PluginCapability@@UBEHPBD@Z @37401 NONAME ?InternalIsDescendant@H323PluginCodecManager@@UBEHPBD@Z @38001 NONAME ?InternalIsDescendant@H323PluginFramedAudioCodec@@UBEHPBD@Z @37987 NONAME ?InternalIsDescendant@H323PluginG7231Capability@@UBEHPBD@Z @37402 NONAME ?InternalIsDescendant@H323PluginVideoCodec@@UBEHPBD@Z @37403 NONAME ?InternalIsDescendant@H323RasPDU@@UBEHPBD@Z @37404 NONAME ?InternalIsDescendant@H323RealTimeCapability@@UBEHPBD@Z @37405 NONAME ?InternalIsDescendant@H323RegisteredEndPoint@@UBEHPBD@Z @37406 NONAME ?InternalIsDescendant@H323ServiceControlSession@@UBEHPBD@Z @37407 NONAME ?InternalIsDescendant@H323SignalPDU@@UBEHPBD@Z @37408 NONAME ?InternalIsDescendant@H323SimultaneousCapabilities@@UBEHPBD@Z @37409 NONAME ?InternalIsDescendant@H323StreamedAudioCodec@@UBEHPBD@Z @37410 NONAME ?InternalIsDescendant@H323StreamedPluginAudioCodec@@UBEHPBD@Z @37988 NONAME ?InternalIsDescendant@H323Transaction@@UBEHPBD@Z @37411 NONAME ?InternalIsDescendant@H323TransactionServer@@UBEHPBD@Z @37412 NONAME ?InternalIsDescendant@H323Transactor@@UBEHPBD@Z @37413 NONAME ?InternalIsDescendant@H323Transport@@UBEHPBD@Z @37414 NONAME ?InternalIsDescendant@H323TransportAddress@@UBEHPBD@Z @37415 NONAME ?InternalIsDescendant@H323TransportAddressArray@@UBEHPBD@Z @37416 NONAME ?InternalIsDescendant@H323TransportIP@@UBEHPBD@Z @37417 NONAME ?InternalIsDescendant@H323TransportTCP@@UBEHPBD@Z @37418 NONAME ?InternalIsDescendant@H323TransportUDP@@UBEHPBD@Z @37419 NONAME ?InternalIsDescendant@H323UnidirectionalChannel@@UBEHPBD@Z @37420 NONAME ?InternalIsDescendant@H323VideoCapability@@UBEHPBD@Z @37421 NONAME ?InternalIsDescendant@H323VideoCodec@@UBEHPBD@Z @37422 NONAME ?InternalIsDescendant@H323_ALawCodec@@UBEHPBD@Z @37423 NONAME ?InternalIsDescendant@H323_AnnexG@@UBEHPBD@Z @37424 NONAME ?InternalIsDescendant@H323_CiscoG7231aLIDCapability@@UBEHPBD@Z @37425 NONAME ?InternalIsDescendant@H323_ExternalRTPChannel@@UBEHPBD@Z @37426 NONAME ?InternalIsDescendant@H323_G711Capability@@UBEHPBD@Z @37429 NONAME ?InternalIsDescendant@H323_H261Capability@@UBEHPBD@Z @37437 NONAME ?InternalIsDescendant@H323_H261Codec@@UBEHPBD@Z @37438 NONAME ?InternalIsDescendant@H323_LIDCapability@@UBEHPBD@Z @37441 NONAME ?InternalIsDescendant@H323_LIDCodec@@UBEHPBD@Z @37442 NONAME ?InternalIsDescendant@H323_muLawCodec@@UBEHPBD@Z @37445 NONAME ?InternalIsDescendant@H323_RealTimeChannel@@UBEHPBD@Z @37446 NONAME ?InternalIsDescendant@H323_RTPChannel@@UBEHPBD@Z @37447 NONAME ?InternalIsDescendant@H323_RTP_Session@@UBEHPBD@Z @37448 NONAME ?InternalIsDescendant@H323_RTP_UDP@@UBEHPBD@Z @37449 NONAME ?InternalIsDescendant@H323_T120Capability@@UBEHPBD@Z @37450 NONAME ?InternalIsDescendant@H323_T120Channel@@UBEHPBD@Z @37451 NONAME ?InternalIsDescendant@H323_T38Capability@@UBEHPBD@Z @37452 NONAME ?InternalIsDescendant@H323_T38Channel@@UBEHPBD@Z @37453 NONAME ?InternalIsDescendant@H323_T38NonStandardCapability@@UBEHPBD@Z @37454 NONAME ?InternalIsDescendant@H323_UserInputCapability@@UBEHPBD@Z @37455 NONAME ?InternalIsDescendant@H45010_ArrayOf_MixedExtension@@UBEHPBD@Z @37456 NONAME ?InternalIsDescendant@H45010_CfbOvrOptArg@@UBEHPBD@Z @37457 NONAME ?InternalIsDescendant@H45010_CoReqOptArg@@UBEHPBD@Z @37458 NONAME ?InternalIsDescendant@H45010_H323CallOfferOperations@@UBEHPBD@Z @37459 NONAME ?InternalIsDescendant@H45010_RUAlertOptArg@@UBEHPBD@Z @37460 NONAME ?InternalIsDescendant@H45011Handler@@UBEHPBD@Z @37461 NONAME ?InternalIsDescendant@H45011_ArrayOf_MixedExtension@@UBEHPBD@Z @37462 NONAME ?InternalIsDescendant@H45011_CallIntrusionErrors@@UBEHPBD@Z @37463 NONAME ?InternalIsDescendant@H45011_CICapabilityLevel@@UBEHPBD@Z @37464 NONAME ?InternalIsDescendant@H45011_CIFrcRelArg@@UBEHPBD@Z @37465 NONAME ?InternalIsDescendant@H45011_CIFrcRelOptRes@@UBEHPBD@Z @37466 NONAME ?InternalIsDescendant@H45011_CIGetCIPLOptArg@@UBEHPBD@Z @37467 NONAME ?InternalIsDescendant@H45011_CIGetCIPLRes@@UBEHPBD@Z @37468 NONAME ?InternalIsDescendant@H45011_CIIsOptArg@@UBEHPBD@Z @37469 NONAME ?InternalIsDescendant@H45011_CIIsOptRes@@UBEHPBD@Z @37470 NONAME ?InternalIsDescendant@H45011_CINotificationArg@@UBEHPBD@Z @37471 NONAME ?InternalIsDescendant@H45011_CIProtectionLevel@@UBEHPBD@Z @37472 NONAME ?InternalIsDescendant@H45011_CIRequestArg@@UBEHPBD@Z @37473 NONAME ?InternalIsDescendant@H45011_CIRequestRes@@UBEHPBD@Z @37474 NONAME ?InternalIsDescendant@H45011_CISilentArg@@UBEHPBD@Z @37475 NONAME ?InternalIsDescendant@H45011_CISilentOptRes@@UBEHPBD@Z @37476 NONAME ?InternalIsDescendant@H45011_CIStatusInformation@@UBEHPBD@Z @37477 NONAME ?InternalIsDescendant@H45011_CIWobOptArg@@UBEHPBD@Z @37478 NONAME ?InternalIsDescendant@H45011_CIWobOptRes@@UBEHPBD@Z @37479 NONAME ?InternalIsDescendant@H45011_H323CallIntrusionOperations@@UBEHPBD@Z @37480 NONAME ?InternalIsDescendant@H4501_Address@@UBEHPBD@Z @37481 NONAME ?InternalIsDescendant@H4501_AddressInformation@@UBEHPBD@Z @37482 NONAME ?InternalIsDescendant@H4501_AddressScreened@@UBEHPBD@Z @37483 NONAME ?InternalIsDescendant@H4501_ArrayOf_AliasAddress@@UBEHPBD@Z @37484 NONAME ?InternalIsDescendant@H4501_ArrayOf_ROS@@UBEHPBD@Z @37485 NONAME ?InternalIsDescendant@H4501_EndpointAddress@@UBEHPBD@Z @37486 NONAME ?InternalIsDescendant@H4501_EntityType@@UBEHPBD@Z @37487 NONAME ?InternalIsDescendant@H4501_Extension@@UBEHPBD@Z @37488 NONAME ?InternalIsDescendant@H4501_GeneralErrorList@@UBEHPBD@Z @37489 NONAME ?InternalIsDescendant@H4501_H225InformationElement@@UBEHPBD@Z @37490 NONAME ?InternalIsDescendant@H4501_InterpretationApdu@@UBEHPBD@Z @37491 NONAME ?InternalIsDescendant@H4501_InvokeIDs@@UBEHPBD@Z @37492 NONAME ?InternalIsDescendant@H4501_InvokeIdSet@@UBEHPBD@Z @37493 NONAME ?InternalIsDescendant@H4501_NetworkFacilityExtension@@UBEHPBD@Z @37494 NONAME ?InternalIsDescendant@H4501_NSAPSubaddress@@UBEHPBD@Z @37495 NONAME ?InternalIsDescendant@H4501_NumberScreened@@UBEHPBD@Z @37496 NONAME ?InternalIsDescendant@H4501_PartySubaddress@@UBEHPBD@Z @37497 NONAME ?InternalIsDescendant@H4501_PresentationAllowedIndicator@@UBEHPBD@Z @37498 NONAME ?InternalIsDescendant@H4501_PresentedAddressScreened@@UBEHPBD@Z @37499 NONAME ?InternalIsDescendant@H4501_PresentedAddressUnscreened@@UBEHPBD@Z @37500 NONAME ?InternalIsDescendant@H4501_PresentedNumberScreened@@UBEHPBD@Z @37501 NONAME ?InternalIsDescendant@H4501_PresentedNumberUnscreened@@UBEHPBD@Z @37502 NONAME ?InternalIsDescendant@H4501_ScreeningIndicator@@UBEHPBD@Z @37503 NONAME ?InternalIsDescendant@H4501_ServiceApdus@@UBEHPBD@Z @37504 NONAME ?InternalIsDescendant@H4501_SubaddressInformation@@UBEHPBD@Z @37505 NONAME ?InternalIsDescendant@H4501_SupplementaryService@@UBEHPBD@Z @37506 NONAME ?InternalIsDescendant@H4501_UserSpecifiedSubaddress@@UBEHPBD@Z @37507 NONAME ?InternalIsDescendant@H4502Handler@@UBEHPBD@Z @37508 NONAME ?InternalIsDescendant@H4502_CallIdentity@@UBEHPBD@Z @37509 NONAME ?InternalIsDescendant@H4502_CallStatus@@UBEHPBD@Z @37510 NONAME ?InternalIsDescendant@H4502_CallTransferErrors@@UBEHPBD@Z @37511 NONAME ?InternalIsDescendant@H4502_CallTransferOperation@@UBEHPBD@Z @37512 NONAME ?InternalIsDescendant@H4502_CTActiveArg@@UBEHPBD@Z @37513 NONAME ?InternalIsDescendant@H4502_CTActiveArg_argumentExtension@@UBEHPBD@Z @37514 NONAME ?InternalIsDescendant@H4502_CTCompleteArg@@UBEHPBD@Z @37515 NONAME ?InternalIsDescendant@H4502_CTCompleteArg_argumentExtension@@UBEHPBD@Z @37516 NONAME ?InternalIsDescendant@H4502_CTIdentifyRes@@UBEHPBD@Z @37517 NONAME ?InternalIsDescendant@H4502_CTIdentifyRes_resultExtension@@UBEHPBD@Z @37518 NONAME ?InternalIsDescendant@H4502_CTInitiateArg@@UBEHPBD@Z @37519 NONAME ?InternalIsDescendant@H4502_CTInitiateArg_argumentExtension@@UBEHPBD@Z @37520 NONAME ?InternalIsDescendant@H4502_CTSetupArg@@UBEHPBD@Z @37521 NONAME ?InternalIsDescendant@H4502_CTSetupArg_argumentExtension@@UBEHPBD@Z @37522 NONAME ?InternalIsDescendant@H4502_CTUpdateArg@@UBEHPBD@Z @37523 NONAME ?InternalIsDescendant@H4502_CTUpdateArg_argumentExtension@@UBEHPBD@Z @37524 NONAME ?InternalIsDescendant@H4502_DummyArg@@UBEHPBD@Z @37525 NONAME ?InternalIsDescendant@H4502_DummyRes@@UBEHPBD@Z @37526 NONAME ?InternalIsDescendant@H4502_EndDesignation@@UBEHPBD@Z @37527 NONAME ?InternalIsDescendant@H4502_ExtensionSeq@@UBEHPBD@Z @37528 NONAME ?InternalIsDescendant@H4502_SubaddressTransferArg@@UBEHPBD@Z @37529 NONAME ?InternalIsDescendant@H4502_SubaddressTransferArg_argumentExtension@@UBEHPBD@Z @37530 NONAME ?InternalIsDescendant@H4503_BasicService@@UBEHPBD@Z @37531 NONAME ?InternalIsDescendant@H4503_CallDiversionErrors@@UBEHPBD@Z @37532 NONAME ?InternalIsDescendant@H4503_DiversionReason@@UBEHPBD@Z @37533 NONAME ?InternalIsDescendant@H4503_ExtensionSeq@@UBEHPBD@Z @37534 NONAME ?InternalIsDescendant@H4503_H323CallDiversionOperations@@UBEHPBD@Z @37535 NONAME ?InternalIsDescendant@H4503_IntResult@@UBEHPBD@Z @37536 NONAME ?InternalIsDescendant@H4503_IntResultList@@UBEHPBD@Z @37537 NONAME ?InternalIsDescendant@H4503_IntResult_extension@@UBEHPBD@Z @37538 NONAME ?InternalIsDescendant@H4503_Procedure@@UBEHPBD@Z @37539 NONAME ?InternalIsDescendant@H4503_SubscriptionOption@@UBEHPBD@Z @37540 NONAME ?InternalIsDescendant@H4504Handler@@UBEHPBD@Z @37541 NONAME ?InternalIsDescendant@H4504_ArrayOf_MixedExtension@@UBEHPBD@Z @37542 NONAME ?InternalIsDescendant@H4504_CallHoldOperation@@UBEHPBD@Z @37543 NONAME ?InternalIsDescendant@H4504_Extension@@UBEHPBD@Z @37544 NONAME ?InternalIsDescendant@H4504_HoldNotificArg@@UBEHPBD@Z @37545 NONAME ?InternalIsDescendant@H4504_MixedExtension@@UBEHPBD@Z @37546 NONAME ?InternalIsDescendant@H4504_RemoteHoldArg@@UBEHPBD@Z @37547 NONAME ?InternalIsDescendant@H4504_RemoteHoldRes@@UBEHPBD@Z @37548 NONAME ?InternalIsDescendant@H4504_RemoteRetrieveArg@@UBEHPBD@Z @37549 NONAME ?InternalIsDescendant@H4504_RemoteRetrieveRes@@UBEHPBD@Z @37550 NONAME ?InternalIsDescendant@H4504_RetrieveNotificArg@@UBEHPBD@Z @37551 NONAME ?InternalIsDescendant@H4505_ArrayOf_MixedExtension@@UBEHPBD@Z @37552 NONAME ?InternalIsDescendant@H4505_CallParkPickupOperations@@UBEHPBD@Z @37553 NONAME ?InternalIsDescendant@H4505_CallPickupErrors@@UBEHPBD@Z @37554 NONAME ?InternalIsDescendant@H4505_CallType@@UBEHPBD@Z @37555 NONAME ?InternalIsDescendant@H4505_CpickupNotifyArg@@UBEHPBD@Z @37556 NONAME ?InternalIsDescendant@H4505_CpNotifyArg@@UBEHPBD@Z @37557 NONAME ?InternalIsDescendant@H4505_CpRequestArg@@UBEHPBD@Z @37558 NONAME ?InternalIsDescendant@H4505_CpRequestRes@@UBEHPBD@Z @37559 NONAME ?InternalIsDescendant@H4505_CpSetupArg@@UBEHPBD@Z @37560 NONAME ?InternalIsDescendant@H4505_CpSetupRes@@UBEHPBD@Z @37561 NONAME ?InternalIsDescendant@H4505_GroupIndicationOffArg@@UBEHPBD@Z @37562 NONAME ?InternalIsDescendant@H4505_GroupIndicationOffRes@@UBEHPBD@Z @37563 NONAME ?InternalIsDescendant@H4505_GroupIndicationOnArg@@UBEHPBD@Z @37564 NONAME ?InternalIsDescendant@H4505_GroupIndicationOnRes@@UBEHPBD@Z @37565 NONAME ?InternalIsDescendant@H4505_ParkCondition@@UBEHPBD@Z @37566 NONAME ?InternalIsDescendant@H4505_ParkedToPosition@@UBEHPBD@Z @37567 NONAME ?InternalIsDescendant@H4505_PickExeArg@@UBEHPBD@Z @37568 NONAME ?InternalIsDescendant@H4505_PickExeRes@@UBEHPBD@Z @37569 NONAME ?InternalIsDescendant@H4505_PickrequArg@@UBEHPBD@Z @37570 NONAME ?InternalIsDescendant@H4505_PickrequRes@@UBEHPBD@Z @37571 NONAME ?InternalIsDescendant@H4505_PickupArg@@UBEHPBD@Z @37572 NONAME ?InternalIsDescendant@H4505_PickupRes@@UBEHPBD@Z @37573 NONAME ?InternalIsDescendant@H4506Handler@@UBEHPBD@Z @37574 NONAME ?InternalIsDescendant@H4506_ArrayOf_MixedExtension@@UBEHPBD@Z @37575 NONAME ?InternalIsDescendant@H4506_CallWaitingArg@@UBEHPBD@Z @37576 NONAME ?InternalIsDescendant@H4506_CallWaitingOperations@@UBEHPBD@Z @37577 NONAME ?InternalIsDescendant@H4507_ArrayOf_MixedExtension@@UBEHPBD@Z @37578 NONAME ?InternalIsDescendant@H4507_BasicService@@UBEHPBD@Z @37579 NONAME ?InternalIsDescendant@H4507_DummyRes@@UBEHPBD@Z @37580 NONAME ?InternalIsDescendant@H4507_H323_MWI_Operations@@UBEHPBD@Z @37581 NONAME ?InternalIsDescendant@H4507_MessageWaitingIndicationErrors@@UBEHPBD@Z @37582 NONAME ?InternalIsDescendant@H4507_MsgCentreId@@UBEHPBD@Z @37583 NONAME ?InternalIsDescendant@H4507_MWIActivateArg@@UBEHPBD@Z @37584 NONAME ?InternalIsDescendant@H4507_MWIDeactivateArg@@UBEHPBD@Z @37585 NONAME ?InternalIsDescendant@H4507_MWIInterrogateArg@@UBEHPBD@Z @37586 NONAME ?InternalIsDescendant@H4507_MWIInterrogateRes@@UBEHPBD@Z @37587 NONAME ?InternalIsDescendant@H4507_MWIInterrogateResElt@@UBEHPBD@Z @37588 NONAME ?InternalIsDescendant@H4507_NbOfMessages@@UBEHPBD@Z @37589 NONAME ?InternalIsDescendant@H4507_TimeStamp@@UBEHPBD@Z @37590 NONAME ?InternalIsDescendant@H4508_ExtendedName@@UBEHPBD@Z @37591 NONAME ?InternalIsDescendant@H4508_Name@@UBEHPBD@Z @37592 NONAME ?InternalIsDescendant@H4508_NameOperations@@UBEHPBD@Z @37593 NONAME ?InternalIsDescendant@H4508_NamePresentationAllowed@@UBEHPBD@Z @37594 NONAME ?InternalIsDescendant@H4508_NamePresentationRestricted@@UBEHPBD@Z @37595 NONAME ?InternalIsDescendant@H4508_SimpleName@@UBEHPBD@Z @37596 NONAME ?InternalIsDescendant@H4509_ArrayOf_MixedExtension@@UBEHPBD@Z @37597 NONAME ?InternalIsDescendant@H4509_CallCompletionErrors@@UBEHPBD@Z @37598 NONAME ?InternalIsDescendant@H4509_CcArg@@UBEHPBD@Z @37599 NONAME ?InternalIsDescendant@H4509_CcLongArg@@UBEHPBD@Z @37600 NONAME ?InternalIsDescendant@H4509_CcRequestArg@@UBEHPBD@Z @37601 NONAME ?InternalIsDescendant@H4509_CcRequestRes@@UBEHPBD@Z @37602 NONAME ?InternalIsDescendant@H4509_CcShortArg@@UBEHPBD@Z @37603 NONAME ?InternalIsDescendant@H4509_H323CallCompletionOperations@@UBEHPBD@Z @37604 NONAME ?InternalIsDescendant@H450xDispatcher@@UBEHPBD@Z @37605 NONAME ?InternalIsDescendant@H450xHandler@@UBEHPBD@Z @37606 NONAME ?InternalIsDescendant@H501AccessRequest@@UBEHPBD@Z @37607 NONAME ?InternalIsDescendant@H501DescriptorUpdate@@UBEHPBD@Z @37608 NONAME ?InternalIsDescendant@H501PDU@@UBEHPBD@Z @37609 NONAME ?InternalIsDescendant@H501ServiceRequest@@UBEHPBD@Z @37610 NONAME ?InternalIsDescendant@H501Transaction@@UBEHPBD@Z @37611 NONAME ?InternalIsDescendant@H501_AccessConfirmation@@UBEHPBD@Z @37612 NONAME ?InternalIsDescendant@H501_AccessRejection@@UBEHPBD@Z @37613 NONAME ?InternalIsDescendant@H501_AccessRejectionReason@@UBEHPBD@Z @37614 NONAME ?InternalIsDescendant@H501_AccessRequest@@UBEHPBD@Z @37615 NONAME ?InternalIsDescendant@H501_AccessToken@@UBEHPBD@Z @37616 NONAME ?InternalIsDescendant@H501_AddressTemplate@@UBEHPBD@Z @37617 NONAME ?InternalIsDescendant@H501_AlternatePE@@UBEHPBD@Z @37618 NONAME ?InternalIsDescendant@H501_AlternatePEInfo@@UBEHPBD@Z @37619 NONAME ?InternalIsDescendant@H501_ApplicationMessage@@UBEHPBD@Z @37620 NONAME ?InternalIsDescendant@H501_ArrayOf_AccessToken@@UBEHPBD@Z @37621 NONAME ?InternalIsDescendant@H501_ArrayOf_AddressTemplate@@UBEHPBD@Z @37622 NONAME ?InternalIsDescendant@H501_ArrayOf_AliasAddress@@UBEHPBD@Z @37623 NONAME ?InternalIsDescendant@H501_ArrayOf_AlternatePE@@UBEHPBD@Z @37624 NONAME ?InternalIsDescendant@H501_ArrayOf_CircuitIdentifier@@UBEHPBD@Z @37625 NONAME ?InternalIsDescendant@H501_ArrayOf_ClearToken@@UBEHPBD@Z @37626 NONAME ?InternalIsDescendant@H501_ArrayOf_ContactInformation@@UBEHPBD@Z @37627 NONAME ?InternalIsDescendant@H501_ArrayOf_CryptoH323Token@@UBEHPBD@Z @37628 NONAME ?InternalIsDescendant@H501_ArrayOf_Descriptor@@UBEHPBD@Z @37629 NONAME ?InternalIsDescendant@H501_ArrayOf_DescriptorInfo@@UBEHPBD@Z @37630 NONAME ?InternalIsDescendant@H501_ArrayOf_GenericData@@UBEHPBD@Z @37631 NONAME ?InternalIsDescendant@H501_ArrayOf_GloballyUniqueID@@UBEHPBD@Z @37632 NONAME ?InternalIsDescendant@H501_ArrayOf_NonStandardParameter@@UBEHPBD@Z @37633 NONAME ?InternalIsDescendant@H501_ArrayOf_PASN_ObjectId@@UBEHPBD@Z @37634 NONAME ?InternalIsDescendant@H501_ArrayOf_Pattern@@UBEHPBD@Z @37635 NONAME ?InternalIsDescendant@H501_ArrayOf_PriceElement@@UBEHPBD@Z @37636 NONAME ?InternalIsDescendant@H501_ArrayOf_PriceInfoSpec@@UBEHPBD@Z @37637 NONAME ?InternalIsDescendant@H501_ArrayOf_RouteInformation@@UBEHPBD@Z @37638 NONAME ?InternalIsDescendant@H501_ArrayOf_SecurityMode@@UBEHPBD@Z @37639 NONAME ?InternalIsDescendant@H501_ArrayOf_ServiceControlSession@@UBEHPBD@Z @37640 NONAME ?InternalIsDescendant@H501_ArrayOf_SupportedProtocols@@UBEHPBD@Z @37641 NONAME ?InternalIsDescendant@H501_ArrayOf_TransportAddress@@UBEHPBD@Z @37642 NONAME ?InternalIsDescendant@H501_ArrayOf_UpdateInformation@@UBEHPBD@Z @37643 NONAME ?InternalIsDescendant@H501_ArrayOf_UsageField@@UBEHPBD@Z @37644 NONAME ?InternalIsDescendant@H501_AuthenticationConfirmation@@UBEHPBD@Z @37645 NONAME ?InternalIsDescendant@H501_AuthenticationRejection@@UBEHPBD@Z @37646 NONAME ?InternalIsDescendant@H501_AuthenticationRejectionReason@@UBEHPBD@Z @37647 NONAME ?InternalIsDescendant@H501_AuthenticationRequest@@UBEHPBD@Z @37648 NONAME ?InternalIsDescendant@H501_CallInformation@@UBEHPBD@Z @37649 NONAME ?InternalIsDescendant@H501_ContactInformation@@UBEHPBD@Z @37650 NONAME ?InternalIsDescendant@H501_Descriptor@@UBEHPBD@Z @37651 NONAME ?InternalIsDescendant@H501_DescriptorConfirmation@@UBEHPBD@Z @37652 NONAME ?InternalIsDescendant@H501_DescriptorIDConfirmation@@UBEHPBD@Z @37653 NONAME ?InternalIsDescendant@H501_DescriptorIDRejection@@UBEHPBD@Z @37654 NONAME ?InternalIsDescendant@H501_DescriptorIDRejectionReason@@UBEHPBD@Z @37655 NONAME ?InternalIsDescendant@H501_DescriptorIDRequest@@UBEHPBD@Z @37656 NONAME ?InternalIsDescendant@H501_DescriptorInfo@@UBEHPBD@Z @37657 NONAME ?InternalIsDescendant@H501_DescriptorRejection@@UBEHPBD@Z @37658 NONAME ?InternalIsDescendant@H501_DescriptorRejectionReason@@UBEHPBD@Z @37659 NONAME ?InternalIsDescendant@H501_DescriptorRequest@@UBEHPBD@Z @37660 NONAME ?InternalIsDescendant@H501_DescriptorUpdate@@UBEHPBD@Z @37661 NONAME ?InternalIsDescendant@H501_DescriptorUpdateAck@@UBEHPBD@Z @37662 NONAME ?InternalIsDescendant@H501_ElementIdentifier@@UBEHPBD@Z @37663 NONAME ?InternalIsDescendant@H501_GlobalTimeStamp@@UBEHPBD@Z @37664 NONAME ?InternalIsDescendant@H501_Message@@UBEHPBD@Z @37665 NONAME ?InternalIsDescendant@H501_MessageBody@@UBEHPBD@Z @37666 NONAME ?InternalIsDescendant@H501_MessageCommonInfo@@UBEHPBD@Z @37667 NONAME ?InternalIsDescendant@H501_NonStandardConfirmation@@UBEHPBD@Z @37668 NONAME ?InternalIsDescendant@H501_NonStandardRejection@@UBEHPBD@Z @37669 NONAME ?InternalIsDescendant@H501_NonStandardRejectionReason@@UBEHPBD@Z @37670 NONAME ?InternalIsDescendant@H501_NonStandardRequest@@UBEHPBD@Z @37671 NONAME ?InternalIsDescendant@H501_PartyInformation@@UBEHPBD@Z @37672 NONAME ?InternalIsDescendant@H501_Pattern@@UBEHPBD@Z @37673 NONAME ?InternalIsDescendant@H501_Pattern_range@@UBEHPBD@Z @37674 NONAME ?InternalIsDescendant@H501_PriceElement@@UBEHPBD@Z @37675 NONAME ?InternalIsDescendant@H501_PriceElement_units@@UBEHPBD@Z @37676 NONAME ?InternalIsDescendant@H501_PriceInfoSpec@@UBEHPBD@Z @37677 NONAME ?InternalIsDescendant@H501_ProtocolVersion@@UBEHPBD@Z @37678 NONAME ?InternalIsDescendant@H501_RequestInProgress@@UBEHPBD@Z @37679 NONAME ?InternalIsDescendant@H501_Role@@UBEHPBD@Z @37680 NONAME ?InternalIsDescendant@H501_RouteInformation@@UBEHPBD@Z @37681 NONAME ?InternalIsDescendant@H501_RouteInformation_messageType@@UBEHPBD@Z @37682 NONAME ?InternalIsDescendant@H501_SecurityMode@@UBEHPBD@Z @37683 NONAME ?InternalIsDescendant@H501_ServiceConfirmation@@UBEHPBD@Z @37684 NONAME ?InternalIsDescendant@H501_ServiceRejection@@UBEHPBD@Z @37685 NONAME ?InternalIsDescendant@H501_ServiceRejectionReason@@UBEHPBD@Z @37686 NONAME ?InternalIsDescendant@H501_ServiceRelease@@UBEHPBD@Z @37687 NONAME ?InternalIsDescendant@H501_ServiceReleaseReason@@UBEHPBD@Z @37688 NONAME ?InternalIsDescendant@H501_ServiceRequest@@UBEHPBD@Z @37689 NONAME ?InternalIsDescendant@H501_TerminationCause@@UBEHPBD@Z @37690 NONAME ?InternalIsDescendant@H501_TimeZone@@UBEHPBD@Z @37691 NONAME ?InternalIsDescendant@H501_UnknownMessageReason@@UBEHPBD@Z @37692 NONAME ?InternalIsDescendant@H501_UnknownMessageResponse@@UBEHPBD@Z @37693 NONAME ?InternalIsDescendant@H501_UpdateInformation@@UBEHPBD@Z @37694 NONAME ?InternalIsDescendant@H501_UpdateInformation_descriptorInfo@@UBEHPBD@Z @37695 NONAME ?InternalIsDescendant@H501_UpdateInformation_updateType@@UBEHPBD@Z @37696 NONAME ?InternalIsDescendant@H501_UsageCallStatus@@UBEHPBD@Z @37697 NONAME ?InternalIsDescendant@H501_UsageConfirmation@@UBEHPBD@Z @37698 NONAME ?InternalIsDescendant@H501_UsageField@@UBEHPBD@Z @37699 NONAME ?InternalIsDescendant@H501_UsageIndication@@UBEHPBD@Z @37700 NONAME ?InternalIsDescendant@H501_UsageIndicationConfirmation@@UBEHPBD@Z @37701 NONAME ?InternalIsDescendant@H501_UsageIndicationRejection@@UBEHPBD@Z @37702 NONAME ?InternalIsDescendant@H501_UsageIndicationRejectionReason@@UBEHPBD@Z @37703 NONAME ?InternalIsDescendant@H501_UsageRejection@@UBEHPBD@Z @37704 NONAME ?InternalIsDescendant@H501_UsageRejectReason@@UBEHPBD@Z @37705 NONAME ?InternalIsDescendant@H501_UsageRequest@@UBEHPBD@Z @37706 NONAME ?InternalIsDescendant@H501_UsageSpecification@@UBEHPBD@Z @37707 NONAME ?InternalIsDescendant@H501_UsageSpecification_when@@UBEHPBD@Z @37708 NONAME ?InternalIsDescendant@H501_UserInformation@@UBEHPBD@Z @37709 NONAME ?InternalIsDescendant@H501_ValidationConfirmation@@UBEHPBD@Z @37710 NONAME ?InternalIsDescendant@H501_ValidationRejection@@UBEHPBD@Z @37711 NONAME ?InternalIsDescendant@H501_ValidationRejectionReason@@UBEHPBD@Z @37712 NONAME ?InternalIsDescendant@H501_ValidationRequest@@UBEHPBD@Z @37713 NONAME ?InternalIsDescendant@HIDPluginDeviceManager@@UBEHPBD@Z @44699 NONAME ?InternalIsDescendant@MCS_ArrayOf_ChannelAttributes@@UBEHPBD@Z @37714 NONAME ?InternalIsDescendant@MCS_ArrayOf_ChannelId@@UBEHPBD@Z @37715 NONAME ?InternalIsDescendant@MCS_ArrayOf_TokenAttributes@@UBEHPBD@Z @37716 NONAME ?InternalIsDescendant@MCS_ArrayOf_TokenId@@UBEHPBD@Z @37717 NONAME ?InternalIsDescendant@MCS_ArrayOf_UserId@@UBEHPBD@Z @37718 NONAME ?InternalIsDescendant@MCS_AssignedChannelId@@UBEHPBD@Z @37719 NONAME ?InternalIsDescendant@MCS_AUcf@@UBEHPBD@Z @37720 NONAME ?InternalIsDescendant@MCS_AUrq@@UBEHPBD@Z @37721 NONAME ?InternalIsDescendant@MCS_CAin@@UBEHPBD@Z @37722 NONAME ?InternalIsDescendant@MCS_CArq@@UBEHPBD@Z @37723 NONAME ?InternalIsDescendant@MCS_CCcf@@UBEHPBD@Z @37724 NONAME ?InternalIsDescendant@MCS_CCrq@@UBEHPBD@Z @37725 NONAME ?InternalIsDescendant@MCS_CDin@@UBEHPBD@Z @37726 NONAME ?InternalIsDescendant@MCS_CDrq@@UBEHPBD@Z @37727 NONAME ?InternalIsDescendant@MCS_CEin@@UBEHPBD@Z @37728 NONAME ?InternalIsDescendant@MCS_CErq@@UBEHPBD@Z @37729 NONAME ?InternalIsDescendant@MCS_ChannelAttributes@@UBEHPBD@Z @37730 NONAME ?InternalIsDescendant@MCS_ChannelAttributes_assigned@@UBEHPBD@Z @37731 NONAME ?InternalIsDescendant@MCS_ChannelAttributes_private@@UBEHPBD@Z @37732 NONAME ?InternalIsDescendant@MCS_ChannelAttributes_static@@UBEHPBD@Z @37733 NONAME ?InternalIsDescendant@MCS_ChannelAttributes_userId@@UBEHPBD@Z @37734 NONAME ?InternalIsDescendant@MCS_ChannelId@@UBEHPBD@Z @37735 NONAME ?InternalIsDescendant@MCS_CJcf@@UBEHPBD@Z @37736 NONAME ?InternalIsDescendant@MCS_CJrq@@UBEHPBD@Z @37737 NONAME ?InternalIsDescendant@MCS_CLrq@@UBEHPBD@Z @37738 NONAME ?InternalIsDescendant@MCS_ConnectMCSPDU@@UBEHPBD@Z @37739 NONAME ?InternalIsDescendant@MCS_Connect_Additional@@UBEHPBD@Z @37740 NONAME ?InternalIsDescendant@MCS_Connect_Initial@@UBEHPBD@Z @37741 NONAME ?InternalIsDescendant@MCS_Connect_Response@@UBEHPBD@Z @37742 NONAME ?InternalIsDescendant@MCS_Connect_Result@@UBEHPBD@Z @37743 NONAME ?InternalIsDescendant@MCS_DataPriority@@UBEHPBD@Z @37744 NONAME ?InternalIsDescendant@MCS_Diagnostic@@UBEHPBD@Z @37745 NONAME ?InternalIsDescendant@MCS_DomainMCSPDU@@UBEHPBD@Z @37746 NONAME ?InternalIsDescendant@MCS_DomainParameters@@UBEHPBD@Z @37747 NONAME ?InternalIsDescendant@MCS_DPum@@UBEHPBD@Z @37748 NONAME ?InternalIsDescendant@MCS_DUin@@UBEHPBD@Z @37749 NONAME ?InternalIsDescendant@MCS_DUrq@@UBEHPBD@Z @37750 NONAME ?InternalIsDescendant@MCS_DynamicChannelId@@UBEHPBD@Z @37751 NONAME ?InternalIsDescendant@MCS_EDrq@@UBEHPBD@Z @37752 NONAME ?InternalIsDescendant@MCS_MCcf@@UBEHPBD@Z @37753 NONAME ?InternalIsDescendant@MCS_MCrq@@UBEHPBD@Z @37754 NONAME ?InternalIsDescendant@MCS_MTcf@@UBEHPBD@Z @37755 NONAME ?InternalIsDescendant@MCS_MTrq@@UBEHPBD@Z @37756 NONAME ?InternalIsDescendant@MCS_PCin@@UBEHPBD@Z @37757 NONAME ?InternalIsDescendant@MCS_PDin@@UBEHPBD@Z @37758 NONAME ?InternalIsDescendant@MCS_PrivateChannelId@@UBEHPBD@Z @37759 NONAME ?InternalIsDescendant@MCS_PTin@@UBEHPBD@Z @37760 NONAME ?InternalIsDescendant@MCS_Reason@@UBEHPBD@Z @37761 NONAME ?InternalIsDescendant@MCS_Result@@UBEHPBD@Z @37762 NONAME ?InternalIsDescendant@MCS_RJum@@UBEHPBD@Z @37763 NONAME ?InternalIsDescendant@MCS_SDin@@UBEHPBD@Z @37764 NONAME ?InternalIsDescendant@MCS_SDrq@@UBEHPBD@Z @37765 NONAME ?InternalIsDescendant@MCS_Segmentation@@UBEHPBD@Z @37766 NONAME ?InternalIsDescendant@MCS_StaticChannelId@@UBEHPBD@Z @37767 NONAME ?InternalIsDescendant@MCS_TGcf@@UBEHPBD@Z @37768 NONAME ?InternalIsDescendant@MCS_TGrq@@UBEHPBD@Z @37769 NONAME ?InternalIsDescendant@MCS_TIcf@@UBEHPBD@Z @37770 NONAME ?InternalIsDescendant@MCS_TIrq@@UBEHPBD@Z @37771 NONAME ?InternalIsDescendant@MCS_TokenAttributes@@UBEHPBD@Z @37772 NONAME ?InternalIsDescendant@MCS_TokenAttributes_given@@UBEHPBD@Z @37773 NONAME ?InternalIsDescendant@MCS_TokenAttributes_giving@@UBEHPBD@Z @37774 NONAME ?InternalIsDescendant@MCS_TokenAttributes_grabbed@@UBEHPBD@Z @37775 NONAME ?InternalIsDescendant@MCS_TokenAttributes_inhibited@@UBEHPBD@Z @37776 NONAME ?InternalIsDescendant@MCS_TokenAttributes_ungivable@@UBEHPBD@Z @37777 NONAME ?InternalIsDescendant@MCS_TokenId@@UBEHPBD@Z @37778 NONAME ?InternalIsDescendant@MCS_TokenStatus@@UBEHPBD@Z @37779 NONAME ?InternalIsDescendant@MCS_TPin@@UBEHPBD@Z @37780 NONAME ?InternalIsDescendant@MCS_TPrq@@UBEHPBD@Z @37781 NONAME ?InternalIsDescendant@MCS_TRcf@@UBEHPBD@Z @37782 NONAME ?InternalIsDescendant@MCS_TRrq@@UBEHPBD@Z @37783 NONAME ?InternalIsDescendant@MCS_TTcf@@UBEHPBD@Z @37784 NONAME ?InternalIsDescendant@MCS_TTrq@@UBEHPBD@Z @37785 NONAME ?InternalIsDescendant@MCS_TVcf@@UBEHPBD@Z @37786 NONAME ?InternalIsDescendant@MCS_TVin@@UBEHPBD@Z @37787 NONAME ?InternalIsDescendant@MCS_TVrq@@UBEHPBD@Z @37788 NONAME ?InternalIsDescendant@MCS_TVrs@@UBEHPBD@Z @37789 NONAME ?InternalIsDescendant@MCS_UserId@@UBEHPBD@Z @37790 NONAME ?InternalIsDescendant@MCS_USin@@UBEHPBD@Z @37791 NONAME ?InternalIsDescendant@MCS_USrq@@UBEHPBD@Z @37792 NONAME ?InternalIsDescendant@MXRecordList@PDNS@@UBEHPBD@Z @44700 NONAME ?InternalIsDescendant@OpalFactoryCodec@@UBEHPBD@Z @43533 NONAME ?InternalIsDescendant@OpalG711ALaw64k_Base@@UBEHPBD@Z @43534 NONAME ?InternalIsDescendant@OpalG711ALaw64k_Decoder@@UBEHPBD@Z @43535 NONAME ?InternalIsDescendant@OpalG711ALaw64k_Encoder@@UBEHPBD@Z @43536 NONAME ?InternalIsDescendant@OpalG711uLaw64k_Base@@UBEHPBD@Z @43537 NONAME ?InternalIsDescendant@OpalG711uLaw64k_Decoder@@UBEHPBD@Z @43538 NONAME ?InternalIsDescendant@OpalG711uLaw64k_Encoder@@UBEHPBD@Z @43539 NONAME ?InternalIsDescendant@OpalGloballyUniqueID@@UBEHPBD@Z @37798 NONAME ?InternalIsDescendant@OpalIxJDevice@@UBEHPBD@Z @37799 NONAME ?InternalIsDescendant@OpalLineChannel@@UBEHPBD@Z @37800 NONAME ?InternalIsDescendant@OpalLineInterfaceDevice@@UBEHPBD@Z @37801 NONAME ?InternalIsDescendant@OpalMediaFormat@@UBEHPBD@Z @37802 NONAME ?InternalIsDescendant@OpalPluginCodec@@UBEHPBD@Z @43540 NONAME ?InternalIsDescendant@OpalRFC2833@@UBEHPBD@Z @37803 NONAME ?InternalIsDescendant@OpalRFC2833Info@@UBEHPBD@Z @37804 NONAME ?InternalIsDescendant@OpalRtpToWavFile@@UBEHPBD@Z @37805 NONAME ?InternalIsDescendant@OpalT120Protocol@@UBEHPBD@Z @37806 NONAME ?InternalIsDescendant@OpalT38Protocol@@UBEHPBD@Z @37807 NONAME ?InternalIsDescendant@OpalUSBDevice@@UBEHPBD@Z @44701 NONAME ?InternalIsDescendant@OpalVoipBlasterDevice@@UBEHPBD@Z @37808 NONAME ?InternalIsDescendant@OpalVXMLSession@@UBEHPBD@Z @37809 NONAME ?InternalIsDescendant@OpalWAVFile@@UBEHPBD@Z @37810 NONAME ?InternalIsDescendant@PASN_Array@@UBEHPBD@Z @41878 NONAME ?InternalIsDescendant@PASN_BitString@@UBEHPBD@Z @41879 NONAME ?InternalIsDescendant@PASN_BMPString@@UBEHPBD@Z @41880 NONAME ?InternalIsDescendant@PASN_Boolean@@UBEHPBD@Z @37811 NONAME ?InternalIsDescendant@PASN_Choice@@UBEHPBD@Z @41881 NONAME ?InternalIsDescendant@PASN_ConstrainedObject@@UBEHPBD@Z @37812 NONAME ?InternalIsDescendant@PASN_ConstrainedString@@UBEHPBD@Z @37813 NONAME ?InternalIsDescendant@PASN_Enumeration@@UBEHPBD@Z @37814 NONAME ?InternalIsDescendant@PASN_GeneralisedTime@@UBEHPBD@Z @37815 NONAME ?InternalIsDescendant@PASN_GeneralString@@UBEHPBD@Z @37816 NONAME ?InternalIsDescendant@PASN_IA5String@@UBEHPBD@Z @37817 NONAME ?InternalIsDescendant@PASN_Integer@@UBEHPBD@Z @37818 NONAME ?InternalIsDescendant@PASN_Null@@UBEHPBD@Z @37819 NONAME ?InternalIsDescendant@PASN_NumericString@@UBEHPBD@Z @37820 NONAME ?InternalIsDescendant@PASN_Object@@UBEHPBD@Z @37821 NONAME ?InternalIsDescendant@PASN_ObjectId@@UBEHPBD@Z @41882 NONAME ?InternalIsDescendant@PASN_OctetString@@UBEHPBD@Z @41883 NONAME ?InternalIsDescendant@PASN_PrintableString@@UBEHPBD@Z @37822 NONAME ?InternalIsDescendant@PASN_Sequence@@UBEHPBD@Z @41884 NONAME ?InternalIsDescendant@PASN_Stream@@UBEHPBD@Z @37823 NONAME ?InternalIsDescendant@PASN_VisibleString@@UBEHPBD@Z @37824 NONAME ?InternalIsDescendant@PDTMFEncoder@@UBEHPBD@Z @44702 NONAME ?InternalIsDescendant@PLDAPAttributeBase@@UBEHPBD@Z @37825 NONAME ?InternalIsDescendant@PLDAPStructBase@@UBEHPBD@Z @37826 NONAME ?InternalIsDescendant@PluginLoader@@UBEHPBD@Z @44703 NONAME ?InternalIsDescendant@PPER_Stream@@UBEHPBD@Z @37827 NONAME ?InternalIsDescendant@PSmartObject@@UBEHPBD@Z @37828 NONAME ?InternalIsDescendant@PVXMLSession@@UBEHPBD@Z @41885 NONAME ?InternalIsDescendant@PWAVFile@@UBEHPBD@Z @37829 NONAME ?InternalIsDescendant@Q931@@UBEHPBD@Z @37830 NONAME ?InternalIsDescendant@ReceiverReport@RTP_Session@@UBEHPBD@Z @37831 NONAME ?InternalIsDescendant@Request@H323Transactor@@UBEHPBD@Z @37832 NONAME ?InternalIsDescendant@Response@H323Transactor@@UBEHPBD@Z @37833 NONAME ?InternalIsDescendant@RTP_ControlFrame@@UBEHPBD@Z @37834 NONAME ?InternalIsDescendant@RTP_DataFrame@@UBEHPBD@Z @37835 NONAME ?InternalIsDescendant@RTP_JitterBuffer@@UBEHPBD@Z @37836 NONAME ?InternalIsDescendant@RTP_JitterBufferAnalyser@@UBEHPBD@Z @37837 NONAME ?InternalIsDescendant@RTP_QOS@@UBEHPBD@Z @37838 NONAME ?InternalIsDescendant@RTP_Session@@UBEHPBD@Z @37839 NONAME ?InternalIsDescendant@RTP_SessionManager@@UBEHPBD@Z @37840 NONAME ?InternalIsDescendant@RTP_UDP@@UBEHPBD@Z @37841 NONAME ?InternalIsDescendant@RTP_UserData@@UBEHPBD@Z @41886 NONAME ?InternalIsDescendant@SenderReport@RTP_Session@@UBEHPBD@Z @37842 NONAME ?InternalIsDescendant@SourceDescription@RTP_Session@@UBEHPBD@Z @37843 NONAME ?InternalIsDescendant@SRVRecordList@PDNS@@UBEHPBD@Z @44704 NONAME ?InternalIsDescendant@StringMap@H323GatekeeperServer@@UBEHPBD@Z @37844 NONAME ?InternalIsDescendant@T120ConnectPDU@@UBEHPBD@Z @37845 NONAME ?InternalIsDescendant@T120_X224@@UBEHPBD@Z @37846 NONAME ?InternalIsDescendant@T38_ArrayOf_PASN_OctetString@@UBEHPBD@Z @37847 NONAME ?InternalIsDescendant@T38_Data_Field@@UBEHPBD@Z @37848 NONAME ?InternalIsDescendant@T38_Data_Field_subtype@@UBEHPBD@Z @37849 NONAME ?InternalIsDescendant@T38_Data_Field_subtype_field_type@@UBEHPBD@Z @37850 NONAME ?InternalIsDescendant@T38_IFPPacket@@UBEHPBD@Z @37851 NONAME ?InternalIsDescendant@T38_PreCorrigendum_Data_Field@@UBEHPBD@Z @37852 NONAME ?InternalIsDescendant@T38_PreCorrigendum_Data_Field_subtype@@UBEHPBD@Z @37853 NONAME ?InternalIsDescendant@T38_PreCorrigendum_Data_Field_subtype_field_type@@UBEHPBD@Z @37854 NONAME ?InternalIsDescendant@T38_PreCorrigendum_IFPPacket@@UBEHPBD@Z @37855 NONAME ?InternalIsDescendant@T38_Type_of_msg@@UBEHPBD@Z @37856 NONAME ?InternalIsDescendant@T38_Type_of_msg_data@@UBEHPBD@Z @37857 NONAME ?InternalIsDescendant@T38_Type_of_msg_t30_indicator@@UBEHPBD@Z @37858 NONAME ?InternalIsDescendant@T38_UDPTLPacket@@UBEHPBD@Z @37859 NONAME ?InternalIsDescendant@T38_UDPTLPacket_error_recovery@@UBEHPBD@Z @37860 NONAME ?InternalIsDescendant@T38_UDPTLPacket_error_recovery_fec_info@@UBEHPBD@Z @37861 NONAME ?InternalIsDescendant@T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@UBEHPBD@Z @37862 NONAME ?InternalIsDescendant@T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@UBEHPBD@Z @37863 NONAME ?InternalIsDescendant@T38_UDPTLPacket_primary_ifp_packet@@UBEHPBD@Z @37864 NONAME ?InternalIsDescendant@VoipBlasterInterface@@UBEHPBD@Z @37866 NONAME ?InternalIsDescendant@X224@@UBEHPBD@Z @37867 NONAME ?InternalIsDescendant@X880_Code@@UBEHPBD@Z @37868 NONAME ?InternalIsDescendant@X880_GeneralProblem@@UBEHPBD@Z @37869 NONAME ?InternalIsDescendant@X880_Invoke@@UBEHPBD@Z @37870 NONAME ?InternalIsDescendant@X880_InvokeId@@UBEHPBD@Z @37871 NONAME ?InternalIsDescendant@X880_InvokeProblem@@UBEHPBD@Z @37872 NONAME ?InternalIsDescendant@X880_Reject@@UBEHPBD@Z @37873 NONAME ?InternalIsDescendant@X880_RejectProblem@@UBEHPBD@Z @37874 NONAME ?InternalIsDescendant@X880_Reject_problem@@UBEHPBD@Z @37875 NONAME ?InternalIsDescendant@X880_ReturnError@@UBEHPBD@Z @37876 NONAME ?InternalIsDescendant@X880_ReturnErrorProblem@@UBEHPBD@Z @37877 NONAME ?InternalIsDescendant@X880_ReturnResult@@UBEHPBD@Z @37878 NONAME ?InternalIsDescendant@X880_ReturnResultProblem@@UBEHPBD@Z @37879 NONAME ?InternalIsDescendant@X880_ReturnResult_result@@UBEHPBD@Z @37880 NONAME ?InternalIsDescendant@X880_ROS@@UBEHPBD@Z @37881 NONAME ?InternalMakeCall@H323EndPoint@@MAEPAVH323Connection@@ABVPString@@0I0PAVH323Transport@@AAV3@PAX@Z @43541 NONAME ?InternalPlayTone@OpalIxJDevice@@IAEHIKKKH@Z @9490 NONAME ?InternalRegisterGatekeeper@H323EndPoint@@IAEHPAVH323Gatekeeper@@H@Z @12724 NONAME ?InternalRemoveServiceRelationship@H323PeerElement@@IAEXABVH323TransportAddress@@@Z @25952 NONAME ?InternalSetVolume@OpalIxJDevice@@IAEHHIHH@Z @12819 NONAME ?InternalTranslateTCPAddress@H323EndPoint@@QAEXAAVAddress@PIPSocket@@ABV23@@Z @44705 NONAME ?InterpretInput@OpalUSBDevice@@IAEXI@Z @44706 NONAME ?IntrudeCall@H323Connection@@UAEXI@Z @20671 NONAME ?IntrudeCall@H323EndPoint@@QAEPAVH323Connection@@ABVPString@@AAV3@IPAX@Z @20672 NONAME ?IntrudeCall@H323EndPoint@@QAEPAVH323Connection@@ABVPString@@PAVH323Transport@@AAV3@IPAX@Z @20673 NONAME ?IntrudeCall@H45011Handler@@QAEXH@Z @20674 NONAME ?InvokeMessage@OpalUSBDevice@@IAEHI@Z @44707 NONAME ?IoControl@OpalIxJDevice@@IAEHKKPAK@Z @9491 NONAME ?IoControl@OpalIxJDevice@@IAEHKPAXK0KPAKPAVPWin32Overlapped@@@Z @12846 NONAME ?IsActive@H235Authenticator@@UBEHXZ @19593 NONAME ?IsAllowed@H323Capabilities@@QAEHABVH323Capability@@0@Z @12646 NONAME ?IsAllowed@H323Capabilities@@QAEHABVH323Capability@@@Z @15210 NONAME ?IsAllowed@H323Capabilities@@QAEHI@Z @15211 NONAME ?IsAllowed@H323Capabilities@@QAEHII@Z @13890 NONAME ?IsAnsweringCall@H323GatekeeperCall@@QBEHXZ @41887 NONAME ?IsAtEnd@PASN_Stream@@QAEHXZ @41888 NONAME ?IsAudioEnabled@OpalIxJDevice@@UAEHI@Z @20501 NONAME ?IsAudioEnabled@OpalLineInterfaceDevice@@UAEHI@Z @20502 NONAME ?IsBehindNAT@H323RegisteredEndPoint@@QBEHXZ @41889 NONAME ?IsBehindNAT@H323Transaction@@QBEHXZ @41890 NONAME ?IsCallIntrusion@H323Connection@@QAEHXZ @41891 NONAME ?IsCallOnHold@H323Connection@@QBEHXZ @19957 NONAME ?IsCapability@H235AuthCAT@@UAEHABVH235_AuthenticationMechanism@@ABVPASN_ObjectId@@@Z @23887 NONAME ?IsCapability@H235AuthProcedure1@@UAEHABVH235_AuthenticationMechanism@@ABVPASN_ObjectId@@@Z @20541 NONAME ?IsCapability@H235AuthSimpleMD5@@UAEHABVH235_AuthenticationMechanism@@ABVPASN_ObjectId@@@Z @20542 NONAME ?IsCompatibleTransport@H323Transport@@UBEHABVH225_TransportAddress@@@Z @10443 NONAME ?IsCompatibleTransport@H323TransportIP@@UBEHABVH225_TransportAddress@@@Z @10444 NONAME ?IsConnected@H323Connection@@QBEHXZ @41892 NONAME ?IsConnectionEstablished@H323EndPoint@@UAEHABVPString@@@Z @10445 NONAME ?isConsultationTransferSuccess@H4502Handler@@QAEHXZ @41893 NONAME ?IsctTimerRunning@H4502Handler@@QAEHXZ @41894 NONAME ?IsDetermined@H245NegMasterSlaveDetermination@@QBEHXZ @41895 NONAME ?IsDevicePresent@VoipBlasterInterface@@QAEHH@Z @20074 NONAME ?IsDiscoveryComplete@H323Gatekeeper@@QBEHXZ @41896 NONAME ?IsEquivalent@H323TransportAddress@@QAEHABV1@@Z @20622 NONAME ?IsEstablished@H323Connection@@QBEHXZ @41897 NONAME ?IsFastResponseRequired@H323Transaction@@QBEHXZ @41898 NONAME ?IsFastStartDisabled@H323EndPoint@@QBEHXZ @41899 NONAME ?IsFromRemote@H323ChannelNumber@@QBEHXZ @41900 NONAME ?IsGatekeeper@H323EndPoint@@QBEHXZ @11394 NONAME ?IsGatekeeperRouted@H323Connection@@QBEHXZ @41901 NONAME ?IsGatekeeperRouted@H323GatekeeperServer@@QBEHXZ @41902 NONAME ?IsGateway@H323EndPoint@@QBEHXZ @11395 NONAME ?IsGenericMatch@H323Capability@@UBEHABVH245_GenericCapability@@@Z @44708 NONAME ?IsGenericMatch@H323GenericAudioCapability@@UBEHABVH245_GenericCapability@@@Z @44709 NONAME ?IsGenericMatch@H323GenericAudioCapability@@WBM@BEHABVH245_GenericCapability@@@Z @44710 NONAME ?IsGenericMatch@H323GenericCapabilityInfo@@UBEHABVH245_GenericCapability@@@Z @44711 NONAME ?IsGenericMatch@H323GenericVideoCapability@@UBEHABVH245_GenericCapability@@@Z @44712 NONAME ?IsGenericMatch@H323GenericVideoCapability@@WBE@BEHABVH245_GenericCapability@@@Z @44713 NONAME ?IsH245inSetupDisabled@H323EndPoint@@QBEHXZ @41903 NONAME ?IsH245Master@H323Connection@@QBEHXZ @11396 NONAME ?IsH245TunnelingDisabled@H323EndPoint@@QBEHXZ @41904 NONAME ?IsLineDisconnected@OpalIxJDevice@@UAEHIH@Z @16258 NONAME ?IsLineDisconnected@OpalLineInterfaceDevice@@UAEHIH@Z @16259 NONAME ?IsLineDisconnected@OpalUSBDevice@@UAEHIH@Z @44714 NONAME ?IsLineDisconnected@OpalVoipBlasterDevice@@UAEHIH@Z @20029 NONAME ?IsLineOffHook@OpalIxJDevice@@UAEHI@Z @11399 NONAME ?IsLineOffHook@OpalUSBDevice@@UAEHI@Z @44715 NONAME ?IsLineOffHook@OpalVoipBlasterDevice@@UAEHI@Z @20030 NONAME ?IsLinePresent@OpalIxJDevice@@UAEHIH@Z @12799 NONAME ?IsLinePresent@OpalLineInterfaceDevice@@UAEHIH@Z @12800 NONAME ?IsLinePresent@OpalUSBDevice@@UAEHIH@Z @44716 NONAME ?IsLinePresent@OpalVoipBlasterDevice@@UAEHIH@Z @20031 NONAME ?IsLineRinging@OpalIxJDevice@@UAEHIPAK@Z @11404 NONAME ?IsLineRinging@OpalLineInterfaceDevice@@UAEHIPAK@Z @11405 NONAME ?IsLineRinging@OpalUSBDevice@@UAEHIPAK@Z @44717 NONAME ?IsLineRinging@OpalVoipBlasterDevice@@UAEHIPAK@Z @20032 NONAME ?IsLineTerminal@OpalIxJDevice@@UAEHI@Z @11407 NONAME ?IsLineTerminal@OpalLineInterfaceDevice@@UAEHI@Z @11408 NONAME ?IsLineTerminal@OpalUSBDevice@@UAEHI@Z @44718 NONAME ?IsLineTerminal@OpalVoipBlasterDevice@@UAEHI@Z @20033 NONAME ?IsLineToLineDirect@OpalIxJDevice@@UAEHII@Z @11409 NONAME ?IsLineToLineDirect@OpalLineInterfaceDevice@@UAEHII@Z @11410 NONAME ?IsLineToLineDirect@OpalVoipBlasterDevice@@UAEHII@Z @20034 NONAME ?IsListening@H323TransportTCP@@QBEHXZ @12775 NONAME ?IsLoaded@H323DynaLink@@UAEHXZ @37944 NONAME ?IsLoaded@PVXMLSession@@UBEHXZ @25679 NONAME ?IsLocalAddress@H323EndPoint@@UBEHABVAddress@PIPSocket@@@Z @23918 NONAME ?IsLocalHold@H323Connection@@QBEHXZ @19476 NONAME ?IsMaster@H245NegMasterSlaveDetermination@@QBEHXZ @41905 NONAME ?IsMCU@H323EndPoint@@QBEHXZ @11411 NONAME ?IsMediaOnHold@H323Connection@@QBEHXZ @19960 NONAME ?IsNonStandardMatch@H323Capability@@UBEHABVH245_NonStandardParameter@@@Z @12900 NONAME ?IsNonStandardMatch@H323NonStandardAudioCapability@@UBEHABVH245_NonStandardParameter@@@Z @12901 NONAME ?IsNonStandardMatch@H323NonStandardDataCapability@@UBEHABVH245_NonStandardParameter@@@Z @12902 NONAME ?IsNonStandardMatch@H323NonStandardVideoCapability@@UBEHABVH245_NonStandardParameter@@@Z @12903 NONAME ?IsNULL@OpalGloballyUniqueID@@QBEHXZ @13853 NONAME ?IsOpen@OpalLineInterfaceDevice@@UBEHXZ @11412 NONAME ?IsOpen@OpalUSBDevice@@UBEHXZ @44719 NONAME ?IsPrimitive@PASN_Object@@UBEHXZ @11413 NONAME ?IsRawDataChannelNative@G7231_File_Codec@@UBEHXZ @21020 NONAME ?IsRawDataChannelNative@H323Codec@@UBEHXZ @20148 NONAME ?IsRawDataChannelNative@H323_LIDCodec@@UBEHXZ @20149 NONAME ?IsRegistered@H323Gatekeeper@@QBEHXZ @41906 NONAME ?IsRegisteredWithGatekeeper@H323EndPoint@@QBEHXZ @23931 NONAME ?IsRemoteHold@H323Connection@@QBEHXZ @19477 NONAME ?IsRemoteOffline@H245NegRoundTripDelay@@QBEHXZ @41907 NONAME ?IsRequiredH235@H323GatekeeperServer@@QBEHXZ @41908 NONAME ?IsRunning@H323Channel@@UBEHXZ @20348 NONAME ?IsRunning@H323_ExternalRTPChannel@@UBEHXZ @20349 NONAME ?IsSecuredPDU@H235AuthCAT@@UBEHIH@Z @23932 NONAME ?IsSecuredPDU@H235Authenticator@@UBEHIH@Z @23933 NONAME ?IsSecuredPDU@H235AuthSimpleMD5@@UBEHIH@Z @23934 NONAME ?IsTerminal@H323EndPoint@@QBEHXZ @11415 NONAME ?IsToneDetected@OpalIxJDevice@@UAEII@Z @12807 NONAME ?IsToneDetected@OpalLineInterfaceDevice@@UAEII@Z @12808 NONAME ?IsToneDetected@OpalVoipBlasterDevice@@UAEII@Z @20035 NONAME ?IsTonePlaying@OpalIxJDevice@@UAEHI@Z @12851 NONAME ?IsTonePlaying@OpalLineInterfaceDevice@@UAEHI@Z @12852 NONAME ?IsTonePlaying@OpalUSBDevice@@UAEHI@Z @44720 NONAME ?IsTonePlaying@OpalVoipBlasterDevice@@UAEHI@Z @20036 NONAME ?IsToneStart@OpalRFC2833Info@@QBEHXZ @41910 NONAME ?IsTransferredCall@H323Connection@@QBEHXZ @19478 NONAME ?IsTransferringCall@H323Connection@@QBEHXZ @19479 NONAME ?IsUsable@H323Capability@@UBEHABVH323Connection@@@Z @20611 NONAME ?IsUsable@H323_UserInputCapability@@UBEHABVH323Connection@@@Z @20612 NONAME ?IsValid@H323CallCreditServiceControl@@UBEHXZ @23634 NONAME ?IsValid@H323HTTPServiceControl@@UBEHXZ @23635 NONAME ?IsValid@H323_LIDCapability@@QBEHXZ @12557 NONAME ?IsValid@OpalMediaFormat@@QBEHXZ @41911 NONAME ?IsValid@PASN_Choice@@QBEHXZ @41912 NONAME ?Load@H323DynaLink@@UAEXXZ @37945 NONAME ?LoadPlugin@H323DynaLink@@UAEHABVPString@@@Z @37946 NONAME ?LoadSoundDevice@@YAHAAVPString@@@Z @44721 NONAME ?LocateGatekeeper@H323EndPoint@@QAEHABVPString@@PAVH323Transport@@@Z @12725 NONAME ?LocationRequest@H323Gatekeeper@@QAEHABVPString@@AAVH323TransportAddress@@@Z @11423 NONAME ?LocationRequest@H323Gatekeeper@@QAEHABVPStringList@@AAVH323TransportAddress@@@Z @11424 NONAME ?Lock@H323Connection@@QAEHXZ @14918 NONAME ?Lookup@PDNS@@YAHABVPString@@AAVMXRecordList@1@@Z @44722 NONAME ?Lookup@PDNS@@YAHABVPString@@AAVSRVRecordList@1@@Z @44723 NONAME ?lower_bound@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAE?AViterator@12@ABI@Z @43192 NONAME ?lower_bound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @44724 NONAME ?lower_bound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @42957 NONAME ?lower_bound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @42958 NONAME ?lower_bound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @43542 NONAME ?lower_bound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @44725 NONAME ?lower_bound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @42959 NONAME ?Main@H225CallThread@@MAEXXZ @11425 NONAME ?Main@H225TransportThread@@MAEXXZ @11427 NONAME ?Main@H245TransportThread@@MAEXXZ @11428 NONAME ?Main@H323ConnectionsCleaner@@MAEXXZ @11429 NONAME ?Main@H323ListenerTCP@@MAEXXZ @11430 NONAME ?Main@H323LogicalChannelThread@@UAEXXZ @11431 NONAME ?Main@RTP_JitterBuffer@@MAEXXZ @12467 NONAME ?MakeCall@H323EndPoint@@QAEPAVH323Connection@@ABVPString@@AAV3@PAX@Z @12830 NONAME ?MakeCall@H323EndPoint@@QAEPAVH323Connection@@ABVPString@@PAVH323Transport@@AAV3@PAX@Z @12831 NONAME ?MakeCallLocked@H323EndPoint@@QAEPAVH323Connection@@ABVPString@@AAV3@PAXPAVH323Transport@@@Z @19884 NONAME ?MakeRequest@H323Gatekeeper@@MAEHAAVRequest@H323Transactor@@@Z @25899 NONAME ?MakeRequest@H323PeerElement@@UAEHAAVRequest@H323Transactor@@@Z @25900 NONAME ?MakeRequest@H323Transactor@@MAEHAAVRequest@1@@Z @25901 NONAME ?MakeRequestWithReregister@H323Gatekeeper@@IAEHAAVRequest@H323Transactor@@I@Z @25902 NONAME ?make_level_map@H261Encoder@@IAEPADHI@Z @11442 NONAME ?mark@P64Decoder@@QAEXH@Z @41915 NONAME ?marks@P64Decoder@@QAEXPAE@Z @41916 NONAME ?mbcopy@FullP64Decoder@@IAEXI@Z @11443 NONAME ?Merge@H323Capabilities@@QAEHABV1@@Z @12537 NONAME ?ModifyQOS@RTP_Session@@UAEHPAVRTP_QOS@@@Z @26644 NONAME ?ModifyQOS@RTP_UDP@@UAEHPAVRTP_QOS@@@Z @26645 NONAME ?Monitor@OpalUSBDevice@@MAEXAAVPThread@@H@Z @44726 NONAME ?MonitorCallStatus@H323Connection@@IAEXXZ @20355 NONAME ?MonitorMain@H323Gatekeeper@@MAEXAAVPThread@@H@Z @20543 NONAME ?MonitorMain@H323GatekeeperServer@@MAEXAAVPThread@@H@Z @20324 NONAME ?MonitorMain@H323PeerElement@@MAEXAAVPThread@@H@Z @24045 NONAME ?MoreToIncEncode@H261PixelEncoder@@QAEHXZ @41917 NONAME ?MoreToIncEncode@P64Encoder@@QAEHXZ @41918 NONAME ?mtu@Transmitter@@UAEHXZ @11444 NONAME ?mvblk@P64Decoder@@IAEXPAE0I@Z @11445 NONAME ?mvblka@P64Decoder@@IAEXPAE0I@Z @11446 NONAME ?ndblk@P64Decoder@@QBEHXZ @41919 NONAME ?NeedsJitterBuffer@OpalMediaFormat@@QBEHXZ @41920 NONAME ?Next@RTP_SessionManager@@QAEPAVRTP_Session@@XZ @16268 NONAME ?OnAcceptModeChange@H323Connection@@UAEXABVH245_RequestModeAck@@@Z @19865 NONAME ?OnAccessRequest@H323PeerElement@@UAE?AW4Response@H323Transaction@@AAVH501AccessRequest@@@Z @26114 NONAME ?OnAddServiceRelationship@H323PeerElement@@UAEXABVH323TransportAddress@@@Z @25592 NONAME ?OnAdmission@H323GatekeeperCall@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperARQ@@@Z @26115 NONAME ?OnAdmission@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperARQ@@@Z @26116 NONAME ?OnAdmission@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperARQ@@@Z @26117 NONAME ?OnAlerting@H323Connection@@UAEHABVH323SignalPDU@@ABVPString@@@Z @11452 NONAME ?OnAlerting@H323EndPoint@@UAEHAAVH323Connection@@ABVH323SignalPDU@@ABVPString@@@Z @11453 NONAME ?OnAlerting@H323GatekeeperCall@@UAEXXZ @23862 NONAME ?OnAnswerCall@H323Connection@@UAE?AW4AnswerCallResponse@1@ABVPString@@ABVH323SignalPDU@@AAV4@@Z @11454 NONAME ?OnAnswerCall@H323EndPoint@@UAE?AW4AnswerCallResponse@H323Connection@@AAV3@ABVPString@@ABVH323SignalPDU@@AAV5@@Z @11455 NONAME ?OnBandwidth@H323GatekeeperCall@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperBRQ@@@Z @26118 NONAME ?OnBandwidth@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperBRQ@@@Z @26119 NONAME ?OnBandwidth@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperBRQ@@@Z @26120 NONAME ?OnCallCreditServiceControl@H323EndPoint@@UAEXABVPString@@H@Z @23540 NONAME ?OnCallIndependentSupplementaryService@H323EndPoint@@UAEHABVH323SignalPDU@@@Z @38002 NONAME ?OnCallIntrudeTimeOut@H45011Handler@@UAEXAAVPTimer@@H@Z @20677 NONAME ?OnCallTransferIdentify@H323EndPoint@@UAEHAAVH323Connection@@@Z @20223 NONAME ?OnCallTransferInitiate@H323EndPoint@@UAEHAAVH323Connection@@ABVPString@@@Z @23937 NONAME ?OnCallTransferTimeOut@H4502Handler@@UAEXAAVPTimer@@H@Z @19961 NONAME ?OnCED@OpalT38Protocol@@UAEHXZ @23657 NONAME ?OnChange@H323CallCreditServiceControl@@UBEXIIAAVH323EndPoint@@PAVH323Connection@@@Z @23541 NONAME ?OnChange@H323HTTPServiceControl@@UBEXIIAAVH323EndPoint@@PAVH323Connection@@@Z @23542 NONAME ?OnCleared@H323Connection@@UAEXXZ @12802 NONAME ?OnClosedLogicalChannel@H323Connection@@UAEXABVH323Channel@@@Z @11456 NONAME ?OnClosedLogicalChannel@H323EndPoint@@UAEXAAVH323Connection@@ABVH323Channel@@@Z @11457 NONAME ?OnClosingLogicalChannel@H323Connection@@UAEHAAVH323Channel@@@Z @11458 NONAME ?OnCNG@OpalT38Protocol@@UAEHXZ @23658 NONAME ?OnConferenceInvite@H323EndPoint@@UAEHABVH323SignalPDU@@@Z @38003 NONAME ?OnConflictingLogicalChannel@H323Connection@@UAEHAAVH323Channel@@@Z @12761 NONAME ?OnConnected@H323GatekeeperCall@@UAEXXZ @23863 NONAME ?OnConnectionCleared@H323EndPoint@@UAEXAAVH323Connection@@ABVPString@@@Z @11459 NONAME ?OnConnectionEstablished@H323EndPoint@@UAEXAAVH323Connection@@ABVPString@@@Z @11460 NONAME ?OnConnectionForwarded@H323EndPoint@@UAEHAAVH323Connection@@ABVPString@@ABVH323SignalPDU@@@Z @12634 NONAME ?OnConsultationTransferSuccess@H323Connection@@UAEXAAV1@@Z @20224 NONAME ?OnControlProtocolError@H323Connection@@UAEHW4ControlProtocolErrors@1@PBX@Z @11462 NONAME ?OnCreateLogicalChannel@H323Connection@@UAEHABVH323Capability@@W4Directions@H323Channel@@AAI@Z @12647 NONAME ?OnData@OpalT38Protocol@@UAEHIIABVPBYTEArray@@@Z @23659 NONAME ?OnDescriptorUpdate@H323PeerElement@@UAE?AW4Response@H323Transaction@@AAVH501DescriptorUpdate@@@Z @26121 NONAME ?OnDiscovery@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperGRQ@@@Z @26122 NONAME ?OnDiscovery@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperGRQ@@@Z @26123 NONAME ?OnDisengage@H323GatekeeperCall@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperDRQ@@@Z @26124 NONAME ?OnDisengage@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperDRQ@@@Z @26125 NONAME ?OnDisengage@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperDRQ@@@Z @26126 NONAME ?OnEndReceive@OpalRFC2833@@UAEXDII@Z @20140 NONAME ?OnEndSession@PVXMLSession@@UAEXXZ @21169 NONAME ?OnEstablished@H323Connection@@UAEXXZ @12803 NONAME ?OnFastUpdateGOB@H323VideoCodec@@UAEXII@Z @11463 NONAME ?OnFastUpdateMB@H323VideoCodec@@UAEXHHI@Z @11464 NONAME ?OnFastUpdatePicture@H323PluginVideoCodec@@UAEXXZ @37882 NONAME ?OnFastUpdatePicture@H323VideoCodec@@UAEXXZ @11465 NONAME ?OnFastUpdatePicture@H323_H261Codec@@UAEXXZ @26184 NONAME ?OnFirstPacket@OpalRtpToWavFile@@UAEHAAVRTP_DataFrame@@@Z @20576 NONAME ?OnFlowControl@H323Channel@@UAEXJ@Z @11466 NONAME ?OnFlowControl@H323Codec@@UAEXJ@Z @11467 NONAME ?OnFreezePicture@H323VideoCodec@@UAEXXZ @11468 NONAME ?OnFullRegistration@H323RegisteredEndPoint@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperRRQ@@@Z @26127 NONAME ?OnGatekeeperConfirm@H323EndPoint@@UAEXXZ @26684 NONAME ?OnGatekeeperReject@H323EndPoint@@UAEXXZ @26685 NONAME ?OnH245Command@H323Connection@@UAEHABVH323ControlPDU@@@Z @11469 NONAME ?OnH245Indication@H323Connection@@UAEHABVH323ControlPDU@@@Z @11470 NONAME ?OnH245Request@H323Connection@@UAEHABVH323ControlPDU@@@Z @11471 NONAME ?OnH245Response@H323Connection@@UAEHABVH323ControlPDU@@@Z @11472 NONAME ?OnH245_FlowControlCommand@H323Connection@@UAEHABVH245_FlowControlCommand@@@Z @11473 NONAME ?OnH245_JitterIndication@H323Connection@@UAEHABVH245_JitterIndication@@@Z @11474 NONAME ?OnH245_MiscellaneousCommand@H323Connection@@UAEHABVH245_MiscellaneousCommand@@@Z @11475 NONAME ?OnH245_MiscellaneousIndication@H323Connection@@UAEHABVH245_MiscellaneousIndication@@@Z @11476 NONAME ?OnH245_SendTerminalCapabilitySet@H323Connection@@UAEHABVH245_SendTerminalCapabilitySet@@@Z @11477 NONAME ?OnHandlePDU@H323GatekeeperARQ@@MAE?AW4Response@H323Transaction@@XZ @26128 NONAME ?OnHandlePDU@H323GatekeeperBRQ@@MAE?AW4Response@H323Transaction@@XZ @26129 NONAME ?OnHandlePDU@H323GatekeeperDRQ@@MAE?AW4Response@H323Transaction@@XZ @26130 NONAME ?OnHandlePDU@H323GatekeeperGRQ@@MAE?AW4Response@H323Transaction@@XZ @26131 NONAME ?OnHandlePDU@H323GatekeeperIRR@@MAE?AW4Response@H323Transaction@@XZ @26132 NONAME ?OnHandlePDU@H323GatekeeperLRQ@@MAE?AW4Response@H323Transaction@@XZ @26133 NONAME ?OnHandlePDU@H323GatekeeperRRQ@@MAE?AW4Response@H323Transaction@@XZ @26134 NONAME ?OnHandlePDU@H323GatekeeperURQ@@MAE?AW4Response@H323Transaction@@XZ @26135 NONAME ?OnHandlePDU@H501AccessRequest@@MAE?AW4Response@H323Transaction@@XZ @26136 NONAME ?OnHandlePDU@H501DescriptorUpdate@@MAE?AW4Response@H323Transaction@@XZ @26137 NONAME ?OnHandlePDU@H501ServiceRequest@@MAE?AW4Response@H323Transaction@@XZ @26138 NONAME ?OnHeartbeat@H323GatekeeperCall@@UAEHXZ @20483 NONAME ?OnHTTPServiceControl@H323EndPoint@@UAEXIIABVPString@@@Z @23543 NONAME ?OnIncomingCall@H323Connection@@UAEHABVH323SignalPDU@@AAV2@@Z @11478 NONAME ?OnIncomingCall@H323EndPoint@@UAEHAAVH323Connection@@ABVH323SignalPDU@@AAV3@@Z @11479 NONAME ?OnIncomingConnection@H323EndPoint@@UAEPAVH323Connection@@PAVH323Transport@@AAVH323SignalPDU@@@Z @26686 NONAME ?OnIndicator@OpalT38Protocol@@UAEHI@Z @23660 NONAME ?OnInfoResponse@H323GatekeeperCall@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperIRR@@AAVH225_InfoRequestResponse_perCallInfo_subtype@@@Z @26139 NONAME ?OnInfoResponse@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperIRR@@@Z @26140 NONAME ?OnInfoResponse@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperIRR@@@Z @26141 NONAME ?OnInfoResponse@H323RegisteredEndPoint@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperIRR@@@Z @26142 NONAME ?OnInsufficientDigits@H323Connection@@UAEHXZ @19625 NONAME ?OnJitterIndication@H323Channel@@UAEXKHH@Z @11480 NONAME ?OnLoadPlugin@H323PluginCodecManager@@UAEXAAVPDynaLink@@H@Z @37924 NONAME ?OnLoadPlugin@HIDPluginDeviceManager@@UAEXAAVPDynaLink@@H@Z @44727 NONAME ?OnLocation@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperLRQ@@@Z @26143 NONAME ?OnLocation@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperLRQ@@@Z @26144 NONAME ?OnLogicalChannelFlowControl@H323Connection@@UAEXPAVH323Channel@@J@Z @11481 NONAME ?OnLogicalChannelJitter@H323Connection@@UAEXPAVH323Channel@@KHH@Z @11482 NONAME ?OnLostPartialPicture@H323PluginVideoCodec@@UAEXXZ @37884 NONAME ?OnLostPartialPicture@H323VideoCodec@@UAEXXZ @19681 NONAME ?OnLostPartialPicture@H323_H261Codec@@UAEXXZ @19682 NONAME ?OnLostPicture@H323PluginVideoCodec@@UAEXXZ @37885 NONAME ?OnLostPicture@H323VideoCodec@@UAEXXZ @19683 NONAME ?OnLostPicture@H323_H261Codec@@UAEXXZ @19684 NONAME ?OnMiscellaneousCommand@H323Channel@@UAEXABVH245_MiscellaneousCommand_type@@@Z @11483 NONAME ?OnMiscellaneousCommand@H323Codec@@UAEXABVH245_MiscellaneousCommand_type@@@Z @11484 NONAME ?OnMiscellaneousCommand@H323VideoCodec@@UAEXABVH245_MiscellaneousCommand_type@@@Z @11485 NONAME ?OnMiscellaneousIndication@H323Channel@@UAEXABVH245_MiscellaneousIndication_type@@@Z @11486 NONAME ?OnMiscellaneousIndication@H323Codec@@UAEXABVH245_MiscellaneousIndication_type@@@Z @11487 NONAME ?OnMiscellaneousIndication@H323VideoCodec@@UAEXABVH245_MiscellaneousIndication_type@@@Z @11488 NONAME ?OnModeChanged@H323Connection@@UAEXABVH245_ModeDescription@@@Z @19866 NONAME ?OnNegotiateConferenceCapabilities@H323EndPoint@@UAEHABVH323SignalPDU@@@Z @38004 NONAME ?OnNewDescriptor@H323PeerElement@@UAEXABVH323PeerElementDescriptor@@@Z @26359 NONAME ?OnOpen@H323TransportTCP@@MAEHXZ @11489 NONAME ?OnOpenLogicalChannel@H323Connection@@UAEHABVH245_OpenLogicalChannel@@AAVH245_OpenLogicalChannelAck@@AAI@Z @11490 NONAME ?OnOutgoingCall@H323Connection@@UAEHABVH323SignalPDU@@@Z @11491 NONAME ?OnOutgoingCall@H323EndPoint@@UAEHAAVH323Connection@@ABVH323SignalPDU@@@Z @26687 NONAME ?OnPreamble@OpalT38Protocol@@UAEHXZ @23661 NONAME ?OnReceiveAccessConfirmation@H323PeerElement@@UAEHABVH501PDU@@ABVH501_AccessConfirmation@@@Z @25771 NONAME ?OnReceiveAccessConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_AccessConfirmation@@@Z @25772 NONAME ?OnReceiveAccessRejection@H323PeerElement@@UAEHABVH501PDU@@ABVH501_AccessRejection@@@Z @25773 NONAME ?OnReceiveAccessRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_AccessRejection@@@Z @25774 NONAME ?OnReceiveAccessRequest@H323PeerElement@@UAEHABVH501PDU@@ABVH501_AccessRequest@@@Z @26145 NONAME ?OnReceiveAccessRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_AccessRequest@@@Z @25775 NONAME ?OnReceiveAdmissionConfirm@H225_RAS@@UAEHABVH225_AdmissionConfirm@@@Z @18682 NONAME ?OnReceiveAdmissionConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_AdmissionConfirm@@@Z @21170 NONAME ?OnReceiveAdmissionConfirm@H323Gatekeeper@@UAEHABVH225_AdmissionConfirm@@@Z @11492 NONAME ?OnReceiveAdmissionReject@H225_RAS@@UAEHABVH225_AdmissionReject@@@Z @18683 NONAME ?OnReceiveAdmissionReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_AdmissionReject@@@Z @21171 NONAME ?OnReceiveAdmissionReject@H323Gatekeeper@@UAEHABVH225_AdmissionReject@@@Z @23544 NONAME ?OnReceiveAdmissionRequest@H225_RAS@@UAEHABVH225_AdmissionRequest@@@Z @19366 NONAME ?OnReceiveAdmissionRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_AdmissionRequest@@@Z @21172 NONAME ?OnReceiveAdmissionRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_AdmissionRequest@@@Z @21173 NONAME ?OnReceiveAuthenticationConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_AuthenticationConfirmation@@@Z @25776 NONAME ?OnReceiveAuthenticationRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_AuthenticationRejection@@@Z @25777 NONAME ?OnReceiveAuthenticationRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_AuthenticationRequest@@@Z @25778 NONAME ?OnReceiveBandwidthConfirm@H225_RAS@@UAEHABVH225_BandwidthConfirm@@@Z @18685 NONAME ?OnReceiveBandwidthConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_BandwidthConfirm@@@Z @21174 NONAME ?OnReceiveBandwidthConfirm@H323Gatekeeper@@UAEHABVH225_BandwidthConfirm@@@Z @11495 NONAME ?OnReceiveBandwidthConfirm@H323GatekeeperListener@@UAEHABVH225_BandwidthConfirm@@@Z @19143 NONAME ?OnReceiveBandwidthReject@H225_RAS@@UAEHABVH225_BandwidthReject@@@Z @18686 NONAME ?OnReceiveBandwidthReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_BandwidthReject@@@Z @21175 NONAME ?OnReceiveBandwidthReject@H323GatekeeperListener@@UAEHABVH225_BandwidthReject@@@Z @19144 NONAME ?OnReceiveBandwidthRequest@H225_RAS@@UAEHABVH225_BandwidthRequest@@@Z @19368 NONAME ?OnReceiveBandwidthRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_BandwidthRequest@@@Z @21176 NONAME ?OnReceiveBandwidthRequest@H323Gatekeeper@@UAEHABVH225_BandwidthRequest@@@Z @19369 NONAME ?OnReceiveBandwidthRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_BandwidthRequest@@@Z @21177 NONAME ?OnReceiveControl@RTP_Session@@UAE?AW4SendReceiveStatus@1@AAVRTP_ControlFrame@@@Z @20336 NONAME ?OnReceivedAckPDU@H323Channel@@UAEHABVH245_OpenLogicalChannelAck@@@Z @11499 NONAME ?OnReceivedAckPDU@H323DataChannel@@UAEHABVH245_OpenLogicalChannelAck@@@Z @18982 NONAME ?OnReceivedAckPDU@H323_ExternalRTPChannel@@UAEHABVH245_H2250LogicalChannelAckParameters@@@Z @19920 NONAME ?OnReceivedAckPDU@H323_RealTimeChannel@@UAEHABVH245_OpenLogicalChannelAck@@@Z @19921 NONAME ?OnReceivedAckPDU@H323_RTPChannel@@UAEHABVH245_H2250LogicalChannelAckParameters@@@Z @19922 NONAME ?OnReceivedAckPDU@H323_RTP_UDP@@UAEHAAVH323_RTPChannel@@ABVH245_H2250LogicalChannelAckParameters@@@Z @12715 NONAME ?OnReceivedAckPDU@H323_T120Channel@@UAEHABVH245_OpenLogicalChannelAck@@@Z @18983 NONAME ?onReceivedAdmissionReject@H4502Handler@@UAEXH@Z @19962 NONAME ?OnReceivedAlerting@H323Connection@@UAEHABVH323SignalPDU@@@Z @11502 NONAME ?OnReceiveData@RTP_Session@@UAE?AW4SendReceiveStatus@1@ABVRTP_DataFrame@@@Z @11503 NONAME ?OnReceivedCallIntrusionForcedRelease@H45011Handler@@UAEHHPAVPASN_OctetString@@@Z @20678 NONAME ?OnReceivedCallIntrusionGetCIPL@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @20679 NONAME ?OnReceivedCallIntrusionIsolate@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @20680 NONAME ?OnReceivedCallIntrusionNotification@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @20681 NONAME ?OnReceivedCallIntrusionRequest@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @20682 NONAME ?OnReceivedCallIntrusionSilentMonitor@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @20683 NONAME ?OnReceivedCallIntrusionWOBRequest@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @20684 NONAME ?OnReceivedCallProceeding@H323Connection@@UAEHABVH323SignalPDU@@@Z @11504 NONAME ?OnReceivedCallTransferAbandon@H4502Handler@@UAEXH@Z @19481 NONAME ?OnReceivedCallTransferActive@H4502Handler@@UAEXHPAVPASN_OctetString@@@Z @19482 NONAME ?OnReceivedCallTransferComplete@H4502Handler@@UAEXHPAVPASN_OctetString@@@Z @19483 NONAME ?OnReceivedCallTransferIdentify@H4502Handler@@UAEXH@Z @19484 NONAME ?OnReceivedCallTransferInitiate@H4502Handler@@UAEXHPAVPASN_OctetString@@@Z @19485 NONAME ?OnReceivedCallTransferSetup@H4502Handler@@UAEXHPAVPASN_OctetString@@@Z @19486 NONAME ?OnReceivedCallTransferUpdate@H4502Handler@@UAEXHPAVPASN_OctetString@@@Z @19487 NONAME ?OnReceivedCallWaiting@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @20685 NONAME ?OnReceivedCallWaitingIndication@H4506Handler@@UAEXHPAVPASN_OctetString@@@Z @19963 NONAME ?OnReceivedCapabilitySet@H323Connection@@UAEHABVH323Capabilities@@PBVH245_MultiplexCapability@@AAVH245_TerminalCapabilitySetReject@@@Z @12538 NONAME ?OnReceivedCfbOverride@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @20686 NONAME ?OnReceivedCIGetCIPLResult@H45011Handler@@QAEXAAVX880_ReturnResult@@@Z @21038 NONAME ?OnReceivedCIRequestResult@H45011Handler@@QAEXXZ @20687 NONAME ?OnReceiveDescriptorConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorConfirmation@@@Z @25779 NONAME ?OnReceiveDescriptorIDConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorIDConfirmation@@@Z @25780 NONAME ?OnReceiveDescriptorIDRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorIDRejection@@@Z @25781 NONAME ?OnReceiveDescriptorIDRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorIDRequest@@@Z @25782 NONAME ?OnReceiveDescriptorRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorRejection@@@Z @25783 NONAME ?OnReceiveDescriptorRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorRequest@@@Z @25784 NONAME ?OnReceiveDescriptorUpdate@H323PeerElement@@UAEHABVH501PDU@@ABVH501_DescriptorUpdate@@@Z @26146 NONAME ?OnReceiveDescriptorUpdate@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorUpdate@@@Z @25785 NONAME ?OnReceiveDescriptorUpdateACK@H323PeerElement@@UAEHABVH501PDU@@ABVH501_DescriptorUpdateAck@@@Z @25786 NONAME ?OnReceiveDescriptorUpdateACK@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorUpdateAck@@@Z @25787 NONAME ?OnReceivedFacility@H323Connection@@UAEHABVH323SignalPDU@@@Z @11506 NONAME ?OnReceivedGenericPDU@H323GenericCapabilityInfo@@MAEHABVH245_GenericCapability@@@Z @44728 NONAME ?OnReceivedGetCIPLReturnError@H45011Handler@@QAEHH_N@Z @21039 NONAME ?OnReceivedIdentifyReturnError@H4502Handler@@QAEX_N@Z @20225 NONAME ?OnReceivedIdentifyReturnResult@H4502Handler@@QAEXAAVX880_ReturnResult@@@Z @20226 NONAME ?OnReceivedInitiateReturnError@H323EndPoint@@UAEXXZ @44729 NONAME ?OnReceivedInitiateReturnError@H4502Handler@@QAEX_N@Z @20227 NONAME ?OnReceivedInitiateReturnResult@H4502Handler@@QAEXXZ @20228 NONAME ?OnReceivedInvoke@H45011Handler@@UAEHHHHPAVPASN_OctetString@@@Z @20688 NONAME ?OnReceivedInvoke@H4502Handler@@UAEHHHHPAVPASN_OctetString@@@Z @19488 NONAME ?OnReceivedInvoke@H4504Handler@@UAEHHHHPAVPASN_OctetString@@@Z @19489 NONAME ?OnReceivedInvoke@H4506Handler@@UAEHHHHPAVPASN_OctetString@@@Z @19964 NONAME ?OnReceivedInvoke@H450xDispatcher@@UAEHAAVX880_Invoke@@AAVH4501_InterpretationApdu@@@Z @21510 NONAME ?OnReceivedInvokeReturnError@H45011Handler@@QAEHH_N@Z @20690 NONAME ?OnReceiveDisengageConfirm@H225_RAS@@UAEHABVH225_DisengageConfirm@@@Z @18689 NONAME ?OnReceiveDisengageConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_DisengageConfirm@@@Z @21178 NONAME ?OnReceiveDisengageConfirm@H323GatekeeperListener@@UAEHABVH225_DisengageConfirm@@@Z @19146 NONAME ?OnReceiveDisengageReject@H225_RAS@@UAEHABVH225_DisengageReject@@@Z @18690 NONAME ?OnReceiveDisengageReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_DisengageReject@@@Z @21179 NONAME ?OnReceiveDisengageReject@H323GatekeeperListener@@UAEHABVH225_DisengageReject@@@Z @19147 NONAME ?OnReceiveDisengageRequest@H225_RAS@@UAEHABVH225_DisengageRequest@@@Z @19371 NONAME ?OnReceiveDisengageRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_DisengageRequest@@@Z @21180 NONAME ?OnReceiveDisengageRequest@H323Gatekeeper@@UAEHABVH225_DisengageRequest@@@Z @19372 NONAME ?OnReceiveDisengageRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_DisengageRequest@@@Z @21181 NONAME ?OnReceivedLocalCallHold@H4504Handler@@UAEXH@Z @19491 NONAME ?OnReceivedLocalCallRetrieve@H4504Handler@@UAEXH@Z @19492 NONAME ?OnReceivedNonStandardPDU@H323NonStandardCapabilityInfo@@IAEHABVPASN_Choice@@I@Z @11510 NONAME ?OnReceivedPDU@G7231_File_Capability@@UAEHABVH245_AudioCapability@@AAI@Z @20982 NONAME ?OnReceivedPDU@H323AudioCapability@@UAEHABVH245_AudioCapability@@AAI@Z @19654 NONAME ?OnReceivedPDU@H323AudioCapability@@UAEHABVH245_Capability@@@Z @11511 NONAME ?OnReceivedPDU@H323AudioCapability@@UAEHABVH245_DataType@@H@Z @12661 NONAME ?OnReceivedPDU@H323CallCreditServiceControl@@UAEHABVH225_ServiceControlDescriptor@@@Z @23545 NONAME ?OnReceivedPDU@H323Capability@@UAEHABVH245_Capability@@@Z @19540 NONAME ?OnReceivedPDU@H323Channel@@UAEHABVH245_OpenLogicalChannel@@AAI@Z @11513 NONAME ?OnReceivedPDU@H323DataCapability@@UAEHABVH245_Capability@@@Z @11514 NONAME ?OnReceivedPDU@H323DataCapability@@UAEHABVH245_DataType@@H@Z @12662 NONAME ?OnReceivedPDU@H323DataChannel@@UAEHABVH245_OpenLogicalChannel@@AAI@Z @18984 NONAME ?OnReceivedPDU@H323GenericAudioCapability@@UAEHABVH245_AudioCapability@@AAI@Z @44730 NONAME ?OnReceivedPDU@H323GenericVideoCapability@@UAEHABVH245_VideoCapability@@@Z @44731 NONAME ?OnReceivedPDU@H323GSMPluginCapability@@UAEHABVH245_AudioCapability@@AAI@Z @37886 NONAME ?OnReceivedPDU@H323H248ServiceControl@@UAEHABVH225_ServiceControlDescriptor@@@Z @23546 NONAME ?OnReceivedPDU@H323H248ServiceControl@@UAEHABVH248_SignalsDescriptor@@@Z @23547 NONAME ?OnReceivedPDU@H323H261PluginCapability@@UAEHABVH245_VideoCapability@@@Z @37887 NONAME ?OnReceivedPDU@H323HTTPServiceControl@@UAEHABVH225_ServiceControlDescriptor@@@Z @23548 NONAME ?OnReceivedPDU@H323NonStandardAudioCapability@@UAEHABVH245_AudioCapability@@AAI@Z @11516 NONAME ?OnReceivedPDU@H323NonStandardCapabilityInfo@@UAEHABVPBYTEArray@@@Z @11517 NONAME ?OnReceivedPDU@H323NonStandardDataCapability@@UAEHABVH245_DataApplicationCapability@@@Z @11518 NONAME ?OnReceivedPDU@H323NonStandardVideoCapability@@UAEHABVH245_VideoCapability@@@Z @11519 NONAME ?OnReceivedPDU@H323PluginG7231Capability@@UAEHABVH245_AudioCapability@@AAI@Z @37888 NONAME ?OnReceivedPDU@H323VideoCapability@@UAEHABVH245_Capability@@@Z @11520 NONAME ?OnReceivedPDU@H323VideoCapability@@UAEHABVH245_DataType@@H@Z @12663 NONAME ?OnReceivedPDU@H323_ExternalRTPChannel@@UAEHABVH245_H2250LogicalChannelParameters@@AAI@Z @19923 NONAME ?OnReceivedPDU@H323_H261Capability@@UAEHABVH245_VideoCapability@@@Z @11525 NONAME ?OnReceivedPDU@H323_LIDCapability@@UAEHABVH245_AudioCapability@@AAI@Z @11526 NONAME ?OnReceivedPDU@H323_RealTimeChannel@@UAEHABVH245_OpenLogicalChannel@@AAI@Z @19924 NONAME ?OnReceivedPDU@H323_RTPChannel@@UAEHABVH245_H2250LogicalChannelParameters@@AAI@Z @19925 NONAME ?OnReceivedPDU@H323_RTP_UDP@@UAEHAAVH323_RTPChannel@@ABVH245_H2250LogicalChannelParameters@@AAI@Z @12716 NONAME ?OnReceivedPDU@H323_T120Capability@@UAEHABVH245_DataApplicationCapability@@@Z @11529 NONAME ?OnReceivedPDU@H323_T120Channel@@UAEHABVH245_OpenLogicalChannel@@AAI@Z @18985 NONAME ?OnReceivedPDU@H323_T38Capability@@UAEHABVH245_DataApplicationCapability@@@Z @18986 NONAME ?OnReceivedPDU@H323_T38Channel@@UAEHABVH245_OpenLogicalChannel@@AAI@Z @19708 NONAME ?OnReceivedPDU@H323_UserInputCapability@@UAEHABVH245_Capability@@@Z @11530 NONAME ?OnReceivedPDU@H323_UserInputCapability@@UAEHABVH245_DataType@@H@Z @12664 NONAME ?OnReceivedProgress@H323Connection@@UAEHABVH323SignalPDU@@@Z @12785 NONAME ?OnReceivedReject@H45011Handler@@UAEHHH@Z @21040 NONAME ?OnReceivedReject@H450xDispatcher@@UAEHAAVX880_Reject@@@Z @20691 NONAME ?OnReceivedReject@H450xHandler@@UAEHHH@Z @20692 NONAME ?OnReceivedReleaseComplete@H323Connection@@UAEXABVH323SignalPDU@@@Z @16188 NONAME ?OnReceivedRemoteCallHold@H4504Handler@@UAEXH@Z @19495 NONAME ?OnReceivedRemoteCallRetrieve@H4504Handler@@UAEXH@Z @19496 NONAME ?OnReceivedRemoteUserAlerting@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @20693 NONAME ?OnReceivedReturnError@H45011Handler@@UAEHHAAVX880_ReturnError@@@Z @20694 NONAME ?OnReceivedReturnError@H4502Handler@@UAEHHAAVX880_ReturnError@@@Z @20695 NONAME ?OnReceivedReturnError@H450xDispatcher@@UAEHAAVX880_ReturnError@@@Z @20696 NONAME ?OnReceivedReturnError@H450xHandler@@UAEHHAAVX880_ReturnError@@@Z @20697 NONAME ?OnReceivedReturnResult@H45011Handler@@UAEHAAVX880_ReturnResult@@@Z @20698 NONAME ?OnReceivedReturnResult@H4502Handler@@UAEHAAVX880_ReturnResult@@@Z @20699 NONAME ?OnReceivedReturnResult@H450xDispatcher@@UAEHAAVX880_ReturnResult@@@Z @20700 NONAME ?OnReceivedReturnResult@H450xHandler@@UAEHAAVX880_ReturnResult@@@Z @20701 NONAME ?OnReceivedSetupReturnError@H4502Handler@@QAEXH_N@Z @20229 NONAME ?OnReceivedSetupReturnResult@H4502Handler@@QAEXXZ @20230 NONAME ?OnReceivedSignalConnect@H323Connection@@UAEHABVH323SignalPDU@@@Z @11532 NONAME ?OnReceivedSignalInformation@H323Connection@@UAEHABVH323SignalPDU@@@Z @19588 NONAME ?OnReceivedSignalNotify@H323Connection@@UAEHABVH323SignalPDU@@@Z @19591 NONAME ?OnReceivedSignalSetup@H323Connection@@UAEHABVH323SignalPDU@@@Z @11533 NONAME ?OnReceivedSignalSetupAck@H323Connection@@UAEHABVH323SignalPDU@@@Z @19589 NONAME ?OnReceivedSignalStatus@H323Connection@@UAEHABVH323SignalPDU@@@Z @19592 NONAME ?OnReceivedStatusEnquiry@H323Connection@@UAEHABVH323SignalPDU@@@Z @11534 NONAME ?OnReceivedSubaddressTransfer@H4502Handler@@UAEXHPAVPASN_OctetString@@@Z @19503 NONAME ?OnReceiveFeatureSet@H225_RAS@@UBEXIABVH225_FeatureSet@@@Z @43543 NONAME ?OnReceiveFeatureSet@H323Connection@@UBEXIABVH225_FeatureSet@@@Z @43544 NONAME ?OnReceiveFeatureSet@H323EndPoint@@UAEXIABVH225_FeatureSet@@@Z @43545 NONAME ?OnReceiveFeatureSet@H323Gatekeeper@@UBEXIABVH225_FeatureSet@@@Z @43546 NONAME ?OnReceiveFeatureSet@H323GatekeeperListener@@UBEXIABVH225_FeatureSet@@@Z @43547 NONAME ?OnReceiveFeatureSet@H323GatekeeperServer@@UBEXIABVH225_FeatureSet@@@Z @43548 NONAME ?OnReceiveGatekeeperConfirm@H225_RAS@@UAEHABVH225_GatekeeperConfirm@@@Z @18693 NONAME ?OnReceiveGatekeeperConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_GatekeeperConfirm@@@Z @21182 NONAME ?OnReceiveGatekeeperConfirm@H323Gatekeeper@@UAEHABVH225_GatekeeperConfirm@@@Z @11535 NONAME ?OnReceiveGatekeeperReject@H225_RAS@@UAEHABVH225_GatekeeperReject@@@Z @18694 NONAME ?OnReceiveGatekeeperReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_GatekeeperReject@@@Z @21183 NONAME ?OnReceiveGatekeeperReject@H323Gatekeeper@@UAEHABVH225_GatekeeperReject@@@Z @20742 NONAME ?OnReceiveGatekeeperRequest@H225_RAS@@UAEHABVH225_GatekeeperRequest@@@Z @19374 NONAME ?OnReceiveGatekeeperRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_GatekeeperRequest@@@Z @21184 NONAME ?OnReceiveGatekeeperRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_GatekeeperRequest@@@Z @21185 NONAME ?OnReceiveInfoRequest@H225_RAS@@UAEHABVH225_InfoRequest@@@Z @19376 NONAME ?OnReceiveInfoRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_InfoRequest@@@Z @21186 NONAME ?OnReceiveInfoRequest@H323Gatekeeper@@UAEHABVH225_InfoRequest@@@Z @19377 NONAME ?OnReceiveInfoRequestAck@H225_RAS@@UAEHABVH225_InfoRequestAck@@@Z @18698 NONAME ?OnReceiveInfoRequestAck@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_InfoRequestAck@@@Z @21187 NONAME ?OnReceiveInfoRequestNak@H225_RAS@@UAEHABVH225_InfoRequestNak@@@Z @18699 NONAME ?OnReceiveInfoRequestNak@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_InfoRequestNak@@@Z @21188 NONAME ?OnReceiveInfoRequestResponse@H225_RAS@@UAEHABVH225_InfoRequestResponse@@@Z @18700 NONAME ?OnReceiveInfoRequestResponse@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_InfoRequestResponse@@@Z @21189 NONAME ?OnReceiveInfoRequestResponse@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_InfoRequestResponse@@@Z @21190 NONAME ?OnReceiveLocationConfirm@H225_RAS@@UAEHABVH225_LocationConfirm@@@Z @18701 NONAME ?OnReceiveLocationConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_LocationConfirm@@@Z @21191 NONAME ?OnReceiveLocationReject@H225_RAS@@UAEHABVH225_LocationReject@@@Z @18702 NONAME ?OnReceiveLocationReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_LocationReject@@@Z @21192 NONAME ?OnReceiveLocationRequest@H225_RAS@@UAEHABVH225_LocationRequest@@@Z @19378 NONAME ?OnReceiveLocationRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_LocationRequest@@@Z @21193 NONAME ?OnReceiveLocationRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_LocationRequest@@@Z @21194 NONAME ?OnReceiveNonStandardConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_NonStandardConfirmation@@@Z @25788 NONAME ?OnReceiveNonStandardMessage@H225_RAS@@UAEHABVH225_NonStandardMessage@@@Z @19380 NONAME ?OnReceiveNonStandardMessage@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_NonStandardMessage@@@Z @21195 NONAME ?OnReceiveNonStandardRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_NonStandardRejection@@@Z @25789 NONAME ?OnReceiveNonStandardRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_NonStandardRequest@@@Z @25790 NONAME ?OnReceiveRegistrationConfirm@H225_RAS@@UAEHABVH225_RegistrationConfirm@@@Z @18705 NONAME ?OnReceiveRegistrationConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_RegistrationConfirm@@@Z @21196 NONAME ?OnReceiveRegistrationConfirm@H323Gatekeeper@@UAEHABVH225_RegistrationConfirm@@@Z @11546 NONAME ?OnReceiveRegistrationReject@H225_RAS@@UAEHABVH225_RegistrationReject@@@Z @18706 NONAME ?OnReceiveRegistrationReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_RegistrationReject@@@Z @21197 NONAME ?OnReceiveRegistrationReject@H323Gatekeeper@@UAEHABVH225_RegistrationReject@@@Z @11547 NONAME ?OnReceiveRegistrationRequest@H225_RAS@@UAEHABVH225_RegistrationRequest@@@Z @19381 NONAME ?OnReceiveRegistrationRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_RegistrationRequest@@@Z @21198 NONAME ?OnReceiveRegistrationRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_RegistrationRequest@@@Z @21199 NONAME ?OnReceiveRequestInProgress@H225_RAS@@UAEHABVH225_RequestInProgress@@@Z @18708 NONAME ?OnReceiveRequestInProgress@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_RequestInProgress@@@Z @21200 NONAME ?OnReceiveRequestInProgress@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_RequestInProgress@@@Z @25791 NONAME ?OnReceiveResourcesAvailableConfirm@H225_RAS@@UAEHABVH225_ResourcesAvailableConfirm@@@Z @18709 NONAME ?OnReceiveResourcesAvailableConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_ResourcesAvailableConfirm@@@Z @21201 NONAME ?OnReceiveResourcesAvailableConfirm@H323GatekeeperListener@@UAEHABVH225_ResourcesAvailableConfirm@@@Z @19155 NONAME ?OnReceiveResourcesAvailableIndicate@H225_RAS@@UAEHABVH225_ResourcesAvailableIndicate@@@Z @19383 NONAME ?OnReceiveResourcesAvailableIndicate@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_ResourcesAvailableIndicate@@@Z @21202 NONAME ?OnReceiveRIP@Request@H323Transactor@@QAEXI@Z @25903 NONAME ?OnReceiveServiceConfirmation@H323PeerElement@@UAEHABVH501PDU@@ABVH501_ServiceConfirmation@@@Z @25792 NONAME ?OnReceiveServiceConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ServiceConfirmation@@@Z @25793 NONAME ?OnReceiveServiceControlIndication@H225_RAS@@UAEHABVH225_ServiceControlIndication@@@Z @23639 NONAME ?OnReceiveServiceControlIndication@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_ServiceControlIndication@@@Z @23640 NONAME ?OnReceiveServiceControlIndication@H323Gatekeeper@@UAEHABVH225_ServiceControlIndication@@@Z @23641 NONAME ?OnReceiveServiceControlResponse@H225_RAS@@UAEHABVH225_ServiceControlResponse@@@Z @23642 NONAME ?OnReceiveServiceControlResponse@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_ServiceControlResponse@@@Z @23643 NONAME ?OnReceiveServiceRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ServiceRejection@@@Z @25794 NONAME ?OnReceiveServiceRelease@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ServiceRelease@@@Z @25795 NONAME ?OnReceiveServiceRequest@H323PeerElement@@UAEHABVH501PDU@@ABVH501_ServiceRequest@@@Z @26147 NONAME ?OnReceiveServiceRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ServiceRequest@@@Z @25796 NONAME ?OnReceiveUnknown@H225_RAS@@UAEHABVH323RasPDU@@@Z @25617 NONAME ?OnReceiveUnknown@H323_AnnexG@@UAEHABVH501PDU@@@Z @25618 NONAME ?OnReceiveUnknownMessageResponse@H225_RAS@@UAEHABVH225_UnknownMessageResponse@@@Z @19384 NONAME ?OnReceiveUnknownMessageResponse@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_UnknownMessageResponse@@@Z @21203 NONAME ?OnReceiveUnknownMessageResponse@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_UnknownMessageResponse@@@Z @25797 NONAME ?OnReceiveUnregistrationConfirm@H225_RAS@@UAEHABVH225_UnregistrationConfirm@@@Z @18713 NONAME ?OnReceiveUnregistrationConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_UnregistrationConfirm@@@Z @21204 NONAME ?OnReceiveUnregistrationConfirm@H323Gatekeeper@@UAEHABVH225_UnregistrationConfirm@@@Z @11554 NONAME ?OnReceiveUnregistrationConfirm@H323GatekeeperListener@@UAEHABVH225_UnregistrationConfirm@@@Z @19156 NONAME ?OnReceiveUnregistrationReject@H225_RAS@@UAEHABVH225_UnregistrationReject@@@Z @18714 NONAME ?OnReceiveUnregistrationReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_UnregistrationReject@@@Z @21205 NONAME ?OnReceiveUnregistrationReject@H323Gatekeeper@@UAEHABVH225_UnregistrationReject@@@Z @11555 NONAME ?OnReceiveUnregistrationReject@H323GatekeeperListener@@UAEHABVH225_UnregistrationReject@@@Z @19157 NONAME ?OnReceiveUnregistrationRequest@H225_RAS@@UAEHABVH225_UnregistrationRequest@@@Z @19386 NONAME ?OnReceiveUnregistrationRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_UnregistrationRequest@@@Z @21206 NONAME ?OnReceiveUnregistrationRequest@H323Gatekeeper@@UAEHABVH225_UnregistrationRequest@@@Z @19387 NONAME ?OnReceiveUnregistrationRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_UnregistrationRequest@@@Z @21207 NONAME ?OnReceiveUsageConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_UsageConfirmation@@@Z @25798 NONAME ?OnReceiveUsageIndicationConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_UsageIndicationConfirmation@@@Z @25799 NONAME ?OnReceiveUsageIndicationRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_UsageIndicationRejection@@@Z @25800 NONAME ?OnReceiveUsageRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_UsageRejection@@@Z @25801 NONAME ?OnReceiveUsageRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_UsageRequest@@@Z @25802 NONAME ?OnReceiveValidationConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ValidationConfirmation@@@Z @25803 NONAME ?OnReceiveValidationRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ValidationRejection@@@Z @25804 NONAME ?OnReceiveValidationRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ValidationRequest@@@Z @25805 NONAME ?OnRefusedModeChange@H323Connection@@UAEXPBVH245_RequestModeReject@@@Z @19867 NONAME ?OnRegistration@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperRRQ@@@Z @26148 NONAME ?OnRegistration@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperRRQ@@@Z @26149 NONAME ?OnRegistration@H323RegisteredEndPoint@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperRRQ@@@Z @26150 NONAME ?OnRegistrationConfirm@H323EndPoint@@UAEXXZ @26688 NONAME ?OnRegistrationReject@H323EndPoint@@UAEXXZ @26689 NONAME ?OnRemoteServiceRelationshipDisappeared@H323PeerElement@@IAEHAAVOpalGloballyUniqueID@@ABVH323TransportAddress@@@Z @25957 NONAME ?OnRemoveDescriptor@H323PeerElement@@UAEXABVH323PeerElementDescriptor@@@Z @26360 NONAME ?OnRemoveServiceRelationship@H323PeerElement@@UAEXABVH323TransportAddress@@@Z @25628 NONAME ?OnRequestModeChange@H323Connection@@UAEHABVH245_RequestMode@@AAVH245_RequestModeAck@@AAVH245_RequestModeReject@@AAH@Z @19868 NONAME ?OnRTPStatistics@H323Connection@@UBEXABVRTP_Session@@@Z @11559 NONAME ?OnRTPStatistics@H323EndPoint@@UBEXABVH323Connection@@ABVRTP_Session@@@Z @11560 NONAME ?OnRxApplDefined@RTP_Session@@UAEXABVPString@@IKPBEH@Z @11561 NONAME ?OnRxGoodbye@RTP_Session@@UAEXABV?$PScalarArray@K@@ABVPString@@@Z @26415 NONAME ?OnRxReceiverReport@RTP_Session@@UAEXKABV?$PArray@VReceiverReport@RTP_Session@@@@@Z @12437 NONAME ?OnRxSenderReport@RTP_Session@@UAEXABVSenderReport@1@ABV?$PArray@VReceiverReport@RTP_Session@@@@@Z @12438 NONAME ?OnRxSourceDescription@RTP_Session@@UAEXABV?$PArray@VSourceDescription@RTP_Session@@@@@Z @12439 NONAME ?OnRxStatistics@H323_RTP_Session@@UBEXABVRTP_Session@@@Z @11566 NONAME ?OnRxStatistics@RTP_UserData@@UBEXABVRTP_Session@@@Z @11567 NONAME ?OnSecureRegistration@H323RegisteredEndPoint@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperRRQ@@@Z @26151 NONAME ?OnSelectLogicalChannels@H323Connection@@UAEXXZ @11568 NONAME ?OnSendAdmissionConfirm@H225_RAS@@UAEXAAVH225_AdmissionConfirm@@@Z @18717 NONAME ?OnSendAdmissionConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_AdmissionConfirm@@@Z @21208 NONAME ?OnSendAdmissionReject@H225_RAS@@UAEXAAVH225_AdmissionReject@@@Z @18718 NONAME ?OnSendAdmissionReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_AdmissionReject@@@Z @21209 NONAME ?OnSendAdmissionRequest@H225_RAS@@UAEXAAVH225_AdmissionRequest@@@Z @18719 NONAME ?OnSendAdmissionRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_AdmissionRequest@@@Z @21210 NONAME ?OnSendAdmissionRequest@H323Gatekeeper@@UAEXAAVH225_AdmissionRequest@@@Z @19586 NONAME ?OnSendARQ@H323Connection@@UAEXAAVH225_AdmissionRequest@@@Z @42382 NONAME ?OnSendARQ@H323EndPoint@@UAEXAAVH323Connection@@AAVH225_AdmissionRequest@@@Z @42383 NONAME ?OnSendBandwidthConfirm@H225_RAS@@UAEXAAVH225_BandwidthConfirm@@@Z @18720 NONAME ?OnSendBandwidthConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_BandwidthConfirm@@@Z @21211 NONAME ?OnSendBandwidthReject@H225_RAS@@UAEXAAVH225_BandwidthReject@@@Z @18721 NONAME ?OnSendBandwidthReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_BandwidthReject@@@Z @21212 NONAME ?OnSendBandwidthRequest@H225_RAS@@UAEXAAVH225_BandwidthRequest@@@Z @18722 NONAME ?OnSendBandwidthRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_BandwidthRequest@@@Z @21213 NONAME ?OnSendCallProceeding@H323Connection@@UAEHAAVH323SignalPDU@@@Z @12801 NONAME ?OnSendCapabilitySet@H323Connection@@UAEXAAVH245_TerminalCapabilitySet@@@Z @11575 NONAME ?OnSendData@RTP_Session@@UAE?AW4SendReceiveStatus@1@AAVRTP_DataFrame@@@Z @11576 NONAME ?OnSendDescriptorForEndpoint@H323GatekeeperServer@@UAEHAAVH323RegisteredEndPoint@@AAVH225_ArrayOf_AliasAddress@@AAVH225_EndpointType@@1@Z @37889 NONAME ?OnSendDescriptorForEndpoint@H323RegisteredEndPoint@@UAEHAAVH225_ArrayOf_AliasAddress@@AAVH225_EndpointType@@0@Z @37890 NONAME ?OnSendDisengageConfirm@H225_RAS@@UAEXAAVH225_DisengageConfirm@@@Z @18723 NONAME ?OnSendDisengageConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_DisengageConfirm@@@Z @21214 NONAME ?OnSendDisengageReject@H225_RAS@@UAEXAAVH225_DisengageReject@@@Z @18724 NONAME ?OnSendDisengageReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_DisengageReject@@@Z @21215 NONAME ?OnSendDisengageRequest@H225_RAS@@UAEXAAVH225_DisengageRequest@@@Z @18725 NONAME ?OnSendDisengageRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_DisengageRequest@@@Z @21216 NONAME ?OnSendFeatureSet@H225_RAS@@UBEHIAAVH225_FeatureSet@@@Z @43549 NONAME ?OnSendFeatureSet@H323Connection@@UBEHIAAVH225_FeatureSet@@@Z @43550 NONAME ?OnSendFeatureSet@H323EndPoint@@UAEHIAAVH225_FeatureSet@@@Z @43551 NONAME ?OnSendFeatureSet@H323Gatekeeper@@UBEHIAAVH225_FeatureSet@@@Z @43552 NONAME ?OnSendFeatureSet@H323GatekeeperListener@@UBEHIAAVH225_FeatureSet@@@Z @43553 NONAME ?OnSendFeatureSet@H323GatekeeperServer@@UBEHIAAVH225_FeatureSet@@@Z @43554 NONAME ?OnSendGatekeeperConfirm@H225_RAS@@UAEXAAVH225_GatekeeperConfirm@@@Z @18726 NONAME ?OnSendGatekeeperConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_GatekeeperConfirm@@@Z @21217 NONAME ?OnSendGatekeeperReject@H225_RAS@@UAEXAAVH225_GatekeeperReject@@@Z @18727 NONAME ?OnSendGatekeeperReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_GatekeeperReject@@@Z @21218 NONAME ?OnSendGatekeeperRequest@H225_RAS@@UAEXAAVH225_GatekeeperRequest@@@Z @18728 NONAME ?OnSendGatekeeperRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_GatekeeperRequest@@@Z @21219 NONAME ?OnSendGatekeeperRequest@H323Gatekeeper@@UAEXAAVH225_GatekeeperRequest@@@Z @21220 NONAME ?OnSendInfoRequest@H225_RAS@@UAEXAAVH225_InfoRequest@@@Z @18729 NONAME ?OnSendInfoRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_InfoRequest@@@Z @21221 NONAME ?OnSendInfoRequestAck@H225_RAS@@UAEXAAVH225_InfoRequestAck@@@Z @18730 NONAME ?OnSendInfoRequestAck@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_InfoRequestAck@@@Z @21222 NONAME ?OnSendInfoRequestNak@H225_RAS@@UAEXAAVH225_InfoRequestNak@@@Z @18731 NONAME ?OnSendInfoRequestNak@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_InfoRequestNak@@@Z @21223 NONAME ?OnSendInfoRequestResponse@H225_RAS@@UAEXAAVH225_InfoRequestResponse@@@Z @18732 NONAME ?OnSendInfoRequestResponse@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_InfoRequestResponse@@@Z @21224 NONAME ?OnSendingAckPDU@H323_RTP_UDP@@UBEXABVH323_RTPChannel@@AAVH245_H2250LogicalChannelAckParameters@@@Z @12717 NONAME ?OnSendingGenericPDU@H323GenericCapabilityInfo@@MBEHAAVH245_GenericCapability@@@Z @44732 NONAME ?OnSendingNonStandardPDU@H323NonStandardCapabilityInfo@@IBEHAAVPASN_Choice@@I@Z @11588 NONAME ?OnSendingPDU@G7231_File_Capability@@UBEHAAVH245_AudioCapability@@I@Z @20983 NONAME ?OnSendingPDU@H225_RAS@@UAEXAAVPASN_Object@@@Z @25904 NONAME ?OnSendingPDU@H323AudioCapability@@UBEHAAVH245_AudioCapability@@I@Z @19656 NONAME ?OnSendingPDU@H323AudioCapability@@UBEHAAVH245_AudioMode@@@Z @19886 NONAME ?OnSendingPDU@H323AudioCapability@@UBEHAAVH245_Capability@@@Z @11589 NONAME ?OnSendingPDU@H323AudioCapability@@UBEHAAVH245_DataType@@@Z @11590 NONAME ?OnSendingPDU@H323AudioCapability@@UBEHAAVH245_ModeElement@@@Z @19887 NONAME ?OnSendingPDU@H323CallCreditServiceControl@@UBEHAAVH225_ServiceControlDescriptor@@@Z @23549 NONAME ?OnSendingPDU@H323DataCapability@@UBEHAAVH245_Capability@@@Z @11591 NONAME ?OnSendingPDU@H323DataCapability@@UBEHAAVH245_DataType@@@Z @11592 NONAME ?OnSendingPDU@H323DataCapability@@UBEHAAVH245_ModeElement@@@Z @19888 NONAME ?OnSendingPDU@H323DataChannel@@UBEHAAVH245_OpenLogicalChannel@@@Z @18987 NONAME ?OnSendingPDU@H323GenericAudioCapability@@UBEHAAVH245_AudioCapability@@I@Z @44733 NONAME ?OnSendingPDU@H323GenericVideoCapability@@UBEHAAVH245_VideoCapability@@@Z @44734 NONAME ?OnSendingPDU@H323GenericVideoCapability@@UBEHAAVH245_VideoMode@@@Z @44735 NONAME ?OnSendingPDU@H323GSMPluginCapability@@UBEHAAVH245_AudioCapability@@I@Z @37891 NONAME ?OnSendingPDU@H323H248ServiceControl@@UBEHAAVH225_ServiceControlDescriptor@@@Z @23550 NONAME ?OnSendingPDU@H323H248ServiceControl@@UBEHAAVH248_SignalsDescriptor@@@Z @23551 NONAME ?OnSendingPDU@H323H261PluginCapability@@UBEHAAVH245_VideoCapability@@@Z @37892 NONAME ?OnSendingPDU@H323H261PluginCapability@@UBEHAAVH245_VideoMode@@@Z @37893 NONAME ?OnSendingPDU@H323HTTPServiceControl@@UBEHAAVH225_ServiceControlDescriptor@@@Z @23552 NONAME ?OnSendingPDU@H323NonStandardAudioCapability@@UBEHAAVH245_AudioCapability@@I@Z @11593 NONAME ?OnSendingPDU@H323NonStandardAudioCapability@@UBEHAAVH245_AudioMode@@@Z @20086 NONAME ?OnSendingPDU@H323NonStandardCapabilityInfo@@UBEHAAVPBYTEArray@@@Z @11594 NONAME ?OnSendingPDU@H323NonStandardDataCapability@@UBEHAAVH245_DataApplicationCapability@@@Z @11595 NONAME ?OnSendingPDU@H323NonStandardDataCapability@@UBEHAAVH245_DataMode@@@Z @20087 NONAME ?OnSendingPDU@H323NonStandardVideoCapability@@UBEHAAVH245_VideoCapability@@@Z @11596 NONAME ?OnSendingPDU@H323NonStandardVideoCapability@@UBEHAAVH245_VideoMode@@@Z @20088 NONAME ?OnSendingPDU@H323PluginG7231Capability@@UBEHAAVH245_AudioCapability@@I@Z @37894 NONAME ?OnSendingPDU@H323VideoCapability@@UBEHAAVH245_Capability@@@Z @11597 NONAME ?OnSendingPDU@H323VideoCapability@@UBEHAAVH245_DataType@@@Z @11598 NONAME ?OnSendingPDU@H323VideoCapability@@UBEHAAVH245_ModeElement@@@Z @19889 NONAME ?OnSendingPDU@H323_AnnexG@@UAEXAAVPASN_Object@@@Z @25916 NONAME ?OnSendingPDU@H323_ExternalRTPChannel@@UBEHAAVH245_H2250LogicalChannelParameters@@@Z @19926 NONAME ?OnSendingPDU@H323_H261Capability@@UBEHAAVH245_VideoCapability@@@Z @11602 NONAME ?OnSendingPDU@H323_H261Capability@@UBEHAAVH245_VideoMode@@@Z @19890 NONAME ?OnSendingPDU@H323_LIDCapability@@UBEHAAVH245_AudioCapability@@I@Z @11603 NONAME ?OnSendingPDU@H323_RealTimeChannel@@UBEHAAVH245_OpenLogicalChannel@@@Z @19927 NONAME ?OnSendingPDU@H323_RTPChannel@@UBEHAAVH245_H2250LogicalChannelParameters@@@Z @19928 NONAME ?OnSendingPDU@H323_RTP_UDP@@UBEHABVH323_RTPChannel@@AAVH245_H2250LogicalChannelParameters@@@Z @12718 NONAME ?OnSendingPDU@H323_T120Capability@@UBEHAAVH245_DataApplicationCapability@@@Z @11606 NONAME ?OnSendingPDU@H323_T120Capability@@UBEHAAVH245_DataMode@@@Z @19891 NONAME ?OnSendingPDU@H323_T120Capability@@UBEHAAVH245_DataProtocolCapability@@@Z @19892 NONAME ?OnSendingPDU@H323_T120Channel@@UBEHAAVH245_OpenLogicalChannel@@@Z @18988 NONAME ?OnSendingPDU@H323_T38Capability@@UBEHAAVH245_DataApplicationCapability@@@Z @18989 NONAME ?OnSendingPDU@H323_T38Capability@@UBEHAAVH245_DataMode@@@Z @19893 NONAME ?OnSendingPDU@H323_T38Capability@@UBEHAAVH245_DataProtocolCapability@@AAVH245_T38FaxProfile@@@Z @19894 NONAME ?OnSendingPDU@H323_T38Channel@@UBEHAAVH245_OpenLogicalChannel@@@Z @19852 NONAME ?OnSendingPDU@H323_UserInputCapability@@UBEHAAVH245_Capability@@@Z @11607 NONAME ?OnSendingPDU@H323_UserInputCapability@@UBEHAAVH245_DataType@@@Z @11608 NONAME ?OnSendingPDU@H323_UserInputCapability@@UBEHAAVH245_ModeElement@@@Z @19895 NONAME ?OnSendLocationConfirm@H225_RAS@@UAEXAAVH225_LocationConfirm@@@Z @18733 NONAME ?OnSendLocationConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_LocationConfirm@@@Z @21225 NONAME ?OnSendLocationReject@H225_RAS@@UAEXAAVH225_LocationReject@@@Z @18734 NONAME ?OnSendLocationReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_LocationReject@@@Z @21226 NONAME ?OnSendLocationRequest@H225_RAS@@UAEXAAVH225_LocationRequest@@@Z @18735 NONAME ?OnSendLocationRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_LocationRequest@@@Z @21227 NONAME ?OnSendNonStandardMessage@H225_RAS@@UAEXAAVH225_NonStandardMessage@@@Z @18736 NONAME ?OnSendNonStandardMessage@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_NonStandardMessage@@@Z @21228 NONAME ?OnSendOpenAck@H323Channel@@UBEXABVH245_OpenLogicalChannel@@AAVH245_OpenLogicalChannelAck@@@Z @11613 NONAME ?OnSendOpenAck@H323DataChannel@@UBEXABVH245_OpenLogicalChannel@@AAVH245_OpenLogicalChannelAck@@@Z @18990 NONAME ?OnSendOpenAck@H323_ExternalRTPChannel@@UBEXAAVH245_H2250LogicalChannelAckParameters@@@Z @19929 NONAME ?OnSendOpenAck@H323_RealTimeChannel@@UBEXABVH245_OpenLogicalChannel@@AAVH245_OpenLogicalChannelAck@@@Z @19930 NONAME ?OnSendOpenAck@H323_RTPChannel@@UBEXAAVH245_H2250LogicalChannelAckParameters@@@Z @19931 NONAME ?OnSendOpenAck@H323_T120Channel@@UBEXABVH245_OpenLogicalChannel@@AAVH245_OpenLogicalChannelAck@@@Z @18991 NONAME ?OnSendRasInfo@H323_RTP_UDP@@UAEXAAVH225_RTPSession@@@Z @11615 NONAME ?OnSendRegistrationConfirm@H225_RAS@@UAEXAAVH225_RegistrationConfirm@@@Z @18737 NONAME ?OnSendRegistrationConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_RegistrationConfirm@@@Z @21229 NONAME ?OnSendRegistrationReject@H225_RAS@@UAEXAAVH225_RegistrationReject@@@Z @18738 NONAME ?OnSendRegistrationReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_RegistrationReject@@@Z @21230 NONAME ?OnSendRegistrationRequest@H225_RAS@@UAEXAAVH225_RegistrationRequest@@@Z @18739 NONAME ?OnSendRegistrationRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_RegistrationRequest@@@Z @21231 NONAME ?OnSendReleaseComplete@H323Connection@@UAEHAAVH323SignalPDU@@@Z @19590 NONAME ?OnSendRequestInProgress@H225_RAS@@UAEXAAVH225_RequestInProgress@@@Z @18740 NONAME ?OnSendRequestInProgress@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_RequestInProgress@@@Z @21232 NONAME ?OnSendResourcesAvailableConfirm@H225_RAS@@UAEXAAVH225_ResourcesAvailableConfirm@@@Z @18741 NONAME ?OnSendResourcesAvailableConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_ResourcesAvailableConfirm@@@Z @21233 NONAME ?OnSendResourcesAvailableIndicate@H225_RAS@@UAEXAAVH225_ResourcesAvailableIndicate@@@Z @18742 NONAME ?OnSendResourcesAvailableIndicate@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_ResourcesAvailableIndicate@@@Z @21234 NONAME ?OnSendServiceControlIndication@H225_RAS@@UAEXAAVH225_ServiceControlIndication@@@Z @23644 NONAME ?OnSendServiceControlIndication@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_ServiceControlIndication@@@Z @23645 NONAME ?OnSendServiceControlResponse@H225_RAS@@UAEXAAVH225_ServiceControlResponse@@@Z @23646 NONAME ?OnSendServiceControlResponse@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_ServiceControlResponse@@@Z @23647 NONAME ?OnSendSignalSetup@H323Connection@@UAEHAAVH323SignalPDU@@@Z @11622 NONAME ?OnSendUnknownMessageResponse@H225_RAS@@UAEXAAVH225_UnknownMessageResponse@@@Z @18743 NONAME ?OnSendUnknownMessageResponse@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_UnknownMessageResponse@@@Z @21235 NONAME ?OnSendUnregistrationConfirm@H225_RAS@@UAEXAAVH225_UnregistrationConfirm@@@Z @18744 NONAME ?OnSendUnregistrationConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_UnregistrationConfirm@@@Z @21236 NONAME ?OnSendUnregistrationReject@H225_RAS@@UAEXAAVH225_UnregistrationReject@@@Z @18745 NONAME ?OnSendUnregistrationReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_UnregistrationReject@@@Z @21237 NONAME ?OnSendUnregistrationRequest@H225_RAS@@UAEXAAVH225_UnregistrationRequest@@@Z @18746 NONAME ?OnSendUnregistrationRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_UnregistrationRequest@@@Z @21238 NONAME ?OnServiceControlSession@H323EndPoint@@UAEXIIABVH323ServiceControlSession@@PAVH323Connection@@@Z @23553 NONAME ?OnServiceControlSessions@H323Gatekeeper@@UAEXABVH225_ArrayOf_ServiceControlSession@@PAVH323Connection@@@Z @23554 NONAME ?OnServiceRequest@H323PeerElement@@UAE?AW4Response@H323Transaction@@AAVH501ServiceRequest@@@Z @26152 NONAME ?OnSetLocalCapabilities@H323Connection@@UAEXXZ @18757 NONAME ?OnShutdown@H323PluginCodecManager@@UAEXXZ @42332 NONAME ?OnShutdown@HIDPluginDeviceManager@@UAEXXZ @44736 NONAME ?OnStartLogicalChannel@H323Connection@@UAEHAAVH323Channel@@@Z @11627 NONAME ?OnStartLogicalChannel@H323EndPoint@@UAEHAAVH323Connection@@AAVH323Channel@@@Z @11628 NONAME ?OnStartReceive@OpalRFC2833@@UAEXD@Z @20141 NONAME ?OnStartup@PluginLoader@@UAEXXZ @44737 NONAME ?OnTimeToLive@H323RegisteredEndPoint@@UAEHXZ @21282 NONAME ?OnTraining@OpalT38Protocol@@UAEHI@Z @23662 NONAME ?OnTxStatistics@H323_RTP_Session@@UBEXABVRTP_Session@@@Z @11629 NONAME ?OnTxStatistics@RTP_UserData@@UBEXABVRTP_Session@@@Z @11630 NONAME ?OnUnknownControlPDU@H323Connection@@UAEHABVH323ControlPDU@@@Z @11631 NONAME ?OnUnknownSignalPDU@H323Connection@@UAEHABVH323SignalPDU@@@Z @11632 NONAME ?OnUnregistration@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperURQ@@@Z @26153 NONAME ?OnUnregistration@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperURQ@@@Z @26154 NONAME ?OnUnregistration@H323RegisteredEndPoint@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperURQ@@@Z @26155 NONAME ?OnUpdateDescriptor@H323PeerElement@@UAEXABVH323PeerElementDescriptor@@@Z @26361 NONAME ?OnUserInputInBandDTMF@H323Connection@@MAEXAAVFilterInfo@H323Codec@@H@Z @20163 NONAME ?OnUserInputIndication@H323Connection@@UAEXABVH245_UserInputIndication@@@Z @11633 NONAME ?OnUserInputInlineRFC2833@H323Connection@@MAEXAAVOpalRFC2833Info@@H@Z @20142 NONAME ?OnUserInputString@H323Connection@@UAEXABVPString@@@Z @11634 NONAME ?OnUserInputString@H323EndPoint@@UAEXAAVH323Connection@@ABVPString@@@Z @11635 NONAME ?OnUserInputTone@H323Connection@@UAEXDIII@Z @11636 NONAME ?OnUserInputTone@H323EndPoint@@UAEXAAVH323Connection@@DIII@Z @11637 NONAME ?OnVideoIndicateReadyToActivate@H323VideoCodec@@UAEXXZ @11638 NONAME ?OnVideoNotDecodedMBs@H323VideoCodec@@UAEXIII@Z @11639 NONAME ?OnVideoTemporalSpatialTradeOffCommand@H323VideoCodec@@UAEXH@Z @43063 NONAME ?OnVideoTemporalSpatialTradeOffIndication@H323VideoCodec@@UAEXH@Z @43064 NONAME ?OpalG711ALaw64k@@3PADA @41921 NONAME ?OpalG711ALaw64kFormatFactory@@3V?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @43066 NONAME ?OpalG711uLaw64k@@3PADA @41922 NONAME ?OpalG711uLaw64kFormatFactory@@3V?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @43067 NONAME ?OpalG7231A_5k3@@3PADA @41923 NONAME ?OpalG7231A_5k3FormatFactory@@3V?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @43068 NONAME ?OpalG7231A_6k3@@3PADA @41924 NONAME ?OpalG7231A_6k3FormatFactory@@3V?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @43069 NONAME ?OpalG7231_5k3@@3PADA @41925 NONAME ?OpalG7231_5k3FormatFactory@@3V?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @43070 NONAME ?OpalG7231_6k3@@3PADA @41926 NONAME ?OpalG7231_6k3FormatFactory@@3V?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @43071 NONAME ?OpalG728@@3PADA @41927 NONAME ?OpalG728FormatFactory@@3V?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @43072 NONAME ?OpalG729@@3PADA @41928 NONAME ?OpalG729A@@3PADA @41929 NONAME ?OpalG729AB@@3PADA @41930 NONAME ?OpalG729ABFormatFactory@@3V?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @43073 NONAME ?OpalG729AFormatFactory@@3V?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @43074 NONAME ?OpalG729B@@3PADA @41931 NONAME ?OpalG729BFormatFactory@@3V?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @43075 NONAME ?OpalG729FormatFactory@@3V?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @43076 NONAME ?OpalGetBuildNumber@@YAIXZ @21271 NONAME ?OpalGetMajorVersion@@YAIXZ @21272 NONAME ?OpalGetMinorVersion@@YAIXZ @21273 NONAME ?OpalGetVersion@@YA?AVPString@@XZ @21274 NONAME ?OpalGSM0610@@3PADA @41932 NONAME ?OpalGSM0610FormatFactory@@3V?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @43077 NONAME ?OpalH261@@3PADA @41933 NONAME ?OpalH261FormatFactory@@3V?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @43078 NONAME ?OpalPCM16@@3PADA @41934 NONAME ?OpalPCM16FormatFactory@@3V?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @43079 NONAME ?OpalT120@@3PADA @41935 NONAME ?OpalT120FormatFactory@@3V?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @43080 NONAME ?OpalUserInputRFC2833@@3PADA @41936 NONAME ?OpalUserInputRFC2833FormatFactory@@3V?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @43081 NONAME ?opalwavfileLoader@PWLibStupidLinkerHacks@@3HA @43555 NONAME ?Open@H245NegLogicalChannel@@UAEHABVH323Capability@@II@Z @20356 NONAME ?Open@H245NegLogicalChannels@@UAEHABVH323Capability@@II@Z @20357 NONAME ?Open@H323AudioCodec@@UAEHAAVH323Connection@@@Z @11643 NONAME ?Open@H323Channel@@UAEHXZ @19932 NONAME ?Open@H323Codec@@UAEHAAVH323Connection@@@Z @11644 NONAME ?Open@H323ListenerTCP@@UAEHXZ @11645 NONAME ?Open@H323VideoCodec@@UAEHAAVH323Connection@@@Z @11646 NONAME ?Open@H323_RTPChannel@@UAEHXZ @18993 NONAME ?Open@OpalIxJDevice@@UAEHABVPString@@@Z @11650 NONAME ?Open@OpalUSBDevice@@UAEHABVPString@@@Z @44738 NONAME ?Open@OpalVoipBlasterDevice@@UAEHABVPString@@@Z @20037 NONAME ?Open@RTP_UDP@@QAEHVAddress@PIPSocket@@GGEPAVPSTUNClient@@PAVRTP_QOS@@@Z @26651 NONAME ?OpenAudioChannel@H323Connection@@UAEHHIAAVH323AudioCodec@@@Z @11653 NONAME ?OpenAudioChannel@H323EndPoint@@UAEHAAVH323Connection@@HIAAVH323AudioCodec@@@Z @11654 NONAME ?OpenCommand@VoipBlasterInterface@@QAEHH@Z @20038 NONAME ?OpenData@VoipBlasterInterface@@QAEHXZ @20039 NONAME ?OpenLogicalChannel@H323Connection@@UAEHABVH323Capability@@IW4Directions@H323Channel@@@Z @11655 NONAME ?OpenPeerElement@H323GatekeeperServer@@QAEHABVH323TransportAddress@@HH@Z @26179 NONAME ?OpenVideoChannel@H323Connection@@UAEHHAAVH323VideoCodec@@@Z @12873 NONAME ?OpenVideoChannel@H323EndPoint@@UAEHAAVH323Connection@@HAAVH323VideoCodec@@@Z @12874 NONAME ?OpenVOIPPipe@VoipBlasterInterface@@IAEHW4Pipe@1@@Z @20040 NONAME ?OpenWhileLocked@H245NegLogicalChannel@@MAEHABVH323Capability@@II@Z @20358 NONAME ?Originate@OpalT120Protocol@@UAEHAAVH323Transport@@@Z @18994 NONAME ?Originate@OpalT38Protocol@@UAEHXZ @20308 NONAME ?Out@RTP_JitterBufferAnalyser@@QAEXKIPBD@Z @12463 NONAME ?PacketsOutStanding@Transmitter@@QAEHXZ @11658 NONAME ?Parse@PURL@@QAEHABVPString@@PBD@Z @41937 NONAME ?ParseEndpointAddress@H450ServiceAPDU@@SAXAAVH4501_EndpointAddress@@AAVPString@@@Z @14891 NONAME ?ParsePartyName@H323EndPoint@@QAEHABVPString@@AAV2@AAVH323TransportAddress@@@Z @23870 NONAME ?parse_block@P64Decoder@@IAEHPAFPAI@Z @20337 NONAME ?parse_gob_hdr@P64Decoder@@IAEHH@Z @11660 NONAME ?parse_mb_hdr@P64Decoder@@IAEHAAI@Z @11661 NONAME ?parse_picture_hdr@P64Decoder@@IAEHXZ @11662 NONAME ?parse_sc@P64Decoder@@IAEHXZ @41938 NONAME ?PlayAudio@OpalLineInterfaceDevice@@UAEHIABVPString@@@Z @25648 NONAME ?PlayDTMF@OpalIxJDevice@@UAEHIPBDKK@Z @11663 NONAME ?PlayDTMF@OpalLineInterfaceDevice@@UAEHIPBDKK@Z @11664 NONAME ?PlayDTMF@OpalUSBDevice@@UAEHIPBDKK@Z @44739 NONAME ?PlayDTMF@OpalVoipBlasterDevice@@UAEHIPBDKK@Z @20041 NONAME ?PlayTone@OpalIxJDevice@@UAEHIW4CallProgressTones@OpalLineInterfaceDevice@@@Z @11666 NONAME ?PlayTone@OpalLineInterfaceDevice@@UAEHIW4CallProgressTones@1@@Z @11667 NONAME ?PlayTone@OpalUSBDevice@@UAEHIW4CallProgressTones@OpalLineInterfaceDevice@@@Z @44740 NONAME ?PlayTone@OpalVoipBlasterDevice@@UAEHIW4CallProgressTones@OpalLineInterfaceDevice@@@Z @20042 NONAME ?PLoadPluginDirectory@@YAXAAVH323DynaLink@@ABVPDirectory@@PBD@Z @42448 NONAME ?Poll@Request@H323Transactor@@QAEHAAV2@@Z @25905 NONAME ?PreIncEncodeSetup@H261PixelEncoder@@QAEHPBVVideoFrame@@@Z @20338 NONAME ?Prepare@H323TransactionPDU@@QAEXAAVPASN_Array@@I0I@Z @41939 NONAME ?PreparePDU@H235Authenticators@@QBEXAAVH323TransactionPDU@@AAVPASN_Array@@I1I@Z @26156 NONAME ?PrepareTokens@H235Authenticator@@UAEHAAVPASN_Array@@0@Z @26157 NONAME ?PreProcessOneFrame@P64Encoder@@QAEXXZ @20339 NONAME ?PrintOn@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBEXAAVostream@@@Z @18656 NONAME ?PrintOn@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBEXAAVostream@@@Z @18657 NONAME ?PrintOn@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBEXAAVostream@@@Z @18658 NONAME ?PrintOn@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBEXAAVostream@@@Z @18659 NONAME ?PrintOn@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBEXAAVostream@@@Z @18660 NONAME ?PrintOn@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBEXAAVostream@@@Z @18661 NONAME ?PrintOn@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBEXAAVostream@@@Z @18662 NONAME ?PrintOn@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBEXAAVostream@@@Z @18663 NONAME ?PrintOn@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBEXAAVostream@@@Z @18664 NONAME ?PrintOn@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBEXAAVostream@@@Z @18665 NONAME ?PrintOn@AlternateInfo@H323Gatekeeper@@UBEXAAVostream@@@Z @23865 NONAME ?PrintOn@GCC_ApplicationInvokeIndication@@UBEXAAVostream@@@Z @11678 NONAME ?PrintOn@GCC_ApplicationInvokeSpecifier@@UBEXAAVostream@@@Z @11679 NONAME ?PrintOn@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBEXAAVostream@@@Z @11680 NONAME ?PrintOn@GCC_ApplicationRecord@@UBEXAAVostream@@@Z @11681 NONAME ?PrintOn@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBEXAAVostream@@@Z @11682 NONAME ?PrintOn@GCC_ChallengeItem@@UBEXAAVostream@@@Z @11683 NONAME ?PrintOn@GCC_ChallengeRequest@@UBEXAAVostream@@@Z @11684 NONAME ?PrintOn@GCC_ChallengeResponse@@UBEXAAVostream@@@Z @11685 NONAME ?PrintOn@GCC_ConductorAssignIndication@@UBEXAAVostream@@@Z @11686 NONAME ?PrintOn@GCC_ConductorPermissionAskIndication@@UBEXAAVostream@@@Z @11687 NONAME ?PrintOn@GCC_ConductorPermissionGrantIndication@@UBEXAAVostream@@@Z @11688 NONAME ?PrintOn@GCC_ConductorReleaseIndication@@UBEXAAVostream@@@Z @11689 NONAME ?PrintOn@GCC_ConferenceAddRequest@@UBEXAAVostream@@@Z @11690 NONAME ?PrintOn@GCC_ConferenceAddResponse@@UBEXAAVostream@@@Z @11691 NONAME ?PrintOn@GCC_ConferenceAssistanceIndication@@UBEXAAVostream@@@Z @11692 NONAME ?PrintOn@GCC_ConferenceCreateRequest@@UBEXAAVostream@@@Z @11693 NONAME ?PrintOn@GCC_ConferenceCreateResponse@@UBEXAAVostream@@@Z @11694 NONAME ?PrintOn@GCC_ConferenceDescriptor@@UBEXAAVostream@@@Z @11695 NONAME ?PrintOn@GCC_ConferenceEjectUserIndication@@UBEXAAVostream@@@Z @11696 NONAME ?PrintOn@GCC_ConferenceEjectUserRequest@@UBEXAAVostream@@@Z @11697 NONAME ?PrintOn@GCC_ConferenceEjectUserResponse@@UBEXAAVostream@@@Z @11698 NONAME ?PrintOn@GCC_ConferenceInviteRequest@@UBEXAAVostream@@@Z @11699 NONAME ?PrintOn@GCC_ConferenceInviteResponse@@UBEXAAVostream@@@Z @11700 NONAME ?PrintOn@GCC_ConferenceJoinRequest@@UBEXAAVostream@@@Z @11701 NONAME ?PrintOn@GCC_ConferenceJoinResponse@@UBEXAAVostream@@@Z @11702 NONAME ?PrintOn@GCC_ConferenceLockIndication@@UBEXAAVostream@@@Z @11703 NONAME ?PrintOn@GCC_ConferenceLockRequest@@UBEXAAVostream@@@Z @11704 NONAME ?PrintOn@GCC_ConferenceLockResponse@@UBEXAAVostream@@@Z @11705 NONAME ?PrintOn@GCC_ConferenceName@@UBEXAAVostream@@@Z @11706 NONAME ?PrintOn@GCC_ConferencePriority@@UBEXAAVostream@@@Z @11707 NONAME ?PrintOn@GCC_ConferenceQueryRequest@@UBEXAAVostream@@@Z @11708 NONAME ?PrintOn@GCC_ConferenceQueryResponse@@UBEXAAVostream@@@Z @11709 NONAME ?PrintOn@GCC_ConferenceTerminateIndication@@UBEXAAVostream@@@Z @11710 NONAME ?PrintOn@GCC_ConferenceTerminateRequest@@UBEXAAVostream@@@Z @11711 NONAME ?PrintOn@GCC_ConferenceTerminateResponse@@UBEXAAVostream@@@Z @11712 NONAME ?PrintOn@GCC_ConferenceTimeExtendIndication@@UBEXAAVostream@@@Z @11713 NONAME ?PrintOn@GCC_ConferenceTimeInquireIndication@@UBEXAAVostream@@@Z @11714 NONAME ?PrintOn@GCC_ConferenceTimeRemainingIndication@@UBEXAAVostream@@@Z @11715 NONAME ?PrintOn@GCC_ConferenceTransferIndication@@UBEXAAVostream@@@Z @11716 NONAME ?PrintOn@GCC_ConferenceTransferRequest@@UBEXAAVostream@@@Z @11717 NONAME ?PrintOn@GCC_ConferenceTransferResponse@@UBEXAAVostream@@@Z @11718 NONAME ?PrintOn@GCC_ConferenceUnlockIndication@@UBEXAAVostream@@@Z @11719 NONAME ?PrintOn@GCC_ConferenceUnlockRequest@@UBEXAAVostream@@@Z @11720 NONAME ?PrintOn@GCC_ConferenceUnlockResponse@@UBEXAAVostream@@@Z @11721 NONAME ?PrintOn@GCC_ConnectData@@UBEXAAVostream@@@Z @11722 NONAME ?PrintOn@GCC_FunctionNotSupportedResponse@@UBEXAAVostream@@@Z @11723 NONAME ?PrintOn@GCC_NetworkAddress_subtype_aggregatedChannel@@UBEXAAVostream@@@Z @11724 NONAME ?PrintOn@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBEXAAVostream@@@Z @11725 NONAME ?PrintOn@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBEXAAVostream@@@Z @11726 NONAME ?PrintOn@GCC_NetworkAddress_subtype_transportConnection@@UBEXAAVostream@@@Z @11727 NONAME ?PrintOn@GCC_NodeProperties@@UBEXAAVostream@@@Z @11728 NONAME ?PrintOn@GCC_NodeRecord@@UBEXAAVostream@@@Z @11729 NONAME ?PrintOn@GCC_NonStandardParameter@@UBEXAAVostream@@@Z @11730 NONAME ?PrintOn@GCC_NonStandardPDU@@UBEXAAVostream@@@Z @11731 NONAME ?PrintOn@GCC_Password@@UBEXAAVostream@@@Z @11732 NONAME ?PrintOn@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBEXAAVostream@@@Z @11733 NONAME ?PrintOn@GCC_RegistryAllocateHandleRequest@@UBEXAAVostream@@@Z @11734 NONAME ?PrintOn@GCC_RegistryAllocateHandleResponse@@UBEXAAVostream@@@Z @11735 NONAME ?PrintOn@GCC_RegistryAssignTokenRequest@@UBEXAAVostream@@@Z @11736 NONAME ?PrintOn@GCC_RegistryDeleteEntryRequest@@UBEXAAVostream@@@Z @11737 NONAME ?PrintOn@GCC_RegistryEntryOwner_owned@@UBEXAAVostream@@@Z @11738 NONAME ?PrintOn@GCC_RegistryKey@@UBEXAAVostream@@@Z @11739 NONAME ?PrintOn@GCC_RegistryMonitorEntryIndication@@UBEXAAVostream@@@Z @11740 NONAME ?PrintOn@GCC_RegistryMonitorEntryRequest@@UBEXAAVostream@@@Z @11741 NONAME ?PrintOn@GCC_RegistryRegisterChannelRequest@@UBEXAAVostream@@@Z @11742 NONAME ?PrintOn@GCC_RegistryResponse@@UBEXAAVostream@@@Z @11743 NONAME ?PrintOn@GCC_RegistryRetrieveEntryRequest@@UBEXAAVostream@@@Z @11744 NONAME ?PrintOn@GCC_RegistrySetParameterRequest@@UBEXAAVostream@@@Z @11745 NONAME ?PrintOn@GCC_RosterUpdateIndication@@UBEXAAVostream@@@Z @11746 NONAME ?PrintOn@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBEXAAVostream@@@Z @11747 NONAME ?PrintOn@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBEXAAVostream@@@Z @11748 NONAME ?PrintOn@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBEXAAVostream@@@Z @11749 NONAME ?PrintOn@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBEXAAVostream@@@Z @11750 NONAME ?PrintOn@GCC_RosterUpdateIndication_nodeInformation@@UBEXAAVostream@@@Z @11751 NONAME ?PrintOn@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBEXAAVostream@@@Z @11752 NONAME ?PrintOn@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBEXAAVostream@@@Z @11753 NONAME ?PrintOn@GCC_SessionKey@@UBEXAAVostream@@@Z @11754 NONAME ?PrintOn@GCC_TextMessageIndication@@UBEXAAVostream@@@Z @11755 NONAME ?PrintOn@GCC_UserData_subtype@@UBEXAAVostream@@@Z @11756 NONAME ?PrintOn@GCC_UserIDIndication@@UBEXAAVostream@@@Z @11757 NONAME ?PrintOn@H225_AddressPattern_range@@UBEXAAVostream@@@Z @18361 NONAME ?PrintOn@H225_AdmissionConfirm@@UBEXAAVostream@@@Z @11758 NONAME ?PrintOn@H225_AdmissionReject@@UBEXAAVostream@@@Z @11759 NONAME ?PrintOn@H225_AdmissionRequest@@UBEXAAVostream@@@Z @11760 NONAME ?PrintOn@H225_Alerting_UUIE@@UBEXAAVostream@@@Z @11761 NONAME ?PrintOn@H225_AlternateGK@@UBEXAAVostream@@@Z @11762 NONAME ?PrintOn@H225_AlternateTransportAddresses@@UBEXAAVostream@@@Z @18362 NONAME ?PrintOn@H225_AltGKInfo@@UBEXAAVostream@@@Z @11763 NONAME ?PrintOn@H225_ANSI_41_UIM@@UBEXAAVostream@@@Z @18363 NONAME ?PrintOn@H225_BandwidthConfirm@@UBEXAAVostream@@@Z @11764 NONAME ?PrintOn@H225_BandwidthDetails@@UBEXAAVostream@@@Z @18364 NONAME ?PrintOn@H225_BandwidthReject@@UBEXAAVostream@@@Z @11765 NONAME ?PrintOn@H225_BandwidthRequest@@UBEXAAVostream@@@Z @11766 NONAME ?PrintOn@H225_CallCapacity@@UBEXAAVostream@@@Z @18365 NONAME ?PrintOn@H225_CallCapacityInfo@@UBEXAAVostream@@@Z @18366 NONAME ?PrintOn@H225_CallCreditCapability@@UBEXAAVostream@@@Z @18367 NONAME ?PrintOn@H225_CallCreditServiceControl@@UBEXAAVostream@@@Z @18368 NONAME ?PrintOn@H225_CallIdentifier@@UBEXAAVostream@@@Z @11767 NONAME ?PrintOn@H225_CallLinkage@@UBEXAAVostream@@@Z @18369 NONAME ?PrintOn@H225_CallProceeding_UUIE@@UBEXAAVostream@@@Z @11768 NONAME ?PrintOn@H225_CallsAvailable@@UBEXAAVostream@@@Z @18370 NONAME ?PrintOn@H225_CapacityReportingCapability@@UBEXAAVostream@@@Z @18371 NONAME ?PrintOn@H225_CapacityReportingSpecification@@UBEXAAVostream@@@Z @18372 NONAME ?PrintOn@H225_CapacityReportingSpecification_when@@UBEXAAVostream@@@Z @18373 NONAME ?PrintOn@H225_CarrierInfo@@UBEXAAVostream@@@Z @27269 NONAME ?PrintOn@H225_CicInfo@@UBEXAAVostream@@@Z @18374 NONAME ?PrintOn@H225_CircuitIdentifier@@UBEXAAVostream@@@Z @26677 NONAME ?PrintOn@H225_CircuitInfo@@UBEXAAVostream@@@Z @18375 NONAME ?PrintOn@H225_ConferenceList@@UBEXAAVostream@@@Z @11769 NONAME ?PrintOn@H225_Connect_UUIE@@UBEXAAVostream@@@Z @11770 NONAME ?PrintOn@H225_CryptoH323Token_cryptoEPPwdHash@@UBEXAAVostream@@@Z @11771 NONAME ?PrintOn@H225_CryptoH323Token_cryptoGKPwdHash@@UBEXAAVostream@@@Z @11772 NONAME ?PrintOn@H225_DataRate@@UBEXAAVostream@@@Z @11773 NONAME ?PrintOn@H225_DisengageConfirm@@UBEXAAVostream@@@Z @11774 NONAME ?PrintOn@H225_DisengageReject@@UBEXAAVostream@@@Z @11775 NONAME ?PrintOn@H225_DisengageRequest@@UBEXAAVostream@@@Z @11776 NONAME ?PrintOn@H225_Endpoint@@UBEXAAVostream@@@Z @11777 NONAME ?PrintOn@H225_EndpointType@@UBEXAAVostream@@@Z @11778 NONAME ?PrintOn@H225_EnumeratedParameter@@UBEXAAVostream@@@Z @18376 NONAME ?PrintOn@H225_ExtendedAliasAddress@@UBEXAAVostream@@@Z @18377 NONAME ?PrintOn@H225_Facility_UUIE@@UBEXAAVostream@@@Z @11779 NONAME ?PrintOn@H225_FeatureSet@@UBEXAAVostream@@@Z @18378 NONAME ?PrintOn@H225_GatekeeperConfirm@@UBEXAAVostream@@@Z @11780 NONAME ?PrintOn@H225_GatekeeperInfo@@UBEXAAVostream@@@Z @11781 NONAME ?PrintOn@H225_GatekeeperReject@@UBEXAAVostream@@@Z @11782 NONAME ?PrintOn@H225_GatekeeperRequest@@UBEXAAVostream@@@Z @11783 NONAME ?PrintOn@H225_GatewayInfo@@UBEXAAVostream@@@Z @11784 NONAME ?PrintOn@H225_GenericData@@UBEXAAVostream@@@Z @18379 NONAME ?PrintOn@H225_GroupID@@UBEXAAVostream@@@Z @18380 NONAME ?PrintOn@H225_GSM_UIM@@UBEXAAVostream@@@Z @18381 NONAME ?PrintOn@H225_H221NonStandard@@UBEXAAVostream@@@Z @11785 NONAME ?PrintOn@H225_H310Caps@@UBEXAAVostream@@@Z @11786 NONAME ?PrintOn@H225_H320Caps@@UBEXAAVostream@@@Z @11787 NONAME ?PrintOn@H225_H321Caps@@UBEXAAVostream@@@Z @11788 NONAME ?PrintOn@H225_H322Caps@@UBEXAAVostream@@@Z @11789 NONAME ?PrintOn@H225_H323Caps@@UBEXAAVostream@@@Z @11790 NONAME ?PrintOn@H225_H323_UserInformation@@UBEXAAVostream@@@Z @11791 NONAME ?PrintOn@H225_H323_UserInformation_user_data@@UBEXAAVostream@@@Z @11792 NONAME ?PrintOn@H225_H323_UU_PDU@@UBEXAAVostream@@@Z @11793 NONAME ?PrintOn@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBEXAAVostream@@@Z @18382 NONAME ?PrintOn@H225_H324Caps@@UBEXAAVostream@@@Z @11794 NONAME ?PrintOn@H225_ICV@@UBEXAAVostream@@@Z @11795 NONAME ?PrintOn@H225_InfoRequest@@UBEXAAVostream@@@Z @11796 NONAME ?PrintOn@H225_InfoRequestAck@@UBEXAAVostream@@@Z @11797 NONAME ?PrintOn@H225_InfoRequestNak@@UBEXAAVostream@@@Z @11798 NONAME ?PrintOn@H225_InfoRequestResponse@@UBEXAAVostream@@@Z @11799 NONAME ?PrintOn@H225_InfoRequestResponse_perCallInfo_subtype@@UBEXAAVostream@@@Z @11800 NONAME ?PrintOn@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBEXAAVostream@@@Z @11801 NONAME ?PrintOn@H225_Information_UUIE@@UBEXAAVostream@@@Z @11802 NONAME ?PrintOn@H225_LocationConfirm@@UBEXAAVostream@@@Z @11803 NONAME ?PrintOn@H225_LocationReject@@UBEXAAVostream@@@Z @11804 NONAME ?PrintOn@H225_LocationRequest@@UBEXAAVostream@@@Z @11805 NONAME ?PrintOn@H225_McuInfo@@UBEXAAVostream@@@Z @11806 NONAME ?PrintOn@H225_NonStandardMessage@@UBEXAAVostream@@@Z @11807 NONAME ?PrintOn@H225_NonStandardParameter@@UBEXAAVostream@@@Z @11808 NONAME ?PrintOn@H225_NonStandardProtocol@@UBEXAAVostream@@@Z @11809 NONAME ?PrintOn@H225_Notify_UUIE@@UBEXAAVostream@@@Z @18383 NONAME ?PrintOn@H225_PrivatePartyNumber@@UBEXAAVostream@@@Z @11810 NONAME ?PrintOn@H225_Progress_UUIE@@UBEXAAVostream@@@Z @11811 NONAME ?PrintOn@H225_PublicPartyNumber@@UBEXAAVostream@@@Z @11812 NONAME ?PrintOn@H225_Q954Details@@UBEXAAVostream@@@Z @11813 NONAME ?PrintOn@H225_QseriesOptions@@UBEXAAVostream@@@Z @11814 NONAME ?PrintOn@H225_RAS@@UBEXAAVostream@@@Z @20624 NONAME ?PrintOn@H225_RasUsageInformation@@UBEXAAVostream@@@Z @18384 NONAME ?PrintOn@H225_RasUsageInfoTypes@@UBEXAAVostream@@@Z @18385 NONAME ?PrintOn@H225_RasUsageSpecification@@UBEXAAVostream@@@Z @18386 NONAME ?PrintOn@H225_RasUsageSpecification_callStartingPoint@@UBEXAAVostream@@@Z @18387 NONAME ?PrintOn@H225_RasUsageSpecification_when@@UBEXAAVostream@@@Z @18388 NONAME ?PrintOn@H225_RegistrationConfirm@@UBEXAAVostream@@@Z @11815 NONAME ?PrintOn@H225_RegistrationConfirm_preGrantedARQ@@UBEXAAVostream@@@Z @11816 NONAME ?PrintOn@H225_RegistrationReject@@UBEXAAVostream@@@Z @11817 NONAME ?PrintOn@H225_RegistrationRejectReason_invalidTerminalAliases@@UBEXAAVostream@@@Z @18389 NONAME ?PrintOn@H225_RegistrationRequest@@UBEXAAVostream@@@Z @11818 NONAME ?PrintOn@H225_ReleaseComplete_UUIE@@UBEXAAVostream@@@Z @11819 NONAME ?PrintOn@H225_RequestInProgress@@UBEXAAVostream@@@Z @11820 NONAME ?PrintOn@H225_ResourcesAvailableConfirm@@UBEXAAVostream@@@Z @11821 NONAME ?PrintOn@H225_ResourcesAvailableIndicate@@UBEXAAVostream@@@Z @11822 NONAME ?PrintOn@H225_RTPSession@@UBEXAAVostream@@@Z @11823 NONAME ?PrintOn@H225_SecurityCapabilities@@UBEXAAVostream@@@Z @11824 NONAME ?PrintOn@H225_ServiceControlIndication@@UBEXAAVostream@@@Z @18390 NONAME ?PrintOn@H225_ServiceControlIndication_callSpecific@@UBEXAAVostream@@@Z @18391 NONAME ?PrintOn@H225_ServiceControlResponse@@UBEXAAVostream@@@Z @18392 NONAME ?PrintOn@H225_ServiceControlSession@@UBEXAAVostream@@@Z @18393 NONAME ?PrintOn@H225_SetupAcknowledge_UUIE@@UBEXAAVostream@@@Z @18394 NONAME ?PrintOn@H225_Setup_UUIE@@UBEXAAVostream@@@Z @11825 NONAME ?PrintOn@H225_Setup_UUIE_connectionParameters@@UBEXAAVostream@@@Z @18395 NONAME ?PrintOn@H225_SIPCaps@@UBEXAAVostream@@@Z @27270 NONAME ?PrintOn@H225_StatusInquiry_UUIE@@UBEXAAVostream@@@Z @18396 NONAME ?PrintOn@H225_Status_UUIE@@UBEXAAVostream@@@Z @18397 NONAME ?PrintOn@H225_StimulusControl@@UBEXAAVostream@@@Z @18398 NONAME ?PrintOn@H225_SupportedPrefix@@UBEXAAVostream@@@Z @11826 NONAME ?PrintOn@H225_T120OnlyCaps@@UBEXAAVostream@@@Z @11827 NONAME ?PrintOn@H225_T38FaxAnnexbOnlyCaps@@UBEXAAVostream@@@Z @18399 NONAME ?PrintOn@H225_TerminalInfo@@UBEXAAVostream@@@Z @11828 NONAME ?PrintOn@H225_TransportAddress_ip6Address@@UBEXAAVostream@@@Z @11829 NONAME ?PrintOn@H225_TransportAddress_ipAddress@@UBEXAAVostream@@@Z @11830 NONAME ?PrintOn@H225_TransportAddress_ipSourceRoute@@UBEXAAVostream@@@Z @11831 NONAME ?PrintOn@H225_TransportAddress_ipxAddress@@UBEXAAVostream@@@Z @11832 NONAME ?PrintOn@H225_TransportChannelInfo@@UBEXAAVostream@@@Z @11833 NONAME ?PrintOn@H225_TunnelledProtocol@@UBEXAAVostream@@@Z @18400 NONAME ?PrintOn@H225_TunnelledProtocolAlternateIdentifier@@UBEXAAVostream@@@Z @18401 NONAME ?PrintOn@H225_UnknownMessageResponse@@UBEXAAVostream@@@Z @11834 NONAME ?PrintOn@H225_UnregistrationConfirm@@UBEXAAVostream@@@Z @11835 NONAME ?PrintOn@H225_UnregistrationReject@@UBEXAAVostream@@@Z @11836 NONAME ?PrintOn@H225_UnregistrationRequest@@UBEXAAVostream@@@Z @11837 NONAME ?PrintOn@H225_UUIEsRequested@@UBEXAAVostream@@@Z @11838 NONAME ?PrintOn@H225_VendorIdentifier@@UBEXAAVostream@@@Z @11839 NONAME ?PrintOn@H225_VoiceCaps@@UBEXAAVostream@@@Z @11840 NONAME ?PrintOn@H235Authenticator@@UBEXAAVostream@@@Z @23868 NONAME ?PrintOn@H235_ClearToken@@UBEXAAVostream@@@Z @11841 NONAME ?PrintOn@H235_CryptoToken_cryptoEncryptedToken@@UBEXAAVostream@@@Z @11842 NONAME ?PrintOn@H235_CryptoToken_cryptoHashedToken@@UBEXAAVostream@@@Z @11843 NONAME ?PrintOn@H235_CryptoToken_cryptoSignedToken@@UBEXAAVostream@@@Z @11844 NONAME ?PrintOn@H235_DHset@@UBEXAAVostream@@@Z @11845 NONAME ?PrintOn@H235_ECGDSASignature@@UBEXAAVostream@@@Z @27271 NONAME ?PrintOn@H235_ECKASDH_eckasdh2@@UBEXAAVostream@@@Z @19279 NONAME ?PrintOn@H235_ECKASDH_eckasdhp@@UBEXAAVostream@@@Z @19280 NONAME ?PrintOn@H235_ECpoint@@UBEXAAVostream@@@Z @27272 NONAME ?PrintOn@H235_H235CertificateSignature@@UBEXAAVostream@@@Z @11846 NONAME ?PrintOn@H235_KeySignedMaterial@@UBEXAAVostream@@@Z @11847 NONAME ?PrintOn@H235_KeySyncMaterial@@UBEXAAVostream@@@Z @11848 NONAME ?PrintOn@H235_NonStandardParameter@@UBEXAAVostream@@@Z @11849 NONAME ?PrintOn@H235_Params@@UBEXAAVostream@@@Z @11850 NONAME ?PrintOn@H235_ReturnSig@@UBEXAAVostream@@@Z @11851 NONAME ?PrintOn@H235_TypedCertificate@@UBEXAAVostream@@@Z @11852 NONAME ?PrintOn@H235_V3KeySyncMaterial@@UBEXAAVostream@@@Z @27273 NONAME ?PrintOn@H245_ATMParameters@@UBEXAAVostream@@@Z @11853 NONAME ?PrintOn@H245_AudioCapability@@UBEXAAVostream@@@Z @23555 NONAME ?PrintOn@H245_AudioCapability_g7231@@UBEXAAVostream@@@Z @11854 NONAME ?PrintOn@H245_AudioTelephonyEventCapability@@UBEXAAVostream@@@Z @18402 NONAME ?PrintOn@H245_AudioToneCapability@@UBEXAAVostream@@@Z @18403 NONAME ?PrintOn@H245_AuthenticationCapability@@UBEXAAVostream@@@Z @11855 NONAME ?PrintOn@H245_BEnhancementParameters@@UBEXAAVostream@@@Z @11856 NONAME ?PrintOn@H245_CapabilityDescriptor@@UBEXAAVostream@@@Z @11857 NONAME ?PrintOn@H245_CapabilityTableEntry@@UBEXAAVostream@@@Z @11858 NONAME ?PrintOn@H245_Capability_h233EncryptionReceiveCapability@@UBEXAAVostream@@@Z @11859 NONAME ?PrintOn@H245_CloseLogicalChannel@@UBEXAAVostream@@@Z @11860 NONAME ?PrintOn@H245_CloseLogicalChannelAck@@UBEXAAVostream@@@Z @11861 NONAME ?PrintOn@H245_CommunicationModeCommand@@UBEXAAVostream@@@Z @11862 NONAME ?PrintOn@H245_CommunicationModeRequest@@UBEXAAVostream@@@Z @11863 NONAME ?PrintOn@H245_CommunicationModeTableEntry@@UBEXAAVostream@@@Z @11864 NONAME ?PrintOn@H245_ConferenceCapability@@UBEXAAVostream@@@Z @11865 NONAME ?PrintOn@H245_ConferenceRequest_requestTerminalCertificate@@UBEXAAVostream@@@Z @11866 NONAME ?PrintOn@H245_ConferenceResponse_chairTokenOwnerResponse@@UBEXAAVostream@@@Z @11867 NONAME ?PrintOn@H245_ConferenceResponse_conferenceIDResponse@@UBEXAAVostream@@@Z @11868 NONAME ?PrintOn@H245_ConferenceResponse_extensionAddressResponse@@UBEXAAVostream@@@Z @11869 NONAME ?PrintOn@H245_ConferenceResponse_mCTerminalIDResponse@@UBEXAAVostream@@@Z @11870 NONAME ?PrintOn@H245_ConferenceResponse_passwordResponse@@UBEXAAVostream@@@Z @11871 NONAME ?PrintOn@H245_ConferenceResponse_terminalCertificateResponse@@UBEXAAVostream@@@Z @11872 NONAME ?PrintOn@H245_ConferenceResponse_terminalIDResponse@@UBEXAAVostream@@@Z @11873 NONAME ?PrintOn@H245_ConnectionIdentifier@@UBEXAAVostream@@@Z @18404 NONAME ?PrintOn@H245_Criteria@@UBEXAAVostream@@@Z @11874 NONAME ?PrintOn@H245_CustomPictureClockFrequency@@UBEXAAVostream@@@Z @11875 NONAME ?PrintOn@H245_CustomPictureFormat@@UBEXAAVostream@@@Z @11876 NONAME ?PrintOn@H245_CustomPictureFormat_mPI@@UBEXAAVostream@@@Z @11877 NONAME ?PrintOn@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBEXAAVostream@@@Z @11878 NONAME ?PrintOn@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBEXAAVostream@@@Z @11879 NONAME ?PrintOn@H245_DataApplicationCapability@@UBEXAAVostream@@@Z @11880 NONAME ?PrintOn@H245_DataApplicationCapability_application_nlpid@@UBEXAAVostream@@@Z @11881 NONAME ?PrintOn@H245_DataApplicationCapability_application_t38fax@@UBEXAAVostream@@@Z @18405 NONAME ?PrintOn@H245_DataApplicationCapability_application_t84@@UBEXAAVostream@@@Z @11882 NONAME ?PrintOn@H245_DataMode@@UBEXAAVostream@@@Z @11883 NONAME ?PrintOn@H245_DataMode_application_nlpid@@UBEXAAVostream@@@Z @11884 NONAME ?PrintOn@H245_DataMode_application_t38fax@@UBEXAAVostream@@@Z @18406 NONAME ?PrintOn@H245_DepFECCapability_rfc2733@@UBEXAAVostream@@@Z @44741 NONAME ?PrintOn@H245_DepFECCapability_rfc2733_separateStream@@UBEXAAVostream@@@Z @44742 NONAME ?PrintOn@H245_DepFECData_rfc2733@@UBEXAAVostream@@@Z @44743 NONAME ?PrintOn@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBEXAAVostream@@@Z @44744 NONAME ?PrintOn@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBEXAAVostream@@@Z @44745 NONAME ?PrintOn@H245_DepFECMode_rfc2733Mode@@UBEXAAVostream@@@Z @44746 NONAME ?PrintOn@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBEXAAVostream@@@Z @44747 NONAME ?PrintOn@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBEXAAVostream@@@Z @44748 NONAME ?PrintOn@H245_DialingInformationNumber@@UBEXAAVostream@@@Z @18407 NONAME ?PrintOn@H245_EncryptionAuthenticationAndIntegrity@@UBEXAAVostream@@@Z @11885 NONAME ?PrintOn@H245_EncryptionCommand_encryptionAlgorithmID@@UBEXAAVostream@@@Z @11886 NONAME ?PrintOn@H245_EncryptionSync@@UBEXAAVostream@@@Z @11887 NONAME ?PrintOn@H245_EncryptionUpdateRequest@@UBEXAAVostream@@@Z @11888 NONAME ?PrintOn@H245_EnhancementLayerInfo@@UBEXAAVostream@@@Z @11889 NONAME ?PrintOn@H245_EnhancementOptions@@UBEXAAVostream@@@Z @11890 NONAME ?PrintOn@H245_EscrowData@@UBEXAAVostream@@@Z @11891 NONAME ?PrintOn@H245_ExtendedVideoCapability@@UBEXAAVostream@@@Z @44749 NONAME ?PrintOn@H245_FECCapability@@UBEXAAVostream@@@Z @44750 NONAME ?PrintOn@H245_FECData_rfc2733@@UBEXAAVostream@@@Z @27276 NONAME ?PrintOn@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBEXAAVostream@@@Z @44751 NONAME ?PrintOn@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UBEXAAVostream@@@Z @44752 NONAME ?PrintOn@H245_FECMode@@UBEXAAVostream@@@Z @44753 NONAME ?PrintOn@H245_FlowControlCommand@@UBEXAAVostream@@@Z @11892 NONAME ?PrintOn@H245_FlowControlIndication@@UBEXAAVostream@@@Z @18408 NONAME ?PrintOn@H245_FunctionNotSupported@@UBEXAAVostream@@@Z @11893 NONAME ?PrintOn@H245_G7231AnnexCCapability@@UBEXAAVostream@@@Z @11894 NONAME ?PrintOn@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBEXAAVostream@@@Z @11895 NONAME ?PrintOn@H245_G7231AnnexCMode@@UBEXAAVostream@@@Z @11896 NONAME ?PrintOn@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBEXAAVostream@@@Z @11897 NONAME ?PrintOn@H245_G729Extensions@@UBEXAAVostream@@@Z @18409 NONAME ?PrintOn@H245_GenericCapability@@UBEXAAVostream@@@Z @18410 NONAME ?PrintOn@H245_GenericMessage@@UBEXAAVostream@@@Z @44754 NONAME ?PrintOn@H245_GenericParameter@@UBEXAAVostream@@@Z @18411 NONAME ?PrintOn@H245_GSMAudioCapability@@UBEXAAVostream@@@Z @11898 NONAME ?PrintOn@H245_H222Capability@@UBEXAAVostream@@@Z @11899 NONAME ?PrintOn@H245_H222LogicalChannelParameters@@UBEXAAVostream@@@Z @11900 NONAME ?PrintOn@H245_H223AL1MParameters@@UBEXAAVostream@@@Z @11901 NONAME ?PrintOn@H245_H223AL2MParameters@@UBEXAAVostream@@@Z @11902 NONAME ?PrintOn@H245_H223AL3MParameters@@UBEXAAVostream@@@Z @11903 NONAME ?PrintOn@H245_H223AnnexCArqParameters@@UBEXAAVostream@@@Z @11904 NONAME ?PrintOn@H245_H223AnnexCCapability@@UBEXAAVostream@@@Z @11905 NONAME ?PrintOn@H245_H223Capability@@UBEXAAVostream@@@Z @11906 NONAME ?PrintOn@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBEXAAVostream@@@Z @11907 NONAME ?PrintOn@H245_H223Capability_mobileMultilinkFrameCapability@@UBEXAAVostream@@@Z @18412 NONAME ?PrintOn@H245_H223Capability_mobileOperationTransmitCapability@@UBEXAAVostream@@@Z @11908 NONAME ?PrintOn@H245_H223LogicalChannelParameters@@UBEXAAVostream@@@Z @11909 NONAME ?PrintOn@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBEXAAVostream@@@Z @11910 NONAME ?PrintOn@H245_H223ModeParameters@@UBEXAAVostream@@@Z @11911 NONAME ?PrintOn@H245_H223ModeParameters_adaptationLayerType_al3@@UBEXAAVostream@@@Z @11912 NONAME ?PrintOn@H245_H223SkewIndication@@UBEXAAVostream@@@Z @11913 NONAME ?PrintOn@H245_H2250Capability@@UBEXAAVostream@@@Z @11914 NONAME ?PrintOn@H245_H2250Capability_mcCapability@@UBEXAAVostream@@@Z @11915 NONAME ?PrintOn@H245_H2250LogicalChannelAckParameters@@UBEXAAVostream@@@Z @11916 NONAME ?PrintOn@H245_H2250LogicalChannelParameters@@UBEXAAVostream@@@Z @11917 NONAME ?PrintOn@H245_H2250MaximumSkewIndication@@UBEXAAVostream@@@Z @11918 NONAME ?PrintOn@H245_H2250ModeParameters@@UBEXAAVostream@@@Z @11919 NONAME ?PrintOn@H245_H235Media@@UBEXAAVostream@@@Z @11920 NONAME ?PrintOn@H245_H235Mode@@UBEXAAVostream@@@Z @11921 NONAME ?PrintOn@H245_H235SecurityCapability@@UBEXAAVostream@@@Z @11922 NONAME ?PrintOn@H245_H261VideoCapability@@UBEXAAVostream@@@Z @11923 NONAME ?PrintOn@H245_H261VideoMode@@UBEXAAVostream@@@Z @11924 NONAME ?PrintOn@H245_H262VideoCapability@@UBEXAAVostream@@@Z @11925 NONAME ?PrintOn@H245_H262VideoMode@@UBEXAAVostream@@@Z @11926 NONAME ?PrintOn@H245_H263ModeComboFlags@@UBEXAAVostream@@@Z @11927 NONAME ?PrintOn@H245_H263Options@@UBEXAAVostream@@@Z @11928 NONAME ?PrintOn@H245_H263Version3Options@@UBEXAAVostream@@@Z @18413 NONAME ?PrintOn@H245_H263VideoCapability@@UBEXAAVostream@@@Z @11929 NONAME ?PrintOn@H245_H263VideoMode@@UBEXAAVostream@@@Z @11930 NONAME ?PrintOn@H245_H263VideoModeCombos@@UBEXAAVostream@@@Z @11931 NONAME ?PrintOn@H245_IntegrityCapability@@UBEXAAVostream@@@Z @11932 NONAME ?PrintOn@H245_IS11172AudioCapability@@UBEXAAVostream@@@Z @11933 NONAME ?PrintOn@H245_IS11172AudioMode@@UBEXAAVostream@@@Z @11934 NONAME ?PrintOn@H245_IS11172VideoCapability@@UBEXAAVostream@@@Z @11935 NONAME ?PrintOn@H245_IS11172VideoMode@@UBEXAAVostream@@@Z @11936 NONAME ?PrintOn@H245_IS13818AudioCapability@@UBEXAAVostream@@@Z @11937 NONAME ?PrintOn@H245_IS13818AudioMode@@UBEXAAVostream@@@Z @11938 NONAME ?PrintOn@H245_JitterIndication@@UBEXAAVostream@@@Z @11939 NONAME ?PrintOn@H245_KeyProtectionMethod@@UBEXAAVostream@@@Z @11940 NONAME ?PrintOn@H245_LogicalChannelRateAcknowledge@@UBEXAAVostream@@@Z @18414 NONAME ?PrintOn@H245_LogicalChannelRateReject@@UBEXAAVostream@@@Z @18415 NONAME ?PrintOn@H245_LogicalChannelRateRelease@@UBEXAAVostream@@@Z @18416 NONAME ?PrintOn@H245_LogicalChannelRateRequest@@UBEXAAVostream@@@Z @18417 NONAME ?PrintOn@H245_MaintenanceLoopAck@@UBEXAAVostream@@@Z @11941 NONAME ?PrintOn@H245_MaintenanceLoopOffCommand@@UBEXAAVostream@@@Z @11942 NONAME ?PrintOn@H245_MaintenanceLoopReject@@UBEXAAVostream@@@Z @11943 NONAME ?PrintOn@H245_MaintenanceLoopRequest@@UBEXAAVostream@@@Z @11944 NONAME ?PrintOn@H245_MasterSlaveDetermination@@UBEXAAVostream@@@Z @11945 NONAME ?PrintOn@H245_MasterSlaveDeterminationAck@@UBEXAAVostream@@@Z @11946 NONAME ?PrintOn@H245_MasterSlaveDeterminationReject@@UBEXAAVostream@@@Z @11947 NONAME ?PrintOn@H245_MasterSlaveDeterminationRelease@@UBEXAAVostream@@@Z @11948 NONAME ?PrintOn@H245_MCLocationIndication@@UBEXAAVostream@@@Z @11949 NONAME ?PrintOn@H245_MediaChannelCapability@@UBEXAAVostream@@@Z @11950 NONAME ?PrintOn@H245_MediaDistributionCapability@@UBEXAAVostream@@@Z @11951 NONAME ?PrintOn@H245_MediaPacketizationCapability@@UBEXAAVostream@@@Z @11952 NONAME ?PrintOn@H245_MediaTransportType_atm_AAL5_compressed@@UBEXAAVostream@@@Z @18418 NONAME ?PrintOn@H245_MiscellaneousCommand@@UBEXAAVostream@@@Z @11953 NONAME ?PrintOn@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBEXAAVostream@@@Z @44755 NONAME ?PrintOn@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBEXAAVostream@@@Z @44756 NONAME ?PrintOn@H245_MiscellaneousCommand_type_lostPartialPicture@@UBEXAAVostream@@@Z @18419 NONAME ?PrintOn@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBEXAAVostream@@@Z @11954 NONAME ?PrintOn@H245_MiscellaneousCommand_type_videoBadMBs@@UBEXAAVostream@@@Z @18420 NONAME ?PrintOn@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBEXAAVostream@@@Z @11955 NONAME ?PrintOn@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBEXAAVostream@@@Z @11956 NONAME ?PrintOn@H245_MiscellaneousIndication@@UBEXAAVostream@@@Z @11957 NONAME ?PrintOn@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBEXAAVostream@@@Z @11958 NONAME ?PrintOn@H245_MobileMultilinkReconfigurationCommand@@UBEXAAVostream@@@Z @18421 NONAME ?PrintOn@H245_MobileMultilinkReconfigurationIndication@@UBEXAAVostream@@@Z @18422 NONAME ?PrintOn@H245_ModeElement@@UBEXAAVostream@@@Z @11959 NONAME ?PrintOn@H245_MulticastAddress_iP6Address@@UBEXAAVostream@@@Z @11960 NONAME ?PrintOn@H245_MulticastAddress_iPAddress@@UBEXAAVostream@@@Z @11961 NONAME ?PrintOn@H245_MultilinkIndication_crcDesired@@UBEXAAVostream@@@Z @18423 NONAME ?PrintOn@H245_MultilinkIndication_excessiveError@@UBEXAAVostream@@@Z @18424 NONAME ?PrintOn@H245_MultilinkRequest_addConnection@@UBEXAAVostream@@@Z @18425 NONAME ?PrintOn@H245_MultilinkRequest_callInformation@@UBEXAAVostream@@@Z @18426 NONAME ?PrintOn@H245_MultilinkRequest_maximumHeaderInterval@@UBEXAAVostream@@@Z @18427 NONAME ?PrintOn@H245_MultilinkRequest_removeConnection@@UBEXAAVostream@@@Z @18428 NONAME ?PrintOn@H245_MultilinkResponse_addConnection@@UBEXAAVostream@@@Z @18429 NONAME ?PrintOn@H245_MultilinkResponse_callInformation@@UBEXAAVostream@@@Z @18430 NONAME ?PrintOn@H245_MultilinkResponse_maximumHeaderInterval@@UBEXAAVostream@@@Z @18431 NONAME ?PrintOn@H245_MultilinkResponse_removeConnection@@UBEXAAVostream@@@Z @18432 NONAME ?PrintOn@H245_MultiplePayloadStream@@UBEXAAVostream@@@Z @27282 NONAME ?PrintOn@H245_MultiplePayloadStreamCapability@@UBEXAAVostream@@@Z @27283 NONAME ?PrintOn@H245_MultiplePayloadStreamElement@@UBEXAAVostream@@@Z @27284 NONAME ?PrintOn@H245_MultiplePayloadStreamElementMode@@UBEXAAVostream@@@Z @27285 NONAME ?PrintOn@H245_MultiplePayloadStreamMode@@UBEXAAVostream@@@Z @27286 NONAME ?PrintOn@H245_MultiplexedStreamCapability@@UBEXAAVostream@@@Z @18433 NONAME ?PrintOn@H245_MultiplexedStreamModeParameters@@UBEXAAVostream@@@Z @18434 NONAME ?PrintOn@H245_MultiplexedStreamParameter@@UBEXAAVostream@@@Z @18435 NONAME ?PrintOn@H245_MultiplexElement@@UBEXAAVostream@@@Z @11962 NONAME ?PrintOn@H245_MultiplexEntryDescriptor@@UBEXAAVostream@@@Z @11963 NONAME ?PrintOn@H245_MultiplexEntryRejectionDescriptions@@UBEXAAVostream@@@Z @11964 NONAME ?PrintOn@H245_MultiplexEntrySend@@UBEXAAVostream@@@Z @11965 NONAME ?PrintOn@H245_MultiplexEntrySendAck@@UBEXAAVostream@@@Z @11966 NONAME ?PrintOn@H245_MultiplexEntrySendReject@@UBEXAAVostream@@@Z @11967 NONAME ?PrintOn@H245_MultiplexEntrySendRelease@@UBEXAAVostream@@@Z @11968 NONAME ?PrintOn@H245_MultipointCapability@@UBEXAAVostream@@@Z @11969 NONAME ?PrintOn@H245_NetworkAccessParameters@@UBEXAAVostream@@@Z @11970 NONAME ?PrintOn@H245_NewATMVCCommand@@UBEXAAVostream@@@Z @18436 NONAME ?PrintOn@H245_NewATMVCCommand_aal_aal1@@UBEXAAVostream@@@Z @18437 NONAME ?PrintOn@H245_NewATMVCCommand_aal_aal5@@UBEXAAVostream@@@Z @18438 NONAME ?PrintOn@H245_NewATMVCCommand_reverseParameters@@UBEXAAVostream@@@Z @18439 NONAME ?PrintOn@H245_NewATMVCIndication@@UBEXAAVostream@@@Z @11971 NONAME ?PrintOn@H245_NewATMVCIndication_aal_aal1@@UBEXAAVostream@@@Z @11972 NONAME ?PrintOn@H245_NewATMVCIndication_aal_aal5@@UBEXAAVostream@@@Z @11973 NONAME ?PrintOn@H245_NewATMVCIndication_reverseParameters@@UBEXAAVostream@@@Z @11974 NONAME ?PrintOn@H245_NonStandardIdentifier_h221NonStandard@@UBEXAAVostream@@@Z @11975 NONAME ?PrintOn@H245_NonStandardMessage@@UBEXAAVostream@@@Z @11976 NONAME ?PrintOn@H245_NonStandardParameter@@UBEXAAVostream@@@Z @11977 NONAME ?PrintOn@H245_NoPTAudioTelephonyEventCapability@@UBEXAAVostream@@@Z @27287 NONAME ?PrintOn@H245_NoPTAudioToneCapability@@UBEXAAVostream@@@Z @27288 NONAME ?PrintOn@H245_OpenLogicalChannel@@UBEXAAVostream@@@Z @11978 NONAME ?PrintOn@H245_OpenLogicalChannelAck@@UBEXAAVostream@@@Z @11979 NONAME ?PrintOn@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBEXAAVostream@@@Z @11980 NONAME ?PrintOn@H245_OpenLogicalChannelConfirm@@UBEXAAVostream@@@Z @11981 NONAME ?PrintOn@H245_OpenLogicalChannelReject@@UBEXAAVostream@@@Z @11982 NONAME ?PrintOn@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBEXAAVostream@@@Z @11983 NONAME ?PrintOn@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBEXAAVostream@@@Z @11984 NONAME ?PrintOn@H245_Params@@UBEXAAVostream@@@Z @44757 NONAME ?PrintOn@H245_Q2931Address@@UBEXAAVostream@@@Z @11985 NONAME ?PrintOn@H245_QOSCapability@@UBEXAAVostream@@@Z @11986 NONAME ?PrintOn@H245_RedundancyEncoding@@UBEXAAVostream@@@Z @11987 NONAME ?PrintOn@H245_RedundancyEncodingCapability@@UBEXAAVostream@@@Z @11988 NONAME ?PrintOn@H245_RedundancyEncodingDTMode@@UBEXAAVostream@@@Z @27289 NONAME ?PrintOn@H245_RedundancyEncodingDTModeElement@@UBEXAAVostream@@@Z @27290 NONAME ?PrintOn@H245_RedundancyEncodingElement@@UBEXAAVostream@@@Z @27291 NONAME ?PrintOn@H245_RedundancyEncodingMode@@UBEXAAVostream@@@Z @11989 NONAME ?PrintOn@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBEXAAVostream@@@Z @27292 NONAME ?PrintOn@H245_RefPictureSelection@@UBEXAAVostream@@@Z @11990 NONAME ?PrintOn@H245_RefPictureSelection_additionalPictureMemory@@UBEXAAVostream@@@Z @11991 NONAME ?PrintOn@H245_RefPictureSelection_enhancedReferencePicSelect@@UBEXAAVostream@@@Z @18440 NONAME ?PrintOn@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBEXAAVostream@@@Z @18441 NONAME ?PrintOn@H245_RequestAllTerminalIDsResponse@@UBEXAAVostream@@@Z @11992 NONAME ?PrintOn@H245_RequestChannelClose@@UBEXAAVostream@@@Z @11993 NONAME ?PrintOn@H245_RequestChannelCloseAck@@UBEXAAVostream@@@Z @11994 NONAME ?PrintOn@H245_RequestChannelCloseReject@@UBEXAAVostream@@@Z @11995 NONAME ?PrintOn@H245_RequestChannelCloseRelease@@UBEXAAVostream@@@Z @11996 NONAME ?PrintOn@H245_RequestMode@@UBEXAAVostream@@@Z @11997 NONAME ?PrintOn@H245_RequestModeAck@@UBEXAAVostream@@@Z @11998 NONAME ?PrintOn@H245_RequestModeReject@@UBEXAAVostream@@@Z @11999 NONAME ?PrintOn@H245_RequestModeRelease@@UBEXAAVostream@@@Z @12000 NONAME ?PrintOn@H245_RequestMultiplexEntry@@UBEXAAVostream@@@Z @12001 NONAME ?PrintOn@H245_RequestMultiplexEntryAck@@UBEXAAVostream@@@Z @12002 NONAME ?PrintOn@H245_RequestMultiplexEntryReject@@UBEXAAVostream@@@Z @12003 NONAME ?PrintOn@H245_RequestMultiplexEntryRejectionDescriptions@@UBEXAAVostream@@@Z @12004 NONAME ?PrintOn@H245_RequestMultiplexEntryRelease@@UBEXAAVostream@@@Z @12005 NONAME ?PrintOn@H245_RoundTripDelayRequest@@UBEXAAVostream@@@Z @12006 NONAME ?PrintOn@H245_RoundTripDelayResponse@@UBEXAAVostream@@@Z @12007 NONAME ?PrintOn@H245_RSVPParameters@@UBEXAAVostream@@@Z @12008 NONAME ?PrintOn@H245_RTPH263VideoRedundancyEncoding@@UBEXAAVostream@@@Z @12009 NONAME ?PrintOn@H245_RTPH263VideoRedundancyFrameMapping@@UBEXAAVostream@@@Z @12010 NONAME ?PrintOn@H245_RTPPayloadType@@UBEXAAVostream@@@Z @12011 NONAME ?PrintOn@H245_SendTerminalCapabilitySet_specificRequest@@UBEXAAVostream@@@Z @12012 NONAME ?PrintOn@H245_SubstituteConferenceIDCommand@@UBEXAAVostream@@@Z @12013 NONAME ?PrintOn@H245_T38FaxProfile@@UBEXAAVostream@@@Z @18442 NONAME ?PrintOn@H245_T38FaxTcpOptions@@UBEXAAVostream@@@Z @18443 NONAME ?PrintOn@H245_T38FaxUdpOptions@@UBEXAAVostream@@@Z @18444 NONAME ?PrintOn@H245_T84Profile_t84Restricted@@UBEXAAVostream@@@Z @12014 NONAME ?PrintOn@H245_TerminalCapabilitySet@@UBEXAAVostream@@@Z @12015 NONAME ?PrintOn@H245_TerminalCapabilitySetAck@@UBEXAAVostream@@@Z @12016 NONAME ?PrintOn@H245_TerminalCapabilitySetReject@@UBEXAAVostream@@@Z @12017 NONAME ?PrintOn@H245_TerminalCapabilitySetRelease@@UBEXAAVostream@@@Z @12018 NONAME ?PrintOn@H245_TerminalInformation@@UBEXAAVostream@@@Z @12019 NONAME ?PrintOn@H245_TerminalLabel@@UBEXAAVostream@@@Z @12020 NONAME ?PrintOn@H245_TerminalYouAreSeeingInSubPictureNumber@@UBEXAAVostream@@@Z @12021 NONAME ?PrintOn@H245_TransparencyParameters@@UBEXAAVostream@@@Z @12022 NONAME ?PrintOn@H245_TransportCapability@@UBEXAAVostream@@@Z @12023 NONAME ?PrintOn@H245_UnicastAddress_iP6Address@@UBEXAAVostream@@@Z @12024 NONAME ?PrintOn@H245_UnicastAddress_iPAddress@@UBEXAAVostream@@@Z @12025 NONAME ?PrintOn@H245_UnicastAddress_iPSourceRouteAddress@@UBEXAAVostream@@@Z @12026 NONAME ?PrintOn@H245_UnicastAddress_iPXAddress@@UBEXAAVostream@@@Z @12027 NONAME ?PrintOn@H245_UserInputIndication_encryptedAlphanumeric@@UBEXAAVostream@@@Z @44758 NONAME ?PrintOn@H245_UserInputIndication_extendedAlphanumeric@@UBEXAAVostream@@@Z @18445 NONAME ?PrintOn@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBEXAAVostream@@@Z @44759 NONAME ?PrintOn@H245_UserInputIndication_signal@@UBEXAAVostream@@@Z @12028 NONAME ?PrintOn@H245_UserInputIndication_signalUpdate@@UBEXAAVostream@@@Z @12029 NONAME ?PrintOn@H245_UserInputIndication_signalUpdate_rtp@@UBEXAAVostream@@@Z @12030 NONAME ?PrintOn@H245_UserInputIndication_signal_rtp@@UBEXAAVostream@@@Z @12031 NONAME ?PrintOn@H245_V42bis@@UBEXAAVostream@@@Z @12032 NONAME ?PrintOn@H245_V75Capability@@UBEXAAVostream@@@Z @12033 NONAME ?PrintOn@H245_V75Parameters@@UBEXAAVostream@@@Z @12034 NONAME ?PrintOn@H245_V76Capability@@UBEXAAVostream@@@Z @12035 NONAME ?PrintOn@H245_V76HDLCParameters@@UBEXAAVostream@@@Z @12036 NONAME ?PrintOn@H245_V76LogicalChannelParameters@@UBEXAAVostream@@@Z @12037 NONAME ?PrintOn@H245_V76LogicalChannelParameters_mode_eRM@@UBEXAAVostream@@@Z @12038 NONAME ?PrintOn@H245_VBDCapability@@UBEXAAVostream@@@Z @27293 NONAME ?PrintOn@H245_VBDMode@@UBEXAAVostream@@@Z @27294 NONAME ?PrintOn@H245_VCCapability@@UBEXAAVostream@@@Z @12039 NONAME ?PrintOn@H245_VCCapability_aal1@@UBEXAAVostream@@@Z @12040 NONAME ?PrintOn@H245_VCCapability_aal1ViaGateway@@UBEXAAVostream@@@Z @18446 NONAME ?PrintOn@H245_VCCapability_aal5@@UBEXAAVostream@@@Z @12041 NONAME ?PrintOn@H245_VCCapability_availableBitRates@@UBEXAAVostream@@@Z @12042 NONAME ?PrintOn@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBEXAAVostream@@@Z @12043 NONAME ?PrintOn@H245_VendorIdentification@@UBEXAAVostream@@@Z @12044 NONAME ?PrintOn@H245_VideoIndicateCompose@@UBEXAAVostream@@@Z @12045 NONAME ?PrintOn@H248_ActionReply@@UBEXAAVostream@@@Z @23556 NONAME ?PrintOn@H248_ActionRequest@@UBEXAAVostream@@@Z @23557 NONAME ?PrintOn@H248_AmmRequest@@UBEXAAVostream@@@Z @23558 NONAME ?PrintOn@H248_AmmsReply@@UBEXAAVostream@@@Z @23559 NONAME ?PrintOn@H248_AuditDescriptor@@UBEXAAVostream@@@Z @23560 NONAME ?PrintOn@H248_AuditRequest@@UBEXAAVostream@@@Z @23561 NONAME ?PrintOn@H248_AuditResult@@UBEXAAVostream@@@Z @23562 NONAME ?PrintOn@H248_AuthenticationHeader@@UBEXAAVostream@@@Z @23563 NONAME ?PrintOn@H248_CommandRequest@@UBEXAAVostream@@@Z @23564 NONAME ?PrintOn@H248_ContextAttrAuditRequest@@UBEXAAVostream@@@Z @23565 NONAME ?PrintOn@H248_ContextRequest@@UBEXAAVostream@@@Z @23566 NONAME ?PrintOn@H248_DigitMapDescriptor@@UBEXAAVostream@@@Z @23567 NONAME ?PrintOn@H248_DigitMapValue@@UBEXAAVostream@@@Z @23568 NONAME ?PrintOn@H248_DomainName@@UBEXAAVostream@@@Z @23569 NONAME ?PrintOn@H248_ErrorDescriptor@@UBEXAAVostream@@@Z @23570 NONAME ?PrintOn@H248_EventParameter@@UBEXAAVostream@@@Z @23571 NONAME ?PrintOn@H248_EventsDescriptor@@UBEXAAVostream@@@Z @23572 NONAME ?PrintOn@H248_EventSpec@@UBEXAAVostream@@@Z @23573 NONAME ?PrintOn@H248_H221NonStandard@@UBEXAAVostream@@@Z @23574 NONAME ?PrintOn@H248_IndAudDigitMapDescriptor@@UBEXAAVostream@@@Z @23575 NONAME ?PrintOn@H248_IndAudEventBufferDescriptor@@UBEXAAVostream@@@Z @23576 NONAME ?PrintOn@H248_IndAudEventsDescriptor@@UBEXAAVostream@@@Z @23577 NONAME ?PrintOn@H248_IndAudLocalControlDescriptor@@UBEXAAVostream@@@Z @23578 NONAME ?PrintOn@H248_IndAudLocalRemoteDescriptor@@UBEXAAVostream@@@Z @23579 NONAME ?PrintOn@H248_IndAudMediaDescriptor@@UBEXAAVostream@@@Z @23580 NONAME ?PrintOn@H248_IndAudPackagesDescriptor@@UBEXAAVostream@@@Z @23581 NONAME ?PrintOn@H248_IndAudPropertyParm@@UBEXAAVostream@@@Z @23582 NONAME ?PrintOn@H248_IndAudSeqSigList@@UBEXAAVostream@@@Z @23583 NONAME ?PrintOn@H248_IndAudSignal@@UBEXAAVostream@@@Z @23584 NONAME ?PrintOn@H248_IndAudStatisticsDescriptor@@UBEXAAVostream@@@Z @23585 NONAME ?PrintOn@H248_IndAudStreamDescriptor@@UBEXAAVostream@@@Z @23586 NONAME ?PrintOn@H248_IndAudStreamParms@@UBEXAAVostream@@@Z @23587 NONAME ?PrintOn@H248_IndAudTerminationStateDescriptor@@UBEXAAVostream@@@Z @23588 NONAME ?PrintOn@H248_IP4Address@@UBEXAAVostream@@@Z @23589 NONAME ?PrintOn@H248_IP6Address@@UBEXAAVostream@@@Z @23590 NONAME ?PrintOn@H248_LocalControlDescriptor@@UBEXAAVostream@@@Z @23591 NONAME ?PrintOn@H248_LocalRemoteDescriptor@@UBEXAAVostream@@@Z @23592 NONAME ?PrintOn@H248_MediaDescriptor@@UBEXAAVostream@@@Z @23593 NONAME ?PrintOn@H248_MegacoMessage@@UBEXAAVostream@@@Z @23594 NONAME ?PrintOn@H248_Message@@UBEXAAVostream@@@Z @23595 NONAME ?PrintOn@H248_ModemDescriptor@@UBEXAAVostream@@@Z @23596 NONAME ?PrintOn@H248_MuxDescriptor@@UBEXAAVostream@@@Z @23597 NONAME ?PrintOn@H248_NonStandardData@@UBEXAAVostream@@@Z @23598 NONAME ?PrintOn@H248_NotifyReply@@UBEXAAVostream@@@Z @23599 NONAME ?PrintOn@H248_NotifyRequest@@UBEXAAVostream@@@Z @23600 NONAME ?PrintOn@H248_ObservedEvent@@UBEXAAVostream@@@Z @23601 NONAME ?PrintOn@H248_ObservedEventsDescriptor@@UBEXAAVostream@@@Z @23602 NONAME ?PrintOn@H248_PackagesItem@@UBEXAAVostream@@@Z @23603 NONAME ?PrintOn@H248_PropertyParm@@UBEXAAVostream@@@Z @23604 NONAME ?PrintOn@H248_RequestedActions@@UBEXAAVostream@@@Z @23605 NONAME ?PrintOn@H248_RequestedEvent@@UBEXAAVostream@@@Z @23606 NONAME ?PrintOn@H248_SecondEventsDescriptor@@UBEXAAVostream@@@Z @23607 NONAME ?PrintOn@H248_SecondRequestedActions@@UBEXAAVostream@@@Z @23608 NONAME ?PrintOn@H248_SecondRequestedEvent@@UBEXAAVostream@@@Z @23609 NONAME ?PrintOn@H248_SeqSigList@@UBEXAAVostream@@@Z @23610 NONAME ?PrintOn@H248_ServiceChangeParm@@UBEXAAVostream@@@Z @23611 NONAME ?PrintOn@H248_ServiceChangeProfile@@UBEXAAVostream@@@Z @23612 NONAME ?PrintOn@H248_ServiceChangeReply@@UBEXAAVostream@@@Z @23613 NONAME ?PrintOn@H248_ServiceChangeRequest@@UBEXAAVostream@@@Z @23614 NONAME ?PrintOn@H248_ServiceChangeResParm@@UBEXAAVostream@@@Z @23615 NONAME ?PrintOn@H248_Signal@@UBEXAAVostream@@@Z @23616 NONAME ?PrintOn@H248_SigParameter@@UBEXAAVostream@@@Z @23617 NONAME ?PrintOn@H248_StatisticsParameter@@UBEXAAVostream@@@Z @23618 NONAME ?PrintOn@H248_StreamDescriptor@@UBEXAAVostream@@@Z @23619 NONAME ?PrintOn@H248_StreamParms@@UBEXAAVostream@@@Z @23620 NONAME ?PrintOn@H248_SubtractRequest@@UBEXAAVostream@@@Z @23621 NONAME ?PrintOn@H248_TerminationID@@UBEXAAVostream@@@Z @23622 NONAME ?PrintOn@H248_TerminationStateDescriptor@@UBEXAAVostream@@@Z @23623 NONAME ?PrintOn@H248_TimeNotation@@UBEXAAVostream@@@Z @23624 NONAME ?PrintOn@H248_TopologyRequest@@UBEXAAVostream@@@Z @23625 NONAME ?PrintOn@H248_TransactionAck@@UBEXAAVostream@@@Z @23626 NONAME ?PrintOn@H248_TransactionPending@@UBEXAAVostream@@@Z @23627 NONAME ?PrintOn@H248_TransactionReply@@UBEXAAVostream@@@Z @23628 NONAME ?PrintOn@H248_TransactionRequest@@UBEXAAVostream@@@Z @23629 NONAME ?PrintOn@H323Capabilities@@UBEXAAVostream@@@Z @12539 NONAME ?PrintOn@H323Capability@@UBEXAAVostream@@@Z @12046 NONAME ?PrintOn@H323Channel@@UBEXAAVostream@@@Z @12763 NONAME ?PrintOn@H323ChannelNumber@@UBEXAAVostream@@@Z @12047 NONAME ?PrintOn@H323GatekeeperCall@@UBEXAAVostream@@@Z @19164 NONAME ?PrintOn@H323Listener@@UBEXAAVostream@@@Z @19869 NONAME ?PrintOn@H323PeerElement@@UBEXAAVostream@@@Z @24047 NONAME ?PrintOn@H323RegisteredEndPoint@@UBEXAAVostream@@@Z @19165 NONAME ?PrintOn@H323SignalPDU@@UBEXAAVostream@@@Z @12050 NONAME ?PrintOn@H323Transactor@@UBEXAAVostream@@@Z @25983 NONAME ?PrintOn@H323Transport@@UBEXAAVostream@@@Z @19870 NONAME ?PrintOn@H323_AnnexG@@UBEXAAVostream@@@Z @24050 NONAME ?PrintOn@H45010_CfbOvrOptArg@@UBEXAAVostream@@@Z @16147 NONAME ?PrintOn@H45010_CoReqOptArg@@UBEXAAVostream@@@Z @16148 NONAME ?PrintOn@H45010_RUAlertOptArg@@UBEXAAVostream@@@Z @16149 NONAME ?PrintOn@H45011_CIFrcRelArg@@UBEXAAVostream@@@Z @16150 NONAME ?PrintOn@H45011_CIFrcRelOptRes@@UBEXAAVostream@@@Z @16151 NONAME ?PrintOn@H45011_CIGetCIPLOptArg@@UBEXAAVostream@@@Z @16152 NONAME ?PrintOn@H45011_CIGetCIPLRes@@UBEXAAVostream@@@Z @16153 NONAME ?PrintOn@H45011_CIIsOptArg@@UBEXAAVostream@@@Z @16154 NONAME ?PrintOn@H45011_CIIsOptRes@@UBEXAAVostream@@@Z @16155 NONAME ?PrintOn@H45011_CINotificationArg@@UBEXAAVostream@@@Z @16156 NONAME ?PrintOn@H45011_CIRequestArg@@UBEXAAVostream@@@Z @16157 NONAME ?PrintOn@H45011_CIRequestRes@@UBEXAAVostream@@@Z @16158 NONAME ?PrintOn@H45011_CISilentArg@@UBEXAAVostream@@@Z @16159 NONAME ?PrintOn@H45011_CISilentOptRes@@UBEXAAVostream@@@Z @16160 NONAME ?PrintOn@H45011_CIWobOptArg@@UBEXAAVostream@@@Z @16161 NONAME ?PrintOn@H45011_CIWobOptRes@@UBEXAAVostream@@@Z @16162 NONAME ?PrintOn@H4501_Address@@UBEXAAVostream@@@Z @14892 NONAME ?PrintOn@H4501_AddressScreened@@UBEXAAVostream@@@Z @14893 NONAME ?PrintOn@H4501_EndpointAddress@@UBEXAAVostream@@@Z @14894 NONAME ?PrintOn@H4501_Extension@@UBEXAAVostream@@@Z @14895 NONAME ?PrintOn@H4501_NetworkFacilityExtension@@UBEXAAVostream@@@Z @14896 NONAME ?PrintOn@H4501_NumberScreened@@UBEXAAVostream@@@Z @14897 NONAME ?PrintOn@H4501_SupplementaryService@@UBEXAAVostream@@@Z @14898 NONAME ?PrintOn@H4501_UserSpecifiedSubaddress@@UBEXAAVostream@@@Z @14899 NONAME ?PrintOn@H4502_CTActiveArg@@UBEXAAVostream@@@Z @14900 NONAME ?PrintOn@H4502_CTCompleteArg@@UBEXAAVostream@@@Z @14901 NONAME ?PrintOn@H4502_CTIdentifyRes@@UBEXAAVostream@@@Z @14902 NONAME ?PrintOn@H4502_CTInitiateArg@@UBEXAAVostream@@@Z @14903 NONAME ?PrintOn@H4502_CTSetupArg@@UBEXAAVostream@@@Z @14904 NONAME ?PrintOn@H4502_CTUpdateArg@@UBEXAAVostream@@@Z @14905 NONAME ?PrintOn@H4502_SubaddressTransferArg@@UBEXAAVostream@@@Z @14906 NONAME ?PrintOn@H4503_IntResult@@UBEXAAVostream@@@Z @15209 NONAME ?PrintOn@H4504_Extension@@UBEXAAVostream@@@Z @15088 NONAME ?PrintOn@H4504_HoldNotificArg@@UBEXAAVostream@@@Z @15089 NONAME ?PrintOn@H4504_RemoteHoldArg@@UBEXAAVostream@@@Z @15090 NONAME ?PrintOn@H4504_RemoteHoldRes@@UBEXAAVostream@@@Z @15091 NONAME ?PrintOn@H4504_RemoteRetrieveArg@@UBEXAAVostream@@@Z @15092 NONAME ?PrintOn@H4504_RemoteRetrieveRes@@UBEXAAVostream@@@Z @15093 NONAME ?PrintOn@H4504_RetrieveNotificArg@@UBEXAAVostream@@@Z @15094 NONAME ?PrintOn@H4505_CpickupNotifyArg@@UBEXAAVostream@@@Z @16163 NONAME ?PrintOn@H4505_CpNotifyArg@@UBEXAAVostream@@@Z @16164 NONAME ?PrintOn@H4505_CpRequestArg@@UBEXAAVostream@@@Z @16165 NONAME ?PrintOn@H4505_CpRequestRes@@UBEXAAVostream@@@Z @16166 NONAME ?PrintOn@H4505_CpSetupArg@@UBEXAAVostream@@@Z @16167 NONAME ?PrintOn@H4505_CpSetupRes@@UBEXAAVostream@@@Z @16168 NONAME ?PrintOn@H4505_GroupIndicationOffArg@@UBEXAAVostream@@@Z @16169 NONAME ?PrintOn@H4505_GroupIndicationOffRes@@UBEXAAVostream@@@Z @16170 NONAME ?PrintOn@H4505_GroupIndicationOnArg@@UBEXAAVostream@@@Z @16171 NONAME ?PrintOn@H4505_GroupIndicationOnRes@@UBEXAAVostream@@@Z @16172 NONAME ?PrintOn@H4505_PickExeArg@@UBEXAAVostream@@@Z @16173 NONAME ?PrintOn@H4505_PickExeRes@@UBEXAAVostream@@@Z @16174 NONAME ?PrintOn@H4505_PickrequArg@@UBEXAAVostream@@@Z @16175 NONAME ?PrintOn@H4505_PickrequRes@@UBEXAAVostream@@@Z @16176 NONAME ?PrintOn@H4505_PickupArg@@UBEXAAVostream@@@Z @16177 NONAME ?PrintOn@H4505_PickupRes@@UBEXAAVostream@@@Z @16178 NONAME ?PrintOn@H4506_CallWaitingArg@@UBEXAAVostream@@@Z @16179 NONAME ?PrintOn@H4507_MWIActivateArg@@UBEXAAVostream@@@Z @16180 NONAME ?PrintOn@H4507_MWIDeactivateArg@@UBEXAAVostream@@@Z @16181 NONAME ?PrintOn@H4507_MWIInterrogateArg@@UBEXAAVostream@@@Z @16182 NONAME ?PrintOn@H4507_MWIInterrogateResElt@@UBEXAAVostream@@@Z @16183 NONAME ?PrintOn@H4509_CcLongArg@@UBEXAAVostream@@@Z @16184 NONAME ?PrintOn@H4509_CcRequestArg@@UBEXAAVostream@@@Z @16185 NONAME ?PrintOn@H4509_CcRequestRes@@UBEXAAVostream@@@Z @16186 NONAME ?PrintOn@H4509_CcShortArg@@UBEXAAVostream@@@Z @16187 NONAME ?PrintOn@H501_AccessConfirmation@@UBEXAAVostream@@@Z @25371 NONAME ?PrintOn@H501_AccessRejection@@UBEXAAVostream@@@Z @25372 NONAME ?PrintOn@H501_AccessRequest@@UBEXAAVostream@@@Z @25373 NONAME ?PrintOn@H501_AddressTemplate@@UBEXAAVostream@@@Z @25374 NONAME ?PrintOn@H501_AlternatePE@@UBEXAAVostream@@@Z @25375 NONAME ?PrintOn@H501_AlternatePEInfo@@UBEXAAVostream@@@Z @25376 NONAME ?PrintOn@H501_AuthenticationConfirmation@@UBEXAAVostream@@@Z @25377 NONAME ?PrintOn@H501_AuthenticationRejection@@UBEXAAVostream@@@Z @25378 NONAME ?PrintOn@H501_AuthenticationRequest@@UBEXAAVostream@@@Z @25379 NONAME ?PrintOn@H501_CallInformation@@UBEXAAVostream@@@Z @25380 NONAME ?PrintOn@H501_ContactInformation@@UBEXAAVostream@@@Z @25381 NONAME ?PrintOn@H501_Descriptor@@UBEXAAVostream@@@Z @25382 NONAME ?PrintOn@H501_DescriptorConfirmation@@UBEXAAVostream@@@Z @25383 NONAME ?PrintOn@H501_DescriptorIDConfirmation@@UBEXAAVostream@@@Z @25384 NONAME ?PrintOn@H501_DescriptorIDRejection@@UBEXAAVostream@@@Z @25385 NONAME ?PrintOn@H501_DescriptorIDRequest@@UBEXAAVostream@@@Z @25386 NONAME ?PrintOn@H501_DescriptorInfo@@UBEXAAVostream@@@Z @25387 NONAME ?PrintOn@H501_DescriptorRejection@@UBEXAAVostream@@@Z @25388 NONAME ?PrintOn@H501_DescriptorRequest@@UBEXAAVostream@@@Z @25389 NONAME ?PrintOn@H501_DescriptorUpdate@@UBEXAAVostream@@@Z @25390 NONAME ?PrintOn@H501_DescriptorUpdateAck@@UBEXAAVostream@@@Z @25391 NONAME ?PrintOn@H501_Message@@UBEXAAVostream@@@Z @25392 NONAME ?PrintOn@H501_MessageCommonInfo@@UBEXAAVostream@@@Z @25393 NONAME ?PrintOn@H501_NonStandardConfirmation@@UBEXAAVostream@@@Z @25394 NONAME ?PrintOn@H501_NonStandardRejection@@UBEXAAVostream@@@Z @25395 NONAME ?PrintOn@H501_NonStandardRequest@@UBEXAAVostream@@@Z @25396 NONAME ?PrintOn@H501_PartyInformation@@UBEXAAVostream@@@Z @25397 NONAME ?PrintOn@H501_Pattern_range@@UBEXAAVostream@@@Z @25398 NONAME ?PrintOn@H501_PriceElement@@UBEXAAVostream@@@Z @25399 NONAME ?PrintOn@H501_PriceInfoSpec@@UBEXAAVostream@@@Z @25400 NONAME ?PrintOn@H501_RequestInProgress@@UBEXAAVostream@@@Z @25401 NONAME ?PrintOn@H501_RouteInformation@@UBEXAAVostream@@@Z @25402 NONAME ?PrintOn@H501_SecurityMode@@UBEXAAVostream@@@Z @25403 NONAME ?PrintOn@H501_ServiceConfirmation@@UBEXAAVostream@@@Z @25404 NONAME ?PrintOn@H501_ServiceRejection@@UBEXAAVostream@@@Z @25405 NONAME ?PrintOn@H501_ServiceRelease@@UBEXAAVostream@@@Z @25406 NONAME ?PrintOn@H501_ServiceRequest@@UBEXAAVostream@@@Z @25407 NONAME ?PrintOn@H501_TerminationCause@@UBEXAAVostream@@@Z @25408 NONAME ?PrintOn@H501_UnknownMessageResponse@@UBEXAAVostream@@@Z @25409 NONAME ?PrintOn@H501_UpdateInformation@@UBEXAAVostream@@@Z @25410 NONAME ?PrintOn@H501_UsageConfirmation@@UBEXAAVostream@@@Z @25411 NONAME ?PrintOn@H501_UsageField@@UBEXAAVostream@@@Z @25412 NONAME ?PrintOn@H501_UsageIndication@@UBEXAAVostream@@@Z @25413 NONAME ?PrintOn@H501_UsageIndicationConfirmation@@UBEXAAVostream@@@Z @25414 NONAME ?PrintOn@H501_UsageIndicationRejection@@UBEXAAVostream@@@Z @25415 NONAME ?PrintOn@H501_UsageRejection@@UBEXAAVostream@@@Z @25416 NONAME ?PrintOn@H501_UsageRequest@@UBEXAAVostream@@@Z @25417 NONAME ?PrintOn@H501_UsageSpecification@@UBEXAAVostream@@@Z @25418 NONAME ?PrintOn@H501_UsageSpecification_when@@UBEXAAVostream@@@Z @25419 NONAME ?PrintOn@H501_UserInformation@@UBEXAAVostream@@@Z @25420 NONAME ?PrintOn@H501_ValidationConfirmation@@UBEXAAVostream@@@Z @25421 NONAME ?PrintOn@H501_ValidationRejection@@UBEXAAVostream@@@Z @25422 NONAME ?PrintOn@H501_ValidationRequest@@UBEXAAVostream@@@Z @25423 NONAME ?PrintOn@HIDDevices@@UBEXAAVostream@@@Z @44760 NONAME ?PrintOn@MCS_AUcf@@UBEXAAVostream@@@Z @12073 NONAME ?PrintOn@MCS_AUrq@@UBEXAAVostream@@@Z @12074 NONAME ?PrintOn@MCS_CAin@@UBEXAAVostream@@@Z @12075 NONAME ?PrintOn@MCS_CArq@@UBEXAAVostream@@@Z @12076 NONAME ?PrintOn@MCS_CCcf@@UBEXAAVostream@@@Z @12077 NONAME ?PrintOn@MCS_CCrq@@UBEXAAVostream@@@Z @12078 NONAME ?PrintOn@MCS_CDin@@UBEXAAVostream@@@Z @12079 NONAME ?PrintOn@MCS_CDrq@@UBEXAAVostream@@@Z @12080 NONAME ?PrintOn@MCS_CEin@@UBEXAAVostream@@@Z @12081 NONAME ?PrintOn@MCS_CErq@@UBEXAAVostream@@@Z @12082 NONAME ?PrintOn@MCS_ChannelAttributes_assigned@@UBEXAAVostream@@@Z @12083 NONAME ?PrintOn@MCS_ChannelAttributes_private@@UBEXAAVostream@@@Z @12084 NONAME ?PrintOn@MCS_ChannelAttributes_static@@UBEXAAVostream@@@Z @12085 NONAME ?PrintOn@MCS_ChannelAttributes_userId@@UBEXAAVostream@@@Z @12086 NONAME ?PrintOn@MCS_CJcf@@UBEXAAVostream@@@Z @12087 NONAME ?PrintOn@MCS_CJrq@@UBEXAAVostream@@@Z @12088 NONAME ?PrintOn@MCS_CLrq@@UBEXAAVostream@@@Z @12089 NONAME ?PrintOn@MCS_Connect_Additional@@UBEXAAVostream@@@Z @12090 NONAME ?PrintOn@MCS_Connect_Initial@@UBEXAAVostream@@@Z @12091 NONAME ?PrintOn@MCS_Connect_Response@@UBEXAAVostream@@@Z @12092 NONAME ?PrintOn@MCS_Connect_Result@@UBEXAAVostream@@@Z @12093 NONAME ?PrintOn@MCS_DomainParameters@@UBEXAAVostream@@@Z @12094 NONAME ?PrintOn@MCS_DPum@@UBEXAAVostream@@@Z @12095 NONAME ?PrintOn@MCS_DUin@@UBEXAAVostream@@@Z @12096 NONAME ?PrintOn@MCS_DUrq@@UBEXAAVostream@@@Z @12097 NONAME ?PrintOn@MCS_EDrq@@UBEXAAVostream@@@Z @12098 NONAME ?PrintOn@MCS_MCcf@@UBEXAAVostream@@@Z @12099 NONAME ?PrintOn@MCS_MCrq@@UBEXAAVostream@@@Z @12100 NONAME ?PrintOn@MCS_MTcf@@UBEXAAVostream@@@Z @12101 NONAME ?PrintOn@MCS_MTrq@@UBEXAAVostream@@@Z @12102 NONAME ?PrintOn@MCS_PCin@@UBEXAAVostream@@@Z @12103 NONAME ?PrintOn@MCS_PDin@@UBEXAAVostream@@@Z @12104 NONAME ?PrintOn@MCS_PTin@@UBEXAAVostream@@@Z @12105 NONAME ?PrintOn@MCS_RJum@@UBEXAAVostream@@@Z @12106 NONAME ?PrintOn@MCS_SDin@@UBEXAAVostream@@@Z @12107 NONAME ?PrintOn@MCS_SDrq@@UBEXAAVostream@@@Z @12108 NONAME ?PrintOn@MCS_TGcf@@UBEXAAVostream@@@Z @12109 NONAME ?PrintOn@MCS_TGrq@@UBEXAAVostream@@@Z @12110 NONAME ?PrintOn@MCS_TIcf@@UBEXAAVostream@@@Z @12111 NONAME ?PrintOn@MCS_TIrq@@UBEXAAVostream@@@Z @12112 NONAME ?PrintOn@MCS_TokenAttributes_given@@UBEXAAVostream@@@Z @12113 NONAME ?PrintOn@MCS_TokenAttributes_giving@@UBEXAAVostream@@@Z @12114 NONAME ?PrintOn@MCS_TokenAttributes_grabbed@@UBEXAAVostream@@@Z @12115 NONAME ?PrintOn@MCS_TokenAttributes_inhibited@@UBEXAAVostream@@@Z @12116 NONAME ?PrintOn@MCS_TokenAttributes_ungivable@@UBEXAAVostream@@@Z @12117 NONAME ?PrintOn@MCS_TPin@@UBEXAAVostream@@@Z @12118 NONAME ?PrintOn@MCS_TPrq@@UBEXAAVostream@@@Z @12119 NONAME ?PrintOn@MCS_TRcf@@UBEXAAVostream@@@Z @12120 NONAME ?PrintOn@MCS_TRrq@@UBEXAAVostream@@@Z @12121 NONAME ?PrintOn@MCS_TTcf@@UBEXAAVostream@@@Z @12122 NONAME ?PrintOn@MCS_TTrq@@UBEXAAVostream@@@Z @12123 NONAME ?PrintOn@MCS_TVcf@@UBEXAAVostream@@@Z @12124 NONAME ?PrintOn@MCS_TVin@@UBEXAAVostream@@@Z @12125 NONAME ?PrintOn@MCS_TVrq@@UBEXAAVostream@@@Z @12126 NONAME ?PrintOn@MCS_TVrs@@UBEXAAVostream@@@Z @12127 NONAME ?PrintOn@MCS_USin@@UBEXAAVostream@@@Z @12128 NONAME ?PrintOn@MCS_USrq@@UBEXAAVostream@@@Z @12129 NONAME ?PrintOn@OpalGloballyUniqueID@@UBEXAAVostream@@@Z @13854 NONAME ?PrintOn@OpalLineInterfaceDevice@@UBEXAAVostream@@@Z @12130 NONAME ?PrintOn@PLDAPAttr_c@RTPerson@PILSSession@@UBEXAAVostream@@@Z @26304 NONAME ?PrintOn@PLDAPAttr_cn@RTPerson@PILSSession@@UBEXAAVostream@@@Z @26305 NONAME ?PrintOn@PLDAPAttr_comment@RTPerson@PILSSession@@UBEXAAVostream@@@Z @26306 NONAME ?PrintOn@PLDAPAttr_givenName@RTPerson@PILSSession@@UBEXAAVostream@@@Z @26307 NONAME ?PrintOn@PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@UBEXAAVostream@@@Z @26308 NONAME ?PrintOn@PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@UBEXAAVostream@@@Z @26309 NONAME ?PrintOn@PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@UBEXAAVostream@@@Z @26310 NONAME ?PrintOn@PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@UBEXAAVostream@@@Z @26311 NONAME ?PrintOn@PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@UBEXAAVostream@@@Z @26312 NONAME ?PrintOn@PLDAPAttr_location@RTPerson@PILSSession@@UBEXAAVostream@@@Z @26313 NONAME ?PrintOn@PLDAPAttr_o@RTPerson@PILSSession@@UBEXAAVostream@@@Z @26314 NONAME ?PrintOn@PLDAPAttr_objectClass@RTPerson@PILSSession@@UBEXAAVostream@@@Z @26315 NONAME ?PrintOn@PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@UBEXAAVostream@@@Z @26316 NONAME ?PrintOn@PLDAPAttr_sappguid@RTPerson@PILSSession@@UBEXAAVostream@@@Z @26317 NONAME ?PrintOn@PLDAPAttr_sappid@RTPerson@PILSSession@@UBEXAAVostream@@@Z @26318 NONAME ?PrintOn@PLDAPAttr_sflags@RTPerson@PILSSession@@UBEXAAVostream@@@Z @26319 NONAME ?PrintOn@PLDAPAttr_sipAddress@RTPerson@PILSSession@@UBEXAAVostream@@@Z @26320 NONAME ?PrintOn@PLDAPAttr_smimetype@RTPerson@PILSSession@@UBEXAAVostream@@@Z @26321 NONAME ?PrintOn@PLDAPAttr_smodop@RTPerson@PILSSession@@UBEXAAVostream@@@Z @26322 NONAME ?PrintOn@PLDAPAttr_sport@RTPerson@PILSSession@@UBEXAAVostream@@@Z @26323 NONAME ?PrintOn@PLDAPAttr_sprotid@RTPerson@PILSSession@@UBEXAAVostream@@@Z @26324 NONAME ?PrintOn@PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@UBEXAAVostream@@@Z @26325 NONAME ?PrintOn@PLDAPAttr_ssecurity@RTPerson@PILSSession@@UBEXAAVostream@@@Z @26326 NONAME ?PrintOn@PLDAPAttr_sttl@RTPerson@PILSSession@@UBEXAAVostream@@@Z @26327 NONAME ?PrintOn@PLDAPAttr_surname@RTPerson@PILSSession@@UBEXAAVostream@@@Z @26328 NONAME ?PrintOn@PLDAPAttr_timestamp@RTPerson@PILSSession@@UBEXAAVostream@@@Z @26329 NONAME ?PrintOn@Q931@@UBEXAAVostream@@@Z @12131 NONAME ?PrintOn@ReceiverReport@RTP_Session@@UBEXAAVostream@@@Z @12440 NONAME ?PrintOn@RTP_JitterBufferAnalyser@@UBEXAAVostream@@@Z @12456 NONAME ?PrintOn@SenderReport@RTP_Session@@UBEXAAVostream@@@Z @12441 NONAME ?PrintOn@SourceDescription@RTP_Session@@UBEXAAVostream@@@Z @12442 NONAME ?PrintOn@T38_Data_Field_subtype@@UBEXAAVostream@@@Z @18995 NONAME ?PrintOn@T38_IFPPacket@@UBEXAAVostream@@@Z @18996 NONAME ?PrintOn@T38_PreCorrigendum_Data_Field_subtype@@UBEXAAVostream@@@Z @21499 NONAME ?PrintOn@T38_PreCorrigendum_IFPPacket@@UBEXAAVostream@@@Z @21500 NONAME ?PrintOn@T38_UDPTLPacket@@UBEXAAVostream@@@Z @18997 NONAME ?PrintOn@T38_UDPTLPacket_error_recovery_fec_info@@UBEXAAVostream@@@Z @18998 NONAME ?PrintOn@X224@@UBEXAAVostream@@@Z @12132 NONAME ?PrintOn@X880_Invoke@@UBEXAAVostream@@@Z @14907 NONAME ?PrintOn@X880_Reject@@UBEXAAVostream@@@Z @14908 NONAME ?PrintOn@X880_ReturnError@@UBEXAAVostream@@@Z @14909 NONAME ?PrintOn@X880_ReturnResult@@UBEXAAVostream@@@Z @14910 NONAME ?PrintOn@X880_ReturnResult_result@@UBEXAAVostream@@@Z @14911 NONAME ?ProcessFrame@Pre_Vid_Coder@@QAEXPAVVideoFrame@@@Z @12133 NONAME ?ProcessOneFrame@P64Encoder@@QAEXXZ @12134 NONAME ?PurgeBufferQueue@Transmitter@@IAEXPAUpktbuf@1@@Z @12135 NONAME ?push_back@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAEXABULookupRecord@@@Z @44761 NONAME ?quantize@P64Decoder@@IAEHHH@Z @12136 NONAME ?rdct@@YAXPAFIIPAEHPBE@Z @20340 NONAME ?rdct@@YAXPAFIIPAEHPBH@Z @20341 NONAME ?rdct_fold_q@@YAXPBHPAH@Z @12140 NONAME ?Read@G7231_File_Codec@@UAEHPAEAAIAAVRTP_DataFrame@@@Z @20992 NONAME ?Read@H323FramedAudioCodec@@UAEHPAEAAIAAVRTP_DataFrame@@@Z @12141 NONAME ?Read@H323PluginVideoCodec@@UAEHPAEAAIAAVRTP_DataFrame@@@Z @37895 NONAME ?Read@H323SignalPDU@@QAEHAAVH323Transport@@@Z @12143 NONAME ?Read@H323TransactionPDU@@UAEHAAVH323Transport@@@Z @24053 NONAME ?Read@H323_H261Codec@@UAEHPAEAAIAAVRTP_DataFrame@@@Z @12144 NONAME ?Read@H323_LIDCodec@@UAEHPAEAAIAAVRTP_DataFrame@@@Z @12145 NONAME ?Read@OpalLineChannel@@UAEHPAXH@Z @12146 NONAME ?Read@PWAVFileConverterXLaw@@UAEHAAVPWAVFile@@PAXH@Z @43193 NONAME ?Read@T120ConnectPDU@@QAEHAAVH323Transport@@@Z @20190 NONAME ?Read@T120_X224@@QAEHAAVH323Transport@@@Z @20191 NONAME ?ReadBlock@OpalLineInterfaceDevice@@UAEHIPAXH@Z @12781 NONAME ?ReadBufferedData@RTP_Session@@QAEHKAAVRTP_DataFrame@@@Z @12468 NONAME ?ReadControlPDU@RTP_UDP@@IAE?AW4SendReceiveStatus@RTP_Session@@XZ @12147 NONAME ?ReadData@RTP_JitterBuffer@@UAEHKAAVRTP_DataFrame@@@Z @12469 NONAME ?ReadData@RTP_UDP@@UAEHAAVRTP_DataFrame@@@Z @12148 NONAME ?ReadData@VoipBlasterInterface@@QAEHPAXHVPTimeInterval@@@Z @26678 NONAME ?ReadDataOrControlPDU@RTP_UDP@@IAE?AW4SendReceiveStatus@RTP_Session@@AAVPUDPSocket@@AAVPBYTEArray@@H@Z @23930 NONAME ?ReadDataPDU@RTP_UDP@@IAE?AW4SendReceiveStatus@RTP_Session@@AAVRTP_DataFrame@@@Z @12149 NONAME ?ReadDTMF@OpalIxJDevice@@UAEDI@Z @12150 NONAME ?ReadDTMF@OpalLineInterfaceDevice@@UAEDI@Z @12151 NONAME ?ReadDTMF@OpalUSBDevice@@UAEDI@Z @44762 NONAME ?ReadDTMF@OpalVoipBlasterDevice@@UAEDI@Z @20044 NONAME ?ReadFrame@OpalIxJDevice@@UAEHIPAXAAH@Z @12815 NONAME ?ReadFrame@OpalUSBDevice@@UAEHIPAXAAH@Z @44763 NONAME ?ReadFrame@OpalVoipBlasterDevice@@UAEHIPAXAAH@Z @20045 NONAME ?ReadFrom@OpalGloballyUniqueID@@UAEXAAVistream@@@Z @13855 NONAME ?ReadFrom@PLDAPAttr_c@RTPerson@PILSSession@@UAEXAAVistream@@@Z @26330 NONAME ?ReadFrom@PLDAPAttr_cn@RTPerson@PILSSession@@UAEXAAVistream@@@Z @26331 NONAME ?ReadFrom@PLDAPAttr_comment@RTPerson@PILSSession@@UAEXAAVistream@@@Z @26332 NONAME ?ReadFrom@PLDAPAttr_givenName@RTPerson@PILSSession@@UAEXAAVistream@@@Z @26333 NONAME ?ReadFrom@PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@UAEXAAVistream@@@Z @26334 NONAME ?ReadFrom@PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@UAEXAAVistream@@@Z @26335 NONAME ?ReadFrom@PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@UAEXAAVistream@@@Z @26336 NONAME ?ReadFrom@PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@UAEXAAVistream@@@Z @26337 NONAME ?ReadFrom@PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@UAEXAAVistream@@@Z @26338 NONAME ?ReadFrom@PLDAPAttr_location@RTPerson@PILSSession@@UAEXAAVistream@@@Z @26339 NONAME ?ReadFrom@PLDAPAttr_o@RTPerson@PILSSession@@UAEXAAVistream@@@Z @26340 NONAME ?ReadFrom@PLDAPAttr_objectClass@RTPerson@PILSSession@@UAEXAAVistream@@@Z @26341 NONAME ?ReadFrom@PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@UAEXAAVistream@@@Z @26342 NONAME ?ReadFrom@PLDAPAttr_sappguid@RTPerson@PILSSession@@UAEXAAVistream@@@Z @26343 NONAME ?ReadFrom@PLDAPAttr_sappid@RTPerson@PILSSession@@UAEXAAVistream@@@Z @26344 NONAME ?ReadFrom@PLDAPAttr_sflags@RTPerson@PILSSession@@UAEXAAVistream@@@Z @26345 NONAME ?ReadFrom@PLDAPAttr_sipAddress@RTPerson@PILSSession@@UAEXAAVistream@@@Z @26346 NONAME ?ReadFrom@PLDAPAttr_smimetype@RTPerson@PILSSession@@UAEXAAVistream@@@Z @26347 NONAME ?ReadFrom@PLDAPAttr_smodop@RTPerson@PILSSession@@UAEXAAVistream@@@Z @26348 NONAME ?ReadFrom@PLDAPAttr_sport@RTPerson@PILSSession@@UAEXAAVistream@@@Z @26349 NONAME ?ReadFrom@PLDAPAttr_sprotid@RTPerson@PILSSession@@UAEXAAVistream@@@Z @26350 NONAME ?ReadFrom@PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@UAEXAAVistream@@@Z @26351 NONAME ?ReadFrom@PLDAPAttr_ssecurity@RTPerson@PILSSession@@UAEXAAVistream@@@Z @26352 NONAME ?ReadFrom@PLDAPAttr_sttl@RTPerson@PILSSession@@UAEXAAVistream@@@Z @26353 NONAME ?ReadFrom@PLDAPAttr_surname@RTPerson@PILSSession@@UAEXAAVistream@@@Z @26354 NONAME ?ReadFrom@PLDAPAttr_timestamp@RTPerson@PILSSession@@UAEXAAVistream@@@Z @26355 NONAME ?ReadNextCompound@RTP_ControlFrame@@QAEHXZ @20606 NONAME ?ReadOnePacket@P64Encoder@@QAEXPAEAAI@Z @12155 NONAME ?ReadPDU@H323TransportTCP@@UAEHAAVPBYTEArray@@@Z @12156 NONAME ?ReadPDU@H323TransportUDP@@UAEHAAVPBYTEArray@@@Z @12157 NONAME ?ReadPipe@VoipBlasterInterface@@IAEHPAX0KVPTimeInterval@@@Z @26679 NONAME ?ReadRaw@H323Codec@@QAEHPAXHAAH@Z @20158 NONAME ?ReadStatus@VoipBlasterInterface@@QAE?AW4Status@1@VPTimeInterval@@@Z @26680 NONAME ?Receive@H323_ExternalRTPChannel@@UAEXXZ @19933 NONAME ?Receive@H323_RTPChannel@@UAEXXZ @12158 NONAME ?Receive@H323_T120Channel@@UAEXXZ @18999 NONAME ?Receive@H323_T38Channel@@UAEXXZ @19000 NONAME ?ReceivedPacket@OpalRFC2833@@MAEXAAVRTP_DataFrame@@H@Z @20143 NONAME ?ReceivedPacket@OpalRtpToWavFile@@MAEXAAVRTP_DataFrame@@H@Z @20574 NONAME ?ReceiveFeatureSet@@YAXPBVH225_RAS@@IABVH225_AdmissionConfirm@@@Z @43556 NONAME ?ReceiveFeatureSet@@YAXPBVH225_RAS@@IABVH225_AdmissionReject@@@Z @43557 NONAME ?ReceiveFeatureSet@@YAXPBVH225_RAS@@IABVH225_AdmissionRequest@@@Z @43558 NONAME ?ReceiveFeatureSet@@YAXPBVH225_RAS@@IABVH225_GatekeeperConfirm@@@Z @43559 NONAME ?ReceiveFeatureSet@@YAXPBVH225_RAS@@IABVH225_GatekeeperReject@@@Z @43560 NONAME ?ReceiveFeatureSet@@YAXPBVH225_RAS@@IABVH225_GatekeeperRequest@@@Z @43561 NONAME ?ReceiveFeatureSet@@YAXPBVH225_RAS@@IABVH225_LocationConfirm@@@Z @43562 NONAME ?ReceiveFeatureSet@@YAXPBVH225_RAS@@IABVH225_LocationReject@@@Z @43563 NONAME ?ReceiveFeatureSet@@YAXPBVH225_RAS@@IABVH225_LocationRequest@@@Z @43564 NONAME ?ReceiveFeatureSet@@YAXPBVH225_RAS@@IABVH225_NonStandardMessage@@@Z @43565 NONAME ?ReceiveFeatureSet@@YAXPBVH225_RAS@@IABVH225_RegistrationConfirm@@@Z @43566 NONAME ?ReceiveFeatureSet@@YAXPBVH225_RAS@@IABVH225_RegistrationReject@@@Z @43567 NONAME ?ReceiveFeatureSet@@YAXPBVH225_RAS@@IABVH225_RegistrationRequest@@@Z @43568 NONAME ?ReceiveFeatureSet@@YAXPBVH225_RAS@@IABVH225_ServiceControlIndication@@@Z @43569 NONAME ?ReceiveFeatureSet@@YAXPBVH225_RAS@@IABVH225_ServiceControlResponse@@@Z @43570 NONAME ?ReceiveFeatureSet@@YAXPBVH323Connection@@IABVH225_Alerting_UUIE@@@Z @43571 NONAME ?ReceiveFeatureSet@@YAXPBVH323Connection@@IABVH225_CallProceeding_UUIE@@@Z @43572 NONAME ?ReceiveFeatureSet@@YAXPBVH323Connection@@IABVH225_Connect_UUIE@@@Z @43573 NONAME ?ReceiveFeatureSet@@YAXPBVH323Connection@@IABVH225_Facility_UUIE@@@Z @43574 NONAME ?ReceiveTimeout@OpalRFC2833@@MAEXAAVPTimer@@H@Z @20144 NONAME ?Redraw@H323_H261Codec@@IAEHXZ @12161 NONAME ?Register@?$PFactory@VH235Authenticator@@VPString@@@@SAXABVPString@@PAVWorkerBase@1@@Z @44764 NONAME ?Register@?$PFactory@VH323Capability@@VPString@@@@SAXABVPString@@PAVH323Capability@@@Z @42960 NONAME ?Register@?$PFactory@VH323Capability@@VPString@@@@SAXABVPString@@PAVWorkerBase@1@@Z @42961 NONAME ?Register@?$PFactory@VOpalFactoryCodec@@VPString@@@@SAXABVPString@@PAVWorkerBase@1@@Z @43575 NONAME ?Register@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@SAXABVPString@@PAVOpalLineInterfaceDevice@@@Z @44765 NONAME ?Register@?$PFactory@VOpalMediaFormat@@VPString@@@@SAXABVPString@@PAVOpalMediaFormat@@@Z @42962 NONAME ?Register@?$PFactory@VOpalMediaFormat@@VPString@@@@SAXABVPString@@PAVWorkerBase@1@@Z @42963 NONAME ?Register@?$PFactory@VPPluginModuleManager@@VPString@@@@SAXABVPString@@PAVWorkerBase@1@@Z @42964 NONAME ?Register@?$PFactory@VPWAVFileConverter@@I@@SAXABIPAVWorkerBase@1@@Z @43194 NONAME ?RegisterCodecs@H323PluginCodecManager@@IAEXIPAX@Z @37925 NONAME ?RegisterHID@HIDPluginDeviceManager@@UAEHIPAX@Z @44766 NONAME ?RegisterStaticCodec@H323PluginCodecManager@@QAEXPBDP6AIXZP6APAUPluginCodec_Definition@@PAII@Z@Z @37926 NONAME ?Register_Internal@?$PFactory@VH235Authenticator@@VPString@@@@IAEXABVPString@@PAVWorkerBase@1@@Z @44767 NONAME ?Register_Internal@?$PFactory@VH323Capability@@VPString@@@@IAEXABVPString@@PAVWorkerBase@1@@Z @42965 NONAME ?Register_Internal@?$PFactory@VOpalFactoryCodec@@VPString@@@@IAEXABVPString@@PAVWorkerBase@1@@Z @43576 NONAME ?Register_Internal@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@IAEXABVPString@@PAVWorkerBase@1@@Z @44768 NONAME ?Register_Internal@?$PFactory@VOpalMediaFormat@@VPString@@@@IAEXABVPString@@PAVWorkerBase@1@@Z @42966 NONAME ?Register_Internal@?$PFactory@VPPluginModuleManager@@VPString@@@@IAEXABVPString@@PAVWorkerBase@1@@Z @42967 NONAME ?Register_Internal@?$PFactory@VPWAVFileConverter@@I@@IAEXABIPAVWorkerBase@1@@Z @43195 NONAME ?RegistrationRequest@H323Gatekeeper@@QAEHH@Z @12163 NONAME ?RegistrationTimeToLive@H323Gatekeeper@@IAEXXZ @20545 NONAME ?Release@H245NegLogicalChannel@@MAEXXZ @13886 NONAME ?ReleaseOnePacket@Transmitter@@IAEXPAUpktbuf@1@@Z @12166 NONAME ?ReleaseSession@H323Connection@@UAEXI@Z @19871 NONAME ?ReleaseSession@RTP_SessionManager@@QAEXI@Z @12168 NONAME ?Remove@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UAEHPAVH323GatekeeperCall@@@Z @21416 NONAME ?Remove@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UAEHPAVH323PeerElementDescriptor@@@Z @25806 NONAME ?Remove@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UAEHPAVH323PeerElementServiceRelationship@@@Z @25807 NONAME ?Remove@H323Capabilities@@QAEXABVPString@@@Z @12546 NONAME ?Remove@H323Capabilities@@QAEXABVPStringArray@@@Z @12547 NONAME ?Remove@H323Capabilities@@QAEXPAVH323Capability@@@Z @12540 NONAME ?RemoveAlias@H323GatekeeperServer@@QAEXAAVH323RegisteredEndPoint@@ABVPString@@@Z @26681 NONAME ?RemoveAlias@H323RegisteredEndPoint@@QAEXABVPString@@@Z @26682 NONAME ?RemoveAliasName@H323EndPoint@@QAEHABVPString@@@Z @12169 NONAME ?RemoveAll@H245NegLogicalChannels@@QAEXXZ @12170 NONAME ?RemoveAll@H323Capabilities@@QAEXXZ @12541 NONAME ?RemoveAll@PASN_Array@@QAEXXZ @41944 NONAME ?RemoveAllServiceRelationships@H323PeerElement@@QAEHXZ @25958 NONAME ?RemoveAt@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UAEPAVH245NegLogicalChannel@@ABVH323ChannelNumber@@@Z @12171 NONAME ?RemoveAt@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UAEPAVH323ServiceControlSession@@ABVPOrdinalKey@@@Z @23630 NONAME ?RemoveAt@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UAEPAVH450xHandler@@ABVPOrdinalKey@@@Z @19504 NONAME ?RemoveAt@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UAEPAVPBYTEArray@@ABVPOrdinalKey@@@Z @12172 NONAME ?RemoveAt@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UAEPAVRequest@H323Transactor@@ABVPOrdinalKey@@@Z @25906 NONAME ?RemoveAt@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UAEPAVRTP_Session@@ABVPOrdinalKey@@@Z @12173 NONAME ?RemoveAt@?$PDictionary@VPString@@VH323Connection@@@@UAEPAVH323Connection@@ABVPString@@@Z @12174 NONAME ?RemoveAt@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UAEPAVH323RegisteredEndPoint@@ABVPString@@@Z @19167 NONAME ?RemoveAt@?$PDictionary@VPString@@VPOrdinalKey@@@@UAEPAVPOrdinalKey@@ABVPString@@@Z @25959 NONAME ?RemoveAt@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UAEHH@Z @21417 NONAME ?RemoveAt@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UAEHH@Z @25808 NONAME ?RemoveAt@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UAEHH@Z @25809 NONAME ?RemoveAt@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UAEHABVPString@@@Z @21418 NONAME ?RemoveCall@H323GatekeeperServer@@UAEXPAVH323GatekeeperCall@@@Z @20488 NONAME ?RemoveCall@H323RegisteredEndPoint@@UAEHPAVH323GatekeeperCall@@@Z @37948 NONAME ?RemoveCapabilities@H323EndPoint@@QAEXABVPStringArray@@@Z @16227 NONAME ?RemoveDescriptorInformation@H323PeerElement@@IAEXABVH501_ArrayOf_AddressTemplate@@@Z @26158 NONAME ?RemoveEndPoint@H323GatekeeperServer@@UAEHPAVH323RegisteredEndPoint@@@Z @26694 NONAME ?RemoveFilter@H323_RTPChannel@@QAEXABVPNotifier@@@Z @20577 NONAME ?RemoveGatekeeper@H323EndPoint@@QAEHH@Z @12176 NONAME ?RemoveIE@Q931@@QAEXW4InformationElementCodes@1@@Z @19177 NONAME ?RemoveListener@H323EndPoint@@QAEHPAVH323Listener@@@Z @12794 NONAME ?RemoveListener@H323TransactionServer@@QAEHPAVH323Transactor@@@Z @24054 NONAME ?RemoveServiceRelationship@H323PeerElement@@QAEHABVH323TransportAddress@@H@Z @25960 NONAME ?RemoveServiceRelationship@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@H@Z @26513 NONAME ?RenderFrame@H323_H261Codec@@IAEHXZ @12177 NONAME ?Reopen@RTP_UDP@@QAEXH@Z @26656 NONAME ?Reorder@H323Capabilities@@QAEXABVPStringArray@@@Z @12544 NONAME ?ReorderCapabilities@H323EndPoint@@QAEXABVPStringArray@@@Z @16228 NONAME ?RequestModeChange@H323Connection@@UAEHABVH245_ArrayOf_ModeDescription@@@Z @19896 NONAME ?RequestModeChange@H323Connection@@UAEHABVPString@@@Z @19897 NONAME ?RequestModeChangeT38@H323Connection@@UAEHPBD@Z @20546 NONAME ?resetiosflags@@YA?AV__SMANIP_long@@J@Z @41945 NONAME ?resetndblk@P64Decoder@@QAEXXZ @41946 NONAME ?Resize@H323_H261Codec@@IAEHHH@Z @12179 NONAME ?Restart@H245NegMasterSlaveDetermination@@IAEHXZ @12180 NONAME ?RetrieveCall@H323Connection@@QAEXXZ @19965 NONAME ?RetrieveCall@H4504Handler@@QAEXXZ @19966 NONAME ?RingLine@OpalIxJDevice@@UAEHIHPAI@Z @21430 NONAME ?RingLine@OpalIxJDevice@@UAEHIK@Z @12181 NONAME ?RingLine@OpalLineInterfaceDevice@@UAEHIHPAI@Z @21431 NONAME ?RingLine@OpalLineInterfaceDevice@@UAEHIK@Z @12182 NONAME ?RingLine@OpalUSBDevice@@UAEHIK@Z @44769 NONAME ?RingLine@OpalVoipBlasterDevice@@UAEHIK@Z @20048 NONAME ?ROWZAG@@3QBEB @12183 NONAME ?RunContinuous@SoundTones@OpalUSBDevice@@QBEXPAV2@@Z @44770 NONAME ?SameSize@Encoder@@IAEHPBVVideoFrame@@@Z @41947 NONAME ?save@Pre_Vid_Coder@@IAEXPAE0H@Z @41948 NONAME ?saveblks@Pre_Vid_Coder@@IAEXPAE@Z @12184 NONAME ?SelectDefaultLogicalChannel@H323Connection@@UAEXI@Z @12185 NONAME ?SelectFastStartChannels@H323Connection@@UAEXIHH@Z @12791 NONAME ?SendAccessRequestByAddr@H323PeerElement@@QAE?AW4Error@1@ABVH323TransportAddress@@AAVH501PDU@@1@Z @26402 NONAME ?SendAccessRequestByID@H323PeerElement@@QAE?AW4Error@1@ABVOpalGloballyUniqueID@@AAVH501PDU@@1@Z @26403 NONAME ?SendCachedResponse@H323Transactor@@IAEHABVH323TransactionPDU@@@Z @25907 NONAME ?SendCachedResponse@Response@H323Transactor@@QAEHAAVH323Transport@@@Z @25908 NONAME ?SendCallCreditServiceControl@H323GatekeeperCall@@UAEHXZ @23648 NONAME ?SendCallerIDOnCallWaiting@OpalIxJDevice@@UAEHIABVPString@@@Z @12726 NONAME ?SendCallerIDOnCallWaiting@OpalLineInterfaceDevice@@UAEHIABVPString@@@Z @12727 NONAME ?SendCallerIDOnCallWaiting@OpalVoipBlasterDevice@@UAEHIABVPString@@@Z @20049 NONAME ?SendCallWaitingIndication@H323Connection@@QAEXI@Z @19967 NONAME ?SendCapabilitySet@H323Connection@@UAEXH@Z @16262 NONAME ?SendFastStartAcknowledge@H323Connection@@UAEHAAVH225_ArrayOf_PASN_OctetString@@@Z @18447 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_AdmissionConfirm@@@Z @43577 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_AdmissionReject@@@Z @43578 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_AdmissionRequest@@@Z @43579 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_GatekeeperConfirm@@@Z @43580 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_GatekeeperReject@@@Z @43581 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_GatekeeperRequest@@@Z @43582 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_LocationConfirm@@@Z @43583 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_LocationReject@@@Z @43584 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_LocationRequest@@@Z @43585 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_NonStandardMessage@@@Z @43586 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_RegistrationConfirm@@@Z @43587 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_RegistrationReject@@@Z @43588 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_RegistrationRequest@@@Z @43589 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_ServiceControlIndication@@@Z @43590 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_ServiceControlResponse@@@Z @43591 NONAME ?SendFeatureSet@@YAXPBVH323Connection@@IAAVH225_Alerting_UUIE@@@Z @44771 NONAME ?SendFeatureSet@@YAXPBVH323Connection@@IAAVH225_CallProceeding_UUIE@@@Z @44772 NONAME ?SendFeatureSet@@YAXPBVH323Connection@@IAAVH225_Connect_UUIE@@@Z @44773 NONAME ?SendFeatureSet@@YAXPBVH323Connection@@IAAVH225_Facility_UUIE@@@Z @44774 NONAME ?SendGeneralReject@H450xDispatcher@@QAEXHH@Z @19506 NONAME ?SendGeneralReject@H450xHandler@@QAEXH@Z @19507 NONAME ?SendInvokeReject@H450xDispatcher@@QAEXHH@Z @19508 NONAME ?SendInvokeReject@H450xHandler@@QAEXH@Z @19509 NONAME ?SendLogicalChannelMiscCommand@H323Connection@@QAEXAAVH323Channel@@I@Z @19701 NONAME ?SendMiscCommand@H323Channel@@QAEXI@Z @19685 NONAME ?SendMiscCommand@H323VideoCodec@@QAEXI@Z @19687 NONAME ?SendMoreDigits@H323Connection@@UAEXABVPString@@@Z @19626 NONAME ?SendReport@RTP_Session@@UAEHXZ @20342 NONAME ?SendReturnError@H450xDispatcher@@QAEXHH@Z @19510 NONAME ?SendReturnError@H450xHandler@@QAEXH@Z @19511 NONAME ?SendReturnErrorReject@H450xDispatcher@@QAEXHH@Z @19512 NONAME ?SendReturnErrorReject@H450xHandler@@QAEXH@Z @19513 NONAME ?SendReturnResultReject@H450xDispatcher@@QAEXHH@Z @19514 NONAME ?SendReturnResultReject@H450xHandler@@QAEXH@Z @19515 NONAME ?SendServiceControlSession@H323GatekeeperCall@@UAEHABVH323ServiceControlSession@@@Z @23649 NONAME ?SendServiceControlSession@H323RegisteredEndPoint@@UAEHABVH323ServiceControlSession@@@Z @23650 NONAME ?SendSignalSetup@H323Connection@@UAE?AW4CallEndReason@1@ABVPString@@ABVH323TransportAddress@@@Z @12187 NONAME ?SendTone@OpalRFC2833@@UAEHDI@Z @20145 NONAME ?SendUnsolicitedIRR@H323Gatekeeper@@IAEHAAVH225_InfoRequestResponse@@AAVH323RasPDU@@@Z @20609 NONAME ?SendUpdateDescriptor@H323PeerElement@@IAE?AW4Error@1@AAVH501PDU@@ABVH323TransportAddress@@PAVH323PeerElementDescriptor@@W4Choices@H501_UpdateInformation_updateType@@@Z @25963 NONAME ?SendUpdateDescriptorByAddr@H323PeerElement@@QAE?AW4Error@1@ABVH323TransportAddress@@PAVH323PeerElementDescriptor@@W4Choices@H501_UpdateInformation_updateType@@@Z @25964 NONAME ?SendUpdateDescriptorByID@H323PeerElement@@QAE?AW4Error@1@ABVOpalGloballyUniqueID@@PAVH323PeerElementDescriptor@@W4Choices@H501_UpdateInformation_updateType@@@Z @25965 NONAME ?SendUserInput@H323Connection@@UAEXABVPString@@@Z @12188 NONAME ?SendUserInputIndication@H323Connection@@UAEXABVH245_UserInputIndication@@@Z @12189 NONAME ?SendUserInputIndicationQ931@H323Connection@@UAEXABVPString@@@Z @20361 NONAME ?SendUserInputIndicationString@H323Connection@@UAEXABVPString@@@Z @20089 NONAME ?SendUserInputIndicationTone@H323Connection@@UAEXDIII@Z @20090 NONAME ?SendUserInputTone@H323Connection@@UAEXDIII@Z @12190 NONAME ?SendVisualMessageWaitingIndicator@OpalIxJDevice@@UAEHIH@Z @12728 NONAME ?SendVisualMessageWaitingIndicator@OpalLineInterfaceDevice@@UAEHIH@Z @12729 NONAME ?SendVisualMessageWaitingIndicator@OpalVoipBlasterDevice@@UAEHIH@Z @20050 NONAME ?ServiceControlIndication@H323GatekeeperListener@@UAEHAAVH323RegisteredEndPoint@@ABVH323ServiceControlSession@@PAVH323GatekeeperCall@@@Z @23651 NONAME ?ServiceRelease@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@I@Z @25829 NONAME ?ServiceRequestByAddr@H323PeerElement@@QAE?AW4Error@1@ABVH323TransportAddress@@AAVOpalGloballyUniqueID@@@Z @25966 NONAME ?ServiceRequestByID@H323PeerElement@@QAE?AW4Error@1@AAVOpalGloballyUniqueID@@@Z @25967 NONAME ?Set@PortInfo@H323EndPoint@@QAEXIIII@Z @21066 NONAME ?SetAEC@OpalIxJDevice@@UAEHIW4AECLevels@OpalLineInterfaceDevice@@@Z @12192 NONAME ?SetAEC@OpalLineInterfaceDevice@@UAEHIW4AECLevels@1@@Z @12193 NONAME ?SetAEC@OpalVoipBlasterDevice@@UAEHIW4AECLevels@OpalLineInterfaceDevice@@@Z @20051 NONAME ?SetAlternates@H323Gatekeeper@@IAEXABVH225_ArrayOf_AlternateGK@@H@Z @20743 NONAME ?SetAssociatedCallToken@H323Connection@@QAEXABVPString@@@Z @20232 NONAME ?SetAssociatedCallToken@H4502Handler@@QAEXABVPString@@@Z @41949 NONAME ?SetAt@?$PBaseArray@F@@QAEHHF@Z @41950 NONAME ?SetAt@?$PBaseArray@G@@QAEHHG@Z @41951 NONAME ?SetAt@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UAEHABVH323ChannelNumber@@PAVH245NegLogicalChannel@@@Z @12195 NONAME ?SetAt@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UAEHABVPOrdinalKey@@PAVH323ServiceControlSession@@@Z @23631 NONAME ?SetAt@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UAEHABVPOrdinalKey@@PAVH450xHandler@@@Z @19516 NONAME ?SetAt@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UAEHABVPOrdinalKey@@PAVPBYTEArray@@@Z @12196 NONAME ?SetAt@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UAEHABVPOrdinalKey@@PAVRequest@H323Transactor@@@Z @25909 NONAME ?SetAt@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UAEHABVPOrdinalKey@@PAVRTP_Session@@@Z @12197 NONAME ?SetAt@?$PDictionary@VPString@@VH323Connection@@@@UAEHABVPString@@PAVH323Connection@@@Z @12198 NONAME ?SetAt@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UAEHABVPString@@PAVH323RegisteredEndPoint@@@Z @19171 NONAME ?SetAt@?$PDictionary@VPString@@VPOrdinalKey@@@@UAEHABVPString@@PAVPOrdinalKey@@@Z @25968 NONAME ?SetAt@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UAEXABVPString@@PAVH323RegisteredEndPoint@@@Z @21419 NONAME ?SetAudioJitterDelay@H323Connection@@QAEXII@Z @21422 NONAME ?SetAudioJitterDelay@H323EndPoint@@QAEXII@Z @21423 NONAME ?SetAuthenticators@H323TransactionPDU@@QAEXABVH235Authenticators@@@Z @41952 NONAME ?SetBackgroundFill@H323PluginVideoCodec@@UAEXH@Z @37898 NONAME ?SetBackgroundFill@H323VideoCodec@@UAEXH@Z @12676 NONAME ?SetBackgroundFill@H323_H261Codec@@UAEXH@Z @19718 NONAME ?SetBackgroundFill@P64Encoder@@QAEXH@Z @19719 NONAME ?SetBackgroundFill@Pre_Vid_Coder@@QAEXH@Z @41953 NONAME ?SetBandwidthAvailable@H323Connection@@QAEHIH@Z @12200 NONAME ?SetBandwidthUsed@H323Channel@@QAEHI@Z @12201 NONAME ?SetBandwidthUsed@H323GatekeeperCall@@QAEHI@Z @25639 NONAME ?SetBearerCapabilities@Q931@@QAEXW4InformationTransferCapability@1@III@Z @19531 NONAME ?SetCalledPartyNumber@Q931@@QAEXABVPString@@II@Z @12202 NONAME ?SetCallEndReason@H323Connection@@UAEXW4CallEndReason@1@PAVPSyncPoint@@@Z @20620 NONAME ?SetCallerID@OpalIxJDevice@@UAEHIABVPString@@@Z @12204 NONAME ?SetCallerID@OpalLineInterfaceDevice@@UAEHIABVPString@@@Z @12205 NONAME ?SetCallerID@OpalUSBDevice@@UAEHIABVPString@@@Z @44775 NONAME ?SetCallerID@OpalVoipBlasterDevice@@UAEHIABVPString@@@Z @20052 NONAME ?SetCallingPartyNumber@Q931@@QAEXABVPString@@IIHH@Z @12477 NONAME ?SetCallIntrusion@H323Connection@@QAEXXZ @41954 NONAME ?SetCallState@Q931@@QAEXW4CallStates@1@I@Z @20343 NONAME ?SetCanonicalName@RTP_Session@@QAEXABVPString@@@Z @21503 NONAME ?SetCapability@H235AuthCAT@@UAEHAAVH225_ArrayOf_AuthenticationMechanism@@AAVH225_ArrayOf_PASN_ObjectId@@@Z @23894 NONAME ?SetCapability@H235AuthProcedure1@@UAEHAAVH225_ArrayOf_AuthenticationMechanism@@AAVH225_ArrayOf_PASN_ObjectId@@@Z @20547 NONAME ?SetCapability@H235AuthSimpleMD5@@UAEHAAVH225_ArrayOf_AuthenticationMechanism@@AAVH225_ArrayOf_PASN_ObjectId@@@Z @19397 NONAME ?SetCapability@H323Capabilities@@QAEHHHPAVH323Capability@@@Z @12542 NONAME ?SetCapability@H323EndPoint@@QAEHHHPAVH323Capability@@@Z @12464 NONAME ?SetCapabilityNumber@H323Capability@@QAEXI@Z @41955 NONAME ?SetCaptureReceiveToAddress@PIPSocket@@QAEHXZ @43592 NONAME ?SetCause@Q931@@QAEXW4CauseValues@1@II@Z @12644 NONAME ?SetChannelIdentification@Q931@@QAEXIIH@Z @25815 NONAME ?SetConnectedNumber@Q931@@QAEXABVPString@@IIHHH@Z @19883 NONAME ?SetConstraints@PASN_Object@@QAEXW4ConstraintType@1@H@Z @41956 NONAME ?SetConstraints@PASN_Object@@QAEXW4ConstraintType@1@HI@Z @41957 NONAME ?SetConstraints@PASN_Object@@QAEXW4ConstraintType@1@HW4MaximumValueTag@1@@Z @41958 NONAME ?SetConsultationTransferSuccess@H4502Handler@@QAEXXZ @41959 NONAME ?SetContribSource@RTP_DataFrame@@QAEXHK@Z @12209 NONAME ?SetCount@RTP_ControlFrame@@QAEXI@Z @12443 NONAME ?SetCountryCode@OpalIxJDevice@@UAEHW4T35CountryCodes@OpalLineInterfaceDevice@@@Z @12210 NONAME ?SetCountryCode@OpalLineInterfaceDevice@@UAEHW4T35CountryCodes@1@@Z @12212 NONAME ?SetCountryCode@OpalVoipBlasterDevice@@UAEHW4T35CountryCodes@OpalLineInterfaceDevice@@@Z @20053 NONAME ?SetCountryCodeName@OpalLineInterfaceDevice@@UAEHABVPString@@@Z @12713 NONAME ?SetDelay@RTP_JitterBuffer@@QAEXII@Z @21424 NONAME ?SetDisplayName@Q931@@QAEXABVPString@@@Z @12214 NONAME ?SetDomainName@H323PeerElement@@QAEXABVPString@@@Z @25834 NONAME ?SetDynamicRTPPayloadType@H323_RealTimeChannel@@UAEHH@Z @20092 NONAME ?SetEndpointTypeInfo@H323EndPoint@@UBEXAAVH225_EndpointType@@@Z @12215 NONAME ?SetEnforcedDurationLimit@H323Connection@@QAEXI@Z @23632 NONAME ?SetExtension@RTP_DataFrame@@QAEXH@Z @12216 NONAME ?SetExtensionSize@RTP_DataFrame@@QAEHH@Z @26444 NONAME ?SetExtensionType@RTP_DataFrame@@QAEXH@Z @26445 NONAME ?SetExternalAddress@H323_ExternalRTPChannel@@QAEXABVH323TransportAddress@@0@Z @20238 NONAME ?SetForcedReleaseAccepted@H323Connection@@UAEXXZ @21041 NONAME ?SetForcedReleaseAccepted@H45011Handler@@QAEXXZ @21042 NONAME ?SetGatekeeper@H323EndPoint@@QAEHABVPString@@PAVH323Transport@@@Z @12218 NONAME ?SetGatekeeperIdentifier@H323GatekeeperServer@@QAEXABVPString@@H@Z @19172 NONAME ?SetGatekeeperPassword@H323EndPoint@@UAEXABVPString@@@Z @23654 NONAME ?SetGatekeeperZone@H323EndPoint@@QAEHABVPString@@0PAVH323Transport@@@Z @13887 NONAME ?SetH221NonStandardInfo@H323EndPoint@@UBEXAAVH225_H221NonStandard@@@Z @12219 NONAME ?SetHoldMedia@H323Connection@@QAEXPAVPChannel@@@Z @19968 NONAME ?SetIdentifier@H225_RAS@@QAEXABVPString@@@Z @41960 NONAME ?SetIE@Q931@@QAEXW4InformationElementCodes@1@ABVPBYTEArray@@@Z @12653 NONAME ?SetIgnoreOutOfOrderPackets@RTP_Session@@QAEXH@Z @41961 NONAME ?SetInfoRequestRate@H323Gatekeeper@@IAEXABVPTimeInterval@@@Z @21252 NONAME ?SetInitialBandwidth@H323Channel@@UAEHXZ @12220 NONAME ?SetIntrusionImpending@H323Connection@@UAEXXZ @21043 NONAME ?SetIntrusionImpending@H45011Handler@@QAEXXZ @21044 NONAME ?SetIntrusionNotAuthorized@H323Connection@@UAEXXZ @21045 NONAME ?SetIntrusionNotAuthorized@H45011Handler@@QAEXXZ @21046 NONAME ?setiosflags@@YA?AV__SMANIP_long@@J@Z @41962 NONAME ?SetJitterBufferSize@RTP_Session@@QAEXIIH@Z @21425 NONAME ?SetKeypad@Q931@@QAEXABVPString@@@Z @20362 NONAME ?SetLastReadCount@PWAVFile@@QAEXH@Z @43196 NONAME ?SetLineOffHook@OpalIxJDevice@@UAEHIH@Z @12222 NONAME ?SetLineOffHook@OpalUSBDevice@@UAEHIH@Z @44776 NONAME ?SetLineOffHook@OpalVoipBlasterDevice@@UAEHIH@Z @20054 NONAME ?SetLineOnHook@OpalLineInterfaceDevice@@UAEHI@Z @12224 NONAME ?SetLineToLineDirect@OpalIxJDevice@@UAEHIIH@Z @12225 NONAME ?SetLineToLineDirect@OpalLineInterfaceDevice@@UAEHIIH@Z @12226 NONAME ?SetLineToLineDirect@OpalVoipBlasterDevice@@UAEHIIH@Z @20055 NONAME ?SetLocalAddress@RTP_UDP@@QAEXABVAddress@PIPSocket@@@Z @41963 NONAME ?SetLocalId@H235Authenticator@@UAEXABVPString@@@Z @44777 NONAME ?SetLocalName@H323PeerElement@@QAEXABVPString@@@Z @25810 NONAME ?SetLocalPartyName@H323Connection@@QAEXABVPString@@@Z @20575 NONAME ?SetLocalUserName@H323EndPoint@@UAEXABVPString@@@Z @23655 NONAME ?SetLostPackets@ReceiverReport@RTP_ControlFrame@@QAEXI@Z @12445 NONAME ?SetMarker@RTP_DataFrame@@QAEXH@Z @12228 NONAME ?SetMaxBitRate@H323VideoCodec@@UAEHI@Z @23856 NONAME ?SetNoAutoDelete@PThread@@QAEXXZ @41965 NONAME ?SetNoMediaTimeout@H323EndPoint@@QAEHVPTimeInterval@@@Z @26419 NONAME ?SetNumber@H323Channel@@QAEXABVH323ChannelNumber@@@Z @41966 NONAME ?SetOnlyServiceRelationship@H323PeerElement@@QAEHABVPString@@H@Z @25969 NONAME ?SetPassword@H235Authenticator@@UAEXABVPString@@@Z @44778 NONAME ?SetPassword@H323Gatekeeper@@QAEXABVPString@@0@Z @19406 NONAME ?SetPassword@H323RegisteredEndPoint@@UAEHABVPString@@0@Z @23895 NONAME ?SetPause@H323Channel@@QAEXH@Z @41968 NONAME ?SetPayloadSize@RTP_ControlFrame@@QAEXH@Z @12231 NONAME ?SetPayloadSize@RTP_DataFrame@@QAEHH@Z @12232 NONAME ?SetPayloadType@OpalRFC2833@@QAEXW4PayloadTypes@RTP_DataFrame@@@Z @41969 NONAME ?SetPayloadType@RTP_ControlFrame@@QAEXI@Z @12233 NONAME ?SetPayloadType@RTP_DataFrame@@QAEXW4PayloadTypes@1@@Z @12234 NONAME ?SetPDU@H323TransportAddress@@QBEHAAVH225_TransportAddress@@@Z @12235 NONAME ?SetPDU@H323TransportAddress@@QBEHAAVH245_TransportAddress@@@Z @12236 NONAME ?SetPDU@Response@H323Transactor@@QAEXABVH323TransactionPDU@@@Z @25910 NONAME ?SetPeerElement@H323GatekeeperServer@@QAEXPAVH323PeerElement@@@Z @26180 NONAME ?SetPlayVolume@OpalIxJDevice@@UAEHII@Z @12237 NONAME ?SetPlayVolume@OpalLineInterfaceDevice@@UAEHII@Z @12238 NONAME ?SetPlayVolume@OpalUSBDevice@@UAEHII@Z @44779 NONAME ?SetPlayVolume@OpalVoipBlasterDevice@@UAEHII@Z @20056 NONAME ?SetPosition@PWAVFileConverterXLaw@@UAEHAAVPWAVFile@@JW4FilePositionOrigin@PFile@@@Z @43197 NONAME ?SetProgressIndicator@Q931@@QAEXIII@Z @12786 NONAME ?SetPromiscuous@H323Transport@@UAEXW4PromisciousModes@1@@Z @21508 NONAME ?SetPromiscuous@H323TransportUDP@@UAEXW4PromisciousModes@H323Transport@@@Z @21509 NONAME ?SetProtocolList@H323PeerElementDescriptor@@SAXAAVH501_ArrayOf_SupportedProtocols@@I@Z @25811 NONAME ?SetQ931Fields@H323SignalPDU@@QAEXABVH323Connection@@HIIHH@Z @18448 NONAME ?setq@H261Encoder@@QAEXH@Z @12240 NONAME ?SetQualityLevel@P64Encoder@@QAEXH@Z @19668 NONAME ?setquantizers@H261Encoder@@IAEXHHH@Z @12241 NONAME ?SetRawCodec@OpalIxJDevice@@UAEHI@Z @12822 NONAME ?SetRawCodec@OpalLineInterfaceDevice@@UAEHI@Z @12823 NONAME ?SetRawCodec@OpalVoipBlasterDevice@@UAEHI@Z @20057 NONAME ?SetReadCodec@OpalLineInterfaceDevice@@UAEHIW4PayloadTypes@RTP_DataFrame@@@Z @12243 NONAME ?SetReadFormat@OpalIxJDevice@@UAEHIABVOpalMediaFormat@@@Z @12942 NONAME ?SetReadFormat@OpalUSBDevice@@UAEHIABVOpalMediaFormat@@@Z @44780 NONAME ?SetReadFormat@OpalVoipBlasterDevice@@UAEHIABVOpalMediaFormat@@@Z @20058 NONAME ?SetReadFrameSize@OpalIxJDevice@@UAEHIH@Z @12730 NONAME ?SetReadFrameSize@OpalLineInterfaceDevice@@UAEHIH@Z @12245 NONAME ?SetReadFrameSize@OpalUSBDevice@@UAEHIH@Z @44781 NONAME ?SetReadFrameSize@OpalVoipBlasterDevice@@UAEHIH@Z @20059 NONAME ?SetRecordVolume@OpalIxJDevice@@UAEHII@Z @12248 NONAME ?SetRecordVolume@OpalLineInterfaceDevice@@UAEHII@Z @12249 NONAME ?SetRecordVolume@OpalUSBDevice@@UAEHII@Z @44782 NONAME ?SetRecordVolume@OpalVoipBlasterDevice@@UAEHII@Z @20060 NONAME ?SetRedirectingNumber@Q931@@QAEXABVPString@@IIHHH@Z @19596 NONAME ?SetRejectReason@H323GatekeeperARQ@@UAEXI@Z @20491 NONAME ?SetRejectReason@H323GatekeeperBRQ@@UAEXI@Z @20492 NONAME ?SetRejectReason@H323GatekeeperDRQ@@UAEXI@Z @20493 NONAME ?SetRejectReason@H323GatekeeperGRQ@@UAEXI@Z @20494 NONAME ?SetRejectReason@H323GatekeeperIRR@@UAEXI@Z @20602 NONAME ?SetRejectReason@H323GatekeeperLRQ@@UAEXI@Z @20495 NONAME ?SetRejectReason@H323GatekeeperRRQ@@UAEXI@Z @20496 NONAME ?SetRejectReason@H323GatekeeperURQ@@UAEXI@Z @20497 NONAME ?SetRejectReason@H501AccessRequest@@UAEXI@Z @26159 NONAME ?SetRejectReason@H501DescriptorUpdate@@UAEXI@Z @26160 NONAME ?SetRejectReason@H501ServiceRequest@@UAEXI@Z @26161 NONAME ?SetRemotCallWaiting@H323Connection@@QAEXI@Z @41970 NONAME ?SetRemoteAddress@H323TransportTCP@@UAEHABVH323TransportAddress@@@Z @12251 NONAME ?SetRemoteAddress@H323TransportUDP@@UAEHABVH323TransportAddress@@@Z @12252 NONAME ?SetRemoteApplication@H323Connection@@QAEXABVH225_EndpointType@@@Z @12357 NONAME ?SetRemoteId@H235Authenticator@@UAEXABVPString@@@Z @44783 NONAME ?SetRemotePartyInfo@H323Connection@@QAEXABVH323SignalPDU@@@Z @12478 NONAME ?SetRemoteSocketInfo@RTP_UDP@@QAEHVAddress@PIPSocket@@GH@Z @12254 NONAME ?SetRemoteVersions@H323Connection@@IAEXABVH225_ProtocolIdentifier@@@Z @20613 NONAME ?SetRemoveDTMF@OpalIxJDevice@@UAEHIH@Z @12255 NONAME ?SetRemoveDTMF@OpalLineInterfaceDevice@@UAEHIH@Z @12256 NONAME ?SetRemoveDTMF@OpalVoipBlasterDevice@@UAEHIH@Z @20061 NONAME ?SetRtpIpPorts@H323EndPoint@@QAEXII@Z @20344 NONAME ?SetRxStatisticsInterval@RTP_Session@@QAEXI@Z @20345 NONAME ?SetSendUserInputMode@H323Connection@@QAEXW4SendUserInputModes@1@@Z @20093 NONAME ?SetSequenceNumber@RTP_DataFrame@@QAEXG@Z @41972 NONAME ?SetSignalInfo@Q931@@QAEXW4SignalInfo@1@@Z @12494 NONAME ?SetSilenceDetectionMode@H323AudioCodec@@QAEXW4SilenceDetectionMode@1@IIII@Z @12258 NONAME ?SetSize@Encoder@@QAEXHH@Z @41973 NONAME ?SetSize@H261DCTEncoder@@UAEXHH@Z @12260 NONAME ?SetSize@H261Encoder@@MAEXHH@Z @12261 NONAME ?SetSize@H261PixelEncoder@@UAEXHH@Z @12262 NONAME ?SetSize@H323CapabilitiesSet@@UAEHH@Z @12543 NONAME ?SetSize@H323SimultaneousCapabilities@@UAEHH@Z @12264 NONAME ?SetSize@P64Encoder@@QAEXHH@Z @12266 NONAME ?SetSize@Pre_Vid_Coder@@IAEXHH@Z @12267 NONAME ?SetSize@VideoFrame@@QAEXHH@Z @12880 NONAME ?SetSoundChannelBufferDepth@H323EndPoint@@QAEXI@Z @12645 NONAME ?SetSoundChannelPlayDevice@H323EndPoint@@UAEHABVPString@@@Z @12269 NONAME ?SetSoundChannelPlayDriver@H323EndPoint@@UAEHABVPString@@@Z @43593 NONAME ?SetSoundChannelRecordDevice@H323EndPoint@@UAEHABVPString@@@Z @12270 NONAME ?SetSoundChannelRecordDriver@H323EndPoint@@UAEHABVPString@@@Z @43594 NONAME ?SetSTUNServer@H323EndPoint@@QAEXABVPString@@@Z @23920 NONAME ?SetSyncSource@RTP_DataFrame@@QAEXK@Z @41974 NONAME ?SetTargetFrameTimeMs@H323VideoCodec@@UAEHI@Z @23857 NONAME ?SetTCPPorts@H323EndPoint@@QAEXII@Z @20346 NONAME ?SetTimestamp@RTP_DataFrame@@QAEXK@Z @41975 NONAME ?SetTimestampGracePeriod@H235Authenticator@@UAEXH@Z @44784 NONAME ?SetToneFilter@OpalLineInterfaceDevice@@UAEHIW4CallProgressTones@1@ABVPString@@@Z @19016 NONAME ?SetToneFilterParameters@OpalIxJDevice@@UAEHIW4CallProgressTones@OpalLineInterfaceDevice@@IIHPBI1@Z @19017 NONAME ?SetToneFilterParameters@OpalLineInterfaceDevice@@UAEHIW4CallProgressTones@1@IIHPBI1@Z @19018 NONAME ?SetToolName@RTP_Session@@QAEXABVPString@@@Z @21504 NONAME ?SetTransport@H323Transactor@@QAEHABVH323TransportAddress@@@Z @25984 NONAME ?SetTransport@OpalT38Protocol@@QAEXPAVH323Transport@@H@Z @20309 NONAME ?SetTxFramesInPacket@H323AudioCapability@@UAEXI@Z @12271 NONAME ?SetTxFramesInPacket@H323Capability@@UAEXI@Z @12272 NONAME ?SetTxMaxQuality@H323PluginVideoCodec@@UAEXH@Z @37899 NONAME ?SetTxMaxQuality@H323VideoCodec@@UAEXH@Z @23858 NONAME ?SetTxMaxQuality@H323_H261Codec@@UAEXH@Z @23859 NONAME ?SetTxMinQuality@H323PluginVideoCodec@@UAEXH@Z @37900 NONAME ?SetTxMinQuality@H323VideoCodec@@UAEXH@Z @23860 NONAME ?SetTxMinQuality@H323_H261Codec@@UAEXH@Z @23861 NONAME ?SetTxQualityLevel@H323AudioCodec@@UAEXH@Z @44785 NONAME ?SetTxQualityLevel@H323PluginFramedAudioCodec@@UAEXH@Z @44786 NONAME ?SetTxQualityLevel@H323PluginVideoCodec@@UAEXH@Z @37901 NONAME ?SetTxQualityLevel@H323StreamedPluginAudioCodec@@UAEXH@Z @44787 NONAME ?SetTxQualityLevel@H323VideoCodec@@UAEXH@Z @12677 NONAME ?SetTxQualityLevel@H323_H261Codec@@UAEXH@Z @19669 NONAME ?SetTxStatisticsInterval@RTP_Session@@QAEXI@Z @20347 NONAME ?SetUDPPorts@H323EndPoint@@QAEXII@Z @20607 NONAME ?SetUpCallSignalAddresses@H323Transactor@@IAEHAAVH225_ArrayOf_TransportAddress@@@Z @24057 NONAME ?SetupGatekeeperRequest@H323Gatekeeper@@IAEIAAVH323RasPDU@@@Z @19623 NONAME ?SetupTransfer@H323EndPoint@@UAEPAVH323Connection@@ABVPString@@00AAV3@PAX@Z @19969 NONAME ?SetUpTransportPDU@H323ListenerTCP@@UAEHAAVH245_TransportAddress@@ABVH323Transport@@@Z @21021 NONAME ?SetUpTransportPDU@H323Transport@@UBEXAAVH225_TransportAddress@@H@Z @12274 NONAME ?SetUpTransportPDU@H323Transport@@UBEXAAVH245_TransportAddress@@I@Z @12275 NONAME ?SetUpTransportPDU@H323TransportIP@@UBEXAAVH225_TransportAddress@@H@Z @12276 NONAME ?SetUpTransportPDU@H323TransportIP@@UBEXAAVH245_TransportAddress@@I@Z @12277 NONAME ?SetUsageInfo@H323GatekeeperCall@@IAEXABVH225_RasUsageInformation@@@Z @21420 NONAME ?SetUserData@RTP_Session@@QAEXPAVRTP_UserData@@@Z @12278 NONAME ?SetUUIEsRequested@H323Connection@@QAEXI@Z @41976 NONAME ?SetVAD@OpalIxJDevice@@UAEHIH@Z @12838 NONAME ?SetVAD@OpalLineInterfaceDevice@@UAEHIH@Z @12839 NONAME ?SetVAD@OpalVoipBlasterDevice@@UAEHIH@Z @20062 NONAME ?SetValue@PASN_BMPString@@QAEXABV1@@Z @41977 NONAME ?SetValue@PASN_BMPString@@QAEXABV?$PScalarArray@G@@@Z @41978 NONAME ?SetValue@PASN_BMPString@@QAEXABVPString@@@Z @26660 NONAME ?SetValue@PASN_BMPString@@QAEXPBD@Z @26661 NONAME ?SetValue@PASN_Boolean@@QAEXH@Z @41979 NONAME ?SetValue@PASN_ConstrainedString@@QAEXABVPString@@@Z @41980 NONAME ?SetValue@PASN_ConstrainedString@@QAEXPBD@Z @41981 NONAME ?SetValue@PASN_Enumeration@@QAEXI@Z @41982 NONAME ?SetValue@PASN_Integer@@QAEXI@Z @41983 NONAME ?SetValue@PASN_OctetString@@QAEXABVPBYTEArray@@@Z @41984 NONAME ?SetValue@PASN_OctetString@@QAEXABVPString@@@Z @41985 NONAME ?SetValue@PASN_OctetString@@QAEXPBD@Z @41986 NONAME ?SetVendorIdentifierInfo@H323EndPoint@@UBEXAAVH225_VendorIdentifier@@@Z @12279 NONAME ?SetWinkDuration@OpalIxJDevice@@UAEHII@Z @26427 NONAME ?SetWinkDuration@OpalLineInterfaceDevice@@UAEHII@Z @26422 NONAME ?SetWriteCodec@OpalLineInterfaceDevice@@UAEHIW4PayloadTypes@RTP_DataFrame@@@Z @12283 NONAME ?SetWriteFormat@OpalIxJDevice@@UAEHIABVOpalMediaFormat@@@Z @12944 NONAME ?SetWriteFormat@OpalUSBDevice@@UAEHIABVOpalMediaFormat@@@Z @44788 NONAME ?SetWriteFormat@OpalVoipBlasterDevice@@UAEHIABVOpalMediaFormat@@@Z @20063 NONAME ?SetWriteFrameSize@OpalIxJDevice@@UAEHIH@Z @12731 NONAME ?SetWriteFrameSize@OpalLineInterfaceDevice@@UAEHIH@Z @12285 NONAME ?SetWriteFrameSize@OpalUSBDevice@@UAEHIH@Z @44789 NONAME ?SetWriteFrameSize@OpalVoipBlasterDevice@@UAEHIH@Z @20064 NONAME ?ShouldClearCallOnRoundTripFail@H323EndPoint@@QBEHXZ @41987 NONAME ?Signal@H323ConnectionsCleaner@@QAEXXZ @41988 NONAME ?size@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QBEIXZ @44790 NONAME ?size@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QBEIXZ @43198 NONAME ?size@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QBEIXZ @44791 NONAME ?size@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QBEIXZ @42968 NONAME ?size@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QBEIXZ @42969 NONAME ?size@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QBEIXZ @43595 NONAME ?size@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QBEIXZ @44792 NONAME ?size@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QBEIXZ @42970 NONAME ?SlowHandler@H323Transaction@@MAEXAAVPThread@@H@Z @26162 NONAME ?Start@H245NegMasterSlaveDetermination@@QAEHH@Z @13856 NONAME ?Start@H245NegTerminalCapabilitySet@@QAEHHH@Z @16263 NONAME ?Start@H323BidirectionalChannel@@UAEHXZ @12764 NONAME ?Start@H323UnidirectionalChannel@@UAEHXZ @12765 NONAME ?Start@H323_ExternalRTPChannel@@UAEHXZ @19934 NONAME ?StartChannel@H323Transactor@@UAEHXZ @25911 NONAME ?StartciTimer@H45011Handler@@QAEXVPTimeInterval@@@Z @20702 NONAME ?StartControlChannel@H323Connection@@UAEHABVH225_TransportAddress@@@Z @12294 NONAME ?StartControlChannel@H323Connection@@UAEHXZ @19676 NONAME ?StartControlChannel@H323Transport@@UAEXAAVH323Connection@@@Z @12779 NONAME ?StartControlNegotiations@H323Connection@@UAEHH@Z @44793 NONAME ?StartctTimer@H4502Handler@@QAEXVPTimeInterval@@@Z @19970 NONAME ?StartDiscovery@H323Gatekeeper@@IAEHABVH323TransportAddress@@@Z @12732 NONAME ?StartListener@H323EndPoint@@QAEHABVH323TransportAddress@@@Z @12772 NONAME ?StartListener@H323EndPoint@@QAEHPAVH323Listener@@@Z @12296 NONAME ?StartListeners@H323EndPoint@@QAEHABVH323TransportAddressArray@@@Z @21077 NONAME ?StartRequest@H245NegRequestMode@@UAEHABVH245_ArrayOf_ModeDescription@@@Z @19899 NONAME ?StartRequest@H245NegRequestMode@@UAEHABVPString@@@Z @19900 NONAME ?StartRequest@H245NegRoundTripDelay@@QAEHXZ @12298 NONAME ?StartRoundTripDelay@H323Connection@@QAEXXZ @12299 NONAME ?StateNames@H245NegLogicalChannel@@1QBQBDB @12300 NONAME ?StateNames@H245NegMasterSlaveDetermination@@1QBQBDB @12301 NONAME ?StateNames@H245NegTerminalCapabilitySet@@1QBQBDB @12302 NONAME ?StatusHandler@OpalVoipBlasterDevice@@UAEXAAVPThread@@H@Z @20065 NONAME ?StatusNames@H245NegMasterSlaveDetermination@@1QBQBDB @12303 NONAME ?Stop@H245NegMasterSlaveDetermination@@QAEXXZ @12656 NONAME ?Stop@H245NegTerminalCapabilitySet@@QAEXXZ @12657 NONAME ?StopAudio@OpalLineInterfaceDevice@@UAEHI@Z @25649 NONAME ?StopChannel@H323Transactor@@UAEXXZ @26363 NONAME ?StopciTimer@H45011Handler@@QAEXXZ @20703 NONAME ?StopctTimer@H4502Handler@@QAEXXZ @19971 NONAME ?StopRawCodec@OpalIxJDevice@@UAEHI@Z @12824 NONAME ?StopRawCodec@OpalLineInterfaceDevice@@UAEHI@Z @12825 NONAME ?StopRawCodec@OpalVoipBlasterDevice@@UAEHI@Z @20066 NONAME ?StopReadCodec@OpalIxJDevice@@UAEHI@Z @12306 NONAME ?StopReadCodec@OpalLineInterfaceDevice@@UAEHI@Z @12307 NONAME ?StopReadCodec@OpalUSBDevice@@UAEHI@Z @44794 NONAME ?StopReadCodec@OpalVoipBlasterDevice@@UAEHI@Z @20067 NONAME ?StopTone@OpalIxJDevice@@UAEHI@Z @12309 NONAME ?StopTone@OpalLineInterfaceDevice@@UAEHI@Z @12310 NONAME ?StopTone@OpalUSBDevice@@UAEHI@Z @44795 NONAME ?StopTone@OpalVoipBlasterDevice@@UAEHI@Z @20068 NONAME ?StopWriteCodec@OpalIxJDevice@@UAEHI@Z @12311 NONAME ?StopWriteCodec@OpalLineInterfaceDevice@@UAEHI@Z @12312 NONAME ?StopWriteCodec@OpalUSBDevice@@UAEHI@Z @44796 NONAME ?StopWriteCodec@OpalVoipBlasterDevice@@UAEHI@Z @20069 NONAME ?StoreOnePacket@Transmitter@@QAEXPAUpktbuf@1@@Z @12314 NONAME ?SubTypeNames@H323_UserInputCapability@@2QBQBDB @20096 NONAME ?suppress@Pre_Vid_Coder@@IAEXPBE@Z @12315 NONAME ?swap@FullP64Decoder@@IAEXXZ @12316 NONAME ?SwapChannel@H323Codec@@UAEPAVPChannel@@PAV2@H@Z @26662 NONAME ?SwapHoldMediaChannels@H323Connection@@AAEPAVPChannel@@PAV2@@Z @19972 NONAME ?sync@FullP64Decoder@@MAEXXZ @12317 NONAME ?sync@P64Decoder@@UAEXXZ @12318 NONAME ?TickleMonitor@H323Gatekeeper@@MAEXAAVPTimer@@H@Z @20548 NONAME ?TickleMonitor@H323PeerElement@@MAEXAAVPTimer@@H@Z @24061 NONAME ?TonePlay@OpalUSBDevice@@MAEXAAVPThread@@H@Z @44797 NONAME ?TransferCall@H323Connection@@QAEXABVPString@@0@Z @20233 NONAME ?TransferCall@H323EndPoint@@QAEXABVPString@@00@Z @20234 NONAME ?TransferCall@H4502Handler@@QAEXABVPString@@0@Z @20235 NONAME ?TranslateAliasAddress@H323GatekeeperCall@@UAEHABVH225_AliasAddress@@AAVH225_ArrayOf_AliasAddress@@AAVH323TransportAddress@@AAH@Z @43596 NONAME ?TranslateAliasAddress@H323GatekeeperServer@@UAEHABVH225_AliasAddress@@AAVH225_ArrayOf_AliasAddress@@AAVH323TransportAddress@@AAHPAVH323GatekeeperCall@@@Z @44798 NONAME ?TranslateAliasAddressToSignalAddress@H323GatekeeperServer@@UAEHABVH225_AliasAddress@@AAVH323TransportAddress@@@Z @19173 NONAME ?TranslateTCPAddress@H323EndPoint@@UAEXAAVAddress@PIPSocket@@ABV23@@Z @12850 NONAME ?Transmit@H323_ExternalRTPChannel@@UAEXXZ @19935 NONAME ?Transmit@H323_RTPChannel@@UAEXXZ @12320 NONAME ?Transmit@H323_T120Channel@@UAEXXZ @19003 NONAME ?Transmit@H323_T38Channel@@UAEXXZ @19006 NONAME ?TransmitEnded@OpalRFC2833@@MAEXAAVPTimer@@H@Z @20146 NONAME ?TransmitPacket@OpalRFC2833@@MAEXAAVRTP_DataFrame@@H@Z @20147 NONAME ?TryLock@H323Connection@@QAEHXZ @19705 NONAME ?uLawConverter@@3V?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@A @43199 NONAME ?Unlock@H323Connection@@QAEXXZ @19532 NONAME ?Unregister@?$PFactory@VOpalMediaFormat@@VPString@@@@SAXABVPString@@@Z @44799 NONAME ?Unregister@H323RegisteredEndPoint@@UAEHH@Z @21287 NONAME ?UnregisterAll@?$PFactory@VH323Capability@@VPString@@@@SAXXZ @42971 NONAME ?UnregisterAll@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@SAXXZ @44800 NONAME ?UnregisterAll@?$PFactory@VOpalMediaFormat@@VPString@@@@SAXXZ @42972 NONAME ?UnregisterAll_Internal@?$PFactory@VH323Capability@@VPString@@@@IAEXXZ @42973 NONAME ?UnregisterAll_Internal@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@IAEXXZ @44801 NONAME ?UnregisterAll_Internal@?$PFactory@VOpalMediaFormat@@VPString@@@@IAEXXZ @42974 NONAME ?UnregisterCodecs@H323PluginCodecManager@@IAEXIPAX@Z @37927 NONAME ?UnregisterHID@HIDPluginDeviceManager@@UAEHIPAX@Z @44802 NONAME ?Unregister_Internal@?$PFactory@VOpalMediaFormat@@VPString@@@@IAEXABVPString@@@Z @44803 NONAME ?UnregistrationRequest@H323Gatekeeper@@QAEHH@Z @12321 NONAME ?UnregistrationRequest@H323GatekeeperListener@@QAEHABVH323RegisteredEndPoint@@I@Z @21288 NONAME ?UpdateAllDescriptors@H323PeerElement@@MAEXAAVPThread@@H@Z @25970 NONAME ?UpdateDescriptor@H323PeerElement@@QAEHPAVH323PeerElementDescriptor@@@Z @25971 NONAME ?UpdateDescriptor@H323PeerElement@@QAEHPAVH323PeerElementDescriptor@@W4Choices@H501_UpdateInformation_updateType@@@Z @25972 NONAME ?upper_bound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @44804 NONAME ?UseBandwidth@H323Connection@@QAEHIH@Z @12322 NONAME ?UseGatekeeper@H323EndPoint@@QAEHABVPString@@00@Z @21289 NONAME ?UseGkAndEpIdentifiers@H235Authenticator@@UBEHXZ @19583 NONAME ?UseGkAndEpIdentifiers@H235AuthProcedure1@@UBEHXZ @19730 NONAME ?UseSession@H323Connection@@UAEPAVRTP_Session@@IABVH245_TransportAddress@@W4Directions@H323Channel@@PAVRTP_QOS@@@Z @26663 NONAME ?UseSession@RTP_SessionManager@@QAEPAVRTP_Session@@I@Z @12324 NONAME ?Validate@H323TransactionPDU@@QBE?AW4ValidationResult@H235Authenticator@@ABVPASN_Array@@I0I@Z @41993 NONAME ?Validate@H323TransportAddress@@IAEXXZ @12325 NONAME ?ValidateClearToken@H235AuthCAT@@UAE?AW4ValidationResult@H235Authenticator@@ABVH235_ClearToken@@@Z @23896 NONAME ?ValidateClearToken@H235Authenticator@@UAE?AW4ValidationResult@1@ABVH235_ClearToken@@@Z @23897 NONAME ?ValidateCryptoToken@H235Authenticator@@UAE?AW4ValidationResult@1@ABVH225_CryptoH323Token@@ABVPBYTEArray@@@Z @23898 NONAME ?ValidateCryptoToken@H235AuthProcedure1@@UAE?AW4ValidationResult@H235Authenticator@@ABVH225_CryptoH323Token@@ABVPBYTEArray@@@Z @23899 NONAME ?ValidateCryptoToken@H235AuthSimpleMD5@@UAE?AW4ValidationResult@H235Authenticator@@ABVH225_CryptoH323Token@@ABVPBYTEArray@@@Z @23900 NONAME ?ValidatePDU@H235Authenticators@@QBE?AW4ValidationResult@H235Authenticator@@ABVH323TransactionPDU@@ABVPASN_Array@@I1IABVPBYTEArray@@@Z @26163 NONAME ?ValidatePDU@H323GatekeeperARQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @23902 NONAME ?ValidatePDU@H323GatekeeperBRQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @23903 NONAME ?ValidatePDU@H323GatekeeperDRQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @23904 NONAME ?ValidatePDU@H323GatekeeperGRQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @23905 NONAME ?ValidatePDU@H323GatekeeperIRR@@UBE?AW4ValidationResult@H235Authenticator@@XZ @23906 NONAME ?ValidatePDU@H323GatekeeperLRQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @23907 NONAME ?ValidatePDU@H323GatekeeperRRQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @23908 NONAME ?ValidatePDU@H323GatekeeperURQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @23909 NONAME ?ValidatePDU@H501Transaction@@UBE?AW4ValidationResult@H235Authenticator@@XZ @26164 NONAME ?ValidateTokens@H235Authenticator@@UAE?AW4ValidationResult@1@ABVPASN_Array@@0ABVPBYTEArray@@@Z @26165 NONAME ?WaitForTone@OpalLineInterfaceDevice@@UAEHIW4CallProgressTones@1@I@Z @12326 NONAME ?WaitForToneDetect@OpalLineInterfaceDevice@@UAEIII@Z @12814 NONAME ?width@P64Decoder@@QBEHXZ @41994 NONAME ?Write@G7231_File_Codec@@UAEHPBEIABVRTP_DataFrame@@AAI@Z @20999 NONAME ?Write@H323FramedAudioCodec@@UAEHPBEIABVRTP_DataFrame@@AAI@Z @12328 NONAME ?Write@H323PluginVideoCodec@@UAEHPBEIABVRTP_DataFrame@@AAI@Z @37903 NONAME ?Write@H323SignalPDU@@QAEHAAVH323Transport@@@Z @12330 NONAME ?Write@H323TransactionPDU@@UAEHAAVH323Transport@@@Z @24063 NONAME ?Write@H323_H261Codec@@UAEHPBEIABVRTP_DataFrame@@AAI@Z @12331 NONAME ?Write@H323_LIDCodec@@UAEHPBEIABVRTP_DataFrame@@AAI@Z @12332 NONAME ?Write@OpalLineChannel@@UAEHPBXH@Z @12333 NONAME ?Write@PWAVFileConverterXLaw@@UAEHAAVPWAVFile@@PBXH@Z @43200 NONAME ?Write@T120ConnectPDU@@QAEHAAVH323Transport@@@Z @20192 NONAME ?Write@T120_X224@@QAEHAAVH323Transport@@@Z @20193 NONAME ?WriteBlock@OpalLineInterfaceDevice@@UAEHIPBXH@Z @12782 NONAME ?WriteCommand@VoipBlasterInterface@@QAEHW4Command@1@@Z @20070 NONAME ?WriteControl@RTP_UDP@@UAEHAAVRTP_ControlFrame@@@Z @12334 NONAME ?WriteControlPDU@H323Connection@@QAEHABVH323ControlPDU@@@Z @12335 NONAME ?WriteData@OpalT38Protocol@@UAEHIIABVPBYTEArray@@@Z @23671 NONAME ?WriteData@RTP_UDP@@UAEHAAVRTP_DataFrame@@@Z @12336 NONAME ?WriteData@VoipBlasterInterface@@QAEHPBXH@Z @20071 NONAME ?WriteFacilityPDU@H450ServiceAPDU@@QAEHAAVH323Connection@@@Z @19518 NONAME ?WriteFrame@OpalIxJDevice@@UAEHIPBXHAAH@Z @12820 NONAME ?WriteFrame@OpalUSBDevice@@UAEHIPBXHAAH@Z @44805 NONAME ?WriteFrame@OpalVoipBlasterDevice@@UAEHIPBXHAAH@Z @20072 NONAME ?WriteIndicator@OpalT38Protocol@@UAEHI@Z @23672 NONAME ?WriteMultipleData@OpalT38Protocol@@UAEHIHPAIPBVPBYTEArray@@@Z @23673 NONAME ?WriteNextCompound@RTP_ControlFrame@@QAEHXZ @20608 NONAME ?WritePacket@OpalT38Protocol@@UAEHABVT38_IFPPacket@@@Z @23674 NONAME ?WritePDU@H323GatekeeperRequest@@UAEHAAVH323TransactionPDU@@@Z @26166 NONAME ?WritePDU@H323Transaction@@UAEHAAVH323TransactionPDU@@@Z @26167 NONAME ?WritePDU@H323Transactor@@UAEHAAVH323TransactionPDU@@@Z @25912 NONAME ?WritePDU@H323TransportTCP@@UAEHABVPBYTEArray@@@Z @12340 NONAME ?WritePDU@H323TransportUDP@@UAEHABVPBYTEArray@@@Z @12341 NONAME ?WritePipe@VoipBlasterInterface@@IAEHPAXPBXK@Z @20073 NONAME ?WriteRaw@H323Codec@@QAEHPAXH@Z @20159 NONAME ?WriteSignalPDU@H323Connection@@QAEHAAVH323SignalPDU@@@Z @12342 NONAME ?WriteTo@H323Transactor@@UAEHAAVH323TransactionPDU@@ABVH323TransportAddressArray@@H@Z @25913 NONAME ?_Allocate@std@@YAPAULookupRecord@@HPAU2@@Z @44806 NONAME ?_Buynode@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@IAEPAU_Node@12@PAU312@D@Z @43201 NONAME ?_Buynode@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@IAEPAU_Node@12@PAU312@D@Z @44807 NONAME ?_Buynode@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@IAEPAU_Node@12@PAU312@D@Z @42975 NONAME ?_Buynode@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@IAEPAU_Node@12@PAU312@D@Z @42976 NONAME ?_Buynode@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@IAEPAU_Node@12@PAU312@D@Z @43598 NONAME ?_Buynode@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@IAEPAU_Node@12@PAU312@D@Z @44808 NONAME ?_Buynode@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@IAEPAU_Node@12@PAU312@D@Z @42977 NONAME ?_Charalloc@?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@QAEPADI@Z @44809 NONAME ?_Charalloc@?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@QAEPADI@Z @42978 NONAME ?_Charalloc@?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@QAEPADI@Z @42979 NONAME ?_Charalloc@?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@QAEPADI@Z @43599 NONAME ?_Charalloc@?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@QAEPADI@Z @44810 NONAME ?_Charalloc@?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@QAEPADI@Z @42980 NONAME ?_Charalloc@?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@QAEPADI@Z @43202 NONAME ?_Color@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@KAAADPAU_Node@12@@Z @43203 NONAME ?_Color@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@KAAADPAU_Node@12@@Z @44811 NONAME ?_Color@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@KAAADPAU_Node@12@@Z @42981 NONAME ?_Color@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@KAAADPAU_Node@12@@Z @42982 NONAME ?_Color@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@KAAADPAU_Node@12@@Z @43600 NONAME ?_Color@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@KAAADPAU_Node@12@@Z @44812 NONAME ?_Color@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@KAAADPAU_Node@12@@Z @42983 NONAME ?_Construct@std@@YAXPAU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@1@ABU21@@Z @43204 NONAME ?_Construct@std@@YAXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@1@ABU21@@Z @44813 NONAME ?_Construct@std@@YAXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@1@ABU21@@Z @42984 NONAME ?_Construct@std@@YAXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@1@ABU21@@Z @43601 NONAME ?_Construct@std@@YAXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@1@ABU21@@Z @44814 NONAME ?_Construct@std@@YAXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@1@ABU21@@Z @42985 NONAME ?_Construct@std@@YAXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@1@ABU21@@Z @42986 NONAME ?_Construct@std@@YAXPAULookupRecord@@ABU2@@Z @44815 NONAME ?_Consval@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@IAEXPAU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@ABU32@@Z @43205 NONAME ?_Consval@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@IAEXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@ABU32@@Z @44816 NONAME ?_Consval@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@IAEXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@ABU32@@Z @42987 NONAME ?_Consval@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@IAEXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@ABU32@@Z @43602 NONAME ?_Consval@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@IAEXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@2@ABU32@@Z @44817 NONAME ?_Consval@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@IAEXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@ABU32@@Z @42988 NONAME ?_Consval@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@IAEXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@2@ABU32@@Z @42989 NONAME ?_Dec@iterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAEXXZ @43206 NONAME ?_Dec@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAEXXZ @44818 NONAME ?_Dec@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAEXXZ @42990 NONAME ?_Dec@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAEXXZ @43603 NONAME ?_Dec@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAEXXZ @44819 NONAME ?_Dec@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAEXXZ @42991 NONAME ?_Dec@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@QAEXXZ @42992 NONAME ?_Destroy@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@IAEXPAULookupRecord@@0@Z @44820 NONAME ?_Destroy@std@@YAXPAU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@1@@Z @43207 NONAME ?_Destroy@std@@YAXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@1@@Z @44821 NONAME ?_Destroy@std@@YAXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@1@@Z @42993 NONAME ?_Destroy@std@@YAXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@1@@Z @42994 NONAME ?_Destroy@std@@YAXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@1@@Z @43604 NONAME ?_Destroy@std@@YAXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@1@@Z @44822 NONAME ?_Destroy@std@@YAXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@1@@Z @42995 NONAME ?_Destroy@std@@YAXPAULookupRecord@@@Z @44823 NONAME ?_Destval@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@IAEXPAU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@Z @43208 NONAME ?_Destval@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@IAEXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@@Z @44824 NONAME ?_Destval@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@IAEXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@@Z @42996 NONAME ?_Destval@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@IAEXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@2@@Z @42997 NONAME ?_Destval@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@IAEXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@@Z @43605 NONAME ?_Destval@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@IAEXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@2@@Z @44825 NONAME ?_Destval@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@IAEXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@@Z @42998 NONAME ?_Distance@std@@YAXViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@1@0AAI@Z @44826 NONAME ?_Distance@std@@YAXViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@1@0AAIUbidirectional_iterator_tag@1@@Z @44827 NONAME ?_Erase@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@IAEXPAU_Node@12@@Z @43209 NONAME ?_Erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @44828 NONAME ?_Erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @42999 NONAME ?_Erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @43000 NONAME ?_Erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @43606 NONAME ?_Erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @44829 NONAME ?_Erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @43001 NONAME ?_Freenode@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@IAEXPAU_Node@12@@Z @43210 NONAME ?_Freenode@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @44830 NONAME ?_Freenode@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @43002 NONAME ?_Freenode@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @43003 NONAME ?_Freenode@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @43607 NONAME ?_Freenode@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @44831 NONAME ?_Freenode@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @43004 NONAME ?_Inc@iterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAEXXZ @43211 NONAME ?_Inc@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAEXXZ @44832 NONAME ?_Inc@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAEXXZ @43005 NONAME ?_Inc@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QAEXXZ @43006 NONAME ?_Inc@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAEXXZ @43608 NONAME ?_Inc@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAEXXZ @44833 NONAME ?_Inc@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAEXXZ @43007 NONAME ?_Init@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@IAEXXZ @43212 NONAME ?_Init@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@IAEXXZ @44834 NONAME ?_Init@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@IAEXXZ @43008 NONAME ?_Init@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@IAEXXZ @43009 NONAME ?_Init@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@IAEXXZ @43609 NONAME ?_Init@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@IAEXXZ @44835 NONAME ?_Init@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@IAEXXZ @43010 NONAME ?_Insert@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@IAE?AViterator@12@PAU_Node@12@0ABU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@Z @43213 NONAME ?_Insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@IAE?AViterator@12@PAU_Node@12@0ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@@Z @44836 NONAME ?_Insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@IAE?AViterator@12@PAU_Node@12@0ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@@Z @43011 NONAME ?_Insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@IAE?AViterator@12@PAU_Node@12@0ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@@Z @43610 NONAME ?_Insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@IAE?AViterator@12@PAU_Node@12@0ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@2@@Z @44837 NONAME ?_Insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@IAE?AViterator@12@PAU_Node@12@0ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@@Z @43012 NONAME ?_Insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@IAE?AViterator@12@PAU_Node@12@0ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@2@@Z @43013 NONAME ?_Isnil@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@KAAADPAU_Node@12@@Z @43214 NONAME ?_Isnil@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@KAAADPAU_Node@12@@Z @44838 NONAME ?_Isnil@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@KAAADPAU_Node@12@@Z @43014 NONAME ?_Isnil@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@KAAADPAU_Node@12@@Z @43015 NONAME ?_Isnil@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@KAAADPAU_Node@12@@Z @43611 NONAME ?_Isnil@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@KAAADPAU_Node@12@@Z @44839 NONAME ?_Isnil@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@KAAADPAU_Node@12@@Z @43016 NONAME ?_Iter_cat@std@@YA?AUbidirectional_iterator_tag@1@ABU?$iterator@Ubidirectional_iterator_tag@std@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@H@1@@Z @44840 NONAME ?_Key@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@KAABIPAU_Node@12@@Z @43215 NONAME ?_Key@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@KAABVPString@@PAU_Node@12@@Z @44841 NONAME ?_Key@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@KAABVPString@@PAU_Node@12@@Z @43017 NONAME ?_Key@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@KAABVPString@@PAU_Node@12@@Z @43018 NONAME ?_Key@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@KAABVPString@@PAU_Node@12@@Z @43612 NONAME ?_Key@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@KAABVPString@@PAU_Node@12@@Z @44842 NONAME ?_Key@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@KAABVPString@@PAU_Node@12@@Z @43019 NONAME ?_Lbound@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@IBEPAU_Node@12@ABI@Z @43216 NONAME ?_Lbound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@IBEPAU_Node@12@ABVPString@@@Z @44843 NONAME ?_Lbound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@IBEPAU_Node@12@ABVPString@@@Z @43020 NONAME ?_Lbound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@IBEPAU_Node@12@ABVPString@@@Z @43021 NONAME ?_Lbound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@IBEPAU_Node@12@ABVPString@@@Z @43613 NONAME ?_Lbound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@IBEPAU_Node@12@ABVPString@@@Z @44844 NONAME ?_Lbound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@IBEPAU_Node@12@ABVPString@@@Z @43022 NONAME ?_Left@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@KAAAPAU_Node@12@PAU312@@Z @43217 NONAME ?_Left@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @44845 NONAME ?_Left@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @43023 NONAME ?_Left@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @43024 NONAME ?_Left@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @43614 NONAME ?_Left@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @44846 NONAME ?_Left@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @43025 NONAME ?_Lmost@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@IAEAAPAU_Node@12@XZ @43218 NONAME ?_Lmost@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @44847 NONAME ?_Lmost@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @43026 NONAME ?_Lmost@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @43027 NONAME ?_Lmost@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @43615 NONAME ?_Lmost@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @44848 NONAME ?_Lmost@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @43028 NONAME ?_Lrotate@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@IAEXPAU_Node@12@@Z @43219 NONAME ?_Lrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @44849 NONAME ?_Lrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @43029 NONAME ?_Lrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @43030 NONAME ?_Lrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @43616 NONAME ?_Lrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @44850 NONAME ?_Lrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @43031 NONAME ?_Max@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@KAPAU_Node@12@PAU312@@Z @43220 NONAME ?_Max@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@KAPAU_Node@12@PAU312@@Z @44851 NONAME ?_Max@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@KAPAU_Node@12@PAU312@@Z @43032 NONAME ?_Max@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@KAPAU_Node@12@PAU312@@Z @43033 NONAME ?_Max@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@KAPAU_Node@12@PAU312@@Z @43617 NONAME ?_Max@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@KAPAU_Node@12@PAU312@@Z @44852 NONAME ?_Max@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@KAPAU_Node@12@PAU312@@Z @43034 NONAME ?_Min@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@KAPAU_Node@12@PAU312@@Z @43221 NONAME ?_Min@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@KAPAU_Node@12@PAU312@@Z @44853 NONAME ?_Min@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@KAPAU_Node@12@PAU312@@Z @43035 NONAME ?_Min@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@KAPAU_Node@12@PAU312@@Z @43036 NONAME ?_Min@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@KAPAU_Node@12@PAU312@@Z @43618 NONAME ?_Min@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@KAPAU_Node@12@PAU312@@Z @44854 NONAME ?_Min@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@KAPAU_Node@12@PAU312@@Z @43037 NONAME ?_Mynode@iterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QBEPAU_Node@23@XZ @43222 NONAME ?_Mynode@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QBEPAU_Node@23@XZ @44855 NONAME ?_Mynode@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QBEPAU_Node@23@XZ @43038 NONAME ?_Mynode@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QBEPAU_Node@23@XZ @43039 NONAME ?_Mynode@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QBEPAU_Node@23@XZ @43619 NONAME ?_Mynode@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QBEPAU_Node@23@XZ @44856 NONAME ?_Mynode@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QBEPAU_Node@23@XZ @43040 NONAME ?_Parent@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@KAAAPAU_Node@12@PAU312@@Z @43223 NONAME ?_Parent@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @44857 NONAME ?_Parent@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @43041 NONAME ?_Parent@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @43042 NONAME ?_Parent@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @43620 NONAME ?_Parent@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @44858 NONAME ?_Parent@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @43043 NONAME ?_Right@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@KAAAPAU_Node@12@PAU312@@Z @43224 NONAME ?_Right@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @44859 NONAME ?_Right@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @43044 NONAME ?_Right@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @43045 NONAME ?_Right@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @43621 NONAME ?_Right@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @44860 NONAME ?_Right@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @43046 NONAME ?_Rmost@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@IAEAAPAU_Node@12@XZ @43225 NONAME ?_Rmost@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @44861 NONAME ?_Rmost@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @43047 NONAME ?_Rmost@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @43048 NONAME ?_Rmost@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @43622 NONAME ?_Rmost@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @44862 NONAME ?_Rmost@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @43049 NONAME ?_Root@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@IAEAAPAU_Node@12@XZ @43226 NONAME ?_Root@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@IBEAAPAU_Node@12@XZ @43227 NONAME ?_Root@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @44863 NONAME ?_Root@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@IBEAAPAU_Node@12@XZ @44864 NONAME ?_Root@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @43050 NONAME ?_Root@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@IBEAAPAU_Node@12@XZ @43051 NONAME ?_Root@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @43052 NONAME ?_Root@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@IBEAAPAU_Node@12@XZ @43053 NONAME ?_Root@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @43623 NONAME ?_Root@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@IBEAAPAU_Node@12@XZ @43624 NONAME ?_Root@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @44865 NONAME ?_Root@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@IBEAAPAU_Node@12@XZ @44866 NONAME ?_Root@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @43054 NONAME ?_Root@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@IBEAAPAU_Node@12@XZ @43055 NONAME ?_Rrotate@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@IAEXPAU_Node@12@@Z @43228 NONAME ?_Rrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @44867 NONAME ?_Rrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @43056 NONAME ?_Rrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @43057 NONAME ?_Rrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @43625 NONAME ?_Rrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @44868 NONAME ?_Rrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @43058 NONAME ?_Ubound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@IBEPAU_Node@12@ABVPString@@@Z @44869 NONAME ?_Ucopy@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@IAEPAULookupRecord@@PBU3@0PAU3@@Z @44870 NONAME ?_Ufill@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@IAEXPAULookupRecord@@IABU3@@Z @44871 NONAME ?_Value@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@KAAAU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@PAU_Node@12@@Z @43229 NONAME ?_Value@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@KAAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@PAU_Node@12@@Z @44872 NONAME ?_Value@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@KAAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@PAU_Node@12@@Z @43059 NONAME ?_Value@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@KAAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@2@PAU_Node@12@@Z @43060 NONAME ?_Value@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@KAAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@PAU_Node@12@@Z @43626 NONAME ?_Value@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@KAAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@2@PAU_Node@12@@Z @44873 NONAME ?_Value@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@KAAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@PAU_Node@12@@Z @43061 NONAME ?__resetiosflags@@YAAAVios@@AAV1@J@Z @21078 NONAME ?__setiosflags@@YAAAVios@@AAV1@J@Z @21079 NONAME openh323_v1_18_0/src/OpenH323_2003.dtf0100644000176200056700001172021010357203022017021 0ustar releasepostincrLIBRARY OpenH323 EXPORTS ??$?0U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@@std@@QAE@ABV?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@1@@Z @44250 NONAME ??$?0U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@@std@@QAE@ABV?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@1@@Z @44251 NONAME ??$?0U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAE@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@1@@Z @44818 NONAME ??$?0U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAE@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@1@@Z @44819 NONAME ??$?0U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAE@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@1@@Z @43611 NONAME ??$?0U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAE@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@1@@Z @43612 NONAME ??$?0U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAE@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@1@@Z @43613 NONAME ??$?0U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAE@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@1@@Z @43614 NONAME ??$?0U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAE@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@1@@Z @44427 NONAME ??$?0U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAE@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@1@@Z @44428 NONAME ??$?0U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAE@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@1@@Z @43615 NONAME ??$?0U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAE@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@1@@Z @43616 NONAME ??$copy_backward@PAULookupRecord@@PAU1@@std@@YAPAULookupRecord@@PAU1@00@Z @44820 NONAME ??$fill@PAULookupRecord@@U1@@std@@YAXPAULookupRecord@@0ABU1@@Z @44821 NONAME ??$find@Viterator@?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@VPCaselessString@@@std@@YA?AViterator@?$vector@VPString@@V?$allocator@VPString@@@std@@@0@V120@0ABVPCaselessString@@@Z @43265 NONAME ??$find@Viterator@?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@VPString@@@std@@YA?AViterator@?$vector@VPString@@V?$allocator@VPString@@@std@@@0@V120@0ABVPString@@@Z @42849 NONAME ??$Lookup@$0CB@VSRVRecordList@PDNS@@VSRVRecord@2@@PDNS@@YAHABVPString@@AAVSRVRecordList@0@@Z @44822 NONAME ??$Lookup@$0P@VMXRecordList@PDNS@@VMXRecord@2@@PDNS@@YAHABVPString@@AAVMXRecordList@0@@Z @44823 NONAME ??$PLoadPluginDirectory@VH323DynaLink@@@@YAXAAVH323DynaLink@@ABVPDirectory@@PBD@Z @43610 NONAME ??$_Allocate@ULookupRecord@@@std@@YAPAULookupRecord@@IPAU1@@Z @44824 NONAME ??$_Allocate@U_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@@std@@YAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@0@IPAU120@@Z @44252 NONAME ??$_Allocate@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@0@IPAU120@@Z @44825 NONAME ??$_Allocate@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@0@IPAU120@@Z @43617 NONAME ??$_Allocate@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@0@IPAU120@@Z @43618 NONAME ??$_Allocate@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@0@IPAU120@@Z @44429 NONAME ??$_Allocate@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@0@IPAU120@@Z @43619 NONAME ??$_Construct@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@PAU123@@std@@YAXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@0@ABQAU120@@Z @44253 NONAME ??$_Construct@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@PAU123@@std@@YAXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@0@ABQAU120@@Z @44826 NONAME ??$_Construct@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@PAU123@@std@@YAXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@0@ABQAU120@@Z @43620 NONAME ??$_Construct@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@PAU123@@std@@YAXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@0@ABQAU120@@Z @43621 NONAME ??$_Construct@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@PAU123@@std@@YAXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@0@ABQAU120@@Z @44430 NONAME ??$_Construct@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@PAU123@@std@@YAXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@0@ABQAU120@@Z @43622 NONAME ??$_Construct@ULookupRecord@@U1@@std@@YAXPAULookupRecord@@ABU1@@Z @44827 NONAME ??$_Copy_backward_opt@PAULookupRecord@@PAU1@@std@@YAPAULookupRecord@@PAU1@00U_Nonscalar_ptr_iterator_tag@0@@Z @44828 NONAME ??$_Destroy@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@@std@@YAXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@0@@Z @44254 NONAME ??$_Destroy@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@0@@Z @44829 NONAME ??$_Destroy@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@0@@Z @43623 NONAME ??$_Destroy@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@0@@Z @43624 NONAME ??$_Destroy@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@0@@Z @44431 NONAME ??$_Destroy@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@0@@Z @43625 NONAME ??$_Destroy@ULookupRecord@@@std@@YAXPAULookupRecord@@@Z @44830 NONAME ??$_Destroy@U_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@@std@@YAXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@0@@Z @44255 NONAME ??$_Destroy@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@0@@Z @44831 NONAME ??$_Destroy@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@0@@Z @43626 NONAME ??$_Destroy@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@0@@Z @43627 NONAME ??$_Destroy@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@0@@Z @44432 NONAME ??$_Destroy@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@0@@Z @43628 NONAME ??$_Destroy_range@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@YAXPAULookupRecord@@0AAV?$allocator@ULookupRecord@@@0@@Z @44832 NONAME ??$_Destroy_range@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@YAXPAULookupRecord@@0AAV?$allocator@ULookupRecord@@@0@U_Nonscalar_ptr_iterator_tag@0@@Z @44833 NONAME ??$_Distance2@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@I@std@@YAXViterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@0@0AAIUbidirectional_iterator_tag@0@@Z @45108 NONAME ??$_Distance@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@I@std@@YAXViterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@0@0AAI@Z @45109 NONAME ??$_Iter_cat@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YA?AUbidirectional_iterator_tag@0@ABViterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@0@@Z @45110 NONAME ??$_Ptr_cat@PAULookupRecord@@PAU1@@std@@YA?AU_Nonscalar_ptr_iterator_tag@0@AAPAULookupRecord@@0@Z @44834 NONAME ??$_Ucopy@PAULookupRecord@@@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@IAEPAULookupRecord@@PAU2@00@Z @44835 NONAME ??$_Uninitialized_copy@PAULookupRecord@@PAU1@V?$allocator@ULookupRecord@@@std@@@std@@YAPAULookupRecord@@PAU1@00AAV?$allocator@ULookupRecord@@@0@@Z @44836 NONAME ??$_Uninitialized_fill_n@PAULookupRecord@@IU1@V?$allocator@ULookupRecord@@@std@@@std@@YAXPAULookupRecord@@IABU1@AAV?$allocator@ULookupRecord@@@0@@Z @44837 NONAME ??$_Uninit_copy@PAULookupRecord@@PAU1@V?$allocator@ULookupRecord@@@std@@@std@@YAPAULookupRecord@@PAU1@00AAV?$allocator@ULookupRecord@@@0@U_Nonscalar_ptr_iterator_tag@0@@Z @44838 NONAME ??$_Uninit_fill_n@PAULookupRecord@@IU1@V?$allocator@ULookupRecord@@@std@@@std@@YAXPAULookupRecord@@IABU1@AAV?$allocator@ULookupRecord@@@0@U_Nonscalar_ptr_iterator_tag@0@@Z @44839 NONAME ??0?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@std@@QAE@ABV01@@Z @44256 NONAME ??0?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@std@@QAE@XZ @44257 NONAME ??0?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@std@@QAE@ABV01@@Z @44840 NONAME ??0?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@std@@QAE@XZ @44841 NONAME ??0?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@std@@QAE@ABV01@@Z @43629 NONAME ??0?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@std@@QAE@XZ @43630 NONAME ??0?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@std@@QAE@ABV01@@Z @43631 NONAME ??0?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@std@@QAE@XZ @43632 NONAME ??0?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@std@@QAE@ABV01@@Z @44433 NONAME ??0?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@std@@QAE@XZ @44434 NONAME ??0?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@std@@QAE@ABV01@@Z @43633 NONAME ??0?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@std@@QAE@XZ @43634 NONAME ??0?$allocator@ULookupRecord@@@std@@QAE@ABV01@@Z @44842 NONAME ??0?$allocator@ULookupRecord@@@std@@QAE@XZ @44843 NONAME ??0?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@QAE@ABV0@@Z @27296 NONAME ??0?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @27297 NONAME ??0?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@QAE@ABV0@@Z @27298 NONAME ??0?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@QAE@IW4TagClass@PASN_Object@@@Z @27299 NONAME ??0?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@QAE@ABV0@@Z @27300 NONAME ??0?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @27301 NONAME ??0?$H235_HASHED@VH235_EncodedGeneralToken@@@@QAE@ABV0@@Z @27302 NONAME ??0?$H235_HASHED@VH235_EncodedGeneralToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @26575 NONAME ??0?$H235_HASHED@VH235_EncodedPwdCertToken@@@@QAE@ABV0@@Z @27303 NONAME ??0?$H235_HASHED@VH235_EncodedPwdCertToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @18467 NONAME ??0?$H235_SIGNED@VH225_EncodedFastStartToken@@@@QAE@ABV0@@Z @27304 NONAME ??0?$H235_SIGNED@VH225_EncodedFastStartToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @26576 NONAME ??0?$H235_SIGNED@VH235_EncodedGeneralToken@@@@QAE@ABV0@@Z @27305 NONAME ??0?$H235_SIGNED@VH235_EncodedGeneralToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @27306 NONAME ??0?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@QAE@ABV0@@Z @27307 NONAME ??0?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@QAE@IW4TagClass@PASN_Object@@@Z @27308 NONAME ??0?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@QAE@ABV0@@Z @27309 NONAME ??0?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @27310 NONAME ??0?$H235_SIGNED@VH235_EncodedReturnSig@@@@QAE@ABV0@@Z @27311 NONAME ??0?$H235_SIGNED@VH235_EncodedReturnSig@@@@QAE@IW4TagClass@PASN_Object@@@Z @27312 NONAME ??0?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@@std@@QAE@XZ @44258 NONAME ??0?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@@std@@QAE@XZ @44844 NONAME ??0?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@@std@@QAE@XZ @43635 NONAME ??0?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@@std@@QAE@XZ @43636 NONAME ??0?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@@std@@QAE@XZ @44435 NONAME ??0?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@@std@@QAE@XZ @43637 NONAME ??0?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@QAE@ABIABQAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@Z @44259 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@QAE@ABU01@@Z @44845 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@QAE@ABVPString@@ABQAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@Z @44846 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@QAE@ABU01@@Z @43638 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@QAE@ABVPString@@ABQAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@Z @43639 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@QAE@ABU01@@Z @44436 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@QAE@ABVPString@@ABQAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@Z @44437 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@QAE@ABU01@@Z @43640 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@QAE@ABVPString@@ABQAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@Z @43641 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@QAE@ABU01@@Z @43642 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@QAE@ABVPString@@ABQAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@Z @43643 NONAME ??0?$pair@Viterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@_N@std@@QAE@ABViterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@1@AB_N@Z @44260 NONAME ??0?$pair@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@_N@std@@QAE@ABViterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@1@AB_N@Z @44847 NONAME ??0?$pair@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@_N@std@@QAE@ABViterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@1@AB_N@Z @43644 NONAME ??0?$pair@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@_N@std@@QAE@ABViterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@1@AB_N@Z @44438 NONAME ??0?$pair@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@V123@@std@@QAE@ABViterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@1@0@Z @45111 NONAME ??0?$pair@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@_N@std@@QAE@ABViterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@1@AB_N@Z @43645 NONAME ??0?$pair@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@_N@std@@QAE@ABViterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@1@AB_N@Z @43646 NONAME ??0?$PArray@V?$PList@VH323Capability@@@@@@IAE@HPBV0@@Z @27313 NONAME ??0?$PArray@V?$PList@VH323Capability@@@@@@QAE@H@Z @27314 NONAME ??0?$PArray@VH323SimultaneousCapabilities@@@@IAE@HPBV0@@Z @27315 NONAME ??0?$PArray@VH323SimultaneousCapabilities@@@@QAE@H@Z @27316 NONAME ??0?$PArray@VH323TransportAddress@@@@IAE@HPBV0@@Z @27317 NONAME ??0?$PArray@VH323TransportAddress@@@@QAE@ABV0@@Z @26383 NONAME ??0?$PArray@VH323TransportAddress@@@@QAE@H@Z @25835 NONAME ??0?$PArray@VReceiverReport@RTP_Session@@@@IAE@HPBV0@@Z @27318 NONAME ??0?$PArray@VReceiverReport@RTP_Session@@@@QAE@ABV0@@Z @27319 NONAME ??0?$PArray@VReceiverReport@RTP_Session@@@@QAE@H@Z @27320 NONAME ??0?$PArray@VSourceDescription@RTP_Session@@@@IAE@HPBV0@@Z @27321 NONAME ??0?$PArray@VSourceDescription@RTP_Session@@@@QAE@H@Z @27322 NONAME ??0?$PBaseArray@I@@QAE@ABV0@@Z @27323 NONAME ??0?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@IAE@HPBV0@@Z @27324 NONAME ??0?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@QAE@XZ @27325 NONAME ??0?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@IAE@HPBV0@@Z @27326 NONAME ??0?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@QAE@XZ @27327 NONAME ??0?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@IAE@HPBV0@@Z @27328 NONAME ??0?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@QAE@XZ @27329 NONAME ??0?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@IAE@HPBV0@@Z @27330 NONAME ??0?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@QAE@XZ @27331 NONAME ??0?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@IAE@HPBV0@@Z @27332 NONAME ??0?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@QAE@XZ @27333 NONAME ??0?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@IAE@HPBV0@@Z @27334 NONAME ??0?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@QAE@ABV0@@Z @27335 NONAME ??0?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@QAE@XZ @27336 NONAME ??0?$PDictionary@VPString@@VH323Connection@@@@IAE@HPBV0@@Z @27337 NONAME ??0?$PDictionary@VPString@@VH323Connection@@@@QAE@XZ @27338 NONAME ??0?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@IAE@HPBV0@@Z @27339 NONAME ??0?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@QAE@XZ @26577 NONAME ??0?$PDictionary@VPString@@VPOrdinalKey@@@@IAE@HPBV0@@Z @27340 NONAME ??0?$PDictionary@VPString@@VPOrdinalKey@@@@QAE@XZ @27341 NONAME ??0?$PFactory@VH235Authenticator@@VPString@@@@IAE@XZ @44848 NONAME ??0?$PFactory@VH323Capability@@VPString@@@@IAE@XZ @43647 NONAME ??0?$PFactory@VH323StaticPluginCodec@@VPString@@@@IAE@XZ @43648 NONAME ??0?$PFactory@VOpalFactoryCodec@@VPString@@@@IAE@XZ @44439 NONAME ??0?$PFactory@VOpalMediaFormat@@VPString@@@@IAE@XZ @43649 NONAME ??0?$PFactory@VPWAVFileConverter@@I@@IAE@XZ @44261 NONAME ??0?$PList@VH235Authenticator@@@@IAE@HPBV0@@Z @27342 NONAME ??0?$PList@VH235Authenticator@@@@QAE@ABV0@@Z @27343 NONAME ??0?$PList@VH235Authenticator@@@@QAE@XZ @26429 NONAME ??0?$PList@VH245_GenericParameter@@@@IAE@HPBV0@@Z @45361 NONAME ??0?$PList@VH245_GenericParameter@@@@QAE@ABV0@@Z @45362 NONAME ??0?$PList@VH245_GenericParameter@@@@QAE@XZ @45363 NONAME ??0?$PList@VH263Packet@@@@IAE@HPBV0@@Z @45875 NONAME ??0?$PList@VH263Packet@@@@QAE@XZ @45876 NONAME ??0?$PList@VH323Capability@@@@IAE@HPBV0@@Z @27346 NONAME ??0?$PList@VH323Capability@@@@QAE@XZ @27347 NONAME ??0?$PList@VH323Channel@@@@IAE@HPBV0@@Z @27348 NONAME ??0?$PList@VH323Channel@@@@QAE@XZ @27349 NONAME ??0?$PList@VH323GatekeeperListener@@@@IAE@HPBV0@@Z @27350 NONAME ??0?$PList@VH323GatekeeperListener@@@@QAE@XZ @27351 NONAME ??0?$PList@VH323Listener@@@@IAE@HPBV0@@Z @27352 NONAME ??0?$PList@VH323Listener@@@@QAE@XZ @27353 NONAME ??0?$PList@VH323Transactor@@@@IAE@HPBV0@@Z @27354 NONAME ??0?$PList@VH323Transactor@@@@QAE@XZ @27355 NONAME ??0?$PList@VH450xHandler@@@@IAE@HPBV0@@Z @27356 NONAME ??0?$PList@VH450xHandler@@@@QAE@XZ @27357 NONAME ??0?$PList@VOpalMediaFormat@@@@IAE@HPBV0@@Z @27360 NONAME ??0?$PList@VOpalMediaFormat@@@@QAE@ABV0@@Z @27361 NONAME ??0?$PList@VOpalMediaFormat@@@@QAE@XZ @12905 NONAME ??0?$PList@VPBYTEArray@@@@IAE@HPBV0@@Z @27362 NONAME ??0?$PList@VPBYTEArray@@@@QAE@XZ @27363 NONAME ??0?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@QAE@XZ @21393 NONAME ??0?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@QAE@XZ @25920 NONAME ??0?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@QAE@XZ @25985 NONAME ??0?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@QAE@XZ @27364 NONAME ??0?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@QAE@XZ @27365 NONAME ??0?$PSafePtr@VH323GatekeeperCall@@@@QAE@ABV0@@Z @27367 NONAME ??0?$PSafePtr@VH323GatekeeperCall@@@@QAE@ABVPSafeCollection@@W4PSafetyMode@@H@Z @44408 NONAME ??0?$PSafePtr@VH323GatekeeperCall@@@@QAE@PAVH323GatekeeperCall@@W4PSafetyMode@@@Z @44409 NONAME ??0?$PSafePtr@VH323PeerElementDescriptor@@@@QAE@ABV0@@Z @27369 NONAME ??0?$PSafePtr@VH323PeerElementDescriptor@@@@QAE@ABVPSafeCollection@@W4PSafetyMode@@H@Z @44410 NONAME ??0?$PSafePtr@VH323PeerElementDescriptor@@@@QAE@PAVH323PeerElementDescriptor@@W4PSafetyMode@@@Z @44411 NONAME ??0?$PSafePtr@VH323PeerElementServiceRelationship@@@@QAE@ABV0@@Z @27371 NONAME ??0?$PSafePtr@VH323PeerElementServiceRelationship@@@@QAE@ABVPSafeCollection@@W4PSafetyMode@@H@Z @44412 NONAME ??0?$PSafePtr@VH323PeerElementServiceRelationship@@@@QAE@PAVH323PeerElementServiceRelationship@@W4PSafetyMode@@@Z @44413 NONAME ??0?$PSafePtr@VH323RegisteredEndPoint@@@@QAE@ABV0@@Z @27374 NONAME ??0?$PSafePtr@VH323RegisteredEndPoint@@@@QAE@ABVPSafeCollection@@W4PSafetyMode@@H@Z @44414 NONAME ??0?$PSafePtr@VH323RegisteredEndPoint@@@@QAE@ABVPSafeCollection@@W4PSafetyMode@@PAVPSafeObject@@@Z @44415 NONAME ??0?$PSafePtr@VH323RegisteredEndPoint@@@@QAE@PAVH323RegisteredEndPoint@@W4PSafetyMode@@@Z @27375 NONAME ??0?$PSafeSortedList@VH323GatekeeperCall@@@@QAE@XZ @27376 NONAME ??0?$PSafeSortedList@VH323PeerElementDescriptor@@@@QAE@XZ @27377 NONAME ??0?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@QAE@XZ @27378 NONAME ??0?$PScalarArray@I@@QAE@ABV0@@Z @27379 NONAME ??0?$PSet@VPOrdinalKey@@@@IAE@HPBV0@@Z @27380 NONAME ??0?$PSet@VPOrdinalKey@@@@QAE@H@Z @27381 NONAME ??0?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@IAE@HPBV0@@Z @27382 NONAME ??0?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@QAE@XZ @27383 NONAME ??0?$PSortedList@VH225_AliasAddress@@@@IAE@HPBV0@@Z @27384 NONAME ??0?$PSortedList@VH225_AliasAddress@@@@QAE@XZ @27385 NONAME ??0?$PSortedList@VH323GatekeeperCall@@@@IAE@HPBV0@@Z @27386 NONAME ??0?$PSortedList@VH323GatekeeperCall@@@@QAE@XZ @27387 NONAME ??0?$PSortedList@VH323PeerElementDescriptor@@@@IAE@HPBV0@@Z @27388 NONAME ??0?$PSortedList@VH323PeerElementDescriptor@@@@QAE@XZ @27389 NONAME ??0?$PSortedList@VH323PeerElementServiceRelationship@@@@IAE@HPBV0@@Z @27390 NONAME ??0?$PSortedList@VH323PeerElementServiceRelationship@@@@QAE@XZ @27391 NONAME ??0?$PSortedList@VMXRecord@PDNS@@@@IAE@HPBV0@@Z @44849 NONAME ??0?$PSortedList@VMXRecord@PDNS@@@@QAE@XZ @44850 NONAME ??0?$PSortedList@VResponse@H323Transactor@@@@IAE@HPBV0@@Z @27392 NONAME ??0?$PSortedList@VResponse@H323Transactor@@@@QAE@XZ @27393 NONAME ??0?$PSortedList@VSRVRecord@PDNS@@@@IAE@HPBV0@@Z @44851 NONAME ??0?$PSortedList@VSRVRecord@PDNS@@@@QAE@XZ @44852 NONAME ??0?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAE@XZ @44853 NONAME ??0?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@QAE@ABVPString@@_N@Z @44854 NONAME ??0?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@QAE@ABVPString@@_N@Z @44855 NONAME ??0?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@QAE@ABVPString@@_N@Z @44856 NONAME ??0?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@QAE@ABVPString@@_N@Z @43650 NONAME ??0?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @43651 NONAME ??0?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @43652 NONAME ??0?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @43653 NONAME ??0?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @43654 NONAME ??0?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @43655 NONAME ??0?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @43656 NONAME ??0?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @43657 NONAME ??0?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @43658 NONAME ??0?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @43659 NONAME ??0?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @43660 NONAME ??0?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @43661 NONAME ??0?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @43662 NONAME ??0?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @43663 NONAME ??0?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @43664 NONAME ??0?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @43665 NONAME ??0?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @43666 NONAME ??0?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @43667 NONAME ??0?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @43668 NONAME ??0?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @43669 NONAME ??0?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @43670 NONAME ??0?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @43671 NONAME ??0?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @43672 NONAME ??0?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @43673 NONAME ??0?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @43674 NONAME ??0?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @43675 NONAME ??0?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @43676 NONAME ??0?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @43677 NONAME ??0?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @43678 NONAME ??0?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @43679 NONAME ??0?$Worker@VOpalRFC2190H263Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @45877 NONAME ??0?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @43680 NONAME ??0?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @43681 NONAME ??0?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@QAE@ABVPString@@_N@Z @45078 NONAME ??0?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@QAE@ABI_N@Z @44262 NONAME ??0?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@QAE@ABI_N@Z @44263 NONAME ??0?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@QAE@U?$less@I@1@@Z @44264 NONAME ??0?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@QAE@U?$less@VPString@@@1@@Z @44857 NONAME ??0?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@QAE@U?$less@VPString@@@1@@Z @43682 NONAME ??0?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@QAE@U?$less@VPString@@@1@@Z @43683 NONAME ??0?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@QAE@U?$less@VPString@@@1@@Z @44440 NONAME ??0?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@QAE@U?$less@VPString@@@1@@Z @43684 NONAME ??0?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE@ABU?$less@I@1@ABV?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@1@@Z @44265 NONAME ??0?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@ABU?$less@VPString@@@1@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@1@@Z @44858 NONAME ??0?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@ABU?$less@VPString@@@1@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@1@@Z @43685 NONAME ??0?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@ABU?$less@VPString@@@1@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@1@@Z @43686 NONAME ??0?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@ABU?$less@VPString@@@1@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@1@@Z @44441 NONAME ??0?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@ABU?$less@VPString@@@1@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@1@@Z @43687 NONAME ??0?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAE@ABU?$less@I@1@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@1@@Z @44266 NONAME ??0?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@1@@Z @44859 NONAME ??0?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@1@@Z @43688 NONAME ??0?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@1@@Z @43689 NONAME ??0?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@1@@Z @44442 NONAME ??0?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@1@@Z @43690 NONAME ??0?$_Tree_ptr@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAE@ABU?$less@I@1@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@1@@Z @44267 NONAME ??0?$_Tree_ptr@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@1@@Z @44860 NONAME ??0?$_Tree_ptr@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@1@@Z @43691 NONAME ??0?$_Tree_ptr@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@1@@Z @43692 NONAME ??0?$_Tree_ptr@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@1@@Z @44443 NONAME ??0?$_Tree_ptr@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@1@@Z @43693 NONAME ??0?$_Tree_val@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAE@ABU?$less@I@1@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@1@@Z @44268 NONAME ??0?$_Tree_val@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@1@@Z @44861 NONAME ??0?$_Tree_val@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@1@@Z @43694 NONAME ??0?$_Tree_val@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@1@@Z @43695 NONAME ??0?$_Tree_val@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@1@@Z @44444 NONAME ??0?$_Tree_val@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@1@@Z @43696 NONAME ??0?$_Vector_val@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@IAE@V?$allocator@ULookupRecord@@@1@@Z @44862 NONAME ??0AdmissionRequestResponseInfo@@QAE@AAUAdmissionResponse@H323Gatekeeper@@AAVH323Connection@@@Z @27394 NONAME ??0AdmissionResponse@H323Gatekeeper@@QAE@XZ @19597 NONAME ??0AliasKey@H323PeerElement@@QAE@ABVH225_AliasAddress@@ABVOpalGloballyUniqueID@@HH@Z @27395 NONAME ??0AlternateInfo@H323Gatekeeper@@QAE@AAVH225_AlternateGK@@@Z @20723 NONAME ??0ByteQueue@OpalVoipBlasterDevice@@QAE@H@Z @19974 NONAME ??0Code@PMessageDigest5@@QAE@XZ @27396 NONAME ??0CodecReadAnalyser@@QAE@XZ @27397 NONAME ??0const_iterator@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAE@PAULookupRecord@@@Z @44863 NONAME ??0const_iterator@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAE@XZ @44864 NONAME ??0const_iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@@Z @44269 NONAME ??0const_iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE@XZ @44270 NONAME ??0const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44865 NONAME ??0const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @44866 NONAME ??0const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @43697 NONAME ??0const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @43698 NONAME ??0const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @43699 NONAME ??0const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @43700 NONAME ??0const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44445 NONAME ??0const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @44446 NONAME ??0const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @43701 NONAME ??0const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @43702 NONAME ??0Encoder@@IAE@PAVTransmitter@@@Z @27398 NONAME ??0Entry@RTP_JitterBuffer@@QAE@XZ @27399 NONAME ??0FilterInfo@H323Codec@@QAE@AAV1@PAXHH@Z @27400 NONAME ??0FullP64Decoder@@QAE@XZ @7 NONAME ??0G7231_File_Capability@@QAE@ABV0@@Z @27401 NONAME ??0G7231_File_Capability@@QAE@XZ @20801 NONAME ??0G7231_File_Codec@@QAE@W4Direction@H323Codec@@@Z @20802 NONAME ??0GCC_AlternativeNodeID@@QAE@ABV0@@Z @8 NONAME ??0GCC_AlternativeNodeID@@QAE@IW4TagClass@PASN_Object@@@Z @9 NONAME ??0GCC_ApplicationInvokeIndication@@QAE@ABV0@@Z @27402 NONAME ??0GCC_ApplicationInvokeIndication@@QAE@IW4TagClass@PASN_Object@@@Z @10 NONAME ??0GCC_ApplicationInvokeSpecifier@@QAE@ABV0@@Z @27403 NONAME ??0GCC_ApplicationInvokeSpecifier@@QAE@IW4TagClass@PASN_Object@@@Z @11 NONAME ??0GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@QAE@ABV0@@Z @27404 NONAME ??0GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@QAE@IW4TagClass@PASN_Object@@@Z @12 NONAME ??0GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@QAE@ABV0@@Z @27405 NONAME ??0GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @13 NONAME ??0GCC_ApplicationRecord@@QAE@ABV0@@Z @27406 NONAME ??0GCC_ApplicationRecord@@QAE@IW4TagClass@PASN_Object@@@Z @14 NONAME ??0GCC_ApplicationRecord_nonCollapsingCapabilities@@QAE@ABV0@@Z @15 NONAME ??0GCC_ApplicationRecord_nonCollapsingCapabilities@@QAE@IW4TagClass@PASN_Object@@@Z @16 NONAME ??0GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@QAE@ABV0@@Z @27407 NONAME ??0GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @17 NONAME ??0GCC_ArrayOf_ApplicationInvokeSpecifier@@QAE@ABV0@@Z @27408 NONAME ??0GCC_ArrayOf_ApplicationInvokeSpecifier@@QAE@IW4TagClass@PASN_Object@@@Z @18 NONAME ??0GCC_ArrayOf_ChallengeItem@@QAE@ABV0@@Z @27409 NONAME ??0GCC_ArrayOf_ChallengeItem@@QAE@IW4TagClass@PASN_Object@@@Z @19 NONAME ??0GCC_ArrayOf_ConferenceDescriptor@@QAE@ABV0@@Z @27410 NONAME ??0GCC_ArrayOf_ConferenceDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @20 NONAME ??0GCC_ArrayOf_Privilege@@QAE@ABV0@@Z @21 NONAME ??0GCC_ArrayOf_Privilege@@QAE@IW4TagClass@PASN_Object@@@Z @22 NONAME ??0GCC_ArrayOf_TextString@@QAE@ABV0@@Z @23 NONAME ??0GCC_ArrayOf_TextString@@QAE@IW4TagClass@PASN_Object@@@Z @24 NONAME ??0GCC_ArrayOf_UserID@@QAE@ABV0@@Z @27411 NONAME ??0GCC_ArrayOf_UserID@@QAE@IW4TagClass@PASN_Object@@@Z @25 NONAME ??0GCC_AsymmetryIndicator@@QAE@ABV0@@Z @27412 NONAME ??0GCC_AsymmetryIndicator@@QAE@IW4TagClass@PASN_Object@@@Z @26 NONAME ??0GCC_CapabilityClass@@QAE@ABV0@@Z @27413 NONAME ??0GCC_CapabilityClass@@QAE@IW4TagClass@PASN_Object@@@Z @27 NONAME ??0GCC_CapabilityID@@QAE@ABV0@@Z @27414 NONAME ??0GCC_CapabilityID@@QAE@IW4TagClass@PASN_Object@@@Z @28 NONAME ??0GCC_ChallengeItem@@QAE@ABV0@@Z @27415 NONAME ??0GCC_ChallengeItem@@QAE@IW4TagClass@PASN_Object@@@Z @29 NONAME ??0GCC_ChallengeRequest@@QAE@ABV0@@Z @27416 NONAME ??0GCC_ChallengeRequest@@QAE@IW4TagClass@PASN_Object@@@Z @30 NONAME ??0GCC_ChallengeResponse@@QAE@ABV0@@Z @27417 NONAME ??0GCC_ChallengeResponse@@QAE@IW4TagClass@PASN_Object@@@Z @31 NONAME ??0GCC_ChallengeResponseAlgorithm@@QAE@ABV0@@Z @27418 NONAME ??0GCC_ChallengeResponseAlgorithm@@QAE@IW4TagClass@PASN_Object@@@Z @32 NONAME ??0GCC_ChallengeResponseItem@@QAE@ABV0@@Z @27419 NONAME ??0GCC_ChallengeResponseItem@@QAE@IW4TagClass@PASN_Object@@@Z @33 NONAME ??0GCC_ChannelID@@QAE@ABV0@@Z @34 NONAME ??0GCC_ChannelID@@QAE@IW4TagClass@PASN_Object@@@Z @35 NONAME ??0GCC_ChannelType@@QAE@ABV0@@Z @36 NONAME ??0GCC_ChannelType@@QAE@IW4TagClass@PASN_Object@@@Z @37 NONAME ??0GCC_ConductorAssignIndication@@QAE@ABV0@@Z @27420 NONAME ??0GCC_ConductorAssignIndication@@QAE@IW4TagClass@PASN_Object@@@Z @38 NONAME ??0GCC_ConductorPermissionAskIndication@@QAE@ABV0@@Z @27421 NONAME ??0GCC_ConductorPermissionAskIndication@@QAE@IW4TagClass@PASN_Object@@@Z @39 NONAME ??0GCC_ConductorPermissionGrantIndication@@QAE@ABV0@@Z @27422 NONAME ??0GCC_ConductorPermissionGrantIndication@@QAE@IW4TagClass@PASN_Object@@@Z @40 NONAME ??0GCC_ConductorReleaseIndication@@QAE@ABV0@@Z @27423 NONAME ??0GCC_ConductorReleaseIndication@@QAE@IW4TagClass@PASN_Object@@@Z @41 NONAME ??0GCC_ConferenceAddRequest@@QAE@ABV0@@Z @27424 NONAME ??0GCC_ConferenceAddRequest@@QAE@IW4TagClass@PASN_Object@@@Z @42 NONAME ??0GCC_ConferenceAddResponse@@QAE@ABV0@@Z @27425 NONAME ??0GCC_ConferenceAddResponse@@QAE@IW4TagClass@PASN_Object@@@Z @43 NONAME ??0GCC_ConferenceAddResponse_result@@QAE@ABV0@@Z @27426 NONAME ??0GCC_ConferenceAddResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @44 NONAME ??0GCC_ConferenceAssistanceIndication@@QAE@ABV0@@Z @27427 NONAME ??0GCC_ConferenceAssistanceIndication@@QAE@IW4TagClass@PASN_Object@@@Z @45 NONAME ??0GCC_ConferenceCreateRequest@@QAE@ABV0@@Z @27428 NONAME ??0GCC_ConferenceCreateRequest@@QAE@IW4TagClass@PASN_Object@@@Z @46 NONAME ??0GCC_ConferenceCreateResponse@@QAE@ABV0@@Z @27429 NONAME ??0GCC_ConferenceCreateResponse@@QAE@IW4TagClass@PASN_Object@@@Z @47 NONAME ??0GCC_ConferenceCreateResponse_result@@QAE@ABV0@@Z @27430 NONAME ??0GCC_ConferenceCreateResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @48 NONAME ??0GCC_ConferenceDescriptor@@QAE@ABV0@@Z @27431 NONAME ??0GCC_ConferenceDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @49 NONAME ??0GCC_ConferenceEjectUserIndication@@QAE@ABV0@@Z @27432 NONAME ??0GCC_ConferenceEjectUserIndication@@QAE@IW4TagClass@PASN_Object@@@Z @50 NONAME ??0GCC_ConferenceEjectUserIndication_reason@@QAE@ABV0@@Z @27433 NONAME ??0GCC_ConferenceEjectUserIndication_reason@@QAE@IW4TagClass@PASN_Object@@@Z @51 NONAME ??0GCC_ConferenceEjectUserRequest@@QAE@ABV0@@Z @27434 NONAME ??0GCC_ConferenceEjectUserRequest@@QAE@IW4TagClass@PASN_Object@@@Z @52 NONAME ??0GCC_ConferenceEjectUserRequest_reason@@QAE@ABV0@@Z @27435 NONAME ??0GCC_ConferenceEjectUserRequest_reason@@QAE@IW4TagClass@PASN_Object@@@Z @53 NONAME ??0GCC_ConferenceEjectUserResponse@@QAE@ABV0@@Z @27436 NONAME ??0GCC_ConferenceEjectUserResponse@@QAE@IW4TagClass@PASN_Object@@@Z @54 NONAME ??0GCC_ConferenceEjectUserResponse_result@@QAE@ABV0@@Z @27437 NONAME ??0GCC_ConferenceEjectUserResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @55 NONAME ??0GCC_ConferenceInviteRequest@@QAE@ABV0@@Z @27438 NONAME ??0GCC_ConferenceInviteRequest@@QAE@IW4TagClass@PASN_Object@@@Z @56 NONAME ??0GCC_ConferenceInviteResponse@@QAE@ABV0@@Z @27439 NONAME ??0GCC_ConferenceInviteResponse@@QAE@IW4TagClass@PASN_Object@@@Z @57 NONAME ??0GCC_ConferenceInviteResponse_result@@QAE@ABV0@@Z @27440 NONAME ??0GCC_ConferenceInviteResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @58 NONAME ??0GCC_ConferenceJoinRequest@@QAE@ABV0@@Z @27441 NONAME ??0GCC_ConferenceJoinRequest@@QAE@IW4TagClass@PASN_Object@@@Z @59 NONAME ??0GCC_ConferenceJoinResponse@@QAE@ABV0@@Z @27442 NONAME ??0GCC_ConferenceJoinResponse@@QAE@IW4TagClass@PASN_Object@@@Z @60 NONAME ??0GCC_ConferenceJoinResponse_result@@QAE@ABV0@@Z @61 NONAME ??0GCC_ConferenceJoinResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @62 NONAME ??0GCC_ConferenceLockIndication@@QAE@ABV0@@Z @27443 NONAME ??0GCC_ConferenceLockIndication@@QAE@IW4TagClass@PASN_Object@@@Z @63 NONAME ??0GCC_ConferenceLockRequest@@QAE@ABV0@@Z @27444 NONAME ??0GCC_ConferenceLockRequest@@QAE@IW4TagClass@PASN_Object@@@Z @64 NONAME ??0GCC_ConferenceLockResponse@@QAE@ABV0@@Z @27445 NONAME ??0GCC_ConferenceLockResponse@@QAE@IW4TagClass@PASN_Object@@@Z @65 NONAME ??0GCC_ConferenceLockResponse_result@@QAE@ABV0@@Z @27446 NONAME ??0GCC_ConferenceLockResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @66 NONAME ??0GCC_ConferenceName@@QAE@ABV0@@Z @27447 NONAME ??0GCC_ConferenceName@@QAE@IW4TagClass@PASN_Object@@@Z @67 NONAME ??0GCC_ConferenceNameModifier@@QAE@ABV0@@Z @27448 NONAME ??0GCC_ConferenceNameModifier@@QAE@IW4TagClass@PASN_Object@@@Z @68 NONAME ??0GCC_ConferenceNameSelector@@QAE@ABV0@@Z @27449 NONAME ??0GCC_ConferenceNameSelector@@QAE@IW4TagClass@PASN_Object@@@Z @69 NONAME ??0GCC_ConferencePriority@@QAE@ABV0@@Z @70 NONAME ??0GCC_ConferencePriority@@QAE@IW4TagClass@PASN_Object@@@Z @71 NONAME ??0GCC_ConferencePriorityScheme@@QAE@ABV0@@Z @27450 NONAME ??0GCC_ConferencePriorityScheme@@QAE@IW4TagClass@PASN_Object@@@Z @72 NONAME ??0GCC_ConferenceQueryRequest@@QAE@ABV0@@Z @27451 NONAME ??0GCC_ConferenceQueryRequest@@QAE@IW4TagClass@PASN_Object@@@Z @73 NONAME ??0GCC_ConferenceQueryResponse@@QAE@ABV0@@Z @27452 NONAME ??0GCC_ConferenceQueryResponse@@QAE@IW4TagClass@PASN_Object@@@Z @74 NONAME ??0GCC_ConferenceQueryResponse_result@@QAE@ABV0@@Z @27453 NONAME ??0GCC_ConferenceQueryResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @75 NONAME ??0GCC_ConferenceTerminateIndication@@QAE@ABV0@@Z @27454 NONAME ??0GCC_ConferenceTerminateIndication@@QAE@IW4TagClass@PASN_Object@@@Z @76 NONAME ??0GCC_ConferenceTerminateIndication_reason@@QAE@ABV0@@Z @27455 NONAME ??0GCC_ConferenceTerminateIndication_reason@@QAE@IW4TagClass@PASN_Object@@@Z @77 NONAME ??0GCC_ConferenceTerminateRequest@@QAE@ABV0@@Z @27456 NONAME ??0GCC_ConferenceTerminateRequest@@QAE@IW4TagClass@PASN_Object@@@Z @78 NONAME ??0GCC_ConferenceTerminateRequest_reason@@QAE@ABV0@@Z @27457 NONAME ??0GCC_ConferenceTerminateRequest_reason@@QAE@IW4TagClass@PASN_Object@@@Z @79 NONAME ??0GCC_ConferenceTerminateResponse@@QAE@ABV0@@Z @27458 NONAME ??0GCC_ConferenceTerminateResponse@@QAE@IW4TagClass@PASN_Object@@@Z @80 NONAME ??0GCC_ConferenceTerminateResponse_result@@QAE@ABV0@@Z @27459 NONAME ??0GCC_ConferenceTerminateResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @81 NONAME ??0GCC_ConferenceTimeExtendIndication@@QAE@ABV0@@Z @27460 NONAME ??0GCC_ConferenceTimeExtendIndication@@QAE@IW4TagClass@PASN_Object@@@Z @82 NONAME ??0GCC_ConferenceTimeInquireIndication@@QAE@ABV0@@Z @27461 NONAME ??0GCC_ConferenceTimeInquireIndication@@QAE@IW4TagClass@PASN_Object@@@Z @83 NONAME ??0GCC_ConferenceTimeRemainingIndication@@QAE@ABV0@@Z @27462 NONAME ??0GCC_ConferenceTimeRemainingIndication@@QAE@IW4TagClass@PASN_Object@@@Z @84 NONAME ??0GCC_ConferenceTransferIndication@@QAE@ABV0@@Z @27463 NONAME ??0GCC_ConferenceTransferIndication@@QAE@IW4TagClass@PASN_Object@@@Z @85 NONAME ??0GCC_ConferenceTransferRequest@@QAE@ABV0@@Z @27464 NONAME ??0GCC_ConferenceTransferRequest@@QAE@IW4TagClass@PASN_Object@@@Z @86 NONAME ??0GCC_ConferenceTransferResponse@@QAE@ABV0@@Z @27465 NONAME ??0GCC_ConferenceTransferResponse@@QAE@IW4TagClass@PASN_Object@@@Z @87 NONAME ??0GCC_ConferenceTransferResponse_result@@QAE@ABV0@@Z @27466 NONAME ??0GCC_ConferenceTransferResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @88 NONAME ??0GCC_ConferenceUnlockIndication@@QAE@ABV0@@Z @27467 NONAME ??0GCC_ConferenceUnlockIndication@@QAE@IW4TagClass@PASN_Object@@@Z @89 NONAME ??0GCC_ConferenceUnlockRequest@@QAE@ABV0@@Z @27468 NONAME ??0GCC_ConferenceUnlockRequest@@QAE@IW4TagClass@PASN_Object@@@Z @90 NONAME ??0GCC_ConferenceUnlockResponse@@QAE@ABV0@@Z @27469 NONAME ??0GCC_ConferenceUnlockResponse@@QAE@IW4TagClass@PASN_Object@@@Z @91 NONAME ??0GCC_ConferenceUnlockResponse_result@@QAE@ABV0@@Z @27470 NONAME ??0GCC_ConferenceUnlockResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @92 NONAME ??0GCC_ConnectData@@QAE@ABV0@@Z @27471 NONAME ??0GCC_ConnectData@@QAE@IW4TagClass@PASN_Object@@@Z @93 NONAME ??0GCC_ConnectGCCPDU@@QAE@ABV0@@Z @27472 NONAME ??0GCC_ConnectGCCPDU@@QAE@IW4TagClass@PASN_Object@@@Z @94 NONAME ??0GCC_DialingString@@QAE@ABV0@@Z @27473 NONAME ??0GCC_DialingString@@QAE@IW4TagClass@PASN_Object@@@Z @95 NONAME ??0GCC_DynamicChannelID@@QAE@ABV0@@Z @96 NONAME ??0GCC_DynamicChannelID@@QAE@IW4TagClass@PASN_Object@@@Z @97 NONAME ??0GCC_DynamicTokenID@@QAE@ABV0@@Z @27474 NONAME ??0GCC_DynamicTokenID@@QAE@IW4TagClass@PASN_Object@@@Z @98 NONAME ??0GCC_EntityID@@QAE@ABV0@@Z @27475 NONAME ??0GCC_EntityID@@QAE@IW4TagClass@PASN_Object@@@Z @99 NONAME ??0GCC_ExtraDialingString@@QAE@ABV0@@Z @100 NONAME ??0GCC_ExtraDialingString@@QAE@IW4TagClass@PASN_Object@@@Z @101 NONAME ??0GCC_FunctionNotSupportedResponse@@QAE@ABV0@@Z @27476 NONAME ??0GCC_FunctionNotSupportedResponse@@QAE@IW4TagClass@PASN_Object@@@Z @102 NONAME ??0GCC_GCCPDU@@QAE@ABV0@@Z @27477 NONAME ??0GCC_GCCPDU@@QAE@IW4TagClass@PASN_Object@@@Z @103 NONAME ??0GCC_H221NonStandardIdentifier@@QAE@ABV0@@Z @27478 NONAME ??0GCC_H221NonStandardIdentifier@@QAE@ABVPBYTEArray@@@Z @25986 NONAME ??0GCC_H221NonStandardIdentifier@@QAE@ABVPString@@@Z @25987 NONAME ??0GCC_H221NonStandardIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @104 NONAME ??0GCC_H221NonStandardIdentifier@@QAE@PBD@Z @25988 NONAME ??0GCC_Handle@@QAE@ABV0@@Z @27479 NONAME ??0GCC_Handle@@QAE@IW4TagClass@PASN_Object@@@Z @105 NONAME ??0GCC_IndicationPDU@@QAE@ABV0@@Z @27480 NONAME ??0GCC_IndicationPDU@@QAE@IW4TagClass@PASN_Object@@@Z @106 NONAME ??0GCC_Key@@QAE@ABV0@@Z @107 NONAME ??0GCC_Key@@QAE@IW4TagClass@PASN_Object@@@Z @108 NONAME ??0GCC_NetworkAddress@@QAE@ABV0@@Z @109 NONAME ??0GCC_NetworkAddress@@QAE@IW4TagClass@PASN_Object@@@Z @110 NONAME ??0GCC_NetworkAddress_subtype@@QAE@ABV0@@Z @27481 NONAME ??0GCC_NetworkAddress_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @111 NONAME ??0GCC_NetworkAddress_subtype_aggregatedChannel@@QAE@ABV0@@Z @27482 NONAME ??0GCC_NetworkAddress_subtype_aggregatedChannel@@QAE@IW4TagClass@PASN_Object@@@Z @112 NONAME ??0GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@QAE@ABV0@@Z @113 NONAME ??0GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@QAE@IW4TagClass@PASN_Object@@@Z @114 NONAME ??0GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@QAE@ABV0@@Z @27483 NONAME ??0GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@QAE@IW4TagClass@PASN_Object@@@Z @115 NONAME ??0GCC_NetworkAddress_subtype_transportConnection@@QAE@ABV0@@Z @27484 NONAME ??0GCC_NetworkAddress_subtype_transportConnection@@QAE@IW4TagClass@PASN_Object@@@Z @116 NONAME ??0GCC_NodeProperties@@QAE@ABV0@@Z @117 NONAME ??0GCC_NodeProperties@@QAE@IW4TagClass@PASN_Object@@@Z @118 NONAME ??0GCC_NodeRecord@@QAE@ABV0@@Z @27485 NONAME ??0GCC_NodeRecord@@QAE@IW4TagClass@PASN_Object@@@Z @119 NONAME ??0GCC_NodeType@@QAE@ABV0@@Z @27486 NONAME ??0GCC_NodeType@@QAE@IW4TagClass@PASN_Object@@@Z @120 NONAME ??0GCC_NonStandardParameter@@QAE@ABV0@@Z @27487 NONAME ??0GCC_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @121 NONAME ??0GCC_NonStandardPDU@@QAE@ABV0@@Z @27488 NONAME ??0GCC_NonStandardPDU@@QAE@IW4TagClass@PASN_Object@@@Z @122 NONAME ??0GCC_Password@@QAE@ABV0@@Z @27489 NONAME ??0GCC_Password@@QAE@IW4TagClass@PASN_Object@@@Z @123 NONAME ??0GCC_PasswordChallengeRequestResponse@@QAE@ABV0@@Z @124 NONAME ??0GCC_PasswordChallengeRequestResponse@@QAE@IW4TagClass@PASN_Object@@@Z @125 NONAME ??0GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@QAE@ABV0@@Z @27490 NONAME ??0GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@QAE@IW4TagClass@PASN_Object@@@Z @126 NONAME ??0GCC_PasswordSelector@@QAE@ABV0@@Z @27491 NONAME ??0GCC_PasswordSelector@@QAE@IW4TagClass@PASN_Object@@@Z @127 NONAME ??0GCC_Privilege@@QAE@ABV0@@Z @27492 NONAME ??0GCC_Privilege@@QAE@IW4TagClass@PASN_Object@@@Z @128 NONAME ??0GCC_RegistryAllocateHandleRequest@@QAE@ABV0@@Z @27493 NONAME ??0GCC_RegistryAllocateHandleRequest@@QAE@IW4TagClass@PASN_Object@@@Z @129 NONAME ??0GCC_RegistryAllocateHandleResponse@@QAE@ABV0@@Z @27494 NONAME ??0GCC_RegistryAllocateHandleResponse@@QAE@IW4TagClass@PASN_Object@@@Z @130 NONAME ??0GCC_RegistryAllocateHandleResponse_result@@QAE@ABV0@@Z @27495 NONAME ??0GCC_RegistryAllocateHandleResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @131 NONAME ??0GCC_RegistryAssignTokenRequest@@QAE@ABV0@@Z @27496 NONAME ??0GCC_RegistryAssignTokenRequest@@QAE@IW4TagClass@PASN_Object@@@Z @132 NONAME ??0GCC_RegistryDeleteEntryRequest@@QAE@ABV0@@Z @27497 NONAME ??0GCC_RegistryDeleteEntryRequest@@QAE@IW4TagClass@PASN_Object@@@Z @133 NONAME ??0GCC_RegistryEntryOwner@@QAE@ABV0@@Z @27498 NONAME ??0GCC_RegistryEntryOwner@@QAE@IW4TagClass@PASN_Object@@@Z @134 NONAME ??0GCC_RegistryEntryOwner_owned@@QAE@ABV0@@Z @27499 NONAME ??0GCC_RegistryEntryOwner_owned@@QAE@IW4TagClass@PASN_Object@@@Z @135 NONAME ??0GCC_RegistryItem@@QAE@ABV0@@Z @27500 NONAME ??0GCC_RegistryItem@@QAE@IW4TagClass@PASN_Object@@@Z @136 NONAME ??0GCC_RegistryKey@@QAE@ABV0@@Z @27501 NONAME ??0GCC_RegistryKey@@QAE@IW4TagClass@PASN_Object@@@Z @137 NONAME ??0GCC_RegistryModificationRights@@QAE@ABV0@@Z @27502 NONAME ??0GCC_RegistryModificationRights@@QAE@IW4TagClass@PASN_Object@@@Z @138 NONAME ??0GCC_RegistryMonitorEntryIndication@@QAE@ABV0@@Z @27503 NONAME ??0GCC_RegistryMonitorEntryIndication@@QAE@IW4TagClass@PASN_Object@@@Z @139 NONAME ??0GCC_RegistryMonitorEntryRequest@@QAE@ABV0@@Z @27504 NONAME ??0GCC_RegistryMonitorEntryRequest@@QAE@IW4TagClass@PASN_Object@@@Z @140 NONAME ??0GCC_RegistryRegisterChannelRequest@@QAE@ABV0@@Z @27505 NONAME ??0GCC_RegistryRegisterChannelRequest@@QAE@IW4TagClass@PASN_Object@@@Z @141 NONAME ??0GCC_RegistryResponse@@QAE@ABV0@@Z @27506 NONAME ??0GCC_RegistryResponse@@QAE@IW4TagClass@PASN_Object@@@Z @142 NONAME ??0GCC_RegistryResponse_primitiveType@@QAE@ABV0@@Z @27507 NONAME ??0GCC_RegistryResponse_primitiveType@@QAE@IW4TagClass@PASN_Object@@@Z @143 NONAME ??0GCC_RegistryResponse_result@@QAE@ABV0@@Z @27508 NONAME ??0GCC_RegistryResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @144 NONAME ??0GCC_RegistryRetrieveEntryRequest@@QAE@ABV0@@Z @27509 NONAME ??0GCC_RegistryRetrieveEntryRequest@@QAE@IW4TagClass@PASN_Object@@@Z @145 NONAME ??0GCC_RegistrySetParameterRequest@@QAE@ABV0@@Z @27510 NONAME ??0GCC_RegistrySetParameterRequest@@QAE@IW4TagClass@PASN_Object@@@Z @146 NONAME ??0GCC_RequestPDU@@QAE@ABV0@@Z @27511 NONAME ??0GCC_RequestPDU@@QAE@IW4TagClass@PASN_Object@@@Z @147 NONAME ??0GCC_ResponsePDU@@QAE@ABV0@@Z @27512 NONAME ??0GCC_ResponsePDU@@QAE@IW4TagClass@PASN_Object@@@Z @148 NONAME ??0GCC_RosterUpdateIndication@@QAE@ABV0@@Z @27513 NONAME ??0GCC_RosterUpdateIndication@@QAE@IW4TagClass@PASN_Object@@@Z @149 NONAME ??0GCC_RosterUpdateIndication_applicationInformation@@QAE@ABV0@@Z @27514 NONAME ??0GCC_RosterUpdateIndication_applicationInformation@@QAE@IW4TagClass@PASN_Object@@@Z @150 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype@@QAE@ABV0@@Z @27515 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @151 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@QAE@ABV0@@Z @27516 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@QAE@IW4TagClass@PASN_Object@@@Z @152 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@QAE@ABV0@@Z @27517 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@QAE@IW4TagClass@PASN_Object@@@Z @153 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@QAE@ABV0@@Z @27518 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @154 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@QAE@ABV0@@Z @27519 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@QAE@IW4TagClass@PASN_Object@@@Z @155 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@QAE@ABV0@@Z @27520 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@QAE@IW4TagClass@PASN_Object@@@Z @156 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@QAE@ABV0@@Z @27521 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @157 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@QAE@ABV0@@Z @27522 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@QAE@IW4TagClass@PASN_Object@@@Z @158 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@QAE@ABV0@@Z @27523 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @159 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@QAE@ABV0@@Z @27524 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@QAE@IW4TagClass@PASN_Object@@@Z @160 NONAME ??0GCC_RosterUpdateIndication_nodeInformation@@QAE@ABV0@@Z @27525 NONAME ??0GCC_RosterUpdateIndication_nodeInformation@@QAE@IW4TagClass@PASN_Object@@@Z @161 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@QAE@ABV0@@Z @27526 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@QAE@IW4TagClass@PASN_Object@@@Z @162 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@QAE@ABV0@@Z @27527 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@QAE@IW4TagClass@PASN_Object@@@Z @163 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@QAE@ABV0@@Z @27528 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @164 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@QAE@ABV0@@Z @27529 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@QAE@IW4TagClass@PASN_Object@@@Z @165 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@QAE@ABV0@@Z @27530 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @166 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@QAE@ABV0@@Z @27531 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@QAE@IW4TagClass@PASN_Object@@@Z @167 NONAME ??0GCC_SessionKey@@QAE@ABV0@@Z @168 NONAME ??0GCC_SessionKey@@QAE@IW4TagClass@PASN_Object@@@Z @169 NONAME ??0GCC_SimpleNumericString@@QAE@ABV0@@Z @170 NONAME ??0GCC_SimpleNumericString@@QAE@IW4TagClass@PASN_Object@@@Z @171 NONAME ??0GCC_SimpleTextString@@QAE@ABV0@@Z @172 NONAME ??0GCC_SimpleTextString@@QAE@IW4TagClass@PASN_Object@@@Z @173 NONAME ??0GCC_StaticChannelID@@QAE@ABV0@@Z @27532 NONAME ??0GCC_StaticChannelID@@QAE@IW4TagClass@PASN_Object@@@Z @174 NONAME ??0GCC_StaticTokenID@@QAE@ABV0@@Z @27533 NONAME ??0GCC_StaticTokenID@@QAE@IW4TagClass@PASN_Object@@@Z @175 NONAME ??0GCC_SubAddressString@@QAE@ABV0@@Z @27534 NONAME ??0GCC_SubAddressString@@QAE@IW4TagClass@PASN_Object@@@Z @176 NONAME ??0GCC_TerminationMethod@@QAE@ABV0@@Z @177 NONAME ??0GCC_TerminationMethod@@QAE@IW4TagClass@PASN_Object@@@Z @178 NONAME ??0GCC_TextMessageIndication@@QAE@ABV0@@Z @27535 NONAME ??0GCC_TextMessageIndication@@QAE@IW4TagClass@PASN_Object@@@Z @179 NONAME ??0GCC_TextString@@QAE@ABV0@@Z @180 NONAME ??0GCC_TextString@@QAE@IW4TagClass@PASN_Object@@@Z @181 NONAME ??0GCC_Time@@QAE@ABV0@@Z @27536 NONAME ??0GCC_Time@@QAE@IW4TagClass@PASN_Object@@@Z @182 NONAME ??0GCC_TokenID@@QAE@ABV0@@Z @27537 NONAME ??0GCC_TokenID@@QAE@IW4TagClass@PASN_Object@@@Z @183 NONAME ??0GCC_UserData@@QAE@ABV0@@Z @184 NONAME ??0GCC_UserData@@QAE@IW4TagClass@PASN_Object@@@Z @185 NONAME ??0GCC_UserData_subtype@@QAE@ABV0@@Z @27538 NONAME ??0GCC_UserData_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @186 NONAME ??0GCC_UserID@@QAE@ABV0@@Z @187 NONAME ??0GCC_UserID@@QAE@IW4TagClass@PASN_Object@@@Z @188 NONAME ??0GCC_UserIDIndication@@QAE@ABV0@@Z @27539 NONAME ??0GCC_UserIDIndication@@QAE@IW4TagClass@PASN_Object@@@Z @189 NONAME ??0H225CallThread@@QAE@AAVH323EndPoint@@AAVH323Connection@@AAVH323Transport@@ABVPString@@ABVH323TransportAddress@@@Z @191 NONAME ??0H225TransportThread@@QAE@AAVH323EndPoint@@PAVH323Transport@@@Z @18759 NONAME ??0H225_AddressPattern@@QAE@ABV0@@Z @27540 NONAME ??0H225_AddressPattern@@QAE@IW4TagClass@PASN_Object@@@Z @16269 NONAME ??0H225_AddressPattern_range@@QAE@ABV0@@Z @27541 NONAME ??0H225_AddressPattern_range@@QAE@IW4TagClass@PASN_Object@@@Z @16270 NONAME ??0H225_AdmissionConfirm@@QAE@ABV0@@Z @27542 NONAME ??0H225_AdmissionConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @194 NONAME ??0H225_AdmissionConfirm_language@@QAE@ABV0@@Z @16271 NONAME ??0H225_AdmissionConfirm_language@@QAE@IW4TagClass@PASN_Object@@@Z @16272 NONAME ??0H225_AdmissionReject@@QAE@ABV0@@Z @27543 NONAME ??0H225_AdmissionReject@@QAE@IW4TagClass@PASN_Object@@@Z @195 NONAME ??0H225_AdmissionRejectReason@@QAE@ABV0@@Z @27544 NONAME ??0H225_AdmissionRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @196 NONAME ??0H225_AdmissionRequest@@QAE@ABV0@@Z @16273 NONAME ??0H225_AdmissionRequest@@QAE@IW4TagClass@PASN_Object@@@Z @197 NONAME ??0H225_Alerting_UUIE@@QAE@ABV0@@Z @27545 NONAME ??0H225_Alerting_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @198 NONAME ??0H225_AliasAddress@@QAE@ABV0@@Z @199 NONAME ??0H225_AliasAddress@@QAE@IW4TagClass@PASN_Object@@@Z @200 NONAME ??0H225_AlternateGK@@QAE@ABV0@@Z @27546 NONAME ??0H225_AlternateGK@@QAE@IW4TagClass@PASN_Object@@@Z @201 NONAME ??0H225_AlternateTransportAddresses@@QAE@ABV0@@Z @16274 NONAME ??0H225_AlternateTransportAddresses@@QAE@IW4TagClass@PASN_Object@@@Z @16275 NONAME ??0H225_AltGKInfo@@QAE@ABV0@@Z @27547 NONAME ??0H225_AltGKInfo@@QAE@IW4TagClass@PASN_Object@@@Z @202 NONAME ??0H225_ANSI_41_UIM@@QAE@ABV0@@Z @27548 NONAME ??0H225_ANSI_41_UIM@@QAE@IW4TagClass@PASN_Object@@@Z @16276 NONAME ??0H225_ANSI_41_UIM_system_id@@QAE@ABV0@@Z @27549 NONAME ??0H225_ANSI_41_UIM_system_id@@QAE@IW4TagClass@PASN_Object@@@Z @16277 NONAME ??0H225_ArrayOf_AddressPattern@@QAE@ABV0@@Z @16278 NONAME ??0H225_ArrayOf_AddressPattern@@QAE@IW4TagClass@PASN_Object@@@Z @16279 NONAME ??0H225_ArrayOf_AdmissionConfirm@@QAE@ABV0@@Z @27550 NONAME ??0H225_ArrayOf_AdmissionConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @26702 NONAME ??0H225_ArrayOf_AliasAddress@@QAE@ABV0@@Z @203 NONAME ??0H225_ArrayOf_AliasAddress@@QAE@IW4TagClass@PASN_Object@@@Z @204 NONAME ??0H225_ArrayOf_AlternateGK@@QAE@ABV0@@Z @205 NONAME ??0H225_ArrayOf_AlternateGK@@QAE@IW4TagClass@PASN_Object@@@Z @206 NONAME ??0H225_ArrayOf_AuthenticationMechanism@@QAE@ABV0@@Z @207 NONAME ??0H225_ArrayOf_AuthenticationMechanism@@QAE@IW4TagClass@PASN_Object@@@Z @208 NONAME ??0H225_ArrayOf_BandwidthDetails@@QAE@ABV0@@Z @16280 NONAME ??0H225_ArrayOf_BandwidthDetails@@QAE@IW4TagClass@PASN_Object@@@Z @16281 NONAME ??0H225_ArrayOf_CallReferenceValue@@QAE@ABV0@@Z @27551 NONAME ??0H225_ArrayOf_CallReferenceValue@@QAE@IW4TagClass@PASN_Object@@@Z @210 NONAME ??0H225_ArrayOf_CallsAvailable@@QAE@ABV0@@Z @16282 NONAME ??0H225_ArrayOf_CallsAvailable@@QAE@IW4TagClass@PASN_Object@@@Z @16283 NONAME ??0H225_ArrayOf_ClearToken@@QAE@ABV0@@Z @211 NONAME ??0H225_ArrayOf_ClearToken@@QAE@IW4TagClass@PASN_Object@@@Z @212 NONAME ??0H225_ArrayOf_ConferenceIdentifier@@QAE@ABV0@@Z @213 NONAME ??0H225_ArrayOf_ConferenceIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @214 NONAME ??0H225_ArrayOf_ConferenceList@@QAE@ABV0@@Z @215 NONAME ??0H225_ArrayOf_ConferenceList@@QAE@IW4TagClass@PASN_Object@@@Z @216 NONAME ??0H225_ArrayOf_CryptoH323Token@@QAE@ABV0@@Z @217 NONAME ??0H225_ArrayOf_CryptoH323Token@@QAE@IW4TagClass@PASN_Object@@@Z @218 NONAME ??0H225_ArrayOf_DataRate@@QAE@ABV0@@Z @27552 NONAME ??0H225_ArrayOf_DataRate@@QAE@IW4TagClass@PASN_Object@@@Z @219 NONAME ??0H225_ArrayOf_Endpoint@@QAE@ABV0@@Z @220 NONAME ??0H225_ArrayOf_Endpoint@@QAE@IW4TagClass@PASN_Object@@@Z @221 NONAME ??0H225_ArrayOf_EnumeratedParameter@@QAE@ABV0@@Z @27553 NONAME ??0H225_ArrayOf_EnumeratedParameter@@QAE@IW4TagClass@PASN_Object@@@Z @16284 NONAME ??0H225_ArrayOf_ExtendedAliasAddress@@QAE@ABV0@@Z @16285 NONAME ??0H225_ArrayOf_ExtendedAliasAddress@@QAE@IW4TagClass@PASN_Object@@@Z @16286 NONAME ??0H225_ArrayOf_FeatureDescriptor@@QAE@ABV0@@Z @16287 NONAME ??0H225_ArrayOf_FeatureDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @16288 NONAME ??0H225_ArrayOf_GenericData@@QAE@ABV0@@Z @16289 NONAME ??0H225_ArrayOf_GenericData@@QAE@IW4TagClass@PASN_Object@@@Z @16290 NONAME ??0H225_ArrayOf_H245Security@@QAE@ABV0@@Z @27554 NONAME ??0H225_ArrayOf_H245Security@@QAE@IW4TagClass@PASN_Object@@@Z @223 NONAME ??0H225_ArrayOf_H248PackagesDescriptor@@QAE@ABV0@@Z @16291 NONAME ??0H225_ArrayOf_H248PackagesDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @16292 NONAME ??0H225_ArrayOf_IntegrityMechanism@@QAE@ABV0@@Z @224 NONAME ??0H225_ArrayOf_IntegrityMechanism@@QAE@IW4TagClass@PASN_Object@@@Z @225 NONAME ??0H225_ArrayOf_NonStandardParameter@@QAE@ABV0@@Z @226 NONAME ??0H225_ArrayOf_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @227 NONAME ??0H225_ArrayOf_PartyNumber@@QAE@ABV0@@Z @27555 NONAME ??0H225_ArrayOf_PartyNumber@@QAE@IW4TagClass@PASN_Object@@@Z @16293 NONAME ??0H225_ArrayOf_PASN_ObjectId@@QAE@ABV0@@Z @228 NONAME ??0H225_ArrayOf_PASN_ObjectId@@QAE@IW4TagClass@PASN_Object@@@Z @229 NONAME ??0H225_ArrayOf_PASN_OctetString@@QAE@ABV0@@Z @230 NONAME ??0H225_ArrayOf_PASN_OctetString@@QAE@IW4TagClass@PASN_Object@@@Z @231 NONAME ??0H225_ArrayOf_RasUsageSpecification@@QAE@ABV0@@Z @16294 NONAME ??0H225_ArrayOf_RasUsageSpecification@@QAE@IW4TagClass@PASN_Object@@@Z @16295 NONAME ??0H225_ArrayOf_RTPSession@@QAE@ABV0@@Z @232 NONAME ??0H225_ArrayOf_RTPSession@@QAE@IW4TagClass@PASN_Object@@@Z @233 NONAME ??0H225_ArrayOf_ServiceControlSession@@QAE@ABV0@@Z @16296 NONAME ??0H225_ArrayOf_ServiceControlSession@@QAE@IW4TagClass@PASN_Object@@@Z @16297 NONAME ??0H225_ArrayOf_SupportedPrefix@@QAE@ABV0@@Z @16298 NONAME ??0H225_ArrayOf_SupportedPrefix@@QAE@IW4TagClass@PASN_Object@@@Z @234 NONAME ??0H225_ArrayOf_SupportedProtocols@@QAE@ABV0@@Z @235 NONAME ??0H225_ArrayOf_SupportedProtocols@@QAE@IW4TagClass@PASN_Object@@@Z @236 NONAME ??0H225_ArrayOf_TransportAddress@@QAE@ABV0@@Z @237 NONAME ??0H225_ArrayOf_TransportAddress@@QAE@IW4TagClass@PASN_Object@@@Z @238 NONAME ??0H225_ArrayOf_TransportChannelInfo@@QAE@ABV0@@Z @239 NONAME ??0H225_ArrayOf_TransportChannelInfo@@QAE@IW4TagClass@PASN_Object@@@Z @240 NONAME ??0H225_ArrayOf_TunnelledProtocol@@QAE@ABV0@@Z @16299 NONAME ??0H225_ArrayOf_TunnelledProtocol@@QAE@IW4TagClass@PASN_Object@@@Z @16300 NONAME ??0H225_BandRejectReason@@QAE@ABV0@@Z @27556 NONAME ??0H225_BandRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @241 NONAME ??0H225_BandWidth@@QAE@ABV0@@Z @242 NONAME ??0H225_BandWidth@@QAE@IW4TagClass@PASN_Object@@@Z @243 NONAME ??0H225_BandwidthConfirm@@QAE@ABV0@@Z @27557 NONAME ??0H225_BandwidthConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @244 NONAME ??0H225_BandwidthDetails@@QAE@ABV0@@Z @27558 NONAME ??0H225_BandwidthDetails@@QAE@IW4TagClass@PASN_Object@@@Z @16301 NONAME ??0H225_BandwidthReject@@QAE@ABV0@@Z @27559 NONAME ??0H225_BandwidthReject@@QAE@IW4TagClass@PASN_Object@@@Z @245 NONAME ??0H225_BandwidthRequest@@QAE@ABV0@@Z @27560 NONAME ??0H225_BandwidthRequest@@QAE@IW4TagClass@PASN_Object@@@Z @246 NONAME ??0H225_CallCapacity@@QAE@ABV0@@Z @16302 NONAME ??0H225_CallCapacity@@QAE@IW4TagClass@PASN_Object@@@Z @16303 NONAME ??0H225_CallCapacityInfo@@QAE@ABV0@@Z @16304 NONAME ??0H225_CallCapacityInfo@@QAE@IW4TagClass@PASN_Object@@@Z @16305 NONAME ??0H225_CallCreditCapability@@QAE@ABV0@@Z @16306 NONAME ??0H225_CallCreditCapability@@QAE@IW4TagClass@PASN_Object@@@Z @16307 NONAME ??0H225_CallCreditServiceControl@@QAE@ABV0@@Z @27561 NONAME ??0H225_CallCreditServiceControl@@QAE@IW4TagClass@PASN_Object@@@Z @16308 NONAME ??0H225_CallCreditServiceControl_billingMode@@QAE@ABV0@@Z @27562 NONAME ??0H225_CallCreditServiceControl_billingMode@@QAE@IW4TagClass@PASN_Object@@@Z @16309 NONAME ??0H225_CallCreditServiceControl_callStartingPoint@@QAE@ABV0@@Z @27563 NONAME ??0H225_CallCreditServiceControl_callStartingPoint@@QAE@IW4TagClass@PASN_Object@@@Z @16310 NONAME ??0H225_CallIdentifier@@QAE@ABV0@@Z @247 NONAME ??0H225_CallIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @248 NONAME ??0H225_CallLinkage@@QAE@ABV0@@Z @16311 NONAME ??0H225_CallLinkage@@QAE@IW4TagClass@PASN_Object@@@Z @16312 NONAME ??0H225_CallModel@@QAE@ABV0@@Z @249 NONAME ??0H225_CallModel@@QAE@IW4TagClass@PASN_Object@@@Z @250 NONAME ??0H225_CallProceeding_UUIE@@QAE@ABV0@@Z @27564 NONAME ??0H225_CallProceeding_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @251 NONAME ??0H225_CallReferenceValue@@QAE@ABV0@@Z @27565 NONAME ??0H225_CallReferenceValue@@QAE@IW4TagClass@PASN_Object@@@Z @253 NONAME ??0H225_CallsAvailable@@QAE@ABV0@@Z @27566 NONAME ??0H225_CallsAvailable@@QAE@IW4TagClass@PASN_Object@@@Z @16313 NONAME ??0H225_CallTerminationCause@@QAE@ABV0@@Z @16314 NONAME ??0H225_CallTerminationCause@@QAE@IW4TagClass@PASN_Object@@@Z @16315 NONAME ??0H225_CallType@@QAE@ABV0@@Z @254 NONAME ??0H225_CallType@@QAE@IW4TagClass@PASN_Object@@@Z @255 NONAME ??0H225_CapacityReportingCapability@@QAE@ABV0@@Z @16316 NONAME ??0H225_CapacityReportingCapability@@QAE@IW4TagClass@PASN_Object@@@Z @16317 NONAME ??0H225_CapacityReportingSpecification@@QAE@ABV0@@Z @16318 NONAME ??0H225_CapacityReportingSpecification@@QAE@IW4TagClass@PASN_Object@@@Z @16319 NONAME ??0H225_CapacityReportingSpecification_when@@QAE@ABV0@@Z @27567 NONAME ??0H225_CapacityReportingSpecification_when@@QAE@IW4TagClass@PASN_Object@@@Z @16320 NONAME ??0H225_CarrierInfo@@QAE@ABV0@@Z @26703 NONAME ??0H225_CarrierInfo@@QAE@IW4TagClass@PASN_Object@@@Z @26704 NONAME ??0H225_CicInfo@@QAE@ABV0@@Z @26666 NONAME ??0H225_CicInfo@@QAE@IW4TagClass@PASN_Object@@@Z @16321 NONAME ??0H225_CicInfo_cic@@QAE@ABV0@@Z @26667 NONAME ??0H225_CicInfo_cic@@QAE@IW4TagClass@PASN_Object@@@Z @16322 NONAME ??0H225_CircuitIdentifier@@QAE@ABV0@@Z @16323 NONAME ??0H225_CircuitIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @16324 NONAME ??0H225_CircuitInfo@@QAE@ABV0@@Z @16325 NONAME ??0H225_CircuitInfo@@QAE@IW4TagClass@PASN_Object@@@Z @16326 NONAME ??0H225_ConferenceIdentifier@@QAE@ABV0@@Z @256 NONAME ??0H225_ConferenceIdentifier@@QAE@ABVPBYTEArray@@@Z @25435 NONAME ??0H225_ConferenceIdentifier@@QAE@ABVPString@@@Z @25436 NONAME ??0H225_ConferenceIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @257 NONAME ??0H225_ConferenceIdentifier@@QAE@PBD@Z @25437 NONAME ??0H225_ConferenceList@@QAE@ABV0@@Z @27568 NONAME ??0H225_ConferenceList@@QAE@IW4TagClass@PASN_Object@@@Z @258 NONAME ??0H225_Connect_UUIE@@QAE@ABV0@@Z @27569 NONAME ??0H225_Connect_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @259 NONAME ??0H225_Connect_UUIE_language@@QAE@ABV0@@Z @16327 NONAME ??0H225_Connect_UUIE_language@@QAE@IW4TagClass@PASN_Object@@@Z @16328 NONAME ??0H225_Content@@QAE@ABV0@@Z @27570 NONAME ??0H225_Content@@QAE@IW4TagClass@PASN_Object@@@Z @16329 NONAME ??0H225_CryptoH323Token@@QAE@ABV0@@Z @27571 NONAME ??0H225_CryptoH323Token@@QAE@IW4TagClass@PASN_Object@@@Z @260 NONAME ??0H225_CryptoH323Token_cryptoEPPwdHash@@QAE@ABV0@@Z @27572 NONAME ??0H225_CryptoH323Token_cryptoEPPwdHash@@QAE@IW4TagClass@PASN_Object@@@Z @261 NONAME ??0H225_CryptoH323Token_cryptoGKPwdHash@@QAE@ABV0@@Z @27573 NONAME ??0H225_CryptoH323Token_cryptoGKPwdHash@@QAE@IW4TagClass@PASN_Object@@@Z @262 NONAME ??0H225_DataRate@@QAE@ABV0@@Z @16330 NONAME ??0H225_DataRate@@QAE@IW4TagClass@PASN_Object@@@Z @263 NONAME ??0H225_DisengageConfirm@@QAE@ABV0@@Z @27574 NONAME ??0H225_DisengageConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @264 NONAME ??0H225_DisengageReason@@QAE@ABV0@@Z @27575 NONAME ??0H225_DisengageReason@@QAE@IW4TagClass@PASN_Object@@@Z @265 NONAME ??0H225_DisengageReject@@QAE@ABV0@@Z @27576 NONAME ??0H225_DisengageReject@@QAE@IW4TagClass@PASN_Object@@@Z @266 NONAME ??0H225_DisengageRejectReason@@QAE@ABV0@@Z @27577 NONAME ??0H225_DisengageRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @267 NONAME ??0H225_DisengageRequest@@QAE@ABV0@@Z @27578 NONAME ??0H225_DisengageRequest@@QAE@IW4TagClass@PASN_Object@@@Z @268 NONAME ??0H225_EncodedFastStartToken@@QAE@ABV0@@Z @27579 NONAME ??0H225_EncodedFastStartToken@@QAE@IW4TagClass@PASN_Object@@@Z @18469 NONAME ??0H225_EncryptIntAlg@@QAE@ABV0@@Z @27580 NONAME ??0H225_EncryptIntAlg@@QAE@IW4TagClass@PASN_Object@@@Z @269 NONAME ??0H225_Endpoint@@QAE@ABV0@@Z @27581 NONAME ??0H225_Endpoint@@QAE@IW4TagClass@PASN_Object@@@Z @270 NONAME ??0H225_EndpointIdentifier@@QAE@ABV0@@Z @271 NONAME ??0H225_EndpointIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @272 NONAME ??0H225_EndpointType@@QAE@ABV0@@Z @273 NONAME ??0H225_EndpointType@@QAE@IW4TagClass@PASN_Object@@@Z @274 NONAME ??0H225_EnumeratedParameter@@QAE@ABV0@@Z @27582 NONAME ??0H225_EnumeratedParameter@@QAE@IW4TagClass@PASN_Object@@@Z @16331 NONAME ??0H225_ExtendedAliasAddress@@QAE@ABV0@@Z @27583 NONAME ??0H225_ExtendedAliasAddress@@QAE@IW4TagClass@PASN_Object@@@Z @16332 NONAME ??0H225_FacilityReason@@QAE@ABV0@@Z @16333 NONAME ??0H225_FacilityReason@@QAE@IW4TagClass@PASN_Object@@@Z @275 NONAME ??0H225_Facility_UUIE@@QAE@ABV0@@Z @27584 NONAME ??0H225_Facility_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @276 NONAME ??0H225_FastStartToken@@QAE@ABV0@@Z @27585 NONAME ??0H225_FastStartToken@@QAE@IW4TagClass@PASN_Object@@@Z @277 NONAME ??0H225_FeatureDescriptor@@QAE@ABV0@@Z @27586 NONAME ??0H225_FeatureDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @16334 NONAME ??0H225_FeatureSet@@QAE@ABV0@@Z @16335 NONAME ??0H225_FeatureSet@@QAE@IW4TagClass@PASN_Object@@@Z @16336 NONAME ??0H225_GatekeeperConfirm@@QAE@ABV0@@Z @27587 NONAME ??0H225_GatekeeperConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @278 NONAME ??0H225_GatekeeperIdentifier@@QAE@ABV0@@Z @279 NONAME ??0H225_GatekeeperIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @280 NONAME ??0H225_GatekeeperInfo@@QAE@ABV0@@Z @281 NONAME ??0H225_GatekeeperInfo@@QAE@IW4TagClass@PASN_Object@@@Z @282 NONAME ??0H225_GatekeeperReject@@QAE@ABV0@@Z @27588 NONAME ??0H225_GatekeeperReject@@QAE@IW4TagClass@PASN_Object@@@Z @283 NONAME ??0H225_GatekeeperRejectReason@@QAE@ABV0@@Z @27589 NONAME ??0H225_GatekeeperRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @284 NONAME ??0H225_GatekeeperRequest@@QAE@ABV0@@Z @27590 NONAME ??0H225_GatekeeperRequest@@QAE@IW4TagClass@PASN_Object@@@Z @285 NONAME ??0H225_GatewayInfo@@QAE@ABV0@@Z @286 NONAME ??0H225_GatewayInfo@@QAE@IW4TagClass@PASN_Object@@@Z @287 NONAME ??0H225_GenericData@@QAE@ABV0@@Z @27591 NONAME ??0H225_GenericData@@QAE@IW4TagClass@PASN_Object@@@Z @16337 NONAME ??0H225_GenericIdentifier@@QAE@ABV0@@Z @27592 NONAME ??0H225_GenericIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @16338 NONAME ??0H225_GloballyUniqueID@@QAE@ABV0@@Z @288 NONAME ??0H225_GloballyUniqueID@@QAE@ABVPBYTEArray@@@Z @25438 NONAME ??0H225_GloballyUniqueID@@QAE@ABVPString@@@Z @25439 NONAME ??0H225_GloballyUniqueID@@QAE@IW4TagClass@PASN_Object@@@Z @289 NONAME ??0H225_GloballyUniqueID@@QAE@PBD@Z @25440 NONAME ??0H225_GroupID@@QAE@ABV0@@Z @26668 NONAME ??0H225_GroupID@@QAE@IW4TagClass@PASN_Object@@@Z @16339 NONAME ??0H225_GroupID_member@@QAE@ABV0@@Z @26705 NONAME ??0H225_GroupID_member@@QAE@IW4TagClass@PASN_Object@@@Z @16340 NONAME ??0H225_GSM_UIM@@QAE@ABV0@@Z @27593 NONAME ??0H225_GSM_UIM@@QAE@IW4TagClass@PASN_Object@@@Z @16341 NONAME ??0H225_H221NonStandard@@QAE@ABV0@@Z @290 NONAME ??0H225_H221NonStandard@@QAE@IW4TagClass@PASN_Object@@@Z @291 NONAME ??0H225_H245Security@@QAE@ABV0@@Z @292 NONAME ??0H225_H245Security@@QAE@IW4TagClass@PASN_Object@@@Z @293 NONAME ??0H225_H248PackagesDescriptor@@QAE@ABV0@@Z @27594 NONAME ??0H225_H248PackagesDescriptor@@QAE@ABVPBYTEArray@@@Z @25441 NONAME ??0H225_H248PackagesDescriptor@@QAE@ABVPString@@@Z @25442 NONAME ??0H225_H248PackagesDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @16342 NONAME ??0H225_H248PackagesDescriptor@@QAE@PBD@Z @25443 NONAME ??0H225_H248SignalsDescriptor@@QAE@ABV0@@Z @27595 NONAME ??0H225_H248SignalsDescriptor@@QAE@ABVPBYTEArray@@@Z @25444 NONAME ??0H225_H248SignalsDescriptor@@QAE@ABVPString@@@Z @25445 NONAME ??0H225_H248SignalsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @16343 NONAME ??0H225_H248SignalsDescriptor@@QAE@PBD@Z @25446 NONAME ??0H225_H310Caps@@QAE@ABV0@@Z @27596 NONAME ??0H225_H310Caps@@QAE@IW4TagClass@PASN_Object@@@Z @294 NONAME ??0H225_H320Caps@@QAE@ABV0@@Z @27597 NONAME ??0H225_H320Caps@@QAE@IW4TagClass@PASN_Object@@@Z @295 NONAME ??0H225_H321Caps@@QAE@ABV0@@Z @27598 NONAME ??0H225_H321Caps@@QAE@IW4TagClass@PASN_Object@@@Z @296 NONAME ??0H225_H322Caps@@QAE@ABV0@@Z @27599 NONAME ??0H225_H322Caps@@QAE@IW4TagClass@PASN_Object@@@Z @297 NONAME ??0H225_H323Caps@@QAE@ABV0@@Z @27600 NONAME ??0H225_H323Caps@@QAE@IW4TagClass@PASN_Object@@@Z @298 NONAME ??0H225_H323_UserInformation@@QAE@ABV0@@Z @27601 NONAME ??0H225_H323_UserInformation@@QAE@IW4TagClass@PASN_Object@@@Z @299 NONAME ??0H225_H323_UserInformation_user_data@@QAE@ABV0@@Z @27602 NONAME ??0H225_H323_UserInformation_user_data@@QAE@IW4TagClass@PASN_Object@@@Z @300 NONAME ??0H225_H323_UU_PDU@@QAE@ABV0@@Z @27603 NONAME ??0H225_H323_UU_PDU@@QAE@IW4TagClass@PASN_Object@@@Z @301 NONAME ??0H225_H323_UU_PDU_h323_message_body@@QAE@ABV0@@Z @27604 NONAME ??0H225_H323_UU_PDU_h323_message_body@@QAE@IW4TagClass@PASN_Object@@@Z @302 NONAME ??0H225_H323_UU_PDU_tunnelledSignallingMessage@@QAE@ABV0@@Z @16344 NONAME ??0H225_H323_UU_PDU_tunnelledSignallingMessage@@QAE@IW4TagClass@PASN_Object@@@Z @16345 NONAME ??0H225_H324Caps@@QAE@ABV0@@Z @27605 NONAME ??0H225_H324Caps@@QAE@IW4TagClass@PASN_Object@@@Z @303 NONAME ??0H225_ICV@@QAE@ABV0@@Z @304 NONAME ??0H225_ICV@@QAE@IW4TagClass@PASN_Object@@@Z @305 NONAME ??0H225_InfoRequest@@QAE@ABV0@@Z @27606 NONAME ??0H225_InfoRequest@@QAE@IW4TagClass@PASN_Object@@@Z @306 NONAME ??0H225_InfoRequestAck@@QAE@ABV0@@Z @27607 NONAME ??0H225_InfoRequestAck@@QAE@IW4TagClass@PASN_Object@@@Z @307 NONAME ??0H225_InfoRequestNak@@QAE@ABV0@@Z @27608 NONAME ??0H225_InfoRequestNak@@QAE@IW4TagClass@PASN_Object@@@Z @308 NONAME ??0H225_InfoRequestNakReason@@QAE@ABV0@@Z @27609 NONAME ??0H225_InfoRequestNakReason@@QAE@IW4TagClass@PASN_Object@@@Z @309 NONAME ??0H225_InfoRequestResponse@@QAE@ABV0@@Z @27610 NONAME ??0H225_InfoRequestResponse@@QAE@IW4TagClass@PASN_Object@@@Z @310 NONAME ??0H225_InfoRequestResponseStatus@@QAE@ABV0@@Z @16346 NONAME ??0H225_InfoRequestResponseStatus@@QAE@IW4TagClass@PASN_Object@@@Z @16347 NONAME ??0H225_InfoRequestResponse_perCallInfo@@QAE@ABV0@@Z @311 NONAME ??0H225_InfoRequestResponse_perCallInfo@@QAE@IW4TagClass@PASN_Object@@@Z @312 NONAME ??0H225_InfoRequestResponse_perCallInfo_subtype@@QAE@ABV0@@Z @27611 NONAME ??0H225_InfoRequestResponse_perCallInfo_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @313 NONAME ??0H225_InfoRequestResponse_perCallInfo_subtype_pdu@@QAE@ABV0@@Z @314 NONAME ??0H225_InfoRequestResponse_perCallInfo_subtype_pdu@@QAE@IW4TagClass@PASN_Object@@@Z @315 NONAME ??0H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@QAE@ABV0@@Z @27612 NONAME ??0H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @316 NONAME ??0H225_Information_UUIE@@QAE@ABV0@@Z @27613 NONAME ??0H225_Information_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @317 NONAME ??0H225_IntegrityMechanism@@QAE@ABV0@@Z @24064 NONAME ??0H225_IntegrityMechanism@@QAE@IW4TagClass@PASN_Object@@@Z @318 NONAME ??0H225_LocationConfirm@@QAE@ABV0@@Z @27614 NONAME ??0H225_LocationConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @319 NONAME ??0H225_LocationReject@@QAE@ABV0@@Z @27615 NONAME ??0H225_LocationReject@@QAE@IW4TagClass@PASN_Object@@@Z @320 NONAME ??0H225_LocationRejectReason@@QAE@ABV0@@Z @27616 NONAME ??0H225_LocationRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @321 NONAME ??0H225_LocationRequest@@QAE@ABV0@@Z @27617 NONAME ??0H225_LocationRequest@@QAE@IW4TagClass@PASN_Object@@@Z @322 NONAME ??0H225_McuInfo@@QAE@ABV0@@Z @323 NONAME ??0H225_McuInfo@@QAE@IW4TagClass@PASN_Object@@@Z @324 NONAME ??0H225_MobileUIM@@QAE@ABV0@@Z @27618 NONAME ??0H225_MobileUIM@@QAE@IW4TagClass@PASN_Object@@@Z @16348 NONAME ??0H225_NonIsoIntegrityMechanism@@QAE@ABV0@@Z @27619 NONAME ??0H225_NonIsoIntegrityMechanism@@QAE@IW4TagClass@PASN_Object@@@Z @325 NONAME ??0H225_NonStandardIdentifier@@QAE@ABV0@@Z @326 NONAME ??0H225_NonStandardIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @327 NONAME ??0H225_NonStandardMessage@@QAE@ABV0@@Z @27620 NONAME ??0H225_NonStandardMessage@@QAE@IW4TagClass@PASN_Object@@@Z @328 NONAME ??0H225_NonStandardParameter@@QAE@ABV0@@Z @329 NONAME ??0H225_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @330 NONAME ??0H225_NonStandardProtocol@@QAE@ABV0@@Z @27621 NONAME ??0H225_NonStandardProtocol@@QAE@IW4TagClass@PASN_Object@@@Z @331 NONAME ??0H225_Notify_UUIE@@QAE@ABV0@@Z @27622 NONAME ??0H225_Notify_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @16349 NONAME ??0H225_NumberDigits@@QAE@ABV0@@Z @27623 NONAME ??0H225_NumberDigits@@QAE@IW4TagClass@PASN_Object@@@Z @332 NONAME ??0H225_PartyNumber@@QAE@ABV0@@Z @27624 NONAME ??0H225_PartyNumber@@QAE@IW4TagClass@PASN_Object@@@Z @333 NONAME ??0H225_PresentationIndicator@@QAE@ABV0@@Z @16350 NONAME ??0H225_PresentationIndicator@@QAE@IW4TagClass@PASN_Object@@@Z @16351 NONAME ??0H225_PrivatePartyNumber@@QAE@ABV0@@Z @27625 NONAME ??0H225_PrivatePartyNumber@@QAE@IW4TagClass@PASN_Object@@@Z @334 NONAME ??0H225_PrivateTypeOfNumber@@QAE@ABV0@@Z @27626 NONAME ??0H225_PrivateTypeOfNumber@@QAE@IW4TagClass@PASN_Object@@@Z @335 NONAME ??0H225_Progress_UUIE@@QAE@ABV0@@Z @27627 NONAME ??0H225_Progress_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @336 NONAME ??0H225_ProtocolIdentifier@@QAE@ABV0@@Z @27628 NONAME ??0H225_ProtocolIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @337 NONAME ??0H225_PublicPartyNumber@@QAE@ABV0@@Z @27629 NONAME ??0H225_PublicPartyNumber@@QAE@IW4TagClass@PASN_Object@@@Z @338 NONAME ??0H225_PublicTypeOfNumber@@QAE@ABV0@@Z @27630 NONAME ??0H225_PublicTypeOfNumber@@QAE@IW4TagClass@PASN_Object@@@Z @339 NONAME ??0H225_Q954Details@@QAE@ABV0@@Z @16353 NONAME ??0H225_Q954Details@@QAE@IW4TagClass@PASN_Object@@@Z @340 NONAME ??0H225_QseriesOptions@@QAE@ABV0@@Z @341 NONAME ??0H225_QseriesOptions@@QAE@IW4TagClass@PASN_Object@@@Z @342 NONAME ??0H225_RAS@@QAE@AAVH323EndPoint@@PAVH323Transport@@@Z @18666 NONAME ??0H225_RasMessage@@QAE@ABV0@@Z @27631 NONAME ??0H225_RasMessage@@QAE@IW4TagClass@PASN_Object@@@Z @343 NONAME ??0H225_RasUsageInformation@@QAE@ABV0@@Z @16354 NONAME ??0H225_RasUsageInformation@@QAE@IW4TagClass@PASN_Object@@@Z @16355 NONAME ??0H225_RasUsageInfoTypes@@QAE@ABV0@@Z @16356 NONAME ??0H225_RasUsageInfoTypes@@QAE@IW4TagClass@PASN_Object@@@Z @16357 NONAME ??0H225_RasUsageSpecification@@QAE@ABV0@@Z @27632 NONAME ??0H225_RasUsageSpecification@@QAE@IW4TagClass@PASN_Object@@@Z @16358 NONAME ??0H225_RasUsageSpecification_callStartingPoint@@QAE@ABV0@@Z @27633 NONAME ??0H225_RasUsageSpecification_callStartingPoint@@QAE@IW4TagClass@PASN_Object@@@Z @16359 NONAME ??0H225_RasUsageSpecification_when@@QAE@ABV0@@Z @27634 NONAME ??0H225_RasUsageSpecification_when@@QAE@IW4TagClass@PASN_Object@@@Z @16360 NONAME ??0H225_RegistrationConfirm@@QAE@ABV0@@Z @27635 NONAME ??0H225_RegistrationConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @344 NONAME ??0H225_RegistrationConfirm_preGrantedARQ@@QAE@ABV0@@Z @345 NONAME ??0H225_RegistrationConfirm_preGrantedARQ@@QAE@IW4TagClass@PASN_Object@@@Z @346 NONAME ??0H225_RegistrationReject@@QAE@ABV0@@Z @27636 NONAME ??0H225_RegistrationReject@@QAE@IW4TagClass@PASN_Object@@@Z @347 NONAME ??0H225_RegistrationRejectReason@@QAE@ABV0@@Z @27637 NONAME ??0H225_RegistrationRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @348 NONAME ??0H225_RegistrationRejectReason_invalidTerminalAliases@@QAE@ABV0@@Z @27638 NONAME ??0H225_RegistrationRejectReason_invalidTerminalAliases@@QAE@IW4TagClass@PASN_Object@@@Z @16361 NONAME ??0H225_RegistrationRequest@@QAE@ABV0@@Z @26706 NONAME ??0H225_RegistrationRequest@@QAE@IW4TagClass@PASN_Object@@@Z @349 NONAME ??0H225_ReleaseCompleteReason@@QAE@ABV0@@Z @27639 NONAME ??0H225_ReleaseCompleteReason@@QAE@IW4TagClass@PASN_Object@@@Z @350 NONAME ??0H225_ReleaseComplete_UUIE@@QAE@ABV0@@Z @27640 NONAME ??0H225_ReleaseComplete_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @351 NONAME ??0H225_RequestInProgress@@QAE@ABV0@@Z @27641 NONAME ??0H225_RequestInProgress@@QAE@IW4TagClass@PASN_Object@@@Z @352 NONAME ??0H225_RequestSeqNum@@QAE@ABV0@@Z @27642 NONAME ??0H225_RequestSeqNum@@QAE@IW4TagClass@PASN_Object@@@Z @353 NONAME ??0H225_ResourcesAvailableConfirm@@QAE@ABV0@@Z @27643 NONAME ??0H225_ResourcesAvailableConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @354 NONAME ??0H225_ResourcesAvailableIndicate@@QAE@ABV0@@Z @27644 NONAME ??0H225_ResourcesAvailableIndicate@@QAE@IW4TagClass@PASN_Object@@@Z @355 NONAME ??0H225_RTPSession@@QAE@ABV0@@Z @27645 NONAME ??0H225_RTPSession@@QAE@IW4TagClass@PASN_Object@@@Z @356 NONAME ??0H225_RTPSession_associatedSessionIds@@QAE@ABV0@@Z @27646 NONAME ??0H225_RTPSession_associatedSessionIds@@QAE@IW4TagClass@PASN_Object@@@Z @357 NONAME ??0H225_ScnConnectionAggregation@@QAE@ABV0@@Z @16363 NONAME ??0H225_ScnConnectionAggregation@@QAE@IW4TagClass@PASN_Object@@@Z @16364 NONAME ??0H225_ScnConnectionType@@QAE@ABV0@@Z @16365 NONAME ??0H225_ScnConnectionType@@QAE@IW4TagClass@PASN_Object@@@Z @16366 NONAME ??0H225_ScreeningIndicator@@QAE@ABV0@@Z @16367 NONAME ??0H225_ScreeningIndicator@@QAE@IW4TagClass@PASN_Object@@@Z @16368 NONAME ??0H225_SecurityCapabilities@@QAE@ABV0@@Z @27647 NONAME ??0H225_SecurityCapabilities@@QAE@IW4TagClass@PASN_Object@@@Z @358 NONAME ??0H225_SecurityErrors2@@QAE@ABV0@@Z @27648 NONAME ??0H225_SecurityErrors2@@QAE@IW4TagClass@PASN_Object@@@Z @26707 NONAME ??0H225_SecurityErrors@@QAE@ABV0@@Z @27649 NONAME ??0H225_SecurityErrors@@QAE@IW4TagClass@PASN_Object@@@Z @26708 NONAME ??0H225_SecurityServiceMode@@QAE@ABV0@@Z @27650 NONAME ??0H225_SecurityServiceMode@@QAE@IW4TagClass@PASN_Object@@@Z @359 NONAME ??0H225_ServiceControlDescriptor@@QAE@ABV0@@Z @27651 NONAME ??0H225_ServiceControlDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @16369 NONAME ??0H225_ServiceControlIndication@@QAE@ABV0@@Z @27652 NONAME ??0H225_ServiceControlIndication@@QAE@IW4TagClass@PASN_Object@@@Z @16370 NONAME ??0H225_ServiceControlIndication_callSpecific@@QAE@ABV0@@Z @27653 NONAME ??0H225_ServiceControlIndication_callSpecific@@QAE@IW4TagClass@PASN_Object@@@Z @16371 NONAME ??0H225_ServiceControlResponse@@QAE@ABV0@@Z @27654 NONAME ??0H225_ServiceControlResponse@@QAE@IW4TagClass@PASN_Object@@@Z @16372 NONAME ??0H225_ServiceControlResponse_result@@QAE@ABV0@@Z @27655 NONAME ??0H225_ServiceControlResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @16373 NONAME ??0H225_ServiceControlSession@@QAE@ABV0@@Z @27656 NONAME ??0H225_ServiceControlSession@@QAE@IW4TagClass@PASN_Object@@@Z @16374 NONAME ??0H225_ServiceControlSession_reason@@QAE@ABV0@@Z @27657 NONAME ??0H225_ServiceControlSession_reason@@QAE@IW4TagClass@PASN_Object@@@Z @16375 NONAME ??0H225_SetupAcknowledge_UUIE@@QAE@ABV0@@Z @27658 NONAME ??0H225_SetupAcknowledge_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @16376 NONAME ??0H225_Setup_UUIE@@QAE@ABV0@@Z @16377 NONAME ??0H225_Setup_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @360 NONAME ??0H225_Setup_UUIE_conferenceGoal@@QAE@ABV0@@Z @27659 NONAME ??0H225_Setup_UUIE_conferenceGoal@@QAE@IW4TagClass@PASN_Object@@@Z @362 NONAME ??0H225_Setup_UUIE_connectionParameters@@QAE@ABV0@@Z @27660 NONAME ??0H225_Setup_UUIE_connectionParameters@@QAE@IW4TagClass@PASN_Object@@@Z @16378 NONAME ??0H225_Setup_UUIE_language@@QAE@ABV0@@Z @27661 NONAME ??0H225_Setup_UUIE_language@@QAE@IW4TagClass@PASN_Object@@@Z @16379 NONAME ??0H225_SIPCaps@@QAE@ABV0@@Z @27662 NONAME ??0H225_SIPCaps@@QAE@IW4TagClass@PASN_Object@@@Z @26709 NONAME ??0H225_StatusInquiry_UUIE@@QAE@ABV0@@Z @27663 NONAME ??0H225_StatusInquiry_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @16380 NONAME ??0H225_Status_UUIE@@QAE@ABV0@@Z @27664 NONAME ??0H225_Status_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @16381 NONAME ??0H225_StimulusControl@@QAE@ABV0@@Z @16382 NONAME ??0H225_StimulusControl@@QAE@IW4TagClass@PASN_Object@@@Z @16383 NONAME ??0H225_SupportedPrefix@@QAE@ABV0@@Z @27665 NONAME ??0H225_SupportedPrefix@@QAE@IW4TagClass@PASN_Object@@@Z @363 NONAME ??0H225_SupportedProtocols@@QAE@ABV0@@Z @27666 NONAME ??0H225_SupportedProtocols@@QAE@IW4TagClass@PASN_Object@@@Z @364 NONAME ??0H225_T120OnlyCaps@@QAE@ABV0@@Z @27667 NONAME ??0H225_T120OnlyCaps@@QAE@IW4TagClass@PASN_Object@@@Z @365 NONAME ??0H225_T38FaxAnnexbOnlyCaps@@QAE@ABV0@@Z @27668 NONAME ??0H225_T38FaxAnnexbOnlyCaps@@QAE@IW4TagClass@PASN_Object@@@Z @16384 NONAME ??0H225_TBCD_STRING@@QAE@ABV0@@Z @27669 NONAME ??0H225_TBCD_STRING@@QAE@IW4TagClass@PASN_Object@@@Z @16385 NONAME ??0H225_TerminalInfo@@QAE@ABV0@@Z @366 NONAME ??0H225_TerminalInfo@@QAE@IW4TagClass@PASN_Object@@@Z @367 NONAME ??0H225_TimeToLive@@QAE@ABV0@@Z @368 NONAME ??0H225_TimeToLive@@QAE@IW4TagClass@PASN_Object@@@Z @369 NONAME ??0H225_TransportAddress@@QAE@ABV0@@Z @370 NONAME ??0H225_TransportAddress@@QAE@IW4TagClass@PASN_Object@@@Z @371 NONAME ??0H225_TransportAddress_ip6Address@@QAE@ABV0@@Z @27670 NONAME ??0H225_TransportAddress_ip6Address@@QAE@IW4TagClass@PASN_Object@@@Z @372 NONAME ??0H225_TransportAddress_ipAddress@@QAE@ABV0@@Z @27671 NONAME ??0H225_TransportAddress_ipAddress@@QAE@IW4TagClass@PASN_Object@@@Z @373 NONAME ??0H225_TransportAddress_ipSourceRoute@@QAE@ABV0@@Z @27672 NONAME ??0H225_TransportAddress_ipSourceRoute@@QAE@IW4TagClass@PASN_Object@@@Z @374 NONAME ??0H225_TransportAddress_ipSourceRoute_route@@QAE@ABV0@@Z @27673 NONAME ??0H225_TransportAddress_ipSourceRoute_route@@QAE@IW4TagClass@PASN_Object@@@Z @375 NONAME ??0H225_TransportAddress_ipSourceRoute_routing@@QAE@ABV0@@Z @27674 NONAME ??0H225_TransportAddress_ipSourceRoute_routing@@QAE@IW4TagClass@PASN_Object@@@Z @376 NONAME ??0H225_TransportAddress_ipxAddress@@QAE@ABV0@@Z @27675 NONAME ??0H225_TransportAddress_ipxAddress@@QAE@IW4TagClass@PASN_Object@@@Z @377 NONAME ??0H225_TransportChannelInfo@@QAE@ABV0@@Z @378 NONAME ??0H225_TransportChannelInfo@@QAE@IW4TagClass@PASN_Object@@@Z @379 NONAME ??0H225_TransportQOS@@QAE@ABV0@@Z @380 NONAME ??0H225_TransportQOS@@QAE@IW4TagClass@PASN_Object@@@Z @381 NONAME ??0H225_TunnelledProtocol@@QAE@ABV0@@Z @16386 NONAME ??0H225_TunnelledProtocol@@QAE@IW4TagClass@PASN_Object@@@Z @16387 NONAME ??0H225_TunnelledProtocolAlternateIdentifier@@QAE@ABV0@@Z @27676 NONAME ??0H225_TunnelledProtocolAlternateIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @16388 NONAME ??0H225_TunnelledProtocol_id@@QAE@ABV0@@Z @27677 NONAME ??0H225_TunnelledProtocol_id@@QAE@IW4TagClass@PASN_Object@@@Z @16389 NONAME ??0H225_UnknownMessageResponse@@QAE@ABV0@@Z @27678 NONAME ??0H225_UnknownMessageResponse@@QAE@IW4TagClass@PASN_Object@@@Z @382 NONAME ??0H225_UnregistrationConfirm@@QAE@ABV0@@Z @27679 NONAME ??0H225_UnregistrationConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @383 NONAME ??0H225_UnregistrationReject@@QAE@ABV0@@Z @27680 NONAME ??0H225_UnregistrationReject@@QAE@IW4TagClass@PASN_Object@@@Z @384 NONAME ??0H225_UnregistrationRequest@@QAE@ABV0@@Z @27681 NONAME ??0H225_UnregistrationRequest@@QAE@IW4TagClass@PASN_Object@@@Z @385 NONAME ??0H225_UnregRejectReason@@QAE@ABV0@@Z @27682 NONAME ??0H225_UnregRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @386 NONAME ??0H225_UnregRequestReason@@QAE@ABV0@@Z @387 NONAME ??0H225_UnregRequestReason@@QAE@IW4TagClass@PASN_Object@@@Z @388 NONAME ??0H225_UseSpecifiedTransport@@QAE@ABV0@@Z @16390 NONAME ??0H225_UseSpecifiedTransport@@QAE@IW4TagClass@PASN_Object@@@Z @16391 NONAME ??0H225_UUIEsRequested@@QAE@ABV0@@Z @389 NONAME ??0H225_UUIEsRequested@@QAE@IW4TagClass@PASN_Object@@@Z @390 NONAME ??0H225_VendorIdentifier@@QAE@ABV0@@Z @391 NONAME ??0H225_VendorIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @392 NONAME ??0H225_VoiceCaps@@QAE@ABV0@@Z @27683 NONAME ??0H225_VoiceCaps@@QAE@IW4TagClass@PASN_Object@@@Z @393 NONAME ??0H235AuthCAT@@QAE@ABV0@@Z @27684 NONAME ??0H235AuthCAT@@QAE@XZ @23872 NONAME ??0H235Authenticator@@QAE@ABV0@@Z @27685 NONAME ??0H235Authenticator@@QAE@XZ @19298 NONAME ??0H235Authenticators@@IAE@HPBV0@@Z @27686 NONAME ??0H235Authenticators@@QAE@ABV0@@Z @27687 NONAME ??0H235Authenticators@@QAE@XZ @27688 NONAME ??0H235AuthProcedure1@@QAE@ABV0@@Z @27689 NONAME ??0H235AuthProcedure1@@QAE@XZ @19721 NONAME ??0H235AuthSimpleMD5@@QAE@ABV0@@Z @27690 NONAME ??0H235AuthSimpleMD5@@QAE@XZ @19300 NONAME ??0H235_AuthenticationBES@@QAE@ABV0@@Z @27691 NONAME ??0H235_AuthenticationBES@@QAE@IW4TagClass@PASN_Object@@@Z @19196 NONAME ??0H235_AuthenticationMechanism@@QAE@ABV0@@Z @27692 NONAME ??0H235_AuthenticationMechanism@@QAE@IW4TagClass@PASN_Object@@@Z @394 NONAME ??0H235_ChallengeString@@QAE@ABV0@@Z @27693 NONAME ??0H235_ChallengeString@@QAE@ABVPBYTEArray@@@Z @25989 NONAME ??0H235_ChallengeString@@QAE@ABVPString@@@Z @25990 NONAME ??0H235_ChallengeString@@QAE@IW4TagClass@PASN_Object@@@Z @396 NONAME ??0H235_ChallengeString@@QAE@PBD@Z @25991 NONAME ??0H235_ClearToken@@QAE@ABV0@@Z @27694 NONAME ??0H235_ClearToken@@QAE@IW4TagClass@PASN_Object@@@Z @397 NONAME ??0H235_CryptoToken@@QAE@ABV0@@Z @27695 NONAME ??0H235_CryptoToken@@QAE@IW4TagClass@PASN_Object@@@Z @398 NONAME ??0H235_CryptoToken_cryptoEncryptedToken@@QAE@ABV0@@Z @27696 NONAME ??0H235_CryptoToken_cryptoEncryptedToken@@QAE@IW4TagClass@PASN_Object@@@Z @399 NONAME ??0H235_CryptoToken_cryptoHashedToken@@QAE@ABV0@@Z @27697 NONAME ??0H235_CryptoToken_cryptoHashedToken@@QAE@IW4TagClass@PASN_Object@@@Z @400 NONAME ??0H235_CryptoToken_cryptoSignedToken@@QAE@ABV0@@Z @27698 NONAME ??0H235_CryptoToken_cryptoSignedToken@@QAE@IW4TagClass@PASN_Object@@@Z @401 NONAME ??0H235_DHset@@QAE@ABV0@@Z @402 NONAME ??0H235_DHset@@QAE@IW4TagClass@PASN_Object@@@Z @403 NONAME ??0H235_ECGDSASignature@@QAE@ABV0@@Z @27699 NONAME ??0H235_ECGDSASignature@@QAE@IW4TagClass@PASN_Object@@@Z @26710 NONAME ??0H235_ECKASDH@@QAE@ABV0@@Z @19198 NONAME ??0H235_ECKASDH@@QAE@IW4TagClass@PASN_Object@@@Z @19199 NONAME ??0H235_ECKASDH_eckasdh2@@QAE@ABV0@@Z @27700 NONAME ??0H235_ECKASDH_eckasdh2@@QAE@IW4TagClass@PASN_Object@@@Z @19200 NONAME ??0H235_ECKASDH_eckasdhp@@QAE@ABV0@@Z @27701 NONAME ??0H235_ECKASDH_eckasdhp@@QAE@IW4TagClass@PASN_Object@@@Z @19201 NONAME ??0H235_ECpoint@@QAE@ABV0@@Z @27702 NONAME ??0H235_ECpoint@@QAE@IW4TagClass@PASN_Object@@@Z @26711 NONAME ??0H235_EncodedGeneralToken@@QAE@ABV0@@Z @27703 NONAME ??0H235_EncodedGeneralToken@@QAE@IW4TagClass@PASN_Object@@@Z @18470 NONAME ??0H235_EncodedKeySignedMaterial@@QAE@ABV0@@Z @27704 NONAME ??0H235_EncodedKeySignedMaterial@@QAE@IW4TagClass@PASN_Object@@@Z @18471 NONAME ??0H235_EncodedKeySyncMaterial@@QAE@ABV0@@Z @27705 NONAME ??0H235_EncodedKeySyncMaterial@@QAE@IW4TagClass@PASN_Object@@@Z @18472 NONAME ??0H235_EncodedPwdCertToken@@QAE@ABV0@@Z @27706 NONAME ??0H235_EncodedPwdCertToken@@QAE@IW4TagClass@PASN_Object@@@Z @18473 NONAME ??0H235_EncodedReturnSig@@QAE@ABV0@@Z @18474 NONAME ??0H235_EncodedReturnSig@@QAE@IW4TagClass@PASN_Object@@@Z @18475 NONAME ??0H235_H235CertificateSignature@@QAE@ABV0@@Z @27707 NONAME ??0H235_H235CertificateSignature@@QAE@IW4TagClass@PASN_Object@@@Z @404 NONAME ??0H235_H235Key@@QAE@ABV0@@Z @26712 NONAME ??0H235_H235Key@@QAE@IW4TagClass@PASN_Object@@@Z @405 NONAME ??0H235_Identifier@@QAE@ABV0@@Z @406 NONAME ??0H235_Identifier@@QAE@IW4TagClass@PASN_Object@@@Z @407 NONAME ??0H235_IV16@@QAE@ABV0@@Z @19202 NONAME ??0H235_IV16@@QAE@ABVPBYTEArray@@@Z @25992 NONAME ??0H235_IV16@@QAE@ABVPString@@@Z @25993 NONAME ??0H235_IV16@@QAE@IW4TagClass@PASN_Object@@@Z @19203 NONAME ??0H235_IV16@@QAE@PBD@Z @25994 NONAME ??0H235_IV8@@QAE@ABV0@@Z @26713 NONAME ??0H235_IV8@@QAE@ABVPBYTEArray@@@Z @25995 NONAME ??0H235_IV8@@QAE@ABVPString@@@Z @25996 NONAME ??0H235_IV8@@QAE@IW4TagClass@PASN_Object@@@Z @409 NONAME ??0H235_IV8@@QAE@PBD@Z @25997 NONAME ??0H235_KeyMaterial@@QAE@ABV0@@Z @27708 NONAME ??0H235_KeyMaterial@@QAE@IW4TagClass@PASN_Object@@@Z @410 NONAME ??0H235_KeySignedMaterial@@QAE@ABV0@@Z @27709 NONAME ??0H235_KeySignedMaterial@@QAE@IW4TagClass@PASN_Object@@@Z @411 NONAME ??0H235_KeySyncMaterial@@QAE@ABV0@@Z @27710 NONAME ??0H235_KeySyncMaterial@@QAE@IW4TagClass@PASN_Object@@@Z @412 NONAME ??0H235_NonStandardParameter@@QAE@ABV0@@Z @413 NONAME ??0H235_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @414 NONAME ??0H235_Params@@QAE@ABV0@@Z @415 NONAME ??0H235_Params@@QAE@IW4TagClass@PASN_Object@@@Z @416 NONAME ??0H235_Password@@QAE@ABV0@@Z @27711 NONAME ??0H235_Password@@QAE@IW4TagClass@PASN_Object@@@Z @418 NONAME ??0H235_PwdCertToken@@QAE@ABV0@@Z @27712 NONAME ??0H235_PwdCertToken@@QAE@IW4TagClass@PASN_Object@@@Z @419 NONAME ??0H235_RandomVal@@QAE@ABV0@@Z @19204 NONAME ??0H235_RandomVal@@QAE@IW4TagClass@PASN_Object@@@Z @421 NONAME ??0H235_ReturnSig@@QAE@ABV0@@Z @27713 NONAME ??0H235_ReturnSig@@QAE@IW4TagClass@PASN_Object@@@Z @423 NONAME ??0H235_TimeStamp@@QAE@ABV0@@Z @24065 NONAME ??0H235_TimeStamp@@QAE@IW4TagClass@PASN_Object@@@Z @425 NONAME ??0H235_TypedCertificate@@QAE@ABV0@@Z @426 NONAME ??0H235_TypedCertificate@@QAE@IW4TagClass@PASN_Object@@@Z @427 NONAME ??0H235_V3KeySyncMaterial@@QAE@ABV0@@Z @27714 NONAME ??0H235_V3KeySyncMaterial@@QAE@IW4TagClass@PASN_Object@@@Z @26714 NONAME ??0H245NegLogicalChannel@@QAE@AAVH323EndPoint@@AAVH323Connection@@AAVH323Channel@@@Z @428 NONAME ??0H245NegLogicalChannel@@QAE@AAVH323EndPoint@@AAVH323Connection@@ABVH323ChannelNumber@@@Z @429 NONAME ??0H245NegLogicalChannels@@QAE@AAVH323EndPoint@@AAVH323Connection@@@Z @430 NONAME ??0H245NegMasterSlaveDetermination@@QAE@AAVH323EndPoint@@AAVH323Connection@@@Z @431 NONAME ??0H245Negotiator@@QAE@AAVH323EndPoint@@AAVH323Connection@@@Z @432 NONAME ??0H245NegRequestMode@@QAE@AAVH323EndPoint@@AAVH323Connection@@@Z @433 NONAME ??0H245NegRoundTripDelay@@QAE@AAVH323EndPoint@@AAVH323Connection@@@Z @434 NONAME ??0H245NegTerminalCapabilitySet@@QAE@AAVH323EndPoint@@AAVH323Connection@@@Z @435 NONAME ??0H245TransportThread@@QAE@AAVH323EndPoint@@AAVH323Connection@@AAVH323Transport@@@Z @436 NONAME ??0H245_AlternativeCapabilitySet@@QAE@ABV0@@Z @27715 NONAME ??0H245_AlternativeCapabilitySet@@QAE@IW4TagClass@PASN_Object@@@Z @437 NONAME ??0H245_ArrayOf_AlternativeCapabilitySet@@QAE@ABV0@@Z @27716 NONAME ??0H245_ArrayOf_AlternativeCapabilitySet@@QAE@IW4TagClass@PASN_Object@@@Z @438 NONAME ??0H245_ArrayOf_BEnhancementParameters@@QAE@ABV0@@Z @27717 NONAME ??0H245_ArrayOf_BEnhancementParameters@@QAE@IW4TagClass@PASN_Object@@@Z @439 NONAME ??0H245_ArrayOf_CapabilityDescriptor@@QAE@ABV0@@Z @27718 NONAME ??0H245_ArrayOf_CapabilityDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @440 NONAME ??0H245_ArrayOf_CapabilityDescriptorNumber@@QAE@ABV0@@Z @27719 NONAME ??0H245_ArrayOf_CapabilityDescriptorNumber@@QAE@IW4TagClass@PASN_Object@@@Z @441 NONAME ??0H245_ArrayOf_CapabilityTableEntry@@QAE@ABV0@@Z @27720 NONAME ??0H245_ArrayOf_CapabilityTableEntry@@QAE@IW4TagClass@PASN_Object@@@Z @442 NONAME ??0H245_ArrayOf_CapabilityTableEntryNumber@@QAE@ABV0@@Z @27721 NONAME ??0H245_ArrayOf_CapabilityTableEntryNumber@@QAE@IW4TagClass@PASN_Object@@@Z @443 NONAME ??0H245_ArrayOf_CommunicationModeTableEntry@@QAE@ABV0@@Z @27722 NONAME ??0H245_ArrayOf_CommunicationModeTableEntry@@QAE@IW4TagClass@PASN_Object@@@Z @444 NONAME ??0H245_ArrayOf_CustomPictureClockFrequency@@QAE@ABV0@@Z @16392 NONAME ??0H245_ArrayOf_CustomPictureClockFrequency@@QAE@IW4TagClass@PASN_Object@@@Z @445 NONAME ??0H245_ArrayOf_CustomPictureFormat@@QAE@ABV0@@Z @446 NONAME ??0H245_ArrayOf_CustomPictureFormat@@QAE@IW4TagClass@PASN_Object@@@Z @447 NONAME ??0H245_ArrayOf_DataApplicationCapability@@QAE@ABV0@@Z @27723 NONAME ??0H245_ArrayOf_DataApplicationCapability@@QAE@IW4TagClass@PASN_Object@@@Z @448 NONAME ??0H245_ArrayOf_DialingInformationNetworkType@@QAE@ABV0@@Z @27724 NONAME ??0H245_ArrayOf_DialingInformationNetworkType@@QAE@IW4TagClass@PASN_Object@@@Z @16393 NONAME ??0H245_ArrayOf_DialingInformationNumber@@QAE@ABV0@@Z @27725 NONAME ??0H245_ArrayOf_DialingInformationNumber@@QAE@IW4TagClass@PASN_Object@@@Z @16394 NONAME ??0H245_ArrayOf_EnhancementOptions@@QAE@ABV0@@Z @27726 NONAME ??0H245_ArrayOf_EnhancementOptions@@QAE@IW4TagClass@PASN_Object@@@Z @449 NONAME ??0H245_ArrayOf_EscrowData@@QAE@ABV0@@Z @27727 NONAME ??0H245_ArrayOf_EscrowData@@QAE@IW4TagClass@PASN_Object@@@Z @450 NONAME ??0H245_ArrayOf_GenericCapability@@QAE@ABV0@@Z @45112 NONAME ??0H245_ArrayOf_GenericCapability@@QAE@IW4TagClass@PASN_Object@@@Z @45113 NONAME ??0H245_ArrayOf_GenericParameter@@QAE@ABV0@@Z @16395 NONAME ??0H245_ArrayOf_GenericParameter@@QAE@IW4TagClass@PASN_Object@@@Z @16396 NONAME ??0H245_ArrayOf_H263ModeComboFlags@@QAE@ABV0@@Z @27728 NONAME ??0H245_ArrayOf_H263ModeComboFlags@@QAE@IW4TagClass@PASN_Object@@@Z @451 NONAME ??0H245_ArrayOf_H263VideoModeCombos@@QAE@ABV0@@Z @452 NONAME ??0H245_ArrayOf_H263VideoModeCombos@@QAE@IW4TagClass@PASN_Object@@@Z @453 NONAME ??0H245_ArrayOf_MediaChannelCapability@@QAE@ABV0@@Z @27729 NONAME ??0H245_ArrayOf_MediaChannelCapability@@QAE@IW4TagClass@PASN_Object@@@Z @454 NONAME ??0H245_ArrayOf_MediaDistributionCapability@@QAE@ABV0@@Z @455 NONAME ??0H245_ArrayOf_MediaDistributionCapability@@QAE@IW4TagClass@PASN_Object@@@Z @456 NONAME ??0H245_ArrayOf_ModeDescription@@QAE@ABV0@@Z @27730 NONAME ??0H245_ArrayOf_ModeDescription@@QAE@IW4TagClass@PASN_Object@@@Z @457 NONAME ??0H245_ArrayOf_MultiplePayloadStreamElement@@QAE@ABV0@@Z @27731 NONAME ??0H245_ArrayOf_MultiplePayloadStreamElement@@QAE@IW4TagClass@PASN_Object@@@Z @26715 NONAME ??0H245_ArrayOf_MultiplePayloadStreamElementMode@@QAE@ABV0@@Z @27732 NONAME ??0H245_ArrayOf_MultiplePayloadStreamElementMode@@QAE@IW4TagClass@PASN_Object@@@Z @26716 NONAME ??0H245_ArrayOf_MultiplexElement@@QAE@ABV0@@Z @27733 NONAME ??0H245_ArrayOf_MultiplexElement@@QAE@IW4TagClass@PASN_Object@@@Z @458 NONAME ??0H245_ArrayOf_MultiplexEntryDescriptor@@QAE@ABV0@@Z @27734 NONAME ??0H245_ArrayOf_MultiplexEntryDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @459 NONAME ??0H245_ArrayOf_MultiplexEntryRejectionDescriptions@@QAE@ABV0@@Z @27735 NONAME ??0H245_ArrayOf_MultiplexEntryRejectionDescriptions@@QAE@IW4TagClass@PASN_Object@@@Z @460 NONAME ??0H245_ArrayOf_MultiplexTableEntryNumber@@QAE@ABV0@@Z @27736 NONAME ??0H245_ArrayOf_MultiplexTableEntryNumber@@QAE@IW4TagClass@PASN_Object@@@Z @461 NONAME ??0H245_ArrayOf_NonStandardParameter@@QAE@ABV0@@Z @27737 NONAME ??0H245_ArrayOf_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @462 NONAME ??0H245_ArrayOf_ParameterIdentifier@@QAE@ABV0@@Z @27738 NONAME ??0H245_ArrayOf_ParameterIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @16397 NONAME ??0H245_ArrayOf_PictureReference@@QAE@ABV0@@Z @27739 NONAME ??0H245_ArrayOf_PictureReference@@QAE@IW4TagClass@PASN_Object@@@Z @16398 NONAME ??0H245_ArrayOf_Q2931Address@@QAE@ABV0@@Z @27740 NONAME ??0H245_ArrayOf_Q2931Address@@QAE@IW4TagClass@PASN_Object@@@Z @16399 NONAME ??0H245_ArrayOf_QOSCapability@@QAE@ABV0@@Z @27741 NONAME ??0H245_ArrayOf_QOSCapability@@QAE@IW4TagClass@PASN_Object@@@Z @463 NONAME ??0H245_ArrayOf_RedundancyEncodingCapability@@QAE@ABV0@@Z @27742 NONAME ??0H245_ArrayOf_RedundancyEncodingCapability@@QAE@IW4TagClass@PASN_Object@@@Z @464 NONAME ??0H245_ArrayOf_RedundancyEncodingDTModeElement@@QAE@ABV0@@Z @27743 NONAME ??0H245_ArrayOf_RedundancyEncodingDTModeElement@@QAE@IW4TagClass@PASN_Object@@@Z @26717 NONAME ??0H245_ArrayOf_RedundancyEncodingElement@@QAE@ABV0@@Z @27744 NONAME ??0H245_ArrayOf_RedundancyEncodingElement@@QAE@IW4TagClass@PASN_Object@@@Z @26718 NONAME ??0H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@QAE@ABV0@@Z @27745 NONAME ??0H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@QAE@IW4TagClass@PASN_Object@@@Z @465 NONAME ??0H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@QAE@ABV0@@Z @27746 NONAME ??0H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@QAE@IW4TagClass@PASN_Object@@@Z @466 NONAME ??0H245_ArrayOf_RTPPayloadType@@QAE@ABV0@@Z @27747 NONAME ??0H245_ArrayOf_RTPPayloadType@@QAE@IW4TagClass@PASN_Object@@@Z @467 NONAME ??0H245_ArrayOf_TerminalInformation@@QAE@ABV0@@Z @27748 NONAME ??0H245_ArrayOf_TerminalInformation@@QAE@IW4TagClass@PASN_Object@@@Z @468 NONAME ??0H245_ArrayOf_TerminalLabel@@QAE@ABV0@@Z @27749 NONAME ??0H245_ArrayOf_TerminalLabel@@QAE@IW4TagClass@PASN_Object@@@Z @469 NONAME ??0H245_ArrayOf_VCCapability@@QAE@ABV0@@Z @27750 NONAME ??0H245_ArrayOf_VCCapability@@QAE@IW4TagClass@PASN_Object@@@Z @470 NONAME ??0H245_ArrayOf_VideoCapability@@QAE@ABV0@@Z @45114 NONAME ??0H245_ArrayOf_VideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @45115 NONAME ??0H245_ATMParameters@@QAE@ABV0@@Z @471 NONAME ??0H245_ATMParameters@@QAE@IW4TagClass@PASN_Object@@@Z @472 NONAME ??0H245_AudioCapability@@QAE@ABV0@@Z @27751 NONAME ??0H245_AudioCapability@@QAE@IW4TagClass@PASN_Object@@@Z @473 NONAME ??0H245_AudioCapability_g7231@@QAE@ABV0@@Z @27752 NONAME ??0H245_AudioCapability_g7231@@QAE@IW4TagClass@PASN_Object@@@Z @474 NONAME ??0H245_AudioMode@@QAE@ABV0@@Z @27753 NONAME ??0H245_AudioMode@@QAE@IW4TagClass@PASN_Object@@@Z @475 NONAME ??0H245_AudioMode_g7231@@QAE@ABV0@@Z @27754 NONAME ??0H245_AudioMode_g7231@@QAE@IW4TagClass@PASN_Object@@@Z @476 NONAME ??0H245_AudioTelephonyEventCapability@@QAE@ABV0@@Z @27755 NONAME ??0H245_AudioTelephonyEventCapability@@QAE@IW4TagClass@PASN_Object@@@Z @16400 NONAME ??0H245_AudioToneCapability@@QAE@ABV0@@Z @27756 NONAME ??0H245_AudioToneCapability@@QAE@IW4TagClass@PASN_Object@@@Z @16401 NONAME ??0H245_AuthenticationCapability@@QAE@ABV0@@Z @27757 NONAME ??0H245_AuthenticationCapability@@QAE@IW4TagClass@PASN_Object@@@Z @477 NONAME ??0H245_BEnhancementParameters@@QAE@ABV0@@Z @27758 NONAME ??0H245_BEnhancementParameters@@QAE@IW4TagClass@PASN_Object@@@Z @478 NONAME ??0H245_Capability@@QAE@ABV0@@Z @27759 NONAME ??0H245_Capability@@QAE@IW4TagClass@PASN_Object@@@Z @479 NONAME ??0H245_CapabilityDescriptor@@QAE@ABV0@@Z @27760 NONAME ??0H245_CapabilityDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @480 NONAME ??0H245_CapabilityDescriptorNumber@@QAE@ABV0@@Z @27761 NONAME ??0H245_CapabilityDescriptorNumber@@QAE@IW4TagClass@PASN_Object@@@Z @481 NONAME ??0H245_CapabilityIdentifier@@QAE@ABV0@@Z @16402 NONAME ??0H245_CapabilityIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @16403 NONAME ??0H245_CapabilityTableEntry@@QAE@ABV0@@Z @27762 NONAME ??0H245_CapabilityTableEntry@@QAE@IW4TagClass@PASN_Object@@@Z @482 NONAME ??0H245_CapabilityTableEntryNumber@@QAE@ABV0@@Z @27763 NONAME ??0H245_CapabilityTableEntryNumber@@QAE@IW4TagClass@PASN_Object@@@Z @483 NONAME ??0H245_Capability_h233EncryptionReceiveCapability@@QAE@ABV0@@Z @27764 NONAME ??0H245_Capability_h233EncryptionReceiveCapability@@QAE@IW4TagClass@PASN_Object@@@Z @484 NONAME ??0H245_CertSelectionCriteria@@QAE@ABV0@@Z @27765 NONAME ??0H245_CertSelectionCriteria@@QAE@IW4TagClass@PASN_Object@@@Z @485 NONAME ??0H245_CloseLogicalChannel@@QAE@ABV0@@Z @27766 NONAME ??0H245_CloseLogicalChannel@@QAE@IW4TagClass@PASN_Object@@@Z @486 NONAME ??0H245_CloseLogicalChannelAck@@QAE@ABV0@@Z @27767 NONAME ??0H245_CloseLogicalChannelAck@@QAE@IW4TagClass@PASN_Object@@@Z @487 NONAME ??0H245_CloseLogicalChannel_reason@@QAE@ABV0@@Z @27768 NONAME ??0H245_CloseLogicalChannel_reason@@QAE@IW4TagClass@PASN_Object@@@Z @488 NONAME ??0H245_CloseLogicalChannel_source@@QAE@ABV0@@Z @27769 NONAME ??0H245_CloseLogicalChannel_source@@QAE@IW4TagClass@PASN_Object@@@Z @489 NONAME ??0H245_CommandMessage@@QAE@ABV0@@Z @27770 NONAME ??0H245_CommandMessage@@QAE@IW4TagClass@PASN_Object@@@Z @490 NONAME ??0H245_CommunicationModeCommand@@QAE@ABV0@@Z @27771 NONAME ??0H245_CommunicationModeCommand@@QAE@IW4TagClass@PASN_Object@@@Z @491 NONAME ??0H245_CommunicationModeRequest@@QAE@ABV0@@Z @27772 NONAME ??0H245_CommunicationModeRequest@@QAE@IW4TagClass@PASN_Object@@@Z @492 NONAME ??0H245_CommunicationModeResponse@@QAE@ABV0@@Z @27773 NONAME ??0H245_CommunicationModeResponse@@QAE@IW4TagClass@PASN_Object@@@Z @493 NONAME ??0H245_CommunicationModeTableEntry@@QAE@ABV0@@Z @27774 NONAME ??0H245_CommunicationModeTableEntry@@QAE@IW4TagClass@PASN_Object@@@Z @494 NONAME ??0H245_CommunicationModeTableEntry_dataType@@QAE@ABV0@@Z @27775 NONAME ??0H245_CommunicationModeTableEntry_dataType@@QAE@IW4TagClass@PASN_Object@@@Z @495 NONAME ??0H245_CompressionType@@QAE@ABV0@@Z @27776 NONAME ??0H245_CompressionType@@QAE@IW4TagClass@PASN_Object@@@Z @496 NONAME ??0H245_ConferenceCapability@@QAE@ABV0@@Z @27777 NONAME ??0H245_ConferenceCapability@@QAE@IW4TagClass@PASN_Object@@@Z @497 NONAME ??0H245_ConferenceCommand@@QAE@ABV0@@Z @27778 NONAME ??0H245_ConferenceCommand@@QAE@IW4TagClass@PASN_Object@@@Z @498 NONAME ??0H245_ConferenceID@@QAE@ABV0@@Z @27779 NONAME ??0H245_ConferenceID@@QAE@ABVPBYTEArray@@@Z @25998 NONAME ??0H245_ConferenceID@@QAE@ABVPString@@@Z @25999 NONAME ??0H245_ConferenceID@@QAE@IW4TagClass@PASN_Object@@@Z @499 NONAME ??0H245_ConferenceID@@QAE@PBD@Z @26000 NONAME ??0H245_ConferenceIndication@@QAE@ABV0@@Z @27780 NONAME ??0H245_ConferenceIndication@@QAE@IW4TagClass@PASN_Object@@@Z @500 NONAME ??0H245_ConferenceRequest@@QAE@ABV0@@Z @27781 NONAME ??0H245_ConferenceRequest@@QAE@IW4TagClass@PASN_Object@@@Z @501 NONAME ??0H245_ConferenceRequest_requestTerminalCertificate@@QAE@ABV0@@Z @27782 NONAME ??0H245_ConferenceRequest_requestTerminalCertificate@@QAE@IW4TagClass@PASN_Object@@@Z @502 NONAME ??0H245_ConferenceResponse@@QAE@ABV0@@Z @27783 NONAME ??0H245_ConferenceResponse@@QAE@IW4TagClass@PASN_Object@@@Z @503 NONAME ??0H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@QAE@ABV0@@Z @27784 NONAME ??0H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@QAE@IW4TagClass@PASN_Object@@@Z @504 NONAME ??0H245_ConferenceResponse_chairTokenOwnerResponse@@QAE@ABV0@@Z @27785 NONAME ??0H245_ConferenceResponse_chairTokenOwnerResponse@@QAE@IW4TagClass@PASN_Object@@@Z @505 NONAME ??0H245_ConferenceResponse_conferenceIDResponse@@QAE@ABV0@@Z @27786 NONAME ??0H245_ConferenceResponse_conferenceIDResponse@@QAE@IW4TagClass@PASN_Object@@@Z @506 NONAME ??0H245_ConferenceResponse_extensionAddressResponse@@QAE@ABV0@@Z @27787 NONAME ??0H245_ConferenceResponse_extensionAddressResponse@@QAE@IW4TagClass@PASN_Object@@@Z @507 NONAME ??0H245_ConferenceResponse_makeMeChairResponse@@QAE@ABV0@@Z @27788 NONAME ??0H245_ConferenceResponse_makeMeChairResponse@@QAE@IW4TagClass@PASN_Object@@@Z @508 NONAME ??0H245_ConferenceResponse_makeTerminalBroadcasterResponse@@QAE@ABV0@@Z @27789 NONAME ??0H245_ConferenceResponse_makeTerminalBroadcasterResponse@@QAE@IW4TagClass@PASN_Object@@@Z @509 NONAME ??0H245_ConferenceResponse_mCTerminalIDResponse@@QAE@ABV0@@Z @27790 NONAME ??0H245_ConferenceResponse_mCTerminalIDResponse@@QAE@IW4TagClass@PASN_Object@@@Z @510 NONAME ??0H245_ConferenceResponse_passwordResponse@@QAE@ABV0@@Z @27791 NONAME ??0H245_ConferenceResponse_passwordResponse@@QAE@IW4TagClass@PASN_Object@@@Z @511 NONAME ??0H245_ConferenceResponse_sendThisSourceResponse@@QAE@ABV0@@Z @27792 NONAME ??0H245_ConferenceResponse_sendThisSourceResponse@@QAE@IW4TagClass@PASN_Object@@@Z @512 NONAME ??0H245_ConferenceResponse_terminalCertificateResponse@@QAE@ABV0@@Z @27793 NONAME ??0H245_ConferenceResponse_terminalCertificateResponse@@QAE@IW4TagClass@PASN_Object@@@Z @513 NONAME ??0H245_ConferenceResponse_terminalIDResponse@@QAE@ABV0@@Z @27794 NONAME ??0H245_ConferenceResponse_terminalIDResponse@@QAE@IW4TagClass@PASN_Object@@@Z @514 NONAME ??0H245_ConnectionIdentifier@@QAE@ABV0@@Z @27795 NONAME ??0H245_ConnectionIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @16404 NONAME ??0H245_CRCLength@@QAE@ABV0@@Z @27796 NONAME ??0H245_CRCLength@@QAE@IW4TagClass@PASN_Object@@@Z @515 NONAME ??0H245_Criteria@@QAE@ABV0@@Z @27797 NONAME ??0H245_Criteria@@QAE@IW4TagClass@PASN_Object@@@Z @516 NONAME ??0H245_CustomPictureClockFrequency@@QAE@ABV0@@Z @27798 NONAME ??0H245_CustomPictureClockFrequency@@QAE@IW4TagClass@PASN_Object@@@Z @517 NONAME ??0H245_CustomPictureFormat@@QAE@ABV0@@Z @27799 NONAME ??0H245_CustomPictureFormat@@QAE@IW4TagClass@PASN_Object@@@Z @518 NONAME ??0H245_CustomPictureFormat_mPI@@QAE@ABV0@@Z @27800 NONAME ??0H245_CustomPictureFormat_mPI@@QAE@IW4TagClass@PASN_Object@@@Z @519 NONAME ??0H245_CustomPictureFormat_mPI_customPCF@@QAE@ABV0@@Z @27801 NONAME ??0H245_CustomPictureFormat_mPI_customPCF@@QAE@IW4TagClass@PASN_Object@@@Z @520 NONAME ??0H245_CustomPictureFormat_mPI_customPCF_subtype@@QAE@ABV0@@Z @27802 NONAME ??0H245_CustomPictureFormat_mPI_customPCF_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @521 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation@@QAE@ABV0@@Z @27803 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation@@QAE@IW4TagClass@PASN_Object@@@Z @522 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@QAE@ABV0@@Z @27804 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@QAE@IW4TagClass@PASN_Object@@@Z @523 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@QAE@ABV0@@Z @27805 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @524 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@QAE@ABV0@@Z @27806 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@QAE@IW4TagClass@PASN_Object@@@Z @525 NONAME ??0H245_DataApplicationCapability@@QAE@ABV0@@Z @27807 NONAME ??0H245_DataApplicationCapability@@QAE@IW4TagClass@PASN_Object@@@Z @526 NONAME ??0H245_DataApplicationCapability_application@@QAE@ABV0@@Z @27808 NONAME ??0H245_DataApplicationCapability_application@@QAE@IW4TagClass@PASN_Object@@@Z @527 NONAME ??0H245_DataApplicationCapability_application_nlpid@@QAE@ABV0@@Z @27809 NONAME ??0H245_DataApplicationCapability_application_nlpid@@QAE@IW4TagClass@PASN_Object@@@Z @528 NONAME ??0H245_DataApplicationCapability_application_t38fax@@QAE@ABV0@@Z @27810 NONAME ??0H245_DataApplicationCapability_application_t38fax@@QAE@IW4TagClass@PASN_Object@@@Z @16405 NONAME ??0H245_DataApplicationCapability_application_t84@@QAE@ABV0@@Z @27811 NONAME ??0H245_DataApplicationCapability_application_t84@@QAE@IW4TagClass@PASN_Object@@@Z @529 NONAME ??0H245_DataMode@@QAE@ABV0@@Z @27812 NONAME ??0H245_DataMode@@QAE@IW4TagClass@PASN_Object@@@Z @530 NONAME ??0H245_DataMode_application@@QAE@ABV0@@Z @27813 NONAME ??0H245_DataMode_application@@QAE@IW4TagClass@PASN_Object@@@Z @531 NONAME ??0H245_DataMode_application_nlpid@@QAE@ABV0@@Z @27814 NONAME ??0H245_DataMode_application_nlpid@@QAE@IW4TagClass@PASN_Object@@@Z @532 NONAME ??0H245_DataMode_application_t38fax@@QAE@ABV0@@Z @27815 NONAME ??0H245_DataMode_application_t38fax@@QAE@IW4TagClass@PASN_Object@@@Z @16406 NONAME ??0H245_DataProtocolCapability@@QAE@ABV0@@Z @16407 NONAME ??0H245_DataProtocolCapability@@QAE@IW4TagClass@PASN_Object@@@Z @533 NONAME ??0H245_DataProtocolCapability_v76wCompression@@QAE@ABV0@@Z @27816 NONAME ??0H245_DataProtocolCapability_v76wCompression@@QAE@IW4TagClass@PASN_Object@@@Z @534 NONAME ??0H245_DataType@@QAE@ABV0@@Z @535 NONAME ??0H245_DataType@@QAE@IW4TagClass@PASN_Object@@@Z @536 NONAME ??0H245_DepFECCapability@@QAE@ABV0@@Z @45463 NONAME ??0H245_DepFECCapability@@QAE@IW4TagClass@PASN_Object@@@Z @45464 NONAME ??0H245_DepFECCapability_rfc2733@@QAE@ABV0@@Z @45465 NONAME ??0H245_DepFECCapability_rfc2733@@QAE@IW4TagClass@PASN_Object@@@Z @45466 NONAME ??0H245_DepFECCapability_rfc2733_separateStream@@QAE@ABV0@@Z @45467 NONAME ??0H245_DepFECCapability_rfc2733_separateStream@@QAE@IW4TagClass@PASN_Object@@@Z @45468 NONAME ??0H245_DepFECData@@QAE@ABV0@@Z @45469 NONAME ??0H245_DepFECData@@QAE@IW4TagClass@PASN_Object@@@Z @45470 NONAME ??0H245_DepFECData_rfc2733@@QAE@ABV0@@Z @45471 NONAME ??0H245_DepFECData_rfc2733@@QAE@IW4TagClass@PASN_Object@@@Z @45472 NONAME ??0H245_DepFECData_rfc2733_mode@@QAE@ABV0@@Z @45473 NONAME ??0H245_DepFECData_rfc2733_mode@@QAE@IW4TagClass@PASN_Object@@@Z @45474 NONAME ??0H245_DepFECData_rfc2733_mode_separateStream@@QAE@ABV0@@Z @45475 NONAME ??0H245_DepFECData_rfc2733_mode_separateStream@@QAE@IW4TagClass@PASN_Object@@@Z @45476 NONAME ??0H245_DepFECData_rfc2733_mode_separateStream_differentPort@@QAE@ABV0@@Z @45477 NONAME ??0H245_DepFECData_rfc2733_mode_separateStream_differentPort@@QAE@IW4TagClass@PASN_Object@@@Z @45478 NONAME ??0H245_DepFECData_rfc2733_mode_separateStream_samePort@@QAE@ABV0@@Z @45479 NONAME ??0H245_DepFECData_rfc2733_mode_separateStream_samePort@@QAE@IW4TagClass@PASN_Object@@@Z @45480 NONAME ??0H245_DepFECMode@@QAE@ABV0@@Z @45481 NONAME ??0H245_DepFECMode@@QAE@IW4TagClass@PASN_Object@@@Z @45482 NONAME ??0H245_DepFECMode_rfc2733Mode@@QAE@ABV0@@Z @45483 NONAME ??0H245_DepFECMode_rfc2733Mode@@QAE@IW4TagClass@PASN_Object@@@Z @45484 NONAME ??0H245_DepFECMode_rfc2733Mode_mode@@QAE@ABV0@@Z @45485 NONAME ??0H245_DepFECMode_rfc2733Mode_mode@@QAE@IW4TagClass@PASN_Object@@@Z @45486 NONAME ??0H245_DepFECMode_rfc2733Mode_mode_separateStream@@QAE@ABV0@@Z @45487 NONAME ??0H245_DepFECMode_rfc2733Mode_mode_separateStream@@QAE@IW4TagClass@PASN_Object@@@Z @45488 NONAME ??0H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@QAE@ABV0@@Z @45489 NONAME ??0H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@QAE@IW4TagClass@PASN_Object@@@Z @45490 NONAME ??0H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@QAE@ABV0@@Z @45491 NONAME ??0H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@QAE@IW4TagClass@PASN_Object@@@Z @45492 NONAME ??0H245_DialingInformation@@QAE@ABV0@@Z @27817 NONAME ??0H245_DialingInformation@@QAE@IW4TagClass@PASN_Object@@@Z @16408 NONAME ??0H245_DialingInformationNetworkType@@QAE@ABV0@@Z @27818 NONAME ??0H245_DialingInformationNetworkType@@QAE@IW4TagClass@PASN_Object@@@Z @16409 NONAME ??0H245_DialingInformationNumber@@QAE@ABV0@@Z @27819 NONAME ??0H245_DialingInformationNumber@@QAE@IW4TagClass@PASN_Object@@@Z @16410 NONAME ??0H245_EncryptionAuthenticationAndIntegrity@@QAE@ABV0@@Z @27820 NONAME ??0H245_EncryptionAuthenticationAndIntegrity@@QAE@IW4TagClass@PASN_Object@@@Z @537 NONAME ??0H245_EncryptionCapability@@QAE@ABV0@@Z @27821 NONAME ??0H245_EncryptionCapability@@QAE@IW4TagClass@PASN_Object@@@Z @538 NONAME ??0H245_EncryptionCommand@@QAE@ABV0@@Z @27822 NONAME ??0H245_EncryptionCommand@@QAE@IW4TagClass@PASN_Object@@@Z @539 NONAME ??0H245_EncryptionCommand_encryptionAlgorithmID@@QAE@ABV0@@Z @27823 NONAME ??0H245_EncryptionCommand_encryptionAlgorithmID@@QAE@IW4TagClass@PASN_Object@@@Z @540 NONAME ??0H245_EncryptionMode@@QAE@ABV0@@Z @27824 NONAME ??0H245_EncryptionMode@@QAE@IW4TagClass@PASN_Object@@@Z @541 NONAME ??0H245_EncryptionSync@@QAE@ABV0@@Z @542 NONAME ??0H245_EncryptionSync@@QAE@IW4TagClass@PASN_Object@@@Z @543 NONAME ??0H245_EncryptionUpdateDirection@@QAE@ABV0@@Z @45116 NONAME ??0H245_EncryptionUpdateDirection@@QAE@IW4TagClass@PASN_Object@@@Z @45117 NONAME ??0H245_EncryptionUpdateRequest@@QAE@ABV0@@Z @27825 NONAME ??0H245_EncryptionUpdateRequest@@QAE@IW4TagClass@PASN_Object@@@Z @544 NONAME ??0H245_EndSessionCommand@@QAE@ABV0@@Z @27826 NONAME ??0H245_EndSessionCommand@@QAE@IW4TagClass@PASN_Object@@@Z @545 NONAME ??0H245_EndSessionCommand_gstnOptions@@QAE@ABV0@@Z @27827 NONAME ??0H245_EndSessionCommand_gstnOptions@@QAE@IW4TagClass@PASN_Object@@@Z @546 NONAME ??0H245_EndSessionCommand_isdnOptions@@QAE@ABV0@@Z @27828 NONAME ??0H245_EndSessionCommand_isdnOptions@@QAE@IW4TagClass@PASN_Object@@@Z @547 NONAME ??0H245_EnhancementLayerInfo@@QAE@ABV0@@Z @548 NONAME ??0H245_EnhancementLayerInfo@@QAE@IW4TagClass@PASN_Object@@@Z @549 NONAME ??0H245_EnhancementOptions@@QAE@ABV0@@Z @27829 NONAME ??0H245_EnhancementOptions@@QAE@IW4TagClass@PASN_Object@@@Z @550 NONAME ??0H245_EscrowData@@QAE@ABV0@@Z @27830 NONAME ??0H245_EscrowData@@QAE@IW4TagClass@PASN_Object@@@Z @551 NONAME ??0H245_ExtendedVideoCapability@@QAE@ABV0@@Z @45118 NONAME ??0H245_ExtendedVideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @45119 NONAME ??0H245_FECCapability@@QAE@ABV0@@Z @27831 NONAME ??0H245_FECCapability@@QAE@IW4TagClass@PASN_Object@@@Z @26719 NONAME ??0H245_FECCapability_rfc2733Format@@QAE@ABV0@@Z @45493 NONAME ??0H245_FECCapability_rfc2733Format@@QAE@IW4TagClass@PASN_Object@@@Z @45494 NONAME ??0H245_FECData@@QAE@ABV0@@Z @27834 NONAME ??0H245_FECData@@QAE@IW4TagClass@PASN_Object@@@Z @26722 NONAME ??0H245_FECData_rfc2733@@QAE@ABV0@@Z @27835 NONAME ??0H245_FECData_rfc2733@@QAE@IW4TagClass@PASN_Object@@@Z @26723 NONAME ??0H245_FECData_rfc2733_pktMode@@QAE@ABV0@@Z @45495 NONAME ??0H245_FECData_rfc2733_pktMode@@QAE@IW4TagClass@PASN_Object@@@Z @45496 NONAME ??0H245_FECData_rfc2733_pktMode_rfc2733diffport@@QAE@ABV0@@Z @45497 NONAME ??0H245_FECData_rfc2733_pktMode_rfc2733diffport@@QAE@IW4TagClass@PASN_Object@@@Z @45498 NONAME ??0H245_FECData_rfc2733_pktMode_rfc2733sameport@@QAE@ABV0@@Z @45499 NONAME ??0H245_FECData_rfc2733_pktMode_rfc2733sameport@@QAE@IW4TagClass@PASN_Object@@@Z @45500 NONAME ??0H245_FECMode@@QAE@ABV0@@Z @27840 NONAME ??0H245_FECMode@@QAE@IW4TagClass@PASN_Object@@@Z @26728 NONAME ??0H245_FECMode_rfc2733Format@@QAE@ABV0@@Z @45501 NONAME ??0H245_FECMode_rfc2733Format@@QAE@IW4TagClass@PASN_Object@@@Z @45502 NONAME ??0H245_FlowControlCommand@@QAE@ABV0@@Z @27846 NONAME ??0H245_FlowControlCommand@@QAE@IW4TagClass@PASN_Object@@@Z @552 NONAME ??0H245_FlowControlCommand_restriction@@QAE@ABV0@@Z @27847 NONAME ??0H245_FlowControlCommand_restriction@@QAE@IW4TagClass@PASN_Object@@@Z @553 NONAME ??0H245_FlowControlCommand_scope@@QAE@ABV0@@Z @27848 NONAME ??0H245_FlowControlCommand_scope@@QAE@IW4TagClass@PASN_Object@@@Z @554 NONAME ??0H245_FlowControlIndication@@QAE@ABV0@@Z @27849 NONAME ??0H245_FlowControlIndication@@QAE@IW4TagClass@PASN_Object@@@Z @16411 NONAME ??0H245_FlowControlIndication_restriction@@QAE@ABV0@@Z @27850 NONAME ??0H245_FlowControlIndication_restriction@@QAE@IW4TagClass@PASN_Object@@@Z @16412 NONAME ??0H245_FlowControlIndication_scope@@QAE@ABV0@@Z @27851 NONAME ??0H245_FlowControlIndication_scope@@QAE@IW4TagClass@PASN_Object@@@Z @16413 NONAME ??0H245_FunctionNotSupported@@QAE@ABV0@@Z @27852 NONAME ??0H245_FunctionNotSupported@@QAE@IW4TagClass@PASN_Object@@@Z @555 NONAME ??0H245_FunctionNotSupported_cause@@QAE@ABV0@@Z @27853 NONAME ??0H245_FunctionNotSupported_cause@@QAE@IW4TagClass@PASN_Object@@@Z @556 NONAME ??0H245_FunctionNotUnderstood@@QAE@ABV0@@Z @27854 NONAME ??0H245_FunctionNotUnderstood@@QAE@IW4TagClass@PASN_Object@@@Z @557 NONAME ??0H245_G7231AnnexCCapability@@QAE@ABV0@@Z @27855 NONAME ??0H245_G7231AnnexCCapability@@QAE@IW4TagClass@PASN_Object@@@Z @558 NONAME ??0H245_G7231AnnexCCapability_g723AnnexCAudioMode@@QAE@ABV0@@Z @27856 NONAME ??0H245_G7231AnnexCCapability_g723AnnexCAudioMode@@QAE@IW4TagClass@PASN_Object@@@Z @559 NONAME ??0H245_G7231AnnexCMode@@QAE@ABV0@@Z @27857 NONAME ??0H245_G7231AnnexCMode@@QAE@IW4TagClass@PASN_Object@@@Z @560 NONAME ??0H245_G7231AnnexCMode_g723AnnexCAudioMode@@QAE@ABV0@@Z @27858 NONAME ??0H245_G7231AnnexCMode_g723AnnexCAudioMode@@QAE@IW4TagClass@PASN_Object@@@Z @561 NONAME ??0H245_G729Extensions@@QAE@ABV0@@Z @27859 NONAME ??0H245_G729Extensions@@QAE@IW4TagClass@PASN_Object@@@Z @16414 NONAME ??0H245_GenericCapability@@QAE@ABV0@@Z @27860 NONAME ??0H245_GenericCapability@@QAE@IW4TagClass@PASN_Object@@@Z @16415 NONAME ??0H245_GenericMessage@@QAE@ABV0@@Z @45120 NONAME ??0H245_GenericMessage@@QAE@IW4TagClass@PASN_Object@@@Z @45121 NONAME ??0H245_GenericParameter@@QAE@ABV0@@Z @27861 NONAME ??0H245_GenericParameter@@QAE@IW4TagClass@PASN_Object@@@Z @16416 NONAME ??0H245_GSMAudioCapability@@QAE@ABV0@@Z @27862 NONAME ??0H245_GSMAudioCapability@@QAE@IW4TagClass@PASN_Object@@@Z @562 NONAME ??0H245_H222Capability@@QAE@ABV0@@Z @27863 NONAME ??0H245_H222Capability@@QAE@IW4TagClass@PASN_Object@@@Z @563 NONAME ??0H245_H222LogicalChannelParameters@@QAE@ABV0@@Z @27864 NONAME ??0H245_H222LogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @564 NONAME ??0H245_H223AL1MParameters@@QAE@ABV0@@Z @27865 NONAME ??0H245_H223AL1MParameters@@QAE@IW4TagClass@PASN_Object@@@Z @565 NONAME ??0H245_H223AL1MParameters_arqType@@QAE@ABV0@@Z @27866 NONAME ??0H245_H223AL1MParameters_arqType@@QAE@IW4TagClass@PASN_Object@@@Z @566 NONAME ??0H245_H223AL1MParameters_crcLength@@QAE@ABV0@@Z @27867 NONAME ??0H245_H223AL1MParameters_crcLength@@QAE@IW4TagClass@PASN_Object@@@Z @567 NONAME ??0H245_H223AL1MParameters_headerFEC@@QAE@ABV0@@Z @27868 NONAME ??0H245_H223AL1MParameters_headerFEC@@QAE@IW4TagClass@PASN_Object@@@Z @568 NONAME ??0H245_H223AL1MParameters_transferMode@@QAE@ABV0@@Z @27869 NONAME ??0H245_H223AL1MParameters_transferMode@@QAE@IW4TagClass@PASN_Object@@@Z @569 NONAME ??0H245_H223AL2MParameters@@QAE@ABV0@@Z @27870 NONAME ??0H245_H223AL2MParameters@@QAE@IW4TagClass@PASN_Object@@@Z @570 NONAME ??0H245_H223AL2MParameters_headerFEC@@QAE@ABV0@@Z @27871 NONAME ??0H245_H223AL2MParameters_headerFEC@@QAE@IW4TagClass@PASN_Object@@@Z @571 NONAME ??0H245_H223AL3MParameters@@QAE@ABV0@@Z @27872 NONAME ??0H245_H223AL3MParameters@@QAE@IW4TagClass@PASN_Object@@@Z @572 NONAME ??0H245_H223AL3MParameters_arqType@@QAE@ABV0@@Z @27873 NONAME ??0H245_H223AL3MParameters_arqType@@QAE@IW4TagClass@PASN_Object@@@Z @573 NONAME ??0H245_H223AL3MParameters_crcLength@@QAE@ABV0@@Z @27874 NONAME ??0H245_H223AL3MParameters_crcLength@@QAE@IW4TagClass@PASN_Object@@@Z @574 NONAME ??0H245_H223AL3MParameters_headerFormat@@QAE@ABV0@@Z @27875 NONAME ??0H245_H223AL3MParameters_headerFormat@@QAE@IW4TagClass@PASN_Object@@@Z @575 NONAME ??0H245_H223AnnexCArqParameters@@QAE@ABV0@@Z @27876 NONAME ??0H245_H223AnnexCArqParameters@@QAE@IW4TagClass@PASN_Object@@@Z @576 NONAME ??0H245_H223AnnexCArqParameters_numberOfRetransmissions@@QAE@ABV0@@Z @27877 NONAME ??0H245_H223AnnexCArqParameters_numberOfRetransmissions@@QAE@IW4TagClass@PASN_Object@@@Z @577 NONAME ??0H245_H223AnnexCCapability@@QAE@ABV0@@Z @578 NONAME ??0H245_H223AnnexCCapability@@QAE@IW4TagClass@PASN_Object@@@Z @579 NONAME ??0H245_H223Capability@@QAE@ABV0@@Z @27878 NONAME ??0H245_H223Capability@@QAE@IW4TagClass@PASN_Object@@@Z @580 NONAME ??0H245_H223Capability_h223MultiplexTableCapability@@QAE@ABV0@@Z @581 NONAME ??0H245_H223Capability_h223MultiplexTableCapability@@QAE@IW4TagClass@PASN_Object@@@Z @582 NONAME ??0H245_H223Capability_h223MultiplexTableCapability_enhanced@@QAE@ABV0@@Z @27879 NONAME ??0H245_H223Capability_h223MultiplexTableCapability_enhanced@@QAE@IW4TagClass@PASN_Object@@@Z @583 NONAME ??0H245_H223Capability_mobileMultilinkFrameCapability@@QAE@ABV0@@Z @16417 NONAME ??0H245_H223Capability_mobileMultilinkFrameCapability@@QAE@IW4TagClass@PASN_Object@@@Z @16418 NONAME ??0H245_H223Capability_mobileOperationTransmitCapability@@QAE@ABV0@@Z @584 NONAME ??0H245_H223Capability_mobileOperationTransmitCapability@@QAE@IW4TagClass@PASN_Object@@@Z @585 NONAME ??0H245_H223LogicalChannelParameters@@QAE@ABV0@@Z @27880 NONAME ??0H245_H223LogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @586 NONAME ??0H245_H223LogicalChannelParameters_adaptationLayerType@@QAE@ABV0@@Z @27881 NONAME ??0H245_H223LogicalChannelParameters_adaptationLayerType@@QAE@IW4TagClass@PASN_Object@@@Z @587 NONAME ??0H245_H223LogicalChannelParameters_adaptationLayerType_al3@@QAE@ABV0@@Z @27882 NONAME ??0H245_H223LogicalChannelParameters_adaptationLayerType_al3@@QAE@IW4TagClass@PASN_Object@@@Z @588 NONAME ??0H245_H223ModeParameters@@QAE@ABV0@@Z @27883 NONAME ??0H245_H223ModeParameters@@QAE@IW4TagClass@PASN_Object@@@Z @589 NONAME ??0H245_H223ModeParameters_adaptationLayerType@@QAE@ABV0@@Z @27884 NONAME ??0H245_H223ModeParameters_adaptationLayerType@@QAE@IW4TagClass@PASN_Object@@@Z @590 NONAME ??0H245_H223ModeParameters_adaptationLayerType_al3@@QAE@ABV0@@Z @27885 NONAME ??0H245_H223ModeParameters_adaptationLayerType_al3@@QAE@IW4TagClass@PASN_Object@@@Z @591 NONAME ??0H245_H223MultiplexReconfiguration@@QAE@ABV0@@Z @27886 NONAME ??0H245_H223MultiplexReconfiguration@@QAE@IW4TagClass@PASN_Object@@@Z @592 NONAME ??0H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@QAE@ABV0@@Z @27887 NONAME ??0H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@QAE@IW4TagClass@PASN_Object@@@Z @593 NONAME ??0H245_H223MultiplexReconfiguration_h223ModeChange@@QAE@ABV0@@Z @27888 NONAME ??0H245_H223MultiplexReconfiguration_h223ModeChange@@QAE@IW4TagClass@PASN_Object@@@Z @594 NONAME ??0H245_H223SkewIndication@@QAE@ABV0@@Z @27889 NONAME ??0H245_H223SkewIndication@@QAE@IW4TagClass@PASN_Object@@@Z @595 NONAME ??0H245_H2250Capability@@QAE@ABV0@@Z @27890 NONAME ??0H245_H2250Capability@@QAE@IW4TagClass@PASN_Object@@@Z @596 NONAME ??0H245_H2250Capability_mcCapability@@QAE@ABV0@@Z @597 NONAME ??0H245_H2250Capability_mcCapability@@QAE@IW4TagClass@PASN_Object@@@Z @598 NONAME ??0H245_H2250LogicalChannelAckParameters@@QAE@ABV0@@Z @27891 NONAME ??0H245_H2250LogicalChannelAckParameters@@QAE@IW4TagClass@PASN_Object@@@Z @599 NONAME ??0H245_H2250LogicalChannelParameters@@QAE@ABV0@@Z @27892 NONAME ??0H245_H2250LogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @600 NONAME ??0H245_H2250LogicalChannelParameters_mediaPacketization@@QAE@ABV0@@Z @601 NONAME ??0H245_H2250LogicalChannelParameters_mediaPacketization@@QAE@IW4TagClass@PASN_Object@@@Z @602 NONAME ??0H245_H2250MaximumSkewIndication@@QAE@ABV0@@Z @27893 NONAME ??0H245_H2250MaximumSkewIndication@@QAE@IW4TagClass@PASN_Object@@@Z @603 NONAME ??0H245_H2250ModeParameters@@QAE@ABV0@@Z @27894 NONAME ??0H245_H2250ModeParameters@@QAE@IW4TagClass@PASN_Object@@@Z @604 NONAME ??0H245_H235Media@@QAE@ABV0@@Z @27895 NONAME ??0H245_H235Media@@QAE@IW4TagClass@PASN_Object@@@Z @605 NONAME ??0H245_H235Media_mediaType@@QAE@ABV0@@Z @27896 NONAME ??0H245_H235Media_mediaType@@QAE@IW4TagClass@PASN_Object@@@Z @606 NONAME ??0H245_H235Mode@@QAE@ABV0@@Z @27897 NONAME ??0H245_H235Mode@@QAE@IW4TagClass@PASN_Object@@@Z @607 NONAME ??0H245_H235Mode_mediaMode@@QAE@ABV0@@Z @27898 NONAME ??0H245_H235Mode_mediaMode@@QAE@IW4TagClass@PASN_Object@@@Z @608 NONAME ??0H245_H235SecurityCapability@@QAE@ABV0@@Z @27899 NONAME ??0H245_H235SecurityCapability@@QAE@IW4TagClass@PASN_Object@@@Z @609 NONAME ??0H245_H261VideoCapability@@QAE@ABV0@@Z @27900 NONAME ??0H245_H261VideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @610 NONAME ??0H245_H261VideoMode@@QAE@ABV0@@Z @27901 NONAME ??0H245_H261VideoMode@@QAE@IW4TagClass@PASN_Object@@@Z @611 NONAME ??0H245_H261VideoMode_resolution@@QAE@ABV0@@Z @27902 NONAME ??0H245_H261VideoMode_resolution@@QAE@IW4TagClass@PASN_Object@@@Z @612 NONAME ??0H245_H262VideoCapability@@QAE@ABV0@@Z @27903 NONAME ??0H245_H262VideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @613 NONAME ??0H245_H262VideoMode@@QAE@ABV0@@Z @27904 NONAME ??0H245_H262VideoMode@@QAE@IW4TagClass@PASN_Object@@@Z @614 NONAME ??0H245_H262VideoMode_profileAndLevel@@QAE@ABV0@@Z @27905 NONAME ??0H245_H262VideoMode_profileAndLevel@@QAE@IW4TagClass@PASN_Object@@@Z @615 NONAME ??0H245_H263ModeComboFlags@@QAE@ABV0@@Z @27906 NONAME ??0H245_H263ModeComboFlags@@QAE@IW4TagClass@PASN_Object@@@Z @616 NONAME ??0H245_H263Options@@QAE@ABV0@@Z @617 NONAME ??0H245_H263Options@@QAE@IW4TagClass@PASN_Object@@@Z @618 NONAME ??0H245_H263Version3Options@@QAE@ABV0@@Z @16419 NONAME ??0H245_H263Version3Options@@QAE@IW4TagClass@PASN_Object@@@Z @16420 NONAME ??0H245_H263VideoCapability@@QAE@ABV0@@Z @27907 NONAME ??0H245_H263VideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @619 NONAME ??0H245_H263VideoMode@@QAE@ABV0@@Z @27908 NONAME ??0H245_H263VideoMode@@QAE@IW4TagClass@PASN_Object@@@Z @620 NONAME ??0H245_H263VideoModeCombos@@QAE@ABV0@@Z @27909 NONAME ??0H245_H263VideoModeCombos@@QAE@IW4TagClass@PASN_Object@@@Z @621 NONAME ??0H245_H263VideoMode_resolution@@QAE@ABV0@@Z @27910 NONAME ??0H245_H263VideoMode_resolution@@QAE@IW4TagClass@PASN_Object@@@Z @622 NONAME ??0H245_IndicationMessage@@QAE@ABV0@@Z @27911 NONAME ??0H245_IndicationMessage@@QAE@IW4TagClass@PASN_Object@@@Z @623 NONAME ??0H245_IntegrityCapability@@QAE@ABV0@@Z @27912 NONAME ??0H245_IntegrityCapability@@QAE@IW4TagClass@PASN_Object@@@Z @624 NONAME ??0H245_IS11172AudioCapability@@QAE@ABV0@@Z @27913 NONAME ??0H245_IS11172AudioCapability@@QAE@IW4TagClass@PASN_Object@@@Z @625 NONAME ??0H245_IS11172AudioMode@@QAE@ABV0@@Z @27914 NONAME ??0H245_IS11172AudioMode@@QAE@IW4TagClass@PASN_Object@@@Z @626 NONAME ??0H245_IS11172AudioMode_audioLayer@@QAE@ABV0@@Z @27915 NONAME ??0H245_IS11172AudioMode_audioLayer@@QAE@IW4TagClass@PASN_Object@@@Z @627 NONAME ??0H245_IS11172AudioMode_audioSampling@@QAE@ABV0@@Z @27916 NONAME ??0H245_IS11172AudioMode_audioSampling@@QAE@IW4TagClass@PASN_Object@@@Z @628 NONAME ??0H245_IS11172AudioMode_multichannelType@@QAE@ABV0@@Z @27917 NONAME ??0H245_IS11172AudioMode_multichannelType@@QAE@IW4TagClass@PASN_Object@@@Z @629 NONAME ??0H245_IS11172VideoCapability@@QAE@ABV0@@Z @27918 NONAME ??0H245_IS11172VideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @630 NONAME ??0H245_IS11172VideoMode@@QAE@ABV0@@Z @27919 NONAME ??0H245_IS11172VideoMode@@QAE@IW4TagClass@PASN_Object@@@Z @631 NONAME ??0H245_IS13818AudioCapability@@QAE@ABV0@@Z @27920 NONAME ??0H245_IS13818AudioCapability@@QAE@IW4TagClass@PASN_Object@@@Z @632 NONAME ??0H245_IS13818AudioMode@@QAE@ABV0@@Z @27921 NONAME ??0H245_IS13818AudioMode@@QAE@IW4TagClass@PASN_Object@@@Z @633 NONAME ??0H245_IS13818AudioMode_audioLayer@@QAE@ABV0@@Z @27922 NONAME ??0H245_IS13818AudioMode_audioLayer@@QAE@IW4TagClass@PASN_Object@@@Z @634 NONAME ??0H245_IS13818AudioMode_audioSampling@@QAE@ABV0@@Z @27923 NONAME ??0H245_IS13818AudioMode_audioSampling@@QAE@IW4TagClass@PASN_Object@@@Z @635 NONAME ??0H245_IS13818AudioMode_multichannelType@@QAE@ABV0@@Z @27924 NONAME ??0H245_IS13818AudioMode_multichannelType@@QAE@IW4TagClass@PASN_Object@@@Z @636 NONAME ??0H245_IV16@@QAE@ABV0@@Z @45122 NONAME ??0H245_IV16@@QAE@ABVPBYTEArray@@@Z @45123 NONAME ??0H245_IV16@@QAE@ABVPString@@@Z @45124 NONAME ??0H245_IV16@@QAE@IW4TagClass@PASN_Object@@@Z @45125 NONAME ??0H245_IV16@@QAE@PBD@Z @45126 NONAME ??0H245_IV8@@QAE@ABV0@@Z @45127 NONAME ??0H245_IV8@@QAE@ABVPBYTEArray@@@Z @45128 NONAME ??0H245_IV8@@QAE@ABVPString@@@Z @45129 NONAME ??0H245_IV8@@QAE@IW4TagClass@PASN_Object@@@Z @45130 NONAME ??0H245_IV8@@QAE@PBD@Z @45131 NONAME ??0H245_JitterIndication@@QAE@ABV0@@Z @27925 NONAME ??0H245_JitterIndication@@QAE@IW4TagClass@PASN_Object@@@Z @637 NONAME ??0H245_JitterIndication_scope@@QAE@ABV0@@Z @27926 NONAME ??0H245_JitterIndication_scope@@QAE@IW4TagClass@PASN_Object@@@Z @638 NONAME ??0H245_KeyProtectionMethod@@QAE@ABV0@@Z @27927 NONAME ??0H245_KeyProtectionMethod@@QAE@IW4TagClass@PASN_Object@@@Z @639 NONAME ??0H245_LogicalChannelNumber@@QAE@ABV0@@Z @640 NONAME ??0H245_LogicalChannelNumber@@QAE@IW4TagClass@PASN_Object@@@Z @641 NONAME ??0H245_LogicalChannelRateAcknowledge@@QAE@ABV0@@Z @27928 NONAME ??0H245_LogicalChannelRateAcknowledge@@QAE@IW4TagClass@PASN_Object@@@Z @16421 NONAME ??0H245_LogicalChannelRateReject@@QAE@ABV0@@Z @27929 NONAME ??0H245_LogicalChannelRateReject@@QAE@IW4TagClass@PASN_Object@@@Z @16422 NONAME ??0H245_LogicalChannelRateRejectReason@@QAE@ABV0@@Z @27930 NONAME ??0H245_LogicalChannelRateRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @16423 NONAME ??0H245_LogicalChannelRateRelease@@QAE@ABV0@@Z @27931 NONAME ??0H245_LogicalChannelRateRelease@@QAE@IW4TagClass@PASN_Object@@@Z @16424 NONAME ??0H245_LogicalChannelRateRequest@@QAE@ABV0@@Z @27932 NONAME ??0H245_LogicalChannelRateRequest@@QAE@IW4TagClass@PASN_Object@@@Z @16425 NONAME ??0H245_MaintenanceLoopAck@@QAE@ABV0@@Z @27933 NONAME ??0H245_MaintenanceLoopAck@@QAE@IW4TagClass@PASN_Object@@@Z @642 NONAME ??0H245_MaintenanceLoopAck_type@@QAE@ABV0@@Z @27934 NONAME ??0H245_MaintenanceLoopAck_type@@QAE@IW4TagClass@PASN_Object@@@Z @643 NONAME ??0H245_MaintenanceLoopOffCommand@@QAE@ABV0@@Z @27935 NONAME ??0H245_MaintenanceLoopOffCommand@@QAE@IW4TagClass@PASN_Object@@@Z @644 NONAME ??0H245_MaintenanceLoopReject@@QAE@ABV0@@Z @27936 NONAME ??0H245_MaintenanceLoopReject@@QAE@IW4TagClass@PASN_Object@@@Z @645 NONAME ??0H245_MaintenanceLoopReject_cause@@QAE@ABV0@@Z @27937 NONAME ??0H245_MaintenanceLoopReject_cause@@QAE@IW4TagClass@PASN_Object@@@Z @646 NONAME ??0H245_MaintenanceLoopReject_type@@QAE@ABV0@@Z @27938 NONAME ??0H245_MaintenanceLoopReject_type@@QAE@IW4TagClass@PASN_Object@@@Z @647 NONAME ??0H245_MaintenanceLoopRequest@@QAE@ABV0@@Z @27939 NONAME ??0H245_MaintenanceLoopRequest@@QAE@IW4TagClass@PASN_Object@@@Z @648 NONAME ??0H245_MaintenanceLoopRequest_type@@QAE@ABV0@@Z @27940 NONAME ??0H245_MaintenanceLoopRequest_type@@QAE@IW4TagClass@PASN_Object@@@Z @649 NONAME ??0H245_MasterSlaveDetermination@@QAE@ABV0@@Z @27941 NONAME ??0H245_MasterSlaveDetermination@@QAE@IW4TagClass@PASN_Object@@@Z @650 NONAME ??0H245_MasterSlaveDeterminationAck@@QAE@ABV0@@Z @27942 NONAME ??0H245_MasterSlaveDeterminationAck@@QAE@IW4TagClass@PASN_Object@@@Z @651 NONAME ??0H245_MasterSlaveDeterminationAck_decision@@QAE@ABV0@@Z @27943 NONAME ??0H245_MasterSlaveDeterminationAck_decision@@QAE@IW4TagClass@PASN_Object@@@Z @652 NONAME ??0H245_MasterSlaveDeterminationReject@@QAE@ABV0@@Z @27944 NONAME ??0H245_MasterSlaveDeterminationReject@@QAE@IW4TagClass@PASN_Object@@@Z @653 NONAME ??0H245_MasterSlaveDeterminationReject_cause@@QAE@ABV0@@Z @27945 NONAME ??0H245_MasterSlaveDeterminationReject_cause@@QAE@IW4TagClass@PASN_Object@@@Z @654 NONAME ??0H245_MasterSlaveDeterminationRelease@@QAE@ABV0@@Z @27946 NONAME ??0H245_MasterSlaveDeterminationRelease@@QAE@IW4TagClass@PASN_Object@@@Z @655 NONAME ??0H245_MaximumBitRate@@QAE@ABV0@@Z @27947 NONAME ??0H245_MaximumBitRate@@QAE@IW4TagClass@PASN_Object@@@Z @16426 NONAME ??0H245_MaxRedundancy@@QAE@ABV0@@Z @45503 NONAME ??0H245_MaxRedundancy@@QAE@IW4TagClass@PASN_Object@@@Z @45504 NONAME ??0H245_MCLocationIndication@@QAE@ABV0@@Z @27948 NONAME ??0H245_MCLocationIndication@@QAE@IW4TagClass@PASN_Object@@@Z @656 NONAME ??0H245_McuNumber@@QAE@ABV0@@Z @657 NONAME ??0H245_McuNumber@@QAE@IW4TagClass@PASN_Object@@@Z @658 NONAME ??0H245_MediaChannelCapability@@QAE@ABV0@@Z @27949 NONAME ??0H245_MediaChannelCapability@@QAE@IW4TagClass@PASN_Object@@@Z @659 NONAME ??0H245_MediaDistributionCapability@@QAE@ABV0@@Z @27950 NONAME ??0H245_MediaDistributionCapability@@QAE@IW4TagClass@PASN_Object@@@Z @660 NONAME ??0H245_MediaEncryptionAlgorithm@@QAE@ABV0@@Z @27951 NONAME ??0H245_MediaEncryptionAlgorithm@@QAE@IW4TagClass@PASN_Object@@@Z @661 NONAME ??0H245_MediaPacketizationCapability@@QAE@ABV0@@Z @662 NONAME ??0H245_MediaPacketizationCapability@@QAE@IW4TagClass@PASN_Object@@@Z @663 NONAME ??0H245_MediaTransportType@@QAE@ABV0@@Z @27952 NONAME ??0H245_MediaTransportType@@QAE@IW4TagClass@PASN_Object@@@Z @664 NONAME ??0H245_MediaTransportType_atm_AAL5_compressed@@QAE@ABV0@@Z @27953 NONAME ??0H245_MediaTransportType_atm_AAL5_compressed@@QAE@IW4TagClass@PASN_Object@@@Z @16427 NONAME ??0H245_MiscellaneousCommand@@QAE@ABV0@@Z @27954 NONAME ??0H245_MiscellaneousCommand@@QAE@IW4TagClass@PASN_Object@@@Z @665 NONAME ??0H245_MiscellaneousCommand_type@@QAE@ABV0@@Z @27955 NONAME ??0H245_MiscellaneousCommand_type@@QAE@IW4TagClass@PASN_Object@@@Z @666 NONAME ??0H245_MiscellaneousCommand_type_encryptionUpdateAck@@QAE@ABV0@@Z @45132 NONAME ??0H245_MiscellaneousCommand_type_encryptionUpdateAck@@QAE@IW4TagClass@PASN_Object@@@Z @45133 NONAME ??0H245_MiscellaneousCommand_type_encryptionUpdateCommand@@QAE@ABV0@@Z @45134 NONAME ??0H245_MiscellaneousCommand_type_encryptionUpdateCommand@@QAE@IW4TagClass@PASN_Object@@@Z @45135 NONAME ??0H245_MiscellaneousCommand_type_lostPartialPicture@@QAE@ABV0@@Z @27956 NONAME ??0H245_MiscellaneousCommand_type_lostPartialPicture@@QAE@IW4TagClass@PASN_Object@@@Z @16428 NONAME ??0H245_MiscellaneousCommand_type_progressiveRefinementStart@@QAE@ABV0@@Z @27957 NONAME ??0H245_MiscellaneousCommand_type_progressiveRefinementStart@@QAE@IW4TagClass@PASN_Object@@@Z @667 NONAME ??0H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@QAE@ABV0@@Z @27958 NONAME ??0H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@QAE@IW4TagClass@PASN_Object@@@Z @668 NONAME ??0H245_MiscellaneousCommand_type_videoBadMBs@@QAE@ABV0@@Z @27959 NONAME ??0H245_MiscellaneousCommand_type_videoBadMBs@@QAE@IW4TagClass@PASN_Object@@@Z @16429 NONAME ??0H245_MiscellaneousCommand_type_videoFastUpdateGOB@@QAE@ABV0@@Z @27960 NONAME ??0H245_MiscellaneousCommand_type_videoFastUpdateGOB@@QAE@IW4TagClass@PASN_Object@@@Z @669 NONAME ??0H245_MiscellaneousCommand_type_videoFastUpdateMB@@QAE@ABV0@@Z @27961 NONAME ??0H245_MiscellaneousCommand_type_videoFastUpdateMB@@QAE@IW4TagClass@PASN_Object@@@Z @670 NONAME ??0H245_MiscellaneousIndication@@QAE@ABV0@@Z @27962 NONAME ??0H245_MiscellaneousIndication@@QAE@IW4TagClass@PASN_Object@@@Z @671 NONAME ??0H245_MiscellaneousIndication_type@@QAE@ABV0@@Z @27963 NONAME ??0H245_MiscellaneousIndication_type@@QAE@IW4TagClass@PASN_Object@@@Z @672 NONAME ??0H245_MiscellaneousIndication_type_videoNotDecodedMBs@@QAE@ABV0@@Z @27964 NONAME ??0H245_MiscellaneousIndication_type_videoNotDecodedMBs@@QAE@IW4TagClass@PASN_Object@@@Z @673 NONAME ??0H245_MobileMultilinkReconfigurationCommand@@QAE@ABV0@@Z @27965 NONAME ??0H245_MobileMultilinkReconfigurationCommand@@QAE@IW4TagClass@PASN_Object@@@Z @16430 NONAME ??0H245_MobileMultilinkReconfigurationCommand_status@@QAE@ABV0@@Z @27966 NONAME ??0H245_MobileMultilinkReconfigurationCommand_status@@QAE@IW4TagClass@PASN_Object@@@Z @16431 NONAME ??0H245_MobileMultilinkReconfigurationIndication@@QAE@ABV0@@Z @27967 NONAME ??0H245_MobileMultilinkReconfigurationIndication@@QAE@IW4TagClass@PASN_Object@@@Z @16432 NONAME ??0H245_ModeDescription@@QAE@ABV0@@Z @27968 NONAME ??0H245_ModeDescription@@QAE@IW4TagClass@PASN_Object@@@Z @674 NONAME ??0H245_ModeElement@@QAE@ABV0@@Z @27969 NONAME ??0H245_ModeElement@@QAE@IW4TagClass@PASN_Object@@@Z @675 NONAME ??0H245_ModeElementType@@QAE@ABV0@@Z @27970 NONAME ??0H245_ModeElementType@@QAE@IW4TagClass@PASN_Object@@@Z @26734 NONAME ??0H245_MulticastAddress@@QAE@ABV0@@Z @27971 NONAME ??0H245_MulticastAddress@@QAE@IW4TagClass@PASN_Object@@@Z @677 NONAME ??0H245_MulticastAddress_iP6Address@@QAE@ABV0@@Z @27972 NONAME ??0H245_MulticastAddress_iP6Address@@QAE@IW4TagClass@PASN_Object@@@Z @678 NONAME ??0H245_MulticastAddress_iPAddress@@QAE@ABV0@@Z @27973 NONAME ??0H245_MulticastAddress_iPAddress@@QAE@IW4TagClass@PASN_Object@@@Z @679 NONAME ??0H245_MultilinkIndication@@QAE@ABV0@@Z @27974 NONAME ??0H245_MultilinkIndication@@QAE@IW4TagClass@PASN_Object@@@Z @16433 NONAME ??0H245_MultilinkIndication_crcDesired@@QAE@ABV0@@Z @27975 NONAME ??0H245_MultilinkIndication_crcDesired@@QAE@IW4TagClass@PASN_Object@@@Z @16434 NONAME ??0H245_MultilinkIndication_excessiveError@@QAE@ABV0@@Z @27976 NONAME ??0H245_MultilinkIndication_excessiveError@@QAE@IW4TagClass@PASN_Object@@@Z @16435 NONAME ??0H245_MultilinkRequest@@QAE@ABV0@@Z @27977 NONAME ??0H245_MultilinkRequest@@QAE@IW4TagClass@PASN_Object@@@Z @16436 NONAME ??0H245_MultilinkRequest_addConnection@@QAE@ABV0@@Z @27978 NONAME ??0H245_MultilinkRequest_addConnection@@QAE@IW4TagClass@PASN_Object@@@Z @16437 NONAME ??0H245_MultilinkRequest_callInformation@@QAE@ABV0@@Z @27979 NONAME ??0H245_MultilinkRequest_callInformation@@QAE@IW4TagClass@PASN_Object@@@Z @16438 NONAME ??0H245_MultilinkRequest_maximumHeaderInterval@@QAE@ABV0@@Z @27980 NONAME ??0H245_MultilinkRequest_maximumHeaderInterval@@QAE@IW4TagClass@PASN_Object@@@Z @16439 NONAME ??0H245_MultilinkRequest_maximumHeaderInterval_requestType@@QAE@ABV0@@Z @27981 NONAME ??0H245_MultilinkRequest_maximumHeaderInterval_requestType@@QAE@IW4TagClass@PASN_Object@@@Z @16440 NONAME ??0H245_MultilinkRequest_removeConnection@@QAE@ABV0@@Z @27982 NONAME ??0H245_MultilinkRequest_removeConnection@@QAE@IW4TagClass@PASN_Object@@@Z @16441 NONAME ??0H245_MultilinkResponse@@QAE@ABV0@@Z @27983 NONAME ??0H245_MultilinkResponse@@QAE@IW4TagClass@PASN_Object@@@Z @16442 NONAME ??0H245_MultilinkResponse_addConnection@@QAE@ABV0@@Z @27984 NONAME ??0H245_MultilinkResponse_addConnection@@QAE@IW4TagClass@PASN_Object@@@Z @16443 NONAME ??0H245_MultilinkResponse_addConnection_responseCode@@QAE@ABV0@@Z @27985 NONAME ??0H245_MultilinkResponse_addConnection_responseCode@@QAE@IW4TagClass@PASN_Object@@@Z @16444 NONAME ??0H245_MultilinkResponse_addConnection_responseCode_rejected@@QAE@ABV0@@Z @27986 NONAME ??0H245_MultilinkResponse_addConnection_responseCode_rejected@@QAE@IW4TagClass@PASN_Object@@@Z @16445 NONAME ??0H245_MultilinkResponse_callInformation@@QAE@ABV0@@Z @27987 NONAME ??0H245_MultilinkResponse_callInformation@@QAE@IW4TagClass@PASN_Object@@@Z @16446 NONAME ??0H245_MultilinkResponse_maximumHeaderInterval@@QAE@ABV0@@Z @27988 NONAME ??0H245_MultilinkResponse_maximumHeaderInterval@@QAE@IW4TagClass@PASN_Object@@@Z @16447 NONAME ??0H245_MultilinkResponse_removeConnection@@QAE@ABV0@@Z @27989 NONAME ??0H245_MultilinkResponse_removeConnection@@QAE@IW4TagClass@PASN_Object@@@Z @16448 NONAME ??0H245_MultimediaSystemControlMessage@@QAE@ABV0@@Z @27990 NONAME ??0H245_MultimediaSystemControlMessage@@QAE@IW4TagClass@PASN_Object@@@Z @680 NONAME ??0H245_MultiplePayloadStream@@QAE@ABV0@@Z @27991 NONAME ??0H245_MultiplePayloadStream@@QAE@IW4TagClass@PASN_Object@@@Z @26735 NONAME ??0H245_MultiplePayloadStreamCapability@@QAE@ABV0@@Z @27992 NONAME ??0H245_MultiplePayloadStreamCapability@@QAE@IW4TagClass@PASN_Object@@@Z @26736 NONAME ??0H245_MultiplePayloadStreamElement@@QAE@ABV0@@Z @27993 NONAME ??0H245_MultiplePayloadStreamElement@@QAE@IW4TagClass@PASN_Object@@@Z @26737 NONAME ??0H245_MultiplePayloadStreamElementMode@@QAE@ABV0@@Z @27994 NONAME ??0H245_MultiplePayloadStreamElementMode@@QAE@IW4TagClass@PASN_Object@@@Z @26738 NONAME ??0H245_MultiplePayloadStreamMode@@QAE@ABV0@@Z @27995 NONAME ??0H245_MultiplePayloadStreamMode@@QAE@IW4TagClass@PASN_Object@@@Z @26739 NONAME ??0H245_MultiplexCapability@@QAE@ABV0@@Z @27996 NONAME ??0H245_MultiplexCapability@@QAE@IW4TagClass@PASN_Object@@@Z @681 NONAME ??0H245_MultiplexedStreamCapability@@QAE@ABV0@@Z @27997 NONAME ??0H245_MultiplexedStreamCapability@@QAE@IW4TagClass@PASN_Object@@@Z @16449 NONAME ??0H245_MultiplexedStreamModeParameters@@QAE@ABV0@@Z @27998 NONAME ??0H245_MultiplexedStreamModeParameters@@QAE@IW4TagClass@PASN_Object@@@Z @16450 NONAME ??0H245_MultiplexedStreamParameter@@QAE@ABV0@@Z @27999 NONAME ??0H245_MultiplexedStreamParameter@@QAE@IW4TagClass@PASN_Object@@@Z @16451 NONAME ??0H245_MultiplexElement@@QAE@ABV0@@Z @28000 NONAME ??0H245_MultiplexElement@@QAE@IW4TagClass@PASN_Object@@@Z @682 NONAME ??0H245_MultiplexElement_repeatCount@@QAE@ABV0@@Z @28001 NONAME ??0H245_MultiplexElement_repeatCount@@QAE@IW4TagClass@PASN_Object@@@Z @683 NONAME ??0H245_MultiplexElement_type@@QAE@ABV0@@Z @28002 NONAME ??0H245_MultiplexElement_type@@QAE@IW4TagClass@PASN_Object@@@Z @684 NONAME ??0H245_MultiplexEntryDescriptor@@QAE@ABV0@@Z @28003 NONAME ??0H245_MultiplexEntryDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @685 NONAME ??0H245_MultiplexEntryRejectionDescriptions@@QAE@ABV0@@Z @28004 NONAME ??0H245_MultiplexEntryRejectionDescriptions@@QAE@IW4TagClass@PASN_Object@@@Z @686 NONAME ??0H245_MultiplexEntryRejectionDescriptions_cause@@QAE@ABV0@@Z @28005 NONAME ??0H245_MultiplexEntryRejectionDescriptions_cause@@QAE@IW4TagClass@PASN_Object@@@Z @687 NONAME ??0H245_MultiplexEntrySend@@QAE@ABV0@@Z @28006 NONAME ??0H245_MultiplexEntrySend@@QAE@IW4TagClass@PASN_Object@@@Z @688 NONAME ??0H245_MultiplexEntrySendAck@@QAE@ABV0@@Z @28007 NONAME ??0H245_MultiplexEntrySendAck@@QAE@IW4TagClass@PASN_Object@@@Z @689 NONAME ??0H245_MultiplexEntrySendReject@@QAE@ABV0@@Z @28008 NONAME ??0H245_MultiplexEntrySendReject@@QAE@IW4TagClass@PASN_Object@@@Z @690 NONAME ??0H245_MultiplexEntrySendRelease@@QAE@ABV0@@Z @28009 NONAME ??0H245_MultiplexEntrySendRelease@@QAE@IW4TagClass@PASN_Object@@@Z @691 NONAME ??0H245_MultiplexFormat@@QAE@ABV0@@Z @28010 NONAME ??0H245_MultiplexFormat@@QAE@IW4TagClass@PASN_Object@@@Z @16452 NONAME ??0H245_MultiplexTableEntryNumber@@QAE@ABV0@@Z @28011 NONAME ??0H245_MultiplexTableEntryNumber@@QAE@IW4TagClass@PASN_Object@@@Z @692 NONAME ??0H245_MultipointCapability@@QAE@ABV0@@Z @28012 NONAME ??0H245_MultipointCapability@@QAE@IW4TagClass@PASN_Object@@@Z @693 NONAME ??0H245_NetworkAccessParameters@@QAE@ABV0@@Z @694 NONAME ??0H245_NetworkAccessParameters@@QAE@IW4TagClass@PASN_Object@@@Z @695 NONAME ??0H245_NetworkAccessParameters_distribution@@QAE@ABV0@@Z @28013 NONAME ??0H245_NetworkAccessParameters_distribution@@QAE@IW4TagClass@PASN_Object@@@Z @696 NONAME ??0H245_NetworkAccessParameters_networkAddress@@QAE@ABV0@@Z @697 NONAME ??0H245_NetworkAccessParameters_networkAddress@@QAE@IW4TagClass@PASN_Object@@@Z @698 NONAME ??0H245_NetworkAccessParameters_t120SetupProcedure@@QAE@ABV0@@Z @699 NONAME ??0H245_NetworkAccessParameters_t120SetupProcedure@@QAE@IW4TagClass@PASN_Object@@@Z @700 NONAME ??0H245_NewATMVCCommand@@QAE@ABV0@@Z @28014 NONAME ??0H245_NewATMVCCommand@@QAE@IW4TagClass@PASN_Object@@@Z @16453 NONAME ??0H245_NewATMVCCommand_aal@@QAE@ABV0@@Z @28015 NONAME ??0H245_NewATMVCCommand_aal@@QAE@IW4TagClass@PASN_Object@@@Z @16454 NONAME ??0H245_NewATMVCCommand_aal_aal1@@QAE@ABV0@@Z @28016 NONAME ??0H245_NewATMVCCommand_aal_aal1@@QAE@IW4TagClass@PASN_Object@@@Z @16455 NONAME ??0H245_NewATMVCCommand_aal_aal1_clockRecovery@@QAE@ABV0@@Z @28017 NONAME ??0H245_NewATMVCCommand_aal_aal1_clockRecovery@@QAE@IW4TagClass@PASN_Object@@@Z @16456 NONAME ??0H245_NewATMVCCommand_aal_aal1_errorCorrection@@QAE@ABV0@@Z @28018 NONAME ??0H245_NewATMVCCommand_aal_aal1_errorCorrection@@QAE@IW4TagClass@PASN_Object@@@Z @16457 NONAME ??0H245_NewATMVCCommand_aal_aal5@@QAE@ABV0@@Z @28019 NONAME ??0H245_NewATMVCCommand_aal_aal5@@QAE@IW4TagClass@PASN_Object@@@Z @16458 NONAME ??0H245_NewATMVCCommand_multiplex@@QAE@ABV0@@Z @28020 NONAME ??0H245_NewATMVCCommand_multiplex@@QAE@IW4TagClass@PASN_Object@@@Z @16459 NONAME ??0H245_NewATMVCCommand_reverseParameters@@QAE@ABV0@@Z @28021 NONAME ??0H245_NewATMVCCommand_reverseParameters@@QAE@IW4TagClass@PASN_Object@@@Z @16460 NONAME ??0H245_NewATMVCCommand_reverseParameters_multiplex@@QAE@ABV0@@Z @16461 NONAME ??0H245_NewATMVCCommand_reverseParameters_multiplex@@QAE@IW4TagClass@PASN_Object@@@Z @16462 NONAME ??0H245_NewATMVCIndication@@QAE@ABV0@@Z @28022 NONAME ??0H245_NewATMVCIndication@@QAE@IW4TagClass@PASN_Object@@@Z @701 NONAME ??0H245_NewATMVCIndication_aal@@QAE@ABV0@@Z @28023 NONAME ??0H245_NewATMVCIndication_aal@@QAE@IW4TagClass@PASN_Object@@@Z @702 NONAME ??0H245_NewATMVCIndication_aal_aal1@@QAE@ABV0@@Z @28024 NONAME ??0H245_NewATMVCIndication_aal_aal1@@QAE@IW4TagClass@PASN_Object@@@Z @703 NONAME ??0H245_NewATMVCIndication_aal_aal1_clockRecovery@@QAE@ABV0@@Z @28025 NONAME ??0H245_NewATMVCIndication_aal_aal1_clockRecovery@@QAE@IW4TagClass@PASN_Object@@@Z @704 NONAME ??0H245_NewATMVCIndication_aal_aal1_errorCorrection@@QAE@ABV0@@Z @28026 NONAME ??0H245_NewATMVCIndication_aal_aal1_errorCorrection@@QAE@IW4TagClass@PASN_Object@@@Z @705 NONAME ??0H245_NewATMVCIndication_aal_aal5@@QAE@ABV0@@Z @28027 NONAME ??0H245_NewATMVCIndication_aal_aal5@@QAE@IW4TagClass@PASN_Object@@@Z @706 NONAME ??0H245_NewATMVCIndication_multiplex@@QAE@ABV0@@Z @28028 NONAME ??0H245_NewATMVCIndication_multiplex@@QAE@IW4TagClass@PASN_Object@@@Z @707 NONAME ??0H245_NewATMVCIndication_reverseParameters@@QAE@ABV0@@Z @28029 NONAME ??0H245_NewATMVCIndication_reverseParameters@@QAE@IW4TagClass@PASN_Object@@@Z @708 NONAME ??0H245_NewATMVCIndication_reverseParameters_multiplex@@QAE@ABV0@@Z @709 NONAME ??0H245_NewATMVCIndication_reverseParameters_multiplex@@QAE@IW4TagClass@PASN_Object@@@Z @710 NONAME ??0H245_NonStandardIdentifier@@QAE@ABV0@@Z @711 NONAME ??0H245_NonStandardIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @712 NONAME ??0H245_NonStandardIdentifier_h221NonStandard@@QAE@ABV0@@Z @28030 NONAME ??0H245_NonStandardIdentifier_h221NonStandard@@QAE@IW4TagClass@PASN_Object@@@Z @713 NONAME ??0H245_NonStandardMessage@@QAE@ABV0@@Z @28031 NONAME ??0H245_NonStandardMessage@@QAE@IW4TagClass@PASN_Object@@@Z @714 NONAME ??0H245_NonStandardParameter@@QAE@ABV0@@Z @715 NONAME ??0H245_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @716 NONAME ??0H245_NoPTAudioTelephonyEventCapability@@QAE@ABV0@@Z @28032 NONAME ??0H245_NoPTAudioTelephonyEventCapability@@QAE@IW4TagClass@PASN_Object@@@Z @26740 NONAME ??0H245_NoPTAudioToneCapability@@QAE@ABV0@@Z @28033 NONAME ??0H245_NoPTAudioToneCapability@@QAE@IW4TagClass@PASN_Object@@@Z @26741 NONAME ??0H245_OpenLogicalChannel@@QAE@ABV0@@Z @28034 NONAME ??0H245_OpenLogicalChannel@@QAE@IW4TagClass@PASN_Object@@@Z @717 NONAME ??0H245_OpenLogicalChannelAck@@QAE@ABV0@@Z @28035 NONAME ??0H245_OpenLogicalChannelAck@@QAE@IW4TagClass@PASN_Object@@@Z @718 NONAME ??0H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@QAE@ABV0@@Z @28036 NONAME ??0H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@QAE@IW4TagClass@PASN_Object@@@Z @719 NONAME ??0H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@QAE@ABV0@@Z @28037 NONAME ??0H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @720 NONAME ??0H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@QAE@ABV0@@Z @721 NONAME ??0H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@QAE@IW4TagClass@PASN_Object@@@Z @722 NONAME ??0H245_OpenLogicalChannelConfirm@@QAE@ABV0@@Z @28038 NONAME ??0H245_OpenLogicalChannelConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @723 NONAME ??0H245_OpenLogicalChannelReject@@QAE@ABV0@@Z @28039 NONAME ??0H245_OpenLogicalChannelReject@@QAE@IW4TagClass@PASN_Object@@@Z @724 NONAME ??0H245_OpenLogicalChannelReject_cause@@QAE@ABV0@@Z @28040 NONAME ??0H245_OpenLogicalChannelReject_cause@@QAE@IW4TagClass@PASN_Object@@@Z @725 NONAME ??0H245_OpenLogicalChannel_forwardLogicalChannelParameters@@QAE@ABV0@@Z @28041 NONAME ??0H245_OpenLogicalChannel_forwardLogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @726 NONAME ??0H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QAE@ABV0@@Z @727 NONAME ??0H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QAE@IW4TagClass@PASN_Object@@@Z @728 NONAME ??0H245_OpenLogicalChannel_reverseLogicalChannelParameters@@QAE@ABV0@@Z @28042 NONAME ??0H245_OpenLogicalChannel_reverseLogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @729 NONAME ??0H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QAE@ABV0@@Z @730 NONAME ??0H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QAE@IW4TagClass@PASN_Object@@@Z @731 NONAME ??0H245_ParameterIdentifier@@QAE@ABV0@@Z @28043 NONAME ??0H245_ParameterIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @16463 NONAME ??0H245_ParameterValue@@QAE@ABV0@@Z @28044 NONAME ??0H245_ParameterValue@@QAE@IW4TagClass@PASN_Object@@@Z @16464 NONAME ??0H245_Params@@QAE@ABV0@@Z @45136 NONAME ??0H245_Params@@QAE@IW4TagClass@PASN_Object@@@Z @45137 NONAME ??0H245_Password@@QAE@ABV0@@Z @28045 NONAME ??0H245_Password@@QAE@ABVPBYTEArray@@@Z @26001 NONAME ??0H245_Password@@QAE@ABVPString@@@Z @26002 NONAME ??0H245_Password@@QAE@IW4TagClass@PASN_Object@@@Z @732 NONAME ??0H245_Password@@QAE@PBD@Z @26003 NONAME ??0H245_PictureReference@@QAE@ABV0@@Z @28046 NONAME ??0H245_PictureReference@@QAE@IW4TagClass@PASN_Object@@@Z @16465 NONAME ??0H245_Q2931Address@@QAE@ABV0@@Z @28047 NONAME ??0H245_Q2931Address@@QAE@IW4TagClass@PASN_Object@@@Z @733 NONAME ??0H245_Q2931Address_address@@QAE@ABV0@@Z @28048 NONAME ??0H245_Q2931Address_address@@QAE@IW4TagClass@PASN_Object@@@Z @734 NONAME ??0H245_QOSCapability@@QAE@ABV0@@Z @28049 NONAME ??0H245_QOSCapability@@QAE@IW4TagClass@PASN_Object@@@Z @735 NONAME ??0H245_QOSMode@@QAE@ABV0@@Z @28050 NONAME ??0H245_QOSMode@@QAE@IW4TagClass@PASN_Object@@@Z @736 NONAME ??0H245_RedundancyEncoding@@QAE@ABV0@@Z @737 NONAME ??0H245_RedundancyEncoding@@QAE@IW4TagClass@PASN_Object@@@Z @738 NONAME ??0H245_RedundancyEncodingCapability@@QAE@ABV0@@Z @28051 NONAME ??0H245_RedundancyEncodingCapability@@QAE@IW4TagClass@PASN_Object@@@Z @739 NONAME ??0H245_RedundancyEncodingDTMode@@QAE@ABV0@@Z @28052 NONAME ??0H245_RedundancyEncodingDTMode@@QAE@IW4TagClass@PASN_Object@@@Z @26742 NONAME ??0H245_RedundancyEncodingDTModeElement@@QAE@ABV0@@Z @28053 NONAME ??0H245_RedundancyEncodingDTModeElement@@QAE@IW4TagClass@PASN_Object@@@Z @26743 NONAME ??0H245_RedundancyEncodingDTModeElement_type@@QAE@ABV0@@Z @28054 NONAME ??0H245_RedundancyEncodingDTModeElement_type@@QAE@IW4TagClass@PASN_Object@@@Z @26744 NONAME ??0H245_RedundancyEncodingElement@@QAE@ABV0@@Z @28055 NONAME ??0H245_RedundancyEncodingElement@@QAE@IW4TagClass@PASN_Object@@@Z @26745 NONAME ??0H245_RedundancyEncodingMethod@@QAE@ABV0@@Z @28056 NONAME ??0H245_RedundancyEncodingMethod@@QAE@IW4TagClass@PASN_Object@@@Z @740 NONAME ??0H245_RedundancyEncodingMode@@QAE@ABV0@@Z @16466 NONAME ??0H245_RedundancyEncodingMode@@QAE@IW4TagClass@PASN_Object@@@Z @741 NONAME ??0H245_RedundancyEncodingMode_secondaryEncoding@@QAE@ABV0@@Z @28057 NONAME ??0H245_RedundancyEncodingMode_secondaryEncoding@@QAE@IW4TagClass@PASN_Object@@@Z @742 NONAME ??0H245_RedundancyEncoding_rtpRedundancyEncoding@@QAE@ABV0@@Z @28058 NONAME ??0H245_RedundancyEncoding_rtpRedundancyEncoding@@QAE@IW4TagClass@PASN_Object@@@Z @26746 NONAME ??0H245_RefPictureSelection@@QAE@ABV0@@Z @743 NONAME ??0H245_RefPictureSelection@@QAE@IW4TagClass@PASN_Object@@@Z @744 NONAME ??0H245_RefPictureSelection_additionalPictureMemory@@QAE@ABV0@@Z @28059 NONAME ??0H245_RefPictureSelection_additionalPictureMemory@@QAE@IW4TagClass@PASN_Object@@@Z @745 NONAME ??0H245_RefPictureSelection_enhancedReferencePicSelect@@QAE@ABV0@@Z @28060 NONAME ??0H245_RefPictureSelection_enhancedReferencePicSelect@@QAE@IW4TagClass@PASN_Object@@@Z @16467 NONAME ??0H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@QAE@ABV0@@Z @28061 NONAME ??0H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@QAE@IW4TagClass@PASN_Object@@@Z @16468 NONAME ??0H245_RefPictureSelection_videoBackChannelSend@@QAE@ABV0@@Z @28062 NONAME ??0H245_RefPictureSelection_videoBackChannelSend@@QAE@IW4TagClass@PASN_Object@@@Z @746 NONAME ??0H245_RemoteMCRequest@@QAE@ABV0@@Z @28063 NONAME ??0H245_RemoteMCRequest@@QAE@IW4TagClass@PASN_Object@@@Z @747 NONAME ??0H245_RemoteMCResponse@@QAE@ABV0@@Z @28064 NONAME ??0H245_RemoteMCResponse@@QAE@IW4TagClass@PASN_Object@@@Z @748 NONAME ??0H245_RemoteMCResponse_reject@@QAE@ABV0@@Z @28065 NONAME ??0H245_RemoteMCResponse_reject@@QAE@IW4TagClass@PASN_Object@@@Z @749 NONAME ??0H245_RequestAllTerminalIDsResponse@@QAE@ABV0@@Z @28066 NONAME ??0H245_RequestAllTerminalIDsResponse@@QAE@IW4TagClass@PASN_Object@@@Z @750 NONAME ??0H245_RequestChannelClose@@QAE@ABV0@@Z @28067 NONAME ??0H245_RequestChannelClose@@QAE@IW4TagClass@PASN_Object@@@Z @751 NONAME ??0H245_RequestChannelCloseAck@@QAE@ABV0@@Z @28068 NONAME ??0H245_RequestChannelCloseAck@@QAE@IW4TagClass@PASN_Object@@@Z @752 NONAME ??0H245_RequestChannelCloseReject@@QAE@ABV0@@Z @28069 NONAME ??0H245_RequestChannelCloseReject@@QAE@IW4TagClass@PASN_Object@@@Z @753 NONAME ??0H245_RequestChannelCloseReject_cause@@QAE@ABV0@@Z @28070 NONAME ??0H245_RequestChannelCloseReject_cause@@QAE@IW4TagClass@PASN_Object@@@Z @754 NONAME ??0H245_RequestChannelCloseRelease@@QAE@ABV0@@Z @28071 NONAME ??0H245_RequestChannelCloseRelease@@QAE@IW4TagClass@PASN_Object@@@Z @755 NONAME ??0H245_RequestChannelClose_reason@@QAE@ABV0@@Z @28072 NONAME ??0H245_RequestChannelClose_reason@@QAE@IW4TagClass@PASN_Object@@@Z @756 NONAME ??0H245_RequestMessage@@QAE@ABV0@@Z @28073 NONAME ??0H245_RequestMessage@@QAE@IW4TagClass@PASN_Object@@@Z @757 NONAME ??0H245_RequestMode@@QAE@ABV0@@Z @28074 NONAME ??0H245_RequestMode@@QAE@IW4TagClass@PASN_Object@@@Z @758 NONAME ??0H245_RequestModeAck@@QAE@ABV0@@Z @28075 NONAME ??0H245_RequestModeAck@@QAE@IW4TagClass@PASN_Object@@@Z @759 NONAME ??0H245_RequestModeAck_response@@QAE@ABV0@@Z @28076 NONAME ??0H245_RequestModeAck_response@@QAE@IW4TagClass@PASN_Object@@@Z @760 NONAME ??0H245_RequestModeReject@@QAE@ABV0@@Z @28077 NONAME ??0H245_RequestModeReject@@QAE@IW4TagClass@PASN_Object@@@Z @761 NONAME ??0H245_RequestModeReject_cause@@QAE@ABV0@@Z @28078 NONAME ??0H245_RequestModeReject_cause@@QAE@IW4TagClass@PASN_Object@@@Z @762 NONAME ??0H245_RequestModeRelease@@QAE@ABV0@@Z @28079 NONAME ??0H245_RequestModeRelease@@QAE@IW4TagClass@PASN_Object@@@Z @763 NONAME ??0H245_RequestMultiplexEntry@@QAE@ABV0@@Z @28080 NONAME ??0H245_RequestMultiplexEntry@@QAE@IW4TagClass@PASN_Object@@@Z @764 NONAME ??0H245_RequestMultiplexEntryAck@@QAE@ABV0@@Z @28081 NONAME ??0H245_RequestMultiplexEntryAck@@QAE@IW4TagClass@PASN_Object@@@Z @765 NONAME ??0H245_RequestMultiplexEntryReject@@QAE@ABV0@@Z @28082 NONAME ??0H245_RequestMultiplexEntryReject@@QAE@IW4TagClass@PASN_Object@@@Z @766 NONAME ??0H245_RequestMultiplexEntryRejectionDescriptions@@QAE@ABV0@@Z @28083 NONAME ??0H245_RequestMultiplexEntryRejectionDescriptions@@QAE@IW4TagClass@PASN_Object@@@Z @767 NONAME ??0H245_RequestMultiplexEntryRejectionDescriptions_cause@@QAE@ABV0@@Z @28084 NONAME ??0H245_RequestMultiplexEntryRejectionDescriptions_cause@@QAE@IW4TagClass@PASN_Object@@@Z @768 NONAME ??0H245_RequestMultiplexEntryRelease@@QAE@ABV0@@Z @28085 NONAME ??0H245_RequestMultiplexEntryRelease@@QAE@IW4TagClass@PASN_Object@@@Z @769 NONAME ??0H245_ResponseMessage@@QAE@ABV0@@Z @28086 NONAME ??0H245_ResponseMessage@@QAE@IW4TagClass@PASN_Object@@@Z @770 NONAME ??0H245_RoundTripDelayRequest@@QAE@ABV0@@Z @28087 NONAME ??0H245_RoundTripDelayRequest@@QAE@IW4TagClass@PASN_Object@@@Z @771 NONAME ??0H245_RoundTripDelayResponse@@QAE@ABV0@@Z @28088 NONAME ??0H245_RoundTripDelayResponse@@QAE@IW4TagClass@PASN_Object@@@Z @772 NONAME ??0H245_RSVPParameters@@QAE@ABV0@@Z @773 NONAME ??0H245_RSVPParameters@@QAE@IW4TagClass@PASN_Object@@@Z @774 NONAME ??0H245_RTPH263VideoRedundancyEncoding@@QAE@ABV0@@Z @28089 NONAME ??0H245_RTPH263VideoRedundancyEncoding@@QAE@IW4TagClass@PASN_Object@@@Z @775 NONAME ??0H245_RTPH263VideoRedundancyEncoding_containedThreads@@QAE@ABV0@@Z @28090 NONAME ??0H245_RTPH263VideoRedundancyEncoding_containedThreads@@QAE@IW4TagClass@PASN_Object@@@Z @776 NONAME ??0H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@QAE@ABV0@@Z @28091 NONAME ??0H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@QAE@IW4TagClass@PASN_Object@@@Z @777 NONAME ??0H245_RTPH263VideoRedundancyFrameMapping@@QAE@ABV0@@Z @28092 NONAME ??0H245_RTPH263VideoRedundancyFrameMapping@@QAE@IW4TagClass@PASN_Object@@@Z @778 NONAME ??0H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@QAE@ABV0@@Z @28093 NONAME ??0H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@QAE@IW4TagClass@PASN_Object@@@Z @779 NONAME ??0H245_RTPPayloadType@@QAE@ABV0@@Z @28094 NONAME ??0H245_RTPPayloadType@@QAE@IW4TagClass@PASN_Object@@@Z @780 NONAME ??0H245_RTPPayloadType_payloadDescriptor@@QAE@ABV0@@Z @28095 NONAME ??0H245_RTPPayloadType_payloadDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @781 NONAME ??0H245_SendTerminalCapabilitySet@@QAE@ABV0@@Z @28096 NONAME ??0H245_SendTerminalCapabilitySet@@QAE@IW4TagClass@PASN_Object@@@Z @782 NONAME ??0H245_SendTerminalCapabilitySet_specificRequest@@QAE@ABV0@@Z @28097 NONAME ??0H245_SendTerminalCapabilitySet_specificRequest@@QAE@IW4TagClass@PASN_Object@@@Z @783 NONAME ??0H245_SequenceNumber@@QAE@ABV0@@Z @28098 NONAME ??0H245_SequenceNumber@@QAE@IW4TagClass@PASN_Object@@@Z @784 NONAME ??0H245_SubstituteConferenceIDCommand@@QAE@ABV0@@Z @28099 NONAME ??0H245_SubstituteConferenceIDCommand@@QAE@IW4TagClass@PASN_Object@@@Z @785 NONAME ??0H245_T38FaxProfile@@QAE@ABV0@@Z @28100 NONAME ??0H245_T38FaxProfile@@QAE@IW4TagClass@PASN_Object@@@Z @16469 NONAME ??0H245_T38FaxRateManagement@@QAE@ABV0@@Z @28101 NONAME ??0H245_T38FaxRateManagement@@QAE@IW4TagClass@PASN_Object@@@Z @16470 NONAME ??0H245_T38FaxTcpOptions@@QAE@ABV0@@Z @16471 NONAME ??0H245_T38FaxTcpOptions@@QAE@IW4TagClass@PASN_Object@@@Z @16472 NONAME ??0H245_T38FaxUdpOptions@@QAE@ABV0@@Z @16473 NONAME ??0H245_T38FaxUdpOptions@@QAE@IW4TagClass@PASN_Object@@@Z @16474 NONAME ??0H245_T38FaxUdpOptions_t38FaxUdpEC@@QAE@ABV0@@Z @16475 NONAME ??0H245_T38FaxUdpOptions_t38FaxUdpEC@@QAE@IW4TagClass@PASN_Object@@@Z @16476 NONAME ??0H245_T84Profile@@QAE@ABV0@@Z @28102 NONAME ??0H245_T84Profile@@QAE@IW4TagClass@PASN_Object@@@Z @786 NONAME ??0H245_T84Profile_t84Restricted@@QAE@ABV0@@Z @28103 NONAME ??0H245_T84Profile_t84Restricted@@QAE@IW4TagClass@PASN_Object@@@Z @787 NONAME ??0H245_TerminalCapabilitySet@@QAE@ABV0@@Z @28104 NONAME ??0H245_TerminalCapabilitySet@@QAE@IW4TagClass@PASN_Object@@@Z @788 NONAME ??0H245_TerminalCapabilitySetAck@@QAE@ABV0@@Z @28105 NONAME ??0H245_TerminalCapabilitySetAck@@QAE@IW4TagClass@PASN_Object@@@Z @789 NONAME ??0H245_TerminalCapabilitySetReject@@QAE@ABV0@@Z @28106 NONAME ??0H245_TerminalCapabilitySetReject@@QAE@IW4TagClass@PASN_Object@@@Z @790 NONAME ??0H245_TerminalCapabilitySetReject_cause@@QAE@ABV0@@Z @28107 NONAME ??0H245_TerminalCapabilitySetReject_cause@@QAE@IW4TagClass@PASN_Object@@@Z @791 NONAME ??0H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@QAE@ABV0@@Z @28108 NONAME ??0H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@QAE@IW4TagClass@PASN_Object@@@Z @792 NONAME ??0H245_TerminalCapabilitySetRelease@@QAE@ABV0@@Z @28109 NONAME ??0H245_TerminalCapabilitySetRelease@@QAE@IW4TagClass@PASN_Object@@@Z @793 NONAME ??0H245_TerminalID@@QAE@ABV0@@Z @28110 NONAME ??0H245_TerminalID@@QAE@ABVPBYTEArray@@@Z @26004 NONAME ??0H245_TerminalID@@QAE@ABVPString@@@Z @26005 NONAME ??0H245_TerminalID@@QAE@IW4TagClass@PASN_Object@@@Z @794 NONAME ??0H245_TerminalID@@QAE@PBD@Z @26006 NONAME ??0H245_TerminalInformation@@QAE@ABV0@@Z @28111 NONAME ??0H245_TerminalInformation@@QAE@IW4TagClass@PASN_Object@@@Z @795 NONAME ??0H245_TerminalLabel@@QAE@ABV0@@Z @796 NONAME ??0H245_TerminalLabel@@QAE@IW4TagClass@PASN_Object@@@Z @797 NONAME ??0H245_TerminalNumber@@QAE@ABV0@@Z @798 NONAME ??0H245_TerminalNumber@@QAE@IW4TagClass@PASN_Object@@@Z @799 NONAME ??0H245_TerminalYouAreSeeingInSubPictureNumber@@QAE@ABV0@@Z @28112 NONAME ??0H245_TerminalYouAreSeeingInSubPictureNumber@@QAE@IW4TagClass@PASN_Object@@@Z @800 NONAME ??0H245_TransparencyParameters@@QAE@ABV0@@Z @801 NONAME ??0H245_TransparencyParameters@@QAE@IW4TagClass@PASN_Object@@@Z @802 NONAME ??0H245_TransportAddress@@QAE@ABV0@@Z @803 NONAME ??0H245_TransportAddress@@QAE@IW4TagClass@PASN_Object@@@Z @804 NONAME ??0H245_TransportCapability@@QAE@ABV0@@Z @805 NONAME ??0H245_TransportCapability@@QAE@IW4TagClass@PASN_Object@@@Z @806 NONAME ??0H245_UnicastAddress@@QAE@ABV0@@Z @28113 NONAME ??0H245_UnicastAddress@@QAE@IW4TagClass@PASN_Object@@@Z @807 NONAME ??0H245_UnicastAddress_iP6Address@@QAE@ABV0@@Z @28114 NONAME ??0H245_UnicastAddress_iP6Address@@QAE@IW4TagClass@PASN_Object@@@Z @808 NONAME ??0H245_UnicastAddress_iPAddress@@QAE@ABV0@@Z @28115 NONAME ??0H245_UnicastAddress_iPAddress@@QAE@IW4TagClass@PASN_Object@@@Z @809 NONAME ??0H245_UnicastAddress_iPSourceRouteAddress@@QAE@ABV0@@Z @28116 NONAME ??0H245_UnicastAddress_iPSourceRouteAddress@@QAE@IW4TagClass@PASN_Object@@@Z @810 NONAME ??0H245_UnicastAddress_iPSourceRouteAddress_route@@QAE@ABV0@@Z @28117 NONAME ??0H245_UnicastAddress_iPSourceRouteAddress_route@@QAE@IW4TagClass@PASN_Object@@@Z @811 NONAME ??0H245_UnicastAddress_iPSourceRouteAddress_routing@@QAE@ABV0@@Z @28118 NONAME ??0H245_UnicastAddress_iPSourceRouteAddress_routing@@QAE@IW4TagClass@PASN_Object@@@Z @812 NONAME ??0H245_UnicastAddress_iPXAddress@@QAE@ABV0@@Z @28119 NONAME ??0H245_UnicastAddress_iPXAddress@@QAE@IW4TagClass@PASN_Object@@@Z @813 NONAME ??0H245_UserInputCapability@@QAE@ABV0@@Z @28120 NONAME ??0H245_UserInputCapability@@QAE@IW4TagClass@PASN_Object@@@Z @814 NONAME ??0H245_UserInputIndication@@QAE@ABV0@@Z @28121 NONAME ??0H245_UserInputIndication@@QAE@IW4TagClass@PASN_Object@@@Z @815 NONAME ??0H245_UserInputIndication_encryptedAlphanumeric@@QAE@ABV0@@Z @45138 NONAME ??0H245_UserInputIndication_encryptedAlphanumeric@@QAE@IW4TagClass@PASN_Object@@@Z @45139 NONAME ??0H245_UserInputIndication_extendedAlphanumeric@@QAE@ABV0@@Z @28122 NONAME ??0H245_UserInputIndication_extendedAlphanumeric@@QAE@IW4TagClass@PASN_Object@@@Z @16477 NONAME ??0H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@QAE@ABV0@@Z @45140 NONAME ??0H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@QAE@IW4TagClass@PASN_Object@@@Z @45141 NONAME ??0H245_UserInputIndication_signal@@QAE@ABV0@@Z @28123 NONAME ??0H245_UserInputIndication_signal@@QAE@IW4TagClass@PASN_Object@@@Z @816 NONAME ??0H245_UserInputIndication_signalUpdate@@QAE@ABV0@@Z @28124 NONAME ??0H245_UserInputIndication_signalUpdate@@QAE@IW4TagClass@PASN_Object@@@Z @817 NONAME ??0H245_UserInputIndication_signalUpdate_rtp@@QAE@ABV0@@Z @28125 NONAME ??0H245_UserInputIndication_signalUpdate_rtp@@QAE@IW4TagClass@PASN_Object@@@Z @818 NONAME ??0H245_UserInputIndication_signal_rtp@@QAE@ABV0@@Z @28126 NONAME ??0H245_UserInputIndication_signal_rtp@@QAE@IW4TagClass@PASN_Object@@@Z @819 NONAME ??0H245_UserInputIndication_userInputSupportIndication@@QAE@ABV0@@Z @28127 NONAME ??0H245_UserInputIndication_userInputSupportIndication@@QAE@IW4TagClass@PASN_Object@@@Z @820 NONAME ??0H245_V42bis@@QAE@ABV0@@Z @28128 NONAME ??0H245_V42bis@@QAE@IW4TagClass@PASN_Object@@@Z @821 NONAME ??0H245_V75Capability@@QAE@ABV0@@Z @822 NONAME ??0H245_V75Capability@@QAE@IW4TagClass@PASN_Object@@@Z @823 NONAME ??0H245_V75Parameters@@QAE@ABV0@@Z @28129 NONAME ??0H245_V75Parameters@@QAE@IW4TagClass@PASN_Object@@@Z @824 NONAME ??0H245_V76Capability@@QAE@ABV0@@Z @28130 NONAME ??0H245_V76Capability@@QAE@IW4TagClass@PASN_Object@@@Z @825 NONAME ??0H245_V76HDLCParameters@@QAE@ABV0@@Z @28131 NONAME ??0H245_V76HDLCParameters@@QAE@IW4TagClass@PASN_Object@@@Z @826 NONAME ??0H245_V76LogicalChannelParameters@@QAE@ABV0@@Z @28132 NONAME ??0H245_V76LogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @827 NONAME ??0H245_V76LogicalChannelParameters_mode@@QAE@ABV0@@Z @28133 NONAME ??0H245_V76LogicalChannelParameters_mode@@QAE@IW4TagClass@PASN_Object@@@Z @828 NONAME ??0H245_V76LogicalChannelParameters_mode_eRM@@QAE@ABV0@@Z @28134 NONAME ??0H245_V76LogicalChannelParameters_mode_eRM@@QAE@IW4TagClass@PASN_Object@@@Z @829 NONAME ??0H245_V76LogicalChannelParameters_mode_eRM_recovery@@QAE@ABV0@@Z @28135 NONAME ??0H245_V76LogicalChannelParameters_mode_eRM_recovery@@QAE@IW4TagClass@PASN_Object@@@Z @830 NONAME ??0H245_V76LogicalChannelParameters_suspendResume@@QAE@ABV0@@Z @28136 NONAME ??0H245_V76LogicalChannelParameters_suspendResume@@QAE@IW4TagClass@PASN_Object@@@Z @831 NONAME ??0H245_V76ModeParameters@@QAE@ABV0@@Z @28137 NONAME ??0H245_V76ModeParameters@@QAE@IW4TagClass@PASN_Object@@@Z @832 NONAME ??0H245_VBDCapability@@QAE@ABV0@@Z @28138 NONAME ??0H245_VBDCapability@@QAE@IW4TagClass@PASN_Object@@@Z @26747 NONAME ??0H245_VBDMode@@QAE@ABV0@@Z @28139 NONAME ??0H245_VBDMode@@QAE@IW4TagClass@PASN_Object@@@Z @26748 NONAME ??0H245_VCCapability@@QAE@ABV0@@Z @28140 NONAME ??0H245_VCCapability@@QAE@IW4TagClass@PASN_Object@@@Z @833 NONAME ??0H245_VCCapability_aal1@@QAE@ABV0@@Z @28141 NONAME ??0H245_VCCapability_aal1@@QAE@IW4TagClass@PASN_Object@@@Z @834 NONAME ??0H245_VCCapability_aal1ViaGateway@@QAE@ABV0@@Z @16478 NONAME ??0H245_VCCapability_aal1ViaGateway@@QAE@IW4TagClass@PASN_Object@@@Z @16479 NONAME ??0H245_VCCapability_aal5@@QAE@ABV0@@Z @28142 NONAME ??0H245_VCCapability_aal5@@QAE@IW4TagClass@PASN_Object@@@Z @835 NONAME ??0H245_VCCapability_availableBitRates@@QAE@ABV0@@Z @28143 NONAME ??0H245_VCCapability_availableBitRates@@QAE@IW4TagClass@PASN_Object@@@Z @836 NONAME ??0H245_VCCapability_availableBitRates_type@@QAE@ABV0@@Z @837 NONAME ??0H245_VCCapability_availableBitRates_type@@QAE@IW4TagClass@PASN_Object@@@Z @838 NONAME ??0H245_VCCapability_availableBitRates_type_rangeOfBitRates@@QAE@ABV0@@Z @28144 NONAME ??0H245_VCCapability_availableBitRates_type_rangeOfBitRates@@QAE@IW4TagClass@PASN_Object@@@Z @839 NONAME ??0H245_VendorIdentification@@QAE@ABV0@@Z @28145 NONAME ??0H245_VendorIdentification@@QAE@IW4TagClass@PASN_Object@@@Z @840 NONAME ??0H245_VideoCapability@@QAE@ABV0@@Z @28146 NONAME ??0H245_VideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @841 NONAME ??0H245_VideoIndicateCompose@@QAE@ABV0@@Z @28147 NONAME ??0H245_VideoIndicateCompose@@QAE@IW4TagClass@PASN_Object@@@Z @842 NONAME ??0H245_VideoMode@@QAE@ABV0@@Z @28148 NONAME ??0H245_VideoMode@@QAE@IW4TagClass@PASN_Object@@@Z @843 NONAME ??0H248_ActionReply@@QAE@ABV0@@Z @28149 NONAME ??0H248_ActionReply@@QAE@IW4TagClass@PASN_Object@@@Z @21511 NONAME ??0H248_ActionRequest@@QAE@ABV0@@Z @28150 NONAME ??0H248_ActionRequest@@QAE@IW4TagClass@PASN_Object@@@Z @21512 NONAME ??0H248_AmmDescriptor@@QAE@ABV0@@Z @28151 NONAME ??0H248_AmmDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21513 NONAME ??0H248_AmmRequest@@QAE@ABV0@@Z @28152 NONAME ??0H248_AmmRequest@@QAE@IW4TagClass@PASN_Object@@@Z @21514 NONAME ??0H248_AmmsReply@@QAE@ABV0@@Z @28153 NONAME ??0H248_AmmsReply@@QAE@IW4TagClass@PASN_Object@@@Z @21515 NONAME ??0H248_ArrayOf_ActionReply@@QAE@ABV0@@Z @28154 NONAME ??0H248_ArrayOf_ActionReply@@QAE@IW4TagClass@PASN_Object@@@Z @21516 NONAME ??0H248_ArrayOf_ActionRequest@@QAE@ABV0@@Z @28155 NONAME ??0H248_ArrayOf_ActionRequest@@QAE@IW4TagClass@PASN_Object@@@Z @21517 NONAME ??0H248_ArrayOf_AmmDescriptor@@QAE@ABV0@@Z @28156 NONAME ??0H248_ArrayOf_AmmDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21518 NONAME ??0H248_ArrayOf_CommandReply@@QAE@ABV0@@Z @28157 NONAME ??0H248_ArrayOf_CommandReply@@QAE@IW4TagClass@PASN_Object@@@Z @21519 NONAME ??0H248_ArrayOf_CommandRequest@@QAE@ABV0@@Z @28158 NONAME ??0H248_ArrayOf_CommandRequest@@QAE@IW4TagClass@PASN_Object@@@Z @21520 NONAME ??0H248_ArrayOf_EventParameter@@QAE@ABV0@@Z @28159 NONAME ??0H248_ArrayOf_EventParameter@@QAE@IW4TagClass@PASN_Object@@@Z @21521 NONAME ??0H248_ArrayOf_IndAuditParameter@@QAE@ABV0@@Z @28160 NONAME ??0H248_ArrayOf_IndAuditParameter@@QAE@IW4TagClass@PASN_Object@@@Z @21522 NONAME ??0H248_ArrayOf_IndAudPropertyParm@@QAE@ABV0@@Z @21523 NONAME ??0H248_ArrayOf_IndAudPropertyParm@@QAE@IW4TagClass@PASN_Object@@@Z @21524 NONAME ??0H248_ArrayOf_IndAudStreamDescriptor@@QAE@ABV0@@Z @28161 NONAME ??0H248_ArrayOf_IndAudStreamDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21525 NONAME ??0H248_ArrayOf_ModemType@@QAE@ABV0@@Z @28162 NONAME ??0H248_ArrayOf_ModemType@@QAE@IW4TagClass@PASN_Object@@@Z @21526 NONAME ??0H248_ArrayOf_ObservedEvent@@QAE@ABV0@@Z @28163 NONAME ??0H248_ArrayOf_ObservedEvent@@QAE@IW4TagClass@PASN_Object@@@Z @21527 NONAME ??0H248_ArrayOf_PASN_OctetString@@QAE@ABV0@@Z @28164 NONAME ??0H248_ArrayOf_PASN_OctetString@@QAE@IW4TagClass@PASN_Object@@@Z @21528 NONAME ??0H248_ArrayOf_PropertyGroup@@QAE@ABV0@@Z @21529 NONAME ??0H248_ArrayOf_PropertyGroup@@QAE@IW4TagClass@PASN_Object@@@Z @21530 NONAME ??0H248_ArrayOf_PropertyParm@@QAE@ABV0@@Z @21531 NONAME ??0H248_ArrayOf_PropertyParm@@QAE@IW4TagClass@PASN_Object@@@Z @21532 NONAME ??0H248_ArrayOf_RequestedEvent@@QAE@ABV0@@Z @28165 NONAME ??0H248_ArrayOf_RequestedEvent@@QAE@IW4TagClass@PASN_Object@@@Z @21533 NONAME ??0H248_ArrayOf_SecondRequestedEvent@@QAE@ABV0@@Z @28166 NONAME ??0H248_ArrayOf_SecondRequestedEvent@@QAE@IW4TagClass@PASN_Object@@@Z @21534 NONAME ??0H248_ArrayOf_Signal@@QAE@ABV0@@Z @28167 NONAME ??0H248_ArrayOf_Signal@@QAE@IW4TagClass@PASN_Object@@@Z @21535 NONAME ??0H248_ArrayOf_SigParameter@@QAE@ABV0@@Z @28168 NONAME ??0H248_ArrayOf_SigParameter@@QAE@IW4TagClass@PASN_Object@@@Z @21536 NONAME ??0H248_ArrayOf_StreamDescriptor@@QAE@ABV0@@Z @28169 NONAME ??0H248_ArrayOf_StreamDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21537 NONAME ??0H248_ArrayOf_TerminationID@@QAE@ABV0@@Z @28170 NONAME ??0H248_ArrayOf_TerminationID@@QAE@IW4TagClass@PASN_Object@@@Z @21538 NONAME ??0H248_ArrayOf_TopologyRequest@@QAE@ABV0@@Z @21539 NONAME ??0H248_ArrayOf_TopologyRequest@@QAE@IW4TagClass@PASN_Object@@@Z @21540 NONAME ??0H248_ArrayOf_Transaction@@QAE@ABV0@@Z @28171 NONAME ??0H248_ArrayOf_Transaction@@QAE@IW4TagClass@PASN_Object@@@Z @21541 NONAME ??0H248_ArrayOf_WildcardField@@QAE@ABV0@@Z @28172 NONAME ??0H248_ArrayOf_WildcardField@@QAE@IW4TagClass@PASN_Object@@@Z @21542 NONAME ??0H248_AuditDescriptor@@QAE@ABV0@@Z @21543 NONAME ??0H248_AuditDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21544 NONAME ??0H248_AuditReply@@QAE@ABV0@@Z @28173 NONAME ??0H248_AuditReply@@QAE@IW4TagClass@PASN_Object@@@Z @21545 NONAME ??0H248_AuditRequest@@QAE@ABV0@@Z @28174 NONAME ??0H248_AuditRequest@@QAE@IW4TagClass@PASN_Object@@@Z @21546 NONAME ??0H248_AuditResult@@QAE@ABV0@@Z @28175 NONAME ??0H248_AuditResult@@QAE@IW4TagClass@PASN_Object@@@Z @21547 NONAME ??0H248_AuditReturnParameter@@QAE@ABV0@@Z @28176 NONAME ??0H248_AuditReturnParameter@@QAE@IW4TagClass@PASN_Object@@@Z @21548 NONAME ??0H248_AuthData@@QAE@ABV0@@Z @28177 NONAME ??0H248_AuthData@@QAE@ABVPBYTEArray@@@Z @25650 NONAME ??0H248_AuthData@@QAE@ABVPString@@@Z @25651 NONAME ??0H248_AuthData@@QAE@IW4TagClass@PASN_Object@@@Z @21549 NONAME ??0H248_AuthData@@QAE@PBD@Z @25652 NONAME ??0H248_AuthenticationHeader@@QAE@ABV0@@Z @28178 NONAME ??0H248_AuthenticationHeader@@QAE@IW4TagClass@PASN_Object@@@Z @21550 NONAME ??0H248_Command@@QAE@ABV0@@Z @28179 NONAME ??0H248_Command@@QAE@IW4TagClass@PASN_Object@@@Z @21551 NONAME ??0H248_CommandReply@@QAE@ABV0@@Z @28180 NONAME ??0H248_CommandReply@@QAE@IW4TagClass@PASN_Object@@@Z @21552 NONAME ??0H248_CommandRequest@@QAE@ABV0@@Z @28181 NONAME ??0H248_CommandRequest@@QAE@IW4TagClass@PASN_Object@@@Z @21553 NONAME ??0H248_ContextAttrAuditRequest@@QAE@ABV0@@Z @28182 NONAME ??0H248_ContextAttrAuditRequest@@QAE@IW4TagClass@PASN_Object@@@Z @21554 NONAME ??0H248_ContextID@@QAE@ABV0@@Z @28183 NONAME ??0H248_ContextID@@QAE@IW4TagClass@PASN_Object@@@Z @21555 NONAME ??0H248_ContextRequest@@QAE@ABV0@@Z @28184 NONAME ??0H248_ContextRequest@@QAE@IW4TagClass@PASN_Object@@@Z @21556 NONAME ??0H248_DigitMapDescriptor@@QAE@ABV0@@Z @28185 NONAME ??0H248_DigitMapDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21557 NONAME ??0H248_DigitMapName@@QAE@ABV0@@Z @28186 NONAME ??0H248_DigitMapName@@QAE@ABVPBYTEArray@@@Z @25653 NONAME ??0H248_DigitMapName@@QAE@ABVPString@@@Z @25654 NONAME ??0H248_DigitMapName@@QAE@IW4TagClass@PASN_Object@@@Z @21558 NONAME ??0H248_DigitMapName@@QAE@PBD@Z @25655 NONAME ??0H248_DigitMapValue@@QAE@ABV0@@Z @28187 NONAME ??0H248_DigitMapValue@@QAE@IW4TagClass@PASN_Object@@@Z @21559 NONAME ??0H248_DomainName@@QAE@ABV0@@Z @28188 NONAME ??0H248_DomainName@@QAE@IW4TagClass@PASN_Object@@@Z @21560 NONAME ??0H248_ErrorCode@@QAE@ABV0@@Z @28189 NONAME ??0H248_ErrorCode@@QAE@IW4TagClass@PASN_Object@@@Z @21561 NONAME ??0H248_ErrorDescriptor@@QAE@ABV0@@Z @28190 NONAME ??0H248_ErrorDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21562 NONAME ??0H248_ErrorText@@QAE@ABV0@@Z @28191 NONAME ??0H248_ErrorText@@QAE@IW4TagClass@PASN_Object@@@Z @21563 NONAME ??0H248_EventBufferControl@@QAE@ABV0@@Z @28192 NONAME ??0H248_EventBufferControl@@QAE@IW4TagClass@PASN_Object@@@Z @21564 NONAME ??0H248_EventBufferDescriptor@@QAE@ABV0@@Z @28193 NONAME ??0H248_EventBufferDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21565 NONAME ??0H248_EventDM@@QAE@ABV0@@Z @28194 NONAME ??0H248_EventDM@@QAE@IW4TagClass@PASN_Object@@@Z @21566 NONAME ??0H248_EventName@@QAE@ABV0@@Z @28195 NONAME ??0H248_EventName@@QAE@ABVPBYTEArray@@@Z @25656 NONAME ??0H248_EventName@@QAE@ABVPString@@@Z @25657 NONAME ??0H248_EventName@@QAE@IW4TagClass@PASN_Object@@@Z @21567 NONAME ??0H248_EventName@@QAE@PBD@Z @25658 NONAME ??0H248_EventParameter@@QAE@ABV0@@Z @28196 NONAME ??0H248_EventParameter@@QAE@IW4TagClass@PASN_Object@@@Z @21568 NONAME ??0H248_EventParameter_extraInfo@@QAE@ABV0@@Z @28197 NONAME ??0H248_EventParameter_extraInfo@@QAE@IW4TagClass@PASN_Object@@@Z @21569 NONAME ??0H248_EventsDescriptor@@QAE@ABV0@@Z @28198 NONAME ??0H248_EventsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21570 NONAME ??0H248_EventSpec@@QAE@ABV0@@Z @28199 NONAME ??0H248_EventSpec@@QAE@IW4TagClass@PASN_Object@@@Z @21571 NONAME ??0H248_H221NonStandard@@QAE@ABV0@@Z @28200 NONAME ??0H248_H221NonStandard@@QAE@IW4TagClass@PASN_Object@@@Z @21572 NONAME ??0H248_IndAudDigitMapDescriptor@@QAE@ABV0@@Z @28201 NONAME ??0H248_IndAudDigitMapDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21573 NONAME ??0H248_IndAudEventBufferDescriptor@@QAE@ABV0@@Z @28202 NONAME ??0H248_IndAudEventBufferDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21574 NONAME ??0H248_IndAudEventsDescriptor@@QAE@ABV0@@Z @28203 NONAME ??0H248_IndAudEventsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21575 NONAME ??0H248_IndAuditParameter@@QAE@ABV0@@Z @28204 NONAME ??0H248_IndAuditParameter@@QAE@IW4TagClass@PASN_Object@@@Z @21576 NONAME ??0H248_IndAudLocalControlDescriptor@@QAE@ABV0@@Z @28205 NONAME ??0H248_IndAudLocalControlDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21577 NONAME ??0H248_IndAudLocalRemoteDescriptor@@QAE@ABV0@@Z @21578 NONAME ??0H248_IndAudLocalRemoteDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21579 NONAME ??0H248_IndAudMediaDescriptor@@QAE@ABV0@@Z @28206 NONAME ??0H248_IndAudMediaDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21580 NONAME ??0H248_IndAudMediaDescriptor_streams@@QAE@ABV0@@Z @28207 NONAME ??0H248_IndAudMediaDescriptor_streams@@QAE@IW4TagClass@PASN_Object@@@Z @21581 NONAME ??0H248_IndAudPackagesDescriptor@@QAE@ABV0@@Z @28208 NONAME ??0H248_IndAudPackagesDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21582 NONAME ??0H248_IndAudPropertyGroup@@QAE@ABV0@@Z @21583 NONAME ??0H248_IndAudPropertyGroup@@QAE@IW4TagClass@PASN_Object@@@Z @21584 NONAME ??0H248_IndAudPropertyParm@@QAE@ABV0@@Z @28209 NONAME ??0H248_IndAudPropertyParm@@QAE@IW4TagClass@PASN_Object@@@Z @21585 NONAME ??0H248_IndAudSeqSigList@@QAE@ABV0@@Z @28210 NONAME ??0H248_IndAudSeqSigList@@QAE@IW4TagClass@PASN_Object@@@Z @21586 NONAME ??0H248_IndAudSignal@@QAE@ABV0@@Z @28211 NONAME ??0H248_IndAudSignal@@QAE@IW4TagClass@PASN_Object@@@Z @21587 NONAME ??0H248_IndAudSignalsDescriptor@@QAE@ABV0@@Z @28212 NONAME ??0H248_IndAudSignalsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21588 NONAME ??0H248_IndAudStatisticsDescriptor@@QAE@ABV0@@Z @28213 NONAME ??0H248_IndAudStatisticsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21589 NONAME ??0H248_IndAudStreamDescriptor@@QAE@ABV0@@Z @28214 NONAME ??0H248_IndAudStreamDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21590 NONAME ??0H248_IndAudStreamParms@@QAE@ABV0@@Z @28215 NONAME ??0H248_IndAudStreamParms@@QAE@IW4TagClass@PASN_Object@@@Z @21591 NONAME ??0H248_IndAudTerminationStateDescriptor@@QAE@ABV0@@Z @28216 NONAME ??0H248_IndAudTerminationStateDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21592 NONAME ??0H248_IP4Address@@QAE@ABV0@@Z @28217 NONAME ??0H248_IP4Address@@QAE@IW4TagClass@PASN_Object@@@Z @21593 NONAME ??0H248_IP6Address@@QAE@ABV0@@Z @28218 NONAME ??0H248_IP6Address@@QAE@IW4TagClass@PASN_Object@@@Z @21594 NONAME ??0H248_LocalControlDescriptor@@QAE@ABV0@@Z @28219 NONAME ??0H248_LocalControlDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21595 NONAME ??0H248_LocalRemoteDescriptor@@QAE@ABV0@@Z @21596 NONAME ??0H248_LocalRemoteDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21597 NONAME ??0H248_MediaDescriptor@@QAE@ABV0@@Z @28220 NONAME ??0H248_MediaDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21598 NONAME ??0H248_MediaDescriptor_streams@@QAE@ABV0@@Z @28221 NONAME ??0H248_MediaDescriptor_streams@@QAE@IW4TagClass@PASN_Object@@@Z @21599 NONAME ??0H248_MegacoMessage@@QAE@ABV0@@Z @28222 NONAME ??0H248_MegacoMessage@@QAE@IW4TagClass@PASN_Object@@@Z @21600 NONAME ??0H248_Message@@QAE@ABV0@@Z @28223 NONAME ??0H248_Message@@QAE@IW4TagClass@PASN_Object@@@Z @21601 NONAME ??0H248_Message_messageBody@@QAE@ABV0@@Z @28224 NONAME ??0H248_Message_messageBody@@QAE@IW4TagClass@PASN_Object@@@Z @21602 NONAME ??0H248_MId@@QAE@ABV0@@Z @21603 NONAME ??0H248_MId@@QAE@IW4TagClass@PASN_Object@@@Z @21604 NONAME ??0H248_ModemDescriptor@@QAE@ABV0@@Z @28225 NONAME ??0H248_ModemDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21605 NONAME ??0H248_ModemType@@QAE@ABV0@@Z @28226 NONAME ??0H248_ModemType@@QAE@IW4TagClass@PASN_Object@@@Z @21606 NONAME ??0H248_MuxDescriptor@@QAE@ABV0@@Z @28227 NONAME ??0H248_MuxDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21607 NONAME ??0H248_MuxType@@QAE@ABV0@@Z @28228 NONAME ??0H248_MuxType@@QAE@IW4TagClass@PASN_Object@@@Z @21608 NONAME ??0H248_Name@@QAE@ABV0@@Z @28229 NONAME ??0H248_Name@@QAE@ABVPBYTEArray@@@Z @25659 NONAME ??0H248_Name@@QAE@ABVPString@@@Z @25660 NONAME ??0H248_Name@@QAE@IW4TagClass@PASN_Object@@@Z @21609 NONAME ??0H248_Name@@QAE@PBD@Z @25661 NONAME ??0H248_NonStandardData@@QAE@ABV0@@Z @21610 NONAME ??0H248_NonStandardData@@QAE@IW4TagClass@PASN_Object@@@Z @21611 NONAME ??0H248_NonStandardIdentifier@@QAE@ABV0@@Z @28230 NONAME ??0H248_NonStandardIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @21612 NONAME ??0H248_NotifyCompletion@@QAE@ABV0@@Z @28231 NONAME ??0H248_NotifyCompletion@@QAE@IW4TagClass@PASN_Object@@@Z @21613 NONAME ??0H248_NotifyReply@@QAE@ABV0@@Z @28232 NONAME ??0H248_NotifyReply@@QAE@IW4TagClass@PASN_Object@@@Z @21614 NONAME ??0H248_NotifyRequest@@QAE@ABV0@@Z @28233 NONAME ??0H248_NotifyRequest@@QAE@IW4TagClass@PASN_Object@@@Z @21615 NONAME ??0H248_ObservedEvent@@QAE@ABV0@@Z @28234 NONAME ??0H248_ObservedEvent@@QAE@IW4TagClass@PASN_Object@@@Z @21616 NONAME ??0H248_ObservedEventsDescriptor@@QAE@ABV0@@Z @28235 NONAME ??0H248_ObservedEventsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21617 NONAME ??0H248_PackagesDescriptor@@QAE@ABV0@@Z @28236 NONAME ??0H248_PackagesDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21618 NONAME ??0H248_PackagesItem@@QAE@ABV0@@Z @28237 NONAME ??0H248_PackagesItem@@QAE@IW4TagClass@PASN_Object@@@Z @21619 NONAME ??0H248_PathName@@QAE@ABV0@@Z @28238 NONAME ??0H248_PathName@@QAE@IW4TagClass@PASN_Object@@@Z @21620 NONAME ??0H248_PkgdName@@QAE@ABV0@@Z @28239 NONAME ??0H248_PkgdName@@QAE@ABVPBYTEArray@@@Z @25662 NONAME ??0H248_PkgdName@@QAE@ABVPString@@@Z @25663 NONAME ??0H248_PkgdName@@QAE@IW4TagClass@PASN_Object@@@Z @21621 NONAME ??0H248_PkgdName@@QAE@PBD@Z @25664 NONAME ??0H248_PropertyGroup@@QAE@ABV0@@Z @28240 NONAME ??0H248_PropertyGroup@@QAE@IW4TagClass@PASN_Object@@@Z @21622 NONAME ??0H248_PropertyParm@@QAE@ABV0@@Z @28241 NONAME ??0H248_PropertyParm@@QAE@IW4TagClass@PASN_Object@@@Z @21623 NONAME ??0H248_PropertyParm_extraInfo@@QAE@ABV0@@Z @28242 NONAME ??0H248_PropertyParm_extraInfo@@QAE@IW4TagClass@PASN_Object@@@Z @21624 NONAME ??0H248_Relation@@QAE@ABV0@@Z @28243 NONAME ??0H248_Relation@@QAE@IW4TagClass@PASN_Object@@@Z @21625 NONAME ??0H248_RequestedActions@@QAE@ABV0@@Z @28244 NONAME ??0H248_RequestedActions@@QAE@IW4TagClass@PASN_Object@@@Z @21626 NONAME ??0H248_RequestedEvent@@QAE@ABV0@@Z @28245 NONAME ??0H248_RequestedEvent@@QAE@IW4TagClass@PASN_Object@@@Z @21627 NONAME ??0H248_RequestID@@QAE@ABV0@@Z @28246 NONAME ??0H248_RequestID@@QAE@IW4TagClass@PASN_Object@@@Z @21628 NONAME ??0H248_SecondEventsDescriptor@@QAE@ABV0@@Z @21629 NONAME ??0H248_SecondEventsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21630 NONAME ??0H248_SecondRequestedActions@@QAE@ABV0@@Z @28247 NONAME ??0H248_SecondRequestedActions@@QAE@IW4TagClass@PASN_Object@@@Z @21631 NONAME ??0H248_SecondRequestedEvent@@QAE@ABV0@@Z @28248 NONAME ??0H248_SecondRequestedEvent@@QAE@IW4TagClass@PASN_Object@@@Z @21632 NONAME ??0H248_SecurityParmIndex@@QAE@ABV0@@Z @28249 NONAME ??0H248_SecurityParmIndex@@QAE@ABVPBYTEArray@@@Z @25665 NONAME ??0H248_SecurityParmIndex@@QAE@ABVPString@@@Z @25666 NONAME ??0H248_SecurityParmIndex@@QAE@IW4TagClass@PASN_Object@@@Z @21633 NONAME ??0H248_SecurityParmIndex@@QAE@PBD@Z @25667 NONAME ??0H248_SeqSigList@@QAE@ABV0@@Z @28250 NONAME ??0H248_SeqSigList@@QAE@IW4TagClass@PASN_Object@@@Z @21634 NONAME ??0H248_SequenceNum@@QAE@ABV0@@Z @28251 NONAME ??0H248_SequenceNum@@QAE@ABVPBYTEArray@@@Z @25668 NONAME ??0H248_SequenceNum@@QAE@ABVPString@@@Z @25669 NONAME ??0H248_SequenceNum@@QAE@IW4TagClass@PASN_Object@@@Z @21635 NONAME ??0H248_SequenceNum@@QAE@PBD@Z @25670 NONAME ??0H248_ServiceChangeAddress@@QAE@ABV0@@Z @28252 NONAME ??0H248_ServiceChangeAddress@@QAE@IW4TagClass@PASN_Object@@@Z @21636 NONAME ??0H248_ServiceChangeMethod@@QAE@ABV0@@Z @28253 NONAME ??0H248_ServiceChangeMethod@@QAE@IW4TagClass@PASN_Object@@@Z @21637 NONAME ??0H248_ServiceChangeParm@@QAE@ABV0@@Z @28254 NONAME ??0H248_ServiceChangeParm@@QAE@IW4TagClass@PASN_Object@@@Z @21638 NONAME ??0H248_ServiceChangeProfile@@QAE@ABV0@@Z @28255 NONAME ??0H248_ServiceChangeProfile@@QAE@IW4TagClass@PASN_Object@@@Z @21639 NONAME ??0H248_ServiceChangeReply@@QAE@ABV0@@Z @28256 NONAME ??0H248_ServiceChangeReply@@QAE@IW4TagClass@PASN_Object@@@Z @21640 NONAME ??0H248_ServiceChangeRequest@@QAE@ABV0@@Z @28257 NONAME ??0H248_ServiceChangeRequest@@QAE@IW4TagClass@PASN_Object@@@Z @21641 NONAME ??0H248_ServiceChangeResParm@@QAE@ABV0@@Z @28258 NONAME ??0H248_ServiceChangeResParm@@QAE@IW4TagClass@PASN_Object@@@Z @21642 NONAME ??0H248_ServiceChangeResult@@QAE@ABV0@@Z @28259 NONAME ??0H248_ServiceChangeResult@@QAE@IW4TagClass@PASN_Object@@@Z @21643 NONAME ??0H248_ServiceState@@QAE@ABV0@@Z @28260 NONAME ??0H248_ServiceState@@QAE@IW4TagClass@PASN_Object@@@Z @21644 NONAME ??0H248_Signal@@QAE@ABV0@@Z @28261 NONAME ??0H248_Signal@@QAE@IW4TagClass@PASN_Object@@@Z @21645 NONAME ??0H248_SignalName@@QAE@ABV0@@Z @28262 NONAME ??0H248_SignalName@@QAE@ABVPBYTEArray@@@Z @25671 NONAME ??0H248_SignalName@@QAE@ABVPString@@@Z @25672 NONAME ??0H248_SignalName@@QAE@IW4TagClass@PASN_Object@@@Z @21646 NONAME ??0H248_SignalName@@QAE@PBD@Z @25673 NONAME ??0H248_SignalRequest@@QAE@ABV0@@Z @28263 NONAME ??0H248_SignalRequest@@QAE@IW4TagClass@PASN_Object@@@Z @21647 NONAME ??0H248_SignalsDescriptor@@QAE@ABV0@@Z @21648 NONAME ??0H248_SignalsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21649 NONAME ??0H248_SignalType@@QAE@ABV0@@Z @28264 NONAME ??0H248_SignalType@@QAE@IW4TagClass@PASN_Object@@@Z @21650 NONAME ??0H248_SigParameter@@QAE@ABV0@@Z @28265 NONAME ??0H248_SigParameter@@QAE@IW4TagClass@PASN_Object@@@Z @21651 NONAME ??0H248_SigParameter_extraInfo@@QAE@ABV0@@Z @28266 NONAME ??0H248_SigParameter_extraInfo@@QAE@IW4TagClass@PASN_Object@@@Z @21652 NONAME ??0H248_StatisticsDescriptor@@QAE@ABV0@@Z @28267 NONAME ??0H248_StatisticsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21653 NONAME ??0H248_StatisticsParameter@@QAE@ABV0@@Z @28268 NONAME ??0H248_StatisticsParameter@@QAE@IW4TagClass@PASN_Object@@@Z @21654 NONAME ??0H248_StreamDescriptor@@QAE@ABV0@@Z @28269 NONAME ??0H248_StreamDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21655 NONAME ??0H248_StreamID@@QAE@ABV0@@Z @28270 NONAME ??0H248_StreamID@@QAE@IW4TagClass@PASN_Object@@@Z @21656 NONAME ??0H248_StreamMode@@QAE@ABV0@@Z @28271 NONAME ??0H248_StreamMode@@QAE@IW4TagClass@PASN_Object@@@Z @21657 NONAME ??0H248_StreamParms@@QAE@ABV0@@Z @28272 NONAME ??0H248_StreamParms@@QAE@IW4TagClass@PASN_Object@@@Z @21658 NONAME ??0H248_SubtractRequest@@QAE@ABV0@@Z @28273 NONAME ??0H248_SubtractRequest@@QAE@IW4TagClass@PASN_Object@@@Z @21659 NONAME ??0H248_TerminationAudit@@QAE@ABV0@@Z @28274 NONAME ??0H248_TerminationAudit@@QAE@IW4TagClass@PASN_Object@@@Z @21660 NONAME ??0H248_TerminationID@@QAE@ABV0@@Z @28275 NONAME ??0H248_TerminationID@@QAE@IW4TagClass@PASN_Object@@@Z @21661 NONAME ??0H248_TerminationIDList@@QAE@ABV0@@Z @28276 NONAME ??0H248_TerminationIDList@@QAE@IW4TagClass@PASN_Object@@@Z @21662 NONAME ??0H248_TerminationStateDescriptor@@QAE@ABV0@@Z @28277 NONAME ??0H248_TerminationStateDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @21663 NONAME ??0H248_TimeNotation@@QAE@ABV0@@Z @21664 NONAME ??0H248_TimeNotation@@QAE@IW4TagClass@PASN_Object@@@Z @21665 NONAME ??0H248_TopologyRequest@@QAE@ABV0@@Z @28278 NONAME ??0H248_TopologyRequest@@QAE@IW4TagClass@PASN_Object@@@Z @21666 NONAME ??0H248_TopologyRequest_topologyDirection@@QAE@ABV0@@Z @28279 NONAME ??0H248_TopologyRequest_topologyDirection@@QAE@IW4TagClass@PASN_Object@@@Z @21667 NONAME ??0H248_Transaction@@QAE@ABV0@@Z @28280 NONAME ??0H248_Transaction@@QAE@IW4TagClass@PASN_Object@@@Z @21668 NONAME ??0H248_TransactionAck@@QAE@ABV0@@Z @28281 NONAME ??0H248_TransactionAck@@QAE@IW4TagClass@PASN_Object@@@Z @21669 NONAME ??0H248_TransactionId@@QAE@ABV0@@Z @28282 NONAME ??0H248_TransactionId@@QAE@IW4TagClass@PASN_Object@@@Z @21670 NONAME ??0H248_TransactionPending@@QAE@ABV0@@Z @28283 NONAME ??0H248_TransactionPending@@QAE@IW4TagClass@PASN_Object@@@Z @21671 NONAME ??0H248_TransactionReply@@QAE@ABV0@@Z @28284 NONAME ??0H248_TransactionReply@@QAE@IW4TagClass@PASN_Object@@@Z @21672 NONAME ??0H248_TransactionReply_transactionResult@@QAE@ABV0@@Z @28285 NONAME ??0H248_TransactionReply_transactionResult@@QAE@IW4TagClass@PASN_Object@@@Z @21673 NONAME ??0H248_TransactionRequest@@QAE@ABV0@@Z @28286 NONAME ??0H248_TransactionRequest@@QAE@IW4TagClass@PASN_Object@@@Z @21674 NONAME ??0H248_TransactionResponseAck@@QAE@ABV0@@Z @28287 NONAME ??0H248_TransactionResponseAck@@QAE@IW4TagClass@PASN_Object@@@Z @21675 NONAME ??0H248_Value@@QAE@ABV0@@Z @28288 NONAME ??0H248_Value@@QAE@IW4TagClass@PASN_Object@@@Z @21676 NONAME ??0H248_WildcardField@@QAE@ABV0@@Z @28289 NONAME ??0H248_WildcardField@@QAE@ABVPBYTEArray@@@Z @25674 NONAME ??0H248_WildcardField@@QAE@ABVPString@@@Z @25675 NONAME ??0H248_WildcardField@@QAE@IW4TagClass@PASN_Object@@@Z @21677 NONAME ??0H248_WildcardField@@QAE@PBD@Z @25676 NONAME ??0H261DCTEncoder@@QAE@PAVTransmitter@@@Z @844 NONAME ??0H261Encoder@@IAE@PAVTransmitter@@@Z @845 NONAME ??0H261PixelEncoder@@QAE@PAVTransmitter@@@Z @846 NONAME ??0H263Packet@@QAE@XZ @45878 NONAME ??0H263PacketList@@IAE@HPBV0@@Z @45879 NONAME ??0H263PacketList@@QAE@XZ @45880 NONAME ??0H323AudioCapability@@QAE@ABV0@@Z @28292 NONAME ??0H323AudioCapability@@QAE@II@Z @847 NONAME ??0H323AudioCodec@@QAE@PBDW4Direction@H323Codec@@@Z @12906 NONAME ??0H323BidirectionalChannel@@QAE@AAVH323Connection@@ABVH323Capability@@@Z @849 NONAME ??0H323CallCreditServiceControl@@QAE@ABVH225_ServiceControlDescriptor@@@Z @21678 NONAME ??0H323CallCreditServiceControl@@QAE@ABVPString@@HI@Z @21679 NONAME ??0H323Capabilities@@QAE@ABV0@@Z @12507 NONAME ??0H323Capabilities@@QAE@ABVH323Connection@@ABVH245_TerminalCapabilitySet@@@Z @12633 NONAME ??0H323Capabilities@@QAE@XZ @12509 NONAME ??0H323CapabilitiesSet@@QAE@XZ @20313 NONAME ??0H323Capability@@QAE@ABV0@@Z @28293 NONAME ??0H323Capability@@QAE@XZ @850 NONAME ??0H323Channel@@QAE@AAVH323Connection@@ABVH323Capability@@@Z @851 NONAME ??0H323ChannelNumber@@QAE@ABV0@@Z @28295 NONAME ??0H323ChannelNumber@@QAE@IH@Z @852 NONAME ??0H323ChannelNumber@@QAE@XZ @28296 NONAME ??0H323Codec@@QAE@PBDW4Direction@0@@Z @12907 NONAME ??0H323CodecPluginGenericAudioCapability@@QAE@ABV0@@Z @45364 NONAME ??0H323CodecPluginGenericAudioCapability@@QAE@PBUPluginCodec_Definition@@0PBUPluginCodec_H323GenericCodecData@@@Z @45365 NONAME ??0H323CodecPluginNonStandardAudioCapability@@QAE@ABV0@@Z @42778 NONAME ??0H323CodecPluginNonStandardAudioCapability@@QAE@PAUPluginCodec_Definition@@0P6A?AW4Comparison@PObject@@PAUPluginCodec_H323NonStandardCodecData@@@ZPBEI@Z @44447 NONAME ??0H323CodecPluginNonStandardAudioCapability@@QAE@PAUPluginCodec_Definition@@0PBEI@Z @43312 NONAME ??0H323Connection@@QAE@AAVH323EndPoint@@II@Z @20165 NONAME ??0H323ConnectionsCleaner@@QAE@AAVH323EndPoint@@@Z @855 NONAME ??0H323ControlPDU@@QAE@XZ @28302 NONAME ??0H323DataCapability@@QAE@ABV0@@Z @28303 NONAME ??0H323DataCapability@@QAE@I@Z @20503 NONAME ??0H323DataChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@I@Z @20504 NONAME ??0H323DynaLink@@QAE@PBD0@Z @42744 NONAME ??0H323EndPoint@@QAE@XZ @856 NONAME ??0H323FramedAudioCodec@@QAE@PBDW4Direction@H323Codec@@@Z @12908 NONAME ??0H323Gatekeeper@@QAE@AAVH323EndPoint@@PAVH323Transport@@@Z @858 NONAME ??0H323GatekeeperARQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @21150 NONAME ??0H323GatekeeperBRQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @21151 NONAME ??0H323GatekeeperCall@@QAE@AAVH323GatekeeperServer@@ABVOpalGloballyUniqueID@@W4Direction@0@@Z @20400 NONAME ??0H323GatekeeperDRQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @21152 NONAME ??0H323GatekeeperGRQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @21153 NONAME ??0H323GatekeeperIRR@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @21154 NONAME ??0H323GatekeeperListener@@QAE@AAVH323EndPoint@@AAVH323GatekeeperServer@@ABVPString@@PAVH323Transport@@@Z @19023 NONAME ??0H323GatekeeperLRQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @21155 NONAME ??0H323GatekeeperRequest@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @21156 NONAME ??0H323GatekeeperRRQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @21157 NONAME ??0H323GatekeeperServer@@QAE@AAVH323EndPoint@@@Z @19024 NONAME ??0H323GatekeeperURQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @21158 NONAME ??0H323GenericAudioCapability@@QAE@ABV0@@Z @45366 NONAME ??0H323GenericAudioCapability@@QAE@IIABVPString@@H@Z @45367 NONAME ??0H323GenericCapabilityInfo@@QAE@ABV0@@Z @45368 NONAME ??0H323GenericCapabilityInfo@@QAE@ABVPString@@H@Z @45369 NONAME ??0H323GenericVideoCapability@@QAE@ABVPString@@H@Z @45370 NONAME ??0H323GSMPluginCapability@@QAE@ABV0@@Z @42779 NONAME ??0H323GSMPluginCapability@@QAE@PAUPluginCodec_Definition@@0HHH@Z @28304 NONAME ??0H323H248ServiceControl@@QAE@ABVH225_ServiceControlDescriptor@@@Z @21680 NONAME ??0H323H248ServiceControl@@QAE@XZ @21681 NONAME ??0H323HTTPServiceControl@@QAE@ABVH225_ServiceControlDescriptor@@@Z @21682 NONAME ??0H323HTTPServiceControl@@QAE@ABVPString@@@Z @21683 NONAME ??0H323Listener@@QAE@AAVH323EndPoint@@@Z @861 NONAME ??0H323ListenerTCP@@QAE@AAVH323EndPoint@@VAddress@PIPSocket@@GH@Z @18755 NONAME ??0H323LogicalChannelThread@@QAE@AAVH323EndPoint@@AAVH323Channel@@H@Z @863 NONAME ??0H323NonStandardAudioCapability@@QAE@ABV0@@Z @28306 NONAME ??0H323NonStandardAudioCapability@@QAE@IIAAVH323EndPoint@@P6A?AW4Comparison@PObject@@PAUPluginCodec_H323NonStandardCodecData@@@ZPBEH@Z @44448 NONAME ??0H323NonStandardAudioCapability@@QAE@IIAAVH323EndPoint@@PBEHHH@Z @43602 NONAME ??0H323NonStandardAudioCapability@@QAE@IIABVPString@@PBEHHH@Z @12884 NONAME ??0H323NonStandardAudioCapability@@QAE@IIEEGPBEHHH@Z @12885 NONAME ??0H323NonStandardAudioCapability@@QAE@IIP6A?AW4Comparison@PObject@@PAUPluginCodec_H323NonStandardCodecData@@@ZPBEH@Z @44449 NONAME ??0H323NonStandardAudioCapability@@QAE@IIPBEHHH@Z @43314 NONAME ??0H323NonStandardCapabilityInfo@@QAE@ABV0@@Z @28309 NONAME ??0H323NonStandardCapabilityInfo@@QAE@ABVPString@@PBEHHH@Z @12680 NONAME ??0H323NonStandardCapabilityInfo@@QAE@EEGPBEHHH@Z @12681 NONAME ??0H323NonStandardCapabilityInfo@@QAE@P6A?AW4Comparison@PObject@@PAUPluginCodec_H323NonStandardCodecData@@@ZPBEH@Z @44450 NONAME ??0H323NonStandardCapabilityInfo@@QAE@PBEHHH@Z @43316 NONAME ??0H323NonStandardDataCapability@@QAE@ABV0@@Z @28310 NONAME ??0H323NonStandardDataCapability@@QAE@IABVPString@@PBEHHH@Z @20506 NONAME ??0H323NonStandardDataCapability@@QAE@IEEGPBEHHH@Z @20507 NONAME ??0H323NonStandardDataCapability@@QAE@IPBEHHH@Z @43317 NONAME ??0H323NonStandardVideoCapability@@QAE@AAVH323EndPoint@@PBEHHH@Z @43603 NONAME ??0H323NonStandardVideoCapability@@QAE@ABVPString@@PBEHHH@Z @12890 NONAME ??0H323NonStandardVideoCapability@@QAE@EEGPBEHHH@Z @12891 NONAME ??0H323NonStandardVideoCapability@@QAE@PBEHHH@Z @43318 NONAME ??0H323PeerElement@@QAE@AAVH323EndPoint@@ABVH323TransportAddress@@@Z @25447 NONAME ??0H323PeerElement@@QAE@AAVH323EndPoint@@PAVH323Transport@@@Z @23938 NONAME ??0H323PeerElementDescriptor@@QAE@ABVOpalGloballyUniqueID@@@Z @28312 NONAME ??0H323PeerElementServiceRelationship@@QAE@ABVOpalGloballyUniqueID@@@Z @28313 NONAME ??0H323PeerElementServiceRelationship@@QAE@XZ @28314 NONAME ??0H323PluginCapability@@QAE@ABV0@@Z @42781 NONAME ??0H323PluginCapability@@QAE@ABVPString@@0III@Z @45505 NONAME ??0H323PluginCapability@@QAE@PAUPluginCodec_Definition@@0I@Z @28316 NONAME ??0H323PluginCapabilityInfo@@QAE@ABV0@@Z @42817 NONAME ??0H323PluginCapabilityInfo@@QAE@ABVPString@@0@Z @45506 NONAME ??0H323PluginCapabilityInfo@@QAE@PAUPluginCodec_Definition@@0@Z @28317 NONAME ??0H323PluginCodecManager@@QAE@PAVPPluginManager@@@Z @42720 NONAME ??0H323PluginFramedAudioCodec@@QAE@ABVPString@@W4Direction@H323Codec@@PAUPluginCodec_Definition@@@Z @42783 NONAME ??0H323PluginG7231Capability@@QAE@ABV0@@Z @42782 NONAME ??0H323PluginG7231Capability@@QAE@PAUPluginCodec_Definition@@0H@Z @28318 NONAME ??0H323PluginVideoCodec@@QAE@ABVPString@@W4Direction@H323Codec@@PAUPluginCodec_Definition@@@Z @28319 NONAME ??0H323RasPDU@@QAE@ABV0@@Z @28320 NONAME ??0H323RasPDU@@QAE@ABVH235Authenticators@@@Z @21159 NONAME ??0H323RasPDU@@QAE@XZ @21084 NONAME ??0H323RealTimeCapability@@QAE@ABV0@@Z @26579 NONAME ??0H323RealTimeCapability@@QAE@XZ @26580 NONAME ??0H323RegisteredEndPoint@@QAE@AAVH323GatekeeperServer@@ABVPString@@@Z @20170 NONAME ??0H323ServiceControlSession@@QAE@XZ @21684 NONAME ??0H323SignalPDU@@QAE@XZ @876 NONAME ??0H323SimultaneousCapabilities@@QAE@XZ @28321 NONAME ??0H323StreamedAudioCodec@@QAE@PBDW4Direction@H323Codec@@II@Z @12909 NONAME ??0H323StreamedPluginAudioCodec@@QAE@ABVPString@@W4Direction@H323Codec@@IIPAUPluginCodec_Definition@@@Z @42784 NONAME ??0H323Transaction@@QAE@AAVH323Transactor@@ABVH323TransactionPDU@@PAV2@2@Z @26168 NONAME ??0H323TransactionPDU@@QAE@ABV0@@Z @28322 NONAME ??0H323TransactionPDU@@QAE@ABVH235Authenticators@@@Z @25424 NONAME ??0H323TransactionPDU@@QAE@XZ @25425 NONAME ??0H323TransactionServer@@QAE@AAVH323EndPoint@@@Z @23941 NONAME ??0H323Transactor@@QAE@AAVH323EndPoint@@ABVH323TransportAddress@@GG@Z @25917 NONAME ??0H323Transactor@@QAE@AAVH323EndPoint@@PAVH323Transport@@GG@Z @25918 NONAME ??0H323Transport@@QAE@AAVH323EndPoint@@@Z @878 NONAME ??0H323TransportAddress@@QAE@ABV0@@Z @28323 NONAME ??0H323TransportAddress@@QAE@ABVAddress@PIPSocket@@G@Z @879 NONAME ??0H323TransportAddress@@QAE@ABVH225_TransportAddress@@@Z @880 NONAME ??0H323TransportAddress@@QAE@ABVH245_TransportAddress@@@Z @881 NONAME ??0H323TransportAddress@@QAE@ABVPString@@@Z @882 NONAME ??0H323TransportAddress@@QAE@PBD@Z @883 NONAME ??0H323TransportAddress@@QAE@XZ @25816 NONAME ??0H323TransportAddressArray@@IAE@HPBV0@@Z @28324 NONAME ??0H323TransportAddressArray@@QAE@ABV0@@Z @28325 NONAME ??0H323TransportAddressArray@@QAE@ABVH225_ArrayOf_TransportAddress@@@Z @23928 NONAME ??0H323TransportAddressArray@@QAE@ABVH323TransportAddress@@@Z @28326 NONAME ??0H323TransportAddressArray@@QAE@H@Z @28327 NONAME ??0H323TransportIP@@QAE@AAVH323EndPoint@@VAddress@PIPSocket@@G@Z @12773 NONAME ??0H323TransportTCP@@QAE@AAVH323EndPoint@@VAddress@PIPSocket@@H@Z @12774 NONAME ??0H323TransportUDP@@QAE@AAVH323EndPoint@@VAddress@PIPSocket@@GG@Z @25919 NONAME ??0H323UnidirectionalChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@@Z @887 NONAME ??0H323VideoCapability@@QAE@ABV0@@Z @28328 NONAME ??0H323VideoCapability@@QAE@XZ @28329 NONAME ??0H323VideoCodec@@QAE@PBDW4Direction@H323Codec@@@Z @12910 NONAME ??0H323_ALawCodec@@QAE@W4Direction@H323Codec@@HI@Z @893 NONAME ??0H323_AnnexG@@QAE@AAVH323EndPoint@@ABVH323TransportAddress@@@Z @25450 NONAME ??0H323_AnnexG@@QAE@AAVH323EndPoint@@PAVH323Transport@@@Z @23943 NONAME ??0H323_CiscoG7231aLIDCapability@@QAE@ABV0@@Z @28330 NONAME ??0H323_CiscoG7231aLIDCapability@@QAE@XZ @21003 NONAME ??0H323_ExternalRTPChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@I@Z @20236 NONAME ??0H323_ExternalRTPChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@IABVAddress@PIPSocket@@G@Z @19903 NONAME ??0H323_ExternalRTPChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@IABVH323TransportAddress@@3@Z @20237 NONAME ??0H323_G711ALaw64Capability@@QAE@XZ @43319 NONAME ??0H323_G711Capability@@QAE@ABV0@@Z @28332 NONAME ??0H323_G711Capability@@QAE@W4Mode@0@W4Speed@0@@Z @894 NONAME ??0H323_G711uLaw64Capability@@QAE@XZ @43320 NONAME ??0H323_H261Capability@@QAE@ABV0@@Z @28337 NONAME ??0H323_H261Capability@@QAE@IIHHI@Z @897 NONAME ??0H323_H261Codec@@QAE@W4Direction@H323Codec@@H@Z @12649 NONAME ??0H323_LIDCapability@@QAE@ABV0@@Z @28339 NONAME ??0H323_LIDCapability@@QAE@ABVOpalMediaFormat@@@Z @12912 NONAME ??0H323_LIDCodec@@QAE@PBDW4Direction@H323Codec@@IH@Z @12913 NONAME ??0H323_LID_G711_ALaw_Capability@@QAE@XZ @43321 NONAME ??0H323_LID_G711_uLaw_Capability@@QAE@XZ @43322 NONAME ??0H323_LID_G7231A_5k3_Capability@@QAE@XZ @43323 NONAME ??0H323_LID_G7231A_6k3_Capability@@QAE@XZ @43324 NONAME ??0H323_LID_G7231_5k3_Capability@@QAE@XZ @43325 NONAME ??0H323_LID_G7231_6k3_Capability@@QAE@XZ @43326 NONAME ??0H323_LID_G728_Capability@@QAE@XZ @43327 NONAME ??0H323_LID_G729AB_Capability@@QAE@XZ @43328 NONAME ??0H323_LID_G729A_Capability@@QAE@XZ @43329 NONAME ??0H323_LID_G729B_Capability@@QAE@XZ @43330 NONAME ??0H323_LID_G729_Capability@@QAE@XZ @43331 NONAME ??0H323_LID_GSM0610_Capability@@QAE@XZ @43332 NONAME ??0H323_muLawCodec@@QAE@W4Direction@H323Codec@@HI@Z @901 NONAME ??0H323_RealTimeChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@@Z @19904 NONAME ??0H323_RFC2190_H263Capability@@QAE@ABV0@@Z @45881 NONAME ??0H323_RFC2190_H263Capability@@QAE@IIIIIIHHHHHIIIIIIIH@Z @45882 NONAME ??0H323_RFC2190_H263Codec@@QAE@W4Direction@H323Codec@@HHHHHIHHHH@Z @45883 NONAME ??0H323_RTPChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@AAVRTP_Session@@@Z @902 NONAME ??0H323_RTP_Session@@IAE@ABVH323Connection@@@Z @903 NONAME ??0H323_RTP_UDP@@QAE@ABVH323Connection@@AAVRTP_UDP@@PAVRTP_QOS@@@Z @26583 NONAME ??0H323_T120Capability@@QAE@ABV0@@Z @28341 NONAME ??0H323_T120Capability@@QAE@XZ @20194 NONAME ??0H323_T120Channel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@I@Z @20508 NONAME ??0H323_T38Capability@@QAE@ABV0@@Z @28342 NONAME ??0H323_T38Capability@@QAE@W4TransportMode@0@@Z @19026 NONAME ??0H323_T38Channel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@IW4TransportMode@H323_T38Capability@@@Z @20509 NONAME ??0H323_T38NonStandardCapability@@QAE@ABV0@@Z @28343 NONAME ??0H323_T38NonStandardCapability@@QAE@EEG@Z @20523 NONAME ??0H323_UserInputCapability@@QAE@ABV0@@Z @28344 NONAME ??0H323_UserInputCapability@@QAE@W4SubTypes@0@@Z @20094 NONAME ??0H45010_ArrayOf_MixedExtension@@QAE@ABV0@@Z @28345 NONAME ??0H45010_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @15212 NONAME ??0H45010_CfbOvrOptArg@@QAE@ABV0@@Z @28346 NONAME ??0H45010_CfbOvrOptArg@@QAE@IW4TagClass@PASN_Object@@@Z @15213 NONAME ??0H45010_CoReqOptArg@@QAE@ABV0@@Z @28347 NONAME ??0H45010_CoReqOptArg@@QAE@IW4TagClass@PASN_Object@@@Z @15214 NONAME ??0H45010_H323CallOfferOperations@@QAE@ABV0@@Z @28348 NONAME ??0H45010_H323CallOfferOperations@@QAE@IW4TagClass@PASN_Object@@@Z @15215 NONAME ??0H45010_RUAlertOptArg@@QAE@ABV0@@Z @28349 NONAME ??0H45010_RUAlertOptArg@@QAE@IW4TagClass@PASN_Object@@@Z @15216 NONAME ??0H45011Handler@@QAE@AAVH323Connection@@AAVH450xDispatcher@@@Z @20649 NONAME ??0H45011_ArrayOf_MixedExtension@@QAE@ABV0@@Z @28350 NONAME ??0H45011_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @15217 NONAME ??0H45011_CallIntrusionErrors@@QAE@ABV0@@Z @28351 NONAME ??0H45011_CallIntrusionErrors@@QAE@IW4TagClass@PASN_Object@@@Z @15218 NONAME ??0H45011_CICapabilityLevel@@QAE@ABV0@@Z @28352 NONAME ??0H45011_CICapabilityLevel@@QAE@IW4TagClass@PASN_Object@@@Z @15219 NONAME ??0H45011_CIFrcRelArg@@QAE@ABV0@@Z @28353 NONAME ??0H45011_CIFrcRelArg@@QAE@IW4TagClass@PASN_Object@@@Z @15220 NONAME ??0H45011_CIFrcRelOptRes@@QAE@ABV0@@Z @28354 NONAME ??0H45011_CIFrcRelOptRes@@QAE@IW4TagClass@PASN_Object@@@Z @15221 NONAME ??0H45011_CIGetCIPLOptArg@@QAE@ABV0@@Z @28355 NONAME ??0H45011_CIGetCIPLOptArg@@QAE@IW4TagClass@PASN_Object@@@Z @15222 NONAME ??0H45011_CIGetCIPLRes@@QAE@ABV0@@Z @28356 NONAME ??0H45011_CIGetCIPLRes@@QAE@IW4TagClass@PASN_Object@@@Z @15223 NONAME ??0H45011_CIIsOptArg@@QAE@ABV0@@Z @28357 NONAME ??0H45011_CIIsOptArg@@QAE@IW4TagClass@PASN_Object@@@Z @15224 NONAME ??0H45011_CIIsOptRes@@QAE@ABV0@@Z @28358 NONAME ??0H45011_CIIsOptRes@@QAE@IW4TagClass@PASN_Object@@@Z @15225 NONAME ??0H45011_CINotificationArg@@QAE@ABV0@@Z @28359 NONAME ??0H45011_CINotificationArg@@QAE@IW4TagClass@PASN_Object@@@Z @15226 NONAME ??0H45011_CIProtectionLevel@@QAE@ABV0@@Z @28360 NONAME ??0H45011_CIProtectionLevel@@QAE@IW4TagClass@PASN_Object@@@Z @15227 NONAME ??0H45011_CIRequestArg@@QAE@ABV0@@Z @28361 NONAME ??0H45011_CIRequestArg@@QAE@IW4TagClass@PASN_Object@@@Z @15228 NONAME ??0H45011_CIRequestRes@@QAE@ABV0@@Z @28362 NONAME ??0H45011_CIRequestRes@@QAE@IW4TagClass@PASN_Object@@@Z @15229 NONAME ??0H45011_CISilentArg@@QAE@ABV0@@Z @28363 NONAME ??0H45011_CISilentArg@@QAE@IW4TagClass@PASN_Object@@@Z @15230 NONAME ??0H45011_CISilentOptRes@@QAE@ABV0@@Z @28364 NONAME ??0H45011_CISilentOptRes@@QAE@IW4TagClass@PASN_Object@@@Z @15231 NONAME ??0H45011_CIStatusInformation@@QAE@ABV0@@Z @28365 NONAME ??0H45011_CIStatusInformation@@QAE@IW4TagClass@PASN_Object@@@Z @15232 NONAME ??0H45011_CIWobOptArg@@QAE@ABV0@@Z @28366 NONAME ??0H45011_CIWobOptArg@@QAE@IW4TagClass@PASN_Object@@@Z @15233 NONAME ??0H45011_CIWobOptRes@@QAE@ABV0@@Z @28367 NONAME ??0H45011_CIWobOptRes@@QAE@IW4TagClass@PASN_Object@@@Z @15234 NONAME ??0H45011_H323CallIntrusionOperations@@QAE@ABV0@@Z @28368 NONAME ??0H45011_H323CallIntrusionOperations@@QAE@IW4TagClass@PASN_Object@@@Z @15235 NONAME ??0H4501_Address@@QAE@ABV0@@Z @28369 NONAME ??0H4501_Address@@QAE@IW4TagClass@PASN_Object@@@Z @14091 NONAME ??0H4501_AddressInformation@@QAE@ABV0@@Z @14092 NONAME ??0H4501_AddressInformation@@QAE@IW4TagClass@PASN_Object@@@Z @14093 NONAME ??0H4501_AddressScreened@@QAE@ABV0@@Z @28370 NONAME ??0H4501_AddressScreened@@QAE@IW4TagClass@PASN_Object@@@Z @14094 NONAME ??0H4501_ArrayOf_AliasAddress@@QAE@ABV0@@Z @15236 NONAME ??0H4501_ArrayOf_AliasAddress@@QAE@IW4TagClass@PASN_Object@@@Z @14095 NONAME ??0H4501_ArrayOf_ROS@@QAE@ABV0@@Z @28371 NONAME ??0H4501_ArrayOf_ROS@@QAE@IW4TagClass@PASN_Object@@@Z @14096 NONAME ??0H4501_EndpointAddress@@QAE@ABV0@@Z @28372 NONAME ??0H4501_EndpointAddress@@QAE@IW4TagClass@PASN_Object@@@Z @14097 NONAME ??0H4501_EntityType@@QAE@ABV0@@Z @28373 NONAME ??0H4501_EntityType@@QAE@IW4TagClass@PASN_Object@@@Z @14098 NONAME ??0H4501_Extension@@QAE@ABV0@@Z @28374 NONAME ??0H4501_Extension@@QAE@IW4TagClass@PASN_Object@@@Z @14099 NONAME ??0H4501_GeneralErrorList@@QAE@ABV0@@Z @28375 NONAME ??0H4501_GeneralErrorList@@QAE@IW4TagClass@PASN_Object@@@Z @14100 NONAME ??0H4501_H225InformationElement@@QAE@ABV0@@Z @28376 NONAME ??0H4501_H225InformationElement@@QAE@ABVPBYTEArray@@@Z @26008 NONAME ??0H4501_H225InformationElement@@QAE@ABVPString@@@Z @26009 NONAME ??0H4501_H225InformationElement@@QAE@IW4TagClass@PASN_Object@@@Z @14101 NONAME ??0H4501_H225InformationElement@@QAE@PBD@Z @26010 NONAME ??0H4501_InterpretationApdu@@QAE@ABV0@@Z @28377 NONAME ??0H4501_InterpretationApdu@@QAE@IW4TagClass@PASN_Object@@@Z @14102 NONAME ??0H4501_InvokeIDs@@QAE@ABV0@@Z @28378 NONAME ??0H4501_InvokeIDs@@QAE@IW4TagClass@PASN_Object@@@Z @14103 NONAME ??0H4501_InvokeIdSet@@QAE@ABV0@@Z @28379 NONAME ??0H4501_InvokeIdSet@@QAE@IW4TagClass@PASN_Object@@@Z @14104 NONAME ??0H4501_NetworkFacilityExtension@@QAE@ABV0@@Z @28380 NONAME ??0H4501_NetworkFacilityExtension@@QAE@IW4TagClass@PASN_Object@@@Z @14105 NONAME ??0H4501_NSAPSubaddress@@QAE@ABV0@@Z @28381 NONAME ??0H4501_NSAPSubaddress@@QAE@ABVPBYTEArray@@@Z @26011 NONAME ??0H4501_NSAPSubaddress@@QAE@ABVPString@@@Z @26012 NONAME ??0H4501_NSAPSubaddress@@QAE@IW4TagClass@PASN_Object@@@Z @14106 NONAME ??0H4501_NSAPSubaddress@@QAE@PBD@Z @26013 NONAME ??0H4501_NumberScreened@@QAE@ABV0@@Z @28382 NONAME ??0H4501_NumberScreened@@QAE@IW4TagClass@PASN_Object@@@Z @14107 NONAME ??0H4501_PartySubaddress@@QAE@ABV0@@Z @28383 NONAME ??0H4501_PartySubaddress@@QAE@IW4TagClass@PASN_Object@@@Z @14108 NONAME ??0H4501_PresentationAllowedIndicator@@QAE@ABV0@@Z @28384 NONAME ??0H4501_PresentationAllowedIndicator@@QAE@IW4TagClass@PASN_Object@@@Z @14109 NONAME ??0H4501_PresentedAddressScreened@@QAE@ABV0@@Z @28385 NONAME ??0H4501_PresentedAddressScreened@@QAE@IW4TagClass@PASN_Object@@@Z @14110 NONAME ??0H4501_PresentedAddressUnscreened@@QAE@ABV0@@Z @28386 NONAME ??0H4501_PresentedAddressUnscreened@@QAE@IW4TagClass@PASN_Object@@@Z @14111 NONAME ??0H4501_PresentedNumberScreened@@QAE@ABV0@@Z @28387 NONAME ??0H4501_PresentedNumberScreened@@QAE@IW4TagClass@PASN_Object@@@Z @14112 NONAME ??0H4501_PresentedNumberUnscreened@@QAE@ABV0@@Z @28388 NONAME ??0H4501_PresentedNumberUnscreened@@QAE@IW4TagClass@PASN_Object@@@Z @14113 NONAME ??0H4501_ScreeningIndicator@@QAE@ABV0@@Z @28389 NONAME ??0H4501_ScreeningIndicator@@QAE@IW4TagClass@PASN_Object@@@Z @14114 NONAME ??0H4501_ServiceApdus@@QAE@ABV0@@Z @28390 NONAME ??0H4501_ServiceApdus@@QAE@IW4TagClass@PASN_Object@@@Z @14115 NONAME ??0H4501_SubaddressInformation@@QAE@ABV0@@Z @28391 NONAME ??0H4501_SubaddressInformation@@QAE@ABVPBYTEArray@@@Z @26014 NONAME ??0H4501_SubaddressInformation@@QAE@ABVPString@@@Z @26015 NONAME ??0H4501_SubaddressInformation@@QAE@IW4TagClass@PASN_Object@@@Z @14116 NONAME ??0H4501_SubaddressInformation@@QAE@PBD@Z @26016 NONAME ??0H4501_SupplementaryService@@QAE@ABV0@@Z @28392 NONAME ??0H4501_SupplementaryService@@QAE@IW4TagClass@PASN_Object@@@Z @14117 NONAME ??0H4501_UserSpecifiedSubaddress@@QAE@ABV0@@Z @28393 NONAME ??0H4501_UserSpecifiedSubaddress@@QAE@IW4TagClass@PASN_Object@@@Z @14118 NONAME ??0H4502Handler@@QAE@AAVH323Connection@@AAVH450xDispatcher@@@Z @19407 NONAME ??0H4502_CallIdentity@@QAE@ABV0@@Z @28394 NONAME ??0H4502_CallIdentity@@QAE@IW4TagClass@PASN_Object@@@Z @14119 NONAME ??0H4502_CallStatus@@QAE@ABV0@@Z @28395 NONAME ??0H4502_CallStatus@@QAE@IW4TagClass@PASN_Object@@@Z @14120 NONAME ??0H4502_CallTransferErrors@@QAE@ABV0@@Z @28396 NONAME ??0H4502_CallTransferErrors@@QAE@IW4TagClass@PASN_Object@@@Z @14121 NONAME ??0H4502_CallTransferOperation@@QAE@ABV0@@Z @28397 NONAME ??0H4502_CallTransferOperation@@QAE@IW4TagClass@PASN_Object@@@Z @14122 NONAME ??0H4502_CTActiveArg@@QAE@ABV0@@Z @28398 NONAME ??0H4502_CTActiveArg@@QAE@IW4TagClass@PASN_Object@@@Z @14123 NONAME ??0H4502_CTActiveArg_argumentExtension@@QAE@ABV0@@Z @28399 NONAME ??0H4502_CTActiveArg_argumentExtension@@QAE@IW4TagClass@PASN_Object@@@Z @14124 NONAME ??0H4502_CTCompleteArg@@QAE@ABV0@@Z @28400 NONAME ??0H4502_CTCompleteArg@@QAE@IW4TagClass@PASN_Object@@@Z @14125 NONAME ??0H4502_CTCompleteArg_argumentExtension@@QAE@ABV0@@Z @28401 NONAME ??0H4502_CTCompleteArg_argumentExtension@@QAE@IW4TagClass@PASN_Object@@@Z @14126 NONAME ??0H4502_CTIdentifyRes@@QAE@ABV0@@Z @28402 NONAME ??0H4502_CTIdentifyRes@@QAE@IW4TagClass@PASN_Object@@@Z @14127 NONAME ??0H4502_CTIdentifyRes_resultExtension@@QAE@ABV0@@Z @28403 NONAME ??0H4502_CTIdentifyRes_resultExtension@@QAE@IW4TagClass@PASN_Object@@@Z @14128 NONAME ??0H4502_CTInitiateArg@@QAE@ABV0@@Z @28404 NONAME ??0H4502_CTInitiateArg@@QAE@IW4TagClass@PASN_Object@@@Z @14129 NONAME ??0H4502_CTInitiateArg_argumentExtension@@QAE@ABV0@@Z @28405 NONAME ??0H4502_CTInitiateArg_argumentExtension@@QAE@IW4TagClass@PASN_Object@@@Z @14130 NONAME ??0H4502_CTSetupArg@@QAE@ABV0@@Z @28406 NONAME ??0H4502_CTSetupArg@@QAE@IW4TagClass@PASN_Object@@@Z @14131 NONAME ??0H4502_CTSetupArg_argumentExtension@@QAE@ABV0@@Z @28407 NONAME ??0H4502_CTSetupArg_argumentExtension@@QAE@IW4TagClass@PASN_Object@@@Z @14132 NONAME ??0H4502_CTUpdateArg@@QAE@ABV0@@Z @28408 NONAME ??0H4502_CTUpdateArg@@QAE@IW4TagClass@PASN_Object@@@Z @14133 NONAME ??0H4502_CTUpdateArg_argumentExtension@@QAE@ABV0@@Z @28409 NONAME ??0H4502_CTUpdateArg_argumentExtension@@QAE@IW4TagClass@PASN_Object@@@Z @14134 NONAME ??0H4502_DummyArg@@QAE@ABV0@@Z @28410 NONAME ??0H4502_DummyArg@@QAE@IW4TagClass@PASN_Object@@@Z @14135 NONAME ??0H4502_DummyRes@@QAE@ABV0@@Z @28411 NONAME ??0H4502_DummyRes@@QAE@IW4TagClass@PASN_Object@@@Z @14136 NONAME ??0H4502_EndDesignation@@QAE@ABV0@@Z @28412 NONAME ??0H4502_EndDesignation@@QAE@IW4TagClass@PASN_Object@@@Z @14137 NONAME ??0H4502_ExtensionSeq@@QAE@ABV0@@Z @28413 NONAME ??0H4502_ExtensionSeq@@QAE@IW4TagClass@PASN_Object@@@Z @14138 NONAME ??0H4502_SubaddressTransferArg@@QAE@ABV0@@Z @28414 NONAME ??0H4502_SubaddressTransferArg@@QAE@IW4TagClass@PASN_Object@@@Z @14139 NONAME ??0H4502_SubaddressTransferArg_argumentExtension@@QAE@ABV0@@Z @28415 NONAME ??0H4502_SubaddressTransferArg_argumentExtension@@QAE@IW4TagClass@PASN_Object@@@Z @14140 NONAME ??0H4503_BasicService@@QAE@ABV0@@Z @28416 NONAME ??0H4503_BasicService@@QAE@IW4TagClass@PASN_Object@@@Z @15100 NONAME ??0H4503_CallDiversionErrors@@QAE@ABV0@@Z @28417 NONAME ??0H4503_CallDiversionErrors@@QAE@IW4TagClass@PASN_Object@@@Z @15101 NONAME ??0H4503_DiversionReason@@QAE@ABV0@@Z @28418 NONAME ??0H4503_DiversionReason@@QAE@IW4TagClass@PASN_Object@@@Z @15102 NONAME ??0H4503_ExtensionSeq@@QAE@ABV0@@Z @28419 NONAME ??0H4503_ExtensionSeq@@QAE@IW4TagClass@PASN_Object@@@Z @15103 NONAME ??0H4503_H323CallDiversionOperations@@QAE@ABV0@@Z @28420 NONAME ??0H4503_H323CallDiversionOperations@@QAE@IW4TagClass@PASN_Object@@@Z @15104 NONAME ??0H4503_IntResult@@QAE@ABV0@@Z @28421 NONAME ??0H4503_IntResult@@QAE@IW4TagClass@PASN_Object@@@Z @15105 NONAME ??0H4503_IntResultList@@QAE@ABV0@@Z @28422 NONAME ??0H4503_IntResultList@@QAE@IW4TagClass@PASN_Object@@@Z @15106 NONAME ??0H4503_IntResult_extension@@QAE@ABV0@@Z @28423 NONAME ??0H4503_IntResult_extension@@QAE@IW4TagClass@PASN_Object@@@Z @15107 NONAME ??0H4503_Procedure@@QAE@ABV0@@Z @28424 NONAME ??0H4503_Procedure@@QAE@IW4TagClass@PASN_Object@@@Z @15108 NONAME ??0H4503_SubscriptionOption@@QAE@ABV0@@Z @28425 NONAME ??0H4503_SubscriptionOption@@QAE@IW4TagClass@PASN_Object@@@Z @15109 NONAME ??0H4504Handler@@QAE@AAVH323Connection@@AAVH450xDispatcher@@@Z @19408 NONAME ??0H4504_ArrayOf_MixedExtension@@QAE@ABV0@@Z @28426 NONAME ??0H4504_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @14957 NONAME ??0H4504_CallHoldOperation@@QAE@ABV0@@Z @28427 NONAME ??0H4504_CallHoldOperation@@QAE@IW4TagClass@PASN_Object@@@Z @14958 NONAME ??0H4504_Extension@@QAE@ABV0@@Z @28428 NONAME ??0H4504_Extension@@QAE@IW4TagClass@PASN_Object@@@Z @14959 NONAME ??0H4504_HoldNotificArg@@QAE@ABV0@@Z @28429 NONAME ??0H4504_HoldNotificArg@@QAE@IW4TagClass@PASN_Object@@@Z @14960 NONAME ??0H4504_MixedExtension@@QAE@ABV0@@Z @28430 NONAME ??0H4504_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @14961 NONAME ??0H4504_RemoteHoldArg@@QAE@ABV0@@Z @28431 NONAME ??0H4504_RemoteHoldArg@@QAE@IW4TagClass@PASN_Object@@@Z @14962 NONAME ??0H4504_RemoteHoldRes@@QAE@ABV0@@Z @28432 NONAME ??0H4504_RemoteHoldRes@@QAE@IW4TagClass@PASN_Object@@@Z @14963 NONAME ??0H4504_RemoteRetrieveArg@@QAE@ABV0@@Z @28433 NONAME ??0H4504_RemoteRetrieveArg@@QAE@IW4TagClass@PASN_Object@@@Z @14964 NONAME ??0H4504_RemoteRetrieveRes@@QAE@ABV0@@Z @28434 NONAME ??0H4504_RemoteRetrieveRes@@QAE@IW4TagClass@PASN_Object@@@Z @14965 NONAME ??0H4504_RetrieveNotificArg@@QAE@ABV0@@Z @28435 NONAME ??0H4504_RetrieveNotificArg@@QAE@IW4TagClass@PASN_Object@@@Z @14966 NONAME ??0H4505_ArrayOf_MixedExtension@@QAE@ABV0@@Z @15237 NONAME ??0H4505_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @15238 NONAME ??0H4505_CallParkPickupOperations@@QAE@ABV0@@Z @28436 NONAME ??0H4505_CallParkPickupOperations@@QAE@IW4TagClass@PASN_Object@@@Z @15239 NONAME ??0H4505_CallPickupErrors@@QAE@ABV0@@Z @28437 NONAME ??0H4505_CallPickupErrors@@QAE@IW4TagClass@PASN_Object@@@Z @15240 NONAME ??0H4505_CallType@@QAE@ABV0@@Z @28438 NONAME ??0H4505_CallType@@QAE@IW4TagClass@PASN_Object@@@Z @15241 NONAME ??0H4505_CpickupNotifyArg@@QAE@ABV0@@Z @28439 NONAME ??0H4505_CpickupNotifyArg@@QAE@IW4TagClass@PASN_Object@@@Z @15242 NONAME ??0H4505_CpNotifyArg@@QAE@ABV0@@Z @28440 NONAME ??0H4505_CpNotifyArg@@QAE@IW4TagClass@PASN_Object@@@Z @15243 NONAME ??0H4505_CpRequestArg@@QAE@ABV0@@Z @28441 NONAME ??0H4505_CpRequestArg@@QAE@IW4TagClass@PASN_Object@@@Z @15244 NONAME ??0H4505_CpRequestRes@@QAE@ABV0@@Z @28442 NONAME ??0H4505_CpRequestRes@@QAE@IW4TagClass@PASN_Object@@@Z @15245 NONAME ??0H4505_CpSetupArg@@QAE@ABV0@@Z @28443 NONAME ??0H4505_CpSetupArg@@QAE@IW4TagClass@PASN_Object@@@Z @15246 NONAME ??0H4505_CpSetupRes@@QAE@ABV0@@Z @28444 NONAME ??0H4505_CpSetupRes@@QAE@IW4TagClass@PASN_Object@@@Z @15247 NONAME ??0H4505_GroupIndicationOffArg@@QAE@ABV0@@Z @28445 NONAME ??0H4505_GroupIndicationOffArg@@QAE@IW4TagClass@PASN_Object@@@Z @15248 NONAME ??0H4505_GroupIndicationOffRes@@QAE@ABV0@@Z @28446 NONAME ??0H4505_GroupIndicationOffRes@@QAE@IW4TagClass@PASN_Object@@@Z @15249 NONAME ??0H4505_GroupIndicationOnArg@@QAE@ABV0@@Z @28447 NONAME ??0H4505_GroupIndicationOnArg@@QAE@IW4TagClass@PASN_Object@@@Z @15250 NONAME ??0H4505_GroupIndicationOnRes@@QAE@ABV0@@Z @28448 NONAME ??0H4505_GroupIndicationOnRes@@QAE@IW4TagClass@PASN_Object@@@Z @15251 NONAME ??0H4505_ParkCondition@@QAE@ABV0@@Z @28449 NONAME ??0H4505_ParkCondition@@QAE@IW4TagClass@PASN_Object@@@Z @15252 NONAME ??0H4505_ParkedToPosition@@QAE@ABV0@@Z @28450 NONAME ??0H4505_ParkedToPosition@@QAE@IW4TagClass@PASN_Object@@@Z @15253 NONAME ??0H4505_PickExeArg@@QAE@ABV0@@Z @28451 NONAME ??0H4505_PickExeArg@@QAE@IW4TagClass@PASN_Object@@@Z @15254 NONAME ??0H4505_PickExeRes@@QAE@ABV0@@Z @28452 NONAME ??0H4505_PickExeRes@@QAE@IW4TagClass@PASN_Object@@@Z @15255 NONAME ??0H4505_PickrequArg@@QAE@ABV0@@Z @28453 NONAME ??0H4505_PickrequArg@@QAE@IW4TagClass@PASN_Object@@@Z @15256 NONAME ??0H4505_PickrequRes@@QAE@ABV0@@Z @28454 NONAME ??0H4505_PickrequRes@@QAE@IW4TagClass@PASN_Object@@@Z @15257 NONAME ??0H4505_PickupArg@@QAE@ABV0@@Z @28455 NONAME ??0H4505_PickupArg@@QAE@IW4TagClass@PASN_Object@@@Z @15258 NONAME ??0H4505_PickupRes@@QAE@ABV0@@Z @28456 NONAME ??0H4505_PickupRes@@QAE@IW4TagClass@PASN_Object@@@Z @15259 NONAME ??0H4506Handler@@QAE@AAVH323Connection@@AAVH450xDispatcher@@@Z @19936 NONAME ??0H4506_ArrayOf_MixedExtension@@QAE@ABV0@@Z @28457 NONAME ??0H4506_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @15260 NONAME ??0H4506_CallWaitingArg@@QAE@ABV0@@Z @28458 NONAME ??0H4506_CallWaitingArg@@QAE@IW4TagClass@PASN_Object@@@Z @15261 NONAME ??0H4506_CallWaitingOperations@@QAE@ABV0@@Z @28459 NONAME ??0H4506_CallWaitingOperations@@QAE@IW4TagClass@PASN_Object@@@Z @15262 NONAME ??0H4507_ArrayOf_MixedExtension@@QAE@ABV0@@Z @15263 NONAME ??0H4507_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @15264 NONAME ??0H4507_BasicService@@QAE@ABV0@@Z @28460 NONAME ??0H4507_BasicService@@QAE@IW4TagClass@PASN_Object@@@Z @15265 NONAME ??0H4507_DummyRes@@QAE@ABV0@@Z @28461 NONAME ??0H4507_DummyRes@@QAE@IW4TagClass@PASN_Object@@@Z @15266 NONAME ??0H4507_H323_MWI_Operations@@QAE@ABV0@@Z @28462 NONAME ??0H4507_H323_MWI_Operations@@QAE@IW4TagClass@PASN_Object@@@Z @15267 NONAME ??0H4507_MessageWaitingIndicationErrors@@QAE@ABV0@@Z @28463 NONAME ??0H4507_MessageWaitingIndicationErrors@@QAE@IW4TagClass@PASN_Object@@@Z @15268 NONAME ??0H4507_MsgCentreId@@QAE@ABV0@@Z @28464 NONAME ??0H4507_MsgCentreId@@QAE@IW4TagClass@PASN_Object@@@Z @15269 NONAME ??0H4507_MWIActivateArg@@QAE@ABV0@@Z @28465 NONAME ??0H4507_MWIActivateArg@@QAE@IW4TagClass@PASN_Object@@@Z @15270 NONAME ??0H4507_MWIDeactivateArg@@QAE@ABV0@@Z @28466 NONAME ??0H4507_MWIDeactivateArg@@QAE@IW4TagClass@PASN_Object@@@Z @15271 NONAME ??0H4507_MWIInterrogateArg@@QAE@ABV0@@Z @28467 NONAME ??0H4507_MWIInterrogateArg@@QAE@IW4TagClass@PASN_Object@@@Z @15272 NONAME ??0H4507_MWIInterrogateRes@@QAE@ABV0@@Z @28468 NONAME ??0H4507_MWIInterrogateRes@@QAE@IW4TagClass@PASN_Object@@@Z @15273 NONAME ??0H4507_MWIInterrogateResElt@@QAE@ABV0@@Z @28469 NONAME ??0H4507_MWIInterrogateResElt@@QAE@IW4TagClass@PASN_Object@@@Z @15274 NONAME ??0H4507_NbOfMessages@@QAE@ABV0@@Z @28470 NONAME ??0H4507_NbOfMessages@@QAE@IW4TagClass@PASN_Object@@@Z @15275 NONAME ??0H4507_TimeStamp@@QAE@ABV0@@Z @28471 NONAME ??0H4507_TimeStamp@@QAE@IW4TagClass@PASN_Object@@@Z @15276 NONAME ??0H4508_ExtendedName@@QAE@ABV0@@Z @28472 NONAME ??0H4508_ExtendedName@@QAE@IW4TagClass@PASN_Object@@@Z @15277 NONAME ??0H4508_Name@@QAE@ABV0@@Z @28473 NONAME ??0H4508_Name@@QAE@IW4TagClass@PASN_Object@@@Z @15278 NONAME ??0H4508_NameOperations@@QAE@ABV0@@Z @28474 NONAME ??0H4508_NameOperations@@QAE@IW4TagClass@PASN_Object@@@Z @15279 NONAME ??0H4508_NamePresentationAllowed@@QAE@ABV0@@Z @28475 NONAME ??0H4508_NamePresentationAllowed@@QAE@IW4TagClass@PASN_Object@@@Z @15280 NONAME ??0H4508_NamePresentationRestricted@@QAE@ABV0@@Z @28476 NONAME ??0H4508_NamePresentationRestricted@@QAE@IW4TagClass@PASN_Object@@@Z @15281 NONAME ??0H4508_SimpleName@@QAE@ABV0@@Z @28477 NONAME ??0H4508_SimpleName@@QAE@ABVPBYTEArray@@@Z @26017 NONAME ??0H4508_SimpleName@@QAE@ABVPString@@@Z @26018 NONAME ??0H4508_SimpleName@@QAE@IW4TagClass@PASN_Object@@@Z @15282 NONAME ??0H4508_SimpleName@@QAE@PBD@Z @26019 NONAME ??0H4509_ArrayOf_MixedExtension@@QAE@ABV0@@Z @15283 NONAME ??0H4509_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @15284 NONAME ??0H4509_CallCompletionErrors@@QAE@ABV0@@Z @28478 NONAME ??0H4509_CallCompletionErrors@@QAE@IW4TagClass@PASN_Object@@@Z @15285 NONAME ??0H4509_CcArg@@QAE@ABV0@@Z @28479 NONAME ??0H4509_CcArg@@QAE@IW4TagClass@PASN_Object@@@Z @15286 NONAME ??0H4509_CcLongArg@@QAE@ABV0@@Z @28480 NONAME ??0H4509_CcLongArg@@QAE@IW4TagClass@PASN_Object@@@Z @15287 NONAME ??0H4509_CcRequestArg@@QAE@ABV0@@Z @28481 NONAME ??0H4509_CcRequestArg@@QAE@IW4TagClass@PASN_Object@@@Z @15288 NONAME ??0H4509_CcRequestRes@@QAE@ABV0@@Z @28482 NONAME ??0H4509_CcRequestRes@@QAE@IW4TagClass@PASN_Object@@@Z @15289 NONAME ??0H4509_CcShortArg@@QAE@ABV0@@Z @28483 NONAME ??0H4509_CcShortArg@@QAE@IW4TagClass@PASN_Object@@@Z @15290 NONAME ??0H4509_H323CallCompletionOperations@@QAE@ABV0@@Z @28484 NONAME ??0H4509_H323CallCompletionOperations@@QAE@IW4TagClass@PASN_Object@@@Z @15291 NONAME ??0H450ServiceAPDU@@QAE@XZ @16264 NONAME ??0H450xDispatcher@@QAE@AAVH323Connection@@@Z @19409 NONAME ??0H450xHandler@@QAE@AAVH323Connection@@AAVH450xDispatcher@@@Z @19410 NONAME ??0H501AccessRequest@@QAE@AAVH323PeerElement@@ABVH501PDU@@@Z @26020 NONAME ??0H501DescriptorUpdate@@QAE@AAVH323PeerElement@@ABVH501PDU@@@Z @26021 NONAME ??0H501PDU@@QAE@ABV0@@Z @28485 NONAME ??0H501PDU@@QAE@XZ @23945 NONAME ??0H501ServiceRequest@@QAE@AAVH323PeerElement@@ABVH501PDU@@@Z @26022 NONAME ??0H501Transaction@@QAE@AAVH323PeerElement@@ABVH501PDU@@H@Z @26169 NONAME ??0H501_AccessConfirmation@@QAE@ABV0@@Z @28486 NONAME ??0H501_AccessConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @24066 NONAME ??0H501_AccessRejection@@QAE@ABV0@@Z @28487 NONAME ??0H501_AccessRejection@@QAE@IW4TagClass@PASN_Object@@@Z @24067 NONAME ??0H501_AccessRejectionReason@@QAE@ABV0@@Z @28488 NONAME ??0H501_AccessRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @24068 NONAME ??0H501_AccessRequest@@QAE@ABV0@@Z @28489 NONAME ??0H501_AccessRequest@@QAE@IW4TagClass@PASN_Object@@@Z @24069 NONAME ??0H501_AccessToken@@QAE@ABV0@@Z @28490 NONAME ??0H501_AccessToken@@QAE@IW4TagClass@PASN_Object@@@Z @24070 NONAME ??0H501_AddressTemplate@@QAE@ABV0@@Z @28491 NONAME ??0H501_AddressTemplate@@QAE@IW4TagClass@PASN_Object@@@Z @24071 NONAME ??0H501_AlternatePE@@QAE@ABV0@@Z @28492 NONAME ??0H501_AlternatePE@@QAE@IW4TagClass@PASN_Object@@@Z @24072 NONAME ??0H501_AlternatePEInfo@@QAE@ABV0@@Z @28493 NONAME ??0H501_AlternatePEInfo@@QAE@IW4TagClass@PASN_Object@@@Z @24073 NONAME ??0H501_ApplicationMessage@@QAE@ABV0@@Z @28494 NONAME ??0H501_ApplicationMessage@@QAE@ABVPBYTEArray@@@Z @25451 NONAME ??0H501_ApplicationMessage@@QAE@ABVPString@@@Z @25452 NONAME ??0H501_ApplicationMessage@@QAE@IW4TagClass@PASN_Object@@@Z @24074 NONAME ??0H501_ApplicationMessage@@QAE@PBD@Z @25453 NONAME ??0H501_ArrayOf_AccessToken@@QAE@ABV0@@Z @28495 NONAME ??0H501_ArrayOf_AccessToken@@QAE@IW4TagClass@PASN_Object@@@Z @24075 NONAME ??0H501_ArrayOf_AddressTemplate@@QAE@ABV0@@Z @28496 NONAME ??0H501_ArrayOf_AddressTemplate@@QAE@IW4TagClass@PASN_Object@@@Z @24076 NONAME ??0H501_ArrayOf_AliasAddress@@QAE@ABV0@@Z @24077 NONAME ??0H501_ArrayOf_AliasAddress@@QAE@IW4TagClass@PASN_Object@@@Z @24078 NONAME ??0H501_ArrayOf_AlternatePE@@QAE@ABV0@@Z @28497 NONAME ??0H501_ArrayOf_AlternatePE@@QAE@IW4TagClass@PASN_Object@@@Z @24079 NONAME ??0H501_ArrayOf_CircuitIdentifier@@QAE@ABV0@@Z @24080 NONAME ??0H501_ArrayOf_CircuitIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @24081 NONAME ??0H501_ArrayOf_ClearToken@@QAE@ABV0@@Z @28498 NONAME ??0H501_ArrayOf_ClearToken@@QAE@IW4TagClass@PASN_Object@@@Z @24082 NONAME ??0H501_ArrayOf_ContactInformation@@QAE@ABV0@@Z @28499 NONAME ??0H501_ArrayOf_ContactInformation@@QAE@IW4TagClass@PASN_Object@@@Z @24083 NONAME ??0H501_ArrayOf_CryptoH323Token@@QAE@ABV0@@Z @24084 NONAME ??0H501_ArrayOf_CryptoH323Token@@QAE@IW4TagClass@PASN_Object@@@Z @24085 NONAME ??0H501_ArrayOf_Descriptor@@QAE@ABV0@@Z @28500 NONAME ??0H501_ArrayOf_Descriptor@@QAE@IW4TagClass@PASN_Object@@@Z @24086 NONAME ??0H501_ArrayOf_DescriptorInfo@@QAE@ABV0@@Z @28501 NONAME ??0H501_ArrayOf_DescriptorInfo@@QAE@IW4TagClass@PASN_Object@@@Z @24088 NONAME ??0H501_ArrayOf_GenericData@@QAE@ABV0@@Z @24089 NONAME ??0H501_ArrayOf_GenericData@@QAE@IW4TagClass@PASN_Object@@@Z @24090 NONAME ??0H501_ArrayOf_GloballyUniqueID@@QAE@ABV0@@Z @28502 NONAME ??0H501_ArrayOf_GloballyUniqueID@@QAE@IW4TagClass@PASN_Object@@@Z @25454 NONAME ??0H501_ArrayOf_NonStandardParameter@@QAE@ABV0@@Z @24091 NONAME ??0H501_ArrayOf_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @24092 NONAME ??0H501_ArrayOf_PASN_ObjectId@@QAE@ABV0@@Z @24093 NONAME ??0H501_ArrayOf_PASN_ObjectId@@QAE@IW4TagClass@PASN_Object@@@Z @24094 NONAME ??0H501_ArrayOf_Pattern@@QAE@ABV0@@Z @28503 NONAME ??0H501_ArrayOf_Pattern@@QAE@IW4TagClass@PASN_Object@@@Z @24095 NONAME ??0H501_ArrayOf_PriceElement@@QAE@ABV0@@Z @28504 NONAME ??0H501_ArrayOf_PriceElement@@QAE@IW4TagClass@PASN_Object@@@Z @24096 NONAME ??0H501_ArrayOf_PriceInfoSpec@@QAE@ABV0@@Z @28505 NONAME ??0H501_ArrayOf_PriceInfoSpec@@QAE@IW4TagClass@PASN_Object@@@Z @24097 NONAME ??0H501_ArrayOf_RouteInformation@@QAE@ABV0@@Z @28506 NONAME ??0H501_ArrayOf_RouteInformation@@QAE@IW4TagClass@PASN_Object@@@Z @24098 NONAME ??0H501_ArrayOf_SecurityMode@@QAE@ABV0@@Z @28507 NONAME ??0H501_ArrayOf_SecurityMode@@QAE@IW4TagClass@PASN_Object@@@Z @24099 NONAME ??0H501_ArrayOf_ServiceControlSession@@QAE@ABV0@@Z @28508 NONAME ??0H501_ArrayOf_ServiceControlSession@@QAE@IW4TagClass@PASN_Object@@@Z @24100 NONAME ??0H501_ArrayOf_SupportedProtocols@@QAE@ABV0@@Z @28509 NONAME ??0H501_ArrayOf_SupportedProtocols@@QAE@IW4TagClass@PASN_Object@@@Z @24101 NONAME ??0H501_ArrayOf_TransportAddress@@QAE@ABV0@@Z @28510 NONAME ??0H501_ArrayOf_TransportAddress@@QAE@IW4TagClass@PASN_Object@@@Z @24102 NONAME ??0H501_ArrayOf_UpdateInformation@@QAE@ABV0@@Z @28511 NONAME ??0H501_ArrayOf_UpdateInformation@@QAE@IW4TagClass@PASN_Object@@@Z @24103 NONAME ??0H501_ArrayOf_UsageField@@QAE@ABV0@@Z @24104 NONAME ??0H501_ArrayOf_UsageField@@QAE@IW4TagClass@PASN_Object@@@Z @24105 NONAME ??0H501_AuthenticationConfirmation@@QAE@ABV0@@Z @28512 NONAME ??0H501_AuthenticationConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @24106 NONAME ??0H501_AuthenticationRejection@@QAE@ABV0@@Z @28513 NONAME ??0H501_AuthenticationRejection@@QAE@IW4TagClass@PASN_Object@@@Z @24107 NONAME ??0H501_AuthenticationRejectionReason@@QAE@ABV0@@Z @28514 NONAME ??0H501_AuthenticationRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @24108 NONAME ??0H501_AuthenticationRequest@@QAE@ABV0@@Z @28515 NONAME ??0H501_AuthenticationRequest@@QAE@IW4TagClass@PASN_Object@@@Z @24109 NONAME ??0H501_CallInformation@@QAE@ABV0@@Z @28516 NONAME ??0H501_CallInformation@@QAE@IW4TagClass@PASN_Object@@@Z @24110 NONAME ??0H501_ContactInformation@@QAE@ABV0@@Z @28517 NONAME ??0H501_ContactInformation@@QAE@IW4TagClass@PASN_Object@@@Z @24111 NONAME ??0H501_Descriptor@@QAE@ABV0@@Z @28518 NONAME ??0H501_Descriptor@@QAE@IW4TagClass@PASN_Object@@@Z @24112 NONAME ??0H501_DescriptorConfirmation@@QAE@ABV0@@Z @28519 NONAME ??0H501_DescriptorConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @24113 NONAME ??0H501_DescriptorIDConfirmation@@QAE@ABV0@@Z @28520 NONAME ??0H501_DescriptorIDConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @24115 NONAME ??0H501_DescriptorIDRejection@@QAE@ABV0@@Z @28521 NONAME ??0H501_DescriptorIDRejection@@QAE@IW4TagClass@PASN_Object@@@Z @24116 NONAME ??0H501_DescriptorIDRejectionReason@@QAE@ABV0@@Z @28522 NONAME ??0H501_DescriptorIDRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @24117 NONAME ??0H501_DescriptorIDRequest@@QAE@ABV0@@Z @28523 NONAME ??0H501_DescriptorIDRequest@@QAE@IW4TagClass@PASN_Object@@@Z @24118 NONAME ??0H501_DescriptorInfo@@QAE@ABV0@@Z @28524 NONAME ??0H501_DescriptorInfo@@QAE@IW4TagClass@PASN_Object@@@Z @24119 NONAME ??0H501_DescriptorRejection@@QAE@ABV0@@Z @28525 NONAME ??0H501_DescriptorRejection@@QAE@IW4TagClass@PASN_Object@@@Z @24120 NONAME ??0H501_DescriptorRejectionReason@@QAE@ABV0@@Z @28526 NONAME ??0H501_DescriptorRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @24121 NONAME ??0H501_DescriptorRequest@@QAE@ABV0@@Z @28527 NONAME ??0H501_DescriptorRequest@@QAE@IW4TagClass@PASN_Object@@@Z @24122 NONAME ??0H501_DescriptorUpdate@@QAE@ABV0@@Z @28528 NONAME ??0H501_DescriptorUpdate@@QAE@IW4TagClass@PASN_Object@@@Z @24123 NONAME ??0H501_DescriptorUpdateAck@@QAE@ABV0@@Z @28529 NONAME ??0H501_DescriptorUpdateAck@@QAE@IW4TagClass@PASN_Object@@@Z @24124 NONAME ??0H501_ElementIdentifier@@QAE@ABV0@@Z @24125 NONAME ??0H501_ElementIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @24126 NONAME ??0H501_GlobalTimeStamp@@QAE@ABV0@@Z @28530 NONAME ??0H501_GlobalTimeStamp@@QAE@IW4TagClass@PASN_Object@@@Z @24127 NONAME ??0H501_Message@@QAE@ABV0@@Z @28531 NONAME ??0H501_Message@@QAE@IW4TagClass@PASN_Object@@@Z @24128 NONAME ??0H501_MessageBody@@QAE@ABV0@@Z @28532 NONAME ??0H501_MessageBody@@QAE@IW4TagClass@PASN_Object@@@Z @24129 NONAME ??0H501_MessageCommonInfo@@QAE@ABV0@@Z @25836 NONAME ??0H501_MessageCommonInfo@@QAE@IW4TagClass@PASN_Object@@@Z @24130 NONAME ??0H501_NonStandardConfirmation@@QAE@ABV0@@Z @28533 NONAME ??0H501_NonStandardConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @24131 NONAME ??0H501_NonStandardRejection@@QAE@ABV0@@Z @28534 NONAME ??0H501_NonStandardRejection@@QAE@IW4TagClass@PASN_Object@@@Z @24132 NONAME ??0H501_NonStandardRejectionReason@@QAE@ABV0@@Z @28535 NONAME ??0H501_NonStandardRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @24133 NONAME ??0H501_NonStandardRequest@@QAE@ABV0@@Z @28536 NONAME ??0H501_NonStandardRequest@@QAE@IW4TagClass@PASN_Object@@@Z @24134 NONAME ??0H501_PartyInformation@@QAE@ABV0@@Z @24135 NONAME ??0H501_PartyInformation@@QAE@IW4TagClass@PASN_Object@@@Z @24136 NONAME ??0H501_Pattern@@QAE@ABV0@@Z @28537 NONAME ??0H501_Pattern@@QAE@IW4TagClass@PASN_Object@@@Z @24137 NONAME ??0H501_Pattern_range@@QAE@ABV0@@Z @28538 NONAME ??0H501_Pattern_range@@QAE@IW4TagClass@PASN_Object@@@Z @24138 NONAME ??0H501_PriceElement@@QAE@ABV0@@Z @28539 NONAME ??0H501_PriceElement@@QAE@IW4TagClass@PASN_Object@@@Z @24139 NONAME ??0H501_PriceElement_units@@QAE@ABV0@@Z @28540 NONAME ??0H501_PriceElement_units@@QAE@IW4TagClass@PASN_Object@@@Z @24140 NONAME ??0H501_PriceInfoSpec@@QAE@ABV0@@Z @28541 NONAME ??0H501_PriceInfoSpec@@QAE@IW4TagClass@PASN_Object@@@Z @24141 NONAME ??0H501_ProtocolVersion@@QAE@ABV0@@Z @24142 NONAME ??0H501_ProtocolVersion@@QAE@IW4TagClass@PASN_Object@@@Z @24143 NONAME ??0H501_RequestInProgress@@QAE@ABV0@@Z @28542 NONAME ??0H501_RequestInProgress@@QAE@IW4TagClass@PASN_Object@@@Z @24144 NONAME ??0H501_Role@@QAE@ABV0@@Z @28543 NONAME ??0H501_Role@@QAE@IW4TagClass@PASN_Object@@@Z @24145 NONAME ??0H501_RouteInformation@@QAE@ABV0@@Z @28544 NONAME ??0H501_RouteInformation@@QAE@IW4TagClass@PASN_Object@@@Z @24146 NONAME ??0H501_RouteInformation_messageType@@QAE@ABV0@@Z @28545 NONAME ??0H501_RouteInformation_messageType@@QAE@IW4TagClass@PASN_Object@@@Z @24147 NONAME ??0H501_SecurityMode@@QAE@ABV0@@Z @28546 NONAME ??0H501_SecurityMode@@QAE@IW4TagClass@PASN_Object@@@Z @24148 NONAME ??0H501_ServiceConfirmation@@QAE@ABV0@@Z @28547 NONAME ??0H501_ServiceConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @24149 NONAME ??0H501_ServiceRejection@@QAE@ABV0@@Z @28548 NONAME ??0H501_ServiceRejection@@QAE@IW4TagClass@PASN_Object@@@Z @24152 NONAME ??0H501_ServiceRejectionReason@@QAE@ABV0@@Z @28549 NONAME ??0H501_ServiceRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @24153 NONAME ??0H501_ServiceRelease@@QAE@ABV0@@Z @28550 NONAME ??0H501_ServiceRelease@@QAE@IW4TagClass@PASN_Object@@@Z @24154 NONAME ??0H501_ServiceReleaseReason@@QAE@ABV0@@Z @28551 NONAME ??0H501_ServiceReleaseReason@@QAE@IW4TagClass@PASN_Object@@@Z @24155 NONAME ??0H501_ServiceRequest@@QAE@ABV0@@Z @28552 NONAME ??0H501_ServiceRequest@@QAE@IW4TagClass@PASN_Object@@@Z @24156 NONAME ??0H501_TerminationCause@@QAE@ABV0@@Z @24157 NONAME ??0H501_TerminationCause@@QAE@IW4TagClass@PASN_Object@@@Z @24158 NONAME ??0H501_TimeZone@@QAE@ABV0@@Z @24159 NONAME ??0H501_TimeZone@@QAE@IW4TagClass@PASN_Object@@@Z @24160 NONAME ??0H501_UnknownMessageReason@@QAE@ABV0@@Z @28553 NONAME ??0H501_UnknownMessageReason@@QAE@IW4TagClass@PASN_Object@@@Z @24161 NONAME ??0H501_UnknownMessageResponse@@QAE@ABV0@@Z @28554 NONAME ??0H501_UnknownMessageResponse@@QAE@IW4TagClass@PASN_Object@@@Z @24162 NONAME ??0H501_UpdateInformation@@QAE@ABV0@@Z @28555 NONAME ??0H501_UpdateInformation@@QAE@IW4TagClass@PASN_Object@@@Z @24163 NONAME ??0H501_UpdateInformation_descriptorInfo@@QAE@ABV0@@Z @28556 NONAME ??0H501_UpdateInformation_descriptorInfo@@QAE@IW4TagClass@PASN_Object@@@Z @24164 NONAME ??0H501_UpdateInformation_updateType@@QAE@ABV0@@Z @28557 NONAME ??0H501_UpdateInformation_updateType@@QAE@IW4TagClass@PASN_Object@@@Z @24165 NONAME ??0H501_UsageCallStatus@@QAE@ABV0@@Z @28558 NONAME ??0H501_UsageCallStatus@@QAE@IW4TagClass@PASN_Object@@@Z @24166 NONAME ??0H501_UsageConfirmation@@QAE@ABV0@@Z @28559 NONAME ??0H501_UsageConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @24167 NONAME ??0H501_UsageField@@QAE@ABV0@@Z @28560 NONAME ??0H501_UsageField@@QAE@IW4TagClass@PASN_Object@@@Z @24168 NONAME ??0H501_UsageIndication@@QAE@ABV0@@Z @28561 NONAME ??0H501_UsageIndication@@QAE@IW4TagClass@PASN_Object@@@Z @24169 NONAME ??0H501_UsageIndicationConfirmation@@QAE@ABV0@@Z @28562 NONAME ??0H501_UsageIndicationConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @24170 NONAME ??0H501_UsageIndicationRejection@@QAE@ABV0@@Z @28563 NONAME ??0H501_UsageIndicationRejection@@QAE@IW4TagClass@PASN_Object@@@Z @24171 NONAME ??0H501_UsageIndicationRejectionReason@@QAE@ABV0@@Z @28564 NONAME ??0H501_UsageIndicationRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @24172 NONAME ??0H501_UsageRejection@@QAE@ABV0@@Z @28565 NONAME ??0H501_UsageRejection@@QAE@IW4TagClass@PASN_Object@@@Z @24173 NONAME ??0H501_UsageRejectReason@@QAE@ABV0@@Z @28566 NONAME ??0H501_UsageRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @24174 NONAME ??0H501_UsageRequest@@QAE@ABV0@@Z @28567 NONAME ??0H501_UsageRequest@@QAE@IW4TagClass@PASN_Object@@@Z @24175 NONAME ??0H501_UsageSpecification@@QAE@ABV0@@Z @24176 NONAME ??0H501_UsageSpecification@@QAE@IW4TagClass@PASN_Object@@@Z @24177 NONAME ??0H501_UsageSpecification_when@@QAE@ABV0@@Z @24178 NONAME ??0H501_UsageSpecification_when@@QAE@IW4TagClass@PASN_Object@@@Z @24179 NONAME ??0H501_UserInformation@@QAE@ABV0@@Z @24180 NONAME ??0H501_UserInformation@@QAE@IW4TagClass@PASN_Object@@@Z @24181 NONAME ??0H501_ValidationConfirmation@@QAE@ABV0@@Z @28568 NONAME ??0H501_ValidationConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @24182 NONAME ??0H501_ValidationRejection@@QAE@ABV0@@Z @28569 NONAME ??0H501_ValidationRejection@@QAE@IW4TagClass@PASN_Object@@@Z @24183 NONAME ??0H501_ValidationRejectionReason@@QAE@ABV0@@Z @28570 NONAME ??0H501_ValidationRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @24184 NONAME ??0H501_ValidationRequest@@QAE@ABV0@@Z @28571 NONAME ??0H501_ValidationRequest@@QAE@IW4TagClass@PASN_Object@@@Z @24185 NONAME ??0HandleTimeout_PNotifier@H245Negotiator@@QAE@PAV1@@Z @28572 NONAME ??0HandleTransactions_PNotifier@H323Transactor@@QAE@PAV1@@Z @28573 NONAME ??0Info@RTP_JitterBufferAnalyser@@QAE@XZ @12460 NONAME ??0IntraP64Decoder@@QAE@XZ @906 NONAME ??0iterator@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAE@PAULookupRecord@@@Z @44867 NONAME ??0iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@@Z @44271 NONAME ??0iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE@XZ @44272 NONAME ??0iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44868 NONAME ??0iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @44869 NONAME ??0iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @43703 NONAME ??0iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @43704 NONAME ??0iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @43705 NONAME ??0iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44451 NONAME ??0iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @44452 NONAME ??0iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @43706 NONAME ??0iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @43707 NONAME ??0iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @43708 NONAME ??0LookupRecord@@QAE@ABU0@@Z @44870 NONAME ??0LookupRecord@@QAE@XZ @44871 NONAME ??0MCS_ArrayOf_ChannelAttributes@@QAE@ABV0@@Z @28574 NONAME ??0MCS_ArrayOf_ChannelAttributes@@QAE@IW4TagClass@PASN_Object@@@Z @954 NONAME ??0MCS_ArrayOf_ChannelId@@QAE@ABV0@@Z @28575 NONAME ??0MCS_ArrayOf_ChannelId@@QAE@IW4TagClass@PASN_Object@@@Z @955 NONAME ??0MCS_ArrayOf_TokenAttributes@@QAE@ABV0@@Z @28576 NONAME ??0MCS_ArrayOf_TokenAttributes@@QAE@IW4TagClass@PASN_Object@@@Z @956 NONAME ??0MCS_ArrayOf_TokenId@@QAE@ABV0@@Z @28577 NONAME ??0MCS_ArrayOf_TokenId@@QAE@IW4TagClass@PASN_Object@@@Z @957 NONAME ??0MCS_ArrayOf_UserId@@QAE@ABV0@@Z @28578 NONAME ??0MCS_ArrayOf_UserId@@QAE@IW4TagClass@PASN_Object@@@Z @958 NONAME ??0MCS_AssignedChannelId@@QAE@ABV0@@Z @28579 NONAME ??0MCS_AssignedChannelId@@QAE@IW4TagClass@PASN_Object@@@Z @959 NONAME ??0MCS_AUcf@@QAE@ABV0@@Z @28580 NONAME ??0MCS_AUcf@@QAE@IW4TagClass@PASN_Object@@@Z @960 NONAME ??0MCS_AUrq@@QAE@ABV0@@Z @28581 NONAME ??0MCS_AUrq@@QAE@IW4TagClass@PASN_Object@@@Z @961 NONAME ??0MCS_CAin@@QAE@ABV0@@Z @28582 NONAME ??0MCS_CAin@@QAE@IW4TagClass@PASN_Object@@@Z @962 NONAME ??0MCS_CArq@@QAE@ABV0@@Z @28583 NONAME ??0MCS_CArq@@QAE@IW4TagClass@PASN_Object@@@Z @963 NONAME ??0MCS_CCcf@@QAE@ABV0@@Z @28584 NONAME ??0MCS_CCcf@@QAE@IW4TagClass@PASN_Object@@@Z @964 NONAME ??0MCS_CCrq@@QAE@ABV0@@Z @28585 NONAME ??0MCS_CCrq@@QAE@IW4TagClass@PASN_Object@@@Z @965 NONAME ??0MCS_CDin@@QAE@ABV0@@Z @28586 NONAME ??0MCS_CDin@@QAE@IW4TagClass@PASN_Object@@@Z @966 NONAME ??0MCS_CDrq@@QAE@ABV0@@Z @28587 NONAME ??0MCS_CDrq@@QAE@IW4TagClass@PASN_Object@@@Z @967 NONAME ??0MCS_CEin@@QAE@ABV0@@Z @28588 NONAME ??0MCS_CEin@@QAE@IW4TagClass@PASN_Object@@@Z @968 NONAME ??0MCS_CErq@@QAE@ABV0@@Z @28589 NONAME ??0MCS_CErq@@QAE@IW4TagClass@PASN_Object@@@Z @969 NONAME ??0MCS_ChannelAttributes@@QAE@ABV0@@Z @28590 NONAME ??0MCS_ChannelAttributes@@QAE@IW4TagClass@PASN_Object@@@Z @970 NONAME ??0MCS_ChannelAttributes_assigned@@QAE@ABV0@@Z @28591 NONAME ??0MCS_ChannelAttributes_assigned@@QAE@IW4TagClass@PASN_Object@@@Z @971 NONAME ??0MCS_ChannelAttributes_private@@QAE@ABV0@@Z @28592 NONAME ??0MCS_ChannelAttributes_private@@QAE@IW4TagClass@PASN_Object@@@Z @972 NONAME ??0MCS_ChannelAttributes_static@@QAE@ABV0@@Z @28593 NONAME ??0MCS_ChannelAttributes_static@@QAE@IW4TagClass@PASN_Object@@@Z @973 NONAME ??0MCS_ChannelAttributes_userId@@QAE@ABV0@@Z @28594 NONAME ??0MCS_ChannelAttributes_userId@@QAE@IW4TagClass@PASN_Object@@@Z @974 NONAME ??0MCS_ChannelId@@QAE@ABV0@@Z @28595 NONAME ??0MCS_ChannelId@@QAE@IW4TagClass@PASN_Object@@@Z @975 NONAME ??0MCS_CJcf@@QAE@ABV0@@Z @28596 NONAME ??0MCS_CJcf@@QAE@IW4TagClass@PASN_Object@@@Z @976 NONAME ??0MCS_CJrq@@QAE@ABV0@@Z @28597 NONAME ??0MCS_CJrq@@QAE@IW4TagClass@PASN_Object@@@Z @977 NONAME ??0MCS_CLrq@@QAE@ABV0@@Z @28598 NONAME ??0MCS_CLrq@@QAE@IW4TagClass@PASN_Object@@@Z @978 NONAME ??0MCS_ConnectMCSPDU@@QAE@ABV0@@Z @28599 NONAME ??0MCS_ConnectMCSPDU@@QAE@IW4TagClass@PASN_Object@@@Z @979 NONAME ??0MCS_Connect_Additional@@QAE@ABV0@@Z @28600 NONAME ??0MCS_Connect_Additional@@QAE@IW4TagClass@PASN_Object@@@Z @980 NONAME ??0MCS_Connect_Initial@@QAE@ABV0@@Z @28601 NONAME ??0MCS_Connect_Initial@@QAE@IW4TagClass@PASN_Object@@@Z @981 NONAME ??0MCS_Connect_Response@@QAE@ABV0@@Z @28602 NONAME ??0MCS_Connect_Response@@QAE@IW4TagClass@PASN_Object@@@Z @982 NONAME ??0MCS_Connect_Result@@QAE@ABV0@@Z @28603 NONAME ??0MCS_Connect_Result@@QAE@IW4TagClass@PASN_Object@@@Z @983 NONAME ??0MCS_DataPriority@@QAE@ABV0@@Z @28604 NONAME ??0MCS_DataPriority@@QAE@IW4TagClass@PASN_Object@@@Z @984 NONAME ??0MCS_Diagnostic@@QAE@ABV0@@Z @28605 NONAME ??0MCS_Diagnostic@@QAE@IW4TagClass@PASN_Object@@@Z @985 NONAME ??0MCS_DomainMCSPDU@@QAE@ABV0@@Z @28606 NONAME ??0MCS_DomainMCSPDU@@QAE@IW4TagClass@PASN_Object@@@Z @986 NONAME ??0MCS_DomainParameters@@QAE@ABV0@@Z @987 NONAME ??0MCS_DomainParameters@@QAE@IW4TagClass@PASN_Object@@@Z @988 NONAME ??0MCS_DPum@@QAE@ABV0@@Z @28607 NONAME ??0MCS_DPum@@QAE@IW4TagClass@PASN_Object@@@Z @989 NONAME ??0MCS_DUin@@QAE@ABV0@@Z @28608 NONAME ??0MCS_DUin@@QAE@IW4TagClass@PASN_Object@@@Z @990 NONAME ??0MCS_DUrq@@QAE@ABV0@@Z @28609 NONAME ??0MCS_DUrq@@QAE@IW4TagClass@PASN_Object@@@Z @991 NONAME ??0MCS_DynamicChannelId@@QAE@ABV0@@Z @28610 NONAME ??0MCS_DynamicChannelId@@QAE@IW4TagClass@PASN_Object@@@Z @992 NONAME ??0MCS_EDrq@@QAE@ABV0@@Z @28611 NONAME ??0MCS_EDrq@@QAE@IW4TagClass@PASN_Object@@@Z @993 NONAME ??0MCS_MCcf@@QAE@ABV0@@Z @28612 NONAME ??0MCS_MCcf@@QAE@IW4TagClass@PASN_Object@@@Z @994 NONAME ??0MCS_MCrq@@QAE@ABV0@@Z @28613 NONAME ??0MCS_MCrq@@QAE@IW4TagClass@PASN_Object@@@Z @995 NONAME ??0MCS_MTcf@@QAE@ABV0@@Z @28614 NONAME ??0MCS_MTcf@@QAE@IW4TagClass@PASN_Object@@@Z @996 NONAME ??0MCS_MTrq@@QAE@ABV0@@Z @28615 NONAME ??0MCS_MTrq@@QAE@IW4TagClass@PASN_Object@@@Z @997 NONAME ??0MCS_PCin@@QAE@ABV0@@Z @28616 NONAME ??0MCS_PCin@@QAE@IW4TagClass@PASN_Object@@@Z @998 NONAME ??0MCS_PDin@@QAE@ABV0@@Z @28617 NONAME ??0MCS_PDin@@QAE@IW4TagClass@PASN_Object@@@Z @999 NONAME ??0MCS_PrivateChannelId@@QAE@ABV0@@Z @28618 NONAME ??0MCS_PrivateChannelId@@QAE@IW4TagClass@PASN_Object@@@Z @1000 NONAME ??0MCS_PTin@@QAE@ABV0@@Z @28619 NONAME ??0MCS_PTin@@QAE@IW4TagClass@PASN_Object@@@Z @1001 NONAME ??0MCS_Reason@@QAE@ABV0@@Z @28620 NONAME ??0MCS_Reason@@QAE@IW4TagClass@PASN_Object@@@Z @1002 NONAME ??0MCS_Result@@QAE@ABV0@@Z @28621 NONAME ??0MCS_Result@@QAE@IW4TagClass@PASN_Object@@@Z @1003 NONAME ??0MCS_RJum@@QAE@ABV0@@Z @28622 NONAME ??0MCS_RJum@@QAE@IW4TagClass@PASN_Object@@@Z @1004 NONAME ??0MCS_SDin@@QAE@ABV0@@Z @28623 NONAME ??0MCS_SDin@@QAE@IW4TagClass@PASN_Object@@@Z @1005 NONAME ??0MCS_SDrq@@QAE@ABV0@@Z @28624 NONAME ??0MCS_SDrq@@QAE@IW4TagClass@PASN_Object@@@Z @1006 NONAME ??0MCS_Segmentation@@QAE@ABV0@@Z @28625 NONAME ??0MCS_Segmentation@@QAE@IW4TagClass@PASN_Object@@@Z @1007 NONAME ??0MCS_StaticChannelId@@QAE@ABV0@@Z @28626 NONAME ??0MCS_StaticChannelId@@QAE@IW4TagClass@PASN_Object@@@Z @1008 NONAME ??0MCS_TGcf@@QAE@ABV0@@Z @28627 NONAME ??0MCS_TGcf@@QAE@IW4TagClass@PASN_Object@@@Z @1009 NONAME ??0MCS_TGrq@@QAE@ABV0@@Z @28628 NONAME ??0MCS_TGrq@@QAE@IW4TagClass@PASN_Object@@@Z @1010 NONAME ??0MCS_TIcf@@QAE@ABV0@@Z @28629 NONAME ??0MCS_TIcf@@QAE@IW4TagClass@PASN_Object@@@Z @1011 NONAME ??0MCS_TIrq@@QAE@ABV0@@Z @28630 NONAME ??0MCS_TIrq@@QAE@IW4TagClass@PASN_Object@@@Z @1012 NONAME ??0MCS_TokenAttributes@@QAE@ABV0@@Z @28631 NONAME ??0MCS_TokenAttributes@@QAE@IW4TagClass@PASN_Object@@@Z @1013 NONAME ??0MCS_TokenAttributes_given@@QAE@ABV0@@Z @28632 NONAME ??0MCS_TokenAttributes_given@@QAE@IW4TagClass@PASN_Object@@@Z @1014 NONAME ??0MCS_TokenAttributes_giving@@QAE@ABV0@@Z @28633 NONAME ??0MCS_TokenAttributes_giving@@QAE@IW4TagClass@PASN_Object@@@Z @1015 NONAME ??0MCS_TokenAttributes_grabbed@@QAE@ABV0@@Z @28634 NONAME ??0MCS_TokenAttributes_grabbed@@QAE@IW4TagClass@PASN_Object@@@Z @1016 NONAME ??0MCS_TokenAttributes_inhibited@@QAE@ABV0@@Z @28635 NONAME ??0MCS_TokenAttributes_inhibited@@QAE@IW4TagClass@PASN_Object@@@Z @1017 NONAME ??0MCS_TokenAttributes_ungivable@@QAE@ABV0@@Z @28636 NONAME ??0MCS_TokenAttributes_ungivable@@QAE@IW4TagClass@PASN_Object@@@Z @1018 NONAME ??0MCS_TokenId@@QAE@ABV0@@Z @28637 NONAME ??0MCS_TokenId@@QAE@IW4TagClass@PASN_Object@@@Z @1019 NONAME ??0MCS_TokenStatus@@QAE@ABV0@@Z @28638 NONAME ??0MCS_TokenStatus@@QAE@IW4TagClass@PASN_Object@@@Z @1020 NONAME ??0MCS_TPin@@QAE@ABV0@@Z @28639 NONAME ??0MCS_TPin@@QAE@IW4TagClass@PASN_Object@@@Z @1021 NONAME ??0MCS_TPrq@@QAE@ABV0@@Z @28640 NONAME ??0MCS_TPrq@@QAE@IW4TagClass@PASN_Object@@@Z @1022 NONAME ??0MCS_TRcf@@QAE@ABV0@@Z @28641 NONAME ??0MCS_TRcf@@QAE@IW4TagClass@PASN_Object@@@Z @1023 NONAME ??0MCS_TRrq@@QAE@ABV0@@Z @28642 NONAME ??0MCS_TRrq@@QAE@IW4TagClass@PASN_Object@@@Z @1024 NONAME ??0MCS_TTcf@@QAE@ABV0@@Z @28643 NONAME ??0MCS_TTcf@@QAE@IW4TagClass@PASN_Object@@@Z @1025 NONAME ??0MCS_TTrq@@QAE@ABV0@@Z @28644 NONAME ??0MCS_TTrq@@QAE@IW4TagClass@PASN_Object@@@Z @1026 NONAME ??0MCS_TVcf@@QAE@ABV0@@Z @28645 NONAME ??0MCS_TVcf@@QAE@IW4TagClass@PASN_Object@@@Z @1027 NONAME ??0MCS_TVin@@QAE@ABV0@@Z @28646 NONAME ??0MCS_TVin@@QAE@IW4TagClass@PASN_Object@@@Z @1028 NONAME ??0MCS_TVrq@@QAE@ABV0@@Z @28647 NONAME ??0MCS_TVrq@@QAE@IW4TagClass@PASN_Object@@@Z @1029 NONAME ??0MCS_TVrs@@QAE@ABV0@@Z @28648 NONAME ??0MCS_TVrs@@QAE@IW4TagClass@PASN_Object@@@Z @1030 NONAME ??0MCS_UserId@@QAE@ABV0@@Z @28649 NONAME ??0MCS_UserId@@QAE@IW4TagClass@PASN_Object@@@Z @1031 NONAME ??0MCS_USin@@QAE@ABV0@@Z @28650 NONAME ??0MCS_USin@@QAE@IW4TagClass@PASN_Object@@@Z @1032 NONAME ??0MCS_USrq@@QAE@ABV0@@Z @28651 NONAME ??0MCS_USrq@@QAE@IW4TagClass@PASN_Object@@@Z @1033 NONAME ??0MonitorMain_PNotifier@H323Gatekeeper@@QAE@PAV1@@Z @28655 NONAME ??0MonitorMain_PNotifier@H323GatekeeperServer@@QAE@PAV1@@Z @28656 NONAME ??0MonitorMain_PNotifier@H323PeerElement@@QAE@PAV1@@Z @28657 NONAME ??0MSIPAddress@PILSSession@@QAE@K@Z @26356 NONAME ??0MXRecordList@PDNS@@IAE@HPBV01@@Z @44872 NONAME ??0MXRecordList@PDNS@@QAE@XZ @44873 NONAME ??0OnCallIntrudeTimeOut_PNotifier@H45011Handler@@QAE@PAV1@@Z @28658 NONAME ??0OnCallTransferTimeOut_PNotifier@H4502Handler@@QAE@PAV1@@Z @19937 NONAME ??0OnLoadModule_PNotifier@PPluginModuleManager@@QAE@PAV1@@Z @42768 NONAME ??0OnUserInputInBandDTMF_PNotifier@H323Connection@@QAE@PAV1@@Z @28660 NONAME ??0OnUserInputInlineRFC2833_PNotifier@H323Connection@@QAE@PAV1@@Z @28661 NONAME ??0OpalFactoryCodec@@QAE@XZ @44453 NONAME ??0OpalG711ALaw64kFormat@@QAE@XZ @42911 NONAME ??0OpalG711ALaw64k_Base@@QAE@XZ @44454 NONAME ??0OpalG711ALaw64k_Decoder@@QAE@XZ @44455 NONAME ??0OpalG711ALaw64k_Encoder@@QAE@XZ @44456 NONAME ??0OpalG711uLaw64kFormat@@QAE@XZ @42912 NONAME ??0OpalG711uLaw64k_Base@@QAE@XZ @44457 NONAME ??0OpalG711uLaw64k_Decoder@@QAE@XZ @44458 NONAME ??0OpalG711uLaw64k_Encoder@@QAE@XZ @44459 NONAME ??0OpalG7231A_5k3Format@@QAE@XZ @42913 NONAME ??0OpalG7231A_6k3Format@@QAE@XZ @42914 NONAME ??0OpalG7231_5k3Format@@QAE@XZ @42915 NONAME ??0OpalG7231_6k3Format@@QAE@XZ @42916 NONAME ??0OpalG728Format@@QAE@XZ @42917 NONAME ??0OpalG729ABFormat@@QAE@XZ @42918 NONAME ??0OpalG729AFormat@@QAE@XZ @42919 NONAME ??0OpalG729BFormat@@QAE@XZ @42920 NONAME ??0OpalG729Format@@QAE@XZ @42921 NONAME ??0OpalGloballyUniqueID@@QAE@ABV0@@Z @25817 NONAME ??0OpalGloballyUniqueID@@QAE@ABVPASN_OctetString@@@Z @13839 NONAME ??0OpalGloballyUniqueID@@QAE@ABVPString@@@Z @13840 NONAME ??0OpalGloballyUniqueID@@QAE@PBD@Z @13841 NONAME ??0OpalGloballyUniqueID@@QAE@XZ @13842 NONAME ??0OpalGSM0610Format@@QAE@XZ @42922 NONAME ??0OpalH261Format@@QAE@XZ @42923 NONAME ??0OpalInstantiateMe@@QAE@XZ @45079 NONAME ??0OpalIxJDevice@@QAE@XZ @1034 NONAME ??0OpalLineChannel@@QAE@AAVOpalLineInterfaceDevice@@IABVH323AudioCodec@@@Z @12768 NONAME ??0OpalLineInterfaceDevice@@QAE@XZ @1036 NONAME ??0OpalMediaFormat@@QAE@ABV0@@Z @28662 NONAME ??0OpalMediaFormat@@QAE@PBDH@Z @12915 NONAME ??0OpalMediaFormat@@QAE@PBDIW4PayloadTypes@RTP_DataFrame@@HIHIIJ@Z @45884 NONAME ??0OpalMediaFormat@@QAE@XZ @12917 NONAME ??0OpalPCM16Format@@QAE@XZ @42925 NONAME ??0OpalPluginCodec@@QAE@PAUPluginCodec_Definition@@@Z @44460 NONAME ??0OpalPluginMediaFormat@@QAE@PAUPluginCodec_Definition@@IHIIJ@Z @42926 NONAME ??0OpalRFC2190H263Format@@QAE@XZ @45885 NONAME ??0OpalRFC2833@@QAE@ABVPNotifier@@@Z @20098 NONAME ??0OpalRFC2833Info@@QAE@DII@Z @20099 NONAME ??0OpalRtpToWavFile@@QAE@ABVPString@@@Z @20553 NONAME ??0OpalRtpToWavFile@@QAE@XZ @20554 NONAME ??0OpalT120Format@@QAE@XZ @42927 NONAME ??0OpalT120Protocol@@QAE@XZ @18763 NONAME ??0OpalT38Protocol@@QAE@XZ @18764 NONAME ??0OpalUserInputRFC2833Format@@QAE@XZ @42928 NONAME ??0OpalVoipBlasterDevice@@QAE@XZ @19975 NONAME ??0OpalVXMLSession@@QAE@PAVH323Connection@@PAVPTextToSpeech@@H@Z @21160 NONAME ??0OpalWAVFile@@QAE@ABVPFilePath@@W4OpenMode@PFile@@HI@Z @20628 NONAME ??0OpalWAVFile@@QAE@I@Z @20629 NONAME ??0OpalWAVFile@@QAE@W4OpenMode@PFile@@HI@Z @20630 NONAME ??0P64Decoder@@IAE@XZ @1038 NONAME ??0P64Encoder@@QAE@HH@Z @12853 NONAME ??0PASN_Boolean@@QAE@ABV0@@Z @1045 NONAME ??0PASN_ConstrainedObject@@QAE@ABV0@@Z @1046 NONAME ??0PASN_ConstrainedString@@QAE@ABV0@@Z @1047 NONAME ??0PASN_Enumeration@@QAE@ABV0@@Z @1048 NONAME ??0PASN_GeneralisedTime@@QAE@ABV0@@Z @15292 NONAME ??0PASN_GeneralisedTime@@QAE@IW4TagClass@PASN_Object@@@Z @28664 NONAME ??0PASN_GeneralString@@QAE@ABV0@@Z @28665 NONAME ??0PASN_IA5String@@QAE@ABV0@@Z @21685 NONAME ??0PASN_Integer@@QAE@ABV0@@Z @1049 NONAME ??0PASN_Null@@QAE@ABV0@@Z @16480 NONAME ??0PASN_NumericString@@QAE@ABV0@@Z @1050 NONAME ??0PASN_Object@@QAE@ABV0@@Z @1051 NONAME ??0PASN_PrintableString@@QAE@ABV0@@Z @28666 NONAME ??0PASN_Stream@@QAE@ABV0@@Z @28667 NONAME ??0PASN_VisibleString@@QAE@ABV0@@Z @15293 NONAME ??0PCriticalSection@@QAE@ABV0@@Z @46020 NONAME ??0PLDAPAttr_c@RTPerson@PILSSession@@QAE@XZ @26186 NONAME ??0PLDAPAttr_cn@RTPerson@PILSSession@@QAE@XZ @26187 NONAME ??0PLDAPAttr_comment@RTPerson@PILSSession@@QAE@XZ @26188 NONAME ??0PLDAPAttr_givenName@RTPerson@PILSSession@@QAE@XZ @26189 NONAME ??0PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@QAE@XZ @26190 NONAME ??0PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@QAE@XZ @26191 NONAME ??0PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@QAE@XZ @26192 NONAME ??0PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@QAE@XZ @26193 NONAME ??0PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@QAE@XZ @26194 NONAME ??0PLDAPAttr_location@RTPerson@PILSSession@@QAE@XZ @26195 NONAME ??0PLDAPAttr_o@RTPerson@PILSSession@@QAE@XZ @26196 NONAME ??0PLDAPAttr_objectClass@RTPerson@PILSSession@@QAE@XZ @26197 NONAME ??0PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@QAE@XZ @26198 NONAME ??0PLDAPAttr_sappguid@RTPerson@PILSSession@@QAE@XZ @26199 NONAME ??0PLDAPAttr_sappid@RTPerson@PILSSession@@QAE@XZ @26200 NONAME ??0PLDAPAttr_sflags@RTPerson@PILSSession@@QAE@XZ @26201 NONAME ??0PLDAPAttr_sipAddress@RTPerson@PILSSession@@QAE@XZ @26202 NONAME ??0PLDAPAttr_smimetype@RTPerson@PILSSession@@QAE@XZ @26203 NONAME ??0PLDAPAttr_smodop@RTPerson@PILSSession@@QAE@XZ @26204 NONAME ??0PLDAPAttr_sport@RTPerson@PILSSession@@QAE@XZ @26205 NONAME ??0PLDAPAttr_sprotid@RTPerson@PILSSession@@QAE@XZ @26206 NONAME ??0PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@QAE@XZ @26207 NONAME ??0PLDAPAttr_ssecurity@RTPerson@PILSSession@@QAE@XZ @26208 NONAME ??0PLDAPAttr_sttl@RTPerson@PILSSession@@QAE@XZ @26209 NONAME ??0PLDAPAttr_surname@RTPerson@PILSSession@@QAE@XZ @26210 NONAME ??0PLDAPAttr_timestamp@RTPerson@PILSSession@@QAE@XZ @26211 NONAME ??0PluginLoader@@QAE@XZ @45080 NONAME ??0PMediaFormatInstantiateMe@@QAE@XZ @45104 NONAME ??0POrdinalKey@@QAE@ABV0@@Z @28668 NONAME ??0PortInfo@H323EndPoint@@QAE@XZ @28669 NONAME ??0PPER_Stream@@QAE@ABV0@@Z @28670 NONAME ??0PQoS@@QAE@ABV0@@Z @42745 NONAME ??0Pre_Vid_Coder@@QAE@XZ @1064 NONAME ??0PSortedStringList@@QAE@XZ @28671 NONAME ??0PSync@@QAE@ABV0@@Z @46021 NONAME ??0PUInt32b@@QAE@K@Z @28672 NONAME ??0PUInt32l@@QAE@XZ @28673 NONAME ??0PWAVFileConverter@@QAE@XZ @44273 NONAME ??0PWAVFileConverterALaw@@QAE@XZ @44274 NONAME ??0PWAVFileConverterULaw@@QAE@XZ @44275 NONAME ??0PWAVFileConverterXLaw@@QAE@XZ @44276 NONAME ??0Q931@@QAE@ABV0@@Z @21047 NONAME ??0Q931@@QAE@XZ @1068 NONAME ??0ReceivedPacket_PNotifier@OpalRFC2833@@QAE@PAV1@@Z @28674 NONAME ??0ReceivedPacket_PNotifier@OpalRtpToWavFile@@QAE@PAV1@@Z @28675 NONAME ??0ReceiverReport@RTP_Session@@QAE@XZ @28676 NONAME ??0ReceiveTimeout_PNotifier@OpalRFC2833@@QAE@PAV1@@Z @28677 NONAME ??0Request@H323Transactor@@QAE@IAAVH323TransactionPDU@@@Z @25837 NONAME ??0Request@H323Transactor@@QAE@IAAVH323TransactionPDU@@ABVH323TransportAddressArray@@@Z @25838 NONAME ??0Response@H323Transactor@@QAE@ABV01@@Z @28678 NONAME ??0Response@H323Transactor@@QAE@ABVH323TransportAddress@@I@Z @25839 NONAME ??0RFC2190_FfmpgLink@@QAE@XZ @45886 NONAME ??0RTPerson@PILSSession@@QAE@XZ @28679 NONAME ??0RTP_ControlFrame@@QAE@H@Z @1069 NONAME ??0RTP_DataFrame@@QAE@H@Z @1070 NONAME ??0RTP_JitterBuffer@@QAE@AAVRTP_Session@@IIH@Z @21421 NONAME ??0RTP_JitterBufferAnalyser@@QAE@XZ @12447 NONAME ??0RTP_QOS@@QAE@ABV0@@Z @42746 NONAME ??0RTP_Session@@QAE@IPAVRTP_UserData@@@Z @1072 NONAME ??0RTP_SessionManager@@QAE@ABV0@@Z @21248 NONAME ??0RTP_SessionManager@@QAE@XZ @16265 NONAME ??0RTP_UDP@@QAE@IH@Z @42718 NONAME ??0RTP_UserData@@QAE@XZ @28681 NONAME ??0SenderReport@RTP_Session@@QAE@XZ @28682 NONAME ??0SlowHandler_PNotifier@H323Transaction@@QAE@PAV1@@Z @28683 NONAME ??0SourceDescription@RTP_Session@@QAE@K@Z @28684 NONAME ??0SRVRecordList@PDNS@@IAE@HPBV01@@Z @44874 NONAME ??0SRVRecordList@PDNS@@QAE@XZ @44875 NONAME ??0StatusHandler_PNotifier@OpalVoipBlasterDevice@@QAE@PAV1@@Z @28685 NONAME ??0StringMap@H323GatekeeperServer@@QAE@ABVPString@@0@Z @28686 NONAME ??0T120ConnectPDU@@QAE@XZ @28687 NONAME ??0T120_X224@@QAE@XZ @28688 NONAME ??0T38_ArrayOf_PASN_OctetString@@QAE@ABV0@@Z @28689 NONAME ??0T38_ArrayOf_PASN_OctetString@@QAE@IW4TagClass@PASN_Object@@@Z @18765 NONAME ??0T38_Data_Field@@QAE@ABV0@@Z @28690 NONAME ??0T38_Data_Field@@QAE@IW4TagClass@PASN_Object@@@Z @18766 NONAME ??0T38_Data_Field_subtype@@QAE@ABV0@@Z @28691 NONAME ??0T38_Data_Field_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @18767 NONAME ??0T38_Data_Field_subtype_field_type@@QAE@ABV0@@Z @28692 NONAME ??0T38_Data_Field_subtype_field_type@@QAE@IW4TagClass@PASN_Object@@@Z @18768 NONAME ??0T38_IFPPacket@@QAE@ABV0@@Z @28693 NONAME ??0T38_IFPPacket@@QAE@IW4TagClass@PASN_Object@@@Z @18769 NONAME ??0T38_PreCorrigendum_Data_Field@@QAE@ABV0@@Z @28694 NONAME ??0T38_PreCorrigendum_Data_Field@@QAE@IW4TagClass@PASN_Object@@@Z @21452 NONAME ??0T38_PreCorrigendum_Data_Field_subtype@@QAE@ABV0@@Z @28695 NONAME ??0T38_PreCorrigendum_Data_Field_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @21453 NONAME ??0T38_PreCorrigendum_Data_Field_subtype_field_type@@QAE@ABV0@@Z @28696 NONAME ??0T38_PreCorrigendum_Data_Field_subtype_field_type@@QAE@IW4TagClass@PASN_Object@@@Z @21454 NONAME ??0T38_PreCorrigendum_IFPPacket@@QAE@ABV0@@Z @28697 NONAME ??0T38_PreCorrigendum_IFPPacket@@QAE@IW4TagClass@PASN_Object@@@Z @21455 NONAME ??0T38_Type_of_msg@@QAE@ABV0@@Z @28698 NONAME ??0T38_Type_of_msg@@QAE@IW4TagClass@PASN_Object@@@Z @18770 NONAME ??0T38_Type_of_msg_data@@QAE@ABV0@@Z @28699 NONAME ??0T38_Type_of_msg_data@@QAE@IW4TagClass@PASN_Object@@@Z @18771 NONAME ??0T38_Type_of_msg_t30_indicator@@QAE@ABV0@@Z @28700 NONAME ??0T38_Type_of_msg_t30_indicator@@QAE@IW4TagClass@PASN_Object@@@Z @18772 NONAME ??0T38_UDPTLPacket@@QAE@ABV0@@Z @28701 NONAME ??0T38_UDPTLPacket@@QAE@IW4TagClass@PASN_Object@@@Z @18773 NONAME ??0T38_UDPTLPacket_error_recovery@@QAE@ABV0@@Z @28702 NONAME ??0T38_UDPTLPacket_error_recovery@@QAE@IW4TagClass@PASN_Object@@@Z @18774 NONAME ??0T38_UDPTLPacket_error_recovery_fec_info@@QAE@ABV0@@Z @28703 NONAME ??0T38_UDPTLPacket_error_recovery_fec_info@@QAE@IW4TagClass@PASN_Object@@@Z @18775 NONAME ??0T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@QAE@ABV0@@Z @28704 NONAME ??0T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@QAE@IW4TagClass@PASN_Object@@@Z @18776 NONAME ??0T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@QAE@ABV0@@Z @28705 NONAME ??0T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @18777 NONAME ??0T38_UDPTLPacket_primary_ifp_packet@@QAE@ABV0@@Z @28706 NONAME ??0T38_UDPTLPacket_primary_ifp_packet@@QAE@IW4TagClass@PASN_Object@@@Z @18778 NONAME ??0TickleMonitor_PNotifier@H323Gatekeeper@@QAE@PAV1@@Z @28707 NONAME ??0TransmitEnded_PNotifier@OpalRFC2833@@QAE@PAV1@@Z @28708 NONAME ??0TransmitPacket_PNotifier@OpalRFC2833@@QAE@PAV1@@Z @28709 NONAME ??0Transmitter@@QAE@XZ @1074 NONAME ??0UpdateAllDescriptors_PNotifier@H323PeerElement@@QAE@PAV1@@Z @28710 NONAME ??0VideoFrame@@QAE@HH@Z @12854 NONAME ??0VideoFrame@@QAE@PAEHH@Z @12856 NONAME ??0VoipBlasterInterface@@QAE@XZ @19978 NONAME ??0Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@QAE@ABVPString@@@Z @44461 NONAME ??0Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@QAE@ABVPString@@@Z @44462 NONAME ??0Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@QAE@ABVPString@@@Z @44463 NONAME ??0Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@QAE@ABVPString@@@Z @44464 NONAME ??0Worker@OpalPluginCodecFactory@@QAE@ABVPString@@PAUPluginCodec_Definition@@@Z @44465 NONAME ??0WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@IAE@_N@Z @44876 NONAME ??0WorkerBase@?$PFactory@VH323Capability@@VPString@@@@IAE@PAVH323Capability@@@Z @43709 NONAME ??0WorkerBase@?$PFactory@VH323Capability@@VPString@@@@IAE@_N@Z @43710 NONAME ??0WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@IAE@_N@Z @44466 NONAME ??0WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@IAE@PAVOpalMediaFormat@@@Z @43711 NONAME ??0WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@IAE@_N@Z @43712 NONAME ??0WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@IAE@_N@Z @43713 NONAME ??0WorkerBase@?$PFactory@VPWAVFileConverter@@I@@IAE@_N@Z @44277 NONAME ??0X224@@QAE@XZ @1076 NONAME ??0X880_Code@@QAE@ABV0@@Z @28711 NONAME ??0X880_Code@@QAE@IW4TagClass@PASN_Object@@@Z @14141 NONAME ??0X880_GeneralProblem@@QAE@ABV0@@Z @28712 NONAME ??0X880_GeneralProblem@@QAE@IW4TagClass@PASN_Object@@@Z @14142 NONAME ??0X880_Invoke@@QAE@ABV0@@Z @20210 NONAME ??0X880_Invoke@@QAE@IW4TagClass@PASN_Object@@@Z @14143 NONAME ??0X880_InvokeId@@QAE@ABV0@@Z @28713 NONAME ??0X880_InvokeId@@QAE@IW4TagClass@PASN_Object@@@Z @14144 NONAME ??0X880_InvokeProblem@@QAE@ABV0@@Z @28714 NONAME ??0X880_InvokeProblem@@QAE@IW4TagClass@PASN_Object@@@Z @14145 NONAME ??0X880_Reject@@QAE@ABV0@@Z @28715 NONAME ??0X880_Reject@@QAE@IW4TagClass@PASN_Object@@@Z @14146 NONAME ??0X880_RejectProblem@@QAE@ABV0@@Z @28716 NONAME ??0X880_RejectProblem@@QAE@IW4TagClass@PASN_Object@@@Z @14147 NONAME ??0X880_Reject_problem@@QAE@ABV0@@Z @28717 NONAME ??0X880_Reject_problem@@QAE@IW4TagClass@PASN_Object@@@Z @14148 NONAME ??0X880_ReturnError@@QAE@ABV0@@Z @28718 NONAME ??0X880_ReturnError@@QAE@IW4TagClass@PASN_Object@@@Z @14149 NONAME ??0X880_ReturnErrorProblem@@QAE@ABV0@@Z @28719 NONAME ??0X880_ReturnErrorProblem@@QAE@IW4TagClass@PASN_Object@@@Z @14150 NONAME ??0X880_ReturnResult@@QAE@ABV0@@Z @28720 NONAME ??0X880_ReturnResult@@QAE@IW4TagClass@PASN_Object@@@Z @14151 NONAME ??0X880_ReturnResultProblem@@QAE@ABV0@@Z @28721 NONAME ??0X880_ReturnResultProblem@@QAE@IW4TagClass@PASN_Object@@@Z @14152 NONAME ??0X880_ReturnResult_result@@QAE@ABV0@@Z @28722 NONAME ??0X880_ReturnResult_result@@QAE@IW4TagClass@PASN_Object@@@Z @14153 NONAME ??0X880_ROS@@QAE@ABV0@@Z @28723 NONAME ??0X880_ROS@@QAE@IW4TagClass@PASN_Object@@@Z @14154 NONAME ??0_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE@PAU012@00ABU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@D@Z @44278 NONAME ??0_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU012@00ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@D@Z @44877 NONAME ??0_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU012@00ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@D@Z @43714 NONAME ??0_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU012@00ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@D@Z @44467 NONAME ??0_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU012@00ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@D@Z @43715 NONAME ??0_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU012@00ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@2@D@Z @43716 NONAME ??1?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UAE@XZ @18476 NONAME ??1?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UAE@XZ @18477 NONAME ??1?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UAE@XZ @18478 NONAME ??1?$H235_HASHED@VH235_EncodedGeneralToken@@@@UAE@XZ @18479 NONAME ??1?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UAE@XZ @18480 NONAME ??1?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UAE@XZ @18481 NONAME ??1?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UAE@XZ @18482 NONAME ??1?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UAE@XZ @18483 NONAME ??1?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UAE@XZ @18484 NONAME ??1?$H235_SIGNED@VH235_EncodedReturnSig@@@@UAE@XZ @18485 NONAME ??1?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@@std@@QAE@XZ @44279 NONAME ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@@std@@QAE@XZ @44878 NONAME ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@@std@@QAE@XZ @43717 NONAME ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@@std@@QAE@XZ @43718 NONAME ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@@std@@QAE@XZ @44468 NONAME ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@@std@@QAE@XZ @43719 NONAME ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@QAE@XZ @44879 NONAME ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@QAE@XZ @43720 NONAME ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@QAE@XZ @43721 NONAME ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@QAE@XZ @44469 NONAME ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@QAE@XZ @43722 NONAME ??1?$PArray@V?$PList@VH323Capability@@@@@@UAE@XZ @1087 NONAME ??1?$PArray@VH323SimultaneousCapabilities@@@@UAE@XZ @1088 NONAME ??1?$PArray@VH323TransportAddress@@@@UAE@XZ @23923 NONAME ??1?$PArray@VPASN_Object@@@@UAE@XZ @12364 NONAME ??1?$PArray@VReceiverReport@RTP_Session@@@@UAE@XZ @12365 NONAME ??1?$PArray@VSourceDescription@RTP_Session@@@@UAE@XZ @12366 NONAME ??1?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UAE@XZ @1090 NONAME ??1?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UAE@XZ @21686 NONAME ??1?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UAE@XZ @19411 NONAME ??1?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UAE@XZ @1091 NONAME ??1?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UAE@XZ @25840 NONAME ??1?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UAE@XZ @1092 NONAME ??1?$PDictionary@VPString@@VH323Connection@@@@UAE@XZ @1093 NONAME ??1?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UAE@XZ @19029 NONAME ??1?$PDictionary@VPString@@VPLDAPAttributeBase@@@@UAE@XZ @28724 NONAME ??1?$PDictionary@VPString@@VPOrdinalKey@@@@UAE@XZ @25923 NONAME ??1?$PFactory@VH235Authenticator@@VPString@@@@MAE@XZ @44880 NONAME ??1?$PFactory@VH323Capability@@VPString@@@@MAE@XZ @43723 NONAME ??1?$PFactory@VH323StaticPluginCodec@@VPString@@@@MAE@XZ @43724 NONAME ??1?$PFactory@VOpalFactoryCodec@@VPString@@@@MAE@XZ @44470 NONAME ??1?$PFactory@VOpalMediaFormat@@VPString@@@@MAE@XZ @43725 NONAME ??1?$PFactory@VPWAVFileConverter@@I@@MAE@XZ @44280 NONAME ??1?$PList@VH235Authenticator@@@@UAE@XZ @26430 NONAME ??1?$PList@VH245_GenericParameter@@@@UAE@XZ @45371 NONAME ??1?$PList@VH263Packet@@@@UAE@XZ @45887 NONAME ??1?$PList@VH323Capability@@@@UAE@XZ @1094 NONAME ??1?$PList@VH323Channel@@@@UAE@XZ @1095 NONAME ??1?$PList@VH323GatekeeperListener@@@@UAE@XZ @19030 NONAME ??1?$PList@VH323Listener@@@@UAE@XZ @1097 NONAME ??1?$PList@VH323Transactor@@@@UAE@XZ @23947 NONAME ??1?$PList@VH450xHandler@@@@UAE@XZ @19412 NONAME ??1?$PList@VOpalMediaFormat@@@@UAE@XZ @12919 NONAME ??1?$PList@VPBYTEArray@@@@UAE@XZ @23663 NONAME ??1?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UAE@XZ @21395 NONAME ??1?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UAE@XZ @25924 NONAME ??1?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UAE@XZ @26042 NONAME ??1?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@UAE@XZ @21396 NONAME ??1?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UAE@XZ @28725 NONAME ??1?$PSafePtr@VH323GatekeeperCall@@@@UAE@XZ @20403 NONAME ??1?$PSafePtr@VH323PeerElementDescriptor@@@@UAE@XZ @25683 NONAME ??1?$PSafePtr@VH323PeerElementServiceRelationship@@@@UAE@XZ @25684 NONAME ??1?$PSafePtr@VH323RegisteredEndPoint@@@@UAE@XZ @20404 NONAME ??1?$PSafeSortedList@VH323GatekeeperCall@@@@UAE@XZ @21398 NONAME ??1?$PSafeSortedList@VH323PeerElementDescriptor@@@@UAE@XZ @25685 NONAME ??1?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@UAE@XZ @25686 NONAME ??1?$PSet@VPOrdinalKey@@@@UAE@XZ @25925 NONAME ??1?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@UAE@XZ @20724 NONAME ??1?$PSortedList@VH225_AliasAddress@@@@UAE@XZ @26043 NONAME ??1?$PSortedList@VH323GatekeeperCall@@@@UAE@XZ @19031 NONAME ??1?$PSortedList@VH323PeerElementDescriptor@@@@UAE@XZ @25687 NONAME ??1?$PSortedList@VH323PeerElementServiceRelationship@@@@UAE@XZ @25688 NONAME ??1?$PSortedList@VMXRecord@PDNS@@@@UAE@XZ @44881 NONAME ??1?$PSortedList@VResponse@H323Transactor@@@@UAE@XZ @25841 NONAME ??1?$PSortedList@VSRVRecord@PDNS@@@@UAE@XZ @44882 NONAME ??1?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAE@XZ @44883 NONAME ??1?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@UAE@XZ @44884 NONAME ??1?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@UAE@XZ @44885 NONAME ??1?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@UAE@XZ @44886 NONAME ??1?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@UAE@XZ @43726 NONAME ??1?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @43727 NONAME ??1?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @43728 NONAME ??1?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @43729 NONAME ??1?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @43730 NONAME ??1?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @43731 NONAME ??1?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @43732 NONAME ??1?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @43733 NONAME ??1?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @43734 NONAME ??1?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @43735 NONAME ??1?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @43736 NONAME ??1?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @43737 NONAME ??1?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @43738 NONAME ??1?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @43739 NONAME ??1?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @43740 NONAME ??1?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @43741 NONAME ??1?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @43742 NONAME ??1?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @43743 NONAME ??1?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @43744 NONAME ??1?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @43745 NONAME ??1?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @43746 NONAME ??1?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @43747 NONAME ??1?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @43748 NONAME ??1?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @43749 NONAME ??1?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @43750 NONAME ??1?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @43751 NONAME ??1?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @43752 NONAME ??1?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @43753 NONAME ??1?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @43754 NONAME ??1?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @43755 NONAME ??1?$Worker@VOpalRFC2190H263Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @45888 NONAME ??1?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @43756 NONAME ??1?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @43757 NONAME ??1?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@UAE@XZ @45081 NONAME ??1?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@UAE@XZ @44281 NONAME ??1?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@UAE@XZ @44282 NONAME ??1?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE@XZ @44283 NONAME ??1?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @44887 NONAME ??1?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @43758 NONAME ??1?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @43759 NONAME ??1?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @44471 NONAME ??1?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @43760 NONAME ??1AdmissionRequestResponseInfo@@QAE@XZ @19600 NONAME ??1AliasKey@H323PeerElement@@UAE@XZ @26044 NONAME ??1AlternateInfo@H323Gatekeeper@@UAE@XZ @20725 NONAME ??1ByteQueue@OpalVoipBlasterDevice@@UAE@XZ @19979 NONAME ??1CodecReadAnalyser@@QAE@XZ @28726 NONAME ??1Encoder@@UAE@XZ @45142 NONAME ??1Entry@RTP_JitterBuffer@@UAE@XZ @1098 NONAME ??1FilterInfo@H323Codec@@UAE@XZ @20151 NONAME ??1FullP64Decoder@@UAE@XZ @1100 NONAME ??1G7231_File_Capability@@UAE@XZ @20814 NONAME ??1G7231_File_Codec@@UAE@XZ @20815 NONAME ??1GCC_AlternativeNodeID@@UAE@XZ @1101 NONAME ??1GCC_ApplicationInvokeIndication@@UAE@XZ @1102 NONAME ??1GCC_ApplicationInvokeSpecifier@@UAE@XZ @1103 NONAME ??1GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@UAE@XZ @1104 NONAME ??1GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UAE@XZ @1105 NONAME ??1GCC_ApplicationRecord@@UAE@XZ @1106 NONAME ??1GCC_ApplicationRecord_nonCollapsingCapabilities@@UAE@XZ @1107 NONAME ??1GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UAE@XZ @1108 NONAME ??1GCC_ArrayOf_ApplicationInvokeSpecifier@@UAE@XZ @1109 NONAME ??1GCC_ArrayOf_ChallengeItem@@UAE@XZ @1110 NONAME ??1GCC_ArrayOf_ConferenceDescriptor@@UAE@XZ @1111 NONAME ??1GCC_ArrayOf_Privilege@@UAE@XZ @1112 NONAME ??1GCC_ArrayOf_TextString@@UAE@XZ @1113 NONAME ??1GCC_ArrayOf_UserID@@UAE@XZ @1114 NONAME ??1GCC_AsymmetryIndicator@@UAE@XZ @1115 NONAME ??1GCC_CapabilityClass@@UAE@XZ @1116 NONAME ??1GCC_CapabilityID@@UAE@XZ @1117 NONAME ??1GCC_ChallengeItem@@UAE@XZ @1118 NONAME ??1GCC_ChallengeRequest@@UAE@XZ @1119 NONAME ??1GCC_ChallengeResponse@@UAE@XZ @1120 NONAME ??1GCC_ChallengeResponseAlgorithm@@UAE@XZ @1121 NONAME ??1GCC_ChallengeResponseItem@@UAE@XZ @1122 NONAME ??1GCC_ChannelID@@UAE@XZ @1123 NONAME ??1GCC_ChannelType@@UAE@XZ @1124 NONAME ??1GCC_ConductorAssignIndication@@UAE@XZ @1125 NONAME ??1GCC_ConductorPermissionAskIndication@@UAE@XZ @1126 NONAME ??1GCC_ConductorPermissionGrantIndication@@UAE@XZ @1127 NONAME ??1GCC_ConductorReleaseIndication@@UAE@XZ @1128 NONAME ??1GCC_ConferenceAddRequest@@UAE@XZ @1129 NONAME ??1GCC_ConferenceAddResponse@@UAE@XZ @1130 NONAME ??1GCC_ConferenceAddResponse_result@@UAE@XZ @1131 NONAME ??1GCC_ConferenceAssistanceIndication@@UAE@XZ @1132 NONAME ??1GCC_ConferenceCreateRequest@@UAE@XZ @1133 NONAME ??1GCC_ConferenceCreateResponse@@UAE@XZ @1134 NONAME ??1GCC_ConferenceCreateResponse_result@@UAE@XZ @1135 NONAME ??1GCC_ConferenceDescriptor@@UAE@XZ @1136 NONAME ??1GCC_ConferenceEjectUserIndication@@UAE@XZ @1137 NONAME ??1GCC_ConferenceEjectUserIndication_reason@@UAE@XZ @1138 NONAME ??1GCC_ConferenceEjectUserRequest@@UAE@XZ @1139 NONAME ??1GCC_ConferenceEjectUserRequest_reason@@UAE@XZ @1140 NONAME ??1GCC_ConferenceEjectUserResponse@@UAE@XZ @1141 NONAME ??1GCC_ConferenceEjectUserResponse_result@@UAE@XZ @1142 NONAME ??1GCC_ConferenceInviteRequest@@UAE@XZ @1143 NONAME ??1GCC_ConferenceInviteResponse@@UAE@XZ @1144 NONAME ??1GCC_ConferenceInviteResponse_result@@UAE@XZ @1145 NONAME ??1GCC_ConferenceJoinRequest@@UAE@XZ @1146 NONAME ??1GCC_ConferenceJoinResponse@@UAE@XZ @1147 NONAME ??1GCC_ConferenceJoinResponse_result@@UAE@XZ @1148 NONAME ??1GCC_ConferenceLockIndication@@UAE@XZ @1149 NONAME ??1GCC_ConferenceLockRequest@@UAE@XZ @1150 NONAME ??1GCC_ConferenceLockResponse@@UAE@XZ @1151 NONAME ??1GCC_ConferenceLockResponse_result@@UAE@XZ @1152 NONAME ??1GCC_ConferenceName@@UAE@XZ @1153 NONAME ??1GCC_ConferenceNameModifier@@UAE@XZ @1154 NONAME ??1GCC_ConferenceNameSelector@@UAE@XZ @1155 NONAME ??1GCC_ConferencePriority@@UAE@XZ @1156 NONAME ??1GCC_ConferencePriorityScheme@@UAE@XZ @1157 NONAME ??1GCC_ConferenceQueryRequest@@UAE@XZ @1158 NONAME ??1GCC_ConferenceQueryResponse@@UAE@XZ @1159 NONAME ??1GCC_ConferenceQueryResponse_result@@UAE@XZ @1160 NONAME ??1GCC_ConferenceTerminateIndication@@UAE@XZ @1161 NONAME ??1GCC_ConferenceTerminateIndication_reason@@UAE@XZ @1162 NONAME ??1GCC_ConferenceTerminateRequest@@UAE@XZ @1163 NONAME ??1GCC_ConferenceTerminateRequest_reason@@UAE@XZ @1164 NONAME ??1GCC_ConferenceTerminateResponse@@UAE@XZ @1165 NONAME ??1GCC_ConferenceTerminateResponse_result@@UAE@XZ @1166 NONAME ??1GCC_ConferenceTimeExtendIndication@@UAE@XZ @1167 NONAME ??1GCC_ConferenceTimeInquireIndication@@UAE@XZ @1168 NONAME ??1GCC_ConferenceTimeRemainingIndication@@UAE@XZ @1169 NONAME ??1GCC_ConferenceTransferIndication@@UAE@XZ @1170 NONAME ??1GCC_ConferenceTransferRequest@@UAE@XZ @1171 NONAME ??1GCC_ConferenceTransferResponse@@UAE@XZ @1172 NONAME ??1GCC_ConferenceTransferResponse_result@@UAE@XZ @1173 NONAME ??1GCC_ConferenceUnlockIndication@@UAE@XZ @1174 NONAME ??1GCC_ConferenceUnlockRequest@@UAE@XZ @1175 NONAME ??1GCC_ConferenceUnlockResponse@@UAE@XZ @1176 NONAME ??1GCC_ConferenceUnlockResponse_result@@UAE@XZ @1177 NONAME ??1GCC_ConnectData@@UAE@XZ @1178 NONAME ??1GCC_ConnectGCCPDU@@UAE@XZ @1179 NONAME ??1GCC_DialingString@@UAE@XZ @1180 NONAME ??1GCC_DynamicChannelID@@UAE@XZ @1181 NONAME ??1GCC_DynamicTokenID@@UAE@XZ @1182 NONAME ??1GCC_EntityID@@UAE@XZ @1183 NONAME ??1GCC_ExtraDialingString@@UAE@XZ @1184 NONAME ??1GCC_FunctionNotSupportedResponse@@UAE@XZ @1185 NONAME ??1GCC_GCCPDU@@UAE@XZ @1186 NONAME ??1GCC_H221NonStandardIdentifier@@UAE@XZ @1187 NONAME ??1GCC_Handle@@UAE@XZ @1188 NONAME ??1GCC_IndicationPDU@@UAE@XZ @1189 NONAME ??1GCC_Key@@UAE@XZ @1190 NONAME ??1GCC_NetworkAddress@@UAE@XZ @1191 NONAME ??1GCC_NetworkAddress_subtype@@UAE@XZ @1192 NONAME ??1GCC_NetworkAddress_subtype_aggregatedChannel@@UAE@XZ @1193 NONAME ??1GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UAE@XZ @1194 NONAME ??1GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UAE@XZ @1195 NONAME ??1GCC_NetworkAddress_subtype_transportConnection@@UAE@XZ @1196 NONAME ??1GCC_NodeProperties@@UAE@XZ @1197 NONAME ??1GCC_NodeRecord@@UAE@XZ @1198 NONAME ??1GCC_NodeType@@UAE@XZ @1199 NONAME ??1GCC_NonStandardParameter@@UAE@XZ @1200 NONAME ??1GCC_NonStandardPDU@@UAE@XZ @1201 NONAME ??1GCC_Password@@UAE@XZ @1202 NONAME ??1GCC_PasswordChallengeRequestResponse@@UAE@XZ @1203 NONAME ??1GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UAE@XZ @1204 NONAME ??1GCC_PasswordSelector@@UAE@XZ @1205 NONAME ??1GCC_Privilege@@UAE@XZ @1206 NONAME ??1GCC_RegistryAllocateHandleRequest@@UAE@XZ @1207 NONAME ??1GCC_RegistryAllocateHandleResponse@@UAE@XZ @1208 NONAME ??1GCC_RegistryAllocateHandleResponse_result@@UAE@XZ @1209 NONAME ??1GCC_RegistryAssignTokenRequest@@UAE@XZ @1210 NONAME ??1GCC_RegistryDeleteEntryRequest@@UAE@XZ @1211 NONAME ??1GCC_RegistryEntryOwner@@UAE@XZ @1212 NONAME ??1GCC_RegistryEntryOwner_owned@@UAE@XZ @1213 NONAME ??1GCC_RegistryItem@@UAE@XZ @1214 NONAME ??1GCC_RegistryKey@@UAE@XZ @1215 NONAME ??1GCC_RegistryModificationRights@@UAE@XZ @1216 NONAME ??1GCC_RegistryMonitorEntryIndication@@UAE@XZ @1217 NONAME ??1GCC_RegistryMonitorEntryRequest@@UAE@XZ @1218 NONAME ??1GCC_RegistryRegisterChannelRequest@@UAE@XZ @1219 NONAME ??1GCC_RegistryResponse@@UAE@XZ @1220 NONAME ??1GCC_RegistryResponse_primitiveType@@UAE@XZ @1221 NONAME ??1GCC_RegistryResponse_result@@UAE@XZ @1222 NONAME ??1GCC_RegistryRetrieveEntryRequest@@UAE@XZ @1223 NONAME ??1GCC_RegistrySetParameterRequest@@UAE@XZ @1224 NONAME ??1GCC_RequestPDU@@UAE@XZ @1225 NONAME ??1GCC_ResponsePDU@@UAE@XZ @1226 NONAME ??1GCC_RosterUpdateIndication@@UAE@XZ @1227 NONAME ??1GCC_RosterUpdateIndication_applicationInformation@@UAE@XZ @1228 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype@@UAE@XZ @1229 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@UAE@XZ @1230 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@UAE@XZ @1231 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UAE@XZ @1232 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@UAE@XZ @1233 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@UAE@XZ @1234 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UAE@XZ @1235 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@UAE@XZ @1236 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UAE@XZ @1237 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@UAE@XZ @1238 NONAME ??1GCC_RosterUpdateIndication_nodeInformation@@UAE@XZ @1239 NONAME ??1GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@UAE@XZ @1240 NONAME ??1GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@UAE@XZ @1241 NONAME ??1GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UAE@XZ @1242 NONAME ??1GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@UAE@XZ @1243 NONAME ??1GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UAE@XZ @1244 NONAME ??1GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@UAE@XZ @1245 NONAME ??1GCC_SessionKey@@UAE@XZ @1246 NONAME ??1GCC_SimpleNumericString@@UAE@XZ @1247 NONAME ??1GCC_SimpleTextString@@UAE@XZ @1248 NONAME ??1GCC_StaticChannelID@@UAE@XZ @1249 NONAME ??1GCC_StaticTokenID@@UAE@XZ @1250 NONAME ??1GCC_SubAddressString@@UAE@XZ @1251 NONAME ??1GCC_TerminationMethod@@UAE@XZ @1252 NONAME ??1GCC_TextMessageIndication@@UAE@XZ @1253 NONAME ??1GCC_TextString@@UAE@XZ @1254 NONAME ??1GCC_Time@@UAE@XZ @1255 NONAME ??1GCC_TokenID@@UAE@XZ @1256 NONAME ??1GCC_UserData@@UAE@XZ @1257 NONAME ??1GCC_UserData_subtype@@UAE@XZ @1258 NONAME ??1GCC_UserID@@UAE@XZ @1259 NONAME ??1GCC_UserIDIndication@@UAE@XZ @1260 NONAME ??1H225CallThread@@UAE@XZ @1262 NONAME ??1H225TransportThread@@UAE@XZ @1264 NONAME ??1H225_AddressPattern@@UAE@XZ @16481 NONAME ??1H225_AddressPattern_range@@UAE@XZ @16482 NONAME ??1H225_AdmissionConfirm@@UAE@XZ @1265 NONAME ??1H225_AdmissionConfirm_language@@UAE@XZ @16483 NONAME ??1H225_AdmissionReject@@UAE@XZ @1266 NONAME ??1H225_AdmissionRejectReason@@UAE@XZ @1267 NONAME ??1H225_AdmissionRequest@@UAE@XZ @1268 NONAME ??1H225_Alerting_UUIE@@UAE@XZ @1269 NONAME ??1H225_AliasAddress@@UAE@XZ @1270 NONAME ??1H225_AlternateGK@@UAE@XZ @1271 NONAME ??1H225_AlternateTransportAddresses@@UAE@XZ @16484 NONAME ??1H225_AltGKInfo@@UAE@XZ @1272 NONAME ??1H225_ANSI_41_UIM@@UAE@XZ @16485 NONAME ??1H225_ANSI_41_UIM_system_id@@UAE@XZ @16486 NONAME ??1H225_ArrayOf_AddressPattern@@UAE@XZ @16487 NONAME ??1H225_ArrayOf_AdmissionConfirm@@UAE@XZ @26749 NONAME ??1H225_ArrayOf_AliasAddress@@UAE@XZ @1273 NONAME ??1H225_ArrayOf_AlternateGK@@UAE@XZ @1274 NONAME ??1H225_ArrayOf_AuthenticationMechanism@@UAE@XZ @1275 NONAME ??1H225_ArrayOf_BandwidthDetails@@UAE@XZ @16488 NONAME ??1H225_ArrayOf_CallReferenceValue@@UAE@XZ @1276 NONAME ??1H225_ArrayOf_CallsAvailable@@UAE@XZ @16489 NONAME ??1H225_ArrayOf_ClearToken@@UAE@XZ @1277 NONAME ??1H225_ArrayOf_ConferenceIdentifier@@UAE@XZ @1278 NONAME ??1H225_ArrayOf_ConferenceList@@UAE@XZ @1279 NONAME ??1H225_ArrayOf_CryptoH323Token@@UAE@XZ @1280 NONAME ??1H225_ArrayOf_DataRate@@UAE@XZ @1281 NONAME ??1H225_ArrayOf_Endpoint@@UAE@XZ @1282 NONAME ??1H225_ArrayOf_EnumeratedParameter@@UAE@XZ @16490 NONAME ??1H225_ArrayOf_ExtendedAliasAddress@@UAE@XZ @16491 NONAME ??1H225_ArrayOf_FeatureDescriptor@@UAE@XZ @16492 NONAME ??1H225_ArrayOf_GenericData@@UAE@XZ @16493 NONAME ??1H225_ArrayOf_H245Security@@UAE@XZ @1283 NONAME ??1H225_ArrayOf_H248PackagesDescriptor@@UAE@XZ @16494 NONAME ??1H225_ArrayOf_IntegrityMechanism@@UAE@XZ @1284 NONAME ??1H225_ArrayOf_NonStandardParameter@@UAE@XZ @1285 NONAME ??1H225_ArrayOf_PartyNumber@@UAE@XZ @16495 NONAME ??1H225_ArrayOf_PASN_ObjectId@@UAE@XZ @1286 NONAME ??1H225_ArrayOf_PASN_OctetString@@UAE@XZ @1287 NONAME ??1H225_ArrayOf_RasUsageSpecification@@UAE@XZ @16496 NONAME ??1H225_ArrayOf_RTPSession@@UAE@XZ @1288 NONAME ??1H225_ArrayOf_ServiceControlSession@@UAE@XZ @16497 NONAME ??1H225_ArrayOf_SupportedPrefix@@UAE@XZ @1289 NONAME ??1H225_ArrayOf_SupportedProtocols@@UAE@XZ @1290 NONAME ??1H225_ArrayOf_TransportAddress@@UAE@XZ @1291 NONAME ??1H225_ArrayOf_TransportChannelInfo@@UAE@XZ @1292 NONAME ??1H225_ArrayOf_TunnelledProtocol@@UAE@XZ @16498 NONAME ??1H225_BandRejectReason@@UAE@XZ @1293 NONAME ??1H225_BandWidth@@UAE@XZ @1294 NONAME ??1H225_BandwidthConfirm@@UAE@XZ @1295 NONAME ??1H225_BandwidthDetails@@UAE@XZ @16499 NONAME ??1H225_BandwidthReject@@UAE@XZ @1296 NONAME ??1H225_BandwidthRequest@@UAE@XZ @1297 NONAME ??1H225_CallCapacity@@UAE@XZ @16500 NONAME ??1H225_CallCapacityInfo@@UAE@XZ @16501 NONAME ??1H225_CallCreditCapability@@UAE@XZ @16502 NONAME ??1H225_CallCreditServiceControl@@UAE@XZ @16503 NONAME ??1H225_CallCreditServiceControl_billingMode@@UAE@XZ @16504 NONAME ??1H225_CallCreditServiceControl_callStartingPoint@@UAE@XZ @16505 NONAME ??1H225_CallIdentifier@@UAE@XZ @1298 NONAME ??1H225_CallLinkage@@UAE@XZ @16506 NONAME ??1H225_CallModel@@UAE@XZ @1299 NONAME ??1H225_CallProceeding_UUIE@@UAE@XZ @1300 NONAME ??1H225_CallReferenceValue@@UAE@XZ @1301 NONAME ??1H225_CallsAvailable@@UAE@XZ @16507 NONAME ??1H225_CallTerminationCause@@UAE@XZ @16508 NONAME ??1H225_CallType@@UAE@XZ @1302 NONAME ??1H225_CapacityReportingCapability@@UAE@XZ @16509 NONAME ??1H225_CapacityReportingSpecification@@UAE@XZ @16510 NONAME ??1H225_CapacityReportingSpecification_when@@UAE@XZ @16511 NONAME ??1H225_CarrierInfo@@UAE@XZ @26750 NONAME ??1H225_CicInfo@@UAE@XZ @16512 NONAME ??1H225_CicInfo_cic@@UAE@XZ @16513 NONAME ??1H225_CircuitIdentifier@@UAE@XZ @16514 NONAME ??1H225_CircuitInfo@@UAE@XZ @16515 NONAME ??1H225_ConferenceIdentifier@@UAE@XZ @1303 NONAME ??1H225_ConferenceList@@UAE@XZ @1304 NONAME ??1H225_Connect_UUIE@@UAE@XZ @1305 NONAME ??1H225_Connect_UUIE_language@@UAE@XZ @16516 NONAME ??1H225_Content@@UAE@XZ @16517 NONAME ??1H225_CryptoH323Token@@UAE@XZ @1306 NONAME ??1H225_CryptoH323Token_cryptoEPPwdHash@@UAE@XZ @1307 NONAME ??1H225_CryptoH323Token_cryptoGKPwdHash@@UAE@XZ @1308 NONAME ??1H225_DataRate@@UAE@XZ @1309 NONAME ??1H225_DisengageConfirm@@UAE@XZ @1310 NONAME ??1H225_DisengageReason@@UAE@XZ @1311 NONAME ??1H225_DisengageReject@@UAE@XZ @1312 NONAME ??1H225_DisengageRejectReason@@UAE@XZ @1313 NONAME ??1H225_DisengageRequest@@UAE@XZ @1314 NONAME ??1H225_EncodedFastStartToken@@UAE@XZ @18486 NONAME ??1H225_EncryptIntAlg@@UAE@XZ @1315 NONAME ??1H225_Endpoint@@UAE@XZ @1316 NONAME ??1H225_EndpointIdentifier@@UAE@XZ @1317 NONAME ??1H225_EndpointType@@UAE@XZ @1318 NONAME ??1H225_EnumeratedParameter@@UAE@XZ @16518 NONAME ??1H225_ExtendedAliasAddress@@UAE@XZ @16519 NONAME ??1H225_FacilityReason@@UAE@XZ @1319 NONAME ??1H225_Facility_UUIE@@UAE@XZ @1320 NONAME ??1H225_FastStartToken@@UAE@XZ @1321 NONAME ??1H225_FeatureDescriptor@@UAE@XZ @16520 NONAME ??1H225_FeatureSet@@UAE@XZ @16521 NONAME ??1H225_GatekeeperConfirm@@UAE@XZ @1322 NONAME ??1H225_GatekeeperIdentifier@@UAE@XZ @1323 NONAME ??1H225_GatekeeperInfo@@UAE@XZ @1324 NONAME ??1H225_GatekeeperReject@@UAE@XZ @1325 NONAME ??1H225_GatekeeperRejectReason@@UAE@XZ @1326 NONAME ??1H225_GatekeeperRequest@@UAE@XZ @1327 NONAME ??1H225_GatewayInfo@@UAE@XZ @1328 NONAME ??1H225_GenericData@@UAE@XZ @16522 NONAME ??1H225_GenericIdentifier@@UAE@XZ @16523 NONAME ??1H225_GloballyUniqueID@@UAE@XZ @1329 NONAME ??1H225_GroupID@@UAE@XZ @16524 NONAME ??1H225_GroupID_member@@UAE@XZ @16525 NONAME ??1H225_GSM_UIM@@UAE@XZ @16526 NONAME ??1H225_H221NonStandard@@UAE@XZ @1330 NONAME ??1H225_H245Security@@UAE@XZ @1331 NONAME ??1H225_H248PackagesDescriptor@@UAE@XZ @16527 NONAME ??1H225_H248SignalsDescriptor@@UAE@XZ @16528 NONAME ??1H225_H310Caps@@UAE@XZ @1332 NONAME ??1H225_H320Caps@@UAE@XZ @1333 NONAME ??1H225_H321Caps@@UAE@XZ @1334 NONAME ??1H225_H322Caps@@UAE@XZ @1335 NONAME ??1H225_H323Caps@@UAE@XZ @1336 NONAME ??1H225_H323_UserInformation@@UAE@XZ @1337 NONAME ??1H225_H323_UserInformation_user_data@@UAE@XZ @1338 NONAME ??1H225_H323_UU_PDU@@UAE@XZ @1339 NONAME ??1H225_H323_UU_PDU_h323_message_body@@UAE@XZ @1340 NONAME ??1H225_H323_UU_PDU_tunnelledSignallingMessage@@UAE@XZ @16529 NONAME ??1H225_H324Caps@@UAE@XZ @1341 NONAME ??1H225_ICV@@UAE@XZ @1342 NONAME ??1H225_InfoRequest@@UAE@XZ @1343 NONAME ??1H225_InfoRequestAck@@UAE@XZ @1344 NONAME ??1H225_InfoRequestNak@@UAE@XZ @1345 NONAME ??1H225_InfoRequestNakReason@@UAE@XZ @1346 NONAME ??1H225_InfoRequestResponse@@UAE@XZ @1347 NONAME ??1H225_InfoRequestResponseStatus@@UAE@XZ @16530 NONAME ??1H225_InfoRequestResponse_perCallInfo@@UAE@XZ @1348 NONAME ??1H225_InfoRequestResponse_perCallInfo_subtype@@UAE@XZ @1349 NONAME ??1H225_InfoRequestResponse_perCallInfo_subtype_pdu@@UAE@XZ @1350 NONAME ??1H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UAE@XZ @1351 NONAME ??1H225_Information_UUIE@@UAE@XZ @1352 NONAME ??1H225_IntegrityMechanism@@UAE@XZ @1353 NONAME ??1H225_LocationConfirm@@UAE@XZ @1354 NONAME ??1H225_LocationReject@@UAE@XZ @1355 NONAME ??1H225_LocationRejectReason@@UAE@XZ @1356 NONAME ??1H225_LocationRequest@@UAE@XZ @1357 NONAME ??1H225_McuInfo@@UAE@XZ @1358 NONAME ??1H225_MobileUIM@@UAE@XZ @16531 NONAME ??1H225_NonIsoIntegrityMechanism@@UAE@XZ @1359 NONAME ??1H225_NonStandardIdentifier@@UAE@XZ @1360 NONAME ??1H225_NonStandardMessage@@UAE@XZ @1361 NONAME ??1H225_NonStandardParameter@@UAE@XZ @1362 NONAME ??1H225_NonStandardProtocol@@UAE@XZ @1363 NONAME ??1H225_Notify_UUIE@@UAE@XZ @16532 NONAME ??1H225_NumberDigits@@UAE@XZ @1364 NONAME ??1H225_PartyNumber@@UAE@XZ @1365 NONAME ??1H225_PresentationIndicator@@UAE@XZ @16533 NONAME ??1H225_PrivatePartyNumber@@UAE@XZ @1366 NONAME ??1H225_PrivateTypeOfNumber@@UAE@XZ @1367 NONAME ??1H225_Progress_UUIE@@UAE@XZ @1368 NONAME ??1H225_ProtocolIdentifier@@UAE@XZ @1369 NONAME ??1H225_PublicPartyNumber@@UAE@XZ @1370 NONAME ??1H225_PublicTypeOfNumber@@UAE@XZ @1371 NONAME ??1H225_Q954Details@@UAE@XZ @1372 NONAME ??1H225_QseriesOptions@@UAE@XZ @1373 NONAME ??1H225_RAS@@UAE@XZ @18667 NONAME ??1H225_RasMessage@@UAE@XZ @1374 NONAME ??1H225_RasUsageInformation@@UAE@XZ @16534 NONAME ??1H225_RasUsageInfoTypes@@UAE@XZ @16535 NONAME ??1H225_RasUsageSpecification@@UAE@XZ @16536 NONAME ??1H225_RasUsageSpecification_callStartingPoint@@UAE@XZ @16537 NONAME ??1H225_RasUsageSpecification_when@@UAE@XZ @16538 NONAME ??1H225_RegistrationConfirm@@UAE@XZ @1375 NONAME ??1H225_RegistrationConfirm_preGrantedARQ@@UAE@XZ @1376 NONAME ??1H225_RegistrationReject@@UAE@XZ @1377 NONAME ??1H225_RegistrationRejectReason@@UAE@XZ @1378 NONAME ??1H225_RegistrationRejectReason_invalidTerminalAliases@@UAE@XZ @16539 NONAME ??1H225_RegistrationRequest@@UAE@XZ @1379 NONAME ??1H225_ReleaseCompleteReason@@UAE@XZ @1380 NONAME ??1H225_ReleaseComplete_UUIE@@UAE@XZ @1381 NONAME ??1H225_RequestInProgress@@UAE@XZ @1382 NONAME ??1H225_RequestSeqNum@@UAE@XZ @1383 NONAME ??1H225_ResourcesAvailableConfirm@@UAE@XZ @1384 NONAME ??1H225_ResourcesAvailableIndicate@@UAE@XZ @1385 NONAME ??1H225_RTPSession@@UAE@XZ @1386 NONAME ??1H225_RTPSession_associatedSessionIds@@UAE@XZ @1387 NONAME ??1H225_ScnConnectionAggregation@@UAE@XZ @16540 NONAME ??1H225_ScnConnectionType@@UAE@XZ @16541 NONAME ??1H225_ScreeningIndicator@@UAE@XZ @16542 NONAME ??1H225_SecurityCapabilities@@UAE@XZ @1388 NONAME ??1H225_SecurityErrors2@@UAE@XZ @26751 NONAME ??1H225_SecurityErrors@@UAE@XZ @26752 NONAME ??1H225_SecurityServiceMode@@UAE@XZ @1389 NONAME ??1H225_ServiceControlDescriptor@@UAE@XZ @16543 NONAME ??1H225_ServiceControlIndication@@UAE@XZ @16544 NONAME ??1H225_ServiceControlIndication_callSpecific@@UAE@XZ @16545 NONAME ??1H225_ServiceControlResponse@@UAE@XZ @16546 NONAME ??1H225_ServiceControlResponse_result@@UAE@XZ @16547 NONAME ??1H225_ServiceControlSession@@UAE@XZ @16548 NONAME ??1H225_ServiceControlSession_reason@@UAE@XZ @16549 NONAME ??1H225_SetupAcknowledge_UUIE@@UAE@XZ @16550 NONAME ??1H225_Setup_UUIE@@UAE@XZ @1390 NONAME ??1H225_Setup_UUIE_conferenceGoal@@UAE@XZ @1391 NONAME ??1H225_Setup_UUIE_connectionParameters@@UAE@XZ @16551 NONAME ??1H225_Setup_UUIE_language@@UAE@XZ @16552 NONAME ??1H225_SIPCaps@@UAE@XZ @26753 NONAME ??1H225_StatusInquiry_UUIE@@UAE@XZ @16553 NONAME ??1H225_Status_UUIE@@UAE@XZ @16554 NONAME ??1H225_StimulusControl@@UAE@XZ @16555 NONAME ??1H225_SupportedPrefix@@UAE@XZ @1392 NONAME ??1H225_SupportedProtocols@@UAE@XZ @1393 NONAME ??1H225_T120OnlyCaps@@UAE@XZ @1394 NONAME ??1H225_T38FaxAnnexbOnlyCaps@@UAE@XZ @16556 NONAME ??1H225_TBCD_STRING@@UAE@XZ @16557 NONAME ??1H225_TerminalInfo@@UAE@XZ @1395 NONAME ??1H225_TimeToLive@@UAE@XZ @1396 NONAME ??1H225_TransportAddress@@UAE@XZ @1397 NONAME ??1H225_TransportAddress_ip6Address@@UAE@XZ @1398 NONAME ??1H225_TransportAddress_ipAddress@@UAE@XZ @1399 NONAME ??1H225_TransportAddress_ipSourceRoute@@UAE@XZ @1400 NONAME ??1H225_TransportAddress_ipSourceRoute_route@@UAE@XZ @1401 NONAME ??1H225_TransportAddress_ipSourceRoute_routing@@UAE@XZ @1402 NONAME ??1H225_TransportAddress_ipxAddress@@UAE@XZ @1403 NONAME ??1H225_TransportChannelInfo@@UAE@XZ @1404 NONAME ??1H225_TransportQOS@@UAE@XZ @1405 NONAME ??1H225_TunnelledProtocol@@UAE@XZ @16558 NONAME ??1H225_TunnelledProtocolAlternateIdentifier@@UAE@XZ @16559 NONAME ??1H225_TunnelledProtocol_id@@UAE@XZ @16560 NONAME ??1H225_UnknownMessageResponse@@UAE@XZ @1406 NONAME ??1H225_UnregistrationConfirm@@UAE@XZ @1407 NONAME ??1H225_UnregistrationReject@@UAE@XZ @1408 NONAME ??1H225_UnregistrationRequest@@UAE@XZ @1409 NONAME ??1H225_UnregRejectReason@@UAE@XZ @1410 NONAME ??1H225_UnregRequestReason@@UAE@XZ @1411 NONAME ??1H225_UseSpecifiedTransport@@UAE@XZ @16561 NONAME ??1H225_UUIEsRequested@@UAE@XZ @1412 NONAME ??1H225_VendorIdentifier@@UAE@XZ @1413 NONAME ??1H225_VoiceCaps@@UAE@XZ @1414 NONAME ??1H235AuthCAT@@UAE@XZ @23873 NONAME ??1H235Authenticator@@UAE@XZ @19303 NONAME ??1H235Authenticators@@UAE@XZ @21086 NONAME ??1H235AuthProcedure1@@UAE@XZ @19722 NONAME ??1H235AuthSimpleMD5@@UAE@XZ @19305 NONAME ??1H235_AuthenticationBES@@UAE@XZ @19207 NONAME ??1H235_AuthenticationMechanism@@UAE@XZ @1415 NONAME ??1H235_ChallengeString@@UAE@XZ @1416 NONAME ??1H235_ClearToken@@UAE@XZ @1417 NONAME ??1H235_CryptoToken@@UAE@XZ @1418 NONAME ??1H235_CryptoToken_cryptoEncryptedToken@@UAE@XZ @1419 NONAME ??1H235_CryptoToken_cryptoHashedToken@@UAE@XZ @1420 NONAME ??1H235_CryptoToken_cryptoSignedToken@@UAE@XZ @1421 NONAME ??1H235_DHset@@UAE@XZ @1422 NONAME ??1H235_ECGDSASignature@@UAE@XZ @26754 NONAME ??1H235_ECKASDH@@UAE@XZ @19209 NONAME ??1H235_ECKASDH_eckasdh2@@UAE@XZ @19210 NONAME ??1H235_ECKASDH_eckasdhp@@UAE@XZ @19211 NONAME ??1H235_ECpoint@@UAE@XZ @26755 NONAME ??1H235_EncodedGeneralToken@@UAE@XZ @18487 NONAME ??1H235_EncodedKeySignedMaterial@@UAE@XZ @18488 NONAME ??1H235_EncodedKeySyncMaterial@@UAE@XZ @18489 NONAME ??1H235_EncodedPwdCertToken@@UAE@XZ @18490 NONAME ??1H235_EncodedReturnSig@@UAE@XZ @18491 NONAME ??1H235_H235CertificateSignature@@UAE@XZ @1423 NONAME ??1H235_H235Key@@UAE@XZ @1424 NONAME ??1H235_Identifier@@UAE@XZ @1425 NONAME ??1H235_IV16@@UAE@XZ @19212 NONAME ??1H235_IV8@@UAE@XZ @1426 NONAME ??1H235_KeyMaterial@@UAE@XZ @1427 NONAME ??1H235_KeySignedMaterial@@UAE@XZ @1428 NONAME ??1H235_KeySyncMaterial@@UAE@XZ @1429 NONAME ??1H235_NonStandardParameter@@UAE@XZ @1430 NONAME ??1H235_Params@@UAE@XZ @1431 NONAME ??1H235_Password@@UAE@XZ @1432 NONAME ??1H235_PwdCertToken@@UAE@XZ @1433 NONAME ??1H235_RandomVal@@UAE@XZ @1434 NONAME ??1H235_ReturnSig@@UAE@XZ @1435 NONAME ??1H235_TimeStamp@@UAE@XZ @1436 NONAME ??1H235_TypedCertificate@@UAE@XZ @1437 NONAME ??1H235_V3KeySyncMaterial@@UAE@XZ @26756 NONAME ??1H245NegLogicalChannel@@UAE@XZ @1438 NONAME ??1H245NegLogicalChannels@@UAE@XZ @1439 NONAME ??1H245NegMasterSlaveDetermination@@UAE@XZ @1440 NONAME ??1H245Negotiator@@UAE@XZ @1441 NONAME ??1H245NegRequestMode@@UAE@XZ @1442 NONAME ??1H245NegRoundTripDelay@@UAE@XZ @1443 NONAME ??1H245NegTerminalCapabilitySet@@UAE@XZ @1444 NONAME ??1H245TransportThread@@UAE@XZ @1445 NONAME ??1H245_AlternativeCapabilitySet@@UAE@XZ @1446 NONAME ??1H245_ArrayOf_AlternativeCapabilitySet@@UAE@XZ @1447 NONAME ??1H245_ArrayOf_BEnhancementParameters@@UAE@XZ @1448 NONAME ??1H245_ArrayOf_CapabilityDescriptor@@UAE@XZ @1449 NONAME ??1H245_ArrayOf_CapabilityDescriptorNumber@@UAE@XZ @1450 NONAME ??1H245_ArrayOf_CapabilityTableEntry@@UAE@XZ @1451 NONAME ??1H245_ArrayOf_CapabilityTableEntryNumber@@UAE@XZ @1452 NONAME ??1H245_ArrayOf_CommunicationModeTableEntry@@UAE@XZ @1453 NONAME ??1H245_ArrayOf_CustomPictureClockFrequency@@UAE@XZ @1454 NONAME ??1H245_ArrayOf_CustomPictureFormat@@UAE@XZ @1455 NONAME ??1H245_ArrayOf_DataApplicationCapability@@UAE@XZ @1456 NONAME ??1H245_ArrayOf_DialingInformationNetworkType@@UAE@XZ @16562 NONAME ??1H245_ArrayOf_DialingInformationNumber@@UAE@XZ @16563 NONAME ??1H245_ArrayOf_EnhancementOptions@@UAE@XZ @1457 NONAME ??1H245_ArrayOf_EscrowData@@UAE@XZ @1458 NONAME ??1H245_ArrayOf_GenericCapability@@UAE@XZ @45143 NONAME ??1H245_ArrayOf_GenericParameter@@UAE@XZ @16564 NONAME ??1H245_ArrayOf_H263ModeComboFlags@@UAE@XZ @1459 NONAME ??1H245_ArrayOf_H263VideoModeCombos@@UAE@XZ @1460 NONAME ??1H245_ArrayOf_MediaChannelCapability@@UAE@XZ @1461 NONAME ??1H245_ArrayOf_MediaDistributionCapability@@UAE@XZ @1462 NONAME ??1H245_ArrayOf_ModeDescription@@UAE@XZ @1463 NONAME ??1H245_ArrayOf_MultiplePayloadStreamElement@@UAE@XZ @26757 NONAME ??1H245_ArrayOf_MultiplePayloadStreamElementMode@@UAE@XZ @26758 NONAME ??1H245_ArrayOf_MultiplexElement@@UAE@XZ @1464 NONAME ??1H245_ArrayOf_MultiplexEntryDescriptor@@UAE@XZ @1465 NONAME ??1H245_ArrayOf_MultiplexEntryRejectionDescriptions@@UAE@XZ @1466 NONAME ??1H245_ArrayOf_MultiplexTableEntryNumber@@UAE@XZ @1467 NONAME ??1H245_ArrayOf_NonStandardParameter@@UAE@XZ @1468 NONAME ??1H245_ArrayOf_ParameterIdentifier@@UAE@XZ @16565 NONAME ??1H245_ArrayOf_PictureReference@@UAE@XZ @16566 NONAME ??1H245_ArrayOf_Q2931Address@@UAE@XZ @16567 NONAME ??1H245_ArrayOf_QOSCapability@@UAE@XZ @1469 NONAME ??1H245_ArrayOf_RedundancyEncodingCapability@@UAE@XZ @1470 NONAME ??1H245_ArrayOf_RedundancyEncodingDTModeElement@@UAE@XZ @26759 NONAME ??1H245_ArrayOf_RedundancyEncodingElement@@UAE@XZ @26760 NONAME ??1H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@UAE@XZ @1471 NONAME ??1H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@UAE@XZ @1472 NONAME ??1H245_ArrayOf_RTPPayloadType@@UAE@XZ @1473 NONAME ??1H245_ArrayOf_TerminalInformation@@UAE@XZ @1474 NONAME ??1H245_ArrayOf_TerminalLabel@@UAE@XZ @1475 NONAME ??1H245_ArrayOf_VCCapability@@UAE@XZ @1476 NONAME ??1H245_ArrayOf_VideoCapability@@UAE@XZ @45144 NONAME ??1H245_ATMParameters@@UAE@XZ @1477 NONAME ??1H245_AudioCapability@@UAE@XZ @1478 NONAME ??1H245_AudioCapability_g7231@@UAE@XZ @1479 NONAME ??1H245_AudioMode@@UAE@XZ @1480 NONAME ??1H245_AudioMode_g7231@@UAE@XZ @1481 NONAME ??1H245_AudioTelephonyEventCapability@@UAE@XZ @16568 NONAME ??1H245_AudioToneCapability@@UAE@XZ @16569 NONAME ??1H245_AuthenticationCapability@@UAE@XZ @1482 NONAME ??1H245_BEnhancementParameters@@UAE@XZ @1483 NONAME ??1H245_Capability@@UAE@XZ @1484 NONAME ??1H245_CapabilityDescriptor@@UAE@XZ @1485 NONAME ??1H245_CapabilityDescriptorNumber@@UAE@XZ @1486 NONAME ??1H245_CapabilityIdentifier@@UAE@XZ @16570 NONAME ??1H245_CapabilityTableEntry@@UAE@XZ @1487 NONAME ??1H245_CapabilityTableEntryNumber@@UAE@XZ @1488 NONAME ??1H245_Capability_h233EncryptionReceiveCapability@@UAE@XZ @1489 NONAME ??1H245_CertSelectionCriteria@@UAE@XZ @1490 NONAME ??1H245_CloseLogicalChannel@@UAE@XZ @1491 NONAME ??1H245_CloseLogicalChannelAck@@UAE@XZ @1492 NONAME ??1H245_CloseLogicalChannel_reason@@UAE@XZ @1493 NONAME ??1H245_CloseLogicalChannel_source@@UAE@XZ @1494 NONAME ??1H245_CommandMessage@@UAE@XZ @1495 NONAME ??1H245_CommunicationModeCommand@@UAE@XZ @1496 NONAME ??1H245_CommunicationModeRequest@@UAE@XZ @1497 NONAME ??1H245_CommunicationModeResponse@@UAE@XZ @1498 NONAME ??1H245_CommunicationModeTableEntry@@UAE@XZ @1499 NONAME ??1H245_CommunicationModeTableEntry_dataType@@UAE@XZ @1500 NONAME ??1H245_CompressionType@@UAE@XZ @1501 NONAME ??1H245_ConferenceCapability@@UAE@XZ @1502 NONAME ??1H245_ConferenceCommand@@UAE@XZ @1503 NONAME ??1H245_ConferenceID@@UAE@XZ @1504 NONAME ??1H245_ConferenceIndication@@UAE@XZ @1505 NONAME ??1H245_ConferenceRequest@@UAE@XZ @1506 NONAME ??1H245_ConferenceRequest_requestTerminalCertificate@@UAE@XZ @1507 NONAME ??1H245_ConferenceResponse@@UAE@XZ @1508 NONAME ??1H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@UAE@XZ @1509 NONAME ??1H245_ConferenceResponse_chairTokenOwnerResponse@@UAE@XZ @1510 NONAME ??1H245_ConferenceResponse_conferenceIDResponse@@UAE@XZ @1511 NONAME ??1H245_ConferenceResponse_extensionAddressResponse@@UAE@XZ @1512 NONAME ??1H245_ConferenceResponse_makeMeChairResponse@@UAE@XZ @1513 NONAME ??1H245_ConferenceResponse_makeTerminalBroadcasterResponse@@UAE@XZ @1514 NONAME ??1H245_ConferenceResponse_mCTerminalIDResponse@@UAE@XZ @1515 NONAME ??1H245_ConferenceResponse_passwordResponse@@UAE@XZ @1516 NONAME ??1H245_ConferenceResponse_sendThisSourceResponse@@UAE@XZ @1517 NONAME ??1H245_ConferenceResponse_terminalCertificateResponse@@UAE@XZ @1518 NONAME ??1H245_ConferenceResponse_terminalIDResponse@@UAE@XZ @1519 NONAME ??1H245_ConnectionIdentifier@@UAE@XZ @16571 NONAME ??1H245_CRCLength@@UAE@XZ @1520 NONAME ??1H245_Criteria@@UAE@XZ @1521 NONAME ??1H245_CustomPictureClockFrequency@@UAE@XZ @1522 NONAME ??1H245_CustomPictureFormat@@UAE@XZ @1523 NONAME ??1H245_CustomPictureFormat_mPI@@UAE@XZ @1524 NONAME ??1H245_CustomPictureFormat_mPI_customPCF@@UAE@XZ @1525 NONAME ??1H245_CustomPictureFormat_mPI_customPCF_subtype@@UAE@XZ @1526 NONAME ??1H245_CustomPictureFormat_pixelAspectInformation@@UAE@XZ @1527 NONAME ??1H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@UAE@XZ @1528 NONAME ??1H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UAE@XZ @1529 NONAME ??1H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@UAE@XZ @1530 NONAME ??1H245_DataApplicationCapability@@UAE@XZ @1531 NONAME ??1H245_DataApplicationCapability_application@@UAE@XZ @1532 NONAME ??1H245_DataApplicationCapability_application_nlpid@@UAE@XZ @1533 NONAME ??1H245_DataApplicationCapability_application_t38fax@@UAE@XZ @16572 NONAME ??1H245_DataApplicationCapability_application_t84@@UAE@XZ @1534 NONAME ??1H245_DataMode@@UAE@XZ @1535 NONAME ??1H245_DataMode_application@@UAE@XZ @1536 NONAME ??1H245_DataMode_application_nlpid@@UAE@XZ @1537 NONAME ??1H245_DataMode_application_t38fax@@UAE@XZ @16573 NONAME ??1H245_DataProtocolCapability@@UAE@XZ @1538 NONAME ??1H245_DataProtocolCapability_v76wCompression@@UAE@XZ @1539 NONAME ??1H245_DataType@@UAE@XZ @1540 NONAME ??1H245_DepFECCapability@@UAE@XZ @45507 NONAME ??1H245_DepFECCapability_rfc2733@@UAE@XZ @45508 NONAME ??1H245_DepFECCapability_rfc2733_separateStream@@UAE@XZ @45509 NONAME ??1H245_DepFECData@@UAE@XZ @45510 NONAME ??1H245_DepFECData_rfc2733@@UAE@XZ @45511 NONAME ??1H245_DepFECData_rfc2733_mode@@UAE@XZ @45512 NONAME ??1H245_DepFECData_rfc2733_mode_separateStream@@UAE@XZ @45513 NONAME ??1H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UAE@XZ @45514 NONAME ??1H245_DepFECData_rfc2733_mode_separateStream_samePort@@UAE@XZ @45515 NONAME ??1H245_DepFECMode@@UAE@XZ @45516 NONAME ??1H245_DepFECMode_rfc2733Mode@@UAE@XZ @45517 NONAME ??1H245_DepFECMode_rfc2733Mode_mode@@UAE@XZ @45518 NONAME ??1H245_DepFECMode_rfc2733Mode_mode_separateStream@@UAE@XZ @45519 NONAME ??1H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UAE@XZ @45520 NONAME ??1H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UAE@XZ @45521 NONAME ??1H245_DialingInformation@@UAE@XZ @16574 NONAME ??1H245_DialingInformationNetworkType@@UAE@XZ @16575 NONAME ??1H245_DialingInformationNumber@@UAE@XZ @16576 NONAME ??1H245_EncryptionAuthenticationAndIntegrity@@UAE@XZ @1541 NONAME ??1H245_EncryptionCapability@@UAE@XZ @1542 NONAME ??1H245_EncryptionCommand@@UAE@XZ @1543 NONAME ??1H245_EncryptionCommand_encryptionAlgorithmID@@UAE@XZ @1544 NONAME ??1H245_EncryptionMode@@UAE@XZ @1545 NONAME ??1H245_EncryptionSync@@UAE@XZ @1546 NONAME ??1H245_EncryptionUpdateDirection@@UAE@XZ @45145 NONAME ??1H245_EncryptionUpdateRequest@@UAE@XZ @1547 NONAME ??1H245_EndSessionCommand@@UAE@XZ @1548 NONAME ??1H245_EndSessionCommand_gstnOptions@@UAE@XZ @1549 NONAME ??1H245_EndSessionCommand_isdnOptions@@UAE@XZ @1550 NONAME ??1H245_EnhancementLayerInfo@@UAE@XZ @1551 NONAME ??1H245_EnhancementOptions@@UAE@XZ @1552 NONAME ??1H245_EscrowData@@UAE@XZ @1553 NONAME ??1H245_ExtendedVideoCapability@@UAE@XZ @45146 NONAME ??1H245_FECCapability@@UAE@XZ @26761 NONAME ??1H245_FECCapability_rfc2733Format@@UAE@XZ @45522 NONAME ??1H245_FECData@@UAE@XZ @26764 NONAME ??1H245_FECData_rfc2733@@UAE@XZ @26765 NONAME ??1H245_FECData_rfc2733_pktMode@@UAE@XZ @45523 NONAME ??1H245_FECData_rfc2733_pktMode_rfc2733diffport@@UAE@XZ @45524 NONAME ??1H245_FECData_rfc2733_pktMode_rfc2733sameport@@UAE@XZ @45525 NONAME ??1H245_FECMode@@UAE@XZ @26770 NONAME ??1H245_FECMode_rfc2733Format@@UAE@XZ @45526 NONAME ??1H245_FlowControlCommand@@UAE@XZ @1554 NONAME ??1H245_FlowControlCommand_restriction@@UAE@XZ @1555 NONAME ??1H245_FlowControlCommand_scope@@UAE@XZ @1556 NONAME ??1H245_FlowControlIndication@@UAE@XZ @16577 NONAME ??1H245_FlowControlIndication_restriction@@UAE@XZ @16578 NONAME ??1H245_FlowControlIndication_scope@@UAE@XZ @16579 NONAME ??1H245_FunctionNotSupported@@UAE@XZ @1557 NONAME ??1H245_FunctionNotSupported_cause@@UAE@XZ @1558 NONAME ??1H245_FunctionNotUnderstood@@UAE@XZ @1559 NONAME ??1H245_G7231AnnexCCapability@@UAE@XZ @1560 NONAME ??1H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UAE@XZ @1561 NONAME ??1H245_G7231AnnexCMode@@UAE@XZ @1562 NONAME ??1H245_G7231AnnexCMode_g723AnnexCAudioMode@@UAE@XZ @1563 NONAME ??1H245_G729Extensions@@UAE@XZ @16580 NONAME ??1H245_GenericCapability@@UAE@XZ @16581 NONAME ??1H245_GenericMessage@@UAE@XZ @45147 NONAME ??1H245_GenericParameter@@UAE@XZ @16582 NONAME ??1H245_GSMAudioCapability@@UAE@XZ @1564 NONAME ??1H245_H222Capability@@UAE@XZ @1565 NONAME ??1H245_H222LogicalChannelParameters@@UAE@XZ @1566 NONAME ??1H245_H223AL1MParameters@@UAE@XZ @1567 NONAME ??1H245_H223AL1MParameters_arqType@@UAE@XZ @1568 NONAME ??1H245_H223AL1MParameters_crcLength@@UAE@XZ @1569 NONAME ??1H245_H223AL1MParameters_headerFEC@@UAE@XZ @1570 NONAME ??1H245_H223AL1MParameters_transferMode@@UAE@XZ @1571 NONAME ??1H245_H223AL2MParameters@@UAE@XZ @1572 NONAME ??1H245_H223AL2MParameters_headerFEC@@UAE@XZ @1573 NONAME ??1H245_H223AL3MParameters@@UAE@XZ @1574 NONAME ??1H245_H223AL3MParameters_arqType@@UAE@XZ @1575 NONAME ??1H245_H223AL3MParameters_crcLength@@UAE@XZ @1576 NONAME ??1H245_H223AL3MParameters_headerFormat@@UAE@XZ @1577 NONAME ??1H245_H223AnnexCArqParameters@@UAE@XZ @1578 NONAME ??1H245_H223AnnexCArqParameters_numberOfRetransmissions@@UAE@XZ @1579 NONAME ??1H245_H223AnnexCCapability@@UAE@XZ @1580 NONAME ??1H245_H223Capability@@UAE@XZ @1581 NONAME ??1H245_H223Capability_h223MultiplexTableCapability@@UAE@XZ @1582 NONAME ??1H245_H223Capability_h223MultiplexTableCapability_enhanced@@UAE@XZ @1583 NONAME ??1H245_H223Capability_mobileMultilinkFrameCapability@@UAE@XZ @16583 NONAME ??1H245_H223Capability_mobileOperationTransmitCapability@@UAE@XZ @1584 NONAME ??1H245_H223LogicalChannelParameters@@UAE@XZ @1585 NONAME ??1H245_H223LogicalChannelParameters_adaptationLayerType@@UAE@XZ @1586 NONAME ??1H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UAE@XZ @1587 NONAME ??1H245_H223ModeParameters@@UAE@XZ @1588 NONAME ??1H245_H223ModeParameters_adaptationLayerType@@UAE@XZ @1589 NONAME ??1H245_H223ModeParameters_adaptationLayerType_al3@@UAE@XZ @1590 NONAME ??1H245_H223MultiplexReconfiguration@@UAE@XZ @1591 NONAME ??1H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@UAE@XZ @1592 NONAME ??1H245_H223MultiplexReconfiguration_h223ModeChange@@UAE@XZ @1593 NONAME ??1H245_H223SkewIndication@@UAE@XZ @1594 NONAME ??1H245_H2250Capability@@UAE@XZ @1595 NONAME ??1H245_H2250Capability_mcCapability@@UAE@XZ @1596 NONAME ??1H245_H2250LogicalChannelAckParameters@@UAE@XZ @1597 NONAME ??1H245_H2250LogicalChannelParameters@@UAE@XZ @1598 NONAME ??1H245_H2250LogicalChannelParameters_mediaPacketization@@UAE@XZ @1599 NONAME ??1H245_H2250MaximumSkewIndication@@UAE@XZ @1600 NONAME ??1H245_H2250ModeParameters@@UAE@XZ @1601 NONAME ??1H245_H235Media@@UAE@XZ @1602 NONAME ??1H245_H235Media_mediaType@@UAE@XZ @1603 NONAME ??1H245_H235Mode@@UAE@XZ @1604 NONAME ??1H245_H235Mode_mediaMode@@UAE@XZ @1605 NONAME ??1H245_H235SecurityCapability@@UAE@XZ @1606 NONAME ??1H245_H261VideoCapability@@UAE@XZ @1607 NONAME ??1H245_H261VideoMode@@UAE@XZ @1608 NONAME ??1H245_H261VideoMode_resolution@@UAE@XZ @1609 NONAME ??1H245_H262VideoCapability@@UAE@XZ @1610 NONAME ??1H245_H262VideoMode@@UAE@XZ @1611 NONAME ??1H245_H262VideoMode_profileAndLevel@@UAE@XZ @1612 NONAME ??1H245_H263ModeComboFlags@@UAE@XZ @1613 NONAME ??1H245_H263Options@@UAE@XZ @1614 NONAME ??1H245_H263Version3Options@@UAE@XZ @16584 NONAME ??1H245_H263VideoCapability@@UAE@XZ @1615 NONAME ??1H245_H263VideoMode@@UAE@XZ @1616 NONAME ??1H245_H263VideoModeCombos@@UAE@XZ @1617 NONAME ??1H245_H263VideoMode_resolution@@UAE@XZ @1618 NONAME ??1H245_IndicationMessage@@UAE@XZ @1619 NONAME ??1H245_IntegrityCapability@@UAE@XZ @1620 NONAME ??1H245_IS11172AudioCapability@@UAE@XZ @1621 NONAME ??1H245_IS11172AudioMode@@UAE@XZ @1622 NONAME ??1H245_IS11172AudioMode_audioLayer@@UAE@XZ @1623 NONAME ??1H245_IS11172AudioMode_audioSampling@@UAE@XZ @1624 NONAME ??1H245_IS11172AudioMode_multichannelType@@UAE@XZ @1625 NONAME ??1H245_IS11172VideoCapability@@UAE@XZ @1626 NONAME ??1H245_IS11172VideoMode@@UAE@XZ @1627 NONAME ??1H245_IS13818AudioCapability@@UAE@XZ @1628 NONAME ??1H245_IS13818AudioMode@@UAE@XZ @1629 NONAME ??1H245_IS13818AudioMode_audioLayer@@UAE@XZ @1630 NONAME ??1H245_IS13818AudioMode_audioSampling@@UAE@XZ @1631 NONAME ??1H245_IS13818AudioMode_multichannelType@@UAE@XZ @1632 NONAME ??1H245_IV16@@UAE@XZ @45148 NONAME ??1H245_IV8@@UAE@XZ @45149 NONAME ??1H245_JitterIndication@@UAE@XZ @1633 NONAME ??1H245_JitterIndication_scope@@UAE@XZ @1634 NONAME ??1H245_KeyProtectionMethod@@UAE@XZ @1635 NONAME ??1H245_LogicalChannelNumber@@UAE@XZ @1636 NONAME ??1H245_LogicalChannelRateAcknowledge@@UAE@XZ @16585 NONAME ??1H245_LogicalChannelRateReject@@UAE@XZ @16586 NONAME ??1H245_LogicalChannelRateRejectReason@@UAE@XZ @16587 NONAME ??1H245_LogicalChannelRateRelease@@UAE@XZ @16588 NONAME ??1H245_LogicalChannelRateRequest@@UAE@XZ @16589 NONAME ??1H245_MaintenanceLoopAck@@UAE@XZ @1637 NONAME ??1H245_MaintenanceLoopAck_type@@UAE@XZ @1638 NONAME ??1H245_MaintenanceLoopOffCommand@@UAE@XZ @1639 NONAME ??1H245_MaintenanceLoopReject@@UAE@XZ @1640 NONAME ??1H245_MaintenanceLoopReject_cause@@UAE@XZ @1641 NONAME ??1H245_MaintenanceLoopReject_type@@UAE@XZ @1642 NONAME ??1H245_MaintenanceLoopRequest@@UAE@XZ @1643 NONAME ??1H245_MaintenanceLoopRequest_type@@UAE@XZ @1644 NONAME ??1H245_MasterSlaveDetermination@@UAE@XZ @1645 NONAME ??1H245_MasterSlaveDeterminationAck@@UAE@XZ @1646 NONAME ??1H245_MasterSlaveDeterminationAck_decision@@UAE@XZ @1647 NONAME ??1H245_MasterSlaveDeterminationReject@@UAE@XZ @1648 NONAME ??1H245_MasterSlaveDeterminationReject_cause@@UAE@XZ @1649 NONAME ??1H245_MasterSlaveDeterminationRelease@@UAE@XZ @1650 NONAME ??1H245_MaximumBitRate@@UAE@XZ @16590 NONAME ??1H245_MaxRedundancy@@UAE@XZ @45527 NONAME ??1H245_MCLocationIndication@@UAE@XZ @1651 NONAME ??1H245_McuNumber@@UAE@XZ @1652 NONAME ??1H245_MediaChannelCapability@@UAE@XZ @1653 NONAME ??1H245_MediaDistributionCapability@@UAE@XZ @1654 NONAME ??1H245_MediaEncryptionAlgorithm@@UAE@XZ @1655 NONAME ??1H245_MediaPacketizationCapability@@UAE@XZ @1656 NONAME ??1H245_MediaTransportType@@UAE@XZ @1657 NONAME ??1H245_MediaTransportType_atm_AAL5_compressed@@UAE@XZ @16591 NONAME ??1H245_MiscellaneousCommand@@UAE@XZ @1658 NONAME ??1H245_MiscellaneousCommand_type@@UAE@XZ @1659 NONAME ??1H245_MiscellaneousCommand_type_encryptionUpdateAck@@UAE@XZ @45150 NONAME ??1H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UAE@XZ @45151 NONAME ??1H245_MiscellaneousCommand_type_lostPartialPicture@@UAE@XZ @16592 NONAME ??1H245_MiscellaneousCommand_type_progressiveRefinementStart@@UAE@XZ @1660 NONAME ??1H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@UAE@XZ @1661 NONAME ??1H245_MiscellaneousCommand_type_videoBadMBs@@UAE@XZ @16593 NONAME ??1H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UAE@XZ @1662 NONAME ??1H245_MiscellaneousCommand_type_videoFastUpdateMB@@UAE@XZ @1663 NONAME ??1H245_MiscellaneousIndication@@UAE@XZ @1664 NONAME ??1H245_MiscellaneousIndication_type@@UAE@XZ @1665 NONAME ??1H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UAE@XZ @1666 NONAME ??1H245_MobileMultilinkReconfigurationCommand@@UAE@XZ @16594 NONAME ??1H245_MobileMultilinkReconfigurationCommand_status@@UAE@XZ @16595 NONAME ??1H245_MobileMultilinkReconfigurationIndication@@UAE@XZ @16596 NONAME ??1H245_ModeDescription@@UAE@XZ @1667 NONAME ??1H245_ModeElement@@UAE@XZ @1668 NONAME ??1H245_ModeElementType@@UAE@XZ @26776 NONAME ??1H245_MulticastAddress@@UAE@XZ @1670 NONAME ??1H245_MulticastAddress_iP6Address@@UAE@XZ @1671 NONAME ??1H245_MulticastAddress_iPAddress@@UAE@XZ @1672 NONAME ??1H245_MultilinkIndication@@UAE@XZ @16597 NONAME ??1H245_MultilinkIndication_crcDesired@@UAE@XZ @16598 NONAME ??1H245_MultilinkIndication_excessiveError@@UAE@XZ @16599 NONAME ??1H245_MultilinkRequest@@UAE@XZ @16600 NONAME ??1H245_MultilinkRequest_addConnection@@UAE@XZ @16601 NONAME ??1H245_MultilinkRequest_callInformation@@UAE@XZ @16602 NONAME ??1H245_MultilinkRequest_maximumHeaderInterval@@UAE@XZ @16603 NONAME ??1H245_MultilinkRequest_maximumHeaderInterval_requestType@@UAE@XZ @16604 NONAME ??1H245_MultilinkRequest_removeConnection@@UAE@XZ @16605 NONAME ??1H245_MultilinkResponse@@UAE@XZ @16606 NONAME ??1H245_MultilinkResponse_addConnection@@UAE@XZ @16607 NONAME ??1H245_MultilinkResponse_addConnection_responseCode@@UAE@XZ @16608 NONAME ??1H245_MultilinkResponse_addConnection_responseCode_rejected@@UAE@XZ @16609 NONAME ??1H245_MultilinkResponse_callInformation@@UAE@XZ @16610 NONAME ??1H245_MultilinkResponse_maximumHeaderInterval@@UAE@XZ @16611 NONAME ??1H245_MultilinkResponse_removeConnection@@UAE@XZ @16612 NONAME ??1H245_MultimediaSystemControlMessage@@UAE@XZ @1673 NONAME ??1H245_MultiplePayloadStream@@UAE@XZ @26777 NONAME ??1H245_MultiplePayloadStreamCapability@@UAE@XZ @26778 NONAME ??1H245_MultiplePayloadStreamElement@@UAE@XZ @26779 NONAME ??1H245_MultiplePayloadStreamElementMode@@UAE@XZ @26780 NONAME ??1H245_MultiplePayloadStreamMode@@UAE@XZ @26781 NONAME ??1H245_MultiplexCapability@@UAE@XZ @1674 NONAME ??1H245_MultiplexedStreamCapability@@UAE@XZ @16613 NONAME ??1H245_MultiplexedStreamModeParameters@@UAE@XZ @16614 NONAME ??1H245_MultiplexedStreamParameter@@UAE@XZ @16615 NONAME ??1H245_MultiplexElement@@UAE@XZ @1675 NONAME ??1H245_MultiplexElement_repeatCount@@UAE@XZ @1676 NONAME ??1H245_MultiplexElement_type@@UAE@XZ @1677 NONAME ??1H245_MultiplexEntryDescriptor@@UAE@XZ @1678 NONAME ??1H245_MultiplexEntryRejectionDescriptions@@UAE@XZ @1679 NONAME ??1H245_MultiplexEntryRejectionDescriptions_cause@@UAE@XZ @1680 NONAME ??1H245_MultiplexEntrySend@@UAE@XZ @1681 NONAME ??1H245_MultiplexEntrySendAck@@UAE@XZ @1682 NONAME ??1H245_MultiplexEntrySendReject@@UAE@XZ @1683 NONAME ??1H245_MultiplexEntrySendRelease@@UAE@XZ @1684 NONAME ??1H245_MultiplexFormat@@UAE@XZ @16616 NONAME ??1H245_MultiplexTableEntryNumber@@UAE@XZ @1685 NONAME ??1H245_MultipointCapability@@UAE@XZ @1686 NONAME ??1H245_NetworkAccessParameters@@UAE@XZ @1687 NONAME ??1H245_NetworkAccessParameters_distribution@@UAE@XZ @1688 NONAME ??1H245_NetworkAccessParameters_networkAddress@@UAE@XZ @1689 NONAME ??1H245_NetworkAccessParameters_t120SetupProcedure@@UAE@XZ @1690 NONAME ??1H245_NewATMVCCommand@@UAE@XZ @16617 NONAME ??1H245_NewATMVCCommand_aal@@UAE@XZ @16618 NONAME ??1H245_NewATMVCCommand_aal_aal1@@UAE@XZ @16619 NONAME ??1H245_NewATMVCCommand_aal_aal1_clockRecovery@@UAE@XZ @16620 NONAME ??1H245_NewATMVCCommand_aal_aal1_errorCorrection@@UAE@XZ @16621 NONAME ??1H245_NewATMVCCommand_aal_aal5@@UAE@XZ @16622 NONAME ??1H245_NewATMVCCommand_multiplex@@UAE@XZ @16623 NONAME ??1H245_NewATMVCCommand_reverseParameters@@UAE@XZ @16624 NONAME ??1H245_NewATMVCCommand_reverseParameters_multiplex@@UAE@XZ @16625 NONAME ??1H245_NewATMVCIndication@@UAE@XZ @1691 NONAME ??1H245_NewATMVCIndication_aal@@UAE@XZ @1692 NONAME ??1H245_NewATMVCIndication_aal_aal1@@UAE@XZ @1693 NONAME ??1H245_NewATMVCIndication_aal_aal1_clockRecovery@@UAE@XZ @1694 NONAME ??1H245_NewATMVCIndication_aal_aal1_errorCorrection@@UAE@XZ @1695 NONAME ??1H245_NewATMVCIndication_aal_aal5@@UAE@XZ @1696 NONAME ??1H245_NewATMVCIndication_multiplex@@UAE@XZ @1697 NONAME ??1H245_NewATMVCIndication_reverseParameters@@UAE@XZ @1698 NONAME ??1H245_NewATMVCIndication_reverseParameters_multiplex@@UAE@XZ @1699 NONAME ??1H245_NonStandardIdentifier@@UAE@XZ @1700 NONAME ??1H245_NonStandardIdentifier_h221NonStandard@@UAE@XZ @1701 NONAME ??1H245_NonStandardMessage@@UAE@XZ @1702 NONAME ??1H245_NonStandardParameter@@UAE@XZ @1703 NONAME ??1H245_NoPTAudioTelephonyEventCapability@@UAE@XZ @26782 NONAME ??1H245_NoPTAudioToneCapability@@UAE@XZ @26783 NONAME ??1H245_OpenLogicalChannel@@UAE@XZ @1704 NONAME ??1H245_OpenLogicalChannelAck@@UAE@XZ @1705 NONAME ??1H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@UAE@XZ @1706 NONAME ??1H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UAE@XZ @1707 NONAME ??1H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@UAE@XZ @1708 NONAME ??1H245_OpenLogicalChannelConfirm@@UAE@XZ @1709 NONAME ??1H245_OpenLogicalChannelReject@@UAE@XZ @1710 NONAME ??1H245_OpenLogicalChannelReject_cause@@UAE@XZ @1711 NONAME ??1H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UAE@XZ @1712 NONAME ??1H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@UAE@XZ @1713 NONAME ??1H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UAE@XZ @1714 NONAME ??1H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@UAE@XZ @1715 NONAME ??1H245_ParameterIdentifier@@UAE@XZ @16626 NONAME ??1H245_ParameterValue@@UAE@XZ @16627 NONAME ??1H245_Params@@UAE@XZ @45152 NONAME ??1H245_Password@@UAE@XZ @1716 NONAME ??1H245_PictureReference@@UAE@XZ @16628 NONAME ??1H245_Q2931Address@@UAE@XZ @1717 NONAME ??1H245_Q2931Address_address@@UAE@XZ @1718 NONAME ??1H245_QOSCapability@@UAE@XZ @1719 NONAME ??1H245_QOSMode@@UAE@XZ @1720 NONAME ??1H245_RedundancyEncoding@@UAE@XZ @1721 NONAME ??1H245_RedundancyEncodingCapability@@UAE@XZ @1722 NONAME ??1H245_RedundancyEncodingDTMode@@UAE@XZ @26784 NONAME ??1H245_RedundancyEncodingDTModeElement@@UAE@XZ @26785 NONAME ??1H245_RedundancyEncodingDTModeElement_type@@UAE@XZ @26786 NONAME ??1H245_RedundancyEncodingElement@@UAE@XZ @26787 NONAME ??1H245_RedundancyEncodingMethod@@UAE@XZ @1723 NONAME ??1H245_RedundancyEncodingMode@@UAE@XZ @1724 NONAME ??1H245_RedundancyEncodingMode_secondaryEncoding@@UAE@XZ @1725 NONAME ??1H245_RedundancyEncoding_rtpRedundancyEncoding@@UAE@XZ @26788 NONAME ??1H245_RefPictureSelection@@UAE@XZ @1726 NONAME ??1H245_RefPictureSelection_additionalPictureMemory@@UAE@XZ @1727 NONAME ??1H245_RefPictureSelection_enhancedReferencePicSelect@@UAE@XZ @16629 NONAME ??1H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UAE@XZ @16630 NONAME ??1H245_RefPictureSelection_videoBackChannelSend@@UAE@XZ @1728 NONAME ??1H245_RemoteMCRequest@@UAE@XZ @1729 NONAME ??1H245_RemoteMCResponse@@UAE@XZ @1730 NONAME ??1H245_RemoteMCResponse_reject@@UAE@XZ @1731 NONAME ??1H245_RequestAllTerminalIDsResponse@@UAE@XZ @1732 NONAME ??1H245_RequestChannelClose@@UAE@XZ @1733 NONAME ??1H245_RequestChannelCloseAck@@UAE@XZ @1734 NONAME ??1H245_RequestChannelCloseReject@@UAE@XZ @1735 NONAME ??1H245_RequestChannelCloseReject_cause@@UAE@XZ @1736 NONAME ??1H245_RequestChannelCloseRelease@@UAE@XZ @1737 NONAME ??1H245_RequestChannelClose_reason@@UAE@XZ @1738 NONAME ??1H245_RequestMessage@@UAE@XZ @1739 NONAME ??1H245_RequestMode@@UAE@XZ @1740 NONAME ??1H245_RequestModeAck@@UAE@XZ @1741 NONAME ??1H245_RequestModeAck_response@@UAE@XZ @1742 NONAME ??1H245_RequestModeReject@@UAE@XZ @1743 NONAME ??1H245_RequestModeReject_cause@@UAE@XZ @1744 NONAME ??1H245_RequestModeRelease@@UAE@XZ @1745 NONAME ??1H245_RequestMultiplexEntry@@UAE@XZ @1746 NONAME ??1H245_RequestMultiplexEntryAck@@UAE@XZ @1747 NONAME ??1H245_RequestMultiplexEntryReject@@UAE@XZ @1748 NONAME ??1H245_RequestMultiplexEntryRejectionDescriptions@@UAE@XZ @1749 NONAME ??1H245_RequestMultiplexEntryRejectionDescriptions_cause@@UAE@XZ @1750 NONAME ??1H245_RequestMultiplexEntryRelease@@UAE@XZ @1751 NONAME ??1H245_ResponseMessage@@UAE@XZ @1752 NONAME ??1H245_RoundTripDelayRequest@@UAE@XZ @1753 NONAME ??1H245_RoundTripDelayResponse@@UAE@XZ @1754 NONAME ??1H245_RSVPParameters@@UAE@XZ @1755 NONAME ??1H245_RTPH263VideoRedundancyEncoding@@UAE@XZ @1756 NONAME ??1H245_RTPH263VideoRedundancyEncoding_containedThreads@@UAE@XZ @1757 NONAME ??1H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@UAE@XZ @1758 NONAME ??1H245_RTPH263VideoRedundancyFrameMapping@@UAE@XZ @1759 NONAME ??1H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@UAE@XZ @1760 NONAME ??1H245_RTPPayloadType@@UAE@XZ @1761 NONAME ??1H245_RTPPayloadType_payloadDescriptor@@UAE@XZ @1762 NONAME ??1H245_SendTerminalCapabilitySet@@UAE@XZ @1763 NONAME ??1H245_SendTerminalCapabilitySet_specificRequest@@UAE@XZ @1764 NONAME ??1H245_SequenceNumber@@UAE@XZ @1765 NONAME ??1H245_SubstituteConferenceIDCommand@@UAE@XZ @1766 NONAME ??1H245_T38FaxProfile@@UAE@XZ @16631 NONAME ??1H245_T38FaxRateManagement@@UAE@XZ @16632 NONAME ??1H245_T38FaxTcpOptions@@UAE@XZ @16633 NONAME ??1H245_T38FaxUdpOptions@@UAE@XZ @16634 NONAME ??1H245_T38FaxUdpOptions_t38FaxUdpEC@@UAE@XZ @16635 NONAME ??1H245_T84Profile@@UAE@XZ @1767 NONAME ??1H245_T84Profile_t84Restricted@@UAE@XZ @1768 NONAME ??1H245_TerminalCapabilitySet@@UAE@XZ @1769 NONAME ??1H245_TerminalCapabilitySetAck@@UAE@XZ @1770 NONAME ??1H245_TerminalCapabilitySetReject@@UAE@XZ @1771 NONAME ??1H245_TerminalCapabilitySetReject_cause@@UAE@XZ @1772 NONAME ??1H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@UAE@XZ @1773 NONAME ??1H245_TerminalCapabilitySetRelease@@UAE@XZ @1774 NONAME ??1H245_TerminalID@@UAE@XZ @1775 NONAME ??1H245_TerminalInformation@@UAE@XZ @1776 NONAME ??1H245_TerminalLabel@@UAE@XZ @1777 NONAME ??1H245_TerminalNumber@@UAE@XZ @1778 NONAME ??1H245_TerminalYouAreSeeingInSubPictureNumber@@UAE@XZ @1779 NONAME ??1H245_TransparencyParameters@@UAE@XZ @1780 NONAME ??1H245_TransportAddress@@UAE@XZ @1781 NONAME ??1H245_TransportCapability@@UAE@XZ @1782 NONAME ??1H245_UnicastAddress@@UAE@XZ @1783 NONAME ??1H245_UnicastAddress_iP6Address@@UAE@XZ @1784 NONAME ??1H245_UnicastAddress_iPAddress@@UAE@XZ @1785 NONAME ??1H245_UnicastAddress_iPSourceRouteAddress@@UAE@XZ @1786 NONAME ??1H245_UnicastAddress_iPSourceRouteAddress_route@@UAE@XZ @1787 NONAME ??1H245_UnicastAddress_iPSourceRouteAddress_routing@@UAE@XZ @1788 NONAME ??1H245_UnicastAddress_iPXAddress@@UAE@XZ @1789 NONAME ??1H245_UserInputCapability@@UAE@XZ @1790 NONAME ??1H245_UserInputIndication@@UAE@XZ @1791 NONAME ??1H245_UserInputIndication_encryptedAlphanumeric@@UAE@XZ @45153 NONAME ??1H245_UserInputIndication_extendedAlphanumeric@@UAE@XZ @16636 NONAME ??1H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UAE@XZ @45154 NONAME ??1H245_UserInputIndication_signal@@UAE@XZ @1792 NONAME ??1H245_UserInputIndication_signalUpdate@@UAE@XZ @1793 NONAME ??1H245_UserInputIndication_signalUpdate_rtp@@UAE@XZ @1794 NONAME ??1H245_UserInputIndication_signal_rtp@@UAE@XZ @1795 NONAME ??1H245_UserInputIndication_userInputSupportIndication@@UAE@XZ @1796 NONAME ??1H245_V42bis@@UAE@XZ @1797 NONAME ??1H245_V75Capability@@UAE@XZ @1798 NONAME ??1H245_V75Parameters@@UAE@XZ @1799 NONAME ??1H245_V76Capability@@UAE@XZ @1800 NONAME ??1H245_V76HDLCParameters@@UAE@XZ @1801 NONAME ??1H245_V76LogicalChannelParameters@@UAE@XZ @1802 NONAME ??1H245_V76LogicalChannelParameters_mode@@UAE@XZ @1803 NONAME ??1H245_V76LogicalChannelParameters_mode_eRM@@UAE@XZ @1804 NONAME ??1H245_V76LogicalChannelParameters_mode_eRM_recovery@@UAE@XZ @1805 NONAME ??1H245_V76LogicalChannelParameters_suspendResume@@UAE@XZ @1806 NONAME ??1H245_V76ModeParameters@@UAE@XZ @1807 NONAME ??1H245_VBDCapability@@UAE@XZ @26789 NONAME ??1H245_VBDMode@@UAE@XZ @26790 NONAME ??1H245_VCCapability@@UAE@XZ @1808 NONAME ??1H245_VCCapability_aal1@@UAE@XZ @1809 NONAME ??1H245_VCCapability_aal1ViaGateway@@UAE@XZ @16637 NONAME ??1H245_VCCapability_aal5@@UAE@XZ @1810 NONAME ??1H245_VCCapability_availableBitRates@@UAE@XZ @1811 NONAME ??1H245_VCCapability_availableBitRates_type@@UAE@XZ @1812 NONAME ??1H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UAE@XZ @1813 NONAME ??1H245_VendorIdentification@@UAE@XZ @1814 NONAME ??1H245_VideoCapability@@UAE@XZ @1815 NONAME ??1H245_VideoIndicateCompose@@UAE@XZ @1816 NONAME ??1H245_VideoMode@@UAE@XZ @1817 NONAME ??1H248_ActionReply@@UAE@XZ @21687 NONAME ??1H248_ActionRequest@@UAE@XZ @21688 NONAME ??1H248_AmmDescriptor@@UAE@XZ @21689 NONAME ??1H248_AmmRequest@@UAE@XZ @21690 NONAME ??1H248_AmmsReply@@UAE@XZ @21691 NONAME ??1H248_ArrayOf_ActionReply@@UAE@XZ @21692 NONAME ??1H248_ArrayOf_ActionRequest@@UAE@XZ @21693 NONAME ??1H248_ArrayOf_AmmDescriptor@@UAE@XZ @21694 NONAME ??1H248_ArrayOf_CommandReply@@UAE@XZ @21695 NONAME ??1H248_ArrayOf_CommandRequest@@UAE@XZ @21696 NONAME ??1H248_ArrayOf_EventParameter@@UAE@XZ @21697 NONAME ??1H248_ArrayOf_IndAuditParameter@@UAE@XZ @21698 NONAME ??1H248_ArrayOf_IndAudPropertyParm@@UAE@XZ @21699 NONAME ??1H248_ArrayOf_IndAudStreamDescriptor@@UAE@XZ @21700 NONAME ??1H248_ArrayOf_ModemType@@UAE@XZ @21701 NONAME ??1H248_ArrayOf_ObservedEvent@@UAE@XZ @21702 NONAME ??1H248_ArrayOf_PASN_OctetString@@UAE@XZ @21703 NONAME ??1H248_ArrayOf_PropertyGroup@@UAE@XZ @21704 NONAME ??1H248_ArrayOf_PropertyParm@@UAE@XZ @21705 NONAME ??1H248_ArrayOf_RequestedEvent@@UAE@XZ @21706 NONAME ??1H248_ArrayOf_SecondRequestedEvent@@UAE@XZ @21707 NONAME ??1H248_ArrayOf_Signal@@UAE@XZ @21708 NONAME ??1H248_ArrayOf_SigParameter@@UAE@XZ @21709 NONAME ??1H248_ArrayOf_StreamDescriptor@@UAE@XZ @21710 NONAME ??1H248_ArrayOf_TerminationID@@UAE@XZ @21711 NONAME ??1H248_ArrayOf_TopologyRequest@@UAE@XZ @21712 NONAME ??1H248_ArrayOf_Transaction@@UAE@XZ @21713 NONAME ??1H248_ArrayOf_WildcardField@@UAE@XZ @21714 NONAME ??1H248_AuditDescriptor@@UAE@XZ @21715 NONAME ??1H248_AuditReply@@UAE@XZ @21716 NONAME ??1H248_AuditRequest@@UAE@XZ @21717 NONAME ??1H248_AuditResult@@UAE@XZ @21718 NONAME ??1H248_AuditReturnParameter@@UAE@XZ @21719 NONAME ??1H248_AuthData@@UAE@XZ @21720 NONAME ??1H248_AuthenticationHeader@@UAE@XZ @21721 NONAME ??1H248_Command@@UAE@XZ @21722 NONAME ??1H248_CommandReply@@UAE@XZ @21723 NONAME ??1H248_CommandRequest@@UAE@XZ @21724 NONAME ??1H248_ContextAttrAuditRequest@@UAE@XZ @21725 NONAME ??1H248_ContextID@@UAE@XZ @21726 NONAME ??1H248_ContextRequest@@UAE@XZ @21727 NONAME ??1H248_DigitMapDescriptor@@UAE@XZ @21728 NONAME ??1H248_DigitMapName@@UAE@XZ @21729 NONAME ??1H248_DigitMapValue@@UAE@XZ @21730 NONAME ??1H248_DomainName@@UAE@XZ @21731 NONAME ??1H248_ErrorCode@@UAE@XZ @21732 NONAME ??1H248_ErrorDescriptor@@UAE@XZ @21733 NONAME ??1H248_ErrorText@@UAE@XZ @21734 NONAME ??1H248_EventBufferControl@@UAE@XZ @21735 NONAME ??1H248_EventBufferDescriptor@@UAE@XZ @21736 NONAME ??1H248_EventDM@@UAE@XZ @21737 NONAME ??1H248_EventName@@UAE@XZ @21738 NONAME ??1H248_EventParameter@@UAE@XZ @21739 NONAME ??1H248_EventParameter_extraInfo@@UAE@XZ @21740 NONAME ??1H248_EventsDescriptor@@UAE@XZ @21741 NONAME ??1H248_EventSpec@@UAE@XZ @21742 NONAME ??1H248_H221NonStandard@@UAE@XZ @21743 NONAME ??1H248_IndAudDigitMapDescriptor@@UAE@XZ @21744 NONAME ??1H248_IndAudEventBufferDescriptor@@UAE@XZ @21745 NONAME ??1H248_IndAudEventsDescriptor@@UAE@XZ @21746 NONAME ??1H248_IndAuditParameter@@UAE@XZ @21747 NONAME ??1H248_IndAudLocalControlDescriptor@@UAE@XZ @21748 NONAME ??1H248_IndAudLocalRemoteDescriptor@@UAE@XZ @21749 NONAME ??1H248_IndAudMediaDescriptor@@UAE@XZ @21750 NONAME ??1H248_IndAudMediaDescriptor_streams@@UAE@XZ @21751 NONAME ??1H248_IndAudPackagesDescriptor@@UAE@XZ @21752 NONAME ??1H248_IndAudPropertyGroup@@UAE@XZ @21753 NONAME ??1H248_IndAudPropertyParm@@UAE@XZ @21754 NONAME ??1H248_IndAudSeqSigList@@UAE@XZ @21755 NONAME ??1H248_IndAudSignal@@UAE@XZ @21756 NONAME ??1H248_IndAudSignalsDescriptor@@UAE@XZ @21757 NONAME ??1H248_IndAudStatisticsDescriptor@@UAE@XZ @21758 NONAME ??1H248_IndAudStreamDescriptor@@UAE@XZ @21759 NONAME ??1H248_IndAudStreamParms@@UAE@XZ @21760 NONAME ??1H248_IndAudTerminationStateDescriptor@@UAE@XZ @21761 NONAME ??1H248_IP4Address@@UAE@XZ @21762 NONAME ??1H248_IP6Address@@UAE@XZ @21763 NONAME ??1H248_LocalControlDescriptor@@UAE@XZ @21764 NONAME ??1H248_LocalRemoteDescriptor@@UAE@XZ @21765 NONAME ??1H248_MediaDescriptor@@UAE@XZ @21766 NONAME ??1H248_MediaDescriptor_streams@@UAE@XZ @21767 NONAME ??1H248_MegacoMessage@@UAE@XZ @21768 NONAME ??1H248_Message@@UAE@XZ @21769 NONAME ??1H248_Message_messageBody@@UAE@XZ @21770 NONAME ??1H248_MId@@UAE@XZ @21771 NONAME ??1H248_ModemDescriptor@@UAE@XZ @21772 NONAME ??1H248_ModemType@@UAE@XZ @21773 NONAME ??1H248_MuxDescriptor@@UAE@XZ @21774 NONAME ??1H248_MuxType@@UAE@XZ @21775 NONAME ??1H248_Name@@UAE@XZ @21776 NONAME ??1H248_NonStandardData@@UAE@XZ @21777 NONAME ??1H248_NonStandardIdentifier@@UAE@XZ @21778 NONAME ??1H248_NotifyCompletion@@UAE@XZ @21779 NONAME ??1H248_NotifyReply@@UAE@XZ @21780 NONAME ??1H248_NotifyRequest@@UAE@XZ @21781 NONAME ??1H248_ObservedEvent@@UAE@XZ @21782 NONAME ??1H248_ObservedEventsDescriptor@@UAE@XZ @21783 NONAME ??1H248_PackagesDescriptor@@UAE@XZ @21784 NONAME ??1H248_PackagesItem@@UAE@XZ @21785 NONAME ??1H248_PathName@@UAE@XZ @21786 NONAME ??1H248_PkgdName@@UAE@XZ @21787 NONAME ??1H248_PropertyGroup@@UAE@XZ @21788 NONAME ??1H248_PropertyParm@@UAE@XZ @21789 NONAME ??1H248_PropertyParm_extraInfo@@UAE@XZ @21790 NONAME ??1H248_Relation@@UAE@XZ @21791 NONAME ??1H248_RequestedActions@@UAE@XZ @21792 NONAME ??1H248_RequestedEvent@@UAE@XZ @21793 NONAME ??1H248_RequestID@@UAE@XZ @21794 NONAME ??1H248_SecondEventsDescriptor@@UAE@XZ @21795 NONAME ??1H248_SecondRequestedActions@@UAE@XZ @21796 NONAME ??1H248_SecondRequestedEvent@@UAE@XZ @21797 NONAME ??1H248_SecurityParmIndex@@UAE@XZ @21798 NONAME ??1H248_SeqSigList@@UAE@XZ @21799 NONAME ??1H248_SequenceNum@@UAE@XZ @21800 NONAME ??1H248_ServiceChangeAddress@@UAE@XZ @21801 NONAME ??1H248_ServiceChangeMethod@@UAE@XZ @21802 NONAME ??1H248_ServiceChangeParm@@UAE@XZ @21803 NONAME ??1H248_ServiceChangeProfile@@UAE@XZ @21804 NONAME ??1H248_ServiceChangeReply@@UAE@XZ @21805 NONAME ??1H248_ServiceChangeRequest@@UAE@XZ @21806 NONAME ??1H248_ServiceChangeResParm@@UAE@XZ @21807 NONAME ??1H248_ServiceChangeResult@@UAE@XZ @21808 NONAME ??1H248_ServiceState@@UAE@XZ @21809 NONAME ??1H248_Signal@@UAE@XZ @21810 NONAME ??1H248_SignalName@@UAE@XZ @21811 NONAME ??1H248_SignalRequest@@UAE@XZ @21812 NONAME ??1H248_SignalsDescriptor@@UAE@XZ @21813 NONAME ??1H248_SignalType@@UAE@XZ @21814 NONAME ??1H248_SigParameter@@UAE@XZ @21815 NONAME ??1H248_SigParameter_extraInfo@@UAE@XZ @21816 NONAME ??1H248_StatisticsDescriptor@@UAE@XZ @21817 NONAME ??1H248_StatisticsParameter@@UAE@XZ @21818 NONAME ??1H248_StreamDescriptor@@UAE@XZ @21819 NONAME ??1H248_StreamID@@UAE@XZ @21820 NONAME ??1H248_StreamMode@@UAE@XZ @21821 NONAME ??1H248_StreamParms@@UAE@XZ @21822 NONAME ??1H248_SubtractRequest@@UAE@XZ @21823 NONAME ??1H248_TerminationAudit@@UAE@XZ @21824 NONAME ??1H248_TerminationID@@UAE@XZ @21825 NONAME ??1H248_TerminationIDList@@UAE@XZ @21826 NONAME ??1H248_TerminationStateDescriptor@@UAE@XZ @21827 NONAME ??1H248_TimeNotation@@UAE@XZ @21828 NONAME ??1H248_TopologyRequest@@UAE@XZ @21829 NONAME ??1H248_TopologyRequest_topologyDirection@@UAE@XZ @21830 NONAME ??1H248_Transaction@@UAE@XZ @21831 NONAME ??1H248_TransactionAck@@UAE@XZ @21832 NONAME ??1H248_TransactionId@@UAE@XZ @21833 NONAME ??1H248_TransactionPending@@UAE@XZ @21834 NONAME ??1H248_TransactionReply@@UAE@XZ @21835 NONAME ??1H248_TransactionReply_transactionResult@@UAE@XZ @21836 NONAME ??1H248_TransactionRequest@@UAE@XZ @21837 NONAME ??1H248_TransactionResponseAck@@UAE@XZ @21838 NONAME ??1H248_Value@@UAE@XZ @21839 NONAME ??1H248_WildcardField@@UAE@XZ @21840 NONAME ??1H261DCTEncoder@@UAE@XZ @12671 NONAME ??1H261Encoder@@MAE@XZ @12672 NONAME ??1H261PixelEncoder@@UAE@XZ @12673 NONAME ??1H263Packet@@UAE@XZ @45889 NONAME ??1H263PacketList@@UAE@XZ @45890 NONAME ??1H323AudioCapability@@UAE@XZ @1818 NONAME ??1H323AudioCodec@@UAE@XZ @1819 NONAME ??1H323BidirectionalChannel@@UAE@XZ @1820 NONAME ??1H323CallCreditServiceControl@@UAE@XZ @21841 NONAME ??1H323Capabilities@@UAE@XZ @12510 NONAME ??1H323CapabilitiesSet@@UAE@XZ @12511 NONAME ??1H323Capability@@UAE@XZ @1821 NONAME ??1H323Channel@@UAE@XZ @1823 NONAME ??1H323ChannelNumber@@UAE@XZ @1824 NONAME ??1H323Codec@@UAE@XZ @1825 NONAME ??1H323CodecPluginGenericAudioCapability@@UAE@XZ @45372 NONAME ??1H323CodecPluginNonStandardAudioCapability@@UAE@XZ @28729 NONAME ??1H323Connection@@UAE@XZ @1826 NONAME ??1H323ConnectionsCleaner@@UAE@XZ @1827 NONAME ??1H323ControlPDU@@UAE@XZ @1828 NONAME ??1H323DataCapability@@UAE@XZ @1829 NONAME ??1H323DataChannel@@UAE@XZ @18779 NONAME ??1H323DynaLink@@UAE@XZ @42747 NONAME ??1H323EndPoint@@UAE@XZ @1830 NONAME ??1H323FramedAudioCodec@@UAE@XZ @1831 NONAME ??1H323Gatekeeper@@UAE@XZ @1832 NONAME ??1H323GatekeeperARQ@@UAE@XZ @19747 NONAME ??1H323GatekeeperBRQ@@UAE@XZ @19748 NONAME ??1H323GatekeeperCall@@UAE@XZ @19033 NONAME ??1H323GatekeeperDRQ@@UAE@XZ @19749 NONAME ??1H323GatekeeperGRQ@@UAE@XZ @19750 NONAME ??1H323GatekeeperIRR@@UAE@XZ @20580 NONAME ??1H323GatekeeperListener@@UAE@XZ @19034 NONAME ??1H323GatekeeperLRQ@@UAE@XZ @19751 NONAME ??1H323GatekeeperRequest@@UAE@XZ @19752 NONAME ??1H323GatekeeperRRQ@@UAE@XZ @19753 NONAME ??1H323GatekeeperServer@@UAE@XZ @19035 NONAME ??1H323GatekeeperURQ@@UAE@XZ @19754 NONAME ??1H323GenericAudioCapability@@UAE@XZ @45373 NONAME ??1H323GenericCapabilityInfo@@UAE@XZ @45374 NONAME ??1H323GenericVideoCapability@@UAE@XZ @45375 NONAME ??1H323GSMPluginCapability@@UAE@XZ @28730 NONAME ??1H323H248ServiceControl@@UAE@XZ @21842 NONAME ??1H323HTTPServiceControl@@UAE@XZ @21843 NONAME ??1H323Listener@@UAE@XZ @1834 NONAME ??1H323ListenerTCP@@UAE@XZ @1835 NONAME ??1H323LogicalChannelThread@@UAE@XZ @1836 NONAME ??1H323NonStandardAudioCapability@@UAE@XZ @1837 NONAME ??1H323NonStandardCapabilityInfo@@UAE@XZ @1838 NONAME ??1H323NonStandardDataCapability@@UAE@XZ @1839 NONAME ??1H323NonStandardVideoCapability@@UAE@XZ @1840 NONAME ??1H323PeerElement@@UAE@XZ @23948 NONAME ??1H323PeerElementDescriptor@@UAE@XZ @25689 NONAME ??1H323PeerElementServiceRelationship@@UAE@XZ @25690 NONAME ??1H323PluginCapability@@UAE@XZ @28733 NONAME ??1H323PluginCapabilityInfo@@QAE@XZ @42818 NONAME ??1H323PluginCodecManager@@UAE@XZ @42722 NONAME ??1H323PluginFramedAudioCodec@@UAE@XZ @42785 NONAME ??1H323PluginG7231Capability@@UAE@XZ @28734 NONAME ??1H323PluginVideoCodec@@UAE@XZ @28735 NONAME ??1H323RasPDU@@UAE@XZ @1841 NONAME ??1H323RealTimeCapability@@UAE@XZ @1842 NONAME ??1H323RegisteredEndPoint@@UAE@XZ @19036 NONAME ??1H323ServiceControlSession@@UAE@XZ @21844 NONAME ??1H323SignalPDU@@UAE@XZ @1843 NONAME ??1H323SimultaneousCapabilities@@UAE@XZ @1844 NONAME ??1H323StreamedAudioCodec@@UAE@XZ @1845 NONAME ??1H323StreamedPluginAudioCodec@@UAE@XZ @42786 NONAME ??1H323Transaction@@UAE@XZ @26045 NONAME ??1H323TransactionPDU@@UAE@XZ @25432 NONAME ??1H323TransactionServer@@UAE@XZ @23951 NONAME ??1H323Transactor@@UAE@XZ @23952 NONAME ??1H323Transport@@UAE@XZ @1846 NONAME ??1H323TransportAddress@@UAE@XZ @1847 NONAME ??1H323TransportAddressArray@@UAE@XZ @21067 NONAME ??1H323TransportIP@@UAE@XZ @1848 NONAME ??1H323TransportTCP@@UAE@XZ @1849 NONAME ??1H323TransportUDP@@UAE@XZ @1850 NONAME ??1H323UnidirectionalChannel@@UAE@XZ @1851 NONAME ??1H323VideoCapability@@UAE@XZ @1852 NONAME ??1H323VideoCodec@@UAE@XZ @1853 NONAME ??1H323_ALawCodec@@UAE@XZ @1858 NONAME ??1H323_AnnexG@@UAE@XZ @23953 NONAME ??1H323_CiscoG7231aLIDCapability@@UAE@XZ @21005 NONAME ??1H323_ExternalRTPChannel@@UAE@XZ @19905 NONAME ??1H323_G711ALaw64Capability@@UAE@XZ @43340 NONAME ??1H323_G711Capability@@UAE@XZ @1859 NONAME ??1H323_G711uLaw64Capability@@UAE@XZ @43341 NONAME ??1H323_H261Capability@@UAE@XZ @1862 NONAME ??1H323_H261Codec@@UAE@XZ @1863 NONAME ??1H323_LIDCapability@@UAE@XZ @1864 NONAME ??1H323_LIDCodec@@UAE@XZ @1865 NONAME ??1H323_LID_G711_ALaw_Capability@@UAE@XZ @43342 NONAME ??1H323_LID_G711_uLaw_Capability@@UAE@XZ @43343 NONAME ??1H323_LID_G7231A_5k3_Capability@@UAE@XZ @43344 NONAME ??1H323_LID_G7231A_6k3_Capability@@UAE@XZ @43345 NONAME ??1H323_LID_G7231_5k3_Capability@@UAE@XZ @43346 NONAME ??1H323_LID_G7231_6k3_Capability@@UAE@XZ @43347 NONAME ??1H323_LID_G728_Capability@@UAE@XZ @43348 NONAME ??1H323_LID_G729AB_Capability@@UAE@XZ @43349 NONAME ??1H323_LID_G729A_Capability@@UAE@XZ @43350 NONAME ??1H323_LID_G729B_Capability@@UAE@XZ @43351 NONAME ??1H323_LID_G729_Capability@@UAE@XZ @43352 NONAME ??1H323_LID_GSM0610_Capability@@UAE@XZ @43353 NONAME ??1H323_muLawCodec@@UAE@XZ @1866 NONAME ??1H323_RealTimeChannel@@UAE@XZ @19906 NONAME ??1H323_RFC2190_H263Capability@@UAE@XZ @45891 NONAME ??1H323_RFC2190_H263Codec@@UAE@XZ @45892 NONAME ??1H323_RTPChannel@@UAE@XZ @1867 NONAME ??1H323_RTP_Session@@UAE@XZ @1868 NONAME ??1H323_RTP_UDP@@UAE@XZ @1869 NONAME ??1H323_T120Capability@@UAE@XZ @1870 NONAME ??1H323_T120Channel@@UAE@XZ @18780 NONAME ??1H323_T38Capability@@UAE@XZ @18781 NONAME ??1H323_T38Channel@@UAE@XZ @18782 NONAME ??1H323_T38NonStandardCapability@@UAE@XZ @20511 NONAME ??1H323_UserInputCapability@@UAE@XZ @1871 NONAME ??1H45010_ArrayOf_MixedExtension@@UAE@XZ @15294 NONAME ??1H45010_CfbOvrOptArg@@UAE@XZ @15295 NONAME ??1H45010_CoReqOptArg@@UAE@XZ @15296 NONAME ??1H45010_H323CallOfferOperations@@UAE@XZ @15297 NONAME ??1H45010_RUAlertOptArg@@UAE@XZ @15298 NONAME ??1H45011Handler@@UAE@XZ @20650 NONAME ??1H45011_ArrayOf_MixedExtension@@UAE@XZ @15299 NONAME ??1H45011_CallIntrusionErrors@@UAE@XZ @15300 NONAME ??1H45011_CICapabilityLevel@@UAE@XZ @15301 NONAME ??1H45011_CIFrcRelArg@@UAE@XZ @15302 NONAME ??1H45011_CIFrcRelOptRes@@UAE@XZ @15303 NONAME ??1H45011_CIGetCIPLOptArg@@UAE@XZ @15304 NONAME ??1H45011_CIGetCIPLRes@@UAE@XZ @15305 NONAME ??1H45011_CIIsOptArg@@UAE@XZ @15306 NONAME ??1H45011_CIIsOptRes@@UAE@XZ @15307 NONAME ??1H45011_CINotificationArg@@UAE@XZ @15308 NONAME ??1H45011_CIProtectionLevel@@UAE@XZ @15309 NONAME ??1H45011_CIRequestArg@@UAE@XZ @15310 NONAME ??1H45011_CIRequestRes@@UAE@XZ @15311 NONAME ??1H45011_CISilentArg@@UAE@XZ @15312 NONAME ??1H45011_CISilentOptRes@@UAE@XZ @15313 NONAME ??1H45011_CIStatusInformation@@UAE@XZ @15314 NONAME ??1H45011_CIWobOptArg@@UAE@XZ @15315 NONAME ??1H45011_CIWobOptRes@@UAE@XZ @15316 NONAME ??1H45011_H323CallIntrusionOperations@@UAE@XZ @15317 NONAME ??1H4501_Address@@UAE@XZ @14155 NONAME ??1H4501_AddressInformation@@UAE@XZ @14156 NONAME ??1H4501_AddressScreened@@UAE@XZ @14157 NONAME ??1H4501_ArrayOf_AliasAddress@@UAE@XZ @14158 NONAME ??1H4501_ArrayOf_ROS@@UAE@XZ @14159 NONAME ??1H4501_EndpointAddress@@UAE@XZ @14160 NONAME ??1H4501_EntityType@@UAE@XZ @14161 NONAME ??1H4501_Extension@@UAE@XZ @14162 NONAME ??1H4501_GeneralErrorList@@UAE@XZ @14163 NONAME ??1H4501_H225InformationElement@@UAE@XZ @14164 NONAME ??1H4501_InterpretationApdu@@UAE@XZ @14165 NONAME ??1H4501_InvokeIDs@@UAE@XZ @14166 NONAME ??1H4501_InvokeIdSet@@UAE@XZ @14167 NONAME ??1H4501_NetworkFacilityExtension@@UAE@XZ @14168 NONAME ??1H4501_NSAPSubaddress@@UAE@XZ @14169 NONAME ??1H4501_NumberScreened@@UAE@XZ @14170 NONAME ??1H4501_PartySubaddress@@UAE@XZ @14171 NONAME ??1H4501_PresentationAllowedIndicator@@UAE@XZ @14172 NONAME ??1H4501_PresentedAddressScreened@@UAE@XZ @14173 NONAME ??1H4501_PresentedAddressUnscreened@@UAE@XZ @14174 NONAME ??1H4501_PresentedNumberScreened@@UAE@XZ @14175 NONAME ??1H4501_PresentedNumberUnscreened@@UAE@XZ @14176 NONAME ??1H4501_ScreeningIndicator@@UAE@XZ @14177 NONAME ??1H4501_ServiceApdus@@UAE@XZ @14178 NONAME ??1H4501_SubaddressInformation@@UAE@XZ @14179 NONAME ??1H4501_SupplementaryService@@UAE@XZ @14180 NONAME ??1H4501_UserSpecifiedSubaddress@@UAE@XZ @14181 NONAME ??1H4502Handler@@UAE@XZ @19413 NONAME ??1H4502_CallIdentity@@UAE@XZ @14182 NONAME ??1H4502_CallStatus@@UAE@XZ @14183 NONAME ??1H4502_CallTransferErrors@@UAE@XZ @14184 NONAME ??1H4502_CallTransferOperation@@UAE@XZ @14185 NONAME ??1H4502_CTActiveArg@@UAE@XZ @14186 NONAME ??1H4502_CTActiveArg_argumentExtension@@UAE@XZ @14187 NONAME ??1H4502_CTCompleteArg@@UAE@XZ @14188 NONAME ??1H4502_CTCompleteArg_argumentExtension@@UAE@XZ @14189 NONAME ??1H4502_CTIdentifyRes@@UAE@XZ @14190 NONAME ??1H4502_CTIdentifyRes_resultExtension@@UAE@XZ @14191 NONAME ??1H4502_CTInitiateArg@@UAE@XZ @14192 NONAME ??1H4502_CTInitiateArg_argumentExtension@@UAE@XZ @14193 NONAME ??1H4502_CTSetupArg@@UAE@XZ @14194 NONAME ??1H4502_CTSetupArg_argumentExtension@@UAE@XZ @14195 NONAME ??1H4502_CTUpdateArg@@UAE@XZ @14196 NONAME ??1H4502_CTUpdateArg_argumentExtension@@UAE@XZ @14197 NONAME ??1H4502_DummyArg@@UAE@XZ @14198 NONAME ??1H4502_DummyRes@@UAE@XZ @14199 NONAME ??1H4502_EndDesignation@@UAE@XZ @14200 NONAME ??1H4502_ExtensionSeq@@UAE@XZ @14201 NONAME ??1H4502_SubaddressTransferArg@@UAE@XZ @14202 NONAME ??1H4502_SubaddressTransferArg_argumentExtension@@UAE@XZ @14203 NONAME ??1H4503_BasicService@@UAE@XZ @15110 NONAME ??1H4503_CallDiversionErrors@@UAE@XZ @15111 NONAME ??1H4503_DiversionReason@@UAE@XZ @15112 NONAME ??1H4503_ExtensionSeq@@UAE@XZ @15113 NONAME ??1H4503_H323CallDiversionOperations@@UAE@XZ @15114 NONAME ??1H4503_IntResult@@UAE@XZ @15115 NONAME ??1H4503_IntResultList@@UAE@XZ @15116 NONAME ??1H4503_IntResult_extension@@UAE@XZ @15117 NONAME ??1H4503_Procedure@@UAE@XZ @15118 NONAME ??1H4503_SubscriptionOption@@UAE@XZ @15119 NONAME ??1H4504Handler@@UAE@XZ @19414 NONAME ??1H4504_ArrayOf_MixedExtension@@UAE@XZ @14967 NONAME ??1H4504_CallHoldOperation@@UAE@XZ @14968 NONAME ??1H4504_Extension@@UAE@XZ @14969 NONAME ??1H4504_HoldNotificArg@@UAE@XZ @14970 NONAME ??1H4504_MixedExtension@@UAE@XZ @14971 NONAME ??1H4504_RemoteHoldArg@@UAE@XZ @14972 NONAME ??1H4504_RemoteHoldRes@@UAE@XZ @14973 NONAME ??1H4504_RemoteRetrieveArg@@UAE@XZ @14974 NONAME ??1H4504_RemoteRetrieveRes@@UAE@XZ @14975 NONAME ??1H4504_RetrieveNotificArg@@UAE@XZ @14976 NONAME ??1H4505_ArrayOf_MixedExtension@@UAE@XZ @15318 NONAME ??1H4505_CallParkPickupOperations@@UAE@XZ @15319 NONAME ??1H4505_CallPickupErrors@@UAE@XZ @15320 NONAME ??1H4505_CallType@@UAE@XZ @15321 NONAME ??1H4505_CpickupNotifyArg@@UAE@XZ @15322 NONAME ??1H4505_CpNotifyArg@@UAE@XZ @15323 NONAME ??1H4505_CpRequestArg@@UAE@XZ @15324 NONAME ??1H4505_CpRequestRes@@UAE@XZ @15325 NONAME ??1H4505_CpSetupArg@@UAE@XZ @15326 NONAME ??1H4505_CpSetupRes@@UAE@XZ @15327 NONAME ??1H4505_GroupIndicationOffArg@@UAE@XZ @15328 NONAME ??1H4505_GroupIndicationOffRes@@UAE@XZ @15329 NONAME ??1H4505_GroupIndicationOnArg@@UAE@XZ @15330 NONAME ??1H4505_GroupIndicationOnRes@@UAE@XZ @15331 NONAME ??1H4505_ParkCondition@@UAE@XZ @15332 NONAME ??1H4505_ParkedToPosition@@UAE@XZ @15333 NONAME ??1H4505_PickExeArg@@UAE@XZ @15334 NONAME ??1H4505_PickExeRes@@UAE@XZ @15335 NONAME ??1H4505_PickrequArg@@UAE@XZ @15336 NONAME ??1H4505_PickrequRes@@UAE@XZ @15337 NONAME ??1H4505_PickupArg@@UAE@XZ @15338 NONAME ??1H4505_PickupRes@@UAE@XZ @15339 NONAME ??1H4506Handler@@UAE@XZ @19939 NONAME ??1H4506_ArrayOf_MixedExtension@@UAE@XZ @15340 NONAME ??1H4506_CallWaitingArg@@UAE@XZ @15341 NONAME ??1H4506_CallWaitingOperations@@UAE@XZ @15342 NONAME ??1H4507_ArrayOf_MixedExtension@@UAE@XZ @15343 NONAME ??1H4507_BasicService@@UAE@XZ @15344 NONAME ??1H4507_DummyRes@@UAE@XZ @15345 NONAME ??1H4507_H323_MWI_Operations@@UAE@XZ @15346 NONAME ??1H4507_MessageWaitingIndicationErrors@@UAE@XZ @15347 NONAME ??1H4507_MsgCentreId@@UAE@XZ @15348 NONAME ??1H4507_MWIActivateArg@@UAE@XZ @15349 NONAME ??1H4507_MWIDeactivateArg@@UAE@XZ @15350 NONAME ??1H4507_MWIInterrogateArg@@UAE@XZ @15351 NONAME ??1H4507_MWIInterrogateRes@@UAE@XZ @15352 NONAME ??1H4507_MWIInterrogateResElt@@UAE@XZ @15353 NONAME ??1H4507_NbOfMessages@@UAE@XZ @15354 NONAME ??1H4507_TimeStamp@@UAE@XZ @15355 NONAME ??1H4508_ExtendedName@@UAE@XZ @15356 NONAME ??1H4508_Name@@UAE@XZ @15357 NONAME ??1H4508_NameOperations@@UAE@XZ @15358 NONAME ??1H4508_NamePresentationAllowed@@UAE@XZ @15359 NONAME ??1H4508_NamePresentationRestricted@@UAE@XZ @15360 NONAME ??1H4508_SimpleName@@UAE@XZ @15361 NONAME ??1H4509_ArrayOf_MixedExtension@@UAE@XZ @15362 NONAME ??1H4509_CallCompletionErrors@@UAE@XZ @15363 NONAME ??1H4509_CcArg@@UAE@XZ @15364 NONAME ??1H4509_CcLongArg@@UAE@XZ @15365 NONAME ??1H4509_CcRequestArg@@UAE@XZ @15366 NONAME ??1H4509_CcRequestRes@@UAE@XZ @15367 NONAME ??1H4509_CcShortArg@@UAE@XZ @15368 NONAME ??1H4509_H323CallCompletionOperations@@UAE@XZ @15369 NONAME ??1H450ServiceAPDU@@UAE@XZ @14204 NONAME ??1H450xDispatcher@@UAE@XZ @19415 NONAME ??1H450xHandler@@UAE@XZ @19416 NONAME ??1H501AccessRequest@@UAE@XZ @26046 NONAME ??1H501DescriptorUpdate@@UAE@XZ @26047 NONAME ??1H501PDU@@UAE@XZ @23955 NONAME ??1H501ServiceRequest@@UAE@XZ @26048 NONAME ??1H501Transaction@@UAE@XZ @26049 NONAME ??1H501_AccessConfirmation@@UAE@XZ @24186 NONAME ??1H501_AccessRejection@@UAE@XZ @24187 NONAME ??1H501_AccessRejectionReason@@UAE@XZ @24188 NONAME ??1H501_AccessRequest@@UAE@XZ @24189 NONAME ??1H501_AccessToken@@UAE@XZ @24190 NONAME ??1H501_AddressTemplate@@UAE@XZ @24191 NONAME ??1H501_AlternatePE@@UAE@XZ @24192 NONAME ??1H501_AlternatePEInfo@@UAE@XZ @24193 NONAME ??1H501_ApplicationMessage@@UAE@XZ @24194 NONAME ??1H501_ArrayOf_AccessToken@@UAE@XZ @24195 NONAME ??1H501_ArrayOf_AddressTemplate@@UAE@XZ @24196 NONAME ??1H501_ArrayOf_AliasAddress@@UAE@XZ @24197 NONAME ??1H501_ArrayOf_AlternatePE@@UAE@XZ @24198 NONAME ??1H501_ArrayOf_CircuitIdentifier@@UAE@XZ @24199 NONAME ??1H501_ArrayOf_ClearToken@@UAE@XZ @23956 NONAME ??1H501_ArrayOf_ContactInformation@@UAE@XZ @24200 NONAME ??1H501_ArrayOf_CryptoH323Token@@UAE@XZ @23957 NONAME ??1H501_ArrayOf_Descriptor@@UAE@XZ @24201 NONAME ??1H501_ArrayOf_DescriptorInfo@@UAE@XZ @24203 NONAME ??1H501_ArrayOf_GenericData@@UAE@XZ @23958 NONAME ??1H501_ArrayOf_GloballyUniqueID@@UAE@XZ @25464 NONAME ??1H501_ArrayOf_NonStandardParameter@@UAE@XZ @23959 NONAME ??1H501_ArrayOf_PASN_ObjectId@@UAE@XZ @24204 NONAME ??1H501_ArrayOf_Pattern@@UAE@XZ @24205 NONAME ??1H501_ArrayOf_PriceElement@@UAE@XZ @24206 NONAME ??1H501_ArrayOf_PriceInfoSpec@@UAE@XZ @24207 NONAME ??1H501_ArrayOf_RouteInformation@@UAE@XZ @24208 NONAME ??1H501_ArrayOf_SecurityMode@@UAE@XZ @24209 NONAME ??1H501_ArrayOf_ServiceControlSession@@UAE@XZ @24210 NONAME ??1H501_ArrayOf_SupportedProtocols@@UAE@XZ @24211 NONAME ??1H501_ArrayOf_TransportAddress@@UAE@XZ @23960 NONAME ??1H501_ArrayOf_UpdateInformation@@UAE@XZ @24212 NONAME ??1H501_ArrayOf_UsageField@@UAE@XZ @24213 NONAME ??1H501_AuthenticationConfirmation@@UAE@XZ @24214 NONAME ??1H501_AuthenticationRejection@@UAE@XZ @24215 NONAME ??1H501_AuthenticationRejectionReason@@UAE@XZ @24216 NONAME ??1H501_AuthenticationRequest@@UAE@XZ @24217 NONAME ??1H501_CallInformation@@UAE@XZ @24218 NONAME ??1H501_ContactInformation@@UAE@XZ @24219 NONAME ??1H501_Descriptor@@UAE@XZ @24220 NONAME ??1H501_DescriptorConfirmation@@UAE@XZ @24221 NONAME ??1H501_DescriptorIDConfirmation@@UAE@XZ @24223 NONAME ??1H501_DescriptorIDRejection@@UAE@XZ @24224 NONAME ??1H501_DescriptorIDRejectionReason@@UAE@XZ @24225 NONAME ??1H501_DescriptorIDRequest@@UAE@XZ @24226 NONAME ??1H501_DescriptorInfo@@UAE@XZ @24227 NONAME ??1H501_DescriptorRejection@@UAE@XZ @24228 NONAME ??1H501_DescriptorRejectionReason@@UAE@XZ @24229 NONAME ??1H501_DescriptorRequest@@UAE@XZ @24230 NONAME ??1H501_DescriptorUpdate@@UAE@XZ @24231 NONAME ??1H501_DescriptorUpdateAck@@UAE@XZ @24232 NONAME ??1H501_ElementIdentifier@@UAE@XZ @24233 NONAME ??1H501_GlobalTimeStamp@@UAE@XZ @24234 NONAME ??1H501_Message@@UAE@XZ @23961 NONAME ??1H501_MessageBody@@UAE@XZ @23962 NONAME ??1H501_MessageCommonInfo@@UAE@XZ @23963 NONAME ??1H501_NonStandardConfirmation@@UAE@XZ @24235 NONAME ??1H501_NonStandardRejection@@UAE@XZ @24236 NONAME ??1H501_NonStandardRejectionReason@@UAE@XZ @24237 NONAME ??1H501_NonStandardRequest@@UAE@XZ @24238 NONAME ??1H501_PartyInformation@@UAE@XZ @24239 NONAME ??1H501_Pattern@@UAE@XZ @24240 NONAME ??1H501_Pattern_range@@UAE@XZ @24241 NONAME ??1H501_PriceElement@@UAE@XZ @24242 NONAME ??1H501_PriceElement_units@@UAE@XZ @24243 NONAME ??1H501_PriceInfoSpec@@UAE@XZ @24244 NONAME ??1H501_ProtocolVersion@@UAE@XZ @23964 NONAME ??1H501_RequestInProgress@@UAE@XZ @24245 NONAME ??1H501_Role@@UAE@XZ @24246 NONAME ??1H501_RouteInformation@@UAE@XZ @24247 NONAME ??1H501_RouteInformation_messageType@@UAE@XZ @24248 NONAME ??1H501_SecurityMode@@UAE@XZ @24249 NONAME ??1H501_ServiceConfirmation@@UAE@XZ @24250 NONAME ??1H501_ServiceRejection@@UAE@XZ @24251 NONAME ??1H501_ServiceRejectionReason@@UAE@XZ @24252 NONAME ??1H501_ServiceRelease@@UAE@XZ @24253 NONAME ??1H501_ServiceReleaseReason@@UAE@XZ @24254 NONAME ??1H501_ServiceRequest@@UAE@XZ @24255 NONAME ??1H501_TerminationCause@@UAE@XZ @24256 NONAME ??1H501_TimeZone@@UAE@XZ @24257 NONAME ??1H501_UnknownMessageReason@@UAE@XZ @24258 NONAME ??1H501_UnknownMessageResponse@@UAE@XZ @24259 NONAME ??1H501_UpdateInformation@@UAE@XZ @24260 NONAME ??1H501_UpdateInformation_descriptorInfo@@UAE@XZ @24261 NONAME ??1H501_UpdateInformation_updateType@@UAE@XZ @24262 NONAME ??1H501_UsageCallStatus@@UAE@XZ @24263 NONAME ??1H501_UsageConfirmation@@UAE@XZ @24264 NONAME ??1H501_UsageField@@UAE@XZ @24265 NONAME ??1H501_UsageIndication@@UAE@XZ @24266 NONAME ??1H501_UsageIndicationConfirmation@@UAE@XZ @24267 NONAME ??1H501_UsageIndicationRejection@@UAE@XZ @24268 NONAME ??1H501_UsageIndicationRejectionReason@@UAE@XZ @24269 NONAME ??1H501_UsageRejection@@UAE@XZ @24270 NONAME ??1H501_UsageRejectReason@@UAE@XZ @24271 NONAME ??1H501_UsageRequest@@UAE@XZ @24272 NONAME ??1H501_UsageSpecification@@UAE@XZ @24273 NONAME ??1H501_UsageSpecification_when@@UAE@XZ @24274 NONAME ??1H501_UserInformation@@UAE@XZ @24275 NONAME ??1H501_ValidationConfirmation@@UAE@XZ @24276 NONAME ??1H501_ValidationRejection@@UAE@XZ @24277 NONAME ??1H501_ValidationRejectionReason@@UAE@XZ @24278 NONAME ??1H501_ValidationRequest@@UAE@XZ @24279 NONAME ??1HandleTimeout_PNotifier@H245Negotiator@@UAE@XZ @1872 NONAME ??1HandleTransactions_PNotifier@H323Transactor@@UAE@XZ @25842 NONAME ??1Info@RTP_JitterBufferAnalyser@@QAE@XZ @12461 NONAME ??1IntraP64Decoder@@UAE@XZ @1873 NONAME ??1LookupRecord@@QAE@XZ @44888 NONAME ??1MCS_ArrayOf_ChannelAttributes@@UAE@XZ @1921 NONAME ??1MCS_ArrayOf_ChannelId@@UAE@XZ @1922 NONAME ??1MCS_ArrayOf_TokenAttributes@@UAE@XZ @1923 NONAME ??1MCS_ArrayOf_TokenId@@UAE@XZ @1924 NONAME ??1MCS_ArrayOf_UserId@@UAE@XZ @1925 NONAME ??1MCS_AssignedChannelId@@UAE@XZ @1926 NONAME ??1MCS_AUcf@@UAE@XZ @1927 NONAME ??1MCS_AUrq@@UAE@XZ @1928 NONAME ??1MCS_CAin@@UAE@XZ @1929 NONAME ??1MCS_CArq@@UAE@XZ @1930 NONAME ??1MCS_CCcf@@UAE@XZ @1931 NONAME ??1MCS_CCrq@@UAE@XZ @1932 NONAME ??1MCS_CDin@@UAE@XZ @1933 NONAME ??1MCS_CDrq@@UAE@XZ @1934 NONAME ??1MCS_CEin@@UAE@XZ @1935 NONAME ??1MCS_CErq@@UAE@XZ @1936 NONAME ??1MCS_ChannelAttributes@@UAE@XZ @1937 NONAME ??1MCS_ChannelAttributes_assigned@@UAE@XZ @1938 NONAME ??1MCS_ChannelAttributes_private@@UAE@XZ @1939 NONAME ??1MCS_ChannelAttributes_static@@UAE@XZ @1940 NONAME ??1MCS_ChannelAttributes_userId@@UAE@XZ @1941 NONAME ??1MCS_ChannelId@@UAE@XZ @1942 NONAME ??1MCS_CJcf@@UAE@XZ @1943 NONAME ??1MCS_CJrq@@UAE@XZ @1944 NONAME ??1MCS_CLrq@@UAE@XZ @1945 NONAME ??1MCS_ConnectMCSPDU@@UAE@XZ @1946 NONAME ??1MCS_Connect_Additional@@UAE@XZ @1947 NONAME ??1MCS_Connect_Initial@@UAE@XZ @1948 NONAME ??1MCS_Connect_Response@@UAE@XZ @1949 NONAME ??1MCS_Connect_Result@@UAE@XZ @1950 NONAME ??1MCS_DataPriority@@UAE@XZ @1951 NONAME ??1MCS_Diagnostic@@UAE@XZ @1952 NONAME ??1MCS_DomainMCSPDU@@UAE@XZ @1953 NONAME ??1MCS_DomainParameters@@UAE@XZ @1954 NONAME ??1MCS_DPum@@UAE@XZ @1955 NONAME ??1MCS_DUin@@UAE@XZ @1956 NONAME ??1MCS_DUrq@@UAE@XZ @1957 NONAME ??1MCS_DynamicChannelId@@UAE@XZ @1958 NONAME ??1MCS_EDrq@@UAE@XZ @1959 NONAME ??1MCS_MCcf@@UAE@XZ @1960 NONAME ??1MCS_MCrq@@UAE@XZ @1961 NONAME ??1MCS_MTcf@@UAE@XZ @1962 NONAME ??1MCS_MTrq@@UAE@XZ @1963 NONAME ??1MCS_PCin@@UAE@XZ @1964 NONAME ??1MCS_PDin@@UAE@XZ @1965 NONAME ??1MCS_PrivateChannelId@@UAE@XZ @1966 NONAME ??1MCS_PTin@@UAE@XZ @1967 NONAME ??1MCS_Reason@@UAE@XZ @1968 NONAME ??1MCS_Result@@UAE@XZ @1969 NONAME ??1MCS_RJum@@UAE@XZ @1970 NONAME ??1MCS_SDin@@UAE@XZ @1971 NONAME ??1MCS_SDrq@@UAE@XZ @1972 NONAME ??1MCS_Segmentation@@UAE@XZ @1973 NONAME ??1MCS_StaticChannelId@@UAE@XZ @1974 NONAME ??1MCS_TGcf@@UAE@XZ @1975 NONAME ??1MCS_TGrq@@UAE@XZ @1976 NONAME ??1MCS_TIcf@@UAE@XZ @1977 NONAME ??1MCS_TIrq@@UAE@XZ @1978 NONAME ??1MCS_TokenAttributes@@UAE@XZ @1979 NONAME ??1MCS_TokenAttributes_given@@UAE@XZ @1980 NONAME ??1MCS_TokenAttributes_giving@@UAE@XZ @1981 NONAME ??1MCS_TokenAttributes_grabbed@@UAE@XZ @1982 NONAME ??1MCS_TokenAttributes_inhibited@@UAE@XZ @1983 NONAME ??1MCS_TokenAttributes_ungivable@@UAE@XZ @1984 NONAME ??1MCS_TokenId@@UAE@XZ @1985 NONAME ??1MCS_TokenStatus@@UAE@XZ @1986 NONAME ??1MCS_TPin@@UAE@XZ @1987 NONAME ??1MCS_TPrq@@UAE@XZ @1988 NONAME ??1MCS_TRcf@@UAE@XZ @1989 NONAME ??1MCS_TRrq@@UAE@XZ @1990 NONAME ??1MCS_TTcf@@UAE@XZ @1991 NONAME ??1MCS_TTrq@@UAE@XZ @1992 NONAME ??1MCS_TVcf@@UAE@XZ @1993 NONAME ??1MCS_TVin@@UAE@XZ @1994 NONAME ??1MCS_TVrq@@UAE@XZ @1995 NONAME ??1MCS_TVrs@@UAE@XZ @1996 NONAME ??1MCS_UserId@@UAE@XZ @1997 NONAME ??1MCS_USin@@UAE@XZ @1998 NONAME ??1MCS_USrq@@UAE@XZ @1999 NONAME ??1MonitorMain_PNotifier@H323Gatekeeper@@UAE@XZ @20524 NONAME ??1MonitorMain_PNotifier@H323GatekeeperServer@@UAE@XZ @20321 NONAME ??1MonitorMain_PNotifier@H323PeerElement@@UAE@XZ @23967 NONAME ??1MSIPAddress@PILSSession@@UAE@XZ @26357 NONAME ??1MXRecordList@PDNS@@UAE@XZ @44889 NONAME ??1OnCallIntrudeTimeOut_PNotifier@H45011Handler@@UAE@XZ @20651 NONAME ??1OnCallTransferTimeOut_PNotifier@H4502Handler@@UAE@XZ @19940 NONAME ??1OnLoadModule_PNotifier@PPluginModuleManager@@UAE@XZ @42769 NONAME ??1OnUserInputInBandDTMF_PNotifier@H323Connection@@UAE@XZ @20160 NONAME ??1OnUserInputInlineRFC2833_PNotifier@H323Connection@@UAE@XZ @20101 NONAME ??1OpalFactoryCodec@@UAE@XZ @44472 NONAME ??1OpalG711ALaw64kFormat@@UAE@XZ @42939 NONAME ??1OpalG711ALaw64k_Base@@UAE@XZ @44473 NONAME ??1OpalG711ALaw64k_Decoder@@UAE@XZ @44474 NONAME ??1OpalG711ALaw64k_Encoder@@UAE@XZ @44475 NONAME ??1OpalG711uLaw64kFormat@@UAE@XZ @42940 NONAME ??1OpalG711uLaw64k_Base@@UAE@XZ @44476 NONAME ??1OpalG711uLaw64k_Decoder@@UAE@XZ @44477 NONAME ??1OpalG711uLaw64k_Encoder@@UAE@XZ @44478 NONAME ??1OpalG7231A_5k3Format@@UAE@XZ @42941 NONAME ??1OpalG7231A_6k3Format@@UAE@XZ @42942 NONAME ??1OpalG7231_5k3Format@@UAE@XZ @42943 NONAME ??1OpalG7231_6k3Format@@UAE@XZ @42944 NONAME ??1OpalG728Format@@UAE@XZ @42945 NONAME ??1OpalG729ABFormat@@UAE@XZ @42946 NONAME ??1OpalG729AFormat@@UAE@XZ @42947 NONAME ??1OpalG729BFormat@@UAE@XZ @42948 NONAME ??1OpalG729Format@@UAE@XZ @42949 NONAME ??1OpalGloballyUniqueID@@UAE@XZ @13843 NONAME ??1OpalGSM0610Format@@UAE@XZ @42950 NONAME ??1OpalH261Format@@UAE@XZ @42951 NONAME ??1OpalIxJDevice@@UAE@XZ @2000 NONAME ??1OpalLineChannel@@UAE@XZ @2001 NONAME ??1OpalLineInterfaceDevice@@UAE@XZ @2002 NONAME ??1OpalMediaFormat@@UAE@XZ @12920 NONAME ??1OpalPCM16Format@@UAE@XZ @42952 NONAME ??1OpalPluginCodec@@UAE@XZ @44479 NONAME ??1OpalPluginMediaFormat@@UAE@XZ @42953 NONAME ??1OpalRFC2190H263Format@@UAE@XZ @45893 NONAME ??1OpalRFC2833@@UAE@XZ @20102 NONAME ??1OpalRFC2833Info@@UAE@XZ @20103 NONAME ??1OpalRtpToWavFile@@UAE@XZ @20555 NONAME ??1OpalT120Format@@UAE@XZ @42954 NONAME ??1OpalT120Protocol@@UAE@XZ @18783 NONAME ??1OpalT38Protocol@@UAE@XZ @18784 NONAME ??1OpalUserInputRFC2833Format@@UAE@XZ @42955 NONAME ??1OpalVoipBlasterDevice@@UAE@XZ @19981 NONAME ??1OpalVXMLSession@@UAE@XZ @20822 NONAME ??1OpalWAVFile@@UAE@XZ @20631 NONAME ??1P64Decoder@@UAE@XZ @2004 NONAME ??1P64Encoder@@QAE@XZ @2005 NONAME ??1PAdaptiveDelay@@UAE@XZ @19982 NONAME ??1PASN_Array@@UAE@XZ @2011 NONAME ??1PASN_BitString@@UAE@XZ @2012 NONAME ??1PASN_BMPString@@UAE@XZ @2013 NONAME ??1PASN_Boolean@@UAE@XZ @2014 NONAME ??1PASN_ConstrainedObject@@UAE@XZ @2015 NONAME ??1PASN_ConstrainedString@@UAE@XZ @2016 NONAME ??1PASN_Enumeration@@UAE@XZ @2017 NONAME ??1PASN_GeneralisedTime@@UAE@XZ @15370 NONAME ??1PASN_GeneralString@@UAE@XZ @16638 NONAME ??1PASN_IA5String@@UAE@XZ @2018 NONAME ??1PASN_Integer@@UAE@XZ @2019 NONAME ??1PASN_Null@@UAE@XZ @15371 NONAME ??1PASN_NumericString@@UAE@XZ @2020 NONAME ??1PASN_Object@@UAE@XZ @2021 NONAME ??1PASN_ObjectId@@UAE@XZ @2022 NONAME ??1PASN_OctetString@@UAE@XZ @2023 NONAME ??1PASN_PrintableString@@UAE@XZ @2024 NONAME ??1PASN_Sequence@@UAE@XZ @2025 NONAME ??1PASN_Stream@@UAE@XZ @20366 NONAME ??1PASN_VisibleString@@UAE@XZ @15372 NONAME ??1PBER_Stream@@UAE@XZ @18785 NONAME ??1PDTMFDecoder@@UAE@XZ @20164 NONAME ??1PILSSession@@UAE@XZ @26213 NONAME ??1PLDAPAttributeBase@@UAE@XZ @26214 NONAME ??1PLDAPAttr_c@RTPerson@PILSSession@@UAE@XZ @26215 NONAME ??1PLDAPAttr_cn@RTPerson@PILSSession@@UAE@XZ @26216 NONAME ??1PLDAPAttr_comment@RTPerson@PILSSession@@UAE@XZ @26217 NONAME ??1PLDAPAttr_givenName@RTPerson@PILSSession@@UAE@XZ @26218 NONAME ??1PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@UAE@XZ @26219 NONAME ??1PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@UAE@XZ @26220 NONAME ??1PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@UAE@XZ @26221 NONAME ??1PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@UAE@XZ @26222 NONAME ??1PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@UAE@XZ @26223 NONAME ??1PLDAPAttr_location@RTPerson@PILSSession@@UAE@XZ @26224 NONAME ??1PLDAPAttr_o@RTPerson@PILSSession@@UAE@XZ @26225 NONAME ??1PLDAPAttr_objectClass@RTPerson@PILSSession@@UAE@XZ @26226 NONAME ??1PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@UAE@XZ @26227 NONAME ??1PLDAPAttr_sappguid@RTPerson@PILSSession@@UAE@XZ @26228 NONAME ??1PLDAPAttr_sappid@RTPerson@PILSSession@@UAE@XZ @26229 NONAME ??1PLDAPAttr_sflags@RTPerson@PILSSession@@UAE@XZ @26230 NONAME ??1PLDAPAttr_sipAddress@RTPerson@PILSSession@@UAE@XZ @26231 NONAME ??1PLDAPAttr_smimetype@RTPerson@PILSSession@@UAE@XZ @26232 NONAME ??1PLDAPAttr_smodop@RTPerson@PILSSession@@UAE@XZ @26233 NONAME ??1PLDAPAttr_sport@RTPerson@PILSSession@@UAE@XZ @26234 NONAME ??1PLDAPAttr_sprotid@RTPerson@PILSSession@@UAE@XZ @26235 NONAME ??1PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@UAE@XZ @26236 NONAME ??1PLDAPAttr_ssecurity@RTPerson@PILSSession@@UAE@XZ @26237 NONAME ??1PLDAPAttr_sttl@RTPerson@PILSSession@@UAE@XZ @26238 NONAME ??1PLDAPAttr_surname@RTPerson@PILSSession@@UAE@XZ @26239 NONAME ??1PLDAPAttr_timestamp@RTPerson@PILSSession@@UAE@XZ @26240 NONAME ??1PLDAPStructBase@@UAE@XZ @26241 NONAME ??1PluginLoader@@UAE@XZ @45082 NONAME ??1PMessageDigest5@@UAE@XZ @19306 NONAME ??1PMessageDigest@@UAE@XZ @28737 NONAME ??1PortInfo@H323EndPoint@@QAE@XZ @21063 NONAME ??1PPER_Stream@@UAE@XZ @2028 NONAME ??1Pre_Vid_Coder@@UAE@XZ @2031 NONAME ??1PURL@@UAE@XZ @26185 NONAME ??1PWAVFileConverter@@UAE@XZ @45155 NONAME ??1PWAVFileConverterALaw@@UAE@XZ @45156 NONAME ??1PWAVFileConverterULaw@@UAE@XZ @45157 NONAME ??1PWAVFileConverterXLaw@@UAE@XZ @45158 NONAME ??1Q931@@UAE@XZ @2044 NONAME ??1ReceivedPacket_PNotifier@OpalRFC2833@@UAE@XZ @20104 NONAME ??1ReceivedPacket_PNotifier@OpalRtpToWavFile@@UAE@XZ @20557 NONAME ??1ReceiverReport@RTP_Session@@UAE@XZ @12369 NONAME ??1ReceiveTimeout_PNotifier@OpalRFC2833@@UAE@XZ @20105 NONAME ??1Request@H323Transactor@@UAE@XZ @25843 NONAME ??1Response@H323Transactor@@UAE@XZ @25844 NONAME ??1RFC2190_FfmpgLink@@UAE@XZ @45894 NONAME ??1RTPerson@PILSSession@@UAE@XZ @26242 NONAME ??1RTP_ControlFrame@@UAE@XZ @2046 NONAME ??1RTP_DataFrame@@UAE@XZ @2047 NONAME ??1RTP_JitterBuffer@@UAE@XZ @2048 NONAME ??1RTP_JitterBufferAnalyser@@UAE@XZ @12448 NONAME ??1RTP_QOS@@UAE@XZ @26588 NONAME ??1RTP_Session@@UAE@XZ @2049 NONAME ??1RTP_SessionManager@@UAE@XZ @2050 NONAME ??1RTP_UDP@@UAE@XZ @2051 NONAME ??1RTP_UserData@@UAE@XZ @28738 NONAME ??1SenderReport@RTP_Session@@UAE@XZ @12370 NONAME ??1SlowHandler_PNotifier@H323Transaction@@UAE@XZ @26050 NONAME ??1SourceDescription@RTP_Session@@UAE@XZ @12371 NONAME ??1SRVRecordList@PDNS@@UAE@XZ @44890 NONAME ??1StatusHandler_PNotifier@OpalVoipBlasterDevice@@UAE@XZ @19983 NONAME ??1StringMap@H323GatekeeperServer@@UAE@XZ @21442 NONAME ??1T120ConnectPDU@@UAE@XZ @20177 NONAME ??1T120_X224@@UAE@XZ @20178 NONAME ??1T38_ArrayOf_PASN_OctetString@@UAE@XZ @18786 NONAME ??1T38_Data_Field@@UAE@XZ @18787 NONAME ??1T38_Data_Field_subtype@@UAE@XZ @18788 NONAME ??1T38_Data_Field_subtype_field_type@@UAE@XZ @18789 NONAME ??1T38_IFPPacket@@UAE@XZ @18790 NONAME ??1T38_PreCorrigendum_Data_Field@@UAE@XZ @21456 NONAME ??1T38_PreCorrigendum_Data_Field_subtype@@UAE@XZ @21457 NONAME ??1T38_PreCorrigendum_Data_Field_subtype_field_type@@UAE@XZ @21458 NONAME ??1T38_PreCorrigendum_IFPPacket@@UAE@XZ @21459 NONAME ??1T38_Type_of_msg@@UAE@XZ @18791 NONAME ??1T38_Type_of_msg_data@@UAE@XZ @18792 NONAME ??1T38_Type_of_msg_t30_indicator@@UAE@XZ @18793 NONAME ??1T38_UDPTLPacket@@UAE@XZ @18794 NONAME ??1T38_UDPTLPacket_error_recovery@@UAE@XZ @18795 NONAME ??1T38_UDPTLPacket_error_recovery_fec_info@@UAE@XZ @18796 NONAME ??1T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@UAE@XZ @18797 NONAME ??1T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@UAE@XZ @18798 NONAME ??1T38_UDPTLPacket_primary_ifp_packet@@UAE@XZ @18799 NONAME ??1TickleMonitor_PNotifier@H323Gatekeeper@@UAE@XZ @20525 NONAME ??1TransmitEnded_PNotifier@OpalRFC2833@@UAE@XZ @20106 NONAME ??1TransmitPacket_PNotifier@OpalRFC2833@@UAE@XZ @20107 NONAME ??1Transmitter@@UAE@XZ @2052 NONAME ??1UpdateAllDescriptors_PNotifier@H323PeerElement@@UAE@XZ @25926 NONAME ??1VideoFrame@@QAE@XZ @12858 NONAME ??1VoipBlasterInterface@@UAE@XZ @19984 NONAME ??1Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@UAE@XZ @44480 NONAME ??1Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@UAE@XZ @44481 NONAME ??1Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@UAE@XZ @44482 NONAME ??1Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@UAE@XZ @44483 NONAME ??1Worker@OpalPluginCodecFactory@@UAE@XZ @44484 NONAME ??1WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@MAE@XZ @44891 NONAME ??1WorkerBase@?$PFactory@VH323Capability@@VPString@@@@MAE@XZ @43761 NONAME ??1WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@MAE@XZ @44485 NONAME ??1WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@MAE@XZ @43762 NONAME ??1WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@MAE@XZ @43763 NONAME ??1WorkerBase@?$PFactory@VPWAVFileConverter@@I@@MAE@XZ @44284 NONAME ??1X224@@UAE@XZ @2054 NONAME ??1X880_Code@@UAE@XZ @14205 NONAME ??1X880_GeneralProblem@@UAE@XZ @14206 NONAME ??1X880_Invoke@@UAE@XZ @14207 NONAME ??1X880_InvokeId@@UAE@XZ @14208 NONAME ??1X880_InvokeProblem@@UAE@XZ @14209 NONAME ??1X880_Reject@@UAE@XZ @14210 NONAME ??1X880_RejectProblem@@UAE@XZ @14211 NONAME ??1X880_Reject_problem@@UAE@XZ @14212 NONAME ??1X880_ReturnError@@UAE@XZ @14213 NONAME ??1X880_ReturnErrorProblem@@UAE@XZ @14214 NONAME ??1X880_ReturnResult@@UAE@XZ @14215 NONAME ??1X880_ReturnResultProblem@@UAE@XZ @14216 NONAME ??1X880_ReturnResult_result@@UAE@XZ @14217 NONAME ??1X880_ROS@@UAE@XZ @14218 NONAME ??1_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @44892 NONAME ??1_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @43764 NONAME ??1_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @43765 NONAME ??1_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @44486 NONAME ??1_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @43766 NONAME ??4?$PArray@VH323TransportAddress@@@@QAEAAV0@ABV0@@Z @28739 NONAME ??4?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@QAEAAV0@ABV0@@Z @28740 NONAME ??4?$PList@VH235Authenticator@@@@QAEAAV0@ABV0@@Z @21088 NONAME ??4?$PSafePtr@VH323GatekeeperCall@@@@QAEAAV0@ABV0@@Z @28741 NONAME ??4?$PSafePtr@VH323PeerElementDescriptor@@@@QAEAAV0@PAVH323PeerElementDescriptor@@@Z @28742 NONAME ??4?$PSafePtr@VH323RegisteredEndPoint@@@@QAEAAV0@ABV0@@Z @28743 NONAME ??4?$PSafePtr@VH323RegisteredEndPoint@@@@QAEAAV0@PAVH323RegisteredEndPoint@@@Z @28744 NONAME ??4GCC_ChannelID@@QAEAAV0@H@Z @2057 NONAME ??4GCC_ChannelID@@QAEAAV0@I@Z @2058 NONAME ??4GCC_ChannelType@@QAEAAV0@I@Z @2059 NONAME ??4GCC_ConferenceAddResponse_result@@QAEAAV0@I@Z @2060 NONAME ??4GCC_ConferenceCreateResponse_result@@QAEAAV0@I@Z @2061 NONAME ??4GCC_ConferenceEjectUserIndication_reason@@QAEAAV0@I@Z @2062 NONAME ??4GCC_ConferenceEjectUserRequest_reason@@QAEAAV0@I@Z @2063 NONAME ??4GCC_ConferenceEjectUserResponse_result@@QAEAAV0@I@Z @2064 NONAME ??4GCC_ConferenceInviteResponse_result@@QAEAAV0@I@Z @2065 NONAME ??4GCC_ConferenceJoinResponse_result@@QAEAAV0@I@Z @2066 NONAME ??4GCC_ConferenceLockResponse_result@@QAEAAV0@I@Z @2067 NONAME ??4GCC_ConferenceNameModifier@@QAEAAV0@ABVPString@@@Z @2068 NONAME ??4GCC_ConferenceNameModifier@@QAEAAV0@PBD@Z @2069 NONAME ??4GCC_ConferenceQueryResponse_result@@QAEAAV0@I@Z @2070 NONAME ??4GCC_ConferenceTerminateIndication_reason@@QAEAAV0@I@Z @2071 NONAME ??4GCC_ConferenceTerminateRequest_reason@@QAEAAV0@I@Z @2072 NONAME ??4GCC_ConferenceTerminateResponse_result@@QAEAAV0@I@Z @2073 NONAME ??4GCC_ConferenceTransferResponse_result@@QAEAAV0@I@Z @2074 NONAME ??4GCC_ConferenceUnlockResponse_result@@QAEAAV0@I@Z @2075 NONAME ??4GCC_DialingString@@QAEAAV0@ABVPString@@@Z @2076 NONAME ??4GCC_DialingString@@QAEAAV0@PBD@Z @2077 NONAME ??4GCC_DynamicChannelID@@QAEAAV0@H@Z @2078 NONAME ??4GCC_DynamicChannelID@@QAEAAV0@I@Z @2079 NONAME ??4GCC_DynamicTokenID@@QAEAAV0@H@Z @2080 NONAME ??4GCC_DynamicTokenID@@QAEAAV0@I@Z @2081 NONAME ??4GCC_EntityID@@QAEAAV0@H@Z @2082 NONAME ??4GCC_EntityID@@QAEAAV0@I@Z @2083 NONAME ??4GCC_ExtraDialingString@@QAEAAV0@ABV?$PScalarArray@G@@@Z @26406 NONAME ??4GCC_ExtraDialingString@@QAEAAV0@ABVPASN_BMPString@@@Z @19282 NONAME ??4GCC_ExtraDialingString@@QAEAAV0@ABVPString@@@Z @2084 NONAME ??4GCC_ExtraDialingString@@QAEAAV0@PBD@Z @2085 NONAME ??4GCC_H221NonStandardIdentifier@@QAEAAV0@ABVPBYTEArray@@@Z @2086 NONAME ??4GCC_H221NonStandardIdentifier@@QAEAAV0@ABVPString@@@Z @2087 NONAME ??4GCC_H221NonStandardIdentifier@@QAEAAV0@PBD@Z @2088 NONAME ??4GCC_Handle@@QAEAAV0@H@Z @2089 NONAME ??4GCC_Handle@@QAEAAV0@I@Z @2090 NONAME ??4GCC_NodeType@@QAEAAV0@I@Z @2091 NONAME ??4GCC_Privilege@@QAEAAV0@I@Z @2092 NONAME ??4GCC_RegistryAllocateHandleResponse_result@@QAEAAV0@I@Z @2093 NONAME ??4GCC_RegistryModificationRights@@QAEAAV0@I@Z @2094 NONAME ??4GCC_RegistryResponse_primitiveType@@QAEAAV0@I@Z @2095 NONAME ??4GCC_RegistryResponse_result@@QAEAAV0@I@Z @2096 NONAME ??4GCC_SimpleNumericString@@QAEAAV0@ABVPString@@@Z @2097 NONAME ??4GCC_SimpleNumericString@@QAEAAV0@PBD@Z @2098 NONAME ??4GCC_SimpleTextString@@QAEAAV0@ABV?$PScalarArray@G@@@Z @26407 NONAME ??4GCC_SimpleTextString@@QAEAAV0@ABVPASN_BMPString@@@Z @19283 NONAME ??4GCC_SimpleTextString@@QAEAAV0@ABVPString@@@Z @2099 NONAME ??4GCC_SimpleTextString@@QAEAAV0@PBD@Z @2100 NONAME ??4GCC_StaticChannelID@@QAEAAV0@H@Z @2101 NONAME ??4GCC_StaticChannelID@@QAEAAV0@I@Z @2102 NONAME ??4GCC_StaticTokenID@@QAEAAV0@H@Z @2103 NONAME ??4GCC_StaticTokenID@@QAEAAV0@I@Z @2104 NONAME ??4GCC_SubAddressString@@QAEAAV0@ABVPString@@@Z @2105 NONAME ??4GCC_SubAddressString@@QAEAAV0@PBD@Z @2106 NONAME ??4GCC_TerminationMethod@@QAEAAV0@I@Z @2107 NONAME ??4GCC_TextString@@QAEAAV0@ABV?$PScalarArray@G@@@Z @26408 NONAME ??4GCC_TextString@@QAEAAV0@ABVPASN_BMPString@@@Z @19284 NONAME ??4GCC_TextString@@QAEAAV0@ABVPString@@@Z @2108 NONAME ??4GCC_TextString@@QAEAAV0@PBD@Z @2109 NONAME ??4GCC_Time@@QAEAAV0@H@Z @2110 NONAME ??4GCC_Time@@QAEAAV0@I@Z @2111 NONAME ??4GCC_TokenID@@QAEAAV0@H@Z @2112 NONAME ??4GCC_TokenID@@QAEAAV0@I@Z @2113 NONAME ??4GCC_UserID@@QAEAAV0@H@Z @2114 NONAME ??4GCC_UserID@@QAEAAV0@I@Z @2115 NONAME ??4H225_AliasAddress@@QAEAAV0@ABV0@@Z @28745 NONAME ??4H225_ArrayOf_AliasAddress@@QAEAAV0@ABV0@@Z @28746 NONAME ??4H225_ArrayOf_FeatureDescriptor@@QAEAAV0@ABV0@@Z @25473 NONAME ??4H225_ArrayOf_GenericData@@QAEAAV0@ABV0@@Z @19566 NONAME ??4H225_ArrayOf_NonStandardParameter@@QAEAAV0@ABV0@@Z @26384 NONAME ??4H225_ArrayOf_PASN_OctetString@@QAEAAV0@ABV0@@Z @28747 NONAME ??4H225_ArrayOf_SupportedProtocols@@QAEAAV0@ABV0@@Z @28748 NONAME ??4H225_ArrayOf_TunnelledProtocol@@QAEAAV0@ABV0@@Z @27295 NONAME ??4H225_BandWidth@@QAEAAV0@H@Z @2116 NONAME ??4H225_BandWidth@@QAEAAV0@I@Z @2117 NONAME ??4H225_CallIdentifier@@QAEAAV0@ABV0@@Z @46022 NONAME ??4H225_CallLinkage@@QAEAAV0@ABV0@@Z @26385 NONAME ??4H225_CallReferenceValue@@QAEAAV0@H@Z @2118 NONAME ??4H225_CallReferenceValue@@QAEAAV0@I@Z @2119 NONAME ??4H225_ConferenceIdentifier@@QAEAAV0@ABVPBYTEArray@@@Z @2120 NONAME ??4H225_ConferenceIdentifier@@QAEAAV0@ABVPString@@@Z @2121 NONAME ??4H225_ConferenceIdentifier@@QAEAAV0@PBD@Z @2122 NONAME ??4H225_EndpointIdentifier@@QAEAAV0@ABV?$PScalarArray@G@@@Z @26409 NONAME ??4H225_EndpointIdentifier@@QAEAAV0@ABVPASN_BMPString@@@Z @19285 NONAME ??4H225_EndpointIdentifier@@QAEAAV0@ABVPString@@@Z @2123 NONAME ??4H225_EndpointIdentifier@@QAEAAV0@PBD@Z @2124 NONAME ??4H225_EndpointType@@QAEAAV0@ABV0@@Z @28749 NONAME ??4H225_FeatureSet@@QAEAAV0@ABV0@@Z @25696 NONAME ??4H225_GatekeeperIdentifier@@QAEAAV0@ABV?$PScalarArray@G@@@Z @26410 NONAME ??4H225_GatekeeperIdentifier@@QAEAAV0@ABVPASN_BMPString@@@Z @19286 NONAME ??4H225_GatekeeperIdentifier@@QAEAAV0@ABVPString@@@Z @2125 NONAME ??4H225_GatekeeperIdentifier@@QAEAAV0@PBD@Z @2126 NONAME ??4H225_GatekeeperInfo@@QAEAAV0@ABV0@@Z @26386 NONAME ??4H225_GatewayInfo@@QAEAAV0@ABV0@@Z @26387 NONAME ??4H225_GloballyUniqueID@@QAEAAV0@ABV0@@Z @23855 NONAME ??4H225_GloballyUniqueID@@QAEAAV0@ABVPBYTEArray@@@Z @2127 NONAME ??4H225_GloballyUniqueID@@QAEAAV0@ABVPString@@@Z @2128 NONAME ??4H225_GloballyUniqueID@@QAEAAV0@PBD@Z @2129 NONAME ??4H225_H221NonStandard@@QAEAAV0@ABV0@@Z @28750 NONAME ??4H225_H248PackagesDescriptor@@QAEAAV0@ABVPBYTEArray@@@Z @16795 NONAME ??4H225_H248PackagesDescriptor@@QAEAAV0@ABVPString@@@Z @16796 NONAME ??4H225_H248PackagesDescriptor@@QAEAAV0@PBD@Z @16797 NONAME ??4H225_H248SignalsDescriptor@@QAEAAV0@ABVPBYTEArray@@@Z @16798 NONAME ??4H225_H248SignalsDescriptor@@QAEAAV0@ABVPString@@@Z @16799 NONAME ??4H225_H248SignalsDescriptor@@QAEAAV0@PBD@Z @16800 NONAME ??4H225_H323_UU_PDU@@QAEAAV0@ABV0@@Z @28751 NONAME ??4H225_H323_UU_PDU_h323_message_body@@QAEAAV0@ABV0@@Z @28752 NONAME ??4H225_H323_UU_PDU_tunnelledSignallingMessage@@QAEAAV0@ABV0@@Z @19568 NONAME ??4H225_ICV@@QAEAAV0@ABV0@@Z @25697 NONAME ??4H225_McuInfo@@QAEAAV0@ABV0@@Z @26388 NONAME ??4H225_NonStandardIdentifier@@QAEAAV0@ABV0@@Z @19569 NONAME ??4H225_NonStandardParameter@@QAEAAV0@ABV0@@Z @28753 NONAME ??4H225_NumberDigits@@QAEAAV0@ABVPString@@@Z @2130 NONAME ??4H225_NumberDigits@@QAEAAV0@PBD@Z @2131 NONAME ??4H225_RequestSeqNum@@QAEAAV0@H@Z @2132 NONAME ??4H225_RequestSeqNum@@QAEAAV0@I@Z @2133 NONAME ??4H225_ScreeningIndicator@@QAEAAV0@I@Z @16801 NONAME ??4H225_ServiceControlSession_reason@@QAEAAV0@ABV0@@Z @28754 NONAME ??4H225_StimulusControl@@QAEAAV0@ABV0@@Z @19570 NONAME ??4H225_TBCD_STRING@@QAEAAV0@ABVPString@@@Z @16802 NONAME ??4H225_TBCD_STRING@@QAEAAV0@PBD@Z @16803 NONAME ??4H225_TerminalInfo@@QAEAAV0@ABV0@@Z @26389 NONAME ??4H225_TimeToLive@@QAEAAV0@H@Z @2134 NONAME ??4H225_TimeToLive@@QAEAAV0@I@Z @2135 NONAME ??4H225_TransportAddress@@QAEAAV0@ABV0@@Z @28755 NONAME ??4H225_TunnelledProtocol@@QAEAAV0@ABV0@@Z @28756 NONAME ??4H225_TunnelledProtocol_id@@QAEAAV0@ABV0@@Z @28757 NONAME ??4H225_UnregRequestReason@@QAEAAV0@ABV0@@Z @28758 NONAME ??4H225_VendorIdentifier@@QAEAAV0@ABV0@@Z @26390 NONAME ??4H235Authenticators@@QAEAAV0@ABV0@@Z @28759 NONAME ??4H235_AuthenticationMechanism@@QAEAAV0@ABV0@@Z @28760 NONAME ??4H235_ChallengeString@@QAEAAV0@ABV0@@Z @28761 NONAME ??4H235_ChallengeString@@QAEAAV0@ABVPBYTEArray@@@Z @2136 NONAME ??4H235_ChallengeString@@QAEAAV0@ABVPString@@@Z @2137 NONAME ??4H235_ChallengeString@@QAEAAV0@PBD@Z @2138 NONAME ??4H235_ClearToken@@QAEAAV0@ABV0@@Z @28762 NONAME ??4H235_DHset@@QAEAAV0@ABV0@@Z @26428 NONAME ??4H235_ECKASDH@@QAEAAV0@ABV0@@Z @23911 NONAME ??4H235_H235Key@@QAEAAV0@ABV0@@Z @26791 NONAME ??4H235_Identifier@@QAEAAV0@ABV0@@Z @23912 NONAME ??4H235_Identifier@@QAEAAV0@ABV?$PScalarArray@G@@@Z @26411 NONAME ??4H235_Identifier@@QAEAAV0@ABVPASN_BMPString@@@Z @19287 NONAME ??4H235_Identifier@@QAEAAV0@ABVPString@@@Z @2139 NONAME ??4H235_Identifier@@QAEAAV0@PBD@Z @2140 NONAME ??4H235_IV16@@QAEAAV0@ABVPBYTEArray@@@Z @19219 NONAME ??4H235_IV16@@QAEAAV0@ABVPString@@@Z @19220 NONAME ??4H235_IV16@@QAEAAV0@PBD@Z @19221 NONAME ??4H235_IV8@@QAEAAV0@ABVPBYTEArray@@@Z @2141 NONAME ??4H235_IV8@@QAEAAV0@ABVPString@@@Z @2142 NONAME ??4H235_IV8@@QAEAAV0@PBD@Z @2143 NONAME ??4H235_NonStandardParameter@@QAEAAV0@ABV0@@Z @23913 NONAME ??4H235_Password@@QAEAAV0@ABV0@@Z @28763 NONAME ??4H235_Password@@QAEAAV0@ABV?$PScalarArray@G@@@Z @26412 NONAME ??4H235_Password@@QAEAAV0@ABVPASN_BMPString@@@Z @19288 NONAME ??4H235_Password@@QAEAAV0@ABVPString@@@Z @2144 NONAME ??4H235_Password@@QAEAAV0@PBD@Z @2145 NONAME ??4H235_RandomVal@@QAEAAV0@ABV0@@Z @26055 NONAME ??4H235_RandomVal@@QAEAAV0@H@Z @2146 NONAME ??4H235_RandomVal@@QAEAAV0@I@Z @2147 NONAME ??4H235_TimeStamp@@QAEAAV0@ABV0@@Z @28764 NONAME ??4H235_TimeStamp@@QAEAAV0@H@Z @2148 NONAME ??4H235_TimeStamp@@QAEAAV0@I@Z @2149 NONAME ??4H235_TypedCertificate@@QAEAAV0@ABV0@@Z @23914 NONAME ??4H245_ArrayOf_ModeDescription@@QAEAAV0@ABV0@@Z @28765 NONAME ??4H245_CapabilityDescriptorNumber@@QAEAAV0@H@Z @2150 NONAME ??4H245_CapabilityDescriptorNumber@@QAEAAV0@I@Z @2151 NONAME ??4H245_CapabilityIdentifier@@QAEAAV0@ABV0@@Z @45376 NONAME ??4H245_CapabilityTableEntryNumber@@QAEAAV0@H@Z @2152 NONAME ??4H245_CapabilityTableEntryNumber@@QAEAAV0@I@Z @2153 NONAME ??4H245_CommandMessage@@QAEAAV0@ABV0@@Z @28766 NONAME ??4H245_ConferenceID@@QAEAAV0@ABVPBYTEArray@@@Z @2154 NONAME ??4H245_ConferenceID@@QAEAAV0@ABVPString@@@Z @2155 NONAME ??4H245_ConferenceID@@QAEAAV0@PBD@Z @2156 NONAME ??4H245_IV16@@QAEAAV0@ABVPBYTEArray@@@Z @45159 NONAME ??4H245_IV16@@QAEAAV0@ABVPString@@@Z @45160 NONAME ??4H245_IV16@@QAEAAV0@PBD@Z @45161 NONAME ??4H245_IV8@@QAEAAV0@ABVPBYTEArray@@@Z @45162 NONAME ??4H245_IV8@@QAEAAV0@ABVPString@@@Z @45163 NONAME ??4H245_IV8@@QAEAAV0@PBD@Z @45164 NONAME ??4H245_LogicalChannelNumber@@QAEAAV0@H@Z @2157 NONAME ??4H245_LogicalChannelNumber@@QAEAAV0@I@Z @2158 NONAME ??4H245_MaximumBitRate@@QAEAAV0@H@Z @16804 NONAME ??4H245_MaximumBitRate@@QAEAAV0@I@Z @16805 NONAME ??4H245_MaxRedundancy@@QAEAAV0@H@Z @45528 NONAME ??4H245_MaxRedundancy@@QAEAAV0@I@Z @45529 NONAME ??4H245_McuNumber@@QAEAAV0@H@Z @2159 NONAME ??4H245_McuNumber@@QAEAAV0@I@Z @2160 NONAME ??4H245_ModeDescription@@QAEAAV0@ABV0@@Z @28767 NONAME ??4H245_MultiplexTableEntryNumber@@QAEAAV0@H@Z @2161 NONAME ??4H245_MultiplexTableEntryNumber@@QAEAAV0@I@Z @2162 NONAME ??4H245_Password@@QAEAAV0@ABVPBYTEArray@@@Z @2163 NONAME ??4H245_Password@@QAEAAV0@ABVPString@@@Z @2164 NONAME ??4H245_Password@@QAEAAV0@PBD@Z @2165 NONAME ??4H245_RequestMessage@@QAEAAV0@ABV0@@Z @28768 NONAME ??4H245_ResponseMessage@@QAEAAV0@ABV0@@Z @28769 NONAME ??4H245_SequenceNumber@@QAEAAV0@H@Z @2166 NONAME ??4H245_SequenceNumber@@QAEAAV0@I@Z @2167 NONAME ??4H245_TerminalID@@QAEAAV0@ABVPBYTEArray@@@Z @2168 NONAME ??4H245_TerminalID@@QAEAAV0@ABVPString@@@Z @2169 NONAME ??4H245_TerminalID@@QAEAAV0@PBD@Z @2170 NONAME ??4H245_TerminalNumber@@QAEAAV0@H@Z @2171 NONAME ??4H245_TerminalNumber@@QAEAAV0@I@Z @2172 NONAME ??4H245_UserInputIndication@@QAEAAV0@ABV0@@Z @28770 NONAME ??4H248_AuthData@@QAEAAV0@ABVPBYTEArray@@@Z @21998 NONAME ??4H248_AuthData@@QAEAAV0@ABVPString@@@Z @21999 NONAME ??4H248_AuthData@@QAEAAV0@PBD@Z @22000 NONAME ??4H248_ContextID@@QAEAAV0@H@Z @22001 NONAME ??4H248_ContextID@@QAEAAV0@I@Z @22002 NONAME ??4H248_DigitMapName@@QAEAAV0@ABVPBYTEArray@@@Z @22003 NONAME ??4H248_DigitMapName@@QAEAAV0@ABVPString@@@Z @22004 NONAME ??4H248_DigitMapName@@QAEAAV0@PBD@Z @22005 NONAME ??4H248_ErrorCode@@QAEAAV0@H@Z @22006 NONAME ??4H248_ErrorCode@@QAEAAV0@I@Z @22007 NONAME ??4H248_ErrorText@@QAEAAV0@ABVPString@@@Z @22008 NONAME ??4H248_ErrorText@@QAEAAV0@PBD@Z @22009 NONAME ??4H248_EventBufferControl@@QAEAAV0@I@Z @22010 NONAME ??4H248_EventName@@QAEAAV0@ABVPBYTEArray@@@Z @22011 NONAME ??4H248_EventName@@QAEAAV0@ABVPString@@@Z @22012 NONAME ??4H248_EventName@@QAEAAV0@PBD@Z @22013 NONAME ??4H248_ModemType@@QAEAAV0@I@Z @22014 NONAME ??4H248_MuxType@@QAEAAV0@I@Z @22015 NONAME ??4H248_Name@@QAEAAV0@ABVPBYTEArray@@@Z @22016 NONAME ??4H248_Name@@QAEAAV0@ABVPString@@@Z @22017 NONAME ??4H248_Name@@QAEAAV0@PBD@Z @22018 NONAME ??4H248_PathName@@QAEAAV0@ABVPString@@@Z @22019 NONAME ??4H248_PathName@@QAEAAV0@PBD@Z @22020 NONAME ??4H248_PkgdName@@QAEAAV0@ABVPBYTEArray@@@Z @22021 NONAME ??4H248_PkgdName@@QAEAAV0@ABVPString@@@Z @22022 NONAME ??4H248_PkgdName@@QAEAAV0@PBD@Z @22023 NONAME ??4H248_Relation@@QAEAAV0@I@Z @22024 NONAME ??4H248_RequestID@@QAEAAV0@H@Z @22025 NONAME ??4H248_RequestID@@QAEAAV0@I@Z @22026 NONAME ??4H248_SecurityParmIndex@@QAEAAV0@ABVPBYTEArray@@@Z @22027 NONAME ??4H248_SecurityParmIndex@@QAEAAV0@ABVPString@@@Z @22028 NONAME ??4H248_SecurityParmIndex@@QAEAAV0@PBD@Z @22029 NONAME ??4H248_SequenceNum@@QAEAAV0@ABVPBYTEArray@@@Z @22030 NONAME ??4H248_SequenceNum@@QAEAAV0@ABVPString@@@Z @22031 NONAME ??4H248_SequenceNum@@QAEAAV0@PBD@Z @22032 NONAME ??4H248_ServiceChangeMethod@@QAEAAV0@I@Z @22033 NONAME ??4H248_ServiceState@@QAEAAV0@I@Z @22034 NONAME ??4H248_SignalName@@QAEAAV0@ABVPBYTEArray@@@Z @22035 NONAME ??4H248_SignalName@@QAEAAV0@ABVPString@@@Z @22036 NONAME ??4H248_SignalName@@QAEAAV0@PBD@Z @22037 NONAME ??4H248_SignalType@@QAEAAV0@I@Z @22038 NONAME ??4H248_StreamID@@QAEAAV0@H@Z @22039 NONAME ??4H248_StreamID@@QAEAAV0@I@Z @22040 NONAME ??4H248_StreamMode@@QAEAAV0@I@Z @22041 NONAME ??4H248_TopologyRequest_topologyDirection@@QAEAAV0@I@Z @22042 NONAME ??4H248_TransactionId@@QAEAAV0@H@Z @22043 NONAME ??4H248_TransactionId@@QAEAAV0@I@Z @22044 NONAME ??4H248_WildcardField@@QAEAAV0@ABVPBYTEArray@@@Z @22045 NONAME ??4H248_WildcardField@@QAEAAV0@ABVPString@@@Z @22046 NONAME ??4H248_WildcardField@@QAEAAV0@PBD@Z @22047 NONAME ??4H323Capabilities@@QAEAAV0@ABV0@@Z @12512 NONAME ??4H323ChannelNumber@@QAEAAV0@ABV0@@Z @28771 NONAME ??4H323TransactionPDU@@QAEAAV0@ABV0@@Z @28772 NONAME ??4H323TransportAddress@@QAEAAV0@ABV0@@Z @21281 NONAME ??4H323TransportAddressArray@@QAEAAV0@ABV0@@Z @28773 NONAME ??4H45010_H323CallOfferOperations@@QAEAAV0@I@Z @15445 NONAME ??4H45011_CallIntrusionErrors@@QAEAAV0@I@Z @15446 NONAME ??4H45011_CICapabilityLevel@@QAEAAV0@H@Z @15447 NONAME ??4H45011_CICapabilityLevel@@QAEAAV0@I@Z @15448 NONAME ??4H45011_CIProtectionLevel@@QAEAAV0@H@Z @15449 NONAME ??4H45011_CIProtectionLevel@@QAEAAV0@I@Z @15450 NONAME ??4H45011_CIStatusInformation@@QAEAAV0@ABV0@@Z @28774 NONAME ??4H45011_H323CallIntrusionOperations@@QAEAAV0@I@Z @15451 NONAME ??4H4501_GeneralErrorList@@QAEAAV0@I@Z @14277 NONAME ??4H4501_H225InformationElement@@QAEAAV0@ABVPBYTEArray@@@Z @14278 NONAME ??4H4501_H225InformationElement@@QAEAAV0@ABVPString@@@Z @14279 NONAME ??4H4501_H225InformationElement@@QAEAAV0@PBD@Z @14280 NONAME ??4H4501_InvokeIDs@@QAEAAV0@H@Z @14281 NONAME ??4H4501_InvokeIDs@@QAEAAV0@I@Z @14282 NONAME ??4H4501_InvokeIdSet@@QAEAAV0@H@Z @14283 NONAME ??4H4501_InvokeIdSet@@QAEAAV0@I@Z @14284 NONAME ??4H4501_NSAPSubaddress@@QAEAAV0@ABVPBYTEArray@@@Z @14285 NONAME ??4H4501_NSAPSubaddress@@QAEAAV0@ABVPString@@@Z @14286 NONAME ??4H4501_NSAPSubaddress@@QAEAAV0@PBD@Z @14287 NONAME ??4H4501_PresentationAllowedIndicator@@QAEAAV0@H@Z @14288 NONAME ??4H4501_ScreeningIndicator@@QAEAAV0@I@Z @14289 NONAME ??4H4501_SubaddressInformation@@QAEAAV0@ABVPBYTEArray@@@Z @14290 NONAME ??4H4501_SubaddressInformation@@QAEAAV0@ABVPString@@@Z @14291 NONAME ??4H4501_SubaddressInformation@@QAEAAV0@PBD@Z @14292 NONAME ??4H4502_CallIdentity@@QAEAAV0@ABVPString@@@Z @14293 NONAME ??4H4502_CallIdentity@@QAEAAV0@PBD@Z @14294 NONAME ??4H4502_CallStatus@@QAEAAV0@I@Z @14295 NONAME ??4H4502_CallTransferErrors@@QAEAAV0@I@Z @14296 NONAME ??4H4502_CallTransferOperation@@QAEAAV0@I@Z @14297 NONAME ??4H4502_EndDesignation@@QAEAAV0@I@Z @14298 NONAME ??4H4503_BasicService@@QAEAAV0@I@Z @15130 NONAME ??4H4503_CallDiversionErrors@@QAEAAV0@I@Z @15131 NONAME ??4H4503_DiversionReason@@QAEAAV0@I@Z @15132 NONAME ??4H4503_H323CallDiversionOperations@@QAEAAV0@I@Z @15133 NONAME ??4H4503_Procedure@@QAEAAV0@I@Z @15134 NONAME ??4H4503_SubscriptionOption@@QAEAAV0@I@Z @15135 NONAME ??4H4504_CallHoldOperation@@QAEAAV0@I@Z @14987 NONAME ??4H4505_CallParkPickupOperations@@QAEAAV0@I@Z @15452 NONAME ??4H4505_CallPickupErrors@@QAEAAV0@I@Z @15453 NONAME ??4H4505_CallType@@QAEAAV0@I@Z @15454 NONAME ??4H4505_ParkCondition@@QAEAAV0@I@Z @15455 NONAME ??4H4505_ParkedToPosition@@QAEAAV0@H@Z @15456 NONAME ??4H4505_ParkedToPosition@@QAEAAV0@I@Z @15457 NONAME ??4H4506_CallWaitingOperations@@QAEAAV0@I@Z @15458 NONAME ??4H4507_BasicService@@QAEAAV0@I@Z @15459 NONAME ??4H4507_H323_MWI_Operations@@QAEAAV0@I@Z @15460 NONAME ??4H4507_MessageWaitingIndicationErrors@@QAEAAV0@I@Z @15461 NONAME ??4H4507_NbOfMessages@@QAEAAV0@H@Z @15462 NONAME ??4H4507_NbOfMessages@@QAEAAV0@I@Z @15463 NONAME ??4H4508_ExtendedName@@QAEAAV0@ABV?$PScalarArray@G@@@Z @26413 NONAME ??4H4508_ExtendedName@@QAEAAV0@ABVPASN_BMPString@@@Z @19289 NONAME ??4H4508_ExtendedName@@QAEAAV0@ABVPString@@@Z @15464 NONAME ??4H4508_ExtendedName@@QAEAAV0@PBD@Z @15465 NONAME ??4H4508_NameOperations@@QAEAAV0@I@Z @15466 NONAME ??4H4508_SimpleName@@QAEAAV0@ABVPBYTEArray@@@Z @15467 NONAME ??4H4508_SimpleName@@QAEAAV0@ABVPString@@@Z @15468 NONAME ??4H4508_SimpleName@@QAEAAV0@PBD@Z @15469 NONAME ??4H4509_CallCompletionErrors@@QAEAAV0@I@Z @15470 NONAME ??4H4509_H323CallCompletionOperations@@QAEAAV0@I@Z @15471 NONAME ??4H501PDU@@QAEAAV0@ABV0@@Z @28775 NONAME ??4H501_ApplicationMessage@@QAEAAV0@ABVPBYTEArray@@@Z @24383 NONAME ??4H501_ApplicationMessage@@QAEAAV0@ABVPString@@@Z @24384 NONAME ??4H501_ApplicationMessage@@QAEAAV0@PBD@Z @24385 NONAME ??4H501_ArrayOf_AddressTemplate@@QAEAAV0@ABV0@@Z @28776 NONAME ??4H501_ArrayOf_ClearToken@@QAEAAV0@ABV0@@Z @25698 NONAME ??4H501_ArrayOf_CryptoH323Token@@QAEAAV0@ABV0@@Z @25699 NONAME ??4H501_ArrayOf_GenericData@@QAEAAV0@ABV0@@Z @25700 NONAME ??4H501_ArrayOf_NonStandardParameter@@QAEAAV0@ABV0@@Z @25701 NONAME ??4H501_ArrayOf_TransportAddress@@QAEAAV0@ABV0@@Z @25702 NONAME ??4H501_ElementIdentifier@@QAEAAV0@ABV?$PScalarArray@G@@@Z @26414 NONAME ??4H501_ElementIdentifier@@QAEAAV0@ABVPASN_BMPString@@@Z @24386 NONAME ??4H501_ElementIdentifier@@QAEAAV0@ABVPString@@@Z @24387 NONAME ??4H501_ElementIdentifier@@QAEAAV0@PBD@Z @24389 NONAME ??4H501_GlobalTimeStamp@@QAEAAV0@ABVPString@@@Z @24390 NONAME ??4H501_GlobalTimeStamp@@QAEAAV0@PBD@Z @24391 NONAME ??4H501_Message@@QAEAAV0@ABV0@@Z @28777 NONAME ??4H501_MessageBody@@QAEAAV0@ABV0@@Z @28778 NONAME ??4H501_MessageCommonInfo@@QAEAAV0@ABV0@@Z @28779 NONAME ??4H501_ProtocolVersion@@QAEAAV0@ABV0@@Z @25703 NONAME ??4H501_ServiceReleaseReason@@QAEAAV0@ABV0@@Z @28780 NONAME ??4H501_TimeZone@@QAEAAV0@H@Z @24392 NONAME ??4H501_TimeZone@@QAEAAV0@I@Z @24393 NONAME ??4LookupRecord@@QAEAAU0@ABU0@@Z @44893 NONAME ??4MCS_AssignedChannelId@@QAEAAV0@H@Z @2200 NONAME ??4MCS_AssignedChannelId@@QAEAAV0@I@Z @2201 NONAME ??4MCS_ChannelId@@QAEAAV0@H@Z @2202 NONAME ??4MCS_ChannelId@@QAEAAV0@I@Z @2203 NONAME ??4MCS_DataPriority@@QAEAAV0@I@Z @2204 NONAME ??4MCS_Diagnostic@@QAEAAV0@I@Z @2205 NONAME ??4MCS_DynamicChannelId@@QAEAAV0@H@Z @2206 NONAME ??4MCS_DynamicChannelId@@QAEAAV0@I@Z @2207 NONAME ??4MCS_PrivateChannelId@@QAEAAV0@H@Z @2208 NONAME ??4MCS_PrivateChannelId@@QAEAAV0@I@Z @2209 NONAME ??4MCS_Reason@@QAEAAV0@I@Z @2210 NONAME ??4MCS_Result@@QAEAAV0@I@Z @2211 NONAME ??4MCS_StaticChannelId@@QAEAAV0@H@Z @2212 NONAME ??4MCS_StaticChannelId@@QAEAAV0@I@Z @2213 NONAME ??4MCS_TokenId@@QAEAAV0@H@Z @2214 NONAME ??4MCS_TokenId@@QAEAAV0@I@Z @2215 NONAME ??4MCS_TokenStatus@@QAEAAV0@I@Z @2216 NONAME ??4MCS_UserId@@QAEAAV0@H@Z @2217 NONAME ??4MCS_UserId@@QAEAAV0@I@Z @2218 NONAME ??4MSIPAddress@PILSSession@@QAEAAV01@ABV01@@Z @28781 NONAME ??4OpalGloballyUniqueID@@QAEAAV0@ABV0@@Z @28782 NONAME ??4OpalMediaFormat@@QAEAAV0@ABV0@@Z @28783 NONAME ??4PASN_BMPString@@QAEAAV0@ABVPString@@@Z @22048 NONAME ??4PASN_Boolean@@QAEAAV0@ABV0@@Z @26391 NONAME ??4PASN_Boolean@@QAEAAV0@H@Z @28784 NONAME ??4PASN_ConstrainedObject@@QAEAAV0@ABV0@@Z @19310 NONAME ??4PASN_ConstrainedString@@QAEAAV0@ABV0@@Z @28785 NONAME ??4PASN_ConstrainedString@@QAEAAV0@ABVPString@@@Z @28786 NONAME ??4PASN_IA5String@@QAEAAV0@ABV0@@Z @28787 NONAME ??4PASN_Integer@@QAEAAV0@ABV0@@Z @21429 NONAME ??4PASN_Null@@QAEAAV0@ABV0@@Z @19571 NONAME ??4PASN_Object@@QAEAAV0@ABV0@@Z @19405 NONAME ??4PASN_Stream@@QAEAAV0@ABV0@@Z @28788 NONAME ??4PCaselessString@@QAEAAV0@ABV0@@Z @28789 NONAME ??4POrdinalKey@@QAEAAV0@ABV0@@Z @28790 NONAME ??4PPER_Stream@@QAEAAV0@ABV0@@Z @28792 NONAME ??4PUInt16b@@QAEAAU0@G@Z @2221 NONAME ??4PUInt32b@@QAEAAU0@K@Z @2222 NONAME ??4Q931@@QAEAAV0@ABV0@@Z @2223 NONAME ??4RTP_DataFrame@@QAEAAV0@ABV0@@Z @28793 NONAME ??4RTP_SessionManager@@QAEAAV0@ABV0@@Z @21249 NONAME ??4T38_Data_Field_subtype_field_type@@QAEAAV0@I@Z @18816 NONAME ??4T38_PreCorrigendum_Data_Field_subtype_field_type@@QAEAAV0@I@Z @21464 NONAME ??4T38_Type_of_msg@@QAEAAV0@ABV0@@Z @28795 NONAME ??4T38_Type_of_msg_data@@QAEAAV0@I@Z @18817 NONAME ??4T38_Type_of_msg_t30_indicator@@QAEAAV0@I@Z @18818 NONAME ??4X880_GeneralProblem@@QAEAAV0@H@Z @14299 NONAME ??4X880_GeneralProblem@@QAEAAV0@I@Z @14300 NONAME ??4X880_InvokeId@@QAEAAV0@H@Z @14301 NONAME ??4X880_InvokeId@@QAEAAV0@I@Z @14302 NONAME ??4X880_InvokeProblem@@QAEAAV0@H@Z @14303 NONAME ??4X880_InvokeProblem@@QAEAAV0@I@Z @14304 NONAME ??4X880_RejectProblem@@QAEAAV0@H@Z @14305 NONAME ??4X880_RejectProblem@@QAEAAV0@I@Z @14306 NONAME ??4X880_ReturnErrorProblem@@QAEAAV0@H@Z @14307 NONAME ??4X880_ReturnErrorProblem@@QAEAAV0@I@Z @14308 NONAME ??4X880_ReturnResultProblem@@QAEAAV0@H@Z @14309 NONAME ??4X880_ReturnResultProblem@@QAEAAV0@I@Z @14310 NONAME ??4X880_ROS@@QAEAAV0@ABV0@@Z @28796 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@ABUPUInt32b@@@Z @28797 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@ABVCodecReadAnalyser@@@Z @28798 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@ABVH323TransactionPDU@@@Z @28799 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@W4AnswerCallResponse@H323Connection@@@Z @28800 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@W4CallEndReason@H323Connection@@@Z @28801 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@W4CallProgressTones@OpalLineInterfaceDevice@@@Z @28802 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@W4CapabilityDirection@H323Capability@@@Z @28803 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@W4CauseValues@Q931@@@Z @28804 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@W4ConnectionStates@H323Connection@@@Z @28805 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@W4Directions@H323Channel@@@Z @28806 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@W4FastStartStates@H323Connection@@@Z @28807 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@W4InformationElementCodes@Q931@@@Z @28808 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@W4MainTypes@H323Capability@@@Z @28809 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@W4PayloadTypes@RTP_DataFrame@@@Z @28810 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@W4SendUserInputModes@H323Connection@@@Z @28811 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@W4States@H245NegLogicalChannel@@@Z @28812 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@W4States@H245NegMasterSlaveDetermination@@@Z @28813 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@W4States@H245NegTerminalCapabilitySet@@@Z @28814 NONAME ??7OpalGloballyUniqueID@@QBE_NXZ @42736 NONAME ??8const_iterator@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QBE_NABV012@@Z @44894 NONAME ??8const_iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QBE_NABV012@@Z @44285 NONAME ??8const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBE_NABV012@@Z @44895 NONAME ??8const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBE_NABV012@@Z @43767 NONAME ??8const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBE_NABV012@@Z @43768 NONAME ??8const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBE_NABV012@@Z @44487 NONAME ??8const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBE_NABV012@@Z @43769 NONAME ??8PASN_ObjectId@@QBE_NABV0@@Z @42737 NONAME ??8PASN_ObjectId@@QBE_NABVPString@@@Z @42738 NONAME ??9Address@PIPSocket@@QBE_NABV01@@Z @42739 NONAME ??9const_iterator@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QBE_NABV012@@Z @44896 NONAME ??9const_iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QBE_NABV012@@Z @44286 NONAME ??9const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBE_NABV012@@Z @44897 NONAME ??9const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBE_NABV012@@Z @43770 NONAME ??9const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBE_NABV012@@Z @43771 NONAME ??9const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBE_NABV012@@Z @44488 NONAME ??9const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBE_NABV012@@Z @43772 NONAME ??9PASN_ObjectId@@QBE_NPBD@Z @42741 NONAME ??A?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@@std@@QAEAAPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@ABI@Z @44287 NONAME ??A?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@@std@@QAEAAPAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@ABVPString@@@Z @44898 NONAME ??A?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@@std@@QAEAAPAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@ABVPString@@@Z @43773 NONAME ??A?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@@std@@QAEAAPAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@ABVPString@@@Z @44489 NONAME ??A?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@@std@@QAEAAPAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@ABVPString@@@Z @43774 NONAME ??A?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@@std@@QAEAAPAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@ABVPString@@@Z @43775 NONAME ??A?$PArray@V?$PList@VH323Capability@@@@@@QBEAAV?$PList@VH323Capability@@@@H@Z @28821 NONAME ??A?$PArray@VH323SimultaneousCapabilities@@@@QBEAAVH323SimultaneousCapabilities@@H@Z @28822 NONAME ??A?$PArray@VH323TransportAddress@@@@QBEAAVH323TransportAddress@@H@Z @28823 NONAME ??A?$PArray@VPASN_Object@@@@QBEAAVPASN_Object@@H@Z @28824 NONAME ??A?$PArray@VReceiverReport@RTP_Session@@@@QBEAAVReceiverReport@RTP_Session@@H@Z @28825 NONAME ??A?$PArray@VSourceDescription@RTP_Session@@@@QBEAAVSourceDescription@RTP_Session@@H@Z @28826 NONAME ??A?$PBaseArray@E@@QBEEH@Z @28827 NONAME ??A?$PBaseArray@I@@QBEIH@Z @28828 NONAME ??A?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@QBEAAVH245NegLogicalChannel@@ABVH323ChannelNumber@@@Z @28829 NONAME ??A?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@QBEAAVH323ServiceControlSession@@ABVPOrdinalKey@@@Z @28830 NONAME ??A?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@QBEAAVH450xHandler@@ABVPOrdinalKey@@@Z @28831 NONAME ??A?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@QBEAAVPBYTEArray@@ABVPOrdinalKey@@@Z @28832 NONAME ??A?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@QBEAAVRTP_Session@@ABVPOrdinalKey@@@Z @28833 NONAME ??A?$PDictionary@VPString@@VH323Connection@@@@QBEAAVH323Connection@@ABVPString@@@Z @28834 NONAME ??A?$PList@VH235Authenticator@@@@QBEAAVH235Authenticator@@H@Z @28835 NONAME ??A?$PList@VH245_GenericParameter@@@@QBEAAVH245_GenericParameter@@H@Z @45377 NONAME ??A?$PList@VH323Capability@@@@QBEAAVH323Capability@@H@Z @28836 NONAME ??A?$PList@VH323Channel@@@@QBEAAVH323Channel@@H@Z @28837 NONAME ??A?$PList@VH323GatekeeperListener@@@@QBEAAVH323GatekeeperListener@@H@Z @28838 NONAME ??A?$PList@VH323Listener@@@@QBEAAVH323Listener@@H@Z @28839 NONAME ??A?$PList@VH323Transactor@@@@QBEAAVH323Transactor@@H@Z @28840 NONAME ??A?$PList@VH450xHandler@@@@QBEAAVH450xHandler@@H@Z @28841 NONAME ??A?$PList@VOpalMediaFormat@@@@QBEAAVOpalMediaFormat@@H@Z @28843 NONAME ??A?$PList@VPBYTEArray@@@@QBEAAVPBYTEArray@@H@Z @28844 NONAME ??A?$POrdinalDictionary@VPString@@@@QBEHABVPString@@@Z @28845 NONAME ??A?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@QBEAAVAlternateInfo@H323Gatekeeper@@H@Z @28846 NONAME ??A?$PSortedList@VH225_AliasAddress@@@@QBEAAVH225_AliasAddress@@H@Z @28847 NONAME ??A?$PSortedList@VH323GatekeeperCall@@@@QBEAAVH323GatekeeperCall@@H@Z @28848 NONAME ??A?$PSortedList@VResponse@H323Transactor@@@@QBEAAVResponse@H323Transactor@@H@Z @28849 NONAME ??A?$PStringDictionary@VPOrdinalKey@@@@QBEABVPString@@ABVPOrdinalKey@@@Z @28850 NONAME ??AGCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@QBEAAVGCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@H@Z @2226 NONAME ??AGCC_ApplicationRecord_nonCollapsingCapabilities@@QBEAAVGCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@H@Z @2227 NONAME ??AGCC_ArrayOf_ApplicationInvokeSpecifier@@QBEAAVGCC_ApplicationInvokeSpecifier@@H@Z @2228 NONAME ??AGCC_ArrayOf_ChallengeItem@@QBEAAVGCC_ChallengeItem@@H@Z @2229 NONAME ??AGCC_ArrayOf_ConferenceDescriptor@@QBEAAVGCC_ConferenceDescriptor@@H@Z @2230 NONAME ??AGCC_ArrayOf_Privilege@@QBEAAVGCC_Privilege@@H@Z @2231 NONAME ??AGCC_ArrayOf_TextString@@QBEAAVGCC_TextString@@H@Z @2232 NONAME ??AGCC_ArrayOf_UserID@@QBEAAVGCC_UserID@@H@Z @2233 NONAME ??AGCC_NetworkAddress@@QBEAAVGCC_NetworkAddress_subtype@@H@Z @2234 NONAME ??AGCC_RosterUpdateIndication_applicationInformation@@QBEAAVGCC_RosterUpdateIndication_applicationInformation_subtype@@H@Z @2235 NONAME ??AGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@QBEAAVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@H@Z @2236 NONAME ??AGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@QBEAAVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@H@Z @2237 NONAME ??AGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@QBEAAVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@H@Z @2238 NONAME ??AGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@QBEAAVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@H@Z @2239 NONAME ??AGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@QBEAAVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@H@Z @2240 NONAME ??AGCC_UserData@@QBEAAVGCC_UserData_subtype@@H@Z @2241 NONAME ??AH225_AdmissionConfirm_language@@QBEAAVPASN_IA5String@@H@Z @16806 NONAME ??AH225_ArrayOf_AddressPattern@@QBEAAVH225_AddressPattern@@H@Z @16807 NONAME ??AH225_ArrayOf_AdmissionConfirm@@QBEAAVH225_AdmissionConfirm@@H@Z @26792 NONAME ??AH225_ArrayOf_AliasAddress@@QBEAAVH225_AliasAddress@@H@Z @2242 NONAME ??AH225_ArrayOf_AlternateGK@@QBEAAVH225_AlternateGK@@H@Z @2243 NONAME ??AH225_ArrayOf_AuthenticationMechanism@@QBEAAVH235_AuthenticationMechanism@@H@Z @2244 NONAME ??AH225_ArrayOf_BandwidthDetails@@QBEAAVH225_BandwidthDetails@@H@Z @16808 NONAME ??AH225_ArrayOf_CallReferenceValue@@QBEAAVH225_CallReferenceValue@@H@Z @2245 NONAME ??AH225_ArrayOf_CallsAvailable@@QBEAAVH225_CallsAvailable@@H@Z @16809 NONAME ??AH225_ArrayOf_ClearToken@@QBEAAVH235_ClearToken@@H@Z @2246 NONAME ??AH225_ArrayOf_ConferenceIdentifier@@QBEAAVH225_ConferenceIdentifier@@H@Z @2247 NONAME ??AH225_ArrayOf_ConferenceList@@QBEAAVH225_ConferenceList@@H@Z @2248 NONAME ??AH225_ArrayOf_CryptoH323Token@@QBEAAVH225_CryptoH323Token@@H@Z @2249 NONAME ??AH225_ArrayOf_DataRate@@QBEAAVH225_DataRate@@H@Z @2250 NONAME ??AH225_ArrayOf_Endpoint@@QBEAAVH225_Endpoint@@H@Z @2251 NONAME ??AH225_ArrayOf_EnumeratedParameter@@QBEAAVH225_EnumeratedParameter@@H@Z @16810 NONAME ??AH225_ArrayOf_ExtendedAliasAddress@@QBEAAVH225_ExtendedAliasAddress@@H@Z @16811 NONAME ??AH225_ArrayOf_FeatureDescriptor@@QBEAAVH225_FeatureDescriptor@@H@Z @16812 NONAME ??AH225_ArrayOf_GenericData@@QBEAAVH225_GenericData@@H@Z @16813 NONAME ??AH225_ArrayOf_H245Security@@QBEAAVH225_H245Security@@H@Z @2252 NONAME ??AH225_ArrayOf_H248PackagesDescriptor@@QBEAAVH225_H248PackagesDescriptor@@H@Z @16814 NONAME ??AH225_ArrayOf_IntegrityMechanism@@QBEAAVH225_IntegrityMechanism@@H@Z @2253 NONAME ??AH225_ArrayOf_NonStandardParameter@@QBEAAVH225_NonStandardParameter@@H@Z @2254 NONAME ??AH225_ArrayOf_PartyNumber@@QBEAAVH225_PartyNumber@@H@Z @16815 NONAME ??AH225_ArrayOf_PASN_ObjectId@@QBEAAVPASN_ObjectId@@H@Z @2255 NONAME ??AH225_ArrayOf_PASN_OctetString@@QBEAAVPASN_OctetString@@H@Z @2256 NONAME ??AH225_ArrayOf_RasUsageSpecification@@QBEAAVH225_RasUsageSpecification@@H@Z @16816 NONAME ??AH225_ArrayOf_RTPSession@@QBEAAVH225_RTPSession@@H@Z @2257 NONAME ??AH225_ArrayOf_ServiceControlSession@@QBEAAVH225_ServiceControlSession@@H@Z @16817 NONAME ??AH225_ArrayOf_SupportedPrefix@@QBEAAVH225_SupportedPrefix@@H@Z @2258 NONAME ??AH225_ArrayOf_SupportedProtocols@@QBEAAVH225_SupportedProtocols@@H@Z @2259 NONAME ??AH225_ArrayOf_TransportAddress@@QBEAAVH225_TransportAddress@@H@Z @2260 NONAME ??AH225_ArrayOf_TransportChannelInfo@@QBEAAVH225_TransportChannelInfo@@H@Z @2261 NONAME ??AH225_ArrayOf_TunnelledProtocol@@QBEAAVH225_TunnelledProtocol@@H@Z @16818 NONAME ??AH225_CicInfo_cic@@QBEAAVPASN_OctetString@@H@Z @16819 NONAME ??AH225_Connect_UUIE_language@@QBEAAVPASN_IA5String@@H@Z @16820 NONAME ??AH225_GroupID_member@@QBEAAVPASN_Integer@@H@Z @16821 NONAME ??AH225_InfoRequestResponse_perCallInfo@@QBEAAVH225_InfoRequestResponse_perCallInfo_subtype@@H@Z @2262 NONAME ??AH225_InfoRequestResponse_perCallInfo_subtype_pdu@@QBEAAVH225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@H@Z @2263 NONAME ??AH225_RTPSession_associatedSessionIds@@QBEAAVPASN_Integer@@H@Z @2264 NONAME ??AH225_Setup_UUIE_language@@QBEAAVPASN_IA5String@@H@Z @16822 NONAME ??AH225_TransportAddress_ipSourceRoute_route@@QBEAAVPASN_OctetString@@H@Z @2265 NONAME ??AH245_AlternativeCapabilitySet@@QBEAAVH245_CapabilityTableEntryNumber@@H@Z @2266 NONAME ??AH245_ArrayOf_AlternativeCapabilitySet@@QBEAAVH245_AlternativeCapabilitySet@@H@Z @2267 NONAME ??AH245_ArrayOf_BEnhancementParameters@@QBEAAVH245_BEnhancementParameters@@H@Z @2268 NONAME ??AH245_ArrayOf_CapabilityDescriptor@@QBEAAVH245_CapabilityDescriptor@@H@Z @2269 NONAME ??AH245_ArrayOf_CapabilityDescriptorNumber@@QBEAAVH245_CapabilityDescriptorNumber@@H@Z @2270 NONAME ??AH245_ArrayOf_CapabilityTableEntry@@QBEAAVH245_CapabilityTableEntry@@H@Z @2271 NONAME ??AH245_ArrayOf_CapabilityTableEntryNumber@@QBEAAVH245_CapabilityTableEntryNumber@@H@Z @2272 NONAME ??AH245_ArrayOf_CommunicationModeTableEntry@@QBEAAVH245_CommunicationModeTableEntry@@H@Z @2273 NONAME ??AH245_ArrayOf_CustomPictureClockFrequency@@QBEAAVH245_CustomPictureClockFrequency@@H@Z @2274 NONAME ??AH245_ArrayOf_CustomPictureFormat@@QBEAAVH245_CustomPictureFormat@@H@Z @2275 NONAME ??AH245_ArrayOf_DataApplicationCapability@@QBEAAVH245_DataApplicationCapability@@H@Z @2276 NONAME ??AH245_ArrayOf_DialingInformationNetworkType@@QBEAAVH245_DialingInformationNetworkType@@H@Z @16823 NONAME ??AH245_ArrayOf_DialingInformationNumber@@QBEAAVH245_DialingInformationNumber@@H@Z @16824 NONAME ??AH245_ArrayOf_EnhancementOptions@@QBEAAVH245_EnhancementOptions@@H@Z @2277 NONAME ??AH245_ArrayOf_EscrowData@@QBEAAVH245_EscrowData@@H@Z @2278 NONAME ??AH245_ArrayOf_GenericCapability@@QBEAAVH245_GenericCapability@@H@Z @45165 NONAME ??AH245_ArrayOf_GenericParameter@@QBEAAVH245_GenericParameter@@H@Z @16825 NONAME ??AH245_ArrayOf_H263ModeComboFlags@@QBEAAVH245_H263ModeComboFlags@@H@Z @2279 NONAME ??AH245_ArrayOf_H263VideoModeCombos@@QBEAAVH245_H263VideoModeCombos@@H@Z @2280 NONAME ??AH245_ArrayOf_MediaChannelCapability@@QBEAAVH245_MediaChannelCapability@@H@Z @2281 NONAME ??AH245_ArrayOf_MediaDistributionCapability@@QBEAAVH245_MediaDistributionCapability@@H@Z @2282 NONAME ??AH245_ArrayOf_ModeDescription@@QBEAAVH245_ModeDescription@@H@Z @2283 NONAME ??AH245_ArrayOf_MultiplePayloadStreamElement@@QBEAAVH245_MultiplePayloadStreamElement@@H@Z @26793 NONAME ??AH245_ArrayOf_MultiplePayloadStreamElementMode@@QBEAAVH245_MultiplePayloadStreamElementMode@@H@Z @26794 NONAME ??AH245_ArrayOf_MultiplexElement@@QBEAAVH245_MultiplexElement@@H@Z @2284 NONAME ??AH245_ArrayOf_MultiplexEntryDescriptor@@QBEAAVH245_MultiplexEntryDescriptor@@H@Z @2285 NONAME ??AH245_ArrayOf_MultiplexEntryRejectionDescriptions@@QBEAAVH245_MultiplexEntryRejectionDescriptions@@H@Z @2286 NONAME ??AH245_ArrayOf_MultiplexTableEntryNumber@@QBEAAVH245_MultiplexTableEntryNumber@@H@Z @2287 NONAME ??AH245_ArrayOf_NonStandardParameter@@QBEAAVH245_NonStandardParameter@@H@Z @2288 NONAME ??AH245_ArrayOf_ParameterIdentifier@@QBEAAVH245_ParameterIdentifier@@H@Z @16826 NONAME ??AH245_ArrayOf_PictureReference@@QBEAAVH245_PictureReference@@H@Z @16827 NONAME ??AH245_ArrayOf_Q2931Address@@QBEAAVH245_Q2931Address@@H@Z @16828 NONAME ??AH245_ArrayOf_QOSCapability@@QBEAAVH245_QOSCapability@@H@Z @2289 NONAME ??AH245_ArrayOf_RedundancyEncodingCapability@@QBEAAVH245_RedundancyEncodingCapability@@H@Z @2290 NONAME ??AH245_ArrayOf_RedundancyEncodingDTModeElement@@QBEAAVH245_RedundancyEncodingDTModeElement@@H@Z @26795 NONAME ??AH245_ArrayOf_RedundancyEncodingElement@@QBEAAVH245_RedundancyEncodingElement@@H@Z @26796 NONAME ??AH245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@QBEAAVH245_RequestMultiplexEntryRejectionDescriptions@@H@Z @2291 NONAME ??AH245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@QBEAAVH245_RTPH263VideoRedundancyFrameMapping@@H@Z @2292 NONAME ??AH245_ArrayOf_RTPPayloadType@@QBEAAVH245_RTPPayloadType@@H@Z @2293 NONAME ??AH245_ArrayOf_TerminalInformation@@QBEAAVH245_TerminalInformation@@H@Z @2294 NONAME ??AH245_ArrayOf_TerminalLabel@@QBEAAVH245_TerminalLabel@@H@Z @2295 NONAME ??AH245_ArrayOf_VCCapability@@QBEAAVH245_VCCapability@@H@Z @2296 NONAME ??AH245_ArrayOf_VideoCapability@@QBEAAVH245_VideoCapability@@H@Z @45166 NONAME ??AH245_CertSelectionCriteria@@QBEAAVH245_Criteria@@H@Z @2297 NONAME ??AH245_CustomPictureFormat_mPI_customPCF@@QBEAAVH245_CustomPictureFormat_mPI_customPCF_subtype@@H@Z @2298 NONAME ??AH245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@QBEAAVH245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@H@Z @2299 NONAME ??AH245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@QBEAAVPASN_Integer@@H@Z @2300 NONAME ??AH245_EncryptionCapability@@QBEAAVH245_MediaEncryptionAlgorithm@@H@Z @2301 NONAME ??AH245_ModeDescription@@QBEAAVH245_ModeElement@@H@Z @2302 NONAME ??AH245_RTPH263VideoRedundancyEncoding_containedThreads@@QBEAAVPASN_Integer@@H@Z @2303 NONAME ??AH245_RTPH263VideoRedundancyFrameMapping_frameSequence@@QBEAAVPASN_Integer@@H@Z @2304 NONAME ??AH245_UnicastAddress_iPSourceRouteAddress_route@@QBEAAVPASN_OctetString@@H@Z @2305 NONAME ??AH248_ArrayOf_ActionReply@@QBEAAVH248_ActionReply@@H@Z @22049 NONAME ??AH248_ArrayOf_ActionRequest@@QBEAAVH248_ActionRequest@@H@Z @22050 NONAME ??AH248_ArrayOf_AmmDescriptor@@QBEAAVH248_AmmDescriptor@@H@Z @22051 NONAME ??AH248_ArrayOf_CommandReply@@QBEAAVH248_CommandReply@@H@Z @22052 NONAME ??AH248_ArrayOf_CommandRequest@@QBEAAVH248_CommandRequest@@H@Z @22053 NONAME ??AH248_ArrayOf_EventParameter@@QBEAAVH248_EventParameter@@H@Z @22054 NONAME ??AH248_ArrayOf_IndAuditParameter@@QBEAAVH248_IndAuditParameter@@H@Z @22055 NONAME ??AH248_ArrayOf_IndAudPropertyParm@@QBEAAVH248_IndAudPropertyParm@@H@Z @22056 NONAME ??AH248_ArrayOf_IndAudStreamDescriptor@@QBEAAVH248_IndAudStreamDescriptor@@H@Z @22057 NONAME ??AH248_ArrayOf_ModemType@@QBEAAVH248_ModemType@@H@Z @22058 NONAME ??AH248_ArrayOf_ObservedEvent@@QBEAAVH248_ObservedEvent@@H@Z @22059 NONAME ??AH248_ArrayOf_PASN_OctetString@@QBEAAVPASN_OctetString@@H@Z @22060 NONAME ??AH248_ArrayOf_PropertyGroup@@QBEAAVH248_PropertyGroup@@H@Z @22061 NONAME ??AH248_ArrayOf_PropertyParm@@QBEAAVH248_PropertyParm@@H@Z @22062 NONAME ??AH248_ArrayOf_RequestedEvent@@QBEAAVH248_RequestedEvent@@H@Z @22063 NONAME ??AH248_ArrayOf_SecondRequestedEvent@@QBEAAVH248_SecondRequestedEvent@@H@Z @22064 NONAME ??AH248_ArrayOf_Signal@@QBEAAVH248_Signal@@H@Z @22065 NONAME ??AH248_ArrayOf_SigParameter@@QBEAAVH248_SigParameter@@H@Z @22066 NONAME ??AH248_ArrayOf_StreamDescriptor@@QBEAAVH248_StreamDescriptor@@H@Z @22067 NONAME ??AH248_ArrayOf_TerminationID@@QBEAAVH248_TerminationID@@H@Z @22068 NONAME ??AH248_ArrayOf_TopologyRequest@@QBEAAVH248_TopologyRequest@@H@Z @22069 NONAME ??AH248_ArrayOf_Transaction@@QBEAAVH248_Transaction@@H@Z @22070 NONAME ??AH248_ArrayOf_WildcardField@@QBEAAVH248_WildcardField@@H@Z @22071 NONAME ??AH248_EventBufferDescriptor@@QBEAAVH248_EventSpec@@H@Z @22072 NONAME ??AH248_IndAudPropertyGroup@@QBEAAVH248_IndAudPropertyParm@@H@Z @22073 NONAME ??AH248_PackagesDescriptor@@QBEAAVH248_PackagesItem@@H@Z @22074 NONAME ??AH248_PropertyGroup@@QBEAAVH248_PropertyParm@@H@Z @22075 NONAME ??AH248_SignalsDescriptor@@QBEAAVH248_SignalRequest@@H@Z @22076 NONAME ??AH248_StatisticsDescriptor@@QBEAAVH248_StatisticsParameter@@H@Z @22077 NONAME ??AH248_TerminationAudit@@QBEAAVH248_AuditReturnParameter@@H@Z @22078 NONAME ??AH248_TerminationIDList@@QBEAAVH248_TerminationID@@H@Z @22079 NONAME ??AH248_TransactionResponseAck@@QBEAAVH248_TransactionAck@@H@Z @22080 NONAME ??AH248_Value@@QBEAAVPASN_OctetString@@H@Z @22081 NONAME ??AH323Capabilities@@QBEAAVH323Capability@@H@Z @28852 NONAME ??AH45010_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @15472 NONAME ??AH45011_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @15473 NONAME ??AH4501_ArrayOf_AliasAddress@@QBEAAVH225_AliasAddress@@H@Z @14311 NONAME ??AH4501_ArrayOf_ROS@@QBEAAVX880_ROS@@H@Z @14312 NONAME ??AH4502_ExtensionSeq@@QBEAAVH4501_Extension@@H@Z @14313 NONAME ??AH4503_ExtensionSeq@@QBEAAVH4501_Extension@@H@Z @15136 NONAME ??AH4503_IntResultList@@QBEAAVH4503_IntResult@@H@Z @15137 NONAME ??AH4504_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @14988 NONAME ??AH4505_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @15474 NONAME ??AH4506_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @15475 NONAME ??AH4507_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @15476 NONAME ??AH4507_DummyRes@@QBEAAVH4504_MixedExtension@@H@Z @15477 NONAME ??AH4507_MWIInterrogateRes@@QBEAAVH4507_MWIInterrogateResElt@@H@Z @15478 NONAME ??AH4509_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @15479 NONAME ??AH501_ArrayOf_AccessToken@@QBEAAVH501_AccessToken@@H@Z @24394 NONAME ??AH501_ArrayOf_AddressTemplate@@QBEAAVH501_AddressTemplate@@H@Z @24395 NONAME ??AH501_ArrayOf_AliasAddress@@QBEAAVH225_AliasAddress@@H@Z @24396 NONAME ??AH501_ArrayOf_AlternatePE@@QBEAAVH501_AlternatePE@@H@Z @24397 NONAME ??AH501_ArrayOf_CircuitIdentifier@@QBEAAVH225_CircuitIdentifier@@H@Z @24398 NONAME ??AH501_ArrayOf_ClearToken@@QBEAAVH235_ClearToken@@H@Z @24399 NONAME ??AH501_ArrayOf_ContactInformation@@QBEAAVH501_ContactInformation@@H@Z @24400 NONAME ??AH501_ArrayOf_CryptoH323Token@@QBEAAVH225_CryptoH323Token@@H@Z @24401 NONAME ??AH501_ArrayOf_Descriptor@@QBEAAVH501_Descriptor@@H@Z @24402 NONAME ??AH501_ArrayOf_DescriptorInfo@@QBEAAVH501_DescriptorInfo@@H@Z @24404 NONAME ??AH501_ArrayOf_GenericData@@QBEAAVH225_GenericData@@H@Z @24405 NONAME ??AH501_ArrayOf_GloballyUniqueID@@QBEAAVH225_GloballyUniqueID@@H@Z @25474 NONAME ??AH501_ArrayOf_NonStandardParameter@@QBEAAVH225_NonStandardParameter@@H@Z @24406 NONAME ??AH501_ArrayOf_PASN_ObjectId@@QBEAAVPASN_ObjectId@@H@Z @24407 NONAME ??AH501_ArrayOf_Pattern@@QBEAAVH501_Pattern@@H@Z @24408 NONAME ??AH501_ArrayOf_PriceElement@@QBEAAVH501_PriceElement@@H@Z @24409 NONAME ??AH501_ArrayOf_PriceInfoSpec@@QBEAAVH501_PriceInfoSpec@@H@Z @24410 NONAME ??AH501_ArrayOf_RouteInformation@@QBEAAVH501_RouteInformation@@H@Z @24411 NONAME ??AH501_ArrayOf_SecurityMode@@QBEAAVH501_SecurityMode@@H@Z @24412 NONAME ??AH501_ArrayOf_ServiceControlSession@@QBEAAVH225_ServiceControlSession@@H@Z @24413 NONAME ??AH501_ArrayOf_SupportedProtocols@@QBEAAVH225_SupportedProtocols@@H@Z @24414 NONAME ??AH501_ArrayOf_TransportAddress@@QBEAAVH225_TransportAddress@@H@Z @24415 NONAME ??AH501_ArrayOf_UpdateInformation@@QBEAAVH501_UpdateInformation@@H@Z @24416 NONAME ??AH501_ArrayOf_UsageField@@QBEAAVH501_UsageField@@H@Z @24417 NONAME ??AMCS_ArrayOf_ChannelAttributes@@QBEAAVMCS_ChannelAttributes@@H@Z @2313 NONAME ??AMCS_ArrayOf_ChannelId@@QBEAAVMCS_ChannelId@@H@Z @2314 NONAME ??AMCS_ArrayOf_TokenAttributes@@QBEAAVMCS_TokenAttributes@@H@Z @2315 NONAME ??AMCS_ArrayOf_TokenId@@QBEAAVMCS_TokenId@@H@Z @2316 NONAME ??AMCS_ArrayOf_UserId@@QBEAAVMCS_UserId@@H@Z @2317 NONAME ??APASN_Array@@QBEAAVPASN_Object@@H@Z @28853 NONAME ??APASN_ConstrainedString@@QBEDH@Z @28854 NONAME ??APASN_ObjectId@@QBEIH@Z @28855 NONAME ??APASN_OctetString@@QAEAAEH@Z @28856 NONAME ??AT38_ArrayOf_PASN_OctetString@@QBEAAVPASN_OctetString@@H@Z @18819 NONAME ??AT38_Data_Field@@QBEAAVT38_Data_Field_subtype@@H@Z @18820 NONAME ??AT38_PreCorrigendum_Data_Field@@QBEAAVT38_PreCorrigendum_Data_Field_subtype@@H@Z @21465 NONAME ??AT38_UDPTLPacket_error_recovery_secondary_ifp_packets@@QBEAAVT38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@H@Z @18821 NONAME ??B?$PSafePtr@VH323GatekeeperCall@@@@QBEPAVH323GatekeeperCall@@XZ @28857 NONAME ??B?$PSafePtr@VH323PeerElementDescriptor@@@@QBEPAVH323PeerElementDescriptor@@XZ @28858 NONAME ??B?$PSafePtr@VH323PeerElementServiceRelationship@@@@QBEPAVH323PeerElementServiceRelationship@@XZ @28859 NONAME ??B?$PSafePtr@VH323RegisteredEndPoint@@@@QBEPAVH323RegisteredEndPoint@@XZ @28860 NONAME ??BGCC_CapabilityID@@QAEAAVGCC_Key@@XZ @2318 NONAME ??BGCC_CapabilityID@@QBEABVGCC_Key@@XZ @2319 NONAME ??BGCC_ChallengeResponseAlgorithm@@QAEAAVGCC_NonStandardParameter@@XZ @2320 NONAME ??BGCC_ChallengeResponseAlgorithm@@QBEABVGCC_NonStandardParameter@@XZ @2321 NONAME ??BGCC_ChallengeResponseItem@@QAEAAVGCC_PasswordSelector@@XZ @2322 NONAME ??BGCC_ChallengeResponseItem@@QAEAAVGCC_UserData@@XZ @2323 NONAME ??BGCC_ChallengeResponseItem@@QBEABVGCC_PasswordSelector@@XZ @2324 NONAME ??BGCC_ChallengeResponseItem@@QBEABVGCC_UserData@@XZ @2325 NONAME ??BGCC_ConferenceNameSelector@@QAEAAVGCC_SimpleNumericString@@XZ @2326 NONAME ??BGCC_ConferenceNameSelector@@QAEAAVGCC_SimpleTextString@@XZ @2327 NONAME ??BGCC_ConferenceNameSelector@@QBEABVGCC_SimpleNumericString@@XZ @2328 NONAME ??BGCC_ConferenceNameSelector@@QBEABVGCC_SimpleTextString@@XZ @2329 NONAME ??BGCC_ConferencePriorityScheme@@QAEAAVGCC_NonStandardParameter@@XZ @2330 NONAME ??BGCC_ConferencePriorityScheme@@QBEABVGCC_NonStandardParameter@@XZ @2331 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceCreateRequest@@XZ @2332 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceCreateResponse@@XZ @2333 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceInviteRequest@@XZ @2334 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceInviteResponse@@XZ @2335 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceJoinRequest@@XZ @2336 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceJoinResponse@@XZ @2337 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceQueryRequest@@XZ @2338 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceQueryResponse@@XZ @2339 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceCreateRequest@@XZ @2340 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceCreateResponse@@XZ @2341 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceInviteRequest@@XZ @2342 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceInviteResponse@@XZ @2343 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceJoinRequest@@XZ @2344 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceJoinResponse@@XZ @2345 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceQueryRequest@@XZ @2346 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceQueryResponse@@XZ @2347 NONAME ??BGCC_GCCPDU@@QAEAAVGCC_IndicationPDU@@XZ @2348 NONAME ??BGCC_GCCPDU@@QAEAAVGCC_RequestPDU@@XZ @2349 NONAME ??BGCC_GCCPDU@@QAEAAVGCC_ResponsePDU@@XZ @2350 NONAME ??BGCC_GCCPDU@@QBEABVGCC_IndicationPDU@@XZ @2351 NONAME ??BGCC_GCCPDU@@QBEABVGCC_RequestPDU@@XZ @2352 NONAME ??BGCC_GCCPDU@@QBEABVGCC_ResponsePDU@@XZ @2353 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ApplicationInvokeIndication@@XZ @2354 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConductorAssignIndication@@XZ @2355 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConductorPermissionAskIndication@@XZ @2356 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConductorPermissionGrantIndication@@XZ @2357 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConductorReleaseIndication@@XZ @2358 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceAssistanceIndication@@XZ @2359 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceEjectUserIndication@@XZ @2360 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceLockIndication@@XZ @2361 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceTerminateIndication@@XZ @2362 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceTimeExtendIndication@@XZ @2363 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceTimeInquireIndication@@XZ @2364 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceTimeRemainingIndication@@XZ @2365 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceTransferIndication@@XZ @2366 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceUnlockIndication@@XZ @2367 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_NonStandardPDU@@XZ @2368 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_RegistryMonitorEntryIndication@@XZ @2369 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_RosterUpdateIndication@@XZ @2370 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_TextMessageIndication@@XZ @2371 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_UserIDIndication@@XZ @2372 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ApplicationInvokeIndication@@XZ @2373 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConductorAssignIndication@@XZ @2374 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConductorPermissionAskIndication@@XZ @2375 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConductorPermissionGrantIndication@@XZ @2376 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConductorReleaseIndication@@XZ @2377 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceAssistanceIndication@@XZ @2378 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceEjectUserIndication@@XZ @2379 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceLockIndication@@XZ @2380 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceTerminateIndication@@XZ @2381 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceTimeExtendIndication@@XZ @2382 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceTimeInquireIndication@@XZ @2383 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceTimeRemainingIndication@@XZ @2384 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceTransferIndication@@XZ @2385 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceUnlockIndication@@XZ @2386 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_NonStandardPDU@@XZ @2387 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_RegistryMonitorEntryIndication@@XZ @2388 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_RosterUpdateIndication@@XZ @2389 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_TextMessageIndication@@XZ @2390 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_UserIDIndication@@XZ @2391 NONAME ??BGCC_Key@@QAEAAVGCC_H221NonStandardIdentifier@@XZ @2392 NONAME ??BGCC_Key@@QBEABVGCC_H221NonStandardIdentifier@@XZ @2393 NONAME ??BGCC_NetworkAddress_subtype@@QAEAAVGCC_NetworkAddress_subtype_aggregatedChannel@@XZ @2394 NONAME ??BGCC_NetworkAddress_subtype@@QAEAAVGCC_NetworkAddress_subtype_transportConnection@@XZ @2395 NONAME ??BGCC_NetworkAddress_subtype@@QAEAAVGCC_NonStandardParameter@@XZ @2396 NONAME ??BGCC_NetworkAddress_subtype@@QBEABVGCC_NetworkAddress_subtype_aggregatedChannel@@XZ @2397 NONAME ??BGCC_NetworkAddress_subtype@@QBEABVGCC_NetworkAddress_subtype_transportConnection@@XZ @2398 NONAME ??BGCC_NetworkAddress_subtype@@QBEABVGCC_NonStandardParameter@@XZ @2399 NONAME ??BGCC_PasswordChallengeRequestResponse@@QAEAAVGCC_PasswordChallengeRequestResponse_challengeRequestResponse@@XZ @2400 NONAME ??BGCC_PasswordChallengeRequestResponse@@QAEAAVGCC_PasswordSelector@@XZ @2401 NONAME ??BGCC_PasswordChallengeRequestResponse@@QBEABVGCC_PasswordChallengeRequestResponse_challengeRequestResponse@@XZ @2402 NONAME ??BGCC_PasswordChallengeRequestResponse@@QBEABVGCC_PasswordSelector@@XZ @2403 NONAME ??BGCC_PasswordSelector@@QAEAAVGCC_SimpleNumericString@@XZ @2404 NONAME ??BGCC_PasswordSelector@@QAEAAVGCC_SimpleTextString@@XZ @2405 NONAME ??BGCC_PasswordSelector@@QBEABVGCC_SimpleNumericString@@XZ @2406 NONAME ??BGCC_PasswordSelector@@QBEABVGCC_SimpleTextString@@XZ @2407 NONAME ??BGCC_RegistryEntryOwner@@QAEAAVGCC_RegistryEntryOwner_owned@@XZ @2408 NONAME ??BGCC_RegistryEntryOwner@@QBEABVGCC_RegistryEntryOwner_owned@@XZ @2409 NONAME ??BGCC_RegistryItem@@QAEAAVGCC_DynamicChannelID@@XZ @2410 NONAME ??BGCC_RegistryItem@@QAEAAVGCC_DynamicTokenID@@XZ @2411 NONAME ??BGCC_RegistryItem@@QBEABVGCC_DynamicChannelID@@XZ @2412 NONAME ??BGCC_RegistryItem@@QBEABVGCC_DynamicTokenID@@XZ @2413 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceAddRequest@@XZ @2414 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceEjectUserRequest@@XZ @2415 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceJoinRequest@@XZ @2416 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceLockRequest@@XZ @2417 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceTerminateRequest@@XZ @2418 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceTransferRequest@@XZ @2419 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceUnlockRequest@@XZ @2420 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_NonStandardPDU@@XZ @2421 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistryAllocateHandleRequest@@XZ @2422 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistryAssignTokenRequest@@XZ @2423 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistryDeleteEntryRequest@@XZ @2424 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistryMonitorEntryRequest@@XZ @2425 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistryRegisterChannelRequest@@XZ @2426 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistryRetrieveEntryRequest@@XZ @2427 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistrySetParameterRequest@@XZ @2428 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceAddRequest@@XZ @2429 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceEjectUserRequest@@XZ @2430 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceJoinRequest@@XZ @2431 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceLockRequest@@XZ @2432 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceTerminateRequest@@XZ @2433 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceTransferRequest@@XZ @2434 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceUnlockRequest@@XZ @2435 NONAME ??BGCC_RequestPDU@@QBEABVGCC_NonStandardPDU@@XZ @2436 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistryAllocateHandleRequest@@XZ @2437 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistryAssignTokenRequest@@XZ @2438 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistryDeleteEntryRequest@@XZ @2439 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistryMonitorEntryRequest@@XZ @2440 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistryRegisterChannelRequest@@XZ @2441 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistryRetrieveEntryRequest@@XZ @2442 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistrySetParameterRequest@@XZ @2443 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceAddResponse@@XZ @2444 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceEjectUserResponse@@XZ @2445 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceJoinResponse@@XZ @2446 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceLockResponse@@XZ @2447 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceTerminateResponse@@XZ @2448 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceTransferResponse@@XZ @2449 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceUnlockResponse@@XZ @2450 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_FunctionNotSupportedResponse@@XZ @2451 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_NonStandardPDU@@XZ @2452 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_RegistryAllocateHandleResponse@@XZ @2453 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_RegistryResponse@@XZ @2454 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceAddResponse@@XZ @2455 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceEjectUserResponse@@XZ @2456 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceJoinResponse@@XZ @2457 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceLockResponse@@XZ @2458 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceTerminateResponse@@XZ @2459 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceTransferResponse@@XZ @2460 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceUnlockResponse@@XZ @2461 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_FunctionNotSupportedResponse@@XZ @2462 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_NonStandardPDU@@XZ @2463 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_RegistryAllocateHandleResponse@@XZ @2464 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_RegistryResponse@@XZ @2465 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@QAEAAVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@XZ @2466 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@QBEABVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@XZ @2467 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@QAEAAVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@XZ @2468 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@QAEAAVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@XZ @2469 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@QBEABVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@XZ @2470 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@QBEABVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@XZ @2471 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@QAEAAVGCC_ApplicationRecord@@XZ @2472 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@QBEABVGCC_ApplicationRecord@@XZ @2473 NONAME ??BGCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@QAEAAVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@XZ @2474 NONAME ??BGCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@QAEAAVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@XZ @2475 NONAME ??BGCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@QBEABVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@XZ @2476 NONAME ??BGCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@QBEABVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@XZ @2477 NONAME ??BGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@QAEAAVGCC_NodeRecord@@XZ @2478 NONAME ??BGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@QBEABVGCC_NodeRecord@@XZ @2479 NONAME ??BH225_AddressPattern@@QAEAAVH225_AddressPattern_range@@XZ @16829 NONAME ??BH225_AddressPattern@@QAEAAVH225_AliasAddress@@XZ @16830 NONAME ??BH225_AddressPattern@@QBEABVH225_AddressPattern_range@@XZ @16831 NONAME ??BH225_AddressPattern@@QBEABVH225_AliasAddress@@XZ @16832 NONAME ??BH225_AdmissionRejectReason@@QAEAAVH225_ArrayOf_PartyNumber@@XZ @16833 NONAME ??BH225_AdmissionRejectReason@@QAEAAVH225_SecurityErrors2@@XZ @26797 NONAME ??BH225_AdmissionRejectReason@@QBEABVH225_ArrayOf_PartyNumber@@XZ @16834 NONAME ??BH225_AdmissionRejectReason@@QBEABVH225_SecurityErrors2@@XZ @26798 NONAME ??BH225_AliasAddress@@QAEAAVH225_MobileUIM@@XZ @16835 NONAME ??BH225_AliasAddress@@QAEAAVH225_PartyNumber@@XZ @2480 NONAME ??BH225_AliasAddress@@QAEAAVH225_TransportAddress@@XZ @2481 NONAME ??BH225_AliasAddress@@QBEABVH225_MobileUIM@@XZ @16836 NONAME ??BH225_AliasAddress@@QBEABVH225_PartyNumber@@XZ @2482 NONAME ??BH225_AliasAddress@@QBEABVH225_TransportAddress@@XZ @2483 NONAME ??BH225_BandRejectReason@@QAEAAVH225_SecurityErrors2@@XZ @26799 NONAME ??BH225_BandRejectReason@@QBEABVH225_SecurityErrors2@@XZ @26800 NONAME ??BH225_CallTerminationCause@@QAEAAVH225_ReleaseCompleteReason@@XZ @16837 NONAME ??BH225_CallTerminationCause@@QBEABVH225_ReleaseCompleteReason@@XZ @16838 NONAME ??BH225_Content@@QAEAAVH225_AliasAddress@@XZ @16843 NONAME ??BH225_Content@@QAEAAVH225_ArrayOf_EnumeratedParameter@@XZ @16844 NONAME ??BH225_Content@@QAEAAVH225_ArrayOf_GenericData@@XZ @16845 NONAME ??BH225_Content@@QAEAAVH225_GenericIdentifier@@XZ @16846 NONAME ??BH225_Content@@QAEAAVH225_TransportAddress@@XZ @16847 NONAME ??BH225_Content@@QBEABVH225_AliasAddress@@XZ @16848 NONAME ??BH225_Content@@QBEABVH225_ArrayOf_EnumeratedParameter@@XZ @16849 NONAME ??BH225_Content@@QBEABVH225_ArrayOf_GenericData@@XZ @16850 NONAME ??BH225_Content@@QBEABVH225_GenericIdentifier@@XZ @16851 NONAME ??BH225_Content@@QBEABVH225_TransportAddress@@XZ @16852 NONAME ??BH225_CryptoH323Token@@QAEAAV?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@XZ @18508 NONAME ??BH225_CryptoH323Token@@QAEAAV?$H235_SIGNED@VH225_EncodedFastStartToken@@@@XZ @18509 NONAME ??BH225_CryptoH323Token@@QAEAAV?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@XZ @18510 NONAME ??BH225_CryptoH323Token@@QAEAAVH225_CryptoH323Token_cryptoEPPwdHash@@XZ @2487 NONAME ??BH225_CryptoH323Token@@QAEAAVH225_CryptoH323Token_cryptoGKPwdHash@@XZ @2488 NONAME ??BH225_CryptoH323Token@@QAEAAVH235_CryptoToken@@XZ @2489 NONAME ??BH225_CryptoH323Token@@QBEABV?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@XZ @18511 NONAME ??BH225_CryptoH323Token@@QBEABV?$H235_SIGNED@VH225_EncodedFastStartToken@@@@XZ @18512 NONAME ??BH225_CryptoH323Token@@QBEABV?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@XZ @18513 NONAME ??BH225_CryptoH323Token@@QBEABVH225_CryptoH323Token_cryptoEPPwdHash@@XZ @2493 NONAME ??BH225_CryptoH323Token@@QBEABVH225_CryptoH323Token_cryptoGKPwdHash@@XZ @2494 NONAME ??BH225_CryptoH323Token@@QBEABVH235_CryptoToken@@XZ @2495 NONAME ??BH225_DisengageRejectReason@@QAEAAVH225_SecurityErrors2@@XZ @26801 NONAME ??BH225_DisengageRejectReason@@QBEABVH225_SecurityErrors2@@XZ @26802 NONAME ??BH225_EncryptIntAlg@@QAEAAVH225_NonStandardParameter@@XZ @2496 NONAME ??BH225_EncryptIntAlg@@QBEABVH225_NonStandardParameter@@XZ @2497 NONAME ??BH225_GatekeeperRejectReason@@QAEAAVH225_SecurityErrors@@XZ @26803 NONAME ??BH225_GatekeeperRejectReason@@QBEABVH225_SecurityErrors@@XZ @26804 NONAME ??BH225_GenericIdentifier@@QAEAAVH225_GloballyUniqueID@@XZ @16853 NONAME ??BH225_GenericIdentifier@@QBEABVH225_GloballyUniqueID@@XZ @16854 NONAME ??BH225_H245Security@@QAEAAVH225_NonStandardParameter@@XZ @2498 NONAME ??BH225_H245Security@@QAEAAVH225_SecurityCapabilities@@XZ @2499 NONAME ??BH225_H245Security@@QBEABVH225_NonStandardParameter@@XZ @2500 NONAME ??BH225_H245Security@@QBEABVH225_SecurityCapabilities@@XZ @2501 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Alerting_UUIE@@XZ @2502 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_CallProceeding_UUIE@@XZ @2503 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Connect_UUIE@@XZ @2504 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Facility_UUIE@@XZ @2505 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Information_UUIE@@XZ @2506 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Notify_UUIE@@XZ @16855 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Progress_UUIE@@XZ @2507 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_ReleaseComplete_UUIE@@XZ @2508 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_SetupAcknowledge_UUIE@@XZ @16856 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Setup_UUIE@@XZ @2509 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_StatusInquiry_UUIE@@XZ @16857 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Status_UUIE@@XZ @16858 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Alerting_UUIE@@XZ @2510 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_CallProceeding_UUIE@@XZ @2511 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Connect_UUIE@@XZ @2512 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Facility_UUIE@@XZ @2513 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Information_UUIE@@XZ @2514 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Notify_UUIE@@XZ @16859 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Progress_UUIE@@XZ @2515 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_ReleaseComplete_UUIE@@XZ @2516 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_SetupAcknowledge_UUIE@@XZ @16860 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Setup_UUIE@@XZ @2517 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_StatusInquiry_UUIE@@XZ @16861 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Status_UUIE@@XZ @16862 NONAME ??BH225_InfoRequestNakReason@@QAEAAVH225_SecurityErrors2@@XZ @26805 NONAME ??BH225_InfoRequestNakReason@@QBEABVH225_SecurityErrors2@@XZ @26806 NONAME ??BH225_IntegrityMechanism@@QAEAAVH225_NonIsoIntegrityMechanism@@XZ @2518 NONAME ??BH225_IntegrityMechanism@@QAEAAVH225_NonStandardParameter@@XZ @2519 NONAME ??BH225_IntegrityMechanism@@QBEABVH225_NonIsoIntegrityMechanism@@XZ @2520 NONAME ??BH225_IntegrityMechanism@@QBEABVH225_NonStandardParameter@@XZ @2521 NONAME ??BH225_LocationRejectReason@@QAEAAVH225_ArrayOf_PartyNumber@@XZ @16863 NONAME ??BH225_LocationRejectReason@@QAEAAVH225_SecurityErrors2@@XZ @26807 NONAME ??BH225_LocationRejectReason@@QBEABVH225_ArrayOf_PartyNumber@@XZ @16864 NONAME ??BH225_LocationRejectReason@@QBEABVH225_SecurityErrors2@@XZ @26808 NONAME ??BH225_MobileUIM@@QAEAAVH225_ANSI_41_UIM@@XZ @16865 NONAME ??BH225_MobileUIM@@QAEAAVH225_GSM_UIM@@XZ @16866 NONAME ??BH225_MobileUIM@@QBEABVH225_ANSI_41_UIM@@XZ @16867 NONAME ??BH225_MobileUIM@@QBEABVH225_GSM_UIM@@XZ @16868 NONAME ??BH225_NonIsoIntegrityMechanism@@QAEAAVH225_EncryptIntAlg@@XZ @2522 NONAME ??BH225_NonIsoIntegrityMechanism@@QBEABVH225_EncryptIntAlg@@XZ @2523 NONAME ??BH225_NonStandardIdentifier@@QAEAAVH225_H221NonStandard@@XZ @2524 NONAME ??BH225_NonStandardIdentifier@@QBEABVH225_H221NonStandard@@XZ @2525 NONAME ??BH225_PartyNumber@@QAEAAVH225_NumberDigits@@XZ @2526 NONAME ??BH225_PartyNumber@@QAEAAVH225_PrivatePartyNumber@@XZ @2527 NONAME ??BH225_PartyNumber@@QAEAAVH225_PublicPartyNumber@@XZ @2528 NONAME ??BH225_PartyNumber@@QBEABVH225_NumberDigits@@XZ @2529 NONAME ??BH225_PartyNumber@@QBEABVH225_PrivatePartyNumber@@XZ @2530 NONAME ??BH225_PartyNumber@@QBEABVH225_PublicPartyNumber@@XZ @2531 NONAME ??BH225_RasMessage@@QAEAAVH225_AdmissionConfirm@@XZ @2532 NONAME ??BH225_RasMessage@@QAEAAVH225_AdmissionReject@@XZ @2533 NONAME ??BH225_RasMessage@@QAEAAVH225_AdmissionRequest@@XZ @2534 NONAME ??BH225_RasMessage@@QAEAAVH225_ArrayOf_AdmissionConfirm@@XZ @26809 NONAME ??BH225_RasMessage@@QAEAAVH225_BandwidthConfirm@@XZ @2535 NONAME ??BH225_RasMessage@@QAEAAVH225_BandwidthReject@@XZ @2536 NONAME ??BH225_RasMessage@@QAEAAVH225_BandwidthRequest@@XZ @2537 NONAME ??BH225_RasMessage@@QAEAAVH225_DisengageConfirm@@XZ @2538 NONAME ??BH225_RasMessage@@QAEAAVH225_DisengageReject@@XZ @2539 NONAME ??BH225_RasMessage@@QAEAAVH225_DisengageRequest@@XZ @2540 NONAME ??BH225_RasMessage@@QAEAAVH225_GatekeeperConfirm@@XZ @2541 NONAME ??BH225_RasMessage@@QAEAAVH225_GatekeeperReject@@XZ @2542 NONAME ??BH225_RasMessage@@QAEAAVH225_GatekeeperRequest@@XZ @2543 NONAME ??BH225_RasMessage@@QAEAAVH225_InfoRequest@@XZ @2544 NONAME ??BH225_RasMessage@@QAEAAVH225_InfoRequestAck@@XZ @2545 NONAME ??BH225_RasMessage@@QAEAAVH225_InfoRequestNak@@XZ @2546 NONAME ??BH225_RasMessage@@QAEAAVH225_InfoRequestResponse@@XZ @2547 NONAME ??BH225_RasMessage@@QAEAAVH225_LocationConfirm@@XZ @2548 NONAME ??BH225_RasMessage@@QAEAAVH225_LocationReject@@XZ @2549 NONAME ??BH225_RasMessage@@QAEAAVH225_LocationRequest@@XZ @2550 NONAME ??BH225_RasMessage@@QAEAAVH225_NonStandardMessage@@XZ @2551 NONAME ??BH225_RasMessage@@QAEAAVH225_RegistrationConfirm@@XZ @2552 NONAME ??BH225_RasMessage@@QAEAAVH225_RegistrationReject@@XZ @2553 NONAME ??BH225_RasMessage@@QAEAAVH225_RegistrationRequest@@XZ @2554 NONAME ??BH225_RasMessage@@QAEAAVH225_RequestInProgress@@XZ @2555 NONAME ??BH225_RasMessage@@QAEAAVH225_ResourcesAvailableConfirm@@XZ @2556 NONAME ??BH225_RasMessage@@QAEAAVH225_ResourcesAvailableIndicate@@XZ @2557 NONAME ??BH225_RasMessage@@QAEAAVH225_ServiceControlIndication@@XZ @16869 NONAME ??BH225_RasMessage@@QAEAAVH225_ServiceControlResponse@@XZ @16870 NONAME ??BH225_RasMessage@@QAEAAVH225_UnknownMessageResponse@@XZ @2558 NONAME ??BH225_RasMessage@@QAEAAVH225_UnregistrationConfirm@@XZ @2559 NONAME ??BH225_RasMessage@@QAEAAVH225_UnregistrationReject@@XZ @2560 NONAME ??BH225_RasMessage@@QAEAAVH225_UnregistrationRequest@@XZ @2561 NONAME ??BH225_RasMessage@@QBEABVH225_AdmissionConfirm@@XZ @2562 NONAME ??BH225_RasMessage@@QBEABVH225_AdmissionReject@@XZ @2563 NONAME ??BH225_RasMessage@@QBEABVH225_AdmissionRequest@@XZ @2564 NONAME ??BH225_RasMessage@@QBEABVH225_ArrayOf_AdmissionConfirm@@XZ @26810 NONAME ??BH225_RasMessage@@QBEABVH225_BandwidthConfirm@@XZ @2565 NONAME ??BH225_RasMessage@@QBEABVH225_BandwidthReject@@XZ @2566 NONAME ??BH225_RasMessage@@QBEABVH225_BandwidthRequest@@XZ @2567 NONAME ??BH225_RasMessage@@QBEABVH225_DisengageConfirm@@XZ @2568 NONAME ??BH225_RasMessage@@QBEABVH225_DisengageReject@@XZ @2569 NONAME ??BH225_RasMessage@@QBEABVH225_DisengageRequest@@XZ @2570 NONAME ??BH225_RasMessage@@QBEABVH225_GatekeeperConfirm@@XZ @2571 NONAME ??BH225_RasMessage@@QBEABVH225_GatekeeperReject@@XZ @2572 NONAME ??BH225_RasMessage@@QBEABVH225_GatekeeperRequest@@XZ @2573 NONAME ??BH225_RasMessage@@QBEABVH225_InfoRequest@@XZ @2574 NONAME ??BH225_RasMessage@@QBEABVH225_InfoRequestAck@@XZ @2575 NONAME ??BH225_RasMessage@@QBEABVH225_InfoRequestNak@@XZ @2576 NONAME ??BH225_RasMessage@@QBEABVH225_InfoRequestResponse@@XZ @2577 NONAME ??BH225_RasMessage@@QBEABVH225_LocationConfirm@@XZ @2578 NONAME ??BH225_RasMessage@@QBEABVH225_LocationReject@@XZ @2579 NONAME ??BH225_RasMessage@@QBEABVH225_LocationRequest@@XZ @2580 NONAME ??BH225_RasMessage@@QBEABVH225_NonStandardMessage@@XZ @2581 NONAME ??BH225_RasMessage@@QBEABVH225_RegistrationConfirm@@XZ @2582 NONAME ??BH225_RasMessage@@QBEABVH225_RegistrationReject@@XZ @2583 NONAME ??BH225_RasMessage@@QBEABVH225_RegistrationRequest@@XZ @2584 NONAME ??BH225_RasMessage@@QBEABVH225_RequestInProgress@@XZ @2585 NONAME ??BH225_RasMessage@@QBEABVH225_ResourcesAvailableConfirm@@XZ @2586 NONAME ??BH225_RasMessage@@QBEABVH225_ResourcesAvailableIndicate@@XZ @2587 NONAME ??BH225_RasMessage@@QBEABVH225_ServiceControlIndication@@XZ @16871 NONAME ??BH225_RasMessage@@QBEABVH225_ServiceControlResponse@@XZ @16872 NONAME ??BH225_RasMessage@@QBEABVH225_UnknownMessageResponse@@XZ @2588 NONAME ??BH225_RasMessage@@QBEABVH225_UnregistrationConfirm@@XZ @2589 NONAME ??BH225_RasMessage@@QBEABVH225_UnregistrationReject@@XZ @2590 NONAME ??BH225_RasMessage@@QBEABVH225_UnregistrationRequest@@XZ @2591 NONAME ??BH225_RegistrationRejectReason@@QAEAAVH225_ArrayOf_AliasAddress@@XZ @2592 NONAME ??BH225_RegistrationRejectReason@@QAEAAVH225_RegistrationRejectReason_invalidTerminalAliases@@XZ @16873 NONAME ??BH225_RegistrationRejectReason@@QAEAAVH225_SecurityErrors@@XZ @26811 NONAME ??BH225_RegistrationRejectReason@@QBEABVH225_ArrayOf_AliasAddress@@XZ @2593 NONAME ??BH225_RegistrationRejectReason@@QBEABVH225_RegistrationRejectReason_invalidTerminalAliases@@XZ @16874 NONAME ??BH225_RegistrationRejectReason@@QBEABVH225_SecurityErrors@@XZ @26812 NONAME ??BH225_ReleaseCompleteReason@@QAEAAVH225_ConferenceIdentifier@@XZ @16875 NONAME ??BH225_ReleaseCompleteReason@@QAEAAVH225_NonStandardParameter@@XZ @16876 NONAME ??BH225_ReleaseCompleteReason@@QAEAAVH225_SecurityErrors@@XZ @26813 NONAME ??BH225_ReleaseCompleteReason@@QBEABVH225_ConferenceIdentifier@@XZ @16877 NONAME ??BH225_ReleaseCompleteReason@@QBEABVH225_NonStandardParameter@@XZ @16878 NONAME ??BH225_ReleaseCompleteReason@@QBEABVH225_SecurityErrors@@XZ @26814 NONAME ??BH225_SecurityServiceMode@@QAEAAVH225_NonStandardParameter@@XZ @2594 NONAME ??BH225_SecurityServiceMode@@QBEABVH225_NonStandardParameter@@XZ @2595 NONAME ??BH225_ServiceControlDescriptor@@QAEAAVH225_CallCreditServiceControl@@XZ @16879 NONAME ??BH225_ServiceControlDescriptor@@QAEAAVH225_H248SignalsDescriptor@@XZ @16880 NONAME ??BH225_ServiceControlDescriptor@@QAEAAVH225_NonStandardParameter@@XZ @16881 NONAME ??BH225_ServiceControlDescriptor@@QBEABVH225_CallCreditServiceControl@@XZ @16882 NONAME ??BH225_ServiceControlDescriptor@@QBEABVH225_H248SignalsDescriptor@@XZ @16883 NONAME ??BH225_ServiceControlDescriptor@@QBEABVH225_NonStandardParameter@@XZ @16884 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_H310Caps@@XZ @2596 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_H320Caps@@XZ @2597 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_H321Caps@@XZ @2598 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_H322Caps@@XZ @2599 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_H323Caps@@XZ @2600 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_H324Caps@@XZ @2601 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_NonStandardParameter@@XZ @2602 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_NonStandardProtocol@@XZ @2603 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_SIPCaps@@XZ @26815 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_T120OnlyCaps@@XZ @2604 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_T38FaxAnnexbOnlyCaps@@XZ @16885 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_VoiceCaps@@XZ @2605 NONAME ??BH225_SupportedProtocols@@QBEABVH225_H310Caps@@XZ @2606 NONAME ??BH225_SupportedProtocols@@QBEABVH225_H320Caps@@XZ @2607 NONAME ??BH225_SupportedProtocols@@QBEABVH225_H321Caps@@XZ @2608 NONAME ??BH225_SupportedProtocols@@QBEABVH225_H322Caps@@XZ @2609 NONAME ??BH225_SupportedProtocols@@QBEABVH225_H323Caps@@XZ @2610 NONAME ??BH225_SupportedProtocols@@QBEABVH225_H324Caps@@XZ @2611 NONAME ??BH225_SupportedProtocols@@QBEABVH225_NonStandardParameter@@XZ @2612 NONAME ??BH225_SupportedProtocols@@QBEABVH225_NonStandardProtocol@@XZ @2613 NONAME ??BH225_SupportedProtocols@@QBEABVH225_SIPCaps@@XZ @26816 NONAME ??BH225_SupportedProtocols@@QBEABVH225_T120OnlyCaps@@XZ @2614 NONAME ??BH225_SupportedProtocols@@QBEABVH225_T38FaxAnnexbOnlyCaps@@XZ @16886 NONAME ??BH225_SupportedProtocols@@QBEABVH225_VoiceCaps@@XZ @2615 NONAME ??BH225_TransportAddress@@QAEAAVH225_NonStandardParameter@@XZ @2616 NONAME ??BH225_TransportAddress@@QAEAAVH225_TransportAddress_ip6Address@@XZ @2617 NONAME ??BH225_TransportAddress@@QAEAAVH225_TransportAddress_ipAddress@@XZ @2618 NONAME ??BH225_TransportAddress@@QAEAAVH225_TransportAddress_ipSourceRoute@@XZ @2619 NONAME ??BH225_TransportAddress@@QAEAAVH225_TransportAddress_ipxAddress@@XZ @2620 NONAME ??BH225_TransportAddress@@QBEABVH225_NonStandardParameter@@XZ @2621 NONAME ??BH225_TransportAddress@@QBEABVH225_TransportAddress_ip6Address@@XZ @2622 NONAME ??BH225_TransportAddress@@QBEABVH225_TransportAddress_ipAddress@@XZ @2623 NONAME ??BH225_TransportAddress@@QBEABVH225_TransportAddress_ipSourceRoute@@XZ @2624 NONAME ??BH225_TransportAddress@@QBEABVH225_TransportAddress_ipxAddress@@XZ @2625 NONAME ??BH225_TunnelledProtocol_id@@QAEAAVH225_TunnelledProtocolAlternateIdentifier@@XZ @16887 NONAME ??BH225_TunnelledProtocol_id@@QBEABVH225_TunnelledProtocolAlternateIdentifier@@XZ @16888 NONAME ??BH225_UnregRejectReason@@QAEAAVH225_SecurityErrors2@@XZ @26817 NONAME ??BH225_UnregRejectReason@@QBEABVH225_SecurityErrors2@@XZ @26818 NONAME ??BH225_UnregRequestReason@@QAEAAVH225_SecurityErrors2@@XZ @26819 NONAME ??BH225_UnregRequestReason@@QBEABVH225_SecurityErrors2@@XZ @26820 NONAME ??BH235_AuthenticationMechanism@@QAEAAVH235_AuthenticationBES@@XZ @19222 NONAME ??BH235_AuthenticationMechanism@@QAEAAVH235_NonStandardParameter@@XZ @2626 NONAME ??BH235_AuthenticationMechanism@@QBEABVH235_AuthenticationBES@@XZ @19223 NONAME ??BH235_AuthenticationMechanism@@QBEABVH235_NonStandardParameter@@XZ @2627 NONAME ??BH235_CryptoToken@@QAEAAV?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@XZ @18514 NONAME ??BH235_CryptoToken@@QAEAAVH235_CryptoToken_cryptoEncryptedToken@@XZ @2629 NONAME ??BH235_CryptoToken@@QAEAAVH235_CryptoToken_cryptoHashedToken@@XZ @2630 NONAME ??BH235_CryptoToken@@QAEAAVH235_CryptoToken_cryptoSignedToken@@XZ @2631 NONAME ??BH235_CryptoToken@@QBEABV?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@XZ @18515 NONAME ??BH235_CryptoToken@@QBEABVH235_CryptoToken_cryptoEncryptedToken@@XZ @2633 NONAME ??BH235_CryptoToken@@QBEABVH235_CryptoToken_cryptoHashedToken@@XZ @2634 NONAME ??BH235_CryptoToken@@QBEABVH235_CryptoToken_cryptoSignedToken@@XZ @2635 NONAME ??BH235_ECKASDH@@QAEAAVH235_ECKASDH_eckasdh2@@XZ @19224 NONAME ??BH235_ECKASDH@@QAEAAVH235_ECKASDH_eckasdhp@@XZ @19225 NONAME ??BH235_ECKASDH@@QBEABVH235_ECKASDH_eckasdh2@@XZ @19226 NONAME ??BH235_ECKASDH@@QBEABVH235_ECKASDH_eckasdhp@@XZ @19227 NONAME ??BH235_H235Key@@QAEAAV?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@XZ @18516 NONAME ??BH235_H235Key@@QAEAAV?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@XZ @18517 NONAME ??BH235_H235Key@@QAEAAVH235_KeyMaterial@@XZ @2638 NONAME ??BH235_H235Key@@QAEAAVH235_V3KeySyncMaterial@@XZ @26821 NONAME ??BH235_H235Key@@QBEABV?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@XZ @18518 NONAME ??BH235_H235Key@@QBEABV?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@XZ @18519 NONAME ??BH235_H235Key@@QBEABVH235_KeyMaterial@@XZ @2641 NONAME ??BH235_H235Key@@QBEABVH235_V3KeySyncMaterial@@XZ @26822 NONAME ??BH245_AudioCapability@@QAEAAVH245_AudioCapability_g7231@@XZ @2642 NONAME ??BH245_AudioCapability@@QAEAAVH245_G7231AnnexCCapability@@XZ @2643 NONAME ??BH245_AudioCapability@@QAEAAVH245_G729Extensions@@XZ @16889 NONAME ??BH245_AudioCapability@@QAEAAVH245_GenericCapability@@XZ @16890 NONAME ??BH245_AudioCapability@@QAEAAVH245_GSMAudioCapability@@XZ @2644 NONAME ??BH245_AudioCapability@@QAEAAVH245_IS11172AudioCapability@@XZ @2645 NONAME ??BH245_AudioCapability@@QAEAAVH245_IS13818AudioCapability@@XZ @2646 NONAME ??BH245_AudioCapability@@QAEAAVH245_NonStandardParameter@@XZ @2647 NONAME ??BH245_AudioCapability@@QAEAAVH245_NoPTAudioTelephonyEventCapability@@XZ @26823 NONAME ??BH245_AudioCapability@@QAEAAVH245_NoPTAudioToneCapability@@XZ @26824 NONAME ??BH245_AudioCapability@@QAEAAVH245_VBDCapability@@XZ @26825 NONAME ??BH245_AudioCapability@@QBEABVH245_AudioCapability_g7231@@XZ @2648 NONAME ??BH245_AudioCapability@@QBEABVH245_G7231AnnexCCapability@@XZ @2649 NONAME ??BH245_AudioCapability@@QBEABVH245_G729Extensions@@XZ @16891 NONAME ??BH245_AudioCapability@@QBEABVH245_GenericCapability@@XZ @16892 NONAME ??BH245_AudioCapability@@QBEABVH245_GSMAudioCapability@@XZ @2650 NONAME ??BH245_AudioCapability@@QBEABVH245_IS11172AudioCapability@@XZ @2651 NONAME ??BH245_AudioCapability@@QBEABVH245_IS13818AudioCapability@@XZ @2652 NONAME ??BH245_AudioCapability@@QBEABVH245_NonStandardParameter@@XZ @2653 NONAME ??BH245_AudioCapability@@QBEABVH245_NoPTAudioTelephonyEventCapability@@XZ @26826 NONAME ??BH245_AudioCapability@@QBEABVH245_NoPTAudioToneCapability@@XZ @26827 NONAME ??BH245_AudioCapability@@QBEABVH245_VBDCapability@@XZ @26828 NONAME ??BH245_AudioMode@@QAEAAVH245_AudioMode_g7231@@XZ @2654 NONAME ??BH245_AudioMode@@QAEAAVH245_G7231AnnexCMode@@XZ @2655 NONAME ??BH245_AudioMode@@QAEAAVH245_G729Extensions@@XZ @16893 NONAME ??BH245_AudioMode@@QAEAAVH245_GenericCapability@@XZ @16894 NONAME ??BH245_AudioMode@@QAEAAVH245_GSMAudioCapability@@XZ @2656 NONAME ??BH245_AudioMode@@QAEAAVH245_IS11172AudioMode@@XZ @2657 NONAME ??BH245_AudioMode@@QAEAAVH245_IS13818AudioMode@@XZ @2658 NONAME ??BH245_AudioMode@@QAEAAVH245_NonStandardParameter@@XZ @2659 NONAME ??BH245_AudioMode@@QAEAAVH245_VBDMode@@XZ @26829 NONAME ??BH245_AudioMode@@QBEABVH245_AudioMode_g7231@@XZ @2660 NONAME ??BH245_AudioMode@@QBEABVH245_G7231AnnexCMode@@XZ @2661 NONAME ??BH245_AudioMode@@QBEABVH245_G729Extensions@@XZ @16895 NONAME ??BH245_AudioMode@@QBEABVH245_GenericCapability@@XZ @16896 NONAME ??BH245_AudioMode@@QBEABVH245_GSMAudioCapability@@XZ @2662 NONAME ??BH245_AudioMode@@QBEABVH245_IS11172AudioMode@@XZ @2663 NONAME ??BH245_AudioMode@@QBEABVH245_IS13818AudioMode@@XZ @2664 NONAME ??BH245_AudioMode@@QBEABVH245_NonStandardParameter@@XZ @2665 NONAME ??BH245_AudioMode@@QBEABVH245_VBDMode@@XZ @26830 NONAME ??BH245_Capability@@QAEAAVH245_AlternativeCapabilitySet@@XZ @45530 NONAME ??BH245_Capability@@QAEAAVH245_AudioCapability@@XZ @2666 NONAME ??BH245_Capability@@QAEAAVH245_AudioTelephonyEventCapability@@XZ @16897 NONAME ??BH245_Capability@@QAEAAVH245_AudioToneCapability@@XZ @16898 NONAME ??BH245_Capability@@QAEAAVH245_Capability_h233EncryptionReceiveCapability@@XZ @2667 NONAME ??BH245_Capability@@QAEAAVH245_ConferenceCapability@@XZ @2668 NONAME ??BH245_Capability@@QAEAAVH245_DataApplicationCapability@@XZ @2669 NONAME ??BH245_Capability@@QAEAAVH245_DepFECCapability@@XZ @45531 NONAME ??BH245_Capability@@QAEAAVH245_FECCapability@@XZ @26831 NONAME ??BH245_Capability@@QAEAAVH245_GenericCapability@@XZ @16899 NONAME ??BH245_Capability@@QAEAAVH245_H235SecurityCapability@@XZ @2670 NONAME ??BH245_Capability@@QAEAAVH245_MultiplePayloadStreamCapability@@XZ @26832 NONAME ??BH245_Capability@@QAEAAVH245_MultiplexedStreamCapability@@XZ @16900 NONAME ??BH245_Capability@@QAEAAVH245_NonStandardParameter@@XZ @2671 NONAME ??BH245_Capability@@QAEAAVH245_RedundancyEncodingCapability@@XZ @45532 NONAME ??BH245_Capability@@QAEAAVH245_UserInputCapability@@XZ @2672 NONAME ??BH245_Capability@@QAEAAVH245_VideoCapability@@XZ @2673 NONAME ??BH245_Capability@@QBEABVH245_AlternativeCapabilitySet@@XZ @45533 NONAME ??BH245_Capability@@QBEABVH245_AudioCapability@@XZ @2674 NONAME ??BH245_Capability@@QBEABVH245_AudioTelephonyEventCapability@@XZ @16901 NONAME ??BH245_Capability@@QBEABVH245_AudioToneCapability@@XZ @16902 NONAME ??BH245_Capability@@QBEABVH245_Capability_h233EncryptionReceiveCapability@@XZ @2675 NONAME ??BH245_Capability@@QBEABVH245_ConferenceCapability@@XZ @2676 NONAME ??BH245_Capability@@QBEABVH245_DataApplicationCapability@@XZ @2677 NONAME ??BH245_Capability@@QBEABVH245_DepFECCapability@@XZ @45534 NONAME ??BH245_Capability@@QBEABVH245_FECCapability@@XZ @26833 NONAME ??BH245_Capability@@QBEABVH245_GenericCapability@@XZ @16903 NONAME ??BH245_Capability@@QBEABVH245_H235SecurityCapability@@XZ @2678 NONAME ??BH245_Capability@@QBEABVH245_MultiplePayloadStreamCapability@@XZ @26834 NONAME ??BH245_Capability@@QBEABVH245_MultiplexedStreamCapability@@XZ @16904 NONAME ??BH245_Capability@@QBEABVH245_NonStandardParameter@@XZ @2679 NONAME ??BH245_Capability@@QBEABVH245_RedundancyEncodingCapability@@XZ @45535 NONAME ??BH245_Capability@@QBEABVH245_UserInputCapability@@XZ @2680 NONAME ??BH245_Capability@@QBEABVH245_VideoCapability@@XZ @2681 NONAME ??BH245_CapabilityIdentifier@@QAEAAVH245_NonStandardParameter@@XZ @16905 NONAME ??BH245_CapabilityIdentifier@@QBEABVH245_NonStandardParameter@@XZ @16906 NONAME ??BH245_CommandMessage@@QAEAAVH245_CommunicationModeCommand@@XZ @2682 NONAME ??BH245_CommandMessage@@QAEAAVH245_ConferenceCommand@@XZ @2683 NONAME ??BH245_CommandMessage@@QAEAAVH245_EncryptionCommand@@XZ @2684 NONAME ??BH245_CommandMessage@@QAEAAVH245_EndSessionCommand@@XZ @2685 NONAME ??BH245_CommandMessage@@QAEAAVH245_FlowControlCommand@@XZ @2686 NONAME ??BH245_CommandMessage@@QAEAAVH245_GenericMessage@@XZ @45167 NONAME ??BH245_CommandMessage@@QAEAAVH245_H223MultiplexReconfiguration@@XZ @2687 NONAME ??BH245_CommandMessage@@QAEAAVH245_MaintenanceLoopOffCommand@@XZ @2688 NONAME ??BH245_CommandMessage@@QAEAAVH245_MiscellaneousCommand@@XZ @2689 NONAME ??BH245_CommandMessage@@QAEAAVH245_MobileMultilinkReconfigurationCommand@@XZ @16907 NONAME ??BH245_CommandMessage@@QAEAAVH245_NewATMVCCommand@@XZ @16908 NONAME ??BH245_CommandMessage@@QAEAAVH245_NonStandardMessage@@XZ @2690 NONAME ??BH245_CommandMessage@@QAEAAVH245_SendTerminalCapabilitySet@@XZ @2691 NONAME ??BH245_CommandMessage@@QBEABVH245_CommunicationModeCommand@@XZ @2692 NONAME ??BH245_CommandMessage@@QBEABVH245_ConferenceCommand@@XZ @2693 NONAME ??BH245_CommandMessage@@QBEABVH245_EncryptionCommand@@XZ @2694 NONAME ??BH245_CommandMessage@@QBEABVH245_EndSessionCommand@@XZ @2695 NONAME ??BH245_CommandMessage@@QBEABVH245_FlowControlCommand@@XZ @2696 NONAME ??BH245_CommandMessage@@QBEABVH245_GenericMessage@@XZ @45168 NONAME ??BH245_CommandMessage@@QBEABVH245_H223MultiplexReconfiguration@@XZ @2697 NONAME ??BH245_CommandMessage@@QBEABVH245_MaintenanceLoopOffCommand@@XZ @2698 NONAME ??BH245_CommandMessage@@QBEABVH245_MiscellaneousCommand@@XZ @2699 NONAME ??BH245_CommandMessage@@QBEABVH245_MobileMultilinkReconfigurationCommand@@XZ @16909 NONAME ??BH245_CommandMessage@@QBEABVH245_NewATMVCCommand@@XZ @16910 NONAME ??BH245_CommandMessage@@QBEABVH245_NonStandardMessage@@XZ @2700 NONAME ??BH245_CommandMessage@@QBEABVH245_SendTerminalCapabilitySet@@XZ @2701 NONAME ??BH245_CommunicationModeResponse@@QAEAAVH245_ArrayOf_CommunicationModeTableEntry@@XZ @2702 NONAME ??BH245_CommunicationModeResponse@@QBEABVH245_ArrayOf_CommunicationModeTableEntry@@XZ @2703 NONAME ??BH245_CommunicationModeTableEntry_dataType@@QAEAAVH245_AudioCapability@@XZ @2704 NONAME ??BH245_CommunicationModeTableEntry_dataType@@QAEAAVH245_DataApplicationCapability@@XZ @2705 NONAME ??BH245_CommunicationModeTableEntry_dataType@@QAEAAVH245_VideoCapability@@XZ @2706 NONAME ??BH245_CommunicationModeTableEntry_dataType@@QBEABVH245_AudioCapability@@XZ @2707 NONAME ??BH245_CommunicationModeTableEntry_dataType@@QBEABVH245_DataApplicationCapability@@XZ @2708 NONAME ??BH245_CommunicationModeTableEntry_dataType@@QBEABVH245_VideoCapability@@XZ @2709 NONAME ??BH245_CompressionType@@QAEAAVH245_V42bis@@XZ @2710 NONAME ??BH245_CompressionType@@QBEABVH245_V42bis@@XZ @2711 NONAME ??BH245_ConferenceCommand@@QAEAAVH245_LogicalChannelNumber@@XZ @2712 NONAME ??BH245_ConferenceCommand@@QAEAAVH245_SubstituteConferenceIDCommand@@XZ @2713 NONAME ??BH245_ConferenceCommand@@QAEAAVH245_TerminalLabel@@XZ @2714 NONAME ??BH245_ConferenceCommand@@QBEABVH245_LogicalChannelNumber@@XZ @2715 NONAME ??BH245_ConferenceCommand@@QBEABVH245_SubstituteConferenceIDCommand@@XZ @2716 NONAME ??BH245_ConferenceCommand@@QBEABVH245_TerminalLabel@@XZ @2717 NONAME ??BH245_ConferenceIndication@@QAEAAVH245_TerminalLabel@@XZ @2718 NONAME ??BH245_ConferenceIndication@@QAEAAVH245_TerminalYouAreSeeingInSubPictureNumber@@XZ @2719 NONAME ??BH245_ConferenceIndication@@QAEAAVH245_VideoIndicateCompose@@XZ @2720 NONAME ??BH245_ConferenceIndication@@QBEABVH245_TerminalLabel@@XZ @2721 NONAME ??BH245_ConferenceIndication@@QBEABVH245_TerminalYouAreSeeingInSubPictureNumber@@XZ @2722 NONAME ??BH245_ConferenceIndication@@QBEABVH245_VideoIndicateCompose@@XZ @2723 NONAME ??BH245_ConferenceRequest@@QAEAAVH245_ConferenceRequest_requestTerminalCertificate@@XZ @2724 NONAME ??BH245_ConferenceRequest@@QAEAAVH245_LogicalChannelNumber@@XZ @2725 NONAME ??BH245_ConferenceRequest@@QAEAAVH245_RemoteMCRequest@@XZ @2726 NONAME ??BH245_ConferenceRequest@@QAEAAVH245_TerminalLabel@@XZ @2727 NONAME ??BH245_ConferenceRequest@@QBEABVH245_ConferenceRequest_requestTerminalCertificate@@XZ @2728 NONAME ??BH245_ConferenceRequest@@QBEABVH245_LogicalChannelNumber@@XZ @2729 NONAME ??BH245_ConferenceRequest@@QBEABVH245_RemoteMCRequest@@XZ @2730 NONAME ??BH245_ConferenceRequest@@QBEABVH245_TerminalLabel@@XZ @2731 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ArrayOf_TerminalLabel@@XZ @2732 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_broadcastMyLogicalChannelResponse@@XZ @2733 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_chairTokenOwnerResponse@@XZ @2734 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_conferenceIDResponse@@XZ @2735 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_extensionAddressResponse@@XZ @2736 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_makeMeChairResponse@@XZ @2737 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_makeTerminalBroadcasterResponse@@XZ @2738 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_mCTerminalIDResponse@@XZ @2739 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_passwordResponse@@XZ @2740 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_sendThisSourceResponse@@XZ @2741 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_terminalCertificateResponse@@XZ @2742 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_terminalIDResponse@@XZ @2743 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_RemoteMCResponse@@XZ @2744 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_RequestAllTerminalIDsResponse@@XZ @2745 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ArrayOf_TerminalLabel@@XZ @2746 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_broadcastMyLogicalChannelResponse@@XZ @2747 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_chairTokenOwnerResponse@@XZ @2748 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_conferenceIDResponse@@XZ @2749 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_extensionAddressResponse@@XZ @2750 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_makeMeChairResponse@@XZ @2751 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_makeTerminalBroadcasterResponse@@XZ @2752 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_mCTerminalIDResponse@@XZ @2753 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_passwordResponse@@XZ @2754 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_sendThisSourceResponse@@XZ @2755 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_terminalCertificateResponse@@XZ @2756 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_terminalIDResponse@@XZ @2757 NONAME ??BH245_ConferenceResponse@@QBEABVH245_RemoteMCResponse@@XZ @2758 NONAME ??BH245_ConferenceResponse@@QBEABVH245_RequestAllTerminalIDsResponse@@XZ @2759 NONAME ??BH245_CustomPictureFormat_pixelAspectInformation@@QAEAAVH245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@XZ @2760 NONAME ??BH245_CustomPictureFormat_pixelAspectInformation@@QAEAAVH245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@XZ @2761 NONAME ??BH245_CustomPictureFormat_pixelAspectInformation@@QBEABVH245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@XZ @2762 NONAME ??BH245_CustomPictureFormat_pixelAspectInformation@@QBEABVH245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@XZ @2763 NONAME ??BH245_DataApplicationCapability_application@@QAEAAVH245_DataApplicationCapability_application_nlpid@@XZ @2764 NONAME ??BH245_DataApplicationCapability_application@@QAEAAVH245_DataApplicationCapability_application_t38fax@@XZ @16911 NONAME ??BH245_DataApplicationCapability_application@@QAEAAVH245_DataApplicationCapability_application_t84@@XZ @2765 NONAME ??BH245_DataApplicationCapability_application@@QAEAAVH245_DataProtocolCapability@@XZ @2766 NONAME ??BH245_DataApplicationCapability_application@@QAEAAVH245_GenericCapability@@XZ @16912 NONAME ??BH245_DataApplicationCapability_application@@QAEAAVH245_NonStandardParameter@@XZ @2767 NONAME ??BH245_DataApplicationCapability_application@@QBEABVH245_DataApplicationCapability_application_nlpid@@XZ @2768 NONAME ??BH245_DataApplicationCapability_application@@QBEABVH245_DataApplicationCapability_application_t38fax@@XZ @16913 NONAME ??BH245_DataApplicationCapability_application@@QBEABVH245_DataApplicationCapability_application_t84@@XZ @2769 NONAME ??BH245_DataApplicationCapability_application@@QBEABVH245_DataProtocolCapability@@XZ @2770 NONAME ??BH245_DataApplicationCapability_application@@QBEABVH245_GenericCapability@@XZ @16914 NONAME ??BH245_DataApplicationCapability_application@@QBEABVH245_NonStandardParameter@@XZ @2771 NONAME ??BH245_DataMode_application@@QAEAAVH245_DataMode_application_nlpid@@XZ @2772 NONAME ??BH245_DataMode_application@@QAEAAVH245_DataMode_application_t38fax@@XZ @16915 NONAME ??BH245_DataMode_application@@QAEAAVH245_DataProtocolCapability@@XZ @2773 NONAME ??BH245_DataMode_application@@QAEAAVH245_GenericCapability@@XZ @16916 NONAME ??BH245_DataMode_application@@QAEAAVH245_NonStandardParameter@@XZ @2774 NONAME ??BH245_DataMode_application@@QBEABVH245_DataMode_application_nlpid@@XZ @2775 NONAME ??BH245_DataMode_application@@QBEABVH245_DataMode_application_t38fax@@XZ @16917 NONAME ??BH245_DataMode_application@@QBEABVH245_DataProtocolCapability@@XZ @2776 NONAME ??BH245_DataMode_application@@QBEABVH245_GenericCapability@@XZ @16918 NONAME ??BH245_DataMode_application@@QBEABVH245_NonStandardParameter@@XZ @2777 NONAME ??BH245_DataProtocolCapability@@QAEAAVH245_DataProtocolCapability_v76wCompression@@XZ @2778 NONAME ??BH245_DataProtocolCapability@@QAEAAVH245_NonStandardParameter@@XZ @2779 NONAME ??BH245_DataProtocolCapability@@QBEABVH245_DataProtocolCapability_v76wCompression@@XZ @2780 NONAME ??BH245_DataProtocolCapability@@QBEABVH245_NonStandardParameter@@XZ @2781 NONAME ??BH245_DataProtocolCapability_v76wCompression@@QAEAAVH245_CompressionType@@XZ @2782 NONAME ??BH245_DataProtocolCapability_v76wCompression@@QBEABVH245_CompressionType@@XZ @2783 NONAME ??BH245_DataType@@QAEAAVH245_AudioCapability@@XZ @2784 NONAME ??BH245_DataType@@QAEAAVH245_DataApplicationCapability@@XZ @2785 NONAME ??BH245_DataType@@QAEAAVH245_DepFECData@@XZ @45536 NONAME ??BH245_DataType@@QAEAAVH245_EncryptionMode@@XZ @2786 NONAME ??BH245_DataType@@QAEAAVH245_FECData@@XZ @26835 NONAME ??BH245_DataType@@QAEAAVH245_H235Media@@XZ @2787 NONAME ??BH245_DataType@@QAEAAVH245_MultiplePayloadStream@@XZ @26836 NONAME ??BH245_DataType@@QAEAAVH245_MultiplexedStreamParameter@@XZ @16919 NONAME ??BH245_DataType@@QAEAAVH245_NonStandardParameter@@XZ @2788 NONAME ??BH245_DataType@@QAEAAVH245_RedundancyEncoding@@XZ @26837 NONAME ??BH245_DataType@@QAEAAVH245_VideoCapability@@XZ @2789 NONAME ??BH245_DataType@@QBEABVH245_AudioCapability@@XZ @2790 NONAME ??BH245_DataType@@QBEABVH245_DataApplicationCapability@@XZ @2791 NONAME ??BH245_DataType@@QBEABVH245_DepFECData@@XZ @45537 NONAME ??BH245_DataType@@QBEABVH245_EncryptionMode@@XZ @2792 NONAME ??BH245_DataType@@QBEABVH245_FECData@@XZ @26838 NONAME ??BH245_DataType@@QBEABVH245_H235Media@@XZ @2793 NONAME ??BH245_DataType@@QBEABVH245_MultiplePayloadStream@@XZ @26839 NONAME ??BH245_DataType@@QBEABVH245_MultiplexedStreamParameter@@XZ @16920 NONAME ??BH245_DataType@@QBEABVH245_NonStandardParameter@@XZ @2794 NONAME ??BH245_DataType@@QBEABVH245_RedundancyEncoding@@XZ @26840 NONAME ??BH245_DataType@@QBEABVH245_VideoCapability@@XZ @2795 NONAME ??BH245_DepFECCapability@@QAEAAVH245_DepFECCapability_rfc2733@@XZ @45538 NONAME ??BH245_DepFECCapability@@QBEABVH245_DepFECCapability_rfc2733@@XZ @45539 NONAME ??BH245_DepFECData@@QAEAAVH245_DepFECData_rfc2733@@XZ @45540 NONAME ??BH245_DepFECData@@QBEABVH245_DepFECData_rfc2733@@XZ @45541 NONAME ??BH245_DepFECData_rfc2733_mode@@QAEAAVH245_DepFECData_rfc2733_mode_separateStream@@XZ @45542 NONAME ??BH245_DepFECData_rfc2733_mode@@QBEABVH245_DepFECData_rfc2733_mode_separateStream@@XZ @45543 NONAME ??BH245_DepFECData_rfc2733_mode_separateStream@@QAEAAVH245_DepFECData_rfc2733_mode_separateStream_differentPort@@XZ @45544 NONAME ??BH245_DepFECData_rfc2733_mode_separateStream@@QAEAAVH245_DepFECData_rfc2733_mode_separateStream_samePort@@XZ @45545 NONAME ??BH245_DepFECData_rfc2733_mode_separateStream@@QBEABVH245_DepFECData_rfc2733_mode_separateStream_differentPort@@XZ @45546 NONAME ??BH245_DepFECData_rfc2733_mode_separateStream@@QBEABVH245_DepFECData_rfc2733_mode_separateStream_samePort@@XZ @45547 NONAME ??BH245_DepFECMode@@QAEAAVH245_DepFECMode_rfc2733Mode@@XZ @45548 NONAME ??BH245_DepFECMode@@QBEABVH245_DepFECMode_rfc2733Mode@@XZ @45549 NONAME ??BH245_DepFECMode_rfc2733Mode_mode@@QAEAAVH245_DepFECMode_rfc2733Mode_mode_separateStream@@XZ @45550 NONAME ??BH245_DepFECMode_rfc2733Mode_mode@@QBEABVH245_DepFECMode_rfc2733Mode_mode_separateStream@@XZ @45551 NONAME ??BH245_DepFECMode_rfc2733Mode_mode_separateStream@@QAEAAVH245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@XZ @45552 NONAME ??BH245_DepFECMode_rfc2733Mode_mode_separateStream@@QAEAAVH245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@XZ @45553 NONAME ??BH245_DepFECMode_rfc2733Mode_mode_separateStream@@QBEABVH245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@XZ @45554 NONAME ??BH245_DepFECMode_rfc2733Mode_mode_separateStream@@QBEABVH245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@XZ @45555 NONAME ??BH245_DialingInformation@@QAEAAVH245_ArrayOf_DialingInformationNumber@@XZ @16921 NONAME ??BH245_DialingInformation@@QAEAAVH245_NonStandardMessage@@XZ @16922 NONAME ??BH245_DialingInformation@@QBEABVH245_ArrayOf_DialingInformationNumber@@XZ @16923 NONAME ??BH245_DialingInformation@@QBEABVH245_NonStandardMessage@@XZ @16924 NONAME ??BH245_DialingInformationNetworkType@@QAEAAVH245_NonStandardMessage@@XZ @16925 NONAME ??BH245_DialingInformationNetworkType@@QBEABVH245_NonStandardMessage@@XZ @16926 NONAME ??BH245_EncryptionCommand@@QAEAAVH245_EncryptionCommand_encryptionAlgorithmID@@XZ @2796 NONAME ??BH245_EncryptionCommand@@QBEABVH245_EncryptionCommand_encryptionAlgorithmID@@XZ @2797 NONAME ??BH245_EncryptionMode@@QAEAAVH245_NonStandardParameter@@XZ @2798 NONAME ??BH245_EncryptionMode@@QBEABVH245_NonStandardParameter@@XZ @2799 NONAME ??BH245_EndSessionCommand@@QAEAAVH245_EndSessionCommand_gstnOptions@@XZ @2800 NONAME ??BH245_EndSessionCommand@@QAEAAVH245_EndSessionCommand_isdnOptions@@XZ @2801 NONAME ??BH245_EndSessionCommand@@QAEAAVH245_NonStandardParameter@@XZ @2802 NONAME ??BH245_EndSessionCommand@@QBEABVH245_EndSessionCommand_gstnOptions@@XZ @2803 NONAME ??BH245_EndSessionCommand@@QBEABVH245_EndSessionCommand_isdnOptions@@XZ @2804 NONAME ??BH245_EndSessionCommand@@QBEABVH245_NonStandardParameter@@XZ @2805 NONAME ??BH245_FECCapability_rfc2733Format@@QAEAAVH245_MaxRedundancy@@XZ @45556 NONAME ??BH245_FECCapability_rfc2733Format@@QBEABVH245_MaxRedundancy@@XZ @45557 NONAME ??BH245_FECData@@QAEAAVH245_FECData_rfc2733@@XZ @26843 NONAME ??BH245_FECData@@QBEABVH245_FECData_rfc2733@@XZ @26844 NONAME ??BH245_FECData_rfc2733_pktMode@@QAEAAVH245_FECData_rfc2733_pktMode_rfc2733diffport@@XZ @45558 NONAME ??BH245_FECData_rfc2733_pktMode@@QAEAAVH245_FECData_rfc2733_pktMode_rfc2733sameport@@XZ @45559 NONAME ??BH245_FECData_rfc2733_pktMode@@QBEABVH245_FECData_rfc2733_pktMode_rfc2733diffport@@XZ @45560 NONAME ??BH245_FECData_rfc2733_pktMode@@QBEABVH245_FECData_rfc2733_pktMode_rfc2733sameport@@XZ @45561 NONAME ??BH245_FECMode_rfc2733Format@@QAEAAVH245_MaxRedundancy@@XZ @45562 NONAME ??BH245_FECMode_rfc2733Format@@QBEABVH245_MaxRedundancy@@XZ @45563 NONAME ??BH245_FlowControlCommand_scope@@QAEAAVH245_LogicalChannelNumber@@XZ @2806 NONAME ??BH245_FlowControlCommand_scope@@QBEABVH245_LogicalChannelNumber@@XZ @2807 NONAME ??BH245_FlowControlIndication_scope@@QAEAAVH245_LogicalChannelNumber@@XZ @16927 NONAME ??BH245_FlowControlIndication_scope@@QBEABVH245_LogicalChannelNumber@@XZ @16928 NONAME ??BH245_FunctionNotUnderstood@@QAEAAVH245_CommandMessage@@XZ @2808 NONAME ??BH245_FunctionNotUnderstood@@QAEAAVH245_RequestMessage@@XZ @2809 NONAME ??BH245_FunctionNotUnderstood@@QAEAAVH245_ResponseMessage@@XZ @2810 NONAME ??BH245_FunctionNotUnderstood@@QBEABVH245_CommandMessage@@XZ @2811 NONAME ??BH245_FunctionNotUnderstood@@QBEABVH245_RequestMessage@@XZ @2812 NONAME ??BH245_FunctionNotUnderstood@@QBEABVH245_ResponseMessage@@XZ @2813 NONAME ??BH245_H223AL1MParameters_arqType@@QAEAAVH245_H223AnnexCArqParameters@@XZ @2814 NONAME ??BH245_H223AL1MParameters_arqType@@QBEABVH245_H223AnnexCArqParameters@@XZ @2815 NONAME ??BH245_H223AL3MParameters_arqType@@QAEAAVH245_H223AnnexCArqParameters@@XZ @2816 NONAME ??BH245_H223AL3MParameters_arqType@@QBEABVH245_H223AnnexCArqParameters@@XZ @2817 NONAME ??BH245_H223Capability_h223MultiplexTableCapability@@QAEAAVH245_H223Capability_h223MultiplexTableCapability_enhanced@@XZ @2818 NONAME ??BH245_H223Capability_h223MultiplexTableCapability@@QBEABVH245_H223Capability_h223MultiplexTableCapability_enhanced@@XZ @2819 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QAEAAVH245_H223AL1MParameters@@XZ @2820 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QAEAAVH245_H223AL2MParameters@@XZ @2821 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QAEAAVH245_H223AL3MParameters@@XZ @2822 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QAEAAVH245_H223LogicalChannelParameters_adaptationLayerType_al3@@XZ @2823 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QAEAAVH245_NonStandardParameter@@XZ @2824 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QBEABVH245_H223AL1MParameters@@XZ @2825 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QBEABVH245_H223AL2MParameters@@XZ @2826 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QBEABVH245_H223AL3MParameters@@XZ @2827 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QBEABVH245_H223LogicalChannelParameters_adaptationLayerType_al3@@XZ @2828 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QBEABVH245_NonStandardParameter@@XZ @2829 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QAEAAVH245_H223AL1MParameters@@XZ @2830 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QAEAAVH245_H223AL2MParameters@@XZ @2831 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QAEAAVH245_H223AL3MParameters@@XZ @2832 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QAEAAVH245_H223ModeParameters_adaptationLayerType_al3@@XZ @2833 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QAEAAVH245_NonStandardParameter@@XZ @2834 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QBEABVH245_H223AL1MParameters@@XZ @2835 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QBEABVH245_H223AL2MParameters@@XZ @2836 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QBEABVH245_H223AL3MParameters@@XZ @2837 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QBEABVH245_H223ModeParameters_adaptationLayerType_al3@@XZ @2838 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QBEABVH245_NonStandardParameter@@XZ @2839 NONAME ??BH245_H223MultiplexReconfiguration@@QAEAAVH245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@XZ @2840 NONAME ??BH245_H223MultiplexReconfiguration@@QAEAAVH245_H223MultiplexReconfiguration_h223ModeChange@@XZ @2841 NONAME ??BH245_H223MultiplexReconfiguration@@QBEABVH245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@XZ @2842 NONAME ??BH245_H223MultiplexReconfiguration@@QBEABVH245_H223MultiplexReconfiguration_h223ModeChange@@XZ @2843 NONAME ??BH245_H2250LogicalChannelParameters_mediaPacketization@@QAEAAVH245_RTPPayloadType@@XZ @2844 NONAME ??BH245_H2250LogicalChannelParameters_mediaPacketization@@QBEABVH245_RTPPayloadType@@XZ @2845 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_AudioCapability@@XZ @2846 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_DataApplicationCapability@@XZ @2847 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_DepFECData@@XZ @45564 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_FECData@@XZ @26859 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_MultiplePayloadStream@@XZ @26860 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_NonStandardParameter@@XZ @2848 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_RedundancyEncoding@@XZ @26861 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_VideoCapability@@XZ @2849 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_AudioCapability@@XZ @2850 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_DataApplicationCapability@@XZ @2851 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_DepFECData@@XZ @45565 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_FECData@@XZ @26862 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_MultiplePayloadStream@@XZ @26863 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_NonStandardParameter@@XZ @2852 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_RedundancyEncoding@@XZ @26864 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_VideoCapability@@XZ @2853 NONAME ??BH245_H235Mode_mediaMode@@QAEAAVH245_AudioMode@@XZ @2854 NONAME ??BH245_H235Mode_mediaMode@@QAEAAVH245_DataMode@@XZ @2855 NONAME ??BH245_H235Mode_mediaMode@@QAEAAVH245_NonStandardParameter@@XZ @2856 NONAME ??BH245_H235Mode_mediaMode@@QAEAAVH245_VideoMode@@XZ @2857 NONAME ??BH245_H235Mode_mediaMode@@QBEABVH245_AudioMode@@XZ @2858 NONAME ??BH245_H235Mode_mediaMode@@QBEABVH245_DataMode@@XZ @2859 NONAME ??BH245_H235Mode_mediaMode@@QBEABVH245_NonStandardParameter@@XZ @2860 NONAME ??BH245_H235Mode_mediaMode@@QBEABVH245_VideoMode@@XZ @2861 NONAME ??BH245_IndicationMessage@@QAEAAVH245_ConferenceIndication@@XZ @2862 NONAME ??BH245_IndicationMessage@@QAEAAVH245_FlowControlIndication@@XZ @16929 NONAME ??BH245_IndicationMessage@@QAEAAVH245_FunctionNotSupported@@XZ @2863 NONAME ??BH245_IndicationMessage@@QAEAAVH245_FunctionNotUnderstood@@XZ @2864 NONAME ??BH245_IndicationMessage@@QAEAAVH245_GenericMessage@@XZ @45169 NONAME ??BH245_IndicationMessage@@QAEAAVH245_H223SkewIndication@@XZ @2865 NONAME ??BH245_IndicationMessage@@QAEAAVH245_H2250MaximumSkewIndication@@XZ @2866 NONAME ??BH245_IndicationMessage@@QAEAAVH245_JitterIndication@@XZ @2867 NONAME ??BH245_IndicationMessage@@QAEAAVH245_LogicalChannelRateRelease@@XZ @16930 NONAME ??BH245_IndicationMessage@@QAEAAVH245_MasterSlaveDeterminationRelease@@XZ @2868 NONAME ??BH245_IndicationMessage@@QAEAAVH245_MCLocationIndication@@XZ @2869 NONAME ??BH245_IndicationMessage@@QAEAAVH245_MiscellaneousIndication@@XZ @2870 NONAME ??BH245_IndicationMessage@@QAEAAVH245_MobileMultilinkReconfigurationIndication@@XZ @16931 NONAME ??BH245_IndicationMessage@@QAEAAVH245_MultilinkIndication@@XZ @16932 NONAME ??BH245_IndicationMessage@@QAEAAVH245_MultiplexEntrySendRelease@@XZ @2871 NONAME ??BH245_IndicationMessage@@QAEAAVH245_NewATMVCIndication@@XZ @2872 NONAME ??BH245_IndicationMessage@@QAEAAVH245_NonStandardMessage@@XZ @2873 NONAME ??BH245_IndicationMessage@@QAEAAVH245_OpenLogicalChannelConfirm@@XZ @2874 NONAME ??BH245_IndicationMessage@@QAEAAVH245_RequestChannelCloseRelease@@XZ @2875 NONAME ??BH245_IndicationMessage@@QAEAAVH245_RequestModeRelease@@XZ @2876 NONAME ??BH245_IndicationMessage@@QAEAAVH245_RequestMultiplexEntryRelease@@XZ @2877 NONAME ??BH245_IndicationMessage@@QAEAAVH245_TerminalCapabilitySetRelease@@XZ @2878 NONAME ??BH245_IndicationMessage@@QAEAAVH245_UserInputIndication@@XZ @2879 NONAME ??BH245_IndicationMessage@@QAEAAVH245_VendorIdentification@@XZ @2880 NONAME ??BH245_IndicationMessage@@QBEABVH245_ConferenceIndication@@XZ @2881 NONAME ??BH245_IndicationMessage@@QBEABVH245_FlowControlIndication@@XZ @16933 NONAME ??BH245_IndicationMessage@@QBEABVH245_FunctionNotSupported@@XZ @2882 NONAME ??BH245_IndicationMessage@@QBEABVH245_FunctionNotUnderstood@@XZ @2883 NONAME ??BH245_IndicationMessage@@QBEABVH245_GenericMessage@@XZ @45170 NONAME ??BH245_IndicationMessage@@QBEABVH245_H223SkewIndication@@XZ @2884 NONAME ??BH245_IndicationMessage@@QBEABVH245_H2250MaximumSkewIndication@@XZ @2885 NONAME ??BH245_IndicationMessage@@QBEABVH245_JitterIndication@@XZ @2886 NONAME ??BH245_IndicationMessage@@QBEABVH245_LogicalChannelRateRelease@@XZ @16934 NONAME ??BH245_IndicationMessage@@QBEABVH245_MasterSlaveDeterminationRelease@@XZ @2887 NONAME ??BH245_IndicationMessage@@QBEABVH245_MCLocationIndication@@XZ @2888 NONAME ??BH245_IndicationMessage@@QBEABVH245_MiscellaneousIndication@@XZ @2889 NONAME ??BH245_IndicationMessage@@QBEABVH245_MobileMultilinkReconfigurationIndication@@XZ @16935 NONAME ??BH245_IndicationMessage@@QBEABVH245_MultilinkIndication@@XZ @16936 NONAME ??BH245_IndicationMessage@@QBEABVH245_MultiplexEntrySendRelease@@XZ @2890 NONAME ??BH245_IndicationMessage@@QBEABVH245_NewATMVCIndication@@XZ @2891 NONAME ??BH245_IndicationMessage@@QBEABVH245_NonStandardMessage@@XZ @2892 NONAME ??BH245_IndicationMessage@@QBEABVH245_OpenLogicalChannelConfirm@@XZ @2893 NONAME ??BH245_IndicationMessage@@QBEABVH245_RequestChannelCloseRelease@@XZ @2894 NONAME ??BH245_IndicationMessage@@QBEABVH245_RequestModeRelease@@XZ @2895 NONAME ??BH245_IndicationMessage@@QBEABVH245_RequestMultiplexEntryRelease@@XZ @2896 NONAME ??BH245_IndicationMessage@@QBEABVH245_TerminalCapabilitySetRelease@@XZ @2897 NONAME ??BH245_IndicationMessage@@QBEABVH245_UserInputIndication@@XZ @2898 NONAME ??BH245_IndicationMessage@@QBEABVH245_VendorIdentification@@XZ @2899 NONAME ??BH245_JitterIndication_scope@@QAEAAVH245_LogicalChannelNumber@@XZ @2900 NONAME ??BH245_JitterIndication_scope@@QBEABVH245_LogicalChannelNumber@@XZ @2901 NONAME ??BH245_MaintenanceLoopAck_type@@QAEAAVH245_LogicalChannelNumber@@XZ @2902 NONAME ??BH245_MaintenanceLoopAck_type@@QBEABVH245_LogicalChannelNumber@@XZ @2903 NONAME ??BH245_MaintenanceLoopReject_type@@QAEAAVH245_LogicalChannelNumber@@XZ @2904 NONAME ??BH245_MaintenanceLoopReject_type@@QBEABVH245_LogicalChannelNumber@@XZ @2905 NONAME ??BH245_MaintenanceLoopRequest_type@@QAEAAVH245_LogicalChannelNumber@@XZ @2906 NONAME ??BH245_MaintenanceLoopRequest_type@@QBEABVH245_LogicalChannelNumber@@XZ @2907 NONAME ??BH245_MediaEncryptionAlgorithm@@QAEAAVH245_NonStandardParameter@@XZ @2908 NONAME ??BH245_MediaEncryptionAlgorithm@@QBEABVH245_NonStandardParameter@@XZ @2909 NONAME ??BH245_MediaTransportType@@QAEAAVH245_MediaTransportType_atm_AAL5_compressed@@XZ @16937 NONAME ??BH245_MediaTransportType@@QBEABVH245_MediaTransportType_atm_AAL5_compressed@@XZ @16938 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_ArrayOf_PictureReference@@XZ @16939 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_EncryptionSync@@XZ @2910 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_EncryptionUpdateRequest@@XZ @2911 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_encryptionUpdateAck@@XZ @45171 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_encryptionUpdateCommand@@XZ @45172 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_lostPartialPicture@@XZ @16940 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_progressiveRefinementStart@@XZ @2912 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_videoBadMBs@@XZ @16941 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_videoFastUpdateGOB@@XZ @2913 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_videoFastUpdateMB@@XZ @2914 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_ArrayOf_PictureReference@@XZ @16942 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_EncryptionSync@@XZ @2915 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_EncryptionUpdateRequest@@XZ @2916 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_encryptionUpdateAck@@XZ @45173 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_encryptionUpdateCommand@@XZ @45174 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_lostPartialPicture@@XZ @16943 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_progressiveRefinementStart@@XZ @2917 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_videoBadMBs@@XZ @16944 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_videoFastUpdateGOB@@XZ @2918 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_videoFastUpdateMB@@XZ @2919 NONAME ??BH245_MiscellaneousIndication_type@@QAEAAVH245_MiscellaneousIndication_type_videoNotDecodedMBs@@XZ @2920 NONAME ??BH245_MiscellaneousIndication_type@@QAEAAVH245_TransportCapability@@XZ @2921 NONAME ??BH245_MiscellaneousIndication_type@@QBEABVH245_MiscellaneousIndication_type_videoNotDecodedMBs@@XZ @2922 NONAME ??BH245_MiscellaneousIndication_type@@QBEABVH245_TransportCapability@@XZ @2923 NONAME ??BH245_ModeElementType@@QAEAAVH245_AudioMode@@XZ @26865 NONAME ??BH245_ModeElementType@@QAEAAVH245_DataMode@@XZ @26866 NONAME ??BH245_ModeElementType@@QAEAAVH245_DepFECMode@@XZ @45566 NONAME ??BH245_ModeElementType@@QAEAAVH245_EncryptionMode@@XZ @26867 NONAME ??BH245_ModeElementType@@QAEAAVH245_FECMode@@XZ @26868 NONAME ??BH245_ModeElementType@@QAEAAVH245_H235Mode@@XZ @26869 NONAME ??BH245_ModeElementType@@QAEAAVH245_MultiplePayloadStreamMode@@XZ @26870 NONAME ??BH245_ModeElementType@@QAEAAVH245_MultiplexedStreamParameter@@XZ @26871 NONAME ??BH245_ModeElementType@@QAEAAVH245_NonStandardParameter@@XZ @26872 NONAME ??BH245_ModeElementType@@QAEAAVH245_RedundancyEncodingDTMode@@XZ @26873 NONAME ??BH245_ModeElementType@@QAEAAVH245_VideoMode@@XZ @26874 NONAME ??BH245_ModeElementType@@QBEABVH245_AudioMode@@XZ @26875 NONAME ??BH245_ModeElementType@@QBEABVH245_DataMode@@XZ @26876 NONAME ??BH245_ModeElementType@@QBEABVH245_DepFECMode@@XZ @45567 NONAME ??BH245_ModeElementType@@QBEABVH245_EncryptionMode@@XZ @26877 NONAME ??BH245_ModeElementType@@QBEABVH245_FECMode@@XZ @26878 NONAME ??BH245_ModeElementType@@QBEABVH245_H235Mode@@XZ @26879 NONAME ??BH245_ModeElementType@@QBEABVH245_MultiplePayloadStreamMode@@XZ @26880 NONAME ??BH245_ModeElementType@@QBEABVH245_MultiplexedStreamParameter@@XZ @26881 NONAME ??BH245_ModeElementType@@QBEABVH245_NonStandardParameter@@XZ @26882 NONAME ??BH245_ModeElementType@@QBEABVH245_RedundancyEncodingDTMode@@XZ @26883 NONAME ??BH245_ModeElementType@@QBEABVH245_VideoMode@@XZ @26884 NONAME ??BH245_MulticastAddress@@QAEAAVH245_MulticastAddress_iP6Address@@XZ @2936 NONAME ??BH245_MulticastAddress@@QAEAAVH245_MulticastAddress_iPAddress@@XZ @2937 NONAME ??BH245_MulticastAddress@@QAEAAVH245_NonStandardParameter@@XZ @2938 NONAME ??BH245_MulticastAddress@@QBEABVH245_MulticastAddress_iP6Address@@XZ @2939 NONAME ??BH245_MulticastAddress@@QBEABVH245_MulticastAddress_iPAddress@@XZ @2940 NONAME ??BH245_MulticastAddress@@QBEABVH245_NonStandardParameter@@XZ @2941 NONAME ??BH245_MultilinkIndication@@QAEAAVH245_MultilinkIndication_crcDesired@@XZ @16947 NONAME ??BH245_MultilinkIndication@@QAEAAVH245_MultilinkIndication_excessiveError@@XZ @16948 NONAME ??BH245_MultilinkIndication@@QAEAAVH245_NonStandardMessage@@XZ @16949 NONAME ??BH245_MultilinkIndication@@QBEABVH245_MultilinkIndication_crcDesired@@XZ @16950 NONAME ??BH245_MultilinkIndication@@QBEABVH245_MultilinkIndication_excessiveError@@XZ @16951 NONAME ??BH245_MultilinkIndication@@QBEABVH245_NonStandardMessage@@XZ @16952 NONAME ??BH245_MultilinkRequest@@QAEAAVH245_MultilinkRequest_addConnection@@XZ @16953 NONAME ??BH245_MultilinkRequest@@QAEAAVH245_MultilinkRequest_callInformation@@XZ @16954 NONAME ??BH245_MultilinkRequest@@QAEAAVH245_MultilinkRequest_maximumHeaderInterval@@XZ @16955 NONAME ??BH245_MultilinkRequest@@QAEAAVH245_MultilinkRequest_removeConnection@@XZ @16956 NONAME ??BH245_MultilinkRequest@@QAEAAVH245_NonStandardMessage@@XZ @16957 NONAME ??BH245_MultilinkRequest@@QBEABVH245_MultilinkRequest_addConnection@@XZ @16958 NONAME ??BH245_MultilinkRequest@@QBEABVH245_MultilinkRequest_callInformation@@XZ @16959 NONAME ??BH245_MultilinkRequest@@QBEABVH245_MultilinkRequest_maximumHeaderInterval@@XZ @16960 NONAME ??BH245_MultilinkRequest@@QBEABVH245_MultilinkRequest_removeConnection@@XZ @16961 NONAME ??BH245_MultilinkRequest@@QBEABVH245_NonStandardMessage@@XZ @16962 NONAME ??BH245_MultilinkResponse@@QAEAAVH245_MultilinkResponse_addConnection@@XZ @16963 NONAME ??BH245_MultilinkResponse@@QAEAAVH245_MultilinkResponse_callInformation@@XZ @16964 NONAME ??BH245_MultilinkResponse@@QAEAAVH245_MultilinkResponse_maximumHeaderInterval@@XZ @16965 NONAME ??BH245_MultilinkResponse@@QAEAAVH245_MultilinkResponse_removeConnection@@XZ @16966 NONAME ??BH245_MultilinkResponse@@QAEAAVH245_NonStandardMessage@@XZ @16967 NONAME ??BH245_MultilinkResponse@@QBEABVH245_MultilinkResponse_addConnection@@XZ @16968 NONAME ??BH245_MultilinkResponse@@QBEABVH245_MultilinkResponse_callInformation@@XZ @16969 NONAME ??BH245_MultilinkResponse@@QBEABVH245_MultilinkResponse_maximumHeaderInterval@@XZ @16970 NONAME ??BH245_MultilinkResponse@@QBEABVH245_MultilinkResponse_removeConnection@@XZ @16971 NONAME ??BH245_MultilinkResponse@@QBEABVH245_NonStandardMessage@@XZ @16972 NONAME ??BH245_MultilinkResponse_addConnection_responseCode@@QAEAAVH245_MultilinkResponse_addConnection_responseCode_rejected@@XZ @16973 NONAME ??BH245_MultilinkResponse_addConnection_responseCode@@QBEABVH245_MultilinkResponse_addConnection_responseCode_rejected@@XZ @16974 NONAME ??BH245_MultimediaSystemControlMessage@@QAEAAVH245_CommandMessage@@XZ @2942 NONAME ??BH245_MultimediaSystemControlMessage@@QAEAAVH245_IndicationMessage@@XZ @2943 NONAME ??BH245_MultimediaSystemControlMessage@@QAEAAVH245_RequestMessage@@XZ @2944 NONAME ??BH245_MultimediaSystemControlMessage@@QAEAAVH245_ResponseMessage@@XZ @2945 NONAME ??BH245_MultimediaSystemControlMessage@@QBEABVH245_CommandMessage@@XZ @2946 NONAME ??BH245_MultimediaSystemControlMessage@@QBEABVH245_IndicationMessage@@XZ @2947 NONAME ??BH245_MultimediaSystemControlMessage@@QBEABVH245_RequestMessage@@XZ @2948 NONAME ??BH245_MultimediaSystemControlMessage@@QBEABVH245_ResponseMessage@@XZ @2949 NONAME ??BH245_MultiplexCapability@@QAEAAVH245_GenericCapability@@XZ @16975 NONAME ??BH245_MultiplexCapability@@QAEAAVH245_H222Capability@@XZ @2950 NONAME ??BH245_MultiplexCapability@@QAEAAVH245_H223Capability@@XZ @2951 NONAME ??BH245_MultiplexCapability@@QAEAAVH245_H2250Capability@@XZ @2952 NONAME ??BH245_MultiplexCapability@@QAEAAVH245_NonStandardParameter@@XZ @2953 NONAME ??BH245_MultiplexCapability@@QAEAAVH245_V76Capability@@XZ @2954 NONAME ??BH245_MultiplexCapability@@QBEABVH245_GenericCapability@@XZ @16976 NONAME ??BH245_MultiplexCapability@@QBEABVH245_H222Capability@@XZ @2955 NONAME ??BH245_MultiplexCapability@@QBEABVH245_H223Capability@@XZ @2956 NONAME ??BH245_MultiplexCapability@@QBEABVH245_H2250Capability@@XZ @2957 NONAME ??BH245_MultiplexCapability@@QBEABVH245_NonStandardParameter@@XZ @2958 NONAME ??BH245_MultiplexCapability@@QBEABVH245_V76Capability@@XZ @2959 NONAME ??BH245_MultiplexElement_type@@QAEAAVH245_ArrayOf_MultiplexElement@@XZ @2960 NONAME ??BH245_MultiplexElement_type@@QBEABVH245_ArrayOf_MultiplexElement@@XZ @2961 NONAME ??BH245_MultiplexFormat@@QAEAAVH245_H222Capability@@XZ @16977 NONAME ??BH245_MultiplexFormat@@QAEAAVH245_H223Capability@@XZ @16978 NONAME ??BH245_MultiplexFormat@@QAEAAVH245_NonStandardParameter@@XZ @16979 NONAME ??BH245_MultiplexFormat@@QBEABVH245_H222Capability@@XZ @16980 NONAME ??BH245_MultiplexFormat@@QBEABVH245_H223Capability@@XZ @16981 NONAME ??BH245_MultiplexFormat@@QBEABVH245_NonStandardParameter@@XZ @16982 NONAME ??BH245_NetworkAccessParameters_networkAddress@@QAEAAVH245_Q2931Address@@XZ @2962 NONAME ??BH245_NetworkAccessParameters_networkAddress@@QAEAAVH245_TransportAddress@@XZ @2963 NONAME ??BH245_NetworkAccessParameters_networkAddress@@QBEABVH245_Q2931Address@@XZ @2964 NONAME ??BH245_NetworkAccessParameters_networkAddress@@QBEABVH245_TransportAddress@@XZ @2965 NONAME ??BH245_NewATMVCCommand_aal@@QAEAAVH245_NewATMVCCommand_aal_aal1@@XZ @16983 NONAME ??BH245_NewATMVCCommand_aal@@QAEAAVH245_NewATMVCCommand_aal_aal5@@XZ @16984 NONAME ??BH245_NewATMVCCommand_aal@@QBEABVH245_NewATMVCCommand_aal_aal1@@XZ @16985 NONAME ??BH245_NewATMVCCommand_aal@@QBEABVH245_NewATMVCCommand_aal_aal5@@XZ @16986 NONAME ??BH245_NewATMVCIndication_aal@@QAEAAVH245_NewATMVCIndication_aal_aal1@@XZ @2966 NONAME ??BH245_NewATMVCIndication_aal@@QAEAAVH245_NewATMVCIndication_aal_aal5@@XZ @2967 NONAME ??BH245_NewATMVCIndication_aal@@QBEABVH245_NewATMVCIndication_aal_aal1@@XZ @2968 NONAME ??BH245_NewATMVCIndication_aal@@QBEABVH245_NewATMVCIndication_aal_aal5@@XZ @2969 NONAME ??BH245_NonStandardIdentifier@@QAEAAVH245_NonStandardIdentifier_h221NonStandard@@XZ @2970 NONAME ??BH245_NonStandardIdentifier@@QBEABVH245_NonStandardIdentifier_h221NonStandard@@XZ @2971 NONAME ??BH245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@QAEAAVH245_H2250LogicalChannelAckParameters@@XZ @2972 NONAME ??BH245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@QBEABVH245_H2250LogicalChannelAckParameters@@XZ @2973 NONAME ??BH245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H222LogicalChannelParameters@@XZ @2974 NONAME ??BH245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H2250LogicalChannelParameters@@XZ @2975 NONAME ??BH245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@QBEABVH245_H222LogicalChannelParameters@@XZ @2976 NONAME ??BH245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@QBEABVH245_H2250LogicalChannelParameters@@XZ @2977 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H222LogicalChannelParameters@@XZ @2978 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H223LogicalChannelParameters@@XZ @2979 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H2250LogicalChannelParameters@@XZ @2980 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QAEAAVH245_V76LogicalChannelParameters@@XZ @2981 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QBEABVH245_H222LogicalChannelParameters@@XZ @2982 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QBEABVH245_H223LogicalChannelParameters@@XZ @2983 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QBEABVH245_H2250LogicalChannelParameters@@XZ @2984 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QBEABVH245_V76LogicalChannelParameters@@XZ @2985 NONAME ??BH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H223LogicalChannelParameters@@XZ @2986 NONAME ??BH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H2250LogicalChannelParameters@@XZ @2987 NONAME ??BH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QAEAAVH245_V76LogicalChannelParameters@@XZ @2988 NONAME ??BH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QBEABVH245_H223LogicalChannelParameters@@XZ @2989 NONAME ??BH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QBEABVH245_H2250LogicalChannelParameters@@XZ @2990 NONAME ??BH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QBEABVH245_V76LogicalChannelParameters@@XZ @2991 NONAME ??BH245_ParameterIdentifier@@QAEAAVH245_NonStandardParameter@@XZ @16987 NONAME ??BH245_ParameterIdentifier@@QBEABVH245_NonStandardParameter@@XZ @16988 NONAME ??BH245_ParameterValue@@QAEAAVH245_ArrayOf_GenericParameter@@XZ @16989 NONAME ??BH245_ParameterValue@@QBEABVH245_ArrayOf_GenericParameter@@XZ @16990 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_AudioMode@@XZ @26885 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_DataMode@@XZ @26886 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_EncryptionMode@@XZ @26887 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_FECMode@@XZ @45568 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_H235Mode@@XZ @26888 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_NonStandardParameter@@XZ @26889 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_VideoMode@@XZ @26890 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_AudioMode@@XZ @26891 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_DataMode@@XZ @26892 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_EncryptionMode@@XZ @26893 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_FECMode@@XZ @45569 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_H235Mode@@XZ @26894 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_NonStandardParameter@@XZ @26895 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_VideoMode@@XZ @26896 NONAME ??BH245_RedundancyEncodingMethod@@QAEAAVH245_NonStandardParameter@@XZ @2992 NONAME ??BH245_RedundancyEncodingMethod@@QAEAAVH245_RTPH263VideoRedundancyEncoding@@XZ @2993 NONAME ??BH245_RedundancyEncodingMethod@@QBEABVH245_NonStandardParameter@@XZ @2994 NONAME ??BH245_RedundancyEncodingMethod@@QBEABVH245_RTPH263VideoRedundancyEncoding@@XZ @2995 NONAME ??BH245_RedundancyEncodingMode_secondaryEncoding@@QAEAAVH245_AudioMode@@XZ @2996 NONAME ??BH245_RedundancyEncodingMode_secondaryEncoding@@QAEAAVH245_NonStandardParameter@@XZ @2997 NONAME ??BH245_RedundancyEncodingMode_secondaryEncoding@@QBEABVH245_AudioMode@@XZ @2998 NONAME ??BH245_RedundancyEncodingMode_secondaryEncoding@@QBEABVH245_NonStandardParameter@@XZ @2999 NONAME ??BH245_RemoteMCResponse@@QAEAAVH245_RemoteMCResponse_reject@@XZ @3000 NONAME ??BH245_RemoteMCResponse@@QBEABVH245_RemoteMCResponse_reject@@XZ @3001 NONAME ??BH245_RequestMessage@@QAEAAVH245_CloseLogicalChannel@@XZ @3002 NONAME ??BH245_RequestMessage@@QAEAAVH245_CommunicationModeRequest@@XZ @3003 NONAME ??BH245_RequestMessage@@QAEAAVH245_ConferenceRequest@@XZ @3004 NONAME ??BH245_RequestMessage@@QAEAAVH245_GenericMessage@@XZ @45175 NONAME ??BH245_RequestMessage@@QAEAAVH245_LogicalChannelRateRequest@@XZ @16991 NONAME ??BH245_RequestMessage@@QAEAAVH245_MaintenanceLoopRequest@@XZ @3005 NONAME ??BH245_RequestMessage@@QAEAAVH245_MasterSlaveDetermination@@XZ @3006 NONAME ??BH245_RequestMessage@@QAEAAVH245_MultilinkRequest@@XZ @16992 NONAME ??BH245_RequestMessage@@QAEAAVH245_MultiplexEntrySend@@XZ @3007 NONAME ??BH245_RequestMessage@@QAEAAVH245_NonStandardMessage@@XZ @3008 NONAME ??BH245_RequestMessage@@QAEAAVH245_OpenLogicalChannel@@XZ @3009 NONAME ??BH245_RequestMessage@@QAEAAVH245_RequestChannelClose@@XZ @3010 NONAME ??BH245_RequestMessage@@QAEAAVH245_RequestMode@@XZ @3011 NONAME ??BH245_RequestMessage@@QAEAAVH245_RequestMultiplexEntry@@XZ @3012 NONAME ??BH245_RequestMessage@@QAEAAVH245_RoundTripDelayRequest@@XZ @3013 NONAME ??BH245_RequestMessage@@QAEAAVH245_TerminalCapabilitySet@@XZ @3014 NONAME ??BH245_RequestMessage@@QBEABVH245_CloseLogicalChannel@@XZ @3015 NONAME ??BH245_RequestMessage@@QBEABVH245_CommunicationModeRequest@@XZ @3016 NONAME ??BH245_RequestMessage@@QBEABVH245_ConferenceRequest@@XZ @3017 NONAME ??BH245_RequestMessage@@QBEABVH245_GenericMessage@@XZ @45176 NONAME ??BH245_RequestMessage@@QBEABVH245_LogicalChannelRateRequest@@XZ @16993 NONAME ??BH245_RequestMessage@@QBEABVH245_MaintenanceLoopRequest@@XZ @3018 NONAME ??BH245_RequestMessage@@QBEABVH245_MasterSlaveDetermination@@XZ @3019 NONAME ??BH245_RequestMessage@@QBEABVH245_MultilinkRequest@@XZ @16994 NONAME ??BH245_RequestMessage@@QBEABVH245_MultiplexEntrySend@@XZ @3020 NONAME ??BH245_RequestMessage@@QBEABVH245_NonStandardMessage@@XZ @3021 NONAME ??BH245_RequestMessage@@QBEABVH245_OpenLogicalChannel@@XZ @3022 NONAME ??BH245_RequestMessage@@QBEABVH245_RequestChannelClose@@XZ @3023 NONAME ??BH245_RequestMessage@@QBEABVH245_RequestMode@@XZ @3024 NONAME ??BH245_RequestMessage@@QBEABVH245_RequestMultiplexEntry@@XZ @3025 NONAME ??BH245_RequestMessage@@QBEABVH245_RoundTripDelayRequest@@XZ @3026 NONAME ??BH245_RequestMessage@@QBEABVH245_TerminalCapabilitySet@@XZ @3027 NONAME ??BH245_ResponseMessage@@QAEAAVH245_CloseLogicalChannelAck@@XZ @3028 NONAME ??BH245_ResponseMessage@@QAEAAVH245_CommunicationModeResponse@@XZ @3029 NONAME ??BH245_ResponseMessage@@QAEAAVH245_ConferenceResponse@@XZ @3030 NONAME ??BH245_ResponseMessage@@QAEAAVH245_GenericMessage@@XZ @45177 NONAME ??BH245_ResponseMessage@@QAEAAVH245_LogicalChannelRateAcknowledge@@XZ @16995 NONAME ??BH245_ResponseMessage@@QAEAAVH245_LogicalChannelRateReject@@XZ @16996 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MaintenanceLoopAck@@XZ @3031 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MaintenanceLoopReject@@XZ @3032 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MasterSlaveDeterminationAck@@XZ @3033 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MasterSlaveDeterminationReject@@XZ @3034 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MultilinkResponse@@XZ @16997 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MultiplexEntrySendAck@@XZ @3035 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MultiplexEntrySendReject@@XZ @3036 NONAME ??BH245_ResponseMessage@@QAEAAVH245_NonStandardMessage@@XZ @3037 NONAME ??BH245_ResponseMessage@@QAEAAVH245_OpenLogicalChannelAck@@XZ @3038 NONAME ??BH245_ResponseMessage@@QAEAAVH245_OpenLogicalChannelReject@@XZ @3039 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RequestChannelCloseAck@@XZ @3040 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RequestChannelCloseReject@@XZ @3041 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RequestModeAck@@XZ @3042 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RequestModeReject@@XZ @3043 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RequestMultiplexEntryAck@@XZ @3044 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RequestMultiplexEntryReject@@XZ @3045 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RoundTripDelayResponse@@XZ @3046 NONAME ??BH245_ResponseMessage@@QAEAAVH245_TerminalCapabilitySetAck@@XZ @3047 NONAME ??BH245_ResponseMessage@@QAEAAVH245_TerminalCapabilitySetReject@@XZ @3048 NONAME ??BH245_ResponseMessage@@QBEABVH245_CloseLogicalChannelAck@@XZ @3049 NONAME ??BH245_ResponseMessage@@QBEABVH245_CommunicationModeResponse@@XZ @3050 NONAME ??BH245_ResponseMessage@@QBEABVH245_ConferenceResponse@@XZ @3051 NONAME ??BH245_ResponseMessage@@QBEABVH245_GenericMessage@@XZ @45178 NONAME ??BH245_ResponseMessage@@QBEABVH245_LogicalChannelRateAcknowledge@@XZ @16998 NONAME ??BH245_ResponseMessage@@QBEABVH245_LogicalChannelRateReject@@XZ @16999 NONAME ??BH245_ResponseMessage@@QBEABVH245_MaintenanceLoopAck@@XZ @3052 NONAME ??BH245_ResponseMessage@@QBEABVH245_MaintenanceLoopReject@@XZ @3053 NONAME ??BH245_ResponseMessage@@QBEABVH245_MasterSlaveDeterminationAck@@XZ @3054 NONAME ??BH245_ResponseMessage@@QBEABVH245_MasterSlaveDeterminationReject@@XZ @3055 NONAME ??BH245_ResponseMessage@@QBEABVH245_MultilinkResponse@@XZ @17000 NONAME ??BH245_ResponseMessage@@QBEABVH245_MultiplexEntrySendAck@@XZ @3056 NONAME ??BH245_ResponseMessage@@QBEABVH245_MultiplexEntrySendReject@@XZ @3057 NONAME ??BH245_ResponseMessage@@QBEABVH245_NonStandardMessage@@XZ @3058 NONAME ??BH245_ResponseMessage@@QBEABVH245_OpenLogicalChannelAck@@XZ @3059 NONAME ??BH245_ResponseMessage@@QBEABVH245_OpenLogicalChannelReject@@XZ @3060 NONAME ??BH245_ResponseMessage@@QBEABVH245_RequestChannelCloseAck@@XZ @3061 NONAME ??BH245_ResponseMessage@@QBEABVH245_RequestChannelCloseReject@@XZ @3062 NONAME ??BH245_ResponseMessage@@QBEABVH245_RequestModeAck@@XZ @3063 NONAME ??BH245_ResponseMessage@@QBEABVH245_RequestModeReject@@XZ @3064 NONAME ??BH245_ResponseMessage@@QBEABVH245_RequestMultiplexEntryAck@@XZ @3065 NONAME ??BH245_ResponseMessage@@QBEABVH245_RequestMultiplexEntryReject@@XZ @3066 NONAME ??BH245_ResponseMessage@@QBEABVH245_RoundTripDelayResponse@@XZ @3067 NONAME ??BH245_ResponseMessage@@QBEABVH245_TerminalCapabilitySetAck@@XZ @3068 NONAME ??BH245_ResponseMessage@@QBEABVH245_TerminalCapabilitySetReject@@XZ @3069 NONAME ??BH245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@QAEAAVH245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@XZ @3070 NONAME ??BH245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@QBEABVH245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@XZ @3071 NONAME ??BH245_RTPPayloadType_payloadDescriptor@@QAEAAVH245_NonStandardParameter@@XZ @3072 NONAME ??BH245_RTPPayloadType_payloadDescriptor@@QBEABVH245_NonStandardParameter@@XZ @3073 NONAME ??BH245_SendTerminalCapabilitySet@@QAEAAVH245_SendTerminalCapabilitySet_specificRequest@@XZ @3074 NONAME ??BH245_SendTerminalCapabilitySet@@QBEABVH245_SendTerminalCapabilitySet_specificRequest@@XZ @3075 NONAME ??BH245_T84Profile@@QAEAAVH245_T84Profile_t84Restricted@@XZ @3076 NONAME ??BH245_T84Profile@@QBEABVH245_T84Profile_t84Restricted@@XZ @3077 NONAME ??BH245_TerminalCapabilitySetReject_cause@@QAEAAVH245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@XZ @3078 NONAME ??BH245_TerminalCapabilitySetReject_cause@@QBEABVH245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@XZ @3079 NONAME ??BH245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@QAEAAVH245_CapabilityTableEntryNumber@@XZ @3080 NONAME ??BH245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@QBEABVH245_CapabilityTableEntryNumber@@XZ @3081 NONAME ??BH245_TransportAddress@@QAEAAVH245_MulticastAddress@@XZ @3082 NONAME ??BH245_TransportAddress@@QAEAAVH245_UnicastAddress@@XZ @3083 NONAME ??BH245_TransportAddress@@QBEABVH245_MulticastAddress@@XZ @3084 NONAME ??BH245_TransportAddress@@QBEABVH245_UnicastAddress@@XZ @3085 NONAME ??BH245_UnicastAddress@@QAEAAVH245_NonStandardParameter@@XZ @3086 NONAME ??BH245_UnicastAddress@@QAEAAVH245_UnicastAddress_iP6Address@@XZ @3087 NONAME ??BH245_UnicastAddress@@QAEAAVH245_UnicastAddress_iPAddress@@XZ @3088 NONAME ??BH245_UnicastAddress@@QAEAAVH245_UnicastAddress_iPSourceRouteAddress@@XZ @3089 NONAME ??BH245_UnicastAddress@@QAEAAVH245_UnicastAddress_iPXAddress@@XZ @3090 NONAME ??BH245_UnicastAddress@@QBEABVH245_NonStandardParameter@@XZ @3091 NONAME ??BH245_UnicastAddress@@QBEABVH245_UnicastAddress_iP6Address@@XZ @3092 NONAME ??BH245_UnicastAddress@@QBEABVH245_UnicastAddress_iPAddress@@XZ @3093 NONAME ??BH245_UnicastAddress@@QBEABVH245_UnicastAddress_iPSourceRouteAddress@@XZ @3094 NONAME ??BH245_UnicastAddress@@QBEABVH245_UnicastAddress_iPXAddress@@XZ @3095 NONAME ??BH245_UserInputCapability@@QAEAAVH245_ArrayOf_NonStandardParameter@@XZ @3096 NONAME ??BH245_UserInputCapability@@QBEABVH245_ArrayOf_NonStandardParameter@@XZ @3097 NONAME ??BH245_UserInputIndication@@QAEAAVH245_NonStandardParameter@@XZ @3098 NONAME ??BH245_UserInputIndication@@QAEAAVH245_UserInputIndication_encryptedAlphanumeric@@XZ @45179 NONAME ??BH245_UserInputIndication@@QAEAAVH245_UserInputIndication_extendedAlphanumeric@@XZ @17001 NONAME ??BH245_UserInputIndication@@QAEAAVH245_UserInputIndication_signal@@XZ @3099 NONAME ??BH245_UserInputIndication@@QAEAAVH245_UserInputIndication_signalUpdate@@XZ @3100 NONAME ??BH245_UserInputIndication@@QAEAAVH245_UserInputIndication_userInputSupportIndication@@XZ @3101 NONAME ??BH245_UserInputIndication@@QBEABVH245_NonStandardParameter@@XZ @3102 NONAME ??BH245_UserInputIndication@@QBEABVH245_UserInputIndication_encryptedAlphanumeric@@XZ @45180 NONAME ??BH245_UserInputIndication@@QBEABVH245_UserInputIndication_extendedAlphanumeric@@XZ @17002 NONAME ??BH245_UserInputIndication@@QBEABVH245_UserInputIndication_signal@@XZ @3103 NONAME ??BH245_UserInputIndication@@QBEABVH245_UserInputIndication_signalUpdate@@XZ @3104 NONAME ??BH245_UserInputIndication@@QBEABVH245_UserInputIndication_userInputSupportIndication@@XZ @3105 NONAME ??BH245_UserInputIndication_userInputSupportIndication@@QAEAAVH245_NonStandardParameter@@XZ @3106 NONAME ??BH245_UserInputIndication_userInputSupportIndication@@QBEABVH245_NonStandardParameter@@XZ @3107 NONAME ??BH245_V76LogicalChannelParameters_mode@@QAEAAVH245_V76LogicalChannelParameters_mode_eRM@@XZ @3108 NONAME ??BH245_V76LogicalChannelParameters_mode@@QBEABVH245_V76LogicalChannelParameters_mode_eRM@@XZ @3109 NONAME ??BH245_VCCapability_availableBitRates_type@@QAEAAVH245_VCCapability_availableBitRates_type_rangeOfBitRates@@XZ @3110 NONAME ??BH245_VCCapability_availableBitRates_type@@QBEABVH245_VCCapability_availableBitRates_type_rangeOfBitRates@@XZ @3111 NONAME ??BH245_VideoCapability@@QAEAAVH245_ExtendedVideoCapability@@XZ @45181 NONAME ??BH245_VideoCapability@@QAEAAVH245_GenericCapability@@XZ @17003 NONAME ??BH245_VideoCapability@@QAEAAVH245_H261VideoCapability@@XZ @3112 NONAME ??BH245_VideoCapability@@QAEAAVH245_H262VideoCapability@@XZ @3113 NONAME ??BH245_VideoCapability@@QAEAAVH245_H263VideoCapability@@XZ @3114 NONAME ??BH245_VideoCapability@@QAEAAVH245_IS11172VideoCapability@@XZ @3115 NONAME ??BH245_VideoCapability@@QAEAAVH245_NonStandardParameter@@XZ @3116 NONAME ??BH245_VideoCapability@@QBEABVH245_ExtendedVideoCapability@@XZ @45182 NONAME ??BH245_VideoCapability@@QBEABVH245_GenericCapability@@XZ @17004 NONAME ??BH245_VideoCapability@@QBEABVH245_H261VideoCapability@@XZ @3117 NONAME ??BH245_VideoCapability@@QBEABVH245_H262VideoCapability@@XZ @3118 NONAME ??BH245_VideoCapability@@QBEABVH245_H263VideoCapability@@XZ @3119 NONAME ??BH245_VideoCapability@@QBEABVH245_IS11172VideoCapability@@XZ @3120 NONAME ??BH245_VideoCapability@@QBEABVH245_NonStandardParameter@@XZ @3121 NONAME ??BH245_VideoMode@@QAEAAVH245_GenericCapability@@XZ @17005 NONAME ??BH245_VideoMode@@QAEAAVH245_H261VideoMode@@XZ @3122 NONAME ??BH245_VideoMode@@QAEAAVH245_H262VideoMode@@XZ @3123 NONAME ??BH245_VideoMode@@QAEAAVH245_H263VideoMode@@XZ @3124 NONAME ??BH245_VideoMode@@QAEAAVH245_IS11172VideoMode@@XZ @3125 NONAME ??BH245_VideoMode@@QAEAAVH245_NonStandardParameter@@XZ @3126 NONAME ??BH245_VideoMode@@QBEABVH245_GenericCapability@@XZ @17006 NONAME ??BH245_VideoMode@@QBEABVH245_H261VideoMode@@XZ @3127 NONAME ??BH245_VideoMode@@QBEABVH245_H262VideoMode@@XZ @3128 NONAME ??BH245_VideoMode@@QBEABVH245_H263VideoMode@@XZ @3129 NONAME ??BH245_VideoMode@@QBEABVH245_IS11172VideoMode@@XZ @3130 NONAME ??BH245_VideoMode@@QBEABVH245_NonStandardParameter@@XZ @3131 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_AuditDescriptor@@XZ @22082 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_DigitMapDescriptor@@XZ @22083 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_EventBufferDescriptor@@XZ @22084 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_EventsDescriptor@@XZ @22085 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_MediaDescriptor@@XZ @22086 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_ModemDescriptor@@XZ @22087 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_MuxDescriptor@@XZ @22088 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_SignalsDescriptor@@XZ @22089 NONAME ??BH248_AmmDescriptor@@QBEABVH248_AuditDescriptor@@XZ @22090 NONAME ??BH248_AmmDescriptor@@QBEABVH248_DigitMapDescriptor@@XZ @22091 NONAME ??BH248_AmmDescriptor@@QBEABVH248_EventBufferDescriptor@@XZ @22092 NONAME ??BH248_AmmDescriptor@@QBEABVH248_EventsDescriptor@@XZ @22093 NONAME ??BH248_AmmDescriptor@@QBEABVH248_MediaDescriptor@@XZ @22094 NONAME ??BH248_AmmDescriptor@@QBEABVH248_ModemDescriptor@@XZ @22095 NONAME ??BH248_AmmDescriptor@@QBEABVH248_MuxDescriptor@@XZ @22096 NONAME ??BH248_AmmDescriptor@@QBEABVH248_SignalsDescriptor@@XZ @22097 NONAME ??BH248_AuditReply@@QAEAAVH248_AuditResult@@XZ @22098 NONAME ??BH248_AuditReply@@QAEAAVH248_ErrorDescriptor@@XZ @22099 NONAME ??BH248_AuditReply@@QAEAAVH248_TerminationIDList@@XZ @22100 NONAME ??BH248_AuditReply@@QBEABVH248_AuditResult@@XZ @22101 NONAME ??BH248_AuditReply@@QBEABVH248_ErrorDescriptor@@XZ @22102 NONAME ??BH248_AuditReply@@QBEABVH248_TerminationIDList@@XZ @22103 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_AuditDescriptor@@XZ @22104 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_DigitMapDescriptor@@XZ @22105 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_ErrorDescriptor@@XZ @22106 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_EventBufferDescriptor@@XZ @22107 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_EventsDescriptor@@XZ @22108 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_MediaDescriptor@@XZ @22109 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_ModemDescriptor@@XZ @22110 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_MuxDescriptor@@XZ @22111 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_ObservedEventsDescriptor@@XZ @22112 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_PackagesDescriptor@@XZ @22113 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_SignalsDescriptor@@XZ @22114 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_StatisticsDescriptor@@XZ @22115 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_AuditDescriptor@@XZ @22116 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_DigitMapDescriptor@@XZ @22117 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_ErrorDescriptor@@XZ @22118 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_EventBufferDescriptor@@XZ @22119 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_EventsDescriptor@@XZ @22120 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_MediaDescriptor@@XZ @22121 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_ModemDescriptor@@XZ @22122 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_MuxDescriptor@@XZ @22123 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_ObservedEventsDescriptor@@XZ @22124 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_PackagesDescriptor@@XZ @22125 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_SignalsDescriptor@@XZ @22126 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_StatisticsDescriptor@@XZ @22127 NONAME ??BH248_Command@@QAEAAVH248_AmmRequest@@XZ @22128 NONAME ??BH248_Command@@QAEAAVH248_AuditRequest@@XZ @22129 NONAME ??BH248_Command@@QAEAAVH248_NotifyRequest@@XZ @22130 NONAME ??BH248_Command@@QAEAAVH248_ServiceChangeRequest@@XZ @22131 NONAME ??BH248_Command@@QAEAAVH248_SubtractRequest@@XZ @22132 NONAME ??BH248_Command@@QBEABVH248_AmmRequest@@XZ @22133 NONAME ??BH248_Command@@QBEABVH248_AuditRequest@@XZ @22134 NONAME ??BH248_Command@@QBEABVH248_NotifyRequest@@XZ @22135 NONAME ??BH248_Command@@QBEABVH248_ServiceChangeRequest@@XZ @22136 NONAME ??BH248_Command@@QBEABVH248_SubtractRequest@@XZ @22137 NONAME ??BH248_CommandReply@@QAEAAVH248_AmmsReply@@XZ @22138 NONAME ??BH248_CommandReply@@QAEAAVH248_AuditReply@@XZ @22139 NONAME ??BH248_CommandReply@@QAEAAVH248_NotifyReply@@XZ @22140 NONAME ??BH248_CommandReply@@QAEAAVH248_ServiceChangeReply@@XZ @22141 NONAME ??BH248_CommandReply@@QBEABVH248_AmmsReply@@XZ @22142 NONAME ??BH248_CommandReply@@QBEABVH248_AuditReply@@XZ @22143 NONAME ??BH248_CommandReply@@QBEABVH248_NotifyReply@@XZ @22144 NONAME ??BH248_CommandReply@@QBEABVH248_ServiceChangeReply@@XZ @22145 NONAME ??BH248_EventDM@@QAEAAVH248_DigitMapName@@XZ @22146 NONAME ??BH248_EventDM@@QAEAAVH248_DigitMapValue@@XZ @22147 NONAME ??BH248_EventDM@@QBEABVH248_DigitMapName@@XZ @22148 NONAME ??BH248_EventDM@@QBEABVH248_DigitMapValue@@XZ @22149 NONAME ??BH248_EventParameter_extraInfo@@QAEAAVH248_Relation@@XZ @22150 NONAME ??BH248_EventParameter_extraInfo@@QBEABVH248_Relation@@XZ @22151 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudDigitMapDescriptor@@XZ @22152 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudEventBufferDescriptor@@XZ @22153 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudEventsDescriptor@@XZ @22154 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudMediaDescriptor@@XZ @22155 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudPackagesDescriptor@@XZ @22156 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudSignalsDescriptor@@XZ @22157 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudStatisticsDescriptor@@XZ @22158 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudDigitMapDescriptor@@XZ @22159 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudEventBufferDescriptor@@XZ @22160 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudEventsDescriptor@@XZ @22161 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudMediaDescriptor@@XZ @22162 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudPackagesDescriptor@@XZ @22163 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudSignalsDescriptor@@XZ @22164 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudStatisticsDescriptor@@XZ @22165 NONAME ??BH248_IndAudMediaDescriptor_streams@@QAEAAVH248_ArrayOf_IndAudStreamDescriptor@@XZ @22166 NONAME ??BH248_IndAudMediaDescriptor_streams@@QAEAAVH248_IndAudStreamParms@@XZ @22167 NONAME ??BH248_IndAudMediaDescriptor_streams@@QBEABVH248_ArrayOf_IndAudStreamDescriptor@@XZ @22168 NONAME ??BH248_IndAudMediaDescriptor_streams@@QBEABVH248_IndAudStreamParms@@XZ @22169 NONAME ??BH248_IndAudSignalsDescriptor@@QAEAAVH248_IndAudSeqSigList@@XZ @22170 NONAME ??BH248_IndAudSignalsDescriptor@@QAEAAVH248_IndAudSignal@@XZ @22171 NONAME ??BH248_IndAudSignalsDescriptor@@QBEABVH248_IndAudSeqSigList@@XZ @22172 NONAME ??BH248_IndAudSignalsDescriptor@@QBEABVH248_IndAudSignal@@XZ @22173 NONAME ??BH248_MediaDescriptor_streams@@QAEAAVH248_ArrayOf_StreamDescriptor@@XZ @22174 NONAME ??BH248_MediaDescriptor_streams@@QAEAAVH248_StreamParms@@XZ @22175 NONAME ??BH248_MediaDescriptor_streams@@QBEABVH248_ArrayOf_StreamDescriptor@@XZ @22176 NONAME ??BH248_MediaDescriptor_streams@@QBEABVH248_StreamParms@@XZ @22177 NONAME ??BH248_Message_messageBody@@QAEAAVH248_ArrayOf_Transaction@@XZ @22178 NONAME ??BH248_Message_messageBody@@QAEAAVH248_ErrorDescriptor@@XZ @22179 NONAME ??BH248_Message_messageBody@@QBEABVH248_ArrayOf_Transaction@@XZ @22180 NONAME ??BH248_Message_messageBody@@QBEABVH248_ErrorDescriptor@@XZ @22181 NONAME ??BH248_MId@@QAEAAVH248_DomainName@@XZ @22182 NONAME ??BH248_MId@@QAEAAVH248_IP4Address@@XZ @22183 NONAME ??BH248_MId@@QAEAAVH248_IP6Address@@XZ @22184 NONAME ??BH248_MId@@QAEAAVH248_PathName@@XZ @22185 NONAME ??BH248_MId@@QBEABVH248_DomainName@@XZ @22186 NONAME ??BH248_MId@@QBEABVH248_IP4Address@@XZ @22187 NONAME ??BH248_MId@@QBEABVH248_IP6Address@@XZ @22188 NONAME ??BH248_MId@@QBEABVH248_PathName@@XZ @22189 NONAME ??BH248_NonStandardIdentifier@@QAEAAVH248_H221NonStandard@@XZ @22190 NONAME ??BH248_NonStandardIdentifier@@QBEABVH248_H221NonStandard@@XZ @22191 NONAME ??BH248_PropertyParm_extraInfo@@QAEAAVH248_Relation@@XZ @22192 NONAME ??BH248_PropertyParm_extraInfo@@QBEABVH248_Relation@@XZ @22193 NONAME ??BH248_ServiceChangeAddress@@QAEAAVH248_DomainName@@XZ @22194 NONAME ??BH248_ServiceChangeAddress@@QAEAAVH248_IP4Address@@XZ @22195 NONAME ??BH248_ServiceChangeAddress@@QAEAAVH248_IP6Address@@XZ @22196 NONAME ??BH248_ServiceChangeAddress@@QAEAAVH248_PathName@@XZ @22197 NONAME ??BH248_ServiceChangeAddress@@QBEABVH248_DomainName@@XZ @22198 NONAME ??BH248_ServiceChangeAddress@@QBEABVH248_IP4Address@@XZ @22199 NONAME ??BH248_ServiceChangeAddress@@QBEABVH248_IP6Address@@XZ @22200 NONAME ??BH248_ServiceChangeAddress@@QBEABVH248_PathName@@XZ @22201 NONAME ??BH248_ServiceChangeResult@@QAEAAVH248_ErrorDescriptor@@XZ @22202 NONAME ??BH248_ServiceChangeResult@@QAEAAVH248_ServiceChangeResParm@@XZ @22203 NONAME ??BH248_ServiceChangeResult@@QBEABVH248_ErrorDescriptor@@XZ @22204 NONAME ??BH248_ServiceChangeResult@@QBEABVH248_ServiceChangeResParm@@XZ @22205 NONAME ??BH248_SignalRequest@@QAEAAVH248_SeqSigList@@XZ @22206 NONAME ??BH248_SignalRequest@@QAEAAVH248_Signal@@XZ @22207 NONAME ??BH248_SignalRequest@@QBEABVH248_SeqSigList@@XZ @22208 NONAME ??BH248_SignalRequest@@QBEABVH248_Signal@@XZ @22209 NONAME ??BH248_SigParameter_extraInfo@@QAEAAVH248_Relation@@XZ @22210 NONAME ??BH248_SigParameter_extraInfo@@QBEABVH248_Relation@@XZ @22211 NONAME ??BH248_Transaction@@QAEAAVH248_TransactionPending@@XZ @22212 NONAME ??BH248_Transaction@@QAEAAVH248_TransactionReply@@XZ @22213 NONAME ??BH248_Transaction@@QAEAAVH248_TransactionRequest@@XZ @22214 NONAME ??BH248_Transaction@@QAEAAVH248_TransactionResponseAck@@XZ @22215 NONAME ??BH248_Transaction@@QBEABVH248_TransactionPending@@XZ @22216 NONAME ??BH248_Transaction@@QBEABVH248_TransactionReply@@XZ @22217 NONAME ??BH248_Transaction@@QBEABVH248_TransactionRequest@@XZ @22218 NONAME ??BH248_Transaction@@QBEABVH248_TransactionResponseAck@@XZ @22219 NONAME ??BH248_TransactionReply_transactionResult@@QAEAAVH248_ArrayOf_ActionReply@@XZ @22220 NONAME ??BH248_TransactionReply_transactionResult@@QAEAAVH248_ErrorDescriptor@@XZ @22221 NONAME ??BH248_TransactionReply_transactionResult@@QBEABVH248_ArrayOf_ActionReply@@XZ @22222 NONAME ??BH248_TransactionReply_transactionResult@@QBEABVH248_ErrorDescriptor@@XZ @22223 NONAME ??BH323ChannelNumber@@QBEIXZ @28861 NONAME ??BH4501_PartySubaddress@@QAEAAVH4501_NSAPSubaddress@@XZ @14314 NONAME ??BH4501_PartySubaddress@@QAEAAVH4501_UserSpecifiedSubaddress@@XZ @14315 NONAME ??BH4501_PartySubaddress@@QBEABVH4501_NSAPSubaddress@@XZ @14316 NONAME ??BH4501_PartySubaddress@@QBEABVH4501_UserSpecifiedSubaddress@@XZ @14317 NONAME ??BH4501_PresentedAddressScreened@@QAEAAVH4501_AddressScreened@@XZ @14318 NONAME ??BH4501_PresentedAddressScreened@@QBEABVH4501_AddressScreened@@XZ @14319 NONAME ??BH4501_PresentedAddressUnscreened@@QAEAAVH4501_Address@@XZ @14320 NONAME ??BH4501_PresentedAddressUnscreened@@QBEABVH4501_Address@@XZ @14321 NONAME ??BH4501_PresentedNumberScreened@@QAEAAVH4501_NumberScreened@@XZ @14322 NONAME ??BH4501_PresentedNumberScreened@@QBEABVH4501_NumberScreened@@XZ @14323 NONAME ??BH4501_PresentedNumberUnscreened@@QAEAAVH225_PartyNumber@@XZ @14324 NONAME ??BH4501_PresentedNumberUnscreened@@QBEABVH225_PartyNumber@@XZ @14325 NONAME ??BH4501_ServiceApdus@@QAEAAVH4501_ArrayOf_ROS@@XZ @14326 NONAME ??BH4501_ServiceApdus@@QBEABVH4501_ArrayOf_ROS@@XZ @14327 NONAME ??BH4502_CTActiveArg_argumentExtension@@QAEAAVH225_NonStandardParameter@@XZ @14328 NONAME ??BH4502_CTActiveArg_argumentExtension@@QAEAAVH4502_ExtensionSeq@@XZ @14329 NONAME ??BH4502_CTActiveArg_argumentExtension@@QBEABVH225_NonStandardParameter@@XZ @14330 NONAME ??BH4502_CTActiveArg_argumentExtension@@QBEABVH4502_ExtensionSeq@@XZ @14331 NONAME ??BH4502_CTCompleteArg_argumentExtension@@QAEAAVH225_NonStandardParameter@@XZ @14332 NONAME ??BH4502_CTCompleteArg_argumentExtension@@QAEAAVH4502_ExtensionSeq@@XZ @14333 NONAME ??BH4502_CTCompleteArg_argumentExtension@@QBEABVH225_NonStandardParameter@@XZ @14334 NONAME ??BH4502_CTCompleteArg_argumentExtension@@QBEABVH4502_ExtensionSeq@@XZ @14335 NONAME ??BH4502_CTIdentifyRes_resultExtension@@QAEAAVH225_NonStandardParameter@@XZ @14336 NONAME ??BH4502_CTIdentifyRes_resultExtension@@QAEAAVH4502_ExtensionSeq@@XZ @14337 NONAME ??BH4502_CTIdentifyRes_resultExtension@@QBEABVH225_NonStandardParameter@@XZ @14338 NONAME ??BH4502_CTIdentifyRes_resultExtension@@QBEABVH4502_ExtensionSeq@@XZ @14339 NONAME ??BH4502_CTInitiateArg_argumentExtension@@QAEAAVH225_NonStandardParameter@@XZ @14340 NONAME ??BH4502_CTInitiateArg_argumentExtension@@QAEAAVH4502_ExtensionSeq@@XZ @14341 NONAME ??BH4502_CTInitiateArg_argumentExtension@@QBEABVH225_NonStandardParameter@@XZ @14342 NONAME ??BH4502_CTInitiateArg_argumentExtension@@QBEABVH4502_ExtensionSeq@@XZ @14343 NONAME ??BH4502_CTSetupArg_argumentExtension@@QAEAAVH225_NonStandardParameter@@XZ @14344 NONAME ??BH4502_CTSetupArg_argumentExtension@@QAEAAVH4502_ExtensionSeq@@XZ @14345 NONAME ??BH4502_CTSetupArg_argumentExtension@@QBEABVH225_NonStandardParameter@@XZ @14346 NONAME ??BH4502_CTSetupArg_argumentExtension@@QBEABVH4502_ExtensionSeq@@XZ @14347 NONAME ??BH4502_CTUpdateArg_argumentExtension@@QAEAAVH225_NonStandardParameter@@XZ @14348 NONAME ??BH4502_CTUpdateArg_argumentExtension@@QAEAAVH4502_ExtensionSeq@@XZ @14349 NONAME ??BH4502_CTUpdateArg_argumentExtension@@QBEABVH225_NonStandardParameter@@XZ @14350 NONAME ??BH4502_CTUpdateArg_argumentExtension@@QBEABVH4502_ExtensionSeq@@XZ @14351 NONAME ??BH4502_DummyArg@@QAEAAVH225_NonStandardParameter@@XZ @14352 NONAME ??BH4502_DummyArg@@QAEAAVH4502_ExtensionSeq@@XZ @14353 NONAME ??BH4502_DummyArg@@QBEABVH225_NonStandardParameter@@XZ @14354 NONAME ??BH4502_DummyArg@@QBEABVH4502_ExtensionSeq@@XZ @14355 NONAME ??BH4502_DummyRes@@QAEAAVH225_NonStandardParameter@@XZ @14356 NONAME ??BH4502_DummyRes@@QAEAAVH4502_ExtensionSeq@@XZ @14357 NONAME ??BH4502_DummyRes@@QBEABVH225_NonStandardParameter@@XZ @14358 NONAME ??BH4502_DummyRes@@QBEABVH4502_ExtensionSeq@@XZ @14359 NONAME ??BH4502_SubaddressTransferArg_argumentExtension@@QAEAAVH225_NonStandardParameter@@XZ @14360 NONAME ??BH4502_SubaddressTransferArg_argumentExtension@@QAEAAVH4502_ExtensionSeq@@XZ @14361 NONAME ??BH4502_SubaddressTransferArg_argumentExtension@@QBEABVH225_NonStandardParameter@@XZ @14362 NONAME ??BH4502_SubaddressTransferArg_argumentExtension@@QBEABVH4502_ExtensionSeq@@XZ @14363 NONAME ??BH4503_IntResult_extension@@QAEAAVH225_NonStandardParameter@@XZ @15138 NONAME ??BH4503_IntResult_extension@@QAEAAVH4503_ExtensionSeq@@XZ @15139 NONAME ??BH4503_IntResult_extension@@QBEABVH225_NonStandardParameter@@XZ @15140 NONAME ??BH4503_IntResult_extension@@QBEABVH4503_ExtensionSeq@@XZ @15141 NONAME ??BH4504_MixedExtension@@QAEAAVH225_NonStandardParameter@@XZ @14989 NONAME ??BH4504_MixedExtension@@QAEAAVH4501_Extension@@XZ @14990 NONAME ??BH4504_MixedExtension@@QBEABVH225_NonStandardParameter@@XZ @14991 NONAME ??BH4504_MixedExtension@@QBEABVH4501_Extension@@XZ @14992 NONAME ??BH4507_MsgCentreId@@QAEAAVH4501_EndpointAddress@@XZ @15480 NONAME ??BH4507_MsgCentreId@@QBEABVH4501_EndpointAddress@@XZ @15481 NONAME ??BH4508_Name@@QAEAAVH4508_NamePresentationAllowed@@XZ @15482 NONAME ??BH4508_Name@@QAEAAVH4508_NamePresentationRestricted@@XZ @15483 NONAME ??BH4508_Name@@QBEABVH4508_NamePresentationAllowed@@XZ @15484 NONAME ??BH4508_Name@@QBEABVH4508_NamePresentationRestricted@@XZ @15485 NONAME ??BH4508_NamePresentationAllowed@@QAEAAVH4508_ExtendedName@@XZ @15486 NONAME ??BH4508_NamePresentationAllowed@@QAEAAVH4508_SimpleName@@XZ @15487 NONAME ??BH4508_NamePresentationAllowed@@QBEABVH4508_ExtendedName@@XZ @15488 NONAME ??BH4508_NamePresentationAllowed@@QBEABVH4508_SimpleName@@XZ @15489 NONAME ??BH4508_NamePresentationRestricted@@QAEAAVH4508_ExtendedName@@XZ @15490 NONAME ??BH4508_NamePresentationRestricted@@QAEAAVH4508_SimpleName@@XZ @15491 NONAME ??BH4508_NamePresentationRestricted@@QBEABVH4508_ExtendedName@@XZ @15492 NONAME ??BH4508_NamePresentationRestricted@@QBEABVH4508_SimpleName@@XZ @15493 NONAME ??BH4509_CcArg@@QAEAAVH4509_CcLongArg@@XZ @15494 NONAME ??BH4509_CcArg@@QAEAAVH4509_CcShortArg@@XZ @15495 NONAME ??BH4509_CcArg@@QBEABVH4509_CcLongArg@@XZ @15496 NONAME ??BH4509_CcArg@@QBEABVH4509_CcShortArg@@XZ @15497 NONAME ??BH501_AccessToken@@QAEAAVH225_CryptoH323Token@@XZ @24418 NONAME ??BH501_AccessToken@@QAEAAVH225_GenericData@@XZ @24419 NONAME ??BH501_AccessToken@@QAEAAVH235_ClearToken@@XZ @24420 NONAME ??BH501_AccessToken@@QBEABVH225_CryptoH323Token@@XZ @24421 NONAME ??BH501_AccessToken@@QBEABVH225_GenericData@@XZ @24422 NONAME ??BH501_AccessToken@@QBEABVH235_ClearToken@@XZ @24423 NONAME ??BH501_MessageBody@@QAEAAVH501_AccessConfirmation@@XZ @24424 NONAME ??BH501_MessageBody@@QAEAAVH501_AccessRejection@@XZ @24425 NONAME ??BH501_MessageBody@@QAEAAVH501_AccessRequest@@XZ @24426 NONAME ??BH501_MessageBody@@QAEAAVH501_AuthenticationConfirmation@@XZ @24427 NONAME ??BH501_MessageBody@@QAEAAVH501_AuthenticationRejection@@XZ @24428 NONAME ??BH501_MessageBody@@QAEAAVH501_AuthenticationRequest@@XZ @24429 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorConfirmation@@XZ @24430 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorIDConfirmation@@XZ @24431 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorIDRejection@@XZ @24432 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorIDRequest@@XZ @24433 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorRejection@@XZ @24434 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorRequest@@XZ @24435 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorUpdate@@XZ @24436 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorUpdateAck@@XZ @24437 NONAME ??BH501_MessageBody@@QAEAAVH501_NonStandardConfirmation@@XZ @24438 NONAME ??BH501_MessageBody@@QAEAAVH501_NonStandardRejection@@XZ @24439 NONAME ??BH501_MessageBody@@QAEAAVH501_NonStandardRequest@@XZ @24440 NONAME ??BH501_MessageBody@@QAEAAVH501_RequestInProgress@@XZ @24441 NONAME ??BH501_MessageBody@@QAEAAVH501_ServiceConfirmation@@XZ @24442 NONAME ??BH501_MessageBody@@QAEAAVH501_ServiceRejection@@XZ @24443 NONAME ??BH501_MessageBody@@QAEAAVH501_ServiceRelease@@XZ @24444 NONAME ??BH501_MessageBody@@QAEAAVH501_ServiceRequest@@XZ @24445 NONAME ??BH501_MessageBody@@QAEAAVH501_UnknownMessageResponse@@XZ @24446 NONAME ??BH501_MessageBody@@QAEAAVH501_UsageConfirmation@@XZ @24447 NONAME ??BH501_MessageBody@@QAEAAVH501_UsageIndication@@XZ @24448 NONAME ??BH501_MessageBody@@QAEAAVH501_UsageIndicationConfirmation@@XZ @24449 NONAME ??BH501_MessageBody@@QAEAAVH501_UsageIndicationRejection@@XZ @24450 NONAME ??BH501_MessageBody@@QAEAAVH501_UsageRejection@@XZ @24451 NONAME ??BH501_MessageBody@@QAEAAVH501_UsageRequest@@XZ @24452 NONAME ??BH501_MessageBody@@QAEAAVH501_ValidationConfirmation@@XZ @24453 NONAME ??BH501_MessageBody@@QAEAAVH501_ValidationRejection@@XZ @24454 NONAME ??BH501_MessageBody@@QAEAAVH501_ValidationRequest@@XZ @24455 NONAME ??BH501_MessageBody@@QBEABVH501_AccessConfirmation@@XZ @24456 NONAME ??BH501_MessageBody@@QBEABVH501_AccessRejection@@XZ @24457 NONAME ??BH501_MessageBody@@QBEABVH501_AccessRequest@@XZ @24458 NONAME ??BH501_MessageBody@@QBEABVH501_AuthenticationConfirmation@@XZ @24459 NONAME ??BH501_MessageBody@@QBEABVH501_AuthenticationRejection@@XZ @24460 NONAME ??BH501_MessageBody@@QBEABVH501_AuthenticationRequest@@XZ @24461 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorConfirmation@@XZ @24462 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorIDConfirmation@@XZ @24463 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorIDRejection@@XZ @24464 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorIDRequest@@XZ @24465 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorRejection@@XZ @24466 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorRequest@@XZ @24467 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorUpdate@@XZ @24468 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorUpdateAck@@XZ @24469 NONAME ??BH501_MessageBody@@QBEABVH501_NonStandardConfirmation@@XZ @24470 NONAME ??BH501_MessageBody@@QBEABVH501_NonStandardRejection@@XZ @24471 NONAME ??BH501_MessageBody@@QBEABVH501_NonStandardRequest@@XZ @24472 NONAME ??BH501_MessageBody@@QBEABVH501_RequestInProgress@@XZ @24473 NONAME ??BH501_MessageBody@@QBEABVH501_ServiceConfirmation@@XZ @24474 NONAME ??BH501_MessageBody@@QBEABVH501_ServiceRejection@@XZ @24475 NONAME ??BH501_MessageBody@@QBEABVH501_ServiceRelease@@XZ @24476 NONAME ??BH501_MessageBody@@QBEABVH501_ServiceRequest@@XZ @24477 NONAME ??BH501_MessageBody@@QBEABVH501_UnknownMessageResponse@@XZ @24478 NONAME ??BH501_MessageBody@@QBEABVH501_UsageConfirmation@@XZ @24479 NONAME ??BH501_MessageBody@@QBEABVH501_UsageIndication@@XZ @24480 NONAME ??BH501_MessageBody@@QBEABVH501_UsageIndicationConfirmation@@XZ @24481 NONAME ??BH501_MessageBody@@QBEABVH501_UsageIndicationRejection@@XZ @24482 NONAME ??BH501_MessageBody@@QBEABVH501_UsageRejection@@XZ @24483 NONAME ??BH501_MessageBody@@QBEABVH501_UsageRequest@@XZ @24484 NONAME ??BH501_MessageBody@@QBEABVH501_ValidationConfirmation@@XZ @24485 NONAME ??BH501_MessageBody@@QBEABVH501_ValidationRejection@@XZ @24486 NONAME ??BH501_MessageBody@@QBEABVH501_ValidationRequest@@XZ @24487 NONAME ??BH501_Pattern@@QAEAAVH225_AliasAddress@@XZ @24488 NONAME ??BH501_Pattern@@QAEAAVH501_Pattern_range@@XZ @24489 NONAME ??BH501_Pattern@@QBEABVH225_AliasAddress@@XZ @24490 NONAME ??BH501_Pattern@@QBEABVH501_Pattern_range@@XZ @24491 NONAME ??BH501_Role@@QAEAAVH225_NonStandardParameter@@XZ @24492 NONAME ??BH501_Role@@QBEABVH225_NonStandardParameter@@XZ @24493 NONAME ??BH501_UpdateInformation_descriptorInfo@@QAEAAVH225_GloballyUniqueID@@XZ @25475 NONAME ??BH501_UpdateInformation_descriptorInfo@@QAEAAVH501_Descriptor@@XZ @24494 NONAME ??BH501_UpdateInformation_descriptorInfo@@QBEABVH225_GloballyUniqueID@@XZ @25476 NONAME ??BH501_UpdateInformation_descriptorInfo@@QBEABVH501_Descriptor@@XZ @24496 NONAME ??BMCS_ChannelAttributes@@QAEAAVMCS_ChannelAttributes_assigned@@XZ @3178 NONAME ??BMCS_ChannelAttributes@@QAEAAVMCS_ChannelAttributes_private@@XZ @3179 NONAME ??BMCS_ChannelAttributes@@QAEAAVMCS_ChannelAttributes_static@@XZ @3180 NONAME ??BMCS_ChannelAttributes@@QAEAAVMCS_ChannelAttributes_userId@@XZ @3181 NONAME ??BMCS_ChannelAttributes@@QBEABVMCS_ChannelAttributes_assigned@@XZ @3182 NONAME ??BMCS_ChannelAttributes@@QBEABVMCS_ChannelAttributes_private@@XZ @3183 NONAME ??BMCS_ChannelAttributes@@QBEABVMCS_ChannelAttributes_static@@XZ @3184 NONAME ??BMCS_ChannelAttributes@@QBEABVMCS_ChannelAttributes_userId@@XZ @3185 NONAME ??BMCS_ConnectMCSPDU@@QAEAAVMCS_Connect_Additional@@XZ @3186 NONAME ??BMCS_ConnectMCSPDU@@QAEAAVMCS_Connect_Initial@@XZ @3187 NONAME ??BMCS_ConnectMCSPDU@@QAEAAVMCS_Connect_Response@@XZ @3188 NONAME ??BMCS_ConnectMCSPDU@@QAEAAVMCS_Connect_Result@@XZ @3189 NONAME ??BMCS_ConnectMCSPDU@@QBEABVMCS_Connect_Additional@@XZ @3190 NONAME ??BMCS_ConnectMCSPDU@@QBEABVMCS_Connect_Initial@@XZ @3191 NONAME ??BMCS_ConnectMCSPDU@@QBEABVMCS_Connect_Response@@XZ @3192 NONAME ??BMCS_ConnectMCSPDU@@QBEABVMCS_Connect_Result@@XZ @3193 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_AUcf@@XZ @3194 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_AUrq@@XZ @3195 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CAin@@XZ @3196 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CArq@@XZ @3197 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CCcf@@XZ @3198 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CCrq@@XZ @3199 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CDin@@XZ @3200 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CDrq@@XZ @3201 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CEin@@XZ @3202 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CErq@@XZ @3203 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CJcf@@XZ @3204 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CJrq@@XZ @3205 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CLrq@@XZ @3206 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_DPum@@XZ @3207 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_DUin@@XZ @3208 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_DUrq@@XZ @3209 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_EDrq@@XZ @3210 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_MCcf@@XZ @3211 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_MCrq@@XZ @3212 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_MTcf@@XZ @3213 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_MTrq@@XZ @3214 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_PCin@@XZ @3215 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_PDin@@XZ @3216 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_PTin@@XZ @3217 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_RJum@@XZ @3218 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_SDin@@XZ @3219 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_SDrq@@XZ @3220 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TGcf@@XZ @3221 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TGrq@@XZ @3222 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TIcf@@XZ @3223 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TIrq@@XZ @3224 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TPin@@XZ @3225 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TPrq@@XZ @3226 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TRcf@@XZ @3227 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TRrq@@XZ @3228 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TTcf@@XZ @3229 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TTrq@@XZ @3230 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TVcf@@XZ @3231 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TVin@@XZ @3232 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TVrq@@XZ @3233 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TVrs@@XZ @3234 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_USin@@XZ @3235 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_USrq@@XZ @3236 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_AUcf@@XZ @3237 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_AUrq@@XZ @3238 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CAin@@XZ @3239 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CArq@@XZ @3240 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CCcf@@XZ @3241 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CCrq@@XZ @3242 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CDin@@XZ @3243 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CDrq@@XZ @3244 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CEin@@XZ @3245 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CErq@@XZ @3246 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CJcf@@XZ @3247 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CJrq@@XZ @3248 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CLrq@@XZ @3249 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_DPum@@XZ @3250 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_DUin@@XZ @3251 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_DUrq@@XZ @3252 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_EDrq@@XZ @3253 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_MCcf@@XZ @3254 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_MCrq@@XZ @3255 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_MTcf@@XZ @3256 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_MTrq@@XZ @3257 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_PCin@@XZ @3258 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_PDin@@XZ @3259 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_PTin@@XZ @3260 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_RJum@@XZ @3261 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_SDin@@XZ @3262 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_SDrq@@XZ @3263 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TGcf@@XZ @3264 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TGrq@@XZ @3265 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TIcf@@XZ @3266 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TIrq@@XZ @3267 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TPin@@XZ @3268 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TPrq@@XZ @3269 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TRcf@@XZ @3270 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TRrq@@XZ @3271 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TTcf@@XZ @3272 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TTrq@@XZ @3273 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TVcf@@XZ @3274 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TVin@@XZ @3275 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TVrq@@XZ @3276 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TVrs@@XZ @3277 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_USin@@XZ @3278 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_USrq@@XZ @3279 NONAME ??BMCS_TokenAttributes@@QAEAAVMCS_TokenAttributes_given@@XZ @3280 NONAME ??BMCS_TokenAttributes@@QAEAAVMCS_TokenAttributes_giving@@XZ @3281 NONAME ??BMCS_TokenAttributes@@QAEAAVMCS_TokenAttributes_grabbed@@XZ @3282 NONAME ??BMCS_TokenAttributes@@QAEAAVMCS_TokenAttributes_inhibited@@XZ @3283 NONAME ??BMCS_TokenAttributes@@QAEAAVMCS_TokenAttributes_ungivable@@XZ @3284 NONAME ??BMCS_TokenAttributes@@QBEABVMCS_TokenAttributes_given@@XZ @3285 NONAME ??BMCS_TokenAttributes@@QBEABVMCS_TokenAttributes_giving@@XZ @3286 NONAME ??BMCS_TokenAttributes@@QBEABVMCS_TokenAttributes_grabbed@@XZ @3287 NONAME ??BMCS_TokenAttributes@@QBEABVMCS_TokenAttributes_inhibited@@XZ @3288 NONAME ??BMCS_TokenAttributes@@QBEABVMCS_TokenAttributes_ungivable@@XZ @3289 NONAME ??BPASN_BMPString@@QBE?AVPString@@XZ @3290 NONAME ??BPASN_Boolean@@QBEHXZ @28862 NONAME ??BPASN_ConstrainedString@@QBEABVPString@@XZ @28863 NONAME ??BPASN_Enumeration@@QBEIXZ @28864 NONAME ??BPASN_Integer@@QBEIXZ @28865 NONAME ??BPASN_OctetString@@QBEABVPBYTEArray@@XZ @28866 NONAME ??BPRandom@@QAEIXZ @28867 NONAME ??BPUInt16b@@QBEGXZ @12373 NONAME ??BPUInt32b@@QBEKXZ @20326 NONAME ??BT38_Type_of_msg@@QAEAAVT38_Type_of_msg_data@@XZ @18822 NONAME ??BT38_Type_of_msg@@QAEAAVT38_Type_of_msg_t30_indicator@@XZ @18823 NONAME ??BT38_Type_of_msg@@QBEABVT38_Type_of_msg_data@@XZ @18824 NONAME ??BT38_Type_of_msg@@QBEABVT38_Type_of_msg_t30_indicator@@XZ @18825 NONAME ??BT38_UDPTLPacket_error_recovery@@QAEAAVT38_UDPTLPacket_error_recovery_fec_info@@XZ @18826 NONAME ??BT38_UDPTLPacket_error_recovery@@QAEAAVT38_UDPTLPacket_error_recovery_secondary_ifp_packets@@XZ @18827 NONAME ??BT38_UDPTLPacket_error_recovery@@QBEABVT38_UDPTLPacket_error_recovery_fec_info@@XZ @18828 NONAME ??BT38_UDPTLPacket_error_recovery@@QBEABVT38_UDPTLPacket_error_recovery_secondary_ifp_packets@@XZ @18829 NONAME ??BX880_Reject_problem@@QAEAAVX880_GeneralProblem@@XZ @14364 NONAME ??BX880_Reject_problem@@QAEAAVX880_InvokeProblem@@XZ @14365 NONAME ??BX880_Reject_problem@@QAEAAVX880_ReturnErrorProblem@@XZ @14366 NONAME ??BX880_Reject_problem@@QAEAAVX880_ReturnResultProblem@@XZ @14367 NONAME ??BX880_Reject_problem@@QBEABVX880_GeneralProblem@@XZ @14368 NONAME ??BX880_Reject_problem@@QBEABVX880_InvokeProblem@@XZ @14369 NONAME ??BX880_Reject_problem@@QBEABVX880_ReturnErrorProblem@@XZ @14370 NONAME ??BX880_Reject_problem@@QBEABVX880_ReturnResultProblem@@XZ @14371 NONAME ??BX880_ROS@@QAEAAVX880_Invoke@@XZ @14372 NONAME ??BX880_ROS@@QAEAAVX880_Reject@@XZ @14373 NONAME ??BX880_ROS@@QAEAAVX880_ReturnError@@XZ @14374 NONAME ??BX880_ROS@@QAEAAVX880_ReturnResult@@XZ @14375 NONAME ??BX880_ROS@@QBEABVX880_Invoke@@XZ @14376 NONAME ??BX880_ROS@@QBEABVX880_Reject@@XZ @14377 NONAME ??BX880_ROS@@QBEABVX880_ReturnError@@XZ @14378 NONAME ??BX880_ROS@@QBEABVX880_ReturnResult@@XZ @14379 NONAME ??C?$PSafePtr@VH323GatekeeperCall@@@@QBEPAVH323GatekeeperCall@@XZ @28868 NONAME ??C?$PSafePtr@VH323PeerElementDescriptor@@@@QBEPAVH323PeerElementDescriptor@@XZ @28869 NONAME ??C?$PSafePtr@VH323PeerElementServiceRelationship@@@@QBEPAVH323PeerElementServiceRelationship@@XZ @25930 NONAME ??C?$PSafePtr@VH323RegisteredEndPoint@@@@QBEPAVH323RegisteredEndPoint@@XZ @26432 NONAME ??Cconst_iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QBEPBU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@XZ @44288 NONAME ??Cconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEPBU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@XZ @44899 NONAME ??Cconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEPBU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@XZ @43776 NONAME ??Cconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEPBU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@2@XZ @43777 NONAME ??Cconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEPBU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@XZ @44490 NONAME ??Cconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEPBU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@XZ @43778 NONAME ??Citerator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@XZ @43779 NONAME ??D?$PSafePtr@VH323PeerElementDescriptor@@@@QBEAAVH323PeerElementDescriptor@@XZ @28870 NONAME ??D?$PSafePtr@VH323RegisteredEndPoint@@@@QBEAAVH323RegisteredEndPoint@@XZ @28871 NONAME ??Dconst_iterator@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QBEABULookupRecord@@XZ @44900 NONAME ??Dconst_iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QBEABU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@XZ @44289 NONAME ??Dconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@XZ @44901 NONAME ??Dconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@XZ @43780 NONAME ??Dconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@2@XZ @43781 NONAME ??Dconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@XZ @44491 NONAME ??Dconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@XZ @43782 NONAME ??Diterator@?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@QBEAAVPString@@XZ @42969 NONAME ??Diterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QBEAAU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@XZ @44290 NONAME ??Diterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@XZ @44902 NONAME ??Diterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@XZ @43783 NONAME ??Diterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@XZ @44492 NONAME ??Diterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@XZ @43784 NONAME ??Diterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@2@XZ @43785 NONAME ??E?$PSafePtr@VH323GatekeeperCall@@@@QAEPAVH323GatekeeperCall@@H@Z @28872 NONAME ??E?$PSafePtr@VH323PeerElementDescriptor@@@@QAEPAVH323PeerElementDescriptor@@H@Z @28873 NONAME ??E?$PSafePtr@VH323PeerElementServiceRelationship@@@@QAEPAVH323PeerElementServiceRelationship@@H@Z @25931 NONAME ??E?$PSafePtr@VH323RegisteredEndPoint@@@@QAEPAVH323RegisteredEndPoint@@H@Z @28874 NONAME ??Econst_iterator@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAEAAV012@XZ @44903 NONAME ??Econst_iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAEAAV012@XZ @44291 NONAME ??Econst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @44904 NONAME ??Econst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @43786 NONAME ??Econst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @43787 NONAME ??Econst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @44493 NONAME ??Econst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @43788 NONAME ??EH323ChannelNumber@@QAEAAV0@H@Z @3291 NONAME ??Eiterator@?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@QAEAAV012@XZ @42974 NONAME ??Eiterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE?AV012@H@Z @44292 NONAME ??Eiterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAEAAV012@XZ @44293 NONAME ??Eiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AV012@H@Z @44905 NONAME ??Eiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @44906 NONAME ??Eiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AV012@H@Z @43789 NONAME ??Eiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @43790 NONAME ??Eiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AV012@H@Z @43791 NONAME ??Eiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @43792 NONAME ??Eiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AV012@H@Z @44494 NONAME ??Eiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @44495 NONAME ??Eiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AV012@H@Z @43793 NONAME ??Eiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @43794 NONAME ??Fconst_iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAEAAV012@XZ @44294 NONAME ??Fconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @44907 NONAME ??Fconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @43795 NONAME ??Fconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @44496 NONAME ??Fconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @43796 NONAME ??Fconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @43797 NONAME ??Fiterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAEAAV012@XZ @44295 NONAME ??Fiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @44908 NONAME ??Fiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @43798 NONAME ??Fiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @44497 NONAME ??Fiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @43799 NONAME ??Fiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @43800 NONAME ??Gconst_iterator@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QBEHABV012@@Z @44909 NONAME ??Giterator@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QBEHABVconst_iterator@12@@Z @44910 NONAME ??Hiterator@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QBE?AV012@H@Z @44911 NONAME ??R?$less@I@std@@QBE_NABI0@Z @44296 NONAME ??R?$PStringDictionary@VPString@@@@QBE?AVPString@@ABV1@PBD@Z @20406 NONAME ??Y?$PSet@VPOrdinalKey@@@@QAEAAV0@ABVPOrdinalKey@@@Z @28877 NONAME ??Yiterator@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAEAAV012@H@Z @44912 NONAME ??Z?$PSet@VPOrdinalKey@@@@QAEAAV0@ABVPOrdinalKey@@@Z @28880 NONAME ??_7?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@6B@ @18520 NONAME ??_7?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@6B@ @18521 NONAME ??_7?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@6B@ @18522 NONAME ??_7?$H235_HASHED@VH235_EncodedGeneralToken@@@@6B@ @18523 NONAME ??_7?$H235_HASHED@VH235_EncodedPwdCertToken@@@@6B@ @18524 NONAME ??_7?$H235_SIGNED@VH225_EncodedFastStartToken@@@@6B@ @18525 NONAME ??_7?$H235_SIGNED@VH235_EncodedGeneralToken@@@@6B@ @18526 NONAME ??_7?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@6B@ @18527 NONAME ??_7?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@6B@ @18528 NONAME ??_7?$H235_SIGNED@VH235_EncodedReturnSig@@@@6B@ @18529 NONAME ??_7?$PArray@V?$PList@VH323Capability@@@@@@6B@ @3307 NONAME ??_7?$PArray@VH323SimultaneousCapabilities@@@@6B@ @3308 NONAME ??_7?$PArray@VH323TransportAddress@@@@6B@ @25850 NONAME ??_7?$PArray@VReceiverReport@RTP_Session@@@@6B@ @12377 NONAME ??_7?$PArray@VSourceDescription@RTP_Session@@@@6B@ @12378 NONAME ??_7?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@6B@ @3310 NONAME ??_7?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@6B@ @22224 NONAME ??_7?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@6B@ @19422 NONAME ??_7?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@6B@ @3311 NONAME ??_7?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@6B@ @25851 NONAME ??_7?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@6B@ @3312 NONAME ??_7?$PDictionary@VPString@@VH323Connection@@@@6B@ @3313 NONAME ??_7?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@6B@ @19047 NONAME ??_7?$PDictionary@VPString@@VPOrdinalKey@@@@6B@ @25932 NONAME ??_7?$PFactory@VH235Authenticator@@VPString@@@@6B@ @44913 NONAME ??_7?$PFactory@VH323Capability@@VPString@@@@6B@ @43801 NONAME ??_7?$PFactory@VH323StaticPluginCodec@@VPString@@@@6B@ @43802 NONAME ??_7?$PFactory@VOpalFactoryCodec@@VPString@@@@6B@ @44498 NONAME ??_7?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @43803 NONAME ??_7?$PFactory@VPWAVFileConverter@@I@@6B@ @44297 NONAME ??_7?$PList@VH235Authenticator@@@@6B@ @26433 NONAME ??_7?$PList@VH245_GenericParameter@@@@6B@ @45378 NONAME ??_7?$PList@VH263Packet@@@@6B@ @45895 NONAME ??_7?$PList@VH323Capability@@@@6B@ @3314 NONAME ??_7?$PList@VH323Channel@@@@6B@ @3315 NONAME ??_7?$PList@VH323GatekeeperListener@@@@6B@ @19048 NONAME ??_7?$PList@VH323Listener@@@@6B@ @3317 NONAME ??_7?$PList@VH323Transactor@@@@6B@ @23972 NONAME ??_7?$PList@VH450xHandler@@@@6B@ @19423 NONAME ??_7?$PList@VOpalMediaFormat@@@@6B@ @12921 NONAME ??_7?$PList@VPBYTEArray@@@@6B@ @23665 NONAME ??_7?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@6B@ @21399 NONAME ??_7?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@6B@ @25933 NONAME ??_7?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@6B@ @26056 NONAME ??_7?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@6B@ @21400 NONAME ??_7?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@6B@ @28883 NONAME ??_7?$PSafePtr@VH323GatekeeperCall@@@@6B@ @20409 NONAME ??_7?$PSafePtr@VH323PeerElementDescriptor@@@@6B@ @25704 NONAME ??_7?$PSafePtr@VH323PeerElementServiceRelationship@@@@6B@ @25705 NONAME ??_7?$PSafePtr@VH323RegisteredEndPoint@@@@6B@ @20410 NONAME ??_7?$PSafeSortedList@VH323GatekeeperCall@@@@6B@ @21402 NONAME ??_7?$PSafeSortedList@VH323PeerElementDescriptor@@@@6B@ @25706 NONAME ??_7?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@6B@ @25707 NONAME ??_7?$PSet@VPOrdinalKey@@@@6B@ @25934 NONAME ??_7?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@6B@ @20728 NONAME ??_7?$PSortedList@VH225_AliasAddress@@@@6B@ @26057 NONAME ??_7?$PSortedList@VH323GatekeeperCall@@@@6B@ @19049 NONAME ??_7?$PSortedList@VH323PeerElementDescriptor@@@@6B@ @25708 NONAME ??_7?$PSortedList@VH323PeerElementServiceRelationship@@@@6B@ @25709 NONAME ??_7?$PSortedList@VMXRecord@PDNS@@@@6B@ @44914 NONAME ??_7?$PSortedList@VResponse@H323Transactor@@@@6B@ @25852 NONAME ??_7?$PSortedList@VSRVRecord@PDNS@@@@6B@ @44915 NONAME ??_7?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @44916 NONAME ??_7?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @44917 NONAME ??_7?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @44918 NONAME ??_7?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@6B@ @43804 NONAME ??_7?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @43805 NONAME ??_7?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @43806 NONAME ??_7?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @43807 NONAME ??_7?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @43808 NONAME ??_7?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @43809 NONAME ??_7?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @43810 NONAME ??_7?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @43811 NONAME ??_7?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @43812 NONAME ??_7?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @43813 NONAME ??_7?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @43814 NONAME ??_7?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @43815 NONAME ??_7?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @43816 NONAME ??_7?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @43817 NONAME ??_7?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @43818 NONAME ??_7?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @43819 NONAME ??_7?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @43820 NONAME ??_7?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @43821 NONAME ??_7?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @43822 NONAME ??_7?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @43823 NONAME ??_7?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @43824 NONAME ??_7?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @43825 NONAME ??_7?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @43826 NONAME ??_7?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @43827 NONAME ??_7?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @43828 NONAME ??_7?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @43829 NONAME ??_7?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @43830 NONAME ??_7?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @43831 NONAME ??_7?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @43832 NONAME ??_7?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @43833 NONAME ??_7?$Worker@VOpalRFC2190H263Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @45896 NONAME ??_7?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @43834 NONAME ??_7?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @43835 NONAME ??_7?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@6B@ @45083 NONAME ??_7?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@6B@ @44298 NONAME ??_7?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@6B@ @44299 NONAME ??_7AliasKey@H323PeerElement@@6B@ @26058 NONAME ??_7AlternateInfo@H323Gatekeeper@@6B@ @20729 NONAME ??_7ByteQueue@OpalVoipBlasterDevice@@6B@ @19985 NONAME ??_7Encoder@@6B@ @28884 NONAME ??_7Entry@RTP_JitterBuffer@@6B@ @3318 NONAME ??_7FilterInfo@H323Codec@@6B@ @20152 NONAME ??_7FullP64Decoder@@6B@ @3319 NONAME ??_7G7231_File_Capability@@6B@ @20843 NONAME ??_7G7231_File_Codec@@6B@ @20844 NONAME ??_7GCC_AlternativeNodeID@@6B@ @3320 NONAME ??_7GCC_ApplicationInvokeIndication@@6B@ @3321 NONAME ??_7GCC_ApplicationInvokeSpecifier@@6B@ @3322 NONAME ??_7GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@6B@ @3323 NONAME ??_7GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@6B@ @3324 NONAME ??_7GCC_ApplicationRecord@@6B@ @3325 NONAME ??_7GCC_ApplicationRecord_nonCollapsingCapabilities@@6B@ @3326 NONAME ??_7GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@6B@ @3327 NONAME ??_7GCC_ArrayOf_ApplicationInvokeSpecifier@@6B@ @3328 NONAME ??_7GCC_ArrayOf_ChallengeItem@@6B@ @3329 NONAME ??_7GCC_ArrayOf_ConferenceDescriptor@@6B@ @3330 NONAME ??_7GCC_ArrayOf_Privilege@@6B@ @3331 NONAME ??_7GCC_ArrayOf_TextString@@6B@ @3332 NONAME ??_7GCC_ArrayOf_UserID@@6B@ @3333 NONAME ??_7GCC_AsymmetryIndicator@@6B@ @3334 NONAME ??_7GCC_CapabilityClass@@6B@ @3335 NONAME ??_7GCC_CapabilityID@@6B@ @3336 NONAME ??_7GCC_ChallengeItem@@6B@ @3337 NONAME ??_7GCC_ChallengeRequest@@6B@ @3338 NONAME ??_7GCC_ChallengeResponse@@6B@ @3339 NONAME ??_7GCC_ChallengeResponseAlgorithm@@6B@ @3340 NONAME ??_7GCC_ChallengeResponseItem@@6B@ @3341 NONAME ??_7GCC_ChannelID@@6B@ @3342 NONAME ??_7GCC_ChannelType@@6B@ @3343 NONAME ??_7GCC_ConductorAssignIndication@@6B@ @3344 NONAME ??_7GCC_ConductorPermissionAskIndication@@6B@ @3345 NONAME ??_7GCC_ConductorPermissionGrantIndication@@6B@ @3346 NONAME ??_7GCC_ConductorReleaseIndication@@6B@ @3347 NONAME ??_7GCC_ConferenceAddRequest@@6B@ @3348 NONAME ??_7GCC_ConferenceAddResponse@@6B@ @3349 NONAME ??_7GCC_ConferenceAddResponse_result@@6B@ @3350 NONAME ??_7GCC_ConferenceAssistanceIndication@@6B@ @3351 NONAME ??_7GCC_ConferenceCreateRequest@@6B@ @3352 NONAME ??_7GCC_ConferenceCreateResponse@@6B@ @3353 NONAME ??_7GCC_ConferenceCreateResponse_result@@6B@ @3354 NONAME ??_7GCC_ConferenceDescriptor@@6B@ @3355 NONAME ??_7GCC_ConferenceEjectUserIndication@@6B@ @3356 NONAME ??_7GCC_ConferenceEjectUserIndication_reason@@6B@ @3357 NONAME ??_7GCC_ConferenceEjectUserRequest@@6B@ @3358 NONAME ??_7GCC_ConferenceEjectUserRequest_reason@@6B@ @3359 NONAME ??_7GCC_ConferenceEjectUserResponse@@6B@ @3360 NONAME ??_7GCC_ConferenceEjectUserResponse_result@@6B@ @3361 NONAME ??_7GCC_ConferenceInviteRequest@@6B@ @3362 NONAME ??_7GCC_ConferenceInviteResponse@@6B@ @3363 NONAME ??_7GCC_ConferenceInviteResponse_result@@6B@ @3364 NONAME ??_7GCC_ConferenceJoinRequest@@6B@ @3365 NONAME ??_7GCC_ConferenceJoinResponse@@6B@ @3366 NONAME ??_7GCC_ConferenceJoinResponse_result@@6B@ @3367 NONAME ??_7GCC_ConferenceLockIndication@@6B@ @3368 NONAME ??_7GCC_ConferenceLockRequest@@6B@ @3369 NONAME ??_7GCC_ConferenceLockResponse@@6B@ @3370 NONAME ??_7GCC_ConferenceLockResponse_result@@6B@ @3371 NONAME ??_7GCC_ConferenceName@@6B@ @3372 NONAME ??_7GCC_ConferenceNameModifier@@6B@ @3373 NONAME ??_7GCC_ConferenceNameSelector@@6B@ @3374 NONAME ??_7GCC_ConferencePriority@@6B@ @3375 NONAME ??_7GCC_ConferencePriorityScheme@@6B@ @3376 NONAME ??_7GCC_ConferenceQueryRequest@@6B@ @3377 NONAME ??_7GCC_ConferenceQueryResponse@@6B@ @3378 NONAME ??_7GCC_ConferenceQueryResponse_result@@6B@ @3379 NONAME ??_7GCC_ConferenceTerminateIndication@@6B@ @3380 NONAME ??_7GCC_ConferenceTerminateIndication_reason@@6B@ @3381 NONAME ??_7GCC_ConferenceTerminateRequest@@6B@ @3382 NONAME ??_7GCC_ConferenceTerminateRequest_reason@@6B@ @3383 NONAME ??_7GCC_ConferenceTerminateResponse@@6B@ @3384 NONAME ??_7GCC_ConferenceTerminateResponse_result@@6B@ @3385 NONAME ??_7GCC_ConferenceTimeExtendIndication@@6B@ @3386 NONAME ??_7GCC_ConferenceTimeInquireIndication@@6B@ @3387 NONAME ??_7GCC_ConferenceTimeRemainingIndication@@6B@ @3388 NONAME ??_7GCC_ConferenceTransferIndication@@6B@ @3389 NONAME ??_7GCC_ConferenceTransferRequest@@6B@ @3390 NONAME ??_7GCC_ConferenceTransferResponse@@6B@ @3391 NONAME ??_7GCC_ConferenceTransferResponse_result@@6B@ @3392 NONAME ??_7GCC_ConferenceUnlockIndication@@6B@ @3393 NONAME ??_7GCC_ConferenceUnlockRequest@@6B@ @3394 NONAME ??_7GCC_ConferenceUnlockResponse@@6B@ @3395 NONAME ??_7GCC_ConferenceUnlockResponse_result@@6B@ @3396 NONAME ??_7GCC_ConnectData@@6B@ @3397 NONAME ??_7GCC_ConnectGCCPDU@@6B@ @3398 NONAME ??_7GCC_DialingString@@6B@ @3399 NONAME ??_7GCC_DynamicChannelID@@6B@ @3400 NONAME ??_7GCC_DynamicTokenID@@6B@ @3401 NONAME ??_7GCC_EntityID@@6B@ @3402 NONAME ??_7GCC_ExtraDialingString@@6B@ @3403 NONAME ??_7GCC_FunctionNotSupportedResponse@@6B@ @3404 NONAME ??_7GCC_GCCPDU@@6B@ @3405 NONAME ??_7GCC_H221NonStandardIdentifier@@6B@ @3406 NONAME ??_7GCC_Handle@@6B@ @3407 NONAME ??_7GCC_IndicationPDU@@6B@ @3408 NONAME ??_7GCC_Key@@6B@ @3409 NONAME ??_7GCC_NetworkAddress@@6B@ @3410 NONAME ??_7GCC_NetworkAddress_subtype@@6B@ @3411 NONAME ??_7GCC_NetworkAddress_subtype_aggregatedChannel@@6B@ @3412 NONAME ??_7GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@6B@ @3413 NONAME ??_7GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@6B@ @3414 NONAME ??_7GCC_NetworkAddress_subtype_transportConnection@@6B@ @3415 NONAME ??_7GCC_NodeProperties@@6B@ @3416 NONAME ??_7GCC_NodeRecord@@6B@ @3417 NONAME ??_7GCC_NodeType@@6B@ @3418 NONAME ??_7GCC_NonStandardParameter@@6B@ @3419 NONAME ??_7GCC_NonStandardPDU@@6B@ @3420 NONAME ??_7GCC_Password@@6B@ @3421 NONAME ??_7GCC_PasswordChallengeRequestResponse@@6B@ @3422 NONAME ??_7GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@6B@ @3423 NONAME ??_7GCC_PasswordSelector@@6B@ @3424 NONAME ??_7GCC_Privilege@@6B@ @3425 NONAME ??_7GCC_RegistryAllocateHandleRequest@@6B@ @3426 NONAME ??_7GCC_RegistryAllocateHandleResponse@@6B@ @3427 NONAME ??_7GCC_RegistryAllocateHandleResponse_result@@6B@ @3428 NONAME ??_7GCC_RegistryAssignTokenRequest@@6B@ @3429 NONAME ??_7GCC_RegistryDeleteEntryRequest@@6B@ @3430 NONAME ??_7GCC_RegistryEntryOwner@@6B@ @3431 NONAME ??_7GCC_RegistryEntryOwner_owned@@6B@ @3432 NONAME ??_7GCC_RegistryItem@@6B@ @3433 NONAME ??_7GCC_RegistryKey@@6B@ @3434 NONAME ??_7GCC_RegistryModificationRights@@6B@ @3435 NONAME ??_7GCC_RegistryMonitorEntryIndication@@6B@ @3436 NONAME ??_7GCC_RegistryMonitorEntryRequest@@6B@ @3437 NONAME ??_7GCC_RegistryRegisterChannelRequest@@6B@ @3438 NONAME ??_7GCC_RegistryResponse@@6B@ @3439 NONAME ??_7GCC_RegistryResponse_primitiveType@@6B@ @3440 NONAME ??_7GCC_RegistryResponse_result@@6B@ @3441 NONAME ??_7GCC_RegistryRetrieveEntryRequest@@6B@ @3442 NONAME ??_7GCC_RegistrySetParameterRequest@@6B@ @3443 NONAME ??_7GCC_RequestPDU@@6B@ @3444 NONAME ??_7GCC_ResponsePDU@@6B@ @3445 NONAME ??_7GCC_RosterUpdateIndication@@6B@ @3446 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation@@6B@ @3447 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype@@6B@ @3448 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@6B@ @3449 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@6B@ @3450 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@6B@ @3451 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@6B@ @3452 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@6B@ @3453 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@6B@ @3454 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@6B@ @3455 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@6B@ @3456 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@6B@ @3457 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation@@6B@ @3458 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@6B@ @3459 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@6B@ @3460 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@6B@ @3461 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@6B@ @3462 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@6B@ @3463 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@6B@ @3464 NONAME ??_7GCC_SessionKey@@6B@ @3465 NONAME ??_7GCC_SimpleNumericString@@6B@ @3466 NONAME ??_7GCC_SimpleTextString@@6B@ @3467 NONAME ??_7GCC_StaticChannelID@@6B@ @3468 NONAME ??_7GCC_StaticTokenID@@6B@ @3469 NONAME ??_7GCC_SubAddressString@@6B@ @3470 NONAME ??_7GCC_TerminationMethod@@6B@ @3471 NONAME ??_7GCC_TextMessageIndication@@6B@ @3472 NONAME ??_7GCC_TextString@@6B@ @3473 NONAME ??_7GCC_Time@@6B@ @3474 NONAME ??_7GCC_TokenID@@6B@ @3475 NONAME ??_7GCC_UserData@@6B@ @3476 NONAME ??_7GCC_UserData_subtype@@6B@ @3477 NONAME ??_7GCC_UserID@@6B@ @3478 NONAME ??_7GCC_UserIDIndication@@6B@ @3479 NONAME ??_7H225CallThread@@6B@ @3481 NONAME ??_7H225TransportThread@@6B@ @3483 NONAME ??_7H225_AddressPattern@@6B@ @17007 NONAME ??_7H225_AddressPattern_range@@6B@ @17008 NONAME ??_7H225_AdmissionConfirm@@6B@ @3484 NONAME ??_7H225_AdmissionConfirm_language@@6B@ @17009 NONAME ??_7H225_AdmissionReject@@6B@ @3485 NONAME ??_7H225_AdmissionRejectReason@@6B@ @3486 NONAME ??_7H225_AdmissionRequest@@6B@ @3487 NONAME ??_7H225_Alerting_UUIE@@6B@ @3488 NONAME ??_7H225_AliasAddress@@6B@ @3489 NONAME ??_7H225_AlternateGK@@6B@ @3490 NONAME ??_7H225_AlternateTransportAddresses@@6B@ @17010 NONAME ??_7H225_AltGKInfo@@6B@ @3491 NONAME ??_7H225_ANSI_41_UIM@@6B@ @17011 NONAME ??_7H225_ANSI_41_UIM_system_id@@6B@ @17012 NONAME ??_7H225_ArrayOf_AddressPattern@@6B@ @17013 NONAME ??_7H225_ArrayOf_AdmissionConfirm@@6B@ @26897 NONAME ??_7H225_ArrayOf_AliasAddress@@6B@ @3492 NONAME ??_7H225_ArrayOf_AlternateGK@@6B@ @3493 NONAME ??_7H225_ArrayOf_AuthenticationMechanism@@6B@ @3494 NONAME ??_7H225_ArrayOf_BandwidthDetails@@6B@ @17014 NONAME ??_7H225_ArrayOf_CallReferenceValue@@6B@ @3495 NONAME ??_7H225_ArrayOf_CallsAvailable@@6B@ @17015 NONAME ??_7H225_ArrayOf_ClearToken@@6B@ @3496 NONAME ??_7H225_ArrayOf_ConferenceIdentifier@@6B@ @3497 NONAME ??_7H225_ArrayOf_ConferenceList@@6B@ @3498 NONAME ??_7H225_ArrayOf_CryptoH323Token@@6B@ @3499 NONAME ??_7H225_ArrayOf_DataRate@@6B@ @3500 NONAME ??_7H225_ArrayOf_Endpoint@@6B@ @3501 NONAME ??_7H225_ArrayOf_EnumeratedParameter@@6B@ @17016 NONAME ??_7H225_ArrayOf_ExtendedAliasAddress@@6B@ @17017 NONAME ??_7H225_ArrayOf_FeatureDescriptor@@6B@ @17018 NONAME ??_7H225_ArrayOf_GenericData@@6B@ @17019 NONAME ??_7H225_ArrayOf_H245Security@@6B@ @3502 NONAME ??_7H225_ArrayOf_H248PackagesDescriptor@@6B@ @17020 NONAME ??_7H225_ArrayOf_IntegrityMechanism@@6B@ @3503 NONAME ??_7H225_ArrayOf_NonStandardParameter@@6B@ @3504 NONAME ??_7H225_ArrayOf_PartyNumber@@6B@ @17021 NONAME ??_7H225_ArrayOf_PASN_ObjectId@@6B@ @3505 NONAME ??_7H225_ArrayOf_PASN_OctetString@@6B@ @3506 NONAME ??_7H225_ArrayOf_RasUsageSpecification@@6B@ @17022 NONAME ??_7H225_ArrayOf_RTPSession@@6B@ @3507 NONAME ??_7H225_ArrayOf_ServiceControlSession@@6B@ @17023 NONAME ??_7H225_ArrayOf_SupportedPrefix@@6B@ @3508 NONAME ??_7H225_ArrayOf_SupportedProtocols@@6B@ @3509 NONAME ??_7H225_ArrayOf_TransportAddress@@6B@ @3510 NONAME ??_7H225_ArrayOf_TransportChannelInfo@@6B@ @3511 NONAME ??_7H225_ArrayOf_TunnelledProtocol@@6B@ @17024 NONAME ??_7H225_BandRejectReason@@6B@ @3512 NONAME ??_7H225_BandWidth@@6B@ @3513 NONAME ??_7H225_BandwidthConfirm@@6B@ @3514 NONAME ??_7H225_BandwidthDetails@@6B@ @17025 NONAME ??_7H225_BandwidthReject@@6B@ @3515 NONAME ??_7H225_BandwidthRequest@@6B@ @3516 NONAME ??_7H225_CallCapacity@@6B@ @17026 NONAME ??_7H225_CallCapacityInfo@@6B@ @17027 NONAME ??_7H225_CallCreditCapability@@6B@ @17028 NONAME ??_7H225_CallCreditServiceControl@@6B@ @17029 NONAME ??_7H225_CallCreditServiceControl_billingMode@@6B@ @17030 NONAME ??_7H225_CallCreditServiceControl_callStartingPoint@@6B@ @17031 NONAME ??_7H225_CallIdentifier@@6B@ @3517 NONAME ??_7H225_CallLinkage@@6B@ @17032 NONAME ??_7H225_CallModel@@6B@ @3518 NONAME ??_7H225_CallProceeding_UUIE@@6B@ @3519 NONAME ??_7H225_CallReferenceValue@@6B@ @3520 NONAME ??_7H225_CallsAvailable@@6B@ @17033 NONAME ??_7H225_CallTerminationCause@@6B@ @17034 NONAME ??_7H225_CallType@@6B@ @3521 NONAME ??_7H225_CapacityReportingCapability@@6B@ @17035 NONAME ??_7H225_CapacityReportingSpecification@@6B@ @17036 NONAME ??_7H225_CapacityReportingSpecification_when@@6B@ @17037 NONAME ??_7H225_CarrierInfo@@6B@ @26898 NONAME ??_7H225_CicInfo@@6B@ @17038 NONAME ??_7H225_CicInfo_cic@@6B@ @17039 NONAME ??_7H225_CircuitIdentifier@@6B@ @17040 NONAME ??_7H225_CircuitInfo@@6B@ @17041 NONAME ??_7H225_ConferenceIdentifier@@6B@ @3522 NONAME ??_7H225_ConferenceList@@6B@ @3523 NONAME ??_7H225_Connect_UUIE@@6B@ @3524 NONAME ??_7H225_Connect_UUIE_language@@6B@ @17042 NONAME ??_7H225_Content@@6B@ @17043 NONAME ??_7H225_CryptoH323Token@@6B@ @3525 NONAME ??_7H225_CryptoH323Token_cryptoEPPwdHash@@6B@ @3526 NONAME ??_7H225_CryptoH323Token_cryptoGKPwdHash@@6B@ @3527 NONAME ??_7H225_DataRate@@6B@ @3528 NONAME ??_7H225_DisengageConfirm@@6B@ @3529 NONAME ??_7H225_DisengageReason@@6B@ @3530 NONAME ??_7H225_DisengageReject@@6B@ @3531 NONAME ??_7H225_DisengageRejectReason@@6B@ @3532 NONAME ??_7H225_DisengageRequest@@6B@ @3533 NONAME ??_7H225_EncodedFastStartToken@@6B@ @18530 NONAME ??_7H225_EncryptIntAlg@@6B@ @3534 NONAME ??_7H225_Endpoint@@6B@ @3535 NONAME ??_7H225_EndpointIdentifier@@6B@ @3536 NONAME ??_7H225_EndpointType@@6B@ @3537 NONAME ??_7H225_EnumeratedParameter@@6B@ @17044 NONAME ??_7H225_ExtendedAliasAddress@@6B@ @17045 NONAME ??_7H225_FacilityReason@@6B@ @3538 NONAME ??_7H225_Facility_UUIE@@6B@ @3539 NONAME ??_7H225_FastStartToken@@6B@ @3540 NONAME ??_7H225_FeatureDescriptor@@6B@ @17046 NONAME ??_7H225_FeatureSet@@6B@ @17047 NONAME ??_7H225_GatekeeperConfirm@@6B@ @3541 NONAME ??_7H225_GatekeeperIdentifier@@6B@ @3542 NONAME ??_7H225_GatekeeperInfo@@6B@ @3543 NONAME ??_7H225_GatekeeperReject@@6B@ @3544 NONAME ??_7H225_GatekeeperRejectReason@@6B@ @3545 NONAME ??_7H225_GatekeeperRequest@@6B@ @3546 NONAME ??_7H225_GatewayInfo@@6B@ @3547 NONAME ??_7H225_GenericData@@6B@ @17048 NONAME ??_7H225_GenericIdentifier@@6B@ @17049 NONAME ??_7H225_GloballyUniqueID@@6B@ @3548 NONAME ??_7H225_GroupID@@6B@ @17050 NONAME ??_7H225_GroupID_member@@6B@ @17051 NONAME ??_7H225_GSM_UIM@@6B@ @17052 NONAME ??_7H225_H221NonStandard@@6B@ @3549 NONAME ??_7H225_H245Security@@6B@ @3550 NONAME ??_7H225_H248PackagesDescriptor@@6B@ @17053 NONAME ??_7H225_H248SignalsDescriptor@@6B@ @17054 NONAME ??_7H225_H310Caps@@6B@ @3551 NONAME ??_7H225_H320Caps@@6B@ @3552 NONAME ??_7H225_H321Caps@@6B@ @3553 NONAME ??_7H225_H322Caps@@6B@ @3554 NONAME ??_7H225_H323Caps@@6B@ @3555 NONAME ??_7H225_H323_UserInformation@@6B@ @3556 NONAME ??_7H225_H323_UserInformation_user_data@@6B@ @3557 NONAME ??_7H225_H323_UU_PDU@@6B@ @3558 NONAME ??_7H225_H323_UU_PDU_h323_message_body@@6B@ @3559 NONAME ??_7H225_H323_UU_PDU_tunnelledSignallingMessage@@6B@ @17055 NONAME ??_7H225_H324Caps@@6B@ @3560 NONAME ??_7H225_ICV@@6B@ @3561 NONAME ??_7H225_InfoRequest@@6B@ @3562 NONAME ??_7H225_InfoRequestAck@@6B@ @3563 NONAME ??_7H225_InfoRequestNak@@6B@ @3564 NONAME ??_7H225_InfoRequestNakReason@@6B@ @3565 NONAME ??_7H225_InfoRequestResponse@@6B@ @3566 NONAME ??_7H225_InfoRequestResponseStatus@@6B@ @17056 NONAME ??_7H225_InfoRequestResponse_perCallInfo@@6B@ @3567 NONAME ??_7H225_InfoRequestResponse_perCallInfo_subtype@@6B@ @3568 NONAME ??_7H225_InfoRequestResponse_perCallInfo_subtype_pdu@@6B@ @3569 NONAME ??_7H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@6B@ @3570 NONAME ??_7H225_Information_UUIE@@6B@ @3571 NONAME ??_7H225_IntegrityMechanism@@6B@ @3572 NONAME ??_7H225_LocationConfirm@@6B@ @3573 NONAME ??_7H225_LocationReject@@6B@ @3574 NONAME ??_7H225_LocationRejectReason@@6B@ @3575 NONAME ??_7H225_LocationRequest@@6B@ @3576 NONAME ??_7H225_McuInfo@@6B@ @3577 NONAME ??_7H225_MobileUIM@@6B@ @17057 NONAME ??_7H225_NonIsoIntegrityMechanism@@6B@ @3578 NONAME ??_7H225_NonStandardIdentifier@@6B@ @3579 NONAME ??_7H225_NonStandardMessage@@6B@ @3580 NONAME ??_7H225_NonStandardParameter@@6B@ @3581 NONAME ??_7H225_NonStandardProtocol@@6B@ @3582 NONAME ??_7H225_Notify_UUIE@@6B@ @17058 NONAME ??_7H225_NumberDigits@@6B@ @3583 NONAME ??_7H225_PartyNumber@@6B@ @3584 NONAME ??_7H225_PresentationIndicator@@6B@ @17059 NONAME ??_7H225_PrivatePartyNumber@@6B@ @3585 NONAME ??_7H225_PrivateTypeOfNumber@@6B@ @3586 NONAME ??_7H225_Progress_UUIE@@6B@ @3587 NONAME ??_7H225_ProtocolIdentifier@@6B@ @3588 NONAME ??_7H225_PublicPartyNumber@@6B@ @3589 NONAME ??_7H225_PublicTypeOfNumber@@6B@ @3590 NONAME ??_7H225_Q954Details@@6B@ @3591 NONAME ??_7H225_QseriesOptions@@6B@ @3592 NONAME ??_7H225_RAS@@6B@ @18669 NONAME ??_7H225_RasMessage@@6B@ @3593 NONAME ??_7H225_RasUsageInformation@@6B@ @17060 NONAME ??_7H225_RasUsageInfoTypes@@6B@ @17061 NONAME ??_7H225_RasUsageSpecification@@6B@ @17062 NONAME ??_7H225_RasUsageSpecification_callStartingPoint@@6B@ @17063 NONAME ??_7H225_RasUsageSpecification_when@@6B@ @17064 NONAME ??_7H225_RegistrationConfirm@@6B@ @3594 NONAME ??_7H225_RegistrationConfirm_preGrantedARQ@@6B@ @3595 NONAME ??_7H225_RegistrationReject@@6B@ @3596 NONAME ??_7H225_RegistrationRejectReason@@6B@ @3597 NONAME ??_7H225_RegistrationRejectReason_invalidTerminalAliases@@6B@ @17065 NONAME ??_7H225_RegistrationRequest@@6B@ @3598 NONAME ??_7H225_ReleaseCompleteReason@@6B@ @3599 NONAME ??_7H225_ReleaseComplete_UUIE@@6B@ @3600 NONAME ??_7H225_RequestInProgress@@6B@ @3601 NONAME ??_7H225_RequestSeqNum@@6B@ @3602 NONAME ??_7H225_ResourcesAvailableConfirm@@6B@ @3603 NONAME ??_7H225_ResourcesAvailableIndicate@@6B@ @3604 NONAME ??_7H225_RTPSession@@6B@ @3605 NONAME ??_7H225_RTPSession_associatedSessionIds@@6B@ @3606 NONAME ??_7H225_ScnConnectionAggregation@@6B@ @17066 NONAME ??_7H225_ScnConnectionType@@6B@ @17067 NONAME ??_7H225_ScreeningIndicator@@6B@ @17068 NONAME ??_7H225_SecurityCapabilities@@6B@ @3607 NONAME ??_7H225_SecurityErrors2@@6B@ @26899 NONAME ??_7H225_SecurityErrors@@6B@ @26900 NONAME ??_7H225_SecurityServiceMode@@6B@ @3608 NONAME ??_7H225_ServiceControlDescriptor@@6B@ @17069 NONAME ??_7H225_ServiceControlIndication@@6B@ @17070 NONAME ??_7H225_ServiceControlIndication_callSpecific@@6B@ @17071 NONAME ??_7H225_ServiceControlResponse@@6B@ @17072 NONAME ??_7H225_ServiceControlResponse_result@@6B@ @17073 NONAME ??_7H225_ServiceControlSession@@6B@ @17074 NONAME ??_7H225_ServiceControlSession_reason@@6B@ @17075 NONAME ??_7H225_SetupAcknowledge_UUIE@@6B@ @17076 NONAME ??_7H225_Setup_UUIE@@6B@ @3609 NONAME ??_7H225_Setup_UUIE_conferenceGoal@@6B@ @3610 NONAME ??_7H225_Setup_UUIE_connectionParameters@@6B@ @17077 NONAME ??_7H225_Setup_UUIE_language@@6B@ @17078 NONAME ??_7H225_SIPCaps@@6B@ @26901 NONAME ??_7H225_StatusInquiry_UUIE@@6B@ @17079 NONAME ??_7H225_Status_UUIE@@6B@ @17080 NONAME ??_7H225_StimulusControl@@6B@ @17081 NONAME ??_7H225_SupportedPrefix@@6B@ @3611 NONAME ??_7H225_SupportedProtocols@@6B@ @3612 NONAME ??_7H225_T120OnlyCaps@@6B@ @3613 NONAME ??_7H225_T38FaxAnnexbOnlyCaps@@6B@ @17082 NONAME ??_7H225_TBCD_STRING@@6B@ @17083 NONAME ??_7H225_TerminalInfo@@6B@ @3614 NONAME ??_7H225_TimeToLive@@6B@ @3615 NONAME ??_7H225_TransportAddress@@6B@ @3616 NONAME ??_7H225_TransportAddress_ip6Address@@6B@ @3617 NONAME ??_7H225_TransportAddress_ipAddress@@6B@ @3618 NONAME ??_7H225_TransportAddress_ipSourceRoute@@6B@ @3619 NONAME ??_7H225_TransportAddress_ipSourceRoute_route@@6B@ @3620 NONAME ??_7H225_TransportAddress_ipSourceRoute_routing@@6B@ @3621 NONAME ??_7H225_TransportAddress_ipxAddress@@6B@ @3622 NONAME ??_7H225_TransportChannelInfo@@6B@ @3623 NONAME ??_7H225_TransportQOS@@6B@ @3624 NONAME ??_7H225_TunnelledProtocol@@6B@ @17084 NONAME ??_7H225_TunnelledProtocolAlternateIdentifier@@6B@ @17085 NONAME ??_7H225_TunnelledProtocol_id@@6B@ @17086 NONAME ??_7H225_UnknownMessageResponse@@6B@ @3625 NONAME ??_7H225_UnregistrationConfirm@@6B@ @3626 NONAME ??_7H225_UnregistrationReject@@6B@ @3627 NONAME ??_7H225_UnregistrationRequest@@6B@ @3628 NONAME ??_7H225_UnregRejectReason@@6B@ @3629 NONAME ??_7H225_UnregRequestReason@@6B@ @3630 NONAME ??_7H225_UseSpecifiedTransport@@6B@ @17087 NONAME ??_7H225_UUIEsRequested@@6B@ @3631 NONAME ??_7H225_VendorIdentifier@@6B@ @3632 NONAME ??_7H225_VoiceCaps@@6B@ @3633 NONAME ??_7H235AuthCAT@@6B@ @23875 NONAME ??_7H235Authenticator@@6B@ @19312 NONAME ??_7H235Authenticators@@6B@ @21089 NONAME ??_7H235AuthProcedure1@@6B@ @19723 NONAME ??_7H235AuthSimpleMD5@@6B@ @19314 NONAME ??_7H235_AuthenticationBES@@6B@ @19228 NONAME ??_7H235_AuthenticationMechanism@@6B@ @3634 NONAME ??_7H235_ChallengeString@@6B@ @3635 NONAME ??_7H235_ClearToken@@6B@ @3636 NONAME ??_7H235_CryptoToken@@6B@ @3637 NONAME ??_7H235_CryptoToken_cryptoEncryptedToken@@6B@ @3638 NONAME ??_7H235_CryptoToken_cryptoHashedToken@@6B@ @3639 NONAME ??_7H235_CryptoToken_cryptoSignedToken@@6B@ @3640 NONAME ??_7H235_DHset@@6B@ @3641 NONAME ??_7H235_ECGDSASignature@@6B@ @26902 NONAME ??_7H235_ECKASDH@@6B@ @19230 NONAME ??_7H235_ECKASDH_eckasdh2@@6B@ @19231 NONAME ??_7H235_ECKASDH_eckasdhp@@6B@ @19232 NONAME ??_7H235_ECpoint@@6B@ @26903 NONAME ??_7H235_EncodedGeneralToken@@6B@ @18531 NONAME ??_7H235_EncodedKeySignedMaterial@@6B@ @18532 NONAME ??_7H235_EncodedKeySyncMaterial@@6B@ @18533 NONAME ??_7H235_EncodedPwdCertToken@@6B@ @18534 NONAME ??_7H235_EncodedReturnSig@@6B@ @18535 NONAME ??_7H235_H235CertificateSignature@@6B@ @3642 NONAME ??_7H235_H235Key@@6B@ @3643 NONAME ??_7H235_Identifier@@6B@ @3644 NONAME ??_7H235_IV16@@6B@ @19233 NONAME ??_7H235_IV8@@6B@ @3645 NONAME ??_7H235_KeyMaterial@@6B@ @3646 NONAME ??_7H235_KeySignedMaterial@@6B@ @3647 NONAME ??_7H235_KeySyncMaterial@@6B@ @3648 NONAME ??_7H235_NonStandardParameter@@6B@ @3649 NONAME ??_7H235_Params@@6B@ @3650 NONAME ??_7H235_Password@@6B@ @3651 NONAME ??_7H235_PwdCertToken@@6B@ @3652 NONAME ??_7H235_RandomVal@@6B@ @3653 NONAME ??_7H235_ReturnSig@@6B@ @3654 NONAME ??_7H235_TimeStamp@@6B@ @3655 NONAME ??_7H235_TypedCertificate@@6B@ @3656 NONAME ??_7H235_V3KeySyncMaterial@@6B@ @26904 NONAME ??_7H245NegLogicalChannel@@6B@ @3657 NONAME ??_7H245NegLogicalChannels@@6B@ @3658 NONAME ??_7H245NegMasterSlaveDetermination@@6B@ @3659 NONAME ??_7H245Negotiator@@6B@ @3660 NONAME ??_7H245NegRequestMode@@6B@ @3661 NONAME ??_7H245NegRoundTripDelay@@6B@ @3662 NONAME ??_7H245NegTerminalCapabilitySet@@6B@ @3663 NONAME ??_7H245TransportThread@@6B@ @3664 NONAME ??_7H245_AlternativeCapabilitySet@@6B@ @3665 NONAME ??_7H245_ArrayOf_AlternativeCapabilitySet@@6B@ @3666 NONAME ??_7H245_ArrayOf_BEnhancementParameters@@6B@ @3667 NONAME ??_7H245_ArrayOf_CapabilityDescriptor@@6B@ @3668 NONAME ??_7H245_ArrayOf_CapabilityDescriptorNumber@@6B@ @3669 NONAME ??_7H245_ArrayOf_CapabilityTableEntry@@6B@ @3670 NONAME ??_7H245_ArrayOf_CapabilityTableEntryNumber@@6B@ @3671 NONAME ??_7H245_ArrayOf_CommunicationModeTableEntry@@6B@ @3672 NONAME ??_7H245_ArrayOf_CustomPictureClockFrequency@@6B@ @3673 NONAME ??_7H245_ArrayOf_CustomPictureFormat@@6B@ @3674 NONAME ??_7H245_ArrayOf_DataApplicationCapability@@6B@ @3675 NONAME ??_7H245_ArrayOf_DialingInformationNetworkType@@6B@ @17088 NONAME ??_7H245_ArrayOf_DialingInformationNumber@@6B@ @17089 NONAME ??_7H245_ArrayOf_EnhancementOptions@@6B@ @3676 NONAME ??_7H245_ArrayOf_EscrowData@@6B@ @3677 NONAME ??_7H245_ArrayOf_GenericCapability@@6B@ @45183 NONAME ??_7H245_ArrayOf_GenericParameter@@6B@ @17090 NONAME ??_7H245_ArrayOf_H263ModeComboFlags@@6B@ @3678 NONAME ??_7H245_ArrayOf_H263VideoModeCombos@@6B@ @3679 NONAME ??_7H245_ArrayOf_MediaChannelCapability@@6B@ @3680 NONAME ??_7H245_ArrayOf_MediaDistributionCapability@@6B@ @3681 NONAME ??_7H245_ArrayOf_ModeDescription@@6B@ @3682 NONAME ??_7H245_ArrayOf_MultiplePayloadStreamElement@@6B@ @26905 NONAME ??_7H245_ArrayOf_MultiplePayloadStreamElementMode@@6B@ @26906 NONAME ??_7H245_ArrayOf_MultiplexElement@@6B@ @3683 NONAME ??_7H245_ArrayOf_MultiplexEntryDescriptor@@6B@ @3684 NONAME ??_7H245_ArrayOf_MultiplexEntryRejectionDescriptions@@6B@ @3685 NONAME ??_7H245_ArrayOf_MultiplexTableEntryNumber@@6B@ @3686 NONAME ??_7H245_ArrayOf_NonStandardParameter@@6B@ @3687 NONAME ??_7H245_ArrayOf_ParameterIdentifier@@6B@ @17091 NONAME ??_7H245_ArrayOf_PictureReference@@6B@ @17092 NONAME ??_7H245_ArrayOf_Q2931Address@@6B@ @17093 NONAME ??_7H245_ArrayOf_QOSCapability@@6B@ @3688 NONAME ??_7H245_ArrayOf_RedundancyEncodingCapability@@6B@ @3689 NONAME ??_7H245_ArrayOf_RedundancyEncodingDTModeElement@@6B@ @26907 NONAME ??_7H245_ArrayOf_RedundancyEncodingElement@@6B@ @26908 NONAME ??_7H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@6B@ @3690 NONAME ??_7H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@6B@ @3691 NONAME ??_7H245_ArrayOf_RTPPayloadType@@6B@ @3692 NONAME ??_7H245_ArrayOf_TerminalInformation@@6B@ @3693 NONAME ??_7H245_ArrayOf_TerminalLabel@@6B@ @3694 NONAME ??_7H245_ArrayOf_VCCapability@@6B@ @3695 NONAME ??_7H245_ArrayOf_VideoCapability@@6B@ @45184 NONAME ??_7H245_ATMParameters@@6B@ @3696 NONAME ??_7H245_AudioCapability@@6B@ @3697 NONAME ??_7H245_AudioCapability_g7231@@6B@ @3698 NONAME ??_7H245_AudioMode@@6B@ @3699 NONAME ??_7H245_AudioMode_g7231@@6B@ @3700 NONAME ??_7H245_AudioTelephonyEventCapability@@6B@ @17094 NONAME ??_7H245_AudioToneCapability@@6B@ @17095 NONAME ??_7H245_AuthenticationCapability@@6B@ @3701 NONAME ??_7H245_BEnhancementParameters@@6B@ @3702 NONAME ??_7H245_Capability@@6B@ @3703 NONAME ??_7H245_CapabilityDescriptor@@6B@ @3704 NONAME ??_7H245_CapabilityDescriptorNumber@@6B@ @3705 NONAME ??_7H245_CapabilityIdentifier@@6B@ @17096 NONAME ??_7H245_CapabilityTableEntry@@6B@ @3706 NONAME ??_7H245_CapabilityTableEntryNumber@@6B@ @3707 NONAME ??_7H245_Capability_h233EncryptionReceiveCapability@@6B@ @3708 NONAME ??_7H245_CertSelectionCriteria@@6B@ @3709 NONAME ??_7H245_CloseLogicalChannel@@6B@ @3710 NONAME ??_7H245_CloseLogicalChannelAck@@6B@ @3711 NONAME ??_7H245_CloseLogicalChannel_reason@@6B@ @3712 NONAME ??_7H245_CloseLogicalChannel_source@@6B@ @3713 NONAME ??_7H245_CommandMessage@@6B@ @3714 NONAME ??_7H245_CommunicationModeCommand@@6B@ @3715 NONAME ??_7H245_CommunicationModeRequest@@6B@ @3716 NONAME ??_7H245_CommunicationModeResponse@@6B@ @3717 NONAME ??_7H245_CommunicationModeTableEntry@@6B@ @3718 NONAME ??_7H245_CommunicationModeTableEntry_dataType@@6B@ @3719 NONAME ??_7H245_CompressionType@@6B@ @3720 NONAME ??_7H245_ConferenceCapability@@6B@ @3721 NONAME ??_7H245_ConferenceCommand@@6B@ @3722 NONAME ??_7H245_ConferenceID@@6B@ @3723 NONAME ??_7H245_ConferenceIndication@@6B@ @3724 NONAME ??_7H245_ConferenceRequest@@6B@ @3725 NONAME ??_7H245_ConferenceRequest_requestTerminalCertificate@@6B@ @3726 NONAME ??_7H245_ConferenceResponse@@6B@ @3727 NONAME ??_7H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@6B@ @3728 NONAME ??_7H245_ConferenceResponse_chairTokenOwnerResponse@@6B@ @3729 NONAME ??_7H245_ConferenceResponse_conferenceIDResponse@@6B@ @3730 NONAME ??_7H245_ConferenceResponse_extensionAddressResponse@@6B@ @3731 NONAME ??_7H245_ConferenceResponse_makeMeChairResponse@@6B@ @3732 NONAME ??_7H245_ConferenceResponse_makeTerminalBroadcasterResponse@@6B@ @3733 NONAME ??_7H245_ConferenceResponse_mCTerminalIDResponse@@6B@ @3734 NONAME ??_7H245_ConferenceResponse_passwordResponse@@6B@ @3735 NONAME ??_7H245_ConferenceResponse_sendThisSourceResponse@@6B@ @3736 NONAME ??_7H245_ConferenceResponse_terminalCertificateResponse@@6B@ @3737 NONAME ??_7H245_ConferenceResponse_terminalIDResponse@@6B@ @3738 NONAME ??_7H245_ConnectionIdentifier@@6B@ @17097 NONAME ??_7H245_CRCLength@@6B@ @3739 NONAME ??_7H245_Criteria@@6B@ @3740 NONAME ??_7H245_CustomPictureClockFrequency@@6B@ @3741 NONAME ??_7H245_CustomPictureFormat@@6B@ @3742 NONAME ??_7H245_CustomPictureFormat_mPI@@6B@ @3743 NONAME ??_7H245_CustomPictureFormat_mPI_customPCF@@6B@ @3744 NONAME ??_7H245_CustomPictureFormat_mPI_customPCF_subtype@@6B@ @3745 NONAME ??_7H245_CustomPictureFormat_pixelAspectInformation@@6B@ @3746 NONAME ??_7H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@6B@ @3747 NONAME ??_7H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@6B@ @3748 NONAME ??_7H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@6B@ @3749 NONAME ??_7H245_DataApplicationCapability@@6B@ @3750 NONAME ??_7H245_DataApplicationCapability_application@@6B@ @3751 NONAME ??_7H245_DataApplicationCapability_application_nlpid@@6B@ @3752 NONAME ??_7H245_DataApplicationCapability_application_t38fax@@6B@ @17098 NONAME ??_7H245_DataApplicationCapability_application_t84@@6B@ @3753 NONAME ??_7H245_DataMode@@6B@ @3754 NONAME ??_7H245_DataMode_application@@6B@ @3755 NONAME ??_7H245_DataMode_application_nlpid@@6B@ @3756 NONAME ??_7H245_DataMode_application_t38fax@@6B@ @17099 NONAME ??_7H245_DataProtocolCapability@@6B@ @3757 NONAME ??_7H245_DataProtocolCapability_v76wCompression@@6B@ @3758 NONAME ??_7H245_DataType@@6B@ @3759 NONAME ??_7H245_DepFECCapability@@6B@ @45570 NONAME ??_7H245_DepFECCapability_rfc2733@@6B@ @45571 NONAME ??_7H245_DepFECCapability_rfc2733_separateStream@@6B@ @45572 NONAME ??_7H245_DepFECData@@6B@ @45573 NONAME ??_7H245_DepFECData_rfc2733@@6B@ @45574 NONAME ??_7H245_DepFECData_rfc2733_mode@@6B@ @45575 NONAME ??_7H245_DepFECData_rfc2733_mode_separateStream@@6B@ @45576 NONAME ??_7H245_DepFECData_rfc2733_mode_separateStream_differentPort@@6B@ @45577 NONAME ??_7H245_DepFECData_rfc2733_mode_separateStream_samePort@@6B@ @45578 NONAME ??_7H245_DepFECMode@@6B@ @45579 NONAME ??_7H245_DepFECMode_rfc2733Mode@@6B@ @45580 NONAME ??_7H245_DepFECMode_rfc2733Mode_mode@@6B@ @45581 NONAME ??_7H245_DepFECMode_rfc2733Mode_mode_separateStream@@6B@ @45582 NONAME ??_7H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@6B@ @45583 NONAME ??_7H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@6B@ @45584 NONAME ??_7H245_DialingInformation@@6B@ @17100 NONAME ??_7H245_DialingInformationNetworkType@@6B@ @17101 NONAME ??_7H245_DialingInformationNumber@@6B@ @17102 NONAME ??_7H245_EncryptionAuthenticationAndIntegrity@@6B@ @3760 NONAME ??_7H245_EncryptionCapability@@6B@ @3761 NONAME ??_7H245_EncryptionCommand@@6B@ @3762 NONAME ??_7H245_EncryptionCommand_encryptionAlgorithmID@@6B@ @3763 NONAME ??_7H245_EncryptionMode@@6B@ @3764 NONAME ??_7H245_EncryptionSync@@6B@ @3765 NONAME ??_7H245_EncryptionUpdateDirection@@6B@ @45185 NONAME ??_7H245_EncryptionUpdateRequest@@6B@ @3766 NONAME ??_7H245_EndSessionCommand@@6B@ @3767 NONAME ??_7H245_EndSessionCommand_gstnOptions@@6B@ @3768 NONAME ??_7H245_EndSessionCommand_isdnOptions@@6B@ @3769 NONAME ??_7H245_EnhancementLayerInfo@@6B@ @3770 NONAME ??_7H245_EnhancementOptions@@6B@ @3771 NONAME ??_7H245_EscrowData@@6B@ @3772 NONAME ??_7H245_ExtendedVideoCapability@@6B@ @45186 NONAME ??_7H245_FECCapability@@6B@ @26909 NONAME ??_7H245_FECCapability_rfc2733Format@@6B@ @45585 NONAME ??_7H245_FECData@@6B@ @26912 NONAME ??_7H245_FECData_rfc2733@@6B@ @26913 NONAME ??_7H245_FECData_rfc2733_pktMode@@6B@ @45586 NONAME ??_7H245_FECData_rfc2733_pktMode_rfc2733diffport@@6B@ @45587 NONAME ??_7H245_FECData_rfc2733_pktMode_rfc2733sameport@@6B@ @45588 NONAME ??_7H245_FECMode@@6B@ @26918 NONAME ??_7H245_FECMode_rfc2733Format@@6B@ @45589 NONAME ??_7H245_FlowControlCommand@@6B@ @3773 NONAME ??_7H245_FlowControlCommand_restriction@@6B@ @3774 NONAME ??_7H245_FlowControlCommand_scope@@6B@ @3775 NONAME ??_7H245_FlowControlIndication@@6B@ @17103 NONAME ??_7H245_FlowControlIndication_restriction@@6B@ @17104 NONAME ??_7H245_FlowControlIndication_scope@@6B@ @17105 NONAME ??_7H245_FunctionNotSupported@@6B@ @3776 NONAME ??_7H245_FunctionNotSupported_cause@@6B@ @3777 NONAME ??_7H245_FunctionNotUnderstood@@6B@ @3778 NONAME ??_7H245_G7231AnnexCCapability@@6B@ @3779 NONAME ??_7H245_G7231AnnexCCapability_g723AnnexCAudioMode@@6B@ @3780 NONAME ??_7H245_G7231AnnexCMode@@6B@ @3781 NONAME ??_7H245_G7231AnnexCMode_g723AnnexCAudioMode@@6B@ @3782 NONAME ??_7H245_G729Extensions@@6B@ @17106 NONAME ??_7H245_GenericCapability@@6B@ @17107 NONAME ??_7H245_GenericMessage@@6B@ @45187 NONAME ??_7H245_GenericParameter@@6B@ @17108 NONAME ??_7H245_GSMAudioCapability@@6B@ @3783 NONAME ??_7H245_H222Capability@@6B@ @3784 NONAME ??_7H245_H222LogicalChannelParameters@@6B@ @3785 NONAME ??_7H245_H223AL1MParameters@@6B@ @3786 NONAME ??_7H245_H223AL1MParameters_arqType@@6B@ @3787 NONAME ??_7H245_H223AL1MParameters_crcLength@@6B@ @3788 NONAME ??_7H245_H223AL1MParameters_headerFEC@@6B@ @3789 NONAME ??_7H245_H223AL1MParameters_transferMode@@6B@ @3790 NONAME ??_7H245_H223AL2MParameters@@6B@ @3791 NONAME ??_7H245_H223AL2MParameters_headerFEC@@6B@ @3792 NONAME ??_7H245_H223AL3MParameters@@6B@ @3793 NONAME ??_7H245_H223AL3MParameters_arqType@@6B@ @3794 NONAME ??_7H245_H223AL3MParameters_crcLength@@6B@ @3795 NONAME ??_7H245_H223AL3MParameters_headerFormat@@6B@ @3796 NONAME ??_7H245_H223AnnexCArqParameters@@6B@ @3797 NONAME ??_7H245_H223AnnexCArqParameters_numberOfRetransmissions@@6B@ @3798 NONAME ??_7H245_H223AnnexCCapability@@6B@ @3799 NONAME ??_7H245_H223Capability@@6B@ @3800 NONAME ??_7H245_H223Capability_h223MultiplexTableCapability@@6B@ @3801 NONAME ??_7H245_H223Capability_h223MultiplexTableCapability_enhanced@@6B@ @3802 NONAME ??_7H245_H223Capability_mobileMultilinkFrameCapability@@6B@ @17109 NONAME ??_7H245_H223Capability_mobileOperationTransmitCapability@@6B@ @3803 NONAME ??_7H245_H223LogicalChannelParameters@@6B@ @3804 NONAME ??_7H245_H223LogicalChannelParameters_adaptationLayerType@@6B@ @3805 NONAME ??_7H245_H223LogicalChannelParameters_adaptationLayerType_al3@@6B@ @3806 NONAME ??_7H245_H223ModeParameters@@6B@ @3807 NONAME ??_7H245_H223ModeParameters_adaptationLayerType@@6B@ @3808 NONAME ??_7H245_H223ModeParameters_adaptationLayerType_al3@@6B@ @3809 NONAME ??_7H245_H223MultiplexReconfiguration@@6B@ @3810 NONAME ??_7H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@6B@ @3811 NONAME ??_7H245_H223MultiplexReconfiguration_h223ModeChange@@6B@ @3812 NONAME ??_7H245_H223SkewIndication@@6B@ @3813 NONAME ??_7H245_H2250Capability@@6B@ @3814 NONAME ??_7H245_H2250Capability_mcCapability@@6B@ @3815 NONAME ??_7H245_H2250LogicalChannelAckParameters@@6B@ @3816 NONAME ??_7H245_H2250LogicalChannelParameters@@6B@ @3817 NONAME ??_7H245_H2250LogicalChannelParameters_mediaPacketization@@6B@ @3818 NONAME ??_7H245_H2250MaximumSkewIndication@@6B@ @3819 NONAME ??_7H245_H2250ModeParameters@@6B@ @3820 NONAME ??_7H245_H235Media@@6B@ @3821 NONAME ??_7H245_H235Media_mediaType@@6B@ @3822 NONAME ??_7H245_H235Mode@@6B@ @3823 NONAME ??_7H245_H235Mode_mediaMode@@6B@ @3824 NONAME ??_7H245_H235SecurityCapability@@6B@ @3825 NONAME ??_7H245_H261VideoCapability@@6B@ @3826 NONAME ??_7H245_H261VideoMode@@6B@ @3827 NONAME ??_7H245_H261VideoMode_resolution@@6B@ @3828 NONAME ??_7H245_H262VideoCapability@@6B@ @3829 NONAME ??_7H245_H262VideoMode@@6B@ @3830 NONAME ??_7H245_H262VideoMode_profileAndLevel@@6B@ @3831 NONAME ??_7H245_H263ModeComboFlags@@6B@ @3832 NONAME ??_7H245_H263Options@@6B@ @3833 NONAME ??_7H245_H263Version3Options@@6B@ @17110 NONAME ??_7H245_H263VideoCapability@@6B@ @3834 NONAME ??_7H245_H263VideoMode@@6B@ @3835 NONAME ??_7H245_H263VideoModeCombos@@6B@ @3836 NONAME ??_7H245_H263VideoMode_resolution@@6B@ @3837 NONAME ??_7H245_IndicationMessage@@6B@ @3838 NONAME ??_7H245_IntegrityCapability@@6B@ @3839 NONAME ??_7H245_IS11172AudioCapability@@6B@ @3840 NONAME ??_7H245_IS11172AudioMode@@6B@ @3841 NONAME ??_7H245_IS11172AudioMode_audioLayer@@6B@ @3842 NONAME ??_7H245_IS11172AudioMode_audioSampling@@6B@ @3843 NONAME ??_7H245_IS11172AudioMode_multichannelType@@6B@ @3844 NONAME ??_7H245_IS11172VideoCapability@@6B@ @3845 NONAME ??_7H245_IS11172VideoMode@@6B@ @3846 NONAME ??_7H245_IS13818AudioCapability@@6B@ @3847 NONAME ??_7H245_IS13818AudioMode@@6B@ @3848 NONAME ??_7H245_IS13818AudioMode_audioLayer@@6B@ @3849 NONAME ??_7H245_IS13818AudioMode_audioSampling@@6B@ @3850 NONAME ??_7H245_IS13818AudioMode_multichannelType@@6B@ @3851 NONAME ??_7H245_IV16@@6B@ @45188 NONAME ??_7H245_IV8@@6B@ @45189 NONAME ??_7H245_JitterIndication@@6B@ @3852 NONAME ??_7H245_JitterIndication_scope@@6B@ @3853 NONAME ??_7H245_KeyProtectionMethod@@6B@ @3854 NONAME ??_7H245_LogicalChannelNumber@@6B@ @3855 NONAME ??_7H245_LogicalChannelRateAcknowledge@@6B@ @17111 NONAME ??_7H245_LogicalChannelRateReject@@6B@ @17112 NONAME ??_7H245_LogicalChannelRateRejectReason@@6B@ @17113 NONAME ??_7H245_LogicalChannelRateRelease@@6B@ @17114 NONAME ??_7H245_LogicalChannelRateRequest@@6B@ @17115 NONAME ??_7H245_MaintenanceLoopAck@@6B@ @3856 NONAME ??_7H245_MaintenanceLoopAck_type@@6B@ @3857 NONAME ??_7H245_MaintenanceLoopOffCommand@@6B@ @3858 NONAME ??_7H245_MaintenanceLoopReject@@6B@ @3859 NONAME ??_7H245_MaintenanceLoopReject_cause@@6B@ @3860 NONAME ??_7H245_MaintenanceLoopReject_type@@6B@ @3861 NONAME ??_7H245_MaintenanceLoopRequest@@6B@ @3862 NONAME ??_7H245_MaintenanceLoopRequest_type@@6B@ @3863 NONAME ??_7H245_MasterSlaveDetermination@@6B@ @3864 NONAME ??_7H245_MasterSlaveDeterminationAck@@6B@ @3865 NONAME ??_7H245_MasterSlaveDeterminationAck_decision@@6B@ @3866 NONAME ??_7H245_MasterSlaveDeterminationReject@@6B@ @3867 NONAME ??_7H245_MasterSlaveDeterminationReject_cause@@6B@ @3868 NONAME ??_7H245_MasterSlaveDeterminationRelease@@6B@ @3869 NONAME ??_7H245_MaximumBitRate@@6B@ @17116 NONAME ??_7H245_MaxRedundancy@@6B@ @45590 NONAME ??_7H245_MCLocationIndication@@6B@ @3870 NONAME ??_7H245_McuNumber@@6B@ @3871 NONAME ??_7H245_MediaChannelCapability@@6B@ @3872 NONAME ??_7H245_MediaDistributionCapability@@6B@ @3873 NONAME ??_7H245_MediaEncryptionAlgorithm@@6B@ @3874 NONAME ??_7H245_MediaPacketizationCapability@@6B@ @3875 NONAME ??_7H245_MediaTransportType@@6B@ @3876 NONAME ??_7H245_MediaTransportType_atm_AAL5_compressed@@6B@ @17117 NONAME ??_7H245_MiscellaneousCommand@@6B@ @3877 NONAME ??_7H245_MiscellaneousCommand_type@@6B@ @3878 NONAME ??_7H245_MiscellaneousCommand_type_encryptionUpdateAck@@6B@ @45190 NONAME ??_7H245_MiscellaneousCommand_type_encryptionUpdateCommand@@6B@ @45191 NONAME ??_7H245_MiscellaneousCommand_type_lostPartialPicture@@6B@ @17118 NONAME ??_7H245_MiscellaneousCommand_type_progressiveRefinementStart@@6B@ @3879 NONAME ??_7H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@6B@ @3880 NONAME ??_7H245_MiscellaneousCommand_type_videoBadMBs@@6B@ @17119 NONAME ??_7H245_MiscellaneousCommand_type_videoFastUpdateGOB@@6B@ @3881 NONAME ??_7H245_MiscellaneousCommand_type_videoFastUpdateMB@@6B@ @3882 NONAME ??_7H245_MiscellaneousIndication@@6B@ @3883 NONAME ??_7H245_MiscellaneousIndication_type@@6B@ @3884 NONAME ??_7H245_MiscellaneousIndication_type_videoNotDecodedMBs@@6B@ @3885 NONAME ??_7H245_MobileMultilinkReconfigurationCommand@@6B@ @17120 NONAME ??_7H245_MobileMultilinkReconfigurationCommand_status@@6B@ @17121 NONAME ??_7H245_MobileMultilinkReconfigurationIndication@@6B@ @17122 NONAME ??_7H245_ModeDescription@@6B@ @3886 NONAME ??_7H245_ModeElement@@6B@ @3887 NONAME ??_7H245_ModeElementType@@6B@ @26924 NONAME ??_7H245_MulticastAddress@@6B@ @3889 NONAME ??_7H245_MulticastAddress_iP6Address@@6B@ @3890 NONAME ??_7H245_MulticastAddress_iPAddress@@6B@ @3891 NONAME ??_7H245_MultilinkIndication@@6B@ @17123 NONAME ??_7H245_MultilinkIndication_crcDesired@@6B@ @17124 NONAME ??_7H245_MultilinkIndication_excessiveError@@6B@ @17125 NONAME ??_7H245_MultilinkRequest@@6B@ @17126 NONAME ??_7H245_MultilinkRequest_addConnection@@6B@ @17127 NONAME ??_7H245_MultilinkRequest_callInformation@@6B@ @17128 NONAME ??_7H245_MultilinkRequest_maximumHeaderInterval@@6B@ @17129 NONAME ??_7H245_MultilinkRequest_maximumHeaderInterval_requestType@@6B@ @17130 NONAME ??_7H245_MultilinkRequest_removeConnection@@6B@ @17131 NONAME ??_7H245_MultilinkResponse@@6B@ @17132 NONAME ??_7H245_MultilinkResponse_addConnection@@6B@ @17133 NONAME ??_7H245_MultilinkResponse_addConnection_responseCode@@6B@ @17134 NONAME ??_7H245_MultilinkResponse_addConnection_responseCode_rejected@@6B@ @17135 NONAME ??_7H245_MultilinkResponse_callInformation@@6B@ @17136 NONAME ??_7H245_MultilinkResponse_maximumHeaderInterval@@6B@ @17137 NONAME ??_7H245_MultilinkResponse_removeConnection@@6B@ @17138 NONAME ??_7H245_MultimediaSystemControlMessage@@6B@ @3892 NONAME ??_7H245_MultiplePayloadStream@@6B@ @26925 NONAME ??_7H245_MultiplePayloadStreamCapability@@6B@ @26926 NONAME ??_7H245_MultiplePayloadStreamElement@@6B@ @26927 NONAME ??_7H245_MultiplePayloadStreamElementMode@@6B@ @26928 NONAME ??_7H245_MultiplePayloadStreamMode@@6B@ @26929 NONAME ??_7H245_MultiplexCapability@@6B@ @3893 NONAME ??_7H245_MultiplexedStreamCapability@@6B@ @17139 NONAME ??_7H245_MultiplexedStreamModeParameters@@6B@ @17140 NONAME ??_7H245_MultiplexedStreamParameter@@6B@ @17141 NONAME ??_7H245_MultiplexElement@@6B@ @3894 NONAME ??_7H245_MultiplexElement_repeatCount@@6B@ @3895 NONAME ??_7H245_MultiplexElement_type@@6B@ @3896 NONAME ??_7H245_MultiplexEntryDescriptor@@6B@ @3897 NONAME ??_7H245_MultiplexEntryRejectionDescriptions@@6B@ @3898 NONAME ??_7H245_MultiplexEntryRejectionDescriptions_cause@@6B@ @3899 NONAME ??_7H245_MultiplexEntrySend@@6B@ @3900 NONAME ??_7H245_MultiplexEntrySendAck@@6B@ @3901 NONAME ??_7H245_MultiplexEntrySendReject@@6B@ @3902 NONAME ??_7H245_MultiplexEntrySendRelease@@6B@ @3903 NONAME ??_7H245_MultiplexFormat@@6B@ @17142 NONAME ??_7H245_MultiplexTableEntryNumber@@6B@ @3904 NONAME ??_7H245_MultipointCapability@@6B@ @3905 NONAME ??_7H245_NetworkAccessParameters@@6B@ @3906 NONAME ??_7H245_NetworkAccessParameters_distribution@@6B@ @3907 NONAME ??_7H245_NetworkAccessParameters_networkAddress@@6B@ @3908 NONAME ??_7H245_NetworkAccessParameters_t120SetupProcedure@@6B@ @3909 NONAME ??_7H245_NewATMVCCommand@@6B@ @17143 NONAME ??_7H245_NewATMVCCommand_aal@@6B@ @17144 NONAME ??_7H245_NewATMVCCommand_aal_aal1@@6B@ @17145 NONAME ??_7H245_NewATMVCCommand_aal_aal1_clockRecovery@@6B@ @17146 NONAME ??_7H245_NewATMVCCommand_aal_aal1_errorCorrection@@6B@ @17147 NONAME ??_7H245_NewATMVCCommand_aal_aal5@@6B@ @17148 NONAME ??_7H245_NewATMVCCommand_multiplex@@6B@ @17149 NONAME ??_7H245_NewATMVCCommand_reverseParameters@@6B@ @17150 NONAME ??_7H245_NewATMVCCommand_reverseParameters_multiplex@@6B@ @17151 NONAME ??_7H245_NewATMVCIndication@@6B@ @3910 NONAME ??_7H245_NewATMVCIndication_aal@@6B@ @3911 NONAME ??_7H245_NewATMVCIndication_aal_aal1@@6B@ @3912 NONAME ??_7H245_NewATMVCIndication_aal_aal1_clockRecovery@@6B@ @3913 NONAME ??_7H245_NewATMVCIndication_aal_aal1_errorCorrection@@6B@ @3914 NONAME ??_7H245_NewATMVCIndication_aal_aal5@@6B@ @3915 NONAME ??_7H245_NewATMVCIndication_multiplex@@6B@ @3916 NONAME ??_7H245_NewATMVCIndication_reverseParameters@@6B@ @3917 NONAME ??_7H245_NewATMVCIndication_reverseParameters_multiplex@@6B@ @3918 NONAME ??_7H245_NonStandardIdentifier@@6B@ @3919 NONAME ??_7H245_NonStandardIdentifier_h221NonStandard@@6B@ @3920 NONAME ??_7H245_NonStandardMessage@@6B@ @3921 NONAME ??_7H245_NonStandardParameter@@6B@ @3922 NONAME ??_7H245_NoPTAudioTelephonyEventCapability@@6B@ @26930 NONAME ??_7H245_NoPTAudioToneCapability@@6B@ @26931 NONAME ??_7H245_OpenLogicalChannel@@6B@ @3923 NONAME ??_7H245_OpenLogicalChannelAck@@6B@ @3924 NONAME ??_7H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@6B@ @3925 NONAME ??_7H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@6B@ @3926 NONAME ??_7H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@6B@ @3927 NONAME ??_7H245_OpenLogicalChannelConfirm@@6B@ @3928 NONAME ??_7H245_OpenLogicalChannelReject@@6B@ @3929 NONAME ??_7H245_OpenLogicalChannelReject_cause@@6B@ @3930 NONAME ??_7H245_OpenLogicalChannel_forwardLogicalChannelParameters@@6B@ @3931 NONAME ??_7H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@6B@ @3932 NONAME ??_7H245_OpenLogicalChannel_reverseLogicalChannelParameters@@6B@ @3933 NONAME ??_7H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@6B@ @3934 NONAME ??_7H245_ParameterIdentifier@@6B@ @17152 NONAME ??_7H245_ParameterValue@@6B@ @17153 NONAME ??_7H245_Params@@6B@ @45192 NONAME ??_7H245_Password@@6B@ @3935 NONAME ??_7H245_PictureReference@@6B@ @17154 NONAME ??_7H245_Q2931Address@@6B@ @3936 NONAME ??_7H245_Q2931Address_address@@6B@ @3937 NONAME ??_7H245_QOSCapability@@6B@ @3938 NONAME ??_7H245_QOSMode@@6B@ @3939 NONAME ??_7H245_RedundancyEncoding@@6B@ @3940 NONAME ??_7H245_RedundancyEncodingCapability@@6B@ @3941 NONAME ??_7H245_RedundancyEncodingDTMode@@6B@ @26932 NONAME ??_7H245_RedundancyEncodingDTModeElement@@6B@ @26933 NONAME ??_7H245_RedundancyEncodingDTModeElement_type@@6B@ @26934 NONAME ??_7H245_RedundancyEncodingElement@@6B@ @26935 NONAME ??_7H245_RedundancyEncodingMethod@@6B@ @3942 NONAME ??_7H245_RedundancyEncodingMode@@6B@ @3943 NONAME ??_7H245_RedundancyEncodingMode_secondaryEncoding@@6B@ @3944 NONAME ??_7H245_RedundancyEncoding_rtpRedundancyEncoding@@6B@ @26936 NONAME ??_7H245_RefPictureSelection@@6B@ @3945 NONAME ??_7H245_RefPictureSelection_additionalPictureMemory@@6B@ @3946 NONAME ??_7H245_RefPictureSelection_enhancedReferencePicSelect@@6B@ @17155 NONAME ??_7H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@6B@ @17156 NONAME ??_7H245_RefPictureSelection_videoBackChannelSend@@6B@ @3947 NONAME ??_7H245_RemoteMCRequest@@6B@ @3948 NONAME ??_7H245_RemoteMCResponse@@6B@ @3949 NONAME ??_7H245_RemoteMCResponse_reject@@6B@ @3950 NONAME ??_7H245_RequestAllTerminalIDsResponse@@6B@ @3951 NONAME ??_7H245_RequestChannelClose@@6B@ @3952 NONAME ??_7H245_RequestChannelCloseAck@@6B@ @3953 NONAME ??_7H245_RequestChannelCloseReject@@6B@ @3954 NONAME ??_7H245_RequestChannelCloseReject_cause@@6B@ @3955 NONAME ??_7H245_RequestChannelCloseRelease@@6B@ @3956 NONAME ??_7H245_RequestChannelClose_reason@@6B@ @3957 NONAME ??_7H245_RequestMessage@@6B@ @3958 NONAME ??_7H245_RequestMode@@6B@ @3959 NONAME ??_7H245_RequestModeAck@@6B@ @3960 NONAME ??_7H245_RequestModeAck_response@@6B@ @3961 NONAME ??_7H245_RequestModeReject@@6B@ @3962 NONAME ??_7H245_RequestModeReject_cause@@6B@ @3963 NONAME ??_7H245_RequestModeRelease@@6B@ @3964 NONAME ??_7H245_RequestMultiplexEntry@@6B@ @3965 NONAME ??_7H245_RequestMultiplexEntryAck@@6B@ @3966 NONAME ??_7H245_RequestMultiplexEntryReject@@6B@ @3967 NONAME ??_7H245_RequestMultiplexEntryRejectionDescriptions@@6B@ @3968 NONAME ??_7H245_RequestMultiplexEntryRejectionDescriptions_cause@@6B@ @3969 NONAME ??_7H245_RequestMultiplexEntryRelease@@6B@ @3970 NONAME ??_7H245_ResponseMessage@@6B@ @3971 NONAME ??_7H245_RoundTripDelayRequest@@6B@ @3972 NONAME ??_7H245_RoundTripDelayResponse@@6B@ @3973 NONAME ??_7H245_RSVPParameters@@6B@ @3974 NONAME ??_7H245_RTPH263VideoRedundancyEncoding@@6B@ @3975 NONAME ??_7H245_RTPH263VideoRedundancyEncoding_containedThreads@@6B@ @3976 NONAME ??_7H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@6B@ @3977 NONAME ??_7H245_RTPH263VideoRedundancyFrameMapping@@6B@ @3978 NONAME ??_7H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@6B@ @3979 NONAME ??_7H245_RTPPayloadType@@6B@ @3980 NONAME ??_7H245_RTPPayloadType_payloadDescriptor@@6B@ @3981 NONAME ??_7H245_SendTerminalCapabilitySet@@6B@ @3982 NONAME ??_7H245_SendTerminalCapabilitySet_specificRequest@@6B@ @3983 NONAME ??_7H245_SequenceNumber@@6B@ @3984 NONAME ??_7H245_SubstituteConferenceIDCommand@@6B@ @3985 NONAME ??_7H245_T38FaxProfile@@6B@ @17157 NONAME ??_7H245_T38FaxRateManagement@@6B@ @17158 NONAME ??_7H245_T38FaxTcpOptions@@6B@ @17159 NONAME ??_7H245_T38FaxUdpOptions@@6B@ @17160 NONAME ??_7H245_T38FaxUdpOptions_t38FaxUdpEC@@6B@ @17161 NONAME ??_7H245_T84Profile@@6B@ @3986 NONAME ??_7H245_T84Profile_t84Restricted@@6B@ @3987 NONAME ??_7H245_TerminalCapabilitySet@@6B@ @3988 NONAME ??_7H245_TerminalCapabilitySetAck@@6B@ @3989 NONAME ??_7H245_TerminalCapabilitySetReject@@6B@ @3990 NONAME ??_7H245_TerminalCapabilitySetReject_cause@@6B@ @3991 NONAME ??_7H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@6B@ @3992 NONAME ??_7H245_TerminalCapabilitySetRelease@@6B@ @3993 NONAME ??_7H245_TerminalID@@6B@ @3994 NONAME ??_7H245_TerminalInformation@@6B@ @3995 NONAME ??_7H245_TerminalLabel@@6B@ @3996 NONAME ??_7H245_TerminalNumber@@6B@ @3997 NONAME ??_7H245_TerminalYouAreSeeingInSubPictureNumber@@6B@ @3998 NONAME ??_7H245_TransparencyParameters@@6B@ @3999 NONAME ??_7H245_TransportAddress@@6B@ @4000 NONAME ??_7H245_TransportCapability@@6B@ @4001 NONAME ??_7H245_UnicastAddress@@6B@ @4002 NONAME ??_7H245_UnicastAddress_iP6Address@@6B@ @4003 NONAME ??_7H245_UnicastAddress_iPAddress@@6B@ @4004 NONAME ??_7H245_UnicastAddress_iPSourceRouteAddress@@6B@ @4005 NONAME ??_7H245_UnicastAddress_iPSourceRouteAddress_route@@6B@ @4006 NONAME ??_7H245_UnicastAddress_iPSourceRouteAddress_routing@@6B@ @4007 NONAME ??_7H245_UnicastAddress_iPXAddress@@6B@ @4008 NONAME ??_7H245_UserInputCapability@@6B@ @4009 NONAME ??_7H245_UserInputIndication@@6B@ @4010 NONAME ??_7H245_UserInputIndication_encryptedAlphanumeric@@6B@ @45193 NONAME ??_7H245_UserInputIndication_extendedAlphanumeric@@6B@ @17162 NONAME ??_7H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@6B@ @45194 NONAME ??_7H245_UserInputIndication_signal@@6B@ @4011 NONAME ??_7H245_UserInputIndication_signalUpdate@@6B@ @4012 NONAME ??_7H245_UserInputIndication_signalUpdate_rtp@@6B@ @4013 NONAME ??_7H245_UserInputIndication_signal_rtp@@6B@ @4014 NONAME ??_7H245_UserInputIndication_userInputSupportIndication@@6B@ @4015 NONAME ??_7H245_V42bis@@6B@ @4016 NONAME ??_7H245_V75Capability@@6B@ @4017 NONAME ??_7H245_V75Parameters@@6B@ @4018 NONAME ??_7H245_V76Capability@@6B@ @4019 NONAME ??_7H245_V76HDLCParameters@@6B@ @4020 NONAME ??_7H245_V76LogicalChannelParameters@@6B@ @4021 NONAME ??_7H245_V76LogicalChannelParameters_mode@@6B@ @4022 NONAME ??_7H245_V76LogicalChannelParameters_mode_eRM@@6B@ @4023 NONAME ??_7H245_V76LogicalChannelParameters_mode_eRM_recovery@@6B@ @4024 NONAME ??_7H245_V76LogicalChannelParameters_suspendResume@@6B@ @4025 NONAME ??_7H245_V76ModeParameters@@6B@ @4026 NONAME ??_7H245_VBDCapability@@6B@ @26937 NONAME ??_7H245_VBDMode@@6B@ @26938 NONAME ??_7H245_VCCapability@@6B@ @4027 NONAME ??_7H245_VCCapability_aal1@@6B@ @4028 NONAME ??_7H245_VCCapability_aal1ViaGateway@@6B@ @17163 NONAME ??_7H245_VCCapability_aal5@@6B@ @4029 NONAME ??_7H245_VCCapability_availableBitRates@@6B@ @4030 NONAME ??_7H245_VCCapability_availableBitRates_type@@6B@ @4031 NONAME ??_7H245_VCCapability_availableBitRates_type_rangeOfBitRates@@6B@ @4032 NONAME ??_7H245_VendorIdentification@@6B@ @4033 NONAME ??_7H245_VideoCapability@@6B@ @4034 NONAME ??_7H245_VideoIndicateCompose@@6B@ @4035 NONAME ??_7H245_VideoMode@@6B@ @4036 NONAME ??_7H248_ActionReply@@6B@ @22226 NONAME ??_7H248_ActionRequest@@6B@ @22227 NONAME ??_7H248_AmmDescriptor@@6B@ @22228 NONAME ??_7H248_AmmRequest@@6B@ @22229 NONAME ??_7H248_AmmsReply@@6B@ @22230 NONAME ??_7H248_ArrayOf_ActionReply@@6B@ @22231 NONAME ??_7H248_ArrayOf_ActionRequest@@6B@ @22232 NONAME ??_7H248_ArrayOf_AmmDescriptor@@6B@ @22233 NONAME ??_7H248_ArrayOf_CommandReply@@6B@ @22234 NONAME ??_7H248_ArrayOf_CommandRequest@@6B@ @22235 NONAME ??_7H248_ArrayOf_EventParameter@@6B@ @22236 NONAME ??_7H248_ArrayOf_IndAuditParameter@@6B@ @22237 NONAME ??_7H248_ArrayOf_IndAudPropertyParm@@6B@ @22238 NONAME ??_7H248_ArrayOf_IndAudStreamDescriptor@@6B@ @22239 NONAME ??_7H248_ArrayOf_ModemType@@6B@ @22240 NONAME ??_7H248_ArrayOf_ObservedEvent@@6B@ @22241 NONAME ??_7H248_ArrayOf_PASN_OctetString@@6B@ @22242 NONAME ??_7H248_ArrayOf_PropertyGroup@@6B@ @22243 NONAME ??_7H248_ArrayOf_PropertyParm@@6B@ @22244 NONAME ??_7H248_ArrayOf_RequestedEvent@@6B@ @22245 NONAME ??_7H248_ArrayOf_SecondRequestedEvent@@6B@ @22246 NONAME ??_7H248_ArrayOf_Signal@@6B@ @22247 NONAME ??_7H248_ArrayOf_SigParameter@@6B@ @22248 NONAME ??_7H248_ArrayOf_StreamDescriptor@@6B@ @22249 NONAME ??_7H248_ArrayOf_TerminationID@@6B@ @22250 NONAME ??_7H248_ArrayOf_TopologyRequest@@6B@ @22251 NONAME ??_7H248_ArrayOf_Transaction@@6B@ @22252 NONAME ??_7H248_ArrayOf_WildcardField@@6B@ @22253 NONAME ??_7H248_AuditDescriptor@@6B@ @22254 NONAME ??_7H248_AuditReply@@6B@ @22255 NONAME ??_7H248_AuditRequest@@6B@ @22256 NONAME ??_7H248_AuditResult@@6B@ @22257 NONAME ??_7H248_AuditReturnParameter@@6B@ @22258 NONAME ??_7H248_AuthData@@6B@ @22259 NONAME ??_7H248_AuthenticationHeader@@6B@ @22260 NONAME ??_7H248_Command@@6B@ @22261 NONAME ??_7H248_CommandReply@@6B@ @22262 NONAME ??_7H248_CommandRequest@@6B@ @22263 NONAME ??_7H248_ContextAttrAuditRequest@@6B@ @22264 NONAME ??_7H248_ContextID@@6B@ @22265 NONAME ??_7H248_ContextRequest@@6B@ @22266 NONAME ??_7H248_DigitMapDescriptor@@6B@ @22267 NONAME ??_7H248_DigitMapName@@6B@ @22268 NONAME ??_7H248_DigitMapValue@@6B@ @22269 NONAME ??_7H248_DomainName@@6B@ @22270 NONAME ??_7H248_ErrorCode@@6B@ @22271 NONAME ??_7H248_ErrorDescriptor@@6B@ @22272 NONAME ??_7H248_ErrorText@@6B@ @22273 NONAME ??_7H248_EventBufferControl@@6B@ @22274 NONAME ??_7H248_EventBufferDescriptor@@6B@ @22275 NONAME ??_7H248_EventDM@@6B@ @22276 NONAME ??_7H248_EventName@@6B@ @22277 NONAME ??_7H248_EventParameter@@6B@ @22278 NONAME ??_7H248_EventParameter_extraInfo@@6B@ @22279 NONAME ??_7H248_EventsDescriptor@@6B@ @22280 NONAME ??_7H248_EventSpec@@6B@ @22281 NONAME ??_7H248_H221NonStandard@@6B@ @22282 NONAME ??_7H248_IndAudDigitMapDescriptor@@6B@ @22283 NONAME ??_7H248_IndAudEventBufferDescriptor@@6B@ @22284 NONAME ??_7H248_IndAudEventsDescriptor@@6B@ @22285 NONAME ??_7H248_IndAuditParameter@@6B@ @22286 NONAME ??_7H248_IndAudLocalControlDescriptor@@6B@ @22287 NONAME ??_7H248_IndAudLocalRemoteDescriptor@@6B@ @22288 NONAME ??_7H248_IndAudMediaDescriptor@@6B@ @22289 NONAME ??_7H248_IndAudMediaDescriptor_streams@@6B@ @22290 NONAME ??_7H248_IndAudPackagesDescriptor@@6B@ @22291 NONAME ??_7H248_IndAudPropertyGroup@@6B@ @22292 NONAME ??_7H248_IndAudPropertyParm@@6B@ @22293 NONAME ??_7H248_IndAudSeqSigList@@6B@ @22294 NONAME ??_7H248_IndAudSignal@@6B@ @22295 NONAME ??_7H248_IndAudSignalsDescriptor@@6B@ @22296 NONAME ??_7H248_IndAudStatisticsDescriptor@@6B@ @22297 NONAME ??_7H248_IndAudStreamDescriptor@@6B@ @22298 NONAME ??_7H248_IndAudStreamParms@@6B@ @22299 NONAME ??_7H248_IndAudTerminationStateDescriptor@@6B@ @22300 NONAME ??_7H248_IP4Address@@6B@ @22301 NONAME ??_7H248_IP6Address@@6B@ @22302 NONAME ??_7H248_LocalControlDescriptor@@6B@ @22303 NONAME ??_7H248_LocalRemoteDescriptor@@6B@ @22304 NONAME ??_7H248_MediaDescriptor@@6B@ @22305 NONAME ??_7H248_MediaDescriptor_streams@@6B@ @22306 NONAME ??_7H248_MegacoMessage@@6B@ @22307 NONAME ??_7H248_Message@@6B@ @22308 NONAME ??_7H248_Message_messageBody@@6B@ @22309 NONAME ??_7H248_MId@@6B@ @22310 NONAME ??_7H248_ModemDescriptor@@6B@ @22311 NONAME ??_7H248_ModemType@@6B@ @22312 NONAME ??_7H248_MuxDescriptor@@6B@ @22313 NONAME ??_7H248_MuxType@@6B@ @22314 NONAME ??_7H248_Name@@6B@ @22315 NONAME ??_7H248_NonStandardData@@6B@ @22316 NONAME ??_7H248_NonStandardIdentifier@@6B@ @22317 NONAME ??_7H248_NotifyCompletion@@6B@ @22318 NONAME ??_7H248_NotifyReply@@6B@ @22319 NONAME ??_7H248_NotifyRequest@@6B@ @22320 NONAME ??_7H248_ObservedEvent@@6B@ @22321 NONAME ??_7H248_ObservedEventsDescriptor@@6B@ @22322 NONAME ??_7H248_PackagesDescriptor@@6B@ @22323 NONAME ??_7H248_PackagesItem@@6B@ @22324 NONAME ??_7H248_PathName@@6B@ @22325 NONAME ??_7H248_PkgdName@@6B@ @22326 NONAME ??_7H248_PropertyGroup@@6B@ @22327 NONAME ??_7H248_PropertyParm@@6B@ @22328 NONAME ??_7H248_PropertyParm_extraInfo@@6B@ @22329 NONAME ??_7H248_Relation@@6B@ @22330 NONAME ??_7H248_RequestedActions@@6B@ @22331 NONAME ??_7H248_RequestedEvent@@6B@ @22332 NONAME ??_7H248_RequestID@@6B@ @22333 NONAME ??_7H248_SecondEventsDescriptor@@6B@ @22334 NONAME ??_7H248_SecondRequestedActions@@6B@ @22335 NONAME ??_7H248_SecondRequestedEvent@@6B@ @22336 NONAME ??_7H248_SecurityParmIndex@@6B@ @22337 NONAME ??_7H248_SeqSigList@@6B@ @22338 NONAME ??_7H248_SequenceNum@@6B@ @22339 NONAME ??_7H248_ServiceChangeAddress@@6B@ @22340 NONAME ??_7H248_ServiceChangeMethod@@6B@ @22341 NONAME ??_7H248_ServiceChangeParm@@6B@ @22342 NONAME ??_7H248_ServiceChangeProfile@@6B@ @22343 NONAME ??_7H248_ServiceChangeReply@@6B@ @22344 NONAME ??_7H248_ServiceChangeRequest@@6B@ @22345 NONAME ??_7H248_ServiceChangeResParm@@6B@ @22346 NONAME ??_7H248_ServiceChangeResult@@6B@ @22347 NONAME ??_7H248_ServiceState@@6B@ @22348 NONAME ??_7H248_Signal@@6B@ @22349 NONAME ??_7H248_SignalName@@6B@ @22350 NONAME ??_7H248_SignalRequest@@6B@ @22351 NONAME ??_7H248_SignalsDescriptor@@6B@ @22352 NONAME ??_7H248_SignalType@@6B@ @22353 NONAME ??_7H248_SigParameter@@6B@ @22354 NONAME ??_7H248_SigParameter_extraInfo@@6B@ @22355 NONAME ??_7H248_StatisticsDescriptor@@6B@ @22356 NONAME ??_7H248_StatisticsParameter@@6B@ @22357 NONAME ??_7H248_StreamDescriptor@@6B@ @22358 NONAME ??_7H248_StreamID@@6B@ @22359 NONAME ??_7H248_StreamMode@@6B@ @22360 NONAME ??_7H248_StreamParms@@6B@ @22361 NONAME ??_7H248_SubtractRequest@@6B@ @22362 NONAME ??_7H248_TerminationAudit@@6B@ @22363 NONAME ??_7H248_TerminationID@@6B@ @22364 NONAME ??_7H248_TerminationIDList@@6B@ @22365 NONAME ??_7H248_TerminationStateDescriptor@@6B@ @22366 NONAME ??_7H248_TimeNotation@@6B@ @22367 NONAME ??_7H248_TopologyRequest@@6B@ @22368 NONAME ??_7H248_TopologyRequest_topologyDirection@@6B@ @22369 NONAME ??_7H248_Transaction@@6B@ @22370 NONAME ??_7H248_TransactionAck@@6B@ @22371 NONAME ??_7H248_TransactionId@@6B@ @22372 NONAME ??_7H248_TransactionPending@@6B@ @22373 NONAME ??_7H248_TransactionReply@@6B@ @22374 NONAME ??_7H248_TransactionReply_transactionResult@@6B@ @22375 NONAME ??_7H248_TransactionRequest@@6B@ @22376 NONAME ??_7H248_TransactionResponseAck@@6B@ @22377 NONAME ??_7H248_Value@@6B@ @22378 NONAME ??_7H248_WildcardField@@6B@ @22379 NONAME ??_7H261DCTEncoder@@6B@ @4037 NONAME ??_7H261Encoder@@6B@ @4038 NONAME ??_7H261PixelEncoder@@6B@ @4039 NONAME ??_7H263Packet@@6B@ @45897 NONAME ??_7H263PacketList@@6B@ @45898 NONAME ??_7H323AudioCapability@@6B@ @4040 NONAME ??_7H323AudioCodec@@6B@ @4041 NONAME ??_7H323BidirectionalChannel@@6B@ @4042 NONAME ??_7H323CallCreditServiceControl@@6B@ @22380 NONAME ??_7H323Capabilities@@6B@ @12513 NONAME ??_7H323CapabilitiesSet@@6B@ @12514 NONAME ??_7H323Capability@@6B@ @4043 NONAME ??_7H323Channel@@6B@ @4045 NONAME ??_7H323ChannelNumber@@6B@ @4046 NONAME ??_7H323Codec@@6B@ @4047 NONAME ??_7H323CodecPluginGenericAudioCapability@@6BH323AudioCapability@@@ @45379 NONAME ??_7H323CodecPluginGenericAudioCapability@@6BH323GenericCapabilityInfo@@@ @45380 NONAME ??_7H323CodecPluginNonStandardAudioCapability@@6BH323AudioCapability@@@ @28887 NONAME ??_7H323CodecPluginNonStandardAudioCapability@@6BH323NonStandardCapabilityInfo@@@ @28888 NONAME ??_7H323Connection@@6B@ @4048 NONAME ??_7H323ConnectionsCleaner@@6B@ @4049 NONAME ??_7H323ControlPDU@@6B@ @4050 NONAME ??_7H323DataCapability@@6B@ @4051 NONAME ??_7H323DataChannel@@6B@ @18830 NONAME ??_7H323DynaLink@@6B@ @42748 NONAME ??_7H323EndPoint@@6B@ @4052 NONAME ??_7H323FramedAudioCodec@@6B@ @4053 NONAME ??_7H323Gatekeeper@@6B@ @4054 NONAME ??_7H323GatekeeperARQ@@6B@ @19765 NONAME ??_7H323GatekeeperBRQ@@6B@ @19766 NONAME ??_7H323GatekeeperCall@@6B@ @19051 NONAME ??_7H323GatekeeperDRQ@@6B@ @19767 NONAME ??_7H323GatekeeperGRQ@@6B@ @19768 NONAME ??_7H323GatekeeperIRR@@6B@ @20586 NONAME ??_7H323GatekeeperListener@@6B@ @19052 NONAME ??_7H323GatekeeperLRQ@@6B@ @19769 NONAME ??_7H323GatekeeperRequest@@6B@ @19770 NONAME ??_7H323GatekeeperRRQ@@6B@ @19771 NONAME ??_7H323GatekeeperServer@@6B@ @19053 NONAME ??_7H323GatekeeperURQ@@6B@ @19772 NONAME ??_7H323GenericAudioCapability@@6BH323AudioCapability@@@ @45381 NONAME ??_7H323GenericAudioCapability@@6BH323GenericCapabilityInfo@@@ @45382 NONAME ??_7H323GenericCapabilityInfo@@6B@ @45383 NONAME ??_7H323GenericVideoCapability@@6BH323GenericCapabilityInfo@@@ @45384 NONAME ??_7H323GenericVideoCapability@@6BH323VideoCapability@@@ @45385 NONAME ??_7H323GSMPluginCapability@@6B@ @28889 NONAME ??_7H323H248ServiceControl@@6B@ @22381 NONAME ??_7H323HTTPServiceControl@@6B@ @22382 NONAME ??_7H323Listener@@6B@ @4056 NONAME ??_7H323ListenerTCP@@6B@ @4057 NONAME ??_7H323LogicalChannelThread@@6B@ @4058 NONAME ??_7H323NonStandardAudioCapability@@6BH323AudioCapability@@@ @4059 NONAME ??_7H323NonStandardAudioCapability@@6BH323NonStandardCapabilityInfo@@@ @4060 NONAME ??_7H323NonStandardCapabilityInfo@@6B@ @4061 NONAME ??_7H323NonStandardDataCapability@@6BH323DataCapability@@@ @4062 NONAME ??_7H323NonStandardDataCapability@@6BH323NonStandardCapabilityInfo@@@ @4063 NONAME ??_7H323NonStandardVideoCapability@@6BH323NonStandardCapabilityInfo@@@ @4064 NONAME ??_7H323NonStandardVideoCapability@@6BH323VideoCapability@@@ @4065 NONAME ??_7H323PeerElement@@6B@ @23973 NONAME ??_7H323PeerElementDescriptor@@6B@ @25710 NONAME ??_7H323PeerElementServiceRelationship@@6B@ @25711 NONAME ??_7H323PluginCapability@@6B@ @28892 NONAME ??_7H323PluginCodecManager@@6B@ @42723 NONAME ??_7H323PluginFramedAudioCodec@@6B@ @42787 NONAME ??_7H323PluginG7231Capability@@6B@ @28893 NONAME ??_7H323PluginVideoCodec@@6B@ @28894 NONAME ??_7H323RasPDU@@6BH225_RasMessage@@@ @23975 NONAME ??_7H323RasPDU@@6BH323TransactionPDU@@@ @23976 NONAME ??_7H323RealTimeCapability@@6B@ @4067 NONAME ??_7H323RegisteredEndPoint@@6B@ @19054 NONAME ??_7H323ServiceControlSession@@6B@ @22383 NONAME ??_7H323SignalPDU@@6B@ @4068 NONAME ??_7H323SimultaneousCapabilities@@6B@ @4069 NONAME ??_7H323StreamedAudioCodec@@6B@ @4070 NONAME ??_7H323StreamedPluginAudioCodec@@6B@ @42788 NONAME ??_7H323Transaction@@6B@ @26059 NONAME ??_7H323TransactionPDU@@6B@ @23977 NONAME ??_7H323TransactionServer@@6B@ @23978 NONAME ??_7H323Transactor@@6B@ @23979 NONAME ??_7H323Transport@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @28895 NONAME ??_7H323Transport@@6BPObject@@@ @4072 NONAME ??_7H323TransportAddress@@6B@ @4073 NONAME ??_7H323TransportAddressArray@@6B@ @21069 NONAME ??_7H323TransportIP@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @28896 NONAME ??_7H323TransportIP@@6BPObject@@@ @4075 NONAME ??_7H323TransportTCP@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @28897 NONAME ??_7H323TransportTCP@@6BPObject@@@ @4077 NONAME ??_7H323TransportUDP@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @28898 NONAME ??_7H323TransportUDP@@6BPObject@@@ @4079 NONAME ??_7H323UnidirectionalChannel@@6B@ @4080 NONAME ??_7H323VideoCapability@@6B@ @4081 NONAME ??_7H323VideoCodec@@6B@ @4082 NONAME ??_7H323_ALawCodec@@6B@ @4088 NONAME ??_7H323_AnnexG@@6B@ @23980 NONAME ??_7H323_CiscoG7231aLIDCapability@@6BH323AudioCapability@@@ @21008 NONAME ??_7H323_CiscoG7231aLIDCapability@@6BH323NonStandardCapabilityInfo@@@ @21009 NONAME ??_7H323_ExternalRTPChannel@@6B@ @19907 NONAME ??_7H323_G711ALaw64Capability@@6B@ @43367 NONAME ??_7H323_G711Capability@@6B@ @4089 NONAME ??_7H323_G711uLaw64Capability@@6B@ @43368 NONAME ??_7H323_H261Capability@@6B@ @4092 NONAME ??_7H323_H261Codec@@6B@ @4093 NONAME ??_7H323_LIDCapability@@6B@ @4094 NONAME ??_7H323_LIDCodec@@6B@ @4095 NONAME ??_7H323_LID_G711_ALaw_Capability@@6B@ @43369 NONAME ??_7H323_LID_G711_uLaw_Capability@@6B@ @43370 NONAME ??_7H323_LID_G7231A_5k3_Capability@@6B@ @43371 NONAME ??_7H323_LID_G7231A_6k3_Capability@@6B@ @43372 NONAME ??_7H323_LID_G7231_5k3_Capability@@6B@ @43373 NONAME ??_7H323_LID_G7231_6k3_Capability@@6B@ @43374 NONAME ??_7H323_LID_G728_Capability@@6B@ @43375 NONAME ??_7H323_LID_G729AB_Capability@@6B@ @43376 NONAME ??_7H323_LID_G729A_Capability@@6B@ @43377 NONAME ??_7H323_LID_G729B_Capability@@6B@ @43378 NONAME ??_7H323_LID_G729_Capability@@6B@ @43379 NONAME ??_7H323_LID_GSM0610_Capability@@6B@ @43380 NONAME ??_7H323_muLawCodec@@6B@ @4096 NONAME ??_7H323_RealTimeChannel@@6B@ @19908 NONAME ??_7H323_RFC2190_H263Capability@@6B@ @45899 NONAME ??_7H323_RFC2190_H263Codec@@6B@ @45900 NONAME ??_7H323_RTPChannel@@6B@ @4097 NONAME ??_7H323_RTP_Session@@6B@ @4098 NONAME ??_7H323_RTP_UDP@@6B@ @4099 NONAME ??_7H323_T120Capability@@6B@ @4100 NONAME ??_7H323_T120Channel@@6B@ @18831 NONAME ??_7H323_T38Capability@@6B@ @18832 NONAME ??_7H323_T38Channel@@6B@ @18833 NONAME ??_7H323_T38NonStandardCapability@@6BH323DataCapability@@@ @20513 NONAME ??_7H323_T38NonStandardCapability@@6BH323NonStandardCapabilityInfo@@@ @20514 NONAME ??_7H323_UserInputCapability@@6B@ @4101 NONAME ??_7H45010_ArrayOf_MixedExtension@@6B@ @15498 NONAME ??_7H45010_CfbOvrOptArg@@6B@ @15499 NONAME ??_7H45010_CoReqOptArg@@6B@ @15500 NONAME ??_7H45010_H323CallOfferOperations@@6B@ @15501 NONAME ??_7H45010_RUAlertOptArg@@6B@ @15502 NONAME ??_7H45011Handler@@6B@ @20653 NONAME ??_7H45011_ArrayOf_MixedExtension@@6B@ @15503 NONAME ??_7H45011_CallIntrusionErrors@@6B@ @15504 NONAME ??_7H45011_CICapabilityLevel@@6B@ @15505 NONAME ??_7H45011_CIFrcRelArg@@6B@ @15506 NONAME ??_7H45011_CIFrcRelOptRes@@6B@ @15507 NONAME ??_7H45011_CIGetCIPLOptArg@@6B@ @15508 NONAME ??_7H45011_CIGetCIPLRes@@6B@ @15509 NONAME ??_7H45011_CIIsOptArg@@6B@ @15510 NONAME ??_7H45011_CIIsOptRes@@6B@ @15511 NONAME ??_7H45011_CINotificationArg@@6B@ @15512 NONAME ??_7H45011_CIProtectionLevel@@6B@ @15513 NONAME ??_7H45011_CIRequestArg@@6B@ @15514 NONAME ??_7H45011_CIRequestRes@@6B@ @15515 NONAME ??_7H45011_CISilentArg@@6B@ @15516 NONAME ??_7H45011_CISilentOptRes@@6B@ @15517 NONAME ??_7H45011_CIStatusInformation@@6B@ @15518 NONAME ??_7H45011_CIWobOptArg@@6B@ @15519 NONAME ??_7H45011_CIWobOptRes@@6B@ @15520 NONAME ??_7H45011_H323CallIntrusionOperations@@6B@ @15521 NONAME ??_7H4501_Address@@6B@ @14380 NONAME ??_7H4501_AddressInformation@@6B@ @14381 NONAME ??_7H4501_AddressScreened@@6B@ @14382 NONAME ??_7H4501_ArrayOf_AliasAddress@@6B@ @14383 NONAME ??_7H4501_ArrayOf_ROS@@6B@ @14384 NONAME ??_7H4501_EndpointAddress@@6B@ @14385 NONAME ??_7H4501_EntityType@@6B@ @14386 NONAME ??_7H4501_Extension@@6B@ @14387 NONAME ??_7H4501_GeneralErrorList@@6B@ @14388 NONAME ??_7H4501_H225InformationElement@@6B@ @14389 NONAME ??_7H4501_InterpretationApdu@@6B@ @14390 NONAME ??_7H4501_InvokeIDs@@6B@ @14391 NONAME ??_7H4501_InvokeIdSet@@6B@ @14392 NONAME ??_7H4501_NetworkFacilityExtension@@6B@ @14393 NONAME ??_7H4501_NSAPSubaddress@@6B@ @14394 NONAME ??_7H4501_NumberScreened@@6B@ @14395 NONAME ??_7H4501_PartySubaddress@@6B@ @14396 NONAME ??_7H4501_PresentationAllowedIndicator@@6B@ @14397 NONAME ??_7H4501_PresentedAddressScreened@@6B@ @14398 NONAME ??_7H4501_PresentedAddressUnscreened@@6B@ @14399 NONAME ??_7H4501_PresentedNumberScreened@@6B@ @14400 NONAME ??_7H4501_PresentedNumberUnscreened@@6B@ @14401 NONAME ??_7H4501_ScreeningIndicator@@6B@ @14402 NONAME ??_7H4501_ServiceApdus@@6B@ @14403 NONAME ??_7H4501_SubaddressInformation@@6B@ @14404 NONAME ??_7H4501_SupplementaryService@@6B@ @14405 NONAME ??_7H4501_UserSpecifiedSubaddress@@6B@ @14406 NONAME ??_7H4502Handler@@6B@ @19424 NONAME ??_7H4502_CallIdentity@@6B@ @14407 NONAME ??_7H4502_CallStatus@@6B@ @14408 NONAME ??_7H4502_CallTransferErrors@@6B@ @14409 NONAME ??_7H4502_CallTransferOperation@@6B@ @14410 NONAME ??_7H4502_CTActiveArg@@6B@ @14411 NONAME ??_7H4502_CTActiveArg_argumentExtension@@6B@ @14412 NONAME ??_7H4502_CTCompleteArg@@6B@ @14413 NONAME ??_7H4502_CTCompleteArg_argumentExtension@@6B@ @14414 NONAME ??_7H4502_CTIdentifyRes@@6B@ @14415 NONAME ??_7H4502_CTIdentifyRes_resultExtension@@6B@ @14416 NONAME ??_7H4502_CTInitiateArg@@6B@ @14417 NONAME ??_7H4502_CTInitiateArg_argumentExtension@@6B@ @14418 NONAME ??_7H4502_CTSetupArg@@6B@ @14419 NONAME ??_7H4502_CTSetupArg_argumentExtension@@6B@ @14420 NONAME ??_7H4502_CTUpdateArg@@6B@ @14421 NONAME ??_7H4502_CTUpdateArg_argumentExtension@@6B@ @14422 NONAME ??_7H4502_DummyArg@@6B@ @14423 NONAME ??_7H4502_DummyRes@@6B@ @14424 NONAME ??_7H4502_EndDesignation@@6B@ @14425 NONAME ??_7H4502_ExtensionSeq@@6B@ @14426 NONAME ??_7H4502_SubaddressTransferArg@@6B@ @14427 NONAME ??_7H4502_SubaddressTransferArg_argumentExtension@@6B@ @14428 NONAME ??_7H4503_BasicService@@6B@ @15142 NONAME ??_7H4503_CallDiversionErrors@@6B@ @15143 NONAME ??_7H4503_DiversionReason@@6B@ @15144 NONAME ??_7H4503_ExtensionSeq@@6B@ @15145 NONAME ??_7H4503_H323CallDiversionOperations@@6B@ @15146 NONAME ??_7H4503_IntResult@@6B@ @15147 NONAME ??_7H4503_IntResultList@@6B@ @15148 NONAME ??_7H4503_IntResult_extension@@6B@ @15149 NONAME ??_7H4503_Procedure@@6B@ @15150 NONAME ??_7H4503_SubscriptionOption@@6B@ @15151 NONAME ??_7H4504Handler@@6B@ @19425 NONAME ??_7H4504_ArrayOf_MixedExtension@@6B@ @14993 NONAME ??_7H4504_CallHoldOperation@@6B@ @14994 NONAME ??_7H4504_Extension@@6B@ @14995 NONAME ??_7H4504_HoldNotificArg@@6B@ @14996 NONAME ??_7H4504_MixedExtension@@6B@ @14997 NONAME ??_7H4504_RemoteHoldArg@@6B@ @14998 NONAME ??_7H4504_RemoteHoldRes@@6B@ @14999 NONAME ??_7H4504_RemoteRetrieveArg@@6B@ @15000 NONAME ??_7H4504_RemoteRetrieveRes@@6B@ @15001 NONAME ??_7H4504_RetrieveNotificArg@@6B@ @15002 NONAME ??_7H4505_ArrayOf_MixedExtension@@6B@ @15522 NONAME ??_7H4505_CallParkPickupOperations@@6B@ @15523 NONAME ??_7H4505_CallPickupErrors@@6B@ @15524 NONAME ??_7H4505_CallType@@6B@ @15525 NONAME ??_7H4505_CpickupNotifyArg@@6B@ @15526 NONAME ??_7H4505_CpNotifyArg@@6B@ @15527 NONAME ??_7H4505_CpRequestArg@@6B@ @15528 NONAME ??_7H4505_CpRequestRes@@6B@ @15529 NONAME ??_7H4505_CpSetupArg@@6B@ @15530 NONAME ??_7H4505_CpSetupRes@@6B@ @15531 NONAME ??_7H4505_GroupIndicationOffArg@@6B@ @15532 NONAME ??_7H4505_GroupIndicationOffRes@@6B@ @15533 NONAME ??_7H4505_GroupIndicationOnArg@@6B@ @15534 NONAME ??_7H4505_GroupIndicationOnRes@@6B@ @15535 NONAME ??_7H4505_ParkCondition@@6B@ @15536 NONAME ??_7H4505_ParkedToPosition@@6B@ @15537 NONAME ??_7H4505_PickExeArg@@6B@ @15538 NONAME ??_7H4505_PickExeRes@@6B@ @15539 NONAME ??_7H4505_PickrequArg@@6B@ @15540 NONAME ??_7H4505_PickrequRes@@6B@ @15541 NONAME ??_7H4505_PickupArg@@6B@ @15542 NONAME ??_7H4505_PickupRes@@6B@ @15543 NONAME ??_7H4506Handler@@6B@ @19944 NONAME ??_7H4506_ArrayOf_MixedExtension@@6B@ @15544 NONAME ??_7H4506_CallWaitingArg@@6B@ @15545 NONAME ??_7H4506_CallWaitingOperations@@6B@ @15546 NONAME ??_7H4507_ArrayOf_MixedExtension@@6B@ @15547 NONAME ??_7H4507_BasicService@@6B@ @15548 NONAME ??_7H4507_DummyRes@@6B@ @15549 NONAME ??_7H4507_H323_MWI_Operations@@6B@ @15550 NONAME ??_7H4507_MessageWaitingIndicationErrors@@6B@ @15551 NONAME ??_7H4507_MsgCentreId@@6B@ @15552 NONAME ??_7H4507_MWIActivateArg@@6B@ @15553 NONAME ??_7H4507_MWIDeactivateArg@@6B@ @15554 NONAME ??_7H4507_MWIInterrogateArg@@6B@ @15555 NONAME ??_7H4507_MWIInterrogateRes@@6B@ @15556 NONAME ??_7H4507_MWIInterrogateResElt@@6B@ @15557 NONAME ??_7H4507_NbOfMessages@@6B@ @15558 NONAME ??_7H4507_TimeStamp@@6B@ @15559 NONAME ??_7H4508_ExtendedName@@6B@ @15560 NONAME ??_7H4508_Name@@6B@ @15561 NONAME ??_7H4508_NameOperations@@6B@ @15562 NONAME ??_7H4508_NamePresentationAllowed@@6B@ @15563 NONAME ??_7H4508_NamePresentationRestricted@@6B@ @15564 NONAME ??_7H4508_SimpleName@@6B@ @15565 NONAME ??_7H4509_ArrayOf_MixedExtension@@6B@ @15566 NONAME ??_7H4509_CallCompletionErrors@@6B@ @15567 NONAME ??_7H4509_CcArg@@6B@ @15568 NONAME ??_7H4509_CcLongArg@@6B@ @15569 NONAME ??_7H4509_CcRequestArg@@6B@ @15570 NONAME ??_7H4509_CcRequestRes@@6B@ @15571 NONAME ??_7H4509_CcShortArg@@6B@ @15572 NONAME ??_7H4509_H323CallCompletionOperations@@6B@ @15573 NONAME ??_7H450ServiceAPDU@@6B@ @14429 NONAME ??_7H450xDispatcher@@6B@ @19426 NONAME ??_7H450xHandler@@6B@ @19427 NONAME ??_7H501AccessRequest@@6B@ @26060 NONAME ??_7H501DescriptorUpdate@@6B@ @26061 NONAME ??_7H501PDU@@6BH323TransactionPDU@@@ @23982 NONAME ??_7H501PDU@@6BH501_Message@@@ @23983 NONAME ??_7H501ServiceRequest@@6B@ @26062 NONAME ??_7H501Transaction@@6B@ @26063 NONAME ??_7H501_AccessConfirmation@@6B@ @24498 NONAME ??_7H501_AccessRejection@@6B@ @24499 NONAME ??_7H501_AccessRejectionReason@@6B@ @24500 NONAME ??_7H501_AccessRequest@@6B@ @24501 NONAME ??_7H501_AccessToken@@6B@ @24502 NONAME ??_7H501_AddressTemplate@@6B@ @24503 NONAME ??_7H501_AlternatePE@@6B@ @24504 NONAME ??_7H501_AlternatePEInfo@@6B@ @24505 NONAME ??_7H501_ApplicationMessage@@6B@ @24506 NONAME ??_7H501_ArrayOf_AccessToken@@6B@ @24507 NONAME ??_7H501_ArrayOf_AddressTemplate@@6B@ @24508 NONAME ??_7H501_ArrayOf_AliasAddress@@6B@ @24509 NONAME ??_7H501_ArrayOf_AlternatePE@@6B@ @24510 NONAME ??_7H501_ArrayOf_CircuitIdentifier@@6B@ @24511 NONAME ??_7H501_ArrayOf_ClearToken@@6B@ @24512 NONAME ??_7H501_ArrayOf_ContactInformation@@6B@ @24513 NONAME ??_7H501_ArrayOf_CryptoH323Token@@6B@ @24514 NONAME ??_7H501_ArrayOf_Descriptor@@6B@ @24515 NONAME ??_7H501_ArrayOf_DescriptorInfo@@6B@ @24517 NONAME ??_7H501_ArrayOf_GenericData@@6B@ @24518 NONAME ??_7H501_ArrayOf_GloballyUniqueID@@6B@ @25485 NONAME ??_7H501_ArrayOf_NonStandardParameter@@6B@ @24519 NONAME ??_7H501_ArrayOf_PASN_ObjectId@@6B@ @24520 NONAME ??_7H501_ArrayOf_Pattern@@6B@ @24521 NONAME ??_7H501_ArrayOf_PriceElement@@6B@ @24522 NONAME ??_7H501_ArrayOf_PriceInfoSpec@@6B@ @24523 NONAME ??_7H501_ArrayOf_RouteInformation@@6B@ @24524 NONAME ??_7H501_ArrayOf_SecurityMode@@6B@ @24525 NONAME ??_7H501_ArrayOf_ServiceControlSession@@6B@ @24526 NONAME ??_7H501_ArrayOf_SupportedProtocols@@6B@ @24527 NONAME ??_7H501_ArrayOf_TransportAddress@@6B@ @24528 NONAME ??_7H501_ArrayOf_UpdateInformation@@6B@ @24529 NONAME ??_7H501_ArrayOf_UsageField@@6B@ @24530 NONAME ??_7H501_AuthenticationConfirmation@@6B@ @24531 NONAME ??_7H501_AuthenticationRejection@@6B@ @24532 NONAME ??_7H501_AuthenticationRejectionReason@@6B@ @24533 NONAME ??_7H501_AuthenticationRequest@@6B@ @24534 NONAME ??_7H501_CallInformation@@6B@ @24535 NONAME ??_7H501_ContactInformation@@6B@ @24536 NONAME ??_7H501_Descriptor@@6B@ @24537 NONAME ??_7H501_DescriptorConfirmation@@6B@ @24538 NONAME ??_7H501_DescriptorIDConfirmation@@6B@ @24540 NONAME ??_7H501_DescriptorIDRejection@@6B@ @24541 NONAME ??_7H501_DescriptorIDRejectionReason@@6B@ @24542 NONAME ??_7H501_DescriptorIDRequest@@6B@ @24543 NONAME ??_7H501_DescriptorInfo@@6B@ @24544 NONAME ??_7H501_DescriptorRejection@@6B@ @24545 NONAME ??_7H501_DescriptorRejectionReason@@6B@ @24546 NONAME ??_7H501_DescriptorRequest@@6B@ @24547 NONAME ??_7H501_DescriptorUpdate@@6B@ @24548 NONAME ??_7H501_DescriptorUpdateAck@@6B@ @24549 NONAME ??_7H501_ElementIdentifier@@6B@ @24550 NONAME ??_7H501_GlobalTimeStamp@@6B@ @24551 NONAME ??_7H501_Message@@6B@ @24552 NONAME ??_7H501_MessageBody@@6B@ @24553 NONAME ??_7H501_MessageCommonInfo@@6B@ @24554 NONAME ??_7H501_NonStandardConfirmation@@6B@ @24555 NONAME ??_7H501_NonStandardRejection@@6B@ @24556 NONAME ??_7H501_NonStandardRejectionReason@@6B@ @24557 NONAME ??_7H501_NonStandardRequest@@6B@ @24558 NONAME ??_7H501_PartyInformation@@6B@ @24559 NONAME ??_7H501_Pattern@@6B@ @24560 NONAME ??_7H501_Pattern_range@@6B@ @24561 NONAME ??_7H501_PriceElement@@6B@ @24562 NONAME ??_7H501_PriceElement_units@@6B@ @24563 NONAME ??_7H501_PriceInfoSpec@@6B@ @24564 NONAME ??_7H501_ProtocolVersion@@6B@ @24565 NONAME ??_7H501_RequestInProgress@@6B@ @24566 NONAME ??_7H501_Role@@6B@ @24567 NONAME ??_7H501_RouteInformation@@6B@ @24568 NONAME ??_7H501_RouteInformation_messageType@@6B@ @24569 NONAME ??_7H501_SecurityMode@@6B@ @24570 NONAME ??_7H501_ServiceConfirmation@@6B@ @24571 NONAME ??_7H501_ServiceRejection@@6B@ @24573 NONAME ??_7H501_ServiceRejectionReason@@6B@ @24574 NONAME ??_7H501_ServiceRelease@@6B@ @24575 NONAME ??_7H501_ServiceReleaseReason@@6B@ @24576 NONAME ??_7H501_ServiceRequest@@6B@ @24577 NONAME ??_7H501_TerminationCause@@6B@ @24578 NONAME ??_7H501_TimeZone@@6B@ @24579 NONAME ??_7H501_UnknownMessageReason@@6B@ @24580 NONAME ??_7H501_UnknownMessageResponse@@6B@ @24581 NONAME ??_7H501_UpdateInformation@@6B@ @24582 NONAME ??_7H501_UpdateInformation_descriptorInfo@@6B@ @24583 NONAME ??_7H501_UpdateInformation_updateType@@6B@ @24584 NONAME ??_7H501_UsageCallStatus@@6B@ @24585 NONAME ??_7H501_UsageConfirmation@@6B@ @24586 NONAME ??_7H501_UsageField@@6B@ @24587 NONAME ??_7H501_UsageIndication@@6B@ @24588 NONAME ??_7H501_UsageIndicationConfirmation@@6B@ @24589 NONAME ??_7H501_UsageIndicationRejection@@6B@ @24590 NONAME ??_7H501_UsageIndicationRejectionReason@@6B@ @24591 NONAME ??_7H501_UsageRejection@@6B@ @24592 NONAME ??_7H501_UsageRejectReason@@6B@ @24593 NONAME ??_7H501_UsageRequest@@6B@ @24594 NONAME ??_7H501_UsageSpecification@@6B@ @24595 NONAME ??_7H501_UsageSpecification_when@@6B@ @24596 NONAME ??_7H501_UserInformation@@6B@ @24597 NONAME ??_7H501_ValidationConfirmation@@6B@ @24598 NONAME ??_7H501_ValidationRejection@@6B@ @24599 NONAME ??_7H501_ValidationRejectionReason@@6B@ @24600 NONAME ??_7H501_ValidationRequest@@6B@ @24601 NONAME ??_7HandleTimeout_PNotifier@H245Negotiator@@6B@ @4102 NONAME ??_7HandleTransactions_PNotifier@H323Transactor@@6B@ @25853 NONAME ??_7IntraP64Decoder@@6B@ @4103 NONAME ??_7MCS_ArrayOf_ChannelAttributes@@6B@ @4150 NONAME ??_7MCS_ArrayOf_ChannelId@@6B@ @4151 NONAME ??_7MCS_ArrayOf_TokenAttributes@@6B@ @4152 NONAME ??_7MCS_ArrayOf_TokenId@@6B@ @4153 NONAME ??_7MCS_ArrayOf_UserId@@6B@ @4154 NONAME ??_7MCS_AssignedChannelId@@6B@ @4155 NONAME ??_7MCS_AUcf@@6B@ @4156 NONAME ??_7MCS_AUrq@@6B@ @4157 NONAME ??_7MCS_CAin@@6B@ @4158 NONAME ??_7MCS_CArq@@6B@ @4159 NONAME ??_7MCS_CCcf@@6B@ @4160 NONAME ??_7MCS_CCrq@@6B@ @4161 NONAME ??_7MCS_CDin@@6B@ @4162 NONAME ??_7MCS_CDrq@@6B@ @4163 NONAME ??_7MCS_CEin@@6B@ @4164 NONAME ??_7MCS_CErq@@6B@ @4165 NONAME ??_7MCS_ChannelAttributes@@6B@ @4166 NONAME ??_7MCS_ChannelAttributes_assigned@@6B@ @4167 NONAME ??_7MCS_ChannelAttributes_private@@6B@ @4168 NONAME ??_7MCS_ChannelAttributes_static@@6B@ @4169 NONAME ??_7MCS_ChannelAttributes_userId@@6B@ @4170 NONAME ??_7MCS_ChannelId@@6B@ @4171 NONAME ??_7MCS_CJcf@@6B@ @4172 NONAME ??_7MCS_CJrq@@6B@ @4173 NONAME ??_7MCS_CLrq@@6B@ @4174 NONAME ??_7MCS_ConnectMCSPDU@@6B@ @4175 NONAME ??_7MCS_Connect_Additional@@6B@ @4176 NONAME ??_7MCS_Connect_Initial@@6B@ @4177 NONAME ??_7MCS_Connect_Response@@6B@ @4178 NONAME ??_7MCS_Connect_Result@@6B@ @4179 NONAME ??_7MCS_DataPriority@@6B@ @4180 NONAME ??_7MCS_Diagnostic@@6B@ @4181 NONAME ??_7MCS_DomainMCSPDU@@6B@ @4182 NONAME ??_7MCS_DomainParameters@@6B@ @4183 NONAME ??_7MCS_DPum@@6B@ @4184 NONAME ??_7MCS_DUin@@6B@ @4185 NONAME ??_7MCS_DUrq@@6B@ @4186 NONAME ??_7MCS_DynamicChannelId@@6B@ @4187 NONAME ??_7MCS_EDrq@@6B@ @4188 NONAME ??_7MCS_MCcf@@6B@ @4189 NONAME ??_7MCS_MCrq@@6B@ @4190 NONAME ??_7MCS_MTcf@@6B@ @4191 NONAME ??_7MCS_MTrq@@6B@ @4192 NONAME ??_7MCS_PCin@@6B@ @4193 NONAME ??_7MCS_PDin@@6B@ @4194 NONAME ??_7MCS_PrivateChannelId@@6B@ @4195 NONAME ??_7MCS_PTin@@6B@ @4196 NONAME ??_7MCS_Reason@@6B@ @4197 NONAME ??_7MCS_Result@@6B@ @4198 NONAME ??_7MCS_RJum@@6B@ @4199 NONAME ??_7MCS_SDin@@6B@ @4200 NONAME ??_7MCS_SDrq@@6B@ @4201 NONAME ??_7MCS_Segmentation@@6B@ @4202 NONAME ??_7MCS_StaticChannelId@@6B@ @4203 NONAME ??_7MCS_TGcf@@6B@ @4204 NONAME ??_7MCS_TGrq@@6B@ @4205 NONAME ??_7MCS_TIcf@@6B@ @4206 NONAME ??_7MCS_TIrq@@6B@ @4207 NONAME ??_7MCS_TokenAttributes@@6B@ @4208 NONAME ??_7MCS_TokenAttributes_given@@6B@ @4209 NONAME ??_7MCS_TokenAttributes_giving@@6B@ @4210 NONAME ??_7MCS_TokenAttributes_grabbed@@6B@ @4211 NONAME ??_7MCS_TokenAttributes_inhibited@@6B@ @4212 NONAME ??_7MCS_TokenAttributes_ungivable@@6B@ @4213 NONAME ??_7MCS_TokenId@@6B@ @4214 NONAME ??_7MCS_TokenStatus@@6B@ @4215 NONAME ??_7MCS_TPin@@6B@ @4216 NONAME ??_7MCS_TPrq@@6B@ @4217 NONAME ??_7MCS_TRcf@@6B@ @4218 NONAME ??_7MCS_TRrq@@6B@ @4219 NONAME ??_7MCS_TTcf@@6B@ @4220 NONAME ??_7MCS_TTrq@@6B@ @4221 NONAME ??_7MCS_TVcf@@6B@ @4222 NONAME ??_7MCS_TVin@@6B@ @4223 NONAME ??_7MCS_TVrq@@6B@ @4224 NONAME ??_7MCS_TVrs@@6B@ @4225 NONAME ??_7MCS_UserId@@6B@ @4226 NONAME ??_7MCS_USin@@6B@ @4227 NONAME ??_7MCS_USrq@@6B@ @4228 NONAME ??_7MonitorMain_PNotifier@H323Gatekeeper@@6B@ @20526 NONAME ??_7MonitorMain_PNotifier@H323GatekeeperServer@@6B@ @20322 NONAME ??_7MonitorMain_PNotifier@H323PeerElement@@6B@ @23985 NONAME ??_7MSIPAddress@PILSSession@@6B@ @26358 NONAME ??_7MXRecordList@PDNS@@6B@ @44919 NONAME ??_7OnCallIntrudeTimeOut_PNotifier@H45011Handler@@6B@ @20654 NONAME ??_7OnCallTransferTimeOut_PNotifier@H4502Handler@@6B@ @19945 NONAME ??_7OnLoadModule_PNotifier@PPluginModuleManager@@6B@ @42770 NONAME ??_7OnUserInputInBandDTMF_PNotifier@H323Connection@@6B@ @20161 NONAME ??_7OnUserInputInlineRFC2833_PNotifier@H323Connection@@6B@ @20112 NONAME ??_7OpalFactoryCodec@@6B@ @44499 NONAME ??_7OpalG711ALaw64kFormat@@6B@ @42983 NONAME ??_7OpalG711ALaw64k_Base@@6B@ @44500 NONAME ??_7OpalG711ALaw64k_Decoder@@6B@ @44501 NONAME ??_7OpalG711ALaw64k_Encoder@@6B@ @44502 NONAME ??_7OpalG711uLaw64kFormat@@6B@ @42984 NONAME ??_7OpalG711uLaw64k_Base@@6B@ @44503 NONAME ??_7OpalG711uLaw64k_Decoder@@6B@ @44504 NONAME ??_7OpalG711uLaw64k_Encoder@@6B@ @44505 NONAME ??_7OpalG7231A_5k3Format@@6B@ @42985 NONAME ??_7OpalG7231A_6k3Format@@6B@ @42986 NONAME ??_7OpalG7231_5k3Format@@6B@ @42987 NONAME ??_7OpalG7231_6k3Format@@6B@ @42988 NONAME ??_7OpalG728Format@@6B@ @42989 NONAME ??_7OpalG729ABFormat@@6B@ @42990 NONAME ??_7OpalG729AFormat@@6B@ @42991 NONAME ??_7OpalG729BFormat@@6B@ @42992 NONAME ??_7OpalG729Format@@6B@ @42993 NONAME ??_7OpalGloballyUniqueID@@6B@ @13845 NONAME ??_7OpalGSM0610Format@@6B@ @42994 NONAME ??_7OpalH261Format@@6B@ @42995 NONAME ??_7OpalIxJDevice@@6B@ @4229 NONAME ??_7OpalLineChannel@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @28900 NONAME ??_7OpalLineChannel@@6BPObject@@@ @4231 NONAME ??_7OpalLineInterfaceDevice@@6B@ @4232 NONAME ??_7OpalMediaFormat@@6B@ @12922 NONAME ??_7OpalPCM16Format@@6B@ @42996 NONAME ??_7OpalPluginCodec@@6B@ @44506 NONAME ??_7OpalPluginMediaFormat@@6B@ @42997 NONAME ??_7OpalRFC2190H263Format@@6B@ @45901 NONAME ??_7OpalRFC2833@@6B@ @20113 NONAME ??_7OpalRFC2833Info@@6B@ @20114 NONAME ??_7OpalRtpToWavFile@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @28901 NONAME ??_7OpalRtpToWavFile@@6BPObject@@@ @20559 NONAME ??_7OpalT120Format@@6B@ @42998 NONAME ??_7OpalT120Protocol@@6B@ @18834 NONAME ??_7OpalT38Protocol@@6B@ @18835 NONAME ??_7OpalUserInputRFC2833Format@@6B@ @42999 NONAME ??_7OpalVoipBlasterDevice@@6B@ @19987 NONAME ??_7OpalVXMLSession@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @28902 NONAME ??_7OpalVXMLSession@@6B@ @43604 NONAME ??_7OpalVXMLSession@@6BPObject@@@ @21162 NONAME ??_7OpalWAVFile@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @28903 NONAME ??_7OpalWAVFile@@6BPObject@@@ @20633 NONAME ??_7P64Decoder@@6B@ @4234 NONAME ??_7PASN_Boolean@@6B@ @4240 NONAME ??_7PASN_ConstrainedObject@@6B@ @4241 NONAME ??_7PASN_ConstrainedString@@6B@ @4242 NONAME ??_7PASN_Enumeration@@6B@ @4243 NONAME ??_7PASN_GeneralisedTime@@6B@ @15574 NONAME ??_7PASN_GeneralString@@6B@ @17164 NONAME ??_7PASN_IA5String@@6B@ @4244 NONAME ??_7PASN_Integer@@6B@ @4245 NONAME ??_7PASN_Null@@6B@ @15575 NONAME ??_7PASN_NumericString@@6B@ @4246 NONAME ??_7PASN_Object@@6B@ @4247 NONAME ??_7PASN_PrintableString@@6B@ @4248 NONAME ??_7PASN_Stream@@6B@ @20372 NONAME ??_7PASN_VisibleString@@6B@ @15576 NONAME ??_7PLDAPAttr_c@RTPerson@PILSSession@@6B@ @26243 NONAME ??_7PLDAPAttr_cn@RTPerson@PILSSession@@6B@ @26244 NONAME ??_7PLDAPAttr_comment@RTPerson@PILSSession@@6B@ @26245 NONAME ??_7PLDAPAttr_givenName@RTPerson@PILSSession@@6B@ @26246 NONAME ??_7PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@6B@ @26247 NONAME ??_7PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@6B@ @26248 NONAME ??_7PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@6B@ @26249 NONAME ??_7PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@6B@ @26250 NONAME ??_7PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@6B@ @26251 NONAME ??_7PLDAPAttr_location@RTPerson@PILSSession@@6B@ @26252 NONAME ??_7PLDAPAttr_o@RTPerson@PILSSession@@6B@ @26253 NONAME ??_7PLDAPAttr_objectClass@RTPerson@PILSSession@@6B@ @26254 NONAME ??_7PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@6B@ @26255 NONAME ??_7PLDAPAttr_sappguid@RTPerson@PILSSession@@6B@ @26256 NONAME ??_7PLDAPAttr_sappid@RTPerson@PILSSession@@6B@ @26257 NONAME ??_7PLDAPAttr_sflags@RTPerson@PILSSession@@6B@ @26258 NONAME ??_7PLDAPAttr_sipAddress@RTPerson@PILSSession@@6B@ @26259 NONAME ??_7PLDAPAttr_smimetype@RTPerson@PILSSession@@6B@ @26260 NONAME ??_7PLDAPAttr_smodop@RTPerson@PILSSession@@6B@ @26261 NONAME ??_7PLDAPAttr_sport@RTPerson@PILSSession@@6B@ @26262 NONAME ??_7PLDAPAttr_sprotid@RTPerson@PILSSession@@6B@ @26263 NONAME ??_7PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@6B@ @26264 NONAME ??_7PLDAPAttr_ssecurity@RTPerson@PILSSession@@6B@ @26265 NONAME ??_7PLDAPAttr_sttl@RTPerson@PILSSession@@6B@ @26266 NONAME ??_7PLDAPAttr_surname@RTPerson@PILSSession@@6B@ @26267 NONAME ??_7PLDAPAttr_timestamp@RTPerson@PILSSession@@6B@ @26268 NONAME ??_7PluginLoader@@6B@ @45084 NONAME ??_7PPER_Stream@@6B@ @20373 NONAME ??_7Pre_Vid_Coder@@6B@ @4259 NONAME ??_7PWAVFileConverter@@6B@ @44300 NONAME ??_7PWAVFileConverterALaw@@6B@ @44301 NONAME ??_7PWAVFileConverterULaw@@6B@ @44302 NONAME ??_7PWAVFileConverterXLaw@@6B@ @44303 NONAME ??_7Q931@@6B@ @4261 NONAME ??_7ReceivedPacket_PNotifier@OpalRFC2833@@6B@ @20115 NONAME ??_7ReceivedPacket_PNotifier@OpalRtpToWavFile@@6B@ @20562 NONAME ??_7ReceiverReport@RTP_Session@@6B@ @12384 NONAME ??_7ReceiveTimeout_PNotifier@OpalRFC2833@@6B@ @20116 NONAME ??_7Request@H323Transactor@@6B@ @25854 NONAME ??_7Response@H323Transactor@@6B@ @25855 NONAME ??_7RFC2190_FfmpgLink@@6B@ @45902 NONAME ??_7RTPerson@PILSSession@@6B@ @26269 NONAME ??_7RTP_ControlFrame@@6B@ @4263 NONAME ??_7RTP_DataFrame@@6B@ @4264 NONAME ??_7RTP_JitterBuffer@@6B@ @4265 NONAME ??_7RTP_JitterBufferAnalyser@@6B@ @12449 NONAME ??_7RTP_QOS@@6B@ @26594 NONAME ??_7RTP_Session@@6B@ @4266 NONAME ??_7RTP_SessionManager@@6B@ @4267 NONAME ??_7RTP_UDP@@6B@ @4268 NONAME ??_7RTP_UserData@@6B@ @28905 NONAME ??_7SenderReport@RTP_Session@@6B@ @12385 NONAME ??_7SlowHandler_PNotifier@H323Transaction@@6B@ @26064 NONAME ??_7SourceDescription@RTP_Session@@6B@ @12386 NONAME ??_7SRVRecordList@PDNS@@6B@ @44920 NONAME ??_7StatusHandler_PNotifier@OpalVoipBlasterDevice@@6B@ @19988 NONAME ??_7StringMap@H323GatekeeperServer@@6B@ @21444 NONAME ??_7T120ConnectPDU@@6B@ @20179 NONAME ??_7T120_X224@@6B@ @20180 NONAME ??_7T38_ArrayOf_PASN_OctetString@@6B@ @18836 NONAME ??_7T38_Data_Field@@6B@ @18837 NONAME ??_7T38_Data_Field_subtype@@6B@ @18838 NONAME ??_7T38_Data_Field_subtype_field_type@@6B@ @18839 NONAME ??_7T38_IFPPacket@@6B@ @18840 NONAME ??_7T38_PreCorrigendum_Data_Field@@6B@ @21466 NONAME ??_7T38_PreCorrigendum_Data_Field_subtype@@6B@ @21467 NONAME ??_7T38_PreCorrigendum_Data_Field_subtype_field_type@@6B@ @21468 NONAME ??_7T38_PreCorrigendum_IFPPacket@@6B@ @21469 NONAME ??_7T38_Type_of_msg@@6B@ @18841 NONAME ??_7T38_Type_of_msg_data@@6B@ @18842 NONAME ??_7T38_Type_of_msg_t30_indicator@@6B@ @18843 NONAME ??_7T38_UDPTLPacket@@6B@ @18844 NONAME ??_7T38_UDPTLPacket_error_recovery@@6B@ @18845 NONAME ??_7T38_UDPTLPacket_error_recovery_fec_info@@6B@ @18846 NONAME ??_7T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@6B@ @18847 NONAME ??_7T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@6B@ @18848 NONAME ??_7T38_UDPTLPacket_primary_ifp_packet@@6B@ @18849 NONAME ??_7TickleMonitor_PNotifier@H323Gatekeeper@@6B@ @20527 NONAME ??_7TransmitEnded_PNotifier@OpalRFC2833@@6B@ @20117 NONAME ??_7TransmitPacket_PNotifier@OpalRFC2833@@6B@ @20118 NONAME ??_7Transmitter@@6B@ @4269 NONAME ??_7UpdateAllDescriptors_PNotifier@H323PeerElement@@6B@ @25935 NONAME ??_7VoipBlasterInterface@@6B@ @19989 NONAME ??_7Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@6B@ @44507 NONAME ??_7Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@6B@ @44508 NONAME ??_7Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@6B@ @44509 NONAME ??_7Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@6B@ @44510 NONAME ??_7Worker@OpalPluginCodecFactory@@6B@ @44511 NONAME ??_7WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @44921 NONAME ??_7WorkerBase@?$PFactory@VH323Capability@@VPString@@@@6B@ @43836 NONAME ??_7WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@6B@ @44512 NONAME ??_7WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @43837 NONAME ??_7WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@6B@ @43838 NONAME ??_7WorkerBase@?$PFactory@VPWAVFileConverter@@I@@6B@ @44304 NONAME ??_7X224@@6B@ @4271 NONAME ??_7X880_Code@@6B@ @14430 NONAME ??_7X880_GeneralProblem@@6B@ @14431 NONAME ??_7X880_Invoke@@6B@ @14432 NONAME ??_7X880_InvokeId@@6B@ @14433 NONAME ??_7X880_InvokeProblem@@6B@ @14434 NONAME ??_7X880_Reject@@6B@ @14435 NONAME ??_7X880_RejectProblem@@6B@ @14436 NONAME ??_7X880_Reject_problem@@6B@ @14437 NONAME ??_7X880_ReturnError@@6B@ @14438 NONAME ??_7X880_ReturnErrorProblem@@6B@ @14439 NONAME ??_7X880_ReturnResult@@6B@ @14440 NONAME ??_7X880_ReturnResultProblem@@6B@ @14441 NONAME ??_7X880_ReturnResult_result@@6B@ @14442 NONAME ??_7X880_ROS@@6B@ @14443 NONAME ??_8H323Transport@@7B?$basic_istream@DU?$char_traits@D@std@@@std@@@ @28906 NONAME ??_8H323Transport@@7B?$basic_ostream@DU?$char_traits@D@std@@@std@@@ @28907 NONAME ??_8H323TransportIP@@7B?$basic_istream@DU?$char_traits@D@std@@@std@@@ @28908 NONAME ??_8H323TransportIP@@7B?$basic_ostream@DU?$char_traits@D@std@@@std@@@ @28909 NONAME ??_8H323TransportTCP@@7B?$basic_istream@DU?$char_traits@D@std@@@std@@@ @28910 NONAME ??_8H323TransportTCP@@7B?$basic_ostream@DU?$char_traits@D@std@@@std@@@ @28911 NONAME ??_8H323TransportUDP@@7B?$basic_istream@DU?$char_traits@D@std@@@std@@@ @28912 NONAME ??_8H323TransportUDP@@7B?$basic_ostream@DU?$char_traits@D@std@@@std@@@ @28913 NONAME ??_8OpalLineChannel@@7B?$basic_istream@DU?$char_traits@D@std@@@std@@@ @28914 NONAME ??_8OpalLineChannel@@7B?$basic_ostream@DU?$char_traits@D@std@@@std@@@ @28915 NONAME ??_8OpalRtpToWavFile@@7B?$basic_istream@DU?$char_traits@D@std@@@std@@@ @28916 NONAME ??_8OpalRtpToWavFile@@7B?$basic_ostream@DU?$char_traits@D@std@@@std@@@ @28917 NONAME ??_8OpalVXMLSession@@7B?$basic_istream@DU?$char_traits@D@std@@@std@@@ @28918 NONAME ??_8OpalVXMLSession@@7B?$basic_ostream@DU?$char_traits@D@std@@@std@@@ @28919 NONAME ??_8OpalWAVFile@@7B?$basic_istream@DU?$char_traits@D@std@@@std@@@ @28920 NONAME ??_8OpalWAVFile@@7B?$basic_ostream@DU?$char_traits@D@std@@@std@@@ @28921 NONAME ??_DH323Transport@@QAEXXZ @28922 NONAME ??_DH323TransportIP@@QAEXXZ @28923 NONAME ??_DH323TransportTCP@@QAEXXZ @28924 NONAME ??_DH323TransportUDP@@QAEXXZ @28925 NONAME ??_DOpalLineChannel@@QAEXXZ @28926 NONAME ??_DOpalRtpToWavFile@@QAEXXZ @28927 NONAME ??_DOpalVXMLSession@@QAEXXZ @28928 NONAME ??_DOpalWAVFile@@QAEXXZ @28929 NONAME ??_FPTimeInterval@@QAEXXZ @13837 NONAME ??_H@YGXPAXIHP6EPAX0@Z@Z @28931 NONAME ??_R0?AUPLDAPAttr_c@RTPerson@PILSSession@@@8 @28932 NONAME ??_R0?AUPLDAPAttr_cn@RTPerson@PILSSession@@@8 @28933 NONAME ??_R0?AUPLDAPAttr_comment@RTPerson@PILSSession@@@8 @28934 NONAME ??_R0?AUPLDAPAttr_givenName@RTPerson@PILSSession@@@8 @28935 NONAME ??_R0?AUPLDAPAttr_ilsa26214430@RTPerson@PILSSession@@@8 @28936 NONAME ??_R0?AUPLDAPAttr_ilsa26279966@RTPerson@PILSSession@@@8 @28937 NONAME ??_R0?AUPLDAPAttr_ilsa32833566@RTPerson@PILSSession@@@8 @28938 NONAME ??_R0?AUPLDAPAttr_ilsa32964638@RTPerson@PILSSession@@@8 @28939 NONAME ??_R0?AUPLDAPAttr_ilsa39321630@RTPerson@PILSSession@@@8 @28940 NONAME ??_R0?AUPLDAPAttr_location@RTPerson@PILSSession@@@8 @28941 NONAME ??_R0?AUPLDAPAttr_o@RTPerson@PILSSession@@@8 @28942 NONAME ??_R0?AUPLDAPAttr_objectClass@RTPerson@PILSSession@@@8 @28943 NONAME ??_R0?AUPLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@@8 @28944 NONAME ??_R0?AUPLDAPAttr_sappguid@RTPerson@PILSSession@@@8 @28945 NONAME ??_R0?AUPLDAPAttr_sappid@RTPerson@PILSSession@@@8 @28946 NONAME ??_R0?AUPLDAPAttr_sflags@RTPerson@PILSSession@@@8 @28947 NONAME ??_R0?AUPLDAPAttr_sipAddress@RTPerson@PILSSession@@@8 @28948 NONAME ??_R0?AUPLDAPAttr_smimetype@RTPerson@PILSSession@@@8 @28949 NONAME ??_R0?AUPLDAPAttr_smodop@RTPerson@PILSSession@@@8 @28950 NONAME ??_R0?AUPLDAPAttr_sport@RTPerson@PILSSession@@@8 @28951 NONAME ??_R0?AUPLDAPAttr_sprotid@RTPerson@PILSSession@@@8 @28952 NONAME ??_R0?AUPLDAPAttr_sprotmimetype@RTPerson@PILSSession@@@8 @28953 NONAME ??_R0?AUPLDAPAttr_ssecurity@RTPerson@PILSSession@@@8 @28954 NONAME ??_R0?AUPLDAPAttr_sttl@RTPerson@PILSSession@@@8 @28955 NONAME ??_R0?AUPLDAPAttr_surname@RTPerson@PILSSession@@@8 @28956 NONAME ??_R0?AUPLDAPAttr_timestamp@RTPerson@PILSSession@@@8 @28957 NONAME ??_R0?AV?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@@8 @28958 NONAME ??_R0?AV?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@@8 @28959 NONAME ??_R0?AV?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@@8 @28960 NONAME ??_R0?AV?$H235_HASHED@VH235_EncodedGeneralToken@@@@@8 @28961 NONAME ??_R0?AV?$H235_HASHED@VH235_EncodedPwdCertToken@@@@@8 @28962 NONAME ??_R0?AV?$H235_SIGNED@VH225_EncodedFastStartToken@@@@@8 @28963 NONAME ??_R0?AV?$H235_SIGNED@VH235_EncodedGeneralToken@@@@@8 @28964 NONAME ??_R0?AV?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@@8 @28965 NONAME ??_R0?AV?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@@8 @28966 NONAME ??_R0?AV?$H235_SIGNED@VH235_EncodedReturnSig@@@@@8 @28967 NONAME ??_R0?AV?$PArray@V?$PList@VH323Capability@@@@@@@8 @28968 NONAME ??_R0?AV?$PArray@VH323SimultaneousCapabilities@@@@@8 @28969 NONAME ??_R0?AV?$PArray@VH323TransportAddress@@@@@8 @28970 NONAME ??_R0?AV?$PArray@VReceiverReport@RTP_Session@@@@@8 @28971 NONAME ??_R0?AV?$PArray@VSourceDescription@RTP_Session@@@@@8 @28972 NONAME ??_R0?AV?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@@8 @28973 NONAME ??_R0?AV?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@@8 @28974 NONAME ??_R0?AV?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@@8 @28975 NONAME ??_R0?AV?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@@8 @28976 NONAME ??_R0?AV?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@@8 @28977 NONAME ??_R0?AV?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@@8 @28978 NONAME ??_R0?AV?$PDictionary@VPString@@VH323Connection@@@@@8 @28979 NONAME ??_R0?AV?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@@8 @28980 NONAME ??_R0?AV?$PDictionary@VPString@@VPOrdinalKey@@@@@8 @28981 NONAME ??_R0?AV?$PFactory@VH235Authenticator@@VPString@@@@@8 @44922 NONAME ??_R0?AV?$PFactory@VH323Capability@@VPString@@@@@8 @43839 NONAME ??_R0?AV?$PFactory@VH323StaticPluginCodec@@VPString@@@@@8 @43840 NONAME ??_R0?AV?$PFactory@VOpalFactoryCodec@@VPString@@@@@8 @44513 NONAME ??_R0?AV?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @43841 NONAME ??_R0?AV?$PFactory@VPWAVFileConverter@@I@@@8 @44305 NONAME ??_R0?AV?$PList@VH235Authenticator@@@@@8 @28982 NONAME ??_R0?AV?$PList@VH245_GenericParameter@@@@@8 @45386 NONAME ??_R0?AV?$PList@VH263Packet@@@@@8 @45903 NONAME ??_R0?AV?$PList@VH323Capability@@@@@8 @28984 NONAME ??_R0?AV?$PList@VH323Channel@@@@@8 @28985 NONAME ??_R0?AV?$PList@VH323GatekeeperListener@@@@@8 @28986 NONAME ??_R0?AV?$PList@VH323Listener@@@@@8 @28987 NONAME ??_R0?AV?$PList@VH323Transactor@@@@@8 @28988 NONAME ??_R0?AV?$PList@VH450xHandler@@@@@8 @28989 NONAME ??_R0?AV?$PList@VOpalMediaFormat@@@@@8 @28991 NONAME ??_R0?AV?$PList@VPBYTEArray@@@@@8 @28992 NONAME ??_R0?AV?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@@8 @28993 NONAME ??_R0?AV?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@@8 @28994 NONAME ??_R0?AV?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@@8 @28995 NONAME ??_R0?AV?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@@8 @28996 NONAME ??_R0?AV?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@@8 @28997 NONAME ??_R0?AV?$PSafePtr@VH323GatekeeperCall@@@@@8 @28998 NONAME ??_R0?AV?$PSafePtr@VH323PeerElementDescriptor@@@@@8 @28999 NONAME ??_R0?AV?$PSafePtr@VH323PeerElementServiceRelationship@@@@@8 @29000 NONAME ??_R0?AV?$PSafePtr@VH323RegisteredEndPoint@@@@@8 @29001 NONAME ??_R0?AV?$PSafeSortedList@VH323GatekeeperCall@@@@@8 @29002 NONAME ??_R0?AV?$PSafeSortedList@VH323PeerElementDescriptor@@@@@8 @29003 NONAME ??_R0?AV?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@@8 @29004 NONAME ??_R0?AV?$PSet@VPOrdinalKey@@@@@8 @29005 NONAME ??_R0?AV?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@@8 @29006 NONAME ??_R0?AV?$PSortedList@VH225_AliasAddress@@@@@8 @29007 NONAME ??_R0?AV?$PSortedList@VH323GatekeeperCall@@@@@8 @29008 NONAME ??_R0?AV?$PSortedList@VH323PeerElementDescriptor@@@@@8 @29009 NONAME ??_R0?AV?$PSortedList@VH323PeerElementServiceRelationship@@@@@8 @29010 NONAME ??_R0?AV?$PSortedList@VMXRecord@PDNS@@@@@8 @44923 NONAME ??_R0?AV?$PSortedList@VResponse@H323Transactor@@@@@8 @29011 NONAME ??_R0?AV?$PSortedList@VSRVRecord@PDNS@@@@@8 @44924 NONAME ??_R0?AV?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@@8 @44925 NONAME ??_R0?AV?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@@8 @44926 NONAME ??_R0?AV?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@@8 @44927 NONAME ??_R0?AV?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@@8 @43842 NONAME ??_R0?AV?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @43843 NONAME ??_R0?AV?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @43844 NONAME ??_R0?AV?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @43845 NONAME ??_R0?AV?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @43846 NONAME ??_R0?AV?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @43847 NONAME ??_R0?AV?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @43848 NONAME ??_R0?AV?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @43849 NONAME ??_R0?AV?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @43850 NONAME ??_R0?AV?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @43851 NONAME ??_R0?AV?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @43852 NONAME ??_R0?AV?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @43853 NONAME ??_R0?AV?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @43854 NONAME ??_R0?AV?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @43855 NONAME ??_R0?AV?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @43856 NONAME ??_R0?AV?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @43857 NONAME ??_R0?AV?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @43858 NONAME ??_R0?AV?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @43859 NONAME ??_R0?AV?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @43860 NONAME ??_R0?AV?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @43861 NONAME ??_R0?AV?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @43862 NONAME ??_R0?AV?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @43863 NONAME ??_R0?AV?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @43864 NONAME ??_R0?AV?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @43865 NONAME ??_R0?AV?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @43866 NONAME ??_R0?AV?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @43867 NONAME ??_R0?AV?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @43868 NONAME ??_R0?AV?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @43869 NONAME ??_R0?AV?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @43870 NONAME ??_R0?AV?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @43871 NONAME ??_R0?AV?$Worker@VOpalRFC2190H263Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @45904 NONAME ??_R0?AV?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @43872 NONAME ??_R0?AV?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @43873 NONAME ??_R0?AV?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@@8 @45085 NONAME ??_R0?AV?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@@8 @44306 NONAME ??_R0?AV?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@@8 @44307 NONAME ??_R0?AVAliasKey@H323PeerElement@@@8 @29012 NONAME ??_R0?AVAlternateInfo@H323Gatekeeper@@@8 @29013 NONAME ??_R0?AVByteQueue@OpalVoipBlasterDevice@@@8 @29014 NONAME ??_R0?AVEncoder@@@8 @29015 NONAME ??_R0?AVEntry@RTP_JitterBuffer@@@8 @29016 NONAME ??_R0?AVFilterInfo@H323Codec@@@8 @29018 NONAME ??_R0?AVFullP64Decoder@@@8 @29019 NONAME ??_R0?AVG7231_File_Capability@@@8 @29020 NONAME ??_R0?AVG7231_File_Codec@@@8 @29021 NONAME ??_R0?AVGCC_AlternativeNodeID@@@8 @29022 NONAME ??_R0?AVGCC_ApplicationInvokeIndication@@@8 @29023 NONAME ??_R0?AVGCC_ApplicationInvokeSpecifier@@@8 @29024 NONAME ??_R0?AVGCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@@8 @29025 NONAME ??_R0?AVGCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@@8 @29026 NONAME ??_R0?AVGCC_ApplicationRecord@@@8 @29027 NONAME ??_R0?AVGCC_ApplicationRecord_nonCollapsingCapabilities@@@8 @29028 NONAME ??_R0?AVGCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@@8 @29029 NONAME ??_R0?AVGCC_ArrayOf_ApplicationInvokeSpecifier@@@8 @29030 NONAME ??_R0?AVGCC_ArrayOf_ChallengeItem@@@8 @29031 NONAME ??_R0?AVGCC_ArrayOf_ConferenceDescriptor@@@8 @29032 NONAME ??_R0?AVGCC_ArrayOf_Privilege@@@8 @29033 NONAME ??_R0?AVGCC_ArrayOf_TextString@@@8 @29034 NONAME ??_R0?AVGCC_ArrayOf_UserID@@@8 @29035 NONAME ??_R0?AVGCC_AsymmetryIndicator@@@8 @29036 NONAME ??_R0?AVGCC_CapabilityClass@@@8 @29037 NONAME ??_R0?AVGCC_CapabilityID@@@8 @29038 NONAME ??_R0?AVGCC_ChallengeItem@@@8 @29039 NONAME ??_R0?AVGCC_ChallengeRequest@@@8 @29040 NONAME ??_R0?AVGCC_ChallengeResponse@@@8 @29041 NONAME ??_R0?AVGCC_ChallengeResponseAlgorithm@@@8 @29042 NONAME ??_R0?AVGCC_ChallengeResponseItem@@@8 @29043 NONAME ??_R0?AVGCC_ChannelID@@@8 @29044 NONAME ??_R0?AVGCC_ChannelType@@@8 @29045 NONAME ??_R0?AVGCC_ConductorAssignIndication@@@8 @29046 NONAME ??_R0?AVGCC_ConductorPermissionAskIndication@@@8 @29047 NONAME ??_R0?AVGCC_ConductorPermissionGrantIndication@@@8 @29048 NONAME ??_R0?AVGCC_ConductorReleaseIndication@@@8 @29049 NONAME ??_R0?AVGCC_ConferenceAddRequest@@@8 @29050 NONAME ??_R0?AVGCC_ConferenceAddResponse@@@8 @29051 NONAME ??_R0?AVGCC_ConferenceAddResponse_result@@@8 @29052 NONAME ??_R0?AVGCC_ConferenceAssistanceIndication@@@8 @29053 NONAME ??_R0?AVGCC_ConferenceCreateRequest@@@8 @29054 NONAME ??_R0?AVGCC_ConferenceCreateResponse@@@8 @29055 NONAME ??_R0?AVGCC_ConferenceCreateResponse_result@@@8 @29056 NONAME ??_R0?AVGCC_ConferenceDescriptor@@@8 @29057 NONAME ??_R0?AVGCC_ConferenceEjectUserIndication@@@8 @29058 NONAME ??_R0?AVGCC_ConferenceEjectUserIndication_reason@@@8 @29059 NONAME ??_R0?AVGCC_ConferenceEjectUserRequest@@@8 @29060 NONAME ??_R0?AVGCC_ConferenceEjectUserRequest_reason@@@8 @29061 NONAME ??_R0?AVGCC_ConferenceEjectUserResponse@@@8 @29062 NONAME ??_R0?AVGCC_ConferenceEjectUserResponse_result@@@8 @29063 NONAME ??_R0?AVGCC_ConferenceInviteRequest@@@8 @29064 NONAME ??_R0?AVGCC_ConferenceInviteResponse@@@8 @29065 NONAME ??_R0?AVGCC_ConferenceInviteResponse_result@@@8 @29066 NONAME ??_R0?AVGCC_ConferenceJoinRequest@@@8 @29067 NONAME ??_R0?AVGCC_ConferenceJoinResponse@@@8 @29068 NONAME ??_R0?AVGCC_ConferenceJoinResponse_result@@@8 @29069 NONAME ??_R0?AVGCC_ConferenceLockIndication@@@8 @29070 NONAME ??_R0?AVGCC_ConferenceLockRequest@@@8 @29071 NONAME ??_R0?AVGCC_ConferenceLockResponse@@@8 @29072 NONAME ??_R0?AVGCC_ConferenceLockResponse_result@@@8 @29073 NONAME ??_R0?AVGCC_ConferenceName@@@8 @29074 NONAME ??_R0?AVGCC_ConferenceNameModifier@@@8 @29075 NONAME ??_R0?AVGCC_ConferenceNameSelector@@@8 @29076 NONAME ??_R0?AVGCC_ConferencePriority@@@8 @29077 NONAME ??_R0?AVGCC_ConferencePriorityScheme@@@8 @29078 NONAME ??_R0?AVGCC_ConferenceQueryRequest@@@8 @29079 NONAME ??_R0?AVGCC_ConferenceQueryResponse@@@8 @29080 NONAME ??_R0?AVGCC_ConferenceQueryResponse_result@@@8 @29081 NONAME ??_R0?AVGCC_ConferenceTerminateIndication@@@8 @29082 NONAME ??_R0?AVGCC_ConferenceTerminateIndication_reason@@@8 @29083 NONAME ??_R0?AVGCC_ConferenceTerminateRequest@@@8 @29084 NONAME ??_R0?AVGCC_ConferenceTerminateRequest_reason@@@8 @29085 NONAME ??_R0?AVGCC_ConferenceTerminateResponse@@@8 @29086 NONAME ??_R0?AVGCC_ConferenceTerminateResponse_result@@@8 @29087 NONAME ??_R0?AVGCC_ConferenceTimeExtendIndication@@@8 @29088 NONAME ??_R0?AVGCC_ConferenceTimeInquireIndication@@@8 @29089 NONAME ??_R0?AVGCC_ConferenceTimeRemainingIndication@@@8 @29090 NONAME ??_R0?AVGCC_ConferenceTransferIndication@@@8 @29091 NONAME ??_R0?AVGCC_ConferenceTransferRequest@@@8 @29092 NONAME ??_R0?AVGCC_ConferenceTransferResponse@@@8 @29093 NONAME ??_R0?AVGCC_ConferenceTransferResponse_result@@@8 @29094 NONAME ??_R0?AVGCC_ConferenceUnlockIndication@@@8 @29095 NONAME ??_R0?AVGCC_ConferenceUnlockRequest@@@8 @29096 NONAME ??_R0?AVGCC_ConferenceUnlockResponse@@@8 @29097 NONAME ??_R0?AVGCC_ConferenceUnlockResponse_result@@@8 @29098 NONAME ??_R0?AVGCC_ConnectData@@@8 @29099 NONAME ??_R0?AVGCC_ConnectGCCPDU@@@8 @29100 NONAME ??_R0?AVGCC_DialingString@@@8 @29101 NONAME ??_R0?AVGCC_DynamicChannelID@@@8 @29102 NONAME ??_R0?AVGCC_DynamicTokenID@@@8 @29103 NONAME ??_R0?AVGCC_EntityID@@@8 @29104 NONAME ??_R0?AVGCC_ExtraDialingString@@@8 @29105 NONAME ??_R0?AVGCC_FunctionNotSupportedResponse@@@8 @29106 NONAME ??_R0?AVGCC_GCCPDU@@@8 @29107 NONAME ??_R0?AVGCC_H221NonStandardIdentifier@@@8 @29108 NONAME ??_R0?AVGCC_Handle@@@8 @29109 NONAME ??_R0?AVGCC_IndicationPDU@@@8 @29110 NONAME ??_R0?AVGCC_Key@@@8 @29111 NONAME ??_R0?AVGCC_NetworkAddress@@@8 @29112 NONAME ??_R0?AVGCC_NetworkAddress_subtype@@@8 @29113 NONAME ??_R0?AVGCC_NetworkAddress_subtype_aggregatedChannel@@@8 @29114 NONAME ??_R0?AVGCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@@8 @29115 NONAME ??_R0?AVGCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@@8 @29116 NONAME ??_R0?AVGCC_NetworkAddress_subtype_transportConnection@@@8 @29117 NONAME ??_R0?AVGCC_NodeProperties@@@8 @29118 NONAME ??_R0?AVGCC_NodeRecord@@@8 @29119 NONAME ??_R0?AVGCC_NodeType@@@8 @29120 NONAME ??_R0?AVGCC_NonStandardParameter@@@8 @29121 NONAME ??_R0?AVGCC_NonStandardPDU@@@8 @29122 NONAME ??_R0?AVGCC_Password@@@8 @29123 NONAME ??_R0?AVGCC_PasswordChallengeRequestResponse@@@8 @29124 NONAME ??_R0?AVGCC_PasswordChallengeRequestResponse_challengeRequestResponse@@@8 @29125 NONAME ??_R0?AVGCC_PasswordSelector@@@8 @29126 NONAME ??_R0?AVGCC_Privilege@@@8 @29127 NONAME ??_R0?AVGCC_RegistryAllocateHandleRequest@@@8 @29128 NONAME ??_R0?AVGCC_RegistryAllocateHandleResponse@@@8 @29129 NONAME ??_R0?AVGCC_RegistryAllocateHandleResponse_result@@@8 @29130 NONAME ??_R0?AVGCC_RegistryAssignTokenRequest@@@8 @29131 NONAME ??_R0?AVGCC_RegistryDeleteEntryRequest@@@8 @29132 NONAME ??_R0?AVGCC_RegistryEntryOwner@@@8 @29133 NONAME ??_R0?AVGCC_RegistryEntryOwner_owned@@@8 @29134 NONAME ??_R0?AVGCC_RegistryItem@@@8 @29135 NONAME ??_R0?AVGCC_RegistryKey@@@8 @29136 NONAME ??_R0?AVGCC_RegistryModificationRights@@@8 @29137 NONAME ??_R0?AVGCC_RegistryMonitorEntryIndication@@@8 @29138 NONAME ??_R0?AVGCC_RegistryMonitorEntryRequest@@@8 @29139 NONAME ??_R0?AVGCC_RegistryRegisterChannelRequest@@@8 @29140 NONAME ??_R0?AVGCC_RegistryResponse@@@8 @29141 NONAME ??_R0?AVGCC_RegistryResponse_primitiveType@@@8 @29142 NONAME ??_R0?AVGCC_RegistryResponse_result@@@8 @29143 NONAME ??_R0?AVGCC_RegistryRetrieveEntryRequest@@@8 @29144 NONAME ??_R0?AVGCC_RegistrySetParameterRequest@@@8 @29145 NONAME ??_R0?AVGCC_RequestPDU@@@8 @29146 NONAME ??_R0?AVGCC_ResponsePDU@@@8 @29147 NONAME ??_R0?AVGCC_RosterUpdateIndication@@@8 @29148 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation@@@8 @29149 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype@@@8 @29150 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@@8 @29151 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@@8 @29152 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@@8 @29153 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@@8 @29154 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@@8 @29155 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@@8 @29156 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@@8 @29157 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@@8 @29158 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@@8 @29159 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation@@@8 @29160 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@@8 @29161 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@@8 @29162 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@@8 @29163 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@@8 @29164 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@@8 @29165 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@@8 @29166 NONAME ??_R0?AVGCC_SessionKey@@@8 @29167 NONAME ??_R0?AVGCC_SimpleNumericString@@@8 @29168 NONAME ??_R0?AVGCC_SimpleTextString@@@8 @29169 NONAME ??_R0?AVGCC_StaticChannelID@@@8 @29170 NONAME ??_R0?AVGCC_StaticTokenID@@@8 @29171 NONAME ??_R0?AVGCC_SubAddressString@@@8 @29172 NONAME ??_R0?AVGCC_TerminationMethod@@@8 @29173 NONAME ??_R0?AVGCC_TextMessageIndication@@@8 @29174 NONAME ??_R0?AVGCC_TextString@@@8 @29175 NONAME ??_R0?AVGCC_Time@@@8 @29176 NONAME ??_R0?AVGCC_TokenID@@@8 @29177 NONAME ??_R0?AVGCC_UserData@@@8 @29178 NONAME ??_R0?AVGCC_UserData_subtype@@@8 @29179 NONAME ??_R0?AVGCC_UserID@@@8 @29180 NONAME ??_R0?AVGCC_UserIDIndication@@@8 @29181 NONAME ??_R0?AVH225CallThread@@@8 @29182 NONAME ??_R0?AVH225TransportThread@@@8 @29183 NONAME ??_R0?AVH225_AddressPattern@@@8 @29184 NONAME ??_R0?AVH225_AddressPattern_range@@@8 @29185 NONAME ??_R0?AVH225_AdmissionConfirm@@@8 @29186 NONAME ??_R0?AVH225_AdmissionConfirm_language@@@8 @29187 NONAME ??_R0?AVH225_AdmissionReject@@@8 @29188 NONAME ??_R0?AVH225_AdmissionRejectReason@@@8 @29189 NONAME ??_R0?AVH225_AdmissionRequest@@@8 @29190 NONAME ??_R0?AVH225_Alerting_UUIE@@@8 @29191 NONAME ??_R0?AVH225_AliasAddress@@@8 @29192 NONAME ??_R0?AVH225_AlternateGK@@@8 @29193 NONAME ??_R0?AVH225_AlternateTransportAddresses@@@8 @29194 NONAME ??_R0?AVH225_AltGKInfo@@@8 @29195 NONAME ??_R0?AVH225_ANSI_41_UIM@@@8 @29196 NONAME ??_R0?AVH225_ANSI_41_UIM_system_id@@@8 @29197 NONAME ??_R0?AVH225_ArrayOf_AddressPattern@@@8 @29198 NONAME ??_R0?AVH225_ArrayOf_AdmissionConfirm@@@8 @29199 NONAME ??_R0?AVH225_ArrayOf_AliasAddress@@@8 @29200 NONAME ??_R0?AVH225_ArrayOf_AlternateGK@@@8 @29201 NONAME ??_R0?AVH225_ArrayOf_AuthenticationMechanism@@@8 @29202 NONAME ??_R0?AVH225_ArrayOf_BandwidthDetails@@@8 @29203 NONAME ??_R0?AVH225_ArrayOf_CallReferenceValue@@@8 @29204 NONAME ??_R0?AVH225_ArrayOf_CallsAvailable@@@8 @29205 NONAME ??_R0?AVH225_ArrayOf_ClearToken@@@8 @29206 NONAME ??_R0?AVH225_ArrayOf_ConferenceIdentifier@@@8 @29207 NONAME ??_R0?AVH225_ArrayOf_ConferenceList@@@8 @29208 NONAME ??_R0?AVH225_ArrayOf_CryptoH323Token@@@8 @29209 NONAME ??_R0?AVH225_ArrayOf_DataRate@@@8 @29210 NONAME ??_R0?AVH225_ArrayOf_Endpoint@@@8 @29211 NONAME ??_R0?AVH225_ArrayOf_EnumeratedParameter@@@8 @29212 NONAME ??_R0?AVH225_ArrayOf_ExtendedAliasAddress@@@8 @29213 NONAME ??_R0?AVH225_ArrayOf_FeatureDescriptor@@@8 @29214 NONAME ??_R0?AVH225_ArrayOf_GenericData@@@8 @29215 NONAME ??_R0?AVH225_ArrayOf_H245Security@@@8 @29216 NONAME ??_R0?AVH225_ArrayOf_H248PackagesDescriptor@@@8 @29217 NONAME ??_R0?AVH225_ArrayOf_IntegrityMechanism@@@8 @29218 NONAME ??_R0?AVH225_ArrayOf_NonStandardParameter@@@8 @29219 NONAME ??_R0?AVH225_ArrayOf_PartyNumber@@@8 @29220 NONAME ??_R0?AVH225_ArrayOf_PASN_ObjectId@@@8 @29221 NONAME ??_R0?AVH225_ArrayOf_PASN_OctetString@@@8 @29222 NONAME ??_R0?AVH225_ArrayOf_RasUsageSpecification@@@8 @29223 NONAME ??_R0?AVH225_ArrayOf_RTPSession@@@8 @29224 NONAME ??_R0?AVH225_ArrayOf_ServiceControlSession@@@8 @29225 NONAME ??_R0?AVH225_ArrayOf_SupportedPrefix@@@8 @29226 NONAME ??_R0?AVH225_ArrayOf_SupportedProtocols@@@8 @29227 NONAME ??_R0?AVH225_ArrayOf_TransportAddress@@@8 @29228 NONAME ??_R0?AVH225_ArrayOf_TransportChannelInfo@@@8 @29229 NONAME ??_R0?AVH225_ArrayOf_TunnelledProtocol@@@8 @29230 NONAME ??_R0?AVH225_BandRejectReason@@@8 @29231 NONAME ??_R0?AVH225_BandWidth@@@8 @29232 NONAME ??_R0?AVH225_BandwidthConfirm@@@8 @29233 NONAME ??_R0?AVH225_BandwidthDetails@@@8 @29234 NONAME ??_R0?AVH225_BandwidthReject@@@8 @29235 NONAME ??_R0?AVH225_BandwidthRequest@@@8 @29236 NONAME ??_R0?AVH225_CallCapacity@@@8 @29237 NONAME ??_R0?AVH225_CallCapacityInfo@@@8 @29238 NONAME ??_R0?AVH225_CallCreditCapability@@@8 @29239 NONAME ??_R0?AVH225_CallCreditServiceControl@@@8 @29240 NONAME ??_R0?AVH225_CallCreditServiceControl_billingMode@@@8 @29241 NONAME ??_R0?AVH225_CallCreditServiceControl_callStartingPoint@@@8 @29242 NONAME ??_R0?AVH225_CallIdentifier@@@8 @29243 NONAME ??_R0?AVH225_CallLinkage@@@8 @29244 NONAME ??_R0?AVH225_CallModel@@@8 @29245 NONAME ??_R0?AVH225_CallProceeding_UUIE@@@8 @29246 NONAME ??_R0?AVH225_CallReferenceValue@@@8 @29247 NONAME ??_R0?AVH225_CallsAvailable@@@8 @29248 NONAME ??_R0?AVH225_CallTerminationCause@@@8 @29249 NONAME ??_R0?AVH225_CallType@@@8 @29250 NONAME ??_R0?AVH225_CapacityReportingCapability@@@8 @29251 NONAME ??_R0?AVH225_CapacityReportingSpecification@@@8 @29252 NONAME ??_R0?AVH225_CapacityReportingSpecification_when@@@8 @29253 NONAME ??_R0?AVH225_CarrierInfo@@@8 @29254 NONAME ??_R0?AVH225_CicInfo@@@8 @29255 NONAME ??_R0?AVH225_CicInfo_cic@@@8 @29256 NONAME ??_R0?AVH225_CircuitIdentifier@@@8 @29257 NONAME ??_R0?AVH225_CircuitInfo@@@8 @29258 NONAME ??_R0?AVH225_ConferenceIdentifier@@@8 @29259 NONAME ??_R0?AVH225_ConferenceList@@@8 @29260 NONAME ??_R0?AVH225_Connect_UUIE@@@8 @29261 NONAME ??_R0?AVH225_Connect_UUIE_language@@@8 @29262 NONAME ??_R0?AVH225_Content@@@8 @29263 NONAME ??_R0?AVH225_CryptoH323Token@@@8 @29264 NONAME ??_R0?AVH225_CryptoH323Token_cryptoEPPwdHash@@@8 @29265 NONAME ??_R0?AVH225_CryptoH323Token_cryptoGKPwdHash@@@8 @29266 NONAME ??_R0?AVH225_DataRate@@@8 @29267 NONAME ??_R0?AVH225_DisengageConfirm@@@8 @29268 NONAME ??_R0?AVH225_DisengageReason@@@8 @29269 NONAME ??_R0?AVH225_DisengageReject@@@8 @29270 NONAME ??_R0?AVH225_DisengageRejectReason@@@8 @29271 NONAME ??_R0?AVH225_DisengageRequest@@@8 @29272 NONAME ??_R0?AVH225_EncodedFastStartToken@@@8 @29273 NONAME ??_R0?AVH225_EncryptIntAlg@@@8 @29274 NONAME ??_R0?AVH225_Endpoint@@@8 @29275 NONAME ??_R0?AVH225_EndpointIdentifier@@@8 @29276 NONAME ??_R0?AVH225_EndpointType@@@8 @29277 NONAME ??_R0?AVH225_EnumeratedParameter@@@8 @29278 NONAME ??_R0?AVH225_ExtendedAliasAddress@@@8 @29279 NONAME ??_R0?AVH225_FacilityReason@@@8 @29280 NONAME ??_R0?AVH225_Facility_UUIE@@@8 @29281 NONAME ??_R0?AVH225_FastStartToken@@@8 @29282 NONAME ??_R0?AVH225_FeatureDescriptor@@@8 @29283 NONAME ??_R0?AVH225_FeatureSet@@@8 @29284 NONAME ??_R0?AVH225_GatekeeperConfirm@@@8 @29285 NONAME ??_R0?AVH225_GatekeeperIdentifier@@@8 @29286 NONAME ??_R0?AVH225_GatekeeperInfo@@@8 @29287 NONAME ??_R0?AVH225_GatekeeperReject@@@8 @29288 NONAME ??_R0?AVH225_GatekeeperRejectReason@@@8 @29289 NONAME ??_R0?AVH225_GatekeeperRequest@@@8 @29290 NONAME ??_R0?AVH225_GatewayInfo@@@8 @29291 NONAME ??_R0?AVH225_GenericData@@@8 @29292 NONAME ??_R0?AVH225_GenericIdentifier@@@8 @29293 NONAME ??_R0?AVH225_GloballyUniqueID@@@8 @29294 NONAME ??_R0?AVH225_GroupID@@@8 @29295 NONAME ??_R0?AVH225_GroupID_member@@@8 @29296 NONAME ??_R0?AVH225_GSM_UIM@@@8 @29297 NONAME ??_R0?AVH225_H221NonStandard@@@8 @29298 NONAME ??_R0?AVH225_H245Security@@@8 @29299 NONAME ??_R0?AVH225_H248PackagesDescriptor@@@8 @29300 NONAME ??_R0?AVH225_H248SignalsDescriptor@@@8 @29301 NONAME ??_R0?AVH225_H310Caps@@@8 @29302 NONAME ??_R0?AVH225_H320Caps@@@8 @29303 NONAME ??_R0?AVH225_H321Caps@@@8 @29304 NONAME ??_R0?AVH225_H322Caps@@@8 @29305 NONAME ??_R0?AVH225_H323Caps@@@8 @29306 NONAME ??_R0?AVH225_H323_UserInformation@@@8 @29307 NONAME ??_R0?AVH225_H323_UserInformation_user_data@@@8 @29308 NONAME ??_R0?AVH225_H323_UU_PDU@@@8 @29309 NONAME ??_R0?AVH225_H323_UU_PDU_h323_message_body@@@8 @29310 NONAME ??_R0?AVH225_H323_UU_PDU_tunnelledSignallingMessage@@@8 @29311 NONAME ??_R0?AVH225_H324Caps@@@8 @29312 NONAME ??_R0?AVH225_ICV@@@8 @29313 NONAME ??_R0?AVH225_InfoRequest@@@8 @29314 NONAME ??_R0?AVH225_InfoRequestAck@@@8 @29315 NONAME ??_R0?AVH225_InfoRequestNak@@@8 @29316 NONAME ??_R0?AVH225_InfoRequestNakReason@@@8 @29317 NONAME ??_R0?AVH225_InfoRequestResponse@@@8 @29318 NONAME ??_R0?AVH225_InfoRequestResponseStatus@@@8 @29319 NONAME ??_R0?AVH225_InfoRequestResponse_perCallInfo@@@8 @29320 NONAME ??_R0?AVH225_InfoRequestResponse_perCallInfo_subtype@@@8 @29321 NONAME ??_R0?AVH225_InfoRequestResponse_perCallInfo_subtype_pdu@@@8 @29322 NONAME ??_R0?AVH225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@@8 @29323 NONAME ??_R0?AVH225_Information_UUIE@@@8 @29324 NONAME ??_R0?AVH225_IntegrityMechanism@@@8 @29325 NONAME ??_R0?AVH225_LocationConfirm@@@8 @29326 NONAME ??_R0?AVH225_LocationReject@@@8 @29327 NONAME ??_R0?AVH225_LocationRejectReason@@@8 @29328 NONAME ??_R0?AVH225_LocationRequest@@@8 @29329 NONAME ??_R0?AVH225_McuInfo@@@8 @29330 NONAME ??_R0?AVH225_MobileUIM@@@8 @29331 NONAME ??_R0?AVH225_NonIsoIntegrityMechanism@@@8 @29332 NONAME ??_R0?AVH225_NonStandardIdentifier@@@8 @29333 NONAME ??_R0?AVH225_NonStandardMessage@@@8 @29334 NONAME ??_R0?AVH225_NonStandardParameter@@@8 @29335 NONAME ??_R0?AVH225_NonStandardProtocol@@@8 @29336 NONAME ??_R0?AVH225_Notify_UUIE@@@8 @29337 NONAME ??_R0?AVH225_NumberDigits@@@8 @29338 NONAME ??_R0?AVH225_PartyNumber@@@8 @29339 NONAME ??_R0?AVH225_PresentationIndicator@@@8 @29340 NONAME ??_R0?AVH225_PrivatePartyNumber@@@8 @29341 NONAME ??_R0?AVH225_PrivateTypeOfNumber@@@8 @29342 NONAME ??_R0?AVH225_Progress_UUIE@@@8 @29343 NONAME ??_R0?AVH225_ProtocolIdentifier@@@8 @29344 NONAME ??_R0?AVH225_PublicPartyNumber@@@8 @29345 NONAME ??_R0?AVH225_PublicTypeOfNumber@@@8 @29346 NONAME ??_R0?AVH225_Q954Details@@@8 @29347 NONAME ??_R0?AVH225_QseriesOptions@@@8 @29348 NONAME ??_R0?AVH225_RAS@@@8 @29349 NONAME ??_R0?AVH225_RasMessage@@@8 @29350 NONAME ??_R0?AVH225_RasUsageInformation@@@8 @29351 NONAME ??_R0?AVH225_RasUsageInfoTypes@@@8 @29352 NONAME ??_R0?AVH225_RasUsageSpecification@@@8 @29353 NONAME ??_R0?AVH225_RasUsageSpecification_callStartingPoint@@@8 @29354 NONAME ??_R0?AVH225_RasUsageSpecification_when@@@8 @29355 NONAME ??_R0?AVH225_RegistrationConfirm@@@8 @29356 NONAME ??_R0?AVH225_RegistrationConfirm_preGrantedARQ@@@8 @29357 NONAME ??_R0?AVH225_RegistrationReject@@@8 @29358 NONAME ??_R0?AVH225_RegistrationRejectReason@@@8 @29359 NONAME ??_R0?AVH225_RegistrationRejectReason_invalidTerminalAliases@@@8 @29360 NONAME ??_R0?AVH225_RegistrationRequest@@@8 @29361 NONAME ??_R0?AVH225_ReleaseCompleteReason@@@8 @29362 NONAME ??_R0?AVH225_ReleaseComplete_UUIE@@@8 @29363 NONAME ??_R0?AVH225_RequestInProgress@@@8 @29364 NONAME ??_R0?AVH225_RequestSeqNum@@@8 @29365 NONAME ??_R0?AVH225_ResourcesAvailableConfirm@@@8 @29366 NONAME ??_R0?AVH225_ResourcesAvailableIndicate@@@8 @29367 NONAME ??_R0?AVH225_RTPSession@@@8 @29368 NONAME ??_R0?AVH225_RTPSession_associatedSessionIds@@@8 @29369 NONAME ??_R0?AVH225_ScnConnectionAggregation@@@8 @29370 NONAME ??_R0?AVH225_ScnConnectionType@@@8 @29371 NONAME ??_R0?AVH225_ScreeningIndicator@@@8 @29372 NONAME ??_R0?AVH225_SecurityCapabilities@@@8 @29373 NONAME ??_R0?AVH225_SecurityErrors2@@@8 @29374 NONAME ??_R0?AVH225_SecurityErrors@@@8 @29375 NONAME ??_R0?AVH225_SecurityServiceMode@@@8 @29376 NONAME ??_R0?AVH225_ServiceControlDescriptor@@@8 @29377 NONAME ??_R0?AVH225_ServiceControlIndication@@@8 @29378 NONAME ??_R0?AVH225_ServiceControlIndication_callSpecific@@@8 @29379 NONAME ??_R0?AVH225_ServiceControlResponse@@@8 @29380 NONAME ??_R0?AVH225_ServiceControlResponse_result@@@8 @29381 NONAME ??_R0?AVH225_ServiceControlSession@@@8 @29382 NONAME ??_R0?AVH225_ServiceControlSession_reason@@@8 @29383 NONAME ??_R0?AVH225_SetupAcknowledge_UUIE@@@8 @29384 NONAME ??_R0?AVH225_Setup_UUIE@@@8 @29385 NONAME ??_R0?AVH225_Setup_UUIE_conferenceGoal@@@8 @29386 NONAME ??_R0?AVH225_Setup_UUIE_connectionParameters@@@8 @29387 NONAME ??_R0?AVH225_Setup_UUIE_language@@@8 @29388 NONAME ??_R0?AVH225_SIPCaps@@@8 @29389 NONAME ??_R0?AVH225_StatusInquiry_UUIE@@@8 @29390 NONAME ??_R0?AVH225_Status_UUIE@@@8 @29391 NONAME ??_R0?AVH225_StimulusControl@@@8 @29392 NONAME ??_R0?AVH225_SupportedPrefix@@@8 @29393 NONAME ??_R0?AVH225_SupportedProtocols@@@8 @29394 NONAME ??_R0?AVH225_T120OnlyCaps@@@8 @29395 NONAME ??_R0?AVH225_T38FaxAnnexbOnlyCaps@@@8 @29396 NONAME ??_R0?AVH225_TBCD_STRING@@@8 @29397 NONAME ??_R0?AVH225_TerminalInfo@@@8 @29398 NONAME ??_R0?AVH225_TimeToLive@@@8 @29399 NONAME ??_R0?AVH225_TransportAddress@@@8 @29400 NONAME ??_R0?AVH225_TransportAddress_ip6Address@@@8 @29401 NONAME ??_R0?AVH225_TransportAddress_ipAddress@@@8 @29402 NONAME ??_R0?AVH225_TransportAddress_ipSourceRoute@@@8 @29403 NONAME ??_R0?AVH225_TransportAddress_ipSourceRoute_route@@@8 @29404 NONAME ??_R0?AVH225_TransportAddress_ipSourceRoute_routing@@@8 @29405 NONAME ??_R0?AVH225_TransportAddress_ipxAddress@@@8 @29406 NONAME ??_R0?AVH225_TransportChannelInfo@@@8 @29407 NONAME ??_R0?AVH225_TransportQOS@@@8 @29408 NONAME ??_R0?AVH225_TunnelledProtocol@@@8 @29409 NONAME ??_R0?AVH225_TunnelledProtocolAlternateIdentifier@@@8 @29410 NONAME ??_R0?AVH225_TunnelledProtocol_id@@@8 @29411 NONAME ??_R0?AVH225_UnknownMessageResponse@@@8 @29412 NONAME ??_R0?AVH225_UnregistrationConfirm@@@8 @29413 NONAME ??_R0?AVH225_UnregistrationReject@@@8 @29414 NONAME ??_R0?AVH225_UnregistrationRequest@@@8 @29415 NONAME ??_R0?AVH225_UnregRejectReason@@@8 @29416 NONAME ??_R0?AVH225_UnregRequestReason@@@8 @29417 NONAME ??_R0?AVH225_UseSpecifiedTransport@@@8 @29418 NONAME ??_R0?AVH225_UUIEsRequested@@@8 @29419 NONAME ??_R0?AVH225_VendorIdentifier@@@8 @29420 NONAME ??_R0?AVH225_VoiceCaps@@@8 @29421 NONAME ??_R0?AVH235AuthCAT@@@8 @29422 NONAME ??_R0?AVH235Authenticator@@@8 @29423 NONAME ??_R0?AVH235Authenticators@@@8 @29424 NONAME ??_R0?AVH235AuthProcedure1@@@8 @29425 NONAME ??_R0?AVH235AuthSimpleMD5@@@8 @29426 NONAME ??_R0?AVH235_AuthenticationBES@@@8 @29427 NONAME ??_R0?AVH235_AuthenticationMechanism@@@8 @29428 NONAME ??_R0?AVH235_ChallengeString@@@8 @29429 NONAME ??_R0?AVH235_ClearToken@@@8 @29430 NONAME ??_R0?AVH235_CryptoToken@@@8 @29431 NONAME ??_R0?AVH235_CryptoToken_cryptoEncryptedToken@@@8 @29432 NONAME ??_R0?AVH235_CryptoToken_cryptoHashedToken@@@8 @29433 NONAME ??_R0?AVH235_CryptoToken_cryptoSignedToken@@@8 @29434 NONAME ??_R0?AVH235_DHset@@@8 @29435 NONAME ??_R0?AVH235_ECGDSASignature@@@8 @29436 NONAME ??_R0?AVH235_ECKASDH@@@8 @29437 NONAME ??_R0?AVH235_ECKASDH_eckasdh2@@@8 @29438 NONAME ??_R0?AVH235_ECKASDH_eckasdhp@@@8 @29439 NONAME ??_R0?AVH235_ECpoint@@@8 @29440 NONAME ??_R0?AVH235_EncodedGeneralToken@@@8 @29441 NONAME ??_R0?AVH235_EncodedKeySignedMaterial@@@8 @29442 NONAME ??_R0?AVH235_EncodedKeySyncMaterial@@@8 @29443 NONAME ??_R0?AVH235_EncodedPwdCertToken@@@8 @29444 NONAME ??_R0?AVH235_EncodedReturnSig@@@8 @29445 NONAME ??_R0?AVH235_H235CertificateSignature@@@8 @29446 NONAME ??_R0?AVH235_H235Key@@@8 @29447 NONAME ??_R0?AVH235_Identifier@@@8 @29448 NONAME ??_R0?AVH235_IV16@@@8 @29449 NONAME ??_R0?AVH235_IV8@@@8 @29450 NONAME ??_R0?AVH235_KeyMaterial@@@8 @29451 NONAME ??_R0?AVH235_KeySignedMaterial@@@8 @29452 NONAME ??_R0?AVH235_KeySyncMaterial@@@8 @29453 NONAME ??_R0?AVH235_NonStandardParameter@@@8 @29454 NONAME ??_R0?AVH235_Params@@@8 @29455 NONAME ??_R0?AVH235_Password@@@8 @29456 NONAME ??_R0?AVH235_PwdCertToken@@@8 @29457 NONAME ??_R0?AVH235_RandomVal@@@8 @29458 NONAME ??_R0?AVH235_ReturnSig@@@8 @29459 NONAME ??_R0?AVH235_TimeStamp@@@8 @29460 NONAME ??_R0?AVH235_TypedCertificate@@@8 @29461 NONAME ??_R0?AVH235_V3KeySyncMaterial@@@8 @29462 NONAME ??_R0?AVH245NegLogicalChannel@@@8 @29463 NONAME ??_R0?AVH245NegLogicalChannels@@@8 @29464 NONAME ??_R0?AVH245NegMasterSlaveDetermination@@@8 @29465 NONAME ??_R0?AVH245Negotiator@@@8 @29466 NONAME ??_R0?AVH245NegRequestMode@@@8 @29467 NONAME ??_R0?AVH245NegRoundTripDelay@@@8 @29468 NONAME ??_R0?AVH245NegTerminalCapabilitySet@@@8 @29469 NONAME ??_R0?AVH245TransportThread@@@8 @29470 NONAME ??_R0?AVH245_AlternativeCapabilitySet@@@8 @29471 NONAME ??_R0?AVH245_ArrayOf_AlternativeCapabilitySet@@@8 @29472 NONAME ??_R0?AVH245_ArrayOf_BEnhancementParameters@@@8 @29473 NONAME ??_R0?AVH245_ArrayOf_CapabilityDescriptor@@@8 @29474 NONAME ??_R0?AVH245_ArrayOf_CapabilityDescriptorNumber@@@8 @29475 NONAME ??_R0?AVH245_ArrayOf_CapabilityTableEntry@@@8 @29476 NONAME ??_R0?AVH245_ArrayOf_CapabilityTableEntryNumber@@@8 @29477 NONAME ??_R0?AVH245_ArrayOf_CommunicationModeTableEntry@@@8 @29478 NONAME ??_R0?AVH245_ArrayOf_CustomPictureClockFrequency@@@8 @29479 NONAME ??_R0?AVH245_ArrayOf_CustomPictureFormat@@@8 @29480 NONAME ??_R0?AVH245_ArrayOf_DataApplicationCapability@@@8 @29481 NONAME ??_R0?AVH245_ArrayOf_DialingInformationNetworkType@@@8 @29482 NONAME ??_R0?AVH245_ArrayOf_DialingInformationNumber@@@8 @29483 NONAME ??_R0?AVH245_ArrayOf_EnhancementOptions@@@8 @29484 NONAME ??_R0?AVH245_ArrayOf_EscrowData@@@8 @29485 NONAME ??_R0?AVH245_ArrayOf_GenericCapability@@@8 @45195 NONAME ??_R0?AVH245_ArrayOf_GenericParameter@@@8 @29486 NONAME ??_R0?AVH245_ArrayOf_H263ModeComboFlags@@@8 @29487 NONAME ??_R0?AVH245_ArrayOf_H263VideoModeCombos@@@8 @29488 NONAME ??_R0?AVH245_ArrayOf_MediaChannelCapability@@@8 @29489 NONAME ??_R0?AVH245_ArrayOf_MediaDistributionCapability@@@8 @29490 NONAME ??_R0?AVH245_ArrayOf_ModeDescription@@@8 @29491 NONAME ??_R0?AVH245_ArrayOf_MultiplePayloadStreamElement@@@8 @29492 NONAME ??_R0?AVH245_ArrayOf_MultiplePayloadStreamElementMode@@@8 @29493 NONAME ??_R0?AVH245_ArrayOf_MultiplexElement@@@8 @29494 NONAME ??_R0?AVH245_ArrayOf_MultiplexEntryDescriptor@@@8 @29495 NONAME ??_R0?AVH245_ArrayOf_MultiplexEntryRejectionDescriptions@@@8 @29496 NONAME ??_R0?AVH245_ArrayOf_MultiplexTableEntryNumber@@@8 @29497 NONAME ??_R0?AVH245_ArrayOf_NonStandardParameter@@@8 @29498 NONAME ??_R0?AVH245_ArrayOf_ParameterIdentifier@@@8 @29499 NONAME ??_R0?AVH245_ArrayOf_PictureReference@@@8 @29500 NONAME ??_R0?AVH245_ArrayOf_Q2931Address@@@8 @29501 NONAME ??_R0?AVH245_ArrayOf_QOSCapability@@@8 @29502 NONAME ??_R0?AVH245_ArrayOf_RedundancyEncodingCapability@@@8 @29503 NONAME ??_R0?AVH245_ArrayOf_RedundancyEncodingDTModeElement@@@8 @29504 NONAME ??_R0?AVH245_ArrayOf_RedundancyEncodingElement@@@8 @29505 NONAME ??_R0?AVH245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@@8 @29506 NONAME ??_R0?AVH245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@@8 @29507 NONAME ??_R0?AVH245_ArrayOf_RTPPayloadType@@@8 @29508 NONAME ??_R0?AVH245_ArrayOf_TerminalInformation@@@8 @29509 NONAME ??_R0?AVH245_ArrayOf_TerminalLabel@@@8 @29510 NONAME ??_R0?AVH245_ArrayOf_VCCapability@@@8 @29511 NONAME ??_R0?AVH245_ArrayOf_VideoCapability@@@8 @45196 NONAME ??_R0?AVH245_ATMParameters@@@8 @29512 NONAME ??_R0?AVH245_AudioCapability@@@8 @29513 NONAME ??_R0?AVH245_AudioCapability_g7231@@@8 @29514 NONAME ??_R0?AVH245_AudioMode@@@8 @29515 NONAME ??_R0?AVH245_AudioMode_g7231@@@8 @29516 NONAME ??_R0?AVH245_AudioTelephonyEventCapability@@@8 @29517 NONAME ??_R0?AVH245_AudioToneCapability@@@8 @29518 NONAME ??_R0?AVH245_AuthenticationCapability@@@8 @29519 NONAME ??_R0?AVH245_BEnhancementParameters@@@8 @29520 NONAME ??_R0?AVH245_Capability@@@8 @29521 NONAME ??_R0?AVH245_CapabilityDescriptor@@@8 @29522 NONAME ??_R0?AVH245_CapabilityDescriptorNumber@@@8 @29523 NONAME ??_R0?AVH245_CapabilityIdentifier@@@8 @29524 NONAME ??_R0?AVH245_CapabilityTableEntry@@@8 @29525 NONAME ??_R0?AVH245_CapabilityTableEntryNumber@@@8 @29526 NONAME ??_R0?AVH245_Capability_h233EncryptionReceiveCapability@@@8 @29527 NONAME ??_R0?AVH245_CertSelectionCriteria@@@8 @29528 NONAME ??_R0?AVH245_CloseLogicalChannel@@@8 @29529 NONAME ??_R0?AVH245_CloseLogicalChannelAck@@@8 @29530 NONAME ??_R0?AVH245_CloseLogicalChannel_reason@@@8 @29531 NONAME ??_R0?AVH245_CloseLogicalChannel_source@@@8 @29532 NONAME ??_R0?AVH245_CommandMessage@@@8 @29533 NONAME ??_R0?AVH245_CommunicationModeCommand@@@8 @29534 NONAME ??_R0?AVH245_CommunicationModeRequest@@@8 @29535 NONAME ??_R0?AVH245_CommunicationModeResponse@@@8 @29536 NONAME ??_R0?AVH245_CommunicationModeTableEntry@@@8 @29537 NONAME ??_R0?AVH245_CommunicationModeTableEntry_dataType@@@8 @29538 NONAME ??_R0?AVH245_CompressionType@@@8 @29539 NONAME ??_R0?AVH245_ConferenceCapability@@@8 @29540 NONAME ??_R0?AVH245_ConferenceCommand@@@8 @29541 NONAME ??_R0?AVH245_ConferenceID@@@8 @29542 NONAME ??_R0?AVH245_ConferenceIndication@@@8 @29543 NONAME ??_R0?AVH245_ConferenceRequest@@@8 @29544 NONAME ??_R0?AVH245_ConferenceRequest_requestTerminalCertificate@@@8 @29545 NONAME ??_R0?AVH245_ConferenceResponse@@@8 @29546 NONAME ??_R0?AVH245_ConferenceResponse_broadcastMyLogicalChannelResponse@@@8 @29547 NONAME ??_R0?AVH245_ConferenceResponse_chairTokenOwnerResponse@@@8 @29548 NONAME ??_R0?AVH245_ConferenceResponse_conferenceIDResponse@@@8 @29549 NONAME ??_R0?AVH245_ConferenceResponse_extensionAddressResponse@@@8 @29550 NONAME ??_R0?AVH245_ConferenceResponse_makeMeChairResponse@@@8 @29551 NONAME ??_R0?AVH245_ConferenceResponse_makeTerminalBroadcasterResponse@@@8 @29552 NONAME ??_R0?AVH245_ConferenceResponse_mCTerminalIDResponse@@@8 @29553 NONAME ??_R0?AVH245_ConferenceResponse_passwordResponse@@@8 @29554 NONAME ??_R0?AVH245_ConferenceResponse_sendThisSourceResponse@@@8 @29555 NONAME ??_R0?AVH245_ConferenceResponse_terminalCertificateResponse@@@8 @29556 NONAME ??_R0?AVH245_ConferenceResponse_terminalIDResponse@@@8 @29557 NONAME ??_R0?AVH245_ConnectionIdentifier@@@8 @29558 NONAME ??_R0?AVH245_CRCLength@@@8 @29559 NONAME ??_R0?AVH245_Criteria@@@8 @29560 NONAME ??_R0?AVH245_CustomPictureClockFrequency@@@8 @29561 NONAME ??_R0?AVH245_CustomPictureFormat@@@8 @29562 NONAME ??_R0?AVH245_CustomPictureFormat_mPI@@@8 @29563 NONAME ??_R0?AVH245_CustomPictureFormat_mPI_customPCF@@@8 @29564 NONAME ??_R0?AVH245_CustomPictureFormat_mPI_customPCF_subtype@@@8 @29565 NONAME ??_R0?AVH245_CustomPictureFormat_pixelAspectInformation@@@8 @29566 NONAME ??_R0?AVH245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@@8 @29567 NONAME ??_R0?AVH245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@@8 @29568 NONAME ??_R0?AVH245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@@8 @29569 NONAME ??_R0?AVH245_DataApplicationCapability@@@8 @29570 NONAME ??_R0?AVH245_DataApplicationCapability_application@@@8 @29571 NONAME ??_R0?AVH245_DataApplicationCapability_application_nlpid@@@8 @29572 NONAME ??_R0?AVH245_DataApplicationCapability_application_t38fax@@@8 @29573 NONAME ??_R0?AVH245_DataApplicationCapability_application_t84@@@8 @29574 NONAME ??_R0?AVH245_DataMode@@@8 @29575 NONAME ??_R0?AVH245_DataMode_application@@@8 @29576 NONAME ??_R0?AVH245_DataMode_application_nlpid@@@8 @29577 NONAME ??_R0?AVH245_DataMode_application_t38fax@@@8 @29578 NONAME ??_R0?AVH245_DataProtocolCapability@@@8 @29579 NONAME ??_R0?AVH245_DataProtocolCapability_v76wCompression@@@8 @29580 NONAME ??_R0?AVH245_DataType@@@8 @29581 NONAME ??_R0?AVH245_DepFECCapability@@@8 @45591 NONAME ??_R0?AVH245_DepFECCapability_rfc2733@@@8 @45592 NONAME ??_R0?AVH245_DepFECCapability_rfc2733_separateStream@@@8 @45593 NONAME ??_R0?AVH245_DepFECData@@@8 @45594 NONAME ??_R0?AVH245_DepFECData_rfc2733@@@8 @45595 NONAME ??_R0?AVH245_DepFECData_rfc2733_mode@@@8 @45596 NONAME ??_R0?AVH245_DepFECData_rfc2733_mode_separateStream@@@8 @45597 NONAME ??_R0?AVH245_DepFECData_rfc2733_mode_separateStream_differentPort@@@8 @45598 NONAME ??_R0?AVH245_DepFECData_rfc2733_mode_separateStream_samePort@@@8 @45599 NONAME ??_R0?AVH245_DepFECMode@@@8 @45600 NONAME ??_R0?AVH245_DepFECMode_rfc2733Mode@@@8 @45601 NONAME ??_R0?AVH245_DepFECMode_rfc2733Mode_mode@@@8 @45602 NONAME ??_R0?AVH245_DepFECMode_rfc2733Mode_mode_separateStream@@@8 @45603 NONAME ??_R0?AVH245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@@8 @45604 NONAME ??_R0?AVH245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@@8 @45605 NONAME ??_R0?AVH245_DialingInformation@@@8 @29582 NONAME ??_R0?AVH245_DialingInformationNetworkType@@@8 @29583 NONAME ??_R0?AVH245_DialingInformationNumber@@@8 @29584 NONAME ??_R0?AVH245_EncryptionAuthenticationAndIntegrity@@@8 @29585 NONAME ??_R0?AVH245_EncryptionCapability@@@8 @29586 NONAME ??_R0?AVH245_EncryptionCommand@@@8 @29587 NONAME ??_R0?AVH245_EncryptionCommand_encryptionAlgorithmID@@@8 @29588 NONAME ??_R0?AVH245_EncryptionMode@@@8 @29589 NONAME ??_R0?AVH245_EncryptionSync@@@8 @29590 NONAME ??_R0?AVH245_EncryptionUpdateDirection@@@8 @45197 NONAME ??_R0?AVH245_EncryptionUpdateRequest@@@8 @29591 NONAME ??_R0?AVH245_EndSessionCommand@@@8 @29592 NONAME ??_R0?AVH245_EndSessionCommand_gstnOptions@@@8 @29593 NONAME ??_R0?AVH245_EndSessionCommand_isdnOptions@@@8 @29594 NONAME ??_R0?AVH245_EnhancementLayerInfo@@@8 @29595 NONAME ??_R0?AVH245_EnhancementOptions@@@8 @29596 NONAME ??_R0?AVH245_EscrowData@@@8 @29597 NONAME ??_R0?AVH245_ExtendedVideoCapability@@@8 @45198 NONAME ??_R0?AVH245_FECCapability@@@8 @29598 NONAME ??_R0?AVH245_FECCapability_rfc2733Format@@@8 @45606 NONAME ??_R0?AVH245_FECData@@@8 @29601 NONAME ??_R0?AVH245_FECData_rfc2733@@@8 @29602 NONAME ??_R0?AVH245_FECData_rfc2733_pktMode@@@8 @45607 NONAME ??_R0?AVH245_FECData_rfc2733_pktMode_rfc2733diffport@@@8 @45608 NONAME ??_R0?AVH245_FECData_rfc2733_pktMode_rfc2733sameport@@@8 @45609 NONAME ??_R0?AVH245_FECMode@@@8 @29607 NONAME ??_R0?AVH245_FECMode_rfc2733Format@@@8 @45610 NONAME ??_R0?AVH245_FlowControlCommand@@@8 @29613 NONAME ??_R0?AVH245_FlowControlCommand_restriction@@@8 @29614 NONAME ??_R0?AVH245_FlowControlCommand_scope@@@8 @29615 NONAME ??_R0?AVH245_FlowControlIndication@@@8 @29616 NONAME ??_R0?AVH245_FlowControlIndication_restriction@@@8 @29617 NONAME ??_R0?AVH245_FlowControlIndication_scope@@@8 @29618 NONAME ??_R0?AVH245_FunctionNotSupported@@@8 @29619 NONAME ??_R0?AVH245_FunctionNotSupported_cause@@@8 @29620 NONAME ??_R0?AVH245_FunctionNotUnderstood@@@8 @29621 NONAME ??_R0?AVH245_G7231AnnexCCapability@@@8 @29622 NONAME ??_R0?AVH245_G7231AnnexCCapability_g723AnnexCAudioMode@@@8 @29623 NONAME ??_R0?AVH245_G7231AnnexCMode@@@8 @29624 NONAME ??_R0?AVH245_G7231AnnexCMode_g723AnnexCAudioMode@@@8 @29625 NONAME ??_R0?AVH245_G729Extensions@@@8 @29626 NONAME ??_R0?AVH245_GenericCapability@@@8 @29627 NONAME ??_R0?AVH245_GenericMessage@@@8 @45199 NONAME ??_R0?AVH245_GenericParameter@@@8 @29628 NONAME ??_R0?AVH245_GSMAudioCapability@@@8 @29629 NONAME ??_R0?AVH245_H222Capability@@@8 @29630 NONAME ??_R0?AVH245_H222LogicalChannelParameters@@@8 @29631 NONAME ??_R0?AVH245_H223AL1MParameters@@@8 @29632 NONAME ??_R0?AVH245_H223AL1MParameters_arqType@@@8 @29633 NONAME ??_R0?AVH245_H223AL1MParameters_crcLength@@@8 @29634 NONAME ??_R0?AVH245_H223AL1MParameters_headerFEC@@@8 @29635 NONAME ??_R0?AVH245_H223AL1MParameters_transferMode@@@8 @29636 NONAME ??_R0?AVH245_H223AL2MParameters@@@8 @29637 NONAME ??_R0?AVH245_H223AL2MParameters_headerFEC@@@8 @29638 NONAME ??_R0?AVH245_H223AL3MParameters@@@8 @29639 NONAME ??_R0?AVH245_H223AL3MParameters_arqType@@@8 @29640 NONAME ??_R0?AVH245_H223AL3MParameters_crcLength@@@8 @29641 NONAME ??_R0?AVH245_H223AL3MParameters_headerFormat@@@8 @29642 NONAME ??_R0?AVH245_H223AnnexCArqParameters@@@8 @29643 NONAME ??_R0?AVH245_H223AnnexCArqParameters_numberOfRetransmissions@@@8 @29644 NONAME ??_R0?AVH245_H223AnnexCCapability@@@8 @29645 NONAME ??_R0?AVH245_H223Capability@@@8 @29646 NONAME ??_R0?AVH245_H223Capability_h223MultiplexTableCapability@@@8 @29647 NONAME ??_R0?AVH245_H223Capability_h223MultiplexTableCapability_enhanced@@@8 @29648 NONAME ??_R0?AVH245_H223Capability_mobileMultilinkFrameCapability@@@8 @29649 NONAME ??_R0?AVH245_H223Capability_mobileOperationTransmitCapability@@@8 @29650 NONAME ??_R0?AVH245_H223LogicalChannelParameters@@@8 @29651 NONAME ??_R0?AVH245_H223LogicalChannelParameters_adaptationLayerType@@@8 @29652 NONAME ??_R0?AVH245_H223LogicalChannelParameters_adaptationLayerType_al3@@@8 @29653 NONAME ??_R0?AVH245_H223ModeParameters@@@8 @29654 NONAME ??_R0?AVH245_H223ModeParameters_adaptationLayerType@@@8 @29655 NONAME ??_R0?AVH245_H223ModeParameters_adaptationLayerType_al3@@@8 @29656 NONAME ??_R0?AVH245_H223MultiplexReconfiguration@@@8 @29657 NONAME ??_R0?AVH245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@@8 @29658 NONAME ??_R0?AVH245_H223MultiplexReconfiguration_h223ModeChange@@@8 @29659 NONAME ??_R0?AVH245_H223SkewIndication@@@8 @29660 NONAME ??_R0?AVH245_H2250Capability@@@8 @29661 NONAME ??_R0?AVH245_H2250Capability_mcCapability@@@8 @29662 NONAME ??_R0?AVH245_H2250LogicalChannelAckParameters@@@8 @29663 NONAME ??_R0?AVH245_H2250LogicalChannelParameters@@@8 @29664 NONAME ??_R0?AVH245_H2250LogicalChannelParameters_mediaPacketization@@@8 @29665 NONAME ??_R0?AVH245_H2250MaximumSkewIndication@@@8 @29666 NONAME ??_R0?AVH245_H2250ModeParameters@@@8 @29667 NONAME ??_R0?AVH245_H235Media@@@8 @29668 NONAME ??_R0?AVH245_H235Media_mediaType@@@8 @29669 NONAME ??_R0?AVH245_H235Mode@@@8 @29670 NONAME ??_R0?AVH245_H235Mode_mediaMode@@@8 @29671 NONAME ??_R0?AVH245_H235SecurityCapability@@@8 @29672 NONAME ??_R0?AVH245_H261VideoCapability@@@8 @29673 NONAME ??_R0?AVH245_H261VideoMode@@@8 @29674 NONAME ??_R0?AVH245_H261VideoMode_resolution@@@8 @29675 NONAME ??_R0?AVH245_H262VideoCapability@@@8 @29676 NONAME ??_R0?AVH245_H262VideoMode@@@8 @29677 NONAME ??_R0?AVH245_H262VideoMode_profileAndLevel@@@8 @29678 NONAME ??_R0?AVH245_H263ModeComboFlags@@@8 @29679 NONAME ??_R0?AVH245_H263Options@@@8 @29680 NONAME ??_R0?AVH245_H263Version3Options@@@8 @29681 NONAME ??_R0?AVH245_H263VideoCapability@@@8 @29682 NONAME ??_R0?AVH245_H263VideoMode@@@8 @29683 NONAME ??_R0?AVH245_H263VideoModeCombos@@@8 @29684 NONAME ??_R0?AVH245_H263VideoMode_resolution@@@8 @29685 NONAME ??_R0?AVH245_IndicationMessage@@@8 @29686 NONAME ??_R0?AVH245_IntegrityCapability@@@8 @29687 NONAME ??_R0?AVH245_IS11172AudioCapability@@@8 @29688 NONAME ??_R0?AVH245_IS11172AudioMode@@@8 @29689 NONAME ??_R0?AVH245_IS11172AudioMode_audioLayer@@@8 @29690 NONAME ??_R0?AVH245_IS11172AudioMode_audioSampling@@@8 @29691 NONAME ??_R0?AVH245_IS11172AudioMode_multichannelType@@@8 @29692 NONAME ??_R0?AVH245_IS11172VideoCapability@@@8 @29693 NONAME ??_R0?AVH245_IS11172VideoMode@@@8 @29694 NONAME ??_R0?AVH245_IS13818AudioCapability@@@8 @29695 NONAME ??_R0?AVH245_IS13818AudioMode@@@8 @29696 NONAME ??_R0?AVH245_IS13818AudioMode_audioLayer@@@8 @29697 NONAME ??_R0?AVH245_IS13818AudioMode_audioSampling@@@8 @29698 NONAME ??_R0?AVH245_IS13818AudioMode_multichannelType@@@8 @29699 NONAME ??_R0?AVH245_IV16@@@8 @45200 NONAME ??_R0?AVH245_IV8@@@8 @45201 NONAME ??_R0?AVH245_JitterIndication@@@8 @29700 NONAME ??_R0?AVH245_JitterIndication_scope@@@8 @29701 NONAME ??_R0?AVH245_KeyProtectionMethod@@@8 @29702 NONAME ??_R0?AVH245_LogicalChannelNumber@@@8 @29703 NONAME ??_R0?AVH245_LogicalChannelRateAcknowledge@@@8 @29704 NONAME ??_R0?AVH245_LogicalChannelRateReject@@@8 @29705 NONAME ??_R0?AVH245_LogicalChannelRateRejectReason@@@8 @29706 NONAME ??_R0?AVH245_LogicalChannelRateRelease@@@8 @29707 NONAME ??_R0?AVH245_LogicalChannelRateRequest@@@8 @29708 NONAME ??_R0?AVH245_MaintenanceLoopAck@@@8 @29709 NONAME ??_R0?AVH245_MaintenanceLoopAck_type@@@8 @29710 NONAME ??_R0?AVH245_MaintenanceLoopOffCommand@@@8 @29711 NONAME ??_R0?AVH245_MaintenanceLoopReject@@@8 @29712 NONAME ??_R0?AVH245_MaintenanceLoopReject_cause@@@8 @29713 NONAME ??_R0?AVH245_MaintenanceLoopReject_type@@@8 @29714 NONAME ??_R0?AVH245_MaintenanceLoopRequest@@@8 @29715 NONAME ??_R0?AVH245_MaintenanceLoopRequest_type@@@8 @29716 NONAME ??_R0?AVH245_MasterSlaveDetermination@@@8 @29717 NONAME ??_R0?AVH245_MasterSlaveDeterminationAck@@@8 @29718 NONAME ??_R0?AVH245_MasterSlaveDeterminationAck_decision@@@8 @29719 NONAME ??_R0?AVH245_MasterSlaveDeterminationReject@@@8 @29720 NONAME ??_R0?AVH245_MasterSlaveDeterminationReject_cause@@@8 @29721 NONAME ??_R0?AVH245_MasterSlaveDeterminationRelease@@@8 @29722 NONAME ??_R0?AVH245_MaximumBitRate@@@8 @29723 NONAME ??_R0?AVH245_MaxRedundancy@@@8 @45611 NONAME ??_R0?AVH245_MCLocationIndication@@@8 @29724 NONAME ??_R0?AVH245_McuNumber@@@8 @29725 NONAME ??_R0?AVH245_MediaChannelCapability@@@8 @29726 NONAME ??_R0?AVH245_MediaDistributionCapability@@@8 @29727 NONAME ??_R0?AVH245_MediaEncryptionAlgorithm@@@8 @29728 NONAME ??_R0?AVH245_MediaPacketizationCapability@@@8 @29729 NONAME ??_R0?AVH245_MediaTransportType@@@8 @29730 NONAME ??_R0?AVH245_MediaTransportType_atm_AAL5_compressed@@@8 @29731 NONAME ??_R0?AVH245_MiscellaneousCommand@@@8 @29732 NONAME ??_R0?AVH245_MiscellaneousCommand_type@@@8 @29733 NONAME ??_R0?AVH245_MiscellaneousCommand_type_encryptionUpdateAck@@@8 @45202 NONAME ??_R0?AVH245_MiscellaneousCommand_type_encryptionUpdateCommand@@@8 @45203 NONAME ??_R0?AVH245_MiscellaneousCommand_type_lostPartialPicture@@@8 @29734 NONAME ??_R0?AVH245_MiscellaneousCommand_type_progressiveRefinementStart@@@8 @29735 NONAME ??_R0?AVH245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@@8 @29736 NONAME ??_R0?AVH245_MiscellaneousCommand_type_videoBadMBs@@@8 @29737 NONAME ??_R0?AVH245_MiscellaneousCommand_type_videoFastUpdateGOB@@@8 @29738 NONAME ??_R0?AVH245_MiscellaneousCommand_type_videoFastUpdateMB@@@8 @29739 NONAME ??_R0?AVH245_MiscellaneousIndication@@@8 @29740 NONAME ??_R0?AVH245_MiscellaneousIndication_type@@@8 @29741 NONAME ??_R0?AVH245_MiscellaneousIndication_type_videoNotDecodedMBs@@@8 @29742 NONAME ??_R0?AVH245_MobileMultilinkReconfigurationCommand@@@8 @29743 NONAME ??_R0?AVH245_MobileMultilinkReconfigurationCommand_status@@@8 @29744 NONAME ??_R0?AVH245_MobileMultilinkReconfigurationIndication@@@8 @29745 NONAME ??_R0?AVH245_ModeDescription@@@8 @29746 NONAME ??_R0?AVH245_ModeElement@@@8 @29747 NONAME ??_R0?AVH245_ModeElementType@@@8 @29748 NONAME ??_R0?AVH245_MulticastAddress@@@8 @29749 NONAME ??_R0?AVH245_MulticastAddress_iP6Address@@@8 @29750 NONAME ??_R0?AVH245_MulticastAddress_iPAddress@@@8 @29751 NONAME ??_R0?AVH245_MultilinkIndication@@@8 @29752 NONAME ??_R0?AVH245_MultilinkIndication_crcDesired@@@8 @29753 NONAME ??_R0?AVH245_MultilinkIndication_excessiveError@@@8 @29754 NONAME ??_R0?AVH245_MultilinkRequest@@@8 @29755 NONAME ??_R0?AVH245_MultilinkRequest_addConnection@@@8 @29756 NONAME ??_R0?AVH245_MultilinkRequest_callInformation@@@8 @29757 NONAME ??_R0?AVH245_MultilinkRequest_maximumHeaderInterval@@@8 @29758 NONAME ??_R0?AVH245_MultilinkRequest_maximumHeaderInterval_requestType@@@8 @29759 NONAME ??_R0?AVH245_MultilinkRequest_removeConnection@@@8 @29760 NONAME ??_R0?AVH245_MultilinkResponse@@@8 @29761 NONAME ??_R0?AVH245_MultilinkResponse_addConnection@@@8 @29762 NONAME ??_R0?AVH245_MultilinkResponse_addConnection_responseCode@@@8 @29763 NONAME ??_R0?AVH245_MultilinkResponse_addConnection_responseCode_rejected@@@8 @29764 NONAME ??_R0?AVH245_MultilinkResponse_callInformation@@@8 @29765 NONAME ??_R0?AVH245_MultilinkResponse_maximumHeaderInterval@@@8 @29766 NONAME ??_R0?AVH245_MultilinkResponse_removeConnection@@@8 @29767 NONAME ??_R0?AVH245_MultimediaSystemControlMessage@@@8 @29768 NONAME ??_R0?AVH245_MultiplePayloadStream@@@8 @29769 NONAME ??_R0?AVH245_MultiplePayloadStreamCapability@@@8 @29770 NONAME ??_R0?AVH245_MultiplePayloadStreamElement@@@8 @29771 NONAME ??_R0?AVH245_MultiplePayloadStreamElementMode@@@8 @29772 NONAME ??_R0?AVH245_MultiplePayloadStreamMode@@@8 @29773 NONAME ??_R0?AVH245_MultiplexCapability@@@8 @29774 NONAME ??_R0?AVH245_MultiplexedStreamCapability@@@8 @29775 NONAME ??_R0?AVH245_MultiplexedStreamModeParameters@@@8 @29776 NONAME ??_R0?AVH245_MultiplexedStreamParameter@@@8 @29777 NONAME ??_R0?AVH245_MultiplexElement@@@8 @29778 NONAME ??_R0?AVH245_MultiplexElement_repeatCount@@@8 @29779 NONAME ??_R0?AVH245_MultiplexElement_type@@@8 @29780 NONAME ??_R0?AVH245_MultiplexEntryDescriptor@@@8 @29781 NONAME ??_R0?AVH245_MultiplexEntryRejectionDescriptions@@@8 @29782 NONAME ??_R0?AVH245_MultiplexEntryRejectionDescriptions_cause@@@8 @29783 NONAME ??_R0?AVH245_MultiplexEntrySend@@@8 @29784 NONAME ??_R0?AVH245_MultiplexEntrySendAck@@@8 @29785 NONAME ??_R0?AVH245_MultiplexEntrySendReject@@@8 @29786 NONAME ??_R0?AVH245_MultiplexEntrySendRelease@@@8 @29787 NONAME ??_R0?AVH245_MultiplexFormat@@@8 @29788 NONAME ??_R0?AVH245_MultiplexTableEntryNumber@@@8 @29789 NONAME ??_R0?AVH245_MultipointCapability@@@8 @29790 NONAME ??_R0?AVH245_NetworkAccessParameters@@@8 @29791 NONAME ??_R0?AVH245_NetworkAccessParameters_distribution@@@8 @29792 NONAME ??_R0?AVH245_NetworkAccessParameters_networkAddress@@@8 @29793 NONAME ??_R0?AVH245_NetworkAccessParameters_t120SetupProcedure@@@8 @29794 NONAME ??_R0?AVH245_NewATMVCCommand@@@8 @29795 NONAME ??_R0?AVH245_NewATMVCCommand_aal@@@8 @29796 NONAME ??_R0?AVH245_NewATMVCCommand_aal_aal1@@@8 @29797 NONAME ??_R0?AVH245_NewATMVCCommand_aal_aal1_clockRecovery@@@8 @29798 NONAME ??_R0?AVH245_NewATMVCCommand_aal_aal1_errorCorrection@@@8 @29799 NONAME ??_R0?AVH245_NewATMVCCommand_aal_aal5@@@8 @29800 NONAME ??_R0?AVH245_NewATMVCCommand_multiplex@@@8 @29801 NONAME ??_R0?AVH245_NewATMVCCommand_reverseParameters@@@8 @29802 NONAME ??_R0?AVH245_NewATMVCCommand_reverseParameters_multiplex@@@8 @29803 NONAME ??_R0?AVH245_NewATMVCIndication@@@8 @29804 NONAME ??_R0?AVH245_NewATMVCIndication_aal@@@8 @29805 NONAME ??_R0?AVH245_NewATMVCIndication_aal_aal1@@@8 @29806 NONAME ??_R0?AVH245_NewATMVCIndication_aal_aal1_clockRecovery@@@8 @29807 NONAME ??_R0?AVH245_NewATMVCIndication_aal_aal1_errorCorrection@@@8 @29808 NONAME ??_R0?AVH245_NewATMVCIndication_aal_aal5@@@8 @29809 NONAME ??_R0?AVH245_NewATMVCIndication_multiplex@@@8 @29810 NONAME ??_R0?AVH245_NewATMVCIndication_reverseParameters@@@8 @29811 NONAME ??_R0?AVH245_NewATMVCIndication_reverseParameters_multiplex@@@8 @29812 NONAME ??_R0?AVH245_NonStandardIdentifier@@@8 @29813 NONAME ??_R0?AVH245_NonStandardIdentifier_h221NonStandard@@@8 @29814 NONAME ??_R0?AVH245_NonStandardMessage@@@8 @29815 NONAME ??_R0?AVH245_NonStandardParameter@@@8 @29816 NONAME ??_R0?AVH245_NoPTAudioTelephonyEventCapability@@@8 @29817 NONAME ??_R0?AVH245_NoPTAudioToneCapability@@@8 @29818 NONAME ??_R0?AVH245_OpenLogicalChannel@@@8 @29819 NONAME ??_R0?AVH245_OpenLogicalChannelAck@@@8 @29820 NONAME ??_R0?AVH245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@@8 @29821 NONAME ??_R0?AVH245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@@8 @29822 NONAME ??_R0?AVH245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@@8 @29823 NONAME ??_R0?AVH245_OpenLogicalChannelConfirm@@@8 @29824 NONAME ??_R0?AVH245_OpenLogicalChannelReject@@@8 @29825 NONAME ??_R0?AVH245_OpenLogicalChannelReject_cause@@@8 @29826 NONAME ??_R0?AVH245_OpenLogicalChannel_forwardLogicalChannelParameters@@@8 @29827 NONAME ??_R0?AVH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@@8 @29828 NONAME ??_R0?AVH245_OpenLogicalChannel_reverseLogicalChannelParameters@@@8 @29829 NONAME ??_R0?AVH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@@8 @29830 NONAME ??_R0?AVH245_ParameterIdentifier@@@8 @29831 NONAME ??_R0?AVH245_ParameterValue@@@8 @29832 NONAME ??_R0?AVH245_Params@@@8 @45204 NONAME ??_R0?AVH245_Password@@@8 @29833 NONAME ??_R0?AVH245_PictureReference@@@8 @29834 NONAME ??_R0?AVH245_Q2931Address@@@8 @29835 NONAME ??_R0?AVH245_Q2931Address_address@@@8 @29836 NONAME ??_R0?AVH245_QOSCapability@@@8 @29837 NONAME ??_R0?AVH245_QOSMode@@@8 @29838 NONAME ??_R0?AVH245_RedundancyEncoding@@@8 @29839 NONAME ??_R0?AVH245_RedundancyEncodingCapability@@@8 @29840 NONAME ??_R0?AVH245_RedundancyEncodingDTMode@@@8 @29841 NONAME ??_R0?AVH245_RedundancyEncodingDTModeElement@@@8 @29842 NONAME ??_R0?AVH245_RedundancyEncodingDTModeElement_type@@@8 @29843 NONAME ??_R0?AVH245_RedundancyEncodingElement@@@8 @29844 NONAME ??_R0?AVH245_RedundancyEncodingMethod@@@8 @29845 NONAME ??_R0?AVH245_RedundancyEncodingMode@@@8 @29846 NONAME ??_R0?AVH245_RedundancyEncodingMode_secondaryEncoding@@@8 @29847 NONAME ??_R0?AVH245_RedundancyEncoding_rtpRedundancyEncoding@@@8 @29848 NONAME ??_R0?AVH245_RefPictureSelection@@@8 @29849 NONAME ??_R0?AVH245_RefPictureSelection_additionalPictureMemory@@@8 @29850 NONAME ??_R0?AVH245_RefPictureSelection_enhancedReferencePicSelect@@@8 @29851 NONAME ??_R0?AVH245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@@8 @29852 NONAME ??_R0?AVH245_RefPictureSelection_videoBackChannelSend@@@8 @29853 NONAME ??_R0?AVH245_RemoteMCRequest@@@8 @29854 NONAME ??_R0?AVH245_RemoteMCResponse@@@8 @29855 NONAME ??_R0?AVH245_RemoteMCResponse_reject@@@8 @29856 NONAME ??_R0?AVH245_RequestAllTerminalIDsResponse@@@8 @29857 NONAME ??_R0?AVH245_RequestChannelClose@@@8 @29858 NONAME ??_R0?AVH245_RequestChannelCloseAck@@@8 @29859 NONAME ??_R0?AVH245_RequestChannelCloseReject@@@8 @29860 NONAME ??_R0?AVH245_RequestChannelCloseReject_cause@@@8 @29861 NONAME ??_R0?AVH245_RequestChannelCloseRelease@@@8 @29862 NONAME ??_R0?AVH245_RequestChannelClose_reason@@@8 @29863 NONAME ??_R0?AVH245_RequestMessage@@@8 @29864 NONAME ??_R0?AVH245_RequestMode@@@8 @29865 NONAME ??_R0?AVH245_RequestModeAck@@@8 @29866 NONAME ??_R0?AVH245_RequestModeAck_response@@@8 @29867 NONAME ??_R0?AVH245_RequestModeReject@@@8 @29868 NONAME ??_R0?AVH245_RequestModeReject_cause@@@8 @29869 NONAME ??_R0?AVH245_RequestModeRelease@@@8 @29870 NONAME ??_R0?AVH245_RequestMultiplexEntry@@@8 @29871 NONAME ??_R0?AVH245_RequestMultiplexEntryAck@@@8 @29872 NONAME ??_R0?AVH245_RequestMultiplexEntryReject@@@8 @29873 NONAME ??_R0?AVH245_RequestMultiplexEntryRejectionDescriptions@@@8 @29874 NONAME ??_R0?AVH245_RequestMultiplexEntryRejectionDescriptions_cause@@@8 @29875 NONAME ??_R0?AVH245_RequestMultiplexEntryRelease@@@8 @29876 NONAME ??_R0?AVH245_ResponseMessage@@@8 @29877 NONAME ??_R0?AVH245_RoundTripDelayRequest@@@8 @29878 NONAME ??_R0?AVH245_RoundTripDelayResponse@@@8 @29879 NONAME ??_R0?AVH245_RSVPParameters@@@8 @29880 NONAME ??_R0?AVH245_RTPH263VideoRedundancyEncoding@@@8 @29881 NONAME ??_R0?AVH245_RTPH263VideoRedundancyEncoding_containedThreads@@@8 @29882 NONAME ??_R0?AVH245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@@8 @29883 NONAME ??_R0?AVH245_RTPH263VideoRedundancyFrameMapping@@@8 @29884 NONAME ??_R0?AVH245_RTPH263VideoRedundancyFrameMapping_frameSequence@@@8 @29885 NONAME ??_R0?AVH245_RTPPayloadType@@@8 @29886 NONAME ??_R0?AVH245_RTPPayloadType_payloadDescriptor@@@8 @29887 NONAME ??_R0?AVH245_SendTerminalCapabilitySet@@@8 @29888 NONAME ??_R0?AVH245_SendTerminalCapabilitySet_specificRequest@@@8 @29889 NONAME ??_R0?AVH245_SequenceNumber@@@8 @29890 NONAME ??_R0?AVH245_SubstituteConferenceIDCommand@@@8 @29891 NONAME ??_R0?AVH245_T38FaxProfile@@@8 @29892 NONAME ??_R0?AVH245_T38FaxRateManagement@@@8 @29893 NONAME ??_R0?AVH245_T38FaxTcpOptions@@@8 @29894 NONAME ??_R0?AVH245_T38FaxUdpOptions@@@8 @29895 NONAME ??_R0?AVH245_T38FaxUdpOptions_t38FaxUdpEC@@@8 @29896 NONAME ??_R0?AVH245_T84Profile@@@8 @29897 NONAME ??_R0?AVH245_T84Profile_t84Restricted@@@8 @29898 NONAME ??_R0?AVH245_TerminalCapabilitySet@@@8 @29899 NONAME ??_R0?AVH245_TerminalCapabilitySetAck@@@8 @29900 NONAME ??_R0?AVH245_TerminalCapabilitySetReject@@@8 @29901 NONAME ??_R0?AVH245_TerminalCapabilitySetReject_cause@@@8 @29902 NONAME ??_R0?AVH245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@@8 @29903 NONAME ??_R0?AVH245_TerminalCapabilitySetRelease@@@8 @29904 NONAME ??_R0?AVH245_TerminalID@@@8 @29905 NONAME ??_R0?AVH245_TerminalInformation@@@8 @29906 NONAME ??_R0?AVH245_TerminalLabel@@@8 @29907 NONAME ??_R0?AVH245_TerminalNumber@@@8 @29908 NONAME ??_R0?AVH245_TerminalYouAreSeeingInSubPictureNumber@@@8 @29909 NONAME ??_R0?AVH245_TransparencyParameters@@@8 @29910 NONAME ??_R0?AVH245_TransportAddress@@@8 @29911 NONAME ??_R0?AVH245_TransportCapability@@@8 @29912 NONAME ??_R0?AVH245_UnicastAddress@@@8 @29913 NONAME ??_R0?AVH245_UnicastAddress_iP6Address@@@8 @29914 NONAME ??_R0?AVH245_UnicastAddress_iPAddress@@@8 @29915 NONAME ??_R0?AVH245_UnicastAddress_iPSourceRouteAddress@@@8 @29916 NONAME ??_R0?AVH245_UnicastAddress_iPSourceRouteAddress_route@@@8 @29917 NONAME ??_R0?AVH245_UnicastAddress_iPSourceRouteAddress_routing@@@8 @29918 NONAME ??_R0?AVH245_UnicastAddress_iPXAddress@@@8 @29919 NONAME ??_R0?AVH245_UserInputCapability@@@8 @29920 NONAME ??_R0?AVH245_UserInputIndication@@@8 @29921 NONAME ??_R0?AVH245_UserInputIndication_encryptedAlphanumeric@@@8 @45205 NONAME ??_R0?AVH245_UserInputIndication_extendedAlphanumeric@@@8 @29922 NONAME ??_R0?AVH245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@@8 @45206 NONAME ??_R0?AVH245_UserInputIndication_signal@@@8 @29923 NONAME ??_R0?AVH245_UserInputIndication_signalUpdate@@@8 @29924 NONAME ??_R0?AVH245_UserInputIndication_signalUpdate_rtp@@@8 @29925 NONAME ??_R0?AVH245_UserInputIndication_signal_rtp@@@8 @29926 NONAME ??_R0?AVH245_UserInputIndication_userInputSupportIndication@@@8 @29927 NONAME ??_R0?AVH245_V42bis@@@8 @29928 NONAME ??_R0?AVH245_V75Capability@@@8 @29929 NONAME ??_R0?AVH245_V75Parameters@@@8 @29930 NONAME ??_R0?AVH245_V76Capability@@@8 @29931 NONAME ??_R0?AVH245_V76HDLCParameters@@@8 @29932 NONAME ??_R0?AVH245_V76LogicalChannelParameters@@@8 @29933 NONAME ??_R0?AVH245_V76LogicalChannelParameters_mode@@@8 @29934 NONAME ??_R0?AVH245_V76LogicalChannelParameters_mode_eRM@@@8 @29935 NONAME ??_R0?AVH245_V76LogicalChannelParameters_mode_eRM_recovery@@@8 @29936 NONAME ??_R0?AVH245_V76LogicalChannelParameters_suspendResume@@@8 @29937 NONAME ??_R0?AVH245_V76ModeParameters@@@8 @29938 NONAME ??_R0?AVH245_VBDCapability@@@8 @29939 NONAME ??_R0?AVH245_VBDMode@@@8 @29940 NONAME ??_R0?AVH245_VCCapability@@@8 @29941 NONAME ??_R0?AVH245_VCCapability_aal1@@@8 @29942 NONAME ??_R0?AVH245_VCCapability_aal1ViaGateway@@@8 @29943 NONAME ??_R0?AVH245_VCCapability_aal5@@@8 @29944 NONAME ??_R0?AVH245_VCCapability_availableBitRates@@@8 @29945 NONAME ??_R0?AVH245_VCCapability_availableBitRates_type@@@8 @29946 NONAME ??_R0?AVH245_VCCapability_availableBitRates_type_rangeOfBitRates@@@8 @29947 NONAME ??_R0?AVH245_VendorIdentification@@@8 @29948 NONAME ??_R0?AVH245_VideoCapability@@@8 @29949 NONAME ??_R0?AVH245_VideoIndicateCompose@@@8 @29950 NONAME ??_R0?AVH245_VideoMode@@@8 @29951 NONAME ??_R0?AVH248_ActionReply@@@8 @29952 NONAME ??_R0?AVH248_ActionRequest@@@8 @29953 NONAME ??_R0?AVH248_AmmDescriptor@@@8 @29954 NONAME ??_R0?AVH248_AmmRequest@@@8 @29955 NONAME ??_R0?AVH248_AmmsReply@@@8 @29956 NONAME ??_R0?AVH248_ArrayOf_ActionReply@@@8 @29957 NONAME ??_R0?AVH248_ArrayOf_ActionRequest@@@8 @29958 NONAME ??_R0?AVH248_ArrayOf_AmmDescriptor@@@8 @29959 NONAME ??_R0?AVH248_ArrayOf_CommandReply@@@8 @29960 NONAME ??_R0?AVH248_ArrayOf_CommandRequest@@@8 @29961 NONAME ??_R0?AVH248_ArrayOf_EventParameter@@@8 @29962 NONAME ??_R0?AVH248_ArrayOf_IndAuditParameter@@@8 @29963 NONAME ??_R0?AVH248_ArrayOf_IndAudPropertyParm@@@8 @29964 NONAME ??_R0?AVH248_ArrayOf_IndAudStreamDescriptor@@@8 @29965 NONAME ??_R0?AVH248_ArrayOf_ModemType@@@8 @29966 NONAME ??_R0?AVH248_ArrayOf_ObservedEvent@@@8 @29967 NONAME ??_R0?AVH248_ArrayOf_PASN_OctetString@@@8 @29968 NONAME ??_R0?AVH248_ArrayOf_PropertyGroup@@@8 @29969 NONAME ??_R0?AVH248_ArrayOf_PropertyParm@@@8 @29970 NONAME ??_R0?AVH248_ArrayOf_RequestedEvent@@@8 @29971 NONAME ??_R0?AVH248_ArrayOf_SecondRequestedEvent@@@8 @29972 NONAME ??_R0?AVH248_ArrayOf_Signal@@@8 @29973 NONAME ??_R0?AVH248_ArrayOf_SigParameter@@@8 @29974 NONAME ??_R0?AVH248_ArrayOf_StreamDescriptor@@@8 @29975 NONAME ??_R0?AVH248_ArrayOf_TerminationID@@@8 @29976 NONAME ??_R0?AVH248_ArrayOf_TopologyRequest@@@8 @29977 NONAME ??_R0?AVH248_ArrayOf_Transaction@@@8 @29978 NONAME ??_R0?AVH248_ArrayOf_WildcardField@@@8 @29979 NONAME ??_R0?AVH248_AuditDescriptor@@@8 @29980 NONAME ??_R0?AVH248_AuditReply@@@8 @29981 NONAME ??_R0?AVH248_AuditRequest@@@8 @29982 NONAME ??_R0?AVH248_AuditResult@@@8 @29983 NONAME ??_R0?AVH248_AuditReturnParameter@@@8 @29984 NONAME ??_R0?AVH248_AuthData@@@8 @29985 NONAME ??_R0?AVH248_AuthenticationHeader@@@8 @29986 NONAME ??_R0?AVH248_Command@@@8 @29987 NONAME ??_R0?AVH248_CommandReply@@@8 @29988 NONAME ??_R0?AVH248_CommandRequest@@@8 @29989 NONAME ??_R0?AVH248_ContextAttrAuditRequest@@@8 @29990 NONAME ??_R0?AVH248_ContextID@@@8 @29991 NONAME ??_R0?AVH248_ContextRequest@@@8 @29992 NONAME ??_R0?AVH248_DigitMapDescriptor@@@8 @29993 NONAME ??_R0?AVH248_DigitMapName@@@8 @29994 NONAME ??_R0?AVH248_DigitMapValue@@@8 @29995 NONAME ??_R0?AVH248_DomainName@@@8 @29996 NONAME ??_R0?AVH248_ErrorCode@@@8 @29997 NONAME ??_R0?AVH248_ErrorDescriptor@@@8 @29998 NONAME ??_R0?AVH248_ErrorText@@@8 @29999 NONAME ??_R0?AVH248_EventBufferControl@@@8 @30000 NONAME ??_R0?AVH248_EventBufferDescriptor@@@8 @30001 NONAME ??_R0?AVH248_EventDM@@@8 @30002 NONAME ??_R0?AVH248_EventName@@@8 @30003 NONAME ??_R0?AVH248_EventParameter@@@8 @30004 NONAME ??_R0?AVH248_EventParameter_extraInfo@@@8 @30005 NONAME ??_R0?AVH248_EventsDescriptor@@@8 @30006 NONAME ??_R0?AVH248_EventSpec@@@8 @30007 NONAME ??_R0?AVH248_H221NonStandard@@@8 @30008 NONAME ??_R0?AVH248_IndAudDigitMapDescriptor@@@8 @30009 NONAME ??_R0?AVH248_IndAudEventBufferDescriptor@@@8 @30010 NONAME ??_R0?AVH248_IndAudEventsDescriptor@@@8 @30011 NONAME ??_R0?AVH248_IndAuditParameter@@@8 @30012 NONAME ??_R0?AVH248_IndAudLocalControlDescriptor@@@8 @30013 NONAME ??_R0?AVH248_IndAudLocalRemoteDescriptor@@@8 @30014 NONAME ??_R0?AVH248_IndAudMediaDescriptor@@@8 @30015 NONAME ??_R0?AVH248_IndAudMediaDescriptor_streams@@@8 @30016 NONAME ??_R0?AVH248_IndAudPackagesDescriptor@@@8 @30017 NONAME ??_R0?AVH248_IndAudPropertyGroup@@@8 @30018 NONAME ??_R0?AVH248_IndAudPropertyParm@@@8 @30019 NONAME ??_R0?AVH248_IndAudSeqSigList@@@8 @30020 NONAME ??_R0?AVH248_IndAudSignal@@@8 @30021 NONAME ??_R0?AVH248_IndAudSignalsDescriptor@@@8 @30022 NONAME ??_R0?AVH248_IndAudStatisticsDescriptor@@@8 @30023 NONAME ??_R0?AVH248_IndAudStreamDescriptor@@@8 @30024 NONAME ??_R0?AVH248_IndAudStreamParms@@@8 @30025 NONAME ??_R0?AVH248_IndAudTerminationStateDescriptor@@@8 @30026 NONAME ??_R0?AVH248_IP4Address@@@8 @30027 NONAME ??_R0?AVH248_IP6Address@@@8 @30028 NONAME ??_R0?AVH248_LocalControlDescriptor@@@8 @30029 NONAME ??_R0?AVH248_LocalRemoteDescriptor@@@8 @30030 NONAME ??_R0?AVH248_MediaDescriptor@@@8 @30031 NONAME ??_R0?AVH248_MediaDescriptor_streams@@@8 @30032 NONAME ??_R0?AVH248_MegacoMessage@@@8 @30033 NONAME ??_R0?AVH248_Message@@@8 @30034 NONAME ??_R0?AVH248_Message_messageBody@@@8 @30035 NONAME ??_R0?AVH248_MId@@@8 @30036 NONAME ??_R0?AVH248_ModemDescriptor@@@8 @30037 NONAME ??_R0?AVH248_ModemType@@@8 @30038 NONAME ??_R0?AVH248_MuxDescriptor@@@8 @30039 NONAME ??_R0?AVH248_MuxType@@@8 @30040 NONAME ??_R0?AVH248_Name@@@8 @30041 NONAME ??_R0?AVH248_NonStandardData@@@8 @30042 NONAME ??_R0?AVH248_NonStandardIdentifier@@@8 @30043 NONAME ??_R0?AVH248_NotifyCompletion@@@8 @30044 NONAME ??_R0?AVH248_NotifyReply@@@8 @30045 NONAME ??_R0?AVH248_NotifyRequest@@@8 @30046 NONAME ??_R0?AVH248_ObservedEvent@@@8 @30047 NONAME ??_R0?AVH248_ObservedEventsDescriptor@@@8 @30048 NONAME ??_R0?AVH248_PackagesDescriptor@@@8 @30049 NONAME ??_R0?AVH248_PackagesItem@@@8 @30050 NONAME ??_R0?AVH248_PathName@@@8 @30051 NONAME ??_R0?AVH248_PkgdName@@@8 @30052 NONAME ??_R0?AVH248_PropertyGroup@@@8 @30053 NONAME ??_R0?AVH248_PropertyParm@@@8 @30054 NONAME ??_R0?AVH248_PropertyParm_extraInfo@@@8 @30055 NONAME ??_R0?AVH248_Relation@@@8 @30056 NONAME ??_R0?AVH248_RequestedActions@@@8 @30057 NONAME ??_R0?AVH248_RequestedEvent@@@8 @30058 NONAME ??_R0?AVH248_RequestID@@@8 @30059 NONAME ??_R0?AVH248_SecondEventsDescriptor@@@8 @30060 NONAME ??_R0?AVH248_SecondRequestedActions@@@8 @30061 NONAME ??_R0?AVH248_SecondRequestedEvent@@@8 @30062 NONAME ??_R0?AVH248_SecurityParmIndex@@@8 @30063 NONAME ??_R0?AVH248_SeqSigList@@@8 @30064 NONAME ??_R0?AVH248_SequenceNum@@@8 @30065 NONAME ??_R0?AVH248_ServiceChangeAddress@@@8 @30066 NONAME ??_R0?AVH248_ServiceChangeMethod@@@8 @30067 NONAME ??_R0?AVH248_ServiceChangeParm@@@8 @30068 NONAME ??_R0?AVH248_ServiceChangeProfile@@@8 @30069 NONAME ??_R0?AVH248_ServiceChangeReply@@@8 @30070 NONAME ??_R0?AVH248_ServiceChangeRequest@@@8 @30071 NONAME ??_R0?AVH248_ServiceChangeResParm@@@8 @30072 NONAME ??_R0?AVH248_ServiceChangeResult@@@8 @30073 NONAME ??_R0?AVH248_ServiceState@@@8 @30074 NONAME ??_R0?AVH248_Signal@@@8 @30075 NONAME ??_R0?AVH248_SignalName@@@8 @30076 NONAME ??_R0?AVH248_SignalRequest@@@8 @30077 NONAME ??_R0?AVH248_SignalsDescriptor@@@8 @30078 NONAME ??_R0?AVH248_SignalType@@@8 @30079 NONAME ??_R0?AVH248_SigParameter@@@8 @30080 NONAME ??_R0?AVH248_SigParameter_extraInfo@@@8 @30081 NONAME ??_R0?AVH248_StatisticsDescriptor@@@8 @30082 NONAME ??_R0?AVH248_StatisticsParameter@@@8 @30083 NONAME ??_R0?AVH248_StreamDescriptor@@@8 @30084 NONAME ??_R0?AVH248_StreamID@@@8 @30085 NONAME ??_R0?AVH248_StreamMode@@@8 @30086 NONAME ??_R0?AVH248_StreamParms@@@8 @30087 NONAME ??_R0?AVH248_SubtractRequest@@@8 @30088 NONAME ??_R0?AVH248_TerminationAudit@@@8 @30089 NONAME ??_R0?AVH248_TerminationID@@@8 @30090 NONAME ??_R0?AVH248_TerminationIDList@@@8 @30091 NONAME ??_R0?AVH248_TerminationStateDescriptor@@@8 @30092 NONAME ??_R0?AVH248_TimeNotation@@@8 @30093 NONAME ??_R0?AVH248_TopologyRequest@@@8 @30094 NONAME ??_R0?AVH248_TopologyRequest_topologyDirection@@@8 @30095 NONAME ??_R0?AVH248_Transaction@@@8 @30096 NONAME ??_R0?AVH248_TransactionAck@@@8 @30097 NONAME ??_R0?AVH248_TransactionId@@@8 @30098 NONAME ??_R0?AVH248_TransactionPending@@@8 @30099 NONAME ??_R0?AVH248_TransactionReply@@@8 @30100 NONAME ??_R0?AVH248_TransactionReply_transactionResult@@@8 @30101 NONAME ??_R0?AVH248_TransactionRequest@@@8 @30102 NONAME ??_R0?AVH248_TransactionResponseAck@@@8 @30103 NONAME ??_R0?AVH248_Value@@@8 @30104 NONAME ??_R0?AVH248_WildcardField@@@8 @30105 NONAME ??_R0?AVH261DCTEncoder@@@8 @30106 NONAME ??_R0?AVH261Encoder@@@8 @30107 NONAME ??_R0?AVH261PixelEncoder@@@8 @30108 NONAME ??_R0?AVH263Packet@@@8 @45905 NONAME ??_R0?AVH263PacketList@@@8 @45906 NONAME ??_R0?AVH323AudioCapability@@@8 @30111 NONAME ??_R0?AVH323AudioCodec@@@8 @30112 NONAME ??_R0?AVH323BidirectionalChannel@@@8 @30113 NONAME ??_R0?AVH323CallCreditServiceControl@@@8 @30114 NONAME ??_R0?AVH323Capabilities@@@8 @30115 NONAME ??_R0?AVH323CapabilitiesSet@@@8 @30116 NONAME ??_R0?AVH323Capability@@@8 @30117 NONAME ??_R0?AVH323Channel@@@8 @30119 NONAME ??_R0?AVH323ChannelNumber@@@8 @30120 NONAME ??_R0?AVH323Codec@@@8 @30121 NONAME ??_R0?AVH323CodecPluginGenericAudioCapability@@@8 @45387 NONAME ??_R0?AVH323CodecPluginNonStandardAudioCapability@@@8 @30124 NONAME ??_R0?AVH323Connection@@@8 @30125 NONAME ??_R0?AVH323ConnectionsCleaner@@@8 @30126 NONAME ??_R0?AVH323ControlPDU@@@8 @30127 NONAME ??_R0?AVH323DataCapability@@@8 @30128 NONAME ??_R0?AVH323DataChannel@@@8 @30129 NONAME ??_R0?AVH323DynaLink@@@8 @42749 NONAME ??_R0?AVH323EndPoint@@@8 @30130 NONAME ??_R0?AVH323FramedAudioCodec@@@8 @30131 NONAME ??_R0?AVH323Gatekeeper@@@8 @30132 NONAME ??_R0?AVH323GatekeeperARQ@@@8 @30133 NONAME ??_R0?AVH323GatekeeperBRQ@@@8 @30134 NONAME ??_R0?AVH323GatekeeperCall@@@8 @30135 NONAME ??_R0?AVH323GatekeeperDRQ@@@8 @30136 NONAME ??_R0?AVH323GatekeeperGRQ@@@8 @30137 NONAME ??_R0?AVH323GatekeeperIRR@@@8 @30138 NONAME ??_R0?AVH323GatekeeperListener@@@8 @30139 NONAME ??_R0?AVH323GatekeeperLRQ@@@8 @30140 NONAME ??_R0?AVH323GatekeeperRequest@@@8 @30141 NONAME ??_R0?AVH323GatekeeperRRQ@@@8 @30142 NONAME ??_R0?AVH323GatekeeperServer@@@8 @30143 NONAME ??_R0?AVH323GatekeeperURQ@@@8 @30144 NONAME ??_R0?AVH323GenericAudioCapability@@@8 @45388 NONAME ??_R0?AVH323GenericCapabilityInfo@@@8 @45389 NONAME ??_R0?AVH323GenericVideoCapability@@@8 @45390 NONAME ??_R0?AVH323GSMPluginCapability@@@8 @30145 NONAME ??_R0?AVH323H248ServiceControl@@@8 @30146 NONAME ??_R0?AVH323H261PluginCapability@@@8 @30147 NONAME ??_R0?AVH323HTTPServiceControl@@@8 @30148 NONAME ??_R0?AVH323Listener@@@8 @30149 NONAME ??_R0?AVH323ListenerTCP@@@8 @30150 NONAME ??_R0?AVH323LogicalChannelThread@@@8 @30151 NONAME ??_R0?AVH323NonStandardAudioCapability@@@8 @30152 NONAME ??_R0?AVH323NonStandardCapabilityInfo@@@8 @30153 NONAME ??_R0?AVH323NonStandardDataCapability@@@8 @30154 NONAME ??_R0?AVH323NonStandardVideoCapability@@@8 @30155 NONAME ??_R0?AVH323PeerElement@@@8 @30156 NONAME ??_R0?AVH323PeerElementDescriptor@@@8 @30157 NONAME ??_R0?AVH323PeerElementServiceRelationship@@@8 @30158 NONAME ??_R0?AVH323PluginCapability@@@8 @30160 NONAME ??_R0?AVH323PluginCapabilityInfo@@@8 @30161 NONAME ??_R0?AVH323PluginCodecManager@@@8 @42724 NONAME ??_R0?AVH323PluginFramedAudioCodec@@@8 @42789 NONAME ??_R0?AVH323PluginG7231Capability@@@8 @30162 NONAME ??_R0?AVH323PluginVideoCodec@@@8 @30163 NONAME ??_R0?AVH323RasPDU@@@8 @30164 NONAME ??_R0?AVH323RealTimeCapability@@@8 @30165 NONAME ??_R0?AVH323RegisteredEndPoint@@@8 @30166 NONAME ??_R0?AVH323ServiceControlSession@@@8 @30167 NONAME ??_R0?AVH323SignalPDU@@@8 @30168 NONAME ??_R0?AVH323SimultaneousCapabilities@@@8 @30169 NONAME ??_R0?AVH323StreamedAudioCodec@@@8 @30170 NONAME ??_R0?AVH323StreamedPluginAudioCodec@@@8 @42790 NONAME ??_R0?AVH323Transaction@@@8 @30171 NONAME ??_R0?AVH323TransactionPDU@@@8 @30172 NONAME ??_R0?AVH323TransactionServer@@@8 @30173 NONAME ??_R0?AVH323Transactor@@@8 @30174 NONAME ??_R0?AVH323Transport@@@8 @30175 NONAME ??_R0?AVH323TransportAddress@@@8 @30176 NONAME ??_R0?AVH323TransportAddressArray@@@8 @30177 NONAME ??_R0?AVH323TransportIP@@@8 @30178 NONAME ??_R0?AVH323TransportTCP@@@8 @30179 NONAME ??_R0?AVH323TransportUDP@@@8 @30180 NONAME ??_R0?AVH323UnidirectionalChannel@@@8 @30181 NONAME ??_R0?AVH323VideoCapability@@@8 @30182 NONAME ??_R0?AVH323VideoCodec@@@8 @30183 NONAME ??_R0?AVH323_ALawCodec@@@8 @30184 NONAME ??_R0?AVH323_AnnexG@@@8 @30185 NONAME ??_R0?AVH323_CiscoG7231aLIDCapability@@@8 @30186 NONAME ??_R0?AVH323_ExternalRTPChannel@@@8 @30188 NONAME ??_R0?AVH323_G711ALaw64Capability@@@8 @43381 NONAME ??_R0?AVH323_G711Capability@@@8 @30192 NONAME ??_R0?AVH323_G711uLaw64Capability@@@8 @43382 NONAME ??_R0?AVH323_H261Capability@@@8 @30208 NONAME ??_R0?AVH323_H261Codec@@@8 @30209 NONAME ??_R0?AVH323_LIDCapability@@@8 @30212 NONAME ??_R0?AVH323_LIDCodec@@@8 @30213 NONAME ??_R0?AVH323_LID_G711_ALaw_Capability@@@8 @43383 NONAME ??_R0?AVH323_LID_G711_uLaw_Capability@@@8 @43384 NONAME ??_R0?AVH323_LID_G7231A_5k3_Capability@@@8 @43385 NONAME ??_R0?AVH323_LID_G7231A_6k3_Capability@@@8 @43386 NONAME ??_R0?AVH323_LID_G7231_5k3_Capability@@@8 @43387 NONAME ??_R0?AVH323_LID_G7231_6k3_Capability@@@8 @43388 NONAME ??_R0?AVH323_LID_G728_Capability@@@8 @43389 NONAME ??_R0?AVH323_LID_G729AB_Capability@@@8 @43390 NONAME ??_R0?AVH323_LID_G729A_Capability@@@8 @43391 NONAME ??_R0?AVH323_LID_G729B_Capability@@@8 @43392 NONAME ??_R0?AVH323_LID_G729_Capability@@@8 @43393 NONAME ??_R0?AVH323_LID_GSM0610_Capability@@@8 @43394 NONAME ??_R0?AVH323_muLawCodec@@@8 @30229 NONAME ??_R0?AVH323_RealTimeChannel@@@8 @30230 NONAME ??_R0?AVH323_RFC2190_H263Capability@@@8 @45907 NONAME ??_R0?AVH323_RFC2190_H263Codec@@@8 @45908 NONAME ??_R0?AVH323_RTPChannel@@@8 @30231 NONAME ??_R0?AVH323_RTP_Session@@@8 @30232 NONAME ??_R0?AVH323_RTP_UDP@@@8 @30233 NONAME ??_R0?AVH323_T120Capability@@@8 @30234 NONAME ??_R0?AVH323_T120Channel@@@8 @30235 NONAME ??_R0?AVH323_T38Capability@@@8 @30236 NONAME ??_R0?AVH323_T38Channel@@@8 @30237 NONAME ??_R0?AVH323_T38NonStandardCapability@@@8 @30238 NONAME ??_R0?AVH323_UserInputCapability@@@8 @30239 NONAME ??_R0?AVH45010_ArrayOf_MixedExtension@@@8 @30240 NONAME ??_R0?AVH45010_CfbOvrOptArg@@@8 @30241 NONAME ??_R0?AVH45010_CoReqOptArg@@@8 @30242 NONAME ??_R0?AVH45010_H323CallOfferOperations@@@8 @30243 NONAME ??_R0?AVH45010_RUAlertOptArg@@@8 @30244 NONAME ??_R0?AVH45011Handler@@@8 @30245 NONAME ??_R0?AVH45011_ArrayOf_MixedExtension@@@8 @30246 NONAME ??_R0?AVH45011_CallIntrusionErrors@@@8 @30247 NONAME ??_R0?AVH45011_CICapabilityLevel@@@8 @30248 NONAME ??_R0?AVH45011_CIFrcRelArg@@@8 @30249 NONAME ??_R0?AVH45011_CIFrcRelOptRes@@@8 @30250 NONAME ??_R0?AVH45011_CIGetCIPLOptArg@@@8 @30251 NONAME ??_R0?AVH45011_CIGetCIPLRes@@@8 @30252 NONAME ??_R0?AVH45011_CIIsOptArg@@@8 @30253 NONAME ??_R0?AVH45011_CIIsOptRes@@@8 @30254 NONAME ??_R0?AVH45011_CINotificationArg@@@8 @30255 NONAME ??_R0?AVH45011_CIProtectionLevel@@@8 @30256 NONAME ??_R0?AVH45011_CIRequestArg@@@8 @30257 NONAME ??_R0?AVH45011_CIRequestRes@@@8 @30258 NONAME ??_R0?AVH45011_CISilentArg@@@8 @30259 NONAME ??_R0?AVH45011_CISilentOptRes@@@8 @30260 NONAME ??_R0?AVH45011_CIStatusInformation@@@8 @30261 NONAME ??_R0?AVH45011_CIWobOptArg@@@8 @30262 NONAME ??_R0?AVH45011_CIWobOptRes@@@8 @30263 NONAME ??_R0?AVH45011_H323CallIntrusionOperations@@@8 @30264 NONAME ??_R0?AVH4501_Address@@@8 @30265 NONAME ??_R0?AVH4501_AddressInformation@@@8 @30266 NONAME ??_R0?AVH4501_AddressScreened@@@8 @30267 NONAME ??_R0?AVH4501_ArrayOf_AliasAddress@@@8 @30268 NONAME ??_R0?AVH4501_ArrayOf_ROS@@@8 @30269 NONAME ??_R0?AVH4501_EndpointAddress@@@8 @30270 NONAME ??_R0?AVH4501_EntityType@@@8 @30271 NONAME ??_R0?AVH4501_Extension@@@8 @30272 NONAME ??_R0?AVH4501_GeneralErrorList@@@8 @30273 NONAME ??_R0?AVH4501_H225InformationElement@@@8 @30274 NONAME ??_R0?AVH4501_InterpretationApdu@@@8 @30275 NONAME ??_R0?AVH4501_InvokeIDs@@@8 @30276 NONAME ??_R0?AVH4501_InvokeIdSet@@@8 @30277 NONAME ??_R0?AVH4501_NetworkFacilityExtension@@@8 @30278 NONAME ??_R0?AVH4501_NSAPSubaddress@@@8 @30279 NONAME ??_R0?AVH4501_NumberScreened@@@8 @30280 NONAME ??_R0?AVH4501_PartySubaddress@@@8 @30281 NONAME ??_R0?AVH4501_PresentationAllowedIndicator@@@8 @30282 NONAME ??_R0?AVH4501_PresentedAddressScreened@@@8 @30283 NONAME ??_R0?AVH4501_PresentedAddressUnscreened@@@8 @30284 NONAME ??_R0?AVH4501_PresentedNumberScreened@@@8 @30285 NONAME ??_R0?AVH4501_PresentedNumberUnscreened@@@8 @30286 NONAME ??_R0?AVH4501_ScreeningIndicator@@@8 @30287 NONAME ??_R0?AVH4501_ServiceApdus@@@8 @30288 NONAME ??_R0?AVH4501_SubaddressInformation@@@8 @30289 NONAME ??_R0?AVH4501_SupplementaryService@@@8 @30290 NONAME ??_R0?AVH4501_UserSpecifiedSubaddress@@@8 @30291 NONAME ??_R0?AVH4502Handler@@@8 @30292 NONAME ??_R0?AVH4502_CallIdentity@@@8 @30293 NONAME ??_R0?AVH4502_CallStatus@@@8 @30294 NONAME ??_R0?AVH4502_CallTransferErrors@@@8 @30295 NONAME ??_R0?AVH4502_CallTransferOperation@@@8 @30296 NONAME ??_R0?AVH4502_CTActiveArg@@@8 @30297 NONAME ??_R0?AVH4502_CTActiveArg_argumentExtension@@@8 @30298 NONAME ??_R0?AVH4502_CTCompleteArg@@@8 @30299 NONAME ??_R0?AVH4502_CTCompleteArg_argumentExtension@@@8 @30300 NONAME ??_R0?AVH4502_CTIdentifyRes@@@8 @30301 NONAME ??_R0?AVH4502_CTIdentifyRes_resultExtension@@@8 @30302 NONAME ??_R0?AVH4502_CTInitiateArg@@@8 @30303 NONAME ??_R0?AVH4502_CTInitiateArg_argumentExtension@@@8 @30304 NONAME ??_R0?AVH4502_CTSetupArg@@@8 @30305 NONAME ??_R0?AVH4502_CTSetupArg_argumentExtension@@@8 @30306 NONAME ??_R0?AVH4502_CTUpdateArg@@@8 @30307 NONAME ??_R0?AVH4502_CTUpdateArg_argumentExtension@@@8 @30308 NONAME ??_R0?AVH4502_DummyArg@@@8 @30309 NONAME ??_R0?AVH4502_DummyRes@@@8 @30310 NONAME ??_R0?AVH4502_EndDesignation@@@8 @30311 NONAME ??_R0?AVH4502_ExtensionSeq@@@8 @30312 NONAME ??_R0?AVH4502_SubaddressTransferArg@@@8 @30313 NONAME ??_R0?AVH4502_SubaddressTransferArg_argumentExtension@@@8 @30314 NONAME ??_R0?AVH4503_BasicService@@@8 @30315 NONAME ??_R0?AVH4503_CallDiversionErrors@@@8 @30316 NONAME ??_R0?AVH4503_DiversionReason@@@8 @30317 NONAME ??_R0?AVH4503_ExtensionSeq@@@8 @30318 NONAME ??_R0?AVH4503_H323CallDiversionOperations@@@8 @30319 NONAME ??_R0?AVH4503_IntResult@@@8 @30320 NONAME ??_R0?AVH4503_IntResultList@@@8 @30321 NONAME ??_R0?AVH4503_IntResult_extension@@@8 @30322 NONAME ??_R0?AVH4503_Procedure@@@8 @30323 NONAME ??_R0?AVH4503_SubscriptionOption@@@8 @30324 NONAME ??_R0?AVH4504Handler@@@8 @30325 NONAME ??_R0?AVH4504_ArrayOf_MixedExtension@@@8 @30326 NONAME ??_R0?AVH4504_CallHoldOperation@@@8 @30327 NONAME ??_R0?AVH4504_Extension@@@8 @30328 NONAME ??_R0?AVH4504_HoldNotificArg@@@8 @30329 NONAME ??_R0?AVH4504_MixedExtension@@@8 @30330 NONAME ??_R0?AVH4504_RemoteHoldArg@@@8 @30331 NONAME ??_R0?AVH4504_RemoteHoldRes@@@8 @30332 NONAME ??_R0?AVH4504_RemoteRetrieveArg@@@8 @30333 NONAME ??_R0?AVH4504_RemoteRetrieveRes@@@8 @30334 NONAME ??_R0?AVH4504_RetrieveNotificArg@@@8 @30335 NONAME ??_R0?AVH4505_ArrayOf_MixedExtension@@@8 @30336 NONAME ??_R0?AVH4505_CallParkPickupOperations@@@8 @30337 NONAME ??_R0?AVH4505_CallPickupErrors@@@8 @30338 NONAME ??_R0?AVH4505_CallType@@@8 @30339 NONAME ??_R0?AVH4505_CpickupNotifyArg@@@8 @30340 NONAME ??_R0?AVH4505_CpNotifyArg@@@8 @30341 NONAME ??_R0?AVH4505_CpRequestArg@@@8 @30342 NONAME ??_R0?AVH4505_CpRequestRes@@@8 @30343 NONAME ??_R0?AVH4505_CpSetupArg@@@8 @30344 NONAME ??_R0?AVH4505_CpSetupRes@@@8 @30345 NONAME ??_R0?AVH4505_GroupIndicationOffArg@@@8 @30346 NONAME ??_R0?AVH4505_GroupIndicationOffRes@@@8 @30347 NONAME ??_R0?AVH4505_GroupIndicationOnArg@@@8 @30348 NONAME ??_R0?AVH4505_GroupIndicationOnRes@@@8 @30349 NONAME ??_R0?AVH4505_ParkCondition@@@8 @30350 NONAME ??_R0?AVH4505_ParkedToPosition@@@8 @30351 NONAME ??_R0?AVH4505_PickExeArg@@@8 @30352 NONAME ??_R0?AVH4505_PickExeRes@@@8 @30353 NONAME ??_R0?AVH4505_PickrequArg@@@8 @30354 NONAME ??_R0?AVH4505_PickrequRes@@@8 @30355 NONAME ??_R0?AVH4505_PickupArg@@@8 @30356 NONAME ??_R0?AVH4505_PickupRes@@@8 @30357 NONAME ??_R0?AVH4506Handler@@@8 @30358 NONAME ??_R0?AVH4506_ArrayOf_MixedExtension@@@8 @30359 NONAME ??_R0?AVH4506_CallWaitingArg@@@8 @30360 NONAME ??_R0?AVH4506_CallWaitingOperations@@@8 @30361 NONAME ??_R0?AVH4507_ArrayOf_MixedExtension@@@8 @30362 NONAME ??_R0?AVH4507_BasicService@@@8 @30363 NONAME ??_R0?AVH4507_DummyRes@@@8 @30364 NONAME ??_R0?AVH4507_H323_MWI_Operations@@@8 @30365 NONAME ??_R0?AVH4507_MessageWaitingIndicationErrors@@@8 @30366 NONAME ??_R0?AVH4507_MsgCentreId@@@8 @30367 NONAME ??_R0?AVH4507_MWIActivateArg@@@8 @30368 NONAME ??_R0?AVH4507_MWIDeactivateArg@@@8 @30369 NONAME ??_R0?AVH4507_MWIInterrogateArg@@@8 @30370 NONAME ??_R0?AVH4507_MWIInterrogateRes@@@8 @30371 NONAME ??_R0?AVH4507_MWIInterrogateResElt@@@8 @30372 NONAME ??_R0?AVH4507_NbOfMessages@@@8 @30373 NONAME ??_R0?AVH4507_TimeStamp@@@8 @30374 NONAME ??_R0?AVH4508_ExtendedName@@@8 @30375 NONAME ??_R0?AVH4508_Name@@@8 @30376 NONAME ??_R0?AVH4508_NameOperations@@@8 @30377 NONAME ??_R0?AVH4508_NamePresentationAllowed@@@8 @30378 NONAME ??_R0?AVH4508_NamePresentationRestricted@@@8 @30379 NONAME ??_R0?AVH4508_SimpleName@@@8 @30380 NONAME ??_R0?AVH4509_ArrayOf_MixedExtension@@@8 @30381 NONAME ??_R0?AVH4509_CallCompletionErrors@@@8 @30382 NONAME ??_R0?AVH4509_CcArg@@@8 @30383 NONAME ??_R0?AVH4509_CcLongArg@@@8 @30384 NONAME ??_R0?AVH4509_CcRequestArg@@@8 @30385 NONAME ??_R0?AVH4509_CcRequestRes@@@8 @30386 NONAME ??_R0?AVH4509_CcShortArg@@@8 @30387 NONAME ??_R0?AVH4509_H323CallCompletionOperations@@@8 @30388 NONAME ??_R0?AVH450ServiceAPDU@@@8 @30389 NONAME ??_R0?AVH450xDispatcher@@@8 @30390 NONAME ??_R0?AVH450xHandler@@@8 @30391 NONAME ??_R0?AVH501AccessRequest@@@8 @30392 NONAME ??_R0?AVH501DescriptorUpdate@@@8 @30393 NONAME ??_R0?AVH501PDU@@@8 @30394 NONAME ??_R0?AVH501ServiceRequest@@@8 @30395 NONAME ??_R0?AVH501Transaction@@@8 @30396 NONAME ??_R0?AVH501_AccessConfirmation@@@8 @30397 NONAME ??_R0?AVH501_AccessRejection@@@8 @30398 NONAME ??_R0?AVH501_AccessRejectionReason@@@8 @30399 NONAME ??_R0?AVH501_AccessRequest@@@8 @30400 NONAME ??_R0?AVH501_AccessToken@@@8 @30401 NONAME ??_R0?AVH501_AddressTemplate@@@8 @30402 NONAME ??_R0?AVH501_AlternatePE@@@8 @30403 NONAME ??_R0?AVH501_AlternatePEInfo@@@8 @30404 NONAME ??_R0?AVH501_ApplicationMessage@@@8 @30405 NONAME ??_R0?AVH501_ArrayOf_AccessToken@@@8 @30406 NONAME ??_R0?AVH501_ArrayOf_AddressTemplate@@@8 @30407 NONAME ??_R0?AVH501_ArrayOf_AliasAddress@@@8 @30408 NONAME ??_R0?AVH501_ArrayOf_AlternatePE@@@8 @30409 NONAME ??_R0?AVH501_ArrayOf_CircuitIdentifier@@@8 @30410 NONAME ??_R0?AVH501_ArrayOf_ClearToken@@@8 @30411 NONAME ??_R0?AVH501_ArrayOf_ContactInformation@@@8 @30412 NONAME ??_R0?AVH501_ArrayOf_CryptoH323Token@@@8 @30413 NONAME ??_R0?AVH501_ArrayOf_Descriptor@@@8 @30414 NONAME ??_R0?AVH501_ArrayOf_DescriptorInfo@@@8 @30415 NONAME ??_R0?AVH501_ArrayOf_GenericData@@@8 @30416 NONAME ??_R0?AVH501_ArrayOf_GloballyUniqueID@@@8 @30417 NONAME ??_R0?AVH501_ArrayOf_NonStandardParameter@@@8 @30418 NONAME ??_R0?AVH501_ArrayOf_PASN_ObjectId@@@8 @30419 NONAME ??_R0?AVH501_ArrayOf_Pattern@@@8 @30420 NONAME ??_R0?AVH501_ArrayOf_PriceElement@@@8 @30421 NONAME ??_R0?AVH501_ArrayOf_PriceInfoSpec@@@8 @30422 NONAME ??_R0?AVH501_ArrayOf_RouteInformation@@@8 @30423 NONAME ??_R0?AVH501_ArrayOf_SecurityMode@@@8 @30424 NONAME ??_R0?AVH501_ArrayOf_ServiceControlSession@@@8 @30425 NONAME ??_R0?AVH501_ArrayOf_SupportedProtocols@@@8 @30426 NONAME ??_R0?AVH501_ArrayOf_TransportAddress@@@8 @30427 NONAME ??_R0?AVH501_ArrayOf_UpdateInformation@@@8 @30428 NONAME ??_R0?AVH501_ArrayOf_UsageField@@@8 @30429 NONAME ??_R0?AVH501_AuthenticationConfirmation@@@8 @30430 NONAME ??_R0?AVH501_AuthenticationRejection@@@8 @30431 NONAME ??_R0?AVH501_AuthenticationRejectionReason@@@8 @30432 NONAME ??_R0?AVH501_AuthenticationRequest@@@8 @30433 NONAME ??_R0?AVH501_CallInformation@@@8 @30434 NONAME ??_R0?AVH501_ContactInformation@@@8 @30435 NONAME ??_R0?AVH501_Descriptor@@@8 @30436 NONAME ??_R0?AVH501_DescriptorConfirmation@@@8 @30437 NONAME ??_R0?AVH501_DescriptorIDConfirmation@@@8 @30438 NONAME ??_R0?AVH501_DescriptorIDRejection@@@8 @30439 NONAME ??_R0?AVH501_DescriptorIDRejectionReason@@@8 @30440 NONAME ??_R0?AVH501_DescriptorIDRequest@@@8 @30441 NONAME ??_R0?AVH501_DescriptorInfo@@@8 @30442 NONAME ??_R0?AVH501_DescriptorRejection@@@8 @30443 NONAME ??_R0?AVH501_DescriptorRejectionReason@@@8 @30444 NONAME ??_R0?AVH501_DescriptorRequest@@@8 @30445 NONAME ??_R0?AVH501_DescriptorUpdate@@@8 @30446 NONAME ??_R0?AVH501_DescriptorUpdateAck@@@8 @30447 NONAME ??_R0?AVH501_ElementIdentifier@@@8 @30448 NONAME ??_R0?AVH501_GlobalTimeStamp@@@8 @30449 NONAME ??_R0?AVH501_Message@@@8 @30450 NONAME ??_R0?AVH501_MessageBody@@@8 @30451 NONAME ??_R0?AVH501_MessageCommonInfo@@@8 @30452 NONAME ??_R0?AVH501_NonStandardConfirmation@@@8 @30453 NONAME ??_R0?AVH501_NonStandardRejection@@@8 @30454 NONAME ??_R0?AVH501_NonStandardRejectionReason@@@8 @30455 NONAME ??_R0?AVH501_NonStandardRequest@@@8 @30456 NONAME ??_R0?AVH501_PartyInformation@@@8 @30457 NONAME ??_R0?AVH501_Pattern@@@8 @30458 NONAME ??_R0?AVH501_Pattern_range@@@8 @30459 NONAME ??_R0?AVH501_PriceElement@@@8 @30460 NONAME ??_R0?AVH501_PriceElement_units@@@8 @30461 NONAME ??_R0?AVH501_PriceInfoSpec@@@8 @30462 NONAME ??_R0?AVH501_ProtocolVersion@@@8 @30463 NONAME ??_R0?AVH501_RequestInProgress@@@8 @30464 NONAME ??_R0?AVH501_Role@@@8 @30465 NONAME ??_R0?AVH501_RouteInformation@@@8 @30466 NONAME ??_R0?AVH501_RouteInformation_messageType@@@8 @30467 NONAME ??_R0?AVH501_SecurityMode@@@8 @30468 NONAME ??_R0?AVH501_ServiceConfirmation@@@8 @30469 NONAME ??_R0?AVH501_ServiceRejection@@@8 @30470 NONAME ??_R0?AVH501_ServiceRejectionReason@@@8 @30471 NONAME ??_R0?AVH501_ServiceRelease@@@8 @30472 NONAME ??_R0?AVH501_ServiceReleaseReason@@@8 @30473 NONAME ??_R0?AVH501_ServiceRequest@@@8 @30474 NONAME ??_R0?AVH501_TerminationCause@@@8 @30475 NONAME ??_R0?AVH501_TimeZone@@@8 @30476 NONAME ??_R0?AVH501_UnknownMessageReason@@@8 @30477 NONAME ??_R0?AVH501_UnknownMessageResponse@@@8 @30478 NONAME ??_R0?AVH501_UpdateInformation@@@8 @30479 NONAME ??_R0?AVH501_UpdateInformation_descriptorInfo@@@8 @30480 NONAME ??_R0?AVH501_UpdateInformation_updateType@@@8 @30481 NONAME ??_R0?AVH501_UsageCallStatus@@@8 @30482 NONAME ??_R0?AVH501_UsageConfirmation@@@8 @30483 NONAME ??_R0?AVH501_UsageField@@@8 @30484 NONAME ??_R0?AVH501_UsageIndication@@@8 @30485 NONAME ??_R0?AVH501_UsageIndicationConfirmation@@@8 @30486 NONAME ??_R0?AVH501_UsageIndicationRejection@@@8 @30487 NONAME ??_R0?AVH501_UsageIndicationRejectionReason@@@8 @30488 NONAME ??_R0?AVH501_UsageRejection@@@8 @30489 NONAME ??_R0?AVH501_UsageRejectReason@@@8 @30490 NONAME ??_R0?AVH501_UsageRequest@@@8 @30491 NONAME ??_R0?AVH501_UsageSpecification@@@8 @30492 NONAME ??_R0?AVH501_UsageSpecification_when@@@8 @30493 NONAME ??_R0?AVH501_UserInformation@@@8 @30494 NONAME ??_R0?AVH501_ValidationConfirmation@@@8 @30495 NONAME ??_R0?AVH501_ValidationRejection@@@8 @30496 NONAME ??_R0?AVH501_ValidationRejectionReason@@@8 @30497 NONAME ??_R0?AVH501_ValidationRequest@@@8 @30498 NONAME ??_R0?AVHandleTimeout_PNotifier@H245Negotiator@@@8 @30499 NONAME ??_R0?AVHandleTransactions_PNotifier@H323Transactor@@@8 @30500 NONAME ??_R0?AVIntraP64Decoder@@@8 @30501 NONAME ??_R0?AVMCS_ArrayOf_ChannelAttributes@@@8 @30502 NONAME ??_R0?AVMCS_ArrayOf_ChannelId@@@8 @30503 NONAME ??_R0?AVMCS_ArrayOf_TokenAttributes@@@8 @30504 NONAME ??_R0?AVMCS_ArrayOf_TokenId@@@8 @30505 NONAME ??_R0?AVMCS_ArrayOf_UserId@@@8 @30506 NONAME ??_R0?AVMCS_AssignedChannelId@@@8 @30507 NONAME ??_R0?AVMCS_AUcf@@@8 @30508 NONAME ??_R0?AVMCS_AUrq@@@8 @30509 NONAME ??_R0?AVMCS_CAin@@@8 @30510 NONAME ??_R0?AVMCS_CArq@@@8 @30511 NONAME ??_R0?AVMCS_CCcf@@@8 @30512 NONAME ??_R0?AVMCS_CCrq@@@8 @30513 NONAME ??_R0?AVMCS_CDin@@@8 @30514 NONAME ??_R0?AVMCS_CDrq@@@8 @30515 NONAME ??_R0?AVMCS_CEin@@@8 @30516 NONAME ??_R0?AVMCS_CErq@@@8 @30517 NONAME ??_R0?AVMCS_ChannelAttributes@@@8 @30518 NONAME ??_R0?AVMCS_ChannelAttributes_assigned@@@8 @30519 NONAME ??_R0?AVMCS_ChannelAttributes_private@@@8 @30520 NONAME ??_R0?AVMCS_ChannelAttributes_static@@@8 @30521 NONAME ??_R0?AVMCS_ChannelAttributes_userId@@@8 @30522 NONAME ??_R0?AVMCS_ChannelId@@@8 @30523 NONAME ??_R0?AVMCS_CJcf@@@8 @30524 NONAME ??_R0?AVMCS_CJrq@@@8 @30525 NONAME ??_R0?AVMCS_CLrq@@@8 @30526 NONAME ??_R0?AVMCS_ConnectMCSPDU@@@8 @30527 NONAME ??_R0?AVMCS_Connect_Additional@@@8 @30528 NONAME ??_R0?AVMCS_Connect_Initial@@@8 @30529 NONAME ??_R0?AVMCS_Connect_Response@@@8 @30530 NONAME ??_R0?AVMCS_Connect_Result@@@8 @30531 NONAME ??_R0?AVMCS_DataPriority@@@8 @30532 NONAME ??_R0?AVMCS_Diagnostic@@@8 @30533 NONAME ??_R0?AVMCS_DomainMCSPDU@@@8 @30534 NONAME ??_R0?AVMCS_DomainParameters@@@8 @30535 NONAME ??_R0?AVMCS_DPum@@@8 @30536 NONAME ??_R0?AVMCS_DUin@@@8 @30537 NONAME ??_R0?AVMCS_DUrq@@@8 @30538 NONAME ??_R0?AVMCS_DynamicChannelId@@@8 @30539 NONAME ??_R0?AVMCS_EDrq@@@8 @30540 NONAME ??_R0?AVMCS_MCcf@@@8 @30541 NONAME ??_R0?AVMCS_MCrq@@@8 @30542 NONAME ??_R0?AVMCS_MTcf@@@8 @30543 NONAME ??_R0?AVMCS_MTrq@@@8 @30544 NONAME ??_R0?AVMCS_PCin@@@8 @30545 NONAME ??_R0?AVMCS_PDin@@@8 @30546 NONAME ??_R0?AVMCS_PrivateChannelId@@@8 @30547 NONAME ??_R0?AVMCS_PTin@@@8 @30548 NONAME ??_R0?AVMCS_Reason@@@8 @30549 NONAME ??_R0?AVMCS_Result@@@8 @30550 NONAME ??_R0?AVMCS_RJum@@@8 @30551 NONAME ??_R0?AVMCS_SDin@@@8 @30552 NONAME ??_R0?AVMCS_SDrq@@@8 @30553 NONAME ??_R0?AVMCS_Segmentation@@@8 @30554 NONAME ??_R0?AVMCS_StaticChannelId@@@8 @30555 NONAME ??_R0?AVMCS_TGcf@@@8 @30556 NONAME ??_R0?AVMCS_TGrq@@@8 @30557 NONAME ??_R0?AVMCS_TIcf@@@8 @30558 NONAME ??_R0?AVMCS_TIrq@@@8 @30559 NONAME ??_R0?AVMCS_TokenAttributes@@@8 @30560 NONAME ??_R0?AVMCS_TokenAttributes_given@@@8 @30561 NONAME ??_R0?AVMCS_TokenAttributes_giving@@@8 @30562 NONAME ??_R0?AVMCS_TokenAttributes_grabbed@@@8 @30563 NONAME ??_R0?AVMCS_TokenAttributes_inhibited@@@8 @30564 NONAME ??_R0?AVMCS_TokenAttributes_ungivable@@@8 @30565 NONAME ??_R0?AVMCS_TokenId@@@8 @30566 NONAME ??_R0?AVMCS_TokenStatus@@@8 @30567 NONAME ??_R0?AVMCS_TPin@@@8 @30568 NONAME ??_R0?AVMCS_TPrq@@@8 @30569 NONAME ??_R0?AVMCS_TRcf@@@8 @30570 NONAME ??_R0?AVMCS_TRrq@@@8 @30571 NONAME ??_R0?AVMCS_TTcf@@@8 @30572 NONAME ??_R0?AVMCS_TTrq@@@8 @30573 NONAME ??_R0?AVMCS_TVcf@@@8 @30574 NONAME ??_R0?AVMCS_TVin@@@8 @30575 NONAME ??_R0?AVMCS_TVrq@@@8 @30576 NONAME ??_R0?AVMCS_TVrs@@@8 @30577 NONAME ??_R0?AVMCS_UserId@@@8 @30578 NONAME ??_R0?AVMCS_USin@@@8 @30579 NONAME ??_R0?AVMCS_USrq@@@8 @30580 NONAME ??_R0?AVMonitorMain_PNotifier@H323Gatekeeper@@@8 @30588 NONAME ??_R0?AVMonitorMain_PNotifier@H323GatekeeperServer@@@8 @30589 NONAME ??_R0?AVMonitorMain_PNotifier@H323PeerElement@@@8 @30590 NONAME ??_R0?AVMSIPAddress@PILSSession@@@8 @30591 NONAME ??_R0?AVMXRecordList@PDNS@@@8 @44928 NONAME ??_R0?AVOnCallIntrudeTimeOut_PNotifier@H45011Handler@@@8 @30592 NONAME ??_R0?AVOnCallTransferTimeOut_PNotifier@H4502Handler@@@8 @30593 NONAME ??_R0?AVOnLoadModule_PNotifier@PPluginModuleManager@@@8 @42771 NONAME ??_R0?AVOnUserInputInBandDTMF_PNotifier@H323Connection@@@8 @30595 NONAME ??_R0?AVOnUserInputInlineRFC2833_PNotifier@H323Connection@@@8 @30596 NONAME ??_R0?AVOpalFactoryCodec@@@8 @44514 NONAME ??_R0?AVOpalG711ALaw64kFormat@@@8 @43000 NONAME ??_R0?AVOpalG711ALaw64k_Base@@@8 @44515 NONAME ??_R0?AVOpalG711ALaw64k_Decoder@@@8 @44516 NONAME ??_R0?AVOpalG711ALaw64k_Encoder@@@8 @44517 NONAME ??_R0?AVOpalG711uLaw64kFormat@@@8 @43001 NONAME ??_R0?AVOpalG711uLaw64k_Base@@@8 @44518 NONAME ??_R0?AVOpalG711uLaw64k_Decoder@@@8 @44519 NONAME ??_R0?AVOpalG711uLaw64k_Encoder@@@8 @44520 NONAME ??_R0?AVOpalG7231A_5k3Format@@@8 @43002 NONAME ??_R0?AVOpalG7231A_6k3Format@@@8 @43003 NONAME ??_R0?AVOpalG7231_5k3Format@@@8 @43004 NONAME ??_R0?AVOpalG7231_6k3Format@@@8 @43005 NONAME ??_R0?AVOpalG728Format@@@8 @43006 NONAME ??_R0?AVOpalG729ABFormat@@@8 @43007 NONAME ??_R0?AVOpalG729AFormat@@@8 @43008 NONAME ??_R0?AVOpalG729BFormat@@@8 @43009 NONAME ??_R0?AVOpalG729Format@@@8 @43010 NONAME ??_R0?AVOpalGloballyUniqueID@@@8 @30597 NONAME ??_R0?AVOpalGSM0610Format@@@8 @43011 NONAME ??_R0?AVOpalH261Format@@@8 @43012 NONAME ??_R0?AVOpalIxJDevice@@@8 @30598 NONAME ??_R0?AVOpalLineChannel@@@8 @30599 NONAME ??_R0?AVOpalLineInterfaceDevice@@@8 @30600 NONAME ??_R0?AVOpalMediaFormat@@@8 @30601 NONAME ??_R0?AVOpalPCM16Format@@@8 @43013 NONAME ??_R0?AVOpalPluginCodec@@@8 @44521 NONAME ??_R0?AVOpalPluginMediaFormat@@@8 @43014 NONAME ??_R0?AVOpalRFC2190H263Format@@@8 @45909 NONAME ??_R0?AVOpalRFC2833@@@8 @30602 NONAME ??_R0?AVOpalRFC2833Info@@@8 @30603 NONAME ??_R0?AVOpalRtpToWavFile@@@8 @30604 NONAME ??_R0?AVOpalT120Format@@@8 @43015 NONAME ??_R0?AVOpalT120Protocol@@@8 @30605 NONAME ??_R0?AVOpalT38Protocol@@@8 @30606 NONAME ??_R0?AVOpalUserInputRFC2833Format@@@8 @43016 NONAME ??_R0?AVOpalVoipBlasterDevice@@@8 @30607 NONAME ??_R0?AVOpalVXMLSession@@@8 @30608 NONAME ??_R0?AVOpalWAVFile@@@8 @30609 NONAME ??_R0?AVP64Decoder@@@8 @30610 NONAME ??_R0?AVPASN_Array@@@8 @30611 NONAME ??_R0?AVPASN_BitString@@@8 @30612 NONAME ??_R0?AVPASN_BMPString@@@8 @30613 NONAME ??_R0?AVPASN_Boolean@@@8 @30614 NONAME ??_R0?AVPASN_Choice@@@8 @30615 NONAME ??_R0?AVPASN_ConstrainedObject@@@8 @30616 NONAME ??_R0?AVPASN_ConstrainedString@@@8 @30617 NONAME ??_R0?AVPASN_Enumeration@@@8 @30618 NONAME ??_R0?AVPASN_GeneralisedTime@@@8 @30619 NONAME ??_R0?AVPASN_GeneralString@@@8 @30620 NONAME ??_R0?AVPASN_IA5String@@@8 @30621 NONAME ??_R0?AVPASN_Integer@@@8 @30622 NONAME ??_R0?AVPASN_Null@@@8 @30623 NONAME ??_R0?AVPASN_NumericString@@@8 @30624 NONAME ??_R0?AVPASN_Object@@@8 @30625 NONAME ??_R0?AVPASN_ObjectId@@@8 @30626 NONAME ??_R0?AVPASN_OctetString@@@8 @30627 NONAME ??_R0?AVPASN_PrintableString@@@8 @30628 NONAME ??_R0?AVPASN_Sequence@@@8 @30629 NONAME ??_R0?AVPASN_Stream@@@8 @30630 NONAME ??_R0?AVPASN_VisibleString@@@8 @30631 NONAME ??_R0?AVPLDAPAttributeBase@@@8 @30632 NONAME ??_R0?AVPLDAPStructBase@@@8 @30633 NONAME ??_R0?AVPluginLoader@@@8 @45086 NONAME ??_R0?AVPPER_Stream@@@8 @30634 NONAME ??_R0?AVPre_Vid_Coder@@@8 @30635 NONAME ??_R0?AVPVXMLChannelInterface@@@8 @43605 NONAME ??_R0?AVPVXMLSession@@@8 @30636 NONAME ??_R0?AVPWAVFile@@@8 @30637 NONAME ??_R0?AVPWAVFileConverter@@@8 @44308 NONAME ??_R0?AVPWAVFileConverterALaw@@@8 @44309 NONAME ??_R0?AVPWAVFileConverterULaw@@@8 @44310 NONAME ??_R0?AVPWAVFileConverterXLaw@@@8 @44311 NONAME ??_R0?AVQ931@@@8 @30638 NONAME ??_R0?AVReceivedPacket_PNotifier@OpalRFC2833@@@8 @30639 NONAME ??_R0?AVReceivedPacket_PNotifier@OpalRtpToWavFile@@@8 @30640 NONAME ??_R0?AVReceiverReport@RTP_Session@@@8 @30641 NONAME ??_R0?AVReceiveTimeout_PNotifier@OpalRFC2833@@@8 @30642 NONAME ??_R0?AVRequest@H323Transactor@@@8 @30643 NONAME ??_R0?AVResponse@H323Transactor@@@8 @30644 NONAME ??_R0?AVRFC2190_FfmpgLink@@@8 @45910 NONAME ??_R0?AVRTPerson@PILSSession@@@8 @30645 NONAME ??_R0?AVRTP_ControlFrame@@@8 @30646 NONAME ??_R0?AVRTP_DataFrame@@@8 @30647 NONAME ??_R0?AVRTP_JitterBuffer@@@8 @30648 NONAME ??_R0?AVRTP_JitterBufferAnalyser@@@8 @30649 NONAME ??_R0?AVRTP_QOS@@@8 @30650 NONAME ??_R0?AVRTP_Session@@@8 @30651 NONAME ??_R0?AVRTP_SessionManager@@@8 @30652 NONAME ??_R0?AVRTP_UDP@@@8 @30653 NONAME ??_R0?AVRTP_UserData@@@8 @30654 NONAME ??_R0?AVSenderReport@RTP_Session@@@8 @30655 NONAME ??_R0?AVSlowHandler_PNotifier@H323Transaction@@@8 @30656 NONAME ??_R0?AVSourceDescription@RTP_Session@@@8 @30657 NONAME ??_R0?AVSRVRecordList@PDNS@@@8 @44929 NONAME ??_R0?AVStatusHandler_PNotifier@OpalVoipBlasterDevice@@@8 @30658 NONAME ??_R0?AVStringMap@H323GatekeeperServer@@@8 @30659 NONAME ??_R0?AVT120ConnectPDU@@@8 @30660 NONAME ??_R0?AVT120_X224@@@8 @30661 NONAME ??_R0?AVT38_ArrayOf_PASN_OctetString@@@8 @30662 NONAME ??_R0?AVT38_Data_Field@@@8 @30663 NONAME ??_R0?AVT38_Data_Field_subtype@@@8 @30664 NONAME ??_R0?AVT38_Data_Field_subtype_field_type@@@8 @30665 NONAME ??_R0?AVT38_IFPPacket@@@8 @30666 NONAME ??_R0?AVT38_PreCorrigendum_Data_Field@@@8 @30667 NONAME ??_R0?AVT38_PreCorrigendum_Data_Field_subtype@@@8 @30668 NONAME ??_R0?AVT38_PreCorrigendum_Data_Field_subtype_field_type@@@8 @30669 NONAME ??_R0?AVT38_PreCorrigendum_IFPPacket@@@8 @30670 NONAME ??_R0?AVT38_Type_of_msg@@@8 @30671 NONAME ??_R0?AVT38_Type_of_msg_data@@@8 @30672 NONAME ??_R0?AVT38_Type_of_msg_t30_indicator@@@8 @30673 NONAME ??_R0?AVT38_UDPTLPacket@@@8 @30674 NONAME ??_R0?AVT38_UDPTLPacket_error_recovery@@@8 @30675 NONAME ??_R0?AVT38_UDPTLPacket_error_recovery_fec_info@@@8 @30676 NONAME ??_R0?AVT38_UDPTLPacket_error_recovery_secondary_ifp_packets@@@8 @30677 NONAME ??_R0?AVT38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@@8 @30678 NONAME ??_R0?AVT38_UDPTLPacket_primary_ifp_packet@@@8 @30679 NONAME ??_R0?AVTickleMonitor_PNotifier@H323Gatekeeper@@@8 @30680 NONAME ??_R0?AVTransmitEnded_PNotifier@OpalRFC2833@@@8 @30681 NONAME ??_R0?AVTransmitPacket_PNotifier@OpalRFC2833@@@8 @30682 NONAME ??_R0?AVTransmitter@@@8 @30683 NONAME ??_R0?AVUpdateAllDescriptors_PNotifier@H323PeerElement@@@8 @30684 NONAME ??_R0?AVVoipBlasterInterface@@@8 @30686 NONAME ??_R0?AVWorker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@@8 @44522 NONAME ??_R0?AVWorker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@@8 @44523 NONAME ??_R0?AVWorker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@@8 @44524 NONAME ??_R0?AVWorker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@@8 @44525 NONAME ??_R0?AVWorker@OpalPluginCodecFactory@@@8 @44526 NONAME ??_R0?AVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@8 @44930 NONAME ??_R0?AVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@8 @43874 NONAME ??_R0?AVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@8 @44527 NONAME ??_R0?AVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @43875 NONAME ??_R0?AVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@8 @43876 NONAME ??_R0?AVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@8 @44312 NONAME ??_R0?AVX224@@@8 @30687 NONAME ??_R0?AVX880_Code@@@8 @30688 NONAME ??_R0?AVX880_GeneralProblem@@@8 @30689 NONAME ??_R0?AVX880_Invoke@@@8 @30690 NONAME ??_R0?AVX880_InvokeId@@@8 @30691 NONAME ??_R0?AVX880_InvokeProblem@@@8 @30692 NONAME ??_R0?AVX880_Reject@@@8 @30693 NONAME ??_R0?AVX880_RejectProblem@@@8 @30694 NONAME ??_R0?AVX880_Reject_problem@@@8 @30695 NONAME ??_R0?AVX880_ReturnError@@@8 @30696 NONAME ??_R0?AVX880_ReturnErrorProblem@@@8 @30697 NONAME ??_R0?AVX880_ReturnResult@@@8 @30698 NONAME ??_R0?AVX880_ReturnResultProblem@@@8 @30699 NONAME ??_R0?AVX880_ReturnResult_result@@@8 @30700 NONAME ??_R0?AVX880_ROS@@@8 @30701 NONAME ??_R1A@?0A@8WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@8 @44931 NONAME ??_R1A@?0A@8WorkerBase@?$PFactory@VH323Capability@@VPString@@@@8 @43877 NONAME ??_R1A@?0A@8WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43878 NONAME ??_R1A@?0A@8WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @43879 NONAME ??_R1A@?0A@8WorkerBase@?$PFactory@VPWAVFileConverter@@I@@8 @44313 NONAME ??_R1A@?0A@A@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@8 @30702 NONAME ??_R1A@?0A@A@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@8 @30703 NONAME ??_R1A@?0A@A@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@8 @30704 NONAME ??_R1A@?0A@A@?$H235_HASHED@VH235_EncodedGeneralToken@@@@8 @30705 NONAME ??_R1A@?0A@A@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@8 @30706 NONAME ??_R1A@?0A@A@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@8 @30707 NONAME ??_R1A@?0A@A@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@8 @30708 NONAME ??_R1A@?0A@A@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@8 @30709 NONAME ??_R1A@?0A@A@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@8 @30710 NONAME ??_R1A@?0A@A@?$H235_SIGNED@VH235_EncodedReturnSig@@@@8 @30711 NONAME ??_R1A@?0A@A@?$PArray@V?$PList@VH323Capability@@@@@@8 @30712 NONAME ??_R1A@?0A@A@?$PArray@VH323SimultaneousCapabilities@@@@8 @30713 NONAME ??_R1A@?0A@A@?$PArray@VH323TransportAddress@@@@8 @30714 NONAME ??_R1A@?0A@A@?$PArray@VReceiverReport@RTP_Session@@@@8 @30715 NONAME ??_R1A@?0A@A@?$PArray@VSourceDescription@RTP_Session@@@@8 @30716 NONAME ??_R1A@?0A@A@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@8 @30717 NONAME ??_R1A@?0A@A@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@8 @30718 NONAME ??_R1A@?0A@A@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@8 @30719 NONAME ??_R1A@?0A@A@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@8 @30720 NONAME ??_R1A@?0A@A@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@8 @30721 NONAME ??_R1A@?0A@A@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@8 @30722 NONAME ??_R1A@?0A@A@?$PDictionary@VPString@@VH323Connection@@@@8 @30723 NONAME ??_R1A@?0A@A@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@8 @30724 NONAME ??_R1A@?0A@A@?$PDictionary@VPString@@VPOrdinalKey@@@@8 @30725 NONAME ??_R1A@?0A@A@?$PFactory@VH235Authenticator@@VPString@@@@8 @44932 NONAME ??_R1A@?0A@A@?$PFactory@VH323Capability@@VPString@@@@8 @43880 NONAME ??_R1A@?0A@A@?$PFactory@VH323StaticPluginCodec@@VPString@@@@8 @43881 NONAME ??_R1A@?0A@A@?$PFactory@VOpalFactoryCodec@@VPString@@@@8 @44528 NONAME ??_R1A@?0A@A@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43882 NONAME ??_R1A@?0A@A@?$PFactory@VPWAVFileConverter@@I@@8 @44314 NONAME ??_R1A@?0A@A@?$PList@VH235Authenticator@@@@8 @30726 NONAME ??_R1A@?0A@A@?$PList@VH245_GenericParameter@@@@8 @45391 NONAME ??_R1A@?0A@A@?$PList@VH263Packet@@@@8 @45911 NONAME ??_R1A@?0A@A@?$PList@VH323Capability@@@@8 @30728 NONAME ??_R1A@?0A@A@?$PList@VH323Channel@@@@8 @30729 NONAME ??_R1A@?0A@A@?$PList@VH323GatekeeperListener@@@@8 @30730 NONAME ??_R1A@?0A@A@?$PList@VH323Listener@@@@8 @30731 NONAME ??_R1A@?0A@A@?$PList@VH323Transactor@@@@8 @30732 NONAME ??_R1A@?0A@A@?$PList@VH450xHandler@@@@8 @30733 NONAME ??_R1A@?0A@A@?$PList@VOpalMediaFormat@@@@8 @30735 NONAME ??_R1A@?0A@A@?$PList@VPBYTEArray@@@@8 @30736 NONAME ??_R1A@?0A@A@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@8 @30737 NONAME ??_R1A@?0A@A@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@8 @30738 NONAME ??_R1A@?0A@A@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@8 @30739 NONAME ??_R1A@?0A@A@?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@8 @30740 NONAME ??_R1A@?0A@A@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@8 @30741 NONAME ??_R1A@?0A@A@?$PSafePtr@VH323GatekeeperCall@@@@8 @30742 NONAME ??_R1A@?0A@A@?$PSafePtr@VH323PeerElementDescriptor@@@@8 @30743 NONAME ??_R1A@?0A@A@?$PSafePtr@VH323PeerElementServiceRelationship@@@@8 @30744 NONAME ??_R1A@?0A@A@?$PSafePtr@VH323RegisteredEndPoint@@@@8 @30745 NONAME ??_R1A@?0A@A@?$PSafeSortedList@VH323GatekeeperCall@@@@8 @30746 NONAME ??_R1A@?0A@A@?$PSafeSortedList@VH323PeerElementDescriptor@@@@8 @30747 NONAME ??_R1A@?0A@A@?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@8 @30748 NONAME ??_R1A@?0A@A@?$PSet@VPOrdinalKey@@@@8 @30749 NONAME ??_R1A@?0A@A@?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@8 @30750 NONAME ??_R1A@?0A@A@?$PSortedList@VH225_AliasAddress@@@@8 @30751 NONAME ??_R1A@?0A@A@?$PSortedList@VH323GatekeeperCall@@@@8 @30752 NONAME ??_R1A@?0A@A@?$PSortedList@VH323PeerElementDescriptor@@@@8 @30753 NONAME ??_R1A@?0A@A@?$PSortedList@VH323PeerElementServiceRelationship@@@@8 @30754 NONAME ??_R1A@?0A@A@?$PSortedList@VMXRecord@PDNS@@@@8 @44933 NONAME ??_R1A@?0A@A@?$PSortedList@VResponse@H323Transactor@@@@8 @30755 NONAME ??_R1A@?0A@A@?$PSortedList@VSRVRecord@PDNS@@@@8 @44934 NONAME ??_R1A@?0A@A@?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @44935 NONAME ??_R1A@?0A@A@?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @44936 NONAME ??_R1A@?0A@A@?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @44937 NONAME ??_R1A@?0A@A@?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @43883 NONAME ??_R1A@?0A@A@?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43884 NONAME ??_R1A@?0A@A@?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43885 NONAME ??_R1A@?0A@A@?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43886 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43887 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43888 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43889 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43890 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43891 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43892 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43893 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43894 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43895 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43896 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43897 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43898 NONAME ??_R1A@?0A@A@?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43899 NONAME ??_R1A@?0A@A@?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43900 NONAME ??_R1A@?0A@A@?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43901 NONAME ??_R1A@?0A@A@?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43902 NONAME ??_R1A@?0A@A@?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43903 NONAME ??_R1A@?0A@A@?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43904 NONAME ??_R1A@?0A@A@?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43905 NONAME ??_R1A@?0A@A@?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43906 NONAME ??_R1A@?0A@A@?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43907 NONAME ??_R1A@?0A@A@?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43908 NONAME ??_R1A@?0A@A@?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43909 NONAME ??_R1A@?0A@A@?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43910 NONAME ??_R1A@?0A@A@?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43911 NONAME ??_R1A@?0A@A@?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43912 NONAME ??_R1A@?0A@A@?$Worker@VOpalRFC2190H263Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @45912 NONAME ??_R1A@?0A@A@?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43913 NONAME ??_R1A@?0A@A@?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43914 NONAME ??_R1A@?0A@A@?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@8 @45087 NONAME ??_R1A@?0A@A@?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@8 @44315 NONAME ??_R1A@?0A@A@?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@8 @44316 NONAME ??_R1A@?0A@A@AliasKey@H323PeerElement@@8 @30756 NONAME ??_R1A@?0A@A@AlternateInfo@H323Gatekeeper@@8 @30757 NONAME ??_R1A@?0A@A@ByteQueue@OpalVoipBlasterDevice@@8 @30758 NONAME ??_R1A@?0A@A@Encoder@@8 @30759 NONAME ??_R1A@?0A@A@Entry@RTP_JitterBuffer@@8 @30760 NONAME ??_R1A@?0A@A@FilterInfo@H323Codec@@8 @30762 NONAME ??_R1A@?0A@A@FullP64Decoder@@8 @30763 NONAME ??_R1A@?0A@A@G7231_File_Capability@@8 @30764 NONAME ??_R1A@?0A@A@G7231_File_Codec@@8 @30765 NONAME ??_R1A@?0A@A@GCC_AlternativeNodeID@@8 @30766 NONAME ??_R1A@?0A@A@GCC_ApplicationInvokeIndication@@8 @30767 NONAME ??_R1A@?0A@A@GCC_ApplicationInvokeSpecifier@@8 @30768 NONAME ??_R1A@?0A@A@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@8 @30769 NONAME ??_R1A@?0A@A@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@8 @30770 NONAME ??_R1A@?0A@A@GCC_ApplicationRecord@@8 @30771 NONAME ??_R1A@?0A@A@GCC_ApplicationRecord_nonCollapsingCapabilities@@8 @30772 NONAME ??_R1A@?0A@A@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@8 @30773 NONAME ??_R1A@?0A@A@GCC_ArrayOf_ApplicationInvokeSpecifier@@8 @30774 NONAME ??_R1A@?0A@A@GCC_ArrayOf_ChallengeItem@@8 @30775 NONAME ??_R1A@?0A@A@GCC_ArrayOf_ConferenceDescriptor@@8 @30776 NONAME ??_R1A@?0A@A@GCC_ArrayOf_Privilege@@8 @30777 NONAME ??_R1A@?0A@A@GCC_ArrayOf_TextString@@8 @30778 NONAME ??_R1A@?0A@A@GCC_ArrayOf_UserID@@8 @30779 NONAME ??_R1A@?0A@A@GCC_AsymmetryIndicator@@8 @30780 NONAME ??_R1A@?0A@A@GCC_CapabilityClass@@8 @30781 NONAME ??_R1A@?0A@A@GCC_CapabilityID@@8 @30782 NONAME ??_R1A@?0A@A@GCC_ChallengeItem@@8 @30783 NONAME ??_R1A@?0A@A@GCC_ChallengeRequest@@8 @30784 NONAME ??_R1A@?0A@A@GCC_ChallengeResponse@@8 @30785 NONAME ??_R1A@?0A@A@GCC_ChallengeResponseAlgorithm@@8 @30786 NONAME ??_R1A@?0A@A@GCC_ChallengeResponseItem@@8 @30787 NONAME ??_R1A@?0A@A@GCC_ChannelID@@8 @30788 NONAME ??_R1A@?0A@A@GCC_ChannelType@@8 @30789 NONAME ??_R1A@?0A@A@GCC_ConductorAssignIndication@@8 @30790 NONAME ??_R1A@?0A@A@GCC_ConductorPermissionAskIndication@@8 @30791 NONAME ??_R1A@?0A@A@GCC_ConductorPermissionGrantIndication@@8 @30792 NONAME ??_R1A@?0A@A@GCC_ConductorReleaseIndication@@8 @30793 NONAME ??_R1A@?0A@A@GCC_ConferenceAddRequest@@8 @30794 NONAME ??_R1A@?0A@A@GCC_ConferenceAddResponse@@8 @30795 NONAME ??_R1A@?0A@A@GCC_ConferenceAddResponse_result@@8 @30796 NONAME ??_R1A@?0A@A@GCC_ConferenceAssistanceIndication@@8 @30797 NONAME ??_R1A@?0A@A@GCC_ConferenceCreateRequest@@8 @30798 NONAME ??_R1A@?0A@A@GCC_ConferenceCreateResponse@@8 @30799 NONAME ??_R1A@?0A@A@GCC_ConferenceCreateResponse_result@@8 @30800 NONAME ??_R1A@?0A@A@GCC_ConferenceDescriptor@@8 @30801 NONAME ??_R1A@?0A@A@GCC_ConferenceEjectUserIndication@@8 @30802 NONAME ??_R1A@?0A@A@GCC_ConferenceEjectUserIndication_reason@@8 @30803 NONAME ??_R1A@?0A@A@GCC_ConferenceEjectUserRequest@@8 @30804 NONAME ??_R1A@?0A@A@GCC_ConferenceEjectUserRequest_reason@@8 @30805 NONAME ??_R1A@?0A@A@GCC_ConferenceEjectUserResponse@@8 @30806 NONAME ??_R1A@?0A@A@GCC_ConferenceEjectUserResponse_result@@8 @30807 NONAME ??_R1A@?0A@A@GCC_ConferenceInviteRequest@@8 @30808 NONAME ??_R1A@?0A@A@GCC_ConferenceInviteResponse@@8 @30809 NONAME ??_R1A@?0A@A@GCC_ConferenceInviteResponse_result@@8 @30810 NONAME ??_R1A@?0A@A@GCC_ConferenceJoinRequest@@8 @30811 NONAME ??_R1A@?0A@A@GCC_ConferenceJoinResponse@@8 @30812 NONAME ??_R1A@?0A@A@GCC_ConferenceJoinResponse_result@@8 @30813 NONAME ??_R1A@?0A@A@GCC_ConferenceLockIndication@@8 @30814 NONAME ??_R1A@?0A@A@GCC_ConferenceLockRequest@@8 @30815 NONAME ??_R1A@?0A@A@GCC_ConferenceLockResponse@@8 @30816 NONAME ??_R1A@?0A@A@GCC_ConferenceLockResponse_result@@8 @30817 NONAME ??_R1A@?0A@A@GCC_ConferenceName@@8 @30818 NONAME ??_R1A@?0A@A@GCC_ConferenceNameModifier@@8 @30819 NONAME ??_R1A@?0A@A@GCC_ConferenceNameSelector@@8 @30820 NONAME ??_R1A@?0A@A@GCC_ConferencePriority@@8 @30821 NONAME ??_R1A@?0A@A@GCC_ConferencePriorityScheme@@8 @30822 NONAME ??_R1A@?0A@A@GCC_ConferenceQueryRequest@@8 @30823 NONAME ??_R1A@?0A@A@GCC_ConferenceQueryResponse@@8 @30824 NONAME ??_R1A@?0A@A@GCC_ConferenceQueryResponse_result@@8 @30825 NONAME ??_R1A@?0A@A@GCC_ConferenceTerminateIndication@@8 @30826 NONAME ??_R1A@?0A@A@GCC_ConferenceTerminateIndication_reason@@8 @30827 NONAME ??_R1A@?0A@A@GCC_ConferenceTerminateRequest@@8 @30828 NONAME ??_R1A@?0A@A@GCC_ConferenceTerminateRequest_reason@@8 @30829 NONAME ??_R1A@?0A@A@GCC_ConferenceTerminateResponse@@8 @30830 NONAME ??_R1A@?0A@A@GCC_ConferenceTerminateResponse_result@@8 @30831 NONAME ??_R1A@?0A@A@GCC_ConferenceTimeExtendIndication@@8 @30832 NONAME ??_R1A@?0A@A@GCC_ConferenceTimeInquireIndication@@8 @30833 NONAME ??_R1A@?0A@A@GCC_ConferenceTimeRemainingIndication@@8 @30834 NONAME ??_R1A@?0A@A@GCC_ConferenceTransferIndication@@8 @30835 NONAME ??_R1A@?0A@A@GCC_ConferenceTransferRequest@@8 @30836 NONAME ??_R1A@?0A@A@GCC_ConferenceTransferResponse@@8 @30837 NONAME ??_R1A@?0A@A@GCC_ConferenceTransferResponse_result@@8 @30838 NONAME ??_R1A@?0A@A@GCC_ConferenceUnlockIndication@@8 @30839 NONAME ??_R1A@?0A@A@GCC_ConferenceUnlockRequest@@8 @30840 NONAME ??_R1A@?0A@A@GCC_ConferenceUnlockResponse@@8 @30841 NONAME ??_R1A@?0A@A@GCC_ConferenceUnlockResponse_result@@8 @30842 NONAME ??_R1A@?0A@A@GCC_ConnectData@@8 @30843 NONAME ??_R1A@?0A@A@GCC_ConnectGCCPDU@@8 @30844 NONAME ??_R1A@?0A@A@GCC_DialingString@@8 @30845 NONAME ??_R1A@?0A@A@GCC_DynamicChannelID@@8 @30846 NONAME ??_R1A@?0A@A@GCC_DynamicTokenID@@8 @30847 NONAME ??_R1A@?0A@A@GCC_EntityID@@8 @30848 NONAME ??_R1A@?0A@A@GCC_ExtraDialingString@@8 @30849 NONAME ??_R1A@?0A@A@GCC_FunctionNotSupportedResponse@@8 @30850 NONAME ??_R1A@?0A@A@GCC_GCCPDU@@8 @30851 NONAME ??_R1A@?0A@A@GCC_H221NonStandardIdentifier@@8 @30852 NONAME ??_R1A@?0A@A@GCC_Handle@@8 @30853 NONAME ??_R1A@?0A@A@GCC_IndicationPDU@@8 @30854 NONAME ??_R1A@?0A@A@GCC_Key@@8 @30855 NONAME ??_R1A@?0A@A@GCC_NetworkAddress@@8 @30856 NONAME ??_R1A@?0A@A@GCC_NetworkAddress_subtype@@8 @30857 NONAME ??_R1A@?0A@A@GCC_NetworkAddress_subtype_aggregatedChannel@@8 @30858 NONAME ??_R1A@?0A@A@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@8 @30859 NONAME ??_R1A@?0A@A@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@8 @30860 NONAME ??_R1A@?0A@A@GCC_NetworkAddress_subtype_transportConnection@@8 @30861 NONAME ??_R1A@?0A@A@GCC_NodeProperties@@8 @30862 NONAME ??_R1A@?0A@A@GCC_NodeRecord@@8 @30863 NONAME ??_R1A@?0A@A@GCC_NodeType@@8 @30864 NONAME ??_R1A@?0A@A@GCC_NonStandardParameter@@8 @30865 NONAME ??_R1A@?0A@A@GCC_NonStandardPDU@@8 @30866 NONAME ??_R1A@?0A@A@GCC_Password@@8 @30867 NONAME ??_R1A@?0A@A@GCC_PasswordChallengeRequestResponse@@8 @30868 NONAME ??_R1A@?0A@A@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@8 @30869 NONAME ??_R1A@?0A@A@GCC_PasswordSelector@@8 @30870 NONAME ??_R1A@?0A@A@GCC_Privilege@@8 @30871 NONAME ??_R1A@?0A@A@GCC_RegistryAllocateHandleRequest@@8 @30872 NONAME ??_R1A@?0A@A@GCC_RegistryAllocateHandleResponse@@8 @30873 NONAME ??_R1A@?0A@A@GCC_RegistryAllocateHandleResponse_result@@8 @30874 NONAME ??_R1A@?0A@A@GCC_RegistryAssignTokenRequest@@8 @30875 NONAME ??_R1A@?0A@A@GCC_RegistryDeleteEntryRequest@@8 @30876 NONAME ??_R1A@?0A@A@GCC_RegistryEntryOwner@@8 @30877 NONAME ??_R1A@?0A@A@GCC_RegistryEntryOwner_owned@@8 @30878 NONAME ??_R1A@?0A@A@GCC_RegistryItem@@8 @30879 NONAME ??_R1A@?0A@A@GCC_RegistryKey@@8 @30880 NONAME ??_R1A@?0A@A@GCC_RegistryModificationRights@@8 @30881 NONAME ??_R1A@?0A@A@GCC_RegistryMonitorEntryIndication@@8 @30882 NONAME ??_R1A@?0A@A@GCC_RegistryMonitorEntryRequest@@8 @30883 NONAME ??_R1A@?0A@A@GCC_RegistryRegisterChannelRequest@@8 @30884 NONAME ??_R1A@?0A@A@GCC_RegistryResponse@@8 @30885 NONAME ??_R1A@?0A@A@GCC_RegistryResponse_primitiveType@@8 @30886 NONAME ??_R1A@?0A@A@GCC_RegistryResponse_result@@8 @30887 NONAME ??_R1A@?0A@A@GCC_RegistryRetrieveEntryRequest@@8 @30888 NONAME ??_R1A@?0A@A@GCC_RegistrySetParameterRequest@@8 @30889 NONAME ??_R1A@?0A@A@GCC_RequestPDU@@8 @30890 NONAME ??_R1A@?0A@A@GCC_ResponsePDU@@8 @30891 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication@@8 @30892 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation@@8 @30893 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype@@8 @30894 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@8 @30895 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@8 @30896 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@8 @30897 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@8 @30898 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@8 @30899 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@8 @30900 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@8 @30901 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@8 @30902 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@8 @30903 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation@@8 @30904 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@8 @30905 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@8 @30906 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@8 @30907 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@8 @30908 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@8 @30909 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@8 @30910 NONAME ??_R1A@?0A@A@GCC_SessionKey@@8 @30911 NONAME ??_R1A@?0A@A@GCC_SimpleNumericString@@8 @30912 NONAME ??_R1A@?0A@A@GCC_SimpleTextString@@8 @30913 NONAME ??_R1A@?0A@A@GCC_StaticChannelID@@8 @30914 NONAME ??_R1A@?0A@A@GCC_StaticTokenID@@8 @30915 NONAME ??_R1A@?0A@A@GCC_SubAddressString@@8 @30916 NONAME ??_R1A@?0A@A@GCC_TerminationMethod@@8 @30917 NONAME ??_R1A@?0A@A@GCC_TextMessageIndication@@8 @30918 NONAME ??_R1A@?0A@A@GCC_TextString@@8 @30919 NONAME ??_R1A@?0A@A@GCC_Time@@8 @30920 NONAME ??_R1A@?0A@A@GCC_TokenID@@8 @30921 NONAME ??_R1A@?0A@A@GCC_UserData@@8 @30922 NONAME ??_R1A@?0A@A@GCC_UserData_subtype@@8 @30923 NONAME ??_R1A@?0A@A@GCC_UserID@@8 @30924 NONAME ??_R1A@?0A@A@GCC_UserIDIndication@@8 @30925 NONAME ??_R1A@?0A@A@H225CallThread@@8 @30926 NONAME ??_R1A@?0A@A@H225TransportThread@@8 @30927 NONAME ??_R1A@?0A@A@H225_AddressPattern@@8 @30928 NONAME ??_R1A@?0A@A@H225_AddressPattern_range@@8 @30929 NONAME ??_R1A@?0A@A@H225_AdmissionConfirm@@8 @30930 NONAME ??_R1A@?0A@A@H225_AdmissionConfirm_language@@8 @30931 NONAME ??_R1A@?0A@A@H225_AdmissionReject@@8 @30932 NONAME ??_R1A@?0A@A@H225_AdmissionRejectReason@@8 @30933 NONAME ??_R1A@?0A@A@H225_AdmissionRequest@@8 @30934 NONAME ??_R1A@?0A@A@H225_Alerting_UUIE@@8 @30935 NONAME ??_R1A@?0A@A@H225_AliasAddress@@8 @30936 NONAME ??_R1A@?0A@A@H225_AlternateGK@@8 @30937 NONAME ??_R1A@?0A@A@H225_AlternateTransportAddresses@@8 @30938 NONAME ??_R1A@?0A@A@H225_AltGKInfo@@8 @30939 NONAME ??_R1A@?0A@A@H225_ANSI_41_UIM@@8 @30940 NONAME ??_R1A@?0A@A@H225_ANSI_41_UIM_system_id@@8 @30941 NONAME ??_R1A@?0A@A@H225_ArrayOf_AddressPattern@@8 @30942 NONAME ??_R1A@?0A@A@H225_ArrayOf_AdmissionConfirm@@8 @30943 NONAME ??_R1A@?0A@A@H225_ArrayOf_AliasAddress@@8 @30944 NONAME ??_R1A@?0A@A@H225_ArrayOf_AlternateGK@@8 @30945 NONAME ??_R1A@?0A@A@H225_ArrayOf_AuthenticationMechanism@@8 @30946 NONAME ??_R1A@?0A@A@H225_ArrayOf_BandwidthDetails@@8 @30947 NONAME ??_R1A@?0A@A@H225_ArrayOf_CallReferenceValue@@8 @30948 NONAME ??_R1A@?0A@A@H225_ArrayOf_CallsAvailable@@8 @30949 NONAME ??_R1A@?0A@A@H225_ArrayOf_ClearToken@@8 @30950 NONAME ??_R1A@?0A@A@H225_ArrayOf_ConferenceIdentifier@@8 @30951 NONAME ??_R1A@?0A@A@H225_ArrayOf_ConferenceList@@8 @30952 NONAME ??_R1A@?0A@A@H225_ArrayOf_CryptoH323Token@@8 @30953 NONAME ??_R1A@?0A@A@H225_ArrayOf_DataRate@@8 @30954 NONAME ??_R1A@?0A@A@H225_ArrayOf_Endpoint@@8 @30955 NONAME ??_R1A@?0A@A@H225_ArrayOf_EnumeratedParameter@@8 @30956 NONAME ??_R1A@?0A@A@H225_ArrayOf_ExtendedAliasAddress@@8 @30957 NONAME ??_R1A@?0A@A@H225_ArrayOf_FeatureDescriptor@@8 @30958 NONAME ??_R1A@?0A@A@H225_ArrayOf_GenericData@@8 @30959 NONAME ??_R1A@?0A@A@H225_ArrayOf_H245Security@@8 @30960 NONAME ??_R1A@?0A@A@H225_ArrayOf_H248PackagesDescriptor@@8 @30961 NONAME ??_R1A@?0A@A@H225_ArrayOf_IntegrityMechanism@@8 @30962 NONAME ??_R1A@?0A@A@H225_ArrayOf_NonStandardParameter@@8 @30963 NONAME ??_R1A@?0A@A@H225_ArrayOf_PartyNumber@@8 @30964 NONAME ??_R1A@?0A@A@H225_ArrayOf_PASN_ObjectId@@8 @30965 NONAME ??_R1A@?0A@A@H225_ArrayOf_PASN_OctetString@@8 @30966 NONAME ??_R1A@?0A@A@H225_ArrayOf_RasUsageSpecification@@8 @30967 NONAME ??_R1A@?0A@A@H225_ArrayOf_RTPSession@@8 @30968 NONAME ??_R1A@?0A@A@H225_ArrayOf_ServiceControlSession@@8 @30969 NONAME ??_R1A@?0A@A@H225_ArrayOf_SupportedPrefix@@8 @30970 NONAME ??_R1A@?0A@A@H225_ArrayOf_SupportedProtocols@@8 @30971 NONAME ??_R1A@?0A@A@H225_ArrayOf_TransportAddress@@8 @30972 NONAME ??_R1A@?0A@A@H225_ArrayOf_TransportChannelInfo@@8 @30973 NONAME ??_R1A@?0A@A@H225_ArrayOf_TunnelledProtocol@@8 @30974 NONAME ??_R1A@?0A@A@H225_BandRejectReason@@8 @30975 NONAME ??_R1A@?0A@A@H225_BandWidth@@8 @30976 NONAME ??_R1A@?0A@A@H225_BandwidthConfirm@@8 @30977 NONAME ??_R1A@?0A@A@H225_BandwidthDetails@@8 @30978 NONAME ??_R1A@?0A@A@H225_BandwidthReject@@8 @30979 NONAME ??_R1A@?0A@A@H225_BandwidthRequest@@8 @30980 NONAME ??_R1A@?0A@A@H225_CallCapacity@@8 @30981 NONAME ??_R1A@?0A@A@H225_CallCapacityInfo@@8 @30982 NONAME ??_R1A@?0A@A@H225_CallCreditCapability@@8 @30983 NONAME ??_R1A@?0A@A@H225_CallCreditServiceControl@@8 @30984 NONAME ??_R1A@?0A@A@H225_CallCreditServiceControl_billingMode@@8 @30985 NONAME ??_R1A@?0A@A@H225_CallCreditServiceControl_callStartingPoint@@8 @30986 NONAME ??_R1A@?0A@A@H225_CallIdentifier@@8 @30987 NONAME ??_R1A@?0A@A@H225_CallLinkage@@8 @30988 NONAME ??_R1A@?0A@A@H225_CallModel@@8 @30989 NONAME ??_R1A@?0A@A@H225_CallProceeding_UUIE@@8 @30990 NONAME ??_R1A@?0A@A@H225_CallReferenceValue@@8 @30991 NONAME ??_R1A@?0A@A@H225_CallsAvailable@@8 @30992 NONAME ??_R1A@?0A@A@H225_CallTerminationCause@@8 @30993 NONAME ??_R1A@?0A@A@H225_CallType@@8 @30994 NONAME ??_R1A@?0A@A@H225_CapacityReportingCapability@@8 @30995 NONAME ??_R1A@?0A@A@H225_CapacityReportingSpecification@@8 @30996 NONAME ??_R1A@?0A@A@H225_CapacityReportingSpecification_when@@8 @30997 NONAME ??_R1A@?0A@A@H225_CarrierInfo@@8 @30998 NONAME ??_R1A@?0A@A@H225_CicInfo@@8 @30999 NONAME ??_R1A@?0A@A@H225_CicInfo_cic@@8 @31000 NONAME ??_R1A@?0A@A@H225_CircuitIdentifier@@8 @31001 NONAME ??_R1A@?0A@A@H225_CircuitInfo@@8 @31002 NONAME ??_R1A@?0A@A@H225_ConferenceIdentifier@@8 @31003 NONAME ??_R1A@?0A@A@H225_ConferenceList@@8 @31004 NONAME ??_R1A@?0A@A@H225_Connect_UUIE@@8 @31005 NONAME ??_R1A@?0A@A@H225_Connect_UUIE_language@@8 @31006 NONAME ??_R1A@?0A@A@H225_Content@@8 @31007 NONAME ??_R1A@?0A@A@H225_CryptoH323Token@@8 @31008 NONAME ??_R1A@?0A@A@H225_CryptoH323Token_cryptoEPPwdHash@@8 @31009 NONAME ??_R1A@?0A@A@H225_CryptoH323Token_cryptoGKPwdHash@@8 @31010 NONAME ??_R1A@?0A@A@H225_DataRate@@8 @31011 NONAME ??_R1A@?0A@A@H225_DisengageConfirm@@8 @31012 NONAME ??_R1A@?0A@A@H225_DisengageReason@@8 @31013 NONAME ??_R1A@?0A@A@H225_DisengageReject@@8 @31014 NONAME ??_R1A@?0A@A@H225_DisengageRejectReason@@8 @31015 NONAME ??_R1A@?0A@A@H225_DisengageRequest@@8 @31016 NONAME ??_R1A@?0A@A@H225_EncodedFastStartToken@@8 @31017 NONAME ??_R1A@?0A@A@H225_EncryptIntAlg@@8 @31018 NONAME ??_R1A@?0A@A@H225_Endpoint@@8 @31019 NONAME ??_R1A@?0A@A@H225_EndpointIdentifier@@8 @31020 NONAME ??_R1A@?0A@A@H225_EndpointType@@8 @31021 NONAME ??_R1A@?0A@A@H225_EnumeratedParameter@@8 @31022 NONAME ??_R1A@?0A@A@H225_ExtendedAliasAddress@@8 @31023 NONAME ??_R1A@?0A@A@H225_FacilityReason@@8 @31024 NONAME ??_R1A@?0A@A@H225_Facility_UUIE@@8 @31025 NONAME ??_R1A@?0A@A@H225_FastStartToken@@8 @31026 NONAME ??_R1A@?0A@A@H225_FeatureDescriptor@@8 @31027 NONAME ??_R1A@?0A@A@H225_FeatureSet@@8 @31028 NONAME ??_R1A@?0A@A@H225_GatekeeperConfirm@@8 @31029 NONAME ??_R1A@?0A@A@H225_GatekeeperIdentifier@@8 @31030 NONAME ??_R1A@?0A@A@H225_GatekeeperInfo@@8 @31031 NONAME ??_R1A@?0A@A@H225_GatekeeperReject@@8 @31032 NONAME ??_R1A@?0A@A@H225_GatekeeperRejectReason@@8 @31033 NONAME ??_R1A@?0A@A@H225_GatekeeperRequest@@8 @31034 NONAME ??_R1A@?0A@A@H225_GatewayInfo@@8 @31035 NONAME ??_R1A@?0A@A@H225_GenericData@@8 @31036 NONAME ??_R1A@?0A@A@H225_GenericIdentifier@@8 @31037 NONAME ??_R1A@?0A@A@H225_GloballyUniqueID@@8 @31038 NONAME ??_R1A@?0A@A@H225_GroupID@@8 @31039 NONAME ??_R1A@?0A@A@H225_GroupID_member@@8 @31040 NONAME ??_R1A@?0A@A@H225_GSM_UIM@@8 @31041 NONAME ??_R1A@?0A@A@H225_H221NonStandard@@8 @31042 NONAME ??_R1A@?0A@A@H225_H245Security@@8 @31043 NONAME ??_R1A@?0A@A@H225_H248PackagesDescriptor@@8 @31044 NONAME ??_R1A@?0A@A@H225_H248SignalsDescriptor@@8 @31045 NONAME ??_R1A@?0A@A@H225_H310Caps@@8 @31046 NONAME ??_R1A@?0A@A@H225_H320Caps@@8 @31047 NONAME ??_R1A@?0A@A@H225_H321Caps@@8 @31048 NONAME ??_R1A@?0A@A@H225_H322Caps@@8 @31049 NONAME ??_R1A@?0A@A@H225_H323Caps@@8 @31050 NONAME ??_R1A@?0A@A@H225_H323_UserInformation@@8 @31051 NONAME ??_R1A@?0A@A@H225_H323_UserInformation_user_data@@8 @31052 NONAME ??_R1A@?0A@A@H225_H323_UU_PDU@@8 @31053 NONAME ??_R1A@?0A@A@H225_H323_UU_PDU_h323_message_body@@8 @31054 NONAME ??_R1A@?0A@A@H225_H323_UU_PDU_tunnelledSignallingMessage@@8 @31055 NONAME ??_R1A@?0A@A@H225_H324Caps@@8 @31056 NONAME ??_R1A@?0A@A@H225_ICV@@8 @31057 NONAME ??_R1A@?0A@A@H225_InfoRequest@@8 @31058 NONAME ??_R1A@?0A@A@H225_InfoRequestAck@@8 @31059 NONAME ??_R1A@?0A@A@H225_InfoRequestNak@@8 @31060 NONAME ??_R1A@?0A@A@H225_InfoRequestNakReason@@8 @31061 NONAME ??_R1A@?0A@A@H225_InfoRequestResponse@@8 @31062 NONAME ??_R1A@?0A@A@H225_InfoRequestResponseStatus@@8 @31063 NONAME ??_R1A@?0A@A@H225_InfoRequestResponse_perCallInfo@@8 @31064 NONAME ??_R1A@?0A@A@H225_InfoRequestResponse_perCallInfo_subtype@@8 @31065 NONAME ??_R1A@?0A@A@H225_InfoRequestResponse_perCallInfo_subtype_pdu@@8 @31066 NONAME ??_R1A@?0A@A@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@8 @31067 NONAME ??_R1A@?0A@A@H225_Information_UUIE@@8 @31068 NONAME ??_R1A@?0A@A@H225_IntegrityMechanism@@8 @31069 NONAME ??_R1A@?0A@A@H225_LocationConfirm@@8 @31070 NONAME ??_R1A@?0A@A@H225_LocationReject@@8 @31071 NONAME ??_R1A@?0A@A@H225_LocationRejectReason@@8 @31072 NONAME ??_R1A@?0A@A@H225_LocationRequest@@8 @31073 NONAME ??_R1A@?0A@A@H225_McuInfo@@8 @31074 NONAME ??_R1A@?0A@A@H225_MobileUIM@@8 @31075 NONAME ??_R1A@?0A@A@H225_NonIsoIntegrityMechanism@@8 @31076 NONAME ??_R1A@?0A@A@H225_NonStandardIdentifier@@8 @31077 NONAME ??_R1A@?0A@A@H225_NonStandardMessage@@8 @31078 NONAME ??_R1A@?0A@A@H225_NonStandardParameter@@8 @31079 NONAME ??_R1A@?0A@A@H225_NonStandardProtocol@@8 @31080 NONAME ??_R1A@?0A@A@H225_Notify_UUIE@@8 @31081 NONAME ??_R1A@?0A@A@H225_NumberDigits@@8 @31082 NONAME ??_R1A@?0A@A@H225_PartyNumber@@8 @31083 NONAME ??_R1A@?0A@A@H225_PresentationIndicator@@8 @31084 NONAME ??_R1A@?0A@A@H225_PrivatePartyNumber@@8 @31085 NONAME ??_R1A@?0A@A@H225_PrivateTypeOfNumber@@8 @31086 NONAME ??_R1A@?0A@A@H225_Progress_UUIE@@8 @31087 NONAME ??_R1A@?0A@A@H225_ProtocolIdentifier@@8 @31088 NONAME ??_R1A@?0A@A@H225_PublicPartyNumber@@8 @31089 NONAME ??_R1A@?0A@A@H225_PublicTypeOfNumber@@8 @31090 NONAME ??_R1A@?0A@A@H225_Q954Details@@8 @31091 NONAME ??_R1A@?0A@A@H225_QseriesOptions@@8 @31092 NONAME ??_R1A@?0A@A@H225_RAS@@8 @31093 NONAME ??_R1A@?0A@A@H225_RasMessage@@8 @31094 NONAME ??_R1A@?0A@A@H225_RasUsageInformation@@8 @31095 NONAME ??_R1A@?0A@A@H225_RasUsageInfoTypes@@8 @31096 NONAME ??_R1A@?0A@A@H225_RasUsageSpecification@@8 @31097 NONAME ??_R1A@?0A@A@H225_RasUsageSpecification_callStartingPoint@@8 @31098 NONAME ??_R1A@?0A@A@H225_RasUsageSpecification_when@@8 @31099 NONAME ??_R1A@?0A@A@H225_RegistrationConfirm@@8 @31100 NONAME ??_R1A@?0A@A@H225_RegistrationConfirm_preGrantedARQ@@8 @31101 NONAME ??_R1A@?0A@A@H225_RegistrationReject@@8 @31102 NONAME ??_R1A@?0A@A@H225_RegistrationRejectReason@@8 @31103 NONAME ??_R1A@?0A@A@H225_RegistrationRejectReason_invalidTerminalAliases@@8 @31104 NONAME ??_R1A@?0A@A@H225_RegistrationRequest@@8 @31105 NONAME ??_R1A@?0A@A@H225_ReleaseCompleteReason@@8 @31106 NONAME ??_R1A@?0A@A@H225_ReleaseComplete_UUIE@@8 @31107 NONAME ??_R1A@?0A@A@H225_RequestInProgress@@8 @31108 NONAME ??_R1A@?0A@A@H225_RequestSeqNum@@8 @31109 NONAME ??_R1A@?0A@A@H225_ResourcesAvailableConfirm@@8 @31110 NONAME ??_R1A@?0A@A@H225_ResourcesAvailableIndicate@@8 @31111 NONAME ??_R1A@?0A@A@H225_RTPSession@@8 @31112 NONAME ??_R1A@?0A@A@H225_RTPSession_associatedSessionIds@@8 @31113 NONAME ??_R1A@?0A@A@H225_ScnConnectionAggregation@@8 @31114 NONAME ??_R1A@?0A@A@H225_ScnConnectionType@@8 @31115 NONAME ??_R1A@?0A@A@H225_ScreeningIndicator@@8 @31116 NONAME ??_R1A@?0A@A@H225_SecurityCapabilities@@8 @31117 NONAME ??_R1A@?0A@A@H225_SecurityErrors2@@8 @31118 NONAME ??_R1A@?0A@A@H225_SecurityErrors@@8 @31119 NONAME ??_R1A@?0A@A@H225_SecurityServiceMode@@8 @31120 NONAME ??_R1A@?0A@A@H225_ServiceControlDescriptor@@8 @31121 NONAME ??_R1A@?0A@A@H225_ServiceControlIndication@@8 @31122 NONAME ??_R1A@?0A@A@H225_ServiceControlIndication_callSpecific@@8 @31123 NONAME ??_R1A@?0A@A@H225_ServiceControlResponse@@8 @31124 NONAME ??_R1A@?0A@A@H225_ServiceControlResponse_result@@8 @31125 NONAME ??_R1A@?0A@A@H225_ServiceControlSession@@8 @31126 NONAME ??_R1A@?0A@A@H225_ServiceControlSession_reason@@8 @31127 NONAME ??_R1A@?0A@A@H225_SetupAcknowledge_UUIE@@8 @31128 NONAME ??_R1A@?0A@A@H225_Setup_UUIE@@8 @31129 NONAME ??_R1A@?0A@A@H225_Setup_UUIE_conferenceGoal@@8 @31130 NONAME ??_R1A@?0A@A@H225_Setup_UUIE_connectionParameters@@8 @31131 NONAME ??_R1A@?0A@A@H225_Setup_UUIE_language@@8 @31132 NONAME ??_R1A@?0A@A@H225_SIPCaps@@8 @31133 NONAME ??_R1A@?0A@A@H225_StatusInquiry_UUIE@@8 @31134 NONAME ??_R1A@?0A@A@H225_Status_UUIE@@8 @31135 NONAME ??_R1A@?0A@A@H225_StimulusControl@@8 @31136 NONAME ??_R1A@?0A@A@H225_SupportedPrefix@@8 @31137 NONAME ??_R1A@?0A@A@H225_SupportedProtocols@@8 @31138 NONAME ??_R1A@?0A@A@H225_T120OnlyCaps@@8 @31139 NONAME ??_R1A@?0A@A@H225_T38FaxAnnexbOnlyCaps@@8 @31140 NONAME ??_R1A@?0A@A@H225_TBCD_STRING@@8 @31141 NONAME ??_R1A@?0A@A@H225_TerminalInfo@@8 @31142 NONAME ??_R1A@?0A@A@H225_TimeToLive@@8 @31143 NONAME ??_R1A@?0A@A@H225_TransportAddress@@8 @31144 NONAME ??_R1A@?0A@A@H225_TransportAddress_ip6Address@@8 @31145 NONAME ??_R1A@?0A@A@H225_TransportAddress_ipAddress@@8 @31146 NONAME ??_R1A@?0A@A@H225_TransportAddress_ipSourceRoute@@8 @31147 NONAME ??_R1A@?0A@A@H225_TransportAddress_ipSourceRoute_route@@8 @31148 NONAME ??_R1A@?0A@A@H225_TransportAddress_ipSourceRoute_routing@@8 @31149 NONAME ??_R1A@?0A@A@H225_TransportAddress_ipxAddress@@8 @31150 NONAME ??_R1A@?0A@A@H225_TransportChannelInfo@@8 @31151 NONAME ??_R1A@?0A@A@H225_TransportQOS@@8 @31152 NONAME ??_R1A@?0A@A@H225_TunnelledProtocol@@8 @31153 NONAME ??_R1A@?0A@A@H225_TunnelledProtocolAlternateIdentifier@@8 @31154 NONAME ??_R1A@?0A@A@H225_TunnelledProtocol_id@@8 @31155 NONAME ??_R1A@?0A@A@H225_UnknownMessageResponse@@8 @31156 NONAME ??_R1A@?0A@A@H225_UnregistrationConfirm@@8 @31157 NONAME ??_R1A@?0A@A@H225_UnregistrationReject@@8 @31158 NONAME ??_R1A@?0A@A@H225_UnregistrationRequest@@8 @31159 NONAME ??_R1A@?0A@A@H225_UnregRejectReason@@8 @31160 NONAME ??_R1A@?0A@A@H225_UnregRequestReason@@8 @31161 NONAME ??_R1A@?0A@A@H225_UseSpecifiedTransport@@8 @31162 NONAME ??_R1A@?0A@A@H225_UUIEsRequested@@8 @31163 NONAME ??_R1A@?0A@A@H225_VendorIdentifier@@8 @31164 NONAME ??_R1A@?0A@A@H225_VoiceCaps@@8 @31165 NONAME ??_R1A@?0A@A@H235AuthCAT@@8 @31166 NONAME ??_R1A@?0A@A@H235Authenticator@@8 @31167 NONAME ??_R1A@?0A@A@H235Authenticators@@8 @31168 NONAME ??_R1A@?0A@A@H235AuthProcedure1@@8 @31169 NONAME ??_R1A@?0A@A@H235AuthSimpleMD5@@8 @31170 NONAME ??_R1A@?0A@A@H235_AuthenticationBES@@8 @31171 NONAME ??_R1A@?0A@A@H235_AuthenticationMechanism@@8 @31172 NONAME ??_R1A@?0A@A@H235_ChallengeString@@8 @31173 NONAME ??_R1A@?0A@A@H235_ClearToken@@8 @31174 NONAME ??_R1A@?0A@A@H235_CryptoToken@@8 @31175 NONAME ??_R1A@?0A@A@H235_CryptoToken_cryptoEncryptedToken@@8 @31176 NONAME ??_R1A@?0A@A@H235_CryptoToken_cryptoHashedToken@@8 @31177 NONAME ??_R1A@?0A@A@H235_CryptoToken_cryptoSignedToken@@8 @31178 NONAME ??_R1A@?0A@A@H235_DHset@@8 @31179 NONAME ??_R1A@?0A@A@H235_ECGDSASignature@@8 @31180 NONAME ??_R1A@?0A@A@H235_ECKASDH@@8 @31181 NONAME ??_R1A@?0A@A@H235_ECKASDH_eckasdh2@@8 @31182 NONAME ??_R1A@?0A@A@H235_ECKASDH_eckasdhp@@8 @31183 NONAME ??_R1A@?0A@A@H235_ECpoint@@8 @31184 NONAME ??_R1A@?0A@A@H235_EncodedGeneralToken@@8 @31185 NONAME ??_R1A@?0A@A@H235_EncodedKeySignedMaterial@@8 @31186 NONAME ??_R1A@?0A@A@H235_EncodedKeySyncMaterial@@8 @31187 NONAME ??_R1A@?0A@A@H235_EncodedPwdCertToken@@8 @31188 NONAME ??_R1A@?0A@A@H235_EncodedReturnSig@@8 @31189 NONAME ??_R1A@?0A@A@H235_H235CertificateSignature@@8 @31190 NONAME ??_R1A@?0A@A@H235_H235Key@@8 @31191 NONAME ??_R1A@?0A@A@H235_Identifier@@8 @31192 NONAME ??_R1A@?0A@A@H235_IV16@@8 @31193 NONAME ??_R1A@?0A@A@H235_IV8@@8 @31194 NONAME ??_R1A@?0A@A@H235_KeyMaterial@@8 @31195 NONAME ??_R1A@?0A@A@H235_KeySignedMaterial@@8 @31196 NONAME ??_R1A@?0A@A@H235_KeySyncMaterial@@8 @31197 NONAME ??_R1A@?0A@A@H235_NonStandardParameter@@8 @31198 NONAME ??_R1A@?0A@A@H235_Params@@8 @31199 NONAME ??_R1A@?0A@A@H235_Password@@8 @31200 NONAME ??_R1A@?0A@A@H235_PwdCertToken@@8 @31201 NONAME ??_R1A@?0A@A@H235_RandomVal@@8 @31202 NONAME ??_R1A@?0A@A@H235_ReturnSig@@8 @31203 NONAME ??_R1A@?0A@A@H235_TimeStamp@@8 @31204 NONAME ??_R1A@?0A@A@H235_TypedCertificate@@8 @31205 NONAME ??_R1A@?0A@A@H235_V3KeySyncMaterial@@8 @31206 NONAME ??_R1A@?0A@A@H245NegLogicalChannel@@8 @31207 NONAME ??_R1A@?0A@A@H245NegLogicalChannels@@8 @31208 NONAME ??_R1A@?0A@A@H245NegMasterSlaveDetermination@@8 @31209 NONAME ??_R1A@?0A@A@H245Negotiator@@8 @31210 NONAME ??_R1A@?0A@A@H245NegRequestMode@@8 @31211 NONAME ??_R1A@?0A@A@H245NegRoundTripDelay@@8 @31212 NONAME ??_R1A@?0A@A@H245NegTerminalCapabilitySet@@8 @31213 NONAME ??_R1A@?0A@A@H245TransportThread@@8 @31214 NONAME ??_R1A@?0A@A@H245_AlternativeCapabilitySet@@8 @31215 NONAME ??_R1A@?0A@A@H245_ArrayOf_AlternativeCapabilitySet@@8 @31216 NONAME ??_R1A@?0A@A@H245_ArrayOf_BEnhancementParameters@@8 @31217 NONAME ??_R1A@?0A@A@H245_ArrayOf_CapabilityDescriptor@@8 @31218 NONAME ??_R1A@?0A@A@H245_ArrayOf_CapabilityDescriptorNumber@@8 @31219 NONAME ??_R1A@?0A@A@H245_ArrayOf_CapabilityTableEntry@@8 @31220 NONAME ??_R1A@?0A@A@H245_ArrayOf_CapabilityTableEntryNumber@@8 @31221 NONAME ??_R1A@?0A@A@H245_ArrayOf_CommunicationModeTableEntry@@8 @31222 NONAME ??_R1A@?0A@A@H245_ArrayOf_CustomPictureClockFrequency@@8 @31223 NONAME ??_R1A@?0A@A@H245_ArrayOf_CustomPictureFormat@@8 @31224 NONAME ??_R1A@?0A@A@H245_ArrayOf_DataApplicationCapability@@8 @31225 NONAME ??_R1A@?0A@A@H245_ArrayOf_DialingInformationNetworkType@@8 @31226 NONAME ??_R1A@?0A@A@H245_ArrayOf_DialingInformationNumber@@8 @31227 NONAME ??_R1A@?0A@A@H245_ArrayOf_EnhancementOptions@@8 @31228 NONAME ??_R1A@?0A@A@H245_ArrayOf_EscrowData@@8 @31229 NONAME ??_R1A@?0A@A@H245_ArrayOf_GenericCapability@@8 @45207 NONAME ??_R1A@?0A@A@H245_ArrayOf_GenericParameter@@8 @31230 NONAME ??_R1A@?0A@A@H245_ArrayOf_H263ModeComboFlags@@8 @31231 NONAME ??_R1A@?0A@A@H245_ArrayOf_H263VideoModeCombos@@8 @31232 NONAME ??_R1A@?0A@A@H245_ArrayOf_MediaChannelCapability@@8 @31233 NONAME ??_R1A@?0A@A@H245_ArrayOf_MediaDistributionCapability@@8 @31234 NONAME ??_R1A@?0A@A@H245_ArrayOf_ModeDescription@@8 @31235 NONAME ??_R1A@?0A@A@H245_ArrayOf_MultiplePayloadStreamElement@@8 @31236 NONAME ??_R1A@?0A@A@H245_ArrayOf_MultiplePayloadStreamElementMode@@8 @31237 NONAME ??_R1A@?0A@A@H245_ArrayOf_MultiplexElement@@8 @31238 NONAME ??_R1A@?0A@A@H245_ArrayOf_MultiplexEntryDescriptor@@8 @31239 NONAME ??_R1A@?0A@A@H245_ArrayOf_MultiplexEntryRejectionDescriptions@@8 @31240 NONAME ??_R1A@?0A@A@H245_ArrayOf_MultiplexTableEntryNumber@@8 @31241 NONAME ??_R1A@?0A@A@H245_ArrayOf_NonStandardParameter@@8 @31242 NONAME ??_R1A@?0A@A@H245_ArrayOf_ParameterIdentifier@@8 @31243 NONAME ??_R1A@?0A@A@H245_ArrayOf_PictureReference@@8 @31244 NONAME ??_R1A@?0A@A@H245_ArrayOf_Q2931Address@@8 @31245 NONAME ??_R1A@?0A@A@H245_ArrayOf_QOSCapability@@8 @31246 NONAME ??_R1A@?0A@A@H245_ArrayOf_RedundancyEncodingCapability@@8 @31247 NONAME ??_R1A@?0A@A@H245_ArrayOf_RedundancyEncodingDTModeElement@@8 @31248 NONAME ??_R1A@?0A@A@H245_ArrayOf_RedundancyEncodingElement@@8 @31249 NONAME ??_R1A@?0A@A@H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@8 @31250 NONAME ??_R1A@?0A@A@H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@8 @31251 NONAME ??_R1A@?0A@A@H245_ArrayOf_RTPPayloadType@@8 @31252 NONAME ??_R1A@?0A@A@H245_ArrayOf_TerminalInformation@@8 @31253 NONAME ??_R1A@?0A@A@H245_ArrayOf_TerminalLabel@@8 @31254 NONAME ??_R1A@?0A@A@H245_ArrayOf_VCCapability@@8 @31255 NONAME ??_R1A@?0A@A@H245_ArrayOf_VideoCapability@@8 @45208 NONAME ??_R1A@?0A@A@H245_ATMParameters@@8 @31256 NONAME ??_R1A@?0A@A@H245_AudioCapability@@8 @31257 NONAME ??_R1A@?0A@A@H245_AudioCapability_g7231@@8 @31258 NONAME ??_R1A@?0A@A@H245_AudioMode@@8 @31259 NONAME ??_R1A@?0A@A@H245_AudioMode_g7231@@8 @31260 NONAME ??_R1A@?0A@A@H245_AudioTelephonyEventCapability@@8 @31261 NONAME ??_R1A@?0A@A@H245_AudioToneCapability@@8 @31262 NONAME ??_R1A@?0A@A@H245_AuthenticationCapability@@8 @31263 NONAME ??_R1A@?0A@A@H245_BEnhancementParameters@@8 @31264 NONAME ??_R1A@?0A@A@H245_Capability@@8 @31265 NONAME ??_R1A@?0A@A@H245_CapabilityDescriptor@@8 @31266 NONAME ??_R1A@?0A@A@H245_CapabilityDescriptorNumber@@8 @31267 NONAME ??_R1A@?0A@A@H245_CapabilityIdentifier@@8 @31268 NONAME ??_R1A@?0A@A@H245_CapabilityTableEntry@@8 @31269 NONAME ??_R1A@?0A@A@H245_CapabilityTableEntryNumber@@8 @31270 NONAME ??_R1A@?0A@A@H245_Capability_h233EncryptionReceiveCapability@@8 @31271 NONAME ??_R1A@?0A@A@H245_CertSelectionCriteria@@8 @31272 NONAME ??_R1A@?0A@A@H245_CloseLogicalChannel@@8 @31273 NONAME ??_R1A@?0A@A@H245_CloseLogicalChannelAck@@8 @31274 NONAME ??_R1A@?0A@A@H245_CloseLogicalChannel_reason@@8 @31275 NONAME ??_R1A@?0A@A@H245_CloseLogicalChannel_source@@8 @31276 NONAME ??_R1A@?0A@A@H245_CommandMessage@@8 @31277 NONAME ??_R1A@?0A@A@H245_CommunicationModeCommand@@8 @31278 NONAME ??_R1A@?0A@A@H245_CommunicationModeRequest@@8 @31279 NONAME ??_R1A@?0A@A@H245_CommunicationModeResponse@@8 @31280 NONAME ??_R1A@?0A@A@H245_CommunicationModeTableEntry@@8 @31281 NONAME ??_R1A@?0A@A@H245_CommunicationModeTableEntry_dataType@@8 @31282 NONAME ??_R1A@?0A@A@H245_CompressionType@@8 @31283 NONAME ??_R1A@?0A@A@H245_ConferenceCapability@@8 @31284 NONAME ??_R1A@?0A@A@H245_ConferenceCommand@@8 @31285 NONAME ??_R1A@?0A@A@H245_ConferenceID@@8 @31286 NONAME ??_R1A@?0A@A@H245_ConferenceIndication@@8 @31287 NONAME ??_R1A@?0A@A@H245_ConferenceRequest@@8 @31288 NONAME ??_R1A@?0A@A@H245_ConferenceRequest_requestTerminalCertificate@@8 @31289 NONAME ??_R1A@?0A@A@H245_ConferenceResponse@@8 @31290 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@8 @31291 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_chairTokenOwnerResponse@@8 @31292 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_conferenceIDResponse@@8 @31293 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_extensionAddressResponse@@8 @31294 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_makeMeChairResponse@@8 @31295 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_makeTerminalBroadcasterResponse@@8 @31296 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_mCTerminalIDResponse@@8 @31297 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_passwordResponse@@8 @31298 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_sendThisSourceResponse@@8 @31299 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_terminalCertificateResponse@@8 @31300 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_terminalIDResponse@@8 @31301 NONAME ??_R1A@?0A@A@H245_ConnectionIdentifier@@8 @31302 NONAME ??_R1A@?0A@A@H245_CRCLength@@8 @31303 NONAME ??_R1A@?0A@A@H245_Criteria@@8 @31304 NONAME ??_R1A@?0A@A@H245_CustomPictureClockFrequency@@8 @31305 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat@@8 @31306 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_mPI@@8 @31307 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_mPI_customPCF@@8 @31308 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_mPI_customPCF_subtype@@8 @31309 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_pixelAspectInformation@@8 @31310 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@8 @31311 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@8 @31312 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@8 @31313 NONAME ??_R1A@?0A@A@H245_DataApplicationCapability@@8 @31314 NONAME ??_R1A@?0A@A@H245_DataApplicationCapability_application@@8 @31315 NONAME ??_R1A@?0A@A@H245_DataApplicationCapability_application_nlpid@@8 @31316 NONAME ??_R1A@?0A@A@H245_DataApplicationCapability_application_t38fax@@8 @31317 NONAME ??_R1A@?0A@A@H245_DataApplicationCapability_application_t84@@8 @31318 NONAME ??_R1A@?0A@A@H245_DataMode@@8 @31319 NONAME ??_R1A@?0A@A@H245_DataMode_application@@8 @31320 NONAME ??_R1A@?0A@A@H245_DataMode_application_nlpid@@8 @31321 NONAME ??_R1A@?0A@A@H245_DataMode_application_t38fax@@8 @31322 NONAME ??_R1A@?0A@A@H245_DataProtocolCapability@@8 @31323 NONAME ??_R1A@?0A@A@H245_DataProtocolCapability_v76wCompression@@8 @31324 NONAME ??_R1A@?0A@A@H245_DataType@@8 @31325 NONAME ??_R1A@?0A@A@H245_DepFECCapability@@8 @45612 NONAME ??_R1A@?0A@A@H245_DepFECCapability_rfc2733@@8 @45613 NONAME ??_R1A@?0A@A@H245_DepFECCapability_rfc2733_separateStream@@8 @45614 NONAME ??_R1A@?0A@A@H245_DepFECData@@8 @45615 NONAME ??_R1A@?0A@A@H245_DepFECData_rfc2733@@8 @45616 NONAME ??_R1A@?0A@A@H245_DepFECData_rfc2733_mode@@8 @45617 NONAME ??_R1A@?0A@A@H245_DepFECData_rfc2733_mode_separateStream@@8 @45618 NONAME ??_R1A@?0A@A@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@8 @45619 NONAME ??_R1A@?0A@A@H245_DepFECData_rfc2733_mode_separateStream_samePort@@8 @45620 NONAME ??_R1A@?0A@A@H245_DepFECMode@@8 @45621 NONAME ??_R1A@?0A@A@H245_DepFECMode_rfc2733Mode@@8 @45622 NONAME ??_R1A@?0A@A@H245_DepFECMode_rfc2733Mode_mode@@8 @45623 NONAME ??_R1A@?0A@A@H245_DepFECMode_rfc2733Mode_mode_separateStream@@8 @45624 NONAME ??_R1A@?0A@A@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@8 @45625 NONAME ??_R1A@?0A@A@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@8 @45626 NONAME ??_R1A@?0A@A@H245_DialingInformation@@8 @31326 NONAME ??_R1A@?0A@A@H245_DialingInformationNetworkType@@8 @31327 NONAME ??_R1A@?0A@A@H245_DialingInformationNumber@@8 @31328 NONAME ??_R1A@?0A@A@H245_EncryptionAuthenticationAndIntegrity@@8 @31329 NONAME ??_R1A@?0A@A@H245_EncryptionCapability@@8 @31330 NONAME ??_R1A@?0A@A@H245_EncryptionCommand@@8 @31331 NONAME ??_R1A@?0A@A@H245_EncryptionCommand_encryptionAlgorithmID@@8 @31332 NONAME ??_R1A@?0A@A@H245_EncryptionMode@@8 @31333 NONAME ??_R1A@?0A@A@H245_EncryptionSync@@8 @31334 NONAME ??_R1A@?0A@A@H245_EncryptionUpdateDirection@@8 @45209 NONAME ??_R1A@?0A@A@H245_EncryptionUpdateRequest@@8 @31335 NONAME ??_R1A@?0A@A@H245_EndSessionCommand@@8 @31336 NONAME ??_R1A@?0A@A@H245_EndSessionCommand_gstnOptions@@8 @31337 NONAME ??_R1A@?0A@A@H245_EndSessionCommand_isdnOptions@@8 @31338 NONAME ??_R1A@?0A@A@H245_EnhancementLayerInfo@@8 @31339 NONAME ??_R1A@?0A@A@H245_EnhancementOptions@@8 @31340 NONAME ??_R1A@?0A@A@H245_EscrowData@@8 @31341 NONAME ??_R1A@?0A@A@H245_ExtendedVideoCapability@@8 @45210 NONAME ??_R1A@?0A@A@H245_FECCapability@@8 @31342 NONAME ??_R1A@?0A@A@H245_FECCapability_rfc2733Format@@8 @45627 NONAME ??_R1A@?0A@A@H245_FECData@@8 @31345 NONAME ??_R1A@?0A@A@H245_FECData_rfc2733@@8 @31346 NONAME ??_R1A@?0A@A@H245_FECData_rfc2733_pktMode@@8 @45628 NONAME ??_R1A@?0A@A@H245_FECData_rfc2733_pktMode_rfc2733diffport@@8 @45629 NONAME ??_R1A@?0A@A@H245_FECData_rfc2733_pktMode_rfc2733sameport@@8 @45630 NONAME ??_R1A@?0A@A@H245_FECMode@@8 @31351 NONAME ??_R1A@?0A@A@H245_FECMode_rfc2733Format@@8 @45631 NONAME ??_R1A@?0A@A@H245_FlowControlCommand@@8 @31357 NONAME ??_R1A@?0A@A@H245_FlowControlCommand_restriction@@8 @31358 NONAME ??_R1A@?0A@A@H245_FlowControlCommand_scope@@8 @31359 NONAME ??_R1A@?0A@A@H245_FlowControlIndication@@8 @31360 NONAME ??_R1A@?0A@A@H245_FlowControlIndication_restriction@@8 @31361 NONAME ??_R1A@?0A@A@H245_FlowControlIndication_scope@@8 @31362 NONAME ??_R1A@?0A@A@H245_FunctionNotSupported@@8 @31363 NONAME ??_R1A@?0A@A@H245_FunctionNotSupported_cause@@8 @31364 NONAME ??_R1A@?0A@A@H245_FunctionNotUnderstood@@8 @31365 NONAME ??_R1A@?0A@A@H245_G7231AnnexCCapability@@8 @31366 NONAME ??_R1A@?0A@A@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@8 @31367 NONAME ??_R1A@?0A@A@H245_G7231AnnexCMode@@8 @31368 NONAME ??_R1A@?0A@A@H245_G7231AnnexCMode_g723AnnexCAudioMode@@8 @31369 NONAME ??_R1A@?0A@A@H245_G729Extensions@@8 @31370 NONAME ??_R1A@?0A@A@H245_GenericCapability@@8 @31371 NONAME ??_R1A@?0A@A@H245_GenericMessage@@8 @45211 NONAME ??_R1A@?0A@A@H245_GenericParameter@@8 @31372 NONAME ??_R1A@?0A@A@H245_GSMAudioCapability@@8 @31373 NONAME ??_R1A@?0A@A@H245_H222Capability@@8 @31374 NONAME ??_R1A@?0A@A@H245_H222LogicalChannelParameters@@8 @31375 NONAME ??_R1A@?0A@A@H245_H223AL1MParameters@@8 @31376 NONAME ??_R1A@?0A@A@H245_H223AL1MParameters_arqType@@8 @31377 NONAME ??_R1A@?0A@A@H245_H223AL1MParameters_crcLength@@8 @31378 NONAME ??_R1A@?0A@A@H245_H223AL1MParameters_headerFEC@@8 @31379 NONAME ??_R1A@?0A@A@H245_H223AL1MParameters_transferMode@@8 @31380 NONAME ??_R1A@?0A@A@H245_H223AL2MParameters@@8 @31381 NONAME ??_R1A@?0A@A@H245_H223AL2MParameters_headerFEC@@8 @31382 NONAME ??_R1A@?0A@A@H245_H223AL3MParameters@@8 @31383 NONAME ??_R1A@?0A@A@H245_H223AL3MParameters_arqType@@8 @31384 NONAME ??_R1A@?0A@A@H245_H223AL3MParameters_crcLength@@8 @31385 NONAME ??_R1A@?0A@A@H245_H223AL3MParameters_headerFormat@@8 @31386 NONAME ??_R1A@?0A@A@H245_H223AnnexCArqParameters@@8 @31387 NONAME ??_R1A@?0A@A@H245_H223AnnexCArqParameters_numberOfRetransmissions@@8 @31388 NONAME ??_R1A@?0A@A@H245_H223AnnexCCapability@@8 @31389 NONAME ??_R1A@?0A@A@H245_H223Capability@@8 @31390 NONAME ??_R1A@?0A@A@H245_H223Capability_h223MultiplexTableCapability@@8 @31391 NONAME ??_R1A@?0A@A@H245_H223Capability_h223MultiplexTableCapability_enhanced@@8 @31392 NONAME ??_R1A@?0A@A@H245_H223Capability_mobileMultilinkFrameCapability@@8 @31393 NONAME ??_R1A@?0A@A@H245_H223Capability_mobileOperationTransmitCapability@@8 @31394 NONAME ??_R1A@?0A@A@H245_H223LogicalChannelParameters@@8 @31395 NONAME ??_R1A@?0A@A@H245_H223LogicalChannelParameters_adaptationLayerType@@8 @31396 NONAME ??_R1A@?0A@A@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@8 @31397 NONAME ??_R1A@?0A@A@H245_H223ModeParameters@@8 @31398 NONAME ??_R1A@?0A@A@H245_H223ModeParameters_adaptationLayerType@@8 @31399 NONAME ??_R1A@?0A@A@H245_H223ModeParameters_adaptationLayerType_al3@@8 @31400 NONAME ??_R1A@?0A@A@H245_H223MultiplexReconfiguration@@8 @31401 NONAME ??_R1A@?0A@A@H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@8 @31402 NONAME ??_R1A@?0A@A@H245_H223MultiplexReconfiguration_h223ModeChange@@8 @31403 NONAME ??_R1A@?0A@A@H245_H223SkewIndication@@8 @31404 NONAME ??_R1A@?0A@A@H245_H2250Capability@@8 @31405 NONAME ??_R1A@?0A@A@H245_H2250Capability_mcCapability@@8 @31406 NONAME ??_R1A@?0A@A@H245_H2250LogicalChannelAckParameters@@8 @31407 NONAME ??_R1A@?0A@A@H245_H2250LogicalChannelParameters@@8 @31408 NONAME ??_R1A@?0A@A@H245_H2250LogicalChannelParameters_mediaPacketization@@8 @31409 NONAME ??_R1A@?0A@A@H245_H2250MaximumSkewIndication@@8 @31410 NONAME ??_R1A@?0A@A@H245_H2250ModeParameters@@8 @31411 NONAME ??_R1A@?0A@A@H245_H235Media@@8 @31412 NONAME ??_R1A@?0A@A@H245_H235Media_mediaType@@8 @31413 NONAME ??_R1A@?0A@A@H245_H235Mode@@8 @31414 NONAME ??_R1A@?0A@A@H245_H235Mode_mediaMode@@8 @31415 NONAME ??_R1A@?0A@A@H245_H235SecurityCapability@@8 @31416 NONAME ??_R1A@?0A@A@H245_H261VideoCapability@@8 @31417 NONAME ??_R1A@?0A@A@H245_H261VideoMode@@8 @31418 NONAME ??_R1A@?0A@A@H245_H261VideoMode_resolution@@8 @31419 NONAME ??_R1A@?0A@A@H245_H262VideoCapability@@8 @31420 NONAME ??_R1A@?0A@A@H245_H262VideoMode@@8 @31421 NONAME ??_R1A@?0A@A@H245_H262VideoMode_profileAndLevel@@8 @31422 NONAME ??_R1A@?0A@A@H245_H263ModeComboFlags@@8 @31423 NONAME ??_R1A@?0A@A@H245_H263Options@@8 @31424 NONAME ??_R1A@?0A@A@H245_H263Version3Options@@8 @31425 NONAME ??_R1A@?0A@A@H245_H263VideoCapability@@8 @31426 NONAME ??_R1A@?0A@A@H245_H263VideoMode@@8 @31427 NONAME ??_R1A@?0A@A@H245_H263VideoModeCombos@@8 @31428 NONAME ??_R1A@?0A@A@H245_H263VideoMode_resolution@@8 @31429 NONAME ??_R1A@?0A@A@H245_IndicationMessage@@8 @31430 NONAME ??_R1A@?0A@A@H245_IntegrityCapability@@8 @31431 NONAME ??_R1A@?0A@A@H245_IS11172AudioCapability@@8 @31432 NONAME ??_R1A@?0A@A@H245_IS11172AudioMode@@8 @31433 NONAME ??_R1A@?0A@A@H245_IS11172AudioMode_audioLayer@@8 @31434 NONAME ??_R1A@?0A@A@H245_IS11172AudioMode_audioSampling@@8 @31435 NONAME ??_R1A@?0A@A@H245_IS11172AudioMode_multichannelType@@8 @31436 NONAME ??_R1A@?0A@A@H245_IS11172VideoCapability@@8 @31437 NONAME ??_R1A@?0A@A@H245_IS11172VideoMode@@8 @31438 NONAME ??_R1A@?0A@A@H245_IS13818AudioCapability@@8 @31439 NONAME ??_R1A@?0A@A@H245_IS13818AudioMode@@8 @31440 NONAME ??_R1A@?0A@A@H245_IS13818AudioMode_audioLayer@@8 @31441 NONAME ??_R1A@?0A@A@H245_IS13818AudioMode_audioSampling@@8 @31442 NONAME ??_R1A@?0A@A@H245_IS13818AudioMode_multichannelType@@8 @31443 NONAME ??_R1A@?0A@A@H245_IV16@@8 @45212 NONAME ??_R1A@?0A@A@H245_IV8@@8 @45213 NONAME ??_R1A@?0A@A@H245_JitterIndication@@8 @31444 NONAME ??_R1A@?0A@A@H245_JitterIndication_scope@@8 @31445 NONAME ??_R1A@?0A@A@H245_KeyProtectionMethod@@8 @31446 NONAME ??_R1A@?0A@A@H245_LogicalChannelNumber@@8 @31447 NONAME ??_R1A@?0A@A@H245_LogicalChannelRateAcknowledge@@8 @31448 NONAME ??_R1A@?0A@A@H245_LogicalChannelRateReject@@8 @31449 NONAME ??_R1A@?0A@A@H245_LogicalChannelRateRejectReason@@8 @31450 NONAME ??_R1A@?0A@A@H245_LogicalChannelRateRelease@@8 @31451 NONAME ??_R1A@?0A@A@H245_LogicalChannelRateRequest@@8 @31452 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopAck@@8 @31453 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopAck_type@@8 @31454 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopOffCommand@@8 @31455 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopReject@@8 @31456 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopReject_cause@@8 @31457 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopReject_type@@8 @31458 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopRequest@@8 @31459 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopRequest_type@@8 @31460 NONAME ??_R1A@?0A@A@H245_MasterSlaveDetermination@@8 @31461 NONAME ??_R1A@?0A@A@H245_MasterSlaveDeterminationAck@@8 @31462 NONAME ??_R1A@?0A@A@H245_MasterSlaveDeterminationAck_decision@@8 @31463 NONAME ??_R1A@?0A@A@H245_MasterSlaveDeterminationReject@@8 @31464 NONAME ??_R1A@?0A@A@H245_MasterSlaveDeterminationReject_cause@@8 @31465 NONAME ??_R1A@?0A@A@H245_MasterSlaveDeterminationRelease@@8 @31466 NONAME ??_R1A@?0A@A@H245_MaximumBitRate@@8 @31467 NONAME ??_R1A@?0A@A@H245_MaxRedundancy@@8 @45632 NONAME ??_R1A@?0A@A@H245_MCLocationIndication@@8 @31468 NONAME ??_R1A@?0A@A@H245_McuNumber@@8 @31469 NONAME ??_R1A@?0A@A@H245_MediaChannelCapability@@8 @31470 NONAME ??_R1A@?0A@A@H245_MediaDistributionCapability@@8 @31471 NONAME ??_R1A@?0A@A@H245_MediaEncryptionAlgorithm@@8 @31472 NONAME ??_R1A@?0A@A@H245_MediaPacketizationCapability@@8 @31473 NONAME ??_R1A@?0A@A@H245_MediaTransportType@@8 @31474 NONAME ??_R1A@?0A@A@H245_MediaTransportType_atm_AAL5_compressed@@8 @31475 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand@@8 @31476 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type@@8 @31477 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_encryptionUpdateAck@@8 @45214 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@8 @45215 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_lostPartialPicture@@8 @31478 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_progressiveRefinementStart@@8 @31479 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@8 @31480 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_videoBadMBs@@8 @31481 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@8 @31482 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_videoFastUpdateMB@@8 @31483 NONAME ??_R1A@?0A@A@H245_MiscellaneousIndication@@8 @31484 NONAME ??_R1A@?0A@A@H245_MiscellaneousIndication_type@@8 @31485 NONAME ??_R1A@?0A@A@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@8 @31486 NONAME ??_R1A@?0A@A@H245_MobileMultilinkReconfigurationCommand@@8 @31487 NONAME ??_R1A@?0A@A@H245_MobileMultilinkReconfigurationCommand_status@@8 @31488 NONAME ??_R1A@?0A@A@H245_MobileMultilinkReconfigurationIndication@@8 @31489 NONAME ??_R1A@?0A@A@H245_ModeDescription@@8 @31490 NONAME ??_R1A@?0A@A@H245_ModeElement@@8 @31491 NONAME ??_R1A@?0A@A@H245_ModeElementType@@8 @31492 NONAME ??_R1A@?0A@A@H245_MulticastAddress@@8 @31493 NONAME ??_R1A@?0A@A@H245_MulticastAddress_iP6Address@@8 @31494 NONAME ??_R1A@?0A@A@H245_MulticastAddress_iPAddress@@8 @31495 NONAME ??_R1A@?0A@A@H245_MultilinkIndication@@8 @31496 NONAME ??_R1A@?0A@A@H245_MultilinkIndication_crcDesired@@8 @31497 NONAME ??_R1A@?0A@A@H245_MultilinkIndication_excessiveError@@8 @31498 NONAME ??_R1A@?0A@A@H245_MultilinkRequest@@8 @31499 NONAME ??_R1A@?0A@A@H245_MultilinkRequest_addConnection@@8 @31500 NONAME ??_R1A@?0A@A@H245_MultilinkRequest_callInformation@@8 @31501 NONAME ??_R1A@?0A@A@H245_MultilinkRequest_maximumHeaderInterval@@8 @31502 NONAME ??_R1A@?0A@A@H245_MultilinkRequest_maximumHeaderInterval_requestType@@8 @31503 NONAME ??_R1A@?0A@A@H245_MultilinkRequest_removeConnection@@8 @31504 NONAME ??_R1A@?0A@A@H245_MultilinkResponse@@8 @31505 NONAME ??_R1A@?0A@A@H245_MultilinkResponse_addConnection@@8 @31506 NONAME ??_R1A@?0A@A@H245_MultilinkResponse_addConnection_responseCode@@8 @31507 NONAME ??_R1A@?0A@A@H245_MultilinkResponse_addConnection_responseCode_rejected@@8 @31508 NONAME ??_R1A@?0A@A@H245_MultilinkResponse_callInformation@@8 @31509 NONAME ??_R1A@?0A@A@H245_MultilinkResponse_maximumHeaderInterval@@8 @31510 NONAME ??_R1A@?0A@A@H245_MultilinkResponse_removeConnection@@8 @31511 NONAME ??_R1A@?0A@A@H245_MultimediaSystemControlMessage@@8 @31512 NONAME ??_R1A@?0A@A@H245_MultiplePayloadStream@@8 @31513 NONAME ??_R1A@?0A@A@H245_MultiplePayloadStreamCapability@@8 @31514 NONAME ??_R1A@?0A@A@H245_MultiplePayloadStreamElement@@8 @31515 NONAME ??_R1A@?0A@A@H245_MultiplePayloadStreamElementMode@@8 @31516 NONAME ??_R1A@?0A@A@H245_MultiplePayloadStreamMode@@8 @31517 NONAME ??_R1A@?0A@A@H245_MultiplexCapability@@8 @31518 NONAME ??_R1A@?0A@A@H245_MultiplexedStreamCapability@@8 @31519 NONAME ??_R1A@?0A@A@H245_MultiplexedStreamModeParameters@@8 @31520 NONAME ??_R1A@?0A@A@H245_MultiplexedStreamParameter@@8 @31521 NONAME ??_R1A@?0A@A@H245_MultiplexElement@@8 @31522 NONAME ??_R1A@?0A@A@H245_MultiplexElement_repeatCount@@8 @31523 NONAME ??_R1A@?0A@A@H245_MultiplexElement_type@@8 @31524 NONAME ??_R1A@?0A@A@H245_MultiplexEntryDescriptor@@8 @31525 NONAME ??_R1A@?0A@A@H245_MultiplexEntryRejectionDescriptions@@8 @31526 NONAME ??_R1A@?0A@A@H245_MultiplexEntryRejectionDescriptions_cause@@8 @31527 NONAME ??_R1A@?0A@A@H245_MultiplexEntrySend@@8 @31528 NONAME ??_R1A@?0A@A@H245_MultiplexEntrySendAck@@8 @31529 NONAME ??_R1A@?0A@A@H245_MultiplexEntrySendReject@@8 @31530 NONAME ??_R1A@?0A@A@H245_MultiplexEntrySendRelease@@8 @31531 NONAME ??_R1A@?0A@A@H245_MultiplexFormat@@8 @31532 NONAME ??_R1A@?0A@A@H245_MultiplexTableEntryNumber@@8 @31533 NONAME ??_R1A@?0A@A@H245_MultipointCapability@@8 @31534 NONAME ??_R1A@?0A@A@H245_NetworkAccessParameters@@8 @31535 NONAME ??_R1A@?0A@A@H245_NetworkAccessParameters_distribution@@8 @31536 NONAME ??_R1A@?0A@A@H245_NetworkAccessParameters_networkAddress@@8 @31537 NONAME ??_R1A@?0A@A@H245_NetworkAccessParameters_t120SetupProcedure@@8 @31538 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand@@8 @31539 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_aal@@8 @31540 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_aal_aal1@@8 @31541 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_aal_aal1_clockRecovery@@8 @31542 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_aal_aal1_errorCorrection@@8 @31543 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_aal_aal5@@8 @31544 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_multiplex@@8 @31545 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_reverseParameters@@8 @31546 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_reverseParameters_multiplex@@8 @31547 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication@@8 @31548 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_aal@@8 @31549 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_aal_aal1@@8 @31550 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_aal_aal1_clockRecovery@@8 @31551 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_aal_aal1_errorCorrection@@8 @31552 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_aal_aal5@@8 @31553 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_multiplex@@8 @31554 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_reverseParameters@@8 @31555 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_reverseParameters_multiplex@@8 @31556 NONAME ??_R1A@?0A@A@H245_NonStandardIdentifier@@8 @31557 NONAME ??_R1A@?0A@A@H245_NonStandardIdentifier_h221NonStandard@@8 @31558 NONAME ??_R1A@?0A@A@H245_NonStandardMessage@@8 @31559 NONAME ??_R1A@?0A@A@H245_NonStandardParameter@@8 @31560 NONAME ??_R1A@?0A@A@H245_NoPTAudioTelephonyEventCapability@@8 @31561 NONAME ??_R1A@?0A@A@H245_NoPTAudioToneCapability@@8 @31562 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannel@@8 @31563 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelAck@@8 @31564 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@8 @31565 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@8 @31566 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@8 @31567 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelConfirm@@8 @31568 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelReject@@8 @31569 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelReject_cause@@8 @31570 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@8 @31571 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@8 @31572 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@8 @31573 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@8 @31574 NONAME ??_R1A@?0A@A@H245_ParameterIdentifier@@8 @31575 NONAME ??_R1A@?0A@A@H245_ParameterValue@@8 @31576 NONAME ??_R1A@?0A@A@H245_Params@@8 @45216 NONAME ??_R1A@?0A@A@H245_Password@@8 @31577 NONAME ??_R1A@?0A@A@H245_PictureReference@@8 @31578 NONAME ??_R1A@?0A@A@H245_Q2931Address@@8 @31579 NONAME ??_R1A@?0A@A@H245_Q2931Address_address@@8 @31580 NONAME ??_R1A@?0A@A@H245_QOSCapability@@8 @31581 NONAME ??_R1A@?0A@A@H245_QOSMode@@8 @31582 NONAME ??_R1A@?0A@A@H245_RedundancyEncoding@@8 @31583 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingCapability@@8 @31584 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingDTMode@@8 @31585 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingDTModeElement@@8 @31586 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingDTModeElement_type@@8 @31587 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingElement@@8 @31588 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingMethod@@8 @31589 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingMode@@8 @31590 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingMode_secondaryEncoding@@8 @31591 NONAME ??_R1A@?0A@A@H245_RedundancyEncoding_rtpRedundancyEncoding@@8 @31592 NONAME ??_R1A@?0A@A@H245_RefPictureSelection@@8 @31593 NONAME ??_R1A@?0A@A@H245_RefPictureSelection_additionalPictureMemory@@8 @31594 NONAME ??_R1A@?0A@A@H245_RefPictureSelection_enhancedReferencePicSelect@@8 @31595 NONAME ??_R1A@?0A@A@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@8 @31596 NONAME ??_R1A@?0A@A@H245_RefPictureSelection_videoBackChannelSend@@8 @31597 NONAME ??_R1A@?0A@A@H245_RemoteMCRequest@@8 @31598 NONAME ??_R1A@?0A@A@H245_RemoteMCResponse@@8 @31599 NONAME ??_R1A@?0A@A@H245_RemoteMCResponse_reject@@8 @31600 NONAME ??_R1A@?0A@A@H245_RequestAllTerminalIDsResponse@@8 @31601 NONAME ??_R1A@?0A@A@H245_RequestChannelClose@@8 @31602 NONAME ??_R1A@?0A@A@H245_RequestChannelCloseAck@@8 @31603 NONAME ??_R1A@?0A@A@H245_RequestChannelCloseReject@@8 @31604 NONAME ??_R1A@?0A@A@H245_RequestChannelCloseReject_cause@@8 @31605 NONAME ??_R1A@?0A@A@H245_RequestChannelCloseRelease@@8 @31606 NONAME ??_R1A@?0A@A@H245_RequestChannelClose_reason@@8 @31607 NONAME ??_R1A@?0A@A@H245_RequestMessage@@8 @31608 NONAME ??_R1A@?0A@A@H245_RequestMode@@8 @31609 NONAME ??_R1A@?0A@A@H245_RequestModeAck@@8 @31610 NONAME ??_R1A@?0A@A@H245_RequestModeAck_response@@8 @31611 NONAME ??_R1A@?0A@A@H245_RequestModeReject@@8 @31612 NONAME ??_R1A@?0A@A@H245_RequestModeReject_cause@@8 @31613 NONAME ??_R1A@?0A@A@H245_RequestModeRelease@@8 @31614 NONAME ??_R1A@?0A@A@H245_RequestMultiplexEntry@@8 @31615 NONAME ??_R1A@?0A@A@H245_RequestMultiplexEntryAck@@8 @31616 NONAME ??_R1A@?0A@A@H245_RequestMultiplexEntryReject@@8 @31617 NONAME ??_R1A@?0A@A@H245_RequestMultiplexEntryRejectionDescriptions@@8 @31618 NONAME ??_R1A@?0A@A@H245_RequestMultiplexEntryRejectionDescriptions_cause@@8 @31619 NONAME ??_R1A@?0A@A@H245_RequestMultiplexEntryRelease@@8 @31620 NONAME ??_R1A@?0A@A@H245_ResponseMessage@@8 @31621 NONAME ??_R1A@?0A@A@H245_RoundTripDelayRequest@@8 @31622 NONAME ??_R1A@?0A@A@H245_RoundTripDelayResponse@@8 @31623 NONAME ??_R1A@?0A@A@H245_RSVPParameters@@8 @31624 NONAME ??_R1A@?0A@A@H245_RTPH263VideoRedundancyEncoding@@8 @31625 NONAME ??_R1A@?0A@A@H245_RTPH263VideoRedundancyEncoding_containedThreads@@8 @31626 NONAME ??_R1A@?0A@A@H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@8 @31627 NONAME ??_R1A@?0A@A@H245_RTPH263VideoRedundancyFrameMapping@@8 @31628 NONAME ??_R1A@?0A@A@H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@8 @31629 NONAME ??_R1A@?0A@A@H245_RTPPayloadType@@8 @31630 NONAME ??_R1A@?0A@A@H245_RTPPayloadType_payloadDescriptor@@8 @31631 NONAME ??_R1A@?0A@A@H245_SendTerminalCapabilitySet@@8 @31632 NONAME ??_R1A@?0A@A@H245_SendTerminalCapabilitySet_specificRequest@@8 @31633 NONAME ??_R1A@?0A@A@H245_SequenceNumber@@8 @31634 NONAME ??_R1A@?0A@A@H245_SubstituteConferenceIDCommand@@8 @31635 NONAME ??_R1A@?0A@A@H245_T38FaxProfile@@8 @31636 NONAME ??_R1A@?0A@A@H245_T38FaxRateManagement@@8 @31637 NONAME ??_R1A@?0A@A@H245_T38FaxTcpOptions@@8 @31638 NONAME ??_R1A@?0A@A@H245_T38FaxUdpOptions@@8 @31639 NONAME ??_R1A@?0A@A@H245_T38FaxUdpOptions_t38FaxUdpEC@@8 @31640 NONAME ??_R1A@?0A@A@H245_T84Profile@@8 @31641 NONAME ??_R1A@?0A@A@H245_T84Profile_t84Restricted@@8 @31642 NONAME ??_R1A@?0A@A@H245_TerminalCapabilitySet@@8 @31643 NONAME ??_R1A@?0A@A@H245_TerminalCapabilitySetAck@@8 @31644 NONAME ??_R1A@?0A@A@H245_TerminalCapabilitySetReject@@8 @31645 NONAME ??_R1A@?0A@A@H245_TerminalCapabilitySetReject_cause@@8 @31646 NONAME ??_R1A@?0A@A@H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@8 @31647 NONAME ??_R1A@?0A@A@H245_TerminalCapabilitySetRelease@@8 @31648 NONAME ??_R1A@?0A@A@H245_TerminalID@@8 @31649 NONAME ??_R1A@?0A@A@H245_TerminalInformation@@8 @31650 NONAME ??_R1A@?0A@A@H245_TerminalLabel@@8 @31651 NONAME ??_R1A@?0A@A@H245_TerminalNumber@@8 @31652 NONAME ??_R1A@?0A@A@H245_TerminalYouAreSeeingInSubPictureNumber@@8 @31653 NONAME ??_R1A@?0A@A@H245_TransparencyParameters@@8 @31654 NONAME ??_R1A@?0A@A@H245_TransportAddress@@8 @31655 NONAME ??_R1A@?0A@A@H245_TransportCapability@@8 @31656 NONAME ??_R1A@?0A@A@H245_UnicastAddress@@8 @31657 NONAME ??_R1A@?0A@A@H245_UnicastAddress_iP6Address@@8 @31658 NONAME ??_R1A@?0A@A@H245_UnicastAddress_iPAddress@@8 @31659 NONAME ??_R1A@?0A@A@H245_UnicastAddress_iPSourceRouteAddress@@8 @31660 NONAME ??_R1A@?0A@A@H245_UnicastAddress_iPSourceRouteAddress_route@@8 @31661 NONAME ??_R1A@?0A@A@H245_UnicastAddress_iPSourceRouteAddress_routing@@8 @31662 NONAME ??_R1A@?0A@A@H245_UnicastAddress_iPXAddress@@8 @31663 NONAME ??_R1A@?0A@A@H245_UserInputCapability@@8 @31664 NONAME ??_R1A@?0A@A@H245_UserInputIndication@@8 @31665 NONAME ??_R1A@?0A@A@H245_UserInputIndication_encryptedAlphanumeric@@8 @45217 NONAME ??_R1A@?0A@A@H245_UserInputIndication_extendedAlphanumeric@@8 @31666 NONAME ??_R1A@?0A@A@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@8 @45218 NONAME ??_R1A@?0A@A@H245_UserInputIndication_signal@@8 @31667 NONAME ??_R1A@?0A@A@H245_UserInputIndication_signalUpdate@@8 @31668 NONAME ??_R1A@?0A@A@H245_UserInputIndication_signalUpdate_rtp@@8 @31669 NONAME ??_R1A@?0A@A@H245_UserInputIndication_signal_rtp@@8 @31670 NONAME ??_R1A@?0A@A@H245_UserInputIndication_userInputSupportIndication@@8 @31671 NONAME ??_R1A@?0A@A@H245_V42bis@@8 @31672 NONAME ??_R1A@?0A@A@H245_V75Capability@@8 @31673 NONAME ??_R1A@?0A@A@H245_V75Parameters@@8 @31674 NONAME ??_R1A@?0A@A@H245_V76Capability@@8 @31675 NONAME ??_R1A@?0A@A@H245_V76HDLCParameters@@8 @31676 NONAME ??_R1A@?0A@A@H245_V76LogicalChannelParameters@@8 @31677 NONAME ??_R1A@?0A@A@H245_V76LogicalChannelParameters_mode@@8 @31678 NONAME ??_R1A@?0A@A@H245_V76LogicalChannelParameters_mode_eRM@@8 @31679 NONAME ??_R1A@?0A@A@H245_V76LogicalChannelParameters_mode_eRM_recovery@@8 @31680 NONAME ??_R1A@?0A@A@H245_V76LogicalChannelParameters_suspendResume@@8 @31681 NONAME ??_R1A@?0A@A@H245_V76ModeParameters@@8 @31682 NONAME ??_R1A@?0A@A@H245_VBDCapability@@8 @31683 NONAME ??_R1A@?0A@A@H245_VBDMode@@8 @31684 NONAME ??_R1A@?0A@A@H245_VCCapability@@8 @31685 NONAME ??_R1A@?0A@A@H245_VCCapability_aal1@@8 @31686 NONAME ??_R1A@?0A@A@H245_VCCapability_aal1ViaGateway@@8 @31687 NONAME ??_R1A@?0A@A@H245_VCCapability_aal5@@8 @31688 NONAME ??_R1A@?0A@A@H245_VCCapability_availableBitRates@@8 @31689 NONAME ??_R1A@?0A@A@H245_VCCapability_availableBitRates_type@@8 @31690 NONAME ??_R1A@?0A@A@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@8 @31691 NONAME ??_R1A@?0A@A@H245_VendorIdentification@@8 @31692 NONAME ??_R1A@?0A@A@H245_VideoCapability@@8 @31693 NONAME ??_R1A@?0A@A@H245_VideoIndicateCompose@@8 @31694 NONAME ??_R1A@?0A@A@H245_VideoMode@@8 @31695 NONAME ??_R1A@?0A@A@H248_ActionReply@@8 @31696 NONAME ??_R1A@?0A@A@H248_ActionRequest@@8 @31697 NONAME ??_R1A@?0A@A@H248_AmmDescriptor@@8 @31698 NONAME ??_R1A@?0A@A@H248_AmmRequest@@8 @31699 NONAME ??_R1A@?0A@A@H248_AmmsReply@@8 @31700 NONAME ??_R1A@?0A@A@H248_ArrayOf_ActionReply@@8 @31701 NONAME ??_R1A@?0A@A@H248_ArrayOf_ActionRequest@@8 @31702 NONAME ??_R1A@?0A@A@H248_ArrayOf_AmmDescriptor@@8 @31703 NONAME ??_R1A@?0A@A@H248_ArrayOf_CommandReply@@8 @31704 NONAME ??_R1A@?0A@A@H248_ArrayOf_CommandRequest@@8 @31705 NONAME ??_R1A@?0A@A@H248_ArrayOf_EventParameter@@8 @31706 NONAME ??_R1A@?0A@A@H248_ArrayOf_IndAuditParameter@@8 @31707 NONAME ??_R1A@?0A@A@H248_ArrayOf_IndAudPropertyParm@@8 @31708 NONAME ??_R1A@?0A@A@H248_ArrayOf_IndAudStreamDescriptor@@8 @31709 NONAME ??_R1A@?0A@A@H248_ArrayOf_ModemType@@8 @31710 NONAME ??_R1A@?0A@A@H248_ArrayOf_ObservedEvent@@8 @31711 NONAME ??_R1A@?0A@A@H248_ArrayOf_PASN_OctetString@@8 @31712 NONAME ??_R1A@?0A@A@H248_ArrayOf_PropertyGroup@@8 @31713 NONAME ??_R1A@?0A@A@H248_ArrayOf_PropertyParm@@8 @31714 NONAME ??_R1A@?0A@A@H248_ArrayOf_RequestedEvent@@8 @31715 NONAME ??_R1A@?0A@A@H248_ArrayOf_SecondRequestedEvent@@8 @31716 NONAME ??_R1A@?0A@A@H248_ArrayOf_Signal@@8 @31717 NONAME ??_R1A@?0A@A@H248_ArrayOf_SigParameter@@8 @31718 NONAME ??_R1A@?0A@A@H248_ArrayOf_StreamDescriptor@@8 @31719 NONAME ??_R1A@?0A@A@H248_ArrayOf_TerminationID@@8 @31720 NONAME ??_R1A@?0A@A@H248_ArrayOf_TopologyRequest@@8 @31721 NONAME ??_R1A@?0A@A@H248_ArrayOf_Transaction@@8 @31722 NONAME ??_R1A@?0A@A@H248_ArrayOf_WildcardField@@8 @31723 NONAME ??_R1A@?0A@A@H248_AuditDescriptor@@8 @31724 NONAME ??_R1A@?0A@A@H248_AuditReply@@8 @31725 NONAME ??_R1A@?0A@A@H248_AuditRequest@@8 @31726 NONAME ??_R1A@?0A@A@H248_AuditResult@@8 @31727 NONAME ??_R1A@?0A@A@H248_AuditReturnParameter@@8 @31728 NONAME ??_R1A@?0A@A@H248_AuthData@@8 @31729 NONAME ??_R1A@?0A@A@H248_AuthenticationHeader@@8 @31730 NONAME ??_R1A@?0A@A@H248_Command@@8 @31731 NONAME ??_R1A@?0A@A@H248_CommandReply@@8 @31732 NONAME ??_R1A@?0A@A@H248_CommandRequest@@8 @31733 NONAME ??_R1A@?0A@A@H248_ContextAttrAuditRequest@@8 @31734 NONAME ??_R1A@?0A@A@H248_ContextID@@8 @31735 NONAME ??_R1A@?0A@A@H248_ContextRequest@@8 @31736 NONAME ??_R1A@?0A@A@H248_DigitMapDescriptor@@8 @31737 NONAME ??_R1A@?0A@A@H248_DigitMapName@@8 @31738 NONAME ??_R1A@?0A@A@H248_DigitMapValue@@8 @31739 NONAME ??_R1A@?0A@A@H248_DomainName@@8 @31740 NONAME ??_R1A@?0A@A@H248_ErrorCode@@8 @31741 NONAME ??_R1A@?0A@A@H248_ErrorDescriptor@@8 @31742 NONAME ??_R1A@?0A@A@H248_ErrorText@@8 @31743 NONAME ??_R1A@?0A@A@H248_EventBufferControl@@8 @31744 NONAME ??_R1A@?0A@A@H248_EventBufferDescriptor@@8 @31745 NONAME ??_R1A@?0A@A@H248_EventDM@@8 @31746 NONAME ??_R1A@?0A@A@H248_EventName@@8 @31747 NONAME ??_R1A@?0A@A@H248_EventParameter@@8 @31748 NONAME ??_R1A@?0A@A@H248_EventParameter_extraInfo@@8 @31749 NONAME ??_R1A@?0A@A@H248_EventsDescriptor@@8 @31750 NONAME ??_R1A@?0A@A@H248_EventSpec@@8 @31751 NONAME ??_R1A@?0A@A@H248_H221NonStandard@@8 @31752 NONAME ??_R1A@?0A@A@H248_IndAudDigitMapDescriptor@@8 @31753 NONAME ??_R1A@?0A@A@H248_IndAudEventBufferDescriptor@@8 @31754 NONAME ??_R1A@?0A@A@H248_IndAudEventsDescriptor@@8 @31755 NONAME ??_R1A@?0A@A@H248_IndAuditParameter@@8 @31756 NONAME ??_R1A@?0A@A@H248_IndAudLocalControlDescriptor@@8 @31757 NONAME ??_R1A@?0A@A@H248_IndAudLocalRemoteDescriptor@@8 @31758 NONAME ??_R1A@?0A@A@H248_IndAudMediaDescriptor@@8 @31759 NONAME ??_R1A@?0A@A@H248_IndAudMediaDescriptor_streams@@8 @31760 NONAME ??_R1A@?0A@A@H248_IndAudPackagesDescriptor@@8 @31761 NONAME ??_R1A@?0A@A@H248_IndAudPropertyGroup@@8 @31762 NONAME ??_R1A@?0A@A@H248_IndAudPropertyParm@@8 @31763 NONAME ??_R1A@?0A@A@H248_IndAudSeqSigList@@8 @31764 NONAME ??_R1A@?0A@A@H248_IndAudSignal@@8 @31765 NONAME ??_R1A@?0A@A@H248_IndAudSignalsDescriptor@@8 @31766 NONAME ??_R1A@?0A@A@H248_IndAudStatisticsDescriptor@@8 @31767 NONAME ??_R1A@?0A@A@H248_IndAudStreamDescriptor@@8 @31768 NONAME ??_R1A@?0A@A@H248_IndAudStreamParms@@8 @31769 NONAME ??_R1A@?0A@A@H248_IndAudTerminationStateDescriptor@@8 @31770 NONAME ??_R1A@?0A@A@H248_IP4Address@@8 @31771 NONAME ??_R1A@?0A@A@H248_IP6Address@@8 @31772 NONAME ??_R1A@?0A@A@H248_LocalControlDescriptor@@8 @31773 NONAME ??_R1A@?0A@A@H248_LocalRemoteDescriptor@@8 @31774 NONAME ??_R1A@?0A@A@H248_MediaDescriptor@@8 @31775 NONAME ??_R1A@?0A@A@H248_MediaDescriptor_streams@@8 @31776 NONAME ??_R1A@?0A@A@H248_MegacoMessage@@8 @31777 NONAME ??_R1A@?0A@A@H248_Message@@8 @31778 NONAME ??_R1A@?0A@A@H248_Message_messageBody@@8 @31779 NONAME ??_R1A@?0A@A@H248_MId@@8 @31780 NONAME ??_R1A@?0A@A@H248_ModemDescriptor@@8 @31781 NONAME ??_R1A@?0A@A@H248_ModemType@@8 @31782 NONAME ??_R1A@?0A@A@H248_MuxDescriptor@@8 @31783 NONAME ??_R1A@?0A@A@H248_MuxType@@8 @31784 NONAME ??_R1A@?0A@A@H248_Name@@8 @31785 NONAME ??_R1A@?0A@A@H248_NonStandardData@@8 @31786 NONAME ??_R1A@?0A@A@H248_NonStandardIdentifier@@8 @31787 NONAME ??_R1A@?0A@A@H248_NotifyCompletion@@8 @31788 NONAME ??_R1A@?0A@A@H248_NotifyReply@@8 @31789 NONAME ??_R1A@?0A@A@H248_NotifyRequest@@8 @31790 NONAME ??_R1A@?0A@A@H248_ObservedEvent@@8 @31791 NONAME ??_R1A@?0A@A@H248_ObservedEventsDescriptor@@8 @31792 NONAME ??_R1A@?0A@A@H248_PackagesDescriptor@@8 @31793 NONAME ??_R1A@?0A@A@H248_PackagesItem@@8 @31794 NONAME ??_R1A@?0A@A@H248_PathName@@8 @31795 NONAME ??_R1A@?0A@A@H248_PkgdName@@8 @31796 NONAME ??_R1A@?0A@A@H248_PropertyGroup@@8 @31797 NONAME ??_R1A@?0A@A@H248_PropertyParm@@8 @31798 NONAME ??_R1A@?0A@A@H248_PropertyParm_extraInfo@@8 @31799 NONAME ??_R1A@?0A@A@H248_Relation@@8 @31800 NONAME ??_R1A@?0A@A@H248_RequestedActions@@8 @31801 NONAME ??_R1A@?0A@A@H248_RequestedEvent@@8 @31802 NONAME ??_R1A@?0A@A@H248_RequestID@@8 @31803 NONAME ??_R1A@?0A@A@H248_SecondEventsDescriptor@@8 @31804 NONAME ??_R1A@?0A@A@H248_SecondRequestedActions@@8 @31805 NONAME ??_R1A@?0A@A@H248_SecondRequestedEvent@@8 @31806 NONAME ??_R1A@?0A@A@H248_SecurityParmIndex@@8 @31807 NONAME ??_R1A@?0A@A@H248_SeqSigList@@8 @31808 NONAME ??_R1A@?0A@A@H248_SequenceNum@@8 @31809 NONAME ??_R1A@?0A@A@H248_ServiceChangeAddress@@8 @31810 NONAME ??_R1A@?0A@A@H248_ServiceChangeMethod@@8 @31811 NONAME ??_R1A@?0A@A@H248_ServiceChangeParm@@8 @31812 NONAME ??_R1A@?0A@A@H248_ServiceChangeProfile@@8 @31813 NONAME ??_R1A@?0A@A@H248_ServiceChangeReply@@8 @31814 NONAME ??_R1A@?0A@A@H248_ServiceChangeRequest@@8 @31815 NONAME ??_R1A@?0A@A@H248_ServiceChangeResParm@@8 @31816 NONAME ??_R1A@?0A@A@H248_ServiceChangeResult@@8 @31817 NONAME ??_R1A@?0A@A@H248_ServiceState@@8 @31818 NONAME ??_R1A@?0A@A@H248_Signal@@8 @31819 NONAME ??_R1A@?0A@A@H248_SignalName@@8 @31820 NONAME ??_R1A@?0A@A@H248_SignalRequest@@8 @31821 NONAME ??_R1A@?0A@A@H248_SignalsDescriptor@@8 @31822 NONAME ??_R1A@?0A@A@H248_SignalType@@8 @31823 NONAME ??_R1A@?0A@A@H248_SigParameter@@8 @31824 NONAME ??_R1A@?0A@A@H248_SigParameter_extraInfo@@8 @31825 NONAME ??_R1A@?0A@A@H248_StatisticsDescriptor@@8 @31826 NONAME ??_R1A@?0A@A@H248_StatisticsParameter@@8 @31827 NONAME ??_R1A@?0A@A@H248_StreamDescriptor@@8 @31828 NONAME ??_R1A@?0A@A@H248_StreamID@@8 @31829 NONAME ??_R1A@?0A@A@H248_StreamMode@@8 @31830 NONAME ??_R1A@?0A@A@H248_StreamParms@@8 @31831 NONAME ??_R1A@?0A@A@H248_SubtractRequest@@8 @31832 NONAME ??_R1A@?0A@A@H248_TerminationAudit@@8 @31833 NONAME ??_R1A@?0A@A@H248_TerminationID@@8 @31834 NONAME ??_R1A@?0A@A@H248_TerminationIDList@@8 @31835 NONAME ??_R1A@?0A@A@H248_TerminationStateDescriptor@@8 @31836 NONAME ??_R1A@?0A@A@H248_TimeNotation@@8 @31837 NONAME ??_R1A@?0A@A@H248_TopologyRequest@@8 @31838 NONAME ??_R1A@?0A@A@H248_TopologyRequest_topologyDirection@@8 @31839 NONAME ??_R1A@?0A@A@H248_Transaction@@8 @31840 NONAME ??_R1A@?0A@A@H248_TransactionAck@@8 @31841 NONAME ??_R1A@?0A@A@H248_TransactionId@@8 @31842 NONAME ??_R1A@?0A@A@H248_TransactionPending@@8 @31843 NONAME ??_R1A@?0A@A@H248_TransactionReply@@8 @31844 NONAME ??_R1A@?0A@A@H248_TransactionReply_transactionResult@@8 @31845 NONAME ??_R1A@?0A@A@H248_TransactionRequest@@8 @31846 NONAME ??_R1A@?0A@A@H248_TransactionResponseAck@@8 @31847 NONAME ??_R1A@?0A@A@H248_Value@@8 @31848 NONAME ??_R1A@?0A@A@H248_WildcardField@@8 @31849 NONAME ??_R1A@?0A@A@H261DCTEncoder@@8 @31850 NONAME ??_R1A@?0A@A@H261Encoder@@8 @31851 NONAME ??_R1A@?0A@A@H261PixelEncoder@@8 @31852 NONAME ??_R1A@?0A@A@H263Packet@@8 @45913 NONAME ??_R1A@?0A@A@H263PacketList@@8 @45914 NONAME ??_R1A@?0A@A@H323AudioCapability@@8 @31855 NONAME ??_R1A@?0A@A@H323AudioCodec@@8 @31856 NONAME ??_R1A@?0A@A@H323BidirectionalChannel@@8 @31857 NONAME ??_R1A@?0A@A@H323CallCreditServiceControl@@8 @31858 NONAME ??_R1A@?0A@A@H323Capabilities@@8 @31859 NONAME ??_R1A@?0A@A@H323CapabilitiesSet@@8 @31860 NONAME ??_R1A@?0A@A@H323Capability@@8 @31861 NONAME ??_R1A@?0A@A@H323Channel@@8 @31863 NONAME ??_R1A@?0A@A@H323ChannelNumber@@8 @31864 NONAME ??_R1A@?0A@A@H323Codec@@8 @31865 NONAME ??_R1A@?0A@A@H323CodecPluginGenericAudioCapability@@8 @45392 NONAME ??_R1A@?0A@A@H323CodecPluginNonStandardAudioCapability@@8 @31868 NONAME ??_R1A@?0A@A@H323Connection@@8 @31869 NONAME ??_R1A@?0A@A@H323ConnectionsCleaner@@8 @31870 NONAME ??_R1A@?0A@A@H323ControlPDU@@8 @31871 NONAME ??_R1A@?0A@A@H323DataCapability@@8 @31872 NONAME ??_R1A@?0A@A@H323DataChannel@@8 @31873 NONAME ??_R1A@?0A@A@H323DynaLink@@8 @42750 NONAME ??_R1A@?0A@A@H323EndPoint@@8 @31874 NONAME ??_R1A@?0A@A@H323FramedAudioCodec@@8 @31875 NONAME ??_R1A@?0A@A@H323Gatekeeper@@8 @31876 NONAME ??_R1A@?0A@A@H323GatekeeperARQ@@8 @31877 NONAME ??_R1A@?0A@A@H323GatekeeperBRQ@@8 @31878 NONAME ??_R1A@?0A@A@H323GatekeeperCall@@8 @31879 NONAME ??_R1A@?0A@A@H323GatekeeperDRQ@@8 @31880 NONAME ??_R1A@?0A@A@H323GatekeeperGRQ@@8 @31881 NONAME ??_R1A@?0A@A@H323GatekeeperIRR@@8 @31882 NONAME ??_R1A@?0A@A@H323GatekeeperListener@@8 @31883 NONAME ??_R1A@?0A@A@H323GatekeeperLRQ@@8 @31884 NONAME ??_R1A@?0A@A@H323GatekeeperRequest@@8 @31885 NONAME ??_R1A@?0A@A@H323GatekeeperRRQ@@8 @31886 NONAME ??_R1A@?0A@A@H323GatekeeperServer@@8 @31887 NONAME ??_R1A@?0A@A@H323GatekeeperURQ@@8 @31888 NONAME ??_R1A@?0A@A@H323GenericAudioCapability@@8 @45393 NONAME ??_R1A@?0A@A@H323GenericCapabilityInfo@@8 @45394 NONAME ??_R1A@?0A@A@H323GenericVideoCapability@@8 @45395 NONAME ??_R1A@?0A@A@H323GSMPluginCapability@@8 @31889 NONAME ??_R1A@?0A@A@H323H248ServiceControl@@8 @31890 NONAME ??_R1A@?0A@A@H323HTTPServiceControl@@8 @31892 NONAME ??_R1A@?0A@A@H323Listener@@8 @31893 NONAME ??_R1A@?0A@A@H323ListenerTCP@@8 @31894 NONAME ??_R1A@?0A@A@H323LogicalChannelThread@@8 @31895 NONAME ??_R1A@?0A@A@H323NonStandardAudioCapability@@8 @31896 NONAME ??_R1A@?0A@A@H323NonStandardCapabilityInfo@@8 @31897 NONAME ??_R1A@?0A@A@H323NonStandardDataCapability@@8 @31898 NONAME ??_R1A@?0A@A@H323NonStandardVideoCapability@@8 @31899 NONAME ??_R1A@?0A@A@H323PeerElement@@8 @31900 NONAME ??_R1A@?0A@A@H323PeerElementDescriptor@@8 @31901 NONAME ??_R1A@?0A@A@H323PeerElementServiceRelationship@@8 @31902 NONAME ??_R1A@?0A@A@H323PluginCapability@@8 @31904 NONAME ??_R1A@?0A@A@H323PluginCodecManager@@8 @42725 NONAME ??_R1A@?0A@A@H323PluginFramedAudioCodec@@8 @42791 NONAME ??_R1A@?0A@A@H323PluginG7231Capability@@8 @31905 NONAME ??_R1A@?0A@A@H323PluginVideoCodec@@8 @31906 NONAME ??_R1A@?0A@A@H323RasPDU@@8 @31907 NONAME ??_R1A@?0A@A@H323RealTimeCapability@@8 @31908 NONAME ??_R1A@?0A@A@H323RegisteredEndPoint@@8 @31909 NONAME ??_R1A@?0A@A@H323ServiceControlSession@@8 @31910 NONAME ??_R1A@?0A@A@H323SignalPDU@@8 @31911 NONAME ??_R1A@?0A@A@H323SimultaneousCapabilities@@8 @31912 NONAME ??_R1A@?0A@A@H323StreamedAudioCodec@@8 @31913 NONAME ??_R1A@?0A@A@H323StreamedPluginAudioCodec@@8 @42792 NONAME ??_R1A@?0A@A@H323Transaction@@8 @31914 NONAME ??_R1A@?0A@A@H323TransactionPDU@@8 @31915 NONAME ??_R1A@?0A@A@H323TransactionServer@@8 @31916 NONAME ??_R1A@?0A@A@H323Transactor@@8 @31917 NONAME ??_R1A@?0A@A@H323Transport@@8 @31918 NONAME ??_R1A@?0A@A@H323TransportAddress@@8 @31919 NONAME ??_R1A@?0A@A@H323TransportAddressArray@@8 @31920 NONAME ??_R1A@?0A@A@H323TransportIP@@8 @31921 NONAME ??_R1A@?0A@A@H323TransportTCP@@8 @31922 NONAME ??_R1A@?0A@A@H323TransportUDP@@8 @31923 NONAME ??_R1A@?0A@A@H323UnidirectionalChannel@@8 @31924 NONAME ??_R1A@?0A@A@H323VideoCapability@@8 @31925 NONAME ??_R1A@?0A@A@H323VideoCodec@@8 @31926 NONAME ??_R1A@?0A@A@H323_ALawCodec@@8 @31927 NONAME ??_R1A@?0A@A@H323_AnnexG@@8 @31928 NONAME ??_R1A@?0A@A@H323_CiscoG7231aLIDCapability@@8 @31929 NONAME ??_R1A@?0A@A@H323_ExternalRTPChannel@@8 @31931 NONAME ??_R1A@?0A@A@H323_G711ALaw64Capability@@8 @43395 NONAME ??_R1A@?0A@A@H323_G711Capability@@8 @31935 NONAME ??_R1A@?0A@A@H323_G711uLaw64Capability@@8 @43396 NONAME ??_R1A@?0A@A@H323_H261Capability@@8 @31951 NONAME ??_R1A@?0A@A@H323_H261Codec@@8 @31952 NONAME ??_R1A@?0A@A@H323_LIDCapability@@8 @31955 NONAME ??_R1A@?0A@A@H323_LIDCodec@@8 @31956 NONAME ??_R1A@?0A@A@H323_LID_G711_ALaw_Capability@@8 @43397 NONAME ??_R1A@?0A@A@H323_LID_G711_uLaw_Capability@@8 @43398 NONAME ??_R1A@?0A@A@H323_LID_G7231A_5k3_Capability@@8 @43399 NONAME ??_R1A@?0A@A@H323_LID_G7231A_6k3_Capability@@8 @43400 NONAME ??_R1A@?0A@A@H323_LID_G7231_5k3_Capability@@8 @43401 NONAME ??_R1A@?0A@A@H323_LID_G7231_6k3_Capability@@8 @43402 NONAME ??_R1A@?0A@A@H323_LID_G728_Capability@@8 @43403 NONAME ??_R1A@?0A@A@H323_LID_G729AB_Capability@@8 @43404 NONAME ??_R1A@?0A@A@H323_LID_G729A_Capability@@8 @43405 NONAME ??_R1A@?0A@A@H323_LID_G729B_Capability@@8 @43406 NONAME ??_R1A@?0A@A@H323_LID_G729_Capability@@8 @43407 NONAME ??_R1A@?0A@A@H323_LID_GSM0610_Capability@@8 @43408 NONAME ??_R1A@?0A@A@H323_muLawCodec@@8 @31972 NONAME ??_R1A@?0A@A@H323_RealTimeChannel@@8 @31973 NONAME ??_R1A@?0A@A@H323_RFC2190_H263Capability@@8 @45915 NONAME ??_R1A@?0A@A@H323_RFC2190_H263Codec@@8 @45916 NONAME ??_R1A@?0A@A@H323_RTPChannel@@8 @31974 NONAME ??_R1A@?0A@A@H323_RTP_Session@@8 @31975 NONAME ??_R1A@?0A@A@H323_RTP_UDP@@8 @31976 NONAME ??_R1A@?0A@A@H323_T120Capability@@8 @31977 NONAME ??_R1A@?0A@A@H323_T120Channel@@8 @31978 NONAME ??_R1A@?0A@A@H323_T38Capability@@8 @31979 NONAME ??_R1A@?0A@A@H323_T38Channel@@8 @31980 NONAME ??_R1A@?0A@A@H323_T38NonStandardCapability@@8 @31981 NONAME ??_R1A@?0A@A@H323_UserInputCapability@@8 @31982 NONAME ??_R1A@?0A@A@H45010_ArrayOf_MixedExtension@@8 @31983 NONAME ??_R1A@?0A@A@H45010_CfbOvrOptArg@@8 @31984 NONAME ??_R1A@?0A@A@H45010_CoReqOptArg@@8 @31985 NONAME ??_R1A@?0A@A@H45010_H323CallOfferOperations@@8 @31986 NONAME ??_R1A@?0A@A@H45010_RUAlertOptArg@@8 @31987 NONAME ??_R1A@?0A@A@H45011Handler@@8 @31988 NONAME ??_R1A@?0A@A@H45011_ArrayOf_MixedExtension@@8 @31989 NONAME ??_R1A@?0A@A@H45011_CallIntrusionErrors@@8 @31990 NONAME ??_R1A@?0A@A@H45011_CICapabilityLevel@@8 @31991 NONAME ??_R1A@?0A@A@H45011_CIFrcRelArg@@8 @31992 NONAME ??_R1A@?0A@A@H45011_CIFrcRelOptRes@@8 @31993 NONAME ??_R1A@?0A@A@H45011_CIGetCIPLOptArg@@8 @31994 NONAME ??_R1A@?0A@A@H45011_CIGetCIPLRes@@8 @31995 NONAME ??_R1A@?0A@A@H45011_CIIsOptArg@@8 @31996 NONAME ??_R1A@?0A@A@H45011_CIIsOptRes@@8 @31997 NONAME ??_R1A@?0A@A@H45011_CINotificationArg@@8 @31998 NONAME ??_R1A@?0A@A@H45011_CIProtectionLevel@@8 @31999 NONAME ??_R1A@?0A@A@H45011_CIRequestArg@@8 @32000 NONAME ??_R1A@?0A@A@H45011_CIRequestRes@@8 @32001 NONAME ??_R1A@?0A@A@H45011_CISilentArg@@8 @32002 NONAME ??_R1A@?0A@A@H45011_CISilentOptRes@@8 @32003 NONAME ??_R1A@?0A@A@H45011_CIStatusInformation@@8 @32004 NONAME ??_R1A@?0A@A@H45011_CIWobOptArg@@8 @32005 NONAME ??_R1A@?0A@A@H45011_CIWobOptRes@@8 @32006 NONAME ??_R1A@?0A@A@H45011_H323CallIntrusionOperations@@8 @32007 NONAME ??_R1A@?0A@A@H4501_Address@@8 @32008 NONAME ??_R1A@?0A@A@H4501_AddressInformation@@8 @32009 NONAME ??_R1A@?0A@A@H4501_AddressScreened@@8 @32010 NONAME ??_R1A@?0A@A@H4501_ArrayOf_AliasAddress@@8 @32011 NONAME ??_R1A@?0A@A@H4501_ArrayOf_ROS@@8 @32012 NONAME ??_R1A@?0A@A@H4501_EndpointAddress@@8 @32013 NONAME ??_R1A@?0A@A@H4501_EntityType@@8 @32014 NONAME ??_R1A@?0A@A@H4501_Extension@@8 @32015 NONAME ??_R1A@?0A@A@H4501_GeneralErrorList@@8 @32016 NONAME ??_R1A@?0A@A@H4501_H225InformationElement@@8 @32017 NONAME ??_R1A@?0A@A@H4501_InterpretationApdu@@8 @32018 NONAME ??_R1A@?0A@A@H4501_InvokeIDs@@8 @32019 NONAME ??_R1A@?0A@A@H4501_InvokeIdSet@@8 @32020 NONAME ??_R1A@?0A@A@H4501_NetworkFacilityExtension@@8 @32021 NONAME ??_R1A@?0A@A@H4501_NSAPSubaddress@@8 @32022 NONAME ??_R1A@?0A@A@H4501_NumberScreened@@8 @32023 NONAME ??_R1A@?0A@A@H4501_PartySubaddress@@8 @32024 NONAME ??_R1A@?0A@A@H4501_PresentationAllowedIndicator@@8 @32025 NONAME ??_R1A@?0A@A@H4501_PresentedAddressScreened@@8 @32026 NONAME ??_R1A@?0A@A@H4501_PresentedAddressUnscreened@@8 @32027 NONAME ??_R1A@?0A@A@H4501_PresentedNumberScreened@@8 @32028 NONAME ??_R1A@?0A@A@H4501_PresentedNumberUnscreened@@8 @32029 NONAME ??_R1A@?0A@A@H4501_ScreeningIndicator@@8 @32030 NONAME ??_R1A@?0A@A@H4501_ServiceApdus@@8 @32031 NONAME ??_R1A@?0A@A@H4501_SubaddressInformation@@8 @32032 NONAME ??_R1A@?0A@A@H4501_SupplementaryService@@8 @32033 NONAME ??_R1A@?0A@A@H4501_UserSpecifiedSubaddress@@8 @32034 NONAME ??_R1A@?0A@A@H4502Handler@@8 @32035 NONAME ??_R1A@?0A@A@H4502_CallIdentity@@8 @32036 NONAME ??_R1A@?0A@A@H4502_CallStatus@@8 @32037 NONAME ??_R1A@?0A@A@H4502_CallTransferErrors@@8 @32038 NONAME ??_R1A@?0A@A@H4502_CallTransferOperation@@8 @32039 NONAME ??_R1A@?0A@A@H4502_CTActiveArg@@8 @32040 NONAME ??_R1A@?0A@A@H4502_CTActiveArg_argumentExtension@@8 @32041 NONAME ??_R1A@?0A@A@H4502_CTCompleteArg@@8 @32042 NONAME ??_R1A@?0A@A@H4502_CTCompleteArg_argumentExtension@@8 @32043 NONAME ??_R1A@?0A@A@H4502_CTIdentifyRes@@8 @32044 NONAME ??_R1A@?0A@A@H4502_CTIdentifyRes_resultExtension@@8 @32045 NONAME ??_R1A@?0A@A@H4502_CTInitiateArg@@8 @32046 NONAME ??_R1A@?0A@A@H4502_CTInitiateArg_argumentExtension@@8 @32047 NONAME ??_R1A@?0A@A@H4502_CTSetupArg@@8 @32048 NONAME ??_R1A@?0A@A@H4502_CTSetupArg_argumentExtension@@8 @32049 NONAME ??_R1A@?0A@A@H4502_CTUpdateArg@@8 @32050 NONAME ??_R1A@?0A@A@H4502_CTUpdateArg_argumentExtension@@8 @32051 NONAME ??_R1A@?0A@A@H4502_DummyArg@@8 @32052 NONAME ??_R1A@?0A@A@H4502_DummyRes@@8 @32053 NONAME ??_R1A@?0A@A@H4502_EndDesignation@@8 @32054 NONAME ??_R1A@?0A@A@H4502_ExtensionSeq@@8 @32055 NONAME ??_R1A@?0A@A@H4502_SubaddressTransferArg@@8 @32056 NONAME ??_R1A@?0A@A@H4502_SubaddressTransferArg_argumentExtension@@8 @32057 NONAME ??_R1A@?0A@A@H4503_BasicService@@8 @32058 NONAME ??_R1A@?0A@A@H4503_CallDiversionErrors@@8 @32059 NONAME ??_R1A@?0A@A@H4503_DiversionReason@@8 @32060 NONAME ??_R1A@?0A@A@H4503_ExtensionSeq@@8 @32061 NONAME ??_R1A@?0A@A@H4503_H323CallDiversionOperations@@8 @32062 NONAME ??_R1A@?0A@A@H4503_IntResult@@8 @32063 NONAME ??_R1A@?0A@A@H4503_IntResultList@@8 @32064 NONAME ??_R1A@?0A@A@H4503_IntResult_extension@@8 @32065 NONAME ??_R1A@?0A@A@H4503_Procedure@@8 @32066 NONAME ??_R1A@?0A@A@H4503_SubscriptionOption@@8 @32067 NONAME ??_R1A@?0A@A@H4504Handler@@8 @32068 NONAME ??_R1A@?0A@A@H4504_ArrayOf_MixedExtension@@8 @32069 NONAME ??_R1A@?0A@A@H4504_CallHoldOperation@@8 @32070 NONAME ??_R1A@?0A@A@H4504_Extension@@8 @32071 NONAME ??_R1A@?0A@A@H4504_HoldNotificArg@@8 @32072 NONAME ??_R1A@?0A@A@H4504_MixedExtension@@8 @32073 NONAME ??_R1A@?0A@A@H4504_RemoteHoldArg@@8 @32074 NONAME ??_R1A@?0A@A@H4504_RemoteHoldRes@@8 @32075 NONAME ??_R1A@?0A@A@H4504_RemoteRetrieveArg@@8 @32076 NONAME ??_R1A@?0A@A@H4504_RemoteRetrieveRes@@8 @32077 NONAME ??_R1A@?0A@A@H4504_RetrieveNotificArg@@8 @32078 NONAME ??_R1A@?0A@A@H4505_ArrayOf_MixedExtension@@8 @32079 NONAME ??_R1A@?0A@A@H4505_CallParkPickupOperations@@8 @32080 NONAME ??_R1A@?0A@A@H4505_CallPickupErrors@@8 @32081 NONAME ??_R1A@?0A@A@H4505_CallType@@8 @32082 NONAME ??_R1A@?0A@A@H4505_CpickupNotifyArg@@8 @32083 NONAME ??_R1A@?0A@A@H4505_CpNotifyArg@@8 @32084 NONAME ??_R1A@?0A@A@H4505_CpRequestArg@@8 @32085 NONAME ??_R1A@?0A@A@H4505_CpRequestRes@@8 @32086 NONAME ??_R1A@?0A@A@H4505_CpSetupArg@@8 @32087 NONAME ??_R1A@?0A@A@H4505_CpSetupRes@@8 @32088 NONAME ??_R1A@?0A@A@H4505_GroupIndicationOffArg@@8 @32089 NONAME ??_R1A@?0A@A@H4505_GroupIndicationOffRes@@8 @32090 NONAME ??_R1A@?0A@A@H4505_GroupIndicationOnArg@@8 @32091 NONAME ??_R1A@?0A@A@H4505_GroupIndicationOnRes@@8 @32092 NONAME ??_R1A@?0A@A@H4505_ParkCondition@@8 @32093 NONAME ??_R1A@?0A@A@H4505_ParkedToPosition@@8 @32094 NONAME ??_R1A@?0A@A@H4505_PickExeArg@@8 @32095 NONAME ??_R1A@?0A@A@H4505_PickExeRes@@8 @32096 NONAME ??_R1A@?0A@A@H4505_PickrequArg@@8 @32097 NONAME ??_R1A@?0A@A@H4505_PickrequRes@@8 @32098 NONAME ??_R1A@?0A@A@H4505_PickupArg@@8 @32099 NONAME ??_R1A@?0A@A@H4505_PickupRes@@8 @32100 NONAME ??_R1A@?0A@A@H4506Handler@@8 @32101 NONAME ??_R1A@?0A@A@H4506_ArrayOf_MixedExtension@@8 @32102 NONAME ??_R1A@?0A@A@H4506_CallWaitingArg@@8 @32103 NONAME ??_R1A@?0A@A@H4506_CallWaitingOperations@@8 @32104 NONAME ??_R1A@?0A@A@H4507_ArrayOf_MixedExtension@@8 @32105 NONAME ??_R1A@?0A@A@H4507_BasicService@@8 @32106 NONAME ??_R1A@?0A@A@H4507_DummyRes@@8 @32107 NONAME ??_R1A@?0A@A@H4507_H323_MWI_Operations@@8 @32108 NONAME ??_R1A@?0A@A@H4507_MessageWaitingIndicationErrors@@8 @32109 NONAME ??_R1A@?0A@A@H4507_MsgCentreId@@8 @32110 NONAME ??_R1A@?0A@A@H4507_MWIActivateArg@@8 @32111 NONAME ??_R1A@?0A@A@H4507_MWIDeactivateArg@@8 @32112 NONAME ??_R1A@?0A@A@H4507_MWIInterrogateArg@@8 @32113 NONAME ??_R1A@?0A@A@H4507_MWIInterrogateRes@@8 @32114 NONAME ??_R1A@?0A@A@H4507_MWIInterrogateResElt@@8 @32115 NONAME ??_R1A@?0A@A@H4507_NbOfMessages@@8 @32116 NONAME ??_R1A@?0A@A@H4507_TimeStamp@@8 @32117 NONAME ??_R1A@?0A@A@H4508_ExtendedName@@8 @32118 NONAME ??_R1A@?0A@A@H4508_Name@@8 @32119 NONAME ??_R1A@?0A@A@H4508_NameOperations@@8 @32120 NONAME ??_R1A@?0A@A@H4508_NamePresentationAllowed@@8 @32121 NONAME ??_R1A@?0A@A@H4508_NamePresentationRestricted@@8 @32122 NONAME ??_R1A@?0A@A@H4508_SimpleName@@8 @32123 NONAME ??_R1A@?0A@A@H4509_ArrayOf_MixedExtension@@8 @32124 NONAME ??_R1A@?0A@A@H4509_CallCompletionErrors@@8 @32125 NONAME ??_R1A@?0A@A@H4509_CcArg@@8 @32126 NONAME ??_R1A@?0A@A@H4509_CcLongArg@@8 @32127 NONAME ??_R1A@?0A@A@H4509_CcRequestArg@@8 @32128 NONAME ??_R1A@?0A@A@H4509_CcRequestRes@@8 @32129 NONAME ??_R1A@?0A@A@H4509_CcShortArg@@8 @32130 NONAME ??_R1A@?0A@A@H4509_H323CallCompletionOperations@@8 @32131 NONAME ??_R1A@?0A@A@H450ServiceAPDU@@8 @32132 NONAME ??_R1A@?0A@A@H450xDispatcher@@8 @32133 NONAME ??_R1A@?0A@A@H450xHandler@@8 @32134 NONAME ??_R1A@?0A@A@H501AccessRequest@@8 @32135 NONAME ??_R1A@?0A@A@H501DescriptorUpdate@@8 @32136 NONAME ??_R1A@?0A@A@H501PDU@@8 @32137 NONAME ??_R1A@?0A@A@H501ServiceRequest@@8 @32138 NONAME ??_R1A@?0A@A@H501Transaction@@8 @32139 NONAME ??_R1A@?0A@A@H501_AccessConfirmation@@8 @32140 NONAME ??_R1A@?0A@A@H501_AccessRejection@@8 @32141 NONAME ??_R1A@?0A@A@H501_AccessRejectionReason@@8 @32142 NONAME ??_R1A@?0A@A@H501_AccessRequest@@8 @32143 NONAME ??_R1A@?0A@A@H501_AccessToken@@8 @32144 NONAME ??_R1A@?0A@A@H501_AddressTemplate@@8 @32145 NONAME ??_R1A@?0A@A@H501_AlternatePE@@8 @32146 NONAME ??_R1A@?0A@A@H501_AlternatePEInfo@@8 @32147 NONAME ??_R1A@?0A@A@H501_ApplicationMessage@@8 @32148 NONAME ??_R1A@?0A@A@H501_ArrayOf_AccessToken@@8 @32149 NONAME ??_R1A@?0A@A@H501_ArrayOf_AddressTemplate@@8 @32150 NONAME ??_R1A@?0A@A@H501_ArrayOf_AliasAddress@@8 @32151 NONAME ??_R1A@?0A@A@H501_ArrayOf_AlternatePE@@8 @32152 NONAME ??_R1A@?0A@A@H501_ArrayOf_CircuitIdentifier@@8 @32153 NONAME ??_R1A@?0A@A@H501_ArrayOf_ClearToken@@8 @32154 NONAME ??_R1A@?0A@A@H501_ArrayOf_ContactInformation@@8 @32155 NONAME ??_R1A@?0A@A@H501_ArrayOf_CryptoH323Token@@8 @32156 NONAME ??_R1A@?0A@A@H501_ArrayOf_Descriptor@@8 @32157 NONAME ??_R1A@?0A@A@H501_ArrayOf_DescriptorInfo@@8 @32158 NONAME ??_R1A@?0A@A@H501_ArrayOf_GenericData@@8 @32159 NONAME ??_R1A@?0A@A@H501_ArrayOf_GloballyUniqueID@@8 @32160 NONAME ??_R1A@?0A@A@H501_ArrayOf_NonStandardParameter@@8 @32161 NONAME ??_R1A@?0A@A@H501_ArrayOf_PASN_ObjectId@@8 @32162 NONAME ??_R1A@?0A@A@H501_ArrayOf_Pattern@@8 @32163 NONAME ??_R1A@?0A@A@H501_ArrayOf_PriceElement@@8 @32164 NONAME ??_R1A@?0A@A@H501_ArrayOf_PriceInfoSpec@@8 @32165 NONAME ??_R1A@?0A@A@H501_ArrayOf_RouteInformation@@8 @32166 NONAME ??_R1A@?0A@A@H501_ArrayOf_SecurityMode@@8 @32167 NONAME ??_R1A@?0A@A@H501_ArrayOf_ServiceControlSession@@8 @32168 NONAME ??_R1A@?0A@A@H501_ArrayOf_SupportedProtocols@@8 @32169 NONAME ??_R1A@?0A@A@H501_ArrayOf_TransportAddress@@8 @32170 NONAME ??_R1A@?0A@A@H501_ArrayOf_UpdateInformation@@8 @32171 NONAME ??_R1A@?0A@A@H501_ArrayOf_UsageField@@8 @32172 NONAME ??_R1A@?0A@A@H501_AuthenticationConfirmation@@8 @32173 NONAME ??_R1A@?0A@A@H501_AuthenticationRejection@@8 @32174 NONAME ??_R1A@?0A@A@H501_AuthenticationRejectionReason@@8 @32175 NONAME ??_R1A@?0A@A@H501_AuthenticationRequest@@8 @32176 NONAME ??_R1A@?0A@A@H501_CallInformation@@8 @32177 NONAME ??_R1A@?0A@A@H501_ContactInformation@@8 @32178 NONAME ??_R1A@?0A@A@H501_Descriptor@@8 @32179 NONAME ??_R1A@?0A@A@H501_DescriptorConfirmation@@8 @32180 NONAME ??_R1A@?0A@A@H501_DescriptorIDConfirmation@@8 @32181 NONAME ??_R1A@?0A@A@H501_DescriptorIDRejection@@8 @32182 NONAME ??_R1A@?0A@A@H501_DescriptorIDRejectionReason@@8 @32183 NONAME ??_R1A@?0A@A@H501_DescriptorIDRequest@@8 @32184 NONAME ??_R1A@?0A@A@H501_DescriptorInfo@@8 @32185 NONAME ??_R1A@?0A@A@H501_DescriptorRejection@@8 @32186 NONAME ??_R1A@?0A@A@H501_DescriptorRejectionReason@@8 @32187 NONAME ??_R1A@?0A@A@H501_DescriptorRequest@@8 @32188 NONAME ??_R1A@?0A@A@H501_DescriptorUpdate@@8 @32189 NONAME ??_R1A@?0A@A@H501_DescriptorUpdateAck@@8 @32190 NONAME ??_R1A@?0A@A@H501_ElementIdentifier@@8 @32191 NONAME ??_R1A@?0A@A@H501_GlobalTimeStamp@@8 @32192 NONAME ??_R1A@?0A@A@H501_Message@@8 @32193 NONAME ??_R1A@?0A@A@H501_MessageBody@@8 @32194 NONAME ??_R1A@?0A@A@H501_MessageCommonInfo@@8 @32195 NONAME ??_R1A@?0A@A@H501_NonStandardConfirmation@@8 @32196 NONAME ??_R1A@?0A@A@H501_NonStandardRejection@@8 @32197 NONAME ??_R1A@?0A@A@H501_NonStandardRejectionReason@@8 @32198 NONAME ??_R1A@?0A@A@H501_NonStandardRequest@@8 @32199 NONAME ??_R1A@?0A@A@H501_PartyInformation@@8 @32200 NONAME ??_R1A@?0A@A@H501_Pattern@@8 @32201 NONAME ??_R1A@?0A@A@H501_Pattern_range@@8 @32202 NONAME ??_R1A@?0A@A@H501_PriceElement@@8 @32203 NONAME ??_R1A@?0A@A@H501_PriceElement_units@@8 @32204 NONAME ??_R1A@?0A@A@H501_PriceInfoSpec@@8 @32205 NONAME ??_R1A@?0A@A@H501_ProtocolVersion@@8 @32206 NONAME ??_R1A@?0A@A@H501_RequestInProgress@@8 @32207 NONAME ??_R1A@?0A@A@H501_Role@@8 @32208 NONAME ??_R1A@?0A@A@H501_RouteInformation@@8 @32209 NONAME ??_R1A@?0A@A@H501_RouteInformation_messageType@@8 @32210 NONAME ??_R1A@?0A@A@H501_SecurityMode@@8 @32211 NONAME ??_R1A@?0A@A@H501_ServiceConfirmation@@8 @32212 NONAME ??_R1A@?0A@A@H501_ServiceRejection@@8 @32213 NONAME ??_R1A@?0A@A@H501_ServiceRejectionReason@@8 @32214 NONAME ??_R1A@?0A@A@H501_ServiceRelease@@8 @32215 NONAME ??_R1A@?0A@A@H501_ServiceReleaseReason@@8 @32216 NONAME ??_R1A@?0A@A@H501_ServiceRequest@@8 @32217 NONAME ??_R1A@?0A@A@H501_TerminationCause@@8 @32218 NONAME ??_R1A@?0A@A@H501_TimeZone@@8 @32219 NONAME ??_R1A@?0A@A@H501_UnknownMessageReason@@8 @32220 NONAME ??_R1A@?0A@A@H501_UnknownMessageResponse@@8 @32221 NONAME ??_R1A@?0A@A@H501_UpdateInformation@@8 @32222 NONAME ??_R1A@?0A@A@H501_UpdateInformation_descriptorInfo@@8 @32223 NONAME ??_R1A@?0A@A@H501_UpdateInformation_updateType@@8 @32224 NONAME ??_R1A@?0A@A@H501_UsageCallStatus@@8 @32225 NONAME ??_R1A@?0A@A@H501_UsageConfirmation@@8 @32226 NONAME ??_R1A@?0A@A@H501_UsageField@@8 @32227 NONAME ??_R1A@?0A@A@H501_UsageIndication@@8 @32228 NONAME ??_R1A@?0A@A@H501_UsageIndicationConfirmation@@8 @32229 NONAME ??_R1A@?0A@A@H501_UsageIndicationRejection@@8 @32230 NONAME ??_R1A@?0A@A@H501_UsageIndicationRejectionReason@@8 @32231 NONAME ??_R1A@?0A@A@H501_UsageRejection@@8 @32232 NONAME ??_R1A@?0A@A@H501_UsageRejectReason@@8 @32233 NONAME ??_R1A@?0A@A@H501_UsageRequest@@8 @32234 NONAME ??_R1A@?0A@A@H501_UsageSpecification@@8 @32235 NONAME ??_R1A@?0A@A@H501_UsageSpecification_when@@8 @32236 NONAME ??_R1A@?0A@A@H501_UserInformation@@8 @32237 NONAME ??_R1A@?0A@A@H501_ValidationConfirmation@@8 @32238 NONAME ??_R1A@?0A@A@H501_ValidationRejection@@8 @32239 NONAME ??_R1A@?0A@A@H501_ValidationRejectionReason@@8 @32240 NONAME ??_R1A@?0A@A@H501_ValidationRequest@@8 @32241 NONAME ??_R1A@?0A@A@HandleTimeout_PNotifier@H245Negotiator@@8 @32242 NONAME ??_R1A@?0A@A@HandleTransactions_PNotifier@H323Transactor@@8 @32243 NONAME ??_R1A@?0A@A@IntraP64Decoder@@8 @32244 NONAME ??_R1A@?0A@A@MCS_ArrayOf_ChannelAttributes@@8 @32245 NONAME ??_R1A@?0A@A@MCS_ArrayOf_ChannelId@@8 @32246 NONAME ??_R1A@?0A@A@MCS_ArrayOf_TokenAttributes@@8 @32247 NONAME ??_R1A@?0A@A@MCS_ArrayOf_TokenId@@8 @32248 NONAME ??_R1A@?0A@A@MCS_ArrayOf_UserId@@8 @32249 NONAME ??_R1A@?0A@A@MCS_AssignedChannelId@@8 @32250 NONAME ??_R1A@?0A@A@MCS_AUcf@@8 @32251 NONAME ??_R1A@?0A@A@MCS_AUrq@@8 @32252 NONAME ??_R1A@?0A@A@MCS_CAin@@8 @32253 NONAME ??_R1A@?0A@A@MCS_CArq@@8 @32254 NONAME ??_R1A@?0A@A@MCS_CCcf@@8 @32255 NONAME ??_R1A@?0A@A@MCS_CCrq@@8 @32256 NONAME ??_R1A@?0A@A@MCS_CDin@@8 @32257 NONAME ??_R1A@?0A@A@MCS_CDrq@@8 @32258 NONAME ??_R1A@?0A@A@MCS_CEin@@8 @32259 NONAME ??_R1A@?0A@A@MCS_CErq@@8 @32260 NONAME ??_R1A@?0A@A@MCS_ChannelAttributes@@8 @32261 NONAME ??_R1A@?0A@A@MCS_ChannelAttributes_assigned@@8 @32262 NONAME ??_R1A@?0A@A@MCS_ChannelAttributes_private@@8 @32263 NONAME ??_R1A@?0A@A@MCS_ChannelAttributes_static@@8 @32264 NONAME ??_R1A@?0A@A@MCS_ChannelAttributes_userId@@8 @32265 NONAME ??_R1A@?0A@A@MCS_ChannelId@@8 @32266 NONAME ??_R1A@?0A@A@MCS_CJcf@@8 @32267 NONAME ??_R1A@?0A@A@MCS_CJrq@@8 @32268 NONAME ??_R1A@?0A@A@MCS_CLrq@@8 @32269 NONAME ??_R1A@?0A@A@MCS_ConnectMCSPDU@@8 @32270 NONAME ??_R1A@?0A@A@MCS_Connect_Additional@@8 @32271 NONAME ??_R1A@?0A@A@MCS_Connect_Initial@@8 @32272 NONAME ??_R1A@?0A@A@MCS_Connect_Response@@8 @32273 NONAME ??_R1A@?0A@A@MCS_Connect_Result@@8 @32274 NONAME ??_R1A@?0A@A@MCS_DataPriority@@8 @32275 NONAME ??_R1A@?0A@A@MCS_Diagnostic@@8 @32276 NONAME ??_R1A@?0A@A@MCS_DomainMCSPDU@@8 @32277 NONAME ??_R1A@?0A@A@MCS_DomainParameters@@8 @32278 NONAME ??_R1A@?0A@A@MCS_DPum@@8 @32279 NONAME ??_R1A@?0A@A@MCS_DUin@@8 @32280 NONAME ??_R1A@?0A@A@MCS_DUrq@@8 @32281 NONAME ??_R1A@?0A@A@MCS_DynamicChannelId@@8 @32282 NONAME ??_R1A@?0A@A@MCS_EDrq@@8 @32283 NONAME ??_R1A@?0A@A@MCS_MCcf@@8 @32284 NONAME ??_R1A@?0A@A@MCS_MCrq@@8 @32285 NONAME ??_R1A@?0A@A@MCS_MTcf@@8 @32286 NONAME ??_R1A@?0A@A@MCS_MTrq@@8 @32287 NONAME ??_R1A@?0A@A@MCS_PCin@@8 @32288 NONAME ??_R1A@?0A@A@MCS_PDin@@8 @32289 NONAME ??_R1A@?0A@A@MCS_PrivateChannelId@@8 @32290 NONAME ??_R1A@?0A@A@MCS_PTin@@8 @32291 NONAME ??_R1A@?0A@A@MCS_Reason@@8 @32292 NONAME ??_R1A@?0A@A@MCS_Result@@8 @32293 NONAME ??_R1A@?0A@A@MCS_RJum@@8 @32294 NONAME ??_R1A@?0A@A@MCS_SDin@@8 @32295 NONAME ??_R1A@?0A@A@MCS_SDrq@@8 @32296 NONAME ??_R1A@?0A@A@MCS_Segmentation@@8 @32297 NONAME ??_R1A@?0A@A@MCS_StaticChannelId@@8 @32298 NONAME ??_R1A@?0A@A@MCS_TGcf@@8 @32299 NONAME ??_R1A@?0A@A@MCS_TGrq@@8 @32300 NONAME ??_R1A@?0A@A@MCS_TIcf@@8 @32301 NONAME ??_R1A@?0A@A@MCS_TIrq@@8 @32302 NONAME ??_R1A@?0A@A@MCS_TokenAttributes@@8 @32303 NONAME ??_R1A@?0A@A@MCS_TokenAttributes_given@@8 @32304 NONAME ??_R1A@?0A@A@MCS_TokenAttributes_giving@@8 @32305 NONAME ??_R1A@?0A@A@MCS_TokenAttributes_grabbed@@8 @32306 NONAME ??_R1A@?0A@A@MCS_TokenAttributes_inhibited@@8 @32307 NONAME ??_R1A@?0A@A@MCS_TokenAttributes_ungivable@@8 @32308 NONAME ??_R1A@?0A@A@MCS_TokenId@@8 @32309 NONAME ??_R1A@?0A@A@MCS_TokenStatus@@8 @32310 NONAME ??_R1A@?0A@A@MCS_TPin@@8 @32311 NONAME ??_R1A@?0A@A@MCS_TPrq@@8 @32312 NONAME ??_R1A@?0A@A@MCS_TRcf@@8 @32313 NONAME ??_R1A@?0A@A@MCS_TRrq@@8 @32314 NONAME ??_R1A@?0A@A@MCS_TTcf@@8 @32315 NONAME ??_R1A@?0A@A@MCS_TTrq@@8 @32316 NONAME ??_R1A@?0A@A@MCS_TVcf@@8 @32317 NONAME ??_R1A@?0A@A@MCS_TVin@@8 @32318 NONAME ??_R1A@?0A@A@MCS_TVrq@@8 @32319 NONAME ??_R1A@?0A@A@MCS_TVrs@@8 @32320 NONAME ??_R1A@?0A@A@MCS_UserId@@8 @32321 NONAME ??_R1A@?0A@A@MCS_USin@@8 @32322 NONAME ??_R1A@?0A@A@MCS_USrq@@8 @32323 NONAME ??_R1A@?0A@A@MonitorMain_PNotifier@H323Gatekeeper@@8 @32331 NONAME ??_R1A@?0A@A@MonitorMain_PNotifier@H323GatekeeperServer@@8 @32332 NONAME ??_R1A@?0A@A@MonitorMain_PNotifier@H323PeerElement@@8 @32333 NONAME ??_R1A@?0A@A@MSIPAddress@PILSSession@@8 @32334 NONAME ??_R1A@?0A@A@MXRecordList@PDNS@@8 @44938 NONAME ??_R1A@?0A@A@OnCallIntrudeTimeOut_PNotifier@H45011Handler@@8 @32335 NONAME ??_R1A@?0A@A@OnCallTransferTimeOut_PNotifier@H4502Handler@@8 @32336 NONAME ??_R1A@?0A@A@OnLoadModule_PNotifier@PPluginModuleManager@@8 @42772 NONAME ??_R1A@?0A@A@OnUserInputInBandDTMF_PNotifier@H323Connection@@8 @32338 NONAME ??_R1A@?0A@A@OnUserInputInlineRFC2833_PNotifier@H323Connection@@8 @32339 NONAME ??_R1A@?0A@A@OpalFactoryCodec@@8 @44529 NONAME ??_R1A@?0A@A@OpalG711ALaw64kFormat@@8 @43017 NONAME ??_R1A@?0A@A@OpalG711ALaw64k_Base@@8 @44530 NONAME ??_R1A@?0A@A@OpalG711ALaw64k_Decoder@@8 @44531 NONAME ??_R1A@?0A@A@OpalG711ALaw64k_Encoder@@8 @44532 NONAME ??_R1A@?0A@A@OpalG711uLaw64kFormat@@8 @43018 NONAME ??_R1A@?0A@A@OpalG711uLaw64k_Base@@8 @44533 NONAME ??_R1A@?0A@A@OpalG711uLaw64k_Decoder@@8 @44534 NONAME ??_R1A@?0A@A@OpalG711uLaw64k_Encoder@@8 @44535 NONAME ??_R1A@?0A@A@OpalG7231A_5k3Format@@8 @43019 NONAME ??_R1A@?0A@A@OpalG7231A_6k3Format@@8 @43020 NONAME ??_R1A@?0A@A@OpalG7231_5k3Format@@8 @43021 NONAME ??_R1A@?0A@A@OpalG7231_6k3Format@@8 @43022 NONAME ??_R1A@?0A@A@OpalG728Format@@8 @43023 NONAME ??_R1A@?0A@A@OpalG729ABFormat@@8 @43024 NONAME ??_R1A@?0A@A@OpalG729AFormat@@8 @43025 NONAME ??_R1A@?0A@A@OpalG729BFormat@@8 @43026 NONAME ??_R1A@?0A@A@OpalG729Format@@8 @43027 NONAME ??_R1A@?0A@A@OpalGloballyUniqueID@@8 @32340 NONAME ??_R1A@?0A@A@OpalGSM0610Format@@8 @43028 NONAME ??_R1A@?0A@A@OpalH261Format@@8 @43029 NONAME ??_R1A@?0A@A@OpalIxJDevice@@8 @32341 NONAME ??_R1A@?0A@A@OpalLineChannel@@8 @32342 NONAME ??_R1A@?0A@A@OpalLineInterfaceDevice@@8 @32343 NONAME ??_R1A@?0A@A@OpalMediaFormat@@8 @32344 NONAME ??_R1A@?0A@A@OpalPCM16Format@@8 @43030 NONAME ??_R1A@?0A@A@OpalPluginCodec@@8 @44536 NONAME ??_R1A@?0A@A@OpalPluginMediaFormat@@8 @43031 NONAME ??_R1A@?0A@A@OpalRFC2190H263Format@@8 @45917 NONAME ??_R1A@?0A@A@OpalRFC2833@@8 @32345 NONAME ??_R1A@?0A@A@OpalRFC2833Info@@8 @32346 NONAME ??_R1A@?0A@A@OpalRtpToWavFile@@8 @32347 NONAME ??_R1A@?0A@A@OpalT120Format@@8 @43032 NONAME ??_R1A@?0A@A@OpalT120Protocol@@8 @32348 NONAME ??_R1A@?0A@A@OpalT38Protocol@@8 @32349 NONAME ??_R1A@?0A@A@OpalUserInputRFC2833Format@@8 @43033 NONAME ??_R1A@?0A@A@OpalVoipBlasterDevice@@8 @32350 NONAME ??_R1A@?0A@A@OpalVXMLSession@@8 @32351 NONAME ??_R1A@?0A@A@OpalWAVFile@@8 @32352 NONAME ??_R1A@?0A@A@P64Decoder@@8 @32353 NONAME ??_R1A@?0A@A@PASN_Array@@8 @32354 NONAME ??_R1A@?0A@A@PASN_BitString@@8 @32355 NONAME ??_R1A@?0A@A@PASN_BMPString@@8 @32356 NONAME ??_R1A@?0A@A@PASN_Boolean@@8 @32357 NONAME ??_R1A@?0A@A@PASN_Choice@@8 @32358 NONAME ??_R1A@?0A@A@PASN_ConstrainedObject@@8 @32359 NONAME ??_R1A@?0A@A@PASN_ConstrainedString@@8 @32360 NONAME ??_R1A@?0A@A@PASN_Enumeration@@8 @32361 NONAME ??_R1A@?0A@A@PASN_GeneralisedTime@@8 @32362 NONAME ??_R1A@?0A@A@PASN_GeneralString@@8 @32363 NONAME ??_R1A@?0A@A@PASN_IA5String@@8 @32364 NONAME ??_R1A@?0A@A@PASN_Integer@@8 @32365 NONAME ??_R1A@?0A@A@PASN_Null@@8 @32366 NONAME ??_R1A@?0A@A@PASN_NumericString@@8 @32367 NONAME ??_R1A@?0A@A@PASN_Object@@8 @32368 NONAME ??_R1A@?0A@A@PASN_ObjectId@@8 @32369 NONAME ??_R1A@?0A@A@PASN_OctetString@@8 @32370 NONAME ??_R1A@?0A@A@PASN_PrintableString@@8 @32371 NONAME ??_R1A@?0A@A@PASN_Sequence@@8 @32372 NONAME ??_R1A@?0A@A@PASN_Stream@@8 @32373 NONAME ??_R1A@?0A@A@PASN_VisibleString@@8 @32374 NONAME ??_R1A@?0A@A@PLDAPAttributeBase@@8 @32375 NONAME ??_R1A@?0A@A@PLDAPAttr_c@RTPerson@PILSSession@@8 @32376 NONAME ??_R1A@?0A@A@PLDAPAttr_cn@RTPerson@PILSSession@@8 @32377 NONAME ??_R1A@?0A@A@PLDAPAttr_comment@RTPerson@PILSSession@@8 @32378 NONAME ??_R1A@?0A@A@PLDAPAttr_givenName@RTPerson@PILSSession@@8 @32379 NONAME ??_R1A@?0A@A@PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@8 @32380 NONAME ??_R1A@?0A@A@PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@8 @32381 NONAME ??_R1A@?0A@A@PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@8 @32382 NONAME ??_R1A@?0A@A@PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@8 @32383 NONAME ??_R1A@?0A@A@PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@8 @32384 NONAME ??_R1A@?0A@A@PLDAPAttr_location@RTPerson@PILSSession@@8 @32385 NONAME ??_R1A@?0A@A@PLDAPAttr_o@RTPerson@PILSSession@@8 @32386 NONAME ??_R1A@?0A@A@PLDAPAttr_objectClass@RTPerson@PILSSession@@8 @32387 NONAME ??_R1A@?0A@A@PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@8 @32388 NONAME ??_R1A@?0A@A@PLDAPAttr_sappguid@RTPerson@PILSSession@@8 @32389 NONAME ??_R1A@?0A@A@PLDAPAttr_sappid@RTPerson@PILSSession@@8 @32390 NONAME ??_R1A@?0A@A@PLDAPAttr_sflags@RTPerson@PILSSession@@8 @32391 NONAME ??_R1A@?0A@A@PLDAPAttr_sipAddress@RTPerson@PILSSession@@8 @32392 NONAME ??_R1A@?0A@A@PLDAPAttr_smimetype@RTPerson@PILSSession@@8 @32393 NONAME ??_R1A@?0A@A@PLDAPAttr_smodop@RTPerson@PILSSession@@8 @32394 NONAME ??_R1A@?0A@A@PLDAPAttr_sport@RTPerson@PILSSession@@8 @32395 NONAME ??_R1A@?0A@A@PLDAPAttr_sprotid@RTPerson@PILSSession@@8 @32396 NONAME ??_R1A@?0A@A@PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@8 @32397 NONAME ??_R1A@?0A@A@PLDAPAttr_ssecurity@RTPerson@PILSSession@@8 @32398 NONAME ??_R1A@?0A@A@PLDAPAttr_sttl@RTPerson@PILSSession@@8 @32399 NONAME ??_R1A@?0A@A@PLDAPAttr_surname@RTPerson@PILSSession@@8 @32400 NONAME ??_R1A@?0A@A@PLDAPAttr_timestamp@RTPerson@PILSSession@@8 @32401 NONAME ??_R1A@?0A@A@PLDAPStructBase@@8 @32402 NONAME ??_R1A@?0A@A@PluginLoader@@8 @45088 NONAME ??_R1A@?0A@A@PPER_Stream@@8 @32403 NONAME ??_R1A@?0A@A@Pre_Vid_Coder@@8 @32404 NONAME ??_R1A@?0A@A@PVXMLSession@@8 @32405 NONAME ??_R1A@?0A@A@PWAVFile@@8 @32406 NONAME ??_R1A@?0A@A@PWAVFileConverter@@8 @44317 NONAME ??_R1A@?0A@A@PWAVFileConverterALaw@@8 @44318 NONAME ??_R1A@?0A@A@PWAVFileConverterULaw@@8 @44319 NONAME ??_R1A@?0A@A@PWAVFileConverterXLaw@@8 @44320 NONAME ??_R1A@?0A@A@Q931@@8 @32407 NONAME ??_R1A@?0A@A@ReceivedPacket_PNotifier@OpalRFC2833@@8 @32408 NONAME ??_R1A@?0A@A@ReceivedPacket_PNotifier@OpalRtpToWavFile@@8 @32409 NONAME ??_R1A@?0A@A@ReceiverReport@RTP_Session@@8 @32410 NONAME ??_R1A@?0A@A@ReceiveTimeout_PNotifier@OpalRFC2833@@8 @32411 NONAME ??_R1A@?0A@A@Request@H323Transactor@@8 @32412 NONAME ??_R1A@?0A@A@Response@H323Transactor@@8 @32413 NONAME ??_R1A@?0A@A@RFC2190_FfmpgLink@@8 @45918 NONAME ??_R1A@?0A@A@RTPerson@PILSSession@@8 @32414 NONAME ??_R1A@?0A@A@RTP_ControlFrame@@8 @32415 NONAME ??_R1A@?0A@A@RTP_DataFrame@@8 @32416 NONAME ??_R1A@?0A@A@RTP_JitterBuffer@@8 @32417 NONAME ??_R1A@?0A@A@RTP_JitterBufferAnalyser@@8 @32418 NONAME ??_R1A@?0A@A@RTP_QOS@@8 @32419 NONAME ??_R1A@?0A@A@RTP_Session@@8 @32420 NONAME ??_R1A@?0A@A@RTP_SessionManager@@8 @32421 NONAME ??_R1A@?0A@A@RTP_UDP@@8 @32422 NONAME ??_R1A@?0A@A@RTP_UserData@@8 @32423 NONAME ??_R1A@?0A@A@SenderReport@RTP_Session@@8 @32424 NONAME ??_R1A@?0A@A@SlowHandler_PNotifier@H323Transaction@@8 @32425 NONAME ??_R1A@?0A@A@SourceDescription@RTP_Session@@8 @32426 NONAME ??_R1A@?0A@A@SRVRecordList@PDNS@@8 @44939 NONAME ??_R1A@?0A@A@StatusHandler_PNotifier@OpalVoipBlasterDevice@@8 @32427 NONAME ??_R1A@?0A@A@StringMap@H323GatekeeperServer@@8 @32428 NONAME ??_R1A@?0A@A@T120ConnectPDU@@8 @32429 NONAME ??_R1A@?0A@A@T120_X224@@8 @32430 NONAME ??_R1A@?0A@A@T38_ArrayOf_PASN_OctetString@@8 @32431 NONAME ??_R1A@?0A@A@T38_Data_Field@@8 @32432 NONAME ??_R1A@?0A@A@T38_Data_Field_subtype@@8 @32433 NONAME ??_R1A@?0A@A@T38_Data_Field_subtype_field_type@@8 @32434 NONAME ??_R1A@?0A@A@T38_IFPPacket@@8 @32435 NONAME ??_R1A@?0A@A@T38_PreCorrigendum_Data_Field@@8 @32436 NONAME ??_R1A@?0A@A@T38_PreCorrigendum_Data_Field_subtype@@8 @32437 NONAME ??_R1A@?0A@A@T38_PreCorrigendum_Data_Field_subtype_field_type@@8 @32438 NONAME ??_R1A@?0A@A@T38_PreCorrigendum_IFPPacket@@8 @32439 NONAME ??_R1A@?0A@A@T38_Type_of_msg@@8 @32440 NONAME ??_R1A@?0A@A@T38_Type_of_msg_data@@8 @32441 NONAME ??_R1A@?0A@A@T38_Type_of_msg_t30_indicator@@8 @32442 NONAME ??_R1A@?0A@A@T38_UDPTLPacket@@8 @32443 NONAME ??_R1A@?0A@A@T38_UDPTLPacket_error_recovery@@8 @32444 NONAME ??_R1A@?0A@A@T38_UDPTLPacket_error_recovery_fec_info@@8 @32445 NONAME ??_R1A@?0A@A@T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@8 @32446 NONAME ??_R1A@?0A@A@T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@8 @32447 NONAME ??_R1A@?0A@A@T38_UDPTLPacket_primary_ifp_packet@@8 @32448 NONAME ??_R1A@?0A@A@TickleMonitor_PNotifier@H323Gatekeeper@@8 @32449 NONAME ??_R1A@?0A@A@TransmitEnded_PNotifier@OpalRFC2833@@8 @32450 NONAME ??_R1A@?0A@A@TransmitPacket_PNotifier@OpalRFC2833@@8 @32451 NONAME ??_R1A@?0A@A@Transmitter@@8 @32452 NONAME ??_R1A@?0A@A@UpdateAllDescriptors_PNotifier@H323PeerElement@@8 @32453 NONAME ??_R1A@?0A@A@VoipBlasterInterface@@8 @32455 NONAME ??_R1A@?0A@A@Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@8 @44537 NONAME ??_R1A@?0A@A@Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@8 @44538 NONAME ??_R1A@?0A@A@Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@8 @44539 NONAME ??_R1A@?0A@A@Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@8 @44540 NONAME ??_R1A@?0A@A@Worker@OpalPluginCodecFactory@@8 @44541 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@8 @44940 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VH323Capability@@VPString@@@@8 @43915 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@8 @44542 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43916 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @43917 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VPWAVFileConverter@@I@@8 @44321 NONAME ??_R1A@?0A@A@X224@@8 @32456 NONAME ??_R1A@?0A@A@X880_Code@@8 @32457 NONAME ??_R1A@?0A@A@X880_GeneralProblem@@8 @32458 NONAME ??_R1A@?0A@A@X880_Invoke@@8 @32459 NONAME ??_R1A@?0A@A@X880_InvokeId@@8 @32460 NONAME ??_R1A@?0A@A@X880_InvokeProblem@@8 @32461 NONAME ??_R1A@?0A@A@X880_Reject@@8 @32462 NONAME ??_R1A@?0A@A@X880_RejectProblem@@8 @32463 NONAME ??_R1A@?0A@A@X880_Reject_problem@@8 @32464 NONAME ??_R1A@?0A@A@X880_ReturnError@@8 @32465 NONAME ??_R1A@?0A@A@X880_ReturnErrorProblem@@8 @32466 NONAME ??_R1A@?0A@A@X880_ReturnResult@@8 @32467 NONAME ??_R1A@?0A@A@X880_ReturnResultProblem@@8 @32468 NONAME ??_R1A@?0A@A@X880_ReturnResult_result@@8 @32469 NONAME ??_R1A@?0A@A@X880_ROS@@8 @32470 NONAME ??_R1BCA@?0A@A@PVXMLChannelInterface@@8 @46023 NONAME ??_R1BE@?0A@A@H323GenericCapabilityInfo@@8 @45396 NONAME ??_R1BE@?0A@A@H323NonStandardCapabilityInfo@@8 @32471 NONAME ??_R1BM@?0A@A@H323GenericCapabilityInfo@@8 @45397 NONAME ??_R1BM@?0A@A@H323NonStandardCapabilityInfo@@8 @32472 NONAME ??_R1BM@?0A@A@H323PluginCapabilityInfo@@8 @32473 NONAME ??_R1CA@?0A@A@H323TransactionPDU@@8 @45398 NONAME ??_R1EA@?0A@A@H323PluginCapabilityInfo@@8 @45399 NONAME ??_R1EME@?0A@A@H323TransactionPDU@@8 @45400 NONAME ??_R1FI@?0A@A@H323PluginCapabilityInfo@@8 @32476 NONAME ??_R2?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@8 @32477 NONAME ??_R2?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@8 @32478 NONAME ??_R2?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@8 @32479 NONAME ??_R2?$H235_HASHED@VH235_EncodedGeneralToken@@@@8 @32480 NONAME ??_R2?$H235_HASHED@VH235_EncodedPwdCertToken@@@@8 @32481 NONAME ??_R2?$H235_SIGNED@VH225_EncodedFastStartToken@@@@8 @32482 NONAME ??_R2?$H235_SIGNED@VH235_EncodedGeneralToken@@@@8 @32483 NONAME ??_R2?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@8 @32484 NONAME ??_R2?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@8 @32485 NONAME ??_R2?$H235_SIGNED@VH235_EncodedReturnSig@@@@8 @32486 NONAME ??_R2?$PArray@V?$PList@VH323Capability@@@@@@8 @32487 NONAME ??_R2?$PArray@VH323SimultaneousCapabilities@@@@8 @32488 NONAME ??_R2?$PArray@VH323TransportAddress@@@@8 @32489 NONAME ??_R2?$PArray@VReceiverReport@RTP_Session@@@@8 @32490 NONAME ??_R2?$PArray@VSourceDescription@RTP_Session@@@@8 @32491 NONAME ??_R2?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@8 @32492 NONAME ??_R2?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@8 @32493 NONAME ??_R2?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@8 @32494 NONAME ??_R2?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@8 @32495 NONAME ??_R2?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@8 @32496 NONAME ??_R2?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@8 @32497 NONAME ??_R2?$PDictionary@VPString@@VH323Connection@@@@8 @32498 NONAME ??_R2?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@8 @32499 NONAME ??_R2?$PDictionary@VPString@@VPOrdinalKey@@@@8 @32500 NONAME ??_R2?$PFactory@VH235Authenticator@@VPString@@@@8 @44941 NONAME ??_R2?$PFactory@VH323Capability@@VPString@@@@8 @43918 NONAME ??_R2?$PFactory@VH323StaticPluginCodec@@VPString@@@@8 @43919 NONAME ??_R2?$PFactory@VOpalFactoryCodec@@VPString@@@@8 @44543 NONAME ??_R2?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43920 NONAME ??_R2?$PFactory@VPWAVFileConverter@@I@@8 @44322 NONAME ??_R2?$PList@VH235Authenticator@@@@8 @32501 NONAME ??_R2?$PList@VH245_GenericParameter@@@@8 @45401 NONAME ??_R2?$PList@VH263Packet@@@@8 @45919 NONAME ??_R2?$PList@VH323Capability@@@@8 @32503 NONAME ??_R2?$PList@VH323Channel@@@@8 @32504 NONAME ??_R2?$PList@VH323GatekeeperListener@@@@8 @32505 NONAME ??_R2?$PList@VH323Listener@@@@8 @32506 NONAME ??_R2?$PList@VH323Transactor@@@@8 @32507 NONAME ??_R2?$PList@VH450xHandler@@@@8 @32508 NONAME ??_R2?$PList@VOpalMediaFormat@@@@8 @32510 NONAME ??_R2?$PList@VPBYTEArray@@@@8 @32511 NONAME ??_R2?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@8 @32512 NONAME ??_R2?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@8 @32513 NONAME ??_R2?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@8 @32514 NONAME ??_R2?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@8 @32515 NONAME ??_R2?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@8 @32516 NONAME ??_R2?$PSafePtr@VH323GatekeeperCall@@@@8 @32517 NONAME ??_R2?$PSafePtr@VH323PeerElementDescriptor@@@@8 @32518 NONAME ??_R2?$PSafePtr@VH323PeerElementServiceRelationship@@@@8 @32519 NONAME ??_R2?$PSafePtr@VH323RegisteredEndPoint@@@@8 @32520 NONAME ??_R2?$PSafeSortedList@VH323GatekeeperCall@@@@8 @32521 NONAME ??_R2?$PSafeSortedList@VH323PeerElementDescriptor@@@@8 @32522 NONAME ??_R2?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@8 @32523 NONAME ??_R2?$PSet@VPOrdinalKey@@@@8 @32524 NONAME ??_R2?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@8 @32525 NONAME ??_R2?$PSortedList@VH225_AliasAddress@@@@8 @32526 NONAME ??_R2?$PSortedList@VH323GatekeeperCall@@@@8 @32527 NONAME ??_R2?$PSortedList@VH323PeerElementDescriptor@@@@8 @32528 NONAME ??_R2?$PSortedList@VH323PeerElementServiceRelationship@@@@8 @32529 NONAME ??_R2?$PSortedList@VMXRecord@PDNS@@@@8 @44942 NONAME ??_R2?$PSortedList@VResponse@H323Transactor@@@@8 @32530 NONAME ??_R2?$PSortedList@VSRVRecord@PDNS@@@@8 @44943 NONAME ??_R2?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @44944 NONAME ??_R2?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @44945 NONAME ??_R2?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @44946 NONAME ??_R2?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @43921 NONAME ??_R2?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43922 NONAME ??_R2?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43923 NONAME ??_R2?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43924 NONAME ??_R2?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43925 NONAME ??_R2?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43926 NONAME ??_R2?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43927 NONAME ??_R2?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43928 NONAME ??_R2?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43929 NONAME ??_R2?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43930 NONAME ??_R2?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43931 NONAME ??_R2?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43932 NONAME ??_R2?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43933 NONAME ??_R2?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43934 NONAME ??_R2?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43935 NONAME ??_R2?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43936 NONAME ??_R2?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43937 NONAME ??_R2?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43938 NONAME ??_R2?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43939 NONAME ??_R2?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43940 NONAME ??_R2?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43941 NONAME ??_R2?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43942 NONAME ??_R2?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43943 NONAME ??_R2?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43944 NONAME ??_R2?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43945 NONAME ??_R2?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43946 NONAME ??_R2?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43947 NONAME ??_R2?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43948 NONAME ??_R2?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43949 NONAME ??_R2?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43950 NONAME ??_R2?$Worker@VOpalRFC2190H263Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @45920 NONAME ??_R2?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43951 NONAME ??_R2?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43952 NONAME ??_R2?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@8 @45089 NONAME ??_R2?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@8 @44323 NONAME ??_R2?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@8 @44324 NONAME ??_R2AliasKey@H323PeerElement@@8 @32531 NONAME ??_R2AlternateInfo@H323Gatekeeper@@8 @32532 NONAME ??_R2ByteQueue@OpalVoipBlasterDevice@@8 @32533 NONAME ??_R2Encoder@@8 @32534 NONAME ??_R2Entry@RTP_JitterBuffer@@8 @32535 NONAME ??_R2FilterInfo@H323Codec@@8 @32537 NONAME ??_R2FullP64Decoder@@8 @32538 NONAME ??_R2G7231_File_Capability@@8 @32539 NONAME ??_R2G7231_File_Codec@@8 @32540 NONAME ??_R2GCC_AlternativeNodeID@@8 @32541 NONAME ??_R2GCC_ApplicationInvokeIndication@@8 @32542 NONAME ??_R2GCC_ApplicationInvokeSpecifier@@8 @32543 NONAME ??_R2GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@8 @32544 NONAME ??_R2GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@8 @32545 NONAME ??_R2GCC_ApplicationRecord@@8 @32546 NONAME ??_R2GCC_ApplicationRecord_nonCollapsingCapabilities@@8 @32547 NONAME ??_R2GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@8 @32548 NONAME ??_R2GCC_ArrayOf_ApplicationInvokeSpecifier@@8 @32549 NONAME ??_R2GCC_ArrayOf_ChallengeItem@@8 @32550 NONAME ??_R2GCC_ArrayOf_ConferenceDescriptor@@8 @32551 NONAME ??_R2GCC_ArrayOf_Privilege@@8 @32552 NONAME ??_R2GCC_ArrayOf_TextString@@8 @32553 NONAME ??_R2GCC_ArrayOf_UserID@@8 @32554 NONAME ??_R2GCC_AsymmetryIndicator@@8 @32555 NONAME ??_R2GCC_CapabilityClass@@8 @32556 NONAME ??_R2GCC_CapabilityID@@8 @32557 NONAME ??_R2GCC_ChallengeItem@@8 @32558 NONAME ??_R2GCC_ChallengeRequest@@8 @32559 NONAME ??_R2GCC_ChallengeResponse@@8 @32560 NONAME ??_R2GCC_ChallengeResponseAlgorithm@@8 @32561 NONAME ??_R2GCC_ChallengeResponseItem@@8 @32562 NONAME ??_R2GCC_ChannelID@@8 @32563 NONAME ??_R2GCC_ChannelType@@8 @32564 NONAME ??_R2GCC_ConductorAssignIndication@@8 @32565 NONAME ??_R2GCC_ConductorPermissionAskIndication@@8 @32566 NONAME ??_R2GCC_ConductorPermissionGrantIndication@@8 @32567 NONAME ??_R2GCC_ConductorReleaseIndication@@8 @32568 NONAME ??_R2GCC_ConferenceAddRequest@@8 @32569 NONAME ??_R2GCC_ConferenceAddResponse@@8 @32570 NONAME ??_R2GCC_ConferenceAddResponse_result@@8 @32571 NONAME ??_R2GCC_ConferenceAssistanceIndication@@8 @32572 NONAME ??_R2GCC_ConferenceCreateRequest@@8 @32573 NONAME ??_R2GCC_ConferenceCreateResponse@@8 @32574 NONAME ??_R2GCC_ConferenceCreateResponse_result@@8 @32575 NONAME ??_R2GCC_ConferenceDescriptor@@8 @32576 NONAME ??_R2GCC_ConferenceEjectUserIndication@@8 @32577 NONAME ??_R2GCC_ConferenceEjectUserIndication_reason@@8 @32578 NONAME ??_R2GCC_ConferenceEjectUserRequest@@8 @32579 NONAME ??_R2GCC_ConferenceEjectUserRequest_reason@@8 @32580 NONAME ??_R2GCC_ConferenceEjectUserResponse@@8 @32581 NONAME ??_R2GCC_ConferenceEjectUserResponse_result@@8 @32582 NONAME ??_R2GCC_ConferenceInviteRequest@@8 @32583 NONAME ??_R2GCC_ConferenceInviteResponse@@8 @32584 NONAME ??_R2GCC_ConferenceInviteResponse_result@@8 @32585 NONAME ??_R2GCC_ConferenceJoinRequest@@8 @32586 NONAME ??_R2GCC_ConferenceJoinResponse@@8 @32587 NONAME ??_R2GCC_ConferenceJoinResponse_result@@8 @32588 NONAME ??_R2GCC_ConferenceLockIndication@@8 @32589 NONAME ??_R2GCC_ConferenceLockRequest@@8 @32590 NONAME ??_R2GCC_ConferenceLockResponse@@8 @32591 NONAME ??_R2GCC_ConferenceLockResponse_result@@8 @32592 NONAME ??_R2GCC_ConferenceName@@8 @32593 NONAME ??_R2GCC_ConferenceNameModifier@@8 @32594 NONAME ??_R2GCC_ConferenceNameSelector@@8 @32595 NONAME ??_R2GCC_ConferencePriority@@8 @32596 NONAME ??_R2GCC_ConferencePriorityScheme@@8 @32597 NONAME ??_R2GCC_ConferenceQueryRequest@@8 @32598 NONAME ??_R2GCC_ConferenceQueryResponse@@8 @32599 NONAME ??_R2GCC_ConferenceQueryResponse_result@@8 @32600 NONAME ??_R2GCC_ConferenceTerminateIndication@@8 @32601 NONAME ??_R2GCC_ConferenceTerminateIndication_reason@@8 @32602 NONAME ??_R2GCC_ConferenceTerminateRequest@@8 @32603 NONAME ??_R2GCC_ConferenceTerminateRequest_reason@@8 @32604 NONAME ??_R2GCC_ConferenceTerminateResponse@@8 @32605 NONAME ??_R2GCC_ConferenceTerminateResponse_result@@8 @32606 NONAME ??_R2GCC_ConferenceTimeExtendIndication@@8 @32607 NONAME ??_R2GCC_ConferenceTimeInquireIndication@@8 @32608 NONAME ??_R2GCC_ConferenceTimeRemainingIndication@@8 @32609 NONAME ??_R2GCC_ConferenceTransferIndication@@8 @32610 NONAME ??_R2GCC_ConferenceTransferRequest@@8 @32611 NONAME ??_R2GCC_ConferenceTransferResponse@@8 @32612 NONAME ??_R2GCC_ConferenceTransferResponse_result@@8 @32613 NONAME ??_R2GCC_ConferenceUnlockIndication@@8 @32614 NONAME ??_R2GCC_ConferenceUnlockRequest@@8 @32615 NONAME ??_R2GCC_ConferenceUnlockResponse@@8 @32616 NONAME ??_R2GCC_ConferenceUnlockResponse_result@@8 @32617 NONAME ??_R2GCC_ConnectData@@8 @32618 NONAME ??_R2GCC_ConnectGCCPDU@@8 @32619 NONAME ??_R2GCC_DialingString@@8 @32620 NONAME ??_R2GCC_DynamicChannelID@@8 @32621 NONAME ??_R2GCC_DynamicTokenID@@8 @32622 NONAME ??_R2GCC_EntityID@@8 @32623 NONAME ??_R2GCC_ExtraDialingString@@8 @32624 NONAME ??_R2GCC_FunctionNotSupportedResponse@@8 @32625 NONAME ??_R2GCC_GCCPDU@@8 @32626 NONAME ??_R2GCC_H221NonStandardIdentifier@@8 @32627 NONAME ??_R2GCC_Handle@@8 @32628 NONAME ??_R2GCC_IndicationPDU@@8 @32629 NONAME ??_R2GCC_Key@@8 @32630 NONAME ??_R2GCC_NetworkAddress@@8 @32631 NONAME ??_R2GCC_NetworkAddress_subtype@@8 @32632 NONAME ??_R2GCC_NetworkAddress_subtype_aggregatedChannel@@8 @32633 NONAME ??_R2GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@8 @32634 NONAME ??_R2GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@8 @32635 NONAME ??_R2GCC_NetworkAddress_subtype_transportConnection@@8 @32636 NONAME ??_R2GCC_NodeProperties@@8 @32637 NONAME ??_R2GCC_NodeRecord@@8 @32638 NONAME ??_R2GCC_NodeType@@8 @32639 NONAME ??_R2GCC_NonStandardParameter@@8 @32640 NONAME ??_R2GCC_NonStandardPDU@@8 @32641 NONAME ??_R2GCC_Password@@8 @32642 NONAME ??_R2GCC_PasswordChallengeRequestResponse@@8 @32643 NONAME ??_R2GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@8 @32644 NONAME ??_R2GCC_PasswordSelector@@8 @32645 NONAME ??_R2GCC_Privilege@@8 @32646 NONAME ??_R2GCC_RegistryAllocateHandleRequest@@8 @32647 NONAME ??_R2GCC_RegistryAllocateHandleResponse@@8 @32648 NONAME ??_R2GCC_RegistryAllocateHandleResponse_result@@8 @32649 NONAME ??_R2GCC_RegistryAssignTokenRequest@@8 @32650 NONAME ??_R2GCC_RegistryDeleteEntryRequest@@8 @32651 NONAME ??_R2GCC_RegistryEntryOwner@@8 @32652 NONAME ??_R2GCC_RegistryEntryOwner_owned@@8 @32653 NONAME ??_R2GCC_RegistryItem@@8 @32654 NONAME ??_R2GCC_RegistryKey@@8 @32655 NONAME ??_R2GCC_RegistryModificationRights@@8 @32656 NONAME ??_R2GCC_RegistryMonitorEntryIndication@@8 @32657 NONAME ??_R2GCC_RegistryMonitorEntryRequest@@8 @32658 NONAME ??_R2GCC_RegistryRegisterChannelRequest@@8 @32659 NONAME ??_R2GCC_RegistryResponse@@8 @32660 NONAME ??_R2GCC_RegistryResponse_primitiveType@@8 @32661 NONAME ??_R2GCC_RegistryResponse_result@@8 @32662 NONAME ??_R2GCC_RegistryRetrieveEntryRequest@@8 @32663 NONAME ??_R2GCC_RegistrySetParameterRequest@@8 @32664 NONAME ??_R2GCC_RequestPDU@@8 @32665 NONAME ??_R2GCC_ResponsePDU@@8 @32666 NONAME ??_R2GCC_RosterUpdateIndication@@8 @32667 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation@@8 @32668 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype@@8 @32669 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@8 @32670 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@8 @32671 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@8 @32672 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@8 @32673 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@8 @32674 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@8 @32675 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@8 @32676 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@8 @32677 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@8 @32678 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation@@8 @32679 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@8 @32680 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@8 @32681 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@8 @32682 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@8 @32683 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@8 @32684 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@8 @32685 NONAME ??_R2GCC_SessionKey@@8 @32686 NONAME ??_R2GCC_SimpleNumericString@@8 @32687 NONAME ??_R2GCC_SimpleTextString@@8 @32688 NONAME ??_R2GCC_StaticChannelID@@8 @32689 NONAME ??_R2GCC_StaticTokenID@@8 @32690 NONAME ??_R2GCC_SubAddressString@@8 @32691 NONAME ??_R2GCC_TerminationMethod@@8 @32692 NONAME ??_R2GCC_TextMessageIndication@@8 @32693 NONAME ??_R2GCC_TextString@@8 @32694 NONAME ??_R2GCC_Time@@8 @32695 NONAME ??_R2GCC_TokenID@@8 @32696 NONAME ??_R2GCC_UserData@@8 @32697 NONAME ??_R2GCC_UserData_subtype@@8 @32698 NONAME ??_R2GCC_UserID@@8 @32699 NONAME ??_R2GCC_UserIDIndication@@8 @32700 NONAME ??_R2H225CallThread@@8 @32701 NONAME ??_R2H225TransportThread@@8 @32702 NONAME ??_R2H225_AddressPattern@@8 @32703 NONAME ??_R2H225_AddressPattern_range@@8 @32704 NONAME ??_R2H225_AdmissionConfirm@@8 @32705 NONAME ??_R2H225_AdmissionConfirm_language@@8 @32706 NONAME ??_R2H225_AdmissionReject@@8 @32707 NONAME ??_R2H225_AdmissionRejectReason@@8 @32708 NONAME ??_R2H225_AdmissionRequest@@8 @32709 NONAME ??_R2H225_Alerting_UUIE@@8 @32710 NONAME ??_R2H225_AliasAddress@@8 @32711 NONAME ??_R2H225_AlternateGK@@8 @32712 NONAME ??_R2H225_AlternateTransportAddresses@@8 @32713 NONAME ??_R2H225_AltGKInfo@@8 @32714 NONAME ??_R2H225_ANSI_41_UIM@@8 @32715 NONAME ??_R2H225_ANSI_41_UIM_system_id@@8 @32716 NONAME ??_R2H225_ArrayOf_AddressPattern@@8 @32717 NONAME ??_R2H225_ArrayOf_AdmissionConfirm@@8 @32718 NONAME ??_R2H225_ArrayOf_AliasAddress@@8 @32719 NONAME ??_R2H225_ArrayOf_AlternateGK@@8 @32720 NONAME ??_R2H225_ArrayOf_AuthenticationMechanism@@8 @32721 NONAME ??_R2H225_ArrayOf_BandwidthDetails@@8 @32722 NONAME ??_R2H225_ArrayOf_CallReferenceValue@@8 @32723 NONAME ??_R2H225_ArrayOf_CallsAvailable@@8 @32724 NONAME ??_R2H225_ArrayOf_ClearToken@@8 @32725 NONAME ??_R2H225_ArrayOf_ConferenceIdentifier@@8 @32726 NONAME ??_R2H225_ArrayOf_ConferenceList@@8 @32727 NONAME ??_R2H225_ArrayOf_CryptoH323Token@@8 @32728 NONAME ??_R2H225_ArrayOf_DataRate@@8 @32729 NONAME ??_R2H225_ArrayOf_Endpoint@@8 @32730 NONAME ??_R2H225_ArrayOf_EnumeratedParameter@@8 @32731 NONAME ??_R2H225_ArrayOf_ExtendedAliasAddress@@8 @32732 NONAME ??_R2H225_ArrayOf_FeatureDescriptor@@8 @32733 NONAME ??_R2H225_ArrayOf_GenericData@@8 @32734 NONAME ??_R2H225_ArrayOf_H245Security@@8 @32735 NONAME ??_R2H225_ArrayOf_H248PackagesDescriptor@@8 @32736 NONAME ??_R2H225_ArrayOf_IntegrityMechanism@@8 @32737 NONAME ??_R2H225_ArrayOf_NonStandardParameter@@8 @32738 NONAME ??_R2H225_ArrayOf_PartyNumber@@8 @32739 NONAME ??_R2H225_ArrayOf_PASN_ObjectId@@8 @32740 NONAME ??_R2H225_ArrayOf_PASN_OctetString@@8 @32741 NONAME ??_R2H225_ArrayOf_RasUsageSpecification@@8 @32742 NONAME ??_R2H225_ArrayOf_RTPSession@@8 @32743 NONAME ??_R2H225_ArrayOf_ServiceControlSession@@8 @32744 NONAME ??_R2H225_ArrayOf_SupportedPrefix@@8 @32745 NONAME ??_R2H225_ArrayOf_SupportedProtocols@@8 @32746 NONAME ??_R2H225_ArrayOf_TransportAddress@@8 @32747 NONAME ??_R2H225_ArrayOf_TransportChannelInfo@@8 @32748 NONAME ??_R2H225_ArrayOf_TunnelledProtocol@@8 @32749 NONAME ??_R2H225_BandRejectReason@@8 @32750 NONAME ??_R2H225_BandWidth@@8 @32751 NONAME ??_R2H225_BandwidthConfirm@@8 @32752 NONAME ??_R2H225_BandwidthDetails@@8 @32753 NONAME ??_R2H225_BandwidthReject@@8 @32754 NONAME ??_R2H225_BandwidthRequest@@8 @32755 NONAME ??_R2H225_CallCapacity@@8 @32756 NONAME ??_R2H225_CallCapacityInfo@@8 @32757 NONAME ??_R2H225_CallCreditCapability@@8 @32758 NONAME ??_R2H225_CallCreditServiceControl@@8 @32759 NONAME ??_R2H225_CallCreditServiceControl_billingMode@@8 @32760 NONAME ??_R2H225_CallCreditServiceControl_callStartingPoint@@8 @32761 NONAME ??_R2H225_CallIdentifier@@8 @32762 NONAME ??_R2H225_CallLinkage@@8 @32763 NONAME ??_R2H225_CallModel@@8 @32764 NONAME ??_R2H225_CallProceeding_UUIE@@8 @32765 NONAME ??_R2H225_CallReferenceValue@@8 @32766 NONAME ??_R2H225_CallsAvailable@@8 @32767 NONAME ??_R2H225_CallTerminationCause@@8 @32768 NONAME ??_R2H225_CallType@@8 @32769 NONAME ??_R2H225_CapacityReportingCapability@@8 @32770 NONAME ??_R2H225_CapacityReportingSpecification@@8 @32771 NONAME ??_R2H225_CapacityReportingSpecification_when@@8 @32772 NONAME ??_R2H225_CarrierInfo@@8 @32773 NONAME ??_R2H225_CicInfo@@8 @32774 NONAME ??_R2H225_CicInfo_cic@@8 @32775 NONAME ??_R2H225_CircuitIdentifier@@8 @32776 NONAME ??_R2H225_CircuitInfo@@8 @32777 NONAME ??_R2H225_ConferenceIdentifier@@8 @32778 NONAME ??_R2H225_ConferenceList@@8 @32779 NONAME ??_R2H225_Connect_UUIE@@8 @32780 NONAME ??_R2H225_Connect_UUIE_language@@8 @32781 NONAME ??_R2H225_Content@@8 @32782 NONAME ??_R2H225_CryptoH323Token@@8 @32783 NONAME ??_R2H225_CryptoH323Token_cryptoEPPwdHash@@8 @32784 NONAME ??_R2H225_CryptoH323Token_cryptoGKPwdHash@@8 @32785 NONAME ??_R2H225_DataRate@@8 @32786 NONAME ??_R2H225_DisengageConfirm@@8 @32787 NONAME ??_R2H225_DisengageReason@@8 @32788 NONAME ??_R2H225_DisengageReject@@8 @32789 NONAME ??_R2H225_DisengageRejectReason@@8 @32790 NONAME ??_R2H225_DisengageRequest@@8 @32791 NONAME ??_R2H225_EncodedFastStartToken@@8 @32792 NONAME ??_R2H225_EncryptIntAlg@@8 @32793 NONAME ??_R2H225_Endpoint@@8 @32794 NONAME ??_R2H225_EndpointIdentifier@@8 @32795 NONAME ??_R2H225_EndpointType@@8 @32796 NONAME ??_R2H225_EnumeratedParameter@@8 @32797 NONAME ??_R2H225_ExtendedAliasAddress@@8 @32798 NONAME ??_R2H225_FacilityReason@@8 @32799 NONAME ??_R2H225_Facility_UUIE@@8 @32800 NONAME ??_R2H225_FastStartToken@@8 @32801 NONAME ??_R2H225_FeatureDescriptor@@8 @32802 NONAME ??_R2H225_FeatureSet@@8 @32803 NONAME ??_R2H225_GatekeeperConfirm@@8 @32804 NONAME ??_R2H225_GatekeeperIdentifier@@8 @32805 NONAME ??_R2H225_GatekeeperInfo@@8 @32806 NONAME ??_R2H225_GatekeeperReject@@8 @32807 NONAME ??_R2H225_GatekeeperRejectReason@@8 @32808 NONAME ??_R2H225_GatekeeperRequest@@8 @32809 NONAME ??_R2H225_GatewayInfo@@8 @32810 NONAME ??_R2H225_GenericData@@8 @32811 NONAME ??_R2H225_GenericIdentifier@@8 @32812 NONAME ??_R2H225_GloballyUniqueID@@8 @32813 NONAME ??_R2H225_GroupID@@8 @32814 NONAME ??_R2H225_GroupID_member@@8 @32815 NONAME ??_R2H225_GSM_UIM@@8 @32816 NONAME ??_R2H225_H221NonStandard@@8 @32817 NONAME ??_R2H225_H245Security@@8 @32818 NONAME ??_R2H225_H248PackagesDescriptor@@8 @32819 NONAME ??_R2H225_H248SignalsDescriptor@@8 @32820 NONAME ??_R2H225_H310Caps@@8 @32821 NONAME ??_R2H225_H320Caps@@8 @32822 NONAME ??_R2H225_H321Caps@@8 @32823 NONAME ??_R2H225_H322Caps@@8 @32824 NONAME ??_R2H225_H323Caps@@8 @32825 NONAME ??_R2H225_H323_UserInformation@@8 @32826 NONAME ??_R2H225_H323_UserInformation_user_data@@8 @32827 NONAME ??_R2H225_H323_UU_PDU@@8 @32828 NONAME ??_R2H225_H323_UU_PDU_h323_message_body@@8 @32829 NONAME ??_R2H225_H323_UU_PDU_tunnelledSignallingMessage@@8 @32830 NONAME ??_R2H225_H324Caps@@8 @32831 NONAME ??_R2H225_ICV@@8 @32832 NONAME ??_R2H225_InfoRequest@@8 @32833 NONAME ??_R2H225_InfoRequestAck@@8 @32834 NONAME ??_R2H225_InfoRequestNak@@8 @32835 NONAME ??_R2H225_InfoRequestNakReason@@8 @32836 NONAME ??_R2H225_InfoRequestResponse@@8 @32837 NONAME ??_R2H225_InfoRequestResponseStatus@@8 @32838 NONAME ??_R2H225_InfoRequestResponse_perCallInfo@@8 @32839 NONAME ??_R2H225_InfoRequestResponse_perCallInfo_subtype@@8 @32840 NONAME ??_R2H225_InfoRequestResponse_perCallInfo_subtype_pdu@@8 @32841 NONAME ??_R2H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@8 @32842 NONAME ??_R2H225_Information_UUIE@@8 @32843 NONAME ??_R2H225_IntegrityMechanism@@8 @32844 NONAME ??_R2H225_LocationConfirm@@8 @32845 NONAME ??_R2H225_LocationReject@@8 @32846 NONAME ??_R2H225_LocationRejectReason@@8 @32847 NONAME ??_R2H225_LocationRequest@@8 @32848 NONAME ??_R2H225_McuInfo@@8 @32849 NONAME ??_R2H225_MobileUIM@@8 @32850 NONAME ??_R2H225_NonIsoIntegrityMechanism@@8 @32851 NONAME ??_R2H225_NonStandardIdentifier@@8 @32852 NONAME ??_R2H225_NonStandardMessage@@8 @32853 NONAME ??_R2H225_NonStandardParameter@@8 @32854 NONAME ??_R2H225_NonStandardProtocol@@8 @32855 NONAME ??_R2H225_Notify_UUIE@@8 @32856 NONAME ??_R2H225_NumberDigits@@8 @32857 NONAME ??_R2H225_PartyNumber@@8 @32858 NONAME ??_R2H225_PresentationIndicator@@8 @32859 NONAME ??_R2H225_PrivatePartyNumber@@8 @32860 NONAME ??_R2H225_PrivateTypeOfNumber@@8 @32861 NONAME ??_R2H225_Progress_UUIE@@8 @32862 NONAME ??_R2H225_ProtocolIdentifier@@8 @32863 NONAME ??_R2H225_PublicPartyNumber@@8 @32864 NONAME ??_R2H225_PublicTypeOfNumber@@8 @32865 NONAME ??_R2H225_Q954Details@@8 @32866 NONAME ??_R2H225_QseriesOptions@@8 @32867 NONAME ??_R2H225_RAS@@8 @32868 NONAME ??_R2H225_RasMessage@@8 @32869 NONAME ??_R2H225_RasUsageInformation@@8 @32870 NONAME ??_R2H225_RasUsageInfoTypes@@8 @32871 NONAME ??_R2H225_RasUsageSpecification@@8 @32872 NONAME ??_R2H225_RasUsageSpecification_callStartingPoint@@8 @32873 NONAME ??_R2H225_RasUsageSpecification_when@@8 @32874 NONAME ??_R2H225_RegistrationConfirm@@8 @32875 NONAME ??_R2H225_RegistrationConfirm_preGrantedARQ@@8 @32876 NONAME ??_R2H225_RegistrationReject@@8 @32877 NONAME ??_R2H225_RegistrationRejectReason@@8 @32878 NONAME ??_R2H225_RegistrationRejectReason_invalidTerminalAliases@@8 @32879 NONAME ??_R2H225_RegistrationRequest@@8 @32880 NONAME ??_R2H225_ReleaseCompleteReason@@8 @32881 NONAME ??_R2H225_ReleaseComplete_UUIE@@8 @32882 NONAME ??_R2H225_RequestInProgress@@8 @32883 NONAME ??_R2H225_RequestSeqNum@@8 @32884 NONAME ??_R2H225_ResourcesAvailableConfirm@@8 @32885 NONAME ??_R2H225_ResourcesAvailableIndicate@@8 @32886 NONAME ??_R2H225_RTPSession@@8 @32887 NONAME ??_R2H225_RTPSession_associatedSessionIds@@8 @32888 NONAME ??_R2H225_ScnConnectionAggregation@@8 @32889 NONAME ??_R2H225_ScnConnectionType@@8 @32890 NONAME ??_R2H225_ScreeningIndicator@@8 @32891 NONAME ??_R2H225_SecurityCapabilities@@8 @32892 NONAME ??_R2H225_SecurityErrors2@@8 @32893 NONAME ??_R2H225_SecurityErrors@@8 @32894 NONAME ??_R2H225_SecurityServiceMode@@8 @32895 NONAME ??_R2H225_ServiceControlDescriptor@@8 @32896 NONAME ??_R2H225_ServiceControlIndication@@8 @32897 NONAME ??_R2H225_ServiceControlIndication_callSpecific@@8 @32898 NONAME ??_R2H225_ServiceControlResponse@@8 @32899 NONAME ??_R2H225_ServiceControlResponse_result@@8 @32900 NONAME ??_R2H225_ServiceControlSession@@8 @32901 NONAME ??_R2H225_ServiceControlSession_reason@@8 @32902 NONAME ??_R2H225_SetupAcknowledge_UUIE@@8 @32903 NONAME ??_R2H225_Setup_UUIE@@8 @32904 NONAME ??_R2H225_Setup_UUIE_conferenceGoal@@8 @32905 NONAME ??_R2H225_Setup_UUIE_connectionParameters@@8 @32906 NONAME ??_R2H225_Setup_UUIE_language@@8 @32907 NONAME ??_R2H225_SIPCaps@@8 @32908 NONAME ??_R2H225_StatusInquiry_UUIE@@8 @32909 NONAME ??_R2H225_Status_UUIE@@8 @32910 NONAME ??_R2H225_StimulusControl@@8 @32911 NONAME ??_R2H225_SupportedPrefix@@8 @32912 NONAME ??_R2H225_SupportedProtocols@@8 @32913 NONAME ??_R2H225_T120OnlyCaps@@8 @32914 NONAME ??_R2H225_T38FaxAnnexbOnlyCaps@@8 @32915 NONAME ??_R2H225_TBCD_STRING@@8 @32916 NONAME ??_R2H225_TerminalInfo@@8 @32917 NONAME ??_R2H225_TimeToLive@@8 @32918 NONAME ??_R2H225_TransportAddress@@8 @32919 NONAME ??_R2H225_TransportAddress_ip6Address@@8 @32920 NONAME ??_R2H225_TransportAddress_ipAddress@@8 @32921 NONAME ??_R2H225_TransportAddress_ipSourceRoute@@8 @32922 NONAME ??_R2H225_TransportAddress_ipSourceRoute_route@@8 @32923 NONAME ??_R2H225_TransportAddress_ipSourceRoute_routing@@8 @32924 NONAME ??_R2H225_TransportAddress_ipxAddress@@8 @32925 NONAME ??_R2H225_TransportChannelInfo@@8 @32926 NONAME ??_R2H225_TransportQOS@@8 @32927 NONAME ??_R2H225_TunnelledProtocol@@8 @32928 NONAME ??_R2H225_TunnelledProtocolAlternateIdentifier@@8 @32929 NONAME ??_R2H225_TunnelledProtocol_id@@8 @32930 NONAME ??_R2H225_UnknownMessageResponse@@8 @32931 NONAME ??_R2H225_UnregistrationConfirm@@8 @32932 NONAME ??_R2H225_UnregistrationReject@@8 @32933 NONAME ??_R2H225_UnregistrationRequest@@8 @32934 NONAME ??_R2H225_UnregRejectReason@@8 @32935 NONAME ??_R2H225_UnregRequestReason@@8 @32936 NONAME ??_R2H225_UseSpecifiedTransport@@8 @32937 NONAME ??_R2H225_UUIEsRequested@@8 @32938 NONAME ??_R2H225_VendorIdentifier@@8 @32939 NONAME ??_R2H225_VoiceCaps@@8 @32940 NONAME ??_R2H235AuthCAT@@8 @32941 NONAME ??_R2H235Authenticator@@8 @32942 NONAME ??_R2H235Authenticators@@8 @32943 NONAME ??_R2H235AuthProcedure1@@8 @32944 NONAME ??_R2H235AuthSimpleMD5@@8 @32945 NONAME ??_R2H235_AuthenticationBES@@8 @32946 NONAME ??_R2H235_AuthenticationMechanism@@8 @32947 NONAME ??_R2H235_ChallengeString@@8 @32948 NONAME ??_R2H235_ClearToken@@8 @32949 NONAME ??_R2H235_CryptoToken@@8 @32950 NONAME ??_R2H235_CryptoToken_cryptoEncryptedToken@@8 @32951 NONAME ??_R2H235_CryptoToken_cryptoHashedToken@@8 @32952 NONAME ??_R2H235_CryptoToken_cryptoSignedToken@@8 @32953 NONAME ??_R2H235_DHset@@8 @32954 NONAME ??_R2H235_ECGDSASignature@@8 @32955 NONAME ??_R2H235_ECKASDH@@8 @32956 NONAME ??_R2H235_ECKASDH_eckasdh2@@8 @32957 NONAME ??_R2H235_ECKASDH_eckasdhp@@8 @32958 NONAME ??_R2H235_ECpoint@@8 @32959 NONAME ??_R2H235_EncodedGeneralToken@@8 @32960 NONAME ??_R2H235_EncodedKeySignedMaterial@@8 @32961 NONAME ??_R2H235_EncodedKeySyncMaterial@@8 @32962 NONAME ??_R2H235_EncodedPwdCertToken@@8 @32963 NONAME ??_R2H235_EncodedReturnSig@@8 @32964 NONAME ??_R2H235_H235CertificateSignature@@8 @32965 NONAME ??_R2H235_H235Key@@8 @32966 NONAME ??_R2H235_Identifier@@8 @32967 NONAME ??_R2H235_IV16@@8 @32968 NONAME ??_R2H235_IV8@@8 @32969 NONAME ??_R2H235_KeyMaterial@@8 @32970 NONAME ??_R2H235_KeySignedMaterial@@8 @32971 NONAME ??_R2H235_KeySyncMaterial@@8 @32972 NONAME ??_R2H235_NonStandardParameter@@8 @32973 NONAME ??_R2H235_Params@@8 @32974 NONAME ??_R2H235_Password@@8 @32975 NONAME ??_R2H235_PwdCertToken@@8 @32976 NONAME ??_R2H235_RandomVal@@8 @32977 NONAME ??_R2H235_ReturnSig@@8 @32978 NONAME ??_R2H235_TimeStamp@@8 @32979 NONAME ??_R2H235_TypedCertificate@@8 @32980 NONAME ??_R2H235_V3KeySyncMaterial@@8 @32981 NONAME ??_R2H245NegLogicalChannel@@8 @32982 NONAME ??_R2H245NegLogicalChannels@@8 @32983 NONAME ??_R2H245NegMasterSlaveDetermination@@8 @32984 NONAME ??_R2H245Negotiator@@8 @32985 NONAME ??_R2H245NegRequestMode@@8 @32986 NONAME ??_R2H245NegRoundTripDelay@@8 @32987 NONAME ??_R2H245NegTerminalCapabilitySet@@8 @32988 NONAME ??_R2H245TransportThread@@8 @32989 NONAME ??_R2H245_AlternativeCapabilitySet@@8 @32990 NONAME ??_R2H245_ArrayOf_AlternativeCapabilitySet@@8 @32991 NONAME ??_R2H245_ArrayOf_BEnhancementParameters@@8 @32992 NONAME ??_R2H245_ArrayOf_CapabilityDescriptor@@8 @32993 NONAME ??_R2H245_ArrayOf_CapabilityDescriptorNumber@@8 @32994 NONAME ??_R2H245_ArrayOf_CapabilityTableEntry@@8 @32995 NONAME ??_R2H245_ArrayOf_CapabilityTableEntryNumber@@8 @32996 NONAME ??_R2H245_ArrayOf_CommunicationModeTableEntry@@8 @32997 NONAME ??_R2H245_ArrayOf_CustomPictureClockFrequency@@8 @32998 NONAME ??_R2H245_ArrayOf_CustomPictureFormat@@8 @32999 NONAME ??_R2H245_ArrayOf_DataApplicationCapability@@8 @33000 NONAME ??_R2H245_ArrayOf_DialingInformationNetworkType@@8 @33001 NONAME ??_R2H245_ArrayOf_DialingInformationNumber@@8 @33002 NONAME ??_R2H245_ArrayOf_EnhancementOptions@@8 @33003 NONAME ??_R2H245_ArrayOf_EscrowData@@8 @33004 NONAME ??_R2H245_ArrayOf_GenericCapability@@8 @45219 NONAME ??_R2H245_ArrayOf_GenericParameter@@8 @33005 NONAME ??_R2H245_ArrayOf_H263ModeComboFlags@@8 @33006 NONAME ??_R2H245_ArrayOf_H263VideoModeCombos@@8 @33007 NONAME ??_R2H245_ArrayOf_MediaChannelCapability@@8 @33008 NONAME ??_R2H245_ArrayOf_MediaDistributionCapability@@8 @33009 NONAME ??_R2H245_ArrayOf_ModeDescription@@8 @33010 NONAME ??_R2H245_ArrayOf_MultiplePayloadStreamElement@@8 @33011 NONAME ??_R2H245_ArrayOf_MultiplePayloadStreamElementMode@@8 @33012 NONAME ??_R2H245_ArrayOf_MultiplexElement@@8 @33013 NONAME ??_R2H245_ArrayOf_MultiplexEntryDescriptor@@8 @33014 NONAME ??_R2H245_ArrayOf_MultiplexEntryRejectionDescriptions@@8 @33015 NONAME ??_R2H245_ArrayOf_MultiplexTableEntryNumber@@8 @33016 NONAME ??_R2H245_ArrayOf_NonStandardParameter@@8 @33017 NONAME ??_R2H245_ArrayOf_ParameterIdentifier@@8 @33018 NONAME ??_R2H245_ArrayOf_PictureReference@@8 @33019 NONAME ??_R2H245_ArrayOf_Q2931Address@@8 @33020 NONAME ??_R2H245_ArrayOf_QOSCapability@@8 @33021 NONAME ??_R2H245_ArrayOf_RedundancyEncodingCapability@@8 @33022 NONAME ??_R2H245_ArrayOf_RedundancyEncodingDTModeElement@@8 @33023 NONAME ??_R2H245_ArrayOf_RedundancyEncodingElement@@8 @33024 NONAME ??_R2H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@8 @33025 NONAME ??_R2H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@8 @33026 NONAME ??_R2H245_ArrayOf_RTPPayloadType@@8 @33027 NONAME ??_R2H245_ArrayOf_TerminalInformation@@8 @33028 NONAME ??_R2H245_ArrayOf_TerminalLabel@@8 @33029 NONAME ??_R2H245_ArrayOf_VCCapability@@8 @33030 NONAME ??_R2H245_ArrayOf_VideoCapability@@8 @45220 NONAME ??_R2H245_ATMParameters@@8 @33031 NONAME ??_R2H245_AudioCapability@@8 @33032 NONAME ??_R2H245_AudioCapability_g7231@@8 @33033 NONAME ??_R2H245_AudioMode@@8 @33034 NONAME ??_R2H245_AudioMode_g7231@@8 @33035 NONAME ??_R2H245_AudioTelephonyEventCapability@@8 @33036 NONAME ??_R2H245_AudioToneCapability@@8 @33037 NONAME ??_R2H245_AuthenticationCapability@@8 @33038 NONAME ??_R2H245_BEnhancementParameters@@8 @33039 NONAME ??_R2H245_Capability@@8 @33040 NONAME ??_R2H245_CapabilityDescriptor@@8 @33041 NONAME ??_R2H245_CapabilityDescriptorNumber@@8 @33042 NONAME ??_R2H245_CapabilityIdentifier@@8 @33043 NONAME ??_R2H245_CapabilityTableEntry@@8 @33044 NONAME ??_R2H245_CapabilityTableEntryNumber@@8 @33045 NONAME ??_R2H245_Capability_h233EncryptionReceiveCapability@@8 @33046 NONAME ??_R2H245_CertSelectionCriteria@@8 @33047 NONAME ??_R2H245_CloseLogicalChannel@@8 @33048 NONAME ??_R2H245_CloseLogicalChannelAck@@8 @33049 NONAME ??_R2H245_CloseLogicalChannel_reason@@8 @33050 NONAME ??_R2H245_CloseLogicalChannel_source@@8 @33051 NONAME ??_R2H245_CommandMessage@@8 @33052 NONAME ??_R2H245_CommunicationModeCommand@@8 @33053 NONAME ??_R2H245_CommunicationModeRequest@@8 @33054 NONAME ??_R2H245_CommunicationModeResponse@@8 @33055 NONAME ??_R2H245_CommunicationModeTableEntry@@8 @33056 NONAME ??_R2H245_CommunicationModeTableEntry_dataType@@8 @33057 NONAME ??_R2H245_CompressionType@@8 @33058 NONAME ??_R2H245_ConferenceCapability@@8 @33059 NONAME ??_R2H245_ConferenceCommand@@8 @33060 NONAME ??_R2H245_ConferenceID@@8 @33061 NONAME ??_R2H245_ConferenceIndication@@8 @33062 NONAME ??_R2H245_ConferenceRequest@@8 @33063 NONAME ??_R2H245_ConferenceRequest_requestTerminalCertificate@@8 @33064 NONAME ??_R2H245_ConferenceResponse@@8 @33065 NONAME ??_R2H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@8 @33066 NONAME ??_R2H245_ConferenceResponse_chairTokenOwnerResponse@@8 @33067 NONAME ??_R2H245_ConferenceResponse_conferenceIDResponse@@8 @33068 NONAME ??_R2H245_ConferenceResponse_extensionAddressResponse@@8 @33069 NONAME ??_R2H245_ConferenceResponse_makeMeChairResponse@@8 @33070 NONAME ??_R2H245_ConferenceResponse_makeTerminalBroadcasterResponse@@8 @33071 NONAME ??_R2H245_ConferenceResponse_mCTerminalIDResponse@@8 @33072 NONAME ??_R2H245_ConferenceResponse_passwordResponse@@8 @33073 NONAME ??_R2H245_ConferenceResponse_sendThisSourceResponse@@8 @33074 NONAME ??_R2H245_ConferenceResponse_terminalCertificateResponse@@8 @33075 NONAME ??_R2H245_ConferenceResponse_terminalIDResponse@@8 @33076 NONAME ??_R2H245_ConnectionIdentifier@@8 @33077 NONAME ??_R2H245_CRCLength@@8 @33078 NONAME ??_R2H245_Criteria@@8 @33079 NONAME ??_R2H245_CustomPictureClockFrequency@@8 @33080 NONAME ??_R2H245_CustomPictureFormat@@8 @33081 NONAME ??_R2H245_CustomPictureFormat_mPI@@8 @33082 NONAME ??_R2H245_CustomPictureFormat_mPI_customPCF@@8 @33083 NONAME ??_R2H245_CustomPictureFormat_mPI_customPCF_subtype@@8 @33084 NONAME ??_R2H245_CustomPictureFormat_pixelAspectInformation@@8 @33085 NONAME ??_R2H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@8 @33086 NONAME ??_R2H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@8 @33087 NONAME ??_R2H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@8 @33088 NONAME ??_R2H245_DataApplicationCapability@@8 @33089 NONAME ??_R2H245_DataApplicationCapability_application@@8 @33090 NONAME ??_R2H245_DataApplicationCapability_application_nlpid@@8 @33091 NONAME ??_R2H245_DataApplicationCapability_application_t38fax@@8 @33092 NONAME ??_R2H245_DataApplicationCapability_application_t84@@8 @33093 NONAME ??_R2H245_DataMode@@8 @33094 NONAME ??_R2H245_DataMode_application@@8 @33095 NONAME ??_R2H245_DataMode_application_nlpid@@8 @33096 NONAME ??_R2H245_DataMode_application_t38fax@@8 @33097 NONAME ??_R2H245_DataProtocolCapability@@8 @33098 NONAME ??_R2H245_DataProtocolCapability_v76wCompression@@8 @33099 NONAME ??_R2H245_DataType@@8 @33100 NONAME ??_R2H245_DepFECCapability@@8 @45633 NONAME ??_R2H245_DepFECCapability_rfc2733@@8 @45634 NONAME ??_R2H245_DepFECCapability_rfc2733_separateStream@@8 @45635 NONAME ??_R2H245_DepFECData@@8 @45636 NONAME ??_R2H245_DepFECData_rfc2733@@8 @45637 NONAME ??_R2H245_DepFECData_rfc2733_mode@@8 @45638 NONAME ??_R2H245_DepFECData_rfc2733_mode_separateStream@@8 @45639 NONAME ??_R2H245_DepFECData_rfc2733_mode_separateStream_differentPort@@8 @45640 NONAME ??_R2H245_DepFECData_rfc2733_mode_separateStream_samePort@@8 @45641 NONAME ??_R2H245_DepFECMode@@8 @45642 NONAME ??_R2H245_DepFECMode_rfc2733Mode@@8 @45643 NONAME ??_R2H245_DepFECMode_rfc2733Mode_mode@@8 @45644 NONAME ??_R2H245_DepFECMode_rfc2733Mode_mode_separateStream@@8 @45645 NONAME ??_R2H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@8 @45646 NONAME ??_R2H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@8 @45647 NONAME ??_R2H245_DialingInformation@@8 @33101 NONAME ??_R2H245_DialingInformationNetworkType@@8 @33102 NONAME ??_R2H245_DialingInformationNumber@@8 @33103 NONAME ??_R2H245_EncryptionAuthenticationAndIntegrity@@8 @33104 NONAME ??_R2H245_EncryptionCapability@@8 @33105 NONAME ??_R2H245_EncryptionCommand@@8 @33106 NONAME ??_R2H245_EncryptionCommand_encryptionAlgorithmID@@8 @33107 NONAME ??_R2H245_EncryptionMode@@8 @33108 NONAME ??_R2H245_EncryptionSync@@8 @33109 NONAME ??_R2H245_EncryptionUpdateDirection@@8 @45221 NONAME ??_R2H245_EncryptionUpdateRequest@@8 @33110 NONAME ??_R2H245_EndSessionCommand@@8 @33111 NONAME ??_R2H245_EndSessionCommand_gstnOptions@@8 @33112 NONAME ??_R2H245_EndSessionCommand_isdnOptions@@8 @33113 NONAME ??_R2H245_EnhancementLayerInfo@@8 @33114 NONAME ??_R2H245_EnhancementOptions@@8 @33115 NONAME ??_R2H245_EscrowData@@8 @33116 NONAME ??_R2H245_ExtendedVideoCapability@@8 @45222 NONAME ??_R2H245_FECCapability@@8 @33117 NONAME ??_R2H245_FECCapability_rfc2733Format@@8 @45648 NONAME ??_R2H245_FECData@@8 @33120 NONAME ??_R2H245_FECData_rfc2733@@8 @33121 NONAME ??_R2H245_FECData_rfc2733_pktMode@@8 @45649 NONAME ??_R2H245_FECData_rfc2733_pktMode_rfc2733diffport@@8 @45650 NONAME ??_R2H245_FECData_rfc2733_pktMode_rfc2733sameport@@8 @45651 NONAME ??_R2H245_FECMode@@8 @33126 NONAME ??_R2H245_FECMode_rfc2733Format@@8 @45652 NONAME ??_R2H245_FlowControlCommand@@8 @33132 NONAME ??_R2H245_FlowControlCommand_restriction@@8 @33133 NONAME ??_R2H245_FlowControlCommand_scope@@8 @33134 NONAME ??_R2H245_FlowControlIndication@@8 @33135 NONAME ??_R2H245_FlowControlIndication_restriction@@8 @33136 NONAME ??_R2H245_FlowControlIndication_scope@@8 @33137 NONAME ??_R2H245_FunctionNotSupported@@8 @33138 NONAME ??_R2H245_FunctionNotSupported_cause@@8 @33139 NONAME ??_R2H245_FunctionNotUnderstood@@8 @33140 NONAME ??_R2H245_G7231AnnexCCapability@@8 @33141 NONAME ??_R2H245_G7231AnnexCCapability_g723AnnexCAudioMode@@8 @33142 NONAME ??_R2H245_G7231AnnexCMode@@8 @33143 NONAME ??_R2H245_G7231AnnexCMode_g723AnnexCAudioMode@@8 @33144 NONAME ??_R2H245_G729Extensions@@8 @33145 NONAME ??_R2H245_GenericCapability@@8 @33146 NONAME ??_R2H245_GenericMessage@@8 @45223 NONAME ??_R2H245_GenericParameter@@8 @33147 NONAME ??_R2H245_GSMAudioCapability@@8 @33148 NONAME ??_R2H245_H222Capability@@8 @33149 NONAME ??_R2H245_H222LogicalChannelParameters@@8 @33150 NONAME ??_R2H245_H223AL1MParameters@@8 @33151 NONAME ??_R2H245_H223AL1MParameters_arqType@@8 @33152 NONAME ??_R2H245_H223AL1MParameters_crcLength@@8 @33153 NONAME ??_R2H245_H223AL1MParameters_headerFEC@@8 @33154 NONAME ??_R2H245_H223AL1MParameters_transferMode@@8 @33155 NONAME ??_R2H245_H223AL2MParameters@@8 @33156 NONAME ??_R2H245_H223AL2MParameters_headerFEC@@8 @33157 NONAME ??_R2H245_H223AL3MParameters@@8 @33158 NONAME ??_R2H245_H223AL3MParameters_arqType@@8 @33159 NONAME ??_R2H245_H223AL3MParameters_crcLength@@8 @33160 NONAME ??_R2H245_H223AL3MParameters_headerFormat@@8 @33161 NONAME ??_R2H245_H223AnnexCArqParameters@@8 @33162 NONAME ??_R2H245_H223AnnexCArqParameters_numberOfRetransmissions@@8 @33163 NONAME ??_R2H245_H223AnnexCCapability@@8 @33164 NONAME ??_R2H245_H223Capability@@8 @33165 NONAME ??_R2H245_H223Capability_h223MultiplexTableCapability@@8 @33166 NONAME ??_R2H245_H223Capability_h223MultiplexTableCapability_enhanced@@8 @33167 NONAME ??_R2H245_H223Capability_mobileMultilinkFrameCapability@@8 @33168 NONAME ??_R2H245_H223Capability_mobileOperationTransmitCapability@@8 @33169 NONAME ??_R2H245_H223LogicalChannelParameters@@8 @33170 NONAME ??_R2H245_H223LogicalChannelParameters_adaptationLayerType@@8 @33171 NONAME ??_R2H245_H223LogicalChannelParameters_adaptationLayerType_al3@@8 @33172 NONAME ??_R2H245_H223ModeParameters@@8 @33173 NONAME ??_R2H245_H223ModeParameters_adaptationLayerType@@8 @33174 NONAME ??_R2H245_H223ModeParameters_adaptationLayerType_al3@@8 @33175 NONAME ??_R2H245_H223MultiplexReconfiguration@@8 @33176 NONAME ??_R2H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@8 @33177 NONAME ??_R2H245_H223MultiplexReconfiguration_h223ModeChange@@8 @33178 NONAME ??_R2H245_H223SkewIndication@@8 @33179 NONAME ??_R2H245_H2250Capability@@8 @33180 NONAME ??_R2H245_H2250Capability_mcCapability@@8 @33181 NONAME ??_R2H245_H2250LogicalChannelAckParameters@@8 @33182 NONAME ??_R2H245_H2250LogicalChannelParameters@@8 @33183 NONAME ??_R2H245_H2250LogicalChannelParameters_mediaPacketization@@8 @33184 NONAME ??_R2H245_H2250MaximumSkewIndication@@8 @33185 NONAME ??_R2H245_H2250ModeParameters@@8 @33186 NONAME ??_R2H245_H235Media@@8 @33187 NONAME ??_R2H245_H235Media_mediaType@@8 @33188 NONAME ??_R2H245_H235Mode@@8 @33189 NONAME ??_R2H245_H235Mode_mediaMode@@8 @33190 NONAME ??_R2H245_H235SecurityCapability@@8 @33191 NONAME ??_R2H245_H261VideoCapability@@8 @33192 NONAME ??_R2H245_H261VideoMode@@8 @33193 NONAME ??_R2H245_H261VideoMode_resolution@@8 @33194 NONAME ??_R2H245_H262VideoCapability@@8 @33195 NONAME ??_R2H245_H262VideoMode@@8 @33196 NONAME ??_R2H245_H262VideoMode_profileAndLevel@@8 @33197 NONAME ??_R2H245_H263ModeComboFlags@@8 @33198 NONAME ??_R2H245_H263Options@@8 @33199 NONAME ??_R2H245_H263Version3Options@@8 @33200 NONAME ??_R2H245_H263VideoCapability@@8 @33201 NONAME ??_R2H245_H263VideoMode@@8 @33202 NONAME ??_R2H245_H263VideoModeCombos@@8 @33203 NONAME ??_R2H245_H263VideoMode_resolution@@8 @33204 NONAME ??_R2H245_IndicationMessage@@8 @33205 NONAME ??_R2H245_IntegrityCapability@@8 @33206 NONAME ??_R2H245_IS11172AudioCapability@@8 @33207 NONAME ??_R2H245_IS11172AudioMode@@8 @33208 NONAME ??_R2H245_IS11172AudioMode_audioLayer@@8 @33209 NONAME ??_R2H245_IS11172AudioMode_audioSampling@@8 @33210 NONAME ??_R2H245_IS11172AudioMode_multichannelType@@8 @33211 NONAME ??_R2H245_IS11172VideoCapability@@8 @33212 NONAME ??_R2H245_IS11172VideoMode@@8 @33213 NONAME ??_R2H245_IS13818AudioCapability@@8 @33214 NONAME ??_R2H245_IS13818AudioMode@@8 @33215 NONAME ??_R2H245_IS13818AudioMode_audioLayer@@8 @33216 NONAME ??_R2H245_IS13818AudioMode_audioSampling@@8 @33217 NONAME ??_R2H245_IS13818AudioMode_multichannelType@@8 @33218 NONAME ??_R2H245_IV16@@8 @45224 NONAME ??_R2H245_IV8@@8 @45225 NONAME ??_R2H245_JitterIndication@@8 @33219 NONAME ??_R2H245_JitterIndication_scope@@8 @33220 NONAME ??_R2H245_KeyProtectionMethod@@8 @33221 NONAME ??_R2H245_LogicalChannelNumber@@8 @33222 NONAME ??_R2H245_LogicalChannelRateAcknowledge@@8 @33223 NONAME ??_R2H245_LogicalChannelRateReject@@8 @33224 NONAME ??_R2H245_LogicalChannelRateRejectReason@@8 @33225 NONAME ??_R2H245_LogicalChannelRateRelease@@8 @33226 NONAME ??_R2H245_LogicalChannelRateRequest@@8 @33227 NONAME ??_R2H245_MaintenanceLoopAck@@8 @33228 NONAME ??_R2H245_MaintenanceLoopAck_type@@8 @33229 NONAME ??_R2H245_MaintenanceLoopOffCommand@@8 @33230 NONAME ??_R2H245_MaintenanceLoopReject@@8 @33231 NONAME ??_R2H245_MaintenanceLoopReject_cause@@8 @33232 NONAME ??_R2H245_MaintenanceLoopReject_type@@8 @33233 NONAME ??_R2H245_MaintenanceLoopRequest@@8 @33234 NONAME ??_R2H245_MaintenanceLoopRequest_type@@8 @33235 NONAME ??_R2H245_MasterSlaveDetermination@@8 @33236 NONAME ??_R2H245_MasterSlaveDeterminationAck@@8 @33237 NONAME ??_R2H245_MasterSlaveDeterminationAck_decision@@8 @33238 NONAME ??_R2H245_MasterSlaveDeterminationReject@@8 @33239 NONAME ??_R2H245_MasterSlaveDeterminationReject_cause@@8 @33240 NONAME ??_R2H245_MasterSlaveDeterminationRelease@@8 @33241 NONAME ??_R2H245_MaximumBitRate@@8 @33242 NONAME ??_R2H245_MaxRedundancy@@8 @45653 NONAME ??_R2H245_MCLocationIndication@@8 @33243 NONAME ??_R2H245_McuNumber@@8 @33244 NONAME ??_R2H245_MediaChannelCapability@@8 @33245 NONAME ??_R2H245_MediaDistributionCapability@@8 @33246 NONAME ??_R2H245_MediaEncryptionAlgorithm@@8 @33247 NONAME ??_R2H245_MediaPacketizationCapability@@8 @33248 NONAME ??_R2H245_MediaTransportType@@8 @33249 NONAME ??_R2H245_MediaTransportType_atm_AAL5_compressed@@8 @33250 NONAME ??_R2H245_MiscellaneousCommand@@8 @33251 NONAME ??_R2H245_MiscellaneousCommand_type@@8 @33252 NONAME ??_R2H245_MiscellaneousCommand_type_encryptionUpdateAck@@8 @45226 NONAME ??_R2H245_MiscellaneousCommand_type_encryptionUpdateCommand@@8 @45227 NONAME ??_R2H245_MiscellaneousCommand_type_lostPartialPicture@@8 @33253 NONAME ??_R2H245_MiscellaneousCommand_type_progressiveRefinementStart@@8 @33254 NONAME ??_R2H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@8 @33255 NONAME ??_R2H245_MiscellaneousCommand_type_videoBadMBs@@8 @33256 NONAME ??_R2H245_MiscellaneousCommand_type_videoFastUpdateGOB@@8 @33257 NONAME ??_R2H245_MiscellaneousCommand_type_videoFastUpdateMB@@8 @33258 NONAME ??_R2H245_MiscellaneousIndication@@8 @33259 NONAME ??_R2H245_MiscellaneousIndication_type@@8 @33260 NONAME ??_R2H245_MiscellaneousIndication_type_videoNotDecodedMBs@@8 @33261 NONAME ??_R2H245_MobileMultilinkReconfigurationCommand@@8 @33262 NONAME ??_R2H245_MobileMultilinkReconfigurationCommand_status@@8 @33263 NONAME ??_R2H245_MobileMultilinkReconfigurationIndication@@8 @33264 NONAME ??_R2H245_ModeDescription@@8 @33265 NONAME ??_R2H245_ModeElement@@8 @33266 NONAME ??_R2H245_ModeElementType@@8 @33267 NONAME ??_R2H245_MulticastAddress@@8 @33268 NONAME ??_R2H245_MulticastAddress_iP6Address@@8 @33269 NONAME ??_R2H245_MulticastAddress_iPAddress@@8 @33270 NONAME ??_R2H245_MultilinkIndication@@8 @33271 NONAME ??_R2H245_MultilinkIndication_crcDesired@@8 @33272 NONAME ??_R2H245_MultilinkIndication_excessiveError@@8 @33273 NONAME ??_R2H245_MultilinkRequest@@8 @33274 NONAME ??_R2H245_MultilinkRequest_addConnection@@8 @33275 NONAME ??_R2H245_MultilinkRequest_callInformation@@8 @33276 NONAME ??_R2H245_MultilinkRequest_maximumHeaderInterval@@8 @33277 NONAME ??_R2H245_MultilinkRequest_maximumHeaderInterval_requestType@@8 @33278 NONAME ??_R2H245_MultilinkRequest_removeConnection@@8 @33279 NONAME ??_R2H245_MultilinkResponse@@8 @33280 NONAME ??_R2H245_MultilinkResponse_addConnection@@8 @33281 NONAME ??_R2H245_MultilinkResponse_addConnection_responseCode@@8 @33282 NONAME ??_R2H245_MultilinkResponse_addConnection_responseCode_rejected@@8 @33283 NONAME ??_R2H245_MultilinkResponse_callInformation@@8 @33284 NONAME ??_R2H245_MultilinkResponse_maximumHeaderInterval@@8 @33285 NONAME ??_R2H245_MultilinkResponse_removeConnection@@8 @33286 NONAME ??_R2H245_MultimediaSystemControlMessage@@8 @33287 NONAME ??_R2H245_MultiplePayloadStream@@8 @33288 NONAME ??_R2H245_MultiplePayloadStreamCapability@@8 @33289 NONAME ??_R2H245_MultiplePayloadStreamElement@@8 @33290 NONAME ??_R2H245_MultiplePayloadStreamElementMode@@8 @33291 NONAME ??_R2H245_MultiplePayloadStreamMode@@8 @33292 NONAME ??_R2H245_MultiplexCapability@@8 @33293 NONAME ??_R2H245_MultiplexedStreamCapability@@8 @33294 NONAME ??_R2H245_MultiplexedStreamModeParameters@@8 @33295 NONAME ??_R2H245_MultiplexedStreamParameter@@8 @33296 NONAME ??_R2H245_MultiplexElement@@8 @33297 NONAME ??_R2H245_MultiplexElement_repeatCount@@8 @33298 NONAME ??_R2H245_MultiplexElement_type@@8 @33299 NONAME ??_R2H245_MultiplexEntryDescriptor@@8 @33300 NONAME ??_R2H245_MultiplexEntryRejectionDescriptions@@8 @33301 NONAME ??_R2H245_MultiplexEntryRejectionDescriptions_cause@@8 @33302 NONAME ??_R2H245_MultiplexEntrySend@@8 @33303 NONAME ??_R2H245_MultiplexEntrySendAck@@8 @33304 NONAME ??_R2H245_MultiplexEntrySendReject@@8 @33305 NONAME ??_R2H245_MultiplexEntrySendRelease@@8 @33306 NONAME ??_R2H245_MultiplexFormat@@8 @33307 NONAME ??_R2H245_MultiplexTableEntryNumber@@8 @33308 NONAME ??_R2H245_MultipointCapability@@8 @33309 NONAME ??_R2H245_NetworkAccessParameters@@8 @33310 NONAME ??_R2H245_NetworkAccessParameters_distribution@@8 @33311 NONAME ??_R2H245_NetworkAccessParameters_networkAddress@@8 @33312 NONAME ??_R2H245_NetworkAccessParameters_t120SetupProcedure@@8 @33313 NONAME ??_R2H245_NewATMVCCommand@@8 @33314 NONAME ??_R2H245_NewATMVCCommand_aal@@8 @33315 NONAME ??_R2H245_NewATMVCCommand_aal_aal1@@8 @33316 NONAME ??_R2H245_NewATMVCCommand_aal_aal1_clockRecovery@@8 @33317 NONAME ??_R2H245_NewATMVCCommand_aal_aal1_errorCorrection@@8 @33318 NONAME ??_R2H245_NewATMVCCommand_aal_aal5@@8 @33319 NONAME ??_R2H245_NewATMVCCommand_multiplex@@8 @33320 NONAME ??_R2H245_NewATMVCCommand_reverseParameters@@8 @33321 NONAME ??_R2H245_NewATMVCCommand_reverseParameters_multiplex@@8 @33322 NONAME ??_R2H245_NewATMVCIndication@@8 @33323 NONAME ??_R2H245_NewATMVCIndication_aal@@8 @33324 NONAME ??_R2H245_NewATMVCIndication_aal_aal1@@8 @33325 NONAME ??_R2H245_NewATMVCIndication_aal_aal1_clockRecovery@@8 @33326 NONAME ??_R2H245_NewATMVCIndication_aal_aal1_errorCorrection@@8 @33327 NONAME ??_R2H245_NewATMVCIndication_aal_aal5@@8 @33328 NONAME ??_R2H245_NewATMVCIndication_multiplex@@8 @33329 NONAME ??_R2H245_NewATMVCIndication_reverseParameters@@8 @33330 NONAME ??_R2H245_NewATMVCIndication_reverseParameters_multiplex@@8 @33331 NONAME ??_R2H245_NonStandardIdentifier@@8 @33332 NONAME ??_R2H245_NonStandardIdentifier_h221NonStandard@@8 @33333 NONAME ??_R2H245_NonStandardMessage@@8 @33334 NONAME ??_R2H245_NonStandardParameter@@8 @33335 NONAME ??_R2H245_NoPTAudioTelephonyEventCapability@@8 @33336 NONAME ??_R2H245_NoPTAudioToneCapability@@8 @33337 NONAME ??_R2H245_OpenLogicalChannel@@8 @33338 NONAME ??_R2H245_OpenLogicalChannelAck@@8 @33339 NONAME ??_R2H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@8 @33340 NONAME ??_R2H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@8 @33341 NONAME ??_R2H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@8 @33342 NONAME ??_R2H245_OpenLogicalChannelConfirm@@8 @33343 NONAME ??_R2H245_OpenLogicalChannelReject@@8 @33344 NONAME ??_R2H245_OpenLogicalChannelReject_cause@@8 @33345 NONAME ??_R2H245_OpenLogicalChannel_forwardLogicalChannelParameters@@8 @33346 NONAME ??_R2H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@8 @33347 NONAME ??_R2H245_OpenLogicalChannel_reverseLogicalChannelParameters@@8 @33348 NONAME ??_R2H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@8 @33349 NONAME ??_R2H245_ParameterIdentifier@@8 @33350 NONAME ??_R2H245_ParameterValue@@8 @33351 NONAME ??_R2H245_Params@@8 @45228 NONAME ??_R2H245_Password@@8 @33352 NONAME ??_R2H245_PictureReference@@8 @33353 NONAME ??_R2H245_Q2931Address@@8 @33354 NONAME ??_R2H245_Q2931Address_address@@8 @33355 NONAME ??_R2H245_QOSCapability@@8 @33356 NONAME ??_R2H245_QOSMode@@8 @33357 NONAME ??_R2H245_RedundancyEncoding@@8 @33358 NONAME ??_R2H245_RedundancyEncodingCapability@@8 @33359 NONAME ??_R2H245_RedundancyEncodingDTMode@@8 @33360 NONAME ??_R2H245_RedundancyEncodingDTModeElement@@8 @33361 NONAME ??_R2H245_RedundancyEncodingDTModeElement_type@@8 @33362 NONAME ??_R2H245_RedundancyEncodingElement@@8 @33363 NONAME ??_R2H245_RedundancyEncodingMethod@@8 @33364 NONAME ??_R2H245_RedundancyEncodingMode@@8 @33365 NONAME ??_R2H245_RedundancyEncodingMode_secondaryEncoding@@8 @33366 NONAME ??_R2H245_RedundancyEncoding_rtpRedundancyEncoding@@8 @33367 NONAME ??_R2H245_RefPictureSelection@@8 @33368 NONAME ??_R2H245_RefPictureSelection_additionalPictureMemory@@8 @33369 NONAME ??_R2H245_RefPictureSelection_enhancedReferencePicSelect@@8 @33370 NONAME ??_R2H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@8 @33371 NONAME ??_R2H245_RefPictureSelection_videoBackChannelSend@@8 @33372 NONAME ??_R2H245_RemoteMCRequest@@8 @33373 NONAME ??_R2H245_RemoteMCResponse@@8 @33374 NONAME ??_R2H245_RemoteMCResponse_reject@@8 @33375 NONAME ??_R2H245_RequestAllTerminalIDsResponse@@8 @33376 NONAME ??_R2H245_RequestChannelClose@@8 @33377 NONAME ??_R2H245_RequestChannelCloseAck@@8 @33378 NONAME ??_R2H245_RequestChannelCloseReject@@8 @33379 NONAME ??_R2H245_RequestChannelCloseReject_cause@@8 @33380 NONAME ??_R2H245_RequestChannelCloseRelease@@8 @33381 NONAME ??_R2H245_RequestChannelClose_reason@@8 @33382 NONAME ??_R2H245_RequestMessage@@8 @33383 NONAME ??_R2H245_RequestMode@@8 @33384 NONAME ??_R2H245_RequestModeAck@@8 @33385 NONAME ??_R2H245_RequestModeAck_response@@8 @33386 NONAME ??_R2H245_RequestModeReject@@8 @33387 NONAME ??_R2H245_RequestModeReject_cause@@8 @33388 NONAME ??_R2H245_RequestModeRelease@@8 @33389 NONAME ??_R2H245_RequestMultiplexEntry@@8 @33390 NONAME ??_R2H245_RequestMultiplexEntryAck@@8 @33391 NONAME ??_R2H245_RequestMultiplexEntryReject@@8 @33392 NONAME ??_R2H245_RequestMultiplexEntryRejectionDescriptions@@8 @33393 NONAME ??_R2H245_RequestMultiplexEntryRejectionDescriptions_cause@@8 @33394 NONAME ??_R2H245_RequestMultiplexEntryRelease@@8 @33395 NONAME ??_R2H245_ResponseMessage@@8 @33396 NONAME ??_R2H245_RoundTripDelayRequest@@8 @33397 NONAME ??_R2H245_RoundTripDelayResponse@@8 @33398 NONAME ??_R2H245_RSVPParameters@@8 @33399 NONAME ??_R2H245_RTPH263VideoRedundancyEncoding@@8 @33400 NONAME ??_R2H245_RTPH263VideoRedundancyEncoding_containedThreads@@8 @33401 NONAME ??_R2H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@8 @33402 NONAME ??_R2H245_RTPH263VideoRedundancyFrameMapping@@8 @33403 NONAME ??_R2H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@8 @33404 NONAME ??_R2H245_RTPPayloadType@@8 @33405 NONAME ??_R2H245_RTPPayloadType_payloadDescriptor@@8 @33406 NONAME ??_R2H245_SendTerminalCapabilitySet@@8 @33407 NONAME ??_R2H245_SendTerminalCapabilitySet_specificRequest@@8 @33408 NONAME ??_R2H245_SequenceNumber@@8 @33409 NONAME ??_R2H245_SubstituteConferenceIDCommand@@8 @33410 NONAME ??_R2H245_T38FaxProfile@@8 @33411 NONAME ??_R2H245_T38FaxRateManagement@@8 @33412 NONAME ??_R2H245_T38FaxTcpOptions@@8 @33413 NONAME ??_R2H245_T38FaxUdpOptions@@8 @33414 NONAME ??_R2H245_T38FaxUdpOptions_t38FaxUdpEC@@8 @33415 NONAME ??_R2H245_T84Profile@@8 @33416 NONAME ??_R2H245_T84Profile_t84Restricted@@8 @33417 NONAME ??_R2H245_TerminalCapabilitySet@@8 @33418 NONAME ??_R2H245_TerminalCapabilitySetAck@@8 @33419 NONAME ??_R2H245_TerminalCapabilitySetReject@@8 @33420 NONAME ??_R2H245_TerminalCapabilitySetReject_cause@@8 @33421 NONAME ??_R2H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@8 @33422 NONAME ??_R2H245_TerminalCapabilitySetRelease@@8 @33423 NONAME ??_R2H245_TerminalID@@8 @33424 NONAME ??_R2H245_TerminalInformation@@8 @33425 NONAME ??_R2H245_TerminalLabel@@8 @33426 NONAME ??_R2H245_TerminalNumber@@8 @33427 NONAME ??_R2H245_TerminalYouAreSeeingInSubPictureNumber@@8 @33428 NONAME ??_R2H245_TransparencyParameters@@8 @33429 NONAME ??_R2H245_TransportAddress@@8 @33430 NONAME ??_R2H245_TransportCapability@@8 @33431 NONAME ??_R2H245_UnicastAddress@@8 @33432 NONAME ??_R2H245_UnicastAddress_iP6Address@@8 @33433 NONAME ??_R2H245_UnicastAddress_iPAddress@@8 @33434 NONAME ??_R2H245_UnicastAddress_iPSourceRouteAddress@@8 @33435 NONAME ??_R2H245_UnicastAddress_iPSourceRouteAddress_route@@8 @33436 NONAME ??_R2H245_UnicastAddress_iPSourceRouteAddress_routing@@8 @33437 NONAME ??_R2H245_UnicastAddress_iPXAddress@@8 @33438 NONAME ??_R2H245_UserInputCapability@@8 @33439 NONAME ??_R2H245_UserInputIndication@@8 @33440 NONAME ??_R2H245_UserInputIndication_encryptedAlphanumeric@@8 @45229 NONAME ??_R2H245_UserInputIndication_extendedAlphanumeric@@8 @33441 NONAME ??_R2H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@8 @45230 NONAME ??_R2H245_UserInputIndication_signal@@8 @33442 NONAME ??_R2H245_UserInputIndication_signalUpdate@@8 @33443 NONAME ??_R2H245_UserInputIndication_signalUpdate_rtp@@8 @33444 NONAME ??_R2H245_UserInputIndication_signal_rtp@@8 @33445 NONAME ??_R2H245_UserInputIndication_userInputSupportIndication@@8 @33446 NONAME ??_R2H245_V42bis@@8 @33447 NONAME ??_R2H245_V75Capability@@8 @33448 NONAME ??_R2H245_V75Parameters@@8 @33449 NONAME ??_R2H245_V76Capability@@8 @33450 NONAME ??_R2H245_V76HDLCParameters@@8 @33451 NONAME ??_R2H245_V76LogicalChannelParameters@@8 @33452 NONAME ??_R2H245_V76LogicalChannelParameters_mode@@8 @33453 NONAME ??_R2H245_V76LogicalChannelParameters_mode_eRM@@8 @33454 NONAME ??_R2H245_V76LogicalChannelParameters_mode_eRM_recovery@@8 @33455 NONAME ??_R2H245_V76LogicalChannelParameters_suspendResume@@8 @33456 NONAME ??_R2H245_V76ModeParameters@@8 @33457 NONAME ??_R2H245_VBDCapability@@8 @33458 NONAME ??_R2H245_VBDMode@@8 @33459 NONAME ??_R2H245_VCCapability@@8 @33460 NONAME ??_R2H245_VCCapability_aal1@@8 @33461 NONAME ??_R2H245_VCCapability_aal1ViaGateway@@8 @33462 NONAME ??_R2H245_VCCapability_aal5@@8 @33463 NONAME ??_R2H245_VCCapability_availableBitRates@@8 @33464 NONAME ??_R2H245_VCCapability_availableBitRates_type@@8 @33465 NONAME ??_R2H245_VCCapability_availableBitRates_type_rangeOfBitRates@@8 @33466 NONAME ??_R2H245_VendorIdentification@@8 @33467 NONAME ??_R2H245_VideoCapability@@8 @33468 NONAME ??_R2H245_VideoIndicateCompose@@8 @33469 NONAME ??_R2H245_VideoMode@@8 @33470 NONAME ??_R2H248_ActionReply@@8 @33471 NONAME ??_R2H248_ActionRequest@@8 @33472 NONAME ??_R2H248_AmmDescriptor@@8 @33473 NONAME ??_R2H248_AmmRequest@@8 @33474 NONAME ??_R2H248_AmmsReply@@8 @33475 NONAME ??_R2H248_ArrayOf_ActionReply@@8 @33476 NONAME ??_R2H248_ArrayOf_ActionRequest@@8 @33477 NONAME ??_R2H248_ArrayOf_AmmDescriptor@@8 @33478 NONAME ??_R2H248_ArrayOf_CommandReply@@8 @33479 NONAME ??_R2H248_ArrayOf_CommandRequest@@8 @33480 NONAME ??_R2H248_ArrayOf_EventParameter@@8 @33481 NONAME ??_R2H248_ArrayOf_IndAuditParameter@@8 @33482 NONAME ??_R2H248_ArrayOf_IndAudPropertyParm@@8 @33483 NONAME ??_R2H248_ArrayOf_IndAudStreamDescriptor@@8 @33484 NONAME ??_R2H248_ArrayOf_ModemType@@8 @33485 NONAME ??_R2H248_ArrayOf_ObservedEvent@@8 @33486 NONAME ??_R2H248_ArrayOf_PASN_OctetString@@8 @33487 NONAME ??_R2H248_ArrayOf_PropertyGroup@@8 @33488 NONAME ??_R2H248_ArrayOf_PropertyParm@@8 @33489 NONAME ??_R2H248_ArrayOf_RequestedEvent@@8 @33490 NONAME ??_R2H248_ArrayOf_SecondRequestedEvent@@8 @33491 NONAME ??_R2H248_ArrayOf_Signal@@8 @33492 NONAME ??_R2H248_ArrayOf_SigParameter@@8 @33493 NONAME ??_R2H248_ArrayOf_StreamDescriptor@@8 @33494 NONAME ??_R2H248_ArrayOf_TerminationID@@8 @33495 NONAME ??_R2H248_ArrayOf_TopologyRequest@@8 @33496 NONAME ??_R2H248_ArrayOf_Transaction@@8 @33497 NONAME ??_R2H248_ArrayOf_WildcardField@@8 @33498 NONAME ??_R2H248_AuditDescriptor@@8 @33499 NONAME ??_R2H248_AuditReply@@8 @33500 NONAME ??_R2H248_AuditRequest@@8 @33501 NONAME ??_R2H248_AuditResult@@8 @33502 NONAME ??_R2H248_AuditReturnParameter@@8 @33503 NONAME ??_R2H248_AuthData@@8 @33504 NONAME ??_R2H248_AuthenticationHeader@@8 @33505 NONAME ??_R2H248_Command@@8 @33506 NONAME ??_R2H248_CommandReply@@8 @33507 NONAME ??_R2H248_CommandRequest@@8 @33508 NONAME ??_R2H248_ContextAttrAuditRequest@@8 @33509 NONAME ??_R2H248_ContextID@@8 @33510 NONAME ??_R2H248_ContextRequest@@8 @33511 NONAME ??_R2H248_DigitMapDescriptor@@8 @33512 NONAME ??_R2H248_DigitMapName@@8 @33513 NONAME ??_R2H248_DigitMapValue@@8 @33514 NONAME ??_R2H248_DomainName@@8 @33515 NONAME ??_R2H248_ErrorCode@@8 @33516 NONAME ??_R2H248_ErrorDescriptor@@8 @33517 NONAME ??_R2H248_ErrorText@@8 @33518 NONAME ??_R2H248_EventBufferControl@@8 @33519 NONAME ??_R2H248_EventBufferDescriptor@@8 @33520 NONAME ??_R2H248_EventDM@@8 @33521 NONAME ??_R2H248_EventName@@8 @33522 NONAME ??_R2H248_EventParameter@@8 @33523 NONAME ??_R2H248_EventParameter_extraInfo@@8 @33524 NONAME ??_R2H248_EventsDescriptor@@8 @33525 NONAME ??_R2H248_EventSpec@@8 @33526 NONAME ??_R2H248_H221NonStandard@@8 @33527 NONAME ??_R2H248_IndAudDigitMapDescriptor@@8 @33528 NONAME ??_R2H248_IndAudEventBufferDescriptor@@8 @33529 NONAME ??_R2H248_IndAudEventsDescriptor@@8 @33530 NONAME ??_R2H248_IndAuditParameter@@8 @33531 NONAME ??_R2H248_IndAudLocalControlDescriptor@@8 @33532 NONAME ??_R2H248_IndAudLocalRemoteDescriptor@@8 @33533 NONAME ??_R2H248_IndAudMediaDescriptor@@8 @33534 NONAME ??_R2H248_IndAudMediaDescriptor_streams@@8 @33535 NONAME ??_R2H248_IndAudPackagesDescriptor@@8 @33536 NONAME ??_R2H248_IndAudPropertyGroup@@8 @33537 NONAME ??_R2H248_IndAudPropertyParm@@8 @33538 NONAME ??_R2H248_IndAudSeqSigList@@8 @33539 NONAME ??_R2H248_IndAudSignal@@8 @33540 NONAME ??_R2H248_IndAudSignalsDescriptor@@8 @33541 NONAME ??_R2H248_IndAudStatisticsDescriptor@@8 @33542 NONAME ??_R2H248_IndAudStreamDescriptor@@8 @33543 NONAME ??_R2H248_IndAudStreamParms@@8 @33544 NONAME ??_R2H248_IndAudTerminationStateDescriptor@@8 @33545 NONAME ??_R2H248_IP4Address@@8 @33546 NONAME ??_R2H248_IP6Address@@8 @33547 NONAME ??_R2H248_LocalControlDescriptor@@8 @33548 NONAME ??_R2H248_LocalRemoteDescriptor@@8 @33549 NONAME ??_R2H248_MediaDescriptor@@8 @33550 NONAME ??_R2H248_MediaDescriptor_streams@@8 @33551 NONAME ??_R2H248_MegacoMessage@@8 @33552 NONAME ??_R2H248_Message@@8 @33553 NONAME ??_R2H248_Message_messageBody@@8 @33554 NONAME ??_R2H248_MId@@8 @33555 NONAME ??_R2H248_ModemDescriptor@@8 @33556 NONAME ??_R2H248_ModemType@@8 @33557 NONAME ??_R2H248_MuxDescriptor@@8 @33558 NONAME ??_R2H248_MuxType@@8 @33559 NONAME ??_R2H248_Name@@8 @33560 NONAME ??_R2H248_NonStandardData@@8 @33561 NONAME ??_R2H248_NonStandardIdentifier@@8 @33562 NONAME ??_R2H248_NotifyCompletion@@8 @33563 NONAME ??_R2H248_NotifyReply@@8 @33564 NONAME ??_R2H248_NotifyRequest@@8 @33565 NONAME ??_R2H248_ObservedEvent@@8 @33566 NONAME ??_R2H248_ObservedEventsDescriptor@@8 @33567 NONAME ??_R2H248_PackagesDescriptor@@8 @33568 NONAME ??_R2H248_PackagesItem@@8 @33569 NONAME ??_R2H248_PathName@@8 @33570 NONAME ??_R2H248_PkgdName@@8 @33571 NONAME ??_R2H248_PropertyGroup@@8 @33572 NONAME ??_R2H248_PropertyParm@@8 @33573 NONAME ??_R2H248_PropertyParm_extraInfo@@8 @33574 NONAME ??_R2H248_Relation@@8 @33575 NONAME ??_R2H248_RequestedActions@@8 @33576 NONAME ??_R2H248_RequestedEvent@@8 @33577 NONAME ??_R2H248_RequestID@@8 @33578 NONAME ??_R2H248_SecondEventsDescriptor@@8 @33579 NONAME ??_R2H248_SecondRequestedActions@@8 @33580 NONAME ??_R2H248_SecondRequestedEvent@@8 @33581 NONAME ??_R2H248_SecurityParmIndex@@8 @33582 NONAME ??_R2H248_SeqSigList@@8 @33583 NONAME ??_R2H248_SequenceNum@@8 @33584 NONAME ??_R2H248_ServiceChangeAddress@@8 @33585 NONAME ??_R2H248_ServiceChangeMethod@@8 @33586 NONAME ??_R2H248_ServiceChangeParm@@8 @33587 NONAME ??_R2H248_ServiceChangeProfile@@8 @33588 NONAME ??_R2H248_ServiceChangeReply@@8 @33589 NONAME ??_R2H248_ServiceChangeRequest@@8 @33590 NONAME ??_R2H248_ServiceChangeResParm@@8 @33591 NONAME ??_R2H248_ServiceChangeResult@@8 @33592 NONAME ??_R2H248_ServiceState@@8 @33593 NONAME ??_R2H248_Signal@@8 @33594 NONAME ??_R2H248_SignalName@@8 @33595 NONAME ??_R2H248_SignalRequest@@8 @33596 NONAME ??_R2H248_SignalsDescriptor@@8 @33597 NONAME ??_R2H248_SignalType@@8 @33598 NONAME ??_R2H248_SigParameter@@8 @33599 NONAME ??_R2H248_SigParameter_extraInfo@@8 @33600 NONAME ??_R2H248_StatisticsDescriptor@@8 @33601 NONAME ??_R2H248_StatisticsParameter@@8 @33602 NONAME ??_R2H248_StreamDescriptor@@8 @33603 NONAME ??_R2H248_StreamID@@8 @33604 NONAME ??_R2H248_StreamMode@@8 @33605 NONAME ??_R2H248_StreamParms@@8 @33606 NONAME ??_R2H248_SubtractRequest@@8 @33607 NONAME ??_R2H248_TerminationAudit@@8 @33608 NONAME ??_R2H248_TerminationID@@8 @33609 NONAME ??_R2H248_TerminationIDList@@8 @33610 NONAME ??_R2H248_TerminationStateDescriptor@@8 @33611 NONAME ??_R2H248_TimeNotation@@8 @33612 NONAME ??_R2H248_TopologyRequest@@8 @33613 NONAME ??_R2H248_TopologyRequest_topologyDirection@@8 @33614 NONAME ??_R2H248_Transaction@@8 @33615 NONAME ??_R2H248_TransactionAck@@8 @33616 NONAME ??_R2H248_TransactionId@@8 @33617 NONAME ??_R2H248_TransactionPending@@8 @33618 NONAME ??_R2H248_TransactionReply@@8 @33619 NONAME ??_R2H248_TransactionReply_transactionResult@@8 @33620 NONAME ??_R2H248_TransactionRequest@@8 @33621 NONAME ??_R2H248_TransactionResponseAck@@8 @33622 NONAME ??_R2H248_Value@@8 @33623 NONAME ??_R2H248_WildcardField@@8 @33624 NONAME ??_R2H261DCTEncoder@@8 @33625 NONAME ??_R2H261Encoder@@8 @33626 NONAME ??_R2H261PixelEncoder@@8 @33627 NONAME ??_R2H263Packet@@8 @45921 NONAME ??_R2H263PacketList@@8 @45922 NONAME ??_R2H323AudioCapability@@8 @33630 NONAME ??_R2H323AudioCodec@@8 @33631 NONAME ??_R2H323BidirectionalChannel@@8 @33632 NONAME ??_R2H323CallCreditServiceControl@@8 @33633 NONAME ??_R2H323Capabilities@@8 @33634 NONAME ??_R2H323CapabilitiesSet@@8 @33635 NONAME ??_R2H323Capability@@8 @33636 NONAME ??_R2H323Channel@@8 @33638 NONAME ??_R2H323ChannelNumber@@8 @33639 NONAME ??_R2H323Codec@@8 @33640 NONAME ??_R2H323CodecPluginGenericAudioCapability@@8 @45402 NONAME ??_R2H323CodecPluginNonStandardAudioCapability@@8 @33643 NONAME ??_R2H323Connection@@8 @33644 NONAME ??_R2H323ConnectionsCleaner@@8 @33645 NONAME ??_R2H323ControlPDU@@8 @33646 NONAME ??_R2H323DataCapability@@8 @33647 NONAME ??_R2H323DataChannel@@8 @33648 NONAME ??_R2H323DynaLink@@8 @42751 NONAME ??_R2H323EndPoint@@8 @33649 NONAME ??_R2H323FramedAudioCodec@@8 @33650 NONAME ??_R2H323Gatekeeper@@8 @33651 NONAME ??_R2H323GatekeeperARQ@@8 @33652 NONAME ??_R2H323GatekeeperBRQ@@8 @33653 NONAME ??_R2H323GatekeeperCall@@8 @33654 NONAME ??_R2H323GatekeeperDRQ@@8 @33655 NONAME ??_R2H323GatekeeperGRQ@@8 @33656 NONAME ??_R2H323GatekeeperIRR@@8 @33657 NONAME ??_R2H323GatekeeperListener@@8 @33658 NONAME ??_R2H323GatekeeperLRQ@@8 @33659 NONAME ??_R2H323GatekeeperRequest@@8 @33660 NONAME ??_R2H323GatekeeperRRQ@@8 @33661 NONAME ??_R2H323GatekeeperServer@@8 @33662 NONAME ??_R2H323GatekeeperURQ@@8 @33663 NONAME ??_R2H323GenericAudioCapability@@8 @45403 NONAME ??_R2H323GenericCapabilityInfo@@8 @45404 NONAME ??_R2H323GenericVideoCapability@@8 @45405 NONAME ??_R2H323GSMPluginCapability@@8 @33664 NONAME ??_R2H323H248ServiceControl@@8 @33665 NONAME ??_R2H323HTTPServiceControl@@8 @33667 NONAME ??_R2H323Listener@@8 @33668 NONAME ??_R2H323ListenerTCP@@8 @33669 NONAME ??_R2H323LogicalChannelThread@@8 @33670 NONAME ??_R2H323NonStandardAudioCapability@@8 @33671 NONAME ??_R2H323NonStandardCapabilityInfo@@8 @33672 NONAME ??_R2H323NonStandardDataCapability@@8 @33673 NONAME ??_R2H323NonStandardVideoCapability@@8 @33674 NONAME ??_R2H323PeerElement@@8 @33675 NONAME ??_R2H323PeerElementDescriptor@@8 @33676 NONAME ??_R2H323PeerElementServiceRelationship@@8 @33677 NONAME ??_R2H323PluginCapability@@8 @33679 NONAME ??_R2H323PluginCodecManager@@8 @42726 NONAME ??_R2H323PluginFramedAudioCodec@@8 @42793 NONAME ??_R2H323PluginG7231Capability@@8 @33680 NONAME ??_R2H323PluginVideoCodec@@8 @33681 NONAME ??_R2H323RasPDU@@8 @33682 NONAME ??_R2H323RealTimeCapability@@8 @33683 NONAME ??_R2H323RegisteredEndPoint@@8 @33684 NONAME ??_R2H323ServiceControlSession@@8 @33685 NONAME ??_R2H323SignalPDU@@8 @33686 NONAME ??_R2H323SimultaneousCapabilities@@8 @33687 NONAME ??_R2H323StreamedAudioCodec@@8 @33688 NONAME ??_R2H323StreamedPluginAudioCodec@@8 @42794 NONAME ??_R2H323Transaction@@8 @33689 NONAME ??_R2H323TransactionPDU@@8 @33690 NONAME ??_R2H323TransactionServer@@8 @33691 NONAME ??_R2H323Transactor@@8 @33692 NONAME ??_R2H323Transport@@8 @33693 NONAME ??_R2H323TransportAddress@@8 @33694 NONAME ??_R2H323TransportAddressArray@@8 @33695 NONAME ??_R2H323TransportIP@@8 @33696 NONAME ??_R2H323TransportTCP@@8 @33697 NONAME ??_R2H323TransportUDP@@8 @33698 NONAME ??_R2H323UnidirectionalChannel@@8 @33699 NONAME ??_R2H323VideoCapability@@8 @33700 NONAME ??_R2H323VideoCodec@@8 @33701 NONAME ??_R2H323_ALawCodec@@8 @33702 NONAME ??_R2H323_AnnexG@@8 @33703 NONAME ??_R2H323_CiscoG7231aLIDCapability@@8 @33704 NONAME ??_R2H323_ExternalRTPChannel@@8 @33706 NONAME ??_R2H323_G711ALaw64Capability@@8 @43409 NONAME ??_R2H323_G711Capability@@8 @33710 NONAME ??_R2H323_G711uLaw64Capability@@8 @43410 NONAME ??_R2H323_H261Capability@@8 @33726 NONAME ??_R2H323_H261Codec@@8 @33727 NONAME ??_R2H323_LIDCapability@@8 @33730 NONAME ??_R2H323_LIDCodec@@8 @33731 NONAME ??_R2H323_LID_G711_ALaw_Capability@@8 @43411 NONAME ??_R2H323_LID_G711_uLaw_Capability@@8 @43412 NONAME ??_R2H323_LID_G7231A_5k3_Capability@@8 @43413 NONAME ??_R2H323_LID_G7231A_6k3_Capability@@8 @43414 NONAME ??_R2H323_LID_G7231_5k3_Capability@@8 @43415 NONAME ??_R2H323_LID_G7231_6k3_Capability@@8 @43416 NONAME ??_R2H323_LID_G728_Capability@@8 @43417 NONAME ??_R2H323_LID_G729AB_Capability@@8 @43418 NONAME ??_R2H323_LID_G729A_Capability@@8 @43419 NONAME ??_R2H323_LID_G729B_Capability@@8 @43420 NONAME ??_R2H323_LID_G729_Capability@@8 @43421 NONAME ??_R2H323_LID_GSM0610_Capability@@8 @43422 NONAME ??_R2H323_muLawCodec@@8 @33747 NONAME ??_R2H323_RealTimeChannel@@8 @33748 NONAME ??_R2H323_RFC2190_H263Capability@@8 @45923 NONAME ??_R2H323_RFC2190_H263Codec@@8 @45924 NONAME ??_R2H323_RTPChannel@@8 @33749 NONAME ??_R2H323_RTP_Session@@8 @33750 NONAME ??_R2H323_RTP_UDP@@8 @33751 NONAME ??_R2H323_T120Capability@@8 @33752 NONAME ??_R2H323_T120Channel@@8 @33753 NONAME ??_R2H323_T38Capability@@8 @33754 NONAME ??_R2H323_T38Channel@@8 @33755 NONAME ??_R2H323_T38NonStandardCapability@@8 @33756 NONAME ??_R2H323_UserInputCapability@@8 @33757 NONAME ??_R2H45010_ArrayOf_MixedExtension@@8 @33758 NONAME ??_R2H45010_CfbOvrOptArg@@8 @33759 NONAME ??_R2H45010_CoReqOptArg@@8 @33760 NONAME ??_R2H45010_H323CallOfferOperations@@8 @33761 NONAME ??_R2H45010_RUAlertOptArg@@8 @33762 NONAME ??_R2H45011Handler@@8 @33763 NONAME ??_R2H45011_ArrayOf_MixedExtension@@8 @33764 NONAME ??_R2H45011_CallIntrusionErrors@@8 @33765 NONAME ??_R2H45011_CICapabilityLevel@@8 @33766 NONAME ??_R2H45011_CIFrcRelArg@@8 @33767 NONAME ??_R2H45011_CIFrcRelOptRes@@8 @33768 NONAME ??_R2H45011_CIGetCIPLOptArg@@8 @33769 NONAME ??_R2H45011_CIGetCIPLRes@@8 @33770 NONAME ??_R2H45011_CIIsOptArg@@8 @33771 NONAME ??_R2H45011_CIIsOptRes@@8 @33772 NONAME ??_R2H45011_CINotificationArg@@8 @33773 NONAME ??_R2H45011_CIProtectionLevel@@8 @33774 NONAME ??_R2H45011_CIRequestArg@@8 @33775 NONAME ??_R2H45011_CIRequestRes@@8 @33776 NONAME ??_R2H45011_CISilentArg@@8 @33777 NONAME ??_R2H45011_CISilentOptRes@@8 @33778 NONAME ??_R2H45011_CIStatusInformation@@8 @33779 NONAME ??_R2H45011_CIWobOptArg@@8 @33780 NONAME ??_R2H45011_CIWobOptRes@@8 @33781 NONAME ??_R2H45011_H323CallIntrusionOperations@@8 @33782 NONAME ??_R2H4501_Address@@8 @33783 NONAME ??_R2H4501_AddressInformation@@8 @33784 NONAME ??_R2H4501_AddressScreened@@8 @33785 NONAME ??_R2H4501_ArrayOf_AliasAddress@@8 @33786 NONAME ??_R2H4501_ArrayOf_ROS@@8 @33787 NONAME ??_R2H4501_EndpointAddress@@8 @33788 NONAME ??_R2H4501_EntityType@@8 @33789 NONAME ??_R2H4501_Extension@@8 @33790 NONAME ??_R2H4501_GeneralErrorList@@8 @33791 NONAME ??_R2H4501_H225InformationElement@@8 @33792 NONAME ??_R2H4501_InterpretationApdu@@8 @33793 NONAME ??_R2H4501_InvokeIDs@@8 @33794 NONAME ??_R2H4501_InvokeIdSet@@8 @33795 NONAME ??_R2H4501_NetworkFacilityExtension@@8 @33796 NONAME ??_R2H4501_NSAPSubaddress@@8 @33797 NONAME ??_R2H4501_NumberScreened@@8 @33798 NONAME ??_R2H4501_PartySubaddress@@8 @33799 NONAME ??_R2H4501_PresentationAllowedIndicator@@8 @33800 NONAME ??_R2H4501_PresentedAddressScreened@@8 @33801 NONAME ??_R2H4501_PresentedAddressUnscreened@@8 @33802 NONAME ??_R2H4501_PresentedNumberScreened@@8 @33803 NONAME ??_R2H4501_PresentedNumberUnscreened@@8 @33804 NONAME ??_R2H4501_ScreeningIndicator@@8 @33805 NONAME ??_R2H4501_ServiceApdus@@8 @33806 NONAME ??_R2H4501_SubaddressInformation@@8 @33807 NONAME ??_R2H4501_SupplementaryService@@8 @33808 NONAME ??_R2H4501_UserSpecifiedSubaddress@@8 @33809 NONAME ??_R2H4502Handler@@8 @33810 NONAME ??_R2H4502_CallIdentity@@8 @33811 NONAME ??_R2H4502_CallStatus@@8 @33812 NONAME ??_R2H4502_CallTransferErrors@@8 @33813 NONAME ??_R2H4502_CallTransferOperation@@8 @33814 NONAME ??_R2H4502_CTActiveArg@@8 @33815 NONAME ??_R2H4502_CTActiveArg_argumentExtension@@8 @33816 NONAME ??_R2H4502_CTCompleteArg@@8 @33817 NONAME ??_R2H4502_CTCompleteArg_argumentExtension@@8 @33818 NONAME ??_R2H4502_CTIdentifyRes@@8 @33819 NONAME ??_R2H4502_CTIdentifyRes_resultExtension@@8 @33820 NONAME ??_R2H4502_CTInitiateArg@@8 @33821 NONAME ??_R2H4502_CTInitiateArg_argumentExtension@@8 @33822 NONAME ??_R2H4502_CTSetupArg@@8 @33823 NONAME ??_R2H4502_CTSetupArg_argumentExtension@@8 @33824 NONAME ??_R2H4502_CTUpdateArg@@8 @33825 NONAME ??_R2H4502_CTUpdateArg_argumentExtension@@8 @33826 NONAME ??_R2H4502_DummyArg@@8 @33827 NONAME ??_R2H4502_DummyRes@@8 @33828 NONAME ??_R2H4502_EndDesignation@@8 @33829 NONAME ??_R2H4502_ExtensionSeq@@8 @33830 NONAME ??_R2H4502_SubaddressTransferArg@@8 @33831 NONAME ??_R2H4502_SubaddressTransferArg_argumentExtension@@8 @33832 NONAME ??_R2H4503_BasicService@@8 @33833 NONAME ??_R2H4503_CallDiversionErrors@@8 @33834 NONAME ??_R2H4503_DiversionReason@@8 @33835 NONAME ??_R2H4503_ExtensionSeq@@8 @33836 NONAME ??_R2H4503_H323CallDiversionOperations@@8 @33837 NONAME ??_R2H4503_IntResult@@8 @33838 NONAME ??_R2H4503_IntResultList@@8 @33839 NONAME ??_R2H4503_IntResult_extension@@8 @33840 NONAME ??_R2H4503_Procedure@@8 @33841 NONAME ??_R2H4503_SubscriptionOption@@8 @33842 NONAME ??_R2H4504Handler@@8 @33843 NONAME ??_R2H4504_ArrayOf_MixedExtension@@8 @33844 NONAME ??_R2H4504_CallHoldOperation@@8 @33845 NONAME ??_R2H4504_Extension@@8 @33846 NONAME ??_R2H4504_HoldNotificArg@@8 @33847 NONAME ??_R2H4504_MixedExtension@@8 @33848 NONAME ??_R2H4504_RemoteHoldArg@@8 @33849 NONAME ??_R2H4504_RemoteHoldRes@@8 @33850 NONAME ??_R2H4504_RemoteRetrieveArg@@8 @33851 NONAME ??_R2H4504_RemoteRetrieveRes@@8 @33852 NONAME ??_R2H4504_RetrieveNotificArg@@8 @33853 NONAME ??_R2H4505_ArrayOf_MixedExtension@@8 @33854 NONAME ??_R2H4505_CallParkPickupOperations@@8 @33855 NONAME ??_R2H4505_CallPickupErrors@@8 @33856 NONAME ??_R2H4505_CallType@@8 @33857 NONAME ??_R2H4505_CpickupNotifyArg@@8 @33858 NONAME ??_R2H4505_CpNotifyArg@@8 @33859 NONAME ??_R2H4505_CpRequestArg@@8 @33860 NONAME ??_R2H4505_CpRequestRes@@8 @33861 NONAME ??_R2H4505_CpSetupArg@@8 @33862 NONAME ??_R2H4505_CpSetupRes@@8 @33863 NONAME ??_R2H4505_GroupIndicationOffArg@@8 @33864 NONAME ??_R2H4505_GroupIndicationOffRes@@8 @33865 NONAME ??_R2H4505_GroupIndicationOnArg@@8 @33866 NONAME ??_R2H4505_GroupIndicationOnRes@@8 @33867 NONAME ??_R2H4505_ParkCondition@@8 @33868 NONAME ??_R2H4505_ParkedToPosition@@8 @33869 NONAME ??_R2H4505_PickExeArg@@8 @33870 NONAME ??_R2H4505_PickExeRes@@8 @33871 NONAME ??_R2H4505_PickrequArg@@8 @33872 NONAME ??_R2H4505_PickrequRes@@8 @33873 NONAME ??_R2H4505_PickupArg@@8 @33874 NONAME ??_R2H4505_PickupRes@@8 @33875 NONAME ??_R2H4506Handler@@8 @33876 NONAME ??_R2H4506_ArrayOf_MixedExtension@@8 @33877 NONAME ??_R2H4506_CallWaitingArg@@8 @33878 NONAME ??_R2H4506_CallWaitingOperations@@8 @33879 NONAME ??_R2H4507_ArrayOf_MixedExtension@@8 @33880 NONAME ??_R2H4507_BasicService@@8 @33881 NONAME ??_R2H4507_DummyRes@@8 @33882 NONAME ??_R2H4507_H323_MWI_Operations@@8 @33883 NONAME ??_R2H4507_MessageWaitingIndicationErrors@@8 @33884 NONAME ??_R2H4507_MsgCentreId@@8 @33885 NONAME ??_R2H4507_MWIActivateArg@@8 @33886 NONAME ??_R2H4507_MWIDeactivateArg@@8 @33887 NONAME ??_R2H4507_MWIInterrogateArg@@8 @33888 NONAME ??_R2H4507_MWIInterrogateRes@@8 @33889 NONAME ??_R2H4507_MWIInterrogateResElt@@8 @33890 NONAME ??_R2H4507_NbOfMessages@@8 @33891 NONAME ??_R2H4507_TimeStamp@@8 @33892 NONAME ??_R2H4508_ExtendedName@@8 @33893 NONAME ??_R2H4508_Name@@8 @33894 NONAME ??_R2H4508_NameOperations@@8 @33895 NONAME ??_R2H4508_NamePresentationAllowed@@8 @33896 NONAME ??_R2H4508_NamePresentationRestricted@@8 @33897 NONAME ??_R2H4508_SimpleName@@8 @33898 NONAME ??_R2H4509_ArrayOf_MixedExtension@@8 @33899 NONAME ??_R2H4509_CallCompletionErrors@@8 @33900 NONAME ??_R2H4509_CcArg@@8 @33901 NONAME ??_R2H4509_CcLongArg@@8 @33902 NONAME ??_R2H4509_CcRequestArg@@8 @33903 NONAME ??_R2H4509_CcRequestRes@@8 @33904 NONAME ??_R2H4509_CcShortArg@@8 @33905 NONAME ??_R2H4509_H323CallCompletionOperations@@8 @33906 NONAME ??_R2H450ServiceAPDU@@8 @33907 NONAME ??_R2H450xDispatcher@@8 @33908 NONAME ??_R2H450xHandler@@8 @33909 NONAME ??_R2H501AccessRequest@@8 @33910 NONAME ??_R2H501DescriptorUpdate@@8 @33911 NONAME ??_R2H501PDU@@8 @33912 NONAME ??_R2H501ServiceRequest@@8 @33913 NONAME ??_R2H501Transaction@@8 @33914 NONAME ??_R2H501_AccessConfirmation@@8 @33915 NONAME ??_R2H501_AccessRejection@@8 @33916 NONAME ??_R2H501_AccessRejectionReason@@8 @33917 NONAME ??_R2H501_AccessRequest@@8 @33918 NONAME ??_R2H501_AccessToken@@8 @33919 NONAME ??_R2H501_AddressTemplate@@8 @33920 NONAME ??_R2H501_AlternatePE@@8 @33921 NONAME ??_R2H501_AlternatePEInfo@@8 @33922 NONAME ??_R2H501_ApplicationMessage@@8 @33923 NONAME ??_R2H501_ArrayOf_AccessToken@@8 @33924 NONAME ??_R2H501_ArrayOf_AddressTemplate@@8 @33925 NONAME ??_R2H501_ArrayOf_AliasAddress@@8 @33926 NONAME ??_R2H501_ArrayOf_AlternatePE@@8 @33927 NONAME ??_R2H501_ArrayOf_CircuitIdentifier@@8 @33928 NONAME ??_R2H501_ArrayOf_ClearToken@@8 @33929 NONAME ??_R2H501_ArrayOf_ContactInformation@@8 @33930 NONAME ??_R2H501_ArrayOf_CryptoH323Token@@8 @33931 NONAME ??_R2H501_ArrayOf_Descriptor@@8 @33932 NONAME ??_R2H501_ArrayOf_DescriptorInfo@@8 @33933 NONAME ??_R2H501_ArrayOf_GenericData@@8 @33934 NONAME ??_R2H501_ArrayOf_GloballyUniqueID@@8 @33935 NONAME ??_R2H501_ArrayOf_NonStandardParameter@@8 @33936 NONAME ??_R2H501_ArrayOf_PASN_ObjectId@@8 @33937 NONAME ??_R2H501_ArrayOf_Pattern@@8 @33938 NONAME ??_R2H501_ArrayOf_PriceElement@@8 @33939 NONAME ??_R2H501_ArrayOf_PriceInfoSpec@@8 @33940 NONAME ??_R2H501_ArrayOf_RouteInformation@@8 @33941 NONAME ??_R2H501_ArrayOf_SecurityMode@@8 @33942 NONAME ??_R2H501_ArrayOf_ServiceControlSession@@8 @33943 NONAME ??_R2H501_ArrayOf_SupportedProtocols@@8 @33944 NONAME ??_R2H501_ArrayOf_TransportAddress@@8 @33945 NONAME ??_R2H501_ArrayOf_UpdateInformation@@8 @33946 NONAME ??_R2H501_ArrayOf_UsageField@@8 @33947 NONAME ??_R2H501_AuthenticationConfirmation@@8 @33948 NONAME ??_R2H501_AuthenticationRejection@@8 @33949 NONAME ??_R2H501_AuthenticationRejectionReason@@8 @33950 NONAME ??_R2H501_AuthenticationRequest@@8 @33951 NONAME ??_R2H501_CallInformation@@8 @33952 NONAME ??_R2H501_ContactInformation@@8 @33953 NONAME ??_R2H501_Descriptor@@8 @33954 NONAME ??_R2H501_DescriptorConfirmation@@8 @33955 NONAME ??_R2H501_DescriptorIDConfirmation@@8 @33956 NONAME ??_R2H501_DescriptorIDRejection@@8 @33957 NONAME ??_R2H501_DescriptorIDRejectionReason@@8 @33958 NONAME ??_R2H501_DescriptorIDRequest@@8 @33959 NONAME ??_R2H501_DescriptorInfo@@8 @33960 NONAME ??_R2H501_DescriptorRejection@@8 @33961 NONAME ??_R2H501_DescriptorRejectionReason@@8 @33962 NONAME ??_R2H501_DescriptorRequest@@8 @33963 NONAME ??_R2H501_DescriptorUpdate@@8 @33964 NONAME ??_R2H501_DescriptorUpdateAck@@8 @33965 NONAME ??_R2H501_ElementIdentifier@@8 @33966 NONAME ??_R2H501_GlobalTimeStamp@@8 @33967 NONAME ??_R2H501_Message@@8 @33968 NONAME ??_R2H501_MessageBody@@8 @33969 NONAME ??_R2H501_MessageCommonInfo@@8 @33970 NONAME ??_R2H501_NonStandardConfirmation@@8 @33971 NONAME ??_R2H501_NonStandardRejection@@8 @33972 NONAME ??_R2H501_NonStandardRejectionReason@@8 @33973 NONAME ??_R2H501_NonStandardRequest@@8 @33974 NONAME ??_R2H501_PartyInformation@@8 @33975 NONAME ??_R2H501_Pattern@@8 @33976 NONAME ??_R2H501_Pattern_range@@8 @33977 NONAME ??_R2H501_PriceElement@@8 @33978 NONAME ??_R2H501_PriceElement_units@@8 @33979 NONAME ??_R2H501_PriceInfoSpec@@8 @33980 NONAME ??_R2H501_ProtocolVersion@@8 @33981 NONAME ??_R2H501_RequestInProgress@@8 @33982 NONAME ??_R2H501_Role@@8 @33983 NONAME ??_R2H501_RouteInformation@@8 @33984 NONAME ??_R2H501_RouteInformation_messageType@@8 @33985 NONAME ??_R2H501_SecurityMode@@8 @33986 NONAME ??_R2H501_ServiceConfirmation@@8 @33987 NONAME ??_R2H501_ServiceRejection@@8 @33988 NONAME ??_R2H501_ServiceRejectionReason@@8 @33989 NONAME ??_R2H501_ServiceRelease@@8 @33990 NONAME ??_R2H501_ServiceReleaseReason@@8 @33991 NONAME ??_R2H501_ServiceRequest@@8 @33992 NONAME ??_R2H501_TerminationCause@@8 @33993 NONAME ??_R2H501_TimeZone@@8 @33994 NONAME ??_R2H501_UnknownMessageReason@@8 @33995 NONAME ??_R2H501_UnknownMessageResponse@@8 @33996 NONAME ??_R2H501_UpdateInformation@@8 @33997 NONAME ??_R2H501_UpdateInformation_descriptorInfo@@8 @33998 NONAME ??_R2H501_UpdateInformation_updateType@@8 @33999 NONAME ??_R2H501_UsageCallStatus@@8 @34000 NONAME ??_R2H501_UsageConfirmation@@8 @34001 NONAME ??_R2H501_UsageField@@8 @34002 NONAME ??_R2H501_UsageIndication@@8 @34003 NONAME ??_R2H501_UsageIndicationConfirmation@@8 @34004 NONAME ??_R2H501_UsageIndicationRejection@@8 @34005 NONAME ??_R2H501_UsageIndicationRejectionReason@@8 @34006 NONAME ??_R2H501_UsageRejection@@8 @34007 NONAME ??_R2H501_UsageRejectReason@@8 @34008 NONAME ??_R2H501_UsageRequest@@8 @34009 NONAME ??_R2H501_UsageSpecification@@8 @34010 NONAME ??_R2H501_UsageSpecification_when@@8 @34011 NONAME ??_R2H501_UserInformation@@8 @34012 NONAME ??_R2H501_ValidationConfirmation@@8 @34013 NONAME ??_R2H501_ValidationRejection@@8 @34014 NONAME ??_R2H501_ValidationRejectionReason@@8 @34015 NONAME ??_R2H501_ValidationRequest@@8 @34016 NONAME ??_R2HandleTimeout_PNotifier@H245Negotiator@@8 @34017 NONAME ??_R2HandleTransactions_PNotifier@H323Transactor@@8 @34018 NONAME ??_R2IntraP64Decoder@@8 @34019 NONAME ??_R2MCS_ArrayOf_ChannelAttributes@@8 @34020 NONAME ??_R2MCS_ArrayOf_ChannelId@@8 @34021 NONAME ??_R2MCS_ArrayOf_TokenAttributes@@8 @34022 NONAME ??_R2MCS_ArrayOf_TokenId@@8 @34023 NONAME ??_R2MCS_ArrayOf_UserId@@8 @34024 NONAME ??_R2MCS_AssignedChannelId@@8 @34025 NONAME ??_R2MCS_AUcf@@8 @34026 NONAME ??_R2MCS_AUrq@@8 @34027 NONAME ??_R2MCS_CAin@@8 @34028 NONAME ??_R2MCS_CArq@@8 @34029 NONAME ??_R2MCS_CCcf@@8 @34030 NONAME ??_R2MCS_CCrq@@8 @34031 NONAME ??_R2MCS_CDin@@8 @34032 NONAME ??_R2MCS_CDrq@@8 @34033 NONAME ??_R2MCS_CEin@@8 @34034 NONAME ??_R2MCS_CErq@@8 @34035 NONAME ??_R2MCS_ChannelAttributes@@8 @34036 NONAME ??_R2MCS_ChannelAttributes_assigned@@8 @34037 NONAME ??_R2MCS_ChannelAttributes_private@@8 @34038 NONAME ??_R2MCS_ChannelAttributes_static@@8 @34039 NONAME ??_R2MCS_ChannelAttributes_userId@@8 @34040 NONAME ??_R2MCS_ChannelId@@8 @34041 NONAME ??_R2MCS_CJcf@@8 @34042 NONAME ??_R2MCS_CJrq@@8 @34043 NONAME ??_R2MCS_CLrq@@8 @34044 NONAME ??_R2MCS_ConnectMCSPDU@@8 @34045 NONAME ??_R2MCS_Connect_Additional@@8 @34046 NONAME ??_R2MCS_Connect_Initial@@8 @34047 NONAME ??_R2MCS_Connect_Response@@8 @34048 NONAME ??_R2MCS_Connect_Result@@8 @34049 NONAME ??_R2MCS_DataPriority@@8 @34050 NONAME ??_R2MCS_Diagnostic@@8 @34051 NONAME ??_R2MCS_DomainMCSPDU@@8 @34052 NONAME ??_R2MCS_DomainParameters@@8 @34053 NONAME ??_R2MCS_DPum@@8 @34054 NONAME ??_R2MCS_DUin@@8 @34055 NONAME ??_R2MCS_DUrq@@8 @34056 NONAME ??_R2MCS_DynamicChannelId@@8 @34057 NONAME ??_R2MCS_EDrq@@8 @34058 NONAME ??_R2MCS_MCcf@@8 @34059 NONAME ??_R2MCS_MCrq@@8 @34060 NONAME ??_R2MCS_MTcf@@8 @34061 NONAME ??_R2MCS_MTrq@@8 @34062 NONAME ??_R2MCS_PCin@@8 @34063 NONAME ??_R2MCS_PDin@@8 @34064 NONAME ??_R2MCS_PrivateChannelId@@8 @34065 NONAME ??_R2MCS_PTin@@8 @34066 NONAME ??_R2MCS_Reason@@8 @34067 NONAME ??_R2MCS_Result@@8 @34068 NONAME ??_R2MCS_RJum@@8 @34069 NONAME ??_R2MCS_SDin@@8 @34070 NONAME ??_R2MCS_SDrq@@8 @34071 NONAME ??_R2MCS_Segmentation@@8 @34072 NONAME ??_R2MCS_StaticChannelId@@8 @34073 NONAME ??_R2MCS_TGcf@@8 @34074 NONAME ??_R2MCS_TGrq@@8 @34075 NONAME ??_R2MCS_TIcf@@8 @34076 NONAME ??_R2MCS_TIrq@@8 @34077 NONAME ??_R2MCS_TokenAttributes@@8 @34078 NONAME ??_R2MCS_TokenAttributes_given@@8 @34079 NONAME ??_R2MCS_TokenAttributes_giving@@8 @34080 NONAME ??_R2MCS_TokenAttributes_grabbed@@8 @34081 NONAME ??_R2MCS_TokenAttributes_inhibited@@8 @34082 NONAME ??_R2MCS_TokenAttributes_ungivable@@8 @34083 NONAME ??_R2MCS_TokenId@@8 @34084 NONAME ??_R2MCS_TokenStatus@@8 @34085 NONAME ??_R2MCS_TPin@@8 @34086 NONAME ??_R2MCS_TPrq@@8 @34087 NONAME ??_R2MCS_TRcf@@8 @34088 NONAME ??_R2MCS_TRrq@@8 @34089 NONAME ??_R2MCS_TTcf@@8 @34090 NONAME ??_R2MCS_TTrq@@8 @34091 NONAME ??_R2MCS_TVcf@@8 @34092 NONAME ??_R2MCS_TVin@@8 @34093 NONAME ??_R2MCS_TVrq@@8 @34094 NONAME ??_R2MCS_TVrs@@8 @34095 NONAME ??_R2MCS_UserId@@8 @34096 NONAME ??_R2MCS_USin@@8 @34097 NONAME ??_R2MCS_USrq@@8 @34098 NONAME ??_R2MonitorMain_PNotifier@H323Gatekeeper@@8 @34106 NONAME ??_R2MonitorMain_PNotifier@H323GatekeeperServer@@8 @34107 NONAME ??_R2MonitorMain_PNotifier@H323PeerElement@@8 @34108 NONAME ??_R2MSIPAddress@PILSSession@@8 @34109 NONAME ??_R2MXRecordList@PDNS@@8 @44947 NONAME ??_R2OnCallIntrudeTimeOut_PNotifier@H45011Handler@@8 @34110 NONAME ??_R2OnCallTransferTimeOut_PNotifier@H4502Handler@@8 @34111 NONAME ??_R2OnLoadModule_PNotifier@PPluginModuleManager@@8 @42773 NONAME ??_R2OnUserInputInBandDTMF_PNotifier@H323Connection@@8 @34113 NONAME ??_R2OnUserInputInlineRFC2833_PNotifier@H323Connection@@8 @34114 NONAME ??_R2OpalFactoryCodec@@8 @44544 NONAME ??_R2OpalG711ALaw64kFormat@@8 @43034 NONAME ??_R2OpalG711ALaw64k_Base@@8 @44545 NONAME ??_R2OpalG711ALaw64k_Decoder@@8 @44546 NONAME ??_R2OpalG711ALaw64k_Encoder@@8 @44547 NONAME ??_R2OpalG711uLaw64kFormat@@8 @43035 NONAME ??_R2OpalG711uLaw64k_Base@@8 @44548 NONAME ??_R2OpalG711uLaw64k_Decoder@@8 @44549 NONAME ??_R2OpalG711uLaw64k_Encoder@@8 @44550 NONAME ??_R2OpalG7231A_5k3Format@@8 @43036 NONAME ??_R2OpalG7231A_6k3Format@@8 @43037 NONAME ??_R2OpalG7231_5k3Format@@8 @43038 NONAME ??_R2OpalG7231_6k3Format@@8 @43039 NONAME ??_R2OpalG728Format@@8 @43040 NONAME ??_R2OpalG729ABFormat@@8 @43041 NONAME ??_R2OpalG729AFormat@@8 @43042 NONAME ??_R2OpalG729BFormat@@8 @43043 NONAME ??_R2OpalG729Format@@8 @43044 NONAME ??_R2OpalGloballyUniqueID@@8 @34115 NONAME ??_R2OpalGSM0610Format@@8 @43045 NONAME ??_R2OpalH261Format@@8 @43046 NONAME ??_R2OpalIxJDevice@@8 @34116 NONAME ??_R2OpalLineChannel@@8 @34117 NONAME ??_R2OpalLineInterfaceDevice@@8 @34118 NONAME ??_R2OpalMediaFormat@@8 @34119 NONAME ??_R2OpalPCM16Format@@8 @43047 NONAME ??_R2OpalPluginCodec@@8 @44551 NONAME ??_R2OpalPluginMediaFormat@@8 @43048 NONAME ??_R2OpalRFC2190H263Format@@8 @45925 NONAME ??_R2OpalRFC2833@@8 @34120 NONAME ??_R2OpalRFC2833Info@@8 @34121 NONAME ??_R2OpalRtpToWavFile@@8 @34122 NONAME ??_R2OpalT120Format@@8 @43049 NONAME ??_R2OpalT120Protocol@@8 @34123 NONAME ??_R2OpalT38Protocol@@8 @34124 NONAME ??_R2OpalUserInputRFC2833Format@@8 @43050 NONAME ??_R2OpalVoipBlasterDevice@@8 @34125 NONAME ??_R2OpalVXMLSession@@8 @34126 NONAME ??_R2OpalWAVFile@@8 @34127 NONAME ??_R2P64Decoder@@8 @34128 NONAME ??_R2PASN_Boolean@@8 @34129 NONAME ??_R2PASN_ConstrainedObject@@8 @34130 NONAME ??_R2PASN_ConstrainedString@@8 @34131 NONAME ??_R2PASN_Enumeration@@8 @34132 NONAME ??_R2PASN_GeneralisedTime@@8 @34133 NONAME ??_R2PASN_GeneralString@@8 @34134 NONAME ??_R2PASN_IA5String@@8 @34135 NONAME ??_R2PASN_Integer@@8 @34136 NONAME ??_R2PASN_Null@@8 @34137 NONAME ??_R2PASN_NumericString@@8 @34138 NONAME ??_R2PASN_Object@@8 @34139 NONAME ??_R2PASN_PrintableString@@8 @34140 NONAME ??_R2PASN_Stream@@8 @34141 NONAME ??_R2PASN_VisibleString@@8 @34142 NONAME ??_R2PLDAPAttr_c@RTPerson@PILSSession@@8 @34143 NONAME ??_R2PLDAPAttr_cn@RTPerson@PILSSession@@8 @34144 NONAME ??_R2PLDAPAttr_comment@RTPerson@PILSSession@@8 @34145 NONAME ??_R2PLDAPAttr_givenName@RTPerson@PILSSession@@8 @34146 NONAME ??_R2PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@8 @34147 NONAME ??_R2PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@8 @34148 NONAME ??_R2PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@8 @34149 NONAME ??_R2PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@8 @34150 NONAME ??_R2PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@8 @34151 NONAME ??_R2PLDAPAttr_location@RTPerson@PILSSession@@8 @34152 NONAME ??_R2PLDAPAttr_o@RTPerson@PILSSession@@8 @34153 NONAME ??_R2PLDAPAttr_objectClass@RTPerson@PILSSession@@8 @34154 NONAME ??_R2PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@8 @34155 NONAME ??_R2PLDAPAttr_sappguid@RTPerson@PILSSession@@8 @34156 NONAME ??_R2PLDAPAttr_sappid@RTPerson@PILSSession@@8 @34157 NONAME ??_R2PLDAPAttr_sflags@RTPerson@PILSSession@@8 @34158 NONAME ??_R2PLDAPAttr_sipAddress@RTPerson@PILSSession@@8 @34159 NONAME ??_R2PLDAPAttr_smimetype@RTPerson@PILSSession@@8 @34160 NONAME ??_R2PLDAPAttr_smodop@RTPerson@PILSSession@@8 @34161 NONAME ??_R2PLDAPAttr_sport@RTPerson@PILSSession@@8 @34162 NONAME ??_R2PLDAPAttr_sprotid@RTPerson@PILSSession@@8 @34163 NONAME ??_R2PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@8 @34164 NONAME ??_R2PLDAPAttr_ssecurity@RTPerson@PILSSession@@8 @34165 NONAME ??_R2PLDAPAttr_sttl@RTPerson@PILSSession@@8 @34166 NONAME ??_R2PLDAPAttr_surname@RTPerson@PILSSession@@8 @34167 NONAME ??_R2PLDAPAttr_timestamp@RTPerson@PILSSession@@8 @34168 NONAME ??_R2PluginLoader@@8 @45090 NONAME ??_R2PPER_Stream@@8 @34169 NONAME ??_R2Pre_Vid_Coder@@8 @34170 NONAME ??_R2PWAVFileConverter@@8 @44325 NONAME ??_R2PWAVFileConverterALaw@@8 @44326 NONAME ??_R2PWAVFileConverterULaw@@8 @44327 NONAME ??_R2PWAVFileConverterXLaw@@8 @44328 NONAME ??_R2Q931@@8 @34172 NONAME ??_R2ReceivedPacket_PNotifier@OpalRFC2833@@8 @34173 NONAME ??_R2ReceivedPacket_PNotifier@OpalRtpToWavFile@@8 @34174 NONAME ??_R2ReceiverReport@RTP_Session@@8 @34175 NONAME ??_R2ReceiveTimeout_PNotifier@OpalRFC2833@@8 @34176 NONAME ??_R2Request@H323Transactor@@8 @34177 NONAME ??_R2Response@H323Transactor@@8 @34178 NONAME ??_R2RFC2190_FfmpgLink@@8 @45926 NONAME ??_R2RTPerson@PILSSession@@8 @34179 NONAME ??_R2RTP_ControlFrame@@8 @34180 NONAME ??_R2RTP_DataFrame@@8 @34181 NONAME ??_R2RTP_JitterBuffer@@8 @34182 NONAME ??_R2RTP_JitterBufferAnalyser@@8 @34183 NONAME ??_R2RTP_QOS@@8 @34184 NONAME ??_R2RTP_Session@@8 @34185 NONAME ??_R2RTP_SessionManager@@8 @34186 NONAME ??_R2RTP_UDP@@8 @34187 NONAME ??_R2RTP_UserData@@8 @34188 NONAME ??_R2SenderReport@RTP_Session@@8 @34189 NONAME ??_R2SlowHandler_PNotifier@H323Transaction@@8 @34190 NONAME ??_R2SourceDescription@RTP_Session@@8 @34191 NONAME ??_R2SRVRecordList@PDNS@@8 @44948 NONAME ??_R2StatusHandler_PNotifier@OpalVoipBlasterDevice@@8 @34192 NONAME ??_R2StringMap@H323GatekeeperServer@@8 @34193 NONAME ??_R2T120ConnectPDU@@8 @34194 NONAME ??_R2T120_X224@@8 @34195 NONAME ??_R2T38_ArrayOf_PASN_OctetString@@8 @34196 NONAME ??_R2T38_Data_Field@@8 @34197 NONAME ??_R2T38_Data_Field_subtype@@8 @34198 NONAME ??_R2T38_Data_Field_subtype_field_type@@8 @34199 NONAME ??_R2T38_IFPPacket@@8 @34200 NONAME ??_R2T38_PreCorrigendum_Data_Field@@8 @34201 NONAME ??_R2T38_PreCorrigendum_Data_Field_subtype@@8 @34202 NONAME ??_R2T38_PreCorrigendum_Data_Field_subtype_field_type@@8 @34203 NONAME ??_R2T38_PreCorrigendum_IFPPacket@@8 @34204 NONAME ??_R2T38_Type_of_msg@@8 @34205 NONAME ??_R2T38_Type_of_msg_data@@8 @34206 NONAME ??_R2T38_Type_of_msg_t30_indicator@@8 @34207 NONAME ??_R2T38_UDPTLPacket@@8 @34208 NONAME ??_R2T38_UDPTLPacket_error_recovery@@8 @34209 NONAME ??_R2T38_UDPTLPacket_error_recovery_fec_info@@8 @34210 NONAME ??_R2T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@8 @34211 NONAME ??_R2T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@8 @34212 NONAME ??_R2T38_UDPTLPacket_primary_ifp_packet@@8 @34213 NONAME ??_R2TickleMonitor_PNotifier@H323Gatekeeper@@8 @34214 NONAME ??_R2TransmitEnded_PNotifier@OpalRFC2833@@8 @34215 NONAME ??_R2TransmitPacket_PNotifier@OpalRFC2833@@8 @34216 NONAME ??_R2Transmitter@@8 @34217 NONAME ??_R2UpdateAllDescriptors_PNotifier@H323PeerElement@@8 @34218 NONAME ??_R2VoipBlasterInterface@@8 @34220 NONAME ??_R2Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@8 @44552 NONAME ??_R2Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@8 @44553 NONAME ??_R2Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@8 @44554 NONAME ??_R2Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@8 @44555 NONAME ??_R2Worker@OpalPluginCodecFactory@@8 @44556 NONAME ??_R2WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@8 @44949 NONAME ??_R2WorkerBase@?$PFactory@VH323Capability@@VPString@@@@8 @43953 NONAME ??_R2WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@8 @44557 NONAME ??_R2WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43954 NONAME ??_R2WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @43955 NONAME ??_R2WorkerBase@?$PFactory@VPWAVFileConverter@@I@@8 @44329 NONAME ??_R2X224@@8 @34221 NONAME ??_R2X880_Code@@8 @34222 NONAME ??_R2X880_GeneralProblem@@8 @34223 NONAME ??_R2X880_Invoke@@8 @34224 NONAME ??_R2X880_InvokeId@@8 @34225 NONAME ??_R2X880_InvokeProblem@@8 @34226 NONAME ??_R2X880_Reject@@8 @34227 NONAME ??_R2X880_RejectProblem@@8 @34228 NONAME ??_R2X880_Reject_problem@@8 @34229 NONAME ??_R2X880_ReturnError@@8 @34230 NONAME ??_R2X880_ReturnErrorProblem@@8 @34231 NONAME ??_R2X880_ReturnResult@@8 @34232 NONAME ??_R2X880_ReturnResultProblem@@8 @34233 NONAME ??_R2X880_ReturnResult_result@@8 @34234 NONAME ??_R2X880_ROS@@8 @34235 NONAME ??_R3?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@8 @34236 NONAME ??_R3?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@8 @34237 NONAME ??_R3?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@8 @34238 NONAME ??_R3?$H235_HASHED@VH235_EncodedGeneralToken@@@@8 @34239 NONAME ??_R3?$H235_HASHED@VH235_EncodedPwdCertToken@@@@8 @34240 NONAME ??_R3?$H235_SIGNED@VH225_EncodedFastStartToken@@@@8 @34241 NONAME ??_R3?$H235_SIGNED@VH235_EncodedGeneralToken@@@@8 @34242 NONAME ??_R3?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@8 @34243 NONAME ??_R3?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@8 @34244 NONAME ??_R3?$H235_SIGNED@VH235_EncodedReturnSig@@@@8 @34245 NONAME ??_R3?$PArray@V?$PList@VH323Capability@@@@@@8 @34246 NONAME ??_R3?$PArray@VH323SimultaneousCapabilities@@@@8 @34247 NONAME ??_R3?$PArray@VH323TransportAddress@@@@8 @34248 NONAME ??_R3?$PArray@VReceiverReport@RTP_Session@@@@8 @34249 NONAME ??_R3?$PArray@VSourceDescription@RTP_Session@@@@8 @34250 NONAME ??_R3?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@8 @34251 NONAME ??_R3?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@8 @34252 NONAME ??_R3?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@8 @34253 NONAME ??_R3?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@8 @34254 NONAME ??_R3?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@8 @34255 NONAME ??_R3?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@8 @34256 NONAME ??_R3?$PDictionary@VPString@@VH323Connection@@@@8 @34257 NONAME ??_R3?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@8 @34258 NONAME ??_R3?$PDictionary@VPString@@VPOrdinalKey@@@@8 @34259 NONAME ??_R3?$PFactory@VH235Authenticator@@VPString@@@@8 @44950 NONAME ??_R3?$PFactory@VH323Capability@@VPString@@@@8 @43956 NONAME ??_R3?$PFactory@VH323StaticPluginCodec@@VPString@@@@8 @43957 NONAME ??_R3?$PFactory@VOpalFactoryCodec@@VPString@@@@8 @44558 NONAME ??_R3?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43958 NONAME ??_R3?$PFactory@VPWAVFileConverter@@I@@8 @44330 NONAME ??_R3?$PList@VH235Authenticator@@@@8 @34260 NONAME ??_R3?$PList@VH245_GenericParameter@@@@8 @45406 NONAME ??_R3?$PList@VH263Packet@@@@8 @45927 NONAME ??_R3?$PList@VH323Capability@@@@8 @34262 NONAME ??_R3?$PList@VH323Channel@@@@8 @34263 NONAME ??_R3?$PList@VH323GatekeeperListener@@@@8 @34264 NONAME ??_R3?$PList@VH323Listener@@@@8 @34265 NONAME ??_R3?$PList@VH323Transactor@@@@8 @34266 NONAME ??_R3?$PList@VH450xHandler@@@@8 @34267 NONAME ??_R3?$PList@VOpalMediaFormat@@@@8 @34269 NONAME ??_R3?$PList@VPBYTEArray@@@@8 @34270 NONAME ??_R3?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@8 @34271 NONAME ??_R3?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@8 @34272 NONAME ??_R3?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@8 @34273 NONAME ??_R3?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@8 @34274 NONAME ??_R3?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@8 @34275 NONAME ??_R3?$PSafePtr@VH323GatekeeperCall@@@@8 @34276 NONAME ??_R3?$PSafePtr@VH323PeerElementDescriptor@@@@8 @34277 NONAME ??_R3?$PSafePtr@VH323PeerElementServiceRelationship@@@@8 @34278 NONAME ??_R3?$PSafePtr@VH323RegisteredEndPoint@@@@8 @34279 NONAME ??_R3?$PSafeSortedList@VH323GatekeeperCall@@@@8 @34280 NONAME ??_R3?$PSafeSortedList@VH323PeerElementDescriptor@@@@8 @34281 NONAME ??_R3?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@8 @34282 NONAME ??_R3?$PSet@VPOrdinalKey@@@@8 @34283 NONAME ??_R3?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@8 @34284 NONAME ??_R3?$PSortedList@VH225_AliasAddress@@@@8 @34285 NONAME ??_R3?$PSortedList@VH323GatekeeperCall@@@@8 @34286 NONAME ??_R3?$PSortedList@VH323PeerElementDescriptor@@@@8 @34287 NONAME ??_R3?$PSortedList@VH323PeerElementServiceRelationship@@@@8 @34288 NONAME ??_R3?$PSortedList@VMXRecord@PDNS@@@@8 @44951 NONAME ??_R3?$PSortedList@VResponse@H323Transactor@@@@8 @34289 NONAME ??_R3?$PSortedList@VSRVRecord@PDNS@@@@8 @44952 NONAME ??_R3?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @44953 NONAME ??_R3?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @44954 NONAME ??_R3?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @44955 NONAME ??_R3?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @43959 NONAME ??_R3?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43960 NONAME ??_R3?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43961 NONAME ??_R3?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43962 NONAME ??_R3?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43963 NONAME ??_R3?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43964 NONAME ??_R3?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43965 NONAME ??_R3?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43966 NONAME ??_R3?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43967 NONAME ??_R3?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43968 NONAME ??_R3?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43969 NONAME ??_R3?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43970 NONAME ??_R3?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43971 NONAME ??_R3?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43972 NONAME ??_R3?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43973 NONAME ??_R3?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @43974 NONAME ??_R3?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43975 NONAME ??_R3?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43976 NONAME ??_R3?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43977 NONAME ??_R3?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43978 NONAME ??_R3?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43979 NONAME ??_R3?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43980 NONAME ??_R3?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43981 NONAME ??_R3?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43982 NONAME ??_R3?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43983 NONAME ??_R3?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43984 NONAME ??_R3?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43985 NONAME ??_R3?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43986 NONAME ??_R3?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43987 NONAME ??_R3?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43988 NONAME ??_R3?$Worker@VOpalRFC2190H263Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @45928 NONAME ??_R3?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43989 NONAME ??_R3?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43990 NONAME ??_R3?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@8 @45091 NONAME ??_R3?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@8 @44331 NONAME ??_R3?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@8 @44332 NONAME ??_R3AliasKey@H323PeerElement@@8 @34290 NONAME ??_R3AlternateInfo@H323Gatekeeper@@8 @34291 NONAME ??_R3ByteQueue@OpalVoipBlasterDevice@@8 @34292 NONAME ??_R3Encoder@@8 @34293 NONAME ??_R3Entry@RTP_JitterBuffer@@8 @34294 NONAME ??_R3FilterInfo@H323Codec@@8 @34296 NONAME ??_R3FullP64Decoder@@8 @34297 NONAME ??_R3G7231_File_Capability@@8 @34298 NONAME ??_R3G7231_File_Codec@@8 @34299 NONAME ??_R3GCC_AlternativeNodeID@@8 @34300 NONAME ??_R3GCC_ApplicationInvokeIndication@@8 @34301 NONAME ??_R3GCC_ApplicationInvokeSpecifier@@8 @34302 NONAME ??_R3GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@8 @34303 NONAME ??_R3GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@8 @34304 NONAME ??_R3GCC_ApplicationRecord@@8 @34305 NONAME ??_R3GCC_ApplicationRecord_nonCollapsingCapabilities@@8 @34306 NONAME ??_R3GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@8 @34307 NONAME ??_R3GCC_ArrayOf_ApplicationInvokeSpecifier@@8 @34308 NONAME ??_R3GCC_ArrayOf_ChallengeItem@@8 @34309 NONAME ??_R3GCC_ArrayOf_ConferenceDescriptor@@8 @34310 NONAME ??_R3GCC_ArrayOf_Privilege@@8 @34311 NONAME ??_R3GCC_ArrayOf_TextString@@8 @34312 NONAME ??_R3GCC_ArrayOf_UserID@@8 @34313 NONAME ??_R3GCC_AsymmetryIndicator@@8 @34314 NONAME ??_R3GCC_CapabilityClass@@8 @34315 NONAME ??_R3GCC_CapabilityID@@8 @34316 NONAME ??_R3GCC_ChallengeItem@@8 @34317 NONAME ??_R3GCC_ChallengeRequest@@8 @34318 NONAME ??_R3GCC_ChallengeResponse@@8 @34319 NONAME ??_R3GCC_ChallengeResponseAlgorithm@@8 @34320 NONAME ??_R3GCC_ChallengeResponseItem@@8 @34321 NONAME ??_R3GCC_ChannelID@@8 @34322 NONAME ??_R3GCC_ChannelType@@8 @34323 NONAME ??_R3GCC_ConductorAssignIndication@@8 @34324 NONAME ??_R3GCC_ConductorPermissionAskIndication@@8 @34325 NONAME ??_R3GCC_ConductorPermissionGrantIndication@@8 @34326 NONAME ??_R3GCC_ConductorReleaseIndication@@8 @34327 NONAME ??_R3GCC_ConferenceAddRequest@@8 @34328 NONAME ??_R3GCC_ConferenceAddResponse@@8 @34329 NONAME ??_R3GCC_ConferenceAddResponse_result@@8 @34330 NONAME ??_R3GCC_ConferenceAssistanceIndication@@8 @34331 NONAME ??_R3GCC_ConferenceCreateRequest@@8 @34332 NONAME ??_R3GCC_ConferenceCreateResponse@@8 @34333 NONAME ??_R3GCC_ConferenceCreateResponse_result@@8 @34334 NONAME ??_R3GCC_ConferenceDescriptor@@8 @34335 NONAME ??_R3GCC_ConferenceEjectUserIndication@@8 @34336 NONAME ??_R3GCC_ConferenceEjectUserIndication_reason@@8 @34337 NONAME ??_R3GCC_ConferenceEjectUserRequest@@8 @34338 NONAME ??_R3GCC_ConferenceEjectUserRequest_reason@@8 @34339 NONAME ??_R3GCC_ConferenceEjectUserResponse@@8 @34340 NONAME ??_R3GCC_ConferenceEjectUserResponse_result@@8 @34341 NONAME ??_R3GCC_ConferenceInviteRequest@@8 @34342 NONAME ??_R3GCC_ConferenceInviteResponse@@8 @34343 NONAME ??_R3GCC_ConferenceInviteResponse_result@@8 @34344 NONAME ??_R3GCC_ConferenceJoinRequest@@8 @34345 NONAME ??_R3GCC_ConferenceJoinResponse@@8 @34346 NONAME ??_R3GCC_ConferenceJoinResponse_result@@8 @34347 NONAME ??_R3GCC_ConferenceLockIndication@@8 @34348 NONAME ??_R3GCC_ConferenceLockRequest@@8 @34349 NONAME ??_R3GCC_ConferenceLockResponse@@8 @34350 NONAME ??_R3GCC_ConferenceLockResponse_result@@8 @34351 NONAME ??_R3GCC_ConferenceName@@8 @34352 NONAME ??_R3GCC_ConferenceNameModifier@@8 @34353 NONAME ??_R3GCC_ConferenceNameSelector@@8 @34354 NONAME ??_R3GCC_ConferencePriority@@8 @34355 NONAME ??_R3GCC_ConferencePriorityScheme@@8 @34356 NONAME ??_R3GCC_ConferenceQueryRequest@@8 @34357 NONAME ??_R3GCC_ConferenceQueryResponse@@8 @34358 NONAME ??_R3GCC_ConferenceQueryResponse_result@@8 @34359 NONAME ??_R3GCC_ConferenceTerminateIndication@@8 @34360 NONAME ??_R3GCC_ConferenceTerminateIndication_reason@@8 @34361 NONAME ??_R3GCC_ConferenceTerminateRequest@@8 @34362 NONAME ??_R3GCC_ConferenceTerminateRequest_reason@@8 @34363 NONAME ??_R3GCC_ConferenceTerminateResponse@@8 @34364 NONAME ??_R3GCC_ConferenceTerminateResponse_result@@8 @34365 NONAME ??_R3GCC_ConferenceTimeExtendIndication@@8 @34366 NONAME ??_R3GCC_ConferenceTimeInquireIndication@@8 @34367 NONAME ??_R3GCC_ConferenceTimeRemainingIndication@@8 @34368 NONAME ??_R3GCC_ConferenceTransferIndication@@8 @34369 NONAME ??_R3GCC_ConferenceTransferRequest@@8 @34370 NONAME ??_R3GCC_ConferenceTransferResponse@@8 @34371 NONAME ??_R3GCC_ConferenceTransferResponse_result@@8 @34372 NONAME ??_R3GCC_ConferenceUnlockIndication@@8 @34373 NONAME ??_R3GCC_ConferenceUnlockRequest@@8 @34374 NONAME ??_R3GCC_ConferenceUnlockResponse@@8 @34375 NONAME ??_R3GCC_ConferenceUnlockResponse_result@@8 @34376 NONAME ??_R3GCC_ConnectData@@8 @34377 NONAME ??_R3GCC_ConnectGCCPDU@@8 @34378 NONAME ??_R3GCC_DialingString@@8 @34379 NONAME ??_R3GCC_DynamicChannelID@@8 @34380 NONAME ??_R3GCC_DynamicTokenID@@8 @34381 NONAME ??_R3GCC_EntityID@@8 @34382 NONAME ??_R3GCC_ExtraDialingString@@8 @34383 NONAME ??_R3GCC_FunctionNotSupportedResponse@@8 @34384 NONAME ??_R3GCC_GCCPDU@@8 @34385 NONAME ??_R3GCC_H221NonStandardIdentifier@@8 @34386 NONAME ??_R3GCC_Handle@@8 @34387 NONAME ??_R3GCC_IndicationPDU@@8 @34388 NONAME ??_R3GCC_Key@@8 @34389 NONAME ??_R3GCC_NetworkAddress@@8 @34390 NONAME ??_R3GCC_NetworkAddress_subtype@@8 @34391 NONAME ??_R3GCC_NetworkAddress_subtype_aggregatedChannel@@8 @34392 NONAME ??_R3GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@8 @34393 NONAME ??_R3GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@8 @34394 NONAME ??_R3GCC_NetworkAddress_subtype_transportConnection@@8 @34395 NONAME ??_R3GCC_NodeProperties@@8 @34396 NONAME ??_R3GCC_NodeRecord@@8 @34397 NONAME ??_R3GCC_NodeType@@8 @34398 NONAME ??_R3GCC_NonStandardParameter@@8 @34399 NONAME ??_R3GCC_NonStandardPDU@@8 @34400 NONAME ??_R3GCC_Password@@8 @34401 NONAME ??_R3GCC_PasswordChallengeRequestResponse@@8 @34402 NONAME ??_R3GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@8 @34403 NONAME ??_R3GCC_PasswordSelector@@8 @34404 NONAME ??_R3GCC_Privilege@@8 @34405 NONAME ??_R3GCC_RegistryAllocateHandleRequest@@8 @34406 NONAME ??_R3GCC_RegistryAllocateHandleResponse@@8 @34407 NONAME ??_R3GCC_RegistryAllocateHandleResponse_result@@8 @34408 NONAME ??_R3GCC_RegistryAssignTokenRequest@@8 @34409 NONAME ??_R3GCC_RegistryDeleteEntryRequest@@8 @34410 NONAME ??_R3GCC_RegistryEntryOwner@@8 @34411 NONAME ??_R3GCC_RegistryEntryOwner_owned@@8 @34412 NONAME ??_R3GCC_RegistryItem@@8 @34413 NONAME ??_R3GCC_RegistryKey@@8 @34414 NONAME ??_R3GCC_RegistryModificationRights@@8 @34415 NONAME ??_R3GCC_RegistryMonitorEntryIndication@@8 @34416 NONAME ??_R3GCC_RegistryMonitorEntryRequest@@8 @34417 NONAME ??_R3GCC_RegistryRegisterChannelRequest@@8 @34418 NONAME ??_R3GCC_RegistryResponse@@8 @34419 NONAME ??_R3GCC_RegistryResponse_primitiveType@@8 @34420 NONAME ??_R3GCC_RegistryResponse_result@@8 @34421 NONAME ??_R3GCC_RegistryRetrieveEntryRequest@@8 @34422 NONAME ??_R3GCC_RegistrySetParameterRequest@@8 @34423 NONAME ??_R3GCC_RequestPDU@@8 @34424 NONAME ??_R3GCC_ResponsePDU@@8 @34425 NONAME ??_R3GCC_RosterUpdateIndication@@8 @34426 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation@@8 @34427 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype@@8 @34428 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@8 @34429 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@8 @34430 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@8 @34431 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@8 @34432 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@8 @34433 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@8 @34434 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@8 @34435 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@8 @34436 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@8 @34437 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation@@8 @34438 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@8 @34439 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@8 @34440 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@8 @34441 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@8 @34442 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@8 @34443 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@8 @34444 NONAME ??_R3GCC_SessionKey@@8 @34445 NONAME ??_R3GCC_SimpleNumericString@@8 @34446 NONAME ??_R3GCC_SimpleTextString@@8 @34447 NONAME ??_R3GCC_StaticChannelID@@8 @34448 NONAME ??_R3GCC_StaticTokenID@@8 @34449 NONAME ??_R3GCC_SubAddressString@@8 @34450 NONAME ??_R3GCC_TerminationMethod@@8 @34451 NONAME ??_R3GCC_TextMessageIndication@@8 @34452 NONAME ??_R3GCC_TextString@@8 @34453 NONAME ??_R3GCC_Time@@8 @34454 NONAME ??_R3GCC_TokenID@@8 @34455 NONAME ??_R3GCC_UserData@@8 @34456 NONAME ??_R3GCC_UserData_subtype@@8 @34457 NONAME ??_R3GCC_UserID@@8 @34458 NONAME ??_R3GCC_UserIDIndication@@8 @34459 NONAME ??_R3H225CallThread@@8 @34460 NONAME ??_R3H225TransportThread@@8 @34461 NONAME ??_R3H225_AddressPattern@@8 @34462 NONAME ??_R3H225_AddressPattern_range@@8 @34463 NONAME ??_R3H225_AdmissionConfirm@@8 @34464 NONAME ??_R3H225_AdmissionConfirm_language@@8 @34465 NONAME ??_R3H225_AdmissionReject@@8 @34466 NONAME ??_R3H225_AdmissionRejectReason@@8 @34467 NONAME ??_R3H225_AdmissionRequest@@8 @34468 NONAME ??_R3H225_Alerting_UUIE@@8 @34469 NONAME ??_R3H225_AliasAddress@@8 @34470 NONAME ??_R3H225_AlternateGK@@8 @34471 NONAME ??_R3H225_AlternateTransportAddresses@@8 @34472 NONAME ??_R3H225_AltGKInfo@@8 @34473 NONAME ??_R3H225_ANSI_41_UIM@@8 @34474 NONAME ??_R3H225_ANSI_41_UIM_system_id@@8 @34475 NONAME ??_R3H225_ArrayOf_AddressPattern@@8 @34476 NONAME ??_R3H225_ArrayOf_AdmissionConfirm@@8 @34477 NONAME ??_R3H225_ArrayOf_AliasAddress@@8 @34478 NONAME ??_R3H225_ArrayOf_AlternateGK@@8 @34479 NONAME ??_R3H225_ArrayOf_AuthenticationMechanism@@8 @34480 NONAME ??_R3H225_ArrayOf_BandwidthDetails@@8 @34481 NONAME ??_R3H225_ArrayOf_CallReferenceValue@@8 @34482 NONAME ??_R3H225_ArrayOf_CallsAvailable@@8 @34483 NONAME ??_R3H225_ArrayOf_ClearToken@@8 @34484 NONAME ??_R3H225_ArrayOf_ConferenceIdentifier@@8 @34485 NONAME ??_R3H225_ArrayOf_ConferenceList@@8 @34486 NONAME ??_R3H225_ArrayOf_CryptoH323Token@@8 @34487 NONAME ??_R3H225_ArrayOf_DataRate@@8 @34488 NONAME ??_R3H225_ArrayOf_Endpoint@@8 @34489 NONAME ??_R3H225_ArrayOf_EnumeratedParameter@@8 @34490 NONAME ??_R3H225_ArrayOf_ExtendedAliasAddress@@8 @34491 NONAME ??_R3H225_ArrayOf_FeatureDescriptor@@8 @34492 NONAME ??_R3H225_ArrayOf_GenericData@@8 @34493 NONAME ??_R3H225_ArrayOf_H245Security@@8 @34494 NONAME ??_R3H225_ArrayOf_H248PackagesDescriptor@@8 @34495 NONAME ??_R3H225_ArrayOf_IntegrityMechanism@@8 @34496 NONAME ??_R3H225_ArrayOf_NonStandardParameter@@8 @34497 NONAME ??_R3H225_ArrayOf_PartyNumber@@8 @34498 NONAME ??_R3H225_ArrayOf_PASN_ObjectId@@8 @34499 NONAME ??_R3H225_ArrayOf_PASN_OctetString@@8 @34500 NONAME ??_R3H225_ArrayOf_RasUsageSpecification@@8 @34501 NONAME ??_R3H225_ArrayOf_RTPSession@@8 @34502 NONAME ??_R3H225_ArrayOf_ServiceControlSession@@8 @34503 NONAME ??_R3H225_ArrayOf_SupportedPrefix@@8 @34504 NONAME ??_R3H225_ArrayOf_SupportedProtocols@@8 @34505 NONAME ??_R3H225_ArrayOf_TransportAddress@@8 @34506 NONAME ??_R3H225_ArrayOf_TransportChannelInfo@@8 @34507 NONAME ??_R3H225_ArrayOf_TunnelledProtocol@@8 @34508 NONAME ??_R3H225_BandRejectReason@@8 @34509 NONAME ??_R3H225_BandWidth@@8 @34510 NONAME ??_R3H225_BandwidthConfirm@@8 @34511 NONAME ??_R3H225_BandwidthDetails@@8 @34512 NONAME ??_R3H225_BandwidthReject@@8 @34513 NONAME ??_R3H225_BandwidthRequest@@8 @34514 NONAME ??_R3H225_CallCapacity@@8 @34515 NONAME ??_R3H225_CallCapacityInfo@@8 @34516 NONAME ??_R3H225_CallCreditCapability@@8 @34517 NONAME ??_R3H225_CallCreditServiceControl@@8 @34518 NONAME ??_R3H225_CallCreditServiceControl_billingMode@@8 @34519 NONAME ??_R3H225_CallCreditServiceControl_callStartingPoint@@8 @34520 NONAME ??_R3H225_CallIdentifier@@8 @34521 NONAME ??_R3H225_CallLinkage@@8 @34522 NONAME ??_R3H225_CallModel@@8 @34523 NONAME ??_R3H225_CallProceeding_UUIE@@8 @34524 NONAME ??_R3H225_CallReferenceValue@@8 @34525 NONAME ??_R3H225_CallsAvailable@@8 @34526 NONAME ??_R3H225_CallTerminationCause@@8 @34527 NONAME ??_R3H225_CallType@@8 @34528 NONAME ??_R3H225_CapacityReportingCapability@@8 @34529 NONAME ??_R3H225_CapacityReportingSpecification@@8 @34530 NONAME ??_R3H225_CapacityReportingSpecification_when@@8 @34531 NONAME ??_R3H225_CarrierInfo@@8 @34532 NONAME ??_R3H225_CicInfo@@8 @34533 NONAME ??_R3H225_CicInfo_cic@@8 @34534 NONAME ??_R3H225_CircuitIdentifier@@8 @34535 NONAME ??_R3H225_CircuitInfo@@8 @34536 NONAME ??_R3H225_ConferenceIdentifier@@8 @34537 NONAME ??_R3H225_ConferenceList@@8 @34538 NONAME ??_R3H225_Connect_UUIE@@8 @34539 NONAME ??_R3H225_Connect_UUIE_language@@8 @34540 NONAME ??_R3H225_Content@@8 @34541 NONAME ??_R3H225_CryptoH323Token@@8 @34542 NONAME ??_R3H225_CryptoH323Token_cryptoEPPwdHash@@8 @34543 NONAME ??_R3H225_CryptoH323Token_cryptoGKPwdHash@@8 @34544 NONAME ??_R3H225_DataRate@@8 @34545 NONAME ??_R3H225_DisengageConfirm@@8 @34546 NONAME ??_R3H225_DisengageReason@@8 @34547 NONAME ??_R3H225_DisengageReject@@8 @34548 NONAME ??_R3H225_DisengageRejectReason@@8 @34549 NONAME ??_R3H225_DisengageRequest@@8 @34550 NONAME ??_R3H225_EncodedFastStartToken@@8 @34551 NONAME ??_R3H225_EncryptIntAlg@@8 @34552 NONAME ??_R3H225_Endpoint@@8 @34553 NONAME ??_R3H225_EndpointIdentifier@@8 @34554 NONAME ??_R3H225_EndpointType@@8 @34555 NONAME ??_R3H225_EnumeratedParameter@@8 @34556 NONAME ??_R3H225_ExtendedAliasAddress@@8 @34557 NONAME ??_R3H225_FacilityReason@@8 @34558 NONAME ??_R3H225_Facility_UUIE@@8 @34559 NONAME ??_R3H225_FastStartToken@@8 @34560 NONAME ??_R3H225_FeatureDescriptor@@8 @34561 NONAME ??_R3H225_FeatureSet@@8 @34562 NONAME ??_R3H225_GatekeeperConfirm@@8 @34563 NONAME ??_R3H225_GatekeeperIdentifier@@8 @34564 NONAME ??_R3H225_GatekeeperInfo@@8 @34565 NONAME ??_R3H225_GatekeeperReject@@8 @34566 NONAME ??_R3H225_GatekeeperRejectReason@@8 @34567 NONAME ??_R3H225_GatekeeperRequest@@8 @34568 NONAME ??_R3H225_GatewayInfo@@8 @34569 NONAME ??_R3H225_GenericData@@8 @34570 NONAME ??_R3H225_GenericIdentifier@@8 @34571 NONAME ??_R3H225_GloballyUniqueID@@8 @34572 NONAME ??_R3H225_GroupID@@8 @34573 NONAME ??_R3H225_GroupID_member@@8 @34574 NONAME ??_R3H225_GSM_UIM@@8 @34575 NONAME ??_R3H225_H221NonStandard@@8 @34576 NONAME ??_R3H225_H245Security@@8 @34577 NONAME ??_R3H225_H248PackagesDescriptor@@8 @34578 NONAME ??_R3H225_H248SignalsDescriptor@@8 @34579 NONAME ??_R3H225_H310Caps@@8 @34580 NONAME ??_R3H225_H320Caps@@8 @34581 NONAME ??_R3H225_H321Caps@@8 @34582 NONAME ??_R3H225_H322Caps@@8 @34583 NONAME ??_R3H225_H323Caps@@8 @34584 NONAME ??_R3H225_H323_UserInformation@@8 @34585 NONAME ??_R3H225_H323_UserInformation_user_data@@8 @34586 NONAME ??_R3H225_H323_UU_PDU@@8 @34587 NONAME ??_R3H225_H323_UU_PDU_h323_message_body@@8 @34588 NONAME ??_R3H225_H323_UU_PDU_tunnelledSignallingMessage@@8 @34589 NONAME ??_R3H225_H324Caps@@8 @34590 NONAME ??_R3H225_ICV@@8 @34591 NONAME ??_R3H225_InfoRequest@@8 @34592 NONAME ??_R3H225_InfoRequestAck@@8 @34593 NONAME ??_R3H225_InfoRequestNak@@8 @34594 NONAME ??_R3H225_InfoRequestNakReason@@8 @34595 NONAME ??_R3H225_InfoRequestResponse@@8 @34596 NONAME ??_R3H225_InfoRequestResponseStatus@@8 @34597 NONAME ??_R3H225_InfoRequestResponse_perCallInfo@@8 @34598 NONAME ??_R3H225_InfoRequestResponse_perCallInfo_subtype@@8 @34599 NONAME ??_R3H225_InfoRequestResponse_perCallInfo_subtype_pdu@@8 @34600 NONAME ??_R3H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@8 @34601 NONAME ??_R3H225_Information_UUIE@@8 @34602 NONAME ??_R3H225_IntegrityMechanism@@8 @34603 NONAME ??_R3H225_LocationConfirm@@8 @34604 NONAME ??_R3H225_LocationReject@@8 @34605 NONAME ??_R3H225_LocationRejectReason@@8 @34606 NONAME ??_R3H225_LocationRequest@@8 @34607 NONAME ??_R3H225_McuInfo@@8 @34608 NONAME ??_R3H225_MobileUIM@@8 @34609 NONAME ??_R3H225_NonIsoIntegrityMechanism@@8 @34610 NONAME ??_R3H225_NonStandardIdentifier@@8 @34611 NONAME ??_R3H225_NonStandardMessage@@8 @34612 NONAME ??_R3H225_NonStandardParameter@@8 @34613 NONAME ??_R3H225_NonStandardProtocol@@8 @34614 NONAME ??_R3H225_Notify_UUIE@@8 @34615 NONAME ??_R3H225_NumberDigits@@8 @34616 NONAME ??_R3H225_PartyNumber@@8 @34617 NONAME ??_R3H225_PresentationIndicator@@8 @34618 NONAME ??_R3H225_PrivatePartyNumber@@8 @34619 NONAME ??_R3H225_PrivateTypeOfNumber@@8 @34620 NONAME ??_R3H225_Progress_UUIE@@8 @34621 NONAME ??_R3H225_ProtocolIdentifier@@8 @34622 NONAME ??_R3H225_PublicPartyNumber@@8 @34623 NONAME ??_R3H225_PublicTypeOfNumber@@8 @34624 NONAME ??_R3H225_Q954Details@@8 @34625 NONAME ??_R3H225_QseriesOptions@@8 @34626 NONAME ??_R3H225_RAS@@8 @34627 NONAME ??_R3H225_RasMessage@@8 @34628 NONAME ??_R3H225_RasUsageInformation@@8 @34629 NONAME ??_R3H225_RasUsageInfoTypes@@8 @34630 NONAME ??_R3H225_RasUsageSpecification@@8 @34631 NONAME ??_R3H225_RasUsageSpecification_callStartingPoint@@8 @34632 NONAME ??_R3H225_RasUsageSpecification_when@@8 @34633 NONAME ??_R3H225_RegistrationConfirm@@8 @34634 NONAME ??_R3H225_RegistrationConfirm_preGrantedARQ@@8 @34635 NONAME ??_R3H225_RegistrationReject@@8 @34636 NONAME ??_R3H225_RegistrationRejectReason@@8 @34637 NONAME ??_R3H225_RegistrationRejectReason_invalidTerminalAliases@@8 @34638 NONAME ??_R3H225_RegistrationRequest@@8 @34639 NONAME ??_R3H225_ReleaseCompleteReason@@8 @34640 NONAME ??_R3H225_ReleaseComplete_UUIE@@8 @34641 NONAME ??_R3H225_RequestInProgress@@8 @34642 NONAME ??_R3H225_RequestSeqNum@@8 @34643 NONAME ??_R3H225_ResourcesAvailableConfirm@@8 @34644 NONAME ??_R3H225_ResourcesAvailableIndicate@@8 @34645 NONAME ??_R3H225_RTPSession@@8 @34646 NONAME ??_R3H225_RTPSession_associatedSessionIds@@8 @34647 NONAME ??_R3H225_ScnConnectionAggregation@@8 @34648 NONAME ??_R3H225_ScnConnectionType@@8 @34649 NONAME ??_R3H225_ScreeningIndicator@@8 @34650 NONAME ??_R3H225_SecurityCapabilities@@8 @34651 NONAME ??_R3H225_SecurityErrors2@@8 @34652 NONAME ??_R3H225_SecurityErrors@@8 @34653 NONAME ??_R3H225_SecurityServiceMode@@8 @34654 NONAME ??_R3H225_ServiceControlDescriptor@@8 @34655 NONAME ??_R3H225_ServiceControlIndication@@8 @34656 NONAME ??_R3H225_ServiceControlIndication_callSpecific@@8 @34657 NONAME ??_R3H225_ServiceControlResponse@@8 @34658 NONAME ??_R3H225_ServiceControlResponse_result@@8 @34659 NONAME ??_R3H225_ServiceControlSession@@8 @34660 NONAME ??_R3H225_ServiceControlSession_reason@@8 @34661 NONAME ??_R3H225_SetupAcknowledge_UUIE@@8 @34662 NONAME ??_R3H225_Setup_UUIE@@8 @34663 NONAME ??_R3H225_Setup_UUIE_conferenceGoal@@8 @34664 NONAME ??_R3H225_Setup_UUIE_connectionParameters@@8 @34665 NONAME ??_R3H225_Setup_UUIE_language@@8 @34666 NONAME ??_R3H225_SIPCaps@@8 @34667 NONAME ??_R3H225_StatusInquiry_UUIE@@8 @34668 NONAME ??_R3H225_Status_UUIE@@8 @34669 NONAME ??_R3H225_StimulusControl@@8 @34670 NONAME ??_R3H225_SupportedPrefix@@8 @34671 NONAME ??_R3H225_SupportedProtocols@@8 @34672 NONAME ??_R3H225_T120OnlyCaps@@8 @34673 NONAME ??_R3H225_T38FaxAnnexbOnlyCaps@@8 @34674 NONAME ??_R3H225_TBCD_STRING@@8 @34675 NONAME ??_R3H225_TerminalInfo@@8 @34676 NONAME ??_R3H225_TimeToLive@@8 @34677 NONAME ??_R3H225_TransportAddress@@8 @34678 NONAME ??_R3H225_TransportAddress_ip6Address@@8 @34679 NONAME ??_R3H225_TransportAddress_ipAddress@@8 @34680 NONAME ??_R3H225_TransportAddress_ipSourceRoute@@8 @34681 NONAME ??_R3H225_TransportAddress_ipSourceRoute_route@@8 @34682 NONAME ??_R3H225_TransportAddress_ipSourceRoute_routing@@8 @34683 NONAME ??_R3H225_TransportAddress_ipxAddress@@8 @34684 NONAME ??_R3H225_TransportChannelInfo@@8 @34685 NONAME ??_R3H225_TransportQOS@@8 @34686 NONAME ??_R3H225_TunnelledProtocol@@8 @34687 NONAME ??_R3H225_TunnelledProtocolAlternateIdentifier@@8 @34688 NONAME ??_R3H225_TunnelledProtocol_id@@8 @34689 NONAME ??_R3H225_UnknownMessageResponse@@8 @34690 NONAME ??_R3H225_UnregistrationConfirm@@8 @34691 NONAME ??_R3H225_UnregistrationReject@@8 @34692 NONAME ??_R3H225_UnregistrationRequest@@8 @34693 NONAME ??_R3H225_UnregRejectReason@@8 @34694 NONAME ??_R3H225_UnregRequestReason@@8 @34695 NONAME ??_R3H225_UseSpecifiedTransport@@8 @34696 NONAME ??_R3H225_UUIEsRequested@@8 @34697 NONAME ??_R3H225_VendorIdentifier@@8 @34698 NONAME ??_R3H225_VoiceCaps@@8 @34699 NONAME ??_R3H235AuthCAT@@8 @34700 NONAME ??_R3H235Authenticator@@8 @34701 NONAME ??_R3H235Authenticators@@8 @34702 NONAME ??_R3H235AuthProcedure1@@8 @34703 NONAME ??_R3H235AuthSimpleMD5@@8 @34704 NONAME ??_R3H235_AuthenticationBES@@8 @34705 NONAME ??_R3H235_AuthenticationMechanism@@8 @34706 NONAME ??_R3H235_ChallengeString@@8 @34707 NONAME ??_R3H235_ClearToken@@8 @34708 NONAME ??_R3H235_CryptoToken@@8 @34709 NONAME ??_R3H235_CryptoToken_cryptoEncryptedToken@@8 @34710 NONAME ??_R3H235_CryptoToken_cryptoHashedToken@@8 @34711 NONAME ??_R3H235_CryptoToken_cryptoSignedToken@@8 @34712 NONAME ??_R3H235_DHset@@8 @34713 NONAME ??_R3H235_ECGDSASignature@@8 @34714 NONAME ??_R3H235_ECKASDH@@8 @34715 NONAME ??_R3H235_ECKASDH_eckasdh2@@8 @34716 NONAME ??_R3H235_ECKASDH_eckasdhp@@8 @34717 NONAME ??_R3H235_ECpoint@@8 @34718 NONAME ??_R3H235_EncodedGeneralToken@@8 @34719 NONAME ??_R3H235_EncodedKeySignedMaterial@@8 @34720 NONAME ??_R3H235_EncodedKeySyncMaterial@@8 @34721 NONAME ??_R3H235_EncodedPwdCertToken@@8 @34722 NONAME ??_R3H235_EncodedReturnSig@@8 @34723 NONAME ??_R3H235_H235CertificateSignature@@8 @34724 NONAME ??_R3H235_H235Key@@8 @34725 NONAME ??_R3H235_Identifier@@8 @34726 NONAME ??_R3H235_IV16@@8 @34727 NONAME ??_R3H235_IV8@@8 @34728 NONAME ??_R3H235_KeyMaterial@@8 @34729 NONAME ??_R3H235_KeySignedMaterial@@8 @34730 NONAME ??_R3H235_KeySyncMaterial@@8 @34731 NONAME ??_R3H235_NonStandardParameter@@8 @34732 NONAME ??_R3H235_Params@@8 @34733 NONAME ??_R3H235_Password@@8 @34734 NONAME ??_R3H235_PwdCertToken@@8 @34735 NONAME ??_R3H235_RandomVal@@8 @34736 NONAME ??_R3H235_ReturnSig@@8 @34737 NONAME ??_R3H235_TimeStamp@@8 @34738 NONAME ??_R3H235_TypedCertificate@@8 @34739 NONAME ??_R3H235_V3KeySyncMaterial@@8 @34740 NONAME ??_R3H245NegLogicalChannel@@8 @34741 NONAME ??_R3H245NegLogicalChannels@@8 @34742 NONAME ??_R3H245NegMasterSlaveDetermination@@8 @34743 NONAME ??_R3H245Negotiator@@8 @34744 NONAME ??_R3H245NegRequestMode@@8 @34745 NONAME ??_R3H245NegRoundTripDelay@@8 @34746 NONAME ??_R3H245NegTerminalCapabilitySet@@8 @34747 NONAME ??_R3H245TransportThread@@8 @34748 NONAME ??_R3H245_AlternativeCapabilitySet@@8 @34749 NONAME ??_R3H245_ArrayOf_AlternativeCapabilitySet@@8 @34750 NONAME ??_R3H245_ArrayOf_BEnhancementParameters@@8 @34751 NONAME ??_R3H245_ArrayOf_CapabilityDescriptor@@8 @34752 NONAME ??_R3H245_ArrayOf_CapabilityDescriptorNumber@@8 @34753 NONAME ??_R3H245_ArrayOf_CapabilityTableEntry@@8 @34754 NONAME ??_R3H245_ArrayOf_CapabilityTableEntryNumber@@8 @34755 NONAME ??_R3H245_ArrayOf_CommunicationModeTableEntry@@8 @34756 NONAME ??_R3H245_ArrayOf_CustomPictureClockFrequency@@8 @34757 NONAME ??_R3H245_ArrayOf_CustomPictureFormat@@8 @34758 NONAME ??_R3H245_ArrayOf_DataApplicationCapability@@8 @34759 NONAME ??_R3H245_ArrayOf_DialingInformationNetworkType@@8 @34760 NONAME ??_R3H245_ArrayOf_DialingInformationNumber@@8 @34761 NONAME ??_R3H245_ArrayOf_EnhancementOptions@@8 @34762 NONAME ??_R3H245_ArrayOf_EscrowData@@8 @34763 NONAME ??_R3H245_ArrayOf_GenericCapability@@8 @45231 NONAME ??_R3H245_ArrayOf_GenericParameter@@8 @34764 NONAME ??_R3H245_ArrayOf_H263ModeComboFlags@@8 @34765 NONAME ??_R3H245_ArrayOf_H263VideoModeCombos@@8 @34766 NONAME ??_R3H245_ArrayOf_MediaChannelCapability@@8 @34767 NONAME ??_R3H245_ArrayOf_MediaDistributionCapability@@8 @34768 NONAME ??_R3H245_ArrayOf_ModeDescription@@8 @34769 NONAME ??_R3H245_ArrayOf_MultiplePayloadStreamElement@@8 @34770 NONAME ??_R3H245_ArrayOf_MultiplePayloadStreamElementMode@@8 @34771 NONAME ??_R3H245_ArrayOf_MultiplexElement@@8 @34772 NONAME ??_R3H245_ArrayOf_MultiplexEntryDescriptor@@8 @34773 NONAME ??_R3H245_ArrayOf_MultiplexEntryRejectionDescriptions@@8 @34774 NONAME ??_R3H245_ArrayOf_MultiplexTableEntryNumber@@8 @34775 NONAME ??_R3H245_ArrayOf_NonStandardParameter@@8 @34776 NONAME ??_R3H245_ArrayOf_ParameterIdentifier@@8 @34777 NONAME ??_R3H245_ArrayOf_PictureReference@@8 @34778 NONAME ??_R3H245_ArrayOf_Q2931Address@@8 @34779 NONAME ??_R3H245_ArrayOf_QOSCapability@@8 @34780 NONAME ??_R3H245_ArrayOf_RedundancyEncodingCapability@@8 @34781 NONAME ??_R3H245_ArrayOf_RedundancyEncodingDTModeElement@@8 @34782 NONAME ??_R3H245_ArrayOf_RedundancyEncodingElement@@8 @34783 NONAME ??_R3H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@8 @34784 NONAME ??_R3H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@8 @34785 NONAME ??_R3H245_ArrayOf_RTPPayloadType@@8 @34786 NONAME ??_R3H245_ArrayOf_TerminalInformation@@8 @34787 NONAME ??_R3H245_ArrayOf_TerminalLabel@@8 @34788 NONAME ??_R3H245_ArrayOf_VCCapability@@8 @34789 NONAME ??_R3H245_ArrayOf_VideoCapability@@8 @45232 NONAME ??_R3H245_ATMParameters@@8 @34790 NONAME ??_R3H245_AudioCapability@@8 @34791 NONAME ??_R3H245_AudioCapability_g7231@@8 @34792 NONAME ??_R3H245_AudioMode@@8 @34793 NONAME ??_R3H245_AudioMode_g7231@@8 @34794 NONAME ??_R3H245_AudioTelephonyEventCapability@@8 @34795 NONAME ??_R3H245_AudioToneCapability@@8 @34796 NONAME ??_R3H245_AuthenticationCapability@@8 @34797 NONAME ??_R3H245_BEnhancementParameters@@8 @34798 NONAME ??_R3H245_Capability@@8 @34799 NONAME ??_R3H245_CapabilityDescriptor@@8 @34800 NONAME ??_R3H245_CapabilityDescriptorNumber@@8 @34801 NONAME ??_R3H245_CapabilityIdentifier@@8 @34802 NONAME ??_R3H245_CapabilityTableEntry@@8 @34803 NONAME ??_R3H245_CapabilityTableEntryNumber@@8 @34804 NONAME ??_R3H245_Capability_h233EncryptionReceiveCapability@@8 @34805 NONAME ??_R3H245_CertSelectionCriteria@@8 @34806 NONAME ??_R3H245_CloseLogicalChannel@@8 @34807 NONAME ??_R3H245_CloseLogicalChannelAck@@8 @34808 NONAME ??_R3H245_CloseLogicalChannel_reason@@8 @34809 NONAME ??_R3H245_CloseLogicalChannel_source@@8 @34810 NONAME ??_R3H245_CommandMessage@@8 @34811 NONAME ??_R3H245_CommunicationModeCommand@@8 @34812 NONAME ??_R3H245_CommunicationModeRequest@@8 @34813 NONAME ??_R3H245_CommunicationModeResponse@@8 @34814 NONAME ??_R3H245_CommunicationModeTableEntry@@8 @34815 NONAME ??_R3H245_CommunicationModeTableEntry_dataType@@8 @34816 NONAME ??_R3H245_CompressionType@@8 @34817 NONAME ??_R3H245_ConferenceCapability@@8 @34818 NONAME ??_R3H245_ConferenceCommand@@8 @34819 NONAME ??_R3H245_ConferenceID@@8 @34820 NONAME ??_R3H245_ConferenceIndication@@8 @34821 NONAME ??_R3H245_ConferenceRequest@@8 @34822 NONAME ??_R3H245_ConferenceRequest_requestTerminalCertificate@@8 @34823 NONAME ??_R3H245_ConferenceResponse@@8 @34824 NONAME ??_R3H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@8 @34825 NONAME ??_R3H245_ConferenceResponse_chairTokenOwnerResponse@@8 @34826 NONAME ??_R3H245_ConferenceResponse_conferenceIDResponse@@8 @34827 NONAME ??_R3H245_ConferenceResponse_extensionAddressResponse@@8 @34828 NONAME ??_R3H245_ConferenceResponse_makeMeChairResponse@@8 @34829 NONAME ??_R3H245_ConferenceResponse_makeTerminalBroadcasterResponse@@8 @34830 NONAME ??_R3H245_ConferenceResponse_mCTerminalIDResponse@@8 @34831 NONAME ??_R3H245_ConferenceResponse_passwordResponse@@8 @34832 NONAME ??_R3H245_ConferenceResponse_sendThisSourceResponse@@8 @34833 NONAME ??_R3H245_ConferenceResponse_terminalCertificateResponse@@8 @34834 NONAME ??_R3H245_ConferenceResponse_terminalIDResponse@@8 @34835 NONAME ??_R3H245_ConnectionIdentifier@@8 @34836 NONAME ??_R3H245_CRCLength@@8 @34837 NONAME ??_R3H245_Criteria@@8 @34838 NONAME ??_R3H245_CustomPictureClockFrequency@@8 @34839 NONAME ??_R3H245_CustomPictureFormat@@8 @34840 NONAME ??_R3H245_CustomPictureFormat_mPI@@8 @34841 NONAME ??_R3H245_CustomPictureFormat_mPI_customPCF@@8 @34842 NONAME ??_R3H245_CustomPictureFormat_mPI_customPCF_subtype@@8 @34843 NONAME ??_R3H245_CustomPictureFormat_pixelAspectInformation@@8 @34844 NONAME ??_R3H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@8 @34845 NONAME ??_R3H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@8 @34846 NONAME ??_R3H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@8 @34847 NONAME ??_R3H245_DataApplicationCapability@@8 @34848 NONAME ??_R3H245_DataApplicationCapability_application@@8 @34849 NONAME ??_R3H245_DataApplicationCapability_application_nlpid@@8 @34850 NONAME ??_R3H245_DataApplicationCapability_application_t38fax@@8 @34851 NONAME ??_R3H245_DataApplicationCapability_application_t84@@8 @34852 NONAME ??_R3H245_DataMode@@8 @34853 NONAME ??_R3H245_DataMode_application@@8 @34854 NONAME ??_R3H245_DataMode_application_nlpid@@8 @34855 NONAME ??_R3H245_DataMode_application_t38fax@@8 @34856 NONAME ??_R3H245_DataProtocolCapability@@8 @34857 NONAME ??_R3H245_DataProtocolCapability_v76wCompression@@8 @34858 NONAME ??_R3H245_DataType@@8 @34859 NONAME ??_R3H245_DepFECCapability@@8 @45654 NONAME ??_R3H245_DepFECCapability_rfc2733@@8 @45655 NONAME ??_R3H245_DepFECCapability_rfc2733_separateStream@@8 @45656 NONAME ??_R3H245_DepFECData@@8 @45657 NONAME ??_R3H245_DepFECData_rfc2733@@8 @45658 NONAME ??_R3H245_DepFECData_rfc2733_mode@@8 @45659 NONAME ??_R3H245_DepFECData_rfc2733_mode_separateStream@@8 @45660 NONAME ??_R3H245_DepFECData_rfc2733_mode_separateStream_differentPort@@8 @45661 NONAME ??_R3H245_DepFECData_rfc2733_mode_separateStream_samePort@@8 @45662 NONAME ??_R3H245_DepFECMode@@8 @45663 NONAME ??_R3H245_DepFECMode_rfc2733Mode@@8 @45664 NONAME ??_R3H245_DepFECMode_rfc2733Mode_mode@@8 @45665 NONAME ??_R3H245_DepFECMode_rfc2733Mode_mode_separateStream@@8 @45666 NONAME ??_R3H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@8 @45667 NONAME ??_R3H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@8 @45668 NONAME ??_R3H245_DialingInformation@@8 @34860 NONAME ??_R3H245_DialingInformationNetworkType@@8 @34861 NONAME ??_R3H245_DialingInformationNumber@@8 @34862 NONAME ??_R3H245_EncryptionAuthenticationAndIntegrity@@8 @34863 NONAME ??_R3H245_EncryptionCapability@@8 @34864 NONAME ??_R3H245_EncryptionCommand@@8 @34865 NONAME ??_R3H245_EncryptionCommand_encryptionAlgorithmID@@8 @34866 NONAME ??_R3H245_EncryptionMode@@8 @34867 NONAME ??_R3H245_EncryptionSync@@8 @34868 NONAME ??_R3H245_EncryptionUpdateDirection@@8 @45233 NONAME ??_R3H245_EncryptionUpdateRequest@@8 @34869 NONAME ??_R3H245_EndSessionCommand@@8 @34870 NONAME ??_R3H245_EndSessionCommand_gstnOptions@@8 @34871 NONAME ??_R3H245_EndSessionCommand_isdnOptions@@8 @34872 NONAME ??_R3H245_EnhancementLayerInfo@@8 @34873 NONAME ??_R3H245_EnhancementOptions@@8 @34874 NONAME ??_R3H245_EscrowData@@8 @34875 NONAME ??_R3H245_ExtendedVideoCapability@@8 @45234 NONAME ??_R3H245_FECCapability@@8 @34876 NONAME ??_R3H245_FECCapability_rfc2733Format@@8 @45669 NONAME ??_R3H245_FECData@@8 @34879 NONAME ??_R3H245_FECData_rfc2733@@8 @34880 NONAME ??_R3H245_FECData_rfc2733_pktMode@@8 @45670 NONAME ??_R3H245_FECData_rfc2733_pktMode_rfc2733diffport@@8 @45671 NONAME ??_R3H245_FECData_rfc2733_pktMode_rfc2733sameport@@8 @45672 NONAME ??_R3H245_FECMode@@8 @34885 NONAME ??_R3H245_FECMode_rfc2733Format@@8 @45673 NONAME ??_R3H245_FlowControlCommand@@8 @34891 NONAME ??_R3H245_FlowControlCommand_restriction@@8 @34892 NONAME ??_R3H245_FlowControlCommand_scope@@8 @34893 NONAME ??_R3H245_FlowControlIndication@@8 @34894 NONAME ??_R3H245_FlowControlIndication_restriction@@8 @34895 NONAME ??_R3H245_FlowControlIndication_scope@@8 @34896 NONAME ??_R3H245_FunctionNotSupported@@8 @34897 NONAME ??_R3H245_FunctionNotSupported_cause@@8 @34898 NONAME ??_R3H245_FunctionNotUnderstood@@8 @34899 NONAME ??_R3H245_G7231AnnexCCapability@@8 @34900 NONAME ??_R3H245_G7231AnnexCCapability_g723AnnexCAudioMode@@8 @34901 NONAME ??_R3H245_G7231AnnexCMode@@8 @34902 NONAME ??_R3H245_G7231AnnexCMode_g723AnnexCAudioMode@@8 @34903 NONAME ??_R3H245_G729Extensions@@8 @34904 NONAME ??_R3H245_GenericCapability@@8 @34905 NONAME ??_R3H245_GenericMessage@@8 @45235 NONAME ??_R3H245_GenericParameter@@8 @34906 NONAME ??_R3H245_GSMAudioCapability@@8 @34907 NONAME ??_R3H245_H222Capability@@8 @34908 NONAME ??_R3H245_H222LogicalChannelParameters@@8 @34909 NONAME ??_R3H245_H223AL1MParameters@@8 @34910 NONAME ??_R3H245_H223AL1MParameters_arqType@@8 @34911 NONAME ??_R3H245_H223AL1MParameters_crcLength@@8 @34912 NONAME ??_R3H245_H223AL1MParameters_headerFEC@@8 @34913 NONAME ??_R3H245_H223AL1MParameters_transferMode@@8 @34914 NONAME ??_R3H245_H223AL2MParameters@@8 @34915 NONAME ??_R3H245_H223AL2MParameters_headerFEC@@8 @34916 NONAME ??_R3H245_H223AL3MParameters@@8 @34917 NONAME ??_R3H245_H223AL3MParameters_arqType@@8 @34918 NONAME ??_R3H245_H223AL3MParameters_crcLength@@8 @34919 NONAME ??_R3H245_H223AL3MParameters_headerFormat@@8 @34920 NONAME ??_R3H245_H223AnnexCArqParameters@@8 @34921 NONAME ??_R3H245_H223AnnexCArqParameters_numberOfRetransmissions@@8 @34922 NONAME ??_R3H245_H223AnnexCCapability@@8 @34923 NONAME ??_R3H245_H223Capability@@8 @34924 NONAME ??_R3H245_H223Capability_h223MultiplexTableCapability@@8 @34925 NONAME ??_R3H245_H223Capability_h223MultiplexTableCapability_enhanced@@8 @34926 NONAME ??_R3H245_H223Capability_mobileMultilinkFrameCapability@@8 @34927 NONAME ??_R3H245_H223Capability_mobileOperationTransmitCapability@@8 @34928 NONAME ??_R3H245_H223LogicalChannelParameters@@8 @34929 NONAME ??_R3H245_H223LogicalChannelParameters_adaptationLayerType@@8 @34930 NONAME ??_R3H245_H223LogicalChannelParameters_adaptationLayerType_al3@@8 @34931 NONAME ??_R3H245_H223ModeParameters@@8 @34932 NONAME ??_R3H245_H223ModeParameters_adaptationLayerType@@8 @34933 NONAME ??_R3H245_H223ModeParameters_adaptationLayerType_al3@@8 @34934 NONAME ??_R3H245_H223MultiplexReconfiguration@@8 @34935 NONAME ??_R3H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@8 @34936 NONAME ??_R3H245_H223MultiplexReconfiguration_h223ModeChange@@8 @34937 NONAME ??_R3H245_H223SkewIndication@@8 @34938 NONAME ??_R3H245_H2250Capability@@8 @34939 NONAME ??_R3H245_H2250Capability_mcCapability@@8 @34940 NONAME ??_R3H245_H2250LogicalChannelAckParameters@@8 @34941 NONAME ??_R3H245_H2250LogicalChannelParameters@@8 @34942 NONAME ??_R3H245_H2250LogicalChannelParameters_mediaPacketization@@8 @34943 NONAME ??_R3H245_H2250MaximumSkewIndication@@8 @34944 NONAME ??_R3H245_H2250ModeParameters@@8 @34945 NONAME ??_R3H245_H235Media@@8 @34946 NONAME ??_R3H245_H235Media_mediaType@@8 @34947 NONAME ??_R3H245_H235Mode@@8 @34948 NONAME ??_R3H245_H235Mode_mediaMode@@8 @34949 NONAME ??_R3H245_H235SecurityCapability@@8 @34950 NONAME ??_R3H245_H261VideoCapability@@8 @34951 NONAME ??_R3H245_H261VideoMode@@8 @34952 NONAME ??_R3H245_H261VideoMode_resolution@@8 @34953 NONAME ??_R3H245_H262VideoCapability@@8 @34954 NONAME ??_R3H245_H262VideoMode@@8 @34955 NONAME ??_R3H245_H262VideoMode_profileAndLevel@@8 @34956 NONAME ??_R3H245_H263ModeComboFlags@@8 @34957 NONAME ??_R3H245_H263Options@@8 @34958 NONAME ??_R3H245_H263Version3Options@@8 @34959 NONAME ??_R3H245_H263VideoCapability@@8 @34960 NONAME ??_R3H245_H263VideoMode@@8 @34961 NONAME ??_R3H245_H263VideoModeCombos@@8 @34962 NONAME ??_R3H245_H263VideoMode_resolution@@8 @34963 NONAME ??_R3H245_IndicationMessage@@8 @34964 NONAME ??_R3H245_IntegrityCapability@@8 @34965 NONAME ??_R3H245_IS11172AudioCapability@@8 @34966 NONAME ??_R3H245_IS11172AudioMode@@8 @34967 NONAME ??_R3H245_IS11172AudioMode_audioLayer@@8 @34968 NONAME ??_R3H245_IS11172AudioMode_audioSampling@@8 @34969 NONAME ??_R3H245_IS11172AudioMode_multichannelType@@8 @34970 NONAME ??_R3H245_IS11172VideoCapability@@8 @34971 NONAME ??_R3H245_IS11172VideoMode@@8 @34972 NONAME ??_R3H245_IS13818AudioCapability@@8 @34973 NONAME ??_R3H245_IS13818AudioMode@@8 @34974 NONAME ??_R3H245_IS13818AudioMode_audioLayer@@8 @34975 NONAME ??_R3H245_IS13818AudioMode_audioSampling@@8 @34976 NONAME ??_R3H245_IS13818AudioMode_multichannelType@@8 @34977 NONAME ??_R3H245_IV16@@8 @45236 NONAME ??_R3H245_IV8@@8 @45237 NONAME ??_R3H245_JitterIndication@@8 @34978 NONAME ??_R3H245_JitterIndication_scope@@8 @34979 NONAME ??_R3H245_KeyProtectionMethod@@8 @34980 NONAME ??_R3H245_LogicalChannelNumber@@8 @34981 NONAME ??_R3H245_LogicalChannelRateAcknowledge@@8 @34982 NONAME ??_R3H245_LogicalChannelRateReject@@8 @34983 NONAME ??_R3H245_LogicalChannelRateRejectReason@@8 @34984 NONAME ??_R3H245_LogicalChannelRateRelease@@8 @34985 NONAME ??_R3H245_LogicalChannelRateRequest@@8 @34986 NONAME ??_R3H245_MaintenanceLoopAck@@8 @34987 NONAME ??_R3H245_MaintenanceLoopAck_type@@8 @34988 NONAME ??_R3H245_MaintenanceLoopOffCommand@@8 @34989 NONAME ??_R3H245_MaintenanceLoopReject@@8 @34990 NONAME ??_R3H245_MaintenanceLoopReject_cause@@8 @34991 NONAME ??_R3H245_MaintenanceLoopReject_type@@8 @34992 NONAME ??_R3H245_MaintenanceLoopRequest@@8 @34993 NONAME ??_R3H245_MaintenanceLoopRequest_type@@8 @34994 NONAME ??_R3H245_MasterSlaveDetermination@@8 @34995 NONAME ??_R3H245_MasterSlaveDeterminationAck@@8 @34996 NONAME ??_R3H245_MasterSlaveDeterminationAck_decision@@8 @34997 NONAME ??_R3H245_MasterSlaveDeterminationReject@@8 @34998 NONAME ??_R3H245_MasterSlaveDeterminationReject_cause@@8 @34999 NONAME ??_R3H245_MasterSlaveDeterminationRelease@@8 @35000 NONAME ??_R3H245_MaximumBitRate@@8 @35001 NONAME ??_R3H245_MaxRedundancy@@8 @45674 NONAME ??_R3H245_MCLocationIndication@@8 @35002 NONAME ??_R3H245_McuNumber@@8 @35003 NONAME ??_R3H245_MediaChannelCapability@@8 @35004 NONAME ??_R3H245_MediaDistributionCapability@@8 @35005 NONAME ??_R3H245_MediaEncryptionAlgorithm@@8 @35006 NONAME ??_R3H245_MediaPacketizationCapability@@8 @35007 NONAME ??_R3H245_MediaTransportType@@8 @35008 NONAME ??_R3H245_MediaTransportType_atm_AAL5_compressed@@8 @35009 NONAME ??_R3H245_MiscellaneousCommand@@8 @35010 NONAME ??_R3H245_MiscellaneousCommand_type@@8 @35011 NONAME ??_R3H245_MiscellaneousCommand_type_encryptionUpdateAck@@8 @45238 NONAME ??_R3H245_MiscellaneousCommand_type_encryptionUpdateCommand@@8 @45239 NONAME ??_R3H245_MiscellaneousCommand_type_lostPartialPicture@@8 @35012 NONAME ??_R3H245_MiscellaneousCommand_type_progressiveRefinementStart@@8 @35013 NONAME ??_R3H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@8 @35014 NONAME ??_R3H245_MiscellaneousCommand_type_videoBadMBs@@8 @35015 NONAME ??_R3H245_MiscellaneousCommand_type_videoFastUpdateGOB@@8 @35016 NONAME ??_R3H245_MiscellaneousCommand_type_videoFastUpdateMB@@8 @35017 NONAME ??_R3H245_MiscellaneousIndication@@8 @35018 NONAME ??_R3H245_MiscellaneousIndication_type@@8 @35019 NONAME ??_R3H245_MiscellaneousIndication_type_videoNotDecodedMBs@@8 @35020 NONAME ??_R3H245_MobileMultilinkReconfigurationCommand@@8 @35021 NONAME ??_R3H245_MobileMultilinkReconfigurationCommand_status@@8 @35022 NONAME ??_R3H245_MobileMultilinkReconfigurationIndication@@8 @35023 NONAME ??_R3H245_ModeDescription@@8 @35024 NONAME ??_R3H245_ModeElement@@8 @35025 NONAME ??_R3H245_ModeElementType@@8 @35026 NONAME ??_R3H245_MulticastAddress@@8 @35027 NONAME ??_R3H245_MulticastAddress_iP6Address@@8 @35028 NONAME ??_R3H245_MulticastAddress_iPAddress@@8 @35029 NONAME ??_R3H245_MultilinkIndication@@8 @35030 NONAME ??_R3H245_MultilinkIndication_crcDesired@@8 @35031 NONAME ??_R3H245_MultilinkIndication_excessiveError@@8 @35032 NONAME ??_R3H245_MultilinkRequest@@8 @35033 NONAME ??_R3H245_MultilinkRequest_addConnection@@8 @35034 NONAME ??_R3H245_MultilinkRequest_callInformation@@8 @35035 NONAME ??_R3H245_MultilinkRequest_maximumHeaderInterval@@8 @35036 NONAME ??_R3H245_MultilinkRequest_maximumHeaderInterval_requestType@@8 @35037 NONAME ??_R3H245_MultilinkRequest_removeConnection@@8 @35038 NONAME ??_R3H245_MultilinkResponse@@8 @35039 NONAME ??_R3H245_MultilinkResponse_addConnection@@8 @35040 NONAME ??_R3H245_MultilinkResponse_addConnection_responseCode@@8 @35041 NONAME ??_R3H245_MultilinkResponse_addConnection_responseCode_rejected@@8 @35042 NONAME ??_R3H245_MultilinkResponse_callInformation@@8 @35043 NONAME ??_R3H245_MultilinkResponse_maximumHeaderInterval@@8 @35044 NONAME ??_R3H245_MultilinkResponse_removeConnection@@8 @35045 NONAME ??_R3H245_MultimediaSystemControlMessage@@8 @35046 NONAME ??_R3H245_MultiplePayloadStream@@8 @35047 NONAME ??_R3H245_MultiplePayloadStreamCapability@@8 @35048 NONAME ??_R3H245_MultiplePayloadStreamElement@@8 @35049 NONAME ??_R3H245_MultiplePayloadStreamElementMode@@8 @35050 NONAME ??_R3H245_MultiplePayloadStreamMode@@8 @35051 NONAME ??_R3H245_MultiplexCapability@@8 @35052 NONAME ??_R3H245_MultiplexedStreamCapability@@8 @35053 NONAME ??_R3H245_MultiplexedStreamModeParameters@@8 @35054 NONAME ??_R3H245_MultiplexedStreamParameter@@8 @35055 NONAME ??_R3H245_MultiplexElement@@8 @35056 NONAME ??_R3H245_MultiplexElement_repeatCount@@8 @35057 NONAME ??_R3H245_MultiplexElement_type@@8 @35058 NONAME ??_R3H245_MultiplexEntryDescriptor@@8 @35059 NONAME ??_R3H245_MultiplexEntryRejectionDescriptions@@8 @35060 NONAME ??_R3H245_MultiplexEntryRejectionDescriptions_cause@@8 @35061 NONAME ??_R3H245_MultiplexEntrySend@@8 @35062 NONAME ??_R3H245_MultiplexEntrySendAck@@8 @35063 NONAME ??_R3H245_MultiplexEntrySendReject@@8 @35064 NONAME ??_R3H245_MultiplexEntrySendRelease@@8 @35065 NONAME ??_R3H245_MultiplexFormat@@8 @35066 NONAME ??_R3H245_MultiplexTableEntryNumber@@8 @35067 NONAME ??_R3H245_MultipointCapability@@8 @35068 NONAME ??_R3H245_NetworkAccessParameters@@8 @35069 NONAME ??_R3H245_NetworkAccessParameters_distribution@@8 @35070 NONAME ??_R3H245_NetworkAccessParameters_networkAddress@@8 @35071 NONAME ??_R3H245_NetworkAccessParameters_t120SetupProcedure@@8 @35072 NONAME ??_R3H245_NewATMVCCommand@@8 @35073 NONAME ??_R3H245_NewATMVCCommand_aal@@8 @35074 NONAME ??_R3H245_NewATMVCCommand_aal_aal1@@8 @35075 NONAME ??_R3H245_NewATMVCCommand_aal_aal1_clockRecovery@@8 @35076 NONAME ??_R3H245_NewATMVCCommand_aal_aal1_errorCorrection@@8 @35077 NONAME ??_R3H245_NewATMVCCommand_aal_aal5@@8 @35078 NONAME ??_R3H245_NewATMVCCommand_multiplex@@8 @35079 NONAME ??_R3H245_NewATMVCCommand_reverseParameters@@8 @35080 NONAME ??_R3H245_NewATMVCCommand_reverseParameters_multiplex@@8 @35081 NONAME ??_R3H245_NewATMVCIndication@@8 @35082 NONAME ??_R3H245_NewATMVCIndication_aal@@8 @35083 NONAME ??_R3H245_NewATMVCIndication_aal_aal1@@8 @35084 NONAME ??_R3H245_NewATMVCIndication_aal_aal1_clockRecovery@@8 @35085 NONAME ??_R3H245_NewATMVCIndication_aal_aal1_errorCorrection@@8 @35086 NONAME ??_R3H245_NewATMVCIndication_aal_aal5@@8 @35087 NONAME ??_R3H245_NewATMVCIndication_multiplex@@8 @35088 NONAME ??_R3H245_NewATMVCIndication_reverseParameters@@8 @35089 NONAME ??_R3H245_NewATMVCIndication_reverseParameters_multiplex@@8 @35090 NONAME ??_R3H245_NonStandardIdentifier@@8 @35091 NONAME ??_R3H245_NonStandardIdentifier_h221NonStandard@@8 @35092 NONAME ??_R3H245_NonStandardMessage@@8 @35093 NONAME ??_R3H245_NonStandardParameter@@8 @35094 NONAME ??_R3H245_NoPTAudioTelephonyEventCapability@@8 @35095 NONAME ??_R3H245_NoPTAudioToneCapability@@8 @35096 NONAME ??_R3H245_OpenLogicalChannel@@8 @35097 NONAME ??_R3H245_OpenLogicalChannelAck@@8 @35098 NONAME ??_R3H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@8 @35099 NONAME ??_R3H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@8 @35100 NONAME ??_R3H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@8 @35101 NONAME ??_R3H245_OpenLogicalChannelConfirm@@8 @35102 NONAME ??_R3H245_OpenLogicalChannelReject@@8 @35103 NONAME ??_R3H245_OpenLogicalChannelReject_cause@@8 @35104 NONAME ??_R3H245_OpenLogicalChannel_forwardLogicalChannelParameters@@8 @35105 NONAME ??_R3H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@8 @35106 NONAME ??_R3H245_OpenLogicalChannel_reverseLogicalChannelParameters@@8 @35107 NONAME ??_R3H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@8 @35108 NONAME ??_R3H245_ParameterIdentifier@@8 @35109 NONAME ??_R3H245_ParameterValue@@8 @35110 NONAME ??_R3H245_Params@@8 @45240 NONAME ??_R3H245_Password@@8 @35111 NONAME ??_R3H245_PictureReference@@8 @35112 NONAME ??_R3H245_Q2931Address@@8 @35113 NONAME ??_R3H245_Q2931Address_address@@8 @35114 NONAME ??_R3H245_QOSCapability@@8 @35115 NONAME ??_R3H245_QOSMode@@8 @35116 NONAME ??_R3H245_RedundancyEncoding@@8 @35117 NONAME ??_R3H245_RedundancyEncodingCapability@@8 @35118 NONAME ??_R3H245_RedundancyEncodingDTMode@@8 @35119 NONAME ??_R3H245_RedundancyEncodingDTModeElement@@8 @35120 NONAME ??_R3H245_RedundancyEncodingDTModeElement_type@@8 @35121 NONAME ??_R3H245_RedundancyEncodingElement@@8 @35122 NONAME ??_R3H245_RedundancyEncodingMethod@@8 @35123 NONAME ??_R3H245_RedundancyEncodingMode@@8 @35124 NONAME ??_R3H245_RedundancyEncodingMode_secondaryEncoding@@8 @35125 NONAME ??_R3H245_RedundancyEncoding_rtpRedundancyEncoding@@8 @35126 NONAME ??_R3H245_RefPictureSelection@@8 @35127 NONAME ??_R3H245_RefPictureSelection_additionalPictureMemory@@8 @35128 NONAME ??_R3H245_RefPictureSelection_enhancedReferencePicSelect@@8 @35129 NONAME ??_R3H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@8 @35130 NONAME ??_R3H245_RefPictureSelection_videoBackChannelSend@@8 @35131 NONAME ??_R3H245_RemoteMCRequest@@8 @35132 NONAME ??_R3H245_RemoteMCResponse@@8 @35133 NONAME ??_R3H245_RemoteMCResponse_reject@@8 @35134 NONAME ??_R3H245_RequestAllTerminalIDsResponse@@8 @35135 NONAME ??_R3H245_RequestChannelClose@@8 @35136 NONAME ??_R3H245_RequestChannelCloseAck@@8 @35137 NONAME ??_R3H245_RequestChannelCloseReject@@8 @35138 NONAME ??_R3H245_RequestChannelCloseReject_cause@@8 @35139 NONAME ??_R3H245_RequestChannelCloseRelease@@8 @35140 NONAME ??_R3H245_RequestChannelClose_reason@@8 @35141 NONAME ??_R3H245_RequestMessage@@8 @35142 NONAME ??_R3H245_RequestMode@@8 @35143 NONAME ??_R3H245_RequestModeAck@@8 @35144 NONAME ??_R3H245_RequestModeAck_response@@8 @35145 NONAME ??_R3H245_RequestModeReject@@8 @35146 NONAME ??_R3H245_RequestModeReject_cause@@8 @35147 NONAME ??_R3H245_RequestModeRelease@@8 @35148 NONAME ??_R3H245_RequestMultiplexEntry@@8 @35149 NONAME ??_R3H245_RequestMultiplexEntryAck@@8 @35150 NONAME ??_R3H245_RequestMultiplexEntryReject@@8 @35151 NONAME ??_R3H245_RequestMultiplexEntryRejectionDescriptions@@8 @35152 NONAME ??_R3H245_RequestMultiplexEntryRejectionDescriptions_cause@@8 @35153 NONAME ??_R3H245_RequestMultiplexEntryRelease@@8 @35154 NONAME ??_R3H245_ResponseMessage@@8 @35155 NONAME ??_R3H245_RoundTripDelayRequest@@8 @35156 NONAME ??_R3H245_RoundTripDelayResponse@@8 @35157 NONAME ??_R3H245_RSVPParameters@@8 @35158 NONAME ??_R3H245_RTPH263VideoRedundancyEncoding@@8 @35159 NONAME ??_R3H245_RTPH263VideoRedundancyEncoding_containedThreads@@8 @35160 NONAME ??_R3H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@8 @35161 NONAME ??_R3H245_RTPH263VideoRedundancyFrameMapping@@8 @35162 NONAME ??_R3H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@8 @35163 NONAME ??_R3H245_RTPPayloadType@@8 @35164 NONAME ??_R3H245_RTPPayloadType_payloadDescriptor@@8 @35165 NONAME ??_R3H245_SendTerminalCapabilitySet@@8 @35166 NONAME ??_R3H245_SendTerminalCapabilitySet_specificRequest@@8 @35167 NONAME ??_R3H245_SequenceNumber@@8 @35168 NONAME ??_R3H245_SubstituteConferenceIDCommand@@8 @35169 NONAME ??_R3H245_T38FaxProfile@@8 @35170 NONAME ??_R3H245_T38FaxRateManagement@@8 @35171 NONAME ??_R3H245_T38FaxTcpOptions@@8 @35172 NONAME ??_R3H245_T38FaxUdpOptions@@8 @35173 NONAME ??_R3H245_T38FaxUdpOptions_t38FaxUdpEC@@8 @35174 NONAME ??_R3H245_T84Profile@@8 @35175 NONAME ??_R3H245_T84Profile_t84Restricted@@8 @35176 NONAME ??_R3H245_TerminalCapabilitySet@@8 @35177 NONAME ??_R3H245_TerminalCapabilitySetAck@@8 @35178 NONAME ??_R3H245_TerminalCapabilitySetReject@@8 @35179 NONAME ??_R3H245_TerminalCapabilitySetReject_cause@@8 @35180 NONAME ??_R3H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@8 @35181 NONAME ??_R3H245_TerminalCapabilitySetRelease@@8 @35182 NONAME ??_R3H245_TerminalID@@8 @35183 NONAME ??_R3H245_TerminalInformation@@8 @35184 NONAME ??_R3H245_TerminalLabel@@8 @35185 NONAME ??_R3H245_TerminalNumber@@8 @35186 NONAME ??_R3H245_TerminalYouAreSeeingInSubPictureNumber@@8 @35187 NONAME ??_R3H245_TransparencyParameters@@8 @35188 NONAME ??_R3H245_TransportAddress@@8 @35189 NONAME ??_R3H245_TransportCapability@@8 @35190 NONAME ??_R3H245_UnicastAddress@@8 @35191 NONAME ??_R3H245_UnicastAddress_iP6Address@@8 @35192 NONAME ??_R3H245_UnicastAddress_iPAddress@@8 @35193 NONAME ??_R3H245_UnicastAddress_iPSourceRouteAddress@@8 @35194 NONAME ??_R3H245_UnicastAddress_iPSourceRouteAddress_route@@8 @35195 NONAME ??_R3H245_UnicastAddress_iPSourceRouteAddress_routing@@8 @35196 NONAME ??_R3H245_UnicastAddress_iPXAddress@@8 @35197 NONAME ??_R3H245_UserInputCapability@@8 @35198 NONAME ??_R3H245_UserInputIndication@@8 @35199 NONAME ??_R3H245_UserInputIndication_encryptedAlphanumeric@@8 @45241 NONAME ??_R3H245_UserInputIndication_extendedAlphanumeric@@8 @35200 NONAME ??_R3H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@8 @45242 NONAME ??_R3H245_UserInputIndication_signal@@8 @35201 NONAME ??_R3H245_UserInputIndication_signalUpdate@@8 @35202 NONAME ??_R3H245_UserInputIndication_signalUpdate_rtp@@8 @35203 NONAME ??_R3H245_UserInputIndication_signal_rtp@@8 @35204 NONAME ??_R3H245_UserInputIndication_userInputSupportIndication@@8 @35205 NONAME ??_R3H245_V42bis@@8 @35206 NONAME ??_R3H245_V75Capability@@8 @35207 NONAME ??_R3H245_V75Parameters@@8 @35208 NONAME ??_R3H245_V76Capability@@8 @35209 NONAME ??_R3H245_V76HDLCParameters@@8 @35210 NONAME ??_R3H245_V76LogicalChannelParameters@@8 @35211 NONAME ??_R3H245_V76LogicalChannelParameters_mode@@8 @35212 NONAME ??_R3H245_V76LogicalChannelParameters_mode_eRM@@8 @35213 NONAME ??_R3H245_V76LogicalChannelParameters_mode_eRM_recovery@@8 @35214 NONAME ??_R3H245_V76LogicalChannelParameters_suspendResume@@8 @35215 NONAME ??_R3H245_V76ModeParameters@@8 @35216 NONAME ??_R3H245_VBDCapability@@8 @35217 NONAME ??_R3H245_VBDMode@@8 @35218 NONAME ??_R3H245_VCCapability@@8 @35219 NONAME ??_R3H245_VCCapability_aal1@@8 @35220 NONAME ??_R3H245_VCCapability_aal1ViaGateway@@8 @35221 NONAME ??_R3H245_VCCapability_aal5@@8 @35222 NONAME ??_R3H245_VCCapability_availableBitRates@@8 @35223 NONAME ??_R3H245_VCCapability_availableBitRates_type@@8 @35224 NONAME ??_R3H245_VCCapability_availableBitRates_type_rangeOfBitRates@@8 @35225 NONAME ??_R3H245_VendorIdentification@@8 @35226 NONAME ??_R3H245_VideoCapability@@8 @35227 NONAME ??_R3H245_VideoIndicateCompose@@8 @35228 NONAME ??_R3H245_VideoMode@@8 @35229 NONAME ??_R3H248_ActionReply@@8 @35230 NONAME ??_R3H248_ActionRequest@@8 @35231 NONAME ??_R3H248_AmmDescriptor@@8 @35232 NONAME ??_R3H248_AmmRequest@@8 @35233 NONAME ??_R3H248_AmmsReply@@8 @35234 NONAME ??_R3H248_ArrayOf_ActionReply@@8 @35235 NONAME ??_R3H248_ArrayOf_ActionRequest@@8 @35236 NONAME ??_R3H248_ArrayOf_AmmDescriptor@@8 @35237 NONAME ??_R3H248_ArrayOf_CommandReply@@8 @35238 NONAME ??_R3H248_ArrayOf_CommandRequest@@8 @35239 NONAME ??_R3H248_ArrayOf_EventParameter@@8 @35240 NONAME ??_R3H248_ArrayOf_IndAuditParameter@@8 @35241 NONAME ??_R3H248_ArrayOf_IndAudPropertyParm@@8 @35242 NONAME ??_R3H248_ArrayOf_IndAudStreamDescriptor@@8 @35243 NONAME ??_R3H248_ArrayOf_ModemType@@8 @35244 NONAME ??_R3H248_ArrayOf_ObservedEvent@@8 @35245 NONAME ??_R3H248_ArrayOf_PASN_OctetString@@8 @35246 NONAME ??_R3H248_ArrayOf_PropertyGroup@@8 @35247 NONAME ??_R3H248_ArrayOf_PropertyParm@@8 @35248 NONAME ??_R3H248_ArrayOf_RequestedEvent@@8 @35249 NONAME ??_R3H248_ArrayOf_SecondRequestedEvent@@8 @35250 NONAME ??_R3H248_ArrayOf_Signal@@8 @35251 NONAME ??_R3H248_ArrayOf_SigParameter@@8 @35252 NONAME ??_R3H248_ArrayOf_StreamDescriptor@@8 @35253 NONAME ??_R3H248_ArrayOf_TerminationID@@8 @35254 NONAME ??_R3H248_ArrayOf_TopologyRequest@@8 @35255 NONAME ??_R3H248_ArrayOf_Transaction@@8 @35256 NONAME ??_R3H248_ArrayOf_WildcardField@@8 @35257 NONAME ??_R3H248_AuditDescriptor@@8 @35258 NONAME ??_R3H248_AuditReply@@8 @35259 NONAME ??_R3H248_AuditRequest@@8 @35260 NONAME ??_R3H248_AuditResult@@8 @35261 NONAME ??_R3H248_AuditReturnParameter@@8 @35262 NONAME ??_R3H248_AuthData@@8 @35263 NONAME ??_R3H248_AuthenticationHeader@@8 @35264 NONAME ??_R3H248_Command@@8 @35265 NONAME ??_R3H248_CommandReply@@8 @35266 NONAME ??_R3H248_CommandRequest@@8 @35267 NONAME ??_R3H248_ContextAttrAuditRequest@@8 @35268 NONAME ??_R3H248_ContextID@@8 @35269 NONAME ??_R3H248_ContextRequest@@8 @35270 NONAME ??_R3H248_DigitMapDescriptor@@8 @35271 NONAME ??_R3H248_DigitMapName@@8 @35272 NONAME ??_R3H248_DigitMapValue@@8 @35273 NONAME ??_R3H248_DomainName@@8 @35274 NONAME ??_R3H248_ErrorCode@@8 @35275 NONAME ??_R3H248_ErrorDescriptor@@8 @35276 NONAME ??_R3H248_ErrorText@@8 @35277 NONAME ??_R3H248_EventBufferControl@@8 @35278 NONAME ??_R3H248_EventBufferDescriptor@@8 @35279 NONAME ??_R3H248_EventDM@@8 @35280 NONAME ??_R3H248_EventName@@8 @35281 NONAME ??_R3H248_EventParameter@@8 @35282 NONAME ??_R3H248_EventParameter_extraInfo@@8 @35283 NONAME ??_R3H248_EventsDescriptor@@8 @35284 NONAME ??_R3H248_EventSpec@@8 @35285 NONAME ??_R3H248_H221NonStandard@@8 @35286 NONAME ??_R3H248_IndAudDigitMapDescriptor@@8 @35287 NONAME ??_R3H248_IndAudEventBufferDescriptor@@8 @35288 NONAME ??_R3H248_IndAudEventsDescriptor@@8 @35289 NONAME ??_R3H248_IndAuditParameter@@8 @35290 NONAME ??_R3H248_IndAudLocalControlDescriptor@@8 @35291 NONAME ??_R3H248_IndAudLocalRemoteDescriptor@@8 @35292 NONAME ??_R3H248_IndAudMediaDescriptor@@8 @35293 NONAME ??_R3H248_IndAudMediaDescriptor_streams@@8 @35294 NONAME ??_R3H248_IndAudPackagesDescriptor@@8 @35295 NONAME ??_R3H248_IndAudPropertyGroup@@8 @35296 NONAME ??_R3H248_IndAudPropertyParm@@8 @35297 NONAME ??_R3H248_IndAudSeqSigList@@8 @35298 NONAME ??_R3H248_IndAudSignal@@8 @35299 NONAME ??_R3H248_IndAudSignalsDescriptor@@8 @35300 NONAME ??_R3H248_IndAudStatisticsDescriptor@@8 @35301 NONAME ??_R3H248_IndAudStreamDescriptor@@8 @35302 NONAME ??_R3H248_IndAudStreamParms@@8 @35303 NONAME ??_R3H248_IndAudTerminationStateDescriptor@@8 @35304 NONAME ??_R3H248_IP4Address@@8 @35305 NONAME ??_R3H248_IP6Address@@8 @35306 NONAME ??_R3H248_LocalControlDescriptor@@8 @35307 NONAME ??_R3H248_LocalRemoteDescriptor@@8 @35308 NONAME ??_R3H248_MediaDescriptor@@8 @35309 NONAME ??_R3H248_MediaDescriptor_streams@@8 @35310 NONAME ??_R3H248_MegacoMessage@@8 @35311 NONAME ??_R3H248_Message@@8 @35312 NONAME ??_R3H248_Message_messageBody@@8 @35313 NONAME ??_R3H248_MId@@8 @35314 NONAME ??_R3H248_ModemDescriptor@@8 @35315 NONAME ??_R3H248_ModemType@@8 @35316 NONAME ??_R3H248_MuxDescriptor@@8 @35317 NONAME ??_R3H248_MuxType@@8 @35318 NONAME ??_R3H248_Name@@8 @35319 NONAME ??_R3H248_NonStandardData@@8 @35320 NONAME ??_R3H248_NonStandardIdentifier@@8 @35321 NONAME ??_R3H248_NotifyCompletion@@8 @35322 NONAME ??_R3H248_NotifyReply@@8 @35323 NONAME ??_R3H248_NotifyRequest@@8 @35324 NONAME ??_R3H248_ObservedEvent@@8 @35325 NONAME ??_R3H248_ObservedEventsDescriptor@@8 @35326 NONAME ??_R3H248_PackagesDescriptor@@8 @35327 NONAME ??_R3H248_PackagesItem@@8 @35328 NONAME ??_R3H248_PathName@@8 @35329 NONAME ??_R3H248_PkgdName@@8 @35330 NONAME ??_R3H248_PropertyGroup@@8 @35331 NONAME ??_R3H248_PropertyParm@@8 @35332 NONAME ??_R3H248_PropertyParm_extraInfo@@8 @35333 NONAME ??_R3H248_Relation@@8 @35334 NONAME ??_R3H248_RequestedActions@@8 @35335 NONAME ??_R3H248_RequestedEvent@@8 @35336 NONAME ??_R3H248_RequestID@@8 @35337 NONAME ??_R3H248_SecondEventsDescriptor@@8 @35338 NONAME ??_R3H248_SecondRequestedActions@@8 @35339 NONAME ??_R3H248_SecondRequestedEvent@@8 @35340 NONAME ??_R3H248_SecurityParmIndex@@8 @35341 NONAME ??_R3H248_SeqSigList@@8 @35342 NONAME ??_R3H248_SequenceNum@@8 @35343 NONAME ??_R3H248_ServiceChangeAddress@@8 @35344 NONAME ??_R3H248_ServiceChangeMethod@@8 @35345 NONAME ??_R3H248_ServiceChangeParm@@8 @35346 NONAME ??_R3H248_ServiceChangeProfile@@8 @35347 NONAME ??_R3H248_ServiceChangeReply@@8 @35348 NONAME ??_R3H248_ServiceChangeRequest@@8 @35349 NONAME ??_R3H248_ServiceChangeResParm@@8 @35350 NONAME ??_R3H248_ServiceChangeResult@@8 @35351 NONAME ??_R3H248_ServiceState@@8 @35352 NONAME ??_R3H248_Signal@@8 @35353 NONAME ??_R3H248_SignalName@@8 @35354 NONAME ??_R3H248_SignalRequest@@8 @35355 NONAME ??_R3H248_SignalsDescriptor@@8 @35356 NONAME ??_R3H248_SignalType@@8 @35357 NONAME ??_R3H248_SigParameter@@8 @35358 NONAME ??_R3H248_SigParameter_extraInfo@@8 @35359 NONAME ??_R3H248_StatisticsDescriptor@@8 @35360 NONAME ??_R3H248_StatisticsParameter@@8 @35361 NONAME ??_R3H248_StreamDescriptor@@8 @35362 NONAME ??_R3H248_StreamID@@8 @35363 NONAME ??_R3H248_StreamMode@@8 @35364 NONAME ??_R3H248_StreamParms@@8 @35365 NONAME ??_R3H248_SubtractRequest@@8 @35366 NONAME ??_R3H248_TerminationAudit@@8 @35367 NONAME ??_R3H248_TerminationID@@8 @35368 NONAME ??_R3H248_TerminationIDList@@8 @35369 NONAME ??_R3H248_TerminationStateDescriptor@@8 @35370 NONAME ??_R3H248_TimeNotation@@8 @35371 NONAME ??_R3H248_TopologyRequest@@8 @35372 NONAME ??_R3H248_TopologyRequest_topologyDirection@@8 @35373 NONAME ??_R3H248_Transaction@@8 @35374 NONAME ??_R3H248_TransactionAck@@8 @35375 NONAME ??_R3H248_TransactionId@@8 @35376 NONAME ??_R3H248_TransactionPending@@8 @35377 NONAME ??_R3H248_TransactionReply@@8 @35378 NONAME ??_R3H248_TransactionReply_transactionResult@@8 @35379 NONAME ??_R3H248_TransactionRequest@@8 @35380 NONAME ??_R3H248_TransactionResponseAck@@8 @35381 NONAME ??_R3H248_Value@@8 @35382 NONAME ??_R3H248_WildcardField@@8 @35383 NONAME ??_R3H261DCTEncoder@@8 @35384 NONAME ??_R3H261Encoder@@8 @35385 NONAME ??_R3H261PixelEncoder@@8 @35386 NONAME ??_R3H263Packet@@8 @45929 NONAME ??_R3H263PacketList@@8 @45930 NONAME ??_R3H323AudioCapability@@8 @35389 NONAME ??_R3H323AudioCodec@@8 @35390 NONAME ??_R3H323BidirectionalChannel@@8 @35391 NONAME ??_R3H323CallCreditServiceControl@@8 @35392 NONAME ??_R3H323Capabilities@@8 @35393 NONAME ??_R3H323CapabilitiesSet@@8 @35394 NONAME ??_R3H323Capability@@8 @35395 NONAME ??_R3H323Channel@@8 @35397 NONAME ??_R3H323ChannelNumber@@8 @35398 NONAME ??_R3H323Codec@@8 @35399 NONAME ??_R3H323CodecPluginGenericAudioCapability@@8 @45407 NONAME ??_R3H323CodecPluginNonStandardAudioCapability@@8 @35402 NONAME ??_R3H323Connection@@8 @35403 NONAME ??_R3H323ConnectionsCleaner@@8 @35404 NONAME ??_R3H323ControlPDU@@8 @35405 NONAME ??_R3H323DataCapability@@8 @35406 NONAME ??_R3H323DataChannel@@8 @35407 NONAME ??_R3H323DynaLink@@8 @42752 NONAME ??_R3H323EndPoint@@8 @35408 NONAME ??_R3H323FramedAudioCodec@@8 @35409 NONAME ??_R3H323Gatekeeper@@8 @35410 NONAME ??_R3H323GatekeeperARQ@@8 @35411 NONAME ??_R3H323GatekeeperBRQ@@8 @35412 NONAME ??_R3H323GatekeeperCall@@8 @35413 NONAME ??_R3H323GatekeeperDRQ@@8 @35414 NONAME ??_R3H323GatekeeperGRQ@@8 @35415 NONAME ??_R3H323GatekeeperIRR@@8 @35416 NONAME ??_R3H323GatekeeperListener@@8 @35417 NONAME ??_R3H323GatekeeperLRQ@@8 @35418 NONAME ??_R3H323GatekeeperRequest@@8 @35419 NONAME ??_R3H323GatekeeperRRQ@@8 @35420 NONAME ??_R3H323GatekeeperServer@@8 @35421 NONAME ??_R3H323GatekeeperURQ@@8 @35422 NONAME ??_R3H323GenericAudioCapability@@8 @45408 NONAME ??_R3H323GenericCapabilityInfo@@8 @45409 NONAME ??_R3H323GenericVideoCapability@@8 @45410 NONAME ??_R3H323GSMPluginCapability@@8 @35423 NONAME ??_R3H323H248ServiceControl@@8 @35424 NONAME ??_R3H323HTTPServiceControl@@8 @35426 NONAME ??_R3H323Listener@@8 @35427 NONAME ??_R3H323ListenerTCP@@8 @35428 NONAME ??_R3H323LogicalChannelThread@@8 @35429 NONAME ??_R3H323NonStandardAudioCapability@@8 @35430 NONAME ??_R3H323NonStandardCapabilityInfo@@8 @35431 NONAME ??_R3H323NonStandardDataCapability@@8 @35432 NONAME ??_R3H323NonStandardVideoCapability@@8 @35433 NONAME ??_R3H323PeerElement@@8 @35434 NONAME ??_R3H323PeerElementDescriptor@@8 @35435 NONAME ??_R3H323PeerElementServiceRelationship@@8 @35436 NONAME ??_R3H323PluginCapability@@8 @35438 NONAME ??_R3H323PluginCodecManager@@8 @42727 NONAME ??_R3H323PluginFramedAudioCodec@@8 @42795 NONAME ??_R3H323PluginG7231Capability@@8 @35439 NONAME ??_R3H323PluginVideoCodec@@8 @35440 NONAME ??_R3H323RasPDU@@8 @35441 NONAME ??_R3H323RealTimeCapability@@8 @35442 NONAME ??_R3H323RegisteredEndPoint@@8 @35443 NONAME ??_R3H323ServiceControlSession@@8 @35444 NONAME ??_R3H323SignalPDU@@8 @35445 NONAME ??_R3H323SimultaneousCapabilities@@8 @35446 NONAME ??_R3H323StreamedAudioCodec@@8 @35447 NONAME ??_R3H323StreamedPluginAudioCodec@@8 @42796 NONAME ??_R3H323Transaction@@8 @35448 NONAME ??_R3H323TransactionPDU@@8 @35449 NONAME ??_R3H323TransactionServer@@8 @35450 NONAME ??_R3H323Transactor@@8 @35451 NONAME ??_R3H323Transport@@8 @35452 NONAME ??_R3H323TransportAddress@@8 @35453 NONAME ??_R3H323TransportAddressArray@@8 @35454 NONAME ??_R3H323TransportIP@@8 @35455 NONAME ??_R3H323TransportTCP@@8 @35456 NONAME ??_R3H323TransportUDP@@8 @35457 NONAME ??_R3H323UnidirectionalChannel@@8 @35458 NONAME ??_R3H323VideoCapability@@8 @35459 NONAME ??_R3H323VideoCodec@@8 @35460 NONAME ??_R3H323_ALawCodec@@8 @35461 NONAME ??_R3H323_AnnexG@@8 @35462 NONAME ??_R3H323_CiscoG7231aLIDCapability@@8 @35463 NONAME ??_R3H323_ExternalRTPChannel@@8 @35465 NONAME ??_R3H323_G711ALaw64Capability@@8 @43423 NONAME ??_R3H323_G711Capability@@8 @35469 NONAME ??_R3H323_G711uLaw64Capability@@8 @43424 NONAME ??_R3H323_H261Capability@@8 @35485 NONAME ??_R3H323_H261Codec@@8 @35486 NONAME ??_R3H323_LIDCapability@@8 @35489 NONAME ??_R3H323_LIDCodec@@8 @35490 NONAME ??_R3H323_LID_G711_ALaw_Capability@@8 @43425 NONAME ??_R3H323_LID_G711_uLaw_Capability@@8 @43426 NONAME ??_R3H323_LID_G7231A_5k3_Capability@@8 @43427 NONAME ??_R3H323_LID_G7231A_6k3_Capability@@8 @43428 NONAME ??_R3H323_LID_G7231_5k3_Capability@@8 @43429 NONAME ??_R3H323_LID_G7231_6k3_Capability@@8 @43430 NONAME ??_R3H323_LID_G728_Capability@@8 @43431 NONAME ??_R3H323_LID_G729AB_Capability@@8 @43432 NONAME ??_R3H323_LID_G729A_Capability@@8 @43433 NONAME ??_R3H323_LID_G729B_Capability@@8 @43434 NONAME ??_R3H323_LID_G729_Capability@@8 @43435 NONAME ??_R3H323_LID_GSM0610_Capability@@8 @43436 NONAME ??_R3H323_muLawCodec@@8 @35506 NONAME ??_R3H323_RealTimeChannel@@8 @35507 NONAME ??_R3H323_RFC2190_H263Capability@@8 @45931 NONAME ??_R3H323_RFC2190_H263Codec@@8 @45932 NONAME ??_R3H323_RTPChannel@@8 @35508 NONAME ??_R3H323_RTP_Session@@8 @35509 NONAME ??_R3H323_RTP_UDP@@8 @35510 NONAME ??_R3H323_T120Capability@@8 @35511 NONAME ??_R3H323_T120Channel@@8 @35512 NONAME ??_R3H323_T38Capability@@8 @35513 NONAME ??_R3H323_T38Channel@@8 @35514 NONAME ??_R3H323_T38NonStandardCapability@@8 @35515 NONAME ??_R3H323_UserInputCapability@@8 @35516 NONAME ??_R3H45010_ArrayOf_MixedExtension@@8 @35517 NONAME ??_R3H45010_CfbOvrOptArg@@8 @35518 NONAME ??_R3H45010_CoReqOptArg@@8 @35519 NONAME ??_R3H45010_H323CallOfferOperations@@8 @35520 NONAME ??_R3H45010_RUAlertOptArg@@8 @35521 NONAME ??_R3H45011Handler@@8 @35522 NONAME ??_R3H45011_ArrayOf_MixedExtension@@8 @35523 NONAME ??_R3H45011_CallIntrusionErrors@@8 @35524 NONAME ??_R3H45011_CICapabilityLevel@@8 @35525 NONAME ??_R3H45011_CIFrcRelArg@@8 @35526 NONAME ??_R3H45011_CIFrcRelOptRes@@8 @35527 NONAME ??_R3H45011_CIGetCIPLOptArg@@8 @35528 NONAME ??_R3H45011_CIGetCIPLRes@@8 @35529 NONAME ??_R3H45011_CIIsOptArg@@8 @35530 NONAME ??_R3H45011_CIIsOptRes@@8 @35531 NONAME ??_R3H45011_CINotificationArg@@8 @35532 NONAME ??_R3H45011_CIProtectionLevel@@8 @35533 NONAME ??_R3H45011_CIRequestArg@@8 @35534 NONAME ??_R3H45011_CIRequestRes@@8 @35535 NONAME ??_R3H45011_CISilentArg@@8 @35536 NONAME ??_R3H45011_CISilentOptRes@@8 @35537 NONAME ??_R3H45011_CIStatusInformation@@8 @35538 NONAME ??_R3H45011_CIWobOptArg@@8 @35539 NONAME ??_R3H45011_CIWobOptRes@@8 @35540 NONAME ??_R3H45011_H323CallIntrusionOperations@@8 @35541 NONAME ??_R3H4501_Address@@8 @35542 NONAME ??_R3H4501_AddressInformation@@8 @35543 NONAME ??_R3H4501_AddressScreened@@8 @35544 NONAME ??_R3H4501_ArrayOf_AliasAddress@@8 @35545 NONAME ??_R3H4501_ArrayOf_ROS@@8 @35546 NONAME ??_R3H4501_EndpointAddress@@8 @35547 NONAME ??_R3H4501_EntityType@@8 @35548 NONAME ??_R3H4501_Extension@@8 @35549 NONAME ??_R3H4501_GeneralErrorList@@8 @35550 NONAME ??_R3H4501_H225InformationElement@@8 @35551 NONAME ??_R3H4501_InterpretationApdu@@8 @35552 NONAME ??_R3H4501_InvokeIDs@@8 @35553 NONAME ??_R3H4501_InvokeIdSet@@8 @35554 NONAME ??_R3H4501_NetworkFacilityExtension@@8 @35555 NONAME ??_R3H4501_NSAPSubaddress@@8 @35556 NONAME ??_R3H4501_NumberScreened@@8 @35557 NONAME ??_R3H4501_PartySubaddress@@8 @35558 NONAME ??_R3H4501_PresentationAllowedIndicator@@8 @35559 NONAME ??_R3H4501_PresentedAddressScreened@@8 @35560 NONAME ??_R3H4501_PresentedAddressUnscreened@@8 @35561 NONAME ??_R3H4501_PresentedNumberScreened@@8 @35562 NONAME ??_R3H4501_PresentedNumberUnscreened@@8 @35563 NONAME ??_R3H4501_ScreeningIndicator@@8 @35564 NONAME ??_R3H4501_ServiceApdus@@8 @35565 NONAME ??_R3H4501_SubaddressInformation@@8 @35566 NONAME ??_R3H4501_SupplementaryService@@8 @35567 NONAME ??_R3H4501_UserSpecifiedSubaddress@@8 @35568 NONAME ??_R3H4502Handler@@8 @35569 NONAME ??_R3H4502_CallIdentity@@8 @35570 NONAME ??_R3H4502_CallStatus@@8 @35571 NONAME ??_R3H4502_CallTransferErrors@@8 @35572 NONAME ??_R3H4502_CallTransferOperation@@8 @35573 NONAME ??_R3H4502_CTActiveArg@@8 @35574 NONAME ??_R3H4502_CTActiveArg_argumentExtension@@8 @35575 NONAME ??_R3H4502_CTCompleteArg@@8 @35576 NONAME ??_R3H4502_CTCompleteArg_argumentExtension@@8 @35577 NONAME ??_R3H4502_CTIdentifyRes@@8 @35578 NONAME ??_R3H4502_CTIdentifyRes_resultExtension@@8 @35579 NONAME ??_R3H4502_CTInitiateArg@@8 @35580 NONAME ??_R3H4502_CTInitiateArg_argumentExtension@@8 @35581 NONAME ??_R3H4502_CTSetupArg@@8 @35582 NONAME ??_R3H4502_CTSetupArg_argumentExtension@@8 @35583 NONAME ??_R3H4502_CTUpdateArg@@8 @35584 NONAME ??_R3H4502_CTUpdateArg_argumentExtension@@8 @35585 NONAME ??_R3H4502_DummyArg@@8 @35586 NONAME ??_R3H4502_DummyRes@@8 @35587 NONAME ??_R3H4502_EndDesignation@@8 @35588 NONAME ??_R3H4502_ExtensionSeq@@8 @35589 NONAME ??_R3H4502_SubaddressTransferArg@@8 @35590 NONAME ??_R3H4502_SubaddressTransferArg_argumentExtension@@8 @35591 NONAME ??_R3H4503_BasicService@@8 @35592 NONAME ??_R3H4503_CallDiversionErrors@@8 @35593 NONAME ??_R3H4503_DiversionReason@@8 @35594 NONAME ??_R3H4503_ExtensionSeq@@8 @35595 NONAME ??_R3H4503_H323CallDiversionOperations@@8 @35596 NONAME ??_R3H4503_IntResult@@8 @35597 NONAME ??_R3H4503_IntResultList@@8 @35598 NONAME ??_R3H4503_IntResult_extension@@8 @35599 NONAME ??_R3H4503_Procedure@@8 @35600 NONAME ??_R3H4503_SubscriptionOption@@8 @35601 NONAME ??_R3H4504Handler@@8 @35602 NONAME ??_R3H4504_ArrayOf_MixedExtension@@8 @35603 NONAME ??_R3H4504_CallHoldOperation@@8 @35604 NONAME ??_R3H4504_Extension@@8 @35605 NONAME ??_R3H4504_HoldNotificArg@@8 @35606 NONAME ??_R3H4504_MixedExtension@@8 @35607 NONAME ??_R3H4504_RemoteHoldArg@@8 @35608 NONAME ??_R3H4504_RemoteHoldRes@@8 @35609 NONAME ??_R3H4504_RemoteRetrieveArg@@8 @35610 NONAME ??_R3H4504_RemoteRetrieveRes@@8 @35611 NONAME ??_R3H4504_RetrieveNotificArg@@8 @35612 NONAME ??_R3H4505_ArrayOf_MixedExtension@@8 @35613 NONAME ??_R3H4505_CallParkPickupOperations@@8 @35614 NONAME ??_R3H4505_CallPickupErrors@@8 @35615 NONAME ??_R3H4505_CallType@@8 @35616 NONAME ??_R3H4505_CpickupNotifyArg@@8 @35617 NONAME ??_R3H4505_CpNotifyArg@@8 @35618 NONAME ??_R3H4505_CpRequestArg@@8 @35619 NONAME ??_R3H4505_CpRequestRes@@8 @35620 NONAME ??_R3H4505_CpSetupArg@@8 @35621 NONAME ??_R3H4505_CpSetupRes@@8 @35622 NONAME ??_R3H4505_GroupIndicationOffArg@@8 @35623 NONAME ??_R3H4505_GroupIndicationOffRes@@8 @35624 NONAME ??_R3H4505_GroupIndicationOnArg@@8 @35625 NONAME ??_R3H4505_GroupIndicationOnRes@@8 @35626 NONAME ??_R3H4505_ParkCondition@@8 @35627 NONAME ??_R3H4505_ParkedToPosition@@8 @35628 NONAME ??_R3H4505_PickExeArg@@8 @35629 NONAME ??_R3H4505_PickExeRes@@8 @35630 NONAME ??_R3H4505_PickrequArg@@8 @35631 NONAME ??_R3H4505_PickrequRes@@8 @35632 NONAME ??_R3H4505_PickupArg@@8 @35633 NONAME ??_R3H4505_PickupRes@@8 @35634 NONAME ??_R3H4506Handler@@8 @35635 NONAME ??_R3H4506_ArrayOf_MixedExtension@@8 @35636 NONAME ??_R3H4506_CallWaitingArg@@8 @35637 NONAME ??_R3H4506_CallWaitingOperations@@8 @35638 NONAME ??_R3H4507_ArrayOf_MixedExtension@@8 @35639 NONAME ??_R3H4507_BasicService@@8 @35640 NONAME ??_R3H4507_DummyRes@@8 @35641 NONAME ??_R3H4507_H323_MWI_Operations@@8 @35642 NONAME ??_R3H4507_MessageWaitingIndicationErrors@@8 @35643 NONAME ??_R3H4507_MsgCentreId@@8 @35644 NONAME ??_R3H4507_MWIActivateArg@@8 @35645 NONAME ??_R3H4507_MWIDeactivateArg@@8 @35646 NONAME ??_R3H4507_MWIInterrogateArg@@8 @35647 NONAME ??_R3H4507_MWIInterrogateRes@@8 @35648 NONAME ??_R3H4507_MWIInterrogateResElt@@8 @35649 NONAME ??_R3H4507_NbOfMessages@@8 @35650 NONAME ??_R3H4507_TimeStamp@@8 @35651 NONAME ??_R3H4508_ExtendedName@@8 @35652 NONAME ??_R3H4508_Name@@8 @35653 NONAME ??_R3H4508_NameOperations@@8 @35654 NONAME ??_R3H4508_NamePresentationAllowed@@8 @35655 NONAME ??_R3H4508_NamePresentationRestricted@@8 @35656 NONAME ??_R3H4508_SimpleName@@8 @35657 NONAME ??_R3H4509_ArrayOf_MixedExtension@@8 @35658 NONAME ??_R3H4509_CallCompletionErrors@@8 @35659 NONAME ??_R3H4509_CcArg@@8 @35660 NONAME ??_R3H4509_CcLongArg@@8 @35661 NONAME ??_R3H4509_CcRequestArg@@8 @35662 NONAME ??_R3H4509_CcRequestRes@@8 @35663 NONAME ??_R3H4509_CcShortArg@@8 @35664 NONAME ??_R3H4509_H323CallCompletionOperations@@8 @35665 NONAME ??_R3H450ServiceAPDU@@8 @35666 NONAME ??_R3H450xDispatcher@@8 @35667 NONAME ??_R3H450xHandler@@8 @35668 NONAME ??_R3H501AccessRequest@@8 @35669 NONAME ??_R3H501DescriptorUpdate@@8 @35670 NONAME ??_R3H501PDU@@8 @35671 NONAME ??_R3H501ServiceRequest@@8 @35672 NONAME ??_R3H501Transaction@@8 @35673 NONAME ??_R3H501_AccessConfirmation@@8 @35674 NONAME ??_R3H501_AccessRejection@@8 @35675 NONAME ??_R3H501_AccessRejectionReason@@8 @35676 NONAME ??_R3H501_AccessRequest@@8 @35677 NONAME ??_R3H501_AccessToken@@8 @35678 NONAME ??_R3H501_AddressTemplate@@8 @35679 NONAME ??_R3H501_AlternatePE@@8 @35680 NONAME ??_R3H501_AlternatePEInfo@@8 @35681 NONAME ??_R3H501_ApplicationMessage@@8 @35682 NONAME ??_R3H501_ArrayOf_AccessToken@@8 @35683 NONAME ??_R3H501_ArrayOf_AddressTemplate@@8 @35684 NONAME ??_R3H501_ArrayOf_AliasAddress@@8 @35685 NONAME ??_R3H501_ArrayOf_AlternatePE@@8 @35686 NONAME ??_R3H501_ArrayOf_CircuitIdentifier@@8 @35687 NONAME ??_R3H501_ArrayOf_ClearToken@@8 @35688 NONAME ??_R3H501_ArrayOf_ContactInformation@@8 @35689 NONAME ??_R3H501_ArrayOf_CryptoH323Token@@8 @35690 NONAME ??_R3H501_ArrayOf_Descriptor@@8 @35691 NONAME ??_R3H501_ArrayOf_DescriptorInfo@@8 @35692 NONAME ??_R3H501_ArrayOf_GenericData@@8 @35693 NONAME ??_R3H501_ArrayOf_GloballyUniqueID@@8 @35694 NONAME ??_R3H501_ArrayOf_NonStandardParameter@@8 @35695 NONAME ??_R3H501_ArrayOf_PASN_ObjectId@@8 @35696 NONAME ??_R3H501_ArrayOf_Pattern@@8 @35697 NONAME ??_R3H501_ArrayOf_PriceElement@@8 @35698 NONAME ??_R3H501_ArrayOf_PriceInfoSpec@@8 @35699 NONAME ??_R3H501_ArrayOf_RouteInformation@@8 @35700 NONAME ??_R3H501_ArrayOf_SecurityMode@@8 @35701 NONAME ??_R3H501_ArrayOf_ServiceControlSession@@8 @35702 NONAME ??_R3H501_ArrayOf_SupportedProtocols@@8 @35703 NONAME ??_R3H501_ArrayOf_TransportAddress@@8 @35704 NONAME ??_R3H501_ArrayOf_UpdateInformation@@8 @35705 NONAME ??_R3H501_ArrayOf_UsageField@@8 @35706 NONAME ??_R3H501_AuthenticationConfirmation@@8 @35707 NONAME ??_R3H501_AuthenticationRejection@@8 @35708 NONAME ??_R3H501_AuthenticationRejectionReason@@8 @35709 NONAME ??_R3H501_AuthenticationRequest@@8 @35710 NONAME ??_R3H501_CallInformation@@8 @35711 NONAME ??_R3H501_ContactInformation@@8 @35712 NONAME ??_R3H501_Descriptor@@8 @35713 NONAME ??_R3H501_DescriptorConfirmation@@8 @35714 NONAME ??_R3H501_DescriptorIDConfirmation@@8 @35715 NONAME ??_R3H501_DescriptorIDRejection@@8 @35716 NONAME ??_R3H501_DescriptorIDRejectionReason@@8 @35717 NONAME ??_R3H501_DescriptorIDRequest@@8 @35718 NONAME ??_R3H501_DescriptorInfo@@8 @35719 NONAME ??_R3H501_DescriptorRejection@@8 @35720 NONAME ??_R3H501_DescriptorRejectionReason@@8 @35721 NONAME ??_R3H501_DescriptorRequest@@8 @35722 NONAME ??_R3H501_DescriptorUpdate@@8 @35723 NONAME ??_R3H501_DescriptorUpdateAck@@8 @35724 NONAME ??_R3H501_ElementIdentifier@@8 @35725 NONAME ??_R3H501_GlobalTimeStamp@@8 @35726 NONAME ??_R3H501_Message@@8 @35727 NONAME ??_R3H501_MessageBody@@8 @35728 NONAME ??_R3H501_MessageCommonInfo@@8 @35729 NONAME ??_R3H501_NonStandardConfirmation@@8 @35730 NONAME ??_R3H501_NonStandardRejection@@8 @35731 NONAME ??_R3H501_NonStandardRejectionReason@@8 @35732 NONAME ??_R3H501_NonStandardRequest@@8 @35733 NONAME ??_R3H501_PartyInformation@@8 @35734 NONAME ??_R3H501_Pattern@@8 @35735 NONAME ??_R3H501_Pattern_range@@8 @35736 NONAME ??_R3H501_PriceElement@@8 @35737 NONAME ??_R3H501_PriceElement_units@@8 @35738 NONAME ??_R3H501_PriceInfoSpec@@8 @35739 NONAME ??_R3H501_ProtocolVersion@@8 @35740 NONAME ??_R3H501_RequestInProgress@@8 @35741 NONAME ??_R3H501_Role@@8 @35742 NONAME ??_R3H501_RouteInformation@@8 @35743 NONAME ??_R3H501_RouteInformation_messageType@@8 @35744 NONAME ??_R3H501_SecurityMode@@8 @35745 NONAME ??_R3H501_ServiceConfirmation@@8 @35746 NONAME ??_R3H501_ServiceRejection@@8 @35747 NONAME ??_R3H501_ServiceRejectionReason@@8 @35748 NONAME ??_R3H501_ServiceRelease@@8 @35749 NONAME ??_R3H501_ServiceReleaseReason@@8 @35750 NONAME ??_R3H501_ServiceRequest@@8 @35751 NONAME ??_R3H501_TerminationCause@@8 @35752 NONAME ??_R3H501_TimeZone@@8 @35753 NONAME ??_R3H501_UnknownMessageReason@@8 @35754 NONAME ??_R3H501_UnknownMessageResponse@@8 @35755 NONAME ??_R3H501_UpdateInformation@@8 @35756 NONAME ??_R3H501_UpdateInformation_descriptorInfo@@8 @35757 NONAME ??_R3H501_UpdateInformation_updateType@@8 @35758 NONAME ??_R3H501_UsageCallStatus@@8 @35759 NONAME ??_R3H501_UsageConfirmation@@8 @35760 NONAME ??_R3H501_UsageField@@8 @35761 NONAME ??_R3H501_UsageIndication@@8 @35762 NONAME ??_R3H501_UsageIndicationConfirmation@@8 @35763 NONAME ??_R3H501_UsageIndicationRejection@@8 @35764 NONAME ??_R3H501_UsageIndicationRejectionReason@@8 @35765 NONAME ??_R3H501_UsageRejection@@8 @35766 NONAME ??_R3H501_UsageRejectReason@@8 @35767 NONAME ??_R3H501_UsageRequest@@8 @35768 NONAME ??_R3H501_UsageSpecification@@8 @35769 NONAME ??_R3H501_UsageSpecification_when@@8 @35770 NONAME ??_R3H501_UserInformation@@8 @35771 NONAME ??_R3H501_ValidationConfirmation@@8 @35772 NONAME ??_R3H501_ValidationRejection@@8 @35773 NONAME ??_R3H501_ValidationRejectionReason@@8 @35774 NONAME ??_R3H501_ValidationRequest@@8 @35775 NONAME ??_R3HandleTimeout_PNotifier@H245Negotiator@@8 @35776 NONAME ??_R3HandleTransactions_PNotifier@H323Transactor@@8 @35777 NONAME ??_R3IntraP64Decoder@@8 @35778 NONAME ??_R3MCS_ArrayOf_ChannelAttributes@@8 @35779 NONAME ??_R3MCS_ArrayOf_ChannelId@@8 @35780 NONAME ??_R3MCS_ArrayOf_TokenAttributes@@8 @35781 NONAME ??_R3MCS_ArrayOf_TokenId@@8 @35782 NONAME ??_R3MCS_ArrayOf_UserId@@8 @35783 NONAME ??_R3MCS_AssignedChannelId@@8 @35784 NONAME ??_R3MCS_AUcf@@8 @35785 NONAME ??_R3MCS_AUrq@@8 @35786 NONAME ??_R3MCS_CAin@@8 @35787 NONAME ??_R3MCS_CArq@@8 @35788 NONAME ??_R3MCS_CCcf@@8 @35789 NONAME ??_R3MCS_CCrq@@8 @35790 NONAME ??_R3MCS_CDin@@8 @35791 NONAME ??_R3MCS_CDrq@@8 @35792 NONAME ??_R3MCS_CEin@@8 @35793 NONAME ??_R3MCS_CErq@@8 @35794 NONAME ??_R3MCS_ChannelAttributes@@8 @35795 NONAME ??_R3MCS_ChannelAttributes_assigned@@8 @35796 NONAME ??_R3MCS_ChannelAttributes_private@@8 @35797 NONAME ??_R3MCS_ChannelAttributes_static@@8 @35798 NONAME ??_R3MCS_ChannelAttributes_userId@@8 @35799 NONAME ??_R3MCS_ChannelId@@8 @35800 NONAME ??_R3MCS_CJcf@@8 @35801 NONAME ??_R3MCS_CJrq@@8 @35802 NONAME ??_R3MCS_CLrq@@8 @35803 NONAME ??_R3MCS_ConnectMCSPDU@@8 @35804 NONAME ??_R3MCS_Connect_Additional@@8 @35805 NONAME ??_R3MCS_Connect_Initial@@8 @35806 NONAME ??_R3MCS_Connect_Response@@8 @35807 NONAME ??_R3MCS_Connect_Result@@8 @35808 NONAME ??_R3MCS_DataPriority@@8 @35809 NONAME ??_R3MCS_Diagnostic@@8 @35810 NONAME ??_R3MCS_DomainMCSPDU@@8 @35811 NONAME ??_R3MCS_DomainParameters@@8 @35812 NONAME ??_R3MCS_DPum@@8 @35813 NONAME ??_R3MCS_DUin@@8 @35814 NONAME ??_R3MCS_DUrq@@8 @35815 NONAME ??_R3MCS_DynamicChannelId@@8 @35816 NONAME ??_R3MCS_EDrq@@8 @35817 NONAME ??_R3MCS_MCcf@@8 @35818 NONAME ??_R3MCS_MCrq@@8 @35819 NONAME ??_R3MCS_MTcf@@8 @35820 NONAME ??_R3MCS_MTrq@@8 @35821 NONAME ??_R3MCS_PCin@@8 @35822 NONAME ??_R3MCS_PDin@@8 @35823 NONAME ??_R3MCS_PrivateChannelId@@8 @35824 NONAME ??_R3MCS_PTin@@8 @35825 NONAME ??_R3MCS_Reason@@8 @35826 NONAME ??_R3MCS_Result@@8 @35827 NONAME ??_R3MCS_RJum@@8 @35828 NONAME ??_R3MCS_SDin@@8 @35829 NONAME ??_R3MCS_SDrq@@8 @35830 NONAME ??_R3MCS_Segmentation@@8 @35831 NONAME ??_R3MCS_StaticChannelId@@8 @35832 NONAME ??_R3MCS_TGcf@@8 @35833 NONAME ??_R3MCS_TGrq@@8 @35834 NONAME ??_R3MCS_TIcf@@8 @35835 NONAME ??_R3MCS_TIrq@@8 @35836 NONAME ??_R3MCS_TokenAttributes@@8 @35837 NONAME ??_R3MCS_TokenAttributes_given@@8 @35838 NONAME ??_R3MCS_TokenAttributes_giving@@8 @35839 NONAME ??_R3MCS_TokenAttributes_grabbed@@8 @35840 NONAME ??_R3MCS_TokenAttributes_inhibited@@8 @35841 NONAME ??_R3MCS_TokenAttributes_ungivable@@8 @35842 NONAME ??_R3MCS_TokenId@@8 @35843 NONAME ??_R3MCS_TokenStatus@@8 @35844 NONAME ??_R3MCS_TPin@@8 @35845 NONAME ??_R3MCS_TPrq@@8 @35846 NONAME ??_R3MCS_TRcf@@8 @35847 NONAME ??_R3MCS_TRrq@@8 @35848 NONAME ??_R3MCS_TTcf@@8 @35849 NONAME ??_R3MCS_TTrq@@8 @35850 NONAME ??_R3MCS_TVcf@@8 @35851 NONAME ??_R3MCS_TVin@@8 @35852 NONAME ??_R3MCS_TVrq@@8 @35853 NONAME ??_R3MCS_TVrs@@8 @35854 NONAME ??_R3MCS_UserId@@8 @35855 NONAME ??_R3MCS_USin@@8 @35856 NONAME ??_R3MCS_USrq@@8 @35857 NONAME ??_R3MonitorMain_PNotifier@H323Gatekeeper@@8 @35865 NONAME ??_R3MonitorMain_PNotifier@H323GatekeeperServer@@8 @35866 NONAME ??_R3MonitorMain_PNotifier@H323PeerElement@@8 @35867 NONAME ??_R3MSIPAddress@PILSSession@@8 @35868 NONAME ??_R3MXRecordList@PDNS@@8 @44956 NONAME ??_R3OnCallIntrudeTimeOut_PNotifier@H45011Handler@@8 @35869 NONAME ??_R3OnCallTransferTimeOut_PNotifier@H4502Handler@@8 @35870 NONAME ??_R3OnLoadModule_PNotifier@PPluginModuleManager@@8 @42774 NONAME ??_R3OnUserInputInBandDTMF_PNotifier@H323Connection@@8 @35872 NONAME ??_R3OnUserInputInlineRFC2833_PNotifier@H323Connection@@8 @35873 NONAME ??_R3OpalFactoryCodec@@8 @44559 NONAME ??_R3OpalG711ALaw64kFormat@@8 @43051 NONAME ??_R3OpalG711ALaw64k_Base@@8 @44560 NONAME ??_R3OpalG711ALaw64k_Decoder@@8 @44561 NONAME ??_R3OpalG711ALaw64k_Encoder@@8 @44562 NONAME ??_R3OpalG711uLaw64kFormat@@8 @43052 NONAME ??_R3OpalG711uLaw64k_Base@@8 @44563 NONAME ??_R3OpalG711uLaw64k_Decoder@@8 @44564 NONAME ??_R3OpalG711uLaw64k_Encoder@@8 @44565 NONAME ??_R3OpalG7231A_5k3Format@@8 @43053 NONAME ??_R3OpalG7231A_6k3Format@@8 @43054 NONAME ??_R3OpalG7231_5k3Format@@8 @43055 NONAME ??_R3OpalG7231_6k3Format@@8 @43056 NONAME ??_R3OpalG728Format@@8 @43057 NONAME ??_R3OpalG729ABFormat@@8 @43058 NONAME ??_R3OpalG729AFormat@@8 @43059 NONAME ??_R3OpalG729BFormat@@8 @43060 NONAME ??_R3OpalG729Format@@8 @43061 NONAME ??_R3OpalGloballyUniqueID@@8 @35874 NONAME ??_R3OpalGSM0610Format@@8 @43062 NONAME ??_R3OpalH261Format@@8 @43063 NONAME ??_R3OpalIxJDevice@@8 @35875 NONAME ??_R3OpalLineChannel@@8 @35876 NONAME ??_R3OpalLineInterfaceDevice@@8 @35877 NONAME ??_R3OpalMediaFormat@@8 @35878 NONAME ??_R3OpalPCM16Format@@8 @43064 NONAME ??_R3OpalPluginCodec@@8 @44566 NONAME ??_R3OpalPluginMediaFormat@@8 @43065 NONAME ??_R3OpalRFC2190H263Format@@8 @45933 NONAME ??_R3OpalRFC2833@@8 @35879 NONAME ??_R3OpalRFC2833Info@@8 @35880 NONAME ??_R3OpalRtpToWavFile@@8 @35881 NONAME ??_R3OpalT120Format@@8 @43066 NONAME ??_R3OpalT120Protocol@@8 @35882 NONAME ??_R3OpalT38Protocol@@8 @35883 NONAME ??_R3OpalUserInputRFC2833Format@@8 @43067 NONAME ??_R3OpalVoipBlasterDevice@@8 @35884 NONAME ??_R3OpalVXMLSession@@8 @35885 NONAME ??_R3OpalWAVFile@@8 @35886 NONAME ??_R3P64Decoder@@8 @35887 NONAME ??_R3PASN_Boolean@@8 @35888 NONAME ??_R3PASN_ConstrainedObject@@8 @35889 NONAME ??_R3PASN_ConstrainedString@@8 @35890 NONAME ??_R3PASN_Enumeration@@8 @35891 NONAME ??_R3PASN_GeneralisedTime@@8 @35892 NONAME ??_R3PASN_GeneralString@@8 @35893 NONAME ??_R3PASN_IA5String@@8 @35894 NONAME ??_R3PASN_Integer@@8 @35895 NONAME ??_R3PASN_Null@@8 @35896 NONAME ??_R3PASN_NumericString@@8 @35897 NONAME ??_R3PASN_Object@@8 @35898 NONAME ??_R3PASN_PrintableString@@8 @35899 NONAME ??_R3PASN_Stream@@8 @35900 NONAME ??_R3PASN_VisibleString@@8 @35901 NONAME ??_R3PLDAPAttr_c@RTPerson@PILSSession@@8 @35902 NONAME ??_R3PLDAPAttr_cn@RTPerson@PILSSession@@8 @35903 NONAME ??_R3PLDAPAttr_comment@RTPerson@PILSSession@@8 @35904 NONAME ??_R3PLDAPAttr_givenName@RTPerson@PILSSession@@8 @35905 NONAME ??_R3PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@8 @35906 NONAME ??_R3PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@8 @35907 NONAME ??_R3PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@8 @35908 NONAME ??_R3PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@8 @35909 NONAME ??_R3PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@8 @35910 NONAME ??_R3PLDAPAttr_location@RTPerson@PILSSession@@8 @35911 NONAME ??_R3PLDAPAttr_o@RTPerson@PILSSession@@8 @35912 NONAME ??_R3PLDAPAttr_objectClass@RTPerson@PILSSession@@8 @35913 NONAME ??_R3PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@8 @35914 NONAME ??_R3PLDAPAttr_sappguid@RTPerson@PILSSession@@8 @35915 NONAME ??_R3PLDAPAttr_sappid@RTPerson@PILSSession@@8 @35916 NONAME ??_R3PLDAPAttr_sflags@RTPerson@PILSSession@@8 @35917 NONAME ??_R3PLDAPAttr_sipAddress@RTPerson@PILSSession@@8 @35918 NONAME ??_R3PLDAPAttr_smimetype@RTPerson@PILSSession@@8 @35919 NONAME ??_R3PLDAPAttr_smodop@RTPerson@PILSSession@@8 @35920 NONAME ??_R3PLDAPAttr_sport@RTPerson@PILSSession@@8 @35921 NONAME ??_R3PLDAPAttr_sprotid@RTPerson@PILSSession@@8 @35922 NONAME ??_R3PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@8 @35923 NONAME ??_R3PLDAPAttr_ssecurity@RTPerson@PILSSession@@8 @35924 NONAME ??_R3PLDAPAttr_sttl@RTPerson@PILSSession@@8 @35925 NONAME ??_R3PLDAPAttr_surname@RTPerson@PILSSession@@8 @35926 NONAME ??_R3PLDAPAttr_timestamp@RTPerson@PILSSession@@8 @35927 NONAME ??_R3PluginLoader@@8 @45092 NONAME ??_R3PPER_Stream@@8 @35928 NONAME ??_R3Pre_Vid_Coder@@8 @35929 NONAME ??_R3PWAVFileConverter@@8 @44333 NONAME ??_R3PWAVFileConverterALaw@@8 @44334 NONAME ??_R3PWAVFileConverterULaw@@8 @44335 NONAME ??_R3PWAVFileConverterXLaw@@8 @44336 NONAME ??_R3Q931@@8 @35931 NONAME ??_R3ReceivedPacket_PNotifier@OpalRFC2833@@8 @35932 NONAME ??_R3ReceivedPacket_PNotifier@OpalRtpToWavFile@@8 @35933 NONAME ??_R3ReceiverReport@RTP_Session@@8 @35934 NONAME ??_R3ReceiveTimeout_PNotifier@OpalRFC2833@@8 @35935 NONAME ??_R3Request@H323Transactor@@8 @35936 NONAME ??_R3Response@H323Transactor@@8 @35937 NONAME ??_R3RFC2190_FfmpgLink@@8 @45934 NONAME ??_R3RTPerson@PILSSession@@8 @35938 NONAME ??_R3RTP_ControlFrame@@8 @35939 NONAME ??_R3RTP_DataFrame@@8 @35940 NONAME ??_R3RTP_JitterBuffer@@8 @35941 NONAME ??_R3RTP_JitterBufferAnalyser@@8 @35942 NONAME ??_R3RTP_QOS@@8 @35943 NONAME ??_R3RTP_Session@@8 @35944 NONAME ??_R3RTP_SessionManager@@8 @35945 NONAME ??_R3RTP_UDP@@8 @35946 NONAME ??_R3RTP_UserData@@8 @35947 NONAME ??_R3SenderReport@RTP_Session@@8 @35948 NONAME ??_R3SlowHandler_PNotifier@H323Transaction@@8 @35949 NONAME ??_R3SourceDescription@RTP_Session@@8 @35950 NONAME ??_R3SRVRecordList@PDNS@@8 @44957 NONAME ??_R3StatusHandler_PNotifier@OpalVoipBlasterDevice@@8 @35951 NONAME ??_R3StringMap@H323GatekeeperServer@@8 @35952 NONAME ??_R3T120ConnectPDU@@8 @35953 NONAME ??_R3T120_X224@@8 @35954 NONAME ??_R3T38_ArrayOf_PASN_OctetString@@8 @35955 NONAME ??_R3T38_Data_Field@@8 @35956 NONAME ??_R3T38_Data_Field_subtype@@8 @35957 NONAME ??_R3T38_Data_Field_subtype_field_type@@8 @35958 NONAME ??_R3T38_IFPPacket@@8 @35959 NONAME ??_R3T38_PreCorrigendum_Data_Field@@8 @35960 NONAME ??_R3T38_PreCorrigendum_Data_Field_subtype@@8 @35961 NONAME ??_R3T38_PreCorrigendum_Data_Field_subtype_field_type@@8 @35962 NONAME ??_R3T38_PreCorrigendum_IFPPacket@@8 @35963 NONAME ??_R3T38_Type_of_msg@@8 @35964 NONAME ??_R3T38_Type_of_msg_data@@8 @35965 NONAME ??_R3T38_Type_of_msg_t30_indicator@@8 @35966 NONAME ??_R3T38_UDPTLPacket@@8 @35967 NONAME ??_R3T38_UDPTLPacket_error_recovery@@8 @35968 NONAME ??_R3T38_UDPTLPacket_error_recovery_fec_info@@8 @35969 NONAME ??_R3T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@8 @35970 NONAME ??_R3T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@8 @35971 NONAME ??_R3T38_UDPTLPacket_primary_ifp_packet@@8 @35972 NONAME ??_R3TickleMonitor_PNotifier@H323Gatekeeper@@8 @35973 NONAME ??_R3TransmitEnded_PNotifier@OpalRFC2833@@8 @35974 NONAME ??_R3TransmitPacket_PNotifier@OpalRFC2833@@8 @35975 NONAME ??_R3Transmitter@@8 @35976 NONAME ??_R3UpdateAllDescriptors_PNotifier@H323PeerElement@@8 @35977 NONAME ??_R3VoipBlasterInterface@@8 @35979 NONAME ??_R3Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@8 @44567 NONAME ??_R3Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@8 @44568 NONAME ??_R3Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@8 @44569 NONAME ??_R3Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@8 @44570 NONAME ??_R3Worker@OpalPluginCodecFactory@@8 @44571 NONAME ??_R3WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@8 @44958 NONAME ??_R3WorkerBase@?$PFactory@VH323Capability@@VPString@@@@8 @43991 NONAME ??_R3WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@8 @44572 NONAME ??_R3WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @43992 NONAME ??_R3WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @43993 NONAME ??_R3WorkerBase@?$PFactory@VPWAVFileConverter@@I@@8 @44337 NONAME ??_R3X224@@8 @35980 NONAME ??_R3X880_Code@@8 @35981 NONAME ??_R3X880_GeneralProblem@@8 @35982 NONAME ??_R3X880_Invoke@@8 @35983 NONAME ??_R3X880_InvokeId@@8 @35984 NONAME ??_R3X880_InvokeProblem@@8 @35985 NONAME ??_R3X880_Reject@@8 @35986 NONAME ??_R3X880_RejectProblem@@8 @35987 NONAME ??_R3X880_Reject_problem@@8 @35988 NONAME ??_R3X880_ReturnError@@8 @35989 NONAME ??_R3X880_ReturnErrorProblem@@8 @35990 NONAME ??_R3X880_ReturnResult@@8 @35991 NONAME ??_R3X880_ReturnResultProblem@@8 @35992 NONAME ??_R3X880_ReturnResult_result@@8 @35993 NONAME ??_R3X880_ROS@@8 @35994 NONAME ??_R4?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@6B@ @35995 NONAME ??_R4?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@6B@ @35996 NONAME ??_R4?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@6B@ @35997 NONAME ??_R4?$H235_HASHED@VH235_EncodedGeneralToken@@@@6B@ @35998 NONAME ??_R4?$H235_HASHED@VH235_EncodedPwdCertToken@@@@6B@ @35999 NONAME ??_R4?$H235_SIGNED@VH225_EncodedFastStartToken@@@@6B@ @36000 NONAME ??_R4?$H235_SIGNED@VH235_EncodedGeneralToken@@@@6B@ @36001 NONAME ??_R4?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@6B@ @36002 NONAME ??_R4?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@6B@ @36003 NONAME ??_R4?$H235_SIGNED@VH235_EncodedReturnSig@@@@6B@ @36004 NONAME ??_R4?$PArray@V?$PList@VH323Capability@@@@@@6B@ @36005 NONAME ??_R4?$PArray@VH323SimultaneousCapabilities@@@@6B@ @36006 NONAME ??_R4?$PArray@VH323TransportAddress@@@@6B@ @36007 NONAME ??_R4?$PArray@VReceiverReport@RTP_Session@@@@6B@ @36008 NONAME ??_R4?$PArray@VSourceDescription@RTP_Session@@@@6B@ @36009 NONAME ??_R4?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@6B@ @36010 NONAME ??_R4?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@6B@ @36011 NONAME ??_R4?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@6B@ @36012 NONAME ??_R4?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@6B@ @36013 NONAME ??_R4?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@6B@ @36014 NONAME ??_R4?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@6B@ @36015 NONAME ??_R4?$PDictionary@VPString@@VH323Connection@@@@6B@ @36016 NONAME ??_R4?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@6B@ @36017 NONAME ??_R4?$PDictionary@VPString@@VPOrdinalKey@@@@6B@ @36018 NONAME ??_R4?$PFactory@VH235Authenticator@@VPString@@@@6B@ @44959 NONAME ??_R4?$PFactory@VH323Capability@@VPString@@@@6B@ @43994 NONAME ??_R4?$PFactory@VH323StaticPluginCodec@@VPString@@@@6B@ @43995 NONAME ??_R4?$PFactory@VOpalFactoryCodec@@VPString@@@@6B@ @44573 NONAME ??_R4?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @43996 NONAME ??_R4?$PFactory@VPWAVFileConverter@@I@@6B@ @44338 NONAME ??_R4?$PList@VH235Authenticator@@@@6B@ @36019 NONAME ??_R4?$PList@VH245_GenericParameter@@@@6B@ @45411 NONAME ??_R4?$PList@VH263Packet@@@@6B@ @45935 NONAME ??_R4?$PList@VH323Capability@@@@6B@ @36021 NONAME ??_R4?$PList@VH323Channel@@@@6B@ @36022 NONAME ??_R4?$PList@VH323GatekeeperListener@@@@6B@ @36023 NONAME ??_R4?$PList@VH323Listener@@@@6B@ @36024 NONAME ??_R4?$PList@VH323Transactor@@@@6B@ @36025 NONAME ??_R4?$PList@VH450xHandler@@@@6B@ @36026 NONAME ??_R4?$PList@VOpalMediaFormat@@@@6B@ @36028 NONAME ??_R4?$PList@VPBYTEArray@@@@6B@ @36029 NONAME ??_R4?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@6B@ @36030 NONAME ??_R4?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@6B@ @36031 NONAME ??_R4?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@6B@ @36032 NONAME ??_R4?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@6B@ @36033 NONAME ??_R4?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@6B@ @36034 NONAME ??_R4?$PSafePtr@VH323GatekeeperCall@@@@6B@ @36035 NONAME ??_R4?$PSafePtr@VH323PeerElementDescriptor@@@@6B@ @36036 NONAME ??_R4?$PSafePtr@VH323PeerElementServiceRelationship@@@@6B@ @36037 NONAME ??_R4?$PSafePtr@VH323RegisteredEndPoint@@@@6B@ @36038 NONAME ??_R4?$PSafeSortedList@VH323GatekeeperCall@@@@6B@ @36039 NONAME ??_R4?$PSafeSortedList@VH323PeerElementDescriptor@@@@6B@ @36040 NONAME ??_R4?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@6B@ @36041 NONAME ??_R4?$PSet@VPOrdinalKey@@@@6B@ @36042 NONAME ??_R4?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@6B@ @36043 NONAME ??_R4?$PSortedList@VH225_AliasAddress@@@@6B@ @36044 NONAME ??_R4?$PSortedList@VH323GatekeeperCall@@@@6B@ @36045 NONAME ??_R4?$PSortedList@VH323PeerElementDescriptor@@@@6B@ @36046 NONAME ??_R4?$PSortedList@VH323PeerElementServiceRelationship@@@@6B@ @36047 NONAME ??_R4?$PSortedList@VMXRecord@PDNS@@@@6B@ @44960 NONAME ??_R4?$PSortedList@VResponse@H323Transactor@@@@6B@ @36048 NONAME ??_R4?$PSortedList@VSRVRecord@PDNS@@@@6B@ @44961 NONAME ??_R4?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @44962 NONAME ??_R4?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @44963 NONAME ??_R4?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @44964 NONAME ??_R4?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@6B@ @43997 NONAME ??_R4?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @43998 NONAME ??_R4?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @43999 NONAME ??_R4?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @44000 NONAME ??_R4?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @44001 NONAME ??_R4?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @44002 NONAME ??_R4?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @44003 NONAME ??_R4?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @44004 NONAME ??_R4?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @44005 NONAME ??_R4?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @44006 NONAME ??_R4?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @44007 NONAME ??_R4?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @44008 NONAME ??_R4?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @44009 NONAME ??_R4?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @44010 NONAME ??_R4?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @44011 NONAME ??_R4?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @44012 NONAME ??_R4?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @44013 NONAME ??_R4?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @44014 NONAME ??_R4?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @44015 NONAME ??_R4?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @44016 NONAME ??_R4?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @44017 NONAME ??_R4?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @44018 NONAME ??_R4?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @44019 NONAME ??_R4?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @44020 NONAME ??_R4?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @44021 NONAME ??_R4?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @44022 NONAME ??_R4?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @44023 NONAME ??_R4?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @44024 NONAME ??_R4?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @44025 NONAME ??_R4?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @44026 NONAME ??_R4?$Worker@VOpalRFC2190H263Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @45936 NONAME ??_R4?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @44027 NONAME ??_R4?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @44028 NONAME ??_R4?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@6B@ @45093 NONAME ??_R4?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@6B@ @44339 NONAME ??_R4?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@6B@ @44340 NONAME ??_R4AliasKey@H323PeerElement@@6B@ @36049 NONAME ??_R4AlternateInfo@H323Gatekeeper@@6B@ @36050 NONAME ??_R4ByteQueue@OpalVoipBlasterDevice@@6B@ @36051 NONAME ??_R4Encoder@@6B@ @36052 NONAME ??_R4Entry@RTP_JitterBuffer@@6B@ @36053 NONAME ??_R4FilterInfo@H323Codec@@6B@ @36055 NONAME ??_R4FullP64Decoder@@6B@ @36056 NONAME ??_R4G7231_File_Capability@@6B@ @36057 NONAME ??_R4G7231_File_Codec@@6B@ @36058 NONAME ??_R4GCC_AlternativeNodeID@@6B@ @36059 NONAME ??_R4GCC_ApplicationInvokeIndication@@6B@ @36060 NONAME ??_R4GCC_ApplicationInvokeSpecifier@@6B@ @36061 NONAME ??_R4GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@6B@ @36062 NONAME ??_R4GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@6B@ @36063 NONAME ??_R4GCC_ApplicationRecord@@6B@ @36064 NONAME ??_R4GCC_ApplicationRecord_nonCollapsingCapabilities@@6B@ @36065 NONAME ??_R4GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@6B@ @36066 NONAME ??_R4GCC_ArrayOf_ApplicationInvokeSpecifier@@6B@ @36067 NONAME ??_R4GCC_ArrayOf_ChallengeItem@@6B@ @36068 NONAME ??_R4GCC_ArrayOf_ConferenceDescriptor@@6B@ @36069 NONAME ??_R4GCC_ArrayOf_Privilege@@6B@ @36070 NONAME ??_R4GCC_ArrayOf_TextString@@6B@ @36071 NONAME ??_R4GCC_ArrayOf_UserID@@6B@ @36072 NONAME ??_R4GCC_AsymmetryIndicator@@6B@ @36073 NONAME ??_R4GCC_CapabilityClass@@6B@ @36074 NONAME ??_R4GCC_CapabilityID@@6B@ @36075 NONAME ??_R4GCC_ChallengeItem@@6B@ @36076 NONAME ??_R4GCC_ChallengeRequest@@6B@ @36077 NONAME ??_R4GCC_ChallengeResponse@@6B@ @36078 NONAME ??_R4GCC_ChallengeResponseAlgorithm@@6B@ @36079 NONAME ??_R4GCC_ChallengeResponseItem@@6B@ @36080 NONAME ??_R4GCC_ChannelID@@6B@ @36081 NONAME ??_R4GCC_ChannelType@@6B@ @36082 NONAME ??_R4GCC_ConductorAssignIndication@@6B@ @36083 NONAME ??_R4GCC_ConductorPermissionAskIndication@@6B@ @36084 NONAME ??_R4GCC_ConductorPermissionGrantIndication@@6B@ @36085 NONAME ??_R4GCC_ConductorReleaseIndication@@6B@ @36086 NONAME ??_R4GCC_ConferenceAddRequest@@6B@ @36087 NONAME ??_R4GCC_ConferenceAddResponse@@6B@ @36088 NONAME ??_R4GCC_ConferenceAddResponse_result@@6B@ @36089 NONAME ??_R4GCC_ConferenceAssistanceIndication@@6B@ @36090 NONAME ??_R4GCC_ConferenceCreateRequest@@6B@ @36091 NONAME ??_R4GCC_ConferenceCreateResponse@@6B@ @36092 NONAME ??_R4GCC_ConferenceCreateResponse_result@@6B@ @36093 NONAME ??_R4GCC_ConferenceDescriptor@@6B@ @36094 NONAME ??_R4GCC_ConferenceEjectUserIndication@@6B@ @36095 NONAME ??_R4GCC_ConferenceEjectUserIndication_reason@@6B@ @36096 NONAME ??_R4GCC_ConferenceEjectUserRequest@@6B@ @36097 NONAME ??_R4GCC_ConferenceEjectUserRequest_reason@@6B@ @36098 NONAME ??_R4GCC_ConferenceEjectUserResponse@@6B@ @36099 NONAME ??_R4GCC_ConferenceEjectUserResponse_result@@6B@ @36100 NONAME ??_R4GCC_ConferenceInviteRequest@@6B@ @36101 NONAME ??_R4GCC_ConferenceInviteResponse@@6B@ @36102 NONAME ??_R4GCC_ConferenceInviteResponse_result@@6B@ @36103 NONAME ??_R4GCC_ConferenceJoinRequest@@6B@ @36104 NONAME ??_R4GCC_ConferenceJoinResponse@@6B@ @36105 NONAME ??_R4GCC_ConferenceJoinResponse_result@@6B@ @36106 NONAME ??_R4GCC_ConferenceLockIndication@@6B@ @36107 NONAME ??_R4GCC_ConferenceLockRequest@@6B@ @36108 NONAME ??_R4GCC_ConferenceLockResponse@@6B@ @36109 NONAME ??_R4GCC_ConferenceLockResponse_result@@6B@ @36110 NONAME ??_R4GCC_ConferenceName@@6B@ @36111 NONAME ??_R4GCC_ConferenceNameModifier@@6B@ @36112 NONAME ??_R4GCC_ConferenceNameSelector@@6B@ @36113 NONAME ??_R4GCC_ConferencePriority@@6B@ @36114 NONAME ??_R4GCC_ConferencePriorityScheme@@6B@ @36115 NONAME ??_R4GCC_ConferenceQueryRequest@@6B@ @36116 NONAME ??_R4GCC_ConferenceQueryResponse@@6B@ @36117 NONAME ??_R4GCC_ConferenceQueryResponse_result@@6B@ @36118 NONAME ??_R4GCC_ConferenceTerminateIndication@@6B@ @36119 NONAME ??_R4GCC_ConferenceTerminateIndication_reason@@6B@ @36120 NONAME ??_R4GCC_ConferenceTerminateRequest@@6B@ @36121 NONAME ??_R4GCC_ConferenceTerminateRequest_reason@@6B@ @36122 NONAME ??_R4GCC_ConferenceTerminateResponse@@6B@ @36123 NONAME ??_R4GCC_ConferenceTerminateResponse_result@@6B@ @36124 NONAME ??_R4GCC_ConferenceTimeExtendIndication@@6B@ @36125 NONAME ??_R4GCC_ConferenceTimeInquireIndication@@6B@ @36126 NONAME ??_R4GCC_ConferenceTimeRemainingIndication@@6B@ @36127 NONAME ??_R4GCC_ConferenceTransferIndication@@6B@ @36128 NONAME ??_R4GCC_ConferenceTransferRequest@@6B@ @36129 NONAME ??_R4GCC_ConferenceTransferResponse@@6B@ @36130 NONAME ??_R4GCC_ConferenceTransferResponse_result@@6B@ @36131 NONAME ??_R4GCC_ConferenceUnlockIndication@@6B@ @36132 NONAME ??_R4GCC_ConferenceUnlockRequest@@6B@ @36133 NONAME ??_R4GCC_ConferenceUnlockResponse@@6B@ @36134 NONAME ??_R4GCC_ConferenceUnlockResponse_result@@6B@ @36135 NONAME ??_R4GCC_ConnectData@@6B@ @36136 NONAME ??_R4GCC_ConnectGCCPDU@@6B@ @36137 NONAME ??_R4GCC_DialingString@@6B@ @36138 NONAME ??_R4GCC_DynamicChannelID@@6B@ @36139 NONAME ??_R4GCC_DynamicTokenID@@6B@ @36140 NONAME ??_R4GCC_EntityID@@6B@ @36141 NONAME ??_R4GCC_ExtraDialingString@@6B@ @36142 NONAME ??_R4GCC_FunctionNotSupportedResponse@@6B@ @36143 NONAME ??_R4GCC_GCCPDU@@6B@ @36144 NONAME ??_R4GCC_H221NonStandardIdentifier@@6B@ @36145 NONAME ??_R4GCC_Handle@@6B@ @36146 NONAME ??_R4GCC_IndicationPDU@@6B@ @36147 NONAME ??_R4GCC_Key@@6B@ @36148 NONAME ??_R4GCC_NetworkAddress@@6B@ @36149 NONAME ??_R4GCC_NetworkAddress_subtype@@6B@ @36150 NONAME ??_R4GCC_NetworkAddress_subtype_aggregatedChannel@@6B@ @36151 NONAME ??_R4GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@6B@ @36152 NONAME ??_R4GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@6B@ @36153 NONAME ??_R4GCC_NetworkAddress_subtype_transportConnection@@6B@ @36154 NONAME ??_R4GCC_NodeProperties@@6B@ @36155 NONAME ??_R4GCC_NodeRecord@@6B@ @36156 NONAME ??_R4GCC_NodeType@@6B@ @36157 NONAME ??_R4GCC_NonStandardParameter@@6B@ @36158 NONAME ??_R4GCC_NonStandardPDU@@6B@ @36159 NONAME ??_R4GCC_Password@@6B@ @36160 NONAME ??_R4GCC_PasswordChallengeRequestResponse@@6B@ @36161 NONAME ??_R4GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@6B@ @36162 NONAME ??_R4GCC_PasswordSelector@@6B@ @36163 NONAME ??_R4GCC_Privilege@@6B@ @36164 NONAME ??_R4GCC_RegistryAllocateHandleRequest@@6B@ @36165 NONAME ??_R4GCC_RegistryAllocateHandleResponse@@6B@ @36166 NONAME ??_R4GCC_RegistryAllocateHandleResponse_result@@6B@ @36167 NONAME ??_R4GCC_RegistryAssignTokenRequest@@6B@ @36168 NONAME ??_R4GCC_RegistryDeleteEntryRequest@@6B@ @36169 NONAME ??_R4GCC_RegistryEntryOwner@@6B@ @36170 NONAME ??_R4GCC_RegistryEntryOwner_owned@@6B@ @36171 NONAME ??_R4GCC_RegistryItem@@6B@ @36172 NONAME ??_R4GCC_RegistryKey@@6B@ @36173 NONAME ??_R4GCC_RegistryModificationRights@@6B@ @36174 NONAME ??_R4GCC_RegistryMonitorEntryIndication@@6B@ @36175 NONAME ??_R4GCC_RegistryMonitorEntryRequest@@6B@ @36176 NONAME ??_R4GCC_RegistryRegisterChannelRequest@@6B@ @36177 NONAME ??_R4GCC_RegistryResponse@@6B@ @36178 NONAME ??_R4GCC_RegistryResponse_primitiveType@@6B@ @36179 NONAME ??_R4GCC_RegistryResponse_result@@6B@ @36180 NONAME ??_R4GCC_RegistryRetrieveEntryRequest@@6B@ @36181 NONAME ??_R4GCC_RegistrySetParameterRequest@@6B@ @36182 NONAME ??_R4GCC_RequestPDU@@6B@ @36183 NONAME ??_R4GCC_ResponsePDU@@6B@ @36184 NONAME ??_R4GCC_RosterUpdateIndication@@6B@ @36185 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation@@6B@ @36186 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype@@6B@ @36187 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@6B@ @36188 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@6B@ @36189 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@6B@ @36190 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@6B@ @36191 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@6B@ @36192 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@6B@ @36193 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@6B@ @36194 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@6B@ @36195 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@6B@ @36196 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation@@6B@ @36197 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@6B@ @36198 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@6B@ @36199 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@6B@ @36200 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@6B@ @36201 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@6B@ @36202 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@6B@ @36203 NONAME ??_R4GCC_SessionKey@@6B@ @36204 NONAME ??_R4GCC_SimpleNumericString@@6B@ @36205 NONAME ??_R4GCC_SimpleTextString@@6B@ @36206 NONAME ??_R4GCC_StaticChannelID@@6B@ @36207 NONAME ??_R4GCC_StaticTokenID@@6B@ @36208 NONAME ??_R4GCC_SubAddressString@@6B@ @36209 NONAME ??_R4GCC_TerminationMethod@@6B@ @36210 NONAME ??_R4GCC_TextMessageIndication@@6B@ @36211 NONAME ??_R4GCC_TextString@@6B@ @36212 NONAME ??_R4GCC_Time@@6B@ @36213 NONAME ??_R4GCC_TokenID@@6B@ @36214 NONAME ??_R4GCC_UserData@@6B@ @36215 NONAME ??_R4GCC_UserData_subtype@@6B@ @36216 NONAME ??_R4GCC_UserID@@6B@ @36217 NONAME ??_R4GCC_UserIDIndication@@6B@ @36218 NONAME ??_R4H225CallThread@@6B@ @36219 NONAME ??_R4H225TransportThread@@6B@ @36220 NONAME ??_R4H225_AddressPattern@@6B@ @36221 NONAME ??_R4H225_AddressPattern_range@@6B@ @36222 NONAME ??_R4H225_AdmissionConfirm@@6B@ @36223 NONAME ??_R4H225_AdmissionConfirm_language@@6B@ @36224 NONAME ??_R4H225_AdmissionReject@@6B@ @36225 NONAME ??_R4H225_AdmissionRejectReason@@6B@ @36226 NONAME ??_R4H225_AdmissionRequest@@6B@ @36227 NONAME ??_R4H225_Alerting_UUIE@@6B@ @36228 NONAME ??_R4H225_AliasAddress@@6B@ @36229 NONAME ??_R4H225_AlternateGK@@6B@ @36230 NONAME ??_R4H225_AlternateTransportAddresses@@6B@ @36231 NONAME ??_R4H225_AltGKInfo@@6B@ @36232 NONAME ??_R4H225_ANSI_41_UIM@@6B@ @36233 NONAME ??_R4H225_ANSI_41_UIM_system_id@@6B@ @36234 NONAME ??_R4H225_ArrayOf_AddressPattern@@6B@ @36235 NONAME ??_R4H225_ArrayOf_AdmissionConfirm@@6B@ @36236 NONAME ??_R4H225_ArrayOf_AliasAddress@@6B@ @36237 NONAME ??_R4H225_ArrayOf_AlternateGK@@6B@ @36238 NONAME ??_R4H225_ArrayOf_AuthenticationMechanism@@6B@ @36239 NONAME ??_R4H225_ArrayOf_BandwidthDetails@@6B@ @36240 NONAME ??_R4H225_ArrayOf_CallReferenceValue@@6B@ @36241 NONAME ??_R4H225_ArrayOf_CallsAvailable@@6B@ @36242 NONAME ??_R4H225_ArrayOf_ClearToken@@6B@ @36243 NONAME ??_R4H225_ArrayOf_ConferenceIdentifier@@6B@ @36244 NONAME ??_R4H225_ArrayOf_ConferenceList@@6B@ @36245 NONAME ??_R4H225_ArrayOf_CryptoH323Token@@6B@ @36246 NONAME ??_R4H225_ArrayOf_DataRate@@6B@ @36247 NONAME ??_R4H225_ArrayOf_Endpoint@@6B@ @36248 NONAME ??_R4H225_ArrayOf_EnumeratedParameter@@6B@ @36249 NONAME ??_R4H225_ArrayOf_ExtendedAliasAddress@@6B@ @36250 NONAME ??_R4H225_ArrayOf_FeatureDescriptor@@6B@ @36251 NONAME ??_R4H225_ArrayOf_GenericData@@6B@ @36252 NONAME ??_R4H225_ArrayOf_H245Security@@6B@ @36253 NONAME ??_R4H225_ArrayOf_H248PackagesDescriptor@@6B@ @36254 NONAME ??_R4H225_ArrayOf_IntegrityMechanism@@6B@ @36255 NONAME ??_R4H225_ArrayOf_NonStandardParameter@@6B@ @36256 NONAME ??_R4H225_ArrayOf_PartyNumber@@6B@ @36257 NONAME ??_R4H225_ArrayOf_PASN_ObjectId@@6B@ @36258 NONAME ??_R4H225_ArrayOf_PASN_OctetString@@6B@ @36259 NONAME ??_R4H225_ArrayOf_RasUsageSpecification@@6B@ @36260 NONAME ??_R4H225_ArrayOf_RTPSession@@6B@ @36261 NONAME ??_R4H225_ArrayOf_ServiceControlSession@@6B@ @36262 NONAME ??_R4H225_ArrayOf_SupportedPrefix@@6B@ @36263 NONAME ??_R4H225_ArrayOf_SupportedProtocols@@6B@ @36264 NONAME ??_R4H225_ArrayOf_TransportAddress@@6B@ @36265 NONAME ??_R4H225_ArrayOf_TransportChannelInfo@@6B@ @36266 NONAME ??_R4H225_ArrayOf_TunnelledProtocol@@6B@ @36267 NONAME ??_R4H225_BandRejectReason@@6B@ @36268 NONAME ??_R4H225_BandWidth@@6B@ @36269 NONAME ??_R4H225_BandwidthConfirm@@6B@ @36270 NONAME ??_R4H225_BandwidthDetails@@6B@ @36271 NONAME ??_R4H225_BandwidthReject@@6B@ @36272 NONAME ??_R4H225_BandwidthRequest@@6B@ @36273 NONAME ??_R4H225_CallCapacity@@6B@ @36274 NONAME ??_R4H225_CallCapacityInfo@@6B@ @36275 NONAME ??_R4H225_CallCreditCapability@@6B@ @36276 NONAME ??_R4H225_CallCreditServiceControl@@6B@ @36277 NONAME ??_R4H225_CallCreditServiceControl_billingMode@@6B@ @36278 NONAME ??_R4H225_CallCreditServiceControl_callStartingPoint@@6B@ @36279 NONAME ??_R4H225_CallIdentifier@@6B@ @36280 NONAME ??_R4H225_CallLinkage@@6B@ @36281 NONAME ??_R4H225_CallModel@@6B@ @36282 NONAME ??_R4H225_CallProceeding_UUIE@@6B@ @36283 NONAME ??_R4H225_CallReferenceValue@@6B@ @36284 NONAME ??_R4H225_CallsAvailable@@6B@ @36285 NONAME ??_R4H225_CallTerminationCause@@6B@ @36286 NONAME ??_R4H225_CallType@@6B@ @36287 NONAME ??_R4H225_CapacityReportingCapability@@6B@ @36288 NONAME ??_R4H225_CapacityReportingSpecification@@6B@ @36289 NONAME ??_R4H225_CapacityReportingSpecification_when@@6B@ @36290 NONAME ??_R4H225_CarrierInfo@@6B@ @36291 NONAME ??_R4H225_CicInfo@@6B@ @36292 NONAME ??_R4H225_CicInfo_cic@@6B@ @36293 NONAME ??_R4H225_CircuitIdentifier@@6B@ @36294 NONAME ??_R4H225_CircuitInfo@@6B@ @36295 NONAME ??_R4H225_ConferenceIdentifier@@6B@ @36296 NONAME ??_R4H225_ConferenceList@@6B@ @36297 NONAME ??_R4H225_Connect_UUIE@@6B@ @36298 NONAME ??_R4H225_Connect_UUIE_language@@6B@ @36299 NONAME ??_R4H225_Content@@6B@ @36300 NONAME ??_R4H225_CryptoH323Token@@6B@ @36301 NONAME ??_R4H225_CryptoH323Token_cryptoEPPwdHash@@6B@ @36302 NONAME ??_R4H225_CryptoH323Token_cryptoGKPwdHash@@6B@ @36303 NONAME ??_R4H225_DataRate@@6B@ @36304 NONAME ??_R4H225_DisengageConfirm@@6B@ @36305 NONAME ??_R4H225_DisengageReason@@6B@ @36306 NONAME ??_R4H225_DisengageReject@@6B@ @36307 NONAME ??_R4H225_DisengageRejectReason@@6B@ @36308 NONAME ??_R4H225_DisengageRequest@@6B@ @36309 NONAME ??_R4H225_EncodedFastStartToken@@6B@ @36310 NONAME ??_R4H225_EncryptIntAlg@@6B@ @36311 NONAME ??_R4H225_Endpoint@@6B@ @36312 NONAME ??_R4H225_EndpointIdentifier@@6B@ @36313 NONAME ??_R4H225_EndpointType@@6B@ @36314 NONAME ??_R4H225_EnumeratedParameter@@6B@ @36315 NONAME ??_R4H225_ExtendedAliasAddress@@6B@ @36316 NONAME ??_R4H225_FacilityReason@@6B@ @36317 NONAME ??_R4H225_Facility_UUIE@@6B@ @36318 NONAME ??_R4H225_FastStartToken@@6B@ @36319 NONAME ??_R4H225_FeatureDescriptor@@6B@ @36320 NONAME ??_R4H225_FeatureSet@@6B@ @36321 NONAME ??_R4H225_GatekeeperConfirm@@6B@ @36322 NONAME ??_R4H225_GatekeeperIdentifier@@6B@ @36323 NONAME ??_R4H225_GatekeeperInfo@@6B@ @36324 NONAME ??_R4H225_GatekeeperReject@@6B@ @36325 NONAME ??_R4H225_GatekeeperRejectReason@@6B@ @36326 NONAME ??_R4H225_GatekeeperRequest@@6B@ @36327 NONAME ??_R4H225_GatewayInfo@@6B@ @36328 NONAME ??_R4H225_GenericData@@6B@ @36329 NONAME ??_R4H225_GenericIdentifier@@6B@ @36330 NONAME ??_R4H225_GloballyUniqueID@@6B@ @36331 NONAME ??_R4H225_GroupID@@6B@ @36332 NONAME ??_R4H225_GroupID_member@@6B@ @36333 NONAME ??_R4H225_GSM_UIM@@6B@ @36334 NONAME ??_R4H225_H221NonStandard@@6B@ @36335 NONAME ??_R4H225_H245Security@@6B@ @36336 NONAME ??_R4H225_H248PackagesDescriptor@@6B@ @36337 NONAME ??_R4H225_H248SignalsDescriptor@@6B@ @36338 NONAME ??_R4H225_H310Caps@@6B@ @36339 NONAME ??_R4H225_H320Caps@@6B@ @36340 NONAME ??_R4H225_H321Caps@@6B@ @36341 NONAME ??_R4H225_H322Caps@@6B@ @36342 NONAME ??_R4H225_H323Caps@@6B@ @36343 NONAME ??_R4H225_H323_UserInformation@@6B@ @36344 NONAME ??_R4H225_H323_UserInformation_user_data@@6B@ @36345 NONAME ??_R4H225_H323_UU_PDU@@6B@ @36346 NONAME ??_R4H225_H323_UU_PDU_h323_message_body@@6B@ @36347 NONAME ??_R4H225_H323_UU_PDU_tunnelledSignallingMessage@@6B@ @36348 NONAME ??_R4H225_H324Caps@@6B@ @36349 NONAME ??_R4H225_ICV@@6B@ @36350 NONAME ??_R4H225_InfoRequest@@6B@ @36351 NONAME ??_R4H225_InfoRequestAck@@6B@ @36352 NONAME ??_R4H225_InfoRequestNak@@6B@ @36353 NONAME ??_R4H225_InfoRequestNakReason@@6B@ @36354 NONAME ??_R4H225_InfoRequestResponse@@6B@ @36355 NONAME ??_R4H225_InfoRequestResponseStatus@@6B@ @36356 NONAME ??_R4H225_InfoRequestResponse_perCallInfo@@6B@ @36357 NONAME ??_R4H225_InfoRequestResponse_perCallInfo_subtype@@6B@ @36358 NONAME ??_R4H225_InfoRequestResponse_perCallInfo_subtype_pdu@@6B@ @36359 NONAME ??_R4H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@6B@ @36360 NONAME ??_R4H225_Information_UUIE@@6B@ @36361 NONAME ??_R4H225_IntegrityMechanism@@6B@ @36362 NONAME ??_R4H225_LocationConfirm@@6B@ @36363 NONAME ??_R4H225_LocationReject@@6B@ @36364 NONAME ??_R4H225_LocationRejectReason@@6B@ @36365 NONAME ??_R4H225_LocationRequest@@6B@ @36366 NONAME ??_R4H225_McuInfo@@6B@ @36367 NONAME ??_R4H225_MobileUIM@@6B@ @36368 NONAME ??_R4H225_NonIsoIntegrityMechanism@@6B@ @36369 NONAME ??_R4H225_NonStandardIdentifier@@6B@ @36370 NONAME ??_R4H225_NonStandardMessage@@6B@ @36371 NONAME ??_R4H225_NonStandardParameter@@6B@ @36372 NONAME ??_R4H225_NonStandardProtocol@@6B@ @36373 NONAME ??_R4H225_Notify_UUIE@@6B@ @36374 NONAME ??_R4H225_NumberDigits@@6B@ @36375 NONAME ??_R4H225_PartyNumber@@6B@ @36376 NONAME ??_R4H225_PresentationIndicator@@6B@ @36377 NONAME ??_R4H225_PrivatePartyNumber@@6B@ @36378 NONAME ??_R4H225_PrivateTypeOfNumber@@6B@ @36379 NONAME ??_R4H225_Progress_UUIE@@6B@ @36380 NONAME ??_R4H225_ProtocolIdentifier@@6B@ @36381 NONAME ??_R4H225_PublicPartyNumber@@6B@ @36382 NONAME ??_R4H225_PublicTypeOfNumber@@6B@ @36383 NONAME ??_R4H225_Q954Details@@6B@ @36384 NONAME ??_R4H225_QseriesOptions@@6B@ @36385 NONAME ??_R4H225_RAS@@6B@ @36386 NONAME ??_R4H225_RasMessage@@6B@ @36387 NONAME ??_R4H225_RasUsageInformation@@6B@ @36388 NONAME ??_R4H225_RasUsageInfoTypes@@6B@ @36389 NONAME ??_R4H225_RasUsageSpecification@@6B@ @36390 NONAME ??_R4H225_RasUsageSpecification_callStartingPoint@@6B@ @36391 NONAME ??_R4H225_RasUsageSpecification_when@@6B@ @36392 NONAME ??_R4H225_RegistrationConfirm@@6B@ @36393 NONAME ??_R4H225_RegistrationConfirm_preGrantedARQ@@6B@ @36394 NONAME ??_R4H225_RegistrationReject@@6B@ @36395 NONAME ??_R4H225_RegistrationRejectReason@@6B@ @36396 NONAME ??_R4H225_RegistrationRejectReason_invalidTerminalAliases@@6B@ @36397 NONAME ??_R4H225_RegistrationRequest@@6B@ @36398 NONAME ??_R4H225_ReleaseCompleteReason@@6B@ @36399 NONAME ??_R4H225_ReleaseComplete_UUIE@@6B@ @36400 NONAME ??_R4H225_RequestInProgress@@6B@ @36401 NONAME ??_R4H225_RequestSeqNum@@6B@ @36402 NONAME ??_R4H225_ResourcesAvailableConfirm@@6B@ @36403 NONAME ??_R4H225_ResourcesAvailableIndicate@@6B@ @36404 NONAME ??_R4H225_RTPSession@@6B@ @36405 NONAME ??_R4H225_RTPSession_associatedSessionIds@@6B@ @36406 NONAME ??_R4H225_ScnConnectionAggregation@@6B@ @36407 NONAME ??_R4H225_ScnConnectionType@@6B@ @36408 NONAME ??_R4H225_ScreeningIndicator@@6B@ @36409 NONAME ??_R4H225_SecurityCapabilities@@6B@ @36410 NONAME ??_R4H225_SecurityErrors2@@6B@ @36411 NONAME ??_R4H225_SecurityErrors@@6B@ @36412 NONAME ??_R4H225_SecurityServiceMode@@6B@ @36413 NONAME ??_R4H225_ServiceControlDescriptor@@6B@ @36414 NONAME ??_R4H225_ServiceControlIndication@@6B@ @36415 NONAME ??_R4H225_ServiceControlIndication_callSpecific@@6B@ @36416 NONAME ??_R4H225_ServiceControlResponse@@6B@ @36417 NONAME ??_R4H225_ServiceControlResponse_result@@6B@ @36418 NONAME ??_R4H225_ServiceControlSession@@6B@ @36419 NONAME ??_R4H225_ServiceControlSession_reason@@6B@ @36420 NONAME ??_R4H225_SetupAcknowledge_UUIE@@6B@ @36421 NONAME ??_R4H225_Setup_UUIE@@6B@ @36422 NONAME ??_R4H225_Setup_UUIE_conferenceGoal@@6B@ @36423 NONAME ??_R4H225_Setup_UUIE_connectionParameters@@6B@ @36424 NONAME ??_R4H225_Setup_UUIE_language@@6B@ @36425 NONAME ??_R4H225_SIPCaps@@6B@ @36426 NONAME ??_R4H225_StatusInquiry_UUIE@@6B@ @36427 NONAME ??_R4H225_Status_UUIE@@6B@ @36428 NONAME ??_R4H225_StimulusControl@@6B@ @36429 NONAME ??_R4H225_SupportedPrefix@@6B@ @36430 NONAME ??_R4H225_SupportedProtocols@@6B@ @36431 NONAME ??_R4H225_T120OnlyCaps@@6B@ @36432 NONAME ??_R4H225_T38FaxAnnexbOnlyCaps@@6B@ @36433 NONAME ??_R4H225_TBCD_STRING@@6B@ @36434 NONAME ??_R4H225_TerminalInfo@@6B@ @36435 NONAME ??_R4H225_TimeToLive@@6B@ @36436 NONAME ??_R4H225_TransportAddress@@6B@ @36437 NONAME ??_R4H225_TransportAddress_ip6Address@@6B@ @36438 NONAME ??_R4H225_TransportAddress_ipAddress@@6B@ @36439 NONAME ??_R4H225_TransportAddress_ipSourceRoute@@6B@ @36440 NONAME ??_R4H225_TransportAddress_ipSourceRoute_route@@6B@ @36441 NONAME ??_R4H225_TransportAddress_ipSourceRoute_routing@@6B@ @36442 NONAME ??_R4H225_TransportAddress_ipxAddress@@6B@ @36443 NONAME ??_R4H225_TransportChannelInfo@@6B@ @36444 NONAME ??_R4H225_TransportQOS@@6B@ @36445 NONAME ??_R4H225_TunnelledProtocol@@6B@ @36446 NONAME ??_R4H225_TunnelledProtocolAlternateIdentifier@@6B@ @36447 NONAME ??_R4H225_TunnelledProtocol_id@@6B@ @36448 NONAME ??_R4H225_UnknownMessageResponse@@6B@ @36449 NONAME ??_R4H225_UnregistrationConfirm@@6B@ @36450 NONAME ??_R4H225_UnregistrationReject@@6B@ @36451 NONAME ??_R4H225_UnregistrationRequest@@6B@ @36452 NONAME ??_R4H225_UnregRejectReason@@6B@ @36453 NONAME ??_R4H225_UnregRequestReason@@6B@ @36454 NONAME ??_R4H225_UseSpecifiedTransport@@6B@ @36455 NONAME ??_R4H225_UUIEsRequested@@6B@ @36456 NONAME ??_R4H225_VendorIdentifier@@6B@ @36457 NONAME ??_R4H225_VoiceCaps@@6B@ @36458 NONAME ??_R4H235AuthCAT@@6B@ @36459 NONAME ??_R4H235Authenticator@@6B@ @36460 NONAME ??_R4H235Authenticators@@6B@ @36461 NONAME ??_R4H235AuthProcedure1@@6B@ @36462 NONAME ??_R4H235AuthSimpleMD5@@6B@ @36463 NONAME ??_R4H235_AuthenticationBES@@6B@ @36464 NONAME ??_R4H235_AuthenticationMechanism@@6B@ @36465 NONAME ??_R4H235_ChallengeString@@6B@ @36466 NONAME ??_R4H235_ClearToken@@6B@ @36467 NONAME ??_R4H235_CryptoToken@@6B@ @36468 NONAME ??_R4H235_CryptoToken_cryptoEncryptedToken@@6B@ @36469 NONAME ??_R4H235_CryptoToken_cryptoHashedToken@@6B@ @36470 NONAME ??_R4H235_CryptoToken_cryptoSignedToken@@6B@ @36471 NONAME ??_R4H235_DHset@@6B@ @36472 NONAME ??_R4H235_ECGDSASignature@@6B@ @36473 NONAME ??_R4H235_ECKASDH@@6B@ @36474 NONAME ??_R4H235_ECKASDH_eckasdh2@@6B@ @36475 NONAME ??_R4H235_ECKASDH_eckasdhp@@6B@ @36476 NONAME ??_R4H235_ECpoint@@6B@ @36477 NONAME ??_R4H235_EncodedGeneralToken@@6B@ @36478 NONAME ??_R4H235_EncodedKeySignedMaterial@@6B@ @36479 NONAME ??_R4H235_EncodedKeySyncMaterial@@6B@ @36480 NONAME ??_R4H235_EncodedPwdCertToken@@6B@ @36481 NONAME ??_R4H235_EncodedReturnSig@@6B@ @36482 NONAME ??_R4H235_H235CertificateSignature@@6B@ @36483 NONAME ??_R4H235_H235Key@@6B@ @36484 NONAME ??_R4H235_Identifier@@6B@ @36485 NONAME ??_R4H235_IV16@@6B@ @36486 NONAME ??_R4H235_IV8@@6B@ @36487 NONAME ??_R4H235_KeyMaterial@@6B@ @36488 NONAME ??_R4H235_KeySignedMaterial@@6B@ @36489 NONAME ??_R4H235_KeySyncMaterial@@6B@ @36490 NONAME ??_R4H235_NonStandardParameter@@6B@ @36491 NONAME ??_R4H235_Params@@6B@ @36492 NONAME ??_R4H235_Password@@6B@ @36493 NONAME ??_R4H235_PwdCertToken@@6B@ @36494 NONAME ??_R4H235_RandomVal@@6B@ @36495 NONAME ??_R4H235_ReturnSig@@6B@ @36496 NONAME ??_R4H235_TimeStamp@@6B@ @36497 NONAME ??_R4H235_TypedCertificate@@6B@ @36498 NONAME ??_R4H235_V3KeySyncMaterial@@6B@ @36499 NONAME ??_R4H245NegLogicalChannel@@6B@ @36500 NONAME ??_R4H245NegLogicalChannels@@6B@ @36501 NONAME ??_R4H245NegMasterSlaveDetermination@@6B@ @36502 NONAME ??_R4H245Negotiator@@6B@ @36503 NONAME ??_R4H245NegRequestMode@@6B@ @36504 NONAME ??_R4H245NegRoundTripDelay@@6B@ @36505 NONAME ??_R4H245NegTerminalCapabilitySet@@6B@ @36506 NONAME ??_R4H245TransportThread@@6B@ @36507 NONAME ??_R4H245_AlternativeCapabilitySet@@6B@ @36508 NONAME ??_R4H245_ArrayOf_AlternativeCapabilitySet@@6B@ @36509 NONAME ??_R4H245_ArrayOf_BEnhancementParameters@@6B@ @36510 NONAME ??_R4H245_ArrayOf_CapabilityDescriptor@@6B@ @36511 NONAME ??_R4H245_ArrayOf_CapabilityDescriptorNumber@@6B@ @36512 NONAME ??_R4H245_ArrayOf_CapabilityTableEntry@@6B@ @36513 NONAME ??_R4H245_ArrayOf_CapabilityTableEntryNumber@@6B@ @36514 NONAME ??_R4H245_ArrayOf_CommunicationModeTableEntry@@6B@ @36515 NONAME ??_R4H245_ArrayOf_CustomPictureClockFrequency@@6B@ @36516 NONAME ??_R4H245_ArrayOf_CustomPictureFormat@@6B@ @36517 NONAME ??_R4H245_ArrayOf_DataApplicationCapability@@6B@ @36518 NONAME ??_R4H245_ArrayOf_DialingInformationNetworkType@@6B@ @36519 NONAME ??_R4H245_ArrayOf_DialingInformationNumber@@6B@ @36520 NONAME ??_R4H245_ArrayOf_EnhancementOptions@@6B@ @36521 NONAME ??_R4H245_ArrayOf_EscrowData@@6B@ @36522 NONAME ??_R4H245_ArrayOf_GenericCapability@@6B@ @45243 NONAME ??_R4H245_ArrayOf_GenericParameter@@6B@ @36523 NONAME ??_R4H245_ArrayOf_H263ModeComboFlags@@6B@ @36524 NONAME ??_R4H245_ArrayOf_H263VideoModeCombos@@6B@ @36525 NONAME ??_R4H245_ArrayOf_MediaChannelCapability@@6B@ @36526 NONAME ??_R4H245_ArrayOf_MediaDistributionCapability@@6B@ @36527 NONAME ??_R4H245_ArrayOf_ModeDescription@@6B@ @36528 NONAME ??_R4H245_ArrayOf_MultiplePayloadStreamElement@@6B@ @36529 NONAME ??_R4H245_ArrayOf_MultiplePayloadStreamElementMode@@6B@ @36530 NONAME ??_R4H245_ArrayOf_MultiplexElement@@6B@ @36531 NONAME ??_R4H245_ArrayOf_MultiplexEntryDescriptor@@6B@ @36532 NONAME ??_R4H245_ArrayOf_MultiplexEntryRejectionDescriptions@@6B@ @36533 NONAME ??_R4H245_ArrayOf_MultiplexTableEntryNumber@@6B@ @36534 NONAME ??_R4H245_ArrayOf_NonStandardParameter@@6B@ @36535 NONAME ??_R4H245_ArrayOf_ParameterIdentifier@@6B@ @36536 NONAME ??_R4H245_ArrayOf_PictureReference@@6B@ @36537 NONAME ??_R4H245_ArrayOf_Q2931Address@@6B@ @36538 NONAME ??_R4H245_ArrayOf_QOSCapability@@6B@ @36539 NONAME ??_R4H245_ArrayOf_RedundancyEncodingCapability@@6B@ @36540 NONAME ??_R4H245_ArrayOf_RedundancyEncodingDTModeElement@@6B@ @36541 NONAME ??_R4H245_ArrayOf_RedundancyEncodingElement@@6B@ @36542 NONAME ??_R4H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@6B@ @36543 NONAME ??_R4H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@6B@ @36544 NONAME ??_R4H245_ArrayOf_RTPPayloadType@@6B@ @36545 NONAME ??_R4H245_ArrayOf_TerminalInformation@@6B@ @36546 NONAME ??_R4H245_ArrayOf_TerminalLabel@@6B@ @36547 NONAME ??_R4H245_ArrayOf_VCCapability@@6B@ @36548 NONAME ??_R4H245_ArrayOf_VideoCapability@@6B@ @45244 NONAME ??_R4H245_ATMParameters@@6B@ @36549 NONAME ??_R4H245_AudioCapability@@6B@ @36550 NONAME ??_R4H245_AudioCapability_g7231@@6B@ @36551 NONAME ??_R4H245_AudioMode@@6B@ @36552 NONAME ??_R4H245_AudioMode_g7231@@6B@ @36553 NONAME ??_R4H245_AudioTelephonyEventCapability@@6B@ @36554 NONAME ??_R4H245_AudioToneCapability@@6B@ @36555 NONAME ??_R4H245_AuthenticationCapability@@6B@ @36556 NONAME ??_R4H245_BEnhancementParameters@@6B@ @36557 NONAME ??_R4H245_Capability@@6B@ @36558 NONAME ??_R4H245_CapabilityDescriptor@@6B@ @36559 NONAME ??_R4H245_CapabilityDescriptorNumber@@6B@ @36560 NONAME ??_R4H245_CapabilityIdentifier@@6B@ @36561 NONAME ??_R4H245_CapabilityTableEntry@@6B@ @36562 NONAME ??_R4H245_CapabilityTableEntryNumber@@6B@ @36563 NONAME ??_R4H245_Capability_h233EncryptionReceiveCapability@@6B@ @36564 NONAME ??_R4H245_CertSelectionCriteria@@6B@ @36565 NONAME ??_R4H245_CloseLogicalChannel@@6B@ @36566 NONAME ??_R4H245_CloseLogicalChannelAck@@6B@ @36567 NONAME ??_R4H245_CloseLogicalChannel_reason@@6B@ @36568 NONAME ??_R4H245_CloseLogicalChannel_source@@6B@ @36569 NONAME ??_R4H245_CommandMessage@@6B@ @36570 NONAME ??_R4H245_CommunicationModeCommand@@6B@ @36571 NONAME ??_R4H245_CommunicationModeRequest@@6B@ @36572 NONAME ??_R4H245_CommunicationModeResponse@@6B@ @36573 NONAME ??_R4H245_CommunicationModeTableEntry@@6B@ @36574 NONAME ??_R4H245_CommunicationModeTableEntry_dataType@@6B@ @36575 NONAME ??_R4H245_CompressionType@@6B@ @36576 NONAME ??_R4H245_ConferenceCapability@@6B@ @36577 NONAME ??_R4H245_ConferenceCommand@@6B@ @36578 NONAME ??_R4H245_ConferenceID@@6B@ @36579 NONAME ??_R4H245_ConferenceIndication@@6B@ @36580 NONAME ??_R4H245_ConferenceRequest@@6B@ @36581 NONAME ??_R4H245_ConferenceRequest_requestTerminalCertificate@@6B@ @36582 NONAME ??_R4H245_ConferenceResponse@@6B@ @36583 NONAME ??_R4H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@6B@ @36584 NONAME ??_R4H245_ConferenceResponse_chairTokenOwnerResponse@@6B@ @36585 NONAME ??_R4H245_ConferenceResponse_conferenceIDResponse@@6B@ @36586 NONAME ??_R4H245_ConferenceResponse_extensionAddressResponse@@6B@ @36587 NONAME ??_R4H245_ConferenceResponse_makeMeChairResponse@@6B@ @36588 NONAME ??_R4H245_ConferenceResponse_makeTerminalBroadcasterResponse@@6B@ @36589 NONAME ??_R4H245_ConferenceResponse_mCTerminalIDResponse@@6B@ @36590 NONAME ??_R4H245_ConferenceResponse_passwordResponse@@6B@ @36591 NONAME ??_R4H245_ConferenceResponse_sendThisSourceResponse@@6B@ @36592 NONAME ??_R4H245_ConferenceResponse_terminalCertificateResponse@@6B@ @36593 NONAME ??_R4H245_ConferenceResponse_terminalIDResponse@@6B@ @36594 NONAME ??_R4H245_ConnectionIdentifier@@6B@ @36595 NONAME ??_R4H245_CRCLength@@6B@ @36596 NONAME ??_R4H245_Criteria@@6B@ @36597 NONAME ??_R4H245_CustomPictureClockFrequency@@6B@ @36598 NONAME ??_R4H245_CustomPictureFormat@@6B@ @36599 NONAME ??_R4H245_CustomPictureFormat_mPI@@6B@ @36600 NONAME ??_R4H245_CustomPictureFormat_mPI_customPCF@@6B@ @36601 NONAME ??_R4H245_CustomPictureFormat_mPI_customPCF_subtype@@6B@ @36602 NONAME ??_R4H245_CustomPictureFormat_pixelAspectInformation@@6B@ @36603 NONAME ??_R4H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@6B@ @36604 NONAME ??_R4H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@6B@ @36605 NONAME ??_R4H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@6B@ @36606 NONAME ??_R4H245_DataApplicationCapability@@6B@ @36607 NONAME ??_R4H245_DataApplicationCapability_application@@6B@ @36608 NONAME ??_R4H245_DataApplicationCapability_application_nlpid@@6B@ @36609 NONAME ??_R4H245_DataApplicationCapability_application_t38fax@@6B@ @36610 NONAME ??_R4H245_DataApplicationCapability_application_t84@@6B@ @36611 NONAME ??_R4H245_DataMode@@6B@ @36612 NONAME ??_R4H245_DataMode_application@@6B@ @36613 NONAME ??_R4H245_DataMode_application_nlpid@@6B@ @36614 NONAME ??_R4H245_DataMode_application_t38fax@@6B@ @36615 NONAME ??_R4H245_DataProtocolCapability@@6B@ @36616 NONAME ??_R4H245_DataProtocolCapability_v76wCompression@@6B@ @36617 NONAME ??_R4H245_DataType@@6B@ @36618 NONAME ??_R4H245_DepFECCapability@@6B@ @45675 NONAME ??_R4H245_DepFECCapability_rfc2733@@6B@ @45676 NONAME ??_R4H245_DepFECCapability_rfc2733_separateStream@@6B@ @45677 NONAME ??_R4H245_DepFECData@@6B@ @45678 NONAME ??_R4H245_DepFECData_rfc2733@@6B@ @45679 NONAME ??_R4H245_DepFECData_rfc2733_mode@@6B@ @45680 NONAME ??_R4H245_DepFECData_rfc2733_mode_separateStream@@6B@ @45681 NONAME ??_R4H245_DepFECData_rfc2733_mode_separateStream_differentPort@@6B@ @45682 NONAME ??_R4H245_DepFECData_rfc2733_mode_separateStream_samePort@@6B@ @45683 NONAME ??_R4H245_DepFECMode@@6B@ @45684 NONAME ??_R4H245_DepFECMode_rfc2733Mode@@6B@ @45685 NONAME ??_R4H245_DepFECMode_rfc2733Mode_mode@@6B@ @45686 NONAME ??_R4H245_DepFECMode_rfc2733Mode_mode_separateStream@@6B@ @45687 NONAME ??_R4H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@6B@ @45688 NONAME ??_R4H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@6B@ @45689 NONAME ??_R4H245_DialingInformation@@6B@ @36619 NONAME ??_R4H245_DialingInformationNetworkType@@6B@ @36620 NONAME ??_R4H245_DialingInformationNumber@@6B@ @36621 NONAME ??_R4H245_EncryptionAuthenticationAndIntegrity@@6B@ @36622 NONAME ??_R4H245_EncryptionCapability@@6B@ @36623 NONAME ??_R4H245_EncryptionCommand@@6B@ @36624 NONAME ??_R4H245_EncryptionCommand_encryptionAlgorithmID@@6B@ @36625 NONAME ??_R4H245_EncryptionMode@@6B@ @36626 NONAME ??_R4H245_EncryptionSync@@6B@ @36627 NONAME ??_R4H245_EncryptionUpdateDirection@@6B@ @45245 NONAME ??_R4H245_EncryptionUpdateRequest@@6B@ @36628 NONAME ??_R4H245_EndSessionCommand@@6B@ @36629 NONAME ??_R4H245_EndSessionCommand_gstnOptions@@6B@ @36630 NONAME ??_R4H245_EndSessionCommand_isdnOptions@@6B@ @36631 NONAME ??_R4H245_EnhancementLayerInfo@@6B@ @36632 NONAME ??_R4H245_EnhancementOptions@@6B@ @36633 NONAME ??_R4H245_EscrowData@@6B@ @36634 NONAME ??_R4H245_ExtendedVideoCapability@@6B@ @45246 NONAME ??_R4H245_FECCapability@@6B@ @36635 NONAME ??_R4H245_FECCapability_rfc2733Format@@6B@ @45690 NONAME ??_R4H245_FECData@@6B@ @36638 NONAME ??_R4H245_FECData_rfc2733@@6B@ @36639 NONAME ??_R4H245_FECData_rfc2733_pktMode@@6B@ @45691 NONAME ??_R4H245_FECData_rfc2733_pktMode_rfc2733diffport@@6B@ @45692 NONAME ??_R4H245_FECData_rfc2733_pktMode_rfc2733sameport@@6B@ @45693 NONAME ??_R4H245_FECMode@@6B@ @36644 NONAME ??_R4H245_FECMode_rfc2733Format@@6B@ @45694 NONAME ??_R4H245_FlowControlCommand@@6B@ @36650 NONAME ??_R4H245_FlowControlCommand_restriction@@6B@ @36651 NONAME ??_R4H245_FlowControlCommand_scope@@6B@ @36652 NONAME ??_R4H245_FlowControlIndication@@6B@ @36653 NONAME ??_R4H245_FlowControlIndication_restriction@@6B@ @36654 NONAME ??_R4H245_FlowControlIndication_scope@@6B@ @36655 NONAME ??_R4H245_FunctionNotSupported@@6B@ @36656 NONAME ??_R4H245_FunctionNotSupported_cause@@6B@ @36657 NONAME ??_R4H245_FunctionNotUnderstood@@6B@ @36658 NONAME ??_R4H245_G7231AnnexCCapability@@6B@ @36659 NONAME ??_R4H245_G7231AnnexCCapability_g723AnnexCAudioMode@@6B@ @36660 NONAME ??_R4H245_G7231AnnexCMode@@6B@ @36661 NONAME ??_R4H245_G7231AnnexCMode_g723AnnexCAudioMode@@6B@ @36662 NONAME ??_R4H245_G729Extensions@@6B@ @36663 NONAME ??_R4H245_GenericCapability@@6B@ @36664 NONAME ??_R4H245_GenericMessage@@6B@ @45247 NONAME ??_R4H245_GenericParameter@@6B@ @36665 NONAME ??_R4H245_GSMAudioCapability@@6B@ @36666 NONAME ??_R4H245_H222Capability@@6B@ @36667 NONAME ??_R4H245_H222LogicalChannelParameters@@6B@ @36668 NONAME ??_R4H245_H223AL1MParameters@@6B@ @36669 NONAME ??_R4H245_H223AL1MParameters_arqType@@6B@ @36670 NONAME ??_R4H245_H223AL1MParameters_crcLength@@6B@ @36671 NONAME ??_R4H245_H223AL1MParameters_headerFEC@@6B@ @36672 NONAME ??_R4H245_H223AL1MParameters_transferMode@@6B@ @36673 NONAME ??_R4H245_H223AL2MParameters@@6B@ @36674 NONAME ??_R4H245_H223AL2MParameters_headerFEC@@6B@ @36675 NONAME ??_R4H245_H223AL3MParameters@@6B@ @36676 NONAME ??_R4H245_H223AL3MParameters_arqType@@6B@ @36677 NONAME ??_R4H245_H223AL3MParameters_crcLength@@6B@ @36678 NONAME ??_R4H245_H223AL3MParameters_headerFormat@@6B@ @36679 NONAME ??_R4H245_H223AnnexCArqParameters@@6B@ @36680 NONAME ??_R4H245_H223AnnexCArqParameters_numberOfRetransmissions@@6B@ @36681 NONAME ??_R4H245_H223AnnexCCapability@@6B@ @36682 NONAME ??_R4H245_H223Capability@@6B@ @36683 NONAME ??_R4H245_H223Capability_h223MultiplexTableCapability@@6B@ @36684 NONAME ??_R4H245_H223Capability_h223MultiplexTableCapability_enhanced@@6B@ @36685 NONAME ??_R4H245_H223Capability_mobileMultilinkFrameCapability@@6B@ @36686 NONAME ??_R4H245_H223Capability_mobileOperationTransmitCapability@@6B@ @36687 NONAME ??_R4H245_H223LogicalChannelParameters@@6B@ @36688 NONAME ??_R4H245_H223LogicalChannelParameters_adaptationLayerType@@6B@ @36689 NONAME ??_R4H245_H223LogicalChannelParameters_adaptationLayerType_al3@@6B@ @36690 NONAME ??_R4H245_H223ModeParameters@@6B@ @36691 NONAME ??_R4H245_H223ModeParameters_adaptationLayerType@@6B@ @36692 NONAME ??_R4H245_H223ModeParameters_adaptationLayerType_al3@@6B@ @36693 NONAME ??_R4H245_H223MultiplexReconfiguration@@6B@ @36694 NONAME ??_R4H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@6B@ @36695 NONAME ??_R4H245_H223MultiplexReconfiguration_h223ModeChange@@6B@ @36696 NONAME ??_R4H245_H223SkewIndication@@6B@ @36697 NONAME ??_R4H245_H2250Capability@@6B@ @36698 NONAME ??_R4H245_H2250Capability_mcCapability@@6B@ @36699 NONAME ??_R4H245_H2250LogicalChannelAckParameters@@6B@ @36700 NONAME ??_R4H245_H2250LogicalChannelParameters@@6B@ @36701 NONAME ??_R4H245_H2250LogicalChannelParameters_mediaPacketization@@6B@ @36702 NONAME ??_R4H245_H2250MaximumSkewIndication@@6B@ @36703 NONAME ??_R4H245_H2250ModeParameters@@6B@ @36704 NONAME ??_R4H245_H235Media@@6B@ @36705 NONAME ??_R4H245_H235Media_mediaType@@6B@ @36706 NONAME ??_R4H245_H235Mode@@6B@ @36707 NONAME ??_R4H245_H235Mode_mediaMode@@6B@ @36708 NONAME ??_R4H245_H235SecurityCapability@@6B@ @36709 NONAME ??_R4H245_H261VideoCapability@@6B@ @36710 NONAME ??_R4H245_H261VideoMode@@6B@ @36711 NONAME ??_R4H245_H261VideoMode_resolution@@6B@ @36712 NONAME ??_R4H245_H262VideoCapability@@6B@ @36713 NONAME ??_R4H245_H262VideoMode@@6B@ @36714 NONAME ??_R4H245_H262VideoMode_profileAndLevel@@6B@ @36715 NONAME ??_R4H245_H263ModeComboFlags@@6B@ @36716 NONAME ??_R4H245_H263Options@@6B@ @36717 NONAME ??_R4H245_H263Version3Options@@6B@ @36718 NONAME ??_R4H245_H263VideoCapability@@6B@ @36719 NONAME ??_R4H245_H263VideoMode@@6B@ @36720 NONAME ??_R4H245_H263VideoModeCombos@@6B@ @36721 NONAME ??_R4H245_H263VideoMode_resolution@@6B@ @36722 NONAME ??_R4H245_IndicationMessage@@6B@ @36723 NONAME ??_R4H245_IntegrityCapability@@6B@ @36724 NONAME ??_R4H245_IS11172AudioCapability@@6B@ @36725 NONAME ??_R4H245_IS11172AudioMode@@6B@ @36726 NONAME ??_R4H245_IS11172AudioMode_audioLayer@@6B@ @36727 NONAME ??_R4H245_IS11172AudioMode_audioSampling@@6B@ @36728 NONAME ??_R4H245_IS11172AudioMode_multichannelType@@6B@ @36729 NONAME ??_R4H245_IS11172VideoCapability@@6B@ @36730 NONAME ??_R4H245_IS11172VideoMode@@6B@ @36731 NONAME ??_R4H245_IS13818AudioCapability@@6B@ @36732 NONAME ??_R4H245_IS13818AudioMode@@6B@ @36733 NONAME ??_R4H245_IS13818AudioMode_audioLayer@@6B@ @36734 NONAME ??_R4H245_IS13818AudioMode_audioSampling@@6B@ @36735 NONAME ??_R4H245_IS13818AudioMode_multichannelType@@6B@ @36736 NONAME ??_R4H245_IV16@@6B@ @45248 NONAME ??_R4H245_IV8@@6B@ @45249 NONAME ??_R4H245_JitterIndication@@6B@ @36737 NONAME ??_R4H245_JitterIndication_scope@@6B@ @36738 NONAME ??_R4H245_KeyProtectionMethod@@6B@ @36739 NONAME ??_R4H245_LogicalChannelNumber@@6B@ @36740 NONAME ??_R4H245_LogicalChannelRateAcknowledge@@6B@ @36741 NONAME ??_R4H245_LogicalChannelRateReject@@6B@ @36742 NONAME ??_R4H245_LogicalChannelRateRejectReason@@6B@ @36743 NONAME ??_R4H245_LogicalChannelRateRelease@@6B@ @36744 NONAME ??_R4H245_LogicalChannelRateRequest@@6B@ @36745 NONAME ??_R4H245_MaintenanceLoopAck@@6B@ @36746 NONAME ??_R4H245_MaintenanceLoopAck_type@@6B@ @36747 NONAME ??_R4H245_MaintenanceLoopOffCommand@@6B@ @36748 NONAME ??_R4H245_MaintenanceLoopReject@@6B@ @36749 NONAME ??_R4H245_MaintenanceLoopReject_cause@@6B@ @36750 NONAME ??_R4H245_MaintenanceLoopReject_type@@6B@ @36751 NONAME ??_R4H245_MaintenanceLoopRequest@@6B@ @36752 NONAME ??_R4H245_MaintenanceLoopRequest_type@@6B@ @36753 NONAME ??_R4H245_MasterSlaveDetermination@@6B@ @36754 NONAME ??_R4H245_MasterSlaveDeterminationAck@@6B@ @36755 NONAME ??_R4H245_MasterSlaveDeterminationAck_decision@@6B@ @36756 NONAME ??_R4H245_MasterSlaveDeterminationReject@@6B@ @36757 NONAME ??_R4H245_MasterSlaveDeterminationReject_cause@@6B@ @36758 NONAME ??_R4H245_MasterSlaveDeterminationRelease@@6B@ @36759 NONAME ??_R4H245_MaximumBitRate@@6B@ @36760 NONAME ??_R4H245_MaxRedundancy@@6B@ @45695 NONAME ??_R4H245_MCLocationIndication@@6B@ @36761 NONAME ??_R4H245_McuNumber@@6B@ @36762 NONAME ??_R4H245_MediaChannelCapability@@6B@ @36763 NONAME ??_R4H245_MediaDistributionCapability@@6B@ @36764 NONAME ??_R4H245_MediaEncryptionAlgorithm@@6B@ @36765 NONAME ??_R4H245_MediaPacketizationCapability@@6B@ @36766 NONAME ??_R4H245_MediaTransportType@@6B@ @36767 NONAME ??_R4H245_MediaTransportType_atm_AAL5_compressed@@6B@ @36768 NONAME ??_R4H245_MiscellaneousCommand@@6B@ @36769 NONAME ??_R4H245_MiscellaneousCommand_type@@6B@ @36770 NONAME ??_R4H245_MiscellaneousCommand_type_encryptionUpdateAck@@6B@ @45250 NONAME ??_R4H245_MiscellaneousCommand_type_encryptionUpdateCommand@@6B@ @45251 NONAME ??_R4H245_MiscellaneousCommand_type_lostPartialPicture@@6B@ @36771 NONAME ??_R4H245_MiscellaneousCommand_type_progressiveRefinementStart@@6B@ @36772 NONAME ??_R4H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@6B@ @36773 NONAME ??_R4H245_MiscellaneousCommand_type_videoBadMBs@@6B@ @36774 NONAME ??_R4H245_MiscellaneousCommand_type_videoFastUpdateGOB@@6B@ @36775 NONAME ??_R4H245_MiscellaneousCommand_type_videoFastUpdateMB@@6B@ @36776 NONAME ??_R4H245_MiscellaneousIndication@@6B@ @36777 NONAME ??_R4H245_MiscellaneousIndication_type@@6B@ @36778 NONAME ??_R4H245_MiscellaneousIndication_type_videoNotDecodedMBs@@6B@ @36779 NONAME ??_R4H245_MobileMultilinkReconfigurationCommand@@6B@ @36780 NONAME ??_R4H245_MobileMultilinkReconfigurationCommand_status@@6B@ @36781 NONAME ??_R4H245_MobileMultilinkReconfigurationIndication@@6B@ @36782 NONAME ??_R4H245_ModeDescription@@6B@ @36783 NONAME ??_R4H245_ModeElement@@6B@ @36784 NONAME ??_R4H245_ModeElementType@@6B@ @36785 NONAME ??_R4H245_MulticastAddress@@6B@ @36786 NONAME ??_R4H245_MulticastAddress_iP6Address@@6B@ @36787 NONAME ??_R4H245_MulticastAddress_iPAddress@@6B@ @36788 NONAME ??_R4H245_MultilinkIndication@@6B@ @36789 NONAME ??_R4H245_MultilinkIndication_crcDesired@@6B@ @36790 NONAME ??_R4H245_MultilinkIndication_excessiveError@@6B@ @36791 NONAME ??_R4H245_MultilinkRequest@@6B@ @36792 NONAME ??_R4H245_MultilinkRequest_addConnection@@6B@ @36793 NONAME ??_R4H245_MultilinkRequest_callInformation@@6B@ @36794 NONAME ??_R4H245_MultilinkRequest_maximumHeaderInterval@@6B@ @36795 NONAME ??_R4H245_MultilinkRequest_maximumHeaderInterval_requestType@@6B@ @36796 NONAME ??_R4H245_MultilinkRequest_removeConnection@@6B@ @36797 NONAME ??_R4H245_MultilinkResponse@@6B@ @36798 NONAME ??_R4H245_MultilinkResponse_addConnection@@6B@ @36799 NONAME ??_R4H245_MultilinkResponse_addConnection_responseCode@@6B@ @36800 NONAME ??_R4H245_MultilinkResponse_addConnection_responseCode_rejected@@6B@ @36801 NONAME ??_R4H245_MultilinkResponse_callInformation@@6B@ @36802 NONAME ??_R4H245_MultilinkResponse_maximumHeaderInterval@@6B@ @36803 NONAME ??_R4H245_MultilinkResponse_removeConnection@@6B@ @36804 NONAME ??_R4H245_MultimediaSystemControlMessage@@6B@ @36805 NONAME ??_R4H245_MultiplePayloadStream@@6B@ @36806 NONAME ??_R4H245_MultiplePayloadStreamCapability@@6B@ @36807 NONAME ??_R4H245_MultiplePayloadStreamElement@@6B@ @36808 NONAME ??_R4H245_MultiplePayloadStreamElementMode@@6B@ @36809 NONAME ??_R4H245_MultiplePayloadStreamMode@@6B@ @36810 NONAME ??_R4H245_MultiplexCapability@@6B@ @36811 NONAME ??_R4H245_MultiplexedStreamCapability@@6B@ @36812 NONAME ??_R4H245_MultiplexedStreamModeParameters@@6B@ @36813 NONAME ??_R4H245_MultiplexedStreamParameter@@6B@ @36814 NONAME ??_R4H245_MultiplexElement@@6B@ @36815 NONAME ??_R4H245_MultiplexElement_repeatCount@@6B@ @36816 NONAME ??_R4H245_MultiplexElement_type@@6B@ @36817 NONAME ??_R4H245_MultiplexEntryDescriptor@@6B@ @36818 NONAME ??_R4H245_MultiplexEntryRejectionDescriptions@@6B@ @36819 NONAME ??_R4H245_MultiplexEntryRejectionDescriptions_cause@@6B@ @36820 NONAME ??_R4H245_MultiplexEntrySend@@6B@ @36821 NONAME ??_R4H245_MultiplexEntrySendAck@@6B@ @36822 NONAME ??_R4H245_MultiplexEntrySendReject@@6B@ @36823 NONAME ??_R4H245_MultiplexEntrySendRelease@@6B@ @36824 NONAME ??_R4H245_MultiplexFormat@@6B@ @36825 NONAME ??_R4H245_MultiplexTableEntryNumber@@6B@ @36826 NONAME ??_R4H245_MultipointCapability@@6B@ @36827 NONAME ??_R4H245_NetworkAccessParameters@@6B@ @36828 NONAME ??_R4H245_NetworkAccessParameters_distribution@@6B@ @36829 NONAME ??_R4H245_NetworkAccessParameters_networkAddress@@6B@ @36830 NONAME ??_R4H245_NetworkAccessParameters_t120SetupProcedure@@6B@ @36831 NONAME ??_R4H245_NewATMVCCommand@@6B@ @36832 NONAME ??_R4H245_NewATMVCCommand_aal@@6B@ @36833 NONAME ??_R4H245_NewATMVCCommand_aal_aal1@@6B@ @36834 NONAME ??_R4H245_NewATMVCCommand_aal_aal1_clockRecovery@@6B@ @36835 NONAME ??_R4H245_NewATMVCCommand_aal_aal1_errorCorrection@@6B@ @36836 NONAME ??_R4H245_NewATMVCCommand_aal_aal5@@6B@ @36837 NONAME ??_R4H245_NewATMVCCommand_multiplex@@6B@ @36838 NONAME ??_R4H245_NewATMVCCommand_reverseParameters@@6B@ @36839 NONAME ??_R4H245_NewATMVCCommand_reverseParameters_multiplex@@6B@ @36840 NONAME ??_R4H245_NewATMVCIndication@@6B@ @36841 NONAME ??_R4H245_NewATMVCIndication_aal@@6B@ @36842 NONAME ??_R4H245_NewATMVCIndication_aal_aal1@@6B@ @36843 NONAME ??_R4H245_NewATMVCIndication_aal_aal1_clockRecovery@@6B@ @36844 NONAME ??_R4H245_NewATMVCIndication_aal_aal1_errorCorrection@@6B@ @36845 NONAME ??_R4H245_NewATMVCIndication_aal_aal5@@6B@ @36846 NONAME ??_R4H245_NewATMVCIndication_multiplex@@6B@ @36847 NONAME ??_R4H245_NewATMVCIndication_reverseParameters@@6B@ @36848 NONAME ??_R4H245_NewATMVCIndication_reverseParameters_multiplex@@6B@ @36849 NONAME ??_R4H245_NonStandardIdentifier@@6B@ @36850 NONAME ??_R4H245_NonStandardIdentifier_h221NonStandard@@6B@ @36851 NONAME ??_R4H245_NonStandardMessage@@6B@ @36852 NONAME ??_R4H245_NonStandardParameter@@6B@ @36853 NONAME ??_R4H245_NoPTAudioTelephonyEventCapability@@6B@ @36854 NONAME ??_R4H245_NoPTAudioToneCapability@@6B@ @36855 NONAME ??_R4H245_OpenLogicalChannel@@6B@ @36856 NONAME ??_R4H245_OpenLogicalChannelAck@@6B@ @36857 NONAME ??_R4H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@6B@ @36858 NONAME ??_R4H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@6B@ @36859 NONAME ??_R4H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@6B@ @36860 NONAME ??_R4H245_OpenLogicalChannelConfirm@@6B@ @36861 NONAME ??_R4H245_OpenLogicalChannelReject@@6B@ @36862 NONAME ??_R4H245_OpenLogicalChannelReject_cause@@6B@ @36863 NONAME ??_R4H245_OpenLogicalChannel_forwardLogicalChannelParameters@@6B@ @36864 NONAME ??_R4H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@6B@ @36865 NONAME ??_R4H245_OpenLogicalChannel_reverseLogicalChannelParameters@@6B@ @36866 NONAME ??_R4H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@6B@ @36867 NONAME ??_R4H245_ParameterIdentifier@@6B@ @36868 NONAME ??_R4H245_ParameterValue@@6B@ @36869 NONAME ??_R4H245_Params@@6B@ @45252 NONAME ??_R4H245_Password@@6B@ @36870 NONAME ??_R4H245_PictureReference@@6B@ @36871 NONAME ??_R4H245_Q2931Address@@6B@ @36872 NONAME ??_R4H245_Q2931Address_address@@6B@ @36873 NONAME ??_R4H245_QOSCapability@@6B@ @36874 NONAME ??_R4H245_QOSMode@@6B@ @36875 NONAME ??_R4H245_RedundancyEncoding@@6B@ @36876 NONAME ??_R4H245_RedundancyEncodingCapability@@6B@ @36877 NONAME ??_R4H245_RedundancyEncodingDTMode@@6B@ @36878 NONAME ??_R4H245_RedundancyEncodingDTModeElement@@6B@ @36879 NONAME ??_R4H245_RedundancyEncodingDTModeElement_type@@6B@ @36880 NONAME ??_R4H245_RedundancyEncodingElement@@6B@ @36881 NONAME ??_R4H245_RedundancyEncodingMethod@@6B@ @36882 NONAME ??_R4H245_RedundancyEncodingMode@@6B@ @36883 NONAME ??_R4H245_RedundancyEncodingMode_secondaryEncoding@@6B@ @36884 NONAME ??_R4H245_RedundancyEncoding_rtpRedundancyEncoding@@6B@ @36885 NONAME ??_R4H245_RefPictureSelection@@6B@ @36886 NONAME ??_R4H245_RefPictureSelection_additionalPictureMemory@@6B@ @36887 NONAME ??_R4H245_RefPictureSelection_enhancedReferencePicSelect@@6B@ @36888 NONAME ??_R4H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@6B@ @36889 NONAME ??_R4H245_RefPictureSelection_videoBackChannelSend@@6B@ @36890 NONAME ??_R4H245_RemoteMCRequest@@6B@ @36891 NONAME ??_R4H245_RemoteMCResponse@@6B@ @36892 NONAME ??_R4H245_RemoteMCResponse_reject@@6B@ @36893 NONAME ??_R4H245_RequestAllTerminalIDsResponse@@6B@ @36894 NONAME ??_R4H245_RequestChannelClose@@6B@ @36895 NONAME ??_R4H245_RequestChannelCloseAck@@6B@ @36896 NONAME ??_R4H245_RequestChannelCloseReject@@6B@ @36897 NONAME ??_R4H245_RequestChannelCloseReject_cause@@6B@ @36898 NONAME ??_R4H245_RequestChannelCloseRelease@@6B@ @36899 NONAME ??_R4H245_RequestChannelClose_reason@@6B@ @36900 NONAME ??_R4H245_RequestMessage@@6B@ @36901 NONAME ??_R4H245_RequestMode@@6B@ @36902 NONAME ??_R4H245_RequestModeAck@@6B@ @36903 NONAME ??_R4H245_RequestModeAck_response@@6B@ @36904 NONAME ??_R4H245_RequestModeReject@@6B@ @36905 NONAME ??_R4H245_RequestModeReject_cause@@6B@ @36906 NONAME ??_R4H245_RequestModeRelease@@6B@ @36907 NONAME ??_R4H245_RequestMultiplexEntry@@6B@ @36908 NONAME ??_R4H245_RequestMultiplexEntryAck@@6B@ @36909 NONAME ??_R4H245_RequestMultiplexEntryReject@@6B@ @36910 NONAME ??_R4H245_RequestMultiplexEntryRejectionDescriptions@@6B@ @36911 NONAME ??_R4H245_RequestMultiplexEntryRejectionDescriptions_cause@@6B@ @36912 NONAME ??_R4H245_RequestMultiplexEntryRelease@@6B@ @36913 NONAME ??_R4H245_ResponseMessage@@6B@ @36914 NONAME ??_R4H245_RoundTripDelayRequest@@6B@ @36915 NONAME ??_R4H245_RoundTripDelayResponse@@6B@ @36916 NONAME ??_R4H245_RSVPParameters@@6B@ @36917 NONAME ??_R4H245_RTPH263VideoRedundancyEncoding@@6B@ @36918 NONAME ??_R4H245_RTPH263VideoRedundancyEncoding_containedThreads@@6B@ @36919 NONAME ??_R4H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@6B@ @36920 NONAME ??_R4H245_RTPH263VideoRedundancyFrameMapping@@6B@ @36921 NONAME ??_R4H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@6B@ @36922 NONAME ??_R4H245_RTPPayloadType@@6B@ @36923 NONAME ??_R4H245_RTPPayloadType_payloadDescriptor@@6B@ @36924 NONAME ??_R4H245_SendTerminalCapabilitySet@@6B@ @36925 NONAME ??_R4H245_SendTerminalCapabilitySet_specificRequest@@6B@ @36926 NONAME ??_R4H245_SequenceNumber@@6B@ @36927 NONAME ??_R4H245_SubstituteConferenceIDCommand@@6B@ @36928 NONAME ??_R4H245_T38FaxProfile@@6B@ @36929 NONAME ??_R4H245_T38FaxRateManagement@@6B@ @36930 NONAME ??_R4H245_T38FaxTcpOptions@@6B@ @36931 NONAME ??_R4H245_T38FaxUdpOptions@@6B@ @36932 NONAME ??_R4H245_T38FaxUdpOptions_t38FaxUdpEC@@6B@ @36933 NONAME ??_R4H245_T84Profile@@6B@ @36934 NONAME ??_R4H245_T84Profile_t84Restricted@@6B@ @36935 NONAME ??_R4H245_TerminalCapabilitySet@@6B@ @36936 NONAME ??_R4H245_TerminalCapabilitySetAck@@6B@ @36937 NONAME ??_R4H245_TerminalCapabilitySetReject@@6B@ @36938 NONAME ??_R4H245_TerminalCapabilitySetReject_cause@@6B@ @36939 NONAME ??_R4H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@6B@ @36940 NONAME ??_R4H245_TerminalCapabilitySetRelease@@6B@ @36941 NONAME ??_R4H245_TerminalID@@6B@ @36942 NONAME ??_R4H245_TerminalInformation@@6B@ @36943 NONAME ??_R4H245_TerminalLabel@@6B@ @36944 NONAME ??_R4H245_TerminalNumber@@6B@ @36945 NONAME ??_R4H245_TerminalYouAreSeeingInSubPictureNumber@@6B@ @36946 NONAME ??_R4H245_TransparencyParameters@@6B@ @36947 NONAME ??_R4H245_TransportAddress@@6B@ @36948 NONAME ??_R4H245_TransportCapability@@6B@ @36949 NONAME ??_R4H245_UnicastAddress@@6B@ @36950 NONAME ??_R4H245_UnicastAddress_iP6Address@@6B@ @36951 NONAME ??_R4H245_UnicastAddress_iPAddress@@6B@ @36952 NONAME ??_R4H245_UnicastAddress_iPSourceRouteAddress@@6B@ @36953 NONAME ??_R4H245_UnicastAddress_iPSourceRouteAddress_route@@6B@ @36954 NONAME ??_R4H245_UnicastAddress_iPSourceRouteAddress_routing@@6B@ @36955 NONAME ??_R4H245_UnicastAddress_iPXAddress@@6B@ @36956 NONAME ??_R4H245_UserInputCapability@@6B@ @36957 NONAME ??_R4H245_UserInputIndication@@6B@ @36958 NONAME ??_R4H245_UserInputIndication_encryptedAlphanumeric@@6B@ @45253 NONAME ??_R4H245_UserInputIndication_extendedAlphanumeric@@6B@ @36959 NONAME ??_R4H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@6B@ @45254 NONAME ??_R4H245_UserInputIndication_signal@@6B@ @36960 NONAME ??_R4H245_UserInputIndication_signalUpdate@@6B@ @36961 NONAME ??_R4H245_UserInputIndication_signalUpdate_rtp@@6B@ @36962 NONAME ??_R4H245_UserInputIndication_signal_rtp@@6B@ @36963 NONAME ??_R4H245_UserInputIndication_userInputSupportIndication@@6B@ @36964 NONAME ??_R4H245_V42bis@@6B@ @36965 NONAME ??_R4H245_V75Capability@@6B@ @36966 NONAME ??_R4H245_V75Parameters@@6B@ @36967 NONAME ??_R4H245_V76Capability@@6B@ @36968 NONAME ??_R4H245_V76HDLCParameters@@6B@ @36969 NONAME ??_R4H245_V76LogicalChannelParameters@@6B@ @36970 NONAME ??_R4H245_V76LogicalChannelParameters_mode@@6B@ @36971 NONAME ??_R4H245_V76LogicalChannelParameters_mode_eRM@@6B@ @36972 NONAME ??_R4H245_V76LogicalChannelParameters_mode_eRM_recovery@@6B@ @36973 NONAME ??_R4H245_V76LogicalChannelParameters_suspendResume@@6B@ @36974 NONAME ??_R4H245_V76ModeParameters@@6B@ @36975 NONAME ??_R4H245_VBDCapability@@6B@ @36976 NONAME ??_R4H245_VBDMode@@6B@ @36977 NONAME ??_R4H245_VCCapability@@6B@ @36978 NONAME ??_R4H245_VCCapability_aal1@@6B@ @36979 NONAME ??_R4H245_VCCapability_aal1ViaGateway@@6B@ @36980 NONAME ??_R4H245_VCCapability_aal5@@6B@ @36981 NONAME ??_R4H245_VCCapability_availableBitRates@@6B@ @36982 NONAME ??_R4H245_VCCapability_availableBitRates_type@@6B@ @36983 NONAME ??_R4H245_VCCapability_availableBitRates_type_rangeOfBitRates@@6B@ @36984 NONAME ??_R4H245_VendorIdentification@@6B@ @36985 NONAME ??_R4H245_VideoCapability@@6B@ @36986 NONAME ??_R4H245_VideoIndicateCompose@@6B@ @36987 NONAME ??_R4H245_VideoMode@@6B@ @36988 NONAME ??_R4H248_ActionReply@@6B@ @36989 NONAME ??_R4H248_ActionRequest@@6B@ @36990 NONAME ??_R4H248_AmmDescriptor@@6B@ @36991 NONAME ??_R4H248_AmmRequest@@6B@ @36992 NONAME ??_R4H248_AmmsReply@@6B@ @36993 NONAME ??_R4H248_ArrayOf_ActionReply@@6B@ @36994 NONAME ??_R4H248_ArrayOf_ActionRequest@@6B@ @36995 NONAME ??_R4H248_ArrayOf_AmmDescriptor@@6B@ @36996 NONAME ??_R4H248_ArrayOf_CommandReply@@6B@ @36997 NONAME ??_R4H248_ArrayOf_CommandRequest@@6B@ @36998 NONAME ??_R4H248_ArrayOf_EventParameter@@6B@ @36999 NONAME ??_R4H248_ArrayOf_IndAuditParameter@@6B@ @37000 NONAME ??_R4H248_ArrayOf_IndAudPropertyParm@@6B@ @37001 NONAME ??_R4H248_ArrayOf_IndAudStreamDescriptor@@6B@ @37002 NONAME ??_R4H248_ArrayOf_ModemType@@6B@ @37003 NONAME ??_R4H248_ArrayOf_ObservedEvent@@6B@ @37004 NONAME ??_R4H248_ArrayOf_PASN_OctetString@@6B@ @37005 NONAME ??_R4H248_ArrayOf_PropertyGroup@@6B@ @37006 NONAME ??_R4H248_ArrayOf_PropertyParm@@6B@ @37007 NONAME ??_R4H248_ArrayOf_RequestedEvent@@6B@ @37008 NONAME ??_R4H248_ArrayOf_SecondRequestedEvent@@6B@ @37009 NONAME ??_R4H248_ArrayOf_Signal@@6B@ @37010 NONAME ??_R4H248_ArrayOf_SigParameter@@6B@ @37011 NONAME ??_R4H248_ArrayOf_StreamDescriptor@@6B@ @37012 NONAME ??_R4H248_ArrayOf_TerminationID@@6B@ @37013 NONAME ??_R4H248_ArrayOf_TopologyRequest@@6B@ @37014 NONAME ??_R4H248_ArrayOf_Transaction@@6B@ @37015 NONAME ??_R4H248_ArrayOf_WildcardField@@6B@ @37016 NONAME ??_R4H248_AuditDescriptor@@6B@ @37017 NONAME ??_R4H248_AuditReply@@6B@ @37018 NONAME ??_R4H248_AuditRequest@@6B@ @37019 NONAME ??_R4H248_AuditResult@@6B@ @37020 NONAME ??_R4H248_AuditReturnParameter@@6B@ @37021 NONAME ??_R4H248_AuthData@@6B@ @37022 NONAME ??_R4H248_AuthenticationHeader@@6B@ @37023 NONAME ??_R4H248_Command@@6B@ @37024 NONAME ??_R4H248_CommandReply@@6B@ @37025 NONAME ??_R4H248_CommandRequest@@6B@ @37026 NONAME ??_R4H248_ContextAttrAuditRequest@@6B@ @37027 NONAME ??_R4H248_ContextID@@6B@ @37028 NONAME ??_R4H248_ContextRequest@@6B@ @37029 NONAME ??_R4H248_DigitMapDescriptor@@6B@ @37030 NONAME ??_R4H248_DigitMapName@@6B@ @37031 NONAME ??_R4H248_DigitMapValue@@6B@ @37032 NONAME ??_R4H248_DomainName@@6B@ @37033 NONAME ??_R4H248_ErrorCode@@6B@ @37034 NONAME ??_R4H248_ErrorDescriptor@@6B@ @37035 NONAME ??_R4H248_ErrorText@@6B@ @37036 NONAME ??_R4H248_EventBufferControl@@6B@ @37037 NONAME ??_R4H248_EventBufferDescriptor@@6B@ @37038 NONAME ??_R4H248_EventDM@@6B@ @37039 NONAME ??_R4H248_EventName@@6B@ @37040 NONAME ??_R4H248_EventParameter@@6B@ @37041 NONAME ??_R4H248_EventParameter_extraInfo@@6B@ @37042 NONAME ??_R4H248_EventsDescriptor@@6B@ @37043 NONAME ??_R4H248_EventSpec@@6B@ @37044 NONAME ??_R4H248_H221NonStandard@@6B@ @37045 NONAME ??_R4H248_IndAudDigitMapDescriptor@@6B@ @37046 NONAME ??_R4H248_IndAudEventBufferDescriptor@@6B@ @37047 NONAME ??_R4H248_IndAudEventsDescriptor@@6B@ @37048 NONAME ??_R4H248_IndAuditParameter@@6B@ @37049 NONAME ??_R4H248_IndAudLocalControlDescriptor@@6B@ @37050 NONAME ??_R4H248_IndAudLocalRemoteDescriptor@@6B@ @37051 NONAME ??_R4H248_IndAudMediaDescriptor@@6B@ @37052 NONAME ??_R4H248_IndAudMediaDescriptor_streams@@6B@ @37053 NONAME ??_R4H248_IndAudPackagesDescriptor@@6B@ @37054 NONAME ??_R4H248_IndAudPropertyGroup@@6B@ @37055 NONAME ??_R4H248_IndAudPropertyParm@@6B@ @37056 NONAME ??_R4H248_IndAudSeqSigList@@6B@ @37057 NONAME ??_R4H248_IndAudSignal@@6B@ @37058 NONAME ??_R4H248_IndAudSignalsDescriptor@@6B@ @37059 NONAME ??_R4H248_IndAudStatisticsDescriptor@@6B@ @37060 NONAME ??_R4H248_IndAudStreamDescriptor@@6B@ @37061 NONAME ??_R4H248_IndAudStreamParms@@6B@ @37062 NONAME ??_R4H248_IndAudTerminationStateDescriptor@@6B@ @37063 NONAME ??_R4H248_IP4Address@@6B@ @37064 NONAME ??_R4H248_IP6Address@@6B@ @37065 NONAME ??_R4H248_LocalControlDescriptor@@6B@ @37066 NONAME ??_R4H248_LocalRemoteDescriptor@@6B@ @37067 NONAME ??_R4H248_MediaDescriptor@@6B@ @37068 NONAME ??_R4H248_MediaDescriptor_streams@@6B@ @37069 NONAME ??_R4H248_MegacoMessage@@6B@ @37070 NONAME ??_R4H248_Message@@6B@ @37071 NONAME ??_R4H248_Message_messageBody@@6B@ @37072 NONAME ??_R4H248_MId@@6B@ @37073 NONAME ??_R4H248_ModemDescriptor@@6B@ @37074 NONAME ??_R4H248_ModemType@@6B@ @37075 NONAME ??_R4H248_MuxDescriptor@@6B@ @37076 NONAME ??_R4H248_MuxType@@6B@ @37077 NONAME ??_R4H248_Name@@6B@ @37078 NONAME ??_R4H248_NonStandardData@@6B@ @37079 NONAME ??_R4H248_NonStandardIdentifier@@6B@ @37080 NONAME ??_R4H248_NotifyCompletion@@6B@ @37081 NONAME ??_R4H248_NotifyReply@@6B@ @37082 NONAME ??_R4H248_NotifyRequest@@6B@ @37083 NONAME ??_R4H248_ObservedEvent@@6B@ @37084 NONAME ??_R4H248_ObservedEventsDescriptor@@6B@ @37085 NONAME ??_R4H248_PackagesDescriptor@@6B@ @37086 NONAME ??_R4H248_PackagesItem@@6B@ @37087 NONAME ??_R4H248_PathName@@6B@ @37088 NONAME ??_R4H248_PkgdName@@6B@ @37089 NONAME ??_R4H248_PropertyGroup@@6B@ @37090 NONAME ??_R4H248_PropertyParm@@6B@ @37091 NONAME ??_R4H248_PropertyParm_extraInfo@@6B@ @37092 NONAME ??_R4H248_Relation@@6B@ @37093 NONAME ??_R4H248_RequestedActions@@6B@ @37094 NONAME ??_R4H248_RequestedEvent@@6B@ @37095 NONAME ??_R4H248_RequestID@@6B@ @37096 NONAME ??_R4H248_SecondEventsDescriptor@@6B@ @37097 NONAME ??_R4H248_SecondRequestedActions@@6B@ @37098 NONAME ??_R4H248_SecondRequestedEvent@@6B@ @37099 NONAME ??_R4H248_SecurityParmIndex@@6B@ @37100 NONAME ??_R4H248_SeqSigList@@6B@ @37101 NONAME ??_R4H248_SequenceNum@@6B@ @37102 NONAME ??_R4H248_ServiceChangeAddress@@6B@ @37103 NONAME ??_R4H248_ServiceChangeMethod@@6B@ @37104 NONAME ??_R4H248_ServiceChangeParm@@6B@ @37105 NONAME ??_R4H248_ServiceChangeProfile@@6B@ @37106 NONAME ??_R4H248_ServiceChangeReply@@6B@ @37107 NONAME ??_R4H248_ServiceChangeRequest@@6B@ @37108 NONAME ??_R4H248_ServiceChangeResParm@@6B@ @37109 NONAME ??_R4H248_ServiceChangeResult@@6B@ @37110 NONAME ??_R4H248_ServiceState@@6B@ @37111 NONAME ??_R4H248_Signal@@6B@ @37112 NONAME ??_R4H248_SignalName@@6B@ @37113 NONAME ??_R4H248_SignalRequest@@6B@ @37114 NONAME ??_R4H248_SignalsDescriptor@@6B@ @37115 NONAME ??_R4H248_SignalType@@6B@ @37116 NONAME ??_R4H248_SigParameter@@6B@ @37117 NONAME ??_R4H248_SigParameter_extraInfo@@6B@ @37118 NONAME ??_R4H248_StatisticsDescriptor@@6B@ @37119 NONAME ??_R4H248_StatisticsParameter@@6B@ @37120 NONAME ??_R4H248_StreamDescriptor@@6B@ @37121 NONAME ??_R4H248_StreamID@@6B@ @37122 NONAME ??_R4H248_StreamMode@@6B@ @37123 NONAME ??_R4H248_StreamParms@@6B@ @37124 NONAME ??_R4H248_SubtractRequest@@6B@ @37125 NONAME ??_R4H248_TerminationAudit@@6B@ @37126 NONAME ??_R4H248_TerminationID@@6B@ @37127 NONAME ??_R4H248_TerminationIDList@@6B@ @37128 NONAME ??_R4H248_TerminationStateDescriptor@@6B@ @37129 NONAME ??_R4H248_TimeNotation@@6B@ @37130 NONAME ??_R4H248_TopologyRequest@@6B@ @37131 NONAME ??_R4H248_TopologyRequest_topologyDirection@@6B@ @37132 NONAME ??_R4H248_Transaction@@6B@ @37133 NONAME ??_R4H248_TransactionAck@@6B@ @37134 NONAME ??_R4H248_TransactionId@@6B@ @37135 NONAME ??_R4H248_TransactionPending@@6B@ @37136 NONAME ??_R4H248_TransactionReply@@6B@ @37137 NONAME ??_R4H248_TransactionReply_transactionResult@@6B@ @37138 NONAME ??_R4H248_TransactionRequest@@6B@ @37139 NONAME ??_R4H248_TransactionResponseAck@@6B@ @37140 NONAME ??_R4H248_Value@@6B@ @37141 NONAME ??_R4H248_WildcardField@@6B@ @37142 NONAME ??_R4H261DCTEncoder@@6B@ @37143 NONAME ??_R4H261Encoder@@6B@ @37144 NONAME ??_R4H261PixelEncoder@@6B@ @37145 NONAME ??_R4H263Packet@@6B@ @45937 NONAME ??_R4H263PacketList@@6B@ @45938 NONAME ??_R4H323AudioCapability@@6B@ @37148 NONAME ??_R4H323AudioCodec@@6B@ @37149 NONAME ??_R4H323BidirectionalChannel@@6B@ @37150 NONAME ??_R4H323CallCreditServiceControl@@6B@ @37151 NONAME ??_R4H323Capabilities@@6B@ @37152 NONAME ??_R4H323CapabilitiesSet@@6B@ @37153 NONAME ??_R4H323Capability@@6B@ @37154 NONAME ??_R4H323Channel@@6B@ @37156 NONAME ??_R4H323ChannelNumber@@6B@ @37157 NONAME ??_R4H323Codec@@6B@ @37158 NONAME ??_R4H323CodecPluginGenericAudioCapability@@6BH323AudioCapability@@@ @45412 NONAME ??_R4H323CodecPluginGenericAudioCapability@@6BH323GenericCapabilityInfo@@@ @45413 NONAME ??_R4H323CodecPluginNonStandardAudioCapability@@6BH323AudioCapability@@@ @37161 NONAME ??_R4H323CodecPluginNonStandardAudioCapability@@6BH323NonStandardCapabilityInfo@@@ @37162 NONAME ??_R4H323Connection@@6B@ @37163 NONAME ??_R4H323ConnectionsCleaner@@6B@ @37164 NONAME ??_R4H323ControlPDU@@6B@ @37165 NONAME ??_R4H323DataCapability@@6B@ @37166 NONAME ??_R4H323DataChannel@@6B@ @37167 NONAME ??_R4H323DynaLink@@6B@ @42753 NONAME ??_R4H323EndPoint@@6B@ @37168 NONAME ??_R4H323FramedAudioCodec@@6B@ @37169 NONAME ??_R4H323Gatekeeper@@6B@ @37170 NONAME ??_R4H323GatekeeperARQ@@6B@ @37171 NONAME ??_R4H323GatekeeperBRQ@@6B@ @37172 NONAME ??_R4H323GatekeeperCall@@6B@ @37173 NONAME ??_R4H323GatekeeperDRQ@@6B@ @37174 NONAME ??_R4H323GatekeeperGRQ@@6B@ @37175 NONAME ??_R4H323GatekeeperIRR@@6B@ @37176 NONAME ??_R4H323GatekeeperListener@@6B@ @37177 NONAME ??_R4H323GatekeeperLRQ@@6B@ @37178 NONAME ??_R4H323GatekeeperRequest@@6B@ @37179 NONAME ??_R4H323GatekeeperRRQ@@6B@ @37180 NONAME ??_R4H323GatekeeperServer@@6B@ @37181 NONAME ??_R4H323GatekeeperURQ@@6B@ @37182 NONAME ??_R4H323GenericAudioCapability@@6BH323AudioCapability@@@ @45414 NONAME ??_R4H323GenericAudioCapability@@6BH323GenericCapabilityInfo@@@ @45415 NONAME ??_R4H323GenericCapabilityInfo@@6B@ @45416 NONAME ??_R4H323GenericVideoCapability@@6BH323GenericCapabilityInfo@@@ @45417 NONAME ??_R4H323GenericVideoCapability@@6BH323VideoCapability@@@ @45418 NONAME ??_R4H323GSMPluginCapability@@6B@ @37183 NONAME ??_R4H323H248ServiceControl@@6B@ @37184 NONAME ??_R4H323HTTPServiceControl@@6B@ @37186 NONAME ??_R4H323Listener@@6B@ @37187 NONAME ??_R4H323ListenerTCP@@6B@ @37188 NONAME ??_R4H323LogicalChannelThread@@6B@ @37189 NONAME ??_R4H323NonStandardAudioCapability@@6BH323AudioCapability@@@ @37190 NONAME ??_R4H323NonStandardAudioCapability@@6BH323NonStandardCapabilityInfo@@@ @37191 NONAME ??_R4H323NonStandardCapabilityInfo@@6B@ @37192 NONAME ??_R4H323NonStandardDataCapability@@6BH323DataCapability@@@ @37193 NONAME ??_R4H323NonStandardDataCapability@@6BH323NonStandardCapabilityInfo@@@ @37194 NONAME ??_R4H323NonStandardVideoCapability@@6BH323NonStandardCapabilityInfo@@@ @37195 NONAME ??_R4H323NonStandardVideoCapability@@6BH323VideoCapability@@@ @37196 NONAME ??_R4H323PeerElement@@6B@ @37197 NONAME ??_R4H323PeerElementDescriptor@@6B@ @37198 NONAME ??_R4H323PeerElementServiceRelationship@@6B@ @37199 NONAME ??_R4H323PluginCapability@@6B@ @37201 NONAME ??_R4H323PluginCodecManager@@6B@ @42728 NONAME ??_R4H323PluginFramedAudioCodec@@6B@ @42797 NONAME ??_R4H323PluginG7231Capability@@6B@ @37202 NONAME ??_R4H323PluginVideoCodec@@6B@ @37203 NONAME ??_R4H323RasPDU@@6BH225_RasMessage@@@ @37204 NONAME ??_R4H323RasPDU@@6BH323TransactionPDU@@@ @37205 NONAME ??_R4H323RealTimeCapability@@6B@ @37206 NONAME ??_R4H323RegisteredEndPoint@@6B@ @37207 NONAME ??_R4H323ServiceControlSession@@6B@ @37208 NONAME ??_R4H323SignalPDU@@6B@ @37209 NONAME ??_R4H323SimultaneousCapabilities@@6B@ @37210 NONAME ??_R4H323StreamedAudioCodec@@6B@ @37211 NONAME ??_R4H323StreamedPluginAudioCodec@@6B@ @42798 NONAME ??_R4H323Transaction@@6B@ @37212 NONAME ??_R4H323TransactionPDU@@6B@ @37213 NONAME ??_R4H323TransactionServer@@6B@ @37214 NONAME ??_R4H323Transactor@@6B@ @37215 NONAME ??_R4H323Transport@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @37216 NONAME ??_R4H323Transport@@6BPObject@@@ @37217 NONAME ??_R4H323TransportAddress@@6B@ @37218 NONAME ??_R4H323TransportAddressArray@@6B@ @37219 NONAME ??_R4H323TransportIP@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @37220 NONAME ??_R4H323TransportIP@@6BPObject@@@ @37221 NONAME ??_R4H323TransportTCP@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @37222 NONAME ??_R4H323TransportTCP@@6BPObject@@@ @37223 NONAME ??_R4H323TransportUDP@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @37224 NONAME ??_R4H323TransportUDP@@6BPObject@@@ @37225 NONAME ??_R4H323UnidirectionalChannel@@6B@ @37226 NONAME ??_R4H323VideoCapability@@6B@ @37227 NONAME ??_R4H323VideoCodec@@6B@ @37228 NONAME ??_R4H323_ALawCodec@@6B@ @37229 NONAME ??_R4H323_AnnexG@@6B@ @37230 NONAME ??_R4H323_CiscoG7231aLIDCapability@@6BH323AudioCapability@@@ @37231 NONAME ??_R4H323_CiscoG7231aLIDCapability@@6BH323NonStandardCapabilityInfo@@@ @37232 NONAME ??_R4H323_ExternalRTPChannel@@6B@ @37234 NONAME ??_R4H323_G711ALaw64Capability@@6B@ @43437 NONAME ??_R4H323_G711Capability@@6B@ @37239 NONAME ??_R4H323_G711uLaw64Capability@@6B@ @43438 NONAME ??_R4H323_H261Capability@@6B@ @37256 NONAME ??_R4H323_H261Codec@@6B@ @37257 NONAME ??_R4H323_LIDCapability@@6B@ @37260 NONAME ??_R4H323_LIDCodec@@6B@ @37261 NONAME ??_R4H323_LID_G711_ALaw_Capability@@6B@ @43439 NONAME ??_R4H323_LID_G711_uLaw_Capability@@6B@ @43440 NONAME ??_R4H323_LID_G7231A_5k3_Capability@@6B@ @43441 NONAME ??_R4H323_LID_G7231A_6k3_Capability@@6B@ @43442 NONAME ??_R4H323_LID_G7231_5k3_Capability@@6B@ @43443 NONAME ??_R4H323_LID_G7231_6k3_Capability@@6B@ @43444 NONAME ??_R4H323_LID_G728_Capability@@6B@ @43445 NONAME ??_R4H323_LID_G729AB_Capability@@6B@ @43446 NONAME ??_R4H323_LID_G729A_Capability@@6B@ @43447 NONAME ??_R4H323_LID_G729B_Capability@@6B@ @43448 NONAME ??_R4H323_LID_G729_Capability@@6B@ @43449 NONAME ??_R4H323_LID_GSM0610_Capability@@6B@ @43450 NONAME ??_R4H323_muLawCodec@@6B@ @37278 NONAME ??_R4H323_RealTimeChannel@@6B@ @37279 NONAME ??_R4H323_RFC2190_H263Capability@@6B@ @45939 NONAME ??_R4H323_RFC2190_H263Codec@@6B@ @45940 NONAME ??_R4H323_RTPChannel@@6B@ @37280 NONAME ??_R4H323_RTP_Session@@6B@ @37281 NONAME ??_R4H323_RTP_UDP@@6B@ @37282 NONAME ??_R4H323_T120Capability@@6B@ @37283 NONAME ??_R4H323_T120Channel@@6B@ @37284 NONAME ??_R4H323_T38Capability@@6B@ @37285 NONAME ??_R4H323_T38Channel@@6B@ @37286 NONAME ??_R4H323_T38NonStandardCapability@@6BH323DataCapability@@@ @37287 NONAME ??_R4H323_T38NonStandardCapability@@6BH323NonStandardCapabilityInfo@@@ @37288 NONAME ??_R4H323_UserInputCapability@@6B@ @37289 NONAME ??_R4H45010_ArrayOf_MixedExtension@@6B@ @37290 NONAME ??_R4H45010_CfbOvrOptArg@@6B@ @37291 NONAME ??_R4H45010_CoReqOptArg@@6B@ @37292 NONAME ??_R4H45010_H323CallOfferOperations@@6B@ @37293 NONAME ??_R4H45010_RUAlertOptArg@@6B@ @37294 NONAME ??_R4H45011Handler@@6B@ @37295 NONAME ??_R4H45011_ArrayOf_MixedExtension@@6B@ @37296 NONAME ??_R4H45011_CallIntrusionErrors@@6B@ @37297 NONAME ??_R4H45011_CICapabilityLevel@@6B@ @37298 NONAME ??_R4H45011_CIFrcRelArg@@6B@ @37299 NONAME ??_R4H45011_CIFrcRelOptRes@@6B@ @37300 NONAME ??_R4H45011_CIGetCIPLOptArg@@6B@ @37301 NONAME ??_R4H45011_CIGetCIPLRes@@6B@ @37302 NONAME ??_R4H45011_CIIsOptArg@@6B@ @37303 NONAME ??_R4H45011_CIIsOptRes@@6B@ @37304 NONAME ??_R4H45011_CINotificationArg@@6B@ @37305 NONAME ??_R4H45011_CIProtectionLevel@@6B@ @37306 NONAME ??_R4H45011_CIRequestArg@@6B@ @37307 NONAME ??_R4H45011_CIRequestRes@@6B@ @37308 NONAME ??_R4H45011_CISilentArg@@6B@ @37309 NONAME ??_R4H45011_CISilentOptRes@@6B@ @37310 NONAME ??_R4H45011_CIStatusInformation@@6B@ @37311 NONAME ??_R4H45011_CIWobOptArg@@6B@ @37312 NONAME ??_R4H45011_CIWobOptRes@@6B@ @37313 NONAME ??_R4H45011_H323CallIntrusionOperations@@6B@ @37314 NONAME ??_R4H4501_Address@@6B@ @37315 NONAME ??_R4H4501_AddressInformation@@6B@ @37316 NONAME ??_R4H4501_AddressScreened@@6B@ @37317 NONAME ??_R4H4501_ArrayOf_AliasAddress@@6B@ @37318 NONAME ??_R4H4501_ArrayOf_ROS@@6B@ @37319 NONAME ??_R4H4501_EndpointAddress@@6B@ @37320 NONAME ??_R4H4501_EntityType@@6B@ @37321 NONAME ??_R4H4501_Extension@@6B@ @37322 NONAME ??_R4H4501_GeneralErrorList@@6B@ @37323 NONAME ??_R4H4501_H225InformationElement@@6B@ @37324 NONAME ??_R4H4501_InterpretationApdu@@6B@ @37325 NONAME ??_R4H4501_InvokeIDs@@6B@ @37326 NONAME ??_R4H4501_InvokeIdSet@@6B@ @37327 NONAME ??_R4H4501_NetworkFacilityExtension@@6B@ @37328 NONAME ??_R4H4501_NSAPSubaddress@@6B@ @37329 NONAME ??_R4H4501_NumberScreened@@6B@ @37330 NONAME ??_R4H4501_PartySubaddress@@6B@ @37331 NONAME ??_R4H4501_PresentationAllowedIndicator@@6B@ @37332 NONAME ??_R4H4501_PresentedAddressScreened@@6B@ @37333 NONAME ??_R4H4501_PresentedAddressUnscreened@@6B@ @37334 NONAME ??_R4H4501_PresentedNumberScreened@@6B@ @37335 NONAME ??_R4H4501_PresentedNumberUnscreened@@6B@ @37336 NONAME ??_R4H4501_ScreeningIndicator@@6B@ @37337 NONAME ??_R4H4501_ServiceApdus@@6B@ @37338 NONAME ??_R4H4501_SubaddressInformation@@6B@ @37339 NONAME ??_R4H4501_SupplementaryService@@6B@ @37340 NONAME ??_R4H4501_UserSpecifiedSubaddress@@6B@ @37341 NONAME ??_R4H4502Handler@@6B@ @37342 NONAME ??_R4H4502_CallIdentity@@6B@ @37343 NONAME ??_R4H4502_CallStatus@@6B@ @37344 NONAME ??_R4H4502_CallTransferErrors@@6B@ @37345 NONAME ??_R4H4502_CallTransferOperation@@6B@ @37346 NONAME ??_R4H4502_CTActiveArg@@6B@ @37347 NONAME ??_R4H4502_CTActiveArg_argumentExtension@@6B@ @37348 NONAME ??_R4H4502_CTCompleteArg@@6B@ @37349 NONAME ??_R4H4502_CTCompleteArg_argumentExtension@@6B@ @37350 NONAME ??_R4H4502_CTIdentifyRes@@6B@ @37351 NONAME ??_R4H4502_CTIdentifyRes_resultExtension@@6B@ @37352 NONAME ??_R4H4502_CTInitiateArg@@6B@ @37353 NONAME ??_R4H4502_CTInitiateArg_argumentExtension@@6B@ @37354 NONAME ??_R4H4502_CTSetupArg@@6B@ @37355 NONAME ??_R4H4502_CTSetupArg_argumentExtension@@6B@ @37356 NONAME ??_R4H4502_CTUpdateArg@@6B@ @37357 NONAME ??_R4H4502_CTUpdateArg_argumentExtension@@6B@ @37358 NONAME ??_R4H4502_DummyArg@@6B@ @37359 NONAME ??_R4H4502_DummyRes@@6B@ @37360 NONAME ??_R4H4502_EndDesignation@@6B@ @37361 NONAME ??_R4H4502_ExtensionSeq@@6B@ @37362 NONAME ??_R4H4502_SubaddressTransferArg@@6B@ @37363 NONAME ??_R4H4502_SubaddressTransferArg_argumentExtension@@6B@ @37364 NONAME ??_R4H4503_BasicService@@6B@ @37365 NONAME ??_R4H4503_CallDiversionErrors@@6B@ @37366 NONAME ??_R4H4503_DiversionReason@@6B@ @37367 NONAME ??_R4H4503_ExtensionSeq@@6B@ @37368 NONAME ??_R4H4503_H323CallDiversionOperations@@6B@ @37369 NONAME ??_R4H4503_IntResult@@6B@ @37370 NONAME ??_R4H4503_IntResultList@@6B@ @37371 NONAME ??_R4H4503_IntResult_extension@@6B@ @37372 NONAME ??_R4H4503_Procedure@@6B@ @37373 NONAME ??_R4H4503_SubscriptionOption@@6B@ @37374 NONAME ??_R4H4504Handler@@6B@ @37375 NONAME ??_R4H4504_ArrayOf_MixedExtension@@6B@ @37376 NONAME ??_R4H4504_CallHoldOperation@@6B@ @37377 NONAME ??_R4H4504_Extension@@6B@ @37378 NONAME ??_R4H4504_HoldNotificArg@@6B@ @37379 NONAME ??_R4H4504_MixedExtension@@6B@ @37380 NONAME ??_R4H4504_RemoteHoldArg@@6B@ @37381 NONAME ??_R4H4504_RemoteHoldRes@@6B@ @37382 NONAME ??_R4H4504_RemoteRetrieveArg@@6B@ @37383 NONAME ??_R4H4504_RemoteRetrieveRes@@6B@ @37384 NONAME ??_R4H4504_RetrieveNotificArg@@6B@ @37385 NONAME ??_R4H4505_ArrayOf_MixedExtension@@6B@ @37386 NONAME ??_R4H4505_CallParkPickupOperations@@6B@ @37387 NONAME ??_R4H4505_CallPickupErrors@@6B@ @37388 NONAME ??_R4H4505_CallType@@6B@ @37389 NONAME ??_R4H4505_CpickupNotifyArg@@6B@ @37390 NONAME ??_R4H4505_CpNotifyArg@@6B@ @37391 NONAME ??_R4H4505_CpRequestArg@@6B@ @37392 NONAME ??_R4H4505_CpRequestRes@@6B@ @37393 NONAME ??_R4H4505_CpSetupArg@@6B@ @37394 NONAME ??_R4H4505_CpSetupRes@@6B@ @37395 NONAME ??_R4H4505_GroupIndicationOffArg@@6B@ @37396 NONAME ??_R4H4505_GroupIndicationOffRes@@6B@ @37397 NONAME ??_R4H4505_GroupIndicationOnArg@@6B@ @37398 NONAME ??_R4H4505_GroupIndicationOnRes@@6B@ @37399 NONAME ??_R4H4505_ParkCondition@@6B@ @37400 NONAME ??_R4H4505_ParkedToPosition@@6B@ @37401 NONAME ??_R4H4505_PickExeArg@@6B@ @37402 NONAME ??_R4H4505_PickExeRes@@6B@ @37403 NONAME ??_R4H4505_PickrequArg@@6B@ @37404 NONAME ??_R4H4505_PickrequRes@@6B@ @37405 NONAME ??_R4H4505_PickupArg@@6B@ @37406 NONAME ??_R4H4505_PickupRes@@6B@ @37407 NONAME ??_R4H4506Handler@@6B@ @37408 NONAME ??_R4H4506_ArrayOf_MixedExtension@@6B@ @37409 NONAME ??_R4H4506_CallWaitingArg@@6B@ @37410 NONAME ??_R4H4506_CallWaitingOperations@@6B@ @37411 NONAME ??_R4H4507_ArrayOf_MixedExtension@@6B@ @37412 NONAME ??_R4H4507_BasicService@@6B@ @37413 NONAME ??_R4H4507_DummyRes@@6B@ @37414 NONAME ??_R4H4507_H323_MWI_Operations@@6B@ @37415 NONAME ??_R4H4507_MessageWaitingIndicationErrors@@6B@ @37416 NONAME ??_R4H4507_MsgCentreId@@6B@ @37417 NONAME ??_R4H4507_MWIActivateArg@@6B@ @37418 NONAME ??_R4H4507_MWIDeactivateArg@@6B@ @37419 NONAME ??_R4H4507_MWIInterrogateArg@@6B@ @37420 NONAME ??_R4H4507_MWIInterrogateRes@@6B@ @37421 NONAME ??_R4H4507_MWIInterrogateResElt@@6B@ @37422 NONAME ??_R4H4507_NbOfMessages@@6B@ @37423 NONAME ??_R4H4507_TimeStamp@@6B@ @37424 NONAME ??_R4H4508_ExtendedName@@6B@ @37425 NONAME ??_R4H4508_Name@@6B@ @37426 NONAME ??_R4H4508_NameOperations@@6B@ @37427 NONAME ??_R4H4508_NamePresentationAllowed@@6B@ @37428 NONAME ??_R4H4508_NamePresentationRestricted@@6B@ @37429 NONAME ??_R4H4508_SimpleName@@6B@ @37430 NONAME ??_R4H4509_ArrayOf_MixedExtension@@6B@ @37431 NONAME ??_R4H4509_CallCompletionErrors@@6B@ @37432 NONAME ??_R4H4509_CcArg@@6B@ @37433 NONAME ??_R4H4509_CcLongArg@@6B@ @37434 NONAME ??_R4H4509_CcRequestArg@@6B@ @37435 NONAME ??_R4H4509_CcRequestRes@@6B@ @37436 NONAME ??_R4H4509_CcShortArg@@6B@ @37437 NONAME ??_R4H4509_H323CallCompletionOperations@@6B@ @37438 NONAME ??_R4H450ServiceAPDU@@6B@ @37439 NONAME ??_R4H450xDispatcher@@6B@ @37440 NONAME ??_R4H450xHandler@@6B@ @37441 NONAME ??_R4H501AccessRequest@@6B@ @37442 NONAME ??_R4H501DescriptorUpdate@@6B@ @37443 NONAME ??_R4H501PDU@@6BH323TransactionPDU@@@ @37444 NONAME ??_R4H501PDU@@6BH501_Message@@@ @37445 NONAME ??_R4H501ServiceRequest@@6B@ @37446 NONAME ??_R4H501Transaction@@6B@ @37447 NONAME ??_R4H501_AccessConfirmation@@6B@ @37448 NONAME ??_R4H501_AccessRejection@@6B@ @37449 NONAME ??_R4H501_AccessRejectionReason@@6B@ @37450 NONAME ??_R4H501_AccessRequest@@6B@ @37451 NONAME ??_R4H501_AccessToken@@6B@ @37452 NONAME ??_R4H501_AddressTemplate@@6B@ @37453 NONAME ??_R4H501_AlternatePE@@6B@ @37454 NONAME ??_R4H501_AlternatePEInfo@@6B@ @37455 NONAME ??_R4H501_ApplicationMessage@@6B@ @37456 NONAME ??_R4H501_ArrayOf_AccessToken@@6B@ @37457 NONAME ??_R4H501_ArrayOf_AddressTemplate@@6B@ @37458 NONAME ??_R4H501_ArrayOf_AliasAddress@@6B@ @37459 NONAME ??_R4H501_ArrayOf_AlternatePE@@6B@ @37460 NONAME ??_R4H501_ArrayOf_CircuitIdentifier@@6B@ @37461 NONAME ??_R4H501_ArrayOf_ClearToken@@6B@ @37462 NONAME ??_R4H501_ArrayOf_ContactInformation@@6B@ @37463 NONAME ??_R4H501_ArrayOf_CryptoH323Token@@6B@ @37464 NONAME ??_R4H501_ArrayOf_Descriptor@@6B@ @37465 NONAME ??_R4H501_ArrayOf_DescriptorInfo@@6B@ @37466 NONAME ??_R4H501_ArrayOf_GenericData@@6B@ @37467 NONAME ??_R4H501_ArrayOf_GloballyUniqueID@@6B@ @37468 NONAME ??_R4H501_ArrayOf_NonStandardParameter@@6B@ @37469 NONAME ??_R4H501_ArrayOf_PASN_ObjectId@@6B@ @37470 NONAME ??_R4H501_ArrayOf_Pattern@@6B@ @37471 NONAME ??_R4H501_ArrayOf_PriceElement@@6B@ @37472 NONAME ??_R4H501_ArrayOf_PriceInfoSpec@@6B@ @37473 NONAME ??_R4H501_ArrayOf_RouteInformation@@6B@ @37474 NONAME ??_R4H501_ArrayOf_SecurityMode@@6B@ @37475 NONAME ??_R4H501_ArrayOf_ServiceControlSession@@6B@ @37476 NONAME ??_R4H501_ArrayOf_SupportedProtocols@@6B@ @37477 NONAME ??_R4H501_ArrayOf_TransportAddress@@6B@ @37478 NONAME ??_R4H501_ArrayOf_UpdateInformation@@6B@ @37479 NONAME ??_R4H501_ArrayOf_UsageField@@6B@ @37480 NONAME ??_R4H501_AuthenticationConfirmation@@6B@ @37481 NONAME ??_R4H501_AuthenticationRejection@@6B@ @37482 NONAME ??_R4H501_AuthenticationRejectionReason@@6B@ @37483 NONAME ??_R4H501_AuthenticationRequest@@6B@ @37484 NONAME ??_R4H501_CallInformation@@6B@ @37485 NONAME ??_R4H501_ContactInformation@@6B@ @37486 NONAME ??_R4H501_Descriptor@@6B@ @37487 NONAME ??_R4H501_DescriptorConfirmation@@6B@ @37488 NONAME ??_R4H501_DescriptorIDConfirmation@@6B@ @37489 NONAME ??_R4H501_DescriptorIDRejection@@6B@ @37490 NONAME ??_R4H501_DescriptorIDRejectionReason@@6B@ @37491 NONAME ??_R4H501_DescriptorIDRequest@@6B@ @37492 NONAME ??_R4H501_DescriptorInfo@@6B@ @37493 NONAME ??_R4H501_DescriptorRejection@@6B@ @37494 NONAME ??_R4H501_DescriptorRejectionReason@@6B@ @37495 NONAME ??_R4H501_DescriptorRequest@@6B@ @37496 NONAME ??_R4H501_DescriptorUpdate@@6B@ @37497 NONAME ??_R4H501_DescriptorUpdateAck@@6B@ @37498 NONAME ??_R4H501_ElementIdentifier@@6B@ @37499 NONAME ??_R4H501_GlobalTimeStamp@@6B@ @37500 NONAME ??_R4H501_Message@@6B@ @37501 NONAME ??_R4H501_MessageBody@@6B@ @37502 NONAME ??_R4H501_MessageCommonInfo@@6B@ @37503 NONAME ??_R4H501_NonStandardConfirmation@@6B@ @37504 NONAME ??_R4H501_NonStandardRejection@@6B@ @37505 NONAME ??_R4H501_NonStandardRejectionReason@@6B@ @37506 NONAME ??_R4H501_NonStandardRequest@@6B@ @37507 NONAME ??_R4H501_PartyInformation@@6B@ @37508 NONAME ??_R4H501_Pattern@@6B@ @37509 NONAME ??_R4H501_Pattern_range@@6B@ @37510 NONAME ??_R4H501_PriceElement@@6B@ @37511 NONAME ??_R4H501_PriceElement_units@@6B@ @37512 NONAME ??_R4H501_PriceInfoSpec@@6B@ @37513 NONAME ??_R4H501_ProtocolVersion@@6B@ @37514 NONAME ??_R4H501_RequestInProgress@@6B@ @37515 NONAME ??_R4H501_Role@@6B@ @37516 NONAME ??_R4H501_RouteInformation@@6B@ @37517 NONAME ??_R4H501_RouteInformation_messageType@@6B@ @37518 NONAME ??_R4H501_SecurityMode@@6B@ @37519 NONAME ??_R4H501_ServiceConfirmation@@6B@ @37520 NONAME ??_R4H501_ServiceRejection@@6B@ @37521 NONAME ??_R4H501_ServiceRejectionReason@@6B@ @37522 NONAME ??_R4H501_ServiceRelease@@6B@ @37523 NONAME ??_R4H501_ServiceReleaseReason@@6B@ @37524 NONAME ??_R4H501_ServiceRequest@@6B@ @37525 NONAME ??_R4H501_TerminationCause@@6B@ @37526 NONAME ??_R4H501_TimeZone@@6B@ @37527 NONAME ??_R4H501_UnknownMessageReason@@6B@ @37528 NONAME ??_R4H501_UnknownMessageResponse@@6B@ @37529 NONAME ??_R4H501_UpdateInformation@@6B@ @37530 NONAME ??_R4H501_UpdateInformation_descriptorInfo@@6B@ @37531 NONAME ??_R4H501_UpdateInformation_updateType@@6B@ @37532 NONAME ??_R4H501_UsageCallStatus@@6B@ @37533 NONAME ??_R4H501_UsageConfirmation@@6B@ @37534 NONAME ??_R4H501_UsageField@@6B@ @37535 NONAME ??_R4H501_UsageIndication@@6B@ @37536 NONAME ??_R4H501_UsageIndicationConfirmation@@6B@ @37537 NONAME ??_R4H501_UsageIndicationRejection@@6B@ @37538 NONAME ??_R4H501_UsageIndicationRejectionReason@@6B@ @37539 NONAME ??_R4H501_UsageRejection@@6B@ @37540 NONAME ??_R4H501_UsageRejectReason@@6B@ @37541 NONAME ??_R4H501_UsageRequest@@6B@ @37542 NONAME ??_R4H501_UsageSpecification@@6B@ @37543 NONAME ??_R4H501_UsageSpecification_when@@6B@ @37544 NONAME ??_R4H501_UserInformation@@6B@ @37545 NONAME ??_R4H501_ValidationConfirmation@@6B@ @37546 NONAME ??_R4H501_ValidationRejection@@6B@ @37547 NONAME ??_R4H501_ValidationRejectionReason@@6B@ @37548 NONAME ??_R4H501_ValidationRequest@@6B@ @37549 NONAME ??_R4HandleTimeout_PNotifier@H245Negotiator@@6B@ @37550 NONAME ??_R4HandleTransactions_PNotifier@H323Transactor@@6B@ @37551 NONAME ??_R4IntraP64Decoder@@6B@ @37552 NONAME ??_R4MCS_ArrayOf_ChannelAttributes@@6B@ @37553 NONAME ??_R4MCS_ArrayOf_ChannelId@@6B@ @37554 NONAME ??_R4MCS_ArrayOf_TokenAttributes@@6B@ @37555 NONAME ??_R4MCS_ArrayOf_TokenId@@6B@ @37556 NONAME ??_R4MCS_ArrayOf_UserId@@6B@ @37557 NONAME ??_R4MCS_AssignedChannelId@@6B@ @37558 NONAME ??_R4MCS_AUcf@@6B@ @37559 NONAME ??_R4MCS_AUrq@@6B@ @37560 NONAME ??_R4MCS_CAin@@6B@ @37561 NONAME ??_R4MCS_CArq@@6B@ @37562 NONAME ??_R4MCS_CCcf@@6B@ @37563 NONAME ??_R4MCS_CCrq@@6B@ @37564 NONAME ??_R4MCS_CDin@@6B@ @37565 NONAME ??_R4MCS_CDrq@@6B@ @37566 NONAME ??_R4MCS_CEin@@6B@ @37567 NONAME ??_R4MCS_CErq@@6B@ @37568 NONAME ??_R4MCS_ChannelAttributes@@6B@ @37569 NONAME ??_R4MCS_ChannelAttributes_assigned@@6B@ @37570 NONAME ??_R4MCS_ChannelAttributes_private@@6B@ @37571 NONAME ??_R4MCS_ChannelAttributes_static@@6B@ @37572 NONAME ??_R4MCS_ChannelAttributes_userId@@6B@ @37573 NONAME ??_R4MCS_ChannelId@@6B@ @37574 NONAME ??_R4MCS_CJcf@@6B@ @37575 NONAME ??_R4MCS_CJrq@@6B@ @37576 NONAME ??_R4MCS_CLrq@@6B@ @37577 NONAME ??_R4MCS_ConnectMCSPDU@@6B@ @37578 NONAME ??_R4MCS_Connect_Additional@@6B@ @37579 NONAME ??_R4MCS_Connect_Initial@@6B@ @37580 NONAME ??_R4MCS_Connect_Response@@6B@ @37581 NONAME ??_R4MCS_Connect_Result@@6B@ @37582 NONAME ??_R4MCS_DataPriority@@6B@ @37583 NONAME ??_R4MCS_Diagnostic@@6B@ @37584 NONAME ??_R4MCS_DomainMCSPDU@@6B@ @37585 NONAME ??_R4MCS_DomainParameters@@6B@ @37586 NONAME ??_R4MCS_DPum@@6B@ @37587 NONAME ??_R4MCS_DUin@@6B@ @37588 NONAME ??_R4MCS_DUrq@@6B@ @37589 NONAME ??_R4MCS_DynamicChannelId@@6B@ @37590 NONAME ??_R4MCS_EDrq@@6B@ @37591 NONAME ??_R4MCS_MCcf@@6B@ @37592 NONAME ??_R4MCS_MCrq@@6B@ @37593 NONAME ??_R4MCS_MTcf@@6B@ @37594 NONAME ??_R4MCS_MTrq@@6B@ @37595 NONAME ??_R4MCS_PCin@@6B@ @37596 NONAME ??_R4MCS_PDin@@6B@ @37597 NONAME ??_R4MCS_PrivateChannelId@@6B@ @37598 NONAME ??_R4MCS_PTin@@6B@ @37599 NONAME ??_R4MCS_Reason@@6B@ @37600 NONAME ??_R4MCS_Result@@6B@ @37601 NONAME ??_R4MCS_RJum@@6B@ @37602 NONAME ??_R4MCS_SDin@@6B@ @37603 NONAME ??_R4MCS_SDrq@@6B@ @37604 NONAME ??_R4MCS_Segmentation@@6B@ @37605 NONAME ??_R4MCS_StaticChannelId@@6B@ @37606 NONAME ??_R4MCS_TGcf@@6B@ @37607 NONAME ??_R4MCS_TGrq@@6B@ @37608 NONAME ??_R4MCS_TIcf@@6B@ @37609 NONAME ??_R4MCS_TIrq@@6B@ @37610 NONAME ??_R4MCS_TokenAttributes@@6B@ @37611 NONAME ??_R4MCS_TokenAttributes_given@@6B@ @37612 NONAME ??_R4MCS_TokenAttributes_giving@@6B@ @37613 NONAME ??_R4MCS_TokenAttributes_grabbed@@6B@ @37614 NONAME ??_R4MCS_TokenAttributes_inhibited@@6B@ @37615 NONAME ??_R4MCS_TokenAttributes_ungivable@@6B@ @37616 NONAME ??_R4MCS_TokenId@@6B@ @37617 NONAME ??_R4MCS_TokenStatus@@6B@ @37618 NONAME ??_R4MCS_TPin@@6B@ @37619 NONAME ??_R4MCS_TPrq@@6B@ @37620 NONAME ??_R4MCS_TRcf@@6B@ @37621 NONAME ??_R4MCS_TRrq@@6B@ @37622 NONAME ??_R4MCS_TTcf@@6B@ @37623 NONAME ??_R4MCS_TTrq@@6B@ @37624 NONAME ??_R4MCS_TVcf@@6B@ @37625 NONAME ??_R4MCS_TVin@@6B@ @37626 NONAME ??_R4MCS_TVrq@@6B@ @37627 NONAME ??_R4MCS_TVrs@@6B@ @37628 NONAME ??_R4MCS_UserId@@6B@ @37629 NONAME ??_R4MCS_USin@@6B@ @37630 NONAME ??_R4MCS_USrq@@6B@ @37631 NONAME ??_R4MonitorMain_PNotifier@H323Gatekeeper@@6B@ @37642 NONAME ??_R4MonitorMain_PNotifier@H323GatekeeperServer@@6B@ @37643 NONAME ??_R4MonitorMain_PNotifier@H323PeerElement@@6B@ @37644 NONAME ??_R4MSIPAddress@PILSSession@@6B@ @37645 NONAME ??_R4MXRecordList@PDNS@@6B@ @44965 NONAME ??_R4OnCallIntrudeTimeOut_PNotifier@H45011Handler@@6B@ @37646 NONAME ??_R4OnCallTransferTimeOut_PNotifier@H4502Handler@@6B@ @37647 NONAME ??_R4OnLoadModule_PNotifier@PPluginModuleManager@@6B@ @42775 NONAME ??_R4OnUserInputInBandDTMF_PNotifier@H323Connection@@6B@ @37649 NONAME ??_R4OnUserInputInlineRFC2833_PNotifier@H323Connection@@6B@ @37650 NONAME ??_R4OpalFactoryCodec@@6B@ @44574 NONAME ??_R4OpalG711ALaw64kFormat@@6B@ @43068 NONAME ??_R4OpalG711ALaw64k_Base@@6B@ @44575 NONAME ??_R4OpalG711ALaw64k_Decoder@@6B@ @44576 NONAME ??_R4OpalG711ALaw64k_Encoder@@6B@ @44577 NONAME ??_R4OpalG711uLaw64kFormat@@6B@ @43069 NONAME ??_R4OpalG711uLaw64k_Base@@6B@ @44578 NONAME ??_R4OpalG711uLaw64k_Decoder@@6B@ @44579 NONAME ??_R4OpalG711uLaw64k_Encoder@@6B@ @44580 NONAME ??_R4OpalG7231A_5k3Format@@6B@ @43070 NONAME ??_R4OpalG7231A_6k3Format@@6B@ @43071 NONAME ??_R4OpalG7231_5k3Format@@6B@ @43072 NONAME ??_R4OpalG7231_6k3Format@@6B@ @43073 NONAME ??_R4OpalG728Format@@6B@ @43074 NONAME ??_R4OpalG729ABFormat@@6B@ @43075 NONAME ??_R4OpalG729AFormat@@6B@ @43076 NONAME ??_R4OpalG729BFormat@@6B@ @43077 NONAME ??_R4OpalG729Format@@6B@ @43078 NONAME ??_R4OpalGloballyUniqueID@@6B@ @37651 NONAME ??_R4OpalGSM0610Format@@6B@ @43079 NONAME ??_R4OpalH261Format@@6B@ @43080 NONAME ??_R4OpalIxJDevice@@6B@ @37652 NONAME ??_R4OpalLineChannel@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @37653 NONAME ??_R4OpalLineChannel@@6BPObject@@@ @37654 NONAME ??_R4OpalLineInterfaceDevice@@6B@ @37655 NONAME ??_R4OpalMediaFormat@@6B@ @37656 NONAME ??_R4OpalPCM16Format@@6B@ @43081 NONAME ??_R4OpalPluginCodec@@6B@ @44581 NONAME ??_R4OpalPluginMediaFormat@@6B@ @43082 NONAME ??_R4OpalRFC2190H263Format@@6B@ @45941 NONAME ??_R4OpalRFC2833@@6B@ @37657 NONAME ??_R4OpalRFC2833Info@@6B@ @37658 NONAME ??_R4OpalRtpToWavFile@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @37659 NONAME ??_R4OpalRtpToWavFile@@6BPObject@@@ @37660 NONAME ??_R4OpalT120Format@@6B@ @43083 NONAME ??_R4OpalT120Protocol@@6B@ @37661 NONAME ??_R4OpalT38Protocol@@6B@ @37662 NONAME ??_R4OpalUserInputRFC2833Format@@6B@ @43084 NONAME ??_R4OpalVoipBlasterDevice@@6B@ @37663 NONAME ??_R4OpalVXMLSession@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @37664 NONAME ??_R4OpalVXMLSession@@6B@ @43607 NONAME ??_R4OpalVXMLSession@@6BPObject@@@ @37665 NONAME ??_R4OpalWAVFile@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @37666 NONAME ??_R4OpalWAVFile@@6BPObject@@@ @37667 NONAME ??_R4P64Decoder@@6B@ @37668 NONAME ??_R4PASN_Boolean@@6B@ @37669 NONAME ??_R4PASN_ConstrainedObject@@6B@ @37670 NONAME ??_R4PASN_ConstrainedString@@6B@ @37671 NONAME ??_R4PASN_Enumeration@@6B@ @37672 NONAME ??_R4PASN_GeneralisedTime@@6B@ @37673 NONAME ??_R4PASN_GeneralString@@6B@ @37674 NONAME ??_R4PASN_IA5String@@6B@ @37675 NONAME ??_R4PASN_Integer@@6B@ @37676 NONAME ??_R4PASN_Null@@6B@ @37677 NONAME ??_R4PASN_NumericString@@6B@ @37678 NONAME ??_R4PASN_Object@@6B@ @37679 NONAME ??_R4PASN_PrintableString@@6B@ @37680 NONAME ??_R4PASN_Stream@@6B@ @37681 NONAME ??_R4PASN_VisibleString@@6B@ @37682 NONAME ??_R4PLDAPAttr_c@RTPerson@PILSSession@@6B@ @37683 NONAME ??_R4PLDAPAttr_cn@RTPerson@PILSSession@@6B@ @37684 NONAME ??_R4PLDAPAttr_comment@RTPerson@PILSSession@@6B@ @37685 NONAME ??_R4PLDAPAttr_givenName@RTPerson@PILSSession@@6B@ @37686 NONAME ??_R4PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@6B@ @37687 NONAME ??_R4PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@6B@ @37688 NONAME ??_R4PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@6B@ @37689 NONAME ??_R4PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@6B@ @37690 NONAME ??_R4PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@6B@ @37691 NONAME ??_R4PLDAPAttr_location@RTPerson@PILSSession@@6B@ @37692 NONAME ??_R4PLDAPAttr_o@RTPerson@PILSSession@@6B@ @37693 NONAME ??_R4PLDAPAttr_objectClass@RTPerson@PILSSession@@6B@ @37694 NONAME ??_R4PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@6B@ @37695 NONAME ??_R4PLDAPAttr_sappguid@RTPerson@PILSSession@@6B@ @37696 NONAME ??_R4PLDAPAttr_sappid@RTPerson@PILSSession@@6B@ @37697 NONAME ??_R4PLDAPAttr_sflags@RTPerson@PILSSession@@6B@ @37698 NONAME ??_R4PLDAPAttr_sipAddress@RTPerson@PILSSession@@6B@ @37699 NONAME ??_R4PLDAPAttr_smimetype@RTPerson@PILSSession@@6B@ @37700 NONAME ??_R4PLDAPAttr_smodop@RTPerson@PILSSession@@6B@ @37701 NONAME ??_R4PLDAPAttr_sport@RTPerson@PILSSession@@6B@ @37702 NONAME ??_R4PLDAPAttr_sprotid@RTPerson@PILSSession@@6B@ @37703 NONAME ??_R4PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@6B@ @37704 NONAME ??_R4PLDAPAttr_ssecurity@RTPerson@PILSSession@@6B@ @37705 NONAME ??_R4PLDAPAttr_sttl@RTPerson@PILSSession@@6B@ @37706 NONAME ??_R4PLDAPAttr_surname@RTPerson@PILSSession@@6B@ @37707 NONAME ??_R4PLDAPAttr_timestamp@RTPerson@PILSSession@@6B@ @37708 NONAME ??_R4PluginLoader@@6B@ @45094 NONAME ??_R4PPER_Stream@@6B@ @37709 NONAME ??_R4Pre_Vid_Coder@@6B@ @37710 NONAME ??_R4PWAVFileConverter@@6B@ @44341 NONAME ??_R4PWAVFileConverterALaw@@6B@ @44342 NONAME ??_R4PWAVFileConverterULaw@@6B@ @44343 NONAME ??_R4PWAVFileConverterXLaw@@6B@ @44344 NONAME ??_R4Q931@@6B@ @37713 NONAME ??_R4ReceivedPacket_PNotifier@OpalRFC2833@@6B@ @37714 NONAME ??_R4ReceivedPacket_PNotifier@OpalRtpToWavFile@@6B@ @37715 NONAME ??_R4ReceiverReport@RTP_Session@@6B@ @37716 NONAME ??_R4ReceiveTimeout_PNotifier@OpalRFC2833@@6B@ @37717 NONAME ??_R4Request@H323Transactor@@6B@ @37718 NONAME ??_R4Response@H323Transactor@@6B@ @37719 NONAME ??_R4RFC2190_FfmpgLink@@6B@ @45942 NONAME ??_R4RTPerson@PILSSession@@6B@ @37720 NONAME ??_R4RTP_ControlFrame@@6B@ @37721 NONAME ??_R4RTP_DataFrame@@6B@ @37722 NONAME ??_R4RTP_JitterBuffer@@6B@ @37723 NONAME ??_R4RTP_JitterBufferAnalyser@@6B@ @37724 NONAME ??_R4RTP_QOS@@6B@ @37725 NONAME ??_R4RTP_Session@@6B@ @37726 NONAME ??_R4RTP_SessionManager@@6B@ @37727 NONAME ??_R4RTP_UDP@@6B@ @37728 NONAME ??_R4RTP_UserData@@6B@ @37729 NONAME ??_R4SenderReport@RTP_Session@@6B@ @37730 NONAME ??_R4SlowHandler_PNotifier@H323Transaction@@6B@ @37731 NONAME ??_R4SourceDescription@RTP_Session@@6B@ @37732 NONAME ??_R4SRVRecordList@PDNS@@6B@ @44966 NONAME ??_R4StatusHandler_PNotifier@OpalVoipBlasterDevice@@6B@ @37733 NONAME ??_R4StringMap@H323GatekeeperServer@@6B@ @37734 NONAME ??_R4T120ConnectPDU@@6B@ @37735 NONAME ??_R4T120_X224@@6B@ @37736 NONAME ??_R4T38_ArrayOf_PASN_OctetString@@6B@ @37737 NONAME ??_R4T38_Data_Field@@6B@ @37738 NONAME ??_R4T38_Data_Field_subtype@@6B@ @37739 NONAME ??_R4T38_Data_Field_subtype_field_type@@6B@ @37740 NONAME ??_R4T38_IFPPacket@@6B@ @37741 NONAME ??_R4T38_PreCorrigendum_Data_Field@@6B@ @37742 NONAME ??_R4T38_PreCorrigendum_Data_Field_subtype@@6B@ @37743 NONAME ??_R4T38_PreCorrigendum_Data_Field_subtype_field_type@@6B@ @37744 NONAME ??_R4T38_PreCorrigendum_IFPPacket@@6B@ @37745 NONAME ??_R4T38_Type_of_msg@@6B@ @37746 NONAME ??_R4T38_Type_of_msg_data@@6B@ @37747 NONAME ??_R4T38_Type_of_msg_t30_indicator@@6B@ @37748 NONAME ??_R4T38_UDPTLPacket@@6B@ @37749 NONAME ??_R4T38_UDPTLPacket_error_recovery@@6B@ @37750 NONAME ??_R4T38_UDPTLPacket_error_recovery_fec_info@@6B@ @37751 NONAME ??_R4T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@6B@ @37752 NONAME ??_R4T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@6B@ @37753 NONAME ??_R4T38_UDPTLPacket_primary_ifp_packet@@6B@ @37754 NONAME ??_R4TickleMonitor_PNotifier@H323Gatekeeper@@6B@ @37755 NONAME ??_R4TransmitEnded_PNotifier@OpalRFC2833@@6B@ @37756 NONAME ??_R4TransmitPacket_PNotifier@OpalRFC2833@@6B@ @37757 NONAME ??_R4Transmitter@@6B@ @37758 NONAME ??_R4UpdateAllDescriptors_PNotifier@H323PeerElement@@6B@ @37759 NONAME ??_R4VoipBlasterInterface@@6B@ @37761 NONAME ??_R4Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@6B@ @44582 NONAME ??_R4Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@6B@ @44583 NONAME ??_R4Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@6B@ @44584 NONAME ??_R4Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@6B@ @44585 NONAME ??_R4Worker@OpalPluginCodecFactory@@6B@ @44586 NONAME ??_R4WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @44967 NONAME ??_R4WorkerBase@?$PFactory@VH323Capability@@VPString@@@@6B@ @44029 NONAME ??_R4WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@6B@ @44587 NONAME ??_R4WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @44030 NONAME ??_R4WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@6B@ @44031 NONAME ??_R4WorkerBase@?$PFactory@VPWAVFileConverter@@I@@6B@ @44345 NONAME ??_R4X224@@6B@ @37762 NONAME ??_R4X880_Code@@6B@ @37763 NONAME ??_R4X880_GeneralProblem@@6B@ @37764 NONAME ??_R4X880_Invoke@@6B@ @37765 NONAME ??_R4X880_InvokeId@@6B@ @37766 NONAME ??_R4X880_InvokeProblem@@6B@ @37767 NONAME ??_R4X880_Reject@@6B@ @37768 NONAME ??_R4X880_RejectProblem@@6B@ @37769 NONAME ??_R4X880_Reject_problem@@6B@ @37770 NONAME ??_R4X880_ReturnError@@6B@ @37771 NONAME ??_R4X880_ReturnErrorProblem@@6B@ @37772 NONAME ??_R4X880_ReturnResult@@6B@ @37773 NONAME ??_R4X880_ReturnResultProblem@@6B@ @37774 NONAME ??_R4X880_ReturnResult_result@@6B@ @37775 NONAME ??_R4X880_ROS@@6B@ @37776 NONAME ?Accept@H323ListenerTCP@@UAEPAVH323Transport@@ABVPTimeInterval@@@Z @18850 NONAME ?AcceptControlChannel@H323Transport@@UAEHAAVH323Connection@@@Z @4288 NONAME ?AcceptControlChannel@H323TransportTCP@@UAEHAAVH323Connection@@@Z @4289 NONAME ?AccessRequest@H323PeerElement@@QAEHABVH225_AliasAddress@@AAVH225_ArrayOf_AliasAddress@@AAV2@I@Z @26065 NONAME ?AccessRequest@H323PeerElement@@QAEHABVH225_AliasAddress@@AAVH225_ArrayOf_AliasAddress@@AAVH323TransportAddress@@I@Z @26066 NONAME ?AccessRequest@H323PeerElement@@QAEHABVPString@@AAVH225_ArrayOf_AliasAddress@@AAVH323TransportAddress@@I@Z @26067 NONAME ?AccessRequest@H323PeerElement@@QAEHABVPString@@AAVPStringArray@@AAVH323TransportAddress@@I@Z @26068 NONAME ?Add@H245NegLogicalChannels@@UAEXAAVH323Channel@@@Z @19541 NONAME ?Add@H323Capabilities@@QAEXPAVH323Capability@@@Z @12515 NONAME ?AddAliasName@H323EndPoint@@QAEHABVPString@@@Z @4291 NONAME ?AddAllCapabilities@H323Capabilities@@QAEHHHABVPString@@@Z @43451 NONAME ?AddAllCapabilities@H323EndPoint@@QAEHHHABVPString@@@Z @16214 NONAME ?AddAllCapabilities@H323_LIDCapability@@SAXABVOpalLineInterfaceDevice@@AAVH323Capabilities@@HH@Z @12640 NONAME ?AddAllCapabilities@H323_UserInputCapability@@SAXAAVH323Capabilities@@HH@Z @12790 NONAME ?AddAllUserInputCapabilities@H323EndPoint@@QAEXHH@Z @16215 NONAME ?AddCall@H323GatekeeperServer@@UAEXPAVH323GatekeeperCall@@@Z @42754 NONAME ?AddCall@H323RegisteredEndPoint@@UAEXPAVH323GatekeeperCall@@@Z @42755 NONAME ?AddCallCreditServiceControl@H323GatekeeperCall@@QBEHAAVH225_ArrayOf_ServiceControlSession@@@Z @23636 NONAME ?AddCapability@H235Authenticator@@IAEHIABVPString@@AAVH225_ArrayOf_AuthenticationMechanism@@AAVH225_ArrayOf_PASN_ObjectId@@@Z @20528 NONAME ?AddCapability@H323EndPoint@@QAEXPAVH323Capability@@@Z @4292 NONAME ?AddDescriptor@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@ABVH225_ArrayOf_AliasAddress@@1IH@Z @26364 NONAME ?AddDescriptor@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@ABVH225_ArrayOf_AliasAddress@@ABVH323TransportAddressArray@@IH@Z @26365 NONAME ?AddDescriptor@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@ABVPOrdinalKey@@ABVH225_ArrayOf_AliasAddress@@2IH@Z @26366 NONAME ?AddDescriptor@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@ABVPOrdinalKey@@ABVH501_ArrayOf_AddressTemplate@@ABVPTime@@H@Z @26464 NONAME ?AddDescriptor@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@ABVPStringArray@@ABVH323TransportAddressArray@@IH@Z @26367 NONAME ?AddEndPoint@H323GatekeeperServer@@UAEXPAVH323RegisteredEndPoint@@@Z @19057 NONAME ?AddFilter@H323Codec@@QAEXABVPNotifier@@@Z @20153 NONAME ?AddFilter@H323_RTPChannel@@QAEXABVPNotifier@@@Z @20119 NONAME ?AddFormat@H323PluginCodecManager@@SAXABVOpalMediaFormat@@@Z @42812 NONAME ?AddFormat@H323PluginCodecManager@@SAXPAVOpalMediaFormat@@@Z @45074 NONAME ?AddIntegerGenericParameter@H323GenericCapabilityInfo@@UAEHHHHJ@Z @45419 NONAME ?AddListener@H323TransactionServer@@QAEHABVH323TransportAddress@@@Z @23987 NONAME ?AddListener@H323TransactionServer@@QAEHPAVH323Transactor@@@Z @23988 NONAME ?AddListener@H323TransactionServer@@QAEHPAVH323Transport@@@Z @23989 NONAME ?AddListeners@H323TransactionServer@@QAEHABVH323TransportAddressArray@@@Z @23990 NONAME ?AddOpCode@H450xDispatcher@@QAEXIPAVH450xHandler@@@Z @19428 NONAME ?AddReceiverReport@RTP_Session@@IAEXAAUReceiverReport@RTP_ControlFrame@@@Z @20327 NONAME ?AddSample@CodecReadAnalyser@@QAEXK@Z @37777 NONAME ?AddServiceControlSession@H323RegisteredEndPoint@@UAEHABVH323ServiceControlSession@@AAVH225_ArrayOf_ServiceControlSession@@@Z @22384 NONAME ?AddServiceRelationship@H323PeerElement@@QAEHABVH323TransportAddress@@AAVOpalGloballyUniqueID@@H@Z @25939 NONAME ?AddServiceRelationship@H323PeerElement@@QAEHABVH323TransportAddress@@H@Z @25940 NONAME ?AddSession@RTP_SessionManager@@QAEXPAVRTP_Session@@@Z @4293 NONAME ?AddSourceDescription@RTP_ControlFrame@@QAEAAUSourceDescription@1@K@Z @12388 NONAME ?AddSourceDescriptionItem@RTP_ControlFrame@@QAEAAUItem@SourceDescription@1@AAU31@IABVPString@@@Z @12389 NONAME ?AdmissionRequest@H323Gatekeeper@@QAEHAAVH323Connection@@AAUAdmissionResponse@1@H@Z @19605 NONAME ?AgeResponses@H323Transactor@@IAEXXZ @25856 NONAME ?age_blocks@Pre_Vid_Coder@@IAEXXZ @4296 NONAME ?ALawConverter@@3V?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@A @44346 NONAME ?alloc@Transmitter@@QAEPAUpktbuf@1@XZ @4297 NONAME ?allocate@?$allocator@ULookupRecord@@@std@@QAEPAULookupRecord@@I@Z @44968 NONAME ?allocate@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@@std@@QAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@I@Z @44347 NONAME ?allocate@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@I@Z @44969 NONAME ?allocate@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@I@Z @44032 NONAME ?allocate@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@I@Z @44033 NONAME ?allocate@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@I@Z @44588 NONAME ?allocate@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@I@Z @44034 NONAME ?allocate@FullP64Decoder@@MAEXXZ @4298 NONAME ?allocate@IntraP64Decoder@@MAEXXZ @4299 NONAME ?AllocateBandwidth@H323GatekeeperServer@@UAEIII@Z @19062 NONAME ?alloch@Transmitter@@QAEPAUpktbuf@1@XZ @4300 NONAME ?allocref@Pre_Vid_Coder@@IAEXXZ @4301 NONAME ?AllowDuplicateAlias@H323GatekeeperServer@@UAEHABVH225_ArrayOf_AliasAddress@@@Z @42742 NONAME ?Answer@OpalT120Protocol@@UAEHAAVH323Transport@@@Z @18851 NONAME ?Answer@OpalT38Protocol@@UAEHXZ @20307 NONAME ?AnsweringCall@H323Connection@@QAEXW4AnswerCallResponse@1@@Z @4303 NONAME ?Append@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UAE?AV?$PSafePtr@VH323GatekeeperCall@@@@PAVH323GatekeeperCall@@W4PSafetyMode@@@Z @21403 NONAME ?Append@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UAE?AV?$PSafePtr@VH323PeerElementDescriptor@@@@PAVH323PeerElementDescriptor@@W4PSafetyMode@@@Z @25719 NONAME ?Append@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UAE?AV?$PSafePtr@VH323PeerElementServiceRelationship@@@@PAVH323PeerElementServiceRelationship@@W4PSafetyMode@@@Z @25720 NONAME ?Append@PASN_Array@@QAEXPAVPASN_Object@@@Z @37778 NONAME ?AppendAddress@H323TransportAddressArray@@QAEXABVH323TransportAddress@@@Z @23925 NONAME ?AppendString@H323TransportAddressArray@@QAEXABVPString@@@Z @23926 NONAME ?AppendString@H323TransportAddressArray@@QAEXPBD@Z @23927 NONAME ?AppendStringCollection@H323TransportAddressArray@@IAEXABVPCollection@@@Z @21071 NONAME ?ApplyQOS@RTP_UDP@@QAEXABVAddress@PIPSocket@@@Z @26598 NONAME ?AsString@OpalGloballyUniqueID@@QBE?AVPString@@XZ @13846 NONAME ?AttachChannel@H323Codec@@UAEHPAVPChannel@@H@Z @12860 NONAME ?AttachLogicalChannel@H323Codec@@QAEHPAVH323Channel@@@Z @19680 NONAME ?AttachQoS@H323Capability@@UAEXPAVRTP_QOS@@@Z @26599 NONAME ?AttachQoS@H323RealTimeCapability@@UAEXPAVRTP_QOS@@@Z @26600 NONAME ?AttachSignalChannel@H323Connection@@UAEXABVPString@@PAVH323Transport@@H@Z @46031 NONAME ?AttachSupplementaryServiceAPDU@H450ServiceAPDU@@QAEXAAVH323SignalPDU@@@Z @19429 NONAME ?AttachThread@H323Transport@@QAEXPAVPThread@@@Z @4309 NONAME ?AttachToAlerting@H45011Handler@@UAEXAAVH323SignalPDU@@@Z @20655 NONAME ?AttachToAlerting@H4502Handler@@UAEXAAVH323SignalPDU@@@Z @19430 NONAME ?AttachToAlerting@H4506Handler@@UAEXAAVH323SignalPDU@@I@Z @19946 NONAME ?AttachToAlerting@H450xDispatcher@@UAEXAAVH323SignalPDU@@@Z @19431 NONAME ?AttachToAlerting@H450xHandler@@UAEXAAVH323SignalPDU@@@Z @19432 NONAME ?AttachToConnect@H45011Handler@@UAEXAAVH323SignalPDU@@@Z @20656 NONAME ?AttachToConnect@H4502Handler@@UAEXAAVH323SignalPDU@@@Z @19433 NONAME ?AttachToConnect@H450xDispatcher@@UAEXAAVH323SignalPDU@@@Z @19434 NONAME ?AttachToConnect@H450xHandler@@UAEXAAVH323SignalPDU@@@Z @19435 NONAME ?AttachToReleaseComplete@H45011Handler@@UAEXAAVH323SignalPDU@@@Z @20657 NONAME ?AttachToReleaseComplete@H4502Handler@@UAEXAAVH323SignalPDU@@@Z @19436 NONAME ?AttachToReleaseComplete@H450xDispatcher@@UAEXAAVH323SignalPDU@@@Z @19437 NONAME ?AttachToReleaseComplete@H450xHandler@@UAEXAAVH323SignalPDU@@@Z @19438 NONAME ?AttachToSetup@H45011Handler@@UAEXAAVH323SignalPDU@@@Z @20658 NONAME ?AttachToSetup@H4502Handler@@UAEXAAVH323SignalPDU@@@Z @19439 NONAME ?AttachToSetup@H450xDispatcher@@UAEXAAVH323SignalPDU@@@Z @19440 NONAME ?AttachToSetup@H450xHandler@@UAEXAAVH323SignalPDU@@@Z @19441 NONAME ?AvcodecAllocContext@RFC2190_FfmpgLink@@QAEPAUAVCodecContext@@XZ @45943 NONAME ?AvcodecAllocFrame@RFC2190_FfmpgLink@@QAEPAUAVFrame@@XZ @45944 NONAME ?AvcodecClose@RFC2190_FfmpgLink@@QAEHPAUAVCodecContext@@@Z @45945 NONAME ?AvcodecDecodeVideo@RFC2190_FfmpgLink@@QAEHPAUAVCodecContext@@PAUAVFrame@@PAHPAEH@Z @45946 NONAME ?AvcodecEncodeVideo@RFC2190_FfmpgLink@@QAEHPAUAVCodecContext@@PAEHPBUAVFrame@@@Z @45947 NONAME ?AvcodecFindDecoder@RFC2190_FfmpgLink@@QAEPAUAVCodec@@W4CodecID@@@Z @45948 NONAME ?AvcodecFindEncoder@RFC2190_FfmpgLink@@QAEPAUAVCodec@@W4CodecID@@@Z @45949 NONAME ?AvcodecFree@RFC2190_FfmpgLink@@QAEXPAX@Z @45950 NONAME ?AvcodecOpen@RFC2190_FfmpgLink@@QAEHPAUAVCodecContext@@PAUAVCodec@@@Z @45951 NONAME ?AvcodecSetPrintFn@RFC2190_FfmpgLink@@QAEXP6AXPAD@Z@Z @45952 NONAME ?AwaitSetupResponse@H45011Handler@@QAEXABVPString@@0@Z @20659 NONAME ?AwaitSetupResponse@H4502Handler@@QAEXABVPString@@0@Z @19442 NONAME ?BandwidthRequest@H323Gatekeeper@@QAEHAAVH323Connection@@I@Z @4310 NONAME ?begin@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAE?AViterator@12@XZ @44970 NONAME ?begin@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE?AViterator@12@XZ @44348 NONAME ?begin@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@XZ @44971 NONAME ?begin@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@XZ @44035 NONAME ?begin@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@XZ @44036 NONAME ?begin@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@XZ @44589 NONAME ?begin@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@XZ @44037 NONAME ?BeginTransmit@OpalRFC2833@@UAEHD@Z @20120 NONAME ?Bootstrap@H323PluginCodecManager@@SAXXZ @45095 NONAME ?Build@H323ControlPDU@@QAEAAVH245_CommandMessage@@W4Choices@2@@Z @4311 NONAME ?Build@H323ControlPDU@@QAEAAVH245_IndicationMessage@@W4Choices@2@@Z @4312 NONAME ?Build@H323ControlPDU@@QAEAAVH245_RequestMessage@@W4Choices@2@@Z @4313 NONAME ?Build@H323ControlPDU@@QAEAAVH245_ResponseMessage@@W4Choices@2@@Z @4314 NONAME ?BuildAccessConfirmation@H501PDU@@QAEAAVH501_AccessConfirmation@@I@Z @25492 NONAME ?BuildAccessRejection@H501PDU@@QAEAAVH501_AccessRejection@@IH@Z @25721 NONAME ?BuildAccessRequest@H501PDU@@QAEAAVH501_AccessRequest@@IABVH323TransportAddressArray@@@Z @26368 NONAME ?BuildAdmissionConfirm@H323RasPDU@@QAEAAVH225_AdmissionConfirm@@I@Z @19316 NONAME ?BuildAdmissionReject@H323RasPDU@@QAEAAVH225_AdmissionReject@@II@Z @19317 NONAME ?BuildAdmissionRequest@H323RasPDU@@QAEAAVH225_AdmissionRequest@@I@Z @19318 NONAME ?BuildAlerting@H323SignalPDU@@QAEAAVH225_Alerting_UUIE@@ABVH323Connection@@@Z @12480 NONAME ?BuildAlerting@Q931@@QAEXH@Z @4317 NONAME ?BuildAuthenticationConfirmation@H501PDU@@QAEAAVH501_AuthenticationConfirmation@@I@Z @25495 NONAME ?BuildAuthenticationRejection@H501PDU@@QAEAAVH501_AuthenticationRejection@@II@Z @25818 NONAME ?BuildAuthenticationRequest@H501PDU@@QAEAAVH501_AuthenticationRequest@@IABVH323TransportAddressArray@@@Z @26369 NONAME ?BuildBandwidthConfirm@H323RasPDU@@QAEAAVH225_BandwidthConfirm@@II@Z @19319 NONAME ?BuildBandwidthReject@H323RasPDU@@QAEAAVH225_BandwidthReject@@II@Z @19320 NONAME ?BuildBandwidthRequest@H323RasPDU@@QAEAAVH225_BandwidthRequest@@I@Z @19321 NONAME ?BuildCallIntrusionForcedRelease@H450ServiceAPDU@@QAEXHH@Z @20660 NONAME ?BuildCallIntrusionForcedReleaseError@H450ServiceAPDU@@QAEXXZ @20661 NONAME ?BuildCallIntrusionForcedReleaseResult@H450ServiceAPDU@@QAEAAVX880_ReturnResult@@H@Z @21030 NONAME ?BuildCallIntrusionForceRelesed@H450ServiceAPDU@@QAEXH@Z @21031 NONAME ?BuildCallIntrusionGetCIPL@H450ServiceAPDU@@QAEXH@Z @21032 NONAME ?BuildCallIntrusionImpending@H450ServiceAPDU@@QAEXH@Z @21033 NONAME ?BuildCallProceeding@H323SignalPDU@@QAEAAVH225_CallProceeding_UUIE@@ABVH323Connection@@@Z @12481 NONAME ?BuildCallProceeding@Q931@@QAEXH@Z @4322 NONAME ?BuildCallTransferAbandon@H450ServiceAPDU@@QAEXH@Z @19947 NONAME ?BuildCallTransferIdentify@H450ServiceAPDU@@QAEXH@Z @19948 NONAME ?BuildCallTransferInitiate@H450ServiceAPDU@@QAEXHABVPString@@0ABVH323TransportAddress@@@Z @14445 NONAME ?BuildCallTransferSetup@H450ServiceAPDU@@QAEXHABVPString@@@Z @14446 NONAME ?BuildCallWaiting@H450ServiceAPDU@@QAEXHH@Z @19949 NONAME ?BuildCloseLogicalChannel@H323ControlPDU@@QAEAAVH245_CloseLogicalChannel@@I@Z @4323 NONAME ?BuildCloseLogicalChannelAck@H323ControlPDU@@QAEAAVH245_CloseLogicalChannelAck@@I@Z @4324 NONAME ?BuildConnect@H323SignalPDU@@QAEAAVH225_Connect_UUIE@@ABVH323Connection@@@Z @12482 NONAME ?BuildConnect@H323SignalPDU@@QAEAAVH225_Connect_UUIE@@ABVH323Connection@@ABVAddress@PIPSocket@@G@Z @12483 NONAME ?BuildConnect@Q931@@QAEXH@Z @12488 NONAME ?BuildConnectAck@Q931@@QAEXHH@Z @44248 NONAME ?BuildConnectConfirm@X224@@QAEXXZ @4328 NONAME ?BuildConnectionToken@H323EndPoint@@SA?AVPString@@ABVH323Transport@@IH@Z @4329 NONAME ?BuildConnectRequest@X224@@QAEXXZ @4330 NONAME ?BuildData@X224@@QAEXABVPBYTEArray@@@Z @4331 NONAME ?BuildDescriptorConfirmation@H501PDU@@QAEAAVH501_DescriptorConfirmation@@I@Z @25498 NONAME ?BuildDescriptorIDConfirmation@H501PDU@@QAEAAVH501_DescriptorIDConfirmation@@I@Z @25499 NONAME ?BuildDescriptorIDRejection@H501PDU@@QAEAAVH501_DescriptorIDRejection@@II@Z @25819 NONAME ?BuildDescriptorIDRequest@H501PDU@@QAEAAVH501_DescriptorIDRequest@@IABVH323TransportAddressArray@@@Z @26370 NONAME ?BuildDescriptorRejection@H501PDU@@QAEAAVH501_DescriptorRejection@@II@Z @25820 NONAME ?BuildDescriptorRequest@H501PDU@@QAEAAVH501_DescriptorRequest@@IABVH323TransportAddressArray@@@Z @26371 NONAME ?BuildDescriptorUpdate@H501PDU@@QAEAAVH501_DescriptorUpdate@@IABVH323TransportAddressArray@@@Z @26372 NONAME ?BuildDescriptorUpdateAck@H501PDU@@QAEAAVH501_DescriptorUpdateAck@@I@Z @25505 NONAME ?BuildDisengageConfirm@H323RasPDU@@QAEAAVH225_DisengageConfirm@@I@Z @19322 NONAME ?BuildDisengageReject@H323RasPDU@@QAEAAVH225_DisengageReject@@II@Z @19323 NONAME ?BuildDisengageRequest@H323RasPDU@@QAEAAVH225_DisengageRequest@@I@Z @19324 NONAME ?BuildEndSessionCommand@H323ControlPDU@@QAEAAVH245_EndSessionCommand@@I@Z @4334 NONAME ?BuildFacility@H323SignalPDU@@QAEPAVH225_Facility_UUIE@@ABVH323Connection@@H@Z @12484 NONAME ?BuildFacility@Q931@@QAEXHH@Z @4336 NONAME ?BuildFunctionNotUnderstood@H323ControlPDU@@QAEAAVH245_FunctionNotUnderstood@@ABV1@@Z @4337 NONAME ?BuildGatekeeperConfirm@H323RasPDU@@QAEAAVH225_GatekeeperConfirm@@I@Z @19325 NONAME ?BuildGatekeeperReject@H323RasPDU@@QAEAAVH225_GatekeeperReject@@II@Z @19326 NONAME ?BuildGatekeeperRequest@H323RasPDU@@QAEAAVH225_GatekeeperRequest@@I@Z @19327 NONAME ?BuildInfoRequest@H323RasPDU@@QAEAAVH225_InfoRequest@@IIPBVOpalGloballyUniqueID@@@Z @21054 NONAME ?BuildInfoRequestAck@H323RasPDU@@QAEAAVH225_InfoRequestAck@@I@Z @20587 NONAME ?BuildInfoRequestNak@H323RasPDU@@QAEAAVH225_InfoRequestNak@@II@Z @20588 NONAME ?BuildInfoRequestResponse@H323Gatekeeper@@IAEAAVH225_InfoRequestResponse@@AAVH323RasPDU@@I@Z @20529 NONAME ?BuildInfoRequestResponse@H323RasPDU@@QAEAAVH225_InfoRequestResponse@@I@Z @19328 NONAME ?BuildInformation@H323SignalPDU@@QAEAAVH225_Information_UUIE@@ABVH323Connection@@@Z @18453 NONAME ?BuildInformation@Q931@@QAEXHH@Z @18454 NONAME ?BuildInvoke@H450ServiceAPDU@@QAEAAVX880_Invoke@@HH@Z @14447 NONAME ?BuildLocationConfirm@H323RasPDU@@QAEAAVH225_LocationConfirm@@I@Z @19329 NONAME ?BuildLocationReject@H323RasPDU@@QAEAAVH225_LocationReject@@II@Z @19330 NONAME ?BuildLocationRequest@H323RasPDU@@QAEAAVH225_LocationRequest@@I@Z @19331 NONAME ?BuildMasterSlaveDetermination@H323ControlPDU@@QAEAAVH245_MasterSlaveDetermination@@II@Z @4341 NONAME ?BuildMasterSlaveDeterminationAck@H323ControlPDU@@QAEAAVH245_MasterSlaveDeterminationAck@@H@Z @4342 NONAME ?BuildMasterSlaveDeterminationReject@H323ControlPDU@@QAEAAVH245_MasterSlaveDeterminationReject@@I@Z @4343 NONAME ?BuildNonStandardConfirmation@H501PDU@@QAEAAVH501_NonStandardConfirmation@@I@Z @25506 NONAME ?BuildNonStandardRejection@H501PDU@@QAEAAVH501_NonStandardRejection@@II@Z @25821 NONAME ?BuildNonStandardRequest@H501PDU@@QAEAAVH501_NonStandardRequest@@IABVH323TransportAddressArray@@@Z @26373 NONAME ?BuildNotify@H323SignalPDU@@QAEAAVH225_Notify_UUIE@@ABVH323Connection@@@Z @18455 NONAME ?BuildNotify@Q931@@QAEXHH@Z @18456 NONAME ?BuildOpenLogicalChannel@H323ControlPDU@@QAEAAVH245_OpenLogicalChannel@@I@Z @4344 NONAME ?BuildOpenLogicalChannelAck@H323ControlPDU@@QAEAAVH245_OpenLogicalChannelAck@@I@Z @4345 NONAME ?BuildOpenLogicalChannelConfirm@H323ControlPDU@@QAEAAVH245_OpenLogicalChannelConfirm@@I@Z @4346 NONAME ?BuildOpenLogicalChannelReject@H323ControlPDU@@QAEAAVH245_OpenLogicalChannelReject@@II@Z @4347 NONAME ?BuildPDU@H323Capabilities@@QBEXABVH323Connection@@AAVH245_TerminalCapabilitySet@@@Z @20610 NONAME ?BuildPDU@H501PDU@@IAEXII@Z @25857 NONAME ?BuildProgress@H323SignalPDU@@QAEAAVH225_Progress_UUIE@@ABVH323Connection@@@Z @18457 NONAME ?BuildProgress@Q931@@QAEXHHIII@Z @18458 NONAME ?BuildQ931@H323SignalPDU@@QAEXXZ @12776 NONAME ?BuildRegistrationConfirm@H323RasPDU@@QAEAAVH225_RegistrationConfirm@@I@Z @19332 NONAME ?BuildRegistrationReject@H323RasPDU@@QAEAAVH225_RegistrationReject@@II@Z @19333 NONAME ?BuildRegistrationRequest@H323RasPDU@@QAEAAVH225_RegistrationRequest@@I@Z @19334 NONAME ?BuildReject@H450ServiceAPDU@@QAEAAVX880_Reject@@H@Z @14448 NONAME ?BuildReleaseComplete@H323SignalPDU@@QAEAAVH225_ReleaseComplete_UUIE@@ABVH323Connection@@@Z @12642 NONAME ?BuildReleaseComplete@Q931@@QAEXHH@Z @4351 NONAME ?BuildRequest@H501PDU@@IAEXIIABVH323TransportAddressArray@@@Z @26374 NONAME ?BuildRequestChannelClose@H323ControlPDU@@QAEAAVH245_RequestChannelClose@@II@Z @4352 NONAME ?BuildRequestChannelCloseAck@H323ControlPDU@@QAEAAVH245_RequestChannelCloseAck@@I@Z @4353 NONAME ?BuildRequestChannelCloseReject@H323ControlPDU@@QAEAAVH245_RequestChannelCloseReject@@I@Z @4354 NONAME ?BuildRequestChannelCloseRelease@H323ControlPDU@@QAEAAVH245_RequestChannelCloseRelease@@I@Z @12479 NONAME ?BuildRequestInProgress@H323RasPDU@@QAEAAVH225_RequestInProgress@@II@Z @19777 NONAME ?BuildRequestInProgress@H501PDU@@QAEAAVH501_RequestInProgress@@II@Z @26073 NONAME ?BuildRequestMode@H323ControlPDU@@QAEAAVH245_RequestMode@@I@Z @4355 NONAME ?BuildRequestModeAck@H323ControlPDU@@QAEAAVH245_RequestModeAck@@II@Z @4356 NONAME ?BuildRequestModeReject@H323ControlPDU@@QAEAAVH245_RequestModeReject@@II@Z @4357 NONAME ?BuildReturnError@H450ServiceAPDU@@QAEAAVX880_ReturnError@@HH@Z @14449 NONAME ?BuildReturnResult@H450ServiceAPDU@@QAEAAVX880_ReturnResult@@H@Z @14450 NONAME ?BuildRoundTripDelayRequest@H323ControlPDU@@QAEAAVH245_RoundTripDelayRequest@@I@Z @4358 NONAME ?BuildRoundTripDelayResponse@H323ControlPDU@@QAEAAVH245_RoundTripDelayResponse@@I@Z @4359 NONAME ?BuildServiceConfirmation@H501PDU@@QAEAAVH501_ServiceConfirmation@@I@Z @25512 NONAME ?BuildServiceControlIndication@H323RasPDU@@QAEAAVH225_ServiceControlIndication@@IPBVOpalGloballyUniqueID@@@Z @23637 NONAME ?BuildServiceControlResponse@H323RasPDU@@QAEAAVH225_ServiceControlResponse@@I@Z @23638 NONAME ?BuildServiceRejection@H501PDU@@QAEAAVH501_ServiceRejection@@II@Z @25822 NONAME ?BuildServiceRelease@H501PDU@@QAEAAVH501_ServiceRelease@@I@Z @25514 NONAME ?BuildServiceRequest@H501PDU@@QAEAAVH501_ServiceRequest@@IABVH323TransportAddressArray@@@Z @26375 NONAME ?BuildSetup@H323SignalPDU@@QAEAAVH225_Setup_UUIE@@ABVH323Connection@@ABVH323TransportAddress@@@Z @12770 NONAME ?BuildSetup@Q931@@QAEXH@Z @12491 NONAME ?BuildSetupAcknowledge@H323SignalPDU@@QAEAAVH225_SetupAcknowledge_UUIE@@ABVH323Connection@@@Z @18459 NONAME ?BuildSetupAcknowledge@Q931@@QAEXH@Z @18460 NONAME ?BuildStatus@H323SignalPDU@@QAEAAVH225_Status_UUIE@@ABVH323Connection@@@Z @18461 NONAME ?BuildStatus@Q931@@QAEXHH@Z @4364 NONAME ?BuildStatusEnquiry@Q931@@QAEXHH@Z @16260 NONAME ?BuildStatusInquiry@H323SignalPDU@@QAEAAVH225_StatusInquiry_UUIE@@ABVH323Connection@@@Z @18462 NONAME ?BuildTerminalCapabilitySet@H323ControlPDU@@QAEAAVH245_TerminalCapabilitySet@@ABVH323Connection@@IH@Z @16261 NONAME ?BuildTerminalCapabilitySetAck@H323ControlPDU@@QAEAAVH245_TerminalCapabilitySetAck@@I@Z @4366 NONAME ?BuildTerminalCapabilitySetReject@H323ControlPDU@@QAEAAVH245_TerminalCapabilitySetReject@@II@Z @4367 NONAME ?BuildUnknownMessageResponse@H323RasPDU@@QAEAAVH225_UnknownMessageResponse@@I@Z @19335 NONAME ?BuildUnknownMessageResponse@H501PDU@@QAEAAVH501_UnknownMessageResponse@@I@Z @25516 NONAME ?BuildUnregistrationConfirm@H323RasPDU@@QAEAAVH225_UnregistrationConfirm@@I@Z @19336 NONAME ?BuildUnregistrationReject@H323RasPDU@@QAEAAVH225_UnregistrationReject@@II@Z @19337 NONAME ?BuildUnregistrationRequest@H323RasPDU@@QAEAAVH225_UnregistrationRequest@@I@Z @19338 NONAME ?BuildUsageConfirmation@H501PDU@@QAEAAVH501_UsageConfirmation@@I@Z @25517 NONAME ?BuildUsageIndicationConfirmation@H501PDU@@QAEAAVH501_UsageIndicationConfirmation@@I@Z @25518 NONAME ?BuildUsageIndicationRejection@H501PDU@@QAEAAVH501_UsageIndicationRejection@@II@Z @25823 NONAME ?BuildUsageRejection@H501PDU@@QAEAAVH501_UsageRejection@@I@Z @25520 NONAME ?BuildUsageRequest@H501PDU@@QAEAAVH501_UsageRequest@@IABVH323TransportAddressArray@@@Z @26376 NONAME ?BuildUserInputIndication@H323ControlPDU@@QAEAAVH245_UserInputIndication@@ABVPString@@@Z @4371 NONAME ?BuildUserInputIndication@H323ControlPDU@@QAEAAVH245_UserInputIndication@@DIII@Z @4372 NONAME ?BuildValidationConfirmation@H501PDU@@QAEAAVH501_ValidationConfirmation@@I@Z @25522 NONAME ?BuildValidationRejection@H501PDU@@QAEAAVH501_ValidationRejection@@II@Z @25824 NONAME ?BuildValidationRequest@H501PDU@@QAEAAVH501_ValidationRequest@@IABVH323TransportAddressArray@@@Z @26377 NONAME ?bv_rdct1@@YAXHPAFHPAEH@Z @4373 NONAME ?bv_rdct2@@YAXHPAFHPAE1H@Z @4374 NONAME ?bv_rdct3@@YAXHPAFHHPAE1H@Z @4375 NONAME ?Call@HandleTimeout_PNotifier@H245Negotiator@@UBEXAAVPObject@@H@Z @4376 NONAME ?Call@HandleTransactions_PNotifier@H323Transactor@@UBEXAAVPObject@@H@Z @25859 NONAME ?Call@MonitorMain_PNotifier@H323Gatekeeper@@UBEXAAVPObject@@H@Z @20530 NONAME ?Call@MonitorMain_PNotifier@H323GatekeeperServer@@UBEXAAVPObject@@H@Z @20323 NONAME ?Call@MonitorMain_PNotifier@H323PeerElement@@UBEXAAVPObject@@H@Z @23993 NONAME ?Call@OnCallIntrudeTimeOut_PNotifier@H45011Handler@@UBEXAAVPObject@@H@Z @20663 NONAME ?Call@OnCallTransferTimeOut_PNotifier@H4502Handler@@UBEXAAVPObject@@H@Z @19950 NONAME ?Call@OnLoadModule_PNotifier@PPluginModuleManager@@UBEXAAVPObject@@H@Z @42776 NONAME ?Call@OnUserInputInBandDTMF_PNotifier@H323Connection@@UBEXAAVPObject@@H@Z @20162 NONAME ?Call@OnUserInputInlineRFC2833_PNotifier@H323Connection@@UBEXAAVPObject@@H@Z @20121 NONAME ?Call@ReceivedPacket_PNotifier@OpalRFC2833@@UBEXAAVPObject@@H@Z @20122 NONAME ?Call@ReceivedPacket_PNotifier@OpalRtpToWavFile@@UBEXAAVPObject@@H@Z @20565 NONAME ?Call@ReceiveTimeout_PNotifier@OpalRFC2833@@UBEXAAVPObject@@H@Z @20123 NONAME ?Call@SlowHandler_PNotifier@H323Transaction@@UBEXAAVPObject@@H@Z @26074 NONAME ?Call@StatusHandler_PNotifier@OpalVoipBlasterDevice@@UBEXAAVPObject@@H@Z @19991 NONAME ?Call@TickleMonitor_PNotifier@H323Gatekeeper@@UBEXAAVPObject@@H@Z @20531 NONAME ?Call@TransmitEnded_PNotifier@OpalRFC2833@@UBEXAAVPObject@@H@Z @20124 NONAME ?Call@TransmitPacket_PNotifier@OpalRFC2833@@UBEXAAVPObject@@H@Z @20125 NONAME ?Call@UpdateAllDescriptors_PNotifier@H323PeerElement@@UBEXAAVPObject@@H@Z @25941 NONAME ?CanAutoCallForward@H323EndPoint@@QBEHXZ @37780 NONAME ?CanAutoStartReceiveFax@H323EndPoint@@QBEHXZ @37781 NONAME ?CanAutoStartReceiveVideo@H323EndPoint@@QBEHXZ @37782 NONAME ?CanAutoStartTransmitFax@H323EndPoint@@QBEHXZ @37783 NONAME ?CanAutoStartTransmitVideo@H323EndPoint@@QBEHXZ @37784 NONAME ?CanDisplayAmountString@H323EndPoint@@QBEHXZ @37785 NONAME ?CanDisplayAmountString@H323RegisteredEndPoint@@QBEHXZ @37786 NONAME ?CanEnforceDurationLimit@H323EndPoint@@QBEHXZ @37787 NONAME ?CanEnforceDurationLimit@H323RegisteredEndPoint@@QBEHXZ @37788 NONAME ?CanReceiveRIP@H323RegisteredEndPoint@@QBEHXZ @26669 NONAME ?CanSendRIP@H323Transaction@@QBEHXZ @37789 NONAME ?capacity@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QBEIXZ @44972 NONAME ?CheckAliasAddressPolicy@H323GatekeeperServer@@UAEHABVH323RegisteredEndPoint@@ABVH225_AdmissionRequest@@ABVH225_AliasAddress@@@Z @19063 NONAME ?CheckAliasStringPolicy@H323GatekeeperServer@@UAEHABVH323RegisteredEndPoint@@ABVH225_AdmissionRequest@@ABVPString@@@Z @19064 NONAME ?CheckCryptoTokens@H323GatekeeperRequest@@QAEHXZ @21091 NONAME ?CheckCryptoTokens@H323Transaction@@QAEHABVH235Authenticators@@@Z @26075 NONAME ?CheckCryptoTokens@H323Transactor@@IAEHABVH323TransactionPDU@@ABVPASN_Array@@I1I@Z @26076 NONAME ?CheckForResponse@H323Transactor@@IAEHIIPBVPASN_Choice@@@Z @25861 NONAME ?CheckGatekeeperIdentifier@H323GatekeeperRequest@@QAEHXZ @21092 NONAME ?CheckResponse@Request@H323Transactor@@QAEXIPBVPASN_Choice@@@Z @25862 NONAME ?CheckSignalAddressPolicy@H323GatekeeperServer@@UAEHABVH323RegisteredEndPoint@@ABVH225_AdmissionRequest@@ABVH323TransportAddress@@@Z @19066 NONAME ?Class@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@SAPBDXZ @37790 NONAME ?Class@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@SAPBDXZ @37791 NONAME ?Class@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@SAPBDXZ @37792 NONAME ?Class@?$H235_HASHED@VH235_EncodedGeneralToken@@@@SAPBDXZ @37793 NONAME ?Class@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@SAPBDXZ @37794 NONAME ?Class@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@SAPBDXZ @37795 NONAME ?Class@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@SAPBDXZ @37796 NONAME ?Class@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@SAPBDXZ @37797 NONAME ?Class@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@SAPBDXZ @37798 NONAME ?Class@?$H235_SIGNED@VH235_EncodedReturnSig@@@@SAPBDXZ @37799 NONAME ?Class@?$PArray@V?$PList@VH323Capability@@@@@@SAPBDXZ @37800 NONAME ?Class@?$PArray@VH323SimultaneousCapabilities@@@@SAPBDXZ @37801 NONAME ?Class@?$PArray@VH323TransportAddress@@@@SAPBDXZ @37802 NONAME ?Class@?$PArray@VReceiverReport@RTP_Session@@@@SAPBDXZ @37803 NONAME ?Class@?$PArray@VSourceDescription@RTP_Session@@@@SAPBDXZ @37804 NONAME ?Class@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@SAPBDXZ @37805 NONAME ?Class@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@SAPBDXZ @37806 NONAME ?Class@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@SAPBDXZ @37807 NONAME ?Class@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@SAPBDXZ @37808 NONAME ?Class@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@SAPBDXZ @37809 NONAME ?Class@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@SAPBDXZ @37810 NONAME ?Class@?$PDictionary@VPString@@VH323Connection@@@@SAPBDXZ @37811 NONAME ?Class@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@SAPBDXZ @37812 NONAME ?Class@?$PDictionary@VPString@@VPOrdinalKey@@@@SAPBDXZ @37813 NONAME ?Class@?$PList@VH235Authenticator@@@@SAPBDXZ @37814 NONAME ?Class@?$PList@VH245_GenericParameter@@@@SAPBDXZ @45420 NONAME ?Class@?$PList@VH263Packet@@@@SAPBDXZ @45953 NONAME ?Class@?$PList@VH323Capability@@@@SAPBDXZ @37816 NONAME ?Class@?$PList@VH323Channel@@@@SAPBDXZ @37817 NONAME ?Class@?$PList@VH323GatekeeperListener@@@@SAPBDXZ @37818 NONAME ?Class@?$PList@VH323Listener@@@@SAPBDXZ @37819 NONAME ?Class@?$PList@VH323Transactor@@@@SAPBDXZ @37820 NONAME ?Class@?$PList@VH450xHandler@@@@SAPBDXZ @37821 NONAME ?Class@?$PList@VOpalMediaFormat@@@@SAPBDXZ @37823 NONAME ?Class@?$PList@VPBYTEArray@@@@SAPBDXZ @37824 NONAME ?Class@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@SAPBDXZ @37825 NONAME ?Class@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@SAPBDXZ @37826 NONAME ?Class@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@SAPBDXZ @37827 NONAME ?Class@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@SAPBDXZ @37828 NONAME ?Class@?$PSafePtr@VH323GatekeeperCall@@@@SAPBDXZ @37829 NONAME ?Class@?$PSafePtr@VH323PeerElementDescriptor@@@@SAPBDXZ @37830 NONAME ?Class@?$PSafePtr@VH323PeerElementServiceRelationship@@@@SAPBDXZ @37831 NONAME ?Class@?$PSafePtr@VH323RegisteredEndPoint@@@@SAPBDXZ @37832 NONAME ?Class@?$PSet@VPOrdinalKey@@@@SAPBDXZ @37833 NONAME ?Class@?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@SAPBDXZ @37834 NONAME ?Class@?$PSortedList@VH225_AliasAddress@@@@SAPBDXZ @37835 NONAME ?Class@?$PSortedList@VH323GatekeeperCall@@@@SAPBDXZ @37836 NONAME ?Class@?$PSortedList@VH323PeerElementDescriptor@@@@SAPBDXZ @37837 NONAME ?Class@?$PSortedList@VH323PeerElementServiceRelationship@@@@SAPBDXZ @37838 NONAME ?Class@?$PSortedList@VMXRecord@PDNS@@@@SAPBDXZ @44973 NONAME ?Class@?$PSortedList@VResponse@H323Transactor@@@@SAPBDXZ @37839 NONAME ?Class@?$PSortedList@VSRVRecord@PDNS@@@@SAPBDXZ @44974 NONAME ?Class@AlternateInfo@H323Gatekeeper@@SAPBDXZ @37840 NONAME ?Class@ByteQueue@OpalVoipBlasterDevice@@SAPBDXZ @37841 NONAME ?Class@FilterInfo@H323Codec@@SAPBDXZ @37843 NONAME ?Class@G7231_File_Capability@@SAPBDXZ @37844 NONAME ?Class@G7231_File_Codec@@SAPBDXZ @37845 NONAME ?Class@GCC_AlternativeNodeID@@SAPBDXZ @37846 NONAME ?Class@GCC_ApplicationInvokeIndication@@SAPBDXZ @37847 NONAME ?Class@GCC_ApplicationInvokeSpecifier@@SAPBDXZ @37848 NONAME ?Class@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@SAPBDXZ @37849 NONAME ?Class@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@SAPBDXZ @37850 NONAME ?Class@GCC_ApplicationRecord@@SAPBDXZ @37851 NONAME ?Class@GCC_ApplicationRecord_nonCollapsingCapabilities@@SAPBDXZ @37852 NONAME ?Class@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@SAPBDXZ @37853 NONAME ?Class@GCC_ArrayOf_ApplicationInvokeSpecifier@@SAPBDXZ @37854 NONAME ?Class@GCC_ArrayOf_ChallengeItem@@SAPBDXZ @37855 NONAME ?Class@GCC_ArrayOf_ConferenceDescriptor@@SAPBDXZ @37856 NONAME ?Class@GCC_ArrayOf_Privilege@@SAPBDXZ @37857 NONAME ?Class@GCC_ArrayOf_TextString@@SAPBDXZ @37858 NONAME ?Class@GCC_ArrayOf_UserID@@SAPBDXZ @37859 NONAME ?Class@GCC_AsymmetryIndicator@@SAPBDXZ @37860 NONAME ?Class@GCC_CapabilityClass@@SAPBDXZ @37861 NONAME ?Class@GCC_CapabilityID@@SAPBDXZ @37862 NONAME ?Class@GCC_ChallengeItem@@SAPBDXZ @37863 NONAME ?Class@GCC_ChallengeRequest@@SAPBDXZ @37864 NONAME ?Class@GCC_ChallengeResponse@@SAPBDXZ @37865 NONAME ?Class@GCC_ChallengeResponseAlgorithm@@SAPBDXZ @37866 NONAME ?Class@GCC_ChallengeResponseItem@@SAPBDXZ @37867 NONAME ?Class@GCC_ChannelID@@SAPBDXZ @37868 NONAME ?Class@GCC_ChannelType@@SAPBDXZ @37869 NONAME ?Class@GCC_ConductorAssignIndication@@SAPBDXZ @37870 NONAME ?Class@GCC_ConductorPermissionAskIndication@@SAPBDXZ @37871 NONAME ?Class@GCC_ConductorPermissionGrantIndication@@SAPBDXZ @37872 NONAME ?Class@GCC_ConductorReleaseIndication@@SAPBDXZ @37873 NONAME ?Class@GCC_ConferenceAddRequest@@SAPBDXZ @37874 NONAME ?Class@GCC_ConferenceAddResponse@@SAPBDXZ @37875 NONAME ?Class@GCC_ConferenceAddResponse_result@@SAPBDXZ @37876 NONAME ?Class@GCC_ConferenceAssistanceIndication@@SAPBDXZ @37877 NONAME ?Class@GCC_ConferenceCreateRequest@@SAPBDXZ @37878 NONAME ?Class@GCC_ConferenceCreateResponse@@SAPBDXZ @37879 NONAME ?Class@GCC_ConferenceCreateResponse_result@@SAPBDXZ @37880 NONAME ?Class@GCC_ConferenceDescriptor@@SAPBDXZ @37881 NONAME ?Class@GCC_ConferenceEjectUserIndication@@SAPBDXZ @37882 NONAME ?Class@GCC_ConferenceEjectUserIndication_reason@@SAPBDXZ @37883 NONAME ?Class@GCC_ConferenceEjectUserRequest@@SAPBDXZ @37884 NONAME ?Class@GCC_ConferenceEjectUserRequest_reason@@SAPBDXZ @37885 NONAME ?Class@GCC_ConferenceEjectUserResponse@@SAPBDXZ @37886 NONAME ?Class@GCC_ConferenceEjectUserResponse_result@@SAPBDXZ @37887 NONAME ?Class@GCC_ConferenceInviteRequest@@SAPBDXZ @37888 NONAME ?Class@GCC_ConferenceInviteResponse@@SAPBDXZ @37889 NONAME ?Class@GCC_ConferenceInviteResponse_result@@SAPBDXZ @37890 NONAME ?Class@GCC_ConferenceJoinRequest@@SAPBDXZ @37891 NONAME ?Class@GCC_ConferenceJoinResponse@@SAPBDXZ @37892 NONAME ?Class@GCC_ConferenceJoinResponse_result@@SAPBDXZ @37893 NONAME ?Class@GCC_ConferenceLockIndication@@SAPBDXZ @37894 NONAME ?Class@GCC_ConferenceLockRequest@@SAPBDXZ @37895 NONAME ?Class@GCC_ConferenceLockResponse@@SAPBDXZ @37896 NONAME ?Class@GCC_ConferenceLockResponse_result@@SAPBDXZ @37897 NONAME ?Class@GCC_ConferenceName@@SAPBDXZ @37898 NONAME ?Class@GCC_ConferenceNameModifier@@SAPBDXZ @37899 NONAME ?Class@GCC_ConferenceNameSelector@@SAPBDXZ @37900 NONAME ?Class@GCC_ConferencePriority@@SAPBDXZ @37901 NONAME ?Class@GCC_ConferencePriorityScheme@@SAPBDXZ @37902 NONAME ?Class@GCC_ConferenceQueryRequest@@SAPBDXZ @37903 NONAME ?Class@GCC_ConferenceQueryResponse@@SAPBDXZ @37904 NONAME ?Class@GCC_ConferenceQueryResponse_result@@SAPBDXZ @37905 NONAME ?Class@GCC_ConferenceTerminateIndication@@SAPBDXZ @37906 NONAME ?Class@GCC_ConferenceTerminateIndication_reason@@SAPBDXZ @37907 NONAME ?Class@GCC_ConferenceTerminateRequest@@SAPBDXZ @37908 NONAME ?Class@GCC_ConferenceTerminateRequest_reason@@SAPBDXZ @37909 NONAME ?Class@GCC_ConferenceTerminateResponse@@SAPBDXZ @37910 NONAME ?Class@GCC_ConferenceTerminateResponse_result@@SAPBDXZ @37911 NONAME ?Class@GCC_ConferenceTimeExtendIndication@@SAPBDXZ @37912 NONAME ?Class@GCC_ConferenceTimeInquireIndication@@SAPBDXZ @37913 NONAME ?Class@GCC_ConferenceTimeRemainingIndication@@SAPBDXZ @37914 NONAME ?Class@GCC_ConferenceTransferIndication@@SAPBDXZ @37915 NONAME ?Class@GCC_ConferenceTransferRequest@@SAPBDXZ @37916 NONAME ?Class@GCC_ConferenceTransferResponse@@SAPBDXZ @37917 NONAME ?Class@GCC_ConferenceTransferResponse_result@@SAPBDXZ @37918 NONAME ?Class@GCC_ConferenceUnlockIndication@@SAPBDXZ @37919 NONAME ?Class@GCC_ConferenceUnlockRequest@@SAPBDXZ @37920 NONAME ?Class@GCC_ConferenceUnlockResponse@@SAPBDXZ @37921 NONAME ?Class@GCC_ConferenceUnlockResponse_result@@SAPBDXZ @37922 NONAME ?Class@GCC_ConnectData@@SAPBDXZ @37923 NONAME ?Class@GCC_ConnectGCCPDU@@SAPBDXZ @37924 NONAME ?Class@GCC_DialingString@@SAPBDXZ @37925 NONAME ?Class@GCC_DynamicChannelID@@SAPBDXZ @37926 NONAME ?Class@GCC_DynamicTokenID@@SAPBDXZ @37927 NONAME ?Class@GCC_EntityID@@SAPBDXZ @37928 NONAME ?Class@GCC_ExtraDialingString@@SAPBDXZ @37929 NONAME ?Class@GCC_FunctionNotSupportedResponse@@SAPBDXZ @37930 NONAME ?Class@GCC_GCCPDU@@SAPBDXZ @37931 NONAME ?Class@GCC_H221NonStandardIdentifier@@SAPBDXZ @37932 NONAME ?Class@GCC_Handle@@SAPBDXZ @37933 NONAME ?Class@GCC_IndicationPDU@@SAPBDXZ @37934 NONAME ?Class@GCC_Key@@SAPBDXZ @37935 NONAME ?Class@GCC_NetworkAddress@@SAPBDXZ @37936 NONAME ?Class@GCC_NetworkAddress_subtype@@SAPBDXZ @37937 NONAME ?Class@GCC_NetworkAddress_subtype_aggregatedChannel@@SAPBDXZ @37938 NONAME ?Class@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@SAPBDXZ @37939 NONAME ?Class@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@SAPBDXZ @37940 NONAME ?Class@GCC_NetworkAddress_subtype_transportConnection@@SAPBDXZ @37941 NONAME ?Class@GCC_NodeProperties@@SAPBDXZ @37942 NONAME ?Class@GCC_NodeRecord@@SAPBDXZ @37943 NONAME ?Class@GCC_NodeType@@SAPBDXZ @37944 NONAME ?Class@GCC_NonStandardParameter@@SAPBDXZ @37945 NONAME ?Class@GCC_NonStandardPDU@@SAPBDXZ @37946 NONAME ?Class@GCC_Password@@SAPBDXZ @37947 NONAME ?Class@GCC_PasswordChallengeRequestResponse@@SAPBDXZ @37948 NONAME ?Class@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@SAPBDXZ @37949 NONAME ?Class@GCC_PasswordSelector@@SAPBDXZ @37950 NONAME ?Class@GCC_Privilege@@SAPBDXZ @37951 NONAME ?Class@GCC_RegistryAllocateHandleRequest@@SAPBDXZ @37952 NONAME ?Class@GCC_RegistryAllocateHandleResponse@@SAPBDXZ @37953 NONAME ?Class@GCC_RegistryAllocateHandleResponse_result@@SAPBDXZ @37954 NONAME ?Class@GCC_RegistryAssignTokenRequest@@SAPBDXZ @37955 NONAME ?Class@GCC_RegistryDeleteEntryRequest@@SAPBDXZ @37956 NONAME ?Class@GCC_RegistryEntryOwner@@SAPBDXZ @37957 NONAME ?Class@GCC_RegistryEntryOwner_owned@@SAPBDXZ @37958 NONAME ?Class@GCC_RegistryItem@@SAPBDXZ @37959 NONAME ?Class@GCC_RegistryKey@@SAPBDXZ @37960 NONAME ?Class@GCC_RegistryModificationRights@@SAPBDXZ @37961 NONAME ?Class@GCC_RegistryMonitorEntryIndication@@SAPBDXZ @37962 NONAME ?Class@GCC_RegistryMonitorEntryRequest@@SAPBDXZ @37963 NONAME ?Class@GCC_RegistryRegisterChannelRequest@@SAPBDXZ @37964 NONAME ?Class@GCC_RegistryResponse@@SAPBDXZ @37965 NONAME ?Class@GCC_RegistryResponse_primitiveType@@SAPBDXZ @37966 NONAME ?Class@GCC_RegistryResponse_result@@SAPBDXZ @37967 NONAME ?Class@GCC_RegistryRetrieveEntryRequest@@SAPBDXZ @37968 NONAME ?Class@GCC_RegistrySetParameterRequest@@SAPBDXZ @37969 NONAME ?Class@GCC_RequestPDU@@SAPBDXZ @37970 NONAME ?Class@GCC_ResponsePDU@@SAPBDXZ @37971 NONAME ?Class@GCC_RosterUpdateIndication@@SAPBDXZ @37972 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation@@SAPBDXZ @37973 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype@@SAPBDXZ @37974 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@SAPBDXZ @37975 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@SAPBDXZ @37976 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@SAPBDXZ @37977 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@SAPBDXZ @37978 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@SAPBDXZ @37979 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@SAPBDXZ @37980 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@SAPBDXZ @37981 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@SAPBDXZ @37982 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@SAPBDXZ @37983 NONAME ?Class@GCC_RosterUpdateIndication_nodeInformation@@SAPBDXZ @37984 NONAME ?Class@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@SAPBDXZ @37985 NONAME ?Class@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@SAPBDXZ @37986 NONAME ?Class@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@SAPBDXZ @37987 NONAME ?Class@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@SAPBDXZ @37988 NONAME ?Class@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@SAPBDXZ @37989 NONAME ?Class@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@SAPBDXZ @37990 NONAME ?Class@GCC_SessionKey@@SAPBDXZ @37991 NONAME ?Class@GCC_SimpleNumericString@@SAPBDXZ @37992 NONAME ?Class@GCC_SimpleTextString@@SAPBDXZ @37993 NONAME ?Class@GCC_StaticChannelID@@SAPBDXZ @37994 NONAME ?Class@GCC_StaticTokenID@@SAPBDXZ @37995 NONAME ?Class@GCC_SubAddressString@@SAPBDXZ @37996 NONAME ?Class@GCC_TerminationMethod@@SAPBDXZ @37997 NONAME ?Class@GCC_TextMessageIndication@@SAPBDXZ @37998 NONAME ?Class@GCC_TextString@@SAPBDXZ @37999 NONAME ?Class@GCC_Time@@SAPBDXZ @38000 NONAME ?Class@GCC_TokenID@@SAPBDXZ @38001 NONAME ?Class@GCC_UserData@@SAPBDXZ @38002 NONAME ?Class@GCC_UserData_subtype@@SAPBDXZ @38003 NONAME ?Class@GCC_UserID@@SAPBDXZ @38004 NONAME ?Class@GCC_UserIDIndication@@SAPBDXZ @38005 NONAME ?Class@H225CallThread@@SAPBDXZ @38006 NONAME ?Class@H225TransportThread@@SAPBDXZ @38007 NONAME ?Class@H225_AddressPattern@@SAPBDXZ @38008 NONAME ?Class@H225_AddressPattern_range@@SAPBDXZ @38009 NONAME ?Class@H225_AdmissionConfirm@@SAPBDXZ @38010 NONAME ?Class@H225_AdmissionConfirm_language@@SAPBDXZ @38011 NONAME ?Class@H225_AdmissionReject@@SAPBDXZ @38012 NONAME ?Class@H225_AdmissionRejectReason@@SAPBDXZ @38013 NONAME ?Class@H225_AdmissionRequest@@SAPBDXZ @38014 NONAME ?Class@H225_Alerting_UUIE@@SAPBDXZ @38015 NONAME ?Class@H225_AliasAddress@@SAPBDXZ @38016 NONAME ?Class@H225_AlternateGK@@SAPBDXZ @38017 NONAME ?Class@H225_AlternateTransportAddresses@@SAPBDXZ @38018 NONAME ?Class@H225_AltGKInfo@@SAPBDXZ @38019 NONAME ?Class@H225_ANSI_41_UIM@@SAPBDXZ @38020 NONAME ?Class@H225_ANSI_41_UIM_system_id@@SAPBDXZ @38021 NONAME ?Class@H225_ArrayOf_AddressPattern@@SAPBDXZ @38022 NONAME ?Class@H225_ArrayOf_AdmissionConfirm@@SAPBDXZ @38023 NONAME ?Class@H225_ArrayOf_AliasAddress@@SAPBDXZ @38024 NONAME ?Class@H225_ArrayOf_AlternateGK@@SAPBDXZ @38025 NONAME ?Class@H225_ArrayOf_AuthenticationMechanism@@SAPBDXZ @38026 NONAME ?Class@H225_ArrayOf_BandwidthDetails@@SAPBDXZ @38027 NONAME ?Class@H225_ArrayOf_CallReferenceValue@@SAPBDXZ @38028 NONAME ?Class@H225_ArrayOf_CallsAvailable@@SAPBDXZ @38029 NONAME ?Class@H225_ArrayOf_ClearToken@@SAPBDXZ @38030 NONAME ?Class@H225_ArrayOf_ConferenceIdentifier@@SAPBDXZ @38031 NONAME ?Class@H225_ArrayOf_ConferenceList@@SAPBDXZ @38032 NONAME ?Class@H225_ArrayOf_CryptoH323Token@@SAPBDXZ @38033 NONAME ?Class@H225_ArrayOf_DataRate@@SAPBDXZ @38034 NONAME ?Class@H225_ArrayOf_Endpoint@@SAPBDXZ @38035 NONAME ?Class@H225_ArrayOf_EnumeratedParameter@@SAPBDXZ @38036 NONAME ?Class@H225_ArrayOf_ExtendedAliasAddress@@SAPBDXZ @38037 NONAME ?Class@H225_ArrayOf_FeatureDescriptor@@SAPBDXZ @38038 NONAME ?Class@H225_ArrayOf_GenericData@@SAPBDXZ @38039 NONAME ?Class@H225_ArrayOf_H245Security@@SAPBDXZ @38040 NONAME ?Class@H225_ArrayOf_H248PackagesDescriptor@@SAPBDXZ @38041 NONAME ?Class@H225_ArrayOf_IntegrityMechanism@@SAPBDXZ @38042 NONAME ?Class@H225_ArrayOf_NonStandardParameter@@SAPBDXZ @38043 NONAME ?Class@H225_ArrayOf_PartyNumber@@SAPBDXZ @38044 NONAME ?Class@H225_ArrayOf_PASN_ObjectId@@SAPBDXZ @38045 NONAME ?Class@H225_ArrayOf_PASN_OctetString@@SAPBDXZ @38046 NONAME ?Class@H225_ArrayOf_RasUsageSpecification@@SAPBDXZ @38047 NONAME ?Class@H225_ArrayOf_RTPSession@@SAPBDXZ @38048 NONAME ?Class@H225_ArrayOf_ServiceControlSession@@SAPBDXZ @38049 NONAME ?Class@H225_ArrayOf_SupportedPrefix@@SAPBDXZ @38050 NONAME ?Class@H225_ArrayOf_SupportedProtocols@@SAPBDXZ @38051 NONAME ?Class@H225_ArrayOf_TransportAddress@@SAPBDXZ @38052 NONAME ?Class@H225_ArrayOf_TransportChannelInfo@@SAPBDXZ @38053 NONAME ?Class@H225_ArrayOf_TunnelledProtocol@@SAPBDXZ @38054 NONAME ?Class@H225_BandRejectReason@@SAPBDXZ @38055 NONAME ?Class@H225_BandWidth@@SAPBDXZ @38056 NONAME ?Class@H225_BandwidthConfirm@@SAPBDXZ @38057 NONAME ?Class@H225_BandwidthDetails@@SAPBDXZ @38058 NONAME ?Class@H225_BandwidthReject@@SAPBDXZ @38059 NONAME ?Class@H225_BandwidthRequest@@SAPBDXZ @38060 NONAME ?Class@H225_CallCapacity@@SAPBDXZ @38061 NONAME ?Class@H225_CallCapacityInfo@@SAPBDXZ @38062 NONAME ?Class@H225_CallCreditCapability@@SAPBDXZ @38063 NONAME ?Class@H225_CallCreditServiceControl@@SAPBDXZ @38064 NONAME ?Class@H225_CallCreditServiceControl_billingMode@@SAPBDXZ @38065 NONAME ?Class@H225_CallCreditServiceControl_callStartingPoint@@SAPBDXZ @38066 NONAME ?Class@H225_CallIdentifier@@SAPBDXZ @38067 NONAME ?Class@H225_CallLinkage@@SAPBDXZ @38068 NONAME ?Class@H225_CallModel@@SAPBDXZ @38069 NONAME ?Class@H225_CallProceeding_UUIE@@SAPBDXZ @38070 NONAME ?Class@H225_CallReferenceValue@@SAPBDXZ @38071 NONAME ?Class@H225_CallsAvailable@@SAPBDXZ @38072 NONAME ?Class@H225_CallTerminationCause@@SAPBDXZ @38073 NONAME ?Class@H225_CallType@@SAPBDXZ @38074 NONAME ?Class@H225_CapacityReportingCapability@@SAPBDXZ @38075 NONAME ?Class@H225_CapacityReportingSpecification@@SAPBDXZ @38076 NONAME ?Class@H225_CapacityReportingSpecification_when@@SAPBDXZ @38077 NONAME ?Class@H225_CarrierInfo@@SAPBDXZ @38078 NONAME ?Class@H225_CicInfo@@SAPBDXZ @38079 NONAME ?Class@H225_CicInfo_cic@@SAPBDXZ @38080 NONAME ?Class@H225_CircuitIdentifier@@SAPBDXZ @38081 NONAME ?Class@H225_CircuitInfo@@SAPBDXZ @38082 NONAME ?Class@H225_ConferenceIdentifier@@SAPBDXZ @38083 NONAME ?Class@H225_ConferenceList@@SAPBDXZ @38084 NONAME ?Class@H225_Connect_UUIE@@SAPBDXZ @38085 NONAME ?Class@H225_Connect_UUIE_language@@SAPBDXZ @38086 NONAME ?Class@H225_Content@@SAPBDXZ @38087 NONAME ?Class@H225_CryptoH323Token@@SAPBDXZ @38088 NONAME ?Class@H225_CryptoH323Token_cryptoEPPwdHash@@SAPBDXZ @38089 NONAME ?Class@H225_CryptoH323Token_cryptoGKPwdHash@@SAPBDXZ @38090 NONAME ?Class@H225_DataRate@@SAPBDXZ @38091 NONAME ?Class@H225_DisengageConfirm@@SAPBDXZ @38092 NONAME ?Class@H225_DisengageReason@@SAPBDXZ @38093 NONAME ?Class@H225_DisengageReject@@SAPBDXZ @38094 NONAME ?Class@H225_DisengageRejectReason@@SAPBDXZ @38095 NONAME ?Class@H225_DisengageRequest@@SAPBDXZ @38096 NONAME ?Class@H225_EncodedFastStartToken@@SAPBDXZ @38097 NONAME ?Class@H225_EncryptIntAlg@@SAPBDXZ @38098 NONAME ?Class@H225_Endpoint@@SAPBDXZ @38099 NONAME ?Class@H225_EndpointIdentifier@@SAPBDXZ @38100 NONAME ?Class@H225_EndpointType@@SAPBDXZ @38101 NONAME ?Class@H225_EnumeratedParameter@@SAPBDXZ @38102 NONAME ?Class@H225_ExtendedAliasAddress@@SAPBDXZ @38103 NONAME ?Class@H225_FacilityReason@@SAPBDXZ @38104 NONAME ?Class@H225_Facility_UUIE@@SAPBDXZ @38105 NONAME ?Class@H225_FastStartToken@@SAPBDXZ @38106 NONAME ?Class@H225_FeatureDescriptor@@SAPBDXZ @38107 NONAME ?Class@H225_FeatureSet@@SAPBDXZ @38108 NONAME ?Class@H225_GatekeeperConfirm@@SAPBDXZ @38109 NONAME ?Class@H225_GatekeeperIdentifier@@SAPBDXZ @38110 NONAME ?Class@H225_GatekeeperInfo@@SAPBDXZ @38111 NONAME ?Class@H225_GatekeeperReject@@SAPBDXZ @38112 NONAME ?Class@H225_GatekeeperRejectReason@@SAPBDXZ @38113 NONAME ?Class@H225_GatekeeperRequest@@SAPBDXZ @38114 NONAME ?Class@H225_GatewayInfo@@SAPBDXZ @38115 NONAME ?Class@H225_GenericData@@SAPBDXZ @38116 NONAME ?Class@H225_GenericIdentifier@@SAPBDXZ @38117 NONAME ?Class@H225_GloballyUniqueID@@SAPBDXZ @38118 NONAME ?Class@H225_GroupID@@SAPBDXZ @38119 NONAME ?Class@H225_GroupID_member@@SAPBDXZ @38120 NONAME ?Class@H225_GSM_UIM@@SAPBDXZ @38121 NONAME ?Class@H225_H221NonStandard@@SAPBDXZ @38122 NONAME ?Class@H225_H245Security@@SAPBDXZ @38123 NONAME ?Class@H225_H248PackagesDescriptor@@SAPBDXZ @38124 NONAME ?Class@H225_H248SignalsDescriptor@@SAPBDXZ @38125 NONAME ?Class@H225_H310Caps@@SAPBDXZ @38126 NONAME ?Class@H225_H320Caps@@SAPBDXZ @38127 NONAME ?Class@H225_H321Caps@@SAPBDXZ @38128 NONAME ?Class@H225_H322Caps@@SAPBDXZ @38129 NONAME ?Class@H225_H323Caps@@SAPBDXZ @38130 NONAME ?Class@H225_H323_UserInformation@@SAPBDXZ @38131 NONAME ?Class@H225_H323_UserInformation_user_data@@SAPBDXZ @38132 NONAME ?Class@H225_H323_UU_PDU@@SAPBDXZ @38133 NONAME ?Class@H225_H323_UU_PDU_h323_message_body@@SAPBDXZ @38134 NONAME ?Class@H225_H323_UU_PDU_tunnelledSignallingMessage@@SAPBDXZ @38135 NONAME ?Class@H225_H324Caps@@SAPBDXZ @38136 NONAME ?Class@H225_ICV@@SAPBDXZ @38137 NONAME ?Class@H225_InfoRequest@@SAPBDXZ @38138 NONAME ?Class@H225_InfoRequestAck@@SAPBDXZ @38139 NONAME ?Class@H225_InfoRequestNak@@SAPBDXZ @38140 NONAME ?Class@H225_InfoRequestNakReason@@SAPBDXZ @38141 NONAME ?Class@H225_InfoRequestResponse@@SAPBDXZ @38142 NONAME ?Class@H225_InfoRequestResponseStatus@@SAPBDXZ @38143 NONAME ?Class@H225_InfoRequestResponse_perCallInfo@@SAPBDXZ @38144 NONAME ?Class@H225_InfoRequestResponse_perCallInfo_subtype@@SAPBDXZ @38145 NONAME ?Class@H225_InfoRequestResponse_perCallInfo_subtype_pdu@@SAPBDXZ @38146 NONAME ?Class@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@SAPBDXZ @38147 NONAME ?Class@H225_Information_UUIE@@SAPBDXZ @38148 NONAME ?Class@H225_IntegrityMechanism@@SAPBDXZ @38149 NONAME ?Class@H225_LocationConfirm@@SAPBDXZ @38150 NONAME ?Class@H225_LocationReject@@SAPBDXZ @38151 NONAME ?Class@H225_LocationRejectReason@@SAPBDXZ @38152 NONAME ?Class@H225_LocationRequest@@SAPBDXZ @38153 NONAME ?Class@H225_McuInfo@@SAPBDXZ @38154 NONAME ?Class@H225_MobileUIM@@SAPBDXZ @38155 NONAME ?Class@H225_NonIsoIntegrityMechanism@@SAPBDXZ @38156 NONAME ?Class@H225_NonStandardIdentifier@@SAPBDXZ @38157 NONAME ?Class@H225_NonStandardMessage@@SAPBDXZ @38158 NONAME ?Class@H225_NonStandardParameter@@SAPBDXZ @38159 NONAME ?Class@H225_NonStandardProtocol@@SAPBDXZ @38160 NONAME ?Class@H225_Notify_UUIE@@SAPBDXZ @38161 NONAME ?Class@H225_NumberDigits@@SAPBDXZ @38162 NONAME ?Class@H225_PartyNumber@@SAPBDXZ @38163 NONAME ?Class@H225_PresentationIndicator@@SAPBDXZ @38164 NONAME ?Class@H225_PrivatePartyNumber@@SAPBDXZ @38165 NONAME ?Class@H225_PrivateTypeOfNumber@@SAPBDXZ @38166 NONAME ?Class@H225_Progress_UUIE@@SAPBDXZ @38167 NONAME ?Class@H225_ProtocolIdentifier@@SAPBDXZ @38168 NONAME ?Class@H225_PublicPartyNumber@@SAPBDXZ @38169 NONAME ?Class@H225_PublicTypeOfNumber@@SAPBDXZ @38170 NONAME ?Class@H225_Q954Details@@SAPBDXZ @38171 NONAME ?Class@H225_QseriesOptions@@SAPBDXZ @38172 NONAME ?Class@H225_RAS@@SAPBDXZ @38173 NONAME ?Class@H225_RasMessage@@SAPBDXZ @38174 NONAME ?Class@H225_RasUsageInformation@@SAPBDXZ @38175 NONAME ?Class@H225_RasUsageInfoTypes@@SAPBDXZ @38176 NONAME ?Class@H225_RasUsageSpecification@@SAPBDXZ @38177 NONAME ?Class@H225_RasUsageSpecification_callStartingPoint@@SAPBDXZ @38178 NONAME ?Class@H225_RasUsageSpecification_when@@SAPBDXZ @38179 NONAME ?Class@H225_RegistrationConfirm@@SAPBDXZ @38180 NONAME ?Class@H225_RegistrationConfirm_preGrantedARQ@@SAPBDXZ @38181 NONAME ?Class@H225_RegistrationReject@@SAPBDXZ @38182 NONAME ?Class@H225_RegistrationRejectReason@@SAPBDXZ @38183 NONAME ?Class@H225_RegistrationRejectReason_invalidTerminalAliases@@SAPBDXZ @38184 NONAME ?Class@H225_RegistrationRequest@@SAPBDXZ @38185 NONAME ?Class@H225_ReleaseCompleteReason@@SAPBDXZ @38186 NONAME ?Class@H225_ReleaseComplete_UUIE@@SAPBDXZ @38187 NONAME ?Class@H225_RequestInProgress@@SAPBDXZ @38188 NONAME ?Class@H225_RequestSeqNum@@SAPBDXZ @38189 NONAME ?Class@H225_ResourcesAvailableConfirm@@SAPBDXZ @38190 NONAME ?Class@H225_ResourcesAvailableIndicate@@SAPBDXZ @38191 NONAME ?Class@H225_RTPSession@@SAPBDXZ @38192 NONAME ?Class@H225_RTPSession_associatedSessionIds@@SAPBDXZ @38193 NONAME ?Class@H225_ScnConnectionAggregation@@SAPBDXZ @38194 NONAME ?Class@H225_ScnConnectionType@@SAPBDXZ @38195 NONAME ?Class@H225_ScreeningIndicator@@SAPBDXZ @38196 NONAME ?Class@H225_SecurityCapabilities@@SAPBDXZ @38197 NONAME ?Class@H225_SecurityErrors2@@SAPBDXZ @38198 NONAME ?Class@H225_SecurityErrors@@SAPBDXZ @38199 NONAME ?Class@H225_SecurityServiceMode@@SAPBDXZ @38200 NONAME ?Class@H225_ServiceControlDescriptor@@SAPBDXZ @38201 NONAME ?Class@H225_ServiceControlIndication@@SAPBDXZ @38202 NONAME ?Class@H225_ServiceControlIndication_callSpecific@@SAPBDXZ @38203 NONAME ?Class@H225_ServiceControlResponse@@SAPBDXZ @38204 NONAME ?Class@H225_ServiceControlResponse_result@@SAPBDXZ @38205 NONAME ?Class@H225_ServiceControlSession@@SAPBDXZ @38206 NONAME ?Class@H225_ServiceControlSession_reason@@SAPBDXZ @38207 NONAME ?Class@H225_SetupAcknowledge_UUIE@@SAPBDXZ @38208 NONAME ?Class@H225_Setup_UUIE@@SAPBDXZ @38209 NONAME ?Class@H225_Setup_UUIE_conferenceGoal@@SAPBDXZ @38210 NONAME ?Class@H225_Setup_UUIE_connectionParameters@@SAPBDXZ @38211 NONAME ?Class@H225_Setup_UUIE_language@@SAPBDXZ @38212 NONAME ?Class@H225_SIPCaps@@SAPBDXZ @38213 NONAME ?Class@H225_StatusInquiry_UUIE@@SAPBDXZ @38214 NONAME ?Class@H225_Status_UUIE@@SAPBDXZ @38215 NONAME ?Class@H225_StimulusControl@@SAPBDXZ @38216 NONAME ?Class@H225_SupportedPrefix@@SAPBDXZ @38217 NONAME ?Class@H225_SupportedProtocols@@SAPBDXZ @38218 NONAME ?Class@H225_T120OnlyCaps@@SAPBDXZ @38219 NONAME ?Class@H225_T38FaxAnnexbOnlyCaps@@SAPBDXZ @38220 NONAME ?Class@H225_TBCD_STRING@@SAPBDXZ @38221 NONAME ?Class@H225_TerminalInfo@@SAPBDXZ @38222 NONAME ?Class@H225_TimeToLive@@SAPBDXZ @38223 NONAME ?Class@H225_TransportAddress@@SAPBDXZ @38224 NONAME ?Class@H225_TransportAddress_ip6Address@@SAPBDXZ @38225 NONAME ?Class@H225_TransportAddress_ipAddress@@SAPBDXZ @38226 NONAME ?Class@H225_TransportAddress_ipSourceRoute@@SAPBDXZ @38227 NONAME ?Class@H225_TransportAddress_ipSourceRoute_route@@SAPBDXZ @38228 NONAME ?Class@H225_TransportAddress_ipSourceRoute_routing@@SAPBDXZ @38229 NONAME ?Class@H225_TransportAddress_ipxAddress@@SAPBDXZ @38230 NONAME ?Class@H225_TransportChannelInfo@@SAPBDXZ @38231 NONAME ?Class@H225_TransportQOS@@SAPBDXZ @38232 NONAME ?Class@H225_TunnelledProtocol@@SAPBDXZ @38233 NONAME ?Class@H225_TunnelledProtocolAlternateIdentifier@@SAPBDXZ @38234 NONAME ?Class@H225_TunnelledProtocol_id@@SAPBDXZ @38235 NONAME ?Class@H225_UnknownMessageResponse@@SAPBDXZ @38236 NONAME ?Class@H225_UnregistrationConfirm@@SAPBDXZ @38237 NONAME ?Class@H225_UnregistrationReject@@SAPBDXZ @38238 NONAME ?Class@H225_UnregistrationRequest@@SAPBDXZ @38239 NONAME ?Class@H225_UnregRejectReason@@SAPBDXZ @38240 NONAME ?Class@H225_UnregRequestReason@@SAPBDXZ @38241 NONAME ?Class@H225_UseSpecifiedTransport@@SAPBDXZ @38242 NONAME ?Class@H225_UUIEsRequested@@SAPBDXZ @38243 NONAME ?Class@H225_VendorIdentifier@@SAPBDXZ @38244 NONAME ?Class@H225_VoiceCaps@@SAPBDXZ @38245 NONAME ?Class@H235AuthCAT@@SAPBDXZ @38246 NONAME ?Class@H235Authenticator@@SAPBDXZ @38247 NONAME ?Class@H235Authenticators@@SAPBDXZ @38248 NONAME ?Class@H235AuthProcedure1@@SAPBDXZ @38249 NONAME ?Class@H235AuthSimpleMD5@@SAPBDXZ @38250 NONAME ?Class@H235_AuthenticationBES@@SAPBDXZ @38251 NONAME ?Class@H235_AuthenticationMechanism@@SAPBDXZ @38252 NONAME ?Class@H235_ChallengeString@@SAPBDXZ @38253 NONAME ?Class@H235_ClearToken@@SAPBDXZ @38254 NONAME ?Class@H235_CryptoToken@@SAPBDXZ @38255 NONAME ?Class@H235_CryptoToken_cryptoEncryptedToken@@SAPBDXZ @38256 NONAME ?Class@H235_CryptoToken_cryptoHashedToken@@SAPBDXZ @38257 NONAME ?Class@H235_CryptoToken_cryptoSignedToken@@SAPBDXZ @38258 NONAME ?Class@H235_DHset@@SAPBDXZ @38259 NONAME ?Class@H235_ECGDSASignature@@SAPBDXZ @38260 NONAME ?Class@H235_ECKASDH@@SAPBDXZ @38261 NONAME ?Class@H235_ECKASDH_eckasdh2@@SAPBDXZ @38262 NONAME ?Class@H235_ECKASDH_eckasdhp@@SAPBDXZ @38263 NONAME ?Class@H235_ECpoint@@SAPBDXZ @38264 NONAME ?Class@H235_EncodedGeneralToken@@SAPBDXZ @38265 NONAME ?Class@H235_EncodedKeySignedMaterial@@SAPBDXZ @38266 NONAME ?Class@H235_EncodedKeySyncMaterial@@SAPBDXZ @38267 NONAME ?Class@H235_EncodedPwdCertToken@@SAPBDXZ @38268 NONAME ?Class@H235_EncodedReturnSig@@SAPBDXZ @38269 NONAME ?Class@H235_H235CertificateSignature@@SAPBDXZ @38270 NONAME ?Class@H235_H235Key@@SAPBDXZ @38271 NONAME ?Class@H235_Identifier@@SAPBDXZ @38272 NONAME ?Class@H235_IV16@@SAPBDXZ @38273 NONAME ?Class@H235_IV8@@SAPBDXZ @38274 NONAME ?Class@H235_KeyMaterial@@SAPBDXZ @38275 NONAME ?Class@H235_KeySignedMaterial@@SAPBDXZ @38276 NONAME ?Class@H235_KeySyncMaterial@@SAPBDXZ @38277 NONAME ?Class@H235_NonStandardParameter@@SAPBDXZ @38278 NONAME ?Class@H235_Params@@SAPBDXZ @38279 NONAME ?Class@H235_Password@@SAPBDXZ @38280 NONAME ?Class@H235_PwdCertToken@@SAPBDXZ @38281 NONAME ?Class@H235_RandomVal@@SAPBDXZ @38282 NONAME ?Class@H235_ReturnSig@@SAPBDXZ @38283 NONAME ?Class@H235_TimeStamp@@SAPBDXZ @38284 NONAME ?Class@H235_TypedCertificate@@SAPBDXZ @38285 NONAME ?Class@H235_V3KeySyncMaterial@@SAPBDXZ @38286 NONAME ?Class@H245NegLogicalChannel@@SAPBDXZ @38287 NONAME ?Class@H245NegLogicalChannels@@SAPBDXZ @38288 NONAME ?Class@H245NegMasterSlaveDetermination@@SAPBDXZ @38289 NONAME ?Class@H245Negotiator@@SAPBDXZ @38290 NONAME ?Class@H245NegRequestMode@@SAPBDXZ @38291 NONAME ?Class@H245NegRoundTripDelay@@SAPBDXZ @38292 NONAME ?Class@H245NegTerminalCapabilitySet@@SAPBDXZ @38293 NONAME ?Class@H245TransportThread@@SAPBDXZ @38294 NONAME ?Class@H245_AlternativeCapabilitySet@@SAPBDXZ @38295 NONAME ?Class@H245_ArrayOf_AlternativeCapabilitySet@@SAPBDXZ @38296 NONAME ?Class@H245_ArrayOf_BEnhancementParameters@@SAPBDXZ @38297 NONAME ?Class@H245_ArrayOf_CapabilityDescriptor@@SAPBDXZ @38298 NONAME ?Class@H245_ArrayOf_CapabilityDescriptorNumber@@SAPBDXZ @38299 NONAME ?Class@H245_ArrayOf_CapabilityTableEntry@@SAPBDXZ @38300 NONAME ?Class@H245_ArrayOf_CapabilityTableEntryNumber@@SAPBDXZ @38301 NONAME ?Class@H245_ArrayOf_CommunicationModeTableEntry@@SAPBDXZ @38302 NONAME ?Class@H245_ArrayOf_CustomPictureClockFrequency@@SAPBDXZ @38303 NONAME ?Class@H245_ArrayOf_CustomPictureFormat@@SAPBDXZ @38304 NONAME ?Class@H245_ArrayOf_DataApplicationCapability@@SAPBDXZ @38305 NONAME ?Class@H245_ArrayOf_DialingInformationNetworkType@@SAPBDXZ @38306 NONAME ?Class@H245_ArrayOf_DialingInformationNumber@@SAPBDXZ @38307 NONAME ?Class@H245_ArrayOf_EnhancementOptions@@SAPBDXZ @38308 NONAME ?Class@H245_ArrayOf_EscrowData@@SAPBDXZ @38309 NONAME ?Class@H245_ArrayOf_GenericCapability@@SAPBDXZ @45255 NONAME ?Class@H245_ArrayOf_GenericParameter@@SAPBDXZ @38310 NONAME ?Class@H245_ArrayOf_H263ModeComboFlags@@SAPBDXZ @38311 NONAME ?Class@H245_ArrayOf_H263VideoModeCombos@@SAPBDXZ @38312 NONAME ?Class@H245_ArrayOf_MediaChannelCapability@@SAPBDXZ @38313 NONAME ?Class@H245_ArrayOf_MediaDistributionCapability@@SAPBDXZ @38314 NONAME ?Class@H245_ArrayOf_ModeDescription@@SAPBDXZ @38315 NONAME ?Class@H245_ArrayOf_MultiplePayloadStreamElement@@SAPBDXZ @38316 NONAME ?Class@H245_ArrayOf_MultiplePayloadStreamElementMode@@SAPBDXZ @38317 NONAME ?Class@H245_ArrayOf_MultiplexElement@@SAPBDXZ @38318 NONAME ?Class@H245_ArrayOf_MultiplexEntryDescriptor@@SAPBDXZ @38319 NONAME ?Class@H245_ArrayOf_MultiplexEntryRejectionDescriptions@@SAPBDXZ @38320 NONAME ?Class@H245_ArrayOf_MultiplexTableEntryNumber@@SAPBDXZ @38321 NONAME ?Class@H245_ArrayOf_NonStandardParameter@@SAPBDXZ @38322 NONAME ?Class@H245_ArrayOf_ParameterIdentifier@@SAPBDXZ @38323 NONAME ?Class@H245_ArrayOf_PictureReference@@SAPBDXZ @38324 NONAME ?Class@H245_ArrayOf_Q2931Address@@SAPBDXZ @38325 NONAME ?Class@H245_ArrayOf_QOSCapability@@SAPBDXZ @38326 NONAME ?Class@H245_ArrayOf_RedundancyEncodingCapability@@SAPBDXZ @38327 NONAME ?Class@H245_ArrayOf_RedundancyEncodingDTModeElement@@SAPBDXZ @38328 NONAME ?Class@H245_ArrayOf_RedundancyEncodingElement@@SAPBDXZ @38329 NONAME ?Class@H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@SAPBDXZ @38330 NONAME ?Class@H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@SAPBDXZ @38331 NONAME ?Class@H245_ArrayOf_RTPPayloadType@@SAPBDXZ @38332 NONAME ?Class@H245_ArrayOf_TerminalInformation@@SAPBDXZ @38333 NONAME ?Class@H245_ArrayOf_TerminalLabel@@SAPBDXZ @38334 NONAME ?Class@H245_ArrayOf_VCCapability@@SAPBDXZ @38335 NONAME ?Class@H245_ArrayOf_VideoCapability@@SAPBDXZ @45256 NONAME ?Class@H245_ATMParameters@@SAPBDXZ @38336 NONAME ?Class@H245_AudioCapability@@SAPBDXZ @38337 NONAME ?Class@H245_AudioCapability_g7231@@SAPBDXZ @38338 NONAME ?Class@H245_AudioMode@@SAPBDXZ @38339 NONAME ?Class@H245_AudioMode_g7231@@SAPBDXZ @38340 NONAME ?Class@H245_AudioTelephonyEventCapability@@SAPBDXZ @38341 NONAME ?Class@H245_AudioToneCapability@@SAPBDXZ @38342 NONAME ?Class@H245_AuthenticationCapability@@SAPBDXZ @38343 NONAME ?Class@H245_BEnhancementParameters@@SAPBDXZ @38344 NONAME ?Class@H245_Capability@@SAPBDXZ @38345 NONAME ?Class@H245_CapabilityDescriptor@@SAPBDXZ @38346 NONAME ?Class@H245_CapabilityDescriptorNumber@@SAPBDXZ @38347 NONAME ?Class@H245_CapabilityIdentifier@@SAPBDXZ @38348 NONAME ?Class@H245_CapabilityTableEntry@@SAPBDXZ @38349 NONAME ?Class@H245_CapabilityTableEntryNumber@@SAPBDXZ @38350 NONAME ?Class@H245_Capability_h233EncryptionReceiveCapability@@SAPBDXZ @38351 NONAME ?Class@H245_CertSelectionCriteria@@SAPBDXZ @38352 NONAME ?Class@H245_CloseLogicalChannel@@SAPBDXZ @38353 NONAME ?Class@H245_CloseLogicalChannelAck@@SAPBDXZ @38354 NONAME ?Class@H245_CloseLogicalChannel_reason@@SAPBDXZ @38355 NONAME ?Class@H245_CloseLogicalChannel_source@@SAPBDXZ @38356 NONAME ?Class@H245_CommandMessage@@SAPBDXZ @38357 NONAME ?Class@H245_CommunicationModeCommand@@SAPBDXZ @38358 NONAME ?Class@H245_CommunicationModeRequest@@SAPBDXZ @38359 NONAME ?Class@H245_CommunicationModeResponse@@SAPBDXZ @38360 NONAME ?Class@H245_CommunicationModeTableEntry@@SAPBDXZ @38361 NONAME ?Class@H245_CommunicationModeTableEntry_dataType@@SAPBDXZ @38362 NONAME ?Class@H245_CompressionType@@SAPBDXZ @38363 NONAME ?Class@H245_ConferenceCapability@@SAPBDXZ @38364 NONAME ?Class@H245_ConferenceCommand@@SAPBDXZ @38365 NONAME ?Class@H245_ConferenceID@@SAPBDXZ @38366 NONAME ?Class@H245_ConferenceIndication@@SAPBDXZ @38367 NONAME ?Class@H245_ConferenceRequest@@SAPBDXZ @38368 NONAME ?Class@H245_ConferenceRequest_requestTerminalCertificate@@SAPBDXZ @38369 NONAME ?Class@H245_ConferenceResponse@@SAPBDXZ @38370 NONAME ?Class@H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@SAPBDXZ @38371 NONAME ?Class@H245_ConferenceResponse_chairTokenOwnerResponse@@SAPBDXZ @38372 NONAME ?Class@H245_ConferenceResponse_conferenceIDResponse@@SAPBDXZ @38373 NONAME ?Class@H245_ConferenceResponse_extensionAddressResponse@@SAPBDXZ @38374 NONAME ?Class@H245_ConferenceResponse_makeMeChairResponse@@SAPBDXZ @38375 NONAME ?Class@H245_ConferenceResponse_makeTerminalBroadcasterResponse@@SAPBDXZ @38376 NONAME ?Class@H245_ConferenceResponse_mCTerminalIDResponse@@SAPBDXZ @38377 NONAME ?Class@H245_ConferenceResponse_passwordResponse@@SAPBDXZ @38378 NONAME ?Class@H245_ConferenceResponse_sendThisSourceResponse@@SAPBDXZ @38379 NONAME ?Class@H245_ConferenceResponse_terminalCertificateResponse@@SAPBDXZ @38380 NONAME ?Class@H245_ConferenceResponse_terminalIDResponse@@SAPBDXZ @38381 NONAME ?Class@H245_ConnectionIdentifier@@SAPBDXZ @38382 NONAME ?Class@H245_CRCLength@@SAPBDXZ @38383 NONAME ?Class@H245_Criteria@@SAPBDXZ @38384 NONAME ?Class@H245_CustomPictureClockFrequency@@SAPBDXZ @38385 NONAME ?Class@H245_CustomPictureFormat@@SAPBDXZ @38386 NONAME ?Class@H245_CustomPictureFormat_mPI@@SAPBDXZ @38387 NONAME ?Class@H245_CustomPictureFormat_mPI_customPCF@@SAPBDXZ @38388 NONAME ?Class@H245_CustomPictureFormat_mPI_customPCF_subtype@@SAPBDXZ @38389 NONAME ?Class@H245_CustomPictureFormat_pixelAspectInformation@@SAPBDXZ @38390 NONAME ?Class@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@SAPBDXZ @38391 NONAME ?Class@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@SAPBDXZ @38392 NONAME ?Class@H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@SAPBDXZ @38393 NONAME ?Class@H245_DataApplicationCapability@@SAPBDXZ @38394 NONAME ?Class@H245_DataApplicationCapability_application@@SAPBDXZ @38395 NONAME ?Class@H245_DataApplicationCapability_application_nlpid@@SAPBDXZ @38396 NONAME ?Class@H245_DataApplicationCapability_application_t38fax@@SAPBDXZ @38397 NONAME ?Class@H245_DataApplicationCapability_application_t84@@SAPBDXZ @38398 NONAME ?Class@H245_DataMode@@SAPBDXZ @38399 NONAME ?Class@H245_DataMode_application@@SAPBDXZ @38400 NONAME ?Class@H245_DataMode_application_nlpid@@SAPBDXZ @38401 NONAME ?Class@H245_DataMode_application_t38fax@@SAPBDXZ @38402 NONAME ?Class@H245_DataProtocolCapability@@SAPBDXZ @38403 NONAME ?Class@H245_DataProtocolCapability_v76wCompression@@SAPBDXZ @38404 NONAME ?Class@H245_DataType@@SAPBDXZ @38405 NONAME ?Class@H245_DepFECCapability@@SAPBDXZ @45696 NONAME ?Class@H245_DepFECCapability_rfc2733@@SAPBDXZ @45697 NONAME ?Class@H245_DepFECCapability_rfc2733_separateStream@@SAPBDXZ @45698 NONAME ?Class@H245_DepFECData@@SAPBDXZ @45699 NONAME ?Class@H245_DepFECData_rfc2733@@SAPBDXZ @45700 NONAME ?Class@H245_DepFECData_rfc2733_mode@@SAPBDXZ @45701 NONAME ?Class@H245_DepFECData_rfc2733_mode_separateStream@@SAPBDXZ @45702 NONAME ?Class@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@SAPBDXZ @45703 NONAME ?Class@H245_DepFECData_rfc2733_mode_separateStream_samePort@@SAPBDXZ @45704 NONAME ?Class@H245_DepFECMode@@SAPBDXZ @45705 NONAME ?Class@H245_DepFECMode_rfc2733Mode@@SAPBDXZ @45706 NONAME ?Class@H245_DepFECMode_rfc2733Mode_mode@@SAPBDXZ @45707 NONAME ?Class@H245_DepFECMode_rfc2733Mode_mode_separateStream@@SAPBDXZ @45708 NONAME ?Class@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@SAPBDXZ @45709 NONAME ?Class@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@SAPBDXZ @45710 NONAME ?Class@H245_DialingInformation@@SAPBDXZ @38406 NONAME ?Class@H245_DialingInformationNetworkType@@SAPBDXZ @38407 NONAME ?Class@H245_DialingInformationNumber@@SAPBDXZ @38408 NONAME ?Class@H245_EncryptionAuthenticationAndIntegrity@@SAPBDXZ @38409 NONAME ?Class@H245_EncryptionCapability@@SAPBDXZ @38410 NONAME ?Class@H245_EncryptionCommand@@SAPBDXZ @38411 NONAME ?Class@H245_EncryptionCommand_encryptionAlgorithmID@@SAPBDXZ @38412 NONAME ?Class@H245_EncryptionMode@@SAPBDXZ @38413 NONAME ?Class@H245_EncryptionSync@@SAPBDXZ @38414 NONAME ?Class@H245_EncryptionUpdateDirection@@SAPBDXZ @45257 NONAME ?Class@H245_EncryptionUpdateRequest@@SAPBDXZ @38415 NONAME ?Class@H245_EndSessionCommand@@SAPBDXZ @38416 NONAME ?Class@H245_EndSessionCommand_gstnOptions@@SAPBDXZ @38417 NONAME ?Class@H245_EndSessionCommand_isdnOptions@@SAPBDXZ @38418 NONAME ?Class@H245_EnhancementLayerInfo@@SAPBDXZ @38419 NONAME ?Class@H245_EnhancementOptions@@SAPBDXZ @38420 NONAME ?Class@H245_EscrowData@@SAPBDXZ @38421 NONAME ?Class@H245_ExtendedVideoCapability@@SAPBDXZ @45258 NONAME ?Class@H245_FECCapability@@SAPBDXZ @38422 NONAME ?Class@H245_FECCapability_rfc2733Format@@SAPBDXZ @45711 NONAME ?Class@H245_FECData@@SAPBDXZ @38425 NONAME ?Class@H245_FECData_rfc2733@@SAPBDXZ @38426 NONAME ?Class@H245_FECData_rfc2733_pktMode@@SAPBDXZ @45712 NONAME ?Class@H245_FECData_rfc2733_pktMode_rfc2733diffport@@SAPBDXZ @45713 NONAME ?Class@H245_FECData_rfc2733_pktMode_rfc2733sameport@@SAPBDXZ @45714 NONAME ?Class@H245_FECMode@@SAPBDXZ @38431 NONAME ?Class@H245_FECMode_rfc2733Format@@SAPBDXZ @45715 NONAME ?Class@H245_FlowControlCommand@@SAPBDXZ @38437 NONAME ?Class@H245_FlowControlCommand_restriction@@SAPBDXZ @38438 NONAME ?Class@H245_FlowControlCommand_scope@@SAPBDXZ @38439 NONAME ?Class@H245_FlowControlIndication@@SAPBDXZ @38440 NONAME ?Class@H245_FlowControlIndication_restriction@@SAPBDXZ @38441 NONAME ?Class@H245_FlowControlIndication_scope@@SAPBDXZ @38442 NONAME ?Class@H245_FunctionNotSupported@@SAPBDXZ @38443 NONAME ?Class@H245_FunctionNotSupported_cause@@SAPBDXZ @38444 NONAME ?Class@H245_FunctionNotUnderstood@@SAPBDXZ @38445 NONAME ?Class@H245_G7231AnnexCCapability@@SAPBDXZ @38446 NONAME ?Class@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@SAPBDXZ @38447 NONAME ?Class@H245_G7231AnnexCMode@@SAPBDXZ @38448 NONAME ?Class@H245_G7231AnnexCMode_g723AnnexCAudioMode@@SAPBDXZ @38449 NONAME ?Class@H245_G729Extensions@@SAPBDXZ @38450 NONAME ?Class@H245_GenericCapability@@SAPBDXZ @38451 NONAME ?Class@H245_GenericMessage@@SAPBDXZ @45259 NONAME ?Class@H245_GenericParameter@@SAPBDXZ @38452 NONAME ?Class@H245_GSMAudioCapability@@SAPBDXZ @38453 NONAME ?Class@H245_H222Capability@@SAPBDXZ @38454 NONAME ?Class@H245_H222LogicalChannelParameters@@SAPBDXZ @38455 NONAME ?Class@H245_H223AL1MParameters@@SAPBDXZ @38456 NONAME ?Class@H245_H223AL1MParameters_arqType@@SAPBDXZ @38457 NONAME ?Class@H245_H223AL1MParameters_crcLength@@SAPBDXZ @38458 NONAME ?Class@H245_H223AL1MParameters_headerFEC@@SAPBDXZ @38459 NONAME ?Class@H245_H223AL1MParameters_transferMode@@SAPBDXZ @38460 NONAME ?Class@H245_H223AL2MParameters@@SAPBDXZ @38461 NONAME ?Class@H245_H223AL2MParameters_headerFEC@@SAPBDXZ @38462 NONAME ?Class@H245_H223AL3MParameters@@SAPBDXZ @38463 NONAME ?Class@H245_H223AL3MParameters_arqType@@SAPBDXZ @38464 NONAME ?Class@H245_H223AL3MParameters_crcLength@@SAPBDXZ @38465 NONAME ?Class@H245_H223AL3MParameters_headerFormat@@SAPBDXZ @38466 NONAME ?Class@H245_H223AnnexCArqParameters@@SAPBDXZ @38467 NONAME ?Class@H245_H223AnnexCArqParameters_numberOfRetransmissions@@SAPBDXZ @38468 NONAME ?Class@H245_H223AnnexCCapability@@SAPBDXZ @38469 NONAME ?Class@H245_H223Capability@@SAPBDXZ @38470 NONAME ?Class@H245_H223Capability_h223MultiplexTableCapability@@SAPBDXZ @38471 NONAME ?Class@H245_H223Capability_h223MultiplexTableCapability_enhanced@@SAPBDXZ @38472 NONAME ?Class@H245_H223Capability_mobileMultilinkFrameCapability@@SAPBDXZ @38473 NONAME ?Class@H245_H223Capability_mobileOperationTransmitCapability@@SAPBDXZ @38474 NONAME ?Class@H245_H223LogicalChannelParameters@@SAPBDXZ @38475 NONAME ?Class@H245_H223LogicalChannelParameters_adaptationLayerType@@SAPBDXZ @38476 NONAME ?Class@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@SAPBDXZ @38477 NONAME ?Class@H245_H223ModeParameters@@SAPBDXZ @38478 NONAME ?Class@H245_H223ModeParameters_adaptationLayerType@@SAPBDXZ @38479 NONAME ?Class@H245_H223ModeParameters_adaptationLayerType_al3@@SAPBDXZ @38480 NONAME ?Class@H245_H223MultiplexReconfiguration@@SAPBDXZ @38481 NONAME ?Class@H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@SAPBDXZ @38482 NONAME ?Class@H245_H223MultiplexReconfiguration_h223ModeChange@@SAPBDXZ @38483 NONAME ?Class@H245_H223SkewIndication@@SAPBDXZ @38484 NONAME ?Class@H245_H2250Capability@@SAPBDXZ @38485 NONAME ?Class@H245_H2250Capability_mcCapability@@SAPBDXZ @38486 NONAME ?Class@H245_H2250LogicalChannelAckParameters@@SAPBDXZ @38487 NONAME ?Class@H245_H2250LogicalChannelParameters@@SAPBDXZ @38488 NONAME ?Class@H245_H2250LogicalChannelParameters_mediaPacketization@@SAPBDXZ @38489 NONAME ?Class@H245_H2250MaximumSkewIndication@@SAPBDXZ @38490 NONAME ?Class@H245_H2250ModeParameters@@SAPBDXZ @38491 NONAME ?Class@H245_H235Media@@SAPBDXZ @38492 NONAME ?Class@H245_H235Media_mediaType@@SAPBDXZ @38493 NONAME ?Class@H245_H235Mode@@SAPBDXZ @38494 NONAME ?Class@H245_H235Mode_mediaMode@@SAPBDXZ @38495 NONAME ?Class@H245_H235SecurityCapability@@SAPBDXZ @38496 NONAME ?Class@H245_H261VideoCapability@@SAPBDXZ @38497 NONAME ?Class@H245_H261VideoMode@@SAPBDXZ @38498 NONAME ?Class@H245_H261VideoMode_resolution@@SAPBDXZ @38499 NONAME ?Class@H245_H262VideoCapability@@SAPBDXZ @38500 NONAME ?Class@H245_H262VideoMode@@SAPBDXZ @38501 NONAME ?Class@H245_H262VideoMode_profileAndLevel@@SAPBDXZ @38502 NONAME ?Class@H245_H263ModeComboFlags@@SAPBDXZ @38503 NONAME ?Class@H245_H263Options@@SAPBDXZ @38504 NONAME ?Class@H245_H263Version3Options@@SAPBDXZ @38505 NONAME ?Class@H245_H263VideoCapability@@SAPBDXZ @38506 NONAME ?Class@H245_H263VideoMode@@SAPBDXZ @38507 NONAME ?Class@H245_H263VideoModeCombos@@SAPBDXZ @38508 NONAME ?Class@H245_H263VideoMode_resolution@@SAPBDXZ @38509 NONAME ?Class@H245_IndicationMessage@@SAPBDXZ @38510 NONAME ?Class@H245_IntegrityCapability@@SAPBDXZ @38511 NONAME ?Class@H245_IS11172AudioCapability@@SAPBDXZ @38512 NONAME ?Class@H245_IS11172AudioMode@@SAPBDXZ @38513 NONAME ?Class@H245_IS11172AudioMode_audioLayer@@SAPBDXZ @38514 NONAME ?Class@H245_IS11172AudioMode_audioSampling@@SAPBDXZ @38515 NONAME ?Class@H245_IS11172AudioMode_multichannelType@@SAPBDXZ @38516 NONAME ?Class@H245_IS11172VideoCapability@@SAPBDXZ @38517 NONAME ?Class@H245_IS11172VideoMode@@SAPBDXZ @38518 NONAME ?Class@H245_IS13818AudioCapability@@SAPBDXZ @38519 NONAME ?Class@H245_IS13818AudioMode@@SAPBDXZ @38520 NONAME ?Class@H245_IS13818AudioMode_audioLayer@@SAPBDXZ @38521 NONAME ?Class@H245_IS13818AudioMode_audioSampling@@SAPBDXZ @38522 NONAME ?Class@H245_IS13818AudioMode_multichannelType@@SAPBDXZ @38523 NONAME ?Class@H245_IV16@@SAPBDXZ @45260 NONAME ?Class@H245_IV8@@SAPBDXZ @45261 NONAME ?Class@H245_JitterIndication@@SAPBDXZ @38524 NONAME ?Class@H245_JitterIndication_scope@@SAPBDXZ @38525 NONAME ?Class@H245_KeyProtectionMethod@@SAPBDXZ @38526 NONAME ?Class@H245_LogicalChannelNumber@@SAPBDXZ @38527 NONAME ?Class@H245_LogicalChannelRateAcknowledge@@SAPBDXZ @38528 NONAME ?Class@H245_LogicalChannelRateReject@@SAPBDXZ @38529 NONAME ?Class@H245_LogicalChannelRateRejectReason@@SAPBDXZ @38530 NONAME ?Class@H245_LogicalChannelRateRelease@@SAPBDXZ @38531 NONAME ?Class@H245_LogicalChannelRateRequest@@SAPBDXZ @38532 NONAME ?Class@H245_MaintenanceLoopAck@@SAPBDXZ @38533 NONAME ?Class@H245_MaintenanceLoopAck_type@@SAPBDXZ @38534 NONAME ?Class@H245_MaintenanceLoopOffCommand@@SAPBDXZ @38535 NONAME ?Class@H245_MaintenanceLoopReject@@SAPBDXZ @38536 NONAME ?Class@H245_MaintenanceLoopReject_cause@@SAPBDXZ @38537 NONAME ?Class@H245_MaintenanceLoopReject_type@@SAPBDXZ @38538 NONAME ?Class@H245_MaintenanceLoopRequest@@SAPBDXZ @38539 NONAME ?Class@H245_MaintenanceLoopRequest_type@@SAPBDXZ @38540 NONAME ?Class@H245_MasterSlaveDetermination@@SAPBDXZ @38541 NONAME ?Class@H245_MasterSlaveDeterminationAck@@SAPBDXZ @38542 NONAME ?Class@H245_MasterSlaveDeterminationAck_decision@@SAPBDXZ @38543 NONAME ?Class@H245_MasterSlaveDeterminationReject@@SAPBDXZ @38544 NONAME ?Class@H245_MasterSlaveDeterminationReject_cause@@SAPBDXZ @38545 NONAME ?Class@H245_MasterSlaveDeterminationRelease@@SAPBDXZ @38546 NONAME ?Class@H245_MaximumBitRate@@SAPBDXZ @38547 NONAME ?Class@H245_MaxRedundancy@@SAPBDXZ @45716 NONAME ?Class@H245_MCLocationIndication@@SAPBDXZ @38548 NONAME ?Class@H245_McuNumber@@SAPBDXZ @38549 NONAME ?Class@H245_MediaChannelCapability@@SAPBDXZ @38550 NONAME ?Class@H245_MediaDistributionCapability@@SAPBDXZ @38551 NONAME ?Class@H245_MediaEncryptionAlgorithm@@SAPBDXZ @38552 NONAME ?Class@H245_MediaPacketizationCapability@@SAPBDXZ @38553 NONAME ?Class@H245_MediaTransportType@@SAPBDXZ @38554 NONAME ?Class@H245_MediaTransportType_atm_AAL5_compressed@@SAPBDXZ @38555 NONAME ?Class@H245_MiscellaneousCommand@@SAPBDXZ @38556 NONAME ?Class@H245_MiscellaneousCommand_type@@SAPBDXZ @38557 NONAME ?Class@H245_MiscellaneousCommand_type_encryptionUpdateAck@@SAPBDXZ @45262 NONAME ?Class@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@SAPBDXZ @45263 NONAME ?Class@H245_MiscellaneousCommand_type_lostPartialPicture@@SAPBDXZ @38558 NONAME ?Class@H245_MiscellaneousCommand_type_progressiveRefinementStart@@SAPBDXZ @38559 NONAME ?Class@H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@SAPBDXZ @38560 NONAME ?Class@H245_MiscellaneousCommand_type_videoBadMBs@@SAPBDXZ @38561 NONAME ?Class@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@SAPBDXZ @38562 NONAME ?Class@H245_MiscellaneousCommand_type_videoFastUpdateMB@@SAPBDXZ @38563 NONAME ?Class@H245_MiscellaneousIndication@@SAPBDXZ @38564 NONAME ?Class@H245_MiscellaneousIndication_type@@SAPBDXZ @38565 NONAME ?Class@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@SAPBDXZ @38566 NONAME ?Class@H245_MobileMultilinkReconfigurationCommand@@SAPBDXZ @38567 NONAME ?Class@H245_MobileMultilinkReconfigurationCommand_status@@SAPBDXZ @38568 NONAME ?Class@H245_MobileMultilinkReconfigurationIndication@@SAPBDXZ @38569 NONAME ?Class@H245_ModeDescription@@SAPBDXZ @38570 NONAME ?Class@H245_ModeElement@@SAPBDXZ @38571 NONAME ?Class@H245_ModeElementType@@SAPBDXZ @38572 NONAME ?Class@H245_MulticastAddress@@SAPBDXZ @38573 NONAME ?Class@H245_MulticastAddress_iP6Address@@SAPBDXZ @38574 NONAME ?Class@H245_MulticastAddress_iPAddress@@SAPBDXZ @38575 NONAME ?Class@H245_MultilinkIndication@@SAPBDXZ @38576 NONAME ?Class@H245_MultilinkIndication_crcDesired@@SAPBDXZ @38577 NONAME ?Class@H245_MultilinkIndication_excessiveError@@SAPBDXZ @38578 NONAME ?Class@H245_MultilinkRequest@@SAPBDXZ @38579 NONAME ?Class@H245_MultilinkRequest_addConnection@@SAPBDXZ @38580 NONAME ?Class@H245_MultilinkRequest_callInformation@@SAPBDXZ @38581 NONAME ?Class@H245_MultilinkRequest_maximumHeaderInterval@@SAPBDXZ @38582 NONAME ?Class@H245_MultilinkRequest_maximumHeaderInterval_requestType@@SAPBDXZ @38583 NONAME ?Class@H245_MultilinkRequest_removeConnection@@SAPBDXZ @38584 NONAME ?Class@H245_MultilinkResponse@@SAPBDXZ @38585 NONAME ?Class@H245_MultilinkResponse_addConnection@@SAPBDXZ @38586 NONAME ?Class@H245_MultilinkResponse_addConnection_responseCode@@SAPBDXZ @38587 NONAME ?Class@H245_MultilinkResponse_addConnection_responseCode_rejected@@SAPBDXZ @38588 NONAME ?Class@H245_MultilinkResponse_callInformation@@SAPBDXZ @38589 NONAME ?Class@H245_MultilinkResponse_maximumHeaderInterval@@SAPBDXZ @38590 NONAME ?Class@H245_MultilinkResponse_removeConnection@@SAPBDXZ @38591 NONAME ?Class@H245_MultimediaSystemControlMessage@@SAPBDXZ @38592 NONAME ?Class@H245_MultiplePayloadStream@@SAPBDXZ @38593 NONAME ?Class@H245_MultiplePayloadStreamCapability@@SAPBDXZ @38594 NONAME ?Class@H245_MultiplePayloadStreamElement@@SAPBDXZ @38595 NONAME ?Class@H245_MultiplePayloadStreamElementMode@@SAPBDXZ @38596 NONAME ?Class@H245_MultiplePayloadStreamMode@@SAPBDXZ @38597 NONAME ?Class@H245_MultiplexCapability@@SAPBDXZ @38598 NONAME ?Class@H245_MultiplexedStreamCapability@@SAPBDXZ @38599 NONAME ?Class@H245_MultiplexedStreamModeParameters@@SAPBDXZ @38600 NONAME ?Class@H245_MultiplexedStreamParameter@@SAPBDXZ @38601 NONAME ?Class@H245_MultiplexElement@@SAPBDXZ @38602 NONAME ?Class@H245_MultiplexElement_repeatCount@@SAPBDXZ @38603 NONAME ?Class@H245_MultiplexElement_type@@SAPBDXZ @38604 NONAME ?Class@H245_MultiplexEntryDescriptor@@SAPBDXZ @38605 NONAME ?Class@H245_MultiplexEntryRejectionDescriptions@@SAPBDXZ @38606 NONAME ?Class@H245_MultiplexEntryRejectionDescriptions_cause@@SAPBDXZ @38607 NONAME ?Class@H245_MultiplexEntrySend@@SAPBDXZ @38608 NONAME ?Class@H245_MultiplexEntrySendAck@@SAPBDXZ @38609 NONAME ?Class@H245_MultiplexEntrySendReject@@SAPBDXZ @38610 NONAME ?Class@H245_MultiplexEntrySendRelease@@SAPBDXZ @38611 NONAME ?Class@H245_MultiplexFormat@@SAPBDXZ @38612 NONAME ?Class@H245_MultiplexTableEntryNumber@@SAPBDXZ @38613 NONAME ?Class@H245_MultipointCapability@@SAPBDXZ @38614 NONAME ?Class@H245_NetworkAccessParameters@@SAPBDXZ @38615 NONAME ?Class@H245_NetworkAccessParameters_distribution@@SAPBDXZ @38616 NONAME ?Class@H245_NetworkAccessParameters_networkAddress@@SAPBDXZ @38617 NONAME ?Class@H245_NetworkAccessParameters_t120SetupProcedure@@SAPBDXZ @38618 NONAME ?Class@H245_NewATMVCCommand@@SAPBDXZ @38619 NONAME ?Class@H245_NewATMVCCommand_aal@@SAPBDXZ @38620 NONAME ?Class@H245_NewATMVCCommand_aal_aal1@@SAPBDXZ @38621 NONAME ?Class@H245_NewATMVCCommand_aal_aal1_clockRecovery@@SAPBDXZ @38622 NONAME ?Class@H245_NewATMVCCommand_aal_aal1_errorCorrection@@SAPBDXZ @38623 NONAME ?Class@H245_NewATMVCCommand_aal_aal5@@SAPBDXZ @38624 NONAME ?Class@H245_NewATMVCCommand_multiplex@@SAPBDXZ @38625 NONAME ?Class@H245_NewATMVCCommand_reverseParameters@@SAPBDXZ @38626 NONAME ?Class@H245_NewATMVCCommand_reverseParameters_multiplex@@SAPBDXZ @38627 NONAME ?Class@H245_NewATMVCIndication@@SAPBDXZ @38628 NONAME ?Class@H245_NewATMVCIndication_aal@@SAPBDXZ @38629 NONAME ?Class@H245_NewATMVCIndication_aal_aal1@@SAPBDXZ @38630 NONAME ?Class@H245_NewATMVCIndication_aal_aal1_clockRecovery@@SAPBDXZ @38631 NONAME ?Class@H245_NewATMVCIndication_aal_aal1_errorCorrection@@SAPBDXZ @38632 NONAME ?Class@H245_NewATMVCIndication_aal_aal5@@SAPBDXZ @38633 NONAME ?Class@H245_NewATMVCIndication_multiplex@@SAPBDXZ @38634 NONAME ?Class@H245_NewATMVCIndication_reverseParameters@@SAPBDXZ @38635 NONAME ?Class@H245_NewATMVCIndication_reverseParameters_multiplex@@SAPBDXZ @38636 NONAME ?Class@H245_NonStandardIdentifier@@SAPBDXZ @38637 NONAME ?Class@H245_NonStandardIdentifier_h221NonStandard@@SAPBDXZ @38638 NONAME ?Class@H245_NonStandardMessage@@SAPBDXZ @38639 NONAME ?Class@H245_NonStandardParameter@@SAPBDXZ @38640 NONAME ?Class@H245_NoPTAudioTelephonyEventCapability@@SAPBDXZ @38641 NONAME ?Class@H245_NoPTAudioToneCapability@@SAPBDXZ @38642 NONAME ?Class@H245_OpenLogicalChannel@@SAPBDXZ @38643 NONAME ?Class@H245_OpenLogicalChannelAck@@SAPBDXZ @38644 NONAME ?Class@H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@SAPBDXZ @38645 NONAME ?Class@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@SAPBDXZ @38646 NONAME ?Class@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@SAPBDXZ @38647 NONAME ?Class@H245_OpenLogicalChannelConfirm@@SAPBDXZ @38648 NONAME ?Class@H245_OpenLogicalChannelReject@@SAPBDXZ @38649 NONAME ?Class@H245_OpenLogicalChannelReject_cause@@SAPBDXZ @38650 NONAME ?Class@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@SAPBDXZ @38651 NONAME ?Class@H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@SAPBDXZ @38652 NONAME ?Class@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@SAPBDXZ @38653 NONAME ?Class@H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@SAPBDXZ @38654 NONAME ?Class@H245_ParameterIdentifier@@SAPBDXZ @38655 NONAME ?Class@H245_ParameterValue@@SAPBDXZ @38656 NONAME ?Class@H245_Params@@SAPBDXZ @45264 NONAME ?Class@H245_Password@@SAPBDXZ @38657 NONAME ?Class@H245_PictureReference@@SAPBDXZ @38658 NONAME ?Class@H245_Q2931Address@@SAPBDXZ @38659 NONAME ?Class@H245_Q2931Address_address@@SAPBDXZ @38660 NONAME ?Class@H245_QOSCapability@@SAPBDXZ @38661 NONAME ?Class@H245_QOSMode@@SAPBDXZ @38662 NONAME ?Class@H245_RedundancyEncoding@@SAPBDXZ @38663 NONAME ?Class@H245_RedundancyEncodingCapability@@SAPBDXZ @38664 NONAME ?Class@H245_RedundancyEncodingDTMode@@SAPBDXZ @38665 NONAME ?Class@H245_RedundancyEncodingDTModeElement@@SAPBDXZ @38666 NONAME ?Class@H245_RedundancyEncodingDTModeElement_type@@SAPBDXZ @38667 NONAME ?Class@H245_RedundancyEncodingElement@@SAPBDXZ @38668 NONAME ?Class@H245_RedundancyEncodingMethod@@SAPBDXZ @38669 NONAME ?Class@H245_RedundancyEncodingMode@@SAPBDXZ @38670 NONAME ?Class@H245_RedundancyEncodingMode_secondaryEncoding@@SAPBDXZ @38671 NONAME ?Class@H245_RedundancyEncoding_rtpRedundancyEncoding@@SAPBDXZ @38672 NONAME ?Class@H245_RefPictureSelection@@SAPBDXZ @38673 NONAME ?Class@H245_RefPictureSelection_additionalPictureMemory@@SAPBDXZ @38674 NONAME ?Class@H245_RefPictureSelection_enhancedReferencePicSelect@@SAPBDXZ @38675 NONAME ?Class@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@SAPBDXZ @38676 NONAME ?Class@H245_RefPictureSelection_videoBackChannelSend@@SAPBDXZ @38677 NONAME ?Class@H245_RemoteMCRequest@@SAPBDXZ @38678 NONAME ?Class@H245_RemoteMCResponse@@SAPBDXZ @38679 NONAME ?Class@H245_RemoteMCResponse_reject@@SAPBDXZ @38680 NONAME ?Class@H245_RequestAllTerminalIDsResponse@@SAPBDXZ @38681 NONAME ?Class@H245_RequestChannelClose@@SAPBDXZ @38682 NONAME ?Class@H245_RequestChannelCloseAck@@SAPBDXZ @38683 NONAME ?Class@H245_RequestChannelCloseReject@@SAPBDXZ @38684 NONAME ?Class@H245_RequestChannelCloseReject_cause@@SAPBDXZ @38685 NONAME ?Class@H245_RequestChannelCloseRelease@@SAPBDXZ @38686 NONAME ?Class@H245_RequestChannelClose_reason@@SAPBDXZ @38687 NONAME ?Class@H245_RequestMessage@@SAPBDXZ @38688 NONAME ?Class@H245_RequestMode@@SAPBDXZ @38689 NONAME ?Class@H245_RequestModeAck@@SAPBDXZ @38690 NONAME ?Class@H245_RequestModeAck_response@@SAPBDXZ @38691 NONAME ?Class@H245_RequestModeReject@@SAPBDXZ @38692 NONAME ?Class@H245_RequestModeReject_cause@@SAPBDXZ @38693 NONAME ?Class@H245_RequestModeRelease@@SAPBDXZ @38694 NONAME ?Class@H245_RequestMultiplexEntry@@SAPBDXZ @38695 NONAME ?Class@H245_RequestMultiplexEntryAck@@SAPBDXZ @38696 NONAME ?Class@H245_RequestMultiplexEntryReject@@SAPBDXZ @38697 NONAME ?Class@H245_RequestMultiplexEntryRejectionDescriptions@@SAPBDXZ @38698 NONAME ?Class@H245_RequestMultiplexEntryRejectionDescriptions_cause@@SAPBDXZ @38699 NONAME ?Class@H245_RequestMultiplexEntryRelease@@SAPBDXZ @38700 NONAME ?Class@H245_ResponseMessage@@SAPBDXZ @38701 NONAME ?Class@H245_RoundTripDelayRequest@@SAPBDXZ @38702 NONAME ?Class@H245_RoundTripDelayResponse@@SAPBDXZ @38703 NONAME ?Class@H245_RSVPParameters@@SAPBDXZ @38704 NONAME ?Class@H245_RTPH263VideoRedundancyEncoding@@SAPBDXZ @38705 NONAME ?Class@H245_RTPH263VideoRedundancyEncoding_containedThreads@@SAPBDXZ @38706 NONAME ?Class@H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@SAPBDXZ @38707 NONAME ?Class@H245_RTPH263VideoRedundancyFrameMapping@@SAPBDXZ @38708 NONAME ?Class@H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@SAPBDXZ @38709 NONAME ?Class@H245_RTPPayloadType@@SAPBDXZ @38710 NONAME ?Class@H245_RTPPayloadType_payloadDescriptor@@SAPBDXZ @38711 NONAME ?Class@H245_SendTerminalCapabilitySet@@SAPBDXZ @38712 NONAME ?Class@H245_SendTerminalCapabilitySet_specificRequest@@SAPBDXZ @38713 NONAME ?Class@H245_SequenceNumber@@SAPBDXZ @38714 NONAME ?Class@H245_SubstituteConferenceIDCommand@@SAPBDXZ @38715 NONAME ?Class@H245_T38FaxProfile@@SAPBDXZ @38716 NONAME ?Class@H245_T38FaxRateManagement@@SAPBDXZ @38717 NONAME ?Class@H245_T38FaxTcpOptions@@SAPBDXZ @38718 NONAME ?Class@H245_T38FaxUdpOptions@@SAPBDXZ @38719 NONAME ?Class@H245_T38FaxUdpOptions_t38FaxUdpEC@@SAPBDXZ @38720 NONAME ?Class@H245_T84Profile@@SAPBDXZ @38721 NONAME ?Class@H245_T84Profile_t84Restricted@@SAPBDXZ @38722 NONAME ?Class@H245_TerminalCapabilitySet@@SAPBDXZ @38723 NONAME ?Class@H245_TerminalCapabilitySetAck@@SAPBDXZ @38724 NONAME ?Class@H245_TerminalCapabilitySetReject@@SAPBDXZ @38725 NONAME ?Class@H245_TerminalCapabilitySetReject_cause@@SAPBDXZ @38726 NONAME ?Class@H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@SAPBDXZ @38727 NONAME ?Class@H245_TerminalCapabilitySetRelease@@SAPBDXZ @38728 NONAME ?Class@H245_TerminalID@@SAPBDXZ @38729 NONAME ?Class@H245_TerminalInformation@@SAPBDXZ @38730 NONAME ?Class@H245_TerminalLabel@@SAPBDXZ @38731 NONAME ?Class@H245_TerminalNumber@@SAPBDXZ @38732 NONAME ?Class@H245_TerminalYouAreSeeingInSubPictureNumber@@SAPBDXZ @38733 NONAME ?Class@H245_TransparencyParameters@@SAPBDXZ @38734 NONAME ?Class@H245_TransportAddress@@SAPBDXZ @38735 NONAME ?Class@H245_TransportCapability@@SAPBDXZ @38736 NONAME ?Class@H245_UnicastAddress@@SAPBDXZ @38737 NONAME ?Class@H245_UnicastAddress_iP6Address@@SAPBDXZ @38738 NONAME ?Class@H245_UnicastAddress_iPAddress@@SAPBDXZ @38739 NONAME ?Class@H245_UnicastAddress_iPSourceRouteAddress@@SAPBDXZ @38740 NONAME ?Class@H245_UnicastAddress_iPSourceRouteAddress_route@@SAPBDXZ @38741 NONAME ?Class@H245_UnicastAddress_iPSourceRouteAddress_routing@@SAPBDXZ @38742 NONAME ?Class@H245_UnicastAddress_iPXAddress@@SAPBDXZ @38743 NONAME ?Class@H245_UserInputCapability@@SAPBDXZ @38744 NONAME ?Class@H245_UserInputIndication@@SAPBDXZ @38745 NONAME ?Class@H245_UserInputIndication_encryptedAlphanumeric@@SAPBDXZ @45265 NONAME ?Class@H245_UserInputIndication_extendedAlphanumeric@@SAPBDXZ @38746 NONAME ?Class@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@SAPBDXZ @45266 NONAME ?Class@H245_UserInputIndication_signal@@SAPBDXZ @38747 NONAME ?Class@H245_UserInputIndication_signalUpdate@@SAPBDXZ @38748 NONAME ?Class@H245_UserInputIndication_signalUpdate_rtp@@SAPBDXZ @38749 NONAME ?Class@H245_UserInputIndication_signal_rtp@@SAPBDXZ @38750 NONAME ?Class@H245_UserInputIndication_userInputSupportIndication@@SAPBDXZ @38751 NONAME ?Class@H245_V42bis@@SAPBDXZ @38752 NONAME ?Class@H245_V75Capability@@SAPBDXZ @38753 NONAME ?Class@H245_V75Parameters@@SAPBDXZ @38754 NONAME ?Class@H245_V76Capability@@SAPBDXZ @38755 NONAME ?Class@H245_V76HDLCParameters@@SAPBDXZ @38756 NONAME ?Class@H245_V76LogicalChannelParameters@@SAPBDXZ @38757 NONAME ?Class@H245_V76LogicalChannelParameters_mode@@SAPBDXZ @38758 NONAME ?Class@H245_V76LogicalChannelParameters_mode_eRM@@SAPBDXZ @38759 NONAME ?Class@H245_V76LogicalChannelParameters_mode_eRM_recovery@@SAPBDXZ @38760 NONAME ?Class@H245_V76LogicalChannelParameters_suspendResume@@SAPBDXZ @38761 NONAME ?Class@H245_V76ModeParameters@@SAPBDXZ @38762 NONAME ?Class@H245_VBDCapability@@SAPBDXZ @38763 NONAME ?Class@H245_VBDMode@@SAPBDXZ @38764 NONAME ?Class@H245_VCCapability@@SAPBDXZ @38765 NONAME ?Class@H245_VCCapability_aal1@@SAPBDXZ @38766 NONAME ?Class@H245_VCCapability_aal1ViaGateway@@SAPBDXZ @38767 NONAME ?Class@H245_VCCapability_aal5@@SAPBDXZ @38768 NONAME ?Class@H245_VCCapability_availableBitRates@@SAPBDXZ @38769 NONAME ?Class@H245_VCCapability_availableBitRates_type@@SAPBDXZ @38770 NONAME ?Class@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@SAPBDXZ @38771 NONAME ?Class@H245_VendorIdentification@@SAPBDXZ @38772 NONAME ?Class@H245_VideoCapability@@SAPBDXZ @38773 NONAME ?Class@H245_VideoIndicateCompose@@SAPBDXZ @38774 NONAME ?Class@H245_VideoMode@@SAPBDXZ @38775 NONAME ?Class@H248_ActionReply@@SAPBDXZ @38776 NONAME ?Class@H248_ActionRequest@@SAPBDXZ @38777 NONAME ?Class@H248_AmmDescriptor@@SAPBDXZ @38778 NONAME ?Class@H248_AmmRequest@@SAPBDXZ @38779 NONAME ?Class@H248_AmmsReply@@SAPBDXZ @38780 NONAME ?Class@H248_ArrayOf_ActionReply@@SAPBDXZ @38781 NONAME ?Class@H248_ArrayOf_ActionRequest@@SAPBDXZ @38782 NONAME ?Class@H248_ArrayOf_AmmDescriptor@@SAPBDXZ @38783 NONAME ?Class@H248_ArrayOf_CommandReply@@SAPBDXZ @38784 NONAME ?Class@H248_ArrayOf_CommandRequest@@SAPBDXZ @38785 NONAME ?Class@H248_ArrayOf_EventParameter@@SAPBDXZ @38786 NONAME ?Class@H248_ArrayOf_IndAuditParameter@@SAPBDXZ @38787 NONAME ?Class@H248_ArrayOf_IndAudPropertyParm@@SAPBDXZ @38788 NONAME ?Class@H248_ArrayOf_IndAudStreamDescriptor@@SAPBDXZ @38789 NONAME ?Class@H248_ArrayOf_ModemType@@SAPBDXZ @38790 NONAME ?Class@H248_ArrayOf_ObservedEvent@@SAPBDXZ @38791 NONAME ?Class@H248_ArrayOf_PASN_OctetString@@SAPBDXZ @38792 NONAME ?Class@H248_ArrayOf_PropertyGroup@@SAPBDXZ @38793 NONAME ?Class@H248_ArrayOf_PropertyParm@@SAPBDXZ @38794 NONAME ?Class@H248_ArrayOf_RequestedEvent@@SAPBDXZ @38795 NONAME ?Class@H248_ArrayOf_SecondRequestedEvent@@SAPBDXZ @38796 NONAME ?Class@H248_ArrayOf_Signal@@SAPBDXZ @38797 NONAME ?Class@H248_ArrayOf_SigParameter@@SAPBDXZ @38798 NONAME ?Class@H248_ArrayOf_StreamDescriptor@@SAPBDXZ @38799 NONAME ?Class@H248_ArrayOf_TerminationID@@SAPBDXZ @38800 NONAME ?Class@H248_ArrayOf_TopologyRequest@@SAPBDXZ @38801 NONAME ?Class@H248_ArrayOf_Transaction@@SAPBDXZ @38802 NONAME ?Class@H248_ArrayOf_WildcardField@@SAPBDXZ @38803 NONAME ?Class@H248_AuditDescriptor@@SAPBDXZ @38804 NONAME ?Class@H248_AuditReply@@SAPBDXZ @38805 NONAME ?Class@H248_AuditRequest@@SAPBDXZ @38806 NONAME ?Class@H248_AuditResult@@SAPBDXZ @38807 NONAME ?Class@H248_AuditReturnParameter@@SAPBDXZ @38808 NONAME ?Class@H248_AuthData@@SAPBDXZ @38809 NONAME ?Class@H248_AuthenticationHeader@@SAPBDXZ @38810 NONAME ?Class@H248_Command@@SAPBDXZ @38811 NONAME ?Class@H248_CommandReply@@SAPBDXZ @38812 NONAME ?Class@H248_CommandRequest@@SAPBDXZ @38813 NONAME ?Class@H248_ContextAttrAuditRequest@@SAPBDXZ @38814 NONAME ?Class@H248_ContextID@@SAPBDXZ @38815 NONAME ?Class@H248_ContextRequest@@SAPBDXZ @38816 NONAME ?Class@H248_DigitMapDescriptor@@SAPBDXZ @38817 NONAME ?Class@H248_DigitMapName@@SAPBDXZ @38818 NONAME ?Class@H248_DigitMapValue@@SAPBDXZ @38819 NONAME ?Class@H248_DomainName@@SAPBDXZ @38820 NONAME ?Class@H248_ErrorCode@@SAPBDXZ @38821 NONAME ?Class@H248_ErrorDescriptor@@SAPBDXZ @38822 NONAME ?Class@H248_ErrorText@@SAPBDXZ @38823 NONAME ?Class@H248_EventBufferControl@@SAPBDXZ @38824 NONAME ?Class@H248_EventBufferDescriptor@@SAPBDXZ @38825 NONAME ?Class@H248_EventDM@@SAPBDXZ @38826 NONAME ?Class@H248_EventName@@SAPBDXZ @38827 NONAME ?Class@H248_EventParameter@@SAPBDXZ @38828 NONAME ?Class@H248_EventParameter_extraInfo@@SAPBDXZ @38829 NONAME ?Class@H248_EventsDescriptor@@SAPBDXZ @38830 NONAME ?Class@H248_EventSpec@@SAPBDXZ @38831 NONAME ?Class@H248_H221NonStandard@@SAPBDXZ @38832 NONAME ?Class@H248_IndAudDigitMapDescriptor@@SAPBDXZ @38833 NONAME ?Class@H248_IndAudEventBufferDescriptor@@SAPBDXZ @38834 NONAME ?Class@H248_IndAudEventsDescriptor@@SAPBDXZ @38835 NONAME ?Class@H248_IndAuditParameter@@SAPBDXZ @38836 NONAME ?Class@H248_IndAudLocalControlDescriptor@@SAPBDXZ @38837 NONAME ?Class@H248_IndAudLocalRemoteDescriptor@@SAPBDXZ @38838 NONAME ?Class@H248_IndAudMediaDescriptor@@SAPBDXZ @38839 NONAME ?Class@H248_IndAudMediaDescriptor_streams@@SAPBDXZ @38840 NONAME ?Class@H248_IndAudPackagesDescriptor@@SAPBDXZ @38841 NONAME ?Class@H248_IndAudPropertyGroup@@SAPBDXZ @38842 NONAME ?Class@H248_IndAudPropertyParm@@SAPBDXZ @38843 NONAME ?Class@H248_IndAudSeqSigList@@SAPBDXZ @38844 NONAME ?Class@H248_IndAudSignal@@SAPBDXZ @38845 NONAME ?Class@H248_IndAudSignalsDescriptor@@SAPBDXZ @38846 NONAME ?Class@H248_IndAudStatisticsDescriptor@@SAPBDXZ @38847 NONAME ?Class@H248_IndAudStreamDescriptor@@SAPBDXZ @38848 NONAME ?Class@H248_IndAudStreamParms@@SAPBDXZ @38849 NONAME ?Class@H248_IndAudTerminationStateDescriptor@@SAPBDXZ @38850 NONAME ?Class@H248_IP4Address@@SAPBDXZ @38851 NONAME ?Class@H248_IP6Address@@SAPBDXZ @38852 NONAME ?Class@H248_LocalControlDescriptor@@SAPBDXZ @38853 NONAME ?Class@H248_LocalRemoteDescriptor@@SAPBDXZ @38854 NONAME ?Class@H248_MediaDescriptor@@SAPBDXZ @38855 NONAME ?Class@H248_MediaDescriptor_streams@@SAPBDXZ @38856 NONAME ?Class@H248_MegacoMessage@@SAPBDXZ @38857 NONAME ?Class@H248_Message@@SAPBDXZ @38858 NONAME ?Class@H248_Message_messageBody@@SAPBDXZ @38859 NONAME ?Class@H248_MId@@SAPBDXZ @38860 NONAME ?Class@H248_ModemDescriptor@@SAPBDXZ @38861 NONAME ?Class@H248_ModemType@@SAPBDXZ @38862 NONAME ?Class@H248_MuxDescriptor@@SAPBDXZ @38863 NONAME ?Class@H248_MuxType@@SAPBDXZ @38864 NONAME ?Class@H248_Name@@SAPBDXZ @38865 NONAME ?Class@H248_NonStandardData@@SAPBDXZ @38866 NONAME ?Class@H248_NonStandardIdentifier@@SAPBDXZ @38867 NONAME ?Class@H248_NotifyCompletion@@SAPBDXZ @38868 NONAME ?Class@H248_NotifyReply@@SAPBDXZ @38869 NONAME ?Class@H248_NotifyRequest@@SAPBDXZ @38870 NONAME ?Class@H248_ObservedEvent@@SAPBDXZ @38871 NONAME ?Class@H248_ObservedEventsDescriptor@@SAPBDXZ @38872 NONAME ?Class@H248_PackagesDescriptor@@SAPBDXZ @38873 NONAME ?Class@H248_PackagesItem@@SAPBDXZ @38874 NONAME ?Class@H248_PathName@@SAPBDXZ @38875 NONAME ?Class@H248_PkgdName@@SAPBDXZ @38876 NONAME ?Class@H248_PropertyGroup@@SAPBDXZ @38877 NONAME ?Class@H248_PropertyParm@@SAPBDXZ @38878 NONAME ?Class@H248_PropertyParm_extraInfo@@SAPBDXZ @38879 NONAME ?Class@H248_Relation@@SAPBDXZ @38880 NONAME ?Class@H248_RequestedActions@@SAPBDXZ @38881 NONAME ?Class@H248_RequestedEvent@@SAPBDXZ @38882 NONAME ?Class@H248_RequestID@@SAPBDXZ @38883 NONAME ?Class@H248_SecondEventsDescriptor@@SAPBDXZ @38884 NONAME ?Class@H248_SecondRequestedActions@@SAPBDXZ @38885 NONAME ?Class@H248_SecondRequestedEvent@@SAPBDXZ @38886 NONAME ?Class@H248_SecurityParmIndex@@SAPBDXZ @38887 NONAME ?Class@H248_SeqSigList@@SAPBDXZ @38888 NONAME ?Class@H248_SequenceNum@@SAPBDXZ @38889 NONAME ?Class@H248_ServiceChangeAddress@@SAPBDXZ @38890 NONAME ?Class@H248_ServiceChangeMethod@@SAPBDXZ @38891 NONAME ?Class@H248_ServiceChangeParm@@SAPBDXZ @38892 NONAME ?Class@H248_ServiceChangeProfile@@SAPBDXZ @38893 NONAME ?Class@H248_ServiceChangeReply@@SAPBDXZ @38894 NONAME ?Class@H248_ServiceChangeRequest@@SAPBDXZ @38895 NONAME ?Class@H248_ServiceChangeResParm@@SAPBDXZ @38896 NONAME ?Class@H248_ServiceChangeResult@@SAPBDXZ @38897 NONAME ?Class@H248_ServiceState@@SAPBDXZ @38898 NONAME ?Class@H248_Signal@@SAPBDXZ @38899 NONAME ?Class@H248_SignalName@@SAPBDXZ @38900 NONAME ?Class@H248_SignalRequest@@SAPBDXZ @38901 NONAME ?Class@H248_SignalsDescriptor@@SAPBDXZ @38902 NONAME ?Class@H248_SignalType@@SAPBDXZ @38903 NONAME ?Class@H248_SigParameter@@SAPBDXZ @38904 NONAME ?Class@H248_SigParameter_extraInfo@@SAPBDXZ @38905 NONAME ?Class@H248_StatisticsDescriptor@@SAPBDXZ @38906 NONAME ?Class@H248_StatisticsParameter@@SAPBDXZ @38907 NONAME ?Class@H248_StreamDescriptor@@SAPBDXZ @38908 NONAME ?Class@H248_StreamID@@SAPBDXZ @38909 NONAME ?Class@H248_StreamMode@@SAPBDXZ @38910 NONAME ?Class@H248_StreamParms@@SAPBDXZ @38911 NONAME ?Class@H248_SubtractRequest@@SAPBDXZ @38912 NONAME ?Class@H248_TerminationAudit@@SAPBDXZ @38913 NONAME ?Class@H248_TerminationID@@SAPBDXZ @38914 NONAME ?Class@H248_TerminationIDList@@SAPBDXZ @38915 NONAME ?Class@H248_TerminationStateDescriptor@@SAPBDXZ @38916 NONAME ?Class@H248_TimeNotation@@SAPBDXZ @38917 NONAME ?Class@H248_TopologyRequest@@SAPBDXZ @38918 NONAME ?Class@H248_TopologyRequest_topologyDirection@@SAPBDXZ @38919 NONAME ?Class@H248_Transaction@@SAPBDXZ @38920 NONAME ?Class@H248_TransactionAck@@SAPBDXZ @38921 NONAME ?Class@H248_TransactionId@@SAPBDXZ @38922 NONAME ?Class@H248_TransactionPending@@SAPBDXZ @38923 NONAME ?Class@H248_TransactionReply@@SAPBDXZ @38924 NONAME ?Class@H248_TransactionReply_transactionResult@@SAPBDXZ @38925 NONAME ?Class@H248_TransactionRequest@@SAPBDXZ @38926 NONAME ?Class@H248_TransactionResponseAck@@SAPBDXZ @38927 NONAME ?Class@H248_Value@@SAPBDXZ @38928 NONAME ?Class@H248_WildcardField@@SAPBDXZ @38929 NONAME ?Class@H263Packet@@SAPBDXZ @45954 NONAME ?Class@H263PacketList@@SAPBDXZ @45955 NONAME ?Class@H323AudioCapability@@SAPBDXZ @38932 NONAME ?Class@H323AudioCodec@@SAPBDXZ @38933 NONAME ?Class@H323BidirectionalChannel@@SAPBDXZ @38934 NONAME ?Class@H323CallCreditServiceControl@@SAPBDXZ @38935 NONAME ?Class@H323Capabilities@@SAPBDXZ @38936 NONAME ?Class@H323CapabilitiesSet@@SAPBDXZ @38937 NONAME ?Class@H323Capability@@SAPBDXZ @38938 NONAME ?Class@H323Channel@@SAPBDXZ @38940 NONAME ?Class@H323ChannelNumber@@SAPBDXZ @38941 NONAME ?Class@H323Codec@@SAPBDXZ @38942 NONAME ?Class@H323CodecPluginGenericAudioCapability@@SAPBDXZ @45421 NONAME ?Class@H323CodecPluginNonStandardAudioCapability@@SAPBDXZ @38943 NONAME ?Class@H323Connection@@SAPBDXZ @38944 NONAME ?Class@H323ConnectionsCleaner@@SAPBDXZ @38945 NONAME ?Class@H323ControlPDU@@SAPBDXZ @38946 NONAME ?Class@H323DataCapability@@SAPBDXZ @38947 NONAME ?Class@H323DataChannel@@SAPBDXZ @38948 NONAME ?Class@H323DynaLink@@SAPBDXZ @42756 NONAME ?Class@H323EndPoint@@SAPBDXZ @38949 NONAME ?Class@H323FramedAudioCodec@@SAPBDXZ @38950 NONAME ?Class@H323Gatekeeper@@SAPBDXZ @38951 NONAME ?Class@H323GatekeeperARQ@@SAPBDXZ @38952 NONAME ?Class@H323GatekeeperBRQ@@SAPBDXZ @38953 NONAME ?Class@H323GatekeeperCall@@SAPBDXZ @38954 NONAME ?Class@H323GatekeeperDRQ@@SAPBDXZ @38955 NONAME ?Class@H323GatekeeperGRQ@@SAPBDXZ @38956 NONAME ?Class@H323GatekeeperIRR@@SAPBDXZ @38957 NONAME ?Class@H323GatekeeperListener@@SAPBDXZ @38958 NONAME ?Class@H323GatekeeperLRQ@@SAPBDXZ @38959 NONAME ?Class@H323GatekeeperRequest@@SAPBDXZ @38960 NONAME ?Class@H323GatekeeperRRQ@@SAPBDXZ @38961 NONAME ?Class@H323GatekeeperServer@@SAPBDXZ @38962 NONAME ?Class@H323GatekeeperURQ@@SAPBDXZ @38963 NONAME ?Class@H323GenericVideoCapability@@SAPBDXZ @45422 NONAME ?Class@H323GSMPluginCapability@@SAPBDXZ @38964 NONAME ?Class@H323H248ServiceControl@@SAPBDXZ @38965 NONAME ?Class@H323HTTPServiceControl@@SAPBDXZ @38967 NONAME ?Class@H323Listener@@SAPBDXZ @38968 NONAME ?Class@H323ListenerTCP@@SAPBDXZ @38969 NONAME ?Class@H323LogicalChannelThread@@SAPBDXZ @38970 NONAME ?Class@H323NonStandardAudioCapability@@SAPBDXZ @38971 NONAME ?Class@H323NonStandardDataCapability@@SAPBDXZ @38972 NONAME ?Class@H323NonStandardVideoCapability@@SAPBDXZ @38973 NONAME ?Class@H323PeerElement@@SAPBDXZ @38974 NONAME ?Class@H323PeerElementDescriptor@@SAPBDXZ @38975 NONAME ?Class@H323PeerElementServiceRelationship@@SAPBDXZ @38976 NONAME ?Class@H323PluginCapability@@SAPBDXZ @38978 NONAME ?Class@H323PluginCodecManager@@SAPBDXZ @43089 NONAME ?Class@H323PluginFramedAudioCodec@@SAPBDXZ @42799 NONAME ?Class@H323PluginG7231Capability@@SAPBDXZ @38979 NONAME ?Class@H323PluginVideoCodec@@SAPBDXZ @38980 NONAME ?Class@H323RasPDU@@SAPBDXZ @38981 NONAME ?Class@H323RealTimeCapability@@SAPBDXZ @38982 NONAME ?Class@H323RegisteredEndPoint@@SAPBDXZ @38983 NONAME ?Class@H323ServiceControlSession@@SAPBDXZ @38984 NONAME ?Class@H323SignalPDU@@SAPBDXZ @38985 NONAME ?Class@H323SimultaneousCapabilities@@SAPBDXZ @38986 NONAME ?Class@H323StreamedAudioCodec@@SAPBDXZ @38987 NONAME ?Class@H323StreamedPluginAudioCodec@@SAPBDXZ @42800 NONAME ?Class@H323Transaction@@SAPBDXZ @38988 NONAME ?Class@H323TransactionServer@@SAPBDXZ @38989 NONAME ?Class@H323Transactor@@SAPBDXZ @38990 NONAME ?Class@H323Transport@@SAPBDXZ @38991 NONAME ?Class@H323TransportAddress@@SAPBDXZ @38992 NONAME ?Class@H323TransportAddressArray@@SAPBDXZ @38993 NONAME ?Class@H323TransportIP@@SAPBDXZ @38994 NONAME ?Class@H323TransportTCP@@SAPBDXZ @38995 NONAME ?Class@H323TransportUDP@@SAPBDXZ @38996 NONAME ?Class@H323UnidirectionalChannel@@SAPBDXZ @38997 NONAME ?Class@H323VideoCapability@@SAPBDXZ @38998 NONAME ?Class@H323VideoCodec@@SAPBDXZ @38999 NONAME ?Class@H323_ALawCodec@@SAPBDXZ @39000 NONAME ?Class@H323_AnnexG@@SAPBDXZ @39001 NONAME ?Class@H323_CiscoG7231aLIDCapability@@SAPBDXZ @39002 NONAME ?Class@H323_ExternalRTPChannel@@SAPBDXZ @39003 NONAME ?Class@H323_G711Capability@@SAPBDXZ @39006 NONAME ?Class@H323_H261Capability@@SAPBDXZ @39014 NONAME ?Class@H323_H261Codec@@SAPBDXZ @39015 NONAME ?Class@H323_LIDCapability@@SAPBDXZ @39018 NONAME ?Class@H323_LIDCodec@@SAPBDXZ @39019 NONAME ?Class@H323_muLawCodec@@SAPBDXZ @39022 NONAME ?Class@H323_RealTimeChannel@@SAPBDXZ @39023 NONAME ?Class@H323_RFC2190_H263Capability@@SAPBDXZ @45956 NONAME ?Class@H323_RFC2190_H263Codec@@SAPBDXZ @45957 NONAME ?Class@H323_RTPChannel@@SAPBDXZ @39024 NONAME ?Class@H323_RTP_Session@@SAPBDXZ @39025 NONAME ?Class@H323_RTP_UDP@@SAPBDXZ @39026 NONAME ?Class@H323_T120Capability@@SAPBDXZ @39027 NONAME ?Class@H323_T120Channel@@SAPBDXZ @39028 NONAME ?Class@H323_T38Capability@@SAPBDXZ @39029 NONAME ?Class@H323_T38Channel@@SAPBDXZ @39030 NONAME ?Class@H323_T38NonStandardCapability@@SAPBDXZ @39031 NONAME ?Class@H323_UserInputCapability@@SAPBDXZ @39032 NONAME ?Class@H45010_ArrayOf_MixedExtension@@SAPBDXZ @39033 NONAME ?Class@H45010_CfbOvrOptArg@@SAPBDXZ @39034 NONAME ?Class@H45010_CoReqOptArg@@SAPBDXZ @39035 NONAME ?Class@H45010_H323CallOfferOperations@@SAPBDXZ @39036 NONAME ?Class@H45010_RUAlertOptArg@@SAPBDXZ @39037 NONAME ?Class@H45011Handler@@SAPBDXZ @39038 NONAME ?Class@H45011_ArrayOf_MixedExtension@@SAPBDXZ @39039 NONAME ?Class@H45011_CallIntrusionErrors@@SAPBDXZ @39040 NONAME ?Class@H45011_CICapabilityLevel@@SAPBDXZ @39041 NONAME ?Class@H45011_CIFrcRelArg@@SAPBDXZ @39042 NONAME ?Class@H45011_CIFrcRelOptRes@@SAPBDXZ @39043 NONAME ?Class@H45011_CIGetCIPLOptArg@@SAPBDXZ @39044 NONAME ?Class@H45011_CIGetCIPLRes@@SAPBDXZ @39045 NONAME ?Class@H45011_CIIsOptArg@@SAPBDXZ @39046 NONAME ?Class@H45011_CIIsOptRes@@SAPBDXZ @39047 NONAME ?Class@H45011_CINotificationArg@@SAPBDXZ @39048 NONAME ?Class@H45011_CIProtectionLevel@@SAPBDXZ @39049 NONAME ?Class@H45011_CIRequestArg@@SAPBDXZ @39050 NONAME ?Class@H45011_CIRequestRes@@SAPBDXZ @39051 NONAME ?Class@H45011_CISilentArg@@SAPBDXZ @39052 NONAME ?Class@H45011_CISilentOptRes@@SAPBDXZ @39053 NONAME ?Class@H45011_CIStatusInformation@@SAPBDXZ @39054 NONAME ?Class@H45011_CIWobOptArg@@SAPBDXZ @39055 NONAME ?Class@H45011_CIWobOptRes@@SAPBDXZ @39056 NONAME ?Class@H45011_H323CallIntrusionOperations@@SAPBDXZ @39057 NONAME ?Class@H4501_Address@@SAPBDXZ @39058 NONAME ?Class@H4501_AddressInformation@@SAPBDXZ @39059 NONAME ?Class@H4501_AddressScreened@@SAPBDXZ @39060 NONAME ?Class@H4501_ArrayOf_AliasAddress@@SAPBDXZ @39061 NONAME ?Class@H4501_ArrayOf_ROS@@SAPBDXZ @39062 NONAME ?Class@H4501_EndpointAddress@@SAPBDXZ @39063 NONAME ?Class@H4501_EntityType@@SAPBDXZ @39064 NONAME ?Class@H4501_Extension@@SAPBDXZ @39065 NONAME ?Class@H4501_GeneralErrorList@@SAPBDXZ @39066 NONAME ?Class@H4501_H225InformationElement@@SAPBDXZ @39067 NONAME ?Class@H4501_InterpretationApdu@@SAPBDXZ @39068 NONAME ?Class@H4501_InvokeIDs@@SAPBDXZ @39069 NONAME ?Class@H4501_InvokeIdSet@@SAPBDXZ @39070 NONAME ?Class@H4501_NetworkFacilityExtension@@SAPBDXZ @39071 NONAME ?Class@H4501_NSAPSubaddress@@SAPBDXZ @39072 NONAME ?Class@H4501_NumberScreened@@SAPBDXZ @39073 NONAME ?Class@H4501_PartySubaddress@@SAPBDXZ @39074 NONAME ?Class@H4501_PresentationAllowedIndicator@@SAPBDXZ @39075 NONAME ?Class@H4501_PresentedAddressScreened@@SAPBDXZ @39076 NONAME ?Class@H4501_PresentedAddressUnscreened@@SAPBDXZ @39077 NONAME ?Class@H4501_PresentedNumberScreened@@SAPBDXZ @39078 NONAME ?Class@H4501_PresentedNumberUnscreened@@SAPBDXZ @39079 NONAME ?Class@H4501_ScreeningIndicator@@SAPBDXZ @39080 NONAME ?Class@H4501_ServiceApdus@@SAPBDXZ @39081 NONAME ?Class@H4501_SubaddressInformation@@SAPBDXZ @39082 NONAME ?Class@H4501_SupplementaryService@@SAPBDXZ @39083 NONAME ?Class@H4501_UserSpecifiedSubaddress@@SAPBDXZ @39084 NONAME ?Class@H4502Handler@@SAPBDXZ @39085 NONAME ?Class@H4502_CallIdentity@@SAPBDXZ @39086 NONAME ?Class@H4502_CallStatus@@SAPBDXZ @39087 NONAME ?Class@H4502_CallTransferErrors@@SAPBDXZ @39088 NONAME ?Class@H4502_CallTransferOperation@@SAPBDXZ @39089 NONAME ?Class@H4502_CTActiveArg@@SAPBDXZ @39090 NONAME ?Class@H4502_CTActiveArg_argumentExtension@@SAPBDXZ @39091 NONAME ?Class@H4502_CTCompleteArg@@SAPBDXZ @39092 NONAME ?Class@H4502_CTCompleteArg_argumentExtension@@SAPBDXZ @39093 NONAME ?Class@H4502_CTIdentifyRes@@SAPBDXZ @39094 NONAME ?Class@H4502_CTIdentifyRes_resultExtension@@SAPBDXZ @39095 NONAME ?Class@H4502_CTInitiateArg@@SAPBDXZ @39096 NONAME ?Class@H4502_CTInitiateArg_argumentExtension@@SAPBDXZ @39097 NONAME ?Class@H4502_CTSetupArg@@SAPBDXZ @39098 NONAME ?Class@H4502_CTSetupArg_argumentExtension@@SAPBDXZ @39099 NONAME ?Class@H4502_CTUpdateArg@@SAPBDXZ @39100 NONAME ?Class@H4502_CTUpdateArg_argumentExtension@@SAPBDXZ @39101 NONAME ?Class@H4502_DummyArg@@SAPBDXZ @39102 NONAME ?Class@H4502_DummyRes@@SAPBDXZ @39103 NONAME ?Class@H4502_EndDesignation@@SAPBDXZ @39104 NONAME ?Class@H4502_ExtensionSeq@@SAPBDXZ @39105 NONAME ?Class@H4502_SubaddressTransferArg@@SAPBDXZ @39106 NONAME ?Class@H4502_SubaddressTransferArg_argumentExtension@@SAPBDXZ @39107 NONAME ?Class@H4503_BasicService@@SAPBDXZ @39108 NONAME ?Class@H4503_CallDiversionErrors@@SAPBDXZ @39109 NONAME ?Class@H4503_DiversionReason@@SAPBDXZ @39110 NONAME ?Class@H4503_ExtensionSeq@@SAPBDXZ @39111 NONAME ?Class@H4503_H323CallDiversionOperations@@SAPBDXZ @39112 NONAME ?Class@H4503_IntResult@@SAPBDXZ @39113 NONAME ?Class@H4503_IntResultList@@SAPBDXZ @39114 NONAME ?Class@H4503_IntResult_extension@@SAPBDXZ @39115 NONAME ?Class@H4503_Procedure@@SAPBDXZ @39116 NONAME ?Class@H4503_SubscriptionOption@@SAPBDXZ @39117 NONAME ?Class@H4504Handler@@SAPBDXZ @39118 NONAME ?Class@H4504_ArrayOf_MixedExtension@@SAPBDXZ @39119 NONAME ?Class@H4504_CallHoldOperation@@SAPBDXZ @39120 NONAME ?Class@H4504_Extension@@SAPBDXZ @39121 NONAME ?Class@H4504_HoldNotificArg@@SAPBDXZ @39122 NONAME ?Class@H4504_MixedExtension@@SAPBDXZ @39123 NONAME ?Class@H4504_RemoteHoldArg@@SAPBDXZ @39124 NONAME ?Class@H4504_RemoteHoldRes@@SAPBDXZ @39125 NONAME ?Class@H4504_RemoteRetrieveArg@@SAPBDXZ @39126 NONAME ?Class@H4504_RemoteRetrieveRes@@SAPBDXZ @39127 NONAME ?Class@H4504_RetrieveNotificArg@@SAPBDXZ @39128 NONAME ?Class@H4505_ArrayOf_MixedExtension@@SAPBDXZ @39129 NONAME ?Class@H4505_CallParkPickupOperations@@SAPBDXZ @39130 NONAME ?Class@H4505_CallPickupErrors@@SAPBDXZ @39131 NONAME ?Class@H4505_CallType@@SAPBDXZ @39132 NONAME ?Class@H4505_CpickupNotifyArg@@SAPBDXZ @39133 NONAME ?Class@H4505_CpNotifyArg@@SAPBDXZ @39134 NONAME ?Class@H4505_CpRequestArg@@SAPBDXZ @39135 NONAME ?Class@H4505_CpRequestRes@@SAPBDXZ @39136 NONAME ?Class@H4505_CpSetupArg@@SAPBDXZ @39137 NONAME ?Class@H4505_CpSetupRes@@SAPBDXZ @39138 NONAME ?Class@H4505_GroupIndicationOffArg@@SAPBDXZ @39139 NONAME ?Class@H4505_GroupIndicationOffRes@@SAPBDXZ @39140 NONAME ?Class@H4505_GroupIndicationOnArg@@SAPBDXZ @39141 NONAME ?Class@H4505_GroupIndicationOnRes@@SAPBDXZ @39142 NONAME ?Class@H4505_ParkCondition@@SAPBDXZ @39143 NONAME ?Class@H4505_ParkedToPosition@@SAPBDXZ @39144 NONAME ?Class@H4505_PickExeArg@@SAPBDXZ @39145 NONAME ?Class@H4505_PickExeRes@@SAPBDXZ @39146 NONAME ?Class@H4505_PickrequArg@@SAPBDXZ @39147 NONAME ?Class@H4505_PickrequRes@@SAPBDXZ @39148 NONAME ?Class@H4505_PickupArg@@SAPBDXZ @39149 NONAME ?Class@H4505_PickupRes@@SAPBDXZ @39150 NONAME ?Class@H4506Handler@@SAPBDXZ @39151 NONAME ?Class@H4506_ArrayOf_MixedExtension@@SAPBDXZ @39152 NONAME ?Class@H4506_CallWaitingArg@@SAPBDXZ @39153 NONAME ?Class@H4506_CallWaitingOperations@@SAPBDXZ @39154 NONAME ?Class@H4507_ArrayOf_MixedExtension@@SAPBDXZ @39155 NONAME ?Class@H4507_BasicService@@SAPBDXZ @39156 NONAME ?Class@H4507_DummyRes@@SAPBDXZ @39157 NONAME ?Class@H4507_H323_MWI_Operations@@SAPBDXZ @39158 NONAME ?Class@H4507_MessageWaitingIndicationErrors@@SAPBDXZ @39159 NONAME ?Class@H4507_MsgCentreId@@SAPBDXZ @39160 NONAME ?Class@H4507_MWIActivateArg@@SAPBDXZ @39161 NONAME ?Class@H4507_MWIDeactivateArg@@SAPBDXZ @39162 NONAME ?Class@H4507_MWIInterrogateArg@@SAPBDXZ @39163 NONAME ?Class@H4507_MWIInterrogateRes@@SAPBDXZ @39164 NONAME ?Class@H4507_MWIInterrogateResElt@@SAPBDXZ @39165 NONAME ?Class@H4507_NbOfMessages@@SAPBDXZ @39166 NONAME ?Class@H4507_TimeStamp@@SAPBDXZ @39167 NONAME ?Class@H4508_ExtendedName@@SAPBDXZ @39168 NONAME ?Class@H4508_Name@@SAPBDXZ @39169 NONAME ?Class@H4508_NameOperations@@SAPBDXZ @39170 NONAME ?Class@H4508_NamePresentationAllowed@@SAPBDXZ @39171 NONAME ?Class@H4508_NamePresentationRestricted@@SAPBDXZ @39172 NONAME ?Class@H4508_SimpleName@@SAPBDXZ @39173 NONAME ?Class@H4509_ArrayOf_MixedExtension@@SAPBDXZ @39174 NONAME ?Class@H4509_CallCompletionErrors@@SAPBDXZ @39175 NONAME ?Class@H4509_CcArg@@SAPBDXZ @39176 NONAME ?Class@H4509_CcLongArg@@SAPBDXZ @39177 NONAME ?Class@H4509_CcRequestArg@@SAPBDXZ @39178 NONAME ?Class@H4509_CcRequestRes@@SAPBDXZ @39179 NONAME ?Class@H4509_CcShortArg@@SAPBDXZ @39180 NONAME ?Class@H4509_H323CallCompletionOperations@@SAPBDXZ @39181 NONAME ?Class@H450xDispatcher@@SAPBDXZ @39182 NONAME ?Class@H450xHandler@@SAPBDXZ @39183 NONAME ?Class@H501AccessRequest@@SAPBDXZ @39184 NONAME ?Class@H501DescriptorUpdate@@SAPBDXZ @39185 NONAME ?Class@H501PDU@@SAPBDXZ @39186 NONAME ?Class@H501ServiceRequest@@SAPBDXZ @39187 NONAME ?Class@H501Transaction@@SAPBDXZ @39188 NONAME ?Class@H501_AccessConfirmation@@SAPBDXZ @39189 NONAME ?Class@H501_AccessRejection@@SAPBDXZ @39190 NONAME ?Class@H501_AccessRejectionReason@@SAPBDXZ @39191 NONAME ?Class@H501_AccessRequest@@SAPBDXZ @39192 NONAME ?Class@H501_AccessToken@@SAPBDXZ @39193 NONAME ?Class@H501_AddressTemplate@@SAPBDXZ @39194 NONAME ?Class@H501_AlternatePE@@SAPBDXZ @39195 NONAME ?Class@H501_AlternatePEInfo@@SAPBDXZ @39196 NONAME ?Class@H501_ApplicationMessage@@SAPBDXZ @39197 NONAME ?Class@H501_ArrayOf_AccessToken@@SAPBDXZ @39198 NONAME ?Class@H501_ArrayOf_AddressTemplate@@SAPBDXZ @39199 NONAME ?Class@H501_ArrayOf_AliasAddress@@SAPBDXZ @39200 NONAME ?Class@H501_ArrayOf_AlternatePE@@SAPBDXZ @39201 NONAME ?Class@H501_ArrayOf_CircuitIdentifier@@SAPBDXZ @39202 NONAME ?Class@H501_ArrayOf_ClearToken@@SAPBDXZ @39203 NONAME ?Class@H501_ArrayOf_ContactInformation@@SAPBDXZ @39204 NONAME ?Class@H501_ArrayOf_CryptoH323Token@@SAPBDXZ @39205 NONAME ?Class@H501_ArrayOf_Descriptor@@SAPBDXZ @39206 NONAME ?Class@H501_ArrayOf_DescriptorInfo@@SAPBDXZ @39207 NONAME ?Class@H501_ArrayOf_GenericData@@SAPBDXZ @39208 NONAME ?Class@H501_ArrayOf_GloballyUniqueID@@SAPBDXZ @39209 NONAME ?Class@H501_ArrayOf_NonStandardParameter@@SAPBDXZ @39210 NONAME ?Class@H501_ArrayOf_PASN_ObjectId@@SAPBDXZ @39211 NONAME ?Class@H501_ArrayOf_Pattern@@SAPBDXZ @39212 NONAME ?Class@H501_ArrayOf_PriceElement@@SAPBDXZ @39213 NONAME ?Class@H501_ArrayOf_PriceInfoSpec@@SAPBDXZ @39214 NONAME ?Class@H501_ArrayOf_RouteInformation@@SAPBDXZ @39215 NONAME ?Class@H501_ArrayOf_SecurityMode@@SAPBDXZ @39216 NONAME ?Class@H501_ArrayOf_ServiceControlSession@@SAPBDXZ @39217 NONAME ?Class@H501_ArrayOf_SupportedProtocols@@SAPBDXZ @39218 NONAME ?Class@H501_ArrayOf_TransportAddress@@SAPBDXZ @39219 NONAME ?Class@H501_ArrayOf_UpdateInformation@@SAPBDXZ @39220 NONAME ?Class@H501_ArrayOf_UsageField@@SAPBDXZ @39221 NONAME ?Class@H501_AuthenticationConfirmation@@SAPBDXZ @39222 NONAME ?Class@H501_AuthenticationRejection@@SAPBDXZ @39223 NONAME ?Class@H501_AuthenticationRejectionReason@@SAPBDXZ @39224 NONAME ?Class@H501_AuthenticationRequest@@SAPBDXZ @39225 NONAME ?Class@H501_CallInformation@@SAPBDXZ @39226 NONAME ?Class@H501_ContactInformation@@SAPBDXZ @39227 NONAME ?Class@H501_Descriptor@@SAPBDXZ @39228 NONAME ?Class@H501_DescriptorConfirmation@@SAPBDXZ @39229 NONAME ?Class@H501_DescriptorIDConfirmation@@SAPBDXZ @39230 NONAME ?Class@H501_DescriptorIDRejection@@SAPBDXZ @39231 NONAME ?Class@H501_DescriptorIDRejectionReason@@SAPBDXZ @39232 NONAME ?Class@H501_DescriptorIDRequest@@SAPBDXZ @39233 NONAME ?Class@H501_DescriptorInfo@@SAPBDXZ @39234 NONAME ?Class@H501_DescriptorRejection@@SAPBDXZ @39235 NONAME ?Class@H501_DescriptorRejectionReason@@SAPBDXZ @39236 NONAME ?Class@H501_DescriptorRequest@@SAPBDXZ @39237 NONAME ?Class@H501_DescriptorUpdate@@SAPBDXZ @39238 NONAME ?Class@H501_DescriptorUpdateAck@@SAPBDXZ @39239 NONAME ?Class@H501_ElementIdentifier@@SAPBDXZ @39240 NONAME ?Class@H501_GlobalTimeStamp@@SAPBDXZ @39241 NONAME ?Class@H501_Message@@SAPBDXZ @39242 NONAME ?Class@H501_MessageBody@@SAPBDXZ @39243 NONAME ?Class@H501_MessageCommonInfo@@SAPBDXZ @39244 NONAME ?Class@H501_NonStandardConfirmation@@SAPBDXZ @39245 NONAME ?Class@H501_NonStandardRejection@@SAPBDXZ @39246 NONAME ?Class@H501_NonStandardRejectionReason@@SAPBDXZ @39247 NONAME ?Class@H501_NonStandardRequest@@SAPBDXZ @39248 NONAME ?Class@H501_PartyInformation@@SAPBDXZ @39249 NONAME ?Class@H501_Pattern@@SAPBDXZ @39250 NONAME ?Class@H501_Pattern_range@@SAPBDXZ @39251 NONAME ?Class@H501_PriceElement@@SAPBDXZ @39252 NONAME ?Class@H501_PriceElement_units@@SAPBDXZ @39253 NONAME ?Class@H501_PriceInfoSpec@@SAPBDXZ @39254 NONAME ?Class@H501_ProtocolVersion@@SAPBDXZ @39255 NONAME ?Class@H501_RequestInProgress@@SAPBDXZ @39256 NONAME ?Class@H501_Role@@SAPBDXZ @39257 NONAME ?Class@H501_RouteInformation@@SAPBDXZ @39258 NONAME ?Class@H501_RouteInformation_messageType@@SAPBDXZ @39259 NONAME ?Class@H501_SecurityMode@@SAPBDXZ @39260 NONAME ?Class@H501_ServiceConfirmation@@SAPBDXZ @39261 NONAME ?Class@H501_ServiceRejection@@SAPBDXZ @39262 NONAME ?Class@H501_ServiceRejectionReason@@SAPBDXZ @39263 NONAME ?Class@H501_ServiceRelease@@SAPBDXZ @39264 NONAME ?Class@H501_ServiceReleaseReason@@SAPBDXZ @39265 NONAME ?Class@H501_ServiceRequest@@SAPBDXZ @39266 NONAME ?Class@H501_TerminationCause@@SAPBDXZ @39267 NONAME ?Class@H501_TimeZone@@SAPBDXZ @39268 NONAME ?Class@H501_UnknownMessageReason@@SAPBDXZ @39269 NONAME ?Class@H501_UnknownMessageResponse@@SAPBDXZ @39270 NONAME ?Class@H501_UpdateInformation@@SAPBDXZ @39271 NONAME ?Class@H501_UpdateInformation_descriptorInfo@@SAPBDXZ @39272 NONAME ?Class@H501_UpdateInformation_updateType@@SAPBDXZ @39273 NONAME ?Class@H501_UsageCallStatus@@SAPBDXZ @39274 NONAME ?Class@H501_UsageConfirmation@@SAPBDXZ @39275 NONAME ?Class@H501_UsageField@@SAPBDXZ @39276 NONAME ?Class@H501_UsageIndication@@SAPBDXZ @39277 NONAME ?Class@H501_UsageIndicationConfirmation@@SAPBDXZ @39278 NONAME ?Class@H501_UsageIndicationRejection@@SAPBDXZ @39279 NONAME ?Class@H501_UsageIndicationRejectionReason@@SAPBDXZ @39280 NONAME ?Class@H501_UsageRejection@@SAPBDXZ @39281 NONAME ?Class@H501_UsageRejectReason@@SAPBDXZ @39282 NONAME ?Class@H501_UsageRequest@@SAPBDXZ @39283 NONAME ?Class@H501_UsageSpecification@@SAPBDXZ @39284 NONAME ?Class@H501_UsageSpecification_when@@SAPBDXZ @39285 NONAME ?Class@H501_UserInformation@@SAPBDXZ @39286 NONAME ?Class@H501_ValidationConfirmation@@SAPBDXZ @39287 NONAME ?Class@H501_ValidationRejection@@SAPBDXZ @39288 NONAME ?Class@H501_ValidationRejectionReason@@SAPBDXZ @39289 NONAME ?Class@H501_ValidationRequest@@SAPBDXZ @39290 NONAME ?Class@MCS_ArrayOf_ChannelAttributes@@SAPBDXZ @39291 NONAME ?Class@MCS_ArrayOf_ChannelId@@SAPBDXZ @39292 NONAME ?Class@MCS_ArrayOf_TokenAttributes@@SAPBDXZ @39293 NONAME ?Class@MCS_ArrayOf_TokenId@@SAPBDXZ @39294 NONAME ?Class@MCS_ArrayOf_UserId@@SAPBDXZ @39295 NONAME ?Class@MCS_AssignedChannelId@@SAPBDXZ @39296 NONAME ?Class@MCS_AUcf@@SAPBDXZ @39297 NONAME ?Class@MCS_AUrq@@SAPBDXZ @39298 NONAME ?Class@MCS_CAin@@SAPBDXZ @39299 NONAME ?Class@MCS_CArq@@SAPBDXZ @39300 NONAME ?Class@MCS_CCcf@@SAPBDXZ @39301 NONAME ?Class@MCS_CCrq@@SAPBDXZ @39302 NONAME ?Class@MCS_CDin@@SAPBDXZ @39303 NONAME ?Class@MCS_CDrq@@SAPBDXZ @39304 NONAME ?Class@MCS_CEin@@SAPBDXZ @39305 NONAME ?Class@MCS_CErq@@SAPBDXZ @39306 NONAME ?Class@MCS_ChannelAttributes@@SAPBDXZ @39307 NONAME ?Class@MCS_ChannelAttributes_assigned@@SAPBDXZ @39308 NONAME ?Class@MCS_ChannelAttributes_private@@SAPBDXZ @39309 NONAME ?Class@MCS_ChannelAttributes_static@@SAPBDXZ @39310 NONAME ?Class@MCS_ChannelAttributes_userId@@SAPBDXZ @39311 NONAME ?Class@MCS_ChannelId@@SAPBDXZ @39312 NONAME ?Class@MCS_CJcf@@SAPBDXZ @39313 NONAME ?Class@MCS_CJrq@@SAPBDXZ @39314 NONAME ?Class@MCS_CLrq@@SAPBDXZ @39315 NONAME ?Class@MCS_ConnectMCSPDU@@SAPBDXZ @39316 NONAME ?Class@MCS_Connect_Additional@@SAPBDXZ @39317 NONAME ?Class@MCS_Connect_Initial@@SAPBDXZ @39318 NONAME ?Class@MCS_Connect_Response@@SAPBDXZ @39319 NONAME ?Class@MCS_Connect_Result@@SAPBDXZ @39320 NONAME ?Class@MCS_DataPriority@@SAPBDXZ @39321 NONAME ?Class@MCS_Diagnostic@@SAPBDXZ @39322 NONAME ?Class@MCS_DomainMCSPDU@@SAPBDXZ @39323 NONAME ?Class@MCS_DomainParameters@@SAPBDXZ @39324 NONAME ?Class@MCS_DPum@@SAPBDXZ @39325 NONAME ?Class@MCS_DUin@@SAPBDXZ @39326 NONAME ?Class@MCS_DUrq@@SAPBDXZ @39327 NONAME ?Class@MCS_DynamicChannelId@@SAPBDXZ @39328 NONAME ?Class@MCS_EDrq@@SAPBDXZ @39329 NONAME ?Class@MCS_MCcf@@SAPBDXZ @39330 NONAME ?Class@MCS_MCrq@@SAPBDXZ @39331 NONAME ?Class@MCS_MTcf@@SAPBDXZ @39332 NONAME ?Class@MCS_MTrq@@SAPBDXZ @39333 NONAME ?Class@MCS_PCin@@SAPBDXZ @39334 NONAME ?Class@MCS_PDin@@SAPBDXZ @39335 NONAME ?Class@MCS_PrivateChannelId@@SAPBDXZ @39336 NONAME ?Class@MCS_PTin@@SAPBDXZ @39337 NONAME ?Class@MCS_Reason@@SAPBDXZ @39338 NONAME ?Class@MCS_Result@@SAPBDXZ @39339 NONAME ?Class@MCS_RJum@@SAPBDXZ @39340 NONAME ?Class@MCS_SDin@@SAPBDXZ @39341 NONAME ?Class@MCS_SDrq@@SAPBDXZ @39342 NONAME ?Class@MCS_Segmentation@@SAPBDXZ @39343 NONAME ?Class@MCS_StaticChannelId@@SAPBDXZ @39344 NONAME ?Class@MCS_TGcf@@SAPBDXZ @39345 NONAME ?Class@MCS_TGrq@@SAPBDXZ @39346 NONAME ?Class@MCS_TIcf@@SAPBDXZ @39347 NONAME ?Class@MCS_TIrq@@SAPBDXZ @39348 NONAME ?Class@MCS_TokenAttributes@@SAPBDXZ @39349 NONAME ?Class@MCS_TokenAttributes_given@@SAPBDXZ @39350 NONAME ?Class@MCS_TokenAttributes_giving@@SAPBDXZ @39351 NONAME ?Class@MCS_TokenAttributes_grabbed@@SAPBDXZ @39352 NONAME ?Class@MCS_TokenAttributes_inhibited@@SAPBDXZ @39353 NONAME ?Class@MCS_TokenAttributes_ungivable@@SAPBDXZ @39354 NONAME ?Class@MCS_TokenId@@SAPBDXZ @39355 NONAME ?Class@MCS_TokenStatus@@SAPBDXZ @39356 NONAME ?Class@MCS_TPin@@SAPBDXZ @39357 NONAME ?Class@MCS_TPrq@@SAPBDXZ @39358 NONAME ?Class@MCS_TRcf@@SAPBDXZ @39359 NONAME ?Class@MCS_TRrq@@SAPBDXZ @39360 NONAME ?Class@MCS_TTcf@@SAPBDXZ @39361 NONAME ?Class@MCS_TTrq@@SAPBDXZ @39362 NONAME ?Class@MCS_TVcf@@SAPBDXZ @39363 NONAME ?Class@MCS_TVin@@SAPBDXZ @39364 NONAME ?Class@MCS_TVrq@@SAPBDXZ @39365 NONAME ?Class@MCS_TVrs@@SAPBDXZ @39366 NONAME ?Class@MCS_UserId@@SAPBDXZ @39367 NONAME ?Class@MCS_USin@@SAPBDXZ @39368 NONAME ?Class@MCS_USrq@@SAPBDXZ @39369 NONAME ?Class@MXRecordList@PDNS@@SAPBDXZ @44975 NONAME ?Class@OpalFactoryCodec@@SAPBDXZ @44590 NONAME ?Class@OpalG711ALaw64k_Base@@SAPBDXZ @44591 NONAME ?Class@OpalG711ALaw64k_Decoder@@SAPBDXZ @44592 NONAME ?Class@OpalG711ALaw64k_Encoder@@SAPBDXZ @44593 NONAME ?Class@OpalG711uLaw64k_Base@@SAPBDXZ @44594 NONAME ?Class@OpalG711uLaw64k_Decoder@@SAPBDXZ @44595 NONAME ?Class@OpalG711uLaw64k_Encoder@@SAPBDXZ @44596 NONAME ?Class@OpalGloballyUniqueID@@SAPBDXZ @39375 NONAME ?Class@OpalIxJDevice@@SAPBDXZ @39376 NONAME ?Class@OpalLineChannel@@SAPBDXZ @39377 NONAME ?Class@OpalLineInterfaceDevice@@SAPBDXZ @39378 NONAME ?Class@OpalMediaFormat@@SAPBDXZ @39379 NONAME ?Class@OpalPluginCodec@@SAPBDXZ @44597 NONAME ?Class@OpalRFC2833@@SAPBDXZ @39380 NONAME ?Class@OpalRFC2833Info@@SAPBDXZ @39381 NONAME ?Class@OpalRtpToWavFile@@SAPBDXZ @39382 NONAME ?Class@OpalT120Protocol@@SAPBDXZ @39383 NONAME ?Class@OpalT38Protocol@@SAPBDXZ @39384 NONAME ?Class@OpalVoipBlasterDevice@@SAPBDXZ @39385 NONAME ?Class@OpalVXMLSession@@SAPBDXZ @39386 NONAME ?Class@OpalWAVFile@@SAPBDXZ @39387 NONAME ?Class@PASN_Array@@SAPBDXZ @39388 NONAME ?Class@PASN_BitString@@SAPBDXZ @39389 NONAME ?Class@PASN_BMPString@@SAPBDXZ @39390 NONAME ?Class@PASN_Boolean@@SAPBDXZ @39391 NONAME ?Class@PASN_Choice@@SAPBDXZ @39392 NONAME ?Class@PASN_ConstrainedObject@@SAPBDXZ @39393 NONAME ?Class@PASN_ConstrainedString@@SAPBDXZ @39394 NONAME ?Class@PASN_Enumeration@@SAPBDXZ @39395 NONAME ?Class@PASN_GeneralisedTime@@SAPBDXZ @39396 NONAME ?Class@PASN_GeneralString@@SAPBDXZ @39397 NONAME ?Class@PASN_IA5String@@SAPBDXZ @39398 NONAME ?Class@PASN_Integer@@SAPBDXZ @39399 NONAME ?Class@PASN_Null@@SAPBDXZ @39400 NONAME ?Class@PASN_NumericString@@SAPBDXZ @39401 NONAME ?Class@PASN_Object@@SAPBDXZ @39402 NONAME ?Class@PASN_ObjectId@@SAPBDXZ @39403 NONAME ?Class@PASN_OctetString@@SAPBDXZ @39404 NONAME ?Class@PASN_PrintableString@@SAPBDXZ @39405 NONAME ?Class@PASN_Sequence@@SAPBDXZ @39406 NONAME ?Class@PASN_Stream@@SAPBDXZ @39407 NONAME ?Class@PASN_VisibleString@@SAPBDXZ @39408 NONAME ?Class@PLDAPAttributeBase@@SAPBDXZ @39409 NONAME ?Class@PLDAPStructBase@@SAPBDXZ @39410 NONAME ?Class@PluginLoader@@SAPBDXZ @45096 NONAME ?Class@PPER_Stream@@SAPBDXZ @39411 NONAME ?Class@PVXMLSession@@SAPBDXZ @39412 NONAME ?Class@PWAVFile@@SAPBDXZ @39413 NONAME ?Class@Q931@@SAPBDXZ @39414 NONAME ?Class@ReceiverReport@RTP_Session@@SAPBDXZ @39415 NONAME ?Class@Request@H323Transactor@@SAPBDXZ @39416 NONAME ?Class@Response@H323Transactor@@SAPBDXZ @39417 NONAME ?Class@RFC2190_FfmpgLink@@SAPBDXZ @45958 NONAME ?Class@RTP_ControlFrame@@SAPBDXZ @39418 NONAME ?Class@RTP_DataFrame@@SAPBDXZ @39419 NONAME ?Class@RTP_JitterBuffer@@SAPBDXZ @39420 NONAME ?Class@RTP_JitterBufferAnalyser@@SAPBDXZ @39421 NONAME ?Class@RTP_QOS@@SAPBDXZ @39422 NONAME ?Class@RTP_Session@@SAPBDXZ @39423 NONAME ?Class@RTP_SessionManager@@SAPBDXZ @39424 NONAME ?Class@RTP_UDP@@SAPBDXZ @39425 NONAME ?Class@RTP_UserData@@SAPBDXZ @39426 NONAME ?Class@SenderReport@RTP_Session@@SAPBDXZ @39427 NONAME ?Class@SourceDescription@RTP_Session@@SAPBDXZ @39428 NONAME ?Class@SRVRecordList@PDNS@@SAPBDXZ @44976 NONAME ?Class@StringMap@H323GatekeeperServer@@SAPBDXZ @39429 NONAME ?Class@T120ConnectPDU@@SAPBDXZ @39430 NONAME ?Class@T120_X224@@SAPBDXZ @39431 NONAME ?Class@T38_ArrayOf_PASN_OctetString@@SAPBDXZ @39432 NONAME ?Class@T38_Data_Field@@SAPBDXZ @39433 NONAME ?Class@T38_Data_Field_subtype@@SAPBDXZ @39434 NONAME ?Class@T38_Data_Field_subtype_field_type@@SAPBDXZ @39435 NONAME ?Class@T38_IFPPacket@@SAPBDXZ @39436 NONAME ?Class@T38_PreCorrigendum_Data_Field@@SAPBDXZ @39437 NONAME ?Class@T38_PreCorrigendum_Data_Field_subtype@@SAPBDXZ @39438 NONAME ?Class@T38_PreCorrigendum_Data_Field_subtype_field_type@@SAPBDXZ @39439 NONAME ?Class@T38_PreCorrigendum_IFPPacket@@SAPBDXZ @39440 NONAME ?Class@T38_Type_of_msg@@SAPBDXZ @39441 NONAME ?Class@T38_Type_of_msg_data@@SAPBDXZ @39442 NONAME ?Class@T38_Type_of_msg_t30_indicator@@SAPBDXZ @39443 NONAME ?Class@T38_UDPTLPacket@@SAPBDXZ @39444 NONAME ?Class@T38_UDPTLPacket_error_recovery@@SAPBDXZ @39445 NONAME ?Class@T38_UDPTLPacket_error_recovery_fec_info@@SAPBDXZ @39446 NONAME ?Class@T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@SAPBDXZ @39447 NONAME ?Class@T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@SAPBDXZ @39448 NONAME ?Class@T38_UDPTLPacket_primary_ifp_packet@@SAPBDXZ @39449 NONAME ?Class@VoipBlasterInterface@@SAPBDXZ @39451 NONAME ?Class@X224@@SAPBDXZ @39452 NONAME ?Class@X880_Code@@SAPBDXZ @39453 NONAME ?Class@X880_GeneralProblem@@SAPBDXZ @39454 NONAME ?Class@X880_Invoke@@SAPBDXZ @39455 NONAME ?Class@X880_InvokeId@@SAPBDXZ @39456 NONAME ?Class@X880_InvokeProblem@@SAPBDXZ @39457 NONAME ?Class@X880_Reject@@SAPBDXZ @39458 NONAME ?Class@X880_RejectProblem@@SAPBDXZ @39459 NONAME ?Class@X880_Reject_problem@@SAPBDXZ @39460 NONAME ?Class@X880_ReturnError@@SAPBDXZ @39461 NONAME ?Class@X880_ReturnErrorProblem@@SAPBDXZ @39462 NONAME ?Class@X880_ReturnResult@@SAPBDXZ @39463 NONAME ?Class@X880_ReturnResultProblem@@SAPBDXZ @39464 NONAME ?Class@X880_ReturnResult_result@@SAPBDXZ @39465 NONAME ?Class@X880_ROS@@SAPBDXZ @39466 NONAME ?CleanUpConnections@H323EndPoint@@UAEXXZ @44249 NONAME ?CleanUpOnCallEnd@H323Connection@@UAEXXZ @4383 NONAME ?CleanUpOnTermination@H323Channel@@UAEXXZ @4384 NONAME ?CleanUpOnTermination@H323DataChannel@@UAEXXZ @18852 NONAME ?CleanUpOnTermination@H323Transport@@QAEXXZ @4385 NONAME ?CleanUpOnTermination@H323_RTPChannel@@UAEXXZ @4386 NONAME ?CleanUpOnTermination@H323_T38Channel@@UAEXXZ @19874 NONAME ?CleanUpOnTermination@OpalT38Protocol@@UAEXXZ @19875 NONAME ?clear@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAEXXZ @44349 NONAME ?clear@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @44977 NONAME ?clear@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @44038 NONAME ?clear@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @44039 NONAME ?clear@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @44598 NONAME ?clear@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @44040 NONAME ?ClearAllCalls@H323EndPoint@@UAEXW4CallEndReason@H323Connection@@H@Z @12840 NONAME ?ClearCall@H323Connection@@UAEHW4CallEndReason@1@@Z @12841 NONAME ?ClearCall@H323EndPoint@@UAEHABVPString@@W4CallEndReason@H323Connection@@@Z @12842 NONAME ?ClearCallSynchronous@H323Connection@@UAEHPAVPSyncPoint@@W4CallEndReason@1@@Z @12843 NONAME ?ClearCallSynchronous@H323EndPoint@@UAEHABVPString@@W4CallEndReason@H323Connection@@@Z @12844 NONAME ?ClearCallSynchronous@H323EndPoint@@UAEHABVPString@@W4CallEndReason@H323Connection@@PAVPSyncPoint@@@Z @12845 NONAME ?ClearInfoRequestRate@H323Gatekeeper@@IAEXXZ @21251 NONAME ?Clone@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBEPAVPObject@@XZ @18536 NONAME ?Clone@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBEPAVPObject@@XZ @18537 NONAME ?Clone@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBEPAVPObject@@XZ @18538 NONAME ?Clone@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBEPAVPObject@@XZ @18539 NONAME ?Clone@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBEPAVPObject@@XZ @18540 NONAME ?Clone@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBEPAVPObject@@XZ @18541 NONAME ?Clone@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBEPAVPObject@@XZ @18542 NONAME ?Clone@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBEPAVPObject@@XZ @18543 NONAME ?Clone@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBEPAVPObject@@XZ @18544 NONAME ?Clone@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBEPAVPObject@@XZ @18545 NONAME ?Clone@?$PArray@V?$PList@VH323Capability@@@@@@UBEPAVPObject@@XZ @4400 NONAME ?Clone@?$PArray@VH323SimultaneousCapabilities@@@@UBEPAVPObject@@XZ @4401 NONAME ?Clone@?$PArray@VH323TransportAddress@@@@UBEPAVPObject@@XZ @25863 NONAME ?Clone@?$PArray@VReceiverReport@RTP_Session@@@@UBEPAVPObject@@XZ @12390 NONAME ?Clone@?$PArray@VSourceDescription@RTP_Session@@@@UBEPAVPObject@@XZ @12391 NONAME ?Clone@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UBEPAVPObject@@XZ @4403 NONAME ?Clone@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UBEPAVPObject@@XZ @22385 NONAME ?Clone@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UBEPAVPObject@@XZ @19443 NONAME ?Clone@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UBEPAVPObject@@XZ @4404 NONAME ?Clone@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UBEPAVPObject@@XZ @25864 NONAME ?Clone@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UBEPAVPObject@@XZ @4405 NONAME ?Clone@?$PDictionary@VPString@@VH323Connection@@@@UBEPAVPObject@@XZ @4406 NONAME ?Clone@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UBEPAVPObject@@XZ @19068 NONAME ?Clone@?$PDictionary@VPString@@VPOrdinalKey@@@@UBEPAVPObject@@XZ @25942 NONAME ?Clone@?$PList@VH235Authenticator@@@@UBEPAVPObject@@XZ @26434 NONAME ?Clone@?$PList@VH245_GenericParameter@@@@UBEPAVPObject@@XZ @45423 NONAME ?Clone@?$PList@VH263Packet@@@@UBEPAVPObject@@XZ @45959 NONAME ?Clone@?$PList@VH323Capability@@@@UBEPAVPObject@@XZ @4407 NONAME ?Clone@?$PList@VH323Channel@@@@UBEPAVPObject@@XZ @4408 NONAME ?Clone@?$PList@VH323GatekeeperListener@@@@UBEPAVPObject@@XZ @19069 NONAME ?Clone@?$PList@VH323Listener@@@@UBEPAVPObject@@XZ @4410 NONAME ?Clone@?$PList@VH323Transactor@@@@UBEPAVPObject@@XZ @23995 NONAME ?Clone@?$PList@VH450xHandler@@@@UBEPAVPObject@@XZ @19444 NONAME ?Clone@?$PList@VOpalMediaFormat@@@@UBEPAVPObject@@XZ @12923 NONAME ?Clone@?$PList@VPBYTEArray@@@@UBEPAVPObject@@XZ @23666 NONAME ?Clone@?$PSet@VPOrdinalKey@@@@UBEPAVPObject@@XZ @25943 NONAME ?Clone@?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@UBEPAVPObject@@XZ @20730 NONAME ?Clone@?$PSortedList@VH225_AliasAddress@@@@UBEPAVPObject@@XZ @26077 NONAME ?Clone@?$PSortedList@VH323GatekeeperCall@@@@UBEPAVPObject@@XZ @19070 NONAME ?Clone@?$PSortedList@VH323PeerElementDescriptor@@@@UBEPAVPObject@@XZ @25722 NONAME ?Clone@?$PSortedList@VH323PeerElementServiceRelationship@@@@UBEPAVPObject@@XZ @25723 NONAME ?Clone@?$PSortedList@VMXRecord@PDNS@@@@UBEPAVPObject@@XZ @44978 NONAME ?Clone@?$PSortedList@VResponse@H323Transactor@@@@UBEPAVPObject@@XZ @25865 NONAME ?Clone@?$PSortedList@VSRVRecord@PDNS@@@@UBEPAVPObject@@XZ @44979 NONAME ?Clone@G7231_File_Capability@@UBEPAVPObject@@XZ @20887 NONAME ?Clone@GCC_AlternativeNodeID@@UBEPAVPObject@@XZ @4411 NONAME ?Clone@GCC_ApplicationInvokeIndication@@UBEPAVPObject@@XZ @4412 NONAME ?Clone@GCC_ApplicationInvokeSpecifier@@UBEPAVPObject@@XZ @4413 NONAME ?Clone@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@UBEPAVPObject@@XZ @4414 NONAME ?Clone@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBEPAVPObject@@XZ @4415 NONAME ?Clone@GCC_ApplicationRecord@@UBEPAVPObject@@XZ @4416 NONAME ?Clone@GCC_ApplicationRecord_nonCollapsingCapabilities@@UBEPAVPObject@@XZ @4417 NONAME ?Clone@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBEPAVPObject@@XZ @4418 NONAME ?Clone@GCC_ArrayOf_ApplicationInvokeSpecifier@@UBEPAVPObject@@XZ @4419 NONAME ?Clone@GCC_ArrayOf_ChallengeItem@@UBEPAVPObject@@XZ @4420 NONAME ?Clone@GCC_ArrayOf_ConferenceDescriptor@@UBEPAVPObject@@XZ @4421 NONAME ?Clone@GCC_ArrayOf_Privilege@@UBEPAVPObject@@XZ @4422 NONAME ?Clone@GCC_ArrayOf_TextString@@UBEPAVPObject@@XZ @4423 NONAME ?Clone@GCC_ArrayOf_UserID@@UBEPAVPObject@@XZ @4424 NONAME ?Clone@GCC_AsymmetryIndicator@@UBEPAVPObject@@XZ @4425 NONAME ?Clone@GCC_CapabilityClass@@UBEPAVPObject@@XZ @4426 NONAME ?Clone@GCC_CapabilityID@@UBEPAVPObject@@XZ @4427 NONAME ?Clone@GCC_ChallengeItem@@UBEPAVPObject@@XZ @4428 NONAME ?Clone@GCC_ChallengeRequest@@UBEPAVPObject@@XZ @4429 NONAME ?Clone@GCC_ChallengeResponse@@UBEPAVPObject@@XZ @4430 NONAME ?Clone@GCC_ChallengeResponseAlgorithm@@UBEPAVPObject@@XZ @4431 NONAME ?Clone@GCC_ChallengeResponseItem@@UBEPAVPObject@@XZ @4432 NONAME ?Clone@GCC_ChannelID@@UBEPAVPObject@@XZ @4433 NONAME ?Clone@GCC_ChannelType@@UBEPAVPObject@@XZ @4434 NONAME ?Clone@GCC_ConductorAssignIndication@@UBEPAVPObject@@XZ @4435 NONAME ?Clone@GCC_ConductorPermissionAskIndication@@UBEPAVPObject@@XZ @4436 NONAME ?Clone@GCC_ConductorPermissionGrantIndication@@UBEPAVPObject@@XZ @4437 NONAME ?Clone@GCC_ConductorReleaseIndication@@UBEPAVPObject@@XZ @4438 NONAME ?Clone@GCC_ConferenceAddRequest@@UBEPAVPObject@@XZ @4439 NONAME ?Clone@GCC_ConferenceAddResponse@@UBEPAVPObject@@XZ @4440 NONAME ?Clone@GCC_ConferenceAddResponse_result@@UBEPAVPObject@@XZ @4441 NONAME ?Clone@GCC_ConferenceAssistanceIndication@@UBEPAVPObject@@XZ @4442 NONAME ?Clone@GCC_ConferenceCreateRequest@@UBEPAVPObject@@XZ @4443 NONAME ?Clone@GCC_ConferenceCreateResponse@@UBEPAVPObject@@XZ @4444 NONAME ?Clone@GCC_ConferenceCreateResponse_result@@UBEPAVPObject@@XZ @4445 NONAME ?Clone@GCC_ConferenceDescriptor@@UBEPAVPObject@@XZ @4446 NONAME ?Clone@GCC_ConferenceEjectUserIndication@@UBEPAVPObject@@XZ @4447 NONAME ?Clone@GCC_ConferenceEjectUserIndication_reason@@UBEPAVPObject@@XZ @4448 NONAME ?Clone@GCC_ConferenceEjectUserRequest@@UBEPAVPObject@@XZ @4449 NONAME ?Clone@GCC_ConferenceEjectUserRequest_reason@@UBEPAVPObject@@XZ @4450 NONAME ?Clone@GCC_ConferenceEjectUserResponse@@UBEPAVPObject@@XZ @4451 NONAME ?Clone@GCC_ConferenceEjectUserResponse_result@@UBEPAVPObject@@XZ @4452 NONAME ?Clone@GCC_ConferenceInviteRequest@@UBEPAVPObject@@XZ @4453 NONAME ?Clone@GCC_ConferenceInviteResponse@@UBEPAVPObject@@XZ @4454 NONAME ?Clone@GCC_ConferenceInviteResponse_result@@UBEPAVPObject@@XZ @4455 NONAME ?Clone@GCC_ConferenceJoinRequest@@UBEPAVPObject@@XZ @4456 NONAME ?Clone@GCC_ConferenceJoinResponse@@UBEPAVPObject@@XZ @4457 NONAME ?Clone@GCC_ConferenceJoinResponse_result@@UBEPAVPObject@@XZ @4458 NONAME ?Clone@GCC_ConferenceLockIndication@@UBEPAVPObject@@XZ @4459 NONAME ?Clone@GCC_ConferenceLockRequest@@UBEPAVPObject@@XZ @4460 NONAME ?Clone@GCC_ConferenceLockResponse@@UBEPAVPObject@@XZ @4461 NONAME ?Clone@GCC_ConferenceLockResponse_result@@UBEPAVPObject@@XZ @4462 NONAME ?Clone@GCC_ConferenceName@@UBEPAVPObject@@XZ @4463 NONAME ?Clone@GCC_ConferenceNameModifier@@UBEPAVPObject@@XZ @4464 NONAME ?Clone@GCC_ConferenceNameSelector@@UBEPAVPObject@@XZ @4465 NONAME ?Clone@GCC_ConferencePriority@@UBEPAVPObject@@XZ @4466 NONAME ?Clone@GCC_ConferencePriorityScheme@@UBEPAVPObject@@XZ @4467 NONAME ?Clone@GCC_ConferenceQueryRequest@@UBEPAVPObject@@XZ @4468 NONAME ?Clone@GCC_ConferenceQueryResponse@@UBEPAVPObject@@XZ @4469 NONAME ?Clone@GCC_ConferenceQueryResponse_result@@UBEPAVPObject@@XZ @4470 NONAME ?Clone@GCC_ConferenceTerminateIndication@@UBEPAVPObject@@XZ @4471 NONAME ?Clone@GCC_ConferenceTerminateIndication_reason@@UBEPAVPObject@@XZ @4472 NONAME ?Clone@GCC_ConferenceTerminateRequest@@UBEPAVPObject@@XZ @4473 NONAME ?Clone@GCC_ConferenceTerminateRequest_reason@@UBEPAVPObject@@XZ @4474 NONAME ?Clone@GCC_ConferenceTerminateResponse@@UBEPAVPObject@@XZ @4475 NONAME ?Clone@GCC_ConferenceTerminateResponse_result@@UBEPAVPObject@@XZ @4476 NONAME ?Clone@GCC_ConferenceTimeExtendIndication@@UBEPAVPObject@@XZ @4477 NONAME ?Clone@GCC_ConferenceTimeInquireIndication@@UBEPAVPObject@@XZ @4478 NONAME ?Clone@GCC_ConferenceTimeRemainingIndication@@UBEPAVPObject@@XZ @4479 NONAME ?Clone@GCC_ConferenceTransferIndication@@UBEPAVPObject@@XZ @4480 NONAME ?Clone@GCC_ConferenceTransferRequest@@UBEPAVPObject@@XZ @4481 NONAME ?Clone@GCC_ConferenceTransferResponse@@UBEPAVPObject@@XZ @4482 NONAME ?Clone@GCC_ConferenceTransferResponse_result@@UBEPAVPObject@@XZ @4483 NONAME ?Clone@GCC_ConferenceUnlockIndication@@UBEPAVPObject@@XZ @4484 NONAME ?Clone@GCC_ConferenceUnlockRequest@@UBEPAVPObject@@XZ @4485 NONAME ?Clone@GCC_ConferenceUnlockResponse@@UBEPAVPObject@@XZ @4486 NONAME ?Clone@GCC_ConferenceUnlockResponse_result@@UBEPAVPObject@@XZ @4487 NONAME ?Clone@GCC_ConnectData@@UBEPAVPObject@@XZ @4488 NONAME ?Clone@GCC_ConnectGCCPDU@@UBEPAVPObject@@XZ @4489 NONAME ?Clone@GCC_DialingString@@UBEPAVPObject@@XZ @4490 NONAME ?Clone@GCC_DynamicChannelID@@UBEPAVPObject@@XZ @4491 NONAME ?Clone@GCC_DynamicTokenID@@UBEPAVPObject@@XZ @4492 NONAME ?Clone@GCC_EntityID@@UBEPAVPObject@@XZ @4493 NONAME ?Clone@GCC_ExtraDialingString@@UBEPAVPObject@@XZ @4494 NONAME ?Clone@GCC_FunctionNotSupportedResponse@@UBEPAVPObject@@XZ @4495 NONAME ?Clone@GCC_GCCPDU@@UBEPAVPObject@@XZ @4496 NONAME ?Clone@GCC_H221NonStandardIdentifier@@UBEPAVPObject@@XZ @4497 NONAME ?Clone@GCC_Handle@@UBEPAVPObject@@XZ @4498 NONAME ?Clone@GCC_IndicationPDU@@UBEPAVPObject@@XZ @4499 NONAME ?Clone@GCC_Key@@UBEPAVPObject@@XZ @4500 NONAME ?Clone@GCC_NetworkAddress@@UBEPAVPObject@@XZ @4501 NONAME ?Clone@GCC_NetworkAddress_subtype@@UBEPAVPObject@@XZ @4502 NONAME ?Clone@GCC_NetworkAddress_subtype_aggregatedChannel@@UBEPAVPObject@@XZ @4503 NONAME ?Clone@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBEPAVPObject@@XZ @4504 NONAME ?Clone@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBEPAVPObject@@XZ @4505 NONAME ?Clone@GCC_NetworkAddress_subtype_transportConnection@@UBEPAVPObject@@XZ @4506 NONAME ?Clone@GCC_NodeProperties@@UBEPAVPObject@@XZ @4507 NONAME ?Clone@GCC_NodeRecord@@UBEPAVPObject@@XZ @4508 NONAME ?Clone@GCC_NodeType@@UBEPAVPObject@@XZ @4509 NONAME ?Clone@GCC_NonStandardParameter@@UBEPAVPObject@@XZ @4510 NONAME ?Clone@GCC_NonStandardPDU@@UBEPAVPObject@@XZ @4511 NONAME ?Clone@GCC_Password@@UBEPAVPObject@@XZ @4512 NONAME ?Clone@GCC_PasswordChallengeRequestResponse@@UBEPAVPObject@@XZ @4513 NONAME ?Clone@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBEPAVPObject@@XZ @4514 NONAME ?Clone@GCC_PasswordSelector@@UBEPAVPObject@@XZ @4515 NONAME ?Clone@GCC_Privilege@@UBEPAVPObject@@XZ @4516 NONAME ?Clone@GCC_RegistryAllocateHandleRequest@@UBEPAVPObject@@XZ @4517 NONAME ?Clone@GCC_RegistryAllocateHandleResponse@@UBEPAVPObject@@XZ @4518 NONAME ?Clone@GCC_RegistryAllocateHandleResponse_result@@UBEPAVPObject@@XZ @4519 NONAME ?Clone@GCC_RegistryAssignTokenRequest@@UBEPAVPObject@@XZ @4520 NONAME ?Clone@GCC_RegistryDeleteEntryRequest@@UBEPAVPObject@@XZ @4521 NONAME ?Clone@GCC_RegistryEntryOwner@@UBEPAVPObject@@XZ @4522 NONAME ?Clone@GCC_RegistryEntryOwner_owned@@UBEPAVPObject@@XZ @4523 NONAME ?Clone@GCC_RegistryItem@@UBEPAVPObject@@XZ @4524 NONAME ?Clone@GCC_RegistryKey@@UBEPAVPObject@@XZ @4525 NONAME ?Clone@GCC_RegistryModificationRights@@UBEPAVPObject@@XZ @4526 NONAME ?Clone@GCC_RegistryMonitorEntryIndication@@UBEPAVPObject@@XZ @4527 NONAME ?Clone@GCC_RegistryMonitorEntryRequest@@UBEPAVPObject@@XZ @4528 NONAME ?Clone@GCC_RegistryRegisterChannelRequest@@UBEPAVPObject@@XZ @4529 NONAME ?Clone@GCC_RegistryResponse@@UBEPAVPObject@@XZ @4530 NONAME ?Clone@GCC_RegistryResponse_primitiveType@@UBEPAVPObject@@XZ @4531 NONAME ?Clone@GCC_RegistryResponse_result@@UBEPAVPObject@@XZ @4532 NONAME ?Clone@GCC_RegistryRetrieveEntryRequest@@UBEPAVPObject@@XZ @4533 NONAME ?Clone@GCC_RegistrySetParameterRequest@@UBEPAVPObject@@XZ @4534 NONAME ?Clone@GCC_RequestPDU@@UBEPAVPObject@@XZ @4535 NONAME ?Clone@GCC_ResponsePDU@@UBEPAVPObject@@XZ @4536 NONAME ?Clone@GCC_RosterUpdateIndication@@UBEPAVPObject@@XZ @4537 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation@@UBEPAVPObject@@XZ @4538 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBEPAVPObject@@XZ @4539 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@UBEPAVPObject@@XZ @4540 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@UBEPAVPObject@@XZ @4541 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBEPAVPObject@@XZ @4542 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@UBEPAVPObject@@XZ @4543 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@UBEPAVPObject@@XZ @4544 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBEPAVPObject@@XZ @4545 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@UBEPAVPObject@@XZ @4546 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBEPAVPObject@@XZ @4547 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@UBEPAVPObject@@XZ @4548 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation@@UBEPAVPObject@@XZ @4549 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@UBEPAVPObject@@XZ @4550 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@UBEPAVPObject@@XZ @4551 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBEPAVPObject@@XZ @4552 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@UBEPAVPObject@@XZ @4553 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBEPAVPObject@@XZ @4554 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@UBEPAVPObject@@XZ @4555 NONAME ?Clone@GCC_SessionKey@@UBEPAVPObject@@XZ @4556 NONAME ?Clone@GCC_SimpleNumericString@@UBEPAVPObject@@XZ @4557 NONAME ?Clone@GCC_SimpleTextString@@UBEPAVPObject@@XZ @4558 NONAME ?Clone@GCC_StaticChannelID@@UBEPAVPObject@@XZ @4559 NONAME ?Clone@GCC_StaticTokenID@@UBEPAVPObject@@XZ @4560 NONAME ?Clone@GCC_SubAddressString@@UBEPAVPObject@@XZ @4561 NONAME ?Clone@GCC_TerminationMethod@@UBEPAVPObject@@XZ @4562 NONAME ?Clone@GCC_TextMessageIndication@@UBEPAVPObject@@XZ @4563 NONAME ?Clone@GCC_TextString@@UBEPAVPObject@@XZ @4564 NONAME ?Clone@GCC_Time@@UBEPAVPObject@@XZ @4565 NONAME ?Clone@GCC_TokenID@@UBEPAVPObject@@XZ @4566 NONAME ?Clone@GCC_UserData@@UBEPAVPObject@@XZ @4567 NONAME ?Clone@GCC_UserData_subtype@@UBEPAVPObject@@XZ @4568 NONAME ?Clone@GCC_UserID@@UBEPAVPObject@@XZ @4569 NONAME ?Clone@GCC_UserIDIndication@@UBEPAVPObject@@XZ @4570 NONAME ?Clone@H225_AddressPattern@@UBEPAVPObject@@XZ @17165 NONAME ?Clone@H225_AddressPattern_range@@UBEPAVPObject@@XZ @17166 NONAME ?Clone@H225_AdmissionConfirm@@UBEPAVPObject@@XZ @4571 NONAME ?Clone@H225_AdmissionConfirm_language@@UBEPAVPObject@@XZ @17167 NONAME ?Clone@H225_AdmissionReject@@UBEPAVPObject@@XZ @4572 NONAME ?Clone@H225_AdmissionRejectReason@@UBEPAVPObject@@XZ @4573 NONAME ?Clone@H225_AdmissionRequest@@UBEPAVPObject@@XZ @4574 NONAME ?Clone@H225_Alerting_UUIE@@UBEPAVPObject@@XZ @4575 NONAME ?Clone@H225_AliasAddress@@UBEPAVPObject@@XZ @4576 NONAME ?Clone@H225_AlternateGK@@UBEPAVPObject@@XZ @4577 NONAME ?Clone@H225_AlternateTransportAddresses@@UBEPAVPObject@@XZ @17168 NONAME ?Clone@H225_AltGKInfo@@UBEPAVPObject@@XZ @4578 NONAME ?Clone@H225_ANSI_41_UIM@@UBEPAVPObject@@XZ @17169 NONAME ?Clone@H225_ANSI_41_UIM_system_id@@UBEPAVPObject@@XZ @17170 NONAME ?Clone@H225_ArrayOf_AddressPattern@@UBEPAVPObject@@XZ @17171 NONAME ?Clone@H225_ArrayOf_AdmissionConfirm@@UBEPAVPObject@@XZ @26939 NONAME ?Clone@H225_ArrayOf_AliasAddress@@UBEPAVPObject@@XZ @4579 NONAME ?Clone@H225_ArrayOf_AlternateGK@@UBEPAVPObject@@XZ @4580 NONAME ?Clone@H225_ArrayOf_AuthenticationMechanism@@UBEPAVPObject@@XZ @4581 NONAME ?Clone@H225_ArrayOf_BandwidthDetails@@UBEPAVPObject@@XZ @17172 NONAME ?Clone@H225_ArrayOf_CallReferenceValue@@UBEPAVPObject@@XZ @4582 NONAME ?Clone@H225_ArrayOf_CallsAvailable@@UBEPAVPObject@@XZ @17173 NONAME ?Clone@H225_ArrayOf_ClearToken@@UBEPAVPObject@@XZ @4583 NONAME ?Clone@H225_ArrayOf_ConferenceIdentifier@@UBEPAVPObject@@XZ @4584 NONAME ?Clone@H225_ArrayOf_ConferenceList@@UBEPAVPObject@@XZ @4585 NONAME ?Clone@H225_ArrayOf_CryptoH323Token@@UBEPAVPObject@@XZ @4586 NONAME ?Clone@H225_ArrayOf_DataRate@@UBEPAVPObject@@XZ @4587 NONAME ?Clone@H225_ArrayOf_Endpoint@@UBEPAVPObject@@XZ @4588 NONAME ?Clone@H225_ArrayOf_EnumeratedParameter@@UBEPAVPObject@@XZ @17174 NONAME ?Clone@H225_ArrayOf_ExtendedAliasAddress@@UBEPAVPObject@@XZ @17175 NONAME ?Clone@H225_ArrayOf_FeatureDescriptor@@UBEPAVPObject@@XZ @17176 NONAME ?Clone@H225_ArrayOf_GenericData@@UBEPAVPObject@@XZ @17177 NONAME ?Clone@H225_ArrayOf_H245Security@@UBEPAVPObject@@XZ @4589 NONAME ?Clone@H225_ArrayOf_H248PackagesDescriptor@@UBEPAVPObject@@XZ @17178 NONAME ?Clone@H225_ArrayOf_IntegrityMechanism@@UBEPAVPObject@@XZ @4590 NONAME ?Clone@H225_ArrayOf_NonStandardParameter@@UBEPAVPObject@@XZ @4591 NONAME ?Clone@H225_ArrayOf_PartyNumber@@UBEPAVPObject@@XZ @17179 NONAME ?Clone@H225_ArrayOf_PASN_ObjectId@@UBEPAVPObject@@XZ @4592 NONAME ?Clone@H225_ArrayOf_PASN_OctetString@@UBEPAVPObject@@XZ @4593 NONAME ?Clone@H225_ArrayOf_RasUsageSpecification@@UBEPAVPObject@@XZ @17180 NONAME ?Clone@H225_ArrayOf_RTPSession@@UBEPAVPObject@@XZ @4594 NONAME ?Clone@H225_ArrayOf_ServiceControlSession@@UBEPAVPObject@@XZ @17181 NONAME ?Clone@H225_ArrayOf_SupportedPrefix@@UBEPAVPObject@@XZ @4595 NONAME ?Clone@H225_ArrayOf_SupportedProtocols@@UBEPAVPObject@@XZ @4596 NONAME ?Clone@H225_ArrayOf_TransportAddress@@UBEPAVPObject@@XZ @4597 NONAME ?Clone@H225_ArrayOf_TransportChannelInfo@@UBEPAVPObject@@XZ @4598 NONAME ?Clone@H225_ArrayOf_TunnelledProtocol@@UBEPAVPObject@@XZ @17182 NONAME ?Clone@H225_BandRejectReason@@UBEPAVPObject@@XZ @4599 NONAME ?Clone@H225_BandWidth@@UBEPAVPObject@@XZ @4600 NONAME ?Clone@H225_BandwidthConfirm@@UBEPAVPObject@@XZ @4601 NONAME ?Clone@H225_BandwidthDetails@@UBEPAVPObject@@XZ @17183 NONAME ?Clone@H225_BandwidthReject@@UBEPAVPObject@@XZ @4602 NONAME ?Clone@H225_BandwidthRequest@@UBEPAVPObject@@XZ @4603 NONAME ?Clone@H225_CallCapacity@@UBEPAVPObject@@XZ @17184 NONAME ?Clone@H225_CallCapacityInfo@@UBEPAVPObject@@XZ @17185 NONAME ?Clone@H225_CallCreditCapability@@UBEPAVPObject@@XZ @17186 NONAME ?Clone@H225_CallCreditServiceControl@@UBEPAVPObject@@XZ @17187 NONAME ?Clone@H225_CallCreditServiceControl_billingMode@@UBEPAVPObject@@XZ @17188 NONAME ?Clone@H225_CallCreditServiceControl_callStartingPoint@@UBEPAVPObject@@XZ @17189 NONAME ?Clone@H225_CallIdentifier@@UBEPAVPObject@@XZ @4604 NONAME ?Clone@H225_CallLinkage@@UBEPAVPObject@@XZ @17190 NONAME ?Clone@H225_CallModel@@UBEPAVPObject@@XZ @4605 NONAME ?Clone@H225_CallProceeding_UUIE@@UBEPAVPObject@@XZ @4606 NONAME ?Clone@H225_CallReferenceValue@@UBEPAVPObject@@XZ @4607 NONAME ?Clone@H225_CallsAvailable@@UBEPAVPObject@@XZ @17191 NONAME ?Clone@H225_CallTerminationCause@@UBEPAVPObject@@XZ @17192 NONAME ?Clone@H225_CallType@@UBEPAVPObject@@XZ @4608 NONAME ?Clone@H225_CapacityReportingCapability@@UBEPAVPObject@@XZ @17193 NONAME ?Clone@H225_CapacityReportingSpecification@@UBEPAVPObject@@XZ @17194 NONAME ?Clone@H225_CapacityReportingSpecification_when@@UBEPAVPObject@@XZ @17195 NONAME ?Clone@H225_CarrierInfo@@UBEPAVPObject@@XZ @26940 NONAME ?Clone@H225_CicInfo@@UBEPAVPObject@@XZ @17196 NONAME ?Clone@H225_CicInfo_cic@@UBEPAVPObject@@XZ @17197 NONAME ?Clone@H225_CircuitIdentifier@@UBEPAVPObject@@XZ @17198 NONAME ?Clone@H225_CircuitInfo@@UBEPAVPObject@@XZ @17199 NONAME ?Clone@H225_ConferenceIdentifier@@UBEPAVPObject@@XZ @4609 NONAME ?Clone@H225_ConferenceList@@UBEPAVPObject@@XZ @4610 NONAME ?Clone@H225_Connect_UUIE@@UBEPAVPObject@@XZ @4611 NONAME ?Clone@H225_Connect_UUIE_language@@UBEPAVPObject@@XZ @17200 NONAME ?Clone@H225_Content@@UBEPAVPObject@@XZ @17201 NONAME ?Clone@H225_CryptoH323Token@@UBEPAVPObject@@XZ @4612 NONAME ?Clone@H225_CryptoH323Token_cryptoEPPwdHash@@UBEPAVPObject@@XZ @4613 NONAME ?Clone@H225_CryptoH323Token_cryptoGKPwdHash@@UBEPAVPObject@@XZ @4614 NONAME ?Clone@H225_DataRate@@UBEPAVPObject@@XZ @4615 NONAME ?Clone@H225_DisengageConfirm@@UBEPAVPObject@@XZ @4616 NONAME ?Clone@H225_DisengageReason@@UBEPAVPObject@@XZ @4617 NONAME ?Clone@H225_DisengageReject@@UBEPAVPObject@@XZ @4618 NONAME ?Clone@H225_DisengageRejectReason@@UBEPAVPObject@@XZ @4619 NONAME ?Clone@H225_DisengageRequest@@UBEPAVPObject@@XZ @4620 NONAME ?Clone@H225_EncodedFastStartToken@@UBEPAVPObject@@XZ @18546 NONAME ?Clone@H225_EncryptIntAlg@@UBEPAVPObject@@XZ @4621 NONAME ?Clone@H225_Endpoint@@UBEPAVPObject@@XZ @4622 NONAME ?Clone@H225_EndpointIdentifier@@UBEPAVPObject@@XZ @4623 NONAME ?Clone@H225_EndpointType@@UBEPAVPObject@@XZ @4624 NONAME ?Clone@H225_EnumeratedParameter@@UBEPAVPObject@@XZ @17202 NONAME ?Clone@H225_ExtendedAliasAddress@@UBEPAVPObject@@XZ @17203 NONAME ?Clone@H225_FacilityReason@@UBEPAVPObject@@XZ @4625 NONAME ?Clone@H225_Facility_UUIE@@UBEPAVPObject@@XZ @4626 NONAME ?Clone@H225_FastStartToken@@UBEPAVPObject@@XZ @4627 NONAME ?Clone@H225_FeatureDescriptor@@UBEPAVPObject@@XZ @17204 NONAME ?Clone@H225_FeatureSet@@UBEPAVPObject@@XZ @17205 NONAME ?Clone@H225_GatekeeperConfirm@@UBEPAVPObject@@XZ @4628 NONAME ?Clone@H225_GatekeeperIdentifier@@UBEPAVPObject@@XZ @4629 NONAME ?Clone@H225_GatekeeperInfo@@UBEPAVPObject@@XZ @4630 NONAME ?Clone@H225_GatekeeperReject@@UBEPAVPObject@@XZ @4631 NONAME ?Clone@H225_GatekeeperRejectReason@@UBEPAVPObject@@XZ @4632 NONAME ?Clone@H225_GatekeeperRequest@@UBEPAVPObject@@XZ @4633 NONAME ?Clone@H225_GatewayInfo@@UBEPAVPObject@@XZ @4634 NONAME ?Clone@H225_GenericData@@UBEPAVPObject@@XZ @17206 NONAME ?Clone@H225_GenericIdentifier@@UBEPAVPObject@@XZ @17207 NONAME ?Clone@H225_GloballyUniqueID@@UBEPAVPObject@@XZ @4635 NONAME ?Clone@H225_GroupID@@UBEPAVPObject@@XZ @17208 NONAME ?Clone@H225_GroupID_member@@UBEPAVPObject@@XZ @17209 NONAME ?Clone@H225_GSM_UIM@@UBEPAVPObject@@XZ @17210 NONAME ?Clone@H225_H221NonStandard@@UBEPAVPObject@@XZ @4636 NONAME ?Clone@H225_H245Security@@UBEPAVPObject@@XZ @4637 NONAME ?Clone@H225_H248PackagesDescriptor@@UBEPAVPObject@@XZ @17211 NONAME ?Clone@H225_H248SignalsDescriptor@@UBEPAVPObject@@XZ @17212 NONAME ?Clone@H225_H310Caps@@UBEPAVPObject@@XZ @4638 NONAME ?Clone@H225_H320Caps@@UBEPAVPObject@@XZ @4639 NONAME ?Clone@H225_H321Caps@@UBEPAVPObject@@XZ @4640 NONAME ?Clone@H225_H322Caps@@UBEPAVPObject@@XZ @4641 NONAME ?Clone@H225_H323Caps@@UBEPAVPObject@@XZ @4642 NONAME ?Clone@H225_H323_UserInformation@@UBEPAVPObject@@XZ @4643 NONAME ?Clone@H225_H323_UserInformation_user_data@@UBEPAVPObject@@XZ @4644 NONAME ?Clone@H225_H323_UU_PDU@@UBEPAVPObject@@XZ @4645 NONAME ?Clone@H225_H323_UU_PDU_h323_message_body@@UBEPAVPObject@@XZ @4646 NONAME ?Clone@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBEPAVPObject@@XZ @17213 NONAME ?Clone@H225_H324Caps@@UBEPAVPObject@@XZ @4647 NONAME ?Clone@H225_ICV@@UBEPAVPObject@@XZ @4648 NONAME ?Clone@H225_InfoRequest@@UBEPAVPObject@@XZ @4649 NONAME ?Clone@H225_InfoRequestAck@@UBEPAVPObject@@XZ @4650 NONAME ?Clone@H225_InfoRequestNak@@UBEPAVPObject@@XZ @4651 NONAME ?Clone@H225_InfoRequestNakReason@@UBEPAVPObject@@XZ @4652 NONAME ?Clone@H225_InfoRequestResponse@@UBEPAVPObject@@XZ @4653 NONAME ?Clone@H225_InfoRequestResponseStatus@@UBEPAVPObject@@XZ @17214 NONAME ?Clone@H225_InfoRequestResponse_perCallInfo@@UBEPAVPObject@@XZ @4654 NONAME ?Clone@H225_InfoRequestResponse_perCallInfo_subtype@@UBEPAVPObject@@XZ @4655 NONAME ?Clone@H225_InfoRequestResponse_perCallInfo_subtype_pdu@@UBEPAVPObject@@XZ @4656 NONAME ?Clone@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBEPAVPObject@@XZ @4657 NONAME ?Clone@H225_Information_UUIE@@UBEPAVPObject@@XZ @4658 NONAME ?Clone@H225_IntegrityMechanism@@UBEPAVPObject@@XZ @4659 NONAME ?Clone@H225_LocationConfirm@@UBEPAVPObject@@XZ @4660 NONAME ?Clone@H225_LocationReject@@UBEPAVPObject@@XZ @4661 NONAME ?Clone@H225_LocationRejectReason@@UBEPAVPObject@@XZ @4662 NONAME ?Clone@H225_LocationRequest@@UBEPAVPObject@@XZ @4663 NONAME ?Clone@H225_McuInfo@@UBEPAVPObject@@XZ @4664 NONAME ?Clone@H225_MobileUIM@@UBEPAVPObject@@XZ @17215 NONAME ?Clone@H225_NonIsoIntegrityMechanism@@UBEPAVPObject@@XZ @4665 NONAME ?Clone@H225_NonStandardIdentifier@@UBEPAVPObject@@XZ @4666 NONAME ?Clone@H225_NonStandardMessage@@UBEPAVPObject@@XZ @4667 NONAME ?Clone@H225_NonStandardParameter@@UBEPAVPObject@@XZ @4668 NONAME ?Clone@H225_NonStandardProtocol@@UBEPAVPObject@@XZ @4669 NONAME ?Clone@H225_Notify_UUIE@@UBEPAVPObject@@XZ @17216 NONAME ?Clone@H225_NumberDigits@@UBEPAVPObject@@XZ @4670 NONAME ?Clone@H225_PartyNumber@@UBEPAVPObject@@XZ @4671 NONAME ?Clone@H225_PresentationIndicator@@UBEPAVPObject@@XZ @17217 NONAME ?Clone@H225_PrivatePartyNumber@@UBEPAVPObject@@XZ @4672 NONAME ?Clone@H225_PrivateTypeOfNumber@@UBEPAVPObject@@XZ @4673 NONAME ?Clone@H225_Progress_UUIE@@UBEPAVPObject@@XZ @4674 NONAME ?Clone@H225_ProtocolIdentifier@@UBEPAVPObject@@XZ @4675 NONAME ?Clone@H225_PublicPartyNumber@@UBEPAVPObject@@XZ @4676 NONAME ?Clone@H225_PublicTypeOfNumber@@UBEPAVPObject@@XZ @4677 NONAME ?Clone@H225_Q954Details@@UBEPAVPObject@@XZ @4678 NONAME ?Clone@H225_QseriesOptions@@UBEPAVPObject@@XZ @4679 NONAME ?Clone@H225_RasMessage@@UBEPAVPObject@@XZ @4680 NONAME ?Clone@H225_RasUsageInformation@@UBEPAVPObject@@XZ @17218 NONAME ?Clone@H225_RasUsageInfoTypes@@UBEPAVPObject@@XZ @17219 NONAME ?Clone@H225_RasUsageSpecification@@UBEPAVPObject@@XZ @17220 NONAME ?Clone@H225_RasUsageSpecification_callStartingPoint@@UBEPAVPObject@@XZ @17221 NONAME ?Clone@H225_RasUsageSpecification_when@@UBEPAVPObject@@XZ @17222 NONAME ?Clone@H225_RegistrationConfirm@@UBEPAVPObject@@XZ @4681 NONAME ?Clone@H225_RegistrationConfirm_preGrantedARQ@@UBEPAVPObject@@XZ @4682 NONAME ?Clone@H225_RegistrationReject@@UBEPAVPObject@@XZ @4683 NONAME ?Clone@H225_RegistrationRejectReason@@UBEPAVPObject@@XZ @4684 NONAME ?Clone@H225_RegistrationRejectReason_invalidTerminalAliases@@UBEPAVPObject@@XZ @17223 NONAME ?Clone@H225_RegistrationRequest@@UBEPAVPObject@@XZ @4685 NONAME ?Clone@H225_ReleaseCompleteReason@@UBEPAVPObject@@XZ @4686 NONAME ?Clone@H225_ReleaseComplete_UUIE@@UBEPAVPObject@@XZ @4687 NONAME ?Clone@H225_RequestInProgress@@UBEPAVPObject@@XZ @4688 NONAME ?Clone@H225_RequestSeqNum@@UBEPAVPObject@@XZ @4689 NONAME ?Clone@H225_ResourcesAvailableConfirm@@UBEPAVPObject@@XZ @4690 NONAME ?Clone@H225_ResourcesAvailableIndicate@@UBEPAVPObject@@XZ @4691 NONAME ?Clone@H225_RTPSession@@UBEPAVPObject@@XZ @4692 NONAME ?Clone@H225_RTPSession_associatedSessionIds@@UBEPAVPObject@@XZ @4693 NONAME ?Clone@H225_ScnConnectionAggregation@@UBEPAVPObject@@XZ @17224 NONAME ?Clone@H225_ScnConnectionType@@UBEPAVPObject@@XZ @17225 NONAME ?Clone@H225_ScreeningIndicator@@UBEPAVPObject@@XZ @17226 NONAME ?Clone@H225_SecurityCapabilities@@UBEPAVPObject@@XZ @4694 NONAME ?Clone@H225_SecurityErrors2@@UBEPAVPObject@@XZ @26941 NONAME ?Clone@H225_SecurityErrors@@UBEPAVPObject@@XZ @26942 NONAME ?Clone@H225_SecurityServiceMode@@UBEPAVPObject@@XZ @4695 NONAME ?Clone@H225_ServiceControlDescriptor@@UBEPAVPObject@@XZ @17227 NONAME ?Clone@H225_ServiceControlIndication@@UBEPAVPObject@@XZ @17228 NONAME ?Clone@H225_ServiceControlIndication_callSpecific@@UBEPAVPObject@@XZ @17229 NONAME ?Clone@H225_ServiceControlResponse@@UBEPAVPObject@@XZ @17230 NONAME ?Clone@H225_ServiceControlResponse_result@@UBEPAVPObject@@XZ @17231 NONAME ?Clone@H225_ServiceControlSession@@UBEPAVPObject@@XZ @17232 NONAME ?Clone@H225_ServiceControlSession_reason@@UBEPAVPObject@@XZ @17233 NONAME ?Clone@H225_SetupAcknowledge_UUIE@@UBEPAVPObject@@XZ @17234 NONAME ?Clone@H225_Setup_UUIE@@UBEPAVPObject@@XZ @4696 NONAME ?Clone@H225_Setup_UUIE_conferenceGoal@@UBEPAVPObject@@XZ @4697 NONAME ?Clone@H225_Setup_UUIE_connectionParameters@@UBEPAVPObject@@XZ @17235 NONAME ?Clone@H225_Setup_UUIE_language@@UBEPAVPObject@@XZ @17236 NONAME ?Clone@H225_SIPCaps@@UBEPAVPObject@@XZ @26943 NONAME ?Clone@H225_StatusInquiry_UUIE@@UBEPAVPObject@@XZ @17237 NONAME ?Clone@H225_Status_UUIE@@UBEPAVPObject@@XZ @17238 NONAME ?Clone@H225_StimulusControl@@UBEPAVPObject@@XZ @17239 NONAME ?Clone@H225_SupportedPrefix@@UBEPAVPObject@@XZ @4698 NONAME ?Clone@H225_SupportedProtocols@@UBEPAVPObject@@XZ @4699 NONAME ?Clone@H225_T120OnlyCaps@@UBEPAVPObject@@XZ @4700 NONAME ?Clone@H225_T38FaxAnnexbOnlyCaps@@UBEPAVPObject@@XZ @17240 NONAME ?Clone@H225_TBCD_STRING@@UBEPAVPObject@@XZ @17241 NONAME ?Clone@H225_TerminalInfo@@UBEPAVPObject@@XZ @4701 NONAME ?Clone@H225_TimeToLive@@UBEPAVPObject@@XZ @4702 NONAME ?Clone@H225_TransportAddress@@UBEPAVPObject@@XZ @4703 NONAME ?Clone@H225_TransportAddress_ip6Address@@UBEPAVPObject@@XZ @4704 NONAME ?Clone@H225_TransportAddress_ipAddress@@UBEPAVPObject@@XZ @4705 NONAME ?Clone@H225_TransportAddress_ipSourceRoute@@UBEPAVPObject@@XZ @4706 NONAME ?Clone@H225_TransportAddress_ipSourceRoute_route@@UBEPAVPObject@@XZ @4707 NONAME ?Clone@H225_TransportAddress_ipSourceRoute_routing@@UBEPAVPObject@@XZ @4708 NONAME ?Clone@H225_TransportAddress_ipxAddress@@UBEPAVPObject@@XZ @4709 NONAME ?Clone@H225_TransportChannelInfo@@UBEPAVPObject@@XZ @4710 NONAME ?Clone@H225_TransportQOS@@UBEPAVPObject@@XZ @4711 NONAME ?Clone@H225_TunnelledProtocol@@UBEPAVPObject@@XZ @17242 NONAME ?Clone@H225_TunnelledProtocolAlternateIdentifier@@UBEPAVPObject@@XZ @17243 NONAME ?Clone@H225_TunnelledProtocol_id@@UBEPAVPObject@@XZ @17244 NONAME ?Clone@H225_UnknownMessageResponse@@UBEPAVPObject@@XZ @4712 NONAME ?Clone@H225_UnregistrationConfirm@@UBEPAVPObject@@XZ @4713 NONAME ?Clone@H225_UnregistrationReject@@UBEPAVPObject@@XZ @4714 NONAME ?Clone@H225_UnregistrationRequest@@UBEPAVPObject@@XZ @4715 NONAME ?Clone@H225_UnregRejectReason@@UBEPAVPObject@@XZ @4716 NONAME ?Clone@H225_UnregRequestReason@@UBEPAVPObject@@XZ @4717 NONAME ?Clone@H225_UseSpecifiedTransport@@UBEPAVPObject@@XZ @17245 NONAME ?Clone@H225_UUIEsRequested@@UBEPAVPObject@@XZ @4718 NONAME ?Clone@H225_VendorIdentifier@@UBEPAVPObject@@XZ @4719 NONAME ?Clone@H225_VoiceCaps@@UBEPAVPObject@@XZ @4720 NONAME ?Clone@H235AuthCAT@@UBEPAVPObject@@XZ @23877 NONAME ?Clone@H235Authenticators@@UBEPAVPObject@@XZ @21093 NONAME ?Clone@H235AuthProcedure1@@UBEPAVPObject@@XZ @21094 NONAME ?Clone@H235AuthSimpleMD5@@UBEPAVPObject@@XZ @21095 NONAME ?Clone@H235_AuthenticationBES@@UBEPAVPObject@@XZ @19234 NONAME ?Clone@H235_AuthenticationMechanism@@UBEPAVPObject@@XZ @4721 NONAME ?Clone@H235_ChallengeString@@UBEPAVPObject@@XZ @4722 NONAME ?Clone@H235_ClearToken@@UBEPAVPObject@@XZ @4723 NONAME ?Clone@H235_CryptoToken@@UBEPAVPObject@@XZ @4724 NONAME ?Clone@H235_CryptoToken_cryptoEncryptedToken@@UBEPAVPObject@@XZ @4725 NONAME ?Clone@H235_CryptoToken_cryptoHashedToken@@UBEPAVPObject@@XZ @4726 NONAME ?Clone@H235_CryptoToken_cryptoSignedToken@@UBEPAVPObject@@XZ @4727 NONAME ?Clone@H235_DHset@@UBEPAVPObject@@XZ @4728 NONAME ?Clone@H235_ECGDSASignature@@UBEPAVPObject@@XZ @26944 NONAME ?Clone@H235_ECKASDH@@UBEPAVPObject@@XZ @19236 NONAME ?Clone@H235_ECKASDH_eckasdh2@@UBEPAVPObject@@XZ @19237 NONAME ?Clone@H235_ECKASDH_eckasdhp@@UBEPAVPObject@@XZ @19238 NONAME ?Clone@H235_ECpoint@@UBEPAVPObject@@XZ @26945 NONAME ?Clone@H235_EncodedGeneralToken@@UBEPAVPObject@@XZ @18547 NONAME ?Clone@H235_EncodedKeySignedMaterial@@UBEPAVPObject@@XZ @18548 NONAME ?Clone@H235_EncodedKeySyncMaterial@@UBEPAVPObject@@XZ @18549 NONAME ?Clone@H235_EncodedPwdCertToken@@UBEPAVPObject@@XZ @18550 NONAME ?Clone@H235_EncodedReturnSig@@UBEPAVPObject@@XZ @18551 NONAME ?Clone@H235_H235CertificateSignature@@UBEPAVPObject@@XZ @4729 NONAME ?Clone@H235_H235Key@@UBEPAVPObject@@XZ @4730 NONAME ?Clone@H235_Identifier@@UBEPAVPObject@@XZ @4731 NONAME ?Clone@H235_IV16@@UBEPAVPObject@@XZ @19239 NONAME ?Clone@H235_IV8@@UBEPAVPObject@@XZ @4732 NONAME ?Clone@H235_KeyMaterial@@UBEPAVPObject@@XZ @4733 NONAME ?Clone@H235_KeySignedMaterial@@UBEPAVPObject@@XZ @4734 NONAME ?Clone@H235_KeySyncMaterial@@UBEPAVPObject@@XZ @4735 NONAME ?Clone@H235_NonStandardParameter@@UBEPAVPObject@@XZ @4736 NONAME ?Clone@H235_Params@@UBEPAVPObject@@XZ @4737 NONAME ?Clone@H235_Password@@UBEPAVPObject@@XZ @4738 NONAME ?Clone@H235_PwdCertToken@@UBEPAVPObject@@XZ @4739 NONAME ?Clone@H235_RandomVal@@UBEPAVPObject@@XZ @4740 NONAME ?Clone@H235_ReturnSig@@UBEPAVPObject@@XZ @4741 NONAME ?Clone@H235_TimeStamp@@UBEPAVPObject@@XZ @4742 NONAME ?Clone@H235_TypedCertificate@@UBEPAVPObject@@XZ @4743 NONAME ?Clone@H235_V3KeySyncMaterial@@UBEPAVPObject@@XZ @26946 NONAME ?Clone@H245_AlternativeCapabilitySet@@UBEPAVPObject@@XZ @4744 NONAME ?Clone@H245_ArrayOf_AlternativeCapabilitySet@@UBEPAVPObject@@XZ @4745 NONAME ?Clone@H245_ArrayOf_BEnhancementParameters@@UBEPAVPObject@@XZ @4746 NONAME ?Clone@H245_ArrayOf_CapabilityDescriptor@@UBEPAVPObject@@XZ @4747 NONAME ?Clone@H245_ArrayOf_CapabilityDescriptorNumber@@UBEPAVPObject@@XZ @4748 NONAME ?Clone@H245_ArrayOf_CapabilityTableEntry@@UBEPAVPObject@@XZ @4749 NONAME ?Clone@H245_ArrayOf_CapabilityTableEntryNumber@@UBEPAVPObject@@XZ @12639 NONAME ?Clone@H245_ArrayOf_CommunicationModeTableEntry@@UBEPAVPObject@@XZ @4751 NONAME ?Clone@H245_ArrayOf_CustomPictureClockFrequency@@UBEPAVPObject@@XZ @4752 NONAME ?Clone@H245_ArrayOf_CustomPictureFormat@@UBEPAVPObject@@XZ @4753 NONAME ?Clone@H245_ArrayOf_DataApplicationCapability@@UBEPAVPObject@@XZ @4754 NONAME ?Clone@H245_ArrayOf_DialingInformationNetworkType@@UBEPAVPObject@@XZ @17246 NONAME ?Clone@H245_ArrayOf_DialingInformationNumber@@UBEPAVPObject@@XZ @17247 NONAME ?Clone@H245_ArrayOf_EnhancementOptions@@UBEPAVPObject@@XZ @4755 NONAME ?Clone@H245_ArrayOf_EscrowData@@UBEPAVPObject@@XZ @4756 NONAME ?Clone@H245_ArrayOf_GenericCapability@@UBEPAVPObject@@XZ @45267 NONAME ?Clone@H245_ArrayOf_GenericParameter@@UBEPAVPObject@@XZ @17248 NONAME ?Clone@H245_ArrayOf_H263ModeComboFlags@@UBEPAVPObject@@XZ @4757 NONAME ?Clone@H245_ArrayOf_H263VideoModeCombos@@UBEPAVPObject@@XZ @4758 NONAME ?Clone@H245_ArrayOf_MediaChannelCapability@@UBEPAVPObject@@XZ @4759 NONAME ?Clone@H245_ArrayOf_MediaDistributionCapability@@UBEPAVPObject@@XZ @4760 NONAME ?Clone@H245_ArrayOf_ModeDescription@@UBEPAVPObject@@XZ @4761 NONAME ?Clone@H245_ArrayOf_MultiplePayloadStreamElement@@UBEPAVPObject@@XZ @26947 NONAME ?Clone@H245_ArrayOf_MultiplePayloadStreamElementMode@@UBEPAVPObject@@XZ @26948 NONAME ?Clone@H245_ArrayOf_MultiplexElement@@UBEPAVPObject@@XZ @4762 NONAME ?Clone@H245_ArrayOf_MultiplexEntryDescriptor@@UBEPAVPObject@@XZ @4763 NONAME ?Clone@H245_ArrayOf_MultiplexEntryRejectionDescriptions@@UBEPAVPObject@@XZ @4764 NONAME ?Clone@H245_ArrayOf_MultiplexTableEntryNumber@@UBEPAVPObject@@XZ @4765 NONAME ?Clone@H245_ArrayOf_NonStandardParameter@@UBEPAVPObject@@XZ @4766 NONAME ?Clone@H245_ArrayOf_ParameterIdentifier@@UBEPAVPObject@@XZ @17249 NONAME ?Clone@H245_ArrayOf_PictureReference@@UBEPAVPObject@@XZ @17250 NONAME ?Clone@H245_ArrayOf_Q2931Address@@UBEPAVPObject@@XZ @17251 NONAME ?Clone@H245_ArrayOf_QOSCapability@@UBEPAVPObject@@XZ @4767 NONAME ?Clone@H245_ArrayOf_RedundancyEncodingCapability@@UBEPAVPObject@@XZ @4768 NONAME ?Clone@H245_ArrayOf_RedundancyEncodingDTModeElement@@UBEPAVPObject@@XZ @26949 NONAME ?Clone@H245_ArrayOf_RedundancyEncodingElement@@UBEPAVPObject@@XZ @26950 NONAME ?Clone@H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@UBEPAVPObject@@XZ @4769 NONAME ?Clone@H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@UBEPAVPObject@@XZ @4770 NONAME ?Clone@H245_ArrayOf_RTPPayloadType@@UBEPAVPObject@@XZ @4771 NONAME ?Clone@H245_ArrayOf_TerminalInformation@@UBEPAVPObject@@XZ @4772 NONAME ?Clone@H245_ArrayOf_TerminalLabel@@UBEPAVPObject@@XZ @4773 NONAME ?Clone@H245_ArrayOf_VCCapability@@UBEPAVPObject@@XZ @4774 NONAME ?Clone@H245_ArrayOf_VideoCapability@@UBEPAVPObject@@XZ @45268 NONAME ?Clone@H245_ATMParameters@@UBEPAVPObject@@XZ @4775 NONAME ?Clone@H245_AudioCapability@@UBEPAVPObject@@XZ @4776 NONAME ?Clone@H245_AudioCapability_g7231@@UBEPAVPObject@@XZ @4777 NONAME ?Clone@H245_AudioMode@@UBEPAVPObject@@XZ @4778 NONAME ?Clone@H245_AudioMode_g7231@@UBEPAVPObject@@XZ @4779 NONAME ?Clone@H245_AudioTelephonyEventCapability@@UBEPAVPObject@@XZ @17252 NONAME ?Clone@H245_AudioToneCapability@@UBEPAVPObject@@XZ @17253 NONAME ?Clone@H245_AuthenticationCapability@@UBEPAVPObject@@XZ @4780 NONAME ?Clone@H245_BEnhancementParameters@@UBEPAVPObject@@XZ @4781 NONAME ?Clone@H245_Capability@@UBEPAVPObject@@XZ @4782 NONAME ?Clone@H245_CapabilityDescriptor@@UBEPAVPObject@@XZ @4783 NONAME ?Clone@H245_CapabilityDescriptorNumber@@UBEPAVPObject@@XZ @4784 NONAME ?Clone@H245_CapabilityIdentifier@@UBEPAVPObject@@XZ @17254 NONAME ?Clone@H245_CapabilityTableEntry@@UBEPAVPObject@@XZ @4785 NONAME ?Clone@H245_CapabilityTableEntryNumber@@UBEPAVPObject@@XZ @4786 NONAME ?Clone@H245_Capability_h233EncryptionReceiveCapability@@UBEPAVPObject@@XZ @4787 NONAME ?Clone@H245_CertSelectionCriteria@@UBEPAVPObject@@XZ @4788 NONAME ?Clone@H245_CloseLogicalChannel@@UBEPAVPObject@@XZ @4789 NONAME ?Clone@H245_CloseLogicalChannelAck@@UBEPAVPObject@@XZ @4790 NONAME ?Clone@H245_CloseLogicalChannel_reason@@UBEPAVPObject@@XZ @4791 NONAME ?Clone@H245_CloseLogicalChannel_source@@UBEPAVPObject@@XZ @4792 NONAME ?Clone@H245_CommandMessage@@UBEPAVPObject@@XZ @4793 NONAME ?Clone@H245_CommunicationModeCommand@@UBEPAVPObject@@XZ @4794 NONAME ?Clone@H245_CommunicationModeRequest@@UBEPAVPObject@@XZ @4795 NONAME ?Clone@H245_CommunicationModeResponse@@UBEPAVPObject@@XZ @4796 NONAME ?Clone@H245_CommunicationModeTableEntry@@UBEPAVPObject@@XZ @4797 NONAME ?Clone@H245_CommunicationModeTableEntry_dataType@@UBEPAVPObject@@XZ @4798 NONAME ?Clone@H245_CompressionType@@UBEPAVPObject@@XZ @4799 NONAME ?Clone@H245_ConferenceCapability@@UBEPAVPObject@@XZ @4800 NONAME ?Clone@H245_ConferenceCommand@@UBEPAVPObject@@XZ @4801 NONAME ?Clone@H245_ConferenceID@@UBEPAVPObject@@XZ @4802 NONAME ?Clone@H245_ConferenceIndication@@UBEPAVPObject@@XZ @4803 NONAME ?Clone@H245_ConferenceRequest@@UBEPAVPObject@@XZ @4804 NONAME ?Clone@H245_ConferenceRequest_requestTerminalCertificate@@UBEPAVPObject@@XZ @4805 NONAME ?Clone@H245_ConferenceResponse@@UBEPAVPObject@@XZ @4806 NONAME ?Clone@H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@UBEPAVPObject@@XZ @4807 NONAME ?Clone@H245_ConferenceResponse_chairTokenOwnerResponse@@UBEPAVPObject@@XZ @4808 NONAME ?Clone@H245_ConferenceResponse_conferenceIDResponse@@UBEPAVPObject@@XZ @4809 NONAME ?Clone@H245_ConferenceResponse_extensionAddressResponse@@UBEPAVPObject@@XZ @4810 NONAME ?Clone@H245_ConferenceResponse_makeMeChairResponse@@UBEPAVPObject@@XZ @4811 NONAME ?Clone@H245_ConferenceResponse_makeTerminalBroadcasterResponse@@UBEPAVPObject@@XZ @4812 NONAME ?Clone@H245_ConferenceResponse_mCTerminalIDResponse@@UBEPAVPObject@@XZ @4813 NONAME ?Clone@H245_ConferenceResponse_passwordResponse@@UBEPAVPObject@@XZ @4814 NONAME ?Clone@H245_ConferenceResponse_sendThisSourceResponse@@UBEPAVPObject@@XZ @4815 NONAME ?Clone@H245_ConferenceResponse_terminalCertificateResponse@@UBEPAVPObject@@XZ @4816 NONAME ?Clone@H245_ConferenceResponse_terminalIDResponse@@UBEPAVPObject@@XZ @4817 NONAME ?Clone@H245_ConnectionIdentifier@@UBEPAVPObject@@XZ @17255 NONAME ?Clone@H245_CRCLength@@UBEPAVPObject@@XZ @4818 NONAME ?Clone@H245_Criteria@@UBEPAVPObject@@XZ @4819 NONAME ?Clone@H245_CustomPictureClockFrequency@@UBEPAVPObject@@XZ @4820 NONAME ?Clone@H245_CustomPictureFormat@@UBEPAVPObject@@XZ @4821 NONAME ?Clone@H245_CustomPictureFormat_mPI@@UBEPAVPObject@@XZ @4822 NONAME ?Clone@H245_CustomPictureFormat_mPI_customPCF@@UBEPAVPObject@@XZ @4823 NONAME ?Clone@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBEPAVPObject@@XZ @4824 NONAME ?Clone@H245_CustomPictureFormat_pixelAspectInformation@@UBEPAVPObject@@XZ @4825 NONAME ?Clone@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@UBEPAVPObject@@XZ @4826 NONAME ?Clone@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBEPAVPObject@@XZ @4827 NONAME ?Clone@H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@UBEPAVPObject@@XZ @4828 NONAME ?Clone@H245_DataApplicationCapability@@UBEPAVPObject@@XZ @4829 NONAME ?Clone@H245_DataApplicationCapability_application@@UBEPAVPObject@@XZ @4830 NONAME ?Clone@H245_DataApplicationCapability_application_nlpid@@UBEPAVPObject@@XZ @4831 NONAME ?Clone@H245_DataApplicationCapability_application_t38fax@@UBEPAVPObject@@XZ @17256 NONAME ?Clone@H245_DataApplicationCapability_application_t84@@UBEPAVPObject@@XZ @4832 NONAME ?Clone@H245_DataMode@@UBEPAVPObject@@XZ @4833 NONAME ?Clone@H245_DataMode_application@@UBEPAVPObject@@XZ @4834 NONAME ?Clone@H245_DataMode_application_nlpid@@UBEPAVPObject@@XZ @4835 NONAME ?Clone@H245_DataMode_application_t38fax@@UBEPAVPObject@@XZ @17257 NONAME ?Clone@H245_DataProtocolCapability@@UBEPAVPObject@@XZ @4836 NONAME ?Clone@H245_DataProtocolCapability_v76wCompression@@UBEPAVPObject@@XZ @4837 NONAME ?Clone@H245_DataType@@UBEPAVPObject@@XZ @4838 NONAME ?Clone@H245_DepFECCapability@@UBEPAVPObject@@XZ @45717 NONAME ?Clone@H245_DepFECCapability_rfc2733@@UBEPAVPObject@@XZ @45718 NONAME ?Clone@H245_DepFECCapability_rfc2733_separateStream@@UBEPAVPObject@@XZ @45719 NONAME ?Clone@H245_DepFECData@@UBEPAVPObject@@XZ @45720 NONAME ?Clone@H245_DepFECData_rfc2733@@UBEPAVPObject@@XZ @45721 NONAME ?Clone@H245_DepFECData_rfc2733_mode@@UBEPAVPObject@@XZ @45722 NONAME ?Clone@H245_DepFECData_rfc2733_mode_separateStream@@UBEPAVPObject@@XZ @45723 NONAME ?Clone@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBEPAVPObject@@XZ @45724 NONAME ?Clone@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBEPAVPObject@@XZ @45725 NONAME ?Clone@H245_DepFECMode@@UBEPAVPObject@@XZ @45726 NONAME ?Clone@H245_DepFECMode_rfc2733Mode@@UBEPAVPObject@@XZ @45727 NONAME ?Clone@H245_DepFECMode_rfc2733Mode_mode@@UBEPAVPObject@@XZ @45728 NONAME ?Clone@H245_DepFECMode_rfc2733Mode_mode_separateStream@@UBEPAVPObject@@XZ @45729 NONAME ?Clone@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBEPAVPObject@@XZ @45730 NONAME ?Clone@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBEPAVPObject@@XZ @45731 NONAME ?Clone@H245_DialingInformation@@UBEPAVPObject@@XZ @17258 NONAME ?Clone@H245_DialingInformationNetworkType@@UBEPAVPObject@@XZ @17259 NONAME ?Clone@H245_DialingInformationNumber@@UBEPAVPObject@@XZ @17260 NONAME ?Clone@H245_EncryptionAuthenticationAndIntegrity@@UBEPAVPObject@@XZ @4839 NONAME ?Clone@H245_EncryptionCapability@@UBEPAVPObject@@XZ @4840 NONAME ?Clone@H245_EncryptionCommand@@UBEPAVPObject@@XZ @4841 NONAME ?Clone@H245_EncryptionCommand_encryptionAlgorithmID@@UBEPAVPObject@@XZ @4842 NONAME ?Clone@H245_EncryptionMode@@UBEPAVPObject@@XZ @4843 NONAME ?Clone@H245_EncryptionSync@@UBEPAVPObject@@XZ @4844 NONAME ?Clone@H245_EncryptionUpdateDirection@@UBEPAVPObject@@XZ @45269 NONAME ?Clone@H245_EncryptionUpdateRequest@@UBEPAVPObject@@XZ @4845 NONAME ?Clone@H245_EndSessionCommand@@UBEPAVPObject@@XZ @4846 NONAME ?Clone@H245_EndSessionCommand_gstnOptions@@UBEPAVPObject@@XZ @4847 NONAME ?Clone@H245_EndSessionCommand_isdnOptions@@UBEPAVPObject@@XZ @4848 NONAME ?Clone@H245_EnhancementLayerInfo@@UBEPAVPObject@@XZ @4849 NONAME ?Clone@H245_EnhancementOptions@@UBEPAVPObject@@XZ @4850 NONAME ?Clone@H245_EscrowData@@UBEPAVPObject@@XZ @4851 NONAME ?Clone@H245_ExtendedVideoCapability@@UBEPAVPObject@@XZ @45270 NONAME ?Clone@H245_FECCapability@@UBEPAVPObject@@XZ @26951 NONAME ?Clone@H245_FECCapability_rfc2733Format@@UBEPAVPObject@@XZ @45732 NONAME ?Clone@H245_FECData@@UBEPAVPObject@@XZ @26954 NONAME ?Clone@H245_FECData_rfc2733@@UBEPAVPObject@@XZ @26955 NONAME ?Clone@H245_FECData_rfc2733_pktMode@@UBEPAVPObject@@XZ @45733 NONAME ?Clone@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBEPAVPObject@@XZ @45734 NONAME ?Clone@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UBEPAVPObject@@XZ @45735 NONAME ?Clone@H245_FECMode@@UBEPAVPObject@@XZ @26960 NONAME ?Clone@H245_FECMode_rfc2733Format@@UBEPAVPObject@@XZ @45736 NONAME ?Clone@H245_FlowControlCommand@@UBEPAVPObject@@XZ @4852 NONAME ?Clone@H245_FlowControlCommand_restriction@@UBEPAVPObject@@XZ @4853 NONAME ?Clone@H245_FlowControlCommand_scope@@UBEPAVPObject@@XZ @4854 NONAME ?Clone@H245_FlowControlIndication@@UBEPAVPObject@@XZ @17261 NONAME ?Clone@H245_FlowControlIndication_restriction@@UBEPAVPObject@@XZ @17262 NONAME ?Clone@H245_FlowControlIndication_scope@@UBEPAVPObject@@XZ @17263 NONAME ?Clone@H245_FunctionNotSupported@@UBEPAVPObject@@XZ @4855 NONAME ?Clone@H245_FunctionNotSupported_cause@@UBEPAVPObject@@XZ @4856 NONAME ?Clone@H245_FunctionNotUnderstood@@UBEPAVPObject@@XZ @4857 NONAME ?Clone@H245_G7231AnnexCCapability@@UBEPAVPObject@@XZ @4858 NONAME ?Clone@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBEPAVPObject@@XZ @4859 NONAME ?Clone@H245_G7231AnnexCMode@@UBEPAVPObject@@XZ @4860 NONAME ?Clone@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBEPAVPObject@@XZ @4861 NONAME ?Clone@H245_G729Extensions@@UBEPAVPObject@@XZ @17264 NONAME ?Clone@H245_GenericCapability@@UBEPAVPObject@@XZ @17265 NONAME ?Clone@H245_GenericMessage@@UBEPAVPObject@@XZ @45271 NONAME ?Clone@H245_GenericParameter@@UBEPAVPObject@@XZ @17266 NONAME ?Clone@H245_GSMAudioCapability@@UBEPAVPObject@@XZ @4862 NONAME ?Clone@H245_H222Capability@@UBEPAVPObject@@XZ @4863 NONAME ?Clone@H245_H222LogicalChannelParameters@@UBEPAVPObject@@XZ @4864 NONAME ?Clone@H245_H223AL1MParameters@@UBEPAVPObject@@XZ @4865 NONAME ?Clone@H245_H223AL1MParameters_arqType@@UBEPAVPObject@@XZ @4866 NONAME ?Clone@H245_H223AL1MParameters_crcLength@@UBEPAVPObject@@XZ @4867 NONAME ?Clone@H245_H223AL1MParameters_headerFEC@@UBEPAVPObject@@XZ @4868 NONAME ?Clone@H245_H223AL1MParameters_transferMode@@UBEPAVPObject@@XZ @4869 NONAME ?Clone@H245_H223AL2MParameters@@UBEPAVPObject@@XZ @4870 NONAME ?Clone@H245_H223AL2MParameters_headerFEC@@UBEPAVPObject@@XZ @4871 NONAME ?Clone@H245_H223AL3MParameters@@UBEPAVPObject@@XZ @4872 NONAME ?Clone@H245_H223AL3MParameters_arqType@@UBEPAVPObject@@XZ @4873 NONAME ?Clone@H245_H223AL3MParameters_crcLength@@UBEPAVPObject@@XZ @4874 NONAME ?Clone@H245_H223AL3MParameters_headerFormat@@UBEPAVPObject@@XZ @4875 NONAME ?Clone@H245_H223AnnexCArqParameters@@UBEPAVPObject@@XZ @4876 NONAME ?Clone@H245_H223AnnexCArqParameters_numberOfRetransmissions@@UBEPAVPObject@@XZ @4877 NONAME ?Clone@H245_H223AnnexCCapability@@UBEPAVPObject@@XZ @4878 NONAME ?Clone@H245_H223Capability@@UBEPAVPObject@@XZ @4879 NONAME ?Clone@H245_H223Capability_h223MultiplexTableCapability@@UBEPAVPObject@@XZ @4880 NONAME ?Clone@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBEPAVPObject@@XZ @4881 NONAME ?Clone@H245_H223Capability_mobileMultilinkFrameCapability@@UBEPAVPObject@@XZ @17267 NONAME ?Clone@H245_H223Capability_mobileOperationTransmitCapability@@UBEPAVPObject@@XZ @4882 NONAME ?Clone@H245_H223LogicalChannelParameters@@UBEPAVPObject@@XZ @4883 NONAME ?Clone@H245_H223LogicalChannelParameters_adaptationLayerType@@UBEPAVPObject@@XZ @4884 NONAME ?Clone@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBEPAVPObject@@XZ @4885 NONAME ?Clone@H245_H223ModeParameters@@UBEPAVPObject@@XZ @4886 NONAME ?Clone@H245_H223ModeParameters_adaptationLayerType@@UBEPAVPObject@@XZ @4887 NONAME ?Clone@H245_H223ModeParameters_adaptationLayerType_al3@@UBEPAVPObject@@XZ @4888 NONAME ?Clone@H245_H223MultiplexReconfiguration@@UBEPAVPObject@@XZ @4889 NONAME ?Clone@H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@UBEPAVPObject@@XZ @4890 NONAME ?Clone@H245_H223MultiplexReconfiguration_h223ModeChange@@UBEPAVPObject@@XZ @4891 NONAME ?Clone@H245_H223SkewIndication@@UBEPAVPObject@@XZ @4892 NONAME ?Clone@H245_H2250Capability@@UBEPAVPObject@@XZ @4893 NONAME ?Clone@H245_H2250Capability_mcCapability@@UBEPAVPObject@@XZ @4894 NONAME ?Clone@H245_H2250LogicalChannelAckParameters@@UBEPAVPObject@@XZ @4895 NONAME ?Clone@H245_H2250LogicalChannelParameters@@UBEPAVPObject@@XZ @4896 NONAME ?Clone@H245_H2250LogicalChannelParameters_mediaPacketization@@UBEPAVPObject@@XZ @4897 NONAME ?Clone@H245_H2250MaximumSkewIndication@@UBEPAVPObject@@XZ @4898 NONAME ?Clone@H245_H2250ModeParameters@@UBEPAVPObject@@XZ @4899 NONAME ?Clone@H245_H235Media@@UBEPAVPObject@@XZ @4900 NONAME ?Clone@H245_H235Media_mediaType@@UBEPAVPObject@@XZ @4901 NONAME ?Clone@H245_H235Mode@@UBEPAVPObject@@XZ @4902 NONAME ?Clone@H245_H235Mode_mediaMode@@UBEPAVPObject@@XZ @4903 NONAME ?Clone@H245_H235SecurityCapability@@UBEPAVPObject@@XZ @4904 NONAME ?Clone@H245_H261VideoCapability@@UBEPAVPObject@@XZ @4905 NONAME ?Clone@H245_H261VideoMode@@UBEPAVPObject@@XZ @4906 NONAME ?Clone@H245_H261VideoMode_resolution@@UBEPAVPObject@@XZ @4907 NONAME ?Clone@H245_H262VideoCapability@@UBEPAVPObject@@XZ @4908 NONAME ?Clone@H245_H262VideoMode@@UBEPAVPObject@@XZ @4909 NONAME ?Clone@H245_H262VideoMode_profileAndLevel@@UBEPAVPObject@@XZ @4910 NONAME ?Clone@H245_H263ModeComboFlags@@UBEPAVPObject@@XZ @4911 NONAME ?Clone@H245_H263Options@@UBEPAVPObject@@XZ @4912 NONAME ?Clone@H245_H263Version3Options@@UBEPAVPObject@@XZ @17268 NONAME ?Clone@H245_H263VideoCapability@@UBEPAVPObject@@XZ @4913 NONAME ?Clone@H245_H263VideoMode@@UBEPAVPObject@@XZ @4914 NONAME ?Clone@H245_H263VideoModeCombos@@UBEPAVPObject@@XZ @4915 NONAME ?Clone@H245_H263VideoMode_resolution@@UBEPAVPObject@@XZ @4916 NONAME ?Clone@H245_IndicationMessage@@UBEPAVPObject@@XZ @4917 NONAME ?Clone@H245_IntegrityCapability@@UBEPAVPObject@@XZ @4918 NONAME ?Clone@H245_IS11172AudioCapability@@UBEPAVPObject@@XZ @4919 NONAME ?Clone@H245_IS11172AudioMode@@UBEPAVPObject@@XZ @4920 NONAME ?Clone@H245_IS11172AudioMode_audioLayer@@UBEPAVPObject@@XZ @4921 NONAME ?Clone@H245_IS11172AudioMode_audioSampling@@UBEPAVPObject@@XZ @4922 NONAME ?Clone@H245_IS11172AudioMode_multichannelType@@UBEPAVPObject@@XZ @4923 NONAME ?Clone@H245_IS11172VideoCapability@@UBEPAVPObject@@XZ @4924 NONAME ?Clone@H245_IS11172VideoMode@@UBEPAVPObject@@XZ @4925 NONAME ?Clone@H245_IS13818AudioCapability@@UBEPAVPObject@@XZ @4926 NONAME ?Clone@H245_IS13818AudioMode@@UBEPAVPObject@@XZ @4927 NONAME ?Clone@H245_IS13818AudioMode_audioLayer@@UBEPAVPObject@@XZ @4928 NONAME ?Clone@H245_IS13818AudioMode_audioSampling@@UBEPAVPObject@@XZ @4929 NONAME ?Clone@H245_IS13818AudioMode_multichannelType@@UBEPAVPObject@@XZ @4930 NONAME ?Clone@H245_IV16@@UBEPAVPObject@@XZ @45272 NONAME ?Clone@H245_IV8@@UBEPAVPObject@@XZ @45273 NONAME ?Clone@H245_JitterIndication@@UBEPAVPObject@@XZ @4931 NONAME ?Clone@H245_JitterIndication_scope@@UBEPAVPObject@@XZ @4932 NONAME ?Clone@H245_KeyProtectionMethod@@UBEPAVPObject@@XZ @4933 NONAME ?Clone@H245_LogicalChannelNumber@@UBEPAVPObject@@XZ @4934 NONAME ?Clone@H245_LogicalChannelRateAcknowledge@@UBEPAVPObject@@XZ @17269 NONAME ?Clone@H245_LogicalChannelRateReject@@UBEPAVPObject@@XZ @17270 NONAME ?Clone@H245_LogicalChannelRateRejectReason@@UBEPAVPObject@@XZ @17271 NONAME ?Clone@H245_LogicalChannelRateRelease@@UBEPAVPObject@@XZ @17272 NONAME ?Clone@H245_LogicalChannelRateRequest@@UBEPAVPObject@@XZ @17273 NONAME ?Clone@H245_MaintenanceLoopAck@@UBEPAVPObject@@XZ @4935 NONAME ?Clone@H245_MaintenanceLoopAck_type@@UBEPAVPObject@@XZ @4936 NONAME ?Clone@H245_MaintenanceLoopOffCommand@@UBEPAVPObject@@XZ @4937 NONAME ?Clone@H245_MaintenanceLoopReject@@UBEPAVPObject@@XZ @4938 NONAME ?Clone@H245_MaintenanceLoopReject_cause@@UBEPAVPObject@@XZ @4939 NONAME ?Clone@H245_MaintenanceLoopReject_type@@UBEPAVPObject@@XZ @4940 NONAME ?Clone@H245_MaintenanceLoopRequest@@UBEPAVPObject@@XZ @4941 NONAME ?Clone@H245_MaintenanceLoopRequest_type@@UBEPAVPObject@@XZ @4942 NONAME ?Clone@H245_MasterSlaveDetermination@@UBEPAVPObject@@XZ @4943 NONAME ?Clone@H245_MasterSlaveDeterminationAck@@UBEPAVPObject@@XZ @4944 NONAME ?Clone@H245_MasterSlaveDeterminationAck_decision@@UBEPAVPObject@@XZ @4945 NONAME ?Clone@H245_MasterSlaveDeterminationReject@@UBEPAVPObject@@XZ @4946 NONAME ?Clone@H245_MasterSlaveDeterminationReject_cause@@UBEPAVPObject@@XZ @4947 NONAME ?Clone@H245_MasterSlaveDeterminationRelease@@UBEPAVPObject@@XZ @4948 NONAME ?Clone@H245_MaximumBitRate@@UBEPAVPObject@@XZ @17274 NONAME ?Clone@H245_MaxRedundancy@@UBEPAVPObject@@XZ @45737 NONAME ?Clone@H245_MCLocationIndication@@UBEPAVPObject@@XZ @4949 NONAME ?Clone@H245_McuNumber@@UBEPAVPObject@@XZ @4950 NONAME ?Clone@H245_MediaChannelCapability@@UBEPAVPObject@@XZ @4951 NONAME ?Clone@H245_MediaDistributionCapability@@UBEPAVPObject@@XZ @4952 NONAME ?Clone@H245_MediaEncryptionAlgorithm@@UBEPAVPObject@@XZ @4953 NONAME ?Clone@H245_MediaPacketizationCapability@@UBEPAVPObject@@XZ @4954 NONAME ?Clone@H245_MediaTransportType@@UBEPAVPObject@@XZ @4955 NONAME ?Clone@H245_MediaTransportType_atm_AAL5_compressed@@UBEPAVPObject@@XZ @17275 NONAME ?Clone@H245_MiscellaneousCommand@@UBEPAVPObject@@XZ @4956 NONAME ?Clone@H245_MiscellaneousCommand_type@@UBEPAVPObject@@XZ @4957 NONAME ?Clone@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBEPAVPObject@@XZ @45274 NONAME ?Clone@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBEPAVPObject@@XZ @45275 NONAME ?Clone@H245_MiscellaneousCommand_type_lostPartialPicture@@UBEPAVPObject@@XZ @17276 NONAME ?Clone@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBEPAVPObject@@XZ @4958 NONAME ?Clone@H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@UBEPAVPObject@@XZ @4959 NONAME ?Clone@H245_MiscellaneousCommand_type_videoBadMBs@@UBEPAVPObject@@XZ @17277 NONAME ?Clone@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBEPAVPObject@@XZ @4960 NONAME ?Clone@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBEPAVPObject@@XZ @4961 NONAME ?Clone@H245_MiscellaneousIndication@@UBEPAVPObject@@XZ @4962 NONAME ?Clone@H245_MiscellaneousIndication_type@@UBEPAVPObject@@XZ @4963 NONAME ?Clone@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBEPAVPObject@@XZ @4964 NONAME ?Clone@H245_MobileMultilinkReconfigurationCommand@@UBEPAVPObject@@XZ @17278 NONAME ?Clone@H245_MobileMultilinkReconfigurationCommand_status@@UBEPAVPObject@@XZ @17279 NONAME ?Clone@H245_MobileMultilinkReconfigurationIndication@@UBEPAVPObject@@XZ @17280 NONAME ?Clone@H245_ModeDescription@@UBEPAVPObject@@XZ @4965 NONAME ?Clone@H245_ModeElement@@UBEPAVPObject@@XZ @4966 NONAME ?Clone@H245_ModeElementType@@UBEPAVPObject@@XZ @26966 NONAME ?Clone@H245_MulticastAddress@@UBEPAVPObject@@XZ @4968 NONAME ?Clone@H245_MulticastAddress_iP6Address@@UBEPAVPObject@@XZ @4969 NONAME ?Clone@H245_MulticastAddress_iPAddress@@UBEPAVPObject@@XZ @4970 NONAME ?Clone@H245_MultilinkIndication@@UBEPAVPObject@@XZ @17281 NONAME ?Clone@H245_MultilinkIndication_crcDesired@@UBEPAVPObject@@XZ @17282 NONAME ?Clone@H245_MultilinkIndication_excessiveError@@UBEPAVPObject@@XZ @17283 NONAME ?Clone@H245_MultilinkRequest@@UBEPAVPObject@@XZ @17284 NONAME ?Clone@H245_MultilinkRequest_addConnection@@UBEPAVPObject@@XZ @17285 NONAME ?Clone@H245_MultilinkRequest_callInformation@@UBEPAVPObject@@XZ @17286 NONAME ?Clone@H245_MultilinkRequest_maximumHeaderInterval@@UBEPAVPObject@@XZ @17287 NONAME ?Clone@H245_MultilinkRequest_maximumHeaderInterval_requestType@@UBEPAVPObject@@XZ @17288 NONAME ?Clone@H245_MultilinkRequest_removeConnection@@UBEPAVPObject@@XZ @17289 NONAME ?Clone@H245_MultilinkResponse@@UBEPAVPObject@@XZ @17290 NONAME ?Clone@H245_MultilinkResponse_addConnection@@UBEPAVPObject@@XZ @17291 NONAME ?Clone@H245_MultilinkResponse_addConnection_responseCode@@UBEPAVPObject@@XZ @17292 NONAME ?Clone@H245_MultilinkResponse_addConnection_responseCode_rejected@@UBEPAVPObject@@XZ @17293 NONAME ?Clone@H245_MultilinkResponse_callInformation@@UBEPAVPObject@@XZ @17294 NONAME ?Clone@H245_MultilinkResponse_maximumHeaderInterval@@UBEPAVPObject@@XZ @17295 NONAME ?Clone@H245_MultilinkResponse_removeConnection@@UBEPAVPObject@@XZ @17296 NONAME ?Clone@H245_MultimediaSystemControlMessage@@UBEPAVPObject@@XZ @4971 NONAME ?Clone@H245_MultiplePayloadStream@@UBEPAVPObject@@XZ @26967 NONAME ?Clone@H245_MultiplePayloadStreamCapability@@UBEPAVPObject@@XZ @26968 NONAME ?Clone@H245_MultiplePayloadStreamElement@@UBEPAVPObject@@XZ @26969 NONAME ?Clone@H245_MultiplePayloadStreamElementMode@@UBEPAVPObject@@XZ @26970 NONAME ?Clone@H245_MultiplePayloadStreamMode@@UBEPAVPObject@@XZ @26971 NONAME ?Clone@H245_MultiplexCapability@@UBEPAVPObject@@XZ @4972 NONAME ?Clone@H245_MultiplexedStreamCapability@@UBEPAVPObject@@XZ @17297 NONAME ?Clone@H245_MultiplexedStreamModeParameters@@UBEPAVPObject@@XZ @17298 NONAME ?Clone@H245_MultiplexedStreamParameter@@UBEPAVPObject@@XZ @17299 NONAME ?Clone@H245_MultiplexElement@@UBEPAVPObject@@XZ @4973 NONAME ?Clone@H245_MultiplexElement_repeatCount@@UBEPAVPObject@@XZ @4974 NONAME ?Clone@H245_MultiplexElement_type@@UBEPAVPObject@@XZ @4975 NONAME ?Clone@H245_MultiplexEntryDescriptor@@UBEPAVPObject@@XZ @4976 NONAME ?Clone@H245_MultiplexEntryRejectionDescriptions@@UBEPAVPObject@@XZ @4977 NONAME ?Clone@H245_MultiplexEntryRejectionDescriptions_cause@@UBEPAVPObject@@XZ @4978 NONAME ?Clone@H245_MultiplexEntrySend@@UBEPAVPObject@@XZ @4979 NONAME ?Clone@H245_MultiplexEntrySendAck@@UBEPAVPObject@@XZ @4980 NONAME ?Clone@H245_MultiplexEntrySendReject@@UBEPAVPObject@@XZ @4981 NONAME ?Clone@H245_MultiplexEntrySendRelease@@UBEPAVPObject@@XZ @4982 NONAME ?Clone@H245_MultiplexFormat@@UBEPAVPObject@@XZ @17300 NONAME ?Clone@H245_MultiplexTableEntryNumber@@UBEPAVPObject@@XZ @4983 NONAME ?Clone@H245_MultipointCapability@@UBEPAVPObject@@XZ @4984 NONAME ?Clone@H245_NetworkAccessParameters@@UBEPAVPObject@@XZ @4985 NONAME ?Clone@H245_NetworkAccessParameters_distribution@@UBEPAVPObject@@XZ @4986 NONAME ?Clone@H245_NetworkAccessParameters_networkAddress@@UBEPAVPObject@@XZ @4987 NONAME ?Clone@H245_NetworkAccessParameters_t120SetupProcedure@@UBEPAVPObject@@XZ @4988 NONAME ?Clone@H245_NewATMVCCommand@@UBEPAVPObject@@XZ @17301 NONAME ?Clone@H245_NewATMVCCommand_aal@@UBEPAVPObject@@XZ @17302 NONAME ?Clone@H245_NewATMVCCommand_aal_aal1@@UBEPAVPObject@@XZ @17303 NONAME ?Clone@H245_NewATMVCCommand_aal_aal1_clockRecovery@@UBEPAVPObject@@XZ @17304 NONAME ?Clone@H245_NewATMVCCommand_aal_aal1_errorCorrection@@UBEPAVPObject@@XZ @17305 NONAME ?Clone@H245_NewATMVCCommand_aal_aal5@@UBEPAVPObject@@XZ @17306 NONAME ?Clone@H245_NewATMVCCommand_multiplex@@UBEPAVPObject@@XZ @17307 NONAME ?Clone@H245_NewATMVCCommand_reverseParameters@@UBEPAVPObject@@XZ @17308 NONAME ?Clone@H245_NewATMVCCommand_reverseParameters_multiplex@@UBEPAVPObject@@XZ @17309 NONAME ?Clone@H245_NewATMVCIndication@@UBEPAVPObject@@XZ @4989 NONAME ?Clone@H245_NewATMVCIndication_aal@@UBEPAVPObject@@XZ @4990 NONAME ?Clone@H245_NewATMVCIndication_aal_aal1@@UBEPAVPObject@@XZ @4991 NONAME ?Clone@H245_NewATMVCIndication_aal_aal1_clockRecovery@@UBEPAVPObject@@XZ @4992 NONAME ?Clone@H245_NewATMVCIndication_aal_aal1_errorCorrection@@UBEPAVPObject@@XZ @4993 NONAME ?Clone@H245_NewATMVCIndication_aal_aal5@@UBEPAVPObject@@XZ @4994 NONAME ?Clone@H245_NewATMVCIndication_multiplex@@UBEPAVPObject@@XZ @4995 NONAME ?Clone@H245_NewATMVCIndication_reverseParameters@@UBEPAVPObject@@XZ @4996 NONAME ?Clone@H245_NewATMVCIndication_reverseParameters_multiplex@@UBEPAVPObject@@XZ @4997 NONAME ?Clone@H245_NonStandardIdentifier@@UBEPAVPObject@@XZ @4998 NONAME ?Clone@H245_NonStandardIdentifier_h221NonStandard@@UBEPAVPObject@@XZ @4999 NONAME ?Clone@H245_NonStandardMessage@@UBEPAVPObject@@XZ @5000 NONAME ?Clone@H245_NonStandardParameter@@UBEPAVPObject@@XZ @5001 NONAME ?Clone@H245_NoPTAudioTelephonyEventCapability@@UBEPAVPObject@@XZ @26972 NONAME ?Clone@H245_NoPTAudioToneCapability@@UBEPAVPObject@@XZ @26973 NONAME ?Clone@H245_OpenLogicalChannel@@UBEPAVPObject@@XZ @5002 NONAME ?Clone@H245_OpenLogicalChannelAck@@UBEPAVPObject@@XZ @5003 NONAME ?Clone@H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@UBEPAVPObject@@XZ @5004 NONAME ?Clone@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBEPAVPObject@@XZ @5005 NONAME ?Clone@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@UBEPAVPObject@@XZ @5006 NONAME ?Clone@H245_OpenLogicalChannelConfirm@@UBEPAVPObject@@XZ @5007 NONAME ?Clone@H245_OpenLogicalChannelReject@@UBEPAVPObject@@XZ @5008 NONAME ?Clone@H245_OpenLogicalChannelReject_cause@@UBEPAVPObject@@XZ @5009 NONAME ?Clone@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBEPAVPObject@@XZ @5010 NONAME ?Clone@H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@UBEPAVPObject@@XZ @5011 NONAME ?Clone@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBEPAVPObject@@XZ @5012 NONAME ?Clone@H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@UBEPAVPObject@@XZ @5013 NONAME ?Clone@H245_ParameterIdentifier@@UBEPAVPObject@@XZ @17310 NONAME ?Clone@H245_ParameterValue@@UBEPAVPObject@@XZ @17311 NONAME ?Clone@H245_Params@@UBEPAVPObject@@XZ @45276 NONAME ?Clone@H245_Password@@UBEPAVPObject@@XZ @5014 NONAME ?Clone@H245_PictureReference@@UBEPAVPObject@@XZ @17312 NONAME ?Clone@H245_Q2931Address@@UBEPAVPObject@@XZ @5015 NONAME ?Clone@H245_Q2931Address_address@@UBEPAVPObject@@XZ @5016 NONAME ?Clone@H245_QOSCapability@@UBEPAVPObject@@XZ @5017 NONAME ?Clone@H245_QOSMode@@UBEPAVPObject@@XZ @5018 NONAME ?Clone@H245_RedundancyEncoding@@UBEPAVPObject@@XZ @5019 NONAME ?Clone@H245_RedundancyEncodingCapability@@UBEPAVPObject@@XZ @5020 NONAME ?Clone@H245_RedundancyEncodingDTMode@@UBEPAVPObject@@XZ @26974 NONAME ?Clone@H245_RedundancyEncodingDTModeElement@@UBEPAVPObject@@XZ @26975 NONAME ?Clone@H245_RedundancyEncodingDTModeElement_type@@UBEPAVPObject@@XZ @26976 NONAME ?Clone@H245_RedundancyEncodingElement@@UBEPAVPObject@@XZ @26977 NONAME ?Clone@H245_RedundancyEncodingMethod@@UBEPAVPObject@@XZ @5021 NONAME ?Clone@H245_RedundancyEncodingMode@@UBEPAVPObject@@XZ @5022 NONAME ?Clone@H245_RedundancyEncodingMode_secondaryEncoding@@UBEPAVPObject@@XZ @5023 NONAME ?Clone@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBEPAVPObject@@XZ @26978 NONAME ?Clone@H245_RefPictureSelection@@UBEPAVPObject@@XZ @5024 NONAME ?Clone@H245_RefPictureSelection_additionalPictureMemory@@UBEPAVPObject@@XZ @5025 NONAME ?Clone@H245_RefPictureSelection_enhancedReferencePicSelect@@UBEPAVPObject@@XZ @17313 NONAME ?Clone@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBEPAVPObject@@XZ @17314 NONAME ?Clone@H245_RefPictureSelection_videoBackChannelSend@@UBEPAVPObject@@XZ @5026 NONAME ?Clone@H245_RemoteMCRequest@@UBEPAVPObject@@XZ @5027 NONAME ?Clone@H245_RemoteMCResponse@@UBEPAVPObject@@XZ @5028 NONAME ?Clone@H245_RemoteMCResponse_reject@@UBEPAVPObject@@XZ @5029 NONAME ?Clone@H245_RequestAllTerminalIDsResponse@@UBEPAVPObject@@XZ @5030 NONAME ?Clone@H245_RequestChannelClose@@UBEPAVPObject@@XZ @5031 NONAME ?Clone@H245_RequestChannelCloseAck@@UBEPAVPObject@@XZ @5032 NONAME ?Clone@H245_RequestChannelCloseReject@@UBEPAVPObject@@XZ @5033 NONAME ?Clone@H245_RequestChannelCloseReject_cause@@UBEPAVPObject@@XZ @5034 NONAME ?Clone@H245_RequestChannelCloseRelease@@UBEPAVPObject@@XZ @5035 NONAME ?Clone@H245_RequestChannelClose_reason@@UBEPAVPObject@@XZ @5036 NONAME ?Clone@H245_RequestMessage@@UBEPAVPObject@@XZ @5037 NONAME ?Clone@H245_RequestMode@@UBEPAVPObject@@XZ @5038 NONAME ?Clone@H245_RequestModeAck@@UBEPAVPObject@@XZ @5039 NONAME ?Clone@H245_RequestModeAck_response@@UBEPAVPObject@@XZ @5040 NONAME ?Clone@H245_RequestModeReject@@UBEPAVPObject@@XZ @5041 NONAME ?Clone@H245_RequestModeReject_cause@@UBEPAVPObject@@XZ @5042 NONAME ?Clone@H245_RequestModeRelease@@UBEPAVPObject@@XZ @5043 NONAME ?Clone@H245_RequestMultiplexEntry@@UBEPAVPObject@@XZ @5044 NONAME ?Clone@H245_RequestMultiplexEntryAck@@UBEPAVPObject@@XZ @5045 NONAME ?Clone@H245_RequestMultiplexEntryReject@@UBEPAVPObject@@XZ @5046 NONAME ?Clone@H245_RequestMultiplexEntryRejectionDescriptions@@UBEPAVPObject@@XZ @5047 NONAME ?Clone@H245_RequestMultiplexEntryRejectionDescriptions_cause@@UBEPAVPObject@@XZ @5048 NONAME ?Clone@H245_RequestMultiplexEntryRelease@@UBEPAVPObject@@XZ @5049 NONAME ?Clone@H245_ResponseMessage@@UBEPAVPObject@@XZ @5050 NONAME ?Clone@H245_RoundTripDelayRequest@@UBEPAVPObject@@XZ @5051 NONAME ?Clone@H245_RoundTripDelayResponse@@UBEPAVPObject@@XZ @5052 NONAME ?Clone@H245_RSVPParameters@@UBEPAVPObject@@XZ @5053 NONAME ?Clone@H245_RTPH263VideoRedundancyEncoding@@UBEPAVPObject@@XZ @5054 NONAME ?Clone@H245_RTPH263VideoRedundancyEncoding_containedThreads@@UBEPAVPObject@@XZ @5055 NONAME ?Clone@H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@UBEPAVPObject@@XZ @5056 NONAME ?Clone@H245_RTPH263VideoRedundancyFrameMapping@@UBEPAVPObject@@XZ @5057 NONAME ?Clone@H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@UBEPAVPObject@@XZ @5058 NONAME ?Clone@H245_RTPPayloadType@@UBEPAVPObject@@XZ @5059 NONAME ?Clone@H245_RTPPayloadType_payloadDescriptor@@UBEPAVPObject@@XZ @5060 NONAME ?Clone@H245_SendTerminalCapabilitySet@@UBEPAVPObject@@XZ @5061 NONAME ?Clone@H245_SendTerminalCapabilitySet_specificRequest@@UBEPAVPObject@@XZ @5062 NONAME ?Clone@H245_SequenceNumber@@UBEPAVPObject@@XZ @5063 NONAME ?Clone@H245_SubstituteConferenceIDCommand@@UBEPAVPObject@@XZ @5064 NONAME ?Clone@H245_T38FaxProfile@@UBEPAVPObject@@XZ @17315 NONAME ?Clone@H245_T38FaxRateManagement@@UBEPAVPObject@@XZ @17316 NONAME ?Clone@H245_T38FaxTcpOptions@@UBEPAVPObject@@XZ @17317 NONAME ?Clone@H245_T38FaxUdpOptions@@UBEPAVPObject@@XZ @17318 NONAME ?Clone@H245_T38FaxUdpOptions_t38FaxUdpEC@@UBEPAVPObject@@XZ @17319 NONAME ?Clone@H245_T84Profile@@UBEPAVPObject@@XZ @5065 NONAME ?Clone@H245_T84Profile_t84Restricted@@UBEPAVPObject@@XZ @5066 NONAME ?Clone@H245_TerminalCapabilitySet@@UBEPAVPObject@@XZ @5067 NONAME ?Clone@H245_TerminalCapabilitySetAck@@UBEPAVPObject@@XZ @5068 NONAME ?Clone@H245_TerminalCapabilitySetReject@@UBEPAVPObject@@XZ @5069 NONAME ?Clone@H245_TerminalCapabilitySetReject_cause@@UBEPAVPObject@@XZ @5070 NONAME ?Clone@H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@UBEPAVPObject@@XZ @5071 NONAME ?Clone@H245_TerminalCapabilitySetRelease@@UBEPAVPObject@@XZ @5072 NONAME ?Clone@H245_TerminalID@@UBEPAVPObject@@XZ @5073 NONAME ?Clone@H245_TerminalInformation@@UBEPAVPObject@@XZ @5074 NONAME ?Clone@H245_TerminalLabel@@UBEPAVPObject@@XZ @5075 NONAME ?Clone@H245_TerminalNumber@@UBEPAVPObject@@XZ @5076 NONAME ?Clone@H245_TerminalYouAreSeeingInSubPictureNumber@@UBEPAVPObject@@XZ @5077 NONAME ?Clone@H245_TransparencyParameters@@UBEPAVPObject@@XZ @5078 NONAME ?Clone@H245_TransportAddress@@UBEPAVPObject@@XZ @5079 NONAME ?Clone@H245_TransportCapability@@UBEPAVPObject@@XZ @5080 NONAME ?Clone@H245_UnicastAddress@@UBEPAVPObject@@XZ @5081 NONAME ?Clone@H245_UnicastAddress_iP6Address@@UBEPAVPObject@@XZ @5082 NONAME ?Clone@H245_UnicastAddress_iPAddress@@UBEPAVPObject@@XZ @5083 NONAME ?Clone@H245_UnicastAddress_iPSourceRouteAddress@@UBEPAVPObject@@XZ @5084 NONAME ?Clone@H245_UnicastAddress_iPSourceRouteAddress_route@@UBEPAVPObject@@XZ @5085 NONAME ?Clone@H245_UnicastAddress_iPSourceRouteAddress_routing@@UBEPAVPObject@@XZ @5086 NONAME ?Clone@H245_UnicastAddress_iPXAddress@@UBEPAVPObject@@XZ @5087 NONAME ?Clone@H245_UserInputCapability@@UBEPAVPObject@@XZ @5088 NONAME ?Clone@H245_UserInputIndication@@UBEPAVPObject@@XZ @5089 NONAME ?Clone@H245_UserInputIndication_encryptedAlphanumeric@@UBEPAVPObject@@XZ @45277 NONAME ?Clone@H245_UserInputIndication_extendedAlphanumeric@@UBEPAVPObject@@XZ @17320 NONAME ?Clone@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBEPAVPObject@@XZ @45278 NONAME ?Clone@H245_UserInputIndication_signal@@UBEPAVPObject@@XZ @5090 NONAME ?Clone@H245_UserInputIndication_signalUpdate@@UBEPAVPObject@@XZ @5091 NONAME ?Clone@H245_UserInputIndication_signalUpdate_rtp@@UBEPAVPObject@@XZ @5092 NONAME ?Clone@H245_UserInputIndication_signal_rtp@@UBEPAVPObject@@XZ @5093 NONAME ?Clone@H245_UserInputIndication_userInputSupportIndication@@UBEPAVPObject@@XZ @5094 NONAME ?Clone@H245_V42bis@@UBEPAVPObject@@XZ @5095 NONAME ?Clone@H245_V75Capability@@UBEPAVPObject@@XZ @5096 NONAME ?Clone@H245_V75Parameters@@UBEPAVPObject@@XZ @5097 NONAME ?Clone@H245_V76Capability@@UBEPAVPObject@@XZ @5098 NONAME ?Clone@H245_V76HDLCParameters@@UBEPAVPObject@@XZ @5099 NONAME ?Clone@H245_V76LogicalChannelParameters@@UBEPAVPObject@@XZ @5100 NONAME ?Clone@H245_V76LogicalChannelParameters_mode@@UBEPAVPObject@@XZ @5101 NONAME ?Clone@H245_V76LogicalChannelParameters_mode_eRM@@UBEPAVPObject@@XZ @5102 NONAME ?Clone@H245_V76LogicalChannelParameters_mode_eRM_recovery@@UBEPAVPObject@@XZ @5103 NONAME ?Clone@H245_V76LogicalChannelParameters_suspendResume@@UBEPAVPObject@@XZ @5104 NONAME ?Clone@H245_V76ModeParameters@@UBEPAVPObject@@XZ @5105 NONAME ?Clone@H245_VBDCapability@@UBEPAVPObject@@XZ @26979 NONAME ?Clone@H245_VBDMode@@UBEPAVPObject@@XZ @26980 NONAME ?Clone@H245_VCCapability@@UBEPAVPObject@@XZ @5106 NONAME ?Clone@H245_VCCapability_aal1@@UBEPAVPObject@@XZ @5107 NONAME ?Clone@H245_VCCapability_aal1ViaGateway@@UBEPAVPObject@@XZ @17321 NONAME ?Clone@H245_VCCapability_aal5@@UBEPAVPObject@@XZ @5108 NONAME ?Clone@H245_VCCapability_availableBitRates@@UBEPAVPObject@@XZ @5109 NONAME ?Clone@H245_VCCapability_availableBitRates_type@@UBEPAVPObject@@XZ @5110 NONAME ?Clone@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBEPAVPObject@@XZ @5111 NONAME ?Clone@H245_VendorIdentification@@UBEPAVPObject@@XZ @5112 NONAME ?Clone@H245_VideoCapability@@UBEPAVPObject@@XZ @5113 NONAME ?Clone@H245_VideoIndicateCompose@@UBEPAVPObject@@XZ @5114 NONAME ?Clone@H245_VideoMode@@UBEPAVPObject@@XZ @5115 NONAME ?Clone@H248_ActionReply@@UBEPAVPObject@@XZ @22387 NONAME ?Clone@H248_ActionRequest@@UBEPAVPObject@@XZ @22388 NONAME ?Clone@H248_AmmDescriptor@@UBEPAVPObject@@XZ @22389 NONAME ?Clone@H248_AmmRequest@@UBEPAVPObject@@XZ @22390 NONAME ?Clone@H248_AmmsReply@@UBEPAVPObject@@XZ @22391 NONAME ?Clone@H248_ArrayOf_ActionReply@@UBEPAVPObject@@XZ @22392 NONAME ?Clone@H248_ArrayOf_ActionRequest@@UBEPAVPObject@@XZ @22393 NONAME ?Clone@H248_ArrayOf_AmmDescriptor@@UBEPAVPObject@@XZ @22394 NONAME ?Clone@H248_ArrayOf_CommandReply@@UBEPAVPObject@@XZ @22395 NONAME ?Clone@H248_ArrayOf_CommandRequest@@UBEPAVPObject@@XZ @22396 NONAME ?Clone@H248_ArrayOf_EventParameter@@UBEPAVPObject@@XZ @22397 NONAME ?Clone@H248_ArrayOf_IndAuditParameter@@UBEPAVPObject@@XZ @22398 NONAME ?Clone@H248_ArrayOf_IndAudPropertyParm@@UBEPAVPObject@@XZ @22399 NONAME ?Clone@H248_ArrayOf_IndAudStreamDescriptor@@UBEPAVPObject@@XZ @22400 NONAME ?Clone@H248_ArrayOf_ModemType@@UBEPAVPObject@@XZ @22401 NONAME ?Clone@H248_ArrayOf_ObservedEvent@@UBEPAVPObject@@XZ @22402 NONAME ?Clone@H248_ArrayOf_PASN_OctetString@@UBEPAVPObject@@XZ @22403 NONAME ?Clone@H248_ArrayOf_PropertyGroup@@UBEPAVPObject@@XZ @22404 NONAME ?Clone@H248_ArrayOf_PropertyParm@@UBEPAVPObject@@XZ @22405 NONAME ?Clone@H248_ArrayOf_RequestedEvent@@UBEPAVPObject@@XZ @22406 NONAME ?Clone@H248_ArrayOf_SecondRequestedEvent@@UBEPAVPObject@@XZ @22407 NONAME ?Clone@H248_ArrayOf_Signal@@UBEPAVPObject@@XZ @22408 NONAME ?Clone@H248_ArrayOf_SigParameter@@UBEPAVPObject@@XZ @22409 NONAME ?Clone@H248_ArrayOf_StreamDescriptor@@UBEPAVPObject@@XZ @22410 NONAME ?Clone@H248_ArrayOf_TerminationID@@UBEPAVPObject@@XZ @22411 NONAME ?Clone@H248_ArrayOf_TopologyRequest@@UBEPAVPObject@@XZ @22412 NONAME ?Clone@H248_ArrayOf_Transaction@@UBEPAVPObject@@XZ @22413 NONAME ?Clone@H248_ArrayOf_WildcardField@@UBEPAVPObject@@XZ @22414 NONAME ?Clone@H248_AuditDescriptor@@UBEPAVPObject@@XZ @22415 NONAME ?Clone@H248_AuditReply@@UBEPAVPObject@@XZ @22416 NONAME ?Clone@H248_AuditRequest@@UBEPAVPObject@@XZ @22417 NONAME ?Clone@H248_AuditResult@@UBEPAVPObject@@XZ @22418 NONAME ?Clone@H248_AuditReturnParameter@@UBEPAVPObject@@XZ @22419 NONAME ?Clone@H248_AuthData@@UBEPAVPObject@@XZ @22420 NONAME ?Clone@H248_AuthenticationHeader@@UBEPAVPObject@@XZ @22421 NONAME ?Clone@H248_Command@@UBEPAVPObject@@XZ @22422 NONAME ?Clone@H248_CommandReply@@UBEPAVPObject@@XZ @22423 NONAME ?Clone@H248_CommandRequest@@UBEPAVPObject@@XZ @22424 NONAME ?Clone@H248_ContextAttrAuditRequest@@UBEPAVPObject@@XZ @22425 NONAME ?Clone@H248_ContextID@@UBEPAVPObject@@XZ @22426 NONAME ?Clone@H248_ContextRequest@@UBEPAVPObject@@XZ @22427 NONAME ?Clone@H248_DigitMapDescriptor@@UBEPAVPObject@@XZ @22428 NONAME ?Clone@H248_DigitMapName@@UBEPAVPObject@@XZ @22429 NONAME ?Clone@H248_DigitMapValue@@UBEPAVPObject@@XZ @22430 NONAME ?Clone@H248_DomainName@@UBEPAVPObject@@XZ @22431 NONAME ?Clone@H248_ErrorCode@@UBEPAVPObject@@XZ @22432 NONAME ?Clone@H248_ErrorDescriptor@@UBEPAVPObject@@XZ @22433 NONAME ?Clone@H248_ErrorText@@UBEPAVPObject@@XZ @22434 NONAME ?Clone@H248_EventBufferControl@@UBEPAVPObject@@XZ @22435 NONAME ?Clone@H248_EventBufferDescriptor@@UBEPAVPObject@@XZ @22436 NONAME ?Clone@H248_EventDM@@UBEPAVPObject@@XZ @22437 NONAME ?Clone@H248_EventName@@UBEPAVPObject@@XZ @22438 NONAME ?Clone@H248_EventParameter@@UBEPAVPObject@@XZ @22439 NONAME ?Clone@H248_EventParameter_extraInfo@@UBEPAVPObject@@XZ @22440 NONAME ?Clone@H248_EventsDescriptor@@UBEPAVPObject@@XZ @22441 NONAME ?Clone@H248_EventSpec@@UBEPAVPObject@@XZ @22442 NONAME ?Clone@H248_H221NonStandard@@UBEPAVPObject@@XZ @22443 NONAME ?Clone@H248_IndAudDigitMapDescriptor@@UBEPAVPObject@@XZ @22444 NONAME ?Clone@H248_IndAudEventBufferDescriptor@@UBEPAVPObject@@XZ @22445 NONAME ?Clone@H248_IndAudEventsDescriptor@@UBEPAVPObject@@XZ @22446 NONAME ?Clone@H248_IndAuditParameter@@UBEPAVPObject@@XZ @22447 NONAME ?Clone@H248_IndAudLocalControlDescriptor@@UBEPAVPObject@@XZ @22448 NONAME ?Clone@H248_IndAudLocalRemoteDescriptor@@UBEPAVPObject@@XZ @22449 NONAME ?Clone@H248_IndAudMediaDescriptor@@UBEPAVPObject@@XZ @22450 NONAME ?Clone@H248_IndAudMediaDescriptor_streams@@UBEPAVPObject@@XZ @22451 NONAME ?Clone@H248_IndAudPackagesDescriptor@@UBEPAVPObject@@XZ @22452 NONAME ?Clone@H248_IndAudPropertyGroup@@UBEPAVPObject@@XZ @22453 NONAME ?Clone@H248_IndAudPropertyParm@@UBEPAVPObject@@XZ @22454 NONAME ?Clone@H248_IndAudSeqSigList@@UBEPAVPObject@@XZ @22455 NONAME ?Clone@H248_IndAudSignal@@UBEPAVPObject@@XZ @22456 NONAME ?Clone@H248_IndAudSignalsDescriptor@@UBEPAVPObject@@XZ @22457 NONAME ?Clone@H248_IndAudStatisticsDescriptor@@UBEPAVPObject@@XZ @22458 NONAME ?Clone@H248_IndAudStreamDescriptor@@UBEPAVPObject@@XZ @22459 NONAME ?Clone@H248_IndAudStreamParms@@UBEPAVPObject@@XZ @22460 NONAME ?Clone@H248_IndAudTerminationStateDescriptor@@UBEPAVPObject@@XZ @22461 NONAME ?Clone@H248_IP4Address@@UBEPAVPObject@@XZ @22462 NONAME ?Clone@H248_IP6Address@@UBEPAVPObject@@XZ @22463 NONAME ?Clone@H248_LocalControlDescriptor@@UBEPAVPObject@@XZ @22464 NONAME ?Clone@H248_LocalRemoteDescriptor@@UBEPAVPObject@@XZ @22465 NONAME ?Clone@H248_MediaDescriptor@@UBEPAVPObject@@XZ @22466 NONAME ?Clone@H248_MediaDescriptor_streams@@UBEPAVPObject@@XZ @22467 NONAME ?Clone@H248_MegacoMessage@@UBEPAVPObject@@XZ @22468 NONAME ?Clone@H248_Message@@UBEPAVPObject@@XZ @22469 NONAME ?Clone@H248_Message_messageBody@@UBEPAVPObject@@XZ @22470 NONAME ?Clone@H248_MId@@UBEPAVPObject@@XZ @22471 NONAME ?Clone@H248_ModemDescriptor@@UBEPAVPObject@@XZ @22472 NONAME ?Clone@H248_ModemType@@UBEPAVPObject@@XZ @22473 NONAME ?Clone@H248_MuxDescriptor@@UBEPAVPObject@@XZ @22474 NONAME ?Clone@H248_MuxType@@UBEPAVPObject@@XZ @22475 NONAME ?Clone@H248_Name@@UBEPAVPObject@@XZ @22476 NONAME ?Clone@H248_NonStandardData@@UBEPAVPObject@@XZ @22477 NONAME ?Clone@H248_NonStandardIdentifier@@UBEPAVPObject@@XZ @22478 NONAME ?Clone@H248_NotifyCompletion@@UBEPAVPObject@@XZ @22479 NONAME ?Clone@H248_NotifyReply@@UBEPAVPObject@@XZ @22480 NONAME ?Clone@H248_NotifyRequest@@UBEPAVPObject@@XZ @22481 NONAME ?Clone@H248_ObservedEvent@@UBEPAVPObject@@XZ @22482 NONAME ?Clone@H248_ObservedEventsDescriptor@@UBEPAVPObject@@XZ @22483 NONAME ?Clone@H248_PackagesDescriptor@@UBEPAVPObject@@XZ @22484 NONAME ?Clone@H248_PackagesItem@@UBEPAVPObject@@XZ @22485 NONAME ?Clone@H248_PathName@@UBEPAVPObject@@XZ @22486 NONAME ?Clone@H248_PkgdName@@UBEPAVPObject@@XZ @22487 NONAME ?Clone@H248_PropertyGroup@@UBEPAVPObject@@XZ @22488 NONAME ?Clone@H248_PropertyParm@@UBEPAVPObject@@XZ @22489 NONAME ?Clone@H248_PropertyParm_extraInfo@@UBEPAVPObject@@XZ @22490 NONAME ?Clone@H248_Relation@@UBEPAVPObject@@XZ @22491 NONAME ?Clone@H248_RequestedActions@@UBEPAVPObject@@XZ @22492 NONAME ?Clone@H248_RequestedEvent@@UBEPAVPObject@@XZ @22493 NONAME ?Clone@H248_RequestID@@UBEPAVPObject@@XZ @22494 NONAME ?Clone@H248_SecondEventsDescriptor@@UBEPAVPObject@@XZ @22495 NONAME ?Clone@H248_SecondRequestedActions@@UBEPAVPObject@@XZ @22496 NONAME ?Clone@H248_SecondRequestedEvent@@UBEPAVPObject@@XZ @22497 NONAME ?Clone@H248_SecurityParmIndex@@UBEPAVPObject@@XZ @22498 NONAME ?Clone@H248_SeqSigList@@UBEPAVPObject@@XZ @22499 NONAME ?Clone@H248_SequenceNum@@UBEPAVPObject@@XZ @22500 NONAME ?Clone@H248_ServiceChangeAddress@@UBEPAVPObject@@XZ @22501 NONAME ?Clone@H248_ServiceChangeMethod@@UBEPAVPObject@@XZ @22502 NONAME ?Clone@H248_ServiceChangeParm@@UBEPAVPObject@@XZ @22503 NONAME ?Clone@H248_ServiceChangeProfile@@UBEPAVPObject@@XZ @22504 NONAME ?Clone@H248_ServiceChangeReply@@UBEPAVPObject@@XZ @22505 NONAME ?Clone@H248_ServiceChangeRequest@@UBEPAVPObject@@XZ @22506 NONAME ?Clone@H248_ServiceChangeResParm@@UBEPAVPObject@@XZ @22507 NONAME ?Clone@H248_ServiceChangeResult@@UBEPAVPObject@@XZ @22508 NONAME ?Clone@H248_ServiceState@@UBEPAVPObject@@XZ @22509 NONAME ?Clone@H248_Signal@@UBEPAVPObject@@XZ @22510 NONAME ?Clone@H248_SignalName@@UBEPAVPObject@@XZ @22511 NONAME ?Clone@H248_SignalRequest@@UBEPAVPObject@@XZ @22512 NONAME ?Clone@H248_SignalsDescriptor@@UBEPAVPObject@@XZ @22513 NONAME ?Clone@H248_SignalType@@UBEPAVPObject@@XZ @22514 NONAME ?Clone@H248_SigParameter@@UBEPAVPObject@@XZ @22515 NONAME ?Clone@H248_SigParameter_extraInfo@@UBEPAVPObject@@XZ @22516 NONAME ?Clone@H248_StatisticsDescriptor@@UBEPAVPObject@@XZ @22517 NONAME ?Clone@H248_StatisticsParameter@@UBEPAVPObject@@XZ @22518 NONAME ?Clone@H248_StreamDescriptor@@UBEPAVPObject@@XZ @22519 NONAME ?Clone@H248_StreamID@@UBEPAVPObject@@XZ @22520 NONAME ?Clone@H248_StreamMode@@UBEPAVPObject@@XZ @22521 NONAME ?Clone@H248_StreamParms@@UBEPAVPObject@@XZ @22522 NONAME ?Clone@H248_SubtractRequest@@UBEPAVPObject@@XZ @22523 NONAME ?Clone@H248_TerminationAudit@@UBEPAVPObject@@XZ @22524 NONAME ?Clone@H248_TerminationID@@UBEPAVPObject@@XZ @22525 NONAME ?Clone@H248_TerminationIDList@@UBEPAVPObject@@XZ @22526 NONAME ?Clone@H248_TerminationStateDescriptor@@UBEPAVPObject@@XZ @22527 NONAME ?Clone@H248_TimeNotation@@UBEPAVPObject@@XZ @22528 NONAME ?Clone@H248_TopologyRequest@@UBEPAVPObject@@XZ @22529 NONAME ?Clone@H248_TopologyRequest_topologyDirection@@UBEPAVPObject@@XZ @22530 NONAME ?Clone@H248_Transaction@@UBEPAVPObject@@XZ @22531 NONAME ?Clone@H248_TransactionAck@@UBEPAVPObject@@XZ @22532 NONAME ?Clone@H248_TransactionId@@UBEPAVPObject@@XZ @22533 NONAME ?Clone@H248_TransactionPending@@UBEPAVPObject@@XZ @22534 NONAME ?Clone@H248_TransactionReply@@UBEPAVPObject@@XZ @22535 NONAME ?Clone@H248_TransactionReply_transactionResult@@UBEPAVPObject@@XZ @22536 NONAME ?Clone@H248_TransactionRequest@@UBEPAVPObject@@XZ @22537 NONAME ?Clone@H248_TransactionResponseAck@@UBEPAVPObject@@XZ @22538 NONAME ?Clone@H248_Value@@UBEPAVPObject@@XZ @22539 NONAME ?Clone@H248_WildcardField@@UBEPAVPObject@@XZ @22540 NONAME ?Clone@H263PacketList@@UBEPAVPObject@@XZ @45960 NONAME ?Clone@H323ChannelNumber@@UBEPAVPObject@@XZ @5116 NONAME ?Clone@H323CodecPluginGenericAudioCapability@@UBEPAVPObject@@XZ @45424 NONAME ?Clone@H323CodecPluginNonStandardAudioCapability@@UBEPAVPObject@@XZ @39468 NONAME ?Clone@H323GSMPluginCapability@@UBEPAVPObject@@XZ @39469 NONAME ?Clone@H323PluginCapability@@UBEPAVPObject@@XZ @39471 NONAME ?Clone@H323PluginG7231Capability@@UBEPAVPObject@@XZ @39472 NONAME ?Clone@H323RasPDU@@UBEPAVPObject@@XZ @25866 NONAME ?Clone@H323TransportAddressArray@@UBEPAVPObject@@XZ @21072 NONAME ?Clone@H323_CiscoG7231aLIDCapability@@UBEPAVPObject@@XZ @21011 NONAME ?Clone@H323_G711Capability@@UBEPAVPObject@@XZ @5119 NONAME ?Clone@H323_H261Capability@@UBEPAVPObject@@XZ @5121 NONAME ?Clone@H323_LIDCapability@@UBEPAVPObject@@XZ @5122 NONAME ?Clone@H323_RFC2190_H263Capability@@UBEPAVPObject@@XZ @45961 NONAME ?Clone@H323_T120Capability@@UBEPAVPObject@@XZ @5123 NONAME ?Clone@H323_T38Capability@@UBEPAVPObject@@XZ @18853 NONAME ?Clone@H323_T38NonStandardCapability@@UBEPAVPObject@@XZ @20515 NONAME ?Clone@H323_UserInputCapability@@UBEPAVPObject@@XZ @5124 NONAME ?Clone@H45010_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @15577 NONAME ?Clone@H45010_CfbOvrOptArg@@UBEPAVPObject@@XZ @15578 NONAME ?Clone@H45010_CoReqOptArg@@UBEPAVPObject@@XZ @15579 NONAME ?Clone@H45010_H323CallOfferOperations@@UBEPAVPObject@@XZ @15580 NONAME ?Clone@H45010_RUAlertOptArg@@UBEPAVPObject@@XZ @15581 NONAME ?Clone@H45011_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @15582 NONAME ?Clone@H45011_CallIntrusionErrors@@UBEPAVPObject@@XZ @15583 NONAME ?Clone@H45011_CICapabilityLevel@@UBEPAVPObject@@XZ @15584 NONAME ?Clone@H45011_CIFrcRelArg@@UBEPAVPObject@@XZ @15585 NONAME ?Clone@H45011_CIFrcRelOptRes@@UBEPAVPObject@@XZ @15586 NONAME ?Clone@H45011_CIGetCIPLOptArg@@UBEPAVPObject@@XZ @15587 NONAME ?Clone@H45011_CIGetCIPLRes@@UBEPAVPObject@@XZ @15588 NONAME ?Clone@H45011_CIIsOptArg@@UBEPAVPObject@@XZ @15589 NONAME ?Clone@H45011_CIIsOptRes@@UBEPAVPObject@@XZ @15590 NONAME ?Clone@H45011_CINotificationArg@@UBEPAVPObject@@XZ @15591 NONAME ?Clone@H45011_CIProtectionLevel@@UBEPAVPObject@@XZ @15592 NONAME ?Clone@H45011_CIRequestArg@@UBEPAVPObject@@XZ @15593 NONAME ?Clone@H45011_CIRequestRes@@UBEPAVPObject@@XZ @15594 NONAME ?Clone@H45011_CISilentArg@@UBEPAVPObject@@XZ @15595 NONAME ?Clone@H45011_CISilentOptRes@@UBEPAVPObject@@XZ @15596 NONAME ?Clone@H45011_CIStatusInformation@@UBEPAVPObject@@XZ @15597 NONAME ?Clone@H45011_CIWobOptArg@@UBEPAVPObject@@XZ @15598 NONAME ?Clone@H45011_CIWobOptRes@@UBEPAVPObject@@XZ @15599 NONAME ?Clone@H45011_H323CallIntrusionOperations@@UBEPAVPObject@@XZ @15600 NONAME ?Clone@H4501_Address@@UBEPAVPObject@@XZ @14451 NONAME ?Clone@H4501_AddressInformation@@UBEPAVPObject@@XZ @14452 NONAME ?Clone@H4501_AddressScreened@@UBEPAVPObject@@XZ @14453 NONAME ?Clone@H4501_ArrayOf_AliasAddress@@UBEPAVPObject@@XZ @14454 NONAME ?Clone@H4501_ArrayOf_ROS@@UBEPAVPObject@@XZ @14455 NONAME ?Clone@H4501_EndpointAddress@@UBEPAVPObject@@XZ @14456 NONAME ?Clone@H4501_EntityType@@UBEPAVPObject@@XZ @14457 NONAME ?Clone@H4501_Extension@@UBEPAVPObject@@XZ @14458 NONAME ?Clone@H4501_GeneralErrorList@@UBEPAVPObject@@XZ @14459 NONAME ?Clone@H4501_H225InformationElement@@UBEPAVPObject@@XZ @14460 NONAME ?Clone@H4501_InterpretationApdu@@UBEPAVPObject@@XZ @14461 NONAME ?Clone@H4501_InvokeIDs@@UBEPAVPObject@@XZ @14462 NONAME ?Clone@H4501_InvokeIdSet@@UBEPAVPObject@@XZ @14463 NONAME ?Clone@H4501_NetworkFacilityExtension@@UBEPAVPObject@@XZ @14464 NONAME ?Clone@H4501_NSAPSubaddress@@UBEPAVPObject@@XZ @14465 NONAME ?Clone@H4501_NumberScreened@@UBEPAVPObject@@XZ @14466 NONAME ?Clone@H4501_PartySubaddress@@UBEPAVPObject@@XZ @14467 NONAME ?Clone@H4501_PresentationAllowedIndicator@@UBEPAVPObject@@XZ @14468 NONAME ?Clone@H4501_PresentedAddressScreened@@UBEPAVPObject@@XZ @14469 NONAME ?Clone@H4501_PresentedAddressUnscreened@@UBEPAVPObject@@XZ @14470 NONAME ?Clone@H4501_PresentedNumberScreened@@UBEPAVPObject@@XZ @14471 NONAME ?Clone@H4501_PresentedNumberUnscreened@@UBEPAVPObject@@XZ @14472 NONAME ?Clone@H4501_ScreeningIndicator@@UBEPAVPObject@@XZ @14473 NONAME ?Clone@H4501_ServiceApdus@@UBEPAVPObject@@XZ @14474 NONAME ?Clone@H4501_SubaddressInformation@@UBEPAVPObject@@XZ @14475 NONAME ?Clone@H4501_SupplementaryService@@UBEPAVPObject@@XZ @14476 NONAME ?Clone@H4501_UserSpecifiedSubaddress@@UBEPAVPObject@@XZ @14477 NONAME ?Clone@H4502_CallIdentity@@UBEPAVPObject@@XZ @14478 NONAME ?Clone@H4502_CallStatus@@UBEPAVPObject@@XZ @14479 NONAME ?Clone@H4502_CallTransferErrors@@UBEPAVPObject@@XZ @14480 NONAME ?Clone@H4502_CallTransferOperation@@UBEPAVPObject@@XZ @14481 NONAME ?Clone@H4502_CTActiveArg@@UBEPAVPObject@@XZ @14482 NONAME ?Clone@H4502_CTActiveArg_argumentExtension@@UBEPAVPObject@@XZ @14483 NONAME ?Clone@H4502_CTCompleteArg@@UBEPAVPObject@@XZ @14484 NONAME ?Clone@H4502_CTCompleteArg_argumentExtension@@UBEPAVPObject@@XZ @14485 NONAME ?Clone@H4502_CTIdentifyRes@@UBEPAVPObject@@XZ @14486 NONAME ?Clone@H4502_CTIdentifyRes_resultExtension@@UBEPAVPObject@@XZ @14487 NONAME ?Clone@H4502_CTInitiateArg@@UBEPAVPObject@@XZ @14488 NONAME ?Clone@H4502_CTInitiateArg_argumentExtension@@UBEPAVPObject@@XZ @14489 NONAME ?Clone@H4502_CTSetupArg@@UBEPAVPObject@@XZ @14490 NONAME ?Clone@H4502_CTSetupArg_argumentExtension@@UBEPAVPObject@@XZ @14491 NONAME ?Clone@H4502_CTUpdateArg@@UBEPAVPObject@@XZ @14492 NONAME ?Clone@H4502_CTUpdateArg_argumentExtension@@UBEPAVPObject@@XZ @14493 NONAME ?Clone@H4502_DummyArg@@UBEPAVPObject@@XZ @14494 NONAME ?Clone@H4502_DummyRes@@UBEPAVPObject@@XZ @14495 NONAME ?Clone@H4502_EndDesignation@@UBEPAVPObject@@XZ @14496 NONAME ?Clone@H4502_ExtensionSeq@@UBEPAVPObject@@XZ @14497 NONAME ?Clone@H4502_SubaddressTransferArg@@UBEPAVPObject@@XZ @14498 NONAME ?Clone@H4502_SubaddressTransferArg_argumentExtension@@UBEPAVPObject@@XZ @14499 NONAME ?Clone@H4503_BasicService@@UBEPAVPObject@@XZ @15152 NONAME ?Clone@H4503_CallDiversionErrors@@UBEPAVPObject@@XZ @15153 NONAME ?Clone@H4503_DiversionReason@@UBEPAVPObject@@XZ @15154 NONAME ?Clone@H4503_ExtensionSeq@@UBEPAVPObject@@XZ @15155 NONAME ?Clone@H4503_H323CallDiversionOperations@@UBEPAVPObject@@XZ @15156 NONAME ?Clone@H4503_IntResult@@UBEPAVPObject@@XZ @15157 NONAME ?Clone@H4503_IntResultList@@UBEPAVPObject@@XZ @15158 NONAME ?Clone@H4503_IntResult_extension@@UBEPAVPObject@@XZ @15159 NONAME ?Clone@H4503_Procedure@@UBEPAVPObject@@XZ @15160 NONAME ?Clone@H4503_SubscriptionOption@@UBEPAVPObject@@XZ @15161 NONAME ?Clone@H4504_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @15003 NONAME ?Clone@H4504_CallHoldOperation@@UBEPAVPObject@@XZ @15004 NONAME ?Clone@H4504_Extension@@UBEPAVPObject@@XZ @15005 NONAME ?Clone@H4504_HoldNotificArg@@UBEPAVPObject@@XZ @15006 NONAME ?Clone@H4504_MixedExtension@@UBEPAVPObject@@XZ @15007 NONAME ?Clone@H4504_RemoteHoldArg@@UBEPAVPObject@@XZ @15008 NONAME ?Clone@H4504_RemoteHoldRes@@UBEPAVPObject@@XZ @15009 NONAME ?Clone@H4504_RemoteRetrieveArg@@UBEPAVPObject@@XZ @15010 NONAME ?Clone@H4504_RemoteRetrieveRes@@UBEPAVPObject@@XZ @15011 NONAME ?Clone@H4504_RetrieveNotificArg@@UBEPAVPObject@@XZ @15012 NONAME ?Clone@H4505_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @15601 NONAME ?Clone@H4505_CallParkPickupOperations@@UBEPAVPObject@@XZ @15602 NONAME ?Clone@H4505_CallPickupErrors@@UBEPAVPObject@@XZ @15603 NONAME ?Clone@H4505_CallType@@UBEPAVPObject@@XZ @15604 NONAME ?Clone@H4505_CpickupNotifyArg@@UBEPAVPObject@@XZ @15605 NONAME ?Clone@H4505_CpNotifyArg@@UBEPAVPObject@@XZ @15606 NONAME ?Clone@H4505_CpRequestArg@@UBEPAVPObject@@XZ @15607 NONAME ?Clone@H4505_CpRequestRes@@UBEPAVPObject@@XZ @15608 NONAME ?Clone@H4505_CpSetupArg@@UBEPAVPObject@@XZ @15609 NONAME ?Clone@H4505_CpSetupRes@@UBEPAVPObject@@XZ @15610 NONAME ?Clone@H4505_GroupIndicationOffArg@@UBEPAVPObject@@XZ @15611 NONAME ?Clone@H4505_GroupIndicationOffRes@@UBEPAVPObject@@XZ @15612 NONAME ?Clone@H4505_GroupIndicationOnArg@@UBEPAVPObject@@XZ @15613 NONAME ?Clone@H4505_GroupIndicationOnRes@@UBEPAVPObject@@XZ @15614 NONAME ?Clone@H4505_ParkCondition@@UBEPAVPObject@@XZ @15615 NONAME ?Clone@H4505_ParkedToPosition@@UBEPAVPObject@@XZ @15616 NONAME ?Clone@H4505_PickExeArg@@UBEPAVPObject@@XZ @15617 NONAME ?Clone@H4505_PickExeRes@@UBEPAVPObject@@XZ @15618 NONAME ?Clone@H4505_PickrequArg@@UBEPAVPObject@@XZ @15619 NONAME ?Clone@H4505_PickrequRes@@UBEPAVPObject@@XZ @15620 NONAME ?Clone@H4505_PickupArg@@UBEPAVPObject@@XZ @15621 NONAME ?Clone@H4505_PickupRes@@UBEPAVPObject@@XZ @15622 NONAME ?Clone@H4506_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @15623 NONAME ?Clone@H4506_CallWaitingArg@@UBEPAVPObject@@XZ @15624 NONAME ?Clone@H4506_CallWaitingOperations@@UBEPAVPObject@@XZ @15625 NONAME ?Clone@H4507_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @15626 NONAME ?Clone@H4507_BasicService@@UBEPAVPObject@@XZ @15627 NONAME ?Clone@H4507_DummyRes@@UBEPAVPObject@@XZ @15628 NONAME ?Clone@H4507_H323_MWI_Operations@@UBEPAVPObject@@XZ @15629 NONAME ?Clone@H4507_MessageWaitingIndicationErrors@@UBEPAVPObject@@XZ @15630 NONAME ?Clone@H4507_MsgCentreId@@UBEPAVPObject@@XZ @15631 NONAME ?Clone@H4507_MWIActivateArg@@UBEPAVPObject@@XZ @15632 NONAME ?Clone@H4507_MWIDeactivateArg@@UBEPAVPObject@@XZ @15633 NONAME ?Clone@H4507_MWIInterrogateArg@@UBEPAVPObject@@XZ @15634 NONAME ?Clone@H4507_MWIInterrogateRes@@UBEPAVPObject@@XZ @15635 NONAME ?Clone@H4507_MWIInterrogateResElt@@UBEPAVPObject@@XZ @15636 NONAME ?Clone@H4507_NbOfMessages@@UBEPAVPObject@@XZ @15637 NONAME ?Clone@H4507_TimeStamp@@UBEPAVPObject@@XZ @15638 NONAME ?Clone@H4508_ExtendedName@@UBEPAVPObject@@XZ @15639 NONAME ?Clone@H4508_Name@@UBEPAVPObject@@XZ @15640 NONAME ?Clone@H4508_NameOperations@@UBEPAVPObject@@XZ @15641 NONAME ?Clone@H4508_NamePresentationAllowed@@UBEPAVPObject@@XZ @15642 NONAME ?Clone@H4508_NamePresentationRestricted@@UBEPAVPObject@@XZ @15643 NONAME ?Clone@H4508_SimpleName@@UBEPAVPObject@@XZ @15644 NONAME ?Clone@H4509_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @15645 NONAME ?Clone@H4509_CallCompletionErrors@@UBEPAVPObject@@XZ @15646 NONAME ?Clone@H4509_CcArg@@UBEPAVPObject@@XZ @15647 NONAME ?Clone@H4509_CcLongArg@@UBEPAVPObject@@XZ @15648 NONAME ?Clone@H4509_CcRequestArg@@UBEPAVPObject@@XZ @15649 NONAME ?Clone@H4509_CcRequestRes@@UBEPAVPObject@@XZ @15650 NONAME ?Clone@H4509_CcShortArg@@UBEPAVPObject@@XZ @15651 NONAME ?Clone@H4509_H323CallCompletionOperations@@UBEPAVPObject@@XZ @15652 NONAME ?Clone@H501PDU@@UBEPAVPObject@@XZ @25867 NONAME ?Clone@H501_AccessConfirmation@@UBEPAVPObject@@XZ @24602 NONAME ?Clone@H501_AccessRejection@@UBEPAVPObject@@XZ @24603 NONAME ?Clone@H501_AccessRejectionReason@@UBEPAVPObject@@XZ @24604 NONAME ?Clone@H501_AccessRequest@@UBEPAVPObject@@XZ @24605 NONAME ?Clone@H501_AccessToken@@UBEPAVPObject@@XZ @24606 NONAME ?Clone@H501_AddressTemplate@@UBEPAVPObject@@XZ @24607 NONAME ?Clone@H501_AlternatePE@@UBEPAVPObject@@XZ @24608 NONAME ?Clone@H501_AlternatePEInfo@@UBEPAVPObject@@XZ @24609 NONAME ?Clone@H501_ApplicationMessage@@UBEPAVPObject@@XZ @24610 NONAME ?Clone@H501_ArrayOf_AccessToken@@UBEPAVPObject@@XZ @24611 NONAME ?Clone@H501_ArrayOf_AddressTemplate@@UBEPAVPObject@@XZ @24612 NONAME ?Clone@H501_ArrayOf_AliasAddress@@UBEPAVPObject@@XZ @24613 NONAME ?Clone@H501_ArrayOf_AlternatePE@@UBEPAVPObject@@XZ @24614 NONAME ?Clone@H501_ArrayOf_CircuitIdentifier@@UBEPAVPObject@@XZ @24615 NONAME ?Clone@H501_ArrayOf_ClearToken@@UBEPAVPObject@@XZ @24616 NONAME ?Clone@H501_ArrayOf_ContactInformation@@UBEPAVPObject@@XZ @24617 NONAME ?Clone@H501_ArrayOf_CryptoH323Token@@UBEPAVPObject@@XZ @24618 NONAME ?Clone@H501_ArrayOf_Descriptor@@UBEPAVPObject@@XZ @24619 NONAME ?Clone@H501_ArrayOf_DescriptorInfo@@UBEPAVPObject@@XZ @24621 NONAME ?Clone@H501_ArrayOf_GenericData@@UBEPAVPObject@@XZ @24622 NONAME ?Clone@H501_ArrayOf_GloballyUniqueID@@UBEPAVPObject@@XZ @25530 NONAME ?Clone@H501_ArrayOf_NonStandardParameter@@UBEPAVPObject@@XZ @24623 NONAME ?Clone@H501_ArrayOf_PASN_ObjectId@@UBEPAVPObject@@XZ @24624 NONAME ?Clone@H501_ArrayOf_Pattern@@UBEPAVPObject@@XZ @24625 NONAME ?Clone@H501_ArrayOf_PriceElement@@UBEPAVPObject@@XZ @24626 NONAME ?Clone@H501_ArrayOf_PriceInfoSpec@@UBEPAVPObject@@XZ @24627 NONAME ?Clone@H501_ArrayOf_RouteInformation@@UBEPAVPObject@@XZ @24628 NONAME ?Clone@H501_ArrayOf_SecurityMode@@UBEPAVPObject@@XZ @24629 NONAME ?Clone@H501_ArrayOf_ServiceControlSession@@UBEPAVPObject@@XZ @24630 NONAME ?Clone@H501_ArrayOf_SupportedProtocols@@UBEPAVPObject@@XZ @24631 NONAME ?Clone@H501_ArrayOf_TransportAddress@@UBEPAVPObject@@XZ @24632 NONAME ?Clone@H501_ArrayOf_UpdateInformation@@UBEPAVPObject@@XZ @24633 NONAME ?Clone@H501_ArrayOf_UsageField@@UBEPAVPObject@@XZ @24634 NONAME ?Clone@H501_AuthenticationConfirmation@@UBEPAVPObject@@XZ @24635 NONAME ?Clone@H501_AuthenticationRejection@@UBEPAVPObject@@XZ @24636 NONAME ?Clone@H501_AuthenticationRejectionReason@@UBEPAVPObject@@XZ @24637 NONAME ?Clone@H501_AuthenticationRequest@@UBEPAVPObject@@XZ @24638 NONAME ?Clone@H501_CallInformation@@UBEPAVPObject@@XZ @24639 NONAME ?Clone@H501_ContactInformation@@UBEPAVPObject@@XZ @24640 NONAME ?Clone@H501_Descriptor@@UBEPAVPObject@@XZ @24641 NONAME ?Clone@H501_DescriptorConfirmation@@UBEPAVPObject@@XZ @24642 NONAME ?Clone@H501_DescriptorIDConfirmation@@UBEPAVPObject@@XZ @24644 NONAME ?Clone@H501_DescriptorIDRejection@@UBEPAVPObject@@XZ @24645 NONAME ?Clone@H501_DescriptorIDRejectionReason@@UBEPAVPObject@@XZ @24646 NONAME ?Clone@H501_DescriptorIDRequest@@UBEPAVPObject@@XZ @24647 NONAME ?Clone@H501_DescriptorInfo@@UBEPAVPObject@@XZ @24648 NONAME ?Clone@H501_DescriptorRejection@@UBEPAVPObject@@XZ @24649 NONAME ?Clone@H501_DescriptorRejectionReason@@UBEPAVPObject@@XZ @24650 NONAME ?Clone@H501_DescriptorRequest@@UBEPAVPObject@@XZ @24651 NONAME ?Clone@H501_DescriptorUpdate@@UBEPAVPObject@@XZ @24652 NONAME ?Clone@H501_DescriptorUpdateAck@@UBEPAVPObject@@XZ @24653 NONAME ?Clone@H501_ElementIdentifier@@UBEPAVPObject@@XZ @24654 NONAME ?Clone@H501_GlobalTimeStamp@@UBEPAVPObject@@XZ @24655 NONAME ?Clone@H501_Message@@UBEPAVPObject@@XZ @24656 NONAME ?Clone@H501_MessageBody@@UBEPAVPObject@@XZ @24657 NONAME ?Clone@H501_MessageCommonInfo@@UBEPAVPObject@@XZ @24658 NONAME ?Clone@H501_NonStandardConfirmation@@UBEPAVPObject@@XZ @24659 NONAME ?Clone@H501_NonStandardRejection@@UBEPAVPObject@@XZ @24660 NONAME ?Clone@H501_NonStandardRejectionReason@@UBEPAVPObject@@XZ @24661 NONAME ?Clone@H501_NonStandardRequest@@UBEPAVPObject@@XZ @24662 NONAME ?Clone@H501_PartyInformation@@UBEPAVPObject@@XZ @24663 NONAME ?Clone@H501_Pattern@@UBEPAVPObject@@XZ @24664 NONAME ?Clone@H501_Pattern_range@@UBEPAVPObject@@XZ @24665 NONAME ?Clone@H501_PriceElement@@UBEPAVPObject@@XZ @24666 NONAME ?Clone@H501_PriceElement_units@@UBEPAVPObject@@XZ @24667 NONAME ?Clone@H501_PriceInfoSpec@@UBEPAVPObject@@XZ @24668 NONAME ?Clone@H501_ProtocolVersion@@UBEPAVPObject@@XZ @24669 NONAME ?Clone@H501_RequestInProgress@@UBEPAVPObject@@XZ @24670 NONAME ?Clone@H501_Role@@UBEPAVPObject@@XZ @24671 NONAME ?Clone@H501_RouteInformation@@UBEPAVPObject@@XZ @24672 NONAME ?Clone@H501_RouteInformation_messageType@@UBEPAVPObject@@XZ @24673 NONAME ?Clone@H501_SecurityMode@@UBEPAVPObject@@XZ @24674 NONAME ?Clone@H501_ServiceConfirmation@@UBEPAVPObject@@XZ @24675 NONAME ?Clone@H501_ServiceRejection@@UBEPAVPObject@@XZ @24677 NONAME ?Clone@H501_ServiceRejectionReason@@UBEPAVPObject@@XZ @24678 NONAME ?Clone@H501_ServiceRelease@@UBEPAVPObject@@XZ @24679 NONAME ?Clone@H501_ServiceReleaseReason@@UBEPAVPObject@@XZ @24680 NONAME ?Clone@H501_ServiceRequest@@UBEPAVPObject@@XZ @24681 NONAME ?Clone@H501_TerminationCause@@UBEPAVPObject@@XZ @24682 NONAME ?Clone@H501_TimeZone@@UBEPAVPObject@@XZ @24683 NONAME ?Clone@H501_UnknownMessageReason@@UBEPAVPObject@@XZ @24684 NONAME ?Clone@H501_UnknownMessageResponse@@UBEPAVPObject@@XZ @24685 NONAME ?Clone@H501_UpdateInformation@@UBEPAVPObject@@XZ @24686 NONAME ?Clone@H501_UpdateInformation_descriptorInfo@@UBEPAVPObject@@XZ @24687 NONAME ?Clone@H501_UpdateInformation_updateType@@UBEPAVPObject@@XZ @24688 NONAME ?Clone@H501_UsageCallStatus@@UBEPAVPObject@@XZ @24689 NONAME ?Clone@H501_UsageConfirmation@@UBEPAVPObject@@XZ @24690 NONAME ?Clone@H501_UsageField@@UBEPAVPObject@@XZ @24691 NONAME ?Clone@H501_UsageIndication@@UBEPAVPObject@@XZ @24692 NONAME ?Clone@H501_UsageIndicationConfirmation@@UBEPAVPObject@@XZ @24693 NONAME ?Clone@H501_UsageIndicationRejection@@UBEPAVPObject@@XZ @24694 NONAME ?Clone@H501_UsageIndicationRejectionReason@@UBEPAVPObject@@XZ @24695 NONAME ?Clone@H501_UsageRejection@@UBEPAVPObject@@XZ @24696 NONAME ?Clone@H501_UsageRejectReason@@UBEPAVPObject@@XZ @24697 NONAME ?Clone@H501_UsageRequest@@UBEPAVPObject@@XZ @24698 NONAME ?Clone@H501_UsageSpecification@@UBEPAVPObject@@XZ @24699 NONAME ?Clone@H501_UsageSpecification_when@@UBEPAVPObject@@XZ @24700 NONAME ?Clone@H501_UserInformation@@UBEPAVPObject@@XZ @24701 NONAME ?Clone@H501_ValidationConfirmation@@UBEPAVPObject@@XZ @24702 NONAME ?Clone@H501_ValidationRejection@@UBEPAVPObject@@XZ @24703 NONAME ?Clone@H501_ValidationRejectionReason@@UBEPAVPObject@@XZ @24704 NONAME ?Clone@H501_ValidationRequest@@UBEPAVPObject@@XZ @24705 NONAME ?Clone@MCS_ArrayOf_ChannelAttributes@@UBEPAVPObject@@XZ @5171 NONAME ?Clone@MCS_ArrayOf_ChannelId@@UBEPAVPObject@@XZ @5172 NONAME ?Clone@MCS_ArrayOf_TokenAttributes@@UBEPAVPObject@@XZ @5173 NONAME ?Clone@MCS_ArrayOf_TokenId@@UBEPAVPObject@@XZ @5174 NONAME ?Clone@MCS_ArrayOf_UserId@@UBEPAVPObject@@XZ @5175 NONAME ?Clone@MCS_AssignedChannelId@@UBEPAVPObject@@XZ @5176 NONAME ?Clone@MCS_AUcf@@UBEPAVPObject@@XZ @5177 NONAME ?Clone@MCS_AUrq@@UBEPAVPObject@@XZ @5178 NONAME ?Clone@MCS_CAin@@UBEPAVPObject@@XZ @5179 NONAME ?Clone@MCS_CArq@@UBEPAVPObject@@XZ @5180 NONAME ?Clone@MCS_CCcf@@UBEPAVPObject@@XZ @5181 NONAME ?Clone@MCS_CCrq@@UBEPAVPObject@@XZ @5182 NONAME ?Clone@MCS_CDin@@UBEPAVPObject@@XZ @5183 NONAME ?Clone@MCS_CDrq@@UBEPAVPObject@@XZ @5184 NONAME ?Clone@MCS_CEin@@UBEPAVPObject@@XZ @5185 NONAME ?Clone@MCS_CErq@@UBEPAVPObject@@XZ @5186 NONAME ?Clone@MCS_ChannelAttributes@@UBEPAVPObject@@XZ @5187 NONAME ?Clone@MCS_ChannelAttributes_assigned@@UBEPAVPObject@@XZ @5188 NONAME ?Clone@MCS_ChannelAttributes_private@@UBEPAVPObject@@XZ @5189 NONAME ?Clone@MCS_ChannelAttributes_static@@UBEPAVPObject@@XZ @5190 NONAME ?Clone@MCS_ChannelAttributes_userId@@UBEPAVPObject@@XZ @5191 NONAME ?Clone@MCS_ChannelId@@UBEPAVPObject@@XZ @5192 NONAME ?Clone@MCS_CJcf@@UBEPAVPObject@@XZ @5193 NONAME ?Clone@MCS_CJrq@@UBEPAVPObject@@XZ @5194 NONAME ?Clone@MCS_CLrq@@UBEPAVPObject@@XZ @5195 NONAME ?Clone@MCS_ConnectMCSPDU@@UBEPAVPObject@@XZ @5196 NONAME ?Clone@MCS_Connect_Additional@@UBEPAVPObject@@XZ @5197 NONAME ?Clone@MCS_Connect_Initial@@UBEPAVPObject@@XZ @5198 NONAME ?Clone@MCS_Connect_Response@@UBEPAVPObject@@XZ @5199 NONAME ?Clone@MCS_Connect_Result@@UBEPAVPObject@@XZ @5200 NONAME ?Clone@MCS_DataPriority@@UBEPAVPObject@@XZ @5201 NONAME ?Clone@MCS_Diagnostic@@UBEPAVPObject@@XZ @5202 NONAME ?Clone@MCS_DomainMCSPDU@@UBEPAVPObject@@XZ @5203 NONAME ?Clone@MCS_DomainParameters@@UBEPAVPObject@@XZ @5204 NONAME ?Clone@MCS_DPum@@UBEPAVPObject@@XZ @5205 NONAME ?Clone@MCS_DUin@@UBEPAVPObject@@XZ @5206 NONAME ?Clone@MCS_DUrq@@UBEPAVPObject@@XZ @5207 NONAME ?Clone@MCS_DynamicChannelId@@UBEPAVPObject@@XZ @5208 NONAME ?Clone@MCS_EDrq@@UBEPAVPObject@@XZ @5209 NONAME ?Clone@MCS_MCcf@@UBEPAVPObject@@XZ @5210 NONAME ?Clone@MCS_MCrq@@UBEPAVPObject@@XZ @5211 NONAME ?Clone@MCS_MTcf@@UBEPAVPObject@@XZ @5212 NONAME ?Clone@MCS_MTrq@@UBEPAVPObject@@XZ @5213 NONAME ?Clone@MCS_PCin@@UBEPAVPObject@@XZ @5214 NONAME ?Clone@MCS_PDin@@UBEPAVPObject@@XZ @5215 NONAME ?Clone@MCS_PrivateChannelId@@UBEPAVPObject@@XZ @5216 NONAME ?Clone@MCS_PTin@@UBEPAVPObject@@XZ @5217 NONAME ?Clone@MCS_Reason@@UBEPAVPObject@@XZ @5218 NONAME ?Clone@MCS_Result@@UBEPAVPObject@@XZ @5219 NONAME ?Clone@MCS_RJum@@UBEPAVPObject@@XZ @5220 NONAME ?Clone@MCS_SDin@@UBEPAVPObject@@XZ @5221 NONAME ?Clone@MCS_SDrq@@UBEPAVPObject@@XZ @5222 NONAME ?Clone@MCS_Segmentation@@UBEPAVPObject@@XZ @5223 NONAME ?Clone@MCS_StaticChannelId@@UBEPAVPObject@@XZ @5224 NONAME ?Clone@MCS_TGcf@@UBEPAVPObject@@XZ @5225 NONAME ?Clone@MCS_TGrq@@UBEPAVPObject@@XZ @5226 NONAME ?Clone@MCS_TIcf@@UBEPAVPObject@@XZ @5227 NONAME ?Clone@MCS_TIrq@@UBEPAVPObject@@XZ @5228 NONAME ?Clone@MCS_TokenAttributes@@UBEPAVPObject@@XZ @5229 NONAME ?Clone@MCS_TokenAttributes_given@@UBEPAVPObject@@XZ @5230 NONAME ?Clone@MCS_TokenAttributes_giving@@UBEPAVPObject@@XZ @5231 NONAME ?Clone@MCS_TokenAttributes_grabbed@@UBEPAVPObject@@XZ @5232 NONAME ?Clone@MCS_TokenAttributes_inhibited@@UBEPAVPObject@@XZ @5233 NONAME ?Clone@MCS_TokenAttributes_ungivable@@UBEPAVPObject@@XZ @5234 NONAME ?Clone@MCS_TokenId@@UBEPAVPObject@@XZ @5235 NONAME ?Clone@MCS_TokenStatus@@UBEPAVPObject@@XZ @5236 NONAME ?Clone@MCS_TPin@@UBEPAVPObject@@XZ @5237 NONAME ?Clone@MCS_TPrq@@UBEPAVPObject@@XZ @5238 NONAME ?Clone@MCS_TRcf@@UBEPAVPObject@@XZ @5239 NONAME ?Clone@MCS_TRrq@@UBEPAVPObject@@XZ @5240 NONAME ?Clone@MCS_TTcf@@UBEPAVPObject@@XZ @5241 NONAME ?Clone@MCS_TTrq@@UBEPAVPObject@@XZ @5242 NONAME ?Clone@MCS_TVcf@@UBEPAVPObject@@XZ @5243 NONAME ?Clone@MCS_TVin@@UBEPAVPObject@@XZ @5244 NONAME ?Clone@MCS_TVrq@@UBEPAVPObject@@XZ @5245 NONAME ?Clone@MCS_TVrs@@UBEPAVPObject@@XZ @5246 NONAME ?Clone@MCS_UserId@@UBEPAVPObject@@XZ @5247 NONAME ?Clone@MCS_USin@@UBEPAVPObject@@XZ @5248 NONAME ?Clone@MCS_USrq@@UBEPAVPObject@@XZ @5249 NONAME ?Clone@MXRecordList@PDNS@@UBEPAVPObject@@XZ @44980 NONAME ?Clone@OpalGloballyUniqueID@@UBEPAVPObject@@XZ @13847 NONAME ?Clone@SRVRecordList@PDNS@@UBEPAVPObject@@XZ @44981 NONAME ?Clone@T38_ArrayOf_PASN_OctetString@@UBEPAVPObject@@XZ @18854 NONAME ?Clone@T38_Data_Field@@UBEPAVPObject@@XZ @18855 NONAME ?Clone@T38_Data_Field_subtype@@UBEPAVPObject@@XZ @18856 NONAME ?Clone@T38_Data_Field_subtype_field_type@@UBEPAVPObject@@XZ @18857 NONAME ?Clone@T38_IFPPacket@@UBEPAVPObject@@XZ @18858 NONAME ?Clone@T38_PreCorrigendum_Data_Field@@UBEPAVPObject@@XZ @21470 NONAME ?Clone@T38_PreCorrigendum_Data_Field_subtype@@UBEPAVPObject@@XZ @21471 NONAME ?Clone@T38_PreCorrigendum_Data_Field_subtype_field_type@@UBEPAVPObject@@XZ @21472 NONAME ?Clone@T38_PreCorrigendum_IFPPacket@@UBEPAVPObject@@XZ @21473 NONAME ?Clone@T38_Type_of_msg@@UBEPAVPObject@@XZ @18859 NONAME ?Clone@T38_Type_of_msg_data@@UBEPAVPObject@@XZ @18860 NONAME ?Clone@T38_Type_of_msg_t30_indicator@@UBEPAVPObject@@XZ @18861 NONAME ?Clone@T38_UDPTLPacket@@UBEPAVPObject@@XZ @18862 NONAME ?Clone@T38_UDPTLPacket_error_recovery@@UBEPAVPObject@@XZ @18863 NONAME ?Clone@T38_UDPTLPacket_error_recovery_fec_info@@UBEPAVPObject@@XZ @18864 NONAME ?Clone@T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@UBEPAVPObject@@XZ @18865 NONAME ?Clone@T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@UBEPAVPObject@@XZ @18866 NONAME ?Clone@T38_UDPTLPacket_primary_ifp_packet@@UBEPAVPObject@@XZ @18867 NONAME ?Clone@X880_Code@@UBEPAVPObject@@XZ @14500 NONAME ?Clone@X880_GeneralProblem@@UBEPAVPObject@@XZ @14501 NONAME ?Clone@X880_Invoke@@UBEPAVPObject@@XZ @14502 NONAME ?Clone@X880_InvokeId@@UBEPAVPObject@@XZ @14503 NONAME ?Clone@X880_InvokeProblem@@UBEPAVPObject@@XZ @14504 NONAME ?Clone@X880_Reject@@UBEPAVPObject@@XZ @14505 NONAME ?Clone@X880_RejectProblem@@UBEPAVPObject@@XZ @14506 NONAME ?Clone@X880_Reject_problem@@UBEPAVPObject@@XZ @14507 NONAME ?Clone@X880_ReturnError@@UBEPAVPObject@@XZ @14508 NONAME ?Clone@X880_ReturnErrorProblem@@UBEPAVPObject@@XZ @14509 NONAME ?Clone@X880_ReturnResult@@UBEPAVPObject@@XZ @14510 NONAME ?Clone@X880_ReturnResultProblem@@UBEPAVPObject@@XZ @14511 NONAME ?Clone@X880_ReturnResult_result@@UBEPAVPObject@@XZ @14512 NONAME ?Clone@X880_ROS@@UBEPAVPObject@@XZ @14513 NONAME ?ClonePDU@H323RasPDU@@UBEPAVH323TransactionPDU@@XZ @25973 NONAME ?ClonePDU@H501PDU@@UBEPAVH323TransactionPDU@@XZ @25974 NONAME ?Close@H245NegLogicalChannel@@UAEHXZ @19542 NONAME ?Close@H245NegLogicalChannels@@UAEHIH@Z @19543 NONAME ?Close@H323AudioCodec@@UAEXXZ @5252 NONAME ?Close@H323ListenerTCP@@UAEHXZ @5253 NONAME ?Close@H323Transport@@UAEHXZ @5254 NONAME ?Close@H323TransportTCP@@UAEHXZ @12904 NONAME ?Close@H323VideoCodec@@UAEXXZ @5255 NONAME ?Close@OpalIxJDevice@@UAEHXZ @5257 NONAME ?Close@OpalLineChannel@@UAEHXZ @5258 NONAME ?Close@OpalLineInterfaceDevice@@UAEHXZ @5259 NONAME ?Close@OpalVoipBlasterDevice@@UAEHXZ @19992 NONAME ?Close@OpalVXMLSession@@UAEHXZ @21241 NONAME ?Close@RTP_UDP@@UAEXH@Z @5261 NONAME ?CloseAllLogicalChannels@H323Connection@@UAEXH@Z @19885 NONAME ?CloseCodec@H323_RFC2190_H263Codec@@IAEXXZ @45962 NONAME ?CloseCommand@VoipBlasterInterface@@QAEHXZ @19993 NONAME ?CloseData@VoipBlasterInterface@@QAEHXZ @19994 NONAME ?CloseLogicalChannel@H323Connection@@UAEXIH@Z @5262 NONAME ?CloseLogicalChannelNumber@H323Connection@@UAEXABVH323ChannelNumber@@@Z @12760 NONAME ?CloseRawDataChannel@H323Codec@@UAEHXZ @12862 NONAME ?CloseTimeout@VoipBlasterInterface@@UAEXAAVPTimer@@H@Z @19995 NONAME ?CloseWhileLocked@H245NegLogicalChannel@@MAEHXZ @13885 NONAME ?COLZAG@@3QBEB @5263 NONAME ?Compare@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18552 NONAME ?Compare@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18553 NONAME ?Compare@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18554 NONAME ?Compare@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18555 NONAME ?Compare@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18556 NONAME ?Compare@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18557 NONAME ?Compare@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18558 NONAME ?Compare@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18559 NONAME ?Compare@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18560 NONAME ?Compare@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18561 NONAME ?Compare@AlternateInfo@H323Gatekeeper@@QAE?AW4Comparison@PObject@@ABV4@@Z @20731 NONAME ?Compare@GCC_ApplicationInvokeIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5274 NONAME ?Compare@GCC_ApplicationInvokeSpecifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @5275 NONAME ?Compare@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5276 NONAME ?Compare@GCC_ApplicationRecord@@UBE?AW4Comparison@PObject@@ABV3@@Z @5277 NONAME ?Compare@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5278 NONAME ?Compare@GCC_ChallengeItem@@UBE?AW4Comparison@PObject@@ABV3@@Z @5279 NONAME ?Compare@GCC_ChallengeRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5280 NONAME ?Compare@GCC_ChallengeResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5281 NONAME ?Compare@GCC_ConductorAssignIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5282 NONAME ?Compare@GCC_ConductorPermissionAskIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5283 NONAME ?Compare@GCC_ConductorPermissionGrantIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5284 NONAME ?Compare@GCC_ConferenceAddRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5285 NONAME ?Compare@GCC_ConferenceAddResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5286 NONAME ?Compare@GCC_ConferenceAssistanceIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5287 NONAME ?Compare@GCC_ConferenceCreateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5288 NONAME ?Compare@GCC_ConferenceCreateResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5289 NONAME ?Compare@GCC_ConferenceDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @5290 NONAME ?Compare@GCC_ConferenceEjectUserIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5291 NONAME ?Compare@GCC_ConferenceEjectUserRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5292 NONAME ?Compare@GCC_ConferenceEjectUserResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5293 NONAME ?Compare@GCC_ConferenceInviteRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5294 NONAME ?Compare@GCC_ConferenceInviteResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5295 NONAME ?Compare@GCC_ConferenceJoinRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5296 NONAME ?Compare@GCC_ConferenceJoinResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5297 NONAME ?Compare@GCC_ConferenceLockResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5298 NONAME ?Compare@GCC_ConferenceName@@UBE?AW4Comparison@PObject@@ABV3@@Z @5299 NONAME ?Compare@GCC_ConferencePriority@@UBE?AW4Comparison@PObject@@ABV3@@Z @5300 NONAME ?Compare@GCC_ConferenceQueryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5301 NONAME ?Compare@GCC_ConferenceQueryResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5302 NONAME ?Compare@GCC_ConferenceTerminateIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5303 NONAME ?Compare@GCC_ConferenceTerminateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5304 NONAME ?Compare@GCC_ConferenceTerminateResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5305 NONAME ?Compare@GCC_ConferenceTimeExtendIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5306 NONAME ?Compare@GCC_ConferenceTimeInquireIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5307 NONAME ?Compare@GCC_ConferenceTimeRemainingIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5308 NONAME ?Compare@GCC_ConferenceTransferIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5309 NONAME ?Compare@GCC_ConferenceTransferRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5310 NONAME ?Compare@GCC_ConferenceTransferResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5311 NONAME ?Compare@GCC_ConferenceUnlockResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5312 NONAME ?Compare@GCC_ConnectData@@UBE?AW4Comparison@PObject@@ABV3@@Z @5313 NONAME ?Compare@GCC_FunctionNotSupportedResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5314 NONAME ?Compare@GCC_NetworkAddress_subtype_aggregatedChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @5315 NONAME ?Compare@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBE?AW4Comparison@PObject@@ABV3@@Z @5316 NONAME ?Compare@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBE?AW4Comparison@PObject@@ABV3@@Z @5317 NONAME ?Compare@GCC_NetworkAddress_subtype_transportConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @5318 NONAME ?Compare@GCC_NodeProperties@@UBE?AW4Comparison@PObject@@ABV3@@Z @5319 NONAME ?Compare@GCC_NodeRecord@@UBE?AW4Comparison@PObject@@ABV3@@Z @5320 NONAME ?Compare@GCC_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @5321 NONAME ?Compare@GCC_NonStandardPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @5322 NONAME ?Compare@GCC_Password@@UBE?AW4Comparison@PObject@@ABV3@@Z @5323 NONAME ?Compare@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5324 NONAME ?Compare@GCC_RegistryAllocateHandleRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5325 NONAME ?Compare@GCC_RegistryAllocateHandleResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5326 NONAME ?Compare@GCC_RegistryAssignTokenRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5327 NONAME ?Compare@GCC_RegistryDeleteEntryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5328 NONAME ?Compare@GCC_RegistryEntryOwner_owned@@UBE?AW4Comparison@PObject@@ABV3@@Z @5329 NONAME ?Compare@GCC_RegistryKey@@UBE?AW4Comparison@PObject@@ABV3@@Z @5330 NONAME ?Compare@GCC_RegistryMonitorEntryIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5331 NONAME ?Compare@GCC_RegistryMonitorEntryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5332 NONAME ?Compare@GCC_RegistryRegisterChannelRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5333 NONAME ?Compare@GCC_RegistryResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5334 NONAME ?Compare@GCC_RegistryRetrieveEntryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5335 NONAME ?Compare@GCC_RegistrySetParameterRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5336 NONAME ?Compare@GCC_RosterUpdateIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5337 NONAME ?Compare@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5338 NONAME ?Compare@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5339 NONAME ?Compare@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5340 NONAME ?Compare@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5341 NONAME ?Compare@GCC_RosterUpdateIndication_nodeInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @5342 NONAME ?Compare@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5343 NONAME ?Compare@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5344 NONAME ?Compare@GCC_SessionKey@@UBE?AW4Comparison@PObject@@ABV3@@Z @5345 NONAME ?Compare@GCC_TextMessageIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5346 NONAME ?Compare@GCC_UserData_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5347 NONAME ?Compare@GCC_UserIDIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5348 NONAME ?Compare@H225_AddressPattern_range@@UBE?AW4Comparison@PObject@@ABV3@@Z @17322 NONAME ?Compare@H225_AdmissionConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5349 NONAME ?Compare@H225_AdmissionReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5350 NONAME ?Compare@H225_AdmissionRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5351 NONAME ?Compare@H225_Alerting_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5352 NONAME ?Compare@H225_AlternateGK@@UBE?AW4Comparison@PObject@@ABV3@@Z @5353 NONAME ?Compare@H225_AlternateTransportAddresses@@UBE?AW4Comparison@PObject@@ABV3@@Z @17323 NONAME ?Compare@H225_AltGKInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5354 NONAME ?Compare@H225_ANSI_41_UIM@@UBE?AW4Comparison@PObject@@ABV3@@Z @17324 NONAME ?Compare@H225_BandwidthConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5355 NONAME ?Compare@H225_BandwidthDetails@@UBE?AW4Comparison@PObject@@ABV3@@Z @17325 NONAME ?Compare@H225_BandwidthReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5356 NONAME ?Compare@H225_BandwidthRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5357 NONAME ?Compare@H225_CallCapacity@@UBE?AW4Comparison@PObject@@ABV3@@Z @17326 NONAME ?Compare@H225_CallCapacityInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @17327 NONAME ?Compare@H225_CallCreditCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @17328 NONAME ?Compare@H225_CallCreditServiceControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @17329 NONAME ?Compare@H225_CallIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @5358 NONAME ?Compare@H225_CallLinkage@@UBE?AW4Comparison@PObject@@ABV3@@Z @17330 NONAME ?Compare@H225_CallProceeding_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5359 NONAME ?Compare@H225_CallsAvailable@@UBE?AW4Comparison@PObject@@ABV3@@Z @17331 NONAME ?Compare@H225_CapacityReportingCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @17332 NONAME ?Compare@H225_CapacityReportingSpecification@@UBE?AW4Comparison@PObject@@ABV3@@Z @17333 NONAME ?Compare@H225_CapacityReportingSpecification_when@@UBE?AW4Comparison@PObject@@ABV3@@Z @17334 NONAME ?Compare@H225_CarrierInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @26981 NONAME ?Compare@H225_CicInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @17335 NONAME ?Compare@H225_CircuitIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @26670 NONAME ?Compare@H225_CircuitInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @17336 NONAME ?Compare@H225_ConferenceList@@UBE?AW4Comparison@PObject@@ABV3@@Z @5360 NONAME ?Compare@H225_Connect_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5361 NONAME ?Compare@H225_CryptoH323Token_cryptoEPPwdHash@@UBE?AW4Comparison@PObject@@ABV3@@Z @5362 NONAME ?Compare@H225_CryptoH323Token_cryptoGKPwdHash@@UBE?AW4Comparison@PObject@@ABV3@@Z @5363 NONAME ?Compare@H225_DataRate@@UBE?AW4Comparison@PObject@@ABV3@@Z @5364 NONAME ?Compare@H225_DisengageConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5365 NONAME ?Compare@H225_DisengageReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5366 NONAME ?Compare@H225_DisengageRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5367 NONAME ?Compare@H225_Endpoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @5368 NONAME ?Compare@H225_EndpointType@@UBE?AW4Comparison@PObject@@ABV3@@Z @5369 NONAME ?Compare@H225_EnumeratedParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @17337 NONAME ?Compare@H225_ExtendedAliasAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @17338 NONAME ?Compare@H225_Facility_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5370 NONAME ?Compare@H225_FeatureSet@@UBE?AW4Comparison@PObject@@ABV3@@Z @17339 NONAME ?Compare@H225_GatekeeperConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5371 NONAME ?Compare@H225_GatekeeperInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5372 NONAME ?Compare@H225_GatekeeperReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5373 NONAME ?Compare@H225_GatekeeperRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5374 NONAME ?Compare@H225_GatewayInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5375 NONAME ?Compare@H225_GenericData@@UBE?AW4Comparison@PObject@@ABV3@@Z @17340 NONAME ?Compare@H225_GroupID@@UBE?AW4Comparison@PObject@@ABV3@@Z @17341 NONAME ?Compare@H225_GSM_UIM@@UBE?AW4Comparison@PObject@@ABV3@@Z @17342 NONAME ?Compare@H225_H221NonStandard@@UBE?AW4Comparison@PObject@@ABV3@@Z @5376 NONAME ?Compare@H225_H310Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5377 NONAME ?Compare@H225_H320Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5378 NONAME ?Compare@H225_H321Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5379 NONAME ?Compare@H225_H322Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5380 NONAME ?Compare@H225_H323Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5381 NONAME ?Compare@H225_H323_UserInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @5382 NONAME ?Compare@H225_H323_UserInformation_user_data@@UBE?AW4Comparison@PObject@@ABV3@@Z @5383 NONAME ?Compare@H225_H323_UU_PDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @5384 NONAME ?Compare@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @17343 NONAME ?Compare@H225_H324Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5385 NONAME ?Compare@H225_ICV@@UBE?AW4Comparison@PObject@@ABV3@@Z @5386 NONAME ?Compare@H225_InfoRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5387 NONAME ?Compare@H225_InfoRequestAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5388 NONAME ?Compare@H225_InfoRequestNak@@UBE?AW4Comparison@PObject@@ABV3@@Z @5389 NONAME ?Compare@H225_InfoRequestResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5390 NONAME ?Compare@H225_InfoRequestResponse_perCallInfo_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5391 NONAME ?Compare@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5392 NONAME ?Compare@H225_Information_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5393 NONAME ?Compare@H225_LocationConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5394 NONAME ?Compare@H225_LocationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5395 NONAME ?Compare@H225_LocationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5396 NONAME ?Compare@H225_McuInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5397 NONAME ?Compare@H225_NonStandardMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @5398 NONAME ?Compare@H225_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @5399 NONAME ?Compare@H225_NonStandardProtocol@@UBE?AW4Comparison@PObject@@ABV3@@Z @5400 NONAME ?Compare@H225_Notify_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @17344 NONAME ?Compare@H225_PrivatePartyNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @5401 NONAME ?Compare@H225_Progress_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5402 NONAME ?Compare@H225_PublicPartyNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @5403 NONAME ?Compare@H225_Q954Details@@UBE?AW4Comparison@PObject@@ABV3@@Z @5404 NONAME ?Compare@H225_QseriesOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @5405 NONAME ?Compare@H225_RasUsageInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @17345 NONAME ?Compare@H225_RasUsageInfoTypes@@UBE?AW4Comparison@PObject@@ABV3@@Z @17346 NONAME ?Compare@H225_RasUsageSpecification@@UBE?AW4Comparison@PObject@@ABV3@@Z @17347 NONAME ?Compare@H225_RasUsageSpecification_callStartingPoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @17348 NONAME ?Compare@H225_RasUsageSpecification_when@@UBE?AW4Comparison@PObject@@ABV3@@Z @17349 NONAME ?Compare@H225_RegistrationConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5406 NONAME ?Compare@H225_RegistrationConfirm_preGrantedARQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @5407 NONAME ?Compare@H225_RegistrationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5408 NONAME ?Compare@H225_RegistrationRejectReason_invalidTerminalAliases@@UBE?AW4Comparison@PObject@@ABV3@@Z @17350 NONAME ?Compare@H225_RegistrationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5409 NONAME ?Compare@H225_ReleaseComplete_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5410 NONAME ?Compare@H225_RequestInProgress@@UBE?AW4Comparison@PObject@@ABV3@@Z @5411 NONAME ?Compare@H225_ResourcesAvailableConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5412 NONAME ?Compare@H225_ResourcesAvailableIndicate@@UBE?AW4Comparison@PObject@@ABV3@@Z @5413 NONAME ?Compare@H225_RTPSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @5414 NONAME ?Compare@H225_SecurityCapabilities@@UBE?AW4Comparison@PObject@@ABV3@@Z @5415 NONAME ?Compare@H225_ServiceControlIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @17351 NONAME ?Compare@H225_ServiceControlIndication_callSpecific@@UBE?AW4Comparison@PObject@@ABV3@@Z @17352 NONAME ?Compare@H225_ServiceControlResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @17353 NONAME ?Compare@H225_ServiceControlSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @17354 NONAME ?Compare@H225_SetupAcknowledge_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @17355 NONAME ?Compare@H225_Setup_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5416 NONAME ?Compare@H225_Setup_UUIE_connectionParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @17356 NONAME ?Compare@H225_SIPCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @26982 NONAME ?Compare@H225_StatusInquiry_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @17357 NONAME ?Compare@H225_Status_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @17358 NONAME ?Compare@H225_StimulusControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @17359 NONAME ?Compare@H225_SupportedPrefix@@UBE?AW4Comparison@PObject@@ABV3@@Z @5417 NONAME ?Compare@H225_T120OnlyCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5418 NONAME ?Compare@H225_T38FaxAnnexbOnlyCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @17360 NONAME ?Compare@H225_TerminalInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5419 NONAME ?Compare@H225_TransportAddress_ip6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @5420 NONAME ?Compare@H225_TransportAddress_ipAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @5421 NONAME ?Compare@H225_TransportAddress_ipSourceRoute@@UBE?AW4Comparison@PObject@@ABV3@@Z @5422 NONAME ?Compare@H225_TransportAddress_ipxAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @5423 NONAME ?Compare@H225_TransportChannelInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5424 NONAME ?Compare@H225_TunnelledProtocol@@UBE?AW4Comparison@PObject@@ABV3@@Z @17361 NONAME ?Compare@H225_TunnelledProtocolAlternateIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @17362 NONAME ?Compare@H225_UnknownMessageResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5425 NONAME ?Compare@H225_UnregistrationConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5426 NONAME ?Compare@H225_UnregistrationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5427 NONAME ?Compare@H225_UnregistrationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5428 NONAME ?Compare@H225_UUIEsRequested@@UBE?AW4Comparison@PObject@@ABV3@@Z @5429 NONAME ?Compare@H225_VendorIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @5430 NONAME ?Compare@H225_VoiceCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5431 NONAME ?Compare@H235_ClearToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @5432 NONAME ?Compare@H235_CryptoToken_cryptoEncryptedToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @5433 NONAME ?Compare@H235_CryptoToken_cryptoHashedToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @5434 NONAME ?Compare@H235_CryptoToken_cryptoSignedToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @5435 NONAME ?Compare@H235_DHset@@UBE?AW4Comparison@PObject@@ABV3@@Z @5436 NONAME ?Compare@H235_ECGDSASignature@@UBE?AW4Comparison@PObject@@ABV3@@Z @26983 NONAME ?Compare@H235_ECKASDH_eckasdh2@@UBE?AW4Comparison@PObject@@ABV3@@Z @19241 NONAME ?Compare@H235_ECKASDH_eckasdhp@@UBE?AW4Comparison@PObject@@ABV3@@Z @19242 NONAME ?Compare@H235_ECpoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @26984 NONAME ?Compare@H235_H235CertificateSignature@@UBE?AW4Comparison@PObject@@ABV3@@Z @5437 NONAME ?Compare@H235_KeySignedMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @5438 NONAME ?Compare@H235_KeySyncMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @5439 NONAME ?Compare@H235_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @5440 NONAME ?Compare@H235_Params@@UBE?AW4Comparison@PObject@@ABV3@@Z @5441 NONAME ?Compare@H235_ReturnSig@@UBE?AW4Comparison@PObject@@ABV3@@Z @5442 NONAME ?Compare@H235_TypedCertificate@@UBE?AW4Comparison@PObject@@ABV3@@Z @5443 NONAME ?Compare@H235_V3KeySyncMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @26985 NONAME ?Compare@H245_ATMParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5444 NONAME ?Compare@H245_AudioCapability_g7231@@UBE?AW4Comparison@PObject@@ABV3@@Z @5445 NONAME ?Compare@H245_AudioTelephonyEventCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @17363 NONAME ?Compare@H245_AudioToneCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @17364 NONAME ?Compare@H245_AuthenticationCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5446 NONAME ?Compare@H245_BEnhancementParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5447 NONAME ?Compare@H245_CapabilityDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @5448 NONAME ?Compare@H245_CapabilityTableEntry@@UBE?AW4Comparison@PObject@@ABV3@@Z @5449 NONAME ?Compare@H245_Capability_h233EncryptionReceiveCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5450 NONAME ?Compare@H245_CloseLogicalChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @5451 NONAME ?Compare@H245_CloseLogicalChannelAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5452 NONAME ?Compare@H245_CommunicationModeCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @5453 NONAME ?Compare@H245_CommunicationModeTableEntry@@UBE?AW4Comparison@PObject@@ABV3@@Z @5454 NONAME ?Compare@H245_ConferenceCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5455 NONAME ?Compare@H245_ConferenceRequest_requestTerminalCertificate@@UBE?AW4Comparison@PObject@@ABV3@@Z @5456 NONAME ?Compare@H245_ConferenceResponse_chairTokenOwnerResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5457 NONAME ?Compare@H245_ConferenceResponse_conferenceIDResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5458 NONAME ?Compare@H245_ConferenceResponse_extensionAddressResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5459 NONAME ?Compare@H245_ConferenceResponse_mCTerminalIDResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5460 NONAME ?Compare@H245_ConferenceResponse_passwordResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5461 NONAME ?Compare@H245_ConferenceResponse_terminalCertificateResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5462 NONAME ?Compare@H245_ConferenceResponse_terminalIDResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5463 NONAME ?Compare@H245_ConnectionIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @17365 NONAME ?Compare@H245_Criteria@@UBE?AW4Comparison@PObject@@ABV3@@Z @5464 NONAME ?Compare@H245_CustomPictureClockFrequency@@UBE?AW4Comparison@PObject@@ABV3@@Z @5465 NONAME ?Compare@H245_CustomPictureFormat@@UBE?AW4Comparison@PObject@@ABV3@@Z @5466 NONAME ?Compare@H245_CustomPictureFormat_mPI@@UBE?AW4Comparison@PObject@@ABV3@@Z @5467 NONAME ?Compare@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5468 NONAME ?Compare@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5469 NONAME ?Compare@H245_DataApplicationCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5470 NONAME ?Compare@H245_DataApplicationCapability_application_nlpid@@UBE?AW4Comparison@PObject@@ABV3@@Z @5471 NONAME ?Compare@H245_DataApplicationCapability_application_t38fax@@UBE?AW4Comparison@PObject@@ABV3@@Z @17366 NONAME ?Compare@H245_DataApplicationCapability_application_t84@@UBE?AW4Comparison@PObject@@ABV3@@Z @5472 NONAME ?Compare@H245_DataMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5473 NONAME ?Compare@H245_DataMode_application_nlpid@@UBE?AW4Comparison@PObject@@ABV3@@Z @5474 NONAME ?Compare@H245_DataMode_application_t38fax@@UBE?AW4Comparison@PObject@@ABV3@@Z @17367 NONAME ?Compare@H245_DepFECCapability_rfc2733@@UBE?AW4Comparison@PObject@@ABV3@@Z @45738 NONAME ?Compare@H245_DepFECCapability_rfc2733_separateStream@@UBE?AW4Comparison@PObject@@ABV3@@Z @45739 NONAME ?Compare@H245_DepFECData_rfc2733@@UBE?AW4Comparison@PObject@@ABV3@@Z @45740 NONAME ?Compare@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBE?AW4Comparison@PObject@@ABV3@@Z @45741 NONAME ?Compare@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBE?AW4Comparison@PObject@@ABV3@@Z @45742 NONAME ?Compare@H245_DepFECMode_rfc2733Mode@@UBE?AW4Comparison@PObject@@ABV3@@Z @45743 NONAME ?Compare@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBE?AW4Comparison@PObject@@ABV3@@Z @45744 NONAME ?Compare@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBE?AW4Comparison@PObject@@ABV3@@Z @45745 NONAME ?Compare@H245_DialingInformationNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @17368 NONAME ?Compare@H245_EncryptionAuthenticationAndIntegrity@@UBE?AW4Comparison@PObject@@ABV3@@Z @5475 NONAME ?Compare@H245_EncryptionCommand_encryptionAlgorithmID@@UBE?AW4Comparison@PObject@@ABV3@@Z @5476 NONAME ?Compare@H245_EncryptionSync@@UBE?AW4Comparison@PObject@@ABV3@@Z @5477 NONAME ?Compare@H245_EncryptionUpdateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5478 NONAME ?Compare@H245_EnhancementLayerInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5479 NONAME ?Compare@H245_EnhancementOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @5480 NONAME ?Compare@H245_EscrowData@@UBE?AW4Comparison@PObject@@ABV3@@Z @5481 NONAME ?Compare@H245_ExtendedVideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @45279 NONAME ?Compare@H245_FECCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @45746 NONAME ?Compare@H245_FECData_rfc2733@@UBE?AW4Comparison@PObject@@ABV3@@Z @26988 NONAME ?Compare@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBE?AW4Comparison@PObject@@ABV3@@Z @45747 NONAME ?Compare@H245_FECMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @45748 NONAME ?Compare@H245_FlowControlCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @5482 NONAME ?Compare@H245_FlowControlIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @17369 NONAME ?Compare@H245_FunctionNotSupported@@UBE?AW4Comparison@PObject@@ABV3@@Z @5483 NONAME ?Compare@H245_G7231AnnexCCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5484 NONAME ?Compare@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5485 NONAME ?Compare@H245_G7231AnnexCMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5486 NONAME ?Compare@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5487 NONAME ?Compare@H245_G729Extensions@@UBE?AW4Comparison@PObject@@ABV3@@Z @17370 NONAME ?Compare@H245_GenericCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @17371 NONAME ?Compare@H245_GenericMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @45280 NONAME ?Compare@H245_GenericParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @17372 NONAME ?Compare@H245_GSMAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5488 NONAME ?Compare@H245_H222Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5489 NONAME ?Compare@H245_H222LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5490 NONAME ?Compare@H245_H223AL1MParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5491 NONAME ?Compare@H245_H223AL2MParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5492 NONAME ?Compare@H245_H223AL3MParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5493 NONAME ?Compare@H245_H223AnnexCArqParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5494 NONAME ?Compare@H245_H223AnnexCCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5495 NONAME ?Compare@H245_H223Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5496 NONAME ?Compare@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBE?AW4Comparison@PObject@@ABV3@@Z @5497 NONAME ?Compare@H245_H223Capability_mobileMultilinkFrameCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @17373 NONAME ?Compare@H245_H223Capability_mobileOperationTransmitCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5498 NONAME ?Compare@H245_H223LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5499 NONAME ?Compare@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBE?AW4Comparison@PObject@@ABV3@@Z @5500 NONAME ?Compare@H245_H223ModeParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5501 NONAME ?Compare@H245_H223ModeParameters_adaptationLayerType_al3@@UBE?AW4Comparison@PObject@@ABV3@@Z @5502 NONAME ?Compare@H245_H223SkewIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5503 NONAME ?Compare@H245_H2250Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5504 NONAME ?Compare@H245_H2250Capability_mcCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5505 NONAME ?Compare@H245_H2250LogicalChannelAckParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5506 NONAME ?Compare@H245_H2250LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5507 NONAME ?Compare@H245_H2250MaximumSkewIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5508 NONAME ?Compare@H245_H2250ModeParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5509 NONAME ?Compare@H245_H235Media@@UBE?AW4Comparison@PObject@@ABV3@@Z @5510 NONAME ?Compare@H245_H235Mode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5511 NONAME ?Compare@H245_H235SecurityCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5512 NONAME ?Compare@H245_H261VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5513 NONAME ?Compare@H245_H261VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5514 NONAME ?Compare@H245_H262VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5515 NONAME ?Compare@H245_H262VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5516 NONAME ?Compare@H245_H263ModeComboFlags@@UBE?AW4Comparison@PObject@@ABV3@@Z @5517 NONAME ?Compare@H245_H263Options@@UBE?AW4Comparison@PObject@@ABV3@@Z @5518 NONAME ?Compare@H245_H263Version3Options@@UBE?AW4Comparison@PObject@@ABV3@@Z @17374 NONAME ?Compare@H245_H263VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5519 NONAME ?Compare@H245_H263VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5520 NONAME ?Compare@H245_H263VideoModeCombos@@UBE?AW4Comparison@PObject@@ABV3@@Z @5521 NONAME ?Compare@H245_IntegrityCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5522 NONAME ?Compare@H245_IS11172AudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5523 NONAME ?Compare@H245_IS11172AudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5524 NONAME ?Compare@H245_IS11172VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5525 NONAME ?Compare@H245_IS11172VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5526 NONAME ?Compare@H245_IS13818AudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5527 NONAME ?Compare@H245_IS13818AudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5528 NONAME ?Compare@H245_JitterIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5529 NONAME ?Compare@H245_KeyProtectionMethod@@UBE?AW4Comparison@PObject@@ABV3@@Z @5530 NONAME ?Compare@H245_LogicalChannelRateAcknowledge@@UBE?AW4Comparison@PObject@@ABV3@@Z @17375 NONAME ?Compare@H245_LogicalChannelRateReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @17376 NONAME ?Compare@H245_LogicalChannelRateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @17377 NONAME ?Compare@H245_MaintenanceLoopAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5531 NONAME ?Compare@H245_MaintenanceLoopReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5532 NONAME ?Compare@H245_MaintenanceLoopRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5533 NONAME ?Compare@H245_MasterSlaveDetermination@@UBE?AW4Comparison@PObject@@ABV3@@Z @5534 NONAME ?Compare@H245_MasterSlaveDeterminationAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5535 NONAME ?Compare@H245_MasterSlaveDeterminationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5536 NONAME ?Compare@H245_MCLocationIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5537 NONAME ?Compare@H245_MediaChannelCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5538 NONAME ?Compare@H245_MediaDistributionCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5539 NONAME ?Compare@H245_MediaPacketizationCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5540 NONAME ?Compare@H245_MediaTransportType_atm_AAL5_compressed@@UBE?AW4Comparison@PObject@@ABV3@@Z @17378 NONAME ?Compare@H245_MiscellaneousCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @5541 NONAME ?Compare@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @45281 NONAME ?Compare@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @45282 NONAME ?Compare@H245_MiscellaneousCommand_type_lostPartialPicture@@UBE?AW4Comparison@PObject@@ABV3@@Z @17379 NONAME ?Compare@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBE?AW4Comparison@PObject@@ABV3@@Z @5542 NONAME ?Compare@H245_MiscellaneousCommand_type_videoBadMBs@@UBE?AW4Comparison@PObject@@ABV3@@Z @17380 NONAME ?Compare@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBE?AW4Comparison@PObject@@ABV3@@Z @5543 NONAME ?Compare@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBE?AW4Comparison@PObject@@ABV3@@Z @5544 NONAME ?Compare@H245_MiscellaneousIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5545 NONAME ?Compare@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBE?AW4Comparison@PObject@@ABV3@@Z @5546 NONAME ?Compare@H245_MobileMultilinkReconfigurationCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @17381 NONAME ?Compare@H245_MobileMultilinkReconfigurationIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @17382 NONAME ?Compare@H245_ModeElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @5547 NONAME ?Compare@H245_MulticastAddress_iP6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @5548 NONAME ?Compare@H245_MulticastAddress_iPAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @5549 NONAME ?Compare@H245_MultilinkIndication_excessiveError@@UBE?AW4Comparison@PObject@@ABV3@@Z @17383 NONAME ?Compare@H245_MultilinkRequest_addConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @17384 NONAME ?Compare@H245_MultilinkRequest_callInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @17385 NONAME ?Compare@H245_MultilinkRequest_maximumHeaderInterval@@UBE?AW4Comparison@PObject@@ABV3@@Z @17386 NONAME ?Compare@H245_MultilinkRequest_removeConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @17387 NONAME ?Compare@H245_MultilinkResponse_addConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @17388 NONAME ?Compare@H245_MultilinkResponse_callInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @17389 NONAME ?Compare@H245_MultilinkResponse_maximumHeaderInterval@@UBE?AW4Comparison@PObject@@ABV3@@Z @17390 NONAME ?Compare@H245_MultilinkResponse_removeConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @17391 NONAME ?Compare@H245_MultiplePayloadStream@@UBE?AW4Comparison@PObject@@ABV3@@Z @26994 NONAME ?Compare@H245_MultiplePayloadStreamCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @26995 NONAME ?Compare@H245_MultiplePayloadStreamElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @26996 NONAME ?Compare@H245_MultiplePayloadStreamElementMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @26997 NONAME ?Compare@H245_MultiplePayloadStreamMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @26998 NONAME ?Compare@H245_MultiplexedStreamCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @17392 NONAME ?Compare@H245_MultiplexedStreamModeParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @17393 NONAME ?Compare@H245_MultiplexedStreamParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @17394 NONAME ?Compare@H245_MultiplexElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @5550 NONAME ?Compare@H245_MultiplexEntryDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @5551 NONAME ?Compare@H245_MultiplexEntryRejectionDescriptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @5552 NONAME ?Compare@H245_MultiplexEntrySend@@UBE?AW4Comparison@PObject@@ABV3@@Z @5553 NONAME ?Compare@H245_MultiplexEntrySendAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5554 NONAME ?Compare@H245_MultiplexEntrySendReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5555 NONAME ?Compare@H245_MultiplexEntrySendRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @5556 NONAME ?Compare@H245_MultipointCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5557 NONAME ?Compare@H245_NetworkAccessParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5558 NONAME ?Compare@H245_NewATMVCCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @17395 NONAME ?Compare@H245_NewATMVCCommand_aal_aal1@@UBE?AW4Comparison@PObject@@ABV3@@Z @17396 NONAME ?Compare@H245_NewATMVCCommand_aal_aal5@@UBE?AW4Comparison@PObject@@ABV3@@Z @17397 NONAME ?Compare@H245_NewATMVCCommand_reverseParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @17398 NONAME ?Compare@H245_NewATMVCIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5559 NONAME ?Compare@H245_NewATMVCIndication_aal_aal1@@UBE?AW4Comparison@PObject@@ABV3@@Z @5560 NONAME ?Compare@H245_NewATMVCIndication_aal_aal5@@UBE?AW4Comparison@PObject@@ABV3@@Z @5561 NONAME ?Compare@H245_NewATMVCIndication_reverseParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5562 NONAME ?Compare@H245_NonStandardIdentifier_h221NonStandard@@UBE?AW4Comparison@PObject@@ABV3@@Z @5563 NONAME ?Compare@H245_NonStandardMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @5564 NONAME ?Compare@H245_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @5565 NONAME ?Compare@H245_NoPTAudioTelephonyEventCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @26999 NONAME ?Compare@H245_OpenLogicalChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @5566 NONAME ?Compare@H245_OpenLogicalChannelAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5567 NONAME ?Compare@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5568 NONAME ?Compare@H245_OpenLogicalChannelConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5569 NONAME ?Compare@H245_OpenLogicalChannelReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5570 NONAME ?Compare@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5571 NONAME ?Compare@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5572 NONAME ?Compare@H245_Params@@UBE?AW4Comparison@PObject@@ABV3@@Z @45283 NONAME ?Compare@H245_Q2931Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @5573 NONAME ?Compare@H245_QOSCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5574 NONAME ?Compare@H245_RedundancyEncoding@@UBE?AW4Comparison@PObject@@ABV3@@Z @5575 NONAME ?Compare@H245_RedundancyEncodingCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5576 NONAME ?Compare@H245_RedundancyEncodingDTMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @27000 NONAME ?Compare@H245_RedundancyEncodingDTModeElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @27001 NONAME ?Compare@H245_RedundancyEncodingElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @27002 NONAME ?Compare@H245_RedundancyEncodingMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5577 NONAME ?Compare@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBE?AW4Comparison@PObject@@ABV3@@Z @27003 NONAME ?Compare@H245_RefPictureSelection@@UBE?AW4Comparison@PObject@@ABV3@@Z @5578 NONAME ?Compare@H245_RefPictureSelection_additionalPictureMemory@@UBE?AW4Comparison@PObject@@ABV3@@Z @5579 NONAME ?Compare@H245_RefPictureSelection_enhancedReferencePicSelect@@UBE?AW4Comparison@PObject@@ABV3@@Z @17399 NONAME ?Compare@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @17400 NONAME ?Compare@H245_RequestAllTerminalIDsResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5580 NONAME ?Compare@H245_RequestChannelClose@@UBE?AW4Comparison@PObject@@ABV3@@Z @5581 NONAME ?Compare@H245_RequestChannelCloseAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5582 NONAME ?Compare@H245_RequestChannelCloseReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5583 NONAME ?Compare@H245_RequestChannelCloseRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @5584 NONAME ?Compare@H245_RequestMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5585 NONAME ?Compare@H245_RequestModeAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5586 NONAME ?Compare@H245_RequestModeReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5587 NONAME ?Compare@H245_RequestMultiplexEntry@@UBE?AW4Comparison@PObject@@ABV3@@Z @5588 NONAME ?Compare@H245_RequestMultiplexEntryAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5589 NONAME ?Compare@H245_RequestMultiplexEntryReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5590 NONAME ?Compare@H245_RequestMultiplexEntryRejectionDescriptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @5591 NONAME ?Compare@H245_RequestMultiplexEntryRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @5592 NONAME ?Compare@H245_RoundTripDelayRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5593 NONAME ?Compare@H245_RoundTripDelayResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5594 NONAME ?Compare@H245_RSVPParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5595 NONAME ?Compare@H245_RTPH263VideoRedundancyEncoding@@UBE?AW4Comparison@PObject@@ABV3@@Z @5596 NONAME ?Compare@H245_RTPH263VideoRedundancyFrameMapping@@UBE?AW4Comparison@PObject@@ABV3@@Z @5597 NONAME ?Compare@H245_RTPPayloadType@@UBE?AW4Comparison@PObject@@ABV3@@Z @5598 NONAME ?Compare@H245_SendTerminalCapabilitySet_specificRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5599 NONAME ?Compare@H245_SubstituteConferenceIDCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @5600 NONAME ?Compare@H245_T38FaxProfile@@UBE?AW4Comparison@PObject@@ABV3@@Z @17401 NONAME ?Compare@H245_T38FaxTcpOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @17402 NONAME ?Compare@H245_T38FaxUdpOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @17403 NONAME ?Compare@H245_T84Profile_t84Restricted@@UBE?AW4Comparison@PObject@@ABV3@@Z @5601 NONAME ?Compare@H245_TerminalCapabilitySet@@UBE?AW4Comparison@PObject@@ABV3@@Z @5602 NONAME ?Compare@H245_TerminalCapabilitySetAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5603 NONAME ?Compare@H245_TerminalCapabilitySetReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5604 NONAME ?Compare@H245_TerminalInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @5605 NONAME ?Compare@H245_TerminalLabel@@UBE?AW4Comparison@PObject@@ABV3@@Z @5606 NONAME ?Compare@H245_TerminalYouAreSeeingInSubPictureNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @5607 NONAME ?Compare@H245_TransparencyParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5608 NONAME ?Compare@H245_TransportCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5609 NONAME ?Compare@H245_UnicastAddress_iP6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @5610 NONAME ?Compare@H245_UnicastAddress_iPAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @5611 NONAME ?Compare@H245_UnicastAddress_iPSourceRouteAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @5612 NONAME ?Compare@H245_UnicastAddress_iPXAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @5613 NONAME ?Compare@H245_UserInputIndication_encryptedAlphanumeric@@UBE?AW4Comparison@PObject@@ABV3@@Z @45284 NONAME ?Compare@H245_UserInputIndication_extendedAlphanumeric@@UBE?AW4Comparison@PObject@@ABV3@@Z @17404 NONAME ?Compare@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBE?AW4Comparison@PObject@@ABV3@@Z @45285 NONAME ?Compare@H245_UserInputIndication_signal@@UBE?AW4Comparison@PObject@@ABV3@@Z @5614 NONAME ?Compare@H245_UserInputIndication_signalUpdate@@UBE?AW4Comparison@PObject@@ABV3@@Z @5615 NONAME ?Compare@H245_UserInputIndication_signalUpdate_rtp@@UBE?AW4Comparison@PObject@@ABV3@@Z @5616 NONAME ?Compare@H245_UserInputIndication_signal_rtp@@UBE?AW4Comparison@PObject@@ABV3@@Z @5617 NONAME ?Compare@H245_V42bis@@UBE?AW4Comparison@PObject@@ABV3@@Z @5618 NONAME ?Compare@H245_V75Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5619 NONAME ?Compare@H245_V75Parameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5620 NONAME ?Compare@H245_V76Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5621 NONAME ?Compare@H245_V76HDLCParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5622 NONAME ?Compare@H245_V76LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5623 NONAME ?Compare@H245_V76LogicalChannelParameters_mode_eRM@@UBE?AW4Comparison@PObject@@ABV3@@Z @5624 NONAME ?Compare@H245_VBDCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @27004 NONAME ?Compare@H245_VBDMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @27005 NONAME ?Compare@H245_VCCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5625 NONAME ?Compare@H245_VCCapability_aal1@@UBE?AW4Comparison@PObject@@ABV3@@Z @5626 NONAME ?Compare@H245_VCCapability_aal1ViaGateway@@UBE?AW4Comparison@PObject@@ABV3@@Z @17405 NONAME ?Compare@H245_VCCapability_aal5@@UBE?AW4Comparison@PObject@@ABV3@@Z @5627 NONAME ?Compare@H245_VCCapability_availableBitRates@@UBE?AW4Comparison@PObject@@ABV3@@Z @5628 NONAME ?Compare@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBE?AW4Comparison@PObject@@ABV3@@Z @5629 NONAME ?Compare@H245_VendorIdentification@@UBE?AW4Comparison@PObject@@ABV3@@Z @5630 NONAME ?Compare@H245_VideoIndicateCompose@@UBE?AW4Comparison@PObject@@ABV3@@Z @5631 NONAME ?Compare@H248_ActionReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @22541 NONAME ?Compare@H248_ActionRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22542 NONAME ?Compare@H248_AmmRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22543 NONAME ?Compare@H248_AmmsReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @22544 NONAME ?Compare@H248_AuditDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22545 NONAME ?Compare@H248_AuditRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22546 NONAME ?Compare@H248_AuditResult@@UBE?AW4Comparison@PObject@@ABV3@@Z @22547 NONAME ?Compare@H248_AuthenticationHeader@@UBE?AW4Comparison@PObject@@ABV3@@Z @22548 NONAME ?Compare@H248_CommandRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22549 NONAME ?Compare@H248_ContextAttrAuditRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22550 NONAME ?Compare@H248_ContextRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22551 NONAME ?Compare@H248_DigitMapDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22552 NONAME ?Compare@H248_DigitMapValue@@UBE?AW4Comparison@PObject@@ABV3@@Z @22553 NONAME ?Compare@H248_DomainName@@UBE?AW4Comparison@PObject@@ABV3@@Z @22554 NONAME ?Compare@H248_ErrorDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22555 NONAME ?Compare@H248_EventParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @22556 NONAME ?Compare@H248_EventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22557 NONAME ?Compare@H248_EventSpec@@UBE?AW4Comparison@PObject@@ABV3@@Z @22558 NONAME ?Compare@H248_H221NonStandard@@UBE?AW4Comparison@PObject@@ABV3@@Z @22559 NONAME ?Compare@H248_IndAudDigitMapDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22560 NONAME ?Compare@H248_IndAudEventBufferDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22561 NONAME ?Compare@H248_IndAudEventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22562 NONAME ?Compare@H248_IndAudLocalControlDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22563 NONAME ?Compare@H248_IndAudLocalRemoteDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22564 NONAME ?Compare@H248_IndAudMediaDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22565 NONAME ?Compare@H248_IndAudPackagesDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22566 NONAME ?Compare@H248_IndAudPropertyParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @22567 NONAME ?Compare@H248_IndAudSeqSigList@@UBE?AW4Comparison@PObject@@ABV3@@Z @22568 NONAME ?Compare@H248_IndAudSignal@@UBE?AW4Comparison@PObject@@ABV3@@Z @22569 NONAME ?Compare@H248_IndAudStatisticsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22570 NONAME ?Compare@H248_IndAudStreamDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22571 NONAME ?Compare@H248_IndAudStreamParms@@UBE?AW4Comparison@PObject@@ABV3@@Z @22572 NONAME ?Compare@H248_IndAudTerminationStateDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22573 NONAME ?Compare@H248_IP4Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @22574 NONAME ?Compare@H248_IP6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @22575 NONAME ?Compare@H248_LocalControlDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22576 NONAME ?Compare@H248_LocalRemoteDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22577 NONAME ?Compare@H248_MediaDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22578 NONAME ?Compare@H248_MegacoMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @22579 NONAME ?Compare@H248_Message@@UBE?AW4Comparison@PObject@@ABV3@@Z @22580 NONAME ?Compare@H248_ModemDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22581 NONAME ?Compare@H248_MuxDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22582 NONAME ?Compare@H248_NonStandardData@@UBE?AW4Comparison@PObject@@ABV3@@Z @22583 NONAME ?Compare@H248_NotifyReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @22584 NONAME ?Compare@H248_NotifyRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22585 NONAME ?Compare@H248_ObservedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @22586 NONAME ?Compare@H248_ObservedEventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22587 NONAME ?Compare@H248_PackagesItem@@UBE?AW4Comparison@PObject@@ABV3@@Z @22588 NONAME ?Compare@H248_PropertyParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @22589 NONAME ?Compare@H248_RequestedActions@@UBE?AW4Comparison@PObject@@ABV3@@Z @22590 NONAME ?Compare@H248_RequestedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @22591 NONAME ?Compare@H248_SecondEventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22592 NONAME ?Compare@H248_SecondRequestedActions@@UBE?AW4Comparison@PObject@@ABV3@@Z @22593 NONAME ?Compare@H248_SecondRequestedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @22594 NONAME ?Compare@H248_SeqSigList@@UBE?AW4Comparison@PObject@@ABV3@@Z @22595 NONAME ?Compare@H248_ServiceChangeParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @22596 NONAME ?Compare@H248_ServiceChangeProfile@@UBE?AW4Comparison@PObject@@ABV3@@Z @22597 NONAME ?Compare@H248_ServiceChangeReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @22598 NONAME ?Compare@H248_ServiceChangeRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22599 NONAME ?Compare@H248_ServiceChangeResParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @22600 NONAME ?Compare@H248_Signal@@UBE?AW4Comparison@PObject@@ABV3@@Z @22601 NONAME ?Compare@H248_SigParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @22602 NONAME ?Compare@H248_StatisticsParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @22603 NONAME ?Compare@H248_StreamDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22604 NONAME ?Compare@H248_StreamParms@@UBE?AW4Comparison@PObject@@ABV3@@Z @22605 NONAME ?Compare@H248_SubtractRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22606 NONAME ?Compare@H248_TerminationID@@UBE?AW4Comparison@PObject@@ABV3@@Z @22607 NONAME ?Compare@H248_TerminationStateDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22608 NONAME ?Compare@H248_TimeNotation@@UBE?AW4Comparison@PObject@@ABV3@@Z @22609 NONAME ?Compare@H248_TopologyRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22610 NONAME ?Compare@H248_TransactionAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @22611 NONAME ?Compare@H248_TransactionPending@@UBE?AW4Comparison@PObject@@ABV3@@Z @22612 NONAME ?Compare@H248_TransactionReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @22613 NONAME ?Compare@H248_TransactionRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22614 NONAME ?Compare@H323Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5632 NONAME ?Compare@H323ChannelNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @12792 NONAME ?Compare@H323GatekeeperCall@@UBE?AW4Comparison@PObject@@ABV3@@Z @19072 NONAME ?Compare@H323GenericAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @45425 NONAME ?Compare@H323GenericVideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @45426 NONAME ?Compare@H323GSMPluginCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @39473 NONAME ?Compare@H323H261PluginCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @39474 NONAME ?Compare@H323NonStandardAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @12893 NONAME ?Compare@H323NonStandardDataCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @12894 NONAME ?Compare@H323NonStandardVideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @12895 NONAME ?Compare@H323PeerElementDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @25724 NONAME ?Compare@H323PeerElementServiceRelationship@@UBE?AW4Comparison@PObject@@ABV3@@Z @25725 NONAME ?Compare@H323PluginG7231Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @39475 NONAME ?Compare@H323RegisteredEndPoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @19073 NONAME ?Compare@H323_H261Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @12650 NONAME ?Compare@H323_LIDCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @20714 NONAME ?Compare@H323_RFC2190_H263Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @45963 NONAME ?Compare@H323_T38Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @19074 NONAME ?Compare@H45010_CfbOvrOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15653 NONAME ?Compare@H45010_CoReqOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15654 NONAME ?Compare@H45010_RUAlertOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15655 NONAME ?Compare@H45011_CIFrcRelArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15656 NONAME ?Compare@H45011_CIFrcRelOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15657 NONAME ?Compare@H45011_CIGetCIPLOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15658 NONAME ?Compare@H45011_CIGetCIPLRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15659 NONAME ?Compare@H45011_CIIsOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15660 NONAME ?Compare@H45011_CIIsOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15661 NONAME ?Compare@H45011_CINotificationArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15662 NONAME ?Compare@H45011_CIRequestArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15663 NONAME ?Compare@H45011_CIRequestRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15664 NONAME ?Compare@H45011_CISilentArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15665 NONAME ?Compare@H45011_CISilentOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15666 NONAME ?Compare@H45011_CIWobOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15667 NONAME ?Compare@H45011_CIWobOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15668 NONAME ?Compare@H4501_Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @14514 NONAME ?Compare@H4501_AddressScreened@@UBE?AW4Comparison@PObject@@ABV3@@Z @14515 NONAME ?Compare@H4501_EndpointAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @14516 NONAME ?Compare@H4501_Extension@@UBE?AW4Comparison@PObject@@ABV3@@Z @14517 NONAME ?Compare@H4501_NetworkFacilityExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @14518 NONAME ?Compare@H4501_NumberScreened@@UBE?AW4Comparison@PObject@@ABV3@@Z @14519 NONAME ?Compare@H4501_SupplementaryService@@UBE?AW4Comparison@PObject@@ABV3@@Z @14520 NONAME ?Compare@H4501_UserSpecifiedSubaddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @14521 NONAME ?Compare@H4502_CTActiveArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @14522 NONAME ?Compare@H4502_CTCompleteArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @14523 NONAME ?Compare@H4502_CTIdentifyRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @14524 NONAME ?Compare@H4502_CTInitiateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @14525 NONAME ?Compare@H4502_CTSetupArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @14526 NONAME ?Compare@H4502_CTUpdateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @14527 NONAME ?Compare@H4502_SubaddressTransferArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @14528 NONAME ?Compare@H4503_IntResult@@UBE?AW4Comparison@PObject@@ABV3@@Z @15162 NONAME ?Compare@H4504_Extension@@UBE?AW4Comparison@PObject@@ABV3@@Z @15013 NONAME ?Compare@H4504_HoldNotificArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15014 NONAME ?Compare@H4504_RemoteHoldArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15015 NONAME ?Compare@H4504_RemoteHoldRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15016 NONAME ?Compare@H4504_RemoteRetrieveArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15017 NONAME ?Compare@H4504_RemoteRetrieveRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15018 NONAME ?Compare@H4504_RetrieveNotificArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15019 NONAME ?Compare@H4505_CpickupNotifyArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15669 NONAME ?Compare@H4505_CpNotifyArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15670 NONAME ?Compare@H4505_CpRequestArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15671 NONAME ?Compare@H4505_CpRequestRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15672 NONAME ?Compare@H4505_CpSetupArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15673 NONAME ?Compare@H4505_CpSetupRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15674 NONAME ?Compare@H4505_GroupIndicationOffArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15675 NONAME ?Compare@H4505_GroupIndicationOffRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15676 NONAME ?Compare@H4505_GroupIndicationOnArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15677 NONAME ?Compare@H4505_GroupIndicationOnRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15678 NONAME ?Compare@H4505_PickExeArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15679 NONAME ?Compare@H4505_PickExeRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15680 NONAME ?Compare@H4505_PickrequArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15681 NONAME ?Compare@H4505_PickrequRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15682 NONAME ?Compare@H4505_PickupArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15683 NONAME ?Compare@H4505_PickupRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15684 NONAME ?Compare@H4506_CallWaitingArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15685 NONAME ?Compare@H4507_MWIActivateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15686 NONAME ?Compare@H4507_MWIDeactivateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15687 NONAME ?Compare@H4507_MWIInterrogateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15688 NONAME ?Compare@H4507_MWIInterrogateResElt@@UBE?AW4Comparison@PObject@@ABV3@@Z @15689 NONAME ?Compare@H4509_CcLongArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15690 NONAME ?Compare@H4509_CcRequestArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15691 NONAME ?Compare@H4509_CcRequestRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15692 NONAME ?Compare@H4509_CcShortArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15693 NONAME ?Compare@H501_AccessConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24706 NONAME ?Compare@H501_AccessRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @24707 NONAME ?Compare@H501_AccessRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @24708 NONAME ?Compare@H501_AddressTemplate@@UBE?AW4Comparison@PObject@@ABV3@@Z @24709 NONAME ?Compare@H501_AlternatePE@@UBE?AW4Comparison@PObject@@ABV3@@Z @24710 NONAME ?Compare@H501_AlternatePEInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @24711 NONAME ?Compare@H501_AuthenticationRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @24712 NONAME ?Compare@H501_AuthenticationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @24713 NONAME ?Compare@H501_CallInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24714 NONAME ?Compare@H501_ContactInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24715 NONAME ?Compare@H501_Descriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @24716 NONAME ?Compare@H501_DescriptorConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24717 NONAME ?Compare@H501_DescriptorIDConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24718 NONAME ?Compare@H501_DescriptorIDRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @24719 NONAME ?Compare@H501_DescriptorInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @24720 NONAME ?Compare@H501_DescriptorRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @24721 NONAME ?Compare@H501_DescriptorRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @24722 NONAME ?Compare@H501_DescriptorUpdate@@UBE?AW4Comparison@PObject@@ABV3@@Z @24723 NONAME ?Compare@H501_Message@@UBE?AW4Comparison@PObject@@ABV3@@Z @24724 NONAME ?Compare@H501_MessageCommonInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @24725 NONAME ?Compare@H501_NonStandardRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @24726 NONAME ?Compare@H501_PartyInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24727 NONAME ?Compare@H501_Pattern_range@@UBE?AW4Comparison@PObject@@ABV3@@Z @24728 NONAME ?Compare@H501_PriceElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @24729 NONAME ?Compare@H501_PriceInfoSpec@@UBE?AW4Comparison@PObject@@ABV3@@Z @24730 NONAME ?Compare@H501_RequestInProgress@@UBE?AW4Comparison@PObject@@ABV3@@Z @24731 NONAME ?Compare@H501_RouteInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24732 NONAME ?Compare@H501_SecurityMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @24733 NONAME ?Compare@H501_ServiceConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24734 NONAME ?Compare@H501_ServiceRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @24735 NONAME ?Compare@H501_ServiceRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @24736 NONAME ?Compare@H501_ServiceRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @24737 NONAME ?Compare@H501_TerminationCause@@UBE?AW4Comparison@PObject@@ABV3@@Z @24738 NONAME ?Compare@H501_UnknownMessageResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @24739 NONAME ?Compare@H501_UpdateInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24740 NONAME ?Compare@H501_UsageField@@UBE?AW4Comparison@PObject@@ABV3@@Z @24741 NONAME ?Compare@H501_UsageIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @24742 NONAME ?Compare@H501_UsageIndicationRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @24743 NONAME ?Compare@H501_UsageRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @24744 NONAME ?Compare@H501_UsageRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @24745 NONAME ?Compare@H501_UsageSpecification@@UBE?AW4Comparison@PObject@@ABV3@@Z @24746 NONAME ?Compare@H501_UsageSpecification_when@@UBE?AW4Comparison@PObject@@ABV3@@Z @24747 NONAME ?Compare@H501_UserInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24748 NONAME ?Compare@H501_ValidationConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24749 NONAME ?Compare@H501_ValidationRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @24750 NONAME ?Compare@H501_ValidationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @24751 NONAME ?Compare@MCS_AUcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @5648 NONAME ?Compare@MCS_CAin@@UBE?AW4Comparison@PObject@@ABV3@@Z @5649 NONAME ?Compare@MCS_CArq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5650 NONAME ?Compare@MCS_CCcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @5651 NONAME ?Compare@MCS_CCrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5652 NONAME ?Compare@MCS_CDin@@UBE?AW4Comparison@PObject@@ABV3@@Z @5653 NONAME ?Compare@MCS_CDrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5654 NONAME ?Compare@MCS_CEin@@UBE?AW4Comparison@PObject@@ABV3@@Z @5655 NONAME ?Compare@MCS_CErq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5656 NONAME ?Compare@MCS_ChannelAttributes_assigned@@UBE?AW4Comparison@PObject@@ABV3@@Z @5657 NONAME ?Compare@MCS_ChannelAttributes_private@@UBE?AW4Comparison@PObject@@ABV3@@Z @5658 NONAME ?Compare@MCS_ChannelAttributes_static@@UBE?AW4Comparison@PObject@@ABV3@@Z @5659 NONAME ?Compare@MCS_ChannelAttributes_userId@@UBE?AW4Comparison@PObject@@ABV3@@Z @5660 NONAME ?Compare@MCS_CJcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @5661 NONAME ?Compare@MCS_CJrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5662 NONAME ?Compare@MCS_CLrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5663 NONAME ?Compare@MCS_Connect_Additional@@UBE?AW4Comparison@PObject@@ABV3@@Z @5664 NONAME ?Compare@MCS_Connect_Initial@@UBE?AW4Comparison@PObject@@ABV3@@Z @5665 NONAME ?Compare@MCS_Connect_Response@@UBE?AW4Comparison@PObject@@ABV3@@Z @5666 NONAME ?Compare@MCS_Connect_Result@@UBE?AW4Comparison@PObject@@ABV3@@Z @5667 NONAME ?Compare@MCS_DomainParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5668 NONAME ?Compare@MCS_DPum@@UBE?AW4Comparison@PObject@@ABV3@@Z @5669 NONAME ?Compare@MCS_DUin@@UBE?AW4Comparison@PObject@@ABV3@@Z @5670 NONAME ?Compare@MCS_DUrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5671 NONAME ?Compare@MCS_EDrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5672 NONAME ?Compare@MCS_MCcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @5673 NONAME ?Compare@MCS_MCrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5674 NONAME ?Compare@MCS_MTcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @5675 NONAME ?Compare@MCS_MTrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5676 NONAME ?Compare@MCS_PCin@@UBE?AW4Comparison@PObject@@ABV3@@Z @5677 NONAME ?Compare@MCS_PDin@@UBE?AW4Comparison@PObject@@ABV3@@Z @5678 NONAME ?Compare@MCS_PTin@@UBE?AW4Comparison@PObject@@ABV3@@Z @5679 NONAME ?Compare@MCS_RJum@@UBE?AW4Comparison@PObject@@ABV3@@Z @5680 NONAME ?Compare@MCS_SDin@@UBE?AW4Comparison@PObject@@ABV3@@Z @5681 NONAME ?Compare@MCS_SDrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5682 NONAME ?Compare@MCS_TGcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @5683 NONAME ?Compare@MCS_TGrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5684 NONAME ?Compare@MCS_TIcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @5685 NONAME ?Compare@MCS_TIrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5686 NONAME ?Compare@MCS_TokenAttributes_given@@UBE?AW4Comparison@PObject@@ABV3@@Z @5687 NONAME ?Compare@MCS_TokenAttributes_giving@@UBE?AW4Comparison@PObject@@ABV3@@Z @5688 NONAME ?Compare@MCS_TokenAttributes_grabbed@@UBE?AW4Comparison@PObject@@ABV3@@Z @5689 NONAME ?Compare@MCS_TokenAttributes_inhibited@@UBE?AW4Comparison@PObject@@ABV3@@Z @5690 NONAME ?Compare@MCS_TokenAttributes_ungivable@@UBE?AW4Comparison@PObject@@ABV3@@Z @5691 NONAME ?Compare@MCS_TPin@@UBE?AW4Comparison@PObject@@ABV3@@Z @5692 NONAME ?Compare@MCS_TPrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5693 NONAME ?Compare@MCS_TRcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @5694 NONAME ?Compare@MCS_TRrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5695 NONAME ?Compare@MCS_TTcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @5696 NONAME ?Compare@MCS_TTrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5697 NONAME ?Compare@MCS_TVcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @5698 NONAME ?Compare@MCS_TVin@@UBE?AW4Comparison@PObject@@ABV3@@Z @5699 NONAME ?Compare@MCS_TVrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5700 NONAME ?Compare@MCS_TVrs@@UBE?AW4Comparison@PObject@@ABV3@@Z @5701 NONAME ?Compare@MCS_USin@@UBE?AW4Comparison@PObject@@ABV3@@Z @5702 NONAME ?Compare@MCS_USrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5703 NONAME ?Compare@T38_Data_Field_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @18868 NONAME ?Compare@T38_IFPPacket@@UBE?AW4Comparison@PObject@@ABV3@@Z @18869 NONAME ?Compare@T38_PreCorrigendum_Data_Field_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @21474 NONAME ?Compare@T38_PreCorrigendum_IFPPacket@@UBE?AW4Comparison@PObject@@ABV3@@Z @21475 NONAME ?Compare@T38_UDPTLPacket@@UBE?AW4Comparison@PObject@@ABV3@@Z @18870 NONAME ?Compare@T38_UDPTLPacket_error_recovery_fec_info@@UBE?AW4Comparison@PObject@@ABV3@@Z @18871 NONAME ?Compare@X880_Invoke@@UBE?AW4Comparison@PObject@@ABV3@@Z @14529 NONAME ?Compare@X880_Reject@@UBE?AW4Comparison@PObject@@ABV3@@Z @14530 NONAME ?Compare@X880_ReturnError@@UBE?AW4Comparison@PObject@@ABV3@@Z @14531 NONAME ?Compare@X880_ReturnResult@@UBE?AW4Comparison@PObject@@ABV3@@Z @14532 NONAME ?Compare@X880_ReturnResult_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @14533 NONAME ?CompareData@H323NonStandardCapabilityInfo@@IBE?AW4Comparison@PObject@@ABVPBYTEArray@@@Z @12896 NONAME ?CompareInfo@H323GenericCapabilityInfo@@IBE?AW4Comparison@PObject@@ABV1@@Z @45427 NONAME ?CompareInfo@H323NonStandardCapabilityInfo@@IBE?AW4Comparison@PObject@@ABV1@@Z @12897 NONAME ?CompareObjectMemoryDirect@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18562 NONAME ?CompareObjectMemoryDirect@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18563 NONAME ?CompareObjectMemoryDirect@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18564 NONAME ?CompareObjectMemoryDirect@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18565 NONAME ?CompareObjectMemoryDirect@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18566 NONAME ?CompareObjectMemoryDirect@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18567 NONAME ?CompareObjectMemoryDirect@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18568 NONAME ?CompareObjectMemoryDirect@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18569 NONAME ?CompareObjectMemoryDirect@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18570 NONAME ?CompareObjectMemoryDirect@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18571 NONAME ?CompareObjectMemoryDirect@?$PArray@V?$PList@VH323Capability@@@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @5714 NONAME ?CompareObjectMemoryDirect@?$PArray@VH323SimultaneousCapabilities@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @5715 NONAME ?CompareObjectMemoryDirect@?$PArray@VH323TransportAddress@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @25868 NONAME ?CompareObjectMemoryDirect@?$PArray@VReceiverReport@RTP_Session@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @12395 NONAME ?CompareObjectMemoryDirect@?$PArray@VSourceDescription@RTP_Session@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @12396 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @5717 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @22615 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @19445 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @5718 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @25869 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @5719 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPString@@VH323Connection@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @5720 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @19076 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPString@@VPOrdinalKey@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @25944 NONAME ?CompareObjectMemoryDirect@?$PList@VH235Authenticator@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @26435 NONAME ?CompareObjectMemoryDirect@?$PList@VH245_GenericParameter@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @45428 NONAME ?CompareObjectMemoryDirect@?$PList@VH263Packet@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @45964 NONAME ?CompareObjectMemoryDirect@?$PList@VH323Capability@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @5721 NONAME ?CompareObjectMemoryDirect@?$PList@VH323Channel@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @5722 NONAME ?CompareObjectMemoryDirect@?$PList@VH323GatekeeperListener@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @19077 NONAME ?CompareObjectMemoryDirect@?$PList@VH323Listener@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @5724 NONAME ?CompareObjectMemoryDirect@?$PList@VH323Transactor@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @23996 NONAME ?CompareObjectMemoryDirect@?$PList@VH450xHandler@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @19446 NONAME ?CompareObjectMemoryDirect@?$PList@VOpalMediaFormat@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @12924 NONAME ?CompareObjectMemoryDirect@?$PList@VPBYTEArray@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @23667 NONAME ?CompareObjectMemoryDirect@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @21404 NONAME ?CompareObjectMemoryDirect@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @25726 NONAME ?CompareObjectMemoryDirect@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @25727 NONAME ?CompareObjectMemoryDirect@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @21405 NONAME ?CompareObjectMemoryDirect@?$PSafePtr@VH323GatekeeperCall@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @20420 NONAME ?CompareObjectMemoryDirect@?$PSafePtr@VH323PeerElementDescriptor@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @25728 NONAME ?CompareObjectMemoryDirect@?$PSafePtr@VH323PeerElementServiceRelationship@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @25729 NONAME ?CompareObjectMemoryDirect@?$PSafePtr@VH323RegisteredEndPoint@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @20421 NONAME ?CompareObjectMemoryDirect@?$PSet@VPOrdinalKey@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @25945 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @20732 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VH225_AliasAddress@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @26078 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VH323GatekeeperCall@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @19078 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VH323PeerElementDescriptor@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @25730 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VH323PeerElementServiceRelationship@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @25731 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VMXRecord@PDNS@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @44982 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VResponse@H323Transactor@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @25870 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VSRVRecord@PDNS@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @44983 NONAME ?CompareObjectMemoryDirect@AlternateInfo@H323Gatekeeper@@UBE?AW4Comparison@PObject@@ABV4@@Z @20733 NONAME ?CompareObjectMemoryDirect@ByteQueue@OpalVoipBlasterDevice@@UBE?AW4Comparison@PObject@@ABV4@@Z @19996 NONAME ?CompareObjectMemoryDirect@FilterInfo@H323Codec@@UBE?AW4Comparison@PObject@@ABV4@@Z @20154 NONAME ?CompareObjectMemoryDirect@G7231_File_Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @20890 NONAME ?CompareObjectMemoryDirect@G7231_File_Codec@@UBE?AW4Comparison@PObject@@ABV3@@Z @20891 NONAME ?CompareObjectMemoryDirect@GCC_AlternativeNodeID@@UBE?AW4Comparison@PObject@@ABV3@@Z @5725 NONAME ?CompareObjectMemoryDirect@GCC_ApplicationInvokeIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5726 NONAME ?CompareObjectMemoryDirect@GCC_ApplicationInvokeSpecifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @5727 NONAME ?CompareObjectMemoryDirect@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@UBE?AW4Comparison@PObject@@ABV3@@Z @5728 NONAME ?CompareObjectMemoryDirect@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5729 NONAME ?CompareObjectMemoryDirect@GCC_ApplicationRecord@@UBE?AW4Comparison@PObject@@ABV3@@Z @5730 NONAME ?CompareObjectMemoryDirect@GCC_ApplicationRecord_nonCollapsingCapabilities@@UBE?AW4Comparison@PObject@@ABV3@@Z @5731 NONAME ?CompareObjectMemoryDirect@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5732 NONAME ?CompareObjectMemoryDirect@GCC_ArrayOf_ApplicationInvokeSpecifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @5733 NONAME ?CompareObjectMemoryDirect@GCC_ArrayOf_ChallengeItem@@UBE?AW4Comparison@PObject@@ABV3@@Z @5734 NONAME ?CompareObjectMemoryDirect@GCC_ArrayOf_ConferenceDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @5735 NONAME ?CompareObjectMemoryDirect@GCC_ArrayOf_Privilege@@UBE?AW4Comparison@PObject@@ABV3@@Z @5736 NONAME ?CompareObjectMemoryDirect@GCC_ArrayOf_TextString@@UBE?AW4Comparison@PObject@@ABV3@@Z @5737 NONAME ?CompareObjectMemoryDirect@GCC_ArrayOf_UserID@@UBE?AW4Comparison@PObject@@ABV3@@Z @5738 NONAME ?CompareObjectMemoryDirect@GCC_AsymmetryIndicator@@UBE?AW4Comparison@PObject@@ABV3@@Z @5739 NONAME ?CompareObjectMemoryDirect@GCC_CapabilityClass@@UBE?AW4Comparison@PObject@@ABV3@@Z @5740 NONAME ?CompareObjectMemoryDirect@GCC_CapabilityID@@UBE?AW4Comparison@PObject@@ABV3@@Z @5741 NONAME ?CompareObjectMemoryDirect@GCC_ChallengeItem@@UBE?AW4Comparison@PObject@@ABV3@@Z @5742 NONAME ?CompareObjectMemoryDirect@GCC_ChallengeRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5743 NONAME ?CompareObjectMemoryDirect@GCC_ChallengeResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5744 NONAME ?CompareObjectMemoryDirect@GCC_ChallengeResponseAlgorithm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5745 NONAME ?CompareObjectMemoryDirect@GCC_ChallengeResponseItem@@UBE?AW4Comparison@PObject@@ABV3@@Z @5746 NONAME ?CompareObjectMemoryDirect@GCC_ChannelID@@UBE?AW4Comparison@PObject@@ABV3@@Z @5747 NONAME ?CompareObjectMemoryDirect@GCC_ChannelType@@UBE?AW4Comparison@PObject@@ABV3@@Z @5748 NONAME ?CompareObjectMemoryDirect@GCC_ConductorAssignIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5749 NONAME ?CompareObjectMemoryDirect@GCC_ConductorPermissionAskIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5750 NONAME ?CompareObjectMemoryDirect@GCC_ConductorPermissionGrantIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5751 NONAME ?CompareObjectMemoryDirect@GCC_ConductorReleaseIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5752 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceAddRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5753 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceAddResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5754 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceAddResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @5755 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceAssistanceIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5756 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceCreateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5757 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceCreateResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5758 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceCreateResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @5759 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @5760 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceEjectUserIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5761 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceEjectUserIndication_reason@@UBE?AW4Comparison@PObject@@ABV3@@Z @5762 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceEjectUserRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5763 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceEjectUserRequest_reason@@UBE?AW4Comparison@PObject@@ABV3@@Z @5764 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceEjectUserResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5765 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceEjectUserResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @5766 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceInviteRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5767 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceInviteResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5768 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceInviteResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @5769 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceJoinRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5770 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceJoinResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5771 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceJoinResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @5772 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceLockIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5773 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceLockRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5774 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceLockResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5775 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceLockResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @5776 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceName@@UBE?AW4Comparison@PObject@@ABV3@@Z @5777 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceNameModifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @5778 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceNameSelector@@UBE?AW4Comparison@PObject@@ABV3@@Z @5779 NONAME ?CompareObjectMemoryDirect@GCC_ConferencePriority@@UBE?AW4Comparison@PObject@@ABV3@@Z @5780 NONAME ?CompareObjectMemoryDirect@GCC_ConferencePriorityScheme@@UBE?AW4Comparison@PObject@@ABV3@@Z @5781 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceQueryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5782 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceQueryResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5783 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceQueryResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @5784 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTerminateIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5785 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTerminateIndication_reason@@UBE?AW4Comparison@PObject@@ABV3@@Z @5786 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTerminateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5787 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTerminateRequest_reason@@UBE?AW4Comparison@PObject@@ABV3@@Z @5788 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTerminateResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5789 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTerminateResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @5790 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTimeExtendIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5791 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTimeInquireIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5792 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTimeRemainingIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5793 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTransferIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5794 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTransferRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5795 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTransferResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5796 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTransferResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @5797 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceUnlockIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5798 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceUnlockRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5799 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceUnlockResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5800 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceUnlockResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @5801 NONAME ?CompareObjectMemoryDirect@GCC_ConnectData@@UBE?AW4Comparison@PObject@@ABV3@@Z @5802 NONAME ?CompareObjectMemoryDirect@GCC_ConnectGCCPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @5803 NONAME ?CompareObjectMemoryDirect@GCC_DialingString@@UBE?AW4Comparison@PObject@@ABV3@@Z @5804 NONAME ?CompareObjectMemoryDirect@GCC_DynamicChannelID@@UBE?AW4Comparison@PObject@@ABV3@@Z @5805 NONAME ?CompareObjectMemoryDirect@GCC_DynamicTokenID@@UBE?AW4Comparison@PObject@@ABV3@@Z @5806 NONAME ?CompareObjectMemoryDirect@GCC_EntityID@@UBE?AW4Comparison@PObject@@ABV3@@Z @5807 NONAME ?CompareObjectMemoryDirect@GCC_ExtraDialingString@@UBE?AW4Comparison@PObject@@ABV3@@Z @5808 NONAME ?CompareObjectMemoryDirect@GCC_FunctionNotSupportedResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5809 NONAME ?CompareObjectMemoryDirect@GCC_GCCPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @5810 NONAME ?CompareObjectMemoryDirect@GCC_H221NonStandardIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @5811 NONAME ?CompareObjectMemoryDirect@GCC_Handle@@UBE?AW4Comparison@PObject@@ABV3@@Z @5812 NONAME ?CompareObjectMemoryDirect@GCC_IndicationPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @5813 NONAME ?CompareObjectMemoryDirect@GCC_Key@@UBE?AW4Comparison@PObject@@ABV3@@Z @5814 NONAME ?CompareObjectMemoryDirect@GCC_NetworkAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @5815 NONAME ?CompareObjectMemoryDirect@GCC_NetworkAddress_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5816 NONAME ?CompareObjectMemoryDirect@GCC_NetworkAddress_subtype_aggregatedChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @5817 NONAME ?CompareObjectMemoryDirect@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBE?AW4Comparison@PObject@@ABV3@@Z @5818 NONAME ?CompareObjectMemoryDirect@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBE?AW4Comparison@PObject@@ABV3@@Z @5819 NONAME ?CompareObjectMemoryDirect@GCC_NetworkAddress_subtype_transportConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @5820 NONAME ?CompareObjectMemoryDirect@GCC_NodeProperties@@UBE?AW4Comparison@PObject@@ABV3@@Z @5821 NONAME ?CompareObjectMemoryDirect@GCC_NodeRecord@@UBE?AW4Comparison@PObject@@ABV3@@Z @5822 NONAME ?CompareObjectMemoryDirect@GCC_NodeType@@UBE?AW4Comparison@PObject@@ABV3@@Z @5823 NONAME ?CompareObjectMemoryDirect@GCC_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @5824 NONAME ?CompareObjectMemoryDirect@GCC_NonStandardPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @5825 NONAME ?CompareObjectMemoryDirect@GCC_Password@@UBE?AW4Comparison@PObject@@ABV3@@Z @5826 NONAME ?CompareObjectMemoryDirect@GCC_PasswordChallengeRequestResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5827 NONAME ?CompareObjectMemoryDirect@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5828 NONAME ?CompareObjectMemoryDirect@GCC_PasswordSelector@@UBE?AW4Comparison@PObject@@ABV3@@Z @5829 NONAME ?CompareObjectMemoryDirect@GCC_Privilege@@UBE?AW4Comparison@PObject@@ABV3@@Z @5830 NONAME ?CompareObjectMemoryDirect@GCC_RegistryAllocateHandleRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5831 NONAME ?CompareObjectMemoryDirect@GCC_RegistryAllocateHandleResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5832 NONAME ?CompareObjectMemoryDirect@GCC_RegistryAllocateHandleResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @5833 NONAME ?CompareObjectMemoryDirect@GCC_RegistryAssignTokenRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5834 NONAME ?CompareObjectMemoryDirect@GCC_RegistryDeleteEntryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5835 NONAME ?CompareObjectMemoryDirect@GCC_RegistryEntryOwner@@UBE?AW4Comparison@PObject@@ABV3@@Z @5836 NONAME ?CompareObjectMemoryDirect@GCC_RegistryEntryOwner_owned@@UBE?AW4Comparison@PObject@@ABV3@@Z @5837 NONAME ?CompareObjectMemoryDirect@GCC_RegistryItem@@UBE?AW4Comparison@PObject@@ABV3@@Z @5838 NONAME ?CompareObjectMemoryDirect@GCC_RegistryKey@@UBE?AW4Comparison@PObject@@ABV3@@Z @5839 NONAME ?CompareObjectMemoryDirect@GCC_RegistryModificationRights@@UBE?AW4Comparison@PObject@@ABV3@@Z @5840 NONAME ?CompareObjectMemoryDirect@GCC_RegistryMonitorEntryIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5841 NONAME ?CompareObjectMemoryDirect@GCC_RegistryMonitorEntryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5842 NONAME ?CompareObjectMemoryDirect@GCC_RegistryRegisterChannelRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5843 NONAME ?CompareObjectMemoryDirect@GCC_RegistryResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5844 NONAME ?CompareObjectMemoryDirect@GCC_RegistryResponse_primitiveType@@UBE?AW4Comparison@PObject@@ABV3@@Z @5845 NONAME ?CompareObjectMemoryDirect@GCC_RegistryResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @5846 NONAME ?CompareObjectMemoryDirect@GCC_RegistryRetrieveEntryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5847 NONAME ?CompareObjectMemoryDirect@GCC_RegistrySetParameterRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5848 NONAME ?CompareObjectMemoryDirect@GCC_RequestPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @5849 NONAME ?CompareObjectMemoryDirect@GCC_ResponsePDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @5850 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5851 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @5852 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5853 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@UBE?AW4Comparison@PObject@@ABV3@@Z @5854 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@UBE?AW4Comparison@PObject@@ABV3@@Z @5855 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5856 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@UBE?AW4Comparison@PObject@@ABV3@@Z @5857 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@UBE?AW4Comparison@PObject@@ABV3@@Z @5858 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5859 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@UBE?AW4Comparison@PObject@@ABV3@@Z @5860 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5861 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@UBE?AW4Comparison@PObject@@ABV3@@Z @5862 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_nodeInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @5863 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@UBE?AW4Comparison@PObject@@ABV3@@Z @5864 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@UBE?AW4Comparison@PObject@@ABV3@@Z @5865 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5866 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@UBE?AW4Comparison@PObject@@ABV3@@Z @5867 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5868 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@UBE?AW4Comparison@PObject@@ABV3@@Z @5869 NONAME ?CompareObjectMemoryDirect@GCC_SessionKey@@UBE?AW4Comparison@PObject@@ABV3@@Z @5870 NONAME ?CompareObjectMemoryDirect@GCC_SimpleNumericString@@UBE?AW4Comparison@PObject@@ABV3@@Z @5871 NONAME ?CompareObjectMemoryDirect@GCC_SimpleTextString@@UBE?AW4Comparison@PObject@@ABV3@@Z @5872 NONAME ?CompareObjectMemoryDirect@GCC_StaticChannelID@@UBE?AW4Comparison@PObject@@ABV3@@Z @5873 NONAME ?CompareObjectMemoryDirect@GCC_StaticTokenID@@UBE?AW4Comparison@PObject@@ABV3@@Z @5874 NONAME ?CompareObjectMemoryDirect@GCC_SubAddressString@@UBE?AW4Comparison@PObject@@ABV3@@Z @5875 NONAME ?CompareObjectMemoryDirect@GCC_TerminationMethod@@UBE?AW4Comparison@PObject@@ABV3@@Z @5876 NONAME ?CompareObjectMemoryDirect@GCC_TextMessageIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5877 NONAME ?CompareObjectMemoryDirect@GCC_TextString@@UBE?AW4Comparison@PObject@@ABV3@@Z @5878 NONAME ?CompareObjectMemoryDirect@GCC_Time@@UBE?AW4Comparison@PObject@@ABV3@@Z @5879 NONAME ?CompareObjectMemoryDirect@GCC_TokenID@@UBE?AW4Comparison@PObject@@ABV3@@Z @5880 NONAME ?CompareObjectMemoryDirect@GCC_UserData@@UBE?AW4Comparison@PObject@@ABV3@@Z @5881 NONAME ?CompareObjectMemoryDirect@GCC_UserData_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5882 NONAME ?CompareObjectMemoryDirect@GCC_UserID@@UBE?AW4Comparison@PObject@@ABV3@@Z @5883 NONAME ?CompareObjectMemoryDirect@GCC_UserIDIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5884 NONAME ?CompareObjectMemoryDirect@H225CallThread@@UBE?AW4Comparison@PObject@@ABV3@@Z @5885 NONAME ?CompareObjectMemoryDirect@H225TransportThread@@UBE?AW4Comparison@PObject@@ABV3@@Z @5887 NONAME ?CompareObjectMemoryDirect@H225_AddressPattern@@UBE?AW4Comparison@PObject@@ABV3@@Z @17406 NONAME ?CompareObjectMemoryDirect@H225_AddressPattern_range@@UBE?AW4Comparison@PObject@@ABV3@@Z @17407 NONAME ?CompareObjectMemoryDirect@H225_AdmissionConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5888 NONAME ?CompareObjectMemoryDirect@H225_AdmissionConfirm_language@@UBE?AW4Comparison@PObject@@ABV3@@Z @17408 NONAME ?CompareObjectMemoryDirect@H225_AdmissionReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5889 NONAME ?CompareObjectMemoryDirect@H225_AdmissionRejectReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @5890 NONAME ?CompareObjectMemoryDirect@H225_AdmissionRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5891 NONAME ?CompareObjectMemoryDirect@H225_Alerting_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5892 NONAME ?CompareObjectMemoryDirect@H225_AliasAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @5893 NONAME ?CompareObjectMemoryDirect@H225_AlternateGK@@UBE?AW4Comparison@PObject@@ABV3@@Z @5894 NONAME ?CompareObjectMemoryDirect@H225_AlternateTransportAddresses@@UBE?AW4Comparison@PObject@@ABV3@@Z @17409 NONAME ?CompareObjectMemoryDirect@H225_AltGKInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5895 NONAME ?CompareObjectMemoryDirect@H225_ANSI_41_UIM@@UBE?AW4Comparison@PObject@@ABV3@@Z @17410 NONAME ?CompareObjectMemoryDirect@H225_ANSI_41_UIM_system_id@@UBE?AW4Comparison@PObject@@ABV3@@Z @17411 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_AddressPattern@@UBE?AW4Comparison@PObject@@ABV3@@Z @17412 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_AdmissionConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @27006 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_AliasAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @5896 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_AlternateGK@@UBE?AW4Comparison@PObject@@ABV3@@Z @5897 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_AuthenticationMechanism@@UBE?AW4Comparison@PObject@@ABV3@@Z @5898 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_BandwidthDetails@@UBE?AW4Comparison@PObject@@ABV3@@Z @17413 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_CallReferenceValue@@UBE?AW4Comparison@PObject@@ABV3@@Z @5899 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_CallsAvailable@@UBE?AW4Comparison@PObject@@ABV3@@Z @17414 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_ClearToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @5900 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_ConferenceIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @5901 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_ConferenceList@@UBE?AW4Comparison@PObject@@ABV3@@Z @5902 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_CryptoH323Token@@UBE?AW4Comparison@PObject@@ABV3@@Z @5903 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_DataRate@@UBE?AW4Comparison@PObject@@ABV3@@Z @5904 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_Endpoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @5905 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_EnumeratedParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @17415 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_ExtendedAliasAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @17416 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_FeatureDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @17417 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_GenericData@@UBE?AW4Comparison@PObject@@ABV3@@Z @17418 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_H245Security@@UBE?AW4Comparison@PObject@@ABV3@@Z @5906 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_H248PackagesDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @17419 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_IntegrityMechanism@@UBE?AW4Comparison@PObject@@ABV3@@Z @5907 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @5908 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_PartyNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @17420 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_PASN_ObjectId@@UBE?AW4Comparison@PObject@@ABV3@@Z @5909 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_PASN_OctetString@@UBE?AW4Comparison@PObject@@ABV3@@Z @5910 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_RasUsageSpecification@@UBE?AW4Comparison@PObject@@ABV3@@Z @17421 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_RTPSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @5911 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_ServiceControlSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @17422 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_SupportedPrefix@@UBE?AW4Comparison@PObject@@ABV3@@Z @5912 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_SupportedProtocols@@UBE?AW4Comparison@PObject@@ABV3@@Z @5913 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_TransportAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @5914 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_TransportChannelInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5915 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_TunnelledProtocol@@UBE?AW4Comparison@PObject@@ABV3@@Z @17423 NONAME ?CompareObjectMemoryDirect@H225_BandRejectReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @5916 NONAME ?CompareObjectMemoryDirect@H225_BandWidth@@UBE?AW4Comparison@PObject@@ABV3@@Z @5917 NONAME ?CompareObjectMemoryDirect@H225_BandwidthConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5918 NONAME ?CompareObjectMemoryDirect@H225_BandwidthDetails@@UBE?AW4Comparison@PObject@@ABV3@@Z @17424 NONAME ?CompareObjectMemoryDirect@H225_BandwidthReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5919 NONAME ?CompareObjectMemoryDirect@H225_BandwidthRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5920 NONAME ?CompareObjectMemoryDirect@H225_CallCapacity@@UBE?AW4Comparison@PObject@@ABV3@@Z @17425 NONAME ?CompareObjectMemoryDirect@H225_CallCapacityInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @17426 NONAME ?CompareObjectMemoryDirect@H225_CallCreditCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @17427 NONAME ?CompareObjectMemoryDirect@H225_CallCreditServiceControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @17428 NONAME ?CompareObjectMemoryDirect@H225_CallCreditServiceControl_billingMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @17429 NONAME ?CompareObjectMemoryDirect@H225_CallCreditServiceControl_callStartingPoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @17430 NONAME ?CompareObjectMemoryDirect@H225_CallIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @5921 NONAME ?CompareObjectMemoryDirect@H225_CallLinkage@@UBE?AW4Comparison@PObject@@ABV3@@Z @17431 NONAME ?CompareObjectMemoryDirect@H225_CallModel@@UBE?AW4Comparison@PObject@@ABV3@@Z @5922 NONAME ?CompareObjectMemoryDirect@H225_CallProceeding_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5923 NONAME ?CompareObjectMemoryDirect@H225_CallReferenceValue@@UBE?AW4Comparison@PObject@@ABV3@@Z @5924 NONAME ?CompareObjectMemoryDirect@H225_CallsAvailable@@UBE?AW4Comparison@PObject@@ABV3@@Z @17432 NONAME ?CompareObjectMemoryDirect@H225_CallTerminationCause@@UBE?AW4Comparison@PObject@@ABV3@@Z @17433 NONAME ?CompareObjectMemoryDirect@H225_CallType@@UBE?AW4Comparison@PObject@@ABV3@@Z @5925 NONAME ?CompareObjectMemoryDirect@H225_CapacityReportingCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @17434 NONAME ?CompareObjectMemoryDirect@H225_CapacityReportingSpecification@@UBE?AW4Comparison@PObject@@ABV3@@Z @17435 NONAME ?CompareObjectMemoryDirect@H225_CapacityReportingSpecification_when@@UBE?AW4Comparison@PObject@@ABV3@@Z @17436 NONAME ?CompareObjectMemoryDirect@H225_CarrierInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @27007 NONAME ?CompareObjectMemoryDirect@H225_CicInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @17437 NONAME ?CompareObjectMemoryDirect@H225_CicInfo_cic@@UBE?AW4Comparison@PObject@@ABV3@@Z @17438 NONAME ?CompareObjectMemoryDirect@H225_CircuitIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @17439 NONAME ?CompareObjectMemoryDirect@H225_CircuitInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @17440 NONAME ?CompareObjectMemoryDirect@H225_ConferenceIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @5926 NONAME ?CompareObjectMemoryDirect@H225_ConferenceList@@UBE?AW4Comparison@PObject@@ABV3@@Z @5927 NONAME ?CompareObjectMemoryDirect@H225_Connect_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5928 NONAME ?CompareObjectMemoryDirect@H225_Connect_UUIE_language@@UBE?AW4Comparison@PObject@@ABV3@@Z @17441 NONAME ?CompareObjectMemoryDirect@H225_Content@@UBE?AW4Comparison@PObject@@ABV3@@Z @17442 NONAME ?CompareObjectMemoryDirect@H225_CryptoH323Token@@UBE?AW4Comparison@PObject@@ABV3@@Z @5929 NONAME ?CompareObjectMemoryDirect@H225_CryptoH323Token_cryptoEPPwdHash@@UBE?AW4Comparison@PObject@@ABV3@@Z @5930 NONAME ?CompareObjectMemoryDirect@H225_CryptoH323Token_cryptoGKPwdHash@@UBE?AW4Comparison@PObject@@ABV3@@Z @5931 NONAME ?CompareObjectMemoryDirect@H225_DataRate@@UBE?AW4Comparison@PObject@@ABV3@@Z @5932 NONAME ?CompareObjectMemoryDirect@H225_DisengageConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5933 NONAME ?CompareObjectMemoryDirect@H225_DisengageReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @5934 NONAME ?CompareObjectMemoryDirect@H225_DisengageReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5935 NONAME ?CompareObjectMemoryDirect@H225_DisengageRejectReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @5936 NONAME ?CompareObjectMemoryDirect@H225_DisengageRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5937 NONAME ?CompareObjectMemoryDirect@H225_EncodedFastStartToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @18572 NONAME ?CompareObjectMemoryDirect@H225_EncryptIntAlg@@UBE?AW4Comparison@PObject@@ABV3@@Z @5938 NONAME ?CompareObjectMemoryDirect@H225_Endpoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @5939 NONAME ?CompareObjectMemoryDirect@H225_EndpointIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @5940 NONAME ?CompareObjectMemoryDirect@H225_EndpointType@@UBE?AW4Comparison@PObject@@ABV3@@Z @5941 NONAME ?CompareObjectMemoryDirect@H225_EnumeratedParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @17443 NONAME ?CompareObjectMemoryDirect@H225_ExtendedAliasAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @17444 NONAME ?CompareObjectMemoryDirect@H225_FacilityReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @5942 NONAME ?CompareObjectMemoryDirect@H225_Facility_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5943 NONAME ?CompareObjectMemoryDirect@H225_FastStartToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @5944 NONAME ?CompareObjectMemoryDirect@H225_FeatureDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @17445 NONAME ?CompareObjectMemoryDirect@H225_FeatureSet@@UBE?AW4Comparison@PObject@@ABV3@@Z @17446 NONAME ?CompareObjectMemoryDirect@H225_GatekeeperConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5945 NONAME ?CompareObjectMemoryDirect@H225_GatekeeperIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @5946 NONAME ?CompareObjectMemoryDirect@H225_GatekeeperInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5947 NONAME ?CompareObjectMemoryDirect@H225_GatekeeperReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5948 NONAME ?CompareObjectMemoryDirect@H225_GatekeeperRejectReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @5949 NONAME ?CompareObjectMemoryDirect@H225_GatekeeperRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5950 NONAME ?CompareObjectMemoryDirect@H225_GatewayInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5951 NONAME ?CompareObjectMemoryDirect@H225_GenericData@@UBE?AW4Comparison@PObject@@ABV3@@Z @17447 NONAME ?CompareObjectMemoryDirect@H225_GenericIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @17448 NONAME ?CompareObjectMemoryDirect@H225_GloballyUniqueID@@UBE?AW4Comparison@PObject@@ABV3@@Z @5952 NONAME ?CompareObjectMemoryDirect@H225_GroupID@@UBE?AW4Comparison@PObject@@ABV3@@Z @17449 NONAME ?CompareObjectMemoryDirect@H225_GroupID_member@@UBE?AW4Comparison@PObject@@ABV3@@Z @17450 NONAME ?CompareObjectMemoryDirect@H225_GSM_UIM@@UBE?AW4Comparison@PObject@@ABV3@@Z @17451 NONAME ?CompareObjectMemoryDirect@H225_H221NonStandard@@UBE?AW4Comparison@PObject@@ABV3@@Z @5953 NONAME ?CompareObjectMemoryDirect@H225_H245Security@@UBE?AW4Comparison@PObject@@ABV3@@Z @5954 NONAME ?CompareObjectMemoryDirect@H225_H248PackagesDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @17452 NONAME ?CompareObjectMemoryDirect@H225_H248SignalsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @17453 NONAME ?CompareObjectMemoryDirect@H225_H310Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5955 NONAME ?CompareObjectMemoryDirect@H225_H320Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5956 NONAME ?CompareObjectMemoryDirect@H225_H321Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5957 NONAME ?CompareObjectMemoryDirect@H225_H322Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5958 NONAME ?CompareObjectMemoryDirect@H225_H323Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5959 NONAME ?CompareObjectMemoryDirect@H225_H323_UserInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @5960 NONAME ?CompareObjectMemoryDirect@H225_H323_UserInformation_user_data@@UBE?AW4Comparison@PObject@@ABV3@@Z @5961 NONAME ?CompareObjectMemoryDirect@H225_H323_UU_PDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @5962 NONAME ?CompareObjectMemoryDirect@H225_H323_UU_PDU_h323_message_body@@UBE?AW4Comparison@PObject@@ABV3@@Z @5963 NONAME ?CompareObjectMemoryDirect@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @17454 NONAME ?CompareObjectMemoryDirect@H225_H324Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5964 NONAME ?CompareObjectMemoryDirect@H225_ICV@@UBE?AW4Comparison@PObject@@ABV3@@Z @5965 NONAME ?CompareObjectMemoryDirect@H225_InfoRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5966 NONAME ?CompareObjectMemoryDirect@H225_InfoRequestAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5967 NONAME ?CompareObjectMemoryDirect@H225_InfoRequestNak@@UBE?AW4Comparison@PObject@@ABV3@@Z @5968 NONAME ?CompareObjectMemoryDirect@H225_InfoRequestNakReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @5969 NONAME ?CompareObjectMemoryDirect@H225_InfoRequestResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5970 NONAME ?CompareObjectMemoryDirect@H225_InfoRequestResponseStatus@@UBE?AW4Comparison@PObject@@ABV3@@Z @17455 NONAME ?CompareObjectMemoryDirect@H225_InfoRequestResponse_perCallInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5971 NONAME ?CompareObjectMemoryDirect@H225_InfoRequestResponse_perCallInfo_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5972 NONAME ?CompareObjectMemoryDirect@H225_InfoRequestResponse_perCallInfo_subtype_pdu@@UBE?AW4Comparison@PObject@@ABV3@@Z @5973 NONAME ?CompareObjectMemoryDirect@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5974 NONAME ?CompareObjectMemoryDirect@H225_Information_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5975 NONAME ?CompareObjectMemoryDirect@H225_IntegrityMechanism@@UBE?AW4Comparison@PObject@@ABV3@@Z @5976 NONAME ?CompareObjectMemoryDirect@H225_LocationConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5977 NONAME ?CompareObjectMemoryDirect@H225_LocationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5978 NONAME ?CompareObjectMemoryDirect@H225_LocationRejectReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @5979 NONAME ?CompareObjectMemoryDirect@H225_LocationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5980 NONAME ?CompareObjectMemoryDirect@H225_McuInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5981 NONAME ?CompareObjectMemoryDirect@H225_MobileUIM@@UBE?AW4Comparison@PObject@@ABV3@@Z @17456 NONAME ?CompareObjectMemoryDirect@H225_NonIsoIntegrityMechanism@@UBE?AW4Comparison@PObject@@ABV3@@Z @5982 NONAME ?CompareObjectMemoryDirect@H225_NonStandardIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @5983 NONAME ?CompareObjectMemoryDirect@H225_NonStandardMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @5984 NONAME ?CompareObjectMemoryDirect@H225_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @5985 NONAME ?CompareObjectMemoryDirect@H225_NonStandardProtocol@@UBE?AW4Comparison@PObject@@ABV3@@Z @5986 NONAME ?CompareObjectMemoryDirect@H225_Notify_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @17457 NONAME ?CompareObjectMemoryDirect@H225_NumberDigits@@UBE?AW4Comparison@PObject@@ABV3@@Z @5987 NONAME ?CompareObjectMemoryDirect@H225_PartyNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @5988 NONAME ?CompareObjectMemoryDirect@H225_PresentationIndicator@@UBE?AW4Comparison@PObject@@ABV3@@Z @17458 NONAME ?CompareObjectMemoryDirect@H225_PrivatePartyNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @5989 NONAME ?CompareObjectMemoryDirect@H225_PrivateTypeOfNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @5990 NONAME ?CompareObjectMemoryDirect@H225_Progress_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5991 NONAME ?CompareObjectMemoryDirect@H225_ProtocolIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @5992 NONAME ?CompareObjectMemoryDirect@H225_PublicPartyNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @5993 NONAME ?CompareObjectMemoryDirect@H225_PublicTypeOfNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @5994 NONAME ?CompareObjectMemoryDirect@H225_Q954Details@@UBE?AW4Comparison@PObject@@ABV3@@Z @5995 NONAME ?CompareObjectMemoryDirect@H225_QseriesOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @5996 NONAME ?CompareObjectMemoryDirect@H225_RAS@@UBE?AW4Comparison@PObject@@ABV3@@Z @18674 NONAME ?CompareObjectMemoryDirect@H225_RasMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @5997 NONAME ?CompareObjectMemoryDirect@H225_RasUsageInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @17459 NONAME ?CompareObjectMemoryDirect@H225_RasUsageInfoTypes@@UBE?AW4Comparison@PObject@@ABV3@@Z @17460 NONAME ?CompareObjectMemoryDirect@H225_RasUsageSpecification@@UBE?AW4Comparison@PObject@@ABV3@@Z @17461 NONAME ?CompareObjectMemoryDirect@H225_RasUsageSpecification_callStartingPoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @17462 NONAME ?CompareObjectMemoryDirect@H225_RasUsageSpecification_when@@UBE?AW4Comparison@PObject@@ABV3@@Z @17463 NONAME ?CompareObjectMemoryDirect@H225_RegistrationConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5998 NONAME ?CompareObjectMemoryDirect@H225_RegistrationConfirm_preGrantedARQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @5999 NONAME ?CompareObjectMemoryDirect@H225_RegistrationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @6000 NONAME ?CompareObjectMemoryDirect@H225_RegistrationRejectReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @6001 NONAME ?CompareObjectMemoryDirect@H225_RegistrationRejectReason_invalidTerminalAliases@@UBE?AW4Comparison@PObject@@ABV3@@Z @17464 NONAME ?CompareObjectMemoryDirect@H225_RegistrationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @6002 NONAME ?CompareObjectMemoryDirect@H225_ReleaseCompleteReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @6003 NONAME ?CompareObjectMemoryDirect@H225_ReleaseComplete_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @6004 NONAME ?CompareObjectMemoryDirect@H225_RequestInProgress@@UBE?AW4Comparison@PObject@@ABV3@@Z @6005 NONAME ?CompareObjectMemoryDirect@H225_RequestSeqNum@@UBE?AW4Comparison@PObject@@ABV3@@Z @6006 NONAME ?CompareObjectMemoryDirect@H225_ResourcesAvailableConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @6007 NONAME ?CompareObjectMemoryDirect@H225_ResourcesAvailableIndicate@@UBE?AW4Comparison@PObject@@ABV3@@Z @6008 NONAME ?CompareObjectMemoryDirect@H225_RTPSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @6009 NONAME ?CompareObjectMemoryDirect@H225_RTPSession_associatedSessionIds@@UBE?AW4Comparison@PObject@@ABV3@@Z @6010 NONAME ?CompareObjectMemoryDirect@H225_ScnConnectionAggregation@@UBE?AW4Comparison@PObject@@ABV3@@Z @17465 NONAME ?CompareObjectMemoryDirect@H225_ScnConnectionType@@UBE?AW4Comparison@PObject@@ABV3@@Z @17466 NONAME ?CompareObjectMemoryDirect@H225_ScreeningIndicator@@UBE?AW4Comparison@PObject@@ABV3@@Z @17467 NONAME ?CompareObjectMemoryDirect@H225_SecurityCapabilities@@UBE?AW4Comparison@PObject@@ABV3@@Z @6011 NONAME ?CompareObjectMemoryDirect@H225_SecurityErrors2@@UBE?AW4Comparison@PObject@@ABV3@@Z @27008 NONAME ?CompareObjectMemoryDirect@H225_SecurityErrors@@UBE?AW4Comparison@PObject@@ABV3@@Z @27009 NONAME ?CompareObjectMemoryDirect@H225_SecurityServiceMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6012 NONAME ?CompareObjectMemoryDirect@H225_ServiceControlDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @17468 NONAME ?CompareObjectMemoryDirect@H225_ServiceControlIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @17469 NONAME ?CompareObjectMemoryDirect@H225_ServiceControlIndication_callSpecific@@UBE?AW4Comparison@PObject@@ABV3@@Z @17470 NONAME ?CompareObjectMemoryDirect@H225_ServiceControlResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @17471 NONAME ?CompareObjectMemoryDirect@H225_ServiceControlResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @17472 NONAME ?CompareObjectMemoryDirect@H225_ServiceControlSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @17473 NONAME ?CompareObjectMemoryDirect@H225_ServiceControlSession_reason@@UBE?AW4Comparison@PObject@@ABV3@@Z @17474 NONAME ?CompareObjectMemoryDirect@H225_SetupAcknowledge_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @17475 NONAME ?CompareObjectMemoryDirect@H225_Setup_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @6013 NONAME ?CompareObjectMemoryDirect@H225_Setup_UUIE_conferenceGoal@@UBE?AW4Comparison@PObject@@ABV3@@Z @6014 NONAME ?CompareObjectMemoryDirect@H225_Setup_UUIE_connectionParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @17476 NONAME ?CompareObjectMemoryDirect@H225_Setup_UUIE_language@@UBE?AW4Comparison@PObject@@ABV3@@Z @17477 NONAME ?CompareObjectMemoryDirect@H225_SIPCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @27010 NONAME ?CompareObjectMemoryDirect@H225_StatusInquiry_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @17478 NONAME ?CompareObjectMemoryDirect@H225_Status_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @17479 NONAME ?CompareObjectMemoryDirect@H225_StimulusControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @17480 NONAME ?CompareObjectMemoryDirect@H225_SupportedPrefix@@UBE?AW4Comparison@PObject@@ABV3@@Z @6015 NONAME ?CompareObjectMemoryDirect@H225_SupportedProtocols@@UBE?AW4Comparison@PObject@@ABV3@@Z @6016 NONAME ?CompareObjectMemoryDirect@H225_T120OnlyCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @6017 NONAME ?CompareObjectMemoryDirect@H225_T38FaxAnnexbOnlyCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @17481 NONAME ?CompareObjectMemoryDirect@H225_TBCD_STRING@@UBE?AW4Comparison@PObject@@ABV3@@Z @17482 NONAME ?CompareObjectMemoryDirect@H225_TerminalInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @6018 NONAME ?CompareObjectMemoryDirect@H225_TimeToLive@@UBE?AW4Comparison@PObject@@ABV3@@Z @6019 NONAME ?CompareObjectMemoryDirect@H225_TransportAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @6020 NONAME ?CompareObjectMemoryDirect@H225_TransportAddress_ip6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @6021 NONAME ?CompareObjectMemoryDirect@H225_TransportAddress_ipAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @6022 NONAME ?CompareObjectMemoryDirect@H225_TransportAddress_ipSourceRoute@@UBE?AW4Comparison@PObject@@ABV3@@Z @6023 NONAME ?CompareObjectMemoryDirect@H225_TransportAddress_ipSourceRoute_route@@UBE?AW4Comparison@PObject@@ABV3@@Z @6024 NONAME ?CompareObjectMemoryDirect@H225_TransportAddress_ipSourceRoute_routing@@UBE?AW4Comparison@PObject@@ABV3@@Z @6025 NONAME ?CompareObjectMemoryDirect@H225_TransportAddress_ipxAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @6026 NONAME ?CompareObjectMemoryDirect@H225_TransportChannelInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @6027 NONAME ?CompareObjectMemoryDirect@H225_TransportQOS@@UBE?AW4Comparison@PObject@@ABV3@@Z @6028 NONAME ?CompareObjectMemoryDirect@H225_TunnelledProtocol@@UBE?AW4Comparison@PObject@@ABV3@@Z @17483 NONAME ?CompareObjectMemoryDirect@H225_TunnelledProtocolAlternateIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @17484 NONAME ?CompareObjectMemoryDirect@H225_TunnelledProtocol_id@@UBE?AW4Comparison@PObject@@ABV3@@Z @17485 NONAME ?CompareObjectMemoryDirect@H225_UnknownMessageResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @6029 NONAME ?CompareObjectMemoryDirect@H225_UnregistrationConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @6030 NONAME ?CompareObjectMemoryDirect@H225_UnregistrationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @6031 NONAME ?CompareObjectMemoryDirect@H225_UnregistrationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @6032 NONAME ?CompareObjectMemoryDirect@H225_UnregRejectReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @6033 NONAME ?CompareObjectMemoryDirect@H225_UnregRequestReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @6034 NONAME ?CompareObjectMemoryDirect@H225_UseSpecifiedTransport@@UBE?AW4Comparison@PObject@@ABV3@@Z @17486 NONAME ?CompareObjectMemoryDirect@H225_UUIEsRequested@@UBE?AW4Comparison@PObject@@ABV3@@Z @6035 NONAME ?CompareObjectMemoryDirect@H225_VendorIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @6036 NONAME ?CompareObjectMemoryDirect@H225_VoiceCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @6037 NONAME ?CompareObjectMemoryDirect@H235AuthCAT@@UBE?AW4Comparison@PObject@@ABV3@@Z @23878 NONAME ?CompareObjectMemoryDirect@H235Authenticator@@UBE?AW4Comparison@PObject@@ABV3@@Z @19343 NONAME ?CompareObjectMemoryDirect@H235Authenticators@@UBE?AW4Comparison@PObject@@ABV3@@Z @21096 NONAME ?CompareObjectMemoryDirect@H235AuthProcedure1@@UBE?AW4Comparison@PObject@@ABV3@@Z @19724 NONAME ?CompareObjectMemoryDirect@H235AuthSimpleMD5@@UBE?AW4Comparison@PObject@@ABV3@@Z @19345 NONAME ?CompareObjectMemoryDirect@H235_AuthenticationBES@@UBE?AW4Comparison@PObject@@ABV3@@Z @19243 NONAME ?CompareObjectMemoryDirect@H235_AuthenticationMechanism@@UBE?AW4Comparison@PObject@@ABV3@@Z @6038 NONAME ?CompareObjectMemoryDirect@H235_ChallengeString@@UBE?AW4Comparison@PObject@@ABV3@@Z @6039 NONAME ?CompareObjectMemoryDirect@H235_ClearToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @6040 NONAME ?CompareObjectMemoryDirect@H235_CryptoToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @6041 NONAME ?CompareObjectMemoryDirect@H235_CryptoToken_cryptoEncryptedToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @6042 NONAME ?CompareObjectMemoryDirect@H235_CryptoToken_cryptoHashedToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @6043 NONAME ?CompareObjectMemoryDirect@H235_CryptoToken_cryptoSignedToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @6044 NONAME ?CompareObjectMemoryDirect@H235_DHset@@UBE?AW4Comparison@PObject@@ABV3@@Z @6045 NONAME ?CompareObjectMemoryDirect@H235_ECGDSASignature@@UBE?AW4Comparison@PObject@@ABV3@@Z @27011 NONAME ?CompareObjectMemoryDirect@H235_ECKASDH@@UBE?AW4Comparison@PObject@@ABV3@@Z @19245 NONAME ?CompareObjectMemoryDirect@H235_ECKASDH_eckasdh2@@UBE?AW4Comparison@PObject@@ABV3@@Z @19246 NONAME ?CompareObjectMemoryDirect@H235_ECKASDH_eckasdhp@@UBE?AW4Comparison@PObject@@ABV3@@Z @19247 NONAME ?CompareObjectMemoryDirect@H235_ECpoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @27012 NONAME ?CompareObjectMemoryDirect@H235_EncodedGeneralToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @18573 NONAME ?CompareObjectMemoryDirect@H235_EncodedKeySignedMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @18574 NONAME ?CompareObjectMemoryDirect@H235_EncodedKeySyncMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @18575 NONAME ?CompareObjectMemoryDirect@H235_EncodedPwdCertToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @18576 NONAME ?CompareObjectMemoryDirect@H235_EncodedReturnSig@@UBE?AW4Comparison@PObject@@ABV3@@Z @18577 NONAME ?CompareObjectMemoryDirect@H235_H235CertificateSignature@@UBE?AW4Comparison@PObject@@ABV3@@Z @6046 NONAME ?CompareObjectMemoryDirect@H235_H235Key@@UBE?AW4Comparison@PObject@@ABV3@@Z @6047 NONAME ?CompareObjectMemoryDirect@H235_Identifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @6048 NONAME ?CompareObjectMemoryDirect@H235_IV16@@UBE?AW4Comparison@PObject@@ABV3@@Z @19248 NONAME ?CompareObjectMemoryDirect@H235_IV8@@UBE?AW4Comparison@PObject@@ABV3@@Z @6049 NONAME ?CompareObjectMemoryDirect@H235_KeyMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @6050 NONAME ?CompareObjectMemoryDirect@H235_KeySignedMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @6051 NONAME ?CompareObjectMemoryDirect@H235_KeySyncMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @6052 NONAME ?CompareObjectMemoryDirect@H235_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @6053 NONAME ?CompareObjectMemoryDirect@H235_Params@@UBE?AW4Comparison@PObject@@ABV3@@Z @6054 NONAME ?CompareObjectMemoryDirect@H235_Password@@UBE?AW4Comparison@PObject@@ABV3@@Z @6055 NONAME ?CompareObjectMemoryDirect@H235_PwdCertToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @6056 NONAME ?CompareObjectMemoryDirect@H235_RandomVal@@UBE?AW4Comparison@PObject@@ABV3@@Z @6057 NONAME ?CompareObjectMemoryDirect@H235_ReturnSig@@UBE?AW4Comparison@PObject@@ABV3@@Z @6058 NONAME ?CompareObjectMemoryDirect@H235_TimeStamp@@UBE?AW4Comparison@PObject@@ABV3@@Z @6059 NONAME ?CompareObjectMemoryDirect@H235_TypedCertificate@@UBE?AW4Comparison@PObject@@ABV3@@Z @6060 NONAME ?CompareObjectMemoryDirect@H235_V3KeySyncMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @27013 NONAME ?CompareObjectMemoryDirect@H245NegLogicalChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @6061 NONAME ?CompareObjectMemoryDirect@H245NegLogicalChannels@@UBE?AW4Comparison@PObject@@ABV3@@Z @6062 NONAME ?CompareObjectMemoryDirect@H245NegMasterSlaveDetermination@@UBE?AW4Comparison@PObject@@ABV3@@Z @6063 NONAME ?CompareObjectMemoryDirect@H245Negotiator@@UBE?AW4Comparison@PObject@@ABV3@@Z @6064 NONAME ?CompareObjectMemoryDirect@H245NegRequestMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6065 NONAME ?CompareObjectMemoryDirect@H245NegRoundTripDelay@@UBE?AW4Comparison@PObject@@ABV3@@Z @6066 NONAME ?CompareObjectMemoryDirect@H245NegTerminalCapabilitySet@@UBE?AW4Comparison@PObject@@ABV3@@Z @6067 NONAME ?CompareObjectMemoryDirect@H245TransportThread@@UBE?AW4Comparison@PObject@@ABV3@@Z @6068 NONAME ?CompareObjectMemoryDirect@H245_AlternativeCapabilitySet@@UBE?AW4Comparison@PObject@@ABV3@@Z @6069 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_AlternativeCapabilitySet@@UBE?AW4Comparison@PObject@@ABV3@@Z @6070 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_BEnhancementParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6071 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_CapabilityDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @6072 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_CapabilityDescriptorNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @6073 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_CapabilityTableEntry@@UBE?AW4Comparison@PObject@@ABV3@@Z @6074 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_CapabilityTableEntryNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @6075 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_CommunicationModeTableEntry@@UBE?AW4Comparison@PObject@@ABV3@@Z @6076 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_CustomPictureClockFrequency@@UBE?AW4Comparison@PObject@@ABV3@@Z @6077 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_CustomPictureFormat@@UBE?AW4Comparison@PObject@@ABV3@@Z @6078 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_DataApplicationCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6079 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_DialingInformationNetworkType@@UBE?AW4Comparison@PObject@@ABV3@@Z @17487 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_DialingInformationNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @17488 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_EnhancementOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @6080 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_EscrowData@@UBE?AW4Comparison@PObject@@ABV3@@Z @6081 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_GenericCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @45286 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_GenericParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @17489 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_H263ModeComboFlags@@UBE?AW4Comparison@PObject@@ABV3@@Z @6082 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_H263VideoModeCombos@@UBE?AW4Comparison@PObject@@ABV3@@Z @6083 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_MediaChannelCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6084 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_MediaDistributionCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6085 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_ModeDescription@@UBE?AW4Comparison@PObject@@ABV3@@Z @6086 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_MultiplePayloadStreamElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @27014 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_MultiplePayloadStreamElementMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @27015 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_MultiplexElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @6087 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_MultiplexEntryDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @6088 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_MultiplexEntryRejectionDescriptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @6089 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_MultiplexTableEntryNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @6090 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @6091 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_ParameterIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @17490 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_PictureReference@@UBE?AW4Comparison@PObject@@ABV3@@Z @17491 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_Q2931Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @17492 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_QOSCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6092 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_RedundancyEncodingCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6093 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_RedundancyEncodingDTModeElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @27016 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_RedundancyEncodingElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @27017 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @6094 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@UBE?AW4Comparison@PObject@@ABV3@@Z @6095 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_RTPPayloadType@@UBE?AW4Comparison@PObject@@ABV3@@Z @6096 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_TerminalInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @6097 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_TerminalLabel@@UBE?AW4Comparison@PObject@@ABV3@@Z @6098 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_VCCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6099 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @45287 NONAME ?CompareObjectMemoryDirect@H245_ATMParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6100 NONAME ?CompareObjectMemoryDirect@H245_AudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6101 NONAME ?CompareObjectMemoryDirect@H245_AudioCapability_g7231@@UBE?AW4Comparison@PObject@@ABV3@@Z @6102 NONAME ?CompareObjectMemoryDirect@H245_AudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6103 NONAME ?CompareObjectMemoryDirect@H245_AudioMode_g7231@@UBE?AW4Comparison@PObject@@ABV3@@Z @6104 NONAME ?CompareObjectMemoryDirect@H245_AudioTelephonyEventCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @17493 NONAME ?CompareObjectMemoryDirect@H245_AudioToneCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @17494 NONAME ?CompareObjectMemoryDirect@H245_AuthenticationCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6105 NONAME ?CompareObjectMemoryDirect@H245_BEnhancementParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6106 NONAME ?CompareObjectMemoryDirect@H245_Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6107 NONAME ?CompareObjectMemoryDirect@H245_CapabilityDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @6108 NONAME ?CompareObjectMemoryDirect@H245_CapabilityDescriptorNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @6109 NONAME ?CompareObjectMemoryDirect@H245_CapabilityIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @17495 NONAME ?CompareObjectMemoryDirect@H245_CapabilityTableEntry@@UBE?AW4Comparison@PObject@@ABV3@@Z @6110 NONAME ?CompareObjectMemoryDirect@H245_CapabilityTableEntryNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @6111 NONAME ?CompareObjectMemoryDirect@H245_Capability_h233EncryptionReceiveCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6112 NONAME ?CompareObjectMemoryDirect@H245_CertSelectionCriteria@@UBE?AW4Comparison@PObject@@ABV3@@Z @6113 NONAME ?CompareObjectMemoryDirect@H245_CloseLogicalChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @6114 NONAME ?CompareObjectMemoryDirect@H245_CloseLogicalChannelAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @6115 NONAME ?CompareObjectMemoryDirect@H245_CloseLogicalChannel_reason@@UBE?AW4Comparison@PObject@@ABV3@@Z @6116 NONAME ?CompareObjectMemoryDirect@H245_CloseLogicalChannel_source@@UBE?AW4Comparison@PObject@@ABV3@@Z @6117 NONAME ?CompareObjectMemoryDirect@H245_CommandMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @6118 NONAME ?CompareObjectMemoryDirect@H245_CommunicationModeCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @6119 NONAME ?CompareObjectMemoryDirect@H245_CommunicationModeRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @6120 NONAME ?CompareObjectMemoryDirect@H245_CommunicationModeResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @6121 NONAME ?CompareObjectMemoryDirect@H245_CommunicationModeTableEntry@@UBE?AW4Comparison@PObject@@ABV3@@Z @6122 NONAME ?CompareObjectMemoryDirect@H245_CommunicationModeTableEntry_dataType@@UBE?AW4Comparison@PObject@@ABV3@@Z @6123 NONAME ?CompareObjectMemoryDirect@H245_CompressionType@@UBE?AW4Comparison@PObject@@ABV3@@Z @6124 NONAME ?CompareObjectMemoryDirect@H245_ConferenceCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6125 NONAME ?CompareObjectMemoryDirect@H245_ConferenceCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @6126 NONAME ?CompareObjectMemoryDirect@H245_ConferenceID@@UBE?AW4Comparison@PObject@@ABV3@@Z @6127 NONAME ?CompareObjectMemoryDirect@H245_ConferenceIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @6128 NONAME ?CompareObjectMemoryDirect@H245_ConferenceRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @6129 NONAME ?CompareObjectMemoryDirect@H245_ConferenceRequest_requestTerminalCertificate@@UBE?AW4Comparison@PObject@@ABV3@@Z @6130 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @6131 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @6132 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_chairTokenOwnerResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @6133 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_conferenceIDResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @6134 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_extensionAddressResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @6135 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_makeMeChairResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @6136 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_makeTerminalBroadcasterResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @6137 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_mCTerminalIDResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @6138 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_passwordResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @6139 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_sendThisSourceResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @6140 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_terminalCertificateResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @6141 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_terminalIDResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @6142 NONAME ?CompareObjectMemoryDirect@H245_ConnectionIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @17496 NONAME ?CompareObjectMemoryDirect@H245_CRCLength@@UBE?AW4Comparison@PObject@@ABV3@@Z @6143 NONAME ?CompareObjectMemoryDirect@H245_Criteria@@UBE?AW4Comparison@PObject@@ABV3@@Z @6144 NONAME ?CompareObjectMemoryDirect@H245_CustomPictureClockFrequency@@UBE?AW4Comparison@PObject@@ABV3@@Z @6145 NONAME ?CompareObjectMemoryDirect@H245_CustomPictureFormat@@UBE?AW4Comparison@PObject@@ABV3@@Z @6146 NONAME ?CompareObjectMemoryDirect@H245_CustomPictureFormat_mPI@@UBE?AW4Comparison@PObject@@ABV3@@Z @6147 NONAME ?CompareObjectMemoryDirect@H245_CustomPictureFormat_mPI_customPCF@@UBE?AW4Comparison@PObject@@ABV3@@Z @6148 NONAME ?CompareObjectMemoryDirect@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @6149 NONAME ?CompareObjectMemoryDirect@H245_CustomPictureFormat_pixelAspectInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @6150 NONAME ?CompareObjectMemoryDirect@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@UBE?AW4Comparison@PObject@@ABV3@@Z @6151 NONAME ?CompareObjectMemoryDirect@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @6152 NONAME ?CompareObjectMemoryDirect@H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6153 NONAME ?CompareObjectMemoryDirect@H245_DataApplicationCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6154 NONAME ?CompareObjectMemoryDirect@H245_DataApplicationCapability_application@@UBE?AW4Comparison@PObject@@ABV3@@Z @6155 NONAME ?CompareObjectMemoryDirect@H245_DataApplicationCapability_application_nlpid@@UBE?AW4Comparison@PObject@@ABV3@@Z @6156 NONAME ?CompareObjectMemoryDirect@H245_DataApplicationCapability_application_t38fax@@UBE?AW4Comparison@PObject@@ABV3@@Z @17497 NONAME ?CompareObjectMemoryDirect@H245_DataApplicationCapability_application_t84@@UBE?AW4Comparison@PObject@@ABV3@@Z @6157 NONAME ?CompareObjectMemoryDirect@H245_DataMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6158 NONAME ?CompareObjectMemoryDirect@H245_DataMode_application@@UBE?AW4Comparison@PObject@@ABV3@@Z @6159 NONAME ?CompareObjectMemoryDirect@H245_DataMode_application_nlpid@@UBE?AW4Comparison@PObject@@ABV3@@Z @6160 NONAME ?CompareObjectMemoryDirect@H245_DataMode_application_t38fax@@UBE?AW4Comparison@PObject@@ABV3@@Z @17498 NONAME ?CompareObjectMemoryDirect@H245_DataProtocolCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6161 NONAME ?CompareObjectMemoryDirect@H245_DataProtocolCapability_v76wCompression@@UBE?AW4Comparison@PObject@@ABV3@@Z @6162 NONAME ?CompareObjectMemoryDirect@H245_DataType@@UBE?AW4Comparison@PObject@@ABV3@@Z @6163 NONAME ?CompareObjectMemoryDirect@H245_DepFECCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @45749 NONAME ?CompareObjectMemoryDirect@H245_DepFECCapability_rfc2733@@UBE?AW4Comparison@PObject@@ABV3@@Z @45750 NONAME ?CompareObjectMemoryDirect@H245_DepFECCapability_rfc2733_separateStream@@UBE?AW4Comparison@PObject@@ABV3@@Z @45751 NONAME ?CompareObjectMemoryDirect@H245_DepFECData@@UBE?AW4Comparison@PObject@@ABV3@@Z @45752 NONAME ?CompareObjectMemoryDirect@H245_DepFECData_rfc2733@@UBE?AW4Comparison@PObject@@ABV3@@Z @45753 NONAME ?CompareObjectMemoryDirect@H245_DepFECData_rfc2733_mode@@UBE?AW4Comparison@PObject@@ABV3@@Z @45754 NONAME ?CompareObjectMemoryDirect@H245_DepFECData_rfc2733_mode_separateStream@@UBE?AW4Comparison@PObject@@ABV3@@Z @45755 NONAME ?CompareObjectMemoryDirect@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBE?AW4Comparison@PObject@@ABV3@@Z @45756 NONAME ?CompareObjectMemoryDirect@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBE?AW4Comparison@PObject@@ABV3@@Z @45757 NONAME ?CompareObjectMemoryDirect@H245_DepFECMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @45758 NONAME ?CompareObjectMemoryDirect@H245_DepFECMode_rfc2733Mode@@UBE?AW4Comparison@PObject@@ABV3@@Z @45759 NONAME ?CompareObjectMemoryDirect@H245_DepFECMode_rfc2733Mode_mode@@UBE?AW4Comparison@PObject@@ABV3@@Z @45760 NONAME ?CompareObjectMemoryDirect@H245_DepFECMode_rfc2733Mode_mode_separateStream@@UBE?AW4Comparison@PObject@@ABV3@@Z @45761 NONAME ?CompareObjectMemoryDirect@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBE?AW4Comparison@PObject@@ABV3@@Z @45762 NONAME ?CompareObjectMemoryDirect@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBE?AW4Comparison@PObject@@ABV3@@Z @45763 NONAME ?CompareObjectMemoryDirect@H245_DialingInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @17499 NONAME ?CompareObjectMemoryDirect@H245_DialingInformationNetworkType@@UBE?AW4Comparison@PObject@@ABV3@@Z @17500 NONAME ?CompareObjectMemoryDirect@H245_DialingInformationNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @17501 NONAME ?CompareObjectMemoryDirect@H245_EncryptionAuthenticationAndIntegrity@@UBE?AW4Comparison@PObject@@ABV3@@Z @6164 NONAME ?CompareObjectMemoryDirect@H245_EncryptionCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6165 NONAME ?CompareObjectMemoryDirect@H245_EncryptionCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @6166 NONAME ?CompareObjectMemoryDirect@H245_EncryptionCommand_encryptionAlgorithmID@@UBE?AW4Comparison@PObject@@ABV3@@Z @6167 NONAME ?CompareObjectMemoryDirect@H245_EncryptionMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6168 NONAME ?CompareObjectMemoryDirect@H245_EncryptionSync@@UBE?AW4Comparison@PObject@@ABV3@@Z @6169 NONAME ?CompareObjectMemoryDirect@H245_EncryptionUpdateDirection@@UBE?AW4Comparison@PObject@@ABV3@@Z @45288 NONAME ?CompareObjectMemoryDirect@H245_EncryptionUpdateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @6170 NONAME ?CompareObjectMemoryDirect@H245_EndSessionCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @6171 NONAME ?CompareObjectMemoryDirect@H245_EndSessionCommand_gstnOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @6172 NONAME ?CompareObjectMemoryDirect@H245_EndSessionCommand_isdnOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @6173 NONAME ?CompareObjectMemoryDirect@H245_EnhancementLayerInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @6174 NONAME ?CompareObjectMemoryDirect@H245_EnhancementOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @6175 NONAME ?CompareObjectMemoryDirect@H245_EscrowData@@UBE?AW4Comparison@PObject@@ABV3@@Z @6176 NONAME ?CompareObjectMemoryDirect@H245_ExtendedVideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @45289 NONAME ?CompareObjectMemoryDirect@H245_FECCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @27018 NONAME ?CompareObjectMemoryDirect@H245_FECCapability_rfc2733Format@@UBE?AW4Comparison@PObject@@ABV3@@Z @45764 NONAME ?CompareObjectMemoryDirect@H245_FECData@@UBE?AW4Comparison@PObject@@ABV3@@Z @27021 NONAME ?CompareObjectMemoryDirect@H245_FECData_rfc2733@@UBE?AW4Comparison@PObject@@ABV3@@Z @27022 NONAME ?CompareObjectMemoryDirect@H245_FECData_rfc2733_pktMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @45765 NONAME ?CompareObjectMemoryDirect@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBE?AW4Comparison@PObject@@ABV3@@Z @45766 NONAME ?CompareObjectMemoryDirect@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UBE?AW4Comparison@PObject@@ABV3@@Z @45767 NONAME ?CompareObjectMemoryDirect@H245_FECMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @27027 NONAME ?CompareObjectMemoryDirect@H245_FECMode_rfc2733Format@@UBE?AW4Comparison@PObject@@ABV3@@Z @45768 NONAME ?CompareObjectMemoryDirect@H245_FlowControlCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @6177 NONAME ?CompareObjectMemoryDirect@H245_FlowControlCommand_restriction@@UBE?AW4Comparison@PObject@@ABV3@@Z @6178 NONAME ?CompareObjectMemoryDirect@H245_FlowControlCommand_scope@@UBE?AW4Comparison@PObject@@ABV3@@Z @6179 NONAME ?CompareObjectMemoryDirect@H245_FlowControlIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @17502 NONAME ?CompareObjectMemoryDirect@H245_FlowControlIndication_restriction@@UBE?AW4Comparison@PObject@@ABV3@@Z @17503 NONAME ?CompareObjectMemoryDirect@H245_FlowControlIndication_scope@@UBE?AW4Comparison@PObject@@ABV3@@Z @17504 NONAME ?CompareObjectMemoryDirect@H245_FunctionNotSupported@@UBE?AW4Comparison@PObject@@ABV3@@Z @6180 NONAME ?CompareObjectMemoryDirect@H245_FunctionNotSupported_cause@@UBE?AW4Comparison@PObject@@ABV3@@Z @6181 NONAME ?CompareObjectMemoryDirect@H245_FunctionNotUnderstood@@UBE?AW4Comparison@PObject@@ABV3@@Z @6182 NONAME ?CompareObjectMemoryDirect@H245_G7231AnnexCCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6183 NONAME ?CompareObjectMemoryDirect@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6184 NONAME ?CompareObjectMemoryDirect@H245_G7231AnnexCMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6185 NONAME ?CompareObjectMemoryDirect@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6186 NONAME ?CompareObjectMemoryDirect@H245_G729Extensions@@UBE?AW4Comparison@PObject@@ABV3@@Z @17505 NONAME ?CompareObjectMemoryDirect@H245_GenericCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @17506 NONAME ?CompareObjectMemoryDirect@H245_GenericMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @45290 NONAME ?CompareObjectMemoryDirect@H245_GenericParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @17507 NONAME ?CompareObjectMemoryDirect@H245_GSMAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6187 NONAME ?CompareObjectMemoryDirect@H245_H222Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6188 NONAME ?CompareObjectMemoryDirect@H245_H222LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6189 NONAME ?CompareObjectMemoryDirect@H245_H223AL1MParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6190 NONAME ?CompareObjectMemoryDirect@H245_H223AL1MParameters_arqType@@UBE?AW4Comparison@PObject@@ABV3@@Z @6191 NONAME ?CompareObjectMemoryDirect@H245_H223AL1MParameters_crcLength@@UBE?AW4Comparison@PObject@@ABV3@@Z @6192 NONAME ?CompareObjectMemoryDirect@H245_H223AL1MParameters_headerFEC@@UBE?AW4Comparison@PObject@@ABV3@@Z @6193 NONAME ?CompareObjectMemoryDirect@H245_H223AL1MParameters_transferMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6194 NONAME ?CompareObjectMemoryDirect@H245_H223AL2MParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6195 NONAME ?CompareObjectMemoryDirect@H245_H223AL2MParameters_headerFEC@@UBE?AW4Comparison@PObject@@ABV3@@Z @6196 NONAME ?CompareObjectMemoryDirect@H245_H223AL3MParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6197 NONAME ?CompareObjectMemoryDirect@H245_H223AL3MParameters_arqType@@UBE?AW4Comparison@PObject@@ABV3@@Z @6198 NONAME ?CompareObjectMemoryDirect@H245_H223AL3MParameters_crcLength@@UBE?AW4Comparison@PObject@@ABV3@@Z @6199 NONAME ?CompareObjectMemoryDirect@H245_H223AL3MParameters_headerFormat@@UBE?AW4Comparison@PObject@@ABV3@@Z @6200 NONAME ?CompareObjectMemoryDirect@H245_H223AnnexCArqParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6201 NONAME ?CompareObjectMemoryDirect@H245_H223AnnexCArqParameters_numberOfRetransmissions@@UBE?AW4Comparison@PObject@@ABV3@@Z @6202 NONAME ?CompareObjectMemoryDirect@H245_H223AnnexCCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6203 NONAME ?CompareObjectMemoryDirect@H245_H223Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6204 NONAME ?CompareObjectMemoryDirect@H245_H223Capability_h223MultiplexTableCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6205 NONAME ?CompareObjectMemoryDirect@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBE?AW4Comparison@PObject@@ABV3@@Z @6206 NONAME ?CompareObjectMemoryDirect@H245_H223Capability_mobileMultilinkFrameCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @17508 NONAME ?CompareObjectMemoryDirect@H245_H223Capability_mobileOperationTransmitCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6207 NONAME ?CompareObjectMemoryDirect@H245_H223LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6208 NONAME ?CompareObjectMemoryDirect@H245_H223LogicalChannelParameters_adaptationLayerType@@UBE?AW4Comparison@PObject@@ABV3@@Z @6209 NONAME ?CompareObjectMemoryDirect@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBE?AW4Comparison@PObject@@ABV3@@Z @6210 NONAME ?CompareObjectMemoryDirect@H245_H223ModeParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6211 NONAME ?CompareObjectMemoryDirect@H245_H223ModeParameters_adaptationLayerType@@UBE?AW4Comparison@PObject@@ABV3@@Z @6212 NONAME ?CompareObjectMemoryDirect@H245_H223ModeParameters_adaptationLayerType_al3@@UBE?AW4Comparison@PObject@@ABV3@@Z @6213 NONAME ?CompareObjectMemoryDirect@H245_H223MultiplexReconfiguration@@UBE?AW4Comparison@PObject@@ABV3@@Z @6214 NONAME ?CompareObjectMemoryDirect@H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@UBE?AW4Comparison@PObject@@ABV3@@Z @6215 NONAME ?CompareObjectMemoryDirect@H245_H223MultiplexReconfiguration_h223ModeChange@@UBE?AW4Comparison@PObject@@ABV3@@Z @6216 NONAME ?CompareObjectMemoryDirect@H245_H223SkewIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @6217 NONAME ?CompareObjectMemoryDirect@H245_H2250Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6218 NONAME ?CompareObjectMemoryDirect@H245_H2250Capability_mcCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6219 NONAME ?CompareObjectMemoryDirect@H245_H2250LogicalChannelAckParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6220 NONAME ?CompareObjectMemoryDirect@H245_H2250LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6221 NONAME ?CompareObjectMemoryDirect@H245_H2250LogicalChannelParameters_mediaPacketization@@UBE?AW4Comparison@PObject@@ABV3@@Z @6222 NONAME ?CompareObjectMemoryDirect@H245_H2250MaximumSkewIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @6223 NONAME ?CompareObjectMemoryDirect@H245_H2250ModeParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6224 NONAME ?CompareObjectMemoryDirect@H245_H235Media@@UBE?AW4Comparison@PObject@@ABV3@@Z @6225 NONAME ?CompareObjectMemoryDirect@H245_H235Media_mediaType@@UBE?AW4Comparison@PObject@@ABV3@@Z @6226 NONAME ?CompareObjectMemoryDirect@H245_H235Mode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6227 NONAME ?CompareObjectMemoryDirect@H245_H235Mode_mediaMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6228 NONAME ?CompareObjectMemoryDirect@H245_H235SecurityCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6229 NONAME ?CompareObjectMemoryDirect@H245_H261VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6230 NONAME ?CompareObjectMemoryDirect@H245_H261VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6231 NONAME ?CompareObjectMemoryDirect@H245_H261VideoMode_resolution@@UBE?AW4Comparison@PObject@@ABV3@@Z @6232 NONAME ?CompareObjectMemoryDirect@H245_H262VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6233 NONAME ?CompareObjectMemoryDirect@H245_H262VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6234 NONAME ?CompareObjectMemoryDirect@H245_H262VideoMode_profileAndLevel@@UBE?AW4Comparison@PObject@@ABV3@@Z @6235 NONAME ?CompareObjectMemoryDirect@H245_H263ModeComboFlags@@UBE?AW4Comparison@PObject@@ABV3@@Z @6236 NONAME ?CompareObjectMemoryDirect@H245_H263Options@@UBE?AW4Comparison@PObject@@ABV3@@Z @6237 NONAME ?CompareObjectMemoryDirect@H245_H263Version3Options@@UBE?AW4Comparison@PObject@@ABV3@@Z @17509 NONAME ?CompareObjectMemoryDirect@H245_H263VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6238 NONAME ?CompareObjectMemoryDirect@H245_H263VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6239 NONAME ?CompareObjectMemoryDirect@H245_H263VideoModeCombos@@UBE?AW4Comparison@PObject@@ABV3@@Z @6240 NONAME ?CompareObjectMemoryDirect@H245_H263VideoMode_resolution@@UBE?AW4Comparison@PObject@@ABV3@@Z @6241 NONAME ?CompareObjectMemoryDirect@H245_IndicationMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @6242 NONAME ?CompareObjectMemoryDirect@H245_IntegrityCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6243 NONAME ?CompareObjectMemoryDirect@H245_IS11172AudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6244 NONAME ?CompareObjectMemoryDirect@H245_IS11172AudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6245 NONAME ?CompareObjectMemoryDirect@H245_IS11172AudioMode_audioLayer@@UBE?AW4Comparison@PObject@@ABV3@@Z @6246 NONAME ?CompareObjectMemoryDirect@H245_IS11172AudioMode_audioSampling@@UBE?AW4Comparison@PObject@@ABV3@@Z @6247 NONAME ?CompareObjectMemoryDirect@H245_IS11172AudioMode_multichannelType@@UBE?AW4Comparison@PObject@@ABV3@@Z @6248 NONAME ?CompareObjectMemoryDirect@H245_IS11172VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6249 NONAME ?CompareObjectMemoryDirect@H245_IS11172VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6250 NONAME ?CompareObjectMemoryDirect@H245_IS13818AudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6251 NONAME ?CompareObjectMemoryDirect@H245_IS13818AudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6252 NONAME ?CompareObjectMemoryDirect@H245_IS13818AudioMode_audioLayer@@UBE?AW4Comparison@PObject@@ABV3@@Z @6253 NONAME ?CompareObjectMemoryDirect@H245_IS13818AudioMode_audioSampling@@UBE?AW4Comparison@PObject@@ABV3@@Z @6254 NONAME ?CompareObjectMemoryDirect@H245_IS13818AudioMode_multichannelType@@UBE?AW4Comparison@PObject@@ABV3@@Z @6255 NONAME ?CompareObjectMemoryDirect@H245_IV16@@UBE?AW4Comparison@PObject@@ABV3@@Z @45291 NONAME ?CompareObjectMemoryDirect@H245_IV8@@UBE?AW4Comparison@PObject@@ABV3@@Z @45292 NONAME ?CompareObjectMemoryDirect@H245_JitterIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @6256 NONAME ?CompareObjectMemoryDirect@H245_JitterIndication_scope@@UBE?AW4Comparison@PObject@@ABV3@@Z @6257 NONAME ?CompareObjectMemoryDirect@H245_KeyProtectionMethod@@UBE?AW4Comparison@PObject@@ABV3@@Z @6258 NONAME ?CompareObjectMemoryDirect@H245_LogicalChannelNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @6259 NONAME ?CompareObjectMemoryDirect@H245_LogicalChannelRateAcknowledge@@UBE?AW4Comparison@PObject@@ABV3@@Z @17510 NONAME ?CompareObjectMemoryDirect@H245_LogicalChannelRateReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @17511 NONAME ?CompareObjectMemoryDirect@H245_LogicalChannelRateRejectReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @17512 NONAME ?CompareObjectMemoryDirect@H245_LogicalChannelRateRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @17513 NONAME ?CompareObjectMemoryDirect@H245_LogicalChannelRateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @17514 NONAME ?CompareObjectMemoryDirect@H245_MaintenanceLoopAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @6260 NONAME ?CompareObjectMemoryDirect@H245_MaintenanceLoopAck_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @6261 NONAME ?CompareObjectMemoryDirect@H245_MaintenanceLoopOffCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @6262 NONAME ?CompareObjectMemoryDirect@H245_MaintenanceLoopReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @6263 NONAME ?CompareObjectMemoryDirect@H245_MaintenanceLoopReject_cause@@UBE?AW4Comparison@PObject@@ABV3@@Z @6264 NONAME ?CompareObjectMemoryDirect@H245_MaintenanceLoopReject_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @6265 NONAME ?CompareObjectMemoryDirect@H245_MaintenanceLoopRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @6266 NONAME ?CompareObjectMemoryDirect@H245_MaintenanceLoopRequest_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @6267 NONAME ?CompareObjectMemoryDirect@H245_MasterSlaveDetermination@@UBE?AW4Comparison@PObject@@ABV3@@Z @6268 NONAME ?CompareObjectMemoryDirect@H245_MasterSlaveDeterminationAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @6269 NONAME ?CompareObjectMemoryDirect@H245_MasterSlaveDeterminationAck_decision@@UBE?AW4Comparison@PObject@@ABV3@@Z @6270 NONAME ?CompareObjectMemoryDirect@H245_MasterSlaveDeterminationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @6271 NONAME ?CompareObjectMemoryDirect@H245_MasterSlaveDeterminationReject_cause@@UBE?AW4Comparison@PObject@@ABV3@@Z @6272 NONAME ?CompareObjectMemoryDirect@H245_MasterSlaveDeterminationRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @6273 NONAME ?CompareObjectMemoryDirect@H245_MaximumBitRate@@UBE?AW4Comparison@PObject@@ABV3@@Z @17515 NONAME ?CompareObjectMemoryDirect@H245_MaxRedundancy@@UBE?AW4Comparison@PObject@@ABV3@@Z @45769 NONAME ?CompareObjectMemoryDirect@H245_MCLocationIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @6274 NONAME ?CompareObjectMemoryDirect@H245_McuNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @6275 NONAME ?CompareObjectMemoryDirect@H245_MediaChannelCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6276 NONAME ?CompareObjectMemoryDirect@H245_MediaDistributionCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6277 NONAME ?CompareObjectMemoryDirect@H245_MediaEncryptionAlgorithm@@UBE?AW4Comparison@PObject@@ABV3@@Z @6278 NONAME ?CompareObjectMemoryDirect@H245_MediaPacketizationCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6279 NONAME ?CompareObjectMemoryDirect@H245_MediaTransportType@@UBE?AW4Comparison@PObject@@ABV3@@Z @6280 NONAME ?CompareObjectMemoryDirect@H245_MediaTransportType_atm_AAL5_compressed@@UBE?AW4Comparison@PObject@@ABV3@@Z @17516 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @6281 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @6282 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @45293 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @45294 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand_type_lostPartialPicture@@UBE?AW4Comparison@PObject@@ABV3@@Z @17517 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBE?AW4Comparison@PObject@@ABV3@@Z @6283 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@UBE?AW4Comparison@PObject@@ABV3@@Z @6284 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand_type_videoBadMBs@@UBE?AW4Comparison@PObject@@ABV3@@Z @17518 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBE?AW4Comparison@PObject@@ABV3@@Z @6285 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBE?AW4Comparison@PObject@@ABV3@@Z @6286 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @6287 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousIndication_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @6288 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBE?AW4Comparison@PObject@@ABV3@@Z @6289 NONAME ?CompareObjectMemoryDirect@H245_MobileMultilinkReconfigurationCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @17519 NONAME ?CompareObjectMemoryDirect@H245_MobileMultilinkReconfigurationCommand_status@@UBE?AW4Comparison@PObject@@ABV3@@Z @17520 NONAME ?CompareObjectMemoryDirect@H245_MobileMultilinkReconfigurationIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @17521 NONAME ?CompareObjectMemoryDirect@H245_ModeDescription@@UBE?AW4Comparison@PObject@@ABV3@@Z @6290 NONAME ?CompareObjectMemoryDirect@H245_ModeElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @6291 NONAME ?CompareObjectMemoryDirect@H245_ModeElementType@@UBE?AW4Comparison@PObject@@ABV3@@Z @27033 NONAME ?CompareObjectMemoryDirect@H245_MulticastAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @6293 NONAME ?CompareObjectMemoryDirect@H245_MulticastAddress_iP6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @6294 NONAME ?CompareObjectMemoryDirect@H245_MulticastAddress_iPAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @6295 NONAME ?CompareObjectMemoryDirect@H245_MultilinkIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @17522 NONAME ?CompareObjectMemoryDirect@H245_MultilinkIndication_crcDesired@@UBE?AW4Comparison@PObject@@ABV3@@Z @17523 NONAME ?CompareObjectMemoryDirect@H245_MultilinkIndication_excessiveError@@UBE?AW4Comparison@PObject@@ABV3@@Z @17524 NONAME ?CompareObjectMemoryDirect@H245_MultilinkRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @17525 NONAME ?CompareObjectMemoryDirect@H245_MultilinkRequest_addConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @17526 NONAME ?CompareObjectMemoryDirect@H245_MultilinkRequest_callInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @17527 NONAME ?CompareObjectMemoryDirect@H245_MultilinkRequest_maximumHeaderInterval@@UBE?AW4Comparison@PObject@@ABV3@@Z @17528 NONAME ?CompareObjectMemoryDirect@H245_MultilinkRequest_maximumHeaderInterval_requestType@@UBE?AW4Comparison@PObject@@ABV3@@Z @17529 NONAME ?CompareObjectMemoryDirect@H245_MultilinkRequest_removeConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @17530 NONAME ?CompareObjectMemoryDirect@H245_MultilinkResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @17531 NONAME ?CompareObjectMemoryDirect@H245_MultilinkResponse_addConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @17532 NONAME ?CompareObjectMemoryDirect@H245_MultilinkResponse_addConnection_responseCode@@UBE?AW4Comparison@PObject@@ABV3@@Z @17533 NONAME ?CompareObjectMemoryDirect@H245_MultilinkResponse_addConnection_responseCode_rejected@@UBE?AW4Comparison@PObject@@ABV3@@Z @17534 NONAME ?CompareObjectMemoryDirect@H245_MultilinkResponse_callInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @17535 NONAME ?CompareObjectMemoryDirect@H245_MultilinkResponse_maximumHeaderInterval@@UBE?AW4Comparison@PObject@@ABV3@@Z @17536 NONAME ?CompareObjectMemoryDirect@H245_MultilinkResponse_removeConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @17537 NONAME ?CompareObjectMemoryDirect@H245_MultimediaSystemControlMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @6296 NONAME ?CompareObjectMemoryDirect@H245_MultiplePayloadStream@@UBE?AW4Comparison@PObject@@ABV3@@Z @27034 NONAME ?CompareObjectMemoryDirect@H245_MultiplePayloadStreamCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @27035 NONAME ?CompareObjectMemoryDirect@H245_MultiplePayloadStreamElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @27036 NONAME ?CompareObjectMemoryDirect@H245_MultiplePayloadStreamElementMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @27037 NONAME ?CompareObjectMemoryDirect@H245_MultiplePayloadStreamMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @27038 NONAME ?CompareObjectMemoryDirect@H245_MultiplexCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6297 NONAME ?CompareObjectMemoryDirect@H245_MultiplexedStreamCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @17538 NONAME ?CompareObjectMemoryDirect@H245_MultiplexedStreamModeParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @17539 NONAME ?CompareObjectMemoryDirect@H245_MultiplexedStreamParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @17540 NONAME ?CompareObjectMemoryDirect@H245_MultiplexElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @6298 NONAME ?CompareObjectMemoryDirect@H245_MultiplexElement_repeatCount@@UBE?AW4Comparison@PObject@@ABV3@@Z @6299 NONAME ?CompareObjectMemoryDirect@H245_MultiplexElement_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @6300 NONAME ?CompareObjectMemoryDirect@H245_MultiplexEntryDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @6301 NONAME ?CompareObjectMemoryDirect@H245_MultiplexEntryRejectionDescriptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @6302 NONAME ?CompareObjectMemoryDirect@H245_MultiplexEntryRejectionDescriptions_cause@@UBE?AW4Comparison@PObject@@ABV3@@Z @6303 NONAME ?CompareObjectMemoryDirect@H245_MultiplexEntrySend@@UBE?AW4Comparison@PObject@@ABV3@@Z @6304 NONAME ?CompareObjectMemoryDirect@H245_MultiplexEntrySendAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @6305 NONAME ?CompareObjectMemoryDirect@H245_MultiplexEntrySendReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @6306 NONAME ?CompareObjectMemoryDirect@H245_MultiplexEntrySendRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @6307 NONAME ?CompareObjectMemoryDirect@H245_MultiplexFormat@@UBE?AW4Comparison@PObject@@ABV3@@Z @17541 NONAME ?CompareObjectMemoryDirect@H245_MultiplexTableEntryNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @6308 NONAME ?CompareObjectMemoryDirect@H245_MultipointCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6309 NONAME ?CompareObjectMemoryDirect@H245_NetworkAccessParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6310 NONAME ?CompareObjectMemoryDirect@H245_NetworkAccessParameters_distribution@@UBE?AW4Comparison@PObject@@ABV3@@Z @6311 NONAME ?CompareObjectMemoryDirect@H245_NetworkAccessParameters_networkAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @6312 NONAME ?CompareObjectMemoryDirect@H245_NetworkAccessParameters_t120SetupProcedure@@UBE?AW4Comparison@PObject@@ABV3@@Z @6313 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @17542 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCCommand_aal@@UBE?AW4Comparison@PObject@@ABV3@@Z @17543 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCCommand_aal_aal1@@UBE?AW4Comparison@PObject@@ABV3@@Z @17544 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCCommand_aal_aal1_clockRecovery@@UBE?AW4Comparison@PObject@@ABV3@@Z @17545 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCCommand_aal_aal1_errorCorrection@@UBE?AW4Comparison@PObject@@ABV3@@Z @17546 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCCommand_aal_aal5@@UBE?AW4Comparison@PObject@@ABV3@@Z @17547 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCCommand_multiplex@@UBE?AW4Comparison@PObject@@ABV3@@Z @17548 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCCommand_reverseParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @17549 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCCommand_reverseParameters_multiplex@@UBE?AW4Comparison@PObject@@ABV3@@Z @17550 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @6314 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCIndication_aal@@UBE?AW4Comparison@PObject@@ABV3@@Z @6315 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCIndication_aal_aal1@@UBE?AW4Comparison@PObject@@ABV3@@Z @6316 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCIndication_aal_aal1_clockRecovery@@UBE?AW4Comparison@PObject@@ABV3@@Z @6317 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCIndication_aal_aal1_errorCorrection@@UBE?AW4Comparison@PObject@@ABV3@@Z @6318 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCIndication_aal_aal5@@UBE?AW4Comparison@PObject@@ABV3@@Z @6319 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCIndication_multiplex@@UBE?AW4Comparison@PObject@@ABV3@@Z @6320 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCIndication_reverseParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6321 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCIndication_reverseParameters_multiplex@@UBE?AW4Comparison@PObject@@ABV3@@Z @6322 NONAME ?CompareObjectMemoryDirect@H245_NonStandardIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @6323 NONAME ?CompareObjectMemoryDirect@H245_NonStandardIdentifier_h221NonStandard@@UBE?AW4Comparison@PObject@@ABV3@@Z @6324 NONAME ?CompareObjectMemoryDirect@H245_NonStandardMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @6325 NONAME ?CompareObjectMemoryDirect@H245_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @6326 NONAME ?CompareObjectMemoryDirect@H245_NoPTAudioTelephonyEventCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @27039 NONAME ?CompareObjectMemoryDirect@H245_NoPTAudioToneCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @27040 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @6327 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannelAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @6328 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6329 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6330 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6331 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannelConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @6332 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannelReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @6333 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannelReject_cause@@UBE?AW4Comparison@PObject@@ABV3@@Z @6334 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6335 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6336 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6337 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6338 NONAME ?CompareObjectMemoryDirect@H245_ParameterIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @17551 NONAME ?CompareObjectMemoryDirect@H245_ParameterValue@@UBE?AW4Comparison@PObject@@ABV3@@Z @17552 NONAME ?CompareObjectMemoryDirect@H245_Params@@UBE?AW4Comparison@PObject@@ABV3@@Z @45295 NONAME ?CompareObjectMemoryDirect@H245_Password@@UBE?AW4Comparison@PObject@@ABV3@@Z @6339 NONAME ?CompareObjectMemoryDirect@H245_PictureReference@@UBE?AW4Comparison@PObject@@ABV3@@Z @17553 NONAME ?CompareObjectMemoryDirect@H245_Q2931Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @6340 NONAME ?CompareObjectMemoryDirect@H245_Q2931Address_address@@UBE?AW4Comparison@PObject@@ABV3@@Z @6341 NONAME ?CompareObjectMemoryDirect@H245_QOSCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6342 NONAME ?CompareObjectMemoryDirect@H245_QOSMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6343 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncoding@@UBE?AW4Comparison@PObject@@ABV3@@Z @6344 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncodingCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6345 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncodingDTMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @27041 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncodingDTModeElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @27042 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncodingDTModeElement_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @27043 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncodingElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @27044 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncodingMethod@@UBE?AW4Comparison@PObject@@ABV3@@Z @6346 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncodingMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6347 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncodingMode_secondaryEncoding@@UBE?AW4Comparison@PObject@@ABV3@@Z @6348 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBE?AW4Comparison@PObject@@ABV3@@Z @27045 NONAME ?CompareObjectMemoryDirect@H245_RefPictureSelection@@UBE?AW4Comparison@PObject@@ABV3@@Z @6349 NONAME ?CompareObjectMemoryDirect@H245_RefPictureSelection_additionalPictureMemory@@UBE?AW4Comparison@PObject@@ABV3@@Z @6350 NONAME ?CompareObjectMemoryDirect@H245_RefPictureSelection_enhancedReferencePicSelect@@UBE?AW4Comparison@PObject@@ABV3@@Z @17554 NONAME ?CompareObjectMemoryDirect@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @17555 NONAME ?CompareObjectMemoryDirect@H245_RefPictureSelection_videoBackChannelSend@@UBE?AW4Comparison@PObject@@ABV3@@Z @6351 NONAME ?CompareObjectMemoryDirect@H245_RemoteMCRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @6352 NONAME ?CompareObjectMemoryDirect@H245_RemoteMCResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @6353 NONAME ?CompareObjectMemoryDirect@H245_RemoteMCResponse_reject@@UBE?AW4Comparison@PObject@@ABV3@@Z @6354 NONAME ?CompareObjectMemoryDirect@H245_RequestAllTerminalIDsResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @6355 NONAME ?CompareObjectMemoryDirect@H245_RequestChannelClose@@UBE?AW4Comparison@PObject@@ABV3@@Z @6356 NONAME ?CompareObjectMemoryDirect@H245_RequestChannelCloseAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @6357 NONAME ?CompareObjectMemoryDirect@H245_RequestChannelCloseReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @6358 NONAME ?CompareObjectMemoryDirect@H245_RequestChannelCloseReject_cause@@UBE?AW4Comparison@PObject@@ABV3@@Z @6359 NONAME ?CompareObjectMemoryDirect@H245_RequestChannelCloseRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @6360 NONAME ?CompareObjectMemoryDirect@H245_RequestChannelClose_reason@@UBE?AW4Comparison@PObject@@ABV3@@Z @6361 NONAME ?CompareObjectMemoryDirect@H245_RequestMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @6362 NONAME ?CompareObjectMemoryDirect@H245_RequestMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6363 NONAME ?CompareObjectMemoryDirect@H245_RequestModeAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @6364 NONAME ?CompareObjectMemoryDirect@H245_RequestModeAck_response@@UBE?AW4Comparison@PObject@@ABV3@@Z @6365 NONAME ?CompareObjectMemoryDirect@H245_RequestModeReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @6366 NONAME ?CompareObjectMemoryDirect@H245_RequestModeReject_cause@@UBE?AW4Comparison@PObject@@ABV3@@Z @6367 NONAME ?CompareObjectMemoryDirect@H245_RequestModeRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @6368 NONAME ?CompareObjectMemoryDirect@H245_RequestMultiplexEntry@@UBE?AW4Comparison@PObject@@ABV3@@Z @6369 NONAME ?CompareObjectMemoryDirect@H245_RequestMultiplexEntryAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @6370 NONAME ?CompareObjectMemoryDirect@H245_RequestMultiplexEntryReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @6371 NONAME ?CompareObjectMemoryDirect@H245_RequestMultiplexEntryRejectionDescriptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @6372 NONAME ?CompareObjectMemoryDirect@H245_RequestMultiplexEntryRejectionDescriptions_cause@@UBE?AW4Comparison@PObject@@ABV3@@Z @6373 NONAME ?CompareObjectMemoryDirect@H245_RequestMultiplexEntryRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @6374 NONAME ?CompareObjectMemoryDirect@H245_ResponseMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @6375 NONAME ?CompareObjectMemoryDirect@H245_RoundTripDelayRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @6376 NONAME ?CompareObjectMemoryDirect@H245_RoundTripDelayResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @6377 NONAME ?CompareObjectMemoryDirect@H245_RSVPParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6378 NONAME ?CompareObjectMemoryDirect@H245_RTPH263VideoRedundancyEncoding@@UBE?AW4Comparison@PObject@@ABV3@@Z @6379 NONAME ?CompareObjectMemoryDirect@H245_RTPH263VideoRedundancyEncoding_containedThreads@@UBE?AW4Comparison@PObject@@ABV3@@Z @6380 NONAME ?CompareObjectMemoryDirect@H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@UBE?AW4Comparison@PObject@@ABV3@@Z @6381 NONAME ?CompareObjectMemoryDirect@H245_RTPH263VideoRedundancyFrameMapping@@UBE?AW4Comparison@PObject@@ABV3@@Z @6382 NONAME ?CompareObjectMemoryDirect@H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@UBE?AW4Comparison@PObject@@ABV3@@Z @6383 NONAME ?CompareObjectMemoryDirect@H245_RTPPayloadType@@UBE?AW4Comparison@PObject@@ABV3@@Z @6384 NONAME ?CompareObjectMemoryDirect@H245_RTPPayloadType_payloadDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @6385 NONAME ?CompareObjectMemoryDirect@H245_SendTerminalCapabilitySet@@UBE?AW4Comparison@PObject@@ABV3@@Z @6386 NONAME ?CompareObjectMemoryDirect@H245_SendTerminalCapabilitySet_specificRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @6387 NONAME ?CompareObjectMemoryDirect@H245_SequenceNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @6388 NONAME ?CompareObjectMemoryDirect@H245_SubstituteConferenceIDCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @6389 NONAME ?CompareObjectMemoryDirect@H245_T38FaxProfile@@UBE?AW4Comparison@PObject@@ABV3@@Z @17556 NONAME ?CompareObjectMemoryDirect@H245_T38FaxRateManagement@@UBE?AW4Comparison@PObject@@ABV3@@Z @17557 NONAME ?CompareObjectMemoryDirect@H245_T38FaxTcpOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @17558 NONAME ?CompareObjectMemoryDirect@H245_T38FaxUdpOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @17559 NONAME ?CompareObjectMemoryDirect@H245_T38FaxUdpOptions_t38FaxUdpEC@@UBE?AW4Comparison@PObject@@ABV3@@Z @17560 NONAME ?CompareObjectMemoryDirect@H245_T84Profile@@UBE?AW4Comparison@PObject@@ABV3@@Z @6390 NONAME ?CompareObjectMemoryDirect@H245_T84Profile_t84Restricted@@UBE?AW4Comparison@PObject@@ABV3@@Z @6391 NONAME ?CompareObjectMemoryDirect@H245_TerminalCapabilitySet@@UBE?AW4Comparison@PObject@@ABV3@@Z @6392 NONAME ?CompareObjectMemoryDirect@H245_TerminalCapabilitySetAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @6393 NONAME ?CompareObjectMemoryDirect@H245_TerminalCapabilitySetReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @6394 NONAME ?CompareObjectMemoryDirect@H245_TerminalCapabilitySetReject_cause@@UBE?AW4Comparison@PObject@@ABV3@@Z @6395 NONAME ?CompareObjectMemoryDirect@H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@UBE?AW4Comparison@PObject@@ABV3@@Z @6396 NONAME ?CompareObjectMemoryDirect@H245_TerminalCapabilitySetRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @6397 NONAME ?CompareObjectMemoryDirect@H245_TerminalID@@UBE?AW4Comparison@PObject@@ABV3@@Z @6398 NONAME ?CompareObjectMemoryDirect@H245_TerminalInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @6399 NONAME ?CompareObjectMemoryDirect@H245_TerminalLabel@@UBE?AW4Comparison@PObject@@ABV3@@Z @6400 NONAME ?CompareObjectMemoryDirect@H245_TerminalNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @6401 NONAME ?CompareObjectMemoryDirect@H245_TerminalYouAreSeeingInSubPictureNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @6402 NONAME ?CompareObjectMemoryDirect@H245_TransparencyParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6403 NONAME ?CompareObjectMemoryDirect@H245_TransportAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @6404 NONAME ?CompareObjectMemoryDirect@H245_TransportCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6405 NONAME ?CompareObjectMemoryDirect@H245_UnicastAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @6406 NONAME ?CompareObjectMemoryDirect@H245_UnicastAddress_iP6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @6407 NONAME ?CompareObjectMemoryDirect@H245_UnicastAddress_iPAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @6408 NONAME ?CompareObjectMemoryDirect@H245_UnicastAddress_iPSourceRouteAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @6409 NONAME ?CompareObjectMemoryDirect@H245_UnicastAddress_iPSourceRouteAddress_route@@UBE?AW4Comparison@PObject@@ABV3@@Z @6410 NONAME ?CompareObjectMemoryDirect@H245_UnicastAddress_iPSourceRouteAddress_routing@@UBE?AW4Comparison@PObject@@ABV3@@Z @6411 NONAME ?CompareObjectMemoryDirect@H245_UnicastAddress_iPXAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @6412 NONAME ?CompareObjectMemoryDirect@H245_UserInputCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6413 NONAME ?CompareObjectMemoryDirect@H245_UserInputIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @6414 NONAME ?CompareObjectMemoryDirect@H245_UserInputIndication_encryptedAlphanumeric@@UBE?AW4Comparison@PObject@@ABV3@@Z @45296 NONAME ?CompareObjectMemoryDirect@H245_UserInputIndication_extendedAlphanumeric@@UBE?AW4Comparison@PObject@@ABV3@@Z @17561 NONAME ?CompareObjectMemoryDirect@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBE?AW4Comparison@PObject@@ABV3@@Z @45297 NONAME ?CompareObjectMemoryDirect@H245_UserInputIndication_signal@@UBE?AW4Comparison@PObject@@ABV3@@Z @6415 NONAME ?CompareObjectMemoryDirect@H245_UserInputIndication_signalUpdate@@UBE?AW4Comparison@PObject@@ABV3@@Z @6416 NONAME ?CompareObjectMemoryDirect@H245_UserInputIndication_signalUpdate_rtp@@UBE?AW4Comparison@PObject@@ABV3@@Z @6417 NONAME ?CompareObjectMemoryDirect@H245_UserInputIndication_signal_rtp@@UBE?AW4Comparison@PObject@@ABV3@@Z @6418 NONAME ?CompareObjectMemoryDirect@H245_UserInputIndication_userInputSupportIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @6419 NONAME ?CompareObjectMemoryDirect@H245_V42bis@@UBE?AW4Comparison@PObject@@ABV3@@Z @6420 NONAME ?CompareObjectMemoryDirect@H245_V75Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6421 NONAME ?CompareObjectMemoryDirect@H245_V75Parameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6422 NONAME ?CompareObjectMemoryDirect@H245_V76Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6423 NONAME ?CompareObjectMemoryDirect@H245_V76HDLCParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6424 NONAME ?CompareObjectMemoryDirect@H245_V76LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6425 NONAME ?CompareObjectMemoryDirect@H245_V76LogicalChannelParameters_mode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6426 NONAME ?CompareObjectMemoryDirect@H245_V76LogicalChannelParameters_mode_eRM@@UBE?AW4Comparison@PObject@@ABV3@@Z @6427 NONAME ?CompareObjectMemoryDirect@H245_V76LogicalChannelParameters_mode_eRM_recovery@@UBE?AW4Comparison@PObject@@ABV3@@Z @6428 NONAME ?CompareObjectMemoryDirect@H245_V76LogicalChannelParameters_suspendResume@@UBE?AW4Comparison@PObject@@ABV3@@Z @6429 NONAME ?CompareObjectMemoryDirect@H245_V76ModeParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6430 NONAME ?CompareObjectMemoryDirect@H245_VBDCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @27046 NONAME ?CompareObjectMemoryDirect@H245_VBDMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @27047 NONAME ?CompareObjectMemoryDirect@H245_VCCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6431 NONAME ?CompareObjectMemoryDirect@H245_VCCapability_aal1@@UBE?AW4Comparison@PObject@@ABV3@@Z @6432 NONAME ?CompareObjectMemoryDirect@H245_VCCapability_aal1ViaGateway@@UBE?AW4Comparison@PObject@@ABV3@@Z @17562 NONAME ?CompareObjectMemoryDirect@H245_VCCapability_aal5@@UBE?AW4Comparison@PObject@@ABV3@@Z @6433 NONAME ?CompareObjectMemoryDirect@H245_VCCapability_availableBitRates@@UBE?AW4Comparison@PObject@@ABV3@@Z @6434 NONAME ?CompareObjectMemoryDirect@H245_VCCapability_availableBitRates_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @6435 NONAME ?CompareObjectMemoryDirect@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBE?AW4Comparison@PObject@@ABV3@@Z @6436 NONAME ?CompareObjectMemoryDirect@H245_VendorIdentification@@UBE?AW4Comparison@PObject@@ABV3@@Z @6437 NONAME ?CompareObjectMemoryDirect@H245_VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6438 NONAME ?CompareObjectMemoryDirect@H245_VideoIndicateCompose@@UBE?AW4Comparison@PObject@@ABV3@@Z @6439 NONAME ?CompareObjectMemoryDirect@H245_VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6440 NONAME ?CompareObjectMemoryDirect@H248_ActionReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @22617 NONAME ?CompareObjectMemoryDirect@H248_ActionRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22618 NONAME ?CompareObjectMemoryDirect@H248_AmmDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22619 NONAME ?CompareObjectMemoryDirect@H248_AmmRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22620 NONAME ?CompareObjectMemoryDirect@H248_AmmsReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @22621 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_ActionReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @22622 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_ActionRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22623 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_AmmDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22624 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_CommandReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @22625 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_CommandRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22626 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_EventParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @22627 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_IndAuditParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @22628 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_IndAudPropertyParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @22629 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_IndAudStreamDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22630 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_ModemType@@UBE?AW4Comparison@PObject@@ABV3@@Z @22631 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_ObservedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @22632 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_PASN_OctetString@@UBE?AW4Comparison@PObject@@ABV3@@Z @22633 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_PropertyGroup@@UBE?AW4Comparison@PObject@@ABV3@@Z @22634 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_PropertyParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @22635 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_RequestedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @22636 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_SecondRequestedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @22637 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_Signal@@UBE?AW4Comparison@PObject@@ABV3@@Z @22638 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_SigParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @22639 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_StreamDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22640 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_TerminationID@@UBE?AW4Comparison@PObject@@ABV3@@Z @22641 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_TopologyRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22642 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_Transaction@@UBE?AW4Comparison@PObject@@ABV3@@Z @22643 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_WildcardField@@UBE?AW4Comparison@PObject@@ABV3@@Z @22644 NONAME ?CompareObjectMemoryDirect@H248_AuditDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22645 NONAME ?CompareObjectMemoryDirect@H248_AuditReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @22646 NONAME ?CompareObjectMemoryDirect@H248_AuditRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22647 NONAME ?CompareObjectMemoryDirect@H248_AuditResult@@UBE?AW4Comparison@PObject@@ABV3@@Z @22648 NONAME ?CompareObjectMemoryDirect@H248_AuditReturnParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @22649 NONAME ?CompareObjectMemoryDirect@H248_AuthData@@UBE?AW4Comparison@PObject@@ABV3@@Z @22650 NONAME ?CompareObjectMemoryDirect@H248_AuthenticationHeader@@UBE?AW4Comparison@PObject@@ABV3@@Z @22651 NONAME ?CompareObjectMemoryDirect@H248_Command@@UBE?AW4Comparison@PObject@@ABV3@@Z @22652 NONAME ?CompareObjectMemoryDirect@H248_CommandReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @22653 NONAME ?CompareObjectMemoryDirect@H248_CommandRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22654 NONAME ?CompareObjectMemoryDirect@H248_ContextAttrAuditRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22655 NONAME ?CompareObjectMemoryDirect@H248_ContextID@@UBE?AW4Comparison@PObject@@ABV3@@Z @22656 NONAME ?CompareObjectMemoryDirect@H248_ContextRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22657 NONAME ?CompareObjectMemoryDirect@H248_DigitMapDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22658 NONAME ?CompareObjectMemoryDirect@H248_DigitMapName@@UBE?AW4Comparison@PObject@@ABV3@@Z @22659 NONAME ?CompareObjectMemoryDirect@H248_DigitMapValue@@UBE?AW4Comparison@PObject@@ABV3@@Z @22660 NONAME ?CompareObjectMemoryDirect@H248_DomainName@@UBE?AW4Comparison@PObject@@ABV3@@Z @22661 NONAME ?CompareObjectMemoryDirect@H248_ErrorCode@@UBE?AW4Comparison@PObject@@ABV3@@Z @22662 NONAME ?CompareObjectMemoryDirect@H248_ErrorDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22663 NONAME ?CompareObjectMemoryDirect@H248_ErrorText@@UBE?AW4Comparison@PObject@@ABV3@@Z @22664 NONAME ?CompareObjectMemoryDirect@H248_EventBufferControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @22665 NONAME ?CompareObjectMemoryDirect@H248_EventBufferDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22666 NONAME ?CompareObjectMemoryDirect@H248_EventDM@@UBE?AW4Comparison@PObject@@ABV3@@Z @22667 NONAME ?CompareObjectMemoryDirect@H248_EventName@@UBE?AW4Comparison@PObject@@ABV3@@Z @22668 NONAME ?CompareObjectMemoryDirect@H248_EventParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @22669 NONAME ?CompareObjectMemoryDirect@H248_EventParameter_extraInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @22670 NONAME ?CompareObjectMemoryDirect@H248_EventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22671 NONAME ?CompareObjectMemoryDirect@H248_EventSpec@@UBE?AW4Comparison@PObject@@ABV3@@Z @22672 NONAME ?CompareObjectMemoryDirect@H248_H221NonStandard@@UBE?AW4Comparison@PObject@@ABV3@@Z @22673 NONAME ?CompareObjectMemoryDirect@H248_IndAudDigitMapDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22674 NONAME ?CompareObjectMemoryDirect@H248_IndAudEventBufferDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22675 NONAME ?CompareObjectMemoryDirect@H248_IndAudEventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22676 NONAME ?CompareObjectMemoryDirect@H248_IndAuditParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @22677 NONAME ?CompareObjectMemoryDirect@H248_IndAudLocalControlDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22678 NONAME ?CompareObjectMemoryDirect@H248_IndAudLocalRemoteDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22679 NONAME ?CompareObjectMemoryDirect@H248_IndAudMediaDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22680 NONAME ?CompareObjectMemoryDirect@H248_IndAudMediaDescriptor_streams@@UBE?AW4Comparison@PObject@@ABV3@@Z @22681 NONAME ?CompareObjectMemoryDirect@H248_IndAudPackagesDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22682 NONAME ?CompareObjectMemoryDirect@H248_IndAudPropertyGroup@@UBE?AW4Comparison@PObject@@ABV3@@Z @22683 NONAME ?CompareObjectMemoryDirect@H248_IndAudPropertyParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @22684 NONAME ?CompareObjectMemoryDirect@H248_IndAudSeqSigList@@UBE?AW4Comparison@PObject@@ABV3@@Z @22685 NONAME ?CompareObjectMemoryDirect@H248_IndAudSignal@@UBE?AW4Comparison@PObject@@ABV3@@Z @22686 NONAME ?CompareObjectMemoryDirect@H248_IndAudSignalsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22687 NONAME ?CompareObjectMemoryDirect@H248_IndAudStatisticsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22688 NONAME ?CompareObjectMemoryDirect@H248_IndAudStreamDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22689 NONAME ?CompareObjectMemoryDirect@H248_IndAudStreamParms@@UBE?AW4Comparison@PObject@@ABV3@@Z @22690 NONAME ?CompareObjectMemoryDirect@H248_IndAudTerminationStateDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22691 NONAME ?CompareObjectMemoryDirect@H248_IP4Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @22692 NONAME ?CompareObjectMemoryDirect@H248_IP6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @22693 NONAME ?CompareObjectMemoryDirect@H248_LocalControlDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22694 NONAME ?CompareObjectMemoryDirect@H248_LocalRemoteDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22695 NONAME ?CompareObjectMemoryDirect@H248_MediaDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22696 NONAME ?CompareObjectMemoryDirect@H248_MediaDescriptor_streams@@UBE?AW4Comparison@PObject@@ABV3@@Z @22697 NONAME ?CompareObjectMemoryDirect@H248_MegacoMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @22698 NONAME ?CompareObjectMemoryDirect@H248_Message@@UBE?AW4Comparison@PObject@@ABV3@@Z @22699 NONAME ?CompareObjectMemoryDirect@H248_Message_messageBody@@UBE?AW4Comparison@PObject@@ABV3@@Z @22700 NONAME ?CompareObjectMemoryDirect@H248_MId@@UBE?AW4Comparison@PObject@@ABV3@@Z @22701 NONAME ?CompareObjectMemoryDirect@H248_ModemDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22702 NONAME ?CompareObjectMemoryDirect@H248_ModemType@@UBE?AW4Comparison@PObject@@ABV3@@Z @22703 NONAME ?CompareObjectMemoryDirect@H248_MuxDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22704 NONAME ?CompareObjectMemoryDirect@H248_MuxType@@UBE?AW4Comparison@PObject@@ABV3@@Z @22705 NONAME ?CompareObjectMemoryDirect@H248_Name@@UBE?AW4Comparison@PObject@@ABV3@@Z @22706 NONAME ?CompareObjectMemoryDirect@H248_NonStandardData@@UBE?AW4Comparison@PObject@@ABV3@@Z @22707 NONAME ?CompareObjectMemoryDirect@H248_NonStandardIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @22708 NONAME ?CompareObjectMemoryDirect@H248_NotifyCompletion@@UBE?AW4Comparison@PObject@@ABV3@@Z @22709 NONAME ?CompareObjectMemoryDirect@H248_NotifyReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @22710 NONAME ?CompareObjectMemoryDirect@H248_NotifyRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22711 NONAME ?CompareObjectMemoryDirect@H248_ObservedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @22712 NONAME ?CompareObjectMemoryDirect@H248_ObservedEventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22713 NONAME ?CompareObjectMemoryDirect@H248_PackagesDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22714 NONAME ?CompareObjectMemoryDirect@H248_PackagesItem@@UBE?AW4Comparison@PObject@@ABV3@@Z @22715 NONAME ?CompareObjectMemoryDirect@H248_PathName@@UBE?AW4Comparison@PObject@@ABV3@@Z @22716 NONAME ?CompareObjectMemoryDirect@H248_PkgdName@@UBE?AW4Comparison@PObject@@ABV3@@Z @22717 NONAME ?CompareObjectMemoryDirect@H248_PropertyGroup@@UBE?AW4Comparison@PObject@@ABV3@@Z @22718 NONAME ?CompareObjectMemoryDirect@H248_PropertyParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @22719 NONAME ?CompareObjectMemoryDirect@H248_PropertyParm_extraInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @22720 NONAME ?CompareObjectMemoryDirect@H248_Relation@@UBE?AW4Comparison@PObject@@ABV3@@Z @22721 NONAME ?CompareObjectMemoryDirect@H248_RequestedActions@@UBE?AW4Comparison@PObject@@ABV3@@Z @22722 NONAME ?CompareObjectMemoryDirect@H248_RequestedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @22723 NONAME ?CompareObjectMemoryDirect@H248_RequestID@@UBE?AW4Comparison@PObject@@ABV3@@Z @22724 NONAME ?CompareObjectMemoryDirect@H248_SecondEventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22725 NONAME ?CompareObjectMemoryDirect@H248_SecondRequestedActions@@UBE?AW4Comparison@PObject@@ABV3@@Z @22726 NONAME ?CompareObjectMemoryDirect@H248_SecondRequestedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @22727 NONAME ?CompareObjectMemoryDirect@H248_SecurityParmIndex@@UBE?AW4Comparison@PObject@@ABV3@@Z @22728 NONAME ?CompareObjectMemoryDirect@H248_SeqSigList@@UBE?AW4Comparison@PObject@@ABV3@@Z @22729 NONAME ?CompareObjectMemoryDirect@H248_SequenceNum@@UBE?AW4Comparison@PObject@@ABV3@@Z @22730 NONAME ?CompareObjectMemoryDirect@H248_ServiceChangeAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @22731 NONAME ?CompareObjectMemoryDirect@H248_ServiceChangeMethod@@UBE?AW4Comparison@PObject@@ABV3@@Z @22732 NONAME ?CompareObjectMemoryDirect@H248_ServiceChangeParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @22733 NONAME ?CompareObjectMemoryDirect@H248_ServiceChangeProfile@@UBE?AW4Comparison@PObject@@ABV3@@Z @22734 NONAME ?CompareObjectMemoryDirect@H248_ServiceChangeReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @22735 NONAME ?CompareObjectMemoryDirect@H248_ServiceChangeRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22736 NONAME ?CompareObjectMemoryDirect@H248_ServiceChangeResParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @22737 NONAME ?CompareObjectMemoryDirect@H248_ServiceChangeResult@@UBE?AW4Comparison@PObject@@ABV3@@Z @22738 NONAME ?CompareObjectMemoryDirect@H248_ServiceState@@UBE?AW4Comparison@PObject@@ABV3@@Z @22739 NONAME ?CompareObjectMemoryDirect@H248_Signal@@UBE?AW4Comparison@PObject@@ABV3@@Z @22740 NONAME ?CompareObjectMemoryDirect@H248_SignalName@@UBE?AW4Comparison@PObject@@ABV3@@Z @22741 NONAME ?CompareObjectMemoryDirect@H248_SignalRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22742 NONAME ?CompareObjectMemoryDirect@H248_SignalsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22743 NONAME ?CompareObjectMemoryDirect@H248_SignalType@@UBE?AW4Comparison@PObject@@ABV3@@Z @22744 NONAME ?CompareObjectMemoryDirect@H248_SigParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @22745 NONAME ?CompareObjectMemoryDirect@H248_SigParameter_extraInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @22746 NONAME ?CompareObjectMemoryDirect@H248_StatisticsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22747 NONAME ?CompareObjectMemoryDirect@H248_StatisticsParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @22748 NONAME ?CompareObjectMemoryDirect@H248_StreamDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22749 NONAME ?CompareObjectMemoryDirect@H248_StreamID@@UBE?AW4Comparison@PObject@@ABV3@@Z @22750 NONAME ?CompareObjectMemoryDirect@H248_StreamMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @22751 NONAME ?CompareObjectMemoryDirect@H248_StreamParms@@UBE?AW4Comparison@PObject@@ABV3@@Z @22752 NONAME ?CompareObjectMemoryDirect@H248_SubtractRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22753 NONAME ?CompareObjectMemoryDirect@H248_TerminationAudit@@UBE?AW4Comparison@PObject@@ABV3@@Z @22754 NONAME ?CompareObjectMemoryDirect@H248_TerminationID@@UBE?AW4Comparison@PObject@@ABV3@@Z @22755 NONAME ?CompareObjectMemoryDirect@H248_TerminationIDList@@UBE?AW4Comparison@PObject@@ABV3@@Z @22756 NONAME ?CompareObjectMemoryDirect@H248_TerminationStateDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @22757 NONAME ?CompareObjectMemoryDirect@H248_TimeNotation@@UBE?AW4Comparison@PObject@@ABV3@@Z @22758 NONAME ?CompareObjectMemoryDirect@H248_TopologyRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22759 NONAME ?CompareObjectMemoryDirect@H248_TopologyRequest_topologyDirection@@UBE?AW4Comparison@PObject@@ABV3@@Z @22760 NONAME ?CompareObjectMemoryDirect@H248_Transaction@@UBE?AW4Comparison@PObject@@ABV3@@Z @22761 NONAME ?CompareObjectMemoryDirect@H248_TransactionAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @22762 NONAME ?CompareObjectMemoryDirect@H248_TransactionId@@UBE?AW4Comparison@PObject@@ABV3@@Z @22763 NONAME ?CompareObjectMemoryDirect@H248_TransactionPending@@UBE?AW4Comparison@PObject@@ABV3@@Z @22764 NONAME ?CompareObjectMemoryDirect@H248_TransactionReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @22765 NONAME ?CompareObjectMemoryDirect@H248_TransactionReply_transactionResult@@UBE?AW4Comparison@PObject@@ABV3@@Z @22766 NONAME ?CompareObjectMemoryDirect@H248_TransactionRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @22767 NONAME ?CompareObjectMemoryDirect@H248_TransactionResponseAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @22768 NONAME ?CompareObjectMemoryDirect@H248_Value@@UBE?AW4Comparison@PObject@@ABV3@@Z @22769 NONAME ?CompareObjectMemoryDirect@H248_WildcardField@@UBE?AW4Comparison@PObject@@ABV3@@Z @22770 NONAME ?CompareObjectMemoryDirect@H263Packet@@UBE?AW4Comparison@PObject@@ABV3@@Z @45965 NONAME ?CompareObjectMemoryDirect@H263PacketList@@UBE?AW4Comparison@PObject@@ABV3@@Z @45966 NONAME ?CompareObjectMemoryDirect@H323AudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6441 NONAME ?CompareObjectMemoryDirect@H323AudioCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @6442 NONAME ?CompareObjectMemoryDirect@H323BidirectionalChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @6443 NONAME ?CompareObjectMemoryDirect@H323CallCreditServiceControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @22771 NONAME ?CompareObjectMemoryDirect@H323Capabilities@@UBE?AW4Comparison@PObject@@ABV3@@Z @12518 NONAME ?CompareObjectMemoryDirect@H323CapabilitiesSet@@UBE?AW4Comparison@PObject@@ABV3@@Z @12519 NONAME ?CompareObjectMemoryDirect@H323Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6444 NONAME ?CompareObjectMemoryDirect@H323Channel@@UBE?AW4Comparison@PObject@@ABV3@@Z @6446 NONAME ?CompareObjectMemoryDirect@H323ChannelNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @6447 NONAME ?CompareObjectMemoryDirect@H323Codec@@UBE?AW4Comparison@PObject@@ABV3@@Z @6448 NONAME ?CompareObjectMemoryDirect@H323CodecPluginGenericAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @45429 NONAME ?CompareObjectMemoryDirect@H323CodecPluginNonStandardAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @39477 NONAME ?CompareObjectMemoryDirect@H323Connection@@UBE?AW4Comparison@PObject@@ABV3@@Z @6449 NONAME ?CompareObjectMemoryDirect@H323ConnectionsCleaner@@UBE?AW4Comparison@PObject@@ABV3@@Z @6450 NONAME ?CompareObjectMemoryDirect@H323ControlPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @6451 NONAME ?CompareObjectMemoryDirect@H323DataCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6452 NONAME ?CompareObjectMemoryDirect@H323DataChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @18872 NONAME ?CompareObjectMemoryDirect@H323DynaLink@@UBE?AW4Comparison@PObject@@ABV3@@Z @42757 NONAME ?CompareObjectMemoryDirect@H323EndPoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @6453 NONAME ?CompareObjectMemoryDirect@H323FramedAudioCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @6454 NONAME ?CompareObjectMemoryDirect@H323Gatekeeper@@UBE?AW4Comparison@PObject@@ABV3@@Z @6455 NONAME ?CompareObjectMemoryDirect@H323GatekeeperARQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @19779 NONAME ?CompareObjectMemoryDirect@H323GatekeeperBRQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @19780 NONAME ?CompareObjectMemoryDirect@H323GatekeeperCall@@UBE?AW4Comparison@PObject@@ABV3@@Z @19080 NONAME ?CompareObjectMemoryDirect@H323GatekeeperDRQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @19781 NONAME ?CompareObjectMemoryDirect@H323GatekeeperGRQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @19782 NONAME ?CompareObjectMemoryDirect@H323GatekeeperIRR@@UBE?AW4Comparison@PObject@@ABV3@@Z @20589 NONAME ?CompareObjectMemoryDirect@H323GatekeeperListener@@UBE?AW4Comparison@PObject@@ABV3@@Z @19081 NONAME ?CompareObjectMemoryDirect@H323GatekeeperLRQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @19783 NONAME ?CompareObjectMemoryDirect@H323GatekeeperRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @19784 NONAME ?CompareObjectMemoryDirect@H323GatekeeperRRQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @19785 NONAME ?CompareObjectMemoryDirect@H323GatekeeperServer@@UBE?AW4Comparison@PObject@@ABV3@@Z @19082 NONAME ?CompareObjectMemoryDirect@H323GatekeeperURQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @19786 NONAME ?CompareObjectMemoryDirect@H323GenericAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @45430 NONAME ?CompareObjectMemoryDirect@H323GenericVideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @45431 NONAME ?CompareObjectMemoryDirect@H323GSMPluginCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @39478 NONAME ?CompareObjectMemoryDirect@H323H248ServiceControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @22772 NONAME ?CompareObjectMemoryDirect@H323HTTPServiceControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @22773 NONAME ?CompareObjectMemoryDirect@H323Listener@@UBE?AW4Comparison@PObject@@ABV3@@Z @6457 NONAME ?CompareObjectMemoryDirect@H323ListenerTCP@@UBE?AW4Comparison@PObject@@ABV3@@Z @6458 NONAME ?CompareObjectMemoryDirect@H323LogicalChannelThread@@UBE?AW4Comparison@PObject@@ABV3@@Z @6459 NONAME ?CompareObjectMemoryDirect@H323NonStandardAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6460 NONAME ?CompareObjectMemoryDirect@H323NonStandardDataCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6461 NONAME ?CompareObjectMemoryDirect@H323NonStandardVideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6462 NONAME ?CompareObjectMemoryDirect@H323PeerElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @23997 NONAME ?CompareObjectMemoryDirect@H323PeerElementDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @25732 NONAME ?CompareObjectMemoryDirect@H323PeerElementServiceRelationship@@UBE?AW4Comparison@PObject@@ABV3@@Z @25733 NONAME ?CompareObjectMemoryDirect@H323PluginCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @39481 NONAME ?CompareObjectMemoryDirect@H323PluginCodecManager@@UBE?AW4Comparison@PObject@@ABV3@@Z @43092 NONAME ?CompareObjectMemoryDirect@H323PluginFramedAudioCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @42801 NONAME ?CompareObjectMemoryDirect@H323PluginG7231Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @39482 NONAME ?CompareObjectMemoryDirect@H323PluginVideoCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @39483 NONAME ?CompareObjectMemoryDirect@H323RasPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @6463 NONAME ?CompareObjectMemoryDirect@H323RealTimeCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6464 NONAME ?CompareObjectMemoryDirect@H323RegisteredEndPoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @19083 NONAME ?CompareObjectMemoryDirect@H323ServiceControlSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @22774 NONAME ?CompareObjectMemoryDirect@H323SignalPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @6465 NONAME ?CompareObjectMemoryDirect@H323SimultaneousCapabilities@@UBE?AW4Comparison@PObject@@ABV3@@Z @6466 NONAME ?CompareObjectMemoryDirect@H323StreamedAudioCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @6467 NONAME ?CompareObjectMemoryDirect@H323StreamedPluginAudioCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @42802 NONAME ?CompareObjectMemoryDirect@H323Transaction@@UBE?AW4Comparison@PObject@@ABV3@@Z @26079 NONAME ?CompareObjectMemoryDirect@H323TransactionServer@@UBE?AW4Comparison@PObject@@ABV3@@Z @23999 NONAME ?CompareObjectMemoryDirect@H323Transactor@@UBE?AW4Comparison@PObject@@ABV3@@Z @24000 NONAME ?CompareObjectMemoryDirect@H323Transport@@UBE?AW4Comparison@PObject@@ABV3@@Z @6468 NONAME ?CompareObjectMemoryDirect@H323TransportAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @6469 NONAME ?CompareObjectMemoryDirect@H323TransportAddressArray@@UBE?AW4Comparison@PObject@@ABV3@@Z @21073 NONAME ?CompareObjectMemoryDirect@H323TransportIP@@UBE?AW4Comparison@PObject@@ABV3@@Z @6470 NONAME ?CompareObjectMemoryDirect@H323TransportTCP@@UBE?AW4Comparison@PObject@@ABV3@@Z @6471 NONAME ?CompareObjectMemoryDirect@H323TransportUDP@@UBE?AW4Comparison@PObject@@ABV3@@Z @6472 NONAME ?CompareObjectMemoryDirect@H323UnidirectionalChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @6473 NONAME ?CompareObjectMemoryDirect@H323VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6474 NONAME ?CompareObjectMemoryDirect@H323VideoCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @6475 NONAME ?CompareObjectMemoryDirect@H323_ALawCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @6480 NONAME ?CompareObjectMemoryDirect@H323_AnnexG@@UBE?AW4Comparison@PObject@@ABV3@@Z @24001 NONAME ?CompareObjectMemoryDirect@H323_CiscoG7231aLIDCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @21012 NONAME ?CompareObjectMemoryDirect@H323_ExternalRTPChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @19909 NONAME ?CompareObjectMemoryDirect@H323_G711Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6481 NONAME ?CompareObjectMemoryDirect@H323_H261Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6484 NONAME ?CompareObjectMemoryDirect@H323_H261Codec@@UBE?AW4Comparison@PObject@@ABV3@@Z @6485 NONAME ?CompareObjectMemoryDirect@H323_LIDCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6486 NONAME ?CompareObjectMemoryDirect@H323_LIDCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @6487 NONAME ?CompareObjectMemoryDirect@H323_muLawCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @6488 NONAME ?CompareObjectMemoryDirect@H323_RealTimeChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @19910 NONAME ?CompareObjectMemoryDirect@H323_RFC2190_H263Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @45967 NONAME ?CompareObjectMemoryDirect@H323_RFC2190_H263Codec@@UBE?AW4Comparison@PObject@@ABV3@@Z @45968 NONAME ?CompareObjectMemoryDirect@H323_RTPChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @6489 NONAME ?CompareObjectMemoryDirect@H323_RTP_Session@@UBE?AW4Comparison@PObject@@ABV3@@Z @6490 NONAME ?CompareObjectMemoryDirect@H323_RTP_UDP@@UBE?AW4Comparison@PObject@@ABV3@@Z @6491 NONAME ?CompareObjectMemoryDirect@H323_T120Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6492 NONAME ?CompareObjectMemoryDirect@H323_T120Channel@@UBE?AW4Comparison@PObject@@ABV3@@Z @18873 NONAME ?CompareObjectMemoryDirect@H323_T38Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @18874 NONAME ?CompareObjectMemoryDirect@H323_T38Channel@@UBE?AW4Comparison@PObject@@ABV3@@Z @18875 NONAME ?CompareObjectMemoryDirect@H323_T38NonStandardCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @20516 NONAME ?CompareObjectMemoryDirect@H323_UserInputCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6493 NONAME ?CompareObjectMemoryDirect@H45010_ArrayOf_MixedExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @15694 NONAME ?CompareObjectMemoryDirect@H45010_CfbOvrOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15695 NONAME ?CompareObjectMemoryDirect@H45010_CoReqOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15696 NONAME ?CompareObjectMemoryDirect@H45010_H323CallOfferOperations@@UBE?AW4Comparison@PObject@@ABV3@@Z @15697 NONAME ?CompareObjectMemoryDirect@H45010_RUAlertOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15698 NONAME ?CompareObjectMemoryDirect@H45011Handler@@UBE?AW4Comparison@PObject@@ABV3@@Z @20664 NONAME ?CompareObjectMemoryDirect@H45011_ArrayOf_MixedExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @15699 NONAME ?CompareObjectMemoryDirect@H45011_CallIntrusionErrors@@UBE?AW4Comparison@PObject@@ABV3@@Z @15700 NONAME ?CompareObjectMemoryDirect@H45011_CICapabilityLevel@@UBE?AW4Comparison@PObject@@ABV3@@Z @15701 NONAME ?CompareObjectMemoryDirect@H45011_CIFrcRelArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15702 NONAME ?CompareObjectMemoryDirect@H45011_CIFrcRelOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15703 NONAME ?CompareObjectMemoryDirect@H45011_CIGetCIPLOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15704 NONAME ?CompareObjectMemoryDirect@H45011_CIGetCIPLRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15705 NONAME ?CompareObjectMemoryDirect@H45011_CIIsOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15706 NONAME ?CompareObjectMemoryDirect@H45011_CIIsOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15707 NONAME ?CompareObjectMemoryDirect@H45011_CINotificationArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15708 NONAME ?CompareObjectMemoryDirect@H45011_CIProtectionLevel@@UBE?AW4Comparison@PObject@@ABV3@@Z @15709 NONAME ?CompareObjectMemoryDirect@H45011_CIRequestArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15710 NONAME ?CompareObjectMemoryDirect@H45011_CIRequestRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15711 NONAME ?CompareObjectMemoryDirect@H45011_CISilentArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15712 NONAME ?CompareObjectMemoryDirect@H45011_CISilentOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15713 NONAME ?CompareObjectMemoryDirect@H45011_CIStatusInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @15714 NONAME ?CompareObjectMemoryDirect@H45011_CIWobOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15715 NONAME ?CompareObjectMemoryDirect@H45011_CIWobOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15716 NONAME ?CompareObjectMemoryDirect@H45011_H323CallIntrusionOperations@@UBE?AW4Comparison@PObject@@ABV3@@Z @15717 NONAME ?CompareObjectMemoryDirect@H4501_Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @14534 NONAME ?CompareObjectMemoryDirect@H4501_AddressInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @14535 NONAME ?CompareObjectMemoryDirect@H4501_AddressScreened@@UBE?AW4Comparison@PObject@@ABV3@@Z @14536 NONAME ?CompareObjectMemoryDirect@H4501_ArrayOf_AliasAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @14537 NONAME ?CompareObjectMemoryDirect@H4501_ArrayOf_ROS@@UBE?AW4Comparison@PObject@@ABV3@@Z @14538 NONAME ?CompareObjectMemoryDirect@H4501_EndpointAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @14539 NONAME ?CompareObjectMemoryDirect@H4501_EntityType@@UBE?AW4Comparison@PObject@@ABV3@@Z @14540 NONAME ?CompareObjectMemoryDirect@H4501_Extension@@UBE?AW4Comparison@PObject@@ABV3@@Z @14541 NONAME ?CompareObjectMemoryDirect@H4501_GeneralErrorList@@UBE?AW4Comparison@PObject@@ABV3@@Z @14542 NONAME ?CompareObjectMemoryDirect@H4501_H225InformationElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @14543 NONAME ?CompareObjectMemoryDirect@H4501_InterpretationApdu@@UBE?AW4Comparison@PObject@@ABV3@@Z @14544 NONAME ?CompareObjectMemoryDirect@H4501_InvokeIDs@@UBE?AW4Comparison@PObject@@ABV3@@Z @14545 NONAME ?CompareObjectMemoryDirect@H4501_InvokeIdSet@@UBE?AW4Comparison@PObject@@ABV3@@Z @14546 NONAME ?CompareObjectMemoryDirect@H4501_NetworkFacilityExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @14547 NONAME ?CompareObjectMemoryDirect@H4501_NSAPSubaddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @14548 NONAME ?CompareObjectMemoryDirect@H4501_NumberScreened@@UBE?AW4Comparison@PObject@@ABV3@@Z @14549 NONAME ?CompareObjectMemoryDirect@H4501_PartySubaddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @14550 NONAME ?CompareObjectMemoryDirect@H4501_PresentationAllowedIndicator@@UBE?AW4Comparison@PObject@@ABV3@@Z @14551 NONAME ?CompareObjectMemoryDirect@H4501_PresentedAddressScreened@@UBE?AW4Comparison@PObject@@ABV3@@Z @14552 NONAME ?CompareObjectMemoryDirect@H4501_PresentedAddressUnscreened@@UBE?AW4Comparison@PObject@@ABV3@@Z @14553 NONAME ?CompareObjectMemoryDirect@H4501_PresentedNumberScreened@@UBE?AW4Comparison@PObject@@ABV3@@Z @14554 NONAME ?CompareObjectMemoryDirect@H4501_PresentedNumberUnscreened@@UBE?AW4Comparison@PObject@@ABV3@@Z @14555 NONAME ?CompareObjectMemoryDirect@H4501_ScreeningIndicator@@UBE?AW4Comparison@PObject@@ABV3@@Z @14556 NONAME ?CompareObjectMemoryDirect@H4501_ServiceApdus@@UBE?AW4Comparison@PObject@@ABV3@@Z @14557 NONAME ?CompareObjectMemoryDirect@H4501_SubaddressInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @14558 NONAME ?CompareObjectMemoryDirect@H4501_SupplementaryService@@UBE?AW4Comparison@PObject@@ABV3@@Z @14559 NONAME ?CompareObjectMemoryDirect@H4501_UserSpecifiedSubaddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @14560 NONAME ?CompareObjectMemoryDirect@H4502Handler@@UBE?AW4Comparison@PObject@@ABV3@@Z @19447 NONAME ?CompareObjectMemoryDirect@H4502_CallIdentity@@UBE?AW4Comparison@PObject@@ABV3@@Z @14561 NONAME ?CompareObjectMemoryDirect@H4502_CallStatus@@UBE?AW4Comparison@PObject@@ABV3@@Z @14562 NONAME ?CompareObjectMemoryDirect@H4502_CallTransferErrors@@UBE?AW4Comparison@PObject@@ABV3@@Z @14563 NONAME ?CompareObjectMemoryDirect@H4502_CallTransferOperation@@UBE?AW4Comparison@PObject@@ABV3@@Z @14564 NONAME ?CompareObjectMemoryDirect@H4502_CTActiveArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @14565 NONAME ?CompareObjectMemoryDirect@H4502_CTActiveArg_argumentExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @14566 NONAME ?CompareObjectMemoryDirect@H4502_CTCompleteArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @14567 NONAME ?CompareObjectMemoryDirect@H4502_CTCompleteArg_argumentExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @14568 NONAME ?CompareObjectMemoryDirect@H4502_CTIdentifyRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @14569 NONAME ?CompareObjectMemoryDirect@H4502_CTIdentifyRes_resultExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @14570 NONAME ?CompareObjectMemoryDirect@H4502_CTInitiateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @14571 NONAME ?CompareObjectMemoryDirect@H4502_CTInitiateArg_argumentExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @14572 NONAME ?CompareObjectMemoryDirect@H4502_CTSetupArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @14573 NONAME ?CompareObjectMemoryDirect@H4502_CTSetupArg_argumentExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @14574 NONAME ?CompareObjectMemoryDirect@H4502_CTUpdateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @14575 NONAME ?CompareObjectMemoryDirect@H4502_CTUpdateArg_argumentExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @14576 NONAME ?CompareObjectMemoryDirect@H4502_DummyArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @14577 NONAME ?CompareObjectMemoryDirect@H4502_DummyRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @14578 NONAME ?CompareObjectMemoryDirect@H4502_EndDesignation@@UBE?AW4Comparison@PObject@@ABV3@@Z @14579 NONAME ?CompareObjectMemoryDirect@H4502_ExtensionSeq@@UBE?AW4Comparison@PObject@@ABV3@@Z @14580 NONAME ?CompareObjectMemoryDirect@H4502_SubaddressTransferArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @14581 NONAME ?CompareObjectMemoryDirect@H4502_SubaddressTransferArg_argumentExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @14582 NONAME ?CompareObjectMemoryDirect@H4503_BasicService@@UBE?AW4Comparison@PObject@@ABV3@@Z @15163 NONAME ?CompareObjectMemoryDirect@H4503_CallDiversionErrors@@UBE?AW4Comparison@PObject@@ABV3@@Z @15164 NONAME ?CompareObjectMemoryDirect@H4503_DiversionReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @15165 NONAME ?CompareObjectMemoryDirect@H4503_ExtensionSeq@@UBE?AW4Comparison@PObject@@ABV3@@Z @15166 NONAME ?CompareObjectMemoryDirect@H4503_H323CallDiversionOperations@@UBE?AW4Comparison@PObject@@ABV3@@Z @15167 NONAME ?CompareObjectMemoryDirect@H4503_IntResult@@UBE?AW4Comparison@PObject@@ABV3@@Z @15168 NONAME ?CompareObjectMemoryDirect@H4503_IntResultList@@UBE?AW4Comparison@PObject@@ABV3@@Z @15169 NONAME ?CompareObjectMemoryDirect@H4503_IntResult_extension@@UBE?AW4Comparison@PObject@@ABV3@@Z @15170 NONAME ?CompareObjectMemoryDirect@H4503_Procedure@@UBE?AW4Comparison@PObject@@ABV3@@Z @15171 NONAME ?CompareObjectMemoryDirect@H4503_SubscriptionOption@@UBE?AW4Comparison@PObject@@ABV3@@Z @15172 NONAME ?CompareObjectMemoryDirect@H4504Handler@@UBE?AW4Comparison@PObject@@ABV3@@Z @19448 NONAME ?CompareObjectMemoryDirect@H4504_ArrayOf_MixedExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @15020 NONAME ?CompareObjectMemoryDirect@H4504_CallHoldOperation@@UBE?AW4Comparison@PObject@@ABV3@@Z @15021 NONAME ?CompareObjectMemoryDirect@H4504_Extension@@UBE?AW4Comparison@PObject@@ABV3@@Z @15022 NONAME ?CompareObjectMemoryDirect@H4504_HoldNotificArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15023 NONAME ?CompareObjectMemoryDirect@H4504_MixedExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @15024 NONAME ?CompareObjectMemoryDirect@H4504_RemoteHoldArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15025 NONAME ?CompareObjectMemoryDirect@H4504_RemoteHoldRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15026 NONAME ?CompareObjectMemoryDirect@H4504_RemoteRetrieveArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15027 NONAME ?CompareObjectMemoryDirect@H4504_RemoteRetrieveRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15028 NONAME ?CompareObjectMemoryDirect@H4504_RetrieveNotificArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15029 NONAME ?CompareObjectMemoryDirect@H4505_ArrayOf_MixedExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @15718 NONAME ?CompareObjectMemoryDirect@H4505_CallParkPickupOperations@@UBE?AW4Comparison@PObject@@ABV3@@Z @15719 NONAME ?CompareObjectMemoryDirect@H4505_CallPickupErrors@@UBE?AW4Comparison@PObject@@ABV3@@Z @15720 NONAME ?CompareObjectMemoryDirect@H4505_CallType@@UBE?AW4Comparison@PObject@@ABV3@@Z @15721 NONAME ?CompareObjectMemoryDirect@H4505_CpickupNotifyArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15722 NONAME ?CompareObjectMemoryDirect@H4505_CpNotifyArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15723 NONAME ?CompareObjectMemoryDirect@H4505_CpRequestArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15724 NONAME ?CompareObjectMemoryDirect@H4505_CpRequestRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15725 NONAME ?CompareObjectMemoryDirect@H4505_CpSetupArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15726 NONAME ?CompareObjectMemoryDirect@H4505_CpSetupRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15727 NONAME ?CompareObjectMemoryDirect@H4505_GroupIndicationOffArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15728 NONAME ?CompareObjectMemoryDirect@H4505_GroupIndicationOffRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15729 NONAME ?CompareObjectMemoryDirect@H4505_GroupIndicationOnArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15730 NONAME ?CompareObjectMemoryDirect@H4505_GroupIndicationOnRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15731 NONAME ?CompareObjectMemoryDirect@H4505_ParkCondition@@UBE?AW4Comparison@PObject@@ABV3@@Z @15732 NONAME ?CompareObjectMemoryDirect@H4505_ParkedToPosition@@UBE?AW4Comparison@PObject@@ABV3@@Z @15733 NONAME ?CompareObjectMemoryDirect@H4505_PickExeArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15734 NONAME ?CompareObjectMemoryDirect@H4505_PickExeRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15735 NONAME ?CompareObjectMemoryDirect@H4505_PickrequArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15736 NONAME ?CompareObjectMemoryDirect@H4505_PickrequRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15737 NONAME ?CompareObjectMemoryDirect@H4505_PickupArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15738 NONAME ?CompareObjectMemoryDirect@H4505_PickupRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15739 NONAME ?CompareObjectMemoryDirect@H4506Handler@@UBE?AW4Comparison@PObject@@ABV3@@Z @19951 NONAME ?CompareObjectMemoryDirect@H4506_ArrayOf_MixedExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @15740 NONAME ?CompareObjectMemoryDirect@H4506_CallWaitingArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15741 NONAME ?CompareObjectMemoryDirect@H4506_CallWaitingOperations@@UBE?AW4Comparison@PObject@@ABV3@@Z @15742 NONAME ?CompareObjectMemoryDirect@H4507_ArrayOf_MixedExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @15743 NONAME ?CompareObjectMemoryDirect@H4507_BasicService@@UBE?AW4Comparison@PObject@@ABV3@@Z @15744 NONAME ?CompareObjectMemoryDirect@H4507_DummyRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15745 NONAME ?CompareObjectMemoryDirect@H4507_H323_MWI_Operations@@UBE?AW4Comparison@PObject@@ABV3@@Z @15746 NONAME ?CompareObjectMemoryDirect@H4507_MessageWaitingIndicationErrors@@UBE?AW4Comparison@PObject@@ABV3@@Z @15747 NONAME ?CompareObjectMemoryDirect@H4507_MsgCentreId@@UBE?AW4Comparison@PObject@@ABV3@@Z @15748 NONAME ?CompareObjectMemoryDirect@H4507_MWIActivateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15749 NONAME ?CompareObjectMemoryDirect@H4507_MWIDeactivateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15750 NONAME ?CompareObjectMemoryDirect@H4507_MWIInterrogateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15751 NONAME ?CompareObjectMemoryDirect@H4507_MWIInterrogateRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15752 NONAME ?CompareObjectMemoryDirect@H4507_MWIInterrogateResElt@@UBE?AW4Comparison@PObject@@ABV3@@Z @15753 NONAME ?CompareObjectMemoryDirect@H4507_NbOfMessages@@UBE?AW4Comparison@PObject@@ABV3@@Z @15754 NONAME ?CompareObjectMemoryDirect@H4507_TimeStamp@@UBE?AW4Comparison@PObject@@ABV3@@Z @15755 NONAME ?CompareObjectMemoryDirect@H4508_ExtendedName@@UBE?AW4Comparison@PObject@@ABV3@@Z @15756 NONAME ?CompareObjectMemoryDirect@H4508_Name@@UBE?AW4Comparison@PObject@@ABV3@@Z @15757 NONAME ?CompareObjectMemoryDirect@H4508_NameOperations@@UBE?AW4Comparison@PObject@@ABV3@@Z @15758 NONAME ?CompareObjectMemoryDirect@H4508_NamePresentationAllowed@@UBE?AW4Comparison@PObject@@ABV3@@Z @15759 NONAME ?CompareObjectMemoryDirect@H4508_NamePresentationRestricted@@UBE?AW4Comparison@PObject@@ABV3@@Z @15760 NONAME ?CompareObjectMemoryDirect@H4508_SimpleName@@UBE?AW4Comparison@PObject@@ABV3@@Z @15761 NONAME ?CompareObjectMemoryDirect@H4509_ArrayOf_MixedExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @15762 NONAME ?CompareObjectMemoryDirect@H4509_CallCompletionErrors@@UBE?AW4Comparison@PObject@@ABV3@@Z @15763 NONAME ?CompareObjectMemoryDirect@H4509_CcArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15764 NONAME ?CompareObjectMemoryDirect@H4509_CcLongArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15765 NONAME ?CompareObjectMemoryDirect@H4509_CcRequestArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15766 NONAME ?CompareObjectMemoryDirect@H4509_CcRequestRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @15767 NONAME ?CompareObjectMemoryDirect@H4509_CcShortArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @15768 NONAME ?CompareObjectMemoryDirect@H4509_H323CallCompletionOperations@@UBE?AW4Comparison@PObject@@ABV3@@Z @15769 NONAME ?CompareObjectMemoryDirect@H450xDispatcher@@UBE?AW4Comparison@PObject@@ABV3@@Z @19449 NONAME ?CompareObjectMemoryDirect@H450xHandler@@UBE?AW4Comparison@PObject@@ABV3@@Z @19450 NONAME ?CompareObjectMemoryDirect@H501AccessRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @26080 NONAME ?CompareObjectMemoryDirect@H501DescriptorUpdate@@UBE?AW4Comparison@PObject@@ABV3@@Z @26081 NONAME ?CompareObjectMemoryDirect@H501PDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @24003 NONAME ?CompareObjectMemoryDirect@H501ServiceRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @26082 NONAME ?CompareObjectMemoryDirect@H501Transaction@@UBE?AW4Comparison@PObject@@ABV3@@Z @26083 NONAME ?CompareObjectMemoryDirect@H501_AccessConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24752 NONAME ?CompareObjectMemoryDirect@H501_AccessRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @24753 NONAME ?CompareObjectMemoryDirect@H501_AccessRejectionReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @24754 NONAME ?CompareObjectMemoryDirect@H501_AccessRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @24755 NONAME ?CompareObjectMemoryDirect@H501_AccessToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @24756 NONAME ?CompareObjectMemoryDirect@H501_AddressTemplate@@UBE?AW4Comparison@PObject@@ABV3@@Z @24757 NONAME ?CompareObjectMemoryDirect@H501_AlternatePE@@UBE?AW4Comparison@PObject@@ABV3@@Z @24758 NONAME ?CompareObjectMemoryDirect@H501_AlternatePEInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @24759 NONAME ?CompareObjectMemoryDirect@H501_ApplicationMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @24760 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_AccessToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @24761 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_AddressTemplate@@UBE?AW4Comparison@PObject@@ABV3@@Z @24762 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_AliasAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @24763 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_AlternatePE@@UBE?AW4Comparison@PObject@@ABV3@@Z @24764 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_CircuitIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @24765 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_ClearToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @24766 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_ContactInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24767 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_CryptoH323Token@@UBE?AW4Comparison@PObject@@ABV3@@Z @24768 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_Descriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @24769 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_DescriptorInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @24771 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_GenericData@@UBE?AW4Comparison@PObject@@ABV3@@Z @24772 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_GloballyUniqueID@@UBE?AW4Comparison@PObject@@ABV3@@Z @25541 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @24773 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_PASN_ObjectId@@UBE?AW4Comparison@PObject@@ABV3@@Z @24774 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_Pattern@@UBE?AW4Comparison@PObject@@ABV3@@Z @24775 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_PriceElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @24776 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_PriceInfoSpec@@UBE?AW4Comparison@PObject@@ABV3@@Z @24777 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_RouteInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24778 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_SecurityMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @24779 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_ServiceControlSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @24780 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_SupportedProtocols@@UBE?AW4Comparison@PObject@@ABV3@@Z @24781 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_TransportAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @24782 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_UpdateInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24783 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_UsageField@@UBE?AW4Comparison@PObject@@ABV3@@Z @24784 NONAME ?CompareObjectMemoryDirect@H501_AuthenticationConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24785 NONAME ?CompareObjectMemoryDirect@H501_AuthenticationRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @24786 NONAME ?CompareObjectMemoryDirect@H501_AuthenticationRejectionReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @24787 NONAME ?CompareObjectMemoryDirect@H501_AuthenticationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @24788 NONAME ?CompareObjectMemoryDirect@H501_CallInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24789 NONAME ?CompareObjectMemoryDirect@H501_ContactInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24790 NONAME ?CompareObjectMemoryDirect@H501_Descriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @24791 NONAME ?CompareObjectMemoryDirect@H501_DescriptorConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24792 NONAME ?CompareObjectMemoryDirect@H501_DescriptorIDConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24794 NONAME ?CompareObjectMemoryDirect@H501_DescriptorIDRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @24795 NONAME ?CompareObjectMemoryDirect@H501_DescriptorIDRejectionReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @24796 NONAME ?CompareObjectMemoryDirect@H501_DescriptorIDRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @24797 NONAME ?CompareObjectMemoryDirect@H501_DescriptorInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @24798 NONAME ?CompareObjectMemoryDirect@H501_DescriptorRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @24799 NONAME ?CompareObjectMemoryDirect@H501_DescriptorRejectionReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @24800 NONAME ?CompareObjectMemoryDirect@H501_DescriptorRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @24801 NONAME ?CompareObjectMemoryDirect@H501_DescriptorUpdate@@UBE?AW4Comparison@PObject@@ABV3@@Z @24802 NONAME ?CompareObjectMemoryDirect@H501_DescriptorUpdateAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @24803 NONAME ?CompareObjectMemoryDirect@H501_ElementIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @24804 NONAME ?CompareObjectMemoryDirect@H501_GlobalTimeStamp@@UBE?AW4Comparison@PObject@@ABV3@@Z @24805 NONAME ?CompareObjectMemoryDirect@H501_Message@@UBE?AW4Comparison@PObject@@ABV3@@Z @24806 NONAME ?CompareObjectMemoryDirect@H501_MessageBody@@UBE?AW4Comparison@PObject@@ABV3@@Z @24807 NONAME ?CompareObjectMemoryDirect@H501_MessageCommonInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @24808 NONAME ?CompareObjectMemoryDirect@H501_NonStandardConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24809 NONAME ?CompareObjectMemoryDirect@H501_NonStandardRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @24810 NONAME ?CompareObjectMemoryDirect@H501_NonStandardRejectionReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @24811 NONAME ?CompareObjectMemoryDirect@H501_NonStandardRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @24812 NONAME ?CompareObjectMemoryDirect@H501_PartyInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24813 NONAME ?CompareObjectMemoryDirect@H501_Pattern@@UBE?AW4Comparison@PObject@@ABV3@@Z @24814 NONAME ?CompareObjectMemoryDirect@H501_Pattern_range@@UBE?AW4Comparison@PObject@@ABV3@@Z @24815 NONAME ?CompareObjectMemoryDirect@H501_PriceElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @24816 NONAME ?CompareObjectMemoryDirect@H501_PriceElement_units@@UBE?AW4Comparison@PObject@@ABV3@@Z @24817 NONAME ?CompareObjectMemoryDirect@H501_PriceInfoSpec@@UBE?AW4Comparison@PObject@@ABV3@@Z @24818 NONAME ?CompareObjectMemoryDirect@H501_ProtocolVersion@@UBE?AW4Comparison@PObject@@ABV3@@Z @24819 NONAME ?CompareObjectMemoryDirect@H501_RequestInProgress@@UBE?AW4Comparison@PObject@@ABV3@@Z @24820 NONAME ?CompareObjectMemoryDirect@H501_Role@@UBE?AW4Comparison@PObject@@ABV3@@Z @24821 NONAME ?CompareObjectMemoryDirect@H501_RouteInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24822 NONAME ?CompareObjectMemoryDirect@H501_RouteInformation_messageType@@UBE?AW4Comparison@PObject@@ABV3@@Z @24823 NONAME ?CompareObjectMemoryDirect@H501_SecurityMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @24824 NONAME ?CompareObjectMemoryDirect@H501_ServiceConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24825 NONAME ?CompareObjectMemoryDirect@H501_ServiceRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @24827 NONAME ?CompareObjectMemoryDirect@H501_ServiceRejectionReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @24828 NONAME ?CompareObjectMemoryDirect@H501_ServiceRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @24829 NONAME ?CompareObjectMemoryDirect@H501_ServiceReleaseReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @24830 NONAME ?CompareObjectMemoryDirect@H501_ServiceRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @24831 NONAME ?CompareObjectMemoryDirect@H501_TerminationCause@@UBE?AW4Comparison@PObject@@ABV3@@Z @24832 NONAME ?CompareObjectMemoryDirect@H501_TimeZone@@UBE?AW4Comparison@PObject@@ABV3@@Z @24833 NONAME ?CompareObjectMemoryDirect@H501_UnknownMessageReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @24834 NONAME ?CompareObjectMemoryDirect@H501_UnknownMessageResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @24835 NONAME ?CompareObjectMemoryDirect@H501_UpdateInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24836 NONAME ?CompareObjectMemoryDirect@H501_UpdateInformation_descriptorInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @24837 NONAME ?CompareObjectMemoryDirect@H501_UpdateInformation_updateType@@UBE?AW4Comparison@PObject@@ABV3@@Z @24838 NONAME ?CompareObjectMemoryDirect@H501_UsageCallStatus@@UBE?AW4Comparison@PObject@@ABV3@@Z @24839 NONAME ?CompareObjectMemoryDirect@H501_UsageConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24840 NONAME ?CompareObjectMemoryDirect@H501_UsageField@@UBE?AW4Comparison@PObject@@ABV3@@Z @24841 NONAME ?CompareObjectMemoryDirect@H501_UsageIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @24842 NONAME ?CompareObjectMemoryDirect@H501_UsageIndicationConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24843 NONAME ?CompareObjectMemoryDirect@H501_UsageIndicationRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @24844 NONAME ?CompareObjectMemoryDirect@H501_UsageIndicationRejectionReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @24845 NONAME ?CompareObjectMemoryDirect@H501_UsageRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @24846 NONAME ?CompareObjectMemoryDirect@H501_UsageRejectReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @24847 NONAME ?CompareObjectMemoryDirect@H501_UsageRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @24848 NONAME ?CompareObjectMemoryDirect@H501_UsageSpecification@@UBE?AW4Comparison@PObject@@ABV3@@Z @24849 NONAME ?CompareObjectMemoryDirect@H501_UsageSpecification_when@@UBE?AW4Comparison@PObject@@ABV3@@Z @24850 NONAME ?CompareObjectMemoryDirect@H501_UserInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24851 NONAME ?CompareObjectMemoryDirect@H501_ValidationConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @24852 NONAME ?CompareObjectMemoryDirect@H501_ValidationRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @24853 NONAME ?CompareObjectMemoryDirect@H501_ValidationRejectionReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @24854 NONAME ?CompareObjectMemoryDirect@H501_ValidationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @24855 NONAME ?CompareObjectMemoryDirect@MCS_ArrayOf_ChannelAttributes@@UBE?AW4Comparison@PObject@@ABV3@@Z @6540 NONAME ?CompareObjectMemoryDirect@MCS_ArrayOf_ChannelId@@UBE?AW4Comparison@PObject@@ABV3@@Z @6541 NONAME ?CompareObjectMemoryDirect@MCS_ArrayOf_TokenAttributes@@UBE?AW4Comparison@PObject@@ABV3@@Z @6542 NONAME ?CompareObjectMemoryDirect@MCS_ArrayOf_TokenId@@UBE?AW4Comparison@PObject@@ABV3@@Z @6543 NONAME ?CompareObjectMemoryDirect@MCS_ArrayOf_UserId@@UBE?AW4Comparison@PObject@@ABV3@@Z @6544 NONAME ?CompareObjectMemoryDirect@MCS_AssignedChannelId@@UBE?AW4Comparison@PObject@@ABV3@@Z @6545 NONAME ?CompareObjectMemoryDirect@MCS_AUcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @6546 NONAME ?CompareObjectMemoryDirect@MCS_AUrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6547 NONAME ?CompareObjectMemoryDirect@MCS_CAin@@UBE?AW4Comparison@PObject@@ABV3@@Z @6548 NONAME ?CompareObjectMemoryDirect@MCS_CArq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6549 NONAME ?CompareObjectMemoryDirect@MCS_CCcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @6550 NONAME ?CompareObjectMemoryDirect@MCS_CCrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6551 NONAME ?CompareObjectMemoryDirect@MCS_CDin@@UBE?AW4Comparison@PObject@@ABV3@@Z @6552 NONAME ?CompareObjectMemoryDirect@MCS_CDrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6553 NONAME ?CompareObjectMemoryDirect@MCS_CEin@@UBE?AW4Comparison@PObject@@ABV3@@Z @6554 NONAME ?CompareObjectMemoryDirect@MCS_CErq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6555 NONAME ?CompareObjectMemoryDirect@MCS_ChannelAttributes@@UBE?AW4Comparison@PObject@@ABV3@@Z @6556 NONAME ?CompareObjectMemoryDirect@MCS_ChannelAttributes_assigned@@UBE?AW4Comparison@PObject@@ABV3@@Z @6557 NONAME ?CompareObjectMemoryDirect@MCS_ChannelAttributes_private@@UBE?AW4Comparison@PObject@@ABV3@@Z @6558 NONAME ?CompareObjectMemoryDirect@MCS_ChannelAttributes_static@@UBE?AW4Comparison@PObject@@ABV3@@Z @6559 NONAME ?CompareObjectMemoryDirect@MCS_ChannelAttributes_userId@@UBE?AW4Comparison@PObject@@ABV3@@Z @6560 NONAME ?CompareObjectMemoryDirect@MCS_ChannelId@@UBE?AW4Comparison@PObject@@ABV3@@Z @6561 NONAME ?CompareObjectMemoryDirect@MCS_CJcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @6562 NONAME ?CompareObjectMemoryDirect@MCS_CJrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6563 NONAME ?CompareObjectMemoryDirect@MCS_CLrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6564 NONAME ?CompareObjectMemoryDirect@MCS_ConnectMCSPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @6565 NONAME ?CompareObjectMemoryDirect@MCS_Connect_Additional@@UBE?AW4Comparison@PObject@@ABV3@@Z @6566 NONAME ?CompareObjectMemoryDirect@MCS_Connect_Initial@@UBE?AW4Comparison@PObject@@ABV3@@Z @6567 NONAME ?CompareObjectMemoryDirect@MCS_Connect_Response@@UBE?AW4Comparison@PObject@@ABV3@@Z @6568 NONAME ?CompareObjectMemoryDirect@MCS_Connect_Result@@UBE?AW4Comparison@PObject@@ABV3@@Z @6569 NONAME ?CompareObjectMemoryDirect@MCS_DataPriority@@UBE?AW4Comparison@PObject@@ABV3@@Z @6570 NONAME ?CompareObjectMemoryDirect@MCS_Diagnostic@@UBE?AW4Comparison@PObject@@ABV3@@Z @6571 NONAME ?CompareObjectMemoryDirect@MCS_DomainMCSPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @6572 NONAME ?CompareObjectMemoryDirect@MCS_DomainParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @6573 NONAME ?CompareObjectMemoryDirect@MCS_DPum@@UBE?AW4Comparison@PObject@@ABV3@@Z @6574 NONAME ?CompareObjectMemoryDirect@MCS_DUin@@UBE?AW4Comparison@PObject@@ABV3@@Z @6575 NONAME ?CompareObjectMemoryDirect@MCS_DUrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6576 NONAME ?CompareObjectMemoryDirect@MCS_DynamicChannelId@@UBE?AW4Comparison@PObject@@ABV3@@Z @6577 NONAME ?CompareObjectMemoryDirect@MCS_EDrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6578 NONAME ?CompareObjectMemoryDirect@MCS_MCcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @6579 NONAME ?CompareObjectMemoryDirect@MCS_MCrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6580 NONAME ?CompareObjectMemoryDirect@MCS_MTcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @6581 NONAME ?CompareObjectMemoryDirect@MCS_MTrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6582 NONAME ?CompareObjectMemoryDirect@MCS_PCin@@UBE?AW4Comparison@PObject@@ABV3@@Z @6583 NONAME ?CompareObjectMemoryDirect@MCS_PDin@@UBE?AW4Comparison@PObject@@ABV3@@Z @6584 NONAME ?CompareObjectMemoryDirect@MCS_PrivateChannelId@@UBE?AW4Comparison@PObject@@ABV3@@Z @6585 NONAME ?CompareObjectMemoryDirect@MCS_PTin@@UBE?AW4Comparison@PObject@@ABV3@@Z @6586 NONAME ?CompareObjectMemoryDirect@MCS_Reason@@UBE?AW4Comparison@PObject@@ABV3@@Z @6587 NONAME ?CompareObjectMemoryDirect@MCS_Result@@UBE?AW4Comparison@PObject@@ABV3@@Z @6588 NONAME ?CompareObjectMemoryDirect@MCS_RJum@@UBE?AW4Comparison@PObject@@ABV3@@Z @6589 NONAME ?CompareObjectMemoryDirect@MCS_SDin@@UBE?AW4Comparison@PObject@@ABV3@@Z @6590 NONAME ?CompareObjectMemoryDirect@MCS_SDrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6591 NONAME ?CompareObjectMemoryDirect@MCS_Segmentation@@UBE?AW4Comparison@PObject@@ABV3@@Z @6592 NONAME ?CompareObjectMemoryDirect@MCS_StaticChannelId@@UBE?AW4Comparison@PObject@@ABV3@@Z @6593 NONAME ?CompareObjectMemoryDirect@MCS_TGcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @6594 NONAME ?CompareObjectMemoryDirect@MCS_TGrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6595 NONAME ?CompareObjectMemoryDirect@MCS_TIcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @6596 NONAME ?CompareObjectMemoryDirect@MCS_TIrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6597 NONAME ?CompareObjectMemoryDirect@MCS_TokenAttributes@@UBE?AW4Comparison@PObject@@ABV3@@Z @6598 NONAME ?CompareObjectMemoryDirect@MCS_TokenAttributes_given@@UBE?AW4Comparison@PObject@@ABV3@@Z @6599 NONAME ?CompareObjectMemoryDirect@MCS_TokenAttributes_giving@@UBE?AW4Comparison@PObject@@ABV3@@Z @6600 NONAME ?CompareObjectMemoryDirect@MCS_TokenAttributes_grabbed@@UBE?AW4Comparison@PObject@@ABV3@@Z @6601 NONAME ?CompareObjectMemoryDirect@MCS_TokenAttributes_inhibited@@UBE?AW4Comparison@PObject@@ABV3@@Z @6602 NONAME ?CompareObjectMemoryDirect@MCS_TokenAttributes_ungivable@@UBE?AW4Comparison@PObject@@ABV3@@Z @6603 NONAME ?CompareObjectMemoryDirect@MCS_TokenId@@UBE?AW4Comparison@PObject@@ABV3@@Z @6604 NONAME ?CompareObjectMemoryDirect@MCS_TokenStatus@@UBE?AW4Comparison@PObject@@ABV3@@Z @6605 NONAME ?CompareObjectMemoryDirect@MCS_TPin@@UBE?AW4Comparison@PObject@@ABV3@@Z @6606 NONAME ?CompareObjectMemoryDirect@MCS_TPrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6607 NONAME ?CompareObjectMemoryDirect@MCS_TRcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @6608 NONAME ?CompareObjectMemoryDirect@MCS_TRrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6609 NONAME ?CompareObjectMemoryDirect@MCS_TTcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @6610 NONAME ?CompareObjectMemoryDirect@MCS_TTrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6611 NONAME ?CompareObjectMemoryDirect@MCS_TVcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @6612 NONAME ?CompareObjectMemoryDirect@MCS_TVin@@UBE?AW4Comparison@PObject@@ABV3@@Z @6613 NONAME ?CompareObjectMemoryDirect@MCS_TVrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6614 NONAME ?CompareObjectMemoryDirect@MCS_TVrs@@UBE?AW4Comparison@PObject@@ABV3@@Z @6615 NONAME ?CompareObjectMemoryDirect@MCS_UserId@@UBE?AW4Comparison@PObject@@ABV3@@Z @6616 NONAME ?CompareObjectMemoryDirect@MCS_USin@@UBE?AW4Comparison@PObject@@ABV3@@Z @6617 NONAME ?CompareObjectMemoryDirect@MCS_USrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6618 NONAME ?CompareObjectMemoryDirect@MXRecordList@PDNS@@UBE?AW4Comparison@PObject@@ABV4@@Z @44984 NONAME ?CompareObjectMemoryDirect@OpalFactoryCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @44599 NONAME ?CompareObjectMemoryDirect@OpalG711ALaw64k_Base@@UBE?AW4Comparison@PObject@@ABV3@@Z @44600 NONAME ?CompareObjectMemoryDirect@OpalG711ALaw64k_Decoder@@UBE?AW4Comparison@PObject@@ABV3@@Z @44601 NONAME ?CompareObjectMemoryDirect@OpalG711ALaw64k_Encoder@@UBE?AW4Comparison@PObject@@ABV3@@Z @44602 NONAME ?CompareObjectMemoryDirect@OpalG711uLaw64k_Base@@UBE?AW4Comparison@PObject@@ABV3@@Z @44603 NONAME ?CompareObjectMemoryDirect@OpalG711uLaw64k_Decoder@@UBE?AW4Comparison@PObject@@ABV3@@Z @44604 NONAME ?CompareObjectMemoryDirect@OpalG711uLaw64k_Encoder@@UBE?AW4Comparison@PObject@@ABV3@@Z @44605 NONAME ?CompareObjectMemoryDirect@OpalGloballyUniqueID@@UBE?AW4Comparison@PObject@@ABV3@@Z @13848 NONAME ?CompareObjectMemoryDirect@OpalIxJDevice@@UBE?AW4Comparison@PObject@@ABV3@@Z @6619 NONAME ?CompareObjectMemoryDirect@OpalLineChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @6620 NONAME ?CompareObjectMemoryDirect@OpalLineInterfaceDevice@@UBE?AW4Comparison@PObject@@ABV3@@Z @6621 NONAME ?CompareObjectMemoryDirect@OpalMediaFormat@@UBE?AW4Comparison@PObject@@ABV3@@Z @12925 NONAME ?CompareObjectMemoryDirect@OpalPluginCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @44606 NONAME ?CompareObjectMemoryDirect@OpalRFC2833@@UBE?AW4Comparison@PObject@@ABV3@@Z @20128 NONAME ?CompareObjectMemoryDirect@OpalRFC2833Info@@UBE?AW4Comparison@PObject@@ABV3@@Z @20129 NONAME ?CompareObjectMemoryDirect@OpalRtpToWavFile@@UBE?AW4Comparison@PObject@@ABV3@@Z @20566 NONAME ?CompareObjectMemoryDirect@OpalT120Protocol@@UBE?AW4Comparison@PObject@@ABV3@@Z @18876 NONAME ?CompareObjectMemoryDirect@OpalT38Protocol@@UBE?AW4Comparison@PObject@@ABV3@@Z @18877 NONAME ?CompareObjectMemoryDirect@OpalVoipBlasterDevice@@UBE?AW4Comparison@PObject@@ABV3@@Z @19997 NONAME ?CompareObjectMemoryDirect@OpalVXMLSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @20898 NONAME ?CompareObjectMemoryDirect@OpalWAVFile@@UBE?AW4Comparison@PObject@@ABV3@@Z @20636 NONAME ?CompareObjectMemoryDirect@PASN_Boolean@@UBE?AW4Comparison@PObject@@ABV3@@Z @6628 NONAME ?CompareObjectMemoryDirect@PASN_ConstrainedObject@@UBE?AW4Comparison@PObject@@ABV3@@Z @6629 NONAME ?CompareObjectMemoryDirect@PASN_ConstrainedString@@UBE?AW4Comparison@PObject@@ABV3@@Z @6630 NONAME ?CompareObjectMemoryDirect@PASN_Enumeration@@UBE?AW4Comparison@PObject@@ABV3@@Z @6631 NONAME ?CompareObjectMemoryDirect@PASN_GeneralisedTime@@UBE?AW4Comparison@PObject@@ABV3@@Z @15770 NONAME ?CompareObjectMemoryDirect@PASN_GeneralString@@UBE?AW4Comparison@PObject@@ABV3@@Z @17563 NONAME ?CompareObjectMemoryDirect@PASN_IA5String@@UBE?AW4Comparison@PObject@@ABV3@@Z @6632 NONAME ?CompareObjectMemoryDirect@PASN_Integer@@UBE?AW4Comparison@PObject@@ABV3@@Z @6633 NONAME ?CompareObjectMemoryDirect@PASN_Null@@UBE?AW4Comparison@PObject@@ABV3@@Z @15771 NONAME ?CompareObjectMemoryDirect@PASN_NumericString@@UBE?AW4Comparison@PObject@@ABV3@@Z @6634 NONAME ?CompareObjectMemoryDirect@PASN_Object@@UBE?AW4Comparison@PObject@@ABV3@@Z @6635 NONAME ?CompareObjectMemoryDirect@PASN_PrintableString@@UBE?AW4Comparison@PObject@@ABV3@@Z @6636 NONAME ?CompareObjectMemoryDirect@PASN_Stream@@UBE?AW4Comparison@PObject@@ABV3@@Z @20378 NONAME ?CompareObjectMemoryDirect@PASN_VisibleString@@UBE?AW4Comparison@PObject@@ABV3@@Z @15772 NONAME ?CompareObjectMemoryDirect@PLDAPAttributeBase@@UBE?AW4Comparison@PObject@@ABV3@@Z @26270 NONAME ?CompareObjectMemoryDirect@PLDAPStructBase@@UBE?AW4Comparison@PObject@@ABV3@@Z @26271 NONAME ?CompareObjectMemoryDirect@PluginLoader@@UBE?AW4Comparison@PObject@@ABV3@@Z @45097 NONAME ?CompareObjectMemoryDirect@PPER_Stream@@UBE?AW4Comparison@PObject@@ABV3@@Z @20379 NONAME ?CompareObjectMemoryDirect@Q931@@UBE?AW4Comparison@PObject@@ABV3@@Z @6646 NONAME ?CompareObjectMemoryDirect@ReceiverReport@RTP_Session@@UBE?AW4Comparison@PObject@@ABV4@@Z @12402 NONAME ?CompareObjectMemoryDirect@Request@H323Transactor@@UBE?AW4Comparison@PObject@@ABV4@@Z @25871 NONAME ?CompareObjectMemoryDirect@Response@H323Transactor@@UBE?AW4Comparison@PObject@@ABV4@@Z @25872 NONAME ?CompareObjectMemoryDirect@RFC2190_FfmpgLink@@UBE?AW4Comparison@PObject@@ABV3@@Z @45969 NONAME ?CompareObjectMemoryDirect@RTP_ControlFrame@@UBE?AW4Comparison@PObject@@ABV3@@Z @6647 NONAME ?CompareObjectMemoryDirect@RTP_DataFrame@@UBE?AW4Comparison@PObject@@ABV3@@Z @6648 NONAME ?CompareObjectMemoryDirect@RTP_JitterBuffer@@UBE?AW4Comparison@PObject@@ABV3@@Z @6649 NONAME ?CompareObjectMemoryDirect@RTP_JitterBufferAnalyser@@UBE?AW4Comparison@PObject@@ABV3@@Z @12450 NONAME ?CompareObjectMemoryDirect@RTP_QOS@@UBE?AW4Comparison@PObject@@ABV3@@Z @26618 NONAME ?CompareObjectMemoryDirect@RTP_Session@@UBE?AW4Comparison@PObject@@ABV3@@Z @6650 NONAME ?CompareObjectMemoryDirect@RTP_SessionManager@@UBE?AW4Comparison@PObject@@ABV3@@Z @6651 NONAME ?CompareObjectMemoryDirect@RTP_UDP@@UBE?AW4Comparison@PObject@@ABV3@@Z @6652 NONAME ?CompareObjectMemoryDirect@RTP_UserData@@UBE?AW4Comparison@PObject@@ABV3@@Z @39484 NONAME ?CompareObjectMemoryDirect@SenderReport@RTP_Session@@UBE?AW4Comparison@PObject@@ABV4@@Z @12403 NONAME ?CompareObjectMemoryDirect@SourceDescription@RTP_Session@@UBE?AW4Comparison@PObject@@ABV4@@Z @12404 NONAME ?CompareObjectMemoryDirect@SRVRecordList@PDNS@@UBE?AW4Comparison@PObject@@ABV4@@Z @44985 NONAME ?CompareObjectMemoryDirect@StringMap@H323GatekeeperServer@@UBE?AW4Comparison@PObject@@ABV4@@Z @21445 NONAME ?CompareObjectMemoryDirect@T120ConnectPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @20181 NONAME ?CompareObjectMemoryDirect@T120_X224@@UBE?AW4Comparison@PObject@@ABV3@@Z @20182 NONAME ?CompareObjectMemoryDirect@T38_ArrayOf_PASN_OctetString@@UBE?AW4Comparison@PObject@@ABV3@@Z @18878 NONAME ?CompareObjectMemoryDirect@T38_Data_Field@@UBE?AW4Comparison@PObject@@ABV3@@Z @18879 NONAME ?CompareObjectMemoryDirect@T38_Data_Field_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @18880 NONAME ?CompareObjectMemoryDirect@T38_Data_Field_subtype_field_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @18881 NONAME ?CompareObjectMemoryDirect@T38_IFPPacket@@UBE?AW4Comparison@PObject@@ABV3@@Z @18882 NONAME ?CompareObjectMemoryDirect@T38_PreCorrigendum_Data_Field@@UBE?AW4Comparison@PObject@@ABV3@@Z @21476 NONAME ?CompareObjectMemoryDirect@T38_PreCorrigendum_Data_Field_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @21477 NONAME ?CompareObjectMemoryDirect@T38_PreCorrigendum_Data_Field_subtype_field_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @21478 NONAME ?CompareObjectMemoryDirect@T38_PreCorrigendum_IFPPacket@@UBE?AW4Comparison@PObject@@ABV3@@Z @21479 NONAME ?CompareObjectMemoryDirect@T38_Type_of_msg@@UBE?AW4Comparison@PObject@@ABV3@@Z @18883 NONAME ?CompareObjectMemoryDirect@T38_Type_of_msg_data@@UBE?AW4Comparison@PObject@@ABV3@@Z @18884 NONAME ?CompareObjectMemoryDirect@T38_Type_of_msg_t30_indicator@@UBE?AW4Comparison@PObject@@ABV3@@Z @18885 NONAME ?CompareObjectMemoryDirect@T38_UDPTLPacket@@UBE?AW4Comparison@PObject@@ABV3@@Z @18886 NONAME ?CompareObjectMemoryDirect@T38_UDPTLPacket_error_recovery@@UBE?AW4Comparison@PObject@@ABV3@@Z @18887 NONAME ?CompareObjectMemoryDirect@T38_UDPTLPacket_error_recovery_fec_info@@UBE?AW4Comparison@PObject@@ABV3@@Z @18888 NONAME ?CompareObjectMemoryDirect@T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@UBE?AW4Comparison@PObject@@ABV3@@Z @18889 NONAME ?CompareObjectMemoryDirect@T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @18890 NONAME ?CompareObjectMemoryDirect@T38_UDPTLPacket_primary_ifp_packet@@UBE?AW4Comparison@PObject@@ABV3@@Z @18891 NONAME ?CompareObjectMemoryDirect@VoipBlasterInterface@@UBE?AW4Comparison@PObject@@ABV3@@Z @19998 NONAME ?CompareObjectMemoryDirect@X224@@UBE?AW4Comparison@PObject@@ABV3@@Z @6653 NONAME ?CompareObjectMemoryDirect@X880_Code@@UBE?AW4Comparison@PObject@@ABV3@@Z @14583 NONAME ?CompareObjectMemoryDirect@X880_GeneralProblem@@UBE?AW4Comparison@PObject@@ABV3@@Z @14584 NONAME ?CompareObjectMemoryDirect@X880_Invoke@@UBE?AW4Comparison@PObject@@ABV3@@Z @14585 NONAME ?CompareObjectMemoryDirect@X880_InvokeId@@UBE?AW4Comparison@PObject@@ABV3@@Z @14586 NONAME ?CompareObjectMemoryDirect@X880_InvokeProblem@@UBE?AW4Comparison@PObject@@ABV3@@Z @14587 NONAME ?CompareObjectMemoryDirect@X880_Reject@@UBE?AW4Comparison@PObject@@ABV3@@Z @14588 NONAME ?CompareObjectMemoryDirect@X880_RejectProblem@@UBE?AW4Comparison@PObject@@ABV3@@Z @14589 NONAME ?CompareObjectMemoryDirect@X880_Reject_problem@@UBE?AW4Comparison@PObject@@ABV3@@Z @14590 NONAME ?CompareObjectMemoryDirect@X880_ReturnError@@UBE?AW4Comparison@PObject@@ABV3@@Z @14591 NONAME ?CompareObjectMemoryDirect@X880_ReturnErrorProblem@@UBE?AW4Comparison@PObject@@ABV3@@Z @14592 NONAME ?CompareObjectMemoryDirect@X880_ReturnResult@@UBE?AW4Comparison@PObject@@ABV3@@Z @14593 NONAME ?CompareObjectMemoryDirect@X880_ReturnResultProblem@@UBE?AW4Comparison@PObject@@ABV3@@Z @14594 NONAME ?CompareObjectMemoryDirect@X880_ReturnResult_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @14595 NONAME ?CompareObjectMemoryDirect@X880_ROS@@UBE?AW4Comparison@PObject@@ABV3@@Z @14596 NONAME ?CompareParam@H323NonStandardCapabilityInfo@@IBE?AW4Comparison@PObject@@ABVH245_NonStandardParameter@@@Z @42819 NONAME ?Connect@H323Gatekeeper@@IAEXABVH323TransportAddress@@ABVPString@@@Z @23864 NONAME ?Connect@H323TransportTCP@@UAEHXZ @6654 NONAME ?Connect@H323TransportUDP@@UAEHXZ @6655 NONAME ?ConnectionStatesNames@H323Connection@@1QBQBDB @6657 NONAME ?ConnectTo@H323Transport@@QAEHABVH323TransportAddress@@@Z @39485 NONAME ?construct@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@@std@@QAEXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@ABQAU342@@Z @44350 NONAME ?construct@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@ABQAU342@@Z @44986 NONAME ?construct@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@ABQAU342@@Z @44041 NONAME ?construct@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@ABQAU342@@Z @44042 NONAME ?construct@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@ABQAU342@@Z @44607 NONAME ?construct@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@ABQAU342@@Z @44043 NONAME ?construct@?$allocator@ULookupRecord@@@std@@QAEXPAULookupRecord@@ABU3@@Z @44987 NONAME ?Construct@H323PeerElement@@IAEXXZ @25544 NONAME ?Construct@H323Transactor@@IAEXXZ @25873 NONAME ?Construct@H323_AnnexG@@IAEXXZ @25545 NONAME ?ConsultationTransfer@H323Connection@@QAEXABVPString@@@Z @20215 NONAME ?ConsultationTransfer@H323EndPoint@@QAEXABVPString@@0@Z @20216 NONAME ?ConsultationTransfer@H4502Handler@@QAEXABVPString@@@Z @20217 NONAME ?consume@Encoder@@UAEHPBVVideoFrame@@@Z @6658 NONAME ?consume@H261DCTEncoder@@UAEHPBVVideoFrame@@@Z @6659 NONAME ?consume@H261PixelEncoder@@UAEHPBVVideoFrame@@@Z @6660 NONAME ?Contains@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@QBEHABVH323ChannelNumber@@@Z @39486 NONAME ?Contains@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@QBEHABVPOrdinalKey@@@Z @39487 NONAME ?Contains@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@QBEHABVPOrdinalKey@@@Z @39488 NONAME ?Contains@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@QBEHABVPOrdinalKey@@@Z @39489 NONAME ?Contains@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@QBEHABVPOrdinalKey@@@Z @39490 NONAME ?Contains@?$PDictionary@VPString@@VH323Connection@@@@QBEHABVPString@@@Z @39491 NONAME ?Contains@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@QBEHABVPString@@@Z @44416 NONAME ?Contains@?$POrdinalDictionary@VPString@@@@QBEHABVPString@@@Z @39492 NONAME ?Contains@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UAEHABVPString@@@Z @44417 NONAME ?Contains@?$PSet@VPOrdinalKey@@@@QBEHABVPOrdinalKey@@@Z @39493 NONAME ?Contains@?$PSet@VPString@@@@QBEHABVPString@@@Z @39494 NONAME ?Contains@?$PStringDictionary@VPOrdinalKey@@@@QBEHABVPOrdinalKey@@@Z @39495 NONAME ?ContainsAlias@H323RegisteredEndPoint@@QAEHABVPString@@@Z @39497 NONAME ?ContainsNonexistent@H323PeerElementDescriptor@@QAEHXZ @26436 NONAME ?Copy@H323Capabilities@@QAEPAVH323Capability@@ABV2@@Z @12654 NONAME ?Copy@PLDAPAttr_c@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26272 NONAME ?Copy@PLDAPAttr_cn@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26273 NONAME ?Copy@PLDAPAttr_comment@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26274 NONAME ?Copy@PLDAPAttr_givenName@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26275 NONAME ?Copy@PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26276 NONAME ?Copy@PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26277 NONAME ?Copy@PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26278 NONAME ?Copy@PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26279 NONAME ?Copy@PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26280 NONAME ?Copy@PLDAPAttr_location@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26281 NONAME ?Copy@PLDAPAttr_o@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26282 NONAME ?Copy@PLDAPAttr_objectClass@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26283 NONAME ?Copy@PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26284 NONAME ?Copy@PLDAPAttr_sappguid@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26285 NONAME ?Copy@PLDAPAttr_sappid@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26286 NONAME ?Copy@PLDAPAttr_sflags@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26287 NONAME ?Copy@PLDAPAttr_sipAddress@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26288 NONAME ?Copy@PLDAPAttr_smimetype@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26289 NONAME ?Copy@PLDAPAttr_smodop@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26290 NONAME ?Copy@PLDAPAttr_sport@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26291 NONAME ?Copy@PLDAPAttr_sprotid@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26292 NONAME ?Copy@PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26293 NONAME ?Copy@PLDAPAttr_ssecurity@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26294 NONAME ?Copy@PLDAPAttr_sttl@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26295 NONAME ?Copy@PLDAPAttr_surname@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26296 NONAME ?Copy@PLDAPAttr_timestamp@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @26297 NONAME ?CopyTo@H323PeerElementDescriptor@@QAEXAAVH501_Descriptor@@@Z @25738 NONAME ?CopyToAddressTemplate@H323PeerElementDescriptor@@SAHAAVH501_AddressTemplate@@ABVH225_EndpointType@@ABVH225_ArrayOf_AliasAddress@@2I@Z @26392 NONAME ?Create@?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@MBEPAVH235Authenticator@@ABVPString@@@Z @44988 NONAME ?Create@?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@MBEPAVH235Authenticator@@ABVPString@@@Z @44989 NONAME ?Create@?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@MBEPAVH235Authenticator@@ABVPString@@@Z @44990 NONAME ?Create@?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@MBEPAVPPluginModuleManager@@ABVPString@@@Z @44608 NONAME ?Create@?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @44609 NONAME ?Create@?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @44610 NONAME ?Create@?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @44611 NONAME ?Create@?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @44612 NONAME ?Create@?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @44613 NONAME ?Create@?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @44614 NONAME ?Create@?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @44615 NONAME ?Create@?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @44616 NONAME ?Create@?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @44617 NONAME ?Create@?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @44618 NONAME ?Create@?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @44619 NONAME ?Create@?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @44620 NONAME ?Create@?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @44621 NONAME ?Create@?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @44622 NONAME ?Create@?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @44623 NONAME ?Create@?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @44624 NONAME ?Create@?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @44625 NONAME ?Create@?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @44626 NONAME ?Create@?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @44627 NONAME ?Create@?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @44628 NONAME ?Create@?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @44629 NONAME ?Create@?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @44630 NONAME ?Create@?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @44631 NONAME ?Create@?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @44632 NONAME ?Create@?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @44633 NONAME ?Create@?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @44634 NONAME ?Create@?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @44635 NONAME ?Create@?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @44636 NONAME ?Create@?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @44637 NONAME ?Create@?$Worker@VOpalRFC2190H263Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @45970 NONAME ?Create@?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @44638 NONAME ?Create@?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @44639 NONAME ?Create@?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@MBEPAVPProcessStartup@@ABVPString@@@Z @45098 NONAME ?Create@?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@MBEPAVPWAVFileConverter@@ABI@Z @44640 NONAME ?Create@?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@MBEPAVPWAVFileConverter@@ABI@Z @44641 NONAME ?Create@H323Capability@@SAPAV1@ABVPString@@@Z @43456 NONAME ?Create@Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@MBEPAVOpalFactoryCodec@@ABVPString@@@Z @44642 NONAME ?Create@Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@MBEPAVOpalFactoryCodec@@ABVPString@@@Z @44643 NONAME ?Create@Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@MBEPAVOpalFactoryCodec@@ABVPString@@@Z @44644 NONAME ?Create@Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@MBEPAVOpalFactoryCodec@@ABVPString@@@Z @44645 NONAME ?Create@Worker@OpalPluginCodecFactory@@MBEPAVOpalFactoryCodec@@ABVPString@@@Z @44646 NONAME ?Create@WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@MBEPAVH235Authenticator@@ABVPString@@@Z @44991 NONAME ?Create@WorkerBase@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @44647 NONAME ?Create@WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@MBEPAVOpalFactoryCodec@@ABVPString@@@Z @44648 NONAME ?Create@WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @44649 NONAME ?Create@WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@MBEPAVPPluginModuleManager@@ABVPString@@@Z @44650 NONAME ?Create@WorkerBase@?$PFactory@VPWAVFileConverter@@I@@MBEPAVPWAVFileConverter@@ABI@Z @44651 NONAME ?CreateAliasKey@H323PeerElement@@MAEPAVAliasKey@1@ABVH225_AliasAddress@@ABVOpalGloballyUniqueID@@HH@Z @26404 NONAME ?CreateAuthenticators@H323EndPoint@@UAE?AVH235Authenticators@@XZ @21097 NONAME ?CreateCall@H323GatekeeperServer@@UAEPAVH323GatekeeperCall@@ABVOpalGloballyUniqueID@@W4Direction@2@@Z @20423 NONAME ?CreateCapability@H323PluginCodecManager@@QAEPAVH323Capability@@ABVPString@@0III@Z @45770 NONAME ?CreateCapabilityAndMediaFormat@H323PluginCodecManager@@IAEXPAUPluginCodec_Definition@@0@Z @43457 NONAME ?CreateChannel@H323RealTimeCapability@@UBEPAVH323Channel@@AAVH323Connection@@W4Directions@2@IPBVH245_H2250LogicalChannelParameters@@@Z @6661 NONAME ?CreateChannel@H323_T120Capability@@UBEPAVH323Channel@@AAVH323Connection@@W4Directions@2@IPBVH245_H2250LogicalChannelParameters@@@Z @6662 NONAME ?CreateChannel@H323_T38Capability@@UBEPAVH323Channel@@AAVH323Connection@@W4Directions@2@IPBVH245_H2250LogicalChannelParameters@@@Z @18892 NONAME ?CreateChannel@H323_T38NonStandardCapability@@UBEPAVH323Channel@@AAVH323Connection@@W4Directions@2@IPBVH245_H2250LogicalChannelParameters@@@Z @20517 NONAME ?CreateChannel@H323_UserInputCapability@@UBEPAVH323Channel@@AAVH323Connection@@W4Directions@2@IPBVH245_H2250LogicalChannelParameters@@@Z @6663 NONAME ?CreateClearToken@H235AuthCAT@@UAEPAVH235_ClearToken@@XZ @23879 NONAME ?CreateClearToken@H235Authenticator@@UAEPAVH235_ClearToken@@XZ @23880 NONAME ?CreateCodec@G7231_File_Capability@@UBEPAVH323Codec@@W4Direction@2@@Z @20905 NONAME ?CreateCodec@H323CodecPluginGenericAudioCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @45432 NONAME ?CreateCodec@H323CodecPluginNonStandardAudioCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @39499 NONAME ?CreateCodec@H323DataCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @6664 NONAME ?CreateCodec@H323PluginCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @39501 NONAME ?CreateCodec@H323PluginCapabilityInfo@@QBEPAVH323Codec@@W4Direction@2@@Z @39502 NONAME ?CreateCodec@H323_CiscoG7231aLIDCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @21014 NONAME ?CreateCodec@H323_G711Capability@@UBEPAVH323Codec@@W4Direction@2@@Z @6667 NONAME ?CreateCodec@H323_H261Capability@@UBEPAVH323Codec@@W4Direction@2@@Z @6669 NONAME ?CreateCodec@H323_LIDCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @6670 NONAME ?CreateCodec@H323_RFC2190_H263Capability@@UBEPAVH323Codec@@W4Direction@2@@Z @45971 NONAME ?CreateCodec@H323_UserInputCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @6671 NONAME ?CreateCompatibleListener@H323TransportAddress@@QBEPAVH323Listener@@AAVH323EndPoint@@@Z @18893 NONAME ?CreateConnection@H323EndPoint@@UAEPAVH323Connection@@I@Z @12826 NONAME ?CreateConnection@H323EndPoint@@UAEPAVH323Connection@@IPAX@Z @12827 NONAME ?CreateConnection@H323EndPoint@@UAEPAVH323Connection@@IPAXPAVH323Transport@@PAVH323SignalPDU@@@Z @18750 NONAME ?CreateControlChannel@H323Transport@@UAEPAV1@AAVH323Connection@@@Z @12777 NONAME ?CreateControlChannel@H323TransportTCP@@UAEPAVH323Transport@@AAVH323Connection@@@Z @12778 NONAME ?CreateCryptoToken@H235Authenticator@@UAEPAVH225_CryptoH323Token@@XZ @23881 NONAME ?CreateCryptoToken@H235AuthProcedure1@@UAEPAVH225_CryptoH323Token@@XZ @23882 NONAME ?CreateCryptoToken@H235AuthSimpleMD5@@UAEPAVH225_CryptoH323Token@@XZ @23883 NONAME ?CreateDescriptor@H323PeerElement@@MAEPAVH323PeerElementDescriptor@@ABVOpalGloballyUniqueID@@@Z @26085 NONAME ?CreateEndPointIdentifier@H323GatekeeperServer@@UAE?AVPString@@XZ @19085 NONAME ?CreateGatekeeper@H323EndPoint@@UAEPAVH323Gatekeeper@@PAVH323Transport@@@Z @6674 NONAME ?CreateInstance@?$PFactory@VH235Authenticator@@VPString@@@@SAPAVH235Authenticator@@ABVPString@@@Z @44992 NONAME ?CreateInstance@?$PFactory@VH323Capability@@VPString@@@@SAPAVH323Capability@@ABVPString@@@Z @44079 NONAME ?CreateInstance@?$PFactory@VH323StaticPluginCodec@@VPString@@@@SAPAVH323StaticPluginCodec@@ABVPString@@@Z @44080 NONAME ?CreateInstance@?$PFactory@VOpalMediaFormat@@VPString@@@@SAPAVOpalMediaFormat@@ABVPString@@@Z @44081 NONAME ?CreateInstance@WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@IAEPAVH235Authenticator@@ABVPString@@@Z @44993 NONAME ?CreateInstance@WorkerBase@?$PFactory@VH323Capability@@VPString@@@@IAEPAVH323Capability@@ABVPString@@@Z @44652 NONAME ?CreateInstance@WorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@IAEPAVH323StaticPluginCodec@@ABVPString@@@Z @44653 NONAME ?CreateInstance@WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@IAEPAVOpalMediaFormat@@ABVPString@@@Z @44654 NONAME ?CreateInstance_Internal@?$PFactory@VH235Authenticator@@VPString@@@@IAEPAVH235Authenticator@@ABVPString@@@Z @44994 NONAME ?CreateInstance_Internal@?$PFactory@VH323Capability@@VPString@@@@IAEPAVH323Capability@@ABVPString@@@Z @44085 NONAME ?CreateInstance_Internal@?$PFactory@VH323StaticPluginCodec@@VPString@@@@IAEPAVH323StaticPluginCodec@@ABVPString@@@Z @44086 NONAME ?CreateInstance_Internal@?$PFactory@VOpalMediaFormat@@VPString@@@@IAEPAVOpalMediaFormat@@ABVPString@@@Z @44087 NONAME ?CreateListener@H323DataChannel@@UAEHXZ @18894 NONAME ?CreateListener@H323GatekeeperServer@@UAEPAVH323Transactor@@PAVH323Transport@@@Z @24004 NONAME ?CreateListener@H323TransportAddress@@QBEPAVH323Listener@@AAVH323EndPoint@@@Z @12771 NONAME ?CreateListener@H323_T38Channel@@UAEHXZ @19086 NONAME ?CreateLogicalChannel@H323Connection@@UAEPAVH323Channel@@ABVH245_OpenLogicalChannel@@HAAI@Z @12648 NONAME ?CreateObject@GCC_AlternativeNodeID@@UAEHXZ @6676 NONAME ?CreateObject@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@UBEPAVPASN_Object@@XZ @6677 NONAME ?CreateObject@GCC_ApplicationRecord_nonCollapsingCapabilities@@UBEPAVPASN_Object@@XZ @6678 NONAME ?CreateObject@GCC_ArrayOf_ApplicationInvokeSpecifier@@UBEPAVPASN_Object@@XZ @6679 NONAME ?CreateObject@GCC_ArrayOf_ChallengeItem@@UBEPAVPASN_Object@@XZ @6680 NONAME ?CreateObject@GCC_ArrayOf_ConferenceDescriptor@@UBEPAVPASN_Object@@XZ @6681 NONAME ?CreateObject@GCC_ArrayOf_Privilege@@UBEPAVPASN_Object@@XZ @6682 NONAME ?CreateObject@GCC_ArrayOf_TextString@@UBEPAVPASN_Object@@XZ @6683 NONAME ?CreateObject@GCC_ArrayOf_UserID@@UBEPAVPASN_Object@@XZ @6684 NONAME ?CreateObject@GCC_AsymmetryIndicator@@UAEHXZ @6685 NONAME ?CreateObject@GCC_CapabilityClass@@UAEHXZ @6686 NONAME ?CreateObject@GCC_CapabilityID@@UAEHXZ @6687 NONAME ?CreateObject@GCC_ChallengeResponseAlgorithm@@UAEHXZ @6688 NONAME ?CreateObject@GCC_ChallengeResponseItem@@UAEHXZ @6689 NONAME ?CreateObject@GCC_ConferenceNameSelector@@UAEHXZ @6690 NONAME ?CreateObject@GCC_ConferencePriorityScheme@@UAEHXZ @6691 NONAME ?CreateObject@GCC_ConnectGCCPDU@@UAEHXZ @6692 NONAME ?CreateObject@GCC_GCCPDU@@UAEHXZ @6693 NONAME ?CreateObject@GCC_IndicationPDU@@UAEHXZ @6694 NONAME ?CreateObject@GCC_Key@@UAEHXZ @6695 NONAME ?CreateObject@GCC_NetworkAddress@@UBEPAVPASN_Object@@XZ @6696 NONAME ?CreateObject@GCC_NetworkAddress_subtype@@UAEHXZ @6697 NONAME ?CreateObject@GCC_PasswordChallengeRequestResponse@@UAEHXZ @6698 NONAME ?CreateObject@GCC_PasswordSelector@@UAEHXZ @6699 NONAME ?CreateObject@GCC_RegistryEntryOwner@@UAEHXZ @6700 NONAME ?CreateObject@GCC_RegistryItem@@UAEHXZ @6701 NONAME ?CreateObject@GCC_RequestPDU@@UAEHXZ @6702 NONAME ?CreateObject@GCC_ResponsePDU@@UAEHXZ @6703 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation@@UBEPAVPASN_Object@@XZ @6704 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@UAEHXZ @6705 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@UBEPAVPASN_Object@@XZ @6706 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@UAEHXZ @6707 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@UBEPAVPASN_Object@@XZ @6708 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@UBEPAVPASN_Object@@XZ @6709 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@UAEHXZ @6710 NONAME ?CreateObject@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@UAEHXZ @6711 NONAME ?CreateObject@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@UBEPAVPASN_Object@@XZ @6712 NONAME ?CreateObject@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@UBEPAVPASN_Object@@XZ @6713 NONAME ?CreateObject@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@UAEHXZ @6714 NONAME ?CreateObject@GCC_UserData@@UBEPAVPASN_Object@@XZ @6715 NONAME ?CreateObject@H225_AddressPattern@@UAEHXZ @17564 NONAME ?CreateObject@H225_AdmissionConfirm_language@@UBEPAVPASN_Object@@XZ @17565 NONAME ?CreateObject@H225_AdmissionRejectReason@@UAEHXZ @6716 NONAME ?CreateObject@H225_AliasAddress@@UAEHXZ @6717 NONAME ?CreateObject@H225_ANSI_41_UIM_system_id@@UAEHXZ @17566 NONAME ?CreateObject@H225_ArrayOf_AddressPattern@@UBEPAVPASN_Object@@XZ @17567 NONAME ?CreateObject@H225_ArrayOf_AdmissionConfirm@@UBEPAVPASN_Object@@XZ @27048 NONAME ?CreateObject@H225_ArrayOf_AliasAddress@@UBEPAVPASN_Object@@XZ @6718 NONAME ?CreateObject@H225_ArrayOf_AlternateGK@@UBEPAVPASN_Object@@XZ @6719 NONAME ?CreateObject@H225_ArrayOf_AuthenticationMechanism@@UBEPAVPASN_Object@@XZ @6720 NONAME ?CreateObject@H225_ArrayOf_BandwidthDetails@@UBEPAVPASN_Object@@XZ @17568 NONAME ?CreateObject@H225_ArrayOf_CallReferenceValue@@UBEPAVPASN_Object@@XZ @6721 NONAME ?CreateObject@H225_ArrayOf_CallsAvailable@@UBEPAVPASN_Object@@XZ @17569 NONAME ?CreateObject@H225_ArrayOf_ClearToken@@UBEPAVPASN_Object@@XZ @6722 NONAME ?CreateObject@H225_ArrayOf_ConferenceIdentifier@@UBEPAVPASN_Object@@XZ @6723 NONAME ?CreateObject@H225_ArrayOf_ConferenceList@@UBEPAVPASN_Object@@XZ @6724 NONAME ?CreateObject@H225_ArrayOf_CryptoH323Token@@UBEPAVPASN_Object@@XZ @6725 NONAME ?CreateObject@H225_ArrayOf_DataRate@@UBEPAVPASN_Object@@XZ @6726 NONAME ?CreateObject@H225_ArrayOf_Endpoint@@UBEPAVPASN_Object@@XZ @6727 NONAME ?CreateObject@H225_ArrayOf_EnumeratedParameter@@UBEPAVPASN_Object@@XZ @17570 NONAME ?CreateObject@H225_ArrayOf_ExtendedAliasAddress@@UBEPAVPASN_Object@@XZ @17571 NONAME ?CreateObject@H225_ArrayOf_FeatureDescriptor@@UBEPAVPASN_Object@@XZ @17572 NONAME ?CreateObject@H225_ArrayOf_GenericData@@UBEPAVPASN_Object@@XZ @17573 NONAME ?CreateObject@H225_ArrayOf_H245Security@@UBEPAVPASN_Object@@XZ @6728 NONAME ?CreateObject@H225_ArrayOf_H248PackagesDescriptor@@UBEPAVPASN_Object@@XZ @17574 NONAME ?CreateObject@H225_ArrayOf_IntegrityMechanism@@UBEPAVPASN_Object@@XZ @6729 NONAME ?CreateObject@H225_ArrayOf_NonStandardParameter@@UBEPAVPASN_Object@@XZ @6730 NONAME ?CreateObject@H225_ArrayOf_PartyNumber@@UBEPAVPASN_Object@@XZ @17575 NONAME ?CreateObject@H225_ArrayOf_PASN_ObjectId@@UBEPAVPASN_Object@@XZ @6731 NONAME ?CreateObject@H225_ArrayOf_PASN_OctetString@@UBEPAVPASN_Object@@XZ @6732 NONAME ?CreateObject@H225_ArrayOf_RasUsageSpecification@@UBEPAVPASN_Object@@XZ @17576 NONAME ?CreateObject@H225_ArrayOf_RTPSession@@UBEPAVPASN_Object@@XZ @6733 NONAME ?CreateObject@H225_ArrayOf_ServiceControlSession@@UBEPAVPASN_Object@@XZ @17577 NONAME ?CreateObject@H225_ArrayOf_SupportedPrefix@@UBEPAVPASN_Object@@XZ @6734 NONAME ?CreateObject@H225_ArrayOf_SupportedProtocols@@UBEPAVPASN_Object@@XZ @6735 NONAME ?CreateObject@H225_ArrayOf_TransportAddress@@UBEPAVPASN_Object@@XZ @6736 NONAME ?CreateObject@H225_ArrayOf_TransportChannelInfo@@UBEPAVPASN_Object@@XZ @6737 NONAME ?CreateObject@H225_ArrayOf_TunnelledProtocol@@UBEPAVPASN_Object@@XZ @17578 NONAME ?CreateObject@H225_BandRejectReason@@UAEHXZ @6738 NONAME ?CreateObject@H225_CallCreditServiceControl_billingMode@@UAEHXZ @17579 NONAME ?CreateObject@H225_CallCreditServiceControl_callStartingPoint@@UAEHXZ @17580 NONAME ?CreateObject@H225_CallModel@@UAEHXZ @6739 NONAME ?CreateObject@H225_CallTerminationCause@@UAEHXZ @17581 NONAME ?CreateObject@H225_CallType@@UAEHXZ @6740 NONAME ?CreateObject@H225_CicInfo_cic@@UBEPAVPASN_Object@@XZ @17582 NONAME ?CreateObject@H225_Connect_UUIE_language@@UBEPAVPASN_Object@@XZ @17584 NONAME ?CreateObject@H225_Content@@UAEHXZ @17585 NONAME ?CreateObject@H225_CryptoH323Token@@UAEHXZ @6741 NONAME ?CreateObject@H225_DisengageReason@@UAEHXZ @6742 NONAME ?CreateObject@H225_DisengageRejectReason@@UAEHXZ @6743 NONAME ?CreateObject@H225_EncryptIntAlg@@UAEHXZ @6744 NONAME ?CreateObject@H225_FacilityReason@@UAEHXZ @6745 NONAME ?CreateObject@H225_GatekeeperRejectReason@@UAEHXZ @6746 NONAME ?CreateObject@H225_GenericIdentifier@@UAEHXZ @17586 NONAME ?CreateObject@H225_GroupID_member@@UBEPAVPASN_Object@@XZ @17587 NONAME ?CreateObject@H225_H245Security@@UAEHXZ @6747 NONAME ?CreateObject@H225_H323_UU_PDU_h323_message_body@@UAEHXZ @6748 NONAME ?CreateObject@H225_InfoRequestNakReason@@UAEHXZ @6749 NONAME ?CreateObject@H225_InfoRequestResponseStatus@@UAEHXZ @17588 NONAME ?CreateObject@H225_InfoRequestResponse_perCallInfo@@UBEPAVPASN_Object@@XZ @6750 NONAME ?CreateObject@H225_InfoRequestResponse_perCallInfo_subtype_pdu@@UBEPAVPASN_Object@@XZ @6751 NONAME ?CreateObject@H225_IntegrityMechanism@@UAEHXZ @6752 NONAME ?CreateObject@H225_LocationRejectReason@@UAEHXZ @6753 NONAME ?CreateObject@H225_MobileUIM@@UAEHXZ @17589 NONAME ?CreateObject@H225_NonIsoIntegrityMechanism@@UAEHXZ @6754 NONAME ?CreateObject@H225_NonStandardIdentifier@@UAEHXZ @6755 NONAME ?CreateObject@H225_PartyNumber@@UAEHXZ @6756 NONAME ?CreateObject@H225_PresentationIndicator@@UAEHXZ @17590 NONAME ?CreateObject@H225_PrivateTypeOfNumber@@UAEHXZ @6757 NONAME ?CreateObject@H225_PublicTypeOfNumber@@UAEHXZ @6758 NONAME ?CreateObject@H225_RasMessage@@UAEHXZ @6759 NONAME ?CreateObject@H225_RegistrationRejectReason@@UAEHXZ @6760 NONAME ?CreateObject@H225_ReleaseCompleteReason@@UAEHXZ @6761 NONAME ?CreateObject@H225_RTPSession_associatedSessionIds@@UBEPAVPASN_Object@@XZ @6762 NONAME ?CreateObject@H225_ScnConnectionAggregation@@UAEHXZ @17591 NONAME ?CreateObject@H225_ScnConnectionType@@UAEHXZ @17592 NONAME ?CreateObject@H225_SecurityErrors2@@UAEHXZ @27049 NONAME ?CreateObject@H225_SecurityErrors@@UAEHXZ @27050 NONAME ?CreateObject@H225_SecurityServiceMode@@UAEHXZ @6763 NONAME ?CreateObject@H225_ServiceControlDescriptor@@UAEHXZ @17593 NONAME ?CreateObject@H225_ServiceControlResponse_result@@UAEHXZ @17594 NONAME ?CreateObject@H225_ServiceControlSession_reason@@UAEHXZ @17595 NONAME ?CreateObject@H225_Setup_UUIE_conferenceGoal@@UAEHXZ @6764 NONAME ?CreateObject@H225_Setup_UUIE_language@@UBEPAVPASN_Object@@XZ @17596 NONAME ?CreateObject@H225_SupportedProtocols@@UAEHXZ @6765 NONAME ?CreateObject@H225_TransportAddress@@UAEHXZ @6766 NONAME ?CreateObject@H225_TransportAddress_ipSourceRoute_route@@UBEPAVPASN_Object@@XZ @6767 NONAME ?CreateObject@H225_TransportAddress_ipSourceRoute_routing@@UAEHXZ @6768 NONAME ?CreateObject@H225_TransportQOS@@UAEHXZ @6769 NONAME ?CreateObject@H225_TunnelledProtocol_id@@UAEHXZ @17597 NONAME ?CreateObject@H225_UnregRejectReason@@UAEHXZ @6770 NONAME ?CreateObject@H225_UnregRequestReason@@UAEHXZ @6771 NONAME ?CreateObject@H225_UseSpecifiedTransport@@UAEHXZ @17598 NONAME ?CreateObject@H235_AuthenticationBES@@UAEHXZ @19249 NONAME ?CreateObject@H235_AuthenticationMechanism@@UAEHXZ @6772 NONAME ?CreateObject@H235_CryptoToken@@UAEHXZ @6773 NONAME ?CreateObject@H235_ECKASDH@@UAEHXZ @19250 NONAME ?CreateObject@H235_H235Key@@UAEHXZ @6774 NONAME ?CreateObject@H245_AlternativeCapabilitySet@@UBEPAVPASN_Object@@XZ @6775 NONAME ?CreateObject@H245_ArrayOf_AlternativeCapabilitySet@@UBEPAVPASN_Object@@XZ @6776 NONAME ?CreateObject@H245_ArrayOf_BEnhancementParameters@@UBEPAVPASN_Object@@XZ @6777 NONAME ?CreateObject@H245_ArrayOf_CapabilityDescriptor@@UBEPAVPASN_Object@@XZ @6778 NONAME ?CreateObject@H245_ArrayOf_CapabilityDescriptorNumber@@UBEPAVPASN_Object@@XZ @6779 NONAME ?CreateObject@H245_ArrayOf_CapabilityTableEntry@@UBEPAVPASN_Object@@XZ @6780 NONAME ?CreateObject@H245_ArrayOf_CapabilityTableEntryNumber@@UBEPAVPASN_Object@@XZ @6781 NONAME ?CreateObject@H245_ArrayOf_CommunicationModeTableEntry@@UBEPAVPASN_Object@@XZ @6782 NONAME ?CreateObject@H245_ArrayOf_CustomPictureClockFrequency@@UBEPAVPASN_Object@@XZ @6783 NONAME ?CreateObject@H245_ArrayOf_CustomPictureFormat@@UBEPAVPASN_Object@@XZ @6784 NONAME ?CreateObject@H245_ArrayOf_DataApplicationCapability@@UBEPAVPASN_Object@@XZ @6785 NONAME ?CreateObject@H245_ArrayOf_DialingInformationNetworkType@@UBEPAVPASN_Object@@XZ @17599 NONAME ?CreateObject@H245_ArrayOf_DialingInformationNumber@@UBEPAVPASN_Object@@XZ @17600 NONAME ?CreateObject@H245_ArrayOf_EnhancementOptions@@UBEPAVPASN_Object@@XZ @6786 NONAME ?CreateObject@H245_ArrayOf_EscrowData@@UBEPAVPASN_Object@@XZ @6787 NONAME ?CreateObject@H245_ArrayOf_GenericCapability@@UBEPAVPASN_Object@@XZ @45298 NONAME ?CreateObject@H245_ArrayOf_GenericParameter@@UBEPAVPASN_Object@@XZ @17601 NONAME ?CreateObject@H245_ArrayOf_H263ModeComboFlags@@UBEPAVPASN_Object@@XZ @6788 NONAME ?CreateObject@H245_ArrayOf_H263VideoModeCombos@@UBEPAVPASN_Object@@XZ @6789 NONAME ?CreateObject@H245_ArrayOf_MediaChannelCapability@@UBEPAVPASN_Object@@XZ @6790 NONAME ?CreateObject@H245_ArrayOf_MediaDistributionCapability@@UBEPAVPASN_Object@@XZ @6791 NONAME ?CreateObject@H245_ArrayOf_ModeDescription@@UBEPAVPASN_Object@@XZ @6792 NONAME ?CreateObject@H245_ArrayOf_MultiplePayloadStreamElement@@UBEPAVPASN_Object@@XZ @27051 NONAME ?CreateObject@H245_ArrayOf_MultiplePayloadStreamElementMode@@UBEPAVPASN_Object@@XZ @27052 NONAME ?CreateObject@H245_ArrayOf_MultiplexElement@@UBEPAVPASN_Object@@XZ @6793 NONAME ?CreateObject@H245_ArrayOf_MultiplexEntryDescriptor@@UBEPAVPASN_Object@@XZ @6794 NONAME ?CreateObject@H245_ArrayOf_MultiplexEntryRejectionDescriptions@@UBEPAVPASN_Object@@XZ @6795 NONAME ?CreateObject@H245_ArrayOf_MultiplexTableEntryNumber@@UBEPAVPASN_Object@@XZ @6796 NONAME ?CreateObject@H245_ArrayOf_NonStandardParameter@@UBEPAVPASN_Object@@XZ @6797 NONAME ?CreateObject@H245_ArrayOf_ParameterIdentifier@@UBEPAVPASN_Object@@XZ @17602 NONAME ?CreateObject@H245_ArrayOf_PictureReference@@UBEPAVPASN_Object@@XZ @17603 NONAME ?CreateObject@H245_ArrayOf_Q2931Address@@UBEPAVPASN_Object@@XZ @17604 NONAME ?CreateObject@H245_ArrayOf_QOSCapability@@UBEPAVPASN_Object@@XZ @6798 NONAME ?CreateObject@H245_ArrayOf_RedundancyEncodingCapability@@UBEPAVPASN_Object@@XZ @6799 NONAME ?CreateObject@H245_ArrayOf_RedundancyEncodingDTModeElement@@UBEPAVPASN_Object@@XZ @27053 NONAME ?CreateObject@H245_ArrayOf_RedundancyEncodingElement@@UBEPAVPASN_Object@@XZ @27054 NONAME ?CreateObject@H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@UBEPAVPASN_Object@@XZ @6800 NONAME ?CreateObject@H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@UBEPAVPASN_Object@@XZ @6801 NONAME ?CreateObject@H245_ArrayOf_RTPPayloadType@@UBEPAVPASN_Object@@XZ @6802 NONAME ?CreateObject@H245_ArrayOf_TerminalInformation@@UBEPAVPASN_Object@@XZ @6803 NONAME ?CreateObject@H245_ArrayOf_TerminalLabel@@UBEPAVPASN_Object@@XZ @6804 NONAME ?CreateObject@H245_ArrayOf_VCCapability@@UBEPAVPASN_Object@@XZ @6805 NONAME ?CreateObject@H245_ArrayOf_VideoCapability@@UBEPAVPASN_Object@@XZ @45299 NONAME ?CreateObject@H245_AudioCapability@@UAEHXZ @6806 NONAME ?CreateObject@H245_AudioMode@@UAEHXZ @6807 NONAME ?CreateObject@H245_AudioMode_g7231@@UAEHXZ @6808 NONAME ?CreateObject@H245_Capability@@UAEHXZ @6809 NONAME ?CreateObject@H245_CapabilityIdentifier@@UAEHXZ @17605 NONAME ?CreateObject@H245_CertSelectionCriteria@@UBEPAVPASN_Object@@XZ @6810 NONAME ?CreateObject@H245_CloseLogicalChannel_reason@@UAEHXZ @6811 NONAME ?CreateObject@H245_CloseLogicalChannel_source@@UAEHXZ @6812 NONAME ?CreateObject@H245_CommandMessage@@UAEHXZ @6813 NONAME ?CreateObject@H245_CommunicationModeResponse@@UAEHXZ @6814 NONAME ?CreateObject@H245_CommunicationModeTableEntry_dataType@@UAEHXZ @6815 NONAME ?CreateObject@H245_CompressionType@@UAEHXZ @6816 NONAME ?CreateObject@H245_ConferenceCommand@@UAEHXZ @6817 NONAME ?CreateObject@H245_ConferenceIndication@@UAEHXZ @6818 NONAME ?CreateObject@H245_ConferenceRequest@@UAEHXZ @6819 NONAME ?CreateObject@H245_ConferenceResponse@@UAEHXZ @6820 NONAME ?CreateObject@H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@UAEHXZ @6821 NONAME ?CreateObject@H245_ConferenceResponse_makeMeChairResponse@@UAEHXZ @6822 NONAME ?CreateObject@H245_ConferenceResponse_makeTerminalBroadcasterResponse@@UAEHXZ @6823 NONAME ?CreateObject@H245_ConferenceResponse_sendThisSourceResponse@@UAEHXZ @6824 NONAME ?CreateObject@H245_CRCLength@@UAEHXZ @6825 NONAME ?CreateObject@H245_CustomPictureFormat_mPI_customPCF@@UBEPAVPASN_Object@@XZ @6826 NONAME ?CreateObject@H245_CustomPictureFormat_pixelAspectInformation@@UAEHXZ @6827 NONAME ?CreateObject@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@UBEPAVPASN_Object@@XZ @6828 NONAME ?CreateObject@H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@UBEPAVPASN_Object@@XZ @6829 NONAME ?CreateObject@H245_DataApplicationCapability_application@@UAEHXZ @6830 NONAME ?CreateObject@H245_DataMode_application@@UAEHXZ @6831 NONAME ?CreateObject@H245_DataProtocolCapability@@UAEHXZ @6832 NONAME ?CreateObject@H245_DataProtocolCapability_v76wCompression@@UAEHXZ @6833 NONAME ?CreateObject@H245_DataType@@UAEHXZ @6834 NONAME ?CreateObject@H245_DepFECCapability@@UAEHXZ @45771 NONAME ?CreateObject@H245_DepFECData@@UAEHXZ @45772 NONAME ?CreateObject@H245_DepFECData_rfc2733_mode@@UAEHXZ @45773 NONAME ?CreateObject@H245_DepFECData_rfc2733_mode_separateStream@@UAEHXZ @45774 NONAME ?CreateObject@H245_DepFECMode@@UAEHXZ @45775 NONAME ?CreateObject@H245_DepFECMode_rfc2733Mode_mode@@UAEHXZ @45776 NONAME ?CreateObject@H245_DepFECMode_rfc2733Mode_mode_separateStream@@UAEHXZ @45777 NONAME ?CreateObject@H245_DialingInformation@@UAEHXZ @17606 NONAME ?CreateObject@H245_DialingInformationNetworkType@@UAEHXZ @17607 NONAME ?CreateObject@H245_EncryptionCapability@@UBEPAVPASN_Object@@XZ @6835 NONAME ?CreateObject@H245_EncryptionCommand@@UAEHXZ @6836 NONAME ?CreateObject@H245_EncryptionMode@@UAEHXZ @6837 NONAME ?CreateObject@H245_EncryptionUpdateDirection@@UAEHXZ @45300 NONAME ?CreateObject@H245_EndSessionCommand@@UAEHXZ @6838 NONAME ?CreateObject@H245_EndSessionCommand_gstnOptions@@UAEHXZ @6839 NONAME ?CreateObject@H245_EndSessionCommand_isdnOptions@@UAEHXZ @6840 NONAME ?CreateObject@H245_FECCapability_rfc2733Format@@UAEHXZ @45778 NONAME ?CreateObject@H245_FECData@@UAEHXZ @27056 NONAME ?CreateObject@H245_FECData_rfc2733_pktMode@@UAEHXZ @45779 NONAME ?CreateObject@H245_FECMode_rfc2733Format@@UAEHXZ @45780 NONAME ?CreateObject@H245_FlowControlCommand_restriction@@UAEHXZ @6841 NONAME ?CreateObject@H245_FlowControlCommand_scope@@UAEHXZ @6842 NONAME ?CreateObject@H245_FlowControlIndication_restriction@@UAEHXZ @17608 NONAME ?CreateObject@H245_FlowControlIndication_scope@@UAEHXZ @17609 NONAME ?CreateObject@H245_FunctionNotSupported_cause@@UAEHXZ @6843 NONAME ?CreateObject@H245_FunctionNotUnderstood@@UAEHXZ @6844 NONAME ?CreateObject@H245_H223AL1MParameters_arqType@@UAEHXZ @6845 NONAME ?CreateObject@H245_H223AL1MParameters_crcLength@@UAEHXZ @6846 NONAME ?CreateObject@H245_H223AL1MParameters_headerFEC@@UAEHXZ @6847 NONAME ?CreateObject@H245_H223AL1MParameters_transferMode@@UAEHXZ @6848 NONAME ?CreateObject@H245_H223AL2MParameters_headerFEC@@UAEHXZ @6849 NONAME ?CreateObject@H245_H223AL3MParameters_arqType@@UAEHXZ @6850 NONAME ?CreateObject@H245_H223AL3MParameters_crcLength@@UAEHXZ @6851 NONAME ?CreateObject@H245_H223AL3MParameters_headerFormat@@UAEHXZ @6852 NONAME ?CreateObject@H245_H223AnnexCArqParameters_numberOfRetransmissions@@UAEHXZ @6853 NONAME ?CreateObject@H245_H223Capability_h223MultiplexTableCapability@@UAEHXZ @6854 NONAME ?CreateObject@H245_H223LogicalChannelParameters_adaptationLayerType@@UAEHXZ @6855 NONAME ?CreateObject@H245_H223ModeParameters_adaptationLayerType@@UAEHXZ @6856 NONAME ?CreateObject@H245_H223MultiplexReconfiguration@@UAEHXZ @6857 NONAME ?CreateObject@H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@UAEHXZ @6858 NONAME ?CreateObject@H245_H223MultiplexReconfiguration_h223ModeChange@@UAEHXZ @6859 NONAME ?CreateObject@H245_H2250LogicalChannelParameters_mediaPacketization@@UAEHXZ @6860 NONAME ?CreateObject@H245_H235Media_mediaType@@UAEHXZ @6861 NONAME ?CreateObject@H245_H235Mode_mediaMode@@UAEHXZ @6862 NONAME ?CreateObject@H245_H261VideoMode_resolution@@UAEHXZ @6863 NONAME ?CreateObject@H245_H262VideoMode_profileAndLevel@@UAEHXZ @6864 NONAME ?CreateObject@H245_H263VideoMode_resolution@@UAEHXZ @6865 NONAME ?CreateObject@H245_IndicationMessage@@UAEHXZ @6866 NONAME ?CreateObject@H245_IS11172AudioMode_audioLayer@@UAEHXZ @6867 NONAME ?CreateObject@H245_IS11172AudioMode_audioSampling@@UAEHXZ @6868 NONAME ?CreateObject@H245_IS11172AudioMode_multichannelType@@UAEHXZ @6869 NONAME ?CreateObject@H245_IS13818AudioMode_audioLayer@@UAEHXZ @6870 NONAME ?CreateObject@H245_IS13818AudioMode_audioSampling@@UAEHXZ @6871 NONAME ?CreateObject@H245_IS13818AudioMode_multichannelType@@UAEHXZ @6872 NONAME ?CreateObject@H245_JitterIndication_scope@@UAEHXZ @6873 NONAME ?CreateObject@H245_LogicalChannelRateRejectReason@@UAEHXZ @17610 NONAME ?CreateObject@H245_MaintenanceLoopAck_type@@UAEHXZ @6874 NONAME ?CreateObject@H245_MaintenanceLoopReject_cause@@UAEHXZ @6875 NONAME ?CreateObject@H245_MaintenanceLoopReject_type@@UAEHXZ @6876 NONAME ?CreateObject@H245_MaintenanceLoopRequest_type@@UAEHXZ @6877 NONAME ?CreateObject@H245_MasterSlaveDeterminationAck_decision@@UAEHXZ @6878 NONAME ?CreateObject@H245_MasterSlaveDeterminationReject_cause@@UAEHXZ @6879 NONAME ?CreateObject@H245_MediaEncryptionAlgorithm@@UAEHXZ @6880 NONAME ?CreateObject@H245_MediaTransportType@@UAEHXZ @6881 NONAME ?CreateObject@H245_MiscellaneousCommand_type@@UAEHXZ @6882 NONAME ?CreateObject@H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@UAEHXZ @6883 NONAME ?CreateObject@H245_MiscellaneousIndication_type@@UAEHXZ @6884 NONAME ?CreateObject@H245_MobileMultilinkReconfigurationCommand_status@@UAEHXZ @17611 NONAME ?CreateObject@H245_ModeDescription@@UBEPAVPASN_Object@@XZ @6885 NONAME ?CreateObject@H245_ModeElementType@@UAEHXZ @27062 NONAME ?CreateObject@H245_MulticastAddress@@UAEHXZ @6887 NONAME ?CreateObject@H245_MultilinkIndication@@UAEHXZ @17612 NONAME ?CreateObject@H245_MultilinkRequest@@UAEHXZ @17613 NONAME ?CreateObject@H245_MultilinkRequest_maximumHeaderInterval_requestType@@UAEHXZ @17614 NONAME ?CreateObject@H245_MultilinkResponse@@UAEHXZ @17615 NONAME ?CreateObject@H245_MultilinkResponse_addConnection_responseCode@@UAEHXZ @17616 NONAME ?CreateObject@H245_MultilinkResponse_addConnection_responseCode_rejected@@UAEHXZ @17617 NONAME ?CreateObject@H245_MultimediaSystemControlMessage@@UAEHXZ @6888 NONAME ?CreateObject@H245_MultiplexCapability@@UAEHXZ @6889 NONAME ?CreateObject@H245_MultiplexElement_repeatCount@@UAEHXZ @6890 NONAME ?CreateObject@H245_MultiplexElement_type@@UAEHXZ @6891 NONAME ?CreateObject@H245_MultiplexEntryRejectionDescriptions_cause@@UAEHXZ @6892 NONAME ?CreateObject@H245_MultiplexFormat@@UAEHXZ @17618 NONAME ?CreateObject@H245_NetworkAccessParameters_distribution@@UAEHXZ @6893 NONAME ?CreateObject@H245_NetworkAccessParameters_networkAddress@@UAEHXZ @6894 NONAME ?CreateObject@H245_NetworkAccessParameters_t120SetupProcedure@@UAEHXZ @6895 NONAME ?CreateObject@H245_NewATMVCCommand_aal@@UAEHXZ @17619 NONAME ?CreateObject@H245_NewATMVCCommand_aal_aal1_clockRecovery@@UAEHXZ @17620 NONAME ?CreateObject@H245_NewATMVCCommand_aal_aal1_errorCorrection@@UAEHXZ @17621 NONAME ?CreateObject@H245_NewATMVCCommand_multiplex@@UAEHXZ @17622 NONAME ?CreateObject@H245_NewATMVCCommand_reverseParameters_multiplex@@UAEHXZ @17623 NONAME ?CreateObject@H245_NewATMVCIndication_aal@@UAEHXZ @6896 NONAME ?CreateObject@H245_NewATMVCIndication_aal_aal1_clockRecovery@@UAEHXZ @6897 NONAME ?CreateObject@H245_NewATMVCIndication_aal_aal1_errorCorrection@@UAEHXZ @6898 NONAME ?CreateObject@H245_NewATMVCIndication_multiplex@@UAEHXZ @6899 NONAME ?CreateObject@H245_NewATMVCIndication_reverseParameters_multiplex@@UAEHXZ @6900 NONAME ?CreateObject@H245_NonStandardIdentifier@@UAEHXZ @6901 NONAME ?CreateObject@H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@UAEHXZ @6902 NONAME ?CreateObject@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@UAEHXZ @6903 NONAME ?CreateObject@H245_OpenLogicalChannelReject_cause@@UAEHXZ @6904 NONAME ?CreateObject@H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@UAEHXZ @6905 NONAME ?CreateObject@H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@UAEHXZ @6906 NONAME ?CreateObject@H245_ParameterIdentifier@@UAEHXZ @17624 NONAME ?CreateObject@H245_ParameterValue@@UAEHXZ @17625 NONAME ?CreateObject@H245_PictureReference@@UAEHXZ @17626 NONAME ?CreateObject@H245_Q2931Address_address@@UAEHXZ @6907 NONAME ?CreateObject@H245_QOSMode@@UAEHXZ @6908 NONAME ?CreateObject@H245_RedundancyEncodingDTModeElement_type@@UAEHXZ @27063 NONAME ?CreateObject@H245_RedundancyEncodingMethod@@UAEHXZ @6909 NONAME ?CreateObject@H245_RedundancyEncodingMode_secondaryEncoding@@UAEHXZ @6910 NONAME ?CreateObject@H245_RefPictureSelection_videoBackChannelSend@@UAEHXZ @6911 NONAME ?CreateObject@H245_RemoteMCRequest@@UAEHXZ @6912 NONAME ?CreateObject@H245_RemoteMCResponse@@UAEHXZ @6913 NONAME ?CreateObject@H245_RemoteMCResponse_reject@@UAEHXZ @6914 NONAME ?CreateObject@H245_RequestChannelCloseReject_cause@@UAEHXZ @6915 NONAME ?CreateObject@H245_RequestChannelClose_reason@@UAEHXZ @6916 NONAME ?CreateObject@H245_RequestMessage@@UAEHXZ @6917 NONAME ?CreateObject@H245_RequestModeAck_response@@UAEHXZ @6918 NONAME ?CreateObject@H245_RequestModeReject_cause@@UAEHXZ @6919 NONAME ?CreateObject@H245_RequestMultiplexEntryRejectionDescriptions_cause@@UAEHXZ @6920 NONAME ?CreateObject@H245_ResponseMessage@@UAEHXZ @6921 NONAME ?CreateObject@H245_RTPH263VideoRedundancyEncoding_containedThreads@@UBEPAVPASN_Object@@XZ @6922 NONAME ?CreateObject@H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@UAEHXZ @6923 NONAME ?CreateObject@H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@UBEPAVPASN_Object@@XZ @6924 NONAME ?CreateObject@H245_RTPPayloadType_payloadDescriptor@@UAEHXZ @6925 NONAME ?CreateObject@H245_SendTerminalCapabilitySet@@UAEHXZ @6926 NONAME ?CreateObject@H245_T38FaxRateManagement@@UAEHXZ @17627 NONAME ?CreateObject@H245_T38FaxUdpOptions_t38FaxUdpEC@@UAEHXZ @17628 NONAME ?CreateObject@H245_T84Profile@@UAEHXZ @6927 NONAME ?CreateObject@H245_TerminalCapabilitySetReject_cause@@UAEHXZ @6928 NONAME ?CreateObject@H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@UAEHXZ @6929 NONAME ?CreateObject@H245_TransportAddress@@UAEHXZ @6930 NONAME ?CreateObject@H245_UnicastAddress@@UAEHXZ @6931 NONAME ?CreateObject@H245_UnicastAddress_iPSourceRouteAddress_route@@UBEPAVPASN_Object@@XZ @6932 NONAME ?CreateObject@H245_UnicastAddress_iPSourceRouteAddress_routing@@UAEHXZ @6933 NONAME ?CreateObject@H245_UserInputCapability@@UAEHXZ @6934 NONAME ?CreateObject@H245_UserInputIndication@@UAEHXZ @6935 NONAME ?CreateObject@H245_UserInputIndication_userInputSupportIndication@@UAEHXZ @6936 NONAME ?CreateObject@H245_V76LogicalChannelParameters_mode@@UAEHXZ @6937 NONAME ?CreateObject@H245_V76LogicalChannelParameters_mode_eRM_recovery@@UAEHXZ @6938 NONAME ?CreateObject@H245_V76LogicalChannelParameters_suspendResume@@UAEHXZ @6939 NONAME ?CreateObject@H245_V76ModeParameters@@UAEHXZ @6940 NONAME ?CreateObject@H245_VCCapability_availableBitRates_type@@UAEHXZ @6941 NONAME ?CreateObject@H245_VideoCapability@@UAEHXZ @6942 NONAME ?CreateObject@H245_VideoMode@@UAEHXZ @6943 NONAME ?CreateObject@H248_AmmDescriptor@@UAEHXZ @22775 NONAME ?CreateObject@H248_ArrayOf_ActionReply@@UBEPAVPASN_Object@@XZ @22776 NONAME ?CreateObject@H248_ArrayOf_ActionRequest@@UBEPAVPASN_Object@@XZ @22777 NONAME ?CreateObject@H248_ArrayOf_AmmDescriptor@@UBEPAVPASN_Object@@XZ @22778 NONAME ?CreateObject@H248_ArrayOf_CommandReply@@UBEPAVPASN_Object@@XZ @22779 NONAME ?CreateObject@H248_ArrayOf_CommandRequest@@UBEPAVPASN_Object@@XZ @22780 NONAME ?CreateObject@H248_ArrayOf_EventParameter@@UBEPAVPASN_Object@@XZ @22781 NONAME ?CreateObject@H248_ArrayOf_IndAuditParameter@@UBEPAVPASN_Object@@XZ @22782 NONAME ?CreateObject@H248_ArrayOf_IndAudPropertyParm@@UBEPAVPASN_Object@@XZ @22783 NONAME ?CreateObject@H248_ArrayOf_IndAudStreamDescriptor@@UBEPAVPASN_Object@@XZ @22784 NONAME ?CreateObject@H248_ArrayOf_ModemType@@UBEPAVPASN_Object@@XZ @22785 NONAME ?CreateObject@H248_ArrayOf_ObservedEvent@@UBEPAVPASN_Object@@XZ @22786 NONAME ?CreateObject@H248_ArrayOf_PASN_OctetString@@UBEPAVPASN_Object@@XZ @22787 NONAME ?CreateObject@H248_ArrayOf_PropertyGroup@@UBEPAVPASN_Object@@XZ @22788 NONAME ?CreateObject@H248_ArrayOf_PropertyParm@@UBEPAVPASN_Object@@XZ @22789 NONAME ?CreateObject@H248_ArrayOf_RequestedEvent@@UBEPAVPASN_Object@@XZ @22790 NONAME ?CreateObject@H248_ArrayOf_SecondRequestedEvent@@UBEPAVPASN_Object@@XZ @22791 NONAME ?CreateObject@H248_ArrayOf_Signal@@UBEPAVPASN_Object@@XZ @22792 NONAME ?CreateObject@H248_ArrayOf_SigParameter@@UBEPAVPASN_Object@@XZ @22793 NONAME ?CreateObject@H248_ArrayOf_StreamDescriptor@@UBEPAVPASN_Object@@XZ @22794 NONAME ?CreateObject@H248_ArrayOf_TerminationID@@UBEPAVPASN_Object@@XZ @22795 NONAME ?CreateObject@H248_ArrayOf_TopologyRequest@@UBEPAVPASN_Object@@XZ @22796 NONAME ?CreateObject@H248_ArrayOf_Transaction@@UBEPAVPASN_Object@@XZ @22797 NONAME ?CreateObject@H248_ArrayOf_WildcardField@@UBEPAVPASN_Object@@XZ @22798 NONAME ?CreateObject@H248_AuditReply@@UAEHXZ @22799 NONAME ?CreateObject@H248_AuditReturnParameter@@UAEHXZ @22800 NONAME ?CreateObject@H248_Command@@UAEHXZ @22801 NONAME ?CreateObject@H248_CommandReply@@UAEHXZ @22802 NONAME ?CreateObject@H248_EventBufferDescriptor@@UBEPAVPASN_Object@@XZ @22803 NONAME ?CreateObject@H248_EventDM@@UAEHXZ @22804 NONAME ?CreateObject@H248_EventParameter_extraInfo@@UAEHXZ @22805 NONAME ?CreateObject@H248_IndAuditParameter@@UAEHXZ @22806 NONAME ?CreateObject@H248_IndAudMediaDescriptor_streams@@UAEHXZ @22807 NONAME ?CreateObject@H248_IndAudPropertyGroup@@UBEPAVPASN_Object@@XZ @22808 NONAME ?CreateObject@H248_IndAudSignalsDescriptor@@UAEHXZ @22809 NONAME ?CreateObject@H248_MediaDescriptor_streams@@UAEHXZ @22810 NONAME ?CreateObject@H248_Message_messageBody@@UAEHXZ @22811 NONAME ?CreateObject@H248_MId@@UAEHXZ @22812 NONAME ?CreateObject@H248_NonStandardIdentifier@@UAEHXZ @22813 NONAME ?CreateObject@H248_PackagesDescriptor@@UBEPAVPASN_Object@@XZ @22814 NONAME ?CreateObject@H248_PropertyGroup@@UBEPAVPASN_Object@@XZ @22815 NONAME ?CreateObject@H248_PropertyParm_extraInfo@@UAEHXZ @22816 NONAME ?CreateObject@H248_ServiceChangeAddress@@UAEHXZ @22817 NONAME ?CreateObject@H248_ServiceChangeResult@@UAEHXZ @22818 NONAME ?CreateObject@H248_SignalRequest@@UAEHXZ @22819 NONAME ?CreateObject@H248_SignalsDescriptor@@UBEPAVPASN_Object@@XZ @22820 NONAME ?CreateObject@H248_SigParameter_extraInfo@@UAEHXZ @22821 NONAME ?CreateObject@H248_StatisticsDescriptor@@UBEPAVPASN_Object@@XZ @22822 NONAME ?CreateObject@H248_TerminationAudit@@UBEPAVPASN_Object@@XZ @22823 NONAME ?CreateObject@H248_TerminationIDList@@UBEPAVPASN_Object@@XZ @22824 NONAME ?CreateObject@H248_Transaction@@UAEHXZ @22825 NONAME ?CreateObject@H248_TransactionReply_transactionResult@@UAEHXZ @22826 NONAME ?CreateObject@H248_TransactionResponseAck@@UBEPAVPASN_Object@@XZ @22827 NONAME ?CreateObject@H248_Value@@UBEPAVPASN_Object@@XZ @22828 NONAME ?CreateObject@H45010_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @15773 NONAME ?CreateObject@H45011_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @15774 NONAME ?CreateObject@H45011_CIStatusInformation@@UAEHXZ @15775 NONAME ?CreateObject@H4501_ArrayOf_AliasAddress@@UBEPAVPASN_Object@@XZ @14597 NONAME ?CreateObject@H4501_ArrayOf_ROS@@UBEPAVPASN_Object@@XZ @14598 NONAME ?CreateObject@H4501_EntityType@@UAEHXZ @14599 NONAME ?CreateObject@H4501_InterpretationApdu@@UAEHXZ @14600 NONAME ?CreateObject@H4501_PartySubaddress@@UAEHXZ @14601 NONAME ?CreateObject@H4501_PresentedAddressScreened@@UAEHXZ @14602 NONAME ?CreateObject@H4501_PresentedAddressUnscreened@@UAEHXZ @14603 NONAME ?CreateObject@H4501_PresentedNumberScreened@@UAEHXZ @14604 NONAME ?CreateObject@H4501_PresentedNumberUnscreened@@UAEHXZ @14605 NONAME ?CreateObject@H4501_ServiceApdus@@UAEHXZ @14606 NONAME ?CreateObject@H4502_CTActiveArg_argumentExtension@@UAEHXZ @14607 NONAME ?CreateObject@H4502_CTCompleteArg_argumentExtension@@UAEHXZ @14608 NONAME ?CreateObject@H4502_CTIdentifyRes_resultExtension@@UAEHXZ @14609 NONAME ?CreateObject@H4502_CTInitiateArg_argumentExtension@@UAEHXZ @14610 NONAME ?CreateObject@H4502_CTSetupArg_argumentExtension@@UAEHXZ @14611 NONAME ?CreateObject@H4502_CTUpdateArg_argumentExtension@@UAEHXZ @14612 NONAME ?CreateObject@H4502_DummyArg@@UAEHXZ @14613 NONAME ?CreateObject@H4502_DummyRes@@UAEHXZ @14614 NONAME ?CreateObject@H4502_ExtensionSeq@@UBEPAVPASN_Object@@XZ @14615 NONAME ?CreateObject@H4502_SubaddressTransferArg_argumentExtension@@UAEHXZ @14616 NONAME ?CreateObject@H4503_ExtensionSeq@@UBEPAVPASN_Object@@XZ @15173 NONAME ?CreateObject@H4503_IntResultList@@UBEPAVPASN_Object@@XZ @15174 NONAME ?CreateObject@H4503_IntResult_extension@@UAEHXZ @15175 NONAME ?CreateObject@H4504_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @15030 NONAME ?CreateObject@H4504_MixedExtension@@UAEHXZ @15031 NONAME ?CreateObject@H4505_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @15776 NONAME ?CreateObject@H4506_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @15777 NONAME ?CreateObject@H4507_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @15778 NONAME ?CreateObject@H4507_DummyRes@@UBEPAVPASN_Object@@XZ @15779 NONAME ?CreateObject@H4507_MsgCentreId@@UAEHXZ @15780 NONAME ?CreateObject@H4507_MWIInterrogateRes@@UBEPAVPASN_Object@@XZ @15781 NONAME ?CreateObject@H4508_Name@@UAEHXZ @15782 NONAME ?CreateObject@H4508_NamePresentationAllowed@@UAEHXZ @15783 NONAME ?CreateObject@H4508_NamePresentationRestricted@@UAEHXZ @15784 NONAME ?CreateObject@H4509_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @15785 NONAME ?CreateObject@H4509_CcArg@@UAEHXZ @15786 NONAME ?CreateObject@H501_AccessRejectionReason@@UAEHXZ @24856 NONAME ?CreateObject@H501_AccessToken@@UAEHXZ @24857 NONAME ?CreateObject@H501_ArrayOf_AccessToken@@UBEPAVPASN_Object@@XZ @24858 NONAME ?CreateObject@H501_ArrayOf_AddressTemplate@@UBEPAVPASN_Object@@XZ @24859 NONAME ?CreateObject@H501_ArrayOf_AliasAddress@@UBEPAVPASN_Object@@XZ @24860 NONAME ?CreateObject@H501_ArrayOf_AlternatePE@@UBEPAVPASN_Object@@XZ @24861 NONAME ?CreateObject@H501_ArrayOf_CircuitIdentifier@@UBEPAVPASN_Object@@XZ @24862 NONAME ?CreateObject@H501_ArrayOf_ClearToken@@UBEPAVPASN_Object@@XZ @24863 NONAME ?CreateObject@H501_ArrayOf_ContactInformation@@UBEPAVPASN_Object@@XZ @24864 NONAME ?CreateObject@H501_ArrayOf_CryptoH323Token@@UBEPAVPASN_Object@@XZ @24865 NONAME ?CreateObject@H501_ArrayOf_Descriptor@@UBEPAVPASN_Object@@XZ @24866 NONAME ?CreateObject@H501_ArrayOf_DescriptorInfo@@UBEPAVPASN_Object@@XZ @24868 NONAME ?CreateObject@H501_ArrayOf_GenericData@@UBEPAVPASN_Object@@XZ @24869 NONAME ?CreateObject@H501_ArrayOf_GloballyUniqueID@@UBEPAVPASN_Object@@XZ @25547 NONAME ?CreateObject@H501_ArrayOf_NonStandardParameter@@UBEPAVPASN_Object@@XZ @24870 NONAME ?CreateObject@H501_ArrayOf_PASN_ObjectId@@UBEPAVPASN_Object@@XZ @24871 NONAME ?CreateObject@H501_ArrayOf_Pattern@@UBEPAVPASN_Object@@XZ @24872 NONAME ?CreateObject@H501_ArrayOf_PriceElement@@UBEPAVPASN_Object@@XZ @24873 NONAME ?CreateObject@H501_ArrayOf_PriceInfoSpec@@UBEPAVPASN_Object@@XZ @24874 NONAME ?CreateObject@H501_ArrayOf_RouteInformation@@UBEPAVPASN_Object@@XZ @24875 NONAME ?CreateObject@H501_ArrayOf_SecurityMode@@UBEPAVPASN_Object@@XZ @24876 NONAME ?CreateObject@H501_ArrayOf_ServiceControlSession@@UBEPAVPASN_Object@@XZ @24877 NONAME ?CreateObject@H501_ArrayOf_SupportedProtocols@@UBEPAVPASN_Object@@XZ @24878 NONAME ?CreateObject@H501_ArrayOf_TransportAddress@@UBEPAVPASN_Object@@XZ @24879 NONAME ?CreateObject@H501_ArrayOf_UpdateInformation@@UBEPAVPASN_Object@@XZ @24880 NONAME ?CreateObject@H501_ArrayOf_UsageField@@UBEPAVPASN_Object@@XZ @24881 NONAME ?CreateObject@H501_AuthenticationRejectionReason@@UAEHXZ @24882 NONAME ?CreateObject@H501_DescriptorIDRejectionReason@@UAEHXZ @24883 NONAME ?CreateObject@H501_DescriptorRejectionReason@@UAEHXZ @24884 NONAME ?CreateObject@H501_MessageBody@@UAEHXZ @24885 NONAME ?CreateObject@H501_NonStandardRejectionReason@@UAEHXZ @24886 NONAME ?CreateObject@H501_Pattern@@UAEHXZ @24887 NONAME ?CreateObject@H501_PriceElement_units@@UAEHXZ @24888 NONAME ?CreateObject@H501_Role@@UAEHXZ @24889 NONAME ?CreateObject@H501_RouteInformation_messageType@@UAEHXZ @24890 NONAME ?CreateObject@H501_ServiceRejectionReason@@UAEHXZ @24891 NONAME ?CreateObject@H501_ServiceReleaseReason@@UAEHXZ @24892 NONAME ?CreateObject@H501_UnknownMessageReason@@UAEHXZ @24893 NONAME ?CreateObject@H501_UpdateInformation_descriptorInfo@@UAEHXZ @24894 NONAME ?CreateObject@H501_UpdateInformation_updateType@@UAEHXZ @24895 NONAME ?CreateObject@H501_UsageCallStatus@@UAEHXZ @24896 NONAME ?CreateObject@H501_UsageIndicationRejectionReason@@UAEHXZ @24897 NONAME ?CreateObject@H501_UsageRejectReason@@UAEHXZ @24898 NONAME ?CreateObject@H501_ValidationRejectionReason@@UAEHXZ @24899 NONAME ?CreateObject@MCS_ArrayOf_ChannelAttributes@@UBEPAVPASN_Object@@XZ @6956 NONAME ?CreateObject@MCS_ArrayOf_ChannelId@@UBEPAVPASN_Object@@XZ @6957 NONAME ?CreateObject@MCS_ArrayOf_TokenAttributes@@UBEPAVPASN_Object@@XZ @6958 NONAME ?CreateObject@MCS_ArrayOf_TokenId@@UBEPAVPASN_Object@@XZ @6959 NONAME ?CreateObject@MCS_ArrayOf_UserId@@UBEPAVPASN_Object@@XZ @6960 NONAME ?CreateObject@MCS_ChannelAttributes@@UAEHXZ @6961 NONAME ?CreateObject@MCS_ConnectMCSPDU@@UAEHXZ @6962 NONAME ?CreateObject@MCS_DomainMCSPDU@@UAEHXZ @6963 NONAME ?CreateObject@MCS_TokenAttributes@@UAEHXZ @6964 NONAME ?CreateObject@T38_ArrayOf_PASN_OctetString@@UBEPAVPASN_Object@@XZ @18895 NONAME ?CreateObject@T38_Data_Field@@UBEPAVPASN_Object@@XZ @18896 NONAME ?CreateObject@T38_PreCorrigendum_Data_Field@@UBEPAVPASN_Object@@XZ @21480 NONAME ?CreateObject@T38_Type_of_msg@@UAEHXZ @18897 NONAME ?CreateObject@T38_UDPTLPacket_error_recovery@@UAEHXZ @18898 NONAME ?CreateObject@T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@UBEPAVPASN_Object@@XZ @18899 NONAME ?CreateObject@X880_Code@@UAEHXZ @14617 NONAME ?CreateObject@X880_Reject_problem@@UAEHXZ @14618 NONAME ?CreateObject@X880_ROS@@UAEHXZ @14619 NONAME ?CreatePeerElement@H323GatekeeperServer@@QAEXABVH323TransportAddress@@@Z @26178 NONAME ?CreateRealTimeLogicalChannel@H323Connection@@UAEPAVH323Channel@@ABVH323Capability@@W4Directions@2@IPBVH245_H2250LogicalChannelParameters@@PAVRTP_QOS@@@Z @26621 NONAME ?CreateRegisteredEndPoint@H323GatekeeperServer@@UAEPAVH323RegisteredEndPoint@@AAVH323GatekeeperRRQ@@@Z @20498 NONAME ?CreateRIP@H323GatekeeperRequest@@UBEPAVH323TransactionPDU@@II@Z @26086 NONAME ?CreateRIP@H501Transaction@@UBEPAVH323TransactionPDU@@II@Z @26087 NONAME ?CreateServiceControlSession@H323EndPoint@@UAEPAVH323ServiceControlSession@@ABVH225_ServiceControlDescriptor@@@Z @22829 NONAME ?CreateServiceRelationship@H323PeerElement@@MAEPAVH323PeerElementServiceRelationship@@XZ @26088 NONAME ?CreateT120ProtocolHandler@H323Connection@@UAEPAVOpalT120Protocol@@XZ @20534 NONAME ?CreateT120ProtocolHandler@H323EndPoint@@UBEPAVOpalT120Protocol@@ABVH323Connection@@@Z @19858 NONAME ?CreateT38ProtocolHandler@H323Connection@@UAEPAVOpalT38Protocol@@XZ @20535 NONAME ?CreateT38ProtocolHandler@H323EndPoint@@UBEPAVOpalT38Protocol@@ABVH323Connection@@@Z @19860 NONAME ?CreateTransactionPDU@H225_RAS@@UBEPAVH323TransactionPDU@@XZ @25874 NONAME ?CreateTransactionPDU@H323_AnnexG@@UBEPAVH323TransactionPDU@@XZ @25915 NONAME ?CreateTransport@H323DataChannel@@UAEHXZ @18902 NONAME ?CreateTransport@H323TransportAddress@@QBEPAVH323Transport@@AAVH323EndPoint@@@Z @12635 NONAME ?CreateTransport@H323_T38Channel@@UAEHXZ @19088 NONAME ?crinit@Pre_Vid_Coder@@IAEXXZ @6965 NONAME ?dcfill@@YAXHPAEH@Z @6966 NONAME ?dcsum2@@YAXHPAE0H@Z @6967 NONAME ?dcsum@@YAXHPAE0H@Z @6968 NONAME ?dct_decimate@@YAXPBF0PAF@Z @6969 NONAME ?deallocate@?$allocator@ULookupRecord@@@std@@QAEXPAULookupRecord@@I@Z @44995 NONAME ?deallocate@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@@std@@QAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@I@Z @44354 NONAME ?deallocate@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@I@Z @44996 NONAME ?deallocate@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@I@Z @44088 NONAME ?deallocate@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@I@Z @44089 NONAME ?deallocate@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@I@Z @44655 NONAME ?deallocate@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@I@Z @44090 NONAME ?Decode@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UAEHAAVPASN_Stream@@@Z @18578 NONAME ?Decode@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UAEHAAVPASN_Stream@@@Z @18579 NONAME ?Decode@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UAEHAAVPASN_Stream@@@Z @18580 NONAME ?Decode@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UAEHAAVPASN_Stream@@@Z @18581 NONAME ?Decode@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UAEHAAVPASN_Stream@@@Z @18582 NONAME ?Decode@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UAEHAAVPASN_Stream@@@Z @18583 NONAME ?Decode@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UAEHAAVPASN_Stream@@@Z @18584 NONAME ?Decode@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UAEHAAVPASN_Stream@@@Z @18585 NONAME ?Decode@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UAEHAAVPASN_Stream@@@Z @18586 NONAME ?Decode@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UAEHAAVPASN_Stream@@@Z @18587 NONAME ?Decode@GCC_ApplicationInvokeIndication@@UAEHAAVPASN_Stream@@@Z @6980 NONAME ?Decode@GCC_ApplicationInvokeSpecifier@@UAEHAAVPASN_Stream@@@Z @6981 NONAME ?Decode@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UAEHAAVPASN_Stream@@@Z @6982 NONAME ?Decode@GCC_ApplicationRecord@@UAEHAAVPASN_Stream@@@Z @6983 NONAME ?Decode@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UAEHAAVPASN_Stream@@@Z @6984 NONAME ?Decode@GCC_ChallengeItem@@UAEHAAVPASN_Stream@@@Z @6985 NONAME ?Decode@GCC_ChallengeRequest@@UAEHAAVPASN_Stream@@@Z @6986 NONAME ?Decode@GCC_ChallengeResponse@@UAEHAAVPASN_Stream@@@Z @6987 NONAME ?Decode@GCC_ConductorAssignIndication@@UAEHAAVPASN_Stream@@@Z @6988 NONAME ?Decode@GCC_ConductorPermissionAskIndication@@UAEHAAVPASN_Stream@@@Z @6989 NONAME ?Decode@GCC_ConductorPermissionGrantIndication@@UAEHAAVPASN_Stream@@@Z @6990 NONAME ?Decode@GCC_ConductorReleaseIndication@@UAEHAAVPASN_Stream@@@Z @6991 NONAME ?Decode@GCC_ConferenceAddRequest@@UAEHAAVPASN_Stream@@@Z @6992 NONAME ?Decode@GCC_ConferenceAddResponse@@UAEHAAVPASN_Stream@@@Z @6993 NONAME ?Decode@GCC_ConferenceAssistanceIndication@@UAEHAAVPASN_Stream@@@Z @6994 NONAME ?Decode@GCC_ConferenceCreateRequest@@UAEHAAVPASN_Stream@@@Z @6995 NONAME ?Decode@GCC_ConferenceCreateResponse@@UAEHAAVPASN_Stream@@@Z @6996 NONAME ?Decode@GCC_ConferenceDescriptor@@UAEHAAVPASN_Stream@@@Z @6997 NONAME ?Decode@GCC_ConferenceEjectUserIndication@@UAEHAAVPASN_Stream@@@Z @6998 NONAME ?Decode@GCC_ConferenceEjectUserRequest@@UAEHAAVPASN_Stream@@@Z @6999 NONAME ?Decode@GCC_ConferenceEjectUserResponse@@UAEHAAVPASN_Stream@@@Z @7000 NONAME ?Decode@GCC_ConferenceInviteRequest@@UAEHAAVPASN_Stream@@@Z @7001 NONAME ?Decode@GCC_ConferenceInviteResponse@@UAEHAAVPASN_Stream@@@Z @7002 NONAME ?Decode@GCC_ConferenceJoinRequest@@UAEHAAVPASN_Stream@@@Z @7003 NONAME ?Decode@GCC_ConferenceJoinResponse@@UAEHAAVPASN_Stream@@@Z @7004 NONAME ?Decode@GCC_ConferenceLockIndication@@UAEHAAVPASN_Stream@@@Z @7005 NONAME ?Decode@GCC_ConferenceLockRequest@@UAEHAAVPASN_Stream@@@Z @7006 NONAME ?Decode@GCC_ConferenceLockResponse@@UAEHAAVPASN_Stream@@@Z @7007 NONAME ?Decode@GCC_ConferenceName@@UAEHAAVPASN_Stream@@@Z @7008 NONAME ?Decode@GCC_ConferencePriority@@UAEHAAVPASN_Stream@@@Z @7009 NONAME ?Decode@GCC_ConferenceQueryRequest@@UAEHAAVPASN_Stream@@@Z @7010 NONAME ?Decode@GCC_ConferenceQueryResponse@@UAEHAAVPASN_Stream@@@Z @7011 NONAME ?Decode@GCC_ConferenceTerminateIndication@@UAEHAAVPASN_Stream@@@Z @7012 NONAME ?Decode@GCC_ConferenceTerminateRequest@@UAEHAAVPASN_Stream@@@Z @7013 NONAME ?Decode@GCC_ConferenceTerminateResponse@@UAEHAAVPASN_Stream@@@Z @7014 NONAME ?Decode@GCC_ConferenceTimeExtendIndication@@UAEHAAVPASN_Stream@@@Z @7015 NONAME ?Decode@GCC_ConferenceTimeInquireIndication@@UAEHAAVPASN_Stream@@@Z @7016 NONAME ?Decode@GCC_ConferenceTimeRemainingIndication@@UAEHAAVPASN_Stream@@@Z @7017 NONAME ?Decode@GCC_ConferenceTransferIndication@@UAEHAAVPASN_Stream@@@Z @7018 NONAME ?Decode@GCC_ConferenceTransferRequest@@UAEHAAVPASN_Stream@@@Z @7019 NONAME ?Decode@GCC_ConferenceTransferResponse@@UAEHAAVPASN_Stream@@@Z @7020 NONAME ?Decode@GCC_ConferenceUnlockIndication@@UAEHAAVPASN_Stream@@@Z @7021 NONAME ?Decode@GCC_ConferenceUnlockRequest@@UAEHAAVPASN_Stream@@@Z @7022 NONAME ?Decode@GCC_ConferenceUnlockResponse@@UAEHAAVPASN_Stream@@@Z @7023 NONAME ?Decode@GCC_ConnectData@@UAEHAAVPASN_Stream@@@Z @7024 NONAME ?Decode@GCC_FunctionNotSupportedResponse@@UAEHAAVPASN_Stream@@@Z @7025 NONAME ?Decode@GCC_NetworkAddress_subtype_aggregatedChannel@@UAEHAAVPASN_Stream@@@Z @7026 NONAME ?Decode@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UAEHAAVPASN_Stream@@@Z @7027 NONAME ?Decode@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UAEHAAVPASN_Stream@@@Z @7028 NONAME ?Decode@GCC_NetworkAddress_subtype_transportConnection@@UAEHAAVPASN_Stream@@@Z @7029 NONAME ?Decode@GCC_NodeProperties@@UAEHAAVPASN_Stream@@@Z @7030 NONAME ?Decode@GCC_NodeRecord@@UAEHAAVPASN_Stream@@@Z @7031 NONAME ?Decode@GCC_NonStandardParameter@@UAEHAAVPASN_Stream@@@Z @7032 NONAME ?Decode@GCC_NonStandardPDU@@UAEHAAVPASN_Stream@@@Z @7033 NONAME ?Decode@GCC_Password@@UAEHAAVPASN_Stream@@@Z @7034 NONAME ?Decode@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UAEHAAVPASN_Stream@@@Z @7035 NONAME ?Decode@GCC_RegistryAllocateHandleRequest@@UAEHAAVPASN_Stream@@@Z @7036 NONAME ?Decode@GCC_RegistryAllocateHandleResponse@@UAEHAAVPASN_Stream@@@Z @7037 NONAME ?Decode@GCC_RegistryAssignTokenRequest@@UAEHAAVPASN_Stream@@@Z @7038 NONAME ?Decode@GCC_RegistryDeleteEntryRequest@@UAEHAAVPASN_Stream@@@Z @7039 NONAME ?Decode@GCC_RegistryEntryOwner_owned@@UAEHAAVPASN_Stream@@@Z @7040 NONAME ?Decode@GCC_RegistryKey@@UAEHAAVPASN_Stream@@@Z @7041 NONAME ?Decode@GCC_RegistryMonitorEntryIndication@@UAEHAAVPASN_Stream@@@Z @7042 NONAME ?Decode@GCC_RegistryMonitorEntryRequest@@UAEHAAVPASN_Stream@@@Z @7043 NONAME ?Decode@GCC_RegistryRegisterChannelRequest@@UAEHAAVPASN_Stream@@@Z @7044 NONAME ?Decode@GCC_RegistryResponse@@UAEHAAVPASN_Stream@@@Z @7045 NONAME ?Decode@GCC_RegistryRetrieveEntryRequest@@UAEHAAVPASN_Stream@@@Z @7046 NONAME ?Decode@GCC_RegistrySetParameterRequest@@UAEHAAVPASN_Stream@@@Z @7047 NONAME ?Decode@GCC_RosterUpdateIndication@@UAEHAAVPASN_Stream@@@Z @7048 NONAME ?Decode@GCC_RosterUpdateIndication_applicationInformation_subtype@@UAEHAAVPASN_Stream@@@Z @7049 NONAME ?Decode@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UAEHAAVPASN_Stream@@@Z @7050 NONAME ?Decode@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UAEHAAVPASN_Stream@@@Z @7051 NONAME ?Decode@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UAEHAAVPASN_Stream@@@Z @7052 NONAME ?Decode@GCC_RosterUpdateIndication_nodeInformation@@UAEHAAVPASN_Stream@@@Z @7053 NONAME ?Decode@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UAEHAAVPASN_Stream@@@Z @7054 NONAME ?Decode@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UAEHAAVPASN_Stream@@@Z @7055 NONAME ?Decode@GCC_SessionKey@@UAEHAAVPASN_Stream@@@Z @7056 NONAME ?Decode@GCC_TextMessageIndication@@UAEHAAVPASN_Stream@@@Z @7057 NONAME ?Decode@GCC_UserData_subtype@@UAEHAAVPASN_Stream@@@Z @7058 NONAME ?Decode@GCC_UserIDIndication@@UAEHAAVPASN_Stream@@@Z @7059 NONAME ?Decode@H225_AddressPattern_range@@UAEHAAVPASN_Stream@@@Z @17629 NONAME ?Decode@H225_AdmissionConfirm@@UAEHAAVPASN_Stream@@@Z @7060 NONAME ?Decode@H225_AdmissionReject@@UAEHAAVPASN_Stream@@@Z @7061 NONAME ?Decode@H225_AdmissionRequest@@UAEHAAVPASN_Stream@@@Z @7062 NONAME ?Decode@H225_Alerting_UUIE@@UAEHAAVPASN_Stream@@@Z @7063 NONAME ?Decode@H225_AlternateGK@@UAEHAAVPASN_Stream@@@Z @7064 NONAME ?Decode@H225_AlternateTransportAddresses@@UAEHAAVPASN_Stream@@@Z @17630 NONAME ?Decode@H225_AltGKInfo@@UAEHAAVPASN_Stream@@@Z @7065 NONAME ?Decode@H225_ANSI_41_UIM@@UAEHAAVPASN_Stream@@@Z @17631 NONAME ?Decode@H225_BandwidthConfirm@@UAEHAAVPASN_Stream@@@Z @7066 NONAME ?Decode@H225_BandwidthDetails@@UAEHAAVPASN_Stream@@@Z @17632 NONAME ?Decode@H225_BandwidthReject@@UAEHAAVPASN_Stream@@@Z @7067 NONAME ?Decode@H225_BandwidthRequest@@UAEHAAVPASN_Stream@@@Z @7068 NONAME ?Decode@H225_CallCapacity@@UAEHAAVPASN_Stream@@@Z @17633 NONAME ?Decode@H225_CallCapacityInfo@@UAEHAAVPASN_Stream@@@Z @17634 NONAME ?Decode@H225_CallCreditCapability@@UAEHAAVPASN_Stream@@@Z @17635 NONAME ?Decode@H225_CallCreditServiceControl@@UAEHAAVPASN_Stream@@@Z @17636 NONAME ?Decode@H225_CallIdentifier@@UAEHAAVPASN_Stream@@@Z @7069 NONAME ?Decode@H225_CallLinkage@@UAEHAAVPASN_Stream@@@Z @17637 NONAME ?Decode@H225_CallProceeding_UUIE@@UAEHAAVPASN_Stream@@@Z @7070 NONAME ?Decode@H225_CallsAvailable@@UAEHAAVPASN_Stream@@@Z @17638 NONAME ?Decode@H225_CapacityReportingCapability@@UAEHAAVPASN_Stream@@@Z @17639 NONAME ?Decode@H225_CapacityReportingSpecification@@UAEHAAVPASN_Stream@@@Z @17640 NONAME ?Decode@H225_CapacityReportingSpecification_when@@UAEHAAVPASN_Stream@@@Z @17641 NONAME ?Decode@H225_CarrierInfo@@UAEHAAVPASN_Stream@@@Z @27064 NONAME ?Decode@H225_CicInfo@@UAEHAAVPASN_Stream@@@Z @17642 NONAME ?Decode@H225_CircuitIdentifier@@UAEHAAVPASN_Stream@@@Z @26671 NONAME ?Decode@H225_CircuitInfo@@UAEHAAVPASN_Stream@@@Z @17643 NONAME ?Decode@H225_ConferenceList@@UAEHAAVPASN_Stream@@@Z @7071 NONAME ?Decode@H225_Connect_UUIE@@UAEHAAVPASN_Stream@@@Z @7072 NONAME ?Decode@H225_CryptoH323Token_cryptoEPPwdHash@@UAEHAAVPASN_Stream@@@Z @7073 NONAME ?Decode@H225_CryptoH323Token_cryptoGKPwdHash@@UAEHAAVPASN_Stream@@@Z @7074 NONAME ?Decode@H225_DataRate@@UAEHAAVPASN_Stream@@@Z @7075 NONAME ?Decode@H225_DisengageConfirm@@UAEHAAVPASN_Stream@@@Z @7076 NONAME ?Decode@H225_DisengageReject@@UAEHAAVPASN_Stream@@@Z @7077 NONAME ?Decode@H225_DisengageRequest@@UAEHAAVPASN_Stream@@@Z @7078 NONAME ?Decode@H225_Endpoint@@UAEHAAVPASN_Stream@@@Z @7079 NONAME ?Decode@H225_EndpointType@@UAEHAAVPASN_Stream@@@Z @7080 NONAME ?Decode@H225_EnumeratedParameter@@UAEHAAVPASN_Stream@@@Z @17644 NONAME ?Decode@H225_ExtendedAliasAddress@@UAEHAAVPASN_Stream@@@Z @17645 NONAME ?Decode@H225_Facility_UUIE@@UAEHAAVPASN_Stream@@@Z @7081 NONAME ?Decode@H225_FeatureSet@@UAEHAAVPASN_Stream@@@Z @17646 NONAME ?Decode@H225_GatekeeperConfirm@@UAEHAAVPASN_Stream@@@Z @7082 NONAME ?Decode@H225_GatekeeperInfo@@UAEHAAVPASN_Stream@@@Z @7083 NONAME ?Decode@H225_GatekeeperReject@@UAEHAAVPASN_Stream@@@Z @7084 NONAME ?Decode@H225_GatekeeperRequest@@UAEHAAVPASN_Stream@@@Z @7085 NONAME ?Decode@H225_GatewayInfo@@UAEHAAVPASN_Stream@@@Z @7086 NONAME ?Decode@H225_GenericData@@UAEHAAVPASN_Stream@@@Z @17647 NONAME ?Decode@H225_GroupID@@UAEHAAVPASN_Stream@@@Z @17648 NONAME ?Decode@H225_GSM_UIM@@UAEHAAVPASN_Stream@@@Z @17649 NONAME ?Decode@H225_H221NonStandard@@UAEHAAVPASN_Stream@@@Z @7087 NONAME ?Decode@H225_H310Caps@@UAEHAAVPASN_Stream@@@Z @7088 NONAME ?Decode@H225_H320Caps@@UAEHAAVPASN_Stream@@@Z @7089 NONAME ?Decode@H225_H321Caps@@UAEHAAVPASN_Stream@@@Z @7090 NONAME ?Decode@H225_H322Caps@@UAEHAAVPASN_Stream@@@Z @7091 NONAME ?Decode@H225_H323Caps@@UAEHAAVPASN_Stream@@@Z @7092 NONAME ?Decode@H225_H323_UserInformation@@UAEHAAVPASN_Stream@@@Z @7093 NONAME ?Decode@H225_H323_UserInformation_user_data@@UAEHAAVPASN_Stream@@@Z @7094 NONAME ?Decode@H225_H323_UU_PDU@@UAEHAAVPASN_Stream@@@Z @7095 NONAME ?Decode@H225_H323_UU_PDU_tunnelledSignallingMessage@@UAEHAAVPASN_Stream@@@Z @17650 NONAME ?Decode@H225_H324Caps@@UAEHAAVPASN_Stream@@@Z @7096 NONAME ?Decode@H225_ICV@@UAEHAAVPASN_Stream@@@Z @7097 NONAME ?Decode@H225_InfoRequest@@UAEHAAVPASN_Stream@@@Z @7098 NONAME ?Decode@H225_InfoRequestAck@@UAEHAAVPASN_Stream@@@Z @7099 NONAME ?Decode@H225_InfoRequestNak@@UAEHAAVPASN_Stream@@@Z @7100 NONAME ?Decode@H225_InfoRequestResponse@@UAEHAAVPASN_Stream@@@Z @7101 NONAME ?Decode@H225_InfoRequestResponse_perCallInfo_subtype@@UAEHAAVPASN_Stream@@@Z @7102 NONAME ?Decode@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UAEHAAVPASN_Stream@@@Z @7103 NONAME ?Decode@H225_Information_UUIE@@UAEHAAVPASN_Stream@@@Z @7104 NONAME ?Decode@H225_LocationConfirm@@UAEHAAVPASN_Stream@@@Z @7105 NONAME ?Decode@H225_LocationReject@@UAEHAAVPASN_Stream@@@Z @7106 NONAME ?Decode@H225_LocationRequest@@UAEHAAVPASN_Stream@@@Z @7107 NONAME ?Decode@H225_McuInfo@@UAEHAAVPASN_Stream@@@Z @7108 NONAME ?Decode@H225_NonStandardMessage@@UAEHAAVPASN_Stream@@@Z @7109 NONAME ?Decode@H225_NonStandardParameter@@UAEHAAVPASN_Stream@@@Z @7110 NONAME ?Decode@H225_NonStandardProtocol@@UAEHAAVPASN_Stream@@@Z @7111 NONAME ?Decode@H225_Notify_UUIE@@UAEHAAVPASN_Stream@@@Z @17651 NONAME ?Decode@H225_PrivatePartyNumber@@UAEHAAVPASN_Stream@@@Z @7112 NONAME ?Decode@H225_Progress_UUIE@@UAEHAAVPASN_Stream@@@Z @7113 NONAME ?Decode@H225_PublicPartyNumber@@UAEHAAVPASN_Stream@@@Z @7114 NONAME ?Decode@H225_Q954Details@@UAEHAAVPASN_Stream@@@Z @7115 NONAME ?Decode@H225_QseriesOptions@@UAEHAAVPASN_Stream@@@Z @7116 NONAME ?Decode@H225_RasUsageInformation@@UAEHAAVPASN_Stream@@@Z @17652 NONAME ?Decode@H225_RasUsageInfoTypes@@UAEHAAVPASN_Stream@@@Z @17653 NONAME ?Decode@H225_RasUsageSpecification@@UAEHAAVPASN_Stream@@@Z @17654 NONAME ?Decode@H225_RasUsageSpecification_callStartingPoint@@UAEHAAVPASN_Stream@@@Z @17655 NONAME ?Decode@H225_RasUsageSpecification_when@@UAEHAAVPASN_Stream@@@Z @17656 NONAME ?Decode@H225_RegistrationConfirm@@UAEHAAVPASN_Stream@@@Z @7117 NONAME ?Decode@H225_RegistrationConfirm_preGrantedARQ@@UAEHAAVPASN_Stream@@@Z @7118 NONAME ?Decode@H225_RegistrationReject@@UAEHAAVPASN_Stream@@@Z @7119 NONAME ?Decode@H225_RegistrationRejectReason_invalidTerminalAliases@@UAEHAAVPASN_Stream@@@Z @17657 NONAME ?Decode@H225_RegistrationRequest@@UAEHAAVPASN_Stream@@@Z @7120 NONAME ?Decode@H225_ReleaseComplete_UUIE@@UAEHAAVPASN_Stream@@@Z @7121 NONAME ?Decode@H225_RequestInProgress@@UAEHAAVPASN_Stream@@@Z @7122 NONAME ?Decode@H225_ResourcesAvailableConfirm@@UAEHAAVPASN_Stream@@@Z @7123 NONAME ?Decode@H225_ResourcesAvailableIndicate@@UAEHAAVPASN_Stream@@@Z @7124 NONAME ?Decode@H225_RTPSession@@UAEHAAVPASN_Stream@@@Z @7125 NONAME ?Decode@H225_SecurityCapabilities@@UAEHAAVPASN_Stream@@@Z @7126 NONAME ?Decode@H225_ServiceControlIndication@@UAEHAAVPASN_Stream@@@Z @17658 NONAME ?Decode@H225_ServiceControlIndication_callSpecific@@UAEHAAVPASN_Stream@@@Z @17659 NONAME ?Decode@H225_ServiceControlResponse@@UAEHAAVPASN_Stream@@@Z @17660 NONAME ?Decode@H225_ServiceControlSession@@UAEHAAVPASN_Stream@@@Z @17661 NONAME ?Decode@H225_SetupAcknowledge_UUIE@@UAEHAAVPASN_Stream@@@Z @17662 NONAME ?Decode@H225_Setup_UUIE@@UAEHAAVPASN_Stream@@@Z @7127 NONAME ?Decode@H225_Setup_UUIE_connectionParameters@@UAEHAAVPASN_Stream@@@Z @17663 NONAME ?Decode@H225_SIPCaps@@UAEHAAVPASN_Stream@@@Z @27065 NONAME ?Decode@H225_StatusInquiry_UUIE@@UAEHAAVPASN_Stream@@@Z @17664 NONAME ?Decode@H225_Status_UUIE@@UAEHAAVPASN_Stream@@@Z @17665 NONAME ?Decode@H225_StimulusControl@@UAEHAAVPASN_Stream@@@Z @17666 NONAME ?Decode@H225_SupportedPrefix@@UAEHAAVPASN_Stream@@@Z @7128 NONAME ?Decode@H225_T120OnlyCaps@@UAEHAAVPASN_Stream@@@Z @7129 NONAME ?Decode@H225_T38FaxAnnexbOnlyCaps@@UAEHAAVPASN_Stream@@@Z @17667 NONAME ?Decode@H225_TerminalInfo@@UAEHAAVPASN_Stream@@@Z @7130 NONAME ?Decode@H225_TransportAddress_ip6Address@@UAEHAAVPASN_Stream@@@Z @7131 NONAME ?Decode@H225_TransportAddress_ipAddress@@UAEHAAVPASN_Stream@@@Z @7132 NONAME ?Decode@H225_TransportAddress_ipSourceRoute@@UAEHAAVPASN_Stream@@@Z @7133 NONAME ?Decode@H225_TransportAddress_ipxAddress@@UAEHAAVPASN_Stream@@@Z @7134 NONAME ?Decode@H225_TransportChannelInfo@@UAEHAAVPASN_Stream@@@Z @7135 NONAME ?Decode@H225_TunnelledProtocol@@UAEHAAVPASN_Stream@@@Z @17668 NONAME ?Decode@H225_TunnelledProtocolAlternateIdentifier@@UAEHAAVPASN_Stream@@@Z @17669 NONAME ?Decode@H225_UnknownMessageResponse@@UAEHAAVPASN_Stream@@@Z @7136 NONAME ?Decode@H225_UnregistrationConfirm@@UAEHAAVPASN_Stream@@@Z @7137 NONAME ?Decode@H225_UnregistrationReject@@UAEHAAVPASN_Stream@@@Z @7138 NONAME ?Decode@H225_UnregistrationRequest@@UAEHAAVPASN_Stream@@@Z @7139 NONAME ?Decode@H225_UUIEsRequested@@UAEHAAVPASN_Stream@@@Z @7140 NONAME ?Decode@H225_VendorIdentifier@@UAEHAAVPASN_Stream@@@Z @7141 NONAME ?Decode@H225_VoiceCaps@@UAEHAAVPASN_Stream@@@Z @7142 NONAME ?Decode@H235_ClearToken@@UAEHAAVPASN_Stream@@@Z @7143 NONAME ?Decode@H235_CryptoToken_cryptoEncryptedToken@@UAEHAAVPASN_Stream@@@Z @7144 NONAME ?Decode@H235_CryptoToken_cryptoHashedToken@@UAEHAAVPASN_Stream@@@Z @7145 NONAME ?Decode@H235_CryptoToken_cryptoSignedToken@@UAEHAAVPASN_Stream@@@Z @7146 NONAME ?Decode@H235_DHset@@UAEHAAVPASN_Stream@@@Z @7147 NONAME ?Decode@H235_ECGDSASignature@@UAEHAAVPASN_Stream@@@Z @27066 NONAME ?Decode@H235_ECKASDH_eckasdh2@@UAEHAAVPASN_Stream@@@Z @19252 NONAME ?Decode@H235_ECKASDH_eckasdhp@@UAEHAAVPASN_Stream@@@Z @19253 NONAME ?Decode@H235_ECpoint@@UAEHAAVPASN_Stream@@@Z @27067 NONAME ?Decode@H235_H235CertificateSignature@@UAEHAAVPASN_Stream@@@Z @7148 NONAME ?Decode@H235_KeySignedMaterial@@UAEHAAVPASN_Stream@@@Z @7149 NONAME ?Decode@H235_KeySyncMaterial@@UAEHAAVPASN_Stream@@@Z @7150 NONAME ?Decode@H235_NonStandardParameter@@UAEHAAVPASN_Stream@@@Z @7151 NONAME ?Decode@H235_Params@@UAEHAAVPASN_Stream@@@Z @7152 NONAME ?Decode@H235_ReturnSig@@UAEHAAVPASN_Stream@@@Z @7153 NONAME ?Decode@H235_TypedCertificate@@UAEHAAVPASN_Stream@@@Z @7154 NONAME ?Decode@H235_V3KeySyncMaterial@@UAEHAAVPASN_Stream@@@Z @27068 NONAME ?Decode@H245_ATMParameters@@UAEHAAVPASN_Stream@@@Z @7155 NONAME ?Decode@H245_AudioCapability_g7231@@UAEHAAVPASN_Stream@@@Z @7156 NONAME ?Decode@H245_AudioTelephonyEventCapability@@UAEHAAVPASN_Stream@@@Z @17670 NONAME ?Decode@H245_AudioToneCapability@@UAEHAAVPASN_Stream@@@Z @17671 NONAME ?Decode@H245_AuthenticationCapability@@UAEHAAVPASN_Stream@@@Z @7157 NONAME ?Decode@H245_BEnhancementParameters@@UAEHAAVPASN_Stream@@@Z @7158 NONAME ?Decode@H245_CapabilityDescriptor@@UAEHAAVPASN_Stream@@@Z @7159 NONAME ?Decode@H245_CapabilityTableEntry@@UAEHAAVPASN_Stream@@@Z @7160 NONAME ?Decode@H245_Capability_h233EncryptionReceiveCapability@@UAEHAAVPASN_Stream@@@Z @7161 NONAME ?Decode@H245_CloseLogicalChannel@@UAEHAAVPASN_Stream@@@Z @7162 NONAME ?Decode@H245_CloseLogicalChannelAck@@UAEHAAVPASN_Stream@@@Z @7163 NONAME ?Decode@H245_CommunicationModeCommand@@UAEHAAVPASN_Stream@@@Z @7164 NONAME ?Decode@H245_CommunicationModeRequest@@UAEHAAVPASN_Stream@@@Z @7165 NONAME ?Decode@H245_CommunicationModeTableEntry@@UAEHAAVPASN_Stream@@@Z @7166 NONAME ?Decode@H245_ConferenceCapability@@UAEHAAVPASN_Stream@@@Z @7167 NONAME ?Decode@H245_ConferenceRequest_requestTerminalCertificate@@UAEHAAVPASN_Stream@@@Z @7168 NONAME ?Decode@H245_ConferenceResponse_chairTokenOwnerResponse@@UAEHAAVPASN_Stream@@@Z @7169 NONAME ?Decode@H245_ConferenceResponse_conferenceIDResponse@@UAEHAAVPASN_Stream@@@Z @7170 NONAME ?Decode@H245_ConferenceResponse_extensionAddressResponse@@UAEHAAVPASN_Stream@@@Z @7171 NONAME ?Decode@H245_ConferenceResponse_mCTerminalIDResponse@@UAEHAAVPASN_Stream@@@Z @7172 NONAME ?Decode@H245_ConferenceResponse_passwordResponse@@UAEHAAVPASN_Stream@@@Z @7173 NONAME ?Decode@H245_ConferenceResponse_terminalCertificateResponse@@UAEHAAVPASN_Stream@@@Z @7174 NONAME ?Decode@H245_ConferenceResponse_terminalIDResponse@@UAEHAAVPASN_Stream@@@Z @7175 NONAME ?Decode@H245_ConnectionIdentifier@@UAEHAAVPASN_Stream@@@Z @17672 NONAME ?Decode@H245_Criteria@@UAEHAAVPASN_Stream@@@Z @7176 NONAME ?Decode@H245_CustomPictureClockFrequency@@UAEHAAVPASN_Stream@@@Z @7177 NONAME ?Decode@H245_CustomPictureFormat@@UAEHAAVPASN_Stream@@@Z @7178 NONAME ?Decode@H245_CustomPictureFormat_mPI@@UAEHAAVPASN_Stream@@@Z @7179 NONAME ?Decode@H245_CustomPictureFormat_mPI_customPCF_subtype@@UAEHAAVPASN_Stream@@@Z @7180 NONAME ?Decode@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UAEHAAVPASN_Stream@@@Z @7181 NONAME ?Decode@H245_DataApplicationCapability@@UAEHAAVPASN_Stream@@@Z @7182 NONAME ?Decode@H245_DataApplicationCapability_application_nlpid@@UAEHAAVPASN_Stream@@@Z @7183 NONAME ?Decode@H245_DataApplicationCapability_application_t38fax@@UAEHAAVPASN_Stream@@@Z @17673 NONAME ?Decode@H245_DataApplicationCapability_application_t84@@UAEHAAVPASN_Stream@@@Z @7184 NONAME ?Decode@H245_DataMode@@UAEHAAVPASN_Stream@@@Z @7185 NONAME ?Decode@H245_DataMode_application_nlpid@@UAEHAAVPASN_Stream@@@Z @7186 NONAME ?Decode@H245_DataMode_application_t38fax@@UAEHAAVPASN_Stream@@@Z @17674 NONAME ?Decode@H245_DepFECCapability_rfc2733@@UAEHAAVPASN_Stream@@@Z @45781 NONAME ?Decode@H245_DepFECCapability_rfc2733_separateStream@@UAEHAAVPASN_Stream@@@Z @45782 NONAME ?Decode@H245_DepFECData_rfc2733@@UAEHAAVPASN_Stream@@@Z @45783 NONAME ?Decode@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UAEHAAVPASN_Stream@@@Z @45784 NONAME ?Decode@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UAEHAAVPASN_Stream@@@Z @45785 NONAME ?Decode@H245_DepFECMode_rfc2733Mode@@UAEHAAVPASN_Stream@@@Z @45786 NONAME ?Decode@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UAEHAAVPASN_Stream@@@Z @45787 NONAME ?Decode@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UAEHAAVPASN_Stream@@@Z @45788 NONAME ?Decode@H245_DialingInformationNumber@@UAEHAAVPASN_Stream@@@Z @17675 NONAME ?Decode@H245_EncryptionAuthenticationAndIntegrity@@UAEHAAVPASN_Stream@@@Z @7187 NONAME ?Decode@H245_EncryptionCommand_encryptionAlgorithmID@@UAEHAAVPASN_Stream@@@Z @7188 NONAME ?Decode@H245_EncryptionSync@@UAEHAAVPASN_Stream@@@Z @7189 NONAME ?Decode@H245_EncryptionUpdateRequest@@UAEHAAVPASN_Stream@@@Z @7190 NONAME ?Decode@H245_EnhancementLayerInfo@@UAEHAAVPASN_Stream@@@Z @7191 NONAME ?Decode@H245_EnhancementOptions@@UAEHAAVPASN_Stream@@@Z @7192 NONAME ?Decode@H245_EscrowData@@UAEHAAVPASN_Stream@@@Z @7193 NONAME ?Decode@H245_ExtendedVideoCapability@@UAEHAAVPASN_Stream@@@Z @45301 NONAME ?Decode@H245_FECCapability@@UAEHAAVPASN_Stream@@@Z @45789 NONAME ?Decode@H245_FECData_rfc2733@@UAEHAAVPASN_Stream@@@Z @27071 NONAME ?Decode@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UAEHAAVPASN_Stream@@@Z @45790 NONAME ?Decode@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UAEHAAVPASN_Stream@@@Z @45791 NONAME ?Decode@H245_FECMode@@UAEHAAVPASN_Stream@@@Z @45792 NONAME ?Decode@H245_FlowControlCommand@@UAEHAAVPASN_Stream@@@Z @7194 NONAME ?Decode@H245_FlowControlIndication@@UAEHAAVPASN_Stream@@@Z @17676 NONAME ?Decode@H245_FunctionNotSupported@@UAEHAAVPASN_Stream@@@Z @7195 NONAME ?Decode@H245_G7231AnnexCCapability@@UAEHAAVPASN_Stream@@@Z @7196 NONAME ?Decode@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UAEHAAVPASN_Stream@@@Z @7197 NONAME ?Decode@H245_G7231AnnexCMode@@UAEHAAVPASN_Stream@@@Z @7198 NONAME ?Decode@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UAEHAAVPASN_Stream@@@Z @7199 NONAME ?Decode@H245_G729Extensions@@UAEHAAVPASN_Stream@@@Z @17677 NONAME ?Decode@H245_GenericCapability@@UAEHAAVPASN_Stream@@@Z @17678 NONAME ?Decode@H245_GenericMessage@@UAEHAAVPASN_Stream@@@Z @45302 NONAME ?Decode@H245_GenericParameter@@UAEHAAVPASN_Stream@@@Z @17679 NONAME ?Decode@H245_GSMAudioCapability@@UAEHAAVPASN_Stream@@@Z @7200 NONAME ?Decode@H245_H222Capability@@UAEHAAVPASN_Stream@@@Z @7201 NONAME ?Decode@H245_H222LogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @7202 NONAME ?Decode@H245_H223AL1MParameters@@UAEHAAVPASN_Stream@@@Z @7203 NONAME ?Decode@H245_H223AL2MParameters@@UAEHAAVPASN_Stream@@@Z @7204 NONAME ?Decode@H245_H223AL3MParameters@@UAEHAAVPASN_Stream@@@Z @7205 NONAME ?Decode@H245_H223AnnexCArqParameters@@UAEHAAVPASN_Stream@@@Z @7206 NONAME ?Decode@H245_H223AnnexCCapability@@UAEHAAVPASN_Stream@@@Z @7207 NONAME ?Decode@H245_H223Capability@@UAEHAAVPASN_Stream@@@Z @7208 NONAME ?Decode@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UAEHAAVPASN_Stream@@@Z @7209 NONAME ?Decode@H245_H223Capability_mobileMultilinkFrameCapability@@UAEHAAVPASN_Stream@@@Z @17680 NONAME ?Decode@H245_H223Capability_mobileOperationTransmitCapability@@UAEHAAVPASN_Stream@@@Z @7210 NONAME ?Decode@H245_H223LogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @7211 NONAME ?Decode@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UAEHAAVPASN_Stream@@@Z @7212 NONAME ?Decode@H245_H223ModeParameters@@UAEHAAVPASN_Stream@@@Z @7213 NONAME ?Decode@H245_H223ModeParameters_adaptationLayerType_al3@@UAEHAAVPASN_Stream@@@Z @7214 NONAME ?Decode@H245_H223SkewIndication@@UAEHAAVPASN_Stream@@@Z @7215 NONAME ?Decode@H245_H2250Capability@@UAEHAAVPASN_Stream@@@Z @7216 NONAME ?Decode@H245_H2250Capability_mcCapability@@UAEHAAVPASN_Stream@@@Z @7217 NONAME ?Decode@H245_H2250LogicalChannelAckParameters@@UAEHAAVPASN_Stream@@@Z @7218 NONAME ?Decode@H245_H2250LogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @7219 NONAME ?Decode@H245_H2250MaximumSkewIndication@@UAEHAAVPASN_Stream@@@Z @7220 NONAME ?Decode@H245_H2250ModeParameters@@UAEHAAVPASN_Stream@@@Z @7221 NONAME ?Decode@H245_H235Media@@UAEHAAVPASN_Stream@@@Z @7222 NONAME ?Decode@H245_H235Mode@@UAEHAAVPASN_Stream@@@Z @7223 NONAME ?Decode@H245_H235SecurityCapability@@UAEHAAVPASN_Stream@@@Z @7224 NONAME ?Decode@H245_H261VideoCapability@@UAEHAAVPASN_Stream@@@Z @7225 NONAME ?Decode@H245_H261VideoMode@@UAEHAAVPASN_Stream@@@Z @7226 NONAME ?Decode@H245_H262VideoCapability@@UAEHAAVPASN_Stream@@@Z @7227 NONAME ?Decode@H245_H262VideoMode@@UAEHAAVPASN_Stream@@@Z @7228 NONAME ?Decode@H245_H263ModeComboFlags@@UAEHAAVPASN_Stream@@@Z @7229 NONAME ?Decode@H245_H263Options@@UAEHAAVPASN_Stream@@@Z @7230 NONAME ?Decode@H245_H263Version3Options@@UAEHAAVPASN_Stream@@@Z @17681 NONAME ?Decode@H245_H263VideoCapability@@UAEHAAVPASN_Stream@@@Z @7231 NONAME ?Decode@H245_H263VideoMode@@UAEHAAVPASN_Stream@@@Z @7232 NONAME ?Decode@H245_H263VideoModeCombos@@UAEHAAVPASN_Stream@@@Z @7233 NONAME ?Decode@H245_IntegrityCapability@@UAEHAAVPASN_Stream@@@Z @7234 NONAME ?Decode@H245_IS11172AudioCapability@@UAEHAAVPASN_Stream@@@Z @7235 NONAME ?Decode@H245_IS11172AudioMode@@UAEHAAVPASN_Stream@@@Z @7236 NONAME ?Decode@H245_IS11172VideoCapability@@UAEHAAVPASN_Stream@@@Z @7237 NONAME ?Decode@H245_IS11172VideoMode@@UAEHAAVPASN_Stream@@@Z @7238 NONAME ?Decode@H245_IS13818AudioCapability@@UAEHAAVPASN_Stream@@@Z @7239 NONAME ?Decode@H245_IS13818AudioMode@@UAEHAAVPASN_Stream@@@Z @7240 NONAME ?Decode@H245_JitterIndication@@UAEHAAVPASN_Stream@@@Z @7241 NONAME ?Decode@H245_KeyProtectionMethod@@UAEHAAVPASN_Stream@@@Z @7242 NONAME ?Decode@H245_LogicalChannelRateAcknowledge@@UAEHAAVPASN_Stream@@@Z @17682 NONAME ?Decode@H245_LogicalChannelRateReject@@UAEHAAVPASN_Stream@@@Z @17683 NONAME ?Decode@H245_LogicalChannelRateRelease@@UAEHAAVPASN_Stream@@@Z @17684 NONAME ?Decode@H245_LogicalChannelRateRequest@@UAEHAAVPASN_Stream@@@Z @17685 NONAME ?Decode@H245_MaintenanceLoopAck@@UAEHAAVPASN_Stream@@@Z @7243 NONAME ?Decode@H245_MaintenanceLoopOffCommand@@UAEHAAVPASN_Stream@@@Z @7244 NONAME ?Decode@H245_MaintenanceLoopReject@@UAEHAAVPASN_Stream@@@Z @7245 NONAME ?Decode@H245_MaintenanceLoopRequest@@UAEHAAVPASN_Stream@@@Z @7246 NONAME ?Decode@H245_MasterSlaveDetermination@@UAEHAAVPASN_Stream@@@Z @7247 NONAME ?Decode@H245_MasterSlaveDeterminationAck@@UAEHAAVPASN_Stream@@@Z @7248 NONAME ?Decode@H245_MasterSlaveDeterminationReject@@UAEHAAVPASN_Stream@@@Z @7249 NONAME ?Decode@H245_MasterSlaveDeterminationRelease@@UAEHAAVPASN_Stream@@@Z @7250 NONAME ?Decode@H245_MCLocationIndication@@UAEHAAVPASN_Stream@@@Z @7251 NONAME ?Decode@H245_MediaChannelCapability@@UAEHAAVPASN_Stream@@@Z @7252 NONAME ?Decode@H245_MediaDistributionCapability@@UAEHAAVPASN_Stream@@@Z @7253 NONAME ?Decode@H245_MediaPacketizationCapability@@UAEHAAVPASN_Stream@@@Z @7254 NONAME ?Decode@H245_MediaTransportType_atm_AAL5_compressed@@UAEHAAVPASN_Stream@@@Z @17686 NONAME ?Decode@H245_MiscellaneousCommand@@UAEHAAVPASN_Stream@@@Z @7255 NONAME ?Decode@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UAEHAAVPASN_Stream@@@Z @45303 NONAME ?Decode@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UAEHAAVPASN_Stream@@@Z @45304 NONAME ?Decode@H245_MiscellaneousCommand_type_lostPartialPicture@@UAEHAAVPASN_Stream@@@Z @17687 NONAME ?Decode@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UAEHAAVPASN_Stream@@@Z @7256 NONAME ?Decode@H245_MiscellaneousCommand_type_videoBadMBs@@UAEHAAVPASN_Stream@@@Z @17688 NONAME ?Decode@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UAEHAAVPASN_Stream@@@Z @7257 NONAME ?Decode@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UAEHAAVPASN_Stream@@@Z @7258 NONAME ?Decode@H245_MiscellaneousIndication@@UAEHAAVPASN_Stream@@@Z @7259 NONAME ?Decode@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UAEHAAVPASN_Stream@@@Z @7260 NONAME ?Decode@H245_MobileMultilinkReconfigurationCommand@@UAEHAAVPASN_Stream@@@Z @17689 NONAME ?Decode@H245_MobileMultilinkReconfigurationIndication@@UAEHAAVPASN_Stream@@@Z @17690 NONAME ?Decode@H245_ModeElement@@UAEHAAVPASN_Stream@@@Z @7261 NONAME ?Decode@H245_MulticastAddress_iP6Address@@UAEHAAVPASN_Stream@@@Z @7262 NONAME ?Decode@H245_MulticastAddress_iPAddress@@UAEHAAVPASN_Stream@@@Z @7263 NONAME ?Decode@H245_MultilinkIndication_crcDesired@@UAEHAAVPASN_Stream@@@Z @17691 NONAME ?Decode@H245_MultilinkIndication_excessiveError@@UAEHAAVPASN_Stream@@@Z @17692 NONAME ?Decode@H245_MultilinkRequest_addConnection@@UAEHAAVPASN_Stream@@@Z @17693 NONAME ?Decode@H245_MultilinkRequest_callInformation@@UAEHAAVPASN_Stream@@@Z @17694 NONAME ?Decode@H245_MultilinkRequest_maximumHeaderInterval@@UAEHAAVPASN_Stream@@@Z @17695 NONAME ?Decode@H245_MultilinkRequest_removeConnection@@UAEHAAVPASN_Stream@@@Z @17696 NONAME ?Decode@H245_MultilinkResponse_addConnection@@UAEHAAVPASN_Stream@@@Z @17697 NONAME ?Decode@H245_MultilinkResponse_callInformation@@UAEHAAVPASN_Stream@@@Z @17698 NONAME ?Decode@H245_MultilinkResponse_maximumHeaderInterval@@UAEHAAVPASN_Stream@@@Z @17699 NONAME ?Decode@H245_MultilinkResponse_removeConnection@@UAEHAAVPASN_Stream@@@Z @17700 NONAME ?Decode@H245_MultiplePayloadStream@@UAEHAAVPASN_Stream@@@Z @27077 NONAME ?Decode@H245_MultiplePayloadStreamCapability@@UAEHAAVPASN_Stream@@@Z @27078 NONAME ?Decode@H245_MultiplePayloadStreamElement@@UAEHAAVPASN_Stream@@@Z @27079 NONAME ?Decode@H245_MultiplePayloadStreamElementMode@@UAEHAAVPASN_Stream@@@Z @27080 NONAME ?Decode@H245_MultiplePayloadStreamMode@@UAEHAAVPASN_Stream@@@Z @27081 NONAME ?Decode@H245_MultiplexedStreamCapability@@UAEHAAVPASN_Stream@@@Z @17701 NONAME ?Decode@H245_MultiplexedStreamModeParameters@@UAEHAAVPASN_Stream@@@Z @17702 NONAME ?Decode@H245_MultiplexedStreamParameter@@UAEHAAVPASN_Stream@@@Z @17703 NONAME ?Decode@H245_MultiplexElement@@UAEHAAVPASN_Stream@@@Z @7264 NONAME ?Decode@H245_MultiplexEntryDescriptor@@UAEHAAVPASN_Stream@@@Z @7265 NONAME ?Decode@H245_MultiplexEntryRejectionDescriptions@@UAEHAAVPASN_Stream@@@Z @7266 NONAME ?Decode@H245_MultiplexEntrySend@@UAEHAAVPASN_Stream@@@Z @7267 NONAME ?Decode@H245_MultiplexEntrySendAck@@UAEHAAVPASN_Stream@@@Z @7268 NONAME ?Decode@H245_MultiplexEntrySendReject@@UAEHAAVPASN_Stream@@@Z @7269 NONAME ?Decode@H245_MultiplexEntrySendRelease@@UAEHAAVPASN_Stream@@@Z @7270 NONAME ?Decode@H245_MultipointCapability@@UAEHAAVPASN_Stream@@@Z @7271 NONAME ?Decode@H245_NetworkAccessParameters@@UAEHAAVPASN_Stream@@@Z @7272 NONAME ?Decode@H245_NewATMVCCommand@@UAEHAAVPASN_Stream@@@Z @17704 NONAME ?Decode@H245_NewATMVCCommand_aal_aal1@@UAEHAAVPASN_Stream@@@Z @17705 NONAME ?Decode@H245_NewATMVCCommand_aal_aal5@@UAEHAAVPASN_Stream@@@Z @17706 NONAME ?Decode@H245_NewATMVCCommand_reverseParameters@@UAEHAAVPASN_Stream@@@Z @17707 NONAME ?Decode@H245_NewATMVCIndication@@UAEHAAVPASN_Stream@@@Z @7273 NONAME ?Decode@H245_NewATMVCIndication_aal_aal1@@UAEHAAVPASN_Stream@@@Z @7274 NONAME ?Decode@H245_NewATMVCIndication_aal_aal5@@UAEHAAVPASN_Stream@@@Z @7275 NONAME ?Decode@H245_NewATMVCIndication_reverseParameters@@UAEHAAVPASN_Stream@@@Z @7276 NONAME ?Decode@H245_NonStandardIdentifier_h221NonStandard@@UAEHAAVPASN_Stream@@@Z @7277 NONAME ?Decode@H245_NonStandardMessage@@UAEHAAVPASN_Stream@@@Z @7278 NONAME ?Decode@H245_NonStandardParameter@@UAEHAAVPASN_Stream@@@Z @7279 NONAME ?Decode@H245_NoPTAudioTelephonyEventCapability@@UAEHAAVPASN_Stream@@@Z @27082 NONAME ?Decode@H245_NoPTAudioToneCapability@@UAEHAAVPASN_Stream@@@Z @27083 NONAME ?Decode@H245_OpenLogicalChannel@@UAEHAAVPASN_Stream@@@Z @7280 NONAME ?Decode@H245_OpenLogicalChannelAck@@UAEHAAVPASN_Stream@@@Z @7281 NONAME ?Decode@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @7282 NONAME ?Decode@H245_OpenLogicalChannelConfirm@@UAEHAAVPASN_Stream@@@Z @7283 NONAME ?Decode@H245_OpenLogicalChannelReject@@UAEHAAVPASN_Stream@@@Z @7284 NONAME ?Decode@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @7285 NONAME ?Decode@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @7286 NONAME ?Decode@H245_Params@@UAEHAAVPASN_Stream@@@Z @45305 NONAME ?Decode@H245_Q2931Address@@UAEHAAVPASN_Stream@@@Z @7287 NONAME ?Decode@H245_QOSCapability@@UAEHAAVPASN_Stream@@@Z @7288 NONAME ?Decode@H245_RedundancyEncoding@@UAEHAAVPASN_Stream@@@Z @7289 NONAME ?Decode@H245_RedundancyEncodingCapability@@UAEHAAVPASN_Stream@@@Z @7290 NONAME ?Decode@H245_RedundancyEncodingDTMode@@UAEHAAVPASN_Stream@@@Z @27084 NONAME ?Decode@H245_RedundancyEncodingDTModeElement@@UAEHAAVPASN_Stream@@@Z @27085 NONAME ?Decode@H245_RedundancyEncodingElement@@UAEHAAVPASN_Stream@@@Z @27086 NONAME ?Decode@H245_RedundancyEncodingMode@@UAEHAAVPASN_Stream@@@Z @7291 NONAME ?Decode@H245_RedundancyEncoding_rtpRedundancyEncoding@@UAEHAAVPASN_Stream@@@Z @27087 NONAME ?Decode@H245_RefPictureSelection@@UAEHAAVPASN_Stream@@@Z @7292 NONAME ?Decode@H245_RefPictureSelection_additionalPictureMemory@@UAEHAAVPASN_Stream@@@Z @7293 NONAME ?Decode@H245_RefPictureSelection_enhancedReferencePicSelect@@UAEHAAVPASN_Stream@@@Z @17708 NONAME ?Decode@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UAEHAAVPASN_Stream@@@Z @17709 NONAME ?Decode@H245_RequestAllTerminalIDsResponse@@UAEHAAVPASN_Stream@@@Z @7294 NONAME ?Decode@H245_RequestChannelClose@@UAEHAAVPASN_Stream@@@Z @7295 NONAME ?Decode@H245_RequestChannelCloseAck@@UAEHAAVPASN_Stream@@@Z @7296 NONAME ?Decode@H245_RequestChannelCloseReject@@UAEHAAVPASN_Stream@@@Z @7297 NONAME ?Decode@H245_RequestChannelCloseRelease@@UAEHAAVPASN_Stream@@@Z @7298 NONAME ?Decode@H245_RequestMode@@UAEHAAVPASN_Stream@@@Z @7299 NONAME ?Decode@H245_RequestModeAck@@UAEHAAVPASN_Stream@@@Z @7300 NONAME ?Decode@H245_RequestModeReject@@UAEHAAVPASN_Stream@@@Z @7301 NONAME ?Decode@H245_RequestModeRelease@@UAEHAAVPASN_Stream@@@Z @7302 NONAME ?Decode@H245_RequestMultiplexEntry@@UAEHAAVPASN_Stream@@@Z @7303 NONAME ?Decode@H245_RequestMultiplexEntryAck@@UAEHAAVPASN_Stream@@@Z @7304 NONAME ?Decode@H245_RequestMultiplexEntryReject@@UAEHAAVPASN_Stream@@@Z @7305 NONAME ?Decode@H245_RequestMultiplexEntryRejectionDescriptions@@UAEHAAVPASN_Stream@@@Z @7306 NONAME ?Decode@H245_RequestMultiplexEntryRelease@@UAEHAAVPASN_Stream@@@Z @7307 NONAME ?Decode@H245_RoundTripDelayRequest@@UAEHAAVPASN_Stream@@@Z @7308 NONAME ?Decode@H245_RoundTripDelayResponse@@UAEHAAVPASN_Stream@@@Z @7309 NONAME ?Decode@H245_RSVPParameters@@UAEHAAVPASN_Stream@@@Z @7310 NONAME ?Decode@H245_RTPH263VideoRedundancyEncoding@@UAEHAAVPASN_Stream@@@Z @7311 NONAME ?Decode@H245_RTPH263VideoRedundancyFrameMapping@@UAEHAAVPASN_Stream@@@Z @7312 NONAME ?Decode@H245_RTPPayloadType@@UAEHAAVPASN_Stream@@@Z @7313 NONAME ?Decode@H245_SendTerminalCapabilitySet_specificRequest@@UAEHAAVPASN_Stream@@@Z @7314 NONAME ?Decode@H245_SubstituteConferenceIDCommand@@UAEHAAVPASN_Stream@@@Z @7315 NONAME ?Decode@H245_T38FaxProfile@@UAEHAAVPASN_Stream@@@Z @17710 NONAME ?Decode@H245_T38FaxTcpOptions@@UAEHAAVPASN_Stream@@@Z @17711 NONAME ?Decode@H245_T38FaxUdpOptions@@UAEHAAVPASN_Stream@@@Z @17712 NONAME ?Decode@H245_T84Profile_t84Restricted@@UAEHAAVPASN_Stream@@@Z @7316 NONAME ?Decode@H245_TerminalCapabilitySet@@UAEHAAVPASN_Stream@@@Z @7317 NONAME ?Decode@H245_TerminalCapabilitySetAck@@UAEHAAVPASN_Stream@@@Z @7318 NONAME ?Decode@H245_TerminalCapabilitySetReject@@UAEHAAVPASN_Stream@@@Z @7319 NONAME ?Decode@H245_TerminalCapabilitySetRelease@@UAEHAAVPASN_Stream@@@Z @7320 NONAME ?Decode@H245_TerminalInformation@@UAEHAAVPASN_Stream@@@Z @7321 NONAME ?Decode@H245_TerminalLabel@@UAEHAAVPASN_Stream@@@Z @7322 NONAME ?Decode@H245_TerminalYouAreSeeingInSubPictureNumber@@UAEHAAVPASN_Stream@@@Z @7323 NONAME ?Decode@H245_TransparencyParameters@@UAEHAAVPASN_Stream@@@Z @7324 NONAME ?Decode@H245_TransportCapability@@UAEHAAVPASN_Stream@@@Z @7325 NONAME ?Decode@H245_UnicastAddress_iP6Address@@UAEHAAVPASN_Stream@@@Z @7326 NONAME ?Decode@H245_UnicastAddress_iPAddress@@UAEHAAVPASN_Stream@@@Z @7327 NONAME ?Decode@H245_UnicastAddress_iPSourceRouteAddress@@UAEHAAVPASN_Stream@@@Z @7328 NONAME ?Decode@H245_UnicastAddress_iPXAddress@@UAEHAAVPASN_Stream@@@Z @7329 NONAME ?Decode@H245_UserInputIndication_encryptedAlphanumeric@@UAEHAAVPASN_Stream@@@Z @45306 NONAME ?Decode@H245_UserInputIndication_extendedAlphanumeric@@UAEHAAVPASN_Stream@@@Z @17713 NONAME ?Decode@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UAEHAAVPASN_Stream@@@Z @45307 NONAME ?Decode@H245_UserInputIndication_signal@@UAEHAAVPASN_Stream@@@Z @7330 NONAME ?Decode@H245_UserInputIndication_signalUpdate@@UAEHAAVPASN_Stream@@@Z @7331 NONAME ?Decode@H245_UserInputIndication_signalUpdate_rtp@@UAEHAAVPASN_Stream@@@Z @7332 NONAME ?Decode@H245_UserInputIndication_signal_rtp@@UAEHAAVPASN_Stream@@@Z @7333 NONAME ?Decode@H245_V42bis@@UAEHAAVPASN_Stream@@@Z @7334 NONAME ?Decode@H245_V75Capability@@UAEHAAVPASN_Stream@@@Z @7335 NONAME ?Decode@H245_V75Parameters@@UAEHAAVPASN_Stream@@@Z @7336 NONAME ?Decode@H245_V76Capability@@UAEHAAVPASN_Stream@@@Z @7337 NONAME ?Decode@H245_V76HDLCParameters@@UAEHAAVPASN_Stream@@@Z @7338 NONAME ?Decode@H245_V76LogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @7339 NONAME ?Decode@H245_V76LogicalChannelParameters_mode_eRM@@UAEHAAVPASN_Stream@@@Z @7340 NONAME ?Decode@H245_VBDCapability@@UAEHAAVPASN_Stream@@@Z @27088 NONAME ?Decode@H245_VBDMode@@UAEHAAVPASN_Stream@@@Z @27089 NONAME ?Decode@H245_VCCapability@@UAEHAAVPASN_Stream@@@Z @7341 NONAME ?Decode@H245_VCCapability_aal1@@UAEHAAVPASN_Stream@@@Z @7342 NONAME ?Decode@H245_VCCapability_aal1ViaGateway@@UAEHAAVPASN_Stream@@@Z @17714 NONAME ?Decode@H245_VCCapability_aal5@@UAEHAAVPASN_Stream@@@Z @7343 NONAME ?Decode@H245_VCCapability_availableBitRates@@UAEHAAVPASN_Stream@@@Z @7344 NONAME ?Decode@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UAEHAAVPASN_Stream@@@Z @7345 NONAME ?Decode@H245_VendorIdentification@@UAEHAAVPASN_Stream@@@Z @7346 NONAME ?Decode@H245_VideoIndicateCompose@@UAEHAAVPASN_Stream@@@Z @7347 NONAME ?Decode@H248_ActionReply@@UAEHAAVPASN_Stream@@@Z @22830 NONAME ?Decode@H248_ActionRequest@@UAEHAAVPASN_Stream@@@Z @22831 NONAME ?Decode@H248_AmmRequest@@UAEHAAVPASN_Stream@@@Z @22832 NONAME ?Decode@H248_AmmsReply@@UAEHAAVPASN_Stream@@@Z @22833 NONAME ?Decode@H248_AuditDescriptor@@UAEHAAVPASN_Stream@@@Z @22834 NONAME ?Decode@H248_AuditRequest@@UAEHAAVPASN_Stream@@@Z @22835 NONAME ?Decode@H248_AuditResult@@UAEHAAVPASN_Stream@@@Z @22836 NONAME ?Decode@H248_AuthenticationHeader@@UAEHAAVPASN_Stream@@@Z @22837 NONAME ?Decode@H248_CommandRequest@@UAEHAAVPASN_Stream@@@Z @22838 NONAME ?Decode@H248_ContextAttrAuditRequest@@UAEHAAVPASN_Stream@@@Z @22839 NONAME ?Decode@H248_ContextRequest@@UAEHAAVPASN_Stream@@@Z @22840 NONAME ?Decode@H248_DigitMapDescriptor@@UAEHAAVPASN_Stream@@@Z @22841 NONAME ?Decode@H248_DigitMapValue@@UAEHAAVPASN_Stream@@@Z @22842 NONAME ?Decode@H248_DomainName@@UAEHAAVPASN_Stream@@@Z @22843 NONAME ?Decode@H248_ErrorDescriptor@@UAEHAAVPASN_Stream@@@Z @22844 NONAME ?Decode@H248_EventParameter@@UAEHAAVPASN_Stream@@@Z @22845 NONAME ?Decode@H248_EventsDescriptor@@UAEHAAVPASN_Stream@@@Z @22846 NONAME ?Decode@H248_EventSpec@@UAEHAAVPASN_Stream@@@Z @22847 NONAME ?Decode@H248_H221NonStandard@@UAEHAAVPASN_Stream@@@Z @22848 NONAME ?Decode@H248_IndAudDigitMapDescriptor@@UAEHAAVPASN_Stream@@@Z @22849 NONAME ?Decode@H248_IndAudEventBufferDescriptor@@UAEHAAVPASN_Stream@@@Z @22850 NONAME ?Decode@H248_IndAudEventsDescriptor@@UAEHAAVPASN_Stream@@@Z @22851 NONAME ?Decode@H248_IndAudLocalControlDescriptor@@UAEHAAVPASN_Stream@@@Z @22852 NONAME ?Decode@H248_IndAudLocalRemoteDescriptor@@UAEHAAVPASN_Stream@@@Z @22853 NONAME ?Decode@H248_IndAudMediaDescriptor@@UAEHAAVPASN_Stream@@@Z @22854 NONAME ?Decode@H248_IndAudPackagesDescriptor@@UAEHAAVPASN_Stream@@@Z @22855 NONAME ?Decode@H248_IndAudPropertyParm@@UAEHAAVPASN_Stream@@@Z @22856 NONAME ?Decode@H248_IndAudSeqSigList@@UAEHAAVPASN_Stream@@@Z @22857 NONAME ?Decode@H248_IndAudSignal@@UAEHAAVPASN_Stream@@@Z @22858 NONAME ?Decode@H248_IndAudStatisticsDescriptor@@UAEHAAVPASN_Stream@@@Z @22859 NONAME ?Decode@H248_IndAudStreamDescriptor@@UAEHAAVPASN_Stream@@@Z @22860 NONAME ?Decode@H248_IndAudStreamParms@@UAEHAAVPASN_Stream@@@Z @22861 NONAME ?Decode@H248_IndAudTerminationStateDescriptor@@UAEHAAVPASN_Stream@@@Z @22862 NONAME ?Decode@H248_IP4Address@@UAEHAAVPASN_Stream@@@Z @22863 NONAME ?Decode@H248_IP6Address@@UAEHAAVPASN_Stream@@@Z @22864 NONAME ?Decode@H248_LocalControlDescriptor@@UAEHAAVPASN_Stream@@@Z @22865 NONAME ?Decode@H248_LocalRemoteDescriptor@@UAEHAAVPASN_Stream@@@Z @22866 NONAME ?Decode@H248_MediaDescriptor@@UAEHAAVPASN_Stream@@@Z @22867 NONAME ?Decode@H248_MegacoMessage@@UAEHAAVPASN_Stream@@@Z @22868 NONAME ?Decode@H248_Message@@UAEHAAVPASN_Stream@@@Z @22869 NONAME ?Decode@H248_ModemDescriptor@@UAEHAAVPASN_Stream@@@Z @22870 NONAME ?Decode@H248_MuxDescriptor@@UAEHAAVPASN_Stream@@@Z @22871 NONAME ?Decode@H248_NonStandardData@@UAEHAAVPASN_Stream@@@Z @22872 NONAME ?Decode@H248_NotifyReply@@UAEHAAVPASN_Stream@@@Z @22873 NONAME ?Decode@H248_NotifyRequest@@UAEHAAVPASN_Stream@@@Z @22874 NONAME ?Decode@H248_ObservedEvent@@UAEHAAVPASN_Stream@@@Z @22875 NONAME ?Decode@H248_ObservedEventsDescriptor@@UAEHAAVPASN_Stream@@@Z @22876 NONAME ?Decode@H248_PackagesItem@@UAEHAAVPASN_Stream@@@Z @22877 NONAME ?Decode@H248_PropertyParm@@UAEHAAVPASN_Stream@@@Z @22878 NONAME ?Decode@H248_RequestedActions@@UAEHAAVPASN_Stream@@@Z @22879 NONAME ?Decode@H248_RequestedEvent@@UAEHAAVPASN_Stream@@@Z @22880 NONAME ?Decode@H248_SecondEventsDescriptor@@UAEHAAVPASN_Stream@@@Z @22881 NONAME ?Decode@H248_SecondRequestedActions@@UAEHAAVPASN_Stream@@@Z @22882 NONAME ?Decode@H248_SecondRequestedEvent@@UAEHAAVPASN_Stream@@@Z @22883 NONAME ?Decode@H248_SeqSigList@@UAEHAAVPASN_Stream@@@Z @22884 NONAME ?Decode@H248_ServiceChangeParm@@UAEHAAVPASN_Stream@@@Z @22885 NONAME ?Decode@H248_ServiceChangeProfile@@UAEHAAVPASN_Stream@@@Z @22886 NONAME ?Decode@H248_ServiceChangeReply@@UAEHAAVPASN_Stream@@@Z @22887 NONAME ?Decode@H248_ServiceChangeRequest@@UAEHAAVPASN_Stream@@@Z @22888 NONAME ?Decode@H248_ServiceChangeResParm@@UAEHAAVPASN_Stream@@@Z @22889 NONAME ?Decode@H248_Signal@@UAEHAAVPASN_Stream@@@Z @22890 NONAME ?Decode@H248_SigParameter@@UAEHAAVPASN_Stream@@@Z @22891 NONAME ?Decode@H248_StatisticsParameter@@UAEHAAVPASN_Stream@@@Z @22892 NONAME ?Decode@H248_StreamDescriptor@@UAEHAAVPASN_Stream@@@Z @22893 NONAME ?Decode@H248_StreamParms@@UAEHAAVPASN_Stream@@@Z @22894 NONAME ?Decode@H248_SubtractRequest@@UAEHAAVPASN_Stream@@@Z @22895 NONAME ?Decode@H248_TerminationID@@UAEHAAVPASN_Stream@@@Z @22896 NONAME ?Decode@H248_TerminationStateDescriptor@@UAEHAAVPASN_Stream@@@Z @22897 NONAME ?Decode@H248_TimeNotation@@UAEHAAVPASN_Stream@@@Z @22898 NONAME ?Decode@H248_TopologyRequest@@UAEHAAVPASN_Stream@@@Z @22899 NONAME ?Decode@H248_TransactionAck@@UAEHAAVPASN_Stream@@@Z @22900 NONAME ?Decode@H248_TransactionPending@@UAEHAAVPASN_Stream@@@Z @22901 NONAME ?Decode@H248_TransactionReply@@UAEHAAVPASN_Stream@@@Z @22902 NONAME ?Decode@H248_TransactionRequest@@UAEHAAVPASN_Stream@@@Z @22903 NONAME ?Decode@H323StreamedPluginAudioCodec@@UBEFH@Z @42803 NONAME ?Decode@H323_ALawCodec@@UBEFH@Z @7348 NONAME ?Decode@H323_muLawCodec@@UBEFH@Z @7349 NONAME ?Decode@H45010_CfbOvrOptArg@@UAEHAAVPASN_Stream@@@Z @15787 NONAME ?Decode@H45010_CoReqOptArg@@UAEHAAVPASN_Stream@@@Z @15788 NONAME ?Decode@H45010_RUAlertOptArg@@UAEHAAVPASN_Stream@@@Z @15789 NONAME ?Decode@H45011_CIFrcRelArg@@UAEHAAVPASN_Stream@@@Z @15790 NONAME ?Decode@H45011_CIFrcRelOptRes@@UAEHAAVPASN_Stream@@@Z @15791 NONAME ?Decode@H45011_CIGetCIPLOptArg@@UAEHAAVPASN_Stream@@@Z @15792 NONAME ?Decode@H45011_CIGetCIPLRes@@UAEHAAVPASN_Stream@@@Z @15793 NONAME ?Decode@H45011_CIIsOptArg@@UAEHAAVPASN_Stream@@@Z @15794 NONAME ?Decode@H45011_CIIsOptRes@@UAEHAAVPASN_Stream@@@Z @15795 NONAME ?Decode@H45011_CINotificationArg@@UAEHAAVPASN_Stream@@@Z @15796 NONAME ?Decode@H45011_CIRequestArg@@UAEHAAVPASN_Stream@@@Z @15797 NONAME ?Decode@H45011_CIRequestRes@@UAEHAAVPASN_Stream@@@Z @15798 NONAME ?Decode@H45011_CISilentArg@@UAEHAAVPASN_Stream@@@Z @15799 NONAME ?Decode@H45011_CISilentOptRes@@UAEHAAVPASN_Stream@@@Z @15800 NONAME ?Decode@H45011_CIWobOptArg@@UAEHAAVPASN_Stream@@@Z @15801 NONAME ?Decode@H45011_CIWobOptRes@@UAEHAAVPASN_Stream@@@Z @15802 NONAME ?Decode@H4501_Address@@UAEHAAVPASN_Stream@@@Z @14620 NONAME ?Decode@H4501_AddressScreened@@UAEHAAVPASN_Stream@@@Z @14621 NONAME ?Decode@H4501_EndpointAddress@@UAEHAAVPASN_Stream@@@Z @14622 NONAME ?Decode@H4501_Extension@@UAEHAAVPASN_Stream@@@Z @14623 NONAME ?Decode@H4501_NetworkFacilityExtension@@UAEHAAVPASN_Stream@@@Z @14624 NONAME ?Decode@H4501_NumberScreened@@UAEHAAVPASN_Stream@@@Z @14625 NONAME ?Decode@H4501_SupplementaryService@@UAEHAAVPASN_Stream@@@Z @14626 NONAME ?Decode@H4501_UserSpecifiedSubaddress@@UAEHAAVPASN_Stream@@@Z @14627 NONAME ?Decode@H4502_CTActiveArg@@UAEHAAVPASN_Stream@@@Z @14628 NONAME ?Decode@H4502_CTCompleteArg@@UAEHAAVPASN_Stream@@@Z @14629 NONAME ?Decode@H4502_CTIdentifyRes@@UAEHAAVPASN_Stream@@@Z @14630 NONAME ?Decode@H4502_CTInitiateArg@@UAEHAAVPASN_Stream@@@Z @14631 NONAME ?Decode@H4502_CTSetupArg@@UAEHAAVPASN_Stream@@@Z @14632 NONAME ?Decode@H4502_CTUpdateArg@@UAEHAAVPASN_Stream@@@Z @14633 NONAME ?Decode@H4502_SubaddressTransferArg@@UAEHAAVPASN_Stream@@@Z @14634 NONAME ?Decode@H4503_IntResult@@UAEHAAVPASN_Stream@@@Z @15176 NONAME ?Decode@H4504_Extension@@UAEHAAVPASN_Stream@@@Z @15032 NONAME ?Decode@H4504_HoldNotificArg@@UAEHAAVPASN_Stream@@@Z @15033 NONAME ?Decode@H4504_RemoteHoldArg@@UAEHAAVPASN_Stream@@@Z @15034 NONAME ?Decode@H4504_RemoteHoldRes@@UAEHAAVPASN_Stream@@@Z @15035 NONAME ?Decode@H4504_RemoteRetrieveArg@@UAEHAAVPASN_Stream@@@Z @15036 NONAME ?Decode@H4504_RemoteRetrieveRes@@UAEHAAVPASN_Stream@@@Z @15037 NONAME ?Decode@H4504_RetrieveNotificArg@@UAEHAAVPASN_Stream@@@Z @15038 NONAME ?Decode@H4505_CpickupNotifyArg@@UAEHAAVPASN_Stream@@@Z @15803 NONAME ?Decode@H4505_CpNotifyArg@@UAEHAAVPASN_Stream@@@Z @15804 NONAME ?Decode@H4505_CpRequestArg@@UAEHAAVPASN_Stream@@@Z @15805 NONAME ?Decode@H4505_CpRequestRes@@UAEHAAVPASN_Stream@@@Z @15806 NONAME ?Decode@H4505_CpSetupArg@@UAEHAAVPASN_Stream@@@Z @15807 NONAME ?Decode@H4505_CpSetupRes@@UAEHAAVPASN_Stream@@@Z @15808 NONAME ?Decode@H4505_GroupIndicationOffArg@@UAEHAAVPASN_Stream@@@Z @15809 NONAME ?Decode@H4505_GroupIndicationOffRes@@UAEHAAVPASN_Stream@@@Z @15810 NONAME ?Decode@H4505_GroupIndicationOnArg@@UAEHAAVPASN_Stream@@@Z @15811 NONAME ?Decode@H4505_GroupIndicationOnRes@@UAEHAAVPASN_Stream@@@Z @15812 NONAME ?Decode@H4505_PickExeArg@@UAEHAAVPASN_Stream@@@Z @15813 NONAME ?Decode@H4505_PickExeRes@@UAEHAAVPASN_Stream@@@Z @15814 NONAME ?Decode@H4505_PickrequArg@@UAEHAAVPASN_Stream@@@Z @15815 NONAME ?Decode@H4505_PickrequRes@@UAEHAAVPASN_Stream@@@Z @15816 NONAME ?Decode@H4505_PickupArg@@UAEHAAVPASN_Stream@@@Z @15817 NONAME ?Decode@H4505_PickupRes@@UAEHAAVPASN_Stream@@@Z @15818 NONAME ?Decode@H4506_CallWaitingArg@@UAEHAAVPASN_Stream@@@Z @15819 NONAME ?Decode@H4507_MWIActivateArg@@UAEHAAVPASN_Stream@@@Z @15820 NONAME ?Decode@H4507_MWIDeactivateArg@@UAEHAAVPASN_Stream@@@Z @15821 NONAME ?Decode@H4507_MWIInterrogateArg@@UAEHAAVPASN_Stream@@@Z @15822 NONAME ?Decode@H4507_MWIInterrogateResElt@@UAEHAAVPASN_Stream@@@Z @15823 NONAME ?Decode@H4509_CcLongArg@@UAEHAAVPASN_Stream@@@Z @15824 NONAME ?Decode@H4509_CcRequestArg@@UAEHAAVPASN_Stream@@@Z @15825 NONAME ?Decode@H4509_CcRequestRes@@UAEHAAVPASN_Stream@@@Z @15826 NONAME ?Decode@H4509_CcShortArg@@UAEHAAVPASN_Stream@@@Z @15827 NONAME ?Decode@H501_AccessConfirmation@@UAEHAAVPASN_Stream@@@Z @24900 NONAME ?Decode@H501_AccessRejection@@UAEHAAVPASN_Stream@@@Z @24901 NONAME ?Decode@H501_AccessRequest@@UAEHAAVPASN_Stream@@@Z @24902 NONAME ?Decode@H501_AddressTemplate@@UAEHAAVPASN_Stream@@@Z @24903 NONAME ?Decode@H501_AlternatePE@@UAEHAAVPASN_Stream@@@Z @24904 NONAME ?Decode@H501_AlternatePEInfo@@UAEHAAVPASN_Stream@@@Z @24905 NONAME ?Decode@H501_AuthenticationConfirmation@@UAEHAAVPASN_Stream@@@Z @24906 NONAME ?Decode@H501_AuthenticationRejection@@UAEHAAVPASN_Stream@@@Z @24907 NONAME ?Decode@H501_AuthenticationRequest@@UAEHAAVPASN_Stream@@@Z @24908 NONAME ?Decode@H501_CallInformation@@UAEHAAVPASN_Stream@@@Z @24909 NONAME ?Decode@H501_ContactInformation@@UAEHAAVPASN_Stream@@@Z @24910 NONAME ?Decode@H501_Descriptor@@UAEHAAVPASN_Stream@@@Z @24911 NONAME ?Decode@H501_DescriptorConfirmation@@UAEHAAVPASN_Stream@@@Z @24912 NONAME ?Decode@H501_DescriptorIDConfirmation@@UAEHAAVPASN_Stream@@@Z @24913 NONAME ?Decode@H501_DescriptorIDRejection@@UAEHAAVPASN_Stream@@@Z @24914 NONAME ?Decode@H501_DescriptorIDRequest@@UAEHAAVPASN_Stream@@@Z @24915 NONAME ?Decode@H501_DescriptorInfo@@UAEHAAVPASN_Stream@@@Z @24916 NONAME ?Decode@H501_DescriptorRejection@@UAEHAAVPASN_Stream@@@Z @24917 NONAME ?Decode@H501_DescriptorRequest@@UAEHAAVPASN_Stream@@@Z @24918 NONAME ?Decode@H501_DescriptorUpdate@@UAEHAAVPASN_Stream@@@Z @24919 NONAME ?Decode@H501_DescriptorUpdateAck@@UAEHAAVPASN_Stream@@@Z @24920 NONAME ?Decode@H501_Message@@UAEHAAVPASN_Stream@@@Z @24921 NONAME ?Decode@H501_MessageCommonInfo@@UAEHAAVPASN_Stream@@@Z @24922 NONAME ?Decode@H501_NonStandardConfirmation@@UAEHAAVPASN_Stream@@@Z @24923 NONAME ?Decode@H501_NonStandardRejection@@UAEHAAVPASN_Stream@@@Z @24924 NONAME ?Decode@H501_NonStandardRequest@@UAEHAAVPASN_Stream@@@Z @24925 NONAME ?Decode@H501_PartyInformation@@UAEHAAVPASN_Stream@@@Z @24926 NONAME ?Decode@H501_Pattern_range@@UAEHAAVPASN_Stream@@@Z @24927 NONAME ?Decode@H501_PriceElement@@UAEHAAVPASN_Stream@@@Z @24928 NONAME ?Decode@H501_PriceInfoSpec@@UAEHAAVPASN_Stream@@@Z @24929 NONAME ?Decode@H501_RequestInProgress@@UAEHAAVPASN_Stream@@@Z @24930 NONAME ?Decode@H501_RouteInformation@@UAEHAAVPASN_Stream@@@Z @24931 NONAME ?Decode@H501_SecurityMode@@UAEHAAVPASN_Stream@@@Z @24932 NONAME ?Decode@H501_ServiceConfirmation@@UAEHAAVPASN_Stream@@@Z @24933 NONAME ?Decode@H501_ServiceRejection@@UAEHAAVPASN_Stream@@@Z @24934 NONAME ?Decode@H501_ServiceRelease@@UAEHAAVPASN_Stream@@@Z @24935 NONAME ?Decode@H501_ServiceRequest@@UAEHAAVPASN_Stream@@@Z @24936 NONAME ?Decode@H501_TerminationCause@@UAEHAAVPASN_Stream@@@Z @24937 NONAME ?Decode@H501_UnknownMessageResponse@@UAEHAAVPASN_Stream@@@Z @24938 NONAME ?Decode@H501_UpdateInformation@@UAEHAAVPASN_Stream@@@Z @24939 NONAME ?Decode@H501_UsageConfirmation@@UAEHAAVPASN_Stream@@@Z @24940 NONAME ?Decode@H501_UsageField@@UAEHAAVPASN_Stream@@@Z @24941 NONAME ?Decode@H501_UsageIndication@@UAEHAAVPASN_Stream@@@Z @24942 NONAME ?Decode@H501_UsageIndicationConfirmation@@UAEHAAVPASN_Stream@@@Z @24943 NONAME ?Decode@H501_UsageIndicationRejection@@UAEHAAVPASN_Stream@@@Z @24944 NONAME ?Decode@H501_UsageRejection@@UAEHAAVPASN_Stream@@@Z @24945 NONAME ?Decode@H501_UsageRequest@@UAEHAAVPASN_Stream@@@Z @24946 NONAME ?Decode@H501_UsageSpecification@@UAEHAAVPASN_Stream@@@Z @24947 NONAME ?Decode@H501_UsageSpecification_when@@UAEHAAVPASN_Stream@@@Z @24948 NONAME ?Decode@H501_UserInformation@@UAEHAAVPASN_Stream@@@Z @24949 NONAME ?Decode@H501_ValidationConfirmation@@UAEHAAVPASN_Stream@@@Z @24950 NONAME ?Decode@H501_ValidationRejection@@UAEHAAVPASN_Stream@@@Z @24951 NONAME ?Decode@H501_ValidationRequest@@UAEHAAVPASN_Stream@@@Z @24952 NONAME ?Decode@MCS_AUcf@@UAEHAAVPASN_Stream@@@Z @7365 NONAME ?Decode@MCS_AUrq@@UAEHAAVPASN_Stream@@@Z @7366 NONAME ?Decode@MCS_CAin@@UAEHAAVPASN_Stream@@@Z @7367 NONAME ?Decode@MCS_CArq@@UAEHAAVPASN_Stream@@@Z @7368 NONAME ?Decode@MCS_CCcf@@UAEHAAVPASN_Stream@@@Z @7369 NONAME ?Decode@MCS_CCrq@@UAEHAAVPASN_Stream@@@Z @7370 NONAME ?Decode@MCS_CDin@@UAEHAAVPASN_Stream@@@Z @7371 NONAME ?Decode@MCS_CDrq@@UAEHAAVPASN_Stream@@@Z @7372 NONAME ?Decode@MCS_CEin@@UAEHAAVPASN_Stream@@@Z @7373 NONAME ?Decode@MCS_CErq@@UAEHAAVPASN_Stream@@@Z @7374 NONAME ?Decode@MCS_ChannelAttributes_assigned@@UAEHAAVPASN_Stream@@@Z @7375 NONAME ?Decode@MCS_ChannelAttributes_private@@UAEHAAVPASN_Stream@@@Z @7376 NONAME ?Decode@MCS_ChannelAttributes_static@@UAEHAAVPASN_Stream@@@Z @7377 NONAME ?Decode@MCS_ChannelAttributes_userId@@UAEHAAVPASN_Stream@@@Z @7378 NONAME ?Decode@MCS_CJcf@@UAEHAAVPASN_Stream@@@Z @7379 NONAME ?Decode@MCS_CJrq@@UAEHAAVPASN_Stream@@@Z @7380 NONAME ?Decode@MCS_CLrq@@UAEHAAVPASN_Stream@@@Z @7381 NONAME ?Decode@MCS_Connect_Additional@@UAEHAAVPASN_Stream@@@Z @7382 NONAME ?Decode@MCS_Connect_Initial@@UAEHAAVPASN_Stream@@@Z @7383 NONAME ?Decode@MCS_Connect_Response@@UAEHAAVPASN_Stream@@@Z @7384 NONAME ?Decode@MCS_Connect_Result@@UAEHAAVPASN_Stream@@@Z @7385 NONAME ?Decode@MCS_DomainParameters@@UAEHAAVPASN_Stream@@@Z @7386 NONAME ?Decode@MCS_DPum@@UAEHAAVPASN_Stream@@@Z @7387 NONAME ?Decode@MCS_DUin@@UAEHAAVPASN_Stream@@@Z @7388 NONAME ?Decode@MCS_DUrq@@UAEHAAVPASN_Stream@@@Z @7389 NONAME ?Decode@MCS_EDrq@@UAEHAAVPASN_Stream@@@Z @7390 NONAME ?Decode@MCS_MCcf@@UAEHAAVPASN_Stream@@@Z @7391 NONAME ?Decode@MCS_MCrq@@UAEHAAVPASN_Stream@@@Z @7392 NONAME ?Decode@MCS_MTcf@@UAEHAAVPASN_Stream@@@Z @7393 NONAME ?Decode@MCS_MTrq@@UAEHAAVPASN_Stream@@@Z @7394 NONAME ?Decode@MCS_PCin@@UAEHAAVPASN_Stream@@@Z @7395 NONAME ?Decode@MCS_PDin@@UAEHAAVPASN_Stream@@@Z @7396 NONAME ?Decode@MCS_PTin@@UAEHAAVPASN_Stream@@@Z @7397 NONAME ?Decode@MCS_RJum@@UAEHAAVPASN_Stream@@@Z @7398 NONAME ?Decode@MCS_SDin@@UAEHAAVPASN_Stream@@@Z @7399 NONAME ?Decode@MCS_SDrq@@UAEHAAVPASN_Stream@@@Z @7400 NONAME ?Decode@MCS_TGcf@@UAEHAAVPASN_Stream@@@Z @7401 NONAME ?Decode@MCS_TGrq@@UAEHAAVPASN_Stream@@@Z @7402 NONAME ?Decode@MCS_TIcf@@UAEHAAVPASN_Stream@@@Z @7403 NONAME ?Decode@MCS_TIrq@@UAEHAAVPASN_Stream@@@Z @7404 NONAME ?Decode@MCS_TokenAttributes_given@@UAEHAAVPASN_Stream@@@Z @7405 NONAME ?Decode@MCS_TokenAttributes_giving@@UAEHAAVPASN_Stream@@@Z @7406 NONAME ?Decode@MCS_TokenAttributes_grabbed@@UAEHAAVPASN_Stream@@@Z @7407 NONAME ?Decode@MCS_TokenAttributes_inhibited@@UAEHAAVPASN_Stream@@@Z @7408 NONAME ?Decode@MCS_TokenAttributes_ungivable@@UAEHAAVPASN_Stream@@@Z @7409 NONAME ?Decode@MCS_TPin@@UAEHAAVPASN_Stream@@@Z @7410 NONAME ?Decode@MCS_TPrq@@UAEHAAVPASN_Stream@@@Z @7411 NONAME ?Decode@MCS_TRcf@@UAEHAAVPASN_Stream@@@Z @7412 NONAME ?Decode@MCS_TRrq@@UAEHAAVPASN_Stream@@@Z @7413 NONAME ?Decode@MCS_TTcf@@UAEHAAVPASN_Stream@@@Z @7414 NONAME ?Decode@MCS_TTrq@@UAEHAAVPASN_Stream@@@Z @7415 NONAME ?Decode@MCS_TVcf@@UAEHAAVPASN_Stream@@@Z @7416 NONAME ?Decode@MCS_TVin@@UAEHAAVPASN_Stream@@@Z @7417 NONAME ?Decode@MCS_TVrq@@UAEHAAVPASN_Stream@@@Z @7418 NONAME ?Decode@MCS_TVrs@@UAEHAAVPASN_Stream@@@Z @7419 NONAME ?Decode@MCS_USin@@UAEHAAVPASN_Stream@@@Z @7420 NONAME ?Decode@MCS_USrq@@UAEHAAVPASN_Stream@@@Z @7421 NONAME ?decode@P64Decoder@@UAEHPBEHH@Z @20328 NONAME ?Decode@Q931@@QAEHABVPBYTEArray@@@Z @7423 NONAME ?Decode@T38_Data_Field_subtype@@UAEHAAVPASN_Stream@@@Z @18903 NONAME ?Decode@T38_IFPPacket@@UAEHAAVPASN_Stream@@@Z @18904 NONAME ?Decode@T38_PreCorrigendum_Data_Field_subtype@@UAEHAAVPASN_Stream@@@Z @21481 NONAME ?Decode@T38_PreCorrigendum_IFPPacket@@UAEHAAVPASN_Stream@@@Z @21482 NONAME ?Decode@T38_UDPTLPacket@@UAEHAAVPASN_Stream@@@Z @18905 NONAME ?Decode@T38_UDPTLPacket_error_recovery_fec_info@@UAEHAAVPASN_Stream@@@Z @18906 NONAME ?Decode@X224@@QAEHABVPBYTEArray@@@Z @7424 NONAME ?Decode@X880_Invoke@@UAEHAAVPASN_Stream@@@Z @14635 NONAME ?Decode@X880_Reject@@UAEHAAVPASN_Stream@@@Z @14636 NONAME ?Decode@X880_ReturnError@@UAEHAAVPASN_Stream@@@Z @14637 NONAME ?Decode@X880_ReturnResult@@UAEHAAVPASN_Stream@@@Z @14638 NONAME ?Decode@X880_ReturnResult_result@@UAEHAAVPASN_Stream@@@Z @14639 NONAME ?DecodeArguments@H450xHandler@@QAEHPAVPASN_OctetString@@AAVPASN_Object@@H@Z @19451 NONAME ?DecodeFastStartCaps@H323Connection@@IAEHABVH225_ArrayOf_PASN_OctetString@@@Z @46016 NONAME ?DecodeFrame@H323FramedAudioCodec@@UAEHPBEIAAI1@Z @42765 NONAME ?DecodeFrame@H323FramedAudioCodec@@UAEHPBEIAAI@Z @42766 NONAME ?DecodeFrame@H323PluginFramedAudioCodec@@UAEHPBEIAAI1@Z @42804 NONAME ?DecodeFrame@H323StreamedAudioCodec@@UAEHPBEIAAI1@Z @42767 NONAME ?DecodeSample@H323_ALawCodec@@SAFH@Z @19711 NONAME ?DecodeSample@H323_muLawCodec@@SAFH@Z @19712 NONAME ?DecodeSample@PWAVFileConverterALaw@@UAEFH@Z @44355 NONAME ?DecodeSample@PWAVFileConverterULaw@@UAEFH@Z @44356 NONAME ?DecodeSilenceFrame@H323FramedAudioCodec@@UAEXPAXI@Z @26672 NONAME ?DecodeSilenceFrame@H323PluginFramedAudioCodec@@UAEXPAXI@Z @42805 NONAME ?decode_block@P64Decoder@@IAEXIIIIPAE0H@Z @7428 NONAME ?decode_mb@P64Decoder@@IAEHXZ @7429 NONAME ?DecrementReference@RTP_Session@@QAEHXZ @39509 NONAME ?defaultManufacturerCode@H323EndPoint@@2GA @43492 NONAME ?defaultT35CountryCode@H323EndPoint@@2EA @43493 NONAME ?defaultT35Extension@H323EndPoint@@2EA @43494 NONAME ?DeleteDescriptor@H323PeerElement@@QAEHABVH225_AliasAddress@@H@Z @25946 NONAME ?DeleteDescriptor@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@H@Z @26089 NONAME ?DeleteDescriptor@H323PeerElement@@QAEHABVPString@@H@Z @25947 NONAME ?DeletePDU@H323RasPDU@@UAEXXZ @25975 NONAME ?DeletePDU@H501PDU@@UAEXXZ @25976 NONAME ?Dequeue@ByteQueue@OpalVoipBlasterDevice@@QAEHXZ @19999 NONAME ?destroy@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@@std@@QAEXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@@Z @44357 NONAME ?destroy@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44997 NONAME ?destroy@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44091 NONAME ?destroy@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44092 NONAME ?destroy@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44656 NONAME ?destroy@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44093 NONAME ?destroy@?$allocator@ULookupRecord@@@std@@QAEXPAULookupRecord@@@Z @44998 NONAME ?destroy@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@@std@@QAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@@Z @44358 NONAME ?destroy@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44999 NONAME ?destroy@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44094 NONAME ?destroy@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44095 NONAME ?destroy@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44657 NONAME ?destroy@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44096 NONAME ?DetectInBandDTMFDisabled@H323EndPoint@@QBEHXZ @39510 NONAME ?DetectSilence@H323AudioCodec@@UAEHXZ @14009 NONAME ?DetectSilence@H323_LIDCodec@@UAEHXZ @14010 NONAME ?DialOut@OpalLineInterfaceDevice@@UAE?AW4CallProgressTones@1@IABVPString@@H@Z @7431 NONAME ?Disable@H235Authenticator@@UAEXXZ @45000 NONAME ?DiscoverAny@H323Gatekeeper@@QAEHXZ @12720 NONAME ?DiscoverByAddress@H323Gatekeeper@@QAEHABVH323TransportAddress@@@Z @12721 NONAME ?DiscoverByName@H323Gatekeeper@@QAEHABVPString@@@Z @12722 NONAME ?DiscoverByNameAndAddress@H323Gatekeeper@@QAEHABVPString@@ABVH323TransportAddress@@@Z @13838 NONAME ?DiscoverGatekeeper@H323EndPoint@@QAEHPAVH323Transport@@@Z @7433 NONAME ?DiscoverGatekeeper@H323Transport@@UAEHAAVH323Gatekeeper@@AAVH323RasPDU@@ABVH323TransportAddress@@@Z @7434 NONAME ?DiscoverGatekeeper@H323TransportUDP@@UAEHAAVH323Gatekeeper@@AAVH323RasPDU@@ABVH323TransportAddress@@@Z @7435 NONAME ?Disengage@H323GatekeeperCall@@UAEHH@Z @21285 NONAME ?DisengageRequest@H323Gatekeeper@@QAEHABVH323Connection@@I@Z @7436 NONAME ?DisengageRequest@H323GatekeeperListener@@QAEHABVH323GatekeeperCall@@I@Z @21055 NONAME ?DoTransfer@PVXMLSession@@UAEHABVPVXMLTransferOptions@@@Z @43498 NONAME ?Enable@H235Authenticator@@UAEXH@Z @45001 NONAME ?EnableAudio@OpalIxJDevice@@UAEHIH@Z @7437 NONAME ?EnableAudio@OpalLineInterfaceDevice@@UAEHIH@Z @7438 NONAME ?EnableAudio@OpalVoipBlasterDevice@@UAEHIH@Z @20000 NONAME ?EnableGQoS@RTP_UDP@@UAEXXZ @46024 NONAME ?Encode@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBEXAAVPASN_Stream@@@Z @18588 NONAME ?Encode@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBEXAAVPASN_Stream@@@Z @18589 NONAME ?Encode@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBEXAAVPASN_Stream@@@Z @18590 NONAME ?Encode@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBEXAAVPASN_Stream@@@Z @18591 NONAME ?Encode@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBEXAAVPASN_Stream@@@Z @18592 NONAME ?Encode@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBEXAAVPASN_Stream@@@Z @18593 NONAME ?Encode@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBEXAAVPASN_Stream@@@Z @18594 NONAME ?Encode@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBEXAAVPASN_Stream@@@Z @18595 NONAME ?Encode@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBEXAAVPASN_Stream@@@Z @18596 NONAME ?Encode@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBEXAAVPASN_Stream@@@Z @18597 NONAME ?Encode@GCC_ApplicationInvokeIndication@@UBEXAAVPASN_Stream@@@Z @7449 NONAME ?Encode@GCC_ApplicationInvokeSpecifier@@UBEXAAVPASN_Stream@@@Z @7450 NONAME ?Encode@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBEXAAVPASN_Stream@@@Z @7451 NONAME ?Encode@GCC_ApplicationRecord@@UBEXAAVPASN_Stream@@@Z @7452 NONAME ?Encode@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBEXAAVPASN_Stream@@@Z @7453 NONAME ?Encode@GCC_ChallengeItem@@UBEXAAVPASN_Stream@@@Z @7454 NONAME ?Encode@GCC_ChallengeRequest@@UBEXAAVPASN_Stream@@@Z @7455 NONAME ?Encode@GCC_ChallengeResponse@@UBEXAAVPASN_Stream@@@Z @7456 NONAME ?Encode@GCC_ConductorAssignIndication@@UBEXAAVPASN_Stream@@@Z @7457 NONAME ?Encode@GCC_ConductorPermissionAskIndication@@UBEXAAVPASN_Stream@@@Z @7458 NONAME ?Encode@GCC_ConductorPermissionGrantIndication@@UBEXAAVPASN_Stream@@@Z @7459 NONAME ?Encode@GCC_ConductorReleaseIndication@@UBEXAAVPASN_Stream@@@Z @7460 NONAME ?Encode@GCC_ConferenceAddRequest@@UBEXAAVPASN_Stream@@@Z @7461 NONAME ?Encode@GCC_ConferenceAddResponse@@UBEXAAVPASN_Stream@@@Z @7462 NONAME ?Encode@GCC_ConferenceAssistanceIndication@@UBEXAAVPASN_Stream@@@Z @7463 NONAME ?Encode@GCC_ConferenceCreateRequest@@UBEXAAVPASN_Stream@@@Z @7464 NONAME ?Encode@GCC_ConferenceCreateResponse@@UBEXAAVPASN_Stream@@@Z @7465 NONAME ?Encode@GCC_ConferenceDescriptor@@UBEXAAVPASN_Stream@@@Z @7466 NONAME ?Encode@GCC_ConferenceEjectUserIndication@@UBEXAAVPASN_Stream@@@Z @7467 NONAME ?Encode@GCC_ConferenceEjectUserRequest@@UBEXAAVPASN_Stream@@@Z @7468 NONAME ?Encode@GCC_ConferenceEjectUserResponse@@UBEXAAVPASN_Stream@@@Z @7469 NONAME ?Encode@GCC_ConferenceInviteRequest@@UBEXAAVPASN_Stream@@@Z @7470 NONAME ?Encode@GCC_ConferenceInviteResponse@@UBEXAAVPASN_Stream@@@Z @7471 NONAME ?Encode@GCC_ConferenceJoinRequest@@UBEXAAVPASN_Stream@@@Z @7472 NONAME ?Encode@GCC_ConferenceJoinResponse@@UBEXAAVPASN_Stream@@@Z @7473 NONAME ?Encode@GCC_ConferenceLockIndication@@UBEXAAVPASN_Stream@@@Z @7474 NONAME ?Encode@GCC_ConferenceLockRequest@@UBEXAAVPASN_Stream@@@Z @7475 NONAME ?Encode@GCC_ConferenceLockResponse@@UBEXAAVPASN_Stream@@@Z @7476 NONAME ?Encode@GCC_ConferenceName@@UBEXAAVPASN_Stream@@@Z @7477 NONAME ?Encode@GCC_ConferencePriority@@UBEXAAVPASN_Stream@@@Z @7478 NONAME ?Encode@GCC_ConferenceQueryRequest@@UBEXAAVPASN_Stream@@@Z @7479 NONAME ?Encode@GCC_ConferenceQueryResponse@@UBEXAAVPASN_Stream@@@Z @7480 NONAME ?Encode@GCC_ConferenceTerminateIndication@@UBEXAAVPASN_Stream@@@Z @7481 NONAME ?Encode@GCC_ConferenceTerminateRequest@@UBEXAAVPASN_Stream@@@Z @7482 NONAME ?Encode@GCC_ConferenceTerminateResponse@@UBEXAAVPASN_Stream@@@Z @7483 NONAME ?Encode@GCC_ConferenceTimeExtendIndication@@UBEXAAVPASN_Stream@@@Z @7484 NONAME ?Encode@GCC_ConferenceTimeInquireIndication@@UBEXAAVPASN_Stream@@@Z @7485 NONAME ?Encode@GCC_ConferenceTimeRemainingIndication@@UBEXAAVPASN_Stream@@@Z @7486 NONAME ?Encode@GCC_ConferenceTransferIndication@@UBEXAAVPASN_Stream@@@Z @7487 NONAME ?Encode@GCC_ConferenceTransferRequest@@UBEXAAVPASN_Stream@@@Z @7488 NONAME ?Encode@GCC_ConferenceTransferResponse@@UBEXAAVPASN_Stream@@@Z @7489 NONAME ?Encode@GCC_ConferenceUnlockIndication@@UBEXAAVPASN_Stream@@@Z @7490 NONAME ?Encode@GCC_ConferenceUnlockRequest@@UBEXAAVPASN_Stream@@@Z @7491 NONAME ?Encode@GCC_ConferenceUnlockResponse@@UBEXAAVPASN_Stream@@@Z @7492 NONAME ?Encode@GCC_ConnectData@@UBEXAAVPASN_Stream@@@Z @7493 NONAME ?Encode@GCC_FunctionNotSupportedResponse@@UBEXAAVPASN_Stream@@@Z @7494 NONAME ?Encode@GCC_NetworkAddress_subtype_aggregatedChannel@@UBEXAAVPASN_Stream@@@Z @7495 NONAME ?Encode@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBEXAAVPASN_Stream@@@Z @7496 NONAME ?Encode@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBEXAAVPASN_Stream@@@Z @7497 NONAME ?Encode@GCC_NetworkAddress_subtype_transportConnection@@UBEXAAVPASN_Stream@@@Z @7498 NONAME ?Encode@GCC_NodeProperties@@UBEXAAVPASN_Stream@@@Z @7499 NONAME ?Encode@GCC_NodeRecord@@UBEXAAVPASN_Stream@@@Z @7500 NONAME ?Encode@GCC_NonStandardParameter@@UBEXAAVPASN_Stream@@@Z @7501 NONAME ?Encode@GCC_NonStandardPDU@@UBEXAAVPASN_Stream@@@Z @7502 NONAME ?Encode@GCC_Password@@UBEXAAVPASN_Stream@@@Z @7503 NONAME ?Encode@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBEXAAVPASN_Stream@@@Z @7504 NONAME ?Encode@GCC_RegistryAllocateHandleRequest@@UBEXAAVPASN_Stream@@@Z @7505 NONAME ?Encode@GCC_RegistryAllocateHandleResponse@@UBEXAAVPASN_Stream@@@Z @7506 NONAME ?Encode@GCC_RegistryAssignTokenRequest@@UBEXAAVPASN_Stream@@@Z @7507 NONAME ?Encode@GCC_RegistryDeleteEntryRequest@@UBEXAAVPASN_Stream@@@Z @7508 NONAME ?Encode@GCC_RegistryEntryOwner_owned@@UBEXAAVPASN_Stream@@@Z @7509 NONAME ?Encode@GCC_RegistryKey@@UBEXAAVPASN_Stream@@@Z @7510 NONAME ?Encode@GCC_RegistryMonitorEntryIndication@@UBEXAAVPASN_Stream@@@Z @7511 NONAME ?Encode@GCC_RegistryMonitorEntryRequest@@UBEXAAVPASN_Stream@@@Z @7512 NONAME ?Encode@GCC_RegistryRegisterChannelRequest@@UBEXAAVPASN_Stream@@@Z @7513 NONAME ?Encode@GCC_RegistryResponse@@UBEXAAVPASN_Stream@@@Z @7514 NONAME ?Encode@GCC_RegistryRetrieveEntryRequest@@UBEXAAVPASN_Stream@@@Z @7515 NONAME ?Encode@GCC_RegistrySetParameterRequest@@UBEXAAVPASN_Stream@@@Z @7516 NONAME ?Encode@GCC_RosterUpdateIndication@@UBEXAAVPASN_Stream@@@Z @7517 NONAME ?Encode@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBEXAAVPASN_Stream@@@Z @7518 NONAME ?Encode@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBEXAAVPASN_Stream@@@Z @7519 NONAME ?Encode@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBEXAAVPASN_Stream@@@Z @7520 NONAME ?Encode@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBEXAAVPASN_Stream@@@Z @7521 NONAME ?Encode@GCC_RosterUpdateIndication_nodeInformation@@UBEXAAVPASN_Stream@@@Z @7522 NONAME ?Encode@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBEXAAVPASN_Stream@@@Z @7523 NONAME ?Encode@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBEXAAVPASN_Stream@@@Z @7524 NONAME ?Encode@GCC_SessionKey@@UBEXAAVPASN_Stream@@@Z @7525 NONAME ?Encode@GCC_TextMessageIndication@@UBEXAAVPASN_Stream@@@Z @7526 NONAME ?Encode@GCC_UserData_subtype@@UBEXAAVPASN_Stream@@@Z @7527 NONAME ?Encode@GCC_UserIDIndication@@UBEXAAVPASN_Stream@@@Z @7528 NONAME ?Encode@H225_AddressPattern_range@@UBEXAAVPASN_Stream@@@Z @17715 NONAME ?Encode@H225_AdmissionConfirm@@UBEXAAVPASN_Stream@@@Z @7529 NONAME ?Encode@H225_AdmissionReject@@UBEXAAVPASN_Stream@@@Z @7530 NONAME ?Encode@H225_AdmissionRequest@@UBEXAAVPASN_Stream@@@Z @7531 NONAME ?Encode@H225_Alerting_UUIE@@UBEXAAVPASN_Stream@@@Z @7532 NONAME ?Encode@H225_AlternateGK@@UBEXAAVPASN_Stream@@@Z @7533 NONAME ?Encode@H225_AlternateTransportAddresses@@UBEXAAVPASN_Stream@@@Z @17716 NONAME ?Encode@H225_AltGKInfo@@UBEXAAVPASN_Stream@@@Z @7534 NONAME ?Encode@H225_ANSI_41_UIM@@UBEXAAVPASN_Stream@@@Z @17717 NONAME ?Encode@H225_BandwidthConfirm@@UBEXAAVPASN_Stream@@@Z @7535 NONAME ?Encode@H225_BandwidthDetails@@UBEXAAVPASN_Stream@@@Z @17718 NONAME ?Encode@H225_BandwidthReject@@UBEXAAVPASN_Stream@@@Z @7536 NONAME ?Encode@H225_BandwidthRequest@@UBEXAAVPASN_Stream@@@Z @7537 NONAME ?Encode@H225_CallCapacity@@UBEXAAVPASN_Stream@@@Z @17719 NONAME ?Encode@H225_CallCapacityInfo@@UBEXAAVPASN_Stream@@@Z @17720 NONAME ?Encode@H225_CallCreditCapability@@UBEXAAVPASN_Stream@@@Z @17721 NONAME ?Encode@H225_CallCreditServiceControl@@UBEXAAVPASN_Stream@@@Z @17722 NONAME ?Encode@H225_CallIdentifier@@UBEXAAVPASN_Stream@@@Z @7538 NONAME ?Encode@H225_CallLinkage@@UBEXAAVPASN_Stream@@@Z @17723 NONAME ?Encode@H225_CallProceeding_UUIE@@UBEXAAVPASN_Stream@@@Z @7539 NONAME ?Encode@H225_CallsAvailable@@UBEXAAVPASN_Stream@@@Z @17724 NONAME ?Encode@H225_CapacityReportingCapability@@UBEXAAVPASN_Stream@@@Z @17725 NONAME ?Encode@H225_CapacityReportingSpecification@@UBEXAAVPASN_Stream@@@Z @17726 NONAME ?Encode@H225_CapacityReportingSpecification_when@@UBEXAAVPASN_Stream@@@Z @17727 NONAME ?Encode@H225_CarrierInfo@@UBEXAAVPASN_Stream@@@Z @27090 NONAME ?Encode@H225_CicInfo@@UBEXAAVPASN_Stream@@@Z @17728 NONAME ?Encode@H225_CircuitIdentifier@@UBEXAAVPASN_Stream@@@Z @26673 NONAME ?Encode@H225_CircuitInfo@@UBEXAAVPASN_Stream@@@Z @17729 NONAME ?Encode@H225_ConferenceList@@UBEXAAVPASN_Stream@@@Z @7540 NONAME ?Encode@H225_Connect_UUIE@@UBEXAAVPASN_Stream@@@Z @7541 NONAME ?Encode@H225_CryptoH323Token_cryptoEPPwdHash@@UBEXAAVPASN_Stream@@@Z @7542 NONAME ?Encode@H225_CryptoH323Token_cryptoGKPwdHash@@UBEXAAVPASN_Stream@@@Z @7543 NONAME ?Encode@H225_DataRate@@UBEXAAVPASN_Stream@@@Z @7544 NONAME ?Encode@H225_DisengageConfirm@@UBEXAAVPASN_Stream@@@Z @7545 NONAME ?Encode@H225_DisengageReject@@UBEXAAVPASN_Stream@@@Z @7546 NONAME ?Encode@H225_DisengageRequest@@UBEXAAVPASN_Stream@@@Z @7547 NONAME ?Encode@H225_Endpoint@@UBEXAAVPASN_Stream@@@Z @7548 NONAME ?Encode@H225_EndpointType@@UBEXAAVPASN_Stream@@@Z @7549 NONAME ?Encode@H225_EnumeratedParameter@@UBEXAAVPASN_Stream@@@Z @17730 NONAME ?Encode@H225_ExtendedAliasAddress@@UBEXAAVPASN_Stream@@@Z @17731 NONAME ?Encode@H225_Facility_UUIE@@UBEXAAVPASN_Stream@@@Z @7550 NONAME ?Encode@H225_FeatureSet@@UBEXAAVPASN_Stream@@@Z @17732 NONAME ?Encode@H225_GatekeeperConfirm@@UBEXAAVPASN_Stream@@@Z @7551 NONAME ?Encode@H225_GatekeeperInfo@@UBEXAAVPASN_Stream@@@Z @7552 NONAME ?Encode@H225_GatekeeperReject@@UBEXAAVPASN_Stream@@@Z @7553 NONAME ?Encode@H225_GatekeeperRequest@@UBEXAAVPASN_Stream@@@Z @7554 NONAME ?Encode@H225_GatewayInfo@@UBEXAAVPASN_Stream@@@Z @7555 NONAME ?Encode@H225_GenericData@@UBEXAAVPASN_Stream@@@Z @17733 NONAME ?Encode@H225_GroupID@@UBEXAAVPASN_Stream@@@Z @17734 NONAME ?Encode@H225_GSM_UIM@@UBEXAAVPASN_Stream@@@Z @17735 NONAME ?Encode@H225_H221NonStandard@@UBEXAAVPASN_Stream@@@Z @7556 NONAME ?Encode@H225_H310Caps@@UBEXAAVPASN_Stream@@@Z @7557 NONAME ?Encode@H225_H320Caps@@UBEXAAVPASN_Stream@@@Z @7558 NONAME ?Encode@H225_H321Caps@@UBEXAAVPASN_Stream@@@Z @7559 NONAME ?Encode@H225_H322Caps@@UBEXAAVPASN_Stream@@@Z @7560 NONAME ?Encode@H225_H323Caps@@UBEXAAVPASN_Stream@@@Z @7561 NONAME ?Encode@H225_H323_UserInformation@@UBEXAAVPASN_Stream@@@Z @7562 NONAME ?Encode@H225_H323_UserInformation_user_data@@UBEXAAVPASN_Stream@@@Z @7563 NONAME ?Encode@H225_H323_UU_PDU@@UBEXAAVPASN_Stream@@@Z @7564 NONAME ?Encode@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBEXAAVPASN_Stream@@@Z @17736 NONAME ?Encode@H225_H324Caps@@UBEXAAVPASN_Stream@@@Z @7565 NONAME ?Encode@H225_ICV@@UBEXAAVPASN_Stream@@@Z @7566 NONAME ?Encode@H225_InfoRequest@@UBEXAAVPASN_Stream@@@Z @7567 NONAME ?Encode@H225_InfoRequestAck@@UBEXAAVPASN_Stream@@@Z @7568 NONAME ?Encode@H225_InfoRequestNak@@UBEXAAVPASN_Stream@@@Z @7569 NONAME ?Encode@H225_InfoRequestResponse@@UBEXAAVPASN_Stream@@@Z @7570 NONAME ?Encode@H225_InfoRequestResponse_perCallInfo_subtype@@UBEXAAVPASN_Stream@@@Z @7571 NONAME ?Encode@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBEXAAVPASN_Stream@@@Z @7572 NONAME ?Encode@H225_Information_UUIE@@UBEXAAVPASN_Stream@@@Z @7573 NONAME ?Encode@H225_LocationConfirm@@UBEXAAVPASN_Stream@@@Z @7574 NONAME ?Encode@H225_LocationReject@@UBEXAAVPASN_Stream@@@Z @7575 NONAME ?Encode@H225_LocationRequest@@UBEXAAVPASN_Stream@@@Z @7576 NONAME ?Encode@H225_McuInfo@@UBEXAAVPASN_Stream@@@Z @7577 NONAME ?Encode@H225_NonStandardMessage@@UBEXAAVPASN_Stream@@@Z @7578 NONAME ?Encode@H225_NonStandardParameter@@UBEXAAVPASN_Stream@@@Z @7579 NONAME ?Encode@H225_NonStandardProtocol@@UBEXAAVPASN_Stream@@@Z @7580 NONAME ?Encode@H225_Notify_UUIE@@UBEXAAVPASN_Stream@@@Z @17737 NONAME ?Encode@H225_PrivatePartyNumber@@UBEXAAVPASN_Stream@@@Z @7581 NONAME ?Encode@H225_Progress_UUIE@@UBEXAAVPASN_Stream@@@Z @7582 NONAME ?Encode@H225_PublicPartyNumber@@UBEXAAVPASN_Stream@@@Z @7583 NONAME ?Encode@H225_Q954Details@@UBEXAAVPASN_Stream@@@Z @7584 NONAME ?Encode@H225_QseriesOptions@@UBEXAAVPASN_Stream@@@Z @7585 NONAME ?Encode@H225_RasUsageInformation@@UBEXAAVPASN_Stream@@@Z @17738 NONAME ?Encode@H225_RasUsageInfoTypes@@UBEXAAVPASN_Stream@@@Z @17739 NONAME ?Encode@H225_RasUsageSpecification@@UBEXAAVPASN_Stream@@@Z @17740 NONAME ?Encode@H225_RasUsageSpecification_callStartingPoint@@UBEXAAVPASN_Stream@@@Z @17741 NONAME ?Encode@H225_RasUsageSpecification_when@@UBEXAAVPASN_Stream@@@Z @17742 NONAME ?Encode@H225_RegistrationConfirm@@UBEXAAVPASN_Stream@@@Z @7586 NONAME ?Encode@H225_RegistrationConfirm_preGrantedARQ@@UBEXAAVPASN_Stream@@@Z @7587 NONAME ?Encode@H225_RegistrationReject@@UBEXAAVPASN_Stream@@@Z @7588 NONAME ?Encode@H225_RegistrationRejectReason_invalidTerminalAliases@@UBEXAAVPASN_Stream@@@Z @17743 NONAME ?Encode@H225_RegistrationRequest@@UBEXAAVPASN_Stream@@@Z @7589 NONAME ?Encode@H225_ReleaseComplete_UUIE@@UBEXAAVPASN_Stream@@@Z @7590 NONAME ?Encode@H225_RequestInProgress@@UBEXAAVPASN_Stream@@@Z @7591 NONAME ?Encode@H225_ResourcesAvailableConfirm@@UBEXAAVPASN_Stream@@@Z @7592 NONAME ?Encode@H225_ResourcesAvailableIndicate@@UBEXAAVPASN_Stream@@@Z @7593 NONAME ?Encode@H225_RTPSession@@UBEXAAVPASN_Stream@@@Z @7594 NONAME ?Encode@H225_SecurityCapabilities@@UBEXAAVPASN_Stream@@@Z @7595 NONAME ?Encode@H225_ServiceControlIndication@@UBEXAAVPASN_Stream@@@Z @17744 NONAME ?Encode@H225_ServiceControlIndication_callSpecific@@UBEXAAVPASN_Stream@@@Z @17745 NONAME ?Encode@H225_ServiceControlResponse@@UBEXAAVPASN_Stream@@@Z @17746 NONAME ?Encode@H225_ServiceControlSession@@UBEXAAVPASN_Stream@@@Z @17747 NONAME ?Encode@H225_SetupAcknowledge_UUIE@@UBEXAAVPASN_Stream@@@Z @17748 NONAME ?Encode@H225_Setup_UUIE@@UBEXAAVPASN_Stream@@@Z @7596 NONAME ?Encode@H225_Setup_UUIE_connectionParameters@@UBEXAAVPASN_Stream@@@Z @17749 NONAME ?Encode@H225_SIPCaps@@UBEXAAVPASN_Stream@@@Z @27091 NONAME ?Encode@H225_StatusInquiry_UUIE@@UBEXAAVPASN_Stream@@@Z @17750 NONAME ?Encode@H225_Status_UUIE@@UBEXAAVPASN_Stream@@@Z @17751 NONAME ?Encode@H225_StimulusControl@@UBEXAAVPASN_Stream@@@Z @17752 NONAME ?Encode@H225_SupportedPrefix@@UBEXAAVPASN_Stream@@@Z @7597 NONAME ?Encode@H225_T120OnlyCaps@@UBEXAAVPASN_Stream@@@Z @7598 NONAME ?Encode@H225_T38FaxAnnexbOnlyCaps@@UBEXAAVPASN_Stream@@@Z @17753 NONAME ?Encode@H225_TerminalInfo@@UBEXAAVPASN_Stream@@@Z @7599 NONAME ?Encode@H225_TransportAddress_ip6Address@@UBEXAAVPASN_Stream@@@Z @7600 NONAME ?Encode@H225_TransportAddress_ipAddress@@UBEXAAVPASN_Stream@@@Z @7601 NONAME ?Encode@H225_TransportAddress_ipSourceRoute@@UBEXAAVPASN_Stream@@@Z @7602 NONAME ?Encode@H225_TransportAddress_ipxAddress@@UBEXAAVPASN_Stream@@@Z @7603 NONAME ?Encode@H225_TransportChannelInfo@@UBEXAAVPASN_Stream@@@Z @7604 NONAME ?Encode@H225_TunnelledProtocol@@UBEXAAVPASN_Stream@@@Z @17754 NONAME ?Encode@H225_TunnelledProtocolAlternateIdentifier@@UBEXAAVPASN_Stream@@@Z @17755 NONAME ?Encode@H225_UnknownMessageResponse@@UBEXAAVPASN_Stream@@@Z @7605 NONAME ?Encode@H225_UnregistrationConfirm@@UBEXAAVPASN_Stream@@@Z @7606 NONAME ?Encode@H225_UnregistrationReject@@UBEXAAVPASN_Stream@@@Z @7607 NONAME ?Encode@H225_UnregistrationRequest@@UBEXAAVPASN_Stream@@@Z @7608 NONAME ?Encode@H225_UUIEsRequested@@UBEXAAVPASN_Stream@@@Z @7609 NONAME ?Encode@H225_VendorIdentifier@@UBEXAAVPASN_Stream@@@Z @7610 NONAME ?Encode@H225_VoiceCaps@@UBEXAAVPASN_Stream@@@Z @7611 NONAME ?Encode@H235_ClearToken@@UBEXAAVPASN_Stream@@@Z @7612 NONAME ?Encode@H235_CryptoToken_cryptoEncryptedToken@@UBEXAAVPASN_Stream@@@Z @7613 NONAME ?Encode@H235_CryptoToken_cryptoHashedToken@@UBEXAAVPASN_Stream@@@Z @7614 NONAME ?Encode@H235_CryptoToken_cryptoSignedToken@@UBEXAAVPASN_Stream@@@Z @7615 NONAME ?Encode@H235_DHset@@UBEXAAVPASN_Stream@@@Z @7616 NONAME ?Encode@H235_ECGDSASignature@@UBEXAAVPASN_Stream@@@Z @27092 NONAME ?Encode@H235_ECKASDH_eckasdh2@@UBEXAAVPASN_Stream@@@Z @19255 NONAME ?Encode@H235_ECKASDH_eckasdhp@@UBEXAAVPASN_Stream@@@Z @19256 NONAME ?Encode@H235_ECpoint@@UBEXAAVPASN_Stream@@@Z @27093 NONAME ?Encode@H235_H235CertificateSignature@@UBEXAAVPASN_Stream@@@Z @7617 NONAME ?Encode@H235_KeySignedMaterial@@UBEXAAVPASN_Stream@@@Z @7618 NONAME ?Encode@H235_KeySyncMaterial@@UBEXAAVPASN_Stream@@@Z @7619 NONAME ?Encode@H235_NonStandardParameter@@UBEXAAVPASN_Stream@@@Z @7620 NONAME ?Encode@H235_Params@@UBEXAAVPASN_Stream@@@Z @7621 NONAME ?Encode@H235_ReturnSig@@UBEXAAVPASN_Stream@@@Z @7622 NONAME ?Encode@H235_TypedCertificate@@UBEXAAVPASN_Stream@@@Z @7623 NONAME ?Encode@H235_V3KeySyncMaterial@@UBEXAAVPASN_Stream@@@Z @27094 NONAME ?Encode@H245_ATMParameters@@UBEXAAVPASN_Stream@@@Z @7624 NONAME ?Encode@H245_AudioCapability_g7231@@UBEXAAVPASN_Stream@@@Z @7625 NONAME ?Encode@H245_AudioTelephonyEventCapability@@UBEXAAVPASN_Stream@@@Z @17756 NONAME ?Encode@H245_AudioToneCapability@@UBEXAAVPASN_Stream@@@Z @17757 NONAME ?Encode@H245_AuthenticationCapability@@UBEXAAVPASN_Stream@@@Z @7626 NONAME ?Encode@H245_BEnhancementParameters@@UBEXAAVPASN_Stream@@@Z @7627 NONAME ?Encode@H245_CapabilityDescriptor@@UBEXAAVPASN_Stream@@@Z @7628 NONAME ?Encode@H245_CapabilityTableEntry@@UBEXAAVPASN_Stream@@@Z @7629 NONAME ?Encode@H245_Capability_h233EncryptionReceiveCapability@@UBEXAAVPASN_Stream@@@Z @7630 NONAME ?Encode@H245_CloseLogicalChannel@@UBEXAAVPASN_Stream@@@Z @7631 NONAME ?Encode@H245_CloseLogicalChannelAck@@UBEXAAVPASN_Stream@@@Z @7632 NONAME ?Encode@H245_CommunicationModeCommand@@UBEXAAVPASN_Stream@@@Z @7633 NONAME ?Encode@H245_CommunicationModeRequest@@UBEXAAVPASN_Stream@@@Z @7634 NONAME ?Encode@H245_CommunicationModeTableEntry@@UBEXAAVPASN_Stream@@@Z @7635 NONAME ?Encode@H245_ConferenceCapability@@UBEXAAVPASN_Stream@@@Z @7636 NONAME ?Encode@H245_ConferenceRequest_requestTerminalCertificate@@UBEXAAVPASN_Stream@@@Z @7637 NONAME ?Encode@H245_ConferenceResponse_chairTokenOwnerResponse@@UBEXAAVPASN_Stream@@@Z @7638 NONAME ?Encode@H245_ConferenceResponse_conferenceIDResponse@@UBEXAAVPASN_Stream@@@Z @7639 NONAME ?Encode@H245_ConferenceResponse_extensionAddressResponse@@UBEXAAVPASN_Stream@@@Z @7640 NONAME ?Encode@H245_ConferenceResponse_mCTerminalIDResponse@@UBEXAAVPASN_Stream@@@Z @7641 NONAME ?Encode@H245_ConferenceResponse_passwordResponse@@UBEXAAVPASN_Stream@@@Z @7642 NONAME ?Encode@H245_ConferenceResponse_terminalCertificateResponse@@UBEXAAVPASN_Stream@@@Z @7643 NONAME ?Encode@H245_ConferenceResponse_terminalIDResponse@@UBEXAAVPASN_Stream@@@Z @7644 NONAME ?Encode@H245_ConnectionIdentifier@@UBEXAAVPASN_Stream@@@Z @17758 NONAME ?Encode@H245_Criteria@@UBEXAAVPASN_Stream@@@Z @7645 NONAME ?Encode@H245_CustomPictureClockFrequency@@UBEXAAVPASN_Stream@@@Z @7646 NONAME ?Encode@H245_CustomPictureFormat@@UBEXAAVPASN_Stream@@@Z @7647 NONAME ?Encode@H245_CustomPictureFormat_mPI@@UBEXAAVPASN_Stream@@@Z @7648 NONAME ?Encode@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBEXAAVPASN_Stream@@@Z @7649 NONAME ?Encode@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBEXAAVPASN_Stream@@@Z @7650 NONAME ?Encode@H245_DataApplicationCapability@@UBEXAAVPASN_Stream@@@Z @7651 NONAME ?Encode@H245_DataApplicationCapability_application_nlpid@@UBEXAAVPASN_Stream@@@Z @7652 NONAME ?Encode@H245_DataApplicationCapability_application_t38fax@@UBEXAAVPASN_Stream@@@Z @17759 NONAME ?Encode@H245_DataApplicationCapability_application_t84@@UBEXAAVPASN_Stream@@@Z @7653 NONAME ?Encode@H245_DataMode@@UBEXAAVPASN_Stream@@@Z @7654 NONAME ?Encode@H245_DataMode_application_nlpid@@UBEXAAVPASN_Stream@@@Z @7655 NONAME ?Encode@H245_DataMode_application_t38fax@@UBEXAAVPASN_Stream@@@Z @17760 NONAME ?Encode@H245_DepFECCapability_rfc2733@@UBEXAAVPASN_Stream@@@Z @45793 NONAME ?Encode@H245_DepFECCapability_rfc2733_separateStream@@UBEXAAVPASN_Stream@@@Z @45794 NONAME ?Encode@H245_DepFECData_rfc2733@@UBEXAAVPASN_Stream@@@Z @45795 NONAME ?Encode@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBEXAAVPASN_Stream@@@Z @45796 NONAME ?Encode@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBEXAAVPASN_Stream@@@Z @45797 NONAME ?Encode@H245_DepFECMode_rfc2733Mode@@UBEXAAVPASN_Stream@@@Z @45798 NONAME ?Encode@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBEXAAVPASN_Stream@@@Z @45799 NONAME ?Encode@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBEXAAVPASN_Stream@@@Z @45800 NONAME ?Encode@H245_DialingInformationNumber@@UBEXAAVPASN_Stream@@@Z @17761 NONAME ?Encode@H245_EncryptionAuthenticationAndIntegrity@@UBEXAAVPASN_Stream@@@Z @7656 NONAME ?Encode@H245_EncryptionCommand_encryptionAlgorithmID@@UBEXAAVPASN_Stream@@@Z @7657 NONAME ?Encode@H245_EncryptionSync@@UBEXAAVPASN_Stream@@@Z @7658 NONAME ?Encode@H245_EncryptionUpdateRequest@@UBEXAAVPASN_Stream@@@Z @7659 NONAME ?Encode@H245_EnhancementLayerInfo@@UBEXAAVPASN_Stream@@@Z @7660 NONAME ?Encode@H245_EnhancementOptions@@UBEXAAVPASN_Stream@@@Z @7661 NONAME ?Encode@H245_EscrowData@@UBEXAAVPASN_Stream@@@Z @7662 NONAME ?Encode@H245_ExtendedVideoCapability@@UBEXAAVPASN_Stream@@@Z @45308 NONAME ?Encode@H245_FECCapability@@UBEXAAVPASN_Stream@@@Z @45801 NONAME ?Encode@H245_FECData_rfc2733@@UBEXAAVPASN_Stream@@@Z @27097 NONAME ?Encode@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBEXAAVPASN_Stream@@@Z @45802 NONAME ?Encode@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UBEXAAVPASN_Stream@@@Z @45803 NONAME ?Encode@H245_FECMode@@UBEXAAVPASN_Stream@@@Z @45804 NONAME ?Encode@H245_FlowControlCommand@@UBEXAAVPASN_Stream@@@Z @7663 NONAME ?Encode@H245_FlowControlIndication@@UBEXAAVPASN_Stream@@@Z @17762 NONAME ?Encode@H245_FunctionNotSupported@@UBEXAAVPASN_Stream@@@Z @7664 NONAME ?Encode@H245_G7231AnnexCCapability@@UBEXAAVPASN_Stream@@@Z @7665 NONAME ?Encode@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBEXAAVPASN_Stream@@@Z @7666 NONAME ?Encode@H245_G7231AnnexCMode@@UBEXAAVPASN_Stream@@@Z @7667 NONAME ?Encode@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBEXAAVPASN_Stream@@@Z @7668 NONAME ?Encode@H245_G729Extensions@@UBEXAAVPASN_Stream@@@Z @17763 NONAME ?Encode@H245_GenericCapability@@UBEXAAVPASN_Stream@@@Z @17764 NONAME ?Encode@H245_GenericMessage@@UBEXAAVPASN_Stream@@@Z @45309 NONAME ?Encode@H245_GenericParameter@@UBEXAAVPASN_Stream@@@Z @17765 NONAME ?Encode@H245_GSMAudioCapability@@UBEXAAVPASN_Stream@@@Z @7669 NONAME ?Encode@H245_H222Capability@@UBEXAAVPASN_Stream@@@Z @7670 NONAME ?Encode@H245_H222LogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @7671 NONAME ?Encode@H245_H223AL1MParameters@@UBEXAAVPASN_Stream@@@Z @7672 NONAME ?Encode@H245_H223AL2MParameters@@UBEXAAVPASN_Stream@@@Z @7673 NONAME ?Encode@H245_H223AL3MParameters@@UBEXAAVPASN_Stream@@@Z @7674 NONAME ?Encode@H245_H223AnnexCArqParameters@@UBEXAAVPASN_Stream@@@Z @7675 NONAME ?Encode@H245_H223AnnexCCapability@@UBEXAAVPASN_Stream@@@Z @7676 NONAME ?Encode@H245_H223Capability@@UBEXAAVPASN_Stream@@@Z @7677 NONAME ?Encode@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBEXAAVPASN_Stream@@@Z @7678 NONAME ?Encode@H245_H223Capability_mobileMultilinkFrameCapability@@UBEXAAVPASN_Stream@@@Z @17766 NONAME ?Encode@H245_H223Capability_mobileOperationTransmitCapability@@UBEXAAVPASN_Stream@@@Z @7679 NONAME ?Encode@H245_H223LogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @7680 NONAME ?Encode@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBEXAAVPASN_Stream@@@Z @7681 NONAME ?Encode@H245_H223ModeParameters@@UBEXAAVPASN_Stream@@@Z @7682 NONAME ?Encode@H245_H223ModeParameters_adaptationLayerType_al3@@UBEXAAVPASN_Stream@@@Z @7683 NONAME ?Encode@H245_H223SkewIndication@@UBEXAAVPASN_Stream@@@Z @7684 NONAME ?Encode@H245_H2250Capability@@UBEXAAVPASN_Stream@@@Z @7685 NONAME ?Encode@H245_H2250Capability_mcCapability@@UBEXAAVPASN_Stream@@@Z @7686 NONAME ?Encode@H245_H2250LogicalChannelAckParameters@@UBEXAAVPASN_Stream@@@Z @7687 NONAME ?Encode@H245_H2250LogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @7688 NONAME ?Encode@H245_H2250MaximumSkewIndication@@UBEXAAVPASN_Stream@@@Z @7689 NONAME ?Encode@H245_H2250ModeParameters@@UBEXAAVPASN_Stream@@@Z @7690 NONAME ?Encode@H245_H235Media@@UBEXAAVPASN_Stream@@@Z @7691 NONAME ?Encode@H245_H235Mode@@UBEXAAVPASN_Stream@@@Z @7692 NONAME ?Encode@H245_H235SecurityCapability@@UBEXAAVPASN_Stream@@@Z @7693 NONAME ?Encode@H245_H261VideoCapability@@UBEXAAVPASN_Stream@@@Z @7694 NONAME ?Encode@H245_H261VideoMode@@UBEXAAVPASN_Stream@@@Z @7695 NONAME ?Encode@H245_H262VideoCapability@@UBEXAAVPASN_Stream@@@Z @7696 NONAME ?Encode@H245_H262VideoMode@@UBEXAAVPASN_Stream@@@Z @7697 NONAME ?Encode@H245_H263ModeComboFlags@@UBEXAAVPASN_Stream@@@Z @7698 NONAME ?Encode@H245_H263Options@@UBEXAAVPASN_Stream@@@Z @7699 NONAME ?Encode@H245_H263Version3Options@@UBEXAAVPASN_Stream@@@Z @17767 NONAME ?Encode@H245_H263VideoCapability@@UBEXAAVPASN_Stream@@@Z @7700 NONAME ?Encode@H245_H263VideoMode@@UBEXAAVPASN_Stream@@@Z @7701 NONAME ?Encode@H245_H263VideoModeCombos@@UBEXAAVPASN_Stream@@@Z @7702 NONAME ?Encode@H245_IntegrityCapability@@UBEXAAVPASN_Stream@@@Z @7703 NONAME ?Encode@H245_IS11172AudioCapability@@UBEXAAVPASN_Stream@@@Z @7704 NONAME ?Encode@H245_IS11172AudioMode@@UBEXAAVPASN_Stream@@@Z @7705 NONAME ?Encode@H245_IS11172VideoCapability@@UBEXAAVPASN_Stream@@@Z @7706 NONAME ?Encode@H245_IS11172VideoMode@@UBEXAAVPASN_Stream@@@Z @7707 NONAME ?Encode@H245_IS13818AudioCapability@@UBEXAAVPASN_Stream@@@Z @7708 NONAME ?Encode@H245_IS13818AudioMode@@UBEXAAVPASN_Stream@@@Z @7709 NONAME ?Encode@H245_JitterIndication@@UBEXAAVPASN_Stream@@@Z @7710 NONAME ?Encode@H245_KeyProtectionMethod@@UBEXAAVPASN_Stream@@@Z @7711 NONAME ?Encode@H245_LogicalChannelRateAcknowledge@@UBEXAAVPASN_Stream@@@Z @17768 NONAME ?Encode@H245_LogicalChannelRateReject@@UBEXAAVPASN_Stream@@@Z @17769 NONAME ?Encode@H245_LogicalChannelRateRelease@@UBEXAAVPASN_Stream@@@Z @17770 NONAME ?Encode@H245_LogicalChannelRateRequest@@UBEXAAVPASN_Stream@@@Z @17771 NONAME ?Encode@H245_MaintenanceLoopAck@@UBEXAAVPASN_Stream@@@Z @7712 NONAME ?Encode@H245_MaintenanceLoopOffCommand@@UBEXAAVPASN_Stream@@@Z @7713 NONAME ?Encode@H245_MaintenanceLoopReject@@UBEXAAVPASN_Stream@@@Z @7714 NONAME ?Encode@H245_MaintenanceLoopRequest@@UBEXAAVPASN_Stream@@@Z @7715 NONAME ?Encode@H245_MasterSlaveDetermination@@UBEXAAVPASN_Stream@@@Z @7716 NONAME ?Encode@H245_MasterSlaveDeterminationAck@@UBEXAAVPASN_Stream@@@Z @7717 NONAME ?Encode@H245_MasterSlaveDeterminationReject@@UBEXAAVPASN_Stream@@@Z @7718 NONAME ?Encode@H245_MasterSlaveDeterminationRelease@@UBEXAAVPASN_Stream@@@Z @7719 NONAME ?Encode@H245_MCLocationIndication@@UBEXAAVPASN_Stream@@@Z @7720 NONAME ?Encode@H245_MediaChannelCapability@@UBEXAAVPASN_Stream@@@Z @7721 NONAME ?Encode@H245_MediaDistributionCapability@@UBEXAAVPASN_Stream@@@Z @7722 NONAME ?Encode@H245_MediaPacketizationCapability@@UBEXAAVPASN_Stream@@@Z @7723 NONAME ?Encode@H245_MediaTransportType_atm_AAL5_compressed@@UBEXAAVPASN_Stream@@@Z @17772 NONAME ?Encode@H245_MiscellaneousCommand@@UBEXAAVPASN_Stream@@@Z @7724 NONAME ?Encode@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBEXAAVPASN_Stream@@@Z @45310 NONAME ?Encode@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBEXAAVPASN_Stream@@@Z @45311 NONAME ?Encode@H245_MiscellaneousCommand_type_lostPartialPicture@@UBEXAAVPASN_Stream@@@Z @17773 NONAME ?Encode@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBEXAAVPASN_Stream@@@Z @7725 NONAME ?Encode@H245_MiscellaneousCommand_type_videoBadMBs@@UBEXAAVPASN_Stream@@@Z @17774 NONAME ?Encode@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBEXAAVPASN_Stream@@@Z @7726 NONAME ?Encode@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBEXAAVPASN_Stream@@@Z @7727 NONAME ?Encode@H245_MiscellaneousIndication@@UBEXAAVPASN_Stream@@@Z @7728 NONAME ?Encode@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBEXAAVPASN_Stream@@@Z @7729 NONAME ?Encode@H245_MobileMultilinkReconfigurationCommand@@UBEXAAVPASN_Stream@@@Z @17775 NONAME ?Encode@H245_MobileMultilinkReconfigurationIndication@@UBEXAAVPASN_Stream@@@Z @17776 NONAME ?Encode@H245_ModeElement@@UBEXAAVPASN_Stream@@@Z @7730 NONAME ?Encode@H245_MulticastAddress_iP6Address@@UBEXAAVPASN_Stream@@@Z @7731 NONAME ?Encode@H245_MulticastAddress_iPAddress@@UBEXAAVPASN_Stream@@@Z @7732 NONAME ?Encode@H245_MultilinkIndication_crcDesired@@UBEXAAVPASN_Stream@@@Z @17777 NONAME ?Encode@H245_MultilinkIndication_excessiveError@@UBEXAAVPASN_Stream@@@Z @17778 NONAME ?Encode@H245_MultilinkRequest_addConnection@@UBEXAAVPASN_Stream@@@Z @17779 NONAME ?Encode@H245_MultilinkRequest_callInformation@@UBEXAAVPASN_Stream@@@Z @17780 NONAME ?Encode@H245_MultilinkRequest_maximumHeaderInterval@@UBEXAAVPASN_Stream@@@Z @17781 NONAME ?Encode@H245_MultilinkRequest_removeConnection@@UBEXAAVPASN_Stream@@@Z @17782 NONAME ?Encode@H245_MultilinkResponse_addConnection@@UBEXAAVPASN_Stream@@@Z @17783 NONAME ?Encode@H245_MultilinkResponse_callInformation@@UBEXAAVPASN_Stream@@@Z @17784 NONAME ?Encode@H245_MultilinkResponse_maximumHeaderInterval@@UBEXAAVPASN_Stream@@@Z @17785 NONAME ?Encode@H245_MultilinkResponse_removeConnection@@UBEXAAVPASN_Stream@@@Z @17786 NONAME ?Encode@H245_MultiplePayloadStream@@UBEXAAVPASN_Stream@@@Z @27103 NONAME ?Encode@H245_MultiplePayloadStreamCapability@@UBEXAAVPASN_Stream@@@Z @27104 NONAME ?Encode@H245_MultiplePayloadStreamElement@@UBEXAAVPASN_Stream@@@Z @27105 NONAME ?Encode@H245_MultiplePayloadStreamElementMode@@UBEXAAVPASN_Stream@@@Z @27106 NONAME ?Encode@H245_MultiplePayloadStreamMode@@UBEXAAVPASN_Stream@@@Z @27107 NONAME ?Encode@H245_MultiplexedStreamCapability@@UBEXAAVPASN_Stream@@@Z @17787 NONAME ?Encode@H245_MultiplexedStreamModeParameters@@UBEXAAVPASN_Stream@@@Z @17788 NONAME ?Encode@H245_MultiplexedStreamParameter@@UBEXAAVPASN_Stream@@@Z @17789 NONAME ?Encode@H245_MultiplexElement@@UBEXAAVPASN_Stream@@@Z @7733 NONAME ?Encode@H245_MultiplexEntryDescriptor@@UBEXAAVPASN_Stream@@@Z @7734 NONAME ?Encode@H245_MultiplexEntryRejectionDescriptions@@UBEXAAVPASN_Stream@@@Z @7735 NONAME ?Encode@H245_MultiplexEntrySend@@UBEXAAVPASN_Stream@@@Z @7736 NONAME ?Encode@H245_MultiplexEntrySendAck@@UBEXAAVPASN_Stream@@@Z @7737 NONAME ?Encode@H245_MultiplexEntrySendReject@@UBEXAAVPASN_Stream@@@Z @7738 NONAME ?Encode@H245_MultiplexEntrySendRelease@@UBEXAAVPASN_Stream@@@Z @7739 NONAME ?Encode@H245_MultipointCapability@@UBEXAAVPASN_Stream@@@Z @7740 NONAME ?Encode@H245_NetworkAccessParameters@@UBEXAAVPASN_Stream@@@Z @7741 NONAME ?Encode@H245_NewATMVCCommand@@UBEXAAVPASN_Stream@@@Z @17790 NONAME ?Encode@H245_NewATMVCCommand_aal_aal1@@UBEXAAVPASN_Stream@@@Z @17791 NONAME ?Encode@H245_NewATMVCCommand_aal_aal5@@UBEXAAVPASN_Stream@@@Z @17792 NONAME ?Encode@H245_NewATMVCCommand_reverseParameters@@UBEXAAVPASN_Stream@@@Z @17793 NONAME ?Encode@H245_NewATMVCIndication@@UBEXAAVPASN_Stream@@@Z @7742 NONAME ?Encode@H245_NewATMVCIndication_aal_aal1@@UBEXAAVPASN_Stream@@@Z @7743 NONAME ?Encode@H245_NewATMVCIndication_aal_aal5@@UBEXAAVPASN_Stream@@@Z @7744 NONAME ?Encode@H245_NewATMVCIndication_reverseParameters@@UBEXAAVPASN_Stream@@@Z @7745 NONAME ?Encode@H245_NonStandardIdentifier_h221NonStandard@@UBEXAAVPASN_Stream@@@Z @7746 NONAME ?Encode@H245_NonStandardMessage@@UBEXAAVPASN_Stream@@@Z @7747 NONAME ?Encode@H245_NonStandardParameter@@UBEXAAVPASN_Stream@@@Z @7748 NONAME ?Encode@H245_NoPTAudioTelephonyEventCapability@@UBEXAAVPASN_Stream@@@Z @27108 NONAME ?Encode@H245_NoPTAudioToneCapability@@UBEXAAVPASN_Stream@@@Z @27109 NONAME ?Encode@H245_OpenLogicalChannel@@UBEXAAVPASN_Stream@@@Z @7749 NONAME ?Encode@H245_OpenLogicalChannelAck@@UBEXAAVPASN_Stream@@@Z @7750 NONAME ?Encode@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @7751 NONAME ?Encode@H245_OpenLogicalChannelConfirm@@UBEXAAVPASN_Stream@@@Z @7752 NONAME ?Encode@H245_OpenLogicalChannelReject@@UBEXAAVPASN_Stream@@@Z @7753 NONAME ?Encode@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @7754 NONAME ?Encode@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @7755 NONAME ?Encode@H245_Params@@UBEXAAVPASN_Stream@@@Z @45312 NONAME ?Encode@H245_Q2931Address@@UBEXAAVPASN_Stream@@@Z @7756 NONAME ?Encode@H245_QOSCapability@@UBEXAAVPASN_Stream@@@Z @7757 NONAME ?Encode@H245_RedundancyEncoding@@UBEXAAVPASN_Stream@@@Z @7758 NONAME ?Encode@H245_RedundancyEncodingCapability@@UBEXAAVPASN_Stream@@@Z @7759 NONAME ?Encode@H245_RedundancyEncodingDTMode@@UBEXAAVPASN_Stream@@@Z @27110 NONAME ?Encode@H245_RedundancyEncodingDTModeElement@@UBEXAAVPASN_Stream@@@Z @27111 NONAME ?Encode@H245_RedundancyEncodingElement@@UBEXAAVPASN_Stream@@@Z @27112 NONAME ?Encode@H245_RedundancyEncodingMode@@UBEXAAVPASN_Stream@@@Z @7760 NONAME ?Encode@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBEXAAVPASN_Stream@@@Z @27113 NONAME ?Encode@H245_RefPictureSelection@@UBEXAAVPASN_Stream@@@Z @7761 NONAME ?Encode@H245_RefPictureSelection_additionalPictureMemory@@UBEXAAVPASN_Stream@@@Z @7762 NONAME ?Encode@H245_RefPictureSelection_enhancedReferencePicSelect@@UBEXAAVPASN_Stream@@@Z @17794 NONAME ?Encode@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBEXAAVPASN_Stream@@@Z @17795 NONAME ?Encode@H245_RequestAllTerminalIDsResponse@@UBEXAAVPASN_Stream@@@Z @7763 NONAME ?Encode@H245_RequestChannelClose@@UBEXAAVPASN_Stream@@@Z @7764 NONAME ?Encode@H245_RequestChannelCloseAck@@UBEXAAVPASN_Stream@@@Z @7765 NONAME ?Encode@H245_RequestChannelCloseReject@@UBEXAAVPASN_Stream@@@Z @7766 NONAME ?Encode@H245_RequestChannelCloseRelease@@UBEXAAVPASN_Stream@@@Z @7767 NONAME ?Encode@H245_RequestMode@@UBEXAAVPASN_Stream@@@Z @7768 NONAME ?Encode@H245_RequestModeAck@@UBEXAAVPASN_Stream@@@Z @7769 NONAME ?Encode@H245_RequestModeReject@@UBEXAAVPASN_Stream@@@Z @7770 NONAME ?Encode@H245_RequestModeRelease@@UBEXAAVPASN_Stream@@@Z @7771 NONAME ?Encode@H245_RequestMultiplexEntry@@UBEXAAVPASN_Stream@@@Z @7772 NONAME ?Encode@H245_RequestMultiplexEntryAck@@UBEXAAVPASN_Stream@@@Z @7773 NONAME ?Encode@H245_RequestMultiplexEntryReject@@UBEXAAVPASN_Stream@@@Z @7774 NONAME ?Encode@H245_RequestMultiplexEntryRejectionDescriptions@@UBEXAAVPASN_Stream@@@Z @7775 NONAME ?Encode@H245_RequestMultiplexEntryRelease@@UBEXAAVPASN_Stream@@@Z @7776 NONAME ?Encode@H245_RoundTripDelayRequest@@UBEXAAVPASN_Stream@@@Z @7777 NONAME ?Encode@H245_RoundTripDelayResponse@@UBEXAAVPASN_Stream@@@Z @7778 NONAME ?Encode@H245_RSVPParameters@@UBEXAAVPASN_Stream@@@Z @7779 NONAME ?Encode@H245_RTPH263VideoRedundancyEncoding@@UBEXAAVPASN_Stream@@@Z @7780 NONAME ?Encode@H245_RTPH263VideoRedundancyFrameMapping@@UBEXAAVPASN_Stream@@@Z @7781 NONAME ?Encode@H245_RTPPayloadType@@UBEXAAVPASN_Stream@@@Z @7782 NONAME ?Encode@H245_SendTerminalCapabilitySet_specificRequest@@UBEXAAVPASN_Stream@@@Z @7783 NONAME ?Encode@H245_SubstituteConferenceIDCommand@@UBEXAAVPASN_Stream@@@Z @7784 NONAME ?Encode@H245_T38FaxProfile@@UBEXAAVPASN_Stream@@@Z @17796 NONAME ?Encode@H245_T38FaxTcpOptions@@UBEXAAVPASN_Stream@@@Z @17797 NONAME ?Encode@H245_T38FaxUdpOptions@@UBEXAAVPASN_Stream@@@Z @17798 NONAME ?Encode@H245_T84Profile_t84Restricted@@UBEXAAVPASN_Stream@@@Z @7785 NONAME ?Encode@H245_TerminalCapabilitySet@@UBEXAAVPASN_Stream@@@Z @7786 NONAME ?Encode@H245_TerminalCapabilitySetAck@@UBEXAAVPASN_Stream@@@Z @7787 NONAME ?Encode@H245_TerminalCapabilitySetReject@@UBEXAAVPASN_Stream@@@Z @7788 NONAME ?Encode@H245_TerminalCapabilitySetRelease@@UBEXAAVPASN_Stream@@@Z @7789 NONAME ?Encode@H245_TerminalInformation@@UBEXAAVPASN_Stream@@@Z @7790 NONAME ?Encode@H245_TerminalLabel@@UBEXAAVPASN_Stream@@@Z @7791 NONAME ?Encode@H245_TerminalYouAreSeeingInSubPictureNumber@@UBEXAAVPASN_Stream@@@Z @7792 NONAME ?Encode@H245_TransparencyParameters@@UBEXAAVPASN_Stream@@@Z @7793 NONAME ?Encode@H245_TransportCapability@@UBEXAAVPASN_Stream@@@Z @7794 NONAME ?Encode@H245_UnicastAddress_iP6Address@@UBEXAAVPASN_Stream@@@Z @7795 NONAME ?Encode@H245_UnicastAddress_iPAddress@@UBEXAAVPASN_Stream@@@Z @7796 NONAME ?Encode@H245_UnicastAddress_iPSourceRouteAddress@@UBEXAAVPASN_Stream@@@Z @7797 NONAME ?Encode@H245_UnicastAddress_iPXAddress@@UBEXAAVPASN_Stream@@@Z @7798 NONAME ?Encode@H245_UserInputIndication_encryptedAlphanumeric@@UBEXAAVPASN_Stream@@@Z @45313 NONAME ?Encode@H245_UserInputIndication_extendedAlphanumeric@@UBEXAAVPASN_Stream@@@Z @17799 NONAME ?Encode@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBEXAAVPASN_Stream@@@Z @45314 NONAME ?Encode@H245_UserInputIndication_signal@@UBEXAAVPASN_Stream@@@Z @7799 NONAME ?Encode@H245_UserInputIndication_signalUpdate@@UBEXAAVPASN_Stream@@@Z @7800 NONAME ?Encode@H245_UserInputIndication_signalUpdate_rtp@@UBEXAAVPASN_Stream@@@Z @7801 NONAME ?Encode@H245_UserInputIndication_signal_rtp@@UBEXAAVPASN_Stream@@@Z @7802 NONAME ?Encode@H245_V42bis@@UBEXAAVPASN_Stream@@@Z @7803 NONAME ?Encode@H245_V75Capability@@UBEXAAVPASN_Stream@@@Z @7804 NONAME ?Encode@H245_V75Parameters@@UBEXAAVPASN_Stream@@@Z @7805 NONAME ?Encode@H245_V76Capability@@UBEXAAVPASN_Stream@@@Z @7806 NONAME ?Encode@H245_V76HDLCParameters@@UBEXAAVPASN_Stream@@@Z @7807 NONAME ?Encode@H245_V76LogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @7808 NONAME ?Encode@H245_V76LogicalChannelParameters_mode_eRM@@UBEXAAVPASN_Stream@@@Z @7809 NONAME ?Encode@H245_VBDCapability@@UBEXAAVPASN_Stream@@@Z @27114 NONAME ?Encode@H245_VBDMode@@UBEXAAVPASN_Stream@@@Z @27115 NONAME ?Encode@H245_VCCapability@@UBEXAAVPASN_Stream@@@Z @7810 NONAME ?Encode@H245_VCCapability_aal1@@UBEXAAVPASN_Stream@@@Z @7811 NONAME ?Encode@H245_VCCapability_aal1ViaGateway@@UBEXAAVPASN_Stream@@@Z @17800 NONAME ?Encode@H245_VCCapability_aal5@@UBEXAAVPASN_Stream@@@Z @7812 NONAME ?Encode@H245_VCCapability_availableBitRates@@UBEXAAVPASN_Stream@@@Z @7813 NONAME ?Encode@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBEXAAVPASN_Stream@@@Z @7814 NONAME ?Encode@H245_VendorIdentification@@UBEXAAVPASN_Stream@@@Z @7815 NONAME ?Encode@H245_VideoIndicateCompose@@UBEXAAVPASN_Stream@@@Z @7816 NONAME ?Encode@H248_ActionReply@@UBEXAAVPASN_Stream@@@Z @22904 NONAME ?Encode@H248_ActionRequest@@UBEXAAVPASN_Stream@@@Z @22905 NONAME ?Encode@H248_AmmRequest@@UBEXAAVPASN_Stream@@@Z @22906 NONAME ?Encode@H248_AmmsReply@@UBEXAAVPASN_Stream@@@Z @22907 NONAME ?Encode@H248_AuditDescriptor@@UBEXAAVPASN_Stream@@@Z @22908 NONAME ?Encode@H248_AuditRequest@@UBEXAAVPASN_Stream@@@Z @22909 NONAME ?Encode@H248_AuditResult@@UBEXAAVPASN_Stream@@@Z @22910 NONAME ?Encode@H248_AuthenticationHeader@@UBEXAAVPASN_Stream@@@Z @22911 NONAME ?Encode@H248_CommandRequest@@UBEXAAVPASN_Stream@@@Z @22912 NONAME ?Encode@H248_ContextAttrAuditRequest@@UBEXAAVPASN_Stream@@@Z @22913 NONAME ?Encode@H248_ContextRequest@@UBEXAAVPASN_Stream@@@Z @22914 NONAME ?Encode@H248_DigitMapDescriptor@@UBEXAAVPASN_Stream@@@Z @22915 NONAME ?Encode@H248_DigitMapValue@@UBEXAAVPASN_Stream@@@Z @22916 NONAME ?Encode@H248_DomainName@@UBEXAAVPASN_Stream@@@Z @22917 NONAME ?Encode@H248_ErrorDescriptor@@UBEXAAVPASN_Stream@@@Z @22918 NONAME ?Encode@H248_EventParameter@@UBEXAAVPASN_Stream@@@Z @22919 NONAME ?Encode@H248_EventsDescriptor@@UBEXAAVPASN_Stream@@@Z @22920 NONAME ?Encode@H248_EventSpec@@UBEXAAVPASN_Stream@@@Z @22921 NONAME ?Encode@H248_H221NonStandard@@UBEXAAVPASN_Stream@@@Z @22922 NONAME ?Encode@H248_IndAudDigitMapDescriptor@@UBEXAAVPASN_Stream@@@Z @22923 NONAME ?Encode@H248_IndAudEventBufferDescriptor@@UBEXAAVPASN_Stream@@@Z @22924 NONAME ?Encode@H248_IndAudEventsDescriptor@@UBEXAAVPASN_Stream@@@Z @22925 NONAME ?Encode@H248_IndAudLocalControlDescriptor@@UBEXAAVPASN_Stream@@@Z @22926 NONAME ?Encode@H248_IndAudLocalRemoteDescriptor@@UBEXAAVPASN_Stream@@@Z @22927 NONAME ?Encode@H248_IndAudMediaDescriptor@@UBEXAAVPASN_Stream@@@Z @22928 NONAME ?Encode@H248_IndAudPackagesDescriptor@@UBEXAAVPASN_Stream@@@Z @22929 NONAME ?Encode@H248_IndAudPropertyParm@@UBEXAAVPASN_Stream@@@Z @22930 NONAME ?Encode@H248_IndAudSeqSigList@@UBEXAAVPASN_Stream@@@Z @22931 NONAME ?Encode@H248_IndAudSignal@@UBEXAAVPASN_Stream@@@Z @22932 NONAME ?Encode@H248_IndAudStatisticsDescriptor@@UBEXAAVPASN_Stream@@@Z @22933 NONAME ?Encode@H248_IndAudStreamDescriptor@@UBEXAAVPASN_Stream@@@Z @22934 NONAME ?Encode@H248_IndAudStreamParms@@UBEXAAVPASN_Stream@@@Z @22935 NONAME ?Encode@H248_IndAudTerminationStateDescriptor@@UBEXAAVPASN_Stream@@@Z @22936 NONAME ?Encode@H248_IP4Address@@UBEXAAVPASN_Stream@@@Z @22937 NONAME ?Encode@H248_IP6Address@@UBEXAAVPASN_Stream@@@Z @22938 NONAME ?Encode@H248_LocalControlDescriptor@@UBEXAAVPASN_Stream@@@Z @22939 NONAME ?Encode@H248_LocalRemoteDescriptor@@UBEXAAVPASN_Stream@@@Z @22940 NONAME ?Encode@H248_MediaDescriptor@@UBEXAAVPASN_Stream@@@Z @22941 NONAME ?Encode@H248_MegacoMessage@@UBEXAAVPASN_Stream@@@Z @22942 NONAME ?Encode@H248_Message@@UBEXAAVPASN_Stream@@@Z @22943 NONAME ?Encode@H248_ModemDescriptor@@UBEXAAVPASN_Stream@@@Z @22944 NONAME ?Encode@H248_MuxDescriptor@@UBEXAAVPASN_Stream@@@Z @22945 NONAME ?Encode@H248_NonStandardData@@UBEXAAVPASN_Stream@@@Z @22946 NONAME ?Encode@H248_NotifyReply@@UBEXAAVPASN_Stream@@@Z @22947 NONAME ?Encode@H248_NotifyRequest@@UBEXAAVPASN_Stream@@@Z @22948 NONAME ?Encode@H248_ObservedEvent@@UBEXAAVPASN_Stream@@@Z @22949 NONAME ?Encode@H248_ObservedEventsDescriptor@@UBEXAAVPASN_Stream@@@Z @22950 NONAME ?Encode@H248_PackagesItem@@UBEXAAVPASN_Stream@@@Z @22951 NONAME ?Encode@H248_PropertyParm@@UBEXAAVPASN_Stream@@@Z @22952 NONAME ?Encode@H248_RequestedActions@@UBEXAAVPASN_Stream@@@Z @22953 NONAME ?Encode@H248_RequestedEvent@@UBEXAAVPASN_Stream@@@Z @22954 NONAME ?Encode@H248_SecondEventsDescriptor@@UBEXAAVPASN_Stream@@@Z @22955 NONAME ?Encode@H248_SecondRequestedActions@@UBEXAAVPASN_Stream@@@Z @22956 NONAME ?Encode@H248_SecondRequestedEvent@@UBEXAAVPASN_Stream@@@Z @22957 NONAME ?Encode@H248_SeqSigList@@UBEXAAVPASN_Stream@@@Z @22958 NONAME ?Encode@H248_ServiceChangeParm@@UBEXAAVPASN_Stream@@@Z @22959 NONAME ?Encode@H248_ServiceChangeProfile@@UBEXAAVPASN_Stream@@@Z @22960 NONAME ?Encode@H248_ServiceChangeReply@@UBEXAAVPASN_Stream@@@Z @22961 NONAME ?Encode@H248_ServiceChangeRequest@@UBEXAAVPASN_Stream@@@Z @22962 NONAME ?Encode@H248_ServiceChangeResParm@@UBEXAAVPASN_Stream@@@Z @22963 NONAME ?Encode@H248_Signal@@UBEXAAVPASN_Stream@@@Z @22964 NONAME ?Encode@H248_SigParameter@@UBEXAAVPASN_Stream@@@Z @22965 NONAME ?Encode@H248_StatisticsParameter@@UBEXAAVPASN_Stream@@@Z @22966 NONAME ?Encode@H248_StreamDescriptor@@UBEXAAVPASN_Stream@@@Z @22967 NONAME ?Encode@H248_StreamParms@@UBEXAAVPASN_Stream@@@Z @22968 NONAME ?Encode@H248_SubtractRequest@@UBEXAAVPASN_Stream@@@Z @22969 NONAME ?Encode@H248_TerminationID@@UBEXAAVPASN_Stream@@@Z @22970 NONAME ?Encode@H248_TerminationStateDescriptor@@UBEXAAVPASN_Stream@@@Z @22971 NONAME ?Encode@H248_TimeNotation@@UBEXAAVPASN_Stream@@@Z @22972 NONAME ?Encode@H248_TopologyRequest@@UBEXAAVPASN_Stream@@@Z @22973 NONAME ?Encode@H248_TransactionAck@@UBEXAAVPASN_Stream@@@Z @22974 NONAME ?Encode@H248_TransactionPending@@UBEXAAVPASN_Stream@@@Z @22975 NONAME ?Encode@H248_TransactionReply@@UBEXAAVPASN_Stream@@@Z @22976 NONAME ?Encode@H248_TransactionRequest@@UBEXAAVPASN_Stream@@@Z @22977 NONAME ?encode@H261Encoder@@IAEHPBVVideoFrame@@PBE@Z @7817 NONAME ?Encode@H323StreamedPluginAudioCodec@@UBEHF@Z @42806 NONAME ?Encode@H323_ALawCodec@@UBEHF@Z @7818 NONAME ?Encode@H323_muLawCodec@@UBEHF@Z @7819 NONAME ?Encode@H45010_CfbOvrOptArg@@UBEXAAVPASN_Stream@@@Z @15828 NONAME ?Encode@H45010_CoReqOptArg@@UBEXAAVPASN_Stream@@@Z @15829 NONAME ?Encode@H45010_RUAlertOptArg@@UBEXAAVPASN_Stream@@@Z @15830 NONAME ?Encode@H45011_CIFrcRelArg@@UBEXAAVPASN_Stream@@@Z @15831 NONAME ?Encode@H45011_CIFrcRelOptRes@@UBEXAAVPASN_Stream@@@Z @15832 NONAME ?Encode@H45011_CIGetCIPLOptArg@@UBEXAAVPASN_Stream@@@Z @15833 NONAME ?Encode@H45011_CIGetCIPLRes@@UBEXAAVPASN_Stream@@@Z @15834 NONAME ?Encode@H45011_CIIsOptArg@@UBEXAAVPASN_Stream@@@Z @15835 NONAME ?Encode@H45011_CIIsOptRes@@UBEXAAVPASN_Stream@@@Z @15836 NONAME ?Encode@H45011_CINotificationArg@@UBEXAAVPASN_Stream@@@Z @15837 NONAME ?Encode@H45011_CIRequestArg@@UBEXAAVPASN_Stream@@@Z @15838 NONAME ?Encode@H45011_CIRequestRes@@UBEXAAVPASN_Stream@@@Z @15839 NONAME ?Encode@H45011_CISilentArg@@UBEXAAVPASN_Stream@@@Z @15840 NONAME ?Encode@H45011_CISilentOptRes@@UBEXAAVPASN_Stream@@@Z @15841 NONAME ?Encode@H45011_CIWobOptArg@@UBEXAAVPASN_Stream@@@Z @15842 NONAME ?Encode@H45011_CIWobOptRes@@UBEXAAVPASN_Stream@@@Z @15843 NONAME ?Encode@H4501_Address@@UBEXAAVPASN_Stream@@@Z @14640 NONAME ?Encode@H4501_AddressScreened@@UBEXAAVPASN_Stream@@@Z @14641 NONAME ?Encode@H4501_EndpointAddress@@UBEXAAVPASN_Stream@@@Z @14642 NONAME ?Encode@H4501_Extension@@UBEXAAVPASN_Stream@@@Z @14643 NONAME ?Encode@H4501_NetworkFacilityExtension@@UBEXAAVPASN_Stream@@@Z @14644 NONAME ?Encode@H4501_NumberScreened@@UBEXAAVPASN_Stream@@@Z @14645 NONAME ?Encode@H4501_SupplementaryService@@UBEXAAVPASN_Stream@@@Z @14646 NONAME ?Encode@H4501_UserSpecifiedSubaddress@@UBEXAAVPASN_Stream@@@Z @14647 NONAME ?Encode@H4502_CTActiveArg@@UBEXAAVPASN_Stream@@@Z @14648 NONAME ?Encode@H4502_CTCompleteArg@@UBEXAAVPASN_Stream@@@Z @14649 NONAME ?Encode@H4502_CTIdentifyRes@@UBEXAAVPASN_Stream@@@Z @14650 NONAME ?Encode@H4502_CTInitiateArg@@UBEXAAVPASN_Stream@@@Z @14651 NONAME ?Encode@H4502_CTSetupArg@@UBEXAAVPASN_Stream@@@Z @14652 NONAME ?Encode@H4502_CTUpdateArg@@UBEXAAVPASN_Stream@@@Z @14653 NONAME ?Encode@H4502_SubaddressTransferArg@@UBEXAAVPASN_Stream@@@Z @14654 NONAME ?Encode@H4503_IntResult@@UBEXAAVPASN_Stream@@@Z @15177 NONAME ?Encode@H4504_Extension@@UBEXAAVPASN_Stream@@@Z @15039 NONAME ?Encode@H4504_HoldNotificArg@@UBEXAAVPASN_Stream@@@Z @15040 NONAME ?Encode@H4504_RemoteHoldArg@@UBEXAAVPASN_Stream@@@Z @15041 NONAME ?Encode@H4504_RemoteHoldRes@@UBEXAAVPASN_Stream@@@Z @15042 NONAME ?Encode@H4504_RemoteRetrieveArg@@UBEXAAVPASN_Stream@@@Z @15043 NONAME ?Encode@H4504_RemoteRetrieveRes@@UBEXAAVPASN_Stream@@@Z @15044 NONAME ?Encode@H4504_RetrieveNotificArg@@UBEXAAVPASN_Stream@@@Z @15045 NONAME ?Encode@H4505_CpickupNotifyArg@@UBEXAAVPASN_Stream@@@Z @15844 NONAME ?Encode@H4505_CpNotifyArg@@UBEXAAVPASN_Stream@@@Z @15845 NONAME ?Encode@H4505_CpRequestArg@@UBEXAAVPASN_Stream@@@Z @15846 NONAME ?Encode@H4505_CpRequestRes@@UBEXAAVPASN_Stream@@@Z @15847 NONAME ?Encode@H4505_CpSetupArg@@UBEXAAVPASN_Stream@@@Z @15848 NONAME ?Encode@H4505_CpSetupRes@@UBEXAAVPASN_Stream@@@Z @15849 NONAME ?Encode@H4505_GroupIndicationOffArg@@UBEXAAVPASN_Stream@@@Z @15850 NONAME ?Encode@H4505_GroupIndicationOffRes@@UBEXAAVPASN_Stream@@@Z @15851 NONAME ?Encode@H4505_GroupIndicationOnArg@@UBEXAAVPASN_Stream@@@Z @15852 NONAME ?Encode@H4505_GroupIndicationOnRes@@UBEXAAVPASN_Stream@@@Z @15853 NONAME ?Encode@H4505_PickExeArg@@UBEXAAVPASN_Stream@@@Z @15854 NONAME ?Encode@H4505_PickExeRes@@UBEXAAVPASN_Stream@@@Z @15855 NONAME ?Encode@H4505_PickrequArg@@UBEXAAVPASN_Stream@@@Z @15856 NONAME ?Encode@H4505_PickrequRes@@UBEXAAVPASN_Stream@@@Z @15857 NONAME ?Encode@H4505_PickupArg@@UBEXAAVPASN_Stream@@@Z @15858 NONAME ?Encode@H4505_PickupRes@@UBEXAAVPASN_Stream@@@Z @15859 NONAME ?Encode@H4506_CallWaitingArg@@UBEXAAVPASN_Stream@@@Z @15860 NONAME ?Encode@H4507_MWIActivateArg@@UBEXAAVPASN_Stream@@@Z @15861 NONAME ?Encode@H4507_MWIDeactivateArg@@UBEXAAVPASN_Stream@@@Z @15862 NONAME ?Encode@H4507_MWIInterrogateArg@@UBEXAAVPASN_Stream@@@Z @15863 NONAME ?Encode@H4507_MWIInterrogateResElt@@UBEXAAVPASN_Stream@@@Z @15864 NONAME ?Encode@H4509_CcLongArg@@UBEXAAVPASN_Stream@@@Z @15865 NONAME ?Encode@H4509_CcRequestArg@@UBEXAAVPASN_Stream@@@Z @15866 NONAME ?Encode@H4509_CcRequestRes@@UBEXAAVPASN_Stream@@@Z @15867 NONAME ?Encode@H4509_CcShortArg@@UBEXAAVPASN_Stream@@@Z @15868 NONAME ?Encode@H501_AccessConfirmation@@UBEXAAVPASN_Stream@@@Z @24953 NONAME ?Encode@H501_AccessRejection@@UBEXAAVPASN_Stream@@@Z @24954 NONAME ?Encode@H501_AccessRequest@@UBEXAAVPASN_Stream@@@Z @24955 NONAME ?Encode@H501_AddressTemplate@@UBEXAAVPASN_Stream@@@Z @24956 NONAME ?Encode@H501_AlternatePE@@UBEXAAVPASN_Stream@@@Z @24957 NONAME ?Encode@H501_AlternatePEInfo@@UBEXAAVPASN_Stream@@@Z @24958 NONAME ?Encode@H501_AuthenticationConfirmation@@UBEXAAVPASN_Stream@@@Z @24959 NONAME ?Encode@H501_AuthenticationRejection@@UBEXAAVPASN_Stream@@@Z @24960 NONAME ?Encode@H501_AuthenticationRequest@@UBEXAAVPASN_Stream@@@Z @24961 NONAME ?Encode@H501_CallInformation@@UBEXAAVPASN_Stream@@@Z @24962 NONAME ?Encode@H501_ContactInformation@@UBEXAAVPASN_Stream@@@Z @24963 NONAME ?Encode@H501_Descriptor@@UBEXAAVPASN_Stream@@@Z @24964 NONAME ?Encode@H501_DescriptorConfirmation@@UBEXAAVPASN_Stream@@@Z @24965 NONAME ?Encode@H501_DescriptorIDConfirmation@@UBEXAAVPASN_Stream@@@Z @24966 NONAME ?Encode@H501_DescriptorIDRejection@@UBEXAAVPASN_Stream@@@Z @24967 NONAME ?Encode@H501_DescriptorIDRequest@@UBEXAAVPASN_Stream@@@Z @24968 NONAME ?Encode@H501_DescriptorInfo@@UBEXAAVPASN_Stream@@@Z @24969 NONAME ?Encode@H501_DescriptorRejection@@UBEXAAVPASN_Stream@@@Z @24970 NONAME ?Encode@H501_DescriptorRequest@@UBEXAAVPASN_Stream@@@Z @24971 NONAME ?Encode@H501_DescriptorUpdate@@UBEXAAVPASN_Stream@@@Z @24972 NONAME ?Encode@H501_DescriptorUpdateAck@@UBEXAAVPASN_Stream@@@Z @24973 NONAME ?Encode@H501_Message@@UBEXAAVPASN_Stream@@@Z @24974 NONAME ?Encode@H501_MessageCommonInfo@@UBEXAAVPASN_Stream@@@Z @24975 NONAME ?Encode@H501_NonStandardConfirmation@@UBEXAAVPASN_Stream@@@Z @24976 NONAME ?Encode@H501_NonStandardRejection@@UBEXAAVPASN_Stream@@@Z @24977 NONAME ?Encode@H501_NonStandardRequest@@UBEXAAVPASN_Stream@@@Z @24978 NONAME ?Encode@H501_PartyInformation@@UBEXAAVPASN_Stream@@@Z @24979 NONAME ?Encode@H501_Pattern_range@@UBEXAAVPASN_Stream@@@Z @24980 NONAME ?Encode@H501_PriceElement@@UBEXAAVPASN_Stream@@@Z @24981 NONAME ?Encode@H501_PriceInfoSpec@@UBEXAAVPASN_Stream@@@Z @24982 NONAME ?Encode@H501_RequestInProgress@@UBEXAAVPASN_Stream@@@Z @24983 NONAME ?Encode@H501_RouteInformation@@UBEXAAVPASN_Stream@@@Z @24984 NONAME ?Encode@H501_SecurityMode@@UBEXAAVPASN_Stream@@@Z @24985 NONAME ?Encode@H501_ServiceConfirmation@@UBEXAAVPASN_Stream@@@Z @24986 NONAME ?Encode@H501_ServiceRejection@@UBEXAAVPASN_Stream@@@Z @24987 NONAME ?Encode@H501_ServiceRelease@@UBEXAAVPASN_Stream@@@Z @24988 NONAME ?Encode@H501_ServiceRequest@@UBEXAAVPASN_Stream@@@Z @24989 NONAME ?Encode@H501_TerminationCause@@UBEXAAVPASN_Stream@@@Z @24990 NONAME ?Encode@H501_UnknownMessageResponse@@UBEXAAVPASN_Stream@@@Z @24991 NONAME ?Encode@H501_UpdateInformation@@UBEXAAVPASN_Stream@@@Z @24992 NONAME ?Encode@H501_UsageConfirmation@@UBEXAAVPASN_Stream@@@Z @24993 NONAME ?Encode@H501_UsageField@@UBEXAAVPASN_Stream@@@Z @24994 NONAME ?Encode@H501_UsageIndication@@UBEXAAVPASN_Stream@@@Z @24995 NONAME ?Encode@H501_UsageIndicationConfirmation@@UBEXAAVPASN_Stream@@@Z @24996 NONAME ?Encode@H501_UsageIndicationRejection@@UBEXAAVPASN_Stream@@@Z @24997 NONAME ?Encode@H501_UsageRejection@@UBEXAAVPASN_Stream@@@Z @24998 NONAME ?Encode@H501_UsageRequest@@UBEXAAVPASN_Stream@@@Z @24999 NONAME ?Encode@H501_UsageSpecification@@UBEXAAVPASN_Stream@@@Z @25000 NONAME ?Encode@H501_UsageSpecification_when@@UBEXAAVPASN_Stream@@@Z @25001 NONAME ?Encode@H501_UserInformation@@UBEXAAVPASN_Stream@@@Z @25002 NONAME ?Encode@H501_ValidationConfirmation@@UBEXAAVPASN_Stream@@@Z @25003 NONAME ?Encode@H501_ValidationRejection@@UBEXAAVPASN_Stream@@@Z @25004 NONAME ?Encode@H501_ValidationRequest@@UBEXAAVPASN_Stream@@@Z @25005 NONAME ?Encode@MCS_AUcf@@UBEXAAVPASN_Stream@@@Z @7835 NONAME ?Encode@MCS_AUrq@@UBEXAAVPASN_Stream@@@Z @7836 NONAME ?Encode@MCS_CAin@@UBEXAAVPASN_Stream@@@Z @7837 NONAME ?Encode@MCS_CArq@@UBEXAAVPASN_Stream@@@Z @7838 NONAME ?Encode@MCS_CCcf@@UBEXAAVPASN_Stream@@@Z @7839 NONAME ?Encode@MCS_CCrq@@UBEXAAVPASN_Stream@@@Z @7840 NONAME ?Encode@MCS_CDin@@UBEXAAVPASN_Stream@@@Z @7841 NONAME ?Encode@MCS_CDrq@@UBEXAAVPASN_Stream@@@Z @7842 NONAME ?Encode@MCS_CEin@@UBEXAAVPASN_Stream@@@Z @7843 NONAME ?Encode@MCS_CErq@@UBEXAAVPASN_Stream@@@Z @7844 NONAME ?Encode@MCS_ChannelAttributes_assigned@@UBEXAAVPASN_Stream@@@Z @7845 NONAME ?Encode@MCS_ChannelAttributes_private@@UBEXAAVPASN_Stream@@@Z @7846 NONAME ?Encode@MCS_ChannelAttributes_static@@UBEXAAVPASN_Stream@@@Z @7847 NONAME ?Encode@MCS_ChannelAttributes_userId@@UBEXAAVPASN_Stream@@@Z @7848 NONAME ?Encode@MCS_CJcf@@UBEXAAVPASN_Stream@@@Z @7849 NONAME ?Encode@MCS_CJrq@@UBEXAAVPASN_Stream@@@Z @7850 NONAME ?Encode@MCS_CLrq@@UBEXAAVPASN_Stream@@@Z @7851 NONAME ?Encode@MCS_Connect_Additional@@UBEXAAVPASN_Stream@@@Z @7852 NONAME ?Encode@MCS_Connect_Initial@@UBEXAAVPASN_Stream@@@Z @7853 NONAME ?Encode@MCS_Connect_Response@@UBEXAAVPASN_Stream@@@Z @7854 NONAME ?Encode@MCS_Connect_Result@@UBEXAAVPASN_Stream@@@Z @7855 NONAME ?Encode@MCS_DomainParameters@@UBEXAAVPASN_Stream@@@Z @7856 NONAME ?Encode@MCS_DPum@@UBEXAAVPASN_Stream@@@Z @7857 NONAME ?Encode@MCS_DUin@@UBEXAAVPASN_Stream@@@Z @7858 NONAME ?Encode@MCS_DUrq@@UBEXAAVPASN_Stream@@@Z @7859 NONAME ?Encode@MCS_EDrq@@UBEXAAVPASN_Stream@@@Z @7860 NONAME ?Encode@MCS_MCcf@@UBEXAAVPASN_Stream@@@Z @7861 NONAME ?Encode@MCS_MCrq@@UBEXAAVPASN_Stream@@@Z @7862 NONAME ?Encode@MCS_MTcf@@UBEXAAVPASN_Stream@@@Z @7863 NONAME ?Encode@MCS_MTrq@@UBEXAAVPASN_Stream@@@Z @7864 NONAME ?Encode@MCS_PCin@@UBEXAAVPASN_Stream@@@Z @7865 NONAME ?Encode@MCS_PDin@@UBEXAAVPASN_Stream@@@Z @7866 NONAME ?Encode@MCS_PTin@@UBEXAAVPASN_Stream@@@Z @7867 NONAME ?Encode@MCS_RJum@@UBEXAAVPASN_Stream@@@Z @7868 NONAME ?Encode@MCS_SDin@@UBEXAAVPASN_Stream@@@Z @7869 NONAME ?Encode@MCS_SDrq@@UBEXAAVPASN_Stream@@@Z @7870 NONAME ?Encode@MCS_TGcf@@UBEXAAVPASN_Stream@@@Z @7871 NONAME ?Encode@MCS_TGrq@@UBEXAAVPASN_Stream@@@Z @7872 NONAME ?Encode@MCS_TIcf@@UBEXAAVPASN_Stream@@@Z @7873 NONAME ?Encode@MCS_TIrq@@UBEXAAVPASN_Stream@@@Z @7874 NONAME ?Encode@MCS_TokenAttributes_given@@UBEXAAVPASN_Stream@@@Z @7875 NONAME ?Encode@MCS_TokenAttributes_giving@@UBEXAAVPASN_Stream@@@Z @7876 NONAME ?Encode@MCS_TokenAttributes_grabbed@@UBEXAAVPASN_Stream@@@Z @7877 NONAME ?Encode@MCS_TokenAttributes_inhibited@@UBEXAAVPASN_Stream@@@Z @7878 NONAME ?Encode@MCS_TokenAttributes_ungivable@@UBEXAAVPASN_Stream@@@Z @7879 NONAME ?Encode@MCS_TPin@@UBEXAAVPASN_Stream@@@Z @7880 NONAME ?Encode@MCS_TPrq@@UBEXAAVPASN_Stream@@@Z @7881 NONAME ?Encode@MCS_TRcf@@UBEXAAVPASN_Stream@@@Z @7882 NONAME ?Encode@MCS_TRrq@@UBEXAAVPASN_Stream@@@Z @7883 NONAME ?Encode@MCS_TTcf@@UBEXAAVPASN_Stream@@@Z @7884 NONAME ?Encode@MCS_TTrq@@UBEXAAVPASN_Stream@@@Z @7885 NONAME ?Encode@MCS_TVcf@@UBEXAAVPASN_Stream@@@Z @7886 NONAME ?Encode@MCS_TVin@@UBEXAAVPASN_Stream@@@Z @7887 NONAME ?Encode@MCS_TVrq@@UBEXAAVPASN_Stream@@@Z @7888 NONAME ?Encode@MCS_TVrs@@UBEXAAVPASN_Stream@@@Z @7889 NONAME ?Encode@MCS_USin@@UBEXAAVPASN_Stream@@@Z @7890 NONAME ?Encode@MCS_USrq@@UBEXAAVPASN_Stream@@@Z @7891 NONAME ?Encode@OpalG711ALaw64k_Decoder@@UAEHPBXPAIPAX11@Z @44658 NONAME ?Encode@OpalG711ALaw64k_Encoder@@UAEHPBXPAIPAX11@Z @44659 NONAME ?Encode@OpalG711uLaw64k_Decoder@@UAEHPBXPAIPAX11@Z @44660 NONAME ?Encode@OpalG711uLaw64k_Encoder@@UAEHPBXPAIPAX11@Z @44661 NONAME ?Encode@OpalPluginCodec@@UAEHPBXPAIPAX11@Z @44662 NONAME ?Encode@Q931@@QBEHAAVPBYTEArray@@@Z @7892 NONAME ?Encode@T38_Data_Field_subtype@@UBEXAAVPASN_Stream@@@Z @18907 NONAME ?Encode@T38_IFPPacket@@UBEXAAVPASN_Stream@@@Z @18908 NONAME ?Encode@T38_PreCorrigendum_Data_Field_subtype@@UBEXAAVPASN_Stream@@@Z @21483 NONAME ?Encode@T38_PreCorrigendum_IFPPacket@@UBEXAAVPASN_Stream@@@Z @21484 NONAME ?Encode@T38_UDPTLPacket@@UBEXAAVPASN_Stream@@@Z @18909 NONAME ?Encode@T38_UDPTLPacket_error_recovery_fec_info@@UBEXAAVPASN_Stream@@@Z @18910 NONAME ?Encode@X224@@QBEHAAVPBYTEArray@@@Z @7893 NONAME ?Encode@X880_Invoke@@UBEXAAVPASN_Stream@@@Z @14655 NONAME ?Encode@X880_Reject@@UBEXAAVPASN_Stream@@@Z @14656 NONAME ?Encode@X880_ReturnError@@UBEXAAVPASN_Stream@@@Z @14657 NONAME ?Encode@X880_ReturnResult@@UBEXAAVPASN_Stream@@@Z @14658 NONAME ?Encode@X880_ReturnResult_result@@UBEXAAVPASN_Stream@@@Z @14659 NONAME ?EncodeFrame@H323PluginFramedAudioCodec@@UAEHPAEAAI@Z @42807 NONAME ?EncodeFrame@H323StreamedAudioCodec@@UAEHPAEAAI@Z @7894 NONAME ?EncodeSample@H323_ALawCodec@@SAHF@Z @19713 NONAME ?EncodeSample@H323_muLawCodec@@SAHF@Z @19714 NONAME ?EncodeSubType@T38_UDPTLPacket_primary_ifp_packet@@QAEXABVT38_IFPPacket@@@Z @39514 NONAME ?encode_blk@H261Encoder@@IAEXPBFPBD@Z @7897 NONAME ?encode_mb@H261DCTEncoder@@MAEXIPBEIIH@Z @7898 NONAME ?encode_mb@H261Encoder@@MAEXIPBEIIH@Z @7899 NONAME ?encode_mb@H261PixelEncoder@@MAEXIPBEIIH@Z @7900 NONAME ?end@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAE?AViterator@12@XZ @45002 NONAME ?end@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE?AViterator@12@XZ @44359 NONAME ?end@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@XZ @45003 NONAME ?end@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@XZ @44097 NONAME ?end@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@XZ @44098 NONAME ?end@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@XZ @44663 NONAME ?end@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@XZ @44099 NONAME ?EndTransmit@OpalRFC2833@@UAEHXZ @20130 NONAME ?Enqueue@ByteQueue@OpalVoipBlasterDevice@@QAEHE@Z @20001 NONAME ?equal_range@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AU?$pair@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@V123@@2@ABVPString@@@Z @45315 NONAME ?erase@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE?AViterator@12@V312@0@Z @44360 NONAME ?erase@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE?AViterator@12@V312@@Z @44361 NONAME ?erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@0@Z @45004 NONAME ?erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@@Z @45005 NONAME ?erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@0@Z @44100 NONAME ?erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@@Z @44101 NONAME ?erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@0@Z @44102 NONAME ?erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@@Z @44103 NONAME ?erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@0@Z @44664 NONAME ?erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@@Z @44665 NONAME ?erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@0@Z @44104 NONAME ?erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@@Z @44105 NONAME ?erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEIABVPString@@@Z @45316 NONAME ?err@P64Decoder@@MBAXPBDZZ @7901 NONAME ?ETSIXMLTokenOID@OpalOSP@@3PBDB @45099 NONAME ?Exit@RTP_SessionManager@@QAEXXZ @16266 NONAME ?ExtractTransport@H323_RTP_UDP@@MAEHABVH245_TransportAddress@@HAAI@Z @23929 NONAME ?FastStartStateNames@H323Connection@@1QBQBDB @7902 NONAME ?FastUpdatePicture@P64Encoder@@QAEXXZ @26182 NONAME ?FastUpdatePicture@Pre_Vid_Coder@@QAEXXZ @26183 NONAME ?fdct@@YAXPBEHPAFPBM@Z @20536 NONAME ?fdct_fold_q@@YAXPBHPAM@Z @20537 NONAME ?filter@P64Decoder@@IAEXPAE0I@Z @7905 NONAME ?Finalise@H235Authenticator@@UAEHAAVPBYTEArray@@@Z @23884 NONAME ?Finalise@H235AuthProcedure1@@UAEHAAVPBYTEArray@@@Z @19725 NONAME ?find@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE?AViterator@12@ABI@Z @44362 NONAME ?find@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@ABVPString@@@Z @45006 NONAME ?find@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@ABVPString@@@Z @44106 NONAME ?find@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@ABVPString@@@Z @44107 NONAME ?find@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@ABVPString@@@Z @44666 NONAME ?find@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@ABVPString@@@Z @44108 NONAME ?FindCall@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323GatekeeperCall@@@@ABVOpalGloballyUniqueID@@HW4PSafetyMode@@@Z @20426 NONAME ?FindCall@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323GatekeeperCall@@@@ABVOpalGloballyUniqueID@@W4Direction@H323GatekeeperCall@@W4PSafetyMode@@@Z @20427 NONAME ?FindCall@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323GatekeeperCall@@@@ABVPString@@W4PSafetyMode@@@Z @21286 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@ABV2@@Z @12522 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@ABVH245_Capability@@@Z @12523 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@ABVH245_DataType@@@Z @12524 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@ABVH245_ModeElement@@@Z @19861 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@ABVPString@@W4CapabilityDirection@2@@Z @19538 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@I@Z @12525 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@W4CapabilityDirection@2@@Z @19539 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@W4MainTypes@2@ABVPASN_Choice@@PBI@Z @26698 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@W4MainTypes@2@I@Z @12526 NONAME ?FindCapability@H323EndPoint@@QBEPAVH323Capability@@ABVH245_Capability@@@Z @12527 NONAME ?FindCapability@H323EndPoint@@QBEPAVH323Capability@@ABVH245_DataType@@@Z @12528 NONAME ?FindCapability@H323EndPoint@@QBEPAVH323Capability@@W4MainTypes@2@I@Z @12529 NONAME ?FindChannel@H245NegLogicalChannels@@QAEPAVH323Channel@@IH@Z @7909 NONAME ?FindChannel@H323Connection@@QBEPAVH323Channel@@IH@Z @12503 NONAME ?FindChannelBySession@H245NegLogicalChannels@@QAEPAVH323Channel@@IH@Z @12504 NONAME ?FindConnectionWithLock@H323EndPoint@@QAEPAVH323Connection@@ABVPString@@@Z @7910 NONAME ?FindConnectionWithoutLocks@H323EndPoint@@IAEPAVH323Connection@@ABVPString@@@Z @7911 NONAME ?FindDestinationEndPoint@H323GatekeeperServer@@QAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVOpalGloballyUniqueID@@W4Direction@H323GatekeeperCall@@@Z @26692 NONAME ?FindEndPointByAliasAddress@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVH225_AliasAddress@@W4PSafetyMode@@@Z @20428 NONAME ?FindEndPointByAliasString@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVPString@@W4PSafetyMode@@@Z @20429 NONAME ?FindEndPointByIdentifier@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVPString@@W4PSafetyMode@@@Z @20430 NONAME ?FindEndPointByPartialAlias@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVPString@@W4PSafetyMode@@@Z @21446 NONAME ?FindEndPointByPrefixString@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVPString@@W4PSafetyMode@@@Z @26693 NONAME ?FindEndPointBySignalAddress@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVH323TransportAddress@@W4PSafetyMode@@@Z @20431 NONAME ?FindEndPointBySignalAddresses@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVH225_ArrayOf_TransportAddress@@W4PSafetyMode@@@Z @20432 NONAME ?FindMediaFormat@@YA?AVOpalMediaFormat@@W4PayloadTypes@RTP_DataFrame@@@Z @12926 NONAME ?FindNegLogicalChannel@H245NegLogicalChannels@@QAEPAVH245NegLogicalChannel@@IH@Z @20756 NONAME ?FindWithLock@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UAE?AV?$PSafePtr@VH323GatekeeperCall@@@@ABVH323GatekeeperCall@@W4PSafetyMode@@@Z @21406 NONAME ?FindWithLock@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UAE?AV?$PSafePtr@VH323PeerElementDescriptor@@@@ABVH323PeerElementDescriptor@@W4PSafetyMode@@@Z @25741 NONAME ?FindWithLock@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UAE?AV?$PSafePtr@VH323PeerElementServiceRelationship@@@@ABVH323PeerElementServiceRelationship@@W4PSafetyMode@@@Z @25742 NONAME ?FindWithLock@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVPString@@W4PSafetyMode@@@Z @21407 NONAME ?First@RTP_SessionManager@@QAEPAVRTP_Session@@XZ @16267 NONAME ?flush@H261Encoder@@IAEHPAUpktbuf@Transmitter@@H0@Z @7913 NONAME ?Flush@VoipBlasterInterface@@QAEXVPTimeInterval@@@Z @26674 NONAME ?ForwardCall@H323Connection@@UAEHABVPString@@@Z @12636 NONAME ?ForwardConnection@H323EndPoint@@UAEHAAVH323Connection@@ABVPString@@ABVH323SignalPDU@@@Z @21451 NONAME ?Free_Memory@Pre_Vid_Coder@@IAEXXZ @7919 NONAME ?GenerateCallReference@Q931@@SAIXZ @19585 NONAME ?GetAdmissionRequestAuthentication@H323Connection@@UAEHABVH225_AdmissionRequest@@AAVH235Authenticators@@@Z @26423 NONAME ?GetAdmissionRequestAuthentication@H323GatekeeperServer@@UAEHAAVH323GatekeeperARQ@@AAVH235Authenticators@@@Z @26424 NONAME ?GetAEC@OpalIxJDevice@@UAE?AW4AECLevels@OpalLineInterfaceDevice@@I@Z @7921 NONAME ?GetAEC@OpalLineInterfaceDevice@@UAE?AW4AECLevels@1@I@Z @7922 NONAME ?GetAEC@OpalVoipBlasterDevice@@UAE?AW4AECLevels@OpalLineInterfaceDevice@@I@Z @20003 NONAME ?GetAlertingTime@H323Connection@@QBE?AVPTime@@XZ @19853 NONAME ?GetAlias@H323RegisteredEndPoint@@QBE?AVPString@@H@Z @19096 NONAME ?GetAliasCount@H323RegisteredEndPoint@@QBEHXZ @39515 NONAME ?GetAliases@H323RegisteredEndPoint@@QBEABVPStringArray@@XZ @39516 NONAME ?GetAliasNames@H323EndPoint@@QBEABVPStringList@@XZ @39517 NONAME ?GetAllConnections@H323EndPoint@@QAE?AVPStringList@@XZ @20538 NONAME ?GetAt@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UBEPAVH245NegLogicalChannel@@ABVH323ChannelNumber@@@Z @7925 NONAME ?GetAt@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UBEPAVH323ServiceControlSession@@ABVPOrdinalKey@@@Z @22978 NONAME ?GetAt@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UBEPAVH450xHandler@@ABVPOrdinalKey@@@Z @19452 NONAME ?GetAt@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UBEPAVPBYTEArray@@ABVPOrdinalKey@@@Z @7926 NONAME ?GetAt@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UBEPAVRequest@H323Transactor@@ABVPOrdinalKey@@@Z @25875 NONAME ?GetAt@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UBEPAVRTP_Session@@ABVPOrdinalKey@@@Z @7927 NONAME ?GetAt@?$PDictionary@VPString@@VH323Connection@@@@UBEPAVH323Connection@@ABVPString@@@Z @7928 NONAME ?GetAt@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UBEPAVH323RegisteredEndPoint@@ABVPString@@@Z @19097 NONAME ?GetAt@?$PDictionary@VPString@@VPOrdinalKey@@@@UBEPAVPOrdinalKey@@ABVPString@@@Z @25948 NONAME ?GetAt@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UAE?AV?$PSafePtr@VH323GatekeeperCall@@@@HW4PSafetyMode@@@Z @44418 NONAME ?GetAt@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UAE?AV?$PSafePtr@VH323PeerElementDescriptor@@@@HW4PSafetyMode@@@Z @44419 NONAME ?GetAt@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UAE?AV?$PSafePtr@VH323PeerElementServiceRelationship@@@@HW4PSafetyMode@@@Z @44420 NONAME ?GetAt@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@HW4PSafetyMode@@@Z @44421 NONAME ?GetAuthenticators@H323RegisteredEndPoint@@UBEABVH235Authenticators@@XZ @21103 NONAME ?GetAuthenticators@H323TransactionPDU@@QBEABVH235Authenticators@@XZ @39518 NONAME ?GetAverageSignalLevel@G7231_File_Codec@@UAEIXZ @21242 NONAME ?GetAverageSignalLevel@H323AudioCodec@@UAEIXZ @7930 NONAME ?GetAverageSignalLevel@H323FramedAudioCodec@@UAEIXZ @7931 NONAME ?GetAverageSignalLevel@H323_LIDCodec@@UAEIXZ @7932 NONAME ?GetAverageSignalLevel@OpalIxJDevice@@UAEIIH@Z @14011 NONAME ?GetAverageSignalLevel@OpalLineInterfaceDevice@@UAEIIH@Z @14012 NONAME ?GetAverageSignalLevel@OpalVoipBlasterDevice@@UAEIIH@Z @20004 NONAME ?GetBandwidth@G7231_File_Codec@@QBEIXZ @20922 NONAME ?GetBandwidth@OpalMediaFormat@@QBEIXZ @39519 NONAME ?GetBandwidthAvailable@H323Connection@@QBEIXZ @39520 NONAME ?GetBandwidthUsed@H323Channel@@QBEIXZ @39521 NONAME ?GetBandwidthUsed@H323Connection@@QBEIXZ @7938 NONAME ?GetBearerCapabilities@Q931@@QAEHAAW4InformationTransferCapability@1@AAIPAI2@Z @19530 NONAME ?GetBitsPerSec@OpalG711ALaw64k_Base@@UBEIXZ @44667 NONAME ?GetBitsPerSec@OpalG711uLaw64k_Base@@UBEIXZ @44668 NONAME ?GetBitsPerSec@OpalPluginCodec@@UBEIXZ @44669 NONAME ?GetBytesPerFrame@OpalG711ALaw64k_Base@@UBEIXZ @44670 NONAME ?GetBytesPerFrame@OpalG711uLaw64k_Base@@UBEIXZ @44671 NONAME ?GetBytesPerFrame@OpalPluginCodec@@UBEIXZ @44672 NONAME ?GetCall@H323RegisteredEndPoint@@QAEAAVH323GatekeeperCall@@H@Z @39522 NONAME ?GetCallCount@H323RegisteredEndPoint@@QBEHXZ @39523 NONAME ?GetCallCreditAmount@H323GatekeeperCall@@UBE?AVPString@@XZ @22979 NONAME ?GetCallCreditAmount@H323RegisteredEndPoint@@UBE?AVPString@@XZ @22980 NONAME ?GetCallCreditMode@H323GatekeeperCall@@UBEHXZ @22981 NONAME ?GetCallCreditMode@H323RegisteredEndPoint@@UBEHXZ @22982 NONAME ?GetCalledPartyNumber@Q931@@QBEHAAVPString@@PAI1@Z @7939 NONAME ?GetCallEndReason@H323Connection@@QBE?AW4CallEndReason@1@XZ @39524 NONAME ?GetCallerID@OpalIxJDevice@@UAEHIAAVPString@@H@Z @7940 NONAME ?GetCallerID@OpalLineInterfaceDevice@@UAEHIAAVPString@@H@Z @7941 NONAME ?GetCallerID@OpalVoipBlasterDevice@@UAEHIAAVPString@@H@Z @20005 NONAME ?GetCallIdentifier@H323Connection@@QBEABVOpalGloballyUniqueID@@XZ @39525 NONAME ?GetCallIdentifier@H323GatekeeperCall@@QBEABVOpalGloballyUniqueID@@XZ @39526 NONAME ?GetCallIdentityDictionary@H323EndPoint@@QAEAAV?$PDictionary@VPString@@VH323Connection@@@@XZ @39527 NONAME ?GetCallingPartyNumber@Q931@@QBEHAAVPString@@PAI111II@Z @12475 NONAME ?GetCallIntrusionProtectionLevel@H323EndPoint@@QBEIXZ @39528 NONAME ?GetCallIntrusionT1@H323EndPoint@@QBEABVPTimeInterval@@XZ @20665 NONAME ?GetCallIntrusionT5@H323EndPoint@@QBEABVPTimeInterval@@XZ @21034 NONAME ?GetCallIntrusionT6@H323EndPoint@@QBEABVPTimeInterval@@XZ @21035 NONAME ?GetCallReference@H323Connection@@QBEIXZ @39529 NONAME ?GetCallReference@H323GatekeeperCall@@QBEIXZ @39530 NONAME ?GetCallReference@Q931@@QBEIXZ @39531 NONAME ?GetCallState@Q931@@QBE?AW4CallStates@1@PAI@Z @20329 NONAME ?GetCallToken@H323Connection@@QBEABVPString@@XZ @39532 NONAME ?GetCallTransferInvokeId@H323Connection@@QAEHXZ @19453 NONAME ?GetCallTransferT1@H323EndPoint@@QBEABVPTimeInterval@@XZ @20350 NONAME ?GetCallTransferT2@H323EndPoint@@QBEABVPTimeInterval@@XZ @20351 NONAME ?GetCallTransferT3@H323EndPoint@@QBEABVPTimeInterval@@XZ @20352 NONAME ?GetCallTransferT4@H323EndPoint@@QBEABVPTimeInterval@@XZ @20353 NONAME ?GetCanonicalName@RTP_Session@@QBE?AVPString@@XZ @21501 NONAME ?GetCapabilities@H323EndPoint@@QBEABVH323Capabilities@@XZ @39533 NONAME ?GetCapability@H323Channel@@QBEABVH323Capability@@XZ @39534 NONAME ?GetCapabilityDirection@H323Capability@@QBE?AW4CapabilityDirection@1@XZ @39535 NONAME ?GetCapabilityExchangeTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @39536 NONAME ?GetCapabilityNumber@H323Capability@@QBEIXZ @39537 NONAME ?GetCause@Q931@@QBE?AW4CauseValues@1@PAI0@Z @12643 NONAME ?GetChannel@H245NegLogicalChannel@@QAEPAVH323Channel@@XZ @7944 NONAME ?GetChannelAt@H245NegLogicalChannels@@QAEPAVH323Channel@@H@Z @12667 NONAME ?GetChannelIdentification@Q931@@QBEHPAI0PAH@Z @25814 NONAME ?GetChannelThreadPriority@H323EndPoint@@QBE?AW4Priority@PThread@@XZ @44422 NONAME ?GetChannelThreadStackSize@H323EndPoint@@QBEHXZ @39538 NONAME ?GetCheckResponseCryptoTokens@H323Transactor@@QAEHXZ @39539 NONAME ?GetChoice@H323RasPDU@@UAEAAVPASN_Choice@@XZ @25426 NONAME ?GetChoice@H323RasPDU@@UBEABVPASN_Choice@@XZ @24011 NONAME ?GetChoice@H501PDU@@UAEAAVPASN_Choice@@XZ @25427 NONAME ?GetChoice@H501PDU@@UBEABVPASN_Choice@@XZ @24012 NONAME ?GetClass@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBEPBDI@Z @18598 NONAME ?GetClass@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBEPBDI@Z @18599 NONAME ?GetClass@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBEPBDI@Z @18600 NONAME ?GetClass@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBEPBDI@Z @18601 NONAME ?GetClass@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBEPBDI@Z @18602 NONAME ?GetClass@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBEPBDI@Z @18603 NONAME ?GetClass@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBEPBDI@Z @18604 NONAME ?GetClass@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBEPBDI@Z @18605 NONAME ?GetClass@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBEPBDI@Z @18606 NONAME ?GetClass@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBEPBDI@Z @18607 NONAME ?GetClass@?$PArray@V?$PList@VH323Capability@@@@@@UBEPBDI@Z @7956 NONAME ?GetClass@?$PArray@VH323SimultaneousCapabilities@@@@UBEPBDI@Z @7957 NONAME ?GetClass@?$PArray@VH323TransportAddress@@@@UBEPBDI@Z @25876 NONAME ?GetClass@?$PArray@VReceiverReport@RTP_Session@@@@UBEPBDI@Z @12405 NONAME ?GetClass@?$PArray@VSourceDescription@RTP_Session@@@@UBEPBDI@Z @12406 NONAME ?GetClass@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UBEPBDI@Z @7959 NONAME ?GetClass@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UBEPBDI@Z @22983 NONAME ?GetClass@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UBEPBDI@Z @19454 NONAME ?GetClass@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UBEPBDI@Z @7960 NONAME ?GetClass@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UBEPBDI@Z @25877 NONAME ?GetClass@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UBEPBDI@Z @7961 NONAME ?GetClass@?$PDictionary@VPString@@VH323Connection@@@@UBEPBDI@Z @7962 NONAME ?GetClass@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UBEPBDI@Z @19099 NONAME ?GetClass@?$PDictionary@VPString@@VPOrdinalKey@@@@UBEPBDI@Z @25949 NONAME ?GetClass@?$PList@VH235Authenticator@@@@UBEPBDI@Z @26437 NONAME ?GetClass@?$PList@VH245_GenericParameter@@@@UBEPBDI@Z @45433 NONAME ?GetClass@?$PList@VH263Packet@@@@UBEPBDI@Z @45972 NONAME ?GetClass@?$PList@VH323Capability@@@@UBEPBDI@Z @7963 NONAME ?GetClass@?$PList@VH323Channel@@@@UBEPBDI@Z @7964 NONAME ?GetClass@?$PList@VH323GatekeeperListener@@@@UBEPBDI@Z @19100 NONAME ?GetClass@?$PList@VH323Listener@@@@UBEPBDI@Z @7966 NONAME ?GetClass@?$PList@VH323Transactor@@@@UBEPBDI@Z @24013 NONAME ?GetClass@?$PList@VH450xHandler@@@@UBEPBDI@Z @19455 NONAME ?GetClass@?$PList@VOpalMediaFormat@@@@UBEPBDI@Z @12927 NONAME ?GetClass@?$PList@VPBYTEArray@@@@UBEPBDI@Z @23668 NONAME ?GetClass@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UBEPBDI@Z @21408 NONAME ?GetClass@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UBEPBDI@Z @25743 NONAME ?GetClass@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UBEPBDI@Z @25744 NONAME ?GetClass@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UBEPBDI@Z @21409 NONAME ?GetClass@?$PSafePtr@VH323GatekeeperCall@@@@UBEPBDI@Z @20437 NONAME ?GetClass@?$PSafePtr@VH323PeerElementDescriptor@@@@UBEPBDI@Z @25745 NONAME ?GetClass@?$PSafePtr@VH323PeerElementServiceRelationship@@@@UBEPBDI@Z @25746 NONAME ?GetClass@?$PSafePtr@VH323RegisteredEndPoint@@@@UBEPBDI@Z @20438 NONAME ?GetClass@?$PSet@VPOrdinalKey@@@@UBEPBDI@Z @25950 NONAME ?GetClass@?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@UBEPBDI@Z @20734 NONAME ?GetClass@?$PSortedList@VH225_AliasAddress@@@@UBEPBDI@Z @26090 NONAME ?GetClass@?$PSortedList@VH323GatekeeperCall@@@@UBEPBDI@Z @19101 NONAME ?GetClass@?$PSortedList@VH323PeerElementDescriptor@@@@UBEPBDI@Z @25747 NONAME ?GetClass@?$PSortedList@VH323PeerElementServiceRelationship@@@@UBEPBDI@Z @25748 NONAME ?GetClass@?$PSortedList@VMXRecord@PDNS@@@@UBEPBDI@Z @45007 NONAME ?GetClass@?$PSortedList@VResponse@H323Transactor@@@@UBEPBDI@Z @25878 NONAME ?GetClass@?$PSortedList@VSRVRecord@PDNS@@@@UBEPBDI@Z @45008 NONAME ?GetClass@AlternateInfo@H323Gatekeeper@@UBEPBDI@Z @20735 NONAME ?GetClass@ByteQueue@OpalVoipBlasterDevice@@UBEPBDI@Z @20006 NONAME ?GetClass@FilterInfo@H323Codec@@UBEPBDI@Z @20155 NONAME ?GetClass@G7231_File_Capability@@UBEPBDI@Z @20924 NONAME ?GetClass@G7231_File_Codec@@UBEPBDI@Z @20925 NONAME ?GetClass@GCC_AlternativeNodeID@@UBEPBDI@Z @7967 NONAME ?GetClass@GCC_ApplicationInvokeIndication@@UBEPBDI@Z @7968 NONAME ?GetClass@GCC_ApplicationInvokeSpecifier@@UBEPBDI@Z @7969 NONAME ?GetClass@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@UBEPBDI@Z @7970 NONAME ?GetClass@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBEPBDI@Z @7971 NONAME ?GetClass@GCC_ApplicationRecord@@UBEPBDI@Z @7972 NONAME ?GetClass@GCC_ApplicationRecord_nonCollapsingCapabilities@@UBEPBDI@Z @7973 NONAME ?GetClass@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBEPBDI@Z @7974 NONAME ?GetClass@GCC_ArrayOf_ApplicationInvokeSpecifier@@UBEPBDI@Z @7975 NONAME ?GetClass@GCC_ArrayOf_ChallengeItem@@UBEPBDI@Z @7976 NONAME ?GetClass@GCC_ArrayOf_ConferenceDescriptor@@UBEPBDI@Z @7977 NONAME ?GetClass@GCC_ArrayOf_Privilege@@UBEPBDI@Z @7978 NONAME ?GetClass@GCC_ArrayOf_TextString@@UBEPBDI@Z @7979 NONAME ?GetClass@GCC_ArrayOf_UserID@@UBEPBDI@Z @7980 NONAME ?GetClass@GCC_AsymmetryIndicator@@UBEPBDI@Z @7981 NONAME ?GetClass@GCC_CapabilityClass@@UBEPBDI@Z @7982 NONAME ?GetClass@GCC_CapabilityID@@UBEPBDI@Z @7983 NONAME ?GetClass@GCC_ChallengeItem@@UBEPBDI@Z @7984 NONAME ?GetClass@GCC_ChallengeRequest@@UBEPBDI@Z @7985 NONAME ?GetClass@GCC_ChallengeResponse@@UBEPBDI@Z @7986 NONAME ?GetClass@GCC_ChallengeResponseAlgorithm@@UBEPBDI@Z @7987 NONAME ?GetClass@GCC_ChallengeResponseItem@@UBEPBDI@Z @7988 NONAME ?GetClass@GCC_ChannelID@@UBEPBDI@Z @7989 NONAME ?GetClass@GCC_ChannelType@@UBEPBDI@Z @7990 NONAME ?GetClass@GCC_ConductorAssignIndication@@UBEPBDI@Z @7991 NONAME ?GetClass@GCC_ConductorPermissionAskIndication@@UBEPBDI@Z @7992 NONAME ?GetClass@GCC_ConductorPermissionGrantIndication@@UBEPBDI@Z @7993 NONAME ?GetClass@GCC_ConductorReleaseIndication@@UBEPBDI@Z @7994 NONAME ?GetClass@GCC_ConferenceAddRequest@@UBEPBDI@Z @7995 NONAME ?GetClass@GCC_ConferenceAddResponse@@UBEPBDI@Z @7996 NONAME ?GetClass@GCC_ConferenceAddResponse_result@@UBEPBDI@Z @7997 NONAME ?GetClass@GCC_ConferenceAssistanceIndication@@UBEPBDI@Z @7998 NONAME ?GetClass@GCC_ConferenceCreateRequest@@UBEPBDI@Z @7999 NONAME ?GetClass@GCC_ConferenceCreateResponse@@UBEPBDI@Z @8000 NONAME ?GetClass@GCC_ConferenceCreateResponse_result@@UBEPBDI@Z @8001 NONAME ?GetClass@GCC_ConferenceDescriptor@@UBEPBDI@Z @8002 NONAME ?GetClass@GCC_ConferenceEjectUserIndication@@UBEPBDI@Z @8003 NONAME ?GetClass@GCC_ConferenceEjectUserIndication_reason@@UBEPBDI@Z @8004 NONAME ?GetClass@GCC_ConferenceEjectUserRequest@@UBEPBDI@Z @8005 NONAME ?GetClass@GCC_ConferenceEjectUserRequest_reason@@UBEPBDI@Z @8006 NONAME ?GetClass@GCC_ConferenceEjectUserResponse@@UBEPBDI@Z @8007 NONAME ?GetClass@GCC_ConferenceEjectUserResponse_result@@UBEPBDI@Z @8008 NONAME ?GetClass@GCC_ConferenceInviteRequest@@UBEPBDI@Z @8009 NONAME ?GetClass@GCC_ConferenceInviteResponse@@UBEPBDI@Z @8010 NONAME ?GetClass@GCC_ConferenceInviteResponse_result@@UBEPBDI@Z @8011 NONAME ?GetClass@GCC_ConferenceJoinRequest@@UBEPBDI@Z @8012 NONAME ?GetClass@GCC_ConferenceJoinResponse@@UBEPBDI@Z @8013 NONAME ?GetClass@GCC_ConferenceJoinResponse_result@@UBEPBDI@Z @8014 NONAME ?GetClass@GCC_ConferenceLockIndication@@UBEPBDI@Z @8015 NONAME ?GetClass@GCC_ConferenceLockRequest@@UBEPBDI@Z @8016 NONAME ?GetClass@GCC_ConferenceLockResponse@@UBEPBDI@Z @8017 NONAME ?GetClass@GCC_ConferenceLockResponse_result@@UBEPBDI@Z @8018 NONAME ?GetClass@GCC_ConferenceName@@UBEPBDI@Z @8019 NONAME ?GetClass@GCC_ConferenceNameModifier@@UBEPBDI@Z @8020 NONAME ?GetClass@GCC_ConferenceNameSelector@@UBEPBDI@Z @8021 NONAME ?GetClass@GCC_ConferencePriority@@UBEPBDI@Z @8022 NONAME ?GetClass@GCC_ConferencePriorityScheme@@UBEPBDI@Z @8023 NONAME ?GetClass@GCC_ConferenceQueryRequest@@UBEPBDI@Z @8024 NONAME ?GetClass@GCC_ConferenceQueryResponse@@UBEPBDI@Z @8025 NONAME ?GetClass@GCC_ConferenceQueryResponse_result@@UBEPBDI@Z @8026 NONAME ?GetClass@GCC_ConferenceTerminateIndication@@UBEPBDI@Z @8027 NONAME ?GetClass@GCC_ConferenceTerminateIndication_reason@@UBEPBDI@Z @8028 NONAME ?GetClass@GCC_ConferenceTerminateRequest@@UBEPBDI@Z @8029 NONAME ?GetClass@GCC_ConferenceTerminateRequest_reason@@UBEPBDI@Z @8030 NONAME ?GetClass@GCC_ConferenceTerminateResponse@@UBEPBDI@Z @8031 NONAME ?GetClass@GCC_ConferenceTerminateResponse_result@@UBEPBDI@Z @8032 NONAME ?GetClass@GCC_ConferenceTimeExtendIndication@@UBEPBDI@Z @8033 NONAME ?GetClass@GCC_ConferenceTimeInquireIndication@@UBEPBDI@Z @8034 NONAME ?GetClass@GCC_ConferenceTimeRemainingIndication@@UBEPBDI@Z @8035 NONAME ?GetClass@GCC_ConferenceTransferIndication@@UBEPBDI@Z @8036 NONAME ?GetClass@GCC_ConferenceTransferRequest@@UBEPBDI@Z @8037 NONAME ?GetClass@GCC_ConferenceTransferResponse@@UBEPBDI@Z @8038 NONAME ?GetClass@GCC_ConferenceTransferResponse_result@@UBEPBDI@Z @8039 NONAME ?GetClass@GCC_ConferenceUnlockIndication@@UBEPBDI@Z @8040 NONAME ?GetClass@GCC_ConferenceUnlockRequest@@UBEPBDI@Z @8041 NONAME ?GetClass@GCC_ConferenceUnlockResponse@@UBEPBDI@Z @8042 NONAME ?GetClass@GCC_ConferenceUnlockResponse_result@@UBEPBDI@Z @8043 NONAME ?GetClass@GCC_ConnectData@@UBEPBDI@Z @8044 NONAME ?GetClass@GCC_ConnectGCCPDU@@UBEPBDI@Z @8045 NONAME ?GetClass@GCC_DialingString@@UBEPBDI@Z @8046 NONAME ?GetClass@GCC_DynamicChannelID@@UBEPBDI@Z @8047 NONAME ?GetClass@GCC_DynamicTokenID@@UBEPBDI@Z @8048 NONAME ?GetClass@GCC_EntityID@@UBEPBDI@Z @8049 NONAME ?GetClass@GCC_ExtraDialingString@@UBEPBDI@Z @8050 NONAME ?GetClass@GCC_FunctionNotSupportedResponse@@UBEPBDI@Z @8051 NONAME ?GetClass@GCC_GCCPDU@@UBEPBDI@Z @8052 NONAME ?GetClass@GCC_H221NonStandardIdentifier@@UBEPBDI@Z @8053 NONAME ?GetClass@GCC_Handle@@UBEPBDI@Z @8054 NONAME ?GetClass@GCC_IndicationPDU@@UBEPBDI@Z @8055 NONAME ?GetClass@GCC_Key@@UBEPBDI@Z @8056 NONAME ?GetClass@GCC_NetworkAddress@@UBEPBDI@Z @8057 NONAME ?GetClass@GCC_NetworkAddress_subtype@@UBEPBDI@Z @8058 NONAME ?GetClass@GCC_NetworkAddress_subtype_aggregatedChannel@@UBEPBDI@Z @8059 NONAME ?GetClass@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBEPBDI@Z @8060 NONAME ?GetClass@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBEPBDI@Z @8061 NONAME ?GetClass@GCC_NetworkAddress_subtype_transportConnection@@UBEPBDI@Z @8062 NONAME ?GetClass@GCC_NodeProperties@@UBEPBDI@Z @8063 NONAME ?GetClass@GCC_NodeRecord@@UBEPBDI@Z @8064 NONAME ?GetClass@GCC_NodeType@@UBEPBDI@Z @8065 NONAME ?GetClass@GCC_NonStandardParameter@@UBEPBDI@Z @8066 NONAME ?GetClass@GCC_NonStandardPDU@@UBEPBDI@Z @8067 NONAME ?GetClass@GCC_Password@@UBEPBDI@Z @8068 NONAME ?GetClass@GCC_PasswordChallengeRequestResponse@@UBEPBDI@Z @8069 NONAME ?GetClass@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBEPBDI@Z @8070 NONAME ?GetClass@GCC_PasswordSelector@@UBEPBDI@Z @8071 NONAME ?GetClass@GCC_Privilege@@UBEPBDI@Z @8072 NONAME ?GetClass@GCC_RegistryAllocateHandleRequest@@UBEPBDI@Z @8073 NONAME ?GetClass@GCC_RegistryAllocateHandleResponse@@UBEPBDI@Z @8074 NONAME ?GetClass@GCC_RegistryAllocateHandleResponse_result@@UBEPBDI@Z @8075 NONAME ?GetClass@GCC_RegistryAssignTokenRequest@@UBEPBDI@Z @8076 NONAME ?GetClass@GCC_RegistryDeleteEntryRequest@@UBEPBDI@Z @8077 NONAME ?GetClass@GCC_RegistryEntryOwner@@UBEPBDI@Z @8078 NONAME ?GetClass@GCC_RegistryEntryOwner_owned@@UBEPBDI@Z @8079 NONAME ?GetClass@GCC_RegistryItem@@UBEPBDI@Z @8080 NONAME ?GetClass@GCC_RegistryKey@@UBEPBDI@Z @8081 NONAME ?GetClass@GCC_RegistryModificationRights@@UBEPBDI@Z @8082 NONAME ?GetClass@GCC_RegistryMonitorEntryIndication@@UBEPBDI@Z @8083 NONAME ?GetClass@GCC_RegistryMonitorEntryRequest@@UBEPBDI@Z @8084 NONAME ?GetClass@GCC_RegistryRegisterChannelRequest@@UBEPBDI@Z @8085 NONAME ?GetClass@GCC_RegistryResponse@@UBEPBDI@Z @8086 NONAME ?GetClass@GCC_RegistryResponse_primitiveType@@UBEPBDI@Z @8087 NONAME ?GetClass@GCC_RegistryResponse_result@@UBEPBDI@Z @8088 NONAME ?GetClass@GCC_RegistryRetrieveEntryRequest@@UBEPBDI@Z @8089 NONAME ?GetClass@GCC_RegistrySetParameterRequest@@UBEPBDI@Z @8090 NONAME ?GetClass@GCC_RequestPDU@@UBEPBDI@Z @8091 NONAME ?GetClass@GCC_ResponsePDU@@UBEPBDI@Z @8092 NONAME ?GetClass@GCC_RosterUpdateIndication@@UBEPBDI@Z @8093 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation@@UBEPBDI@Z @8094 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBEPBDI@Z @8095 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@UBEPBDI@Z @8096 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@UBEPBDI@Z @8097 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBEPBDI@Z @8098 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@UBEPBDI@Z @8099 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@UBEPBDI@Z @8100 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBEPBDI@Z @8101 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@UBEPBDI@Z @8102 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBEPBDI@Z @8103 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@UBEPBDI@Z @8104 NONAME ?GetClass@GCC_RosterUpdateIndication_nodeInformation@@UBEPBDI@Z @8105 NONAME ?GetClass@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@UBEPBDI@Z @8106 NONAME ?GetClass@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@UBEPBDI@Z @8107 NONAME ?GetClass@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBEPBDI@Z @8108 NONAME ?GetClass@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@UBEPBDI@Z @8109 NONAME ?GetClass@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBEPBDI@Z @8110 NONAME ?GetClass@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@UBEPBDI@Z @8111 NONAME ?GetClass@GCC_SessionKey@@UBEPBDI@Z @8112 NONAME ?GetClass@GCC_SimpleNumericString@@UBEPBDI@Z @8113 NONAME ?GetClass@GCC_SimpleTextString@@UBEPBDI@Z @8114 NONAME ?GetClass@GCC_StaticChannelID@@UBEPBDI@Z @8115 NONAME ?GetClass@GCC_StaticTokenID@@UBEPBDI@Z @8116 NONAME ?GetClass@GCC_SubAddressString@@UBEPBDI@Z @8117 NONAME ?GetClass@GCC_TerminationMethod@@UBEPBDI@Z @8118 NONAME ?GetClass@GCC_TextMessageIndication@@UBEPBDI@Z @8119 NONAME ?GetClass@GCC_TextString@@UBEPBDI@Z @8120 NONAME ?GetClass@GCC_Time@@UBEPBDI@Z @8121 NONAME ?GetClass@GCC_TokenID@@UBEPBDI@Z @8122 NONAME ?GetClass@GCC_UserData@@UBEPBDI@Z @8123 NONAME ?GetClass@GCC_UserData_subtype@@UBEPBDI@Z @8124 NONAME ?GetClass@GCC_UserID@@UBEPBDI@Z @8125 NONAME ?GetClass@GCC_UserIDIndication@@UBEPBDI@Z @8126 NONAME ?GetClass@H225CallThread@@UBEPBDI@Z @8127 NONAME ?GetClass@H225TransportThread@@UBEPBDI@Z @8129 NONAME ?GetClass@H225_AddressPattern@@UBEPBDI@Z @17801 NONAME ?GetClass@H225_AddressPattern_range@@UBEPBDI@Z @17802 NONAME ?GetClass@H225_AdmissionConfirm@@UBEPBDI@Z @8130 NONAME ?GetClass@H225_AdmissionConfirm_language@@UBEPBDI@Z @17803 NONAME ?GetClass@H225_AdmissionReject@@UBEPBDI@Z @8131 NONAME ?GetClass@H225_AdmissionRejectReason@@UBEPBDI@Z @8132 NONAME ?GetClass@H225_AdmissionRequest@@UBEPBDI@Z @8133 NONAME ?GetClass@H225_Alerting_UUIE@@UBEPBDI@Z @8134 NONAME ?GetClass@H225_AliasAddress@@UBEPBDI@Z @8135 NONAME ?GetClass@H225_AlternateGK@@UBEPBDI@Z @8136 NONAME ?GetClass@H225_AlternateTransportAddresses@@UBEPBDI@Z @17804 NONAME ?GetClass@H225_AltGKInfo@@UBEPBDI@Z @8137 NONAME ?GetClass@H225_ANSI_41_UIM@@UBEPBDI@Z @17805 NONAME ?GetClass@H225_ANSI_41_UIM_system_id@@UBEPBDI@Z @17806 NONAME ?GetClass@H225_ArrayOf_AddressPattern@@UBEPBDI@Z @17807 NONAME ?GetClass@H225_ArrayOf_AdmissionConfirm@@UBEPBDI@Z @27116 NONAME ?GetClass@H225_ArrayOf_AliasAddress@@UBEPBDI@Z @8138 NONAME ?GetClass@H225_ArrayOf_AlternateGK@@UBEPBDI@Z @8139 NONAME ?GetClass@H225_ArrayOf_AuthenticationMechanism@@UBEPBDI@Z @8140 NONAME ?GetClass@H225_ArrayOf_BandwidthDetails@@UBEPBDI@Z @17808 NONAME ?GetClass@H225_ArrayOf_CallReferenceValue@@UBEPBDI@Z @8141 NONAME ?GetClass@H225_ArrayOf_CallsAvailable@@UBEPBDI@Z @17809 NONAME ?GetClass@H225_ArrayOf_ClearToken@@UBEPBDI@Z @8142 NONAME ?GetClass@H225_ArrayOf_ConferenceIdentifier@@UBEPBDI@Z @8143 NONAME ?GetClass@H225_ArrayOf_ConferenceList@@UBEPBDI@Z @8144 NONAME ?GetClass@H225_ArrayOf_CryptoH323Token@@UBEPBDI@Z @8145 NONAME ?GetClass@H225_ArrayOf_DataRate@@UBEPBDI@Z @8146 NONAME ?GetClass@H225_ArrayOf_Endpoint@@UBEPBDI@Z @8147 NONAME ?GetClass@H225_ArrayOf_EnumeratedParameter@@UBEPBDI@Z @17810 NONAME ?GetClass@H225_ArrayOf_ExtendedAliasAddress@@UBEPBDI@Z @17811 NONAME ?GetClass@H225_ArrayOf_FeatureDescriptor@@UBEPBDI@Z @17812 NONAME ?GetClass@H225_ArrayOf_GenericData@@UBEPBDI@Z @17813 NONAME ?GetClass@H225_ArrayOf_H245Security@@UBEPBDI@Z @8148 NONAME ?GetClass@H225_ArrayOf_H248PackagesDescriptor@@UBEPBDI@Z @17814 NONAME ?GetClass@H225_ArrayOf_IntegrityMechanism@@UBEPBDI@Z @8149 NONAME ?GetClass@H225_ArrayOf_NonStandardParameter@@UBEPBDI@Z @8150 NONAME ?GetClass@H225_ArrayOf_PartyNumber@@UBEPBDI@Z @17815 NONAME ?GetClass@H225_ArrayOf_PASN_ObjectId@@UBEPBDI@Z @8151 NONAME ?GetClass@H225_ArrayOf_PASN_OctetString@@UBEPBDI@Z @8152 NONAME ?GetClass@H225_ArrayOf_RasUsageSpecification@@UBEPBDI@Z @17816 NONAME ?GetClass@H225_ArrayOf_RTPSession@@UBEPBDI@Z @8153 NONAME ?GetClass@H225_ArrayOf_ServiceControlSession@@UBEPBDI@Z @17817 NONAME ?GetClass@H225_ArrayOf_SupportedPrefix@@UBEPBDI@Z @8154 NONAME ?GetClass@H225_ArrayOf_SupportedProtocols@@UBEPBDI@Z @8155 NONAME ?GetClass@H225_ArrayOf_TransportAddress@@UBEPBDI@Z @8156 NONAME ?GetClass@H225_ArrayOf_TransportChannelInfo@@UBEPBDI@Z @8157 NONAME ?GetClass@H225_ArrayOf_TunnelledProtocol@@UBEPBDI@Z @17818 NONAME ?GetClass@H225_BandRejectReason@@UBEPBDI@Z @8158 NONAME ?GetClass@H225_BandWidth@@UBEPBDI@Z @8159 NONAME ?GetClass@H225_BandwidthConfirm@@UBEPBDI@Z @8160 NONAME ?GetClass@H225_BandwidthDetails@@UBEPBDI@Z @17819 NONAME ?GetClass@H225_BandwidthReject@@UBEPBDI@Z @8161 NONAME ?GetClass@H225_BandwidthRequest@@UBEPBDI@Z @8162 NONAME ?GetClass@H225_CallCapacity@@UBEPBDI@Z @17820 NONAME ?GetClass@H225_CallCapacityInfo@@UBEPBDI@Z @17821 NONAME ?GetClass@H225_CallCreditCapability@@UBEPBDI@Z @17822 NONAME ?GetClass@H225_CallCreditServiceControl@@UBEPBDI@Z @17823 NONAME ?GetClass@H225_CallCreditServiceControl_billingMode@@UBEPBDI@Z @17824 NONAME ?GetClass@H225_CallCreditServiceControl_callStartingPoint@@UBEPBDI@Z @17825 NONAME ?GetClass@H225_CallIdentifier@@UBEPBDI@Z @8163 NONAME ?GetClass@H225_CallLinkage@@UBEPBDI@Z @17826 NONAME ?GetClass@H225_CallModel@@UBEPBDI@Z @8164 NONAME ?GetClass@H225_CallProceeding_UUIE@@UBEPBDI@Z @8165 NONAME ?GetClass@H225_CallReferenceValue@@UBEPBDI@Z @8166 NONAME ?GetClass@H225_CallsAvailable@@UBEPBDI@Z @17827 NONAME ?GetClass@H225_CallTerminationCause@@UBEPBDI@Z @17828 NONAME ?GetClass@H225_CallType@@UBEPBDI@Z @8167 NONAME ?GetClass@H225_CapacityReportingCapability@@UBEPBDI@Z @17829 NONAME ?GetClass@H225_CapacityReportingSpecification@@UBEPBDI@Z @17830 NONAME ?GetClass@H225_CapacityReportingSpecification_when@@UBEPBDI@Z @17831 NONAME ?GetClass@H225_CarrierInfo@@UBEPBDI@Z @27117 NONAME ?GetClass@H225_CicInfo@@UBEPBDI@Z @17832 NONAME ?GetClass@H225_CicInfo_cic@@UBEPBDI@Z @17833 NONAME ?GetClass@H225_CircuitIdentifier@@UBEPBDI@Z @17834 NONAME ?GetClass@H225_CircuitInfo@@UBEPBDI@Z @17835 NONAME ?GetClass@H225_ConferenceIdentifier@@UBEPBDI@Z @8168 NONAME ?GetClass@H225_ConferenceList@@UBEPBDI@Z @8169 NONAME ?GetClass@H225_Connect_UUIE@@UBEPBDI@Z @8170 NONAME ?GetClass@H225_Connect_UUIE_language@@UBEPBDI@Z @17836 NONAME ?GetClass@H225_Content@@UBEPBDI@Z @17837 NONAME ?GetClass@H225_CryptoH323Token@@UBEPBDI@Z @8171 NONAME ?GetClass@H225_CryptoH323Token_cryptoEPPwdHash@@UBEPBDI@Z @8172 NONAME ?GetClass@H225_CryptoH323Token_cryptoGKPwdHash@@UBEPBDI@Z @8173 NONAME ?GetClass@H225_DataRate@@UBEPBDI@Z @8174 NONAME ?GetClass@H225_DisengageConfirm@@UBEPBDI@Z @8175 NONAME ?GetClass@H225_DisengageReason@@UBEPBDI@Z @8176 NONAME ?GetClass@H225_DisengageReject@@UBEPBDI@Z @8177 NONAME ?GetClass@H225_DisengageRejectReason@@UBEPBDI@Z @8178 NONAME ?GetClass@H225_DisengageRequest@@UBEPBDI@Z @8179 NONAME ?GetClass@H225_EncodedFastStartToken@@UBEPBDI@Z @18608 NONAME ?GetClass@H225_EncryptIntAlg@@UBEPBDI@Z @8180 NONAME ?GetClass@H225_Endpoint@@UBEPBDI@Z @8181 NONAME ?GetClass@H225_EndpointIdentifier@@UBEPBDI@Z @8182 NONAME ?GetClass@H225_EndpointType@@UBEPBDI@Z @8183 NONAME ?GetClass@H225_EnumeratedParameter@@UBEPBDI@Z @17838 NONAME ?GetClass@H225_ExtendedAliasAddress@@UBEPBDI@Z @17839 NONAME ?GetClass@H225_FacilityReason@@UBEPBDI@Z @8184 NONAME ?GetClass@H225_Facility_UUIE@@UBEPBDI@Z @8185 NONAME ?GetClass@H225_FastStartToken@@UBEPBDI@Z @8186 NONAME ?GetClass@H225_FeatureDescriptor@@UBEPBDI@Z @17840 NONAME ?GetClass@H225_FeatureSet@@UBEPBDI@Z @17841 NONAME ?GetClass@H225_GatekeeperConfirm@@UBEPBDI@Z @8187 NONAME ?GetClass@H225_GatekeeperIdentifier@@UBEPBDI@Z @8188 NONAME ?GetClass@H225_GatekeeperInfo@@UBEPBDI@Z @8189 NONAME ?GetClass@H225_GatekeeperReject@@UBEPBDI@Z @8190 NONAME ?GetClass@H225_GatekeeperRejectReason@@UBEPBDI@Z @8191 NONAME ?GetClass@H225_GatekeeperRequest@@UBEPBDI@Z @8192 NONAME ?GetClass@H225_GatewayInfo@@UBEPBDI@Z @8193 NONAME ?GetClass@H225_GenericData@@UBEPBDI@Z @17842 NONAME ?GetClass@H225_GenericIdentifier@@UBEPBDI@Z @17843 NONAME ?GetClass@H225_GloballyUniqueID@@UBEPBDI@Z @8194 NONAME ?GetClass@H225_GroupID@@UBEPBDI@Z @17844 NONAME ?GetClass@H225_GroupID_member@@UBEPBDI@Z @17845 NONAME ?GetClass@H225_GSM_UIM@@UBEPBDI@Z @17846 NONAME ?GetClass@H225_H221NonStandard@@UBEPBDI@Z @8195 NONAME ?GetClass@H225_H245Security@@UBEPBDI@Z @8196 NONAME ?GetClass@H225_H248PackagesDescriptor@@UBEPBDI@Z @17847 NONAME ?GetClass@H225_H248SignalsDescriptor@@UBEPBDI@Z @17848 NONAME ?GetClass@H225_H310Caps@@UBEPBDI@Z @8197 NONAME ?GetClass@H225_H320Caps@@UBEPBDI@Z @8198 NONAME ?GetClass@H225_H321Caps@@UBEPBDI@Z @8199 NONAME ?GetClass@H225_H322Caps@@UBEPBDI@Z @8200 NONAME ?GetClass@H225_H323Caps@@UBEPBDI@Z @8201 NONAME ?GetClass@H225_H323_UserInformation@@UBEPBDI@Z @8202 NONAME ?GetClass@H225_H323_UserInformation_user_data@@UBEPBDI@Z @8203 NONAME ?GetClass@H225_H323_UU_PDU@@UBEPBDI@Z @8204 NONAME ?GetClass@H225_H323_UU_PDU_h323_message_body@@UBEPBDI@Z @8205 NONAME ?GetClass@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBEPBDI@Z @17849 NONAME ?GetClass@H225_H324Caps@@UBEPBDI@Z @8206 NONAME ?GetClass@H225_ICV@@UBEPBDI@Z @8207 NONAME ?GetClass@H225_InfoRequest@@UBEPBDI@Z @8208 NONAME ?GetClass@H225_InfoRequestAck@@UBEPBDI@Z @8209 NONAME ?GetClass@H225_InfoRequestNak@@UBEPBDI@Z @8210 NONAME ?GetClass@H225_InfoRequestNakReason@@UBEPBDI@Z @8211 NONAME ?GetClass@H225_InfoRequestResponse@@UBEPBDI@Z @8212 NONAME ?GetClass@H225_InfoRequestResponseStatus@@UBEPBDI@Z @17850 NONAME ?GetClass@H225_InfoRequestResponse_perCallInfo@@UBEPBDI@Z @8213 NONAME ?GetClass@H225_InfoRequestResponse_perCallInfo_subtype@@UBEPBDI@Z @8214 NONAME ?GetClass@H225_InfoRequestResponse_perCallInfo_subtype_pdu@@UBEPBDI@Z @8215 NONAME ?GetClass@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBEPBDI@Z @8216 NONAME ?GetClass@H225_Information_UUIE@@UBEPBDI@Z @8217 NONAME ?GetClass@H225_IntegrityMechanism@@UBEPBDI@Z @8218 NONAME ?GetClass@H225_LocationConfirm@@UBEPBDI@Z @8219 NONAME ?GetClass@H225_LocationReject@@UBEPBDI@Z @8220 NONAME ?GetClass@H225_LocationRejectReason@@UBEPBDI@Z @8221 NONAME ?GetClass@H225_LocationRequest@@UBEPBDI@Z @8222 NONAME ?GetClass@H225_McuInfo@@UBEPBDI@Z @8223 NONAME ?GetClass@H225_MobileUIM@@UBEPBDI@Z @17851 NONAME ?GetClass@H225_NonIsoIntegrityMechanism@@UBEPBDI@Z @8224 NONAME ?GetClass@H225_NonStandardIdentifier@@UBEPBDI@Z @8225 NONAME ?GetClass@H225_NonStandardMessage@@UBEPBDI@Z @8226 NONAME ?GetClass@H225_NonStandardParameter@@UBEPBDI@Z @8227 NONAME ?GetClass@H225_NonStandardProtocol@@UBEPBDI@Z @8228 NONAME ?GetClass@H225_Notify_UUIE@@UBEPBDI@Z @17852 NONAME ?GetClass@H225_NumberDigits@@UBEPBDI@Z @8229 NONAME ?GetClass@H225_PartyNumber@@UBEPBDI@Z @8230 NONAME ?GetClass@H225_PresentationIndicator@@UBEPBDI@Z @17853 NONAME ?GetClass@H225_PrivatePartyNumber@@UBEPBDI@Z @8231 NONAME ?GetClass@H225_PrivateTypeOfNumber@@UBEPBDI@Z @8232 NONAME ?GetClass@H225_Progress_UUIE@@UBEPBDI@Z @8233 NONAME ?GetClass@H225_ProtocolIdentifier@@UBEPBDI@Z @8234 NONAME ?GetClass@H225_PublicPartyNumber@@UBEPBDI@Z @8235 NONAME ?GetClass@H225_PublicTypeOfNumber@@UBEPBDI@Z @8236 NONAME ?GetClass@H225_Q954Details@@UBEPBDI@Z @8237 NONAME ?GetClass@H225_QseriesOptions@@UBEPBDI@Z @8238 NONAME ?GetClass@H225_RAS@@UBEPBDI@Z @18675 NONAME ?GetClass@H225_RasMessage@@UBEPBDI@Z @8239 NONAME ?GetClass@H225_RasUsageInformation@@UBEPBDI@Z @17854 NONAME ?GetClass@H225_RasUsageInfoTypes@@UBEPBDI@Z @17855 NONAME ?GetClass@H225_RasUsageSpecification@@UBEPBDI@Z @17856 NONAME ?GetClass@H225_RasUsageSpecification_callStartingPoint@@UBEPBDI@Z @17857 NONAME ?GetClass@H225_RasUsageSpecification_when@@UBEPBDI@Z @17858 NONAME ?GetClass@H225_RegistrationConfirm@@UBEPBDI@Z @8240 NONAME ?GetClass@H225_RegistrationConfirm_preGrantedARQ@@UBEPBDI@Z @8241 NONAME ?GetClass@H225_RegistrationReject@@UBEPBDI@Z @8242 NONAME ?GetClass@H225_RegistrationRejectReason@@UBEPBDI@Z @8243 NONAME ?GetClass@H225_RegistrationRejectReason_invalidTerminalAliases@@UBEPBDI@Z @17859 NONAME ?GetClass@H225_RegistrationRequest@@UBEPBDI@Z @8244 NONAME ?GetClass@H225_ReleaseCompleteReason@@UBEPBDI@Z @8245 NONAME ?GetClass@H225_ReleaseComplete_UUIE@@UBEPBDI@Z @8246 NONAME ?GetClass@H225_RequestInProgress@@UBEPBDI@Z @8247 NONAME ?GetClass@H225_RequestSeqNum@@UBEPBDI@Z @8248 NONAME ?GetClass@H225_ResourcesAvailableConfirm@@UBEPBDI@Z @8249 NONAME ?GetClass@H225_ResourcesAvailableIndicate@@UBEPBDI@Z @8250 NONAME ?GetClass@H225_RTPSession@@UBEPBDI@Z @8251 NONAME ?GetClass@H225_RTPSession_associatedSessionIds@@UBEPBDI@Z @8252 NONAME ?GetClass@H225_ScnConnectionAggregation@@UBEPBDI@Z @17860 NONAME ?GetClass@H225_ScnConnectionType@@UBEPBDI@Z @17861 NONAME ?GetClass@H225_ScreeningIndicator@@UBEPBDI@Z @17862 NONAME ?GetClass@H225_SecurityCapabilities@@UBEPBDI@Z @8253 NONAME ?GetClass@H225_SecurityErrors2@@UBEPBDI@Z @27118 NONAME ?GetClass@H225_SecurityErrors@@UBEPBDI@Z @27119 NONAME ?GetClass@H225_SecurityServiceMode@@UBEPBDI@Z @8254 NONAME ?GetClass@H225_ServiceControlDescriptor@@UBEPBDI@Z @17863 NONAME ?GetClass@H225_ServiceControlIndication@@UBEPBDI@Z @17864 NONAME ?GetClass@H225_ServiceControlIndication_callSpecific@@UBEPBDI@Z @17865 NONAME ?GetClass@H225_ServiceControlResponse@@UBEPBDI@Z @17866 NONAME ?GetClass@H225_ServiceControlResponse_result@@UBEPBDI@Z @17867 NONAME ?GetClass@H225_ServiceControlSession@@UBEPBDI@Z @17868 NONAME ?GetClass@H225_ServiceControlSession_reason@@UBEPBDI@Z @17869 NONAME ?GetClass@H225_SetupAcknowledge_UUIE@@UBEPBDI@Z @17870 NONAME ?GetClass@H225_Setup_UUIE@@UBEPBDI@Z @8255 NONAME ?GetClass@H225_Setup_UUIE_conferenceGoal@@UBEPBDI@Z @8256 NONAME ?GetClass@H225_Setup_UUIE_connectionParameters@@UBEPBDI@Z @17871 NONAME ?GetClass@H225_Setup_UUIE_language@@UBEPBDI@Z @17872 NONAME ?GetClass@H225_SIPCaps@@UBEPBDI@Z @27120 NONAME ?GetClass@H225_StatusInquiry_UUIE@@UBEPBDI@Z @17873 NONAME ?GetClass@H225_Status_UUIE@@UBEPBDI@Z @17874 NONAME ?GetClass@H225_StimulusControl@@UBEPBDI@Z @17875 NONAME ?GetClass@H225_SupportedPrefix@@UBEPBDI@Z @8257 NONAME ?GetClass@H225_SupportedProtocols@@UBEPBDI@Z @8258 NONAME ?GetClass@H225_T120OnlyCaps@@UBEPBDI@Z @8259 NONAME ?GetClass@H225_T38FaxAnnexbOnlyCaps@@UBEPBDI@Z @17876 NONAME ?GetClass@H225_TBCD_STRING@@UBEPBDI@Z @17877 NONAME ?GetClass@H225_TerminalInfo@@UBEPBDI@Z @8260 NONAME ?GetClass@H225_TimeToLive@@UBEPBDI@Z @8261 NONAME ?GetClass@H225_TransportAddress@@UBEPBDI@Z @8262 NONAME ?GetClass@H225_TransportAddress_ip6Address@@UBEPBDI@Z @8263 NONAME ?GetClass@H225_TransportAddress_ipAddress@@UBEPBDI@Z @8264 NONAME ?GetClass@H225_TransportAddress_ipSourceRoute@@UBEPBDI@Z @8265 NONAME ?GetClass@H225_TransportAddress_ipSourceRoute_route@@UBEPBDI@Z @8266 NONAME ?GetClass@H225_TransportAddress_ipSourceRoute_routing@@UBEPBDI@Z @8267 NONAME ?GetClass@H225_TransportAddress_ipxAddress@@UBEPBDI@Z @8268 NONAME ?GetClass@H225_TransportChannelInfo@@UBEPBDI@Z @8269 NONAME ?GetClass@H225_TransportQOS@@UBEPBDI@Z @8270 NONAME ?GetClass@H225_TunnelledProtocol@@UBEPBDI@Z @17878 NONAME ?GetClass@H225_TunnelledProtocolAlternateIdentifier@@UBEPBDI@Z @17879 NONAME ?GetClass@H225_TunnelledProtocol_id@@UBEPBDI@Z @17880 NONAME ?GetClass@H225_UnknownMessageResponse@@UBEPBDI@Z @8271 NONAME ?GetClass@H225_UnregistrationConfirm@@UBEPBDI@Z @8272 NONAME ?GetClass@H225_UnregistrationReject@@UBEPBDI@Z @8273 NONAME ?GetClass@H225_UnregistrationRequest@@UBEPBDI@Z @8274 NONAME ?GetClass@H225_UnregRejectReason@@UBEPBDI@Z @8275 NONAME ?GetClass@H225_UnregRequestReason@@UBEPBDI@Z @8276 NONAME ?GetClass@H225_UseSpecifiedTransport@@UBEPBDI@Z @17881 NONAME ?GetClass@H225_UUIEsRequested@@UBEPBDI@Z @8277 NONAME ?GetClass@H225_VendorIdentifier@@UBEPBDI@Z @8278 NONAME ?GetClass@H225_VoiceCaps@@UBEPBDI@Z @8279 NONAME ?GetClass@H235AuthCAT@@UBEPBDI@Z @23885 NONAME ?GetClass@H235Authenticator@@UBEPBDI@Z @19352 NONAME ?GetClass@H235Authenticators@@UBEPBDI@Z @21104 NONAME ?GetClass@H235AuthProcedure1@@UBEPBDI@Z @19726 NONAME ?GetClass@H235AuthSimpleMD5@@UBEPBDI@Z @19354 NONAME ?GetClass@H235_AuthenticationBES@@UBEPBDI@Z @19257 NONAME ?GetClass@H235_AuthenticationMechanism@@UBEPBDI@Z @8280 NONAME ?GetClass@H235_ChallengeString@@UBEPBDI@Z @8281 NONAME ?GetClass@H235_ClearToken@@UBEPBDI@Z @8282 NONAME ?GetClass@H235_CryptoToken@@UBEPBDI@Z @8283 NONAME ?GetClass@H235_CryptoToken_cryptoEncryptedToken@@UBEPBDI@Z @8284 NONAME ?GetClass@H235_CryptoToken_cryptoHashedToken@@UBEPBDI@Z @8285 NONAME ?GetClass@H235_CryptoToken_cryptoSignedToken@@UBEPBDI@Z @8286 NONAME ?GetClass@H235_DHset@@UBEPBDI@Z @8287 NONAME ?GetClass@H235_ECGDSASignature@@UBEPBDI@Z @27121 NONAME ?GetClass@H235_ECKASDH@@UBEPBDI@Z @19259 NONAME ?GetClass@H235_ECKASDH_eckasdh2@@UBEPBDI@Z @19260 NONAME ?GetClass@H235_ECKASDH_eckasdhp@@UBEPBDI@Z @19261 NONAME ?GetClass@H235_ECpoint@@UBEPBDI@Z @27122 NONAME ?GetClass@H235_EncodedGeneralToken@@UBEPBDI@Z @18609 NONAME ?GetClass@H235_EncodedKeySignedMaterial@@UBEPBDI@Z @18610 NONAME ?GetClass@H235_EncodedKeySyncMaterial@@UBEPBDI@Z @18611 NONAME ?GetClass@H235_EncodedPwdCertToken@@UBEPBDI@Z @18612 NONAME ?GetClass@H235_EncodedReturnSig@@UBEPBDI@Z @18613 NONAME ?GetClass@H235_H235CertificateSignature@@UBEPBDI@Z @8288 NONAME ?GetClass@H235_H235Key@@UBEPBDI@Z @8289 NONAME ?GetClass@H235_Identifier@@UBEPBDI@Z @8290 NONAME ?GetClass@H235_IV16@@UBEPBDI@Z @19262 NONAME ?GetClass@H235_IV8@@UBEPBDI@Z @8291 NONAME ?GetClass@H235_KeyMaterial@@UBEPBDI@Z @8292 NONAME ?GetClass@H235_KeySignedMaterial@@UBEPBDI@Z @8293 NONAME ?GetClass@H235_KeySyncMaterial@@UBEPBDI@Z @8294 NONAME ?GetClass@H235_NonStandardParameter@@UBEPBDI@Z @8295 NONAME ?GetClass@H235_Params@@UBEPBDI@Z @8296 NONAME ?GetClass@H235_Password@@UBEPBDI@Z @8297 NONAME ?GetClass@H235_PwdCertToken@@UBEPBDI@Z @8298 NONAME ?GetClass@H235_RandomVal@@UBEPBDI@Z @8299 NONAME ?GetClass@H235_ReturnSig@@UBEPBDI@Z @8300 NONAME ?GetClass@H235_TimeStamp@@UBEPBDI@Z @8301 NONAME ?GetClass@H235_TypedCertificate@@UBEPBDI@Z @8302 NONAME ?GetClass@H235_V3KeySyncMaterial@@UBEPBDI@Z @27123 NONAME ?GetClass@H245NegLogicalChannel@@UBEPBDI@Z @8303 NONAME ?GetClass@H245NegLogicalChannels@@UBEPBDI@Z @8304 NONAME ?GetClass@H245NegMasterSlaveDetermination@@UBEPBDI@Z @8305 NONAME ?GetClass@H245Negotiator@@UBEPBDI@Z @8306 NONAME ?GetClass@H245NegRequestMode@@UBEPBDI@Z @8307 NONAME ?GetClass@H245NegRoundTripDelay@@UBEPBDI@Z @8308 NONAME ?GetClass@H245NegTerminalCapabilitySet@@UBEPBDI@Z @8309 NONAME ?GetClass@H245TransportThread@@UBEPBDI@Z @8310 NONAME ?GetClass@H245_AlternativeCapabilitySet@@UBEPBDI@Z @8311 NONAME ?GetClass@H245_ArrayOf_AlternativeCapabilitySet@@UBEPBDI@Z @8312 NONAME ?GetClass@H245_ArrayOf_BEnhancementParameters@@UBEPBDI@Z @8313 NONAME ?GetClass@H245_ArrayOf_CapabilityDescriptor@@UBEPBDI@Z @8314 NONAME ?GetClass@H245_ArrayOf_CapabilityDescriptorNumber@@UBEPBDI@Z @8315 NONAME ?GetClass@H245_ArrayOf_CapabilityTableEntry@@UBEPBDI@Z @8316 NONAME ?GetClass@H245_ArrayOf_CapabilityTableEntryNumber@@UBEPBDI@Z @8317 NONAME ?GetClass@H245_ArrayOf_CommunicationModeTableEntry@@UBEPBDI@Z @8318 NONAME ?GetClass@H245_ArrayOf_CustomPictureClockFrequency@@UBEPBDI@Z @8319 NONAME ?GetClass@H245_ArrayOf_CustomPictureFormat@@UBEPBDI@Z @8320 NONAME ?GetClass@H245_ArrayOf_DataApplicationCapability@@UBEPBDI@Z @8321 NONAME ?GetClass@H245_ArrayOf_DialingInformationNetworkType@@UBEPBDI@Z @17882 NONAME ?GetClass@H245_ArrayOf_DialingInformationNumber@@UBEPBDI@Z @17883 NONAME ?GetClass@H245_ArrayOf_EnhancementOptions@@UBEPBDI@Z @8322 NONAME ?GetClass@H245_ArrayOf_EscrowData@@UBEPBDI@Z @8323 NONAME ?GetClass@H245_ArrayOf_GenericCapability@@UBEPBDI@Z @45317 NONAME ?GetClass@H245_ArrayOf_GenericParameter@@UBEPBDI@Z @17884 NONAME ?GetClass@H245_ArrayOf_H263ModeComboFlags@@UBEPBDI@Z @8324 NONAME ?GetClass@H245_ArrayOf_H263VideoModeCombos@@UBEPBDI@Z @8325 NONAME ?GetClass@H245_ArrayOf_MediaChannelCapability@@UBEPBDI@Z @8326 NONAME ?GetClass@H245_ArrayOf_MediaDistributionCapability@@UBEPBDI@Z @8327 NONAME ?GetClass@H245_ArrayOf_ModeDescription@@UBEPBDI@Z @8328 NONAME ?GetClass@H245_ArrayOf_MultiplePayloadStreamElement@@UBEPBDI@Z @27124 NONAME ?GetClass@H245_ArrayOf_MultiplePayloadStreamElementMode@@UBEPBDI@Z @27125 NONAME ?GetClass@H245_ArrayOf_MultiplexElement@@UBEPBDI@Z @8329 NONAME ?GetClass@H245_ArrayOf_MultiplexEntryDescriptor@@UBEPBDI@Z @8330 NONAME ?GetClass@H245_ArrayOf_MultiplexEntryRejectionDescriptions@@UBEPBDI@Z @8331 NONAME ?GetClass@H245_ArrayOf_MultiplexTableEntryNumber@@UBEPBDI@Z @8332 NONAME ?GetClass@H245_ArrayOf_NonStandardParameter@@UBEPBDI@Z @8333 NONAME ?GetClass@H245_ArrayOf_ParameterIdentifier@@UBEPBDI@Z @17885 NONAME ?GetClass@H245_ArrayOf_PictureReference@@UBEPBDI@Z @17886 NONAME ?GetClass@H245_ArrayOf_Q2931Address@@UBEPBDI@Z @17887 NONAME ?GetClass@H245_ArrayOf_QOSCapability@@UBEPBDI@Z @8334 NONAME ?GetClass@H245_ArrayOf_RedundancyEncodingCapability@@UBEPBDI@Z @8335 NONAME ?GetClass@H245_ArrayOf_RedundancyEncodingDTModeElement@@UBEPBDI@Z @27126 NONAME ?GetClass@H245_ArrayOf_RedundancyEncodingElement@@UBEPBDI@Z @27127 NONAME ?GetClass@H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@UBEPBDI@Z @8336 NONAME ?GetClass@H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@UBEPBDI@Z @8337 NONAME ?GetClass@H245_ArrayOf_RTPPayloadType@@UBEPBDI@Z @8338 NONAME ?GetClass@H245_ArrayOf_TerminalInformation@@UBEPBDI@Z @8339 NONAME ?GetClass@H245_ArrayOf_TerminalLabel@@UBEPBDI@Z @8340 NONAME ?GetClass@H245_ArrayOf_VCCapability@@UBEPBDI@Z @8341 NONAME ?GetClass@H245_ArrayOf_VideoCapability@@UBEPBDI@Z @45318 NONAME ?GetClass@H245_ATMParameters@@UBEPBDI@Z @8342 NONAME ?GetClass@H245_AudioCapability@@UBEPBDI@Z @8343 NONAME ?GetClass@H245_AudioCapability_g7231@@UBEPBDI@Z @8344 NONAME ?GetClass@H245_AudioMode@@UBEPBDI@Z @8345 NONAME ?GetClass@H245_AudioMode_g7231@@UBEPBDI@Z @8346 NONAME ?GetClass@H245_AudioTelephonyEventCapability@@UBEPBDI@Z @17888 NONAME ?GetClass@H245_AudioToneCapability@@UBEPBDI@Z @17889 NONAME ?GetClass@H245_AuthenticationCapability@@UBEPBDI@Z @8347 NONAME ?GetClass@H245_BEnhancementParameters@@UBEPBDI@Z @8348 NONAME ?GetClass@H245_Capability@@UBEPBDI@Z @8349 NONAME ?GetClass@H245_CapabilityDescriptor@@UBEPBDI@Z @8350 NONAME ?GetClass@H245_CapabilityDescriptorNumber@@UBEPBDI@Z @8351 NONAME ?GetClass@H245_CapabilityIdentifier@@UBEPBDI@Z @17890 NONAME ?GetClass@H245_CapabilityTableEntry@@UBEPBDI@Z @8352 NONAME ?GetClass@H245_CapabilityTableEntryNumber@@UBEPBDI@Z @8353 NONAME ?GetClass@H245_Capability_h233EncryptionReceiveCapability@@UBEPBDI@Z @8354 NONAME ?GetClass@H245_CertSelectionCriteria@@UBEPBDI@Z @8355 NONAME ?GetClass@H245_CloseLogicalChannel@@UBEPBDI@Z @8356 NONAME ?GetClass@H245_CloseLogicalChannelAck@@UBEPBDI@Z @8357 NONAME ?GetClass@H245_CloseLogicalChannel_reason@@UBEPBDI@Z @8358 NONAME ?GetClass@H245_CloseLogicalChannel_source@@UBEPBDI@Z @8359 NONAME ?GetClass@H245_CommandMessage@@UBEPBDI@Z @8360 NONAME ?GetClass@H245_CommunicationModeCommand@@UBEPBDI@Z @8361 NONAME ?GetClass@H245_CommunicationModeRequest@@UBEPBDI@Z @8362 NONAME ?GetClass@H245_CommunicationModeResponse@@UBEPBDI@Z @8363 NONAME ?GetClass@H245_CommunicationModeTableEntry@@UBEPBDI@Z @8364 NONAME ?GetClass@H245_CommunicationModeTableEntry_dataType@@UBEPBDI@Z @8365 NONAME ?GetClass@H245_CompressionType@@UBEPBDI@Z @8366 NONAME ?GetClass@H245_ConferenceCapability@@UBEPBDI@Z @8367 NONAME ?GetClass@H245_ConferenceCommand@@UBEPBDI@Z @8368 NONAME ?GetClass@H245_ConferenceID@@UBEPBDI@Z @8369 NONAME ?GetClass@H245_ConferenceIndication@@UBEPBDI@Z @8370 NONAME ?GetClass@H245_ConferenceRequest@@UBEPBDI@Z @8371 NONAME ?GetClass@H245_ConferenceRequest_requestTerminalCertificate@@UBEPBDI@Z @8372 NONAME ?GetClass@H245_ConferenceResponse@@UBEPBDI@Z @8373 NONAME ?GetClass@H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@UBEPBDI@Z @8374 NONAME ?GetClass@H245_ConferenceResponse_chairTokenOwnerResponse@@UBEPBDI@Z @8375 NONAME ?GetClass@H245_ConferenceResponse_conferenceIDResponse@@UBEPBDI@Z @8376 NONAME ?GetClass@H245_ConferenceResponse_extensionAddressResponse@@UBEPBDI@Z @8377 NONAME ?GetClass@H245_ConferenceResponse_makeMeChairResponse@@UBEPBDI@Z @8378 NONAME ?GetClass@H245_ConferenceResponse_makeTerminalBroadcasterResponse@@UBEPBDI@Z @8379 NONAME ?GetClass@H245_ConferenceResponse_mCTerminalIDResponse@@UBEPBDI@Z @8380 NONAME ?GetClass@H245_ConferenceResponse_passwordResponse@@UBEPBDI@Z @8381 NONAME ?GetClass@H245_ConferenceResponse_sendThisSourceResponse@@UBEPBDI@Z @8382 NONAME ?GetClass@H245_ConferenceResponse_terminalCertificateResponse@@UBEPBDI@Z @8383 NONAME ?GetClass@H245_ConferenceResponse_terminalIDResponse@@UBEPBDI@Z @8384 NONAME ?GetClass@H245_ConnectionIdentifier@@UBEPBDI@Z @17891 NONAME ?GetClass@H245_CRCLength@@UBEPBDI@Z @8385 NONAME ?GetClass@H245_Criteria@@UBEPBDI@Z @8386 NONAME ?GetClass@H245_CustomPictureClockFrequency@@UBEPBDI@Z @8387 NONAME ?GetClass@H245_CustomPictureFormat@@UBEPBDI@Z @8388 NONAME ?GetClass@H245_CustomPictureFormat_mPI@@UBEPBDI@Z @8389 NONAME ?GetClass@H245_CustomPictureFormat_mPI_customPCF@@UBEPBDI@Z @8390 NONAME ?GetClass@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBEPBDI@Z @8391 NONAME ?GetClass@H245_CustomPictureFormat_pixelAspectInformation@@UBEPBDI@Z @8392 NONAME ?GetClass@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@UBEPBDI@Z @8393 NONAME ?GetClass@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBEPBDI@Z @8394 NONAME ?GetClass@H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@UBEPBDI@Z @8395 NONAME ?GetClass@H245_DataApplicationCapability@@UBEPBDI@Z @8396 NONAME ?GetClass@H245_DataApplicationCapability_application@@UBEPBDI@Z @8397 NONAME ?GetClass@H245_DataApplicationCapability_application_nlpid@@UBEPBDI@Z @8398 NONAME ?GetClass@H245_DataApplicationCapability_application_t38fax@@UBEPBDI@Z @17892 NONAME ?GetClass@H245_DataApplicationCapability_application_t84@@UBEPBDI@Z @8399 NONAME ?GetClass@H245_DataMode@@UBEPBDI@Z @8400 NONAME ?GetClass@H245_DataMode_application@@UBEPBDI@Z @8401 NONAME ?GetClass@H245_DataMode_application_nlpid@@UBEPBDI@Z @8402 NONAME ?GetClass@H245_DataMode_application_t38fax@@UBEPBDI@Z @17893 NONAME ?GetClass@H245_DataProtocolCapability@@UBEPBDI@Z @8403 NONAME ?GetClass@H245_DataProtocolCapability_v76wCompression@@UBEPBDI@Z @8404 NONAME ?GetClass@H245_DataType@@UBEPBDI@Z @8405 NONAME ?GetClass@H245_DepFECCapability@@UBEPBDI@Z @45805 NONAME ?GetClass@H245_DepFECCapability_rfc2733@@UBEPBDI@Z @45806 NONAME ?GetClass@H245_DepFECCapability_rfc2733_separateStream@@UBEPBDI@Z @45807 NONAME ?GetClass@H245_DepFECData@@UBEPBDI@Z @45808 NONAME ?GetClass@H245_DepFECData_rfc2733@@UBEPBDI@Z @45809 NONAME ?GetClass@H245_DepFECData_rfc2733_mode@@UBEPBDI@Z @45810 NONAME ?GetClass@H245_DepFECData_rfc2733_mode_separateStream@@UBEPBDI@Z @45811 NONAME ?GetClass@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBEPBDI@Z @45812 NONAME ?GetClass@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBEPBDI@Z @45813 NONAME ?GetClass@H245_DepFECMode@@UBEPBDI@Z @45814 NONAME ?GetClass@H245_DepFECMode_rfc2733Mode@@UBEPBDI@Z @45815 NONAME ?GetClass@H245_DepFECMode_rfc2733Mode_mode@@UBEPBDI@Z @45816 NONAME ?GetClass@H245_DepFECMode_rfc2733Mode_mode_separateStream@@UBEPBDI@Z @45817 NONAME ?GetClass@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBEPBDI@Z @45818 NONAME ?GetClass@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBEPBDI@Z @45819 NONAME ?GetClass@H245_DialingInformation@@UBEPBDI@Z @17894 NONAME ?GetClass@H245_DialingInformationNetworkType@@UBEPBDI@Z @17895 NONAME ?GetClass@H245_DialingInformationNumber@@UBEPBDI@Z @17896 NONAME ?GetClass@H245_EncryptionAuthenticationAndIntegrity@@UBEPBDI@Z @8406 NONAME ?GetClass@H245_EncryptionCapability@@UBEPBDI@Z @8407 NONAME ?GetClass@H245_EncryptionCommand@@UBEPBDI@Z @8408 NONAME ?GetClass@H245_EncryptionCommand_encryptionAlgorithmID@@UBEPBDI@Z @8409 NONAME ?GetClass@H245_EncryptionMode@@UBEPBDI@Z @8410 NONAME ?GetClass@H245_EncryptionSync@@UBEPBDI@Z @8411 NONAME ?GetClass@H245_EncryptionUpdateDirection@@UBEPBDI@Z @45319 NONAME ?GetClass@H245_EncryptionUpdateRequest@@UBEPBDI@Z @8412 NONAME ?GetClass@H245_EndSessionCommand@@UBEPBDI@Z @8413 NONAME ?GetClass@H245_EndSessionCommand_gstnOptions@@UBEPBDI@Z @8414 NONAME ?GetClass@H245_EndSessionCommand_isdnOptions@@UBEPBDI@Z @8415 NONAME ?GetClass@H245_EnhancementLayerInfo@@UBEPBDI@Z @8416 NONAME ?GetClass@H245_EnhancementOptions@@UBEPBDI@Z @8417 NONAME ?GetClass@H245_EscrowData@@UBEPBDI@Z @8418 NONAME ?GetClass@H245_ExtendedVideoCapability@@UBEPBDI@Z @45320 NONAME ?GetClass@H245_FECCapability@@UBEPBDI@Z @27128 NONAME ?GetClass@H245_FECCapability_rfc2733Format@@UBEPBDI@Z @45820 NONAME ?GetClass@H245_FECData@@UBEPBDI@Z @27131 NONAME ?GetClass@H245_FECData_rfc2733@@UBEPBDI@Z @27132 NONAME ?GetClass@H245_FECData_rfc2733_pktMode@@UBEPBDI@Z @45821 NONAME ?GetClass@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBEPBDI@Z @45822 NONAME ?GetClass@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UBEPBDI@Z @45823 NONAME ?GetClass@H245_FECMode@@UBEPBDI@Z @27137 NONAME ?GetClass@H245_FECMode_rfc2733Format@@UBEPBDI@Z @45824 NONAME ?GetClass@H245_FlowControlCommand@@UBEPBDI@Z @8419 NONAME ?GetClass@H245_FlowControlCommand_restriction@@UBEPBDI@Z @8420 NONAME ?GetClass@H245_FlowControlCommand_scope@@UBEPBDI@Z @8421 NONAME ?GetClass@H245_FlowControlIndication@@UBEPBDI@Z @17897 NONAME ?GetClass@H245_FlowControlIndication_restriction@@UBEPBDI@Z @17898 NONAME ?GetClass@H245_FlowControlIndication_scope@@UBEPBDI@Z @17899 NONAME ?GetClass@H245_FunctionNotSupported@@UBEPBDI@Z @8422 NONAME ?GetClass@H245_FunctionNotSupported_cause@@UBEPBDI@Z @8423 NONAME ?GetClass@H245_FunctionNotUnderstood@@UBEPBDI@Z @8424 NONAME ?GetClass@H245_G7231AnnexCCapability@@UBEPBDI@Z @8425 NONAME ?GetClass@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBEPBDI@Z @8426 NONAME ?GetClass@H245_G7231AnnexCMode@@UBEPBDI@Z @8427 NONAME ?GetClass@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBEPBDI@Z @8428 NONAME ?GetClass@H245_G729Extensions@@UBEPBDI@Z @17900 NONAME ?GetClass@H245_GenericCapability@@UBEPBDI@Z @17901 NONAME ?GetClass@H245_GenericMessage@@UBEPBDI@Z @45321 NONAME ?GetClass@H245_GenericParameter@@UBEPBDI@Z @17902 NONAME ?GetClass@H245_GSMAudioCapability@@UBEPBDI@Z @8429 NONAME ?GetClass@H245_H222Capability@@UBEPBDI@Z @8430 NONAME ?GetClass@H245_H222LogicalChannelParameters@@UBEPBDI@Z @8431 NONAME ?GetClass@H245_H223AL1MParameters@@UBEPBDI@Z @8432 NONAME ?GetClass@H245_H223AL1MParameters_arqType@@UBEPBDI@Z @8433 NONAME ?GetClass@H245_H223AL1MParameters_crcLength@@UBEPBDI@Z @8434 NONAME ?GetClass@H245_H223AL1MParameters_headerFEC@@UBEPBDI@Z @8435 NONAME ?GetClass@H245_H223AL1MParameters_transferMode@@UBEPBDI@Z @8436 NONAME ?GetClass@H245_H223AL2MParameters@@UBEPBDI@Z @8437 NONAME ?GetClass@H245_H223AL2MParameters_headerFEC@@UBEPBDI@Z @8438 NONAME ?GetClass@H245_H223AL3MParameters@@UBEPBDI@Z @8439 NONAME ?GetClass@H245_H223AL3MParameters_arqType@@UBEPBDI@Z @8440 NONAME ?GetClass@H245_H223AL3MParameters_crcLength@@UBEPBDI@Z @8441 NONAME ?GetClass@H245_H223AL3MParameters_headerFormat@@UBEPBDI@Z @8442 NONAME ?GetClass@H245_H223AnnexCArqParameters@@UBEPBDI@Z @8443 NONAME ?GetClass@H245_H223AnnexCArqParameters_numberOfRetransmissions@@UBEPBDI@Z @8444 NONAME ?GetClass@H245_H223AnnexCCapability@@UBEPBDI@Z @8445 NONAME ?GetClass@H245_H223Capability@@UBEPBDI@Z @8446 NONAME ?GetClass@H245_H223Capability_h223MultiplexTableCapability@@UBEPBDI@Z @8447 NONAME ?GetClass@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBEPBDI@Z @8448 NONAME ?GetClass@H245_H223Capability_mobileMultilinkFrameCapability@@UBEPBDI@Z @17903 NONAME ?GetClass@H245_H223Capability_mobileOperationTransmitCapability@@UBEPBDI@Z @8449 NONAME ?GetClass@H245_H223LogicalChannelParameters@@UBEPBDI@Z @8450 NONAME ?GetClass@H245_H223LogicalChannelParameters_adaptationLayerType@@UBEPBDI@Z @8451 NONAME ?GetClass@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBEPBDI@Z @8452 NONAME ?GetClass@H245_H223ModeParameters@@UBEPBDI@Z @8453 NONAME ?GetClass@H245_H223ModeParameters_adaptationLayerType@@UBEPBDI@Z @8454 NONAME ?GetClass@H245_H223ModeParameters_adaptationLayerType_al3@@UBEPBDI@Z @8455 NONAME ?GetClass@H245_H223MultiplexReconfiguration@@UBEPBDI@Z @8456 NONAME ?GetClass@H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@UBEPBDI@Z @8457 NONAME ?GetClass@H245_H223MultiplexReconfiguration_h223ModeChange@@UBEPBDI@Z @8458 NONAME ?GetClass@H245_H223SkewIndication@@UBEPBDI@Z @8459 NONAME ?GetClass@H245_H2250Capability@@UBEPBDI@Z @8460 NONAME ?GetClass@H245_H2250Capability_mcCapability@@UBEPBDI@Z @8461 NONAME ?GetClass@H245_H2250LogicalChannelAckParameters@@UBEPBDI@Z @8462 NONAME ?GetClass@H245_H2250LogicalChannelParameters@@UBEPBDI@Z @8463 NONAME ?GetClass@H245_H2250LogicalChannelParameters_mediaPacketization@@UBEPBDI@Z @8464 NONAME ?GetClass@H245_H2250MaximumSkewIndication@@UBEPBDI@Z @8465 NONAME ?GetClass@H245_H2250ModeParameters@@UBEPBDI@Z @8466 NONAME ?GetClass@H245_H235Media@@UBEPBDI@Z @8467 NONAME ?GetClass@H245_H235Media_mediaType@@UBEPBDI@Z @8468 NONAME ?GetClass@H245_H235Mode@@UBEPBDI@Z @8469 NONAME ?GetClass@H245_H235Mode_mediaMode@@UBEPBDI@Z @8470 NONAME ?GetClass@H245_H235SecurityCapability@@UBEPBDI@Z @8471 NONAME ?GetClass@H245_H261VideoCapability@@UBEPBDI@Z @8472 NONAME ?GetClass@H245_H261VideoMode@@UBEPBDI@Z @8473 NONAME ?GetClass@H245_H261VideoMode_resolution@@UBEPBDI@Z @8474 NONAME ?GetClass@H245_H262VideoCapability@@UBEPBDI@Z @8475 NONAME ?GetClass@H245_H262VideoMode@@UBEPBDI@Z @8476 NONAME ?GetClass@H245_H262VideoMode_profileAndLevel@@UBEPBDI@Z @8477 NONAME ?GetClass@H245_H263ModeComboFlags@@UBEPBDI@Z @8478 NONAME ?GetClass@H245_H263Options@@UBEPBDI@Z @8479 NONAME ?GetClass@H245_H263Version3Options@@UBEPBDI@Z @17904 NONAME ?GetClass@H245_H263VideoCapability@@UBEPBDI@Z @8480 NONAME ?GetClass@H245_H263VideoMode@@UBEPBDI@Z @8481 NONAME ?GetClass@H245_H263VideoModeCombos@@UBEPBDI@Z @8482 NONAME ?GetClass@H245_H263VideoMode_resolution@@UBEPBDI@Z @8483 NONAME ?GetClass@H245_IndicationMessage@@UBEPBDI@Z @8484 NONAME ?GetClass@H245_IntegrityCapability@@UBEPBDI@Z @8485 NONAME ?GetClass@H245_IS11172AudioCapability@@UBEPBDI@Z @8486 NONAME ?GetClass@H245_IS11172AudioMode@@UBEPBDI@Z @8487 NONAME ?GetClass@H245_IS11172AudioMode_audioLayer@@UBEPBDI@Z @8488 NONAME ?GetClass@H245_IS11172AudioMode_audioSampling@@UBEPBDI@Z @8489 NONAME ?GetClass@H245_IS11172AudioMode_multichannelType@@UBEPBDI@Z @8490 NONAME ?GetClass@H245_IS11172VideoCapability@@UBEPBDI@Z @8491 NONAME ?GetClass@H245_IS11172VideoMode@@UBEPBDI@Z @8492 NONAME ?GetClass@H245_IS13818AudioCapability@@UBEPBDI@Z @8493 NONAME ?GetClass@H245_IS13818AudioMode@@UBEPBDI@Z @8494 NONAME ?GetClass@H245_IS13818AudioMode_audioLayer@@UBEPBDI@Z @8495 NONAME ?GetClass@H245_IS13818AudioMode_audioSampling@@UBEPBDI@Z @8496 NONAME ?GetClass@H245_IS13818AudioMode_multichannelType@@UBEPBDI@Z @8497 NONAME ?GetClass@H245_IV16@@UBEPBDI@Z @45322 NONAME ?GetClass@H245_IV8@@UBEPBDI@Z @45323 NONAME ?GetClass@H245_JitterIndication@@UBEPBDI@Z @8498 NONAME ?GetClass@H245_JitterIndication_scope@@UBEPBDI@Z @8499 NONAME ?GetClass@H245_KeyProtectionMethod@@UBEPBDI@Z @8500 NONAME ?GetClass@H245_LogicalChannelNumber@@UBEPBDI@Z @8501 NONAME ?GetClass@H245_LogicalChannelRateAcknowledge@@UBEPBDI@Z @17905 NONAME ?GetClass@H245_LogicalChannelRateReject@@UBEPBDI@Z @17906 NONAME ?GetClass@H245_LogicalChannelRateRejectReason@@UBEPBDI@Z @17907 NONAME ?GetClass@H245_LogicalChannelRateRelease@@UBEPBDI@Z @17908 NONAME ?GetClass@H245_LogicalChannelRateRequest@@UBEPBDI@Z @17909 NONAME ?GetClass@H245_MaintenanceLoopAck@@UBEPBDI@Z @8502 NONAME ?GetClass@H245_MaintenanceLoopAck_type@@UBEPBDI@Z @8503 NONAME ?GetClass@H245_MaintenanceLoopOffCommand@@UBEPBDI@Z @8504 NONAME ?GetClass@H245_MaintenanceLoopReject@@UBEPBDI@Z @8505 NONAME ?GetClass@H245_MaintenanceLoopReject_cause@@UBEPBDI@Z @8506 NONAME ?GetClass@H245_MaintenanceLoopReject_type@@UBEPBDI@Z @8507 NONAME ?GetClass@H245_MaintenanceLoopRequest@@UBEPBDI@Z @8508 NONAME ?GetClass@H245_MaintenanceLoopRequest_type@@UBEPBDI@Z @8509 NONAME ?GetClass@H245_MasterSlaveDetermination@@UBEPBDI@Z @8510 NONAME ?GetClass@H245_MasterSlaveDeterminationAck@@UBEPBDI@Z @8511 NONAME ?GetClass@H245_MasterSlaveDeterminationAck_decision@@UBEPBDI@Z @8512 NONAME ?GetClass@H245_MasterSlaveDeterminationReject@@UBEPBDI@Z @8513 NONAME ?GetClass@H245_MasterSlaveDeterminationReject_cause@@UBEPBDI@Z @8514 NONAME ?GetClass@H245_MasterSlaveDeterminationRelease@@UBEPBDI@Z @8515 NONAME ?GetClass@H245_MaximumBitRate@@UBEPBDI@Z @17910 NONAME ?GetClass@H245_MaxRedundancy@@UBEPBDI@Z @45825 NONAME ?GetClass@H245_MCLocationIndication@@UBEPBDI@Z @8516 NONAME ?GetClass@H245_McuNumber@@UBEPBDI@Z @8517 NONAME ?GetClass@H245_MediaChannelCapability@@UBEPBDI@Z @8518 NONAME ?GetClass@H245_MediaDistributionCapability@@UBEPBDI@Z @8519 NONAME ?GetClass@H245_MediaEncryptionAlgorithm@@UBEPBDI@Z @8520 NONAME ?GetClass@H245_MediaPacketizationCapability@@UBEPBDI@Z @8521 NONAME ?GetClass@H245_MediaTransportType@@UBEPBDI@Z @8522 NONAME ?GetClass@H245_MediaTransportType_atm_AAL5_compressed@@UBEPBDI@Z @17911 NONAME ?GetClass@H245_MiscellaneousCommand@@UBEPBDI@Z @8523 NONAME ?GetClass@H245_MiscellaneousCommand_type@@UBEPBDI@Z @8524 NONAME ?GetClass@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBEPBDI@Z @45324 NONAME ?GetClass@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBEPBDI@Z @45325 NONAME ?GetClass@H245_MiscellaneousCommand_type_lostPartialPicture@@UBEPBDI@Z @17912 NONAME ?GetClass@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBEPBDI@Z @8525 NONAME ?GetClass@H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@UBEPBDI@Z @8526 NONAME ?GetClass@H245_MiscellaneousCommand_type_videoBadMBs@@UBEPBDI@Z @17913 NONAME ?GetClass@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBEPBDI@Z @8527 NONAME ?GetClass@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBEPBDI@Z @8528 NONAME ?GetClass@H245_MiscellaneousIndication@@UBEPBDI@Z @8529 NONAME ?GetClass@H245_MiscellaneousIndication_type@@UBEPBDI@Z @8530 NONAME ?GetClass@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBEPBDI@Z @8531 NONAME ?GetClass@H245_MobileMultilinkReconfigurationCommand@@UBEPBDI@Z @17914 NONAME ?GetClass@H245_MobileMultilinkReconfigurationCommand_status@@UBEPBDI@Z @17915 NONAME ?GetClass@H245_MobileMultilinkReconfigurationIndication@@UBEPBDI@Z @17916 NONAME ?GetClass@H245_ModeDescription@@UBEPBDI@Z @8532 NONAME ?GetClass@H245_ModeElement@@UBEPBDI@Z @8533 NONAME ?GetClass@H245_ModeElementType@@UBEPBDI@Z @27143 NONAME ?GetClass@H245_MulticastAddress@@UBEPBDI@Z @8535 NONAME ?GetClass@H245_MulticastAddress_iP6Address@@UBEPBDI@Z @8536 NONAME ?GetClass@H245_MulticastAddress_iPAddress@@UBEPBDI@Z @8537 NONAME ?GetClass@H245_MultilinkIndication@@UBEPBDI@Z @17917 NONAME ?GetClass@H245_MultilinkIndication_crcDesired@@UBEPBDI@Z @17918 NONAME ?GetClass@H245_MultilinkIndication_excessiveError@@UBEPBDI@Z @17919 NONAME ?GetClass@H245_MultilinkRequest@@UBEPBDI@Z @17920 NONAME ?GetClass@H245_MultilinkRequest_addConnection@@UBEPBDI@Z @17921 NONAME ?GetClass@H245_MultilinkRequest_callInformation@@UBEPBDI@Z @17922 NONAME ?GetClass@H245_MultilinkRequest_maximumHeaderInterval@@UBEPBDI@Z @17923 NONAME ?GetClass@H245_MultilinkRequest_maximumHeaderInterval_requestType@@UBEPBDI@Z @17924 NONAME ?GetClass@H245_MultilinkRequest_removeConnection@@UBEPBDI@Z @17925 NONAME ?GetClass@H245_MultilinkResponse@@UBEPBDI@Z @17926 NONAME ?GetClass@H245_MultilinkResponse_addConnection@@UBEPBDI@Z @17927 NONAME ?GetClass@H245_MultilinkResponse_addConnection_responseCode@@UBEPBDI@Z @17928 NONAME ?GetClass@H245_MultilinkResponse_addConnection_responseCode_rejected@@UBEPBDI@Z @17929 NONAME ?GetClass@H245_MultilinkResponse_callInformation@@UBEPBDI@Z @17930 NONAME ?GetClass@H245_MultilinkResponse_maximumHeaderInterval@@UBEPBDI@Z @17931 NONAME ?GetClass@H245_MultilinkResponse_removeConnection@@UBEPBDI@Z @17932 NONAME ?GetClass@H245_MultimediaSystemControlMessage@@UBEPBDI@Z @8538 NONAME ?GetClass@H245_MultiplePayloadStream@@UBEPBDI@Z @27144 NONAME ?GetClass@H245_MultiplePayloadStreamCapability@@UBEPBDI@Z @27145 NONAME ?GetClass@H245_MultiplePayloadStreamElement@@UBEPBDI@Z @27146 NONAME ?GetClass@H245_MultiplePayloadStreamElementMode@@UBEPBDI@Z @27147 NONAME ?GetClass@H245_MultiplePayloadStreamMode@@UBEPBDI@Z @27148 NONAME ?GetClass@H245_MultiplexCapability@@UBEPBDI@Z @8539 NONAME ?GetClass@H245_MultiplexedStreamCapability@@UBEPBDI@Z @17933 NONAME ?GetClass@H245_MultiplexedStreamModeParameters@@UBEPBDI@Z @17934 NONAME ?GetClass@H245_MultiplexedStreamParameter@@UBEPBDI@Z @17935 NONAME ?GetClass@H245_MultiplexElement@@UBEPBDI@Z @8540 NONAME ?GetClass@H245_MultiplexElement_repeatCount@@UBEPBDI@Z @8541 NONAME ?GetClass@H245_MultiplexElement_type@@UBEPBDI@Z @8542 NONAME ?GetClass@H245_MultiplexEntryDescriptor@@UBEPBDI@Z @8543 NONAME ?GetClass@H245_MultiplexEntryRejectionDescriptions@@UBEPBDI@Z @8544 NONAME ?GetClass@H245_MultiplexEntryRejectionDescriptions_cause@@UBEPBDI@Z @8545 NONAME ?GetClass@H245_MultiplexEntrySend@@UBEPBDI@Z @8546 NONAME ?GetClass@H245_MultiplexEntrySendAck@@UBEPBDI@Z @8547 NONAME ?GetClass@H245_MultiplexEntrySendReject@@UBEPBDI@Z @8548 NONAME ?GetClass@H245_MultiplexEntrySendRelease@@UBEPBDI@Z @8549 NONAME ?GetClass@H245_MultiplexFormat@@UBEPBDI@Z @17936 NONAME ?GetClass@H245_MultiplexTableEntryNumber@@UBEPBDI@Z @8550 NONAME ?GetClass@H245_MultipointCapability@@UBEPBDI@Z @8551 NONAME ?GetClass@H245_NetworkAccessParameters@@UBEPBDI@Z @8552 NONAME ?GetClass@H245_NetworkAccessParameters_distribution@@UBEPBDI@Z @8553 NONAME ?GetClass@H245_NetworkAccessParameters_networkAddress@@UBEPBDI@Z @8554 NONAME ?GetClass@H245_NetworkAccessParameters_t120SetupProcedure@@UBEPBDI@Z @8555 NONAME ?GetClass@H245_NewATMVCCommand@@UBEPBDI@Z @17937 NONAME ?GetClass@H245_NewATMVCCommand_aal@@UBEPBDI@Z @17938 NONAME ?GetClass@H245_NewATMVCCommand_aal_aal1@@UBEPBDI@Z @17939 NONAME ?GetClass@H245_NewATMVCCommand_aal_aal1_clockRecovery@@UBEPBDI@Z @17940 NONAME ?GetClass@H245_NewATMVCCommand_aal_aal1_errorCorrection@@UBEPBDI@Z @17941 NONAME ?GetClass@H245_NewATMVCCommand_aal_aal5@@UBEPBDI@Z @17942 NONAME ?GetClass@H245_NewATMVCCommand_multiplex@@UBEPBDI@Z @17943 NONAME ?GetClass@H245_NewATMVCCommand_reverseParameters@@UBEPBDI@Z @17944 NONAME ?GetClass@H245_NewATMVCCommand_reverseParameters_multiplex@@UBEPBDI@Z @17945 NONAME ?GetClass@H245_NewATMVCIndication@@UBEPBDI@Z @8556 NONAME ?GetClass@H245_NewATMVCIndication_aal@@UBEPBDI@Z @8557 NONAME ?GetClass@H245_NewATMVCIndication_aal_aal1@@UBEPBDI@Z @8558 NONAME ?GetClass@H245_NewATMVCIndication_aal_aal1_clockRecovery@@UBEPBDI@Z @8559 NONAME ?GetClass@H245_NewATMVCIndication_aal_aal1_errorCorrection@@UBEPBDI@Z @8560 NONAME ?GetClass@H245_NewATMVCIndication_aal_aal5@@UBEPBDI@Z @8561 NONAME ?GetClass@H245_NewATMVCIndication_multiplex@@UBEPBDI@Z @8562 NONAME ?GetClass@H245_NewATMVCIndication_reverseParameters@@UBEPBDI@Z @8563 NONAME ?GetClass@H245_NewATMVCIndication_reverseParameters_multiplex@@UBEPBDI@Z @8564 NONAME ?GetClass@H245_NonStandardIdentifier@@UBEPBDI@Z @8565 NONAME ?GetClass@H245_NonStandardIdentifier_h221NonStandard@@UBEPBDI@Z @8566 NONAME ?GetClass@H245_NonStandardMessage@@UBEPBDI@Z @8567 NONAME ?GetClass@H245_NonStandardParameter@@UBEPBDI@Z @8568 NONAME ?GetClass@H245_NoPTAudioTelephonyEventCapability@@UBEPBDI@Z @27149 NONAME ?GetClass@H245_NoPTAudioToneCapability@@UBEPBDI@Z @27150 NONAME ?GetClass@H245_OpenLogicalChannel@@UBEPBDI@Z @8569 NONAME ?GetClass@H245_OpenLogicalChannelAck@@UBEPBDI@Z @8570 NONAME ?GetClass@H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@UBEPBDI@Z @8571 NONAME ?GetClass@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBEPBDI@Z @8572 NONAME ?GetClass@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@UBEPBDI@Z @8573 NONAME ?GetClass@H245_OpenLogicalChannelConfirm@@UBEPBDI@Z @8574 NONAME ?GetClass@H245_OpenLogicalChannelReject@@UBEPBDI@Z @8575 NONAME ?GetClass@H245_OpenLogicalChannelReject_cause@@UBEPBDI@Z @8576 NONAME ?GetClass@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBEPBDI@Z @8577 NONAME ?GetClass@H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@UBEPBDI@Z @8578 NONAME ?GetClass@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBEPBDI@Z @8579 NONAME ?GetClass@H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@UBEPBDI@Z @8580 NONAME ?GetClass@H245_ParameterIdentifier@@UBEPBDI@Z @17946 NONAME ?GetClass@H245_ParameterValue@@UBEPBDI@Z @17947 NONAME ?GetClass@H245_Params@@UBEPBDI@Z @45326 NONAME ?GetClass@H245_Password@@UBEPBDI@Z @8581 NONAME ?GetClass@H245_PictureReference@@UBEPBDI@Z @17948 NONAME ?GetClass@H245_Q2931Address@@UBEPBDI@Z @8582 NONAME ?GetClass@H245_Q2931Address_address@@UBEPBDI@Z @8583 NONAME ?GetClass@H245_QOSCapability@@UBEPBDI@Z @8584 NONAME ?GetClass@H245_QOSMode@@UBEPBDI@Z @8585 NONAME ?GetClass@H245_RedundancyEncoding@@UBEPBDI@Z @8586 NONAME ?GetClass@H245_RedundancyEncodingCapability@@UBEPBDI@Z @8587 NONAME ?GetClass@H245_RedundancyEncodingDTMode@@UBEPBDI@Z @27151 NONAME ?GetClass@H245_RedundancyEncodingDTModeElement@@UBEPBDI@Z @27152 NONAME ?GetClass@H245_RedundancyEncodingDTModeElement_type@@UBEPBDI@Z @27153 NONAME ?GetClass@H245_RedundancyEncodingElement@@UBEPBDI@Z @27154 NONAME ?GetClass@H245_RedundancyEncodingMethod@@UBEPBDI@Z @8588 NONAME ?GetClass@H245_RedundancyEncodingMode@@UBEPBDI@Z @8589 NONAME ?GetClass@H245_RedundancyEncodingMode_secondaryEncoding@@UBEPBDI@Z @8590 NONAME ?GetClass@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBEPBDI@Z @27155 NONAME ?GetClass@H245_RefPictureSelection@@UBEPBDI@Z @8591 NONAME ?GetClass@H245_RefPictureSelection_additionalPictureMemory@@UBEPBDI@Z @8592 NONAME ?GetClass@H245_RefPictureSelection_enhancedReferencePicSelect@@UBEPBDI@Z @17949 NONAME ?GetClass@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBEPBDI@Z @17950 NONAME ?GetClass@H245_RefPictureSelection_videoBackChannelSend@@UBEPBDI@Z @8593 NONAME ?GetClass@H245_RemoteMCRequest@@UBEPBDI@Z @8594 NONAME ?GetClass@H245_RemoteMCResponse@@UBEPBDI@Z @8595 NONAME ?GetClass@H245_RemoteMCResponse_reject@@UBEPBDI@Z @8596 NONAME ?GetClass@H245_RequestAllTerminalIDsResponse@@UBEPBDI@Z @8597 NONAME ?GetClass@H245_RequestChannelClose@@UBEPBDI@Z @8598 NONAME ?GetClass@H245_RequestChannelCloseAck@@UBEPBDI@Z @8599 NONAME ?GetClass@H245_RequestChannelCloseReject@@UBEPBDI@Z @8600 NONAME ?GetClass@H245_RequestChannelCloseReject_cause@@UBEPBDI@Z @8601 NONAME ?GetClass@H245_RequestChannelCloseRelease@@UBEPBDI@Z @8602 NONAME ?GetClass@H245_RequestChannelClose_reason@@UBEPBDI@Z @8603 NONAME ?GetClass@H245_RequestMessage@@UBEPBDI@Z @8604 NONAME ?GetClass@H245_RequestMode@@UBEPBDI@Z @8605 NONAME ?GetClass@H245_RequestModeAck@@UBEPBDI@Z @8606 NONAME ?GetClass@H245_RequestModeAck_response@@UBEPBDI@Z @8607 NONAME ?GetClass@H245_RequestModeReject@@UBEPBDI@Z @8608 NONAME ?GetClass@H245_RequestModeReject_cause@@UBEPBDI@Z @8609 NONAME ?GetClass@H245_RequestModeRelease@@UBEPBDI@Z @8610 NONAME ?GetClass@H245_RequestMultiplexEntry@@UBEPBDI@Z @8611 NONAME ?GetClass@H245_RequestMultiplexEntryAck@@UBEPBDI@Z @8612 NONAME ?GetClass@H245_RequestMultiplexEntryReject@@UBEPBDI@Z @8613 NONAME ?GetClass@H245_RequestMultiplexEntryRejectionDescriptions@@UBEPBDI@Z @8614 NONAME ?GetClass@H245_RequestMultiplexEntryRejectionDescriptions_cause@@UBEPBDI@Z @8615 NONAME ?GetClass@H245_RequestMultiplexEntryRelease@@UBEPBDI@Z @8616 NONAME ?GetClass@H245_ResponseMessage@@UBEPBDI@Z @8617 NONAME ?GetClass@H245_RoundTripDelayRequest@@UBEPBDI@Z @8618 NONAME ?GetClass@H245_RoundTripDelayResponse@@UBEPBDI@Z @8619 NONAME ?GetClass@H245_RSVPParameters@@UBEPBDI@Z @8620 NONAME ?GetClass@H245_RTPH263VideoRedundancyEncoding@@UBEPBDI@Z @8621 NONAME ?GetClass@H245_RTPH263VideoRedundancyEncoding_containedThreads@@UBEPBDI@Z @8622 NONAME ?GetClass@H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@UBEPBDI@Z @8623 NONAME ?GetClass@H245_RTPH263VideoRedundancyFrameMapping@@UBEPBDI@Z @8624 NONAME ?GetClass@H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@UBEPBDI@Z @8625 NONAME ?GetClass@H245_RTPPayloadType@@UBEPBDI@Z @8626 NONAME ?GetClass@H245_RTPPayloadType_payloadDescriptor@@UBEPBDI@Z @8627 NONAME ?GetClass@H245_SendTerminalCapabilitySet@@UBEPBDI@Z @8628 NONAME ?GetClass@H245_SendTerminalCapabilitySet_specificRequest@@UBEPBDI@Z @8629 NONAME ?GetClass@H245_SequenceNumber@@UBEPBDI@Z @8630 NONAME ?GetClass@H245_SubstituteConferenceIDCommand@@UBEPBDI@Z @8631 NONAME ?GetClass@H245_T38FaxProfile@@UBEPBDI@Z @17951 NONAME ?GetClass@H245_T38FaxRateManagement@@UBEPBDI@Z @17952 NONAME ?GetClass@H245_T38FaxTcpOptions@@UBEPBDI@Z @17953 NONAME ?GetClass@H245_T38FaxUdpOptions@@UBEPBDI@Z @17954 NONAME ?GetClass@H245_T38FaxUdpOptions_t38FaxUdpEC@@UBEPBDI@Z @17955 NONAME ?GetClass@H245_T84Profile@@UBEPBDI@Z @8632 NONAME ?GetClass@H245_T84Profile_t84Restricted@@UBEPBDI@Z @8633 NONAME ?GetClass@H245_TerminalCapabilitySet@@UBEPBDI@Z @8634 NONAME ?GetClass@H245_TerminalCapabilitySetAck@@UBEPBDI@Z @8635 NONAME ?GetClass@H245_TerminalCapabilitySetReject@@UBEPBDI@Z @8636 NONAME ?GetClass@H245_TerminalCapabilitySetReject_cause@@UBEPBDI@Z @8637 NONAME ?GetClass@H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@UBEPBDI@Z @8638 NONAME ?GetClass@H245_TerminalCapabilitySetRelease@@UBEPBDI@Z @8639 NONAME ?GetClass@H245_TerminalID@@UBEPBDI@Z @8640 NONAME ?GetClass@H245_TerminalInformation@@UBEPBDI@Z @8641 NONAME ?GetClass@H245_TerminalLabel@@UBEPBDI@Z @8642 NONAME ?GetClass@H245_TerminalNumber@@UBEPBDI@Z @8643 NONAME ?GetClass@H245_TerminalYouAreSeeingInSubPictureNumber@@UBEPBDI@Z @8644 NONAME ?GetClass@H245_TransparencyParameters@@UBEPBDI@Z @8645 NONAME ?GetClass@H245_TransportAddress@@UBEPBDI@Z @8646 NONAME ?GetClass@H245_TransportCapability@@UBEPBDI@Z @8647 NONAME ?GetClass@H245_UnicastAddress@@UBEPBDI@Z @8648 NONAME ?GetClass@H245_UnicastAddress_iP6Address@@UBEPBDI@Z @8649 NONAME ?GetClass@H245_UnicastAddress_iPAddress@@UBEPBDI@Z @8650 NONAME ?GetClass@H245_UnicastAddress_iPSourceRouteAddress@@UBEPBDI@Z @8651 NONAME ?GetClass@H245_UnicastAddress_iPSourceRouteAddress_route@@UBEPBDI@Z @8652 NONAME ?GetClass@H245_UnicastAddress_iPSourceRouteAddress_routing@@UBEPBDI@Z @8653 NONAME ?GetClass@H245_UnicastAddress_iPXAddress@@UBEPBDI@Z @8654 NONAME ?GetClass@H245_UserInputCapability@@UBEPBDI@Z @8655 NONAME ?GetClass@H245_UserInputIndication@@UBEPBDI@Z @8656 NONAME ?GetClass@H245_UserInputIndication_encryptedAlphanumeric@@UBEPBDI@Z @45327 NONAME ?GetClass@H245_UserInputIndication_extendedAlphanumeric@@UBEPBDI@Z @17956 NONAME ?GetClass@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBEPBDI@Z @45328 NONAME ?GetClass@H245_UserInputIndication_signal@@UBEPBDI@Z @8657 NONAME ?GetClass@H245_UserInputIndication_signalUpdate@@UBEPBDI@Z @8658 NONAME ?GetClass@H245_UserInputIndication_signalUpdate_rtp@@UBEPBDI@Z @8659 NONAME ?GetClass@H245_UserInputIndication_signal_rtp@@UBEPBDI@Z @8660 NONAME ?GetClass@H245_UserInputIndication_userInputSupportIndication@@UBEPBDI@Z @8661 NONAME ?GetClass@H245_V42bis@@UBEPBDI@Z @8662 NONAME ?GetClass@H245_V75Capability@@UBEPBDI@Z @8663 NONAME ?GetClass@H245_V75Parameters@@UBEPBDI@Z @8664 NONAME ?GetClass@H245_V76Capability@@UBEPBDI@Z @8665 NONAME ?GetClass@H245_V76HDLCParameters@@UBEPBDI@Z @8666 NONAME ?GetClass@H245_V76LogicalChannelParameters@@UBEPBDI@Z @8667 NONAME ?GetClass@H245_V76LogicalChannelParameters_mode@@UBEPBDI@Z @8668 NONAME ?GetClass@H245_V76LogicalChannelParameters_mode_eRM@@UBEPBDI@Z @8669 NONAME ?GetClass@H245_V76LogicalChannelParameters_mode_eRM_recovery@@UBEPBDI@Z @8670 NONAME ?GetClass@H245_V76LogicalChannelParameters_suspendResume@@UBEPBDI@Z @8671 NONAME ?GetClass@H245_V76ModeParameters@@UBEPBDI@Z @8672 NONAME ?GetClass@H245_VBDCapability@@UBEPBDI@Z @27156 NONAME ?GetClass@H245_VBDMode@@UBEPBDI@Z @27157 NONAME ?GetClass@H245_VCCapability@@UBEPBDI@Z @8673 NONAME ?GetClass@H245_VCCapability_aal1@@UBEPBDI@Z @8674 NONAME ?GetClass@H245_VCCapability_aal1ViaGateway@@UBEPBDI@Z @17957 NONAME ?GetClass@H245_VCCapability_aal5@@UBEPBDI@Z @8675 NONAME ?GetClass@H245_VCCapability_availableBitRates@@UBEPBDI@Z @8676 NONAME ?GetClass@H245_VCCapability_availableBitRates_type@@UBEPBDI@Z @8677 NONAME ?GetClass@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBEPBDI@Z @8678 NONAME ?GetClass@H245_VendorIdentification@@UBEPBDI@Z @8679 NONAME ?GetClass@H245_VideoCapability@@UBEPBDI@Z @8680 NONAME ?GetClass@H245_VideoIndicateCompose@@UBEPBDI@Z @8681 NONAME ?GetClass@H245_VideoMode@@UBEPBDI@Z @8682 NONAME ?GetClass@H248_ActionReply@@UBEPBDI@Z @22985 NONAME ?GetClass@H248_ActionRequest@@UBEPBDI@Z @22986 NONAME ?GetClass@H248_AmmDescriptor@@UBEPBDI@Z @22987 NONAME ?GetClass@H248_AmmRequest@@UBEPBDI@Z @22988 NONAME ?GetClass@H248_AmmsReply@@UBEPBDI@Z @22989 NONAME ?GetClass@H248_ArrayOf_ActionReply@@UBEPBDI@Z @22990 NONAME ?GetClass@H248_ArrayOf_ActionRequest@@UBEPBDI@Z @22991 NONAME ?GetClass@H248_ArrayOf_AmmDescriptor@@UBEPBDI@Z @22992 NONAME ?GetClass@H248_ArrayOf_CommandReply@@UBEPBDI@Z @22993 NONAME ?GetClass@H248_ArrayOf_CommandRequest@@UBEPBDI@Z @22994 NONAME ?GetClass@H248_ArrayOf_EventParameter@@UBEPBDI@Z @22995 NONAME ?GetClass@H248_ArrayOf_IndAuditParameter@@UBEPBDI@Z @22996 NONAME ?GetClass@H248_ArrayOf_IndAudPropertyParm@@UBEPBDI@Z @22997 NONAME ?GetClass@H248_ArrayOf_IndAudStreamDescriptor@@UBEPBDI@Z @22998 NONAME ?GetClass@H248_ArrayOf_ModemType@@UBEPBDI@Z @22999 NONAME ?GetClass@H248_ArrayOf_ObservedEvent@@UBEPBDI@Z @23000 NONAME ?GetClass@H248_ArrayOf_PASN_OctetString@@UBEPBDI@Z @23001 NONAME ?GetClass@H248_ArrayOf_PropertyGroup@@UBEPBDI@Z @23002 NONAME ?GetClass@H248_ArrayOf_PropertyParm@@UBEPBDI@Z @23003 NONAME ?GetClass@H248_ArrayOf_RequestedEvent@@UBEPBDI@Z @23004 NONAME ?GetClass@H248_ArrayOf_SecondRequestedEvent@@UBEPBDI@Z @23005 NONAME ?GetClass@H248_ArrayOf_Signal@@UBEPBDI@Z @23006 NONAME ?GetClass@H248_ArrayOf_SigParameter@@UBEPBDI@Z @23007 NONAME ?GetClass@H248_ArrayOf_StreamDescriptor@@UBEPBDI@Z @23008 NONAME ?GetClass@H248_ArrayOf_TerminationID@@UBEPBDI@Z @23009 NONAME ?GetClass@H248_ArrayOf_TopologyRequest@@UBEPBDI@Z @23010 NONAME ?GetClass@H248_ArrayOf_Transaction@@UBEPBDI@Z @23011 NONAME ?GetClass@H248_ArrayOf_WildcardField@@UBEPBDI@Z @23012 NONAME ?GetClass@H248_AuditDescriptor@@UBEPBDI@Z @23013 NONAME ?GetClass@H248_AuditReply@@UBEPBDI@Z @23014 NONAME ?GetClass@H248_AuditRequest@@UBEPBDI@Z @23015 NONAME ?GetClass@H248_AuditResult@@UBEPBDI@Z @23016 NONAME ?GetClass@H248_AuditReturnParameter@@UBEPBDI@Z @23017 NONAME ?GetClass@H248_AuthData@@UBEPBDI@Z @23018 NONAME ?GetClass@H248_AuthenticationHeader@@UBEPBDI@Z @23019 NONAME ?GetClass@H248_Command@@UBEPBDI@Z @23020 NONAME ?GetClass@H248_CommandReply@@UBEPBDI@Z @23021 NONAME ?GetClass@H248_CommandRequest@@UBEPBDI@Z @23022 NONAME ?GetClass@H248_ContextAttrAuditRequest@@UBEPBDI@Z @23023 NONAME ?GetClass@H248_ContextID@@UBEPBDI@Z @23024 NONAME ?GetClass@H248_ContextRequest@@UBEPBDI@Z @23025 NONAME ?GetClass@H248_DigitMapDescriptor@@UBEPBDI@Z @23026 NONAME ?GetClass@H248_DigitMapName@@UBEPBDI@Z @23027 NONAME ?GetClass@H248_DigitMapValue@@UBEPBDI@Z @23028 NONAME ?GetClass@H248_DomainName@@UBEPBDI@Z @23029 NONAME ?GetClass@H248_ErrorCode@@UBEPBDI@Z @23030 NONAME ?GetClass@H248_ErrorDescriptor@@UBEPBDI@Z @23031 NONAME ?GetClass@H248_ErrorText@@UBEPBDI@Z @23032 NONAME ?GetClass@H248_EventBufferControl@@UBEPBDI@Z @23033 NONAME ?GetClass@H248_EventBufferDescriptor@@UBEPBDI@Z @23034 NONAME ?GetClass@H248_EventDM@@UBEPBDI@Z @23035 NONAME ?GetClass@H248_EventName@@UBEPBDI@Z @23036 NONAME ?GetClass@H248_EventParameter@@UBEPBDI@Z @23037 NONAME ?GetClass@H248_EventParameter_extraInfo@@UBEPBDI@Z @23038 NONAME ?GetClass@H248_EventsDescriptor@@UBEPBDI@Z @23039 NONAME ?GetClass@H248_EventSpec@@UBEPBDI@Z @23040 NONAME ?GetClass@H248_H221NonStandard@@UBEPBDI@Z @23041 NONAME ?GetClass@H248_IndAudDigitMapDescriptor@@UBEPBDI@Z @23042 NONAME ?GetClass@H248_IndAudEventBufferDescriptor@@UBEPBDI@Z @23043 NONAME ?GetClass@H248_IndAudEventsDescriptor@@UBEPBDI@Z @23044 NONAME ?GetClass@H248_IndAuditParameter@@UBEPBDI@Z @23045 NONAME ?GetClass@H248_IndAudLocalControlDescriptor@@UBEPBDI@Z @23046 NONAME ?GetClass@H248_IndAudLocalRemoteDescriptor@@UBEPBDI@Z @23047 NONAME ?GetClass@H248_IndAudMediaDescriptor@@UBEPBDI@Z @23048 NONAME ?GetClass@H248_IndAudMediaDescriptor_streams@@UBEPBDI@Z @23049 NONAME ?GetClass@H248_IndAudPackagesDescriptor@@UBEPBDI@Z @23050 NONAME ?GetClass@H248_IndAudPropertyGroup@@UBEPBDI@Z @23051 NONAME ?GetClass@H248_IndAudPropertyParm@@UBEPBDI@Z @23052 NONAME ?GetClass@H248_IndAudSeqSigList@@UBEPBDI@Z @23053 NONAME ?GetClass@H248_IndAudSignal@@UBEPBDI@Z @23054 NONAME ?GetClass@H248_IndAudSignalsDescriptor@@UBEPBDI@Z @23055 NONAME ?GetClass@H248_IndAudStatisticsDescriptor@@UBEPBDI@Z @23056 NONAME ?GetClass@H248_IndAudStreamDescriptor@@UBEPBDI@Z @23057 NONAME ?GetClass@H248_IndAudStreamParms@@UBEPBDI@Z @23058 NONAME ?GetClass@H248_IndAudTerminationStateDescriptor@@UBEPBDI@Z @23059 NONAME ?GetClass@H248_IP4Address@@UBEPBDI@Z @23060 NONAME ?GetClass@H248_IP6Address@@UBEPBDI@Z @23061 NONAME ?GetClass@H248_LocalControlDescriptor@@UBEPBDI@Z @23062 NONAME ?GetClass@H248_LocalRemoteDescriptor@@UBEPBDI@Z @23063 NONAME ?GetClass@H248_MediaDescriptor@@UBEPBDI@Z @23064 NONAME ?GetClass@H248_MediaDescriptor_streams@@UBEPBDI@Z @23065 NONAME ?GetClass@H248_MegacoMessage@@UBEPBDI@Z @23066 NONAME ?GetClass@H248_Message@@UBEPBDI@Z @23067 NONAME ?GetClass@H248_Message_messageBody@@UBEPBDI@Z @23068 NONAME ?GetClass@H248_MId@@UBEPBDI@Z @23069 NONAME ?GetClass@H248_ModemDescriptor@@UBEPBDI@Z @23070 NONAME ?GetClass@H248_ModemType@@UBEPBDI@Z @23071 NONAME ?GetClass@H248_MuxDescriptor@@UBEPBDI@Z @23072 NONAME ?GetClass@H248_MuxType@@UBEPBDI@Z @23073 NONAME ?GetClass@H248_Name@@UBEPBDI@Z @23074 NONAME ?GetClass@H248_NonStandardData@@UBEPBDI@Z @23075 NONAME ?GetClass@H248_NonStandardIdentifier@@UBEPBDI@Z @23076 NONAME ?GetClass@H248_NotifyCompletion@@UBEPBDI@Z @23077 NONAME ?GetClass@H248_NotifyReply@@UBEPBDI@Z @23078 NONAME ?GetClass@H248_NotifyRequest@@UBEPBDI@Z @23079 NONAME ?GetClass@H248_ObservedEvent@@UBEPBDI@Z @23080 NONAME ?GetClass@H248_ObservedEventsDescriptor@@UBEPBDI@Z @23081 NONAME ?GetClass@H248_PackagesDescriptor@@UBEPBDI@Z @23082 NONAME ?GetClass@H248_PackagesItem@@UBEPBDI@Z @23083 NONAME ?GetClass@H248_PathName@@UBEPBDI@Z @23084 NONAME ?GetClass@H248_PkgdName@@UBEPBDI@Z @23085 NONAME ?GetClass@H248_PropertyGroup@@UBEPBDI@Z @23086 NONAME ?GetClass@H248_PropertyParm@@UBEPBDI@Z @23087 NONAME ?GetClass@H248_PropertyParm_extraInfo@@UBEPBDI@Z @23088 NONAME ?GetClass@H248_Relation@@UBEPBDI@Z @23089 NONAME ?GetClass@H248_RequestedActions@@UBEPBDI@Z @23090 NONAME ?GetClass@H248_RequestedEvent@@UBEPBDI@Z @23091 NONAME ?GetClass@H248_RequestID@@UBEPBDI@Z @23092 NONAME ?GetClass@H248_SecondEventsDescriptor@@UBEPBDI@Z @23093 NONAME ?GetClass@H248_SecondRequestedActions@@UBEPBDI@Z @23094 NONAME ?GetClass@H248_SecondRequestedEvent@@UBEPBDI@Z @23095 NONAME ?GetClass@H248_SecurityParmIndex@@UBEPBDI@Z @23096 NONAME ?GetClass@H248_SeqSigList@@UBEPBDI@Z @23097 NONAME ?GetClass@H248_SequenceNum@@UBEPBDI@Z @23098 NONAME ?GetClass@H248_ServiceChangeAddress@@UBEPBDI@Z @23099 NONAME ?GetClass@H248_ServiceChangeMethod@@UBEPBDI@Z @23100 NONAME ?GetClass@H248_ServiceChangeParm@@UBEPBDI@Z @23101 NONAME ?GetClass@H248_ServiceChangeProfile@@UBEPBDI@Z @23102 NONAME ?GetClass@H248_ServiceChangeReply@@UBEPBDI@Z @23103 NONAME ?GetClass@H248_ServiceChangeRequest@@UBEPBDI@Z @23104 NONAME ?GetClass@H248_ServiceChangeResParm@@UBEPBDI@Z @23105 NONAME ?GetClass@H248_ServiceChangeResult@@UBEPBDI@Z @23106 NONAME ?GetClass@H248_ServiceState@@UBEPBDI@Z @23107 NONAME ?GetClass@H248_Signal@@UBEPBDI@Z @23108 NONAME ?GetClass@H248_SignalName@@UBEPBDI@Z @23109 NONAME ?GetClass@H248_SignalRequest@@UBEPBDI@Z @23110 NONAME ?GetClass@H248_SignalsDescriptor@@UBEPBDI@Z @23111 NONAME ?GetClass@H248_SignalType@@UBEPBDI@Z @23112 NONAME ?GetClass@H248_SigParameter@@UBEPBDI@Z @23113 NONAME ?GetClass@H248_SigParameter_extraInfo@@UBEPBDI@Z @23114 NONAME ?GetClass@H248_StatisticsDescriptor@@UBEPBDI@Z @23115 NONAME ?GetClass@H248_StatisticsParameter@@UBEPBDI@Z @23116 NONAME ?GetClass@H248_StreamDescriptor@@UBEPBDI@Z @23117 NONAME ?GetClass@H248_StreamID@@UBEPBDI@Z @23118 NONAME ?GetClass@H248_StreamMode@@UBEPBDI@Z @23119 NONAME ?GetClass@H248_StreamParms@@UBEPBDI@Z @23120 NONAME ?GetClass@H248_SubtractRequest@@UBEPBDI@Z @23121 NONAME ?GetClass@H248_TerminationAudit@@UBEPBDI@Z @23122 NONAME ?GetClass@H248_TerminationID@@UBEPBDI@Z @23123 NONAME ?GetClass@H248_TerminationIDList@@UBEPBDI@Z @23124 NONAME ?GetClass@H248_TerminationStateDescriptor@@UBEPBDI@Z @23125 NONAME ?GetClass@H248_TimeNotation@@UBEPBDI@Z @23126 NONAME ?GetClass@H248_TopologyRequest@@UBEPBDI@Z @23127 NONAME ?GetClass@H248_TopologyRequest_topologyDirection@@UBEPBDI@Z @23128 NONAME ?GetClass@H248_Transaction@@UBEPBDI@Z @23129 NONAME ?GetClass@H248_TransactionAck@@UBEPBDI@Z @23130 NONAME ?GetClass@H248_TransactionId@@UBEPBDI@Z @23131 NONAME ?GetClass@H248_TransactionPending@@UBEPBDI@Z @23132 NONAME ?GetClass@H248_TransactionReply@@UBEPBDI@Z @23133 NONAME ?GetClass@H248_TransactionReply_transactionResult@@UBEPBDI@Z @23134 NONAME ?GetClass@H248_TransactionRequest@@UBEPBDI@Z @23135 NONAME ?GetClass@H248_TransactionResponseAck@@UBEPBDI@Z @23136 NONAME ?GetClass@H248_Value@@UBEPBDI@Z @23137 NONAME ?GetClass@H248_WildcardField@@UBEPBDI@Z @23138 NONAME ?GetClass@H263Packet@@UBEPBDI@Z @45973 NONAME ?GetClass@H263PacketList@@UBEPBDI@Z @45974 NONAME ?GetClass@H323AudioCapability@@UBEPBDI@Z @8683 NONAME ?GetClass@H323AudioCodec@@UBEPBDI@Z @8684 NONAME ?GetClass@H323BidirectionalChannel@@UBEPBDI@Z @8685 NONAME ?GetClass@H323CallCreditServiceControl@@UBEPBDI@Z @23139 NONAME ?GetClass@H323Capabilities@@UBEPBDI@Z @12531 NONAME ?GetClass@H323CapabilitiesSet@@UBEPBDI@Z @12532 NONAME ?GetClass@H323Capability@@UBEPBDI@Z @8686 NONAME ?GetClass@H323Channel@@UBEPBDI@Z @8688 NONAME ?GetClass@H323ChannelNumber@@UBEPBDI@Z @8689 NONAME ?GetClass@H323Codec@@UBEPBDI@Z @8690 NONAME ?GetClass@H323CodecPluginGenericAudioCapability@@UBEPBDI@Z @45434 NONAME ?GetClass@H323CodecPluginNonStandardAudioCapability@@UBEPBDI@Z @39541 NONAME ?GetClass@H323Connection@@UBEPBDI@Z @8691 NONAME ?GetClass@H323ConnectionsCleaner@@UBEPBDI@Z @8692 NONAME ?GetClass@H323ControlPDU@@UBEPBDI@Z @8693 NONAME ?GetClass@H323DataCapability@@UBEPBDI@Z @8694 NONAME ?GetClass@H323DataChannel@@UBEPBDI@Z @18911 NONAME ?GetClass@H323DynaLink@@UBEPBDI@Z @42758 NONAME ?GetClass@H323EndPoint@@UBEPBDI@Z @8695 NONAME ?GetClass@H323FramedAudioCodec@@UBEPBDI@Z @8696 NONAME ?GetClass@H323Gatekeeper@@UBEPBDI@Z @8697 NONAME ?GetClass@H323GatekeeperARQ@@UBEPBDI@Z @19790 NONAME ?GetClass@H323GatekeeperBRQ@@UBEPBDI@Z @19791 NONAME ?GetClass@H323GatekeeperCall@@UBEPBDI@Z @19103 NONAME ?GetClass@H323GatekeeperDRQ@@UBEPBDI@Z @19792 NONAME ?GetClass@H323GatekeeperGRQ@@UBEPBDI@Z @19793 NONAME ?GetClass@H323GatekeeperIRR@@UBEPBDI@Z @20590 NONAME ?GetClass@H323GatekeeperListener@@UBEPBDI@Z @19104 NONAME ?GetClass@H323GatekeeperLRQ@@UBEPBDI@Z @19794 NONAME ?GetClass@H323GatekeeperRequest@@UBEPBDI@Z @19795 NONAME ?GetClass@H323GatekeeperRRQ@@UBEPBDI@Z @19796 NONAME ?GetClass@H323GatekeeperServer@@UBEPBDI@Z @19105 NONAME ?GetClass@H323GatekeeperURQ@@UBEPBDI@Z @19797 NONAME ?GetClass@H323GenericAudioCapability@@UBEPBDI@Z @45435 NONAME ?GetClass@H323GenericVideoCapability@@UBEPBDI@Z @45436 NONAME ?GetClass@H323GSMPluginCapability@@UBEPBDI@Z @39542 NONAME ?GetClass@H323H248ServiceControl@@UBEPBDI@Z @23140 NONAME ?GetClass@H323HTTPServiceControl@@UBEPBDI@Z @23141 NONAME ?GetClass@H323Listener@@UBEPBDI@Z @8699 NONAME ?GetClass@H323ListenerTCP@@UBEPBDI@Z @8700 NONAME ?GetClass@H323LogicalChannelThread@@UBEPBDI@Z @8701 NONAME ?GetClass@H323NonStandardAudioCapability@@UBEPBDI@Z @8702 NONAME ?GetClass@H323NonStandardDataCapability@@UBEPBDI@Z @8703 NONAME ?GetClass@H323NonStandardVideoCapability@@UBEPBDI@Z @8704 NONAME ?GetClass@H323PeerElement@@UBEPBDI@Z @24014 NONAME ?GetClass@H323PeerElementDescriptor@@UBEPBDI@Z @25749 NONAME ?GetClass@H323PeerElementServiceRelationship@@UBEPBDI@Z @25750 NONAME ?GetClass@H323PluginCapability@@UBEPBDI@Z @39545 NONAME ?GetClass@H323PluginCodecManager@@UBEPBDI@Z @43115 NONAME ?GetClass@H323PluginFramedAudioCodec@@UBEPBDI@Z @42808 NONAME ?GetClass@H323PluginG7231Capability@@UBEPBDI@Z @39546 NONAME ?GetClass@H323PluginVideoCodec@@UBEPBDI@Z @39547 NONAME ?GetClass@H323RasPDU@@UBEPBDI@Z @8705 NONAME ?GetClass@H323RealTimeCapability@@UBEPBDI@Z @8706 NONAME ?GetClass@H323RegisteredEndPoint@@UBEPBDI@Z @19106 NONAME ?GetClass@H323ServiceControlSession@@UBEPBDI@Z @23142 NONAME ?GetClass@H323SignalPDU@@UBEPBDI@Z @8707 NONAME ?GetClass@H323SimultaneousCapabilities@@UBEPBDI@Z @8708 NONAME ?GetClass@H323StreamedAudioCodec@@UBEPBDI@Z @8709 NONAME ?GetClass@H323StreamedPluginAudioCodec@@UBEPBDI@Z @42809 NONAME ?GetClass@H323Transaction@@UBEPBDI@Z @26091 NONAME ?GetClass@H323TransactionServer@@UBEPBDI@Z @24016 NONAME ?GetClass@H323Transactor@@UBEPBDI@Z @24017 NONAME ?GetClass@H323Transport@@UBEPBDI@Z @8710 NONAME ?GetClass@H323TransportAddress@@UBEPBDI@Z @8711 NONAME ?GetClass@H323TransportAddressArray@@UBEPBDI@Z @21074 NONAME ?GetClass@H323TransportIP@@UBEPBDI@Z @8712 NONAME ?GetClass@H323TransportTCP@@UBEPBDI@Z @8713 NONAME ?GetClass@H323TransportUDP@@UBEPBDI@Z @8714 NONAME ?GetClass@H323UnidirectionalChannel@@UBEPBDI@Z @8715 NONAME ?GetClass@H323VideoCapability@@UBEPBDI@Z @8716 NONAME ?GetClass@H323VideoCodec@@UBEPBDI@Z @8717 NONAME ?GetClass@H323_ALawCodec@@UBEPBDI@Z @8722 NONAME ?GetClass@H323_AnnexG@@UBEPBDI@Z @24018 NONAME ?GetClass@H323_CiscoG7231aLIDCapability@@UBEPBDI@Z @21015 NONAME ?GetClass@H323_ExternalRTPChannel@@UBEPBDI@Z @19912 NONAME ?GetClass@H323_G711Capability@@UBEPBDI@Z @8723 NONAME ?GetClass@H323_H261Capability@@UBEPBDI@Z @8726 NONAME ?GetClass@H323_H261Codec@@UBEPBDI@Z @8727 NONAME ?GetClass@H323_LIDCapability@@UBEPBDI@Z @8728 NONAME ?GetClass@H323_LIDCodec@@UBEPBDI@Z @8729 NONAME ?GetClass@H323_muLawCodec@@UBEPBDI@Z @8730 NONAME ?GetClass@H323_RealTimeChannel@@UBEPBDI@Z @19913 NONAME ?GetClass@H323_RFC2190_H263Capability@@UBEPBDI@Z @45975 NONAME ?GetClass@H323_RFC2190_H263Codec@@UBEPBDI@Z @45976 NONAME ?GetClass@H323_RTPChannel@@UBEPBDI@Z @8731 NONAME ?GetClass@H323_RTP_Session@@UBEPBDI@Z @8732 NONAME ?GetClass@H323_RTP_UDP@@UBEPBDI@Z @8733 NONAME ?GetClass@H323_T120Capability@@UBEPBDI@Z @8734 NONAME ?GetClass@H323_T120Channel@@UBEPBDI@Z @18912 NONAME ?GetClass@H323_T38Capability@@UBEPBDI@Z @18913 NONAME ?GetClass@H323_T38Channel@@UBEPBDI@Z @18914 NONAME ?GetClass@H323_T38NonStandardCapability@@UBEPBDI@Z @20518 NONAME ?GetClass@H323_UserInputCapability@@UBEPBDI@Z @8735 NONAME ?GetClass@H45010_ArrayOf_MixedExtension@@UBEPBDI@Z @15869 NONAME ?GetClass@H45010_CfbOvrOptArg@@UBEPBDI@Z @15870 NONAME ?GetClass@H45010_CoReqOptArg@@UBEPBDI@Z @15871 NONAME ?GetClass@H45010_H323CallOfferOperations@@UBEPBDI@Z @15872 NONAME ?GetClass@H45010_RUAlertOptArg@@UBEPBDI@Z @15873 NONAME ?GetClass@H45011Handler@@UBEPBDI@Z @20666 NONAME ?GetClass@H45011_ArrayOf_MixedExtension@@UBEPBDI@Z @15874 NONAME ?GetClass@H45011_CallIntrusionErrors@@UBEPBDI@Z @15875 NONAME ?GetClass@H45011_CICapabilityLevel@@UBEPBDI@Z @15876 NONAME ?GetClass@H45011_CIFrcRelArg@@UBEPBDI@Z @15877 NONAME ?GetClass@H45011_CIFrcRelOptRes@@UBEPBDI@Z @15878 NONAME ?GetClass@H45011_CIGetCIPLOptArg@@UBEPBDI@Z @15879 NONAME ?GetClass@H45011_CIGetCIPLRes@@UBEPBDI@Z @15880 NONAME ?GetClass@H45011_CIIsOptArg@@UBEPBDI@Z @15881 NONAME ?GetClass@H45011_CIIsOptRes@@UBEPBDI@Z @15882 NONAME ?GetClass@H45011_CINotificationArg@@UBEPBDI@Z @15883 NONAME ?GetClass@H45011_CIProtectionLevel@@UBEPBDI@Z @15884 NONAME ?GetClass@H45011_CIRequestArg@@UBEPBDI@Z @15885 NONAME ?GetClass@H45011_CIRequestRes@@UBEPBDI@Z @15886 NONAME ?GetClass@H45011_CISilentArg@@UBEPBDI@Z @15887 NONAME ?GetClass@H45011_CISilentOptRes@@UBEPBDI@Z @15888 NONAME ?GetClass@H45011_CIStatusInformation@@UBEPBDI@Z @15889 NONAME ?GetClass@H45011_CIWobOptArg@@UBEPBDI@Z @15890 NONAME ?GetClass@H45011_CIWobOptRes@@UBEPBDI@Z @15891 NONAME ?GetClass@H45011_H323CallIntrusionOperations@@UBEPBDI@Z @15892 NONAME ?GetClass@H4501_Address@@UBEPBDI@Z @14660 NONAME ?GetClass@H4501_AddressInformation@@UBEPBDI@Z @14661 NONAME ?GetClass@H4501_AddressScreened@@UBEPBDI@Z @14662 NONAME ?GetClass@H4501_ArrayOf_AliasAddress@@UBEPBDI@Z @14663 NONAME ?GetClass@H4501_ArrayOf_ROS@@UBEPBDI@Z @14664 NONAME ?GetClass@H4501_EndpointAddress@@UBEPBDI@Z @14665 NONAME ?GetClass@H4501_EntityType@@UBEPBDI@Z @14666 NONAME ?GetClass@H4501_Extension@@UBEPBDI@Z @14667 NONAME ?GetClass@H4501_GeneralErrorList@@UBEPBDI@Z @14668 NONAME ?GetClass@H4501_H225InformationElement@@UBEPBDI@Z @14669 NONAME ?GetClass@H4501_InterpretationApdu@@UBEPBDI@Z @14670 NONAME ?GetClass@H4501_InvokeIDs@@UBEPBDI@Z @14671 NONAME ?GetClass@H4501_InvokeIdSet@@UBEPBDI@Z @14672 NONAME ?GetClass@H4501_NetworkFacilityExtension@@UBEPBDI@Z @14673 NONAME ?GetClass@H4501_NSAPSubaddress@@UBEPBDI@Z @14674 NONAME ?GetClass@H4501_NumberScreened@@UBEPBDI@Z @14675 NONAME ?GetClass@H4501_PartySubaddress@@UBEPBDI@Z @14676 NONAME ?GetClass@H4501_PresentationAllowedIndicator@@UBEPBDI@Z @14677 NONAME ?GetClass@H4501_PresentedAddressScreened@@UBEPBDI@Z @14678 NONAME ?GetClass@H4501_PresentedAddressUnscreened@@UBEPBDI@Z @14679 NONAME ?GetClass@H4501_PresentedNumberScreened@@UBEPBDI@Z @14680 NONAME ?GetClass@H4501_PresentedNumberUnscreened@@UBEPBDI@Z @14681 NONAME ?GetClass@H4501_ScreeningIndicator@@UBEPBDI@Z @14682 NONAME ?GetClass@H4501_ServiceApdus@@UBEPBDI@Z @14683 NONAME ?GetClass@H4501_SubaddressInformation@@UBEPBDI@Z @14684 NONAME ?GetClass@H4501_SupplementaryService@@UBEPBDI@Z @14685 NONAME ?GetClass@H4501_UserSpecifiedSubaddress@@UBEPBDI@Z @14686 NONAME ?GetClass@H4502Handler@@UBEPBDI@Z @19456 NONAME ?GetClass@H4502_CallIdentity@@UBEPBDI@Z @14687 NONAME ?GetClass@H4502_CallStatus@@UBEPBDI@Z @14688 NONAME ?GetClass@H4502_CallTransferErrors@@UBEPBDI@Z @14689 NONAME ?GetClass@H4502_CallTransferOperation@@UBEPBDI@Z @14690 NONAME ?GetClass@H4502_CTActiveArg@@UBEPBDI@Z @14691 NONAME ?GetClass@H4502_CTActiveArg_argumentExtension@@UBEPBDI@Z @14692 NONAME ?GetClass@H4502_CTCompleteArg@@UBEPBDI@Z @14693 NONAME ?GetClass@H4502_CTCompleteArg_argumentExtension@@UBEPBDI@Z @14694 NONAME ?GetClass@H4502_CTIdentifyRes@@UBEPBDI@Z @14695 NONAME ?GetClass@H4502_CTIdentifyRes_resultExtension@@UBEPBDI@Z @14696 NONAME ?GetClass@H4502_CTInitiateArg@@UBEPBDI@Z @14697 NONAME ?GetClass@H4502_CTInitiateArg_argumentExtension@@UBEPBDI@Z @14698 NONAME ?GetClass@H4502_CTSetupArg@@UBEPBDI@Z @14699 NONAME ?GetClass@H4502_CTSetupArg_argumentExtension@@UBEPBDI@Z @14700 NONAME ?GetClass@H4502_CTUpdateArg@@UBEPBDI@Z @14701 NONAME ?GetClass@H4502_CTUpdateArg_argumentExtension@@UBEPBDI@Z @14702 NONAME ?GetClass@H4502_DummyArg@@UBEPBDI@Z @14703 NONAME ?GetClass@H4502_DummyRes@@UBEPBDI@Z @14704 NONAME ?GetClass@H4502_EndDesignation@@UBEPBDI@Z @14705 NONAME ?GetClass@H4502_ExtensionSeq@@UBEPBDI@Z @14706 NONAME ?GetClass@H4502_SubaddressTransferArg@@UBEPBDI@Z @14707 NONAME ?GetClass@H4502_SubaddressTransferArg_argumentExtension@@UBEPBDI@Z @14708 NONAME ?GetClass@H4503_BasicService@@UBEPBDI@Z @15178 NONAME ?GetClass@H4503_CallDiversionErrors@@UBEPBDI@Z @15179 NONAME ?GetClass@H4503_DiversionReason@@UBEPBDI@Z @15180 NONAME ?GetClass@H4503_ExtensionSeq@@UBEPBDI@Z @15181 NONAME ?GetClass@H4503_H323CallDiversionOperations@@UBEPBDI@Z @15182 NONAME ?GetClass@H4503_IntResult@@UBEPBDI@Z @15183 NONAME ?GetClass@H4503_IntResultList@@UBEPBDI@Z @15184 NONAME ?GetClass@H4503_IntResult_extension@@UBEPBDI@Z @15185 NONAME ?GetClass@H4503_Procedure@@UBEPBDI@Z @15186 NONAME ?GetClass@H4503_SubscriptionOption@@UBEPBDI@Z @15187 NONAME ?GetClass@H4504Handler@@UBEPBDI@Z @19457 NONAME ?GetClass@H4504_ArrayOf_MixedExtension@@UBEPBDI@Z @15046 NONAME ?GetClass@H4504_CallHoldOperation@@UBEPBDI@Z @15047 NONAME ?GetClass@H4504_Extension@@UBEPBDI@Z @15048 NONAME ?GetClass@H4504_HoldNotificArg@@UBEPBDI@Z @15049 NONAME ?GetClass@H4504_MixedExtension@@UBEPBDI@Z @15050 NONAME ?GetClass@H4504_RemoteHoldArg@@UBEPBDI@Z @15051 NONAME ?GetClass@H4504_RemoteHoldRes@@UBEPBDI@Z @15052 NONAME ?GetClass@H4504_RemoteRetrieveArg@@UBEPBDI@Z @15053 NONAME ?GetClass@H4504_RemoteRetrieveRes@@UBEPBDI@Z @15054 NONAME ?GetClass@H4504_RetrieveNotificArg@@UBEPBDI@Z @15055 NONAME ?GetClass@H4505_ArrayOf_MixedExtension@@UBEPBDI@Z @15893 NONAME ?GetClass@H4505_CallParkPickupOperations@@UBEPBDI@Z @15894 NONAME ?GetClass@H4505_CallPickupErrors@@UBEPBDI@Z @15895 NONAME ?GetClass@H4505_CallType@@UBEPBDI@Z @15896 NONAME ?GetClass@H4505_CpickupNotifyArg@@UBEPBDI@Z @15897 NONAME ?GetClass@H4505_CpNotifyArg@@UBEPBDI@Z @15898 NONAME ?GetClass@H4505_CpRequestArg@@UBEPBDI@Z @15899 NONAME ?GetClass@H4505_CpRequestRes@@UBEPBDI@Z @15900 NONAME ?GetClass@H4505_CpSetupArg@@UBEPBDI@Z @15901 NONAME ?GetClass@H4505_CpSetupRes@@UBEPBDI@Z @15902 NONAME ?GetClass@H4505_GroupIndicationOffArg@@UBEPBDI@Z @15903 NONAME ?GetClass@H4505_GroupIndicationOffRes@@UBEPBDI@Z @15904 NONAME ?GetClass@H4505_GroupIndicationOnArg@@UBEPBDI@Z @15905 NONAME ?GetClass@H4505_GroupIndicationOnRes@@UBEPBDI@Z @15906 NONAME ?GetClass@H4505_ParkCondition@@UBEPBDI@Z @15907 NONAME ?GetClass@H4505_ParkedToPosition@@UBEPBDI@Z @15908 NONAME ?GetClass@H4505_PickExeArg@@UBEPBDI@Z @15909 NONAME ?GetClass@H4505_PickExeRes@@UBEPBDI@Z @15910 NONAME ?GetClass@H4505_PickrequArg@@UBEPBDI@Z @15911 NONAME ?GetClass@H4505_PickrequRes@@UBEPBDI@Z @15912 NONAME ?GetClass@H4505_PickupArg@@UBEPBDI@Z @15913 NONAME ?GetClass@H4505_PickupRes@@UBEPBDI@Z @15914 NONAME ?GetClass@H4506Handler@@UBEPBDI@Z @19954 NONAME ?GetClass@H4506_ArrayOf_MixedExtension@@UBEPBDI@Z @15915 NONAME ?GetClass@H4506_CallWaitingArg@@UBEPBDI@Z @15916 NONAME ?GetClass@H4506_CallWaitingOperations@@UBEPBDI@Z @15917 NONAME ?GetClass@H4507_ArrayOf_MixedExtension@@UBEPBDI@Z @15918 NONAME ?GetClass@H4507_BasicService@@UBEPBDI@Z @15919 NONAME ?GetClass@H4507_DummyRes@@UBEPBDI@Z @15920 NONAME ?GetClass@H4507_H323_MWI_Operations@@UBEPBDI@Z @15921 NONAME ?GetClass@H4507_MessageWaitingIndicationErrors@@UBEPBDI@Z @15922 NONAME ?GetClass@H4507_MsgCentreId@@UBEPBDI@Z @15923 NONAME ?GetClass@H4507_MWIActivateArg@@UBEPBDI@Z @15924 NONAME ?GetClass@H4507_MWIDeactivateArg@@UBEPBDI@Z @15925 NONAME ?GetClass@H4507_MWIInterrogateArg@@UBEPBDI@Z @15926 NONAME ?GetClass@H4507_MWIInterrogateRes@@UBEPBDI@Z @15927 NONAME ?GetClass@H4507_MWIInterrogateResElt@@UBEPBDI@Z @15928 NONAME ?GetClass@H4507_NbOfMessages@@UBEPBDI@Z @15929 NONAME ?GetClass@H4507_TimeStamp@@UBEPBDI@Z @15930 NONAME ?GetClass@H4508_ExtendedName@@UBEPBDI@Z @15931 NONAME ?GetClass@H4508_Name@@UBEPBDI@Z @15932 NONAME ?GetClass@H4508_NameOperations@@UBEPBDI@Z @15933 NONAME ?GetClass@H4508_NamePresentationAllowed@@UBEPBDI@Z @15934 NONAME ?GetClass@H4508_NamePresentationRestricted@@UBEPBDI@Z @15935 NONAME ?GetClass@H4508_SimpleName@@UBEPBDI@Z @15936 NONAME ?GetClass@H4509_ArrayOf_MixedExtension@@UBEPBDI@Z @15937 NONAME ?GetClass@H4509_CallCompletionErrors@@UBEPBDI@Z @15938 NONAME ?GetClass@H4509_CcArg@@UBEPBDI@Z @15939 NONAME ?GetClass@H4509_CcLongArg@@UBEPBDI@Z @15940 NONAME ?GetClass@H4509_CcRequestArg@@UBEPBDI@Z @15941 NONAME ?GetClass@H4509_CcRequestRes@@UBEPBDI@Z @15942 NONAME ?GetClass@H4509_CcShortArg@@UBEPBDI@Z @15943 NONAME ?GetClass@H4509_H323CallCompletionOperations@@UBEPBDI@Z @15944 NONAME ?GetClass@H450xDispatcher@@UBEPBDI@Z @19458 NONAME ?GetClass@H450xHandler@@UBEPBDI@Z @19459 NONAME ?GetClass@H501AccessRequest@@UBEPBDI@Z @26092 NONAME ?GetClass@H501DescriptorUpdate@@UBEPBDI@Z @26093 NONAME ?GetClass@H501PDU@@UBEPBDI@Z @24020 NONAME ?GetClass@H501ServiceRequest@@UBEPBDI@Z @26094 NONAME ?GetClass@H501Transaction@@UBEPBDI@Z @26095 NONAME ?GetClass@H501_AccessConfirmation@@UBEPBDI@Z @25006 NONAME ?GetClass@H501_AccessRejection@@UBEPBDI@Z @25007 NONAME ?GetClass@H501_AccessRejectionReason@@UBEPBDI@Z @25008 NONAME ?GetClass@H501_AccessRequest@@UBEPBDI@Z @25009 NONAME ?GetClass@H501_AccessToken@@UBEPBDI@Z @25010 NONAME ?GetClass@H501_AddressTemplate@@UBEPBDI@Z @25011 NONAME ?GetClass@H501_AlternatePE@@UBEPBDI@Z @25012 NONAME ?GetClass@H501_AlternatePEInfo@@UBEPBDI@Z @25013 NONAME ?GetClass@H501_ApplicationMessage@@UBEPBDI@Z @25014 NONAME ?GetClass@H501_ArrayOf_AccessToken@@UBEPBDI@Z @25015 NONAME ?GetClass@H501_ArrayOf_AddressTemplate@@UBEPBDI@Z @25016 NONAME ?GetClass@H501_ArrayOf_AliasAddress@@UBEPBDI@Z @25017 NONAME ?GetClass@H501_ArrayOf_AlternatePE@@UBEPBDI@Z @25018 NONAME ?GetClass@H501_ArrayOf_CircuitIdentifier@@UBEPBDI@Z @25019 NONAME ?GetClass@H501_ArrayOf_ClearToken@@UBEPBDI@Z @25020 NONAME ?GetClass@H501_ArrayOf_ContactInformation@@UBEPBDI@Z @25021 NONAME ?GetClass@H501_ArrayOf_CryptoH323Token@@UBEPBDI@Z @25022 NONAME ?GetClass@H501_ArrayOf_Descriptor@@UBEPBDI@Z @25023 NONAME ?GetClass@H501_ArrayOf_DescriptorInfo@@UBEPBDI@Z @25025 NONAME ?GetClass@H501_ArrayOf_GenericData@@UBEPBDI@Z @25026 NONAME ?GetClass@H501_ArrayOf_GloballyUniqueID@@UBEPBDI@Z @25559 NONAME ?GetClass@H501_ArrayOf_NonStandardParameter@@UBEPBDI@Z @25027 NONAME ?GetClass@H501_ArrayOf_PASN_ObjectId@@UBEPBDI@Z @25028 NONAME ?GetClass@H501_ArrayOf_Pattern@@UBEPBDI@Z @25029 NONAME ?GetClass@H501_ArrayOf_PriceElement@@UBEPBDI@Z @25030 NONAME ?GetClass@H501_ArrayOf_PriceInfoSpec@@UBEPBDI@Z @25031 NONAME ?GetClass@H501_ArrayOf_RouteInformation@@UBEPBDI@Z @25032 NONAME ?GetClass@H501_ArrayOf_SecurityMode@@UBEPBDI@Z @25033 NONAME ?GetClass@H501_ArrayOf_ServiceControlSession@@UBEPBDI@Z @25034 NONAME ?GetClass@H501_ArrayOf_SupportedProtocols@@UBEPBDI@Z @25035 NONAME ?GetClass@H501_ArrayOf_TransportAddress@@UBEPBDI@Z @25036 NONAME ?GetClass@H501_ArrayOf_UpdateInformation@@UBEPBDI@Z @25037 NONAME ?GetClass@H501_ArrayOf_UsageField@@UBEPBDI@Z @25038 NONAME ?GetClass@H501_AuthenticationConfirmation@@UBEPBDI@Z @25039 NONAME ?GetClass@H501_AuthenticationRejection@@UBEPBDI@Z @25040 NONAME ?GetClass@H501_AuthenticationRejectionReason@@UBEPBDI@Z @25041 NONAME ?GetClass@H501_AuthenticationRequest@@UBEPBDI@Z @25042 NONAME ?GetClass@H501_CallInformation@@UBEPBDI@Z @25043 NONAME ?GetClass@H501_ContactInformation@@UBEPBDI@Z @25044 NONAME ?GetClass@H501_Descriptor@@UBEPBDI@Z @25045 NONAME ?GetClass@H501_DescriptorConfirmation@@UBEPBDI@Z @25046 NONAME ?GetClass@H501_DescriptorIDConfirmation@@UBEPBDI@Z @25048 NONAME ?GetClass@H501_DescriptorIDRejection@@UBEPBDI@Z @25049 NONAME ?GetClass@H501_DescriptorIDRejectionReason@@UBEPBDI@Z @25050 NONAME ?GetClass@H501_DescriptorIDRequest@@UBEPBDI@Z @25051 NONAME ?GetClass@H501_DescriptorInfo@@UBEPBDI@Z @25052 NONAME ?GetClass@H501_DescriptorRejection@@UBEPBDI@Z @25053 NONAME ?GetClass@H501_DescriptorRejectionReason@@UBEPBDI@Z @25054 NONAME ?GetClass@H501_DescriptorRequest@@UBEPBDI@Z @25055 NONAME ?GetClass@H501_DescriptorUpdate@@UBEPBDI@Z @25056 NONAME ?GetClass@H501_DescriptorUpdateAck@@UBEPBDI@Z @25057 NONAME ?GetClass@H501_ElementIdentifier@@UBEPBDI@Z @25058 NONAME ?GetClass@H501_GlobalTimeStamp@@UBEPBDI@Z @25059 NONAME ?GetClass@H501_Message@@UBEPBDI@Z @25060 NONAME ?GetClass@H501_MessageBody@@UBEPBDI@Z @25061 NONAME ?GetClass@H501_MessageCommonInfo@@UBEPBDI@Z @25062 NONAME ?GetClass@H501_NonStandardConfirmation@@UBEPBDI@Z @25063 NONAME ?GetClass@H501_NonStandardRejection@@UBEPBDI@Z @25064 NONAME ?GetClass@H501_NonStandardRejectionReason@@UBEPBDI@Z @25065 NONAME ?GetClass@H501_NonStandardRequest@@UBEPBDI@Z @25066 NONAME ?GetClass@H501_PartyInformation@@UBEPBDI@Z @25067 NONAME ?GetClass@H501_Pattern@@UBEPBDI@Z @25068 NONAME ?GetClass@H501_Pattern_range@@UBEPBDI@Z @25069 NONAME ?GetClass@H501_PriceElement@@UBEPBDI@Z @25070 NONAME ?GetClass@H501_PriceElement_units@@UBEPBDI@Z @25071 NONAME ?GetClass@H501_PriceInfoSpec@@UBEPBDI@Z @25072 NONAME ?GetClass@H501_ProtocolVersion@@UBEPBDI@Z @25073 NONAME ?GetClass@H501_RequestInProgress@@UBEPBDI@Z @25074 NONAME ?GetClass@H501_Role@@UBEPBDI@Z @25075 NONAME ?GetClass@H501_RouteInformation@@UBEPBDI@Z @25076 NONAME ?GetClass@H501_RouteInformation_messageType@@UBEPBDI@Z @25077 NONAME ?GetClass@H501_SecurityMode@@UBEPBDI@Z @25078 NONAME ?GetClass@H501_ServiceConfirmation@@UBEPBDI@Z @25079 NONAME ?GetClass@H501_ServiceRejection@@UBEPBDI@Z @25081 NONAME ?GetClass@H501_ServiceRejectionReason@@UBEPBDI@Z @25082 NONAME ?GetClass@H501_ServiceRelease@@UBEPBDI@Z @25083 NONAME ?GetClass@H501_ServiceReleaseReason@@UBEPBDI@Z @25084 NONAME ?GetClass@H501_ServiceRequest@@UBEPBDI@Z @25085 NONAME ?GetClass@H501_TerminationCause@@UBEPBDI@Z @25086 NONAME ?GetClass@H501_TimeZone@@UBEPBDI@Z @25087 NONAME ?GetClass@H501_UnknownMessageReason@@UBEPBDI@Z @25088 NONAME ?GetClass@H501_UnknownMessageResponse@@UBEPBDI@Z @25089 NONAME ?GetClass@H501_UpdateInformation@@UBEPBDI@Z @25090 NONAME ?GetClass@H501_UpdateInformation_descriptorInfo@@UBEPBDI@Z @25091 NONAME ?GetClass@H501_UpdateInformation_updateType@@UBEPBDI@Z @25092 NONAME ?GetClass@H501_UsageCallStatus@@UBEPBDI@Z @25093 NONAME ?GetClass@H501_UsageConfirmation@@UBEPBDI@Z @25094 NONAME ?GetClass@H501_UsageField@@UBEPBDI@Z @25095 NONAME ?GetClass@H501_UsageIndication@@UBEPBDI@Z @25096 NONAME ?GetClass@H501_UsageIndicationConfirmation@@UBEPBDI@Z @25097 NONAME ?GetClass@H501_UsageIndicationRejection@@UBEPBDI@Z @25098 NONAME ?GetClass@H501_UsageIndicationRejectionReason@@UBEPBDI@Z @25099 NONAME ?GetClass@H501_UsageRejection@@UBEPBDI@Z @25100 NONAME ?GetClass@H501_UsageRejectReason@@UBEPBDI@Z @25101 NONAME ?GetClass@H501_UsageRequest@@UBEPBDI@Z @25102 NONAME ?GetClass@H501_UsageSpecification@@UBEPBDI@Z @25103 NONAME ?GetClass@H501_UsageSpecification_when@@UBEPBDI@Z @25104 NONAME ?GetClass@H501_UserInformation@@UBEPBDI@Z @25105 NONAME ?GetClass@H501_ValidationConfirmation@@UBEPBDI@Z @25106 NONAME ?GetClass@H501_ValidationRejection@@UBEPBDI@Z @25107 NONAME ?GetClass@H501_ValidationRejectionReason@@UBEPBDI@Z @25108 NONAME ?GetClass@H501_ValidationRequest@@UBEPBDI@Z @25109 NONAME ?GetClass@MCS_ArrayOf_ChannelAttributes@@UBEPBDI@Z @8782 NONAME ?GetClass@MCS_ArrayOf_ChannelId@@UBEPBDI@Z @8783 NONAME ?GetClass@MCS_ArrayOf_TokenAttributes@@UBEPBDI@Z @8784 NONAME ?GetClass@MCS_ArrayOf_TokenId@@UBEPBDI@Z @8785 NONAME ?GetClass@MCS_ArrayOf_UserId@@UBEPBDI@Z @8786 NONAME ?GetClass@MCS_AssignedChannelId@@UBEPBDI@Z @8787 NONAME ?GetClass@MCS_AUcf@@UBEPBDI@Z @8788 NONAME ?GetClass@MCS_AUrq@@UBEPBDI@Z @8789 NONAME ?GetClass@MCS_CAin@@UBEPBDI@Z @8790 NONAME ?GetClass@MCS_CArq@@UBEPBDI@Z @8791 NONAME ?GetClass@MCS_CCcf@@UBEPBDI@Z @8792 NONAME ?GetClass@MCS_CCrq@@UBEPBDI@Z @8793 NONAME ?GetClass@MCS_CDin@@UBEPBDI@Z @8794 NONAME ?GetClass@MCS_CDrq@@UBEPBDI@Z @8795 NONAME ?GetClass@MCS_CEin@@UBEPBDI@Z @8796 NONAME ?GetClass@MCS_CErq@@UBEPBDI@Z @8797 NONAME ?GetClass@MCS_ChannelAttributes@@UBEPBDI@Z @8798 NONAME ?GetClass@MCS_ChannelAttributes_assigned@@UBEPBDI@Z @8799 NONAME ?GetClass@MCS_ChannelAttributes_private@@UBEPBDI@Z @8800 NONAME ?GetClass@MCS_ChannelAttributes_static@@UBEPBDI@Z @8801 NONAME ?GetClass@MCS_ChannelAttributes_userId@@UBEPBDI@Z @8802 NONAME ?GetClass@MCS_ChannelId@@UBEPBDI@Z @8803 NONAME ?GetClass@MCS_CJcf@@UBEPBDI@Z @8804 NONAME ?GetClass@MCS_CJrq@@UBEPBDI@Z @8805 NONAME ?GetClass@MCS_CLrq@@UBEPBDI@Z @8806 NONAME ?GetClass@MCS_ConnectMCSPDU@@UBEPBDI@Z @8807 NONAME ?GetClass@MCS_Connect_Additional@@UBEPBDI@Z @8808 NONAME ?GetClass@MCS_Connect_Initial@@UBEPBDI@Z @8809 NONAME ?GetClass@MCS_Connect_Response@@UBEPBDI@Z @8810 NONAME ?GetClass@MCS_Connect_Result@@UBEPBDI@Z @8811 NONAME ?GetClass@MCS_DataPriority@@UBEPBDI@Z @8812 NONAME ?GetClass@MCS_Diagnostic@@UBEPBDI@Z @8813 NONAME ?GetClass@MCS_DomainMCSPDU@@UBEPBDI@Z @8814 NONAME ?GetClass@MCS_DomainParameters@@UBEPBDI@Z @8815 NONAME ?GetClass@MCS_DPum@@UBEPBDI@Z @8816 NONAME ?GetClass@MCS_DUin@@UBEPBDI@Z @8817 NONAME ?GetClass@MCS_DUrq@@UBEPBDI@Z @8818 NONAME ?GetClass@MCS_DynamicChannelId@@UBEPBDI@Z @8819 NONAME ?GetClass@MCS_EDrq@@UBEPBDI@Z @8820 NONAME ?GetClass@MCS_MCcf@@UBEPBDI@Z @8821 NONAME ?GetClass@MCS_MCrq@@UBEPBDI@Z @8822 NONAME ?GetClass@MCS_MTcf@@UBEPBDI@Z @8823 NONAME ?GetClass@MCS_MTrq@@UBEPBDI@Z @8824 NONAME ?GetClass@MCS_PCin@@UBEPBDI@Z @8825 NONAME ?GetClass@MCS_PDin@@UBEPBDI@Z @8826 NONAME ?GetClass@MCS_PrivateChannelId@@UBEPBDI@Z @8827 NONAME ?GetClass@MCS_PTin@@UBEPBDI@Z @8828 NONAME ?GetClass@MCS_Reason@@UBEPBDI@Z @8829 NONAME ?GetClass@MCS_Result@@UBEPBDI@Z @8830 NONAME ?GetClass@MCS_RJum@@UBEPBDI@Z @8831 NONAME ?GetClass@MCS_SDin@@UBEPBDI@Z @8832 NONAME ?GetClass@MCS_SDrq@@UBEPBDI@Z @8833 NONAME ?GetClass@MCS_Segmentation@@UBEPBDI@Z @8834 NONAME ?GetClass@MCS_StaticChannelId@@UBEPBDI@Z @8835 NONAME ?GetClass@MCS_TGcf@@UBEPBDI@Z @8836 NONAME ?GetClass@MCS_TGrq@@UBEPBDI@Z @8837 NONAME ?GetClass@MCS_TIcf@@UBEPBDI@Z @8838 NONAME ?GetClass@MCS_TIrq@@UBEPBDI@Z @8839 NONAME ?GetClass@MCS_TokenAttributes@@UBEPBDI@Z @8840 NONAME ?GetClass@MCS_TokenAttributes_given@@UBEPBDI@Z @8841 NONAME ?GetClass@MCS_TokenAttributes_giving@@UBEPBDI@Z @8842 NONAME ?GetClass@MCS_TokenAttributes_grabbed@@UBEPBDI@Z @8843 NONAME ?GetClass@MCS_TokenAttributes_inhibited@@UBEPBDI@Z @8844 NONAME ?GetClass@MCS_TokenAttributes_ungivable@@UBEPBDI@Z @8845 NONAME ?GetClass@MCS_TokenId@@UBEPBDI@Z @8846 NONAME ?GetClass@MCS_TokenStatus@@UBEPBDI@Z @8847 NONAME ?GetClass@MCS_TPin@@UBEPBDI@Z @8848 NONAME ?GetClass@MCS_TPrq@@UBEPBDI@Z @8849 NONAME ?GetClass@MCS_TRcf@@UBEPBDI@Z @8850 NONAME ?GetClass@MCS_TRrq@@UBEPBDI@Z @8851 NONAME ?GetClass@MCS_TTcf@@UBEPBDI@Z @8852 NONAME ?GetClass@MCS_TTrq@@UBEPBDI@Z @8853 NONAME ?GetClass@MCS_TVcf@@UBEPBDI@Z @8854 NONAME ?GetClass@MCS_TVin@@UBEPBDI@Z @8855 NONAME ?GetClass@MCS_TVrq@@UBEPBDI@Z @8856 NONAME ?GetClass@MCS_TVrs@@UBEPBDI@Z @8857 NONAME ?GetClass@MCS_UserId@@UBEPBDI@Z @8858 NONAME ?GetClass@MCS_USin@@UBEPBDI@Z @8859 NONAME ?GetClass@MCS_USrq@@UBEPBDI@Z @8860 NONAME ?GetClass@MXRecordList@PDNS@@UBEPBDI@Z @45009 NONAME ?GetClass@OpalFactoryCodec@@UBEPBDI@Z @44673 NONAME ?GetClass@OpalG711ALaw64k_Base@@UBEPBDI@Z @44674 NONAME ?GetClass@OpalG711ALaw64k_Decoder@@UBEPBDI@Z @44675 NONAME ?GetClass@OpalG711ALaw64k_Encoder@@UBEPBDI@Z @44676 NONAME ?GetClass@OpalG711uLaw64k_Base@@UBEPBDI@Z @44677 NONAME ?GetClass@OpalG711uLaw64k_Decoder@@UBEPBDI@Z @44678 NONAME ?GetClass@OpalG711uLaw64k_Encoder@@UBEPBDI@Z @44679 NONAME ?GetClass@OpalGloballyUniqueID@@UBEPBDI@Z @13849 NONAME ?GetClass@OpalIxJDevice@@UBEPBDI@Z @8861 NONAME ?GetClass@OpalLineChannel@@UBEPBDI@Z @8862 NONAME ?GetClass@OpalLineInterfaceDevice@@UBEPBDI@Z @8863 NONAME ?GetClass@OpalMediaFormat@@UBEPBDI@Z @12928 NONAME ?GetClass@OpalPluginCodec@@UBEPBDI@Z @44680 NONAME ?GetClass@OpalRFC2833@@UBEPBDI@Z @20132 NONAME ?GetClass@OpalRFC2833Info@@UBEPBDI@Z @20133 NONAME ?GetClass@OpalRtpToWavFile@@UBEPBDI@Z @20568 NONAME ?GetClass@OpalT120Protocol@@UBEPBDI@Z @18915 NONAME ?GetClass@OpalT38Protocol@@UBEPBDI@Z @18916 NONAME ?GetClass@OpalVoipBlasterDevice@@UBEPBDI@Z @20007 NONAME ?GetClass@OpalVXMLSession@@UBEPBDI@Z @20932 NONAME ?GetClass@OpalWAVFile@@UBEPBDI@Z @20637 NONAME ?GetClass@PASN_Array@@UBEPBDI@Z @39548 NONAME ?GetClass@PASN_BitString@@UBEPBDI@Z @39549 NONAME ?GetClass@PASN_BMPString@@UBEPBDI@Z @39550 NONAME ?GetClass@PASN_Boolean@@UBEPBDI@Z @8870 NONAME ?GetClass@PASN_Choice@@UBEPBDI@Z @39551 NONAME ?GetClass@PASN_ConstrainedObject@@UBEPBDI@Z @8871 NONAME ?GetClass@PASN_ConstrainedString@@UBEPBDI@Z @8872 NONAME ?GetClass@PASN_Enumeration@@UBEPBDI@Z @8873 NONAME ?GetClass@PASN_GeneralisedTime@@UBEPBDI@Z @15945 NONAME ?GetClass@PASN_GeneralString@@UBEPBDI@Z @17958 NONAME ?GetClass@PASN_IA5String@@UBEPBDI@Z @8874 NONAME ?GetClass@PASN_Integer@@UBEPBDI@Z @8875 NONAME ?GetClass@PASN_Null@@UBEPBDI@Z @15946 NONAME ?GetClass@PASN_NumericString@@UBEPBDI@Z @8876 NONAME ?GetClass@PASN_Object@@UBEPBDI@Z @8877 NONAME ?GetClass@PASN_ObjectId@@UBEPBDI@Z @39552 NONAME ?GetClass@PASN_OctetString@@UBEPBDI@Z @39553 NONAME ?GetClass@PASN_PrintableString@@UBEPBDI@Z @8878 NONAME ?GetClass@PASN_Sequence@@UBEPBDI@Z @39554 NONAME ?GetClass@PASN_Stream@@UBEPBDI@Z @20382 NONAME ?GetClass@PASN_VisibleString@@UBEPBDI@Z @15947 NONAME ?GetClass@PLDAPAttributeBase@@UBEPBDI@Z @26298 NONAME ?GetClass@PLDAPStructBase@@UBEPBDI@Z @26299 NONAME ?GetClass@PluginLoader@@UBEPBDI@Z @45100 NONAME ?GetClass@PPER_Stream@@UBEPBDI@Z @20383 NONAME ?GetClass@PVXMLSession@@UBEPBDI@Z @39555 NONAME ?GetClass@PWAVFile@@UBEPBDI@Z @20569 NONAME ?GetClass@Q931@@UBEPBDI@Z @8885 NONAME ?GetClass@ReceiverReport@RTP_Session@@UBEPBDI@Z @12412 NONAME ?GetClass@Request@H323Transactor@@UBEPBDI@Z @25879 NONAME ?GetClass@Response@H323Transactor@@UBEPBDI@Z @25880 NONAME ?GetClass@RFC2190_FfmpgLink@@UBEPBDI@Z @45977 NONAME ?GetClass@RTP_ControlFrame@@UBEPBDI@Z @8886 NONAME ?GetClass@RTP_DataFrame@@UBEPBDI@Z @8887 NONAME ?GetClass@RTP_JitterBuffer@@UBEPBDI@Z @8888 NONAME ?GetClass@RTP_JitterBufferAnalyser@@UBEPBDI@Z @12451 NONAME ?GetClass@RTP_QOS@@UBEPBDI@Z @26626 NONAME ?GetClass@RTP_Session@@UBEPBDI@Z @8889 NONAME ?GetClass@RTP_SessionManager@@UBEPBDI@Z @8890 NONAME ?GetClass@RTP_UDP@@UBEPBDI@Z @8891 NONAME ?GetClass@RTP_UserData@@UBEPBDI@Z @39556 NONAME ?GetClass@SenderReport@RTP_Session@@UBEPBDI@Z @12413 NONAME ?GetClass@SourceDescription@RTP_Session@@UBEPBDI@Z @12414 NONAME ?GetClass@SRVRecordList@PDNS@@UBEPBDI@Z @45010 NONAME ?GetClass@StringMap@H323GatekeeperServer@@UBEPBDI@Z @21447 NONAME ?GetClass@T120ConnectPDU@@UBEPBDI@Z @20183 NONAME ?GetClass@T120_X224@@UBEPBDI@Z @20184 NONAME ?GetClass@T38_ArrayOf_PASN_OctetString@@UBEPBDI@Z @18917 NONAME ?GetClass@T38_Data_Field@@UBEPBDI@Z @18918 NONAME ?GetClass@T38_Data_Field_subtype@@UBEPBDI@Z @18919 NONAME ?GetClass@T38_Data_Field_subtype_field_type@@UBEPBDI@Z @18920 NONAME ?GetClass@T38_IFPPacket@@UBEPBDI@Z @18921 NONAME ?GetClass@T38_PreCorrigendum_Data_Field@@UBEPBDI@Z @21485 NONAME ?GetClass@T38_PreCorrigendum_Data_Field_subtype@@UBEPBDI@Z @21486 NONAME ?GetClass@T38_PreCorrigendum_Data_Field_subtype_field_type@@UBEPBDI@Z @21487 NONAME ?GetClass@T38_PreCorrigendum_IFPPacket@@UBEPBDI@Z @21488 NONAME ?GetClass@T38_Type_of_msg@@UBEPBDI@Z @18922 NONAME ?GetClass@T38_Type_of_msg_data@@UBEPBDI@Z @18923 NONAME ?GetClass@T38_Type_of_msg_t30_indicator@@UBEPBDI@Z @18924 NONAME ?GetClass@T38_UDPTLPacket@@UBEPBDI@Z @18925 NONAME ?GetClass@T38_UDPTLPacket_error_recovery@@UBEPBDI@Z @18926 NONAME ?GetClass@T38_UDPTLPacket_error_recovery_fec_info@@UBEPBDI@Z @18927 NONAME ?GetClass@T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@UBEPBDI@Z @18928 NONAME ?GetClass@T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@UBEPBDI@Z @18929 NONAME ?GetClass@T38_UDPTLPacket_primary_ifp_packet@@UBEPBDI@Z @18930 NONAME ?GetClass@VoipBlasterInterface@@UBEPBDI@Z @20008 NONAME ?GetClass@X224@@UBEPBDI@Z @8892 NONAME ?GetClass@X880_Code@@UBEPBDI@Z @14709 NONAME ?GetClass@X880_GeneralProblem@@UBEPBDI@Z @14710 NONAME ?GetClass@X880_Invoke@@UBEPBDI@Z @14711 NONAME ?GetClass@X880_InvokeId@@UBEPBDI@Z @14712 NONAME ?GetClass@X880_InvokeProblem@@UBEPBDI@Z @14713 NONAME ?GetClass@X880_Reject@@UBEPBDI@Z @14714 NONAME ?GetClass@X880_RejectProblem@@UBEPBDI@Z @14715 NONAME ?GetClass@X880_Reject_problem@@UBEPBDI@Z @14716 NONAME ?GetClass@X880_ReturnError@@UBEPBDI@Z @14717 NONAME ?GetClass@X880_ReturnErrorProblem@@UBEPBDI@Z @14718 NONAME ?GetClass@X880_ReturnResult@@UBEPBDI@Z @14719 NONAME ?GetClass@X880_ReturnResultProblem@@UBEPBDI@Z @14720 NONAME ?GetClass@X880_ReturnResult_result@@UBEPBDI@Z @14721 NONAME ?GetClass@X880_ROS@@UBEPBDI@Z @14722 NONAME ?GetCleanerThreadStackSize@H323EndPoint@@QBEHXZ @39557 NONAME ?GetCode@X224@@QBEHXZ @39558 NONAME ?GetCodec@H323Channel@@QBEPAVH323Codec@@XZ @12714 NONAME ?GetCompoundSize@RTP_ControlFrame@@QBEHXZ @39560 NONAME ?GetConferenceIdentifier@H323Connection@@QBEABVOpalGloballyUniqueID@@XZ @39561 NONAME ?GetConferenceIdentifier@H323GatekeeperCall@@QBEABVOpalGloballyUniqueID@@XZ @39562 NONAME ?GetConnectedNumber@Q931@@QBEHAAVPString@@PAI1111III@Z @19882 NONAME ?GetConnectionEndTime@H323Connection@@QBE?AVPTime@@XZ @19854 NONAME ?GetConnectionStartTime@H323Connection@@QBE?AVPTime@@XZ @19855 NONAME ?GetContribSource@RTP_DataFrame@@QBEKH@Z @8895 NONAME ?GetContribSrcCount@RTP_DataFrame@@QBEHXZ @39563 NONAME ?GetControlChannel@H323Connection@@QBEABVH323Transport@@XZ @8896 NONAME ?GetControlChannelStartTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @39564 NONAME ?GetControlVersion@H323Connection@@QBEIXZ @39565 NONAME ?GetCount@RTP_ControlFrame@@QBEIXZ @39566 NONAME ?GetCountPacketsOutStanding@Transmitter@@QAEHXZ @19876 NONAME ?GetCountryCode@OpalLineInterfaceDevice@@SA?AW4T35CountryCodes@1@ABVPString@@@Z @12847 NONAME ?GetCountryCodeName@OpalLineInterfaceDevice@@QBE?AVPString@@XZ @8897 NONAME ?GetCountryCodeName@OpalLineInterfaceDevice@@SA?AVPString@@W4T35CountryCodes@1@@Z @12806 NONAME ?GetCountryCodeNameList@OpalLineInterfaceDevice@@UBE?AVPStringList@@XZ @12848 NONAME ?GetData@X224@@QBEABVPBYTEArray@@XZ @39568 NONAME ?GetDataAt@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@QBEAAVH245NegLogicalChannel@@H@Z @39569 NONAME ?GetDataAt@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@QBEAAVPBYTEArray@@H@Z @39570 NONAME ?GetDataAt@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@QBEAAVRTP_Session@@H@Z @39571 NONAME ?GetDataAt@?$PDictionary@VPString@@VH323Connection@@@@QBEAAVH323Connection@@H@Z @39572 NONAME ?GetDataAt@?$POrdinalDictionary@VPString@@@@QBEHH@Z @39573 NONAME ?GetDataAt@?$PStringDictionary@VPOrdinalKey@@@@QBEAAVPString@@H@Z @39574 NONAME ?GetDataLength@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBEHXZ @18614 NONAME ?GetDataLength@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBEHXZ @18615 NONAME ?GetDataLength@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBEHXZ @18616 NONAME ?GetDataLength@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBEHXZ @18617 NONAME ?GetDataLength@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBEHXZ @18618 NONAME ?GetDataLength@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBEHXZ @18619 NONAME ?GetDataLength@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBEHXZ @18620 NONAME ?GetDataLength@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBEHXZ @18621 NONAME ?GetDataLength@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBEHXZ @18622 NONAME ?GetDataLength@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBEHXZ @18623 NONAME ?GetDataLength@GCC_ApplicationInvokeIndication@@UBEHXZ @8908 NONAME ?GetDataLength@GCC_ApplicationInvokeSpecifier@@UBEHXZ @8909 NONAME ?GetDataLength@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBEHXZ @8910 NONAME ?GetDataLength@GCC_ApplicationRecord@@UBEHXZ @8911 NONAME ?GetDataLength@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBEHXZ @8912 NONAME ?GetDataLength@GCC_ChallengeItem@@UBEHXZ @8913 NONAME ?GetDataLength@GCC_ChallengeRequest@@UBEHXZ @8914 NONAME ?GetDataLength@GCC_ChallengeResponse@@UBEHXZ @8915 NONAME ?GetDataLength@GCC_ConductorAssignIndication@@UBEHXZ @8916 NONAME ?GetDataLength@GCC_ConductorPermissionAskIndication@@UBEHXZ @8917 NONAME ?GetDataLength@GCC_ConductorPermissionGrantIndication@@UBEHXZ @8918 NONAME ?GetDataLength@GCC_ConductorReleaseIndication@@UBEHXZ @8919 NONAME ?GetDataLength@GCC_ConferenceAddRequest@@UBEHXZ @8920 NONAME ?GetDataLength@GCC_ConferenceAddResponse@@UBEHXZ @8921 NONAME ?GetDataLength@GCC_ConferenceAssistanceIndication@@UBEHXZ @8922 NONAME ?GetDataLength@GCC_ConferenceCreateRequest@@UBEHXZ @8923 NONAME ?GetDataLength@GCC_ConferenceCreateResponse@@UBEHXZ @8924 NONAME ?GetDataLength@GCC_ConferenceDescriptor@@UBEHXZ @8925 NONAME ?GetDataLength@GCC_ConferenceEjectUserIndication@@UBEHXZ @8926 NONAME ?GetDataLength@GCC_ConferenceEjectUserRequest@@UBEHXZ @8927 NONAME ?GetDataLength@GCC_ConferenceEjectUserResponse@@UBEHXZ @8928 NONAME ?GetDataLength@GCC_ConferenceInviteRequest@@UBEHXZ @8929 NONAME ?GetDataLength@GCC_ConferenceInviteResponse@@UBEHXZ @8930 NONAME ?GetDataLength@GCC_ConferenceJoinRequest@@UBEHXZ @8931 NONAME ?GetDataLength@GCC_ConferenceJoinResponse@@UBEHXZ @8932 NONAME ?GetDataLength@GCC_ConferenceLockIndication@@UBEHXZ @8933 NONAME ?GetDataLength@GCC_ConferenceLockRequest@@UBEHXZ @8934 NONAME ?GetDataLength@GCC_ConferenceLockResponse@@UBEHXZ @8935 NONAME ?GetDataLength@GCC_ConferenceName@@UBEHXZ @8936 NONAME ?GetDataLength@GCC_ConferencePriority@@UBEHXZ @8937 NONAME ?GetDataLength@GCC_ConferenceQueryRequest@@UBEHXZ @8938 NONAME ?GetDataLength@GCC_ConferenceQueryResponse@@UBEHXZ @8939 NONAME ?GetDataLength@GCC_ConferenceTerminateIndication@@UBEHXZ @8940 NONAME ?GetDataLength@GCC_ConferenceTerminateRequest@@UBEHXZ @8941 NONAME ?GetDataLength@GCC_ConferenceTerminateResponse@@UBEHXZ @8942 NONAME ?GetDataLength@GCC_ConferenceTimeExtendIndication@@UBEHXZ @8943 NONAME ?GetDataLength@GCC_ConferenceTimeInquireIndication@@UBEHXZ @8944 NONAME ?GetDataLength@GCC_ConferenceTimeRemainingIndication@@UBEHXZ @8945 NONAME ?GetDataLength@GCC_ConferenceTransferIndication@@UBEHXZ @8946 NONAME ?GetDataLength@GCC_ConferenceTransferRequest@@UBEHXZ @8947 NONAME ?GetDataLength@GCC_ConferenceTransferResponse@@UBEHXZ @8948 NONAME ?GetDataLength@GCC_ConferenceUnlockIndication@@UBEHXZ @8949 NONAME ?GetDataLength@GCC_ConferenceUnlockRequest@@UBEHXZ @8950 NONAME ?GetDataLength@GCC_ConferenceUnlockResponse@@UBEHXZ @8951 NONAME ?GetDataLength@GCC_ConnectData@@UBEHXZ @8952 NONAME ?GetDataLength@GCC_FunctionNotSupportedResponse@@UBEHXZ @8953 NONAME ?GetDataLength@GCC_NetworkAddress_subtype_aggregatedChannel@@UBEHXZ @8954 NONAME ?GetDataLength@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBEHXZ @8955 NONAME ?GetDataLength@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBEHXZ @8956 NONAME ?GetDataLength@GCC_NetworkAddress_subtype_transportConnection@@UBEHXZ @8957 NONAME ?GetDataLength@GCC_NodeProperties@@UBEHXZ @8958 NONAME ?GetDataLength@GCC_NodeRecord@@UBEHXZ @8959 NONAME ?GetDataLength@GCC_NonStandardParameter@@UBEHXZ @8960 NONAME ?GetDataLength@GCC_NonStandardPDU@@UBEHXZ @8961 NONAME ?GetDataLength@GCC_Password@@UBEHXZ @8962 NONAME ?GetDataLength@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBEHXZ @8963 NONAME ?GetDataLength@GCC_RegistryAllocateHandleRequest@@UBEHXZ @8964 NONAME ?GetDataLength@GCC_RegistryAllocateHandleResponse@@UBEHXZ @8965 NONAME ?GetDataLength@GCC_RegistryAssignTokenRequest@@UBEHXZ @8966 NONAME ?GetDataLength@GCC_RegistryDeleteEntryRequest@@UBEHXZ @8967 NONAME ?GetDataLength@GCC_RegistryEntryOwner_owned@@UBEHXZ @8968 NONAME ?GetDataLength@GCC_RegistryKey@@UBEHXZ @8969 NONAME ?GetDataLength@GCC_RegistryMonitorEntryIndication@@UBEHXZ @8970 NONAME ?GetDataLength@GCC_RegistryMonitorEntryRequest@@UBEHXZ @8971 NONAME ?GetDataLength@GCC_RegistryRegisterChannelRequest@@UBEHXZ @8972 NONAME ?GetDataLength@GCC_RegistryResponse@@UBEHXZ @8973 NONAME ?GetDataLength@GCC_RegistryRetrieveEntryRequest@@UBEHXZ @8974 NONAME ?GetDataLength@GCC_RegistrySetParameterRequest@@UBEHXZ @8975 NONAME ?GetDataLength@GCC_RosterUpdateIndication@@UBEHXZ @8976 NONAME ?GetDataLength@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBEHXZ @8977 NONAME ?GetDataLength@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBEHXZ @8978 NONAME ?GetDataLength@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBEHXZ @8979 NONAME ?GetDataLength@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBEHXZ @8980 NONAME ?GetDataLength@GCC_RosterUpdateIndication_nodeInformation@@UBEHXZ @8981 NONAME ?GetDataLength@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBEHXZ @8982 NONAME ?GetDataLength@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBEHXZ @8983 NONAME ?GetDataLength@GCC_SessionKey@@UBEHXZ @8984 NONAME ?GetDataLength@GCC_TextMessageIndication@@UBEHXZ @8985 NONAME ?GetDataLength@GCC_UserData_subtype@@UBEHXZ @8986 NONAME ?GetDataLength@GCC_UserIDIndication@@UBEHXZ @8987 NONAME ?GetDataLength@H225_AddressPattern_range@@UBEHXZ @17959 NONAME ?GetDataLength@H225_AdmissionConfirm@@UBEHXZ @8988 NONAME ?GetDataLength@H225_AdmissionReject@@UBEHXZ @8989 NONAME ?GetDataLength@H225_AdmissionRequest@@UBEHXZ @8990 NONAME ?GetDataLength@H225_Alerting_UUIE@@UBEHXZ @8991 NONAME ?GetDataLength@H225_AlternateGK@@UBEHXZ @8992 NONAME ?GetDataLength@H225_AlternateTransportAddresses@@UBEHXZ @17960 NONAME ?GetDataLength@H225_AltGKInfo@@UBEHXZ @8993 NONAME ?GetDataLength@H225_ANSI_41_UIM@@UBEHXZ @17961 NONAME ?GetDataLength@H225_BandwidthConfirm@@UBEHXZ @8994 NONAME ?GetDataLength@H225_BandwidthDetails@@UBEHXZ @17962 NONAME ?GetDataLength@H225_BandwidthReject@@UBEHXZ @8995 NONAME ?GetDataLength@H225_BandwidthRequest@@UBEHXZ @8996 NONAME ?GetDataLength@H225_CallCapacity@@UBEHXZ @17963 NONAME ?GetDataLength@H225_CallCapacityInfo@@UBEHXZ @17964 NONAME ?GetDataLength@H225_CallCreditCapability@@UBEHXZ @17965 NONAME ?GetDataLength@H225_CallCreditServiceControl@@UBEHXZ @17966 NONAME ?GetDataLength@H225_CallIdentifier@@UBEHXZ @8997 NONAME ?GetDataLength@H225_CallLinkage@@UBEHXZ @17967 NONAME ?GetDataLength@H225_CallProceeding_UUIE@@UBEHXZ @8998 NONAME ?GetDataLength@H225_CallsAvailable@@UBEHXZ @17968 NONAME ?GetDataLength@H225_CapacityReportingCapability@@UBEHXZ @17969 NONAME ?GetDataLength@H225_CapacityReportingSpecification@@UBEHXZ @17970 NONAME ?GetDataLength@H225_CapacityReportingSpecification_when@@UBEHXZ @17971 NONAME ?GetDataLength@H225_CarrierInfo@@UBEHXZ @27158 NONAME ?GetDataLength@H225_CicInfo@@UBEHXZ @17972 NONAME ?GetDataLength@H225_CircuitIdentifier@@UBEHXZ @26675 NONAME ?GetDataLength@H225_CircuitInfo@@UBEHXZ @17973 NONAME ?GetDataLength@H225_ConferenceList@@UBEHXZ @8999 NONAME ?GetDataLength@H225_Connect_UUIE@@UBEHXZ @9000 NONAME ?GetDataLength@H225_CryptoH323Token_cryptoEPPwdHash@@UBEHXZ @9001 NONAME ?GetDataLength@H225_CryptoH323Token_cryptoGKPwdHash@@UBEHXZ @9002 NONAME ?GetDataLength@H225_DataRate@@UBEHXZ @9003 NONAME ?GetDataLength@H225_DisengageConfirm@@UBEHXZ @9004 NONAME ?GetDataLength@H225_DisengageReject@@UBEHXZ @9005 NONAME ?GetDataLength@H225_DisengageRequest@@UBEHXZ @9006 NONAME ?GetDataLength@H225_Endpoint@@UBEHXZ @9007 NONAME ?GetDataLength@H225_EndpointType@@UBEHXZ @9008 NONAME ?GetDataLength@H225_EnumeratedParameter@@UBEHXZ @17974 NONAME ?GetDataLength@H225_ExtendedAliasAddress@@UBEHXZ @17975 NONAME ?GetDataLength@H225_Facility_UUIE@@UBEHXZ @9009 NONAME ?GetDataLength@H225_FeatureSet@@UBEHXZ @17976 NONAME ?GetDataLength@H225_GatekeeperConfirm@@UBEHXZ @9010 NONAME ?GetDataLength@H225_GatekeeperInfo@@UBEHXZ @9011 NONAME ?GetDataLength@H225_GatekeeperReject@@UBEHXZ @9012 NONAME ?GetDataLength@H225_GatekeeperRequest@@UBEHXZ @9013 NONAME ?GetDataLength@H225_GatewayInfo@@UBEHXZ @9014 NONAME ?GetDataLength@H225_GenericData@@UBEHXZ @17977 NONAME ?GetDataLength@H225_GroupID@@UBEHXZ @17978 NONAME ?GetDataLength@H225_GSM_UIM@@UBEHXZ @17979 NONAME ?GetDataLength@H225_H221NonStandard@@UBEHXZ @9015 NONAME ?GetDataLength@H225_H310Caps@@UBEHXZ @9016 NONAME ?GetDataLength@H225_H320Caps@@UBEHXZ @9017 NONAME ?GetDataLength@H225_H321Caps@@UBEHXZ @9018 NONAME ?GetDataLength@H225_H322Caps@@UBEHXZ @9019 NONAME ?GetDataLength@H225_H323Caps@@UBEHXZ @9020 NONAME ?GetDataLength@H225_H323_UserInformation@@UBEHXZ @9021 NONAME ?GetDataLength@H225_H323_UserInformation_user_data@@UBEHXZ @9022 NONAME ?GetDataLength@H225_H323_UU_PDU@@UBEHXZ @9023 NONAME ?GetDataLength@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBEHXZ @17980 NONAME ?GetDataLength@H225_H324Caps@@UBEHXZ @9024 NONAME ?GetDataLength@H225_ICV@@UBEHXZ @9025 NONAME ?GetDataLength@H225_InfoRequest@@UBEHXZ @9026 NONAME ?GetDataLength@H225_InfoRequestAck@@UBEHXZ @9027 NONAME ?GetDataLength@H225_InfoRequestNak@@UBEHXZ @9028 NONAME ?GetDataLength@H225_InfoRequestResponse@@UBEHXZ @9029 NONAME ?GetDataLength@H225_InfoRequestResponse_perCallInfo_subtype@@UBEHXZ @9030 NONAME ?GetDataLength@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBEHXZ @9031 NONAME ?GetDataLength@H225_Information_UUIE@@UBEHXZ @9032 NONAME ?GetDataLength@H225_LocationConfirm@@UBEHXZ @9033 NONAME ?GetDataLength@H225_LocationReject@@UBEHXZ @9034 NONAME ?GetDataLength@H225_LocationRequest@@UBEHXZ @9035 NONAME ?GetDataLength@H225_McuInfo@@UBEHXZ @9036 NONAME ?GetDataLength@H225_NonStandardMessage@@UBEHXZ @9037 NONAME ?GetDataLength@H225_NonStandardParameter@@UBEHXZ @9038 NONAME ?GetDataLength@H225_NonStandardProtocol@@UBEHXZ @9039 NONAME ?GetDataLength@H225_Notify_UUIE@@UBEHXZ @17981 NONAME ?GetDataLength@H225_PrivatePartyNumber@@UBEHXZ @9040 NONAME ?GetDataLength@H225_Progress_UUIE@@UBEHXZ @9041 NONAME ?GetDataLength@H225_PublicPartyNumber@@UBEHXZ @9042 NONAME ?GetDataLength@H225_Q954Details@@UBEHXZ @9043 NONAME ?GetDataLength@H225_QseriesOptions@@UBEHXZ @9044 NONAME ?GetDataLength@H225_RasUsageInformation@@UBEHXZ @17982 NONAME ?GetDataLength@H225_RasUsageInfoTypes@@UBEHXZ @17983 NONAME ?GetDataLength@H225_RasUsageSpecification@@UBEHXZ @17984 NONAME ?GetDataLength@H225_RasUsageSpecification_callStartingPoint@@UBEHXZ @17985 NONAME ?GetDataLength@H225_RasUsageSpecification_when@@UBEHXZ @17986 NONAME ?GetDataLength@H225_RegistrationConfirm@@UBEHXZ @9045 NONAME ?GetDataLength@H225_RegistrationConfirm_preGrantedARQ@@UBEHXZ @9046 NONAME ?GetDataLength@H225_RegistrationReject@@UBEHXZ @9047 NONAME ?GetDataLength@H225_RegistrationRejectReason_invalidTerminalAliases@@UBEHXZ @17987 NONAME ?GetDataLength@H225_RegistrationRequest@@UBEHXZ @9048 NONAME ?GetDataLength@H225_ReleaseComplete_UUIE@@UBEHXZ @9049 NONAME ?GetDataLength@H225_RequestInProgress@@UBEHXZ @9050 NONAME ?GetDataLength@H225_ResourcesAvailableConfirm@@UBEHXZ @9051 NONAME ?GetDataLength@H225_ResourcesAvailableIndicate@@UBEHXZ @9052 NONAME ?GetDataLength@H225_RTPSession@@UBEHXZ @9053 NONAME ?GetDataLength@H225_SecurityCapabilities@@UBEHXZ @9054 NONAME ?GetDataLength@H225_ServiceControlIndication@@UBEHXZ @17988 NONAME ?GetDataLength@H225_ServiceControlIndication_callSpecific@@UBEHXZ @17989 NONAME ?GetDataLength@H225_ServiceControlResponse@@UBEHXZ @17990 NONAME ?GetDataLength@H225_ServiceControlSession@@UBEHXZ @17991 NONAME ?GetDataLength@H225_SetupAcknowledge_UUIE@@UBEHXZ @17992 NONAME ?GetDataLength@H225_Setup_UUIE@@UBEHXZ @9055 NONAME ?GetDataLength@H225_Setup_UUIE_connectionParameters@@UBEHXZ @17993 NONAME ?GetDataLength@H225_SIPCaps@@UBEHXZ @27159 NONAME ?GetDataLength@H225_StatusInquiry_UUIE@@UBEHXZ @17994 NONAME ?GetDataLength@H225_Status_UUIE@@UBEHXZ @17995 NONAME ?GetDataLength@H225_StimulusControl@@UBEHXZ @17996 NONAME ?GetDataLength@H225_SupportedPrefix@@UBEHXZ @9056 NONAME ?GetDataLength@H225_T120OnlyCaps@@UBEHXZ @9057 NONAME ?GetDataLength@H225_T38FaxAnnexbOnlyCaps@@UBEHXZ @17997 NONAME ?GetDataLength@H225_TerminalInfo@@UBEHXZ @9058 NONAME ?GetDataLength@H225_TransportAddress_ip6Address@@UBEHXZ @9059 NONAME ?GetDataLength@H225_TransportAddress_ipAddress@@UBEHXZ @9060 NONAME ?GetDataLength@H225_TransportAddress_ipSourceRoute@@UBEHXZ @9061 NONAME ?GetDataLength@H225_TransportAddress_ipxAddress@@UBEHXZ @9062 NONAME ?GetDataLength@H225_TransportChannelInfo@@UBEHXZ @9063 NONAME ?GetDataLength@H225_TunnelledProtocol@@UBEHXZ @17998 NONAME ?GetDataLength@H225_TunnelledProtocolAlternateIdentifier@@UBEHXZ @17999 NONAME ?GetDataLength@H225_UnknownMessageResponse@@UBEHXZ @9064 NONAME ?GetDataLength@H225_UnregistrationConfirm@@UBEHXZ @9065 NONAME ?GetDataLength@H225_UnregistrationReject@@UBEHXZ @9066 NONAME ?GetDataLength@H225_UnregistrationRequest@@UBEHXZ @9067 NONAME ?GetDataLength@H225_UUIEsRequested@@UBEHXZ @9068 NONAME ?GetDataLength@H225_VendorIdentifier@@UBEHXZ @9069 NONAME ?GetDataLength@H225_VoiceCaps@@UBEHXZ @9070 NONAME ?GetDataLength@H235_ClearToken@@UBEHXZ @9071 NONAME ?GetDataLength@H235_CryptoToken_cryptoEncryptedToken@@UBEHXZ @9072 NONAME ?GetDataLength@H235_CryptoToken_cryptoHashedToken@@UBEHXZ @9073 NONAME ?GetDataLength@H235_CryptoToken_cryptoSignedToken@@UBEHXZ @9074 NONAME ?GetDataLength@H235_DHset@@UBEHXZ @9075 NONAME ?GetDataLength@H235_ECGDSASignature@@UBEHXZ @27160 NONAME ?GetDataLength@H235_ECKASDH_eckasdh2@@UBEHXZ @19264 NONAME ?GetDataLength@H235_ECKASDH_eckasdhp@@UBEHXZ @19265 NONAME ?GetDataLength@H235_ECpoint@@UBEHXZ @27161 NONAME ?GetDataLength@H235_H235CertificateSignature@@UBEHXZ @9076 NONAME ?GetDataLength@H235_KeySignedMaterial@@UBEHXZ @9077 NONAME ?GetDataLength@H235_KeySyncMaterial@@UBEHXZ @9078 NONAME ?GetDataLength@H235_NonStandardParameter@@UBEHXZ @9079 NONAME ?GetDataLength@H235_Params@@UBEHXZ @9080 NONAME ?GetDataLength@H235_ReturnSig@@UBEHXZ @9081 NONAME ?GetDataLength@H235_TypedCertificate@@UBEHXZ @9082 NONAME ?GetDataLength@H235_V3KeySyncMaterial@@UBEHXZ @27162 NONAME ?GetDataLength@H245_ATMParameters@@UBEHXZ @9083 NONAME ?GetDataLength@H245_AudioCapability_g7231@@UBEHXZ @9084 NONAME ?GetDataLength@H245_AudioTelephonyEventCapability@@UBEHXZ @18000 NONAME ?GetDataLength@H245_AudioToneCapability@@UBEHXZ @18001 NONAME ?GetDataLength@H245_AuthenticationCapability@@UBEHXZ @9085 NONAME ?GetDataLength@H245_BEnhancementParameters@@UBEHXZ @9086 NONAME ?GetDataLength@H245_CapabilityDescriptor@@UBEHXZ @9087 NONAME ?GetDataLength@H245_CapabilityTableEntry@@UBEHXZ @9088 NONAME ?GetDataLength@H245_Capability_h233EncryptionReceiveCapability@@UBEHXZ @9089 NONAME ?GetDataLength@H245_CloseLogicalChannel@@UBEHXZ @9090 NONAME ?GetDataLength@H245_CloseLogicalChannelAck@@UBEHXZ @9091 NONAME ?GetDataLength@H245_CommunicationModeCommand@@UBEHXZ @9092 NONAME ?GetDataLength@H245_CommunicationModeRequest@@UBEHXZ @9093 NONAME ?GetDataLength@H245_CommunicationModeTableEntry@@UBEHXZ @9094 NONAME ?GetDataLength@H245_ConferenceCapability@@UBEHXZ @9095 NONAME ?GetDataLength@H245_ConferenceRequest_requestTerminalCertificate@@UBEHXZ @9096 NONAME ?GetDataLength@H245_ConferenceResponse_chairTokenOwnerResponse@@UBEHXZ @9097 NONAME ?GetDataLength@H245_ConferenceResponse_conferenceIDResponse@@UBEHXZ @9098 NONAME ?GetDataLength@H245_ConferenceResponse_extensionAddressResponse@@UBEHXZ @9099 NONAME ?GetDataLength@H245_ConferenceResponse_mCTerminalIDResponse@@UBEHXZ @9100 NONAME ?GetDataLength@H245_ConferenceResponse_passwordResponse@@UBEHXZ @9101 NONAME ?GetDataLength@H245_ConferenceResponse_terminalCertificateResponse@@UBEHXZ @9102 NONAME ?GetDataLength@H245_ConferenceResponse_terminalIDResponse@@UBEHXZ @9103 NONAME ?GetDataLength@H245_ConnectionIdentifier@@UBEHXZ @18002 NONAME ?GetDataLength@H245_Criteria@@UBEHXZ @9104 NONAME ?GetDataLength@H245_CustomPictureClockFrequency@@UBEHXZ @9105 NONAME ?GetDataLength@H245_CustomPictureFormat@@UBEHXZ @9106 NONAME ?GetDataLength@H245_CustomPictureFormat_mPI@@UBEHXZ @9107 NONAME ?GetDataLength@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBEHXZ @9108 NONAME ?GetDataLength@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBEHXZ @9109 NONAME ?GetDataLength@H245_DataApplicationCapability@@UBEHXZ @9110 NONAME ?GetDataLength@H245_DataApplicationCapability_application_nlpid@@UBEHXZ @9111 NONAME ?GetDataLength@H245_DataApplicationCapability_application_t38fax@@UBEHXZ @18003 NONAME ?GetDataLength@H245_DataApplicationCapability_application_t84@@UBEHXZ @9112 NONAME ?GetDataLength@H245_DataMode@@UBEHXZ @9113 NONAME ?GetDataLength@H245_DataMode_application_nlpid@@UBEHXZ @9114 NONAME ?GetDataLength@H245_DataMode_application_t38fax@@UBEHXZ @18004 NONAME ?GetDataLength@H245_DepFECCapability_rfc2733@@UBEHXZ @45826 NONAME ?GetDataLength@H245_DepFECCapability_rfc2733_separateStream@@UBEHXZ @45827 NONAME ?GetDataLength@H245_DepFECData_rfc2733@@UBEHXZ @45828 NONAME ?GetDataLength@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBEHXZ @45829 NONAME ?GetDataLength@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBEHXZ @45830 NONAME ?GetDataLength@H245_DepFECMode_rfc2733Mode@@UBEHXZ @45831 NONAME ?GetDataLength@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBEHXZ @45832 NONAME ?GetDataLength@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBEHXZ @45833 NONAME ?GetDataLength@H245_DialingInformationNumber@@UBEHXZ @18005 NONAME ?GetDataLength@H245_EncryptionAuthenticationAndIntegrity@@UBEHXZ @9115 NONAME ?GetDataLength@H245_EncryptionCommand_encryptionAlgorithmID@@UBEHXZ @9116 NONAME ?GetDataLength@H245_EncryptionSync@@UBEHXZ @9117 NONAME ?GetDataLength@H245_EncryptionUpdateRequest@@UBEHXZ @9118 NONAME ?GetDataLength@H245_EnhancementLayerInfo@@UBEHXZ @9119 NONAME ?GetDataLength@H245_EnhancementOptions@@UBEHXZ @9120 NONAME ?GetDataLength@H245_EscrowData@@UBEHXZ @9121 NONAME ?GetDataLength@H245_ExtendedVideoCapability@@UBEHXZ @45329 NONAME ?GetDataLength@H245_FECCapability@@UBEHXZ @45834 NONAME ?GetDataLength@H245_FECData_rfc2733@@UBEHXZ @27165 NONAME ?GetDataLength@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBEHXZ @45835 NONAME ?GetDataLength@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UBEHXZ @45836 NONAME ?GetDataLength@H245_FECMode@@UBEHXZ @45837 NONAME ?GetDataLength@H245_FlowControlCommand@@UBEHXZ @9122 NONAME ?GetDataLength@H245_FlowControlIndication@@UBEHXZ @18006 NONAME ?GetDataLength@H245_FunctionNotSupported@@UBEHXZ @9123 NONAME ?GetDataLength@H245_G7231AnnexCCapability@@UBEHXZ @9124 NONAME ?GetDataLength@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBEHXZ @9125 NONAME ?GetDataLength@H245_G7231AnnexCMode@@UBEHXZ @9126 NONAME ?GetDataLength@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBEHXZ @9127 NONAME ?GetDataLength@H245_G729Extensions@@UBEHXZ @18007 NONAME ?GetDataLength@H245_GenericCapability@@UBEHXZ @18008 NONAME ?GetDataLength@H245_GenericMessage@@UBEHXZ @45330 NONAME ?GetDataLength@H245_GenericParameter@@UBEHXZ @18009 NONAME ?GetDataLength@H245_GSMAudioCapability@@UBEHXZ @9128 NONAME ?GetDataLength@H245_H222Capability@@UBEHXZ @9129 NONAME ?GetDataLength@H245_H222LogicalChannelParameters@@UBEHXZ @9130 NONAME ?GetDataLength@H245_H223AL1MParameters@@UBEHXZ @9131 NONAME ?GetDataLength@H245_H223AL2MParameters@@UBEHXZ @9132 NONAME ?GetDataLength@H245_H223AL3MParameters@@UBEHXZ @9133 NONAME ?GetDataLength@H245_H223AnnexCArqParameters@@UBEHXZ @9134 NONAME ?GetDataLength@H245_H223AnnexCCapability@@UBEHXZ @9135 NONAME ?GetDataLength@H245_H223Capability@@UBEHXZ @9136 NONAME ?GetDataLength@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBEHXZ @9137 NONAME ?GetDataLength@H245_H223Capability_mobileMultilinkFrameCapability@@UBEHXZ @18010 NONAME ?GetDataLength@H245_H223Capability_mobileOperationTransmitCapability@@UBEHXZ @9138 NONAME ?GetDataLength@H245_H223LogicalChannelParameters@@UBEHXZ @9139 NONAME ?GetDataLength@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBEHXZ @9140 NONAME ?GetDataLength@H245_H223ModeParameters@@UBEHXZ @9141 NONAME ?GetDataLength@H245_H223ModeParameters_adaptationLayerType_al3@@UBEHXZ @9142 NONAME ?GetDataLength@H245_H223SkewIndication@@UBEHXZ @9143 NONAME ?GetDataLength@H245_H2250Capability@@UBEHXZ @9144 NONAME ?GetDataLength@H245_H2250Capability_mcCapability@@UBEHXZ @9145 NONAME ?GetDataLength@H245_H2250LogicalChannelAckParameters@@UBEHXZ @9146 NONAME ?GetDataLength@H245_H2250LogicalChannelParameters@@UBEHXZ @9147 NONAME ?GetDataLength@H245_H2250MaximumSkewIndication@@UBEHXZ @9148 NONAME ?GetDataLength@H245_H2250ModeParameters@@UBEHXZ @9149 NONAME ?GetDataLength@H245_H235Media@@UBEHXZ @9150 NONAME ?GetDataLength@H245_H235Mode@@UBEHXZ @9151 NONAME ?GetDataLength@H245_H235SecurityCapability@@UBEHXZ @9152 NONAME ?GetDataLength@H245_H261VideoCapability@@UBEHXZ @9153 NONAME ?GetDataLength@H245_H261VideoMode@@UBEHXZ @9154 NONAME ?GetDataLength@H245_H262VideoCapability@@UBEHXZ @9155 NONAME ?GetDataLength@H245_H262VideoMode@@UBEHXZ @9156 NONAME ?GetDataLength@H245_H263ModeComboFlags@@UBEHXZ @9157 NONAME ?GetDataLength@H245_H263Options@@UBEHXZ @9158 NONAME ?GetDataLength@H245_H263Version3Options@@UBEHXZ @18011 NONAME ?GetDataLength@H245_H263VideoCapability@@UBEHXZ @9159 NONAME ?GetDataLength@H245_H263VideoMode@@UBEHXZ @9160 NONAME ?GetDataLength@H245_H263VideoModeCombos@@UBEHXZ @9161 NONAME ?GetDataLength@H245_IntegrityCapability@@UBEHXZ @9162 NONAME ?GetDataLength@H245_IS11172AudioCapability@@UBEHXZ @9163 NONAME ?GetDataLength@H245_IS11172AudioMode@@UBEHXZ @9164 NONAME ?GetDataLength@H245_IS11172VideoCapability@@UBEHXZ @9165 NONAME ?GetDataLength@H245_IS11172VideoMode@@UBEHXZ @9166 NONAME ?GetDataLength@H245_IS13818AudioCapability@@UBEHXZ @9167 NONAME ?GetDataLength@H245_IS13818AudioMode@@UBEHXZ @9168 NONAME ?GetDataLength@H245_JitterIndication@@UBEHXZ @9169 NONAME ?GetDataLength@H245_KeyProtectionMethod@@UBEHXZ @9170 NONAME ?GetDataLength@H245_LogicalChannelRateAcknowledge@@UBEHXZ @18012 NONAME ?GetDataLength@H245_LogicalChannelRateReject@@UBEHXZ @18013 NONAME ?GetDataLength@H245_LogicalChannelRateRelease@@UBEHXZ @18014 NONAME ?GetDataLength@H245_LogicalChannelRateRequest@@UBEHXZ @18015 NONAME ?GetDataLength@H245_MaintenanceLoopAck@@UBEHXZ @9171 NONAME ?GetDataLength@H245_MaintenanceLoopOffCommand@@UBEHXZ @9172 NONAME ?GetDataLength@H245_MaintenanceLoopReject@@UBEHXZ @9173 NONAME ?GetDataLength@H245_MaintenanceLoopRequest@@UBEHXZ @9174 NONAME ?GetDataLength@H245_MasterSlaveDetermination@@UBEHXZ @9175 NONAME ?GetDataLength@H245_MasterSlaveDeterminationAck@@UBEHXZ @9176 NONAME ?GetDataLength@H245_MasterSlaveDeterminationReject@@UBEHXZ @9177 NONAME ?GetDataLength@H245_MasterSlaveDeterminationRelease@@UBEHXZ @9178 NONAME ?GetDataLength@H245_MCLocationIndication@@UBEHXZ @9179 NONAME ?GetDataLength@H245_MediaChannelCapability@@UBEHXZ @9180 NONAME ?GetDataLength@H245_MediaDistributionCapability@@UBEHXZ @9181 NONAME ?GetDataLength@H245_MediaPacketizationCapability@@UBEHXZ @9182 NONAME ?GetDataLength@H245_MediaTransportType_atm_AAL5_compressed@@UBEHXZ @18016 NONAME ?GetDataLength@H245_MiscellaneousCommand@@UBEHXZ @9183 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBEHXZ @45331 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBEHXZ @45332 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_lostPartialPicture@@UBEHXZ @18017 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBEHXZ @9184 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_videoBadMBs@@UBEHXZ @18018 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBEHXZ @9185 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBEHXZ @9186 NONAME ?GetDataLength@H245_MiscellaneousIndication@@UBEHXZ @9187 NONAME ?GetDataLength@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBEHXZ @9188 NONAME ?GetDataLength@H245_MobileMultilinkReconfigurationCommand@@UBEHXZ @18019 NONAME ?GetDataLength@H245_MobileMultilinkReconfigurationIndication@@UBEHXZ @18020 NONAME ?GetDataLength@H245_ModeElement@@UBEHXZ @9189 NONAME ?GetDataLength@H245_MulticastAddress_iP6Address@@UBEHXZ @9190 NONAME ?GetDataLength@H245_MulticastAddress_iPAddress@@UBEHXZ @9191 NONAME ?GetDataLength@H245_MultilinkIndication_crcDesired@@UBEHXZ @18021 NONAME ?GetDataLength@H245_MultilinkIndication_excessiveError@@UBEHXZ @18022 NONAME ?GetDataLength@H245_MultilinkRequest_addConnection@@UBEHXZ @18023 NONAME ?GetDataLength@H245_MultilinkRequest_callInformation@@UBEHXZ @18024 NONAME ?GetDataLength@H245_MultilinkRequest_maximumHeaderInterval@@UBEHXZ @18025 NONAME ?GetDataLength@H245_MultilinkRequest_removeConnection@@UBEHXZ @18026 NONAME ?GetDataLength@H245_MultilinkResponse_addConnection@@UBEHXZ @18027 NONAME ?GetDataLength@H245_MultilinkResponse_callInformation@@UBEHXZ @18028 NONAME ?GetDataLength@H245_MultilinkResponse_maximumHeaderInterval@@UBEHXZ @18029 NONAME ?GetDataLength@H245_MultilinkResponse_removeConnection@@UBEHXZ @18030 NONAME ?GetDataLength@H245_MultiplePayloadStream@@UBEHXZ @27171 NONAME ?GetDataLength@H245_MultiplePayloadStreamCapability@@UBEHXZ @27172 NONAME ?GetDataLength@H245_MultiplePayloadStreamElement@@UBEHXZ @27173 NONAME ?GetDataLength@H245_MultiplePayloadStreamElementMode@@UBEHXZ @27174 NONAME ?GetDataLength@H245_MultiplePayloadStreamMode@@UBEHXZ @27175 NONAME ?GetDataLength@H245_MultiplexedStreamCapability@@UBEHXZ @18031 NONAME ?GetDataLength@H245_MultiplexedStreamModeParameters@@UBEHXZ @18032 NONAME ?GetDataLength@H245_MultiplexedStreamParameter@@UBEHXZ @18033 NONAME ?GetDataLength@H245_MultiplexElement@@UBEHXZ @9192 NONAME ?GetDataLength@H245_MultiplexEntryDescriptor@@UBEHXZ @9193 NONAME ?GetDataLength@H245_MultiplexEntryRejectionDescriptions@@UBEHXZ @9194 NONAME ?GetDataLength@H245_MultiplexEntrySend@@UBEHXZ @9195 NONAME ?GetDataLength@H245_MultiplexEntrySendAck@@UBEHXZ @9196 NONAME ?GetDataLength@H245_MultiplexEntrySendReject@@UBEHXZ @9197 NONAME ?GetDataLength@H245_MultiplexEntrySendRelease@@UBEHXZ @9198 NONAME ?GetDataLength@H245_MultipointCapability@@UBEHXZ @9199 NONAME ?GetDataLength@H245_NetworkAccessParameters@@UBEHXZ @9200 NONAME ?GetDataLength@H245_NewATMVCCommand@@UBEHXZ @18034 NONAME ?GetDataLength@H245_NewATMVCCommand_aal_aal1@@UBEHXZ @18035 NONAME ?GetDataLength@H245_NewATMVCCommand_aal_aal5@@UBEHXZ @18036 NONAME ?GetDataLength@H245_NewATMVCCommand_reverseParameters@@UBEHXZ @18037 NONAME ?GetDataLength@H245_NewATMVCIndication@@UBEHXZ @9201 NONAME ?GetDataLength@H245_NewATMVCIndication_aal_aal1@@UBEHXZ @9202 NONAME ?GetDataLength@H245_NewATMVCIndication_aal_aal5@@UBEHXZ @9203 NONAME ?GetDataLength@H245_NewATMVCIndication_reverseParameters@@UBEHXZ @9204 NONAME ?GetDataLength@H245_NonStandardIdentifier_h221NonStandard@@UBEHXZ @9205 NONAME ?GetDataLength@H245_NonStandardMessage@@UBEHXZ @9206 NONAME ?GetDataLength@H245_NonStandardParameter@@UBEHXZ @9207 NONAME ?GetDataLength@H245_NoPTAudioTelephonyEventCapability@@UBEHXZ @27176 NONAME ?GetDataLength@H245_NoPTAudioToneCapability@@UBEHXZ @27177 NONAME ?GetDataLength@H245_OpenLogicalChannel@@UBEHXZ @9208 NONAME ?GetDataLength@H245_OpenLogicalChannelAck@@UBEHXZ @9209 NONAME ?GetDataLength@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBEHXZ @9210 NONAME ?GetDataLength@H245_OpenLogicalChannelConfirm@@UBEHXZ @9211 NONAME ?GetDataLength@H245_OpenLogicalChannelReject@@UBEHXZ @9212 NONAME ?GetDataLength@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBEHXZ @9213 NONAME ?GetDataLength@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBEHXZ @9214 NONAME ?GetDataLength@H245_Params@@UBEHXZ @45333 NONAME ?GetDataLength@H245_Q2931Address@@UBEHXZ @9215 NONAME ?GetDataLength@H245_QOSCapability@@UBEHXZ @9216 NONAME ?GetDataLength@H245_RedundancyEncoding@@UBEHXZ @9217 NONAME ?GetDataLength@H245_RedundancyEncodingCapability@@UBEHXZ @9218 NONAME ?GetDataLength@H245_RedundancyEncodingDTMode@@UBEHXZ @27178 NONAME ?GetDataLength@H245_RedundancyEncodingDTModeElement@@UBEHXZ @27179 NONAME ?GetDataLength@H245_RedundancyEncodingElement@@UBEHXZ @27180 NONAME ?GetDataLength@H245_RedundancyEncodingMode@@UBEHXZ @9219 NONAME ?GetDataLength@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBEHXZ @27181 NONAME ?GetDataLength@H245_RefPictureSelection@@UBEHXZ @9220 NONAME ?GetDataLength@H245_RefPictureSelection_additionalPictureMemory@@UBEHXZ @9221 NONAME ?GetDataLength@H245_RefPictureSelection_enhancedReferencePicSelect@@UBEHXZ @18038 NONAME ?GetDataLength@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBEHXZ @18039 NONAME ?GetDataLength@H245_RequestAllTerminalIDsResponse@@UBEHXZ @9222 NONAME ?GetDataLength@H245_RequestChannelClose@@UBEHXZ @9223 NONAME ?GetDataLength@H245_RequestChannelCloseAck@@UBEHXZ @9224 NONAME ?GetDataLength@H245_RequestChannelCloseReject@@UBEHXZ @9225 NONAME ?GetDataLength@H245_RequestChannelCloseRelease@@UBEHXZ @9226 NONAME ?GetDataLength@H245_RequestMode@@UBEHXZ @9227 NONAME ?GetDataLength@H245_RequestModeAck@@UBEHXZ @9228 NONAME ?GetDataLength@H245_RequestModeReject@@UBEHXZ @9229 NONAME ?GetDataLength@H245_RequestModeRelease@@UBEHXZ @9230 NONAME ?GetDataLength@H245_RequestMultiplexEntry@@UBEHXZ @9231 NONAME ?GetDataLength@H245_RequestMultiplexEntryAck@@UBEHXZ @9232 NONAME ?GetDataLength@H245_RequestMultiplexEntryReject@@UBEHXZ @9233 NONAME ?GetDataLength@H245_RequestMultiplexEntryRejectionDescriptions@@UBEHXZ @9234 NONAME ?GetDataLength@H245_RequestMultiplexEntryRelease@@UBEHXZ @9235 NONAME ?GetDataLength@H245_RoundTripDelayRequest@@UBEHXZ @9236 NONAME ?GetDataLength@H245_RoundTripDelayResponse@@UBEHXZ @9237 NONAME ?GetDataLength@H245_RSVPParameters@@UBEHXZ @9238 NONAME ?GetDataLength@H245_RTPH263VideoRedundancyEncoding@@UBEHXZ @9239 NONAME ?GetDataLength@H245_RTPH263VideoRedundancyFrameMapping@@UBEHXZ @9240 NONAME ?GetDataLength@H245_RTPPayloadType@@UBEHXZ @9241 NONAME ?GetDataLength@H245_SendTerminalCapabilitySet_specificRequest@@UBEHXZ @9242 NONAME ?GetDataLength@H245_SubstituteConferenceIDCommand@@UBEHXZ @9243 NONAME ?GetDataLength@H245_T38FaxProfile@@UBEHXZ @18040 NONAME ?GetDataLength@H245_T38FaxTcpOptions@@UBEHXZ @18041 NONAME ?GetDataLength@H245_T38FaxUdpOptions@@UBEHXZ @18042 NONAME ?GetDataLength@H245_T84Profile_t84Restricted@@UBEHXZ @9244 NONAME ?GetDataLength@H245_TerminalCapabilitySet@@UBEHXZ @9245 NONAME ?GetDataLength@H245_TerminalCapabilitySetAck@@UBEHXZ @9246 NONAME ?GetDataLength@H245_TerminalCapabilitySetReject@@UBEHXZ @9247 NONAME ?GetDataLength@H245_TerminalCapabilitySetRelease@@UBEHXZ @9248 NONAME ?GetDataLength@H245_TerminalInformation@@UBEHXZ @9249 NONAME ?GetDataLength@H245_TerminalLabel@@UBEHXZ @9250 NONAME ?GetDataLength@H245_TerminalYouAreSeeingInSubPictureNumber@@UBEHXZ @9251 NONAME ?GetDataLength@H245_TransparencyParameters@@UBEHXZ @9252 NONAME ?GetDataLength@H245_TransportCapability@@UBEHXZ @9253 NONAME ?GetDataLength@H245_UnicastAddress_iP6Address@@UBEHXZ @9254 NONAME ?GetDataLength@H245_UnicastAddress_iPAddress@@UBEHXZ @9255 NONAME ?GetDataLength@H245_UnicastAddress_iPSourceRouteAddress@@UBEHXZ @9256 NONAME ?GetDataLength@H245_UnicastAddress_iPXAddress@@UBEHXZ @9257 NONAME ?GetDataLength@H245_UserInputIndication_encryptedAlphanumeric@@UBEHXZ @45334 NONAME ?GetDataLength@H245_UserInputIndication_extendedAlphanumeric@@UBEHXZ @18043 NONAME ?GetDataLength@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBEHXZ @45335 NONAME ?GetDataLength@H245_UserInputIndication_signal@@UBEHXZ @9258 NONAME ?GetDataLength@H245_UserInputIndication_signalUpdate@@UBEHXZ @9259 NONAME ?GetDataLength@H245_UserInputIndication_signalUpdate_rtp@@UBEHXZ @9260 NONAME ?GetDataLength@H245_UserInputIndication_signal_rtp@@UBEHXZ @9261 NONAME ?GetDataLength@H245_V42bis@@UBEHXZ @9262 NONAME ?GetDataLength@H245_V75Capability@@UBEHXZ @9263 NONAME ?GetDataLength@H245_V75Parameters@@UBEHXZ @9264 NONAME ?GetDataLength@H245_V76Capability@@UBEHXZ @9265 NONAME ?GetDataLength@H245_V76HDLCParameters@@UBEHXZ @9266 NONAME ?GetDataLength@H245_V76LogicalChannelParameters@@UBEHXZ @9267 NONAME ?GetDataLength@H245_V76LogicalChannelParameters_mode_eRM@@UBEHXZ @9268 NONAME ?GetDataLength@H245_VBDCapability@@UBEHXZ @27182 NONAME ?GetDataLength@H245_VBDMode@@UBEHXZ @27183 NONAME ?GetDataLength@H245_VCCapability@@UBEHXZ @9269 NONAME ?GetDataLength@H245_VCCapability_aal1@@UBEHXZ @9270 NONAME ?GetDataLength@H245_VCCapability_aal1ViaGateway@@UBEHXZ @18044 NONAME ?GetDataLength@H245_VCCapability_aal5@@UBEHXZ @9271 NONAME ?GetDataLength@H245_VCCapability_availableBitRates@@UBEHXZ @9272 NONAME ?GetDataLength@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBEHXZ @9273 NONAME ?GetDataLength@H245_VendorIdentification@@UBEHXZ @9274 NONAME ?GetDataLength@H245_VideoIndicateCompose@@UBEHXZ @9275 NONAME ?GetDataLength@H248_ActionReply@@UBEHXZ @23143 NONAME ?GetDataLength@H248_ActionRequest@@UBEHXZ @23144 NONAME ?GetDataLength@H248_AmmRequest@@UBEHXZ @23145 NONAME ?GetDataLength@H248_AmmsReply@@UBEHXZ @23146 NONAME ?GetDataLength@H248_AuditDescriptor@@UBEHXZ @23147 NONAME ?GetDataLength@H248_AuditRequest@@UBEHXZ @23148 NONAME ?GetDataLength@H248_AuditResult@@UBEHXZ @23149 NONAME ?GetDataLength@H248_AuthenticationHeader@@UBEHXZ @23150 NONAME ?GetDataLength@H248_CommandRequest@@UBEHXZ @23151 NONAME ?GetDataLength@H248_ContextAttrAuditRequest@@UBEHXZ @23152 NONAME ?GetDataLength@H248_ContextRequest@@UBEHXZ @23153 NONAME ?GetDataLength@H248_DigitMapDescriptor@@UBEHXZ @23154 NONAME ?GetDataLength@H248_DigitMapValue@@UBEHXZ @23155 NONAME ?GetDataLength@H248_DomainName@@UBEHXZ @23156 NONAME ?GetDataLength@H248_ErrorDescriptor@@UBEHXZ @23157 NONAME ?GetDataLength@H248_EventParameter@@UBEHXZ @23158 NONAME ?GetDataLength@H248_EventsDescriptor@@UBEHXZ @23159 NONAME ?GetDataLength@H248_EventSpec@@UBEHXZ @23160 NONAME ?GetDataLength@H248_H221NonStandard@@UBEHXZ @23161 NONAME ?GetDataLength@H248_IndAudDigitMapDescriptor@@UBEHXZ @23162 NONAME ?GetDataLength@H248_IndAudEventBufferDescriptor@@UBEHXZ @23163 NONAME ?GetDataLength@H248_IndAudEventsDescriptor@@UBEHXZ @23164 NONAME ?GetDataLength@H248_IndAudLocalControlDescriptor@@UBEHXZ @23165 NONAME ?GetDataLength@H248_IndAudLocalRemoteDescriptor@@UBEHXZ @23166 NONAME ?GetDataLength@H248_IndAudMediaDescriptor@@UBEHXZ @23167 NONAME ?GetDataLength@H248_IndAudPackagesDescriptor@@UBEHXZ @23168 NONAME ?GetDataLength@H248_IndAudPropertyParm@@UBEHXZ @23169 NONAME ?GetDataLength@H248_IndAudSeqSigList@@UBEHXZ @23170 NONAME ?GetDataLength@H248_IndAudSignal@@UBEHXZ @23171 NONAME ?GetDataLength@H248_IndAudStatisticsDescriptor@@UBEHXZ @23172 NONAME ?GetDataLength@H248_IndAudStreamDescriptor@@UBEHXZ @23173 NONAME ?GetDataLength@H248_IndAudStreamParms@@UBEHXZ @23174 NONAME ?GetDataLength@H248_IndAudTerminationStateDescriptor@@UBEHXZ @23175 NONAME ?GetDataLength@H248_IP4Address@@UBEHXZ @23176 NONAME ?GetDataLength@H248_IP6Address@@UBEHXZ @23177 NONAME ?GetDataLength@H248_LocalControlDescriptor@@UBEHXZ @23178 NONAME ?GetDataLength@H248_LocalRemoteDescriptor@@UBEHXZ @23179 NONAME ?GetDataLength@H248_MediaDescriptor@@UBEHXZ @23180 NONAME ?GetDataLength@H248_MegacoMessage@@UBEHXZ @23181 NONAME ?GetDataLength@H248_Message@@UBEHXZ @23182 NONAME ?GetDataLength@H248_ModemDescriptor@@UBEHXZ @23183 NONAME ?GetDataLength@H248_MuxDescriptor@@UBEHXZ @23184 NONAME ?GetDataLength@H248_NonStandardData@@UBEHXZ @23185 NONAME ?GetDataLength@H248_NotifyReply@@UBEHXZ @23186 NONAME ?GetDataLength@H248_NotifyRequest@@UBEHXZ @23187 NONAME ?GetDataLength@H248_ObservedEvent@@UBEHXZ @23188 NONAME ?GetDataLength@H248_ObservedEventsDescriptor@@UBEHXZ @23189 NONAME ?GetDataLength@H248_PackagesItem@@UBEHXZ @23190 NONAME ?GetDataLength@H248_PropertyParm@@UBEHXZ @23191 NONAME ?GetDataLength@H248_RequestedActions@@UBEHXZ @23192 NONAME ?GetDataLength@H248_RequestedEvent@@UBEHXZ @23193 NONAME ?GetDataLength@H248_SecondEventsDescriptor@@UBEHXZ @23194 NONAME ?GetDataLength@H248_SecondRequestedActions@@UBEHXZ @23195 NONAME ?GetDataLength@H248_SecondRequestedEvent@@UBEHXZ @23196 NONAME ?GetDataLength@H248_SeqSigList@@UBEHXZ @23197 NONAME ?GetDataLength@H248_ServiceChangeParm@@UBEHXZ @23198 NONAME ?GetDataLength@H248_ServiceChangeProfile@@UBEHXZ @23199 NONAME ?GetDataLength@H248_ServiceChangeReply@@UBEHXZ @23200 NONAME ?GetDataLength@H248_ServiceChangeRequest@@UBEHXZ @23201 NONAME ?GetDataLength@H248_ServiceChangeResParm@@UBEHXZ @23202 NONAME ?GetDataLength@H248_Signal@@UBEHXZ @23203 NONAME ?GetDataLength@H248_SigParameter@@UBEHXZ @23204 NONAME ?GetDataLength@H248_StatisticsParameter@@UBEHXZ @23205 NONAME ?GetDataLength@H248_StreamDescriptor@@UBEHXZ @23206 NONAME ?GetDataLength@H248_StreamParms@@UBEHXZ @23207 NONAME ?GetDataLength@H248_SubtractRequest@@UBEHXZ @23208 NONAME ?GetDataLength@H248_TerminationID@@UBEHXZ @23209 NONAME ?GetDataLength@H248_TerminationStateDescriptor@@UBEHXZ @23210 NONAME ?GetDataLength@H248_TimeNotation@@UBEHXZ @23211 NONAME ?GetDataLength@H248_TopologyRequest@@UBEHXZ @23212 NONAME ?GetDataLength@H248_TransactionAck@@UBEHXZ @23213 NONAME ?GetDataLength@H248_TransactionPending@@UBEHXZ @23214 NONAME ?GetDataLength@H248_TransactionReply@@UBEHXZ @23215 NONAME ?GetDataLength@H248_TransactionRequest@@UBEHXZ @23216 NONAME ?GetDataLength@H45010_CfbOvrOptArg@@UBEHXZ @15948 NONAME ?GetDataLength@H45010_CoReqOptArg@@UBEHXZ @15949 NONAME ?GetDataLength@H45010_RUAlertOptArg@@UBEHXZ @15950 NONAME ?GetDataLength@H45011_CIFrcRelArg@@UBEHXZ @15951 NONAME ?GetDataLength@H45011_CIFrcRelOptRes@@UBEHXZ @15952 NONAME ?GetDataLength@H45011_CIGetCIPLOptArg@@UBEHXZ @15953 NONAME ?GetDataLength@H45011_CIGetCIPLRes@@UBEHXZ @15954 NONAME ?GetDataLength@H45011_CIIsOptArg@@UBEHXZ @15955 NONAME ?GetDataLength@H45011_CIIsOptRes@@UBEHXZ @15956 NONAME ?GetDataLength@H45011_CINotificationArg@@UBEHXZ @15957 NONAME ?GetDataLength@H45011_CIRequestArg@@UBEHXZ @15958 NONAME ?GetDataLength@H45011_CIRequestRes@@UBEHXZ @15959 NONAME ?GetDataLength@H45011_CISilentArg@@UBEHXZ @15960 NONAME ?GetDataLength@H45011_CISilentOptRes@@UBEHXZ @15961 NONAME ?GetDataLength@H45011_CIWobOptArg@@UBEHXZ @15962 NONAME ?GetDataLength@H45011_CIWobOptRes@@UBEHXZ @15963 NONAME ?GetDataLength@H4501_Address@@UBEHXZ @14723 NONAME ?GetDataLength@H4501_AddressScreened@@UBEHXZ @14724 NONAME ?GetDataLength@H4501_EndpointAddress@@UBEHXZ @14725 NONAME ?GetDataLength@H4501_Extension@@UBEHXZ @14726 NONAME ?GetDataLength@H4501_NetworkFacilityExtension@@UBEHXZ @14727 NONAME ?GetDataLength@H4501_NumberScreened@@UBEHXZ @14728 NONAME ?GetDataLength@H4501_SupplementaryService@@UBEHXZ @14729 NONAME ?GetDataLength@H4501_UserSpecifiedSubaddress@@UBEHXZ @14730 NONAME ?GetDataLength@H4502_CTActiveArg@@UBEHXZ @14731 NONAME ?GetDataLength@H4502_CTCompleteArg@@UBEHXZ @14732 NONAME ?GetDataLength@H4502_CTIdentifyRes@@UBEHXZ @14733 NONAME ?GetDataLength@H4502_CTInitiateArg@@UBEHXZ @14734 NONAME ?GetDataLength@H4502_CTSetupArg@@UBEHXZ @14735 NONAME ?GetDataLength@H4502_CTUpdateArg@@UBEHXZ @14736 NONAME ?GetDataLength@H4502_SubaddressTransferArg@@UBEHXZ @14737 NONAME ?GetDataLength@H4503_IntResult@@UBEHXZ @15188 NONAME ?GetDataLength@H4504_Extension@@UBEHXZ @15056 NONAME ?GetDataLength@H4504_HoldNotificArg@@UBEHXZ @15057 NONAME ?GetDataLength@H4504_RemoteHoldArg@@UBEHXZ @15058 NONAME ?GetDataLength@H4504_RemoteHoldRes@@UBEHXZ @15059 NONAME ?GetDataLength@H4504_RemoteRetrieveArg@@UBEHXZ @15060 NONAME ?GetDataLength@H4504_RemoteRetrieveRes@@UBEHXZ @15061 NONAME ?GetDataLength@H4504_RetrieveNotificArg@@UBEHXZ @15062 NONAME ?GetDataLength@H4505_CpickupNotifyArg@@UBEHXZ @15964 NONAME ?GetDataLength@H4505_CpNotifyArg@@UBEHXZ @15965 NONAME ?GetDataLength@H4505_CpRequestArg@@UBEHXZ @15966 NONAME ?GetDataLength@H4505_CpRequestRes@@UBEHXZ @15967 NONAME ?GetDataLength@H4505_CpSetupArg@@UBEHXZ @15968 NONAME ?GetDataLength@H4505_CpSetupRes@@UBEHXZ @15969 NONAME ?GetDataLength@H4505_GroupIndicationOffArg@@UBEHXZ @15970 NONAME ?GetDataLength@H4505_GroupIndicationOffRes@@UBEHXZ @15971 NONAME ?GetDataLength@H4505_GroupIndicationOnArg@@UBEHXZ @15972 NONAME ?GetDataLength@H4505_GroupIndicationOnRes@@UBEHXZ @15973 NONAME ?GetDataLength@H4505_PickExeArg@@UBEHXZ @15974 NONAME ?GetDataLength@H4505_PickExeRes@@UBEHXZ @15975 NONAME ?GetDataLength@H4505_PickrequArg@@UBEHXZ @15976 NONAME ?GetDataLength@H4505_PickrequRes@@UBEHXZ @15977 NONAME ?GetDataLength@H4505_PickupArg@@UBEHXZ @15978 NONAME ?GetDataLength@H4505_PickupRes@@UBEHXZ @15979 NONAME ?GetDataLength@H4506_CallWaitingArg@@UBEHXZ @15980 NONAME ?GetDataLength@H4507_MWIActivateArg@@UBEHXZ @15981 NONAME ?GetDataLength@H4507_MWIDeactivateArg@@UBEHXZ @15982 NONAME ?GetDataLength@H4507_MWIInterrogateArg@@UBEHXZ @15983 NONAME ?GetDataLength@H4507_MWIInterrogateResElt@@UBEHXZ @15984 NONAME ?GetDataLength@H4509_CcLongArg@@UBEHXZ @15985 NONAME ?GetDataLength@H4509_CcRequestArg@@UBEHXZ @15986 NONAME ?GetDataLength@H4509_CcRequestRes@@UBEHXZ @15987 NONAME ?GetDataLength@H4509_CcShortArg@@UBEHXZ @15988 NONAME ?GetDataLength@H501_AccessConfirmation@@UBEHXZ @25110 NONAME ?GetDataLength@H501_AccessRejection@@UBEHXZ @25111 NONAME ?GetDataLength@H501_AccessRequest@@UBEHXZ @25112 NONAME ?GetDataLength@H501_AddressTemplate@@UBEHXZ @25113 NONAME ?GetDataLength@H501_AlternatePE@@UBEHXZ @25114 NONAME ?GetDataLength@H501_AlternatePEInfo@@UBEHXZ @25115 NONAME ?GetDataLength@H501_AuthenticationConfirmation@@UBEHXZ @25116 NONAME ?GetDataLength@H501_AuthenticationRejection@@UBEHXZ @25117 NONAME ?GetDataLength@H501_AuthenticationRequest@@UBEHXZ @25118 NONAME ?GetDataLength@H501_CallInformation@@UBEHXZ @25119 NONAME ?GetDataLength@H501_ContactInformation@@UBEHXZ @25120 NONAME ?GetDataLength@H501_Descriptor@@UBEHXZ @25121 NONAME ?GetDataLength@H501_DescriptorConfirmation@@UBEHXZ @25122 NONAME ?GetDataLength@H501_DescriptorIDConfirmation@@UBEHXZ @25123 NONAME ?GetDataLength@H501_DescriptorIDRejection@@UBEHXZ @25124 NONAME ?GetDataLength@H501_DescriptorIDRequest@@UBEHXZ @25125 NONAME ?GetDataLength@H501_DescriptorInfo@@UBEHXZ @25126 NONAME ?GetDataLength@H501_DescriptorRejection@@UBEHXZ @25127 NONAME ?GetDataLength@H501_DescriptorRequest@@UBEHXZ @25128 NONAME ?GetDataLength@H501_DescriptorUpdate@@UBEHXZ @25129 NONAME ?GetDataLength@H501_DescriptorUpdateAck@@UBEHXZ @25130 NONAME ?GetDataLength@H501_Message@@UBEHXZ @25131 NONAME ?GetDataLength@H501_MessageCommonInfo@@UBEHXZ @25132 NONAME ?GetDataLength@H501_NonStandardConfirmation@@UBEHXZ @25133 NONAME ?GetDataLength@H501_NonStandardRejection@@UBEHXZ @25134 NONAME ?GetDataLength@H501_NonStandardRequest@@UBEHXZ @25135 NONAME ?GetDataLength@H501_PartyInformation@@UBEHXZ @25136 NONAME ?GetDataLength@H501_Pattern_range@@UBEHXZ @25137 NONAME ?GetDataLength@H501_PriceElement@@UBEHXZ @25138 NONAME ?GetDataLength@H501_PriceInfoSpec@@UBEHXZ @25139 NONAME ?GetDataLength@H501_RequestInProgress@@UBEHXZ @25140 NONAME ?GetDataLength@H501_RouteInformation@@UBEHXZ @25141 NONAME ?GetDataLength@H501_SecurityMode@@UBEHXZ @25142 NONAME ?GetDataLength@H501_ServiceConfirmation@@UBEHXZ @25143 NONAME ?GetDataLength@H501_ServiceRejection@@UBEHXZ @25144 NONAME ?GetDataLength@H501_ServiceRelease@@UBEHXZ @25145 NONAME ?GetDataLength@H501_ServiceRequest@@UBEHXZ @25146 NONAME ?GetDataLength@H501_TerminationCause@@UBEHXZ @25147 NONAME ?GetDataLength@H501_UnknownMessageResponse@@UBEHXZ @25148 NONAME ?GetDataLength@H501_UpdateInformation@@UBEHXZ @25149 NONAME ?GetDataLength@H501_UsageConfirmation@@UBEHXZ @25150 NONAME ?GetDataLength@H501_UsageField@@UBEHXZ @25151 NONAME ?GetDataLength@H501_UsageIndication@@UBEHXZ @25152 NONAME ?GetDataLength@H501_UsageIndicationConfirmation@@UBEHXZ @25153 NONAME ?GetDataLength@H501_UsageIndicationRejection@@UBEHXZ @25154 NONAME ?GetDataLength@H501_UsageRejection@@UBEHXZ @25155 NONAME ?GetDataLength@H501_UsageRequest@@UBEHXZ @25156 NONAME ?GetDataLength@H501_UsageSpecification@@UBEHXZ @25157 NONAME ?GetDataLength@H501_UsageSpecification_when@@UBEHXZ @25158 NONAME ?GetDataLength@H501_UserInformation@@UBEHXZ @25159 NONAME ?GetDataLength@H501_ValidationConfirmation@@UBEHXZ @25160 NONAME ?GetDataLength@H501_ValidationRejection@@UBEHXZ @25161 NONAME ?GetDataLength@H501_ValidationRequest@@UBEHXZ @25162 NONAME ?GetDataLength@MCS_AUcf@@UBEHXZ @9291 NONAME ?GetDataLength@MCS_AUrq@@UBEHXZ @9292 NONAME ?GetDataLength@MCS_CAin@@UBEHXZ @9293 NONAME ?GetDataLength@MCS_CArq@@UBEHXZ @9294 NONAME ?GetDataLength@MCS_CCcf@@UBEHXZ @9295 NONAME ?GetDataLength@MCS_CCrq@@UBEHXZ @9296 NONAME ?GetDataLength@MCS_CDin@@UBEHXZ @9297 NONAME ?GetDataLength@MCS_CDrq@@UBEHXZ @9298 NONAME ?GetDataLength@MCS_CEin@@UBEHXZ @9299 NONAME ?GetDataLength@MCS_CErq@@UBEHXZ @9300 NONAME ?GetDataLength@MCS_ChannelAttributes_assigned@@UBEHXZ @9301 NONAME ?GetDataLength@MCS_ChannelAttributes_private@@UBEHXZ @9302 NONAME ?GetDataLength@MCS_ChannelAttributes_static@@UBEHXZ @9303 NONAME ?GetDataLength@MCS_ChannelAttributes_userId@@UBEHXZ @9304 NONAME ?GetDataLength@MCS_CJcf@@UBEHXZ @9305 NONAME ?GetDataLength@MCS_CJrq@@UBEHXZ @9306 NONAME ?GetDataLength@MCS_CLrq@@UBEHXZ @9307 NONAME ?GetDataLength@MCS_Connect_Additional@@UBEHXZ @9308 NONAME ?GetDataLength@MCS_Connect_Initial@@UBEHXZ @9309 NONAME ?GetDataLength@MCS_Connect_Response@@UBEHXZ @9310 NONAME ?GetDataLength@MCS_Connect_Result@@UBEHXZ @9311 NONAME ?GetDataLength@MCS_DomainParameters@@UBEHXZ @9312 NONAME ?GetDataLength@MCS_DPum@@UBEHXZ @9313 NONAME ?GetDataLength@MCS_DUin@@UBEHXZ @9314 NONAME ?GetDataLength@MCS_DUrq@@UBEHXZ @9315 NONAME ?GetDataLength@MCS_EDrq@@UBEHXZ @9316 NONAME ?GetDataLength@MCS_MCcf@@UBEHXZ @9317 NONAME ?GetDataLength@MCS_MCrq@@UBEHXZ @9318 NONAME ?GetDataLength@MCS_MTcf@@UBEHXZ @9319 NONAME ?GetDataLength@MCS_MTrq@@UBEHXZ @9320 NONAME ?GetDataLength@MCS_PCin@@UBEHXZ @9321 NONAME ?GetDataLength@MCS_PDin@@UBEHXZ @9322 NONAME ?GetDataLength@MCS_PTin@@UBEHXZ @9323 NONAME ?GetDataLength@MCS_RJum@@UBEHXZ @9324 NONAME ?GetDataLength@MCS_SDin@@UBEHXZ @9325 NONAME ?GetDataLength@MCS_SDrq@@UBEHXZ @9326 NONAME ?GetDataLength@MCS_TGcf@@UBEHXZ @9327 NONAME ?GetDataLength@MCS_TGrq@@UBEHXZ @9328 NONAME ?GetDataLength@MCS_TIcf@@UBEHXZ @9329 NONAME ?GetDataLength@MCS_TIrq@@UBEHXZ @9330 NONAME ?GetDataLength@MCS_TokenAttributes_given@@UBEHXZ @9331 NONAME ?GetDataLength@MCS_TokenAttributes_giving@@UBEHXZ @9332 NONAME ?GetDataLength@MCS_TokenAttributes_grabbed@@UBEHXZ @9333 NONAME ?GetDataLength@MCS_TokenAttributes_inhibited@@UBEHXZ @9334 NONAME ?GetDataLength@MCS_TokenAttributes_ungivable@@UBEHXZ @9335 NONAME ?GetDataLength@MCS_TPin@@UBEHXZ @9336 NONAME ?GetDataLength@MCS_TPrq@@UBEHXZ @9337 NONAME ?GetDataLength@MCS_TRcf@@UBEHXZ @9338 NONAME ?GetDataLength@MCS_TRrq@@UBEHXZ @9339 NONAME ?GetDataLength@MCS_TTcf@@UBEHXZ @9340 NONAME ?GetDataLength@MCS_TTrq@@UBEHXZ @9341 NONAME ?GetDataLength@MCS_TVcf@@UBEHXZ @9342 NONAME ?GetDataLength@MCS_TVin@@UBEHXZ @9343 NONAME ?GetDataLength@MCS_TVrq@@UBEHXZ @9344 NONAME ?GetDataLength@MCS_TVrs@@UBEHXZ @9345 NONAME ?GetDataLength@MCS_USin@@UBEHXZ @9346 NONAME ?GetDataLength@MCS_USrq@@UBEHXZ @9347 NONAME ?GetDataLength@PWAVFileConverterXLaw@@UAEJAAVPWAVFile@@@Z @44363 NONAME ?GetDataLength@T38_Data_Field_subtype@@UBEHXZ @18931 NONAME ?GetDataLength@T38_IFPPacket@@UBEHXZ @18932 NONAME ?GetDataLength@T38_PreCorrigendum_Data_Field_subtype@@UBEHXZ @21489 NONAME ?GetDataLength@T38_PreCorrigendum_IFPPacket@@UBEHXZ @21490 NONAME ?GetDataLength@T38_UDPTLPacket@@UBEHXZ @18933 NONAME ?GetDataLength@T38_UDPTLPacket_error_recovery_fec_info@@UBEHXZ @18934 NONAME ?GetDataLength@X880_Invoke@@UBEHXZ @14738 NONAME ?GetDataLength@X880_Reject@@UBEHXZ @14739 NONAME ?GetDataLength@X880_ReturnError@@UBEHXZ @14740 NONAME ?GetDataLength@X880_ReturnResult@@UBEHXZ @14741 NONAME ?GetDataLength@X880_ReturnResult_result@@UBEHXZ @14742 NONAME ?GetDataPointer@PASN_BitString@@QBEPBEXZ @39575 NONAME ?GetDefaultBandwidth@H323GatekeeperServer@@QBEIXZ @39577 NONAME ?GetDefaultSessionID@H323AudioCapability@@UBEIXZ @9348 NONAME ?GetDefaultSessionID@H323Capability@@UBEIXZ @9349 NONAME ?GetDefaultSessionID@H323DataCapability@@UBEIXZ @19107 NONAME ?GetDefaultSessionID@H323VideoCapability@@UBEIXZ @9350 NONAME ?GetDefaultUdpPort@H323GatekeeperServer@@UAEGXZ @24021 NONAME ?GetDefinition@OpalFactoryCodec@@UAEPBUPluginCodec_Definition@@XZ @44681 NONAME ?GetDefinition@OpalPluginCodec@@UAEPBUPluginCodec_Definition@@XZ @44682 NONAME ?GetDescriptorID@H323RegisteredEndPoint@@QBEABVOpalGloballyUniqueID@@XZ @39578 NONAME ?GetDestinationAddress@H323GatekeeperCall@@QBE?AVPString@@XZ @20199 NONAME ?GetDestinationAlias@H323SignalPDU@@QBE?AVPString@@H@Z @18463 NONAME ?GetDestinationAliases@H323GatekeeperCall@@QBEABVPStringArray@@XZ @39579 NONAME ?GetDestinationE164@H323SignalPDU@@QBEHAAVPString@@@Z @9351 NONAME ?GetDevice@OpalLineChannel@@QBEAAVOpalLineInterfaceDevice@@XZ @39580 NONAME ?GetDeviceNames@OpalIxJDevice@@SA?AVPStringArray@@XZ @9352 NONAME ?GetDeviceNames@OpalVoipBlasterDevice@@SA?AVPStringArray@@XZ @20009 NONAME ?GetDeviceNames@PSoundChannel@@SA?AVPStringList@@ABVPString@@W4Directions@1@PAVPPluginManager@@@Z @45838 NONAME ?GetDeviceType@OpalLineInterfaceDevice@@UAE?AW4DeviceType@1@XZ @45839 NONAME ?GetDirection@H323BidirectionalChannel@@UBE?AW4Directions@H323Channel@@XZ @9353 NONAME ?GetDirection@H323Codec@@QBE?AW4Direction@1@XZ @39581 NONAME ?GetDirection@H323UnidirectionalChannel@@UBE?AW4Directions@H323Channel@@XZ @9354 NONAME ?GetDisplayName@H323Connection@@QBE?BVPString@@XZ @42759 NONAME ?GetDisplayName@Q931@@QBE?AVPString@@XZ @9355 NONAME ?GetDistinctiveRing@H323Connection@@QBEIXZ @39582 NONAME ?GetDistinctiveRing@H323SignalPDU@@QBEIXZ @18450 NONAME ?GetDomainName@H323PeerElement@@QBE?AVPString@@XZ @25825 NONAME ?GetDuration@OpalRFC2833Info@@QBEIXZ @39583 NONAME ?GetDurationLimit@H323GatekeeperCall@@UBEIXZ @23217 NONAME ?GetEndPoint@H323Connection@@QBEAAVH323EndPoint@@XZ @19108 NONAME ?GetEndPoint@H323GatekeeperCall@@QBEAAVH323RegisteredEndPoint@@XZ @39584 NONAME ?GetEndPoint@H323Transactor@@QBEAAVH323EndPoint@@XZ @39585 NONAME ?GetEndPoint@H323Transport@@QBEAAVH323EndPoint@@XZ @39586 NONAME ?GetEndpointIdentifier@H323Gatekeeper@@QBEABVPString@@XZ @39587 NONAME ?GetEndpointIdentifier@H323GatekeeperARQ@@UBE?AVPString@@XZ @20447 NONAME ?GetEndpointIdentifier@H323GatekeeperBRQ@@UBE?AVPString@@XZ @20448 NONAME ?GetEndpointIdentifier@H323GatekeeperDRQ@@UBE?AVPString@@XZ @20449 NONAME ?GetEndpointIdentifier@H323GatekeeperGRQ@@UBE?AVPString@@XZ @20450 NONAME ?GetEndpointIdentifier@H323GatekeeperIRR@@UBE?AVPString@@XZ @20592 NONAME ?GetEndpointIdentifier@H323GatekeeperLRQ@@UBE?AVPString@@XZ @20451 NONAME ?GetEndpointIdentifier@H323GatekeeperRRQ@@UBE?AVPString@@XZ @20452 NONAME ?GetEndpointIdentifier@H323GatekeeperURQ@@UBE?AVPString@@XZ @20453 NONAME ?GetEndSessionTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @39588 NONAME ?GetErrorNumber@OpalLineInterfaceDevice@@QBEHXZ @39589 NONAME ?GetErrorText@OpalLineInterfaceDevice@@QBE?AVPString@@XZ @9356 NONAME ?GetExtension@RTP_DataFrame@@QBEHXZ @39590 NONAME ?GetExtensionPtr@RTP_DataFrame@@QBEPAEXZ @26440 NONAME ?GetExtensionSize@RTP_DataFrame@@QBEHXZ @26441 NONAME ?GetExtensionType@RTP_DataFrame@@QBEHXZ @26442 NONAME ?GetFactoryName@OpalG711ALaw64k_Decoder@@SA?AVPString@@XZ @44683 NONAME ?GetFactoryName@OpalG711ALaw64k_Encoder@@SA?AVPString@@XZ @44684 NONAME ?GetFactoryName@OpalG711uLaw64k_Decoder@@SA?AVPString@@XZ @44685 NONAME ?GetFactoryName@OpalG711uLaw64k_Encoder@@SA?AVPString@@XZ @44686 NONAME ?GetFirstCall@H323GatekeeperServer@@QAE?AV?$PSafePtr@VH323GatekeeperCall@@@@W4PSafetyMode@@@Z @20454 NONAME ?GetFirstDescriptor@H323PeerElement@@QAE?AV?$PSafePtr@VH323PeerElementDescriptor@@@@W4PSafetyMode@@@Z @25826 NONAME ?GetFirstEndPoint@H323GatekeeperServer@@QAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@W4PSafetyMode@@@Z @20455 NONAME ?GetFirstLocalServiceRelationship@H323PeerElement@@QAE?AV?$PSafePtr@VH323PeerElementServiceRelationship@@@@W4PSafetyMode@@@Z @25827 NONAME ?GetFirstRemoteServiceRelationship@H323PeerElement@@QAE?AV?$PSafePtr@VH323PeerElementServiceRelationship@@@@W4PSafetyMode@@@Z @25828 NONAME ?GetFormat@PWAVFileConverterALaw@@UBEIABVPWAVFile@@@Z @44364 NONAME ?GetFormat@PWAVFileConverterULaw@@UBEIABVPWAVFile@@@Z @44365 NONAME ?GetFormatName@G7231_File_Capability@@UBE?AVPString@@XZ @20939 NONAME ?GetFormatName@H323CodecPluginGenericAudioCapability@@UBE?AVPString@@XZ @45437 NONAME ?GetFormatName@H323CodecPluginNonStandardAudioCapability@@UBE?AVPString@@XZ @39592 NONAME ?GetFormatName@H323PluginCapability@@UBE?AVPString@@XZ @39593 NONAME ?GetFormatName@H323PluginCapabilityInfo@@QBEABVPString@@XZ @42820 NONAME ?GetFormatName@H323_CiscoG7231aLIDCapability@@UBE?AVPString@@XZ @21016 NONAME ?GetFormatName@H323_G711Capability@@UBE?AVPString@@XZ @12497 NONAME ?GetFormatName@H323_H261Capability@@UBE?AVPString@@XZ @12499 NONAME ?GetFormatName@H323_LIDCapability@@UBE?AVPString@@XZ @12500 NONAME ?GetFormatName@H323_RFC2190_H263Capability@@UBE?AVPString@@XZ @45978 NONAME ?GetFormatName@H323_T120Capability@@UBE?AVPString@@XZ @12501 NONAME ?GetFormatName@H323_T38Capability@@UBE?AVPString@@XZ @18935 NONAME ?GetFormatName@H323_T38NonStandardCapability@@UBE?AVPString@@XZ @20519 NONAME ?GetFormatName@H323_UserInputCapability@@UBE?AVPString@@XZ @12502 NONAME ?GetFrameLen@G7231_File_Codec@@SAHH@Z @20940 NONAME ?GetFrameNum@H323VideoCodec@@UAEHXZ @27184 NONAME ?GetFramePtr@P64Decoder@@QBEPAEXZ @39596 NONAME ?GetFramePtr@P64Encoder@@QAEPAEXZ @12866 NONAME ?GetFrameRate@H323AudioCodec@@UBEIXZ @9358 NONAME ?GetFrameRate@H323Codec@@UBEIXZ @12929 NONAME ?GetFrameRate@H323PluginVideoCodec@@UBEIXZ @39597 NONAME ?GetFrameRate@H323_H261Codec@@UBEIXZ @19901 NONAME ?GetFrameRate@H323_RFC2190_H263Codec@@UBEIXZ @45979 NONAME ?GetFrameSize@OpalMediaFormat@@QBEHXZ @39598 NONAME ?GetFrameTime@OpalG711ALaw64k_Base@@UBEIXZ @44687 NONAME ?GetFrameTime@OpalG711uLaw64k_Base@@UBEIXZ @44688 NONAME ?GetFrameTime@OpalMediaFormat@@QBEIXZ @39599 NONAME ?GetFrameTime@OpalPluginCodec@@UBEIXZ @44689 NONAME ?GetGatekeeper@H323EndPoint@@QBEPAVH323Gatekeeper@@XZ @39600 NONAME ?GetGatekeeper@H323GatekeeperListener@@QBEAAVH323GatekeeperServer@@XZ @39601 NONAME ?GetGatekeeperIdentifier@H323GatekeeperARQ@@UBE?AVPString@@XZ @20456 NONAME ?GetGatekeeperIdentifier@H323GatekeeperBRQ@@UBE?AVPString@@XZ @20457 NONAME ?GetGatekeeperIdentifier@H323GatekeeperDRQ@@UBE?AVPString@@XZ @20458 NONAME ?GetGatekeeperIdentifier@H323GatekeeperGRQ@@UBE?AVPString@@XZ @20459 NONAME ?GetGatekeeperIdentifier@H323GatekeeperIRR@@UBE?AVPString@@XZ @20593 NONAME ?GetGatekeeperIdentifier@H323GatekeeperLRQ@@UBE?AVPString@@XZ @20460 NONAME ?GetGatekeeperIdentifier@H323GatekeeperRRQ@@UBE?AVPString@@XZ @20461 NONAME ?GetGatekeeperIdentifier@H323GatekeeperURQ@@UBE?AVPString@@XZ @20462 NONAME ?GetGatekeeperPassword@H323EndPoint@@UBEABVPString@@XZ @23652 NONAME ?GetGatekeeperRejectTag@H323GatekeeperARQ@@UBEIXZ @21113 NONAME ?GetGatekeeperRejectTag@H323GatekeeperBRQ@@UBEIXZ @21114 NONAME ?GetGatekeeperRejectTag@H323GatekeeperDRQ@@UBEIXZ @21115 NONAME ?GetGatekeeperRejectTag@H323GatekeeperGRQ@@UBEIXZ @21116 NONAME ?GetGatekeeperRejectTag@H323GatekeeperIRR@@UBEIXZ @21117 NONAME ?GetGatekeeperRejectTag@H323GatekeeperLRQ@@UBEIXZ @21118 NONAME ?GetGatekeeperRejectTag@H323GatekeeperRRQ@@UBEIXZ @21119 NONAME ?GetGatekeeperRejectTag@H323GatekeeperURQ@@UBEIXZ @21120 NONAME ?GetGatekeeperRequestRetries@H323EndPoint@@QBEIXZ @39602 NONAME ?GetGatekeeperRequestTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @39603 NONAME ?GetGatekeeperTimeToLive@H323EndPoint@@QBEABVPTimeInterval@@XZ @39604 NONAME ?GetGkAccessTokenOID@H323Connection@@QBE?BVPString@@XZ @19580 NONAME ?GetGkAccessTokenOID@H323EndPoint@@QBEABVPString@@XZ @39605 NONAME ?GetHandler@H323_T38Channel@@QBEPAVOpalT38Protocol@@XZ @39606 NONAME ?GetHeaderSize@RTP_DataFrame@@QBEHXZ @26443 NONAME ?GetHostName@H323TransportAddress@@QBE?AVPString@@XZ @12476 NONAME ?GetHostName@PURL@@QBEABVPCaselessString@@XZ @39607 NONAME ?GetIdentifier@H225_RAS@@QBEABVPString@@XZ @39609 NONAME ?GetIdentifier@H323RegisteredEndPoint@@QBEABVPString@@XZ @39610 NONAME ?GetIE@Q931@@QBE?AVPBYTEArray@@W4InformationElementCodes@1@@Z @12651 NONAME ?GetInfoResponseRate@H323GatekeeperServer@@QBEIXZ @39611 NONAME ?GetInitialBandwidth@H323EndPoint@@QBEIXZ @39612 NONAME ?GetInitialiser@PLDAPStructBase@@SAAAV1@XZ @39613 NONAME ?GetInputFormat@OpalG711ALaw64k_Decoder@@UBE?AVPString@@XZ @44690 NONAME ?GetInputFormat@OpalG711ALaw64k_Encoder@@UBE?AVPString@@XZ @44691 NONAME ?GetInputFormat@OpalG711uLaw64k_Decoder@@UBE?AVPString@@XZ @44692 NONAME ?GetInputFormat@OpalG711uLaw64k_Encoder@@UBE?AVPString@@XZ @44693 NONAME ?GetInputFormat@OpalPluginCodec@@UBE?AVPString@@XZ @44694 NONAME ?GetInstance@?$PFactory@VH235Authenticator@@VPString@@@@KAAAV1@XZ @45011 NONAME ?GetInstance@?$PFactory@VH323Capability@@VPString@@@@KAAAV1@XZ @44109 NONAME ?GetInstance@?$PFactory@VH323StaticPluginCodec@@VPString@@@@KAAAV1@XZ @44110 NONAME ?GetInstance@?$PFactory@VOpalFactoryCodec@@VPString@@@@KAAAV1@XZ @44695 NONAME ?GetInstance@?$PFactory@VOpalMediaFormat@@VPString@@@@KAAAV1@XZ @44111 NONAME ?GetInstance@?$PFactory@VPWAVFileConverter@@I@@KAAAV1@XZ @44366 NONAME ?GetInterfaceAddresses@H323EndPoint@@QAE?AVH323TransportAddressArray@@HPAVH323Transport@@@Z @26393 NONAME ?GetInterfaceAddresses@H323Transactor@@QAE?AVH323TransportAddressArray@@HPAVH323Transport@@@Z @26394 NONAME ?GetInvokeId@H450xHandler@@QBEIXZ @39614 NONAME ?GetIpAddress@H323TransportAddress@@QBEHAAVAddress@PIPSocket@@@Z @21025 NONAME ?GetIpAndPort@H323TransportAddress@@QBEHAAVAddress@PIPSocket@@AAGPBD@Z @9361 NONAME ?GetJitterBufferSize@RTP_Session@@QBEIXZ @21426 NONAME ?GetJitterThreadStackSize@H323EndPoint@@QBEHXZ @39615 NONAME ?GetJitterTime@RTP_JitterBuffer@@QBEKXZ @39616 NONAME ?GetKeyAt@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@QBEABVPOrdinalKey@@H@Z @39617 NONAME ?GetKeyAt@?$PDictionary@VPString@@VH323Connection@@@@QBEABVPString@@H@Z @39618 NONAME ?GetKeyAt@?$PSet@VPOrdinalKey@@@@UBEABVPOrdinalKey@@H@Z @25951 NONAME ?GetKeyAt@?$PStringDictionary@VPOrdinalKey@@@@QBEABVPOrdinalKey@@H@Z @39619 NONAME ?GetKeyList@?$PFactory@VH235Authenticator@@VPString@@@@SA?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @45012 NONAME ?GetKeyList@?$PFactory@VH323Capability@@VPString@@@@SA?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @44112 NONAME ?GetKeyList@?$PFactory@VH323StaticPluginCodec@@VPString@@@@SA?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @44113 NONAME ?GetKeyList@?$PFactory@VOpalMediaFormat@@VPString@@@@SA?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @44114 NONAME ?GetKeyList_Internal@?$PFactory@VH235Authenticator@@VPString@@@@IAE?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @45013 NONAME ?GetKeyList_Internal@?$PFactory@VH323Capability@@VPString@@@@IAE?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @44115 NONAME ?GetKeyList_Internal@?$PFactory@VH323StaticPluginCodec@@VPString@@@@IAE?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @44116 NONAME ?GetKeyList_Internal@?$PFactory@VOpalMediaFormat@@VPString@@@@IAE?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @44117 NONAME ?GetKeyMap@?$PFactory@VOpalMediaFormat@@VPString@@@@SAAAV?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@@std@@XZ @44118 NONAME ?GetKeypad@Q931@@QBE?AVPString@@XZ @20359 NONAME ?GetLastReceivedAddress@H323Transport@@UBE?AVH323TransportAddress@@XZ @21506 NONAME ?GetLastReceivedAddress@H323TransportUDP@@UBE?AVH323TransportAddress@@XZ @21507 NONAME ?GetLastReceiveToAddress@PIPSocket@@QBE?AVAddress@1@XZ @44696 NONAME ?GetLineCount@OpalIxJDevice@@UAEIXZ @9362 NONAME ?GetLineCount@OpalVoipBlasterDevice@@UAEIXZ @20010 NONAME ?GetListeners@H323EndPoint@@QBEABV?$PList@VH323Listener@@@@XZ @39620 NONAME ?GetListenerThreadStackSize@H323EndPoint@@QBEHXZ @39621 NONAME ?GetLocalAddress@H323TransportIP@@UBE?AVH323TransportAddress@@XZ @9364 NONAME ?GetLocalAddress@H323TransportUDP@@UBE?AVH323TransportAddress@@XZ @44697 NONAME ?GetLocalAddress@RTP_UDP@@QBE?AVAddress@PIPSocket@@XZ @23921 NONAME ?GetLocalAliasNames@H323Connection@@QBEABVPStringList@@XZ @39622 NONAME ?GetLocalCallIntrusionProtectionLevel@H323Connection@@QAEIXZ @39623 NONAME ?GetLocalCapabilities@H323Connection@@QBEABVH323Capabilities@@XZ @39624 NONAME ?GetLocalControlPort@RTP_UDP@@QBEGXZ @39625 NONAME ?GetLocalDataPort@RTP_UDP@@QBEGXZ @39626 NONAME ?GetLocalHostName@RTP_UDP@@UAE?AVPString@@XZ @9365 NONAME ?GetLocalId@H235Authenticator@@UBEABVPString@@XZ @45014 NONAME ?GetLocalName@H323PeerElement@@QBE?AVPString@@XZ @25751 NONAME ?GetLocalPartyName@H323Connection@@QBEABVPString@@XZ @39627 NONAME ?GetLocalUserName@H323EndPoint@@UBEABVPString@@XZ @23653 NONAME ?GetLogicalChannel@H323Connection@@QBEPAVH323Channel@@IH@Z @12505 NONAME ?GetLogicalChannelTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @39628 NONAME ?GetLostPackets@ReceiverReport@RTP_ControlFrame@@QBEIXZ @39629 NONAME ?GetMACAddress@InterfaceEntry@PIPSocket@@QBEABVPString@@XZ @39630 NONAME ?GetMainType@H323AudioCapability@@UBE?AW4MainTypes@H323Capability@@XZ @9367 NONAME ?GetMainType@H323DataCapability@@UBE?AW4MainTypes@H323Capability@@XZ @9368 NONAME ?GetMainType@H323VideoCapability@@UBE?AW4MainTypes@H323Capability@@XZ @9369 NONAME ?GetMainType@H323_UserInputCapability@@UBE?AW4MainTypes@H323Capability@@XZ @9370 NONAME ?GetMarker@RTP_DataFrame@@QBEHXZ @39631 NONAME ?GetMasterSlaveDeterminationRetries@H323EndPoint@@QBEIXZ @39632 NONAME ?GetMasterSlaveDeterminationTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @39633 NONAME ?GetMaxAudioJitterDelay@H323Connection@@QBEIXZ @39634 NONAME ?GetMaxAudioJitterDelay@H323EndPoint@@QBEIXZ @39635 NONAME ?GetMaxFramesPerPacket@OpalG711ALaw64k_Base@@UBEIXZ @44698 NONAME ?GetMaxFramesPerPacket@OpalG711uLaw64k_Base@@UBEIXZ @44699 NONAME ?GetMaxFramesPerPacket@OpalPluginCodec@@UBEIXZ @44700 NONAME ?GetMediaFormat@H323Codec@@QBEABVOpalMediaFormat@@XZ @39636 NONAME ?GetMediaFormatList@H323PluginCodecManager@@KAAAV?$PList@VOpalMediaFormat@@@@XZ @42814 NONAME ?GetMediaFormatMutex@H323PluginCodecManager@@KAAAVPCriticalSection@@XZ @46025 NONAME ?GetMediaFormats@H323PluginCodecManager@@SA?AV?$PList@VOpalMediaFormat@@@@XZ @42816 NONAME ?GetMediaFormats@OpalIxJDevice@@UBE?AV?$PList@VOpalMediaFormat@@@@XZ @12930 NONAME ?GetMediaFormats@OpalVoipBlasterDevice@@UBE?AV?$PList@VOpalMediaFormat@@@@XZ @20011 NONAME ?GetMessageType@Q931@@QBE?AW4MsgTypes@1@XZ @39637 NONAME ?GetMessageTypeName@Q931@@QBE?AVPString@@XZ @9375 NONAME ?GetMinAudioJitterDelay@H323Connection@@QBEIXZ @39639 NONAME ?GetMinAudioJitterDelay@H323EndPoint@@QBEIXZ @39640 NONAME ?GetMutex@?$PFactory@VOpalMediaFormat@@VPString@@@@SAAAVPCriticalSection@@XZ @46026 NONAME ?GetName@H235AuthCAT@@UBEPBDXZ @23886 NONAME ?GetName@H235AuthProcedure1@@UBEPBDXZ @23866 NONAME ?GetName@H235AuthSimpleMD5@@UBEPBDXZ @23867 NONAME ?GetName@H323Gatekeeper@@QBE?AVPString@@XZ @12641 NONAME ?GetName@H323GatekeeperARQ@@UBEPBDXZ @21121 NONAME ?GetName@H323GatekeeperBRQ@@UBEPBDXZ @21122 NONAME ?GetName@H323GatekeeperDRQ@@UBEPBDXZ @21123 NONAME ?GetName@H323GatekeeperGRQ@@UBEPBDXZ @21124 NONAME ?GetName@H323GatekeeperIRR@@UBEPBDXZ @21125 NONAME ?GetName@H323GatekeeperLRQ@@UBEPBDXZ @21126 NONAME ?GetName@H323GatekeeperRRQ@@UBEPBDXZ @21127 NONAME ?GetName@H323GatekeeperURQ@@UBEPBDXZ @21128 NONAME ?GetName@H501AccessRequest@@UBEPBDXZ @26096 NONAME ?GetName@H501DescriptorUpdate@@UBEPBDXZ @26097 NONAME ?GetName@H501ServiceRequest@@UBEPBDXZ @26098 NONAME ?GetName@OpalIxJDevice@@UBE?AVPString@@XZ @9376 NONAME ?GetName@OpalLineChannel@@UBE?AVPString@@XZ @9377 NONAME ?GetName@OpalVoipBlasterDevice@@UBE?AVPString@@XZ @20012 NONAME ?GetNatTypeName@PSTUNClient@@QAE?AVPString@@H@Z @45840 NONAME ?GetNegLogicalChannelAt@H245NegLogicalChannels@@QAEAAVH245NegLogicalChannel@@H@Z @12655 NONAME ?GetNext@PortInfo@H323EndPoint@@QAEGI@Z @21064 NONAME ?GetNextChannelNumber@H245NegLogicalChannels@@QAE?AVH323ChannelNumber@@XZ @9380 NONAME ?GetNextH450CallIdentityValue@H323EndPoint@@QBEIXZ @45336 NONAME ?GetNextInvokeId@H450xDispatcher@@QBEIXZ @39644 NONAME ?GetNextItem@Item@SourceDescription@RTP_ControlFrame@@QAEPAU123@XZ @39645 NONAME ?GetNextItem@Item@SourceDescription@RTP_ControlFrame@@QBEPBU123@XZ @39646 NONAME ?GetNextPacket@Transmitter@@QAEXPAPAE0AAI1@Z @9381 NONAME ?GetNextSequenceNumber@H323Transactor@@IAEIXZ @24023 NONAME ?GetNextTCPPort@H323EndPoint@@QAEGXZ @20603 NONAME ?GetNextUDPPort@H323EndPoint@@QAEGXZ @20604 NONAME ?GetNoMediaTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @26416 NONAME ?GetNumber@H323Channel@@QBEABVH323ChannelNumber@@XZ @39647 NONAME ?GetOutputFormat@OpalG711ALaw64k_Decoder@@UBE?AVPString@@XZ @44701 NONAME ?GetOutputFormat@OpalG711ALaw64k_Encoder@@UBE?AVPString@@XZ @44702 NONAME ?GetOutputFormat@OpalG711uLaw64k_Decoder@@UBE?AVPString@@XZ @44703 NONAME ?GetOutputFormat@OpalG711uLaw64k_Encoder@@UBE?AVPString@@XZ @44704 NONAME ?GetOutputFormat@OpalPluginCodec@@UBE?AVPString@@XZ @44705 NONAME ?GetOwnerEndPoint@H323TransactionServer@@QBEAAVH323EndPoint@@XZ @39648 NONAME ?GetPacketsTooLate@RTP_JitterBuffer@@QBEKXZ @39649 NONAME ?GetPacketsTooLate@RTP_Session@@QBEKXZ @12466 NONAME ?GetParamVars@PURL@@QBEABVPStringToString@@XZ @39650 NONAME ?GetPassword@H235Authenticator@@UBEABVPString@@XZ @45015 NONAME ?GetPayloadPtr@RTP_ControlFrame@@QBEPAEXZ @39651 NONAME ?GetPayloadPtr@RTP_DataFrame@@QBEPAEXZ @39652 NONAME ?GetPayloadSize@RTP_ControlFrame@@QBEHXZ @20330 NONAME ?GetPayloadSize@RTP_DataFrame@@QBEHXZ @39653 NONAME ?GetPayloadType@H323Capability@@QBE?AW4PayloadTypes@RTP_DataFrame@@XZ @39654 NONAME ?GetPayloadType@OpalMediaFormat@@QBE?AW4PayloadTypes@RTP_DataFrame@@XZ @39655 NONAME ?GetPayloadType@OpalRFC2833@@QBE?AW4PayloadTypes@RTP_DataFrame@@XZ @39656 NONAME ?GetPayloadType@RTP_ControlFrame@@QBEIXZ @39657 NONAME ?GetPayloadType@RTP_DataFrame@@QBE?AW4PayloadTypes@1@XZ @39658 NONAME ?GetPDU@H323RasPDU@@UAEAAVPASN_Object@@XZ @25428 NONAME ?GetPDU@H323RasPDU@@UBEABVPASN_Object@@XZ @24024 NONAME ?GetPDU@H501PDU@@UAEAAVPASN_Object@@XZ @25429 NONAME ?GetPDU@H501PDU@@UBEABVPASN_Object@@XZ @24025 NONAME ?GetPeerElement@H323GatekeeperServer@@QBEPAVH323PeerElement@@XZ @39659 NONAME ?GetPlayVolume@OpalIxJDevice@@UAEHIAAI@Z @12549 NONAME ?GetPlayVolume@OpalLineInterfaceDevice@@UAEHIAAI@Z @12550 NONAME ?GetPlayVolume@OpalVoipBlasterDevice@@UAEHIAAI@Z @20013 NONAME ?GetPort@PURL@@QBEGXZ @39660 NONAME ?GetPosition@PWAVFileConverterXLaw@@UBEJABVPWAVFile@@@Z @44367 NONAME ?GetPrefix@H323RegisteredEndPoint@@QBE?AVPString@@H@Z @19715 NONAME ?GetPrefixCount@H323RegisteredEndPoint@@QBEHXZ @39661 NONAME ?GetPriorityOption@H323PeerElementDescriptor@@SAII@Z @39662 NONAME ?GetProgressIndicator@Q931@@QBEHAAIPAI1@Z @20331 NONAME ?GetProtocolList@H323PeerElementDescriptor@@SAIABVH501_ArrayOf_SupportedProtocols@@@Z @25752 NONAME ?GetProtocolName@H323RasPDU@@UBEPBDXZ @25881 NONAME ?GetProtocolName@H501PDU@@UBEPBDXZ @25882 NONAME ?GetProtocolVersion@H323RegisteredEndPoint@@QBEIXZ @39663 NONAME ?GetQ931@H323SignalPDU@@QAEAAVQ931@@XZ @39664 NONAME ?GetQ931@H323SignalPDU@@QBEABVQ931@@XZ @39665 NONAME ?GetQ931Cause@H323Connection@@QBEIXZ @46032 NONAME ?GetQOS@RTP_UDP@@QAEAAVPQoS@@XZ @46027 NONAME ?GetRASAddress@H323RegisteredEndPoint@@QBE?AVH323TransportAddress@@H@Z @23871 NONAME ?GetRASAddresses@H323RegisteredEndPoint@@QBEABVH323TransportAddressArray@@XZ @39666 NONAME ?GetRasChannel@H323GatekeeperRequest@@QBEAAVH323GatekeeperListener@@XZ @39667 NONAME ?GetRasRequestRetries@H323EndPoint@@QBEIXZ @39668 NONAME ?GetRasRequestTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @39669 NONAME ?GetReadFormat@OpalIxJDevice@@UAE?AVOpalMediaFormat@@I@Z @12933 NONAME ?GetReadFormat@OpalVoipBlasterDevice@@UAE?AVOpalMediaFormat@@I@Z @20014 NONAME ?GetReadFrameSize@OpalIxJDevice@@UAEHI@Z @9387 NONAME ?GetReadFrameSize@OpalVoipBlasterDevice@@UAEHI@Z @20015 NONAME ?GetRealSendUserInputMode@H323Connection@@QBE?AW4SendUserInputModes@1@XZ @20360 NONAME ?GetReceiveHandler@OpalRFC2833@@QBEABVPNotifier@@XZ @39671 NONAME ?GetRecommendedFramesPerPacket@OpalG711ALaw64k_Base@@UBEIXZ @44706 NONAME ?GetRecommendedFramesPerPacket@OpalG711uLaw64k_Base@@UBEIXZ @44707 NONAME ?GetRecommendedFramesPerPacket@OpalPluginCodec@@UBEIXZ @44708 NONAME ?GetRecords@PDNS@@YAHABVPString@@AAVMXRecordList@1@@Z @45016 NONAME ?GetRecords@PDNS@@YAHABVPString@@AAVSRVRecordList@1@@Z @45017 NONAME ?GetRecordVolume@OpalIxJDevice@@UAEHIAAI@Z @12551 NONAME ?GetRecordVolume@OpalLineInterfaceDevice@@UAEHIAAI@Z @12552 NONAME ?GetRecordVolume@OpalVoipBlasterDevice@@UAEHIAAI@Z @20016 NONAME ?GetRedirectingNumber@Q931@@QBEHAAVPString@@PAI1111III@Z @19595 NONAME ?GetRegisteredEndPoint@H323GatekeeperRequest@@QAEHXZ @21129 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperARQ@@UBEIXZ @21130 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperBRQ@@UBEIXZ @21131 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperDRQ@@UBEIXZ @21132 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperGRQ@@UBEIXZ @21133 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperIRR@@UBEIXZ @21134 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperLRQ@@UBEIXZ @21135 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperRRQ@@UBEIXZ @21136 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperURQ@@UBEIXZ @21137 NONAME ?GetRegisteredMediaFormats@OpalMediaFormat@@SA?AV?$PList@VOpalMediaFormat@@@@XZ @26697 NONAME ?GetRegisteredMediaFormats@OpalMediaFormat@@SAXAAV?$PList@VOpalMediaFormat@@@@@Z @42777 NONAME ?GetRemoteAddress@H323TransportIP@@UBE?AVH323TransportAddress@@XZ @9391 NONAME ?GetRemoteAddress@H323_ExternalRTPChannel@@QBEHAAVAddress@PIPSocket@@AAG@Z @19914 NONAME ?GetRemoteAddress@RTP_UDP@@QBE?AVAddress@PIPSocket@@XZ @21278 NONAME ?GetRemoteApplication@H323Connection@@QBEABVPString@@XZ @39672 NONAME ?GetRemoteCallIntrusionProtectionLevel@H323Connection@@UAEHABVPString@@I@Z @21036 NONAME ?GetRemoteCallIntrusionProtectionLevel@H45011Handler@@QAEHABVPString@@I@Z @21037 NONAME ?GetRemoteControlPort@RTP_UDP@@QBEGXZ @39673 NONAME ?GetRemoteDataPort@RTP_UDP@@QBEGXZ @39674 NONAME ?GetRemoteId@H235Authenticator@@UBEABVPString@@XZ @45018 NONAME ?GetRemotePartyName@H323Connection@@QBEABVPString@@XZ @39676 NONAME ?GetRemotePartyNumber@H323Connection@@QBEABVPString@@XZ @39677 NONAME ?GetRemoveDTMF@OpalIxJDevice@@UAEHI@Z @9392 NONAME ?GetRemoveDTMF@OpalLineInterfaceDevice@@UAEHI@Z @9393 NONAME ?GetRemoveDTMF@OpalVoipBlasterDevice@@UAEHI@Z @20017 NONAME ?GetReplyAddress@H323Transaction@@QBE?AVH323TransportAddress@@XZ @26099 NONAME ?GetReplyAddresses@H323Transaction@@QBEABVH323TransportAddressArray@@XZ @39678 NONAME ?GetRequestInProgressDelay@H323RasPDU@@UBEIXZ @25883 NONAME ?GetRequestInProgressDelay@H501PDU@@UBEIXZ @25884 NONAME ?GetRequestModeTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @39679 NONAME ?GetRoundTripDelay@H245NegRoundTripDelay@@QBE?AVPTimeInterval@@XZ @9395 NONAME ?GetRoundTripDelay@H323Connection@@QBE?AVPTimeInterval@@XZ @9396 NONAME ?GetRoundTripDelayRate@H323EndPoint@@QBEABVPTimeInterval@@XZ @39681 NONAME ?GetRoundTripDelayTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @39682 NONAME ?GetRtpIpPortBase@H323EndPoint@@QBEGXZ @39683 NONAME ?GetRtpIpPortMax@H323EndPoint@@QBEGXZ @39684 NONAME ?GetRtpIpPortPair@H323EndPoint@@QAEGXZ @20605 NONAME ?GetRtpIpTypeofService@H323EndPoint@@QBEEXZ @23916 NONAME ?GetRTPPayload@OpalG711ALaw64k_Base@@UBEEXZ @44709 NONAME ?GetRTPPayload@OpalG711uLaw64k_Base@@UBEEXZ @44710 NONAME ?GetRTPPayload@OpalPluginCodec@@UBEEXZ @44711 NONAME ?GetRTPPayloadType@H323_RealTimeChannel@@UBE?AW4PayloadTypes@RTP_DataFrame@@XZ @44228 NONAME ?GetRxFramesInPacket@H323AudioCapability@@UBEIXZ @9399 NONAME ?GetRxFramesInPacket@H323Capability@@UBEIXZ @9400 NONAME ?GetSampleRate@OpalG711ALaw64k_Base@@UBEIXZ @44712 NONAME ?GetSampleRate@OpalG711uLaw64k_Base@@UBEIXZ @44713 NONAME ?GetSampleRate@OpalPluginCodec@@UBEIXZ @44714 NONAME ?GetSampleSize@PWAVFileConverterXLaw@@UBEIABVPWAVFile@@@Z @44368 NONAME ?GetSamplesPerFrame@OpalG711ALaw64k_Base@@UBEIXZ @44715 NONAME ?GetSamplesPerFrame@OpalG711uLaw64k_Base@@UBEIXZ @44716 NONAME ?GetSamplesPerFrame@OpalPluginCodec@@UBEIXZ @44717 NONAME ?GetScheme@PURL@@QBEABVPCaselessString@@XZ @39685 NONAME ?GetSDPFormat@OpalG711ALaw64k_Base@@UBE?AVPString@@XZ @44718 NONAME ?GetSDPFormat@OpalG711uLaw64k_Base@@UBE?AVPString@@XZ @44719 NONAME ?GetSDPFormat@OpalPluginCodec@@UBE?AVPString@@XZ @44720 NONAME ?GetSecurityRejectTag@H323GatekeeperARQ@@UBEIXZ @21138 NONAME ?GetSecurityRejectTag@H323GatekeeperBRQ@@UBEIXZ @21139 NONAME ?GetSecurityRejectTag@H323GatekeeperDRQ@@UBEIXZ @21140 NONAME ?GetSecurityRejectTag@H323GatekeeperGRQ@@UBEIXZ @21141 NONAME ?GetSecurityRejectTag@H323GatekeeperIRR@@UBEIXZ @21142 NONAME ?GetSecurityRejectTag@H323GatekeeperLRQ@@UBEIXZ @21143 NONAME ?GetSecurityRejectTag@H323GatekeeperRRQ@@UBEIXZ @21144 NONAME ?GetSecurityRejectTag@H323GatekeeperURQ@@UBEIXZ @21145 NONAME ?GetSendUserInputMode@H323EndPoint@@QBE?AW4SendUserInputModes@H323Connection@@XZ @39686 NONAME ?GetSequenceNumber@H323RasPDU@@UBEIXZ @24026 NONAME ?GetSequenceNumber@H501PDU@@UBEIXZ @24027 NONAME ?GetSequenceNumber@RTP_DataFrame@@QBEGXZ @39687 NONAME ?GetSerialNumber@OpalIxJDevice@@UAEKXZ @12793 NONAME ?GetSerialNumber@OpalVoipBlasterDevice@@UAEKXZ @20018 NONAME ?GetServiceControlType@H323HTTPServiceControl@@UBE?AVPString@@XZ @23218 NONAME ?GetServiceControlType@H323ServiceControlSession@@UBE?AVPString@@XZ @23219 NONAME ?GetSession@H323Connection@@UBEPAVRTP_Session@@I@Z @19862 NONAME ?GetSession@RTP_SessionManager@@QBEPAVRTP_Session@@I@Z @9402 NONAME ?GetSessionCallbacks@H323Connection@@UBEPAVH323_RTP_Session@@I@Z @19863 NONAME ?GetSessionCodecNames@H323Connection@@UBE?AVPString@@I@Z @19864 NONAME ?GetSessionID@H323Channel@@UBEIXZ @9405 NONAME ?GetSessionID@H323DataChannel@@UBEIXZ @20520 NONAME ?GetSessionID@H323_ExternalRTPChannel@@UBEIXZ @19915 NONAME ?GetSessionID@H323_RTPChannel@@UBEIXZ @9406 NONAME ?GetSessionID@RTP_Session@@QBEIXZ @39688 NONAME ?GetSignalAddress@H323RegisteredEndPoint@@QBE?AVH323TransportAddress@@H@Z @19111 NONAME ?GetSignalAddressCount@H323RegisteredEndPoint@@QBEHXZ @39689 NONAME ?GetSignalAddresses@H323RegisteredEndPoint@@QBEABVH323TransportAddressArray@@XZ @39690 NONAME ?GetSignalInfo@Q931@@QBE?AW4SignalInfo@1@XZ @12493 NONAME ?GetSignallingChannel@H323Connection@@QBEPBVH323Transport@@XZ @39691 NONAME ?GetSignallingChannelCallTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @39692 NONAME ?GetSignallingChannelConnectTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @46017 NONAME ?GetSignallingThreadStackSize@H323EndPoint@@QBEHXZ @39693 NONAME ?GetSignallingVersion@H323Connection@@QBEIXZ @39694 NONAME ?GetSilenceDetectionMode@H323AudioCodec@@QBE?AW4SilenceDetectionMode@1@PAHPAI@Z @14008 NONAME ?GetSilenceDetectionMode@H323EndPoint@@QBE?AW4SilenceDetectionMode@H323AudioCodec@@XZ @39695 NONAME ?GetSilenceDuration@H323_RTPChannel@@QBE?AVPTimeInterval@@XZ @20354 NONAME ?GetSize@H245NegLogicalChannels@@QBEHXZ @39696 NONAME ?GetSize@H323Capabilities@@QBEHXZ @39698 NONAME ?GetSize@PASN_Array@@QBEHXZ @39699 NONAME ?GetSize@PASN_BitString@@QBEIXZ @39700 NONAME ?GetSize@PASN_ObjectId@@QBEHXZ @39701 NONAME ?GetSize@PASN_OctetString@@QBEHXZ @39702 NONAME ?GetSoundChannelPlayDevice@H323EndPoint@@QBEABVPString@@XZ @39704 NONAME ?GetSoundChannelPlayDriver@H323EndPoint@@QBEABVPString@@XZ @44802 NONAME ?GetSoundChannelRecordDevice@H323EndPoint@@QBEABVPString@@XZ @39705 NONAME ?GetSoundChannelRecordDriver@H323EndPoint@@QBEABVPString@@XZ @44803 NONAME ?GetSourceAddress@H323GatekeeperCall@@QBE?AVPString@@XZ @20201 NONAME ?GetSourceAliases@H323SignalPDU@@QBE?AVPString@@PBVH323Transport@@@Z @18464 NONAME ?GetSourceE164@H323SignalPDU@@QBEHAAVPString@@@Z @14743 NONAME ?GetState@H4502Handler@@QBE?AW4State@1@XZ @39706 NONAME ?GetState@H4504Handler@@QBE?AW4State@1@XZ @39707 NONAME ?GetStdHeight@H323_RFC2190_H263Codec@@KAHW4StdSize@1@@Z @45980 NONAME ?GetStdSize@H323_RFC2190_H263Codec@@KAHHH@Z @45981 NONAME ?GetStdWidth@H323_RFC2190_H263Codec@@KAHW4StdSize@1@@Z @45982 NONAME ?GetSTUN@H323EndPoint@@QBEPAVPSTUNClient@@ABVAddress@PIPSocket@@@Z @23917 NONAME ?GetSubType@G7231_File_Capability@@UBEIXZ @20941 NONAME ?GetSubType@H323GenericAudioCapability@@UBEIXZ @45438 NONAME ?GetSubType@H323GenericVideoCapability@@UBEIXZ @45439 NONAME ?GetSubType@H323NonStandardAudioCapability@@UBEIXZ @9409 NONAME ?GetSubType@H323NonStandardDataCapability@@UBEIXZ @9410 NONAME ?GetSubType@H323NonStandardVideoCapability@@UBEIXZ @9411 NONAME ?GetSubType@H323PluginCapability@@UBEIXZ @39709 NONAME ?GetSubType@H323_G711Capability@@UBEIXZ @9413 NONAME ?GetSubType@H323_H261Capability@@UBEIXZ @9415 NONAME ?GetSubType@H323_LIDCapability@@UBEIXZ @9416 NONAME ?GetSubType@H323_RFC2190_H263Capability@@UBEIXZ @45983 NONAME ?GetSubType@H323_T120Capability@@UBEIXZ @9417 NONAME ?GetSubType@H323_T38Capability@@UBEIXZ @18936 NONAME ?GetSubType@H323_UserInputCapability@@UBEIXZ @9418 NONAME ?GetSyncSource@RTP_DataFrame@@QBEKXZ @39710 NONAME ?GetSyncSourceOut@RTP_Session@@QBEKXZ @39711 NONAME ?GetTag@PASN_Object@@QBEIXZ @39712 NONAME ?GetTcpIpTypeofService@H323EndPoint@@QBEEXZ @46028 NONAME ?GetTCPPortBase@H323EndPoint@@QBEGXZ @39713 NONAME ?GetTCPPortMax@H323EndPoint@@QBEGXZ @39714 NONAME ?GetTerminalType@H323EndPoint@@QBE?AW4TerminalTypes@1@XZ @39715 NONAME ?GetTimestamp@OpalRFC2833Info@@QBEIXZ @39717 NONAME ?GetTimestamp@RTP_DataFrame@@QBEKXZ @39718 NONAME ?GetTimestampGracePeriod@H235Authenticator@@UBEHXZ @45106 NONAME ?GetTimeToLive@H323GatekeeperServer@@QBEIXZ @39719 NONAME ?GetTimeUnits@OpalMediaFormat@@QBEIXZ @39720 NONAME ?GetTone@OpalRFC2833Info@@QBEDXZ @39721 NONAME ?GetToolName@RTP_Session@@QBE?AVPString@@XZ @21502 NONAME ?GetTransmitHandler@OpalRFC2833@@QBEABVPNotifier@@XZ @39722 NONAME ?GetTransport@H323Transactor@@QBEAAVH323Transport@@XZ @39723 NONAME ?GetTransport@OpalT38Protocol@@QBEPAVH323Transport@@XZ @39724 NONAME ?GetTransportAddress@H323ListenerTCP@@UBE?AVH323TransportAddress@@XZ @14053 NONAME ?GetTxFramesInPacket@H323AudioCapability@@UBEIXZ @9421 NONAME ?GetTxFramesInPacket@H323Capability@@UBEIXZ @9422 NONAME ?GetTxQualityLevel@H323AudioCodec@@UAEHH@Z @45440 NONAME ?GetTxQualityLevel@H323PluginFramedAudioCodec@@UBEHXZ @45441 NONAME ?GetTxQualityLevel@H323StreamedPluginAudioCodec@@UBEHXZ @45442 NONAME ?GetUDPPortBase@H323EndPoint@@QBEGXZ @39725 NONAME ?GetUDPPortMax@H323EndPoint@@QBEGXZ @39726 NONAME ?GetUserData@RTP_Session@@QBEPAVRTP_UserData@@XZ @39727 NONAME ?GetUserNameA@PURL@@QBEABVPString@@XZ @39728 NONAME ?GetUsersPassword@H323GatekeeperServer@@UBEHABVPString@@AAV2@@Z @19356 NONAME ?GetUsersPassword@H323GatekeeperServer@@UBEHABVPString@@AAV2@AAVH323RegisteredEndPoint@@@Z @42730 NONAME ?GetUUIEsRequested@H323Connection@@QBEIXZ @39729 NONAME ?GetVAD@OpalIxJDevice@@UAEHI@Z @12836 NONAME ?GetVAD@OpalLineInterfaceDevice@@UAEHI@Z @12837 NONAME ?GetVAD@OpalVoipBlasterDevice@@UAEHI@Z @20019 NONAME ?GetValue@PASN_BMPString@@QBE?AVPString@@XZ @21428 NONAME ?GetValue@PASN_ConstrainedString@@QBEABVPString@@XZ @39730 NONAME ?GetValue@PASN_Integer@@QBEIXZ @39731 NONAME ?GetValue@PASN_ObjectId@@QBEABV?$PScalarArray@I@@XZ @39732 NONAME ?GetValue@PASN_OctetString@@QBEABVPBYTEArray@@XZ @39733 NONAME ?GetVersion@RTP_DataFrame@@QBEIXZ @39734 NONAME ?GetWinkDuration@OpalIxJDevice@@UAEII@Z @26425 NONAME ?GetWinkDuration@OpalLineInterfaceDevice@@UAEII@Z @26426 NONAME ?GetWriteFormat@OpalIxJDevice@@UAE?AVOpalMediaFormat@@I@Z @12935 NONAME ?GetWriteFormat@OpalVoipBlasterDevice@@UAE?AVOpalMediaFormat@@I@Z @20020 NONAME ?GetWriteFrameSize@OpalIxJDevice@@UAEHI@Z @9424 NONAME ?GetWriteFrameSize@OpalVoipBlasterDevice@@UAEHI@Z @20021 NONAME ?h235AuthLoader@PWLibStupidLinkerHacks@@3HA @45019 NONAME ?h235AuthProcedure1Loader@PWLibStupidLinkerHacks@@3HA @45020 NONAME ?h261Loader@PWLibStupidLinkerHacks@@3HA @44721 NONAME ?H323GetAliasAddressE164@@YA?AVPString@@ABVH225_AliasAddress@@@Z @19850 NONAME ?H323GetAliasAddressE164@@YA?AVPString@@ABVH225_ArrayOf_AliasAddress@@@Z @19851 NONAME ?H323GetAliasAddressString@@YA?AVPString@@ABVH225_AliasAddress@@@Z @9429 NONAME ?H323GetAliasAddressStrings@@YA?AVPStringArray@@ABVH225_ArrayOf_AliasAddress@@@Z @26100 NONAME ?H323GetApplicationInfo@@YA?AVPString@@ABVH225_VendorIdentifier@@@Z @20499 NONAME ?H323GetInterfaceAddresses@@YA?AVH323TransportAddressArray@@ABV?$PList@VH323Listener@@@@HPAVH323Transport@@@Z @26395 NONAME ?H323GetInterfaceAddresses@@YA?AVH323TransportAddressArray@@ABVH323TransportAddress@@HPAVH323Transport@@@Z @26396 NONAME ?h323Loader@PWLibStupidLinkerHacks@@3HA @45105 NONAME ?H323SetAliasAddress@@YAXABVH323TransportAddress@@AAVH225_AliasAddress@@@Z @26397 NONAME ?H323SetAliasAddress@@YAXABVPString@@AAVH225_AliasAddress@@H@Z @20332 NONAME ?H323SetAliasAddresses@@YAXABVH323TransportAddressArray@@AAVH225_ArrayOf_AliasAddress@@@Z @26398 NONAME ?H323SetAliasAddresses@@YAXABVPStringArray@@AAVH225_ArrayOf_AliasAddress@@H@Z @26399 NONAME ?H323SetAliasAddresses@@YAXABVPStringList@@AAVH225_ArrayOf_AliasAddress@@H@Z @26400 NONAME ?H323SetTransportAddresses@@YAXABVH323Transport@@ABVH323TransportAddressArray@@AAVH225_ArrayOf_TransportAddress@@@Z @26401 NONAME ?H323TraceDumpPDU@@YAXPBDHABVPBYTEArray@@ABVPASN_Object@@ABVPASN_Choice@@IABVH323TransportAddress@@4@Z @45337 NONAME ?H323TranslateFromCallEndReason@@YA?AW4CauseValues@Q931@@ABVH323Connection@@AAVH225_ReleaseCompleteReason@@@Z @19848 NONAME ?H323TranslateFromCallEndReason@@YA?AW4CauseValues@Q931@@W4CallEndReason@H323Connection@@AAVH225_ReleaseCompleteReason@@@Z @45076 NONAME ?H323TranslateToCallEndReason@@YA?AW4CallEndReason@H323Connection@@W4CauseValues@Q931@@ABVH225_ReleaseCompleteReason@@@Z @19849 NONAME ?HadAnsweredCall@H323Connection@@QBEHXZ @39737 NONAME ?HandleAck@H245NegMasterSlaveDetermination@@QAEHABVH245_MasterSlaveDeterminationAck@@@Z @9432 NONAME ?HandleAck@H245NegRequestMode@@UAEHABVH245_RequestModeAck@@@Z @19877 NONAME ?HandleAck@H245NegTerminalCapabilitySet@@QAEHABVH245_TerminalCapabilitySetAck@@@Z @9434 NONAME ?HandleCallTransferFailure@H323Connection@@UAEXH@Z @20616 NONAME ?HandleCallTransferFailure@H4502Handler@@QAEXH@Z @19956 NONAME ?HandleChannel@H323_T120Channel@@UAEXXZ @20185 NONAME ?HandleClose@H245NegLogicalChannel@@UAEHABVH245_CloseLogicalChannel@@@Z @19544 NONAME ?HandleClose@H245NegLogicalChannels@@UAEHABVH245_CloseLogicalChannel@@@Z @19545 NONAME ?HandleCloseAck@H245NegLogicalChannel@@UAEHABVH245_CloseLogicalChannelAck@@@Z @19546 NONAME ?HandleCloseAck@H245NegLogicalChannels@@UAEHABVH245_CloseLogicalChannelAck@@@Z @19547 NONAME ?HandleConnect@OpalT120Protocol@@UAEHABVMCS_ConnectMCSPDU@@@Z @18937 NONAME ?HandleConsultationTransfer@H323Connection@@UAEXABVPString@@AAV1@@Z @20617 NONAME ?HandleConsultationTransfer@H4502Handler@@QAEXABVPString@@AAVH323Connection@@@Z @20222 NONAME ?HandleControlChannel@H323Connection@@UAEXXZ @9439 NONAME ?HandleControlData@H323Connection@@UAEHAAVPPER_Stream@@@Z @9440 NONAME ?HandleControlPDU@H323Connection@@UAEHABVH323ControlPDU@@@Z @9441 NONAME ?HandleDomain@OpalT120Protocol@@UAEHABVMCS_DomainMCSPDU@@@Z @18938 NONAME ?HandleFastStartAcknowledge@H323Connection@@UAEHABVH225_ArrayOf_PASN_OctetString@@@Z @9442 NONAME ?HandleFirstSignallingChannelPDU@H323Transport@@QAEHXZ @18939 NONAME ?HandleIncoming@H245NegMasterSlaveDetermination@@QAEHABVH245_MasterSlaveDetermination@@@Z @9444 NONAME ?HandleIncoming@H245NegTerminalCapabilitySet@@QAEHABVH245_TerminalCapabilitySet@@@Z @9445 NONAME ?HandleIntrudeCall@H323Connection@@UAEXABVPString@@0@Z @20668 NONAME ?HandleOpen@H245NegLogicalChannel@@UAEHABVH245_OpenLogicalChannel@@@Z @19548 NONAME ?HandleOpen@H245NegLogicalChannels@@UAEHABVH245_OpenLogicalChannel@@@Z @19549 NONAME ?HandleOpenAck@H245NegLogicalChannel@@UAEHABVH245_OpenLogicalChannelAck@@@Z @19550 NONAME ?HandleOpenAck@H245NegLogicalChannels@@UAEHABVH245_OpenLogicalChannelAck@@@Z @19551 NONAME ?HandleOpenConfirm@H245NegLogicalChannel@@UAEHABVH245_OpenLogicalChannelConfirm@@@Z @19552 NONAME ?HandleOpenConfirm@H245NegLogicalChannels@@UAEHABVH245_OpenLogicalChannelConfirm@@@Z @19553 NONAME ?HandlePacket@OpalT38Protocol@@UAEHABVT38_IFPPacket@@@Z @18941 NONAME ?HandlePacketLost@OpalT38Protocol@@UAEHI@Z @19707 NONAME ?HandlePDU@H323Transaction@@QAEHXZ @26101 NONAME ?HandlePDU@H450xDispatcher@@UAEHABVH323SignalPDU@@@Z @20669 NONAME ?HandleRawIFP@OpalT38Protocol@@IAEHABVPASN_OctetString@@@Z @23656 NONAME ?HandleReject@H245NegLogicalChannel@@UAEHABVH245_OpenLogicalChannelReject@@@Z @19554 NONAME ?HandleReject@H245NegLogicalChannels@@UAEHABVH245_OpenLogicalChannelReject@@@Z @19555 NONAME ?HandleReject@H245NegMasterSlaveDetermination@@QAEHABVH245_MasterSlaveDeterminationReject@@@Z @9456 NONAME ?HandleReject@H245NegRequestMode@@UAEHABVH245_RequestModeReject@@@Z @19878 NONAME ?HandleReject@H245NegTerminalCapabilitySet@@QAEHABVH245_TerminalCapabilitySetReject@@@Z @9458 NONAME ?HandleRelease@H245NegMasterSlaveDetermination@@QAEHABVH245_MasterSlaveDeterminationRelease@@@Z @9459 NONAME ?HandleRelease@H245NegRequestMode@@UAEHABVH245_RequestModeRelease@@@Z @19879 NONAME ?HandleRelease@H245NegTerminalCapabilitySet@@QAEHABVH245_TerminalCapabilitySetRelease@@@Z @9461 NONAME ?HandleRequest@H245NegRequestMode@@UAEHABVH245_RequestMode@@@Z @19880 NONAME ?HandleRequest@H245NegRoundTripDelay@@QAEHABVH245_RoundTripDelayRequest@@@Z @9463 NONAME ?HandleRequestClose@H245NegLogicalChannel@@UAEHABVH245_RequestChannelClose@@@Z @19556 NONAME ?HandleRequestClose@H245NegLogicalChannels@@UAEHABVH245_RequestChannelClose@@@Z @19557 NONAME ?HandleRequestCloseAck@H245NegLogicalChannel@@UAEHABVH245_RequestChannelCloseAck@@@Z @19558 NONAME ?HandleRequestCloseAck@H245NegLogicalChannels@@UAEHABVH245_RequestChannelCloseAck@@@Z @19559 NONAME ?HandleRequestCloseReject@H245NegLogicalChannel@@UAEHABVH245_RequestChannelCloseReject@@@Z @19560 NONAME ?HandleRequestCloseReject@H245NegLogicalChannels@@UAEHABVH245_RequestChannelCloseReject@@@Z @19561 NONAME ?HandleRequestCloseRelease@H245NegLogicalChannel@@UAEHABVH245_RequestChannelCloseRelease@@@Z @19562 NONAME ?HandleRequestCloseRelease@H245NegLogicalChannels@@UAEHABVH245_RequestChannelCloseRelease@@@Z @19563 NONAME ?HandleRequestInProgress@H323Transactor@@IAEHABVH323TransactionPDU@@I@Z @25885 NONAME ?HandleResponse@H245NegRoundTripDelay@@QAEHABVH245_RoundTripDelayResponse@@@Z @9472 NONAME ?HandleServiceRequest@H323PeerElement@@IAE?AW4Response@H323Transaction@@AAVH501ServiceRequest@@@Z @26512 NONAME ?HandleSignallingChannel@H323Connection@@UAEXXZ @20618 NONAME ?HandleSignalPDU@H323Connection@@UAEHAAVH323SignalPDU@@@Z @9474 NONAME ?HandleStatus@OpalVoipBlasterDevice@@IAEXH@Z @26676 NONAME ?HandleTimeout@H245NegLogicalChannel@@UAEXAAVPTimer@@H@Z @9475 NONAME ?HandleTimeout@H245NegMasterSlaveDetermination@@UAEXAAVPTimer@@H@Z @9476 NONAME ?HandleTimeout@H245Negotiator@@MAEXAAVPTimer@@H@Z @9477 NONAME ?HandleTimeout@H245NegRequestMode@@UAEXAAVPTimer@@H@Z @9478 NONAME ?HandleTimeout@H245NegRoundTripDelay@@UAEXAAVPTimer@@H@Z @9479 NONAME ?HandleTimeout@H245NegTerminalCapabilitySet@@UAEXAAVPTimer@@H@Z @9480 NONAME ?HandleTransaction@H225_RAS@@UAEHABVPASN_Object@@@Z @25886 NONAME ?HandleTransaction@H323_AnnexG@@UAEHABVPASN_Object@@@Z @25887 NONAME ?HandleTransactions@H323Transactor@@MAEXAAVPThread@@H@Z @25888 NONAME ?HandleTransferCall@H323Connection@@UAEXABVPString@@0@Z @20619 NONAME ?HandleTunnelPDU@H323Connection@@UAEXPAVH323SignalPDU@@@Z @20097 NONAME ?HasConnection@H323EndPoint@@UAEHABVPString@@@Z @9482 NONAME ?HashFunction@H323ChannelNumber@@UBEHXZ @9484 NONAME ?HashFunction@OpalGloballyUniqueID@@UBEHXZ @13850 NONAME ?HasHookFlash@OpalIxJDevice@@UAEHI@Z @12828 NONAME ?HasHookFlash@OpalLineInterfaceDevice@@UAEHI@Z @12829 NONAME ?HasHookFlash@OpalVoipBlasterDevice@@UAEHI@Z @20022 NONAME ?HasIE@Q931@@QBEHW4InformationElementCodes@1@@Z @12652 NONAME ?HasReceivedCapabilities@H245NegTerminalCapabilitySet@@QBEHXZ @39738 NONAME ?HasSentCapabilities@H245NegTerminalCapabilitySet@@QBEHXZ @39739 NONAME ?height@P64Decoder@@QBEHXZ @39741 NONAME ?HoldCall@H323Connection@@QAEXH@Z @15096 NONAME ?HoldCall@H323EndPoint@@QAEXABVPString@@H@Z @15097 NONAME ?HoldCall@H4504Handler@@QAEXH@Z @19462 NONAME ?HookFlash@OpalLineInterfaceDevice@@UAEHII@Z @9485 NONAME ?In@RTP_JitterBufferAnalyser@@QAEXKIPBD@Z @12462 NONAME ?IncEncodeAndGetPacket@H261PixelEncoder@@QAEXPAEAAI@Z @20333 NONAME ?IncEncodeAndGetPacket@P64Encoder@@QAEXPAEAAI@Z @20334 NONAME ?IncrementReference@RTP_Session@@QAEXXZ @39742 NONAME ?InfoRequest@H323GatekeeperListener@@UAEHAAVH323RegisteredEndPoint@@PAVH323GatekeeperCall@@@Z @21056 NONAME ?InfoRequestResponse@H323Gatekeeper@@QAEXABVH323Connection@@@Z @20539 NONAME ?InfoRequestResponse@H323Gatekeeper@@QAEXABVH323Connection@@ABVH225_H323_UU_PDU@@H@Z @19574 NONAME ?InfoRequestResponse@H323Gatekeeper@@QAEXXZ @20540 NONAME ?init@P64Decoder@@IAEXXZ @9487 NONAME ?inithuff@P64Decoder@@IAEXXZ @9488 NONAME ?initquant@P64Decoder@@IAEXXZ @9489 NONAME ?insert@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAE?AViterator@12@V312@ABULookupRecord@@@Z @45021 NONAME ?insert@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE?AU?$pair@Viterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@_N@2@ABU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@Z @44369 NONAME ?insert@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE?AViterator@12@V312@ABU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@Z @44370 NONAME ?insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AU?$pair@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@@Z @45022 NONAME ?insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@@Z @45023 NONAME ?insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AU?$pair@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@@Z @44120 NONAME ?insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@@Z @44121 NONAME ?insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AU?$pair@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@@Z @44724 NONAME ?insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@@Z @44725 NONAME ?insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AU?$pair@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@@Z @44122 NONAME ?insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@@Z @44123 NONAME ?insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AU?$pair@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@2@@Z @44124 NONAME ?insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@2@@Z @44125 NONAME ?InternalCreateGatekeeper@H323EndPoint@@IAEPAVH323Gatekeeper@@PAVH323Transport@@@Z @12723 NONAME ?InternalEndSessionCheck@H323Connection@@IAEHAAVPPER_Stream@@@Z @20704 NONAME ?InternalEstablishedConnectionCheck@H323Connection@@MAEXXZ @20615 NONAME ?InternalIsDescendant@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBEHPBD@Z @39743 NONAME ?InternalIsDescendant@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBEHPBD@Z @39744 NONAME ?InternalIsDescendant@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBEHPBD@Z @39745 NONAME ?InternalIsDescendant@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBEHPBD@Z @39746 NONAME ?InternalIsDescendant@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBEHPBD@Z @39747 NONAME ?InternalIsDescendant@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBEHPBD@Z @39748 NONAME ?InternalIsDescendant@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBEHPBD@Z @39749 NONAME ?InternalIsDescendant@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBEHPBD@Z @39750 NONAME ?InternalIsDescendant@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBEHPBD@Z @39751 NONAME ?InternalIsDescendant@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBEHPBD@Z @39752 NONAME ?InternalIsDescendant@?$PArray@V?$PList@VH323Capability@@@@@@UBEHPBD@Z @39753 NONAME ?InternalIsDescendant@?$PArray@VH323SimultaneousCapabilities@@@@UBEHPBD@Z @39754 NONAME ?InternalIsDescendant@?$PArray@VH323TransportAddress@@@@UBEHPBD@Z @39755 NONAME ?InternalIsDescendant@?$PArray@VReceiverReport@RTP_Session@@@@UBEHPBD@Z @39756 NONAME ?InternalIsDescendant@?$PArray@VSourceDescription@RTP_Session@@@@UBEHPBD@Z @39757 NONAME ?InternalIsDescendant@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UBEHPBD@Z @39758 NONAME ?InternalIsDescendant@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UBEHPBD@Z @39759 NONAME ?InternalIsDescendant@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UBEHPBD@Z @39760 NONAME ?InternalIsDescendant@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UBEHPBD@Z @39761 NONAME ?InternalIsDescendant@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UBEHPBD@Z @39762 NONAME ?InternalIsDescendant@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UBEHPBD@Z @39763 NONAME ?InternalIsDescendant@?$PDictionary@VPString@@VH323Connection@@@@UBEHPBD@Z @39764 NONAME ?InternalIsDescendant@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UBEHPBD@Z @39765 NONAME ?InternalIsDescendant@?$PDictionary@VPString@@VPOrdinalKey@@@@UBEHPBD@Z @39766 NONAME ?InternalIsDescendant@?$PList@VH235Authenticator@@@@UBEHPBD@Z @39767 NONAME ?InternalIsDescendant@?$PList@VH245_GenericParameter@@@@UBEHPBD@Z @45443 NONAME ?InternalIsDescendant@?$PList@VH263Packet@@@@UBEHPBD@Z @45984 NONAME ?InternalIsDescendant@?$PList@VH323Capability@@@@UBEHPBD@Z @39769 NONAME ?InternalIsDescendant@?$PList@VH323Channel@@@@UBEHPBD@Z @39770 NONAME ?InternalIsDescendant@?$PList@VH323GatekeeperListener@@@@UBEHPBD@Z @39771 NONAME ?InternalIsDescendant@?$PList@VH323Listener@@@@UBEHPBD@Z @39772 NONAME ?InternalIsDescendant@?$PList@VH323Transactor@@@@UBEHPBD@Z @39773 NONAME ?InternalIsDescendant@?$PList@VH450xHandler@@@@UBEHPBD@Z @39774 NONAME ?InternalIsDescendant@?$PList@VOpalMediaFormat@@@@UBEHPBD@Z @39776 NONAME ?InternalIsDescendant@?$PList@VPBYTEArray@@@@UBEHPBD@Z @39777 NONAME ?InternalIsDescendant@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UBEHPBD@Z @39778 NONAME ?InternalIsDescendant@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UBEHPBD@Z @39779 NONAME ?InternalIsDescendant@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UBEHPBD@Z @39780 NONAME ?InternalIsDescendant@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UBEHPBD@Z @39781 NONAME ?InternalIsDescendant@?$PSafePtr@VH323GatekeeperCall@@@@UBEHPBD@Z @39782 NONAME ?InternalIsDescendant@?$PSafePtr@VH323PeerElementDescriptor@@@@UBEHPBD@Z @39783 NONAME ?InternalIsDescendant@?$PSafePtr@VH323PeerElementServiceRelationship@@@@UBEHPBD@Z @39784 NONAME ?InternalIsDescendant@?$PSafePtr@VH323RegisteredEndPoint@@@@UBEHPBD@Z @39785 NONAME ?InternalIsDescendant@?$PSet@VPOrdinalKey@@@@UBEHPBD@Z @39786 NONAME ?InternalIsDescendant@?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@UBEHPBD@Z @39787 NONAME ?InternalIsDescendant@?$PSortedList@VH225_AliasAddress@@@@UBEHPBD@Z @39788 NONAME ?InternalIsDescendant@?$PSortedList@VH323GatekeeperCall@@@@UBEHPBD@Z @39789 NONAME ?InternalIsDescendant@?$PSortedList@VH323PeerElementDescriptor@@@@UBEHPBD@Z @39790 NONAME ?InternalIsDescendant@?$PSortedList@VH323PeerElementServiceRelationship@@@@UBEHPBD@Z @39791 NONAME ?InternalIsDescendant@?$PSortedList@VMXRecord@PDNS@@@@UBEHPBD@Z @45024 NONAME ?InternalIsDescendant@?$PSortedList@VResponse@H323Transactor@@@@UBEHPBD@Z @39792 NONAME ?InternalIsDescendant@?$PSortedList@VSRVRecord@PDNS@@@@UBEHPBD@Z @45025 NONAME ?InternalIsDescendant@AlternateInfo@H323Gatekeeper@@UBEHPBD@Z @39793 NONAME ?InternalIsDescendant@ByteQueue@OpalVoipBlasterDevice@@UBEHPBD@Z @39794 NONAME ?InternalIsDescendant@FilterInfo@H323Codec@@UBEHPBD@Z @39796 NONAME ?InternalIsDescendant@G7231_File_Capability@@UBEHPBD@Z @39797 NONAME ?InternalIsDescendant@G7231_File_Codec@@UBEHPBD@Z @39798 NONAME ?InternalIsDescendant@GCC_AlternativeNodeID@@UBEHPBD@Z @39799 NONAME ?InternalIsDescendant@GCC_ApplicationInvokeIndication@@UBEHPBD@Z @39800 NONAME ?InternalIsDescendant@GCC_ApplicationInvokeSpecifier@@UBEHPBD@Z @39801 NONAME ?InternalIsDescendant@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@UBEHPBD@Z @39802 NONAME ?InternalIsDescendant@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBEHPBD@Z @39803 NONAME ?InternalIsDescendant@GCC_ApplicationRecord@@UBEHPBD@Z @39804 NONAME ?InternalIsDescendant@GCC_ApplicationRecord_nonCollapsingCapabilities@@UBEHPBD@Z @39805 NONAME ?InternalIsDescendant@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBEHPBD@Z @39806 NONAME ?InternalIsDescendant@GCC_ArrayOf_ApplicationInvokeSpecifier@@UBEHPBD@Z @39807 NONAME ?InternalIsDescendant@GCC_ArrayOf_ChallengeItem@@UBEHPBD@Z @39808 NONAME ?InternalIsDescendant@GCC_ArrayOf_ConferenceDescriptor@@UBEHPBD@Z @39809 NONAME ?InternalIsDescendant@GCC_ArrayOf_Privilege@@UBEHPBD@Z @39810 NONAME ?InternalIsDescendant@GCC_ArrayOf_TextString@@UBEHPBD@Z @39811 NONAME ?InternalIsDescendant@GCC_ArrayOf_UserID@@UBEHPBD@Z @39812 NONAME ?InternalIsDescendant@GCC_AsymmetryIndicator@@UBEHPBD@Z @39813 NONAME ?InternalIsDescendant@GCC_CapabilityClass@@UBEHPBD@Z @39814 NONAME ?InternalIsDescendant@GCC_CapabilityID@@UBEHPBD@Z @39815 NONAME ?InternalIsDescendant@GCC_ChallengeItem@@UBEHPBD@Z @39816 NONAME ?InternalIsDescendant@GCC_ChallengeRequest@@UBEHPBD@Z @39817 NONAME ?InternalIsDescendant@GCC_ChallengeResponse@@UBEHPBD@Z @39818 NONAME ?InternalIsDescendant@GCC_ChallengeResponseAlgorithm@@UBEHPBD@Z @39819 NONAME ?InternalIsDescendant@GCC_ChallengeResponseItem@@UBEHPBD@Z @39820 NONAME ?InternalIsDescendant@GCC_ChannelID@@UBEHPBD@Z @39821 NONAME ?InternalIsDescendant@GCC_ChannelType@@UBEHPBD@Z @39822 NONAME ?InternalIsDescendant@GCC_ConductorAssignIndication@@UBEHPBD@Z @39823 NONAME ?InternalIsDescendant@GCC_ConductorPermissionAskIndication@@UBEHPBD@Z @39824 NONAME ?InternalIsDescendant@GCC_ConductorPermissionGrantIndication@@UBEHPBD@Z @39825 NONAME ?InternalIsDescendant@GCC_ConductorReleaseIndication@@UBEHPBD@Z @39826 NONAME ?InternalIsDescendant@GCC_ConferenceAddRequest@@UBEHPBD@Z @39827 NONAME ?InternalIsDescendant@GCC_ConferenceAddResponse@@UBEHPBD@Z @39828 NONAME ?InternalIsDescendant@GCC_ConferenceAddResponse_result@@UBEHPBD@Z @39829 NONAME ?InternalIsDescendant@GCC_ConferenceAssistanceIndication@@UBEHPBD@Z @39830 NONAME ?InternalIsDescendant@GCC_ConferenceCreateRequest@@UBEHPBD@Z @39831 NONAME ?InternalIsDescendant@GCC_ConferenceCreateResponse@@UBEHPBD@Z @39832 NONAME ?InternalIsDescendant@GCC_ConferenceCreateResponse_result@@UBEHPBD@Z @39833 NONAME ?InternalIsDescendant@GCC_ConferenceDescriptor@@UBEHPBD@Z @39834 NONAME ?InternalIsDescendant@GCC_ConferenceEjectUserIndication@@UBEHPBD@Z @39835 NONAME ?InternalIsDescendant@GCC_ConferenceEjectUserIndication_reason@@UBEHPBD@Z @39836 NONAME ?InternalIsDescendant@GCC_ConferenceEjectUserRequest@@UBEHPBD@Z @39837 NONAME ?InternalIsDescendant@GCC_ConferenceEjectUserRequest_reason@@UBEHPBD@Z @39838 NONAME ?InternalIsDescendant@GCC_ConferenceEjectUserResponse@@UBEHPBD@Z @39839 NONAME ?InternalIsDescendant@GCC_ConferenceEjectUserResponse_result@@UBEHPBD@Z @39840 NONAME ?InternalIsDescendant@GCC_ConferenceInviteRequest@@UBEHPBD@Z @39841 NONAME ?InternalIsDescendant@GCC_ConferenceInviteResponse@@UBEHPBD@Z @39842 NONAME ?InternalIsDescendant@GCC_ConferenceInviteResponse_result@@UBEHPBD@Z @39843 NONAME ?InternalIsDescendant@GCC_ConferenceJoinRequest@@UBEHPBD@Z @39844 NONAME ?InternalIsDescendant@GCC_ConferenceJoinResponse@@UBEHPBD@Z @39845 NONAME ?InternalIsDescendant@GCC_ConferenceJoinResponse_result@@UBEHPBD@Z @39846 NONAME ?InternalIsDescendant@GCC_ConferenceLockIndication@@UBEHPBD@Z @39847 NONAME ?InternalIsDescendant@GCC_ConferenceLockRequest@@UBEHPBD@Z @39848 NONAME ?InternalIsDescendant@GCC_ConferenceLockResponse@@UBEHPBD@Z @39849 NONAME ?InternalIsDescendant@GCC_ConferenceLockResponse_result@@UBEHPBD@Z @39850 NONAME ?InternalIsDescendant@GCC_ConferenceName@@UBEHPBD@Z @39851 NONAME ?InternalIsDescendant@GCC_ConferenceNameModifier@@UBEHPBD@Z @39852 NONAME ?InternalIsDescendant@GCC_ConferenceNameSelector@@UBEHPBD@Z @39853 NONAME ?InternalIsDescendant@GCC_ConferencePriority@@UBEHPBD@Z @39854 NONAME ?InternalIsDescendant@GCC_ConferencePriorityScheme@@UBEHPBD@Z @39855 NONAME ?InternalIsDescendant@GCC_ConferenceQueryRequest@@UBEHPBD@Z @39856 NONAME ?InternalIsDescendant@GCC_ConferenceQueryResponse@@UBEHPBD@Z @39857 NONAME ?InternalIsDescendant@GCC_ConferenceQueryResponse_result@@UBEHPBD@Z @39858 NONAME ?InternalIsDescendant@GCC_ConferenceTerminateIndication@@UBEHPBD@Z @39859 NONAME ?InternalIsDescendant@GCC_ConferenceTerminateIndication_reason@@UBEHPBD@Z @39860 NONAME ?InternalIsDescendant@GCC_ConferenceTerminateRequest@@UBEHPBD@Z @39861 NONAME ?InternalIsDescendant@GCC_ConferenceTerminateRequest_reason@@UBEHPBD@Z @39862 NONAME ?InternalIsDescendant@GCC_ConferenceTerminateResponse@@UBEHPBD@Z @39863 NONAME ?InternalIsDescendant@GCC_ConferenceTerminateResponse_result@@UBEHPBD@Z @39864 NONAME ?InternalIsDescendant@GCC_ConferenceTimeExtendIndication@@UBEHPBD@Z @39865 NONAME ?InternalIsDescendant@GCC_ConferenceTimeInquireIndication@@UBEHPBD@Z @39866 NONAME ?InternalIsDescendant@GCC_ConferenceTimeRemainingIndication@@UBEHPBD@Z @39867 NONAME ?InternalIsDescendant@GCC_ConferenceTransferIndication@@UBEHPBD@Z @39868 NONAME ?InternalIsDescendant@GCC_ConferenceTransferRequest@@UBEHPBD@Z @39869 NONAME ?InternalIsDescendant@GCC_ConferenceTransferResponse@@UBEHPBD@Z @39870 NONAME ?InternalIsDescendant@GCC_ConferenceTransferResponse_result@@UBEHPBD@Z @39871 NONAME ?InternalIsDescendant@GCC_ConferenceUnlockIndication@@UBEHPBD@Z @39872 NONAME ?InternalIsDescendant@GCC_ConferenceUnlockRequest@@UBEHPBD@Z @39873 NONAME ?InternalIsDescendant@GCC_ConferenceUnlockResponse@@UBEHPBD@Z @39874 NONAME ?InternalIsDescendant@GCC_ConferenceUnlockResponse_result@@UBEHPBD@Z @39875 NONAME ?InternalIsDescendant@GCC_ConnectData@@UBEHPBD@Z @39876 NONAME ?InternalIsDescendant@GCC_ConnectGCCPDU@@UBEHPBD@Z @39877 NONAME ?InternalIsDescendant@GCC_DialingString@@UBEHPBD@Z @39878 NONAME ?InternalIsDescendant@GCC_DynamicChannelID@@UBEHPBD@Z @39879 NONAME ?InternalIsDescendant@GCC_DynamicTokenID@@UBEHPBD@Z @39880 NONAME ?InternalIsDescendant@GCC_EntityID@@UBEHPBD@Z @39881 NONAME ?InternalIsDescendant@GCC_ExtraDialingString@@UBEHPBD@Z @39882 NONAME ?InternalIsDescendant@GCC_FunctionNotSupportedResponse@@UBEHPBD@Z @39883 NONAME ?InternalIsDescendant@GCC_GCCPDU@@UBEHPBD@Z @39884 NONAME ?InternalIsDescendant@GCC_H221NonStandardIdentifier@@UBEHPBD@Z @39885 NONAME ?InternalIsDescendant@GCC_Handle@@UBEHPBD@Z @39886 NONAME ?InternalIsDescendant@GCC_IndicationPDU@@UBEHPBD@Z @39887 NONAME ?InternalIsDescendant@GCC_Key@@UBEHPBD@Z @39888 NONAME ?InternalIsDescendant@GCC_NetworkAddress@@UBEHPBD@Z @39889 NONAME ?InternalIsDescendant@GCC_NetworkAddress_subtype@@UBEHPBD@Z @39890 NONAME ?InternalIsDescendant@GCC_NetworkAddress_subtype_aggregatedChannel@@UBEHPBD@Z @39891 NONAME ?InternalIsDescendant@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBEHPBD@Z @39892 NONAME ?InternalIsDescendant@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBEHPBD@Z @39893 NONAME ?InternalIsDescendant@GCC_NetworkAddress_subtype_transportConnection@@UBEHPBD@Z @39894 NONAME ?InternalIsDescendant@GCC_NodeProperties@@UBEHPBD@Z @39895 NONAME ?InternalIsDescendant@GCC_NodeRecord@@UBEHPBD@Z @39896 NONAME ?InternalIsDescendant@GCC_NodeType@@UBEHPBD@Z @39897 NONAME ?InternalIsDescendant@GCC_NonStandardParameter@@UBEHPBD@Z @39898 NONAME ?InternalIsDescendant@GCC_NonStandardPDU@@UBEHPBD@Z @39899 NONAME ?InternalIsDescendant@GCC_Password@@UBEHPBD@Z @39900 NONAME ?InternalIsDescendant@GCC_PasswordChallengeRequestResponse@@UBEHPBD@Z @39901 NONAME ?InternalIsDescendant@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBEHPBD@Z @39902 NONAME ?InternalIsDescendant@GCC_PasswordSelector@@UBEHPBD@Z @39903 NONAME ?InternalIsDescendant@GCC_Privilege@@UBEHPBD@Z @39904 NONAME ?InternalIsDescendant@GCC_RegistryAllocateHandleRequest@@UBEHPBD@Z @39905 NONAME ?InternalIsDescendant@GCC_RegistryAllocateHandleResponse@@UBEHPBD@Z @39906 NONAME ?InternalIsDescendant@GCC_RegistryAllocateHandleResponse_result@@UBEHPBD@Z @39907 NONAME ?InternalIsDescendant@GCC_RegistryAssignTokenRequest@@UBEHPBD@Z @39908 NONAME ?InternalIsDescendant@GCC_RegistryDeleteEntryRequest@@UBEHPBD@Z @39909 NONAME ?InternalIsDescendant@GCC_RegistryEntryOwner@@UBEHPBD@Z @39910 NONAME ?InternalIsDescendant@GCC_RegistryEntryOwner_owned@@UBEHPBD@Z @39911 NONAME ?InternalIsDescendant@GCC_RegistryItem@@UBEHPBD@Z @39912 NONAME ?InternalIsDescendant@GCC_RegistryKey@@UBEHPBD@Z @39913 NONAME ?InternalIsDescendant@GCC_RegistryModificationRights@@UBEHPBD@Z @39914 NONAME ?InternalIsDescendant@GCC_RegistryMonitorEntryIndication@@UBEHPBD@Z @39915 NONAME ?InternalIsDescendant@GCC_RegistryMonitorEntryRequest@@UBEHPBD@Z @39916 NONAME ?InternalIsDescendant@GCC_RegistryRegisterChannelRequest@@UBEHPBD@Z @39917 NONAME ?InternalIsDescendant@GCC_RegistryResponse@@UBEHPBD@Z @39918 NONAME ?InternalIsDescendant@GCC_RegistryResponse_primitiveType@@UBEHPBD@Z @39919 NONAME ?InternalIsDescendant@GCC_RegistryResponse_result@@UBEHPBD@Z @39920 NONAME ?InternalIsDescendant@GCC_RegistryRetrieveEntryRequest@@UBEHPBD@Z @39921 NONAME ?InternalIsDescendant@GCC_RegistrySetParameterRequest@@UBEHPBD@Z @39922 NONAME ?InternalIsDescendant@GCC_RequestPDU@@UBEHPBD@Z @39923 NONAME ?InternalIsDescendant@GCC_ResponsePDU@@UBEHPBD@Z @39924 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication@@UBEHPBD@Z @39925 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation@@UBEHPBD@Z @39926 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBEHPBD@Z @39927 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@UBEHPBD@Z @39928 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@UBEHPBD@Z @39929 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBEHPBD@Z @39930 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@UBEHPBD@Z @39931 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@UBEHPBD@Z @39932 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBEHPBD@Z @39933 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@UBEHPBD@Z @39934 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBEHPBD@Z @39935 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@UBEHPBD@Z @39936 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_nodeInformation@@UBEHPBD@Z @39937 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@UBEHPBD@Z @39938 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@UBEHPBD@Z @39939 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBEHPBD@Z @39940 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@UBEHPBD@Z @39941 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBEHPBD@Z @39942 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@UBEHPBD@Z @39943 NONAME ?InternalIsDescendant@GCC_SessionKey@@UBEHPBD@Z @39944 NONAME ?InternalIsDescendant@GCC_SimpleNumericString@@UBEHPBD@Z @39945 NONAME ?InternalIsDescendant@GCC_SimpleTextString@@UBEHPBD@Z @39946 NONAME ?InternalIsDescendant@GCC_StaticChannelID@@UBEHPBD@Z @39947 NONAME ?InternalIsDescendant@GCC_StaticTokenID@@UBEHPBD@Z @39948 NONAME ?InternalIsDescendant@GCC_SubAddressString@@UBEHPBD@Z @39949 NONAME ?InternalIsDescendant@GCC_TerminationMethod@@UBEHPBD@Z @39950 NONAME ?InternalIsDescendant@GCC_TextMessageIndication@@UBEHPBD@Z @39951 NONAME ?InternalIsDescendant@GCC_TextString@@UBEHPBD@Z @39952 NONAME ?InternalIsDescendant@GCC_Time@@UBEHPBD@Z @39953 NONAME ?InternalIsDescendant@GCC_TokenID@@UBEHPBD@Z @39954 NONAME ?InternalIsDescendant@GCC_UserData@@UBEHPBD@Z @39955 NONAME ?InternalIsDescendant@GCC_UserData_subtype@@UBEHPBD@Z @39956 NONAME ?InternalIsDescendant@GCC_UserID@@UBEHPBD@Z @39957 NONAME ?InternalIsDescendant@GCC_UserIDIndication@@UBEHPBD@Z @39958 NONAME ?InternalIsDescendant@H225CallThread@@UBEHPBD@Z @39959 NONAME ?InternalIsDescendant@H225TransportThread@@UBEHPBD@Z @39960 NONAME ?InternalIsDescendant@H225_AddressPattern@@UBEHPBD@Z @39961 NONAME ?InternalIsDescendant@H225_AddressPattern_range@@UBEHPBD@Z @39962 NONAME ?InternalIsDescendant@H225_AdmissionConfirm@@UBEHPBD@Z @39963 NONAME ?InternalIsDescendant@H225_AdmissionConfirm_language@@UBEHPBD@Z @39964 NONAME ?InternalIsDescendant@H225_AdmissionReject@@UBEHPBD@Z @39965 NONAME ?InternalIsDescendant@H225_AdmissionRejectReason@@UBEHPBD@Z @39966 NONAME ?InternalIsDescendant@H225_AdmissionRequest@@UBEHPBD@Z @39967 NONAME ?InternalIsDescendant@H225_Alerting_UUIE@@UBEHPBD@Z @39968 NONAME ?InternalIsDescendant@H225_AliasAddress@@UBEHPBD@Z @39969 NONAME ?InternalIsDescendant@H225_AlternateGK@@UBEHPBD@Z @39970 NONAME ?InternalIsDescendant@H225_AlternateTransportAddresses@@UBEHPBD@Z @39971 NONAME ?InternalIsDescendant@H225_AltGKInfo@@UBEHPBD@Z @39972 NONAME ?InternalIsDescendant@H225_ANSI_41_UIM@@UBEHPBD@Z @39973 NONAME ?InternalIsDescendant@H225_ANSI_41_UIM_system_id@@UBEHPBD@Z @39974 NONAME ?InternalIsDescendant@H225_ArrayOf_AddressPattern@@UBEHPBD@Z @39975 NONAME ?InternalIsDescendant@H225_ArrayOf_AdmissionConfirm@@UBEHPBD@Z @39976 NONAME ?InternalIsDescendant@H225_ArrayOf_AliasAddress@@UBEHPBD@Z @39977 NONAME ?InternalIsDescendant@H225_ArrayOf_AlternateGK@@UBEHPBD@Z @39978 NONAME ?InternalIsDescendant@H225_ArrayOf_AuthenticationMechanism@@UBEHPBD@Z @39979 NONAME ?InternalIsDescendant@H225_ArrayOf_BandwidthDetails@@UBEHPBD@Z @39980 NONAME ?InternalIsDescendant@H225_ArrayOf_CallReferenceValue@@UBEHPBD@Z @39981 NONAME ?InternalIsDescendant@H225_ArrayOf_CallsAvailable@@UBEHPBD@Z @39982 NONAME ?InternalIsDescendant@H225_ArrayOf_ClearToken@@UBEHPBD@Z @39983 NONAME ?InternalIsDescendant@H225_ArrayOf_ConferenceIdentifier@@UBEHPBD@Z @39984 NONAME ?InternalIsDescendant@H225_ArrayOf_ConferenceList@@UBEHPBD@Z @39985 NONAME ?InternalIsDescendant@H225_ArrayOf_CryptoH323Token@@UBEHPBD@Z @39986 NONAME ?InternalIsDescendant@H225_ArrayOf_DataRate@@UBEHPBD@Z @39987 NONAME ?InternalIsDescendant@H225_ArrayOf_Endpoint@@UBEHPBD@Z @39988 NONAME ?InternalIsDescendant@H225_ArrayOf_EnumeratedParameter@@UBEHPBD@Z @39989 NONAME ?InternalIsDescendant@H225_ArrayOf_ExtendedAliasAddress@@UBEHPBD@Z @39990 NONAME ?InternalIsDescendant@H225_ArrayOf_FeatureDescriptor@@UBEHPBD@Z @39991 NONAME ?InternalIsDescendant@H225_ArrayOf_GenericData@@UBEHPBD@Z @39992 NONAME ?InternalIsDescendant@H225_ArrayOf_H245Security@@UBEHPBD@Z @39993 NONAME ?InternalIsDescendant@H225_ArrayOf_H248PackagesDescriptor@@UBEHPBD@Z @39994 NONAME ?InternalIsDescendant@H225_ArrayOf_IntegrityMechanism@@UBEHPBD@Z @39995 NONAME ?InternalIsDescendant@H225_ArrayOf_NonStandardParameter@@UBEHPBD@Z @39996 NONAME ?InternalIsDescendant@H225_ArrayOf_PartyNumber@@UBEHPBD@Z @39997 NONAME ?InternalIsDescendant@H225_ArrayOf_PASN_ObjectId@@UBEHPBD@Z @39998 NONAME ?InternalIsDescendant@H225_ArrayOf_PASN_OctetString@@UBEHPBD@Z @39999 NONAME ?InternalIsDescendant@H225_ArrayOf_RasUsageSpecification@@UBEHPBD@Z @40000 NONAME ?InternalIsDescendant@H225_ArrayOf_RTPSession@@UBEHPBD@Z @40001 NONAME ?InternalIsDescendant@H225_ArrayOf_ServiceControlSession@@UBEHPBD@Z @40002 NONAME ?InternalIsDescendant@H225_ArrayOf_SupportedPrefix@@UBEHPBD@Z @40003 NONAME ?InternalIsDescendant@H225_ArrayOf_SupportedProtocols@@UBEHPBD@Z @40004 NONAME ?InternalIsDescendant@H225_ArrayOf_TransportAddress@@UBEHPBD@Z @40005 NONAME ?InternalIsDescendant@H225_ArrayOf_TransportChannelInfo@@UBEHPBD@Z @40006 NONAME ?InternalIsDescendant@H225_ArrayOf_TunnelledProtocol@@UBEHPBD@Z @40007 NONAME ?InternalIsDescendant@H225_BandRejectReason@@UBEHPBD@Z @40008 NONAME ?InternalIsDescendant@H225_BandWidth@@UBEHPBD@Z @40009 NONAME ?InternalIsDescendant@H225_BandwidthConfirm@@UBEHPBD@Z @40010 NONAME ?InternalIsDescendant@H225_BandwidthDetails@@UBEHPBD@Z @40011 NONAME ?InternalIsDescendant@H225_BandwidthReject@@UBEHPBD@Z @40012 NONAME ?InternalIsDescendant@H225_BandwidthRequest@@UBEHPBD@Z @40013 NONAME ?InternalIsDescendant@H225_CallCapacity@@UBEHPBD@Z @40014 NONAME ?InternalIsDescendant@H225_CallCapacityInfo@@UBEHPBD@Z @40015 NONAME ?InternalIsDescendant@H225_CallCreditCapability@@UBEHPBD@Z @40016 NONAME ?InternalIsDescendant@H225_CallCreditServiceControl@@UBEHPBD@Z @40017 NONAME ?InternalIsDescendant@H225_CallCreditServiceControl_billingMode@@UBEHPBD@Z @40018 NONAME ?InternalIsDescendant@H225_CallCreditServiceControl_callStartingPoint@@UBEHPBD@Z @40019 NONAME ?InternalIsDescendant@H225_CallIdentifier@@UBEHPBD@Z @40020 NONAME ?InternalIsDescendant@H225_CallLinkage@@UBEHPBD@Z @40021 NONAME ?InternalIsDescendant@H225_CallModel@@UBEHPBD@Z @40022 NONAME ?InternalIsDescendant@H225_CallProceeding_UUIE@@UBEHPBD@Z @40023 NONAME ?InternalIsDescendant@H225_CallReferenceValue@@UBEHPBD@Z @40024 NONAME ?InternalIsDescendant@H225_CallsAvailable@@UBEHPBD@Z @40025 NONAME ?InternalIsDescendant@H225_CallTerminationCause@@UBEHPBD@Z @40026 NONAME ?InternalIsDescendant@H225_CallType@@UBEHPBD@Z @40027 NONAME ?InternalIsDescendant@H225_CapacityReportingCapability@@UBEHPBD@Z @40028 NONAME ?InternalIsDescendant@H225_CapacityReportingSpecification@@UBEHPBD@Z @40029 NONAME ?InternalIsDescendant@H225_CapacityReportingSpecification_when@@UBEHPBD@Z @40030 NONAME ?InternalIsDescendant@H225_CarrierInfo@@UBEHPBD@Z @40031 NONAME ?InternalIsDescendant@H225_CicInfo@@UBEHPBD@Z @40032 NONAME ?InternalIsDescendant@H225_CicInfo_cic@@UBEHPBD@Z @40033 NONAME ?InternalIsDescendant@H225_CircuitIdentifier@@UBEHPBD@Z @40034 NONAME ?InternalIsDescendant@H225_CircuitInfo@@UBEHPBD@Z @40035 NONAME ?InternalIsDescendant@H225_ConferenceIdentifier@@UBEHPBD@Z @40036 NONAME ?InternalIsDescendant@H225_ConferenceList@@UBEHPBD@Z @40037 NONAME ?InternalIsDescendant@H225_Connect_UUIE@@UBEHPBD@Z @40038 NONAME ?InternalIsDescendant@H225_Connect_UUIE_language@@UBEHPBD@Z @40039 NONAME ?InternalIsDescendant@H225_Content@@UBEHPBD@Z @40040 NONAME ?InternalIsDescendant@H225_CryptoH323Token@@UBEHPBD@Z @40041 NONAME ?InternalIsDescendant@H225_CryptoH323Token_cryptoEPPwdHash@@UBEHPBD@Z @40042 NONAME ?InternalIsDescendant@H225_CryptoH323Token_cryptoGKPwdHash@@UBEHPBD@Z @40043 NONAME ?InternalIsDescendant@H225_DataRate@@UBEHPBD@Z @40044 NONAME ?InternalIsDescendant@H225_DisengageConfirm@@UBEHPBD@Z @40045 NONAME ?InternalIsDescendant@H225_DisengageReason@@UBEHPBD@Z @40046 NONAME ?InternalIsDescendant@H225_DisengageReject@@UBEHPBD@Z @40047 NONAME ?InternalIsDescendant@H225_DisengageRejectReason@@UBEHPBD@Z @40048 NONAME ?InternalIsDescendant@H225_DisengageRequest@@UBEHPBD@Z @40049 NONAME ?InternalIsDescendant@H225_EncodedFastStartToken@@UBEHPBD@Z @40050 NONAME ?InternalIsDescendant@H225_EncryptIntAlg@@UBEHPBD@Z @40051 NONAME ?InternalIsDescendant@H225_Endpoint@@UBEHPBD@Z @40052 NONAME ?InternalIsDescendant@H225_EndpointIdentifier@@UBEHPBD@Z @40053 NONAME ?InternalIsDescendant@H225_EndpointType@@UBEHPBD@Z @40054 NONAME ?InternalIsDescendant@H225_EnumeratedParameter@@UBEHPBD@Z @40055 NONAME ?InternalIsDescendant@H225_ExtendedAliasAddress@@UBEHPBD@Z @40056 NONAME ?InternalIsDescendant@H225_FacilityReason@@UBEHPBD@Z @40057 NONAME ?InternalIsDescendant@H225_Facility_UUIE@@UBEHPBD@Z @40058 NONAME ?InternalIsDescendant@H225_FastStartToken@@UBEHPBD@Z @40059 NONAME ?InternalIsDescendant@H225_FeatureDescriptor@@UBEHPBD@Z @40060 NONAME ?InternalIsDescendant@H225_FeatureSet@@UBEHPBD@Z @40061 NONAME ?InternalIsDescendant@H225_GatekeeperConfirm@@UBEHPBD@Z @40062 NONAME ?InternalIsDescendant@H225_GatekeeperIdentifier@@UBEHPBD@Z @40063 NONAME ?InternalIsDescendant@H225_GatekeeperInfo@@UBEHPBD@Z @40064 NONAME ?InternalIsDescendant@H225_GatekeeperReject@@UBEHPBD@Z @40065 NONAME ?InternalIsDescendant@H225_GatekeeperRejectReason@@UBEHPBD@Z @40066 NONAME ?InternalIsDescendant@H225_GatekeeperRequest@@UBEHPBD@Z @40067 NONAME ?InternalIsDescendant@H225_GatewayInfo@@UBEHPBD@Z @40068 NONAME ?InternalIsDescendant@H225_GenericData@@UBEHPBD@Z @40069 NONAME ?InternalIsDescendant@H225_GenericIdentifier@@UBEHPBD@Z @40070 NONAME ?InternalIsDescendant@H225_GloballyUniqueID@@UBEHPBD@Z @40071 NONAME ?InternalIsDescendant@H225_GroupID@@UBEHPBD@Z @40072 NONAME ?InternalIsDescendant@H225_GroupID_member@@UBEHPBD@Z @40073 NONAME ?InternalIsDescendant@H225_GSM_UIM@@UBEHPBD@Z @40074 NONAME ?InternalIsDescendant@H225_H221NonStandard@@UBEHPBD@Z @40075 NONAME ?InternalIsDescendant@H225_H245Security@@UBEHPBD@Z @40076 NONAME ?InternalIsDescendant@H225_H248PackagesDescriptor@@UBEHPBD@Z @40077 NONAME ?InternalIsDescendant@H225_H248SignalsDescriptor@@UBEHPBD@Z @40078 NONAME ?InternalIsDescendant@H225_H310Caps@@UBEHPBD@Z @40079 NONAME ?InternalIsDescendant@H225_H320Caps@@UBEHPBD@Z @40080 NONAME ?InternalIsDescendant@H225_H321Caps@@UBEHPBD@Z @40081 NONAME ?InternalIsDescendant@H225_H322Caps@@UBEHPBD@Z @40082 NONAME ?InternalIsDescendant@H225_H323Caps@@UBEHPBD@Z @40083 NONAME ?InternalIsDescendant@H225_H323_UserInformation@@UBEHPBD@Z @40084 NONAME ?InternalIsDescendant@H225_H323_UserInformation_user_data@@UBEHPBD@Z @40085 NONAME ?InternalIsDescendant@H225_H323_UU_PDU@@UBEHPBD@Z @40086 NONAME ?InternalIsDescendant@H225_H323_UU_PDU_h323_message_body@@UBEHPBD@Z @40087 NONAME ?InternalIsDescendant@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBEHPBD@Z @40088 NONAME ?InternalIsDescendant@H225_H324Caps@@UBEHPBD@Z @40089 NONAME ?InternalIsDescendant@H225_ICV@@UBEHPBD@Z @40090 NONAME ?InternalIsDescendant@H225_InfoRequest@@UBEHPBD@Z @40091 NONAME ?InternalIsDescendant@H225_InfoRequestAck@@UBEHPBD@Z @40092 NONAME ?InternalIsDescendant@H225_InfoRequestNak@@UBEHPBD@Z @40093 NONAME ?InternalIsDescendant@H225_InfoRequestNakReason@@UBEHPBD@Z @40094 NONAME ?InternalIsDescendant@H225_InfoRequestResponse@@UBEHPBD@Z @40095 NONAME ?InternalIsDescendant@H225_InfoRequestResponseStatus@@UBEHPBD@Z @40096 NONAME ?InternalIsDescendant@H225_InfoRequestResponse_perCallInfo@@UBEHPBD@Z @40097 NONAME ?InternalIsDescendant@H225_InfoRequestResponse_perCallInfo_subtype@@UBEHPBD@Z @40098 NONAME ?InternalIsDescendant@H225_InfoRequestResponse_perCallInfo_subtype_pdu@@UBEHPBD@Z @40099 NONAME ?InternalIsDescendant@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBEHPBD@Z @40100 NONAME ?InternalIsDescendant@H225_Information_UUIE@@UBEHPBD@Z @40101 NONAME ?InternalIsDescendant@H225_IntegrityMechanism@@UBEHPBD@Z @40102 NONAME ?InternalIsDescendant@H225_LocationConfirm@@UBEHPBD@Z @40103 NONAME ?InternalIsDescendant@H225_LocationReject@@UBEHPBD@Z @40104 NONAME ?InternalIsDescendant@H225_LocationRejectReason@@UBEHPBD@Z @40105 NONAME ?InternalIsDescendant@H225_LocationRequest@@UBEHPBD@Z @40106 NONAME ?InternalIsDescendant@H225_McuInfo@@UBEHPBD@Z @40107 NONAME ?InternalIsDescendant@H225_MobileUIM@@UBEHPBD@Z @40108 NONAME ?InternalIsDescendant@H225_NonIsoIntegrityMechanism@@UBEHPBD@Z @40109 NONAME ?InternalIsDescendant@H225_NonStandardIdentifier@@UBEHPBD@Z @40110 NONAME ?InternalIsDescendant@H225_NonStandardMessage@@UBEHPBD@Z @40111 NONAME ?InternalIsDescendant@H225_NonStandardParameter@@UBEHPBD@Z @40112 NONAME ?InternalIsDescendant@H225_NonStandardProtocol@@UBEHPBD@Z @40113 NONAME ?InternalIsDescendant@H225_Notify_UUIE@@UBEHPBD@Z @40114 NONAME ?InternalIsDescendant@H225_NumberDigits@@UBEHPBD@Z @40115 NONAME ?InternalIsDescendant@H225_PartyNumber@@UBEHPBD@Z @40116 NONAME ?InternalIsDescendant@H225_PresentationIndicator@@UBEHPBD@Z @40117 NONAME ?InternalIsDescendant@H225_PrivatePartyNumber@@UBEHPBD@Z @40118 NONAME ?InternalIsDescendant@H225_PrivateTypeOfNumber@@UBEHPBD@Z @40119 NONAME ?InternalIsDescendant@H225_Progress_UUIE@@UBEHPBD@Z @40120 NONAME ?InternalIsDescendant@H225_ProtocolIdentifier@@UBEHPBD@Z @40121 NONAME ?InternalIsDescendant@H225_PublicPartyNumber@@UBEHPBD@Z @40122 NONAME ?InternalIsDescendant@H225_PublicTypeOfNumber@@UBEHPBD@Z @40123 NONAME ?InternalIsDescendant@H225_Q954Details@@UBEHPBD@Z @40124 NONAME ?InternalIsDescendant@H225_QseriesOptions@@UBEHPBD@Z @40125 NONAME ?InternalIsDescendant@H225_RAS@@UBEHPBD@Z @40126 NONAME ?InternalIsDescendant@H225_RasMessage@@UBEHPBD@Z @40127 NONAME ?InternalIsDescendant@H225_RasUsageInformation@@UBEHPBD@Z @40128 NONAME ?InternalIsDescendant@H225_RasUsageInfoTypes@@UBEHPBD@Z @40129 NONAME ?InternalIsDescendant@H225_RasUsageSpecification@@UBEHPBD@Z @40130 NONAME ?InternalIsDescendant@H225_RasUsageSpecification_callStartingPoint@@UBEHPBD@Z @40131 NONAME ?InternalIsDescendant@H225_RasUsageSpecification_when@@UBEHPBD@Z @40132 NONAME ?InternalIsDescendant@H225_RegistrationConfirm@@UBEHPBD@Z @40133 NONAME ?InternalIsDescendant@H225_RegistrationConfirm_preGrantedARQ@@UBEHPBD@Z @40134 NONAME ?InternalIsDescendant@H225_RegistrationReject@@UBEHPBD@Z @40135 NONAME ?InternalIsDescendant@H225_RegistrationRejectReason@@UBEHPBD@Z @40136 NONAME ?InternalIsDescendant@H225_RegistrationRejectReason_invalidTerminalAliases@@UBEHPBD@Z @40137 NONAME ?InternalIsDescendant@H225_RegistrationRequest@@UBEHPBD@Z @40138 NONAME ?InternalIsDescendant@H225_ReleaseCompleteReason@@UBEHPBD@Z @40139 NONAME ?InternalIsDescendant@H225_ReleaseComplete_UUIE@@UBEHPBD@Z @40140 NONAME ?InternalIsDescendant@H225_RequestInProgress@@UBEHPBD@Z @40141 NONAME ?InternalIsDescendant@H225_RequestSeqNum@@UBEHPBD@Z @40142 NONAME ?InternalIsDescendant@H225_ResourcesAvailableConfirm@@UBEHPBD@Z @40143 NONAME ?InternalIsDescendant@H225_ResourcesAvailableIndicate@@UBEHPBD@Z @40144 NONAME ?InternalIsDescendant@H225_RTPSession@@UBEHPBD@Z @40145 NONAME ?InternalIsDescendant@H225_RTPSession_associatedSessionIds@@UBEHPBD@Z @40146 NONAME ?InternalIsDescendant@H225_ScnConnectionAggregation@@UBEHPBD@Z @40147 NONAME ?InternalIsDescendant@H225_ScnConnectionType@@UBEHPBD@Z @40148 NONAME ?InternalIsDescendant@H225_ScreeningIndicator@@UBEHPBD@Z @40149 NONAME ?InternalIsDescendant@H225_SecurityCapabilities@@UBEHPBD@Z @40150 NONAME ?InternalIsDescendant@H225_SecurityErrors2@@UBEHPBD@Z @40151 NONAME ?InternalIsDescendant@H225_SecurityErrors@@UBEHPBD@Z @40152 NONAME ?InternalIsDescendant@H225_SecurityServiceMode@@UBEHPBD@Z @40153 NONAME ?InternalIsDescendant@H225_ServiceControlDescriptor@@UBEHPBD@Z @40154 NONAME ?InternalIsDescendant@H225_ServiceControlIndication@@UBEHPBD@Z @40155 NONAME ?InternalIsDescendant@H225_ServiceControlIndication_callSpecific@@UBEHPBD@Z @40156 NONAME ?InternalIsDescendant@H225_ServiceControlResponse@@UBEHPBD@Z @40157 NONAME ?InternalIsDescendant@H225_ServiceControlResponse_result@@UBEHPBD@Z @40158 NONAME ?InternalIsDescendant@H225_ServiceControlSession@@UBEHPBD@Z @40159 NONAME ?InternalIsDescendant@H225_ServiceControlSession_reason@@UBEHPBD@Z @40160 NONAME ?InternalIsDescendant@H225_SetupAcknowledge_UUIE@@UBEHPBD@Z @40161 NONAME ?InternalIsDescendant@H225_Setup_UUIE@@UBEHPBD@Z @40162 NONAME ?InternalIsDescendant@H225_Setup_UUIE_conferenceGoal@@UBEHPBD@Z @40163 NONAME ?InternalIsDescendant@H225_Setup_UUIE_connectionParameters@@UBEHPBD@Z @40164 NONAME ?InternalIsDescendant@H225_Setup_UUIE_language@@UBEHPBD@Z @40165 NONAME ?InternalIsDescendant@H225_SIPCaps@@UBEHPBD@Z @40166 NONAME ?InternalIsDescendant@H225_StatusInquiry_UUIE@@UBEHPBD@Z @40167 NONAME ?InternalIsDescendant@H225_Status_UUIE@@UBEHPBD@Z @40168 NONAME ?InternalIsDescendant@H225_StimulusControl@@UBEHPBD@Z @40169 NONAME ?InternalIsDescendant@H225_SupportedPrefix@@UBEHPBD@Z @40170 NONAME ?InternalIsDescendant@H225_SupportedProtocols@@UBEHPBD@Z @40171 NONAME ?InternalIsDescendant@H225_T120OnlyCaps@@UBEHPBD@Z @40172 NONAME ?InternalIsDescendant@H225_T38FaxAnnexbOnlyCaps@@UBEHPBD@Z @40173 NONAME ?InternalIsDescendant@H225_TBCD_STRING@@UBEHPBD@Z @40174 NONAME ?InternalIsDescendant@H225_TerminalInfo@@UBEHPBD@Z @40175 NONAME ?InternalIsDescendant@H225_TimeToLive@@UBEHPBD@Z @40176 NONAME ?InternalIsDescendant@H225_TransportAddress@@UBEHPBD@Z @40177 NONAME ?InternalIsDescendant@H225_TransportAddress_ip6Address@@UBEHPBD@Z @40178 NONAME ?InternalIsDescendant@H225_TransportAddress_ipAddress@@UBEHPBD@Z @40179 NONAME ?InternalIsDescendant@H225_TransportAddress_ipSourceRoute@@UBEHPBD@Z @40180 NONAME ?InternalIsDescendant@H225_TransportAddress_ipSourceRoute_route@@UBEHPBD@Z @40181 NONAME ?InternalIsDescendant@H225_TransportAddress_ipSourceRoute_routing@@UBEHPBD@Z @40182 NONAME ?InternalIsDescendant@H225_TransportAddress_ipxAddress@@UBEHPBD@Z @40183 NONAME ?InternalIsDescendant@H225_TransportChannelInfo@@UBEHPBD@Z @40184 NONAME ?InternalIsDescendant@H225_TransportQOS@@UBEHPBD@Z @40185 NONAME ?InternalIsDescendant@H225_TunnelledProtocol@@UBEHPBD@Z @40186 NONAME ?InternalIsDescendant@H225_TunnelledProtocolAlternateIdentifier@@UBEHPBD@Z @40187 NONAME ?InternalIsDescendant@H225_TunnelledProtocol_id@@UBEHPBD@Z @40188 NONAME ?InternalIsDescendant@H225_UnknownMessageResponse@@UBEHPBD@Z @40189 NONAME ?InternalIsDescendant@H225_UnregistrationConfirm@@UBEHPBD@Z @40190 NONAME ?InternalIsDescendant@H225_UnregistrationReject@@UBEHPBD@Z @40191 NONAME ?InternalIsDescendant@H225_UnregistrationRequest@@UBEHPBD@Z @40192 NONAME ?InternalIsDescendant@H225_UnregRejectReason@@UBEHPBD@Z @40193 NONAME ?InternalIsDescendant@H225_UnregRequestReason@@UBEHPBD@Z @40194 NONAME ?InternalIsDescendant@H225_UseSpecifiedTransport@@UBEHPBD@Z @40195 NONAME ?InternalIsDescendant@H225_UUIEsRequested@@UBEHPBD@Z @40196 NONAME ?InternalIsDescendant@H225_VendorIdentifier@@UBEHPBD@Z @40197 NONAME ?InternalIsDescendant@H225_VoiceCaps@@UBEHPBD@Z @40198 NONAME ?InternalIsDescendant@H235AuthCAT@@UBEHPBD@Z @40199 NONAME ?InternalIsDescendant@H235Authenticator@@UBEHPBD@Z @40200 NONAME ?InternalIsDescendant@H235Authenticators@@UBEHPBD@Z @40201 NONAME ?InternalIsDescendant@H235AuthProcedure1@@UBEHPBD@Z @40202 NONAME ?InternalIsDescendant@H235AuthSimpleMD5@@UBEHPBD@Z @40203 NONAME ?InternalIsDescendant@H235_AuthenticationBES@@UBEHPBD@Z @40204 NONAME ?InternalIsDescendant@H235_AuthenticationMechanism@@UBEHPBD@Z @40205 NONAME ?InternalIsDescendant@H235_ChallengeString@@UBEHPBD@Z @40206 NONAME ?InternalIsDescendant@H235_ClearToken@@UBEHPBD@Z @40207 NONAME ?InternalIsDescendant@H235_CryptoToken@@UBEHPBD@Z @40208 NONAME ?InternalIsDescendant@H235_CryptoToken_cryptoEncryptedToken@@UBEHPBD@Z @40209 NONAME ?InternalIsDescendant@H235_CryptoToken_cryptoHashedToken@@UBEHPBD@Z @40210 NONAME ?InternalIsDescendant@H235_CryptoToken_cryptoSignedToken@@UBEHPBD@Z @40211 NONAME ?InternalIsDescendant@H235_DHset@@UBEHPBD@Z @40212 NONAME ?InternalIsDescendant@H235_ECGDSASignature@@UBEHPBD@Z @40213 NONAME ?InternalIsDescendant@H235_ECKASDH@@UBEHPBD@Z @40214 NONAME ?InternalIsDescendant@H235_ECKASDH_eckasdh2@@UBEHPBD@Z @40215 NONAME ?InternalIsDescendant@H235_ECKASDH_eckasdhp@@UBEHPBD@Z @40216 NONAME ?InternalIsDescendant@H235_ECpoint@@UBEHPBD@Z @40217 NONAME ?InternalIsDescendant@H235_EncodedGeneralToken@@UBEHPBD@Z @40218 NONAME ?InternalIsDescendant@H235_EncodedKeySignedMaterial@@UBEHPBD@Z @40219 NONAME ?InternalIsDescendant@H235_EncodedKeySyncMaterial@@UBEHPBD@Z @40220 NONAME ?InternalIsDescendant@H235_EncodedPwdCertToken@@UBEHPBD@Z @40221 NONAME ?InternalIsDescendant@H235_EncodedReturnSig@@UBEHPBD@Z @40222 NONAME ?InternalIsDescendant@H235_H235CertificateSignature@@UBEHPBD@Z @40223 NONAME ?InternalIsDescendant@H235_H235Key@@UBEHPBD@Z @40224 NONAME ?InternalIsDescendant@H235_Identifier@@UBEHPBD@Z @40225 NONAME ?InternalIsDescendant@H235_IV16@@UBEHPBD@Z @40226 NONAME ?InternalIsDescendant@H235_IV8@@UBEHPBD@Z @40227 NONAME ?InternalIsDescendant@H235_KeyMaterial@@UBEHPBD@Z @40228 NONAME ?InternalIsDescendant@H235_KeySignedMaterial@@UBEHPBD@Z @40229 NONAME ?InternalIsDescendant@H235_KeySyncMaterial@@UBEHPBD@Z @40230 NONAME ?InternalIsDescendant@H235_NonStandardParameter@@UBEHPBD@Z @40231 NONAME ?InternalIsDescendant@H235_Params@@UBEHPBD@Z @40232 NONAME ?InternalIsDescendant@H235_Password@@UBEHPBD@Z @40233 NONAME ?InternalIsDescendant@H235_PwdCertToken@@UBEHPBD@Z @40234 NONAME ?InternalIsDescendant@H235_RandomVal@@UBEHPBD@Z @40235 NONAME ?InternalIsDescendant@H235_ReturnSig@@UBEHPBD@Z @40236 NONAME ?InternalIsDescendant@H235_TimeStamp@@UBEHPBD@Z @40237 NONAME ?InternalIsDescendant@H235_TypedCertificate@@UBEHPBD@Z @40238 NONAME ?InternalIsDescendant@H235_V3KeySyncMaterial@@UBEHPBD@Z @40239 NONAME ?InternalIsDescendant@H245NegLogicalChannel@@UBEHPBD@Z @40240 NONAME ?InternalIsDescendant@H245NegLogicalChannels@@UBEHPBD@Z @40241 NONAME ?InternalIsDescendant@H245NegMasterSlaveDetermination@@UBEHPBD@Z @40242 NONAME ?InternalIsDescendant@H245Negotiator@@UBEHPBD@Z @40243 NONAME ?InternalIsDescendant@H245NegRequestMode@@UBEHPBD@Z @40244 NONAME ?InternalIsDescendant@H245NegRoundTripDelay@@UBEHPBD@Z @40245 NONAME ?InternalIsDescendant@H245NegTerminalCapabilitySet@@UBEHPBD@Z @40246 NONAME ?InternalIsDescendant@H245TransportThread@@UBEHPBD@Z @40247 NONAME ?InternalIsDescendant@H245_AlternativeCapabilitySet@@UBEHPBD@Z @40248 NONAME ?InternalIsDescendant@H245_ArrayOf_AlternativeCapabilitySet@@UBEHPBD@Z @40249 NONAME ?InternalIsDescendant@H245_ArrayOf_BEnhancementParameters@@UBEHPBD@Z @40250 NONAME ?InternalIsDescendant@H245_ArrayOf_CapabilityDescriptor@@UBEHPBD@Z @40251 NONAME ?InternalIsDescendant@H245_ArrayOf_CapabilityDescriptorNumber@@UBEHPBD@Z @40252 NONAME ?InternalIsDescendant@H245_ArrayOf_CapabilityTableEntry@@UBEHPBD@Z @40253 NONAME ?InternalIsDescendant@H245_ArrayOf_CapabilityTableEntryNumber@@UBEHPBD@Z @40254 NONAME ?InternalIsDescendant@H245_ArrayOf_CommunicationModeTableEntry@@UBEHPBD@Z @40255 NONAME ?InternalIsDescendant@H245_ArrayOf_CustomPictureClockFrequency@@UBEHPBD@Z @40256 NONAME ?InternalIsDescendant@H245_ArrayOf_CustomPictureFormat@@UBEHPBD@Z @40257 NONAME ?InternalIsDescendant@H245_ArrayOf_DataApplicationCapability@@UBEHPBD@Z @40258 NONAME ?InternalIsDescendant@H245_ArrayOf_DialingInformationNetworkType@@UBEHPBD@Z @40259 NONAME ?InternalIsDescendant@H245_ArrayOf_DialingInformationNumber@@UBEHPBD@Z @40260 NONAME ?InternalIsDescendant@H245_ArrayOf_EnhancementOptions@@UBEHPBD@Z @40261 NONAME ?InternalIsDescendant@H245_ArrayOf_EscrowData@@UBEHPBD@Z @40262 NONAME ?InternalIsDescendant@H245_ArrayOf_GenericCapability@@UBEHPBD@Z @45338 NONAME ?InternalIsDescendant@H245_ArrayOf_GenericParameter@@UBEHPBD@Z @40263 NONAME ?InternalIsDescendant@H245_ArrayOf_H263ModeComboFlags@@UBEHPBD@Z @40264 NONAME ?InternalIsDescendant@H245_ArrayOf_H263VideoModeCombos@@UBEHPBD@Z @40265 NONAME ?InternalIsDescendant@H245_ArrayOf_MediaChannelCapability@@UBEHPBD@Z @40266 NONAME ?InternalIsDescendant@H245_ArrayOf_MediaDistributionCapability@@UBEHPBD@Z @40267 NONAME ?InternalIsDescendant@H245_ArrayOf_ModeDescription@@UBEHPBD@Z @40268 NONAME ?InternalIsDescendant@H245_ArrayOf_MultiplePayloadStreamElement@@UBEHPBD@Z @40269 NONAME ?InternalIsDescendant@H245_ArrayOf_MultiplePayloadStreamElementMode@@UBEHPBD@Z @40270 NONAME ?InternalIsDescendant@H245_ArrayOf_MultiplexElement@@UBEHPBD@Z @40271 NONAME ?InternalIsDescendant@H245_ArrayOf_MultiplexEntryDescriptor@@UBEHPBD@Z @40272 NONAME ?InternalIsDescendant@H245_ArrayOf_MultiplexEntryRejectionDescriptions@@UBEHPBD@Z @40273 NONAME ?InternalIsDescendant@H245_ArrayOf_MultiplexTableEntryNumber@@UBEHPBD@Z @40274 NONAME ?InternalIsDescendant@H245_ArrayOf_NonStandardParameter@@UBEHPBD@Z @40275 NONAME ?InternalIsDescendant@H245_ArrayOf_ParameterIdentifier@@UBEHPBD@Z @40276 NONAME ?InternalIsDescendant@H245_ArrayOf_PictureReference@@UBEHPBD@Z @40277 NONAME ?InternalIsDescendant@H245_ArrayOf_Q2931Address@@UBEHPBD@Z @40278 NONAME ?InternalIsDescendant@H245_ArrayOf_QOSCapability@@UBEHPBD@Z @40279 NONAME ?InternalIsDescendant@H245_ArrayOf_RedundancyEncodingCapability@@UBEHPBD@Z @40280 NONAME ?InternalIsDescendant@H245_ArrayOf_RedundancyEncodingDTModeElement@@UBEHPBD@Z @40281 NONAME ?InternalIsDescendant@H245_ArrayOf_RedundancyEncodingElement@@UBEHPBD@Z @40282 NONAME ?InternalIsDescendant@H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@UBEHPBD@Z @40283 NONAME ?InternalIsDescendant@H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@UBEHPBD@Z @40284 NONAME ?InternalIsDescendant@H245_ArrayOf_RTPPayloadType@@UBEHPBD@Z @40285 NONAME ?InternalIsDescendant@H245_ArrayOf_TerminalInformation@@UBEHPBD@Z @40286 NONAME ?InternalIsDescendant@H245_ArrayOf_TerminalLabel@@UBEHPBD@Z @40287 NONAME ?InternalIsDescendant@H245_ArrayOf_VCCapability@@UBEHPBD@Z @40288 NONAME ?InternalIsDescendant@H245_ArrayOf_VideoCapability@@UBEHPBD@Z @45339 NONAME ?InternalIsDescendant@H245_ATMParameters@@UBEHPBD@Z @40289 NONAME ?InternalIsDescendant@H245_AudioCapability@@UBEHPBD@Z @40290 NONAME ?InternalIsDescendant@H245_AudioCapability_g7231@@UBEHPBD@Z @40291 NONAME ?InternalIsDescendant@H245_AudioMode@@UBEHPBD@Z @40292 NONAME ?InternalIsDescendant@H245_AudioMode_g7231@@UBEHPBD@Z @40293 NONAME ?InternalIsDescendant@H245_AudioTelephonyEventCapability@@UBEHPBD@Z @40294 NONAME ?InternalIsDescendant@H245_AudioToneCapability@@UBEHPBD@Z @40295 NONAME ?InternalIsDescendant@H245_AuthenticationCapability@@UBEHPBD@Z @40296 NONAME ?InternalIsDescendant@H245_BEnhancementParameters@@UBEHPBD@Z @40297 NONAME ?InternalIsDescendant@H245_Capability@@UBEHPBD@Z @40298 NONAME ?InternalIsDescendant@H245_CapabilityDescriptor@@UBEHPBD@Z @40299 NONAME ?InternalIsDescendant@H245_CapabilityDescriptorNumber@@UBEHPBD@Z @40300 NONAME ?InternalIsDescendant@H245_CapabilityIdentifier@@UBEHPBD@Z @40301 NONAME ?InternalIsDescendant@H245_CapabilityTableEntry@@UBEHPBD@Z @40302 NONAME ?InternalIsDescendant@H245_CapabilityTableEntryNumber@@UBEHPBD@Z @40303 NONAME ?InternalIsDescendant@H245_Capability_h233EncryptionReceiveCapability@@UBEHPBD@Z @40304 NONAME ?InternalIsDescendant@H245_CertSelectionCriteria@@UBEHPBD@Z @40305 NONAME ?InternalIsDescendant@H245_CloseLogicalChannel@@UBEHPBD@Z @40306 NONAME ?InternalIsDescendant@H245_CloseLogicalChannelAck@@UBEHPBD@Z @40307 NONAME ?InternalIsDescendant@H245_CloseLogicalChannel_reason@@UBEHPBD@Z @40308 NONAME ?InternalIsDescendant@H245_CloseLogicalChannel_source@@UBEHPBD@Z @40309 NONAME ?InternalIsDescendant@H245_CommandMessage@@UBEHPBD@Z @40310 NONAME ?InternalIsDescendant@H245_CommunicationModeCommand@@UBEHPBD@Z @40311 NONAME ?InternalIsDescendant@H245_CommunicationModeRequest@@UBEHPBD@Z @40312 NONAME ?InternalIsDescendant@H245_CommunicationModeResponse@@UBEHPBD@Z @40313 NONAME ?InternalIsDescendant@H245_CommunicationModeTableEntry@@UBEHPBD@Z @40314 NONAME ?InternalIsDescendant@H245_CommunicationModeTableEntry_dataType@@UBEHPBD@Z @40315 NONAME ?InternalIsDescendant@H245_CompressionType@@UBEHPBD@Z @40316 NONAME ?InternalIsDescendant@H245_ConferenceCapability@@UBEHPBD@Z @40317 NONAME ?InternalIsDescendant@H245_ConferenceCommand@@UBEHPBD@Z @40318 NONAME ?InternalIsDescendant@H245_ConferenceID@@UBEHPBD@Z @40319 NONAME ?InternalIsDescendant@H245_ConferenceIndication@@UBEHPBD@Z @40320 NONAME ?InternalIsDescendant@H245_ConferenceRequest@@UBEHPBD@Z @40321 NONAME ?InternalIsDescendant@H245_ConferenceRequest_requestTerminalCertificate@@UBEHPBD@Z @40322 NONAME ?InternalIsDescendant@H245_ConferenceResponse@@UBEHPBD@Z @40323 NONAME ?InternalIsDescendant@H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@UBEHPBD@Z @40324 NONAME ?InternalIsDescendant@H245_ConferenceResponse_chairTokenOwnerResponse@@UBEHPBD@Z @40325 NONAME ?InternalIsDescendant@H245_ConferenceResponse_conferenceIDResponse@@UBEHPBD@Z @40326 NONAME ?InternalIsDescendant@H245_ConferenceResponse_extensionAddressResponse@@UBEHPBD@Z @40327 NONAME ?InternalIsDescendant@H245_ConferenceResponse_makeMeChairResponse@@UBEHPBD@Z @40328 NONAME ?InternalIsDescendant@H245_ConferenceResponse_makeTerminalBroadcasterResponse@@UBEHPBD@Z @40329 NONAME ?InternalIsDescendant@H245_ConferenceResponse_mCTerminalIDResponse@@UBEHPBD@Z @40330 NONAME ?InternalIsDescendant@H245_ConferenceResponse_passwordResponse@@UBEHPBD@Z @40331 NONAME ?InternalIsDescendant@H245_ConferenceResponse_sendThisSourceResponse@@UBEHPBD@Z @40332 NONAME ?InternalIsDescendant@H245_ConferenceResponse_terminalCertificateResponse@@UBEHPBD@Z @40333 NONAME ?InternalIsDescendant@H245_ConferenceResponse_terminalIDResponse@@UBEHPBD@Z @40334 NONAME ?InternalIsDescendant@H245_ConnectionIdentifier@@UBEHPBD@Z @40335 NONAME ?InternalIsDescendant@H245_CRCLength@@UBEHPBD@Z @40336 NONAME ?InternalIsDescendant@H245_Criteria@@UBEHPBD@Z @40337 NONAME ?InternalIsDescendant@H245_CustomPictureClockFrequency@@UBEHPBD@Z @40338 NONAME ?InternalIsDescendant@H245_CustomPictureFormat@@UBEHPBD@Z @40339 NONAME ?InternalIsDescendant@H245_CustomPictureFormat_mPI@@UBEHPBD@Z @40340 NONAME ?InternalIsDescendant@H245_CustomPictureFormat_mPI_customPCF@@UBEHPBD@Z @40341 NONAME ?InternalIsDescendant@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBEHPBD@Z @40342 NONAME ?InternalIsDescendant@H245_CustomPictureFormat_pixelAspectInformation@@UBEHPBD@Z @40343 NONAME ?InternalIsDescendant@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@UBEHPBD@Z @40344 NONAME ?InternalIsDescendant@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBEHPBD@Z @40345 NONAME ?InternalIsDescendant@H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@UBEHPBD@Z @40346 NONAME ?InternalIsDescendant@H245_DataApplicationCapability@@UBEHPBD@Z @40347 NONAME ?InternalIsDescendant@H245_DataApplicationCapability_application@@UBEHPBD@Z @40348 NONAME ?InternalIsDescendant@H245_DataApplicationCapability_application_nlpid@@UBEHPBD@Z @40349 NONAME ?InternalIsDescendant@H245_DataApplicationCapability_application_t38fax@@UBEHPBD@Z @40350 NONAME ?InternalIsDescendant@H245_DataApplicationCapability_application_t84@@UBEHPBD@Z @40351 NONAME ?InternalIsDescendant@H245_DataMode@@UBEHPBD@Z @40352 NONAME ?InternalIsDescendant@H245_DataMode_application@@UBEHPBD@Z @40353 NONAME ?InternalIsDescendant@H245_DataMode_application_nlpid@@UBEHPBD@Z @40354 NONAME ?InternalIsDescendant@H245_DataMode_application_t38fax@@UBEHPBD@Z @40355 NONAME ?InternalIsDescendant@H245_DataProtocolCapability@@UBEHPBD@Z @40356 NONAME ?InternalIsDescendant@H245_DataProtocolCapability_v76wCompression@@UBEHPBD@Z @40357 NONAME ?InternalIsDescendant@H245_DataType@@UBEHPBD@Z @40358 NONAME ?InternalIsDescendant@H245_DepFECCapability@@UBEHPBD@Z @45841 NONAME ?InternalIsDescendant@H245_DepFECCapability_rfc2733@@UBEHPBD@Z @45842 NONAME ?InternalIsDescendant@H245_DepFECCapability_rfc2733_separateStream@@UBEHPBD@Z @45843 NONAME ?InternalIsDescendant@H245_DepFECData@@UBEHPBD@Z @45844 NONAME ?InternalIsDescendant@H245_DepFECData_rfc2733@@UBEHPBD@Z @45845 NONAME ?InternalIsDescendant@H245_DepFECData_rfc2733_mode@@UBEHPBD@Z @45846 NONAME ?InternalIsDescendant@H245_DepFECData_rfc2733_mode_separateStream@@UBEHPBD@Z @45847 NONAME ?InternalIsDescendant@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBEHPBD@Z @45848 NONAME ?InternalIsDescendant@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBEHPBD@Z @45849 NONAME ?InternalIsDescendant@H245_DepFECMode@@UBEHPBD@Z @45850 NONAME ?InternalIsDescendant@H245_DepFECMode_rfc2733Mode@@UBEHPBD@Z @45851 NONAME ?InternalIsDescendant@H245_DepFECMode_rfc2733Mode_mode@@UBEHPBD@Z @45852 NONAME ?InternalIsDescendant@H245_DepFECMode_rfc2733Mode_mode_separateStream@@UBEHPBD@Z @45853 NONAME ?InternalIsDescendant@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBEHPBD@Z @45854 NONAME ?InternalIsDescendant@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBEHPBD@Z @45855 NONAME ?InternalIsDescendant@H245_DialingInformation@@UBEHPBD@Z @40359 NONAME ?InternalIsDescendant@H245_DialingInformationNetworkType@@UBEHPBD@Z @40360 NONAME ?InternalIsDescendant@H245_DialingInformationNumber@@UBEHPBD@Z @40361 NONAME ?InternalIsDescendant@H245_EncryptionAuthenticationAndIntegrity@@UBEHPBD@Z @40362 NONAME ?InternalIsDescendant@H245_EncryptionCapability@@UBEHPBD@Z @40363 NONAME ?InternalIsDescendant@H245_EncryptionCommand@@UBEHPBD@Z @40364 NONAME ?InternalIsDescendant@H245_EncryptionCommand_encryptionAlgorithmID@@UBEHPBD@Z @40365 NONAME ?InternalIsDescendant@H245_EncryptionMode@@UBEHPBD@Z @40366 NONAME ?InternalIsDescendant@H245_EncryptionSync@@UBEHPBD@Z @40367 NONAME ?InternalIsDescendant@H245_EncryptionUpdateDirection@@UBEHPBD@Z @45340 NONAME ?InternalIsDescendant@H245_EncryptionUpdateRequest@@UBEHPBD@Z @40368 NONAME ?InternalIsDescendant@H245_EndSessionCommand@@UBEHPBD@Z @40369 NONAME ?InternalIsDescendant@H245_EndSessionCommand_gstnOptions@@UBEHPBD@Z @40370 NONAME ?InternalIsDescendant@H245_EndSessionCommand_isdnOptions@@UBEHPBD@Z @40371 NONAME ?InternalIsDescendant@H245_EnhancementLayerInfo@@UBEHPBD@Z @40372 NONAME ?InternalIsDescendant@H245_EnhancementOptions@@UBEHPBD@Z @40373 NONAME ?InternalIsDescendant@H245_EscrowData@@UBEHPBD@Z @40374 NONAME ?InternalIsDescendant@H245_ExtendedVideoCapability@@UBEHPBD@Z @45341 NONAME ?InternalIsDescendant@H245_FECCapability@@UBEHPBD@Z @40375 NONAME ?InternalIsDescendant@H245_FECCapability_rfc2733Format@@UBEHPBD@Z @45856 NONAME ?InternalIsDescendant@H245_FECData@@UBEHPBD@Z @40378 NONAME ?InternalIsDescendant@H245_FECData_rfc2733@@UBEHPBD@Z @40379 NONAME ?InternalIsDescendant@H245_FECData_rfc2733_pktMode@@UBEHPBD@Z @45857 NONAME ?InternalIsDescendant@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBEHPBD@Z @45858 NONAME ?InternalIsDescendant@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UBEHPBD@Z @45859 NONAME ?InternalIsDescendant@H245_FECMode@@UBEHPBD@Z @40384 NONAME ?InternalIsDescendant@H245_FECMode_rfc2733Format@@UBEHPBD@Z @45860 NONAME ?InternalIsDescendant@H245_FlowControlCommand@@UBEHPBD@Z @40390 NONAME ?InternalIsDescendant@H245_FlowControlCommand_restriction@@UBEHPBD@Z @40391 NONAME ?InternalIsDescendant@H245_FlowControlCommand_scope@@UBEHPBD@Z @40392 NONAME ?InternalIsDescendant@H245_FlowControlIndication@@UBEHPBD@Z @40393 NONAME ?InternalIsDescendant@H245_FlowControlIndication_restriction@@UBEHPBD@Z @40394 NONAME ?InternalIsDescendant@H245_FlowControlIndication_scope@@UBEHPBD@Z @40395 NONAME ?InternalIsDescendant@H245_FunctionNotSupported@@UBEHPBD@Z @40396 NONAME ?InternalIsDescendant@H245_FunctionNotSupported_cause@@UBEHPBD@Z @40397 NONAME ?InternalIsDescendant@H245_FunctionNotUnderstood@@UBEHPBD@Z @40398 NONAME ?InternalIsDescendant@H245_G7231AnnexCCapability@@UBEHPBD@Z @40399 NONAME ?InternalIsDescendant@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBEHPBD@Z @40400 NONAME ?InternalIsDescendant@H245_G7231AnnexCMode@@UBEHPBD@Z @40401 NONAME ?InternalIsDescendant@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBEHPBD@Z @40402 NONAME ?InternalIsDescendant@H245_G729Extensions@@UBEHPBD@Z @40403 NONAME ?InternalIsDescendant@H245_GenericCapability@@UBEHPBD@Z @40404 NONAME ?InternalIsDescendant@H245_GenericMessage@@UBEHPBD@Z @45342 NONAME ?InternalIsDescendant@H245_GenericParameter@@UBEHPBD@Z @40405 NONAME ?InternalIsDescendant@H245_GSMAudioCapability@@UBEHPBD@Z @40406 NONAME ?InternalIsDescendant@H245_H222Capability@@UBEHPBD@Z @40407 NONAME ?InternalIsDescendant@H245_H222LogicalChannelParameters@@UBEHPBD@Z @40408 NONAME ?InternalIsDescendant@H245_H223AL1MParameters@@UBEHPBD@Z @40409 NONAME ?InternalIsDescendant@H245_H223AL1MParameters_arqType@@UBEHPBD@Z @40410 NONAME ?InternalIsDescendant@H245_H223AL1MParameters_crcLength@@UBEHPBD@Z @40411 NONAME ?InternalIsDescendant@H245_H223AL1MParameters_headerFEC@@UBEHPBD@Z @40412 NONAME ?InternalIsDescendant@H245_H223AL1MParameters_transferMode@@UBEHPBD@Z @40413 NONAME ?InternalIsDescendant@H245_H223AL2MParameters@@UBEHPBD@Z @40414 NONAME ?InternalIsDescendant@H245_H223AL2MParameters_headerFEC@@UBEHPBD@Z @40415 NONAME ?InternalIsDescendant@H245_H223AL3MParameters@@UBEHPBD@Z @40416 NONAME ?InternalIsDescendant@H245_H223AL3MParameters_arqType@@UBEHPBD@Z @40417 NONAME ?InternalIsDescendant@H245_H223AL3MParameters_crcLength@@UBEHPBD@Z @40418 NONAME ?InternalIsDescendant@H245_H223AL3MParameters_headerFormat@@UBEHPBD@Z @40419 NONAME ?InternalIsDescendant@H245_H223AnnexCArqParameters@@UBEHPBD@Z @40420 NONAME ?InternalIsDescendant@H245_H223AnnexCArqParameters_numberOfRetransmissions@@UBEHPBD@Z @40421 NONAME ?InternalIsDescendant@H245_H223AnnexCCapability@@UBEHPBD@Z @40422 NONAME ?InternalIsDescendant@H245_H223Capability@@UBEHPBD@Z @40423 NONAME ?InternalIsDescendant@H245_H223Capability_h223MultiplexTableCapability@@UBEHPBD@Z @40424 NONAME ?InternalIsDescendant@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBEHPBD@Z @40425 NONAME ?InternalIsDescendant@H245_H223Capability_mobileMultilinkFrameCapability@@UBEHPBD@Z @40426 NONAME ?InternalIsDescendant@H245_H223Capability_mobileOperationTransmitCapability@@UBEHPBD@Z @40427 NONAME ?InternalIsDescendant@H245_H223LogicalChannelParameters@@UBEHPBD@Z @40428 NONAME ?InternalIsDescendant@H245_H223LogicalChannelParameters_adaptationLayerType@@UBEHPBD@Z @40429 NONAME ?InternalIsDescendant@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBEHPBD@Z @40430 NONAME ?InternalIsDescendant@H245_H223ModeParameters@@UBEHPBD@Z @40431 NONAME ?InternalIsDescendant@H245_H223ModeParameters_adaptationLayerType@@UBEHPBD@Z @40432 NONAME ?InternalIsDescendant@H245_H223ModeParameters_adaptationLayerType_al3@@UBEHPBD@Z @40433 NONAME ?InternalIsDescendant@H245_H223MultiplexReconfiguration@@UBEHPBD@Z @40434 NONAME ?InternalIsDescendant@H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@UBEHPBD@Z @40435 NONAME ?InternalIsDescendant@H245_H223MultiplexReconfiguration_h223ModeChange@@UBEHPBD@Z @40436 NONAME ?InternalIsDescendant@H245_H223SkewIndication@@UBEHPBD@Z @40437 NONAME ?InternalIsDescendant@H245_H2250Capability@@UBEHPBD@Z @40438 NONAME ?InternalIsDescendant@H245_H2250Capability_mcCapability@@UBEHPBD@Z @40439 NONAME ?InternalIsDescendant@H245_H2250LogicalChannelAckParameters@@UBEHPBD@Z @40440 NONAME ?InternalIsDescendant@H245_H2250LogicalChannelParameters@@UBEHPBD@Z @40441 NONAME ?InternalIsDescendant@H245_H2250LogicalChannelParameters_mediaPacketization@@UBEHPBD@Z @40442 NONAME ?InternalIsDescendant@H245_H2250MaximumSkewIndication@@UBEHPBD@Z @40443 NONAME ?InternalIsDescendant@H245_H2250ModeParameters@@UBEHPBD@Z @40444 NONAME ?InternalIsDescendant@H245_H235Media@@UBEHPBD@Z @40445 NONAME ?InternalIsDescendant@H245_H235Media_mediaType@@UBEHPBD@Z @40446 NONAME ?InternalIsDescendant@H245_H235Mode@@UBEHPBD@Z @40447 NONAME ?InternalIsDescendant@H245_H235Mode_mediaMode@@UBEHPBD@Z @40448 NONAME ?InternalIsDescendant@H245_H235SecurityCapability@@UBEHPBD@Z @40449 NONAME ?InternalIsDescendant@H245_H261VideoCapability@@UBEHPBD@Z @40450 NONAME ?InternalIsDescendant@H245_H261VideoMode@@UBEHPBD@Z @40451 NONAME ?InternalIsDescendant@H245_H261VideoMode_resolution@@UBEHPBD@Z @40452 NONAME ?InternalIsDescendant@H245_H262VideoCapability@@UBEHPBD@Z @40453 NONAME ?InternalIsDescendant@H245_H262VideoMode@@UBEHPBD@Z @40454 NONAME ?InternalIsDescendant@H245_H262VideoMode_profileAndLevel@@UBEHPBD@Z @40455 NONAME ?InternalIsDescendant@H245_H263ModeComboFlags@@UBEHPBD@Z @40456 NONAME ?InternalIsDescendant@H245_H263Options@@UBEHPBD@Z @40457 NONAME ?InternalIsDescendant@H245_H263Version3Options@@UBEHPBD@Z @40458 NONAME ?InternalIsDescendant@H245_H263VideoCapability@@UBEHPBD@Z @40459 NONAME ?InternalIsDescendant@H245_H263VideoMode@@UBEHPBD@Z @40460 NONAME ?InternalIsDescendant@H245_H263VideoModeCombos@@UBEHPBD@Z @40461 NONAME ?InternalIsDescendant@H245_H263VideoMode_resolution@@UBEHPBD@Z @40462 NONAME ?InternalIsDescendant@H245_IndicationMessage@@UBEHPBD@Z @40463 NONAME ?InternalIsDescendant@H245_IntegrityCapability@@UBEHPBD@Z @40464 NONAME ?InternalIsDescendant@H245_IS11172AudioCapability@@UBEHPBD@Z @40465 NONAME ?InternalIsDescendant@H245_IS11172AudioMode@@UBEHPBD@Z @40466 NONAME ?InternalIsDescendant@H245_IS11172AudioMode_audioLayer@@UBEHPBD@Z @40467 NONAME ?InternalIsDescendant@H245_IS11172AudioMode_audioSampling@@UBEHPBD@Z @40468 NONAME ?InternalIsDescendant@H245_IS11172AudioMode_multichannelType@@UBEHPBD@Z @40469 NONAME ?InternalIsDescendant@H245_IS11172VideoCapability@@UBEHPBD@Z @40470 NONAME ?InternalIsDescendant@H245_IS11172VideoMode@@UBEHPBD@Z @40471 NONAME ?InternalIsDescendant@H245_IS13818AudioCapability@@UBEHPBD@Z @40472 NONAME ?InternalIsDescendant@H245_IS13818AudioMode@@UBEHPBD@Z @40473 NONAME ?InternalIsDescendant@H245_IS13818AudioMode_audioLayer@@UBEHPBD@Z @40474 NONAME ?InternalIsDescendant@H245_IS13818AudioMode_audioSampling@@UBEHPBD@Z @40475 NONAME ?InternalIsDescendant@H245_IS13818AudioMode_multichannelType@@UBEHPBD@Z @40476 NONAME ?InternalIsDescendant@H245_IV16@@UBEHPBD@Z @45343 NONAME ?InternalIsDescendant@H245_IV8@@UBEHPBD@Z @45344 NONAME ?InternalIsDescendant@H245_JitterIndication@@UBEHPBD@Z @40477 NONAME ?InternalIsDescendant@H245_JitterIndication_scope@@UBEHPBD@Z @40478 NONAME ?InternalIsDescendant@H245_KeyProtectionMethod@@UBEHPBD@Z @40479 NONAME ?InternalIsDescendant@H245_LogicalChannelNumber@@UBEHPBD@Z @40480 NONAME ?InternalIsDescendant@H245_LogicalChannelRateAcknowledge@@UBEHPBD@Z @40481 NONAME ?InternalIsDescendant@H245_LogicalChannelRateReject@@UBEHPBD@Z @40482 NONAME ?InternalIsDescendant@H245_LogicalChannelRateRejectReason@@UBEHPBD@Z @40483 NONAME ?InternalIsDescendant@H245_LogicalChannelRateRelease@@UBEHPBD@Z @40484 NONAME ?InternalIsDescendant@H245_LogicalChannelRateRequest@@UBEHPBD@Z @40485 NONAME ?InternalIsDescendant@H245_MaintenanceLoopAck@@UBEHPBD@Z @40486 NONAME ?InternalIsDescendant@H245_MaintenanceLoopAck_type@@UBEHPBD@Z @40487 NONAME ?InternalIsDescendant@H245_MaintenanceLoopOffCommand@@UBEHPBD@Z @40488 NONAME ?InternalIsDescendant@H245_MaintenanceLoopReject@@UBEHPBD@Z @40489 NONAME ?InternalIsDescendant@H245_MaintenanceLoopReject_cause@@UBEHPBD@Z @40490 NONAME ?InternalIsDescendant@H245_MaintenanceLoopReject_type@@UBEHPBD@Z @40491 NONAME ?InternalIsDescendant@H245_MaintenanceLoopRequest@@UBEHPBD@Z @40492 NONAME ?InternalIsDescendant@H245_MaintenanceLoopRequest_type@@UBEHPBD@Z @40493 NONAME ?InternalIsDescendant@H245_MasterSlaveDetermination@@UBEHPBD@Z @40494 NONAME ?InternalIsDescendant@H245_MasterSlaveDeterminationAck@@UBEHPBD@Z @40495 NONAME ?InternalIsDescendant@H245_MasterSlaveDeterminationAck_decision@@UBEHPBD@Z @40496 NONAME ?InternalIsDescendant@H245_MasterSlaveDeterminationReject@@UBEHPBD@Z @40497 NONAME ?InternalIsDescendant@H245_MasterSlaveDeterminationReject_cause@@UBEHPBD@Z @40498 NONAME ?InternalIsDescendant@H245_MasterSlaveDeterminationRelease@@UBEHPBD@Z @40499 NONAME ?InternalIsDescendant@H245_MaximumBitRate@@UBEHPBD@Z @40500 NONAME ?InternalIsDescendant@H245_MaxRedundancy@@UBEHPBD@Z @45861 NONAME ?InternalIsDescendant@H245_MCLocationIndication@@UBEHPBD@Z @40501 NONAME ?InternalIsDescendant@H245_McuNumber@@UBEHPBD@Z @40502 NONAME ?InternalIsDescendant@H245_MediaChannelCapability@@UBEHPBD@Z @40503 NONAME ?InternalIsDescendant@H245_MediaDistributionCapability@@UBEHPBD@Z @40504 NONAME ?InternalIsDescendant@H245_MediaEncryptionAlgorithm@@UBEHPBD@Z @40505 NONAME ?InternalIsDescendant@H245_MediaPacketizationCapability@@UBEHPBD@Z @40506 NONAME ?InternalIsDescendant@H245_MediaTransportType@@UBEHPBD@Z @40507 NONAME ?InternalIsDescendant@H245_MediaTransportType_atm_AAL5_compressed@@UBEHPBD@Z @40508 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand@@UBEHPBD@Z @40509 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand_type@@UBEHPBD@Z @40510 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBEHPBD@Z @45345 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBEHPBD@Z @45346 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand_type_lostPartialPicture@@UBEHPBD@Z @40511 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBEHPBD@Z @40512 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@UBEHPBD@Z @40513 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand_type_videoBadMBs@@UBEHPBD@Z @40514 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBEHPBD@Z @40515 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBEHPBD@Z @40516 NONAME ?InternalIsDescendant@H245_MiscellaneousIndication@@UBEHPBD@Z @40517 NONAME ?InternalIsDescendant@H245_MiscellaneousIndication_type@@UBEHPBD@Z @40518 NONAME ?InternalIsDescendant@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBEHPBD@Z @40519 NONAME ?InternalIsDescendant@H245_MobileMultilinkReconfigurationCommand@@UBEHPBD@Z @40520 NONAME ?InternalIsDescendant@H245_MobileMultilinkReconfigurationCommand_status@@UBEHPBD@Z @40521 NONAME ?InternalIsDescendant@H245_MobileMultilinkReconfigurationIndication@@UBEHPBD@Z @40522 NONAME ?InternalIsDescendant@H245_ModeDescription@@UBEHPBD@Z @40523 NONAME ?InternalIsDescendant@H245_ModeElement@@UBEHPBD@Z @40524 NONAME ?InternalIsDescendant@H245_ModeElementType@@UBEHPBD@Z @40525 NONAME ?InternalIsDescendant@H245_MulticastAddress@@UBEHPBD@Z @40526 NONAME ?InternalIsDescendant@H245_MulticastAddress_iP6Address@@UBEHPBD@Z @40527 NONAME ?InternalIsDescendant@H245_MulticastAddress_iPAddress@@UBEHPBD@Z @40528 NONAME ?InternalIsDescendant@H245_MultilinkIndication@@UBEHPBD@Z @40529 NONAME ?InternalIsDescendant@H245_MultilinkIndication_crcDesired@@UBEHPBD@Z @40530 NONAME ?InternalIsDescendant@H245_MultilinkIndication_excessiveError@@UBEHPBD@Z @40531 NONAME ?InternalIsDescendant@H245_MultilinkRequest@@UBEHPBD@Z @40532 NONAME ?InternalIsDescendant@H245_MultilinkRequest_addConnection@@UBEHPBD@Z @40533 NONAME ?InternalIsDescendant@H245_MultilinkRequest_callInformation@@UBEHPBD@Z @40534 NONAME ?InternalIsDescendant@H245_MultilinkRequest_maximumHeaderInterval@@UBEHPBD@Z @40535 NONAME ?InternalIsDescendant@H245_MultilinkRequest_maximumHeaderInterval_requestType@@UBEHPBD@Z @40536 NONAME ?InternalIsDescendant@H245_MultilinkRequest_removeConnection@@UBEHPBD@Z @40537 NONAME ?InternalIsDescendant@H245_MultilinkResponse@@UBEHPBD@Z @40538 NONAME ?InternalIsDescendant@H245_MultilinkResponse_addConnection@@UBEHPBD@Z @40539 NONAME ?InternalIsDescendant@H245_MultilinkResponse_addConnection_responseCode@@UBEHPBD@Z @40540 NONAME ?InternalIsDescendant@H245_MultilinkResponse_addConnection_responseCode_rejected@@UBEHPBD@Z @40541 NONAME ?InternalIsDescendant@H245_MultilinkResponse_callInformation@@UBEHPBD@Z @40542 NONAME ?InternalIsDescendant@H245_MultilinkResponse_maximumHeaderInterval@@UBEHPBD@Z @40543 NONAME ?InternalIsDescendant@H245_MultilinkResponse_removeConnection@@UBEHPBD@Z @40544 NONAME ?InternalIsDescendant@H245_MultimediaSystemControlMessage@@UBEHPBD@Z @40545 NONAME ?InternalIsDescendant@H245_MultiplePayloadStream@@UBEHPBD@Z @40546 NONAME ?InternalIsDescendant@H245_MultiplePayloadStreamCapability@@UBEHPBD@Z @40547 NONAME ?InternalIsDescendant@H245_MultiplePayloadStreamElement@@UBEHPBD@Z @40548 NONAME ?InternalIsDescendant@H245_MultiplePayloadStreamElementMode@@UBEHPBD@Z @40549 NONAME ?InternalIsDescendant@H245_MultiplePayloadStreamMode@@UBEHPBD@Z @40550 NONAME ?InternalIsDescendant@H245_MultiplexCapability@@UBEHPBD@Z @40551 NONAME ?InternalIsDescendant@H245_MultiplexedStreamCapability@@UBEHPBD@Z @40552 NONAME ?InternalIsDescendant@H245_MultiplexedStreamModeParameters@@UBEHPBD@Z @40553 NONAME ?InternalIsDescendant@H245_MultiplexedStreamParameter@@UBEHPBD@Z @40554 NONAME ?InternalIsDescendant@H245_MultiplexElement@@UBEHPBD@Z @40555 NONAME ?InternalIsDescendant@H245_MultiplexElement_repeatCount@@UBEHPBD@Z @40556 NONAME ?InternalIsDescendant@H245_MultiplexElement_type@@UBEHPBD@Z @40557 NONAME ?InternalIsDescendant@H245_MultiplexEntryDescriptor@@UBEHPBD@Z @40558 NONAME ?InternalIsDescendant@H245_MultiplexEntryRejectionDescriptions@@UBEHPBD@Z @40559 NONAME ?InternalIsDescendant@H245_MultiplexEntryRejectionDescriptions_cause@@UBEHPBD@Z @40560 NONAME ?InternalIsDescendant@H245_MultiplexEntrySend@@UBEHPBD@Z @40561 NONAME ?InternalIsDescendant@H245_MultiplexEntrySendAck@@UBEHPBD@Z @40562 NONAME ?InternalIsDescendant@H245_MultiplexEntrySendReject@@UBEHPBD@Z @40563 NONAME ?InternalIsDescendant@H245_MultiplexEntrySendRelease@@UBEHPBD@Z @40564 NONAME ?InternalIsDescendant@H245_MultiplexFormat@@UBEHPBD@Z @40565 NONAME ?InternalIsDescendant@H245_MultiplexTableEntryNumber@@UBEHPBD@Z @40566 NONAME ?InternalIsDescendant@H245_MultipointCapability@@UBEHPBD@Z @40567 NONAME ?InternalIsDescendant@H245_NetworkAccessParameters@@UBEHPBD@Z @40568 NONAME ?InternalIsDescendant@H245_NetworkAccessParameters_distribution@@UBEHPBD@Z @40569 NONAME ?InternalIsDescendant@H245_NetworkAccessParameters_networkAddress@@UBEHPBD@Z @40570 NONAME ?InternalIsDescendant@H245_NetworkAccessParameters_t120SetupProcedure@@UBEHPBD@Z @40571 NONAME ?InternalIsDescendant@H245_NewATMVCCommand@@UBEHPBD@Z @40572 NONAME ?InternalIsDescendant@H245_NewATMVCCommand_aal@@UBEHPBD@Z @40573 NONAME ?InternalIsDescendant@H245_NewATMVCCommand_aal_aal1@@UBEHPBD@Z @40574 NONAME ?InternalIsDescendant@H245_NewATMVCCommand_aal_aal1_clockRecovery@@UBEHPBD@Z @40575 NONAME ?InternalIsDescendant@H245_NewATMVCCommand_aal_aal1_errorCorrection@@UBEHPBD@Z @40576 NONAME ?InternalIsDescendant@H245_NewATMVCCommand_aal_aal5@@UBEHPBD@Z @40577 NONAME ?InternalIsDescendant@H245_NewATMVCCommand_multiplex@@UBEHPBD@Z @40578 NONAME ?InternalIsDescendant@H245_NewATMVCCommand_reverseParameters@@UBEHPBD@Z @40579 NONAME ?InternalIsDescendant@H245_NewATMVCCommand_reverseParameters_multiplex@@UBEHPBD@Z @40580 NONAME ?InternalIsDescendant@H245_NewATMVCIndication@@UBEHPBD@Z @40581 NONAME ?InternalIsDescendant@H245_NewATMVCIndication_aal@@UBEHPBD@Z @40582 NONAME ?InternalIsDescendant@H245_NewATMVCIndication_aal_aal1@@UBEHPBD@Z @40583 NONAME ?InternalIsDescendant@H245_NewATMVCIndication_aal_aal1_clockRecovery@@UBEHPBD@Z @40584 NONAME ?InternalIsDescendant@H245_NewATMVCIndication_aal_aal1_errorCorrection@@UBEHPBD@Z @40585 NONAME ?InternalIsDescendant@H245_NewATMVCIndication_aal_aal5@@UBEHPBD@Z @40586 NONAME ?InternalIsDescendant@H245_NewATMVCIndication_multiplex@@UBEHPBD@Z @40587 NONAME ?InternalIsDescendant@H245_NewATMVCIndication_reverseParameters@@UBEHPBD@Z @40588 NONAME ?InternalIsDescendant@H245_NewATMVCIndication_reverseParameters_multiplex@@UBEHPBD@Z @40589 NONAME ?InternalIsDescendant@H245_NonStandardIdentifier@@UBEHPBD@Z @40590 NONAME ?InternalIsDescendant@H245_NonStandardIdentifier_h221NonStandard@@UBEHPBD@Z @40591 NONAME ?InternalIsDescendant@H245_NonStandardMessage@@UBEHPBD@Z @40592 NONAME ?InternalIsDescendant@H245_NonStandardParameter@@UBEHPBD@Z @40593 NONAME ?InternalIsDescendant@H245_NoPTAudioTelephonyEventCapability@@UBEHPBD@Z @40594 NONAME ?InternalIsDescendant@H245_NoPTAudioToneCapability@@UBEHPBD@Z @40595 NONAME ?InternalIsDescendant@H245_OpenLogicalChannel@@UBEHPBD@Z @40596 NONAME ?InternalIsDescendant@H245_OpenLogicalChannelAck@@UBEHPBD@Z @40597 NONAME ?InternalIsDescendant@H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@UBEHPBD@Z @40598 NONAME ?InternalIsDescendant@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBEHPBD@Z @40599 NONAME ?InternalIsDescendant@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@UBEHPBD@Z @40600 NONAME ?InternalIsDescendant@H245_OpenLogicalChannelConfirm@@UBEHPBD@Z @40601 NONAME ?InternalIsDescendant@H245_OpenLogicalChannelReject@@UBEHPBD@Z @40602 NONAME ?InternalIsDescendant@H245_OpenLogicalChannelReject_cause@@UBEHPBD@Z @40603 NONAME ?InternalIsDescendant@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBEHPBD@Z @40604 NONAME ?InternalIsDescendant@H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@UBEHPBD@Z @40605 NONAME ?InternalIsDescendant@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBEHPBD@Z @40606 NONAME ?InternalIsDescendant@H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@UBEHPBD@Z @40607 NONAME ?InternalIsDescendant@H245_ParameterIdentifier@@UBEHPBD@Z @40608 NONAME ?InternalIsDescendant@H245_ParameterValue@@UBEHPBD@Z @40609 NONAME ?InternalIsDescendant@H245_Params@@UBEHPBD@Z @45347 NONAME ?InternalIsDescendant@H245_Password@@UBEHPBD@Z @40610 NONAME ?InternalIsDescendant@H245_PictureReference@@UBEHPBD@Z @40611 NONAME ?InternalIsDescendant@H245_Q2931Address@@UBEHPBD@Z @40612 NONAME ?InternalIsDescendant@H245_Q2931Address_address@@UBEHPBD@Z @40613 NONAME ?InternalIsDescendant@H245_QOSCapability@@UBEHPBD@Z @40614 NONAME ?InternalIsDescendant@H245_QOSMode@@UBEHPBD@Z @40615 NONAME ?InternalIsDescendant@H245_RedundancyEncoding@@UBEHPBD@Z @40616 NONAME ?InternalIsDescendant@H245_RedundancyEncodingCapability@@UBEHPBD@Z @40617 NONAME ?InternalIsDescendant@H245_RedundancyEncodingDTMode@@UBEHPBD@Z @40618 NONAME ?InternalIsDescendant@H245_RedundancyEncodingDTModeElement@@UBEHPBD@Z @40619 NONAME ?InternalIsDescendant@H245_RedundancyEncodingDTModeElement_type@@UBEHPBD@Z @40620 NONAME ?InternalIsDescendant@H245_RedundancyEncodingElement@@UBEHPBD@Z @40621 NONAME ?InternalIsDescendant@H245_RedundancyEncodingMethod@@UBEHPBD@Z @40622 NONAME ?InternalIsDescendant@H245_RedundancyEncodingMode@@UBEHPBD@Z @40623 NONAME ?InternalIsDescendant@H245_RedundancyEncodingMode_secondaryEncoding@@UBEHPBD@Z @40624 NONAME ?InternalIsDescendant@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBEHPBD@Z @40625 NONAME ?InternalIsDescendant@H245_RefPictureSelection@@UBEHPBD@Z @40626 NONAME ?InternalIsDescendant@H245_RefPictureSelection_additionalPictureMemory@@UBEHPBD@Z @40627 NONAME ?InternalIsDescendant@H245_RefPictureSelection_enhancedReferencePicSelect@@UBEHPBD@Z @40628 NONAME ?InternalIsDescendant@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBEHPBD@Z @40629 NONAME ?InternalIsDescendant@H245_RefPictureSelection_videoBackChannelSend@@UBEHPBD@Z @40630 NONAME ?InternalIsDescendant@H245_RemoteMCRequest@@UBEHPBD@Z @40631 NONAME ?InternalIsDescendant@H245_RemoteMCResponse@@UBEHPBD@Z @40632 NONAME ?InternalIsDescendant@H245_RemoteMCResponse_reject@@UBEHPBD@Z @40633 NONAME ?InternalIsDescendant@H245_RequestAllTerminalIDsResponse@@UBEHPBD@Z @40634 NONAME ?InternalIsDescendant@H245_RequestChannelClose@@UBEHPBD@Z @40635 NONAME ?InternalIsDescendant@H245_RequestChannelCloseAck@@UBEHPBD@Z @40636 NONAME ?InternalIsDescendant@H245_RequestChannelCloseReject@@UBEHPBD@Z @40637 NONAME ?InternalIsDescendant@H245_RequestChannelCloseReject_cause@@UBEHPBD@Z @40638 NONAME ?InternalIsDescendant@H245_RequestChannelCloseRelease@@UBEHPBD@Z @40639 NONAME ?InternalIsDescendant@H245_RequestChannelClose_reason@@UBEHPBD@Z @40640 NONAME ?InternalIsDescendant@H245_RequestMessage@@UBEHPBD@Z @40641 NONAME ?InternalIsDescendant@H245_RequestMode@@UBEHPBD@Z @40642 NONAME ?InternalIsDescendant@H245_RequestModeAck@@UBEHPBD@Z @40643 NONAME ?InternalIsDescendant@H245_RequestModeAck_response@@UBEHPBD@Z @40644 NONAME ?InternalIsDescendant@H245_RequestModeReject@@UBEHPBD@Z @40645 NONAME ?InternalIsDescendant@H245_RequestModeReject_cause@@UBEHPBD@Z @40646 NONAME ?InternalIsDescendant@H245_RequestModeRelease@@UBEHPBD@Z @40647 NONAME ?InternalIsDescendant@H245_RequestMultiplexEntry@@UBEHPBD@Z @40648 NONAME ?InternalIsDescendant@H245_RequestMultiplexEntryAck@@UBEHPBD@Z @40649 NONAME ?InternalIsDescendant@H245_RequestMultiplexEntryReject@@UBEHPBD@Z @40650 NONAME ?InternalIsDescendant@H245_RequestMultiplexEntryRejectionDescriptions@@UBEHPBD@Z @40651 NONAME ?InternalIsDescendant@H245_RequestMultiplexEntryRejectionDescriptions_cause@@UBEHPBD@Z @40652 NONAME ?InternalIsDescendant@H245_RequestMultiplexEntryRelease@@UBEHPBD@Z @40653 NONAME ?InternalIsDescendant@H245_ResponseMessage@@UBEHPBD@Z @40654 NONAME ?InternalIsDescendant@H245_RoundTripDelayRequest@@UBEHPBD@Z @40655 NONAME ?InternalIsDescendant@H245_RoundTripDelayResponse@@UBEHPBD@Z @40656 NONAME ?InternalIsDescendant@H245_RSVPParameters@@UBEHPBD@Z @40657 NONAME ?InternalIsDescendant@H245_RTPH263VideoRedundancyEncoding@@UBEHPBD@Z @40658 NONAME ?InternalIsDescendant@H245_RTPH263VideoRedundancyEncoding_containedThreads@@UBEHPBD@Z @40659 NONAME ?InternalIsDescendant@H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@UBEHPBD@Z @40660 NONAME ?InternalIsDescendant@H245_RTPH263VideoRedundancyFrameMapping@@UBEHPBD@Z @40661 NONAME ?InternalIsDescendant@H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@UBEHPBD@Z @40662 NONAME ?InternalIsDescendant@H245_RTPPayloadType@@UBEHPBD@Z @40663 NONAME ?InternalIsDescendant@H245_RTPPayloadType_payloadDescriptor@@UBEHPBD@Z @40664 NONAME ?InternalIsDescendant@H245_SendTerminalCapabilitySet@@UBEHPBD@Z @40665 NONAME ?InternalIsDescendant@H245_SendTerminalCapabilitySet_specificRequest@@UBEHPBD@Z @40666 NONAME ?InternalIsDescendant@H245_SequenceNumber@@UBEHPBD@Z @40667 NONAME ?InternalIsDescendant@H245_SubstituteConferenceIDCommand@@UBEHPBD@Z @40668 NONAME ?InternalIsDescendant@H245_T38FaxProfile@@UBEHPBD@Z @40669 NONAME ?InternalIsDescendant@H245_T38FaxRateManagement@@UBEHPBD@Z @40670 NONAME ?InternalIsDescendant@H245_T38FaxTcpOptions@@UBEHPBD@Z @40671 NONAME ?InternalIsDescendant@H245_T38FaxUdpOptions@@UBEHPBD@Z @40672 NONAME ?InternalIsDescendant@H245_T38FaxUdpOptions_t38FaxUdpEC@@UBEHPBD@Z @40673 NONAME ?InternalIsDescendant@H245_T84Profile@@UBEHPBD@Z @40674 NONAME ?InternalIsDescendant@H245_T84Profile_t84Restricted@@UBEHPBD@Z @40675 NONAME ?InternalIsDescendant@H245_TerminalCapabilitySet@@UBEHPBD@Z @40676 NONAME ?InternalIsDescendant@H245_TerminalCapabilitySetAck@@UBEHPBD@Z @40677 NONAME ?InternalIsDescendant@H245_TerminalCapabilitySetReject@@UBEHPBD@Z @40678 NONAME ?InternalIsDescendant@H245_TerminalCapabilitySetReject_cause@@UBEHPBD@Z @40679 NONAME ?InternalIsDescendant@H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@UBEHPBD@Z @40680 NONAME ?InternalIsDescendant@H245_TerminalCapabilitySetRelease@@UBEHPBD@Z @40681 NONAME ?InternalIsDescendant@H245_TerminalID@@UBEHPBD@Z @40682 NONAME ?InternalIsDescendant@H245_TerminalInformation@@UBEHPBD@Z @40683 NONAME ?InternalIsDescendant@H245_TerminalLabel@@UBEHPBD@Z @40684 NONAME ?InternalIsDescendant@H245_TerminalNumber@@UBEHPBD@Z @40685 NONAME ?InternalIsDescendant@H245_TerminalYouAreSeeingInSubPictureNumber@@UBEHPBD@Z @40686 NONAME ?InternalIsDescendant@H245_TransparencyParameters@@UBEHPBD@Z @40687 NONAME ?InternalIsDescendant@H245_TransportAddress@@UBEHPBD@Z @40688 NONAME ?InternalIsDescendant@H245_TransportCapability@@UBEHPBD@Z @40689 NONAME ?InternalIsDescendant@H245_UnicastAddress@@UBEHPBD@Z @40690 NONAME ?InternalIsDescendant@H245_UnicastAddress_iP6Address@@UBEHPBD@Z @40691 NONAME ?InternalIsDescendant@H245_UnicastAddress_iPAddress@@UBEHPBD@Z @40692 NONAME ?InternalIsDescendant@H245_UnicastAddress_iPSourceRouteAddress@@UBEHPBD@Z @40693 NONAME ?InternalIsDescendant@H245_UnicastAddress_iPSourceRouteAddress_route@@UBEHPBD@Z @40694 NONAME ?InternalIsDescendant@H245_UnicastAddress_iPSourceRouteAddress_routing@@UBEHPBD@Z @40695 NONAME ?InternalIsDescendant@H245_UnicastAddress_iPXAddress@@UBEHPBD@Z @40696 NONAME ?InternalIsDescendant@H245_UserInputCapability@@UBEHPBD@Z @40697 NONAME ?InternalIsDescendant@H245_UserInputIndication@@UBEHPBD@Z @40698 NONAME ?InternalIsDescendant@H245_UserInputIndication_encryptedAlphanumeric@@UBEHPBD@Z @45348 NONAME ?InternalIsDescendant@H245_UserInputIndication_extendedAlphanumeric@@UBEHPBD@Z @40699 NONAME ?InternalIsDescendant@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBEHPBD@Z @45349 NONAME ?InternalIsDescendant@H245_UserInputIndication_signal@@UBEHPBD@Z @40700 NONAME ?InternalIsDescendant@H245_UserInputIndication_signalUpdate@@UBEHPBD@Z @40701 NONAME ?InternalIsDescendant@H245_UserInputIndication_signalUpdate_rtp@@UBEHPBD@Z @40702 NONAME ?InternalIsDescendant@H245_UserInputIndication_signal_rtp@@UBEHPBD@Z @40703 NONAME ?InternalIsDescendant@H245_UserInputIndication_userInputSupportIndication@@UBEHPBD@Z @40704 NONAME ?InternalIsDescendant@H245_V42bis@@UBEHPBD@Z @40705 NONAME ?InternalIsDescendant@H245_V75Capability@@UBEHPBD@Z @40706 NONAME ?InternalIsDescendant@H245_V75Parameters@@UBEHPBD@Z @40707 NONAME ?InternalIsDescendant@H245_V76Capability@@UBEHPBD@Z @40708 NONAME ?InternalIsDescendant@H245_V76HDLCParameters@@UBEHPBD@Z @40709 NONAME ?InternalIsDescendant@H245_V76LogicalChannelParameters@@UBEHPBD@Z @40710 NONAME ?InternalIsDescendant@H245_V76LogicalChannelParameters_mode@@UBEHPBD@Z @40711 NONAME ?InternalIsDescendant@H245_V76LogicalChannelParameters_mode_eRM@@UBEHPBD@Z @40712 NONAME ?InternalIsDescendant@H245_V76LogicalChannelParameters_mode_eRM_recovery@@UBEHPBD@Z @40713 NONAME ?InternalIsDescendant@H245_V76LogicalChannelParameters_suspendResume@@UBEHPBD@Z @40714 NONAME ?InternalIsDescendant@H245_V76ModeParameters@@UBEHPBD@Z @40715 NONAME ?InternalIsDescendant@H245_VBDCapability@@UBEHPBD@Z @40716 NONAME ?InternalIsDescendant@H245_VBDMode@@UBEHPBD@Z @40717 NONAME ?InternalIsDescendant@H245_VCCapability@@UBEHPBD@Z @40718 NONAME ?InternalIsDescendant@H245_VCCapability_aal1@@UBEHPBD@Z @40719 NONAME ?InternalIsDescendant@H245_VCCapability_aal1ViaGateway@@UBEHPBD@Z @40720 NONAME ?InternalIsDescendant@H245_VCCapability_aal5@@UBEHPBD@Z @40721 NONAME ?InternalIsDescendant@H245_VCCapability_availableBitRates@@UBEHPBD@Z @40722 NONAME ?InternalIsDescendant@H245_VCCapability_availableBitRates_type@@UBEHPBD@Z @40723 NONAME ?InternalIsDescendant@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBEHPBD@Z @40724 NONAME ?InternalIsDescendant@H245_VendorIdentification@@UBEHPBD@Z @40725 NONAME ?InternalIsDescendant@H245_VideoCapability@@UBEHPBD@Z @40726 NONAME ?InternalIsDescendant@H245_VideoIndicateCompose@@UBEHPBD@Z @40727 NONAME ?InternalIsDescendant@H245_VideoMode@@UBEHPBD@Z @40728 NONAME ?InternalIsDescendant@H248_ActionReply@@UBEHPBD@Z @40729 NONAME ?InternalIsDescendant@H248_ActionRequest@@UBEHPBD@Z @40730 NONAME ?InternalIsDescendant@H248_AmmDescriptor@@UBEHPBD@Z @40731 NONAME ?InternalIsDescendant@H248_AmmRequest@@UBEHPBD@Z @40732 NONAME ?InternalIsDescendant@H248_AmmsReply@@UBEHPBD@Z @40733 NONAME ?InternalIsDescendant@H248_ArrayOf_ActionReply@@UBEHPBD@Z @40734 NONAME ?InternalIsDescendant@H248_ArrayOf_ActionRequest@@UBEHPBD@Z @40735 NONAME ?InternalIsDescendant@H248_ArrayOf_AmmDescriptor@@UBEHPBD@Z @40736 NONAME ?InternalIsDescendant@H248_ArrayOf_CommandReply@@UBEHPBD@Z @40737 NONAME ?InternalIsDescendant@H248_ArrayOf_CommandRequest@@UBEHPBD@Z @40738 NONAME ?InternalIsDescendant@H248_ArrayOf_EventParameter@@UBEHPBD@Z @40739 NONAME ?InternalIsDescendant@H248_ArrayOf_IndAuditParameter@@UBEHPBD@Z @40740 NONAME ?InternalIsDescendant@H248_ArrayOf_IndAudPropertyParm@@UBEHPBD@Z @40741 NONAME ?InternalIsDescendant@H248_ArrayOf_IndAudStreamDescriptor@@UBEHPBD@Z @40742 NONAME ?InternalIsDescendant@H248_ArrayOf_ModemType@@UBEHPBD@Z @40743 NONAME ?InternalIsDescendant@H248_ArrayOf_ObservedEvent@@UBEHPBD@Z @40744 NONAME ?InternalIsDescendant@H248_ArrayOf_PASN_OctetString@@UBEHPBD@Z @40745 NONAME ?InternalIsDescendant@H248_ArrayOf_PropertyGroup@@UBEHPBD@Z @40746 NONAME ?InternalIsDescendant@H248_ArrayOf_PropertyParm@@UBEHPBD@Z @40747 NONAME ?InternalIsDescendant@H248_ArrayOf_RequestedEvent@@UBEHPBD@Z @40748 NONAME ?InternalIsDescendant@H248_ArrayOf_SecondRequestedEvent@@UBEHPBD@Z @40749 NONAME ?InternalIsDescendant@H248_ArrayOf_Signal@@UBEHPBD@Z @40750 NONAME ?InternalIsDescendant@H248_ArrayOf_SigParameter@@UBEHPBD@Z @40751 NONAME ?InternalIsDescendant@H248_ArrayOf_StreamDescriptor@@UBEHPBD@Z @40752 NONAME ?InternalIsDescendant@H248_ArrayOf_TerminationID@@UBEHPBD@Z @40753 NONAME ?InternalIsDescendant@H248_ArrayOf_TopologyRequest@@UBEHPBD@Z @40754 NONAME ?InternalIsDescendant@H248_ArrayOf_Transaction@@UBEHPBD@Z @40755 NONAME ?InternalIsDescendant@H248_ArrayOf_WildcardField@@UBEHPBD@Z @40756 NONAME ?InternalIsDescendant@H248_AuditDescriptor@@UBEHPBD@Z @40757 NONAME ?InternalIsDescendant@H248_AuditReply@@UBEHPBD@Z @40758 NONAME ?InternalIsDescendant@H248_AuditRequest@@UBEHPBD@Z @40759 NONAME ?InternalIsDescendant@H248_AuditResult@@UBEHPBD@Z @40760 NONAME ?InternalIsDescendant@H248_AuditReturnParameter@@UBEHPBD@Z @40761 NONAME ?InternalIsDescendant@H248_AuthData@@UBEHPBD@Z @40762 NONAME ?InternalIsDescendant@H248_AuthenticationHeader@@UBEHPBD@Z @40763 NONAME ?InternalIsDescendant@H248_Command@@UBEHPBD@Z @40764 NONAME ?InternalIsDescendant@H248_CommandReply@@UBEHPBD@Z @40765 NONAME ?InternalIsDescendant@H248_CommandRequest@@UBEHPBD@Z @40766 NONAME ?InternalIsDescendant@H248_ContextAttrAuditRequest@@UBEHPBD@Z @40767 NONAME ?InternalIsDescendant@H248_ContextID@@UBEHPBD@Z @40768 NONAME ?InternalIsDescendant@H248_ContextRequest@@UBEHPBD@Z @40769 NONAME ?InternalIsDescendant@H248_DigitMapDescriptor@@UBEHPBD@Z @40770 NONAME ?InternalIsDescendant@H248_DigitMapName@@UBEHPBD@Z @40771 NONAME ?InternalIsDescendant@H248_DigitMapValue@@UBEHPBD@Z @40772 NONAME ?InternalIsDescendant@H248_DomainName@@UBEHPBD@Z @40773 NONAME ?InternalIsDescendant@H248_ErrorCode@@UBEHPBD@Z @40774 NONAME ?InternalIsDescendant@H248_ErrorDescriptor@@UBEHPBD@Z @40775 NONAME ?InternalIsDescendant@H248_ErrorText@@UBEHPBD@Z @40776 NONAME ?InternalIsDescendant@H248_EventBufferControl@@UBEHPBD@Z @40777 NONAME ?InternalIsDescendant@H248_EventBufferDescriptor@@UBEHPBD@Z @40778 NONAME ?InternalIsDescendant@H248_EventDM@@UBEHPBD@Z @40779 NONAME ?InternalIsDescendant@H248_EventName@@UBEHPBD@Z @40780 NONAME ?InternalIsDescendant@H248_EventParameter@@UBEHPBD@Z @40781 NONAME ?InternalIsDescendant@H248_EventParameter_extraInfo@@UBEHPBD@Z @40782 NONAME ?InternalIsDescendant@H248_EventsDescriptor@@UBEHPBD@Z @40783 NONAME ?InternalIsDescendant@H248_EventSpec@@UBEHPBD@Z @40784 NONAME ?InternalIsDescendant@H248_H221NonStandard@@UBEHPBD@Z @40785 NONAME ?InternalIsDescendant@H248_IndAudDigitMapDescriptor@@UBEHPBD@Z @40786 NONAME ?InternalIsDescendant@H248_IndAudEventBufferDescriptor@@UBEHPBD@Z @40787 NONAME ?InternalIsDescendant@H248_IndAudEventsDescriptor@@UBEHPBD@Z @40788 NONAME ?InternalIsDescendant@H248_IndAuditParameter@@UBEHPBD@Z @40789 NONAME ?InternalIsDescendant@H248_IndAudLocalControlDescriptor@@UBEHPBD@Z @40790 NONAME ?InternalIsDescendant@H248_IndAudLocalRemoteDescriptor@@UBEHPBD@Z @40791 NONAME ?InternalIsDescendant@H248_IndAudMediaDescriptor@@UBEHPBD@Z @40792 NONAME ?InternalIsDescendant@H248_IndAudMediaDescriptor_streams@@UBEHPBD@Z @40793 NONAME ?InternalIsDescendant@H248_IndAudPackagesDescriptor@@UBEHPBD@Z @40794 NONAME ?InternalIsDescendant@H248_IndAudPropertyGroup@@UBEHPBD@Z @40795 NONAME ?InternalIsDescendant@H248_IndAudPropertyParm@@UBEHPBD@Z @40796 NONAME ?InternalIsDescendant@H248_IndAudSeqSigList@@UBEHPBD@Z @40797 NONAME ?InternalIsDescendant@H248_IndAudSignal@@UBEHPBD@Z @40798 NONAME ?InternalIsDescendant@H248_IndAudSignalsDescriptor@@UBEHPBD@Z @40799 NONAME ?InternalIsDescendant@H248_IndAudStatisticsDescriptor@@UBEHPBD@Z @40800 NONAME ?InternalIsDescendant@H248_IndAudStreamDescriptor@@UBEHPBD@Z @40801 NONAME ?InternalIsDescendant@H248_IndAudStreamParms@@UBEHPBD@Z @40802 NONAME ?InternalIsDescendant@H248_IndAudTerminationStateDescriptor@@UBEHPBD@Z @40803 NONAME ?InternalIsDescendant@H248_IP4Address@@UBEHPBD@Z @40804 NONAME ?InternalIsDescendant@H248_IP6Address@@UBEHPBD@Z @40805 NONAME ?InternalIsDescendant@H248_LocalControlDescriptor@@UBEHPBD@Z @40806 NONAME ?InternalIsDescendant@H248_LocalRemoteDescriptor@@UBEHPBD@Z @40807 NONAME ?InternalIsDescendant@H248_MediaDescriptor@@UBEHPBD@Z @40808 NONAME ?InternalIsDescendant@H248_MediaDescriptor_streams@@UBEHPBD@Z @40809 NONAME ?InternalIsDescendant@H248_MegacoMessage@@UBEHPBD@Z @40810 NONAME ?InternalIsDescendant@H248_Message@@UBEHPBD@Z @40811 NONAME ?InternalIsDescendant@H248_Message_messageBody@@UBEHPBD@Z @40812 NONAME ?InternalIsDescendant@H248_MId@@UBEHPBD@Z @40813 NONAME ?InternalIsDescendant@H248_ModemDescriptor@@UBEHPBD@Z @40814 NONAME ?InternalIsDescendant@H248_ModemType@@UBEHPBD@Z @40815 NONAME ?InternalIsDescendant@H248_MuxDescriptor@@UBEHPBD@Z @40816 NONAME ?InternalIsDescendant@H248_MuxType@@UBEHPBD@Z @40817 NONAME ?InternalIsDescendant@H248_Name@@UBEHPBD@Z @40818 NONAME ?InternalIsDescendant@H248_NonStandardData@@UBEHPBD@Z @40819 NONAME ?InternalIsDescendant@H248_NonStandardIdentifier@@UBEHPBD@Z @40820 NONAME ?InternalIsDescendant@H248_NotifyCompletion@@UBEHPBD@Z @40821 NONAME ?InternalIsDescendant@H248_NotifyReply@@UBEHPBD@Z @40822 NONAME ?InternalIsDescendant@H248_NotifyRequest@@UBEHPBD@Z @40823 NONAME ?InternalIsDescendant@H248_ObservedEvent@@UBEHPBD@Z @40824 NONAME ?InternalIsDescendant@H248_ObservedEventsDescriptor@@UBEHPBD@Z @40825 NONAME ?InternalIsDescendant@H248_PackagesDescriptor@@UBEHPBD@Z @40826 NONAME ?InternalIsDescendant@H248_PackagesItem@@UBEHPBD@Z @40827 NONAME ?InternalIsDescendant@H248_PathName@@UBEHPBD@Z @40828 NONAME ?InternalIsDescendant@H248_PkgdName@@UBEHPBD@Z @40829 NONAME ?InternalIsDescendant@H248_PropertyGroup@@UBEHPBD@Z @40830 NONAME ?InternalIsDescendant@H248_PropertyParm@@UBEHPBD@Z @40831 NONAME ?InternalIsDescendant@H248_PropertyParm_extraInfo@@UBEHPBD@Z @40832 NONAME ?InternalIsDescendant@H248_Relation@@UBEHPBD@Z @40833 NONAME ?InternalIsDescendant@H248_RequestedActions@@UBEHPBD@Z @40834 NONAME ?InternalIsDescendant@H248_RequestedEvent@@UBEHPBD@Z @40835 NONAME ?InternalIsDescendant@H248_RequestID@@UBEHPBD@Z @40836 NONAME ?InternalIsDescendant@H248_SecondEventsDescriptor@@UBEHPBD@Z @40837 NONAME ?InternalIsDescendant@H248_SecondRequestedActions@@UBEHPBD@Z @40838 NONAME ?InternalIsDescendant@H248_SecondRequestedEvent@@UBEHPBD@Z @40839 NONAME ?InternalIsDescendant@H248_SecurityParmIndex@@UBEHPBD@Z @40840 NONAME ?InternalIsDescendant@H248_SeqSigList@@UBEHPBD@Z @40841 NONAME ?InternalIsDescendant@H248_SequenceNum@@UBEHPBD@Z @40842 NONAME ?InternalIsDescendant@H248_ServiceChangeAddress@@UBEHPBD@Z @40843 NONAME ?InternalIsDescendant@H248_ServiceChangeMethod@@UBEHPBD@Z @40844 NONAME ?InternalIsDescendant@H248_ServiceChangeParm@@UBEHPBD@Z @40845 NONAME ?InternalIsDescendant@H248_ServiceChangeProfile@@UBEHPBD@Z @40846 NONAME ?InternalIsDescendant@H248_ServiceChangeReply@@UBEHPBD@Z @40847 NONAME ?InternalIsDescendant@H248_ServiceChangeRequest@@UBEHPBD@Z @40848 NONAME ?InternalIsDescendant@H248_ServiceChangeResParm@@UBEHPBD@Z @40849 NONAME ?InternalIsDescendant@H248_ServiceChangeResult@@UBEHPBD@Z @40850 NONAME ?InternalIsDescendant@H248_ServiceState@@UBEHPBD@Z @40851 NONAME ?InternalIsDescendant@H248_Signal@@UBEHPBD@Z @40852 NONAME ?InternalIsDescendant@H248_SignalName@@UBEHPBD@Z @40853 NONAME ?InternalIsDescendant@H248_SignalRequest@@UBEHPBD@Z @40854 NONAME ?InternalIsDescendant@H248_SignalsDescriptor@@UBEHPBD@Z @40855 NONAME ?InternalIsDescendant@H248_SignalType@@UBEHPBD@Z @40856 NONAME ?InternalIsDescendant@H248_SigParameter@@UBEHPBD@Z @40857 NONAME ?InternalIsDescendant@H248_SigParameter_extraInfo@@UBEHPBD@Z @40858 NONAME ?InternalIsDescendant@H248_StatisticsDescriptor@@UBEHPBD@Z @40859 NONAME ?InternalIsDescendant@H248_StatisticsParameter@@UBEHPBD@Z @40860 NONAME ?InternalIsDescendant@H248_StreamDescriptor@@UBEHPBD@Z @40861 NONAME ?InternalIsDescendant@H248_StreamID@@UBEHPBD@Z @40862 NONAME ?InternalIsDescendant@H248_StreamMode@@UBEHPBD@Z @40863 NONAME ?InternalIsDescendant@H248_StreamParms@@UBEHPBD@Z @40864 NONAME ?InternalIsDescendant@H248_SubtractRequest@@UBEHPBD@Z @40865 NONAME ?InternalIsDescendant@H248_TerminationAudit@@UBEHPBD@Z @40866 NONAME ?InternalIsDescendant@H248_TerminationID@@UBEHPBD@Z @40867 NONAME ?InternalIsDescendant@H248_TerminationIDList@@UBEHPBD@Z @40868 NONAME ?InternalIsDescendant@H248_TerminationStateDescriptor@@UBEHPBD@Z @40869 NONAME ?InternalIsDescendant@H248_TimeNotation@@UBEHPBD@Z @40870 NONAME ?InternalIsDescendant@H248_TopologyRequest@@UBEHPBD@Z @40871 NONAME ?InternalIsDescendant@H248_TopologyRequest_topologyDirection@@UBEHPBD@Z @40872 NONAME ?InternalIsDescendant@H248_Transaction@@UBEHPBD@Z @40873 NONAME ?InternalIsDescendant@H248_TransactionAck@@UBEHPBD@Z @40874 NONAME ?InternalIsDescendant@H248_TransactionId@@UBEHPBD@Z @40875 NONAME ?InternalIsDescendant@H248_TransactionPending@@UBEHPBD@Z @40876 NONAME ?InternalIsDescendant@H248_TransactionReply@@UBEHPBD@Z @40877 NONAME ?InternalIsDescendant@H248_TransactionReply_transactionResult@@UBEHPBD@Z @40878 NONAME ?InternalIsDescendant@H248_TransactionRequest@@UBEHPBD@Z @40879 NONAME ?InternalIsDescendant@H248_TransactionResponseAck@@UBEHPBD@Z @40880 NONAME ?InternalIsDescendant@H248_Value@@UBEHPBD@Z @40881 NONAME ?InternalIsDescendant@H248_WildcardField@@UBEHPBD@Z @40882 NONAME ?InternalIsDescendant@H263Packet@@UBEHPBD@Z @45985 NONAME ?InternalIsDescendant@H263PacketList@@UBEHPBD@Z @45986 NONAME ?InternalIsDescendant@H323AudioCapability@@UBEHPBD@Z @40885 NONAME ?InternalIsDescendant@H323AudioCodec@@UBEHPBD@Z @40886 NONAME ?InternalIsDescendant@H323BidirectionalChannel@@UBEHPBD@Z @40887 NONAME ?InternalIsDescendant@H323CallCreditServiceControl@@UBEHPBD@Z @40888 NONAME ?InternalIsDescendant@H323Capabilities@@UBEHPBD@Z @40889 NONAME ?InternalIsDescendant@H323CapabilitiesSet@@UBEHPBD@Z @40890 NONAME ?InternalIsDescendant@H323Capability@@UBEHPBD@Z @40891 NONAME ?InternalIsDescendant@H323Channel@@UBEHPBD@Z @40893 NONAME ?InternalIsDescendant@H323ChannelNumber@@UBEHPBD@Z @40894 NONAME ?InternalIsDescendant@H323Codec@@UBEHPBD@Z @40895 NONAME ?InternalIsDescendant@H323CodecPluginGenericAudioCapability@@UBEHPBD@Z @45444 NONAME ?InternalIsDescendant@H323CodecPluginNonStandardAudioCapability@@UBEHPBD@Z @40896 NONAME ?InternalIsDescendant@H323Connection@@UBEHPBD@Z @40897 NONAME ?InternalIsDescendant@H323ConnectionsCleaner@@UBEHPBD@Z @40898 NONAME ?InternalIsDescendant@H323ControlPDU@@UBEHPBD@Z @40899 NONAME ?InternalIsDescendant@H323DataCapability@@UBEHPBD@Z @40900 NONAME ?InternalIsDescendant@H323DataChannel@@UBEHPBD@Z @40901 NONAME ?InternalIsDescendant@H323DynaLink@@UBEHPBD@Z @42760 NONAME ?InternalIsDescendant@H323EndPoint@@UBEHPBD@Z @40902 NONAME ?InternalIsDescendant@H323FramedAudioCodec@@UBEHPBD@Z @40903 NONAME ?InternalIsDescendant@H323Gatekeeper@@UBEHPBD@Z @40904 NONAME ?InternalIsDescendant@H323GatekeeperARQ@@UBEHPBD@Z @40905 NONAME ?InternalIsDescendant@H323GatekeeperBRQ@@UBEHPBD@Z @40906 NONAME ?InternalIsDescendant@H323GatekeeperCall@@UBEHPBD@Z @40907 NONAME ?InternalIsDescendant@H323GatekeeperDRQ@@UBEHPBD@Z @40908 NONAME ?InternalIsDescendant@H323GatekeeperGRQ@@UBEHPBD@Z @40909 NONAME ?InternalIsDescendant@H323GatekeeperIRR@@UBEHPBD@Z @40910 NONAME ?InternalIsDescendant@H323GatekeeperListener@@UBEHPBD@Z @40911 NONAME ?InternalIsDescendant@H323GatekeeperLRQ@@UBEHPBD@Z @40912 NONAME ?InternalIsDescendant@H323GatekeeperRequest@@UBEHPBD@Z @40913 NONAME ?InternalIsDescendant@H323GatekeeperRRQ@@UBEHPBD@Z @40914 NONAME ?InternalIsDescendant@H323GatekeeperServer@@UBEHPBD@Z @40915 NONAME ?InternalIsDescendant@H323GatekeeperURQ@@UBEHPBD@Z @40916 NONAME ?InternalIsDescendant@H323GenericAudioCapability@@UBEHPBD@Z @45445 NONAME ?InternalIsDescendant@H323GenericVideoCapability@@UBEHPBD@Z @45446 NONAME ?InternalIsDescendant@H323GSMPluginCapability@@UBEHPBD@Z @40917 NONAME ?InternalIsDescendant@H323H248ServiceControl@@UBEHPBD@Z @40918 NONAME ?InternalIsDescendant@H323HTTPServiceControl@@UBEHPBD@Z @40920 NONAME ?InternalIsDescendant@H323Listener@@UBEHPBD@Z @40921 NONAME ?InternalIsDescendant@H323ListenerTCP@@UBEHPBD@Z @40922 NONAME ?InternalIsDescendant@H323LogicalChannelThread@@UBEHPBD@Z @40923 NONAME ?InternalIsDescendant@H323NonStandardAudioCapability@@UBEHPBD@Z @40924 NONAME ?InternalIsDescendant@H323NonStandardDataCapability@@UBEHPBD@Z @40925 NONAME ?InternalIsDescendant@H323NonStandardVideoCapability@@UBEHPBD@Z @40926 NONAME ?InternalIsDescendant@H323PeerElement@@UBEHPBD@Z @40927 NONAME ?InternalIsDescendant@H323PeerElementDescriptor@@UBEHPBD@Z @40928 NONAME ?InternalIsDescendant@H323PeerElementServiceRelationship@@UBEHPBD@Z @40929 NONAME ?InternalIsDescendant@H323PluginCapability@@UBEHPBD@Z @40931 NONAME ?InternalIsDescendant@H323PluginCodecManager@@UBEHPBD@Z @43179 NONAME ?InternalIsDescendant@H323PluginFramedAudioCodec@@UBEHPBD@Z @42810 NONAME ?InternalIsDescendant@H323PluginG7231Capability@@UBEHPBD@Z @40932 NONAME ?InternalIsDescendant@H323PluginVideoCodec@@UBEHPBD@Z @40933 NONAME ?InternalIsDescendant@H323RasPDU@@UBEHPBD@Z @40934 NONAME ?InternalIsDescendant@H323RealTimeCapability@@UBEHPBD@Z @40935 NONAME ?InternalIsDescendant@H323RegisteredEndPoint@@UBEHPBD@Z @40936 NONAME ?InternalIsDescendant@H323ServiceControlSession@@UBEHPBD@Z @40937 NONAME ?InternalIsDescendant@H323SignalPDU@@UBEHPBD@Z @40938 NONAME ?InternalIsDescendant@H323SimultaneousCapabilities@@UBEHPBD@Z @40939 NONAME ?InternalIsDescendant@H323StreamedAudioCodec@@UBEHPBD@Z @40940 NONAME ?InternalIsDescendant@H323StreamedPluginAudioCodec@@UBEHPBD@Z @42811 NONAME ?InternalIsDescendant@H323Transaction@@UBEHPBD@Z @40941 NONAME ?InternalIsDescendant@H323TransactionServer@@UBEHPBD@Z @40942 NONAME ?InternalIsDescendant@H323Transactor@@UBEHPBD@Z @40943 NONAME ?InternalIsDescendant@H323Transport@@UBEHPBD@Z @40944 NONAME ?InternalIsDescendant@H323TransportAddress@@UBEHPBD@Z @40945 NONAME ?InternalIsDescendant@H323TransportAddressArray@@UBEHPBD@Z @40946 NONAME ?InternalIsDescendant@H323TransportIP@@UBEHPBD@Z @40947 NONAME ?InternalIsDescendant@H323TransportTCP@@UBEHPBD@Z @40948 NONAME ?InternalIsDescendant@H323TransportUDP@@UBEHPBD@Z @40949 NONAME ?InternalIsDescendant@H323UnidirectionalChannel@@UBEHPBD@Z @40950 NONAME ?InternalIsDescendant@H323VideoCapability@@UBEHPBD@Z @40951 NONAME ?InternalIsDescendant@H323VideoCodec@@UBEHPBD@Z @40952 NONAME ?InternalIsDescendant@H323_ALawCodec@@UBEHPBD@Z @40953 NONAME ?InternalIsDescendant@H323_AnnexG@@UBEHPBD@Z @40954 NONAME ?InternalIsDescendant@H323_CiscoG7231aLIDCapability@@UBEHPBD@Z @40955 NONAME ?InternalIsDescendant@H323_ExternalRTPChannel@@UBEHPBD@Z @40956 NONAME ?InternalIsDescendant@H323_G711Capability@@UBEHPBD@Z @40959 NONAME ?InternalIsDescendant@H323_H261Capability@@UBEHPBD@Z @40967 NONAME ?InternalIsDescendant@H323_H261Codec@@UBEHPBD@Z @40968 NONAME ?InternalIsDescendant@H323_LIDCapability@@UBEHPBD@Z @40971 NONAME ?InternalIsDescendant@H323_LIDCodec@@UBEHPBD@Z @40972 NONAME ?InternalIsDescendant@H323_muLawCodec@@UBEHPBD@Z @40975 NONAME ?InternalIsDescendant@H323_RealTimeChannel@@UBEHPBD@Z @40976 NONAME ?InternalIsDescendant@H323_RFC2190_H263Capability@@UBEHPBD@Z @45987 NONAME ?InternalIsDescendant@H323_RFC2190_H263Codec@@UBEHPBD@Z @45988 NONAME ?InternalIsDescendant@H323_RTPChannel@@UBEHPBD@Z @40977 NONAME ?InternalIsDescendant@H323_RTP_Session@@UBEHPBD@Z @40978 NONAME ?InternalIsDescendant@H323_RTP_UDP@@UBEHPBD@Z @40979 NONAME ?InternalIsDescendant@H323_T120Capability@@UBEHPBD@Z @40980 NONAME ?InternalIsDescendant@H323_T120Channel@@UBEHPBD@Z @40981 NONAME ?InternalIsDescendant@H323_T38Capability@@UBEHPBD@Z @40982 NONAME ?InternalIsDescendant@H323_T38Channel@@UBEHPBD@Z @40983 NONAME ?InternalIsDescendant@H323_T38NonStandardCapability@@UBEHPBD@Z @40984 NONAME ?InternalIsDescendant@H323_UserInputCapability@@UBEHPBD@Z @40985 NONAME ?InternalIsDescendant@H45010_ArrayOf_MixedExtension@@UBEHPBD@Z @40986 NONAME ?InternalIsDescendant@H45010_CfbOvrOptArg@@UBEHPBD@Z @40987 NONAME ?InternalIsDescendant@H45010_CoReqOptArg@@UBEHPBD@Z @40988 NONAME ?InternalIsDescendant@H45010_H323CallOfferOperations@@UBEHPBD@Z @40989 NONAME ?InternalIsDescendant@H45010_RUAlertOptArg@@UBEHPBD@Z @40990 NONAME ?InternalIsDescendant@H45011Handler@@UBEHPBD@Z @40991 NONAME ?InternalIsDescendant@H45011_ArrayOf_MixedExtension@@UBEHPBD@Z @40992 NONAME ?InternalIsDescendant@H45011_CallIntrusionErrors@@UBEHPBD@Z @40993 NONAME ?InternalIsDescendant@H45011_CICapabilityLevel@@UBEHPBD@Z @40994 NONAME ?InternalIsDescendant@H45011_CIFrcRelArg@@UBEHPBD@Z @40995 NONAME ?InternalIsDescendant@H45011_CIFrcRelOptRes@@UBEHPBD@Z @40996 NONAME ?InternalIsDescendant@H45011_CIGetCIPLOptArg@@UBEHPBD@Z @40997 NONAME ?InternalIsDescendant@H45011_CIGetCIPLRes@@UBEHPBD@Z @40998 NONAME ?InternalIsDescendant@H45011_CIIsOptArg@@UBEHPBD@Z @40999 NONAME ?InternalIsDescendant@H45011_CIIsOptRes@@UBEHPBD@Z @41000 NONAME ?InternalIsDescendant@H45011_CINotificationArg@@UBEHPBD@Z @41001 NONAME ?InternalIsDescendant@H45011_CIProtectionLevel@@UBEHPBD@Z @41002 NONAME ?InternalIsDescendant@H45011_CIRequestArg@@UBEHPBD@Z @41003 NONAME ?InternalIsDescendant@H45011_CIRequestRes@@UBEHPBD@Z @41004 NONAME ?InternalIsDescendant@H45011_CISilentArg@@UBEHPBD@Z @41005 NONAME ?InternalIsDescendant@H45011_CISilentOptRes@@UBEHPBD@Z @41006 NONAME ?InternalIsDescendant@H45011_CIStatusInformation@@UBEHPBD@Z @41007 NONAME ?InternalIsDescendant@H45011_CIWobOptArg@@UBEHPBD@Z @41008 NONAME ?InternalIsDescendant@H45011_CIWobOptRes@@UBEHPBD@Z @41009 NONAME ?InternalIsDescendant@H45011_H323CallIntrusionOperations@@UBEHPBD@Z @41010 NONAME ?InternalIsDescendant@H4501_Address@@UBEHPBD@Z @41011 NONAME ?InternalIsDescendant@H4501_AddressInformation@@UBEHPBD@Z @41012 NONAME ?InternalIsDescendant@H4501_AddressScreened@@UBEHPBD@Z @41013 NONAME ?InternalIsDescendant@H4501_ArrayOf_AliasAddress@@UBEHPBD@Z @41014 NONAME ?InternalIsDescendant@H4501_ArrayOf_ROS@@UBEHPBD@Z @41015 NONAME ?InternalIsDescendant@H4501_EndpointAddress@@UBEHPBD@Z @41016 NONAME ?InternalIsDescendant@H4501_EntityType@@UBEHPBD@Z @41017 NONAME ?InternalIsDescendant@H4501_Extension@@UBEHPBD@Z @41018 NONAME ?InternalIsDescendant@H4501_GeneralErrorList@@UBEHPBD@Z @41019 NONAME ?InternalIsDescendant@H4501_H225InformationElement@@UBEHPBD@Z @41020 NONAME ?InternalIsDescendant@H4501_InterpretationApdu@@UBEHPBD@Z @41021 NONAME ?InternalIsDescendant@H4501_InvokeIDs@@UBEHPBD@Z @41022 NONAME ?InternalIsDescendant@H4501_InvokeIdSet@@UBEHPBD@Z @41023 NONAME ?InternalIsDescendant@H4501_NetworkFacilityExtension@@UBEHPBD@Z @41024 NONAME ?InternalIsDescendant@H4501_NSAPSubaddress@@UBEHPBD@Z @41025 NONAME ?InternalIsDescendant@H4501_NumberScreened@@UBEHPBD@Z @41026 NONAME ?InternalIsDescendant@H4501_PartySubaddress@@UBEHPBD@Z @41027 NONAME ?InternalIsDescendant@H4501_PresentationAllowedIndicator@@UBEHPBD@Z @41028 NONAME ?InternalIsDescendant@H4501_PresentedAddressScreened@@UBEHPBD@Z @41029 NONAME ?InternalIsDescendant@H4501_PresentedAddressUnscreened@@UBEHPBD@Z @41030 NONAME ?InternalIsDescendant@H4501_PresentedNumberScreened@@UBEHPBD@Z @41031 NONAME ?InternalIsDescendant@H4501_PresentedNumberUnscreened@@UBEHPBD@Z @41032 NONAME ?InternalIsDescendant@H4501_ScreeningIndicator@@UBEHPBD@Z @41033 NONAME ?InternalIsDescendant@H4501_ServiceApdus@@UBEHPBD@Z @41034 NONAME ?InternalIsDescendant@H4501_SubaddressInformation@@UBEHPBD@Z @41035 NONAME ?InternalIsDescendant@H4501_SupplementaryService@@UBEHPBD@Z @41036 NONAME ?InternalIsDescendant@H4501_UserSpecifiedSubaddress@@UBEHPBD@Z @41037 NONAME ?InternalIsDescendant@H4502Handler@@UBEHPBD@Z @41038 NONAME ?InternalIsDescendant@H4502_CallIdentity@@UBEHPBD@Z @41039 NONAME ?InternalIsDescendant@H4502_CallStatus@@UBEHPBD@Z @41040 NONAME ?InternalIsDescendant@H4502_CallTransferErrors@@UBEHPBD@Z @41041 NONAME ?InternalIsDescendant@H4502_CallTransferOperation@@UBEHPBD@Z @41042 NONAME ?InternalIsDescendant@H4502_CTActiveArg@@UBEHPBD@Z @41043 NONAME ?InternalIsDescendant@H4502_CTActiveArg_argumentExtension@@UBEHPBD@Z @41044 NONAME ?InternalIsDescendant@H4502_CTCompleteArg@@UBEHPBD@Z @41045 NONAME ?InternalIsDescendant@H4502_CTCompleteArg_argumentExtension@@UBEHPBD@Z @41046 NONAME ?InternalIsDescendant@H4502_CTIdentifyRes@@UBEHPBD@Z @41047 NONAME ?InternalIsDescendant@H4502_CTIdentifyRes_resultExtension@@UBEHPBD@Z @41048 NONAME ?InternalIsDescendant@H4502_CTInitiateArg@@UBEHPBD@Z @41049 NONAME ?InternalIsDescendant@H4502_CTInitiateArg_argumentExtension@@UBEHPBD@Z @41050 NONAME ?InternalIsDescendant@H4502_CTSetupArg@@UBEHPBD@Z @41051 NONAME ?InternalIsDescendant@H4502_CTSetupArg_argumentExtension@@UBEHPBD@Z @41052 NONAME ?InternalIsDescendant@H4502_CTUpdateArg@@UBEHPBD@Z @41053 NONAME ?InternalIsDescendant@H4502_CTUpdateArg_argumentExtension@@UBEHPBD@Z @41054 NONAME ?InternalIsDescendant@H4502_DummyArg@@UBEHPBD@Z @41055 NONAME ?InternalIsDescendant@H4502_DummyRes@@UBEHPBD@Z @41056 NONAME ?InternalIsDescendant@H4502_EndDesignation@@UBEHPBD@Z @41057 NONAME ?InternalIsDescendant@H4502_ExtensionSeq@@UBEHPBD@Z @41058 NONAME ?InternalIsDescendant@H4502_SubaddressTransferArg@@UBEHPBD@Z @41059 NONAME ?InternalIsDescendant@H4502_SubaddressTransferArg_argumentExtension@@UBEHPBD@Z @41060 NONAME ?InternalIsDescendant@H4503_BasicService@@UBEHPBD@Z @41061 NONAME ?InternalIsDescendant@H4503_CallDiversionErrors@@UBEHPBD@Z @41062 NONAME ?InternalIsDescendant@H4503_DiversionReason@@UBEHPBD@Z @41063 NONAME ?InternalIsDescendant@H4503_ExtensionSeq@@UBEHPBD@Z @41064 NONAME ?InternalIsDescendant@H4503_H323CallDiversionOperations@@UBEHPBD@Z @41065 NONAME ?InternalIsDescendant@H4503_IntResult@@UBEHPBD@Z @41066 NONAME ?InternalIsDescendant@H4503_IntResultList@@UBEHPBD@Z @41067 NONAME ?InternalIsDescendant@H4503_IntResult_extension@@UBEHPBD@Z @41068 NONAME ?InternalIsDescendant@H4503_Procedure@@UBEHPBD@Z @41069 NONAME ?InternalIsDescendant@H4503_SubscriptionOption@@UBEHPBD@Z @41070 NONAME ?InternalIsDescendant@H4504Handler@@UBEHPBD@Z @41071 NONAME ?InternalIsDescendant@H4504_ArrayOf_MixedExtension@@UBEHPBD@Z @41072 NONAME ?InternalIsDescendant@H4504_CallHoldOperation@@UBEHPBD@Z @41073 NONAME ?InternalIsDescendant@H4504_Extension@@UBEHPBD@Z @41074 NONAME ?InternalIsDescendant@H4504_HoldNotificArg@@UBEHPBD@Z @41075 NONAME ?InternalIsDescendant@H4504_MixedExtension@@UBEHPBD@Z @41076 NONAME ?InternalIsDescendant@H4504_RemoteHoldArg@@UBEHPBD@Z @41077 NONAME ?InternalIsDescendant@H4504_RemoteHoldRes@@UBEHPBD@Z @41078 NONAME ?InternalIsDescendant@H4504_RemoteRetrieveArg@@UBEHPBD@Z @41079 NONAME ?InternalIsDescendant@H4504_RemoteRetrieveRes@@UBEHPBD@Z @41080 NONAME ?InternalIsDescendant@H4504_RetrieveNotificArg@@UBEHPBD@Z @41081 NONAME ?InternalIsDescendant@H4505_ArrayOf_MixedExtension@@UBEHPBD@Z @41082 NONAME ?InternalIsDescendant@H4505_CallParkPickupOperations@@UBEHPBD@Z @41083 NONAME ?InternalIsDescendant@H4505_CallPickupErrors@@UBEHPBD@Z @41084 NONAME ?InternalIsDescendant@H4505_CallType@@UBEHPBD@Z @41085 NONAME ?InternalIsDescendant@H4505_CpickupNotifyArg@@UBEHPBD@Z @41086 NONAME ?InternalIsDescendant@H4505_CpNotifyArg@@UBEHPBD@Z @41087 NONAME ?InternalIsDescendant@H4505_CpRequestArg@@UBEHPBD@Z @41088 NONAME ?InternalIsDescendant@H4505_CpRequestRes@@UBEHPBD@Z @41089 NONAME ?InternalIsDescendant@H4505_CpSetupArg@@UBEHPBD@Z @41090 NONAME ?InternalIsDescendant@H4505_CpSetupRes@@UBEHPBD@Z @41091 NONAME ?InternalIsDescendant@H4505_GroupIndicationOffArg@@UBEHPBD@Z @41092 NONAME ?InternalIsDescendant@H4505_GroupIndicationOffRes@@UBEHPBD@Z @41093 NONAME ?InternalIsDescendant@H4505_GroupIndicationOnArg@@UBEHPBD@Z @41094 NONAME ?InternalIsDescendant@H4505_GroupIndicationOnRes@@UBEHPBD@Z @41095 NONAME ?InternalIsDescendant@H4505_ParkCondition@@UBEHPBD@Z @41096 NONAME ?InternalIsDescendant@H4505_ParkedToPosition@@UBEHPBD@Z @41097 NONAME ?InternalIsDescendant@H4505_PickExeArg@@UBEHPBD@Z @41098 NONAME ?InternalIsDescendant@H4505_PickExeRes@@UBEHPBD@Z @41099 NONAME ?InternalIsDescendant@H4505_PickrequArg@@UBEHPBD@Z @41100 NONAME ?InternalIsDescendant@H4505_PickrequRes@@UBEHPBD@Z @41101 NONAME ?InternalIsDescendant@H4505_PickupArg@@UBEHPBD@Z @41102 NONAME ?InternalIsDescendant@H4505_PickupRes@@UBEHPBD@Z @41103 NONAME ?InternalIsDescendant@H4506Handler@@UBEHPBD@Z @41104 NONAME ?InternalIsDescendant@H4506_ArrayOf_MixedExtension@@UBEHPBD@Z @41105 NONAME ?InternalIsDescendant@H4506_CallWaitingArg@@UBEHPBD@Z @41106 NONAME ?InternalIsDescendant@H4506_CallWaitingOperations@@UBEHPBD@Z @41107 NONAME ?InternalIsDescendant@H4507_ArrayOf_MixedExtension@@UBEHPBD@Z @41108 NONAME ?InternalIsDescendant@H4507_BasicService@@UBEHPBD@Z @41109 NONAME ?InternalIsDescendant@H4507_DummyRes@@UBEHPBD@Z @41110 NONAME ?InternalIsDescendant@H4507_H323_MWI_Operations@@UBEHPBD@Z @41111 NONAME ?InternalIsDescendant@H4507_MessageWaitingIndicationErrors@@UBEHPBD@Z @41112 NONAME ?InternalIsDescendant@H4507_MsgCentreId@@UBEHPBD@Z @41113 NONAME ?InternalIsDescendant@H4507_MWIActivateArg@@UBEHPBD@Z @41114 NONAME ?InternalIsDescendant@H4507_MWIDeactivateArg@@UBEHPBD@Z @41115 NONAME ?InternalIsDescendant@H4507_MWIInterrogateArg@@UBEHPBD@Z @41116 NONAME ?InternalIsDescendant@H4507_MWIInterrogateRes@@UBEHPBD@Z @41117 NONAME ?InternalIsDescendant@H4507_MWIInterrogateResElt@@UBEHPBD@Z @41118 NONAME ?InternalIsDescendant@H4507_NbOfMessages@@UBEHPBD@Z @41119 NONAME ?InternalIsDescendant@H4507_TimeStamp@@UBEHPBD@Z @41120 NONAME ?InternalIsDescendant@H4508_ExtendedName@@UBEHPBD@Z @41121 NONAME ?InternalIsDescendant@H4508_Name@@UBEHPBD@Z @41122 NONAME ?InternalIsDescendant@H4508_NameOperations@@UBEHPBD@Z @41123 NONAME ?InternalIsDescendant@H4508_NamePresentationAllowed@@UBEHPBD@Z @41124 NONAME ?InternalIsDescendant@H4508_NamePresentationRestricted@@UBEHPBD@Z @41125 NONAME ?InternalIsDescendant@H4508_SimpleName@@UBEHPBD@Z @41126 NONAME ?InternalIsDescendant@H4509_ArrayOf_MixedExtension@@UBEHPBD@Z @41127 NONAME ?InternalIsDescendant@H4509_CallCompletionErrors@@UBEHPBD@Z @41128 NONAME ?InternalIsDescendant@H4509_CcArg@@UBEHPBD@Z @41129 NONAME ?InternalIsDescendant@H4509_CcLongArg@@UBEHPBD@Z @41130 NONAME ?InternalIsDescendant@H4509_CcRequestArg@@UBEHPBD@Z @41131 NONAME ?InternalIsDescendant@H4509_CcRequestRes@@UBEHPBD@Z @41132 NONAME ?InternalIsDescendant@H4509_CcShortArg@@UBEHPBD@Z @41133 NONAME ?InternalIsDescendant@H4509_H323CallCompletionOperations@@UBEHPBD@Z @41134 NONAME ?InternalIsDescendant@H450xDispatcher@@UBEHPBD@Z @41135 NONAME ?InternalIsDescendant@H450xHandler@@UBEHPBD@Z @41136 NONAME ?InternalIsDescendant@H501AccessRequest@@UBEHPBD@Z @41137 NONAME ?InternalIsDescendant@H501DescriptorUpdate@@UBEHPBD@Z @41138 NONAME ?InternalIsDescendant@H501PDU@@UBEHPBD@Z @41139 NONAME ?InternalIsDescendant@H501ServiceRequest@@UBEHPBD@Z @41140 NONAME ?InternalIsDescendant@H501Transaction@@UBEHPBD@Z @41141 NONAME ?InternalIsDescendant@H501_AccessConfirmation@@UBEHPBD@Z @41142 NONAME ?InternalIsDescendant@H501_AccessRejection@@UBEHPBD@Z @41143 NONAME ?InternalIsDescendant@H501_AccessRejectionReason@@UBEHPBD@Z @41144 NONAME ?InternalIsDescendant@H501_AccessRequest@@UBEHPBD@Z @41145 NONAME ?InternalIsDescendant@H501_AccessToken@@UBEHPBD@Z @41146 NONAME ?InternalIsDescendant@H501_AddressTemplate@@UBEHPBD@Z @41147 NONAME ?InternalIsDescendant@H501_AlternatePE@@UBEHPBD@Z @41148 NONAME ?InternalIsDescendant@H501_AlternatePEInfo@@UBEHPBD@Z @41149 NONAME ?InternalIsDescendant@H501_ApplicationMessage@@UBEHPBD@Z @41150 NONAME ?InternalIsDescendant@H501_ArrayOf_AccessToken@@UBEHPBD@Z @41151 NONAME ?InternalIsDescendant@H501_ArrayOf_AddressTemplate@@UBEHPBD@Z @41152 NONAME ?InternalIsDescendant@H501_ArrayOf_AliasAddress@@UBEHPBD@Z @41153 NONAME ?InternalIsDescendant@H501_ArrayOf_AlternatePE@@UBEHPBD@Z @41154 NONAME ?InternalIsDescendant@H501_ArrayOf_CircuitIdentifier@@UBEHPBD@Z @41155 NONAME ?InternalIsDescendant@H501_ArrayOf_ClearToken@@UBEHPBD@Z @41156 NONAME ?InternalIsDescendant@H501_ArrayOf_ContactInformation@@UBEHPBD@Z @41157 NONAME ?InternalIsDescendant@H501_ArrayOf_CryptoH323Token@@UBEHPBD@Z @41158 NONAME ?InternalIsDescendant@H501_ArrayOf_Descriptor@@UBEHPBD@Z @41159 NONAME ?InternalIsDescendant@H501_ArrayOf_DescriptorInfo@@UBEHPBD@Z @41160 NONAME ?InternalIsDescendant@H501_ArrayOf_GenericData@@UBEHPBD@Z @41161 NONAME ?InternalIsDescendant@H501_ArrayOf_GloballyUniqueID@@UBEHPBD@Z @41162 NONAME ?InternalIsDescendant@H501_ArrayOf_NonStandardParameter@@UBEHPBD@Z @41163 NONAME ?InternalIsDescendant@H501_ArrayOf_PASN_ObjectId@@UBEHPBD@Z @41164 NONAME ?InternalIsDescendant@H501_ArrayOf_Pattern@@UBEHPBD@Z @41165 NONAME ?InternalIsDescendant@H501_ArrayOf_PriceElement@@UBEHPBD@Z @41166 NONAME ?InternalIsDescendant@H501_ArrayOf_PriceInfoSpec@@UBEHPBD@Z @41167 NONAME ?InternalIsDescendant@H501_ArrayOf_RouteInformation@@UBEHPBD@Z @41168 NONAME ?InternalIsDescendant@H501_ArrayOf_SecurityMode@@UBEHPBD@Z @41169 NONAME ?InternalIsDescendant@H501_ArrayOf_ServiceControlSession@@UBEHPBD@Z @41170 NONAME ?InternalIsDescendant@H501_ArrayOf_SupportedProtocols@@UBEHPBD@Z @41171 NONAME ?InternalIsDescendant@H501_ArrayOf_TransportAddress@@UBEHPBD@Z @41172 NONAME ?InternalIsDescendant@H501_ArrayOf_UpdateInformation@@UBEHPBD@Z @41173 NONAME ?InternalIsDescendant@H501_ArrayOf_UsageField@@UBEHPBD@Z @41174 NONAME ?InternalIsDescendant@H501_AuthenticationConfirmation@@UBEHPBD@Z @41175 NONAME ?InternalIsDescendant@H501_AuthenticationRejection@@UBEHPBD@Z @41176 NONAME ?InternalIsDescendant@H501_AuthenticationRejectionReason@@UBEHPBD@Z @41177 NONAME ?InternalIsDescendant@H501_AuthenticationRequest@@UBEHPBD@Z @41178 NONAME ?InternalIsDescendant@H501_CallInformation@@UBEHPBD@Z @41179 NONAME ?InternalIsDescendant@H501_ContactInformation@@UBEHPBD@Z @41180 NONAME ?InternalIsDescendant@H501_Descriptor@@UBEHPBD@Z @41181 NONAME ?InternalIsDescendant@H501_DescriptorConfirmation@@UBEHPBD@Z @41182 NONAME ?InternalIsDescendant@H501_DescriptorIDConfirmation@@UBEHPBD@Z @41183 NONAME ?InternalIsDescendant@H501_DescriptorIDRejection@@UBEHPBD@Z @41184 NONAME ?InternalIsDescendant@H501_DescriptorIDRejectionReason@@UBEHPBD@Z @41185 NONAME ?InternalIsDescendant@H501_DescriptorIDRequest@@UBEHPBD@Z @41186 NONAME ?InternalIsDescendant@H501_DescriptorInfo@@UBEHPBD@Z @41187 NONAME ?InternalIsDescendant@H501_DescriptorRejection@@UBEHPBD@Z @41188 NONAME ?InternalIsDescendant@H501_DescriptorRejectionReason@@UBEHPBD@Z @41189 NONAME ?InternalIsDescendant@H501_DescriptorRequest@@UBEHPBD@Z @41190 NONAME ?InternalIsDescendant@H501_DescriptorUpdate@@UBEHPBD@Z @41191 NONAME ?InternalIsDescendant@H501_DescriptorUpdateAck@@UBEHPBD@Z @41192 NONAME ?InternalIsDescendant@H501_ElementIdentifier@@UBEHPBD@Z @41193 NONAME ?InternalIsDescendant@H501_GlobalTimeStamp@@UBEHPBD@Z @41194 NONAME ?InternalIsDescendant@H501_Message@@UBEHPBD@Z @41195 NONAME ?InternalIsDescendant@H501_MessageBody@@UBEHPBD@Z @41196 NONAME ?InternalIsDescendant@H501_MessageCommonInfo@@UBEHPBD@Z @41197 NONAME ?InternalIsDescendant@H501_NonStandardConfirmation@@UBEHPBD@Z @41198 NONAME ?InternalIsDescendant@H501_NonStandardRejection@@UBEHPBD@Z @41199 NONAME ?InternalIsDescendant@H501_NonStandardRejectionReason@@UBEHPBD@Z @41200 NONAME ?InternalIsDescendant@H501_NonStandardRequest@@UBEHPBD@Z @41201 NONAME ?InternalIsDescendant@H501_PartyInformation@@UBEHPBD@Z @41202 NONAME ?InternalIsDescendant@H501_Pattern@@UBEHPBD@Z @41203 NONAME ?InternalIsDescendant@H501_Pattern_range@@UBEHPBD@Z @41204 NONAME ?InternalIsDescendant@H501_PriceElement@@UBEHPBD@Z @41205 NONAME ?InternalIsDescendant@H501_PriceElement_units@@UBEHPBD@Z @41206 NONAME ?InternalIsDescendant@H501_PriceInfoSpec@@UBEHPBD@Z @41207 NONAME ?InternalIsDescendant@H501_ProtocolVersion@@UBEHPBD@Z @41208 NONAME ?InternalIsDescendant@H501_RequestInProgress@@UBEHPBD@Z @41209 NONAME ?InternalIsDescendant@H501_Role@@UBEHPBD@Z @41210 NONAME ?InternalIsDescendant@H501_RouteInformation@@UBEHPBD@Z @41211 NONAME ?InternalIsDescendant@H501_RouteInformation_messageType@@UBEHPBD@Z @41212 NONAME ?InternalIsDescendant@H501_SecurityMode@@UBEHPBD@Z @41213 NONAME ?InternalIsDescendant@H501_ServiceConfirmation@@UBEHPBD@Z @41214 NONAME ?InternalIsDescendant@H501_ServiceRejection@@UBEHPBD@Z @41215 NONAME ?InternalIsDescendant@H501_ServiceRejectionReason@@UBEHPBD@Z @41216 NONAME ?InternalIsDescendant@H501_ServiceRelease@@UBEHPBD@Z @41217 NONAME ?InternalIsDescendant@H501_ServiceReleaseReason@@UBEHPBD@Z @41218 NONAME ?InternalIsDescendant@H501_ServiceRequest@@UBEHPBD@Z @41219 NONAME ?InternalIsDescendant@H501_TerminationCause@@UBEHPBD@Z @41220 NONAME ?InternalIsDescendant@H501_TimeZone@@UBEHPBD@Z @41221 NONAME ?InternalIsDescendant@H501_UnknownMessageReason@@UBEHPBD@Z @41222 NONAME ?InternalIsDescendant@H501_UnknownMessageResponse@@UBEHPBD@Z @41223 NONAME ?InternalIsDescendant@H501_UpdateInformation@@UBEHPBD@Z @41224 NONAME ?InternalIsDescendant@H501_UpdateInformation_descriptorInfo@@UBEHPBD@Z @41225 NONAME ?InternalIsDescendant@H501_UpdateInformation_updateType@@UBEHPBD@Z @41226 NONAME ?InternalIsDescendant@H501_UsageCallStatus@@UBEHPBD@Z @41227 NONAME ?InternalIsDescendant@H501_UsageConfirmation@@UBEHPBD@Z @41228 NONAME ?InternalIsDescendant@H501_UsageField@@UBEHPBD@Z @41229 NONAME ?InternalIsDescendant@H501_UsageIndication@@UBEHPBD@Z @41230 NONAME ?InternalIsDescendant@H501_UsageIndicationConfirmation@@UBEHPBD@Z @41231 NONAME ?InternalIsDescendant@H501_UsageIndicationRejection@@UBEHPBD@Z @41232 NONAME ?InternalIsDescendant@H501_UsageIndicationRejectionReason@@UBEHPBD@Z @41233 NONAME ?InternalIsDescendant@H501_UsageRejection@@UBEHPBD@Z @41234 NONAME ?InternalIsDescendant@H501_UsageRejectReason@@UBEHPBD@Z @41235 NONAME ?InternalIsDescendant@H501_UsageRequest@@UBEHPBD@Z @41236 NONAME ?InternalIsDescendant@H501_UsageSpecification@@UBEHPBD@Z @41237 NONAME ?InternalIsDescendant@H501_UsageSpecification_when@@UBEHPBD@Z @41238 NONAME ?InternalIsDescendant@H501_UserInformation@@UBEHPBD@Z @41239 NONAME ?InternalIsDescendant@H501_ValidationConfirmation@@UBEHPBD@Z @41240 NONAME ?InternalIsDescendant@H501_ValidationRejection@@UBEHPBD@Z @41241 NONAME ?InternalIsDescendant@H501_ValidationRejectionReason@@UBEHPBD@Z @41242 NONAME ?InternalIsDescendant@H501_ValidationRequest@@UBEHPBD@Z @41243 NONAME ?InternalIsDescendant@MCS_ArrayOf_ChannelAttributes@@UBEHPBD@Z @41244 NONAME ?InternalIsDescendant@MCS_ArrayOf_ChannelId@@UBEHPBD@Z @41245 NONAME ?InternalIsDescendant@MCS_ArrayOf_TokenAttributes@@UBEHPBD@Z @41246 NONAME ?InternalIsDescendant@MCS_ArrayOf_TokenId@@UBEHPBD@Z @41247 NONAME ?InternalIsDescendant@MCS_ArrayOf_UserId@@UBEHPBD@Z @41248 NONAME ?InternalIsDescendant@MCS_AssignedChannelId@@UBEHPBD@Z @41249 NONAME ?InternalIsDescendant@MCS_AUcf@@UBEHPBD@Z @41250 NONAME ?InternalIsDescendant@MCS_AUrq@@UBEHPBD@Z @41251 NONAME ?InternalIsDescendant@MCS_CAin@@UBEHPBD@Z @41252 NONAME ?InternalIsDescendant@MCS_CArq@@UBEHPBD@Z @41253 NONAME ?InternalIsDescendant@MCS_CCcf@@UBEHPBD@Z @41254 NONAME ?InternalIsDescendant@MCS_CCrq@@UBEHPBD@Z @41255 NONAME ?InternalIsDescendant@MCS_CDin@@UBEHPBD@Z @41256 NONAME ?InternalIsDescendant@MCS_CDrq@@UBEHPBD@Z @41257 NONAME ?InternalIsDescendant@MCS_CEin@@UBEHPBD@Z @41258 NONAME ?InternalIsDescendant@MCS_CErq@@UBEHPBD@Z @41259 NONAME ?InternalIsDescendant@MCS_ChannelAttributes@@UBEHPBD@Z @41260 NONAME ?InternalIsDescendant@MCS_ChannelAttributes_assigned@@UBEHPBD@Z @41261 NONAME ?InternalIsDescendant@MCS_ChannelAttributes_private@@UBEHPBD@Z @41262 NONAME ?InternalIsDescendant@MCS_ChannelAttributes_static@@UBEHPBD@Z @41263 NONAME ?InternalIsDescendant@MCS_ChannelAttributes_userId@@UBEHPBD@Z @41264 NONAME ?InternalIsDescendant@MCS_ChannelId@@UBEHPBD@Z @41265 NONAME ?InternalIsDescendant@MCS_CJcf@@UBEHPBD@Z @41266 NONAME ?InternalIsDescendant@MCS_CJrq@@UBEHPBD@Z @41267 NONAME ?InternalIsDescendant@MCS_CLrq@@UBEHPBD@Z @41268 NONAME ?InternalIsDescendant@MCS_ConnectMCSPDU@@UBEHPBD@Z @41269 NONAME ?InternalIsDescendant@MCS_Connect_Additional@@UBEHPBD@Z @41270 NONAME ?InternalIsDescendant@MCS_Connect_Initial@@UBEHPBD@Z @41271 NONAME ?InternalIsDescendant@MCS_Connect_Response@@UBEHPBD@Z @41272 NONAME ?InternalIsDescendant@MCS_Connect_Result@@UBEHPBD@Z @41273 NONAME ?InternalIsDescendant@MCS_DataPriority@@UBEHPBD@Z @41274 NONAME ?InternalIsDescendant@MCS_Diagnostic@@UBEHPBD@Z @41275 NONAME ?InternalIsDescendant@MCS_DomainMCSPDU@@UBEHPBD@Z @41276 NONAME ?InternalIsDescendant@MCS_DomainParameters@@UBEHPBD@Z @41277 NONAME ?InternalIsDescendant@MCS_DPum@@UBEHPBD@Z @41278 NONAME ?InternalIsDescendant@MCS_DUin@@UBEHPBD@Z @41279 NONAME ?InternalIsDescendant@MCS_DUrq@@UBEHPBD@Z @41280 NONAME ?InternalIsDescendant@MCS_DynamicChannelId@@UBEHPBD@Z @41281 NONAME ?InternalIsDescendant@MCS_EDrq@@UBEHPBD@Z @41282 NONAME ?InternalIsDescendant@MCS_MCcf@@UBEHPBD@Z @41283 NONAME ?InternalIsDescendant@MCS_MCrq@@UBEHPBD@Z @41284 NONAME ?InternalIsDescendant@MCS_MTcf@@UBEHPBD@Z @41285 NONAME ?InternalIsDescendant@MCS_MTrq@@UBEHPBD@Z @41286 NONAME ?InternalIsDescendant@MCS_PCin@@UBEHPBD@Z @41287 NONAME ?InternalIsDescendant@MCS_PDin@@UBEHPBD@Z @41288 NONAME ?InternalIsDescendant@MCS_PrivateChannelId@@UBEHPBD@Z @41289 NONAME ?InternalIsDescendant@MCS_PTin@@UBEHPBD@Z @41290 NONAME ?InternalIsDescendant@MCS_Reason@@UBEHPBD@Z @41291 NONAME ?InternalIsDescendant@MCS_Result@@UBEHPBD@Z @41292 NONAME ?InternalIsDescendant@MCS_RJum@@UBEHPBD@Z @41293 NONAME ?InternalIsDescendant@MCS_SDin@@UBEHPBD@Z @41294 NONAME ?InternalIsDescendant@MCS_SDrq@@UBEHPBD@Z @41295 NONAME ?InternalIsDescendant@MCS_Segmentation@@UBEHPBD@Z @41296 NONAME ?InternalIsDescendant@MCS_StaticChannelId@@UBEHPBD@Z @41297 NONAME ?InternalIsDescendant@MCS_TGcf@@UBEHPBD@Z @41298 NONAME ?InternalIsDescendant@MCS_TGrq@@UBEHPBD@Z @41299 NONAME ?InternalIsDescendant@MCS_TIcf@@UBEHPBD@Z @41300 NONAME ?InternalIsDescendant@MCS_TIrq@@UBEHPBD@Z @41301 NONAME ?InternalIsDescendant@MCS_TokenAttributes@@UBEHPBD@Z @41302 NONAME ?InternalIsDescendant@MCS_TokenAttributes_given@@UBEHPBD@Z @41303 NONAME ?InternalIsDescendant@MCS_TokenAttributes_giving@@UBEHPBD@Z @41304 NONAME ?InternalIsDescendant@MCS_TokenAttributes_grabbed@@UBEHPBD@Z @41305 NONAME ?InternalIsDescendant@MCS_TokenAttributes_inhibited@@UBEHPBD@Z @41306 NONAME ?InternalIsDescendant@MCS_TokenAttributes_ungivable@@UBEHPBD@Z @41307 NONAME ?InternalIsDescendant@MCS_TokenId@@UBEHPBD@Z @41308 NONAME ?InternalIsDescendant@MCS_TokenStatus@@UBEHPBD@Z @41309 NONAME ?InternalIsDescendant@MCS_TPin@@UBEHPBD@Z @41310 NONAME ?InternalIsDescendant@MCS_TPrq@@UBEHPBD@Z @41311 NONAME ?InternalIsDescendant@MCS_TRcf@@UBEHPBD@Z @41312 NONAME ?InternalIsDescendant@MCS_TRrq@@UBEHPBD@Z @41313 NONAME ?InternalIsDescendant@MCS_TTcf@@UBEHPBD@Z @41314 NONAME ?InternalIsDescendant@MCS_TTrq@@UBEHPBD@Z @41315 NONAME ?InternalIsDescendant@MCS_TVcf@@UBEHPBD@Z @41316 NONAME ?InternalIsDescendant@MCS_TVin@@UBEHPBD@Z @41317 NONAME ?InternalIsDescendant@MCS_TVrq@@UBEHPBD@Z @41318 NONAME ?InternalIsDescendant@MCS_TVrs@@UBEHPBD@Z @41319 NONAME ?InternalIsDescendant@MCS_UserId@@UBEHPBD@Z @41320 NONAME ?InternalIsDescendant@MCS_USin@@UBEHPBD@Z @41321 NONAME ?InternalIsDescendant@MCS_USrq@@UBEHPBD@Z @41322 NONAME ?InternalIsDescendant@MXRecordList@PDNS@@UBEHPBD@Z @45026 NONAME ?InternalIsDescendant@OpalFactoryCodec@@UBEHPBD@Z @44726 NONAME ?InternalIsDescendant@OpalG711ALaw64k_Base@@UBEHPBD@Z @44727 NONAME ?InternalIsDescendant@OpalG711ALaw64k_Decoder@@UBEHPBD@Z @44728 NONAME ?InternalIsDescendant@OpalG711ALaw64k_Encoder@@UBEHPBD@Z @44729 NONAME ?InternalIsDescendant@OpalG711uLaw64k_Base@@UBEHPBD@Z @44730 NONAME ?InternalIsDescendant@OpalG711uLaw64k_Decoder@@UBEHPBD@Z @44731 NONAME ?InternalIsDescendant@OpalG711uLaw64k_Encoder@@UBEHPBD@Z @44732 NONAME ?InternalIsDescendant@OpalGloballyUniqueID@@UBEHPBD@Z @41328 NONAME ?InternalIsDescendant@OpalIxJDevice@@UBEHPBD@Z @41329 NONAME ?InternalIsDescendant@OpalLineChannel@@UBEHPBD@Z @41330 NONAME ?InternalIsDescendant@OpalLineInterfaceDevice@@UBEHPBD@Z @41331 NONAME ?InternalIsDescendant@OpalMediaFormat@@UBEHPBD@Z @41332 NONAME ?InternalIsDescendant@OpalPluginCodec@@UBEHPBD@Z @44733 NONAME ?InternalIsDescendant@OpalRFC2833@@UBEHPBD@Z @41333 NONAME ?InternalIsDescendant@OpalRFC2833Info@@UBEHPBD@Z @41334 NONAME ?InternalIsDescendant@OpalRtpToWavFile@@UBEHPBD@Z @41335 NONAME ?InternalIsDescendant@OpalT120Protocol@@UBEHPBD@Z @41336 NONAME ?InternalIsDescendant@OpalT38Protocol@@UBEHPBD@Z @41337 NONAME ?InternalIsDescendant@OpalVoipBlasterDevice@@UBEHPBD@Z @41338 NONAME ?InternalIsDescendant@OpalVXMLSession@@UBEHPBD@Z @41339 NONAME ?InternalIsDescendant@OpalWAVFile@@UBEHPBD@Z @41340 NONAME ?InternalIsDescendant@PASN_Array@@UBEHPBD@Z @41341 NONAME ?InternalIsDescendant@PASN_BitString@@UBEHPBD@Z @41342 NONAME ?InternalIsDescendant@PASN_BMPString@@UBEHPBD@Z @41343 NONAME ?InternalIsDescendant@PASN_Boolean@@UBEHPBD@Z @41344 NONAME ?InternalIsDescendant@PASN_Choice@@UBEHPBD@Z @41345 NONAME ?InternalIsDescendant@PASN_ConstrainedObject@@UBEHPBD@Z @41346 NONAME ?InternalIsDescendant@PASN_ConstrainedString@@UBEHPBD@Z @41347 NONAME ?InternalIsDescendant@PASN_Enumeration@@UBEHPBD@Z @41348 NONAME ?InternalIsDescendant@PASN_GeneralisedTime@@UBEHPBD@Z @41349 NONAME ?InternalIsDescendant@PASN_GeneralString@@UBEHPBD@Z @41350 NONAME ?InternalIsDescendant@PASN_IA5String@@UBEHPBD@Z @41351 NONAME ?InternalIsDescendant@PASN_Integer@@UBEHPBD@Z @41352 NONAME ?InternalIsDescendant@PASN_Null@@UBEHPBD@Z @41353 NONAME ?InternalIsDescendant@PASN_NumericString@@UBEHPBD@Z @41354 NONAME ?InternalIsDescendant@PASN_Object@@UBEHPBD@Z @41355 NONAME ?InternalIsDescendant@PASN_ObjectId@@UBEHPBD@Z @41356 NONAME ?InternalIsDescendant@PASN_OctetString@@UBEHPBD@Z @41357 NONAME ?InternalIsDescendant@PASN_PrintableString@@UBEHPBD@Z @41358 NONAME ?InternalIsDescendant@PASN_Sequence@@UBEHPBD@Z @41359 NONAME ?InternalIsDescendant@PASN_Stream@@UBEHPBD@Z @41360 NONAME ?InternalIsDescendant@PASN_VisibleString@@UBEHPBD@Z @41361 NONAME ?InternalIsDescendant@PLDAPAttributeBase@@UBEHPBD@Z @41362 NONAME ?InternalIsDescendant@PLDAPStructBase@@UBEHPBD@Z @41363 NONAME ?InternalIsDescendant@PluginLoader@@UBEHPBD@Z @45102 NONAME ?InternalIsDescendant@PPER_Stream@@UBEHPBD@Z @41364 NONAME ?InternalIsDescendant@PVXMLSession@@UBEHPBD@Z @41365 NONAME ?InternalIsDescendant@PWAVFile@@UBEHPBD@Z @41366 NONAME ?InternalIsDescendant@Q931@@UBEHPBD@Z @41367 NONAME ?InternalIsDescendant@ReceiverReport@RTP_Session@@UBEHPBD@Z @41368 NONAME ?InternalIsDescendant@Request@H323Transactor@@UBEHPBD@Z @41369 NONAME ?InternalIsDescendant@Response@H323Transactor@@UBEHPBD@Z @41370 NONAME ?InternalIsDescendant@RFC2190_FfmpgLink@@UBEHPBD@Z @45989 NONAME ?InternalIsDescendant@RTP_ControlFrame@@UBEHPBD@Z @41371 NONAME ?InternalIsDescendant@RTP_DataFrame@@UBEHPBD@Z @41372 NONAME ?InternalIsDescendant@RTP_JitterBuffer@@UBEHPBD@Z @41373 NONAME ?InternalIsDescendant@RTP_JitterBufferAnalyser@@UBEHPBD@Z @41374 NONAME ?InternalIsDescendant@RTP_QOS@@UBEHPBD@Z @41375 NONAME ?InternalIsDescendant@RTP_Session@@UBEHPBD@Z @41376 NONAME ?InternalIsDescendant@RTP_SessionManager@@UBEHPBD@Z @41377 NONAME ?InternalIsDescendant@RTP_UDP@@UBEHPBD@Z @41378 NONAME ?InternalIsDescendant@RTP_UserData@@UBEHPBD@Z @41379 NONAME ?InternalIsDescendant@SenderReport@RTP_Session@@UBEHPBD@Z @41380 NONAME ?InternalIsDescendant@SourceDescription@RTP_Session@@UBEHPBD@Z @41381 NONAME ?InternalIsDescendant@SRVRecordList@PDNS@@UBEHPBD@Z @45027 NONAME ?InternalIsDescendant@StringMap@H323GatekeeperServer@@UBEHPBD@Z @41382 NONAME ?InternalIsDescendant@T120ConnectPDU@@UBEHPBD@Z @41383 NONAME ?InternalIsDescendant@T120_X224@@UBEHPBD@Z @41384 NONAME ?InternalIsDescendant@T38_ArrayOf_PASN_OctetString@@UBEHPBD@Z @41385 NONAME ?InternalIsDescendant@T38_Data_Field@@UBEHPBD@Z @41386 NONAME ?InternalIsDescendant@T38_Data_Field_subtype@@UBEHPBD@Z @41387 NONAME ?InternalIsDescendant@T38_Data_Field_subtype_field_type@@UBEHPBD@Z @41388 NONAME ?InternalIsDescendant@T38_IFPPacket@@UBEHPBD@Z @41389 NONAME ?InternalIsDescendant@T38_PreCorrigendum_Data_Field@@UBEHPBD@Z @41390 NONAME ?InternalIsDescendant@T38_PreCorrigendum_Data_Field_subtype@@UBEHPBD@Z @41391 NONAME ?InternalIsDescendant@T38_PreCorrigendum_Data_Field_subtype_field_type@@UBEHPBD@Z @41392 NONAME ?InternalIsDescendant@T38_PreCorrigendum_IFPPacket@@UBEHPBD@Z @41393 NONAME ?InternalIsDescendant@T38_Type_of_msg@@UBEHPBD@Z @41394 NONAME ?InternalIsDescendant@T38_Type_of_msg_data@@UBEHPBD@Z @41395 NONAME ?InternalIsDescendant@T38_Type_of_msg_t30_indicator@@UBEHPBD@Z @41396 NONAME ?InternalIsDescendant@T38_UDPTLPacket@@UBEHPBD@Z @41397 NONAME ?InternalIsDescendant@T38_UDPTLPacket_error_recovery@@UBEHPBD@Z @41398 NONAME ?InternalIsDescendant@T38_UDPTLPacket_error_recovery_fec_info@@UBEHPBD@Z @41399 NONAME ?InternalIsDescendant@T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@UBEHPBD@Z @41400 NONAME ?InternalIsDescendant@T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@UBEHPBD@Z @41401 NONAME ?InternalIsDescendant@T38_UDPTLPacket_primary_ifp_packet@@UBEHPBD@Z @41402 NONAME ?InternalIsDescendant@VoipBlasterInterface@@UBEHPBD@Z @41404 NONAME ?InternalIsDescendant@X224@@UBEHPBD@Z @41405 NONAME ?InternalIsDescendant@X880_Code@@UBEHPBD@Z @41406 NONAME ?InternalIsDescendant@X880_GeneralProblem@@UBEHPBD@Z @41407 NONAME ?InternalIsDescendant@X880_Invoke@@UBEHPBD@Z @41408 NONAME ?InternalIsDescendant@X880_InvokeId@@UBEHPBD@Z @41409 NONAME ?InternalIsDescendant@X880_InvokeProblem@@UBEHPBD@Z @41410 NONAME ?InternalIsDescendant@X880_Reject@@UBEHPBD@Z @41411 NONAME ?InternalIsDescendant@X880_RejectProblem@@UBEHPBD@Z @41412 NONAME ?InternalIsDescendant@X880_Reject_problem@@UBEHPBD@Z @41413 NONAME ?InternalIsDescendant@X880_ReturnError@@UBEHPBD@Z @41414 NONAME ?InternalIsDescendant@X880_ReturnErrorProblem@@UBEHPBD@Z @41415 NONAME ?InternalIsDescendant@X880_ReturnResult@@UBEHPBD@Z @41416 NONAME ?InternalIsDescendant@X880_ReturnResultProblem@@UBEHPBD@Z @41417 NONAME ?InternalIsDescendant@X880_ReturnResult_result@@UBEHPBD@Z @41418 NONAME ?InternalIsDescendant@X880_ROS@@UBEHPBD@Z @41419 NONAME ?InternalMakeCall@H323EndPoint@@MAEPAVH323Connection@@ABVPString@@0I0PAVH323Transport@@AAV3@PAX@Z @44423 NONAME ?InternalPlayTone@OpalIxJDevice@@IAEHIKKKH@Z @9490 NONAME ?InternalRegisterGatekeeper@H323EndPoint@@IAEHPAVH323Gatekeeper@@H@Z @12724 NONAME ?InternalRemoveServiceRelationship@H323PeerElement@@IAEXABVH323TransportAddress@@@Z @25952 NONAME ?InternalSetVolume@OpalIxJDevice@@IAEHHIHH@Z @12819 NONAME ?InternalTranslateTCPAddress@H323EndPoint@@QAEXAAVAddress@PIPSocket@@ABV23@@Z @45075 NONAME ?IntrudeCall@H323Connection@@UAEXI@Z @20671 NONAME ?IntrudeCall@H323EndPoint@@QAEPAVH323Connection@@ABVPString@@AAV3@IPAX@Z @20672 NONAME ?IntrudeCall@H323EndPoint@@QAEPAVH323Connection@@ABVPString@@PAVH323Transport@@AAV3@IPAX@Z @20673 NONAME ?IntrudeCall@H45011Handler@@QAEXH@Z @20674 NONAME ?IoControl@OpalIxJDevice@@IAEHKKPAK@Z @9491 NONAME ?IoControl@OpalIxJDevice@@IAEHKPAXK0KPAKPAVPWin32Overlapped@@@Z @12846 NONAME ?IsActive@H235Authenticator@@UBEHXZ @19593 NONAME ?IsAllowed@H323Capabilities@@QAEHABVH323Capability@@0@Z @12646 NONAME ?IsAllowed@H323Capabilities@@QAEHABVH323Capability@@@Z @15210 NONAME ?IsAllowed@H323Capabilities@@QAEHI@Z @15211 NONAME ?IsAllowed@H323Capabilities@@QAEHII@Z @13890 NONAME ?IsAnsweringCall@H323GatekeeperCall@@QBEHXZ @41420 NONAME ?IsAtEnd@PASN_Stream@@QAEHXZ @41421 NONAME ?IsAudioEnabled@OpalIxJDevice@@UAEHI@Z @20501 NONAME ?IsAudioEnabled@OpalLineInterfaceDevice@@UAEHI@Z @20502 NONAME ?IsBehindNAT@H323RegisteredEndPoint@@QBEHXZ @41422 NONAME ?IsBehindNAT@H323Transaction@@QBEHXZ @41423 NONAME ?IsCallIntrusion@H323Connection@@QAEHXZ @41424 NONAME ?IsCallOnHold@H323Connection@@QBEHXZ @19957 NONAME ?IsCapability@H235AuthCAT@@UAEHABVH235_AuthenticationMechanism@@ABVPASN_ObjectId@@@Z @23887 NONAME ?IsCapability@H235AuthProcedure1@@UAEHABVH235_AuthenticationMechanism@@ABVPASN_ObjectId@@@Z @20541 NONAME ?IsCapability@H235AuthSimpleMD5@@UAEHABVH235_AuthenticationMechanism@@ABVPASN_ObjectId@@@Z @20542 NONAME ?IsCompatibleTransport@H323Transport@@UBEHABVH225_TransportAddress@@@Z @10443 NONAME ?IsCompatibleTransport@H323TransportIP@@UBEHABVH225_TransportAddress@@@Z @10444 NONAME ?IsConnected@H323Connection@@QBEHXZ @41425 NONAME ?IsConnectionEstablished@H323EndPoint@@UAEHABVPString@@@Z @10445 NONAME ?isConsultationTransferSuccess@H4502Handler@@QAEHXZ @41426 NONAME ?IsctTimerRunning@H4502Handler@@QAEHXZ @41427 NONAME ?IsDetermined@H245NegMasterSlaveDetermination@@QBEHXZ @41428 NONAME ?IsDevicePresent@VoipBlasterInterface@@QAEHH@Z @20074 NONAME ?IsDiscoveryComplete@H323Gatekeeper@@QBEHXZ @41429 NONAME ?IsEquivalent@H323TransportAddress@@QAEHABV1@@Z @20622 NONAME ?IsEstablished@H323Connection@@QBEHXZ @41430 NONAME ?IsFastResponseRequired@H323Transaction@@QBEHXZ @41431 NONAME ?IsFastStartDisabled@H323EndPoint@@QBEHXZ @41432 NONAME ?IsFromRemote@H323ChannelNumber@@QBEHXZ @41433 NONAME ?IsGatekeeper@H323EndPoint@@QBEHXZ @11394 NONAME ?IsGatekeeperRouted@H323Connection@@QBEHXZ @41434 NONAME ?IsGatekeeperRouted@H323GatekeeperServer@@QBEHXZ @41435 NONAME ?IsGateway@H323EndPoint@@QBEHXZ @11395 NONAME ?IsGenericMatch@H323Capability@@UBEHABVH245_GenericCapability@@@Z @45447 NONAME ?IsGenericMatch@H323GenericAudioCapability@@UBEHABVH245_GenericCapability@@@Z @45448 NONAME ?IsGenericMatch@H323GenericAudioCapability@@WBM@BEHABVH245_GenericCapability@@@Z @45449 NONAME ?IsGenericMatch@H323GenericCapabilityInfo@@UBEHABVH245_GenericCapability@@@Z @45450 NONAME ?IsGenericMatch@H323GenericVideoCapability@@UBEHABVH245_GenericCapability@@@Z @45451 NONAME ?IsGenericMatch@H323GenericVideoCapability@@WBE@BEHABVH245_GenericCapability@@@Z @45452 NONAME ?IsH245inSetupDisabled@H323EndPoint@@QBEHXZ @41436 NONAME ?IsH245Master@H323Connection@@QBEHXZ @11396 NONAME ?IsH245TunnelingDisabled@H323EndPoint@@QBEHXZ @41437 NONAME ?IsLineDisconnected@OpalIxJDevice@@UAEHIH@Z @16258 NONAME ?IsLineDisconnected@OpalLineInterfaceDevice@@UAEHIH@Z @16259 NONAME ?IsLineDisconnected@OpalVoipBlasterDevice@@UAEHIH@Z @20029 NONAME ?IsLineOffHook@OpalIxJDevice@@UAEHI@Z @11399 NONAME ?IsLineOffHook@OpalVoipBlasterDevice@@UAEHI@Z @20030 NONAME ?IsLinePresent@OpalIxJDevice@@UAEHIH@Z @12799 NONAME ?IsLinePresent@OpalLineInterfaceDevice@@UAEHIH@Z @12800 NONAME ?IsLinePresent@OpalVoipBlasterDevice@@UAEHIH@Z @20031 NONAME ?IsLineRinging@OpalIxJDevice@@UAEHIPAK@Z @11404 NONAME ?IsLineRinging@OpalLineInterfaceDevice@@UAEHIPAK@Z @11405 NONAME ?IsLineRinging@OpalVoipBlasterDevice@@UAEHIPAK@Z @20032 NONAME ?IsLineTerminal@OpalIxJDevice@@UAEHI@Z @11407 NONAME ?IsLineTerminal@OpalLineInterfaceDevice@@UAEHI@Z @11408 NONAME ?IsLineTerminal@OpalVoipBlasterDevice@@UAEHI@Z @20033 NONAME ?IsLineToLineDirect@OpalIxJDevice@@UAEHII@Z @11409 NONAME ?IsLineToLineDirect@OpalLineInterfaceDevice@@UAEHII@Z @11410 NONAME ?IsLineToLineDirect@OpalVoipBlasterDevice@@UAEHII@Z @20034 NONAME ?IsListening@H323TransportTCP@@UBEHXZ @46029 NONAME ?IsLoaded@H323DynaLink@@UAEHXZ @42761 NONAME ?IsLoaded@PVXMLSession@@UBEHXZ @25679 NONAME ?IsLocalAddress@H323EndPoint@@UBEHABVAddress@PIPSocket@@@Z @23918 NONAME ?IsLocalHold@H323Connection@@QBEHXZ @19476 NONAME ?IsMaster@H245NegMasterSlaveDetermination@@QBEHXZ @41438 NONAME ?IsMCU@H323EndPoint@@QBEHXZ @11411 NONAME ?IsMediaOnHold@H323Connection@@QBEHXZ @19960 NONAME ?IsNonStandardMatch@H323Capability@@UBEHABVH245_NonStandardParameter@@@Z @12900 NONAME ?IsNonStandardMatch@H323NonStandardAudioCapability@@UBEHABVH245_NonStandardParameter@@@Z @12901 NONAME ?IsNonStandardMatch@H323NonStandardDataCapability@@UBEHABVH245_NonStandardParameter@@@Z @12902 NONAME ?IsNonStandardMatch@H323NonStandardVideoCapability@@UBEHABVH245_NonStandardParameter@@@Z @12903 NONAME ?IsNULL@OpalGloballyUniqueID@@QBEHXZ @13853 NONAME ?IsOpen@OpalLineInterfaceDevice@@UBEHXZ @11412 NONAME ?IsPrimitive@PASN_Object@@UBEHXZ @11413 NONAME ?IsRawDataChannelNative@G7231_File_Codec@@UBEHXZ @21020 NONAME ?IsRawDataChannelNative@H323Codec@@UBEHXZ @20148 NONAME ?IsRawDataChannelNative@H323_LIDCodec@@UBEHXZ @20149 NONAME ?IsRegistered@H323Gatekeeper@@QBEHXZ @41439 NONAME ?IsRegisteredWithGatekeeper@H323EndPoint@@QBEHXZ @23931 NONAME ?IsRemoteHold@H323Connection@@QBEHXZ @19477 NONAME ?IsRemoteOffline@H245NegRoundTripDelay@@QBEHXZ @41440 NONAME ?IsRequiredH235@H323GatekeeperServer@@QBEHXZ @41441 NONAME ?IsRunning@H323Channel@@UBEHXZ @20348 NONAME ?IsRunning@H323_ExternalRTPChannel@@UBEHXZ @20349 NONAME ?IsSecuredPDU@H235AuthCAT@@UBEHIH@Z @23932 NONAME ?IsSecuredPDU@H235Authenticator@@UBEHIH@Z @23933 NONAME ?IsSecuredPDU@H235AuthSimpleMD5@@UBEHIH@Z @23934 NONAME ?IsTerminal@H323EndPoint@@QBEHXZ @11415 NONAME ?IsToneDetected@OpalIxJDevice@@UAEII@Z @12807 NONAME ?IsToneDetected@OpalLineInterfaceDevice@@UAEII@Z @12808 NONAME ?IsToneDetected@OpalVoipBlasterDevice@@UAEII@Z @20035 NONAME ?IsTonePlaying@OpalIxJDevice@@UAEHI@Z @12851 NONAME ?IsTonePlaying@OpalLineInterfaceDevice@@UAEHI@Z @12852 NONAME ?IsTonePlaying@OpalVoipBlasterDevice@@UAEHI@Z @20036 NONAME ?IsToneStart@OpalRFC2833Info@@QBEHXZ @41442 NONAME ?IsTransferredCall@H323Connection@@QBEHXZ @19478 NONAME ?IsTransferringCall@H323Connection@@QBEHXZ @19479 NONAME ?IsUsable@H323Capability@@UBEHABVH323Connection@@@Z @20611 NONAME ?IsUsable@H323_UserInputCapability@@UBEHABVH323Connection@@@Z @20612 NONAME ?IsValid@H323CallCreditServiceControl@@UBEHXZ @23634 NONAME ?IsValid@H323HTTPServiceControl@@UBEHXZ @23635 NONAME ?IsValid@H323_LIDCapability@@QBEHXZ @12557 NONAME ?IsValid@OpalMediaFormat@@QBEHXZ @41443 NONAME ?IsValid@PASN_Choice@@QBEHXZ @41444 NONAME ?Load@H323DynaLink@@UAEXXZ @42762 NONAME ?LoadPlugin@H323DynaLink@@UAEHABVPString@@@Z @42763 NONAME ?LocateGatekeeper@H323EndPoint@@QAEHABVPString@@PAVH323Transport@@@Z @12725 NONAME ?LocationRequest@H323Gatekeeper@@QAEHABVPString@@AAVH323TransportAddress@@@Z @11423 NONAME ?LocationRequest@H323Gatekeeper@@QAEHABVPStringList@@AAVH323TransportAddress@@@Z @11424 NONAME ?Lock@H323Connection@@QAEHXZ @14918 NONAME ?lower_bound@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE?AViterator@12@ABI@Z @44371 NONAME ?lower_bound@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@ABVPString@@@Z @45028 NONAME ?lower_bound@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@ABVPString@@@Z @44126 NONAME ?lower_bound@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@ABVPString@@@Z @44127 NONAME ?lower_bound@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@ABVPString@@@Z @44734 NONAME ?lower_bound@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@ABVPString@@@Z @44128 NONAME ?Main@H225CallThread@@MAEXXZ @11425 NONAME ?Main@H225TransportThread@@MAEXXZ @11427 NONAME ?Main@H245TransportThread@@MAEXXZ @11428 NONAME ?Main@H323ConnectionsCleaner@@MAEXXZ @11429 NONAME ?Main@H323ListenerTCP@@MAEXXZ @11430 NONAME ?Main@H323LogicalChannelThread@@UAEXXZ @11431 NONAME ?Main@RTP_JitterBuffer@@MAEXXZ @12467 NONAME ?MakeCall@H323EndPoint@@QAEPAVH323Connection@@ABVPString@@AAV3@PAX@Z @12830 NONAME ?MakeCall@H323EndPoint@@QAEPAVH323Connection@@ABVPString@@PAVH323Transport@@AAV3@PAX@Z @12831 NONAME ?MakeCallLocked@H323EndPoint@@QAEPAVH323Connection@@ABVPString@@AAV3@PAXPAVH323Transport@@@Z @19884 NONAME ?MakeRequest@H323Gatekeeper@@MAEHAAVRequest@H323Transactor@@@Z @25899 NONAME ?MakeRequest@H323PeerElement@@UAEHAAVRequest@H323Transactor@@@Z @25900 NONAME ?MakeRequest@H323Transactor@@MAEHAAVRequest@1@@Z @25901 NONAME ?MakeRequestWithReregister@H323Gatekeeper@@IAEHAAVRequest@H323Transactor@@I@Z @25902 NONAME ?make_level_map@H261Encoder@@IAEPADHI@Z @11442 NONAME ?mark@P64Decoder@@QAEXH@Z @41447 NONAME ?marks@P64Decoder@@QAEXPAE@Z @41449 NONAME ?max_size@?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@std@@QBEIXZ @44372 NONAME ?max_size@?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@std@@QBEIXZ @45029 NONAME ?max_size@?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@std@@QBEIXZ @44129 NONAME ?max_size@?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@std@@QBEIXZ @44735 NONAME ?max_size@?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@std@@QBEIXZ @44130 NONAME ?max_size@?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@std@@QBEIXZ @44131 NONAME ?max_size@?$allocator@ULookupRecord@@@std@@QBEIXZ @45030 NONAME ?max_size@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QBEIXZ @45031 NONAME ?max_size@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QBEIXZ @44373 NONAME ?max_size@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEIXZ @45032 NONAME ?max_size@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEIXZ @44132 NONAME ?max_size@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEIXZ @44736 NONAME ?max_size@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEIXZ @44133 NONAME ?max_size@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEIXZ @44134 NONAME ?mbcopy@FullP64Decoder@@IAEXI@Z @11443 NONAME ?Merge@H323Capabilities@@QAEHABV1@@Z @12537 NONAME ?ModifyQOS@RTP_Session@@UAEHPAVRTP_QOS@@@Z @26644 NONAME ?ModifyQOS@RTP_UDP@@UAEHPAVRTP_QOS@@@Z @26645 NONAME ?MonitorCallStatus@H323Connection@@IAEXXZ @20355 NONAME ?MonitorMain@H323Gatekeeper@@MAEXAAVPThread@@H@Z @20543 NONAME ?MonitorMain@H323GatekeeperServer@@MAEXAAVPThread@@H@Z @20324 NONAME ?MonitorMain@H323PeerElement@@MAEXAAVPThread@@H@Z @24045 NONAME ?MoreToIncEncode@H261PixelEncoder@@QAEHXZ @41450 NONAME ?MoreToIncEncode@P64Encoder@@QAEHXZ @41451 NONAME ?mtu@Transmitter@@UAEHXZ @11444 NONAME ?mvblk@P64Decoder@@IAEXPAE0I@Z @11445 NONAME ?mvblka@P64Decoder@@IAEXPAE0I@Z @11446 NONAME ?ndblk@P64Decoder@@QBEHXZ @41453 NONAME ?NeedsJitterBuffer@OpalMediaFormat@@QBEHXZ @41454 NONAME ?Next@RTP_SessionManager@@QAEPAVRTP_Session@@XZ @16268 NONAME ?OnAcceptModeChange@H323Connection@@UAEXABVH245_RequestModeAck@@@Z @19865 NONAME ?OnAccessRequest@H323PeerElement@@UAE?AW4Response@H323Transaction@@AAVH501AccessRequest@@@Z @26114 NONAME ?OnAddServiceRelationship@H323PeerElement@@UAEXABVH323TransportAddress@@@Z @25592 NONAME ?OnAdmission@H323GatekeeperCall@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperARQ@@@Z @26115 NONAME ?OnAdmission@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperARQ@@@Z @26116 NONAME ?OnAdmission@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperARQ@@@Z @26117 NONAME ?OnAlerting@H323Connection@@UAEHABVH323SignalPDU@@ABVPString@@@Z @11452 NONAME ?OnAlerting@H323EndPoint@@UAEHAAVH323Connection@@ABVH323SignalPDU@@ABVPString@@@Z @11453 NONAME ?OnAlerting@H323GatekeeperCall@@UAEXXZ @23862 NONAME ?OnAnswerCall@H323Connection@@UAE?AW4AnswerCallResponse@1@ABVPString@@ABVH323SignalPDU@@AAV4@@Z @11454 NONAME ?OnAnswerCall@H323EndPoint@@UAE?AW4AnswerCallResponse@H323Connection@@AAV3@ABVPString@@ABVH323SignalPDU@@AAV5@@Z @11455 NONAME ?OnBandwidth@H323GatekeeperCall@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperBRQ@@@Z @26118 NONAME ?OnBandwidth@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperBRQ@@@Z @26119 NONAME ?OnBandwidth@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperBRQ@@@Z @26120 NONAME ?OnCallCreditServiceControl@H323EndPoint@@UAEXABVPString@@H@Z @23540 NONAME ?OnCallIndependentSupplementaryService@H323EndPoint@@UAEHABVH323SignalPDU@@@Z @43186 NONAME ?OnCallIntrudeTimeOut@H45011Handler@@UAEXAAVPTimer@@H@Z @20677 NONAME ?OnCallTransferIdentify@H323EndPoint@@UAEHAAVH323Connection@@@Z @20223 NONAME ?OnCallTransferInitiate@H323EndPoint@@UAEHAAVH323Connection@@ABVPString@@@Z @23937 NONAME ?OnCallTransferTimeOut@H4502Handler@@UAEXAAVPTimer@@H@Z @19961 NONAME ?OnCED@OpalT38Protocol@@UAEHXZ @23657 NONAME ?OnChange@H323CallCreditServiceControl@@UBEXIIAAVH323EndPoint@@PAVH323Connection@@@Z @23541 NONAME ?OnChange@H323HTTPServiceControl@@UBEXIIAAVH323EndPoint@@PAVH323Connection@@@Z @23542 NONAME ?OnCleared@H323Connection@@UAEXXZ @12802 NONAME ?OnClosedLogicalChannel@H323Connection@@UAEXABVH323Channel@@@Z @11456 NONAME ?OnClosedLogicalChannel@H323EndPoint@@UAEXAAVH323Connection@@ABVH323Channel@@@Z @11457 NONAME ?OnClosingLogicalChannel@H323Connection@@UAEHAAVH323Channel@@@Z @11458 NONAME ?OnCNG@OpalT38Protocol@@UAEHXZ @23658 NONAME ?OnConferenceInvite@H323EndPoint@@UAEHABVH323SignalPDU@@@Z @43187 NONAME ?OnConflictingLogicalChannel@H323Connection@@UAEHAAVH323Channel@@@Z @12761 NONAME ?OnConnected@H323GatekeeperCall@@UAEXXZ @23863 NONAME ?OnConnectionCleared@H323EndPoint@@UAEXAAVH323Connection@@ABVPString@@@Z @11459 NONAME ?OnConnectionEstablished@H323EndPoint@@UAEXAAVH323Connection@@ABVPString@@@Z @11460 NONAME ?OnConnectionForwarded@H323EndPoint@@UAEHAAVH323Connection@@ABVPString@@ABVH323SignalPDU@@@Z @12634 NONAME ?OnConsultationTransferSuccess@H323Connection@@UAEXAAV1@@Z @20224 NONAME ?OnControlProtocolError@H323Connection@@UAEHW4ControlProtocolErrors@1@PBX@Z @11462 NONAME ?OnCreateLogicalChannel@H323Connection@@UAEHABVH323Capability@@W4Directions@H323Channel@@AAI@Z @12647 NONAME ?OnData@OpalT38Protocol@@UAEHIIABVPBYTEArray@@@Z @23659 NONAME ?OnDescriptorUpdate@H323PeerElement@@UAE?AW4Response@H323Transaction@@AAVH501DescriptorUpdate@@@Z @26121 NONAME ?OnDiscovery@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperGRQ@@@Z @26122 NONAME ?OnDiscovery@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperGRQ@@@Z @26123 NONAME ?OnDisengage@H323GatekeeperCall@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperDRQ@@@Z @26124 NONAME ?OnDisengage@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperDRQ@@@Z @26125 NONAME ?OnDisengage@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperDRQ@@@Z @26126 NONAME ?OnEndReceive@OpalRFC2833@@UAEXDII@Z @20140 NONAME ?OnEndSession@PVXMLSession@@UAEXXZ @21169 NONAME ?OnEstablished@H323Connection@@UAEXXZ @12803 NONAME ?OnFastUpdateGOB@H323VideoCodec@@UAEXII@Z @11463 NONAME ?OnFastUpdateMB@H323VideoCodec@@UAEXHHI@Z @11464 NONAME ?OnFastUpdatePicture@H323PluginVideoCodec@@UAEXXZ @41455 NONAME ?OnFastUpdatePicture@H323VideoCodec@@UAEXXZ @11465 NONAME ?OnFastUpdatePicture@H323_H261Codec@@UAEXXZ @26184 NONAME ?OnFirstPacket@OpalRtpToWavFile@@UAEHAAVRTP_DataFrame@@@Z @20576 NONAME ?OnFlowControl@H323Channel@@UAEXJ@Z @11466 NONAME ?OnFlowControl@H323Codec@@UAEXJ@Z @11467 NONAME ?OnFreezePicture@H323VideoCodec@@UAEXXZ @11468 NONAME ?OnFullRegistration@H323RegisteredEndPoint@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperRRQ@@@Z @26127 NONAME ?OnGatekeeperConfirm@H323EndPoint@@UAEXXZ @26684 NONAME ?OnGatekeeperNATDetect@H323EndPoint@@UAEXVAddress@PIPSocket@@AAVPString@@AAVH323TransportAddress@@@Z @46030 NONAME ?OnGatekeeperReject@H323EndPoint@@UAEXXZ @26685 NONAME ?OnH245Command@H323Connection@@UAEHABVH323ControlPDU@@@Z @11469 NONAME ?OnH245Indication@H323Connection@@UAEHABVH323ControlPDU@@@Z @11470 NONAME ?OnH245Request@H323Connection@@UAEHABVH323ControlPDU@@@Z @11471 NONAME ?OnH245Response@H323Connection@@UAEHABVH323ControlPDU@@@Z @11472 NONAME ?OnH245_FlowControlCommand@H323Connection@@UAEHABVH245_FlowControlCommand@@@Z @11473 NONAME ?OnH245_JitterIndication@H323Connection@@UAEHABVH245_JitterIndication@@@Z @11474 NONAME ?OnH245_MiscellaneousCommand@H323Connection@@UAEHABVH245_MiscellaneousCommand@@@Z @11475 NONAME ?OnH245_MiscellaneousIndication@H323Connection@@UAEHABVH245_MiscellaneousIndication@@@Z @11476 NONAME ?OnH245_SendTerminalCapabilitySet@H323Connection@@UAEHABVH245_SendTerminalCapabilitySet@@@Z @11477 NONAME ?OnHandlePDU@H323GatekeeperARQ@@MAE?AW4Response@H323Transaction@@XZ @26128 NONAME ?OnHandlePDU@H323GatekeeperBRQ@@MAE?AW4Response@H323Transaction@@XZ @26129 NONAME ?OnHandlePDU@H323GatekeeperDRQ@@MAE?AW4Response@H323Transaction@@XZ @26130 NONAME ?OnHandlePDU@H323GatekeeperGRQ@@MAE?AW4Response@H323Transaction@@XZ @26131 NONAME ?OnHandlePDU@H323GatekeeperIRR@@MAE?AW4Response@H323Transaction@@XZ @26132 NONAME ?OnHandlePDU@H323GatekeeperLRQ@@MAE?AW4Response@H323Transaction@@XZ @26133 NONAME ?OnHandlePDU@H323GatekeeperRRQ@@MAE?AW4Response@H323Transaction@@XZ @26134 NONAME ?OnHandlePDU@H323GatekeeperURQ@@MAE?AW4Response@H323Transaction@@XZ @26135 NONAME ?OnHandlePDU@H501AccessRequest@@MAE?AW4Response@H323Transaction@@XZ @26136 NONAME ?OnHandlePDU@H501DescriptorUpdate@@MAE?AW4Response@H323Transaction@@XZ @26137 NONAME ?OnHandlePDU@H501ServiceRequest@@MAE?AW4Response@H323Transaction@@XZ @26138 NONAME ?OnHeartbeat@H323GatekeeperCall@@UAEHXZ @20483 NONAME ?OnHTTPServiceControl@H323EndPoint@@UAEXIIABVPString@@@Z @23543 NONAME ?OnIncomingCall@H323Connection@@UAEHABVH323SignalPDU@@AAV2@@Z @11478 NONAME ?OnIncomingCall@H323Connection@@UAEHABVH323SignalPDU@@AAV2@AAW4CallEndReason@1@@Z @46018 NONAME ?OnIncomingCall@H323EndPoint@@UAEHAAVH323Connection@@ABVH323SignalPDU@@AAV3@@Z @11479 NONAME ?OnIncomingCall@H323EndPoint@@UAEHAAVH323Connection@@ABVH323SignalPDU@@AAV3@AAW4CallEndReason@2@@Z @46019 NONAME ?OnIncomingConnection@H323EndPoint@@UAEPAVH323Connection@@PAVH323Transport@@AAVH323SignalPDU@@@Z @26686 NONAME ?OnIndicator@OpalT38Protocol@@UAEHI@Z @23660 NONAME ?OnInfoResponse@H323GatekeeperCall@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperIRR@@AAVH225_InfoRequestResponse_perCallInfo_subtype@@@Z @26139 NONAME ?OnInfoResponse@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperIRR@@@Z @26140 NONAME ?OnInfoResponse@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperIRR@@@Z @26141 NONAME ?OnInfoResponse@H323RegisteredEndPoint@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperIRR@@@Z @26142 NONAME ?OnInsufficientDigits@H323Connection@@UAEHXZ @19625 NONAME ?OnJitterIndication@H323Channel@@UAEXKHH@Z @11480 NONAME ?OnLoadPlugin@H323PluginCodecManager@@UAEXAAVPDynaLink@@H@Z @42732 NONAME ?OnLocation@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperLRQ@@@Z @26143 NONAME ?OnLocation@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperLRQ@@@Z @26144 NONAME ?OnLogicalChannelFlowControl@H323Connection@@UAEXPAVH323Channel@@J@Z @11481 NONAME ?OnLogicalChannelJitter@H323Connection@@UAEXPAVH323Channel@@KHH@Z @11482 NONAME ?OnLostPartialPicture@H323PluginVideoCodec@@UAEXXZ @41457 NONAME ?OnLostPartialPicture@H323VideoCodec@@UAEXXZ @19681 NONAME ?OnLostPartialPicture@H323_H261Codec@@UAEXXZ @19682 NONAME ?OnLostPartialPicture@H323_RFC2190_H263Codec@@UAEXXZ @45990 NONAME ?OnLostPicture@H323PluginVideoCodec@@UAEXXZ @41458 NONAME ?OnLostPicture@H323VideoCodec@@UAEXXZ @19683 NONAME ?OnLostPicture@H323_H261Codec@@UAEXXZ @19684 NONAME ?OnLostPicture@H323_RFC2190_H263Codec@@UAEXXZ @45991 NONAME ?OnMiscellaneousCommand@H323Channel@@UAEXABVH245_MiscellaneousCommand_type@@@Z @11483 NONAME ?OnMiscellaneousCommand@H323Codec@@UAEXABVH245_MiscellaneousCommand_type@@@Z @11484 NONAME ?OnMiscellaneousCommand@H323VideoCodec@@UAEXABVH245_MiscellaneousCommand_type@@@Z @11485 NONAME ?OnMiscellaneousIndication@H323Channel@@UAEXABVH245_MiscellaneousIndication_type@@@Z @11486 NONAME ?OnMiscellaneousIndication@H323Codec@@UAEXABVH245_MiscellaneousIndication_type@@@Z @11487 NONAME ?OnMiscellaneousIndication@H323VideoCodec@@UAEXABVH245_MiscellaneousIndication_type@@@Z @11488 NONAME ?OnModeChanged@H323Connection@@UAEXABVH245_ModeDescription@@@Z @19866 NONAME ?OnNegotiateConferenceCapabilities@H323EndPoint@@UAEHABVH323SignalPDU@@@Z @43188 NONAME ?OnNewDescriptor@H323PeerElement@@UAEXABVH323PeerElementDescriptor@@@Z @26359 NONAME ?OnOpen@H323TransportTCP@@MAEHXZ @11489 NONAME ?OnOpenLogicalChannel@H323Connection@@UAEHABVH245_OpenLogicalChannel@@AAVH245_OpenLogicalChannelAck@@AAI@Z @11490 NONAME ?OnOutgoingCall@H323Connection@@UAEHABVH323SignalPDU@@@Z @11491 NONAME ?OnOutgoingCall@H323EndPoint@@UAEHAAVH323Connection@@ABVH323SignalPDU@@@Z @26687 NONAME ?OnPreamble@OpalT38Protocol@@UAEHXZ @23661 NONAME ?OnReceiveAccessConfirmation@H323PeerElement@@UAEHABVH501PDU@@ABVH501_AccessConfirmation@@@Z @25771 NONAME ?OnReceiveAccessConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_AccessConfirmation@@@Z @25772 NONAME ?OnReceiveAccessRejection@H323PeerElement@@UAEHABVH501PDU@@ABVH501_AccessRejection@@@Z @25773 NONAME ?OnReceiveAccessRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_AccessRejection@@@Z @25774 NONAME ?OnReceiveAccessRequest@H323PeerElement@@UAEHABVH501PDU@@ABVH501_AccessRequest@@@Z @26145 NONAME ?OnReceiveAccessRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_AccessRequest@@@Z @25775 NONAME ?OnReceiveAdmissionConfirm@H225_RAS@@UAEHABVH225_AdmissionConfirm@@@Z @18682 NONAME ?OnReceiveAdmissionConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_AdmissionConfirm@@@Z @21170 NONAME ?OnReceiveAdmissionConfirm@H323Gatekeeper@@UAEHABVH225_AdmissionConfirm@@@Z @11492 NONAME ?OnReceiveAdmissionReject@H225_RAS@@UAEHABVH225_AdmissionReject@@@Z @18683 NONAME ?OnReceiveAdmissionReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_AdmissionReject@@@Z @21171 NONAME ?OnReceiveAdmissionReject@H323Gatekeeper@@UAEHABVH225_AdmissionReject@@@Z @23544 NONAME ?OnReceiveAdmissionRequest@H225_RAS@@UAEHABVH225_AdmissionRequest@@@Z @19366 NONAME ?OnReceiveAdmissionRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_AdmissionRequest@@@Z @21172 NONAME ?OnReceiveAdmissionRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_AdmissionRequest@@@Z @21173 NONAME ?OnReceiveAuthenticationConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_AuthenticationConfirmation@@@Z @25776 NONAME ?OnReceiveAuthenticationRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_AuthenticationRejection@@@Z @25777 NONAME ?OnReceiveAuthenticationRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_AuthenticationRequest@@@Z @25778 NONAME ?OnReceiveBandwidthConfirm@H225_RAS@@UAEHABVH225_BandwidthConfirm@@@Z @18685 NONAME ?OnReceiveBandwidthConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_BandwidthConfirm@@@Z @21174 NONAME ?OnReceiveBandwidthConfirm@H323Gatekeeper@@UAEHABVH225_BandwidthConfirm@@@Z @11495 NONAME ?OnReceiveBandwidthConfirm@H323GatekeeperListener@@UAEHABVH225_BandwidthConfirm@@@Z @19143 NONAME ?OnReceiveBandwidthReject@H225_RAS@@UAEHABVH225_BandwidthReject@@@Z @18686 NONAME ?OnReceiveBandwidthReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_BandwidthReject@@@Z @21175 NONAME ?OnReceiveBandwidthReject@H323GatekeeperListener@@UAEHABVH225_BandwidthReject@@@Z @19144 NONAME ?OnReceiveBandwidthRequest@H225_RAS@@UAEHABVH225_BandwidthRequest@@@Z @19368 NONAME ?OnReceiveBandwidthRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_BandwidthRequest@@@Z @21176 NONAME ?OnReceiveBandwidthRequest@H323Gatekeeper@@UAEHABVH225_BandwidthRequest@@@Z @19369 NONAME ?OnReceiveBandwidthRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_BandwidthRequest@@@Z @21177 NONAME ?OnReceiveControl@RTP_Session@@UAE?AW4SendReceiveStatus@1@AAVRTP_ControlFrame@@@Z @20336 NONAME ?OnReceivedAckPDU@H323Channel@@UAEHABVH245_OpenLogicalChannelAck@@@Z @11499 NONAME ?OnReceivedAckPDU@H323DataChannel@@UAEHABVH245_OpenLogicalChannelAck@@@Z @18982 NONAME ?OnReceivedAckPDU@H323_ExternalRTPChannel@@UAEHABVH245_H2250LogicalChannelAckParameters@@@Z @19920 NONAME ?OnReceivedAckPDU@H323_RealTimeChannel@@UAEHABVH245_OpenLogicalChannelAck@@@Z @19921 NONAME ?OnReceivedAckPDU@H323_RTPChannel@@UAEHABVH245_H2250LogicalChannelAckParameters@@@Z @19922 NONAME ?OnReceivedAckPDU@H323_RTP_UDP@@UAEHAAVH323_RTPChannel@@ABVH245_H2250LogicalChannelAckParameters@@@Z @12715 NONAME ?OnReceivedAckPDU@H323_T120Channel@@UAEHABVH245_OpenLogicalChannelAck@@@Z @18983 NONAME ?onReceivedAdmissionReject@H4502Handler@@UAEXH@Z @19962 NONAME ?OnReceivedAlerting@H323Connection@@UAEHABVH323SignalPDU@@@Z @11502 NONAME ?OnReceiveData@RTP_Session@@UAE?AW4SendReceiveStatus@1@ABVRTP_DataFrame@@@Z @11503 NONAME ?OnReceivedCallIntrusionForcedRelease@H45011Handler@@UAEHHPAVPASN_OctetString@@@Z @20678 NONAME ?OnReceivedCallIntrusionGetCIPL@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @20679 NONAME ?OnReceivedCallIntrusionIsolate@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @20680 NONAME ?OnReceivedCallIntrusionNotification@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @20681 NONAME ?OnReceivedCallIntrusionRequest@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @20682 NONAME ?OnReceivedCallIntrusionSilentMonitor@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @20683 NONAME ?OnReceivedCallIntrusionWOBRequest@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @20684 NONAME ?OnReceivedCallProceeding@H323Connection@@UAEHABVH323SignalPDU@@@Z @11504 NONAME ?OnReceivedCallTransferAbandon@H4502Handler@@UAEXH@Z @19481 NONAME ?OnReceivedCallTransferActive@H4502Handler@@UAEXHPAVPASN_OctetString@@@Z @19482 NONAME ?OnReceivedCallTransferComplete@H4502Handler@@UAEXHPAVPASN_OctetString@@@Z @19483 NONAME ?OnReceivedCallTransferIdentify@H4502Handler@@UAEXH@Z @19484 NONAME ?OnReceivedCallTransferInitiate@H4502Handler@@UAEXHPAVPASN_OctetString@@@Z @19485 NONAME ?OnReceivedCallTransferSetup@H4502Handler@@UAEXHPAVPASN_OctetString@@@Z @19486 NONAME ?OnReceivedCallTransferUpdate@H4502Handler@@UAEXHPAVPASN_OctetString@@@Z @19487 NONAME ?OnReceivedCallWaiting@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @20685 NONAME ?OnReceivedCallWaitingIndication@H4506Handler@@UAEXHPAVPASN_OctetString@@@Z @19963 NONAME ?OnReceivedCapabilitySet@H323Connection@@UAEHABVH323Capabilities@@PBVH245_MultiplexCapability@@AAVH245_TerminalCapabilitySetReject@@@Z @12538 NONAME ?OnReceivedCfbOverride@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @20686 NONAME ?OnReceivedCIGetCIPLResult@H45011Handler@@QAEXAAVX880_ReturnResult@@@Z @21038 NONAME ?OnReceivedCIRequestResult@H45011Handler@@QAEXXZ @20687 NONAME ?OnReceiveDescriptorConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorConfirmation@@@Z @25779 NONAME ?OnReceiveDescriptorIDConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorIDConfirmation@@@Z @25780 NONAME ?OnReceiveDescriptorIDRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorIDRejection@@@Z @25781 NONAME ?OnReceiveDescriptorIDRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorIDRequest@@@Z @25782 NONAME ?OnReceiveDescriptorRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorRejection@@@Z @25783 NONAME ?OnReceiveDescriptorRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorRequest@@@Z @25784 NONAME ?OnReceiveDescriptorUpdate@H323PeerElement@@UAEHABVH501PDU@@ABVH501_DescriptorUpdate@@@Z @26146 NONAME ?OnReceiveDescriptorUpdate@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorUpdate@@@Z @25785 NONAME ?OnReceiveDescriptorUpdateACK@H323PeerElement@@UAEHABVH501PDU@@ABVH501_DescriptorUpdateAck@@@Z @25786 NONAME ?OnReceiveDescriptorUpdateACK@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorUpdateAck@@@Z @25787 NONAME ?OnReceivedFacility@H323Connection@@UAEHABVH323SignalPDU@@@Z @11506 NONAME ?OnReceivedGenericPDU@H323GenericCapabilityInfo@@MAEHABVH245_GenericCapability@@@Z @45453 NONAME ?OnReceivedGetCIPLReturnError@H45011Handler@@QAEHH_N@Z @21039 NONAME ?OnReceivedIdentifyReturnError@H4502Handler@@QAEX_N@Z @20225 NONAME ?OnReceivedIdentifyReturnResult@H4502Handler@@QAEXAAVX880_ReturnResult@@@Z @20226 NONAME ?OnReceivedInitiateReturnError@H323EndPoint@@UAEXXZ @45862 NONAME ?OnReceivedInitiateReturnError@H4502Handler@@QAEX_N@Z @20227 NONAME ?OnReceivedInitiateReturnResult@H4502Handler@@QAEXXZ @20228 NONAME ?OnReceivedInvoke@H45011Handler@@UAEHHHHPAVPASN_OctetString@@@Z @20688 NONAME ?OnReceivedInvoke@H4502Handler@@UAEHHHHPAVPASN_OctetString@@@Z @19488 NONAME ?OnReceivedInvoke@H4504Handler@@UAEHHHHPAVPASN_OctetString@@@Z @19489 NONAME ?OnReceivedInvoke@H4506Handler@@UAEHHHHPAVPASN_OctetString@@@Z @19964 NONAME ?OnReceivedInvoke@H450xDispatcher@@UAEHAAVX880_Invoke@@AAVH4501_InterpretationApdu@@@Z @21510 NONAME ?OnReceivedInvokeReturnError@H45011Handler@@QAEHH_N@Z @20690 NONAME ?OnReceiveDisengageConfirm@H225_RAS@@UAEHABVH225_DisengageConfirm@@@Z @18689 NONAME ?OnReceiveDisengageConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_DisengageConfirm@@@Z @21178 NONAME ?OnReceiveDisengageConfirm@H323GatekeeperListener@@UAEHABVH225_DisengageConfirm@@@Z @19146 NONAME ?OnReceiveDisengageReject@H225_RAS@@UAEHABVH225_DisengageReject@@@Z @18690 NONAME ?OnReceiveDisengageReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_DisengageReject@@@Z @21179 NONAME ?OnReceiveDisengageReject@H323GatekeeperListener@@UAEHABVH225_DisengageReject@@@Z @19147 NONAME ?OnReceiveDisengageRequest@H225_RAS@@UAEHABVH225_DisengageRequest@@@Z @19371 NONAME ?OnReceiveDisengageRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_DisengageRequest@@@Z @21180 NONAME ?OnReceiveDisengageRequest@H323Gatekeeper@@UAEHABVH225_DisengageRequest@@@Z @19372 NONAME ?OnReceiveDisengageRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_DisengageRequest@@@Z @21181 NONAME ?OnReceivedLocalCallHold@H4504Handler@@UAEXH@Z @19491 NONAME ?OnReceivedLocalCallRetrieve@H4504Handler@@UAEXH@Z @19492 NONAME ?OnReceivedNonStandardPDU@H323NonStandardCapabilityInfo@@IAEHABVPASN_Choice@@I@Z @11510 NONAME ?OnReceivedPDU@G7231_File_Capability@@UAEHABVH245_AudioCapability@@AAI@Z @20982 NONAME ?OnReceivedPDU@H323AudioCapability@@UAEHABVH245_AudioCapability@@AAI@Z @19654 NONAME ?OnReceivedPDU@H323AudioCapability@@UAEHABVH245_Capability@@@Z @11511 NONAME ?OnReceivedPDU@H323AudioCapability@@UAEHABVH245_DataType@@H@Z @12661 NONAME ?OnReceivedPDU@H323CallCreditServiceControl@@UAEHABVH225_ServiceControlDescriptor@@@Z @23545 NONAME ?OnReceivedPDU@H323Capability@@UAEHABVH245_Capability@@@Z @19540 NONAME ?OnReceivedPDU@H323Channel@@UAEHABVH245_OpenLogicalChannel@@AAI@Z @11513 NONAME ?OnReceivedPDU@H323DataCapability@@UAEHABVH245_Capability@@@Z @11514 NONAME ?OnReceivedPDU@H323DataCapability@@UAEHABVH245_DataType@@H@Z @12662 NONAME ?OnReceivedPDU@H323DataChannel@@UAEHABVH245_OpenLogicalChannel@@AAI@Z @18984 NONAME ?OnReceivedPDU@H323GenericAudioCapability@@UAEHABVH245_AudioCapability@@AAI@Z @45454 NONAME ?OnReceivedPDU@H323GenericVideoCapability@@UAEHABVH245_VideoCapability@@@Z @45455 NONAME ?OnReceivedPDU@H323GSMPluginCapability@@UAEHABVH245_AudioCapability@@AAI@Z @41459 NONAME ?OnReceivedPDU@H323H248ServiceControl@@UAEHABVH225_ServiceControlDescriptor@@@Z @23546 NONAME ?OnReceivedPDU@H323H248ServiceControl@@UAEHABVH248_SignalsDescriptor@@@Z @23547 NONAME ?OnReceivedPDU@H323H261PluginCapability@@UAEHABVH245_VideoCapability@@@Z @41460 NONAME ?OnReceivedPDU@H323HTTPServiceControl@@UAEHABVH225_ServiceControlDescriptor@@@Z @23548 NONAME ?OnReceivedPDU@H323NonStandardAudioCapability@@UAEHABVH245_AudioCapability@@AAI@Z @11516 NONAME ?OnReceivedPDU@H323NonStandardCapabilityInfo@@UAEHABVPBYTEArray@@@Z @11517 NONAME ?OnReceivedPDU@H323NonStandardDataCapability@@UAEHABVH245_DataApplicationCapability@@@Z @11518 NONAME ?OnReceivedPDU@H323NonStandardVideoCapability@@UAEHABVH245_VideoCapability@@@Z @11519 NONAME ?OnReceivedPDU@H323PluginG7231Capability@@UAEHABVH245_AudioCapability@@AAI@Z @41461 NONAME ?OnReceivedPDU@H323VideoCapability@@UAEHABVH245_Capability@@@Z @11520 NONAME ?OnReceivedPDU@H323VideoCapability@@UAEHABVH245_DataType@@H@Z @12663 NONAME ?OnReceivedPDU@H323_ExternalRTPChannel@@UAEHABVH245_H2250LogicalChannelParameters@@AAI@Z @19923 NONAME ?OnReceivedPDU@H323_H261Capability@@UAEHABVH245_VideoCapability@@@Z @11525 NONAME ?OnReceivedPDU@H323_LIDCapability@@UAEHABVH245_AudioCapability@@AAI@Z @11526 NONAME ?OnReceivedPDU@H323_RealTimeChannel@@UAEHABVH245_OpenLogicalChannel@@AAI@Z @19924 NONAME ?OnReceivedPDU@H323_RFC2190_H263Capability@@UAEHABVH245_VideoCapability@@@Z @45992 NONAME ?OnReceivedPDU@H323_RTPChannel@@UAEHABVH245_H2250LogicalChannelParameters@@AAI@Z @19925 NONAME ?OnReceivedPDU@H323_RTP_UDP@@UAEHAAVH323_RTPChannel@@ABVH245_H2250LogicalChannelParameters@@AAI@Z @12716 NONAME ?OnReceivedPDU@H323_T120Capability@@UAEHABVH245_DataApplicationCapability@@@Z @11529 NONAME ?OnReceivedPDU@H323_T120Channel@@UAEHABVH245_OpenLogicalChannel@@AAI@Z @18985 NONAME ?OnReceivedPDU@H323_T38Capability@@UAEHABVH245_DataApplicationCapability@@@Z @18986 NONAME ?OnReceivedPDU@H323_T38Channel@@UAEHABVH245_OpenLogicalChannel@@AAI@Z @19708 NONAME ?OnReceivedPDU@H323_UserInputCapability@@UAEHABVH245_Capability@@@Z @11530 NONAME ?OnReceivedPDU@H323_UserInputCapability@@UAEHABVH245_DataType@@H@Z @12664 NONAME ?OnReceivedProgress@H323Connection@@UAEHABVH323SignalPDU@@@Z @12785 NONAME ?OnReceivedReject@H45011Handler@@UAEHHH@Z @21040 NONAME ?OnReceivedReject@H450xDispatcher@@UAEHAAVX880_Reject@@@Z @20691 NONAME ?OnReceivedReject@H450xHandler@@UAEHHH@Z @20692 NONAME ?OnReceivedReleaseComplete@H323Connection@@UAEXABVH323SignalPDU@@@Z @16188 NONAME ?OnReceivedRemoteCallHold@H4504Handler@@UAEXH@Z @19495 NONAME ?OnReceivedRemoteCallRetrieve@H4504Handler@@UAEXH@Z @19496 NONAME ?OnReceivedRemoteUserAlerting@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @20693 NONAME ?OnReceivedReturnError@H45011Handler@@UAEHHAAVX880_ReturnError@@@Z @20694 NONAME ?OnReceivedReturnError@H4502Handler@@UAEHHAAVX880_ReturnError@@@Z @20695 NONAME ?OnReceivedReturnError@H450xDispatcher@@UAEHAAVX880_ReturnError@@@Z @20696 NONAME ?OnReceivedReturnError@H450xHandler@@UAEHHAAVX880_ReturnError@@@Z @20697 NONAME ?OnReceivedReturnResult@H45011Handler@@UAEHAAVX880_ReturnResult@@@Z @20698 NONAME ?OnReceivedReturnResult@H4502Handler@@UAEHAAVX880_ReturnResult@@@Z @20699 NONAME ?OnReceivedReturnResult@H450xDispatcher@@UAEHAAVX880_ReturnResult@@@Z @20700 NONAME ?OnReceivedReturnResult@H450xHandler@@UAEHAAVX880_ReturnResult@@@Z @20701 NONAME ?OnReceivedSetupReturnError@H4502Handler@@QAEXH_N@Z @20229 NONAME ?OnReceivedSetupReturnResult@H4502Handler@@QAEXXZ @20230 NONAME ?OnReceivedSignalConnect@H323Connection@@UAEHABVH323SignalPDU@@@Z @11532 NONAME ?OnReceivedSignalInformation@H323Connection@@UAEHABVH323SignalPDU@@@Z @19588 NONAME ?OnReceivedSignalNotify@H323Connection@@UAEHABVH323SignalPDU@@@Z @19591 NONAME ?OnReceivedSignalSetup@H323Connection@@UAEHABVH323SignalPDU@@@Z @11533 NONAME ?OnReceivedSignalSetupAck@H323Connection@@UAEHABVH323SignalPDU@@@Z @19589 NONAME ?OnReceivedSignalStatus@H323Connection@@UAEHABVH323SignalPDU@@@Z @19592 NONAME ?OnReceivedStatusEnquiry@H323Connection@@UAEHABVH323SignalPDU@@@Z @11534 NONAME ?OnReceivedSubaddressTransfer@H4502Handler@@UAEXHPAVPASN_OctetString@@@Z @19503 NONAME ?OnReceiveFeatureSet@H225_RAS@@UBEXIABVH225_FeatureSet@@@Z @44804 NONAME ?OnReceiveFeatureSet@H323Connection@@UBEXIABVH225_FeatureSet@@@Z @44805 NONAME ?OnReceiveFeatureSet@H323EndPoint@@UAEXIABVH225_FeatureSet@@@Z @44806 NONAME ?OnReceiveFeatureSet@H323Gatekeeper@@UBEXIABVH225_FeatureSet@@@Z @44807 NONAME ?OnReceiveFeatureSet@H323GatekeeperListener@@UBEXIABVH225_FeatureSet@@@Z @44808 NONAME ?OnReceiveFeatureSet@H323GatekeeperServer@@UBEXIABVH225_FeatureSet@@@Z @44809 NONAME ?OnReceiveGatekeeperConfirm@H225_RAS@@UAEHABVH225_GatekeeperConfirm@@@Z @18693 NONAME ?OnReceiveGatekeeperConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_GatekeeperConfirm@@@Z @21182 NONAME ?OnReceiveGatekeeperConfirm@H323Gatekeeper@@UAEHABVH225_GatekeeperConfirm@@@Z @11535 NONAME ?OnReceiveGatekeeperReject@H225_RAS@@UAEHABVH225_GatekeeperReject@@@Z @18694 NONAME ?OnReceiveGatekeeperReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_GatekeeperReject@@@Z @21183 NONAME ?OnReceiveGatekeeperReject@H323Gatekeeper@@UAEHABVH225_GatekeeperReject@@@Z @20742 NONAME ?OnReceiveGatekeeperRequest@H225_RAS@@UAEHABVH225_GatekeeperRequest@@@Z @19374 NONAME ?OnReceiveGatekeeperRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_GatekeeperRequest@@@Z @21184 NONAME ?OnReceiveGatekeeperRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_GatekeeperRequest@@@Z @21185 NONAME ?OnReceiveInfoRequest@H225_RAS@@UAEHABVH225_InfoRequest@@@Z @19376 NONAME ?OnReceiveInfoRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_InfoRequest@@@Z @21186 NONAME ?OnReceiveInfoRequest@H323Gatekeeper@@UAEHABVH225_InfoRequest@@@Z @19377 NONAME ?OnReceiveInfoRequestAck@H225_RAS@@UAEHABVH225_InfoRequestAck@@@Z @18698 NONAME ?OnReceiveInfoRequestAck@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_InfoRequestAck@@@Z @21187 NONAME ?OnReceiveInfoRequestNak@H225_RAS@@UAEHABVH225_InfoRequestNak@@@Z @18699 NONAME ?OnReceiveInfoRequestNak@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_InfoRequestNak@@@Z @21188 NONAME ?OnReceiveInfoRequestResponse@H225_RAS@@UAEHABVH225_InfoRequestResponse@@@Z @18700 NONAME ?OnReceiveInfoRequestResponse@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_InfoRequestResponse@@@Z @21189 NONAME ?OnReceiveInfoRequestResponse@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_InfoRequestResponse@@@Z @21190 NONAME ?OnReceiveLocationConfirm@H225_RAS@@UAEHABVH225_LocationConfirm@@@Z @18701 NONAME ?OnReceiveLocationConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_LocationConfirm@@@Z @21191 NONAME ?OnReceiveLocationReject@H225_RAS@@UAEHABVH225_LocationReject@@@Z @18702 NONAME ?OnReceiveLocationReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_LocationReject@@@Z @21192 NONAME ?OnReceiveLocationRequest@H225_RAS@@UAEHABVH225_LocationRequest@@@Z @19378 NONAME ?OnReceiveLocationRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_LocationRequest@@@Z @21193 NONAME ?OnReceiveLocationRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_LocationRequest@@@Z @21194 NONAME ?OnReceiveNonStandardConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_NonStandardConfirmation@@@Z @25788 NONAME ?OnReceiveNonStandardMessage@H225_RAS@@UAEHABVH225_NonStandardMessage@@@Z @19380 NONAME ?OnReceiveNonStandardMessage@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_NonStandardMessage@@@Z @21195 NONAME ?OnReceiveNonStandardRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_NonStandardRejection@@@Z @25789 NONAME ?OnReceiveNonStandardRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_NonStandardRequest@@@Z @25790 NONAME ?OnReceiveRegistrationConfirm@H225_RAS@@UAEHABVH225_RegistrationConfirm@@@Z @18705 NONAME ?OnReceiveRegistrationConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_RegistrationConfirm@@@Z @21196 NONAME ?OnReceiveRegistrationConfirm@H323Gatekeeper@@UAEHABVH225_RegistrationConfirm@@@Z @11546 NONAME ?OnReceiveRegistrationReject@H225_RAS@@UAEHABVH225_RegistrationReject@@@Z @18706 NONAME ?OnReceiveRegistrationReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_RegistrationReject@@@Z @21197 NONAME ?OnReceiveRegistrationReject@H323Gatekeeper@@UAEHABVH225_RegistrationReject@@@Z @11547 NONAME ?OnReceiveRegistrationRequest@H225_RAS@@UAEHABVH225_RegistrationRequest@@@Z @19381 NONAME ?OnReceiveRegistrationRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_RegistrationRequest@@@Z @21198 NONAME ?OnReceiveRegistrationRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_RegistrationRequest@@@Z @21199 NONAME ?OnReceiveRequestInProgress@H225_RAS@@UAEHABVH225_RequestInProgress@@@Z @18708 NONAME ?OnReceiveRequestInProgress@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_RequestInProgress@@@Z @21200 NONAME ?OnReceiveRequestInProgress@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_RequestInProgress@@@Z @25791 NONAME ?OnReceiveResourcesAvailableConfirm@H225_RAS@@UAEHABVH225_ResourcesAvailableConfirm@@@Z @18709 NONAME ?OnReceiveResourcesAvailableConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_ResourcesAvailableConfirm@@@Z @21201 NONAME ?OnReceiveResourcesAvailableConfirm@H323GatekeeperListener@@UAEHABVH225_ResourcesAvailableConfirm@@@Z @19155 NONAME ?OnReceiveResourcesAvailableIndicate@H225_RAS@@UAEHABVH225_ResourcesAvailableIndicate@@@Z @19383 NONAME ?OnReceiveResourcesAvailableIndicate@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_ResourcesAvailableIndicate@@@Z @21202 NONAME ?OnReceiveRIP@Request@H323Transactor@@QAEXI@Z @25903 NONAME ?OnReceiveServiceConfirmation@H323PeerElement@@UAEHABVH501PDU@@ABVH501_ServiceConfirmation@@@Z @25792 NONAME ?OnReceiveServiceConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ServiceConfirmation@@@Z @25793 NONAME ?OnReceiveServiceControlIndication@H225_RAS@@UAEHABVH225_ServiceControlIndication@@@Z @23639 NONAME ?OnReceiveServiceControlIndication@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_ServiceControlIndication@@@Z @23640 NONAME ?OnReceiveServiceControlIndication@H323Gatekeeper@@UAEHABVH225_ServiceControlIndication@@@Z @23641 NONAME ?OnReceiveServiceControlResponse@H225_RAS@@UAEHABVH225_ServiceControlResponse@@@Z @23642 NONAME ?OnReceiveServiceControlResponse@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_ServiceControlResponse@@@Z @23643 NONAME ?OnReceiveServiceRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ServiceRejection@@@Z @25794 NONAME ?OnReceiveServiceRelease@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ServiceRelease@@@Z @25795 NONAME ?OnReceiveServiceRequest@H323PeerElement@@UAEHABVH501PDU@@ABVH501_ServiceRequest@@@Z @26147 NONAME ?OnReceiveServiceRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ServiceRequest@@@Z @25796 NONAME ?OnReceiveUnknown@H225_RAS@@UAEHABVH323RasPDU@@@Z @25617 NONAME ?OnReceiveUnknown@H323_AnnexG@@UAEHABVH501PDU@@@Z @25618 NONAME ?OnReceiveUnknownMessageResponse@H225_RAS@@UAEHABVH225_UnknownMessageResponse@@@Z @19384 NONAME ?OnReceiveUnknownMessageResponse@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_UnknownMessageResponse@@@Z @21203 NONAME ?OnReceiveUnknownMessageResponse@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_UnknownMessageResponse@@@Z @25797 NONAME ?OnReceiveUnregistrationConfirm@H225_RAS@@UAEHABVH225_UnregistrationConfirm@@@Z @18713 NONAME ?OnReceiveUnregistrationConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_UnregistrationConfirm@@@Z @21204 NONAME ?OnReceiveUnregistrationConfirm@H323Gatekeeper@@UAEHABVH225_UnregistrationConfirm@@@Z @11554 NONAME ?OnReceiveUnregistrationConfirm@H323GatekeeperListener@@UAEHABVH225_UnregistrationConfirm@@@Z @19156 NONAME ?OnReceiveUnregistrationReject@H225_RAS@@UAEHABVH225_UnregistrationReject@@@Z @18714 NONAME ?OnReceiveUnregistrationReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_UnregistrationReject@@@Z @21205 NONAME ?OnReceiveUnregistrationReject@H323Gatekeeper@@UAEHABVH225_UnregistrationReject@@@Z @11555 NONAME ?OnReceiveUnregistrationReject@H323GatekeeperListener@@UAEHABVH225_UnregistrationReject@@@Z @19157 NONAME ?OnReceiveUnregistrationRequest@H225_RAS@@UAEHABVH225_UnregistrationRequest@@@Z @19386 NONAME ?OnReceiveUnregistrationRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_UnregistrationRequest@@@Z @21206 NONAME ?OnReceiveUnregistrationRequest@H323Gatekeeper@@UAEHABVH225_UnregistrationRequest@@@Z @19387 NONAME ?OnReceiveUnregistrationRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_UnregistrationRequest@@@Z @21207 NONAME ?OnReceiveUsageConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_UsageConfirmation@@@Z @25798 NONAME ?OnReceiveUsageIndicationConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_UsageIndicationConfirmation@@@Z @25799 NONAME ?OnReceiveUsageIndicationRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_UsageIndicationRejection@@@Z @25800 NONAME ?OnReceiveUsageRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_UsageRejection@@@Z @25801 NONAME ?OnReceiveUsageRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_UsageRequest@@@Z @25802 NONAME ?OnReceiveValidationConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ValidationConfirmation@@@Z @25803 NONAME ?OnReceiveValidationRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ValidationRejection@@@Z @25804 NONAME ?OnReceiveValidationRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ValidationRequest@@@Z @25805 NONAME ?OnRefusedModeChange@H323Connection@@UAEXPBVH245_RequestModeReject@@@Z @19867 NONAME ?OnRegistration@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperRRQ@@@Z @26148 NONAME ?OnRegistration@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperRRQ@@@Z @26149 NONAME ?OnRegistration@H323RegisteredEndPoint@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperRRQ@@@Z @26150 NONAME ?OnRegistrationConfirm@H323EndPoint@@UAEXXZ @26688 NONAME ?OnRegistrationReject@H323EndPoint@@UAEXXZ @26689 NONAME ?OnRemoteServiceRelationshipDisappeared@H323PeerElement@@IAEHAAVOpalGloballyUniqueID@@ABVH323TransportAddress@@@Z @25957 NONAME ?OnRemoveDescriptor@H323PeerElement@@UAEXABVH323PeerElementDescriptor@@@Z @26360 NONAME ?OnRemoveServiceRelationship@H323PeerElement@@UAEXABVH323TransportAddress@@@Z @25628 NONAME ?OnRequestModeChange@H323Connection@@UAEHABVH245_RequestMode@@AAVH245_RequestModeAck@@AAVH245_RequestModeReject@@AAH@Z @19868 NONAME ?OnRTPStatistics@H323Connection@@UBEXABVRTP_Session@@@Z @11559 NONAME ?OnRTPStatistics@H323EndPoint@@UBEXABVH323Connection@@ABVRTP_Session@@@Z @11560 NONAME ?OnRxApplDefined@RTP_Session@@UAEXABVPString@@IKPBEH@Z @11561 NONAME ?OnRxGoodbye@RTP_Session@@UAEXABV?$PScalarArray@K@@ABVPString@@@Z @26415 NONAME ?OnRxReceiverReport@RTP_Session@@UAEXKABV?$PArray@VReceiverReport@RTP_Session@@@@@Z @12437 NONAME ?OnRxSenderReport@RTP_Session@@UAEXABVSenderReport@1@ABV?$PArray@VReceiverReport@RTP_Session@@@@@Z @12438 NONAME ?OnRxSourceDescription@RTP_Session@@UAEXABV?$PArray@VSourceDescription@RTP_Session@@@@@Z @12439 NONAME ?OnRxStatistics@H323_RTP_Session@@UBEXABVRTP_Session@@@Z @11566 NONAME ?OnRxStatistics@RTP_UserData@@UBEXABVRTP_Session@@@Z @11567 NONAME ?OnSecureRegistration@H323RegisteredEndPoint@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperRRQ@@@Z @26151 NONAME ?OnSelectLogicalChannels@H323Connection@@UAEXXZ @11568 NONAME ?OnSendAdmissionConfirm@H225_RAS@@UAEXAAVH225_AdmissionConfirm@@@Z @18717 NONAME ?OnSendAdmissionConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_AdmissionConfirm@@@Z @21208 NONAME ?OnSendAdmissionReject@H225_RAS@@UAEXAAVH225_AdmissionReject@@@Z @18718 NONAME ?OnSendAdmissionReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_AdmissionReject@@@Z @21209 NONAME ?OnSendAdmissionRequest@H225_RAS@@UAEXAAVH225_AdmissionRequest@@@Z @18719 NONAME ?OnSendAdmissionRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_AdmissionRequest@@@Z @21210 NONAME ?OnSendAdmissionRequest@H323Gatekeeper@@UAEXAAVH225_AdmissionRequest@@@Z @19586 NONAME ?OnSendARQ@H323Connection@@UAEXAAVH225_AdmissionRequest@@@Z @43608 NONAME ?OnSendARQ@H323EndPoint@@UAEXAAVH323Connection@@AAVH225_AdmissionRequest@@@Z @43609 NONAME ?OnSendBandwidthConfirm@H225_RAS@@UAEXAAVH225_BandwidthConfirm@@@Z @18720 NONAME ?OnSendBandwidthConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_BandwidthConfirm@@@Z @21211 NONAME ?OnSendBandwidthReject@H225_RAS@@UAEXAAVH225_BandwidthReject@@@Z @18721 NONAME ?OnSendBandwidthReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_BandwidthReject@@@Z @21212 NONAME ?OnSendBandwidthRequest@H225_RAS@@UAEXAAVH225_BandwidthRequest@@@Z @18722 NONAME ?OnSendBandwidthRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_BandwidthRequest@@@Z @21213 NONAME ?OnSendCallProceeding@H323Connection@@UAEHAAVH323SignalPDU@@@Z @12801 NONAME ?OnSendCapabilitySet@H323Connection@@UAEXAAVH245_TerminalCapabilitySet@@@Z @11575 NONAME ?OnSendData@RTP_Session@@UAE?AW4SendReceiveStatus@1@AAVRTP_DataFrame@@@Z @11576 NONAME ?OnSendDescriptorForEndpoint@H323GatekeeperServer@@UAEHAAVH323RegisteredEndPoint@@AAVH225_ArrayOf_AliasAddress@@AAVH225_EndpointType@@1@Z @41462 NONAME ?OnSendDescriptorForEndpoint@H323RegisteredEndPoint@@UAEHAAVH225_ArrayOf_AliasAddress@@AAVH225_EndpointType@@0@Z @41463 NONAME ?OnSendDisengageConfirm@H225_RAS@@UAEXAAVH225_DisengageConfirm@@@Z @18723 NONAME ?OnSendDisengageConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_DisengageConfirm@@@Z @21214 NONAME ?OnSendDisengageReject@H225_RAS@@UAEXAAVH225_DisengageReject@@@Z @18724 NONAME ?OnSendDisengageReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_DisengageReject@@@Z @21215 NONAME ?OnSendDisengageRequest@H225_RAS@@UAEXAAVH225_DisengageRequest@@@Z @18725 NONAME ?OnSendDisengageRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_DisengageRequest@@@Z @21216 NONAME ?OnSendFeatureSet@H225_RAS@@UBEHIAAVH225_FeatureSet@@@Z @44810 NONAME ?OnSendFeatureSet@H323Connection@@UBEHIAAVH225_FeatureSet@@@Z @44811 NONAME ?OnSendFeatureSet@H323EndPoint@@UAEHIAAVH225_FeatureSet@@@Z @44812 NONAME ?OnSendFeatureSet@H323Gatekeeper@@UBEHIAAVH225_FeatureSet@@@Z @44813 NONAME ?OnSendFeatureSet@H323GatekeeperListener@@UBEHIAAVH225_FeatureSet@@@Z @44814 NONAME ?OnSendFeatureSet@H323GatekeeperServer@@UBEHIAAVH225_FeatureSet@@@Z @44815 NONAME ?OnSendGatekeeperConfirm@H225_RAS@@UAEXAAVH225_GatekeeperConfirm@@@Z @18726 NONAME ?OnSendGatekeeperConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_GatekeeperConfirm@@@Z @21217 NONAME ?OnSendGatekeeperReject@H225_RAS@@UAEXAAVH225_GatekeeperReject@@@Z @18727 NONAME ?OnSendGatekeeperReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_GatekeeperReject@@@Z @21218 NONAME ?OnSendGatekeeperRequest@H225_RAS@@UAEXAAVH225_GatekeeperRequest@@@Z @18728 NONAME ?OnSendGatekeeperRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_GatekeeperRequest@@@Z @21219 NONAME ?OnSendGatekeeperRequest@H323Gatekeeper@@UAEXAAVH225_GatekeeperRequest@@@Z @21220 NONAME ?OnSendInfoRequest@H225_RAS@@UAEXAAVH225_InfoRequest@@@Z @18729 NONAME ?OnSendInfoRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_InfoRequest@@@Z @21221 NONAME ?OnSendInfoRequestAck@H225_RAS@@UAEXAAVH225_InfoRequestAck@@@Z @18730 NONAME ?OnSendInfoRequestAck@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_InfoRequestAck@@@Z @21222 NONAME ?OnSendInfoRequestNak@H225_RAS@@UAEXAAVH225_InfoRequestNak@@@Z @18731 NONAME ?OnSendInfoRequestNak@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_InfoRequestNak@@@Z @21223 NONAME ?OnSendInfoRequestResponse@H225_RAS@@UAEXAAVH225_InfoRequestResponse@@@Z @18732 NONAME ?OnSendInfoRequestResponse@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_InfoRequestResponse@@@Z @21224 NONAME ?OnSendingAckPDU@H323_RTP_UDP@@UBEXABVH323_RTPChannel@@AAVH245_H2250LogicalChannelAckParameters@@@Z @12717 NONAME ?OnSendingGenericPDU@H323GenericCapabilityInfo@@MBEHAAVH245_GenericCapability@@@Z @45456 NONAME ?OnSendingNonStandardPDU@H323NonStandardCapabilityInfo@@IBEHAAVPASN_Choice@@I@Z @11588 NONAME ?OnSendingPDU@G7231_File_Capability@@UBEHAAVH245_AudioCapability@@I@Z @20983 NONAME ?OnSendingPDU@H225_RAS@@UAEXAAVPASN_Object@@@Z @25904 NONAME ?OnSendingPDU@H323AudioCapability@@UBEHAAVH245_AudioCapability@@I@Z @19656 NONAME ?OnSendingPDU@H323AudioCapability@@UBEHAAVH245_AudioMode@@@Z @19886 NONAME ?OnSendingPDU@H323AudioCapability@@UBEHAAVH245_Capability@@@Z @11589 NONAME ?OnSendingPDU@H323AudioCapability@@UBEHAAVH245_DataType@@@Z @11590 NONAME ?OnSendingPDU@H323AudioCapability@@UBEHAAVH245_ModeElement@@@Z @19887 NONAME ?OnSendingPDU@H323CallCreditServiceControl@@UBEHAAVH225_ServiceControlDescriptor@@@Z @23549 NONAME ?OnSendingPDU@H323DataCapability@@UBEHAAVH245_Capability@@@Z @11591 NONAME ?OnSendingPDU@H323DataCapability@@UBEHAAVH245_DataType@@@Z @11592 NONAME ?OnSendingPDU@H323DataCapability@@UBEHAAVH245_ModeElement@@@Z @19888 NONAME ?OnSendingPDU@H323DataChannel@@UBEHAAVH245_OpenLogicalChannel@@@Z @18987 NONAME ?OnSendingPDU@H323GenericAudioCapability@@UBEHAAVH245_AudioCapability@@I@Z @45457 NONAME ?OnSendingPDU@H323GenericVideoCapability@@UBEHAAVH245_VideoCapability@@@Z @45458 NONAME ?OnSendingPDU@H323GenericVideoCapability@@UBEHAAVH245_VideoMode@@@Z @45459 NONAME ?OnSendingPDU@H323GSMPluginCapability@@UBEHAAVH245_AudioCapability@@I@Z @41464 NONAME ?OnSendingPDU@H323H248ServiceControl@@UBEHAAVH225_ServiceControlDescriptor@@@Z @23550 NONAME ?OnSendingPDU@H323H248ServiceControl@@UBEHAAVH248_SignalsDescriptor@@@Z @23551 NONAME ?OnSendingPDU@H323H261PluginCapability@@UBEHAAVH245_VideoCapability@@@Z @41465 NONAME ?OnSendingPDU@H323H261PluginCapability@@UBEHAAVH245_VideoMode@@@Z @41466 NONAME ?OnSendingPDU@H323HTTPServiceControl@@UBEHAAVH225_ServiceControlDescriptor@@@Z @23552 NONAME ?OnSendingPDU@H323NonStandardAudioCapability@@UBEHAAVH245_AudioCapability@@I@Z @11593 NONAME ?OnSendingPDU@H323NonStandardAudioCapability@@UBEHAAVH245_AudioMode@@@Z @20086 NONAME ?OnSendingPDU@H323NonStandardCapabilityInfo@@UBEHAAVPBYTEArray@@@Z @11594 NONAME ?OnSendingPDU@H323NonStandardDataCapability@@UBEHAAVH245_DataApplicationCapability@@@Z @11595 NONAME ?OnSendingPDU@H323NonStandardDataCapability@@UBEHAAVH245_DataMode@@@Z @20087 NONAME ?OnSendingPDU@H323NonStandardVideoCapability@@UBEHAAVH245_VideoCapability@@@Z @11596 NONAME ?OnSendingPDU@H323NonStandardVideoCapability@@UBEHAAVH245_VideoMode@@@Z @20088 NONAME ?OnSendingPDU@H323PluginG7231Capability@@UBEHAAVH245_AudioCapability@@I@Z @41467 NONAME ?OnSendingPDU@H323VideoCapability@@UBEHAAVH245_Capability@@@Z @11597 NONAME ?OnSendingPDU@H323VideoCapability@@UBEHAAVH245_DataType@@@Z @11598 NONAME ?OnSendingPDU@H323VideoCapability@@UBEHAAVH245_ModeElement@@@Z @19889 NONAME ?OnSendingPDU@H323_AnnexG@@UAEXAAVPASN_Object@@@Z @25916 NONAME ?OnSendingPDU@H323_ExternalRTPChannel@@UBEHAAVH245_H2250LogicalChannelParameters@@@Z @19926 NONAME ?OnSendingPDU@H323_H261Capability@@UBEHAAVH245_VideoCapability@@@Z @11602 NONAME ?OnSendingPDU@H323_H261Capability@@UBEHAAVH245_VideoMode@@@Z @19890 NONAME ?OnSendingPDU@H323_LIDCapability@@UBEHAAVH245_AudioCapability@@I@Z @11603 NONAME ?OnSendingPDU@H323_RealTimeChannel@@UBEHAAVH245_OpenLogicalChannel@@@Z @19927 NONAME ?OnSendingPDU@H323_RFC2190_H263Capability@@UBEHAAVH245_VideoCapability@@@Z @45993 NONAME ?OnSendingPDU@H323_RFC2190_H263Capability@@UBEHAAVH245_VideoMode@@@Z @45994 NONAME ?OnSendingPDU@H323_RTPChannel@@UBEHAAVH245_H2250LogicalChannelParameters@@@Z @19928 NONAME ?OnSendingPDU@H323_RTP_UDP@@UBEHABVH323_RTPChannel@@AAVH245_H2250LogicalChannelParameters@@@Z @12718 NONAME ?OnSendingPDU@H323_T120Capability@@UBEHAAVH245_DataApplicationCapability@@@Z @11606 NONAME ?OnSendingPDU@H323_T120Capability@@UBEHAAVH245_DataMode@@@Z @19891 NONAME ?OnSendingPDU@H323_T120Capability@@UBEHAAVH245_DataProtocolCapability@@@Z @19892 NONAME ?OnSendingPDU@H323_T120Channel@@UBEHAAVH245_OpenLogicalChannel@@@Z @18988 NONAME ?OnSendingPDU@H323_T38Capability@@UBEHAAVH245_DataApplicationCapability@@@Z @18989 NONAME ?OnSendingPDU@H323_T38Capability@@UBEHAAVH245_DataMode@@@Z @19893 NONAME ?OnSendingPDU@H323_T38Capability@@UBEHAAVH245_DataProtocolCapability@@AAVH245_T38FaxProfile@@@Z @19894 NONAME ?OnSendingPDU@H323_T38Channel@@UBEHAAVH245_OpenLogicalChannel@@@Z @19852 NONAME ?OnSendingPDU@H323_UserInputCapability@@UBEHAAVH245_Capability@@@Z @11607 NONAME ?OnSendingPDU@H323_UserInputCapability@@UBEHAAVH245_DataType@@@Z @11608 NONAME ?OnSendingPDU@H323_UserInputCapability@@UBEHAAVH245_ModeElement@@@Z @19895 NONAME ?OnSendLocationConfirm@H225_RAS@@UAEXAAVH225_LocationConfirm@@@Z @18733 NONAME ?OnSendLocationConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_LocationConfirm@@@Z @21225 NONAME ?OnSendLocationReject@H225_RAS@@UAEXAAVH225_LocationReject@@@Z @18734 NONAME ?OnSendLocationReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_LocationReject@@@Z @21226 NONAME ?OnSendLocationRequest@H225_RAS@@UAEXAAVH225_LocationRequest@@@Z @18735 NONAME ?OnSendLocationRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_LocationRequest@@@Z @21227 NONAME ?OnSendNonStandardMessage@H225_RAS@@UAEXAAVH225_NonStandardMessage@@@Z @18736 NONAME ?OnSendNonStandardMessage@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_NonStandardMessage@@@Z @21228 NONAME ?OnSendOpenAck@H323Channel@@UBEXABVH245_OpenLogicalChannel@@AAVH245_OpenLogicalChannelAck@@@Z @11613 NONAME ?OnSendOpenAck@H323DataChannel@@UBEXABVH245_OpenLogicalChannel@@AAVH245_OpenLogicalChannelAck@@@Z @18990 NONAME ?OnSendOpenAck@H323_ExternalRTPChannel@@UBEXAAVH245_H2250LogicalChannelAckParameters@@@Z @19929 NONAME ?OnSendOpenAck@H323_RealTimeChannel@@UBEXABVH245_OpenLogicalChannel@@AAVH245_OpenLogicalChannelAck@@@Z @19930 NONAME ?OnSendOpenAck@H323_RTPChannel@@UBEXAAVH245_H2250LogicalChannelAckParameters@@@Z @19931 NONAME ?OnSendOpenAck@H323_T120Channel@@UBEXABVH245_OpenLogicalChannel@@AAVH245_OpenLogicalChannelAck@@@Z @18991 NONAME ?OnSendRasInfo@H323_RTP_UDP@@UAEXAAVH225_RTPSession@@@Z @11615 NONAME ?OnSendRegistrationConfirm@H225_RAS@@UAEXAAVH225_RegistrationConfirm@@@Z @18737 NONAME ?OnSendRegistrationConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_RegistrationConfirm@@@Z @21229 NONAME ?OnSendRegistrationReject@H225_RAS@@UAEXAAVH225_RegistrationReject@@@Z @18738 NONAME ?OnSendRegistrationReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_RegistrationReject@@@Z @21230 NONAME ?OnSendRegistrationRequest@H225_RAS@@UAEXAAVH225_RegistrationRequest@@@Z @18739 NONAME ?OnSendRegistrationRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_RegistrationRequest@@@Z @21231 NONAME ?OnSendReleaseComplete@H323Connection@@UAEHAAVH323SignalPDU@@@Z @19590 NONAME ?OnSendRequestInProgress@H225_RAS@@UAEXAAVH225_RequestInProgress@@@Z @18740 NONAME ?OnSendRequestInProgress@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_RequestInProgress@@@Z @21232 NONAME ?OnSendResourcesAvailableConfirm@H225_RAS@@UAEXAAVH225_ResourcesAvailableConfirm@@@Z @18741 NONAME ?OnSendResourcesAvailableConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_ResourcesAvailableConfirm@@@Z @21233 NONAME ?OnSendResourcesAvailableIndicate@H225_RAS@@UAEXAAVH225_ResourcesAvailableIndicate@@@Z @18742 NONAME ?OnSendResourcesAvailableIndicate@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_ResourcesAvailableIndicate@@@Z @21234 NONAME ?OnSendServiceControlIndication@H225_RAS@@UAEXAAVH225_ServiceControlIndication@@@Z @23644 NONAME ?OnSendServiceControlIndication@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_ServiceControlIndication@@@Z @23645 NONAME ?OnSendServiceControlResponse@H225_RAS@@UAEXAAVH225_ServiceControlResponse@@@Z @23646 NONAME ?OnSendServiceControlResponse@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_ServiceControlResponse@@@Z @23647 NONAME ?OnSendSignalSetup@H323Connection@@UAEHAAVH323SignalPDU@@@Z @11622 NONAME ?OnSendUnknownMessageResponse@H225_RAS@@UAEXAAVH225_UnknownMessageResponse@@@Z @18743 NONAME ?OnSendUnknownMessageResponse@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_UnknownMessageResponse@@@Z @21235 NONAME ?OnSendUnregistrationConfirm@H225_RAS@@UAEXAAVH225_UnregistrationConfirm@@@Z @18744 NONAME ?OnSendUnregistrationConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_UnregistrationConfirm@@@Z @21236 NONAME ?OnSendUnregistrationReject@H225_RAS@@UAEXAAVH225_UnregistrationReject@@@Z @18745 NONAME ?OnSendUnregistrationReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_UnregistrationReject@@@Z @21237 NONAME ?OnSendUnregistrationRequest@H225_RAS@@UAEXAAVH225_UnregistrationRequest@@@Z @18746 NONAME ?OnSendUnregistrationRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_UnregistrationRequest@@@Z @21238 NONAME ?OnServiceControlSession@H323EndPoint@@UAEXIIABVH323ServiceControlSession@@PAVH323Connection@@@Z @23553 NONAME ?OnServiceControlSessions@H323Gatekeeper@@UAEXABVH225_ArrayOf_ServiceControlSession@@PAVH323Connection@@@Z @23554 NONAME ?OnServiceRequest@H323PeerElement@@UAE?AW4Response@H323Transaction@@AAVH501ServiceRequest@@@Z @26152 NONAME ?OnSetLocalCapabilities@H323Connection@@UAEXXZ @18757 NONAME ?OnShutdown@H323PluginCodecManager@@UAEXXZ @43563 NONAME ?OnStartLogicalChannel@H323Connection@@UAEHAAVH323Channel@@@Z @11627 NONAME ?OnStartLogicalChannel@H323EndPoint@@UAEHAAVH323Connection@@AAVH323Channel@@@Z @11628 NONAME ?OnStartReceive@OpalRFC2833@@UAEXD@Z @20141 NONAME ?OnStartup@PluginLoader@@UAEXXZ @45103 NONAME ?OnTimeToLive@H323RegisteredEndPoint@@UAEHXZ @21282 NONAME ?OnTraining@OpalT38Protocol@@UAEHI@Z @23662 NONAME ?OnTxStatistics@H323_RTP_Session@@UBEXABVRTP_Session@@@Z @11629 NONAME ?OnTxStatistics@RTP_UserData@@UBEXABVRTP_Session@@@Z @11630 NONAME ?OnUnknownControlPDU@H323Connection@@UAEHABVH323ControlPDU@@@Z @11631 NONAME ?OnUnknownSignalPDU@H323Connection@@UAEHABVH323SignalPDU@@@Z @11632 NONAME ?OnUnregistration@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperURQ@@@Z @26153 NONAME ?OnUnregistration@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperURQ@@@Z @26154 NONAME ?OnUnregistration@H323RegisteredEndPoint@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperURQ@@@Z @26155 NONAME ?OnUpdateDescriptor@H323PeerElement@@UAEXABVH323PeerElementDescriptor@@@Z @26361 NONAME ?OnUserInputInBandDTMF@H323Connection@@MAEXAAVFilterInfo@H323Codec@@H@Z @20163 NONAME ?OnUserInputIndication@H323Connection@@UAEXABVH245_UserInputIndication@@@Z @11633 NONAME ?OnUserInputInlineRFC2833@H323Connection@@MAEXAAVOpalRFC2833Info@@H@Z @20142 NONAME ?OnUserInputString@H323Connection@@UAEXABVPString@@@Z @11634 NONAME ?OnUserInputString@H323EndPoint@@UAEXAAVH323Connection@@ABVPString@@@Z @11635 NONAME ?OnUserInputTone@H323Connection@@UAEXDIII@Z @11636 NONAME ?OnUserInputTone@H323EndPoint@@UAEXAAVH323Connection@@DIII@Z @11637 NONAME ?OnVideoIndicateReadyToActivate@H323VideoCodec@@UAEXXZ @11638 NONAME ?OnVideoNotDecodedMBs@H323VideoCodec@@UAEXIII@Z @11639 NONAME ?OnVideoTemporalSpatialTradeOff@H323_RFC2190_H263Codec@@UAEXXZ @45995 NONAME ?OnVideoTemporalSpatialTradeOffCommand@H323VideoCodec@@UAEXH@Z @44229 NONAME ?OnVideoTemporalSpatialTradeOffIndication@H323VideoCodec@@UAEXH@Z @44230 NONAME ?OpalG711ALaw64k@@3PADA @43189 NONAME ?OpalG711ALaw64kFormatFactory@@3V?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @44232 NONAME ?OpalG711uLaw64k@@3PADA @43190 NONAME ?OpalG711uLaw64kFormatFactory@@3V?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @44233 NONAME ?OpalG7231A_5k3@@3PADA @43191 NONAME ?OpalG7231A_5k3FormatFactory@@3V?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @44234 NONAME ?OpalG7231A_6k3@@3PADA @43192 NONAME ?OpalG7231A_6k3FormatFactory@@3V?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @44235 NONAME ?OpalG7231_5k3@@3PADA @43193 NONAME ?OpalG7231_5k3FormatFactory@@3V?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @44236 NONAME ?OpalG7231_6k3@@3PADA @43194 NONAME ?OpalG7231_6k3FormatFactory@@3V?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @44237 NONAME ?OpalG728@@3PADA @43195 NONAME ?OpalG728FormatFactory@@3V?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @44238 NONAME ?OpalG729@@3PADA @43196 NONAME ?OpalG729A@@3PADA @43197 NONAME ?OpalG729AB@@3PADA @43198 NONAME ?OpalG729ABFormatFactory@@3V?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @44239 NONAME ?OpalG729AFormatFactory@@3V?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @44240 NONAME ?OpalG729B@@3PADA @43199 NONAME ?OpalG729BFormatFactory@@3V?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @44241 NONAME ?OpalG729FormatFactory@@3V?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @44242 NONAME ?OpalGetBuildNumber@@YAIXZ @21271 NONAME ?OpalGetMajorVersion@@YAIXZ @21272 NONAME ?OpalGetMinorVersion@@YAIXZ @21273 NONAME ?OpalGetVersion@@YA?AVPString@@XZ @21274 NONAME ?OpalGSM0610@@3PADA @43200 NONAME ?OpalGSM0610FormatFactory@@3V?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @44243 NONAME ?OpalH261@@3PADA @43201 NONAME ?OpalH261FormatFactory@@3V?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @44244 NONAME ?OpalPCM16@@3PADA @43202 NONAME ?OpalPCM16FormatFactory@@3V?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @44245 NONAME ?OpalRFC2190H263@@3PADA @45996 NONAME ?OpalRFC2190H263FormatFactory@@3V?$Worker@VOpalRFC2190H263Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @45997 NONAME ?OpalT120@@3PADA @43203 NONAME ?OpalT120FormatFactory@@3V?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @44246 NONAME ?OpalUserInputRFC2833@@3PADA @43204 NONAME ?OpalUserInputRFC2833FormatFactory@@3V?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @44247 NONAME ?opalwavfileLoader@PWLibStupidLinkerHacks@@3HA @44737 NONAME ?Open@H245NegLogicalChannel@@UAEHABVH323Capability@@II@Z @20356 NONAME ?Open@H245NegLogicalChannels@@UAEHABVH323Capability@@II@Z @20357 NONAME ?Open@H323AudioCodec@@UAEHAAVH323Connection@@@Z @11643 NONAME ?Open@H323Channel@@UAEHXZ @19932 NONAME ?Open@H323Codec@@UAEHAAVH323Connection@@@Z @11644 NONAME ?Open@H323ListenerTCP@@UAEHXZ @11645 NONAME ?Open@H323VideoCodec@@UAEHAAVH323Connection@@@Z @11646 NONAME ?Open@H323_RTPChannel@@UAEHXZ @18993 NONAME ?Open@OpalIxJDevice@@UAEHABVPString@@@Z @11650 NONAME ?Open@OpalVoipBlasterDevice@@UAEHABVPString@@@Z @20037 NONAME ?Open@RTP_UDP@@QAEHVAddress@PIPSocket@@GGEPAVPSTUNClient@@PAVRTP_QOS@@@Z @26651 NONAME ?OpenAudioChannel@H323Connection@@UAEHHIAAVH323AudioCodec@@@Z @11653 NONAME ?OpenAudioChannel@H323EndPoint@@UAEHAAVH323Connection@@HIAAVH323AudioCodec@@@Z @11654 NONAME ?OpenCodec@H323_RFC2190_H263Codec@@IAEHXZ @45998 NONAME ?OpenCommand@VoipBlasterInterface@@QAEHH@Z @20038 NONAME ?OpenData@VoipBlasterInterface@@QAEHXZ @20039 NONAME ?OpenH323_IsRFC2190Loaded@@YAHXZ @45999 NONAME ?OpenLogicalChannel@H323Connection@@UAEHABVH323Capability@@IW4Directions@H323Channel@@@Z @11655 NONAME ?OpenPeerElement@H323GatekeeperServer@@QAEHABVH323TransportAddress@@HH@Z @26179 NONAME ?OpenVideoChannel@H323Connection@@UAEHHAAVH323VideoCodec@@@Z @12873 NONAME ?OpenVideoChannel@H323EndPoint@@UAEHAAVH323Connection@@HAAVH323VideoCodec@@@Z @12874 NONAME ?OpenVOIPPipe@VoipBlasterInterface@@IAEHW4Pipe@1@@Z @20040 NONAME ?OpenWhileLocked@H245NegLogicalChannel@@MAEHABVH323Capability@@II@Z @20358 NONAME ?Originate@OpalT120Protocol@@UAEHAAVH323Transport@@@Z @18994 NONAME ?Originate@OpalT38Protocol@@UAEHXZ @20308 NONAME ?Out@RTP_JitterBufferAnalyser@@QAEXKIPBD@Z @12463 NONAME ?PacketsOutStanding@Transmitter@@QAEHXZ @11658 NONAME ?Parse@PURL@@QAEHABVPString@@PBD@Z @41469 NONAME ?ParseEndpointAddress@H450ServiceAPDU@@SAXAAVH4501_EndpointAddress@@AAVPString@@@Z @14891 NONAME ?ParsePartyName@H323EndPoint@@QAEHABVPString@@AAV2@AAVH323TransportAddress@@@Z @23870 NONAME ?parse_block@P64Decoder@@IAEHPAFPAI@Z @20337 NONAME ?parse_gob_hdr@P64Decoder@@IAEHH@Z @11660 NONAME ?parse_mb_hdr@P64Decoder@@IAEHAAI@Z @11661 NONAME ?parse_picture_hdr@P64Decoder@@IAEHXZ @11662 NONAME ?parse_sc@P64Decoder@@IAEHXZ @41470 NONAME ?PlayAudio@OpalLineInterfaceDevice@@UAEHIABVPString@@@Z @25648 NONAME ?PlayDTMF@OpalIxJDevice@@UAEHIPBDKK@Z @11663 NONAME ?PlayDTMF@OpalLineInterfaceDevice@@UAEHIPBDKK@Z @11664 NONAME ?PlayDTMF@OpalVoipBlasterDevice@@UAEHIPBDKK@Z @20041 NONAME ?PlayTone@OpalIxJDevice@@UAEHIW4CallProgressTones@OpalLineInterfaceDevice@@@Z @11666 NONAME ?PlayTone@OpalLineInterfaceDevice@@UAEHIW4CallProgressTones@1@@Z @11667 NONAME ?PlayTone@OpalVoipBlasterDevice@@UAEHIW4CallProgressTones@OpalLineInterfaceDevice@@@Z @20042 NONAME ?Poll@Request@H323Transactor@@QAEHAAV2@@Z @25905 NONAME ?PreIncEncodeSetup@H261PixelEncoder@@QAEHPBVVideoFrame@@@Z @20338 NONAME ?Prepare@H323TransactionPDU@@QAEXAAVPASN_Array@@I0I@Z @41471 NONAME ?PreparePDU@H235Authenticators@@QBEXAAVH323TransactionPDU@@AAVPASN_Array@@I1I@Z @26156 NONAME ?PrepareTokens@H235Authenticator@@UAEHAAVPASN_Array@@0@Z @26157 NONAME ?PreProcessOneFrame@P64Encoder@@QAEXXZ @20339 NONAME ?PrintOn@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41472 NONAME ?PrintOn@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41473 NONAME ?PrintOn@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41474 NONAME ?PrintOn@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41475 NONAME ?PrintOn@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41476 NONAME ?PrintOn@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41477 NONAME ?PrintOn@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41478 NONAME ?PrintOn@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41479 NONAME ?PrintOn@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41480 NONAME ?PrintOn@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41481 NONAME ?PrintOn@AlternateInfo@H323Gatekeeper@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41482 NONAME ?PrintOn@GCC_ApplicationInvokeIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41483 NONAME ?PrintOn@GCC_ApplicationInvokeSpecifier@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41484 NONAME ?PrintOn@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41485 NONAME ?PrintOn@GCC_ApplicationRecord@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41486 NONAME ?PrintOn@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41487 NONAME ?PrintOn@GCC_ChallengeItem@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41488 NONAME ?PrintOn@GCC_ChallengeRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41489 NONAME ?PrintOn@GCC_ChallengeResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41490 NONAME ?PrintOn@GCC_ConductorAssignIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41491 NONAME ?PrintOn@GCC_ConductorPermissionAskIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41492 NONAME ?PrintOn@GCC_ConductorPermissionGrantIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41493 NONAME ?PrintOn@GCC_ConductorReleaseIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41494 NONAME ?PrintOn@GCC_ConferenceAddRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41495 NONAME ?PrintOn@GCC_ConferenceAddResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41496 NONAME ?PrintOn@GCC_ConferenceAssistanceIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41497 NONAME ?PrintOn@GCC_ConferenceCreateRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41498 NONAME ?PrintOn@GCC_ConferenceCreateResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41499 NONAME ?PrintOn@GCC_ConferenceDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41500 NONAME ?PrintOn@GCC_ConferenceEjectUserIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41501 NONAME ?PrintOn@GCC_ConferenceEjectUserRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41502 NONAME ?PrintOn@GCC_ConferenceEjectUserResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41503 NONAME ?PrintOn@GCC_ConferenceInviteRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41504 NONAME ?PrintOn@GCC_ConferenceInviteResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41505 NONAME ?PrintOn@GCC_ConferenceJoinRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41506 NONAME ?PrintOn@GCC_ConferenceJoinResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41507 NONAME ?PrintOn@GCC_ConferenceLockIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41508 NONAME ?PrintOn@GCC_ConferenceLockRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41509 NONAME ?PrintOn@GCC_ConferenceLockResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41510 NONAME ?PrintOn@GCC_ConferenceName@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41511 NONAME ?PrintOn@GCC_ConferencePriority@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41512 NONAME ?PrintOn@GCC_ConferenceQueryRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41513 NONAME ?PrintOn@GCC_ConferenceQueryResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41514 NONAME ?PrintOn@GCC_ConferenceTerminateIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41515 NONAME ?PrintOn@GCC_ConferenceTerminateRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41516 NONAME ?PrintOn@GCC_ConferenceTerminateResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41517 NONAME ?PrintOn@GCC_ConferenceTimeExtendIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41518 NONAME ?PrintOn@GCC_ConferenceTimeInquireIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41519 NONAME ?PrintOn@GCC_ConferenceTimeRemainingIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41520 NONAME ?PrintOn@GCC_ConferenceTransferIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41521 NONAME ?PrintOn@GCC_ConferenceTransferRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41522 NONAME ?PrintOn@GCC_ConferenceTransferResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41523 NONAME ?PrintOn@GCC_ConferenceUnlockIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41524 NONAME ?PrintOn@GCC_ConferenceUnlockRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41525 NONAME ?PrintOn@GCC_ConferenceUnlockResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41526 NONAME ?PrintOn@GCC_ConnectData@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41527 NONAME ?PrintOn@GCC_FunctionNotSupportedResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41528 NONAME ?PrintOn@GCC_NetworkAddress_subtype_aggregatedChannel@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41529 NONAME ?PrintOn@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41530 NONAME ?PrintOn@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41531 NONAME ?PrintOn@GCC_NetworkAddress_subtype_transportConnection@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41532 NONAME ?PrintOn@GCC_NodeProperties@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41533 NONAME ?PrintOn@GCC_NodeRecord@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41534 NONAME ?PrintOn@GCC_NonStandardParameter@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41535 NONAME ?PrintOn@GCC_NonStandardPDU@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41536 NONAME ?PrintOn@GCC_Password@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41537 NONAME ?PrintOn@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41538 NONAME ?PrintOn@GCC_RegistryAllocateHandleRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41539 NONAME ?PrintOn@GCC_RegistryAllocateHandleResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41540 NONAME ?PrintOn@GCC_RegistryAssignTokenRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41541 NONAME ?PrintOn@GCC_RegistryDeleteEntryRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41542 NONAME ?PrintOn@GCC_RegistryEntryOwner_owned@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41543 NONAME ?PrintOn@GCC_RegistryKey@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41544 NONAME ?PrintOn@GCC_RegistryMonitorEntryIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41545 NONAME ?PrintOn@GCC_RegistryMonitorEntryRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41546 NONAME ?PrintOn@GCC_RegistryRegisterChannelRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41547 NONAME ?PrintOn@GCC_RegistryResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41548 NONAME ?PrintOn@GCC_RegistryRetrieveEntryRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41549 NONAME ?PrintOn@GCC_RegistrySetParameterRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41550 NONAME ?PrintOn@GCC_RosterUpdateIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41551 NONAME ?PrintOn@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41552 NONAME ?PrintOn@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41553 NONAME ?PrintOn@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41554 NONAME ?PrintOn@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41555 NONAME ?PrintOn@GCC_RosterUpdateIndication_nodeInformation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41556 NONAME ?PrintOn@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41557 NONAME ?PrintOn@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41558 NONAME ?PrintOn@GCC_SessionKey@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41559 NONAME ?PrintOn@GCC_TextMessageIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41560 NONAME ?PrintOn@GCC_UserData_subtype@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41561 NONAME ?PrintOn@GCC_UserIDIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41562 NONAME ?PrintOn@H225_AddressPattern_range@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41563 NONAME ?PrintOn@H225_AdmissionConfirm@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41564 NONAME ?PrintOn@H225_AdmissionReject@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41565 NONAME ?PrintOn@H225_AdmissionRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41566 NONAME ?PrintOn@H225_Alerting_UUIE@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41567 NONAME ?PrintOn@H225_AlternateGK@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41568 NONAME ?PrintOn@H225_AlternateTransportAddresses@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41569 NONAME ?PrintOn@H225_AltGKInfo@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41570 NONAME ?PrintOn@H225_ANSI_41_UIM@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41571 NONAME ?PrintOn@H225_BandwidthConfirm@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41572 NONAME ?PrintOn@H225_BandwidthDetails@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41573 NONAME ?PrintOn@H225_BandwidthReject@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41574 NONAME ?PrintOn@H225_BandwidthRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41575 NONAME ?PrintOn@H225_CallCapacity@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41576 NONAME ?PrintOn@H225_CallCapacityInfo@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41577 NONAME ?PrintOn@H225_CallCreditCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41578 NONAME ?PrintOn@H225_CallCreditServiceControl@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41579 NONAME ?PrintOn@H225_CallIdentifier@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41580 NONAME ?PrintOn@H225_CallLinkage@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41581 NONAME ?PrintOn@H225_CallProceeding_UUIE@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41582 NONAME ?PrintOn@H225_CallsAvailable@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41583 NONAME ?PrintOn@H225_CapacityReportingCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41584 NONAME ?PrintOn@H225_CapacityReportingSpecification@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41585 NONAME ?PrintOn@H225_CapacityReportingSpecification_when@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41586 NONAME ?PrintOn@H225_CarrierInfo@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41587 NONAME ?PrintOn@H225_CicInfo@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41588 NONAME ?PrintOn@H225_CircuitIdentifier@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41589 NONAME ?PrintOn@H225_CircuitInfo@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41590 NONAME ?PrintOn@H225_ConferenceList@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41591 NONAME ?PrintOn@H225_Connect_UUIE@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41592 NONAME ?PrintOn@H225_CryptoH323Token_cryptoEPPwdHash@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41593 NONAME ?PrintOn@H225_CryptoH323Token_cryptoGKPwdHash@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41594 NONAME ?PrintOn@H225_DataRate@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41595 NONAME ?PrintOn@H225_DisengageConfirm@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41596 NONAME ?PrintOn@H225_DisengageReject@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41597 NONAME ?PrintOn@H225_DisengageRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41598 NONAME ?PrintOn@H225_Endpoint@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41599 NONAME ?PrintOn@H225_EndpointType@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41600 NONAME ?PrintOn@H225_EnumeratedParameter@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41601 NONAME ?PrintOn@H225_ExtendedAliasAddress@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41602 NONAME ?PrintOn@H225_Facility_UUIE@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41603 NONAME ?PrintOn@H225_FeatureSet@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41604 NONAME ?PrintOn@H225_GatekeeperConfirm@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41605 NONAME ?PrintOn@H225_GatekeeperInfo@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41606 NONAME ?PrintOn@H225_GatekeeperReject@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41607 NONAME ?PrintOn@H225_GatekeeperRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41608 NONAME ?PrintOn@H225_GatewayInfo@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41609 NONAME ?PrintOn@H225_GenericData@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41610 NONAME ?PrintOn@H225_GroupID@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41611 NONAME ?PrintOn@H225_GSM_UIM@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41612 NONAME ?PrintOn@H225_H221NonStandard@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41613 NONAME ?PrintOn@H225_H310Caps@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41614 NONAME ?PrintOn@H225_H320Caps@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41615 NONAME ?PrintOn@H225_H321Caps@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41616 NONAME ?PrintOn@H225_H322Caps@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41617 NONAME ?PrintOn@H225_H323Caps@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41618 NONAME ?PrintOn@H225_H323_UserInformation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41619 NONAME ?PrintOn@H225_H323_UserInformation_user_data@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41620 NONAME ?PrintOn@H225_H323_UU_PDU@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41621 NONAME ?PrintOn@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41622 NONAME ?PrintOn@H225_H324Caps@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41623 NONAME ?PrintOn@H225_ICV@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41624 NONAME ?PrintOn@H225_InfoRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41625 NONAME ?PrintOn@H225_InfoRequestAck@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41626 NONAME ?PrintOn@H225_InfoRequestNak@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41627 NONAME ?PrintOn@H225_InfoRequestResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41628 NONAME ?PrintOn@H225_InfoRequestResponse_perCallInfo_subtype@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41629 NONAME ?PrintOn@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41630 NONAME ?PrintOn@H225_Information_UUIE@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41631 NONAME ?PrintOn@H225_LocationConfirm@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41632 NONAME ?PrintOn@H225_LocationReject@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41633 NONAME ?PrintOn@H225_LocationRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41634 NONAME ?PrintOn@H225_McuInfo@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41635 NONAME ?PrintOn@H225_NonStandardMessage@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41636 NONAME ?PrintOn@H225_NonStandardParameter@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41637 NONAME ?PrintOn@H225_NonStandardProtocol@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41638 NONAME ?PrintOn@H225_Notify_UUIE@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41639 NONAME ?PrintOn@H225_PrivatePartyNumber@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41640 NONAME ?PrintOn@H225_Progress_UUIE@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41641 NONAME ?PrintOn@H225_PublicPartyNumber@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41642 NONAME ?PrintOn@H225_Q954Details@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41643 NONAME ?PrintOn@H225_QseriesOptions@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41644 NONAME ?PrintOn@H225_RAS@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41645 NONAME ?PrintOn@H225_RasUsageInformation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41646 NONAME ?PrintOn@H225_RasUsageInfoTypes@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41647 NONAME ?PrintOn@H225_RasUsageSpecification@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41648 NONAME ?PrintOn@H225_RasUsageSpecification_callStartingPoint@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41649 NONAME ?PrintOn@H225_RasUsageSpecification_when@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41650 NONAME ?PrintOn@H225_RegistrationConfirm@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41651 NONAME ?PrintOn@H225_RegistrationConfirm_preGrantedARQ@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41652 NONAME ?PrintOn@H225_RegistrationReject@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41653 NONAME ?PrintOn@H225_RegistrationRejectReason_invalidTerminalAliases@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41654 NONAME ?PrintOn@H225_RegistrationRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41655 NONAME ?PrintOn@H225_ReleaseComplete_UUIE@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41656 NONAME ?PrintOn@H225_RequestInProgress@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41657 NONAME ?PrintOn@H225_ResourcesAvailableConfirm@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41658 NONAME ?PrintOn@H225_ResourcesAvailableIndicate@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41659 NONAME ?PrintOn@H225_RTPSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41660 NONAME ?PrintOn@H225_SecurityCapabilities@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41661 NONAME ?PrintOn@H225_ServiceControlIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41662 NONAME ?PrintOn@H225_ServiceControlIndication_callSpecific@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41663 NONAME ?PrintOn@H225_ServiceControlResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41664 NONAME ?PrintOn@H225_ServiceControlSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41665 NONAME ?PrintOn@H225_SetupAcknowledge_UUIE@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41666 NONAME ?PrintOn@H225_Setup_UUIE@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41667 NONAME ?PrintOn@H225_Setup_UUIE_connectionParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41668 NONAME ?PrintOn@H225_SIPCaps@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41669 NONAME ?PrintOn@H225_StatusInquiry_UUIE@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41670 NONAME ?PrintOn@H225_Status_UUIE@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41671 NONAME ?PrintOn@H225_StimulusControl@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41672 NONAME ?PrintOn@H225_SupportedPrefix@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41673 NONAME ?PrintOn@H225_T120OnlyCaps@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41674 NONAME ?PrintOn@H225_T38FaxAnnexbOnlyCaps@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41675 NONAME ?PrintOn@H225_TerminalInfo@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41676 NONAME ?PrintOn@H225_TransportAddress_ip6Address@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41677 NONAME ?PrintOn@H225_TransportAddress_ipAddress@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41678 NONAME ?PrintOn@H225_TransportAddress_ipSourceRoute@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41679 NONAME ?PrintOn@H225_TransportAddress_ipxAddress@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41680 NONAME ?PrintOn@H225_TransportChannelInfo@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41681 NONAME ?PrintOn@H225_TunnelledProtocol@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41682 NONAME ?PrintOn@H225_TunnelledProtocolAlternateIdentifier@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41683 NONAME ?PrintOn@H225_UnknownMessageResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41684 NONAME ?PrintOn@H225_UnregistrationConfirm@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41685 NONAME ?PrintOn@H225_UnregistrationReject@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41686 NONAME ?PrintOn@H225_UnregistrationRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41687 NONAME ?PrintOn@H225_UUIEsRequested@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41688 NONAME ?PrintOn@H225_VendorIdentifier@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41689 NONAME ?PrintOn@H225_VoiceCaps@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41690 NONAME ?PrintOn@H235Authenticator@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41691 NONAME ?PrintOn@H235_ClearToken@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41692 NONAME ?PrintOn@H235_CryptoToken_cryptoEncryptedToken@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41693 NONAME ?PrintOn@H235_CryptoToken_cryptoHashedToken@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41694 NONAME ?PrintOn@H235_CryptoToken_cryptoSignedToken@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41695 NONAME ?PrintOn@H235_DHset@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41696 NONAME ?PrintOn@H235_ECGDSASignature@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41697 NONAME ?PrintOn@H235_ECKASDH_eckasdh2@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41698 NONAME ?PrintOn@H235_ECKASDH_eckasdhp@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41699 NONAME ?PrintOn@H235_ECpoint@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41700 NONAME ?PrintOn@H235_H235CertificateSignature@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41701 NONAME ?PrintOn@H235_KeySignedMaterial@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41702 NONAME ?PrintOn@H235_KeySyncMaterial@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41703 NONAME ?PrintOn@H235_NonStandardParameter@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41704 NONAME ?PrintOn@H235_Params@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41705 NONAME ?PrintOn@H235_ReturnSig@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41706 NONAME ?PrintOn@H235_TypedCertificate@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41707 NONAME ?PrintOn@H235_V3KeySyncMaterial@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41708 NONAME ?PrintOn@H245_ATMParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41709 NONAME ?PrintOn@H245_AudioCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41710 NONAME ?PrintOn@H245_AudioCapability_g7231@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41711 NONAME ?PrintOn@H245_AudioTelephonyEventCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41712 NONAME ?PrintOn@H245_AudioToneCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41713 NONAME ?PrintOn@H245_AuthenticationCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41714 NONAME ?PrintOn@H245_BEnhancementParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41715 NONAME ?PrintOn@H245_CapabilityDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41716 NONAME ?PrintOn@H245_CapabilityTableEntry@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41717 NONAME ?PrintOn@H245_Capability_h233EncryptionReceiveCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41718 NONAME ?PrintOn@H245_CloseLogicalChannel@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41719 NONAME ?PrintOn@H245_CloseLogicalChannelAck@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41720 NONAME ?PrintOn@H245_CommunicationModeCommand@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41721 NONAME ?PrintOn@H245_CommunicationModeRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41722 NONAME ?PrintOn@H245_CommunicationModeTableEntry@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41723 NONAME ?PrintOn@H245_ConferenceCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41724 NONAME ?PrintOn@H245_ConferenceRequest_requestTerminalCertificate@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41725 NONAME ?PrintOn@H245_ConferenceResponse_chairTokenOwnerResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41726 NONAME ?PrintOn@H245_ConferenceResponse_conferenceIDResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41727 NONAME ?PrintOn@H245_ConferenceResponse_extensionAddressResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41728 NONAME ?PrintOn@H245_ConferenceResponse_mCTerminalIDResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41729 NONAME ?PrintOn@H245_ConferenceResponse_passwordResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41730 NONAME ?PrintOn@H245_ConferenceResponse_terminalCertificateResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41731 NONAME ?PrintOn@H245_ConferenceResponse_terminalIDResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41732 NONAME ?PrintOn@H245_ConnectionIdentifier@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41733 NONAME ?PrintOn@H245_Criteria@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41734 NONAME ?PrintOn@H245_CustomPictureClockFrequency@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41735 NONAME ?PrintOn@H245_CustomPictureFormat@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41736 NONAME ?PrintOn@H245_CustomPictureFormat_mPI@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41737 NONAME ?PrintOn@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41738 NONAME ?PrintOn@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41739 NONAME ?PrintOn@H245_DataApplicationCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41740 NONAME ?PrintOn@H245_DataApplicationCapability_application_nlpid@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41741 NONAME ?PrintOn@H245_DataApplicationCapability_application_t38fax@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41742 NONAME ?PrintOn@H245_DataApplicationCapability_application_t84@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41743 NONAME ?PrintOn@H245_DataMode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41744 NONAME ?PrintOn@H245_DataMode_application_nlpid@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41745 NONAME ?PrintOn@H245_DataMode_application_t38fax@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41746 NONAME ?PrintOn@H245_DepFECCapability_rfc2733@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @45863 NONAME ?PrintOn@H245_DepFECCapability_rfc2733_separateStream@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @45864 NONAME ?PrintOn@H245_DepFECData_rfc2733@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @45865 NONAME ?PrintOn@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @45866 NONAME ?PrintOn@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @45867 NONAME ?PrintOn@H245_DepFECMode_rfc2733Mode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @45868 NONAME ?PrintOn@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @45869 NONAME ?PrintOn@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @45870 NONAME ?PrintOn@H245_DialingInformationNumber@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41747 NONAME ?PrintOn@H245_EncryptionAuthenticationAndIntegrity@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41748 NONAME ?PrintOn@H245_EncryptionCommand_encryptionAlgorithmID@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41749 NONAME ?PrintOn@H245_EncryptionSync@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41750 NONAME ?PrintOn@H245_EncryptionUpdateRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41751 NONAME ?PrintOn@H245_EnhancementLayerInfo@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41752 NONAME ?PrintOn@H245_EnhancementOptions@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41753 NONAME ?PrintOn@H245_EscrowData@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41754 NONAME ?PrintOn@H245_ExtendedVideoCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @45350 NONAME ?PrintOn@H245_FECCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @45871 NONAME ?PrintOn@H245_FECData_rfc2733@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41757 NONAME ?PrintOn@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @45872 NONAME ?PrintOn@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @45873 NONAME ?PrintOn@H245_FECMode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @45874 NONAME ?PrintOn@H245_FlowControlCommand@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41763 NONAME ?PrintOn@H245_FlowControlIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41764 NONAME ?PrintOn@H245_FunctionNotSupported@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41765 NONAME ?PrintOn@H245_G7231AnnexCCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41766 NONAME ?PrintOn@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41767 NONAME ?PrintOn@H245_G7231AnnexCMode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41768 NONAME ?PrintOn@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41769 NONAME ?PrintOn@H245_G729Extensions@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41770 NONAME ?PrintOn@H245_GenericCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41771 NONAME ?PrintOn@H245_GenericMessage@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @45351 NONAME ?PrintOn@H245_GenericParameter@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41772 NONAME ?PrintOn@H245_GSMAudioCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41773 NONAME ?PrintOn@H245_H222Capability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41774 NONAME ?PrintOn@H245_H222LogicalChannelParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41775 NONAME ?PrintOn@H245_H223AL1MParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41776 NONAME ?PrintOn@H245_H223AL2MParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41777 NONAME ?PrintOn@H245_H223AL3MParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41778 NONAME ?PrintOn@H245_H223AnnexCArqParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41779 NONAME ?PrintOn@H245_H223AnnexCCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41780 NONAME ?PrintOn@H245_H223Capability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41781 NONAME ?PrintOn@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41782 NONAME ?PrintOn@H245_H223Capability_mobileMultilinkFrameCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41783 NONAME ?PrintOn@H245_H223Capability_mobileOperationTransmitCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41784 NONAME ?PrintOn@H245_H223LogicalChannelParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41785 NONAME ?PrintOn@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41786 NONAME ?PrintOn@H245_H223ModeParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41787 NONAME ?PrintOn@H245_H223ModeParameters_adaptationLayerType_al3@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41788 NONAME ?PrintOn@H245_H223SkewIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41789 NONAME ?PrintOn@H245_H2250Capability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41790 NONAME ?PrintOn@H245_H2250Capability_mcCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41791 NONAME ?PrintOn@H245_H2250LogicalChannelAckParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41792 NONAME ?PrintOn@H245_H2250LogicalChannelParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41793 NONAME ?PrintOn@H245_H2250MaximumSkewIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41794 NONAME ?PrintOn@H245_H2250ModeParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41795 NONAME ?PrintOn@H245_H235Media@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41796 NONAME ?PrintOn@H245_H235Mode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41797 NONAME ?PrintOn@H245_H235SecurityCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41798 NONAME ?PrintOn@H245_H261VideoCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41799 NONAME ?PrintOn@H245_H261VideoMode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41800 NONAME ?PrintOn@H245_H262VideoCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41801 NONAME ?PrintOn@H245_H262VideoMode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41802 NONAME ?PrintOn@H245_H263ModeComboFlags@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41803 NONAME ?PrintOn@H245_H263Options@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41804 NONAME ?PrintOn@H245_H263Version3Options@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41805 NONAME ?PrintOn@H245_H263VideoCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41806 NONAME ?PrintOn@H245_H263VideoMode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41807 NONAME ?PrintOn@H245_H263VideoModeCombos@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41808 NONAME ?PrintOn@H245_IntegrityCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41809 NONAME ?PrintOn@H245_IS11172AudioCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41810 NONAME ?PrintOn@H245_IS11172AudioMode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41811 NONAME ?PrintOn@H245_IS11172VideoCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41812 NONAME ?PrintOn@H245_IS11172VideoMode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41813 NONAME ?PrintOn@H245_IS13818AudioCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41814 NONAME ?PrintOn@H245_IS13818AudioMode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41815 NONAME ?PrintOn@H245_JitterIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41816 NONAME ?PrintOn@H245_KeyProtectionMethod@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41817 NONAME ?PrintOn@H245_LogicalChannelRateAcknowledge@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41818 NONAME ?PrintOn@H245_LogicalChannelRateReject@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41819 NONAME ?PrintOn@H245_LogicalChannelRateRelease@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41820 NONAME ?PrintOn@H245_LogicalChannelRateRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41821 NONAME ?PrintOn@H245_MaintenanceLoopAck@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41822 NONAME ?PrintOn@H245_MaintenanceLoopOffCommand@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41823 NONAME ?PrintOn@H245_MaintenanceLoopReject@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41824 NONAME ?PrintOn@H245_MaintenanceLoopRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41825 NONAME ?PrintOn@H245_MasterSlaveDetermination@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41826 NONAME ?PrintOn@H245_MasterSlaveDeterminationAck@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41827 NONAME ?PrintOn@H245_MasterSlaveDeterminationReject@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41828 NONAME ?PrintOn@H245_MasterSlaveDeterminationRelease@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41829 NONAME ?PrintOn@H245_MCLocationIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41830 NONAME ?PrintOn@H245_MediaChannelCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41831 NONAME ?PrintOn@H245_MediaDistributionCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41832 NONAME ?PrintOn@H245_MediaPacketizationCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41833 NONAME ?PrintOn@H245_MediaTransportType_atm_AAL5_compressed@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41834 NONAME ?PrintOn@H245_MiscellaneousCommand@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41835 NONAME ?PrintOn@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @45352 NONAME ?PrintOn@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @45353 NONAME ?PrintOn@H245_MiscellaneousCommand_type_lostPartialPicture@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41836 NONAME ?PrintOn@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41837 NONAME ?PrintOn@H245_MiscellaneousCommand_type_videoBadMBs@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41838 NONAME ?PrintOn@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41839 NONAME ?PrintOn@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41840 NONAME ?PrintOn@H245_MiscellaneousIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41841 NONAME ?PrintOn@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41842 NONAME ?PrintOn@H245_MobileMultilinkReconfigurationCommand@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41843 NONAME ?PrintOn@H245_MobileMultilinkReconfigurationIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41844 NONAME ?PrintOn@H245_ModeElement@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41845 NONAME ?PrintOn@H245_MulticastAddress_iP6Address@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41846 NONAME ?PrintOn@H245_MulticastAddress_iPAddress@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41847 NONAME ?PrintOn@H245_MultilinkIndication_crcDesired@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41848 NONAME ?PrintOn@H245_MultilinkIndication_excessiveError@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41849 NONAME ?PrintOn@H245_MultilinkRequest_addConnection@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41850 NONAME ?PrintOn@H245_MultilinkRequest_callInformation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41851 NONAME ?PrintOn@H245_MultilinkRequest_maximumHeaderInterval@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41852 NONAME ?PrintOn@H245_MultilinkRequest_removeConnection@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41853 NONAME ?PrintOn@H245_MultilinkResponse_addConnection@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41854 NONAME ?PrintOn@H245_MultilinkResponse_callInformation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41855 NONAME ?PrintOn@H245_MultilinkResponse_maximumHeaderInterval@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41856 NONAME ?PrintOn@H245_MultilinkResponse_removeConnection@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41857 NONAME ?PrintOn@H245_MultiplePayloadStream@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41858 NONAME ?PrintOn@H245_MultiplePayloadStreamCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41859 NONAME ?PrintOn@H245_MultiplePayloadStreamElement@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41860 NONAME ?PrintOn@H245_MultiplePayloadStreamElementMode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41861 NONAME ?PrintOn@H245_MultiplePayloadStreamMode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41862 NONAME ?PrintOn@H245_MultiplexedStreamCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41863 NONAME ?PrintOn@H245_MultiplexedStreamModeParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41864 NONAME ?PrintOn@H245_MultiplexedStreamParameter@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41865 NONAME ?PrintOn@H245_MultiplexElement@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41866 NONAME ?PrintOn@H245_MultiplexEntryDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41867 NONAME ?PrintOn@H245_MultiplexEntryRejectionDescriptions@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41868 NONAME ?PrintOn@H245_MultiplexEntrySend@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41869 NONAME ?PrintOn@H245_MultiplexEntrySendAck@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41870 NONAME ?PrintOn@H245_MultiplexEntrySendReject@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41871 NONAME ?PrintOn@H245_MultiplexEntrySendRelease@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41872 NONAME ?PrintOn@H245_MultipointCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41873 NONAME ?PrintOn@H245_NetworkAccessParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41874 NONAME ?PrintOn@H245_NewATMVCCommand@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41875 NONAME ?PrintOn@H245_NewATMVCCommand_aal_aal1@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41876 NONAME ?PrintOn@H245_NewATMVCCommand_aal_aal5@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41877 NONAME ?PrintOn@H245_NewATMVCCommand_reverseParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41878 NONAME ?PrintOn@H245_NewATMVCIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41879 NONAME ?PrintOn@H245_NewATMVCIndication_aal_aal1@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41880 NONAME ?PrintOn@H245_NewATMVCIndication_aal_aal5@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41881 NONAME ?PrintOn@H245_NewATMVCIndication_reverseParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41882 NONAME ?PrintOn@H245_NonStandardIdentifier_h221NonStandard@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41883 NONAME ?PrintOn@H245_NonStandardMessage@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41884 NONAME ?PrintOn@H245_NonStandardParameter@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41885 NONAME ?PrintOn@H245_NoPTAudioTelephonyEventCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41886 NONAME ?PrintOn@H245_NoPTAudioToneCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41887 NONAME ?PrintOn@H245_OpenLogicalChannel@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41888 NONAME ?PrintOn@H245_OpenLogicalChannelAck@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41889 NONAME ?PrintOn@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41890 NONAME ?PrintOn@H245_OpenLogicalChannelConfirm@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41891 NONAME ?PrintOn@H245_OpenLogicalChannelReject@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41892 NONAME ?PrintOn@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41893 NONAME ?PrintOn@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41894 NONAME ?PrintOn@H245_Params@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @45354 NONAME ?PrintOn@H245_Q2931Address@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41895 NONAME ?PrintOn@H245_QOSCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41896 NONAME ?PrintOn@H245_RedundancyEncoding@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41897 NONAME ?PrintOn@H245_RedundancyEncodingCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41898 NONAME ?PrintOn@H245_RedundancyEncodingDTMode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41899 NONAME ?PrintOn@H245_RedundancyEncodingDTModeElement@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41900 NONAME ?PrintOn@H245_RedundancyEncodingElement@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41901 NONAME ?PrintOn@H245_RedundancyEncodingMode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41902 NONAME ?PrintOn@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41903 NONAME ?PrintOn@H245_RefPictureSelection@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41904 NONAME ?PrintOn@H245_RefPictureSelection_additionalPictureMemory@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41905 NONAME ?PrintOn@H245_RefPictureSelection_enhancedReferencePicSelect@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41906 NONAME ?PrintOn@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41907 NONAME ?PrintOn@H245_RequestAllTerminalIDsResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41908 NONAME ?PrintOn@H245_RequestChannelClose@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41909 NONAME ?PrintOn@H245_RequestChannelCloseAck@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41910 NONAME ?PrintOn@H245_RequestChannelCloseReject@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41911 NONAME ?PrintOn@H245_RequestChannelCloseRelease@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41912 NONAME ?PrintOn@H245_RequestMode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41913 NONAME ?PrintOn@H245_RequestModeAck@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41914 NONAME ?PrintOn@H245_RequestModeReject@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41915 NONAME ?PrintOn@H245_RequestModeRelease@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41916 NONAME ?PrintOn@H245_RequestMultiplexEntry@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41917 NONAME ?PrintOn@H245_RequestMultiplexEntryAck@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41918 NONAME ?PrintOn@H245_RequestMultiplexEntryReject@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41919 NONAME ?PrintOn@H245_RequestMultiplexEntryRejectionDescriptions@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41920 NONAME ?PrintOn@H245_RequestMultiplexEntryRelease@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41921 NONAME ?PrintOn@H245_RoundTripDelayRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41922 NONAME ?PrintOn@H245_RoundTripDelayResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41923 NONAME ?PrintOn@H245_RSVPParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41924 NONAME ?PrintOn@H245_RTPH263VideoRedundancyEncoding@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41925 NONAME ?PrintOn@H245_RTPH263VideoRedundancyFrameMapping@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41926 NONAME ?PrintOn@H245_RTPPayloadType@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41927 NONAME ?PrintOn@H245_SendTerminalCapabilitySet_specificRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41928 NONAME ?PrintOn@H245_SubstituteConferenceIDCommand@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41929 NONAME ?PrintOn@H245_T38FaxProfile@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41930 NONAME ?PrintOn@H245_T38FaxTcpOptions@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41931 NONAME ?PrintOn@H245_T38FaxUdpOptions@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41932 NONAME ?PrintOn@H245_T84Profile_t84Restricted@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41933 NONAME ?PrintOn@H245_TerminalCapabilitySet@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41934 NONAME ?PrintOn@H245_TerminalCapabilitySetAck@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41935 NONAME ?PrintOn@H245_TerminalCapabilitySetReject@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41936 NONAME ?PrintOn@H245_TerminalCapabilitySetRelease@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41937 NONAME ?PrintOn@H245_TerminalInformation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41938 NONAME ?PrintOn@H245_TerminalLabel@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41939 NONAME ?PrintOn@H245_TerminalYouAreSeeingInSubPictureNumber@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41940 NONAME ?PrintOn@H245_TransparencyParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41941 NONAME ?PrintOn@H245_TransportCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41942 NONAME ?PrintOn@H245_UnicastAddress_iP6Address@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41943 NONAME ?PrintOn@H245_UnicastAddress_iPAddress@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41944 NONAME ?PrintOn@H245_UnicastAddress_iPSourceRouteAddress@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41945 NONAME ?PrintOn@H245_UnicastAddress_iPXAddress@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41946 NONAME ?PrintOn@H245_UserInputIndication_encryptedAlphanumeric@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @45355 NONAME ?PrintOn@H245_UserInputIndication_extendedAlphanumeric@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41947 NONAME ?PrintOn@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @45356 NONAME ?PrintOn@H245_UserInputIndication_signal@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41948 NONAME ?PrintOn@H245_UserInputIndication_signalUpdate@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41949 NONAME ?PrintOn@H245_UserInputIndication_signalUpdate_rtp@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41950 NONAME ?PrintOn@H245_UserInputIndication_signal_rtp@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41951 NONAME ?PrintOn@H245_V42bis@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41952 NONAME ?PrintOn@H245_V75Capability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41953 NONAME ?PrintOn@H245_V75Parameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41954 NONAME ?PrintOn@H245_V76Capability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41955 NONAME ?PrintOn@H245_V76HDLCParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41956 NONAME ?PrintOn@H245_V76LogicalChannelParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41957 NONAME ?PrintOn@H245_V76LogicalChannelParameters_mode_eRM@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41958 NONAME ?PrintOn@H245_VBDCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41959 NONAME ?PrintOn@H245_VBDMode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41960 NONAME ?PrintOn@H245_VCCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41961 NONAME ?PrintOn@H245_VCCapability_aal1@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41962 NONAME ?PrintOn@H245_VCCapability_aal1ViaGateway@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41963 NONAME ?PrintOn@H245_VCCapability_aal5@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41964 NONAME ?PrintOn@H245_VCCapability_availableBitRates@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41965 NONAME ?PrintOn@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41966 NONAME ?PrintOn@H245_VendorIdentification@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41967 NONAME ?PrintOn@H245_VideoIndicateCompose@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41968 NONAME ?PrintOn@H248_ActionReply@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41969 NONAME ?PrintOn@H248_ActionRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41970 NONAME ?PrintOn@H248_AmmRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41971 NONAME ?PrintOn@H248_AmmsReply@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41972 NONAME ?PrintOn@H248_AuditDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41973 NONAME ?PrintOn@H248_AuditRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41974 NONAME ?PrintOn@H248_AuditResult@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41975 NONAME ?PrintOn@H248_AuthenticationHeader@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41976 NONAME ?PrintOn@H248_CommandRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41977 NONAME ?PrintOn@H248_ContextAttrAuditRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41978 NONAME ?PrintOn@H248_ContextRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41979 NONAME ?PrintOn@H248_DigitMapDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41980 NONAME ?PrintOn@H248_DigitMapValue@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41981 NONAME ?PrintOn@H248_DomainName@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41982 NONAME ?PrintOn@H248_ErrorDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41983 NONAME ?PrintOn@H248_EventParameter@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41984 NONAME ?PrintOn@H248_EventsDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41985 NONAME ?PrintOn@H248_EventSpec@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41986 NONAME ?PrintOn@H248_H221NonStandard@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41987 NONAME ?PrintOn@H248_IndAudDigitMapDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41988 NONAME ?PrintOn@H248_IndAudEventBufferDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41989 NONAME ?PrintOn@H248_IndAudEventsDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41990 NONAME ?PrintOn@H248_IndAudLocalControlDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41991 NONAME ?PrintOn@H248_IndAudLocalRemoteDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41992 NONAME ?PrintOn@H248_IndAudMediaDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41993 NONAME ?PrintOn@H248_IndAudPackagesDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41994 NONAME ?PrintOn@H248_IndAudPropertyParm@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41995 NONAME ?PrintOn@H248_IndAudSeqSigList@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41996 NONAME ?PrintOn@H248_IndAudSignal@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41997 NONAME ?PrintOn@H248_IndAudStatisticsDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41998 NONAME ?PrintOn@H248_IndAudStreamDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @41999 NONAME ?PrintOn@H248_IndAudStreamParms@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42000 NONAME ?PrintOn@H248_IndAudTerminationStateDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42001 NONAME ?PrintOn@H248_IP4Address@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42002 NONAME ?PrintOn@H248_IP6Address@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42003 NONAME ?PrintOn@H248_LocalControlDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42004 NONAME ?PrintOn@H248_LocalRemoteDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42005 NONAME ?PrintOn@H248_MediaDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42006 NONAME ?PrintOn@H248_MegacoMessage@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42007 NONAME ?PrintOn@H248_Message@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42008 NONAME ?PrintOn@H248_ModemDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42009 NONAME ?PrintOn@H248_MuxDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42010 NONAME ?PrintOn@H248_NonStandardData@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42011 NONAME ?PrintOn@H248_NotifyReply@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42012 NONAME ?PrintOn@H248_NotifyRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42013 NONAME ?PrintOn@H248_ObservedEvent@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42014 NONAME ?PrintOn@H248_ObservedEventsDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42015 NONAME ?PrintOn@H248_PackagesItem@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42016 NONAME ?PrintOn@H248_PropertyParm@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42017 NONAME ?PrintOn@H248_RequestedActions@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42018 NONAME ?PrintOn@H248_RequestedEvent@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42019 NONAME ?PrintOn@H248_SecondEventsDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42020 NONAME ?PrintOn@H248_SecondRequestedActions@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42021 NONAME ?PrintOn@H248_SecondRequestedEvent@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42022 NONAME ?PrintOn@H248_SeqSigList@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42023 NONAME ?PrintOn@H248_ServiceChangeParm@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42024 NONAME ?PrintOn@H248_ServiceChangeProfile@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42025 NONAME ?PrintOn@H248_ServiceChangeReply@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42026 NONAME ?PrintOn@H248_ServiceChangeRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42027 NONAME ?PrintOn@H248_ServiceChangeResParm@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42028 NONAME ?PrintOn@H248_Signal@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42029 NONAME ?PrintOn@H248_SigParameter@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42030 NONAME ?PrintOn@H248_StatisticsParameter@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42031 NONAME ?PrintOn@H248_StreamDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42032 NONAME ?PrintOn@H248_StreamParms@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42033 NONAME ?PrintOn@H248_SubtractRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42034 NONAME ?PrintOn@H248_TerminationID@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42035 NONAME ?PrintOn@H248_TerminationStateDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42036 NONAME ?PrintOn@H248_TimeNotation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42037 NONAME ?PrintOn@H248_TopologyRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42038 NONAME ?PrintOn@H248_TransactionAck@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42039 NONAME ?PrintOn@H248_TransactionPending@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42040 NONAME ?PrintOn@H248_TransactionReply@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42041 NONAME ?PrintOn@H248_TransactionRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42042 NONAME ?PrintOn@H323Capabilities@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42043 NONAME ?PrintOn@H323Capability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42044 NONAME ?PrintOn@H323Channel@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42045 NONAME ?PrintOn@H323ChannelNumber@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42046 NONAME ?PrintOn@H323GatekeeperCall@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42047 NONAME ?PrintOn@H323Listener@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42048 NONAME ?PrintOn@H323PeerElement@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42049 NONAME ?PrintOn@H323RegisteredEndPoint@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42050 NONAME ?PrintOn@H323SignalPDU@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42051 NONAME ?PrintOn@H323Transactor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42052 NONAME ?PrintOn@H323Transport@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42053 NONAME ?PrintOn@H323_AnnexG@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42054 NONAME ?PrintOn@H45010_CfbOvrOptArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42055 NONAME ?PrintOn@H45010_CoReqOptArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42056 NONAME ?PrintOn@H45010_RUAlertOptArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42057 NONAME ?PrintOn@H45011_CIFrcRelArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42058 NONAME ?PrintOn@H45011_CIFrcRelOptRes@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42059 NONAME ?PrintOn@H45011_CIGetCIPLOptArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42060 NONAME ?PrintOn@H45011_CIGetCIPLRes@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42061 NONAME ?PrintOn@H45011_CIIsOptArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42062 NONAME ?PrintOn@H45011_CIIsOptRes@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42063 NONAME ?PrintOn@H45011_CINotificationArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42064 NONAME ?PrintOn@H45011_CIRequestArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42065 NONAME ?PrintOn@H45011_CIRequestRes@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42066 NONAME ?PrintOn@H45011_CISilentArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42067 NONAME ?PrintOn@H45011_CISilentOptRes@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42068 NONAME ?PrintOn@H45011_CIWobOptArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42069 NONAME ?PrintOn@H45011_CIWobOptRes@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42070 NONAME ?PrintOn@H4501_Address@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42071 NONAME ?PrintOn@H4501_AddressScreened@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42072 NONAME ?PrintOn@H4501_EndpointAddress@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42073 NONAME ?PrintOn@H4501_Extension@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42074 NONAME ?PrintOn@H4501_NetworkFacilityExtension@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42075 NONAME ?PrintOn@H4501_NumberScreened@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42076 NONAME ?PrintOn@H4501_SupplementaryService@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42077 NONAME ?PrintOn@H4501_UserSpecifiedSubaddress@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42078 NONAME ?PrintOn@H4502_CTActiveArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42079 NONAME ?PrintOn@H4502_CTCompleteArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42080 NONAME ?PrintOn@H4502_CTIdentifyRes@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42081 NONAME ?PrintOn@H4502_CTInitiateArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42082 NONAME ?PrintOn@H4502_CTSetupArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42083 NONAME ?PrintOn@H4502_CTUpdateArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42084 NONAME ?PrintOn@H4502_SubaddressTransferArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42085 NONAME ?PrintOn@H4503_IntResult@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42086 NONAME ?PrintOn@H4504_Extension@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42087 NONAME ?PrintOn@H4504_HoldNotificArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42088 NONAME ?PrintOn@H4504_RemoteHoldArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42089 NONAME ?PrintOn@H4504_RemoteHoldRes@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42090 NONAME ?PrintOn@H4504_RemoteRetrieveArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42091 NONAME ?PrintOn@H4504_RemoteRetrieveRes@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42092 NONAME ?PrintOn@H4504_RetrieveNotificArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42093 NONAME ?PrintOn@H4505_CpickupNotifyArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42094 NONAME ?PrintOn@H4505_CpNotifyArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42095 NONAME ?PrintOn@H4505_CpRequestArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42096 NONAME ?PrintOn@H4505_CpRequestRes@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42097 NONAME ?PrintOn@H4505_CpSetupArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42098 NONAME ?PrintOn@H4505_CpSetupRes@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42099 NONAME ?PrintOn@H4505_GroupIndicationOffArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42100 NONAME ?PrintOn@H4505_GroupIndicationOffRes@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42101 NONAME ?PrintOn@H4505_GroupIndicationOnArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42102 NONAME ?PrintOn@H4505_GroupIndicationOnRes@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42103 NONAME ?PrintOn@H4505_PickExeArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42104 NONAME ?PrintOn@H4505_PickExeRes@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42105 NONAME ?PrintOn@H4505_PickrequArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42106 NONAME ?PrintOn@H4505_PickrequRes@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42107 NONAME ?PrintOn@H4505_PickupArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42108 NONAME ?PrintOn@H4505_PickupRes@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42109 NONAME ?PrintOn@H4506_CallWaitingArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42110 NONAME ?PrintOn@H4507_MWIActivateArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42111 NONAME ?PrintOn@H4507_MWIDeactivateArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42112 NONAME ?PrintOn@H4507_MWIInterrogateArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42113 NONAME ?PrintOn@H4507_MWIInterrogateResElt@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42114 NONAME ?PrintOn@H4509_CcLongArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42115 NONAME ?PrintOn@H4509_CcRequestArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42116 NONAME ?PrintOn@H4509_CcRequestRes@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42117 NONAME ?PrintOn@H4509_CcShortArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42118 NONAME ?PrintOn@H501_AccessConfirmation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42119 NONAME ?PrintOn@H501_AccessRejection@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42120 NONAME ?PrintOn@H501_AccessRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42121 NONAME ?PrintOn@H501_AddressTemplate@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42122 NONAME ?PrintOn@H501_AlternatePE@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42123 NONAME ?PrintOn@H501_AlternatePEInfo@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42124 NONAME ?PrintOn@H501_AuthenticationConfirmation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42125 NONAME ?PrintOn@H501_AuthenticationRejection@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42126 NONAME ?PrintOn@H501_AuthenticationRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42127 NONAME ?PrintOn@H501_CallInformation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42128 NONAME ?PrintOn@H501_ContactInformation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42129 NONAME ?PrintOn@H501_Descriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42130 NONAME ?PrintOn@H501_DescriptorConfirmation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42131 NONAME ?PrintOn@H501_DescriptorIDConfirmation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42132 NONAME ?PrintOn@H501_DescriptorIDRejection@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42133 NONAME ?PrintOn@H501_DescriptorIDRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42134 NONAME ?PrintOn@H501_DescriptorInfo@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42135 NONAME ?PrintOn@H501_DescriptorRejection@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42136 NONAME ?PrintOn@H501_DescriptorRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42137 NONAME ?PrintOn@H501_DescriptorUpdate@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42138 NONAME ?PrintOn@H501_DescriptorUpdateAck@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42139 NONAME ?PrintOn@H501_Message@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42140 NONAME ?PrintOn@H501_MessageCommonInfo@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42141 NONAME ?PrintOn@H501_NonStandardConfirmation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42142 NONAME ?PrintOn@H501_NonStandardRejection@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42143 NONAME ?PrintOn@H501_NonStandardRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42144 NONAME ?PrintOn@H501_PartyInformation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42145 NONAME ?PrintOn@H501_Pattern_range@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42146 NONAME ?PrintOn@H501_PriceElement@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42147 NONAME ?PrintOn@H501_PriceInfoSpec@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42148 NONAME ?PrintOn@H501_RequestInProgress@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42149 NONAME ?PrintOn@H501_RouteInformation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42150 NONAME ?PrintOn@H501_SecurityMode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42151 NONAME ?PrintOn@H501_ServiceConfirmation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42152 NONAME ?PrintOn@H501_ServiceRejection@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42153 NONAME ?PrintOn@H501_ServiceRelease@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42154 NONAME ?PrintOn@H501_ServiceRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42155 NONAME ?PrintOn@H501_TerminationCause@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42156 NONAME ?PrintOn@H501_UnknownMessageResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42157 NONAME ?PrintOn@H501_UpdateInformation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42158 NONAME ?PrintOn@H501_UsageConfirmation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42159 NONAME ?PrintOn@H501_UsageField@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42160 NONAME ?PrintOn@H501_UsageIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42161 NONAME ?PrintOn@H501_UsageIndicationConfirmation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42162 NONAME ?PrintOn@H501_UsageIndicationRejection@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42163 NONAME ?PrintOn@H501_UsageRejection@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42164 NONAME ?PrintOn@H501_UsageRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42165 NONAME ?PrintOn@H501_UsageSpecification@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42166 NONAME ?PrintOn@H501_UsageSpecification_when@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42167 NONAME ?PrintOn@H501_UserInformation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42168 NONAME ?PrintOn@H501_ValidationConfirmation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42169 NONAME ?PrintOn@H501_ValidationRejection@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42170 NONAME ?PrintOn@H501_ValidationRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42171 NONAME ?PrintOn@MCS_AUcf@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42172 NONAME ?PrintOn@MCS_AUrq@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42173 NONAME ?PrintOn@MCS_CAin@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42174 NONAME ?PrintOn@MCS_CArq@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42175 NONAME ?PrintOn@MCS_CCcf@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42176 NONAME ?PrintOn@MCS_CCrq@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42177 NONAME ?PrintOn@MCS_CDin@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42178 NONAME ?PrintOn@MCS_CDrq@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42179 NONAME ?PrintOn@MCS_CEin@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42180 NONAME ?PrintOn@MCS_CErq@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42181 NONAME ?PrintOn@MCS_ChannelAttributes_assigned@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42182 NONAME ?PrintOn@MCS_ChannelAttributes_private@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42183 NONAME ?PrintOn@MCS_ChannelAttributes_static@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42184 NONAME ?PrintOn@MCS_ChannelAttributes_userId@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42185 NONAME ?PrintOn@MCS_CJcf@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42186 NONAME ?PrintOn@MCS_CJrq@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42187 NONAME ?PrintOn@MCS_CLrq@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42188 NONAME ?PrintOn@MCS_Connect_Additional@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42189 NONAME ?PrintOn@MCS_Connect_Initial@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42190 NONAME ?PrintOn@MCS_Connect_Response@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42191 NONAME ?PrintOn@MCS_Connect_Result@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42192 NONAME ?PrintOn@MCS_DomainParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42193 NONAME ?PrintOn@MCS_DPum@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42194 NONAME ?PrintOn@MCS_DUin@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42195 NONAME ?PrintOn@MCS_DUrq@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42196 NONAME ?PrintOn@MCS_EDrq@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42197 NONAME ?PrintOn@MCS_MCcf@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42198 NONAME ?PrintOn@MCS_MCrq@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42199 NONAME ?PrintOn@MCS_MTcf@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42200 NONAME ?PrintOn@MCS_MTrq@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42201 NONAME ?PrintOn@MCS_PCin@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42202 NONAME ?PrintOn@MCS_PDin@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42203 NONAME ?PrintOn@MCS_PTin@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42204 NONAME ?PrintOn@MCS_RJum@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42205 NONAME ?PrintOn@MCS_SDin@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42206 NONAME ?PrintOn@MCS_SDrq@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42207 NONAME ?PrintOn@MCS_TGcf@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42208 NONAME ?PrintOn@MCS_TGrq@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42209 NONAME ?PrintOn@MCS_TIcf@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42210 NONAME ?PrintOn@MCS_TIrq@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42211 NONAME ?PrintOn@MCS_TokenAttributes_given@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42212 NONAME ?PrintOn@MCS_TokenAttributes_giving@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42213 NONAME ?PrintOn@MCS_TokenAttributes_grabbed@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42214 NONAME ?PrintOn@MCS_TokenAttributes_inhibited@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42215 NONAME ?PrintOn@MCS_TokenAttributes_ungivable@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42216 NONAME ?PrintOn@MCS_TPin@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42217 NONAME ?PrintOn@MCS_TPrq@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42218 NONAME ?PrintOn@MCS_TRcf@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42219 NONAME ?PrintOn@MCS_TRrq@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42220 NONAME ?PrintOn@MCS_TTcf@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42221 NONAME ?PrintOn@MCS_TTrq@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42222 NONAME ?PrintOn@MCS_TVcf@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42223 NONAME ?PrintOn@MCS_TVin@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42224 NONAME ?PrintOn@MCS_TVrq@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42225 NONAME ?PrintOn@MCS_TVrs@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42226 NONAME ?PrintOn@MCS_USin@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42227 NONAME ?PrintOn@MCS_USrq@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42228 NONAME ?PrintOn@OpalGloballyUniqueID@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42229 NONAME ?PrintOn@OpalLineInterfaceDevice@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42230 NONAME ?PrintOn@PLDAPAttr_c@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42231 NONAME ?PrintOn@PLDAPAttr_cn@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42232 NONAME ?PrintOn@PLDAPAttr_comment@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42233 NONAME ?PrintOn@PLDAPAttr_givenName@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42234 NONAME ?PrintOn@PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42235 NONAME ?PrintOn@PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42236 NONAME ?PrintOn@PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42237 NONAME ?PrintOn@PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42238 NONAME ?PrintOn@PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42239 NONAME ?PrintOn@PLDAPAttr_location@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42240 NONAME ?PrintOn@PLDAPAttr_o@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42241 NONAME ?PrintOn@PLDAPAttr_objectClass@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42242 NONAME ?PrintOn@PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42243 NONAME ?PrintOn@PLDAPAttr_sappguid@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42244 NONAME ?PrintOn@PLDAPAttr_sappid@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42245 NONAME ?PrintOn@PLDAPAttr_sflags@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42246 NONAME ?PrintOn@PLDAPAttr_sipAddress@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42247 NONAME ?PrintOn@PLDAPAttr_smimetype@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42248 NONAME ?PrintOn@PLDAPAttr_smodop@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42249 NONAME ?PrintOn@PLDAPAttr_sport@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42250 NONAME ?PrintOn@PLDAPAttr_sprotid@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42251 NONAME ?PrintOn@PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42252 NONAME ?PrintOn@PLDAPAttr_ssecurity@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42253 NONAME ?PrintOn@PLDAPAttr_sttl@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42254 NONAME ?PrintOn@PLDAPAttr_surname@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42255 NONAME ?PrintOn@PLDAPAttr_timestamp@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42256 NONAME ?PrintOn@Q931@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42257 NONAME ?PrintOn@ReceiverReport@RTP_Session@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42258 NONAME ?PrintOn@RTP_JitterBufferAnalyser@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42259 NONAME ?PrintOn@SenderReport@RTP_Session@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42260 NONAME ?PrintOn@SourceDescription@RTP_Session@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42261 NONAME ?PrintOn@T38_Data_Field_subtype@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42262 NONAME ?PrintOn@T38_IFPPacket@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42263 NONAME ?PrintOn@T38_PreCorrigendum_Data_Field_subtype@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42264 NONAME ?PrintOn@T38_PreCorrigendum_IFPPacket@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42265 NONAME ?PrintOn@T38_UDPTLPacket@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42266 NONAME ?PrintOn@T38_UDPTLPacket_error_recovery_fec_info@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42267 NONAME ?PrintOn@X224@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42268 NONAME ?PrintOn@X880_Invoke@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42269 NONAME ?PrintOn@X880_Reject@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42270 NONAME ?PrintOn@X880_ReturnError@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42271 NONAME ?PrintOn@X880_ReturnResult@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42272 NONAME ?PrintOn@X880_ReturnResult_result@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @42273 NONAME ?ProcessFrame@Pre_Vid_Coder@@QAEXPAVVideoFrame@@@Z @12133 NONAME ?ProcessOneFrame@P64Encoder@@QAEXXZ @12134 NONAME ?PurgeBufferQueue@Transmitter@@IAEXPAUpktbuf@1@@Z @12135 NONAME ?push_back@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAEXABULookupRecord@@@Z @45033 NONAME ?quantize@P64Decoder@@IAEHHH@Z @12136 NONAME ?rdct@@YAXPAFIIPAEHPBE@Z @20340 NONAME ?rdct@@YAXPAFIIPAEHPBH@Z @20341 NONAME ?rdct_fold_q@@YAXPBHPAH@Z @12140 NONAME ?Read@G7231_File_Codec@@UAEHPAEAAIAAVRTP_DataFrame@@@Z @20992 NONAME ?Read@H263Packet@@QAEHAAIAAVRTP_DataFrame@@@Z @46000 NONAME ?Read@H323FramedAudioCodec@@UAEHPAEAAIAAVRTP_DataFrame@@@Z @12141 NONAME ?Read@H323PluginVideoCodec@@UAEHPAEAAIAAVRTP_DataFrame@@@Z @42274 NONAME ?Read@H323SignalPDU@@QAEHAAVH323Transport@@@Z @12143 NONAME ?Read@H323TransactionPDU@@UAEHAAVH323Transport@@@Z @24053 NONAME ?Read@H323_H261Codec@@UAEHPAEAAIAAVRTP_DataFrame@@@Z @12144 NONAME ?Read@H323_LIDCodec@@UAEHPAEAAIAAVRTP_DataFrame@@@Z @12145 NONAME ?Read@H323_RFC2190_H263Codec@@UAEHPAEAAIAAVRTP_DataFrame@@@Z @46001 NONAME ?Read@OpalLineChannel@@UAEHPAXH@Z @12146 NONAME ?Read@PWAVFileConverterXLaw@@UAEHAAVPWAVFile@@PAXH@Z @44374 NONAME ?Read@T120ConnectPDU@@QAEHAAVH323Transport@@@Z @20190 NONAME ?Read@T120_X224@@QAEHAAVH323Transport@@@Z @20191 NONAME ?ReadBlock@OpalLineInterfaceDevice@@UAEHIPAXH@Z @12781 NONAME ?ReadBufferedData@RTP_Session@@QAEHKAAVRTP_DataFrame@@@Z @12468 NONAME ?ReadControlPDU@RTP_UDP@@IAE?AW4SendReceiveStatus@RTP_Session@@XZ @12147 NONAME ?ReadData@RTP_JitterBuffer@@UAEHKAAVRTP_DataFrame@@@Z @12469 NONAME ?ReadData@RTP_UDP@@UAEHAAVRTP_DataFrame@@@Z @12148 NONAME ?ReadData@VoipBlasterInterface@@QAEHPAXHVPTimeInterval@@@Z @26678 NONAME ?ReadDataOrControlPDU@RTP_UDP@@IAE?AW4SendReceiveStatus@RTP_Session@@AAVPUDPSocket@@AAVPBYTEArray@@H@Z @23930 NONAME ?ReadDataPDU@RTP_UDP@@IAE?AW4SendReceiveStatus@RTP_Session@@AAVRTP_DataFrame@@@Z @12149 NONAME ?ReadDTMF@OpalIxJDevice@@UAEDI@Z @12150 NONAME ?ReadDTMF@OpalLineInterfaceDevice@@UAEDI@Z @12151 NONAME ?ReadDTMF@OpalVoipBlasterDevice@@UAEDI@Z @20044 NONAME ?ReadFrame@OpalIxJDevice@@UAEHIPAXAAH@Z @12815 NONAME ?ReadFrame@OpalVoipBlasterDevice@@UAEHIPAXAAH@Z @20045 NONAME ?ReadFrom@OpalGloballyUniqueID@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @42275 NONAME ?ReadFrom@PLDAPAttr_c@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @42276 NONAME ?ReadFrom@PLDAPAttr_cn@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @42277 NONAME ?ReadFrom@PLDAPAttr_comment@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @42278 NONAME ?ReadFrom@PLDAPAttr_givenName@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @42279 NONAME ?ReadFrom@PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @42280 NONAME ?ReadFrom@PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @42281 NONAME ?ReadFrom@PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @42282 NONAME ?ReadFrom@PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @42283 NONAME ?ReadFrom@PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @42284 NONAME ?ReadFrom@PLDAPAttr_location@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @42285 NONAME ?ReadFrom@PLDAPAttr_o@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @42286 NONAME ?ReadFrom@PLDAPAttr_objectClass@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @42287 NONAME ?ReadFrom@PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @42288 NONAME ?ReadFrom@PLDAPAttr_sappguid@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @42289 NONAME ?ReadFrom@PLDAPAttr_sappid@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @42290 NONAME ?ReadFrom@PLDAPAttr_sflags@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @42291 NONAME ?ReadFrom@PLDAPAttr_sipAddress@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @42292 NONAME ?ReadFrom@PLDAPAttr_smimetype@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @42293 NONAME ?ReadFrom@PLDAPAttr_smodop@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @42294 NONAME ?ReadFrom@PLDAPAttr_sport@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @42295 NONAME ?ReadFrom@PLDAPAttr_sprotid@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @42296 NONAME ?ReadFrom@PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @42297 NONAME ?ReadFrom@PLDAPAttr_ssecurity@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @42298 NONAME ?ReadFrom@PLDAPAttr_sttl@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @42299 NONAME ?ReadFrom@PLDAPAttr_surname@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @42300 NONAME ?ReadFrom@PLDAPAttr_timestamp@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @42301 NONAME ?ReadNextCompound@RTP_ControlFrame@@QAEHXZ @20606 NONAME ?ReadOnePacket@P64Encoder@@QAEXPAEAAI@Z @12155 NONAME ?ReadPDU@H323TransportTCP@@UAEHAAVPBYTEArray@@@Z @12156 NONAME ?ReadPDU@H323TransportUDP@@UAEHAAVPBYTEArray@@@Z @12157 NONAME ?ReadPipe@VoipBlasterInterface@@IAEHPAX0KVPTimeInterval@@@Z @26679 NONAME ?ReadRaw@H323Codec@@QAEHPAXHAAH@Z @20158 NONAME ?ReadStatus@VoipBlasterInterface@@QAE?AW4Status@1@VPTimeInterval@@@Z @26680 NONAME ?Receive@H323_ExternalRTPChannel@@UAEXXZ @19933 NONAME ?Receive@H323_RTPChannel@@UAEXXZ @12158 NONAME ?Receive@H323_T120Channel@@UAEXXZ @18999 NONAME ?Receive@H323_T38Channel@@UAEXXZ @19000 NONAME ?ReceivedPacket@OpalRFC2833@@MAEXAAVRTP_DataFrame@@H@Z @20143 NONAME ?ReceivedPacket@OpalRtpToWavFile@@MAEXAAVRTP_DataFrame@@H@Z @20574 NONAME ?ReceiveTimeout@OpalRFC2833@@MAEXAAVPTimer@@H@Z @20144 NONAME ?Redraw@H323_H261Codec@@IAEHXZ @12161 NONAME ?Register@?$PFactory@VH235Authenticator@@VPString@@@@SAXABVPString@@PAVWorkerBase@1@@Z @45034 NONAME ?Register@?$PFactory@VH323Capability@@VPString@@@@SAXABVPString@@PAVH323Capability@@@Z @44135 NONAME ?Register@?$PFactory@VH323Capability@@VPString@@@@SAXABVPString@@PAVWorkerBase@1@@Z @44136 NONAME ?Register@?$PFactory@VOpalFactoryCodec@@VPString@@@@SAXABVPString@@PAVWorkerBase@1@@Z @44738 NONAME ?Register@?$PFactory@VOpalMediaFormat@@VPString@@@@SAXABVPString@@PAVOpalMediaFormat@@@Z @44137 NONAME ?Register@?$PFactory@VOpalMediaFormat@@VPString@@@@SAXABVPString@@PAVWorkerBase@1@@Z @44138 NONAME ?Register@?$PFactory@VPPluginModuleManager@@VPString@@@@SAXABVPString@@PAVWorkerBase@1@@Z @44139 NONAME ?Register@?$PFactory@VPWAVFileConverter@@I@@SAXABIPAVWorkerBase@1@@Z @44375 NONAME ?RegisterCodecs@H323PluginCodecManager@@IAEXIPAX@Z @42733 NONAME ?RegisterStaticCodec@H323PluginCodecManager@@QAEXPBDP6AIXZP6APAUPluginCodec_Definition@@PAII@Z@Z @42734 NONAME ?Register_Internal@?$PFactory@VH235Authenticator@@VPString@@@@IAEXABVPString@@PAVWorkerBase@1@@Z @45035 NONAME ?Register_Internal@?$PFactory@VH323Capability@@VPString@@@@IAEXABVPString@@PAVWorkerBase@1@@Z @44140 NONAME ?Register_Internal@?$PFactory@VOpalFactoryCodec@@VPString@@@@IAEXABVPString@@PAVWorkerBase@1@@Z @44739 NONAME ?Register_Internal@?$PFactory@VOpalMediaFormat@@VPString@@@@IAEXABVPString@@PAVWorkerBase@1@@Z @44141 NONAME ?Register_Internal@?$PFactory@VPPluginModuleManager@@VPString@@@@IAEXABVPString@@PAVWorkerBase@1@@Z @44142 NONAME ?Register_Internal@?$PFactory@VPWAVFileConverter@@I@@IAEXABIPAVWorkerBase@1@@Z @44376 NONAME ?RegistrationRequest@H323Gatekeeper@@QAEHH@Z @12163 NONAME ?RegistrationTimeToLive@H323Gatekeeper@@IAEXXZ @20545 NONAME ?Release@H245NegLogicalChannel@@MAEXXZ @13886 NONAME ?ReleaseOnePacket@Transmitter@@IAEXPAUpktbuf@1@@Z @12166 NONAME ?ReleaseSession@H323Connection@@UAEXI@Z @19871 NONAME ?ReleaseSession@RTP_SessionManager@@QAEXI@Z @12168 NONAME ?Remove@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UAEHPAVH323GatekeeperCall@@@Z @21416 NONAME ?Remove@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UAEHPAVH323PeerElementDescriptor@@@Z @25806 NONAME ?Remove@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UAEHPAVH323PeerElementServiceRelationship@@@Z @25807 NONAME ?Remove@H323Capabilities@@QAEXABVPString@@@Z @12546 NONAME ?Remove@H323Capabilities@@QAEXABVPStringArray@@@Z @12547 NONAME ?Remove@H323Capabilities@@QAEXPAVH323Capability@@@Z @12540 NONAME ?RemoveAlias@H323GatekeeperServer@@QAEXAAVH323RegisteredEndPoint@@ABVPString@@@Z @26681 NONAME ?RemoveAlias@H323RegisteredEndPoint@@QAEXABVPString@@@Z @26682 NONAME ?RemoveAliasName@H323EndPoint@@QAEHABVPString@@@Z @12169 NONAME ?RemoveAll@H245NegLogicalChannels@@QAEXXZ @12170 NONAME ?RemoveAll@H323Capabilities@@QAEXXZ @12541 NONAME ?RemoveAll@PASN_Array@@QAEXXZ @42304 NONAME ?RemoveAllServiceRelationships@H323PeerElement@@QAEHXZ @25958 NONAME ?RemoveAt@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UAEPAVH245NegLogicalChannel@@ABVH323ChannelNumber@@@Z @12171 NONAME ?RemoveAt@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UAEPAVH323ServiceControlSession@@ABVPOrdinalKey@@@Z @23630 NONAME ?RemoveAt@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UAEPAVH450xHandler@@ABVPOrdinalKey@@@Z @19504 NONAME ?RemoveAt@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UAEPAVPBYTEArray@@ABVPOrdinalKey@@@Z @12172 NONAME ?RemoveAt@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UAEPAVRequest@H323Transactor@@ABVPOrdinalKey@@@Z @25906 NONAME ?RemoveAt@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UAEPAVRTP_Session@@ABVPOrdinalKey@@@Z @12173 NONAME ?RemoveAt@?$PDictionary@VPString@@VH323Connection@@@@UAEPAVH323Connection@@ABVPString@@@Z @12174 NONAME ?RemoveAt@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UAEPAVH323RegisteredEndPoint@@ABVPString@@@Z @19167 NONAME ?RemoveAt@?$PDictionary@VPString@@VPOrdinalKey@@@@UAEPAVPOrdinalKey@@ABVPString@@@Z @25959 NONAME ?RemoveAt@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UAEHH@Z @21417 NONAME ?RemoveAt@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UAEHH@Z @25808 NONAME ?RemoveAt@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UAEHH@Z @25809 NONAME ?RemoveAt@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UAEHABVPString@@@Z @21418 NONAME ?RemoveCall@H323GatekeeperServer@@UAEXPAVH323GatekeeperCall@@@Z @20488 NONAME ?RemoveCall@H323RegisteredEndPoint@@UAEHPAVH323GatekeeperCall@@@Z @42764 NONAME ?RemoveCapabilities@H323EndPoint@@QAEXABVPStringArray@@@Z @16227 NONAME ?RemoveDescriptorInformation@H323PeerElement@@IAEXABVH501_ArrayOf_AddressTemplate@@@Z @26158 NONAME ?RemoveEndPoint@H323GatekeeperServer@@UAEHPAVH323RegisteredEndPoint@@@Z @26694 NONAME ?RemoveFilter@H323_RTPChannel@@QAEXABVPNotifier@@@Z @20577 NONAME ?RemoveGatekeeper@H323EndPoint@@QAEHH@Z @12176 NONAME ?RemoveIE@Q931@@QAEXW4InformationElementCodes@1@@Z @19177 NONAME ?RemoveListener@H323EndPoint@@QAEHPAVH323Listener@@@Z @12794 NONAME ?RemoveListener@H323TransactionServer@@QAEHPAVH323Transactor@@@Z @24054 NONAME ?RemoveServiceRelationship@H323PeerElement@@QAEHABVH323TransportAddress@@H@Z @25960 NONAME ?RemoveServiceRelationship@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@H@Z @26513 NONAME ?RenderFrame@H323_H261Codec@@IAEHXZ @12177 NONAME ?RenderFrame@H323_RFC2190_H263Codec@@IAEHPBUAVFrame@@@Z @46002 NONAME ?RenderFrame@H323_RFC2190_H263Codec@@IAEHPBX@Z @46003 NONAME ?Reopen@RTP_UDP@@QAEXH@Z @26656 NONAME ?Reorder@H323Capabilities@@QAEXABVPStringArray@@@Z @12544 NONAME ?ReorderCapabilities@H323EndPoint@@QAEXABVPStringArray@@@Z @16228 NONAME ?RequestModeChange@H323Connection@@UAEHABVH245_ArrayOf_ModeDescription@@@Z @19896 NONAME ?RequestModeChange@H323Connection@@UAEHABVPString@@@Z @19897 NONAME ?RequestModeChangeT38@H323Connection@@UAEHPBD@Z @20546 NONAME ?resetndblk@P64Decoder@@QAEXXZ @42306 NONAME ?Resize@H323_H261Codec@@IAEHHH@Z @12179 NONAME ?Resize@H323_RFC2190_H263Codec@@IAEHHH@Z @46004 NONAME ?Restart@H245NegMasterSlaveDetermination@@IAEHXZ @12180 NONAME ?RetrieveCall@H323Connection@@QAEXXZ @19965 NONAME ?RetrieveCall@H4504Handler@@QAEXXZ @19966 NONAME ?rfc2190h263Loader@PWLibStupidLinkerHacks@@3HA @46005 NONAME ?rfc2190_ff@@3VRFC2190_FfmpgLink@@A @46006 NONAME ?RingLine@OpalIxJDevice@@UAEHIHPAI@Z @21430 NONAME ?RingLine@OpalIxJDevice@@UAEHIK@Z @12181 NONAME ?RingLine@OpalLineInterfaceDevice@@UAEHIHPAI@Z @21431 NONAME ?RingLine@OpalLineInterfaceDevice@@UAEHIK@Z @12182 NONAME ?RingLine@OpalVoipBlasterDevice@@UAEHIK@Z @20048 NONAME ?ROWZAG@@3QBEB @12183 NONAME ?RtpCallback@H323_RFC2190_H263Codec@@SAXPAXH0H0@Z @46007 NONAME ?SameSize@Encoder@@IAEHPBVVideoFrame@@@Z @42307 NONAME ?save@Pre_Vid_Coder@@IAEXPAE0H@Z @42308 NONAME ?saveblks@Pre_Vid_Coder@@IAEXPAE@Z @12184 NONAME ?SelectDefaultLogicalChannel@H323Connection@@UAEXI@Z @12185 NONAME ?SelectFastStartChannels@H323Connection@@UAEXIHH@Z @12791 NONAME ?SendAccessRequestByAddr@H323PeerElement@@QAE?AW4Error@1@ABVH323TransportAddress@@AAVH501PDU@@1@Z @26402 NONAME ?SendAccessRequestByID@H323PeerElement@@QAE?AW4Error@1@ABVOpalGloballyUniqueID@@AAVH501PDU@@1@Z @26403 NONAME ?SendCachedResponse@H323Transactor@@IAEHABVH323TransactionPDU@@@Z @25907 NONAME ?SendCachedResponse@Response@H323Transactor@@QAEHAAVH323Transport@@@Z @25908 NONAME ?SendCallCreditServiceControl@H323GatekeeperCall@@UAEHXZ @23648 NONAME ?SendCallerIDOnCallWaiting@OpalIxJDevice@@UAEHIABVPString@@@Z @12726 NONAME ?SendCallerIDOnCallWaiting@OpalLineInterfaceDevice@@UAEHIABVPString@@@Z @12727 NONAME ?SendCallerIDOnCallWaiting@OpalVoipBlasterDevice@@UAEHIABVPString@@@Z @20049 NONAME ?SendCallWaitingIndication@H323Connection@@QAEXI@Z @19967 NONAME ?SendCapabilitySet@H323Connection@@UAEXH@Z @16262 NONAME ?SendFastStartAcknowledge@H323Connection@@UAEHAAVH225_ArrayOf_PASN_OctetString@@@Z @18447 NONAME ?SendGeneralReject@H450xDispatcher@@QAEXHH@Z @19506 NONAME ?SendGeneralReject@H450xHandler@@QAEXH@Z @19507 NONAME ?SendInvokeReject@H450xDispatcher@@QAEXHH@Z @19508 NONAME ?SendInvokeReject@H450xHandler@@QAEXH@Z @19509 NONAME ?SendLogicalChannelMiscCommand@H323Connection@@QAEXAAVH323Channel@@I@Z @19701 NONAME ?SendMiscCommand@H323Channel@@QAEXI@Z @19685 NONAME ?SendMiscCommand@H323VideoCodec@@QAEXI@Z @19687 NONAME ?SendMoreDigits@H323Connection@@UAEXABVPString@@@Z @19626 NONAME ?SendReport@RTP_Session@@UAEHXZ @20342 NONAME ?SendReturnError@H450xDispatcher@@QAEXHH@Z @19510 NONAME ?SendReturnError@H450xHandler@@QAEXH@Z @19511 NONAME ?SendReturnErrorReject@H450xDispatcher@@QAEXHH@Z @19512 NONAME ?SendReturnErrorReject@H450xHandler@@QAEXH@Z @19513 NONAME ?SendReturnResultReject@H450xDispatcher@@QAEXHH@Z @19514 NONAME ?SendReturnResultReject@H450xHandler@@QAEXH@Z @19515 NONAME ?SendServiceControlSession@H323GatekeeperCall@@UAEHABVH323ServiceControlSession@@@Z @23649 NONAME ?SendServiceControlSession@H323RegisteredEndPoint@@UAEHABVH323ServiceControlSession@@@Z @23650 NONAME ?SendSignalSetup@H323Connection@@UAE?AW4CallEndReason@1@ABVPString@@ABVH323TransportAddress@@@Z @12187 NONAME ?SendTone@OpalRFC2833@@UAEHDI@Z @20145 NONAME ?SendUnsolicitedIRR@H323Gatekeeper@@IAEHAAVH225_InfoRequestResponse@@AAVH323RasPDU@@@Z @20609 NONAME ?SendUpdateDescriptor@H323PeerElement@@IAE?AW4Error@1@AAVH501PDU@@ABVH323TransportAddress@@PAVH323PeerElementDescriptor@@W4Choices@H501_UpdateInformation_updateType@@@Z @25963 NONAME ?SendUpdateDescriptorByAddr@H323PeerElement@@QAE?AW4Error@1@ABVH323TransportAddress@@PAVH323PeerElementDescriptor@@W4Choices@H501_UpdateInformation_updateType@@@Z @25964 NONAME ?SendUpdateDescriptorByID@H323PeerElement@@QAE?AW4Error@1@ABVOpalGloballyUniqueID@@PAVH323PeerElementDescriptor@@W4Choices@H501_UpdateInformation_updateType@@@Z @25965 NONAME ?SendUserInput@H323Connection@@UAEXABVPString@@@Z @12188 NONAME ?SendUserInputIndication@H323Connection@@UAEXABVH245_UserInputIndication@@@Z @12189 NONAME ?SendUserInputIndicationQ931@H323Connection@@UAEXABVPString@@@Z @20361 NONAME ?SendUserInputIndicationString@H323Connection@@UAEXABVPString@@@Z @20089 NONAME ?SendUserInputIndicationTone@H323Connection@@UAEXDIII@Z @20090 NONAME ?SendUserInputTone@H323Connection@@UAEXDIII@Z @12190 NONAME ?SendVisualMessageWaitingIndicator@OpalIxJDevice@@UAEHIH@Z @12728 NONAME ?SendVisualMessageWaitingIndicator@OpalLineInterfaceDevice@@UAEHIH@Z @12729 NONAME ?SendVisualMessageWaitingIndicator@OpalVoipBlasterDevice@@UAEHIH@Z @20050 NONAME ?ServiceControlIndication@H323GatekeeperListener@@UAEHAAVH323RegisteredEndPoint@@ABVH323ServiceControlSession@@PAVH323GatekeeperCall@@@Z @23651 NONAME ?ServiceRelease@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@I@Z @25829 NONAME ?ServiceRequestByAddr@H323PeerElement@@QAE?AW4Error@1@ABVH323TransportAddress@@AAVOpalGloballyUniqueID@@@Z @25966 NONAME ?ServiceRequestByID@H323PeerElement@@QAE?AW4Error@1@AAVOpalGloballyUniqueID@@@Z @25967 NONAME ?Set@PortInfo@H323EndPoint@@QAEXIIII@Z @21066 NONAME ?SetAEC@OpalIxJDevice@@UAEHIW4AECLevels@OpalLineInterfaceDevice@@@Z @12192 NONAME ?SetAEC@OpalLineInterfaceDevice@@UAEHIW4AECLevels@1@@Z @12193 NONAME ?SetAEC@OpalVoipBlasterDevice@@UAEHIW4AECLevels@OpalLineInterfaceDevice@@@Z @20051 NONAME ?SetAlternates@H323Gatekeeper@@IAEXABVH225_ArrayOf_AlternateGK@@H@Z @20743 NONAME ?SetAssociatedCallToken@H323Connection@@QAEXABVPString@@@Z @20232 NONAME ?SetAssociatedCallToken@H4502Handler@@QAEXABVPString@@@Z @42309 NONAME ?SetAt@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UAEHABVH323ChannelNumber@@PAVH245NegLogicalChannel@@@Z @12195 NONAME ?SetAt@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UAEHABVPOrdinalKey@@PAVH323ServiceControlSession@@@Z @23631 NONAME ?SetAt@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UAEHABVPOrdinalKey@@PAVH450xHandler@@@Z @19516 NONAME ?SetAt@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UAEHABVPOrdinalKey@@PAVPBYTEArray@@@Z @12196 NONAME ?SetAt@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UAEHABVPOrdinalKey@@PAVRequest@H323Transactor@@@Z @25909 NONAME ?SetAt@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UAEHABVPOrdinalKey@@PAVRTP_Session@@@Z @12197 NONAME ?SetAt@?$PDictionary@VPString@@VH323Connection@@@@UAEHABVPString@@PAVH323Connection@@@Z @12198 NONAME ?SetAt@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UAEHABVPString@@PAVH323RegisteredEndPoint@@@Z @19171 NONAME ?SetAt@?$PDictionary@VPString@@VPOrdinalKey@@@@UAEHABVPString@@PAVPOrdinalKey@@@Z @25968 NONAME ?SetAt@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UAEXABVPString@@PAVH323RegisteredEndPoint@@@Z @21419 NONAME ?SetAudioJitterDelay@H323Connection@@QAEXII@Z @21422 NONAME ?SetAudioJitterDelay@H323EndPoint@@QAEXII@Z @21423 NONAME ?SetAuthenticators@H323TransactionPDU@@QAEXABVH235Authenticators@@@Z @42310 NONAME ?SetBackgroundFill@H323PluginVideoCodec@@UAEXH@Z @42311 NONAME ?SetBackgroundFill@H323VideoCodec@@UAEXH@Z @12676 NONAME ?SetBackgroundFill@H323_H261Codec@@UAEXH@Z @19718 NONAME ?SetBackgroundFill@H323_RFC2190_H263Codec@@UAEXH@Z @46008 NONAME ?SetBackgroundFill@P64Encoder@@QAEXH@Z @19719 NONAME ?SetBackgroundFill@Pre_Vid_Coder@@QAEXH@Z @42312 NONAME ?SetBandwidthAvailable@H323Connection@@QAEHIH@Z @12200 NONAME ?SetBandwidthUsed@H323Channel@@QAEHI@Z @12201 NONAME ?SetBandwidthUsed@H323GatekeeperCall@@QAEHI@Z @25639 NONAME ?SetBearerCapabilities@Q931@@QAEXW4InformationTransferCapability@1@III@Z @19531 NONAME ?SetCalledPartyNumber@Q931@@QAEXABVPString@@II@Z @12202 NONAME ?SetCallEndReason@H323Connection@@UAEXW4CallEndReason@1@PAVPSyncPoint@@@Z @20620 NONAME ?SetCallerID@OpalIxJDevice@@UAEHIABVPString@@@Z @12204 NONAME ?SetCallerID@OpalLineInterfaceDevice@@UAEHIABVPString@@@Z @12205 NONAME ?SetCallerID@OpalVoipBlasterDevice@@UAEHIABVPString@@@Z @20052 NONAME ?SetCallingPartyNumber@Q931@@QAEXABVPString@@IIHH@Z @12477 NONAME ?SetCallIntrusion@H323Connection@@QAEXXZ @42313 NONAME ?SetCallState@Q931@@QAEXW4CallStates@1@I@Z @20343 NONAME ?SetCanonicalName@RTP_Session@@QAEXABVPString@@@Z @21503 NONAME ?SetCapability@H235AuthCAT@@UAEHAAVH225_ArrayOf_AuthenticationMechanism@@AAVH225_ArrayOf_PASN_ObjectId@@@Z @23894 NONAME ?SetCapability@H235AuthProcedure1@@UAEHAAVH225_ArrayOf_AuthenticationMechanism@@AAVH225_ArrayOf_PASN_ObjectId@@@Z @20547 NONAME ?SetCapability@H235AuthSimpleMD5@@UAEHAAVH225_ArrayOf_AuthenticationMechanism@@AAVH225_ArrayOf_PASN_ObjectId@@@Z @19397 NONAME ?SetCapability@H323Capabilities@@QAEHHHPAVH323Capability@@@Z @12542 NONAME ?SetCapability@H323EndPoint@@QAEHHHPAVH323Capability@@@Z @12464 NONAME ?SetCapabilityNumber@H323Capability@@QAEXI@Z @42314 NONAME ?SetCaptureReceiveToAddress@PIPSocket@@QAEHXZ @44740 NONAME ?SetCause@Q931@@QAEXW4CauseValues@1@II@Z @12644 NONAME ?SetChannelIdentification@Q931@@QAEXIIH@Z @25815 NONAME ?SetConnectedNumber@Q931@@QAEXABVPString@@IIHHH@Z @19883 NONAME ?SetConstraints@PASN_Object@@QAEXW4ConstraintType@1@H@Z @42315 NONAME ?SetConstraints@PASN_Object@@QAEXW4ConstraintType@1@HI@Z @42316 NONAME ?SetConstraints@PASN_Object@@QAEXW4ConstraintType@1@HW4MaximumValueTag@1@@Z @42317 NONAME ?SetConsultationTransferSuccess@H4502Handler@@QAEXXZ @42318 NONAME ?SetContribSource@RTP_DataFrame@@QAEXHK@Z @12209 NONAME ?SetCount@RTP_ControlFrame@@QAEXI@Z @12443 NONAME ?SetCountryCode@OpalIxJDevice@@UAEHW4T35CountryCodes@OpalLineInterfaceDevice@@@Z @12210 NONAME ?SetCountryCode@OpalLineInterfaceDevice@@UAEHW4T35CountryCodes@1@@Z @12212 NONAME ?SetCountryCode@OpalVoipBlasterDevice@@UAEHW4T35CountryCodes@OpalLineInterfaceDevice@@@Z @20053 NONAME ?SetCountryCodeName@OpalLineInterfaceDevice@@UAEHABVPString@@@Z @12713 NONAME ?SetDelay@RTP_JitterBuffer@@QAEXII@Z @21424 NONAME ?SetDisplayName@Q931@@QAEXABVPString@@@Z @12214 NONAME ?SetDomainName@H323PeerElement@@QAEXABVPString@@@Z @25834 NONAME ?SetDynamicRTPPayloadType@H323_RealTimeChannel@@UAEHH@Z @20092 NONAME ?SetEndpointTypeInfo@H323EndPoint@@UBEXAAVH225_EndpointType@@@Z @12215 NONAME ?SetEnforcedDurationLimit@H323Connection@@QAEXI@Z @23632 NONAME ?SetExtension@RTP_DataFrame@@QAEXH@Z @12216 NONAME ?SetExtensionSize@RTP_DataFrame@@QAEHH@Z @26444 NONAME ?SetExtensionType@RTP_DataFrame@@QAEXH@Z @26445 NONAME ?SetExternalAddress@H323_ExternalRTPChannel@@QAEXABVH323TransportAddress@@0@Z @20238 NONAME ?SetForcedReleaseAccepted@H323Connection@@UAEXXZ @21041 NONAME ?SetForcedReleaseAccepted@H45011Handler@@QAEXXZ @21042 NONAME ?SetGatekeeper@H323EndPoint@@QAEHABVPString@@PAVH323Transport@@@Z @12218 NONAME ?SetGatekeeperIdentifier@H323GatekeeperServer@@QAEXABVPString@@H@Z @19172 NONAME ?SetGatekeeperPassword@H323EndPoint@@UAEXABVPString@@@Z @23654 NONAME ?SetGatekeeperZone@H323EndPoint@@QAEHABVPString@@0PAVH323Transport@@@Z @13887 NONAME ?SetH221NonStandardInfo@H323EndPoint@@UBEXAAVH225_H221NonStandard@@@Z @12219 NONAME ?SetHoldMedia@H323Connection@@QAEXPAVPChannel@@@Z @19968 NONAME ?SetIdentifier@H225_RAS@@QAEXABVPString@@@Z @42319 NONAME ?SetIE@Q931@@QAEXW4InformationElementCodes@1@ABVPBYTEArray@@@Z @12653 NONAME ?SetIgnoreOutOfOrderPackets@RTP_Session@@QAEXH@Z @42320 NONAME ?SetInfoRequestRate@H323Gatekeeper@@IAEXABVPTimeInterval@@@Z @21252 NONAME ?SetInitialBandwidth@H323Channel@@UAEHXZ @12220 NONAME ?SetIntrusionImpending@H323Connection@@UAEXXZ @21043 NONAME ?SetIntrusionImpending@H45011Handler@@QAEXXZ @21044 NONAME ?SetIntrusionNotAuthorized@H323Connection@@UAEXXZ @21045 NONAME ?SetIntrusionNotAuthorized@H45011Handler@@QAEXXZ @21046 NONAME ?SetJitterBufferSize@RTP_Session@@QAEXIIH@Z @21425 NONAME ?SetKeypad@Q931@@QAEXABVPString@@@Z @20362 NONAME ?SetLastReadCount@PWAVFile@@QAEXH@Z @44377 NONAME ?SetLineOffHook@OpalIxJDevice@@UAEHIH@Z @12222 NONAME ?SetLineOffHook@OpalVoipBlasterDevice@@UAEHIH@Z @20054 NONAME ?SetLineOnHook@OpalLineInterfaceDevice@@UAEHI@Z @12224 NONAME ?SetLineToLineDirect@OpalIxJDevice@@UAEHIIH@Z @12225 NONAME ?SetLineToLineDirect@OpalLineInterfaceDevice@@UAEHIIH@Z @12226 NONAME ?SetLineToLineDirect@OpalVoipBlasterDevice@@UAEHIIH@Z @20055 NONAME ?SetLocalAddress@RTP_UDP@@QAEXABVAddress@PIPSocket@@@Z @42321 NONAME ?SetLocalId@H235Authenticator@@UAEXABVPString@@@Z @45036 NONAME ?SetLocalName@H323PeerElement@@QAEXABVPString@@@Z @25810 NONAME ?SetLocalPartyName@H323Connection@@QAEXABVPString@@@Z @20575 NONAME ?SetLocalUserName@H323EndPoint@@UAEXABVPString@@@Z @23655 NONAME ?SetLostPackets@ReceiverReport@RTP_ControlFrame@@QAEXI@Z @12445 NONAME ?SetMarker@RTP_DataFrame@@QAEXH@Z @12228 NONAME ?SetMaxBitRate@H323VideoCodec@@UAEHI@Z @23856 NONAME ?SetMaxBitRate@H323_RFC2190_H263Codec@@UAEHI@Z @46009 NONAME ?SetNoAutoDelete@PThread@@QAEXXZ @42323 NONAME ?SetNoMediaTimeout@H323EndPoint@@QAEHVPTimeInterval@@@Z @26419 NONAME ?SetNumber@H323Channel@@QAEXABVH323ChannelNumber@@@Z @42324 NONAME ?SetOnlyServiceRelationship@H323PeerElement@@QAEHABVPString@@H@Z @25969 NONAME ?SetPassword@H235Authenticator@@UAEXABVPString@@@Z @45037 NONAME ?SetPassword@H323Gatekeeper@@QAEXABVPString@@0@Z @19406 NONAME ?SetPassword@H323RegisteredEndPoint@@UAEHABVPString@@0@Z @23895 NONAME ?SetPause@H323Channel@@QAEXH@Z @42326 NONAME ?SetPayloadSize@RTP_ControlFrame@@QAEXH@Z @12231 NONAME ?SetPayloadSize@RTP_DataFrame@@QAEHH@Z @12232 NONAME ?SetPayloadType@OpalRFC2833@@QAEXW4PayloadTypes@RTP_DataFrame@@@Z @42327 NONAME ?SetPayloadType@RTP_ControlFrame@@QAEXI@Z @12233 NONAME ?SetPayloadType@RTP_DataFrame@@QAEXW4PayloadTypes@1@@Z @12234 NONAME ?SetPDU@H323TransportAddress@@QBEHAAVH225_TransportAddress@@@Z @12235 NONAME ?SetPDU@H323TransportAddress@@QBEHAAVH245_TransportAddress@@@Z @12236 NONAME ?SetPDU@Response@H323Transactor@@QAEXABVH323TransactionPDU@@@Z @25910 NONAME ?SetPeerElement@H323GatekeeperServer@@QAEXPAVH323PeerElement@@@Z @26180 NONAME ?SetPlayVolume@OpalIxJDevice@@UAEHII@Z @12237 NONAME ?SetPlayVolume@OpalLineInterfaceDevice@@UAEHII@Z @12238 NONAME ?SetPlayVolume@OpalVoipBlasterDevice@@UAEHII@Z @20056 NONAME ?SetPosition@PWAVFileConverterXLaw@@UAEHAAVPWAVFile@@JW4FilePositionOrigin@PFile@@@Z @44378 NONAME ?SetProgressIndicator@Q931@@QAEXIII@Z @12786 NONAME ?SetPromiscuous@H323Transport@@UAEXW4PromisciousModes@1@@Z @21508 NONAME ?SetPromiscuous@H323TransportUDP@@UAEXW4PromisciousModes@H323Transport@@@Z @21509 NONAME ?SetProtocolList@H323PeerElementDescriptor@@SAXAAVH501_ArrayOf_SupportedProtocols@@I@Z @25811 NONAME ?SetQ931Fields@H323SignalPDU@@QAEXABVH323Connection@@HIIHH@Z @18448 NONAME ?setq@H261Encoder@@QAEXH@Z @12240 NONAME ?SetQualityLevel@P64Encoder@@QAEXH@Z @19668 NONAME ?setquantizers@H261Encoder@@IAEXHHH@Z @12241 NONAME ?SetRawCodec@OpalIxJDevice@@UAEHI@Z @12822 NONAME ?SetRawCodec@OpalLineInterfaceDevice@@UAEHI@Z @12823 NONAME ?SetRawCodec@OpalVoipBlasterDevice@@UAEHI@Z @20057 NONAME ?SetReadCodec@OpalLineInterfaceDevice@@UAEHIW4PayloadTypes@RTP_DataFrame@@@Z @12243 NONAME ?SetReadFormat@OpalIxJDevice@@UAEHIABVOpalMediaFormat@@@Z @12942 NONAME ?SetReadFormat@OpalVoipBlasterDevice@@UAEHIABVOpalMediaFormat@@@Z @20058 NONAME ?SetReadFrameSize@OpalIxJDevice@@UAEHIH@Z @12730 NONAME ?SetReadFrameSize@OpalLineInterfaceDevice@@UAEHIH@Z @12245 NONAME ?SetReadFrameSize@OpalVoipBlasterDevice@@UAEHIH@Z @20059 NONAME ?SetRecordVolume@OpalIxJDevice@@UAEHII@Z @12248 NONAME ?SetRecordVolume@OpalLineInterfaceDevice@@UAEHII@Z @12249 NONAME ?SetRecordVolume@OpalVoipBlasterDevice@@UAEHII@Z @20060 NONAME ?SetRedirectingNumber@Q931@@QAEXABVPString@@IIHHH@Z @19596 NONAME ?SetRejectReason@H323GatekeeperARQ@@UAEXI@Z @20491 NONAME ?SetRejectReason@H323GatekeeperBRQ@@UAEXI@Z @20492 NONAME ?SetRejectReason@H323GatekeeperDRQ@@UAEXI@Z @20493 NONAME ?SetRejectReason@H323GatekeeperGRQ@@UAEXI@Z @20494 NONAME ?SetRejectReason@H323GatekeeperIRR@@UAEXI@Z @20602 NONAME ?SetRejectReason@H323GatekeeperLRQ@@UAEXI@Z @20495 NONAME ?SetRejectReason@H323GatekeeperRRQ@@UAEXI@Z @20496 NONAME ?SetRejectReason@H323GatekeeperURQ@@UAEXI@Z @20497 NONAME ?SetRejectReason@H501AccessRequest@@UAEXI@Z @26159 NONAME ?SetRejectReason@H501DescriptorUpdate@@UAEXI@Z @26160 NONAME ?SetRejectReason@H501ServiceRequest@@UAEXI@Z @26161 NONAME ?SetRemotCallWaiting@H323Connection@@QAEXI@Z @42329 NONAME ?SetRemoteAddress@H323TransportTCP@@UAEHABVH323TransportAddress@@@Z @12251 NONAME ?SetRemoteAddress@H323TransportUDP@@UAEHABVH323TransportAddress@@@Z @12252 NONAME ?SetRemoteApplication@H323Connection@@QAEXABVH225_EndpointType@@@Z @12357 NONAME ?SetRemoteId@H235Authenticator@@UAEXABVPString@@@Z @45038 NONAME ?SetRemotePartyInfo@H323Connection@@QAEXABVH323SignalPDU@@@Z @12478 NONAME ?SetRemoteSocketInfo@RTP_UDP@@QAEHVAddress@PIPSocket@@GH@Z @12254 NONAME ?SetRemoteVersions@H323Connection@@IAEXABVH225_ProtocolIdentifier@@@Z @20613 NONAME ?SetRemoveDTMF@OpalIxJDevice@@UAEHIH@Z @12255 NONAME ?SetRemoveDTMF@OpalLineInterfaceDevice@@UAEHIH@Z @12256 NONAME ?SetRemoveDTMF@OpalVoipBlasterDevice@@UAEHIH@Z @20061 NONAME ?SetRtpIpPorts@H323EndPoint@@QAEXII@Z @20344 NONAME ?SetRxStatisticsInterval@RTP_Session@@QAEXI@Z @20345 NONAME ?SetSendUserInputMode@H323Connection@@QAEXW4SendUserInputModes@1@@Z @20093 NONAME ?SetSequenceNumber@RTP_DataFrame@@QAEXG@Z @42331 NONAME ?SetSignalInfo@Q931@@QAEXW4SignalInfo@1@@Z @12494 NONAME ?SetSilenceDetectionMode@H323AudioCodec@@QAEXW4SilenceDetectionMode@1@IIII@Z @12258 NONAME ?SetSize@Encoder@@QAEXHH@Z @42332 NONAME ?SetSize@H261DCTEncoder@@UAEXHH@Z @12260 NONAME ?SetSize@H261Encoder@@MAEXHH@Z @12261 NONAME ?SetSize@H261PixelEncoder@@UAEXHH@Z @12262 NONAME ?SetSize@H323CapabilitiesSet@@UAEHH@Z @12543 NONAME ?SetSize@H323SimultaneousCapabilities@@UAEHH@Z @12264 NONAME ?SetSize@P64Encoder@@QAEXHH@Z @12266 NONAME ?SetSize@Pre_Vid_Coder@@IAEXHH@Z @12267 NONAME ?SetSize@VideoFrame@@QAEXHH@Z @12880 NONAME ?SetSoundChannelBufferDepth@H323EndPoint@@QAEXI@Z @12645 NONAME ?SetSoundChannelPlayDevice@H323EndPoint@@UAEHABVPString@@@Z @12269 NONAME ?SetSoundChannelPlayDriver@H323EndPoint@@UAEHABVPString@@@Z @44816 NONAME ?SetSoundChannelRecordDevice@H323EndPoint@@UAEHABVPString@@@Z @12270 NONAME ?SetSoundChannelRecordDriver@H323EndPoint@@UAEHABVPString@@@Z @44817 NONAME ?SetSTUNServer@H323EndPoint@@QAEXABVPString@@@Z @23920 NONAME ?SetSyncSource@RTP_DataFrame@@QAEXK@Z @42333 NONAME ?SetTargetFrameTimeMs@H323VideoCodec@@UAEHI@Z @23857 NONAME ?SetTCPPorts@H323EndPoint@@QAEXII@Z @20346 NONAME ?SetTimestamp@RTP_DataFrame@@QAEXK@Z @42334 NONAME ?SetTimestampGracePeriod@H235Authenticator@@UAEXH@Z @45107 NONAME ?SetToneFilter@OpalLineInterfaceDevice@@UAEHIW4CallProgressTones@1@ABVPString@@@Z @19016 NONAME ?SetToneFilterParameters@OpalIxJDevice@@UAEHIW4CallProgressTones@OpalLineInterfaceDevice@@IIHPBI1@Z @19017 NONAME ?SetToneFilterParameters@OpalLineInterfaceDevice@@UAEHIW4CallProgressTones@1@IIHPBI1@Z @19018 NONAME ?SetToolName@RTP_Session@@QAEXABVPString@@@Z @21504 NONAME ?SetTransport@H323Transactor@@QAEHABVH323TransportAddress@@@Z @25984 NONAME ?SetTransport@OpalT38Protocol@@QAEXPAVH323Transport@@H@Z @20309 NONAME ?SetTxFramesInPacket@H323AudioCapability@@UAEXI@Z @12271 NONAME ?SetTxFramesInPacket@H323Capability@@UAEXI@Z @12272 NONAME ?SetTxMaxQuality@H323PluginVideoCodec@@UAEXH@Z @42335 NONAME ?SetTxMaxQuality@H323VideoCodec@@UAEXH@Z @23858 NONAME ?SetTxMaxQuality@H323_H261Codec@@UAEXH@Z @23859 NONAME ?SetTxMaxQuality@H323_RFC2190_H263Codec@@UAEXH@Z @46010 NONAME ?SetTxMinQuality@H323PluginVideoCodec@@UAEXH@Z @42336 NONAME ?SetTxMinQuality@H323VideoCodec@@UAEXH@Z @23860 NONAME ?SetTxMinQuality@H323_H261Codec@@UAEXH@Z @23861 NONAME ?SetTxMinQuality@H323_RFC2190_H263Codec@@UAEXH@Z @46011 NONAME ?SetTxQualityLevel@H323AudioCodec@@UAEXH@Z @45460 NONAME ?SetTxQualityLevel@H323PluginFramedAudioCodec@@UAEXH@Z @45461 NONAME ?SetTxQualityLevel@H323PluginVideoCodec@@UAEXH@Z @42337 NONAME ?SetTxQualityLevel@H323StreamedPluginAudioCodec@@UAEXH@Z @45462 NONAME ?SetTxQualityLevel@H323VideoCodec@@UAEXH@Z @12677 NONAME ?SetTxQualityLevel@H323_H261Codec@@UAEXH@Z @19669 NONAME ?SetTxQualityLevel@H323_RFC2190_H263Codec@@UAEXH@Z @46012 NONAME ?SetTxStatisticsInterval@RTP_Session@@QAEXI@Z @20347 NONAME ?SetUDPPorts@H323EndPoint@@QAEXII@Z @20607 NONAME ?SetUpCallSignalAddresses@H323Transactor@@IAEHAAVH225_ArrayOf_TransportAddress@@@Z @24057 NONAME ?SetupGatekeeperRequest@H323Gatekeeper@@IAEIAAVH323RasPDU@@@Z @19623 NONAME ?SetupTransfer@H323EndPoint@@UAEPAVH323Connection@@ABVPString@@00AAV3@PAX@Z @19969 NONAME ?SetUpTransportPDU@H323ListenerTCP@@UAEHAAVH245_TransportAddress@@ABVH323Transport@@@Z @21021 NONAME ?SetUpTransportPDU@H323Transport@@UBEXAAVH225_TransportAddress@@H@Z @12274 NONAME ?SetUpTransportPDU@H323Transport@@UBEXAAVH245_TransportAddress@@I@Z @12275 NONAME ?SetUpTransportPDU@H323TransportIP@@UBEXAAVH225_TransportAddress@@H@Z @12276 NONAME ?SetUpTransportPDU@H323TransportIP@@UBEXAAVH245_TransportAddress@@I@Z @12277 NONAME ?SetUsageInfo@H323GatekeeperCall@@IAEXABVH225_RasUsageInformation@@@Z @21420 NONAME ?SetUserData@RTP_Session@@QAEXPAVRTP_UserData@@@Z @12278 NONAME ?SetUUIEsRequested@H323Connection@@QAEXI@Z @42338 NONAME ?SetVAD@OpalIxJDevice@@UAEHIH@Z @12838 NONAME ?SetVAD@OpalLineInterfaceDevice@@UAEHIH@Z @12839 NONAME ?SetVAD@OpalVoipBlasterDevice@@UAEHIH@Z @20062 NONAME ?SetValue@PASN_BMPString@@QAEXABV1@@Z @42339 NONAME ?SetValue@PASN_BMPString@@QAEXABV?$PScalarArray@G@@@Z @42340 NONAME ?SetValue@PASN_BMPString@@QAEXABVPString@@@Z @26660 NONAME ?SetValue@PASN_BMPString@@QAEXPBD@Z @26661 NONAME ?SetValue@PASN_Boolean@@QAEXH@Z @42341 NONAME ?SetValue@PASN_ConstrainedString@@QAEXABVPString@@@Z @42342 NONAME ?SetValue@PASN_ConstrainedString@@QAEXPBD@Z @42343 NONAME ?SetValue@PASN_Enumeration@@QAEXI@Z @42344 NONAME ?SetValue@PASN_Integer@@QAEXI@Z @42345 NONAME ?SetValue@PASN_OctetString@@QAEXABVPBYTEArray@@@Z @42346 NONAME ?SetValue@PASN_OctetString@@QAEXABVPString@@@Z @42347 NONAME ?SetValue@PASN_OctetString@@QAEXPBD@Z @42348 NONAME ?SetVendorIdentifierInfo@H323EndPoint@@UBEXAAVH225_VendorIdentifier@@@Z @12279 NONAME ?SetVideoMode@H323_RFC2190_H263Codec@@UAEXI@Z @46013 NONAME ?SetWinkDuration@OpalIxJDevice@@UAEHII@Z @26427 NONAME ?SetWinkDuration@OpalLineInterfaceDevice@@UAEHII@Z @26422 NONAME ?SetWriteCodec@OpalLineInterfaceDevice@@UAEHIW4PayloadTypes@RTP_DataFrame@@@Z @12283 NONAME ?SetWriteFormat@OpalIxJDevice@@UAEHIABVOpalMediaFormat@@@Z @12944 NONAME ?SetWriteFormat@OpalVoipBlasterDevice@@UAEHIABVOpalMediaFormat@@@Z @20063 NONAME ?SetWriteFrameSize@OpalIxJDevice@@UAEHIH@Z @12731 NONAME ?SetWriteFrameSize@OpalLineInterfaceDevice@@UAEHIH@Z @12285 NONAME ?SetWriteFrameSize@OpalVoipBlasterDevice@@UAEHIH@Z @20064 NONAME ?ShouldClearCallOnRoundTripFail@H323EndPoint@@QBEHXZ @42349 NONAME ?Signal@H323ConnectionsCleaner@@QAEXXZ @42350 NONAME ?size@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QBEIXZ @45039 NONAME ?size@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QBEIXZ @44379 NONAME ?size@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEIXZ @45040 NONAME ?size@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEIXZ @44143 NONAME ?size@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEIXZ @44741 NONAME ?size@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEIXZ @44144 NONAME ?size@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEIXZ @44145 NONAME ?SlowHandler@H323Transaction@@MAEXAAVPThread@@H@Z @26162 NONAME ?Start@H245NegMasterSlaveDetermination@@QAEHH@Z @13856 NONAME ?Start@H245NegTerminalCapabilitySet@@QAEHHH@Z @16263 NONAME ?Start@H323BidirectionalChannel@@UAEHXZ @12764 NONAME ?Start@H323UnidirectionalChannel@@UAEHXZ @12765 NONAME ?Start@H323_ExternalRTPChannel@@UAEHXZ @19934 NONAME ?StartChannel@H323Transactor@@UAEHXZ @25911 NONAME ?StartciTimer@H45011Handler@@QAEXVPTimeInterval@@@Z @20702 NONAME ?StartControlChannel@H323Connection@@UAEHABVH225_TransportAddress@@@Z @12294 NONAME ?StartControlChannel@H323Connection@@UAEHXZ @19676 NONAME ?StartControlChannel@H323Transport@@UAEXAAVH323Connection@@@Z @12779 NONAME ?StartControlNegotiations@H323Connection@@UAEHH@Z @45073 NONAME ?StartctTimer@H4502Handler@@QAEXVPTimeInterval@@@Z @19970 NONAME ?StartDiscovery@H323Gatekeeper@@IAEHABVH323TransportAddress@@@Z @12732 NONAME ?StartListener@H323EndPoint@@QAEHABVH323TransportAddress@@@Z @12772 NONAME ?StartListener@H323EndPoint@@QAEHPAVH323Listener@@@Z @12296 NONAME ?StartListeners@H323EndPoint@@QAEHABVH323TransportAddressArray@@@Z @21077 NONAME ?StartRequest@H245NegRequestMode@@UAEHABVH245_ArrayOf_ModeDescription@@@Z @19899 NONAME ?StartRequest@H245NegRequestMode@@UAEHABVPString@@@Z @19900 NONAME ?StartRequest@H245NegRoundTripDelay@@QAEHXZ @12298 NONAME ?StartRoundTripDelay@H323Connection@@QAEXXZ @12299 NONAME ?StateNames@H245NegLogicalChannel@@1QBQBDB @12300 NONAME ?StateNames@H245NegMasterSlaveDetermination@@1QBQBDB @12301 NONAME ?StateNames@H245NegTerminalCapabilitySet@@1QBQBDB @12302 NONAME ?StatusHandler@OpalVoipBlasterDevice@@UAEXAAVPThread@@H@Z @20065 NONAME ?StatusNames@H245NegMasterSlaveDetermination@@1QBQBDB @12303 NONAME ?Stop@H245NegMasterSlaveDetermination@@QAEXXZ @12656 NONAME ?Stop@H245NegTerminalCapabilitySet@@QAEXXZ @12657 NONAME ?StopAudio@OpalLineInterfaceDevice@@UAEHI@Z @25649 NONAME ?StopChannel@H323Transactor@@UAEXXZ @26363 NONAME ?StopciTimer@H45011Handler@@QAEXXZ @20703 NONAME ?StopctTimer@H4502Handler@@QAEXXZ @19971 NONAME ?StopRawCodec@OpalIxJDevice@@UAEHI@Z @12824 NONAME ?StopRawCodec@OpalLineInterfaceDevice@@UAEHI@Z @12825 NONAME ?StopRawCodec@OpalVoipBlasterDevice@@UAEHI@Z @20066 NONAME ?StopReadCodec@OpalIxJDevice@@UAEHI@Z @12306 NONAME ?StopReadCodec@OpalLineInterfaceDevice@@UAEHI@Z @12307 NONAME ?StopReadCodec@OpalVoipBlasterDevice@@UAEHI@Z @20067 NONAME ?StopTone@OpalIxJDevice@@UAEHI@Z @12309 NONAME ?StopTone@OpalLineInterfaceDevice@@UAEHI@Z @12310 NONAME ?StopTone@OpalVoipBlasterDevice@@UAEHI@Z @20068 NONAME ?StopWriteCodec@OpalIxJDevice@@UAEHI@Z @12311 NONAME ?StopWriteCodec@OpalLineInterfaceDevice@@UAEHI@Z @12312 NONAME ?StopWriteCodec@OpalVoipBlasterDevice@@UAEHI@Z @20069 NONAME ?Store@H263Packet@@QAEXPAXH0H@Z @46014 NONAME ?StoreOnePacket@Transmitter@@QAEXPAUpktbuf@1@@Z @12314 NONAME ?SubTypeNames@H323_UserInputCapability@@2QBQBDB @20096 NONAME ?suppress@Pre_Vid_Coder@@IAEXPBE@Z @12315 NONAME ?swap@FullP64Decoder@@IAEXXZ @12316 NONAME ?SwapChannel@H323Codec@@UAEPAVPChannel@@PAV2@H@Z @26662 NONAME ?SwapHoldMediaChannels@H323Connection@@AAEPAVPChannel@@PAV2@@Z @19972 NONAME ?sync@FullP64Decoder@@MAEXXZ @12317 NONAME ?sync@P64Decoder@@UAEXXZ @12318 NONAME ?TickleMonitor@H323Gatekeeper@@MAEXAAVPTimer@@H@Z @20548 NONAME ?TickleMonitor@H323PeerElement@@MAEXAAVPTimer@@H@Z @24061 NONAME ?TransferCall@H323Connection@@QAEXABVPString@@0@Z @20233 NONAME ?TransferCall@H323EndPoint@@QAEXABVPString@@00@Z @20234 NONAME ?TransferCall@H4502Handler@@QAEXABVPString@@0@Z @20235 NONAME ?TranslateAliasAddress@H323GatekeeperCall@@UAEHABVH225_AliasAddress@@AAVH225_ArrayOf_AliasAddress@@AAVH323TransportAddress@@AAH@Z @44424 NONAME ?TranslateAliasAddress@H323GatekeeperServer@@UAEHABVH225_AliasAddress@@AAVH225_ArrayOf_AliasAddress@@AAVH323TransportAddress@@AAHPAVH323GatekeeperCall@@@Z @45077 NONAME ?TranslateAliasAddressToSignalAddress@H323GatekeeperServer@@UAEHABVH225_AliasAddress@@AAVH323TransportAddress@@@Z @19173 NONAME ?TranslateTCPAddress@H323EndPoint@@UAEXAAVAddress@PIPSocket@@ABV23@@Z @12850 NONAME ?Transmit@H323_ExternalRTPChannel@@UAEXXZ @19935 NONAME ?Transmit@H323_RTPChannel@@UAEXXZ @12320 NONAME ?Transmit@H323_T120Channel@@UAEXXZ @19003 NONAME ?Transmit@H323_T38Channel@@UAEXXZ @19006 NONAME ?TransmitEnded@OpalRFC2833@@MAEXAAVPTimer@@H@Z @20146 NONAME ?TransmitPacket@OpalRFC2833@@MAEXAAVRTP_DataFrame@@H@Z @20147 NONAME ?TryLock@H323Connection@@QAEHXZ @19705 NONAME ?uLawConverter@@3V?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@A @44380 NONAME ?Unlock@H323Connection@@QAEXXZ @19532 NONAME ?Unregister@?$PFactory@VOpalMediaFormat@@VPString@@@@SAXABVPString@@@Z @45357 NONAME ?Unregister@H323RegisteredEndPoint@@UAEHH@Z @21287 NONAME ?UnregisterAll@?$PFactory@VH323Capability@@VPString@@@@SAXXZ @44146 NONAME ?UnregisterAll@?$PFactory@VOpalMediaFormat@@VPString@@@@SAXXZ @44147 NONAME ?UnregisterAll_Internal@?$PFactory@VH323Capability@@VPString@@@@IAEXXZ @44148 NONAME ?UnregisterAll_Internal@?$PFactory@VOpalMediaFormat@@VPString@@@@IAEXXZ @44149 NONAME ?UnregisterCodecs@H323PluginCodecManager@@IAEXIPAX@Z @42735 NONAME ?Unregister_Internal@?$PFactory@VOpalMediaFormat@@VPString@@@@IAEXABVPString@@@Z @45358 NONAME ?UnregistrationRequest@H323Gatekeeper@@QAEHH@Z @12321 NONAME ?UnregistrationRequest@H323GatekeeperListener@@QAEHABVH323RegisteredEndPoint@@I@Z @21288 NONAME ?UpdateAllDescriptors@H323PeerElement@@MAEXAAVPThread@@H@Z @25970 NONAME ?UpdateDescriptor@H323PeerElement@@QAEHPAVH323PeerElementDescriptor@@@Z @25971 NONAME ?UpdateDescriptor@H323PeerElement@@QAEHPAVH323PeerElementDescriptor@@W4Choices@H501_UpdateInformation_updateType@@@Z @25972 NONAME ?upper_bound@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@ABVPString@@@Z @45359 NONAME ?UseBandwidth@H323Connection@@QAEHIH@Z @12322 NONAME ?UseGatekeeper@H323EndPoint@@QAEHABVPString@@00@Z @21289 NONAME ?UseGkAndEpIdentifiers@H235Authenticator@@UBEHXZ @19583 NONAME ?UseGkAndEpIdentifiers@H235AuthProcedure1@@UBEHXZ @19730 NONAME ?UseSession@H323Connection@@UAEPAVRTP_Session@@IABVH245_TransportAddress@@W4Directions@H323Channel@@PAVRTP_QOS@@@Z @26663 NONAME ?UseSession@RTP_SessionManager@@QAEPAVRTP_Session@@I@Z @12324 NONAME ?Validate@H323TransactionPDU@@QBE?AW4ValidationResult@H235Authenticator@@ABVPASN_Array@@I0I@Z @42352 NONAME ?Validate@H323TransportAddress@@IAEXXZ @12325 NONAME ?ValidateClearToken@H235AuthCAT@@UAE?AW4ValidationResult@H235Authenticator@@ABVH235_ClearToken@@@Z @23896 NONAME ?ValidateClearToken@H235Authenticator@@UAE?AW4ValidationResult@1@ABVH235_ClearToken@@@Z @23897 NONAME ?ValidateCryptoToken@H235Authenticator@@UAE?AW4ValidationResult@1@ABVH225_CryptoH323Token@@ABVPBYTEArray@@@Z @23898 NONAME ?ValidateCryptoToken@H235AuthProcedure1@@UAE?AW4ValidationResult@H235Authenticator@@ABVH225_CryptoH323Token@@ABVPBYTEArray@@@Z @23899 NONAME ?ValidateCryptoToken@H235AuthSimpleMD5@@UAE?AW4ValidationResult@H235Authenticator@@ABVH225_CryptoH323Token@@ABVPBYTEArray@@@Z @23900 NONAME ?ValidatePDU@H235Authenticators@@QBE?AW4ValidationResult@H235Authenticator@@ABVH323TransactionPDU@@ABVPASN_Array@@I1IABVPBYTEArray@@@Z @26163 NONAME ?ValidatePDU@H323GatekeeperARQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @23902 NONAME ?ValidatePDU@H323GatekeeperBRQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @23903 NONAME ?ValidatePDU@H323GatekeeperDRQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @23904 NONAME ?ValidatePDU@H323GatekeeperGRQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @23905 NONAME ?ValidatePDU@H323GatekeeperIRR@@UBE?AW4ValidationResult@H235Authenticator@@XZ @23906 NONAME ?ValidatePDU@H323GatekeeperLRQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @23907 NONAME ?ValidatePDU@H323GatekeeperRRQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @23908 NONAME ?ValidatePDU@H323GatekeeperURQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @23909 NONAME ?ValidatePDU@H501Transaction@@UBE?AW4ValidationResult@H235Authenticator@@XZ @26164 NONAME ?ValidateTokens@H235Authenticator@@UAE?AW4ValidationResult@1@ABVPASN_Array@@0ABVPBYTEArray@@@Z @26165 NONAME ?WaitForTone@OpalLineInterfaceDevice@@UAEHIW4CallProgressTones@1@I@Z @12326 NONAME ?WaitForToneDetect@OpalLineInterfaceDevice@@UAEIII@Z @12814 NONAME ?width@P64Decoder@@QBEHXZ @42354 NONAME ?Write@G7231_File_Codec@@UAEHPBEIABVRTP_DataFrame@@AAI@Z @20999 NONAME ?Write@H323FramedAudioCodec@@UAEHPBEIABVRTP_DataFrame@@AAI@Z @12328 NONAME ?Write@H323PluginVideoCodec@@UAEHPBEIABVRTP_DataFrame@@AAI@Z @42355 NONAME ?Write@H323SignalPDU@@QAEHAAVH323Transport@@@Z @12330 NONAME ?Write@H323TransactionPDU@@UAEHAAVH323Transport@@@Z @24063 NONAME ?Write@H323_H261Codec@@UAEHPBEIABVRTP_DataFrame@@AAI@Z @12331 NONAME ?Write@H323_LIDCodec@@UAEHPBEIABVRTP_DataFrame@@AAI@Z @12332 NONAME ?Write@H323_RFC2190_H263Codec@@UAEHPBEIABVRTP_DataFrame@@AAI@Z @46015 NONAME ?Write@OpalLineChannel@@UAEHPBXH@Z @12333 NONAME ?Write@PWAVFileConverterXLaw@@UAEHAAVPWAVFile@@PBXH@Z @44381 NONAME ?Write@T120ConnectPDU@@QAEHAAVH323Transport@@@Z @20192 NONAME ?Write@T120_X224@@QAEHAAVH323Transport@@@Z @20193 NONAME ?WriteBlock@OpalLineInterfaceDevice@@UAEHIPBXH@Z @12782 NONAME ?WriteCommand@VoipBlasterInterface@@QAEHW4Command@1@@Z @20070 NONAME ?WriteControl@RTP_UDP@@UAEHAAVRTP_ControlFrame@@@Z @12334 NONAME ?WriteControlPDU@H323Connection@@QAEHABVH323ControlPDU@@@Z @12335 NONAME ?WriteData@OpalT38Protocol@@UAEHIIABVPBYTEArray@@@Z @23671 NONAME ?WriteData@RTP_UDP@@UAEHAAVRTP_DataFrame@@@Z @12336 NONAME ?WriteData@VoipBlasterInterface@@QAEHPBXH@Z @20071 NONAME ?WriteFacilityPDU@H450ServiceAPDU@@QAEHAAVH323Connection@@@Z @19518 NONAME ?WriteFrame@OpalIxJDevice@@UAEHIPBXHAAH@Z @12820 NONAME ?WriteFrame@OpalVoipBlasterDevice@@UAEHIPBXHAAH@Z @20072 NONAME ?WriteIndicator@OpalT38Protocol@@UAEHI@Z @23672 NONAME ?WriteMultipleData@OpalT38Protocol@@UAEHIHPAIPBVPBYTEArray@@@Z @23673 NONAME ?WriteNextCompound@RTP_ControlFrame@@QAEHXZ @20608 NONAME ?WritePacket@OpalT38Protocol@@UAEHABVT38_IFPPacket@@@Z @23674 NONAME ?WritePDU@H323GatekeeperRequest@@UAEHAAVH323TransactionPDU@@@Z @26166 NONAME ?WritePDU@H323Transaction@@UAEHAAVH323TransactionPDU@@@Z @26167 NONAME ?WritePDU@H323Transactor@@UAEHAAVH323TransactionPDU@@@Z @25912 NONAME ?WritePDU@H323TransportTCP@@UAEHABVPBYTEArray@@@Z @12340 NONAME ?WritePDU@H323TransportUDP@@UAEHABVPBYTEArray@@@Z @12341 NONAME ?WritePipe@VoipBlasterInterface@@IAEHPAXPBXK@Z @20073 NONAME ?WriteRaw@H323Codec@@QAEHPAXH@Z @20159 NONAME ?WriteSignalPDU@H323Connection@@QAEHAAVH323SignalPDU@@@Z @12342 NONAME ?WriteTo@H323Transactor@@UAEHAAVH323TransactionPDU@@ABVH323TransportAddressArray@@H@Z @25913 NONAME ?_Buy@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@IAE_NI@Z @45041 NONAME ?_Buynode@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@PAU342@00ABU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@D@Z @44382 NONAME ?_Buynode@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@XZ @44383 NONAME ?_Buynode@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@00ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@D@Z @45042 NONAME ?_Buynode@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @45043 NONAME ?_Buynode@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@00ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@D@Z @44150 NONAME ?_Buynode@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @44151 NONAME ?_Buynode@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @44152 NONAME ?_Buynode@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@00ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@D@Z @44742 NONAME ?_Buynode@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @44743 NONAME ?_Buynode@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@00ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@D@Z @44153 NONAME ?_Buynode@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @44154 NONAME ?_Buynode@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@00ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@2@D@Z @44155 NONAME ?_Color@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@KAAADPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@@Z @44384 NONAME ?_Color@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAADPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @45044 NONAME ?_Color@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAADPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44156 NONAME ?_Color@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAADPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44157 NONAME ?_Color@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAADPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44744 NONAME ?_Color@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAADPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44158 NONAME ?_Dec@const_iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAEXXZ @44385 NONAME ?_Dec@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @45045 NONAME ?_Dec@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @44159 NONAME ?_Dec@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @44745 NONAME ?_Dec@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @44160 NONAME ?_Dec@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @44161 NONAME ?_Destroy@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@IAEXPAULookupRecord@@0@Z @45046 NONAME ?_Erase@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@@Z @44386 NONAME ?_Erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @45047 NONAME ?_Erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44162 NONAME ?_Erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44163 NONAME ?_Erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44746 NONAME ?_Erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44164 NONAME ?_Inc@const_iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAEXXZ @44387 NONAME ?_Inc@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @45048 NONAME ?_Inc@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @44165 NONAME ?_Inc@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @44166 NONAME ?_Inc@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @44747 NONAME ?_Inc@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @44167 NONAME ?_Init@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAEXXZ @44388 NONAME ?_Init@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXXZ @45049 NONAME ?_Init@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXXZ @44168 NONAME ?_Init@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXXZ @44169 NONAME ?_Init@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXXZ @44748 NONAME ?_Init@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXXZ @44170 NONAME ?_Insert@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAE?AViterator@12@_NPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@ABU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@Z @44389 NONAME ?_Insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE?AViterator@12@_NPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@@Z @45050 NONAME ?_Insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE?AViterator@12@_NPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@@Z @44171 NONAME ?_Insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE?AViterator@12@_NPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@@Z @44749 NONAME ?_Insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE?AViterator@12@_NPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@@Z @44172 NONAME ?_Insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE?AViterator@12@_NPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@2@@Z @44173 NONAME ?_Insert_n@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@IAEXViterator@12@IABULookupRecord@@@Z @45051 NONAME ?_Isnil@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@KAAADPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@@Z @44390 NONAME ?_Isnil@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAADPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @45052 NONAME ?_Isnil@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAADPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44174 NONAME ?_Isnil@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAADPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44175 NONAME ?_Isnil@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAADPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44750 NONAME ?_Isnil@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAADPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44176 NONAME ?_Key@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@KAABIPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@@Z @44391 NONAME ?_Key@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAABVPString@@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @45053 NONAME ?_Key@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAABVPString@@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44177 NONAME ?_Key@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAABVPString@@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44178 NONAME ?_Key@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAABVPString@@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44751 NONAME ?_Key@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAABVPString@@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44179 NONAME ?_Kfn@?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@SAABIABU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@Z @44392 NONAME ?_Kfn@?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@SAABVPString@@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@@Z @45054 NONAME ?_Kfn@?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@SAABVPString@@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@@Z @44180 NONAME ?_Kfn@?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@SAABVPString@@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@2@@Z @44181 NONAME ?_Kfn@?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@SAABVPString@@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@@Z @44752 NONAME ?_Kfn@?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@SAABVPString@@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@@Z @44182 NONAME ?_Lbound@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@ABI@Z @44393 NONAME ?_Lbound@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@ABVPString@@@Z @45055 NONAME ?_Lbound@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@ABVPString@@@Z @44183 NONAME ?_Lbound@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@ABVPString@@@Z @44184 NONAME ?_Lbound@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@ABVPString@@@Z @44753 NONAME ?_Lbound@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@ABVPString@@@Z @44185 NONAME ?_Left@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@PAU342@@Z @44394 NONAME ?_Left@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @45056 NONAME ?_Left@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @44186 NONAME ?_Left@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @44187 NONAME ?_Left@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @44754 NONAME ?_Left@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @44188 NONAME ?_Lmost@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@XZ @44395 NONAME ?_Lmost@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @45057 NONAME ?_Lmost@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @44189 NONAME ?_Lmost@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @44190 NONAME ?_Lmost@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @44755 NONAME ?_Lmost@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @44191 NONAME ?_Lrotate@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@@Z @44396 NONAME ?_Lrotate@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @45058 NONAME ?_Lrotate@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44192 NONAME ?_Lrotate@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44193 NONAME ?_Lrotate@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44756 NONAME ?_Lrotate@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44194 NONAME ?_Max@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@KAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@PAU342@@Z @44397 NONAME ?_Max@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @45059 NONAME ?_Max@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @44195 NONAME ?_Max@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @44196 NONAME ?_Max@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @44757 NONAME ?_Max@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @44197 NONAME ?_Min@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@KAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@PAU342@@Z @44398 NONAME ?_Min@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @45060 NONAME ?_Min@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @44198 NONAME ?_Min@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @44199 NONAME ?_Min@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @44758 NONAME ?_Min@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @44200 NONAME ?_Mynode@const_iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@3@XZ @44399 NONAME ?_Mynode@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@3@XZ @45061 NONAME ?_Mynode@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@3@XZ @44201 NONAME ?_Mynode@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@3@XZ @44202 NONAME ?_Mynode@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@3@XZ @44759 NONAME ?_Mynode@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@3@XZ @44203 NONAME ?_Myval@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@KAAAU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@@Z @44400 NONAME ?_Myval@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @45062 NONAME ?_Myval@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44204 NONAME ?_Myval@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@2@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44205 NONAME ?_Myval@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44760 NONAME ?_Myval@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44206 NONAME ?_Parent@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@PAU342@@Z @44401 NONAME ?_Parent@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @45063 NONAME ?_Parent@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @44207 NONAME ?_Parent@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @44208 NONAME ?_Parent@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @44761 NONAME ?_Parent@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @44209 NONAME ?_Right@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@PAU342@@Z @44402 NONAME ?_Right@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @45064 NONAME ?_Right@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @44210 NONAME ?_Right@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @44211 NONAME ?_Right@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @44762 NONAME ?_Right@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @44212 NONAME ?_Rmost@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@XZ @44403 NONAME ?_Rmost@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @45065 NONAME ?_Rmost@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @44213 NONAME ?_Rmost@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @44214 NONAME ?_Rmost@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @44763 NONAME ?_Rmost@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @44215 NONAME ?_Root@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@XZ @44404 NONAME ?_Root@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IBEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@XZ @44405 NONAME ?_Root@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @45066 NONAME ?_Root@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IBEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @45067 NONAME ?_Root@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @44216 NONAME ?_Root@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IBEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @44217 NONAME ?_Root@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @44218 NONAME ?_Root@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IBEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @44219 NONAME ?_Root@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @44764 NONAME ?_Root@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IBEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @44765 NONAME ?_Root@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @44220 NONAME ?_Root@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IBEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @44221 NONAME ?_Rrotate@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@@Z @44406 NONAME ?_Rrotate@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @45068 NONAME ?_Rrotate@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44222 NONAME ?_Rrotate@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44223 NONAME ?_Rrotate@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44766 NONAME ?_Rrotate@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @44224 NONAME ?_Tidy@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@IAEXXZ @45069 NONAME ?_Tidy@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAEXXZ @44407 NONAME ?_Tidy@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXXZ @45070 NONAME ?_Tidy@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXXZ @44225 NONAME ?_Tidy@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXXZ @44226 NONAME ?_Tidy@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXXZ @44767 NONAME ?_Tidy@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXXZ @44227 NONAME ?_Ubound@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@ABVPString@@@Z @45360 NONAME ?_Ufill@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@IAEPAULookupRecord@@PAU3@IABU3@@Z @45071 NONAME ?_Xlen@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@IBEXXZ @45072 NONAME openh323_v1_18_0/src/OpenH323d.dtf0100644000176200056700001166452410277314046016552 0ustar releasepostincrLIBRARY OpenH323d EXPORTS ??0?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@QAE@ABV0@@Z @27615 NONAME ??0?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @27616 NONAME ??0?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@QAE@ABV0@@Z @27617 NONAME ??0?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@QAE@IW4TagClass@PASN_Object@@@Z @27618 NONAME ??0?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@QAE@ABV0@@Z @27619 NONAME ??0?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @27620 NONAME ??0?$H235_HASHED@VH235_EncodedGeneralToken@@@@QAE@ABV0@@Z @27621 NONAME ??0?$H235_HASHED@VH235_EncodedGeneralToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @27622 NONAME ??0?$H235_HASHED@VH235_EncodedPwdCertToken@@@@QAE@ABV0@@Z @27623 NONAME ??0?$H235_HASHED@VH235_EncodedPwdCertToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @27624 NONAME ??0?$H235_SIGNED@VH225_EncodedFastStartToken@@@@QAE@ABV0@@Z @27625 NONAME ??0?$H235_SIGNED@VH225_EncodedFastStartToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @27626 NONAME ??0?$H235_SIGNED@VH235_EncodedGeneralToken@@@@QAE@ABV0@@Z @27627 NONAME ??0?$H235_SIGNED@VH235_EncodedGeneralToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @27628 NONAME ??0?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@QAE@ABV0@@Z @27629 NONAME ??0?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@QAE@IW4TagClass@PASN_Object@@@Z @27630 NONAME ??0?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@QAE@ABV0@@Z @27631 NONAME ??0?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @27632 NONAME ??0?$H235_SIGNED@VH235_EncodedReturnSig@@@@QAE@ABV0@@Z @27633 NONAME ??0?$H235_SIGNED@VH235_EncodedReturnSig@@@@QAE@IW4TagClass@PASN_Object@@@Z @27634 NONAME ??0?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@std@@QAE@ABU?$less@I@1@ABV?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@1@@Z @51161 NONAME ??0?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@std@@QAE@ABU?$less@VPString@@@1@ABV?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@1@@Z @51703 NONAME ??0?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@std@@QAE@ABU?$less@VPString@@@1@ABV?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@1@@Z @50559 NONAME ??0?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@std@@QAE@ABU?$less@VPString@@@1@ABV?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@1@@Z @50560 NONAME ??0?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@std@@QAE@ABU?$less@VPString@@@1@ABV?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@1@@Z @51307 NONAME ??0?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@std@@QAE@ABU?$less@VPString@@@1@ABV?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@1@@Z @51704 NONAME ??0?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@std@@QAE@ABU?$less@VPString@@@1@ABV?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@1@@Z @50561 NONAME ??0?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@QAE@ABIABQAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@Z @51162 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@QAE@ABU01@@Z @51705 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@QAE@ABVPString@@ABQAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@Z @51706 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@QAE@ABU01@@Z @50562 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@QAE@ABVPString@@ABQAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@Z @50563 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@QAE@ABU01@@Z @51308 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@QAE@ABVPString@@ABQAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@Z @51309 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@QAE@ABU01@@Z @51707 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@QAE@ABVPString@@ABQAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@Z @51708 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@QAE@ABU01@@Z @50564 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@QAE@ABVPString@@ABQAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@Z @50565 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@QAE@ABU01@@Z @50566 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@QAE@ABVPString@@ABQAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@Z @50567 NONAME ??0?$pair@Viterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@_N@std@@QAE@ABViterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@1@AB_N@Z @51163 NONAME ??0?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@_N@std@@QAE@ABViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@1@AB_N@Z @51709 NONAME ??0?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@_N@std@@QAE@ABViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@1@AB_N@Z @50568 NONAME ??0?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@_N@std@@QAE@ABViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@1@AB_N@Z @51310 NONAME ??0?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@_N@std@@QAE@ABViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@1@AB_N@Z @51710 NONAME ??0?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@V123@@std@@QAE@ABViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@1@0@Z @51711 NONAME ??0?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@_N@std@@QAE@ABViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@1@AB_N@Z @50569 NONAME ??0?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@_N@std@@QAE@ABViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@1@AB_N@Z @50570 NONAME ??0?$PArray@V?$PList@VH323Capability@@@@@@IAE@HPBV0@@Z @16998 NONAME ??0?$PArray@V?$PList@VH323Capability@@@@@@QAE@H@Z @16999 NONAME ??0?$PArray@VH323SimultaneousCapabilities@@@@IAE@HPBV0@@Z @17000 NONAME ??0?$PArray@VH323SimultaneousCapabilities@@@@QAE@H@Z @17001 NONAME ??0?$PArray@VH323TransportAddress@@@@IAE@HPBV0@@Z @28399 NONAME ??0?$PArray@VH323TransportAddress@@@@QAE@ABV0@@Z @31670 NONAME ??0?$PArray@VH323TransportAddress@@@@QAE@H@Z @28400 NONAME ??0?$PArray@VReceiverReport@RTP_Session@@@@IAE@HPBV0@@Z @17002 NONAME ??0?$PArray@VReceiverReport@RTP_Session@@@@QAE@ABV0@@Z @17003 NONAME ??0?$PArray@VReceiverReport@RTP_Session@@@@QAE@H@Z @17004 NONAME ??0?$PArray@VSourceDescription@RTP_Session@@@@IAE@HPBV0@@Z @17005 NONAME ??0?$PArray@VSourceDescription@RTP_Session@@@@QAE@H@Z @17006 NONAME ??0?$PBaseArray@I@@QAE@ABV0@@Z @38293 NONAME ??0?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@IAE@HPBV0@@Z @21 NONAME ??0?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@QAE@XZ @22 NONAME ??0?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@IAE@HPBV0@@Z @31774 NONAME ??0?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@QAE@XZ @31775 NONAME ??0?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@IAE@HPBV0@@Z @28952 NONAME ??0?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@QAE@XZ @28953 NONAME ??0?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@IAE@HPBV0@@Z @23 NONAME ??0?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@QAE@XZ @24 NONAME ??0?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@IAE@HPBV0@@Z @37355 NONAME ??0?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@QAE@XZ @37356 NONAME ??0?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@IAE@HPBV0@@Z @25 NONAME ??0?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@QAE@ABV0@@Z @31457 NONAME ??0?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@QAE@XZ @26 NONAME ??0?$PDictionary@VPString@@VH323Connection@@@@IAE@HPBV0@@Z @27 NONAME ??0?$PDictionary@VPString@@VH323Connection@@@@QAE@XZ @28 NONAME ??0?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@IAE@HPBV0@@Z @28401 NONAME ??0?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@QAE@XZ @28402 NONAME ??0?$PDictionary@VPString@@VPOrdinalKey@@@@IAE@HPBV0@@Z @37453 NONAME ??0?$PDictionary@VPString@@VPOrdinalKey@@@@QAE@XZ @37454 NONAME ??0?$PFactory@VH235Authenticator@@VPString@@@@IAE@XZ @51712 NONAME ??0?$PFactory@VH323Capability@@VPString@@@@IAE@XZ @50571 NONAME ??0?$PFactory@VH323StaticPluginCodec@@VPString@@@@IAE@XZ @50572 NONAME ??0?$PFactory@VOpalFactoryCodec@@VPString@@@@IAE@XZ @51311 NONAME ??0?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@IAE@XZ @51713 NONAME ??0?$PFactory@VOpalMediaFormat@@VPString@@@@IAE@XZ @50573 NONAME ??0?$PFactory@VPWAVFileConverter@@I@@IAE@XZ @51164 NONAME ??0?$PList@VH235Authenticator@@@@IAE@HPBV0@@Z @28803 NONAME ??0?$PList@VH235Authenticator@@@@QAE@ABV0@@Z @28804 NONAME ??0?$PList@VH235Authenticator@@@@QAE@XZ @28805 NONAME ??0?$PList@VH245_GenericParameter@@@@IAE@HPBV0@@Z @51714 NONAME ??0?$PList@VH245_GenericParameter@@@@QAE@ABV0@@Z @51715 NONAME ??0?$PList@VH245_GenericParameter@@@@QAE@XZ @51716 NONAME ??0?$PList@VH323Capability@@@@IAE@HPBV0@@Z @29 NONAME ??0?$PList@VH323Capability@@@@QAE@XZ @30 NONAME ??0?$PList@VH323Channel@@@@IAE@HPBV0@@Z @31 NONAME ??0?$PList@VH323Channel@@@@QAE@XZ @32 NONAME ??0?$PList@VH323GatekeeperListener@@@@IAE@HPBV0@@Z @28403 NONAME ??0?$PList@VH323GatekeeperListener@@@@QAE@XZ @28404 NONAME ??0?$PList@VH323Listener@@@@IAE@HPBV0@@Z @35 NONAME ??0?$PList@VH323Listener@@@@QAE@XZ @36 NONAME ??0?$PList@VH323Transactor@@@@IAE@HPBV0@@Z @34907 NONAME ??0?$PList@VH323Transactor@@@@QAE@XZ @34908 NONAME ??0?$PList@VH450xHandler@@@@IAE@HPBV0@@Z @28954 NONAME ??0?$PList@VH450xHandler@@@@QAE@XZ @28955 NONAME ??0?$PList@VOpalMediaFormat@@@@IAE@HPBV0@@Z @20574 NONAME ??0?$PList@VOpalMediaFormat@@@@QAE@ABV0@@Z @20575 NONAME ??0?$PList@VOpalMediaFormat@@@@QAE@XZ @20576 NONAME ??0?$PList@VPBYTEArray@@@@IAE@HPBV0@@Z @34554 NONAME ??0?$PList@VPBYTEArray@@@@QAE@XZ @34555 NONAME ??0?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@QAE@XZ @31620 NONAME ??0?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@QAE@XZ @37160 NONAME ??0?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@QAE@XZ @37161 NONAME ??0?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@QAE@XZ @31621 NONAME ??0?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@QAE@XZ @31622 NONAME ??0?$PSafePtr@VH323GatekeeperCall@@@@QAE@ABV0@@Z @34797 NONAME ??0?$PSafePtr@VH323GatekeeperCall@@@@QAE@ABVPSafeCollection@@W4PSafetyMode@@H@Z @51312 NONAME ??0?$PSafePtr@VH323GatekeeperCall@@@@QAE@PAVH323GatekeeperCall@@W4PSafetyMode@@@Z @51313 NONAME ??0?$PSafePtr@VH323PeerElementDescriptor@@@@QAE@ABV0@@Z @37163 NONAME ??0?$PSafePtr@VH323PeerElementDescriptor@@@@QAE@ABVPSafeCollection@@W4PSafetyMode@@H@Z @51314 NONAME ??0?$PSafePtr@VH323PeerElementDescriptor@@@@QAE@PAVH323PeerElementDescriptor@@W4PSafetyMode@@@Z @51315 NONAME ??0?$PSafePtr@VH323PeerElementServiceRelationship@@@@QAE@ABV0@@Z @37165 NONAME ??0?$PSafePtr@VH323PeerElementServiceRelationship@@@@QAE@ABVPSafeCollection@@W4PSafetyMode@@H@Z @51316 NONAME ??0?$PSafePtr@VH323PeerElementServiceRelationship@@@@QAE@PAVH323PeerElementServiceRelationship@@W4PSafetyMode@@@Z @51317 NONAME ??0?$PSafePtr@VH323RegisteredEndPoint@@@@QAE@ABV0@@Z @34798 NONAME ??0?$PSafePtr@VH323RegisteredEndPoint@@@@QAE@ABVPSafeCollection@@W4PSafetyMode@@H@Z @51318 NONAME ??0?$PSafePtr@VH323RegisteredEndPoint@@@@QAE@ABVPSafeCollection@@W4PSafetyMode@@PAVPSafeObject@@@Z @51319 NONAME ??0?$PSafePtr@VH323RegisteredEndPoint@@@@QAE@PAVH323RegisteredEndPoint@@W4PSafetyMode@@@Z @30378 NONAME ??0?$PSafeSortedList@VH323GatekeeperCall@@@@QAE@XZ @31623 NONAME ??0?$PSafeSortedList@VH323PeerElementDescriptor@@@@QAE@XZ @37166 NONAME ??0?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@QAE@XZ @37167 NONAME ??0?$PScalarArray@I@@QAE@ABV0@@Z @38294 NONAME ??0?$PSet@VPOrdinalKey@@@@IAE@HPBV0@@Z @37455 NONAME ??0?$PSet@VPOrdinalKey@@@@QAE@H@Z @37456 NONAME ??0?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@IAE@HPBV0@@Z @30811 NONAME ??0?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@QAE@XZ @30812 NONAME ??0?$PSortedList@VH225_AliasAddress@@@@IAE@HPBV0@@Z @37526 NONAME ??0?$PSortedList@VH225_AliasAddress@@@@QAE@XZ @37527 NONAME ??0?$PSortedList@VH323GatekeeperCall@@@@IAE@HPBV0@@Z @28405 NONAME ??0?$PSortedList@VH323GatekeeperCall@@@@QAE@XZ @28406 NONAME ??0?$PSortedList@VH323PeerElementDescriptor@@@@IAE@HPBV0@@Z @37168 NONAME ??0?$PSortedList@VH323PeerElementDescriptor@@@@QAE@XZ @37169 NONAME ??0?$PSortedList@VH323PeerElementServiceRelationship@@@@IAE@HPBV0@@Z @37170 NONAME ??0?$PSortedList@VH323PeerElementServiceRelationship@@@@QAE@XZ @37171 NONAME ??0?$PSortedList@VMXRecord@PDNS@@@@IAE@HPBV0@@Z @51717 NONAME ??0?$PSortedList@VMXRecord@PDNS@@@@QAE@XZ @51718 NONAME ??0?$PSortedList@VResponse@H323Transactor@@@@IAE@HPBV0@@Z @37357 NONAME ??0?$PSortedList@VResponse@H323Transactor@@@@QAE@XZ @37358 NONAME ??0?$PSortedList@VSRVRecord@PDNS@@@@IAE@HPBV0@@Z @51719 NONAME ??0?$PSortedList@VSRVRecord@PDNS@@@@QAE@XZ @51720 NONAME ??0?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAE@ABV?$allocator@ULookupRecord@@@1@@Z @51721 NONAME ??0?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@QAE@ABVPString@@_N@Z @51722 NONAME ??0?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@QAE@ABVPString@@_N@Z @51723 NONAME ??0?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@QAE@ABVPString@@_N@Z @51724 NONAME ??0?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@QAE@ABVPString@@_N@Z @50574 NONAME ??0?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @50575 NONAME ??0?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @50576 NONAME ??0?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @50577 NONAME ??0?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @50578 NONAME ??0?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @50579 NONAME ??0?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @50580 NONAME ??0?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @50581 NONAME ??0?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @50582 NONAME ??0?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @50583 NONAME ??0?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @50584 NONAME ??0?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @50585 NONAME ??0?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @50586 NONAME ??0?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @50587 NONAME ??0?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @50588 NONAME ??0?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @50589 NONAME ??0?$Worker@VHIDPluginDeviceManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@QAE@ABVPString@@_N@Z @51725 NONAME ??0?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @50590 NONAME ??0?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @50591 NONAME ??0?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @50592 NONAME ??0?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @50593 NONAME ??0?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @50594 NONAME ??0?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @50595 NONAME ??0?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @50596 NONAME ??0?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @50597 NONAME ??0?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @50598 NONAME ??0?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @50599 NONAME ??0?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @50600 NONAME ??0?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @50601 NONAME ??0?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @50602 NONAME ??0?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @50603 NONAME ??0?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @50604 NONAME ??0?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @50605 NONAME ??0?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@QAE@ABVPString@@_N@Z @51726 NONAME ??0?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@QAE@ABI_N@Z @51165 NONAME ??0?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@QAE@ABI_N@Z @51166 NONAME ??0?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAE@ABU?$less@I@1@_NABV?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@1@@Z @51167 NONAME ??0?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAE@ABU?$less@VPString@@@1@_NABV?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@1@@Z @51727 NONAME ??0?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAE@ABU?$less@VPString@@@1@_NABV?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@1@@Z @50606 NONAME ??0?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QAE@ABU?$less@VPString@@@1@_NABV?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@1@@Z @50607 NONAME ??0?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAE@ABU?$less@VPString@@@1@_NABV?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@1@@Z @51320 NONAME ??0?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAE@ABU?$less@VPString@@@1@_NABV?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@1@@Z @51728 NONAME ??0?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAE@ABU?$less@VPString@@@1@_NABV?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@1@@Z @50608 NONAME ??0AdmissionRequestResponseInfo@@QAE@AAUAdmissionResponse@H323Gatekeeper@@AAVH323Connection@@@Z @34903 NONAME ??0AdmissionResponse@H323Gatekeeper@@QAE@XZ @29203 NONAME ??0AliasKey@H323PeerElement@@QAE@ABVH225_AliasAddress@@ABVOpalGloballyUniqueID@@HH@Z @37992 NONAME ??0AlternateInfo@H323Gatekeeper@@QAE@AAVH225_AlternateGK@@@Z @30813 NONAME ??0ByteQueue@OpalVoipBlasterDevice@@QAE@H@Z @29727 NONAME ??0Code@PMessageDigest5@@QAE@XZ @28806 NONAME ??0CodecReadAnalyser@@QAE@XZ @20675 NONAME ??0const_iterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAE@ABViterator@12@@Z @51168 NONAME ??0const_iterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAE@XZ @51169 NONAME ??0const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAE@ABViterator@12@@Z @51729 NONAME ??0const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAE@XZ @51730 NONAME ??0const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAE@ABViterator@12@@Z @50609 NONAME ??0const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAE@XZ @50610 NONAME ??0const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QAE@ABViterator@12@@Z @50611 NONAME ??0const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QAE@XZ @50612 NONAME ??0const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAE@ABViterator@12@@Z @51321 NONAME ??0const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAE@XZ @51322 NONAME ??0const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAE@ABViterator@12@@Z @51731 NONAME ??0const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAE@XZ @51732 NONAME ??0const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAE@ABViterator@12@@Z @50613 NONAME ??0const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAE@XZ @50614 NONAME ??0Encoder@@IAE@PAVTransmitter@@@Z @37 NONAME ??0Entry@RTP_JitterBuffer@@QAE@XZ @38 NONAME ??0FilterInfo@H323Codec@@QAE@AAV1@PAXHH@Z @29969 NONAME ??0FullP64Decoder@@QAE@XZ @40 NONAME ??0G7231_File_Capability@@QAE@ABV0@@Z @31195 NONAME ??0G7231_File_Capability@@QAE@XZ @30915 NONAME ??0G7231_File_Codec@@QAE@W4Direction@H323Codec@@@Z @30916 NONAME ??0GCC_AlternativeNodeID@@QAE@ABV0@@Z @41 NONAME ??0GCC_AlternativeNodeID@@QAE@IW4TagClass@PASN_Object@@@Z @42 NONAME ??0GCC_ApplicationInvokeIndication@@QAE@ABV0@@Z @43 NONAME ??0GCC_ApplicationInvokeIndication@@QAE@IW4TagClass@PASN_Object@@@Z @44 NONAME ??0GCC_ApplicationInvokeSpecifier@@QAE@ABV0@@Z @45 NONAME ??0GCC_ApplicationInvokeSpecifier@@QAE@IW4TagClass@PASN_Object@@@Z @46 NONAME ??0GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@QAE@ABV0@@Z @47 NONAME ??0GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@QAE@IW4TagClass@PASN_Object@@@Z @48 NONAME ??0GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@QAE@ABV0@@Z @49 NONAME ??0GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @50 NONAME ??0GCC_ApplicationRecord@@QAE@ABV0@@Z @51 NONAME ??0GCC_ApplicationRecord@@QAE@IW4TagClass@PASN_Object@@@Z @52 NONAME ??0GCC_ApplicationRecord_nonCollapsingCapabilities@@QAE@ABV0@@Z @53 NONAME ??0GCC_ApplicationRecord_nonCollapsingCapabilities@@QAE@IW4TagClass@PASN_Object@@@Z @54 NONAME ??0GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@QAE@ABV0@@Z @55 NONAME ??0GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @56 NONAME ??0GCC_ArrayOf_ApplicationInvokeSpecifier@@QAE@ABV0@@Z @57 NONAME ??0GCC_ArrayOf_ApplicationInvokeSpecifier@@QAE@IW4TagClass@PASN_Object@@@Z @58 NONAME ??0GCC_ArrayOf_ChallengeItem@@QAE@ABV0@@Z @59 NONAME ??0GCC_ArrayOf_ChallengeItem@@QAE@IW4TagClass@PASN_Object@@@Z @60 NONAME ??0GCC_ArrayOf_ConferenceDescriptor@@QAE@ABV0@@Z @61 NONAME ??0GCC_ArrayOf_ConferenceDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @62 NONAME ??0GCC_ArrayOf_Privilege@@QAE@ABV0@@Z @63 NONAME ??0GCC_ArrayOf_Privilege@@QAE@IW4TagClass@PASN_Object@@@Z @64 NONAME ??0GCC_ArrayOf_TextString@@QAE@ABV0@@Z @65 NONAME ??0GCC_ArrayOf_TextString@@QAE@IW4TagClass@PASN_Object@@@Z @66 NONAME ??0GCC_ArrayOf_UserID@@QAE@ABV0@@Z @67 NONAME ??0GCC_ArrayOf_UserID@@QAE@IW4TagClass@PASN_Object@@@Z @68 NONAME ??0GCC_AsymmetryIndicator@@QAE@ABV0@@Z @69 NONAME ??0GCC_AsymmetryIndicator@@QAE@IW4TagClass@PASN_Object@@@Z @70 NONAME ??0GCC_CapabilityClass@@QAE@ABV0@@Z @71 NONAME ??0GCC_CapabilityClass@@QAE@IW4TagClass@PASN_Object@@@Z @72 NONAME ??0GCC_CapabilityID@@QAE@ABV0@@Z @73 NONAME ??0GCC_CapabilityID@@QAE@IW4TagClass@PASN_Object@@@Z @74 NONAME ??0GCC_ChallengeItem@@QAE@ABV0@@Z @75 NONAME ??0GCC_ChallengeItem@@QAE@IW4TagClass@PASN_Object@@@Z @76 NONAME ??0GCC_ChallengeRequest@@QAE@ABV0@@Z @77 NONAME ??0GCC_ChallengeRequest@@QAE@IW4TagClass@PASN_Object@@@Z @78 NONAME ??0GCC_ChallengeResponse@@QAE@ABV0@@Z @79 NONAME ??0GCC_ChallengeResponse@@QAE@IW4TagClass@PASN_Object@@@Z @80 NONAME ??0GCC_ChallengeResponseAlgorithm@@QAE@ABV0@@Z @81 NONAME ??0GCC_ChallengeResponseAlgorithm@@QAE@IW4TagClass@PASN_Object@@@Z @82 NONAME ??0GCC_ChallengeResponseItem@@QAE@ABV0@@Z @83 NONAME ??0GCC_ChallengeResponseItem@@QAE@IW4TagClass@PASN_Object@@@Z @84 NONAME ??0GCC_ChannelID@@QAE@ABV0@@Z @85 NONAME ??0GCC_ChannelID@@QAE@IW4TagClass@PASN_Object@@@Z @86 NONAME ??0GCC_ChannelType@@QAE@ABV0@@Z @87 NONAME ??0GCC_ChannelType@@QAE@IW4TagClass@PASN_Object@@@Z @88 NONAME ??0GCC_ConductorAssignIndication@@QAE@ABV0@@Z @89 NONAME ??0GCC_ConductorAssignIndication@@QAE@IW4TagClass@PASN_Object@@@Z @90 NONAME ??0GCC_ConductorPermissionAskIndication@@QAE@ABV0@@Z @91 NONAME ??0GCC_ConductorPermissionAskIndication@@QAE@IW4TagClass@PASN_Object@@@Z @92 NONAME ??0GCC_ConductorPermissionGrantIndication@@QAE@ABV0@@Z @93 NONAME ??0GCC_ConductorPermissionGrantIndication@@QAE@IW4TagClass@PASN_Object@@@Z @94 NONAME ??0GCC_ConductorReleaseIndication@@QAE@ABV0@@Z @95 NONAME ??0GCC_ConductorReleaseIndication@@QAE@IW4TagClass@PASN_Object@@@Z @96 NONAME ??0GCC_ConferenceAddRequest@@QAE@ABV0@@Z @97 NONAME ??0GCC_ConferenceAddRequest@@QAE@IW4TagClass@PASN_Object@@@Z @98 NONAME ??0GCC_ConferenceAddResponse@@QAE@ABV0@@Z @99 NONAME ??0GCC_ConferenceAddResponse@@QAE@IW4TagClass@PASN_Object@@@Z @100 NONAME ??0GCC_ConferenceAddResponse_result@@QAE@ABV0@@Z @101 NONAME ??0GCC_ConferenceAddResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @102 NONAME ??0GCC_ConferenceAssistanceIndication@@QAE@ABV0@@Z @103 NONAME ??0GCC_ConferenceAssistanceIndication@@QAE@IW4TagClass@PASN_Object@@@Z @104 NONAME ??0GCC_ConferenceCreateRequest@@QAE@ABV0@@Z @105 NONAME ??0GCC_ConferenceCreateRequest@@QAE@IW4TagClass@PASN_Object@@@Z @106 NONAME ??0GCC_ConferenceCreateResponse@@QAE@ABV0@@Z @107 NONAME ??0GCC_ConferenceCreateResponse@@QAE@IW4TagClass@PASN_Object@@@Z @108 NONAME ??0GCC_ConferenceCreateResponse_result@@QAE@ABV0@@Z @109 NONAME ??0GCC_ConferenceCreateResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @110 NONAME ??0GCC_ConferenceDescriptor@@QAE@ABV0@@Z @111 NONAME ??0GCC_ConferenceDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @112 NONAME ??0GCC_ConferenceEjectUserIndication@@QAE@ABV0@@Z @113 NONAME ??0GCC_ConferenceEjectUserIndication@@QAE@IW4TagClass@PASN_Object@@@Z @114 NONAME ??0GCC_ConferenceEjectUserIndication_reason@@QAE@ABV0@@Z @115 NONAME ??0GCC_ConferenceEjectUserIndication_reason@@QAE@IW4TagClass@PASN_Object@@@Z @116 NONAME ??0GCC_ConferenceEjectUserRequest@@QAE@ABV0@@Z @117 NONAME ??0GCC_ConferenceEjectUserRequest@@QAE@IW4TagClass@PASN_Object@@@Z @118 NONAME ??0GCC_ConferenceEjectUserRequest_reason@@QAE@ABV0@@Z @119 NONAME ??0GCC_ConferenceEjectUserRequest_reason@@QAE@IW4TagClass@PASN_Object@@@Z @120 NONAME ??0GCC_ConferenceEjectUserResponse@@QAE@ABV0@@Z @121 NONAME ??0GCC_ConferenceEjectUserResponse@@QAE@IW4TagClass@PASN_Object@@@Z @122 NONAME ??0GCC_ConferenceEjectUserResponse_result@@QAE@ABV0@@Z @123 NONAME ??0GCC_ConferenceEjectUserResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @124 NONAME ??0GCC_ConferenceInviteRequest@@QAE@ABV0@@Z @125 NONAME ??0GCC_ConferenceInviteRequest@@QAE@IW4TagClass@PASN_Object@@@Z @126 NONAME ??0GCC_ConferenceInviteResponse@@QAE@ABV0@@Z @127 NONAME ??0GCC_ConferenceInviteResponse@@QAE@IW4TagClass@PASN_Object@@@Z @128 NONAME ??0GCC_ConferenceInviteResponse_result@@QAE@ABV0@@Z @129 NONAME ??0GCC_ConferenceInviteResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @130 NONAME ??0GCC_ConferenceJoinRequest@@QAE@ABV0@@Z @131 NONAME ??0GCC_ConferenceJoinRequest@@QAE@IW4TagClass@PASN_Object@@@Z @132 NONAME ??0GCC_ConferenceJoinResponse@@QAE@ABV0@@Z @133 NONAME ??0GCC_ConferenceJoinResponse@@QAE@IW4TagClass@PASN_Object@@@Z @134 NONAME ??0GCC_ConferenceJoinResponse_result@@QAE@ABV0@@Z @135 NONAME ??0GCC_ConferenceJoinResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @136 NONAME ??0GCC_ConferenceLockIndication@@QAE@ABV0@@Z @137 NONAME ??0GCC_ConferenceLockIndication@@QAE@IW4TagClass@PASN_Object@@@Z @138 NONAME ??0GCC_ConferenceLockRequest@@QAE@ABV0@@Z @139 NONAME ??0GCC_ConferenceLockRequest@@QAE@IW4TagClass@PASN_Object@@@Z @140 NONAME ??0GCC_ConferenceLockResponse@@QAE@ABV0@@Z @141 NONAME ??0GCC_ConferenceLockResponse@@QAE@IW4TagClass@PASN_Object@@@Z @142 NONAME ??0GCC_ConferenceLockResponse_result@@QAE@ABV0@@Z @143 NONAME ??0GCC_ConferenceLockResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @144 NONAME ??0GCC_ConferenceName@@QAE@ABV0@@Z @145 NONAME ??0GCC_ConferenceName@@QAE@IW4TagClass@PASN_Object@@@Z @146 NONAME ??0GCC_ConferenceNameModifier@@QAE@ABV0@@Z @147 NONAME ??0GCC_ConferenceNameModifier@@QAE@IW4TagClass@PASN_Object@@@Z @148 NONAME ??0GCC_ConferenceNameSelector@@QAE@ABV0@@Z @149 NONAME ??0GCC_ConferenceNameSelector@@QAE@IW4TagClass@PASN_Object@@@Z @150 NONAME ??0GCC_ConferencePriority@@QAE@ABV0@@Z @151 NONAME ??0GCC_ConferencePriority@@QAE@IW4TagClass@PASN_Object@@@Z @152 NONAME ??0GCC_ConferencePriorityScheme@@QAE@ABV0@@Z @153 NONAME ??0GCC_ConferencePriorityScheme@@QAE@IW4TagClass@PASN_Object@@@Z @154 NONAME ??0GCC_ConferenceQueryRequest@@QAE@ABV0@@Z @155 NONAME ??0GCC_ConferenceQueryRequest@@QAE@IW4TagClass@PASN_Object@@@Z @156 NONAME ??0GCC_ConferenceQueryResponse@@QAE@ABV0@@Z @157 NONAME ??0GCC_ConferenceQueryResponse@@QAE@IW4TagClass@PASN_Object@@@Z @158 NONAME ??0GCC_ConferenceQueryResponse_result@@QAE@ABV0@@Z @159 NONAME ??0GCC_ConferenceQueryResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @160 NONAME ??0GCC_ConferenceTerminateIndication@@QAE@ABV0@@Z @161 NONAME ??0GCC_ConferenceTerminateIndication@@QAE@IW4TagClass@PASN_Object@@@Z @162 NONAME ??0GCC_ConferenceTerminateIndication_reason@@QAE@ABV0@@Z @163 NONAME ??0GCC_ConferenceTerminateIndication_reason@@QAE@IW4TagClass@PASN_Object@@@Z @164 NONAME ??0GCC_ConferenceTerminateRequest@@QAE@ABV0@@Z @165 NONAME ??0GCC_ConferenceTerminateRequest@@QAE@IW4TagClass@PASN_Object@@@Z @166 NONAME ??0GCC_ConferenceTerminateRequest_reason@@QAE@ABV0@@Z @167 NONAME ??0GCC_ConferenceTerminateRequest_reason@@QAE@IW4TagClass@PASN_Object@@@Z @168 NONAME ??0GCC_ConferenceTerminateResponse@@QAE@ABV0@@Z @169 NONAME ??0GCC_ConferenceTerminateResponse@@QAE@IW4TagClass@PASN_Object@@@Z @170 NONAME ??0GCC_ConferenceTerminateResponse_result@@QAE@ABV0@@Z @171 NONAME ??0GCC_ConferenceTerminateResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @172 NONAME ??0GCC_ConferenceTimeExtendIndication@@QAE@ABV0@@Z @173 NONAME ??0GCC_ConferenceTimeExtendIndication@@QAE@IW4TagClass@PASN_Object@@@Z @174 NONAME ??0GCC_ConferenceTimeInquireIndication@@QAE@ABV0@@Z @175 NONAME ??0GCC_ConferenceTimeInquireIndication@@QAE@IW4TagClass@PASN_Object@@@Z @176 NONAME ??0GCC_ConferenceTimeRemainingIndication@@QAE@ABV0@@Z @177 NONAME ??0GCC_ConferenceTimeRemainingIndication@@QAE@IW4TagClass@PASN_Object@@@Z @178 NONAME ??0GCC_ConferenceTransferIndication@@QAE@ABV0@@Z @179 NONAME ??0GCC_ConferenceTransferIndication@@QAE@IW4TagClass@PASN_Object@@@Z @180 NONAME ??0GCC_ConferenceTransferRequest@@QAE@ABV0@@Z @181 NONAME ??0GCC_ConferenceTransferRequest@@QAE@IW4TagClass@PASN_Object@@@Z @182 NONAME ??0GCC_ConferenceTransferResponse@@QAE@ABV0@@Z @183 NONAME ??0GCC_ConferenceTransferResponse@@QAE@IW4TagClass@PASN_Object@@@Z @184 NONAME ??0GCC_ConferenceTransferResponse_result@@QAE@ABV0@@Z @185 NONAME ??0GCC_ConferenceTransferResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @186 NONAME ??0GCC_ConferenceUnlockIndication@@QAE@ABV0@@Z @187 NONAME ??0GCC_ConferenceUnlockIndication@@QAE@IW4TagClass@PASN_Object@@@Z @188 NONAME ??0GCC_ConferenceUnlockRequest@@QAE@ABV0@@Z @189 NONAME ??0GCC_ConferenceUnlockRequest@@QAE@IW4TagClass@PASN_Object@@@Z @190 NONAME ??0GCC_ConferenceUnlockResponse@@QAE@ABV0@@Z @191 NONAME ??0GCC_ConferenceUnlockResponse@@QAE@IW4TagClass@PASN_Object@@@Z @192 NONAME ??0GCC_ConferenceUnlockResponse_result@@QAE@ABV0@@Z @193 NONAME ??0GCC_ConferenceUnlockResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @194 NONAME ??0GCC_ConnectData@@QAE@ABV0@@Z @195 NONAME ??0GCC_ConnectData@@QAE@IW4TagClass@PASN_Object@@@Z @196 NONAME ??0GCC_ConnectGCCPDU@@QAE@ABV0@@Z @197 NONAME ??0GCC_ConnectGCCPDU@@QAE@IW4TagClass@PASN_Object@@@Z @198 NONAME ??0GCC_DialingString@@QAE@ABV0@@Z @199 NONAME ??0GCC_DialingString@@QAE@IW4TagClass@PASN_Object@@@Z @200 NONAME ??0GCC_DynamicChannelID@@QAE@ABV0@@Z @201 NONAME ??0GCC_DynamicChannelID@@QAE@IW4TagClass@PASN_Object@@@Z @202 NONAME ??0GCC_DynamicTokenID@@QAE@ABV0@@Z @203 NONAME ??0GCC_DynamicTokenID@@QAE@IW4TagClass@PASN_Object@@@Z @204 NONAME ??0GCC_EntityID@@QAE@ABV0@@Z @205 NONAME ??0GCC_EntityID@@QAE@IW4TagClass@PASN_Object@@@Z @206 NONAME ??0GCC_ExtraDialingString@@QAE@ABV0@@Z @207 NONAME ??0GCC_ExtraDialingString@@QAE@IW4TagClass@PASN_Object@@@Z @208 NONAME ??0GCC_FunctionNotSupportedResponse@@QAE@ABV0@@Z @209 NONAME ??0GCC_FunctionNotSupportedResponse@@QAE@IW4TagClass@PASN_Object@@@Z @210 NONAME ??0GCC_GCCPDU@@QAE@ABV0@@Z @211 NONAME ??0GCC_GCCPDU@@QAE@IW4TagClass@PASN_Object@@@Z @212 NONAME ??0GCC_H221NonStandardIdentifier@@QAE@ABV0@@Z @213 NONAME ??0GCC_H221NonStandardIdentifier@@QAE@ABVPBYTEArray@@@Z @37529 NONAME ??0GCC_H221NonStandardIdentifier@@QAE@ABVPString@@@Z @37530 NONAME ??0GCC_H221NonStandardIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @214 NONAME ??0GCC_H221NonStandardIdentifier@@QAE@PBD@Z @37531 NONAME ??0GCC_Handle@@QAE@ABV0@@Z @215 NONAME ??0GCC_Handle@@QAE@IW4TagClass@PASN_Object@@@Z @216 NONAME ??0GCC_IndicationPDU@@QAE@ABV0@@Z @217 NONAME ??0GCC_IndicationPDU@@QAE@IW4TagClass@PASN_Object@@@Z @218 NONAME ??0GCC_Key@@QAE@ABV0@@Z @219 NONAME ??0GCC_Key@@QAE@IW4TagClass@PASN_Object@@@Z @220 NONAME ??0GCC_NetworkAddress@@QAE@ABV0@@Z @221 NONAME ??0GCC_NetworkAddress@@QAE@IW4TagClass@PASN_Object@@@Z @222 NONAME ??0GCC_NetworkAddress_subtype@@QAE@ABV0@@Z @223 NONAME ??0GCC_NetworkAddress_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @224 NONAME ??0GCC_NetworkAddress_subtype_aggregatedChannel@@QAE@ABV0@@Z @225 NONAME ??0GCC_NetworkAddress_subtype_aggregatedChannel@@QAE@IW4TagClass@PASN_Object@@@Z @226 NONAME ??0GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@QAE@ABV0@@Z @227 NONAME ??0GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@QAE@IW4TagClass@PASN_Object@@@Z @228 NONAME ??0GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@QAE@ABV0@@Z @229 NONAME ??0GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@QAE@IW4TagClass@PASN_Object@@@Z @230 NONAME ??0GCC_NetworkAddress_subtype_transportConnection@@QAE@ABV0@@Z @231 NONAME ??0GCC_NetworkAddress_subtype_transportConnection@@QAE@IW4TagClass@PASN_Object@@@Z @232 NONAME ??0GCC_NodeProperties@@QAE@ABV0@@Z @233 NONAME ??0GCC_NodeProperties@@QAE@IW4TagClass@PASN_Object@@@Z @234 NONAME ??0GCC_NodeRecord@@QAE@ABV0@@Z @235 NONAME ??0GCC_NodeRecord@@QAE@IW4TagClass@PASN_Object@@@Z @236 NONAME ??0GCC_NodeType@@QAE@ABV0@@Z @237 NONAME ??0GCC_NodeType@@QAE@IW4TagClass@PASN_Object@@@Z @238 NONAME ??0GCC_NonStandardParameter@@QAE@ABV0@@Z @239 NONAME ??0GCC_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @240 NONAME ??0GCC_NonStandardPDU@@QAE@ABV0@@Z @241 NONAME ??0GCC_NonStandardPDU@@QAE@IW4TagClass@PASN_Object@@@Z @242 NONAME ??0GCC_Password@@QAE@ABV0@@Z @243 NONAME ??0GCC_Password@@QAE@IW4TagClass@PASN_Object@@@Z @244 NONAME ??0GCC_PasswordChallengeRequestResponse@@QAE@ABV0@@Z @245 NONAME ??0GCC_PasswordChallengeRequestResponse@@QAE@IW4TagClass@PASN_Object@@@Z @246 NONAME ??0GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@QAE@ABV0@@Z @247 NONAME ??0GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@QAE@IW4TagClass@PASN_Object@@@Z @248 NONAME ??0GCC_PasswordSelector@@QAE@ABV0@@Z @249 NONAME ??0GCC_PasswordSelector@@QAE@IW4TagClass@PASN_Object@@@Z @250 NONAME ??0GCC_Privilege@@QAE@ABV0@@Z @251 NONAME ??0GCC_Privilege@@QAE@IW4TagClass@PASN_Object@@@Z @252 NONAME ??0GCC_RegistryAllocateHandleRequest@@QAE@ABV0@@Z @253 NONAME ??0GCC_RegistryAllocateHandleRequest@@QAE@IW4TagClass@PASN_Object@@@Z @254 NONAME ??0GCC_RegistryAllocateHandleResponse@@QAE@ABV0@@Z @255 NONAME ??0GCC_RegistryAllocateHandleResponse@@QAE@IW4TagClass@PASN_Object@@@Z @256 NONAME ??0GCC_RegistryAllocateHandleResponse_result@@QAE@ABV0@@Z @257 NONAME ??0GCC_RegistryAllocateHandleResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @258 NONAME ??0GCC_RegistryAssignTokenRequest@@QAE@ABV0@@Z @259 NONAME ??0GCC_RegistryAssignTokenRequest@@QAE@IW4TagClass@PASN_Object@@@Z @260 NONAME ??0GCC_RegistryDeleteEntryRequest@@QAE@ABV0@@Z @261 NONAME ??0GCC_RegistryDeleteEntryRequest@@QAE@IW4TagClass@PASN_Object@@@Z @262 NONAME ??0GCC_RegistryEntryOwner@@QAE@ABV0@@Z @263 NONAME ??0GCC_RegistryEntryOwner@@QAE@IW4TagClass@PASN_Object@@@Z @264 NONAME ??0GCC_RegistryEntryOwner_owned@@QAE@ABV0@@Z @265 NONAME ??0GCC_RegistryEntryOwner_owned@@QAE@IW4TagClass@PASN_Object@@@Z @266 NONAME ??0GCC_RegistryItem@@QAE@ABV0@@Z @267 NONAME ??0GCC_RegistryItem@@QAE@IW4TagClass@PASN_Object@@@Z @268 NONAME ??0GCC_RegistryKey@@QAE@ABV0@@Z @269 NONAME ??0GCC_RegistryKey@@QAE@IW4TagClass@PASN_Object@@@Z @270 NONAME ??0GCC_RegistryModificationRights@@QAE@ABV0@@Z @271 NONAME ??0GCC_RegistryModificationRights@@QAE@IW4TagClass@PASN_Object@@@Z @272 NONAME ??0GCC_RegistryMonitorEntryIndication@@QAE@ABV0@@Z @273 NONAME ??0GCC_RegistryMonitorEntryIndication@@QAE@IW4TagClass@PASN_Object@@@Z @274 NONAME ??0GCC_RegistryMonitorEntryRequest@@QAE@ABV0@@Z @275 NONAME ??0GCC_RegistryMonitorEntryRequest@@QAE@IW4TagClass@PASN_Object@@@Z @276 NONAME ??0GCC_RegistryRegisterChannelRequest@@QAE@ABV0@@Z @277 NONAME ??0GCC_RegistryRegisterChannelRequest@@QAE@IW4TagClass@PASN_Object@@@Z @278 NONAME ??0GCC_RegistryResponse@@QAE@ABV0@@Z @279 NONAME ??0GCC_RegistryResponse@@QAE@IW4TagClass@PASN_Object@@@Z @280 NONAME ??0GCC_RegistryResponse_primitiveType@@QAE@ABV0@@Z @281 NONAME ??0GCC_RegistryResponse_primitiveType@@QAE@IW4TagClass@PASN_Object@@@Z @282 NONAME ??0GCC_RegistryResponse_result@@QAE@ABV0@@Z @283 NONAME ??0GCC_RegistryResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @284 NONAME ??0GCC_RegistryRetrieveEntryRequest@@QAE@ABV0@@Z @285 NONAME ??0GCC_RegistryRetrieveEntryRequest@@QAE@IW4TagClass@PASN_Object@@@Z @286 NONAME ??0GCC_RegistrySetParameterRequest@@QAE@ABV0@@Z @287 NONAME ??0GCC_RegistrySetParameterRequest@@QAE@IW4TagClass@PASN_Object@@@Z @288 NONAME ??0GCC_RequestPDU@@QAE@ABV0@@Z @289 NONAME ??0GCC_RequestPDU@@QAE@IW4TagClass@PASN_Object@@@Z @290 NONAME ??0GCC_ResponsePDU@@QAE@ABV0@@Z @291 NONAME ??0GCC_ResponsePDU@@QAE@IW4TagClass@PASN_Object@@@Z @292 NONAME ??0GCC_RosterUpdateIndication@@QAE@ABV0@@Z @293 NONAME ??0GCC_RosterUpdateIndication@@QAE@IW4TagClass@PASN_Object@@@Z @294 NONAME ??0GCC_RosterUpdateIndication_applicationInformation@@QAE@ABV0@@Z @295 NONAME ??0GCC_RosterUpdateIndication_applicationInformation@@QAE@IW4TagClass@PASN_Object@@@Z @296 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype@@QAE@ABV0@@Z @297 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @298 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@QAE@ABV0@@Z @299 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@QAE@IW4TagClass@PASN_Object@@@Z @300 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@QAE@ABV0@@Z @301 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@QAE@IW4TagClass@PASN_Object@@@Z @302 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@QAE@ABV0@@Z @303 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @304 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@QAE@ABV0@@Z @305 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@QAE@IW4TagClass@PASN_Object@@@Z @306 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@QAE@ABV0@@Z @307 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@QAE@IW4TagClass@PASN_Object@@@Z @308 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@QAE@ABV0@@Z @309 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @310 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@QAE@ABV0@@Z @311 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@QAE@IW4TagClass@PASN_Object@@@Z @312 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@QAE@ABV0@@Z @313 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @314 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@QAE@ABV0@@Z @315 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@QAE@IW4TagClass@PASN_Object@@@Z @316 NONAME ??0GCC_RosterUpdateIndication_nodeInformation@@QAE@ABV0@@Z @317 NONAME ??0GCC_RosterUpdateIndication_nodeInformation@@QAE@IW4TagClass@PASN_Object@@@Z @318 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@QAE@ABV0@@Z @319 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@QAE@IW4TagClass@PASN_Object@@@Z @320 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@QAE@ABV0@@Z @321 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@QAE@IW4TagClass@PASN_Object@@@Z @322 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@QAE@ABV0@@Z @323 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @324 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@QAE@ABV0@@Z @325 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@QAE@IW4TagClass@PASN_Object@@@Z @326 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@QAE@ABV0@@Z @327 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @328 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@QAE@ABV0@@Z @329 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@QAE@IW4TagClass@PASN_Object@@@Z @330 NONAME ??0GCC_SessionKey@@QAE@ABV0@@Z @331 NONAME ??0GCC_SessionKey@@QAE@IW4TagClass@PASN_Object@@@Z @332 NONAME ??0GCC_SimpleNumericString@@QAE@ABV0@@Z @333 NONAME ??0GCC_SimpleNumericString@@QAE@IW4TagClass@PASN_Object@@@Z @334 NONAME ??0GCC_SimpleTextString@@QAE@ABV0@@Z @335 NONAME ??0GCC_SimpleTextString@@QAE@IW4TagClass@PASN_Object@@@Z @336 NONAME ??0GCC_StaticChannelID@@QAE@ABV0@@Z @337 NONAME ??0GCC_StaticChannelID@@QAE@IW4TagClass@PASN_Object@@@Z @338 NONAME ??0GCC_StaticTokenID@@QAE@ABV0@@Z @339 NONAME ??0GCC_StaticTokenID@@QAE@IW4TagClass@PASN_Object@@@Z @340 NONAME ??0GCC_SubAddressString@@QAE@ABV0@@Z @341 NONAME ??0GCC_SubAddressString@@QAE@IW4TagClass@PASN_Object@@@Z @342 NONAME ??0GCC_TerminationMethod@@QAE@ABV0@@Z @343 NONAME ??0GCC_TerminationMethod@@QAE@IW4TagClass@PASN_Object@@@Z @344 NONAME ??0GCC_TextMessageIndication@@QAE@ABV0@@Z @345 NONAME ??0GCC_TextMessageIndication@@QAE@IW4TagClass@PASN_Object@@@Z @346 NONAME ??0GCC_TextString@@QAE@ABV0@@Z @347 NONAME ??0GCC_TextString@@QAE@IW4TagClass@PASN_Object@@@Z @348 NONAME ??0GCC_Time@@QAE@ABV0@@Z @349 NONAME ??0GCC_Time@@QAE@IW4TagClass@PASN_Object@@@Z @350 NONAME ??0GCC_TokenID@@QAE@ABV0@@Z @351 NONAME ??0GCC_TokenID@@QAE@IW4TagClass@PASN_Object@@@Z @352 NONAME ??0GCC_UserData@@QAE@ABV0@@Z @353 NONAME ??0GCC_UserData@@QAE@IW4TagClass@PASN_Object@@@Z @354 NONAME ??0GCC_UserData_subtype@@QAE@ABV0@@Z @355 NONAME ??0GCC_UserData_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @356 NONAME ??0GCC_UserID@@QAE@ABV0@@Z @357 NONAME ??0GCC_UserID@@QAE@IW4TagClass@PASN_Object@@@Z @358 NONAME ??0GCC_UserIDIndication@@QAE@ABV0@@Z @359 NONAME ??0GCC_UserIDIndication@@QAE@IW4TagClass@PASN_Object@@@Z @360 NONAME ??0H225CallThread@@QAE@AAVH323EndPoint@@AAVH323Connection@@AAVH323Transport@@ABVPString@@ABVH323TransportAddress@@@Z @362 NONAME ??0H225TransportThread@@QAE@AAVH323EndPoint@@PAVH323Transport@@@Z @28012 NONAME ??0H225_AddressPattern@@QAE@ABV0@@Z @24355 NONAME ??0H225_AddressPattern@@QAE@IW4TagClass@PASN_Object@@@Z @24356 NONAME ??0H225_AddressPattern_range@@QAE@ABV0@@Z @24357 NONAME ??0H225_AddressPattern_range@@QAE@IW4TagClass@PASN_Object@@@Z @24358 NONAME ??0H225_AdmissionConfirm@@QAE@ABV0@@Z @365 NONAME ??0H225_AdmissionConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @366 NONAME ??0H225_AdmissionConfirm_language@@QAE@ABV0@@Z @24359 NONAME ??0H225_AdmissionConfirm_language@@QAE@IW4TagClass@PASN_Object@@@Z @24360 NONAME ??0H225_AdmissionReject@@QAE@ABV0@@Z @367 NONAME ??0H225_AdmissionReject@@QAE@IW4TagClass@PASN_Object@@@Z @368 NONAME ??0H225_AdmissionRejectReason@@QAE@ABV0@@Z @369 NONAME ??0H225_AdmissionRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @370 NONAME ??0H225_AdmissionRequest@@QAE@ABV0@@Z @371 NONAME ??0H225_AdmissionRequest@@QAE@IW4TagClass@PASN_Object@@@Z @372 NONAME ??0H225_Alerting_UUIE@@QAE@ABV0@@Z @373 NONAME ??0H225_Alerting_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @374 NONAME ??0H225_AliasAddress@@QAE@ABV0@@Z @375 NONAME ??0H225_AliasAddress@@QAE@IW4TagClass@PASN_Object@@@Z @376 NONAME ??0H225_AlternateGK@@QAE@ABV0@@Z @377 NONAME ??0H225_AlternateGK@@QAE@IW4TagClass@PASN_Object@@@Z @378 NONAME ??0H225_AlternateTransportAddresses@@QAE@ABV0@@Z @24361 NONAME ??0H225_AlternateTransportAddresses@@QAE@IW4TagClass@PASN_Object@@@Z @24362 NONAME ??0H225_AltGKInfo@@QAE@ABV0@@Z @379 NONAME ??0H225_AltGKInfo@@QAE@IW4TagClass@PASN_Object@@@Z @380 NONAME ??0H225_ANSI_41_UIM@@QAE@ABV0@@Z @24363 NONAME ??0H225_ANSI_41_UIM@@QAE@IW4TagClass@PASN_Object@@@Z @24364 NONAME ??0H225_ANSI_41_UIM_system_id@@QAE@ABV0@@Z @24365 NONAME ??0H225_ANSI_41_UIM_system_id@@QAE@IW4TagClass@PASN_Object@@@Z @24366 NONAME ??0H225_ArrayOf_AddressPattern@@QAE@ABV0@@Z @24367 NONAME ??0H225_ArrayOf_AddressPattern@@QAE@IW4TagClass@PASN_Object@@@Z @24368 NONAME ??0H225_ArrayOf_AdmissionConfirm@@QAE@ABV0@@Z @38332 NONAME ??0H225_ArrayOf_AdmissionConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @38333 NONAME ??0H225_ArrayOf_AliasAddress@@QAE@ABV0@@Z @381 NONAME ??0H225_ArrayOf_AliasAddress@@QAE@IW4TagClass@PASN_Object@@@Z @382 NONAME ??0H225_ArrayOf_AlternateGK@@QAE@ABV0@@Z @383 NONAME ??0H225_ArrayOf_AlternateGK@@QAE@IW4TagClass@PASN_Object@@@Z @384 NONAME ??0H225_ArrayOf_AuthenticationMechanism@@QAE@ABV0@@Z @385 NONAME ??0H225_ArrayOf_AuthenticationMechanism@@QAE@IW4TagClass@PASN_Object@@@Z @386 NONAME ??0H225_ArrayOf_BandwidthDetails@@QAE@ABV0@@Z @24369 NONAME ??0H225_ArrayOf_BandwidthDetails@@QAE@IW4TagClass@PASN_Object@@@Z @24370 NONAME ??0H225_ArrayOf_CallReferenceValue@@QAE@ABV0@@Z @387 NONAME ??0H225_ArrayOf_CallReferenceValue@@QAE@IW4TagClass@PASN_Object@@@Z @388 NONAME ??0H225_ArrayOf_CallsAvailable@@QAE@ABV0@@Z @24371 NONAME ??0H225_ArrayOf_CallsAvailable@@QAE@IW4TagClass@PASN_Object@@@Z @24372 NONAME ??0H225_ArrayOf_ClearToken@@QAE@ABV0@@Z @389 NONAME ??0H225_ArrayOf_ClearToken@@QAE@IW4TagClass@PASN_Object@@@Z @390 NONAME ??0H225_ArrayOf_ConferenceIdentifier@@QAE@ABV0@@Z @391 NONAME ??0H225_ArrayOf_ConferenceIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @392 NONAME ??0H225_ArrayOf_ConferenceList@@QAE@ABV0@@Z @393 NONAME ??0H225_ArrayOf_ConferenceList@@QAE@IW4TagClass@PASN_Object@@@Z @394 NONAME ??0H225_ArrayOf_CryptoH323Token@@QAE@ABV0@@Z @395 NONAME ??0H225_ArrayOf_CryptoH323Token@@QAE@IW4TagClass@PASN_Object@@@Z @396 NONAME ??0H225_ArrayOf_DataRate@@QAE@ABV0@@Z @397 NONAME ??0H225_ArrayOf_DataRate@@QAE@IW4TagClass@PASN_Object@@@Z @398 NONAME ??0H225_ArrayOf_Endpoint@@QAE@ABV0@@Z @399 NONAME ??0H225_ArrayOf_Endpoint@@QAE@IW4TagClass@PASN_Object@@@Z @400 NONAME ??0H225_ArrayOf_EnumeratedParameter@@QAE@ABV0@@Z @24373 NONAME ??0H225_ArrayOf_EnumeratedParameter@@QAE@IW4TagClass@PASN_Object@@@Z @24374 NONAME ??0H225_ArrayOf_ExtendedAliasAddress@@QAE@ABV0@@Z @24375 NONAME ??0H225_ArrayOf_ExtendedAliasAddress@@QAE@IW4TagClass@PASN_Object@@@Z @24376 NONAME ??0H225_ArrayOf_FeatureDescriptor@@QAE@ABV0@@Z @24377 NONAME ??0H225_ArrayOf_FeatureDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @24378 NONAME ??0H225_ArrayOf_GenericData@@QAE@ABV0@@Z @24379 NONAME ??0H225_ArrayOf_GenericData@@QAE@IW4TagClass@PASN_Object@@@Z @24380 NONAME ??0H225_ArrayOf_H245Security@@QAE@ABV0@@Z @401 NONAME ??0H225_ArrayOf_H245Security@@QAE@IW4TagClass@PASN_Object@@@Z @402 NONAME ??0H225_ArrayOf_H248PackagesDescriptor@@QAE@ABV0@@Z @24381 NONAME ??0H225_ArrayOf_H248PackagesDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @24382 NONAME ??0H225_ArrayOf_IntegrityMechanism@@QAE@ABV0@@Z @403 NONAME ??0H225_ArrayOf_IntegrityMechanism@@QAE@IW4TagClass@PASN_Object@@@Z @404 NONAME ??0H225_ArrayOf_NonStandardParameter@@QAE@ABV0@@Z @405 NONAME ??0H225_ArrayOf_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @406 NONAME ??0H225_ArrayOf_PartyNumber@@QAE@ABV0@@Z @24383 NONAME ??0H225_ArrayOf_PartyNumber@@QAE@IW4TagClass@PASN_Object@@@Z @24384 NONAME ??0H225_ArrayOf_PASN_ObjectId@@QAE@ABV0@@Z @407 NONAME ??0H225_ArrayOf_PASN_ObjectId@@QAE@IW4TagClass@PASN_Object@@@Z @408 NONAME ??0H225_ArrayOf_PASN_OctetString@@QAE@ABV0@@Z @409 NONAME ??0H225_ArrayOf_PASN_OctetString@@QAE@IW4TagClass@PASN_Object@@@Z @410 NONAME ??0H225_ArrayOf_RasUsageSpecification@@QAE@ABV0@@Z @24385 NONAME ??0H225_ArrayOf_RasUsageSpecification@@QAE@IW4TagClass@PASN_Object@@@Z @24386 NONAME ??0H225_ArrayOf_RTPSession@@QAE@ABV0@@Z @411 NONAME ??0H225_ArrayOf_RTPSession@@QAE@IW4TagClass@PASN_Object@@@Z @412 NONAME ??0H225_ArrayOf_ServiceControlSession@@QAE@ABV0@@Z @24387 NONAME ??0H225_ArrayOf_ServiceControlSession@@QAE@IW4TagClass@PASN_Object@@@Z @24388 NONAME ??0H225_ArrayOf_SupportedPrefix@@QAE@ABV0@@Z @413 NONAME ??0H225_ArrayOf_SupportedPrefix@@QAE@IW4TagClass@PASN_Object@@@Z @414 NONAME ??0H225_ArrayOf_SupportedProtocols@@QAE@ABV0@@Z @415 NONAME ??0H225_ArrayOf_SupportedProtocols@@QAE@IW4TagClass@PASN_Object@@@Z @416 NONAME ??0H225_ArrayOf_TransportAddress@@QAE@ABV0@@Z @417 NONAME ??0H225_ArrayOf_TransportAddress@@QAE@IW4TagClass@PASN_Object@@@Z @418 NONAME ??0H225_ArrayOf_TransportChannelInfo@@QAE@ABV0@@Z @419 NONAME ??0H225_ArrayOf_TransportChannelInfo@@QAE@IW4TagClass@PASN_Object@@@Z @420 NONAME ??0H225_ArrayOf_TunnelledProtocol@@QAE@ABV0@@Z @24389 NONAME ??0H225_ArrayOf_TunnelledProtocol@@QAE@IW4TagClass@PASN_Object@@@Z @24390 NONAME ??0H225_BandRejectReason@@QAE@ABV0@@Z @421 NONAME ??0H225_BandRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @422 NONAME ??0H225_BandWidth@@QAE@ABV0@@Z @423 NONAME ??0H225_BandWidth@@QAE@IW4TagClass@PASN_Object@@@Z @424 NONAME ??0H225_BandwidthConfirm@@QAE@ABV0@@Z @425 NONAME ??0H225_BandwidthConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @426 NONAME ??0H225_BandwidthDetails@@QAE@ABV0@@Z @24391 NONAME ??0H225_BandwidthDetails@@QAE@IW4TagClass@PASN_Object@@@Z @24392 NONAME ??0H225_BandwidthReject@@QAE@ABV0@@Z @427 NONAME ??0H225_BandwidthReject@@QAE@IW4TagClass@PASN_Object@@@Z @428 NONAME ??0H225_BandwidthRequest@@QAE@ABV0@@Z @429 NONAME ??0H225_BandwidthRequest@@QAE@IW4TagClass@PASN_Object@@@Z @430 NONAME ??0H225_CallCapacity@@QAE@ABV0@@Z @24393 NONAME ??0H225_CallCapacity@@QAE@IW4TagClass@PASN_Object@@@Z @24394 NONAME ??0H225_CallCapacityInfo@@QAE@ABV0@@Z @24395 NONAME ??0H225_CallCapacityInfo@@QAE@IW4TagClass@PASN_Object@@@Z @24396 NONAME ??0H225_CallCreditCapability@@QAE@ABV0@@Z @24397 NONAME ??0H225_CallCreditCapability@@QAE@IW4TagClass@PASN_Object@@@Z @24398 NONAME ??0H225_CallCreditServiceControl@@QAE@ABV0@@Z @24399 NONAME ??0H225_CallCreditServiceControl@@QAE@IW4TagClass@PASN_Object@@@Z @24400 NONAME ??0H225_CallCreditServiceControl_billingMode@@QAE@ABV0@@Z @24401 NONAME ??0H225_CallCreditServiceControl_billingMode@@QAE@IW4TagClass@PASN_Object@@@Z @24402 NONAME ??0H225_CallCreditServiceControl_callStartingPoint@@QAE@ABV0@@Z @24403 NONAME ??0H225_CallCreditServiceControl_callStartingPoint@@QAE@IW4TagClass@PASN_Object@@@Z @24404 NONAME ??0H225_CallIdentifier@@QAE@ABV0@@Z @431 NONAME ??0H225_CallIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @432 NONAME ??0H225_CallLinkage@@QAE@ABV0@@Z @24405 NONAME ??0H225_CallLinkage@@QAE@IW4TagClass@PASN_Object@@@Z @24406 NONAME ??0H225_CallModel@@QAE@ABV0@@Z @433 NONAME ??0H225_CallModel@@QAE@IW4TagClass@PASN_Object@@@Z @434 NONAME ??0H225_CallProceeding_UUIE@@QAE@ABV0@@Z @435 NONAME ??0H225_CallProceeding_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @436 NONAME ??0H225_CallReferenceValue@@QAE@ABV0@@Z @437 NONAME ??0H225_CallReferenceValue@@QAE@IW4TagClass@PASN_Object@@@Z @438 NONAME ??0H225_CallsAvailable@@QAE@ABV0@@Z @24407 NONAME ??0H225_CallsAvailable@@QAE@IW4TagClass@PASN_Object@@@Z @24408 NONAME ??0H225_CallTerminationCause@@QAE@ABV0@@Z @24409 NONAME ??0H225_CallTerminationCause@@QAE@IW4TagClass@PASN_Object@@@Z @24410 NONAME ??0H225_CallType@@QAE@ABV0@@Z @439 NONAME ??0H225_CallType@@QAE@IW4TagClass@PASN_Object@@@Z @440 NONAME ??0H225_CapacityReportingCapability@@QAE@ABV0@@Z @24411 NONAME ??0H225_CapacityReportingCapability@@QAE@IW4TagClass@PASN_Object@@@Z @24412 NONAME ??0H225_CapacityReportingSpecification@@QAE@ABV0@@Z @24413 NONAME ??0H225_CapacityReportingSpecification@@QAE@IW4TagClass@PASN_Object@@@Z @24414 NONAME ??0H225_CapacityReportingSpecification_when@@QAE@ABV0@@Z @24415 NONAME ??0H225_CapacityReportingSpecification_when@@QAE@IW4TagClass@PASN_Object@@@Z @24416 NONAME ??0H225_CarrierInfo@@QAE@ABV0@@Z @38334 NONAME ??0H225_CarrierInfo@@QAE@IW4TagClass@PASN_Object@@@Z @38335 NONAME ??0H225_CicInfo@@QAE@ABV0@@Z @24417 NONAME ??0H225_CicInfo@@QAE@IW4TagClass@PASN_Object@@@Z @24418 NONAME ??0H225_CicInfo_cic@@QAE@ABV0@@Z @24419 NONAME ??0H225_CicInfo_cic@@QAE@IW4TagClass@PASN_Object@@@Z @24420 NONAME ??0H225_CircuitIdentifier@@QAE@ABV0@@Z @24421 NONAME ??0H225_CircuitIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @24422 NONAME ??0H225_CircuitInfo@@QAE@ABV0@@Z @24423 NONAME ??0H225_CircuitInfo@@QAE@IW4TagClass@PASN_Object@@@Z @24424 NONAME ??0H225_ConferenceIdentifier@@QAE@ABV0@@Z @441 NONAME ??0H225_ConferenceIdentifier@@QAE@ABVPBYTEArray@@@Z @36846 NONAME ??0H225_ConferenceIdentifier@@QAE@ABVPString@@@Z @36847 NONAME ??0H225_ConferenceIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @442 NONAME ??0H225_ConferenceIdentifier@@QAE@PBD@Z @36848 NONAME ??0H225_ConferenceList@@QAE@ABV0@@Z @443 NONAME ??0H225_ConferenceList@@QAE@IW4TagClass@PASN_Object@@@Z @444 NONAME ??0H225_Connect_UUIE@@QAE@ABV0@@Z @445 NONAME ??0H225_Connect_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @446 NONAME ??0H225_Connect_UUIE_language@@QAE@ABV0@@Z @24425 NONAME ??0H225_Connect_UUIE_language@@QAE@IW4TagClass@PASN_Object@@@Z @24426 NONAME ??0H225_Content@@QAE@ABV0@@Z @24427 NONAME ??0H225_Content@@QAE@IW4TagClass@PASN_Object@@@Z @24428 NONAME ??0H225_CryptoH323Token@@QAE@ABV0@@Z @447 NONAME ??0H225_CryptoH323Token@@QAE@IW4TagClass@PASN_Object@@@Z @448 NONAME ??0H225_CryptoH323Token_cryptoEPPwdHash@@QAE@ABV0@@Z @449 NONAME ??0H225_CryptoH323Token_cryptoEPPwdHash@@QAE@IW4TagClass@PASN_Object@@@Z @450 NONAME ??0H225_CryptoH323Token_cryptoGKPwdHash@@QAE@ABV0@@Z @451 NONAME ??0H225_CryptoH323Token_cryptoGKPwdHash@@QAE@IW4TagClass@PASN_Object@@@Z @452 NONAME ??0H225_DataRate@@QAE@ABV0@@Z @453 NONAME ??0H225_DataRate@@QAE@IW4TagClass@PASN_Object@@@Z @454 NONAME ??0H225_DisengageConfirm@@QAE@ABV0@@Z @455 NONAME ??0H225_DisengageConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @456 NONAME ??0H225_DisengageReason@@QAE@ABV0@@Z @457 NONAME ??0H225_DisengageReason@@QAE@IW4TagClass@PASN_Object@@@Z @458 NONAME ??0H225_DisengageReject@@QAE@ABV0@@Z @459 NONAME ??0H225_DisengageReject@@QAE@IW4TagClass@PASN_Object@@@Z @460 NONAME ??0H225_DisengageRejectReason@@QAE@ABV0@@Z @461 NONAME ??0H225_DisengageRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @462 NONAME ??0H225_DisengageRequest@@QAE@ABV0@@Z @463 NONAME ??0H225_DisengageRequest@@QAE@IW4TagClass@PASN_Object@@@Z @464 NONAME ??0H225_EncodedFastStartToken@@QAE@ABV0@@Z @27635 NONAME ??0H225_EncodedFastStartToken@@QAE@IW4TagClass@PASN_Object@@@Z @27636 NONAME ??0H225_EncryptIntAlg@@QAE@ABV0@@Z @465 NONAME ??0H225_EncryptIntAlg@@QAE@IW4TagClass@PASN_Object@@@Z @466 NONAME ??0H225_Endpoint@@QAE@ABV0@@Z @467 NONAME ??0H225_Endpoint@@QAE@IW4TagClass@PASN_Object@@@Z @468 NONAME ??0H225_EndpointIdentifier@@QAE@ABV0@@Z @469 NONAME ??0H225_EndpointIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @470 NONAME ??0H225_EndpointType@@QAE@ABV0@@Z @471 NONAME ??0H225_EndpointType@@QAE@IW4TagClass@PASN_Object@@@Z @472 NONAME ??0H225_EnumeratedParameter@@QAE@ABV0@@Z @24429 NONAME ??0H225_EnumeratedParameter@@QAE@IW4TagClass@PASN_Object@@@Z @24430 NONAME ??0H225_ExtendedAliasAddress@@QAE@ABV0@@Z @24431 NONAME ??0H225_ExtendedAliasAddress@@QAE@IW4TagClass@PASN_Object@@@Z @24432 NONAME ??0H225_FacilityReason@@QAE@ABV0@@Z @473 NONAME ??0H225_FacilityReason@@QAE@IW4TagClass@PASN_Object@@@Z @474 NONAME ??0H225_Facility_UUIE@@QAE@ABV0@@Z @475 NONAME ??0H225_Facility_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @476 NONAME ??0H225_FastStartToken@@QAE@ABV0@@Z @477 NONAME ??0H225_FastStartToken@@QAE@IW4TagClass@PASN_Object@@@Z @478 NONAME ??0H225_FeatureDescriptor@@QAE@ABV0@@Z @24433 NONAME ??0H225_FeatureDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @24434 NONAME ??0H225_FeatureSet@@QAE@ABV0@@Z @24435 NONAME ??0H225_FeatureSet@@QAE@IW4TagClass@PASN_Object@@@Z @24436 NONAME ??0H225_GatekeeperConfirm@@QAE@ABV0@@Z @479 NONAME ??0H225_GatekeeperConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @480 NONAME ??0H225_GatekeeperIdentifier@@QAE@ABV0@@Z @481 NONAME ??0H225_GatekeeperIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @482 NONAME ??0H225_GatekeeperInfo@@QAE@ABV0@@Z @483 NONAME ??0H225_GatekeeperInfo@@QAE@IW4TagClass@PASN_Object@@@Z @484 NONAME ??0H225_GatekeeperReject@@QAE@ABV0@@Z @485 NONAME ??0H225_GatekeeperReject@@QAE@IW4TagClass@PASN_Object@@@Z @486 NONAME ??0H225_GatekeeperRejectReason@@QAE@ABV0@@Z @487 NONAME ??0H225_GatekeeperRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @488 NONAME ??0H225_GatekeeperRequest@@QAE@ABV0@@Z @489 NONAME ??0H225_GatekeeperRequest@@QAE@IW4TagClass@PASN_Object@@@Z @490 NONAME ??0H225_GatewayInfo@@QAE@ABV0@@Z @491 NONAME ??0H225_GatewayInfo@@QAE@IW4TagClass@PASN_Object@@@Z @492 NONAME ??0H225_GenericData@@QAE@ABV0@@Z @24437 NONAME ??0H225_GenericData@@QAE@IW4TagClass@PASN_Object@@@Z @24438 NONAME ??0H225_GenericIdentifier@@QAE@ABV0@@Z @24439 NONAME ??0H225_GenericIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @24440 NONAME ??0H225_GloballyUniqueID@@QAE@ABV0@@Z @493 NONAME ??0H225_GloballyUniqueID@@QAE@ABVPBYTEArray@@@Z @36849 NONAME ??0H225_GloballyUniqueID@@QAE@ABVPString@@@Z @36850 NONAME ??0H225_GloballyUniqueID@@QAE@IW4TagClass@PASN_Object@@@Z @494 NONAME ??0H225_GloballyUniqueID@@QAE@PBD@Z @36851 NONAME ??0H225_GroupID@@QAE@ABV0@@Z @24441 NONAME ??0H225_GroupID@@QAE@IW4TagClass@PASN_Object@@@Z @24442 NONAME ??0H225_GroupID_member@@QAE@ABV0@@Z @24443 NONAME ??0H225_GroupID_member@@QAE@IW4TagClass@PASN_Object@@@Z @24444 NONAME ??0H225_GSM_UIM@@QAE@ABV0@@Z @24445 NONAME ??0H225_GSM_UIM@@QAE@IW4TagClass@PASN_Object@@@Z @24446 NONAME ??0H225_H221NonStandard@@QAE@ABV0@@Z @495 NONAME ??0H225_H221NonStandard@@QAE@IW4TagClass@PASN_Object@@@Z @496 NONAME ??0H225_H245Security@@QAE@ABV0@@Z @497 NONAME ??0H225_H245Security@@QAE@IW4TagClass@PASN_Object@@@Z @498 NONAME ??0H225_H248PackagesDescriptor@@QAE@ABV0@@Z @24447 NONAME ??0H225_H248PackagesDescriptor@@QAE@ABVPBYTEArray@@@Z @36852 NONAME ??0H225_H248PackagesDescriptor@@QAE@ABVPString@@@Z @36853 NONAME ??0H225_H248PackagesDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @24448 NONAME ??0H225_H248PackagesDescriptor@@QAE@PBD@Z @36854 NONAME ??0H225_H248SignalsDescriptor@@QAE@ABV0@@Z @24449 NONAME ??0H225_H248SignalsDescriptor@@QAE@ABVPBYTEArray@@@Z @36855 NONAME ??0H225_H248SignalsDescriptor@@QAE@ABVPString@@@Z @36856 NONAME ??0H225_H248SignalsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @24450 NONAME ??0H225_H248SignalsDescriptor@@QAE@PBD@Z @36857 NONAME ??0H225_H310Caps@@QAE@ABV0@@Z @499 NONAME ??0H225_H310Caps@@QAE@IW4TagClass@PASN_Object@@@Z @500 NONAME ??0H225_H320Caps@@QAE@ABV0@@Z @501 NONAME ??0H225_H320Caps@@QAE@IW4TagClass@PASN_Object@@@Z @502 NONAME ??0H225_H321Caps@@QAE@ABV0@@Z @503 NONAME ??0H225_H321Caps@@QAE@IW4TagClass@PASN_Object@@@Z @504 NONAME ??0H225_H322Caps@@QAE@ABV0@@Z @505 NONAME ??0H225_H322Caps@@QAE@IW4TagClass@PASN_Object@@@Z @506 NONAME ??0H225_H323Caps@@QAE@ABV0@@Z @507 NONAME ??0H225_H323Caps@@QAE@IW4TagClass@PASN_Object@@@Z @508 NONAME ??0H225_H323_UserInformation@@QAE@ABV0@@Z @509 NONAME ??0H225_H323_UserInformation@@QAE@IW4TagClass@PASN_Object@@@Z @510 NONAME ??0H225_H323_UserInformation_user_data@@QAE@ABV0@@Z @511 NONAME ??0H225_H323_UserInformation_user_data@@QAE@IW4TagClass@PASN_Object@@@Z @512 NONAME ??0H225_H323_UU_PDU@@QAE@ABV0@@Z @513 NONAME ??0H225_H323_UU_PDU@@QAE@IW4TagClass@PASN_Object@@@Z @514 NONAME ??0H225_H323_UU_PDU_h323_message_body@@QAE@ABV0@@Z @515 NONAME ??0H225_H323_UU_PDU_h323_message_body@@QAE@IW4TagClass@PASN_Object@@@Z @516 NONAME ??0H225_H323_UU_PDU_tunnelledSignallingMessage@@QAE@ABV0@@Z @24451 NONAME ??0H225_H323_UU_PDU_tunnelledSignallingMessage@@QAE@IW4TagClass@PASN_Object@@@Z @24452 NONAME ??0H225_H324Caps@@QAE@ABV0@@Z @517 NONAME ??0H225_H324Caps@@QAE@IW4TagClass@PASN_Object@@@Z @518 NONAME ??0H225_ICV@@QAE@ABV0@@Z @519 NONAME ??0H225_ICV@@QAE@IW4TagClass@PASN_Object@@@Z @520 NONAME ??0H225_InfoRequest@@QAE@ABV0@@Z @521 NONAME ??0H225_InfoRequest@@QAE@IW4TagClass@PASN_Object@@@Z @522 NONAME ??0H225_InfoRequestAck@@QAE@ABV0@@Z @523 NONAME ??0H225_InfoRequestAck@@QAE@IW4TagClass@PASN_Object@@@Z @524 NONAME ??0H225_InfoRequestNak@@QAE@ABV0@@Z @525 NONAME ??0H225_InfoRequestNak@@QAE@IW4TagClass@PASN_Object@@@Z @526 NONAME ??0H225_InfoRequestNakReason@@QAE@ABV0@@Z @527 NONAME ??0H225_InfoRequestNakReason@@QAE@IW4TagClass@PASN_Object@@@Z @528 NONAME ??0H225_InfoRequestResponse@@QAE@ABV0@@Z @529 NONAME ??0H225_InfoRequestResponse@@QAE@IW4TagClass@PASN_Object@@@Z @530 NONAME ??0H225_InfoRequestResponseStatus@@QAE@ABV0@@Z @24453 NONAME ??0H225_InfoRequestResponseStatus@@QAE@IW4TagClass@PASN_Object@@@Z @24454 NONAME ??0H225_InfoRequestResponse_perCallInfo@@QAE@ABV0@@Z @531 NONAME ??0H225_InfoRequestResponse_perCallInfo@@QAE@IW4TagClass@PASN_Object@@@Z @532 NONAME ??0H225_InfoRequestResponse_perCallInfo_subtype@@QAE@ABV0@@Z @533 NONAME ??0H225_InfoRequestResponse_perCallInfo_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @534 NONAME ??0H225_InfoRequestResponse_perCallInfo_subtype_pdu@@QAE@ABV0@@Z @535 NONAME ??0H225_InfoRequestResponse_perCallInfo_subtype_pdu@@QAE@IW4TagClass@PASN_Object@@@Z @536 NONAME ??0H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@QAE@ABV0@@Z @537 NONAME ??0H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @538 NONAME ??0H225_Information_UUIE@@QAE@ABV0@@Z @539 NONAME ??0H225_Information_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @540 NONAME ??0H225_IntegrityMechanism@@QAE@ABV0@@Z @541 NONAME ??0H225_IntegrityMechanism@@QAE@IW4TagClass@PASN_Object@@@Z @542 NONAME ??0H225_LocationConfirm@@QAE@ABV0@@Z @543 NONAME ??0H225_LocationConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @544 NONAME ??0H225_LocationReject@@QAE@ABV0@@Z @545 NONAME ??0H225_LocationReject@@QAE@IW4TagClass@PASN_Object@@@Z @546 NONAME ??0H225_LocationRejectReason@@QAE@ABV0@@Z @547 NONAME ??0H225_LocationRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @548 NONAME ??0H225_LocationRequest@@QAE@ABV0@@Z @549 NONAME ??0H225_LocationRequest@@QAE@IW4TagClass@PASN_Object@@@Z @550 NONAME ??0H225_McuInfo@@QAE@ABV0@@Z @551 NONAME ??0H225_McuInfo@@QAE@IW4TagClass@PASN_Object@@@Z @552 NONAME ??0H225_MobileUIM@@QAE@ABV0@@Z @24455 NONAME ??0H225_MobileUIM@@QAE@IW4TagClass@PASN_Object@@@Z @24456 NONAME ??0H225_NonIsoIntegrityMechanism@@QAE@ABV0@@Z @553 NONAME ??0H225_NonIsoIntegrityMechanism@@QAE@IW4TagClass@PASN_Object@@@Z @554 NONAME ??0H225_NonStandardIdentifier@@QAE@ABV0@@Z @555 NONAME ??0H225_NonStandardIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @556 NONAME ??0H225_NonStandardMessage@@QAE@ABV0@@Z @557 NONAME ??0H225_NonStandardMessage@@QAE@IW4TagClass@PASN_Object@@@Z @558 NONAME ??0H225_NonStandardParameter@@QAE@ABV0@@Z @559 NONAME ??0H225_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @560 NONAME ??0H225_NonStandardProtocol@@QAE@ABV0@@Z @561 NONAME ??0H225_NonStandardProtocol@@QAE@IW4TagClass@PASN_Object@@@Z @562 NONAME ??0H225_Notify_UUIE@@QAE@ABV0@@Z @24457 NONAME ??0H225_Notify_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @24458 NONAME ??0H225_NumberDigits@@QAE@ABV0@@Z @563 NONAME ??0H225_NumberDigits@@QAE@IW4TagClass@PASN_Object@@@Z @564 NONAME ??0H225_PartyNumber@@QAE@ABV0@@Z @565 NONAME ??0H225_PartyNumber@@QAE@IW4TagClass@PASN_Object@@@Z @566 NONAME ??0H225_PresentationIndicator@@QAE@ABV0@@Z @24459 NONAME ??0H225_PresentationIndicator@@QAE@IW4TagClass@PASN_Object@@@Z @24460 NONAME ??0H225_PrivatePartyNumber@@QAE@ABV0@@Z @567 NONAME ??0H225_PrivatePartyNumber@@QAE@IW4TagClass@PASN_Object@@@Z @568 NONAME ??0H225_PrivateTypeOfNumber@@QAE@ABV0@@Z @569 NONAME ??0H225_PrivateTypeOfNumber@@QAE@IW4TagClass@PASN_Object@@@Z @570 NONAME ??0H225_Progress_UUIE@@QAE@ABV0@@Z @571 NONAME ??0H225_Progress_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @572 NONAME ??0H225_ProtocolIdentifier@@QAE@ABV0@@Z @573 NONAME ??0H225_ProtocolIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @574 NONAME ??0H225_PublicPartyNumber@@QAE@ABV0@@Z @575 NONAME ??0H225_PublicPartyNumber@@QAE@IW4TagClass@PASN_Object@@@Z @576 NONAME ??0H225_PublicTypeOfNumber@@QAE@ABV0@@Z @577 NONAME ??0H225_PublicTypeOfNumber@@QAE@IW4TagClass@PASN_Object@@@Z @578 NONAME ??0H225_Q954Details@@QAE@ABV0@@Z @579 NONAME ??0H225_Q954Details@@QAE@IW4TagClass@PASN_Object@@@Z @580 NONAME ??0H225_QseriesOptions@@QAE@ABV0@@Z @581 NONAME ??0H225_QseriesOptions@@QAE@IW4TagClass@PASN_Object@@@Z @582 NONAME ??0H225_RAS@@QAE@AAVH323EndPoint@@PAVH323Transport@@@Z @27903 NONAME ??0H225_RasMessage@@QAE@ABV0@@Z @583 NONAME ??0H225_RasMessage@@QAE@IW4TagClass@PASN_Object@@@Z @584 NONAME ??0H225_RasUsageInformation@@QAE@ABV0@@Z @24461 NONAME ??0H225_RasUsageInformation@@QAE@IW4TagClass@PASN_Object@@@Z @24462 NONAME ??0H225_RasUsageInfoTypes@@QAE@ABV0@@Z @24463 NONAME ??0H225_RasUsageInfoTypes@@QAE@IW4TagClass@PASN_Object@@@Z @24464 NONAME ??0H225_RasUsageSpecification@@QAE@ABV0@@Z @24465 NONAME ??0H225_RasUsageSpecification@@QAE@IW4TagClass@PASN_Object@@@Z @24466 NONAME ??0H225_RasUsageSpecification_callStartingPoint@@QAE@ABV0@@Z @24467 NONAME ??0H225_RasUsageSpecification_callStartingPoint@@QAE@IW4TagClass@PASN_Object@@@Z @24468 NONAME ??0H225_RasUsageSpecification_when@@QAE@ABV0@@Z @24469 NONAME ??0H225_RasUsageSpecification_when@@QAE@IW4TagClass@PASN_Object@@@Z @24470 NONAME ??0H225_RegistrationConfirm@@QAE@ABV0@@Z @585 NONAME ??0H225_RegistrationConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @586 NONAME ??0H225_RegistrationConfirm_preGrantedARQ@@QAE@ABV0@@Z @587 NONAME ??0H225_RegistrationConfirm_preGrantedARQ@@QAE@IW4TagClass@PASN_Object@@@Z @588 NONAME ??0H225_RegistrationReject@@QAE@ABV0@@Z @589 NONAME ??0H225_RegistrationReject@@QAE@IW4TagClass@PASN_Object@@@Z @590 NONAME ??0H225_RegistrationRejectReason@@QAE@ABV0@@Z @591 NONAME ??0H225_RegistrationRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @592 NONAME ??0H225_RegistrationRejectReason_invalidTerminalAliases@@QAE@ABV0@@Z @24471 NONAME ??0H225_RegistrationRejectReason_invalidTerminalAliases@@QAE@IW4TagClass@PASN_Object@@@Z @24472 NONAME ??0H225_RegistrationRequest@@QAE@ABV0@@Z @593 NONAME ??0H225_RegistrationRequest@@QAE@IW4TagClass@PASN_Object@@@Z @594 NONAME ??0H225_ReleaseCompleteReason@@QAE@ABV0@@Z @595 NONAME ??0H225_ReleaseCompleteReason@@QAE@IW4TagClass@PASN_Object@@@Z @596 NONAME ??0H225_ReleaseComplete_UUIE@@QAE@ABV0@@Z @597 NONAME ??0H225_ReleaseComplete_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @598 NONAME ??0H225_RequestInProgress@@QAE@ABV0@@Z @599 NONAME ??0H225_RequestInProgress@@QAE@IW4TagClass@PASN_Object@@@Z @600 NONAME ??0H225_RequestSeqNum@@QAE@ABV0@@Z @601 NONAME ??0H225_RequestSeqNum@@QAE@IW4TagClass@PASN_Object@@@Z @602 NONAME ??0H225_ResourcesAvailableConfirm@@QAE@ABV0@@Z @603 NONAME ??0H225_ResourcesAvailableConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @604 NONAME ??0H225_ResourcesAvailableIndicate@@QAE@ABV0@@Z @605 NONAME ??0H225_ResourcesAvailableIndicate@@QAE@IW4TagClass@PASN_Object@@@Z @606 NONAME ??0H225_RTPSession@@QAE@ABV0@@Z @607 NONAME ??0H225_RTPSession@@QAE@IW4TagClass@PASN_Object@@@Z @608 NONAME ??0H225_RTPSession_associatedSessionIds@@QAE@ABV0@@Z @609 NONAME ??0H225_RTPSession_associatedSessionIds@@QAE@IW4TagClass@PASN_Object@@@Z @610 NONAME ??0H225_ScnConnectionAggregation@@QAE@ABV0@@Z @24473 NONAME ??0H225_ScnConnectionAggregation@@QAE@IW4TagClass@PASN_Object@@@Z @24474 NONAME ??0H225_ScnConnectionType@@QAE@ABV0@@Z @24475 NONAME ??0H225_ScnConnectionType@@QAE@IW4TagClass@PASN_Object@@@Z @24476 NONAME ??0H225_ScreeningIndicator@@QAE@ABV0@@Z @24477 NONAME ??0H225_ScreeningIndicator@@QAE@IW4TagClass@PASN_Object@@@Z @24478 NONAME ??0H225_SecurityCapabilities@@QAE@ABV0@@Z @611 NONAME ??0H225_SecurityCapabilities@@QAE@IW4TagClass@PASN_Object@@@Z @612 NONAME ??0H225_SecurityErrors2@@QAE@ABV0@@Z @38336 NONAME ??0H225_SecurityErrors2@@QAE@IW4TagClass@PASN_Object@@@Z @38337 NONAME ??0H225_SecurityErrors@@QAE@ABV0@@Z @38338 NONAME ??0H225_SecurityErrors@@QAE@IW4TagClass@PASN_Object@@@Z @38339 NONAME ??0H225_SecurityServiceMode@@QAE@ABV0@@Z @613 NONAME ??0H225_SecurityServiceMode@@QAE@IW4TagClass@PASN_Object@@@Z @614 NONAME ??0H225_ServiceControlDescriptor@@QAE@ABV0@@Z @24479 NONAME ??0H225_ServiceControlDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @24480 NONAME ??0H225_ServiceControlIndication@@QAE@ABV0@@Z @24481 NONAME ??0H225_ServiceControlIndication@@QAE@IW4TagClass@PASN_Object@@@Z @24482 NONAME ??0H225_ServiceControlIndication_callSpecific@@QAE@ABV0@@Z @24483 NONAME ??0H225_ServiceControlIndication_callSpecific@@QAE@IW4TagClass@PASN_Object@@@Z @24484 NONAME ??0H225_ServiceControlResponse@@QAE@ABV0@@Z @24485 NONAME ??0H225_ServiceControlResponse@@QAE@IW4TagClass@PASN_Object@@@Z @24486 NONAME ??0H225_ServiceControlResponse_result@@QAE@ABV0@@Z @24487 NONAME ??0H225_ServiceControlResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @24488 NONAME ??0H225_ServiceControlSession@@QAE@ABV0@@Z @24489 NONAME ??0H225_ServiceControlSession@@QAE@IW4TagClass@PASN_Object@@@Z @24490 NONAME ??0H225_ServiceControlSession_reason@@QAE@ABV0@@Z @24491 NONAME ??0H225_ServiceControlSession_reason@@QAE@IW4TagClass@PASN_Object@@@Z @24492 NONAME ??0H225_SetupAcknowledge_UUIE@@QAE@ABV0@@Z @24493 NONAME ??0H225_SetupAcknowledge_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @24494 NONAME ??0H225_Setup_UUIE@@QAE@ABV0@@Z @615 NONAME ??0H225_Setup_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @616 NONAME ??0H225_Setup_UUIE_conferenceGoal@@QAE@ABV0@@Z @617 NONAME ??0H225_Setup_UUIE_conferenceGoal@@QAE@IW4TagClass@PASN_Object@@@Z @618 NONAME ??0H225_Setup_UUIE_connectionParameters@@QAE@ABV0@@Z @24495 NONAME ??0H225_Setup_UUIE_connectionParameters@@QAE@IW4TagClass@PASN_Object@@@Z @24496 NONAME ??0H225_Setup_UUIE_language@@QAE@ABV0@@Z @24497 NONAME ??0H225_Setup_UUIE_language@@QAE@IW4TagClass@PASN_Object@@@Z @24498 NONAME ??0H225_SIPCaps@@QAE@ABV0@@Z @38340 NONAME ??0H225_SIPCaps@@QAE@IW4TagClass@PASN_Object@@@Z @38341 NONAME ??0H225_StatusInquiry_UUIE@@QAE@ABV0@@Z @24499 NONAME ??0H225_StatusInquiry_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @24500 NONAME ??0H225_Status_UUIE@@QAE@ABV0@@Z @24501 NONAME ??0H225_Status_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @24502 NONAME ??0H225_StimulusControl@@QAE@ABV0@@Z @24503 NONAME ??0H225_StimulusControl@@QAE@IW4TagClass@PASN_Object@@@Z @24504 NONAME ??0H225_SupportedPrefix@@QAE@ABV0@@Z @619 NONAME ??0H225_SupportedPrefix@@QAE@IW4TagClass@PASN_Object@@@Z @620 NONAME ??0H225_SupportedProtocols@@QAE@ABV0@@Z @621 NONAME ??0H225_SupportedProtocols@@QAE@IW4TagClass@PASN_Object@@@Z @622 NONAME ??0H225_T120OnlyCaps@@QAE@ABV0@@Z @623 NONAME ??0H225_T120OnlyCaps@@QAE@IW4TagClass@PASN_Object@@@Z @624 NONAME ??0H225_T38FaxAnnexbOnlyCaps@@QAE@ABV0@@Z @24505 NONAME ??0H225_T38FaxAnnexbOnlyCaps@@QAE@IW4TagClass@PASN_Object@@@Z @24506 NONAME ??0H225_TBCD_STRING@@QAE@ABV0@@Z @24507 NONAME ??0H225_TBCD_STRING@@QAE@IW4TagClass@PASN_Object@@@Z @24508 NONAME ??0H225_TerminalInfo@@QAE@ABV0@@Z @625 NONAME ??0H225_TerminalInfo@@QAE@IW4TagClass@PASN_Object@@@Z @626 NONAME ??0H225_TimeToLive@@QAE@ABV0@@Z @627 NONAME ??0H225_TimeToLive@@QAE@IW4TagClass@PASN_Object@@@Z @628 NONAME ??0H225_TransportAddress@@QAE@ABV0@@Z @629 NONAME ??0H225_TransportAddress@@QAE@IW4TagClass@PASN_Object@@@Z @630 NONAME ??0H225_TransportAddress_ip6Address@@QAE@ABV0@@Z @631 NONAME ??0H225_TransportAddress_ip6Address@@QAE@IW4TagClass@PASN_Object@@@Z @632 NONAME ??0H225_TransportAddress_ipAddress@@QAE@ABV0@@Z @633 NONAME ??0H225_TransportAddress_ipAddress@@QAE@IW4TagClass@PASN_Object@@@Z @634 NONAME ??0H225_TransportAddress_ipSourceRoute@@QAE@ABV0@@Z @635 NONAME ??0H225_TransportAddress_ipSourceRoute@@QAE@IW4TagClass@PASN_Object@@@Z @636 NONAME ??0H225_TransportAddress_ipSourceRoute_route@@QAE@ABV0@@Z @637 NONAME ??0H225_TransportAddress_ipSourceRoute_route@@QAE@IW4TagClass@PASN_Object@@@Z @638 NONAME ??0H225_TransportAddress_ipSourceRoute_routing@@QAE@ABV0@@Z @639 NONAME ??0H225_TransportAddress_ipSourceRoute_routing@@QAE@IW4TagClass@PASN_Object@@@Z @640 NONAME ??0H225_TransportAddress_ipxAddress@@QAE@ABV0@@Z @641 NONAME ??0H225_TransportAddress_ipxAddress@@QAE@IW4TagClass@PASN_Object@@@Z @642 NONAME ??0H225_TransportChannelInfo@@QAE@ABV0@@Z @643 NONAME ??0H225_TransportChannelInfo@@QAE@IW4TagClass@PASN_Object@@@Z @644 NONAME ??0H225_TransportQOS@@QAE@ABV0@@Z @645 NONAME ??0H225_TransportQOS@@QAE@IW4TagClass@PASN_Object@@@Z @646 NONAME ??0H225_TunnelledProtocol@@QAE@ABV0@@Z @24509 NONAME ??0H225_TunnelledProtocol@@QAE@IW4TagClass@PASN_Object@@@Z @24510 NONAME ??0H225_TunnelledProtocolAlternateIdentifier@@QAE@ABV0@@Z @24511 NONAME ??0H225_TunnelledProtocolAlternateIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @24512 NONAME ??0H225_TunnelledProtocol_id@@QAE@ABV0@@Z @24513 NONAME ??0H225_TunnelledProtocol_id@@QAE@IW4TagClass@PASN_Object@@@Z @24514 NONAME ??0H225_UnknownMessageResponse@@QAE@ABV0@@Z @647 NONAME ??0H225_UnknownMessageResponse@@QAE@IW4TagClass@PASN_Object@@@Z @648 NONAME ??0H225_UnregistrationConfirm@@QAE@ABV0@@Z @649 NONAME ??0H225_UnregistrationConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @650 NONAME ??0H225_UnregistrationReject@@QAE@ABV0@@Z @651 NONAME ??0H225_UnregistrationReject@@QAE@IW4TagClass@PASN_Object@@@Z @652 NONAME ??0H225_UnregistrationRequest@@QAE@ABV0@@Z @653 NONAME ??0H225_UnregistrationRequest@@QAE@IW4TagClass@PASN_Object@@@Z @654 NONAME ??0H225_UnregRejectReason@@QAE@ABV0@@Z @655 NONAME ??0H225_UnregRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @656 NONAME ??0H225_UnregRequestReason@@QAE@ABV0@@Z @657 NONAME ??0H225_UnregRequestReason@@QAE@IW4TagClass@PASN_Object@@@Z @658 NONAME ??0H225_UseSpecifiedTransport@@QAE@ABV0@@Z @24515 NONAME ??0H225_UseSpecifiedTransport@@QAE@IW4TagClass@PASN_Object@@@Z @24516 NONAME ??0H225_UUIEsRequested@@QAE@ABV0@@Z @659 NONAME ??0H225_UUIEsRequested@@QAE@IW4TagClass@PASN_Object@@@Z @660 NONAME ??0H225_VendorIdentifier@@QAE@ABV0@@Z @661 NONAME ??0H225_VendorIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @662 NONAME ??0H225_VoiceCaps@@QAE@ABV0@@Z @663 NONAME ??0H225_VoiceCaps@@QAE@IW4TagClass@PASN_Object@@@Z @664 NONAME ??0H235AuthCAT@@QAE@ABV0@@Z @34816 NONAME ??0H235AuthCAT@@QAE@XZ @34817 NONAME ??0H235Authenticator@@QAE@ABV0@@Z @31276 NONAME ??0H235Authenticator@@QAE@XZ @28807 NONAME ??0H235Authenticators@@IAE@HPBV0@@Z @31277 NONAME ??0H235Authenticators@@QAE@ABV0@@Z @31278 NONAME ??0H235Authenticators@@QAE@XZ @31279 NONAME ??0H235AuthProcedure1@@QAE@ABV0@@Z @31280 NONAME ??0H235AuthProcedure1@@QAE@XZ @28808 NONAME ??0H235AuthSimpleMD5@@QAE@ABV0@@Z @31281 NONAME ??0H235AuthSimpleMD5@@QAE@XZ @28809 NONAME ??0H235_AuthenticationBES@@QAE@ABV0@@Z @28661 NONAME ??0H235_AuthenticationBES@@QAE@IW4TagClass@PASN_Object@@@Z @28662 NONAME ??0H235_AuthenticationMechanism@@QAE@ABV0@@Z @665 NONAME ??0H235_AuthenticationMechanism@@QAE@IW4TagClass@PASN_Object@@@Z @666 NONAME ??0H235_ChallengeString@@QAE@ABV0@@Z @667 NONAME ??0H235_ChallengeString@@QAE@ABVPBYTEArray@@@Z @37532 NONAME ??0H235_ChallengeString@@QAE@ABVPString@@@Z @37533 NONAME ??0H235_ChallengeString@@QAE@IW4TagClass@PASN_Object@@@Z @668 NONAME ??0H235_ChallengeString@@QAE@PBD@Z @37534 NONAME ??0H235_ClearToken@@QAE@ABV0@@Z @669 NONAME ??0H235_ClearToken@@QAE@IW4TagClass@PASN_Object@@@Z @670 NONAME ??0H235_CryptoToken@@QAE@ABV0@@Z @671 NONAME ??0H235_CryptoToken@@QAE@IW4TagClass@PASN_Object@@@Z @672 NONAME ??0H235_CryptoToken_cryptoEncryptedToken@@QAE@ABV0@@Z @673 NONAME ??0H235_CryptoToken_cryptoEncryptedToken@@QAE@IW4TagClass@PASN_Object@@@Z @674 NONAME ??0H235_CryptoToken_cryptoHashedToken@@QAE@ABV0@@Z @675 NONAME ??0H235_CryptoToken_cryptoHashedToken@@QAE@IW4TagClass@PASN_Object@@@Z @676 NONAME ??0H235_CryptoToken_cryptoSignedToken@@QAE@ABV0@@Z @677 NONAME ??0H235_CryptoToken_cryptoSignedToken@@QAE@IW4TagClass@PASN_Object@@@Z @678 NONAME ??0H235_DHset@@QAE@ABV0@@Z @679 NONAME ??0H235_DHset@@QAE@IW4TagClass@PASN_Object@@@Z @680 NONAME ??0H235_ECGDSASignature@@QAE@ABV0@@Z @38342 NONAME ??0H235_ECGDSASignature@@QAE@IW4TagClass@PASN_Object@@@Z @38343 NONAME ??0H235_ECKASDH@@QAE@ABV0@@Z @28665 NONAME ??0H235_ECKASDH@@QAE@IW4TagClass@PASN_Object@@@Z @28666 NONAME ??0H235_ECKASDH_eckasdh2@@QAE@ABV0@@Z @28667 NONAME ??0H235_ECKASDH_eckasdh2@@QAE@IW4TagClass@PASN_Object@@@Z @28668 NONAME ??0H235_ECKASDH_eckasdhp@@QAE@ABV0@@Z @28669 NONAME ??0H235_ECKASDH_eckasdhp@@QAE@IW4TagClass@PASN_Object@@@Z @28670 NONAME ??0H235_ECpoint@@QAE@ABV0@@Z @38344 NONAME ??0H235_ECpoint@@QAE@IW4TagClass@PASN_Object@@@Z @38345 NONAME ??0H235_EncodedGeneralToken@@QAE@ABV0@@Z @27637 NONAME ??0H235_EncodedGeneralToken@@QAE@IW4TagClass@PASN_Object@@@Z @27638 NONAME ??0H235_EncodedKeySignedMaterial@@QAE@ABV0@@Z @27639 NONAME ??0H235_EncodedKeySignedMaterial@@QAE@IW4TagClass@PASN_Object@@@Z @27640 NONAME ??0H235_EncodedKeySyncMaterial@@QAE@ABV0@@Z @27641 NONAME ??0H235_EncodedKeySyncMaterial@@QAE@IW4TagClass@PASN_Object@@@Z @27642 NONAME ??0H235_EncodedPwdCertToken@@QAE@ABV0@@Z @27643 NONAME ??0H235_EncodedPwdCertToken@@QAE@IW4TagClass@PASN_Object@@@Z @27644 NONAME ??0H235_EncodedReturnSig@@QAE@ABV0@@Z @27645 NONAME ??0H235_EncodedReturnSig@@QAE@IW4TagClass@PASN_Object@@@Z @27646 NONAME ??0H235_H235CertificateSignature@@QAE@ABV0@@Z @681 NONAME ??0H235_H235CertificateSignature@@QAE@IW4TagClass@PASN_Object@@@Z @682 NONAME ??0H235_H235Key@@QAE@ABV0@@Z @683 NONAME ??0H235_H235Key@@QAE@IW4TagClass@PASN_Object@@@Z @684 NONAME ??0H235_Identifier@@QAE@ABV0@@Z @685 NONAME ??0H235_Identifier@@QAE@IW4TagClass@PASN_Object@@@Z @686 NONAME ??0H235_IV16@@QAE@ABV0@@Z @28671 NONAME ??0H235_IV16@@QAE@ABVPBYTEArray@@@Z @37535 NONAME ??0H235_IV16@@QAE@ABVPString@@@Z @37536 NONAME ??0H235_IV16@@QAE@IW4TagClass@PASN_Object@@@Z @28672 NONAME ??0H235_IV16@@QAE@PBD@Z @37537 NONAME ??0H235_IV8@@QAE@ABV0@@Z @687 NONAME ??0H235_IV8@@QAE@ABVPBYTEArray@@@Z @37538 NONAME ??0H235_IV8@@QAE@ABVPString@@@Z @37539 NONAME ??0H235_IV8@@QAE@IW4TagClass@PASN_Object@@@Z @688 NONAME ??0H235_IV8@@QAE@PBD@Z @37540 NONAME ??0H235_KeyMaterial@@QAE@ABV0@@Z @689 NONAME ??0H235_KeyMaterial@@QAE@IW4TagClass@PASN_Object@@@Z @690 NONAME ??0H235_KeySignedMaterial@@QAE@ABV0@@Z @691 NONAME ??0H235_KeySignedMaterial@@QAE@IW4TagClass@PASN_Object@@@Z @692 NONAME ??0H235_KeySyncMaterial@@QAE@ABV0@@Z @693 NONAME ??0H235_KeySyncMaterial@@QAE@IW4TagClass@PASN_Object@@@Z @694 NONAME ??0H235_NonStandardParameter@@QAE@ABV0@@Z @695 NONAME ??0H235_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @696 NONAME ??0H235_Params@@QAE@ABV0@@Z @697 NONAME ??0H235_Params@@QAE@IW4TagClass@PASN_Object@@@Z @698 NONAME ??0H235_Password@@QAE@ABV0@@Z @699 NONAME ??0H235_Password@@QAE@IW4TagClass@PASN_Object@@@Z @700 NONAME ??0H235_PwdCertToken@@QAE@ABV0@@Z @701 NONAME ??0H235_PwdCertToken@@QAE@IW4TagClass@PASN_Object@@@Z @702 NONAME ??0H235_RandomVal@@QAE@ABV0@@Z @703 NONAME ??0H235_RandomVal@@QAE@IW4TagClass@PASN_Object@@@Z @704 NONAME ??0H235_ReturnSig@@QAE@ABV0@@Z @705 NONAME ??0H235_ReturnSig@@QAE@IW4TagClass@PASN_Object@@@Z @706 NONAME ??0H235_TimeStamp@@QAE@ABV0@@Z @707 NONAME ??0H235_TimeStamp@@QAE@IW4TagClass@PASN_Object@@@Z @708 NONAME ??0H235_TypedCertificate@@QAE@ABV0@@Z @709 NONAME ??0H235_TypedCertificate@@QAE@IW4TagClass@PASN_Object@@@Z @710 NONAME ??0H235_V3KeySyncMaterial@@QAE@ABV0@@Z @38346 NONAME ??0H235_V3KeySyncMaterial@@QAE@IW4TagClass@PASN_Object@@@Z @38347 NONAME ??0H245NegLogicalChannel@@QAE@AAVH323EndPoint@@AAVH323Connection@@AAVH323Channel@@@Z @711 NONAME ??0H245NegLogicalChannel@@QAE@AAVH323EndPoint@@AAVH323Connection@@ABVH323ChannelNumber@@@Z @712 NONAME ??0H245NegLogicalChannels@@QAE@AAVH323EndPoint@@AAVH323Connection@@@Z @713 NONAME ??0H245NegMasterSlaveDetermination@@QAE@AAVH323EndPoint@@AAVH323Connection@@@Z @714 NONAME ??0H245Negotiator@@QAE@AAVH323EndPoint@@AAVH323Connection@@@Z @715 NONAME ??0H245NegRequestMode@@QAE@AAVH323EndPoint@@AAVH323Connection@@@Z @716 NONAME ??0H245NegRoundTripDelay@@QAE@AAVH323EndPoint@@AAVH323Connection@@@Z @717 NONAME ??0H245NegTerminalCapabilitySet@@QAE@AAVH323EndPoint@@AAVH323Connection@@@Z @718 NONAME ??0H245TransportThread@@QAE@AAVH323EndPoint@@AAVH323Connection@@AAVH323Transport@@@Z @719 NONAME ??0H245_AlternativeCapabilitySet@@QAE@ABV0@@Z @720 NONAME ??0H245_AlternativeCapabilitySet@@QAE@IW4TagClass@PASN_Object@@@Z @721 NONAME ??0H245_ArrayOf_AlternativeCapabilitySet@@QAE@ABV0@@Z @722 NONAME ??0H245_ArrayOf_AlternativeCapabilitySet@@QAE@IW4TagClass@PASN_Object@@@Z @723 NONAME ??0H245_ArrayOf_BEnhancementParameters@@QAE@ABV0@@Z @724 NONAME ??0H245_ArrayOf_BEnhancementParameters@@QAE@IW4TagClass@PASN_Object@@@Z @725 NONAME ??0H245_ArrayOf_CapabilityDescriptor@@QAE@ABV0@@Z @726 NONAME ??0H245_ArrayOf_CapabilityDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @727 NONAME ??0H245_ArrayOf_CapabilityDescriptorNumber@@QAE@ABV0@@Z @728 NONAME ??0H245_ArrayOf_CapabilityDescriptorNumber@@QAE@IW4TagClass@PASN_Object@@@Z @729 NONAME ??0H245_ArrayOf_CapabilityTableEntry@@QAE@ABV0@@Z @730 NONAME ??0H245_ArrayOf_CapabilityTableEntry@@QAE@IW4TagClass@PASN_Object@@@Z @731 NONAME ??0H245_ArrayOf_CapabilityTableEntryNumber@@QAE@ABV0@@Z @732 NONAME ??0H245_ArrayOf_CapabilityTableEntryNumber@@QAE@IW4TagClass@PASN_Object@@@Z @733 NONAME ??0H245_ArrayOf_CommunicationModeTableEntry@@QAE@ABV0@@Z @734 NONAME ??0H245_ArrayOf_CommunicationModeTableEntry@@QAE@IW4TagClass@PASN_Object@@@Z @735 NONAME ??0H245_ArrayOf_CustomPictureClockFrequency@@QAE@ABV0@@Z @736 NONAME ??0H245_ArrayOf_CustomPictureClockFrequency@@QAE@IW4TagClass@PASN_Object@@@Z @737 NONAME ??0H245_ArrayOf_CustomPictureFormat@@QAE@ABV0@@Z @738 NONAME ??0H245_ArrayOf_CustomPictureFormat@@QAE@IW4TagClass@PASN_Object@@@Z @739 NONAME ??0H245_ArrayOf_DataApplicationCapability@@QAE@ABV0@@Z @740 NONAME ??0H245_ArrayOf_DataApplicationCapability@@QAE@IW4TagClass@PASN_Object@@@Z @741 NONAME ??0H245_ArrayOf_DialingInformationNetworkType@@QAE@ABV0@@Z @24517 NONAME ??0H245_ArrayOf_DialingInformationNetworkType@@QAE@IW4TagClass@PASN_Object@@@Z @24518 NONAME ??0H245_ArrayOf_DialingInformationNumber@@QAE@ABV0@@Z @24519 NONAME ??0H245_ArrayOf_DialingInformationNumber@@QAE@IW4TagClass@PASN_Object@@@Z @24520 NONAME ??0H245_ArrayOf_EnhancementOptions@@QAE@ABV0@@Z @742 NONAME ??0H245_ArrayOf_EnhancementOptions@@QAE@IW4TagClass@PASN_Object@@@Z @743 NONAME ??0H245_ArrayOf_EscrowData@@QAE@ABV0@@Z @744 NONAME ??0H245_ArrayOf_EscrowData@@QAE@IW4TagClass@PASN_Object@@@Z @745 NONAME ??0H245_ArrayOf_GenericCapability@@QAE@ABV0@@Z @51733 NONAME ??0H245_ArrayOf_GenericCapability@@QAE@IW4TagClass@PASN_Object@@@Z @51734 NONAME ??0H245_ArrayOf_GenericParameter@@QAE@ABV0@@Z @24521 NONAME ??0H245_ArrayOf_GenericParameter@@QAE@IW4TagClass@PASN_Object@@@Z @24522 NONAME ??0H245_ArrayOf_H263ModeComboFlags@@QAE@ABV0@@Z @746 NONAME ??0H245_ArrayOf_H263ModeComboFlags@@QAE@IW4TagClass@PASN_Object@@@Z @747 NONAME ??0H245_ArrayOf_H263VideoModeCombos@@QAE@ABV0@@Z @748 NONAME ??0H245_ArrayOf_H263VideoModeCombos@@QAE@IW4TagClass@PASN_Object@@@Z @749 NONAME ??0H245_ArrayOf_MediaChannelCapability@@QAE@ABV0@@Z @750 NONAME ??0H245_ArrayOf_MediaChannelCapability@@QAE@IW4TagClass@PASN_Object@@@Z @751 NONAME ??0H245_ArrayOf_MediaDistributionCapability@@QAE@ABV0@@Z @752 NONAME ??0H245_ArrayOf_MediaDistributionCapability@@QAE@IW4TagClass@PASN_Object@@@Z @753 NONAME ??0H245_ArrayOf_ModeDescription@@QAE@ABV0@@Z @754 NONAME ??0H245_ArrayOf_ModeDescription@@QAE@IW4TagClass@PASN_Object@@@Z @755 NONAME ??0H245_ArrayOf_MultiplePayloadStreamElement@@QAE@ABV0@@Z @38348 NONAME ??0H245_ArrayOf_MultiplePayloadStreamElement@@QAE@IW4TagClass@PASN_Object@@@Z @38349 NONAME ??0H245_ArrayOf_MultiplePayloadStreamElementMode@@QAE@ABV0@@Z @38350 NONAME ??0H245_ArrayOf_MultiplePayloadStreamElementMode@@QAE@IW4TagClass@PASN_Object@@@Z @38351 NONAME ??0H245_ArrayOf_MultiplexElement@@QAE@ABV0@@Z @756 NONAME ??0H245_ArrayOf_MultiplexElement@@QAE@IW4TagClass@PASN_Object@@@Z @757 NONAME ??0H245_ArrayOf_MultiplexEntryDescriptor@@QAE@ABV0@@Z @758 NONAME ??0H245_ArrayOf_MultiplexEntryDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @759 NONAME ??0H245_ArrayOf_MultiplexEntryRejectionDescriptions@@QAE@ABV0@@Z @760 NONAME ??0H245_ArrayOf_MultiplexEntryRejectionDescriptions@@QAE@IW4TagClass@PASN_Object@@@Z @761 NONAME ??0H245_ArrayOf_MultiplexTableEntryNumber@@QAE@ABV0@@Z @762 NONAME ??0H245_ArrayOf_MultiplexTableEntryNumber@@QAE@IW4TagClass@PASN_Object@@@Z @763 NONAME ??0H245_ArrayOf_NonStandardParameter@@QAE@ABV0@@Z @764 NONAME ??0H245_ArrayOf_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @765 NONAME ??0H245_ArrayOf_ParameterIdentifier@@QAE@ABV0@@Z @24523 NONAME ??0H245_ArrayOf_ParameterIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @24524 NONAME ??0H245_ArrayOf_PictureReference@@QAE@ABV0@@Z @24525 NONAME ??0H245_ArrayOf_PictureReference@@QAE@IW4TagClass@PASN_Object@@@Z @24526 NONAME ??0H245_ArrayOf_Q2931Address@@QAE@ABV0@@Z @24527 NONAME ??0H245_ArrayOf_Q2931Address@@QAE@IW4TagClass@PASN_Object@@@Z @24528 NONAME ??0H245_ArrayOf_QOSCapability@@QAE@ABV0@@Z @766 NONAME ??0H245_ArrayOf_QOSCapability@@QAE@IW4TagClass@PASN_Object@@@Z @767 NONAME ??0H245_ArrayOf_RedundancyEncodingCapability@@QAE@ABV0@@Z @768 NONAME ??0H245_ArrayOf_RedundancyEncodingCapability@@QAE@IW4TagClass@PASN_Object@@@Z @769 NONAME ??0H245_ArrayOf_RedundancyEncodingDTModeElement@@QAE@ABV0@@Z @38352 NONAME ??0H245_ArrayOf_RedundancyEncodingDTModeElement@@QAE@IW4TagClass@PASN_Object@@@Z @38353 NONAME ??0H245_ArrayOf_RedundancyEncodingElement@@QAE@ABV0@@Z @38354 NONAME ??0H245_ArrayOf_RedundancyEncodingElement@@QAE@IW4TagClass@PASN_Object@@@Z @38355 NONAME ??0H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@QAE@ABV0@@Z @770 NONAME ??0H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@QAE@IW4TagClass@PASN_Object@@@Z @771 NONAME ??0H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@QAE@ABV0@@Z @772 NONAME ??0H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@QAE@IW4TagClass@PASN_Object@@@Z @773 NONAME ??0H245_ArrayOf_RTPPayloadType@@QAE@ABV0@@Z @774 NONAME ??0H245_ArrayOf_RTPPayloadType@@QAE@IW4TagClass@PASN_Object@@@Z @775 NONAME ??0H245_ArrayOf_TerminalInformation@@QAE@ABV0@@Z @776 NONAME ??0H245_ArrayOf_TerminalInformation@@QAE@IW4TagClass@PASN_Object@@@Z @777 NONAME ??0H245_ArrayOf_TerminalLabel@@QAE@ABV0@@Z @778 NONAME ??0H245_ArrayOf_TerminalLabel@@QAE@IW4TagClass@PASN_Object@@@Z @779 NONAME ??0H245_ArrayOf_VCCapability@@QAE@ABV0@@Z @780 NONAME ??0H245_ArrayOf_VCCapability@@QAE@IW4TagClass@PASN_Object@@@Z @781 NONAME ??0H245_ArrayOf_VideoCapability@@QAE@ABV0@@Z @51735 NONAME ??0H245_ArrayOf_VideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @51736 NONAME ??0H245_ATMParameters@@QAE@ABV0@@Z @782 NONAME ??0H245_ATMParameters@@QAE@IW4TagClass@PASN_Object@@@Z @783 NONAME ??0H245_AudioCapability@@QAE@ABV0@@Z @784 NONAME ??0H245_AudioCapability@@QAE@IW4TagClass@PASN_Object@@@Z @785 NONAME ??0H245_AudioCapability_g7231@@QAE@ABV0@@Z @786 NONAME ??0H245_AudioCapability_g7231@@QAE@IW4TagClass@PASN_Object@@@Z @787 NONAME ??0H245_AudioMode@@QAE@ABV0@@Z @788 NONAME ??0H245_AudioMode@@QAE@IW4TagClass@PASN_Object@@@Z @789 NONAME ??0H245_AudioMode_g7231@@QAE@ABV0@@Z @790 NONAME ??0H245_AudioMode_g7231@@QAE@IW4TagClass@PASN_Object@@@Z @791 NONAME ??0H245_AudioTelephonyEventCapability@@QAE@ABV0@@Z @24529 NONAME ??0H245_AudioTelephonyEventCapability@@QAE@IW4TagClass@PASN_Object@@@Z @24530 NONAME ??0H245_AudioToneCapability@@QAE@ABV0@@Z @24531 NONAME ??0H245_AudioToneCapability@@QAE@IW4TagClass@PASN_Object@@@Z @24532 NONAME ??0H245_AuthenticationCapability@@QAE@ABV0@@Z @792 NONAME ??0H245_AuthenticationCapability@@QAE@IW4TagClass@PASN_Object@@@Z @793 NONAME ??0H245_BEnhancementParameters@@QAE@ABV0@@Z @794 NONAME ??0H245_BEnhancementParameters@@QAE@IW4TagClass@PASN_Object@@@Z @795 NONAME ??0H245_Capability@@QAE@ABV0@@Z @796 NONAME ??0H245_Capability@@QAE@IW4TagClass@PASN_Object@@@Z @797 NONAME ??0H245_CapabilityDescriptor@@QAE@ABV0@@Z @798 NONAME ??0H245_CapabilityDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @799 NONAME ??0H245_CapabilityDescriptorNumber@@QAE@ABV0@@Z @800 NONAME ??0H245_CapabilityDescriptorNumber@@QAE@IW4TagClass@PASN_Object@@@Z @801 NONAME ??0H245_CapabilityIdentifier@@QAE@ABV0@@Z @24533 NONAME ??0H245_CapabilityIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @24534 NONAME ??0H245_CapabilityTableEntry@@QAE@ABV0@@Z @802 NONAME ??0H245_CapabilityTableEntry@@QAE@IW4TagClass@PASN_Object@@@Z @803 NONAME ??0H245_CapabilityTableEntryNumber@@QAE@ABV0@@Z @804 NONAME ??0H245_CapabilityTableEntryNumber@@QAE@IW4TagClass@PASN_Object@@@Z @805 NONAME ??0H245_Capability_h233EncryptionReceiveCapability@@QAE@ABV0@@Z @806 NONAME ??0H245_Capability_h233EncryptionReceiveCapability@@QAE@IW4TagClass@PASN_Object@@@Z @807 NONAME ??0H245_CertSelectionCriteria@@QAE@ABV0@@Z @808 NONAME ??0H245_CertSelectionCriteria@@QAE@IW4TagClass@PASN_Object@@@Z @809 NONAME ??0H245_CloseLogicalChannel@@QAE@ABV0@@Z @810 NONAME ??0H245_CloseLogicalChannel@@QAE@IW4TagClass@PASN_Object@@@Z @811 NONAME ??0H245_CloseLogicalChannelAck@@QAE@ABV0@@Z @812 NONAME ??0H245_CloseLogicalChannelAck@@QAE@IW4TagClass@PASN_Object@@@Z @813 NONAME ??0H245_CloseLogicalChannel_reason@@QAE@ABV0@@Z @814 NONAME ??0H245_CloseLogicalChannel_reason@@QAE@IW4TagClass@PASN_Object@@@Z @815 NONAME ??0H245_CloseLogicalChannel_source@@QAE@ABV0@@Z @816 NONAME ??0H245_CloseLogicalChannel_source@@QAE@IW4TagClass@PASN_Object@@@Z @817 NONAME ??0H245_CommandMessage@@QAE@ABV0@@Z @818 NONAME ??0H245_CommandMessage@@QAE@IW4TagClass@PASN_Object@@@Z @819 NONAME ??0H245_CommunicationModeCommand@@QAE@ABV0@@Z @820 NONAME ??0H245_CommunicationModeCommand@@QAE@IW4TagClass@PASN_Object@@@Z @821 NONAME ??0H245_CommunicationModeRequest@@QAE@ABV0@@Z @822 NONAME ??0H245_CommunicationModeRequest@@QAE@IW4TagClass@PASN_Object@@@Z @823 NONAME ??0H245_CommunicationModeResponse@@QAE@ABV0@@Z @824 NONAME ??0H245_CommunicationModeResponse@@QAE@IW4TagClass@PASN_Object@@@Z @825 NONAME ??0H245_CommunicationModeTableEntry@@QAE@ABV0@@Z @826 NONAME ??0H245_CommunicationModeTableEntry@@QAE@IW4TagClass@PASN_Object@@@Z @827 NONAME ??0H245_CommunicationModeTableEntry_dataType@@QAE@ABV0@@Z @828 NONAME ??0H245_CommunicationModeTableEntry_dataType@@QAE@IW4TagClass@PASN_Object@@@Z @829 NONAME ??0H245_CompressionType@@QAE@ABV0@@Z @830 NONAME ??0H245_CompressionType@@QAE@IW4TagClass@PASN_Object@@@Z @831 NONAME ??0H245_ConferenceCapability@@QAE@ABV0@@Z @832 NONAME ??0H245_ConferenceCapability@@QAE@IW4TagClass@PASN_Object@@@Z @833 NONAME ??0H245_ConferenceCommand@@QAE@ABV0@@Z @834 NONAME ??0H245_ConferenceCommand@@QAE@IW4TagClass@PASN_Object@@@Z @835 NONAME ??0H245_ConferenceID@@QAE@ABV0@@Z @836 NONAME ??0H245_ConferenceID@@QAE@ABVPBYTEArray@@@Z @37541 NONAME ??0H245_ConferenceID@@QAE@ABVPString@@@Z @37542 NONAME ??0H245_ConferenceID@@QAE@IW4TagClass@PASN_Object@@@Z @837 NONAME ??0H245_ConferenceID@@QAE@PBD@Z @37543 NONAME ??0H245_ConferenceIndication@@QAE@ABV0@@Z @838 NONAME ??0H245_ConferenceIndication@@QAE@IW4TagClass@PASN_Object@@@Z @839 NONAME ??0H245_ConferenceRequest@@QAE@ABV0@@Z @840 NONAME ??0H245_ConferenceRequest@@QAE@IW4TagClass@PASN_Object@@@Z @841 NONAME ??0H245_ConferenceRequest_requestTerminalCertificate@@QAE@ABV0@@Z @842 NONAME ??0H245_ConferenceRequest_requestTerminalCertificate@@QAE@IW4TagClass@PASN_Object@@@Z @843 NONAME ??0H245_ConferenceResponse@@QAE@ABV0@@Z @844 NONAME ??0H245_ConferenceResponse@@QAE@IW4TagClass@PASN_Object@@@Z @845 NONAME ??0H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@QAE@ABV0@@Z @846 NONAME ??0H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@QAE@IW4TagClass@PASN_Object@@@Z @847 NONAME ??0H245_ConferenceResponse_chairTokenOwnerResponse@@QAE@ABV0@@Z @848 NONAME ??0H245_ConferenceResponse_chairTokenOwnerResponse@@QAE@IW4TagClass@PASN_Object@@@Z @849 NONAME ??0H245_ConferenceResponse_conferenceIDResponse@@QAE@ABV0@@Z @850 NONAME ??0H245_ConferenceResponse_conferenceIDResponse@@QAE@IW4TagClass@PASN_Object@@@Z @851 NONAME ??0H245_ConferenceResponse_extensionAddressResponse@@QAE@ABV0@@Z @852 NONAME ??0H245_ConferenceResponse_extensionAddressResponse@@QAE@IW4TagClass@PASN_Object@@@Z @853 NONAME ??0H245_ConferenceResponse_makeMeChairResponse@@QAE@ABV0@@Z @854 NONAME ??0H245_ConferenceResponse_makeMeChairResponse@@QAE@IW4TagClass@PASN_Object@@@Z @855 NONAME ??0H245_ConferenceResponse_makeTerminalBroadcasterResponse@@QAE@ABV0@@Z @856 NONAME ??0H245_ConferenceResponse_makeTerminalBroadcasterResponse@@QAE@IW4TagClass@PASN_Object@@@Z @857 NONAME ??0H245_ConferenceResponse_mCTerminalIDResponse@@QAE@ABV0@@Z @858 NONAME ??0H245_ConferenceResponse_mCTerminalIDResponse@@QAE@IW4TagClass@PASN_Object@@@Z @859 NONAME ??0H245_ConferenceResponse_passwordResponse@@QAE@ABV0@@Z @860 NONAME ??0H245_ConferenceResponse_passwordResponse@@QAE@IW4TagClass@PASN_Object@@@Z @861 NONAME ??0H245_ConferenceResponse_sendThisSourceResponse@@QAE@ABV0@@Z @862 NONAME ??0H245_ConferenceResponse_sendThisSourceResponse@@QAE@IW4TagClass@PASN_Object@@@Z @863 NONAME ??0H245_ConferenceResponse_terminalCertificateResponse@@QAE@ABV0@@Z @864 NONAME ??0H245_ConferenceResponse_terminalCertificateResponse@@QAE@IW4TagClass@PASN_Object@@@Z @865 NONAME ??0H245_ConferenceResponse_terminalIDResponse@@QAE@ABV0@@Z @866 NONAME ??0H245_ConferenceResponse_terminalIDResponse@@QAE@IW4TagClass@PASN_Object@@@Z @867 NONAME ??0H245_ConnectionIdentifier@@QAE@ABV0@@Z @24535 NONAME ??0H245_ConnectionIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @24536 NONAME ??0H245_CRCLength@@QAE@ABV0@@Z @868 NONAME ??0H245_CRCLength@@QAE@IW4TagClass@PASN_Object@@@Z @869 NONAME ??0H245_Criteria@@QAE@ABV0@@Z @870 NONAME ??0H245_Criteria@@QAE@IW4TagClass@PASN_Object@@@Z @871 NONAME ??0H245_CustomPictureClockFrequency@@QAE@ABV0@@Z @872 NONAME ??0H245_CustomPictureClockFrequency@@QAE@IW4TagClass@PASN_Object@@@Z @873 NONAME ??0H245_CustomPictureFormat@@QAE@ABV0@@Z @874 NONAME ??0H245_CustomPictureFormat@@QAE@IW4TagClass@PASN_Object@@@Z @875 NONAME ??0H245_CustomPictureFormat_mPI@@QAE@ABV0@@Z @876 NONAME ??0H245_CustomPictureFormat_mPI@@QAE@IW4TagClass@PASN_Object@@@Z @877 NONAME ??0H245_CustomPictureFormat_mPI_customPCF@@QAE@ABV0@@Z @878 NONAME ??0H245_CustomPictureFormat_mPI_customPCF@@QAE@IW4TagClass@PASN_Object@@@Z @879 NONAME ??0H245_CustomPictureFormat_mPI_customPCF_subtype@@QAE@ABV0@@Z @880 NONAME ??0H245_CustomPictureFormat_mPI_customPCF_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @881 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation@@QAE@ABV0@@Z @882 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation@@QAE@IW4TagClass@PASN_Object@@@Z @883 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@QAE@ABV0@@Z @884 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@QAE@IW4TagClass@PASN_Object@@@Z @885 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@QAE@ABV0@@Z @886 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @887 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@QAE@ABV0@@Z @888 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@QAE@IW4TagClass@PASN_Object@@@Z @889 NONAME ??0H245_DataApplicationCapability@@QAE@ABV0@@Z @890 NONAME ??0H245_DataApplicationCapability@@QAE@IW4TagClass@PASN_Object@@@Z @891 NONAME ??0H245_DataApplicationCapability_application@@QAE@ABV0@@Z @892 NONAME ??0H245_DataApplicationCapability_application@@QAE@IW4TagClass@PASN_Object@@@Z @893 NONAME ??0H245_DataApplicationCapability_application_nlpid@@QAE@ABV0@@Z @894 NONAME ??0H245_DataApplicationCapability_application_nlpid@@QAE@IW4TagClass@PASN_Object@@@Z @895 NONAME ??0H245_DataApplicationCapability_application_t38fax@@QAE@ABV0@@Z @24537 NONAME ??0H245_DataApplicationCapability_application_t38fax@@QAE@IW4TagClass@PASN_Object@@@Z @24538 NONAME ??0H245_DataApplicationCapability_application_t84@@QAE@ABV0@@Z @896 NONAME ??0H245_DataApplicationCapability_application_t84@@QAE@IW4TagClass@PASN_Object@@@Z @897 NONAME ??0H245_DataMode@@QAE@ABV0@@Z @898 NONAME ??0H245_DataMode@@QAE@IW4TagClass@PASN_Object@@@Z @899 NONAME ??0H245_DataMode_application@@QAE@ABV0@@Z @900 NONAME ??0H245_DataMode_application@@QAE@IW4TagClass@PASN_Object@@@Z @901 NONAME ??0H245_DataMode_application_nlpid@@QAE@ABV0@@Z @902 NONAME ??0H245_DataMode_application_nlpid@@QAE@IW4TagClass@PASN_Object@@@Z @903 NONAME ??0H245_DataMode_application_t38fax@@QAE@ABV0@@Z @24539 NONAME ??0H245_DataMode_application_t38fax@@QAE@IW4TagClass@PASN_Object@@@Z @24540 NONAME ??0H245_DataProtocolCapability@@QAE@ABV0@@Z @904 NONAME ??0H245_DataProtocolCapability@@QAE@IW4TagClass@PASN_Object@@@Z @905 NONAME ??0H245_DataProtocolCapability_v76wCompression@@QAE@ABV0@@Z @906 NONAME ??0H245_DataProtocolCapability_v76wCompression@@QAE@IW4TagClass@PASN_Object@@@Z @907 NONAME ??0H245_DataType@@QAE@ABV0@@Z @908 NONAME ??0H245_DataType@@QAE@IW4TagClass@PASN_Object@@@Z @909 NONAME ??0H245_DepFECCapability@@QAE@ABV0@@Z @51737 NONAME ??0H245_DepFECCapability@@QAE@IW4TagClass@PASN_Object@@@Z @51738 NONAME ??0H245_DepFECCapability_rfc2733@@QAE@ABV0@@Z @51739 NONAME ??0H245_DepFECCapability_rfc2733@@QAE@IW4TagClass@PASN_Object@@@Z @51740 NONAME ??0H245_DepFECCapability_rfc2733_separateStream@@QAE@ABV0@@Z @51741 NONAME ??0H245_DepFECCapability_rfc2733_separateStream@@QAE@IW4TagClass@PASN_Object@@@Z @51742 NONAME ??0H245_DepFECData@@QAE@ABV0@@Z @51743 NONAME ??0H245_DepFECData@@QAE@IW4TagClass@PASN_Object@@@Z @51744 NONAME ??0H245_DepFECData_rfc2733@@QAE@ABV0@@Z @51745 NONAME ??0H245_DepFECData_rfc2733@@QAE@IW4TagClass@PASN_Object@@@Z @51746 NONAME ??0H245_DepFECData_rfc2733_mode@@QAE@ABV0@@Z @51747 NONAME ??0H245_DepFECData_rfc2733_mode@@QAE@IW4TagClass@PASN_Object@@@Z @51748 NONAME ??0H245_DepFECData_rfc2733_mode_separateStream@@QAE@ABV0@@Z @51749 NONAME ??0H245_DepFECData_rfc2733_mode_separateStream@@QAE@IW4TagClass@PASN_Object@@@Z @51750 NONAME ??0H245_DepFECData_rfc2733_mode_separateStream_differentPort@@QAE@ABV0@@Z @51751 NONAME ??0H245_DepFECData_rfc2733_mode_separateStream_differentPort@@QAE@IW4TagClass@PASN_Object@@@Z @51752 NONAME ??0H245_DepFECData_rfc2733_mode_separateStream_samePort@@QAE@ABV0@@Z @51753 NONAME ??0H245_DepFECData_rfc2733_mode_separateStream_samePort@@QAE@IW4TagClass@PASN_Object@@@Z @51754 NONAME ??0H245_DepFECMode@@QAE@ABV0@@Z @51755 NONAME ??0H245_DepFECMode@@QAE@IW4TagClass@PASN_Object@@@Z @51756 NONAME ??0H245_DepFECMode_rfc2733Mode@@QAE@ABV0@@Z @51757 NONAME ??0H245_DepFECMode_rfc2733Mode@@QAE@IW4TagClass@PASN_Object@@@Z @51758 NONAME ??0H245_DepFECMode_rfc2733Mode_mode@@QAE@ABV0@@Z @51759 NONAME ??0H245_DepFECMode_rfc2733Mode_mode@@QAE@IW4TagClass@PASN_Object@@@Z @51760 NONAME ??0H245_DepFECMode_rfc2733Mode_mode_separateStream@@QAE@ABV0@@Z @51761 NONAME ??0H245_DepFECMode_rfc2733Mode_mode_separateStream@@QAE@IW4TagClass@PASN_Object@@@Z @51762 NONAME ??0H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@QAE@ABV0@@Z @51763 NONAME ??0H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@QAE@IW4TagClass@PASN_Object@@@Z @51764 NONAME ??0H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@QAE@ABV0@@Z @51765 NONAME ??0H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@QAE@IW4TagClass@PASN_Object@@@Z @51766 NONAME ??0H245_DialingInformation@@QAE@ABV0@@Z @24541 NONAME ??0H245_DialingInformation@@QAE@IW4TagClass@PASN_Object@@@Z @24542 NONAME ??0H245_DialingInformationNetworkType@@QAE@ABV0@@Z @24543 NONAME ??0H245_DialingInformationNetworkType@@QAE@IW4TagClass@PASN_Object@@@Z @24544 NONAME ??0H245_DialingInformationNumber@@QAE@ABV0@@Z @24545 NONAME ??0H245_DialingInformationNumber@@QAE@IW4TagClass@PASN_Object@@@Z @24546 NONAME ??0H245_EncryptionAuthenticationAndIntegrity@@QAE@ABV0@@Z @910 NONAME ??0H245_EncryptionAuthenticationAndIntegrity@@QAE@IW4TagClass@PASN_Object@@@Z @911 NONAME ??0H245_EncryptionCapability@@QAE@ABV0@@Z @912 NONAME ??0H245_EncryptionCapability@@QAE@IW4TagClass@PASN_Object@@@Z @913 NONAME ??0H245_EncryptionCommand@@QAE@ABV0@@Z @914 NONAME ??0H245_EncryptionCommand@@QAE@IW4TagClass@PASN_Object@@@Z @915 NONAME ??0H245_EncryptionCommand_encryptionAlgorithmID@@QAE@ABV0@@Z @916 NONAME ??0H245_EncryptionCommand_encryptionAlgorithmID@@QAE@IW4TagClass@PASN_Object@@@Z @917 NONAME ??0H245_EncryptionMode@@QAE@ABV0@@Z @918 NONAME ??0H245_EncryptionMode@@QAE@IW4TagClass@PASN_Object@@@Z @919 NONAME ??0H245_EncryptionSync@@QAE@ABV0@@Z @920 NONAME ??0H245_EncryptionSync@@QAE@IW4TagClass@PASN_Object@@@Z @921 NONAME ??0H245_EncryptionUpdateDirection@@QAE@ABV0@@Z @51767 NONAME ??0H245_EncryptionUpdateDirection@@QAE@IW4TagClass@PASN_Object@@@Z @51768 NONAME ??0H245_EncryptionUpdateRequest@@QAE@ABV0@@Z @922 NONAME ??0H245_EncryptionUpdateRequest@@QAE@IW4TagClass@PASN_Object@@@Z @923 NONAME ??0H245_EndSessionCommand@@QAE@ABV0@@Z @924 NONAME ??0H245_EndSessionCommand@@QAE@IW4TagClass@PASN_Object@@@Z @925 NONAME ??0H245_EndSessionCommand_gstnOptions@@QAE@ABV0@@Z @926 NONAME ??0H245_EndSessionCommand_gstnOptions@@QAE@IW4TagClass@PASN_Object@@@Z @927 NONAME ??0H245_EndSessionCommand_isdnOptions@@QAE@ABV0@@Z @928 NONAME ??0H245_EndSessionCommand_isdnOptions@@QAE@IW4TagClass@PASN_Object@@@Z @929 NONAME ??0H245_EnhancementLayerInfo@@QAE@ABV0@@Z @930 NONAME ??0H245_EnhancementLayerInfo@@QAE@IW4TagClass@PASN_Object@@@Z @931 NONAME ??0H245_EnhancementOptions@@QAE@ABV0@@Z @932 NONAME ??0H245_EnhancementOptions@@QAE@IW4TagClass@PASN_Object@@@Z @933 NONAME ??0H245_EscrowData@@QAE@ABV0@@Z @934 NONAME ??0H245_EscrowData@@QAE@IW4TagClass@PASN_Object@@@Z @935 NONAME ??0H245_ExtendedVideoCapability@@QAE@ABV0@@Z @51769 NONAME ??0H245_ExtendedVideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @51770 NONAME ??0H245_FECCapability@@QAE@ABV0@@Z @38356 NONAME ??0H245_FECCapability@@QAE@IW4TagClass@PASN_Object@@@Z @38357 NONAME ??0H245_FECCapability_rfc2733Format@@QAE@ABV0@@Z @51771 NONAME ??0H245_FECCapability_rfc2733Format@@QAE@IW4TagClass@PASN_Object@@@Z @51772 NONAME ??0H245_FECData@@QAE@ABV0@@Z @38362 NONAME ??0H245_FECData@@QAE@IW4TagClass@PASN_Object@@@Z @38363 NONAME ??0H245_FECData_rfc2733@@QAE@ABV0@@Z @38364 NONAME ??0H245_FECData_rfc2733@@QAE@IW4TagClass@PASN_Object@@@Z @38365 NONAME ??0H245_FECData_rfc2733_pktMode@@QAE@ABV0@@Z @51773 NONAME ??0H245_FECData_rfc2733_pktMode@@QAE@IW4TagClass@PASN_Object@@@Z @51774 NONAME ??0H245_FECData_rfc2733_pktMode_rfc2733diffport@@QAE@ABV0@@Z @51775 NONAME ??0H245_FECData_rfc2733_pktMode_rfc2733diffport@@QAE@IW4TagClass@PASN_Object@@@Z @51776 NONAME ??0H245_FECData_rfc2733_pktMode_rfc2733sameport@@QAE@ABV0@@Z @51777 NONAME ??0H245_FECData_rfc2733_pktMode_rfc2733sameport@@QAE@IW4TagClass@PASN_Object@@@Z @51778 NONAME ??0H245_FECMode@@QAE@ABV0@@Z @38374 NONAME ??0H245_FECMode@@QAE@IW4TagClass@PASN_Object@@@Z @38375 NONAME ??0H245_FECMode_rfc2733Format@@QAE@ABV0@@Z @51779 NONAME ??0H245_FECMode_rfc2733Format@@QAE@IW4TagClass@PASN_Object@@@Z @51780 NONAME ??0H245_FlowControlCommand@@QAE@ABV0@@Z @936 NONAME ??0H245_FlowControlCommand@@QAE@IW4TagClass@PASN_Object@@@Z @937 NONAME ??0H245_FlowControlCommand_restriction@@QAE@ABV0@@Z @938 NONAME ??0H245_FlowControlCommand_restriction@@QAE@IW4TagClass@PASN_Object@@@Z @939 NONAME ??0H245_FlowControlCommand_scope@@QAE@ABV0@@Z @940 NONAME ??0H245_FlowControlCommand_scope@@QAE@IW4TagClass@PASN_Object@@@Z @941 NONAME ??0H245_FlowControlIndication@@QAE@ABV0@@Z @24547 NONAME ??0H245_FlowControlIndication@@QAE@IW4TagClass@PASN_Object@@@Z @24548 NONAME ??0H245_FlowControlIndication_restriction@@QAE@ABV0@@Z @24549 NONAME ??0H245_FlowControlIndication_restriction@@QAE@IW4TagClass@PASN_Object@@@Z @24550 NONAME ??0H245_FlowControlIndication_scope@@QAE@ABV0@@Z @24551 NONAME ??0H245_FlowControlIndication_scope@@QAE@IW4TagClass@PASN_Object@@@Z @24552 NONAME ??0H245_FunctionNotSupported@@QAE@ABV0@@Z @942 NONAME ??0H245_FunctionNotSupported@@QAE@IW4TagClass@PASN_Object@@@Z @943 NONAME ??0H245_FunctionNotSupported_cause@@QAE@ABV0@@Z @944 NONAME ??0H245_FunctionNotSupported_cause@@QAE@IW4TagClass@PASN_Object@@@Z @945 NONAME ??0H245_FunctionNotUnderstood@@QAE@ABV0@@Z @946 NONAME ??0H245_FunctionNotUnderstood@@QAE@IW4TagClass@PASN_Object@@@Z @947 NONAME ??0H245_G7231AnnexCCapability@@QAE@ABV0@@Z @948 NONAME ??0H245_G7231AnnexCCapability@@QAE@IW4TagClass@PASN_Object@@@Z @949 NONAME ??0H245_G7231AnnexCCapability_g723AnnexCAudioMode@@QAE@ABV0@@Z @950 NONAME ??0H245_G7231AnnexCCapability_g723AnnexCAudioMode@@QAE@IW4TagClass@PASN_Object@@@Z @951 NONAME ??0H245_G7231AnnexCMode@@QAE@ABV0@@Z @952 NONAME ??0H245_G7231AnnexCMode@@QAE@IW4TagClass@PASN_Object@@@Z @953 NONAME ??0H245_G7231AnnexCMode_g723AnnexCAudioMode@@QAE@ABV0@@Z @954 NONAME ??0H245_G7231AnnexCMode_g723AnnexCAudioMode@@QAE@IW4TagClass@PASN_Object@@@Z @955 NONAME ??0H245_G729Extensions@@QAE@ABV0@@Z @24553 NONAME ??0H245_G729Extensions@@QAE@IW4TagClass@PASN_Object@@@Z @24554 NONAME ??0H245_GenericCapability@@QAE@ABV0@@Z @24555 NONAME ??0H245_GenericCapability@@QAE@IW4TagClass@PASN_Object@@@Z @24556 NONAME ??0H245_GenericMessage@@QAE@ABV0@@Z @51781 NONAME ??0H245_GenericMessage@@QAE@IW4TagClass@PASN_Object@@@Z @51782 NONAME ??0H245_GenericParameter@@QAE@ABV0@@Z @24557 NONAME ??0H245_GenericParameter@@QAE@IW4TagClass@PASN_Object@@@Z @24558 NONAME ??0H245_GSMAudioCapability@@QAE@ABV0@@Z @956 NONAME ??0H245_GSMAudioCapability@@QAE@IW4TagClass@PASN_Object@@@Z @957 NONAME ??0H245_H222Capability@@QAE@ABV0@@Z @958 NONAME ??0H245_H222Capability@@QAE@IW4TagClass@PASN_Object@@@Z @959 NONAME ??0H245_H222LogicalChannelParameters@@QAE@ABV0@@Z @960 NONAME ??0H245_H222LogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @961 NONAME ??0H245_H223AL1MParameters@@QAE@ABV0@@Z @962 NONAME ??0H245_H223AL1MParameters@@QAE@IW4TagClass@PASN_Object@@@Z @963 NONAME ??0H245_H223AL1MParameters_arqType@@QAE@ABV0@@Z @964 NONAME ??0H245_H223AL1MParameters_arqType@@QAE@IW4TagClass@PASN_Object@@@Z @965 NONAME ??0H245_H223AL1MParameters_crcLength@@QAE@ABV0@@Z @966 NONAME ??0H245_H223AL1MParameters_crcLength@@QAE@IW4TagClass@PASN_Object@@@Z @967 NONAME ??0H245_H223AL1MParameters_headerFEC@@QAE@ABV0@@Z @968 NONAME ??0H245_H223AL1MParameters_headerFEC@@QAE@IW4TagClass@PASN_Object@@@Z @969 NONAME ??0H245_H223AL1MParameters_transferMode@@QAE@ABV0@@Z @970 NONAME ??0H245_H223AL1MParameters_transferMode@@QAE@IW4TagClass@PASN_Object@@@Z @971 NONAME ??0H245_H223AL2MParameters@@QAE@ABV0@@Z @972 NONAME ??0H245_H223AL2MParameters@@QAE@IW4TagClass@PASN_Object@@@Z @973 NONAME ??0H245_H223AL2MParameters_headerFEC@@QAE@ABV0@@Z @974 NONAME ??0H245_H223AL2MParameters_headerFEC@@QAE@IW4TagClass@PASN_Object@@@Z @975 NONAME ??0H245_H223AL3MParameters@@QAE@ABV0@@Z @976 NONAME ??0H245_H223AL3MParameters@@QAE@IW4TagClass@PASN_Object@@@Z @977 NONAME ??0H245_H223AL3MParameters_arqType@@QAE@ABV0@@Z @978 NONAME ??0H245_H223AL3MParameters_arqType@@QAE@IW4TagClass@PASN_Object@@@Z @979 NONAME ??0H245_H223AL3MParameters_crcLength@@QAE@ABV0@@Z @980 NONAME ??0H245_H223AL3MParameters_crcLength@@QAE@IW4TagClass@PASN_Object@@@Z @981 NONAME ??0H245_H223AL3MParameters_headerFormat@@QAE@ABV0@@Z @982 NONAME ??0H245_H223AL3MParameters_headerFormat@@QAE@IW4TagClass@PASN_Object@@@Z @983 NONAME ??0H245_H223AnnexCArqParameters@@QAE@ABV0@@Z @984 NONAME ??0H245_H223AnnexCArqParameters@@QAE@IW4TagClass@PASN_Object@@@Z @985 NONAME ??0H245_H223AnnexCArqParameters_numberOfRetransmissions@@QAE@ABV0@@Z @986 NONAME ??0H245_H223AnnexCArqParameters_numberOfRetransmissions@@QAE@IW4TagClass@PASN_Object@@@Z @987 NONAME ??0H245_H223AnnexCCapability@@QAE@ABV0@@Z @988 NONAME ??0H245_H223AnnexCCapability@@QAE@IW4TagClass@PASN_Object@@@Z @989 NONAME ??0H245_H223Capability@@QAE@ABV0@@Z @990 NONAME ??0H245_H223Capability@@QAE@IW4TagClass@PASN_Object@@@Z @991 NONAME ??0H245_H223Capability_h223MultiplexTableCapability@@QAE@ABV0@@Z @992 NONAME ??0H245_H223Capability_h223MultiplexTableCapability@@QAE@IW4TagClass@PASN_Object@@@Z @993 NONAME ??0H245_H223Capability_h223MultiplexTableCapability_enhanced@@QAE@ABV0@@Z @994 NONAME ??0H245_H223Capability_h223MultiplexTableCapability_enhanced@@QAE@IW4TagClass@PASN_Object@@@Z @995 NONAME ??0H245_H223Capability_mobileMultilinkFrameCapability@@QAE@ABV0@@Z @24559 NONAME ??0H245_H223Capability_mobileMultilinkFrameCapability@@QAE@IW4TagClass@PASN_Object@@@Z @24560 NONAME ??0H245_H223Capability_mobileOperationTransmitCapability@@QAE@ABV0@@Z @996 NONAME ??0H245_H223Capability_mobileOperationTransmitCapability@@QAE@IW4TagClass@PASN_Object@@@Z @997 NONAME ??0H245_H223LogicalChannelParameters@@QAE@ABV0@@Z @998 NONAME ??0H245_H223LogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @999 NONAME ??0H245_H223LogicalChannelParameters_adaptationLayerType@@QAE@ABV0@@Z @1000 NONAME ??0H245_H223LogicalChannelParameters_adaptationLayerType@@QAE@IW4TagClass@PASN_Object@@@Z @1001 NONAME ??0H245_H223LogicalChannelParameters_adaptationLayerType_al3@@QAE@ABV0@@Z @1002 NONAME ??0H245_H223LogicalChannelParameters_adaptationLayerType_al3@@QAE@IW4TagClass@PASN_Object@@@Z @1003 NONAME ??0H245_H223ModeParameters@@QAE@ABV0@@Z @1004 NONAME ??0H245_H223ModeParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1005 NONAME ??0H245_H223ModeParameters_adaptationLayerType@@QAE@ABV0@@Z @1006 NONAME ??0H245_H223ModeParameters_adaptationLayerType@@QAE@IW4TagClass@PASN_Object@@@Z @1007 NONAME ??0H245_H223ModeParameters_adaptationLayerType_al3@@QAE@ABV0@@Z @1008 NONAME ??0H245_H223ModeParameters_adaptationLayerType_al3@@QAE@IW4TagClass@PASN_Object@@@Z @1009 NONAME ??0H245_H223MultiplexReconfiguration@@QAE@ABV0@@Z @1010 NONAME ??0H245_H223MultiplexReconfiguration@@QAE@IW4TagClass@PASN_Object@@@Z @1011 NONAME ??0H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@QAE@ABV0@@Z @1012 NONAME ??0H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@QAE@IW4TagClass@PASN_Object@@@Z @1013 NONAME ??0H245_H223MultiplexReconfiguration_h223ModeChange@@QAE@ABV0@@Z @1014 NONAME ??0H245_H223MultiplexReconfiguration_h223ModeChange@@QAE@IW4TagClass@PASN_Object@@@Z @1015 NONAME ??0H245_H223SkewIndication@@QAE@ABV0@@Z @1016 NONAME ??0H245_H223SkewIndication@@QAE@IW4TagClass@PASN_Object@@@Z @1017 NONAME ??0H245_H2250Capability@@QAE@ABV0@@Z @1018 NONAME ??0H245_H2250Capability@@QAE@IW4TagClass@PASN_Object@@@Z @1019 NONAME ??0H245_H2250Capability_mcCapability@@QAE@ABV0@@Z @1020 NONAME ??0H245_H2250Capability_mcCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1021 NONAME ??0H245_H2250LogicalChannelAckParameters@@QAE@ABV0@@Z @1022 NONAME ??0H245_H2250LogicalChannelAckParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1023 NONAME ??0H245_H2250LogicalChannelParameters@@QAE@ABV0@@Z @1024 NONAME ??0H245_H2250LogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1025 NONAME ??0H245_H2250LogicalChannelParameters_mediaPacketization@@QAE@ABV0@@Z @1026 NONAME ??0H245_H2250LogicalChannelParameters_mediaPacketization@@QAE@IW4TagClass@PASN_Object@@@Z @1027 NONAME ??0H245_H2250MaximumSkewIndication@@QAE@ABV0@@Z @1028 NONAME ??0H245_H2250MaximumSkewIndication@@QAE@IW4TagClass@PASN_Object@@@Z @1029 NONAME ??0H245_H2250ModeParameters@@QAE@ABV0@@Z @1030 NONAME ??0H245_H2250ModeParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1031 NONAME ??0H245_H235Media@@QAE@ABV0@@Z @1032 NONAME ??0H245_H235Media@@QAE@IW4TagClass@PASN_Object@@@Z @1033 NONAME ??0H245_H235Media_mediaType@@QAE@ABV0@@Z @1034 NONAME ??0H245_H235Media_mediaType@@QAE@IW4TagClass@PASN_Object@@@Z @1035 NONAME ??0H245_H235Mode@@QAE@ABV0@@Z @1036 NONAME ??0H245_H235Mode@@QAE@IW4TagClass@PASN_Object@@@Z @1037 NONAME ??0H245_H235Mode_mediaMode@@QAE@ABV0@@Z @1038 NONAME ??0H245_H235Mode_mediaMode@@QAE@IW4TagClass@PASN_Object@@@Z @1039 NONAME ??0H245_H235SecurityCapability@@QAE@ABV0@@Z @1040 NONAME ??0H245_H235SecurityCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1041 NONAME ??0H245_H261VideoCapability@@QAE@ABV0@@Z @1042 NONAME ??0H245_H261VideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1043 NONAME ??0H245_H261VideoMode@@QAE@ABV0@@Z @1044 NONAME ??0H245_H261VideoMode@@QAE@IW4TagClass@PASN_Object@@@Z @1045 NONAME ??0H245_H261VideoMode_resolution@@QAE@ABV0@@Z @1046 NONAME ??0H245_H261VideoMode_resolution@@QAE@IW4TagClass@PASN_Object@@@Z @1047 NONAME ??0H245_H262VideoCapability@@QAE@ABV0@@Z @1048 NONAME ??0H245_H262VideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1049 NONAME ??0H245_H262VideoMode@@QAE@ABV0@@Z @1050 NONAME ??0H245_H262VideoMode@@QAE@IW4TagClass@PASN_Object@@@Z @1051 NONAME ??0H245_H262VideoMode_profileAndLevel@@QAE@ABV0@@Z @1052 NONAME ??0H245_H262VideoMode_profileAndLevel@@QAE@IW4TagClass@PASN_Object@@@Z @1053 NONAME ??0H245_H263ModeComboFlags@@QAE@ABV0@@Z @1054 NONAME ??0H245_H263ModeComboFlags@@QAE@IW4TagClass@PASN_Object@@@Z @1055 NONAME ??0H245_H263Options@@QAE@ABV0@@Z @1056 NONAME ??0H245_H263Options@@QAE@IW4TagClass@PASN_Object@@@Z @1057 NONAME ??0H245_H263Version3Options@@QAE@ABV0@@Z @24561 NONAME ??0H245_H263Version3Options@@QAE@IW4TagClass@PASN_Object@@@Z @24562 NONAME ??0H245_H263VideoCapability@@QAE@ABV0@@Z @1058 NONAME ??0H245_H263VideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1059 NONAME ??0H245_H263VideoMode@@QAE@ABV0@@Z @1060 NONAME ??0H245_H263VideoMode@@QAE@IW4TagClass@PASN_Object@@@Z @1061 NONAME ??0H245_H263VideoModeCombos@@QAE@ABV0@@Z @1062 NONAME ??0H245_H263VideoModeCombos@@QAE@IW4TagClass@PASN_Object@@@Z @1063 NONAME ??0H245_H263VideoMode_resolution@@QAE@ABV0@@Z @1064 NONAME ??0H245_H263VideoMode_resolution@@QAE@IW4TagClass@PASN_Object@@@Z @1065 NONAME ??0H245_IndicationMessage@@QAE@ABV0@@Z @1066 NONAME ??0H245_IndicationMessage@@QAE@IW4TagClass@PASN_Object@@@Z @1067 NONAME ??0H245_IntegrityCapability@@QAE@ABV0@@Z @1068 NONAME ??0H245_IntegrityCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1069 NONAME ??0H245_IS11172AudioCapability@@QAE@ABV0@@Z @1070 NONAME ??0H245_IS11172AudioCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1071 NONAME ??0H245_IS11172AudioMode@@QAE@ABV0@@Z @1072 NONAME ??0H245_IS11172AudioMode@@QAE@IW4TagClass@PASN_Object@@@Z @1073 NONAME ??0H245_IS11172AudioMode_audioLayer@@QAE@ABV0@@Z @1074 NONAME ??0H245_IS11172AudioMode_audioLayer@@QAE@IW4TagClass@PASN_Object@@@Z @1075 NONAME ??0H245_IS11172AudioMode_audioSampling@@QAE@ABV0@@Z @1076 NONAME ??0H245_IS11172AudioMode_audioSampling@@QAE@IW4TagClass@PASN_Object@@@Z @1077 NONAME ??0H245_IS11172AudioMode_multichannelType@@QAE@ABV0@@Z @1078 NONAME ??0H245_IS11172AudioMode_multichannelType@@QAE@IW4TagClass@PASN_Object@@@Z @1079 NONAME ??0H245_IS11172VideoCapability@@QAE@ABV0@@Z @1080 NONAME ??0H245_IS11172VideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1081 NONAME ??0H245_IS11172VideoMode@@QAE@ABV0@@Z @1082 NONAME ??0H245_IS11172VideoMode@@QAE@IW4TagClass@PASN_Object@@@Z @1083 NONAME ??0H245_IS13818AudioCapability@@QAE@ABV0@@Z @1084 NONAME ??0H245_IS13818AudioCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1085 NONAME ??0H245_IS13818AudioMode@@QAE@ABV0@@Z @1086 NONAME ??0H245_IS13818AudioMode@@QAE@IW4TagClass@PASN_Object@@@Z @1087 NONAME ??0H245_IS13818AudioMode_audioLayer@@QAE@ABV0@@Z @1088 NONAME ??0H245_IS13818AudioMode_audioLayer@@QAE@IW4TagClass@PASN_Object@@@Z @1089 NONAME ??0H245_IS13818AudioMode_audioSampling@@QAE@ABV0@@Z @1090 NONAME ??0H245_IS13818AudioMode_audioSampling@@QAE@IW4TagClass@PASN_Object@@@Z @1091 NONAME ??0H245_IS13818AudioMode_multichannelType@@QAE@ABV0@@Z @1092 NONAME ??0H245_IS13818AudioMode_multichannelType@@QAE@IW4TagClass@PASN_Object@@@Z @1093 NONAME ??0H245_IV16@@QAE@ABV0@@Z @51783 NONAME ??0H245_IV16@@QAE@ABVPBYTEArray@@@Z @51784 NONAME ??0H245_IV16@@QAE@ABVPString@@@Z @51785 NONAME ??0H245_IV16@@QAE@IW4TagClass@PASN_Object@@@Z @51786 NONAME ??0H245_IV16@@QAE@PBD@Z @51787 NONAME ??0H245_IV8@@QAE@ABV0@@Z @51788 NONAME ??0H245_IV8@@QAE@ABVPBYTEArray@@@Z @51789 NONAME ??0H245_IV8@@QAE@ABVPString@@@Z @51790 NONAME ??0H245_IV8@@QAE@IW4TagClass@PASN_Object@@@Z @51791 NONAME ??0H245_IV8@@QAE@PBD@Z @51792 NONAME ??0H245_JitterIndication@@QAE@ABV0@@Z @1094 NONAME ??0H245_JitterIndication@@QAE@IW4TagClass@PASN_Object@@@Z @1095 NONAME ??0H245_JitterIndication_scope@@QAE@ABV0@@Z @1096 NONAME ??0H245_JitterIndication_scope@@QAE@IW4TagClass@PASN_Object@@@Z @1097 NONAME ??0H245_KeyProtectionMethod@@QAE@ABV0@@Z @1098 NONAME ??0H245_KeyProtectionMethod@@QAE@IW4TagClass@PASN_Object@@@Z @1099 NONAME ??0H245_LogicalChannelNumber@@QAE@ABV0@@Z @1100 NONAME ??0H245_LogicalChannelNumber@@QAE@IW4TagClass@PASN_Object@@@Z @1101 NONAME ??0H245_LogicalChannelRateAcknowledge@@QAE@ABV0@@Z @24563 NONAME ??0H245_LogicalChannelRateAcknowledge@@QAE@IW4TagClass@PASN_Object@@@Z @24564 NONAME ??0H245_LogicalChannelRateReject@@QAE@ABV0@@Z @24565 NONAME ??0H245_LogicalChannelRateReject@@QAE@IW4TagClass@PASN_Object@@@Z @24566 NONAME ??0H245_LogicalChannelRateRejectReason@@QAE@ABV0@@Z @24567 NONAME ??0H245_LogicalChannelRateRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @24568 NONAME ??0H245_LogicalChannelRateRelease@@QAE@ABV0@@Z @24569 NONAME ??0H245_LogicalChannelRateRelease@@QAE@IW4TagClass@PASN_Object@@@Z @24570 NONAME ??0H245_LogicalChannelRateRequest@@QAE@ABV0@@Z @24571 NONAME ??0H245_LogicalChannelRateRequest@@QAE@IW4TagClass@PASN_Object@@@Z @24572 NONAME ??0H245_MaintenanceLoopAck@@QAE@ABV0@@Z @1102 NONAME ??0H245_MaintenanceLoopAck@@QAE@IW4TagClass@PASN_Object@@@Z @1103 NONAME ??0H245_MaintenanceLoopAck_type@@QAE@ABV0@@Z @1104 NONAME ??0H245_MaintenanceLoopAck_type@@QAE@IW4TagClass@PASN_Object@@@Z @1105 NONAME ??0H245_MaintenanceLoopOffCommand@@QAE@ABV0@@Z @1106 NONAME ??0H245_MaintenanceLoopOffCommand@@QAE@IW4TagClass@PASN_Object@@@Z @1107 NONAME ??0H245_MaintenanceLoopReject@@QAE@ABV0@@Z @1108 NONAME ??0H245_MaintenanceLoopReject@@QAE@IW4TagClass@PASN_Object@@@Z @1109 NONAME ??0H245_MaintenanceLoopReject_cause@@QAE@ABV0@@Z @1110 NONAME ??0H245_MaintenanceLoopReject_cause@@QAE@IW4TagClass@PASN_Object@@@Z @1111 NONAME ??0H245_MaintenanceLoopReject_type@@QAE@ABV0@@Z @1112 NONAME ??0H245_MaintenanceLoopReject_type@@QAE@IW4TagClass@PASN_Object@@@Z @1113 NONAME ??0H245_MaintenanceLoopRequest@@QAE@ABV0@@Z @1114 NONAME ??0H245_MaintenanceLoopRequest@@QAE@IW4TagClass@PASN_Object@@@Z @1115 NONAME ??0H245_MaintenanceLoopRequest_type@@QAE@ABV0@@Z @1116 NONAME ??0H245_MaintenanceLoopRequest_type@@QAE@IW4TagClass@PASN_Object@@@Z @1117 NONAME ??0H245_MasterSlaveDetermination@@QAE@ABV0@@Z @1118 NONAME ??0H245_MasterSlaveDetermination@@QAE@IW4TagClass@PASN_Object@@@Z @1119 NONAME ??0H245_MasterSlaveDeterminationAck@@QAE@ABV0@@Z @1120 NONAME ??0H245_MasterSlaveDeterminationAck@@QAE@IW4TagClass@PASN_Object@@@Z @1121 NONAME ??0H245_MasterSlaveDeterminationAck_decision@@QAE@ABV0@@Z @1122 NONAME ??0H245_MasterSlaveDeterminationAck_decision@@QAE@IW4TagClass@PASN_Object@@@Z @1123 NONAME ??0H245_MasterSlaveDeterminationReject@@QAE@ABV0@@Z @1124 NONAME ??0H245_MasterSlaveDeterminationReject@@QAE@IW4TagClass@PASN_Object@@@Z @1125 NONAME ??0H245_MasterSlaveDeterminationReject_cause@@QAE@ABV0@@Z @1126 NONAME ??0H245_MasterSlaveDeterminationReject_cause@@QAE@IW4TagClass@PASN_Object@@@Z @1127 NONAME ??0H245_MasterSlaveDeterminationRelease@@QAE@ABV0@@Z @1128 NONAME ??0H245_MasterSlaveDeterminationRelease@@QAE@IW4TagClass@PASN_Object@@@Z @1129 NONAME ??0H245_MaximumBitRate@@QAE@ABV0@@Z @24573 NONAME ??0H245_MaximumBitRate@@QAE@IW4TagClass@PASN_Object@@@Z @24574 NONAME ??0H245_MaxRedundancy@@QAE@ABV0@@Z @51793 NONAME ??0H245_MaxRedundancy@@QAE@IW4TagClass@PASN_Object@@@Z @51794 NONAME ??0H245_MCLocationIndication@@QAE@ABV0@@Z @1130 NONAME ??0H245_MCLocationIndication@@QAE@IW4TagClass@PASN_Object@@@Z @1131 NONAME ??0H245_McuNumber@@QAE@ABV0@@Z @1132 NONAME ??0H245_McuNumber@@QAE@IW4TagClass@PASN_Object@@@Z @1133 NONAME ??0H245_MediaChannelCapability@@QAE@ABV0@@Z @1134 NONAME ??0H245_MediaChannelCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1135 NONAME ??0H245_MediaDistributionCapability@@QAE@ABV0@@Z @1136 NONAME ??0H245_MediaDistributionCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1137 NONAME ??0H245_MediaEncryptionAlgorithm@@QAE@ABV0@@Z @1138 NONAME ??0H245_MediaEncryptionAlgorithm@@QAE@IW4TagClass@PASN_Object@@@Z @1139 NONAME ??0H245_MediaPacketizationCapability@@QAE@ABV0@@Z @1140 NONAME ??0H245_MediaPacketizationCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1141 NONAME ??0H245_MediaTransportType@@QAE@ABV0@@Z @1142 NONAME ??0H245_MediaTransportType@@QAE@IW4TagClass@PASN_Object@@@Z @1143 NONAME ??0H245_MediaTransportType_atm_AAL5_compressed@@QAE@ABV0@@Z @24575 NONAME ??0H245_MediaTransportType_atm_AAL5_compressed@@QAE@IW4TagClass@PASN_Object@@@Z @24576 NONAME ??0H245_MiscellaneousCommand@@QAE@ABV0@@Z @1144 NONAME ??0H245_MiscellaneousCommand@@QAE@IW4TagClass@PASN_Object@@@Z @1145 NONAME ??0H245_MiscellaneousCommand_type@@QAE@ABV0@@Z @1146 NONAME ??0H245_MiscellaneousCommand_type@@QAE@IW4TagClass@PASN_Object@@@Z @1147 NONAME ??0H245_MiscellaneousCommand_type_encryptionUpdateAck@@QAE@ABV0@@Z @51795 NONAME ??0H245_MiscellaneousCommand_type_encryptionUpdateAck@@QAE@IW4TagClass@PASN_Object@@@Z @51796 NONAME ??0H245_MiscellaneousCommand_type_encryptionUpdateCommand@@QAE@ABV0@@Z @51797 NONAME ??0H245_MiscellaneousCommand_type_encryptionUpdateCommand@@QAE@IW4TagClass@PASN_Object@@@Z @51798 NONAME ??0H245_MiscellaneousCommand_type_lostPartialPicture@@QAE@ABV0@@Z @24577 NONAME ??0H245_MiscellaneousCommand_type_lostPartialPicture@@QAE@IW4TagClass@PASN_Object@@@Z @24578 NONAME ??0H245_MiscellaneousCommand_type_progressiveRefinementStart@@QAE@ABV0@@Z @1148 NONAME ??0H245_MiscellaneousCommand_type_progressiveRefinementStart@@QAE@IW4TagClass@PASN_Object@@@Z @1149 NONAME ??0H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@QAE@ABV0@@Z @1150 NONAME ??0H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@QAE@IW4TagClass@PASN_Object@@@Z @1151 NONAME ??0H245_MiscellaneousCommand_type_videoBadMBs@@QAE@ABV0@@Z @24579 NONAME ??0H245_MiscellaneousCommand_type_videoBadMBs@@QAE@IW4TagClass@PASN_Object@@@Z @24580 NONAME ??0H245_MiscellaneousCommand_type_videoFastUpdateGOB@@QAE@ABV0@@Z @1152 NONAME ??0H245_MiscellaneousCommand_type_videoFastUpdateGOB@@QAE@IW4TagClass@PASN_Object@@@Z @1153 NONAME ??0H245_MiscellaneousCommand_type_videoFastUpdateMB@@QAE@ABV0@@Z @1154 NONAME ??0H245_MiscellaneousCommand_type_videoFastUpdateMB@@QAE@IW4TagClass@PASN_Object@@@Z @1155 NONAME ??0H245_MiscellaneousIndication@@QAE@ABV0@@Z @1156 NONAME ??0H245_MiscellaneousIndication@@QAE@IW4TagClass@PASN_Object@@@Z @1157 NONAME ??0H245_MiscellaneousIndication_type@@QAE@ABV0@@Z @1158 NONAME ??0H245_MiscellaneousIndication_type@@QAE@IW4TagClass@PASN_Object@@@Z @1159 NONAME ??0H245_MiscellaneousIndication_type_videoNotDecodedMBs@@QAE@ABV0@@Z @1160 NONAME ??0H245_MiscellaneousIndication_type_videoNotDecodedMBs@@QAE@IW4TagClass@PASN_Object@@@Z @1161 NONAME ??0H245_MobileMultilinkReconfigurationCommand@@QAE@ABV0@@Z @24581 NONAME ??0H245_MobileMultilinkReconfigurationCommand@@QAE@IW4TagClass@PASN_Object@@@Z @24582 NONAME ??0H245_MobileMultilinkReconfigurationCommand_status@@QAE@ABV0@@Z @24583 NONAME ??0H245_MobileMultilinkReconfigurationCommand_status@@QAE@IW4TagClass@PASN_Object@@@Z @24584 NONAME ??0H245_MobileMultilinkReconfigurationIndication@@QAE@ABV0@@Z @24585 NONAME ??0H245_MobileMultilinkReconfigurationIndication@@QAE@IW4TagClass@PASN_Object@@@Z @24586 NONAME ??0H245_ModeDescription@@QAE@ABV0@@Z @1162 NONAME ??0H245_ModeDescription@@QAE@IW4TagClass@PASN_Object@@@Z @1163 NONAME ??0H245_ModeElement@@QAE@ABV0@@Z @1164 NONAME ??0H245_ModeElement@@QAE@IW4TagClass@PASN_Object@@@Z @1165 NONAME ??0H245_ModeElementType@@QAE@ABV0@@Z @38386 NONAME ??0H245_ModeElementType@@QAE@IW4TagClass@PASN_Object@@@Z @38387 NONAME ??0H245_MulticastAddress@@QAE@ABV0@@Z @1168 NONAME ??0H245_MulticastAddress@@QAE@IW4TagClass@PASN_Object@@@Z @1169 NONAME ??0H245_MulticastAddress_iP6Address@@QAE@ABV0@@Z @1170 NONAME ??0H245_MulticastAddress_iP6Address@@QAE@IW4TagClass@PASN_Object@@@Z @1171 NONAME ??0H245_MulticastAddress_iPAddress@@QAE@ABV0@@Z @1172 NONAME ??0H245_MulticastAddress_iPAddress@@QAE@IW4TagClass@PASN_Object@@@Z @1173 NONAME ??0H245_MultilinkIndication@@QAE@ABV0@@Z @24587 NONAME ??0H245_MultilinkIndication@@QAE@IW4TagClass@PASN_Object@@@Z @24588 NONAME ??0H245_MultilinkIndication_crcDesired@@QAE@ABV0@@Z @24589 NONAME ??0H245_MultilinkIndication_crcDesired@@QAE@IW4TagClass@PASN_Object@@@Z @24590 NONAME ??0H245_MultilinkIndication_excessiveError@@QAE@ABV0@@Z @24591 NONAME ??0H245_MultilinkIndication_excessiveError@@QAE@IW4TagClass@PASN_Object@@@Z @24592 NONAME ??0H245_MultilinkRequest@@QAE@ABV0@@Z @24593 NONAME ??0H245_MultilinkRequest@@QAE@IW4TagClass@PASN_Object@@@Z @24594 NONAME ??0H245_MultilinkRequest_addConnection@@QAE@ABV0@@Z @24595 NONAME ??0H245_MultilinkRequest_addConnection@@QAE@IW4TagClass@PASN_Object@@@Z @24596 NONAME ??0H245_MultilinkRequest_callInformation@@QAE@ABV0@@Z @24597 NONAME ??0H245_MultilinkRequest_callInformation@@QAE@IW4TagClass@PASN_Object@@@Z @24598 NONAME ??0H245_MultilinkRequest_maximumHeaderInterval@@QAE@ABV0@@Z @24599 NONAME ??0H245_MultilinkRequest_maximumHeaderInterval@@QAE@IW4TagClass@PASN_Object@@@Z @24600 NONAME ??0H245_MultilinkRequest_maximumHeaderInterval_requestType@@QAE@ABV0@@Z @24601 NONAME ??0H245_MultilinkRequest_maximumHeaderInterval_requestType@@QAE@IW4TagClass@PASN_Object@@@Z @24602 NONAME ??0H245_MultilinkRequest_removeConnection@@QAE@ABV0@@Z @24603 NONAME ??0H245_MultilinkRequest_removeConnection@@QAE@IW4TagClass@PASN_Object@@@Z @24604 NONAME ??0H245_MultilinkResponse@@QAE@ABV0@@Z @24605 NONAME ??0H245_MultilinkResponse@@QAE@IW4TagClass@PASN_Object@@@Z @24606 NONAME ??0H245_MultilinkResponse_addConnection@@QAE@ABV0@@Z @24607 NONAME ??0H245_MultilinkResponse_addConnection@@QAE@IW4TagClass@PASN_Object@@@Z @24608 NONAME ??0H245_MultilinkResponse_addConnection_responseCode@@QAE@ABV0@@Z @24609 NONAME ??0H245_MultilinkResponse_addConnection_responseCode@@QAE@IW4TagClass@PASN_Object@@@Z @24610 NONAME ??0H245_MultilinkResponse_addConnection_responseCode_rejected@@QAE@ABV0@@Z @24611 NONAME ??0H245_MultilinkResponse_addConnection_responseCode_rejected@@QAE@IW4TagClass@PASN_Object@@@Z @24612 NONAME ??0H245_MultilinkResponse_callInformation@@QAE@ABV0@@Z @24613 NONAME ??0H245_MultilinkResponse_callInformation@@QAE@IW4TagClass@PASN_Object@@@Z @24614 NONAME ??0H245_MultilinkResponse_maximumHeaderInterval@@QAE@ABV0@@Z @24615 NONAME ??0H245_MultilinkResponse_maximumHeaderInterval@@QAE@IW4TagClass@PASN_Object@@@Z @24616 NONAME ??0H245_MultilinkResponse_removeConnection@@QAE@ABV0@@Z @24617 NONAME ??0H245_MultilinkResponse_removeConnection@@QAE@IW4TagClass@PASN_Object@@@Z @24618 NONAME ??0H245_MultimediaSystemControlMessage@@QAE@ABV0@@Z @1174 NONAME ??0H245_MultimediaSystemControlMessage@@QAE@IW4TagClass@PASN_Object@@@Z @1175 NONAME ??0H245_MultiplePayloadStream@@QAE@ABV0@@Z @38388 NONAME ??0H245_MultiplePayloadStream@@QAE@IW4TagClass@PASN_Object@@@Z @38389 NONAME ??0H245_MultiplePayloadStreamCapability@@QAE@ABV0@@Z @38390 NONAME ??0H245_MultiplePayloadStreamCapability@@QAE@IW4TagClass@PASN_Object@@@Z @38391 NONAME ??0H245_MultiplePayloadStreamElement@@QAE@ABV0@@Z @38392 NONAME ??0H245_MultiplePayloadStreamElement@@QAE@IW4TagClass@PASN_Object@@@Z @38393 NONAME ??0H245_MultiplePayloadStreamElementMode@@QAE@ABV0@@Z @38394 NONAME ??0H245_MultiplePayloadStreamElementMode@@QAE@IW4TagClass@PASN_Object@@@Z @38395 NONAME ??0H245_MultiplePayloadStreamMode@@QAE@ABV0@@Z @38396 NONAME ??0H245_MultiplePayloadStreamMode@@QAE@IW4TagClass@PASN_Object@@@Z @38397 NONAME ??0H245_MultiplexCapability@@QAE@ABV0@@Z @1176 NONAME ??0H245_MultiplexCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1177 NONAME ??0H245_MultiplexedStreamCapability@@QAE@ABV0@@Z @24619 NONAME ??0H245_MultiplexedStreamCapability@@QAE@IW4TagClass@PASN_Object@@@Z @24620 NONAME ??0H245_MultiplexedStreamModeParameters@@QAE@ABV0@@Z @24621 NONAME ??0H245_MultiplexedStreamModeParameters@@QAE@IW4TagClass@PASN_Object@@@Z @24622 NONAME ??0H245_MultiplexedStreamParameter@@QAE@ABV0@@Z @24623 NONAME ??0H245_MultiplexedStreamParameter@@QAE@IW4TagClass@PASN_Object@@@Z @24624 NONAME ??0H245_MultiplexElement@@QAE@ABV0@@Z @1178 NONAME ??0H245_MultiplexElement@@QAE@IW4TagClass@PASN_Object@@@Z @1179 NONAME ??0H245_MultiplexElement_repeatCount@@QAE@ABV0@@Z @1180 NONAME ??0H245_MultiplexElement_repeatCount@@QAE@IW4TagClass@PASN_Object@@@Z @1181 NONAME ??0H245_MultiplexElement_type@@QAE@ABV0@@Z @1182 NONAME ??0H245_MultiplexElement_type@@QAE@IW4TagClass@PASN_Object@@@Z @1183 NONAME ??0H245_MultiplexEntryDescriptor@@QAE@ABV0@@Z @1184 NONAME ??0H245_MultiplexEntryDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @1185 NONAME ??0H245_MultiplexEntryRejectionDescriptions@@QAE@ABV0@@Z @1186 NONAME ??0H245_MultiplexEntryRejectionDescriptions@@QAE@IW4TagClass@PASN_Object@@@Z @1187 NONAME ??0H245_MultiplexEntryRejectionDescriptions_cause@@QAE@ABV0@@Z @1188 NONAME ??0H245_MultiplexEntryRejectionDescriptions_cause@@QAE@IW4TagClass@PASN_Object@@@Z @1189 NONAME ??0H245_MultiplexEntrySend@@QAE@ABV0@@Z @1190 NONAME ??0H245_MultiplexEntrySend@@QAE@IW4TagClass@PASN_Object@@@Z @1191 NONAME ??0H245_MultiplexEntrySendAck@@QAE@ABV0@@Z @1192 NONAME ??0H245_MultiplexEntrySendAck@@QAE@IW4TagClass@PASN_Object@@@Z @1193 NONAME ??0H245_MultiplexEntrySendReject@@QAE@ABV0@@Z @1194 NONAME ??0H245_MultiplexEntrySendReject@@QAE@IW4TagClass@PASN_Object@@@Z @1195 NONAME ??0H245_MultiplexEntrySendRelease@@QAE@ABV0@@Z @1196 NONAME ??0H245_MultiplexEntrySendRelease@@QAE@IW4TagClass@PASN_Object@@@Z @1197 NONAME ??0H245_MultiplexFormat@@QAE@ABV0@@Z @24625 NONAME ??0H245_MultiplexFormat@@QAE@IW4TagClass@PASN_Object@@@Z @24626 NONAME ??0H245_MultiplexTableEntryNumber@@QAE@ABV0@@Z @1198 NONAME ??0H245_MultiplexTableEntryNumber@@QAE@IW4TagClass@PASN_Object@@@Z @1199 NONAME ??0H245_MultipointCapability@@QAE@ABV0@@Z @1200 NONAME ??0H245_MultipointCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1201 NONAME ??0H245_NetworkAccessParameters@@QAE@ABV0@@Z @1202 NONAME ??0H245_NetworkAccessParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1203 NONAME ??0H245_NetworkAccessParameters_distribution@@QAE@ABV0@@Z @1204 NONAME ??0H245_NetworkAccessParameters_distribution@@QAE@IW4TagClass@PASN_Object@@@Z @1205 NONAME ??0H245_NetworkAccessParameters_networkAddress@@QAE@ABV0@@Z @1206 NONAME ??0H245_NetworkAccessParameters_networkAddress@@QAE@IW4TagClass@PASN_Object@@@Z @1207 NONAME ??0H245_NetworkAccessParameters_t120SetupProcedure@@QAE@ABV0@@Z @1208 NONAME ??0H245_NetworkAccessParameters_t120SetupProcedure@@QAE@IW4TagClass@PASN_Object@@@Z @1209 NONAME ??0H245_NewATMVCCommand@@QAE@ABV0@@Z @24627 NONAME ??0H245_NewATMVCCommand@@QAE@IW4TagClass@PASN_Object@@@Z @24628 NONAME ??0H245_NewATMVCCommand_aal@@QAE@ABV0@@Z @24629 NONAME ??0H245_NewATMVCCommand_aal@@QAE@IW4TagClass@PASN_Object@@@Z @24630 NONAME ??0H245_NewATMVCCommand_aal_aal1@@QAE@ABV0@@Z @24631 NONAME ??0H245_NewATMVCCommand_aal_aal1@@QAE@IW4TagClass@PASN_Object@@@Z @24632 NONAME ??0H245_NewATMVCCommand_aal_aal1_clockRecovery@@QAE@ABV0@@Z @24633 NONAME ??0H245_NewATMVCCommand_aal_aal1_clockRecovery@@QAE@IW4TagClass@PASN_Object@@@Z @24634 NONAME ??0H245_NewATMVCCommand_aal_aal1_errorCorrection@@QAE@ABV0@@Z @24635 NONAME ??0H245_NewATMVCCommand_aal_aal1_errorCorrection@@QAE@IW4TagClass@PASN_Object@@@Z @24636 NONAME ??0H245_NewATMVCCommand_aal_aal5@@QAE@ABV0@@Z @24637 NONAME ??0H245_NewATMVCCommand_aal_aal5@@QAE@IW4TagClass@PASN_Object@@@Z @24638 NONAME ??0H245_NewATMVCCommand_multiplex@@QAE@ABV0@@Z @24639 NONAME ??0H245_NewATMVCCommand_multiplex@@QAE@IW4TagClass@PASN_Object@@@Z @24640 NONAME ??0H245_NewATMVCCommand_reverseParameters@@QAE@ABV0@@Z @24641 NONAME ??0H245_NewATMVCCommand_reverseParameters@@QAE@IW4TagClass@PASN_Object@@@Z @24642 NONAME ??0H245_NewATMVCCommand_reverseParameters_multiplex@@QAE@ABV0@@Z @24643 NONAME ??0H245_NewATMVCCommand_reverseParameters_multiplex@@QAE@IW4TagClass@PASN_Object@@@Z @24644 NONAME ??0H245_NewATMVCIndication@@QAE@ABV0@@Z @1210 NONAME ??0H245_NewATMVCIndication@@QAE@IW4TagClass@PASN_Object@@@Z @1211 NONAME ??0H245_NewATMVCIndication_aal@@QAE@ABV0@@Z @1212 NONAME ??0H245_NewATMVCIndication_aal@@QAE@IW4TagClass@PASN_Object@@@Z @1213 NONAME ??0H245_NewATMVCIndication_aal_aal1@@QAE@ABV0@@Z @1214 NONAME ??0H245_NewATMVCIndication_aal_aal1@@QAE@IW4TagClass@PASN_Object@@@Z @1215 NONAME ??0H245_NewATMVCIndication_aal_aal1_clockRecovery@@QAE@ABV0@@Z @1216 NONAME ??0H245_NewATMVCIndication_aal_aal1_clockRecovery@@QAE@IW4TagClass@PASN_Object@@@Z @1217 NONAME ??0H245_NewATMVCIndication_aal_aal1_errorCorrection@@QAE@ABV0@@Z @1218 NONAME ??0H245_NewATMVCIndication_aal_aal1_errorCorrection@@QAE@IW4TagClass@PASN_Object@@@Z @1219 NONAME ??0H245_NewATMVCIndication_aal_aal5@@QAE@ABV0@@Z @1220 NONAME ??0H245_NewATMVCIndication_aal_aal5@@QAE@IW4TagClass@PASN_Object@@@Z @1221 NONAME ??0H245_NewATMVCIndication_multiplex@@QAE@ABV0@@Z @1222 NONAME ??0H245_NewATMVCIndication_multiplex@@QAE@IW4TagClass@PASN_Object@@@Z @1223 NONAME ??0H245_NewATMVCIndication_reverseParameters@@QAE@ABV0@@Z @1224 NONAME ??0H245_NewATMVCIndication_reverseParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1225 NONAME ??0H245_NewATMVCIndication_reverseParameters_multiplex@@QAE@ABV0@@Z @1226 NONAME ??0H245_NewATMVCIndication_reverseParameters_multiplex@@QAE@IW4TagClass@PASN_Object@@@Z @1227 NONAME ??0H245_NonStandardIdentifier@@QAE@ABV0@@Z @1228 NONAME ??0H245_NonStandardIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @1229 NONAME ??0H245_NonStandardIdentifier_h221NonStandard@@QAE@ABV0@@Z @1230 NONAME ??0H245_NonStandardIdentifier_h221NonStandard@@QAE@IW4TagClass@PASN_Object@@@Z @1231 NONAME ??0H245_NonStandardMessage@@QAE@ABV0@@Z @1232 NONAME ??0H245_NonStandardMessage@@QAE@IW4TagClass@PASN_Object@@@Z @1233 NONAME ??0H245_NonStandardParameter@@QAE@ABV0@@Z @1234 NONAME ??0H245_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @1235 NONAME ??0H245_NoPTAudioTelephonyEventCapability@@QAE@ABV0@@Z @38398 NONAME ??0H245_NoPTAudioTelephonyEventCapability@@QAE@IW4TagClass@PASN_Object@@@Z @38399 NONAME ??0H245_NoPTAudioToneCapability@@QAE@ABV0@@Z @38400 NONAME ??0H245_NoPTAudioToneCapability@@QAE@IW4TagClass@PASN_Object@@@Z @38401 NONAME ??0H245_OpenLogicalChannel@@QAE@ABV0@@Z @1236 NONAME ??0H245_OpenLogicalChannel@@QAE@IW4TagClass@PASN_Object@@@Z @1237 NONAME ??0H245_OpenLogicalChannelAck@@QAE@ABV0@@Z @1238 NONAME ??0H245_OpenLogicalChannelAck@@QAE@IW4TagClass@PASN_Object@@@Z @1239 NONAME ??0H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@QAE@ABV0@@Z @1240 NONAME ??0H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1241 NONAME ??0H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@QAE@ABV0@@Z @1242 NONAME ??0H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1243 NONAME ??0H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@QAE@ABV0@@Z @1244 NONAME ??0H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1245 NONAME ??0H245_OpenLogicalChannelConfirm@@QAE@ABV0@@Z @1246 NONAME ??0H245_OpenLogicalChannelConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @1247 NONAME ??0H245_OpenLogicalChannelReject@@QAE@ABV0@@Z @1248 NONAME ??0H245_OpenLogicalChannelReject@@QAE@IW4TagClass@PASN_Object@@@Z @1249 NONAME ??0H245_OpenLogicalChannelReject_cause@@QAE@ABV0@@Z @1250 NONAME ??0H245_OpenLogicalChannelReject_cause@@QAE@IW4TagClass@PASN_Object@@@Z @1251 NONAME ??0H245_OpenLogicalChannel_forwardLogicalChannelParameters@@QAE@ABV0@@Z @1252 NONAME ??0H245_OpenLogicalChannel_forwardLogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1253 NONAME ??0H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QAE@ABV0@@Z @1254 NONAME ??0H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1255 NONAME ??0H245_OpenLogicalChannel_reverseLogicalChannelParameters@@QAE@ABV0@@Z @1256 NONAME ??0H245_OpenLogicalChannel_reverseLogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1257 NONAME ??0H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QAE@ABV0@@Z @1258 NONAME ??0H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1259 NONAME ??0H245_ParameterIdentifier@@QAE@ABV0@@Z @24645 NONAME ??0H245_ParameterIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @24646 NONAME ??0H245_ParameterValue@@QAE@ABV0@@Z @24647 NONAME ??0H245_ParameterValue@@QAE@IW4TagClass@PASN_Object@@@Z @24648 NONAME ??0H245_Params@@QAE@ABV0@@Z @51799 NONAME ??0H245_Params@@QAE@IW4TagClass@PASN_Object@@@Z @51800 NONAME ??0H245_Password@@QAE@ABV0@@Z @1260 NONAME ??0H245_Password@@QAE@ABVPBYTEArray@@@Z @37544 NONAME ??0H245_Password@@QAE@ABVPString@@@Z @37545 NONAME ??0H245_Password@@QAE@IW4TagClass@PASN_Object@@@Z @1261 NONAME ??0H245_Password@@QAE@PBD@Z @37546 NONAME ??0H245_PictureReference@@QAE@ABV0@@Z @24649 NONAME ??0H245_PictureReference@@QAE@IW4TagClass@PASN_Object@@@Z @24650 NONAME ??0H245_Q2931Address@@QAE@ABV0@@Z @1262 NONAME ??0H245_Q2931Address@@QAE@IW4TagClass@PASN_Object@@@Z @1263 NONAME ??0H245_Q2931Address_address@@QAE@ABV0@@Z @1264 NONAME ??0H245_Q2931Address_address@@QAE@IW4TagClass@PASN_Object@@@Z @1265 NONAME ??0H245_QOSCapability@@QAE@ABV0@@Z @1266 NONAME ??0H245_QOSCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1267 NONAME ??0H245_QOSMode@@QAE@ABV0@@Z @1268 NONAME ??0H245_QOSMode@@QAE@IW4TagClass@PASN_Object@@@Z @1269 NONAME ??0H245_RedundancyEncoding@@QAE@ABV0@@Z @1270 NONAME ??0H245_RedundancyEncoding@@QAE@IW4TagClass@PASN_Object@@@Z @1271 NONAME ??0H245_RedundancyEncodingCapability@@QAE@ABV0@@Z @1272 NONAME ??0H245_RedundancyEncodingCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1273 NONAME ??0H245_RedundancyEncodingDTMode@@QAE@ABV0@@Z @38402 NONAME ??0H245_RedundancyEncodingDTMode@@QAE@IW4TagClass@PASN_Object@@@Z @38403 NONAME ??0H245_RedundancyEncodingDTModeElement@@QAE@ABV0@@Z @38404 NONAME ??0H245_RedundancyEncodingDTModeElement@@QAE@IW4TagClass@PASN_Object@@@Z @38405 NONAME ??0H245_RedundancyEncodingDTModeElement_type@@QAE@ABV0@@Z @38406 NONAME ??0H245_RedundancyEncodingDTModeElement_type@@QAE@IW4TagClass@PASN_Object@@@Z @38407 NONAME ??0H245_RedundancyEncodingElement@@QAE@ABV0@@Z @38408 NONAME ??0H245_RedundancyEncodingElement@@QAE@IW4TagClass@PASN_Object@@@Z @38409 NONAME ??0H245_RedundancyEncodingMethod@@QAE@ABV0@@Z @1274 NONAME ??0H245_RedundancyEncodingMethod@@QAE@IW4TagClass@PASN_Object@@@Z @1275 NONAME ??0H245_RedundancyEncodingMode@@QAE@ABV0@@Z @1276 NONAME ??0H245_RedundancyEncodingMode@@QAE@IW4TagClass@PASN_Object@@@Z @1277 NONAME ??0H245_RedundancyEncodingMode_secondaryEncoding@@QAE@ABV0@@Z @1278 NONAME ??0H245_RedundancyEncodingMode_secondaryEncoding@@QAE@IW4TagClass@PASN_Object@@@Z @1279 NONAME ??0H245_RedundancyEncoding_rtpRedundancyEncoding@@QAE@ABV0@@Z @38410 NONAME ??0H245_RedundancyEncoding_rtpRedundancyEncoding@@QAE@IW4TagClass@PASN_Object@@@Z @38411 NONAME ??0H245_RefPictureSelection@@QAE@ABV0@@Z @1280 NONAME ??0H245_RefPictureSelection@@QAE@IW4TagClass@PASN_Object@@@Z @1281 NONAME ??0H245_RefPictureSelection_additionalPictureMemory@@QAE@ABV0@@Z @1282 NONAME ??0H245_RefPictureSelection_additionalPictureMemory@@QAE@IW4TagClass@PASN_Object@@@Z @1283 NONAME ??0H245_RefPictureSelection_enhancedReferencePicSelect@@QAE@ABV0@@Z @24651 NONAME ??0H245_RefPictureSelection_enhancedReferencePicSelect@@QAE@IW4TagClass@PASN_Object@@@Z @24652 NONAME ??0H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@QAE@ABV0@@Z @24653 NONAME ??0H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@QAE@IW4TagClass@PASN_Object@@@Z @24654 NONAME ??0H245_RefPictureSelection_videoBackChannelSend@@QAE@ABV0@@Z @1284 NONAME ??0H245_RefPictureSelection_videoBackChannelSend@@QAE@IW4TagClass@PASN_Object@@@Z @1285 NONAME ??0H245_RemoteMCRequest@@QAE@ABV0@@Z @1286 NONAME ??0H245_RemoteMCRequest@@QAE@IW4TagClass@PASN_Object@@@Z @1287 NONAME ??0H245_RemoteMCResponse@@QAE@ABV0@@Z @1288 NONAME ??0H245_RemoteMCResponse@@QAE@IW4TagClass@PASN_Object@@@Z @1289 NONAME ??0H245_RemoteMCResponse_reject@@QAE@ABV0@@Z @1290 NONAME ??0H245_RemoteMCResponse_reject@@QAE@IW4TagClass@PASN_Object@@@Z @1291 NONAME ??0H245_RequestAllTerminalIDsResponse@@QAE@ABV0@@Z @1292 NONAME ??0H245_RequestAllTerminalIDsResponse@@QAE@IW4TagClass@PASN_Object@@@Z @1293 NONAME ??0H245_RequestChannelClose@@QAE@ABV0@@Z @1294 NONAME ??0H245_RequestChannelClose@@QAE@IW4TagClass@PASN_Object@@@Z @1295 NONAME ??0H245_RequestChannelCloseAck@@QAE@ABV0@@Z @1296 NONAME ??0H245_RequestChannelCloseAck@@QAE@IW4TagClass@PASN_Object@@@Z @1297 NONAME ??0H245_RequestChannelCloseReject@@QAE@ABV0@@Z @1298 NONAME ??0H245_RequestChannelCloseReject@@QAE@IW4TagClass@PASN_Object@@@Z @1299 NONAME ??0H245_RequestChannelCloseReject_cause@@QAE@ABV0@@Z @1300 NONAME ??0H245_RequestChannelCloseReject_cause@@QAE@IW4TagClass@PASN_Object@@@Z @1301 NONAME ??0H245_RequestChannelCloseRelease@@QAE@ABV0@@Z @1302 NONAME ??0H245_RequestChannelCloseRelease@@QAE@IW4TagClass@PASN_Object@@@Z @1303 NONAME ??0H245_RequestChannelClose_reason@@QAE@ABV0@@Z @1304 NONAME ??0H245_RequestChannelClose_reason@@QAE@IW4TagClass@PASN_Object@@@Z @1305 NONAME ??0H245_RequestMessage@@QAE@ABV0@@Z @1306 NONAME ??0H245_RequestMessage@@QAE@IW4TagClass@PASN_Object@@@Z @1307 NONAME ??0H245_RequestMode@@QAE@ABV0@@Z @1308 NONAME ??0H245_RequestMode@@QAE@IW4TagClass@PASN_Object@@@Z @1309 NONAME ??0H245_RequestModeAck@@QAE@ABV0@@Z @1310 NONAME ??0H245_RequestModeAck@@QAE@IW4TagClass@PASN_Object@@@Z @1311 NONAME ??0H245_RequestModeAck_response@@QAE@ABV0@@Z @1312 NONAME ??0H245_RequestModeAck_response@@QAE@IW4TagClass@PASN_Object@@@Z @1313 NONAME ??0H245_RequestModeReject@@QAE@ABV0@@Z @1314 NONAME ??0H245_RequestModeReject@@QAE@IW4TagClass@PASN_Object@@@Z @1315 NONAME ??0H245_RequestModeReject_cause@@QAE@ABV0@@Z @1316 NONAME ??0H245_RequestModeReject_cause@@QAE@IW4TagClass@PASN_Object@@@Z @1317 NONAME ??0H245_RequestModeRelease@@QAE@ABV0@@Z @1318 NONAME ??0H245_RequestModeRelease@@QAE@IW4TagClass@PASN_Object@@@Z @1319 NONAME ??0H245_RequestMultiplexEntry@@QAE@ABV0@@Z @1320 NONAME ??0H245_RequestMultiplexEntry@@QAE@IW4TagClass@PASN_Object@@@Z @1321 NONAME ??0H245_RequestMultiplexEntryAck@@QAE@ABV0@@Z @1322 NONAME ??0H245_RequestMultiplexEntryAck@@QAE@IW4TagClass@PASN_Object@@@Z @1323 NONAME ??0H245_RequestMultiplexEntryReject@@QAE@ABV0@@Z @1324 NONAME ??0H245_RequestMultiplexEntryReject@@QAE@IW4TagClass@PASN_Object@@@Z @1325 NONAME ??0H245_RequestMultiplexEntryRejectionDescriptions@@QAE@ABV0@@Z @1326 NONAME ??0H245_RequestMultiplexEntryRejectionDescriptions@@QAE@IW4TagClass@PASN_Object@@@Z @1327 NONAME ??0H245_RequestMultiplexEntryRejectionDescriptions_cause@@QAE@ABV0@@Z @1328 NONAME ??0H245_RequestMultiplexEntryRejectionDescriptions_cause@@QAE@IW4TagClass@PASN_Object@@@Z @1329 NONAME ??0H245_RequestMultiplexEntryRelease@@QAE@ABV0@@Z @1330 NONAME ??0H245_RequestMultiplexEntryRelease@@QAE@IW4TagClass@PASN_Object@@@Z @1331 NONAME ??0H245_ResponseMessage@@QAE@ABV0@@Z @1332 NONAME ??0H245_ResponseMessage@@QAE@IW4TagClass@PASN_Object@@@Z @1333 NONAME ??0H245_RoundTripDelayRequest@@QAE@ABV0@@Z @1334 NONAME ??0H245_RoundTripDelayRequest@@QAE@IW4TagClass@PASN_Object@@@Z @1335 NONAME ??0H245_RoundTripDelayResponse@@QAE@ABV0@@Z @1336 NONAME ??0H245_RoundTripDelayResponse@@QAE@IW4TagClass@PASN_Object@@@Z @1337 NONAME ??0H245_RSVPParameters@@QAE@ABV0@@Z @1338 NONAME ??0H245_RSVPParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1339 NONAME ??0H245_RTPH263VideoRedundancyEncoding@@QAE@ABV0@@Z @1340 NONAME ??0H245_RTPH263VideoRedundancyEncoding@@QAE@IW4TagClass@PASN_Object@@@Z @1341 NONAME ??0H245_RTPH263VideoRedundancyEncoding_containedThreads@@QAE@ABV0@@Z @1342 NONAME ??0H245_RTPH263VideoRedundancyEncoding_containedThreads@@QAE@IW4TagClass@PASN_Object@@@Z @1343 NONAME ??0H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@QAE@ABV0@@Z @1344 NONAME ??0H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@QAE@IW4TagClass@PASN_Object@@@Z @1345 NONAME ??0H245_RTPH263VideoRedundancyFrameMapping@@QAE@ABV0@@Z @1346 NONAME ??0H245_RTPH263VideoRedundancyFrameMapping@@QAE@IW4TagClass@PASN_Object@@@Z @1347 NONAME ??0H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@QAE@ABV0@@Z @1348 NONAME ??0H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@QAE@IW4TagClass@PASN_Object@@@Z @1349 NONAME ??0H245_RTPPayloadType@@QAE@ABV0@@Z @1350 NONAME ??0H245_RTPPayloadType@@QAE@IW4TagClass@PASN_Object@@@Z @1351 NONAME ??0H245_RTPPayloadType_payloadDescriptor@@QAE@ABV0@@Z @1352 NONAME ??0H245_RTPPayloadType_payloadDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @1353 NONAME ??0H245_SendTerminalCapabilitySet@@QAE@ABV0@@Z @1354 NONAME ??0H245_SendTerminalCapabilitySet@@QAE@IW4TagClass@PASN_Object@@@Z @1355 NONAME ??0H245_SendTerminalCapabilitySet_specificRequest@@QAE@ABV0@@Z @1356 NONAME ??0H245_SendTerminalCapabilitySet_specificRequest@@QAE@IW4TagClass@PASN_Object@@@Z @1357 NONAME ??0H245_SequenceNumber@@QAE@ABV0@@Z @1358 NONAME ??0H245_SequenceNumber@@QAE@IW4TagClass@PASN_Object@@@Z @1359 NONAME ??0H245_SubstituteConferenceIDCommand@@QAE@ABV0@@Z @1360 NONAME ??0H245_SubstituteConferenceIDCommand@@QAE@IW4TagClass@PASN_Object@@@Z @1361 NONAME ??0H245_T38FaxProfile@@QAE@ABV0@@Z @24655 NONAME ??0H245_T38FaxProfile@@QAE@IW4TagClass@PASN_Object@@@Z @24656 NONAME ??0H245_T38FaxRateManagement@@QAE@ABV0@@Z @24657 NONAME ??0H245_T38FaxRateManagement@@QAE@IW4TagClass@PASN_Object@@@Z @24658 NONAME ??0H245_T38FaxTcpOptions@@QAE@ABV0@@Z @24659 NONAME ??0H245_T38FaxTcpOptions@@QAE@IW4TagClass@PASN_Object@@@Z @24660 NONAME ??0H245_T38FaxUdpOptions@@QAE@ABV0@@Z @24661 NONAME ??0H245_T38FaxUdpOptions@@QAE@IW4TagClass@PASN_Object@@@Z @24662 NONAME ??0H245_T38FaxUdpOptions_t38FaxUdpEC@@QAE@ABV0@@Z @24663 NONAME ??0H245_T38FaxUdpOptions_t38FaxUdpEC@@QAE@IW4TagClass@PASN_Object@@@Z @24664 NONAME ??0H245_T84Profile@@QAE@ABV0@@Z @1362 NONAME ??0H245_T84Profile@@QAE@IW4TagClass@PASN_Object@@@Z @1363 NONAME ??0H245_T84Profile_t84Restricted@@QAE@ABV0@@Z @1364 NONAME ??0H245_T84Profile_t84Restricted@@QAE@IW4TagClass@PASN_Object@@@Z @1365 NONAME ??0H245_TerminalCapabilitySet@@QAE@ABV0@@Z @1366 NONAME ??0H245_TerminalCapabilitySet@@QAE@IW4TagClass@PASN_Object@@@Z @1367 NONAME ??0H245_TerminalCapabilitySetAck@@QAE@ABV0@@Z @1368 NONAME ??0H245_TerminalCapabilitySetAck@@QAE@IW4TagClass@PASN_Object@@@Z @1369 NONAME ??0H245_TerminalCapabilitySetReject@@QAE@ABV0@@Z @1370 NONAME ??0H245_TerminalCapabilitySetReject@@QAE@IW4TagClass@PASN_Object@@@Z @1371 NONAME ??0H245_TerminalCapabilitySetReject_cause@@QAE@ABV0@@Z @1372 NONAME ??0H245_TerminalCapabilitySetReject_cause@@QAE@IW4TagClass@PASN_Object@@@Z @1373 NONAME ??0H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@QAE@ABV0@@Z @1374 NONAME ??0H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@QAE@IW4TagClass@PASN_Object@@@Z @1375 NONAME ??0H245_TerminalCapabilitySetRelease@@QAE@ABV0@@Z @1376 NONAME ??0H245_TerminalCapabilitySetRelease@@QAE@IW4TagClass@PASN_Object@@@Z @1377 NONAME ??0H245_TerminalID@@QAE@ABV0@@Z @1378 NONAME ??0H245_TerminalID@@QAE@ABVPBYTEArray@@@Z @37547 NONAME ??0H245_TerminalID@@QAE@ABVPString@@@Z @37548 NONAME ??0H245_TerminalID@@QAE@IW4TagClass@PASN_Object@@@Z @1379 NONAME ??0H245_TerminalID@@QAE@PBD@Z @37549 NONAME ??0H245_TerminalInformation@@QAE@ABV0@@Z @1380 NONAME ??0H245_TerminalInformation@@QAE@IW4TagClass@PASN_Object@@@Z @1381 NONAME ??0H245_TerminalLabel@@QAE@ABV0@@Z @1382 NONAME ??0H245_TerminalLabel@@QAE@IW4TagClass@PASN_Object@@@Z @1383 NONAME ??0H245_TerminalNumber@@QAE@ABV0@@Z @1384 NONAME ??0H245_TerminalNumber@@QAE@IW4TagClass@PASN_Object@@@Z @1385 NONAME ??0H245_TerminalYouAreSeeingInSubPictureNumber@@QAE@ABV0@@Z @1386 NONAME ??0H245_TerminalYouAreSeeingInSubPictureNumber@@QAE@IW4TagClass@PASN_Object@@@Z @1387 NONAME ??0H245_TransparencyParameters@@QAE@ABV0@@Z @1388 NONAME ??0H245_TransparencyParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1389 NONAME ??0H245_TransportAddress@@QAE@ABV0@@Z @1390 NONAME ??0H245_TransportAddress@@QAE@IW4TagClass@PASN_Object@@@Z @1391 NONAME ??0H245_TransportCapability@@QAE@ABV0@@Z @1392 NONAME ??0H245_TransportCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1393 NONAME ??0H245_UnicastAddress@@QAE@ABV0@@Z @1394 NONAME ??0H245_UnicastAddress@@QAE@IW4TagClass@PASN_Object@@@Z @1395 NONAME ??0H245_UnicastAddress_iP6Address@@QAE@ABV0@@Z @1396 NONAME ??0H245_UnicastAddress_iP6Address@@QAE@IW4TagClass@PASN_Object@@@Z @1397 NONAME ??0H245_UnicastAddress_iPAddress@@QAE@ABV0@@Z @1398 NONAME ??0H245_UnicastAddress_iPAddress@@QAE@IW4TagClass@PASN_Object@@@Z @1399 NONAME ??0H245_UnicastAddress_iPSourceRouteAddress@@QAE@ABV0@@Z @1400 NONAME ??0H245_UnicastAddress_iPSourceRouteAddress@@QAE@IW4TagClass@PASN_Object@@@Z @1401 NONAME ??0H245_UnicastAddress_iPSourceRouteAddress_route@@QAE@ABV0@@Z @1402 NONAME ??0H245_UnicastAddress_iPSourceRouteAddress_route@@QAE@IW4TagClass@PASN_Object@@@Z @1403 NONAME ??0H245_UnicastAddress_iPSourceRouteAddress_routing@@QAE@ABV0@@Z @1404 NONAME ??0H245_UnicastAddress_iPSourceRouteAddress_routing@@QAE@IW4TagClass@PASN_Object@@@Z @1405 NONAME ??0H245_UnicastAddress_iPXAddress@@QAE@ABV0@@Z @1406 NONAME ??0H245_UnicastAddress_iPXAddress@@QAE@IW4TagClass@PASN_Object@@@Z @1407 NONAME ??0H245_UserInputCapability@@QAE@ABV0@@Z @1408 NONAME ??0H245_UserInputCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1409 NONAME ??0H245_UserInputIndication@@QAE@ABV0@@Z @1410 NONAME ??0H245_UserInputIndication@@QAE@IW4TagClass@PASN_Object@@@Z @1411 NONAME ??0H245_UserInputIndication_encryptedAlphanumeric@@QAE@ABV0@@Z @51801 NONAME ??0H245_UserInputIndication_encryptedAlphanumeric@@QAE@IW4TagClass@PASN_Object@@@Z @51802 NONAME ??0H245_UserInputIndication_extendedAlphanumeric@@QAE@ABV0@@Z @24665 NONAME ??0H245_UserInputIndication_extendedAlphanumeric@@QAE@IW4TagClass@PASN_Object@@@Z @24666 NONAME ??0H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@QAE@ABV0@@Z @51803 NONAME ??0H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@QAE@IW4TagClass@PASN_Object@@@Z @51804 NONAME ??0H245_UserInputIndication_signal@@QAE@ABV0@@Z @1412 NONAME ??0H245_UserInputIndication_signal@@QAE@IW4TagClass@PASN_Object@@@Z @1413 NONAME ??0H245_UserInputIndication_signalUpdate@@QAE@ABV0@@Z @1414 NONAME ??0H245_UserInputIndication_signalUpdate@@QAE@IW4TagClass@PASN_Object@@@Z @1415 NONAME ??0H245_UserInputIndication_signalUpdate_rtp@@QAE@ABV0@@Z @1416 NONAME ??0H245_UserInputIndication_signalUpdate_rtp@@QAE@IW4TagClass@PASN_Object@@@Z @1417 NONAME ??0H245_UserInputIndication_signal_rtp@@QAE@ABV0@@Z @1418 NONAME ??0H245_UserInputIndication_signal_rtp@@QAE@IW4TagClass@PASN_Object@@@Z @1419 NONAME ??0H245_UserInputIndication_userInputSupportIndication@@QAE@ABV0@@Z @1420 NONAME ??0H245_UserInputIndication_userInputSupportIndication@@QAE@IW4TagClass@PASN_Object@@@Z @1421 NONAME ??0H245_V42bis@@QAE@ABV0@@Z @1422 NONAME ??0H245_V42bis@@QAE@IW4TagClass@PASN_Object@@@Z @1423 NONAME ??0H245_V75Capability@@QAE@ABV0@@Z @1424 NONAME ??0H245_V75Capability@@QAE@IW4TagClass@PASN_Object@@@Z @1425 NONAME ??0H245_V75Parameters@@QAE@ABV0@@Z @1426 NONAME ??0H245_V75Parameters@@QAE@IW4TagClass@PASN_Object@@@Z @1427 NONAME ??0H245_V76Capability@@QAE@ABV0@@Z @1428 NONAME ??0H245_V76Capability@@QAE@IW4TagClass@PASN_Object@@@Z @1429 NONAME ??0H245_V76HDLCParameters@@QAE@ABV0@@Z @1430 NONAME ??0H245_V76HDLCParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1431 NONAME ??0H245_V76LogicalChannelParameters@@QAE@ABV0@@Z @1432 NONAME ??0H245_V76LogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1433 NONAME ??0H245_V76LogicalChannelParameters_mode@@QAE@ABV0@@Z @1434 NONAME ??0H245_V76LogicalChannelParameters_mode@@QAE@IW4TagClass@PASN_Object@@@Z @1435 NONAME ??0H245_V76LogicalChannelParameters_mode_eRM@@QAE@ABV0@@Z @1436 NONAME ??0H245_V76LogicalChannelParameters_mode_eRM@@QAE@IW4TagClass@PASN_Object@@@Z @1437 NONAME ??0H245_V76LogicalChannelParameters_mode_eRM_recovery@@QAE@ABV0@@Z @1438 NONAME ??0H245_V76LogicalChannelParameters_mode_eRM_recovery@@QAE@IW4TagClass@PASN_Object@@@Z @1439 NONAME ??0H245_V76LogicalChannelParameters_suspendResume@@QAE@ABV0@@Z @1440 NONAME ??0H245_V76LogicalChannelParameters_suspendResume@@QAE@IW4TagClass@PASN_Object@@@Z @1441 NONAME ??0H245_V76ModeParameters@@QAE@ABV0@@Z @1442 NONAME ??0H245_V76ModeParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1443 NONAME ??0H245_VBDCapability@@QAE@ABV0@@Z @38412 NONAME ??0H245_VBDCapability@@QAE@IW4TagClass@PASN_Object@@@Z @38413 NONAME ??0H245_VBDMode@@QAE@ABV0@@Z @38414 NONAME ??0H245_VBDMode@@QAE@IW4TagClass@PASN_Object@@@Z @38415 NONAME ??0H245_VCCapability@@QAE@ABV0@@Z @1444 NONAME ??0H245_VCCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1445 NONAME ??0H245_VCCapability_aal1@@QAE@ABV0@@Z @1446 NONAME ??0H245_VCCapability_aal1@@QAE@IW4TagClass@PASN_Object@@@Z @1447 NONAME ??0H245_VCCapability_aal1ViaGateway@@QAE@ABV0@@Z @24667 NONAME ??0H245_VCCapability_aal1ViaGateway@@QAE@IW4TagClass@PASN_Object@@@Z @24668 NONAME ??0H245_VCCapability_aal5@@QAE@ABV0@@Z @1448 NONAME ??0H245_VCCapability_aal5@@QAE@IW4TagClass@PASN_Object@@@Z @1449 NONAME ??0H245_VCCapability_availableBitRates@@QAE@ABV0@@Z @1450 NONAME ??0H245_VCCapability_availableBitRates@@QAE@IW4TagClass@PASN_Object@@@Z @1451 NONAME ??0H245_VCCapability_availableBitRates_type@@QAE@ABV0@@Z @1452 NONAME ??0H245_VCCapability_availableBitRates_type@@QAE@IW4TagClass@PASN_Object@@@Z @1453 NONAME ??0H245_VCCapability_availableBitRates_type_rangeOfBitRates@@QAE@ABV0@@Z @1454 NONAME ??0H245_VCCapability_availableBitRates_type_rangeOfBitRates@@QAE@IW4TagClass@PASN_Object@@@Z @1455 NONAME ??0H245_VendorIdentification@@QAE@ABV0@@Z @1456 NONAME ??0H245_VendorIdentification@@QAE@IW4TagClass@PASN_Object@@@Z @1457 NONAME ??0H245_VideoCapability@@QAE@ABV0@@Z @1458 NONAME ??0H245_VideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1459 NONAME ??0H245_VideoIndicateCompose@@QAE@ABV0@@Z @1460 NONAME ??0H245_VideoIndicateCompose@@QAE@IW4TagClass@PASN_Object@@@Z @1461 NONAME ??0H245_VideoMode@@QAE@ABV0@@Z @1462 NONAME ??0H245_VideoMode@@QAE@IW4TagClass@PASN_Object@@@Z @1463 NONAME ??0H248_ActionReply@@QAE@ABV0@@Z @31776 NONAME ??0H248_ActionReply@@QAE@IW4TagClass@PASN_Object@@@Z @31777 NONAME ??0H248_ActionRequest@@QAE@ABV0@@Z @31778 NONAME ??0H248_ActionRequest@@QAE@IW4TagClass@PASN_Object@@@Z @31779 NONAME ??0H248_AmmDescriptor@@QAE@ABV0@@Z @31780 NONAME ??0H248_AmmDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31781 NONAME ??0H248_AmmRequest@@QAE@ABV0@@Z @31782 NONAME ??0H248_AmmRequest@@QAE@IW4TagClass@PASN_Object@@@Z @31783 NONAME ??0H248_AmmsReply@@QAE@ABV0@@Z @31784 NONAME ??0H248_AmmsReply@@QAE@IW4TagClass@PASN_Object@@@Z @31785 NONAME ??0H248_ArrayOf_ActionReply@@QAE@ABV0@@Z @31786 NONAME ??0H248_ArrayOf_ActionReply@@QAE@IW4TagClass@PASN_Object@@@Z @31787 NONAME ??0H248_ArrayOf_ActionRequest@@QAE@ABV0@@Z @31788 NONAME ??0H248_ArrayOf_ActionRequest@@QAE@IW4TagClass@PASN_Object@@@Z @31789 NONAME ??0H248_ArrayOf_AmmDescriptor@@QAE@ABV0@@Z @31790 NONAME ??0H248_ArrayOf_AmmDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31791 NONAME ??0H248_ArrayOf_CommandReply@@QAE@ABV0@@Z @31792 NONAME ??0H248_ArrayOf_CommandReply@@QAE@IW4TagClass@PASN_Object@@@Z @31793 NONAME ??0H248_ArrayOf_CommandRequest@@QAE@ABV0@@Z @31794 NONAME ??0H248_ArrayOf_CommandRequest@@QAE@IW4TagClass@PASN_Object@@@Z @31795 NONAME ??0H248_ArrayOf_EventParameter@@QAE@ABV0@@Z @31796 NONAME ??0H248_ArrayOf_EventParameter@@QAE@IW4TagClass@PASN_Object@@@Z @31797 NONAME ??0H248_ArrayOf_IndAuditParameter@@QAE@ABV0@@Z @31798 NONAME ??0H248_ArrayOf_IndAuditParameter@@QAE@IW4TagClass@PASN_Object@@@Z @31799 NONAME ??0H248_ArrayOf_IndAudPropertyParm@@QAE@ABV0@@Z @31800 NONAME ??0H248_ArrayOf_IndAudPropertyParm@@QAE@IW4TagClass@PASN_Object@@@Z @31801 NONAME ??0H248_ArrayOf_IndAudStreamDescriptor@@QAE@ABV0@@Z @31802 NONAME ??0H248_ArrayOf_IndAudStreamDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31803 NONAME ??0H248_ArrayOf_ModemType@@QAE@ABV0@@Z @31804 NONAME ??0H248_ArrayOf_ModemType@@QAE@IW4TagClass@PASN_Object@@@Z @31805 NONAME ??0H248_ArrayOf_ObservedEvent@@QAE@ABV0@@Z @31806 NONAME ??0H248_ArrayOf_ObservedEvent@@QAE@IW4TagClass@PASN_Object@@@Z @31807 NONAME ??0H248_ArrayOf_PASN_OctetString@@QAE@ABV0@@Z @31808 NONAME ??0H248_ArrayOf_PASN_OctetString@@QAE@IW4TagClass@PASN_Object@@@Z @31809 NONAME ??0H248_ArrayOf_PropertyGroup@@QAE@ABV0@@Z @31810 NONAME ??0H248_ArrayOf_PropertyGroup@@QAE@IW4TagClass@PASN_Object@@@Z @31811 NONAME ??0H248_ArrayOf_PropertyParm@@QAE@ABV0@@Z @31812 NONAME ??0H248_ArrayOf_PropertyParm@@QAE@IW4TagClass@PASN_Object@@@Z @31813 NONAME ??0H248_ArrayOf_RequestedEvent@@QAE@ABV0@@Z @31814 NONAME ??0H248_ArrayOf_RequestedEvent@@QAE@IW4TagClass@PASN_Object@@@Z @31815 NONAME ??0H248_ArrayOf_SecondRequestedEvent@@QAE@ABV0@@Z @31816 NONAME ??0H248_ArrayOf_SecondRequestedEvent@@QAE@IW4TagClass@PASN_Object@@@Z @31817 NONAME ??0H248_ArrayOf_Signal@@QAE@ABV0@@Z @31818 NONAME ??0H248_ArrayOf_Signal@@QAE@IW4TagClass@PASN_Object@@@Z @31819 NONAME ??0H248_ArrayOf_SigParameter@@QAE@ABV0@@Z @31820 NONAME ??0H248_ArrayOf_SigParameter@@QAE@IW4TagClass@PASN_Object@@@Z @31821 NONAME ??0H248_ArrayOf_StreamDescriptor@@QAE@ABV0@@Z @31822 NONAME ??0H248_ArrayOf_StreamDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31823 NONAME ??0H248_ArrayOf_TerminationID@@QAE@ABV0@@Z @31824 NONAME ??0H248_ArrayOf_TerminationID@@QAE@IW4TagClass@PASN_Object@@@Z @31825 NONAME ??0H248_ArrayOf_TopologyRequest@@QAE@ABV0@@Z @31826 NONAME ??0H248_ArrayOf_TopologyRequest@@QAE@IW4TagClass@PASN_Object@@@Z @31827 NONAME ??0H248_ArrayOf_Transaction@@QAE@ABV0@@Z @31828 NONAME ??0H248_ArrayOf_Transaction@@QAE@IW4TagClass@PASN_Object@@@Z @31829 NONAME ??0H248_ArrayOf_WildcardField@@QAE@ABV0@@Z @31830 NONAME ??0H248_ArrayOf_WildcardField@@QAE@IW4TagClass@PASN_Object@@@Z @31831 NONAME ??0H248_AuditDescriptor@@QAE@ABV0@@Z @31832 NONAME ??0H248_AuditDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31833 NONAME ??0H248_AuditReply@@QAE@ABV0@@Z @31834 NONAME ??0H248_AuditReply@@QAE@IW4TagClass@PASN_Object@@@Z @31835 NONAME ??0H248_AuditRequest@@QAE@ABV0@@Z @31836 NONAME ??0H248_AuditRequest@@QAE@IW4TagClass@PASN_Object@@@Z @31837 NONAME ??0H248_AuditResult@@QAE@ABV0@@Z @31838 NONAME ??0H248_AuditResult@@QAE@IW4TagClass@PASN_Object@@@Z @31839 NONAME ??0H248_AuditReturnParameter@@QAE@ABV0@@Z @31840 NONAME ??0H248_AuditReturnParameter@@QAE@IW4TagClass@PASN_Object@@@Z @31841 NONAME ??0H248_AuthData@@QAE@ABV0@@Z @31842 NONAME ??0H248_AuthData@@QAE@ABVPBYTEArray@@@Z @37129 NONAME ??0H248_AuthData@@QAE@ABVPString@@@Z @37130 NONAME ??0H248_AuthData@@QAE@IW4TagClass@PASN_Object@@@Z @31843 NONAME ??0H248_AuthData@@QAE@PBD@Z @37131 NONAME ??0H248_AuthenticationHeader@@QAE@ABV0@@Z @31844 NONAME ??0H248_AuthenticationHeader@@QAE@IW4TagClass@PASN_Object@@@Z @31845 NONAME ??0H248_Command@@QAE@ABV0@@Z @31846 NONAME ??0H248_Command@@QAE@IW4TagClass@PASN_Object@@@Z @31847 NONAME ??0H248_CommandReply@@QAE@ABV0@@Z @31848 NONAME ??0H248_CommandReply@@QAE@IW4TagClass@PASN_Object@@@Z @31849 NONAME ??0H248_CommandRequest@@QAE@ABV0@@Z @31850 NONAME ??0H248_CommandRequest@@QAE@IW4TagClass@PASN_Object@@@Z @31851 NONAME ??0H248_ContextAttrAuditRequest@@QAE@ABV0@@Z @31852 NONAME ??0H248_ContextAttrAuditRequest@@QAE@IW4TagClass@PASN_Object@@@Z @31853 NONAME ??0H248_ContextID@@QAE@ABV0@@Z @31854 NONAME ??0H248_ContextID@@QAE@IW4TagClass@PASN_Object@@@Z @31855 NONAME ??0H248_ContextRequest@@QAE@ABV0@@Z @31856 NONAME ??0H248_ContextRequest@@QAE@IW4TagClass@PASN_Object@@@Z @31857 NONAME ??0H248_DigitMapDescriptor@@QAE@ABV0@@Z @31858 NONAME ??0H248_DigitMapDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31859 NONAME ??0H248_DigitMapName@@QAE@ABV0@@Z @31860 NONAME ??0H248_DigitMapName@@QAE@ABVPBYTEArray@@@Z @37132 NONAME ??0H248_DigitMapName@@QAE@ABVPString@@@Z @37133 NONAME ??0H248_DigitMapName@@QAE@IW4TagClass@PASN_Object@@@Z @31861 NONAME ??0H248_DigitMapName@@QAE@PBD@Z @37134 NONAME ??0H248_DigitMapValue@@QAE@ABV0@@Z @31862 NONAME ??0H248_DigitMapValue@@QAE@IW4TagClass@PASN_Object@@@Z @31863 NONAME ??0H248_DomainName@@QAE@ABV0@@Z @31864 NONAME ??0H248_DomainName@@QAE@IW4TagClass@PASN_Object@@@Z @31865 NONAME ??0H248_ErrorCode@@QAE@ABV0@@Z @31866 NONAME ??0H248_ErrorCode@@QAE@IW4TagClass@PASN_Object@@@Z @31867 NONAME ??0H248_ErrorDescriptor@@QAE@ABV0@@Z @31868 NONAME ??0H248_ErrorDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31869 NONAME ??0H248_ErrorText@@QAE@ABV0@@Z @31870 NONAME ??0H248_ErrorText@@QAE@IW4TagClass@PASN_Object@@@Z @31871 NONAME ??0H248_EventBufferControl@@QAE@ABV0@@Z @31872 NONAME ??0H248_EventBufferControl@@QAE@IW4TagClass@PASN_Object@@@Z @31873 NONAME ??0H248_EventBufferDescriptor@@QAE@ABV0@@Z @31874 NONAME ??0H248_EventBufferDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31875 NONAME ??0H248_EventDM@@QAE@ABV0@@Z @31876 NONAME ??0H248_EventDM@@QAE@IW4TagClass@PASN_Object@@@Z @31877 NONAME ??0H248_EventName@@QAE@ABV0@@Z @31878 NONAME ??0H248_EventName@@QAE@ABVPBYTEArray@@@Z @37135 NONAME ??0H248_EventName@@QAE@ABVPString@@@Z @37136 NONAME ??0H248_EventName@@QAE@IW4TagClass@PASN_Object@@@Z @31879 NONAME ??0H248_EventName@@QAE@PBD@Z @37137 NONAME ??0H248_EventParameter@@QAE@ABV0@@Z @31880 NONAME ??0H248_EventParameter@@QAE@IW4TagClass@PASN_Object@@@Z @31881 NONAME ??0H248_EventParameter_extraInfo@@QAE@ABV0@@Z @31882 NONAME ??0H248_EventParameter_extraInfo@@QAE@IW4TagClass@PASN_Object@@@Z @31883 NONAME ??0H248_EventsDescriptor@@QAE@ABV0@@Z @31884 NONAME ??0H248_EventsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31885 NONAME ??0H248_EventSpec@@QAE@ABV0@@Z @31886 NONAME ??0H248_EventSpec@@QAE@IW4TagClass@PASN_Object@@@Z @31887 NONAME ??0H248_H221NonStandard@@QAE@ABV0@@Z @31888 NONAME ??0H248_H221NonStandard@@QAE@IW4TagClass@PASN_Object@@@Z @31889 NONAME ??0H248_IndAudDigitMapDescriptor@@QAE@ABV0@@Z @31890 NONAME ??0H248_IndAudDigitMapDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31891 NONAME ??0H248_IndAudEventBufferDescriptor@@QAE@ABV0@@Z @31892 NONAME ??0H248_IndAudEventBufferDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31893 NONAME ??0H248_IndAudEventsDescriptor@@QAE@ABV0@@Z @31894 NONAME ??0H248_IndAudEventsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31895 NONAME ??0H248_IndAuditParameter@@QAE@ABV0@@Z @31896 NONAME ??0H248_IndAuditParameter@@QAE@IW4TagClass@PASN_Object@@@Z @31897 NONAME ??0H248_IndAudLocalControlDescriptor@@QAE@ABV0@@Z @31898 NONAME ??0H248_IndAudLocalControlDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31899 NONAME ??0H248_IndAudLocalRemoteDescriptor@@QAE@ABV0@@Z @31900 NONAME ??0H248_IndAudLocalRemoteDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31901 NONAME ??0H248_IndAudMediaDescriptor@@QAE@ABV0@@Z @31902 NONAME ??0H248_IndAudMediaDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31903 NONAME ??0H248_IndAudMediaDescriptor_streams@@QAE@ABV0@@Z @31904 NONAME ??0H248_IndAudMediaDescriptor_streams@@QAE@IW4TagClass@PASN_Object@@@Z @31905 NONAME ??0H248_IndAudPackagesDescriptor@@QAE@ABV0@@Z @31906 NONAME ??0H248_IndAudPackagesDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31907 NONAME ??0H248_IndAudPropertyGroup@@QAE@ABV0@@Z @31908 NONAME ??0H248_IndAudPropertyGroup@@QAE@IW4TagClass@PASN_Object@@@Z @31909 NONAME ??0H248_IndAudPropertyParm@@QAE@ABV0@@Z @31910 NONAME ??0H248_IndAudPropertyParm@@QAE@IW4TagClass@PASN_Object@@@Z @31911 NONAME ??0H248_IndAudSeqSigList@@QAE@ABV0@@Z @31912 NONAME ??0H248_IndAudSeqSigList@@QAE@IW4TagClass@PASN_Object@@@Z @31913 NONAME ??0H248_IndAudSignal@@QAE@ABV0@@Z @31914 NONAME ??0H248_IndAudSignal@@QAE@IW4TagClass@PASN_Object@@@Z @31915 NONAME ??0H248_IndAudSignalsDescriptor@@QAE@ABV0@@Z @31916 NONAME ??0H248_IndAudSignalsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31917 NONAME ??0H248_IndAudStatisticsDescriptor@@QAE@ABV0@@Z @31918 NONAME ??0H248_IndAudStatisticsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31919 NONAME ??0H248_IndAudStreamDescriptor@@QAE@ABV0@@Z @31920 NONAME ??0H248_IndAudStreamDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31921 NONAME ??0H248_IndAudStreamParms@@QAE@ABV0@@Z @31922 NONAME ??0H248_IndAudStreamParms@@QAE@IW4TagClass@PASN_Object@@@Z @31923 NONAME ??0H248_IndAudTerminationStateDescriptor@@QAE@ABV0@@Z @31924 NONAME ??0H248_IndAudTerminationStateDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31925 NONAME ??0H248_IP4Address@@QAE@ABV0@@Z @31926 NONAME ??0H248_IP4Address@@QAE@IW4TagClass@PASN_Object@@@Z @31927 NONAME ??0H248_IP6Address@@QAE@ABV0@@Z @31928 NONAME ??0H248_IP6Address@@QAE@IW4TagClass@PASN_Object@@@Z @31929 NONAME ??0H248_LocalControlDescriptor@@QAE@ABV0@@Z @31930 NONAME ??0H248_LocalControlDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31931 NONAME ??0H248_LocalRemoteDescriptor@@QAE@ABV0@@Z @31932 NONAME ??0H248_LocalRemoteDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31933 NONAME ??0H248_MediaDescriptor@@QAE@ABV0@@Z @31934 NONAME ??0H248_MediaDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31935 NONAME ??0H248_MediaDescriptor_streams@@QAE@ABV0@@Z @31936 NONAME ??0H248_MediaDescriptor_streams@@QAE@IW4TagClass@PASN_Object@@@Z @31937 NONAME ??0H248_MegacoMessage@@QAE@ABV0@@Z @31938 NONAME ??0H248_MegacoMessage@@QAE@IW4TagClass@PASN_Object@@@Z @31939 NONAME ??0H248_Message@@QAE@ABV0@@Z @31940 NONAME ??0H248_Message@@QAE@IW4TagClass@PASN_Object@@@Z @31941 NONAME ??0H248_Message_messageBody@@QAE@ABV0@@Z @31942 NONAME ??0H248_Message_messageBody@@QAE@IW4TagClass@PASN_Object@@@Z @31943 NONAME ??0H248_MId@@QAE@ABV0@@Z @31944 NONAME ??0H248_MId@@QAE@IW4TagClass@PASN_Object@@@Z @31945 NONAME ??0H248_ModemDescriptor@@QAE@ABV0@@Z @31946 NONAME ??0H248_ModemDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31947 NONAME ??0H248_ModemType@@QAE@ABV0@@Z @31948 NONAME ??0H248_ModemType@@QAE@IW4TagClass@PASN_Object@@@Z @31949 NONAME ??0H248_MuxDescriptor@@QAE@ABV0@@Z @31950 NONAME ??0H248_MuxDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31951 NONAME ??0H248_MuxType@@QAE@ABV0@@Z @31952 NONAME ??0H248_MuxType@@QAE@IW4TagClass@PASN_Object@@@Z @31953 NONAME ??0H248_Name@@QAE@ABV0@@Z @31954 NONAME ??0H248_Name@@QAE@ABVPBYTEArray@@@Z @37138 NONAME ??0H248_Name@@QAE@ABVPString@@@Z @37139 NONAME ??0H248_Name@@QAE@IW4TagClass@PASN_Object@@@Z @31955 NONAME ??0H248_Name@@QAE@PBD@Z @37140 NONAME ??0H248_NonStandardData@@QAE@ABV0@@Z @31956 NONAME ??0H248_NonStandardData@@QAE@IW4TagClass@PASN_Object@@@Z @31957 NONAME ??0H248_NonStandardIdentifier@@QAE@ABV0@@Z @31958 NONAME ??0H248_NonStandardIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @31959 NONAME ??0H248_NotifyCompletion@@QAE@ABV0@@Z @31960 NONAME ??0H248_NotifyCompletion@@QAE@IW4TagClass@PASN_Object@@@Z @31961 NONAME ??0H248_NotifyReply@@QAE@ABV0@@Z @31962 NONAME ??0H248_NotifyReply@@QAE@IW4TagClass@PASN_Object@@@Z @31963 NONAME ??0H248_NotifyRequest@@QAE@ABV0@@Z @31964 NONAME ??0H248_NotifyRequest@@QAE@IW4TagClass@PASN_Object@@@Z @31965 NONAME ??0H248_ObservedEvent@@QAE@ABV0@@Z @31966 NONAME ??0H248_ObservedEvent@@QAE@IW4TagClass@PASN_Object@@@Z @31967 NONAME ??0H248_ObservedEventsDescriptor@@QAE@ABV0@@Z @31968 NONAME ??0H248_ObservedEventsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31969 NONAME ??0H248_PackagesDescriptor@@QAE@ABV0@@Z @31970 NONAME ??0H248_PackagesDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31971 NONAME ??0H248_PackagesItem@@QAE@ABV0@@Z @31972 NONAME ??0H248_PackagesItem@@QAE@IW4TagClass@PASN_Object@@@Z @31973 NONAME ??0H248_PathName@@QAE@ABV0@@Z @31974 NONAME ??0H248_PathName@@QAE@IW4TagClass@PASN_Object@@@Z @31975 NONAME ??0H248_PkgdName@@QAE@ABV0@@Z @31976 NONAME ??0H248_PkgdName@@QAE@ABVPBYTEArray@@@Z @37141 NONAME ??0H248_PkgdName@@QAE@ABVPString@@@Z @37142 NONAME ??0H248_PkgdName@@QAE@IW4TagClass@PASN_Object@@@Z @31977 NONAME ??0H248_PkgdName@@QAE@PBD@Z @37143 NONAME ??0H248_PropertyGroup@@QAE@ABV0@@Z @31978 NONAME ??0H248_PropertyGroup@@QAE@IW4TagClass@PASN_Object@@@Z @31979 NONAME ??0H248_PropertyParm@@QAE@ABV0@@Z @31980 NONAME ??0H248_PropertyParm@@QAE@IW4TagClass@PASN_Object@@@Z @31981 NONAME ??0H248_PropertyParm_extraInfo@@QAE@ABV0@@Z @31982 NONAME ??0H248_PropertyParm_extraInfo@@QAE@IW4TagClass@PASN_Object@@@Z @31983 NONAME ??0H248_Relation@@QAE@ABV0@@Z @31984 NONAME ??0H248_Relation@@QAE@IW4TagClass@PASN_Object@@@Z @31985 NONAME ??0H248_RequestedActions@@QAE@ABV0@@Z @31986 NONAME ??0H248_RequestedActions@@QAE@IW4TagClass@PASN_Object@@@Z @31987 NONAME ??0H248_RequestedEvent@@QAE@ABV0@@Z @31988 NONAME ??0H248_RequestedEvent@@QAE@IW4TagClass@PASN_Object@@@Z @31989 NONAME ??0H248_RequestID@@QAE@ABV0@@Z @31990 NONAME ??0H248_RequestID@@QAE@IW4TagClass@PASN_Object@@@Z @31991 NONAME ??0H248_SecondEventsDescriptor@@QAE@ABV0@@Z @31992 NONAME ??0H248_SecondEventsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31993 NONAME ??0H248_SecondRequestedActions@@QAE@ABV0@@Z @31994 NONAME ??0H248_SecondRequestedActions@@QAE@IW4TagClass@PASN_Object@@@Z @31995 NONAME ??0H248_SecondRequestedEvent@@QAE@ABV0@@Z @31996 NONAME ??0H248_SecondRequestedEvent@@QAE@IW4TagClass@PASN_Object@@@Z @31997 NONAME ??0H248_SecurityParmIndex@@QAE@ABV0@@Z @31998 NONAME ??0H248_SecurityParmIndex@@QAE@ABVPBYTEArray@@@Z @37144 NONAME ??0H248_SecurityParmIndex@@QAE@ABVPString@@@Z @37145 NONAME ??0H248_SecurityParmIndex@@QAE@IW4TagClass@PASN_Object@@@Z @31999 NONAME ??0H248_SecurityParmIndex@@QAE@PBD@Z @37146 NONAME ??0H248_SeqSigList@@QAE@ABV0@@Z @32000 NONAME ??0H248_SeqSigList@@QAE@IW4TagClass@PASN_Object@@@Z @32001 NONAME ??0H248_SequenceNum@@QAE@ABV0@@Z @32002 NONAME ??0H248_SequenceNum@@QAE@ABVPBYTEArray@@@Z @37147 NONAME ??0H248_SequenceNum@@QAE@ABVPString@@@Z @37148 NONAME ??0H248_SequenceNum@@QAE@IW4TagClass@PASN_Object@@@Z @32003 NONAME ??0H248_SequenceNum@@QAE@PBD@Z @37149 NONAME ??0H248_ServiceChangeAddress@@QAE@ABV0@@Z @32004 NONAME ??0H248_ServiceChangeAddress@@QAE@IW4TagClass@PASN_Object@@@Z @32005 NONAME ??0H248_ServiceChangeMethod@@QAE@ABV0@@Z @32006 NONAME ??0H248_ServiceChangeMethod@@QAE@IW4TagClass@PASN_Object@@@Z @32007 NONAME ??0H248_ServiceChangeParm@@QAE@ABV0@@Z @32008 NONAME ??0H248_ServiceChangeParm@@QAE@IW4TagClass@PASN_Object@@@Z @32009 NONAME ??0H248_ServiceChangeProfile@@QAE@ABV0@@Z @32010 NONAME ??0H248_ServiceChangeProfile@@QAE@IW4TagClass@PASN_Object@@@Z @32011 NONAME ??0H248_ServiceChangeReply@@QAE@ABV0@@Z @32012 NONAME ??0H248_ServiceChangeReply@@QAE@IW4TagClass@PASN_Object@@@Z @32013 NONAME ??0H248_ServiceChangeRequest@@QAE@ABV0@@Z @32014 NONAME ??0H248_ServiceChangeRequest@@QAE@IW4TagClass@PASN_Object@@@Z @32015 NONAME ??0H248_ServiceChangeResParm@@QAE@ABV0@@Z @32016 NONAME ??0H248_ServiceChangeResParm@@QAE@IW4TagClass@PASN_Object@@@Z @32017 NONAME ??0H248_ServiceChangeResult@@QAE@ABV0@@Z @32018 NONAME ??0H248_ServiceChangeResult@@QAE@IW4TagClass@PASN_Object@@@Z @32019 NONAME ??0H248_ServiceState@@QAE@ABV0@@Z @32020 NONAME ??0H248_ServiceState@@QAE@IW4TagClass@PASN_Object@@@Z @32021 NONAME ??0H248_Signal@@QAE@ABV0@@Z @32022 NONAME ??0H248_Signal@@QAE@IW4TagClass@PASN_Object@@@Z @32023 NONAME ??0H248_SignalName@@QAE@ABV0@@Z @32024 NONAME ??0H248_SignalName@@QAE@ABVPBYTEArray@@@Z @37150 NONAME ??0H248_SignalName@@QAE@ABVPString@@@Z @37151 NONAME ??0H248_SignalName@@QAE@IW4TagClass@PASN_Object@@@Z @32025 NONAME ??0H248_SignalName@@QAE@PBD@Z @37152 NONAME ??0H248_SignalRequest@@QAE@ABV0@@Z @32026 NONAME ??0H248_SignalRequest@@QAE@IW4TagClass@PASN_Object@@@Z @32027 NONAME ??0H248_SignalsDescriptor@@QAE@ABV0@@Z @32028 NONAME ??0H248_SignalsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @32029 NONAME ??0H248_SignalType@@QAE@ABV0@@Z @32030 NONAME ??0H248_SignalType@@QAE@IW4TagClass@PASN_Object@@@Z @32031 NONAME ??0H248_SigParameter@@QAE@ABV0@@Z @32032 NONAME ??0H248_SigParameter@@QAE@IW4TagClass@PASN_Object@@@Z @32033 NONAME ??0H248_SigParameter_extraInfo@@QAE@ABV0@@Z @32034 NONAME ??0H248_SigParameter_extraInfo@@QAE@IW4TagClass@PASN_Object@@@Z @32035 NONAME ??0H248_StatisticsDescriptor@@QAE@ABV0@@Z @32036 NONAME ??0H248_StatisticsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @32037 NONAME ??0H248_StatisticsParameter@@QAE@ABV0@@Z @32038 NONAME ??0H248_StatisticsParameter@@QAE@IW4TagClass@PASN_Object@@@Z @32039 NONAME ??0H248_StreamDescriptor@@QAE@ABV0@@Z @32040 NONAME ??0H248_StreamDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @32041 NONAME ??0H248_StreamID@@QAE@ABV0@@Z @32042 NONAME ??0H248_StreamID@@QAE@IW4TagClass@PASN_Object@@@Z @32043 NONAME ??0H248_StreamMode@@QAE@ABV0@@Z @32044 NONAME ??0H248_StreamMode@@QAE@IW4TagClass@PASN_Object@@@Z @32045 NONAME ??0H248_StreamParms@@QAE@ABV0@@Z @32046 NONAME ??0H248_StreamParms@@QAE@IW4TagClass@PASN_Object@@@Z @32047 NONAME ??0H248_SubtractRequest@@QAE@ABV0@@Z @32048 NONAME ??0H248_SubtractRequest@@QAE@IW4TagClass@PASN_Object@@@Z @32049 NONAME ??0H248_TerminationAudit@@QAE@ABV0@@Z @32050 NONAME ??0H248_TerminationAudit@@QAE@IW4TagClass@PASN_Object@@@Z @32051 NONAME ??0H248_TerminationID@@QAE@ABV0@@Z @32052 NONAME ??0H248_TerminationID@@QAE@IW4TagClass@PASN_Object@@@Z @32053 NONAME ??0H248_TerminationIDList@@QAE@ABV0@@Z @32054 NONAME ??0H248_TerminationIDList@@QAE@IW4TagClass@PASN_Object@@@Z @32055 NONAME ??0H248_TerminationStateDescriptor@@QAE@ABV0@@Z @32056 NONAME ??0H248_TerminationStateDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @32057 NONAME ??0H248_TimeNotation@@QAE@ABV0@@Z @32058 NONAME ??0H248_TimeNotation@@QAE@IW4TagClass@PASN_Object@@@Z @32059 NONAME ??0H248_TopologyRequest@@QAE@ABV0@@Z @32060 NONAME ??0H248_TopologyRequest@@QAE@IW4TagClass@PASN_Object@@@Z @32061 NONAME ??0H248_TopologyRequest_topologyDirection@@QAE@ABV0@@Z @32062 NONAME ??0H248_TopologyRequest_topologyDirection@@QAE@IW4TagClass@PASN_Object@@@Z @32063 NONAME ??0H248_Transaction@@QAE@ABV0@@Z @32064 NONAME ??0H248_Transaction@@QAE@IW4TagClass@PASN_Object@@@Z @32065 NONAME ??0H248_TransactionAck@@QAE@ABV0@@Z @32066 NONAME ??0H248_TransactionAck@@QAE@IW4TagClass@PASN_Object@@@Z @32067 NONAME ??0H248_TransactionId@@QAE@ABV0@@Z @32068 NONAME ??0H248_TransactionId@@QAE@IW4TagClass@PASN_Object@@@Z @32069 NONAME ??0H248_TransactionPending@@QAE@ABV0@@Z @32070 NONAME ??0H248_TransactionPending@@QAE@IW4TagClass@PASN_Object@@@Z @32071 NONAME ??0H248_TransactionReply@@QAE@ABV0@@Z @32072 NONAME ??0H248_TransactionReply@@QAE@IW4TagClass@PASN_Object@@@Z @32073 NONAME ??0H248_TransactionReply_transactionResult@@QAE@ABV0@@Z @32074 NONAME ??0H248_TransactionReply_transactionResult@@QAE@IW4TagClass@PASN_Object@@@Z @32075 NONAME ??0H248_TransactionRequest@@QAE@ABV0@@Z @32076 NONAME ??0H248_TransactionRequest@@QAE@IW4TagClass@PASN_Object@@@Z @32077 NONAME ??0H248_TransactionResponseAck@@QAE@ABV0@@Z @32078 NONAME ??0H248_TransactionResponseAck@@QAE@IW4TagClass@PASN_Object@@@Z @32079 NONAME ??0H248_Value@@QAE@ABV0@@Z @32080 NONAME ??0H248_Value@@QAE@IW4TagClass@PASN_Object@@@Z @32081 NONAME ??0H248_WildcardField@@QAE@ABV0@@Z @32082 NONAME ??0H248_WildcardField@@QAE@ABVPBYTEArray@@@Z @37153 NONAME ??0H248_WildcardField@@QAE@ABVPString@@@Z @37154 NONAME ??0H248_WildcardField@@QAE@IW4TagClass@PASN_Object@@@Z @32083 NONAME ??0H248_WildcardField@@QAE@PBD@Z @37155 NONAME ??0H261DCTEncoder@@QAE@PAVTransmitter@@@Z @1464 NONAME ??0H261Encoder@@IAE@PAVTransmitter@@@Z @1465 NONAME ??0H261PixelEncoder@@QAE@PAVTransmitter@@@Z @1466 NONAME ??0H323AudioCapability@@QAE@ABV0@@Z @1467 NONAME ??0H323AudioCapability@@QAE@II@Z @1468 NONAME ??0H323AudioCodec@@QAE@PBDW4Direction@H323Codec@@@Z @20577 NONAME ??0H323BidirectionalChannel@@QAE@AAVH323Connection@@ABVH323Capability@@@Z @1470 NONAME ??0H323CallCreditServiceControl@@QAE@ABVH225_ServiceControlDescriptor@@@Z @32084 NONAME ??0H323CallCreditServiceControl@@QAE@ABVPString@@HI@Z @32085 NONAME ??0H323Capabilities@@QAE@ABV0@@Z @17197 NONAME ??0H323Capabilities@@QAE@ABVH323Connection@@ABVH245_TerminalCapabilitySet@@@Z @17390 NONAME ??0H323Capabilities@@QAE@XZ @17199 NONAME ??0H323CapabilitiesSet@@QAE@XZ @17200 NONAME ??0H323Capability@@QAE@ABV0@@Z @1471 NONAME ??0H323Capability@@QAE@XZ @1472 NONAME ??0H323Channel@@QAE@AAVH323Connection@@ABVH323Capability@@@Z @1474 NONAME ??0H323ChannelNumber@@QAE@ABV0@@Z @1475 NONAME ??0H323ChannelNumber@@QAE@IH@Z @1476 NONAME ??0H323ChannelNumber@@QAE@XZ @1477 NONAME ??0H323Codec@@QAE@PBDW4Direction@0@@Z @20578 NONAME ??0H323CodecPluginGenericAudioCapability@@QAE@ABV0@@Z @51805 NONAME ??0H323CodecPluginGenericAudioCapability@@QAE@PBUPluginCodec_Definition@@0PBUPluginCodec_H323GenericCodecData@@@Z @51806 NONAME ??0H323CodecPluginNonStandardAudioCapability@@QAE@ABV0@@Z @49696 NONAME ??0H323CodecPluginNonStandardAudioCapability@@QAE@PAUPluginCodec_Definition@@0P6A?AW4Comparison@PObject@@PAUPluginCodec_H323NonStandardCodecData@@@ZPBEI@Z @51323 NONAME ??0H323CodecPluginNonStandardAudioCapability@@QAE@PAUPluginCodec_Definition@@0PBEI@Z @50162 NONAME ??0H323Connection@@QAE@AAVH323EndPoint@@II@Z @29992 NONAME ??0H323ConnectionsCleaner@@QAE@AAVH323EndPoint@@@Z @1480 NONAME ??0H323ControlPDU@@QAE@XZ @1481 NONAME ??0H323DataCapability@@QAE@ABV0@@Z @17581 NONAME ??0H323DataCapability@@QAE@I@Z @30524 NONAME ??0H323DataChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@I@Z @30525 NONAME ??0H323DynaLink@@QAE@PBD0@Z @49661 NONAME ??0H323EndPoint@@QAE@XZ @1483 NONAME ??0H323FramedAudioCodec@@QAE@PBDW4Direction@H323Codec@@@Z @20579 NONAME ??0H323Gatekeeper@@QAE@AAVH323EndPoint@@PAVH323Transport@@@Z @1485 NONAME ??0H323GatekeeperARQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @31356 NONAME ??0H323GatekeeperBRQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @31357 NONAME ??0H323GatekeeperCall@@QAE@AAVH323GatekeeperServer@@ABVOpalGloballyUniqueID@@W4Direction@0@@Z @30379 NONAME ??0H323GatekeeperDRQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @31358 NONAME ??0H323GatekeeperGRQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @31359 NONAME ??0H323GatekeeperIRR@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @31360 NONAME ??0H323GatekeeperListener@@QAE@AAVH323EndPoint@@AAVH323GatekeeperServer@@ABVPString@@PAVH323Transport@@@Z @28410 NONAME ??0H323GatekeeperLRQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @31361 NONAME ??0H323GatekeeperRequest@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @31362 NONAME ??0H323GatekeeperRRQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @31363 NONAME ??0H323GatekeeperServer@@QAE@AAVH323EndPoint@@@Z @28411 NONAME ??0H323GatekeeperURQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @31364 NONAME ??0H323GenericAudioCapability@@QAE@ABV0@@Z @51807 NONAME ??0H323GenericAudioCapability@@QAE@IIABVPString@@H@Z @51808 NONAME ??0H323GenericCapabilityInfo@@QAE@ABV0@@Z @51809 NONAME ??0H323GenericCapabilityInfo@@QAE@ABVPString@@H@Z @51810 NONAME ??0H323GenericVideoCapability@@QAE@ABVPString@@H@Z @51811 NONAME ??0H323GSMPluginCapability@@QAE@ABV0@@Z @49697 NONAME ??0H323GSMPluginCapability@@QAE@PAUPluginCodec_Definition@@0HHH@Z @39011 NONAME ??0H323H248ServiceControl@@QAE@ABVH225_ServiceControlDescriptor@@@Z @32086 NONAME ??0H323H248ServiceControl@@QAE@XZ @32087 NONAME ??0H323HTTPServiceControl@@QAE@ABVH225_ServiceControlDescriptor@@@Z @32088 NONAME ??0H323HTTPServiceControl@@QAE@ABVPString@@@Z @32089 NONAME ??0H323Listener@@QAE@AAVH323EndPoint@@@Z @1488 NONAME ??0H323ListenerTCP@@QAE@AAVH323EndPoint@@VAddress@PIPSocket@@GH@Z @28006 NONAME ??0H323LogicalChannelThread@@QAE@AAVH323EndPoint@@AAVH323Channel@@H@Z @1490 NONAME ??0H323NonStandardAudioCapability@@QAE@ABV0@@Z @1491 NONAME ??0H323NonStandardAudioCapability@@QAE@IIAAVH323EndPoint@@P6A?AW4Comparison@PObject@@PAUPluginCodec_H323NonStandardCodecData@@@ZPBEH@Z @51324 NONAME ??0H323NonStandardAudioCapability@@QAE@IIAAVH323EndPoint@@PBEHHH@Z @50453 NONAME ??0H323NonStandardAudioCapability@@QAE@IIABVPString@@PBEHHH@Z @20543 NONAME ??0H323NonStandardAudioCapability@@QAE@IIEEGPBEHHH@Z @20544 NONAME ??0H323NonStandardAudioCapability@@QAE@IIP6A?AW4Comparison@PObject@@PAUPluginCodec_H323NonStandardCodecData@@@ZPBEH@Z @51325 NONAME ??0H323NonStandardAudioCapability@@QAE@IIPBEHHH@Z @50164 NONAME ??0H323NonStandardCapabilityInfo@@QAE@ABV0@@Z @1496 NONAME ??0H323NonStandardCapabilityInfo@@QAE@ABVPString@@PBEHHH@Z @17458 NONAME ??0H323NonStandardCapabilityInfo@@QAE@EEGPBEHHH@Z @17459 NONAME ??0H323NonStandardCapabilityInfo@@QAE@P6A?AW4Comparison@PObject@@PAUPluginCodec_H323NonStandardCodecData@@@ZPBEH@Z @51326 NONAME ??0H323NonStandardCapabilityInfo@@QAE@PBEHHH@Z @50166 NONAME ??0H323NonStandardDataCapability@@QAE@ABV0@@Z @30526 NONAME ??0H323NonStandardDataCapability@@QAE@IABVPString@@PBEHHH@Z @30528 NONAME ??0H323NonStandardDataCapability@@QAE@IEEGPBEHHH@Z @30529 NONAME ??0H323NonStandardDataCapability@@QAE@IPBEHHH@Z @50167 NONAME ??0H323NonStandardVideoCapability@@QAE@AAVH323EndPoint@@PBEHHH@Z @50454 NONAME ??0H323NonStandardVideoCapability@@QAE@ABVPString@@PBEHHH@Z @20549 NONAME ??0H323NonStandardVideoCapability@@QAE@EEGPBEHHH@Z @20550 NONAME ??0H323NonStandardVideoCapability@@QAE@PBEHHH@Z @50168 NONAME ??0H323PeerElement@@QAE@AAVH323EndPoint@@ABVH323TransportAddress@@@Z @36858 NONAME ??0H323PeerElement@@QAE@AAVH323EndPoint@@PAVH323Transport@@@Z @34909 NONAME ??0H323PeerElementDescriptor@@QAE@ABVOpalGloballyUniqueID@@@Z @37550 NONAME ??0H323PeerElementServiceRelationship@@QAE@ABVOpalGloballyUniqueID@@@Z @37334 NONAME ??0H323PeerElementServiceRelationship@@QAE@XZ @37335 NONAME ??0H323PluginCapability@@QAE@ABV0@@Z @49699 NONAME ??0H323PluginCapability@@QAE@ABVPString@@0III@Z @51812 NONAME ??0H323PluginCapability@@QAE@PAUPluginCodec_Definition@@0I@Z @39016 NONAME ??0H323PluginCapabilityInfo@@QAE@ABV0@@Z @49730 NONAME ??0H323PluginCapabilityInfo@@QAE@ABVPString@@0@Z @51813 NONAME ??0H323PluginCapabilityInfo@@QAE@PAUPluginCodec_Definition@@0@Z @39017 NONAME ??0H323PluginCodecManager@@QAE@PAVPPluginManager@@@Z @49638 NONAME ??0H323PluginFramedAudioCodec@@QAE@ABVPString@@W4Direction@H323Codec@@PAUPluginCodec_Definition@@@Z @49701 NONAME ??0H323PluginG7231Capability@@QAE@ABV0@@Z @49700 NONAME ??0H323PluginG7231Capability@@QAE@PAUPluginCodec_Definition@@0H@Z @39018 NONAME ??0H323PluginVideoCodec@@QAE@ABVPString@@W4Direction@H323Codec@@PAUPluginCodec_Definition@@@Z @39019 NONAME ??0H323RasPDU@@QAE@ABV0@@Z @30321 NONAME ??0H323RasPDU@@QAE@ABVH235Authenticators@@@Z @31365 NONAME ??0H323RasPDU@@QAE@XZ @31282 NONAME ??0H323RealTimeCapability@@QAE@ABV0@@Z @1506 NONAME ??0H323RealTimeCapability@@QAE@XZ @1507 NONAME ??0H323RegisteredEndPoint@@QAE@AAVH323GatekeeperServer@@ABVPString@@@Z @29997 NONAME ??0H323ServiceControlSession@@QAE@XZ @32090 NONAME ??0H323SignalPDU@@QAE@XZ @1508 NONAME ??0H323SimultaneousCapabilities@@QAE@XZ @1509 NONAME ??0H323StreamedAudioCodec@@QAE@PBDW4Direction@H323Codec@@II@Z @20580 NONAME ??0H323StreamedPluginAudioCodec@@QAE@ABVPString@@W4Direction@H323Codec@@IIPAUPluginCodec_Definition@@@Z @49702 NONAME ??0H323Transaction@@QAE@AAVH323Transactor@@ABVH323TransactionPDU@@PAV2@2@Z @37735 NONAME ??0H323TransactionPDU@@QAE@ABV0@@Z @34911 NONAME ??0H323TransactionPDU@@QAE@ABVH235Authenticators@@@Z @36819 NONAME ??0H323TransactionPDU@@QAE@XZ @34912 NONAME ??0H323TransactionServer@@QAE@AAVH323EndPoint@@@Z @34913 NONAME ??0H323Transactor@@QAE@AAVH323EndPoint@@ABVH323TransportAddress@@GG@Z @37450 NONAME ??0H323Transactor@@QAE@AAVH323EndPoint@@PAVH323Transport@@GG@Z @37451 NONAME ??0H323Transport@@QAE@AAVH323EndPoint@@@Z @1511 NONAME ??0H323TransportAddress@@QAE@ABV0@@Z @1512 NONAME ??0H323TransportAddress@@QAE@ABVAddress@PIPSocket@@G@Z @1513 NONAME ??0H323TransportAddress@@QAE@ABVH225_TransportAddress@@@Z @1514 NONAME ??0H323TransportAddress@@QAE@ABVH245_TransportAddress@@@Z @1515 NONAME ??0H323TransportAddress@@QAE@ABVPString@@@Z @1516 NONAME ??0H323TransportAddress@@QAE@PBD@Z @1517 NONAME ??0H323TransportAddress@@QAE@XZ @1518 NONAME ??0H323TransportAddressArray@@IAE@HPBV0@@Z @31247 NONAME ??0H323TransportAddressArray@@QAE@ABV0@@Z @31671 NONAME ??0H323TransportAddressArray@@QAE@ABVH225_ArrayOf_TransportAddress@@@Z @34892 NONAME ??0H323TransportAddressArray@@QAE@ABVH323TransportAddress@@@Z @34888 NONAME ??0H323TransportAddressArray@@QAE@H@Z @31248 NONAME ??0H323TransportIP@@QAE@AAVH323EndPoint@@VAddress@PIPSocket@@G@Z @17564 NONAME ??0H323TransportTCP@@QAE@AAVH323EndPoint@@VAddress@PIPSocket@@H@Z @17565 NONAME ??0H323TransportUDP@@QAE@AAVH323EndPoint@@VAddress@PIPSocket@@GG@Z @37452 NONAME ??0H323UnidirectionalChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@@Z @1522 NONAME ??0H323VideoCapability@@QAE@ABV0@@Z @17582 NONAME ??0H323VideoCapability@@QAE@XZ @1523 NONAME ??0H323VideoCodec@@QAE@PBDW4Direction@H323Codec@@@Z @20581 NONAME ??0H323_ALawCodec@@QAE@W4Direction@H323Codec@@HI@Z @1530 NONAME ??0H323_AnnexG@@QAE@AAVH323EndPoint@@ABVH323TransportAddress@@@Z @36860 NONAME ??0H323_AnnexG@@QAE@AAVH323EndPoint@@PAVH323Transport@@@Z @34915 NONAME ??0H323_CiscoG7231aLIDCapability@@QAE@ABV0@@Z @31172 NONAME ??0H323_CiscoG7231aLIDCapability@@QAE@XZ @31173 NONAME ??0H323_ExternalRTPChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@I@Z @30120 NONAME ??0H323_ExternalRTPChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@IABVAddress@PIPSocket@@G@Z @29631 NONAME ??0H323_ExternalRTPChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@IABVH323TransportAddress@@3@Z @30121 NONAME ??0H323_G711ALaw64Capability@@QAE@XZ @50169 NONAME ??0H323_G711Capability@@QAE@ABV0@@Z @17584 NONAME ??0H323_G711Capability@@QAE@W4Mode@0@W4Speed@0@@Z @1531 NONAME ??0H323_G711uLaw64Capability@@QAE@XZ @50170 NONAME ??0H323_H261Capability@@QAE@ABV0@@Z @17585 NONAME ??0H323_H261Capability@@QAE@IIHHI@Z @1535 NONAME ??0H323_H261Codec@@QAE@W4Direction@H323Codec@@H@Z @17406 NONAME ??0H323_LIDCapability@@QAE@ABV0@@Z @17419 NONAME ??0H323_LIDCapability@@QAE@ABVOpalMediaFormat@@@Z @20583 NONAME ??0H323_LIDCodec@@QAE@PBDW4Direction@H323Codec@@IH@Z @20584 NONAME ??0H323_LID_G711_ALaw_Capability@@QAE@XZ @50171 NONAME ??0H323_LID_G711_uLaw_Capability@@QAE@XZ @50172 NONAME ??0H323_LID_G7231A_5k3_Capability@@QAE@XZ @50173 NONAME ??0H323_LID_G7231A_6k3_Capability@@QAE@XZ @50174 NONAME ??0H323_LID_G7231_5k3_Capability@@QAE@XZ @50175 NONAME ??0H323_LID_G7231_6k3_Capability@@QAE@XZ @50176 NONAME ??0H323_LID_G728_Capability@@QAE@XZ @50177 NONAME ??0H323_LID_G729AB_Capability@@QAE@XZ @50178 NONAME ??0H323_LID_G729A_Capability@@QAE@XZ @50179 NONAME ??0H323_LID_G729B_Capability@@QAE@XZ @50180 NONAME ??0H323_LID_G729_Capability@@QAE@XZ @50181 NONAME ??0H323_LID_GSM0610_Capability@@QAE@XZ @50182 NONAME ??0H323_muLawCodec@@QAE@W4Direction@H323Codec@@HI@Z @1539 NONAME ??0H323_RealTimeChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@@Z @29632 NONAME ??0H323_RTPChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@AAVRTP_Session@@@Z @1540 NONAME ??0H323_RTP_Session@@IAE@ABVH323Connection@@@Z @1541 NONAME ??0H323_RTP_UDP@@QAE@ABVH323Connection@@AAVRTP_UDP@@PAVRTP_QOS@@@Z @38194 NONAME ??0H323_T120Capability@@QAE@ABV0@@Z @17586 NONAME ??0H323_T120Capability@@QAE@XZ @30038 NONAME ??0H323_T120Channel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@I@Z @30530 NONAME ??0H323_T38Capability@@QAE@ABV0@@Z @28015 NONAME ??0H323_T38Capability@@QAE@W4TransportMode@0@@Z @28628 NONAME ??0H323_T38Channel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@IW4TransportMode@H323_T38Capability@@@Z @30531 NONAME ??0H323_T38NonStandardCapability@@QAE@ABV0@@Z @30532 NONAME ??0H323_T38NonStandardCapability@@QAE@EEG@Z @30553 NONAME ??0H323_UserInputCapability@@QAE@ABV0@@Z @17587 NONAME ??0H323_UserInputCapability@@QAE@W4SubTypes@0@@Z @29879 NONAME ??0H45010_ArrayOf_MixedExtension@@QAE@ABV0@@Z @22827 NONAME ??0H45010_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @22828 NONAME ??0H45010_CfbOvrOptArg@@QAE@ABV0@@Z @22829 NONAME ??0H45010_CfbOvrOptArg@@QAE@IW4TagClass@PASN_Object@@@Z @22830 NONAME ??0H45010_CoReqOptArg@@QAE@ABV0@@Z @22831 NONAME ??0H45010_CoReqOptArg@@QAE@IW4TagClass@PASN_Object@@@Z @22832 NONAME ??0H45010_H323CallOfferOperations@@QAE@ABV0@@Z @22833 NONAME ??0H45010_H323CallOfferOperations@@QAE@IW4TagClass@PASN_Object@@@Z @22834 NONAME ??0H45010_RUAlertOptArg@@QAE@ABV0@@Z @22835 NONAME ??0H45010_RUAlertOptArg@@QAE@IW4TagClass@PASN_Object@@@Z @22836 NONAME ??0H45011Handler@@QAE@AAVH323Connection@@AAVH450xDispatcher@@@Z @30729 NONAME ??0H45011_ArrayOf_MixedExtension@@QAE@ABV0@@Z @22837 NONAME ??0H45011_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @22838 NONAME ??0H45011_CallIntrusionErrors@@QAE@ABV0@@Z @22839 NONAME ??0H45011_CallIntrusionErrors@@QAE@IW4TagClass@PASN_Object@@@Z @22840 NONAME ??0H45011_CICapabilityLevel@@QAE@ABV0@@Z @22841 NONAME ??0H45011_CICapabilityLevel@@QAE@IW4TagClass@PASN_Object@@@Z @22842 NONAME ??0H45011_CIFrcRelArg@@QAE@ABV0@@Z @22843 NONAME ??0H45011_CIFrcRelArg@@QAE@IW4TagClass@PASN_Object@@@Z @22844 NONAME ??0H45011_CIFrcRelOptRes@@QAE@ABV0@@Z @22845 NONAME ??0H45011_CIFrcRelOptRes@@QAE@IW4TagClass@PASN_Object@@@Z @22846 NONAME ??0H45011_CIGetCIPLOptArg@@QAE@ABV0@@Z @22847 NONAME ??0H45011_CIGetCIPLOptArg@@QAE@IW4TagClass@PASN_Object@@@Z @22848 NONAME ??0H45011_CIGetCIPLRes@@QAE@ABV0@@Z @22849 NONAME ??0H45011_CIGetCIPLRes@@QAE@IW4TagClass@PASN_Object@@@Z @22850 NONAME ??0H45011_CIIsOptArg@@QAE@ABV0@@Z @22851 NONAME ??0H45011_CIIsOptArg@@QAE@IW4TagClass@PASN_Object@@@Z @22852 NONAME ??0H45011_CIIsOptRes@@QAE@ABV0@@Z @22853 NONAME ??0H45011_CIIsOptRes@@QAE@IW4TagClass@PASN_Object@@@Z @22854 NONAME ??0H45011_CINotificationArg@@QAE@ABV0@@Z @22855 NONAME ??0H45011_CINotificationArg@@QAE@IW4TagClass@PASN_Object@@@Z @22856 NONAME ??0H45011_CIProtectionLevel@@QAE@ABV0@@Z @22857 NONAME ??0H45011_CIProtectionLevel@@QAE@IW4TagClass@PASN_Object@@@Z @22858 NONAME ??0H45011_CIRequestArg@@QAE@ABV0@@Z @22859 NONAME ??0H45011_CIRequestArg@@QAE@IW4TagClass@PASN_Object@@@Z @22860 NONAME ??0H45011_CIRequestRes@@QAE@ABV0@@Z @22861 NONAME ??0H45011_CIRequestRes@@QAE@IW4TagClass@PASN_Object@@@Z @22862 NONAME ??0H45011_CISilentArg@@QAE@ABV0@@Z @22863 NONAME ??0H45011_CISilentArg@@QAE@IW4TagClass@PASN_Object@@@Z @22864 NONAME ??0H45011_CISilentOptRes@@QAE@ABV0@@Z @22865 NONAME ??0H45011_CISilentOptRes@@QAE@IW4TagClass@PASN_Object@@@Z @22866 NONAME ??0H45011_CIStatusInformation@@QAE@ABV0@@Z @22867 NONAME ??0H45011_CIStatusInformation@@QAE@IW4TagClass@PASN_Object@@@Z @22868 NONAME ??0H45011_CIWobOptArg@@QAE@ABV0@@Z @22869 NONAME ??0H45011_CIWobOptArg@@QAE@IW4TagClass@PASN_Object@@@Z @22870 NONAME ??0H45011_CIWobOptRes@@QAE@ABV0@@Z @22871 NONAME ??0H45011_CIWobOptRes@@QAE@IW4TagClass@PASN_Object@@@Z @22872 NONAME ??0H45011_H323CallIntrusionOperations@@QAE@ABV0@@Z @22873 NONAME ??0H45011_H323CallIntrusionOperations@@QAE@IW4TagClass@PASN_Object@@@Z @22874 NONAME ??0H4501_Address@@QAE@ABV0@@Z @21020 NONAME ??0H4501_Address@@QAE@IW4TagClass@PASN_Object@@@Z @21021 NONAME ??0H4501_AddressInformation@@QAE@ABV0@@Z @21022 NONAME ??0H4501_AddressInformation@@QAE@IW4TagClass@PASN_Object@@@Z @21023 NONAME ??0H4501_AddressScreened@@QAE@ABV0@@Z @21024 NONAME ??0H4501_AddressScreened@@QAE@IW4TagClass@PASN_Object@@@Z @21025 NONAME ??0H4501_ArrayOf_AliasAddress@@QAE@ABV0@@Z @21026 NONAME ??0H4501_ArrayOf_AliasAddress@@QAE@IW4TagClass@PASN_Object@@@Z @21027 NONAME ??0H4501_ArrayOf_ROS@@QAE@ABV0@@Z @21028 NONAME ??0H4501_ArrayOf_ROS@@QAE@IW4TagClass@PASN_Object@@@Z @21029 NONAME ??0H4501_EndpointAddress@@QAE@ABV0@@Z @21030 NONAME ??0H4501_EndpointAddress@@QAE@IW4TagClass@PASN_Object@@@Z @21031 NONAME ??0H4501_EntityType@@QAE@ABV0@@Z @21032 NONAME ??0H4501_EntityType@@QAE@IW4TagClass@PASN_Object@@@Z @21033 NONAME ??0H4501_Extension@@QAE@ABV0@@Z @21034 NONAME ??0H4501_Extension@@QAE@IW4TagClass@PASN_Object@@@Z @21035 NONAME ??0H4501_GeneralErrorList@@QAE@ABV0@@Z @21036 NONAME ??0H4501_GeneralErrorList@@QAE@IW4TagClass@PASN_Object@@@Z @21037 NONAME ??0H4501_H225InformationElement@@QAE@ABV0@@Z @21038 NONAME ??0H4501_H225InformationElement@@QAE@ABVPBYTEArray@@@Z @37552 NONAME ??0H4501_H225InformationElement@@QAE@ABVPString@@@Z @37553 NONAME ??0H4501_H225InformationElement@@QAE@IW4TagClass@PASN_Object@@@Z @21039 NONAME ??0H4501_H225InformationElement@@QAE@PBD@Z @37554 NONAME ??0H4501_InterpretationApdu@@QAE@ABV0@@Z @21040 NONAME ??0H4501_InterpretationApdu@@QAE@IW4TagClass@PASN_Object@@@Z @21041 NONAME ??0H4501_InvokeIDs@@QAE@ABV0@@Z @21042 NONAME ??0H4501_InvokeIDs@@QAE@IW4TagClass@PASN_Object@@@Z @21043 NONAME ??0H4501_InvokeIdSet@@QAE@ABV0@@Z @21044 NONAME ??0H4501_InvokeIdSet@@QAE@IW4TagClass@PASN_Object@@@Z @21045 NONAME ??0H4501_NetworkFacilityExtension@@QAE@ABV0@@Z @21046 NONAME ??0H4501_NetworkFacilityExtension@@QAE@IW4TagClass@PASN_Object@@@Z @21047 NONAME ??0H4501_NSAPSubaddress@@QAE@ABV0@@Z @21048 NONAME ??0H4501_NSAPSubaddress@@QAE@ABVPBYTEArray@@@Z @37555 NONAME ??0H4501_NSAPSubaddress@@QAE@ABVPString@@@Z @37556 NONAME ??0H4501_NSAPSubaddress@@QAE@IW4TagClass@PASN_Object@@@Z @21049 NONAME ??0H4501_NSAPSubaddress@@QAE@PBD@Z @37557 NONAME ??0H4501_NumberScreened@@QAE@ABV0@@Z @21050 NONAME ??0H4501_NumberScreened@@QAE@IW4TagClass@PASN_Object@@@Z @21051 NONAME ??0H4501_PartySubaddress@@QAE@ABV0@@Z @21052 NONAME ??0H4501_PartySubaddress@@QAE@IW4TagClass@PASN_Object@@@Z @21053 NONAME ??0H4501_PresentationAllowedIndicator@@QAE@ABV0@@Z @21054 NONAME ??0H4501_PresentationAllowedIndicator@@QAE@IW4TagClass@PASN_Object@@@Z @21055 NONAME ??0H4501_PresentedAddressScreened@@QAE@ABV0@@Z @21056 NONAME ??0H4501_PresentedAddressScreened@@QAE@IW4TagClass@PASN_Object@@@Z @21057 NONAME ??0H4501_PresentedAddressUnscreened@@QAE@ABV0@@Z @21058 NONAME ??0H4501_PresentedAddressUnscreened@@QAE@IW4TagClass@PASN_Object@@@Z @21059 NONAME ??0H4501_PresentedNumberScreened@@QAE@ABV0@@Z @21060 NONAME ??0H4501_PresentedNumberScreened@@QAE@IW4TagClass@PASN_Object@@@Z @21061 NONAME ??0H4501_PresentedNumberUnscreened@@QAE@ABV0@@Z @21062 NONAME ??0H4501_PresentedNumberUnscreened@@QAE@IW4TagClass@PASN_Object@@@Z @21063 NONAME ??0H4501_ScreeningIndicator@@QAE@ABV0@@Z @21064 NONAME ??0H4501_ScreeningIndicator@@QAE@IW4TagClass@PASN_Object@@@Z @21065 NONAME ??0H4501_ServiceApdus@@QAE@ABV0@@Z @21066 NONAME ??0H4501_ServiceApdus@@QAE@IW4TagClass@PASN_Object@@@Z @21067 NONAME ??0H4501_SubaddressInformation@@QAE@ABV0@@Z @21068 NONAME ??0H4501_SubaddressInformation@@QAE@ABVPBYTEArray@@@Z @37558 NONAME ??0H4501_SubaddressInformation@@QAE@ABVPString@@@Z @37559 NONAME ??0H4501_SubaddressInformation@@QAE@IW4TagClass@PASN_Object@@@Z @21069 NONAME ??0H4501_SubaddressInformation@@QAE@PBD@Z @37560 NONAME ??0H4501_SupplementaryService@@QAE@ABV0@@Z @21070 NONAME ??0H4501_SupplementaryService@@QAE@IW4TagClass@PASN_Object@@@Z @21071 NONAME ??0H4501_UserSpecifiedSubaddress@@QAE@ABV0@@Z @21072 NONAME ??0H4501_UserSpecifiedSubaddress@@QAE@IW4TagClass@PASN_Object@@@Z @21073 NONAME ??0H4502Handler@@QAE@AAVH323Connection@@AAVH450xDispatcher@@@Z @28956 NONAME ??0H4502_CallIdentity@@QAE@ABV0@@Z @21074 NONAME ??0H4502_CallIdentity@@QAE@IW4TagClass@PASN_Object@@@Z @21075 NONAME ??0H4502_CallStatus@@QAE@ABV0@@Z @21076 NONAME ??0H4502_CallStatus@@QAE@IW4TagClass@PASN_Object@@@Z @21077 NONAME ??0H4502_CallTransferErrors@@QAE@ABV0@@Z @21078 NONAME ??0H4502_CallTransferErrors@@QAE@IW4TagClass@PASN_Object@@@Z @21079 NONAME ??0H4502_CallTransferOperation@@QAE@ABV0@@Z @21080 NONAME ??0H4502_CallTransferOperation@@QAE@IW4TagClass@PASN_Object@@@Z @21081 NONAME ??0H4502_CTActiveArg@@QAE@ABV0@@Z @21082 NONAME ??0H4502_CTActiveArg@@QAE@IW4TagClass@PASN_Object@@@Z @21083 NONAME ??0H4502_CTActiveArg_argumentExtension@@QAE@ABV0@@Z @21084 NONAME ??0H4502_CTActiveArg_argumentExtension@@QAE@IW4TagClass@PASN_Object@@@Z @21085 NONAME ??0H4502_CTCompleteArg@@QAE@ABV0@@Z @21086 NONAME ??0H4502_CTCompleteArg@@QAE@IW4TagClass@PASN_Object@@@Z @21087 NONAME ??0H4502_CTCompleteArg_argumentExtension@@QAE@ABV0@@Z @21088 NONAME ??0H4502_CTCompleteArg_argumentExtension@@QAE@IW4TagClass@PASN_Object@@@Z @21089 NONAME ??0H4502_CTIdentifyRes@@QAE@ABV0@@Z @21090 NONAME ??0H4502_CTIdentifyRes@@QAE@IW4TagClass@PASN_Object@@@Z @21091 NONAME ??0H4502_CTIdentifyRes_resultExtension@@QAE@ABV0@@Z @21092 NONAME ??0H4502_CTIdentifyRes_resultExtension@@QAE@IW4TagClass@PASN_Object@@@Z @21093 NONAME ??0H4502_CTInitiateArg@@QAE@ABV0@@Z @21094 NONAME ??0H4502_CTInitiateArg@@QAE@IW4TagClass@PASN_Object@@@Z @21095 NONAME ??0H4502_CTInitiateArg_argumentExtension@@QAE@ABV0@@Z @21096 NONAME ??0H4502_CTInitiateArg_argumentExtension@@QAE@IW4TagClass@PASN_Object@@@Z @21097 NONAME ??0H4502_CTSetupArg@@QAE@ABV0@@Z @21098 NONAME ??0H4502_CTSetupArg@@QAE@IW4TagClass@PASN_Object@@@Z @21099 NONAME ??0H4502_CTSetupArg_argumentExtension@@QAE@ABV0@@Z @21100 NONAME ??0H4502_CTSetupArg_argumentExtension@@QAE@IW4TagClass@PASN_Object@@@Z @21101 NONAME ??0H4502_CTUpdateArg@@QAE@ABV0@@Z @21102 NONAME ??0H4502_CTUpdateArg@@QAE@IW4TagClass@PASN_Object@@@Z @21103 NONAME ??0H4502_CTUpdateArg_argumentExtension@@QAE@ABV0@@Z @21104 NONAME ??0H4502_CTUpdateArg_argumentExtension@@QAE@IW4TagClass@PASN_Object@@@Z @21105 NONAME ??0H4502_DummyArg@@QAE@ABV0@@Z @21106 NONAME ??0H4502_DummyArg@@QAE@IW4TagClass@PASN_Object@@@Z @21107 NONAME ??0H4502_DummyRes@@QAE@ABV0@@Z @21108 NONAME ??0H4502_DummyRes@@QAE@IW4TagClass@PASN_Object@@@Z @21109 NONAME ??0H4502_EndDesignation@@QAE@ABV0@@Z @21110 NONAME ??0H4502_EndDesignation@@QAE@IW4TagClass@PASN_Object@@@Z @21111 NONAME ??0H4502_ExtensionSeq@@QAE@ABV0@@Z @21112 NONAME ??0H4502_ExtensionSeq@@QAE@IW4TagClass@PASN_Object@@@Z @21113 NONAME ??0H4502_SubaddressTransferArg@@QAE@ABV0@@Z @21114 NONAME ??0H4502_SubaddressTransferArg@@QAE@IW4TagClass@PASN_Object@@@Z @21115 NONAME ??0H4502_SubaddressTransferArg_argumentExtension@@QAE@ABV0@@Z @21116 NONAME ??0H4502_SubaddressTransferArg_argumentExtension@@QAE@IW4TagClass@PASN_Object@@@Z @21117 NONAME ??0H4503_BasicService@@QAE@ABV0@@Z @22656 NONAME ??0H4503_BasicService@@QAE@IW4TagClass@PASN_Object@@@Z @22657 NONAME ??0H4503_CallDiversionErrors@@QAE@ABV0@@Z @22658 NONAME ??0H4503_CallDiversionErrors@@QAE@IW4TagClass@PASN_Object@@@Z @22659 NONAME ??0H4503_DiversionReason@@QAE@ABV0@@Z @22660 NONAME ??0H4503_DiversionReason@@QAE@IW4TagClass@PASN_Object@@@Z @22661 NONAME ??0H4503_ExtensionSeq@@QAE@ABV0@@Z @22662 NONAME ??0H4503_ExtensionSeq@@QAE@IW4TagClass@PASN_Object@@@Z @22663 NONAME ??0H4503_H323CallDiversionOperations@@QAE@ABV0@@Z @22664 NONAME ??0H4503_H323CallDiversionOperations@@QAE@IW4TagClass@PASN_Object@@@Z @22665 NONAME ??0H4503_IntResult@@QAE@ABV0@@Z @22666 NONAME ??0H4503_IntResult@@QAE@IW4TagClass@PASN_Object@@@Z @22667 NONAME ??0H4503_IntResultList@@QAE@ABV0@@Z @22668 NONAME ??0H4503_IntResultList@@QAE@IW4TagClass@PASN_Object@@@Z @22669 NONAME ??0H4503_IntResult_extension@@QAE@ABV0@@Z @22670 NONAME ??0H4503_IntResult_extension@@QAE@IW4TagClass@PASN_Object@@@Z @22671 NONAME ??0H4503_Procedure@@QAE@ABV0@@Z @22672 NONAME ??0H4503_Procedure@@QAE@IW4TagClass@PASN_Object@@@Z @22673 NONAME ??0H4503_SubscriptionOption@@QAE@ABV0@@Z @22674 NONAME ??0H4503_SubscriptionOption@@QAE@IW4TagClass@PASN_Object@@@Z @22675 NONAME ??0H4504Handler@@QAE@AAVH323Connection@@AAVH450xDispatcher@@@Z @28957 NONAME ??0H4504_ArrayOf_MixedExtension@@QAE@ABV0@@Z @22296 NONAME ??0H4504_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @22297 NONAME ??0H4504_CallHoldOperation@@QAE@ABV0@@Z @22298 NONAME ??0H4504_CallHoldOperation@@QAE@IW4TagClass@PASN_Object@@@Z @22299 NONAME ??0H4504_Extension@@QAE@ABV0@@Z @22300 NONAME ??0H4504_Extension@@QAE@IW4TagClass@PASN_Object@@@Z @22301 NONAME ??0H4504_HoldNotificArg@@QAE@ABV0@@Z @22302 NONAME ??0H4504_HoldNotificArg@@QAE@IW4TagClass@PASN_Object@@@Z @22303 NONAME ??0H4504_MixedExtension@@QAE@ABV0@@Z @22304 NONAME ??0H4504_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @22305 NONAME ??0H4504_RemoteHoldArg@@QAE@ABV0@@Z @22306 NONAME ??0H4504_RemoteHoldArg@@QAE@IW4TagClass@PASN_Object@@@Z @22307 NONAME ??0H4504_RemoteHoldRes@@QAE@ABV0@@Z @22308 NONAME ??0H4504_RemoteHoldRes@@QAE@IW4TagClass@PASN_Object@@@Z @22309 NONAME ??0H4504_RemoteRetrieveArg@@QAE@ABV0@@Z @22310 NONAME ??0H4504_RemoteRetrieveArg@@QAE@IW4TagClass@PASN_Object@@@Z @22311 NONAME ??0H4504_RemoteRetrieveRes@@QAE@ABV0@@Z @22312 NONAME ??0H4504_RemoteRetrieveRes@@QAE@IW4TagClass@PASN_Object@@@Z @22313 NONAME ??0H4504_RetrieveNotificArg@@QAE@ABV0@@Z @22314 NONAME ??0H4504_RetrieveNotificArg@@QAE@IW4TagClass@PASN_Object@@@Z @22315 NONAME ??0H4505_ArrayOf_MixedExtension@@QAE@ABV0@@Z @22875 NONAME ??0H4505_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @22876 NONAME ??0H4505_CallParkPickupOperations@@QAE@ABV0@@Z @22877 NONAME ??0H4505_CallParkPickupOperations@@QAE@IW4TagClass@PASN_Object@@@Z @22878 NONAME ??0H4505_CallPickupErrors@@QAE@ABV0@@Z @22879 NONAME ??0H4505_CallPickupErrors@@QAE@IW4TagClass@PASN_Object@@@Z @22880 NONAME ??0H4505_CallType@@QAE@ABV0@@Z @22881 NONAME ??0H4505_CallType@@QAE@IW4TagClass@PASN_Object@@@Z @22882 NONAME ??0H4505_CpickupNotifyArg@@QAE@ABV0@@Z @22883 NONAME ??0H4505_CpickupNotifyArg@@QAE@IW4TagClass@PASN_Object@@@Z @22884 NONAME ??0H4505_CpNotifyArg@@QAE@ABV0@@Z @22885 NONAME ??0H4505_CpNotifyArg@@QAE@IW4TagClass@PASN_Object@@@Z @22886 NONAME ??0H4505_CpRequestArg@@QAE@ABV0@@Z @22887 NONAME ??0H4505_CpRequestArg@@QAE@IW4TagClass@PASN_Object@@@Z @22888 NONAME ??0H4505_CpRequestRes@@QAE@ABV0@@Z @22889 NONAME ??0H4505_CpRequestRes@@QAE@IW4TagClass@PASN_Object@@@Z @22890 NONAME ??0H4505_CpSetupArg@@QAE@ABV0@@Z @22891 NONAME ??0H4505_CpSetupArg@@QAE@IW4TagClass@PASN_Object@@@Z @22892 NONAME ??0H4505_CpSetupRes@@QAE@ABV0@@Z @22893 NONAME ??0H4505_CpSetupRes@@QAE@IW4TagClass@PASN_Object@@@Z @22894 NONAME ??0H4505_GroupIndicationOffArg@@QAE@ABV0@@Z @22895 NONAME ??0H4505_GroupIndicationOffArg@@QAE@IW4TagClass@PASN_Object@@@Z @22896 NONAME ??0H4505_GroupIndicationOffRes@@QAE@ABV0@@Z @22897 NONAME ??0H4505_GroupIndicationOffRes@@QAE@IW4TagClass@PASN_Object@@@Z @22898 NONAME ??0H4505_GroupIndicationOnArg@@QAE@ABV0@@Z @22899 NONAME ??0H4505_GroupIndicationOnArg@@QAE@IW4TagClass@PASN_Object@@@Z @22900 NONAME ??0H4505_GroupIndicationOnRes@@QAE@ABV0@@Z @22901 NONAME ??0H4505_GroupIndicationOnRes@@QAE@IW4TagClass@PASN_Object@@@Z @22902 NONAME ??0H4505_ParkCondition@@QAE@ABV0@@Z @22903 NONAME ??0H4505_ParkCondition@@QAE@IW4TagClass@PASN_Object@@@Z @22904 NONAME ??0H4505_ParkedToPosition@@QAE@ABV0@@Z @22905 NONAME ??0H4505_ParkedToPosition@@QAE@IW4TagClass@PASN_Object@@@Z @22906 NONAME ??0H4505_PickExeArg@@QAE@ABV0@@Z @22907 NONAME ??0H4505_PickExeArg@@QAE@IW4TagClass@PASN_Object@@@Z @22908 NONAME ??0H4505_PickExeRes@@QAE@ABV0@@Z @22909 NONAME ??0H4505_PickExeRes@@QAE@IW4TagClass@PASN_Object@@@Z @22910 NONAME ??0H4505_PickrequArg@@QAE@ABV0@@Z @22911 NONAME ??0H4505_PickrequArg@@QAE@IW4TagClass@PASN_Object@@@Z @22912 NONAME ??0H4505_PickrequRes@@QAE@ABV0@@Z @22913 NONAME ??0H4505_PickrequRes@@QAE@IW4TagClass@PASN_Object@@@Z @22914 NONAME ??0H4505_PickupArg@@QAE@ABV0@@Z @22915 NONAME ??0H4505_PickupArg@@QAE@IW4TagClass@PASN_Object@@@Z @22916 NONAME ??0H4505_PickupRes@@QAE@ABV0@@Z @22917 NONAME ??0H4505_PickupRes@@QAE@IW4TagClass@PASN_Object@@@Z @22918 NONAME ??0H4506Handler@@QAE@AAVH323Connection@@AAVH450xDispatcher@@@Z @29676 NONAME ??0H4506_ArrayOf_MixedExtension@@QAE@ABV0@@Z @22919 NONAME ??0H4506_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @22920 NONAME ??0H4506_CallWaitingArg@@QAE@ABV0@@Z @22921 NONAME ??0H4506_CallWaitingArg@@QAE@IW4TagClass@PASN_Object@@@Z @22922 NONAME ??0H4506_CallWaitingOperations@@QAE@ABV0@@Z @22923 NONAME ??0H4506_CallWaitingOperations@@QAE@IW4TagClass@PASN_Object@@@Z @22924 NONAME ??0H4507_ArrayOf_MixedExtension@@QAE@ABV0@@Z @22925 NONAME ??0H4507_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @22926 NONAME ??0H4507_BasicService@@QAE@ABV0@@Z @22927 NONAME ??0H4507_BasicService@@QAE@IW4TagClass@PASN_Object@@@Z @22928 NONAME ??0H4507_DummyRes@@QAE@ABV0@@Z @22929 NONAME ??0H4507_DummyRes@@QAE@IW4TagClass@PASN_Object@@@Z @22930 NONAME ??0H4507_H323_MWI_Operations@@QAE@ABV0@@Z @22931 NONAME ??0H4507_H323_MWI_Operations@@QAE@IW4TagClass@PASN_Object@@@Z @22932 NONAME ??0H4507_MessageWaitingIndicationErrors@@QAE@ABV0@@Z @22933 NONAME ??0H4507_MessageWaitingIndicationErrors@@QAE@IW4TagClass@PASN_Object@@@Z @22934 NONAME ??0H4507_MsgCentreId@@QAE@ABV0@@Z @22935 NONAME ??0H4507_MsgCentreId@@QAE@IW4TagClass@PASN_Object@@@Z @22936 NONAME ??0H4507_MWIActivateArg@@QAE@ABV0@@Z @22937 NONAME ??0H4507_MWIActivateArg@@QAE@IW4TagClass@PASN_Object@@@Z @22938 NONAME ??0H4507_MWIDeactivateArg@@QAE@ABV0@@Z @22939 NONAME ??0H4507_MWIDeactivateArg@@QAE@IW4TagClass@PASN_Object@@@Z @22940 NONAME ??0H4507_MWIInterrogateArg@@QAE@ABV0@@Z @22941 NONAME ??0H4507_MWIInterrogateArg@@QAE@IW4TagClass@PASN_Object@@@Z @22942 NONAME ??0H4507_MWIInterrogateRes@@QAE@ABV0@@Z @22943 NONAME ??0H4507_MWIInterrogateRes@@QAE@IW4TagClass@PASN_Object@@@Z @22944 NONAME ??0H4507_MWIInterrogateResElt@@QAE@ABV0@@Z @22945 NONAME ??0H4507_MWIInterrogateResElt@@QAE@IW4TagClass@PASN_Object@@@Z @22946 NONAME ??0H4507_NbOfMessages@@QAE@ABV0@@Z @22947 NONAME ??0H4507_NbOfMessages@@QAE@IW4TagClass@PASN_Object@@@Z @22948 NONAME ??0H4507_TimeStamp@@QAE@ABV0@@Z @22949 NONAME ??0H4507_TimeStamp@@QAE@IW4TagClass@PASN_Object@@@Z @22950 NONAME ??0H4508_ExtendedName@@QAE@ABV0@@Z @22951 NONAME ??0H4508_ExtendedName@@QAE@IW4TagClass@PASN_Object@@@Z @22952 NONAME ??0H4508_Name@@QAE@ABV0@@Z @22953 NONAME ??0H4508_Name@@QAE@IW4TagClass@PASN_Object@@@Z @22954 NONAME ??0H4508_NameOperations@@QAE@ABV0@@Z @22955 NONAME ??0H4508_NameOperations@@QAE@IW4TagClass@PASN_Object@@@Z @22956 NONAME ??0H4508_NamePresentationAllowed@@QAE@ABV0@@Z @22957 NONAME ??0H4508_NamePresentationAllowed@@QAE@IW4TagClass@PASN_Object@@@Z @22958 NONAME ??0H4508_NamePresentationRestricted@@QAE@ABV0@@Z @22959 NONAME ??0H4508_NamePresentationRestricted@@QAE@IW4TagClass@PASN_Object@@@Z @22960 NONAME ??0H4508_SimpleName@@QAE@ABV0@@Z @22961 NONAME ??0H4508_SimpleName@@QAE@ABVPBYTEArray@@@Z @37561 NONAME ??0H4508_SimpleName@@QAE@ABVPString@@@Z @37562 NONAME ??0H4508_SimpleName@@QAE@IW4TagClass@PASN_Object@@@Z @22962 NONAME ??0H4508_SimpleName@@QAE@PBD@Z @37563 NONAME ??0H4509_ArrayOf_MixedExtension@@QAE@ABV0@@Z @22963 NONAME ??0H4509_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @22964 NONAME ??0H4509_CallCompletionErrors@@QAE@ABV0@@Z @22965 NONAME ??0H4509_CallCompletionErrors@@QAE@IW4TagClass@PASN_Object@@@Z @22966 NONAME ??0H4509_CcArg@@QAE@ABV0@@Z @22967 NONAME ??0H4509_CcArg@@QAE@IW4TagClass@PASN_Object@@@Z @22968 NONAME ??0H4509_CcLongArg@@QAE@ABV0@@Z @22969 NONAME ??0H4509_CcLongArg@@QAE@IW4TagClass@PASN_Object@@@Z @22970 NONAME ??0H4509_CcRequestArg@@QAE@ABV0@@Z @22971 NONAME ??0H4509_CcRequestArg@@QAE@IW4TagClass@PASN_Object@@@Z @22972 NONAME ??0H4509_CcRequestRes@@QAE@ABV0@@Z @22973 NONAME ??0H4509_CcRequestRes@@QAE@IW4TagClass@PASN_Object@@@Z @22974 NONAME ??0H4509_CcShortArg@@QAE@ABV0@@Z @22975 NONAME ??0H4509_CcShortArg@@QAE@IW4TagClass@PASN_Object@@@Z @22976 NONAME ??0H4509_H323CallCompletionOperations@@QAE@ABV0@@Z @22977 NONAME ??0H4509_H323CallCompletionOperations@@QAE@IW4TagClass@PASN_Object@@@Z @22978 NONAME ??0H450ServiceAPDU@@QAE@XZ @21118 NONAME ??0H450xDispatcher@@QAE@AAVH323Connection@@@Z @28958 NONAME ??0H450xHandler@@QAE@AAVH323Connection@@AAVH450xDispatcher@@@Z @28959 NONAME ??0H501AccessRequest@@QAE@AAVH323PeerElement@@ABVH501PDU@@@Z @37564 NONAME ??0H501DescriptorUpdate@@QAE@AAVH323PeerElement@@ABVH501PDU@@@Z @37565 NONAME ??0H501PDU@@QAE@ABV0@@Z @37359 NONAME ??0H501PDU@@QAE@XZ @37074 NONAME ??0H501ServiceRequest@@QAE@AAVH323PeerElement@@ABVH501PDU@@@Z @37566 NONAME ??0H501Transaction@@QAE@AAVH323PeerElement@@ABVH501PDU@@H@Z @37736 NONAME ??0H501_AccessConfirmation@@QAE@ABV0@@Z @35063 NONAME ??0H501_AccessConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @35064 NONAME ??0H501_AccessRejection@@QAE@ABV0@@Z @35065 NONAME ??0H501_AccessRejection@@QAE@IW4TagClass@PASN_Object@@@Z @35066 NONAME ??0H501_AccessRejectionReason@@QAE@ABV0@@Z @35067 NONAME ??0H501_AccessRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @35068 NONAME ??0H501_AccessRequest@@QAE@ABV0@@Z @35069 NONAME ??0H501_AccessRequest@@QAE@IW4TagClass@PASN_Object@@@Z @35070 NONAME ??0H501_AccessToken@@QAE@ABV0@@Z @35071 NONAME ??0H501_AccessToken@@QAE@IW4TagClass@PASN_Object@@@Z @35072 NONAME ??0H501_AddressTemplate@@QAE@ABV0@@Z @35073 NONAME ??0H501_AddressTemplate@@QAE@IW4TagClass@PASN_Object@@@Z @35074 NONAME ??0H501_AlternatePE@@QAE@ABV0@@Z @35075 NONAME ??0H501_AlternatePE@@QAE@IW4TagClass@PASN_Object@@@Z @35076 NONAME ??0H501_AlternatePEInfo@@QAE@ABV0@@Z @35077 NONAME ??0H501_AlternatePEInfo@@QAE@IW4TagClass@PASN_Object@@@Z @35078 NONAME ??0H501_ApplicationMessage@@QAE@ABV0@@Z @35079 NONAME ??0H501_ApplicationMessage@@QAE@ABVPBYTEArray@@@Z @36861 NONAME ??0H501_ApplicationMessage@@QAE@ABVPString@@@Z @36862 NONAME ??0H501_ApplicationMessage@@QAE@IW4TagClass@PASN_Object@@@Z @35080 NONAME ??0H501_ApplicationMessage@@QAE@PBD@Z @36863 NONAME ??0H501_ArrayOf_AccessToken@@QAE@ABV0@@Z @35081 NONAME ??0H501_ArrayOf_AccessToken@@QAE@IW4TagClass@PASN_Object@@@Z @35082 NONAME ??0H501_ArrayOf_AddressTemplate@@QAE@ABV0@@Z @35083 NONAME ??0H501_ArrayOf_AddressTemplate@@QAE@IW4TagClass@PASN_Object@@@Z @35084 NONAME ??0H501_ArrayOf_AliasAddress@@QAE@ABV0@@Z @35085 NONAME ??0H501_ArrayOf_AliasAddress@@QAE@IW4TagClass@PASN_Object@@@Z @35086 NONAME ??0H501_ArrayOf_AlternatePE@@QAE@ABV0@@Z @35087 NONAME ??0H501_ArrayOf_AlternatePE@@QAE@IW4TagClass@PASN_Object@@@Z @35088 NONAME ??0H501_ArrayOf_CircuitIdentifier@@QAE@ABV0@@Z @35089 NONAME ??0H501_ArrayOf_CircuitIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @35090 NONAME ??0H501_ArrayOf_ClearToken@@QAE@ABV0@@Z @35091 NONAME ??0H501_ArrayOf_ClearToken@@QAE@IW4TagClass@PASN_Object@@@Z @35092 NONAME ??0H501_ArrayOf_ContactInformation@@QAE@ABV0@@Z @35093 NONAME ??0H501_ArrayOf_ContactInformation@@QAE@IW4TagClass@PASN_Object@@@Z @35094 NONAME ??0H501_ArrayOf_CryptoH323Token@@QAE@ABV0@@Z @35095 NONAME ??0H501_ArrayOf_CryptoH323Token@@QAE@IW4TagClass@PASN_Object@@@Z @35096 NONAME ??0H501_ArrayOf_Descriptor@@QAE@ABV0@@Z @35097 NONAME ??0H501_ArrayOf_Descriptor@@QAE@IW4TagClass@PASN_Object@@@Z @35098 NONAME ??0H501_ArrayOf_DescriptorInfo@@QAE@ABV0@@Z @35101 NONAME ??0H501_ArrayOf_DescriptorInfo@@QAE@IW4TagClass@PASN_Object@@@Z @35102 NONAME ??0H501_ArrayOf_GenericData@@QAE@ABV0@@Z @35103 NONAME ??0H501_ArrayOf_GenericData@@QAE@IW4TagClass@PASN_Object@@@Z @35104 NONAME ??0H501_ArrayOf_GloballyUniqueID@@QAE@ABV0@@Z @36864 NONAME ??0H501_ArrayOf_GloballyUniqueID@@QAE@IW4TagClass@PASN_Object@@@Z @36865 NONAME ??0H501_ArrayOf_NonStandardParameter@@QAE@ABV0@@Z @35105 NONAME ??0H501_ArrayOf_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @35106 NONAME ??0H501_ArrayOf_PASN_ObjectId@@QAE@ABV0@@Z @35107 NONAME ??0H501_ArrayOf_PASN_ObjectId@@QAE@IW4TagClass@PASN_Object@@@Z @35108 NONAME ??0H501_ArrayOf_Pattern@@QAE@ABV0@@Z @35109 NONAME ??0H501_ArrayOf_Pattern@@QAE@IW4TagClass@PASN_Object@@@Z @35110 NONAME ??0H501_ArrayOf_PriceElement@@QAE@ABV0@@Z @35111 NONAME ??0H501_ArrayOf_PriceElement@@QAE@IW4TagClass@PASN_Object@@@Z @35112 NONAME ??0H501_ArrayOf_PriceInfoSpec@@QAE@ABV0@@Z @35113 NONAME ??0H501_ArrayOf_PriceInfoSpec@@QAE@IW4TagClass@PASN_Object@@@Z @35114 NONAME ??0H501_ArrayOf_RouteInformation@@QAE@ABV0@@Z @35115 NONAME ??0H501_ArrayOf_RouteInformation@@QAE@IW4TagClass@PASN_Object@@@Z @35116 NONAME ??0H501_ArrayOf_SecurityMode@@QAE@ABV0@@Z @35117 NONAME ??0H501_ArrayOf_SecurityMode@@QAE@IW4TagClass@PASN_Object@@@Z @35118 NONAME ??0H501_ArrayOf_ServiceControlSession@@QAE@ABV0@@Z @35119 NONAME ??0H501_ArrayOf_ServiceControlSession@@QAE@IW4TagClass@PASN_Object@@@Z @35120 NONAME ??0H501_ArrayOf_SupportedProtocols@@QAE@ABV0@@Z @35121 NONAME ??0H501_ArrayOf_SupportedProtocols@@QAE@IW4TagClass@PASN_Object@@@Z @35122 NONAME ??0H501_ArrayOf_TransportAddress@@QAE@ABV0@@Z @35123 NONAME ??0H501_ArrayOf_TransportAddress@@QAE@IW4TagClass@PASN_Object@@@Z @35124 NONAME ??0H501_ArrayOf_UpdateInformation@@QAE@ABV0@@Z @35125 NONAME ??0H501_ArrayOf_UpdateInformation@@QAE@IW4TagClass@PASN_Object@@@Z @35126 NONAME ??0H501_ArrayOf_UsageField@@QAE@ABV0@@Z @35127 NONAME ??0H501_ArrayOf_UsageField@@QAE@IW4TagClass@PASN_Object@@@Z @35128 NONAME ??0H501_AuthenticationConfirmation@@QAE@ABV0@@Z @35129 NONAME ??0H501_AuthenticationConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @35130 NONAME ??0H501_AuthenticationRejection@@QAE@ABV0@@Z @35131 NONAME ??0H501_AuthenticationRejection@@QAE@IW4TagClass@PASN_Object@@@Z @35132 NONAME ??0H501_AuthenticationRejectionReason@@QAE@ABV0@@Z @35133 NONAME ??0H501_AuthenticationRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @35134 NONAME ??0H501_AuthenticationRequest@@QAE@ABV0@@Z @35135 NONAME ??0H501_AuthenticationRequest@@QAE@IW4TagClass@PASN_Object@@@Z @35136 NONAME ??0H501_CallInformation@@QAE@ABV0@@Z @35137 NONAME ??0H501_CallInformation@@QAE@IW4TagClass@PASN_Object@@@Z @35138 NONAME ??0H501_ContactInformation@@QAE@ABV0@@Z @35139 NONAME ??0H501_ContactInformation@@QAE@IW4TagClass@PASN_Object@@@Z @35140 NONAME ??0H501_Descriptor@@QAE@ABV0@@Z @35141 NONAME ??0H501_Descriptor@@QAE@IW4TagClass@PASN_Object@@@Z @35142 NONAME ??0H501_DescriptorConfirmation@@QAE@ABV0@@Z @35143 NONAME ??0H501_DescriptorConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @35144 NONAME ??0H501_DescriptorIDConfirmation@@QAE@ABV0@@Z @35147 NONAME ??0H501_DescriptorIDConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @35148 NONAME ??0H501_DescriptorIDRejection@@QAE@ABV0@@Z @35149 NONAME ??0H501_DescriptorIDRejection@@QAE@IW4TagClass@PASN_Object@@@Z @35150 NONAME ??0H501_DescriptorIDRejectionReason@@QAE@ABV0@@Z @35151 NONAME ??0H501_DescriptorIDRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @35152 NONAME ??0H501_DescriptorIDRequest@@QAE@ABV0@@Z @35153 NONAME ??0H501_DescriptorIDRequest@@QAE@IW4TagClass@PASN_Object@@@Z @35154 NONAME ??0H501_DescriptorInfo@@QAE@ABV0@@Z @35155 NONAME ??0H501_DescriptorInfo@@QAE@IW4TagClass@PASN_Object@@@Z @35156 NONAME ??0H501_DescriptorRejection@@QAE@ABV0@@Z @35157 NONAME ??0H501_DescriptorRejection@@QAE@IW4TagClass@PASN_Object@@@Z @35158 NONAME ??0H501_DescriptorRejectionReason@@QAE@ABV0@@Z @35159 NONAME ??0H501_DescriptorRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @35160 NONAME ??0H501_DescriptorRequest@@QAE@ABV0@@Z @35161 NONAME ??0H501_DescriptorRequest@@QAE@IW4TagClass@PASN_Object@@@Z @35162 NONAME ??0H501_DescriptorUpdate@@QAE@ABV0@@Z @35163 NONAME ??0H501_DescriptorUpdate@@QAE@IW4TagClass@PASN_Object@@@Z @35164 NONAME ??0H501_DescriptorUpdateAck@@QAE@ABV0@@Z @35165 NONAME ??0H501_DescriptorUpdateAck@@QAE@IW4TagClass@PASN_Object@@@Z @35166 NONAME ??0H501_ElementIdentifier@@QAE@ABV0@@Z @35167 NONAME ??0H501_ElementIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @35168 NONAME ??0H501_GlobalTimeStamp@@QAE@ABV0@@Z @35169 NONAME ??0H501_GlobalTimeStamp@@QAE@IW4TagClass@PASN_Object@@@Z @35170 NONAME ??0H501_Message@@QAE@ABV0@@Z @35171 NONAME ??0H501_Message@@QAE@IW4TagClass@PASN_Object@@@Z @35172 NONAME ??0H501_MessageBody@@QAE@ABV0@@Z @35173 NONAME ??0H501_MessageBody@@QAE@IW4TagClass@PASN_Object@@@Z @35174 NONAME ??0H501_MessageCommonInfo@@QAE@ABV0@@Z @35175 NONAME ??0H501_MessageCommonInfo@@QAE@IW4TagClass@PASN_Object@@@Z @35176 NONAME ??0H501_NonStandardConfirmation@@QAE@ABV0@@Z @35177 NONAME ??0H501_NonStandardConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @35178 NONAME ??0H501_NonStandardRejection@@QAE@ABV0@@Z @35179 NONAME ??0H501_NonStandardRejection@@QAE@IW4TagClass@PASN_Object@@@Z @35180 NONAME ??0H501_NonStandardRejectionReason@@QAE@ABV0@@Z @35181 NONAME ??0H501_NonStandardRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @35182 NONAME ??0H501_NonStandardRequest@@QAE@ABV0@@Z @35183 NONAME ??0H501_NonStandardRequest@@QAE@IW4TagClass@PASN_Object@@@Z @35184 NONAME ??0H501_PartyInformation@@QAE@ABV0@@Z @35185 NONAME ??0H501_PartyInformation@@QAE@IW4TagClass@PASN_Object@@@Z @35186 NONAME ??0H501_Pattern@@QAE@ABV0@@Z @35187 NONAME ??0H501_Pattern@@QAE@IW4TagClass@PASN_Object@@@Z @35188 NONAME ??0H501_Pattern_range@@QAE@ABV0@@Z @35189 NONAME ??0H501_Pattern_range@@QAE@IW4TagClass@PASN_Object@@@Z @35190 NONAME ??0H501_PriceElement@@QAE@ABV0@@Z @35191 NONAME ??0H501_PriceElement@@QAE@IW4TagClass@PASN_Object@@@Z @35192 NONAME ??0H501_PriceElement_units@@QAE@ABV0@@Z @35193 NONAME ??0H501_PriceElement_units@@QAE@IW4TagClass@PASN_Object@@@Z @35194 NONAME ??0H501_PriceInfoSpec@@QAE@ABV0@@Z @35195 NONAME ??0H501_PriceInfoSpec@@QAE@IW4TagClass@PASN_Object@@@Z @35196 NONAME ??0H501_ProtocolVersion@@QAE@ABV0@@Z @35197 NONAME ??0H501_ProtocolVersion@@QAE@IW4TagClass@PASN_Object@@@Z @35198 NONAME ??0H501_RequestInProgress@@QAE@ABV0@@Z @35199 NONAME ??0H501_RequestInProgress@@QAE@IW4TagClass@PASN_Object@@@Z @35200 NONAME ??0H501_Role@@QAE@ABV0@@Z @35201 NONAME ??0H501_Role@@QAE@IW4TagClass@PASN_Object@@@Z @35202 NONAME ??0H501_RouteInformation@@QAE@ABV0@@Z @35203 NONAME ??0H501_RouteInformation@@QAE@IW4TagClass@PASN_Object@@@Z @35204 NONAME ??0H501_RouteInformation_messageType@@QAE@ABV0@@Z @35205 NONAME ??0H501_RouteInformation_messageType@@QAE@IW4TagClass@PASN_Object@@@Z @35206 NONAME ??0H501_SecurityMode@@QAE@ABV0@@Z @35207 NONAME ??0H501_SecurityMode@@QAE@IW4TagClass@PASN_Object@@@Z @35208 NONAME ??0H501_ServiceConfirmation@@QAE@ABV0@@Z @35209 NONAME ??0H501_ServiceConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @35210 NONAME ??0H501_ServiceRejection@@QAE@ABV0@@Z @35213 NONAME ??0H501_ServiceRejection@@QAE@IW4TagClass@PASN_Object@@@Z @35214 NONAME ??0H501_ServiceRejectionReason@@QAE@ABV0@@Z @35215 NONAME ??0H501_ServiceRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @35216 NONAME ??0H501_ServiceRelease@@QAE@ABV0@@Z @35217 NONAME ??0H501_ServiceRelease@@QAE@IW4TagClass@PASN_Object@@@Z @35218 NONAME ??0H501_ServiceReleaseReason@@QAE@ABV0@@Z @35219 NONAME ??0H501_ServiceReleaseReason@@QAE@IW4TagClass@PASN_Object@@@Z @35220 NONAME ??0H501_ServiceRequest@@QAE@ABV0@@Z @35221 NONAME ??0H501_ServiceRequest@@QAE@IW4TagClass@PASN_Object@@@Z @35222 NONAME ??0H501_TerminationCause@@QAE@ABV0@@Z @35223 NONAME ??0H501_TerminationCause@@QAE@IW4TagClass@PASN_Object@@@Z @35224 NONAME ??0H501_TimeZone@@QAE@ABV0@@Z @35225 NONAME ??0H501_TimeZone@@QAE@IW4TagClass@PASN_Object@@@Z @35226 NONAME ??0H501_UnknownMessageReason@@QAE@ABV0@@Z @35227 NONAME ??0H501_UnknownMessageReason@@QAE@IW4TagClass@PASN_Object@@@Z @35228 NONAME ??0H501_UnknownMessageResponse@@QAE@ABV0@@Z @35229 NONAME ??0H501_UnknownMessageResponse@@QAE@IW4TagClass@PASN_Object@@@Z @35230 NONAME ??0H501_UpdateInformation@@QAE@ABV0@@Z @35231 NONAME ??0H501_UpdateInformation@@QAE@IW4TagClass@PASN_Object@@@Z @35232 NONAME ??0H501_UpdateInformation_descriptorInfo@@QAE@ABV0@@Z @35233 NONAME ??0H501_UpdateInformation_descriptorInfo@@QAE@IW4TagClass@PASN_Object@@@Z @35234 NONAME ??0H501_UpdateInformation_updateType@@QAE@ABV0@@Z @35235 NONAME ??0H501_UpdateInformation_updateType@@QAE@IW4TagClass@PASN_Object@@@Z @35236 NONAME ??0H501_UsageCallStatus@@QAE@ABV0@@Z @35237 NONAME ??0H501_UsageCallStatus@@QAE@IW4TagClass@PASN_Object@@@Z @35238 NONAME ??0H501_UsageConfirmation@@QAE@ABV0@@Z @35239 NONAME ??0H501_UsageConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @35240 NONAME ??0H501_UsageField@@QAE@ABV0@@Z @35241 NONAME ??0H501_UsageField@@QAE@IW4TagClass@PASN_Object@@@Z @35242 NONAME ??0H501_UsageIndication@@QAE@ABV0@@Z @35243 NONAME ??0H501_UsageIndication@@QAE@IW4TagClass@PASN_Object@@@Z @35244 NONAME ??0H501_UsageIndicationConfirmation@@QAE@ABV0@@Z @35245 NONAME ??0H501_UsageIndicationConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @35246 NONAME ??0H501_UsageIndicationRejection@@QAE@ABV0@@Z @35247 NONAME ??0H501_UsageIndicationRejection@@QAE@IW4TagClass@PASN_Object@@@Z @35248 NONAME ??0H501_UsageIndicationRejectionReason@@QAE@ABV0@@Z @35249 NONAME ??0H501_UsageIndicationRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @35250 NONAME ??0H501_UsageRejection@@QAE@ABV0@@Z @35251 NONAME ??0H501_UsageRejection@@QAE@IW4TagClass@PASN_Object@@@Z @35252 NONAME ??0H501_UsageRejectReason@@QAE@ABV0@@Z @35253 NONAME ??0H501_UsageRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @35254 NONAME ??0H501_UsageRequest@@QAE@ABV0@@Z @35255 NONAME ??0H501_UsageRequest@@QAE@IW4TagClass@PASN_Object@@@Z @35256 NONAME ??0H501_UsageSpecification@@QAE@ABV0@@Z @35257 NONAME ??0H501_UsageSpecification@@QAE@IW4TagClass@PASN_Object@@@Z @35258 NONAME ??0H501_UsageSpecification_when@@QAE@ABV0@@Z @35259 NONAME ??0H501_UsageSpecification_when@@QAE@IW4TagClass@PASN_Object@@@Z @35260 NONAME ??0H501_UserInformation@@QAE@ABV0@@Z @35261 NONAME ??0H501_UserInformation@@QAE@IW4TagClass@PASN_Object@@@Z @35262 NONAME ??0H501_ValidationConfirmation@@QAE@ABV0@@Z @35263 NONAME ??0H501_ValidationConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @35264 NONAME ??0H501_ValidationRejection@@QAE@ABV0@@Z @35265 NONAME ??0H501_ValidationRejection@@QAE@IW4TagClass@PASN_Object@@@Z @35266 NONAME ??0H501_ValidationRejectionReason@@QAE@ABV0@@Z @35267 NONAME ??0H501_ValidationRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @35268 NONAME ??0H501_ValidationRequest@@QAE@ABV0@@Z @35269 NONAME ??0H501_ValidationRequest@@QAE@IW4TagClass@PASN_Object@@@Z @35270 NONAME ??0HandleTimeout_PNotifier@H245Negotiator@@QAE@PAV1@@Z @1545 NONAME ??0HandleTransactions_PNotifier@H323Transactor@@QAE@PAV1@@Z @37360 NONAME ??0HIDPluginDeviceManager@@QAE@PAVPPluginManager@@@Z @51814 NONAME ??0Info@RTP_JitterBufferAnalyser@@QAE@XZ @17145 NONAME ??0IntraP64Decoder@@QAE@XZ @1546 NONAME ??0iterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAE@PAU_Node@12@@Z @51170 NONAME ??0iterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAE@XZ @51171 NONAME ??0iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAE@PAU_Node@12@@Z @51815 NONAME ??0iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAE@XZ @51816 NONAME ??0iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAE@PAU_Node@12@@Z @50615 NONAME ??0iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAE@XZ @50616 NONAME ??0iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QAE@PAU_Node@12@@Z @50617 NONAME ??0iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QAE@XZ @50618 NONAME ??0iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAE@PAU_Node@12@@Z @51327 NONAME ??0iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAE@XZ @51328 NONAME ??0iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAE@PAU_Node@12@@Z @51817 NONAME ??0iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAE@XZ @51818 NONAME ??0iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAE@PAU_Node@12@@Z @50619 NONAME ??0iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAE@XZ @50620 NONAME ??0LookupRecord@@QAE@ABU0@@Z @51819 NONAME ??0LookupRecord@@QAE@XZ @51820 NONAME ??0MCS_ArrayOf_ChannelAttributes@@QAE@ABV0@@Z @1640 NONAME ??0MCS_ArrayOf_ChannelAttributes@@QAE@IW4TagClass@PASN_Object@@@Z @1641 NONAME ??0MCS_ArrayOf_ChannelId@@QAE@ABV0@@Z @1642 NONAME ??0MCS_ArrayOf_ChannelId@@QAE@IW4TagClass@PASN_Object@@@Z @1643 NONAME ??0MCS_ArrayOf_TokenAttributes@@QAE@ABV0@@Z @1644 NONAME ??0MCS_ArrayOf_TokenAttributes@@QAE@IW4TagClass@PASN_Object@@@Z @1645 NONAME ??0MCS_ArrayOf_TokenId@@QAE@ABV0@@Z @1646 NONAME ??0MCS_ArrayOf_TokenId@@QAE@IW4TagClass@PASN_Object@@@Z @1647 NONAME ??0MCS_ArrayOf_UserId@@QAE@ABV0@@Z @1648 NONAME ??0MCS_ArrayOf_UserId@@QAE@IW4TagClass@PASN_Object@@@Z @1649 NONAME ??0MCS_AssignedChannelId@@QAE@ABV0@@Z @1650 NONAME ??0MCS_AssignedChannelId@@QAE@IW4TagClass@PASN_Object@@@Z @1651 NONAME ??0MCS_AUcf@@QAE@ABV0@@Z @1652 NONAME ??0MCS_AUcf@@QAE@IW4TagClass@PASN_Object@@@Z @1653 NONAME ??0MCS_AUrq@@QAE@ABV0@@Z @1654 NONAME ??0MCS_AUrq@@QAE@IW4TagClass@PASN_Object@@@Z @1655 NONAME ??0MCS_CAin@@QAE@ABV0@@Z @1656 NONAME ??0MCS_CAin@@QAE@IW4TagClass@PASN_Object@@@Z @1657 NONAME ??0MCS_CArq@@QAE@ABV0@@Z @1658 NONAME ??0MCS_CArq@@QAE@IW4TagClass@PASN_Object@@@Z @1659 NONAME ??0MCS_CCcf@@QAE@ABV0@@Z @1660 NONAME ??0MCS_CCcf@@QAE@IW4TagClass@PASN_Object@@@Z @1661 NONAME ??0MCS_CCrq@@QAE@ABV0@@Z @1662 NONAME ??0MCS_CCrq@@QAE@IW4TagClass@PASN_Object@@@Z @1663 NONAME ??0MCS_CDin@@QAE@ABV0@@Z @1664 NONAME ??0MCS_CDin@@QAE@IW4TagClass@PASN_Object@@@Z @1665 NONAME ??0MCS_CDrq@@QAE@ABV0@@Z @1666 NONAME ??0MCS_CDrq@@QAE@IW4TagClass@PASN_Object@@@Z @1667 NONAME ??0MCS_CEin@@QAE@ABV0@@Z @1668 NONAME ??0MCS_CEin@@QAE@IW4TagClass@PASN_Object@@@Z @1669 NONAME ??0MCS_CErq@@QAE@ABV0@@Z @1670 NONAME ??0MCS_CErq@@QAE@IW4TagClass@PASN_Object@@@Z @1671 NONAME ??0MCS_ChannelAttributes@@QAE@ABV0@@Z @1672 NONAME ??0MCS_ChannelAttributes@@QAE@IW4TagClass@PASN_Object@@@Z @1673 NONAME ??0MCS_ChannelAttributes_assigned@@QAE@ABV0@@Z @1674 NONAME ??0MCS_ChannelAttributes_assigned@@QAE@IW4TagClass@PASN_Object@@@Z @1675 NONAME ??0MCS_ChannelAttributes_private@@QAE@ABV0@@Z @1676 NONAME ??0MCS_ChannelAttributes_private@@QAE@IW4TagClass@PASN_Object@@@Z @1677 NONAME ??0MCS_ChannelAttributes_static@@QAE@ABV0@@Z @1678 NONAME ??0MCS_ChannelAttributes_static@@QAE@IW4TagClass@PASN_Object@@@Z @1679 NONAME ??0MCS_ChannelAttributes_userId@@QAE@ABV0@@Z @1680 NONAME ??0MCS_ChannelAttributes_userId@@QAE@IW4TagClass@PASN_Object@@@Z @1681 NONAME ??0MCS_ChannelId@@QAE@ABV0@@Z @1682 NONAME ??0MCS_ChannelId@@QAE@IW4TagClass@PASN_Object@@@Z @1683 NONAME ??0MCS_CJcf@@QAE@ABV0@@Z @1684 NONAME ??0MCS_CJcf@@QAE@IW4TagClass@PASN_Object@@@Z @1685 NONAME ??0MCS_CJrq@@QAE@ABV0@@Z @1686 NONAME ??0MCS_CJrq@@QAE@IW4TagClass@PASN_Object@@@Z @1687 NONAME ??0MCS_CLrq@@QAE@ABV0@@Z @1688 NONAME ??0MCS_CLrq@@QAE@IW4TagClass@PASN_Object@@@Z @1689 NONAME ??0MCS_ConnectMCSPDU@@QAE@ABV0@@Z @1690 NONAME ??0MCS_ConnectMCSPDU@@QAE@IW4TagClass@PASN_Object@@@Z @1691 NONAME ??0MCS_Connect_Additional@@QAE@ABV0@@Z @1692 NONAME ??0MCS_Connect_Additional@@QAE@IW4TagClass@PASN_Object@@@Z @1693 NONAME ??0MCS_Connect_Initial@@QAE@ABV0@@Z @1694 NONAME ??0MCS_Connect_Initial@@QAE@IW4TagClass@PASN_Object@@@Z @1695 NONAME ??0MCS_Connect_Response@@QAE@ABV0@@Z @1696 NONAME ??0MCS_Connect_Response@@QAE@IW4TagClass@PASN_Object@@@Z @1697 NONAME ??0MCS_Connect_Result@@QAE@ABV0@@Z @1698 NONAME ??0MCS_Connect_Result@@QAE@IW4TagClass@PASN_Object@@@Z @1699 NONAME ??0MCS_DataPriority@@QAE@ABV0@@Z @1700 NONAME ??0MCS_DataPriority@@QAE@IW4TagClass@PASN_Object@@@Z @1701 NONAME ??0MCS_Diagnostic@@QAE@ABV0@@Z @1702 NONAME ??0MCS_Diagnostic@@QAE@IW4TagClass@PASN_Object@@@Z @1703 NONAME ??0MCS_DomainMCSPDU@@QAE@ABV0@@Z @1704 NONAME ??0MCS_DomainMCSPDU@@QAE@IW4TagClass@PASN_Object@@@Z @1705 NONAME ??0MCS_DomainParameters@@QAE@ABV0@@Z @1706 NONAME ??0MCS_DomainParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1707 NONAME ??0MCS_DPum@@QAE@ABV0@@Z @1708 NONAME ??0MCS_DPum@@QAE@IW4TagClass@PASN_Object@@@Z @1709 NONAME ??0MCS_DUin@@QAE@ABV0@@Z @1710 NONAME ??0MCS_DUin@@QAE@IW4TagClass@PASN_Object@@@Z @1711 NONAME ??0MCS_DUrq@@QAE@ABV0@@Z @1712 NONAME ??0MCS_DUrq@@QAE@IW4TagClass@PASN_Object@@@Z @1713 NONAME ??0MCS_DynamicChannelId@@QAE@ABV0@@Z @1714 NONAME ??0MCS_DynamicChannelId@@QAE@IW4TagClass@PASN_Object@@@Z @1715 NONAME ??0MCS_EDrq@@QAE@ABV0@@Z @1716 NONAME ??0MCS_EDrq@@QAE@IW4TagClass@PASN_Object@@@Z @1717 NONAME ??0MCS_MCcf@@QAE@ABV0@@Z @1718 NONAME ??0MCS_MCcf@@QAE@IW4TagClass@PASN_Object@@@Z @1719 NONAME ??0MCS_MCrq@@QAE@ABV0@@Z @1720 NONAME ??0MCS_MCrq@@QAE@IW4TagClass@PASN_Object@@@Z @1721 NONAME ??0MCS_MTcf@@QAE@ABV0@@Z @1722 NONAME ??0MCS_MTcf@@QAE@IW4TagClass@PASN_Object@@@Z @1723 NONAME ??0MCS_MTrq@@QAE@ABV0@@Z @1724 NONAME ??0MCS_MTrq@@QAE@IW4TagClass@PASN_Object@@@Z @1725 NONAME ??0MCS_PCin@@QAE@ABV0@@Z @1726 NONAME ??0MCS_PCin@@QAE@IW4TagClass@PASN_Object@@@Z @1727 NONAME ??0MCS_PDin@@QAE@ABV0@@Z @1728 NONAME ??0MCS_PDin@@QAE@IW4TagClass@PASN_Object@@@Z @1729 NONAME ??0MCS_PrivateChannelId@@QAE@ABV0@@Z @1730 NONAME ??0MCS_PrivateChannelId@@QAE@IW4TagClass@PASN_Object@@@Z @1731 NONAME ??0MCS_PTin@@QAE@ABV0@@Z @1732 NONAME ??0MCS_PTin@@QAE@IW4TagClass@PASN_Object@@@Z @1733 NONAME ??0MCS_Reason@@QAE@ABV0@@Z @1734 NONAME ??0MCS_Reason@@QAE@IW4TagClass@PASN_Object@@@Z @1735 NONAME ??0MCS_Result@@QAE@ABV0@@Z @1736 NONAME ??0MCS_Result@@QAE@IW4TagClass@PASN_Object@@@Z @1737 NONAME ??0MCS_RJum@@QAE@ABV0@@Z @1738 NONAME ??0MCS_RJum@@QAE@IW4TagClass@PASN_Object@@@Z @1739 NONAME ??0MCS_SDin@@QAE@ABV0@@Z @1740 NONAME ??0MCS_SDin@@QAE@IW4TagClass@PASN_Object@@@Z @1741 NONAME ??0MCS_SDrq@@QAE@ABV0@@Z @1742 NONAME ??0MCS_SDrq@@QAE@IW4TagClass@PASN_Object@@@Z @1743 NONAME ??0MCS_Segmentation@@QAE@ABV0@@Z @1744 NONAME ??0MCS_Segmentation@@QAE@IW4TagClass@PASN_Object@@@Z @1745 NONAME ??0MCS_StaticChannelId@@QAE@ABV0@@Z @1746 NONAME ??0MCS_StaticChannelId@@QAE@IW4TagClass@PASN_Object@@@Z @1747 NONAME ??0MCS_TGcf@@QAE@ABV0@@Z @1748 NONAME ??0MCS_TGcf@@QAE@IW4TagClass@PASN_Object@@@Z @1749 NONAME ??0MCS_TGrq@@QAE@ABV0@@Z @1750 NONAME ??0MCS_TGrq@@QAE@IW4TagClass@PASN_Object@@@Z @1751 NONAME ??0MCS_TIcf@@QAE@ABV0@@Z @1752 NONAME ??0MCS_TIcf@@QAE@IW4TagClass@PASN_Object@@@Z @1753 NONAME ??0MCS_TIrq@@QAE@ABV0@@Z @1754 NONAME ??0MCS_TIrq@@QAE@IW4TagClass@PASN_Object@@@Z @1755 NONAME ??0MCS_TokenAttributes@@QAE@ABV0@@Z @1756 NONAME ??0MCS_TokenAttributes@@QAE@IW4TagClass@PASN_Object@@@Z @1757 NONAME ??0MCS_TokenAttributes_given@@QAE@ABV0@@Z @1758 NONAME ??0MCS_TokenAttributes_given@@QAE@IW4TagClass@PASN_Object@@@Z @1759 NONAME ??0MCS_TokenAttributes_giving@@QAE@ABV0@@Z @1760 NONAME ??0MCS_TokenAttributes_giving@@QAE@IW4TagClass@PASN_Object@@@Z @1761 NONAME ??0MCS_TokenAttributes_grabbed@@QAE@ABV0@@Z @1762 NONAME ??0MCS_TokenAttributes_grabbed@@QAE@IW4TagClass@PASN_Object@@@Z @1763 NONAME ??0MCS_TokenAttributes_inhibited@@QAE@ABV0@@Z @1764 NONAME ??0MCS_TokenAttributes_inhibited@@QAE@IW4TagClass@PASN_Object@@@Z @1765 NONAME ??0MCS_TokenAttributes_ungivable@@QAE@ABV0@@Z @1766 NONAME ??0MCS_TokenAttributes_ungivable@@QAE@IW4TagClass@PASN_Object@@@Z @1767 NONAME ??0MCS_TokenId@@QAE@ABV0@@Z @1768 NONAME ??0MCS_TokenId@@QAE@IW4TagClass@PASN_Object@@@Z @1769 NONAME ??0MCS_TokenStatus@@QAE@ABV0@@Z @1770 NONAME ??0MCS_TokenStatus@@QAE@IW4TagClass@PASN_Object@@@Z @1771 NONAME ??0MCS_TPin@@QAE@ABV0@@Z @1772 NONAME ??0MCS_TPin@@QAE@IW4TagClass@PASN_Object@@@Z @1773 NONAME ??0MCS_TPrq@@QAE@ABV0@@Z @1774 NONAME ??0MCS_TPrq@@QAE@IW4TagClass@PASN_Object@@@Z @1775 NONAME ??0MCS_TRcf@@QAE@ABV0@@Z @1776 NONAME ??0MCS_TRcf@@QAE@IW4TagClass@PASN_Object@@@Z @1777 NONAME ??0MCS_TRrq@@QAE@ABV0@@Z @1778 NONAME ??0MCS_TRrq@@QAE@IW4TagClass@PASN_Object@@@Z @1779 NONAME ??0MCS_TTcf@@QAE@ABV0@@Z @1780 NONAME ??0MCS_TTcf@@QAE@IW4TagClass@PASN_Object@@@Z @1781 NONAME ??0MCS_TTrq@@QAE@ABV0@@Z @1782 NONAME ??0MCS_TTrq@@QAE@IW4TagClass@PASN_Object@@@Z @1783 NONAME ??0MCS_TVcf@@QAE@ABV0@@Z @1784 NONAME ??0MCS_TVcf@@QAE@IW4TagClass@PASN_Object@@@Z @1785 NONAME ??0MCS_TVin@@QAE@ABV0@@Z @1786 NONAME ??0MCS_TVin@@QAE@IW4TagClass@PASN_Object@@@Z @1787 NONAME ??0MCS_TVrq@@QAE@ABV0@@Z @1788 NONAME ??0MCS_TVrq@@QAE@IW4TagClass@PASN_Object@@@Z @1789 NONAME ??0MCS_TVrs@@QAE@ABV0@@Z @1790 NONAME ??0MCS_TVrs@@QAE@IW4TagClass@PASN_Object@@@Z @1791 NONAME ??0MCS_UserId@@QAE@ABV0@@Z @1792 NONAME ??0MCS_UserId@@QAE@IW4TagClass@PASN_Object@@@Z @1793 NONAME ??0MCS_USin@@QAE@ABV0@@Z @1794 NONAME ??0MCS_USin@@QAE@IW4TagClass@PASN_Object@@@Z @1795 NONAME ??0MCS_USrq@@QAE@ABV0@@Z @1796 NONAME ??0MCS_USrq@@QAE@IW4TagClass@PASN_Object@@@Z @1797 NONAME ??0MonitorMain_PNotifier@H323Gatekeeper@@QAE@PAV1@@Z @30554 NONAME ??0MonitorMain_PNotifier@H323GatekeeperServer@@QAE@PAV1@@Z @30243 NONAME ??0MonitorMain_PNotifier@H323PeerElement@@QAE@PAV1@@Z @34919 NONAME ??0Monitor_PNotifier@OpalUSBDevice@@QAE@PAV1@@Z @51821 NONAME ??0MSIPAddress@PILSSession@@QAE@K@Z @37938 NONAME ??0MXRecordList@PDNS@@IAE@HPBV01@@Z @51822 NONAME ??0MXRecordList@PDNS@@QAE@XZ @51823 NONAME ??0OnCallIntrudeTimeOut_PNotifier@H45011Handler@@QAE@PAV1@@Z @30730 NONAME ??0OnCallTransferTimeOut_PNotifier@H4502Handler@@QAE@PAV1@@Z @29677 NONAME ??0OnLoadModule_PNotifier@PPluginModuleManager@@QAE@PAV1@@Z @49683 NONAME ??0OnUserInputInBandDTMF_PNotifier@H323Connection@@QAE@PAV1@@Z @29984 NONAME ??0OnUserInputInlineRFC2833_PNotifier@H323Connection@@QAE@PAV1@@Z @29888 NONAME ??0OpalFactoryCodec@@QAE@XZ @51329 NONAME ??0OpalG711ALaw64kFormat@@QAE@XZ @49804 NONAME ??0OpalG711ALaw64k_Base@@QAE@XZ @51330 NONAME ??0OpalG711ALaw64k_Decoder@@QAE@XZ @51331 NONAME ??0OpalG711ALaw64k_Encoder@@QAE@XZ @51332 NONAME ??0OpalG711uLaw64kFormat@@QAE@XZ @49805 NONAME ??0OpalG711uLaw64k_Base@@QAE@XZ @51333 NONAME ??0OpalG711uLaw64k_Decoder@@QAE@XZ @51334 NONAME ??0OpalG711uLaw64k_Encoder@@QAE@XZ @51335 NONAME ??0OpalG7231A_5k3Format@@QAE@XZ @49806 NONAME ??0OpalG7231A_6k3Format@@QAE@XZ @49807 NONAME ??0OpalG7231_5k3Format@@QAE@XZ @49808 NONAME ??0OpalG7231_6k3Format@@QAE@XZ @49809 NONAME ??0OpalG728Format@@QAE@XZ @49810 NONAME ??0OpalG729ABFormat@@QAE@XZ @49811 NONAME ??0OpalG729AFormat@@QAE@XZ @49812 NONAME ??0OpalG729BFormat@@QAE@XZ @49813 NONAME ??0OpalG729Format@@QAE@XZ @49814 NONAME ??0OpalGloballyUniqueID@@QAE@ABV0@@Z @20702 NONAME ??0OpalGloballyUniqueID@@QAE@ABVPASN_OctetString@@@Z @20681 NONAME ??0OpalGloballyUniqueID@@QAE@ABVPString@@@Z @20682 NONAME ??0OpalGloballyUniqueID@@QAE@PBD@Z @20699 NONAME ??0OpalGloballyUniqueID@@QAE@XZ @20683 NONAME ??0OpalGSM0610Format@@QAE@XZ @49815 NONAME ??0OpalH261Format@@QAE@XZ @49816 NONAME ??0OpalInstantiateMe@@QAE@XZ @51824 NONAME ??0OpalIxJDevice@@QAE@XZ @1798 NONAME ??0OpalLineChannel@@QAE@AAVOpalLineInterfaceDevice@@IABVH323AudioCodec@@@Z @17556 NONAME ??0OpalLineInterfaceDevice@@QAE@XZ @1800 NONAME ??0OpalMediaFormat@@IAE@PBDIW4PayloadTypes@RTP_DataFrame@@HIHIIJ@Z @49817 NONAME ??0OpalMediaFormat@@QAE@ABV0@@Z @20586 NONAME ??0OpalMediaFormat@@QAE@PBDH@Z @20587 NONAME ??0OpalMediaFormat@@QAE@XZ @20589 NONAME ??0OpalPCM16Format@@QAE@XZ @49818 NONAME ??0OpalPluginCodec@@QAE@PAUPluginCodec_Definition@@@Z @51336 NONAME ??0OpalPluginMediaFormat@@QAE@PAUPluginCodec_Definition@@IHIIJ@Z @49819 NONAME ??0OpalRFC2833@@QAE@ABVPNotifier@@@Z @29889 NONAME ??0OpalRFC2833Info@@QAE@DII@Z @29890 NONAME ??0OpalRtpToWavFile@@QAE@ABVPString@@@Z @30594 NONAME ??0OpalRtpToWavFile@@QAE@XZ @30595 NONAME ??0OpalT120Format@@QAE@XZ @49820 NONAME ??0OpalT120Protocol@@QAE@XZ @28017 NONAME ??0OpalT38Protocol@@QAE@XZ @28018 NONAME ??0OpalUSBDevice@@QAE@PAUPluginHID_Definition@@@Z @51825 NONAME ??0OpalUSBDevice@@QAE@XZ @51826 NONAME ??0OpalUserInputRFC2833Format@@QAE@XZ @49821 NONAME ??0OpalVoipBlasterDevice@@QAE@XZ @29729 NONAME ??0OpalVXMLSession@@QAE@PAVH323Connection@@PAVPTextToSpeech@@H@Z @31366 NONAME ??0OpalWAVFile@@QAE@ABVPFilePath@@W4OpenMode@PFile@@HI@Z @30705 NONAME ??0OpalWAVFile@@QAE@I@Z @30706 NONAME ??0OpalWAVFile@@QAE@W4OpenMode@PFile@@HI@Z @30707 NONAME ??0P64Decoder@@IAE@XZ @1802 NONAME ??0P64Encoder@@QAE@HH@Z @20485 NONAME ??0PASN_Boolean@@QAE@ABV0@@Z @1810 NONAME ??0PASN_ConstrainedObject@@QAE@ABV0@@Z @1811 NONAME ??0PASN_ConstrainedString@@QAE@ABV0@@Z @1812 NONAME ??0PASN_Enumeration@@QAE@ABV0@@Z @1813 NONAME ??0PASN_GeneralisedTime@@QAE@ABV0@@Z @22979 NONAME ??0PASN_GeneralisedTime@@QAE@IW4TagClass@PASN_Object@@@Z @22980 NONAME ??0PASN_GeneralString@@QAE@ABV0@@Z @24669 NONAME ??0PASN_IA5String@@QAE@ABV0@@Z @1814 NONAME ??0PASN_Integer@@QAE@ABV0@@Z @1815 NONAME ??0PASN_Null@@QAE@ABV0@@Z @1816 NONAME ??0PASN_NumericString@@QAE@ABV0@@Z @1817 NONAME ??0PASN_Object@@QAE@ABV0@@Z @1818 NONAME ??0PASN_PrintableString@@QAE@ABV0@@Z @1819 NONAME ??0PASN_Stream@@QAE@ABV0@@Z @30322 NONAME ??0PASN_VisibleString@@QAE@ABV0@@Z @22981 NONAME ??0PDTMFEncoder@@QAE@PBDI@Z @51827 NONAME ??0PLDAPAttr_c@RTPerson@PILSSession@@QAE@XZ @37762 NONAME ??0PLDAPAttr_cn@RTPerson@PILSSession@@QAE@XZ @37763 NONAME ??0PLDAPAttr_comment@RTPerson@PILSSession@@QAE@XZ @37764 NONAME ??0PLDAPAttr_givenName@RTPerson@PILSSession@@QAE@XZ @37765 NONAME ??0PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@QAE@XZ @37766 NONAME ??0PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@QAE@XZ @37767 NONAME ??0PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@QAE@XZ @37768 NONAME ??0PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@QAE@XZ @37769 NONAME ??0PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@QAE@XZ @37770 NONAME ??0PLDAPAttr_location@RTPerson@PILSSession@@QAE@XZ @37771 NONAME ??0PLDAPAttr_o@RTPerson@PILSSession@@QAE@XZ @37772 NONAME ??0PLDAPAttr_objectClass@RTPerson@PILSSession@@QAE@XZ @37773 NONAME ??0PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@QAE@XZ @37774 NONAME ??0PLDAPAttr_sappguid@RTPerson@PILSSession@@QAE@XZ @37775 NONAME ??0PLDAPAttr_sappid@RTPerson@PILSSession@@QAE@XZ @37776 NONAME ??0PLDAPAttr_sflags@RTPerson@PILSSession@@QAE@XZ @37777 NONAME ??0PLDAPAttr_sipAddress@RTPerson@PILSSession@@QAE@XZ @37778 NONAME ??0PLDAPAttr_smimetype@RTPerson@PILSSession@@QAE@XZ @37779 NONAME ??0PLDAPAttr_smodop@RTPerson@PILSSession@@QAE@XZ @37780 NONAME ??0PLDAPAttr_sport@RTPerson@PILSSession@@QAE@XZ @37781 NONAME ??0PLDAPAttr_sprotid@RTPerson@PILSSession@@QAE@XZ @37782 NONAME ??0PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@QAE@XZ @37783 NONAME ??0PLDAPAttr_ssecurity@RTPerson@PILSSession@@QAE@XZ @37784 NONAME ??0PLDAPAttr_sttl@RTPerson@PILSSession@@QAE@XZ @37785 NONAME ??0PLDAPAttr_surname@RTPerson@PILSSession@@QAE@XZ @37786 NONAME ??0PLDAPAttr_timestamp@RTPerson@PILSSession@@QAE@XZ @37787 NONAME ??0PluginLoader@@QAE@XZ @51828 NONAME ??0PMediaFormatInstantiateMe@@QAE@XZ @51829 NONAME ??0POrdinalKey@@QAE@ABV0@@Z @37457 NONAME ??0PortInfo@H323EndPoint@@QAE@XZ @31242 NONAME ??0PPER_Stream@@QAE@ABV0@@Z @30323 NONAME ??0PQoS@@QAE@ABV0@@Z @49662 NONAME ??0Pre_Vid_Coder@@QAE@XZ @1829 NONAME ??0PSortedStringList@@QAE@XZ @38195 NONAME ??0PUInt32b@@QAE@K@Z @34818 NONAME ??0PUInt32l@@QAE@XZ @28811 NONAME ??0PWAVFileConverter@@QAE@XZ @51172 NONAME ??0PWAVFileConverterALaw@@QAE@XZ @51173 NONAME ??0PWAVFileConverterULaw@@QAE@XZ @51174 NONAME ??0PWAVFileConverterXLaw@@QAE@XZ @51175 NONAME ??0Q931@@QAE@ABV0@@Z @31222 NONAME ??0Q931@@QAE@XZ @1831 NONAME ??0ReceivedPacket_PNotifier@OpalRFC2833@@QAE@PAV1@@Z @29891 NONAME ??0ReceivedPacket_PNotifier@OpalRtpToWavFile@@QAE@PAV1@@Z @30596 NONAME ??0ReceiverReport@RTP_Session@@QAE@XZ @17014 NONAME ??0ReceiveTimeout_PNotifier@OpalRFC2833@@QAE@PAV1@@Z @29892 NONAME ??0Request@H323Transactor@@QAE@IAAVH323TransactionPDU@@@Z @37361 NONAME ??0Request@H323Transactor@@QAE@IAAVH323TransactionPDU@@ABVH323TransportAddressArray@@@Z @37362 NONAME ??0Response@H323Transactor@@QAE@ABV01@@Z @37363 NONAME ??0Response@H323Transactor@@QAE@ABVH323TransportAddress@@I@Z @37364 NONAME ??0RTPerson@PILSSession@@QAE@XZ @37788 NONAME ??0RTP_ControlFrame@@QAE@H@Z @1833 NONAME ??0RTP_DataFrame@@QAE@H@Z @1834 NONAME ??0RTP_JitterBuffer@@QAE@AAVRTP_Session@@IIH@Z @31654 NONAME ??0RTP_JitterBufferAnalyser@@QAE@XZ @17128 NONAME ??0RTP_QOS@@QAE@ABV0@@Z @49663 NONAME ??0RTP_Session@@QAE@IPAVRTP_UserData@@@Z @1836 NONAME ??0RTP_SessionManager@@QAE@ABV0@@Z @31458 NONAME ??0RTP_SessionManager@@QAE@XZ @1837 NONAME ??0RTP_UDP@@QAE@IH@Z @39022 NONAME ??0RTP_UserData@@QAE@XZ @1839 NONAME ??0SenderReport@RTP_Session@@QAE@XZ @17015 NONAME ??0SlowHandler_PNotifier@H323Transaction@@QAE@PAV1@@Z @37586 NONAME ??0SoundTones@OpalUSBDevice@@QAE@IIIHPBE@Z @51830 NONAME ??0SourceDescription@RTP_Session@@QAE@K@Z @17016 NONAME ??0SRVRecordList@PDNS@@IAE@HPBV01@@Z @51831 NONAME ??0SRVRecordList@PDNS@@QAE@XZ @51832 NONAME ??0StatusHandler_PNotifier@OpalVoipBlasterDevice@@QAE@PAV1@@Z @29730 NONAME ??0StringMap@H323GatekeeperServer@@QAE@ABVPString@@0@Z @31682 NONAME ??0T120ConnectPDU@@QAE@XZ @30009 NONAME ??0T120_X224@@QAE@XZ @30010 NONAME ??0T38_ArrayOf_PASN_OctetString@@QAE@ABV0@@Z @28019 NONAME ??0T38_ArrayOf_PASN_OctetString@@QAE@IW4TagClass@PASN_Object@@@Z @28020 NONAME ??0T38_Data_Field@@QAE@ABV0@@Z @28021 NONAME ??0T38_Data_Field@@QAE@IW4TagClass@PASN_Object@@@Z @28022 NONAME ??0T38_Data_Field_subtype@@QAE@ABV0@@Z @28023 NONAME ??0T38_Data_Field_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @28024 NONAME ??0T38_Data_Field_subtype_field_type@@QAE@ABV0@@Z @28025 NONAME ??0T38_Data_Field_subtype_field_type@@QAE@IW4TagClass@PASN_Object@@@Z @28026 NONAME ??0T38_IFPPacket@@QAE@ABV0@@Z @28027 NONAME ??0T38_IFPPacket@@QAE@IW4TagClass@PASN_Object@@@Z @28028 NONAME ??0T38_PreCorrigendum_Data_Field@@QAE@ABV0@@Z @31697 NONAME ??0T38_PreCorrigendum_Data_Field@@QAE@IW4TagClass@PASN_Object@@@Z @31698 NONAME ??0T38_PreCorrigendum_Data_Field_subtype@@QAE@ABV0@@Z @31699 NONAME ??0T38_PreCorrigendum_Data_Field_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @31700 NONAME ??0T38_PreCorrigendum_Data_Field_subtype_field_type@@QAE@ABV0@@Z @31701 NONAME ??0T38_PreCorrigendum_Data_Field_subtype_field_type@@QAE@IW4TagClass@PASN_Object@@@Z @31702 NONAME ??0T38_PreCorrigendum_IFPPacket@@QAE@ABV0@@Z @31703 NONAME ??0T38_PreCorrigendum_IFPPacket@@QAE@IW4TagClass@PASN_Object@@@Z @31704 NONAME ??0T38_Type_of_msg@@QAE@ABV0@@Z @28029 NONAME ??0T38_Type_of_msg@@QAE@IW4TagClass@PASN_Object@@@Z @28030 NONAME ??0T38_Type_of_msg_data@@QAE@ABV0@@Z @28031 NONAME ??0T38_Type_of_msg_data@@QAE@IW4TagClass@PASN_Object@@@Z @28032 NONAME ??0T38_Type_of_msg_t30_indicator@@QAE@ABV0@@Z @28033 NONAME ??0T38_Type_of_msg_t30_indicator@@QAE@IW4TagClass@PASN_Object@@@Z @28034 NONAME ??0T38_UDPTLPacket@@QAE@ABV0@@Z @28035 NONAME ??0T38_UDPTLPacket@@QAE@IW4TagClass@PASN_Object@@@Z @28036 NONAME ??0T38_UDPTLPacket_error_recovery@@QAE@ABV0@@Z @28037 NONAME ??0T38_UDPTLPacket_error_recovery@@QAE@IW4TagClass@PASN_Object@@@Z @28038 NONAME ??0T38_UDPTLPacket_error_recovery_fec_info@@QAE@ABV0@@Z @28039 NONAME ??0T38_UDPTLPacket_error_recovery_fec_info@@QAE@IW4TagClass@PASN_Object@@@Z @28040 NONAME ??0T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@QAE@ABV0@@Z @28041 NONAME ??0T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@QAE@IW4TagClass@PASN_Object@@@Z @28042 NONAME ??0T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@QAE@ABV0@@Z @28043 NONAME ??0T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @28044 NONAME ??0T38_UDPTLPacket_primary_ifp_packet@@QAE@ABV0@@Z @28045 NONAME ??0T38_UDPTLPacket_primary_ifp_packet@@QAE@IW4TagClass@PASN_Object@@@Z @28046 NONAME ??0TickleMonitor_PNotifier@H323Gatekeeper@@QAE@PAV1@@Z @30555 NONAME ??0TonePlay_PNotifier@OpalUSBDevice@@QAE@PAV1@@Z @51833 NONAME ??0TransmitEnded_PNotifier@OpalRFC2833@@QAE@PAV1@@Z @29893 NONAME ??0TransmitPacket_PNotifier@OpalRFC2833@@QAE@PAV1@@Z @29894 NONAME ??0Transmitter@@QAE@XZ @1840 NONAME ??0UpdateAllDescriptors_PNotifier@H323PeerElement@@QAE@PAV1@@Z @37458 NONAME ??0VideoFrame@@QAE@HH@Z @20487 NONAME ??0VideoFrame@@QAE@PAEHH@Z @1841 NONAME ??0VoipBlasterInterface@@QAE@XZ @29731 NONAME ??0Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@QAE@ABVPString@@@Z @51337 NONAME ??0Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@QAE@ABVPString@@@Z @51338 NONAME ??0Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@QAE@ABVPString@@@Z @51339 NONAME ??0Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@QAE@ABVPString@@@Z @51340 NONAME ??0Worker@OpalPluginCodecFactory@@QAE@ABVPString@@PAUPluginCodec_Definition@@@Z @51341 NONAME ??0WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@IAE@_N@Z @51834 NONAME ??0WorkerBase@?$PFactory@VH323Capability@@VPString@@@@IAE@PAVH323Capability@@@Z @50621 NONAME ??0WorkerBase@?$PFactory@VH323Capability@@VPString@@@@IAE@_N@Z @50622 NONAME ??0WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@IAE@_N@Z @51342 NONAME ??0WorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@IAE@PAVOpalLineInterfaceDevice@@@Z @51835 NONAME ??0WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@IAE@PAVOpalMediaFormat@@@Z @50623 NONAME ??0WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@IAE@_N@Z @50624 NONAME ??0WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@IAE@_N@Z @50625 NONAME ??0WorkerBase@?$PFactory@VPWAVFileConverter@@I@@IAE@_N@Z @51176 NONAME ??0X224@@QAE@XZ @1843 NONAME ??0X880_Code@@QAE@ABV0@@Z @21119 NONAME ??0X880_Code@@QAE@IW4TagClass@PASN_Object@@@Z @21120 NONAME ??0X880_GeneralProblem@@QAE@ABV0@@Z @21121 NONAME ??0X880_GeneralProblem@@QAE@IW4TagClass@PASN_Object@@@Z @21122 NONAME ??0X880_Invoke@@QAE@ABV0@@Z @21123 NONAME ??0X880_Invoke@@QAE@IW4TagClass@PASN_Object@@@Z @21124 NONAME ??0X880_InvokeId@@QAE@ABV0@@Z @21125 NONAME ??0X880_InvokeId@@QAE@IW4TagClass@PASN_Object@@@Z @21126 NONAME ??0X880_InvokeProblem@@QAE@ABV0@@Z @21127 NONAME ??0X880_InvokeProblem@@QAE@IW4TagClass@PASN_Object@@@Z @21128 NONAME ??0X880_Reject@@QAE@ABV0@@Z @21129 NONAME ??0X880_Reject@@QAE@IW4TagClass@PASN_Object@@@Z @21130 NONAME ??0X880_RejectProblem@@QAE@ABV0@@Z @21131 NONAME ??0X880_RejectProblem@@QAE@IW4TagClass@PASN_Object@@@Z @21132 NONAME ??0X880_Reject_problem@@QAE@ABV0@@Z @21133 NONAME ??0X880_Reject_problem@@QAE@IW4TagClass@PASN_Object@@@Z @21134 NONAME ??0X880_ReturnError@@QAE@ABV0@@Z @21135 NONAME ??0X880_ReturnError@@QAE@IW4TagClass@PASN_Object@@@Z @21136 NONAME ??0X880_ReturnErrorProblem@@QAE@ABV0@@Z @21137 NONAME ??0X880_ReturnErrorProblem@@QAE@IW4TagClass@PASN_Object@@@Z @21138 NONAME ??0X880_ReturnResult@@QAE@ABV0@@Z @21139 NONAME ??0X880_ReturnResult@@QAE@IW4TagClass@PASN_Object@@@Z @21140 NONAME ??0X880_ReturnResultProblem@@QAE@ABV0@@Z @21141 NONAME ??0X880_ReturnResultProblem@@QAE@IW4TagClass@PASN_Object@@@Z @21142 NONAME ??0X880_ReturnResult_result@@QAE@ABV0@@Z @21143 NONAME ??0X880_ReturnResult_result@@QAE@IW4TagClass@PASN_Object@@@Z @21144 NONAME ??0X880_ROS@@QAE@ABV0@@Z @21145 NONAME ??0X880_ROS@@QAE@IW4TagClass@PASN_Object@@@Z @21146 NONAME ??0__SMANIP_long@@QAE@P6AAAVios@@AAV1@J@ZJ@Z @31267 NONAME ??1?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UAE@XZ @27647 NONAME ??1?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UAE@XZ @27648 NONAME ??1?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UAE@XZ @27649 NONAME ??1?$H235_HASHED@VH235_EncodedGeneralToken@@@@UAE@XZ @27650 NONAME ??1?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UAE@XZ @27651 NONAME ??1?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UAE@XZ @27652 NONAME ??1?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UAE@XZ @27653 NONAME ??1?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UAE@XZ @27654 NONAME ??1?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UAE@XZ @27655 NONAME ??1?$H235_SIGNED@VH235_EncodedReturnSig@@@@UAE@XZ @27656 NONAME ??1?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@std@@QAE@XZ @51177 NONAME ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@std@@QAE@XZ @51836 NONAME ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@std@@QAE@XZ @50626 NONAME ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@std@@QAE@XZ @50627 NONAME ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@std@@QAE@XZ @51343 NONAME ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@std@@QAE@XZ @51837 NONAME ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@std@@QAE@XZ @50628 NONAME ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@QAE@XZ @51838 NONAME ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@QAE@XZ @50629 NONAME ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@QAE@XZ @50630 NONAME ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@QAE@XZ @51344 NONAME ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@QAE@XZ @51839 NONAME ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@QAE@XZ @50631 NONAME ??1?$PArray@V?$PList@VH323Capability@@@@@@UAE@XZ @1855 NONAME ??1?$PArray@VH323SimultaneousCapabilities@@@@UAE@XZ @1856 NONAME ??1?$PArray@VH323TransportAddress@@@@UAE@XZ @28413 NONAME ??1?$PArray@VPASN_Object@@@@UAE@XZ @17017 NONAME ??1?$PArray@VReceiverReport@RTP_Session@@@@UAE@XZ @17018 NONAME ??1?$PArray@VSourceDescription@RTP_Session@@@@UAE@XZ @17019 NONAME ??1?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UAE@XZ @1857 NONAME ??1?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UAE@XZ @32091 NONAME ??1?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UAE@XZ @28960 NONAME ??1?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UAE@XZ @1858 NONAME ??1?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UAE@XZ @37365 NONAME ??1?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UAE@XZ @1859 NONAME ??1?$PDictionary@VPString@@VH323Connection@@@@UAE@XZ @1860 NONAME ??1?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UAE@XZ @28414 NONAME ??1?$PDictionary@VPString@@VPLDAPAttributeBase@@@@UAE@XZ @37789 NONAME ??1?$PDictionary@VPString@@VPOrdinalKey@@@@UAE@XZ @37459 NONAME ??1?$PFactory@VH235Authenticator@@VPString@@@@MAE@XZ @51840 NONAME ??1?$PFactory@VH323Capability@@VPString@@@@MAE@XZ @50632 NONAME ??1?$PFactory@VH323StaticPluginCodec@@VPString@@@@MAE@XZ @50633 NONAME ??1?$PFactory@VOpalFactoryCodec@@VPString@@@@MAE@XZ @51345 NONAME ??1?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@MAE@XZ @51841 NONAME ??1?$PFactory@VOpalMediaFormat@@VPString@@@@MAE@XZ @50634 NONAME ??1?$PFactory@VPWAVFileConverter@@I@@MAE@XZ @51178 NONAME ??1?$PList@VH235Authenticator@@@@UAE@XZ @28812 NONAME ??1?$PList@VH245_GenericParameter@@@@UAE@XZ @51842 NONAME ??1?$PList@VH323Capability@@@@UAE@XZ @1861 NONAME ??1?$PList@VH323Channel@@@@UAE@XZ @1862 NONAME ??1?$PList@VH323GatekeeperListener@@@@UAE@XZ @28415 NONAME ??1?$PList@VH323Listener@@@@UAE@XZ @1864 NONAME ??1?$PList@VH323Transactor@@@@UAE@XZ @34921 NONAME ??1?$PList@VH450xHandler@@@@UAE@XZ @28961 NONAME ??1?$PList@VOpalMediaFormat@@@@UAE@XZ @20590 NONAME ??1?$PList@VPBYTEArray@@@@UAE@XZ @34556 NONAME ??1?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UAE@XZ @31624 NONAME ??1?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UAE@XZ @37174 NONAME ??1?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UAE@XZ @37175 NONAME ??1?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@UAE@XZ @31625 NONAME ??1?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UAE@XZ @31626 NONAME ??1?$PSafePtr@VH323GatekeeperCall@@@@UAE@XZ @30382 NONAME ??1?$PSafePtr@VH323PeerElementDescriptor@@@@UAE@XZ @37176 NONAME ??1?$PSafePtr@VH323PeerElementServiceRelationship@@@@UAE@XZ @37177 NONAME ??1?$PSafePtr@VH323RegisteredEndPoint@@@@UAE@XZ @30383 NONAME ??1?$PSafeSortedList@VH323GatekeeperCall@@@@UAE@XZ @31627 NONAME ??1?$PSafeSortedList@VH323PeerElementDescriptor@@@@UAE@XZ @37178 NONAME ??1?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@UAE@XZ @37179 NONAME ??1?$PSet@VPOrdinalKey@@@@UAE@XZ @37460 NONAME ??1?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@UAE@XZ @30814 NONAME ??1?$PSortedList@VH225_AliasAddress@@@@UAE@XZ @37587 NONAME ??1?$PSortedList@VH323GatekeeperCall@@@@UAE@XZ @28416 NONAME ??1?$PSortedList@VH323PeerElementDescriptor@@@@UAE@XZ @37180 NONAME ??1?$PSortedList@VH323PeerElementServiceRelationship@@@@UAE@XZ @37181 NONAME ??1?$PSortedList@VMXRecord@PDNS@@@@UAE@XZ @51843 NONAME ??1?$PSortedList@VResponse@H323Transactor@@@@UAE@XZ @37366 NONAME ??1?$PSortedList@VSRVRecord@PDNS@@@@UAE@XZ @51844 NONAME ??1?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAE@XZ @51845 NONAME ??1?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@UAE@XZ @51846 NONAME ??1?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@UAE@XZ @51847 NONAME ??1?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@UAE@XZ @51848 NONAME ??1?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@UAE@XZ @50635 NONAME ??1?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @50636 NONAME ??1?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @50637 NONAME ??1?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @50638 NONAME ??1?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @50639 NONAME ??1?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @50640 NONAME ??1?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @50641 NONAME ??1?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @50642 NONAME ??1?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @50643 NONAME ??1?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @50644 NONAME ??1?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @50645 NONAME ??1?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @50646 NONAME ??1?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @50647 NONAME ??1?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @50648 NONAME ??1?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @50649 NONAME ??1?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @50650 NONAME ??1?$Worker@VHIDPluginDeviceManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@UAE@XZ @51849 NONAME ??1?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @50651 NONAME ??1?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @50652 NONAME ??1?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @50653 NONAME ??1?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @50654 NONAME ??1?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @50655 NONAME ??1?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @50656 NONAME ??1?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @50657 NONAME ??1?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @50658 NONAME ??1?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @50659 NONAME ??1?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @50660 NONAME ??1?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @50661 NONAME ??1?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @50662 NONAME ??1?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @50663 NONAME ??1?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @50664 NONAME ??1?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @50665 NONAME ??1?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @50666 NONAME ??1?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@UAE@XZ @51850 NONAME ??1?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@UAE@XZ @51179 NONAME ??1?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@UAE@XZ @51180 NONAME ??1?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAE@XZ @51181 NONAME ??1?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAE@XZ @51851 NONAME ??1?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAE@XZ @50667 NONAME ??1?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QAE@XZ @50668 NONAME ??1?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAE@XZ @51346 NONAME ??1?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAE@XZ @51852 NONAME ??1?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAE@XZ @50669 NONAME ??1AdmissionRequestResponseInfo@@QAE@XZ @29206 NONAME ??1AliasKey@H323PeerElement@@UAE@XZ @37588 NONAME ??1AlternateInfo@H323Gatekeeper@@UAE@XZ @30815 NONAME ??1ByteQueue@OpalVoipBlasterDevice@@UAE@XZ @29732 NONAME ??1CodecReadAnalyser@@QAE@XZ @28962 NONAME ??1Encoder@@UAE@XZ @51853 NONAME ??1Entry@RTP_JitterBuffer@@UAE@XZ @1865 NONAME ??1FilterInfo@H323Codec@@UAE@XZ @29970 NONAME ??1FullP64Decoder@@UAE@XZ @1867 NONAME ??1G7231_File_Capability@@UAE@XZ @30932 NONAME ??1G7231_File_Codec@@UAE@XZ @30933 NONAME ??1GCC_AlternativeNodeID@@UAE@XZ @1868 NONAME ??1GCC_ApplicationInvokeIndication@@UAE@XZ @1869 NONAME ??1GCC_ApplicationInvokeSpecifier@@UAE@XZ @1870 NONAME ??1GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@UAE@XZ @1871 NONAME ??1GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UAE@XZ @1872 NONAME ??1GCC_ApplicationRecord@@UAE@XZ @1873 NONAME ??1GCC_ApplicationRecord_nonCollapsingCapabilities@@UAE@XZ @1874 NONAME ??1GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UAE@XZ @1875 NONAME ??1GCC_ArrayOf_ApplicationInvokeSpecifier@@UAE@XZ @1876 NONAME ??1GCC_ArrayOf_ChallengeItem@@UAE@XZ @1877 NONAME ??1GCC_ArrayOf_ConferenceDescriptor@@UAE@XZ @1878 NONAME ??1GCC_ArrayOf_Privilege@@UAE@XZ @1879 NONAME ??1GCC_ArrayOf_TextString@@UAE@XZ @1880 NONAME ??1GCC_ArrayOf_UserID@@UAE@XZ @1881 NONAME ??1GCC_AsymmetryIndicator@@UAE@XZ @1882 NONAME ??1GCC_CapabilityClass@@UAE@XZ @1883 NONAME ??1GCC_CapabilityID@@UAE@XZ @1884 NONAME ??1GCC_ChallengeItem@@UAE@XZ @1885 NONAME ??1GCC_ChallengeRequest@@UAE@XZ @1886 NONAME ??1GCC_ChallengeResponse@@UAE@XZ @1887 NONAME ??1GCC_ChallengeResponseAlgorithm@@UAE@XZ @1888 NONAME ??1GCC_ChallengeResponseItem@@UAE@XZ @1889 NONAME ??1GCC_ChannelID@@UAE@XZ @1890 NONAME ??1GCC_ChannelType@@UAE@XZ @1891 NONAME ??1GCC_ConductorAssignIndication@@UAE@XZ @1892 NONAME ??1GCC_ConductorPermissionAskIndication@@UAE@XZ @1893 NONAME ??1GCC_ConductorPermissionGrantIndication@@UAE@XZ @1894 NONAME ??1GCC_ConductorReleaseIndication@@UAE@XZ @1895 NONAME ??1GCC_ConferenceAddRequest@@UAE@XZ @1896 NONAME ??1GCC_ConferenceAddResponse@@UAE@XZ @1897 NONAME ??1GCC_ConferenceAddResponse_result@@UAE@XZ @1898 NONAME ??1GCC_ConferenceAssistanceIndication@@UAE@XZ @1899 NONAME ??1GCC_ConferenceCreateRequest@@UAE@XZ @1900 NONAME ??1GCC_ConferenceCreateResponse@@UAE@XZ @1901 NONAME ??1GCC_ConferenceCreateResponse_result@@UAE@XZ @1902 NONAME ??1GCC_ConferenceDescriptor@@UAE@XZ @1903 NONAME ??1GCC_ConferenceEjectUserIndication@@UAE@XZ @1904 NONAME ??1GCC_ConferenceEjectUserIndication_reason@@UAE@XZ @1905 NONAME ??1GCC_ConferenceEjectUserRequest@@UAE@XZ @1906 NONAME ??1GCC_ConferenceEjectUserRequest_reason@@UAE@XZ @1907 NONAME ??1GCC_ConferenceEjectUserResponse@@UAE@XZ @1908 NONAME ??1GCC_ConferenceEjectUserResponse_result@@UAE@XZ @1909 NONAME ??1GCC_ConferenceInviteRequest@@UAE@XZ @1910 NONAME ??1GCC_ConferenceInviteResponse@@UAE@XZ @1911 NONAME ??1GCC_ConferenceInviteResponse_result@@UAE@XZ @1912 NONAME ??1GCC_ConferenceJoinRequest@@UAE@XZ @1913 NONAME ??1GCC_ConferenceJoinResponse@@UAE@XZ @1914 NONAME ??1GCC_ConferenceJoinResponse_result@@UAE@XZ @1915 NONAME ??1GCC_ConferenceLockIndication@@UAE@XZ @1916 NONAME ??1GCC_ConferenceLockRequest@@UAE@XZ @1917 NONAME ??1GCC_ConferenceLockResponse@@UAE@XZ @1918 NONAME ??1GCC_ConferenceLockResponse_result@@UAE@XZ @1919 NONAME ??1GCC_ConferenceName@@UAE@XZ @1920 NONAME ??1GCC_ConferenceNameModifier@@UAE@XZ @1921 NONAME ??1GCC_ConferenceNameSelector@@UAE@XZ @1922 NONAME ??1GCC_ConferencePriority@@UAE@XZ @1923 NONAME ??1GCC_ConferencePriorityScheme@@UAE@XZ @1924 NONAME ??1GCC_ConferenceQueryRequest@@UAE@XZ @1925 NONAME ??1GCC_ConferenceQueryResponse@@UAE@XZ @1926 NONAME ??1GCC_ConferenceQueryResponse_result@@UAE@XZ @1927 NONAME ??1GCC_ConferenceTerminateIndication@@UAE@XZ @1928 NONAME ??1GCC_ConferenceTerminateIndication_reason@@UAE@XZ @1929 NONAME ??1GCC_ConferenceTerminateRequest@@UAE@XZ @1930 NONAME ??1GCC_ConferenceTerminateRequest_reason@@UAE@XZ @1931 NONAME ??1GCC_ConferenceTerminateResponse@@UAE@XZ @1932 NONAME ??1GCC_ConferenceTerminateResponse_result@@UAE@XZ @1933 NONAME ??1GCC_ConferenceTimeExtendIndication@@UAE@XZ @1934 NONAME ??1GCC_ConferenceTimeInquireIndication@@UAE@XZ @1935 NONAME ??1GCC_ConferenceTimeRemainingIndication@@UAE@XZ @1936 NONAME ??1GCC_ConferenceTransferIndication@@UAE@XZ @1937 NONAME ??1GCC_ConferenceTransferRequest@@UAE@XZ @1938 NONAME ??1GCC_ConferenceTransferResponse@@UAE@XZ @1939 NONAME ??1GCC_ConferenceTransferResponse_result@@UAE@XZ @1940 NONAME ??1GCC_ConferenceUnlockIndication@@UAE@XZ @1941 NONAME ??1GCC_ConferenceUnlockRequest@@UAE@XZ @1942 NONAME ??1GCC_ConferenceUnlockResponse@@UAE@XZ @1943 NONAME ??1GCC_ConferenceUnlockResponse_result@@UAE@XZ @1944 NONAME ??1GCC_ConnectData@@UAE@XZ @1945 NONAME ??1GCC_ConnectGCCPDU@@UAE@XZ @1946 NONAME ??1GCC_DialingString@@UAE@XZ @1947 NONAME ??1GCC_DynamicChannelID@@UAE@XZ @1948 NONAME ??1GCC_DynamicTokenID@@UAE@XZ @1949 NONAME ??1GCC_EntityID@@UAE@XZ @1950 NONAME ??1GCC_ExtraDialingString@@UAE@XZ @1951 NONAME ??1GCC_FunctionNotSupportedResponse@@UAE@XZ @1952 NONAME ??1GCC_GCCPDU@@UAE@XZ @1953 NONAME ??1GCC_H221NonStandardIdentifier@@UAE@XZ @1954 NONAME ??1GCC_Handle@@UAE@XZ @1955 NONAME ??1GCC_IndicationPDU@@UAE@XZ @1956 NONAME ??1GCC_Key@@UAE@XZ @1957 NONAME ??1GCC_NetworkAddress@@UAE@XZ @1958 NONAME ??1GCC_NetworkAddress_subtype@@UAE@XZ @1959 NONAME ??1GCC_NetworkAddress_subtype_aggregatedChannel@@UAE@XZ @1960 NONAME ??1GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UAE@XZ @1961 NONAME ??1GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UAE@XZ @1962 NONAME ??1GCC_NetworkAddress_subtype_transportConnection@@UAE@XZ @1963 NONAME ??1GCC_NodeProperties@@UAE@XZ @1964 NONAME ??1GCC_NodeRecord@@UAE@XZ @1965 NONAME ??1GCC_NodeType@@UAE@XZ @1966 NONAME ??1GCC_NonStandardParameter@@UAE@XZ @1967 NONAME ??1GCC_NonStandardPDU@@UAE@XZ @1968 NONAME ??1GCC_Password@@UAE@XZ @1969 NONAME ??1GCC_PasswordChallengeRequestResponse@@UAE@XZ @1970 NONAME ??1GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UAE@XZ @1971 NONAME ??1GCC_PasswordSelector@@UAE@XZ @1972 NONAME ??1GCC_Privilege@@UAE@XZ @1973 NONAME ??1GCC_RegistryAllocateHandleRequest@@UAE@XZ @1974 NONAME ??1GCC_RegistryAllocateHandleResponse@@UAE@XZ @1975 NONAME ??1GCC_RegistryAllocateHandleResponse_result@@UAE@XZ @1976 NONAME ??1GCC_RegistryAssignTokenRequest@@UAE@XZ @1977 NONAME ??1GCC_RegistryDeleteEntryRequest@@UAE@XZ @1978 NONAME ??1GCC_RegistryEntryOwner@@UAE@XZ @1979 NONAME ??1GCC_RegistryEntryOwner_owned@@UAE@XZ @1980 NONAME ??1GCC_RegistryItem@@UAE@XZ @1981 NONAME ??1GCC_RegistryKey@@UAE@XZ @1982 NONAME ??1GCC_RegistryModificationRights@@UAE@XZ @1983 NONAME ??1GCC_RegistryMonitorEntryIndication@@UAE@XZ @1984 NONAME ??1GCC_RegistryMonitorEntryRequest@@UAE@XZ @1985 NONAME ??1GCC_RegistryRegisterChannelRequest@@UAE@XZ @1986 NONAME ??1GCC_RegistryResponse@@UAE@XZ @1987 NONAME ??1GCC_RegistryResponse_primitiveType@@UAE@XZ @1988 NONAME ??1GCC_RegistryResponse_result@@UAE@XZ @1989 NONAME ??1GCC_RegistryRetrieveEntryRequest@@UAE@XZ @1990 NONAME ??1GCC_RegistrySetParameterRequest@@UAE@XZ @1991 NONAME ??1GCC_RequestPDU@@UAE@XZ @1992 NONAME ??1GCC_ResponsePDU@@UAE@XZ @1993 NONAME ??1GCC_RosterUpdateIndication@@UAE@XZ @1994 NONAME ??1GCC_RosterUpdateIndication_applicationInformation@@UAE@XZ @1995 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype@@UAE@XZ @1996 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@UAE@XZ @1997 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@UAE@XZ @1998 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UAE@XZ @1999 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@UAE@XZ @2000 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@UAE@XZ @2001 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UAE@XZ @2002 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@UAE@XZ @2003 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UAE@XZ @2004 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@UAE@XZ @2005 NONAME ??1GCC_RosterUpdateIndication_nodeInformation@@UAE@XZ @2006 NONAME ??1GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@UAE@XZ @2007 NONAME ??1GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@UAE@XZ @2008 NONAME ??1GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UAE@XZ @2009 NONAME ??1GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@UAE@XZ @2010 NONAME ??1GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UAE@XZ @2011 NONAME ??1GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@UAE@XZ @2012 NONAME ??1GCC_SessionKey@@UAE@XZ @2013 NONAME ??1GCC_SimpleNumericString@@UAE@XZ @2014 NONAME ??1GCC_SimpleTextString@@UAE@XZ @2015 NONAME ??1GCC_StaticChannelID@@UAE@XZ @2016 NONAME ??1GCC_StaticTokenID@@UAE@XZ @2017 NONAME ??1GCC_SubAddressString@@UAE@XZ @2018 NONAME ??1GCC_TerminationMethod@@UAE@XZ @2019 NONAME ??1GCC_TextMessageIndication@@UAE@XZ @2020 NONAME ??1GCC_TextString@@UAE@XZ @2021 NONAME ??1GCC_Time@@UAE@XZ @2022 NONAME ??1GCC_TokenID@@UAE@XZ @2023 NONAME ??1GCC_UserData@@UAE@XZ @2024 NONAME ??1GCC_UserData_subtype@@UAE@XZ @2025 NONAME ??1GCC_UserID@@UAE@XZ @2026 NONAME ??1GCC_UserIDIndication@@UAE@XZ @2027 NONAME ??1H225CallThread@@UAE@XZ @2029 NONAME ??1H225TransportThread@@UAE@XZ @2031 NONAME ??1H225_AddressPattern@@UAE@XZ @24670 NONAME ??1H225_AddressPattern_range@@UAE@XZ @24671 NONAME ??1H225_AdmissionConfirm@@UAE@XZ @2032 NONAME ??1H225_AdmissionConfirm_language@@UAE@XZ @24672 NONAME ??1H225_AdmissionReject@@UAE@XZ @2033 NONAME ??1H225_AdmissionRejectReason@@UAE@XZ @2034 NONAME ??1H225_AdmissionRequest@@UAE@XZ @2035 NONAME ??1H225_Alerting_UUIE@@UAE@XZ @2036 NONAME ??1H225_AliasAddress@@UAE@XZ @2037 NONAME ??1H225_AlternateGK@@UAE@XZ @2038 NONAME ??1H225_AlternateTransportAddresses@@UAE@XZ @24673 NONAME ??1H225_AltGKInfo@@UAE@XZ @2039 NONAME ??1H225_ANSI_41_UIM@@UAE@XZ @24674 NONAME ??1H225_ANSI_41_UIM_system_id@@UAE@XZ @24675 NONAME ??1H225_ArrayOf_AddressPattern@@UAE@XZ @24676 NONAME ??1H225_ArrayOf_AdmissionConfirm@@UAE@XZ @38416 NONAME ??1H225_ArrayOf_AliasAddress@@UAE@XZ @2040 NONAME ??1H225_ArrayOf_AlternateGK@@UAE@XZ @2041 NONAME ??1H225_ArrayOf_AuthenticationMechanism@@UAE@XZ @2042 NONAME ??1H225_ArrayOf_BandwidthDetails@@UAE@XZ @24677 NONAME ??1H225_ArrayOf_CallReferenceValue@@UAE@XZ @2043 NONAME ??1H225_ArrayOf_CallsAvailable@@UAE@XZ @24678 NONAME ??1H225_ArrayOf_ClearToken@@UAE@XZ @2044 NONAME ??1H225_ArrayOf_ConferenceIdentifier@@UAE@XZ @2045 NONAME ??1H225_ArrayOf_ConferenceList@@UAE@XZ @2046 NONAME ??1H225_ArrayOf_CryptoH323Token@@UAE@XZ @2047 NONAME ??1H225_ArrayOf_DataRate@@UAE@XZ @2048 NONAME ??1H225_ArrayOf_Endpoint@@UAE@XZ @2049 NONAME ??1H225_ArrayOf_EnumeratedParameter@@UAE@XZ @24679 NONAME ??1H225_ArrayOf_ExtendedAliasAddress@@UAE@XZ @24680 NONAME ??1H225_ArrayOf_FeatureDescriptor@@UAE@XZ @24681 NONAME ??1H225_ArrayOf_GenericData@@UAE@XZ @24682 NONAME ??1H225_ArrayOf_H245Security@@UAE@XZ @2050 NONAME ??1H225_ArrayOf_H248PackagesDescriptor@@UAE@XZ @24683 NONAME ??1H225_ArrayOf_IntegrityMechanism@@UAE@XZ @2051 NONAME ??1H225_ArrayOf_NonStandardParameter@@UAE@XZ @2052 NONAME ??1H225_ArrayOf_PartyNumber@@UAE@XZ @24684 NONAME ??1H225_ArrayOf_PASN_ObjectId@@UAE@XZ @2053 NONAME ??1H225_ArrayOf_PASN_OctetString@@UAE@XZ @2054 NONAME ??1H225_ArrayOf_RasUsageSpecification@@UAE@XZ @24685 NONAME ??1H225_ArrayOf_RTPSession@@UAE@XZ @2055 NONAME ??1H225_ArrayOf_ServiceControlSession@@UAE@XZ @24686 NONAME ??1H225_ArrayOf_SupportedPrefix@@UAE@XZ @2056 NONAME ??1H225_ArrayOf_SupportedProtocols@@UAE@XZ @2057 NONAME ??1H225_ArrayOf_TransportAddress@@UAE@XZ @2058 NONAME ??1H225_ArrayOf_TransportChannelInfo@@UAE@XZ @2059 NONAME ??1H225_ArrayOf_TunnelledProtocol@@UAE@XZ @24687 NONAME ??1H225_BandRejectReason@@UAE@XZ @2060 NONAME ??1H225_BandWidth@@UAE@XZ @2061 NONAME ??1H225_BandwidthConfirm@@UAE@XZ @2062 NONAME ??1H225_BandwidthDetails@@UAE@XZ @24688 NONAME ??1H225_BandwidthReject@@UAE@XZ @2063 NONAME ??1H225_BandwidthRequest@@UAE@XZ @2064 NONAME ??1H225_CallCapacity@@UAE@XZ @24689 NONAME ??1H225_CallCapacityInfo@@UAE@XZ @24690 NONAME ??1H225_CallCreditCapability@@UAE@XZ @24691 NONAME ??1H225_CallCreditServiceControl@@UAE@XZ @24692 NONAME ??1H225_CallCreditServiceControl_billingMode@@UAE@XZ @24693 NONAME ??1H225_CallCreditServiceControl_callStartingPoint@@UAE@XZ @24694 NONAME ??1H225_CallIdentifier@@UAE@XZ @2065 NONAME ??1H225_CallLinkage@@UAE@XZ @24695 NONAME ??1H225_CallModel@@UAE@XZ @2066 NONAME ??1H225_CallProceeding_UUIE@@UAE@XZ @2067 NONAME ??1H225_CallReferenceValue@@UAE@XZ @2068 NONAME ??1H225_CallsAvailable@@UAE@XZ @24696 NONAME ??1H225_CallTerminationCause@@UAE@XZ @24697 NONAME ??1H225_CallType@@UAE@XZ @2069 NONAME ??1H225_CapacityReportingCapability@@UAE@XZ @24698 NONAME ??1H225_CapacityReportingSpecification@@UAE@XZ @24699 NONAME ??1H225_CapacityReportingSpecification_when@@UAE@XZ @24700 NONAME ??1H225_CarrierInfo@@UAE@XZ @38417 NONAME ??1H225_CicInfo@@UAE@XZ @24701 NONAME ??1H225_CicInfo_cic@@UAE@XZ @24702 NONAME ??1H225_CircuitIdentifier@@UAE@XZ @24703 NONAME ??1H225_CircuitInfo@@UAE@XZ @24704 NONAME ??1H225_ConferenceIdentifier@@UAE@XZ @2070 NONAME ??1H225_ConferenceList@@UAE@XZ @2071 NONAME ??1H225_Connect_UUIE@@UAE@XZ @2072 NONAME ??1H225_Connect_UUIE_language@@UAE@XZ @24705 NONAME ??1H225_Content@@UAE@XZ @24706 NONAME ??1H225_CryptoH323Token@@UAE@XZ @2073 NONAME ??1H225_CryptoH323Token_cryptoEPPwdHash@@UAE@XZ @2074 NONAME ??1H225_CryptoH323Token_cryptoGKPwdHash@@UAE@XZ @2075 NONAME ??1H225_DataRate@@UAE@XZ @2076 NONAME ??1H225_DisengageConfirm@@UAE@XZ @2077 NONAME ??1H225_DisengageReason@@UAE@XZ @2078 NONAME ??1H225_DisengageReject@@UAE@XZ @2079 NONAME ??1H225_DisengageRejectReason@@UAE@XZ @2080 NONAME ??1H225_DisengageRequest@@UAE@XZ @2081 NONAME ??1H225_EncodedFastStartToken@@UAE@XZ @27657 NONAME ??1H225_EncryptIntAlg@@UAE@XZ @2082 NONAME ??1H225_Endpoint@@UAE@XZ @2083 NONAME ??1H225_EndpointIdentifier@@UAE@XZ @2084 NONAME ??1H225_EndpointType@@UAE@XZ @2085 NONAME ??1H225_EnumeratedParameter@@UAE@XZ @24707 NONAME ??1H225_ExtendedAliasAddress@@UAE@XZ @24708 NONAME ??1H225_FacilityReason@@UAE@XZ @2086 NONAME ??1H225_Facility_UUIE@@UAE@XZ @2087 NONAME ??1H225_FastStartToken@@UAE@XZ @2088 NONAME ??1H225_FeatureDescriptor@@UAE@XZ @24709 NONAME ??1H225_FeatureSet@@UAE@XZ @24710 NONAME ??1H225_GatekeeperConfirm@@UAE@XZ @2089 NONAME ??1H225_GatekeeperIdentifier@@UAE@XZ @2090 NONAME ??1H225_GatekeeperInfo@@UAE@XZ @2091 NONAME ??1H225_GatekeeperReject@@UAE@XZ @2092 NONAME ??1H225_GatekeeperRejectReason@@UAE@XZ @2093 NONAME ??1H225_GatekeeperRequest@@UAE@XZ @2094 NONAME ??1H225_GatewayInfo@@UAE@XZ @2095 NONAME ??1H225_GenericData@@UAE@XZ @24711 NONAME ??1H225_GenericIdentifier@@UAE@XZ @24712 NONAME ??1H225_GloballyUniqueID@@UAE@XZ @2096 NONAME ??1H225_GroupID@@UAE@XZ @24713 NONAME ??1H225_GroupID_member@@UAE@XZ @24714 NONAME ??1H225_GSM_UIM@@UAE@XZ @24715 NONAME ??1H225_H221NonStandard@@UAE@XZ @2097 NONAME ??1H225_H245Security@@UAE@XZ @2098 NONAME ??1H225_H248PackagesDescriptor@@UAE@XZ @24716 NONAME ??1H225_H248SignalsDescriptor@@UAE@XZ @24717 NONAME ??1H225_H310Caps@@UAE@XZ @2099 NONAME ??1H225_H320Caps@@UAE@XZ @2100 NONAME ??1H225_H321Caps@@UAE@XZ @2101 NONAME ??1H225_H322Caps@@UAE@XZ @2102 NONAME ??1H225_H323Caps@@UAE@XZ @2103 NONAME ??1H225_H323_UserInformation@@UAE@XZ @2104 NONAME ??1H225_H323_UserInformation_user_data@@UAE@XZ @2105 NONAME ??1H225_H323_UU_PDU@@UAE@XZ @2106 NONAME ??1H225_H323_UU_PDU_h323_message_body@@UAE@XZ @2107 NONAME ??1H225_H323_UU_PDU_tunnelledSignallingMessage@@UAE@XZ @24718 NONAME ??1H225_H324Caps@@UAE@XZ @2108 NONAME ??1H225_ICV@@UAE@XZ @2109 NONAME ??1H225_InfoRequest@@UAE@XZ @2110 NONAME ??1H225_InfoRequestAck@@UAE@XZ @2111 NONAME ??1H225_InfoRequestNak@@UAE@XZ @2112 NONAME ??1H225_InfoRequestNakReason@@UAE@XZ @2113 NONAME ??1H225_InfoRequestResponse@@UAE@XZ @2114 NONAME ??1H225_InfoRequestResponseStatus@@UAE@XZ @24719 NONAME ??1H225_InfoRequestResponse_perCallInfo@@UAE@XZ @2115 NONAME ??1H225_InfoRequestResponse_perCallInfo_subtype@@UAE@XZ @2116 NONAME ??1H225_InfoRequestResponse_perCallInfo_subtype_pdu@@UAE@XZ @2117 NONAME ??1H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UAE@XZ @2118 NONAME ??1H225_Information_UUIE@@UAE@XZ @2119 NONAME ??1H225_IntegrityMechanism@@UAE@XZ @2120 NONAME ??1H225_LocationConfirm@@UAE@XZ @2121 NONAME ??1H225_LocationReject@@UAE@XZ @2122 NONAME ??1H225_LocationRejectReason@@UAE@XZ @2123 NONAME ??1H225_LocationRequest@@UAE@XZ @2124 NONAME ??1H225_McuInfo@@UAE@XZ @2125 NONAME ??1H225_MobileUIM@@UAE@XZ @24720 NONAME ??1H225_NonIsoIntegrityMechanism@@UAE@XZ @2126 NONAME ??1H225_NonStandardIdentifier@@UAE@XZ @2127 NONAME ??1H225_NonStandardMessage@@UAE@XZ @2128 NONAME ??1H225_NonStandardParameter@@UAE@XZ @2129 NONAME ??1H225_NonStandardProtocol@@UAE@XZ @2130 NONAME ??1H225_Notify_UUIE@@UAE@XZ @24721 NONAME ??1H225_NumberDigits@@UAE@XZ @2131 NONAME ??1H225_PartyNumber@@UAE@XZ @2132 NONAME ??1H225_PresentationIndicator@@UAE@XZ @24722 NONAME ??1H225_PrivatePartyNumber@@UAE@XZ @2133 NONAME ??1H225_PrivateTypeOfNumber@@UAE@XZ @2134 NONAME ??1H225_Progress_UUIE@@UAE@XZ @2135 NONAME ??1H225_ProtocolIdentifier@@UAE@XZ @2136 NONAME ??1H225_PublicPartyNumber@@UAE@XZ @2137 NONAME ??1H225_PublicTypeOfNumber@@UAE@XZ @2138 NONAME ??1H225_Q954Details@@UAE@XZ @2139 NONAME ??1H225_QseriesOptions@@UAE@XZ @2140 NONAME ??1H225_RAS@@UAE@XZ @27905 NONAME ??1H225_RasMessage@@UAE@XZ @2141 NONAME ??1H225_RasUsageInformation@@UAE@XZ @24723 NONAME ??1H225_RasUsageInfoTypes@@UAE@XZ @24724 NONAME ??1H225_RasUsageSpecification@@UAE@XZ @24725 NONAME ??1H225_RasUsageSpecification_callStartingPoint@@UAE@XZ @24726 NONAME ??1H225_RasUsageSpecification_when@@UAE@XZ @24727 NONAME ??1H225_RegistrationConfirm@@UAE@XZ @2142 NONAME ??1H225_RegistrationConfirm_preGrantedARQ@@UAE@XZ @2143 NONAME ??1H225_RegistrationReject@@UAE@XZ @2144 NONAME ??1H225_RegistrationRejectReason@@UAE@XZ @2145 NONAME ??1H225_RegistrationRejectReason_invalidTerminalAliases@@UAE@XZ @24728 NONAME ??1H225_RegistrationRequest@@UAE@XZ @2146 NONAME ??1H225_ReleaseCompleteReason@@UAE@XZ @2147 NONAME ??1H225_ReleaseComplete_UUIE@@UAE@XZ @2148 NONAME ??1H225_RequestInProgress@@UAE@XZ @2149 NONAME ??1H225_RequestSeqNum@@UAE@XZ @2150 NONAME ??1H225_ResourcesAvailableConfirm@@UAE@XZ @2151 NONAME ??1H225_ResourcesAvailableIndicate@@UAE@XZ @2152 NONAME ??1H225_RTPSession@@UAE@XZ @2153 NONAME ??1H225_RTPSession_associatedSessionIds@@UAE@XZ @2154 NONAME ??1H225_ScnConnectionAggregation@@UAE@XZ @24729 NONAME ??1H225_ScnConnectionType@@UAE@XZ @24730 NONAME ??1H225_ScreeningIndicator@@UAE@XZ @24731 NONAME ??1H225_SecurityCapabilities@@UAE@XZ @2155 NONAME ??1H225_SecurityErrors2@@UAE@XZ @38418 NONAME ??1H225_SecurityErrors@@UAE@XZ @38419 NONAME ??1H225_SecurityServiceMode@@UAE@XZ @2156 NONAME ??1H225_ServiceControlDescriptor@@UAE@XZ @24732 NONAME ??1H225_ServiceControlIndication@@UAE@XZ @24733 NONAME ??1H225_ServiceControlIndication_callSpecific@@UAE@XZ @24734 NONAME ??1H225_ServiceControlResponse@@UAE@XZ @24735 NONAME ??1H225_ServiceControlResponse_result@@UAE@XZ @24736 NONAME ??1H225_ServiceControlSession@@UAE@XZ @24737 NONAME ??1H225_ServiceControlSession_reason@@UAE@XZ @24738 NONAME ??1H225_SetupAcknowledge_UUIE@@UAE@XZ @24739 NONAME ??1H225_Setup_UUIE@@UAE@XZ @2157 NONAME ??1H225_Setup_UUIE_conferenceGoal@@UAE@XZ @2158 NONAME ??1H225_Setup_UUIE_connectionParameters@@UAE@XZ @24740 NONAME ??1H225_Setup_UUIE_language@@UAE@XZ @24741 NONAME ??1H225_SIPCaps@@UAE@XZ @38420 NONAME ??1H225_StatusInquiry_UUIE@@UAE@XZ @24742 NONAME ??1H225_Status_UUIE@@UAE@XZ @24743 NONAME ??1H225_StimulusControl@@UAE@XZ @24744 NONAME ??1H225_SupportedPrefix@@UAE@XZ @2159 NONAME ??1H225_SupportedProtocols@@UAE@XZ @2160 NONAME ??1H225_T120OnlyCaps@@UAE@XZ @2161 NONAME ??1H225_T38FaxAnnexbOnlyCaps@@UAE@XZ @24745 NONAME ??1H225_TBCD_STRING@@UAE@XZ @24746 NONAME ??1H225_TerminalInfo@@UAE@XZ @2162 NONAME ??1H225_TimeToLive@@UAE@XZ @2163 NONAME ??1H225_TransportAddress@@UAE@XZ @2164 NONAME ??1H225_TransportAddress_ip6Address@@UAE@XZ @2165 NONAME ??1H225_TransportAddress_ipAddress@@UAE@XZ @2166 NONAME ??1H225_TransportAddress_ipSourceRoute@@UAE@XZ @2167 NONAME ??1H225_TransportAddress_ipSourceRoute_route@@UAE@XZ @2168 NONAME ??1H225_TransportAddress_ipSourceRoute_routing@@UAE@XZ @2169 NONAME ??1H225_TransportAddress_ipxAddress@@UAE@XZ @2170 NONAME ??1H225_TransportChannelInfo@@UAE@XZ @2171 NONAME ??1H225_TransportQOS@@UAE@XZ @2172 NONAME ??1H225_TunnelledProtocol@@UAE@XZ @24747 NONAME ??1H225_TunnelledProtocolAlternateIdentifier@@UAE@XZ @24748 NONAME ??1H225_TunnelledProtocol_id@@UAE@XZ @24749 NONAME ??1H225_UnknownMessageResponse@@UAE@XZ @2173 NONAME ??1H225_UnregistrationConfirm@@UAE@XZ @2174 NONAME ??1H225_UnregistrationReject@@UAE@XZ @2175 NONAME ??1H225_UnregistrationRequest@@UAE@XZ @2176 NONAME ??1H225_UnregRejectReason@@UAE@XZ @2177 NONAME ??1H225_UnregRequestReason@@UAE@XZ @2178 NONAME ??1H225_UseSpecifiedTransport@@UAE@XZ @24750 NONAME ??1H225_UUIEsRequested@@UAE@XZ @2179 NONAME ??1H225_VendorIdentifier@@UAE@XZ @2180 NONAME ??1H225_VoiceCaps@@UAE@XZ @2181 NONAME ??1H235AuthCAT@@UAE@XZ @34819 NONAME ??1H235Authenticator@@UAE@XZ @28813 NONAME ??1H235Authenticators@@UAE@XZ @31283 NONAME ??1H235AuthProcedure1@@UAE@XZ @28814 NONAME ??1H235AuthSimpleMD5@@UAE@XZ @28815 NONAME ??1H235_AuthenticationBES@@UAE@XZ @28673 NONAME ??1H235_AuthenticationMechanism@@UAE@XZ @2182 NONAME ??1H235_ChallengeString@@UAE@XZ @2183 NONAME ??1H235_ClearToken@@UAE@XZ @2184 NONAME ??1H235_CryptoToken@@UAE@XZ @2185 NONAME ??1H235_CryptoToken_cryptoEncryptedToken@@UAE@XZ @2186 NONAME ??1H235_CryptoToken_cryptoHashedToken@@UAE@XZ @2187 NONAME ??1H235_CryptoToken_cryptoSignedToken@@UAE@XZ @2188 NONAME ??1H235_DHset@@UAE@XZ @2189 NONAME ??1H235_ECGDSASignature@@UAE@XZ @38421 NONAME ??1H235_ECKASDH@@UAE@XZ @28675 NONAME ??1H235_ECKASDH_eckasdh2@@UAE@XZ @28676 NONAME ??1H235_ECKASDH_eckasdhp@@UAE@XZ @28677 NONAME ??1H235_ECpoint@@UAE@XZ @38422 NONAME ??1H235_EncodedGeneralToken@@UAE@XZ @27658 NONAME ??1H235_EncodedKeySignedMaterial@@UAE@XZ @27659 NONAME ??1H235_EncodedKeySyncMaterial@@UAE@XZ @27660 NONAME ??1H235_EncodedPwdCertToken@@UAE@XZ @27661 NONAME ??1H235_EncodedReturnSig@@UAE@XZ @27662 NONAME ??1H235_H235CertificateSignature@@UAE@XZ @2190 NONAME ??1H235_H235Key@@UAE@XZ @2191 NONAME ??1H235_Identifier@@UAE@XZ @2192 NONAME ??1H235_IV16@@UAE@XZ @28678 NONAME ??1H235_IV8@@UAE@XZ @2193 NONAME ??1H235_KeyMaterial@@UAE@XZ @2194 NONAME ??1H235_KeySignedMaterial@@UAE@XZ @2195 NONAME ??1H235_KeySyncMaterial@@UAE@XZ @2196 NONAME ??1H235_NonStandardParameter@@UAE@XZ @2197 NONAME ??1H235_Params@@UAE@XZ @2198 NONAME ??1H235_Password@@UAE@XZ @2199 NONAME ??1H235_PwdCertToken@@UAE@XZ @2200 NONAME ??1H235_RandomVal@@UAE@XZ @2201 NONAME ??1H235_ReturnSig@@UAE@XZ @2202 NONAME ??1H235_TimeStamp@@UAE@XZ @2203 NONAME ??1H235_TypedCertificate@@UAE@XZ @2204 NONAME ??1H235_V3KeySyncMaterial@@UAE@XZ @38423 NONAME ??1H245NegLogicalChannel@@UAE@XZ @2205 NONAME ??1H245NegLogicalChannels@@UAE@XZ @2206 NONAME ??1H245NegMasterSlaveDetermination@@UAE@XZ @2207 NONAME ??1H245Negotiator@@UAE@XZ @2208 NONAME ??1H245NegRequestMode@@UAE@XZ @2209 NONAME ??1H245NegRoundTripDelay@@UAE@XZ @2210 NONAME ??1H245NegTerminalCapabilitySet@@UAE@XZ @2211 NONAME ??1H245TransportThread@@UAE@XZ @2212 NONAME ??1H245_AlternativeCapabilitySet@@UAE@XZ @2213 NONAME ??1H245_ArrayOf_AlternativeCapabilitySet@@UAE@XZ @2214 NONAME ??1H245_ArrayOf_BEnhancementParameters@@UAE@XZ @2215 NONAME ??1H245_ArrayOf_CapabilityDescriptor@@UAE@XZ @2216 NONAME ??1H245_ArrayOf_CapabilityDescriptorNumber@@UAE@XZ @2217 NONAME ??1H245_ArrayOf_CapabilityTableEntry@@UAE@XZ @2218 NONAME ??1H245_ArrayOf_CapabilityTableEntryNumber@@UAE@XZ @2219 NONAME ??1H245_ArrayOf_CommunicationModeTableEntry@@UAE@XZ @2220 NONAME ??1H245_ArrayOf_CustomPictureClockFrequency@@UAE@XZ @2221 NONAME ??1H245_ArrayOf_CustomPictureFormat@@UAE@XZ @2222 NONAME ??1H245_ArrayOf_DataApplicationCapability@@UAE@XZ @2223 NONAME ??1H245_ArrayOf_DialingInformationNetworkType@@UAE@XZ @24751 NONAME ??1H245_ArrayOf_DialingInformationNumber@@UAE@XZ @24752 NONAME ??1H245_ArrayOf_EnhancementOptions@@UAE@XZ @2224 NONAME ??1H245_ArrayOf_EscrowData@@UAE@XZ @2225 NONAME ??1H245_ArrayOf_GenericCapability@@UAE@XZ @51854 NONAME ??1H245_ArrayOf_GenericParameter@@UAE@XZ @24753 NONAME ??1H245_ArrayOf_H263ModeComboFlags@@UAE@XZ @2226 NONAME ??1H245_ArrayOf_H263VideoModeCombos@@UAE@XZ @2227 NONAME ??1H245_ArrayOf_MediaChannelCapability@@UAE@XZ @2228 NONAME ??1H245_ArrayOf_MediaDistributionCapability@@UAE@XZ @2229 NONAME ??1H245_ArrayOf_ModeDescription@@UAE@XZ @2230 NONAME ??1H245_ArrayOf_MultiplePayloadStreamElement@@UAE@XZ @38424 NONAME ??1H245_ArrayOf_MultiplePayloadStreamElementMode@@UAE@XZ @38425 NONAME ??1H245_ArrayOf_MultiplexElement@@UAE@XZ @2231 NONAME ??1H245_ArrayOf_MultiplexEntryDescriptor@@UAE@XZ @2232 NONAME ??1H245_ArrayOf_MultiplexEntryRejectionDescriptions@@UAE@XZ @2233 NONAME ??1H245_ArrayOf_MultiplexTableEntryNumber@@UAE@XZ @2234 NONAME ??1H245_ArrayOf_NonStandardParameter@@UAE@XZ @2235 NONAME ??1H245_ArrayOf_ParameterIdentifier@@UAE@XZ @24754 NONAME ??1H245_ArrayOf_PictureReference@@UAE@XZ @24755 NONAME ??1H245_ArrayOf_Q2931Address@@UAE@XZ @24756 NONAME ??1H245_ArrayOf_QOSCapability@@UAE@XZ @2236 NONAME ??1H245_ArrayOf_RedundancyEncodingCapability@@UAE@XZ @2237 NONAME ??1H245_ArrayOf_RedundancyEncodingDTModeElement@@UAE@XZ @38426 NONAME ??1H245_ArrayOf_RedundancyEncodingElement@@UAE@XZ @38427 NONAME ??1H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@UAE@XZ @2238 NONAME ??1H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@UAE@XZ @2239 NONAME ??1H245_ArrayOf_RTPPayloadType@@UAE@XZ @2240 NONAME ??1H245_ArrayOf_TerminalInformation@@UAE@XZ @2241 NONAME ??1H245_ArrayOf_TerminalLabel@@UAE@XZ @2242 NONAME ??1H245_ArrayOf_VCCapability@@UAE@XZ @2243 NONAME ??1H245_ArrayOf_VideoCapability@@UAE@XZ @51855 NONAME ??1H245_ATMParameters@@UAE@XZ @2244 NONAME ??1H245_AudioCapability@@UAE@XZ @2245 NONAME ??1H245_AudioCapability_g7231@@UAE@XZ @2246 NONAME ??1H245_AudioMode@@UAE@XZ @2247 NONAME ??1H245_AudioMode_g7231@@UAE@XZ @2248 NONAME ??1H245_AudioTelephonyEventCapability@@UAE@XZ @24757 NONAME ??1H245_AudioToneCapability@@UAE@XZ @24758 NONAME ??1H245_AuthenticationCapability@@UAE@XZ @2249 NONAME ??1H245_BEnhancementParameters@@UAE@XZ @2250 NONAME ??1H245_Capability@@UAE@XZ @2251 NONAME ??1H245_CapabilityDescriptor@@UAE@XZ @2252 NONAME ??1H245_CapabilityDescriptorNumber@@UAE@XZ @2253 NONAME ??1H245_CapabilityIdentifier@@UAE@XZ @24759 NONAME ??1H245_CapabilityTableEntry@@UAE@XZ @2254 NONAME ??1H245_CapabilityTableEntryNumber@@UAE@XZ @2255 NONAME ??1H245_Capability_h233EncryptionReceiveCapability@@UAE@XZ @2256 NONAME ??1H245_CertSelectionCriteria@@UAE@XZ @2257 NONAME ??1H245_CloseLogicalChannel@@UAE@XZ @2258 NONAME ??1H245_CloseLogicalChannelAck@@UAE@XZ @2259 NONAME ??1H245_CloseLogicalChannel_reason@@UAE@XZ @2260 NONAME ??1H245_CloseLogicalChannel_source@@UAE@XZ @2261 NONAME ??1H245_CommandMessage@@UAE@XZ @2262 NONAME ??1H245_CommunicationModeCommand@@UAE@XZ @2263 NONAME ??1H245_CommunicationModeRequest@@UAE@XZ @2264 NONAME ??1H245_CommunicationModeResponse@@UAE@XZ @2265 NONAME ??1H245_CommunicationModeTableEntry@@UAE@XZ @2266 NONAME ??1H245_CommunicationModeTableEntry_dataType@@UAE@XZ @2267 NONAME ??1H245_CompressionType@@UAE@XZ @2268 NONAME ??1H245_ConferenceCapability@@UAE@XZ @2269 NONAME ??1H245_ConferenceCommand@@UAE@XZ @2270 NONAME ??1H245_ConferenceID@@UAE@XZ @2271 NONAME ??1H245_ConferenceIndication@@UAE@XZ @2272 NONAME ??1H245_ConferenceRequest@@UAE@XZ @2273 NONAME ??1H245_ConferenceRequest_requestTerminalCertificate@@UAE@XZ @2274 NONAME ??1H245_ConferenceResponse@@UAE@XZ @2275 NONAME ??1H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@UAE@XZ @2276 NONAME ??1H245_ConferenceResponse_chairTokenOwnerResponse@@UAE@XZ @2277 NONAME ??1H245_ConferenceResponse_conferenceIDResponse@@UAE@XZ @2278 NONAME ??1H245_ConferenceResponse_extensionAddressResponse@@UAE@XZ @2279 NONAME ??1H245_ConferenceResponse_makeMeChairResponse@@UAE@XZ @2280 NONAME ??1H245_ConferenceResponse_makeTerminalBroadcasterResponse@@UAE@XZ @2281 NONAME ??1H245_ConferenceResponse_mCTerminalIDResponse@@UAE@XZ @2282 NONAME ??1H245_ConferenceResponse_passwordResponse@@UAE@XZ @2283 NONAME ??1H245_ConferenceResponse_sendThisSourceResponse@@UAE@XZ @2284 NONAME ??1H245_ConferenceResponse_terminalCertificateResponse@@UAE@XZ @2285 NONAME ??1H245_ConferenceResponse_terminalIDResponse@@UAE@XZ @2286 NONAME ??1H245_ConnectionIdentifier@@UAE@XZ @24760 NONAME ??1H245_CRCLength@@UAE@XZ @2287 NONAME ??1H245_Criteria@@UAE@XZ @2288 NONAME ??1H245_CustomPictureClockFrequency@@UAE@XZ @2289 NONAME ??1H245_CustomPictureFormat@@UAE@XZ @2290 NONAME ??1H245_CustomPictureFormat_mPI@@UAE@XZ @2291 NONAME ??1H245_CustomPictureFormat_mPI_customPCF@@UAE@XZ @2292 NONAME ??1H245_CustomPictureFormat_mPI_customPCF_subtype@@UAE@XZ @2293 NONAME ??1H245_CustomPictureFormat_pixelAspectInformation@@UAE@XZ @2294 NONAME ??1H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@UAE@XZ @2295 NONAME ??1H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UAE@XZ @2296 NONAME ??1H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@UAE@XZ @2297 NONAME ??1H245_DataApplicationCapability@@UAE@XZ @2298 NONAME ??1H245_DataApplicationCapability_application@@UAE@XZ @2299 NONAME ??1H245_DataApplicationCapability_application_nlpid@@UAE@XZ @2300 NONAME ??1H245_DataApplicationCapability_application_t38fax@@UAE@XZ @24761 NONAME ??1H245_DataApplicationCapability_application_t84@@UAE@XZ @2301 NONAME ??1H245_DataMode@@UAE@XZ @2302 NONAME ??1H245_DataMode_application@@UAE@XZ @2303 NONAME ??1H245_DataMode_application_nlpid@@UAE@XZ @2304 NONAME ??1H245_DataMode_application_t38fax@@UAE@XZ @24762 NONAME ??1H245_DataProtocolCapability@@UAE@XZ @2305 NONAME ??1H245_DataProtocolCapability_v76wCompression@@UAE@XZ @2306 NONAME ??1H245_DataType@@UAE@XZ @2307 NONAME ??1H245_DepFECCapability@@UAE@XZ @51856 NONAME ??1H245_DepFECCapability_rfc2733@@UAE@XZ @51857 NONAME ??1H245_DepFECCapability_rfc2733_separateStream@@UAE@XZ @51858 NONAME ??1H245_DepFECData@@UAE@XZ @51859 NONAME ??1H245_DepFECData_rfc2733@@UAE@XZ @51860 NONAME ??1H245_DepFECData_rfc2733_mode@@UAE@XZ @51861 NONAME ??1H245_DepFECData_rfc2733_mode_separateStream@@UAE@XZ @51862 NONAME ??1H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UAE@XZ @51863 NONAME ??1H245_DepFECData_rfc2733_mode_separateStream_samePort@@UAE@XZ @51864 NONAME ??1H245_DepFECMode@@UAE@XZ @51865 NONAME ??1H245_DepFECMode_rfc2733Mode@@UAE@XZ @51866 NONAME ??1H245_DepFECMode_rfc2733Mode_mode@@UAE@XZ @51867 NONAME ??1H245_DepFECMode_rfc2733Mode_mode_separateStream@@UAE@XZ @51868 NONAME ??1H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UAE@XZ @51869 NONAME ??1H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UAE@XZ @51870 NONAME ??1H245_DialingInformation@@UAE@XZ @24763 NONAME ??1H245_DialingInformationNetworkType@@UAE@XZ @24764 NONAME ??1H245_DialingInformationNumber@@UAE@XZ @24765 NONAME ??1H245_EncryptionAuthenticationAndIntegrity@@UAE@XZ @2308 NONAME ??1H245_EncryptionCapability@@UAE@XZ @2309 NONAME ??1H245_EncryptionCommand@@UAE@XZ @2310 NONAME ??1H245_EncryptionCommand_encryptionAlgorithmID@@UAE@XZ @2311 NONAME ??1H245_EncryptionMode@@UAE@XZ @2312 NONAME ??1H245_EncryptionSync@@UAE@XZ @2313 NONAME ??1H245_EncryptionUpdateDirection@@UAE@XZ @51871 NONAME ??1H245_EncryptionUpdateRequest@@UAE@XZ @2314 NONAME ??1H245_EndSessionCommand@@UAE@XZ @2315 NONAME ??1H245_EndSessionCommand_gstnOptions@@UAE@XZ @2316 NONAME ??1H245_EndSessionCommand_isdnOptions@@UAE@XZ @2317 NONAME ??1H245_EnhancementLayerInfo@@UAE@XZ @2318 NONAME ??1H245_EnhancementOptions@@UAE@XZ @2319 NONAME ??1H245_EscrowData@@UAE@XZ @2320 NONAME ??1H245_ExtendedVideoCapability@@UAE@XZ @51872 NONAME ??1H245_FECCapability@@UAE@XZ @38428 NONAME ??1H245_FECCapability_rfc2733Format@@UAE@XZ @51873 NONAME ??1H245_FECData@@UAE@XZ @38431 NONAME ??1H245_FECData_rfc2733@@UAE@XZ @38432 NONAME ??1H245_FECData_rfc2733_pktMode@@UAE@XZ @51874 NONAME ??1H245_FECData_rfc2733_pktMode_rfc2733diffport@@UAE@XZ @51875 NONAME ??1H245_FECData_rfc2733_pktMode_rfc2733sameport@@UAE@XZ @51876 NONAME ??1H245_FECMode@@UAE@XZ @38437 NONAME ??1H245_FECMode_rfc2733Format@@UAE@XZ @51877 NONAME ??1H245_FlowControlCommand@@UAE@XZ @2321 NONAME ??1H245_FlowControlCommand_restriction@@UAE@XZ @2322 NONAME ??1H245_FlowControlCommand_scope@@UAE@XZ @2323 NONAME ??1H245_FlowControlIndication@@UAE@XZ @24766 NONAME ??1H245_FlowControlIndication_restriction@@UAE@XZ @24767 NONAME ??1H245_FlowControlIndication_scope@@UAE@XZ @24768 NONAME ??1H245_FunctionNotSupported@@UAE@XZ @2324 NONAME ??1H245_FunctionNotSupported_cause@@UAE@XZ @2325 NONAME ??1H245_FunctionNotUnderstood@@UAE@XZ @2326 NONAME ??1H245_G7231AnnexCCapability@@UAE@XZ @2327 NONAME ??1H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UAE@XZ @2328 NONAME ??1H245_G7231AnnexCMode@@UAE@XZ @2329 NONAME ??1H245_G7231AnnexCMode_g723AnnexCAudioMode@@UAE@XZ @2330 NONAME ??1H245_G729Extensions@@UAE@XZ @24769 NONAME ??1H245_GenericCapability@@UAE@XZ @24770 NONAME ??1H245_GenericMessage@@UAE@XZ @51878 NONAME ??1H245_GenericParameter@@UAE@XZ @24771 NONAME ??1H245_GSMAudioCapability@@UAE@XZ @2331 NONAME ??1H245_H222Capability@@UAE@XZ @2332 NONAME ??1H245_H222LogicalChannelParameters@@UAE@XZ @2333 NONAME ??1H245_H223AL1MParameters@@UAE@XZ @2334 NONAME ??1H245_H223AL1MParameters_arqType@@UAE@XZ @2335 NONAME ??1H245_H223AL1MParameters_crcLength@@UAE@XZ @2336 NONAME ??1H245_H223AL1MParameters_headerFEC@@UAE@XZ @2337 NONAME ??1H245_H223AL1MParameters_transferMode@@UAE@XZ @2338 NONAME ??1H245_H223AL2MParameters@@UAE@XZ @2339 NONAME ??1H245_H223AL2MParameters_headerFEC@@UAE@XZ @2340 NONAME ??1H245_H223AL3MParameters@@UAE@XZ @2341 NONAME ??1H245_H223AL3MParameters_arqType@@UAE@XZ @2342 NONAME ??1H245_H223AL3MParameters_crcLength@@UAE@XZ @2343 NONAME ??1H245_H223AL3MParameters_headerFormat@@UAE@XZ @2344 NONAME ??1H245_H223AnnexCArqParameters@@UAE@XZ @2345 NONAME ??1H245_H223AnnexCArqParameters_numberOfRetransmissions@@UAE@XZ @2346 NONAME ??1H245_H223AnnexCCapability@@UAE@XZ @2347 NONAME ??1H245_H223Capability@@UAE@XZ @2348 NONAME ??1H245_H223Capability_h223MultiplexTableCapability@@UAE@XZ @2349 NONAME ??1H245_H223Capability_h223MultiplexTableCapability_enhanced@@UAE@XZ @2350 NONAME ??1H245_H223Capability_mobileMultilinkFrameCapability@@UAE@XZ @24772 NONAME ??1H245_H223Capability_mobileOperationTransmitCapability@@UAE@XZ @2351 NONAME ??1H245_H223LogicalChannelParameters@@UAE@XZ @2352 NONAME ??1H245_H223LogicalChannelParameters_adaptationLayerType@@UAE@XZ @2353 NONAME ??1H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UAE@XZ @2354 NONAME ??1H245_H223ModeParameters@@UAE@XZ @2355 NONAME ??1H245_H223ModeParameters_adaptationLayerType@@UAE@XZ @2356 NONAME ??1H245_H223ModeParameters_adaptationLayerType_al3@@UAE@XZ @2357 NONAME ??1H245_H223MultiplexReconfiguration@@UAE@XZ @2358 NONAME ??1H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@UAE@XZ @2359 NONAME ??1H245_H223MultiplexReconfiguration_h223ModeChange@@UAE@XZ @2360 NONAME ??1H245_H223SkewIndication@@UAE@XZ @2361 NONAME ??1H245_H2250Capability@@UAE@XZ @2362 NONAME ??1H245_H2250Capability_mcCapability@@UAE@XZ @2363 NONAME ??1H245_H2250LogicalChannelAckParameters@@UAE@XZ @2364 NONAME ??1H245_H2250LogicalChannelParameters@@UAE@XZ @2365 NONAME ??1H245_H2250LogicalChannelParameters_mediaPacketization@@UAE@XZ @2366 NONAME ??1H245_H2250MaximumSkewIndication@@UAE@XZ @2367 NONAME ??1H245_H2250ModeParameters@@UAE@XZ @2368 NONAME ??1H245_H235Media@@UAE@XZ @2369 NONAME ??1H245_H235Media_mediaType@@UAE@XZ @2370 NONAME ??1H245_H235Mode@@UAE@XZ @2371 NONAME ??1H245_H235Mode_mediaMode@@UAE@XZ @2372 NONAME ??1H245_H235SecurityCapability@@UAE@XZ @2373 NONAME ??1H245_H261VideoCapability@@UAE@XZ @2374 NONAME ??1H245_H261VideoMode@@UAE@XZ @2375 NONAME ??1H245_H261VideoMode_resolution@@UAE@XZ @2376 NONAME ??1H245_H262VideoCapability@@UAE@XZ @2377 NONAME ??1H245_H262VideoMode@@UAE@XZ @2378 NONAME ??1H245_H262VideoMode_profileAndLevel@@UAE@XZ @2379 NONAME ??1H245_H263ModeComboFlags@@UAE@XZ @2380 NONAME ??1H245_H263Options@@UAE@XZ @2381 NONAME ??1H245_H263Version3Options@@UAE@XZ @24773 NONAME ??1H245_H263VideoCapability@@UAE@XZ @2382 NONAME ??1H245_H263VideoMode@@UAE@XZ @2383 NONAME ??1H245_H263VideoModeCombos@@UAE@XZ @2384 NONAME ??1H245_H263VideoMode_resolution@@UAE@XZ @2385 NONAME ??1H245_IndicationMessage@@UAE@XZ @2386 NONAME ??1H245_IntegrityCapability@@UAE@XZ @2387 NONAME ??1H245_IS11172AudioCapability@@UAE@XZ @2388 NONAME ??1H245_IS11172AudioMode@@UAE@XZ @2389 NONAME ??1H245_IS11172AudioMode_audioLayer@@UAE@XZ @2390 NONAME ??1H245_IS11172AudioMode_audioSampling@@UAE@XZ @2391 NONAME ??1H245_IS11172AudioMode_multichannelType@@UAE@XZ @2392 NONAME ??1H245_IS11172VideoCapability@@UAE@XZ @2393 NONAME ??1H245_IS11172VideoMode@@UAE@XZ @2394 NONAME ??1H245_IS13818AudioCapability@@UAE@XZ @2395 NONAME ??1H245_IS13818AudioMode@@UAE@XZ @2396 NONAME ??1H245_IS13818AudioMode_audioLayer@@UAE@XZ @2397 NONAME ??1H245_IS13818AudioMode_audioSampling@@UAE@XZ @2398 NONAME ??1H245_IS13818AudioMode_multichannelType@@UAE@XZ @2399 NONAME ??1H245_IV16@@UAE@XZ @51879 NONAME ??1H245_IV8@@UAE@XZ @51880 NONAME ??1H245_JitterIndication@@UAE@XZ @2400 NONAME ??1H245_JitterIndication_scope@@UAE@XZ @2401 NONAME ??1H245_KeyProtectionMethod@@UAE@XZ @2402 NONAME ??1H245_LogicalChannelNumber@@UAE@XZ @2403 NONAME ??1H245_LogicalChannelRateAcknowledge@@UAE@XZ @24774 NONAME ??1H245_LogicalChannelRateReject@@UAE@XZ @24775 NONAME ??1H245_LogicalChannelRateRejectReason@@UAE@XZ @24776 NONAME ??1H245_LogicalChannelRateRelease@@UAE@XZ @24777 NONAME ??1H245_LogicalChannelRateRequest@@UAE@XZ @24778 NONAME ??1H245_MaintenanceLoopAck@@UAE@XZ @2404 NONAME ??1H245_MaintenanceLoopAck_type@@UAE@XZ @2405 NONAME ??1H245_MaintenanceLoopOffCommand@@UAE@XZ @2406 NONAME ??1H245_MaintenanceLoopReject@@UAE@XZ @2407 NONAME ??1H245_MaintenanceLoopReject_cause@@UAE@XZ @2408 NONAME ??1H245_MaintenanceLoopReject_type@@UAE@XZ @2409 NONAME ??1H245_MaintenanceLoopRequest@@UAE@XZ @2410 NONAME ??1H245_MaintenanceLoopRequest_type@@UAE@XZ @2411 NONAME ??1H245_MasterSlaveDetermination@@UAE@XZ @2412 NONAME ??1H245_MasterSlaveDeterminationAck@@UAE@XZ @2413 NONAME ??1H245_MasterSlaveDeterminationAck_decision@@UAE@XZ @2414 NONAME ??1H245_MasterSlaveDeterminationReject@@UAE@XZ @2415 NONAME ??1H245_MasterSlaveDeterminationReject_cause@@UAE@XZ @2416 NONAME ??1H245_MasterSlaveDeterminationRelease@@UAE@XZ @2417 NONAME ??1H245_MaximumBitRate@@UAE@XZ @24779 NONAME ??1H245_MaxRedundancy@@UAE@XZ @51881 NONAME ??1H245_MCLocationIndication@@UAE@XZ @2418 NONAME ??1H245_McuNumber@@UAE@XZ @2419 NONAME ??1H245_MediaChannelCapability@@UAE@XZ @2420 NONAME ??1H245_MediaDistributionCapability@@UAE@XZ @2421 NONAME ??1H245_MediaEncryptionAlgorithm@@UAE@XZ @2422 NONAME ??1H245_MediaPacketizationCapability@@UAE@XZ @2423 NONAME ??1H245_MediaTransportType@@UAE@XZ @2424 NONAME ??1H245_MediaTransportType_atm_AAL5_compressed@@UAE@XZ @24780 NONAME ??1H245_MiscellaneousCommand@@UAE@XZ @2425 NONAME ??1H245_MiscellaneousCommand_type@@UAE@XZ @2426 NONAME ??1H245_MiscellaneousCommand_type_encryptionUpdateAck@@UAE@XZ @51882 NONAME ??1H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UAE@XZ @51883 NONAME ??1H245_MiscellaneousCommand_type_lostPartialPicture@@UAE@XZ @24781 NONAME ??1H245_MiscellaneousCommand_type_progressiveRefinementStart@@UAE@XZ @2427 NONAME ??1H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@UAE@XZ @2428 NONAME ??1H245_MiscellaneousCommand_type_videoBadMBs@@UAE@XZ @24782 NONAME ??1H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UAE@XZ @2429 NONAME ??1H245_MiscellaneousCommand_type_videoFastUpdateMB@@UAE@XZ @2430 NONAME ??1H245_MiscellaneousIndication@@UAE@XZ @2431 NONAME ??1H245_MiscellaneousIndication_type@@UAE@XZ @2432 NONAME ??1H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UAE@XZ @2433 NONAME ??1H245_MobileMultilinkReconfigurationCommand@@UAE@XZ @24783 NONAME ??1H245_MobileMultilinkReconfigurationCommand_status@@UAE@XZ @24784 NONAME ??1H245_MobileMultilinkReconfigurationIndication@@UAE@XZ @24785 NONAME ??1H245_ModeDescription@@UAE@XZ @2434 NONAME ??1H245_ModeElement@@UAE@XZ @2435 NONAME ??1H245_ModeElementType@@UAE@XZ @38443 NONAME ??1H245_MulticastAddress@@UAE@XZ @2437 NONAME ??1H245_MulticastAddress_iP6Address@@UAE@XZ @2438 NONAME ??1H245_MulticastAddress_iPAddress@@UAE@XZ @2439 NONAME ??1H245_MultilinkIndication@@UAE@XZ @24786 NONAME ??1H245_MultilinkIndication_crcDesired@@UAE@XZ @24787 NONAME ??1H245_MultilinkIndication_excessiveError@@UAE@XZ @24788 NONAME ??1H245_MultilinkRequest@@UAE@XZ @24789 NONAME ??1H245_MultilinkRequest_addConnection@@UAE@XZ @24790 NONAME ??1H245_MultilinkRequest_callInformation@@UAE@XZ @24791 NONAME ??1H245_MultilinkRequest_maximumHeaderInterval@@UAE@XZ @24792 NONAME ??1H245_MultilinkRequest_maximumHeaderInterval_requestType@@UAE@XZ @24793 NONAME ??1H245_MultilinkRequest_removeConnection@@UAE@XZ @24794 NONAME ??1H245_MultilinkResponse@@UAE@XZ @24795 NONAME ??1H245_MultilinkResponse_addConnection@@UAE@XZ @24796 NONAME ??1H245_MultilinkResponse_addConnection_responseCode@@UAE@XZ @24797 NONAME ??1H245_MultilinkResponse_addConnection_responseCode_rejected@@UAE@XZ @24798 NONAME ??1H245_MultilinkResponse_callInformation@@UAE@XZ @24799 NONAME ??1H245_MultilinkResponse_maximumHeaderInterval@@UAE@XZ @24800 NONAME ??1H245_MultilinkResponse_removeConnection@@UAE@XZ @24801 NONAME ??1H245_MultimediaSystemControlMessage@@UAE@XZ @2440 NONAME ??1H245_MultiplePayloadStream@@UAE@XZ @38444 NONAME ??1H245_MultiplePayloadStreamCapability@@UAE@XZ @38445 NONAME ??1H245_MultiplePayloadStreamElement@@UAE@XZ @38446 NONAME ??1H245_MultiplePayloadStreamElementMode@@UAE@XZ @38447 NONAME ??1H245_MultiplePayloadStreamMode@@UAE@XZ @38448 NONAME ??1H245_MultiplexCapability@@UAE@XZ @2441 NONAME ??1H245_MultiplexedStreamCapability@@UAE@XZ @24802 NONAME ??1H245_MultiplexedStreamModeParameters@@UAE@XZ @24803 NONAME ??1H245_MultiplexedStreamParameter@@UAE@XZ @24804 NONAME ??1H245_MultiplexElement@@UAE@XZ @2442 NONAME ??1H245_MultiplexElement_repeatCount@@UAE@XZ @2443 NONAME ??1H245_MultiplexElement_type@@UAE@XZ @2444 NONAME ??1H245_MultiplexEntryDescriptor@@UAE@XZ @2445 NONAME ??1H245_MultiplexEntryRejectionDescriptions@@UAE@XZ @2446 NONAME ??1H245_MultiplexEntryRejectionDescriptions_cause@@UAE@XZ @2447 NONAME ??1H245_MultiplexEntrySend@@UAE@XZ @2448 NONAME ??1H245_MultiplexEntrySendAck@@UAE@XZ @2449 NONAME ??1H245_MultiplexEntrySendReject@@UAE@XZ @2450 NONAME ??1H245_MultiplexEntrySendRelease@@UAE@XZ @2451 NONAME ??1H245_MultiplexFormat@@UAE@XZ @24805 NONAME ??1H245_MultiplexTableEntryNumber@@UAE@XZ @2452 NONAME ??1H245_MultipointCapability@@UAE@XZ @2453 NONAME ??1H245_NetworkAccessParameters@@UAE@XZ @2454 NONAME ??1H245_NetworkAccessParameters_distribution@@UAE@XZ @2455 NONAME ??1H245_NetworkAccessParameters_networkAddress@@UAE@XZ @2456 NONAME ??1H245_NetworkAccessParameters_t120SetupProcedure@@UAE@XZ @2457 NONAME ??1H245_NewATMVCCommand@@UAE@XZ @24806 NONAME ??1H245_NewATMVCCommand_aal@@UAE@XZ @24807 NONAME ??1H245_NewATMVCCommand_aal_aal1@@UAE@XZ @24808 NONAME ??1H245_NewATMVCCommand_aal_aal1_clockRecovery@@UAE@XZ @24809 NONAME ??1H245_NewATMVCCommand_aal_aal1_errorCorrection@@UAE@XZ @24810 NONAME ??1H245_NewATMVCCommand_aal_aal5@@UAE@XZ @24811 NONAME ??1H245_NewATMVCCommand_multiplex@@UAE@XZ @24812 NONAME ??1H245_NewATMVCCommand_reverseParameters@@UAE@XZ @24813 NONAME ??1H245_NewATMVCCommand_reverseParameters_multiplex@@UAE@XZ @24814 NONAME ??1H245_NewATMVCIndication@@UAE@XZ @2458 NONAME ??1H245_NewATMVCIndication_aal@@UAE@XZ @2459 NONAME ??1H245_NewATMVCIndication_aal_aal1@@UAE@XZ @2460 NONAME ??1H245_NewATMVCIndication_aal_aal1_clockRecovery@@UAE@XZ @2461 NONAME ??1H245_NewATMVCIndication_aal_aal1_errorCorrection@@UAE@XZ @2462 NONAME ??1H245_NewATMVCIndication_aal_aal5@@UAE@XZ @2463 NONAME ??1H245_NewATMVCIndication_multiplex@@UAE@XZ @2464 NONAME ??1H245_NewATMVCIndication_reverseParameters@@UAE@XZ @2465 NONAME ??1H245_NewATMVCIndication_reverseParameters_multiplex@@UAE@XZ @2466 NONAME ??1H245_NonStandardIdentifier@@UAE@XZ @2467 NONAME ??1H245_NonStandardIdentifier_h221NonStandard@@UAE@XZ @2468 NONAME ??1H245_NonStandardMessage@@UAE@XZ @2469 NONAME ??1H245_NonStandardParameter@@UAE@XZ @2470 NONAME ??1H245_NoPTAudioTelephonyEventCapability@@UAE@XZ @38449 NONAME ??1H245_NoPTAudioToneCapability@@UAE@XZ @38450 NONAME ??1H245_OpenLogicalChannel@@UAE@XZ @2471 NONAME ??1H245_OpenLogicalChannelAck@@UAE@XZ @2472 NONAME ??1H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@UAE@XZ @2473 NONAME ??1H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UAE@XZ @2474 NONAME ??1H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@UAE@XZ @2475 NONAME ??1H245_OpenLogicalChannelConfirm@@UAE@XZ @2476 NONAME ??1H245_OpenLogicalChannelReject@@UAE@XZ @2477 NONAME ??1H245_OpenLogicalChannelReject_cause@@UAE@XZ @2478 NONAME ??1H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UAE@XZ @2479 NONAME ??1H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@UAE@XZ @2480 NONAME ??1H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UAE@XZ @2481 NONAME ??1H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@UAE@XZ @2482 NONAME ??1H245_ParameterIdentifier@@UAE@XZ @24815 NONAME ??1H245_ParameterValue@@UAE@XZ @24816 NONAME ??1H245_Params@@UAE@XZ @51884 NONAME ??1H245_Password@@UAE@XZ @2483 NONAME ??1H245_PictureReference@@UAE@XZ @24817 NONAME ??1H245_Q2931Address@@UAE@XZ @2484 NONAME ??1H245_Q2931Address_address@@UAE@XZ @2485 NONAME ??1H245_QOSCapability@@UAE@XZ @2486 NONAME ??1H245_QOSMode@@UAE@XZ @2487 NONAME ??1H245_RedundancyEncoding@@UAE@XZ @2488 NONAME ??1H245_RedundancyEncodingCapability@@UAE@XZ @2489 NONAME ??1H245_RedundancyEncodingDTMode@@UAE@XZ @38451 NONAME ??1H245_RedundancyEncodingDTModeElement@@UAE@XZ @38452 NONAME ??1H245_RedundancyEncodingDTModeElement_type@@UAE@XZ @38453 NONAME ??1H245_RedundancyEncodingElement@@UAE@XZ @38454 NONAME ??1H245_RedundancyEncodingMethod@@UAE@XZ @2490 NONAME ??1H245_RedundancyEncodingMode@@UAE@XZ @2491 NONAME ??1H245_RedundancyEncodingMode_secondaryEncoding@@UAE@XZ @2492 NONAME ??1H245_RedundancyEncoding_rtpRedundancyEncoding@@UAE@XZ @38455 NONAME ??1H245_RefPictureSelection@@UAE@XZ @2493 NONAME ??1H245_RefPictureSelection_additionalPictureMemory@@UAE@XZ @2494 NONAME ??1H245_RefPictureSelection_enhancedReferencePicSelect@@UAE@XZ @24818 NONAME ??1H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UAE@XZ @24819 NONAME ??1H245_RefPictureSelection_videoBackChannelSend@@UAE@XZ @2495 NONAME ??1H245_RemoteMCRequest@@UAE@XZ @2496 NONAME ??1H245_RemoteMCResponse@@UAE@XZ @2497 NONAME ??1H245_RemoteMCResponse_reject@@UAE@XZ @2498 NONAME ??1H245_RequestAllTerminalIDsResponse@@UAE@XZ @2499 NONAME ??1H245_RequestChannelClose@@UAE@XZ @2500 NONAME ??1H245_RequestChannelCloseAck@@UAE@XZ @2501 NONAME ??1H245_RequestChannelCloseReject@@UAE@XZ @2502 NONAME ??1H245_RequestChannelCloseReject_cause@@UAE@XZ @2503 NONAME ??1H245_RequestChannelCloseRelease@@UAE@XZ @2504 NONAME ??1H245_RequestChannelClose_reason@@UAE@XZ @2505 NONAME ??1H245_RequestMessage@@UAE@XZ @2506 NONAME ??1H245_RequestMode@@UAE@XZ @2507 NONAME ??1H245_RequestModeAck@@UAE@XZ @2508 NONAME ??1H245_RequestModeAck_response@@UAE@XZ @2509 NONAME ??1H245_RequestModeReject@@UAE@XZ @2510 NONAME ??1H245_RequestModeReject_cause@@UAE@XZ @2511 NONAME ??1H245_RequestModeRelease@@UAE@XZ @2512 NONAME ??1H245_RequestMultiplexEntry@@UAE@XZ @2513 NONAME ??1H245_RequestMultiplexEntryAck@@UAE@XZ @2514 NONAME ??1H245_RequestMultiplexEntryReject@@UAE@XZ @2515 NONAME ??1H245_RequestMultiplexEntryRejectionDescriptions@@UAE@XZ @2516 NONAME ??1H245_RequestMultiplexEntryRejectionDescriptions_cause@@UAE@XZ @2517 NONAME ??1H245_RequestMultiplexEntryRelease@@UAE@XZ @2518 NONAME ??1H245_ResponseMessage@@UAE@XZ @2519 NONAME ??1H245_RoundTripDelayRequest@@UAE@XZ @2520 NONAME ??1H245_RoundTripDelayResponse@@UAE@XZ @2521 NONAME ??1H245_RSVPParameters@@UAE@XZ @2522 NONAME ??1H245_RTPH263VideoRedundancyEncoding@@UAE@XZ @2523 NONAME ??1H245_RTPH263VideoRedundancyEncoding_containedThreads@@UAE@XZ @2524 NONAME ??1H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@UAE@XZ @2525 NONAME ??1H245_RTPH263VideoRedundancyFrameMapping@@UAE@XZ @2526 NONAME ??1H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@UAE@XZ @2527 NONAME ??1H245_RTPPayloadType@@UAE@XZ @2528 NONAME ??1H245_RTPPayloadType_payloadDescriptor@@UAE@XZ @2529 NONAME ??1H245_SendTerminalCapabilitySet@@UAE@XZ @2530 NONAME ??1H245_SendTerminalCapabilitySet_specificRequest@@UAE@XZ @2531 NONAME ??1H245_SequenceNumber@@UAE@XZ @2532 NONAME ??1H245_SubstituteConferenceIDCommand@@UAE@XZ @2533 NONAME ??1H245_T38FaxProfile@@UAE@XZ @24820 NONAME ??1H245_T38FaxRateManagement@@UAE@XZ @24821 NONAME ??1H245_T38FaxTcpOptions@@UAE@XZ @24822 NONAME ??1H245_T38FaxUdpOptions@@UAE@XZ @24823 NONAME ??1H245_T38FaxUdpOptions_t38FaxUdpEC@@UAE@XZ @24824 NONAME ??1H245_T84Profile@@UAE@XZ @2534 NONAME ??1H245_T84Profile_t84Restricted@@UAE@XZ @2535 NONAME ??1H245_TerminalCapabilitySet@@UAE@XZ @2536 NONAME ??1H245_TerminalCapabilitySetAck@@UAE@XZ @2537 NONAME ??1H245_TerminalCapabilitySetReject@@UAE@XZ @2538 NONAME ??1H245_TerminalCapabilitySetReject_cause@@UAE@XZ @2539 NONAME ??1H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@UAE@XZ @2540 NONAME ??1H245_TerminalCapabilitySetRelease@@UAE@XZ @2541 NONAME ??1H245_TerminalID@@UAE@XZ @2542 NONAME ??1H245_TerminalInformation@@UAE@XZ @2543 NONAME ??1H245_TerminalLabel@@UAE@XZ @2544 NONAME ??1H245_TerminalNumber@@UAE@XZ @2545 NONAME ??1H245_TerminalYouAreSeeingInSubPictureNumber@@UAE@XZ @2546 NONAME ??1H245_TransparencyParameters@@UAE@XZ @2547 NONAME ??1H245_TransportAddress@@UAE@XZ @2548 NONAME ??1H245_TransportCapability@@UAE@XZ @2549 NONAME ??1H245_UnicastAddress@@UAE@XZ @2550 NONAME ??1H245_UnicastAddress_iP6Address@@UAE@XZ @2551 NONAME ??1H245_UnicastAddress_iPAddress@@UAE@XZ @2552 NONAME ??1H245_UnicastAddress_iPSourceRouteAddress@@UAE@XZ @2553 NONAME ??1H245_UnicastAddress_iPSourceRouteAddress_route@@UAE@XZ @2554 NONAME ??1H245_UnicastAddress_iPSourceRouteAddress_routing@@UAE@XZ @2555 NONAME ??1H245_UnicastAddress_iPXAddress@@UAE@XZ @2556 NONAME ??1H245_UserInputCapability@@UAE@XZ @2557 NONAME ??1H245_UserInputIndication@@UAE@XZ @2558 NONAME ??1H245_UserInputIndication_encryptedAlphanumeric@@UAE@XZ @51885 NONAME ??1H245_UserInputIndication_extendedAlphanumeric@@UAE@XZ @24825 NONAME ??1H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UAE@XZ @51886 NONAME ??1H245_UserInputIndication_signal@@UAE@XZ @2559 NONAME ??1H245_UserInputIndication_signalUpdate@@UAE@XZ @2560 NONAME ??1H245_UserInputIndication_signalUpdate_rtp@@UAE@XZ @2561 NONAME ??1H245_UserInputIndication_signal_rtp@@UAE@XZ @2562 NONAME ??1H245_UserInputIndication_userInputSupportIndication@@UAE@XZ @2563 NONAME ??1H245_V42bis@@UAE@XZ @2564 NONAME ??1H245_V75Capability@@UAE@XZ @2565 NONAME ??1H245_V75Parameters@@UAE@XZ @2566 NONAME ??1H245_V76Capability@@UAE@XZ @2567 NONAME ??1H245_V76HDLCParameters@@UAE@XZ @2568 NONAME ??1H245_V76LogicalChannelParameters@@UAE@XZ @2569 NONAME ??1H245_V76LogicalChannelParameters_mode@@UAE@XZ @2570 NONAME ??1H245_V76LogicalChannelParameters_mode_eRM@@UAE@XZ @2571 NONAME ??1H245_V76LogicalChannelParameters_mode_eRM_recovery@@UAE@XZ @2572 NONAME ??1H245_V76LogicalChannelParameters_suspendResume@@UAE@XZ @2573 NONAME ??1H245_V76ModeParameters@@UAE@XZ @2574 NONAME ??1H245_VBDCapability@@UAE@XZ @38456 NONAME ??1H245_VBDMode@@UAE@XZ @38457 NONAME ??1H245_VCCapability@@UAE@XZ @2575 NONAME ??1H245_VCCapability_aal1@@UAE@XZ @2576 NONAME ??1H245_VCCapability_aal1ViaGateway@@UAE@XZ @24826 NONAME ??1H245_VCCapability_aal5@@UAE@XZ @2577 NONAME ??1H245_VCCapability_availableBitRates@@UAE@XZ @2578 NONAME ??1H245_VCCapability_availableBitRates_type@@UAE@XZ @2579 NONAME ??1H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UAE@XZ @2580 NONAME ??1H245_VendorIdentification@@UAE@XZ @2581 NONAME ??1H245_VideoCapability@@UAE@XZ @2582 NONAME ??1H245_VideoIndicateCompose@@UAE@XZ @2583 NONAME ??1H245_VideoMode@@UAE@XZ @2584 NONAME ??1H248_ActionReply@@UAE@XZ @32092 NONAME ??1H248_ActionRequest@@UAE@XZ @32093 NONAME ??1H248_AmmDescriptor@@UAE@XZ @32094 NONAME ??1H248_AmmRequest@@UAE@XZ @32095 NONAME ??1H248_AmmsReply@@UAE@XZ @32096 NONAME ??1H248_ArrayOf_ActionReply@@UAE@XZ @32097 NONAME ??1H248_ArrayOf_ActionRequest@@UAE@XZ @32098 NONAME ??1H248_ArrayOf_AmmDescriptor@@UAE@XZ @32099 NONAME ??1H248_ArrayOf_CommandReply@@UAE@XZ @32100 NONAME ??1H248_ArrayOf_CommandRequest@@UAE@XZ @32101 NONAME ??1H248_ArrayOf_EventParameter@@UAE@XZ @32102 NONAME ??1H248_ArrayOf_IndAuditParameter@@UAE@XZ @32103 NONAME ??1H248_ArrayOf_IndAudPropertyParm@@UAE@XZ @32104 NONAME ??1H248_ArrayOf_IndAudStreamDescriptor@@UAE@XZ @32105 NONAME ??1H248_ArrayOf_ModemType@@UAE@XZ @32106 NONAME ??1H248_ArrayOf_ObservedEvent@@UAE@XZ @32107 NONAME ??1H248_ArrayOf_PASN_OctetString@@UAE@XZ @32108 NONAME ??1H248_ArrayOf_PropertyGroup@@UAE@XZ @32109 NONAME ??1H248_ArrayOf_PropertyParm@@UAE@XZ @32110 NONAME ??1H248_ArrayOf_RequestedEvent@@UAE@XZ @32111 NONAME ??1H248_ArrayOf_SecondRequestedEvent@@UAE@XZ @32112 NONAME ??1H248_ArrayOf_Signal@@UAE@XZ @32113 NONAME ??1H248_ArrayOf_SigParameter@@UAE@XZ @32114 NONAME ??1H248_ArrayOf_StreamDescriptor@@UAE@XZ @32115 NONAME ??1H248_ArrayOf_TerminationID@@UAE@XZ @32116 NONAME ??1H248_ArrayOf_TopologyRequest@@UAE@XZ @32117 NONAME ??1H248_ArrayOf_Transaction@@UAE@XZ @32118 NONAME ??1H248_ArrayOf_WildcardField@@UAE@XZ @32119 NONAME ??1H248_AuditDescriptor@@UAE@XZ @32120 NONAME ??1H248_AuditReply@@UAE@XZ @32121 NONAME ??1H248_AuditRequest@@UAE@XZ @32122 NONAME ??1H248_AuditResult@@UAE@XZ @32123 NONAME ??1H248_AuditReturnParameter@@UAE@XZ @32124 NONAME ??1H248_AuthData@@UAE@XZ @32125 NONAME ??1H248_AuthenticationHeader@@UAE@XZ @32126 NONAME ??1H248_Command@@UAE@XZ @32127 NONAME ??1H248_CommandReply@@UAE@XZ @32128 NONAME ??1H248_CommandRequest@@UAE@XZ @32129 NONAME ??1H248_ContextAttrAuditRequest@@UAE@XZ @32130 NONAME ??1H248_ContextID@@UAE@XZ @32131 NONAME ??1H248_ContextRequest@@UAE@XZ @32132 NONAME ??1H248_DigitMapDescriptor@@UAE@XZ @32133 NONAME ??1H248_DigitMapName@@UAE@XZ @32134 NONAME ??1H248_DigitMapValue@@UAE@XZ @32135 NONAME ??1H248_DomainName@@UAE@XZ @32136 NONAME ??1H248_ErrorCode@@UAE@XZ @32137 NONAME ??1H248_ErrorDescriptor@@UAE@XZ @32138 NONAME ??1H248_ErrorText@@UAE@XZ @32139 NONAME ??1H248_EventBufferControl@@UAE@XZ @32140 NONAME ??1H248_EventBufferDescriptor@@UAE@XZ @32141 NONAME ??1H248_EventDM@@UAE@XZ @32142 NONAME ??1H248_EventName@@UAE@XZ @32143 NONAME ??1H248_EventParameter@@UAE@XZ @32144 NONAME ??1H248_EventParameter_extraInfo@@UAE@XZ @32145 NONAME ??1H248_EventsDescriptor@@UAE@XZ @32146 NONAME ??1H248_EventSpec@@UAE@XZ @32147 NONAME ??1H248_H221NonStandard@@UAE@XZ @32148 NONAME ??1H248_IndAudDigitMapDescriptor@@UAE@XZ @32149 NONAME ??1H248_IndAudEventBufferDescriptor@@UAE@XZ @32150 NONAME ??1H248_IndAudEventsDescriptor@@UAE@XZ @32151 NONAME ??1H248_IndAuditParameter@@UAE@XZ @32152 NONAME ??1H248_IndAudLocalControlDescriptor@@UAE@XZ @32153 NONAME ??1H248_IndAudLocalRemoteDescriptor@@UAE@XZ @32154 NONAME ??1H248_IndAudMediaDescriptor@@UAE@XZ @32155 NONAME ??1H248_IndAudMediaDescriptor_streams@@UAE@XZ @32156 NONAME ??1H248_IndAudPackagesDescriptor@@UAE@XZ @32157 NONAME ??1H248_IndAudPropertyGroup@@UAE@XZ @32158 NONAME ??1H248_IndAudPropertyParm@@UAE@XZ @32159 NONAME ??1H248_IndAudSeqSigList@@UAE@XZ @32160 NONAME ??1H248_IndAudSignal@@UAE@XZ @32161 NONAME ??1H248_IndAudSignalsDescriptor@@UAE@XZ @32162 NONAME ??1H248_IndAudStatisticsDescriptor@@UAE@XZ @32163 NONAME ??1H248_IndAudStreamDescriptor@@UAE@XZ @32164 NONAME ??1H248_IndAudStreamParms@@UAE@XZ @32165 NONAME ??1H248_IndAudTerminationStateDescriptor@@UAE@XZ @32166 NONAME ??1H248_IP4Address@@UAE@XZ @32167 NONAME ??1H248_IP6Address@@UAE@XZ @32168 NONAME ??1H248_LocalControlDescriptor@@UAE@XZ @32169 NONAME ??1H248_LocalRemoteDescriptor@@UAE@XZ @32170 NONAME ??1H248_MediaDescriptor@@UAE@XZ @32171 NONAME ??1H248_MediaDescriptor_streams@@UAE@XZ @32172 NONAME ??1H248_MegacoMessage@@UAE@XZ @32173 NONAME ??1H248_Message@@UAE@XZ @32174 NONAME ??1H248_Message_messageBody@@UAE@XZ @32175 NONAME ??1H248_MId@@UAE@XZ @32176 NONAME ??1H248_ModemDescriptor@@UAE@XZ @32177 NONAME ??1H248_ModemType@@UAE@XZ @32178 NONAME ??1H248_MuxDescriptor@@UAE@XZ @32179 NONAME ??1H248_MuxType@@UAE@XZ @32180 NONAME ??1H248_Name@@UAE@XZ @32181 NONAME ??1H248_NonStandardData@@UAE@XZ @32182 NONAME ??1H248_NonStandardIdentifier@@UAE@XZ @32183 NONAME ??1H248_NotifyCompletion@@UAE@XZ @32184 NONAME ??1H248_NotifyReply@@UAE@XZ @32185 NONAME ??1H248_NotifyRequest@@UAE@XZ @32186 NONAME ??1H248_ObservedEvent@@UAE@XZ @32187 NONAME ??1H248_ObservedEventsDescriptor@@UAE@XZ @32188 NONAME ??1H248_PackagesDescriptor@@UAE@XZ @32189 NONAME ??1H248_PackagesItem@@UAE@XZ @32190 NONAME ??1H248_PathName@@UAE@XZ @32191 NONAME ??1H248_PkgdName@@UAE@XZ @32192 NONAME ??1H248_PropertyGroup@@UAE@XZ @32193 NONAME ??1H248_PropertyParm@@UAE@XZ @32194 NONAME ??1H248_PropertyParm_extraInfo@@UAE@XZ @32195 NONAME ??1H248_Relation@@UAE@XZ @32196 NONAME ??1H248_RequestedActions@@UAE@XZ @32197 NONAME ??1H248_RequestedEvent@@UAE@XZ @32198 NONAME ??1H248_RequestID@@UAE@XZ @32199 NONAME ??1H248_SecondEventsDescriptor@@UAE@XZ @32200 NONAME ??1H248_SecondRequestedActions@@UAE@XZ @32201 NONAME ??1H248_SecondRequestedEvent@@UAE@XZ @32202 NONAME ??1H248_SecurityParmIndex@@UAE@XZ @32203 NONAME ??1H248_SeqSigList@@UAE@XZ @32204 NONAME ??1H248_SequenceNum@@UAE@XZ @32205 NONAME ??1H248_ServiceChangeAddress@@UAE@XZ @32206 NONAME ??1H248_ServiceChangeMethod@@UAE@XZ @32207 NONAME ??1H248_ServiceChangeParm@@UAE@XZ @32208 NONAME ??1H248_ServiceChangeProfile@@UAE@XZ @32209 NONAME ??1H248_ServiceChangeReply@@UAE@XZ @32210 NONAME ??1H248_ServiceChangeRequest@@UAE@XZ @32211 NONAME ??1H248_ServiceChangeResParm@@UAE@XZ @32212 NONAME ??1H248_ServiceChangeResult@@UAE@XZ @32213 NONAME ??1H248_ServiceState@@UAE@XZ @32214 NONAME ??1H248_Signal@@UAE@XZ @32215 NONAME ??1H248_SignalName@@UAE@XZ @32216 NONAME ??1H248_SignalRequest@@UAE@XZ @32217 NONAME ??1H248_SignalsDescriptor@@UAE@XZ @32218 NONAME ??1H248_SignalType@@UAE@XZ @32219 NONAME ??1H248_SigParameter@@UAE@XZ @32220 NONAME ??1H248_SigParameter_extraInfo@@UAE@XZ @32221 NONAME ??1H248_StatisticsDescriptor@@UAE@XZ @32222 NONAME ??1H248_StatisticsParameter@@UAE@XZ @32223 NONAME ??1H248_StreamDescriptor@@UAE@XZ @32224 NONAME ??1H248_StreamID@@UAE@XZ @32225 NONAME ??1H248_StreamMode@@UAE@XZ @32226 NONAME ??1H248_StreamParms@@UAE@XZ @32227 NONAME ??1H248_SubtractRequest@@UAE@XZ @32228 NONAME ??1H248_TerminationAudit@@UAE@XZ @32229 NONAME ??1H248_TerminationID@@UAE@XZ @32230 NONAME ??1H248_TerminationIDList@@UAE@XZ @32231 NONAME ??1H248_TerminationStateDescriptor@@UAE@XZ @32232 NONAME ??1H248_TimeNotation@@UAE@XZ @32233 NONAME ??1H248_TopologyRequest@@UAE@XZ @32234 NONAME ??1H248_TopologyRequest_topologyDirection@@UAE@XZ @32235 NONAME ??1H248_Transaction@@UAE@XZ @32236 NONAME ??1H248_TransactionAck@@UAE@XZ @32237 NONAME ??1H248_TransactionId@@UAE@XZ @32238 NONAME ??1H248_TransactionPending@@UAE@XZ @32239 NONAME ??1H248_TransactionReply@@UAE@XZ @32240 NONAME ??1H248_TransactionReply_transactionResult@@UAE@XZ @32241 NONAME ??1H248_TransactionRequest@@UAE@XZ @32242 NONAME ??1H248_TransactionResponseAck@@UAE@XZ @32243 NONAME ??1H248_Value@@UAE@XZ @32244 NONAME ??1H248_WildcardField@@UAE@XZ @32245 NONAME ??1H261DCTEncoder@@UAE@XZ @17449 NONAME ??1H261Encoder@@MAE@XZ @17450 NONAME ??1H261PixelEncoder@@UAE@XZ @17451 NONAME ??1H323AudioCapability@@UAE@XZ @2585 NONAME ??1H323AudioCodec@@UAE@XZ @2586 NONAME ??1H323BidirectionalChannel@@UAE@XZ @2587 NONAME ??1H323CallCreditServiceControl@@UAE@XZ @32246 NONAME ??1H323Capabilities@@UAE@XZ @17201 NONAME ??1H323CapabilitiesSet@@UAE@XZ @17202 NONAME ??1H323Capability@@UAE@XZ @2588 NONAME ??1H323Channel@@UAE@XZ @2590 NONAME ??1H323ChannelNumber@@UAE@XZ @2591 NONAME ??1H323Codec@@UAE@XZ @2592 NONAME ??1H323CodecPluginGenericAudioCapability@@UAE@XZ @51887 NONAME ??1H323CodecPluginNonStandardAudioCapability@@UAE@XZ @39025 NONAME ??1H323Connection@@UAE@XZ @2593 NONAME ??1H323ConnectionsCleaner@@UAE@XZ @2594 NONAME ??1H323ControlPDU@@UAE@XZ @2595 NONAME ??1H323DataCapability@@UAE@XZ @2596 NONAME ??1H323DataChannel@@UAE@XZ @28047 NONAME ??1H323DynaLink@@UAE@XZ @49664 NONAME ??1H323EndPoint@@UAE@XZ @2597 NONAME ??1H323FramedAudioCodec@@UAE@XZ @2598 NONAME ??1H323Gatekeeper@@UAE@XZ @2599 NONAME ??1H323GatekeeperARQ@@UAE@XZ @29407 NONAME ??1H323GatekeeperBRQ@@UAE@XZ @29408 NONAME ??1H323GatekeeperCall@@UAE@XZ @28418 NONAME ??1H323GatekeeperDRQ@@UAE@XZ @29409 NONAME ??1H323GatekeeperGRQ@@UAE@XZ @29410 NONAME ??1H323GatekeeperIRR@@UAE@XZ @30634 NONAME ??1H323GatekeeperListener@@UAE@XZ @28419 NONAME ??1H323GatekeeperLRQ@@UAE@XZ @29411 NONAME ??1H323GatekeeperRequest@@UAE@XZ @29412 NONAME ??1H323GatekeeperRRQ@@UAE@XZ @29413 NONAME ??1H323GatekeeperServer@@UAE@XZ @28420 NONAME ??1H323GatekeeperURQ@@UAE@XZ @29414 NONAME ??1H323GenericAudioCapability@@UAE@XZ @51888 NONAME ??1H323GenericCapabilityInfo@@UAE@XZ @51889 NONAME ??1H323GenericVideoCapability@@UAE@XZ @51890 NONAME ??1H323GSMPluginCapability@@UAE@XZ @39026 NONAME ??1H323H248ServiceControl@@UAE@XZ @32247 NONAME ??1H323HTTPServiceControl@@UAE@XZ @32248 NONAME ??1H323Listener@@UAE@XZ @2601 NONAME ??1H323ListenerTCP@@UAE@XZ @2602 NONAME ??1H323LogicalChannelThread@@UAE@XZ @2603 NONAME ??1H323NonStandardAudioCapability@@UAE@XZ @2604 NONAME ??1H323NonStandardCapabilityInfo@@UAE@XZ @2605 NONAME ??1H323NonStandardDataCapability@@UAE@XZ @2606 NONAME ??1H323NonStandardVideoCapability@@UAE@XZ @2607 NONAME ??1H323PeerElement@@UAE@XZ @34922 NONAME ??1H323PeerElementDescriptor@@UAE@XZ @37182 NONAME ??1H323PeerElementServiceRelationship@@UAE@XZ @37183 NONAME ??1H323PluginCapability@@UAE@XZ @39029 NONAME ??1H323PluginCapabilityInfo@@QAE@XZ @49731 NONAME ??1H323PluginCodecManager@@UAE@XZ @49640 NONAME ??1H323PluginFramedAudioCodec@@UAE@XZ @49703 NONAME ??1H323PluginG7231Capability@@UAE@XZ @39030 NONAME ??1H323PluginVideoCodec@@UAE@XZ @39031 NONAME ??1H323RasPDU@@UAE@XZ @2608 NONAME ??1H323RealTimeCapability@@UAE@XZ @2609 NONAME ??1H323RegisteredEndPoint@@UAE@XZ @28421 NONAME ??1H323ServiceControlSession@@UAE@XZ @32249 NONAME ??1H323SignalPDU@@UAE@XZ @2610 NONAME ??1H323SimultaneousCapabilities@@UAE@XZ @2611 NONAME ??1H323StreamedAudioCodec@@UAE@XZ @2612 NONAME ??1H323StreamedPluginAudioCodec@@UAE@XZ @49704 NONAME ??1H323Transaction@@UAE@XZ @37589 NONAME ??1H323TransactionPDU@@UAE@XZ @36830 NONAME ??1H323TransactionServer@@UAE@XZ @34925 NONAME ??1H323Transactor@@UAE@XZ @34926 NONAME ??1H323Transport@@UAE@XZ @2613 NONAME ??1H323TransportAddress@@UAE@XZ @2614 NONAME ??1H323TransportAddressArray@@UAE@XZ @31249 NONAME ??1H323TransportIP@@UAE@XZ @2615 NONAME ??1H323TransportTCP@@UAE@XZ @2616 NONAME ??1H323TransportUDP@@UAE@XZ @2617 NONAME ??1H323UnidirectionalChannel@@UAE@XZ @2618 NONAME ??1H323VideoCapability@@UAE@XZ @2619 NONAME ??1H323VideoCodec@@UAE@XZ @2620 NONAME ??1H323_ALawCodec@@UAE@XZ @2625 NONAME ??1H323_AnnexG@@UAE@XZ @34927 NONAME ??1H323_CiscoG7231aLIDCapability@@UAE@XZ @31175 NONAME ??1H323_ExternalRTPChannel@@UAE@XZ @29633 NONAME ??1H323_G711ALaw64Capability@@UAE@XZ @50188 NONAME ??1H323_G711Capability@@UAE@XZ @2626 NONAME ??1H323_G711uLaw64Capability@@UAE@XZ @50189 NONAME ??1H323_H261Capability@@UAE@XZ @2629 NONAME ??1H323_H261Codec@@UAE@XZ @2630 NONAME ??1H323_LIDCapability@@UAE@XZ @2631 NONAME ??1H323_LIDCodec@@UAE@XZ @2632 NONAME ??1H323_LID_G711_ALaw_Capability@@UAE@XZ @50190 NONAME ??1H323_LID_G711_uLaw_Capability@@UAE@XZ @50191 NONAME ??1H323_LID_G7231A_5k3_Capability@@UAE@XZ @50192 NONAME ??1H323_LID_G7231A_6k3_Capability@@UAE@XZ @50193 NONAME ??1H323_LID_G7231_5k3_Capability@@UAE@XZ @50194 NONAME ??1H323_LID_G7231_6k3_Capability@@UAE@XZ @50195 NONAME ??1H323_LID_G728_Capability@@UAE@XZ @50196 NONAME ??1H323_LID_G729AB_Capability@@UAE@XZ @50197 NONAME ??1H323_LID_G729A_Capability@@UAE@XZ @50198 NONAME ??1H323_LID_G729B_Capability@@UAE@XZ @50199 NONAME ??1H323_LID_G729_Capability@@UAE@XZ @50200 NONAME ??1H323_LID_GSM0610_Capability@@UAE@XZ @50201 NONAME ??1H323_muLawCodec@@UAE@XZ @2633 NONAME ??1H323_RealTimeChannel@@UAE@XZ @29634 NONAME ??1H323_RTPChannel@@UAE@XZ @2634 NONAME ??1H323_RTP_Session@@UAE@XZ @2635 NONAME ??1H323_RTP_UDP@@UAE@XZ @2636 NONAME ??1H323_T120Capability@@UAE@XZ @2637 NONAME ??1H323_T120Channel@@UAE@XZ @28048 NONAME ??1H323_T38Capability@@UAE@XZ @28049 NONAME ??1H323_T38Channel@@UAE@XZ @28050 NONAME ??1H323_T38NonStandardCapability@@UAE@XZ @30534 NONAME ??1H323_UserInputCapability@@UAE@XZ @2638 NONAME ??1H45010_ArrayOf_MixedExtension@@UAE@XZ @22982 NONAME ??1H45010_CfbOvrOptArg@@UAE@XZ @22983 NONAME ??1H45010_CoReqOptArg@@UAE@XZ @22984 NONAME ??1H45010_H323CallOfferOperations@@UAE@XZ @22985 NONAME ??1H45010_RUAlertOptArg@@UAE@XZ @22986 NONAME ??1H45011Handler@@UAE@XZ @30731 NONAME ??1H45011_ArrayOf_MixedExtension@@UAE@XZ @22987 NONAME ??1H45011_CallIntrusionErrors@@UAE@XZ @22988 NONAME ??1H45011_CICapabilityLevel@@UAE@XZ @22989 NONAME ??1H45011_CIFrcRelArg@@UAE@XZ @22990 NONAME ??1H45011_CIFrcRelOptRes@@UAE@XZ @22991 NONAME ??1H45011_CIGetCIPLOptArg@@UAE@XZ @22992 NONAME ??1H45011_CIGetCIPLRes@@UAE@XZ @22993 NONAME ??1H45011_CIIsOptArg@@UAE@XZ @22994 NONAME ??1H45011_CIIsOptRes@@UAE@XZ @22995 NONAME ??1H45011_CINotificationArg@@UAE@XZ @22996 NONAME ??1H45011_CIProtectionLevel@@UAE@XZ @22997 NONAME ??1H45011_CIRequestArg@@UAE@XZ @22998 NONAME ??1H45011_CIRequestRes@@UAE@XZ @22999 NONAME ??1H45011_CISilentArg@@UAE@XZ @23000 NONAME ??1H45011_CISilentOptRes@@UAE@XZ @23001 NONAME ??1H45011_CIStatusInformation@@UAE@XZ @23002 NONAME ??1H45011_CIWobOptArg@@UAE@XZ @23003 NONAME ??1H45011_CIWobOptRes@@UAE@XZ @23004 NONAME ??1H45011_H323CallIntrusionOperations@@UAE@XZ @23005 NONAME ??1H4501_Address@@UAE@XZ @21147 NONAME ??1H4501_AddressInformation@@UAE@XZ @21148 NONAME ??1H4501_AddressScreened@@UAE@XZ @21149 NONAME ??1H4501_ArrayOf_AliasAddress@@UAE@XZ @21150 NONAME ??1H4501_ArrayOf_ROS@@UAE@XZ @21151 NONAME ??1H4501_EndpointAddress@@UAE@XZ @21152 NONAME ??1H4501_EntityType@@UAE@XZ @21153 NONAME ??1H4501_Extension@@UAE@XZ @21154 NONAME ??1H4501_GeneralErrorList@@UAE@XZ @21155 NONAME ??1H4501_H225InformationElement@@UAE@XZ @21156 NONAME ??1H4501_InterpretationApdu@@UAE@XZ @21157 NONAME ??1H4501_InvokeIDs@@UAE@XZ @21158 NONAME ??1H4501_InvokeIdSet@@UAE@XZ @21159 NONAME ??1H4501_NetworkFacilityExtension@@UAE@XZ @21160 NONAME ??1H4501_NSAPSubaddress@@UAE@XZ @21161 NONAME ??1H4501_NumberScreened@@UAE@XZ @21162 NONAME ??1H4501_PartySubaddress@@UAE@XZ @21163 NONAME ??1H4501_PresentationAllowedIndicator@@UAE@XZ @21164 NONAME ??1H4501_PresentedAddressScreened@@UAE@XZ @21165 NONAME ??1H4501_PresentedAddressUnscreened@@UAE@XZ @21166 NONAME ??1H4501_PresentedNumberScreened@@UAE@XZ @21167 NONAME ??1H4501_PresentedNumberUnscreened@@UAE@XZ @21168 NONAME ??1H4501_ScreeningIndicator@@UAE@XZ @21169 NONAME ??1H4501_ServiceApdus@@UAE@XZ @21170 NONAME ??1H4501_SubaddressInformation@@UAE@XZ @21171 NONAME ??1H4501_SupplementaryService@@UAE@XZ @21172 NONAME ??1H4501_UserSpecifiedSubaddress@@UAE@XZ @21173 NONAME ??1H4502Handler@@UAE@XZ @28963 NONAME ??1H4502_CallIdentity@@UAE@XZ @21174 NONAME ??1H4502_CallStatus@@UAE@XZ @21175 NONAME ??1H4502_CallTransferErrors@@UAE@XZ @21176 NONAME ??1H4502_CallTransferOperation@@UAE@XZ @21177 NONAME ??1H4502_CTActiveArg@@UAE@XZ @21178 NONAME ??1H4502_CTActiveArg_argumentExtension@@UAE@XZ @21179 NONAME ??1H4502_CTCompleteArg@@UAE@XZ @21180 NONAME ??1H4502_CTCompleteArg_argumentExtension@@UAE@XZ @21181 NONAME ??1H4502_CTIdentifyRes@@UAE@XZ @21182 NONAME ??1H4502_CTIdentifyRes_resultExtension@@UAE@XZ @21183 NONAME ??1H4502_CTInitiateArg@@UAE@XZ @21184 NONAME ??1H4502_CTInitiateArg_argumentExtension@@UAE@XZ @21185 NONAME ??1H4502_CTSetupArg@@UAE@XZ @21186 NONAME ??1H4502_CTSetupArg_argumentExtension@@UAE@XZ @21187 NONAME ??1H4502_CTUpdateArg@@UAE@XZ @21188 NONAME ??1H4502_CTUpdateArg_argumentExtension@@UAE@XZ @21189 NONAME ??1H4502_DummyArg@@UAE@XZ @21190 NONAME ??1H4502_DummyRes@@UAE@XZ @21191 NONAME ??1H4502_EndDesignation@@UAE@XZ @21192 NONAME ??1H4502_ExtensionSeq@@UAE@XZ @21193 NONAME ??1H4502_SubaddressTransferArg@@UAE@XZ @21194 NONAME ??1H4502_SubaddressTransferArg_argumentExtension@@UAE@XZ @21195 NONAME ??1H4503_BasicService@@UAE@XZ @22676 NONAME ??1H4503_CallDiversionErrors@@UAE@XZ @22677 NONAME ??1H4503_DiversionReason@@UAE@XZ @22678 NONAME ??1H4503_ExtensionSeq@@UAE@XZ @22679 NONAME ??1H4503_H323CallDiversionOperations@@UAE@XZ @22680 NONAME ??1H4503_IntResult@@UAE@XZ @22681 NONAME ??1H4503_IntResultList@@UAE@XZ @22682 NONAME ??1H4503_IntResult_extension@@UAE@XZ @22683 NONAME ??1H4503_Procedure@@UAE@XZ @22684 NONAME ??1H4503_SubscriptionOption@@UAE@XZ @22685 NONAME ??1H4504Handler@@UAE@XZ @28964 NONAME ??1H4504_ArrayOf_MixedExtension@@UAE@XZ @22316 NONAME ??1H4504_CallHoldOperation@@UAE@XZ @22317 NONAME ??1H4504_Extension@@UAE@XZ @22318 NONAME ??1H4504_HoldNotificArg@@UAE@XZ @22319 NONAME ??1H4504_MixedExtension@@UAE@XZ @22320 NONAME ??1H4504_RemoteHoldArg@@UAE@XZ @22321 NONAME ??1H4504_RemoteHoldRes@@UAE@XZ @22322 NONAME ??1H4504_RemoteRetrieveArg@@UAE@XZ @22323 NONAME ??1H4504_RemoteRetrieveRes@@UAE@XZ @22324 NONAME ??1H4504_RetrieveNotificArg@@UAE@XZ @22325 NONAME ??1H4505_ArrayOf_MixedExtension@@UAE@XZ @23006 NONAME ??1H4505_CallParkPickupOperations@@UAE@XZ @23007 NONAME ??1H4505_CallPickupErrors@@UAE@XZ @23008 NONAME ??1H4505_CallType@@UAE@XZ @23009 NONAME ??1H4505_CpickupNotifyArg@@UAE@XZ @23010 NONAME ??1H4505_CpNotifyArg@@UAE@XZ @23011 NONAME ??1H4505_CpRequestArg@@UAE@XZ @23012 NONAME ??1H4505_CpRequestRes@@UAE@XZ @23013 NONAME ??1H4505_CpSetupArg@@UAE@XZ @23014 NONAME ??1H4505_CpSetupRes@@UAE@XZ @23015 NONAME ??1H4505_GroupIndicationOffArg@@UAE@XZ @23016 NONAME ??1H4505_GroupIndicationOffRes@@UAE@XZ @23017 NONAME ??1H4505_GroupIndicationOnArg@@UAE@XZ @23018 NONAME ??1H4505_GroupIndicationOnRes@@UAE@XZ @23019 NONAME ??1H4505_ParkCondition@@UAE@XZ @23020 NONAME ??1H4505_ParkedToPosition@@UAE@XZ @23021 NONAME ??1H4505_PickExeArg@@UAE@XZ @23022 NONAME ??1H4505_PickExeRes@@UAE@XZ @23023 NONAME ??1H4505_PickrequArg@@UAE@XZ @23024 NONAME ??1H4505_PickrequRes@@UAE@XZ @23025 NONAME ??1H4505_PickupArg@@UAE@XZ @23026 NONAME ??1H4505_PickupRes@@UAE@XZ @23027 NONAME ??1H4506Handler@@UAE@XZ @29678 NONAME ??1H4506_ArrayOf_MixedExtension@@UAE@XZ @23028 NONAME ??1H4506_CallWaitingArg@@UAE@XZ @23029 NONAME ??1H4506_CallWaitingOperations@@UAE@XZ @23030 NONAME ??1H4507_ArrayOf_MixedExtension@@UAE@XZ @23031 NONAME ??1H4507_BasicService@@UAE@XZ @23032 NONAME ??1H4507_DummyRes@@UAE@XZ @23033 NONAME ??1H4507_H323_MWI_Operations@@UAE@XZ @23034 NONAME ??1H4507_MessageWaitingIndicationErrors@@UAE@XZ @23035 NONAME ??1H4507_MsgCentreId@@UAE@XZ @23036 NONAME ??1H4507_MWIActivateArg@@UAE@XZ @23037 NONAME ??1H4507_MWIDeactivateArg@@UAE@XZ @23038 NONAME ??1H4507_MWIInterrogateArg@@UAE@XZ @23039 NONAME ??1H4507_MWIInterrogateRes@@UAE@XZ @23040 NONAME ??1H4507_MWIInterrogateResElt@@UAE@XZ @23041 NONAME ??1H4507_NbOfMessages@@UAE@XZ @23042 NONAME ??1H4507_TimeStamp@@UAE@XZ @23043 NONAME ??1H4508_ExtendedName@@UAE@XZ @23044 NONAME ??1H4508_Name@@UAE@XZ @23045 NONAME ??1H4508_NameOperations@@UAE@XZ @23046 NONAME ??1H4508_NamePresentationAllowed@@UAE@XZ @23047 NONAME ??1H4508_NamePresentationRestricted@@UAE@XZ @23048 NONAME ??1H4508_SimpleName@@UAE@XZ @23049 NONAME ??1H4509_ArrayOf_MixedExtension@@UAE@XZ @23050 NONAME ??1H4509_CallCompletionErrors@@UAE@XZ @23051 NONAME ??1H4509_CcArg@@UAE@XZ @23052 NONAME ??1H4509_CcLongArg@@UAE@XZ @23053 NONAME ??1H4509_CcRequestArg@@UAE@XZ @23054 NONAME ??1H4509_CcRequestRes@@UAE@XZ @23055 NONAME ??1H4509_CcShortArg@@UAE@XZ @23056 NONAME ??1H4509_H323CallCompletionOperations@@UAE@XZ @23057 NONAME ??1H450ServiceAPDU@@UAE@XZ @21196 NONAME ??1H450xDispatcher@@UAE@XZ @28965 NONAME ??1H450xHandler@@UAE@XZ @28966 NONAME ??1H501AccessRequest@@UAE@XZ @37590 NONAME ??1H501DescriptorUpdate@@UAE@XZ @37591 NONAME ??1H501PDU@@UAE@XZ @34929 NONAME ??1H501ServiceRequest@@UAE@XZ @37592 NONAME ??1H501Transaction@@UAE@XZ @37593 NONAME ??1H501_AccessConfirmation@@UAE@XZ @35271 NONAME ??1H501_AccessRejection@@UAE@XZ @35272 NONAME ??1H501_AccessRejectionReason@@UAE@XZ @35273 NONAME ??1H501_AccessRequest@@UAE@XZ @35274 NONAME ??1H501_AccessToken@@UAE@XZ @35275 NONAME ??1H501_AddressTemplate@@UAE@XZ @35276 NONAME ??1H501_AlternatePE@@UAE@XZ @35277 NONAME ??1H501_AlternatePEInfo@@UAE@XZ @35278 NONAME ??1H501_ApplicationMessage@@UAE@XZ @35279 NONAME ??1H501_ArrayOf_AccessToken@@UAE@XZ @35280 NONAME ??1H501_ArrayOf_AddressTemplate@@UAE@XZ @35281 NONAME ??1H501_ArrayOf_AliasAddress@@UAE@XZ @35282 NONAME ??1H501_ArrayOf_AlternatePE@@UAE@XZ @35283 NONAME ??1H501_ArrayOf_CircuitIdentifier@@UAE@XZ @35284 NONAME ??1H501_ArrayOf_ClearToken@@UAE@XZ @34930 NONAME ??1H501_ArrayOf_ContactInformation@@UAE@XZ @35285 NONAME ??1H501_ArrayOf_CryptoH323Token@@UAE@XZ @34931 NONAME ??1H501_ArrayOf_Descriptor@@UAE@XZ @35286 NONAME ??1H501_ArrayOf_DescriptorInfo@@UAE@XZ @35288 NONAME ??1H501_ArrayOf_GenericData@@UAE@XZ @34932 NONAME ??1H501_ArrayOf_GloballyUniqueID@@UAE@XZ @36878 NONAME ??1H501_ArrayOf_NonStandardParameter@@UAE@XZ @34933 NONAME ??1H501_ArrayOf_PASN_ObjectId@@UAE@XZ @35289 NONAME ??1H501_ArrayOf_Pattern@@UAE@XZ @35290 NONAME ??1H501_ArrayOf_PriceElement@@UAE@XZ @35291 NONAME ??1H501_ArrayOf_PriceInfoSpec@@UAE@XZ @35292 NONAME ??1H501_ArrayOf_RouteInformation@@UAE@XZ @35293 NONAME ??1H501_ArrayOf_SecurityMode@@UAE@XZ @35294 NONAME ??1H501_ArrayOf_ServiceControlSession@@UAE@XZ @35295 NONAME ??1H501_ArrayOf_SupportedProtocols@@UAE@XZ @35296 NONAME ??1H501_ArrayOf_TransportAddress@@UAE@XZ @34934 NONAME ??1H501_ArrayOf_UpdateInformation@@UAE@XZ @35297 NONAME ??1H501_ArrayOf_UsageField@@UAE@XZ @35298 NONAME ??1H501_AuthenticationConfirmation@@UAE@XZ @35299 NONAME ??1H501_AuthenticationRejection@@UAE@XZ @35300 NONAME ??1H501_AuthenticationRejectionReason@@UAE@XZ @35301 NONAME ??1H501_AuthenticationRequest@@UAE@XZ @35302 NONAME ??1H501_CallInformation@@UAE@XZ @35303 NONAME ??1H501_ContactInformation@@UAE@XZ @35304 NONAME ??1H501_Descriptor@@UAE@XZ @35305 NONAME ??1H501_DescriptorConfirmation@@UAE@XZ @35306 NONAME ??1H501_DescriptorIDConfirmation@@UAE@XZ @35308 NONAME ??1H501_DescriptorIDRejection@@UAE@XZ @35309 NONAME ??1H501_DescriptorIDRejectionReason@@UAE@XZ @35310 NONAME ??1H501_DescriptorIDRequest@@UAE@XZ @35311 NONAME ??1H501_DescriptorInfo@@UAE@XZ @35312 NONAME ??1H501_DescriptorRejection@@UAE@XZ @35313 NONAME ??1H501_DescriptorRejectionReason@@UAE@XZ @35314 NONAME ??1H501_DescriptorRequest@@UAE@XZ @35315 NONAME ??1H501_DescriptorUpdate@@UAE@XZ @35316 NONAME ??1H501_DescriptorUpdateAck@@UAE@XZ @35317 NONAME ??1H501_ElementIdentifier@@UAE@XZ @35318 NONAME ??1H501_GlobalTimeStamp@@UAE@XZ @35319 NONAME ??1H501_Message@@UAE@XZ @34935 NONAME ??1H501_MessageBody@@UAE@XZ @34936 NONAME ??1H501_MessageCommonInfo@@UAE@XZ @34937 NONAME ??1H501_NonStandardConfirmation@@UAE@XZ @35320 NONAME ??1H501_NonStandardRejection@@UAE@XZ @35321 NONAME ??1H501_NonStandardRejectionReason@@UAE@XZ @35322 NONAME ??1H501_NonStandardRequest@@UAE@XZ @35323 NONAME ??1H501_PartyInformation@@UAE@XZ @35324 NONAME ??1H501_Pattern@@UAE@XZ @35325 NONAME ??1H501_Pattern_range@@UAE@XZ @35326 NONAME ??1H501_PriceElement@@UAE@XZ @35327 NONAME ??1H501_PriceElement_units@@UAE@XZ @35328 NONAME ??1H501_PriceInfoSpec@@UAE@XZ @35329 NONAME ??1H501_ProtocolVersion@@UAE@XZ @34938 NONAME ??1H501_RequestInProgress@@UAE@XZ @35330 NONAME ??1H501_Role@@UAE@XZ @35331 NONAME ??1H501_RouteInformation@@UAE@XZ @35332 NONAME ??1H501_RouteInformation_messageType@@UAE@XZ @35333 NONAME ??1H501_SecurityMode@@UAE@XZ @35334 NONAME ??1H501_ServiceConfirmation@@UAE@XZ @35335 NONAME ??1H501_ServiceRejection@@UAE@XZ @35336 NONAME ??1H501_ServiceRejectionReason@@UAE@XZ @35337 NONAME ??1H501_ServiceRelease@@UAE@XZ @35338 NONAME ??1H501_ServiceReleaseReason@@UAE@XZ @35339 NONAME ??1H501_ServiceRequest@@UAE@XZ @35340 NONAME ??1H501_TerminationCause@@UAE@XZ @35341 NONAME ??1H501_TimeZone@@UAE@XZ @35342 NONAME ??1H501_UnknownMessageReason@@UAE@XZ @35343 NONAME ??1H501_UnknownMessageResponse@@UAE@XZ @35344 NONAME ??1H501_UpdateInformation@@UAE@XZ @35345 NONAME ??1H501_UpdateInformation_descriptorInfo@@UAE@XZ @35346 NONAME ??1H501_UpdateInformation_updateType@@UAE@XZ @35347 NONAME ??1H501_UsageCallStatus@@UAE@XZ @35348 NONAME ??1H501_UsageConfirmation@@UAE@XZ @35349 NONAME ??1H501_UsageField@@UAE@XZ @35350 NONAME ??1H501_UsageIndication@@UAE@XZ @35351 NONAME ??1H501_UsageIndicationConfirmation@@UAE@XZ @35352 NONAME ??1H501_UsageIndicationRejection@@UAE@XZ @35353 NONAME ??1H501_UsageIndicationRejectionReason@@UAE@XZ @35354 NONAME ??1H501_UsageRejection@@UAE@XZ @35355 NONAME ??1H501_UsageRejectReason@@UAE@XZ @35356 NONAME ??1H501_UsageRequest@@UAE@XZ @35357 NONAME ??1H501_UsageSpecification@@UAE@XZ @35358 NONAME ??1H501_UsageSpecification_when@@UAE@XZ @35359 NONAME ??1H501_UserInformation@@UAE@XZ @35360 NONAME ??1H501_ValidationConfirmation@@UAE@XZ @35361 NONAME ??1H501_ValidationRejection@@UAE@XZ @35362 NONAME ??1H501_ValidationRejectionReason@@UAE@XZ @35363 NONAME ??1H501_ValidationRequest@@UAE@XZ @35364 NONAME ??1HandleTimeout_PNotifier@H245Negotiator@@UAE@XZ @2639 NONAME ??1HandleTransactions_PNotifier@H323Transactor@@UAE@XZ @37367 NONAME ??1HIDPluginDeviceManager@@UAE@XZ @51891 NONAME ??1Info@RTP_JitterBufferAnalyser@@QAE@XZ @17146 NONAME ??1IntraP64Decoder@@UAE@XZ @2640 NONAME ??1LookupRecord@@QAE@XZ @51892 NONAME ??1MCS_ArrayOf_ChannelAttributes@@UAE@XZ @2688 NONAME ??1MCS_ArrayOf_ChannelId@@UAE@XZ @2689 NONAME ??1MCS_ArrayOf_TokenAttributes@@UAE@XZ @2690 NONAME ??1MCS_ArrayOf_TokenId@@UAE@XZ @2691 NONAME ??1MCS_ArrayOf_UserId@@UAE@XZ @2692 NONAME ??1MCS_AssignedChannelId@@UAE@XZ @2693 NONAME ??1MCS_AUcf@@UAE@XZ @2694 NONAME ??1MCS_AUrq@@UAE@XZ @2695 NONAME ??1MCS_CAin@@UAE@XZ @2696 NONAME ??1MCS_CArq@@UAE@XZ @2697 NONAME ??1MCS_CCcf@@UAE@XZ @2698 NONAME ??1MCS_CCrq@@UAE@XZ @2699 NONAME ??1MCS_CDin@@UAE@XZ @2700 NONAME ??1MCS_CDrq@@UAE@XZ @2701 NONAME ??1MCS_CEin@@UAE@XZ @2702 NONAME ??1MCS_CErq@@UAE@XZ @2703 NONAME ??1MCS_ChannelAttributes@@UAE@XZ @2704 NONAME ??1MCS_ChannelAttributes_assigned@@UAE@XZ @2705 NONAME ??1MCS_ChannelAttributes_private@@UAE@XZ @2706 NONAME ??1MCS_ChannelAttributes_static@@UAE@XZ @2707 NONAME ??1MCS_ChannelAttributes_userId@@UAE@XZ @2708 NONAME ??1MCS_ChannelId@@UAE@XZ @2709 NONAME ??1MCS_CJcf@@UAE@XZ @2710 NONAME ??1MCS_CJrq@@UAE@XZ @2711 NONAME ??1MCS_CLrq@@UAE@XZ @2712 NONAME ??1MCS_ConnectMCSPDU@@UAE@XZ @2713 NONAME ??1MCS_Connect_Additional@@UAE@XZ @2714 NONAME ??1MCS_Connect_Initial@@UAE@XZ @2715 NONAME ??1MCS_Connect_Response@@UAE@XZ @2716 NONAME ??1MCS_Connect_Result@@UAE@XZ @2717 NONAME ??1MCS_DataPriority@@UAE@XZ @2718 NONAME ??1MCS_Diagnostic@@UAE@XZ @2719 NONAME ??1MCS_DomainMCSPDU@@UAE@XZ @2720 NONAME ??1MCS_DomainParameters@@UAE@XZ @2721 NONAME ??1MCS_DPum@@UAE@XZ @2722 NONAME ??1MCS_DUin@@UAE@XZ @2723 NONAME ??1MCS_DUrq@@UAE@XZ @2724 NONAME ??1MCS_DynamicChannelId@@UAE@XZ @2725 NONAME ??1MCS_EDrq@@UAE@XZ @2726 NONAME ??1MCS_MCcf@@UAE@XZ @2727 NONAME ??1MCS_MCrq@@UAE@XZ @2728 NONAME ??1MCS_MTcf@@UAE@XZ @2729 NONAME ??1MCS_MTrq@@UAE@XZ @2730 NONAME ??1MCS_PCin@@UAE@XZ @2731 NONAME ??1MCS_PDin@@UAE@XZ @2732 NONAME ??1MCS_PrivateChannelId@@UAE@XZ @2733 NONAME ??1MCS_PTin@@UAE@XZ @2734 NONAME ??1MCS_Reason@@UAE@XZ @2735 NONAME ??1MCS_Result@@UAE@XZ @2736 NONAME ??1MCS_RJum@@UAE@XZ @2737 NONAME ??1MCS_SDin@@UAE@XZ @2738 NONAME ??1MCS_SDrq@@UAE@XZ @2739 NONAME ??1MCS_Segmentation@@UAE@XZ @2740 NONAME ??1MCS_StaticChannelId@@UAE@XZ @2741 NONAME ??1MCS_TGcf@@UAE@XZ @2742 NONAME ??1MCS_TGrq@@UAE@XZ @2743 NONAME ??1MCS_TIcf@@UAE@XZ @2744 NONAME ??1MCS_TIrq@@UAE@XZ @2745 NONAME ??1MCS_TokenAttributes@@UAE@XZ @2746 NONAME ??1MCS_TokenAttributes_given@@UAE@XZ @2747 NONAME ??1MCS_TokenAttributes_giving@@UAE@XZ @2748 NONAME ??1MCS_TokenAttributes_grabbed@@UAE@XZ @2749 NONAME ??1MCS_TokenAttributes_inhibited@@UAE@XZ @2750 NONAME ??1MCS_TokenAttributes_ungivable@@UAE@XZ @2751 NONAME ??1MCS_TokenId@@UAE@XZ @2752 NONAME ??1MCS_TokenStatus@@UAE@XZ @2753 NONAME ??1MCS_TPin@@UAE@XZ @2754 NONAME ??1MCS_TPrq@@UAE@XZ @2755 NONAME ??1MCS_TRcf@@UAE@XZ @2756 NONAME ??1MCS_TRrq@@UAE@XZ @2757 NONAME ??1MCS_TTcf@@UAE@XZ @2758 NONAME ??1MCS_TTrq@@UAE@XZ @2759 NONAME ??1MCS_TVcf@@UAE@XZ @2760 NONAME ??1MCS_TVin@@UAE@XZ @2761 NONAME ??1MCS_TVrq@@UAE@XZ @2762 NONAME ??1MCS_TVrs@@UAE@XZ @2763 NONAME ??1MCS_UserId@@UAE@XZ @2764 NONAME ??1MCS_USin@@UAE@XZ @2765 NONAME ??1MCS_USrq@@UAE@XZ @2766 NONAME ??1MonitorMain_PNotifier@H323Gatekeeper@@UAE@XZ @30556 NONAME ??1MonitorMain_PNotifier@H323GatekeeperServer@@UAE@XZ @30244 NONAME ??1MonitorMain_PNotifier@H323PeerElement@@UAE@XZ @34941 NONAME ??1Monitor_PNotifier@OpalUSBDevice@@UAE@XZ @51893 NONAME ??1MSIPAddress@PILSSession@@UAE@XZ @37939 NONAME ??1MXRecordList@PDNS@@UAE@XZ @51894 NONAME ??1OnCallIntrudeTimeOut_PNotifier@H45011Handler@@UAE@XZ @30732 NONAME ??1OnCallTransferTimeOut_PNotifier@H4502Handler@@UAE@XZ @29679 NONAME ??1OnLoadModule_PNotifier@PPluginModuleManager@@UAE@XZ @49684 NONAME ??1OnUserInputInBandDTMF_PNotifier@H323Connection@@UAE@XZ @29985 NONAME ??1OnUserInputInlineRFC2833_PNotifier@H323Connection@@UAE@XZ @29896 NONAME ??1OpalFactoryCodec@@UAE@XZ @51347 NONAME ??1OpalG711ALaw64kFormat@@UAE@XZ @49830 NONAME ??1OpalG711ALaw64k_Base@@UAE@XZ @51348 NONAME ??1OpalG711ALaw64k_Decoder@@UAE@XZ @51349 NONAME ??1OpalG711ALaw64k_Encoder@@UAE@XZ @51350 NONAME ??1OpalG711uLaw64kFormat@@UAE@XZ @49831 NONAME ??1OpalG711uLaw64k_Base@@UAE@XZ @51351 NONAME ??1OpalG711uLaw64k_Decoder@@UAE@XZ @51352 NONAME ??1OpalG711uLaw64k_Encoder@@UAE@XZ @51353 NONAME ??1OpalG7231A_5k3Format@@UAE@XZ @49832 NONAME ??1OpalG7231A_6k3Format@@UAE@XZ @49833 NONAME ??1OpalG7231_5k3Format@@UAE@XZ @49834 NONAME ??1OpalG7231_6k3Format@@UAE@XZ @49835 NONAME ??1OpalG728Format@@UAE@XZ @49836 NONAME ??1OpalG729ABFormat@@UAE@XZ @49837 NONAME ??1OpalG729AFormat@@UAE@XZ @49838 NONAME ??1OpalG729BFormat@@UAE@XZ @49839 NONAME ??1OpalG729Format@@UAE@XZ @49840 NONAME ??1OpalGloballyUniqueID@@UAE@XZ @20684 NONAME ??1OpalGSM0610Format@@UAE@XZ @49841 NONAME ??1OpalH261Format@@UAE@XZ @49842 NONAME ??1OpalIxJDevice@@UAE@XZ @2767 NONAME ??1OpalLineChannel@@UAE@XZ @2768 NONAME ??1OpalLineInterfaceDevice@@UAE@XZ @2769 NONAME ??1OpalMediaFormat@@UAE@XZ @20591 NONAME ??1OpalPCM16Format@@UAE@XZ @49843 NONAME ??1OpalPluginCodec@@UAE@XZ @51354 NONAME ??1OpalPluginMediaFormat@@UAE@XZ @49844 NONAME ??1OpalRFC2833@@UAE@XZ @29897 NONAME ??1OpalRFC2833Info@@UAE@XZ @29898 NONAME ??1OpalRtpToWavFile@@UAE@XZ @30597 NONAME ??1OpalT120Format@@UAE@XZ @49845 NONAME ??1OpalT120Protocol@@UAE@XZ @28051 NONAME ??1OpalT38Protocol@@UAE@XZ @28052 NONAME ??1OpalUSBDevice@@UAE@XZ @51895 NONAME ??1OpalUserInputRFC2833Format@@UAE@XZ @49846 NONAME ??1OpalVoipBlasterDevice@@UAE@XZ @29734 NONAME ??1OpalVXMLSession@@UAE@XZ @30940 NONAME ??1OpalWAVFile@@UAE@XZ @30708 NONAME ??1P64Decoder@@UAE@XZ @2771 NONAME ??1P64Encoder@@QAE@XZ @2772 NONAME ??1PAdaptiveDelay@@UAE@XZ @29735 NONAME ??1PASN_Array@@UAE@XZ @2778 NONAME ??1PASN_BitString@@UAE@XZ @2779 NONAME ??1PASN_BMPString@@UAE@XZ @2780 NONAME ??1PASN_Boolean@@UAE@XZ @2781 NONAME ??1PASN_ConstrainedObject@@UAE@XZ @2782 NONAME ??1PASN_ConstrainedString@@UAE@XZ @2783 NONAME ??1PASN_Enumeration@@UAE@XZ @2784 NONAME ??1PASN_GeneralisedTime@@UAE@XZ @23058 NONAME ??1PASN_GeneralString@@UAE@XZ @24827 NONAME ??1PASN_IA5String@@UAE@XZ @2785 NONAME ??1PASN_Integer@@UAE@XZ @2786 NONAME ??1PASN_Null@@UAE@XZ @2787 NONAME ??1PASN_NumericString@@UAE@XZ @2788 NONAME ??1PASN_Object@@UAE@XZ @2789 NONAME ??1PASN_ObjectId@@UAE@XZ @2790 NONAME ??1PASN_OctetString@@UAE@XZ @2791 NONAME ??1PASN_PrintableString@@UAE@XZ @2792 NONAME ??1PASN_Sequence@@UAE@XZ @2793 NONAME ??1PASN_Stream@@UAE@XZ @2794 NONAME ??1PASN_VisibleString@@UAE@XZ @23059 NONAME ??1PBER_Stream@@UAE@XZ @28053 NONAME ??1PDTMFDecoder@@UAE@XZ @29990 NONAME ??1PDTMFEncoder@@UAE@XZ @51896 NONAME ??1PILSSession@@UAE@XZ @37790 NONAME ??1PLDAPAttributeBase@@UAE@XZ @37791 NONAME ??1PLDAPAttr_c@RTPerson@PILSSession@@UAE@XZ @37792 NONAME ??1PLDAPAttr_cn@RTPerson@PILSSession@@UAE@XZ @37793 NONAME ??1PLDAPAttr_comment@RTPerson@PILSSession@@UAE@XZ @37794 NONAME ??1PLDAPAttr_givenName@RTPerson@PILSSession@@UAE@XZ @37795 NONAME ??1PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@UAE@XZ @37796 NONAME ??1PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@UAE@XZ @37797 NONAME ??1PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@UAE@XZ @37798 NONAME ??1PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@UAE@XZ @37799 NONAME ??1PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@UAE@XZ @37800 NONAME ??1PLDAPAttr_location@RTPerson@PILSSession@@UAE@XZ @37801 NONAME ??1PLDAPAttr_o@RTPerson@PILSSession@@UAE@XZ @37802 NONAME ??1PLDAPAttr_objectClass@RTPerson@PILSSession@@UAE@XZ @37803 NONAME ??1PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@UAE@XZ @37804 NONAME ??1PLDAPAttr_sappguid@RTPerson@PILSSession@@UAE@XZ @37805 NONAME ??1PLDAPAttr_sappid@RTPerson@PILSSession@@UAE@XZ @37806 NONAME ??1PLDAPAttr_sflags@RTPerson@PILSSession@@UAE@XZ @37807 NONAME ??1PLDAPAttr_sipAddress@RTPerson@PILSSession@@UAE@XZ @37808 NONAME ??1PLDAPAttr_smimetype@RTPerson@PILSSession@@UAE@XZ @37809 NONAME ??1PLDAPAttr_smodop@RTPerson@PILSSession@@UAE@XZ @37810 NONAME ??1PLDAPAttr_sport@RTPerson@PILSSession@@UAE@XZ @37811 NONAME ??1PLDAPAttr_sprotid@RTPerson@PILSSession@@UAE@XZ @37812 NONAME ??1PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@UAE@XZ @37813 NONAME ??1PLDAPAttr_ssecurity@RTPerson@PILSSession@@UAE@XZ @37814 NONAME ??1PLDAPAttr_sttl@RTPerson@PILSSession@@UAE@XZ @37815 NONAME ??1PLDAPAttr_surname@RTPerson@PILSSession@@UAE@XZ @37816 NONAME ??1PLDAPAttr_timestamp@RTPerson@PILSSession@@UAE@XZ @37817 NONAME ??1PLDAPStructBase@@UAE@XZ @37818 NONAME ??1PluginLoader@@UAE@XZ @51897 NONAME ??1PMessageDigest5@@UAE@XZ @28816 NONAME ??1PMessageDigest@@UAE@XZ @37969 NONAME ??1PortInfo@H323EndPoint@@QAE@XZ @31243 NONAME ??1PPER_Stream@@UAE@XZ @2795 NONAME ??1Pre_Vid_Coder@@UAE@XZ @2797 NONAME ??1PURL@@UAE@XZ @37756 NONAME ??1PWAVFileConverter@@UAE@XZ @51898 NONAME ??1PWAVFileConverterALaw@@UAE@XZ @51899 NONAME ??1PWAVFileConverterULaw@@UAE@XZ @51900 NONAME ??1PWAVFileConverterXLaw@@UAE@XZ @51901 NONAME ??1Q931@@UAE@XZ @2811 NONAME ??1ReceivedPacket_PNotifier@OpalRFC2833@@UAE@XZ @29899 NONAME ??1ReceivedPacket_PNotifier@OpalRtpToWavFile@@UAE@XZ @30599 NONAME ??1ReceiverReport@RTP_Session@@UAE@XZ @17022 NONAME ??1ReceiveTimeout_PNotifier@OpalRFC2833@@UAE@XZ @29900 NONAME ??1Request@H323Transactor@@UAE@XZ @37368 NONAME ??1Response@H323Transactor@@UAE@XZ @37369 NONAME ??1RTPerson@PILSSession@@UAE@XZ @37819 NONAME ??1RTP_ControlFrame@@UAE@XZ @2813 NONAME ??1RTP_DataFrame@@UAE@XZ @2814 NONAME ??1RTP_JitterBuffer@@UAE@XZ @2815 NONAME ??1RTP_JitterBufferAnalyser@@UAE@XZ @17129 NONAME ??1RTP_QOS@@UAE@XZ @38201 NONAME ??1RTP_Session@@UAE@XZ @2816 NONAME ??1RTP_SessionManager@@UAE@XZ @2817 NONAME ??1RTP_UDP@@UAE@XZ @2818 NONAME ??1RTP_UserData@@UAE@XZ @2819 NONAME ??1SenderReport@RTP_Session@@UAE@XZ @17023 NONAME ??1SlowHandler_PNotifier@H323Transaction@@UAE@XZ @37594 NONAME ??1SoundTones@OpalUSBDevice@@UAE@XZ @51902 NONAME ??1SourceDescription@RTP_Session@@UAE@XZ @17024 NONAME ??1SRVRecordList@PDNS@@UAE@XZ @51903 NONAME ??1StatusHandler_PNotifier@OpalVoipBlasterDevice@@UAE@XZ @29736 NONAME ??1StringMap@H323GatekeeperServer@@UAE@XZ @31683 NONAME ??1T120ConnectPDU@@UAE@XZ @30011 NONAME ??1T120_X224@@UAE@XZ @30012 NONAME ??1T38_ArrayOf_PASN_OctetString@@UAE@XZ @28054 NONAME ??1T38_Data_Field@@UAE@XZ @28055 NONAME ??1T38_Data_Field_subtype@@UAE@XZ @28056 NONAME ??1T38_Data_Field_subtype_field_type@@UAE@XZ @28057 NONAME ??1T38_IFPPacket@@UAE@XZ @28058 NONAME ??1T38_PreCorrigendum_Data_Field@@UAE@XZ @31705 NONAME ??1T38_PreCorrigendum_Data_Field_subtype@@UAE@XZ @31706 NONAME ??1T38_PreCorrigendum_Data_Field_subtype_field_type@@UAE@XZ @31707 NONAME ??1T38_PreCorrigendum_IFPPacket@@UAE@XZ @31708 NONAME ??1T38_Type_of_msg@@UAE@XZ @28059 NONAME ??1T38_Type_of_msg_data@@UAE@XZ @28060 NONAME ??1T38_Type_of_msg_t30_indicator@@UAE@XZ @28061 NONAME ??1T38_UDPTLPacket@@UAE@XZ @28062 NONAME ??1T38_UDPTLPacket_error_recovery@@UAE@XZ @28063 NONAME ??1T38_UDPTLPacket_error_recovery_fec_info@@UAE@XZ @28064 NONAME ??1T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@UAE@XZ @28065 NONAME ??1T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@UAE@XZ @28066 NONAME ??1T38_UDPTLPacket_primary_ifp_packet@@UAE@XZ @28067 NONAME ??1TickleMonitor_PNotifier@H323Gatekeeper@@UAE@XZ @30557 NONAME ??1TonePlay_PNotifier@OpalUSBDevice@@UAE@XZ @51904 NONAME ??1TransmitEnded_PNotifier@OpalRFC2833@@UAE@XZ @29901 NONAME ??1TransmitPacket_PNotifier@OpalRFC2833@@UAE@XZ @29902 NONAME ??1Transmitter@@UAE@XZ @2820 NONAME ??1UpdateAllDescriptors_PNotifier@H323PeerElement@@UAE@XZ @37461 NONAME ??1VideoFrame@@QAE@XZ @20490 NONAME ??1VoipBlasterInterface@@UAE@XZ @29737 NONAME ??1Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@UAE@XZ @51355 NONAME ??1Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@UAE@XZ @51356 NONAME ??1Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@UAE@XZ @51357 NONAME ??1Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@UAE@XZ @51358 NONAME ??1Worker@OpalPluginCodecFactory@@UAE@XZ @51359 NONAME ??1WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@MAE@XZ @51905 NONAME ??1WorkerBase@?$PFactory@VH323Capability@@VPString@@@@MAE@XZ @50670 NONAME ??1WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@MAE@XZ @51360 NONAME ??1WorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@MAE@XZ @51906 NONAME ??1WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@MAE@XZ @50671 NONAME ??1WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@MAE@XZ @50672 NONAME ??1WorkerBase@?$PFactory@VPWAVFileConverter@@I@@MAE@XZ @51182 NONAME ??1X224@@UAE@XZ @2822 NONAME ??1X880_Code@@UAE@XZ @21197 NONAME ??1X880_GeneralProblem@@UAE@XZ @21198 NONAME ??1X880_Invoke@@UAE@XZ @21199 NONAME ??1X880_InvokeId@@UAE@XZ @21200 NONAME ??1X880_InvokeProblem@@UAE@XZ @21201 NONAME ??1X880_Reject@@UAE@XZ @21202 NONAME ??1X880_RejectProblem@@UAE@XZ @21203 NONAME ??1X880_Reject_problem@@UAE@XZ @21204 NONAME ??1X880_ReturnError@@UAE@XZ @21205 NONAME ??1X880_ReturnErrorProblem@@UAE@XZ @21206 NONAME ??1X880_ReturnResult@@UAE@XZ @21207 NONAME ??1X880_ReturnResultProblem@@UAE@XZ @21208 NONAME ??1X880_ReturnResult_result@@UAE@XZ @21209 NONAME ??1X880_ROS@@UAE@XZ @21210 NONAME ??4?$PArray@VH323TransportAddress@@@@QAEAAV0@ABV0@@Z @34572 NONAME ??4?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@QAEAAV0@ABV0@@Z @31459 NONAME ??4?$PList@VH235Authenticator@@@@QAEAAV0@ABV0@@Z @31287 NONAME ??4?$PSafePtr@VH323GatekeeperCall@@@@QAEAAV0@ABV0@@Z @34522 NONAME ??4?$PSafePtr@VH323PeerElementDescriptor@@@@QAEAAV0@PAVH323PeerElementDescriptor@@@Z @37202 NONAME ??4?$PSafePtr@VH323RegisteredEndPoint@@@@QAEAAV0@ABV0@@Z @30390 NONAME ??4?$PSafePtr@VH323RegisteredEndPoint@@@@QAEAAV0@PAVH323RegisteredEndPoint@@@Z @30558 NONAME ??4GCC_ChannelID@@QAEAAV0@H@Z @5560 NONAME ??4GCC_ChannelID@@QAEAAV0@I@Z @5561 NONAME ??4GCC_ChannelType@@QAEAAV0@I@Z @5562 NONAME ??4GCC_ConferenceAddResponse_result@@QAEAAV0@I@Z @5563 NONAME ??4GCC_ConferenceCreateResponse_result@@QAEAAV0@I@Z @5564 NONAME ??4GCC_ConferenceEjectUserIndication_reason@@QAEAAV0@I@Z @5565 NONAME ??4GCC_ConferenceEjectUserRequest_reason@@QAEAAV0@I@Z @5566 NONAME ??4GCC_ConferenceEjectUserResponse_result@@QAEAAV0@I@Z @5567 NONAME ??4GCC_ConferenceInviteResponse_result@@QAEAAV0@I@Z @5568 NONAME ??4GCC_ConferenceJoinResponse_result@@QAEAAV0@I@Z @5569 NONAME ??4GCC_ConferenceLockResponse_result@@QAEAAV0@I@Z @5570 NONAME ??4GCC_ConferenceNameModifier@@QAEAAV0@ABVPString@@@Z @5571 NONAME ??4GCC_ConferenceNameModifier@@QAEAAV0@PBD@Z @5572 NONAME ??4GCC_ConferenceQueryResponse_result@@QAEAAV0@I@Z @5573 NONAME ??4GCC_ConferenceTerminateIndication_reason@@QAEAAV0@I@Z @5574 NONAME ??4GCC_ConferenceTerminateRequest_reason@@QAEAAV0@I@Z @5575 NONAME ??4GCC_ConferenceTerminateResponse_result@@QAEAAV0@I@Z @5576 NONAME ??4GCC_ConferenceTransferResponse_result@@QAEAAV0@I@Z @5577 NONAME ??4GCC_ConferenceUnlockResponse_result@@QAEAAV0@I@Z @5578 NONAME ??4GCC_DialingString@@QAEAAV0@ABVPString@@@Z @5579 NONAME ??4GCC_DialingString@@QAEAAV0@PBD@Z @5580 NONAME ??4GCC_DynamicChannelID@@QAEAAV0@H@Z @5581 NONAME ??4GCC_DynamicChannelID@@QAEAAV0@I@Z @5582 NONAME ??4GCC_DynamicTokenID@@QAEAAV0@H@Z @5583 NONAME ??4GCC_DynamicTokenID@@QAEAAV0@I@Z @5584 NONAME ??4GCC_EntityID@@QAEAAV0@H@Z @5585 NONAME ??4GCC_EntityID@@QAEAAV0@I@Z @5586 NONAME ??4GCC_ExtraDialingString@@QAEAAV0@ABV?$PScalarArray@G@@@Z @37994 NONAME ??4GCC_ExtraDialingString@@QAEAAV0@ABVPASN_BMPString@@@Z @28782 NONAME ??4GCC_ExtraDialingString@@QAEAAV0@ABVPString@@@Z @5587 NONAME ??4GCC_ExtraDialingString@@QAEAAV0@PBD@Z @5588 NONAME ??4GCC_H221NonStandardIdentifier@@QAEAAV0@ABVPBYTEArray@@@Z @5589 NONAME ??4GCC_H221NonStandardIdentifier@@QAEAAV0@ABVPString@@@Z @5590 NONAME ??4GCC_H221NonStandardIdentifier@@QAEAAV0@PBD@Z @5591 NONAME ??4GCC_Handle@@QAEAAV0@H@Z @5592 NONAME ??4GCC_Handle@@QAEAAV0@I@Z @5593 NONAME ??4GCC_NodeType@@QAEAAV0@I@Z @5594 NONAME ??4GCC_Privilege@@QAEAAV0@I@Z @5595 NONAME ??4GCC_RegistryAllocateHandleResponse_result@@QAEAAV0@I@Z @5596 NONAME ??4GCC_RegistryModificationRights@@QAEAAV0@I@Z @5597 NONAME ??4GCC_RegistryResponse_primitiveType@@QAEAAV0@I@Z @5598 NONAME ??4GCC_RegistryResponse_result@@QAEAAV0@I@Z @5599 NONAME ??4GCC_SimpleNumericString@@QAEAAV0@ABVPString@@@Z @5600 NONAME ??4GCC_SimpleNumericString@@QAEAAV0@PBD@Z @5601 NONAME ??4GCC_SimpleTextString@@QAEAAV0@ABV?$PScalarArray@G@@@Z @37995 NONAME ??4GCC_SimpleTextString@@QAEAAV0@ABVPASN_BMPString@@@Z @28783 NONAME ??4GCC_SimpleTextString@@QAEAAV0@ABVPString@@@Z @5602 NONAME ??4GCC_SimpleTextString@@QAEAAV0@PBD@Z @5603 NONAME ??4GCC_StaticChannelID@@QAEAAV0@H@Z @5604 NONAME ??4GCC_StaticChannelID@@QAEAAV0@I@Z @5605 NONAME ??4GCC_StaticTokenID@@QAEAAV0@H@Z @5606 NONAME ??4GCC_StaticTokenID@@QAEAAV0@I@Z @5607 NONAME ??4GCC_SubAddressString@@QAEAAV0@ABVPString@@@Z @5608 NONAME ??4GCC_SubAddressString@@QAEAAV0@PBD@Z @5609 NONAME ??4GCC_TerminationMethod@@QAEAAV0@I@Z @5610 NONAME ??4GCC_TextString@@QAEAAV0@ABV?$PScalarArray@G@@@Z @37996 NONAME ??4GCC_TextString@@QAEAAV0@ABVPASN_BMPString@@@Z @28784 NONAME ??4GCC_TextString@@QAEAAV0@ABVPString@@@Z @5611 NONAME ??4GCC_TextString@@QAEAAV0@PBD@Z @5612 NONAME ??4GCC_Time@@QAEAAV0@H@Z @5613 NONAME ??4GCC_Time@@QAEAAV0@I@Z @5614 NONAME ??4GCC_TokenID@@QAEAAV0@H@Z @5615 NONAME ??4GCC_TokenID@@QAEAAV0@I@Z @5616 NONAME ??4GCC_UserID@@QAEAAV0@H@Z @5617 NONAME ??4GCC_UserID@@QAEAAV0@I@Z @5618 NONAME ??4H225_AliasAddress@@QAEAAV0@ABV0@@Z @28449 NONAME ??4H225_ArrayOf_AliasAddress@@QAEAAV0@ABV0@@Z @28948 NONAME ??4H225_ArrayOf_FeatureDescriptor@@QAEAAV0@ABV0@@Z @36907 NONAME ??4H225_ArrayOf_GenericData@@QAEAAV0@ABV0@@Z @29157 NONAME ??4H225_ArrayOf_NonStandardParameter@@QAEAAV0@ABV0@@Z @29158 NONAME ??4H225_ArrayOf_PASN_OctetString@@QAEAAV0@ABV0@@Z @29159 NONAME ??4H225_ArrayOf_SupportedProtocols@@QAEAAV0@ABV0@@Z @37970 NONAME ??4H225_ArrayOf_TunnelledProtocol@@QAEAAV0@ABV0@@Z @37971 NONAME ??4H225_BandWidth@@QAEAAV0@H@Z @5619 NONAME ??4H225_BandWidth@@QAEAAV0@I@Z @5620 NONAME ??4H225_CallLinkage@@QAEAAV0@ABV0@@Z @29160 NONAME ??4H225_CallReferenceValue@@QAEAAV0@H@Z @5621 NONAME ??4H225_CallReferenceValue@@QAEAAV0@I@Z @5622 NONAME ??4H225_ConferenceIdentifier@@QAEAAV0@ABVPBYTEArray@@@Z @5623 NONAME ??4H225_ConferenceIdentifier@@QAEAAV0@ABVPString@@@Z @5624 NONAME ??4H225_ConferenceIdentifier@@QAEAAV0@PBD@Z @5625 NONAME ??4H225_EndpointIdentifier@@QAEAAV0@ABV?$PScalarArray@G@@@Z @37997 NONAME ??4H225_EndpointIdentifier@@QAEAAV0@ABVPASN_BMPString@@@Z @28785 NONAME ??4H225_EndpointIdentifier@@QAEAAV0@ABVPString@@@Z @5626 NONAME ??4H225_EndpointIdentifier@@QAEAAV0@PBD@Z @5627 NONAME ??4H225_EndpointType@@QAEAAV0@ABV0@@Z @37972 NONAME ??4H225_FeatureSet@@QAEAAV0@ABV0@@Z @36908 NONAME ??4H225_GatekeeperIdentifier@@QAEAAV0@ABV?$PScalarArray@G@@@Z @37998 NONAME ??4H225_GatekeeperIdentifier@@QAEAAV0@ABVPASN_BMPString@@@Z @28786 NONAME ??4H225_GatekeeperIdentifier@@QAEAAV0@ABVPString@@@Z @5628 NONAME ??4H225_GatekeeperIdentifier@@QAEAAV0@PBD@Z @5629 NONAME ??4H225_GatekeeperInfo@@QAEAAV0@ABV0@@Z @37973 NONAME ??4H225_GatewayInfo@@QAEAAV0@ABV0@@Z @37974 NONAME ??4H225_GloballyUniqueID@@QAEAAV0@ABV0@@Z @29161 NONAME ??4H225_GloballyUniqueID@@QAEAAV0@ABVPBYTEArray@@@Z @5630 NONAME ??4H225_GloballyUniqueID@@QAEAAV0@ABVPString@@@Z @5631 NONAME ??4H225_GloballyUniqueID@@QAEAAV0@PBD@Z @5632 NONAME ??4H225_H221NonStandard@@QAEAAV0@ABV0@@Z @37975 NONAME ??4H225_H248PackagesDescriptor@@QAEAAV0@ABVPBYTEArray@@@Z @25300 NONAME ??4H225_H248PackagesDescriptor@@QAEAAV0@ABVPString@@@Z @25301 NONAME ??4H225_H248PackagesDescriptor@@QAEAAV0@PBD@Z @25302 NONAME ??4H225_H248SignalsDescriptor@@QAEAAV0@ABVPBYTEArray@@@Z @25303 NONAME ??4H225_H248SignalsDescriptor@@QAEAAV0@ABVPString@@@Z @25304 NONAME ??4H225_H248SignalsDescriptor@@QAEAAV0@PBD@Z @25305 NONAME ??4H225_H323_UU_PDU@@QAEAAV0@ABV0@@Z @29162 NONAME ??4H225_H323_UU_PDU_h323_message_body@@QAEAAV0@ABV0@@Z @29163 NONAME ??4H225_H323_UU_PDU_tunnelledSignallingMessage@@QAEAAV0@ABV0@@Z @29164 NONAME ??4H225_ICV@@QAEAAV0@ABV0@@Z @36909 NONAME ??4H225_McuInfo@@QAEAAV0@ABV0@@Z @37976 NONAME ??4H225_NonStandardIdentifier@@QAEAAV0@ABV0@@Z @29165 NONAME ??4H225_NonStandardParameter@@QAEAAV0@ABV0@@Z @29166 NONAME ??4H225_NumberDigits@@QAEAAV0@ABVPString@@@Z @5633 NONAME ??4H225_NumberDigits@@QAEAAV0@PBD@Z @5634 NONAME ??4H225_RequestSeqNum@@QAEAAV0@H@Z @5635 NONAME ??4H225_RequestSeqNum@@QAEAAV0@I@Z @5636 NONAME ??4H225_ScreeningIndicator@@QAEAAV0@I@Z @25306 NONAME ??4H225_ServiceControlSession_reason@@QAEAAV0@ABV0@@Z @32723 NONAME ??4H225_StimulusControl@@QAEAAV0@ABV0@@Z @29167 NONAME ??4H225_TBCD_STRING@@QAEAAV0@ABVPString@@@Z @25307 NONAME ??4H225_TBCD_STRING@@QAEAAV0@PBD@Z @25308 NONAME ??4H225_TerminalInfo@@QAEAAV0@ABV0@@Z @37977 NONAME ??4H225_TimeToLive@@QAEAAV0@H@Z @5637 NONAME ??4H225_TimeToLive@@QAEAAV0@I@Z @5638 NONAME ??4H225_TransportAddress@@QAEAAV0@ABV0@@Z @28450 NONAME ??4H225_TunnelledProtocol@@QAEAAV0@ABV0@@Z @29168 NONAME ??4H225_TunnelledProtocol_id@@QAEAAV0@ABV0@@Z @29169 NONAME ??4H225_UnregRequestReason@@QAEAAV0@ABV0@@Z @5640 NONAME ??4H225_VendorIdentifier@@QAEAAV0@ABV0@@Z @37978 NONAME ??4H235Authenticators@@QAEAAV0@ABV0@@Z @31289 NONAME ??4H235_AuthenticationMechanism@@QAEAAV0@ABV0@@Z @30559 NONAME ??4H235_ChallengeString@@QAEAAV0@ABV0@@Z @34864 NONAME ??4H235_ChallengeString@@QAEAAV0@ABVPBYTEArray@@@Z @5641 NONAME ??4H235_ChallengeString@@QAEAAV0@ABVPString@@@Z @5642 NONAME ??4H235_ChallengeString@@QAEAAV0@PBD@Z @5643 NONAME ??4H235_ClearToken@@QAEAAV0@ABV0@@Z @34865 NONAME ??4H235_DHset@@QAEAAV0@ABV0@@Z @34866 NONAME ??4H235_ECKASDH@@QAEAAV0@ABV0@@Z @34867 NONAME ??4H235_H235Key@@QAEAAV0@ABV0@@Z @38458 NONAME ??4H235_Identifier@@QAEAAV0@ABV0@@Z @34868 NONAME ??4H235_Identifier@@QAEAAV0@ABV?$PScalarArray@G@@@Z @37999 NONAME ??4H235_Identifier@@QAEAAV0@ABVPASN_BMPString@@@Z @28787 NONAME ??4H235_Identifier@@QAEAAV0@ABVPString@@@Z @5644 NONAME ??4H235_Identifier@@QAEAAV0@PBD@Z @5645 NONAME ??4H235_IV16@@QAEAAV0@ABVPBYTEArray@@@Z @28697 NONAME ??4H235_IV16@@QAEAAV0@ABVPString@@@Z @28698 NONAME ??4H235_IV16@@QAEAAV0@PBD@Z @28699 NONAME ??4H235_IV8@@QAEAAV0@ABVPBYTEArray@@@Z @5646 NONAME ??4H235_IV8@@QAEAAV0@ABVPString@@@Z @5647 NONAME ??4H235_IV8@@QAEAAV0@PBD@Z @5648 NONAME ??4H235_NonStandardParameter@@QAEAAV0@ABV0@@Z @34869 NONAME ??4H235_Password@@QAEAAV0@ABV0@@Z @34870 NONAME ??4H235_Password@@QAEAAV0@ABV?$PScalarArray@G@@@Z @38000 NONAME ??4H235_Password@@QAEAAV0@ABVPASN_BMPString@@@Z @28788 NONAME ??4H235_Password@@QAEAAV0@ABVPString@@@Z @5649 NONAME ??4H235_Password@@QAEAAV0@PBD@Z @5650 NONAME ??4H235_RandomVal@@QAEAAV0@ABV0@@Z @34871 NONAME ??4H235_RandomVal@@QAEAAV0@H@Z @5651 NONAME ??4H235_RandomVal@@QAEAAV0@I@Z @5652 NONAME ??4H235_TimeStamp@@QAEAAV0@ABV0@@Z @28827 NONAME ??4H235_TimeStamp@@QAEAAV0@H@Z @5653 NONAME ??4H235_TimeStamp@@QAEAAV0@I@Z @5654 NONAME ??4H235_TypedCertificate@@QAEAAV0@ABV0@@Z @34872 NONAME ??4H245_ArrayOf_ModeDescription@@QAEAAV0@ABV0@@Z @29607 NONAME ??4H245_CapabilityDescriptorNumber@@QAEAAV0@H@Z @5655 NONAME ??4H245_CapabilityDescriptorNumber@@QAEAAV0@I@Z @5656 NONAME ??4H245_CapabilityIdentifier@@QAEAAV0@ABV0@@Z @51907 NONAME ??4H245_CapabilityTableEntryNumber@@QAEAAV0@H@Z @5657 NONAME ??4H245_CapabilityTableEntryNumber@@QAEAAV0@I@Z @5658 NONAME ??4H245_CommandMessage@@QAEAAV0@ABV0@@Z @5659 NONAME ??4H245_ConferenceID@@QAEAAV0@ABVPBYTEArray@@@Z @5660 NONAME ??4H245_ConferenceID@@QAEAAV0@ABVPString@@@Z @5661 NONAME ??4H245_ConferenceID@@QAEAAV0@PBD@Z @5662 NONAME ??4H245_IV16@@QAEAAV0@ABVPBYTEArray@@@Z @51908 NONAME ??4H245_IV16@@QAEAAV0@ABVPString@@@Z @51909 NONAME ??4H245_IV16@@QAEAAV0@PBD@Z @51910 NONAME ??4H245_IV8@@QAEAAV0@ABVPBYTEArray@@@Z @51911 NONAME ??4H245_IV8@@QAEAAV0@ABVPString@@@Z @51912 NONAME ??4H245_IV8@@QAEAAV0@PBD@Z @51913 NONAME ??4H245_LogicalChannelNumber@@QAEAAV0@H@Z @5663 NONAME ??4H245_LogicalChannelNumber@@QAEAAV0@I@Z @5664 NONAME ??4H245_MaximumBitRate@@QAEAAV0@H@Z @25309 NONAME ??4H245_MaximumBitRate@@QAEAAV0@I@Z @25310 NONAME ??4H245_MaxRedundancy@@QAEAAV0@H@Z @51914 NONAME ??4H245_MaxRedundancy@@QAEAAV0@I@Z @51915 NONAME ??4H245_McuNumber@@QAEAAV0@H@Z @5665 NONAME ??4H245_McuNumber@@QAEAAV0@I@Z @5666 NONAME ??4H245_ModeDescription@@QAEAAV0@ABV0@@Z @29608 NONAME ??4H245_MultiplexTableEntryNumber@@QAEAAV0@H@Z @5667 NONAME ??4H245_MultiplexTableEntryNumber@@QAEAAV0@I@Z @5668 NONAME ??4H245_Password@@QAEAAV0@ABVPBYTEArray@@@Z @5669 NONAME ??4H245_Password@@QAEAAV0@ABVPString@@@Z @5670 NONAME ??4H245_Password@@QAEAAV0@PBD@Z @5671 NONAME ??4H245_RequestMessage@@QAEAAV0@ABV0@@Z @5672 NONAME ??4H245_ResponseMessage@@QAEAAV0@ABV0@@Z @5673 NONAME ??4H245_SequenceNumber@@QAEAAV0@H@Z @5674 NONAME ??4H245_SequenceNumber@@QAEAAV0@I@Z @5675 NONAME ??4H245_TerminalID@@QAEAAV0@ABVPBYTEArray@@@Z @5676 NONAME ??4H245_TerminalID@@QAEAAV0@ABVPString@@@Z @5677 NONAME ??4H245_TerminalID@@QAEAAV0@PBD@Z @5678 NONAME ??4H245_TerminalNumber@@QAEAAV0@H@Z @5679 NONAME ??4H245_TerminalNumber@@QAEAAV0@I@Z @5680 NONAME ??4H245_UserInputIndication@@QAEAAV0@ABV0@@Z @5681 NONAME ??4H248_AuthData@@QAEAAV0@ABVPBYTEArray@@@Z @32724 NONAME ??4H248_AuthData@@QAEAAV0@ABVPString@@@Z @32725 NONAME ??4H248_AuthData@@QAEAAV0@PBD@Z @32726 NONAME ??4H248_ContextID@@QAEAAV0@H@Z @32727 NONAME ??4H248_ContextID@@QAEAAV0@I@Z @32728 NONAME ??4H248_DigitMapName@@QAEAAV0@ABVPBYTEArray@@@Z @32729 NONAME ??4H248_DigitMapName@@QAEAAV0@ABVPString@@@Z @32730 NONAME ??4H248_DigitMapName@@QAEAAV0@PBD@Z @32731 NONAME ??4H248_ErrorCode@@QAEAAV0@H@Z @32732 NONAME ??4H248_ErrorCode@@QAEAAV0@I@Z @32733 NONAME ??4H248_ErrorText@@QAEAAV0@ABVPString@@@Z @32734 NONAME ??4H248_ErrorText@@QAEAAV0@PBD@Z @32735 NONAME ??4H248_EventBufferControl@@QAEAAV0@I@Z @32736 NONAME ??4H248_EventName@@QAEAAV0@ABVPBYTEArray@@@Z @32737 NONAME ??4H248_EventName@@QAEAAV0@ABVPString@@@Z @32738 NONAME ??4H248_EventName@@QAEAAV0@PBD@Z @32739 NONAME ??4H248_ModemType@@QAEAAV0@I@Z @32740 NONAME ??4H248_MuxType@@QAEAAV0@I@Z @32741 NONAME ??4H248_Name@@QAEAAV0@ABVPBYTEArray@@@Z @32742 NONAME ??4H248_Name@@QAEAAV0@ABVPString@@@Z @32743 NONAME ??4H248_Name@@QAEAAV0@PBD@Z @32744 NONAME ??4H248_PathName@@QAEAAV0@ABVPString@@@Z @32745 NONAME ??4H248_PathName@@QAEAAV0@PBD@Z @32746 NONAME ??4H248_PkgdName@@QAEAAV0@ABVPBYTEArray@@@Z @32747 NONAME ??4H248_PkgdName@@QAEAAV0@ABVPString@@@Z @32748 NONAME ??4H248_PkgdName@@QAEAAV0@PBD@Z @32749 NONAME ??4H248_Relation@@QAEAAV0@I@Z @32750 NONAME ??4H248_RequestID@@QAEAAV0@H@Z @32751 NONAME ??4H248_RequestID@@QAEAAV0@I@Z @32752 NONAME ??4H248_SecurityParmIndex@@QAEAAV0@ABVPBYTEArray@@@Z @32753 NONAME ??4H248_SecurityParmIndex@@QAEAAV0@ABVPString@@@Z @32754 NONAME ??4H248_SecurityParmIndex@@QAEAAV0@PBD@Z @32755 NONAME ??4H248_SequenceNum@@QAEAAV0@ABVPBYTEArray@@@Z @32756 NONAME ??4H248_SequenceNum@@QAEAAV0@ABVPString@@@Z @32757 NONAME ??4H248_SequenceNum@@QAEAAV0@PBD@Z @32758 NONAME ??4H248_ServiceChangeMethod@@QAEAAV0@I@Z @32759 NONAME ??4H248_ServiceState@@QAEAAV0@I@Z @32760 NONAME ??4H248_SignalName@@QAEAAV0@ABVPBYTEArray@@@Z @32761 NONAME ??4H248_SignalName@@QAEAAV0@ABVPString@@@Z @32762 NONAME ??4H248_SignalName@@QAEAAV0@PBD@Z @32763 NONAME ??4H248_SignalType@@QAEAAV0@I@Z @32764 NONAME ??4H248_StreamID@@QAEAAV0@H@Z @32765 NONAME ??4H248_StreamID@@QAEAAV0@I@Z @32766 NONAME ??4H248_StreamMode@@QAEAAV0@I@Z @32767 NONAME ??4H248_TopologyRequest_topologyDirection@@QAEAAV0@I@Z @32768 NONAME ??4H248_TransactionId@@QAEAAV0@H@Z @32769 NONAME ??4H248_TransactionId@@QAEAAV0@I@Z @32770 NONAME ??4H248_WildcardField@@QAEAAV0@ABVPBYTEArray@@@Z @32771 NONAME ??4H248_WildcardField@@QAEAAV0@ABVPString@@@Z @32772 NONAME ??4H248_WildcardField@@QAEAAV0@PBD@Z @32773 NONAME ??4H323Capabilities@@QAEAAV0@ABV0@@Z @17205 NONAME ??4H323ChannelNumber@@QAEAAV0@ABV0@@Z @5683 NONAME ??4H323TransactionPDU@@QAEAAV0@ABV0@@Z @37203 NONAME ??4H323TransportAddress@@QAEAAV0@ABV0@@Z @5685 NONAME ??4H323TransportAddressArray@@QAEAAV0@ABV0@@Z @34573 NONAME ??4H45010_H323CallOfferOperations@@QAEAAV0@I@Z @23290 NONAME ??4H45011_CallIntrusionErrors@@QAEAAV0@I@Z @23291 NONAME ??4H45011_CICapabilityLevel@@QAEAAV0@H@Z @23292 NONAME ??4H45011_CICapabilityLevel@@QAEAAV0@I@Z @23293 NONAME ??4H45011_CIProtectionLevel@@QAEAAV0@H@Z @23294 NONAME ??4H45011_CIProtectionLevel@@QAEAAV0@I@Z @23295 NONAME ??4H45011_CIStatusInformation@@QAEAAV0@ABV0@@Z @31204 NONAME ??4H45011_H323CallIntrusionOperations@@QAEAAV0@I@Z @23296 NONAME ??4H4501_GeneralErrorList@@QAEAAV0@I@Z @21400 NONAME ??4H4501_H225InformationElement@@QAEAAV0@ABVPBYTEArray@@@Z @21401 NONAME ??4H4501_H225InformationElement@@QAEAAV0@ABVPString@@@Z @21402 NONAME ??4H4501_H225InformationElement@@QAEAAV0@PBD@Z @21403 NONAME ??4H4501_InvokeIDs@@QAEAAV0@H@Z @21404 NONAME ??4H4501_InvokeIDs@@QAEAAV0@I@Z @21405 NONAME ??4H4501_InvokeIdSet@@QAEAAV0@H@Z @21406 NONAME ??4H4501_InvokeIdSet@@QAEAAV0@I@Z @21407 NONAME ??4H4501_NSAPSubaddress@@QAEAAV0@ABVPBYTEArray@@@Z @21408 NONAME ??4H4501_NSAPSubaddress@@QAEAAV0@ABVPString@@@Z @21409 NONAME ??4H4501_NSAPSubaddress@@QAEAAV0@PBD@Z @21410 NONAME ??4H4501_PresentationAllowedIndicator@@QAEAAV0@H@Z @21411 NONAME ??4H4501_ScreeningIndicator@@QAEAAV0@I@Z @21412 NONAME ??4H4501_SubaddressInformation@@QAEAAV0@ABVPBYTEArray@@@Z @21413 NONAME ??4H4501_SubaddressInformation@@QAEAAV0@ABVPString@@@Z @21414 NONAME ??4H4501_SubaddressInformation@@QAEAAV0@PBD@Z @21415 NONAME ??4H4502_CallIdentity@@QAEAAV0@ABVPString@@@Z @21416 NONAME ??4H4502_CallIdentity@@QAEAAV0@PBD@Z @21417 NONAME ??4H4502_CallStatus@@QAEAAV0@I@Z @21418 NONAME ??4H4502_CallTransferErrors@@QAEAAV0@I@Z @21419 NONAME ??4H4502_CallTransferOperation@@QAEAAV0@I@Z @21420 NONAME ??4H4502_EndDesignation@@QAEAAV0@I@Z @21421 NONAME ??4H4503_BasicService@@QAEAAV0@I@Z @22716 NONAME ??4H4503_CallDiversionErrors@@QAEAAV0@I@Z @22717 NONAME ??4H4503_DiversionReason@@QAEAAV0@I@Z @22718 NONAME ??4H4503_H323CallDiversionOperations@@QAEAAV0@I@Z @22719 NONAME ??4H4503_Procedure@@QAEAAV0@I@Z @22720 NONAME ??4H4503_SubscriptionOption@@QAEAAV0@I@Z @22721 NONAME ??4H4504_CallHoldOperation@@QAEAAV0@I@Z @22356 NONAME ??4H4505_CallParkPickupOperations@@QAEAAV0@I@Z @23297 NONAME ??4H4505_CallPickupErrors@@QAEAAV0@I@Z @23298 NONAME ??4H4505_CallType@@QAEAAV0@I@Z @23299 NONAME ??4H4505_ParkCondition@@QAEAAV0@I@Z @23300 NONAME ??4H4505_ParkedToPosition@@QAEAAV0@H@Z @23301 NONAME ??4H4505_ParkedToPosition@@QAEAAV0@I@Z @23302 NONAME ??4H4506_CallWaitingOperations@@QAEAAV0@I@Z @23303 NONAME ??4H4507_BasicService@@QAEAAV0@I@Z @23304 NONAME ??4H4507_H323_MWI_Operations@@QAEAAV0@I@Z @23305 NONAME ??4H4507_MessageWaitingIndicationErrors@@QAEAAV0@I@Z @23306 NONAME ??4H4507_NbOfMessages@@QAEAAV0@H@Z @23307 NONAME ??4H4507_NbOfMessages@@QAEAAV0@I@Z @23308 NONAME ??4H4508_ExtendedName@@QAEAAV0@ABV?$PScalarArray@G@@@Z @38001 NONAME ??4H4508_ExtendedName@@QAEAAV0@ABVPASN_BMPString@@@Z @28789 NONAME ??4H4508_ExtendedName@@QAEAAV0@ABVPString@@@Z @23309 NONAME ??4H4508_ExtendedName@@QAEAAV0@PBD@Z @23310 NONAME ??4H4508_NameOperations@@QAEAAV0@I@Z @23311 NONAME ??4H4508_SimpleName@@QAEAAV0@ABVPBYTEArray@@@Z @23312 NONAME ??4H4508_SimpleName@@QAEAAV0@ABVPString@@@Z @23313 NONAME ??4H4508_SimpleName@@QAEAAV0@PBD@Z @23314 NONAME ??4H4509_CallCompletionErrors@@QAEAAV0@I@Z @23315 NONAME ??4H4509_H323CallCompletionOperations@@QAEAAV0@I@Z @23316 NONAME ??4H501PDU@@QAEAAV0@ABV0@@Z @37204 NONAME ??4H501_ApplicationMessage@@QAEAAV0@ABVPBYTEArray@@@Z @35677 NONAME ??4H501_ApplicationMessage@@QAEAAV0@ABVPString@@@Z @35678 NONAME ??4H501_ApplicationMessage@@QAEAAV0@PBD@Z @35679 NONAME ??4H501_ArrayOf_AddressTemplate@@QAEAAV0@ABV0@@Z @37609 NONAME ??4H501_ArrayOf_ClearToken@@QAEAAV0@ABV0@@Z @36910 NONAME ??4H501_ArrayOf_CryptoH323Token@@QAEAAV0@ABV0@@Z @36911 NONAME ??4H501_ArrayOf_GenericData@@QAEAAV0@ABV0@@Z @36912 NONAME ??4H501_ArrayOf_NonStandardParameter@@QAEAAV0@ABV0@@Z @36913 NONAME ??4H501_ArrayOf_TransportAddress@@QAEAAV0@ABV0@@Z @36914 NONAME ??4H501_ElementIdentifier@@QAEAAV0@ABV?$PScalarArray@G@@@Z @38002 NONAME ??4H501_ElementIdentifier@@QAEAAV0@ABVPASN_BMPString@@@Z @35680 NONAME ??4H501_ElementIdentifier@@QAEAAV0@ABVPString@@@Z @35681 NONAME ??4H501_ElementIdentifier@@QAEAAV0@PBD@Z @35683 NONAME ??4H501_GlobalTimeStamp@@QAEAAV0@ABVPString@@@Z @35684 NONAME ??4H501_GlobalTimeStamp@@QAEAAV0@PBD@Z @35685 NONAME ??4H501_Message@@QAEAAV0@ABV0@@Z @37205 NONAME ??4H501_MessageBody@@QAEAAV0@ABV0@@Z @37206 NONAME ??4H501_MessageCommonInfo@@QAEAAV0@ABV0@@Z @36915 NONAME ??4H501_ProtocolVersion@@QAEAAV0@ABV0@@Z @36916 NONAME ??4H501_ServiceReleaseReason@@QAEAAV0@ABV0@@Z @36917 NONAME ??4H501_TimeZone@@QAEAAV0@H@Z @35686 NONAME ??4H501_TimeZone@@QAEAAV0@I@Z @35687 NONAME ??4LookupRecord@@QAEAAU0@ABU0@@Z @51916 NONAME ??4MCS_AssignedChannelId@@QAEAAV0@H@Z @5712 NONAME ??4MCS_AssignedChannelId@@QAEAAV0@I@Z @5713 NONAME ??4MCS_ChannelId@@QAEAAV0@H@Z @5714 NONAME ??4MCS_ChannelId@@QAEAAV0@I@Z @5715 NONAME ??4MCS_DataPriority@@QAEAAV0@I@Z @5716 NONAME ??4MCS_Diagnostic@@QAEAAV0@I@Z @5717 NONAME ??4MCS_DynamicChannelId@@QAEAAV0@H@Z @5718 NONAME ??4MCS_DynamicChannelId@@QAEAAV0@I@Z @5719 NONAME ??4MCS_PrivateChannelId@@QAEAAV0@H@Z @5720 NONAME ??4MCS_PrivateChannelId@@QAEAAV0@I@Z @5721 NONAME ??4MCS_Reason@@QAEAAV0@I@Z @5722 NONAME ??4MCS_Result@@QAEAAV0@I@Z @5723 NONAME ??4MCS_StaticChannelId@@QAEAAV0@H@Z @5724 NONAME ??4MCS_StaticChannelId@@QAEAAV0@I@Z @5725 NONAME ??4MCS_TokenId@@QAEAAV0@H@Z @5726 NONAME ??4MCS_TokenId@@QAEAAV0@I@Z @5727 NONAME ??4MCS_TokenStatus@@QAEAAV0@I@Z @5728 NONAME ??4MCS_UserId@@QAEAAV0@H@Z @5729 NONAME ??4MCS_UserId@@QAEAAV0@I@Z @5730 NONAME ??4MSIPAddress@PILSSession@@QAEAAV01@ABV01@@Z @37940 NONAME ??4OpalGloballyUniqueID@@QAEAAV0@ABV0@@Z @20686 NONAME ??4OpalMediaFormat@@QAEAAV0@ABV0@@Z @20598 NONAME ??4PASN_BMPString@@QAEAAV0@ABVPString@@@Z @28790 NONAME ??4PASN_Boolean@@QAEAAV0@ABV0@@Z @29170 NONAME ??4PASN_Boolean@@QAEAAV0@H@Z @5734 NONAME ??4PASN_ConstrainedObject@@QAEAAV0@ABV0@@Z @5735 NONAME ??4PASN_ConstrainedString@@QAEAAV0@ABV0@@Z @29171 NONAME ??4PASN_ConstrainedString@@QAEAAV0@ABVPString@@@Z @5736 NONAME ??4PASN_IA5String@@QAEAAV0@ABV0@@Z @29172 NONAME ??4PASN_Integer@@QAEAAV0@ABV0@@Z @5737 NONAME ??4PASN_Null@@QAEAAV0@ABV0@@Z @29173 NONAME ??4PASN_Object@@QAEAAV0@ABV0@@Z @5738 NONAME ??4PASN_Stream@@QAEAAV0@ABV0@@Z @37207 NONAME ??4PCaselessString@@QAEAAV0@ABV0@@Z @20678 NONAME ??4POrdinalKey@@QAEAAV0@ABV0@@Z @37610 NONAME ??4PPER_Stream@@QAEAAV0@ABV0@@Z @37208 NONAME ??4PUInt16b@@QAEAAU0@G@Z @5744 NONAME ??4PUInt32b@@QAEAAU0@K@Z @5745 NONAME ??4Q931@@QAEAAV0@ABV0@@Z @5746 NONAME ??4RTP_DataFrame@@QAEAAV0@ABV0@@Z @17153 NONAME ??4RTP_SessionManager@@QAEAAV0@ABV0@@Z @31460 NONAME ??4T38_Data_Field_subtype_field_type@@QAEAAV0@I@Z @28122 NONAME ??4T38_PreCorrigendum_Data_Field_subtype_field_type@@QAEAAV0@I@Z @31721 NONAME ??4T38_Type_of_msg@@QAEAAV0@ABV0@@Z @29348 NONAME ??4T38_Type_of_msg_data@@QAEAAV0@I@Z @28123 NONAME ??4T38_Type_of_msg_t30_indicator@@QAEAAV0@I@Z @28124 NONAME ??4X880_GeneralProblem@@QAEAAV0@H@Z @21422 NONAME ??4X880_GeneralProblem@@QAEAAV0@I@Z @21423 NONAME ??4X880_InvokeId@@QAEAAV0@H@Z @21424 NONAME ??4X880_InvokeId@@QAEAAV0@I@Z @21425 NONAME ??4X880_InvokeProblem@@QAEAAV0@H@Z @21426 NONAME ??4X880_InvokeProblem@@QAEAAV0@I@Z @21427 NONAME ??4X880_RejectProblem@@QAEAAV0@H@Z @21428 NONAME ??4X880_RejectProblem@@QAEAAV0@I@Z @21429 NONAME ??4X880_ReturnErrorProblem@@QAEAAV0@H@Z @21430 NONAME ??4X880_ReturnErrorProblem@@QAEAAV0@I@Z @21431 NONAME ??4X880_ReturnResultProblem@@QAEAAV0@H@Z @21432 NONAME ??4X880_ReturnResultProblem@@QAEAAV0@I@Z @21433 NONAME ??4X880_ROS@@QAEAAV0@ABV0@@Z @21434 NONAME ??6@YAAAVostream@@AAV0@ABUPUInt32b@@@Z @5747 NONAME ??6@YAAAVostream@@AAV0@ABVCodecReadAnalyser@@@Z @20676 NONAME ??6@YAAAVostream@@AAV0@ABVH323TransactionPDU@@@Z @34955 NONAME ??6@YAAAVostream@@AAV0@ABV__SMANIP_long@@@Z @31268 NONAME ??6@YAAAVostream@@AAV0@W4AnswerCallResponse@H323Connection@@@Z @29333 NONAME ??6@YAAAVostream@@AAV0@W4CallEndReason@H323Connection@@@Z @5751 NONAME ??6@YAAAVostream@@AAV0@W4CallProgressTones@OpalLineInterfaceDevice@@@Z @5752 NONAME ??6@YAAAVostream@@AAV0@W4CapabilityDirection@H323Capability@@@Z @29108 NONAME ??6@YAAAVostream@@AAV0@W4CauseValues@Q931@@@Z @34901 NONAME ??6@YAAAVostream@@AAV0@W4ConnectionStates@H323Connection@@@Z @5753 NONAME ??6@YAAAVostream@@AAV0@W4Directions@H323Channel@@@Z @30251 NONAME ??6@YAAAVostream@@AAV0@W4FastStartStates@H323Connection@@@Z @5754 NONAME ??6@YAAAVostream@@AAV0@W4InformationElementCodes@Q931@@@Z @34902 NONAME ??6@YAAAVostream@@AAV0@W4MainTypes@H323Capability@@@Z @5755 NONAME ??6@YAAAVostream@@AAV0@W4PayloadTypes@RTP_DataFrame@@@Z @5756 NONAME ??6@YAAAVostream@@AAV0@W4SendUserInputModes@H323Connection@@@Z @30227 NONAME ??6@YAAAVostream@@AAV0@W4States@H245NegLogicalChannel@@@Z @5757 NONAME ??6@YAAAVostream@@AAV0@W4States@H245NegMasterSlaveDetermination@@@Z @5758 NONAME ??6@YAAAVostream@@AAV0@W4States@H245NegTerminalCapabilitySet@@@Z @5759 NONAME ??7OpalGloballyUniqueID@@QBE_NXZ @49654 NONAME ??8const_iterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QBE_NABV012@@Z @51183 NONAME ??8const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QBE_NABV012@@Z @51917 NONAME ??8const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QBE_NABV012@@Z @50673 NONAME ??8const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QBE_NABV012@@Z @50674 NONAME ??8const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QBE_NABV012@@Z @51361 NONAME ??8const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QBE_NABV012@@Z @51918 NONAME ??8const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QBE_NABV012@@Z @50675 NONAME ??8iterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QBE_NABV012@@Z @51184 NONAME ??8iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QBE_NABV012@@Z @51919 NONAME ??8iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QBE_NABV012@@Z @50676 NONAME ??8iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QBE_NABV012@@Z @50677 NONAME ??8iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QBE_NABV012@@Z @51362 NONAME ??8iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QBE_NABV012@@Z @51920 NONAME ??8iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QBE_NABV012@@Z @50678 NONAME ??8PASN_ObjectId@@QBE_NABV0@@Z @49655 NONAME ??8PASN_ObjectId@@QBE_NABVPString@@@Z @49656 NONAME ??9Address@PIPSocket@@QBE_NABV01@@Z @49657 NONAME ??9const_iterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QBE_NABV012@@Z @51185 NONAME ??9const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QBE_NABV012@@Z @51921 NONAME ??9const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QBE_NABV012@@Z @50679 NONAME ??9const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QBE_NABV012@@Z @50680 NONAME ??9const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QBE_NABV012@@Z @51363 NONAME ??9const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QBE_NABV012@@Z @51922 NONAME ??9const_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QBE_NABV012@@Z @50681 NONAME ??9iterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QBE_NABV012@@Z @51186 NONAME ??9iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QBE_NABV012@@Z @51923 NONAME ??9iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QBE_NABV012@@Z @50682 NONAME ??9iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QBE_NABV012@@Z @50683 NONAME ??9iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QBE_NABV012@@Z @51364 NONAME ??9iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QBE_NABV012@@Z @51924 NONAME ??9iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QBE_NABV012@@Z @50684 NONAME ??9PASN_ObjectId@@QBE_NPBD@Z @49659 NONAME ??A?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@std@@QAEAAPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@ABI@Z @51187 NONAME ??A?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@std@@QAEAAPAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@ABVPString@@@Z @51925 NONAME ??A?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@std@@QAEAAPAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@ABVPString@@@Z @50685 NONAME ??A?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@std@@QAEAAPAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@ABVPString@@@Z @51365 NONAME ??A?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@std@@QAEAAPAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@ABVPString@@@Z @51926 NONAME ??A?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@std@@QAEAAPAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@ABVPString@@@Z @50686 NONAME ??A?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@std@@QAEAAPAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@ABVPString@@@Z @50687 NONAME ??A?$PArray@V?$PList@VH323Capability@@@@@@QBEAAV?$PList@VH323Capability@@@@H@Z @17048 NONAME ??A?$PArray@VH323SimultaneousCapabilities@@@@QBEAAVH323SimultaneousCapabilities@@H@Z @17049 NONAME ??A?$PArray@VH323TransportAddress@@@@QBEAAVH323TransportAddress@@H@Z @28451 NONAME ??A?$PArray@VPASN_Object@@@@QBEAAVPASN_Object@@H@Z @17050 NONAME ??A?$PArray@VReceiverReport@RTP_Session@@@@QBEAAVReceiverReport@RTP_Session@@H@Z @17051 NONAME ??A?$PArray@VSourceDescription@RTP_Session@@@@QBEAAVSourceDescription@RTP_Session@@H@Z @17052 NONAME ??A?$PBaseArray@E@@QBEEH@Z @17053 NONAME ??A?$PBaseArray@I@@QBEIH@Z @28452 NONAME ??A?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@QBEAAVH245NegLogicalChannel@@ABVH323ChannelNumber@@@Z @5763 NONAME ??A?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@QBEAAVH323ServiceControlSession@@ABVPOrdinalKey@@@Z @32774 NONAME ??A?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@QBEAAVH450xHandler@@ABVPOrdinalKey@@@Z @28983 NONAME ??A?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@QBEAAVPBYTEArray@@ABVPOrdinalKey@@@Z @5764 NONAME ??A?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@QBEAAVRTP_Session@@ABVPOrdinalKey@@@Z @5765 NONAME ??A?$PDictionary@VPString@@VH323Connection@@@@QBEAAVH323Connection@@ABVPString@@@Z @5766 NONAME ??A?$PList@VH235Authenticator@@@@QBEAAVH235Authenticator@@H@Z @28828 NONAME ??A?$PList@VH245_GenericParameter@@@@QBEAAVH245_GenericParameter@@H@Z @51927 NONAME ??A?$PList@VH323Capability@@@@QBEAAVH323Capability@@H@Z @5767 NONAME ??A?$PList@VH323Channel@@@@QBEAAVH323Channel@@H@Z @5768 NONAME ??A?$PList@VH323GatekeeperListener@@@@QBEAAVH323GatekeeperListener@@H@Z @28453 NONAME ??A?$PList@VH323Listener@@@@QBEAAVH323Listener@@H@Z @5770 NONAME ??A?$PList@VH323Transactor@@@@QBEAAVH323Transactor@@H@Z @34956 NONAME ??A?$PList@VH450xHandler@@@@QBEAAVH450xHandler@@H@Z @28984 NONAME ??A?$PList@VOpalLineInterfaceDevice@@@@QBEAAVOpalLineInterfaceDevice@@H@Z @51928 NONAME ??A?$PList@VOpalMediaFormat@@@@QBEAAVOpalMediaFormat@@H@Z @20599 NONAME ??A?$PList@VPBYTEArray@@@@QBEAAVPBYTEArray@@H@Z @34560 NONAME ??A?$POrdinalDictionary@VPString@@@@QBEHABVPString@@@Z @32775 NONAME ??A?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@QBEAAVAlternateInfo@H323Gatekeeper@@H@Z @30822 NONAME ??A?$PSortedList@VH225_AliasAddress@@@@QBEAAVH225_AliasAddress@@H@Z @37611 NONAME ??A?$PSortedList@VH323GatekeeperCall@@@@QBEAAVH323GatekeeperCall@@H@Z @28454 NONAME ??A?$PSortedList@VResponse@H323Transactor@@@@QBEAAVResponse@H323Transactor@@H@Z @37381 NONAME ??A?$PStringDictionary@VPOrdinalKey@@@@QBEABVPString@@ABVPOrdinalKey@@@Z @30628 NONAME ??AGCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@QBEAAVGCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@H@Z @5771 NONAME ??AGCC_ApplicationRecord_nonCollapsingCapabilities@@QBEAAVGCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@H@Z @5772 NONAME ??AGCC_ArrayOf_ApplicationInvokeSpecifier@@QBEAAVGCC_ApplicationInvokeSpecifier@@H@Z @5773 NONAME ??AGCC_ArrayOf_ChallengeItem@@QBEAAVGCC_ChallengeItem@@H@Z @5774 NONAME ??AGCC_ArrayOf_ConferenceDescriptor@@QBEAAVGCC_ConferenceDescriptor@@H@Z @5775 NONAME ??AGCC_ArrayOf_Privilege@@QBEAAVGCC_Privilege@@H@Z @5776 NONAME ??AGCC_ArrayOf_TextString@@QBEAAVGCC_TextString@@H@Z @5777 NONAME ??AGCC_ArrayOf_UserID@@QBEAAVGCC_UserID@@H@Z @5778 NONAME ??AGCC_NetworkAddress@@QBEAAVGCC_NetworkAddress_subtype@@H@Z @5779 NONAME ??AGCC_RosterUpdateIndication_applicationInformation@@QBEAAVGCC_RosterUpdateIndication_applicationInformation_subtype@@H@Z @5780 NONAME ??AGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@QBEAAVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@H@Z @5781 NONAME ??AGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@QBEAAVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@H@Z @5782 NONAME ??AGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@QBEAAVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@H@Z @5783 NONAME ??AGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@QBEAAVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@H@Z @5784 NONAME ??AGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@QBEAAVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@H@Z @5785 NONAME ??AGCC_UserData@@QBEAAVGCC_UserData_subtype@@H@Z @5786 NONAME ??AH225_AdmissionConfirm_language@@QBEAAVPASN_IA5String@@H@Z @25311 NONAME ??AH225_ArrayOf_AddressPattern@@QBEAAVH225_AddressPattern@@H@Z @25312 NONAME ??AH225_ArrayOf_AdmissionConfirm@@QBEAAVH225_AdmissionConfirm@@H@Z @38459 NONAME ??AH225_ArrayOf_AliasAddress@@QBEAAVH225_AliasAddress@@H@Z @5787 NONAME ??AH225_ArrayOf_AlternateGK@@QBEAAVH225_AlternateGK@@H@Z @5788 NONAME ??AH225_ArrayOf_AuthenticationMechanism@@QBEAAVH235_AuthenticationMechanism@@H@Z @5789 NONAME ??AH225_ArrayOf_BandwidthDetails@@QBEAAVH225_BandwidthDetails@@H@Z @25313 NONAME ??AH225_ArrayOf_CallReferenceValue@@QBEAAVH225_CallReferenceValue@@H@Z @5790 NONAME ??AH225_ArrayOf_CallsAvailable@@QBEAAVH225_CallsAvailable@@H@Z @25314 NONAME ??AH225_ArrayOf_ClearToken@@QBEAAVH235_ClearToken@@H@Z @5791 NONAME ??AH225_ArrayOf_ConferenceIdentifier@@QBEAAVH225_ConferenceIdentifier@@H@Z @5792 NONAME ??AH225_ArrayOf_ConferenceList@@QBEAAVH225_ConferenceList@@H@Z @5793 NONAME ??AH225_ArrayOf_CryptoH323Token@@QBEAAVH225_CryptoH323Token@@H@Z @5794 NONAME ??AH225_ArrayOf_DataRate@@QBEAAVH225_DataRate@@H@Z @5795 NONAME ??AH225_ArrayOf_Endpoint@@QBEAAVH225_Endpoint@@H@Z @5796 NONAME ??AH225_ArrayOf_EnumeratedParameter@@QBEAAVH225_EnumeratedParameter@@H@Z @25315 NONAME ??AH225_ArrayOf_ExtendedAliasAddress@@QBEAAVH225_ExtendedAliasAddress@@H@Z @25316 NONAME ??AH225_ArrayOf_FeatureDescriptor@@QBEAAVH225_FeatureDescriptor@@H@Z @25317 NONAME ??AH225_ArrayOf_GenericData@@QBEAAVH225_GenericData@@H@Z @25318 NONAME ??AH225_ArrayOf_H245Security@@QBEAAVH225_H245Security@@H@Z @5797 NONAME ??AH225_ArrayOf_H248PackagesDescriptor@@QBEAAVH225_H248PackagesDescriptor@@H@Z @25319 NONAME ??AH225_ArrayOf_IntegrityMechanism@@QBEAAVH225_IntegrityMechanism@@H@Z @5798 NONAME ??AH225_ArrayOf_NonStandardParameter@@QBEAAVH225_NonStandardParameter@@H@Z @5799 NONAME ??AH225_ArrayOf_PartyNumber@@QBEAAVH225_PartyNumber@@H@Z @25320 NONAME ??AH225_ArrayOf_PASN_ObjectId@@QBEAAVPASN_ObjectId@@H@Z @5800 NONAME ??AH225_ArrayOf_PASN_OctetString@@QBEAAVPASN_OctetString@@H@Z @5801 NONAME ??AH225_ArrayOf_RasUsageSpecification@@QBEAAVH225_RasUsageSpecification@@H@Z @25321 NONAME ??AH225_ArrayOf_RTPSession@@QBEAAVH225_RTPSession@@H@Z @5802 NONAME ??AH225_ArrayOf_ServiceControlSession@@QBEAAVH225_ServiceControlSession@@H@Z @25322 NONAME ??AH225_ArrayOf_SupportedPrefix@@QBEAAVH225_SupportedPrefix@@H@Z @5803 NONAME ??AH225_ArrayOf_SupportedProtocols@@QBEAAVH225_SupportedProtocols@@H@Z @5804 NONAME ??AH225_ArrayOf_TransportAddress@@QBEAAVH225_TransportAddress@@H@Z @5805 NONAME ??AH225_ArrayOf_TransportChannelInfo@@QBEAAVH225_TransportChannelInfo@@H@Z @5806 NONAME ??AH225_ArrayOf_TunnelledProtocol@@QBEAAVH225_TunnelledProtocol@@H@Z @25323 NONAME ??AH225_CicInfo_cic@@QBEAAVPASN_OctetString@@H@Z @25324 NONAME ??AH225_Connect_UUIE_language@@QBEAAVPASN_IA5String@@H@Z @25325 NONAME ??AH225_GroupID_member@@QBEAAVPASN_Integer@@H@Z @25326 NONAME ??AH225_InfoRequestResponse_perCallInfo@@QBEAAVH225_InfoRequestResponse_perCallInfo_subtype@@H@Z @5807 NONAME ??AH225_InfoRequestResponse_perCallInfo_subtype_pdu@@QBEAAVH225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@H@Z @5808 NONAME ??AH225_RTPSession_associatedSessionIds@@QBEAAVPASN_Integer@@H@Z @5809 NONAME ??AH225_Setup_UUIE_language@@QBEAAVPASN_IA5String@@H@Z @25327 NONAME ??AH225_TransportAddress_ipSourceRoute_route@@QBEAAVPASN_OctetString@@H@Z @5810 NONAME ??AH245_AlternativeCapabilitySet@@QBEAAVH245_CapabilityTableEntryNumber@@H@Z @5811 NONAME ??AH245_ArrayOf_AlternativeCapabilitySet@@QBEAAVH245_AlternativeCapabilitySet@@H@Z @5812 NONAME ??AH245_ArrayOf_BEnhancementParameters@@QBEAAVH245_BEnhancementParameters@@H@Z @5813 NONAME ??AH245_ArrayOf_CapabilityDescriptor@@QBEAAVH245_CapabilityDescriptor@@H@Z @5814 NONAME ??AH245_ArrayOf_CapabilityDescriptorNumber@@QBEAAVH245_CapabilityDescriptorNumber@@H@Z @5815 NONAME ??AH245_ArrayOf_CapabilityTableEntry@@QBEAAVH245_CapabilityTableEntry@@H@Z @5816 NONAME ??AH245_ArrayOf_CapabilityTableEntryNumber@@QBEAAVH245_CapabilityTableEntryNumber@@H@Z @5817 NONAME ??AH245_ArrayOf_CommunicationModeTableEntry@@QBEAAVH245_CommunicationModeTableEntry@@H@Z @5818 NONAME ??AH245_ArrayOf_CustomPictureClockFrequency@@QBEAAVH245_CustomPictureClockFrequency@@H@Z @5819 NONAME ??AH245_ArrayOf_CustomPictureFormat@@QBEAAVH245_CustomPictureFormat@@H@Z @5820 NONAME ??AH245_ArrayOf_DataApplicationCapability@@QBEAAVH245_DataApplicationCapability@@H@Z @5821 NONAME ??AH245_ArrayOf_DialingInformationNetworkType@@QBEAAVH245_DialingInformationNetworkType@@H@Z @25328 NONAME ??AH245_ArrayOf_DialingInformationNumber@@QBEAAVH245_DialingInformationNumber@@H@Z @25329 NONAME ??AH245_ArrayOf_EnhancementOptions@@QBEAAVH245_EnhancementOptions@@H@Z @5822 NONAME ??AH245_ArrayOf_EscrowData@@QBEAAVH245_EscrowData@@H@Z @5823 NONAME ??AH245_ArrayOf_GenericCapability@@QBEAAVH245_GenericCapability@@H@Z @51929 NONAME ??AH245_ArrayOf_GenericParameter@@QBEAAVH245_GenericParameter@@H@Z @25330 NONAME ??AH245_ArrayOf_H263ModeComboFlags@@QBEAAVH245_H263ModeComboFlags@@H@Z @5824 NONAME ??AH245_ArrayOf_H263VideoModeCombos@@QBEAAVH245_H263VideoModeCombos@@H@Z @5825 NONAME ??AH245_ArrayOf_MediaChannelCapability@@QBEAAVH245_MediaChannelCapability@@H@Z @5826 NONAME ??AH245_ArrayOf_MediaDistributionCapability@@QBEAAVH245_MediaDistributionCapability@@H@Z @5827 NONAME ??AH245_ArrayOf_ModeDescription@@QBEAAVH245_ModeDescription@@H@Z @5828 NONAME ??AH245_ArrayOf_MultiplePayloadStreamElement@@QBEAAVH245_MultiplePayloadStreamElement@@H@Z @38460 NONAME ??AH245_ArrayOf_MultiplePayloadStreamElementMode@@QBEAAVH245_MultiplePayloadStreamElementMode@@H@Z @38461 NONAME ??AH245_ArrayOf_MultiplexElement@@QBEAAVH245_MultiplexElement@@H@Z @5829 NONAME ??AH245_ArrayOf_MultiplexEntryDescriptor@@QBEAAVH245_MultiplexEntryDescriptor@@H@Z @5830 NONAME ??AH245_ArrayOf_MultiplexEntryRejectionDescriptions@@QBEAAVH245_MultiplexEntryRejectionDescriptions@@H@Z @5831 NONAME ??AH245_ArrayOf_MultiplexTableEntryNumber@@QBEAAVH245_MultiplexTableEntryNumber@@H@Z @5832 NONAME ??AH245_ArrayOf_NonStandardParameter@@QBEAAVH245_NonStandardParameter@@H@Z @5833 NONAME ??AH245_ArrayOf_ParameterIdentifier@@QBEAAVH245_ParameterIdentifier@@H@Z @25331 NONAME ??AH245_ArrayOf_PictureReference@@QBEAAVH245_PictureReference@@H@Z @25332 NONAME ??AH245_ArrayOf_Q2931Address@@QBEAAVH245_Q2931Address@@H@Z @25333 NONAME ??AH245_ArrayOf_QOSCapability@@QBEAAVH245_QOSCapability@@H@Z @5834 NONAME ??AH245_ArrayOf_RedundancyEncodingCapability@@QBEAAVH245_RedundancyEncodingCapability@@H@Z @5835 NONAME ??AH245_ArrayOf_RedundancyEncodingDTModeElement@@QBEAAVH245_RedundancyEncodingDTModeElement@@H@Z @38462 NONAME ??AH245_ArrayOf_RedundancyEncodingElement@@QBEAAVH245_RedundancyEncodingElement@@H@Z @38463 NONAME ??AH245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@QBEAAVH245_RequestMultiplexEntryRejectionDescriptions@@H@Z @5836 NONAME ??AH245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@QBEAAVH245_RTPH263VideoRedundancyFrameMapping@@H@Z @5837 NONAME ??AH245_ArrayOf_RTPPayloadType@@QBEAAVH245_RTPPayloadType@@H@Z @5838 NONAME ??AH245_ArrayOf_TerminalInformation@@QBEAAVH245_TerminalInformation@@H@Z @5839 NONAME ??AH245_ArrayOf_TerminalLabel@@QBEAAVH245_TerminalLabel@@H@Z @5840 NONAME ??AH245_ArrayOf_VCCapability@@QBEAAVH245_VCCapability@@H@Z @5841 NONAME ??AH245_ArrayOf_VideoCapability@@QBEAAVH245_VideoCapability@@H@Z @51930 NONAME ??AH245_CertSelectionCriteria@@QBEAAVH245_Criteria@@H@Z @5842 NONAME ??AH245_CustomPictureFormat_mPI_customPCF@@QBEAAVH245_CustomPictureFormat_mPI_customPCF_subtype@@H@Z @5843 NONAME ??AH245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@QBEAAVH245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@H@Z @5844 NONAME ??AH245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@QBEAAVPASN_Integer@@H@Z @5845 NONAME ??AH245_EncryptionCapability@@QBEAAVH245_MediaEncryptionAlgorithm@@H@Z @5846 NONAME ??AH245_ModeDescription@@QBEAAVH245_ModeElement@@H@Z @5847 NONAME ??AH245_RTPH263VideoRedundancyEncoding_containedThreads@@QBEAAVPASN_Integer@@H@Z @5848 NONAME ??AH245_RTPH263VideoRedundancyFrameMapping_frameSequence@@QBEAAVPASN_Integer@@H@Z @5849 NONAME ??AH245_UnicastAddress_iPSourceRouteAddress_route@@QBEAAVPASN_OctetString@@H@Z @5850 NONAME ??AH248_ArrayOf_ActionReply@@QBEAAVH248_ActionReply@@H@Z @32776 NONAME ??AH248_ArrayOf_ActionRequest@@QBEAAVH248_ActionRequest@@H@Z @32777 NONAME ??AH248_ArrayOf_AmmDescriptor@@QBEAAVH248_AmmDescriptor@@H@Z @32778 NONAME ??AH248_ArrayOf_CommandReply@@QBEAAVH248_CommandReply@@H@Z @32779 NONAME ??AH248_ArrayOf_CommandRequest@@QBEAAVH248_CommandRequest@@H@Z @32780 NONAME ??AH248_ArrayOf_EventParameter@@QBEAAVH248_EventParameter@@H@Z @32781 NONAME ??AH248_ArrayOf_IndAuditParameter@@QBEAAVH248_IndAuditParameter@@H@Z @32782 NONAME ??AH248_ArrayOf_IndAudPropertyParm@@QBEAAVH248_IndAudPropertyParm@@H@Z @32783 NONAME ??AH248_ArrayOf_IndAudStreamDescriptor@@QBEAAVH248_IndAudStreamDescriptor@@H@Z @32784 NONAME ??AH248_ArrayOf_ModemType@@QBEAAVH248_ModemType@@H@Z @32785 NONAME ??AH248_ArrayOf_ObservedEvent@@QBEAAVH248_ObservedEvent@@H@Z @32786 NONAME ??AH248_ArrayOf_PASN_OctetString@@QBEAAVPASN_OctetString@@H@Z @32787 NONAME ??AH248_ArrayOf_PropertyGroup@@QBEAAVH248_PropertyGroup@@H@Z @32788 NONAME ??AH248_ArrayOf_PropertyParm@@QBEAAVH248_PropertyParm@@H@Z @32789 NONAME ??AH248_ArrayOf_RequestedEvent@@QBEAAVH248_RequestedEvent@@H@Z @32790 NONAME ??AH248_ArrayOf_SecondRequestedEvent@@QBEAAVH248_SecondRequestedEvent@@H@Z @32791 NONAME ??AH248_ArrayOf_Signal@@QBEAAVH248_Signal@@H@Z @32792 NONAME ??AH248_ArrayOf_SigParameter@@QBEAAVH248_SigParameter@@H@Z @32793 NONAME ??AH248_ArrayOf_StreamDescriptor@@QBEAAVH248_StreamDescriptor@@H@Z @32794 NONAME ??AH248_ArrayOf_TerminationID@@QBEAAVH248_TerminationID@@H@Z @32795 NONAME ??AH248_ArrayOf_TopologyRequest@@QBEAAVH248_TopologyRequest@@H@Z @32796 NONAME ??AH248_ArrayOf_Transaction@@QBEAAVH248_Transaction@@H@Z @32797 NONAME ??AH248_ArrayOf_WildcardField@@QBEAAVH248_WildcardField@@H@Z @32798 NONAME ??AH248_EventBufferDescriptor@@QBEAAVH248_EventSpec@@H@Z @32799 NONAME ??AH248_IndAudPropertyGroup@@QBEAAVH248_IndAudPropertyParm@@H@Z @32800 NONAME ??AH248_PackagesDescriptor@@QBEAAVH248_PackagesItem@@H@Z @32801 NONAME ??AH248_PropertyGroup@@QBEAAVH248_PropertyParm@@H@Z @32802 NONAME ??AH248_SignalsDescriptor@@QBEAAVH248_SignalRequest@@H@Z @32803 NONAME ??AH248_StatisticsDescriptor@@QBEAAVH248_StatisticsParameter@@H@Z @32804 NONAME ??AH248_TerminationAudit@@QBEAAVH248_AuditReturnParameter@@H@Z @32805 NONAME ??AH248_TerminationIDList@@QBEAAVH248_TerminationID@@H@Z @32806 NONAME ??AH248_TransactionResponseAck@@QBEAAVH248_TransactionAck@@H@Z @32807 NONAME ??AH248_Value@@QBEAAVPASN_OctetString@@H@Z @32808 NONAME ??AH323Capabilities@@QBEAAVH323Capability@@H@Z @17207 NONAME ??AH45010_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @23317 NONAME ??AH45011_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @23318 NONAME ??AH4501_ArrayOf_AliasAddress@@QBEAAVH225_AliasAddress@@H@Z @21435 NONAME ??AH4501_ArrayOf_ROS@@QBEAAVX880_ROS@@H@Z @21436 NONAME ??AH4502_ExtensionSeq@@QBEAAVH4501_Extension@@H@Z @21437 NONAME ??AH4503_ExtensionSeq@@QBEAAVH4501_Extension@@H@Z @22722 NONAME ??AH4503_IntResultList@@QBEAAVH4503_IntResult@@H@Z @22723 NONAME ??AH4504_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @22357 NONAME ??AH4505_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @23319 NONAME ??AH4506_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @23320 NONAME ??AH4507_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @23321 NONAME ??AH4507_DummyRes@@QBEAAVH4504_MixedExtension@@H@Z @23322 NONAME ??AH4507_MWIInterrogateRes@@QBEAAVH4507_MWIInterrogateResElt@@H@Z @23323 NONAME ??AH4509_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @23324 NONAME ??AH501_ArrayOf_AccessToken@@QBEAAVH501_AccessToken@@H@Z @35688 NONAME ??AH501_ArrayOf_AddressTemplate@@QBEAAVH501_AddressTemplate@@H@Z @35689 NONAME ??AH501_ArrayOf_AliasAddress@@QBEAAVH225_AliasAddress@@H@Z @35690 NONAME ??AH501_ArrayOf_AlternatePE@@QBEAAVH501_AlternatePE@@H@Z @35691 NONAME ??AH501_ArrayOf_CircuitIdentifier@@QBEAAVH225_CircuitIdentifier@@H@Z @35692 NONAME ??AH501_ArrayOf_ClearToken@@QBEAAVH235_ClearToken@@H@Z @35693 NONAME ??AH501_ArrayOf_ContactInformation@@QBEAAVH501_ContactInformation@@H@Z @35694 NONAME ??AH501_ArrayOf_CryptoH323Token@@QBEAAVH225_CryptoH323Token@@H@Z @35695 NONAME ??AH501_ArrayOf_Descriptor@@QBEAAVH501_Descriptor@@H@Z @35696 NONAME ??AH501_ArrayOf_DescriptorInfo@@QBEAAVH501_DescriptorInfo@@H@Z @35698 NONAME ??AH501_ArrayOf_GenericData@@QBEAAVH225_GenericData@@H@Z @35699 NONAME ??AH501_ArrayOf_GloballyUniqueID@@QBEAAVH225_GloballyUniqueID@@H@Z @36918 NONAME ??AH501_ArrayOf_NonStandardParameter@@QBEAAVH225_NonStandardParameter@@H@Z @35700 NONAME ??AH501_ArrayOf_PASN_ObjectId@@QBEAAVPASN_ObjectId@@H@Z @35701 NONAME ??AH501_ArrayOf_Pattern@@QBEAAVH501_Pattern@@H@Z @35702 NONAME ??AH501_ArrayOf_PriceElement@@QBEAAVH501_PriceElement@@H@Z @35703 NONAME ??AH501_ArrayOf_PriceInfoSpec@@QBEAAVH501_PriceInfoSpec@@H@Z @35704 NONAME ??AH501_ArrayOf_RouteInformation@@QBEAAVH501_RouteInformation@@H@Z @35705 NONAME ??AH501_ArrayOf_SecurityMode@@QBEAAVH501_SecurityMode@@H@Z @35706 NONAME ??AH501_ArrayOf_ServiceControlSession@@QBEAAVH225_ServiceControlSession@@H@Z @35707 NONAME ??AH501_ArrayOf_SupportedProtocols@@QBEAAVH225_SupportedProtocols@@H@Z @35708 NONAME ??AH501_ArrayOf_TransportAddress@@QBEAAVH225_TransportAddress@@H@Z @35709 NONAME ??AH501_ArrayOf_UpdateInformation@@QBEAAVH501_UpdateInformation@@H@Z @35710 NONAME ??AH501_ArrayOf_UsageField@@QBEAAVH501_UsageField@@H@Z @35711 NONAME ??AMCS_ArrayOf_ChannelAttributes@@QBEAAVMCS_ChannelAttributes@@H@Z @5858 NONAME ??AMCS_ArrayOf_ChannelId@@QBEAAVMCS_ChannelId@@H@Z @5859 NONAME ??AMCS_ArrayOf_TokenAttributes@@QBEAAVMCS_TokenAttributes@@H@Z @5860 NONAME ??AMCS_ArrayOf_TokenId@@QBEAAVMCS_TokenId@@H@Z @5861 NONAME ??AMCS_ArrayOf_UserId@@QBEAAVMCS_UserId@@H@Z @5862 NONAME ??APASN_Array@@QBEAAVPASN_Object@@H@Z @37612 NONAME ??APASN_ConstrainedString@@QBEDH@Z @5863 NONAME ??APASN_ObjectId@@QBEIH@Z @28456 NONAME ??APASN_OctetString@@QAEAAEH@Z @5864 NONAME ??AT38_ArrayOf_PASN_OctetString@@QBEAAVPASN_OctetString@@H@Z @28125 NONAME ??AT38_Data_Field@@QBEAAVT38_Data_Field_subtype@@H@Z @28126 NONAME ??AT38_PreCorrigendum_Data_Field@@QBEAAVT38_PreCorrigendum_Data_Field_subtype@@H@Z @31722 NONAME ??AT38_UDPTLPacket_error_recovery_secondary_ifp_packets@@QBEAAVT38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@H@Z @28127 NONAME ??B?$PSafePtr@VH323GatekeeperCall@@@@QBEPAVH323GatekeeperCall@@XZ @30392 NONAME ??B?$PSafePtr@VH323PeerElementDescriptor@@@@QBEPAVH323PeerElementDescriptor@@XZ @37209 NONAME ??B?$PSafePtr@VH323PeerElementServiceRelationship@@@@QBEPAVH323PeerElementServiceRelationship@@XZ @37210 NONAME ??B?$PSafePtr@VH323RegisteredEndPoint@@@@QBEPAVH323RegisteredEndPoint@@XZ @30393 NONAME ??BGCC_CapabilityID@@QAEAAVGCC_Key@@XZ @5866 NONAME ??BGCC_CapabilityID@@QBEABVGCC_Key@@XZ @5867 NONAME ??BGCC_ChallengeResponseAlgorithm@@QAEAAVGCC_NonStandardParameter@@XZ @5868 NONAME ??BGCC_ChallengeResponseAlgorithm@@QBEABVGCC_NonStandardParameter@@XZ @5869 NONAME ??BGCC_ChallengeResponseItem@@QAEAAVGCC_PasswordSelector@@XZ @5870 NONAME ??BGCC_ChallengeResponseItem@@QAEAAVGCC_UserData@@XZ @5871 NONAME ??BGCC_ChallengeResponseItem@@QBEABVGCC_PasswordSelector@@XZ @5872 NONAME ??BGCC_ChallengeResponseItem@@QBEABVGCC_UserData@@XZ @5873 NONAME ??BGCC_ConferenceNameSelector@@QAEAAVGCC_SimpleNumericString@@XZ @5874 NONAME ??BGCC_ConferenceNameSelector@@QAEAAVGCC_SimpleTextString@@XZ @5875 NONAME ??BGCC_ConferenceNameSelector@@QBEABVGCC_SimpleNumericString@@XZ @5876 NONAME ??BGCC_ConferenceNameSelector@@QBEABVGCC_SimpleTextString@@XZ @5877 NONAME ??BGCC_ConferencePriorityScheme@@QAEAAVGCC_NonStandardParameter@@XZ @5878 NONAME ??BGCC_ConferencePriorityScheme@@QBEABVGCC_NonStandardParameter@@XZ @5879 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceCreateRequest@@XZ @5880 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceCreateResponse@@XZ @5881 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceInviteRequest@@XZ @5882 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceInviteResponse@@XZ @5883 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceJoinRequest@@XZ @5884 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceJoinResponse@@XZ @5885 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceQueryRequest@@XZ @5886 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceQueryResponse@@XZ @5887 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceCreateRequest@@XZ @5888 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceCreateResponse@@XZ @5889 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceInviteRequest@@XZ @5890 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceInviteResponse@@XZ @5891 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceJoinRequest@@XZ @5892 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceJoinResponse@@XZ @5893 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceQueryRequest@@XZ @5894 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceQueryResponse@@XZ @5895 NONAME ??BGCC_GCCPDU@@QAEAAVGCC_IndicationPDU@@XZ @5896 NONAME ??BGCC_GCCPDU@@QAEAAVGCC_RequestPDU@@XZ @5897 NONAME ??BGCC_GCCPDU@@QAEAAVGCC_ResponsePDU@@XZ @5898 NONAME ??BGCC_GCCPDU@@QBEABVGCC_IndicationPDU@@XZ @5899 NONAME ??BGCC_GCCPDU@@QBEABVGCC_RequestPDU@@XZ @5900 NONAME ??BGCC_GCCPDU@@QBEABVGCC_ResponsePDU@@XZ @5901 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ApplicationInvokeIndication@@XZ @5902 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConductorAssignIndication@@XZ @5903 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConductorPermissionAskIndication@@XZ @5904 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConductorPermissionGrantIndication@@XZ @5905 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConductorReleaseIndication@@XZ @5906 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceAssistanceIndication@@XZ @5907 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceEjectUserIndication@@XZ @5908 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceLockIndication@@XZ @5909 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceTerminateIndication@@XZ @5910 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceTimeExtendIndication@@XZ @5911 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceTimeInquireIndication@@XZ @5912 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceTimeRemainingIndication@@XZ @5913 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceTransferIndication@@XZ @5914 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceUnlockIndication@@XZ @5915 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_NonStandardPDU@@XZ @5916 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_RegistryMonitorEntryIndication@@XZ @5917 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_RosterUpdateIndication@@XZ @5918 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_TextMessageIndication@@XZ @5919 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_UserIDIndication@@XZ @5920 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ApplicationInvokeIndication@@XZ @5921 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConductorAssignIndication@@XZ @5922 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConductorPermissionAskIndication@@XZ @5923 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConductorPermissionGrantIndication@@XZ @5924 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConductorReleaseIndication@@XZ @5925 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceAssistanceIndication@@XZ @5926 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceEjectUserIndication@@XZ @5927 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceLockIndication@@XZ @5928 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceTerminateIndication@@XZ @5929 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceTimeExtendIndication@@XZ @5930 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceTimeInquireIndication@@XZ @5931 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceTimeRemainingIndication@@XZ @5932 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceTransferIndication@@XZ @5933 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceUnlockIndication@@XZ @5934 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_NonStandardPDU@@XZ @5935 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_RegistryMonitorEntryIndication@@XZ @5936 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_RosterUpdateIndication@@XZ @5937 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_TextMessageIndication@@XZ @5938 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_UserIDIndication@@XZ @5939 NONAME ??BGCC_Key@@QAEAAVGCC_H221NonStandardIdentifier@@XZ @5940 NONAME ??BGCC_Key@@QBEABVGCC_H221NonStandardIdentifier@@XZ @5941 NONAME ??BGCC_NetworkAddress_subtype@@QAEAAVGCC_NetworkAddress_subtype_aggregatedChannel@@XZ @5942 NONAME ??BGCC_NetworkAddress_subtype@@QAEAAVGCC_NetworkAddress_subtype_transportConnection@@XZ @5943 NONAME ??BGCC_NetworkAddress_subtype@@QAEAAVGCC_NonStandardParameter@@XZ @5944 NONAME ??BGCC_NetworkAddress_subtype@@QBEABVGCC_NetworkAddress_subtype_aggregatedChannel@@XZ @5945 NONAME ??BGCC_NetworkAddress_subtype@@QBEABVGCC_NetworkAddress_subtype_transportConnection@@XZ @5946 NONAME ??BGCC_NetworkAddress_subtype@@QBEABVGCC_NonStandardParameter@@XZ @5947 NONAME ??BGCC_PasswordChallengeRequestResponse@@QAEAAVGCC_PasswordChallengeRequestResponse_challengeRequestResponse@@XZ @5948 NONAME ??BGCC_PasswordChallengeRequestResponse@@QAEAAVGCC_PasswordSelector@@XZ @5949 NONAME ??BGCC_PasswordChallengeRequestResponse@@QBEABVGCC_PasswordChallengeRequestResponse_challengeRequestResponse@@XZ @5950 NONAME ??BGCC_PasswordChallengeRequestResponse@@QBEABVGCC_PasswordSelector@@XZ @5951 NONAME ??BGCC_PasswordSelector@@QAEAAVGCC_SimpleNumericString@@XZ @5952 NONAME ??BGCC_PasswordSelector@@QAEAAVGCC_SimpleTextString@@XZ @5953 NONAME ??BGCC_PasswordSelector@@QBEABVGCC_SimpleNumericString@@XZ @5954 NONAME ??BGCC_PasswordSelector@@QBEABVGCC_SimpleTextString@@XZ @5955 NONAME ??BGCC_RegistryEntryOwner@@QAEAAVGCC_RegistryEntryOwner_owned@@XZ @5956 NONAME ??BGCC_RegistryEntryOwner@@QBEABVGCC_RegistryEntryOwner_owned@@XZ @5957 NONAME ??BGCC_RegistryItem@@QAEAAVGCC_DynamicChannelID@@XZ @5958 NONAME ??BGCC_RegistryItem@@QAEAAVGCC_DynamicTokenID@@XZ @5959 NONAME ??BGCC_RegistryItem@@QBEABVGCC_DynamicChannelID@@XZ @5960 NONAME ??BGCC_RegistryItem@@QBEABVGCC_DynamicTokenID@@XZ @5961 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceAddRequest@@XZ @5962 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceEjectUserRequest@@XZ @5963 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceJoinRequest@@XZ @5964 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceLockRequest@@XZ @5965 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceTerminateRequest@@XZ @5966 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceTransferRequest@@XZ @5967 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceUnlockRequest@@XZ @5968 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_NonStandardPDU@@XZ @5969 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistryAllocateHandleRequest@@XZ @5970 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistryAssignTokenRequest@@XZ @5971 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistryDeleteEntryRequest@@XZ @5972 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistryMonitorEntryRequest@@XZ @5973 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistryRegisterChannelRequest@@XZ @5974 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistryRetrieveEntryRequest@@XZ @5975 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistrySetParameterRequest@@XZ @5976 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceAddRequest@@XZ @5977 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceEjectUserRequest@@XZ @5978 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceJoinRequest@@XZ @5979 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceLockRequest@@XZ @5980 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceTerminateRequest@@XZ @5981 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceTransferRequest@@XZ @5982 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceUnlockRequest@@XZ @5983 NONAME ??BGCC_RequestPDU@@QBEABVGCC_NonStandardPDU@@XZ @5984 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistryAllocateHandleRequest@@XZ @5985 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistryAssignTokenRequest@@XZ @5986 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistryDeleteEntryRequest@@XZ @5987 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistryMonitorEntryRequest@@XZ @5988 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistryRegisterChannelRequest@@XZ @5989 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistryRetrieveEntryRequest@@XZ @5990 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistrySetParameterRequest@@XZ @5991 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceAddResponse@@XZ @5992 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceEjectUserResponse@@XZ @5993 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceJoinResponse@@XZ @5994 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceLockResponse@@XZ @5995 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceTerminateResponse@@XZ @5996 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceTransferResponse@@XZ @5997 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceUnlockResponse@@XZ @5998 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_FunctionNotSupportedResponse@@XZ @5999 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_NonStandardPDU@@XZ @6000 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_RegistryAllocateHandleResponse@@XZ @6001 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_RegistryResponse@@XZ @6002 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceAddResponse@@XZ @6003 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceEjectUserResponse@@XZ @6004 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceJoinResponse@@XZ @6005 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceLockResponse@@XZ @6006 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceTerminateResponse@@XZ @6007 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceTransferResponse@@XZ @6008 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceUnlockResponse@@XZ @6009 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_FunctionNotSupportedResponse@@XZ @6010 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_NonStandardPDU@@XZ @6011 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_RegistryAllocateHandleResponse@@XZ @6012 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_RegistryResponse@@XZ @6013 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@QAEAAVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@XZ @6014 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@QBEABVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@XZ @6015 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@QAEAAVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@XZ @6016 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@QAEAAVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@XZ @6017 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@QBEABVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@XZ @6018 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@QBEABVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@XZ @6019 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@QAEAAVGCC_ApplicationRecord@@XZ @6020 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@QBEABVGCC_ApplicationRecord@@XZ @6021 NONAME ??BGCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@QAEAAVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@XZ @6022 NONAME ??BGCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@QAEAAVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@XZ @6023 NONAME ??BGCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@QBEABVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@XZ @6024 NONAME ??BGCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@QBEABVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@XZ @6025 NONAME ??BGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@QAEAAVGCC_NodeRecord@@XZ @6026 NONAME ??BGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@QBEABVGCC_NodeRecord@@XZ @6027 NONAME ??BH225_AddressPattern@@QAEAAVH225_AddressPattern_range@@XZ @25334 NONAME ??BH225_AddressPattern@@QAEAAVH225_AliasAddress@@XZ @25335 NONAME ??BH225_AddressPattern@@QBEABVH225_AddressPattern_range@@XZ @25336 NONAME ??BH225_AddressPattern@@QBEABVH225_AliasAddress@@XZ @25337 NONAME ??BH225_AdmissionRejectReason@@QAEAAVH225_ArrayOf_PartyNumber@@XZ @25338 NONAME ??BH225_AdmissionRejectReason@@QAEAAVH225_SecurityErrors2@@XZ @38464 NONAME ??BH225_AdmissionRejectReason@@QBEABVH225_ArrayOf_PartyNumber@@XZ @25339 NONAME ??BH225_AdmissionRejectReason@@QBEABVH225_SecurityErrors2@@XZ @38465 NONAME ??BH225_AliasAddress@@QAEAAVH225_MobileUIM@@XZ @25340 NONAME ??BH225_AliasAddress@@QAEAAVH225_PartyNumber@@XZ @6028 NONAME ??BH225_AliasAddress@@QAEAAVH225_TransportAddress@@XZ @6029 NONAME ??BH225_AliasAddress@@QBEABVH225_MobileUIM@@XZ @25341 NONAME ??BH225_AliasAddress@@QBEABVH225_PartyNumber@@XZ @6030 NONAME ??BH225_AliasAddress@@QBEABVH225_TransportAddress@@XZ @6031 NONAME ??BH225_BandRejectReason@@QAEAAVH225_SecurityErrors2@@XZ @38466 NONAME ??BH225_BandRejectReason@@QBEABVH225_SecurityErrors2@@XZ @38467 NONAME ??BH225_CallTerminationCause@@QAEAAVH225_ReleaseCompleteReason@@XZ @25342 NONAME ??BH225_CallTerminationCause@@QBEABVH225_ReleaseCompleteReason@@XZ @25343 NONAME ??BH225_Content@@QAEAAVH225_AliasAddress@@XZ @25348 NONAME ??BH225_Content@@QAEAAVH225_ArrayOf_EnumeratedParameter@@XZ @25349 NONAME ??BH225_Content@@QAEAAVH225_ArrayOf_GenericData@@XZ @25350 NONAME ??BH225_Content@@QAEAAVH225_GenericIdentifier@@XZ @25351 NONAME ??BH225_Content@@QAEAAVH225_TransportAddress@@XZ @25352 NONAME ??BH225_Content@@QBEABVH225_AliasAddress@@XZ @25353 NONAME ??BH225_Content@@QBEABVH225_ArrayOf_EnumeratedParameter@@XZ @25354 NONAME ??BH225_Content@@QBEABVH225_ArrayOf_GenericData@@XZ @25355 NONAME ??BH225_Content@@QBEABVH225_GenericIdentifier@@XZ @25356 NONAME ??BH225_Content@@QBEABVH225_TransportAddress@@XZ @25357 NONAME ??BH225_CryptoH323Token@@QAEAAV?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@XZ @27711 NONAME ??BH225_CryptoH323Token@@QAEAAV?$H235_SIGNED@VH225_EncodedFastStartToken@@@@XZ @27712 NONAME ??BH225_CryptoH323Token@@QAEAAV?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@XZ @27713 NONAME ??BH225_CryptoH323Token@@QAEAAVH225_CryptoH323Token_cryptoEPPwdHash@@XZ @6035 NONAME ??BH225_CryptoH323Token@@QAEAAVH225_CryptoH323Token_cryptoGKPwdHash@@XZ @6036 NONAME ??BH225_CryptoH323Token@@QAEAAVH235_CryptoToken@@XZ @6037 NONAME ??BH225_CryptoH323Token@@QBEABV?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@XZ @27714 NONAME ??BH225_CryptoH323Token@@QBEABV?$H235_SIGNED@VH225_EncodedFastStartToken@@@@XZ @27715 NONAME ??BH225_CryptoH323Token@@QBEABV?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@XZ @27716 NONAME ??BH225_CryptoH323Token@@QBEABVH225_CryptoH323Token_cryptoEPPwdHash@@XZ @6041 NONAME ??BH225_CryptoH323Token@@QBEABVH225_CryptoH323Token_cryptoGKPwdHash@@XZ @6042 NONAME ??BH225_CryptoH323Token@@QBEABVH235_CryptoToken@@XZ @6043 NONAME ??BH225_DisengageRejectReason@@QAEAAVH225_SecurityErrors2@@XZ @38468 NONAME ??BH225_DisengageRejectReason@@QBEABVH225_SecurityErrors2@@XZ @38469 NONAME ??BH225_EncryptIntAlg@@QAEAAVH225_NonStandardParameter@@XZ @6044 NONAME ??BH225_EncryptIntAlg@@QBEABVH225_NonStandardParameter@@XZ @6045 NONAME ??BH225_GatekeeperRejectReason@@QAEAAVH225_SecurityErrors@@XZ @38470 NONAME ??BH225_GatekeeperRejectReason@@QBEABVH225_SecurityErrors@@XZ @38471 NONAME ??BH225_GenericIdentifier@@QAEAAVH225_GloballyUniqueID@@XZ @25358 NONAME ??BH225_GenericIdentifier@@QBEABVH225_GloballyUniqueID@@XZ @25359 NONAME ??BH225_H245Security@@QAEAAVH225_NonStandardParameter@@XZ @6046 NONAME ??BH225_H245Security@@QAEAAVH225_SecurityCapabilities@@XZ @6047 NONAME ??BH225_H245Security@@QBEABVH225_NonStandardParameter@@XZ @6048 NONAME ??BH225_H245Security@@QBEABVH225_SecurityCapabilities@@XZ @6049 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Alerting_UUIE@@XZ @6050 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_CallProceeding_UUIE@@XZ @6051 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Connect_UUIE@@XZ @6052 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Facility_UUIE@@XZ @6053 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Information_UUIE@@XZ @6054 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Notify_UUIE@@XZ @25360 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Progress_UUIE@@XZ @6055 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_ReleaseComplete_UUIE@@XZ @6056 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_SetupAcknowledge_UUIE@@XZ @25361 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Setup_UUIE@@XZ @6057 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_StatusInquiry_UUIE@@XZ @25362 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Status_UUIE@@XZ @25363 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Alerting_UUIE@@XZ @6058 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_CallProceeding_UUIE@@XZ @6059 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Connect_UUIE@@XZ @6060 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Facility_UUIE@@XZ @6061 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Information_UUIE@@XZ @6062 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Notify_UUIE@@XZ @25364 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Progress_UUIE@@XZ @6063 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_ReleaseComplete_UUIE@@XZ @6064 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_SetupAcknowledge_UUIE@@XZ @25365 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Setup_UUIE@@XZ @6065 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_StatusInquiry_UUIE@@XZ @25366 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Status_UUIE@@XZ @25367 NONAME ??BH225_InfoRequestNakReason@@QAEAAVH225_SecurityErrors2@@XZ @38472 NONAME ??BH225_InfoRequestNakReason@@QBEABVH225_SecurityErrors2@@XZ @38473 NONAME ??BH225_IntegrityMechanism@@QAEAAVH225_NonIsoIntegrityMechanism@@XZ @6066 NONAME ??BH225_IntegrityMechanism@@QAEAAVH225_NonStandardParameter@@XZ @6067 NONAME ??BH225_IntegrityMechanism@@QBEABVH225_NonIsoIntegrityMechanism@@XZ @6068 NONAME ??BH225_IntegrityMechanism@@QBEABVH225_NonStandardParameter@@XZ @6069 NONAME ??BH225_LocationRejectReason@@QAEAAVH225_ArrayOf_PartyNumber@@XZ @25368 NONAME ??BH225_LocationRejectReason@@QAEAAVH225_SecurityErrors2@@XZ @38474 NONAME ??BH225_LocationRejectReason@@QBEABVH225_ArrayOf_PartyNumber@@XZ @25369 NONAME ??BH225_LocationRejectReason@@QBEABVH225_SecurityErrors2@@XZ @38475 NONAME ??BH225_MobileUIM@@QAEAAVH225_ANSI_41_UIM@@XZ @25370 NONAME ??BH225_MobileUIM@@QAEAAVH225_GSM_UIM@@XZ @25371 NONAME ??BH225_MobileUIM@@QBEABVH225_ANSI_41_UIM@@XZ @25372 NONAME ??BH225_MobileUIM@@QBEABVH225_GSM_UIM@@XZ @25373 NONAME ??BH225_NonIsoIntegrityMechanism@@QAEAAVH225_EncryptIntAlg@@XZ @6070 NONAME ??BH225_NonIsoIntegrityMechanism@@QBEABVH225_EncryptIntAlg@@XZ @6071 NONAME ??BH225_NonStandardIdentifier@@QAEAAVH225_H221NonStandard@@XZ @6072 NONAME ??BH225_NonStandardIdentifier@@QBEABVH225_H221NonStandard@@XZ @6073 NONAME ??BH225_PartyNumber@@QAEAAVH225_NumberDigits@@XZ @6074 NONAME ??BH225_PartyNumber@@QAEAAVH225_PrivatePartyNumber@@XZ @6075 NONAME ??BH225_PartyNumber@@QAEAAVH225_PublicPartyNumber@@XZ @6076 NONAME ??BH225_PartyNumber@@QBEABVH225_NumberDigits@@XZ @6077 NONAME ??BH225_PartyNumber@@QBEABVH225_PrivatePartyNumber@@XZ @6078 NONAME ??BH225_PartyNumber@@QBEABVH225_PublicPartyNumber@@XZ @6079 NONAME ??BH225_RasMessage@@QAEAAVH225_AdmissionConfirm@@XZ @6080 NONAME ??BH225_RasMessage@@QAEAAVH225_AdmissionReject@@XZ @6081 NONAME ??BH225_RasMessage@@QAEAAVH225_AdmissionRequest@@XZ @6082 NONAME ??BH225_RasMessage@@QAEAAVH225_ArrayOf_AdmissionConfirm@@XZ @38476 NONAME ??BH225_RasMessage@@QAEAAVH225_BandwidthConfirm@@XZ @6083 NONAME ??BH225_RasMessage@@QAEAAVH225_BandwidthReject@@XZ @6084 NONAME ??BH225_RasMessage@@QAEAAVH225_BandwidthRequest@@XZ @6085 NONAME ??BH225_RasMessage@@QAEAAVH225_DisengageConfirm@@XZ @6086 NONAME ??BH225_RasMessage@@QAEAAVH225_DisengageReject@@XZ @6087 NONAME ??BH225_RasMessage@@QAEAAVH225_DisengageRequest@@XZ @6088 NONAME ??BH225_RasMessage@@QAEAAVH225_GatekeeperConfirm@@XZ @6089 NONAME ??BH225_RasMessage@@QAEAAVH225_GatekeeperReject@@XZ @6090 NONAME ??BH225_RasMessage@@QAEAAVH225_GatekeeperRequest@@XZ @6091 NONAME ??BH225_RasMessage@@QAEAAVH225_InfoRequest@@XZ @6092 NONAME ??BH225_RasMessage@@QAEAAVH225_InfoRequestAck@@XZ @6093 NONAME ??BH225_RasMessage@@QAEAAVH225_InfoRequestNak@@XZ @6094 NONAME ??BH225_RasMessage@@QAEAAVH225_InfoRequestResponse@@XZ @6095 NONAME ??BH225_RasMessage@@QAEAAVH225_LocationConfirm@@XZ @6096 NONAME ??BH225_RasMessage@@QAEAAVH225_LocationReject@@XZ @6097 NONAME ??BH225_RasMessage@@QAEAAVH225_LocationRequest@@XZ @6098 NONAME ??BH225_RasMessage@@QAEAAVH225_NonStandardMessage@@XZ @6099 NONAME ??BH225_RasMessage@@QAEAAVH225_RegistrationConfirm@@XZ @6100 NONAME ??BH225_RasMessage@@QAEAAVH225_RegistrationReject@@XZ @6101 NONAME ??BH225_RasMessage@@QAEAAVH225_RegistrationRequest@@XZ @6102 NONAME ??BH225_RasMessage@@QAEAAVH225_RequestInProgress@@XZ @6103 NONAME ??BH225_RasMessage@@QAEAAVH225_ResourcesAvailableConfirm@@XZ @6104 NONAME ??BH225_RasMessage@@QAEAAVH225_ResourcesAvailableIndicate@@XZ @6105 NONAME ??BH225_RasMessage@@QAEAAVH225_ServiceControlIndication@@XZ @25374 NONAME ??BH225_RasMessage@@QAEAAVH225_ServiceControlResponse@@XZ @25375 NONAME ??BH225_RasMessage@@QAEAAVH225_UnknownMessageResponse@@XZ @6106 NONAME ??BH225_RasMessage@@QAEAAVH225_UnregistrationConfirm@@XZ @6107 NONAME ??BH225_RasMessage@@QAEAAVH225_UnregistrationReject@@XZ @6108 NONAME ??BH225_RasMessage@@QAEAAVH225_UnregistrationRequest@@XZ @6109 NONAME ??BH225_RasMessage@@QBEABVH225_AdmissionConfirm@@XZ @6110 NONAME ??BH225_RasMessage@@QBEABVH225_AdmissionReject@@XZ @6111 NONAME ??BH225_RasMessage@@QBEABVH225_AdmissionRequest@@XZ @6112 NONAME ??BH225_RasMessage@@QBEABVH225_ArrayOf_AdmissionConfirm@@XZ @38477 NONAME ??BH225_RasMessage@@QBEABVH225_BandwidthConfirm@@XZ @6113 NONAME ??BH225_RasMessage@@QBEABVH225_BandwidthReject@@XZ @6114 NONAME ??BH225_RasMessage@@QBEABVH225_BandwidthRequest@@XZ @6115 NONAME ??BH225_RasMessage@@QBEABVH225_DisengageConfirm@@XZ @6116 NONAME ??BH225_RasMessage@@QBEABVH225_DisengageReject@@XZ @6117 NONAME ??BH225_RasMessage@@QBEABVH225_DisengageRequest@@XZ @6118 NONAME ??BH225_RasMessage@@QBEABVH225_GatekeeperConfirm@@XZ @6119 NONAME ??BH225_RasMessage@@QBEABVH225_GatekeeperReject@@XZ @6120 NONAME ??BH225_RasMessage@@QBEABVH225_GatekeeperRequest@@XZ @6121 NONAME ??BH225_RasMessage@@QBEABVH225_InfoRequest@@XZ @6122 NONAME ??BH225_RasMessage@@QBEABVH225_InfoRequestAck@@XZ @6123 NONAME ??BH225_RasMessage@@QBEABVH225_InfoRequestNak@@XZ @6124 NONAME ??BH225_RasMessage@@QBEABVH225_InfoRequestResponse@@XZ @6125 NONAME ??BH225_RasMessage@@QBEABVH225_LocationConfirm@@XZ @6126 NONAME ??BH225_RasMessage@@QBEABVH225_LocationReject@@XZ @6127 NONAME ??BH225_RasMessage@@QBEABVH225_LocationRequest@@XZ @6128 NONAME ??BH225_RasMessage@@QBEABVH225_NonStandardMessage@@XZ @6129 NONAME ??BH225_RasMessage@@QBEABVH225_RegistrationConfirm@@XZ @6130 NONAME ??BH225_RasMessage@@QBEABVH225_RegistrationReject@@XZ @6131 NONAME ??BH225_RasMessage@@QBEABVH225_RegistrationRequest@@XZ @6132 NONAME ??BH225_RasMessage@@QBEABVH225_RequestInProgress@@XZ @6133 NONAME ??BH225_RasMessage@@QBEABVH225_ResourcesAvailableConfirm@@XZ @6134 NONAME ??BH225_RasMessage@@QBEABVH225_ResourcesAvailableIndicate@@XZ @6135 NONAME ??BH225_RasMessage@@QBEABVH225_ServiceControlIndication@@XZ @25376 NONAME ??BH225_RasMessage@@QBEABVH225_ServiceControlResponse@@XZ @25377 NONAME ??BH225_RasMessage@@QBEABVH225_UnknownMessageResponse@@XZ @6136 NONAME ??BH225_RasMessage@@QBEABVH225_UnregistrationConfirm@@XZ @6137 NONAME ??BH225_RasMessage@@QBEABVH225_UnregistrationReject@@XZ @6138 NONAME ??BH225_RasMessage@@QBEABVH225_UnregistrationRequest@@XZ @6139 NONAME ??BH225_RegistrationRejectReason@@QAEAAVH225_ArrayOf_AliasAddress@@XZ @6140 NONAME ??BH225_RegistrationRejectReason@@QAEAAVH225_RegistrationRejectReason_invalidTerminalAliases@@XZ @25378 NONAME ??BH225_RegistrationRejectReason@@QAEAAVH225_SecurityErrors@@XZ @38478 NONAME ??BH225_RegistrationRejectReason@@QBEABVH225_ArrayOf_AliasAddress@@XZ @6141 NONAME ??BH225_RegistrationRejectReason@@QBEABVH225_RegistrationRejectReason_invalidTerminalAliases@@XZ @25379 NONAME ??BH225_RegistrationRejectReason@@QBEABVH225_SecurityErrors@@XZ @38479 NONAME ??BH225_ReleaseCompleteReason@@QAEAAVH225_ConferenceIdentifier@@XZ @25380 NONAME ??BH225_ReleaseCompleteReason@@QAEAAVH225_NonStandardParameter@@XZ @25381 NONAME ??BH225_ReleaseCompleteReason@@QAEAAVH225_SecurityErrors@@XZ @38480 NONAME ??BH225_ReleaseCompleteReason@@QBEABVH225_ConferenceIdentifier@@XZ @25382 NONAME ??BH225_ReleaseCompleteReason@@QBEABVH225_NonStandardParameter@@XZ @25383 NONAME ??BH225_ReleaseCompleteReason@@QBEABVH225_SecurityErrors@@XZ @38481 NONAME ??BH225_SecurityServiceMode@@QAEAAVH225_NonStandardParameter@@XZ @6142 NONAME ??BH225_SecurityServiceMode@@QBEABVH225_NonStandardParameter@@XZ @6143 NONAME ??BH225_ServiceControlDescriptor@@QAEAAVH225_CallCreditServiceControl@@XZ @25384 NONAME ??BH225_ServiceControlDescriptor@@QAEAAVH225_H248SignalsDescriptor@@XZ @25385 NONAME ??BH225_ServiceControlDescriptor@@QAEAAVH225_NonStandardParameter@@XZ @25386 NONAME ??BH225_ServiceControlDescriptor@@QBEABVH225_CallCreditServiceControl@@XZ @25387 NONAME ??BH225_ServiceControlDescriptor@@QBEABVH225_H248SignalsDescriptor@@XZ @25388 NONAME ??BH225_ServiceControlDescriptor@@QBEABVH225_NonStandardParameter@@XZ @25389 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_H310Caps@@XZ @6144 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_H320Caps@@XZ @6145 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_H321Caps@@XZ @6146 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_H322Caps@@XZ @6147 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_H323Caps@@XZ @6148 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_H324Caps@@XZ @6149 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_NonStandardParameter@@XZ @6150 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_NonStandardProtocol@@XZ @6151 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_SIPCaps@@XZ @38482 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_T120OnlyCaps@@XZ @6152 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_T38FaxAnnexbOnlyCaps@@XZ @25390 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_VoiceCaps@@XZ @6153 NONAME ??BH225_SupportedProtocols@@QBEABVH225_H310Caps@@XZ @6154 NONAME ??BH225_SupportedProtocols@@QBEABVH225_H320Caps@@XZ @6155 NONAME ??BH225_SupportedProtocols@@QBEABVH225_H321Caps@@XZ @6156 NONAME ??BH225_SupportedProtocols@@QBEABVH225_H322Caps@@XZ @6157 NONAME ??BH225_SupportedProtocols@@QBEABVH225_H323Caps@@XZ @6158 NONAME ??BH225_SupportedProtocols@@QBEABVH225_H324Caps@@XZ @6159 NONAME ??BH225_SupportedProtocols@@QBEABVH225_NonStandardParameter@@XZ @6160 NONAME ??BH225_SupportedProtocols@@QBEABVH225_NonStandardProtocol@@XZ @6161 NONAME ??BH225_SupportedProtocols@@QBEABVH225_SIPCaps@@XZ @38483 NONAME ??BH225_SupportedProtocols@@QBEABVH225_T120OnlyCaps@@XZ @6162 NONAME ??BH225_SupportedProtocols@@QBEABVH225_T38FaxAnnexbOnlyCaps@@XZ @25391 NONAME ??BH225_SupportedProtocols@@QBEABVH225_VoiceCaps@@XZ @6163 NONAME ??BH225_TransportAddress@@QAEAAVH225_NonStandardParameter@@XZ @6164 NONAME ??BH225_TransportAddress@@QAEAAVH225_TransportAddress_ip6Address@@XZ @6165 NONAME ??BH225_TransportAddress@@QAEAAVH225_TransportAddress_ipAddress@@XZ @6166 NONAME ??BH225_TransportAddress@@QAEAAVH225_TransportAddress_ipSourceRoute@@XZ @6167 NONAME ??BH225_TransportAddress@@QAEAAVH225_TransportAddress_ipxAddress@@XZ @6168 NONAME ??BH225_TransportAddress@@QBEABVH225_NonStandardParameter@@XZ @6169 NONAME ??BH225_TransportAddress@@QBEABVH225_TransportAddress_ip6Address@@XZ @6170 NONAME ??BH225_TransportAddress@@QBEABVH225_TransportAddress_ipAddress@@XZ @6171 NONAME ??BH225_TransportAddress@@QBEABVH225_TransportAddress_ipSourceRoute@@XZ @6172 NONAME ??BH225_TransportAddress@@QBEABVH225_TransportAddress_ipxAddress@@XZ @6173 NONAME ??BH225_TunnelledProtocol_id@@QAEAAVH225_TunnelledProtocolAlternateIdentifier@@XZ @25392 NONAME ??BH225_TunnelledProtocol_id@@QBEABVH225_TunnelledProtocolAlternateIdentifier@@XZ @25393 NONAME ??BH225_UnregRejectReason@@QAEAAVH225_SecurityErrors2@@XZ @38484 NONAME ??BH225_UnregRejectReason@@QBEABVH225_SecurityErrors2@@XZ @38485 NONAME ??BH225_UnregRequestReason@@QAEAAVH225_SecurityErrors2@@XZ @38486 NONAME ??BH225_UnregRequestReason@@QBEABVH225_SecurityErrors2@@XZ @38487 NONAME ??BH235_AuthenticationMechanism@@QAEAAVH235_AuthenticationBES@@XZ @28700 NONAME ??BH235_AuthenticationMechanism@@QAEAAVH235_NonStandardParameter@@XZ @6174 NONAME ??BH235_AuthenticationMechanism@@QBEABVH235_AuthenticationBES@@XZ @28701 NONAME ??BH235_AuthenticationMechanism@@QBEABVH235_NonStandardParameter@@XZ @6175 NONAME ??BH235_CryptoToken@@QAEAAV?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@XZ @27717 NONAME ??BH235_CryptoToken@@QAEAAVH235_CryptoToken_cryptoEncryptedToken@@XZ @6177 NONAME ??BH235_CryptoToken@@QAEAAVH235_CryptoToken_cryptoHashedToken@@XZ @6178 NONAME ??BH235_CryptoToken@@QAEAAVH235_CryptoToken_cryptoSignedToken@@XZ @6179 NONAME ??BH235_CryptoToken@@QBEABV?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@XZ @27718 NONAME ??BH235_CryptoToken@@QBEABVH235_CryptoToken_cryptoEncryptedToken@@XZ @6181 NONAME ??BH235_CryptoToken@@QBEABVH235_CryptoToken_cryptoHashedToken@@XZ @6182 NONAME ??BH235_CryptoToken@@QBEABVH235_CryptoToken_cryptoSignedToken@@XZ @6183 NONAME ??BH235_ECKASDH@@QAEAAVH235_ECKASDH_eckasdh2@@XZ @28702 NONAME ??BH235_ECKASDH@@QAEAAVH235_ECKASDH_eckasdhp@@XZ @28703 NONAME ??BH235_ECKASDH@@QBEABVH235_ECKASDH_eckasdh2@@XZ @28704 NONAME ??BH235_ECKASDH@@QBEABVH235_ECKASDH_eckasdhp@@XZ @28705 NONAME ??BH235_H235Key@@QAEAAV?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@XZ @27719 NONAME ??BH235_H235Key@@QAEAAV?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@XZ @27720 NONAME ??BH235_H235Key@@QAEAAVH235_KeyMaterial@@XZ @6186 NONAME ??BH235_H235Key@@QAEAAVH235_V3KeySyncMaterial@@XZ @38488 NONAME ??BH235_H235Key@@QBEABV?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@XZ @27721 NONAME ??BH235_H235Key@@QBEABV?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@XZ @27722 NONAME ??BH235_H235Key@@QBEABVH235_KeyMaterial@@XZ @6189 NONAME ??BH235_H235Key@@QBEABVH235_V3KeySyncMaterial@@XZ @38489 NONAME ??BH245_AudioCapability@@QAEAAVH245_AudioCapability_g7231@@XZ @6190 NONAME ??BH245_AudioCapability@@QAEAAVH245_G7231AnnexCCapability@@XZ @6191 NONAME ??BH245_AudioCapability@@QAEAAVH245_G729Extensions@@XZ @25394 NONAME ??BH245_AudioCapability@@QAEAAVH245_GenericCapability@@XZ @25395 NONAME ??BH245_AudioCapability@@QAEAAVH245_GSMAudioCapability@@XZ @6192 NONAME ??BH245_AudioCapability@@QAEAAVH245_IS11172AudioCapability@@XZ @6193 NONAME ??BH245_AudioCapability@@QAEAAVH245_IS13818AudioCapability@@XZ @6194 NONAME ??BH245_AudioCapability@@QAEAAVH245_NonStandardParameter@@XZ @6195 NONAME ??BH245_AudioCapability@@QAEAAVH245_NoPTAudioTelephonyEventCapability@@XZ @38490 NONAME ??BH245_AudioCapability@@QAEAAVH245_NoPTAudioToneCapability@@XZ @38491 NONAME ??BH245_AudioCapability@@QAEAAVH245_VBDCapability@@XZ @38492 NONAME ??BH245_AudioCapability@@QBEABVH245_AudioCapability_g7231@@XZ @6196 NONAME ??BH245_AudioCapability@@QBEABVH245_G7231AnnexCCapability@@XZ @6197 NONAME ??BH245_AudioCapability@@QBEABVH245_G729Extensions@@XZ @25396 NONAME ??BH245_AudioCapability@@QBEABVH245_GenericCapability@@XZ @25397 NONAME ??BH245_AudioCapability@@QBEABVH245_GSMAudioCapability@@XZ @6198 NONAME ??BH245_AudioCapability@@QBEABVH245_IS11172AudioCapability@@XZ @6199 NONAME ??BH245_AudioCapability@@QBEABVH245_IS13818AudioCapability@@XZ @6200 NONAME ??BH245_AudioCapability@@QBEABVH245_NonStandardParameter@@XZ @6201 NONAME ??BH245_AudioCapability@@QBEABVH245_NoPTAudioTelephonyEventCapability@@XZ @38493 NONAME ??BH245_AudioCapability@@QBEABVH245_NoPTAudioToneCapability@@XZ @38494 NONAME ??BH245_AudioCapability@@QBEABVH245_VBDCapability@@XZ @38495 NONAME ??BH245_AudioMode@@QAEAAVH245_AudioMode_g7231@@XZ @6202 NONAME ??BH245_AudioMode@@QAEAAVH245_G7231AnnexCMode@@XZ @6203 NONAME ??BH245_AudioMode@@QAEAAVH245_G729Extensions@@XZ @25398 NONAME ??BH245_AudioMode@@QAEAAVH245_GenericCapability@@XZ @25399 NONAME ??BH245_AudioMode@@QAEAAVH245_GSMAudioCapability@@XZ @6204 NONAME ??BH245_AudioMode@@QAEAAVH245_IS11172AudioMode@@XZ @6205 NONAME ??BH245_AudioMode@@QAEAAVH245_IS13818AudioMode@@XZ @6206 NONAME ??BH245_AudioMode@@QAEAAVH245_NonStandardParameter@@XZ @6207 NONAME ??BH245_AudioMode@@QAEAAVH245_VBDMode@@XZ @38496 NONAME ??BH245_AudioMode@@QBEABVH245_AudioMode_g7231@@XZ @6208 NONAME ??BH245_AudioMode@@QBEABVH245_G7231AnnexCMode@@XZ @6209 NONAME ??BH245_AudioMode@@QBEABVH245_G729Extensions@@XZ @25400 NONAME ??BH245_AudioMode@@QBEABVH245_GenericCapability@@XZ @25401 NONAME ??BH245_AudioMode@@QBEABVH245_GSMAudioCapability@@XZ @6210 NONAME ??BH245_AudioMode@@QBEABVH245_IS11172AudioMode@@XZ @6211 NONAME ??BH245_AudioMode@@QBEABVH245_IS13818AudioMode@@XZ @6212 NONAME ??BH245_AudioMode@@QBEABVH245_NonStandardParameter@@XZ @6213 NONAME ??BH245_AudioMode@@QBEABVH245_VBDMode@@XZ @38497 NONAME ??BH245_Capability@@QAEAAVH245_AlternativeCapabilitySet@@XZ @51931 NONAME ??BH245_Capability@@QAEAAVH245_AudioCapability@@XZ @6214 NONAME ??BH245_Capability@@QAEAAVH245_AudioTelephonyEventCapability@@XZ @25402 NONAME ??BH245_Capability@@QAEAAVH245_AudioToneCapability@@XZ @25403 NONAME ??BH245_Capability@@QAEAAVH245_Capability_h233EncryptionReceiveCapability@@XZ @6215 NONAME ??BH245_Capability@@QAEAAVH245_ConferenceCapability@@XZ @6216 NONAME ??BH245_Capability@@QAEAAVH245_DataApplicationCapability@@XZ @6217 NONAME ??BH245_Capability@@QAEAAVH245_DepFECCapability@@XZ @51932 NONAME ??BH245_Capability@@QAEAAVH245_FECCapability@@XZ @38498 NONAME ??BH245_Capability@@QAEAAVH245_GenericCapability@@XZ @25404 NONAME ??BH245_Capability@@QAEAAVH245_H235SecurityCapability@@XZ @6218 NONAME ??BH245_Capability@@QAEAAVH245_MultiplePayloadStreamCapability@@XZ @38499 NONAME ??BH245_Capability@@QAEAAVH245_MultiplexedStreamCapability@@XZ @25405 NONAME ??BH245_Capability@@QAEAAVH245_NonStandardParameter@@XZ @6219 NONAME ??BH245_Capability@@QAEAAVH245_RedundancyEncodingCapability@@XZ @51933 NONAME ??BH245_Capability@@QAEAAVH245_UserInputCapability@@XZ @6220 NONAME ??BH245_Capability@@QAEAAVH245_VideoCapability@@XZ @6221 NONAME ??BH245_Capability@@QBEABVH245_AlternativeCapabilitySet@@XZ @51934 NONAME ??BH245_Capability@@QBEABVH245_AudioCapability@@XZ @6222 NONAME ??BH245_Capability@@QBEABVH245_AudioTelephonyEventCapability@@XZ @25406 NONAME ??BH245_Capability@@QBEABVH245_AudioToneCapability@@XZ @25407 NONAME ??BH245_Capability@@QBEABVH245_Capability_h233EncryptionReceiveCapability@@XZ @6223 NONAME ??BH245_Capability@@QBEABVH245_ConferenceCapability@@XZ @6224 NONAME ??BH245_Capability@@QBEABVH245_DataApplicationCapability@@XZ @6225 NONAME ??BH245_Capability@@QBEABVH245_DepFECCapability@@XZ @51935 NONAME ??BH245_Capability@@QBEABVH245_FECCapability@@XZ @38500 NONAME ??BH245_Capability@@QBEABVH245_GenericCapability@@XZ @25408 NONAME ??BH245_Capability@@QBEABVH245_H235SecurityCapability@@XZ @6226 NONAME ??BH245_Capability@@QBEABVH245_MultiplePayloadStreamCapability@@XZ @38501 NONAME ??BH245_Capability@@QBEABVH245_MultiplexedStreamCapability@@XZ @25409 NONAME ??BH245_Capability@@QBEABVH245_NonStandardParameter@@XZ @6227 NONAME ??BH245_Capability@@QBEABVH245_RedundancyEncodingCapability@@XZ @51936 NONAME ??BH245_Capability@@QBEABVH245_UserInputCapability@@XZ @6228 NONAME ??BH245_Capability@@QBEABVH245_VideoCapability@@XZ @6229 NONAME ??BH245_CapabilityIdentifier@@QAEAAVH245_NonStandardParameter@@XZ @25410 NONAME ??BH245_CapabilityIdentifier@@QBEABVH245_NonStandardParameter@@XZ @25411 NONAME ??BH245_CommandMessage@@QAEAAVH245_CommunicationModeCommand@@XZ @6230 NONAME ??BH245_CommandMessage@@QAEAAVH245_ConferenceCommand@@XZ @6231 NONAME ??BH245_CommandMessage@@QAEAAVH245_EncryptionCommand@@XZ @6232 NONAME ??BH245_CommandMessage@@QAEAAVH245_EndSessionCommand@@XZ @6233 NONAME ??BH245_CommandMessage@@QAEAAVH245_FlowControlCommand@@XZ @6234 NONAME ??BH245_CommandMessage@@QAEAAVH245_GenericMessage@@XZ @51937 NONAME ??BH245_CommandMessage@@QAEAAVH245_H223MultiplexReconfiguration@@XZ @6235 NONAME ??BH245_CommandMessage@@QAEAAVH245_MaintenanceLoopOffCommand@@XZ @6236 NONAME ??BH245_CommandMessage@@QAEAAVH245_MiscellaneousCommand@@XZ @6237 NONAME ??BH245_CommandMessage@@QAEAAVH245_MobileMultilinkReconfigurationCommand@@XZ @25412 NONAME ??BH245_CommandMessage@@QAEAAVH245_NewATMVCCommand@@XZ @25413 NONAME ??BH245_CommandMessage@@QAEAAVH245_NonStandardMessage@@XZ @6238 NONAME ??BH245_CommandMessage@@QAEAAVH245_SendTerminalCapabilitySet@@XZ @6239 NONAME ??BH245_CommandMessage@@QBEABVH245_CommunicationModeCommand@@XZ @6240 NONAME ??BH245_CommandMessage@@QBEABVH245_ConferenceCommand@@XZ @6241 NONAME ??BH245_CommandMessage@@QBEABVH245_EncryptionCommand@@XZ @6242 NONAME ??BH245_CommandMessage@@QBEABVH245_EndSessionCommand@@XZ @6243 NONAME ??BH245_CommandMessage@@QBEABVH245_FlowControlCommand@@XZ @6244 NONAME ??BH245_CommandMessage@@QBEABVH245_GenericMessage@@XZ @51938 NONAME ??BH245_CommandMessage@@QBEABVH245_H223MultiplexReconfiguration@@XZ @6245 NONAME ??BH245_CommandMessage@@QBEABVH245_MaintenanceLoopOffCommand@@XZ @6246 NONAME ??BH245_CommandMessage@@QBEABVH245_MiscellaneousCommand@@XZ @6247 NONAME ??BH245_CommandMessage@@QBEABVH245_MobileMultilinkReconfigurationCommand@@XZ @25414 NONAME ??BH245_CommandMessage@@QBEABVH245_NewATMVCCommand@@XZ @25415 NONAME ??BH245_CommandMessage@@QBEABVH245_NonStandardMessage@@XZ @6248 NONAME ??BH245_CommandMessage@@QBEABVH245_SendTerminalCapabilitySet@@XZ @6249 NONAME ??BH245_CommunicationModeResponse@@QAEAAVH245_ArrayOf_CommunicationModeTableEntry@@XZ @6250 NONAME ??BH245_CommunicationModeResponse@@QBEABVH245_ArrayOf_CommunicationModeTableEntry@@XZ @6251 NONAME ??BH245_CommunicationModeTableEntry_dataType@@QAEAAVH245_AudioCapability@@XZ @6252 NONAME ??BH245_CommunicationModeTableEntry_dataType@@QAEAAVH245_DataApplicationCapability@@XZ @6253 NONAME ??BH245_CommunicationModeTableEntry_dataType@@QAEAAVH245_VideoCapability@@XZ @6254 NONAME ??BH245_CommunicationModeTableEntry_dataType@@QBEABVH245_AudioCapability@@XZ @6255 NONAME ??BH245_CommunicationModeTableEntry_dataType@@QBEABVH245_DataApplicationCapability@@XZ @6256 NONAME ??BH245_CommunicationModeTableEntry_dataType@@QBEABVH245_VideoCapability@@XZ @6257 NONAME ??BH245_CompressionType@@QAEAAVH245_V42bis@@XZ @6258 NONAME ??BH245_CompressionType@@QBEABVH245_V42bis@@XZ @6259 NONAME ??BH245_ConferenceCommand@@QAEAAVH245_LogicalChannelNumber@@XZ @6260 NONAME ??BH245_ConferenceCommand@@QAEAAVH245_SubstituteConferenceIDCommand@@XZ @6261 NONAME ??BH245_ConferenceCommand@@QAEAAVH245_TerminalLabel@@XZ @6262 NONAME ??BH245_ConferenceCommand@@QBEABVH245_LogicalChannelNumber@@XZ @6263 NONAME ??BH245_ConferenceCommand@@QBEABVH245_SubstituteConferenceIDCommand@@XZ @6264 NONAME ??BH245_ConferenceCommand@@QBEABVH245_TerminalLabel@@XZ @6265 NONAME ??BH245_ConferenceIndication@@QAEAAVH245_TerminalLabel@@XZ @6266 NONAME ??BH245_ConferenceIndication@@QAEAAVH245_TerminalYouAreSeeingInSubPictureNumber@@XZ @6267 NONAME ??BH245_ConferenceIndication@@QAEAAVH245_VideoIndicateCompose@@XZ @6268 NONAME ??BH245_ConferenceIndication@@QBEABVH245_TerminalLabel@@XZ @6269 NONAME ??BH245_ConferenceIndication@@QBEABVH245_TerminalYouAreSeeingInSubPictureNumber@@XZ @6270 NONAME ??BH245_ConferenceIndication@@QBEABVH245_VideoIndicateCompose@@XZ @6271 NONAME ??BH245_ConferenceRequest@@QAEAAVH245_ConferenceRequest_requestTerminalCertificate@@XZ @6272 NONAME ??BH245_ConferenceRequest@@QAEAAVH245_LogicalChannelNumber@@XZ @6273 NONAME ??BH245_ConferenceRequest@@QAEAAVH245_RemoteMCRequest@@XZ @6274 NONAME ??BH245_ConferenceRequest@@QAEAAVH245_TerminalLabel@@XZ @6275 NONAME ??BH245_ConferenceRequest@@QBEABVH245_ConferenceRequest_requestTerminalCertificate@@XZ @6276 NONAME ??BH245_ConferenceRequest@@QBEABVH245_LogicalChannelNumber@@XZ @6277 NONAME ??BH245_ConferenceRequest@@QBEABVH245_RemoteMCRequest@@XZ @6278 NONAME ??BH245_ConferenceRequest@@QBEABVH245_TerminalLabel@@XZ @6279 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ArrayOf_TerminalLabel@@XZ @6280 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_broadcastMyLogicalChannelResponse@@XZ @6281 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_chairTokenOwnerResponse@@XZ @6282 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_conferenceIDResponse@@XZ @6283 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_extensionAddressResponse@@XZ @6284 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_makeMeChairResponse@@XZ @6285 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_makeTerminalBroadcasterResponse@@XZ @6286 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_mCTerminalIDResponse@@XZ @6287 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_passwordResponse@@XZ @6288 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_sendThisSourceResponse@@XZ @6289 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_terminalCertificateResponse@@XZ @6290 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_terminalIDResponse@@XZ @6291 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_RemoteMCResponse@@XZ @6292 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_RequestAllTerminalIDsResponse@@XZ @6293 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ArrayOf_TerminalLabel@@XZ @6294 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_broadcastMyLogicalChannelResponse@@XZ @6295 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_chairTokenOwnerResponse@@XZ @6296 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_conferenceIDResponse@@XZ @6297 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_extensionAddressResponse@@XZ @6298 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_makeMeChairResponse@@XZ @6299 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_makeTerminalBroadcasterResponse@@XZ @6300 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_mCTerminalIDResponse@@XZ @6301 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_passwordResponse@@XZ @6302 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_sendThisSourceResponse@@XZ @6303 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_terminalCertificateResponse@@XZ @6304 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_terminalIDResponse@@XZ @6305 NONAME ??BH245_ConferenceResponse@@QBEABVH245_RemoteMCResponse@@XZ @6306 NONAME ??BH245_ConferenceResponse@@QBEABVH245_RequestAllTerminalIDsResponse@@XZ @6307 NONAME ??BH245_CustomPictureFormat_pixelAspectInformation@@QAEAAVH245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@XZ @6308 NONAME ??BH245_CustomPictureFormat_pixelAspectInformation@@QAEAAVH245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@XZ @6309 NONAME ??BH245_CustomPictureFormat_pixelAspectInformation@@QBEABVH245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@XZ @6310 NONAME ??BH245_CustomPictureFormat_pixelAspectInformation@@QBEABVH245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@XZ @6311 NONAME ??BH245_DataApplicationCapability_application@@QAEAAVH245_DataApplicationCapability_application_nlpid@@XZ @6312 NONAME ??BH245_DataApplicationCapability_application@@QAEAAVH245_DataApplicationCapability_application_t38fax@@XZ @25416 NONAME ??BH245_DataApplicationCapability_application@@QAEAAVH245_DataApplicationCapability_application_t84@@XZ @6313 NONAME ??BH245_DataApplicationCapability_application@@QAEAAVH245_DataProtocolCapability@@XZ @6314 NONAME ??BH245_DataApplicationCapability_application@@QAEAAVH245_GenericCapability@@XZ @25417 NONAME ??BH245_DataApplicationCapability_application@@QAEAAVH245_NonStandardParameter@@XZ @6315 NONAME ??BH245_DataApplicationCapability_application@@QBEABVH245_DataApplicationCapability_application_nlpid@@XZ @6316 NONAME ??BH245_DataApplicationCapability_application@@QBEABVH245_DataApplicationCapability_application_t38fax@@XZ @25418 NONAME ??BH245_DataApplicationCapability_application@@QBEABVH245_DataApplicationCapability_application_t84@@XZ @6317 NONAME ??BH245_DataApplicationCapability_application@@QBEABVH245_DataProtocolCapability@@XZ @6318 NONAME ??BH245_DataApplicationCapability_application@@QBEABVH245_GenericCapability@@XZ @25419 NONAME ??BH245_DataApplicationCapability_application@@QBEABVH245_NonStandardParameter@@XZ @6319 NONAME ??BH245_DataMode_application@@QAEAAVH245_DataMode_application_nlpid@@XZ @6320 NONAME ??BH245_DataMode_application@@QAEAAVH245_DataMode_application_t38fax@@XZ @25420 NONAME ??BH245_DataMode_application@@QAEAAVH245_DataProtocolCapability@@XZ @6321 NONAME ??BH245_DataMode_application@@QAEAAVH245_GenericCapability@@XZ @25421 NONAME ??BH245_DataMode_application@@QAEAAVH245_NonStandardParameter@@XZ @6322 NONAME ??BH245_DataMode_application@@QBEABVH245_DataMode_application_nlpid@@XZ @6323 NONAME ??BH245_DataMode_application@@QBEABVH245_DataMode_application_t38fax@@XZ @25422 NONAME ??BH245_DataMode_application@@QBEABVH245_DataProtocolCapability@@XZ @6324 NONAME ??BH245_DataMode_application@@QBEABVH245_GenericCapability@@XZ @25423 NONAME ??BH245_DataMode_application@@QBEABVH245_NonStandardParameter@@XZ @6325 NONAME ??BH245_DataProtocolCapability@@QAEAAVH245_DataProtocolCapability_v76wCompression@@XZ @6326 NONAME ??BH245_DataProtocolCapability@@QAEAAVH245_NonStandardParameter@@XZ @6327 NONAME ??BH245_DataProtocolCapability@@QBEABVH245_DataProtocolCapability_v76wCompression@@XZ @6328 NONAME ??BH245_DataProtocolCapability@@QBEABVH245_NonStandardParameter@@XZ @6329 NONAME ??BH245_DataProtocolCapability_v76wCompression@@QAEAAVH245_CompressionType@@XZ @6330 NONAME ??BH245_DataProtocolCapability_v76wCompression@@QBEABVH245_CompressionType@@XZ @6331 NONAME ??BH245_DataType@@QAEAAVH245_AudioCapability@@XZ @6332 NONAME ??BH245_DataType@@QAEAAVH245_DataApplicationCapability@@XZ @6333 NONAME ??BH245_DataType@@QAEAAVH245_DepFECData@@XZ @51939 NONAME ??BH245_DataType@@QAEAAVH245_EncryptionMode@@XZ @6334 NONAME ??BH245_DataType@@QAEAAVH245_FECData@@XZ @38502 NONAME ??BH245_DataType@@QAEAAVH245_H235Media@@XZ @6335 NONAME ??BH245_DataType@@QAEAAVH245_MultiplePayloadStream@@XZ @38503 NONAME ??BH245_DataType@@QAEAAVH245_MultiplexedStreamParameter@@XZ @25424 NONAME ??BH245_DataType@@QAEAAVH245_NonStandardParameter@@XZ @6336 NONAME ??BH245_DataType@@QAEAAVH245_RedundancyEncoding@@XZ @38504 NONAME ??BH245_DataType@@QAEAAVH245_VideoCapability@@XZ @6337 NONAME ??BH245_DataType@@QBEABVH245_AudioCapability@@XZ @6338 NONAME ??BH245_DataType@@QBEABVH245_DataApplicationCapability@@XZ @6339 NONAME ??BH245_DataType@@QBEABVH245_DepFECData@@XZ @51940 NONAME ??BH245_DataType@@QBEABVH245_EncryptionMode@@XZ @6340 NONAME ??BH245_DataType@@QBEABVH245_FECData@@XZ @38505 NONAME ??BH245_DataType@@QBEABVH245_H235Media@@XZ @6341 NONAME ??BH245_DataType@@QBEABVH245_MultiplePayloadStream@@XZ @38506 NONAME ??BH245_DataType@@QBEABVH245_MultiplexedStreamParameter@@XZ @25425 NONAME ??BH245_DataType@@QBEABVH245_NonStandardParameter@@XZ @6342 NONAME ??BH245_DataType@@QBEABVH245_RedundancyEncoding@@XZ @38507 NONAME ??BH245_DataType@@QBEABVH245_VideoCapability@@XZ @6343 NONAME ??BH245_DepFECCapability@@QAEAAVH245_DepFECCapability_rfc2733@@XZ @51941 NONAME ??BH245_DepFECCapability@@QBEABVH245_DepFECCapability_rfc2733@@XZ @51942 NONAME ??BH245_DepFECData@@QAEAAVH245_DepFECData_rfc2733@@XZ @51943 NONAME ??BH245_DepFECData@@QBEABVH245_DepFECData_rfc2733@@XZ @51944 NONAME ??BH245_DepFECData_rfc2733_mode@@QAEAAVH245_DepFECData_rfc2733_mode_separateStream@@XZ @51945 NONAME ??BH245_DepFECData_rfc2733_mode@@QBEABVH245_DepFECData_rfc2733_mode_separateStream@@XZ @51946 NONAME ??BH245_DepFECData_rfc2733_mode_separateStream@@QAEAAVH245_DepFECData_rfc2733_mode_separateStream_differentPort@@XZ @51947 NONAME ??BH245_DepFECData_rfc2733_mode_separateStream@@QAEAAVH245_DepFECData_rfc2733_mode_separateStream_samePort@@XZ @51948 NONAME ??BH245_DepFECData_rfc2733_mode_separateStream@@QBEABVH245_DepFECData_rfc2733_mode_separateStream_differentPort@@XZ @51949 NONAME ??BH245_DepFECData_rfc2733_mode_separateStream@@QBEABVH245_DepFECData_rfc2733_mode_separateStream_samePort@@XZ @51950 NONAME ??BH245_DepFECMode@@QAEAAVH245_DepFECMode_rfc2733Mode@@XZ @51951 NONAME ??BH245_DepFECMode@@QBEABVH245_DepFECMode_rfc2733Mode@@XZ @51952 NONAME ??BH245_DepFECMode_rfc2733Mode_mode@@QAEAAVH245_DepFECMode_rfc2733Mode_mode_separateStream@@XZ @51953 NONAME ??BH245_DepFECMode_rfc2733Mode_mode@@QBEABVH245_DepFECMode_rfc2733Mode_mode_separateStream@@XZ @51954 NONAME ??BH245_DepFECMode_rfc2733Mode_mode_separateStream@@QAEAAVH245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@XZ @51955 NONAME ??BH245_DepFECMode_rfc2733Mode_mode_separateStream@@QAEAAVH245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@XZ @51956 NONAME ??BH245_DepFECMode_rfc2733Mode_mode_separateStream@@QBEABVH245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@XZ @51957 NONAME ??BH245_DepFECMode_rfc2733Mode_mode_separateStream@@QBEABVH245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@XZ @51958 NONAME ??BH245_DialingInformation@@QAEAAVH245_ArrayOf_DialingInformationNumber@@XZ @25426 NONAME ??BH245_DialingInformation@@QAEAAVH245_NonStandardMessage@@XZ @25427 NONAME ??BH245_DialingInformation@@QBEABVH245_ArrayOf_DialingInformationNumber@@XZ @25428 NONAME ??BH245_DialingInformation@@QBEABVH245_NonStandardMessage@@XZ @25429 NONAME ??BH245_DialingInformationNetworkType@@QAEAAVH245_NonStandardMessage@@XZ @25430 NONAME ??BH245_DialingInformationNetworkType@@QBEABVH245_NonStandardMessage@@XZ @25431 NONAME ??BH245_EncryptionCommand@@QAEAAVH245_EncryptionCommand_encryptionAlgorithmID@@XZ @6344 NONAME ??BH245_EncryptionCommand@@QBEABVH245_EncryptionCommand_encryptionAlgorithmID@@XZ @6345 NONAME ??BH245_EncryptionMode@@QAEAAVH245_NonStandardParameter@@XZ @6346 NONAME ??BH245_EncryptionMode@@QBEABVH245_NonStandardParameter@@XZ @6347 NONAME ??BH245_EndSessionCommand@@QAEAAVH245_EndSessionCommand_gstnOptions@@XZ @6348 NONAME ??BH245_EndSessionCommand@@QAEAAVH245_EndSessionCommand_isdnOptions@@XZ @6349 NONAME ??BH245_EndSessionCommand@@QAEAAVH245_NonStandardParameter@@XZ @6350 NONAME ??BH245_EndSessionCommand@@QBEABVH245_EndSessionCommand_gstnOptions@@XZ @6351 NONAME ??BH245_EndSessionCommand@@QBEABVH245_EndSessionCommand_isdnOptions@@XZ @6352 NONAME ??BH245_EndSessionCommand@@QBEABVH245_NonStandardParameter@@XZ @6353 NONAME ??BH245_FECCapability_rfc2733Format@@QAEAAVH245_MaxRedundancy@@XZ @51959 NONAME ??BH245_FECCapability_rfc2733Format@@QBEABVH245_MaxRedundancy@@XZ @51960 NONAME ??BH245_FECData@@QAEAAVH245_FECData_rfc2733@@XZ @38510 NONAME ??BH245_FECData@@QBEABVH245_FECData_rfc2733@@XZ @38511 NONAME ??BH245_FECData_rfc2733_pktMode@@QAEAAVH245_FECData_rfc2733_pktMode_rfc2733diffport@@XZ @51961 NONAME ??BH245_FECData_rfc2733_pktMode@@QAEAAVH245_FECData_rfc2733_pktMode_rfc2733sameport@@XZ @51962 NONAME ??BH245_FECData_rfc2733_pktMode@@QBEABVH245_FECData_rfc2733_pktMode_rfc2733diffport@@XZ @51963 NONAME ??BH245_FECData_rfc2733_pktMode@@QBEABVH245_FECData_rfc2733_pktMode_rfc2733sameport@@XZ @51964 NONAME ??BH245_FECMode_rfc2733Format@@QAEAAVH245_MaxRedundancy@@XZ @51965 NONAME ??BH245_FECMode_rfc2733Format@@QBEABVH245_MaxRedundancy@@XZ @51966 NONAME ??BH245_FlowControlCommand_scope@@QAEAAVH245_LogicalChannelNumber@@XZ @6354 NONAME ??BH245_FlowControlCommand_scope@@QBEABVH245_LogicalChannelNumber@@XZ @6355 NONAME ??BH245_FlowControlIndication_scope@@QAEAAVH245_LogicalChannelNumber@@XZ @25432 NONAME ??BH245_FlowControlIndication_scope@@QBEABVH245_LogicalChannelNumber@@XZ @25433 NONAME ??BH245_FunctionNotUnderstood@@QAEAAVH245_CommandMessage@@XZ @6356 NONAME ??BH245_FunctionNotUnderstood@@QAEAAVH245_RequestMessage@@XZ @6357 NONAME ??BH245_FunctionNotUnderstood@@QAEAAVH245_ResponseMessage@@XZ @6358 NONAME ??BH245_FunctionNotUnderstood@@QBEABVH245_CommandMessage@@XZ @6359 NONAME ??BH245_FunctionNotUnderstood@@QBEABVH245_RequestMessage@@XZ @6360 NONAME ??BH245_FunctionNotUnderstood@@QBEABVH245_ResponseMessage@@XZ @6361 NONAME ??BH245_H223AL1MParameters_arqType@@QAEAAVH245_H223AnnexCArqParameters@@XZ @6362 NONAME ??BH245_H223AL1MParameters_arqType@@QBEABVH245_H223AnnexCArqParameters@@XZ @6363 NONAME ??BH245_H223AL3MParameters_arqType@@QAEAAVH245_H223AnnexCArqParameters@@XZ @6364 NONAME ??BH245_H223AL3MParameters_arqType@@QBEABVH245_H223AnnexCArqParameters@@XZ @6365 NONAME ??BH245_H223Capability_h223MultiplexTableCapability@@QAEAAVH245_H223Capability_h223MultiplexTableCapability_enhanced@@XZ @6366 NONAME ??BH245_H223Capability_h223MultiplexTableCapability@@QBEABVH245_H223Capability_h223MultiplexTableCapability_enhanced@@XZ @6367 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QAEAAVH245_H223AL1MParameters@@XZ @6368 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QAEAAVH245_H223AL2MParameters@@XZ @6369 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QAEAAVH245_H223AL3MParameters@@XZ @6370 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QAEAAVH245_H223LogicalChannelParameters_adaptationLayerType_al3@@XZ @6371 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QAEAAVH245_NonStandardParameter@@XZ @6372 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QBEABVH245_H223AL1MParameters@@XZ @6373 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QBEABVH245_H223AL2MParameters@@XZ @6374 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QBEABVH245_H223AL3MParameters@@XZ @6375 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QBEABVH245_H223LogicalChannelParameters_adaptationLayerType_al3@@XZ @6376 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QBEABVH245_NonStandardParameter@@XZ @6377 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QAEAAVH245_H223AL1MParameters@@XZ @6378 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QAEAAVH245_H223AL2MParameters@@XZ @6379 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QAEAAVH245_H223AL3MParameters@@XZ @6380 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QAEAAVH245_H223ModeParameters_adaptationLayerType_al3@@XZ @6381 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QAEAAVH245_NonStandardParameter@@XZ @6382 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QBEABVH245_H223AL1MParameters@@XZ @6383 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QBEABVH245_H223AL2MParameters@@XZ @6384 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QBEABVH245_H223AL3MParameters@@XZ @6385 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QBEABVH245_H223ModeParameters_adaptationLayerType_al3@@XZ @6386 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QBEABVH245_NonStandardParameter@@XZ @6387 NONAME ??BH245_H223MultiplexReconfiguration@@QAEAAVH245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@XZ @6388 NONAME ??BH245_H223MultiplexReconfiguration@@QAEAAVH245_H223MultiplexReconfiguration_h223ModeChange@@XZ @6389 NONAME ??BH245_H223MultiplexReconfiguration@@QBEABVH245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@XZ @6390 NONAME ??BH245_H223MultiplexReconfiguration@@QBEABVH245_H223MultiplexReconfiguration_h223ModeChange@@XZ @6391 NONAME ??BH245_H2250LogicalChannelParameters_mediaPacketization@@QAEAAVH245_RTPPayloadType@@XZ @6392 NONAME ??BH245_H2250LogicalChannelParameters_mediaPacketization@@QBEABVH245_RTPPayloadType@@XZ @6393 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_AudioCapability@@XZ @6394 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_DataApplicationCapability@@XZ @6395 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_DepFECData@@XZ @51967 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_FECData@@XZ @38526 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_MultiplePayloadStream@@XZ @38527 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_NonStandardParameter@@XZ @6396 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_RedundancyEncoding@@XZ @38528 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_VideoCapability@@XZ @6397 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_AudioCapability@@XZ @6398 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_DataApplicationCapability@@XZ @6399 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_DepFECData@@XZ @51968 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_FECData@@XZ @38529 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_MultiplePayloadStream@@XZ @38530 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_NonStandardParameter@@XZ @6400 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_RedundancyEncoding@@XZ @38531 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_VideoCapability@@XZ @6401 NONAME ??BH245_H235Mode_mediaMode@@QAEAAVH245_AudioMode@@XZ @6402 NONAME ??BH245_H235Mode_mediaMode@@QAEAAVH245_DataMode@@XZ @6403 NONAME ??BH245_H235Mode_mediaMode@@QAEAAVH245_NonStandardParameter@@XZ @6404 NONAME ??BH245_H235Mode_mediaMode@@QAEAAVH245_VideoMode@@XZ @6405 NONAME ??BH245_H235Mode_mediaMode@@QBEABVH245_AudioMode@@XZ @6406 NONAME ??BH245_H235Mode_mediaMode@@QBEABVH245_DataMode@@XZ @6407 NONAME ??BH245_H235Mode_mediaMode@@QBEABVH245_NonStandardParameter@@XZ @6408 NONAME ??BH245_H235Mode_mediaMode@@QBEABVH245_VideoMode@@XZ @6409 NONAME ??BH245_IndicationMessage@@QAEAAVH245_ConferenceIndication@@XZ @6410 NONAME ??BH245_IndicationMessage@@QAEAAVH245_FlowControlIndication@@XZ @25434 NONAME ??BH245_IndicationMessage@@QAEAAVH245_FunctionNotSupported@@XZ @6411 NONAME ??BH245_IndicationMessage@@QAEAAVH245_FunctionNotUnderstood@@XZ @6412 NONAME ??BH245_IndicationMessage@@QAEAAVH245_GenericMessage@@XZ @51969 NONAME ??BH245_IndicationMessage@@QAEAAVH245_H223SkewIndication@@XZ @6413 NONAME ??BH245_IndicationMessage@@QAEAAVH245_H2250MaximumSkewIndication@@XZ @6414 NONAME ??BH245_IndicationMessage@@QAEAAVH245_JitterIndication@@XZ @6415 NONAME ??BH245_IndicationMessage@@QAEAAVH245_LogicalChannelRateRelease@@XZ @25435 NONAME ??BH245_IndicationMessage@@QAEAAVH245_MasterSlaveDeterminationRelease@@XZ @6416 NONAME ??BH245_IndicationMessage@@QAEAAVH245_MCLocationIndication@@XZ @6417 NONAME ??BH245_IndicationMessage@@QAEAAVH245_MiscellaneousIndication@@XZ @6418 NONAME ??BH245_IndicationMessage@@QAEAAVH245_MobileMultilinkReconfigurationIndication@@XZ @25436 NONAME ??BH245_IndicationMessage@@QAEAAVH245_MultilinkIndication@@XZ @25437 NONAME ??BH245_IndicationMessage@@QAEAAVH245_MultiplexEntrySendRelease@@XZ @6419 NONAME ??BH245_IndicationMessage@@QAEAAVH245_NewATMVCIndication@@XZ @6420 NONAME ??BH245_IndicationMessage@@QAEAAVH245_NonStandardMessage@@XZ @6421 NONAME ??BH245_IndicationMessage@@QAEAAVH245_OpenLogicalChannelConfirm@@XZ @6422 NONAME ??BH245_IndicationMessage@@QAEAAVH245_RequestChannelCloseRelease@@XZ @6423 NONAME ??BH245_IndicationMessage@@QAEAAVH245_RequestModeRelease@@XZ @6424 NONAME ??BH245_IndicationMessage@@QAEAAVH245_RequestMultiplexEntryRelease@@XZ @6425 NONAME ??BH245_IndicationMessage@@QAEAAVH245_TerminalCapabilitySetRelease@@XZ @6426 NONAME ??BH245_IndicationMessage@@QAEAAVH245_UserInputIndication@@XZ @6427 NONAME ??BH245_IndicationMessage@@QAEAAVH245_VendorIdentification@@XZ @6428 NONAME ??BH245_IndicationMessage@@QBEABVH245_ConferenceIndication@@XZ @6429 NONAME ??BH245_IndicationMessage@@QBEABVH245_FlowControlIndication@@XZ @25438 NONAME ??BH245_IndicationMessage@@QBEABVH245_FunctionNotSupported@@XZ @6430 NONAME ??BH245_IndicationMessage@@QBEABVH245_FunctionNotUnderstood@@XZ @6431 NONAME ??BH245_IndicationMessage@@QBEABVH245_GenericMessage@@XZ @51970 NONAME ??BH245_IndicationMessage@@QBEABVH245_H223SkewIndication@@XZ @6432 NONAME ??BH245_IndicationMessage@@QBEABVH245_H2250MaximumSkewIndication@@XZ @6433 NONAME ??BH245_IndicationMessage@@QBEABVH245_JitterIndication@@XZ @6434 NONAME ??BH245_IndicationMessage@@QBEABVH245_LogicalChannelRateRelease@@XZ @25439 NONAME ??BH245_IndicationMessage@@QBEABVH245_MasterSlaveDeterminationRelease@@XZ @6435 NONAME ??BH245_IndicationMessage@@QBEABVH245_MCLocationIndication@@XZ @6436 NONAME ??BH245_IndicationMessage@@QBEABVH245_MiscellaneousIndication@@XZ @6437 NONAME ??BH245_IndicationMessage@@QBEABVH245_MobileMultilinkReconfigurationIndication@@XZ @25440 NONAME ??BH245_IndicationMessage@@QBEABVH245_MultilinkIndication@@XZ @25441 NONAME ??BH245_IndicationMessage@@QBEABVH245_MultiplexEntrySendRelease@@XZ @6438 NONAME ??BH245_IndicationMessage@@QBEABVH245_NewATMVCIndication@@XZ @6439 NONAME ??BH245_IndicationMessage@@QBEABVH245_NonStandardMessage@@XZ @6440 NONAME ??BH245_IndicationMessage@@QBEABVH245_OpenLogicalChannelConfirm@@XZ @6441 NONAME ??BH245_IndicationMessage@@QBEABVH245_RequestChannelCloseRelease@@XZ @6442 NONAME ??BH245_IndicationMessage@@QBEABVH245_RequestModeRelease@@XZ @6443 NONAME ??BH245_IndicationMessage@@QBEABVH245_RequestMultiplexEntryRelease@@XZ @6444 NONAME ??BH245_IndicationMessage@@QBEABVH245_TerminalCapabilitySetRelease@@XZ @6445 NONAME ??BH245_IndicationMessage@@QBEABVH245_UserInputIndication@@XZ @6446 NONAME ??BH245_IndicationMessage@@QBEABVH245_VendorIdentification@@XZ @6447 NONAME ??BH245_JitterIndication_scope@@QAEAAVH245_LogicalChannelNumber@@XZ @6448 NONAME ??BH245_JitterIndication_scope@@QBEABVH245_LogicalChannelNumber@@XZ @6449 NONAME ??BH245_MaintenanceLoopAck_type@@QAEAAVH245_LogicalChannelNumber@@XZ @6450 NONAME ??BH245_MaintenanceLoopAck_type@@QBEABVH245_LogicalChannelNumber@@XZ @6451 NONAME ??BH245_MaintenanceLoopReject_type@@QAEAAVH245_LogicalChannelNumber@@XZ @6452 NONAME ??BH245_MaintenanceLoopReject_type@@QBEABVH245_LogicalChannelNumber@@XZ @6453 NONAME ??BH245_MaintenanceLoopRequest_type@@QAEAAVH245_LogicalChannelNumber@@XZ @6454 NONAME ??BH245_MaintenanceLoopRequest_type@@QBEABVH245_LogicalChannelNumber@@XZ @6455 NONAME ??BH245_MediaEncryptionAlgorithm@@QAEAAVH245_NonStandardParameter@@XZ @6456 NONAME ??BH245_MediaEncryptionAlgorithm@@QBEABVH245_NonStandardParameter@@XZ @6457 NONAME ??BH245_MediaTransportType@@QAEAAVH245_MediaTransportType_atm_AAL5_compressed@@XZ @25442 NONAME ??BH245_MediaTransportType@@QBEABVH245_MediaTransportType_atm_AAL5_compressed@@XZ @25443 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_ArrayOf_PictureReference@@XZ @25444 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_EncryptionSync@@XZ @6458 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_EncryptionUpdateRequest@@XZ @6459 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_encryptionUpdateAck@@XZ @51971 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_encryptionUpdateCommand@@XZ @51972 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_lostPartialPicture@@XZ @25445 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_progressiveRefinementStart@@XZ @6460 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_videoBadMBs@@XZ @25446 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_videoFastUpdateGOB@@XZ @6461 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_videoFastUpdateMB@@XZ @6462 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_ArrayOf_PictureReference@@XZ @25447 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_EncryptionSync@@XZ @6463 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_EncryptionUpdateRequest@@XZ @6464 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_encryptionUpdateAck@@XZ @51973 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_encryptionUpdateCommand@@XZ @51974 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_lostPartialPicture@@XZ @25448 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_progressiveRefinementStart@@XZ @6465 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_videoBadMBs@@XZ @25449 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_videoFastUpdateGOB@@XZ @6466 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_videoFastUpdateMB@@XZ @6467 NONAME ??BH245_MiscellaneousIndication_type@@QAEAAVH245_MiscellaneousIndication_type_videoNotDecodedMBs@@XZ @6468 NONAME ??BH245_MiscellaneousIndication_type@@QAEAAVH245_TransportCapability@@XZ @6469 NONAME ??BH245_MiscellaneousIndication_type@@QBEABVH245_MiscellaneousIndication_type_videoNotDecodedMBs@@XZ @6470 NONAME ??BH245_MiscellaneousIndication_type@@QBEABVH245_TransportCapability@@XZ @6471 NONAME ??BH245_ModeElementType@@QAEAAVH245_AudioMode@@XZ @38532 NONAME ??BH245_ModeElementType@@QAEAAVH245_DataMode@@XZ @38533 NONAME ??BH245_ModeElementType@@QAEAAVH245_DepFECMode@@XZ @51975 NONAME ??BH245_ModeElementType@@QAEAAVH245_EncryptionMode@@XZ @38534 NONAME ??BH245_ModeElementType@@QAEAAVH245_FECMode@@XZ @38535 NONAME ??BH245_ModeElementType@@QAEAAVH245_H235Mode@@XZ @38536 NONAME ??BH245_ModeElementType@@QAEAAVH245_MultiplePayloadStreamMode@@XZ @38537 NONAME ??BH245_ModeElementType@@QAEAAVH245_MultiplexedStreamParameter@@XZ @38538 NONAME ??BH245_ModeElementType@@QAEAAVH245_NonStandardParameter@@XZ @38539 NONAME ??BH245_ModeElementType@@QAEAAVH245_RedundancyEncodingDTMode@@XZ @38540 NONAME ??BH245_ModeElementType@@QAEAAVH245_VideoMode@@XZ @38541 NONAME ??BH245_ModeElementType@@QBEABVH245_AudioMode@@XZ @38542 NONAME ??BH245_ModeElementType@@QBEABVH245_DataMode@@XZ @38543 NONAME ??BH245_ModeElementType@@QBEABVH245_DepFECMode@@XZ @51976 NONAME ??BH245_ModeElementType@@QBEABVH245_EncryptionMode@@XZ @38544 NONAME ??BH245_ModeElementType@@QBEABVH245_FECMode@@XZ @38545 NONAME ??BH245_ModeElementType@@QBEABVH245_H235Mode@@XZ @38546 NONAME ??BH245_ModeElementType@@QBEABVH245_MultiplePayloadStreamMode@@XZ @38547 NONAME ??BH245_ModeElementType@@QBEABVH245_MultiplexedStreamParameter@@XZ @38548 NONAME ??BH245_ModeElementType@@QBEABVH245_NonStandardParameter@@XZ @38549 NONAME ??BH245_ModeElementType@@QBEABVH245_RedundancyEncodingDTMode@@XZ @38550 NONAME ??BH245_ModeElementType@@QBEABVH245_VideoMode@@XZ @38551 NONAME ??BH245_MulticastAddress@@QAEAAVH245_MulticastAddress_iP6Address@@XZ @6484 NONAME ??BH245_MulticastAddress@@QAEAAVH245_MulticastAddress_iPAddress@@XZ @6485 NONAME ??BH245_MulticastAddress@@QAEAAVH245_NonStandardParameter@@XZ @6486 NONAME ??BH245_MulticastAddress@@QBEABVH245_MulticastAddress_iP6Address@@XZ @6487 NONAME ??BH245_MulticastAddress@@QBEABVH245_MulticastAddress_iPAddress@@XZ @6488 NONAME ??BH245_MulticastAddress@@QBEABVH245_NonStandardParameter@@XZ @6489 NONAME ??BH245_MultilinkIndication@@QAEAAVH245_MultilinkIndication_crcDesired@@XZ @25452 NONAME ??BH245_MultilinkIndication@@QAEAAVH245_MultilinkIndication_excessiveError@@XZ @25453 NONAME ??BH245_MultilinkIndication@@QAEAAVH245_NonStandardMessage@@XZ @25454 NONAME ??BH245_MultilinkIndication@@QBEABVH245_MultilinkIndication_crcDesired@@XZ @25455 NONAME ??BH245_MultilinkIndication@@QBEABVH245_MultilinkIndication_excessiveError@@XZ @25456 NONAME ??BH245_MultilinkIndication@@QBEABVH245_NonStandardMessage@@XZ @25457 NONAME ??BH245_MultilinkRequest@@QAEAAVH245_MultilinkRequest_addConnection@@XZ @25458 NONAME ??BH245_MultilinkRequest@@QAEAAVH245_MultilinkRequest_callInformation@@XZ @25459 NONAME ??BH245_MultilinkRequest@@QAEAAVH245_MultilinkRequest_maximumHeaderInterval@@XZ @25460 NONAME ??BH245_MultilinkRequest@@QAEAAVH245_MultilinkRequest_removeConnection@@XZ @25461 NONAME ??BH245_MultilinkRequest@@QAEAAVH245_NonStandardMessage@@XZ @25462 NONAME ??BH245_MultilinkRequest@@QBEABVH245_MultilinkRequest_addConnection@@XZ @25463 NONAME ??BH245_MultilinkRequest@@QBEABVH245_MultilinkRequest_callInformation@@XZ @25464 NONAME ??BH245_MultilinkRequest@@QBEABVH245_MultilinkRequest_maximumHeaderInterval@@XZ @25465 NONAME ??BH245_MultilinkRequest@@QBEABVH245_MultilinkRequest_removeConnection@@XZ @25466 NONAME ??BH245_MultilinkRequest@@QBEABVH245_NonStandardMessage@@XZ @25467 NONAME ??BH245_MultilinkResponse@@QAEAAVH245_MultilinkResponse_addConnection@@XZ @25468 NONAME ??BH245_MultilinkResponse@@QAEAAVH245_MultilinkResponse_callInformation@@XZ @25469 NONAME ??BH245_MultilinkResponse@@QAEAAVH245_MultilinkResponse_maximumHeaderInterval@@XZ @25470 NONAME ??BH245_MultilinkResponse@@QAEAAVH245_MultilinkResponse_removeConnection@@XZ @25471 NONAME ??BH245_MultilinkResponse@@QAEAAVH245_NonStandardMessage@@XZ @25472 NONAME ??BH245_MultilinkResponse@@QBEABVH245_MultilinkResponse_addConnection@@XZ @25473 NONAME ??BH245_MultilinkResponse@@QBEABVH245_MultilinkResponse_callInformation@@XZ @25474 NONAME ??BH245_MultilinkResponse@@QBEABVH245_MultilinkResponse_maximumHeaderInterval@@XZ @25475 NONAME ??BH245_MultilinkResponse@@QBEABVH245_MultilinkResponse_removeConnection@@XZ @25476 NONAME ??BH245_MultilinkResponse@@QBEABVH245_NonStandardMessage@@XZ @25477 NONAME ??BH245_MultilinkResponse_addConnection_responseCode@@QAEAAVH245_MultilinkResponse_addConnection_responseCode_rejected@@XZ @25478 NONAME ??BH245_MultilinkResponse_addConnection_responseCode@@QBEABVH245_MultilinkResponse_addConnection_responseCode_rejected@@XZ @25479 NONAME ??BH245_MultimediaSystemControlMessage@@QAEAAVH245_CommandMessage@@XZ @6490 NONAME ??BH245_MultimediaSystemControlMessage@@QAEAAVH245_IndicationMessage@@XZ @6491 NONAME ??BH245_MultimediaSystemControlMessage@@QAEAAVH245_RequestMessage@@XZ @6492 NONAME ??BH245_MultimediaSystemControlMessage@@QAEAAVH245_ResponseMessage@@XZ @6493 NONAME ??BH245_MultimediaSystemControlMessage@@QBEABVH245_CommandMessage@@XZ @6494 NONAME ??BH245_MultimediaSystemControlMessage@@QBEABVH245_IndicationMessage@@XZ @6495 NONAME ??BH245_MultimediaSystemControlMessage@@QBEABVH245_RequestMessage@@XZ @6496 NONAME ??BH245_MultimediaSystemControlMessage@@QBEABVH245_ResponseMessage@@XZ @6497 NONAME ??BH245_MultiplexCapability@@QAEAAVH245_GenericCapability@@XZ @25480 NONAME ??BH245_MultiplexCapability@@QAEAAVH245_H222Capability@@XZ @6498 NONAME ??BH245_MultiplexCapability@@QAEAAVH245_H223Capability@@XZ @6499 NONAME ??BH245_MultiplexCapability@@QAEAAVH245_H2250Capability@@XZ @6500 NONAME ??BH245_MultiplexCapability@@QAEAAVH245_NonStandardParameter@@XZ @6501 NONAME ??BH245_MultiplexCapability@@QAEAAVH245_V76Capability@@XZ @6502 NONAME ??BH245_MultiplexCapability@@QBEABVH245_GenericCapability@@XZ @25481 NONAME ??BH245_MultiplexCapability@@QBEABVH245_H222Capability@@XZ @6503 NONAME ??BH245_MultiplexCapability@@QBEABVH245_H223Capability@@XZ @6504 NONAME ??BH245_MultiplexCapability@@QBEABVH245_H2250Capability@@XZ @6505 NONAME ??BH245_MultiplexCapability@@QBEABVH245_NonStandardParameter@@XZ @6506 NONAME ??BH245_MultiplexCapability@@QBEABVH245_V76Capability@@XZ @6507 NONAME ??BH245_MultiplexElement_type@@QAEAAVH245_ArrayOf_MultiplexElement@@XZ @6508 NONAME ??BH245_MultiplexElement_type@@QBEABVH245_ArrayOf_MultiplexElement@@XZ @6509 NONAME ??BH245_MultiplexFormat@@QAEAAVH245_H222Capability@@XZ @25482 NONAME ??BH245_MultiplexFormat@@QAEAAVH245_H223Capability@@XZ @25483 NONAME ??BH245_MultiplexFormat@@QAEAAVH245_NonStandardParameter@@XZ @25484 NONAME ??BH245_MultiplexFormat@@QBEABVH245_H222Capability@@XZ @25485 NONAME ??BH245_MultiplexFormat@@QBEABVH245_H223Capability@@XZ @25486 NONAME ??BH245_MultiplexFormat@@QBEABVH245_NonStandardParameter@@XZ @25487 NONAME ??BH245_NetworkAccessParameters_networkAddress@@QAEAAVH245_Q2931Address@@XZ @6510 NONAME ??BH245_NetworkAccessParameters_networkAddress@@QAEAAVH245_TransportAddress@@XZ @6511 NONAME ??BH245_NetworkAccessParameters_networkAddress@@QBEABVH245_Q2931Address@@XZ @6512 NONAME ??BH245_NetworkAccessParameters_networkAddress@@QBEABVH245_TransportAddress@@XZ @6513 NONAME ??BH245_NewATMVCCommand_aal@@QAEAAVH245_NewATMVCCommand_aal_aal1@@XZ @25488 NONAME ??BH245_NewATMVCCommand_aal@@QAEAAVH245_NewATMVCCommand_aal_aal5@@XZ @25489 NONAME ??BH245_NewATMVCCommand_aal@@QBEABVH245_NewATMVCCommand_aal_aal1@@XZ @25490 NONAME ??BH245_NewATMVCCommand_aal@@QBEABVH245_NewATMVCCommand_aal_aal5@@XZ @25491 NONAME ??BH245_NewATMVCIndication_aal@@QAEAAVH245_NewATMVCIndication_aal_aal1@@XZ @6514 NONAME ??BH245_NewATMVCIndication_aal@@QAEAAVH245_NewATMVCIndication_aal_aal5@@XZ @6515 NONAME ??BH245_NewATMVCIndication_aal@@QBEABVH245_NewATMVCIndication_aal_aal1@@XZ @6516 NONAME ??BH245_NewATMVCIndication_aal@@QBEABVH245_NewATMVCIndication_aal_aal5@@XZ @6517 NONAME ??BH245_NonStandardIdentifier@@QAEAAVH245_NonStandardIdentifier_h221NonStandard@@XZ @6518 NONAME ??BH245_NonStandardIdentifier@@QBEABVH245_NonStandardIdentifier_h221NonStandard@@XZ @6519 NONAME ??BH245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@QAEAAVH245_H2250LogicalChannelAckParameters@@XZ @6520 NONAME ??BH245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@QBEABVH245_H2250LogicalChannelAckParameters@@XZ @6521 NONAME ??BH245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H222LogicalChannelParameters@@XZ @6522 NONAME ??BH245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H2250LogicalChannelParameters@@XZ @6523 NONAME ??BH245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@QBEABVH245_H222LogicalChannelParameters@@XZ @6524 NONAME ??BH245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@QBEABVH245_H2250LogicalChannelParameters@@XZ @6525 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H222LogicalChannelParameters@@XZ @6526 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H223LogicalChannelParameters@@XZ @6527 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H2250LogicalChannelParameters@@XZ @6528 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QAEAAVH245_V76LogicalChannelParameters@@XZ @6529 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QBEABVH245_H222LogicalChannelParameters@@XZ @6530 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QBEABVH245_H223LogicalChannelParameters@@XZ @6531 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QBEABVH245_H2250LogicalChannelParameters@@XZ @6532 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QBEABVH245_V76LogicalChannelParameters@@XZ @6533 NONAME ??BH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H223LogicalChannelParameters@@XZ @6534 NONAME ??BH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H2250LogicalChannelParameters@@XZ @6535 NONAME ??BH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QAEAAVH245_V76LogicalChannelParameters@@XZ @6536 NONAME ??BH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QBEABVH245_H223LogicalChannelParameters@@XZ @6537 NONAME ??BH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QBEABVH245_H2250LogicalChannelParameters@@XZ @6538 NONAME ??BH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QBEABVH245_V76LogicalChannelParameters@@XZ @6539 NONAME ??BH245_ParameterIdentifier@@QAEAAVH245_NonStandardParameter@@XZ @25492 NONAME ??BH245_ParameterIdentifier@@QBEABVH245_NonStandardParameter@@XZ @25493 NONAME ??BH245_ParameterValue@@QAEAAVH245_ArrayOf_GenericParameter@@XZ @25494 NONAME ??BH245_ParameterValue@@QBEABVH245_ArrayOf_GenericParameter@@XZ @25495 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_AudioMode@@XZ @38552 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_DataMode@@XZ @38553 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_EncryptionMode@@XZ @38554 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_FECMode@@XZ @51977 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_H235Mode@@XZ @38555 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_NonStandardParameter@@XZ @38556 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_VideoMode@@XZ @38557 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_AudioMode@@XZ @38558 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_DataMode@@XZ @38559 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_EncryptionMode@@XZ @38560 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_FECMode@@XZ @51978 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_H235Mode@@XZ @38561 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_NonStandardParameter@@XZ @38562 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_VideoMode@@XZ @38563 NONAME ??BH245_RedundancyEncodingMethod@@QAEAAVH245_NonStandardParameter@@XZ @6540 NONAME ??BH245_RedundancyEncodingMethod@@QAEAAVH245_RTPH263VideoRedundancyEncoding@@XZ @6541 NONAME ??BH245_RedundancyEncodingMethod@@QBEABVH245_NonStandardParameter@@XZ @6542 NONAME ??BH245_RedundancyEncodingMethod@@QBEABVH245_RTPH263VideoRedundancyEncoding@@XZ @6543 NONAME ??BH245_RedundancyEncodingMode_secondaryEncoding@@QAEAAVH245_AudioMode@@XZ @6544 NONAME ??BH245_RedundancyEncodingMode_secondaryEncoding@@QAEAAVH245_NonStandardParameter@@XZ @6545 NONAME ??BH245_RedundancyEncodingMode_secondaryEncoding@@QBEABVH245_AudioMode@@XZ @6546 NONAME ??BH245_RedundancyEncodingMode_secondaryEncoding@@QBEABVH245_NonStandardParameter@@XZ @6547 NONAME ??BH245_RemoteMCResponse@@QAEAAVH245_RemoteMCResponse_reject@@XZ @6548 NONAME ??BH245_RemoteMCResponse@@QBEABVH245_RemoteMCResponse_reject@@XZ @6549 NONAME ??BH245_RequestMessage@@QAEAAVH245_CloseLogicalChannel@@XZ @6550 NONAME ??BH245_RequestMessage@@QAEAAVH245_CommunicationModeRequest@@XZ @6551 NONAME ??BH245_RequestMessage@@QAEAAVH245_ConferenceRequest@@XZ @6552 NONAME ??BH245_RequestMessage@@QAEAAVH245_GenericMessage@@XZ @51979 NONAME ??BH245_RequestMessage@@QAEAAVH245_LogicalChannelRateRequest@@XZ @25496 NONAME ??BH245_RequestMessage@@QAEAAVH245_MaintenanceLoopRequest@@XZ @6553 NONAME ??BH245_RequestMessage@@QAEAAVH245_MasterSlaveDetermination@@XZ @6554 NONAME ??BH245_RequestMessage@@QAEAAVH245_MultilinkRequest@@XZ @25497 NONAME ??BH245_RequestMessage@@QAEAAVH245_MultiplexEntrySend@@XZ @6555 NONAME ??BH245_RequestMessage@@QAEAAVH245_NonStandardMessage@@XZ @6556 NONAME ??BH245_RequestMessage@@QAEAAVH245_OpenLogicalChannel@@XZ @6557 NONAME ??BH245_RequestMessage@@QAEAAVH245_RequestChannelClose@@XZ @6558 NONAME ??BH245_RequestMessage@@QAEAAVH245_RequestMode@@XZ @6559 NONAME ??BH245_RequestMessage@@QAEAAVH245_RequestMultiplexEntry@@XZ @6560 NONAME ??BH245_RequestMessage@@QAEAAVH245_RoundTripDelayRequest@@XZ @6561 NONAME ??BH245_RequestMessage@@QAEAAVH245_TerminalCapabilitySet@@XZ @6562 NONAME ??BH245_RequestMessage@@QBEABVH245_CloseLogicalChannel@@XZ @6563 NONAME ??BH245_RequestMessage@@QBEABVH245_CommunicationModeRequest@@XZ @6564 NONAME ??BH245_RequestMessage@@QBEABVH245_ConferenceRequest@@XZ @6565 NONAME ??BH245_RequestMessage@@QBEABVH245_GenericMessage@@XZ @51980 NONAME ??BH245_RequestMessage@@QBEABVH245_LogicalChannelRateRequest@@XZ @25498 NONAME ??BH245_RequestMessage@@QBEABVH245_MaintenanceLoopRequest@@XZ @6566 NONAME ??BH245_RequestMessage@@QBEABVH245_MasterSlaveDetermination@@XZ @6567 NONAME ??BH245_RequestMessage@@QBEABVH245_MultilinkRequest@@XZ @25499 NONAME ??BH245_RequestMessage@@QBEABVH245_MultiplexEntrySend@@XZ @6568 NONAME ??BH245_RequestMessage@@QBEABVH245_NonStandardMessage@@XZ @6569 NONAME ??BH245_RequestMessage@@QBEABVH245_OpenLogicalChannel@@XZ @6570 NONAME ??BH245_RequestMessage@@QBEABVH245_RequestChannelClose@@XZ @6571 NONAME ??BH245_RequestMessage@@QBEABVH245_RequestMode@@XZ @6572 NONAME ??BH245_RequestMessage@@QBEABVH245_RequestMultiplexEntry@@XZ @6573 NONAME ??BH245_RequestMessage@@QBEABVH245_RoundTripDelayRequest@@XZ @6574 NONAME ??BH245_RequestMessage@@QBEABVH245_TerminalCapabilitySet@@XZ @6575 NONAME ??BH245_ResponseMessage@@QAEAAVH245_CloseLogicalChannelAck@@XZ @6576 NONAME ??BH245_ResponseMessage@@QAEAAVH245_CommunicationModeResponse@@XZ @6577 NONAME ??BH245_ResponseMessage@@QAEAAVH245_ConferenceResponse@@XZ @6578 NONAME ??BH245_ResponseMessage@@QAEAAVH245_GenericMessage@@XZ @51981 NONAME ??BH245_ResponseMessage@@QAEAAVH245_LogicalChannelRateAcknowledge@@XZ @25500 NONAME ??BH245_ResponseMessage@@QAEAAVH245_LogicalChannelRateReject@@XZ @25501 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MaintenanceLoopAck@@XZ @6579 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MaintenanceLoopReject@@XZ @6580 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MasterSlaveDeterminationAck@@XZ @6581 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MasterSlaveDeterminationReject@@XZ @6582 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MultilinkResponse@@XZ @25502 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MultiplexEntrySendAck@@XZ @6583 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MultiplexEntrySendReject@@XZ @6584 NONAME ??BH245_ResponseMessage@@QAEAAVH245_NonStandardMessage@@XZ @6585 NONAME ??BH245_ResponseMessage@@QAEAAVH245_OpenLogicalChannelAck@@XZ @6586 NONAME ??BH245_ResponseMessage@@QAEAAVH245_OpenLogicalChannelReject@@XZ @6587 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RequestChannelCloseAck@@XZ @6588 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RequestChannelCloseReject@@XZ @6589 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RequestModeAck@@XZ @6590 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RequestModeReject@@XZ @6591 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RequestMultiplexEntryAck@@XZ @6592 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RequestMultiplexEntryReject@@XZ @6593 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RoundTripDelayResponse@@XZ @6594 NONAME ??BH245_ResponseMessage@@QAEAAVH245_TerminalCapabilitySetAck@@XZ @6595 NONAME ??BH245_ResponseMessage@@QAEAAVH245_TerminalCapabilitySetReject@@XZ @6596 NONAME ??BH245_ResponseMessage@@QBEABVH245_CloseLogicalChannelAck@@XZ @6597 NONAME ??BH245_ResponseMessage@@QBEABVH245_CommunicationModeResponse@@XZ @6598 NONAME ??BH245_ResponseMessage@@QBEABVH245_ConferenceResponse@@XZ @6599 NONAME ??BH245_ResponseMessage@@QBEABVH245_GenericMessage@@XZ @51982 NONAME ??BH245_ResponseMessage@@QBEABVH245_LogicalChannelRateAcknowledge@@XZ @25503 NONAME ??BH245_ResponseMessage@@QBEABVH245_LogicalChannelRateReject@@XZ @25504 NONAME ??BH245_ResponseMessage@@QBEABVH245_MaintenanceLoopAck@@XZ @6600 NONAME ??BH245_ResponseMessage@@QBEABVH245_MaintenanceLoopReject@@XZ @6601 NONAME ??BH245_ResponseMessage@@QBEABVH245_MasterSlaveDeterminationAck@@XZ @6602 NONAME ??BH245_ResponseMessage@@QBEABVH245_MasterSlaveDeterminationReject@@XZ @6603 NONAME ??BH245_ResponseMessage@@QBEABVH245_MultilinkResponse@@XZ @25505 NONAME ??BH245_ResponseMessage@@QBEABVH245_MultiplexEntrySendAck@@XZ @6604 NONAME ??BH245_ResponseMessage@@QBEABVH245_MultiplexEntrySendReject@@XZ @6605 NONAME ??BH245_ResponseMessage@@QBEABVH245_NonStandardMessage@@XZ @6606 NONAME ??BH245_ResponseMessage@@QBEABVH245_OpenLogicalChannelAck@@XZ @6607 NONAME ??BH245_ResponseMessage@@QBEABVH245_OpenLogicalChannelReject@@XZ @6608 NONAME ??BH245_ResponseMessage@@QBEABVH245_RequestChannelCloseAck@@XZ @6609 NONAME ??BH245_ResponseMessage@@QBEABVH245_RequestChannelCloseReject@@XZ @6610 NONAME ??BH245_ResponseMessage@@QBEABVH245_RequestModeAck@@XZ @6611 NONAME ??BH245_ResponseMessage@@QBEABVH245_RequestModeReject@@XZ @6612 NONAME ??BH245_ResponseMessage@@QBEABVH245_RequestMultiplexEntryAck@@XZ @6613 NONAME ??BH245_ResponseMessage@@QBEABVH245_RequestMultiplexEntryReject@@XZ @6614 NONAME ??BH245_ResponseMessage@@QBEABVH245_RoundTripDelayResponse@@XZ @6615 NONAME ??BH245_ResponseMessage@@QBEABVH245_TerminalCapabilitySetAck@@XZ @6616 NONAME ??BH245_ResponseMessage@@QBEABVH245_TerminalCapabilitySetReject@@XZ @6617 NONAME ??BH245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@QAEAAVH245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@XZ @6618 NONAME ??BH245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@QBEABVH245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@XZ @6619 NONAME ??BH245_RTPPayloadType_payloadDescriptor@@QAEAAVH245_NonStandardParameter@@XZ @6620 NONAME ??BH245_RTPPayloadType_payloadDescriptor@@QBEABVH245_NonStandardParameter@@XZ @6621 NONAME ??BH245_SendTerminalCapabilitySet@@QAEAAVH245_SendTerminalCapabilitySet_specificRequest@@XZ @6622 NONAME ??BH245_SendTerminalCapabilitySet@@QBEABVH245_SendTerminalCapabilitySet_specificRequest@@XZ @6623 NONAME ??BH245_T84Profile@@QAEAAVH245_T84Profile_t84Restricted@@XZ @6624 NONAME ??BH245_T84Profile@@QBEABVH245_T84Profile_t84Restricted@@XZ @6625 NONAME ??BH245_TerminalCapabilitySetReject_cause@@QAEAAVH245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@XZ @6626 NONAME ??BH245_TerminalCapabilitySetReject_cause@@QBEABVH245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@XZ @6627 NONAME ??BH245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@QAEAAVH245_CapabilityTableEntryNumber@@XZ @6628 NONAME ??BH245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@QBEABVH245_CapabilityTableEntryNumber@@XZ @6629 NONAME ??BH245_TransportAddress@@QAEAAVH245_MulticastAddress@@XZ @6630 NONAME ??BH245_TransportAddress@@QAEAAVH245_UnicastAddress@@XZ @6631 NONAME ??BH245_TransportAddress@@QBEABVH245_MulticastAddress@@XZ @6632 NONAME ??BH245_TransportAddress@@QBEABVH245_UnicastAddress@@XZ @6633 NONAME ??BH245_UnicastAddress@@QAEAAVH245_NonStandardParameter@@XZ @6634 NONAME ??BH245_UnicastAddress@@QAEAAVH245_UnicastAddress_iP6Address@@XZ @6635 NONAME ??BH245_UnicastAddress@@QAEAAVH245_UnicastAddress_iPAddress@@XZ @6636 NONAME ??BH245_UnicastAddress@@QAEAAVH245_UnicastAddress_iPSourceRouteAddress@@XZ @6637 NONAME ??BH245_UnicastAddress@@QAEAAVH245_UnicastAddress_iPXAddress@@XZ @6638 NONAME ??BH245_UnicastAddress@@QBEABVH245_NonStandardParameter@@XZ @6639 NONAME ??BH245_UnicastAddress@@QBEABVH245_UnicastAddress_iP6Address@@XZ @6640 NONAME ??BH245_UnicastAddress@@QBEABVH245_UnicastAddress_iPAddress@@XZ @6641 NONAME ??BH245_UnicastAddress@@QBEABVH245_UnicastAddress_iPSourceRouteAddress@@XZ @6642 NONAME ??BH245_UnicastAddress@@QBEABVH245_UnicastAddress_iPXAddress@@XZ @6643 NONAME ??BH245_UserInputCapability@@QAEAAVH245_ArrayOf_NonStandardParameter@@XZ @6644 NONAME ??BH245_UserInputCapability@@QBEABVH245_ArrayOf_NonStandardParameter@@XZ @6645 NONAME ??BH245_UserInputIndication@@QAEAAVH245_NonStandardParameter@@XZ @6646 NONAME ??BH245_UserInputIndication@@QAEAAVH245_UserInputIndication_encryptedAlphanumeric@@XZ @51983 NONAME ??BH245_UserInputIndication@@QAEAAVH245_UserInputIndication_extendedAlphanumeric@@XZ @25506 NONAME ??BH245_UserInputIndication@@QAEAAVH245_UserInputIndication_signal@@XZ @6647 NONAME ??BH245_UserInputIndication@@QAEAAVH245_UserInputIndication_signalUpdate@@XZ @6648 NONAME ??BH245_UserInputIndication@@QAEAAVH245_UserInputIndication_userInputSupportIndication@@XZ @6649 NONAME ??BH245_UserInputIndication@@QBEABVH245_NonStandardParameter@@XZ @6650 NONAME ??BH245_UserInputIndication@@QBEABVH245_UserInputIndication_encryptedAlphanumeric@@XZ @51984 NONAME ??BH245_UserInputIndication@@QBEABVH245_UserInputIndication_extendedAlphanumeric@@XZ @25507 NONAME ??BH245_UserInputIndication@@QBEABVH245_UserInputIndication_signal@@XZ @6651 NONAME ??BH245_UserInputIndication@@QBEABVH245_UserInputIndication_signalUpdate@@XZ @6652 NONAME ??BH245_UserInputIndication@@QBEABVH245_UserInputIndication_userInputSupportIndication@@XZ @6653 NONAME ??BH245_UserInputIndication_userInputSupportIndication@@QAEAAVH245_NonStandardParameter@@XZ @6654 NONAME ??BH245_UserInputIndication_userInputSupportIndication@@QBEABVH245_NonStandardParameter@@XZ @6655 NONAME ??BH245_V76LogicalChannelParameters_mode@@QAEAAVH245_V76LogicalChannelParameters_mode_eRM@@XZ @6656 NONAME ??BH245_V76LogicalChannelParameters_mode@@QBEABVH245_V76LogicalChannelParameters_mode_eRM@@XZ @6657 NONAME ??BH245_VCCapability_availableBitRates_type@@QAEAAVH245_VCCapability_availableBitRates_type_rangeOfBitRates@@XZ @6658 NONAME ??BH245_VCCapability_availableBitRates_type@@QBEABVH245_VCCapability_availableBitRates_type_rangeOfBitRates@@XZ @6659 NONAME ??BH245_VideoCapability@@QAEAAVH245_ExtendedVideoCapability@@XZ @51985 NONAME ??BH245_VideoCapability@@QAEAAVH245_GenericCapability@@XZ @25508 NONAME ??BH245_VideoCapability@@QAEAAVH245_H261VideoCapability@@XZ @6660 NONAME ??BH245_VideoCapability@@QAEAAVH245_H262VideoCapability@@XZ @6661 NONAME ??BH245_VideoCapability@@QAEAAVH245_H263VideoCapability@@XZ @6662 NONAME ??BH245_VideoCapability@@QAEAAVH245_IS11172VideoCapability@@XZ @6663 NONAME ??BH245_VideoCapability@@QAEAAVH245_NonStandardParameter@@XZ @6664 NONAME ??BH245_VideoCapability@@QBEABVH245_ExtendedVideoCapability@@XZ @51986 NONAME ??BH245_VideoCapability@@QBEABVH245_GenericCapability@@XZ @25509 NONAME ??BH245_VideoCapability@@QBEABVH245_H261VideoCapability@@XZ @6665 NONAME ??BH245_VideoCapability@@QBEABVH245_H262VideoCapability@@XZ @6666 NONAME ??BH245_VideoCapability@@QBEABVH245_H263VideoCapability@@XZ @6667 NONAME ??BH245_VideoCapability@@QBEABVH245_IS11172VideoCapability@@XZ @6668 NONAME ??BH245_VideoCapability@@QBEABVH245_NonStandardParameter@@XZ @6669 NONAME ??BH245_VideoMode@@QAEAAVH245_GenericCapability@@XZ @25510 NONAME ??BH245_VideoMode@@QAEAAVH245_H261VideoMode@@XZ @6670 NONAME ??BH245_VideoMode@@QAEAAVH245_H262VideoMode@@XZ @6671 NONAME ??BH245_VideoMode@@QAEAAVH245_H263VideoMode@@XZ @6672 NONAME ??BH245_VideoMode@@QAEAAVH245_IS11172VideoMode@@XZ @6673 NONAME ??BH245_VideoMode@@QAEAAVH245_NonStandardParameter@@XZ @6674 NONAME ??BH245_VideoMode@@QBEABVH245_GenericCapability@@XZ @25511 NONAME ??BH245_VideoMode@@QBEABVH245_H261VideoMode@@XZ @6675 NONAME ??BH245_VideoMode@@QBEABVH245_H262VideoMode@@XZ @6676 NONAME ??BH245_VideoMode@@QBEABVH245_H263VideoMode@@XZ @6677 NONAME ??BH245_VideoMode@@QBEABVH245_IS11172VideoMode@@XZ @6678 NONAME ??BH245_VideoMode@@QBEABVH245_NonStandardParameter@@XZ @6679 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_AuditDescriptor@@XZ @32809 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_DigitMapDescriptor@@XZ @32810 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_EventBufferDescriptor@@XZ @32811 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_EventsDescriptor@@XZ @32812 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_MediaDescriptor@@XZ @32813 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_ModemDescriptor@@XZ @32814 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_MuxDescriptor@@XZ @32815 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_SignalsDescriptor@@XZ @32816 NONAME ??BH248_AmmDescriptor@@QBEABVH248_AuditDescriptor@@XZ @32817 NONAME ??BH248_AmmDescriptor@@QBEABVH248_DigitMapDescriptor@@XZ @32818 NONAME ??BH248_AmmDescriptor@@QBEABVH248_EventBufferDescriptor@@XZ @32819 NONAME ??BH248_AmmDescriptor@@QBEABVH248_EventsDescriptor@@XZ @32820 NONAME ??BH248_AmmDescriptor@@QBEABVH248_MediaDescriptor@@XZ @32821 NONAME ??BH248_AmmDescriptor@@QBEABVH248_ModemDescriptor@@XZ @32822 NONAME ??BH248_AmmDescriptor@@QBEABVH248_MuxDescriptor@@XZ @32823 NONAME ??BH248_AmmDescriptor@@QBEABVH248_SignalsDescriptor@@XZ @32824 NONAME ??BH248_AuditReply@@QAEAAVH248_AuditResult@@XZ @32825 NONAME ??BH248_AuditReply@@QAEAAVH248_ErrorDescriptor@@XZ @32826 NONAME ??BH248_AuditReply@@QAEAAVH248_TerminationIDList@@XZ @32827 NONAME ??BH248_AuditReply@@QBEABVH248_AuditResult@@XZ @32828 NONAME ??BH248_AuditReply@@QBEABVH248_ErrorDescriptor@@XZ @32829 NONAME ??BH248_AuditReply@@QBEABVH248_TerminationIDList@@XZ @32830 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_AuditDescriptor@@XZ @32831 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_DigitMapDescriptor@@XZ @32832 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_ErrorDescriptor@@XZ @32833 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_EventBufferDescriptor@@XZ @32834 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_EventsDescriptor@@XZ @32835 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_MediaDescriptor@@XZ @32836 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_ModemDescriptor@@XZ @32837 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_MuxDescriptor@@XZ @32838 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_ObservedEventsDescriptor@@XZ @32839 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_PackagesDescriptor@@XZ @32840 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_SignalsDescriptor@@XZ @32841 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_StatisticsDescriptor@@XZ @32842 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_AuditDescriptor@@XZ @32843 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_DigitMapDescriptor@@XZ @32844 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_ErrorDescriptor@@XZ @32845 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_EventBufferDescriptor@@XZ @32846 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_EventsDescriptor@@XZ @32847 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_MediaDescriptor@@XZ @32848 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_ModemDescriptor@@XZ @32849 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_MuxDescriptor@@XZ @32850 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_ObservedEventsDescriptor@@XZ @32851 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_PackagesDescriptor@@XZ @32852 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_SignalsDescriptor@@XZ @32853 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_StatisticsDescriptor@@XZ @32854 NONAME ??BH248_Command@@QAEAAVH248_AmmRequest@@XZ @32855 NONAME ??BH248_Command@@QAEAAVH248_AuditRequest@@XZ @32856 NONAME ??BH248_Command@@QAEAAVH248_NotifyRequest@@XZ @32857 NONAME ??BH248_Command@@QAEAAVH248_ServiceChangeRequest@@XZ @32858 NONAME ??BH248_Command@@QAEAAVH248_SubtractRequest@@XZ @32859 NONAME ??BH248_Command@@QBEABVH248_AmmRequest@@XZ @32860 NONAME ??BH248_Command@@QBEABVH248_AuditRequest@@XZ @32861 NONAME ??BH248_Command@@QBEABVH248_NotifyRequest@@XZ @32862 NONAME ??BH248_Command@@QBEABVH248_ServiceChangeRequest@@XZ @32863 NONAME ??BH248_Command@@QBEABVH248_SubtractRequest@@XZ @32864 NONAME ??BH248_CommandReply@@QAEAAVH248_AmmsReply@@XZ @32865 NONAME ??BH248_CommandReply@@QAEAAVH248_AuditReply@@XZ @32866 NONAME ??BH248_CommandReply@@QAEAAVH248_NotifyReply@@XZ @32867 NONAME ??BH248_CommandReply@@QAEAAVH248_ServiceChangeReply@@XZ @32868 NONAME ??BH248_CommandReply@@QBEABVH248_AmmsReply@@XZ @32869 NONAME ??BH248_CommandReply@@QBEABVH248_AuditReply@@XZ @32870 NONAME ??BH248_CommandReply@@QBEABVH248_NotifyReply@@XZ @32871 NONAME ??BH248_CommandReply@@QBEABVH248_ServiceChangeReply@@XZ @32872 NONAME ??BH248_EventDM@@QAEAAVH248_DigitMapName@@XZ @32873 NONAME ??BH248_EventDM@@QAEAAVH248_DigitMapValue@@XZ @32874 NONAME ??BH248_EventDM@@QBEABVH248_DigitMapName@@XZ @32875 NONAME ??BH248_EventDM@@QBEABVH248_DigitMapValue@@XZ @32876 NONAME ??BH248_EventParameter_extraInfo@@QAEAAVH248_Relation@@XZ @32877 NONAME ??BH248_EventParameter_extraInfo@@QBEABVH248_Relation@@XZ @32878 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudDigitMapDescriptor@@XZ @32879 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudEventBufferDescriptor@@XZ @32880 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudEventsDescriptor@@XZ @32881 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudMediaDescriptor@@XZ @32882 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudPackagesDescriptor@@XZ @32883 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudSignalsDescriptor@@XZ @32884 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudStatisticsDescriptor@@XZ @32885 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudDigitMapDescriptor@@XZ @32886 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudEventBufferDescriptor@@XZ @32887 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudEventsDescriptor@@XZ @32888 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudMediaDescriptor@@XZ @32889 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudPackagesDescriptor@@XZ @32890 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudSignalsDescriptor@@XZ @32891 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudStatisticsDescriptor@@XZ @32892 NONAME ??BH248_IndAudMediaDescriptor_streams@@QAEAAVH248_ArrayOf_IndAudStreamDescriptor@@XZ @32893 NONAME ??BH248_IndAudMediaDescriptor_streams@@QAEAAVH248_IndAudStreamParms@@XZ @32894 NONAME ??BH248_IndAudMediaDescriptor_streams@@QBEABVH248_ArrayOf_IndAudStreamDescriptor@@XZ @32895 NONAME ??BH248_IndAudMediaDescriptor_streams@@QBEABVH248_IndAudStreamParms@@XZ @32896 NONAME ??BH248_IndAudSignalsDescriptor@@QAEAAVH248_IndAudSeqSigList@@XZ @32897 NONAME ??BH248_IndAudSignalsDescriptor@@QAEAAVH248_IndAudSignal@@XZ @32898 NONAME ??BH248_IndAudSignalsDescriptor@@QBEABVH248_IndAudSeqSigList@@XZ @32899 NONAME ??BH248_IndAudSignalsDescriptor@@QBEABVH248_IndAudSignal@@XZ @32900 NONAME ??BH248_MediaDescriptor_streams@@QAEAAVH248_ArrayOf_StreamDescriptor@@XZ @32901 NONAME ??BH248_MediaDescriptor_streams@@QAEAAVH248_StreamParms@@XZ @32902 NONAME ??BH248_MediaDescriptor_streams@@QBEABVH248_ArrayOf_StreamDescriptor@@XZ @32903 NONAME ??BH248_MediaDescriptor_streams@@QBEABVH248_StreamParms@@XZ @32904 NONAME ??BH248_Message_messageBody@@QAEAAVH248_ArrayOf_Transaction@@XZ @32905 NONAME ??BH248_Message_messageBody@@QAEAAVH248_ErrorDescriptor@@XZ @32906 NONAME ??BH248_Message_messageBody@@QBEABVH248_ArrayOf_Transaction@@XZ @32907 NONAME ??BH248_Message_messageBody@@QBEABVH248_ErrorDescriptor@@XZ @32908 NONAME ??BH248_MId@@QAEAAVH248_DomainName@@XZ @32909 NONAME ??BH248_MId@@QAEAAVH248_IP4Address@@XZ @32910 NONAME ??BH248_MId@@QAEAAVH248_IP6Address@@XZ @32911 NONAME ??BH248_MId@@QAEAAVH248_PathName@@XZ @32912 NONAME ??BH248_MId@@QBEABVH248_DomainName@@XZ @32913 NONAME ??BH248_MId@@QBEABVH248_IP4Address@@XZ @32914 NONAME ??BH248_MId@@QBEABVH248_IP6Address@@XZ @32915 NONAME ??BH248_MId@@QBEABVH248_PathName@@XZ @32916 NONAME ??BH248_NonStandardIdentifier@@QAEAAVH248_H221NonStandard@@XZ @32917 NONAME ??BH248_NonStandardIdentifier@@QBEABVH248_H221NonStandard@@XZ @32918 NONAME ??BH248_PropertyParm_extraInfo@@QAEAAVH248_Relation@@XZ @32919 NONAME ??BH248_PropertyParm_extraInfo@@QBEABVH248_Relation@@XZ @32920 NONAME ??BH248_ServiceChangeAddress@@QAEAAVH248_DomainName@@XZ @32921 NONAME ??BH248_ServiceChangeAddress@@QAEAAVH248_IP4Address@@XZ @32922 NONAME ??BH248_ServiceChangeAddress@@QAEAAVH248_IP6Address@@XZ @32923 NONAME ??BH248_ServiceChangeAddress@@QAEAAVH248_PathName@@XZ @32924 NONAME ??BH248_ServiceChangeAddress@@QBEABVH248_DomainName@@XZ @32925 NONAME ??BH248_ServiceChangeAddress@@QBEABVH248_IP4Address@@XZ @32926 NONAME ??BH248_ServiceChangeAddress@@QBEABVH248_IP6Address@@XZ @32927 NONAME ??BH248_ServiceChangeAddress@@QBEABVH248_PathName@@XZ @32928 NONAME ??BH248_ServiceChangeResult@@QAEAAVH248_ErrorDescriptor@@XZ @32929 NONAME ??BH248_ServiceChangeResult@@QAEAAVH248_ServiceChangeResParm@@XZ @32930 NONAME ??BH248_ServiceChangeResult@@QBEABVH248_ErrorDescriptor@@XZ @32931 NONAME ??BH248_ServiceChangeResult@@QBEABVH248_ServiceChangeResParm@@XZ @32932 NONAME ??BH248_SignalRequest@@QAEAAVH248_SeqSigList@@XZ @32933 NONAME ??BH248_SignalRequest@@QAEAAVH248_Signal@@XZ @32934 NONAME ??BH248_SignalRequest@@QBEABVH248_SeqSigList@@XZ @32935 NONAME ??BH248_SignalRequest@@QBEABVH248_Signal@@XZ @32936 NONAME ??BH248_SigParameter_extraInfo@@QAEAAVH248_Relation@@XZ @32937 NONAME ??BH248_SigParameter_extraInfo@@QBEABVH248_Relation@@XZ @32938 NONAME ??BH248_Transaction@@QAEAAVH248_TransactionPending@@XZ @32939 NONAME ??BH248_Transaction@@QAEAAVH248_TransactionReply@@XZ @32940 NONAME ??BH248_Transaction@@QAEAAVH248_TransactionRequest@@XZ @32941 NONAME ??BH248_Transaction@@QAEAAVH248_TransactionResponseAck@@XZ @32942 NONAME ??BH248_Transaction@@QBEABVH248_TransactionPending@@XZ @32943 NONAME ??BH248_Transaction@@QBEABVH248_TransactionReply@@XZ @32944 NONAME ??BH248_Transaction@@QBEABVH248_TransactionRequest@@XZ @32945 NONAME ??BH248_Transaction@@QBEABVH248_TransactionResponseAck@@XZ @32946 NONAME ??BH248_TransactionReply_transactionResult@@QAEAAVH248_ArrayOf_ActionReply@@XZ @32947 NONAME ??BH248_TransactionReply_transactionResult@@QAEAAVH248_ErrorDescriptor@@XZ @32948 NONAME ??BH248_TransactionReply_transactionResult@@QBEABVH248_ArrayOf_ActionReply@@XZ @32949 NONAME ??BH248_TransactionReply_transactionResult@@QBEABVH248_ErrorDescriptor@@XZ @32950 NONAME ??BH323ChannelNumber@@QBEIXZ @6680 NONAME ??BH4501_PartySubaddress@@QAEAAVH4501_NSAPSubaddress@@XZ @21438 NONAME ??BH4501_PartySubaddress@@QAEAAVH4501_UserSpecifiedSubaddress@@XZ @21439 NONAME ??BH4501_PartySubaddress@@QBEABVH4501_NSAPSubaddress@@XZ @21440 NONAME ??BH4501_PartySubaddress@@QBEABVH4501_UserSpecifiedSubaddress@@XZ @21441 NONAME ??BH4501_PresentedAddressScreened@@QAEAAVH4501_AddressScreened@@XZ @21442 NONAME ??BH4501_PresentedAddressScreened@@QBEABVH4501_AddressScreened@@XZ @21443 NONAME ??BH4501_PresentedAddressUnscreened@@QAEAAVH4501_Address@@XZ @21444 NONAME ??BH4501_PresentedAddressUnscreened@@QBEABVH4501_Address@@XZ @21445 NONAME ??BH4501_PresentedNumberScreened@@QAEAAVH4501_NumberScreened@@XZ @21446 NONAME ??BH4501_PresentedNumberScreened@@QBEABVH4501_NumberScreened@@XZ @21447 NONAME ??BH4501_PresentedNumberUnscreened@@QAEAAVH225_PartyNumber@@XZ @21448 NONAME ??BH4501_PresentedNumberUnscreened@@QBEABVH225_PartyNumber@@XZ @21449 NONAME ??BH4501_ServiceApdus@@QAEAAVH4501_ArrayOf_ROS@@XZ @21450 NONAME ??BH4501_ServiceApdus@@QBEABVH4501_ArrayOf_ROS@@XZ @21451 NONAME ??BH4502_CTActiveArg_argumentExtension@@QAEAAVH225_NonStandardParameter@@XZ @21452 NONAME ??BH4502_CTActiveArg_argumentExtension@@QAEAAVH4502_ExtensionSeq@@XZ @21453 NONAME ??BH4502_CTActiveArg_argumentExtension@@QBEABVH225_NonStandardParameter@@XZ @21454 NONAME ??BH4502_CTActiveArg_argumentExtension@@QBEABVH4502_ExtensionSeq@@XZ @21455 NONAME ??BH4502_CTCompleteArg_argumentExtension@@QAEAAVH225_NonStandardParameter@@XZ @21456 NONAME ??BH4502_CTCompleteArg_argumentExtension@@QAEAAVH4502_ExtensionSeq@@XZ @21457 NONAME ??BH4502_CTCompleteArg_argumentExtension@@QBEABVH225_NonStandardParameter@@XZ @21458 NONAME ??BH4502_CTCompleteArg_argumentExtension@@QBEABVH4502_ExtensionSeq@@XZ @21459 NONAME ??BH4502_CTIdentifyRes_resultExtension@@QAEAAVH225_NonStandardParameter@@XZ @21460 NONAME ??BH4502_CTIdentifyRes_resultExtension@@QAEAAVH4502_ExtensionSeq@@XZ @21461 NONAME ??BH4502_CTIdentifyRes_resultExtension@@QBEABVH225_NonStandardParameter@@XZ @21462 NONAME ??BH4502_CTIdentifyRes_resultExtension@@QBEABVH4502_ExtensionSeq@@XZ @21463 NONAME ??BH4502_CTInitiateArg_argumentExtension@@QAEAAVH225_NonStandardParameter@@XZ @21464 NONAME ??BH4502_CTInitiateArg_argumentExtension@@QAEAAVH4502_ExtensionSeq@@XZ @21465 NONAME ??BH4502_CTInitiateArg_argumentExtension@@QBEABVH225_NonStandardParameter@@XZ @21466 NONAME ??BH4502_CTInitiateArg_argumentExtension@@QBEABVH4502_ExtensionSeq@@XZ @21467 NONAME ??BH4502_CTSetupArg_argumentExtension@@QAEAAVH225_NonStandardParameter@@XZ @21468 NONAME ??BH4502_CTSetupArg_argumentExtension@@QAEAAVH4502_ExtensionSeq@@XZ @21469 NONAME ??BH4502_CTSetupArg_argumentExtension@@QBEABVH225_NonStandardParameter@@XZ @21470 NONAME ??BH4502_CTSetupArg_argumentExtension@@QBEABVH4502_ExtensionSeq@@XZ @21471 NONAME ??BH4502_CTUpdateArg_argumentExtension@@QAEAAVH225_NonStandardParameter@@XZ @21472 NONAME ??BH4502_CTUpdateArg_argumentExtension@@QAEAAVH4502_ExtensionSeq@@XZ @21473 NONAME ??BH4502_CTUpdateArg_argumentExtension@@QBEABVH225_NonStandardParameter@@XZ @21474 NONAME ??BH4502_CTUpdateArg_argumentExtension@@QBEABVH4502_ExtensionSeq@@XZ @21475 NONAME ??BH4502_DummyArg@@QAEAAVH225_NonStandardParameter@@XZ @21476 NONAME ??BH4502_DummyArg@@QAEAAVH4502_ExtensionSeq@@XZ @21477 NONAME ??BH4502_DummyArg@@QBEABVH225_NonStandardParameter@@XZ @21478 NONAME ??BH4502_DummyArg@@QBEABVH4502_ExtensionSeq@@XZ @21479 NONAME ??BH4502_DummyRes@@QAEAAVH225_NonStandardParameter@@XZ @21480 NONAME ??BH4502_DummyRes@@QAEAAVH4502_ExtensionSeq@@XZ @21481 NONAME ??BH4502_DummyRes@@QBEABVH225_NonStandardParameter@@XZ @21482 NONAME ??BH4502_DummyRes@@QBEABVH4502_ExtensionSeq@@XZ @21483 NONAME ??BH4502_SubaddressTransferArg_argumentExtension@@QAEAAVH225_NonStandardParameter@@XZ @21484 NONAME ??BH4502_SubaddressTransferArg_argumentExtension@@QAEAAVH4502_ExtensionSeq@@XZ @21485 NONAME ??BH4502_SubaddressTransferArg_argumentExtension@@QBEABVH225_NonStandardParameter@@XZ @21486 NONAME ??BH4502_SubaddressTransferArg_argumentExtension@@QBEABVH4502_ExtensionSeq@@XZ @21487 NONAME ??BH4503_IntResult_extension@@QAEAAVH225_NonStandardParameter@@XZ @22724 NONAME ??BH4503_IntResult_extension@@QAEAAVH4503_ExtensionSeq@@XZ @22725 NONAME ??BH4503_IntResult_extension@@QBEABVH225_NonStandardParameter@@XZ @22726 NONAME ??BH4503_IntResult_extension@@QBEABVH4503_ExtensionSeq@@XZ @22727 NONAME ??BH4504_MixedExtension@@QAEAAVH225_NonStandardParameter@@XZ @22358 NONAME ??BH4504_MixedExtension@@QAEAAVH4501_Extension@@XZ @22359 NONAME ??BH4504_MixedExtension@@QBEABVH225_NonStandardParameter@@XZ @22360 NONAME ??BH4504_MixedExtension@@QBEABVH4501_Extension@@XZ @22361 NONAME ??BH4507_MsgCentreId@@QAEAAVH4501_EndpointAddress@@XZ @23325 NONAME ??BH4507_MsgCentreId@@QBEABVH4501_EndpointAddress@@XZ @23326 NONAME ??BH4508_Name@@QAEAAVH4508_NamePresentationAllowed@@XZ @23327 NONAME ??BH4508_Name@@QAEAAVH4508_NamePresentationRestricted@@XZ @23328 NONAME ??BH4508_Name@@QBEABVH4508_NamePresentationAllowed@@XZ @23329 NONAME ??BH4508_Name@@QBEABVH4508_NamePresentationRestricted@@XZ @23330 NONAME ??BH4508_NamePresentationAllowed@@QAEAAVH4508_ExtendedName@@XZ @23331 NONAME ??BH4508_NamePresentationAllowed@@QAEAAVH4508_SimpleName@@XZ @23332 NONAME ??BH4508_NamePresentationAllowed@@QBEABVH4508_ExtendedName@@XZ @23333 NONAME ??BH4508_NamePresentationAllowed@@QBEABVH4508_SimpleName@@XZ @23334 NONAME ??BH4508_NamePresentationRestricted@@QAEAAVH4508_ExtendedName@@XZ @23335 NONAME ??BH4508_NamePresentationRestricted@@QAEAAVH4508_SimpleName@@XZ @23336 NONAME ??BH4508_NamePresentationRestricted@@QBEABVH4508_ExtendedName@@XZ @23337 NONAME ??BH4508_NamePresentationRestricted@@QBEABVH4508_SimpleName@@XZ @23338 NONAME ??BH4509_CcArg@@QAEAAVH4509_CcLongArg@@XZ @23339 NONAME ??BH4509_CcArg@@QAEAAVH4509_CcShortArg@@XZ @23340 NONAME ??BH4509_CcArg@@QBEABVH4509_CcLongArg@@XZ @23341 NONAME ??BH4509_CcArg@@QBEABVH4509_CcShortArg@@XZ @23342 NONAME ??BH501_AccessToken@@QAEAAVH225_CryptoH323Token@@XZ @35712 NONAME ??BH501_AccessToken@@QAEAAVH225_GenericData@@XZ @35713 NONAME ??BH501_AccessToken@@QAEAAVH235_ClearToken@@XZ @35714 NONAME ??BH501_AccessToken@@QBEABVH225_CryptoH323Token@@XZ @35715 NONAME ??BH501_AccessToken@@QBEABVH225_GenericData@@XZ @35716 NONAME ??BH501_AccessToken@@QBEABVH235_ClearToken@@XZ @35717 NONAME ??BH501_MessageBody@@QAEAAVH501_AccessConfirmation@@XZ @35718 NONAME ??BH501_MessageBody@@QAEAAVH501_AccessRejection@@XZ @35719 NONAME ??BH501_MessageBody@@QAEAAVH501_AccessRequest@@XZ @35720 NONAME ??BH501_MessageBody@@QAEAAVH501_AuthenticationConfirmation@@XZ @35721 NONAME ??BH501_MessageBody@@QAEAAVH501_AuthenticationRejection@@XZ @35722 NONAME ??BH501_MessageBody@@QAEAAVH501_AuthenticationRequest@@XZ @35723 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorConfirmation@@XZ @35724 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorIDConfirmation@@XZ @35725 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorIDRejection@@XZ @35726 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorIDRequest@@XZ @35727 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorRejection@@XZ @35728 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorRequest@@XZ @35729 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorUpdate@@XZ @35730 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorUpdateAck@@XZ @35731 NONAME ??BH501_MessageBody@@QAEAAVH501_NonStandardConfirmation@@XZ @35732 NONAME ??BH501_MessageBody@@QAEAAVH501_NonStandardRejection@@XZ @35733 NONAME ??BH501_MessageBody@@QAEAAVH501_NonStandardRequest@@XZ @35734 NONAME ??BH501_MessageBody@@QAEAAVH501_RequestInProgress@@XZ @35735 NONAME ??BH501_MessageBody@@QAEAAVH501_ServiceConfirmation@@XZ @35736 NONAME ??BH501_MessageBody@@QAEAAVH501_ServiceRejection@@XZ @35737 NONAME ??BH501_MessageBody@@QAEAAVH501_ServiceRelease@@XZ @35738 NONAME ??BH501_MessageBody@@QAEAAVH501_ServiceRequest@@XZ @35739 NONAME ??BH501_MessageBody@@QAEAAVH501_UnknownMessageResponse@@XZ @35740 NONAME ??BH501_MessageBody@@QAEAAVH501_UsageConfirmation@@XZ @35741 NONAME ??BH501_MessageBody@@QAEAAVH501_UsageIndication@@XZ @35742 NONAME ??BH501_MessageBody@@QAEAAVH501_UsageIndicationConfirmation@@XZ @35743 NONAME ??BH501_MessageBody@@QAEAAVH501_UsageIndicationRejection@@XZ @35744 NONAME ??BH501_MessageBody@@QAEAAVH501_UsageRejection@@XZ @35745 NONAME ??BH501_MessageBody@@QAEAAVH501_UsageRequest@@XZ @35746 NONAME ??BH501_MessageBody@@QAEAAVH501_ValidationConfirmation@@XZ @35747 NONAME ??BH501_MessageBody@@QAEAAVH501_ValidationRejection@@XZ @35748 NONAME ??BH501_MessageBody@@QAEAAVH501_ValidationRequest@@XZ @35749 NONAME ??BH501_MessageBody@@QBEABVH501_AccessConfirmation@@XZ @35750 NONAME ??BH501_MessageBody@@QBEABVH501_AccessRejection@@XZ @35751 NONAME ??BH501_MessageBody@@QBEABVH501_AccessRequest@@XZ @35752 NONAME ??BH501_MessageBody@@QBEABVH501_AuthenticationConfirmation@@XZ @35753 NONAME ??BH501_MessageBody@@QBEABVH501_AuthenticationRejection@@XZ @35754 NONAME ??BH501_MessageBody@@QBEABVH501_AuthenticationRequest@@XZ @35755 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorConfirmation@@XZ @35756 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorIDConfirmation@@XZ @35757 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorIDRejection@@XZ @35758 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorIDRequest@@XZ @35759 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorRejection@@XZ @35760 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorRequest@@XZ @35761 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorUpdate@@XZ @35762 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorUpdateAck@@XZ @35763 NONAME ??BH501_MessageBody@@QBEABVH501_NonStandardConfirmation@@XZ @35764 NONAME ??BH501_MessageBody@@QBEABVH501_NonStandardRejection@@XZ @35765 NONAME ??BH501_MessageBody@@QBEABVH501_NonStandardRequest@@XZ @35766 NONAME ??BH501_MessageBody@@QBEABVH501_RequestInProgress@@XZ @35767 NONAME ??BH501_MessageBody@@QBEABVH501_ServiceConfirmation@@XZ @35768 NONAME ??BH501_MessageBody@@QBEABVH501_ServiceRejection@@XZ @35769 NONAME ??BH501_MessageBody@@QBEABVH501_ServiceRelease@@XZ @35770 NONAME ??BH501_MessageBody@@QBEABVH501_ServiceRequest@@XZ @35771 NONAME ??BH501_MessageBody@@QBEABVH501_UnknownMessageResponse@@XZ @35772 NONAME ??BH501_MessageBody@@QBEABVH501_UsageConfirmation@@XZ @35773 NONAME ??BH501_MessageBody@@QBEABVH501_UsageIndication@@XZ @35774 NONAME ??BH501_MessageBody@@QBEABVH501_UsageIndicationConfirmation@@XZ @35775 NONAME ??BH501_MessageBody@@QBEABVH501_UsageIndicationRejection@@XZ @35776 NONAME ??BH501_MessageBody@@QBEABVH501_UsageRejection@@XZ @35777 NONAME ??BH501_MessageBody@@QBEABVH501_UsageRequest@@XZ @35778 NONAME ??BH501_MessageBody@@QBEABVH501_ValidationConfirmation@@XZ @35779 NONAME ??BH501_MessageBody@@QBEABVH501_ValidationRejection@@XZ @35780 NONAME ??BH501_MessageBody@@QBEABVH501_ValidationRequest@@XZ @35781 NONAME ??BH501_Pattern@@QAEAAVH225_AliasAddress@@XZ @35782 NONAME ??BH501_Pattern@@QAEAAVH501_Pattern_range@@XZ @35783 NONAME ??BH501_Pattern@@QBEABVH225_AliasAddress@@XZ @35784 NONAME ??BH501_Pattern@@QBEABVH501_Pattern_range@@XZ @35785 NONAME ??BH501_Role@@QAEAAVH225_NonStandardParameter@@XZ @35786 NONAME ??BH501_Role@@QBEABVH225_NonStandardParameter@@XZ @35787 NONAME ??BH501_UpdateInformation_descriptorInfo@@QAEAAVH225_GloballyUniqueID@@XZ @36921 NONAME ??BH501_UpdateInformation_descriptorInfo@@QAEAAVH501_Descriptor@@XZ @35788 NONAME ??BH501_UpdateInformation_descriptorInfo@@QBEABVH225_GloballyUniqueID@@XZ @36922 NONAME ??BH501_UpdateInformation_descriptorInfo@@QBEABVH501_Descriptor@@XZ @35790 NONAME ??BMCS_ChannelAttributes@@QAEAAVMCS_ChannelAttributes_assigned@@XZ @6727 NONAME ??BMCS_ChannelAttributes@@QAEAAVMCS_ChannelAttributes_private@@XZ @6728 NONAME ??BMCS_ChannelAttributes@@QAEAAVMCS_ChannelAttributes_static@@XZ @6729 NONAME ??BMCS_ChannelAttributes@@QAEAAVMCS_ChannelAttributes_userId@@XZ @6730 NONAME ??BMCS_ChannelAttributes@@QBEABVMCS_ChannelAttributes_assigned@@XZ @6731 NONAME ??BMCS_ChannelAttributes@@QBEABVMCS_ChannelAttributes_private@@XZ @6732 NONAME ??BMCS_ChannelAttributes@@QBEABVMCS_ChannelAttributes_static@@XZ @6733 NONAME ??BMCS_ChannelAttributes@@QBEABVMCS_ChannelAttributes_userId@@XZ @6734 NONAME ??BMCS_ConnectMCSPDU@@QAEAAVMCS_Connect_Additional@@XZ @6735 NONAME ??BMCS_ConnectMCSPDU@@QAEAAVMCS_Connect_Initial@@XZ @6736 NONAME ??BMCS_ConnectMCSPDU@@QAEAAVMCS_Connect_Response@@XZ @6737 NONAME ??BMCS_ConnectMCSPDU@@QAEAAVMCS_Connect_Result@@XZ @6738 NONAME ??BMCS_ConnectMCSPDU@@QBEABVMCS_Connect_Additional@@XZ @6739 NONAME ??BMCS_ConnectMCSPDU@@QBEABVMCS_Connect_Initial@@XZ @6740 NONAME ??BMCS_ConnectMCSPDU@@QBEABVMCS_Connect_Response@@XZ @6741 NONAME ??BMCS_ConnectMCSPDU@@QBEABVMCS_Connect_Result@@XZ @6742 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_AUcf@@XZ @6743 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_AUrq@@XZ @6744 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CAin@@XZ @6745 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CArq@@XZ @6746 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CCcf@@XZ @6747 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CCrq@@XZ @6748 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CDin@@XZ @6749 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CDrq@@XZ @6750 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CEin@@XZ @6751 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CErq@@XZ @6752 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CJcf@@XZ @6753 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CJrq@@XZ @6754 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CLrq@@XZ @6755 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_DPum@@XZ @6756 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_DUin@@XZ @6757 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_DUrq@@XZ @6758 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_EDrq@@XZ @6759 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_MCcf@@XZ @6760 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_MCrq@@XZ @6761 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_MTcf@@XZ @6762 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_MTrq@@XZ @6763 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_PCin@@XZ @6764 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_PDin@@XZ @6765 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_PTin@@XZ @6766 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_RJum@@XZ @6767 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_SDin@@XZ @6768 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_SDrq@@XZ @6769 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TGcf@@XZ @6770 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TGrq@@XZ @6771 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TIcf@@XZ @6772 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TIrq@@XZ @6773 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TPin@@XZ @6774 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TPrq@@XZ @6775 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TRcf@@XZ @6776 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TRrq@@XZ @6777 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TTcf@@XZ @6778 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TTrq@@XZ @6779 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TVcf@@XZ @6780 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TVin@@XZ @6781 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TVrq@@XZ @6782 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TVrs@@XZ @6783 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_USin@@XZ @6784 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_USrq@@XZ @6785 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_AUcf@@XZ @6786 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_AUrq@@XZ @6787 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CAin@@XZ @6788 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CArq@@XZ @6789 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CCcf@@XZ @6790 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CCrq@@XZ @6791 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CDin@@XZ @6792 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CDrq@@XZ @6793 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CEin@@XZ @6794 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CErq@@XZ @6795 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CJcf@@XZ @6796 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CJrq@@XZ @6797 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CLrq@@XZ @6798 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_DPum@@XZ @6799 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_DUin@@XZ @6800 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_DUrq@@XZ @6801 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_EDrq@@XZ @6802 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_MCcf@@XZ @6803 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_MCrq@@XZ @6804 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_MTcf@@XZ @6805 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_MTrq@@XZ @6806 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_PCin@@XZ @6807 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_PDin@@XZ @6808 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_PTin@@XZ @6809 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_RJum@@XZ @6810 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_SDin@@XZ @6811 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_SDrq@@XZ @6812 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TGcf@@XZ @6813 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TGrq@@XZ @6814 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TIcf@@XZ @6815 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TIrq@@XZ @6816 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TPin@@XZ @6817 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TPrq@@XZ @6818 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TRcf@@XZ @6819 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TRrq@@XZ @6820 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TTcf@@XZ @6821 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TTrq@@XZ @6822 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TVcf@@XZ @6823 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TVin@@XZ @6824 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TVrq@@XZ @6825 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TVrs@@XZ @6826 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_USin@@XZ @6827 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_USrq@@XZ @6828 NONAME ??BMCS_TokenAttributes@@QAEAAVMCS_TokenAttributes_given@@XZ @6829 NONAME ??BMCS_TokenAttributes@@QAEAAVMCS_TokenAttributes_giving@@XZ @6830 NONAME ??BMCS_TokenAttributes@@QAEAAVMCS_TokenAttributes_grabbed@@XZ @6831 NONAME ??BMCS_TokenAttributes@@QAEAAVMCS_TokenAttributes_inhibited@@XZ @6832 NONAME ??BMCS_TokenAttributes@@QAEAAVMCS_TokenAttributes_ungivable@@XZ @6833 NONAME ??BMCS_TokenAttributes@@QBEABVMCS_TokenAttributes_given@@XZ @6834 NONAME ??BMCS_TokenAttributes@@QBEABVMCS_TokenAttributes_giving@@XZ @6835 NONAME ??BMCS_TokenAttributes@@QBEABVMCS_TokenAttributes_grabbed@@XZ @6836 NONAME ??BMCS_TokenAttributes@@QBEABVMCS_TokenAttributes_inhibited@@XZ @6837 NONAME ??BMCS_TokenAttributes@@QBEABVMCS_TokenAttributes_ungivable@@XZ @6838 NONAME ??BPASN_BMPString@@QBE?AVPString@@XZ @6839 NONAME ??BPASN_Boolean@@QBEHXZ @6840 NONAME ??BPASN_ConstrainedString@@QBEABVPString@@XZ @6841 NONAME ??BPASN_Enumeration@@QBEIXZ @34546 NONAME ??BPASN_Integer@@QBEIXZ @6842 NONAME ??BPASN_OctetString@@QBEABVPBYTEArray@@XZ @6843 NONAME ??BPRandom@@QAEIXZ @6844 NONAME ??BPUInt16b@@QBEGXZ @6845 NONAME ??BPUInt32b@@QBEKXZ @6846 NONAME ??BT38_Type_of_msg@@QAEAAVT38_Type_of_msg_data@@XZ @28128 NONAME ??BT38_Type_of_msg@@QAEAAVT38_Type_of_msg_t30_indicator@@XZ @28129 NONAME ??BT38_Type_of_msg@@QBEABVT38_Type_of_msg_data@@XZ @28130 NONAME ??BT38_Type_of_msg@@QBEABVT38_Type_of_msg_t30_indicator@@XZ @28131 NONAME ??BT38_UDPTLPacket_error_recovery@@QAEAAVT38_UDPTLPacket_error_recovery_fec_info@@XZ @28132 NONAME ??BT38_UDPTLPacket_error_recovery@@QAEAAVT38_UDPTLPacket_error_recovery_secondary_ifp_packets@@XZ @28133 NONAME ??BT38_UDPTLPacket_error_recovery@@QBEABVT38_UDPTLPacket_error_recovery_fec_info@@XZ @28134 NONAME ??BT38_UDPTLPacket_error_recovery@@QBEABVT38_UDPTLPacket_error_recovery_secondary_ifp_packets@@XZ @28135 NONAME ??BX880_Reject_problem@@QAEAAVX880_GeneralProblem@@XZ @21488 NONAME ??BX880_Reject_problem@@QAEAAVX880_InvokeProblem@@XZ @21489 NONAME ??BX880_Reject_problem@@QAEAAVX880_ReturnErrorProblem@@XZ @21490 NONAME ??BX880_Reject_problem@@QAEAAVX880_ReturnResultProblem@@XZ @21491 NONAME ??BX880_Reject_problem@@QBEABVX880_GeneralProblem@@XZ @21492 NONAME ??BX880_Reject_problem@@QBEABVX880_InvokeProblem@@XZ @21493 NONAME ??BX880_Reject_problem@@QBEABVX880_ReturnErrorProblem@@XZ @21494 NONAME ??BX880_Reject_problem@@QBEABVX880_ReturnResultProblem@@XZ @21495 NONAME ??BX880_ROS@@QAEAAVX880_Invoke@@XZ @21496 NONAME ??BX880_ROS@@QAEAAVX880_Reject@@XZ @21497 NONAME ??BX880_ROS@@QAEAAVX880_ReturnError@@XZ @21498 NONAME ??BX880_ROS@@QAEAAVX880_ReturnResult@@XZ @21499 NONAME ??BX880_ROS@@QBEABVX880_Invoke@@XZ @21500 NONAME ??BX880_ROS@@QBEABVX880_Reject@@XZ @21501 NONAME ??BX880_ROS@@QBEABVX880_ReturnError@@XZ @21502 NONAME ??BX880_ROS@@QBEABVX880_ReturnResult@@XZ @21503 NONAME ??C?$PSafePtr@VH323GatekeeperCall@@@@QBEPAVH323GatekeeperCall@@XZ @30394 NONAME ??C?$PSafePtr@VH323PeerElementDescriptor@@@@QBEPAVH323PeerElementDescriptor@@XZ @37211 NONAME ??C?$PSafePtr@VH323PeerElementServiceRelationship@@@@QBEPAVH323PeerElementServiceRelationship@@XZ @37212 NONAME ??C?$PSafePtr@VH323RegisteredEndPoint@@@@QBEPAVH323RegisteredEndPoint@@XZ @30395 NONAME ??Cconst_iterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QBEPBU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@XZ @51188 NONAME ??Cconst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QBEPBU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@XZ @51987 NONAME ??Cconst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QBEPBU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@XZ @50688 NONAME ??Cconst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QBEPBU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@2@XZ @50689 NONAME ??Cconst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QBEPBU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@XZ @51366 NONAME ??Cconst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QBEPBU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@2@XZ @51988 NONAME ??Cconst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QBEPBU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@XZ @50690 NONAME ??Citerator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QBEPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@XZ @50691 NONAME ??D?$PSafePtr@VH323PeerElementDescriptor@@@@QBEAAVH323PeerElementDescriptor@@XZ @37942 NONAME ??D?$PSafePtr@VH323RegisteredEndPoint@@@@QBEAAVH323RegisteredEndPoint@@XZ @30396 NONAME ??Dconst_iterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QBEABU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@XZ @51189 NONAME ??Dconst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QBEABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@XZ @51989 NONAME ??Dconst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QBEABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@XZ @50692 NONAME ??Dconst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QBEABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@2@XZ @50693 NONAME ??Dconst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QBEABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@XZ @51367 NONAME ??Dconst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QBEABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@2@XZ @51990 NONAME ??Dconst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QBEABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@XZ @50694 NONAME ??Diterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QBEAAU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@XZ @51190 NONAME ??Diterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QBEAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@XZ @51991 NONAME ??Diterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QBEAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@XZ @50695 NONAME ??Diterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QBEAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@XZ @51368 NONAME ??Diterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QBEAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@2@XZ @51992 NONAME ??Diterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QBEAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@XZ @50696 NONAME ??Diterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@QBEAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@2@XZ @50697 NONAME ??E?$PSafePtr@VH323GatekeeperCall@@@@QAEPAVH323GatekeeperCall@@H@Z @30397 NONAME ??E?$PSafePtr@VH323PeerElementDescriptor@@@@QAEPAVH323PeerElementDescriptor@@H@Z @37336 NONAME ??E?$PSafePtr@VH323PeerElementServiceRelationship@@@@QAEPAVH323PeerElementServiceRelationship@@H@Z @37337 NONAME ??E?$PSafePtr@VH323RegisteredEndPoint@@@@QAEPAVH323RegisteredEndPoint@@H@Z @30398 NONAME ??Econst_iterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAEAAV012@XZ @51191 NONAME ??Econst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAEAAV012@XZ @51993 NONAME ??Econst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAEAAV012@XZ @50698 NONAME ??Econst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QAEAAV012@XZ @50699 NONAME ??Econst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAEAAV012@XZ @51369 NONAME ??Econst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAEAAV012@XZ @51994 NONAME ??Econst_iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAEAAV012@XZ @50700 NONAME ??EH323ChannelNumber@@QAEAAV0@H@Z @6847 NONAME ??Eiterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAE?AV012@H@Z @51192 NONAME ??Eiterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAEAAV012@XZ @51193 NONAME ??Eiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAE?AV012@H@Z @51995 NONAME ??Eiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAEAAV012@XZ @51996 NONAME ??Eiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAE?AV012@H@Z @50701 NONAME ??Eiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAEAAV012@XZ @50702 NONAME ??Eiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QAE?AV012@H@Z @50703 NONAME ??Eiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QAEAAV012@XZ @50704 NONAME ??Eiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAE?AV012@H@Z @51370 NONAME ??Eiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAEAAV012@XZ @51371 NONAME ??Eiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAE?AV012@H@Z @51997 NONAME ??Eiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAEAAV012@XZ @51998 NONAME ??Eiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAE?AV012@H@Z @50705 NONAME ??Eiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAEAAV012@XZ @50706 NONAME ??Fiterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAEAAV012@XZ @51194 NONAME ??Fiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAEAAV012@XZ @51999 NONAME ??Fiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAEAAV012@XZ @50707 NONAME ??Fiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAEAAV012@XZ @51372 NONAME ??Fiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAEAAV012@XZ @52000 NONAME ??Fiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAEAAV012@XZ @50708 NONAME ??Fiterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@QAEAAV012@XZ @50709 NONAME ??R?$less@I@std@@QBE_NABI0@Z @51195 NONAME ??R?$PStringDictionary@VPString@@@@QBE?AVPString@@ABV1@PBD@Z @30399 NONAME ??R_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@std@@QBEABIABU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@Z @51196 NONAME ??R_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@std@@QBEABVPString@@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@@Z @52001 NONAME ??R_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@std@@QBEABVPString@@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@@Z @50710 NONAME ??R_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@std@@QBEABVPString@@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@2@@Z @50711 NONAME ??R_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@std@@QBEABVPString@@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@@Z @51373 NONAME ??R_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@std@@QBEABVPString@@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@2@@Z @52002 NONAME ??R_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@std@@QBEABVPString@@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@@Z @50712 NONAME ??Y?$PSet@VPOrdinalKey@@@@QAEAAV0@ABVPOrdinalKey@@@Z @38114 NONAME ??Z?$PSet@VPOrdinalKey@@@@QAEAAV0@ABVPOrdinalKey@@@Z @37946 NONAME ??_7?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@6B@ @27723 NONAME ??_7?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@6B@ @27724 NONAME ??_7?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@6B@ @27725 NONAME ??_7?$H235_HASHED@VH235_EncodedGeneralToken@@@@6B@ @27726 NONAME ??_7?$H235_HASHED@VH235_EncodedPwdCertToken@@@@6B@ @27727 NONAME ??_7?$H235_SIGNED@VH225_EncodedFastStartToken@@@@6B@ @27728 NONAME ??_7?$H235_SIGNED@VH235_EncodedGeneralToken@@@@6B@ @27729 NONAME ??_7?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@6B@ @27730 NONAME ??_7?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@6B@ @27731 NONAME ??_7?$H235_SIGNED@VH235_EncodedReturnSig@@@@6B@ @27732 NONAME ??_7?$PArray@V?$PList@VH323Capability@@@@@@6B@ @6859 NONAME ??_7?$PArray@VH323SimultaneousCapabilities@@@@6B@ @6860 NONAME ??_7?$PArray@VH323TransportAddress@@@@6B@ @28457 NONAME ??_7?$PArray@VReceiverReport@RTP_Session@@@@6B@ @17057 NONAME ??_7?$PArray@VSourceDescription@RTP_Session@@@@6B@ @17058 NONAME ??_7?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@6B@ @6861 NONAME ??_7?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@6B@ @32951 NONAME ??_7?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@6B@ @28985 NONAME ??_7?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@6B@ @6862 NONAME ??_7?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@6B@ @37382 NONAME ??_7?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@6B@ @6863 NONAME ??_7?$PDictionary@VPString@@VH323Connection@@@@6B@ @6864 NONAME ??_7?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@6B@ @28458 NONAME ??_7?$PDictionary@VPString@@VPOrdinalKey@@@@6B@ @37469 NONAME ??_7?$PFactory@VH235Authenticator@@VPString@@@@6B@ @52003 NONAME ??_7?$PFactory@VH323Capability@@VPString@@@@6B@ @50713 NONAME ??_7?$PFactory@VH323StaticPluginCodec@@VPString@@@@6B@ @50714 NONAME ??_7?$PFactory@VOpalFactoryCodec@@VPString@@@@6B@ @51374 NONAME ??_7?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@6B@ @52004 NONAME ??_7?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @50715 NONAME ??_7?$PFactory@VPWAVFileConverter@@I@@6B@ @51197 NONAME ??_7?$PList@VH235Authenticator@@@@6B@ @28830 NONAME ??_7?$PList@VH245_GenericParameter@@@@6B@ @52005 NONAME ??_7?$PList@VH323Capability@@@@6B@ @6865 NONAME ??_7?$PList@VH323Channel@@@@6B@ @6866 NONAME ??_7?$PList@VH323GatekeeperListener@@@@6B@ @28459 NONAME ??_7?$PList@VH323Listener@@@@6B@ @6868 NONAME ??_7?$PList@VH323Transactor@@@@6B@ @34957 NONAME ??_7?$PList@VH450xHandler@@@@6B@ @28986 NONAME ??_7?$PList@VOpalMediaFormat@@@@6B@ @20600 NONAME ??_7?$PList@VPBYTEArray@@@@6B@ @34561 NONAME ??_7?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@6B@ @31630 NONAME ??_7?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@6B@ @37213 NONAME ??_7?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@6B@ @37214 NONAME ??_7?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@6B@ @31631 NONAME ??_7?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@6B@ @31632 NONAME ??_7?$PSafePtr@VH323GatekeeperCall@@@@6B@ @30402 NONAME ??_7?$PSafePtr@VH323PeerElementDescriptor@@@@6B@ @37215 NONAME ??_7?$PSafePtr@VH323PeerElementServiceRelationship@@@@6B@ @37216 NONAME ??_7?$PSafePtr@VH323RegisteredEndPoint@@@@6B@ @30403 NONAME ??_7?$PSafeSortedList@VH323GatekeeperCall@@@@6B@ @31633 NONAME ??_7?$PSafeSortedList@VH323PeerElementDescriptor@@@@6B@ @37217 NONAME ??_7?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@6B@ @37218 NONAME ??_7?$PSet@VPOrdinalKey@@@@6B@ @37470 NONAME ??_7?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@6B@ @30823 NONAME ??_7?$PSortedList@VH225_AliasAddress@@@@6B@ @37613 NONAME ??_7?$PSortedList@VH323GatekeeperCall@@@@6B@ @28460 NONAME ??_7?$PSortedList@VH323PeerElementDescriptor@@@@6B@ @37219 NONAME ??_7?$PSortedList@VH323PeerElementServiceRelationship@@@@6B@ @37220 NONAME ??_7?$PSortedList@VMXRecord@PDNS@@@@6B@ @52006 NONAME ??_7?$PSortedList@VResponse@H323Transactor@@@@6B@ @37383 NONAME ??_7?$PSortedList@VSRVRecord@PDNS@@@@6B@ @52007 NONAME ??_7?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @52008 NONAME ??_7?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @52009 NONAME ??_7?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @52010 NONAME ??_7?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@6B@ @50716 NONAME ??_7?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @50717 NONAME ??_7?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @50718 NONAME ??_7?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @50719 NONAME ??_7?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @50720 NONAME ??_7?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @50721 NONAME ??_7?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @50722 NONAME ??_7?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @50723 NONAME ??_7?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @50724 NONAME ??_7?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @50725 NONAME ??_7?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @50726 NONAME ??_7?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @50727 NONAME ??_7?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @50728 NONAME ??_7?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @50729 NONAME ??_7?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @50730 NONAME ??_7?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @50731 NONAME ??_7?$Worker@VHIDPluginDeviceManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@6B@ @52011 NONAME ??_7?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @50732 NONAME ??_7?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @50733 NONAME ??_7?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @50734 NONAME ??_7?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @50735 NONAME ??_7?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @50736 NONAME ??_7?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @50737 NONAME ??_7?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @50738 NONAME ??_7?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @50739 NONAME ??_7?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @50740 NONAME ??_7?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @50741 NONAME ??_7?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @50742 NONAME ??_7?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @50743 NONAME ??_7?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @50744 NONAME ??_7?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @50745 NONAME ??_7?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @50746 NONAME ??_7?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @50747 NONAME ??_7?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@6B@ @52012 NONAME ??_7?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@6B@ @51198 NONAME ??_7?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@6B@ @51199 NONAME ??_7AliasKey@H323PeerElement@@6B@ @37614 NONAME ??_7AlternateInfo@H323Gatekeeper@@6B@ @30824 NONAME ??_7ByteQueue@OpalVoipBlasterDevice@@6B@ @29742 NONAME ??_7Encoder@@6B@ @6869 NONAME ??_7Entry@RTP_JitterBuffer@@6B@ @6870 NONAME ??_7FilterInfo@H323Codec@@6B@ @29972 NONAME ??_7FullP64Decoder@@6B@ @6871 NONAME ??_7G7231_File_Capability@@6B@ @30980 NONAME ??_7G7231_File_Codec@@6B@ @30981 NONAME ??_7GCC_AlternativeNodeID@@6B@ @6872 NONAME ??_7GCC_ApplicationInvokeIndication@@6B@ @6873 NONAME ??_7GCC_ApplicationInvokeSpecifier@@6B@ @6874 NONAME ??_7GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@6B@ @6875 NONAME ??_7GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@6B@ @6876 NONAME ??_7GCC_ApplicationRecord@@6B@ @6877 NONAME ??_7GCC_ApplicationRecord_nonCollapsingCapabilities@@6B@ @6878 NONAME ??_7GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@6B@ @6879 NONAME ??_7GCC_ArrayOf_ApplicationInvokeSpecifier@@6B@ @6880 NONAME ??_7GCC_ArrayOf_ChallengeItem@@6B@ @6881 NONAME ??_7GCC_ArrayOf_ConferenceDescriptor@@6B@ @6882 NONAME ??_7GCC_ArrayOf_Privilege@@6B@ @6883 NONAME ??_7GCC_ArrayOf_TextString@@6B@ @6884 NONAME ??_7GCC_ArrayOf_UserID@@6B@ @6885 NONAME ??_7GCC_AsymmetryIndicator@@6B@ @6886 NONAME ??_7GCC_CapabilityClass@@6B@ @6887 NONAME ??_7GCC_CapabilityID@@6B@ @6888 NONAME ??_7GCC_ChallengeItem@@6B@ @6889 NONAME ??_7GCC_ChallengeRequest@@6B@ @6890 NONAME ??_7GCC_ChallengeResponse@@6B@ @6891 NONAME ??_7GCC_ChallengeResponseAlgorithm@@6B@ @6892 NONAME ??_7GCC_ChallengeResponseItem@@6B@ @6893 NONAME ??_7GCC_ChannelID@@6B@ @6894 NONAME ??_7GCC_ChannelType@@6B@ @6895 NONAME ??_7GCC_ConductorAssignIndication@@6B@ @6896 NONAME ??_7GCC_ConductorPermissionAskIndication@@6B@ @6897 NONAME ??_7GCC_ConductorPermissionGrantIndication@@6B@ @6898 NONAME ??_7GCC_ConductorReleaseIndication@@6B@ @6899 NONAME ??_7GCC_ConferenceAddRequest@@6B@ @6900 NONAME ??_7GCC_ConferenceAddResponse@@6B@ @6901 NONAME ??_7GCC_ConferenceAddResponse_result@@6B@ @6902 NONAME ??_7GCC_ConferenceAssistanceIndication@@6B@ @6903 NONAME ??_7GCC_ConferenceCreateRequest@@6B@ @6904 NONAME ??_7GCC_ConferenceCreateResponse@@6B@ @6905 NONAME ??_7GCC_ConferenceCreateResponse_result@@6B@ @6906 NONAME ??_7GCC_ConferenceDescriptor@@6B@ @6907 NONAME ??_7GCC_ConferenceEjectUserIndication@@6B@ @6908 NONAME ??_7GCC_ConferenceEjectUserIndication_reason@@6B@ @6909 NONAME ??_7GCC_ConferenceEjectUserRequest@@6B@ @6910 NONAME ??_7GCC_ConferenceEjectUserRequest_reason@@6B@ @6911 NONAME ??_7GCC_ConferenceEjectUserResponse@@6B@ @6912 NONAME ??_7GCC_ConferenceEjectUserResponse_result@@6B@ @6913 NONAME ??_7GCC_ConferenceInviteRequest@@6B@ @6914 NONAME ??_7GCC_ConferenceInviteResponse@@6B@ @6915 NONAME ??_7GCC_ConferenceInviteResponse_result@@6B@ @6916 NONAME ??_7GCC_ConferenceJoinRequest@@6B@ @6917 NONAME ??_7GCC_ConferenceJoinResponse@@6B@ @6918 NONAME ??_7GCC_ConferenceJoinResponse_result@@6B@ @6919 NONAME ??_7GCC_ConferenceLockIndication@@6B@ @6920 NONAME ??_7GCC_ConferenceLockRequest@@6B@ @6921 NONAME ??_7GCC_ConferenceLockResponse@@6B@ @6922 NONAME ??_7GCC_ConferenceLockResponse_result@@6B@ @6923 NONAME ??_7GCC_ConferenceName@@6B@ @6924 NONAME ??_7GCC_ConferenceNameModifier@@6B@ @6925 NONAME ??_7GCC_ConferenceNameSelector@@6B@ @6926 NONAME ??_7GCC_ConferencePriority@@6B@ @6927 NONAME ??_7GCC_ConferencePriorityScheme@@6B@ @6928 NONAME ??_7GCC_ConferenceQueryRequest@@6B@ @6929 NONAME ??_7GCC_ConferenceQueryResponse@@6B@ @6930 NONAME ??_7GCC_ConferenceQueryResponse_result@@6B@ @6931 NONAME ??_7GCC_ConferenceTerminateIndication@@6B@ @6932 NONAME ??_7GCC_ConferenceTerminateIndication_reason@@6B@ @6933 NONAME ??_7GCC_ConferenceTerminateRequest@@6B@ @6934 NONAME ??_7GCC_ConferenceTerminateRequest_reason@@6B@ @6935 NONAME ??_7GCC_ConferenceTerminateResponse@@6B@ @6936 NONAME ??_7GCC_ConferenceTerminateResponse_result@@6B@ @6937 NONAME ??_7GCC_ConferenceTimeExtendIndication@@6B@ @6938 NONAME ??_7GCC_ConferenceTimeInquireIndication@@6B@ @6939 NONAME ??_7GCC_ConferenceTimeRemainingIndication@@6B@ @6940 NONAME ??_7GCC_ConferenceTransferIndication@@6B@ @6941 NONAME ??_7GCC_ConferenceTransferRequest@@6B@ @6942 NONAME ??_7GCC_ConferenceTransferResponse@@6B@ @6943 NONAME ??_7GCC_ConferenceTransferResponse_result@@6B@ @6944 NONAME ??_7GCC_ConferenceUnlockIndication@@6B@ @6945 NONAME ??_7GCC_ConferenceUnlockRequest@@6B@ @6946 NONAME ??_7GCC_ConferenceUnlockResponse@@6B@ @6947 NONAME ??_7GCC_ConferenceUnlockResponse_result@@6B@ @6948 NONAME ??_7GCC_ConnectData@@6B@ @6949 NONAME ??_7GCC_ConnectGCCPDU@@6B@ @6950 NONAME ??_7GCC_DialingString@@6B@ @6951 NONAME ??_7GCC_DynamicChannelID@@6B@ @6952 NONAME ??_7GCC_DynamicTokenID@@6B@ @6953 NONAME ??_7GCC_EntityID@@6B@ @6954 NONAME ??_7GCC_ExtraDialingString@@6B@ @6955 NONAME ??_7GCC_FunctionNotSupportedResponse@@6B@ @6956 NONAME ??_7GCC_GCCPDU@@6B@ @6957 NONAME ??_7GCC_H221NonStandardIdentifier@@6B@ @6958 NONAME ??_7GCC_Handle@@6B@ @6959 NONAME ??_7GCC_IndicationPDU@@6B@ @6960 NONAME ??_7GCC_Key@@6B@ @6961 NONAME ??_7GCC_NetworkAddress@@6B@ @6962 NONAME ??_7GCC_NetworkAddress_subtype@@6B@ @6963 NONAME ??_7GCC_NetworkAddress_subtype_aggregatedChannel@@6B@ @6964 NONAME ??_7GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@6B@ @6965 NONAME ??_7GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@6B@ @6966 NONAME ??_7GCC_NetworkAddress_subtype_transportConnection@@6B@ @6967 NONAME ??_7GCC_NodeProperties@@6B@ @6968 NONAME ??_7GCC_NodeRecord@@6B@ @6969 NONAME ??_7GCC_NodeType@@6B@ @6970 NONAME ??_7GCC_NonStandardParameter@@6B@ @6971 NONAME ??_7GCC_NonStandardPDU@@6B@ @6972 NONAME ??_7GCC_Password@@6B@ @6973 NONAME ??_7GCC_PasswordChallengeRequestResponse@@6B@ @6974 NONAME ??_7GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@6B@ @6975 NONAME ??_7GCC_PasswordSelector@@6B@ @6976 NONAME ??_7GCC_Privilege@@6B@ @6977 NONAME ??_7GCC_RegistryAllocateHandleRequest@@6B@ @6978 NONAME ??_7GCC_RegistryAllocateHandleResponse@@6B@ @6979 NONAME ??_7GCC_RegistryAllocateHandleResponse_result@@6B@ @6980 NONAME ??_7GCC_RegistryAssignTokenRequest@@6B@ @6981 NONAME ??_7GCC_RegistryDeleteEntryRequest@@6B@ @6982 NONAME ??_7GCC_RegistryEntryOwner@@6B@ @6983 NONAME ??_7GCC_RegistryEntryOwner_owned@@6B@ @6984 NONAME ??_7GCC_RegistryItem@@6B@ @6985 NONAME ??_7GCC_RegistryKey@@6B@ @6986 NONAME ??_7GCC_RegistryModificationRights@@6B@ @6987 NONAME ??_7GCC_RegistryMonitorEntryIndication@@6B@ @6988 NONAME ??_7GCC_RegistryMonitorEntryRequest@@6B@ @6989 NONAME ??_7GCC_RegistryRegisterChannelRequest@@6B@ @6990 NONAME ??_7GCC_RegistryResponse@@6B@ @6991 NONAME ??_7GCC_RegistryResponse_primitiveType@@6B@ @6992 NONAME ??_7GCC_RegistryResponse_result@@6B@ @6993 NONAME ??_7GCC_RegistryRetrieveEntryRequest@@6B@ @6994 NONAME ??_7GCC_RegistrySetParameterRequest@@6B@ @6995 NONAME ??_7GCC_RequestPDU@@6B@ @6996 NONAME ??_7GCC_ResponsePDU@@6B@ @6997 NONAME ??_7GCC_RosterUpdateIndication@@6B@ @6998 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation@@6B@ @6999 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype@@6B@ @7000 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@6B@ @7001 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@6B@ @7002 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@6B@ @7003 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@6B@ @7004 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@6B@ @7005 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@6B@ @7006 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@6B@ @7007 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@6B@ @7008 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@6B@ @7009 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation@@6B@ @7010 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@6B@ @7011 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@6B@ @7012 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@6B@ @7013 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@6B@ @7014 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@6B@ @7015 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@6B@ @7016 NONAME ??_7GCC_SessionKey@@6B@ @7017 NONAME ??_7GCC_SimpleNumericString@@6B@ @7018 NONAME ??_7GCC_SimpleTextString@@6B@ @7019 NONAME ??_7GCC_StaticChannelID@@6B@ @7020 NONAME ??_7GCC_StaticTokenID@@6B@ @7021 NONAME ??_7GCC_SubAddressString@@6B@ @7022 NONAME ??_7GCC_TerminationMethod@@6B@ @7023 NONAME ??_7GCC_TextMessageIndication@@6B@ @7024 NONAME ??_7GCC_TextString@@6B@ @7025 NONAME ??_7GCC_Time@@6B@ @7026 NONAME ??_7GCC_TokenID@@6B@ @7027 NONAME ??_7GCC_UserData@@6B@ @7028 NONAME ??_7GCC_UserData_subtype@@6B@ @7029 NONAME ??_7GCC_UserID@@6B@ @7030 NONAME ??_7GCC_UserIDIndication@@6B@ @7031 NONAME ??_7H225CallThread@@6B@ @7033 NONAME ??_7H225TransportThread@@6B@ @7035 NONAME ??_7H225_AddressPattern@@6B@ @25512 NONAME ??_7H225_AddressPattern_range@@6B@ @25513 NONAME ??_7H225_AdmissionConfirm@@6B@ @7036 NONAME ??_7H225_AdmissionConfirm_language@@6B@ @25514 NONAME ??_7H225_AdmissionReject@@6B@ @7037 NONAME ??_7H225_AdmissionRejectReason@@6B@ @7038 NONAME ??_7H225_AdmissionRequest@@6B@ @7039 NONAME ??_7H225_Alerting_UUIE@@6B@ @7040 NONAME ??_7H225_AliasAddress@@6B@ @7041 NONAME ??_7H225_AlternateGK@@6B@ @7042 NONAME ??_7H225_AlternateTransportAddresses@@6B@ @25515 NONAME ??_7H225_AltGKInfo@@6B@ @7043 NONAME ??_7H225_ANSI_41_UIM@@6B@ @25516 NONAME ??_7H225_ANSI_41_UIM_system_id@@6B@ @25517 NONAME ??_7H225_ArrayOf_AddressPattern@@6B@ @25518 NONAME ??_7H225_ArrayOf_AdmissionConfirm@@6B@ @38564 NONAME ??_7H225_ArrayOf_AliasAddress@@6B@ @7044 NONAME ??_7H225_ArrayOf_AlternateGK@@6B@ @7045 NONAME ??_7H225_ArrayOf_AuthenticationMechanism@@6B@ @7046 NONAME ??_7H225_ArrayOf_BandwidthDetails@@6B@ @25519 NONAME ??_7H225_ArrayOf_CallReferenceValue@@6B@ @7047 NONAME ??_7H225_ArrayOf_CallsAvailable@@6B@ @25520 NONAME ??_7H225_ArrayOf_ClearToken@@6B@ @7048 NONAME ??_7H225_ArrayOf_ConferenceIdentifier@@6B@ @7049 NONAME ??_7H225_ArrayOf_ConferenceList@@6B@ @7050 NONAME ??_7H225_ArrayOf_CryptoH323Token@@6B@ @7051 NONAME ??_7H225_ArrayOf_DataRate@@6B@ @7052 NONAME ??_7H225_ArrayOf_Endpoint@@6B@ @7053 NONAME ??_7H225_ArrayOf_EnumeratedParameter@@6B@ @25521 NONAME ??_7H225_ArrayOf_ExtendedAliasAddress@@6B@ @25522 NONAME ??_7H225_ArrayOf_FeatureDescriptor@@6B@ @25523 NONAME ??_7H225_ArrayOf_GenericData@@6B@ @25524 NONAME ??_7H225_ArrayOf_H245Security@@6B@ @7054 NONAME ??_7H225_ArrayOf_H248PackagesDescriptor@@6B@ @25525 NONAME ??_7H225_ArrayOf_IntegrityMechanism@@6B@ @7055 NONAME ??_7H225_ArrayOf_NonStandardParameter@@6B@ @7056 NONAME ??_7H225_ArrayOf_PartyNumber@@6B@ @25526 NONAME ??_7H225_ArrayOf_PASN_ObjectId@@6B@ @7057 NONAME ??_7H225_ArrayOf_PASN_OctetString@@6B@ @7058 NONAME ??_7H225_ArrayOf_RasUsageSpecification@@6B@ @25527 NONAME ??_7H225_ArrayOf_RTPSession@@6B@ @7059 NONAME ??_7H225_ArrayOf_ServiceControlSession@@6B@ @25528 NONAME ??_7H225_ArrayOf_SupportedPrefix@@6B@ @7060 NONAME ??_7H225_ArrayOf_SupportedProtocols@@6B@ @7061 NONAME ??_7H225_ArrayOf_TransportAddress@@6B@ @7062 NONAME ??_7H225_ArrayOf_TransportChannelInfo@@6B@ @7063 NONAME ??_7H225_ArrayOf_TunnelledProtocol@@6B@ @25529 NONAME ??_7H225_BandRejectReason@@6B@ @7064 NONAME ??_7H225_BandWidth@@6B@ @7065 NONAME ??_7H225_BandwidthConfirm@@6B@ @7066 NONAME ??_7H225_BandwidthDetails@@6B@ @25530 NONAME ??_7H225_BandwidthReject@@6B@ @7067 NONAME ??_7H225_BandwidthRequest@@6B@ @7068 NONAME ??_7H225_CallCapacity@@6B@ @25531 NONAME ??_7H225_CallCapacityInfo@@6B@ @25532 NONAME ??_7H225_CallCreditCapability@@6B@ @25533 NONAME ??_7H225_CallCreditServiceControl@@6B@ @25534 NONAME ??_7H225_CallCreditServiceControl_billingMode@@6B@ @25535 NONAME ??_7H225_CallCreditServiceControl_callStartingPoint@@6B@ @25536 NONAME ??_7H225_CallIdentifier@@6B@ @7069 NONAME ??_7H225_CallLinkage@@6B@ @25537 NONAME ??_7H225_CallModel@@6B@ @7070 NONAME ??_7H225_CallProceeding_UUIE@@6B@ @7071 NONAME ??_7H225_CallReferenceValue@@6B@ @7072 NONAME ??_7H225_CallsAvailable@@6B@ @25538 NONAME ??_7H225_CallTerminationCause@@6B@ @25539 NONAME ??_7H225_CallType@@6B@ @7073 NONAME ??_7H225_CapacityReportingCapability@@6B@ @25540 NONAME ??_7H225_CapacityReportingSpecification@@6B@ @25541 NONAME ??_7H225_CapacityReportingSpecification_when@@6B@ @25542 NONAME ??_7H225_CarrierInfo@@6B@ @38565 NONAME ??_7H225_CicInfo@@6B@ @25543 NONAME ??_7H225_CicInfo_cic@@6B@ @25544 NONAME ??_7H225_CircuitIdentifier@@6B@ @25545 NONAME ??_7H225_CircuitInfo@@6B@ @25546 NONAME ??_7H225_ConferenceIdentifier@@6B@ @7074 NONAME ??_7H225_ConferenceList@@6B@ @7075 NONAME ??_7H225_Connect_UUIE@@6B@ @7076 NONAME ??_7H225_Connect_UUIE_language@@6B@ @25547 NONAME ??_7H225_Content@@6B@ @25548 NONAME ??_7H225_CryptoH323Token@@6B@ @7077 NONAME ??_7H225_CryptoH323Token_cryptoEPPwdHash@@6B@ @7078 NONAME ??_7H225_CryptoH323Token_cryptoGKPwdHash@@6B@ @7079 NONAME ??_7H225_DataRate@@6B@ @7080 NONAME ??_7H225_DisengageConfirm@@6B@ @7081 NONAME ??_7H225_DisengageReason@@6B@ @7082 NONAME ??_7H225_DisengageReject@@6B@ @7083 NONAME ??_7H225_DisengageRejectReason@@6B@ @7084 NONAME ??_7H225_DisengageRequest@@6B@ @7085 NONAME ??_7H225_EncodedFastStartToken@@6B@ @27733 NONAME ??_7H225_EncryptIntAlg@@6B@ @7086 NONAME ??_7H225_Endpoint@@6B@ @7087 NONAME ??_7H225_EndpointIdentifier@@6B@ @7088 NONAME ??_7H225_EndpointType@@6B@ @7089 NONAME ??_7H225_EnumeratedParameter@@6B@ @25549 NONAME ??_7H225_ExtendedAliasAddress@@6B@ @25550 NONAME ??_7H225_FacilityReason@@6B@ @7090 NONAME ??_7H225_Facility_UUIE@@6B@ @7091 NONAME ??_7H225_FastStartToken@@6B@ @7092 NONAME ??_7H225_FeatureDescriptor@@6B@ @25551 NONAME ??_7H225_FeatureSet@@6B@ @25552 NONAME ??_7H225_GatekeeperConfirm@@6B@ @7093 NONAME ??_7H225_GatekeeperIdentifier@@6B@ @7094 NONAME ??_7H225_GatekeeperInfo@@6B@ @7095 NONAME ??_7H225_GatekeeperReject@@6B@ @7096 NONAME ??_7H225_GatekeeperRejectReason@@6B@ @7097 NONAME ??_7H225_GatekeeperRequest@@6B@ @7098 NONAME ??_7H225_GatewayInfo@@6B@ @7099 NONAME ??_7H225_GenericData@@6B@ @25553 NONAME ??_7H225_GenericIdentifier@@6B@ @25554 NONAME ??_7H225_GloballyUniqueID@@6B@ @7100 NONAME ??_7H225_GroupID@@6B@ @25555 NONAME ??_7H225_GroupID_member@@6B@ @25556 NONAME ??_7H225_GSM_UIM@@6B@ @25557 NONAME ??_7H225_H221NonStandard@@6B@ @7101 NONAME ??_7H225_H245Security@@6B@ @7102 NONAME ??_7H225_H248PackagesDescriptor@@6B@ @25558 NONAME ??_7H225_H248SignalsDescriptor@@6B@ @25559 NONAME ??_7H225_H310Caps@@6B@ @7103 NONAME ??_7H225_H320Caps@@6B@ @7104 NONAME ??_7H225_H321Caps@@6B@ @7105 NONAME ??_7H225_H322Caps@@6B@ @7106 NONAME ??_7H225_H323Caps@@6B@ @7107 NONAME ??_7H225_H323_UserInformation@@6B@ @7108 NONAME ??_7H225_H323_UserInformation_user_data@@6B@ @7109 NONAME ??_7H225_H323_UU_PDU@@6B@ @7110 NONAME ??_7H225_H323_UU_PDU_h323_message_body@@6B@ @7111 NONAME ??_7H225_H323_UU_PDU_tunnelledSignallingMessage@@6B@ @25560 NONAME ??_7H225_H324Caps@@6B@ @7112 NONAME ??_7H225_ICV@@6B@ @7113 NONAME ??_7H225_InfoRequest@@6B@ @7114 NONAME ??_7H225_InfoRequestAck@@6B@ @7115 NONAME ??_7H225_InfoRequestNak@@6B@ @7116 NONAME ??_7H225_InfoRequestNakReason@@6B@ @7117 NONAME ??_7H225_InfoRequestResponse@@6B@ @7118 NONAME ??_7H225_InfoRequestResponseStatus@@6B@ @25561 NONAME ??_7H225_InfoRequestResponse_perCallInfo@@6B@ @7119 NONAME ??_7H225_InfoRequestResponse_perCallInfo_subtype@@6B@ @7120 NONAME ??_7H225_InfoRequestResponse_perCallInfo_subtype_pdu@@6B@ @7121 NONAME ??_7H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@6B@ @7122 NONAME ??_7H225_Information_UUIE@@6B@ @7123 NONAME ??_7H225_IntegrityMechanism@@6B@ @7124 NONAME ??_7H225_LocationConfirm@@6B@ @7125 NONAME ??_7H225_LocationReject@@6B@ @7126 NONAME ??_7H225_LocationRejectReason@@6B@ @7127 NONAME ??_7H225_LocationRequest@@6B@ @7128 NONAME ??_7H225_McuInfo@@6B@ @7129 NONAME ??_7H225_MobileUIM@@6B@ @25562 NONAME ??_7H225_NonIsoIntegrityMechanism@@6B@ @7130 NONAME ??_7H225_NonStandardIdentifier@@6B@ @7131 NONAME ??_7H225_NonStandardMessage@@6B@ @7132 NONAME ??_7H225_NonStandardParameter@@6B@ @7133 NONAME ??_7H225_NonStandardProtocol@@6B@ @7134 NONAME ??_7H225_Notify_UUIE@@6B@ @25563 NONAME ??_7H225_NumberDigits@@6B@ @7135 NONAME ??_7H225_PartyNumber@@6B@ @7136 NONAME ??_7H225_PresentationIndicator@@6B@ @25564 NONAME ??_7H225_PrivatePartyNumber@@6B@ @7137 NONAME ??_7H225_PrivateTypeOfNumber@@6B@ @7138 NONAME ??_7H225_Progress_UUIE@@6B@ @7139 NONAME ??_7H225_ProtocolIdentifier@@6B@ @7140 NONAME ??_7H225_PublicPartyNumber@@6B@ @7141 NONAME ??_7H225_PublicTypeOfNumber@@6B@ @7142 NONAME ??_7H225_Q954Details@@6B@ @7143 NONAME ??_7H225_QseriesOptions@@6B@ @7144 NONAME ??_7H225_RAS@@6B@ @27908 NONAME ??_7H225_RasMessage@@6B@ @7145 NONAME ??_7H225_RasUsageInformation@@6B@ @25565 NONAME ??_7H225_RasUsageInfoTypes@@6B@ @25566 NONAME ??_7H225_RasUsageSpecification@@6B@ @25567 NONAME ??_7H225_RasUsageSpecification_callStartingPoint@@6B@ @25568 NONAME ??_7H225_RasUsageSpecification_when@@6B@ @25569 NONAME ??_7H225_RegistrationConfirm@@6B@ @7146 NONAME ??_7H225_RegistrationConfirm_preGrantedARQ@@6B@ @7147 NONAME ??_7H225_RegistrationReject@@6B@ @7148 NONAME ??_7H225_RegistrationRejectReason@@6B@ @7149 NONAME ??_7H225_RegistrationRejectReason_invalidTerminalAliases@@6B@ @25570 NONAME ??_7H225_RegistrationRequest@@6B@ @7150 NONAME ??_7H225_ReleaseCompleteReason@@6B@ @7151 NONAME ??_7H225_ReleaseComplete_UUIE@@6B@ @7152 NONAME ??_7H225_RequestInProgress@@6B@ @7153 NONAME ??_7H225_RequestSeqNum@@6B@ @7154 NONAME ??_7H225_ResourcesAvailableConfirm@@6B@ @7155 NONAME ??_7H225_ResourcesAvailableIndicate@@6B@ @7156 NONAME ??_7H225_RTPSession@@6B@ @7157 NONAME ??_7H225_RTPSession_associatedSessionIds@@6B@ @7158 NONAME ??_7H225_ScnConnectionAggregation@@6B@ @25571 NONAME ??_7H225_ScnConnectionType@@6B@ @25572 NONAME ??_7H225_ScreeningIndicator@@6B@ @25573 NONAME ??_7H225_SecurityCapabilities@@6B@ @7159 NONAME ??_7H225_SecurityErrors2@@6B@ @38566 NONAME ??_7H225_SecurityErrors@@6B@ @38567 NONAME ??_7H225_SecurityServiceMode@@6B@ @7160 NONAME ??_7H225_ServiceControlDescriptor@@6B@ @25574 NONAME ??_7H225_ServiceControlIndication@@6B@ @25575 NONAME ??_7H225_ServiceControlIndication_callSpecific@@6B@ @25576 NONAME ??_7H225_ServiceControlResponse@@6B@ @25577 NONAME ??_7H225_ServiceControlResponse_result@@6B@ @25578 NONAME ??_7H225_ServiceControlSession@@6B@ @25579 NONAME ??_7H225_ServiceControlSession_reason@@6B@ @25580 NONAME ??_7H225_SetupAcknowledge_UUIE@@6B@ @25581 NONAME ??_7H225_Setup_UUIE@@6B@ @7161 NONAME ??_7H225_Setup_UUIE_conferenceGoal@@6B@ @7162 NONAME ??_7H225_Setup_UUIE_connectionParameters@@6B@ @25582 NONAME ??_7H225_Setup_UUIE_language@@6B@ @25583 NONAME ??_7H225_SIPCaps@@6B@ @38568 NONAME ??_7H225_StatusInquiry_UUIE@@6B@ @25584 NONAME ??_7H225_Status_UUIE@@6B@ @25585 NONAME ??_7H225_StimulusControl@@6B@ @25586 NONAME ??_7H225_SupportedPrefix@@6B@ @7163 NONAME ??_7H225_SupportedProtocols@@6B@ @7164 NONAME ??_7H225_T120OnlyCaps@@6B@ @7165 NONAME ??_7H225_T38FaxAnnexbOnlyCaps@@6B@ @25587 NONAME ??_7H225_TBCD_STRING@@6B@ @25588 NONAME ??_7H225_TerminalInfo@@6B@ @7166 NONAME ??_7H225_TimeToLive@@6B@ @7167 NONAME ??_7H225_TransportAddress@@6B@ @7168 NONAME ??_7H225_TransportAddress_ip6Address@@6B@ @7169 NONAME ??_7H225_TransportAddress_ipAddress@@6B@ @7170 NONAME ??_7H225_TransportAddress_ipSourceRoute@@6B@ @7171 NONAME ??_7H225_TransportAddress_ipSourceRoute_route@@6B@ @7172 NONAME ??_7H225_TransportAddress_ipSourceRoute_routing@@6B@ @7173 NONAME ??_7H225_TransportAddress_ipxAddress@@6B@ @7174 NONAME ??_7H225_TransportChannelInfo@@6B@ @7175 NONAME ??_7H225_TransportQOS@@6B@ @7176 NONAME ??_7H225_TunnelledProtocol@@6B@ @25589 NONAME ??_7H225_TunnelledProtocolAlternateIdentifier@@6B@ @25590 NONAME ??_7H225_TunnelledProtocol_id@@6B@ @25591 NONAME ??_7H225_UnknownMessageResponse@@6B@ @7177 NONAME ??_7H225_UnregistrationConfirm@@6B@ @7178 NONAME ??_7H225_UnregistrationReject@@6B@ @7179 NONAME ??_7H225_UnregistrationRequest@@6B@ @7180 NONAME ??_7H225_UnregRejectReason@@6B@ @7181 NONAME ??_7H225_UnregRequestReason@@6B@ @7182 NONAME ??_7H225_UseSpecifiedTransport@@6B@ @25592 NONAME ??_7H225_UUIEsRequested@@6B@ @7183 NONAME ??_7H225_VendorIdentifier@@6B@ @7184 NONAME ??_7H225_VoiceCaps@@6B@ @7185 NONAME ??_7H235AuthCAT@@6B@ @34824 NONAME ??_7H235Authenticator@@6B@ @28831 NONAME ??_7H235Authenticators@@6B@ @31290 NONAME ??_7H235AuthProcedure1@@6B@ @28832 NONAME ??_7H235AuthSimpleMD5@@6B@ @28833 NONAME ??_7H235_AuthenticationBES@@6B@ @28706 NONAME ??_7H235_AuthenticationMechanism@@6B@ @7186 NONAME ??_7H235_ChallengeString@@6B@ @7187 NONAME ??_7H235_ClearToken@@6B@ @7188 NONAME ??_7H235_CryptoToken@@6B@ @7189 NONAME ??_7H235_CryptoToken_cryptoEncryptedToken@@6B@ @7190 NONAME ??_7H235_CryptoToken_cryptoHashedToken@@6B@ @7191 NONAME ??_7H235_CryptoToken_cryptoSignedToken@@6B@ @7192 NONAME ??_7H235_DHset@@6B@ @7193 NONAME ??_7H235_ECGDSASignature@@6B@ @38569 NONAME ??_7H235_ECKASDH@@6B@ @28708 NONAME ??_7H235_ECKASDH_eckasdh2@@6B@ @28709 NONAME ??_7H235_ECKASDH_eckasdhp@@6B@ @28710 NONAME ??_7H235_ECpoint@@6B@ @38570 NONAME ??_7H235_EncodedGeneralToken@@6B@ @27734 NONAME ??_7H235_EncodedKeySignedMaterial@@6B@ @27735 NONAME ??_7H235_EncodedKeySyncMaterial@@6B@ @27736 NONAME ??_7H235_EncodedPwdCertToken@@6B@ @27737 NONAME ??_7H235_EncodedReturnSig@@6B@ @27738 NONAME ??_7H235_H235CertificateSignature@@6B@ @7194 NONAME ??_7H235_H235Key@@6B@ @7195 NONAME ??_7H235_Identifier@@6B@ @7196 NONAME ??_7H235_IV16@@6B@ @28711 NONAME ??_7H235_IV8@@6B@ @7197 NONAME ??_7H235_KeyMaterial@@6B@ @7198 NONAME ??_7H235_KeySignedMaterial@@6B@ @7199 NONAME ??_7H235_KeySyncMaterial@@6B@ @7200 NONAME ??_7H235_NonStandardParameter@@6B@ @7201 NONAME ??_7H235_Params@@6B@ @7202 NONAME ??_7H235_Password@@6B@ @7203 NONAME ??_7H235_PwdCertToken@@6B@ @7204 NONAME ??_7H235_RandomVal@@6B@ @7205 NONAME ??_7H235_ReturnSig@@6B@ @7206 NONAME ??_7H235_TimeStamp@@6B@ @7207 NONAME ??_7H235_TypedCertificate@@6B@ @7208 NONAME ??_7H235_V3KeySyncMaterial@@6B@ @38571 NONAME ??_7H245NegLogicalChannel@@6B@ @7209 NONAME ??_7H245NegLogicalChannels@@6B@ @7210 NONAME ??_7H245NegMasterSlaveDetermination@@6B@ @7211 NONAME ??_7H245Negotiator@@6B@ @7212 NONAME ??_7H245NegRequestMode@@6B@ @7213 NONAME ??_7H245NegRoundTripDelay@@6B@ @7214 NONAME ??_7H245NegTerminalCapabilitySet@@6B@ @7215 NONAME ??_7H245TransportThread@@6B@ @7216 NONAME ??_7H245_AlternativeCapabilitySet@@6B@ @7217 NONAME ??_7H245_ArrayOf_AlternativeCapabilitySet@@6B@ @7218 NONAME ??_7H245_ArrayOf_BEnhancementParameters@@6B@ @7219 NONAME ??_7H245_ArrayOf_CapabilityDescriptor@@6B@ @7220 NONAME ??_7H245_ArrayOf_CapabilityDescriptorNumber@@6B@ @7221 NONAME ??_7H245_ArrayOf_CapabilityTableEntry@@6B@ @7222 NONAME ??_7H245_ArrayOf_CapabilityTableEntryNumber@@6B@ @7223 NONAME ??_7H245_ArrayOf_CommunicationModeTableEntry@@6B@ @7224 NONAME ??_7H245_ArrayOf_CustomPictureClockFrequency@@6B@ @7225 NONAME ??_7H245_ArrayOf_CustomPictureFormat@@6B@ @7226 NONAME ??_7H245_ArrayOf_DataApplicationCapability@@6B@ @7227 NONAME ??_7H245_ArrayOf_DialingInformationNetworkType@@6B@ @25593 NONAME ??_7H245_ArrayOf_DialingInformationNumber@@6B@ @25594 NONAME ??_7H245_ArrayOf_EnhancementOptions@@6B@ @7228 NONAME ??_7H245_ArrayOf_EscrowData@@6B@ @7229 NONAME ??_7H245_ArrayOf_GenericCapability@@6B@ @52013 NONAME ??_7H245_ArrayOf_GenericParameter@@6B@ @25595 NONAME ??_7H245_ArrayOf_H263ModeComboFlags@@6B@ @7230 NONAME ??_7H245_ArrayOf_H263VideoModeCombos@@6B@ @7231 NONAME ??_7H245_ArrayOf_MediaChannelCapability@@6B@ @7232 NONAME ??_7H245_ArrayOf_MediaDistributionCapability@@6B@ @7233 NONAME ??_7H245_ArrayOf_ModeDescription@@6B@ @7234 NONAME ??_7H245_ArrayOf_MultiplePayloadStreamElement@@6B@ @38572 NONAME ??_7H245_ArrayOf_MultiplePayloadStreamElementMode@@6B@ @38573 NONAME ??_7H245_ArrayOf_MultiplexElement@@6B@ @7235 NONAME ??_7H245_ArrayOf_MultiplexEntryDescriptor@@6B@ @7236 NONAME ??_7H245_ArrayOf_MultiplexEntryRejectionDescriptions@@6B@ @7237 NONAME ??_7H245_ArrayOf_MultiplexTableEntryNumber@@6B@ @7238 NONAME ??_7H245_ArrayOf_NonStandardParameter@@6B@ @7239 NONAME ??_7H245_ArrayOf_ParameterIdentifier@@6B@ @25596 NONAME ??_7H245_ArrayOf_PictureReference@@6B@ @25597 NONAME ??_7H245_ArrayOf_Q2931Address@@6B@ @25598 NONAME ??_7H245_ArrayOf_QOSCapability@@6B@ @7240 NONAME ??_7H245_ArrayOf_RedundancyEncodingCapability@@6B@ @7241 NONAME ??_7H245_ArrayOf_RedundancyEncodingDTModeElement@@6B@ @38574 NONAME ??_7H245_ArrayOf_RedundancyEncodingElement@@6B@ @38575 NONAME ??_7H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@6B@ @7242 NONAME ??_7H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@6B@ @7243 NONAME ??_7H245_ArrayOf_RTPPayloadType@@6B@ @7244 NONAME ??_7H245_ArrayOf_TerminalInformation@@6B@ @7245 NONAME ??_7H245_ArrayOf_TerminalLabel@@6B@ @7246 NONAME ??_7H245_ArrayOf_VCCapability@@6B@ @7247 NONAME ??_7H245_ArrayOf_VideoCapability@@6B@ @52014 NONAME ??_7H245_ATMParameters@@6B@ @7248 NONAME ??_7H245_AudioCapability@@6B@ @7249 NONAME ??_7H245_AudioCapability_g7231@@6B@ @7250 NONAME ??_7H245_AudioMode@@6B@ @7251 NONAME ??_7H245_AudioMode_g7231@@6B@ @7252 NONAME ??_7H245_AudioTelephonyEventCapability@@6B@ @25599 NONAME ??_7H245_AudioToneCapability@@6B@ @25600 NONAME ??_7H245_AuthenticationCapability@@6B@ @7253 NONAME ??_7H245_BEnhancementParameters@@6B@ @7254 NONAME ??_7H245_Capability@@6B@ @7255 NONAME ??_7H245_CapabilityDescriptor@@6B@ @7256 NONAME ??_7H245_CapabilityDescriptorNumber@@6B@ @7257 NONAME ??_7H245_CapabilityIdentifier@@6B@ @25601 NONAME ??_7H245_CapabilityTableEntry@@6B@ @7258 NONAME ??_7H245_CapabilityTableEntryNumber@@6B@ @7259 NONAME ??_7H245_Capability_h233EncryptionReceiveCapability@@6B@ @7260 NONAME ??_7H245_CertSelectionCriteria@@6B@ @7261 NONAME ??_7H245_CloseLogicalChannel@@6B@ @7262 NONAME ??_7H245_CloseLogicalChannelAck@@6B@ @7263 NONAME ??_7H245_CloseLogicalChannel_reason@@6B@ @7264 NONAME ??_7H245_CloseLogicalChannel_source@@6B@ @7265 NONAME ??_7H245_CommandMessage@@6B@ @7266 NONAME ??_7H245_CommunicationModeCommand@@6B@ @7267 NONAME ??_7H245_CommunicationModeRequest@@6B@ @7268 NONAME ??_7H245_CommunicationModeResponse@@6B@ @7269 NONAME ??_7H245_CommunicationModeTableEntry@@6B@ @7270 NONAME ??_7H245_CommunicationModeTableEntry_dataType@@6B@ @7271 NONAME ??_7H245_CompressionType@@6B@ @7272 NONAME ??_7H245_ConferenceCapability@@6B@ @7273 NONAME ??_7H245_ConferenceCommand@@6B@ @7274 NONAME ??_7H245_ConferenceID@@6B@ @7275 NONAME ??_7H245_ConferenceIndication@@6B@ @7276 NONAME ??_7H245_ConferenceRequest@@6B@ @7277 NONAME ??_7H245_ConferenceRequest_requestTerminalCertificate@@6B@ @7278 NONAME ??_7H245_ConferenceResponse@@6B@ @7279 NONAME ??_7H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@6B@ @7280 NONAME ??_7H245_ConferenceResponse_chairTokenOwnerResponse@@6B@ @7281 NONAME ??_7H245_ConferenceResponse_conferenceIDResponse@@6B@ @7282 NONAME ??_7H245_ConferenceResponse_extensionAddressResponse@@6B@ @7283 NONAME ??_7H245_ConferenceResponse_makeMeChairResponse@@6B@ @7284 NONAME ??_7H245_ConferenceResponse_makeTerminalBroadcasterResponse@@6B@ @7285 NONAME ??_7H245_ConferenceResponse_mCTerminalIDResponse@@6B@ @7286 NONAME ??_7H245_ConferenceResponse_passwordResponse@@6B@ @7287 NONAME ??_7H245_ConferenceResponse_sendThisSourceResponse@@6B@ @7288 NONAME ??_7H245_ConferenceResponse_terminalCertificateResponse@@6B@ @7289 NONAME ??_7H245_ConferenceResponse_terminalIDResponse@@6B@ @7290 NONAME ??_7H245_ConnectionIdentifier@@6B@ @25602 NONAME ??_7H245_CRCLength@@6B@ @7291 NONAME ??_7H245_Criteria@@6B@ @7292 NONAME ??_7H245_CustomPictureClockFrequency@@6B@ @7293 NONAME ??_7H245_CustomPictureFormat@@6B@ @7294 NONAME ??_7H245_CustomPictureFormat_mPI@@6B@ @7295 NONAME ??_7H245_CustomPictureFormat_mPI_customPCF@@6B@ @7296 NONAME ??_7H245_CustomPictureFormat_mPI_customPCF_subtype@@6B@ @7297 NONAME ??_7H245_CustomPictureFormat_pixelAspectInformation@@6B@ @7298 NONAME ??_7H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@6B@ @7299 NONAME ??_7H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@6B@ @7300 NONAME ??_7H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@6B@ @7301 NONAME ??_7H245_DataApplicationCapability@@6B@ @7302 NONAME ??_7H245_DataApplicationCapability_application@@6B@ @7303 NONAME ??_7H245_DataApplicationCapability_application_nlpid@@6B@ @7304 NONAME ??_7H245_DataApplicationCapability_application_t38fax@@6B@ @25603 NONAME ??_7H245_DataApplicationCapability_application_t84@@6B@ @7305 NONAME ??_7H245_DataMode@@6B@ @7306 NONAME ??_7H245_DataMode_application@@6B@ @7307 NONAME ??_7H245_DataMode_application_nlpid@@6B@ @7308 NONAME ??_7H245_DataMode_application_t38fax@@6B@ @25604 NONAME ??_7H245_DataProtocolCapability@@6B@ @7309 NONAME ??_7H245_DataProtocolCapability_v76wCompression@@6B@ @7310 NONAME ??_7H245_DataType@@6B@ @7311 NONAME ??_7H245_DepFECCapability@@6B@ @52015 NONAME ??_7H245_DepFECCapability_rfc2733@@6B@ @52016 NONAME ??_7H245_DepFECCapability_rfc2733_separateStream@@6B@ @52017 NONAME ??_7H245_DepFECData@@6B@ @52018 NONAME ??_7H245_DepFECData_rfc2733@@6B@ @52019 NONAME ??_7H245_DepFECData_rfc2733_mode@@6B@ @52020 NONAME ??_7H245_DepFECData_rfc2733_mode_separateStream@@6B@ @52021 NONAME ??_7H245_DepFECData_rfc2733_mode_separateStream_differentPort@@6B@ @52022 NONAME ??_7H245_DepFECData_rfc2733_mode_separateStream_samePort@@6B@ @52023 NONAME ??_7H245_DepFECMode@@6B@ @52024 NONAME ??_7H245_DepFECMode_rfc2733Mode@@6B@ @52025 NONAME ??_7H245_DepFECMode_rfc2733Mode_mode@@6B@ @52026 NONAME ??_7H245_DepFECMode_rfc2733Mode_mode_separateStream@@6B@ @52027 NONAME ??_7H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@6B@ @52028 NONAME ??_7H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@6B@ @52029 NONAME ??_7H245_DialingInformation@@6B@ @25605 NONAME ??_7H245_DialingInformationNetworkType@@6B@ @25606 NONAME ??_7H245_DialingInformationNumber@@6B@ @25607 NONAME ??_7H245_EncryptionAuthenticationAndIntegrity@@6B@ @7312 NONAME ??_7H245_EncryptionCapability@@6B@ @7313 NONAME ??_7H245_EncryptionCommand@@6B@ @7314 NONAME ??_7H245_EncryptionCommand_encryptionAlgorithmID@@6B@ @7315 NONAME ??_7H245_EncryptionMode@@6B@ @7316 NONAME ??_7H245_EncryptionSync@@6B@ @7317 NONAME ??_7H245_EncryptionUpdateDirection@@6B@ @52030 NONAME ??_7H245_EncryptionUpdateRequest@@6B@ @7318 NONAME ??_7H245_EndSessionCommand@@6B@ @7319 NONAME ??_7H245_EndSessionCommand_gstnOptions@@6B@ @7320 NONAME ??_7H245_EndSessionCommand_isdnOptions@@6B@ @7321 NONAME ??_7H245_EnhancementLayerInfo@@6B@ @7322 NONAME ??_7H245_EnhancementOptions@@6B@ @7323 NONAME ??_7H245_EscrowData@@6B@ @7324 NONAME ??_7H245_ExtendedVideoCapability@@6B@ @52031 NONAME ??_7H245_FECCapability@@6B@ @38576 NONAME ??_7H245_FECCapability_rfc2733Format@@6B@ @52032 NONAME ??_7H245_FECData@@6B@ @38579 NONAME ??_7H245_FECData_rfc2733@@6B@ @38580 NONAME ??_7H245_FECData_rfc2733_pktMode@@6B@ @52033 NONAME ??_7H245_FECData_rfc2733_pktMode_rfc2733diffport@@6B@ @52034 NONAME ??_7H245_FECData_rfc2733_pktMode_rfc2733sameport@@6B@ @52035 NONAME ??_7H245_FECMode@@6B@ @38585 NONAME ??_7H245_FECMode_rfc2733Format@@6B@ @52036 NONAME ??_7H245_FlowControlCommand@@6B@ @7325 NONAME ??_7H245_FlowControlCommand_restriction@@6B@ @7326 NONAME ??_7H245_FlowControlCommand_scope@@6B@ @7327 NONAME ??_7H245_FlowControlIndication@@6B@ @25608 NONAME ??_7H245_FlowControlIndication_restriction@@6B@ @25609 NONAME ??_7H245_FlowControlIndication_scope@@6B@ @25610 NONAME ??_7H245_FunctionNotSupported@@6B@ @7328 NONAME ??_7H245_FunctionNotSupported_cause@@6B@ @7329 NONAME ??_7H245_FunctionNotUnderstood@@6B@ @7330 NONAME ??_7H245_G7231AnnexCCapability@@6B@ @7331 NONAME ??_7H245_G7231AnnexCCapability_g723AnnexCAudioMode@@6B@ @7332 NONAME ??_7H245_G7231AnnexCMode@@6B@ @7333 NONAME ??_7H245_G7231AnnexCMode_g723AnnexCAudioMode@@6B@ @7334 NONAME ??_7H245_G729Extensions@@6B@ @25611 NONAME ??_7H245_GenericCapability@@6B@ @25612 NONAME ??_7H245_GenericMessage@@6B@ @52037 NONAME ??_7H245_GenericParameter@@6B@ @25613 NONAME ??_7H245_GSMAudioCapability@@6B@ @7335 NONAME ??_7H245_H222Capability@@6B@ @7336 NONAME ??_7H245_H222LogicalChannelParameters@@6B@ @7337 NONAME ??_7H245_H223AL1MParameters@@6B@ @7338 NONAME ??_7H245_H223AL1MParameters_arqType@@6B@ @7339 NONAME ??_7H245_H223AL1MParameters_crcLength@@6B@ @7340 NONAME ??_7H245_H223AL1MParameters_headerFEC@@6B@ @7341 NONAME ??_7H245_H223AL1MParameters_transferMode@@6B@ @7342 NONAME ??_7H245_H223AL2MParameters@@6B@ @7343 NONAME ??_7H245_H223AL2MParameters_headerFEC@@6B@ @7344 NONAME ??_7H245_H223AL3MParameters@@6B@ @7345 NONAME ??_7H245_H223AL3MParameters_arqType@@6B@ @7346 NONAME ??_7H245_H223AL3MParameters_crcLength@@6B@ @7347 NONAME ??_7H245_H223AL3MParameters_headerFormat@@6B@ @7348 NONAME ??_7H245_H223AnnexCArqParameters@@6B@ @7349 NONAME ??_7H245_H223AnnexCArqParameters_numberOfRetransmissions@@6B@ @7350 NONAME ??_7H245_H223AnnexCCapability@@6B@ @7351 NONAME ??_7H245_H223Capability@@6B@ @7352 NONAME ??_7H245_H223Capability_h223MultiplexTableCapability@@6B@ @7353 NONAME ??_7H245_H223Capability_h223MultiplexTableCapability_enhanced@@6B@ @7354 NONAME ??_7H245_H223Capability_mobileMultilinkFrameCapability@@6B@ @25614 NONAME ??_7H245_H223Capability_mobileOperationTransmitCapability@@6B@ @7355 NONAME ??_7H245_H223LogicalChannelParameters@@6B@ @7356 NONAME ??_7H245_H223LogicalChannelParameters_adaptationLayerType@@6B@ @7357 NONAME ??_7H245_H223LogicalChannelParameters_adaptationLayerType_al3@@6B@ @7358 NONAME ??_7H245_H223ModeParameters@@6B@ @7359 NONAME ??_7H245_H223ModeParameters_adaptationLayerType@@6B@ @7360 NONAME ??_7H245_H223ModeParameters_adaptationLayerType_al3@@6B@ @7361 NONAME ??_7H245_H223MultiplexReconfiguration@@6B@ @7362 NONAME ??_7H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@6B@ @7363 NONAME ??_7H245_H223MultiplexReconfiguration_h223ModeChange@@6B@ @7364 NONAME ??_7H245_H223SkewIndication@@6B@ @7365 NONAME ??_7H245_H2250Capability@@6B@ @7366 NONAME ??_7H245_H2250Capability_mcCapability@@6B@ @7367 NONAME ??_7H245_H2250LogicalChannelAckParameters@@6B@ @7368 NONAME ??_7H245_H2250LogicalChannelParameters@@6B@ @7369 NONAME ??_7H245_H2250LogicalChannelParameters_mediaPacketization@@6B@ @7370 NONAME ??_7H245_H2250MaximumSkewIndication@@6B@ @7371 NONAME ??_7H245_H2250ModeParameters@@6B@ @7372 NONAME ??_7H245_H235Media@@6B@ @7373 NONAME ??_7H245_H235Media_mediaType@@6B@ @7374 NONAME ??_7H245_H235Mode@@6B@ @7375 NONAME ??_7H245_H235Mode_mediaMode@@6B@ @7376 NONAME ??_7H245_H235SecurityCapability@@6B@ @7377 NONAME ??_7H245_H261VideoCapability@@6B@ @7378 NONAME ??_7H245_H261VideoMode@@6B@ @7379 NONAME ??_7H245_H261VideoMode_resolution@@6B@ @7380 NONAME ??_7H245_H262VideoCapability@@6B@ @7381 NONAME ??_7H245_H262VideoMode@@6B@ @7382 NONAME ??_7H245_H262VideoMode_profileAndLevel@@6B@ @7383 NONAME ??_7H245_H263ModeComboFlags@@6B@ @7384 NONAME ??_7H245_H263Options@@6B@ @7385 NONAME ??_7H245_H263Version3Options@@6B@ @25615 NONAME ??_7H245_H263VideoCapability@@6B@ @7386 NONAME ??_7H245_H263VideoMode@@6B@ @7387 NONAME ??_7H245_H263VideoModeCombos@@6B@ @7388 NONAME ??_7H245_H263VideoMode_resolution@@6B@ @7389 NONAME ??_7H245_IndicationMessage@@6B@ @7390 NONAME ??_7H245_IntegrityCapability@@6B@ @7391 NONAME ??_7H245_IS11172AudioCapability@@6B@ @7392 NONAME ??_7H245_IS11172AudioMode@@6B@ @7393 NONAME ??_7H245_IS11172AudioMode_audioLayer@@6B@ @7394 NONAME ??_7H245_IS11172AudioMode_audioSampling@@6B@ @7395 NONAME ??_7H245_IS11172AudioMode_multichannelType@@6B@ @7396 NONAME ??_7H245_IS11172VideoCapability@@6B@ @7397 NONAME ??_7H245_IS11172VideoMode@@6B@ @7398 NONAME ??_7H245_IS13818AudioCapability@@6B@ @7399 NONAME ??_7H245_IS13818AudioMode@@6B@ @7400 NONAME ??_7H245_IS13818AudioMode_audioLayer@@6B@ @7401 NONAME ??_7H245_IS13818AudioMode_audioSampling@@6B@ @7402 NONAME ??_7H245_IS13818AudioMode_multichannelType@@6B@ @7403 NONAME ??_7H245_IV16@@6B@ @52038 NONAME ??_7H245_IV8@@6B@ @52039 NONAME ??_7H245_JitterIndication@@6B@ @7404 NONAME ??_7H245_JitterIndication_scope@@6B@ @7405 NONAME ??_7H245_KeyProtectionMethod@@6B@ @7406 NONAME ??_7H245_LogicalChannelNumber@@6B@ @7407 NONAME ??_7H245_LogicalChannelRateAcknowledge@@6B@ @25616 NONAME ??_7H245_LogicalChannelRateReject@@6B@ @25617 NONAME ??_7H245_LogicalChannelRateRejectReason@@6B@ @25618 NONAME ??_7H245_LogicalChannelRateRelease@@6B@ @25619 NONAME ??_7H245_LogicalChannelRateRequest@@6B@ @25620 NONAME ??_7H245_MaintenanceLoopAck@@6B@ @7408 NONAME ??_7H245_MaintenanceLoopAck_type@@6B@ @7409 NONAME ??_7H245_MaintenanceLoopOffCommand@@6B@ @7410 NONAME ??_7H245_MaintenanceLoopReject@@6B@ @7411 NONAME ??_7H245_MaintenanceLoopReject_cause@@6B@ @7412 NONAME ??_7H245_MaintenanceLoopReject_type@@6B@ @7413 NONAME ??_7H245_MaintenanceLoopRequest@@6B@ @7414 NONAME ??_7H245_MaintenanceLoopRequest_type@@6B@ @7415 NONAME ??_7H245_MasterSlaveDetermination@@6B@ @7416 NONAME ??_7H245_MasterSlaveDeterminationAck@@6B@ @7417 NONAME ??_7H245_MasterSlaveDeterminationAck_decision@@6B@ @7418 NONAME ??_7H245_MasterSlaveDeterminationReject@@6B@ @7419 NONAME ??_7H245_MasterSlaveDeterminationReject_cause@@6B@ @7420 NONAME ??_7H245_MasterSlaveDeterminationRelease@@6B@ @7421 NONAME ??_7H245_MaximumBitRate@@6B@ @25621 NONAME ??_7H245_MaxRedundancy@@6B@ @52040 NONAME ??_7H245_MCLocationIndication@@6B@ @7422 NONAME ??_7H245_McuNumber@@6B@ @7423 NONAME ??_7H245_MediaChannelCapability@@6B@ @7424 NONAME ??_7H245_MediaDistributionCapability@@6B@ @7425 NONAME ??_7H245_MediaEncryptionAlgorithm@@6B@ @7426 NONAME ??_7H245_MediaPacketizationCapability@@6B@ @7427 NONAME ??_7H245_MediaTransportType@@6B@ @7428 NONAME ??_7H245_MediaTransportType_atm_AAL5_compressed@@6B@ @25622 NONAME ??_7H245_MiscellaneousCommand@@6B@ @7429 NONAME ??_7H245_MiscellaneousCommand_type@@6B@ @7430 NONAME ??_7H245_MiscellaneousCommand_type_encryptionUpdateAck@@6B@ @52041 NONAME ??_7H245_MiscellaneousCommand_type_encryptionUpdateCommand@@6B@ @52042 NONAME ??_7H245_MiscellaneousCommand_type_lostPartialPicture@@6B@ @25623 NONAME ??_7H245_MiscellaneousCommand_type_progressiveRefinementStart@@6B@ @7431 NONAME ??_7H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@6B@ @7432 NONAME ??_7H245_MiscellaneousCommand_type_videoBadMBs@@6B@ @25624 NONAME ??_7H245_MiscellaneousCommand_type_videoFastUpdateGOB@@6B@ @7433 NONAME ??_7H245_MiscellaneousCommand_type_videoFastUpdateMB@@6B@ @7434 NONAME ??_7H245_MiscellaneousIndication@@6B@ @7435 NONAME ??_7H245_MiscellaneousIndication_type@@6B@ @7436 NONAME ??_7H245_MiscellaneousIndication_type_videoNotDecodedMBs@@6B@ @7437 NONAME ??_7H245_MobileMultilinkReconfigurationCommand@@6B@ @25625 NONAME ??_7H245_MobileMultilinkReconfigurationCommand_status@@6B@ @25626 NONAME ??_7H245_MobileMultilinkReconfigurationIndication@@6B@ @25627 NONAME ??_7H245_ModeDescription@@6B@ @7438 NONAME ??_7H245_ModeElement@@6B@ @7439 NONAME ??_7H245_ModeElementType@@6B@ @38591 NONAME ??_7H245_MulticastAddress@@6B@ @7441 NONAME ??_7H245_MulticastAddress_iP6Address@@6B@ @7442 NONAME ??_7H245_MulticastAddress_iPAddress@@6B@ @7443 NONAME ??_7H245_MultilinkIndication@@6B@ @25628 NONAME ??_7H245_MultilinkIndication_crcDesired@@6B@ @25629 NONAME ??_7H245_MultilinkIndication_excessiveError@@6B@ @25630 NONAME ??_7H245_MultilinkRequest@@6B@ @25631 NONAME ??_7H245_MultilinkRequest_addConnection@@6B@ @25632 NONAME ??_7H245_MultilinkRequest_callInformation@@6B@ @25633 NONAME ??_7H245_MultilinkRequest_maximumHeaderInterval@@6B@ @25634 NONAME ??_7H245_MultilinkRequest_maximumHeaderInterval_requestType@@6B@ @25635 NONAME ??_7H245_MultilinkRequest_removeConnection@@6B@ @25636 NONAME ??_7H245_MultilinkResponse@@6B@ @25637 NONAME ??_7H245_MultilinkResponse_addConnection@@6B@ @25638 NONAME ??_7H245_MultilinkResponse_addConnection_responseCode@@6B@ @25639 NONAME ??_7H245_MultilinkResponse_addConnection_responseCode_rejected@@6B@ @25640 NONAME ??_7H245_MultilinkResponse_callInformation@@6B@ @25641 NONAME ??_7H245_MultilinkResponse_maximumHeaderInterval@@6B@ @25642 NONAME ??_7H245_MultilinkResponse_removeConnection@@6B@ @25643 NONAME ??_7H245_MultimediaSystemControlMessage@@6B@ @7444 NONAME ??_7H245_MultiplePayloadStream@@6B@ @38592 NONAME ??_7H245_MultiplePayloadStreamCapability@@6B@ @38593 NONAME ??_7H245_MultiplePayloadStreamElement@@6B@ @38594 NONAME ??_7H245_MultiplePayloadStreamElementMode@@6B@ @38595 NONAME ??_7H245_MultiplePayloadStreamMode@@6B@ @38596 NONAME ??_7H245_MultiplexCapability@@6B@ @7445 NONAME ??_7H245_MultiplexedStreamCapability@@6B@ @25644 NONAME ??_7H245_MultiplexedStreamModeParameters@@6B@ @25645 NONAME ??_7H245_MultiplexedStreamParameter@@6B@ @25646 NONAME ??_7H245_MultiplexElement@@6B@ @7446 NONAME ??_7H245_MultiplexElement_repeatCount@@6B@ @7447 NONAME ??_7H245_MultiplexElement_type@@6B@ @7448 NONAME ??_7H245_MultiplexEntryDescriptor@@6B@ @7449 NONAME ??_7H245_MultiplexEntryRejectionDescriptions@@6B@ @7450 NONAME ??_7H245_MultiplexEntryRejectionDescriptions_cause@@6B@ @7451 NONAME ??_7H245_MultiplexEntrySend@@6B@ @7452 NONAME ??_7H245_MultiplexEntrySendAck@@6B@ @7453 NONAME ??_7H245_MultiplexEntrySendReject@@6B@ @7454 NONAME ??_7H245_MultiplexEntrySendRelease@@6B@ @7455 NONAME ??_7H245_MultiplexFormat@@6B@ @25647 NONAME ??_7H245_MultiplexTableEntryNumber@@6B@ @7456 NONAME ??_7H245_MultipointCapability@@6B@ @7457 NONAME ??_7H245_NetworkAccessParameters@@6B@ @7458 NONAME ??_7H245_NetworkAccessParameters_distribution@@6B@ @7459 NONAME ??_7H245_NetworkAccessParameters_networkAddress@@6B@ @7460 NONAME ??_7H245_NetworkAccessParameters_t120SetupProcedure@@6B@ @7461 NONAME ??_7H245_NewATMVCCommand@@6B@ @25648 NONAME ??_7H245_NewATMVCCommand_aal@@6B@ @25649 NONAME ??_7H245_NewATMVCCommand_aal_aal1@@6B@ @25650 NONAME ??_7H245_NewATMVCCommand_aal_aal1_clockRecovery@@6B@ @25651 NONAME ??_7H245_NewATMVCCommand_aal_aal1_errorCorrection@@6B@ @25652 NONAME ??_7H245_NewATMVCCommand_aal_aal5@@6B@ @25653 NONAME ??_7H245_NewATMVCCommand_multiplex@@6B@ @25654 NONAME ??_7H245_NewATMVCCommand_reverseParameters@@6B@ @25655 NONAME ??_7H245_NewATMVCCommand_reverseParameters_multiplex@@6B@ @25656 NONAME ??_7H245_NewATMVCIndication@@6B@ @7462 NONAME ??_7H245_NewATMVCIndication_aal@@6B@ @7463 NONAME ??_7H245_NewATMVCIndication_aal_aal1@@6B@ @7464 NONAME ??_7H245_NewATMVCIndication_aal_aal1_clockRecovery@@6B@ @7465 NONAME ??_7H245_NewATMVCIndication_aal_aal1_errorCorrection@@6B@ @7466 NONAME ??_7H245_NewATMVCIndication_aal_aal5@@6B@ @7467 NONAME ??_7H245_NewATMVCIndication_multiplex@@6B@ @7468 NONAME ??_7H245_NewATMVCIndication_reverseParameters@@6B@ @7469 NONAME ??_7H245_NewATMVCIndication_reverseParameters_multiplex@@6B@ @7470 NONAME ??_7H245_NonStandardIdentifier@@6B@ @7471 NONAME ??_7H245_NonStandardIdentifier_h221NonStandard@@6B@ @7472 NONAME ??_7H245_NonStandardMessage@@6B@ @7473 NONAME ??_7H245_NonStandardParameter@@6B@ @7474 NONAME ??_7H245_NoPTAudioTelephonyEventCapability@@6B@ @38597 NONAME ??_7H245_NoPTAudioToneCapability@@6B@ @38598 NONAME ??_7H245_OpenLogicalChannel@@6B@ @7475 NONAME ??_7H245_OpenLogicalChannelAck@@6B@ @7476 NONAME ??_7H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@6B@ @7477 NONAME ??_7H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@6B@ @7478 NONAME ??_7H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@6B@ @7479 NONAME ??_7H245_OpenLogicalChannelConfirm@@6B@ @7480 NONAME ??_7H245_OpenLogicalChannelReject@@6B@ @7481 NONAME ??_7H245_OpenLogicalChannelReject_cause@@6B@ @7482 NONAME ??_7H245_OpenLogicalChannel_forwardLogicalChannelParameters@@6B@ @7483 NONAME ??_7H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@6B@ @7484 NONAME ??_7H245_OpenLogicalChannel_reverseLogicalChannelParameters@@6B@ @7485 NONAME ??_7H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@6B@ @7486 NONAME ??_7H245_ParameterIdentifier@@6B@ @25657 NONAME ??_7H245_ParameterValue@@6B@ @25658 NONAME ??_7H245_Params@@6B@ @52043 NONAME ??_7H245_Password@@6B@ @7487 NONAME ??_7H245_PictureReference@@6B@ @25659 NONAME ??_7H245_Q2931Address@@6B@ @7488 NONAME ??_7H245_Q2931Address_address@@6B@ @7489 NONAME ??_7H245_QOSCapability@@6B@ @7490 NONAME ??_7H245_QOSMode@@6B@ @7491 NONAME ??_7H245_RedundancyEncoding@@6B@ @7492 NONAME ??_7H245_RedundancyEncodingCapability@@6B@ @7493 NONAME ??_7H245_RedundancyEncodingDTMode@@6B@ @38599 NONAME ??_7H245_RedundancyEncodingDTModeElement@@6B@ @38600 NONAME ??_7H245_RedundancyEncodingDTModeElement_type@@6B@ @38601 NONAME ??_7H245_RedundancyEncodingElement@@6B@ @38602 NONAME ??_7H245_RedundancyEncodingMethod@@6B@ @7494 NONAME ??_7H245_RedundancyEncodingMode@@6B@ @7495 NONAME ??_7H245_RedundancyEncodingMode_secondaryEncoding@@6B@ @7496 NONAME ??_7H245_RedundancyEncoding_rtpRedundancyEncoding@@6B@ @38603 NONAME ??_7H245_RefPictureSelection@@6B@ @7497 NONAME ??_7H245_RefPictureSelection_additionalPictureMemory@@6B@ @7498 NONAME ??_7H245_RefPictureSelection_enhancedReferencePicSelect@@6B@ @25660 NONAME ??_7H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@6B@ @25661 NONAME ??_7H245_RefPictureSelection_videoBackChannelSend@@6B@ @7499 NONAME ??_7H245_RemoteMCRequest@@6B@ @7500 NONAME ??_7H245_RemoteMCResponse@@6B@ @7501 NONAME ??_7H245_RemoteMCResponse_reject@@6B@ @7502 NONAME ??_7H245_RequestAllTerminalIDsResponse@@6B@ @7503 NONAME ??_7H245_RequestChannelClose@@6B@ @7504 NONAME ??_7H245_RequestChannelCloseAck@@6B@ @7505 NONAME ??_7H245_RequestChannelCloseReject@@6B@ @7506 NONAME ??_7H245_RequestChannelCloseReject_cause@@6B@ @7507 NONAME ??_7H245_RequestChannelCloseRelease@@6B@ @7508 NONAME ??_7H245_RequestChannelClose_reason@@6B@ @7509 NONAME ??_7H245_RequestMessage@@6B@ @7510 NONAME ??_7H245_RequestMode@@6B@ @7511 NONAME ??_7H245_RequestModeAck@@6B@ @7512 NONAME ??_7H245_RequestModeAck_response@@6B@ @7513 NONAME ??_7H245_RequestModeReject@@6B@ @7514 NONAME ??_7H245_RequestModeReject_cause@@6B@ @7515 NONAME ??_7H245_RequestModeRelease@@6B@ @7516 NONAME ??_7H245_RequestMultiplexEntry@@6B@ @7517 NONAME ??_7H245_RequestMultiplexEntryAck@@6B@ @7518 NONAME ??_7H245_RequestMultiplexEntryReject@@6B@ @7519 NONAME ??_7H245_RequestMultiplexEntryRejectionDescriptions@@6B@ @7520 NONAME ??_7H245_RequestMultiplexEntryRejectionDescriptions_cause@@6B@ @7521 NONAME ??_7H245_RequestMultiplexEntryRelease@@6B@ @7522 NONAME ??_7H245_ResponseMessage@@6B@ @7523 NONAME ??_7H245_RoundTripDelayRequest@@6B@ @7524 NONAME ??_7H245_RoundTripDelayResponse@@6B@ @7525 NONAME ??_7H245_RSVPParameters@@6B@ @7526 NONAME ??_7H245_RTPH263VideoRedundancyEncoding@@6B@ @7527 NONAME ??_7H245_RTPH263VideoRedundancyEncoding_containedThreads@@6B@ @7528 NONAME ??_7H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@6B@ @7529 NONAME ??_7H245_RTPH263VideoRedundancyFrameMapping@@6B@ @7530 NONAME ??_7H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@6B@ @7531 NONAME ??_7H245_RTPPayloadType@@6B@ @7532 NONAME ??_7H245_RTPPayloadType_payloadDescriptor@@6B@ @7533 NONAME ??_7H245_SendTerminalCapabilitySet@@6B@ @7534 NONAME ??_7H245_SendTerminalCapabilitySet_specificRequest@@6B@ @7535 NONAME ??_7H245_SequenceNumber@@6B@ @7536 NONAME ??_7H245_SubstituteConferenceIDCommand@@6B@ @7537 NONAME ??_7H245_T38FaxProfile@@6B@ @25662 NONAME ??_7H245_T38FaxRateManagement@@6B@ @25663 NONAME ??_7H245_T38FaxTcpOptions@@6B@ @25664 NONAME ??_7H245_T38FaxUdpOptions@@6B@ @25665 NONAME ??_7H245_T38FaxUdpOptions_t38FaxUdpEC@@6B@ @25666 NONAME ??_7H245_T84Profile@@6B@ @7538 NONAME ??_7H245_T84Profile_t84Restricted@@6B@ @7539 NONAME ??_7H245_TerminalCapabilitySet@@6B@ @7540 NONAME ??_7H245_TerminalCapabilitySetAck@@6B@ @7541 NONAME ??_7H245_TerminalCapabilitySetReject@@6B@ @7542 NONAME ??_7H245_TerminalCapabilitySetReject_cause@@6B@ @7543 NONAME ??_7H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@6B@ @7544 NONAME ??_7H245_TerminalCapabilitySetRelease@@6B@ @7545 NONAME ??_7H245_TerminalID@@6B@ @7546 NONAME ??_7H245_TerminalInformation@@6B@ @7547 NONAME ??_7H245_TerminalLabel@@6B@ @7548 NONAME ??_7H245_TerminalNumber@@6B@ @7549 NONAME ??_7H245_TerminalYouAreSeeingInSubPictureNumber@@6B@ @7550 NONAME ??_7H245_TransparencyParameters@@6B@ @7551 NONAME ??_7H245_TransportAddress@@6B@ @7552 NONAME ??_7H245_TransportCapability@@6B@ @7553 NONAME ??_7H245_UnicastAddress@@6B@ @7554 NONAME ??_7H245_UnicastAddress_iP6Address@@6B@ @7555 NONAME ??_7H245_UnicastAddress_iPAddress@@6B@ @7556 NONAME ??_7H245_UnicastAddress_iPSourceRouteAddress@@6B@ @7557 NONAME ??_7H245_UnicastAddress_iPSourceRouteAddress_route@@6B@ @7558 NONAME ??_7H245_UnicastAddress_iPSourceRouteAddress_routing@@6B@ @7559 NONAME ??_7H245_UnicastAddress_iPXAddress@@6B@ @7560 NONAME ??_7H245_UserInputCapability@@6B@ @7561 NONAME ??_7H245_UserInputIndication@@6B@ @7562 NONAME ??_7H245_UserInputIndication_encryptedAlphanumeric@@6B@ @52044 NONAME ??_7H245_UserInputIndication_extendedAlphanumeric@@6B@ @25667 NONAME ??_7H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@6B@ @52045 NONAME ??_7H245_UserInputIndication_signal@@6B@ @7563 NONAME ??_7H245_UserInputIndication_signalUpdate@@6B@ @7564 NONAME ??_7H245_UserInputIndication_signalUpdate_rtp@@6B@ @7565 NONAME ??_7H245_UserInputIndication_signal_rtp@@6B@ @7566 NONAME ??_7H245_UserInputIndication_userInputSupportIndication@@6B@ @7567 NONAME ??_7H245_V42bis@@6B@ @7568 NONAME ??_7H245_V75Capability@@6B@ @7569 NONAME ??_7H245_V75Parameters@@6B@ @7570 NONAME ??_7H245_V76Capability@@6B@ @7571 NONAME ??_7H245_V76HDLCParameters@@6B@ @7572 NONAME ??_7H245_V76LogicalChannelParameters@@6B@ @7573 NONAME ??_7H245_V76LogicalChannelParameters_mode@@6B@ @7574 NONAME ??_7H245_V76LogicalChannelParameters_mode_eRM@@6B@ @7575 NONAME ??_7H245_V76LogicalChannelParameters_mode_eRM_recovery@@6B@ @7576 NONAME ??_7H245_V76LogicalChannelParameters_suspendResume@@6B@ @7577 NONAME ??_7H245_V76ModeParameters@@6B@ @7578 NONAME ??_7H245_VBDCapability@@6B@ @38604 NONAME ??_7H245_VBDMode@@6B@ @38605 NONAME ??_7H245_VCCapability@@6B@ @7579 NONAME ??_7H245_VCCapability_aal1@@6B@ @7580 NONAME ??_7H245_VCCapability_aal1ViaGateway@@6B@ @25668 NONAME ??_7H245_VCCapability_aal5@@6B@ @7581 NONAME ??_7H245_VCCapability_availableBitRates@@6B@ @7582 NONAME ??_7H245_VCCapability_availableBitRates_type@@6B@ @7583 NONAME ??_7H245_VCCapability_availableBitRates_type_rangeOfBitRates@@6B@ @7584 NONAME ??_7H245_VendorIdentification@@6B@ @7585 NONAME ??_7H245_VideoCapability@@6B@ @7586 NONAME ??_7H245_VideoIndicateCompose@@6B@ @7587 NONAME ??_7H245_VideoMode@@6B@ @7588 NONAME ??_7H248_ActionReply@@6B@ @32952 NONAME ??_7H248_ActionRequest@@6B@ @32953 NONAME ??_7H248_AmmDescriptor@@6B@ @32954 NONAME ??_7H248_AmmRequest@@6B@ @32955 NONAME ??_7H248_AmmsReply@@6B@ @32956 NONAME ??_7H248_ArrayOf_ActionReply@@6B@ @32957 NONAME ??_7H248_ArrayOf_ActionRequest@@6B@ @32958 NONAME ??_7H248_ArrayOf_AmmDescriptor@@6B@ @32959 NONAME ??_7H248_ArrayOf_CommandReply@@6B@ @32960 NONAME ??_7H248_ArrayOf_CommandRequest@@6B@ @32961 NONAME ??_7H248_ArrayOf_EventParameter@@6B@ @32962 NONAME ??_7H248_ArrayOf_IndAuditParameter@@6B@ @32963 NONAME ??_7H248_ArrayOf_IndAudPropertyParm@@6B@ @32964 NONAME ??_7H248_ArrayOf_IndAudStreamDescriptor@@6B@ @32965 NONAME ??_7H248_ArrayOf_ModemType@@6B@ @32966 NONAME ??_7H248_ArrayOf_ObservedEvent@@6B@ @32967 NONAME ??_7H248_ArrayOf_PASN_OctetString@@6B@ @32968 NONAME ??_7H248_ArrayOf_PropertyGroup@@6B@ @32969 NONAME ??_7H248_ArrayOf_PropertyParm@@6B@ @32970 NONAME ??_7H248_ArrayOf_RequestedEvent@@6B@ @32971 NONAME ??_7H248_ArrayOf_SecondRequestedEvent@@6B@ @32972 NONAME ??_7H248_ArrayOf_Signal@@6B@ @32973 NONAME ??_7H248_ArrayOf_SigParameter@@6B@ @32974 NONAME ??_7H248_ArrayOf_StreamDescriptor@@6B@ @32975 NONAME ??_7H248_ArrayOf_TerminationID@@6B@ @32976 NONAME ??_7H248_ArrayOf_TopologyRequest@@6B@ @32977 NONAME ??_7H248_ArrayOf_Transaction@@6B@ @32978 NONAME ??_7H248_ArrayOf_WildcardField@@6B@ @32979 NONAME ??_7H248_AuditDescriptor@@6B@ @32980 NONAME ??_7H248_AuditReply@@6B@ @32981 NONAME ??_7H248_AuditRequest@@6B@ @32982 NONAME ??_7H248_AuditResult@@6B@ @32983 NONAME ??_7H248_AuditReturnParameter@@6B@ @32984 NONAME ??_7H248_AuthData@@6B@ @32985 NONAME ??_7H248_AuthenticationHeader@@6B@ @32986 NONAME ??_7H248_Command@@6B@ @32987 NONAME ??_7H248_CommandReply@@6B@ @32988 NONAME ??_7H248_CommandRequest@@6B@ @32989 NONAME ??_7H248_ContextAttrAuditRequest@@6B@ @32990 NONAME ??_7H248_ContextID@@6B@ @32991 NONAME ??_7H248_ContextRequest@@6B@ @32992 NONAME ??_7H248_DigitMapDescriptor@@6B@ @32993 NONAME ??_7H248_DigitMapName@@6B@ @32994 NONAME ??_7H248_DigitMapValue@@6B@ @32995 NONAME ??_7H248_DomainName@@6B@ @32996 NONAME ??_7H248_ErrorCode@@6B@ @32997 NONAME ??_7H248_ErrorDescriptor@@6B@ @32998 NONAME ??_7H248_ErrorText@@6B@ @32999 NONAME ??_7H248_EventBufferControl@@6B@ @33000 NONAME ??_7H248_EventBufferDescriptor@@6B@ @33001 NONAME ??_7H248_EventDM@@6B@ @33002 NONAME ??_7H248_EventName@@6B@ @33003 NONAME ??_7H248_EventParameter@@6B@ @33004 NONAME ??_7H248_EventParameter_extraInfo@@6B@ @33005 NONAME ??_7H248_EventsDescriptor@@6B@ @33006 NONAME ??_7H248_EventSpec@@6B@ @33007 NONAME ??_7H248_H221NonStandard@@6B@ @33008 NONAME ??_7H248_IndAudDigitMapDescriptor@@6B@ @33009 NONAME ??_7H248_IndAudEventBufferDescriptor@@6B@ @33010 NONAME ??_7H248_IndAudEventsDescriptor@@6B@ @33011 NONAME ??_7H248_IndAuditParameter@@6B@ @33012 NONAME ??_7H248_IndAudLocalControlDescriptor@@6B@ @33013 NONAME ??_7H248_IndAudLocalRemoteDescriptor@@6B@ @33014 NONAME ??_7H248_IndAudMediaDescriptor@@6B@ @33015 NONAME ??_7H248_IndAudMediaDescriptor_streams@@6B@ @33016 NONAME ??_7H248_IndAudPackagesDescriptor@@6B@ @33017 NONAME ??_7H248_IndAudPropertyGroup@@6B@ @33018 NONAME ??_7H248_IndAudPropertyParm@@6B@ @33019 NONAME ??_7H248_IndAudSeqSigList@@6B@ @33020 NONAME ??_7H248_IndAudSignal@@6B@ @33021 NONAME ??_7H248_IndAudSignalsDescriptor@@6B@ @33022 NONAME ??_7H248_IndAudStatisticsDescriptor@@6B@ @33023 NONAME ??_7H248_IndAudStreamDescriptor@@6B@ @33024 NONAME ??_7H248_IndAudStreamParms@@6B@ @33025 NONAME ??_7H248_IndAudTerminationStateDescriptor@@6B@ @33026 NONAME ??_7H248_IP4Address@@6B@ @33027 NONAME ??_7H248_IP6Address@@6B@ @33028 NONAME ??_7H248_LocalControlDescriptor@@6B@ @33029 NONAME ??_7H248_LocalRemoteDescriptor@@6B@ @33030 NONAME ??_7H248_MediaDescriptor@@6B@ @33031 NONAME ??_7H248_MediaDescriptor_streams@@6B@ @33032 NONAME ??_7H248_MegacoMessage@@6B@ @33033 NONAME ??_7H248_Message@@6B@ @33034 NONAME ??_7H248_Message_messageBody@@6B@ @33035 NONAME ??_7H248_MId@@6B@ @33036 NONAME ??_7H248_ModemDescriptor@@6B@ @33037 NONAME ??_7H248_ModemType@@6B@ @33038 NONAME ??_7H248_MuxDescriptor@@6B@ @33039 NONAME ??_7H248_MuxType@@6B@ @33040 NONAME ??_7H248_Name@@6B@ @33041 NONAME ??_7H248_NonStandardData@@6B@ @33042 NONAME ??_7H248_NonStandardIdentifier@@6B@ @33043 NONAME ??_7H248_NotifyCompletion@@6B@ @33044 NONAME ??_7H248_NotifyReply@@6B@ @33045 NONAME ??_7H248_NotifyRequest@@6B@ @33046 NONAME ??_7H248_ObservedEvent@@6B@ @33047 NONAME ??_7H248_ObservedEventsDescriptor@@6B@ @33048 NONAME ??_7H248_PackagesDescriptor@@6B@ @33049 NONAME ??_7H248_PackagesItem@@6B@ @33050 NONAME ??_7H248_PathName@@6B@ @33051 NONAME ??_7H248_PkgdName@@6B@ @33052 NONAME ??_7H248_PropertyGroup@@6B@ @33053 NONAME ??_7H248_PropertyParm@@6B@ @33054 NONAME ??_7H248_PropertyParm_extraInfo@@6B@ @33055 NONAME ??_7H248_Relation@@6B@ @33056 NONAME ??_7H248_RequestedActions@@6B@ @33057 NONAME ??_7H248_RequestedEvent@@6B@ @33058 NONAME ??_7H248_RequestID@@6B@ @33059 NONAME ??_7H248_SecondEventsDescriptor@@6B@ @33060 NONAME ??_7H248_SecondRequestedActions@@6B@ @33061 NONAME ??_7H248_SecondRequestedEvent@@6B@ @33062 NONAME ??_7H248_SecurityParmIndex@@6B@ @33063 NONAME ??_7H248_SeqSigList@@6B@ @33064 NONAME ??_7H248_SequenceNum@@6B@ @33065 NONAME ??_7H248_ServiceChangeAddress@@6B@ @33066 NONAME ??_7H248_ServiceChangeMethod@@6B@ @33067 NONAME ??_7H248_ServiceChangeParm@@6B@ @33068 NONAME ??_7H248_ServiceChangeProfile@@6B@ @33069 NONAME ??_7H248_ServiceChangeReply@@6B@ @33070 NONAME ??_7H248_ServiceChangeRequest@@6B@ @33071 NONAME ??_7H248_ServiceChangeResParm@@6B@ @33072 NONAME ??_7H248_ServiceChangeResult@@6B@ @33073 NONAME ??_7H248_ServiceState@@6B@ @33074 NONAME ??_7H248_Signal@@6B@ @33075 NONAME ??_7H248_SignalName@@6B@ @33076 NONAME ??_7H248_SignalRequest@@6B@ @33077 NONAME ??_7H248_SignalsDescriptor@@6B@ @33078 NONAME ??_7H248_SignalType@@6B@ @33079 NONAME ??_7H248_SigParameter@@6B@ @33080 NONAME ??_7H248_SigParameter_extraInfo@@6B@ @33081 NONAME ??_7H248_StatisticsDescriptor@@6B@ @33082 NONAME ??_7H248_StatisticsParameter@@6B@ @33083 NONAME ??_7H248_StreamDescriptor@@6B@ @33084 NONAME ??_7H248_StreamID@@6B@ @33085 NONAME ??_7H248_StreamMode@@6B@ @33086 NONAME ??_7H248_StreamParms@@6B@ @33087 NONAME ??_7H248_SubtractRequest@@6B@ @33088 NONAME ??_7H248_TerminationAudit@@6B@ @33089 NONAME ??_7H248_TerminationID@@6B@ @33090 NONAME ??_7H248_TerminationIDList@@6B@ @33091 NONAME ??_7H248_TerminationStateDescriptor@@6B@ @33092 NONAME ??_7H248_TimeNotation@@6B@ @33093 NONAME ??_7H248_TopologyRequest@@6B@ @33094 NONAME ??_7H248_TopologyRequest_topologyDirection@@6B@ @33095 NONAME ??_7H248_Transaction@@6B@ @33096 NONAME ??_7H248_TransactionAck@@6B@ @33097 NONAME ??_7H248_TransactionId@@6B@ @33098 NONAME ??_7H248_TransactionPending@@6B@ @33099 NONAME ??_7H248_TransactionReply@@6B@ @33100 NONAME ??_7H248_TransactionReply_transactionResult@@6B@ @33101 NONAME ??_7H248_TransactionRequest@@6B@ @33102 NONAME ??_7H248_TransactionResponseAck@@6B@ @33103 NONAME ??_7H248_Value@@6B@ @33104 NONAME ??_7H248_WildcardField@@6B@ @33105 NONAME ??_7H261DCTEncoder@@6B@ @7589 NONAME ??_7H261Encoder@@6B@ @7590 NONAME ??_7H261PixelEncoder@@6B@ @7591 NONAME ??_7H323AudioCapability@@6B@ @7592 NONAME ??_7H323AudioCodec@@6B@ @7593 NONAME ??_7H323BidirectionalChannel@@6B@ @7594 NONAME ??_7H323CallCreditServiceControl@@6B@ @33106 NONAME ??_7H323Capabilities@@6B@ @17208 NONAME ??_7H323CapabilitiesSet@@6B@ @17209 NONAME ??_7H323Capability@@6B@ @7595 NONAME ??_7H323Channel@@6B@ @7597 NONAME ??_7H323ChannelNumber@@6B@ @7598 NONAME ??_7H323Codec@@6B@ @7599 NONAME ??_7H323CodecPluginGenericAudioCapability@@6BH323AudioCapability@@@ @52046 NONAME ??_7H323CodecPluginGenericAudioCapability@@6BH323GenericCapabilityInfo@@@ @52047 NONAME ??_7H323CodecPluginNonStandardAudioCapability@@6BH323AudioCapability@@@ @39035 NONAME ??_7H323CodecPluginNonStandardAudioCapability@@6BH323NonStandardCapabilityInfo@@@ @39036 NONAME ??_7H323Connection@@6B@ @7600 NONAME ??_7H323ConnectionsCleaner@@6B@ @7601 NONAME ??_7H323ControlPDU@@6B@ @7602 NONAME ??_7H323DataCapability@@6B@ @7603 NONAME ??_7H323DataChannel@@6B@ @28136 NONAME ??_7H323DynaLink@@6B@ @49665 NONAME ??_7H323EndPoint@@6B@ @7604 NONAME ??_7H323FramedAudioCodec@@6B@ @7605 NONAME ??_7H323Gatekeeper@@6B@ @7606 NONAME ??_7H323GatekeeperARQ@@6B@ @29441 NONAME ??_7H323GatekeeperBRQ@@6B@ @29442 NONAME ??_7H323GatekeeperCall@@6B@ @28462 NONAME ??_7H323GatekeeperDRQ@@6B@ @29443 NONAME ??_7H323GatekeeperGRQ@@6B@ @29444 NONAME ??_7H323GatekeeperIRR@@6B@ @30638 NONAME ??_7H323GatekeeperListener@@6B@ @28463 NONAME ??_7H323GatekeeperLRQ@@6B@ @29445 NONAME ??_7H323GatekeeperRequest@@6B@ @29446 NONAME ??_7H323GatekeeperRRQ@@6B@ @29447 NONAME ??_7H323GatekeeperServer@@6B@ @28464 NONAME ??_7H323GatekeeperURQ@@6B@ @29448 NONAME ??_7H323GenericAudioCapability@@6BH323AudioCapability@@@ @52048 NONAME ??_7H323GenericAudioCapability@@6BH323GenericCapabilityInfo@@@ @52049 NONAME ??_7H323GenericCapabilityInfo@@6B@ @52050 NONAME ??_7H323GenericVideoCapability@@6BH323GenericCapabilityInfo@@@ @52051 NONAME ??_7H323GenericVideoCapability@@6BH323VideoCapability@@@ @52052 NONAME ??_7H323GSMPluginCapability@@6B@ @39037 NONAME ??_7H323H248ServiceControl@@6B@ @33107 NONAME ??_7H323HTTPServiceControl@@6B@ @33108 NONAME ??_7H323Listener@@6B@ @7608 NONAME ??_7H323ListenerTCP@@6B@ @7609 NONAME ??_7H323LogicalChannelThread@@6B@ @7610 NONAME ??_7H323NonStandardAudioCapability@@6BH323AudioCapability@@@ @7611 NONAME ??_7H323NonStandardAudioCapability@@6BH323NonStandardCapabilityInfo@@@ @7612 NONAME ??_7H323NonStandardCapabilityInfo@@6B@ @7613 NONAME ??_7H323NonStandardDataCapability@@6BH323DataCapability@@@ @7614 NONAME ??_7H323NonStandardDataCapability@@6BH323NonStandardCapabilityInfo@@@ @7615 NONAME ??_7H323NonStandardVideoCapability@@6BH323NonStandardCapabilityInfo@@@ @7616 NONAME ??_7H323NonStandardVideoCapability@@6BH323VideoCapability@@@ @7617 NONAME ??_7H323PeerElement@@6B@ @34958 NONAME ??_7H323PeerElementDescriptor@@6B@ @37221 NONAME ??_7H323PeerElementServiceRelationship@@6B@ @37222 NONAME ??_7H323PluginCapability@@6B@ @39040 NONAME ??_7H323PluginCodecManager@@6B@ @49641 NONAME ??_7H323PluginFramedAudioCodec@@6B@ @49705 NONAME ??_7H323PluginG7231Capability@@6B@ @39041 NONAME ??_7H323PluginVideoCodec@@6B@ @39042 NONAME ??_7H323RasPDU@@6BH225_RasMessage@@@ @34960 NONAME ??_7H323RasPDU@@6BH323TransactionPDU@@@ @34961 NONAME ??_7H323RealTimeCapability@@6B@ @7619 NONAME ??_7H323RegisteredEndPoint@@6B@ @28465 NONAME ??_7H323ServiceControlSession@@6B@ @33109 NONAME ??_7H323SignalPDU@@6B@ @7620 NONAME ??_7H323SimultaneousCapabilities@@6B@ @7621 NONAME ??_7H323StreamedAudioCodec@@6B@ @7622 NONAME ??_7H323StreamedPluginAudioCodec@@6B@ @49706 NONAME ??_7H323Transaction@@6B@ @37615 NONAME ??_7H323TransactionPDU@@6B@ @34962 NONAME ??_7H323TransactionServer@@6B@ @34963 NONAME ??_7H323Transactor@@6B@ @34964 NONAME ??_7H323Transport@@6Biostream@@@ @7623 NONAME ??_7H323Transport@@6BPObject@@@ @7624 NONAME ??_7H323TransportAddress@@6B@ @7625 NONAME ??_7H323TransportAddressArray@@6B@ @31253 NONAME ??_7H323TransportIP@@6Biostream@@@ @7626 NONAME ??_7H323TransportIP@@6BPObject@@@ @7627 NONAME ??_7H323TransportTCP@@6Biostream@@@ @7628 NONAME ??_7H323TransportTCP@@6BPObject@@@ @7629 NONAME ??_7H323TransportUDP@@6Biostream@@@ @7630 NONAME ??_7H323TransportUDP@@6BPObject@@@ @7631 NONAME ??_7H323UnidirectionalChannel@@6B@ @7632 NONAME ??_7H323VideoCapability@@6B@ @7633 NONAME ??_7H323VideoCodec@@6B@ @7634 NONAME ??_7H323_ALawCodec@@6B@ @7640 NONAME ??_7H323_AnnexG@@6B@ @34965 NONAME ??_7H323_CiscoG7231aLIDCapability@@6BH323AudioCapability@@@ @31180 NONAME ??_7H323_CiscoG7231aLIDCapability@@6BH323NonStandardCapabilityInfo@@@ @31181 NONAME ??_7H323_ExternalRTPChannel@@6B@ @29637 NONAME ??_7H323_G711ALaw64Capability@@6B@ @50216 NONAME ??_7H323_G711Capability@@6B@ @7641 NONAME ??_7H323_G711uLaw64Capability@@6B@ @50217 NONAME ??_7H323_H261Capability@@6B@ @7644 NONAME ??_7H323_H261Codec@@6B@ @7645 NONAME ??_7H323_LIDCapability@@6B@ @7646 NONAME ??_7H323_LIDCodec@@6B@ @7647 NONAME ??_7H323_LID_G711_ALaw_Capability@@6B@ @50218 NONAME ??_7H323_LID_G711_uLaw_Capability@@6B@ @50219 NONAME ??_7H323_LID_G7231A_5k3_Capability@@6B@ @50220 NONAME ??_7H323_LID_G7231A_6k3_Capability@@6B@ @50221 NONAME ??_7H323_LID_G7231_5k3_Capability@@6B@ @50222 NONAME ??_7H323_LID_G7231_6k3_Capability@@6B@ @50223 NONAME ??_7H323_LID_G728_Capability@@6B@ @50224 NONAME ??_7H323_LID_G729AB_Capability@@6B@ @50225 NONAME ??_7H323_LID_G729A_Capability@@6B@ @50226 NONAME ??_7H323_LID_G729B_Capability@@6B@ @50227 NONAME ??_7H323_LID_G729_Capability@@6B@ @50228 NONAME ??_7H323_LID_GSM0610_Capability@@6B@ @50229 NONAME ??_7H323_muLawCodec@@6B@ @7648 NONAME ??_7H323_RealTimeChannel@@6B@ @29638 NONAME ??_7H323_RTPChannel@@6B@ @7649 NONAME ??_7H323_RTP_Session@@6B@ @7650 NONAME ??_7H323_RTP_UDP@@6B@ @7651 NONAME ??_7H323_T120Capability@@6B@ @7652 NONAME ??_7H323_T120Channel@@6B@ @28137 NONAME ??_7H323_T38Capability@@6B@ @28138 NONAME ??_7H323_T38Channel@@6B@ @28139 NONAME ??_7H323_T38NonStandardCapability@@6BH323DataCapability@@@ @30538 NONAME ??_7H323_T38NonStandardCapability@@6BH323NonStandardCapabilityInfo@@@ @30539 NONAME ??_7H323_UserInputCapability@@6B@ @7653 NONAME ??_7H45010_ArrayOf_MixedExtension@@6B@ @23343 NONAME ??_7H45010_CfbOvrOptArg@@6B@ @23344 NONAME ??_7H45010_CoReqOptArg@@6B@ @23345 NONAME ??_7H45010_H323CallOfferOperations@@6B@ @23346 NONAME ??_7H45010_RUAlertOptArg@@6B@ @23347 NONAME ??_7H45011Handler@@6B@ @30736 NONAME ??_7H45011_ArrayOf_MixedExtension@@6B@ @23348 NONAME ??_7H45011_CallIntrusionErrors@@6B@ @23349 NONAME ??_7H45011_CICapabilityLevel@@6B@ @23350 NONAME ??_7H45011_CIFrcRelArg@@6B@ @23351 NONAME ??_7H45011_CIFrcRelOptRes@@6B@ @23352 NONAME ??_7H45011_CIGetCIPLOptArg@@6B@ @23353 NONAME ??_7H45011_CIGetCIPLRes@@6B@ @23354 NONAME ??_7H45011_CIIsOptArg@@6B@ @23355 NONAME ??_7H45011_CIIsOptRes@@6B@ @23356 NONAME ??_7H45011_CINotificationArg@@6B@ @23357 NONAME ??_7H45011_CIProtectionLevel@@6B@ @23358 NONAME ??_7H45011_CIRequestArg@@6B@ @23359 NONAME ??_7H45011_CIRequestRes@@6B@ @23360 NONAME ??_7H45011_CISilentArg@@6B@ @23361 NONAME ??_7H45011_CISilentOptRes@@6B@ @23362 NONAME ??_7H45011_CIStatusInformation@@6B@ @23363 NONAME ??_7H45011_CIWobOptArg@@6B@ @23364 NONAME ??_7H45011_CIWobOptRes@@6B@ @23365 NONAME ??_7H45011_H323CallIntrusionOperations@@6B@ @23366 NONAME ??_7H4501_Address@@6B@ @21504 NONAME ??_7H4501_AddressInformation@@6B@ @21505 NONAME ??_7H4501_AddressScreened@@6B@ @21506 NONAME ??_7H4501_ArrayOf_AliasAddress@@6B@ @21507 NONAME ??_7H4501_ArrayOf_ROS@@6B@ @21508 NONAME ??_7H4501_EndpointAddress@@6B@ @21509 NONAME ??_7H4501_EntityType@@6B@ @21510 NONAME ??_7H4501_Extension@@6B@ @21511 NONAME ??_7H4501_GeneralErrorList@@6B@ @21512 NONAME ??_7H4501_H225InformationElement@@6B@ @21513 NONAME ??_7H4501_InterpretationApdu@@6B@ @21514 NONAME ??_7H4501_InvokeIDs@@6B@ @21515 NONAME ??_7H4501_InvokeIdSet@@6B@ @21516 NONAME ??_7H4501_NetworkFacilityExtension@@6B@ @21517 NONAME ??_7H4501_NSAPSubaddress@@6B@ @21518 NONAME ??_7H4501_NumberScreened@@6B@ @21519 NONAME ??_7H4501_PartySubaddress@@6B@ @21520 NONAME ??_7H4501_PresentationAllowedIndicator@@6B@ @21521 NONAME ??_7H4501_PresentedAddressScreened@@6B@ @21522 NONAME ??_7H4501_PresentedAddressUnscreened@@6B@ @21523 NONAME ??_7H4501_PresentedNumberScreened@@6B@ @21524 NONAME ??_7H4501_PresentedNumberUnscreened@@6B@ @21525 NONAME ??_7H4501_ScreeningIndicator@@6B@ @21526 NONAME ??_7H4501_ServiceApdus@@6B@ @21527 NONAME ??_7H4501_SubaddressInformation@@6B@ @21528 NONAME ??_7H4501_SupplementaryService@@6B@ @21529 NONAME ??_7H4501_UserSpecifiedSubaddress@@6B@ @21530 NONAME ??_7H4502Handler@@6B@ @28987 NONAME ??_7H4502_CallIdentity@@6B@ @21531 NONAME ??_7H4502_CallStatus@@6B@ @21532 NONAME ??_7H4502_CallTransferErrors@@6B@ @21533 NONAME ??_7H4502_CallTransferOperation@@6B@ @21534 NONAME ??_7H4502_CTActiveArg@@6B@ @21535 NONAME ??_7H4502_CTActiveArg_argumentExtension@@6B@ @21536 NONAME ??_7H4502_CTCompleteArg@@6B@ @21537 NONAME ??_7H4502_CTCompleteArg_argumentExtension@@6B@ @21538 NONAME ??_7H4502_CTIdentifyRes@@6B@ @21539 NONAME ??_7H4502_CTIdentifyRes_resultExtension@@6B@ @21540 NONAME ??_7H4502_CTInitiateArg@@6B@ @21541 NONAME ??_7H4502_CTInitiateArg_argumentExtension@@6B@ @21542 NONAME ??_7H4502_CTSetupArg@@6B@ @21543 NONAME ??_7H4502_CTSetupArg_argumentExtension@@6B@ @21544 NONAME ??_7H4502_CTUpdateArg@@6B@ @21545 NONAME ??_7H4502_CTUpdateArg_argumentExtension@@6B@ @21546 NONAME ??_7H4502_DummyArg@@6B@ @21547 NONAME ??_7H4502_DummyRes@@6B@ @21548 NONAME ??_7H4502_EndDesignation@@6B@ @21549 NONAME ??_7H4502_ExtensionSeq@@6B@ @21550 NONAME ??_7H4502_SubaddressTransferArg@@6B@ @21551 NONAME ??_7H4502_SubaddressTransferArg_argumentExtension@@6B@ @21552 NONAME ??_7H4503_BasicService@@6B@ @22728 NONAME ??_7H4503_CallDiversionErrors@@6B@ @22729 NONAME ??_7H4503_DiversionReason@@6B@ @22730 NONAME ??_7H4503_ExtensionSeq@@6B@ @22731 NONAME ??_7H4503_H323CallDiversionOperations@@6B@ @22732 NONAME ??_7H4503_IntResult@@6B@ @22733 NONAME ??_7H4503_IntResultList@@6B@ @22734 NONAME ??_7H4503_IntResult_extension@@6B@ @22735 NONAME ??_7H4503_Procedure@@6B@ @22736 NONAME ??_7H4503_SubscriptionOption@@6B@ @22737 NONAME ??_7H4504Handler@@6B@ @28988 NONAME ??_7H4504_ArrayOf_MixedExtension@@6B@ @22362 NONAME ??_7H4504_CallHoldOperation@@6B@ @22363 NONAME ??_7H4504_Extension@@6B@ @22364 NONAME ??_7H4504_HoldNotificArg@@6B@ @22365 NONAME ??_7H4504_MixedExtension@@6B@ @22366 NONAME ??_7H4504_RemoteHoldArg@@6B@ @22367 NONAME ??_7H4504_RemoteHoldRes@@6B@ @22368 NONAME ??_7H4504_RemoteRetrieveArg@@6B@ @22369 NONAME ??_7H4504_RemoteRetrieveRes@@6B@ @22370 NONAME ??_7H4504_RetrieveNotificArg@@6B@ @22371 NONAME ??_7H4505_ArrayOf_MixedExtension@@6B@ @23367 NONAME ??_7H4505_CallParkPickupOperations@@6B@ @23368 NONAME ??_7H4505_CallPickupErrors@@6B@ @23369 NONAME ??_7H4505_CallType@@6B@ @23370 NONAME ??_7H4505_CpickupNotifyArg@@6B@ @23371 NONAME ??_7H4505_CpNotifyArg@@6B@ @23372 NONAME ??_7H4505_CpRequestArg@@6B@ @23373 NONAME ??_7H4505_CpRequestRes@@6B@ @23374 NONAME ??_7H4505_CpSetupArg@@6B@ @23375 NONAME ??_7H4505_CpSetupRes@@6B@ @23376 NONAME ??_7H4505_GroupIndicationOffArg@@6B@ @23377 NONAME ??_7H4505_GroupIndicationOffRes@@6B@ @23378 NONAME ??_7H4505_GroupIndicationOnArg@@6B@ @23379 NONAME ??_7H4505_GroupIndicationOnRes@@6B@ @23380 NONAME ??_7H4505_ParkCondition@@6B@ @23381 NONAME ??_7H4505_ParkedToPosition@@6B@ @23382 NONAME ??_7H4505_PickExeArg@@6B@ @23383 NONAME ??_7H4505_PickExeRes@@6B@ @23384 NONAME ??_7H4505_PickrequArg@@6B@ @23385 NONAME ??_7H4505_PickrequRes@@6B@ @23386 NONAME ??_7H4505_PickupArg@@6B@ @23387 NONAME ??_7H4505_PickupRes@@6B@ @23388 NONAME ??_7H4506Handler@@6B@ @29684 NONAME ??_7H4506_ArrayOf_MixedExtension@@6B@ @23389 NONAME ??_7H4506_CallWaitingArg@@6B@ @23390 NONAME ??_7H4506_CallWaitingOperations@@6B@ @23391 NONAME ??_7H4507_ArrayOf_MixedExtension@@6B@ @23392 NONAME ??_7H4507_BasicService@@6B@ @23393 NONAME ??_7H4507_DummyRes@@6B@ @23394 NONAME ??_7H4507_H323_MWI_Operations@@6B@ @23395 NONAME ??_7H4507_MessageWaitingIndicationErrors@@6B@ @23396 NONAME ??_7H4507_MsgCentreId@@6B@ @23397 NONAME ??_7H4507_MWIActivateArg@@6B@ @23398 NONAME ??_7H4507_MWIDeactivateArg@@6B@ @23399 NONAME ??_7H4507_MWIInterrogateArg@@6B@ @23400 NONAME ??_7H4507_MWIInterrogateRes@@6B@ @23401 NONAME ??_7H4507_MWIInterrogateResElt@@6B@ @23402 NONAME ??_7H4507_NbOfMessages@@6B@ @23403 NONAME ??_7H4507_TimeStamp@@6B@ @23404 NONAME ??_7H4508_ExtendedName@@6B@ @23405 NONAME ??_7H4508_Name@@6B@ @23406 NONAME ??_7H4508_NameOperations@@6B@ @23407 NONAME ??_7H4508_NamePresentationAllowed@@6B@ @23408 NONAME ??_7H4508_NamePresentationRestricted@@6B@ @23409 NONAME ??_7H4508_SimpleName@@6B@ @23410 NONAME ??_7H4509_ArrayOf_MixedExtension@@6B@ @23411 NONAME ??_7H4509_CallCompletionErrors@@6B@ @23412 NONAME ??_7H4509_CcArg@@6B@ @23413 NONAME ??_7H4509_CcLongArg@@6B@ @23414 NONAME ??_7H4509_CcRequestArg@@6B@ @23415 NONAME ??_7H4509_CcRequestRes@@6B@ @23416 NONAME ??_7H4509_CcShortArg@@6B@ @23417 NONAME ??_7H4509_H323CallCompletionOperations@@6B@ @23418 NONAME ??_7H450ServiceAPDU@@6B@ @21553 NONAME ??_7H450xDispatcher@@6B@ @28989 NONAME ??_7H450xHandler@@6B@ @28990 NONAME ??_7H501AccessRequest@@6B@ @37616 NONAME ??_7H501DescriptorUpdate@@6B@ @37617 NONAME ??_7H501PDU@@6BH323TransactionPDU@@@ @37076 NONAME ??_7H501PDU@@6BH501_Message@@@ @37077 NONAME ??_7H501ServiceRequest@@6B@ @37618 NONAME ??_7H501Transaction@@6B@ @37619 NONAME ??_7H501_AccessConfirmation@@6B@ @35792 NONAME ??_7H501_AccessRejection@@6B@ @35793 NONAME ??_7H501_AccessRejectionReason@@6B@ @35794 NONAME ??_7H501_AccessRequest@@6B@ @35795 NONAME ??_7H501_AccessToken@@6B@ @35796 NONAME ??_7H501_AddressTemplate@@6B@ @35797 NONAME ??_7H501_AlternatePE@@6B@ @35798 NONAME ??_7H501_AlternatePEInfo@@6B@ @35799 NONAME ??_7H501_ApplicationMessage@@6B@ @35800 NONAME ??_7H501_ArrayOf_AccessToken@@6B@ @35801 NONAME ??_7H501_ArrayOf_AddressTemplate@@6B@ @35802 NONAME ??_7H501_ArrayOf_AliasAddress@@6B@ @35803 NONAME ??_7H501_ArrayOf_AlternatePE@@6B@ @35804 NONAME ??_7H501_ArrayOf_CircuitIdentifier@@6B@ @35805 NONAME ??_7H501_ArrayOf_ClearToken@@6B@ @35806 NONAME ??_7H501_ArrayOf_ContactInformation@@6B@ @35807 NONAME ??_7H501_ArrayOf_CryptoH323Token@@6B@ @35808 NONAME ??_7H501_ArrayOf_Descriptor@@6B@ @35809 NONAME ??_7H501_ArrayOf_DescriptorInfo@@6B@ @35811 NONAME ??_7H501_ArrayOf_GenericData@@6B@ @35812 NONAME ??_7H501_ArrayOf_GloballyUniqueID@@6B@ @36935 NONAME ??_7H501_ArrayOf_NonStandardParameter@@6B@ @35813 NONAME ??_7H501_ArrayOf_PASN_ObjectId@@6B@ @35814 NONAME ??_7H501_ArrayOf_Pattern@@6B@ @35815 NONAME ??_7H501_ArrayOf_PriceElement@@6B@ @35816 NONAME ??_7H501_ArrayOf_PriceInfoSpec@@6B@ @35817 NONAME ??_7H501_ArrayOf_RouteInformation@@6B@ @35818 NONAME ??_7H501_ArrayOf_SecurityMode@@6B@ @35819 NONAME ??_7H501_ArrayOf_ServiceControlSession@@6B@ @35820 NONAME ??_7H501_ArrayOf_SupportedProtocols@@6B@ @35821 NONAME ??_7H501_ArrayOf_TransportAddress@@6B@ @35822 NONAME ??_7H501_ArrayOf_UpdateInformation@@6B@ @35823 NONAME ??_7H501_ArrayOf_UsageField@@6B@ @35824 NONAME ??_7H501_AuthenticationConfirmation@@6B@ @35825 NONAME ??_7H501_AuthenticationRejection@@6B@ @35826 NONAME ??_7H501_AuthenticationRejectionReason@@6B@ @35827 NONAME ??_7H501_AuthenticationRequest@@6B@ @35828 NONAME ??_7H501_CallInformation@@6B@ @35829 NONAME ??_7H501_ContactInformation@@6B@ @35830 NONAME ??_7H501_Descriptor@@6B@ @35831 NONAME ??_7H501_DescriptorConfirmation@@6B@ @35832 NONAME ??_7H501_DescriptorIDConfirmation@@6B@ @35834 NONAME ??_7H501_DescriptorIDRejection@@6B@ @35835 NONAME ??_7H501_DescriptorIDRejectionReason@@6B@ @35836 NONAME ??_7H501_DescriptorIDRequest@@6B@ @35837 NONAME ??_7H501_DescriptorInfo@@6B@ @35838 NONAME ??_7H501_DescriptorRejection@@6B@ @35839 NONAME ??_7H501_DescriptorRejectionReason@@6B@ @35840 NONAME ??_7H501_DescriptorRequest@@6B@ @35841 NONAME ??_7H501_DescriptorUpdate@@6B@ @35842 NONAME ??_7H501_DescriptorUpdateAck@@6B@ @35843 NONAME ??_7H501_ElementIdentifier@@6B@ @35844 NONAME ??_7H501_GlobalTimeStamp@@6B@ @35845 NONAME ??_7H501_Message@@6B@ @35846 NONAME ??_7H501_MessageBody@@6B@ @35847 NONAME ??_7H501_MessageCommonInfo@@6B@ @35848 NONAME ??_7H501_NonStandardConfirmation@@6B@ @35849 NONAME ??_7H501_NonStandardRejection@@6B@ @35850 NONAME ??_7H501_NonStandardRejectionReason@@6B@ @35851 NONAME ??_7H501_NonStandardRequest@@6B@ @35852 NONAME ??_7H501_PartyInformation@@6B@ @35853 NONAME ??_7H501_Pattern@@6B@ @35854 NONAME ??_7H501_Pattern_range@@6B@ @35855 NONAME ??_7H501_PriceElement@@6B@ @35856 NONAME ??_7H501_PriceElement_units@@6B@ @35857 NONAME ??_7H501_PriceInfoSpec@@6B@ @35858 NONAME ??_7H501_ProtocolVersion@@6B@ @35859 NONAME ??_7H501_RequestInProgress@@6B@ @35860 NONAME ??_7H501_Role@@6B@ @35861 NONAME ??_7H501_RouteInformation@@6B@ @35862 NONAME ??_7H501_RouteInformation_messageType@@6B@ @35863 NONAME ??_7H501_SecurityMode@@6B@ @35864 NONAME ??_7H501_ServiceConfirmation@@6B@ @35865 NONAME ??_7H501_ServiceRejection@@6B@ @35867 NONAME ??_7H501_ServiceRejectionReason@@6B@ @35868 NONAME ??_7H501_ServiceRelease@@6B@ @35869 NONAME ??_7H501_ServiceReleaseReason@@6B@ @35870 NONAME ??_7H501_ServiceRequest@@6B@ @35871 NONAME ??_7H501_TerminationCause@@6B@ @35872 NONAME ??_7H501_TimeZone@@6B@ @35873 NONAME ??_7H501_UnknownMessageReason@@6B@ @35874 NONAME ??_7H501_UnknownMessageResponse@@6B@ @35875 NONAME ??_7H501_UpdateInformation@@6B@ @35876 NONAME ??_7H501_UpdateInformation_descriptorInfo@@6B@ @35877 NONAME ??_7H501_UpdateInformation_updateType@@6B@ @35878 NONAME ??_7H501_UsageCallStatus@@6B@ @35879 NONAME ??_7H501_UsageConfirmation@@6B@ @35880 NONAME ??_7H501_UsageField@@6B@ @35881 NONAME ??_7H501_UsageIndication@@6B@ @35882 NONAME ??_7H501_UsageIndicationConfirmation@@6B@ @35883 NONAME ??_7H501_UsageIndicationRejection@@6B@ @35884 NONAME ??_7H501_UsageIndicationRejectionReason@@6B@ @35885 NONAME ??_7H501_UsageRejection@@6B@ @35886 NONAME ??_7H501_UsageRejectReason@@6B@ @35887 NONAME ??_7H501_UsageRequest@@6B@ @35888 NONAME ??_7H501_UsageSpecification@@6B@ @35889 NONAME ??_7H501_UsageSpecification_when@@6B@ @35890 NONAME ??_7H501_UserInformation@@6B@ @35891 NONAME ??_7H501_ValidationConfirmation@@6B@ @35892 NONAME ??_7H501_ValidationRejection@@6B@ @35893 NONAME ??_7H501_ValidationRejectionReason@@6B@ @35894 NONAME ??_7H501_ValidationRequest@@6B@ @35895 NONAME ??_7HandleTimeout_PNotifier@H245Negotiator@@6B@ @7654 NONAME ??_7HandleTransactions_PNotifier@H323Transactor@@6B@ @37384 NONAME ??_7HIDPluginDeviceManager@@6B@ @52053 NONAME ??_7IntraP64Decoder@@6B@ @7655 NONAME ??_7MCS_ArrayOf_ChannelAttributes@@6B@ @7702 NONAME ??_7MCS_ArrayOf_ChannelId@@6B@ @7703 NONAME ??_7MCS_ArrayOf_TokenAttributes@@6B@ @7704 NONAME ??_7MCS_ArrayOf_TokenId@@6B@ @7705 NONAME ??_7MCS_ArrayOf_UserId@@6B@ @7706 NONAME ??_7MCS_AssignedChannelId@@6B@ @7707 NONAME ??_7MCS_AUcf@@6B@ @7708 NONAME ??_7MCS_AUrq@@6B@ @7709 NONAME ??_7MCS_CAin@@6B@ @7710 NONAME ??_7MCS_CArq@@6B@ @7711 NONAME ??_7MCS_CCcf@@6B@ @7712 NONAME ??_7MCS_CCrq@@6B@ @7713 NONAME ??_7MCS_CDin@@6B@ @7714 NONAME ??_7MCS_CDrq@@6B@ @7715 NONAME ??_7MCS_CEin@@6B@ @7716 NONAME ??_7MCS_CErq@@6B@ @7717 NONAME ??_7MCS_ChannelAttributes@@6B@ @7718 NONAME ??_7MCS_ChannelAttributes_assigned@@6B@ @7719 NONAME ??_7MCS_ChannelAttributes_private@@6B@ @7720 NONAME ??_7MCS_ChannelAttributes_static@@6B@ @7721 NONAME ??_7MCS_ChannelAttributes_userId@@6B@ @7722 NONAME ??_7MCS_ChannelId@@6B@ @7723 NONAME ??_7MCS_CJcf@@6B@ @7724 NONAME ??_7MCS_CJrq@@6B@ @7725 NONAME ??_7MCS_CLrq@@6B@ @7726 NONAME ??_7MCS_ConnectMCSPDU@@6B@ @7727 NONAME ??_7MCS_Connect_Additional@@6B@ @7728 NONAME ??_7MCS_Connect_Initial@@6B@ @7729 NONAME ??_7MCS_Connect_Response@@6B@ @7730 NONAME ??_7MCS_Connect_Result@@6B@ @7731 NONAME ??_7MCS_DataPriority@@6B@ @7732 NONAME ??_7MCS_Diagnostic@@6B@ @7733 NONAME ??_7MCS_DomainMCSPDU@@6B@ @7734 NONAME ??_7MCS_DomainParameters@@6B@ @7735 NONAME ??_7MCS_DPum@@6B@ @7736 NONAME ??_7MCS_DUin@@6B@ @7737 NONAME ??_7MCS_DUrq@@6B@ @7738 NONAME ??_7MCS_DynamicChannelId@@6B@ @7739 NONAME ??_7MCS_EDrq@@6B@ @7740 NONAME ??_7MCS_MCcf@@6B@ @7741 NONAME ??_7MCS_MCrq@@6B@ @7742 NONAME ??_7MCS_MTcf@@6B@ @7743 NONAME ??_7MCS_MTrq@@6B@ @7744 NONAME ??_7MCS_PCin@@6B@ @7745 NONAME ??_7MCS_PDin@@6B@ @7746 NONAME ??_7MCS_PrivateChannelId@@6B@ @7747 NONAME ??_7MCS_PTin@@6B@ @7748 NONAME ??_7MCS_Reason@@6B@ @7749 NONAME ??_7MCS_Result@@6B@ @7750 NONAME ??_7MCS_RJum@@6B@ @7751 NONAME ??_7MCS_SDin@@6B@ @7752 NONAME ??_7MCS_SDrq@@6B@ @7753 NONAME ??_7MCS_Segmentation@@6B@ @7754 NONAME ??_7MCS_StaticChannelId@@6B@ @7755 NONAME ??_7MCS_TGcf@@6B@ @7756 NONAME ??_7MCS_TGrq@@6B@ @7757 NONAME ??_7MCS_TIcf@@6B@ @7758 NONAME ??_7MCS_TIrq@@6B@ @7759 NONAME ??_7MCS_TokenAttributes@@6B@ @7760 NONAME ??_7MCS_TokenAttributes_given@@6B@ @7761 NONAME ??_7MCS_TokenAttributes_giving@@6B@ @7762 NONAME ??_7MCS_TokenAttributes_grabbed@@6B@ @7763 NONAME ??_7MCS_TokenAttributes_inhibited@@6B@ @7764 NONAME ??_7MCS_TokenAttributes_ungivable@@6B@ @7765 NONAME ??_7MCS_TokenId@@6B@ @7766 NONAME ??_7MCS_TokenStatus@@6B@ @7767 NONAME ??_7MCS_TPin@@6B@ @7768 NONAME ??_7MCS_TPrq@@6B@ @7769 NONAME ??_7MCS_TRcf@@6B@ @7770 NONAME ??_7MCS_TRrq@@6B@ @7771 NONAME ??_7MCS_TTcf@@6B@ @7772 NONAME ??_7MCS_TTrq@@6B@ @7773 NONAME ??_7MCS_TVcf@@6B@ @7774 NONAME ??_7MCS_TVin@@6B@ @7775 NONAME ??_7MCS_TVrq@@6B@ @7776 NONAME ??_7MCS_TVrs@@6B@ @7777 NONAME ??_7MCS_UserId@@6B@ @7778 NONAME ??_7MCS_USin@@6B@ @7779 NONAME ??_7MCS_USrq@@6B@ @7780 NONAME ??_7MonitorMain_PNotifier@H323Gatekeeper@@6B@ @30560 NONAME ??_7MonitorMain_PNotifier@H323GatekeeperServer@@6B@ @30245 NONAME ??_7MonitorMain_PNotifier@H323PeerElement@@6B@ @34970 NONAME ??_7Monitor_PNotifier@OpalUSBDevice@@6B@ @52054 NONAME ??_7MSIPAddress@PILSSession@@6B@ @37941 NONAME ??_7MXRecordList@PDNS@@6B@ @52055 NONAME ??_7OnCallIntrudeTimeOut_PNotifier@H45011Handler@@6B@ @30737 NONAME ??_7OnCallTransferTimeOut_PNotifier@H4502Handler@@6B@ @29685 NONAME ??_7OnLoadModule_PNotifier@PPluginModuleManager@@6B@ @49685 NONAME ??_7OnUserInputInBandDTMF_PNotifier@H323Connection@@6B@ @29986 NONAME ??_7OnUserInputInlineRFC2833_PNotifier@H323Connection@@6B@ @29914 NONAME ??_7OpalFactoryCodec@@6B@ @51375 NONAME ??_7OpalG711ALaw64kFormat@@6B@ @49874 NONAME ??_7OpalG711ALaw64k_Base@@6B@ @51376 NONAME ??_7OpalG711ALaw64k_Decoder@@6B@ @51377 NONAME ??_7OpalG711ALaw64k_Encoder@@6B@ @51378 NONAME ??_7OpalG711uLaw64kFormat@@6B@ @49875 NONAME ??_7OpalG711uLaw64k_Base@@6B@ @51379 NONAME ??_7OpalG711uLaw64k_Decoder@@6B@ @51380 NONAME ??_7OpalG711uLaw64k_Encoder@@6B@ @51381 NONAME ??_7OpalG7231A_5k3Format@@6B@ @49876 NONAME ??_7OpalG7231A_6k3Format@@6B@ @49877 NONAME ??_7OpalG7231_5k3Format@@6B@ @49878 NONAME ??_7OpalG7231_6k3Format@@6B@ @49879 NONAME ??_7OpalG728Format@@6B@ @49880 NONAME ??_7OpalG729ABFormat@@6B@ @49881 NONAME ??_7OpalG729AFormat@@6B@ @49882 NONAME ??_7OpalG729BFormat@@6B@ @49883 NONAME ??_7OpalG729Format@@6B@ @49884 NONAME ??_7OpalGloballyUniqueID@@6B@ @20687 NONAME ??_7OpalGSM0610Format@@6B@ @49885 NONAME ??_7OpalH261Format@@6B@ @49886 NONAME ??_7OpalIxJDevice@@6B@ @7781 NONAME ??_7OpalLineChannel@@6Biostream@@@ @7782 NONAME ??_7OpalLineChannel@@6BPObject@@@ @7783 NONAME ??_7OpalLineInterfaceDevice@@6B@ @7784 NONAME ??_7OpalMediaFormat@@6B@ @20601 NONAME ??_7OpalPCM16Format@@6B@ @49887 NONAME ??_7OpalPluginCodec@@6B@ @51382 NONAME ??_7OpalPluginMediaFormat@@6B@ @49888 NONAME ??_7OpalRFC2833@@6B@ @29915 NONAME ??_7OpalRFC2833Info@@6B@ @29916 NONAME ??_7OpalRtpToWavFile@@6Biostream@@@ @30602 NONAME ??_7OpalRtpToWavFile@@6BPObject@@@ @30603 NONAME ??_7OpalT120Format@@6B@ @49889 NONAME ??_7OpalT120Protocol@@6B@ @28140 NONAME ??_7OpalT38Protocol@@6B@ @28141 NONAME ??_7OpalUSBDevice@@6B@ @52056 NONAME ??_7OpalUserInputRFC2833Format@@6B@ @49890 NONAME ??_7OpalVoipBlasterDevice@@6B@ @29744 NONAME ??_7OpalVXMLSession@@6B@ @50455 NONAME ??_7OpalVXMLSession@@6Biostream@@@ @31367 NONAME ??_7OpalVXMLSession@@6BPObject@@@ @31368 NONAME ??_7OpalWAVFile@@6Biostream@@@ @30710 NONAME ??_7OpalWAVFile@@6BPObject@@@ @30711 NONAME ??_7P64Decoder@@6B@ @7786 NONAME ??_7PASN_Boolean@@6B@ @7792 NONAME ??_7PASN_ConstrainedObject@@6B@ @7793 NONAME ??_7PASN_ConstrainedString@@6B@ @7794 NONAME ??_7PASN_Enumeration@@6B@ @7795 NONAME ??_7PASN_GeneralisedTime@@6B@ @23419 NONAME ??_7PASN_GeneralString@@6B@ @25669 NONAME ??_7PASN_IA5String@@6B@ @7796 NONAME ??_7PASN_Integer@@6B@ @7797 NONAME ??_7PASN_Null@@6B@ @7798 NONAME ??_7PASN_NumericString@@6B@ @7799 NONAME ??_7PASN_Object@@6B@ @7800 NONAME ??_7PASN_PrintableString@@6B@ @7801 NONAME ??_7PASN_Stream@@6B@ @30340 NONAME ??_7PASN_VisibleString@@6B@ @23420 NONAME ??_7PDTMFEncoder@@6B@ @52057 NONAME ??_7PLDAPAttr_c@RTPerson@PILSSession@@6B@ @37822 NONAME ??_7PLDAPAttr_cn@RTPerson@PILSSession@@6B@ @37823 NONAME ??_7PLDAPAttr_comment@RTPerson@PILSSession@@6B@ @37824 NONAME ??_7PLDAPAttr_givenName@RTPerson@PILSSession@@6B@ @37825 NONAME ??_7PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@6B@ @37826 NONAME ??_7PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@6B@ @37827 NONAME ??_7PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@6B@ @37828 NONAME ??_7PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@6B@ @37829 NONAME ??_7PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@6B@ @37830 NONAME ??_7PLDAPAttr_location@RTPerson@PILSSession@@6B@ @37831 NONAME ??_7PLDAPAttr_o@RTPerson@PILSSession@@6B@ @37832 NONAME ??_7PLDAPAttr_objectClass@RTPerson@PILSSession@@6B@ @37833 NONAME ??_7PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@6B@ @37834 NONAME ??_7PLDAPAttr_sappguid@RTPerson@PILSSession@@6B@ @37835 NONAME ??_7PLDAPAttr_sappid@RTPerson@PILSSession@@6B@ @37836 NONAME ??_7PLDAPAttr_sflags@RTPerson@PILSSession@@6B@ @37837 NONAME ??_7PLDAPAttr_sipAddress@RTPerson@PILSSession@@6B@ @37838 NONAME ??_7PLDAPAttr_smimetype@RTPerson@PILSSession@@6B@ @37839 NONAME ??_7PLDAPAttr_smodop@RTPerson@PILSSession@@6B@ @37840 NONAME ??_7PLDAPAttr_sport@RTPerson@PILSSession@@6B@ @37841 NONAME ??_7PLDAPAttr_sprotid@RTPerson@PILSSession@@6B@ @37842 NONAME ??_7PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@6B@ @37843 NONAME ??_7PLDAPAttr_ssecurity@RTPerson@PILSSession@@6B@ @37844 NONAME ??_7PLDAPAttr_sttl@RTPerson@PILSSession@@6B@ @37845 NONAME ??_7PLDAPAttr_surname@RTPerson@PILSSession@@6B@ @37846 NONAME ??_7PLDAPAttr_timestamp@RTPerson@PILSSession@@6B@ @37847 NONAME ??_7PluginLoader@@6B@ @52058 NONAME ??_7PPER_Stream@@6B@ @30341 NONAME ??_7Pre_Vid_Coder@@6B@ @7803 NONAME ??_7PWAVFileConverter@@6B@ @51200 NONAME ??_7PWAVFileConverterALaw@@6B@ @51201 NONAME ??_7PWAVFileConverterULaw@@6B@ @51202 NONAME ??_7PWAVFileConverterXLaw@@6B@ @51203 NONAME ??_7Q931@@6B@ @7804 NONAME ??_7ReceivedPacket_PNotifier@OpalRFC2833@@6B@ @29917 NONAME ??_7ReceivedPacket_PNotifier@OpalRtpToWavFile@@6B@ @30606 NONAME ??_7ReceiverReport@RTP_Session@@6B@ @17062 NONAME ??_7ReceiveTimeout_PNotifier@OpalRFC2833@@6B@ @29918 NONAME ??_7Request@H323Transactor@@6B@ @37385 NONAME ??_7Response@H323Transactor@@6B@ @37386 NONAME ??_7RTPerson@PILSSession@@6B@ @37848 NONAME ??_7RTP_ControlFrame@@6B@ @7806 NONAME ??_7RTP_DataFrame@@6B@ @7807 NONAME ??_7RTP_JitterBuffer@@6B@ @7808 NONAME ??_7RTP_JitterBufferAnalyser@@6B@ @17133 NONAME ??_7RTP_QOS@@6B@ @38208 NONAME ??_7RTP_Session@@6B@ @7809 NONAME ??_7RTP_SessionManager@@6B@ @7810 NONAME ??_7RTP_UDP@@6B@ @7811 NONAME ??_7RTP_UserData@@6B@ @7812 NONAME ??_7SenderReport@RTP_Session@@6B@ @17063 NONAME ??_7SlowHandler_PNotifier@H323Transaction@@6B@ @37620 NONAME ??_7SoundTones@OpalUSBDevice@@6B@ @52059 NONAME ??_7SourceDescription@RTP_Session@@6B@ @17064 NONAME ??_7SRVRecordList@PDNS@@6B@ @52060 NONAME ??_7StatusHandler_PNotifier@OpalVoipBlasterDevice@@6B@ @29745 NONAME ??_7StringMap@H323GatekeeperServer@@6B@ @31687 NONAME ??_7T120ConnectPDU@@6B@ @30015 NONAME ??_7T120_X224@@6B@ @30016 NONAME ??_7T38_ArrayOf_PASN_OctetString@@6B@ @28142 NONAME ??_7T38_Data_Field@@6B@ @28143 NONAME ??_7T38_Data_Field_subtype@@6B@ @28144 NONAME ??_7T38_Data_Field_subtype_field_type@@6B@ @28145 NONAME ??_7T38_IFPPacket@@6B@ @28146 NONAME ??_7T38_PreCorrigendum_Data_Field@@6B@ @31723 NONAME ??_7T38_PreCorrigendum_Data_Field_subtype@@6B@ @31724 NONAME ??_7T38_PreCorrigendum_Data_Field_subtype_field_type@@6B@ @31725 NONAME ??_7T38_PreCorrigendum_IFPPacket@@6B@ @31726 NONAME ??_7T38_Type_of_msg@@6B@ @28147 NONAME ??_7T38_Type_of_msg_data@@6B@ @28148 NONAME ??_7T38_Type_of_msg_t30_indicator@@6B@ @28149 NONAME ??_7T38_UDPTLPacket@@6B@ @28150 NONAME ??_7T38_UDPTLPacket_error_recovery@@6B@ @28151 NONAME ??_7T38_UDPTLPacket_error_recovery_fec_info@@6B@ @28152 NONAME ??_7T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@6B@ @28153 NONAME ??_7T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@6B@ @28154 NONAME ??_7T38_UDPTLPacket_primary_ifp_packet@@6B@ @28155 NONAME ??_7TickleMonitor_PNotifier@H323Gatekeeper@@6B@ @30561 NONAME ??_7TonePlay_PNotifier@OpalUSBDevice@@6B@ @52061 NONAME ??_7TransmitEnded_PNotifier@OpalRFC2833@@6B@ @29919 NONAME ??_7TransmitPacket_PNotifier@OpalRFC2833@@6B@ @29920 NONAME ??_7Transmitter@@6B@ @7813 NONAME ??_7UpdateAllDescriptors_PNotifier@H323PeerElement@@6B@ @37471 NONAME ??_7VoipBlasterInterface@@6B@ @29746 NONAME ??_7Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@6B@ @51383 NONAME ??_7Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@6B@ @51384 NONAME ??_7Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@6B@ @51385 NONAME ??_7Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@6B@ @51386 NONAME ??_7Worker@OpalPluginCodecFactory@@6B@ @51387 NONAME ??_7WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @52062 NONAME ??_7WorkerBase@?$PFactory@VH323Capability@@VPString@@@@6B@ @50748 NONAME ??_7WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@6B@ @51388 NONAME ??_7WorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@6B@ @52063 NONAME ??_7WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @50749 NONAME ??_7WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@6B@ @50750 NONAME ??_7WorkerBase@?$PFactory@VPWAVFileConverter@@I@@6B@ @51204 NONAME ??_7X224@@6B@ @7815 NONAME ??_7X880_Code@@6B@ @21554 NONAME ??_7X880_GeneralProblem@@6B@ @21555 NONAME ??_7X880_Invoke@@6B@ @21556 NONAME ??_7X880_InvokeId@@6B@ @21557 NONAME ??_7X880_InvokeProblem@@6B@ @21558 NONAME ??_7X880_Reject@@6B@ @21559 NONAME ??_7X880_RejectProblem@@6B@ @21560 NONAME ??_7X880_Reject_problem@@6B@ @21561 NONAME ??_7X880_ReturnError@@6B@ @21562 NONAME ??_7X880_ReturnErrorProblem@@6B@ @21563 NONAME ??_7X880_ReturnResult@@6B@ @21564 NONAME ??_7X880_ReturnResultProblem@@6B@ @21565 NONAME ??_7X880_ReturnResult_result@@6B@ @21566 NONAME ??_7X880_ROS@@6B@ @21567 NONAME ??_8H323Transport@@7Bistream@@@ @7816 NONAME ??_8H323Transport@@7Bostream@@@ @7817 NONAME ??_8H323TransportIP@@7Bistream@@@ @7818 NONAME ??_8H323TransportIP@@7Bostream@@@ @7819 NONAME ??_8H323TransportTCP@@7Bistream@@@ @7820 NONAME ??_8H323TransportTCP@@7Bostream@@@ @7821 NONAME ??_8H323TransportUDP@@7Bistream@@@ @7822 NONAME ??_8H323TransportUDP@@7Bostream@@@ @7823 NONAME ??_8OpalLineChannel@@7Bistream@@@ @7824 NONAME ??_8OpalLineChannel@@7Bostream@@@ @7825 NONAME ??_8OpalRtpToWavFile@@7Bistream@@@ @30607 NONAME ??_8OpalRtpToWavFile@@7Bostream@@@ @30608 NONAME ??_8OpalVXMLSession@@7Bistream@@@ @31369 NONAME ??_8OpalVXMLSession@@7Bostream@@@ @31370 NONAME ??_8OpalWAVFile@@7Bistream@@@ @30712 NONAME ??_8OpalWAVFile@@7Bostream@@@ @30713 NONAME ??_DH323Transport@@QAEXXZ @7826 NONAME ??_DH323TransportIP@@QAEXXZ @7827 NONAME ??_DH323TransportTCP@@QAEXXZ @7828 NONAME ??_DH323TransportUDP@@QAEXXZ @7829 NONAME ??_DOpalLineChannel@@QAEXXZ @7830 NONAME ??_DOpalRtpToWavFile@@QAEXXZ @30609 NONAME ??_DOpalVXMLSession@@QAEXXZ @31371 NONAME ??_DOpalWAVFile@@QAEXXZ @30714 NONAME ??_FPTimeInterval@@QAEXXZ @20670 NONAME ??_H@YGXPAXIHP6EX0@Z@Z @28834 NONAME ??_R0?AUPLDAPAttr_c@RTPerson@PILSSession@@@8 @39044 NONAME ??_R0?AUPLDAPAttr_cn@RTPerson@PILSSession@@@8 @39045 NONAME ??_R0?AUPLDAPAttr_comment@RTPerson@PILSSession@@@8 @39046 NONAME ??_R0?AUPLDAPAttr_givenName@RTPerson@PILSSession@@@8 @39047 NONAME ??_R0?AUPLDAPAttr_ilsa26214430@RTPerson@PILSSession@@@8 @39048 NONAME ??_R0?AUPLDAPAttr_ilsa26279966@RTPerson@PILSSession@@@8 @39049 NONAME ??_R0?AUPLDAPAttr_ilsa32833566@RTPerson@PILSSession@@@8 @39050 NONAME ??_R0?AUPLDAPAttr_ilsa32964638@RTPerson@PILSSession@@@8 @39051 NONAME ??_R0?AUPLDAPAttr_ilsa39321630@RTPerson@PILSSession@@@8 @39052 NONAME ??_R0?AUPLDAPAttr_location@RTPerson@PILSSession@@@8 @39053 NONAME ??_R0?AUPLDAPAttr_o@RTPerson@PILSSession@@@8 @39054 NONAME ??_R0?AUPLDAPAttr_objectClass@RTPerson@PILSSession@@@8 @39055 NONAME ??_R0?AUPLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@@8 @39056 NONAME ??_R0?AUPLDAPAttr_sappguid@RTPerson@PILSSession@@@8 @39057 NONAME ??_R0?AUPLDAPAttr_sappid@RTPerson@PILSSession@@@8 @39058 NONAME ??_R0?AUPLDAPAttr_sflags@RTPerson@PILSSession@@@8 @39059 NONAME ??_R0?AUPLDAPAttr_sipAddress@RTPerson@PILSSession@@@8 @39060 NONAME ??_R0?AUPLDAPAttr_smimetype@RTPerson@PILSSession@@@8 @39061 NONAME ??_R0?AUPLDAPAttr_smodop@RTPerson@PILSSession@@@8 @39062 NONAME ??_R0?AUPLDAPAttr_sport@RTPerson@PILSSession@@@8 @39063 NONAME ??_R0?AUPLDAPAttr_sprotid@RTPerson@PILSSession@@@8 @39064 NONAME ??_R0?AUPLDAPAttr_sprotmimetype@RTPerson@PILSSession@@@8 @39065 NONAME ??_R0?AUPLDAPAttr_ssecurity@RTPerson@PILSSession@@@8 @39066 NONAME ??_R0?AUPLDAPAttr_sttl@RTPerson@PILSSession@@@8 @39067 NONAME ??_R0?AUPLDAPAttr_surname@RTPerson@PILSSession@@@8 @39068 NONAME ??_R0?AUPLDAPAttr_timestamp@RTPerson@PILSSession@@@8 @39069 NONAME ??_R0?AV?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@@8 @39070 NONAME ??_R0?AV?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@@8 @39071 NONAME ??_R0?AV?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@@8 @39072 NONAME ??_R0?AV?$H235_HASHED@VH235_EncodedGeneralToken@@@@@8 @39073 NONAME ??_R0?AV?$H235_HASHED@VH235_EncodedPwdCertToken@@@@@8 @39074 NONAME ??_R0?AV?$H235_SIGNED@VH225_EncodedFastStartToken@@@@@8 @39075 NONAME ??_R0?AV?$H235_SIGNED@VH235_EncodedGeneralToken@@@@@8 @39076 NONAME ??_R0?AV?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@@8 @39077 NONAME ??_R0?AV?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@@8 @39078 NONAME ??_R0?AV?$H235_SIGNED@VH235_EncodedReturnSig@@@@@8 @39079 NONAME ??_R0?AV?$PArray@V?$PList@VH323Capability@@@@@@@8 @39080 NONAME ??_R0?AV?$PArray@VH323SimultaneousCapabilities@@@@@8 @39081 NONAME ??_R0?AV?$PArray@VH323TransportAddress@@@@@8 @39082 NONAME ??_R0?AV?$PArray@VReceiverReport@RTP_Session@@@@@8 @39083 NONAME ??_R0?AV?$PArray@VSourceDescription@RTP_Session@@@@@8 @39084 NONAME ??_R0?AV?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@@8 @39085 NONAME ??_R0?AV?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@@8 @39086 NONAME ??_R0?AV?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@@8 @39087 NONAME ??_R0?AV?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@@8 @39088 NONAME ??_R0?AV?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@@8 @39089 NONAME ??_R0?AV?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@@8 @39090 NONAME ??_R0?AV?$PDictionary@VPString@@VH323Connection@@@@@8 @39091 NONAME ??_R0?AV?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@@8 @39092 NONAME ??_R0?AV?$PDictionary@VPString@@VPOrdinalKey@@@@@8 @39093 NONAME ??_R0?AV?$PFactory@VH235Authenticator@@VPString@@@@@8 @52064 NONAME ??_R0?AV?$PFactory@VH323Capability@@VPString@@@@@8 @50751 NONAME ??_R0?AV?$PFactory@VH323StaticPluginCodec@@VPString@@@@@8 @50752 NONAME ??_R0?AV?$PFactory@VOpalFactoryCodec@@VPString@@@@@8 @51389 NONAME ??_R0?AV?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@8 @52065 NONAME ??_R0?AV?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @50753 NONAME ??_R0?AV?$PFactory@VPWAVFileConverter@@I@@@8 @51205 NONAME ??_R0?AV?$PList@VH235Authenticator@@@@@8 @39094 NONAME ??_R0?AV?$PList@VH245_GenericParameter@@@@@8 @52066 NONAME ??_R0?AV?$PList@VH323Capability@@@@@8 @39096 NONAME ??_R0?AV?$PList@VH323Channel@@@@@8 @39097 NONAME ??_R0?AV?$PList@VH323GatekeeperListener@@@@@8 @39098 NONAME ??_R0?AV?$PList@VH323Listener@@@@@8 @39099 NONAME ??_R0?AV?$PList@VH323Transactor@@@@@8 @39100 NONAME ??_R0?AV?$PList@VH450xHandler@@@@@8 @39101 NONAME ??_R0?AV?$PList@VOpalMediaFormat@@@@@8 @39103 NONAME ??_R0?AV?$PList@VPBYTEArray@@@@@8 @39104 NONAME ??_R0?AV?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@@8 @39105 NONAME ??_R0?AV?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@@8 @39106 NONAME ??_R0?AV?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@@8 @39107 NONAME ??_R0?AV?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@@8 @39108 NONAME ??_R0?AV?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@@8 @39109 NONAME ??_R0?AV?$PSafePtr@VH323GatekeeperCall@@@@@8 @39110 NONAME ??_R0?AV?$PSafePtr@VH323PeerElementDescriptor@@@@@8 @39111 NONAME ??_R0?AV?$PSafePtr@VH323PeerElementServiceRelationship@@@@@8 @39112 NONAME ??_R0?AV?$PSafePtr@VH323RegisteredEndPoint@@@@@8 @39113 NONAME ??_R0?AV?$PSafeSortedList@VH323GatekeeperCall@@@@@8 @39114 NONAME ??_R0?AV?$PSafeSortedList@VH323PeerElementDescriptor@@@@@8 @39115 NONAME ??_R0?AV?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@@8 @39116 NONAME ??_R0?AV?$PSet@VPOrdinalKey@@@@@8 @39117 NONAME ??_R0?AV?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@@8 @39118 NONAME ??_R0?AV?$PSortedList@VH225_AliasAddress@@@@@8 @39119 NONAME ??_R0?AV?$PSortedList@VH323GatekeeperCall@@@@@8 @39120 NONAME ??_R0?AV?$PSortedList@VH323PeerElementDescriptor@@@@@8 @39121 NONAME ??_R0?AV?$PSortedList@VH323PeerElementServiceRelationship@@@@@8 @39122 NONAME ??_R0?AV?$PSortedList@VMXRecord@PDNS@@@@@8 @52067 NONAME ??_R0?AV?$PSortedList@VResponse@H323Transactor@@@@@8 @39123 NONAME ??_R0?AV?$PSortedList@VSRVRecord@PDNS@@@@@8 @52068 NONAME ??_R0?AV?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@@8 @52069 NONAME ??_R0?AV?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@@8 @52070 NONAME ??_R0?AV?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@@8 @52071 NONAME ??_R0?AV?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@@8 @50754 NONAME ??_R0?AV?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @50755 NONAME ??_R0?AV?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @50756 NONAME ??_R0?AV?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @50757 NONAME ??_R0?AV?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @50758 NONAME ??_R0?AV?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @50759 NONAME ??_R0?AV?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @50760 NONAME ??_R0?AV?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @50761 NONAME ??_R0?AV?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @50762 NONAME ??_R0?AV?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @50763 NONAME ??_R0?AV?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @50764 NONAME ??_R0?AV?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @50765 NONAME ??_R0?AV?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @50766 NONAME ??_R0?AV?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @50767 NONAME ??_R0?AV?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @50768 NONAME ??_R0?AV?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @50769 NONAME ??_R0?AV?$Worker@VHIDPluginDeviceManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@@8 @52072 NONAME ??_R0?AV?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @50770 NONAME ??_R0?AV?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @50771 NONAME ??_R0?AV?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @50772 NONAME ??_R0?AV?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @50773 NONAME ??_R0?AV?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @50774 NONAME ??_R0?AV?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @50775 NONAME ??_R0?AV?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @50776 NONAME ??_R0?AV?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @50777 NONAME ??_R0?AV?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @50778 NONAME ??_R0?AV?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @50779 NONAME ??_R0?AV?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @50780 NONAME ??_R0?AV?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @50781 NONAME ??_R0?AV?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @50782 NONAME ??_R0?AV?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @50783 NONAME ??_R0?AV?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @50784 NONAME ??_R0?AV?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @50785 NONAME ??_R0?AV?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@@8 @52073 NONAME ??_R0?AV?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@@8 @51206 NONAME ??_R0?AV?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@@8 @51207 NONAME ??_R0?AVAliasKey@H323PeerElement@@@8 @39124 NONAME ??_R0?AVAlternateInfo@H323Gatekeeper@@@8 @39125 NONAME ??_R0?AVByteQueue@OpalVoipBlasterDevice@@@8 @39126 NONAME ??_R0?AVEncoder@@@8 @39127 NONAME ??_R0?AVEntry@RTP_JitterBuffer@@@8 @39128 NONAME ??_R0?AVFilterInfo@H323Codec@@@8 @39130 NONAME ??_R0?AVFullP64Decoder@@@8 @39131 NONAME ??_R0?AVG7231_File_Capability@@@8 @39132 NONAME ??_R0?AVG7231_File_Codec@@@8 @39133 NONAME ??_R0?AVGCC_AlternativeNodeID@@@8 @39134 NONAME ??_R0?AVGCC_ApplicationInvokeIndication@@@8 @39135 NONAME ??_R0?AVGCC_ApplicationInvokeSpecifier@@@8 @39136 NONAME ??_R0?AVGCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@@8 @39137 NONAME ??_R0?AVGCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@@8 @39138 NONAME ??_R0?AVGCC_ApplicationRecord@@@8 @39139 NONAME ??_R0?AVGCC_ApplicationRecord_nonCollapsingCapabilities@@@8 @39140 NONAME ??_R0?AVGCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@@8 @39141 NONAME ??_R0?AVGCC_ArrayOf_ApplicationInvokeSpecifier@@@8 @39142 NONAME ??_R0?AVGCC_ArrayOf_ChallengeItem@@@8 @39143 NONAME ??_R0?AVGCC_ArrayOf_ConferenceDescriptor@@@8 @39144 NONAME ??_R0?AVGCC_ArrayOf_Privilege@@@8 @39145 NONAME ??_R0?AVGCC_ArrayOf_TextString@@@8 @39146 NONAME ??_R0?AVGCC_ArrayOf_UserID@@@8 @39147 NONAME ??_R0?AVGCC_AsymmetryIndicator@@@8 @39148 NONAME ??_R0?AVGCC_CapabilityClass@@@8 @39149 NONAME ??_R0?AVGCC_CapabilityID@@@8 @39150 NONAME ??_R0?AVGCC_ChallengeItem@@@8 @39151 NONAME ??_R0?AVGCC_ChallengeRequest@@@8 @39152 NONAME ??_R0?AVGCC_ChallengeResponse@@@8 @39153 NONAME ??_R0?AVGCC_ChallengeResponseAlgorithm@@@8 @39154 NONAME ??_R0?AVGCC_ChallengeResponseItem@@@8 @39155 NONAME ??_R0?AVGCC_ChannelID@@@8 @39156 NONAME ??_R0?AVGCC_ChannelType@@@8 @39157 NONAME ??_R0?AVGCC_ConductorAssignIndication@@@8 @39158 NONAME ??_R0?AVGCC_ConductorPermissionAskIndication@@@8 @39159 NONAME ??_R0?AVGCC_ConductorPermissionGrantIndication@@@8 @39160 NONAME ??_R0?AVGCC_ConductorReleaseIndication@@@8 @39161 NONAME ??_R0?AVGCC_ConferenceAddRequest@@@8 @39162 NONAME ??_R0?AVGCC_ConferenceAddResponse@@@8 @39163 NONAME ??_R0?AVGCC_ConferenceAddResponse_result@@@8 @39164 NONAME ??_R0?AVGCC_ConferenceAssistanceIndication@@@8 @39165 NONAME ??_R0?AVGCC_ConferenceCreateRequest@@@8 @39166 NONAME ??_R0?AVGCC_ConferenceCreateResponse@@@8 @39167 NONAME ??_R0?AVGCC_ConferenceCreateResponse_result@@@8 @39168 NONAME ??_R0?AVGCC_ConferenceDescriptor@@@8 @39169 NONAME ??_R0?AVGCC_ConferenceEjectUserIndication@@@8 @39170 NONAME ??_R0?AVGCC_ConferenceEjectUserIndication_reason@@@8 @39171 NONAME ??_R0?AVGCC_ConferenceEjectUserRequest@@@8 @39172 NONAME ??_R0?AVGCC_ConferenceEjectUserRequest_reason@@@8 @39173 NONAME ??_R0?AVGCC_ConferenceEjectUserResponse@@@8 @39174 NONAME ??_R0?AVGCC_ConferenceEjectUserResponse_result@@@8 @39175 NONAME ??_R0?AVGCC_ConferenceInviteRequest@@@8 @39176 NONAME ??_R0?AVGCC_ConferenceInviteResponse@@@8 @39177 NONAME ??_R0?AVGCC_ConferenceInviteResponse_result@@@8 @39178 NONAME ??_R0?AVGCC_ConferenceJoinRequest@@@8 @39179 NONAME ??_R0?AVGCC_ConferenceJoinResponse@@@8 @39180 NONAME ??_R0?AVGCC_ConferenceJoinResponse_result@@@8 @39181 NONAME ??_R0?AVGCC_ConferenceLockIndication@@@8 @39182 NONAME ??_R0?AVGCC_ConferenceLockRequest@@@8 @39183 NONAME ??_R0?AVGCC_ConferenceLockResponse@@@8 @39184 NONAME ??_R0?AVGCC_ConferenceLockResponse_result@@@8 @39185 NONAME ??_R0?AVGCC_ConferenceName@@@8 @39186 NONAME ??_R0?AVGCC_ConferenceNameModifier@@@8 @39187 NONAME ??_R0?AVGCC_ConferenceNameSelector@@@8 @39188 NONAME ??_R0?AVGCC_ConferencePriority@@@8 @39189 NONAME ??_R0?AVGCC_ConferencePriorityScheme@@@8 @39190 NONAME ??_R0?AVGCC_ConferenceQueryRequest@@@8 @39191 NONAME ??_R0?AVGCC_ConferenceQueryResponse@@@8 @39192 NONAME ??_R0?AVGCC_ConferenceQueryResponse_result@@@8 @39193 NONAME ??_R0?AVGCC_ConferenceTerminateIndication@@@8 @39194 NONAME ??_R0?AVGCC_ConferenceTerminateIndication_reason@@@8 @39195 NONAME ??_R0?AVGCC_ConferenceTerminateRequest@@@8 @39196 NONAME ??_R0?AVGCC_ConferenceTerminateRequest_reason@@@8 @39197 NONAME ??_R0?AVGCC_ConferenceTerminateResponse@@@8 @39198 NONAME ??_R0?AVGCC_ConferenceTerminateResponse_result@@@8 @39199 NONAME ??_R0?AVGCC_ConferenceTimeExtendIndication@@@8 @39200 NONAME ??_R0?AVGCC_ConferenceTimeInquireIndication@@@8 @39201 NONAME ??_R0?AVGCC_ConferenceTimeRemainingIndication@@@8 @39202 NONAME ??_R0?AVGCC_ConferenceTransferIndication@@@8 @39203 NONAME ??_R0?AVGCC_ConferenceTransferRequest@@@8 @39204 NONAME ??_R0?AVGCC_ConferenceTransferResponse@@@8 @39205 NONAME ??_R0?AVGCC_ConferenceTransferResponse_result@@@8 @39206 NONAME ??_R0?AVGCC_ConferenceUnlockIndication@@@8 @39207 NONAME ??_R0?AVGCC_ConferenceUnlockRequest@@@8 @39208 NONAME ??_R0?AVGCC_ConferenceUnlockResponse@@@8 @39209 NONAME ??_R0?AVGCC_ConferenceUnlockResponse_result@@@8 @39210 NONAME ??_R0?AVGCC_ConnectData@@@8 @39211 NONAME ??_R0?AVGCC_ConnectGCCPDU@@@8 @39212 NONAME ??_R0?AVGCC_DialingString@@@8 @39213 NONAME ??_R0?AVGCC_DynamicChannelID@@@8 @39214 NONAME ??_R0?AVGCC_DynamicTokenID@@@8 @39215 NONAME ??_R0?AVGCC_EntityID@@@8 @39216 NONAME ??_R0?AVGCC_ExtraDialingString@@@8 @39217 NONAME ??_R0?AVGCC_FunctionNotSupportedResponse@@@8 @39218 NONAME ??_R0?AVGCC_GCCPDU@@@8 @39219 NONAME ??_R0?AVGCC_H221NonStandardIdentifier@@@8 @39220 NONAME ??_R0?AVGCC_Handle@@@8 @39221 NONAME ??_R0?AVGCC_IndicationPDU@@@8 @39222 NONAME ??_R0?AVGCC_Key@@@8 @39223 NONAME ??_R0?AVGCC_NetworkAddress@@@8 @39224 NONAME ??_R0?AVGCC_NetworkAddress_subtype@@@8 @39225 NONAME ??_R0?AVGCC_NetworkAddress_subtype_aggregatedChannel@@@8 @39226 NONAME ??_R0?AVGCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@@8 @39227 NONAME ??_R0?AVGCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@@8 @39228 NONAME ??_R0?AVGCC_NetworkAddress_subtype_transportConnection@@@8 @39229 NONAME ??_R0?AVGCC_NodeProperties@@@8 @39230 NONAME ??_R0?AVGCC_NodeRecord@@@8 @39231 NONAME ??_R0?AVGCC_NodeType@@@8 @39232 NONAME ??_R0?AVGCC_NonStandardParameter@@@8 @39233 NONAME ??_R0?AVGCC_NonStandardPDU@@@8 @39234 NONAME ??_R0?AVGCC_Password@@@8 @39235 NONAME ??_R0?AVGCC_PasswordChallengeRequestResponse@@@8 @39236 NONAME ??_R0?AVGCC_PasswordChallengeRequestResponse_challengeRequestResponse@@@8 @39237 NONAME ??_R0?AVGCC_PasswordSelector@@@8 @39238 NONAME ??_R0?AVGCC_Privilege@@@8 @39239 NONAME ??_R0?AVGCC_RegistryAllocateHandleRequest@@@8 @39240 NONAME ??_R0?AVGCC_RegistryAllocateHandleResponse@@@8 @39241 NONAME ??_R0?AVGCC_RegistryAllocateHandleResponse_result@@@8 @39242 NONAME ??_R0?AVGCC_RegistryAssignTokenRequest@@@8 @39243 NONAME ??_R0?AVGCC_RegistryDeleteEntryRequest@@@8 @39244 NONAME ??_R0?AVGCC_RegistryEntryOwner@@@8 @39245 NONAME ??_R0?AVGCC_RegistryEntryOwner_owned@@@8 @39246 NONAME ??_R0?AVGCC_RegistryItem@@@8 @39247 NONAME ??_R0?AVGCC_RegistryKey@@@8 @39248 NONAME ??_R0?AVGCC_RegistryModificationRights@@@8 @39249 NONAME ??_R0?AVGCC_RegistryMonitorEntryIndication@@@8 @39250 NONAME ??_R0?AVGCC_RegistryMonitorEntryRequest@@@8 @39251 NONAME ??_R0?AVGCC_RegistryRegisterChannelRequest@@@8 @39252 NONAME ??_R0?AVGCC_RegistryResponse@@@8 @39253 NONAME ??_R0?AVGCC_RegistryResponse_primitiveType@@@8 @39254 NONAME ??_R0?AVGCC_RegistryResponse_result@@@8 @39255 NONAME ??_R0?AVGCC_RegistryRetrieveEntryRequest@@@8 @39256 NONAME ??_R0?AVGCC_RegistrySetParameterRequest@@@8 @39257 NONAME ??_R0?AVGCC_RequestPDU@@@8 @39258 NONAME ??_R0?AVGCC_ResponsePDU@@@8 @39259 NONAME ??_R0?AVGCC_RosterUpdateIndication@@@8 @39260 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation@@@8 @39261 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype@@@8 @39262 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@@8 @39263 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@@8 @39264 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@@8 @39265 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@@8 @39266 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@@8 @39267 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@@8 @39268 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@@8 @39269 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@@8 @39270 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@@8 @39271 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation@@@8 @39272 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@@8 @39273 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@@8 @39274 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@@8 @39275 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@@8 @39276 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@@8 @39277 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@@8 @39278 NONAME ??_R0?AVGCC_SessionKey@@@8 @39279 NONAME ??_R0?AVGCC_SimpleNumericString@@@8 @39280 NONAME ??_R0?AVGCC_SimpleTextString@@@8 @39281 NONAME ??_R0?AVGCC_StaticChannelID@@@8 @39282 NONAME ??_R0?AVGCC_StaticTokenID@@@8 @39283 NONAME ??_R0?AVGCC_SubAddressString@@@8 @39284 NONAME ??_R0?AVGCC_TerminationMethod@@@8 @39285 NONAME ??_R0?AVGCC_TextMessageIndication@@@8 @39286 NONAME ??_R0?AVGCC_TextString@@@8 @39287 NONAME ??_R0?AVGCC_Time@@@8 @39288 NONAME ??_R0?AVGCC_TokenID@@@8 @39289 NONAME ??_R0?AVGCC_UserData@@@8 @39290 NONAME ??_R0?AVGCC_UserData_subtype@@@8 @39291 NONAME ??_R0?AVGCC_UserID@@@8 @39292 NONAME ??_R0?AVGCC_UserIDIndication@@@8 @39293 NONAME ??_R0?AVH225CallThread@@@8 @39294 NONAME ??_R0?AVH225TransportThread@@@8 @39295 NONAME ??_R0?AVH225_AddressPattern@@@8 @39296 NONAME ??_R0?AVH225_AddressPattern_range@@@8 @39297 NONAME ??_R0?AVH225_AdmissionConfirm@@@8 @39298 NONAME ??_R0?AVH225_AdmissionConfirm_language@@@8 @39299 NONAME ??_R0?AVH225_AdmissionReject@@@8 @39300 NONAME ??_R0?AVH225_AdmissionRejectReason@@@8 @39301 NONAME ??_R0?AVH225_AdmissionRequest@@@8 @39302 NONAME ??_R0?AVH225_Alerting_UUIE@@@8 @39303 NONAME ??_R0?AVH225_AliasAddress@@@8 @39304 NONAME ??_R0?AVH225_AlternateGK@@@8 @39305 NONAME ??_R0?AVH225_AlternateTransportAddresses@@@8 @39306 NONAME ??_R0?AVH225_AltGKInfo@@@8 @39307 NONAME ??_R0?AVH225_ANSI_41_UIM@@@8 @39308 NONAME ??_R0?AVH225_ANSI_41_UIM_system_id@@@8 @39309 NONAME ??_R0?AVH225_ArrayOf_AddressPattern@@@8 @39310 NONAME ??_R0?AVH225_ArrayOf_AdmissionConfirm@@@8 @39311 NONAME ??_R0?AVH225_ArrayOf_AliasAddress@@@8 @39312 NONAME ??_R0?AVH225_ArrayOf_AlternateGK@@@8 @39313 NONAME ??_R0?AVH225_ArrayOf_AuthenticationMechanism@@@8 @39314 NONAME ??_R0?AVH225_ArrayOf_BandwidthDetails@@@8 @39315 NONAME ??_R0?AVH225_ArrayOf_CallReferenceValue@@@8 @39316 NONAME ??_R0?AVH225_ArrayOf_CallsAvailable@@@8 @39317 NONAME ??_R0?AVH225_ArrayOf_ClearToken@@@8 @39318 NONAME ??_R0?AVH225_ArrayOf_ConferenceIdentifier@@@8 @39319 NONAME ??_R0?AVH225_ArrayOf_ConferenceList@@@8 @39320 NONAME ??_R0?AVH225_ArrayOf_CryptoH323Token@@@8 @39321 NONAME ??_R0?AVH225_ArrayOf_DataRate@@@8 @39322 NONAME ??_R0?AVH225_ArrayOf_Endpoint@@@8 @39323 NONAME ??_R0?AVH225_ArrayOf_EnumeratedParameter@@@8 @39324 NONAME ??_R0?AVH225_ArrayOf_ExtendedAliasAddress@@@8 @39325 NONAME ??_R0?AVH225_ArrayOf_FeatureDescriptor@@@8 @39326 NONAME ??_R0?AVH225_ArrayOf_GenericData@@@8 @39327 NONAME ??_R0?AVH225_ArrayOf_H245Security@@@8 @39328 NONAME ??_R0?AVH225_ArrayOf_H248PackagesDescriptor@@@8 @39329 NONAME ??_R0?AVH225_ArrayOf_IntegrityMechanism@@@8 @39330 NONAME ??_R0?AVH225_ArrayOf_NonStandardParameter@@@8 @39331 NONAME ??_R0?AVH225_ArrayOf_PartyNumber@@@8 @39332 NONAME ??_R0?AVH225_ArrayOf_PASN_ObjectId@@@8 @39333 NONAME ??_R0?AVH225_ArrayOf_PASN_OctetString@@@8 @39334 NONAME ??_R0?AVH225_ArrayOf_RasUsageSpecification@@@8 @39335 NONAME ??_R0?AVH225_ArrayOf_RTPSession@@@8 @39336 NONAME ??_R0?AVH225_ArrayOf_ServiceControlSession@@@8 @39337 NONAME ??_R0?AVH225_ArrayOf_SupportedPrefix@@@8 @39338 NONAME ??_R0?AVH225_ArrayOf_SupportedProtocols@@@8 @39339 NONAME ??_R0?AVH225_ArrayOf_TransportAddress@@@8 @39340 NONAME ??_R0?AVH225_ArrayOf_TransportChannelInfo@@@8 @39341 NONAME ??_R0?AVH225_ArrayOf_TunnelledProtocol@@@8 @39342 NONAME ??_R0?AVH225_BandRejectReason@@@8 @39343 NONAME ??_R0?AVH225_BandWidth@@@8 @39344 NONAME ??_R0?AVH225_BandwidthConfirm@@@8 @39345 NONAME ??_R0?AVH225_BandwidthDetails@@@8 @39346 NONAME ??_R0?AVH225_BandwidthReject@@@8 @39347 NONAME ??_R0?AVH225_BandwidthRequest@@@8 @39348 NONAME ??_R0?AVH225_CallCapacity@@@8 @39349 NONAME ??_R0?AVH225_CallCapacityInfo@@@8 @39350 NONAME ??_R0?AVH225_CallCreditCapability@@@8 @39351 NONAME ??_R0?AVH225_CallCreditServiceControl@@@8 @39352 NONAME ??_R0?AVH225_CallCreditServiceControl_billingMode@@@8 @39353 NONAME ??_R0?AVH225_CallCreditServiceControl_callStartingPoint@@@8 @39354 NONAME ??_R0?AVH225_CallIdentifier@@@8 @39355 NONAME ??_R0?AVH225_CallLinkage@@@8 @39356 NONAME ??_R0?AVH225_CallModel@@@8 @39357 NONAME ??_R0?AVH225_CallProceeding_UUIE@@@8 @39358 NONAME ??_R0?AVH225_CallReferenceValue@@@8 @39359 NONAME ??_R0?AVH225_CallsAvailable@@@8 @39360 NONAME ??_R0?AVH225_CallTerminationCause@@@8 @39361 NONAME ??_R0?AVH225_CallType@@@8 @39362 NONAME ??_R0?AVH225_CapacityReportingCapability@@@8 @39363 NONAME ??_R0?AVH225_CapacityReportingSpecification@@@8 @39364 NONAME ??_R0?AVH225_CapacityReportingSpecification_when@@@8 @39365 NONAME ??_R0?AVH225_CarrierInfo@@@8 @39366 NONAME ??_R0?AVH225_CicInfo@@@8 @39367 NONAME ??_R0?AVH225_CicInfo_cic@@@8 @39368 NONAME ??_R0?AVH225_CircuitIdentifier@@@8 @39369 NONAME ??_R0?AVH225_CircuitInfo@@@8 @39370 NONAME ??_R0?AVH225_ConferenceIdentifier@@@8 @39371 NONAME ??_R0?AVH225_ConferenceList@@@8 @39372 NONAME ??_R0?AVH225_Connect_UUIE@@@8 @39373 NONAME ??_R0?AVH225_Connect_UUIE_language@@@8 @39374 NONAME ??_R0?AVH225_Content@@@8 @39375 NONAME ??_R0?AVH225_CryptoH323Token@@@8 @39376 NONAME ??_R0?AVH225_CryptoH323Token_cryptoEPPwdHash@@@8 @39377 NONAME ??_R0?AVH225_CryptoH323Token_cryptoGKPwdHash@@@8 @39378 NONAME ??_R0?AVH225_DataRate@@@8 @39379 NONAME ??_R0?AVH225_DisengageConfirm@@@8 @39380 NONAME ??_R0?AVH225_DisengageReason@@@8 @39381 NONAME ??_R0?AVH225_DisengageReject@@@8 @39382 NONAME ??_R0?AVH225_DisengageRejectReason@@@8 @39383 NONAME ??_R0?AVH225_DisengageRequest@@@8 @39384 NONAME ??_R0?AVH225_EncodedFastStartToken@@@8 @39385 NONAME ??_R0?AVH225_EncryptIntAlg@@@8 @39386 NONAME ??_R0?AVH225_Endpoint@@@8 @39387 NONAME ??_R0?AVH225_EndpointIdentifier@@@8 @39388 NONAME ??_R0?AVH225_EndpointType@@@8 @39389 NONAME ??_R0?AVH225_EnumeratedParameter@@@8 @39390 NONAME ??_R0?AVH225_ExtendedAliasAddress@@@8 @39391 NONAME ??_R0?AVH225_FacilityReason@@@8 @39392 NONAME ??_R0?AVH225_Facility_UUIE@@@8 @39393 NONAME ??_R0?AVH225_FastStartToken@@@8 @39394 NONAME ??_R0?AVH225_FeatureDescriptor@@@8 @39395 NONAME ??_R0?AVH225_FeatureSet@@@8 @39396 NONAME ??_R0?AVH225_GatekeeperConfirm@@@8 @39397 NONAME ??_R0?AVH225_GatekeeperIdentifier@@@8 @39398 NONAME ??_R0?AVH225_GatekeeperInfo@@@8 @39399 NONAME ??_R0?AVH225_GatekeeperReject@@@8 @39400 NONAME ??_R0?AVH225_GatekeeperRejectReason@@@8 @39401 NONAME ??_R0?AVH225_GatekeeperRequest@@@8 @39402 NONAME ??_R0?AVH225_GatewayInfo@@@8 @39403 NONAME ??_R0?AVH225_GenericData@@@8 @39404 NONAME ??_R0?AVH225_GenericIdentifier@@@8 @39405 NONAME ??_R0?AVH225_GloballyUniqueID@@@8 @39406 NONAME ??_R0?AVH225_GroupID@@@8 @39407 NONAME ??_R0?AVH225_GroupID_member@@@8 @39408 NONAME ??_R0?AVH225_GSM_UIM@@@8 @39409 NONAME ??_R0?AVH225_H221NonStandard@@@8 @39410 NONAME ??_R0?AVH225_H245Security@@@8 @39411 NONAME ??_R0?AVH225_H248PackagesDescriptor@@@8 @39412 NONAME ??_R0?AVH225_H248SignalsDescriptor@@@8 @39413 NONAME ??_R0?AVH225_H310Caps@@@8 @39414 NONAME ??_R0?AVH225_H320Caps@@@8 @39415 NONAME ??_R0?AVH225_H321Caps@@@8 @39416 NONAME ??_R0?AVH225_H322Caps@@@8 @39417 NONAME ??_R0?AVH225_H323Caps@@@8 @39418 NONAME ??_R0?AVH225_H323_UserInformation@@@8 @39419 NONAME ??_R0?AVH225_H323_UserInformation_user_data@@@8 @39420 NONAME ??_R0?AVH225_H323_UU_PDU@@@8 @39421 NONAME ??_R0?AVH225_H323_UU_PDU_h323_message_body@@@8 @39422 NONAME ??_R0?AVH225_H323_UU_PDU_tunnelledSignallingMessage@@@8 @39423 NONAME ??_R0?AVH225_H324Caps@@@8 @39424 NONAME ??_R0?AVH225_ICV@@@8 @39425 NONAME ??_R0?AVH225_InfoRequest@@@8 @39426 NONAME ??_R0?AVH225_InfoRequestAck@@@8 @39427 NONAME ??_R0?AVH225_InfoRequestNak@@@8 @39428 NONAME ??_R0?AVH225_InfoRequestNakReason@@@8 @39429 NONAME ??_R0?AVH225_InfoRequestResponse@@@8 @39430 NONAME ??_R0?AVH225_InfoRequestResponseStatus@@@8 @39431 NONAME ??_R0?AVH225_InfoRequestResponse_perCallInfo@@@8 @39432 NONAME ??_R0?AVH225_InfoRequestResponse_perCallInfo_subtype@@@8 @39433 NONAME ??_R0?AVH225_InfoRequestResponse_perCallInfo_subtype_pdu@@@8 @39434 NONAME ??_R0?AVH225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@@8 @39435 NONAME ??_R0?AVH225_Information_UUIE@@@8 @39436 NONAME ??_R0?AVH225_IntegrityMechanism@@@8 @39437 NONAME ??_R0?AVH225_LocationConfirm@@@8 @39438 NONAME ??_R0?AVH225_LocationReject@@@8 @39439 NONAME ??_R0?AVH225_LocationRejectReason@@@8 @39440 NONAME ??_R0?AVH225_LocationRequest@@@8 @39441 NONAME ??_R0?AVH225_McuInfo@@@8 @39442 NONAME ??_R0?AVH225_MobileUIM@@@8 @39443 NONAME ??_R0?AVH225_NonIsoIntegrityMechanism@@@8 @39444 NONAME ??_R0?AVH225_NonStandardIdentifier@@@8 @39445 NONAME ??_R0?AVH225_NonStandardMessage@@@8 @39446 NONAME ??_R0?AVH225_NonStandardParameter@@@8 @39447 NONAME ??_R0?AVH225_NonStandardProtocol@@@8 @39448 NONAME ??_R0?AVH225_Notify_UUIE@@@8 @39449 NONAME ??_R0?AVH225_NumberDigits@@@8 @39450 NONAME ??_R0?AVH225_PartyNumber@@@8 @39451 NONAME ??_R0?AVH225_PresentationIndicator@@@8 @39452 NONAME ??_R0?AVH225_PrivatePartyNumber@@@8 @39453 NONAME ??_R0?AVH225_PrivateTypeOfNumber@@@8 @39454 NONAME ??_R0?AVH225_Progress_UUIE@@@8 @39455 NONAME ??_R0?AVH225_ProtocolIdentifier@@@8 @39456 NONAME ??_R0?AVH225_PublicPartyNumber@@@8 @39457 NONAME ??_R0?AVH225_PublicTypeOfNumber@@@8 @39458 NONAME ??_R0?AVH225_Q954Details@@@8 @39459 NONAME ??_R0?AVH225_QseriesOptions@@@8 @39460 NONAME ??_R0?AVH225_RAS@@@8 @39461 NONAME ??_R0?AVH225_RasMessage@@@8 @39462 NONAME ??_R0?AVH225_RasUsageInformation@@@8 @39463 NONAME ??_R0?AVH225_RasUsageInfoTypes@@@8 @39464 NONAME ??_R0?AVH225_RasUsageSpecification@@@8 @39465 NONAME ??_R0?AVH225_RasUsageSpecification_callStartingPoint@@@8 @39466 NONAME ??_R0?AVH225_RasUsageSpecification_when@@@8 @39467 NONAME ??_R0?AVH225_RegistrationConfirm@@@8 @39468 NONAME ??_R0?AVH225_RegistrationConfirm_preGrantedARQ@@@8 @39469 NONAME ??_R0?AVH225_RegistrationReject@@@8 @39470 NONAME ??_R0?AVH225_RegistrationRejectReason@@@8 @39471 NONAME ??_R0?AVH225_RegistrationRejectReason_invalidTerminalAliases@@@8 @39472 NONAME ??_R0?AVH225_RegistrationRequest@@@8 @39473 NONAME ??_R0?AVH225_ReleaseCompleteReason@@@8 @39474 NONAME ??_R0?AVH225_ReleaseComplete_UUIE@@@8 @39475 NONAME ??_R0?AVH225_RequestInProgress@@@8 @39476 NONAME ??_R0?AVH225_RequestSeqNum@@@8 @39477 NONAME ??_R0?AVH225_ResourcesAvailableConfirm@@@8 @39478 NONAME ??_R0?AVH225_ResourcesAvailableIndicate@@@8 @39479 NONAME ??_R0?AVH225_RTPSession@@@8 @39480 NONAME ??_R0?AVH225_RTPSession_associatedSessionIds@@@8 @39481 NONAME ??_R0?AVH225_ScnConnectionAggregation@@@8 @39482 NONAME ??_R0?AVH225_ScnConnectionType@@@8 @39483 NONAME ??_R0?AVH225_ScreeningIndicator@@@8 @39484 NONAME ??_R0?AVH225_SecurityCapabilities@@@8 @39485 NONAME ??_R0?AVH225_SecurityErrors2@@@8 @39486 NONAME ??_R0?AVH225_SecurityErrors@@@8 @39487 NONAME ??_R0?AVH225_SecurityServiceMode@@@8 @39488 NONAME ??_R0?AVH225_ServiceControlDescriptor@@@8 @39489 NONAME ??_R0?AVH225_ServiceControlIndication@@@8 @39490 NONAME ??_R0?AVH225_ServiceControlIndication_callSpecific@@@8 @39491 NONAME ??_R0?AVH225_ServiceControlResponse@@@8 @39492 NONAME ??_R0?AVH225_ServiceControlResponse_result@@@8 @39493 NONAME ??_R0?AVH225_ServiceControlSession@@@8 @39494 NONAME ??_R0?AVH225_ServiceControlSession_reason@@@8 @39495 NONAME ??_R0?AVH225_SetupAcknowledge_UUIE@@@8 @39496 NONAME ??_R0?AVH225_Setup_UUIE@@@8 @39497 NONAME ??_R0?AVH225_Setup_UUIE_conferenceGoal@@@8 @39498 NONAME ??_R0?AVH225_Setup_UUIE_connectionParameters@@@8 @39499 NONAME ??_R0?AVH225_Setup_UUIE_language@@@8 @39500 NONAME ??_R0?AVH225_SIPCaps@@@8 @39501 NONAME ??_R0?AVH225_StatusInquiry_UUIE@@@8 @39502 NONAME ??_R0?AVH225_Status_UUIE@@@8 @39503 NONAME ??_R0?AVH225_StimulusControl@@@8 @39504 NONAME ??_R0?AVH225_SupportedPrefix@@@8 @39505 NONAME ??_R0?AVH225_SupportedProtocols@@@8 @39506 NONAME ??_R0?AVH225_T120OnlyCaps@@@8 @39507 NONAME ??_R0?AVH225_T38FaxAnnexbOnlyCaps@@@8 @39508 NONAME ??_R0?AVH225_TBCD_STRING@@@8 @39509 NONAME ??_R0?AVH225_TerminalInfo@@@8 @39510 NONAME ??_R0?AVH225_TimeToLive@@@8 @39511 NONAME ??_R0?AVH225_TransportAddress@@@8 @39512 NONAME ??_R0?AVH225_TransportAddress_ip6Address@@@8 @39513 NONAME ??_R0?AVH225_TransportAddress_ipAddress@@@8 @39514 NONAME ??_R0?AVH225_TransportAddress_ipSourceRoute@@@8 @39515 NONAME ??_R0?AVH225_TransportAddress_ipSourceRoute_route@@@8 @39516 NONAME ??_R0?AVH225_TransportAddress_ipSourceRoute_routing@@@8 @39517 NONAME ??_R0?AVH225_TransportAddress_ipxAddress@@@8 @39518 NONAME ??_R0?AVH225_TransportChannelInfo@@@8 @39519 NONAME ??_R0?AVH225_TransportQOS@@@8 @39520 NONAME ??_R0?AVH225_TunnelledProtocol@@@8 @39521 NONAME ??_R0?AVH225_TunnelledProtocolAlternateIdentifier@@@8 @39522 NONAME ??_R0?AVH225_TunnelledProtocol_id@@@8 @39523 NONAME ??_R0?AVH225_UnknownMessageResponse@@@8 @39524 NONAME ??_R0?AVH225_UnregistrationConfirm@@@8 @39525 NONAME ??_R0?AVH225_UnregistrationReject@@@8 @39526 NONAME ??_R0?AVH225_UnregistrationRequest@@@8 @39527 NONAME ??_R0?AVH225_UnregRejectReason@@@8 @39528 NONAME ??_R0?AVH225_UnregRequestReason@@@8 @39529 NONAME ??_R0?AVH225_UseSpecifiedTransport@@@8 @39530 NONAME ??_R0?AVH225_UUIEsRequested@@@8 @39531 NONAME ??_R0?AVH225_VendorIdentifier@@@8 @39532 NONAME ??_R0?AVH225_VoiceCaps@@@8 @39533 NONAME ??_R0?AVH235AuthCAT@@@8 @39534 NONAME ??_R0?AVH235Authenticator@@@8 @39535 NONAME ??_R0?AVH235Authenticators@@@8 @39536 NONAME ??_R0?AVH235AuthProcedure1@@@8 @39537 NONAME ??_R0?AVH235AuthSimpleMD5@@@8 @39538 NONAME ??_R0?AVH235_AuthenticationBES@@@8 @39539 NONAME ??_R0?AVH235_AuthenticationMechanism@@@8 @39540 NONAME ??_R0?AVH235_ChallengeString@@@8 @39541 NONAME ??_R0?AVH235_ClearToken@@@8 @39542 NONAME ??_R0?AVH235_CryptoToken@@@8 @39543 NONAME ??_R0?AVH235_CryptoToken_cryptoEncryptedToken@@@8 @39544 NONAME ??_R0?AVH235_CryptoToken_cryptoHashedToken@@@8 @39545 NONAME ??_R0?AVH235_CryptoToken_cryptoSignedToken@@@8 @39546 NONAME ??_R0?AVH235_DHset@@@8 @39547 NONAME ??_R0?AVH235_ECGDSASignature@@@8 @39548 NONAME ??_R0?AVH235_ECKASDH@@@8 @39549 NONAME ??_R0?AVH235_ECKASDH_eckasdh2@@@8 @39550 NONAME ??_R0?AVH235_ECKASDH_eckasdhp@@@8 @39551 NONAME ??_R0?AVH235_ECpoint@@@8 @39552 NONAME ??_R0?AVH235_EncodedGeneralToken@@@8 @39553 NONAME ??_R0?AVH235_EncodedKeySignedMaterial@@@8 @39554 NONAME ??_R0?AVH235_EncodedKeySyncMaterial@@@8 @39555 NONAME ??_R0?AVH235_EncodedPwdCertToken@@@8 @39556 NONAME ??_R0?AVH235_EncodedReturnSig@@@8 @39557 NONAME ??_R0?AVH235_H235CertificateSignature@@@8 @39558 NONAME ??_R0?AVH235_H235Key@@@8 @39559 NONAME ??_R0?AVH235_Identifier@@@8 @39560 NONAME ??_R0?AVH235_IV16@@@8 @39561 NONAME ??_R0?AVH235_IV8@@@8 @39562 NONAME ??_R0?AVH235_KeyMaterial@@@8 @39563 NONAME ??_R0?AVH235_KeySignedMaterial@@@8 @39564 NONAME ??_R0?AVH235_KeySyncMaterial@@@8 @39565 NONAME ??_R0?AVH235_NonStandardParameter@@@8 @39566 NONAME ??_R0?AVH235_Params@@@8 @39567 NONAME ??_R0?AVH235_Password@@@8 @39568 NONAME ??_R0?AVH235_PwdCertToken@@@8 @39569 NONAME ??_R0?AVH235_RandomVal@@@8 @39570 NONAME ??_R0?AVH235_ReturnSig@@@8 @39571 NONAME ??_R0?AVH235_TimeStamp@@@8 @39572 NONAME ??_R0?AVH235_TypedCertificate@@@8 @39573 NONAME ??_R0?AVH235_V3KeySyncMaterial@@@8 @39574 NONAME ??_R0?AVH245NegLogicalChannel@@@8 @39575 NONAME ??_R0?AVH245NegLogicalChannels@@@8 @39576 NONAME ??_R0?AVH245NegMasterSlaveDetermination@@@8 @39577 NONAME ??_R0?AVH245Negotiator@@@8 @39578 NONAME ??_R0?AVH245NegRequestMode@@@8 @39579 NONAME ??_R0?AVH245NegRoundTripDelay@@@8 @39580 NONAME ??_R0?AVH245NegTerminalCapabilitySet@@@8 @39581 NONAME ??_R0?AVH245TransportThread@@@8 @39582 NONAME ??_R0?AVH245_AlternativeCapabilitySet@@@8 @39583 NONAME ??_R0?AVH245_ArrayOf_AlternativeCapabilitySet@@@8 @39584 NONAME ??_R0?AVH245_ArrayOf_BEnhancementParameters@@@8 @39585 NONAME ??_R0?AVH245_ArrayOf_CapabilityDescriptor@@@8 @39586 NONAME ??_R0?AVH245_ArrayOf_CapabilityDescriptorNumber@@@8 @39587 NONAME ??_R0?AVH245_ArrayOf_CapabilityTableEntry@@@8 @39588 NONAME ??_R0?AVH245_ArrayOf_CapabilityTableEntryNumber@@@8 @39589 NONAME ??_R0?AVH245_ArrayOf_CommunicationModeTableEntry@@@8 @39590 NONAME ??_R0?AVH245_ArrayOf_CustomPictureClockFrequency@@@8 @39591 NONAME ??_R0?AVH245_ArrayOf_CustomPictureFormat@@@8 @39592 NONAME ??_R0?AVH245_ArrayOf_DataApplicationCapability@@@8 @39593 NONAME ??_R0?AVH245_ArrayOf_DialingInformationNetworkType@@@8 @39594 NONAME ??_R0?AVH245_ArrayOf_DialingInformationNumber@@@8 @39595 NONAME ??_R0?AVH245_ArrayOf_EnhancementOptions@@@8 @39596 NONAME ??_R0?AVH245_ArrayOf_EscrowData@@@8 @39597 NONAME ??_R0?AVH245_ArrayOf_GenericCapability@@@8 @52074 NONAME ??_R0?AVH245_ArrayOf_GenericParameter@@@8 @39598 NONAME ??_R0?AVH245_ArrayOf_H263ModeComboFlags@@@8 @39599 NONAME ??_R0?AVH245_ArrayOf_H263VideoModeCombos@@@8 @39600 NONAME ??_R0?AVH245_ArrayOf_MediaChannelCapability@@@8 @39601 NONAME ??_R0?AVH245_ArrayOf_MediaDistributionCapability@@@8 @39602 NONAME ??_R0?AVH245_ArrayOf_ModeDescription@@@8 @39603 NONAME ??_R0?AVH245_ArrayOf_MultiplePayloadStreamElement@@@8 @39604 NONAME ??_R0?AVH245_ArrayOf_MultiplePayloadStreamElementMode@@@8 @39605 NONAME ??_R0?AVH245_ArrayOf_MultiplexElement@@@8 @39606 NONAME ??_R0?AVH245_ArrayOf_MultiplexEntryDescriptor@@@8 @39607 NONAME ??_R0?AVH245_ArrayOf_MultiplexEntryRejectionDescriptions@@@8 @39608 NONAME ??_R0?AVH245_ArrayOf_MultiplexTableEntryNumber@@@8 @39609 NONAME ??_R0?AVH245_ArrayOf_NonStandardParameter@@@8 @39610 NONAME ??_R0?AVH245_ArrayOf_ParameterIdentifier@@@8 @39611 NONAME ??_R0?AVH245_ArrayOf_PictureReference@@@8 @39612 NONAME ??_R0?AVH245_ArrayOf_Q2931Address@@@8 @39613 NONAME ??_R0?AVH245_ArrayOf_QOSCapability@@@8 @39614 NONAME ??_R0?AVH245_ArrayOf_RedundancyEncodingCapability@@@8 @39615 NONAME ??_R0?AVH245_ArrayOf_RedundancyEncodingDTModeElement@@@8 @39616 NONAME ??_R0?AVH245_ArrayOf_RedundancyEncodingElement@@@8 @39617 NONAME ??_R0?AVH245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@@8 @39618 NONAME ??_R0?AVH245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@@8 @39619 NONAME ??_R0?AVH245_ArrayOf_RTPPayloadType@@@8 @39620 NONAME ??_R0?AVH245_ArrayOf_TerminalInformation@@@8 @39621 NONAME ??_R0?AVH245_ArrayOf_TerminalLabel@@@8 @39622 NONAME ??_R0?AVH245_ArrayOf_VCCapability@@@8 @39623 NONAME ??_R0?AVH245_ArrayOf_VideoCapability@@@8 @52075 NONAME ??_R0?AVH245_ATMParameters@@@8 @39624 NONAME ??_R0?AVH245_AudioCapability@@@8 @39625 NONAME ??_R0?AVH245_AudioCapability_g7231@@@8 @39626 NONAME ??_R0?AVH245_AudioMode@@@8 @39627 NONAME ??_R0?AVH245_AudioMode_g7231@@@8 @39628 NONAME ??_R0?AVH245_AudioTelephonyEventCapability@@@8 @39629 NONAME ??_R0?AVH245_AudioToneCapability@@@8 @39630 NONAME ??_R0?AVH245_AuthenticationCapability@@@8 @39631 NONAME ??_R0?AVH245_BEnhancementParameters@@@8 @39632 NONAME ??_R0?AVH245_Capability@@@8 @39633 NONAME ??_R0?AVH245_CapabilityDescriptor@@@8 @39634 NONAME ??_R0?AVH245_CapabilityDescriptorNumber@@@8 @39635 NONAME ??_R0?AVH245_CapabilityIdentifier@@@8 @39636 NONAME ??_R0?AVH245_CapabilityTableEntry@@@8 @39637 NONAME ??_R0?AVH245_CapabilityTableEntryNumber@@@8 @39638 NONAME ??_R0?AVH245_Capability_h233EncryptionReceiveCapability@@@8 @39639 NONAME ??_R0?AVH245_CertSelectionCriteria@@@8 @39640 NONAME ??_R0?AVH245_CloseLogicalChannel@@@8 @39641 NONAME ??_R0?AVH245_CloseLogicalChannelAck@@@8 @39642 NONAME ??_R0?AVH245_CloseLogicalChannel_reason@@@8 @39643 NONAME ??_R0?AVH245_CloseLogicalChannel_source@@@8 @39644 NONAME ??_R0?AVH245_CommandMessage@@@8 @39645 NONAME ??_R0?AVH245_CommunicationModeCommand@@@8 @39646 NONAME ??_R0?AVH245_CommunicationModeRequest@@@8 @39647 NONAME ??_R0?AVH245_CommunicationModeResponse@@@8 @39648 NONAME ??_R0?AVH245_CommunicationModeTableEntry@@@8 @39649 NONAME ??_R0?AVH245_CommunicationModeTableEntry_dataType@@@8 @39650 NONAME ??_R0?AVH245_CompressionType@@@8 @39651 NONAME ??_R0?AVH245_ConferenceCapability@@@8 @39652 NONAME ??_R0?AVH245_ConferenceCommand@@@8 @39653 NONAME ??_R0?AVH245_ConferenceID@@@8 @39654 NONAME ??_R0?AVH245_ConferenceIndication@@@8 @39655 NONAME ??_R0?AVH245_ConferenceRequest@@@8 @39656 NONAME ??_R0?AVH245_ConferenceRequest_requestTerminalCertificate@@@8 @39657 NONAME ??_R0?AVH245_ConferenceResponse@@@8 @39658 NONAME ??_R0?AVH245_ConferenceResponse_broadcastMyLogicalChannelResponse@@@8 @39659 NONAME ??_R0?AVH245_ConferenceResponse_chairTokenOwnerResponse@@@8 @39660 NONAME ??_R0?AVH245_ConferenceResponse_conferenceIDResponse@@@8 @39661 NONAME ??_R0?AVH245_ConferenceResponse_extensionAddressResponse@@@8 @39662 NONAME ??_R0?AVH245_ConferenceResponse_makeMeChairResponse@@@8 @39663 NONAME ??_R0?AVH245_ConferenceResponse_makeTerminalBroadcasterResponse@@@8 @39664 NONAME ??_R0?AVH245_ConferenceResponse_mCTerminalIDResponse@@@8 @39665 NONAME ??_R0?AVH245_ConferenceResponse_passwordResponse@@@8 @39666 NONAME ??_R0?AVH245_ConferenceResponse_sendThisSourceResponse@@@8 @39667 NONAME ??_R0?AVH245_ConferenceResponse_terminalCertificateResponse@@@8 @39668 NONAME ??_R0?AVH245_ConferenceResponse_terminalIDResponse@@@8 @39669 NONAME ??_R0?AVH245_ConnectionIdentifier@@@8 @39670 NONAME ??_R0?AVH245_CRCLength@@@8 @39671 NONAME ??_R0?AVH245_Criteria@@@8 @39672 NONAME ??_R0?AVH245_CustomPictureClockFrequency@@@8 @39673 NONAME ??_R0?AVH245_CustomPictureFormat@@@8 @39674 NONAME ??_R0?AVH245_CustomPictureFormat_mPI@@@8 @39675 NONAME ??_R0?AVH245_CustomPictureFormat_mPI_customPCF@@@8 @39676 NONAME ??_R0?AVH245_CustomPictureFormat_mPI_customPCF_subtype@@@8 @39677 NONAME ??_R0?AVH245_CustomPictureFormat_pixelAspectInformation@@@8 @39678 NONAME ??_R0?AVH245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@@8 @39679 NONAME ??_R0?AVH245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@@8 @39680 NONAME ??_R0?AVH245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@@8 @39681 NONAME ??_R0?AVH245_DataApplicationCapability@@@8 @39682 NONAME ??_R0?AVH245_DataApplicationCapability_application@@@8 @39683 NONAME ??_R0?AVH245_DataApplicationCapability_application_nlpid@@@8 @39684 NONAME ??_R0?AVH245_DataApplicationCapability_application_t38fax@@@8 @39685 NONAME ??_R0?AVH245_DataApplicationCapability_application_t84@@@8 @39686 NONAME ??_R0?AVH245_DataMode@@@8 @39687 NONAME ??_R0?AVH245_DataMode_application@@@8 @39688 NONAME ??_R0?AVH245_DataMode_application_nlpid@@@8 @39689 NONAME ??_R0?AVH245_DataMode_application_t38fax@@@8 @39690 NONAME ??_R0?AVH245_DataProtocolCapability@@@8 @39691 NONAME ??_R0?AVH245_DataProtocolCapability_v76wCompression@@@8 @39692 NONAME ??_R0?AVH245_DataType@@@8 @39693 NONAME ??_R0?AVH245_DepFECCapability@@@8 @52076 NONAME ??_R0?AVH245_DepFECCapability_rfc2733@@@8 @52077 NONAME ??_R0?AVH245_DepFECCapability_rfc2733_separateStream@@@8 @52078 NONAME ??_R0?AVH245_DepFECData@@@8 @52079 NONAME ??_R0?AVH245_DepFECData_rfc2733@@@8 @52080 NONAME ??_R0?AVH245_DepFECData_rfc2733_mode@@@8 @52081 NONAME ??_R0?AVH245_DepFECData_rfc2733_mode_separateStream@@@8 @52082 NONAME ??_R0?AVH245_DepFECData_rfc2733_mode_separateStream_differentPort@@@8 @52083 NONAME ??_R0?AVH245_DepFECData_rfc2733_mode_separateStream_samePort@@@8 @52084 NONAME ??_R0?AVH245_DepFECMode@@@8 @52085 NONAME ??_R0?AVH245_DepFECMode_rfc2733Mode@@@8 @52086 NONAME ??_R0?AVH245_DepFECMode_rfc2733Mode_mode@@@8 @52087 NONAME ??_R0?AVH245_DepFECMode_rfc2733Mode_mode_separateStream@@@8 @52088 NONAME ??_R0?AVH245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@@8 @52089 NONAME ??_R0?AVH245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@@8 @52090 NONAME ??_R0?AVH245_DialingInformation@@@8 @39694 NONAME ??_R0?AVH245_DialingInformationNetworkType@@@8 @39695 NONAME ??_R0?AVH245_DialingInformationNumber@@@8 @39696 NONAME ??_R0?AVH245_EncryptionAuthenticationAndIntegrity@@@8 @39697 NONAME ??_R0?AVH245_EncryptionCapability@@@8 @39698 NONAME ??_R0?AVH245_EncryptionCommand@@@8 @39699 NONAME ??_R0?AVH245_EncryptionCommand_encryptionAlgorithmID@@@8 @39700 NONAME ??_R0?AVH245_EncryptionMode@@@8 @39701 NONAME ??_R0?AVH245_EncryptionSync@@@8 @39702 NONAME ??_R0?AVH245_EncryptionUpdateDirection@@@8 @52091 NONAME ??_R0?AVH245_EncryptionUpdateRequest@@@8 @39703 NONAME ??_R0?AVH245_EndSessionCommand@@@8 @39704 NONAME ??_R0?AVH245_EndSessionCommand_gstnOptions@@@8 @39705 NONAME ??_R0?AVH245_EndSessionCommand_isdnOptions@@@8 @39706 NONAME ??_R0?AVH245_EnhancementLayerInfo@@@8 @39707 NONAME ??_R0?AVH245_EnhancementOptions@@@8 @39708 NONAME ??_R0?AVH245_EscrowData@@@8 @39709 NONAME ??_R0?AVH245_ExtendedVideoCapability@@@8 @52092 NONAME ??_R0?AVH245_FECCapability@@@8 @39710 NONAME ??_R0?AVH245_FECCapability_rfc2733Format@@@8 @52093 NONAME ??_R0?AVH245_FECData@@@8 @39713 NONAME ??_R0?AVH245_FECData_rfc2733@@@8 @39714 NONAME ??_R0?AVH245_FECData_rfc2733_pktMode@@@8 @52094 NONAME ??_R0?AVH245_FECData_rfc2733_pktMode_rfc2733diffport@@@8 @52095 NONAME ??_R0?AVH245_FECData_rfc2733_pktMode_rfc2733sameport@@@8 @52096 NONAME ??_R0?AVH245_FECMode@@@8 @39719 NONAME ??_R0?AVH245_FECMode_rfc2733Format@@@8 @52097 NONAME ??_R0?AVH245_FlowControlCommand@@@8 @39725 NONAME ??_R0?AVH245_FlowControlCommand_restriction@@@8 @39726 NONAME ??_R0?AVH245_FlowControlCommand_scope@@@8 @39727 NONAME ??_R0?AVH245_FlowControlIndication@@@8 @39728 NONAME ??_R0?AVH245_FlowControlIndication_restriction@@@8 @39729 NONAME ??_R0?AVH245_FlowControlIndication_scope@@@8 @39730 NONAME ??_R0?AVH245_FunctionNotSupported@@@8 @39731 NONAME ??_R0?AVH245_FunctionNotSupported_cause@@@8 @39732 NONAME ??_R0?AVH245_FunctionNotUnderstood@@@8 @39733 NONAME ??_R0?AVH245_G7231AnnexCCapability@@@8 @39734 NONAME ??_R0?AVH245_G7231AnnexCCapability_g723AnnexCAudioMode@@@8 @39735 NONAME ??_R0?AVH245_G7231AnnexCMode@@@8 @39736 NONAME ??_R0?AVH245_G7231AnnexCMode_g723AnnexCAudioMode@@@8 @39737 NONAME ??_R0?AVH245_G729Extensions@@@8 @39738 NONAME ??_R0?AVH245_GenericCapability@@@8 @39739 NONAME ??_R0?AVH245_GenericMessage@@@8 @52098 NONAME ??_R0?AVH245_GenericParameter@@@8 @39740 NONAME ??_R0?AVH245_GSMAudioCapability@@@8 @39741 NONAME ??_R0?AVH245_H222Capability@@@8 @39742 NONAME ??_R0?AVH245_H222LogicalChannelParameters@@@8 @39743 NONAME ??_R0?AVH245_H223AL1MParameters@@@8 @39744 NONAME ??_R0?AVH245_H223AL1MParameters_arqType@@@8 @39745 NONAME ??_R0?AVH245_H223AL1MParameters_crcLength@@@8 @39746 NONAME ??_R0?AVH245_H223AL1MParameters_headerFEC@@@8 @39747 NONAME ??_R0?AVH245_H223AL1MParameters_transferMode@@@8 @39748 NONAME ??_R0?AVH245_H223AL2MParameters@@@8 @39749 NONAME ??_R0?AVH245_H223AL2MParameters_headerFEC@@@8 @39750 NONAME ??_R0?AVH245_H223AL3MParameters@@@8 @39751 NONAME ??_R0?AVH245_H223AL3MParameters_arqType@@@8 @39752 NONAME ??_R0?AVH245_H223AL3MParameters_crcLength@@@8 @39753 NONAME ??_R0?AVH245_H223AL3MParameters_headerFormat@@@8 @39754 NONAME ??_R0?AVH245_H223AnnexCArqParameters@@@8 @39755 NONAME ??_R0?AVH245_H223AnnexCArqParameters_numberOfRetransmissions@@@8 @39756 NONAME ??_R0?AVH245_H223AnnexCCapability@@@8 @39757 NONAME ??_R0?AVH245_H223Capability@@@8 @39758 NONAME ??_R0?AVH245_H223Capability_h223MultiplexTableCapability@@@8 @39759 NONAME ??_R0?AVH245_H223Capability_h223MultiplexTableCapability_enhanced@@@8 @39760 NONAME ??_R0?AVH245_H223Capability_mobileMultilinkFrameCapability@@@8 @39761 NONAME ??_R0?AVH245_H223Capability_mobileOperationTransmitCapability@@@8 @39762 NONAME ??_R0?AVH245_H223LogicalChannelParameters@@@8 @39763 NONAME ??_R0?AVH245_H223LogicalChannelParameters_adaptationLayerType@@@8 @39764 NONAME ??_R0?AVH245_H223LogicalChannelParameters_adaptationLayerType_al3@@@8 @39765 NONAME ??_R0?AVH245_H223ModeParameters@@@8 @39766 NONAME ??_R0?AVH245_H223ModeParameters_adaptationLayerType@@@8 @39767 NONAME ??_R0?AVH245_H223ModeParameters_adaptationLayerType_al3@@@8 @39768 NONAME ??_R0?AVH245_H223MultiplexReconfiguration@@@8 @39769 NONAME ??_R0?AVH245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@@8 @39770 NONAME ??_R0?AVH245_H223MultiplexReconfiguration_h223ModeChange@@@8 @39771 NONAME ??_R0?AVH245_H223SkewIndication@@@8 @39772 NONAME ??_R0?AVH245_H2250Capability@@@8 @39773 NONAME ??_R0?AVH245_H2250Capability_mcCapability@@@8 @39774 NONAME ??_R0?AVH245_H2250LogicalChannelAckParameters@@@8 @39775 NONAME ??_R0?AVH245_H2250LogicalChannelParameters@@@8 @39776 NONAME ??_R0?AVH245_H2250LogicalChannelParameters_mediaPacketization@@@8 @39777 NONAME ??_R0?AVH245_H2250MaximumSkewIndication@@@8 @39778 NONAME ??_R0?AVH245_H2250ModeParameters@@@8 @39779 NONAME ??_R0?AVH245_H235Media@@@8 @39780 NONAME ??_R0?AVH245_H235Media_mediaType@@@8 @39781 NONAME ??_R0?AVH245_H235Mode@@@8 @39782 NONAME ??_R0?AVH245_H235Mode_mediaMode@@@8 @39783 NONAME ??_R0?AVH245_H235SecurityCapability@@@8 @39784 NONAME ??_R0?AVH245_H261VideoCapability@@@8 @39785 NONAME ??_R0?AVH245_H261VideoMode@@@8 @39786 NONAME ??_R0?AVH245_H261VideoMode_resolution@@@8 @39787 NONAME ??_R0?AVH245_H262VideoCapability@@@8 @39788 NONAME ??_R0?AVH245_H262VideoMode@@@8 @39789 NONAME ??_R0?AVH245_H262VideoMode_profileAndLevel@@@8 @39790 NONAME ??_R0?AVH245_H263ModeComboFlags@@@8 @39791 NONAME ??_R0?AVH245_H263Options@@@8 @39792 NONAME ??_R0?AVH245_H263Version3Options@@@8 @39793 NONAME ??_R0?AVH245_H263VideoCapability@@@8 @39794 NONAME ??_R0?AVH245_H263VideoMode@@@8 @39795 NONAME ??_R0?AVH245_H263VideoModeCombos@@@8 @39796 NONAME ??_R0?AVH245_H263VideoMode_resolution@@@8 @39797 NONAME ??_R0?AVH245_IndicationMessage@@@8 @39798 NONAME ??_R0?AVH245_IntegrityCapability@@@8 @39799 NONAME ??_R0?AVH245_IS11172AudioCapability@@@8 @39800 NONAME ??_R0?AVH245_IS11172AudioMode@@@8 @39801 NONAME ??_R0?AVH245_IS11172AudioMode_audioLayer@@@8 @39802 NONAME ??_R0?AVH245_IS11172AudioMode_audioSampling@@@8 @39803 NONAME ??_R0?AVH245_IS11172AudioMode_multichannelType@@@8 @39804 NONAME ??_R0?AVH245_IS11172VideoCapability@@@8 @39805 NONAME ??_R0?AVH245_IS11172VideoMode@@@8 @39806 NONAME ??_R0?AVH245_IS13818AudioCapability@@@8 @39807 NONAME ??_R0?AVH245_IS13818AudioMode@@@8 @39808 NONAME ??_R0?AVH245_IS13818AudioMode_audioLayer@@@8 @39809 NONAME ??_R0?AVH245_IS13818AudioMode_audioSampling@@@8 @39810 NONAME ??_R0?AVH245_IS13818AudioMode_multichannelType@@@8 @39811 NONAME ??_R0?AVH245_IV16@@@8 @52099 NONAME ??_R0?AVH245_IV8@@@8 @52100 NONAME ??_R0?AVH245_JitterIndication@@@8 @39812 NONAME ??_R0?AVH245_JitterIndication_scope@@@8 @39813 NONAME ??_R0?AVH245_KeyProtectionMethod@@@8 @39814 NONAME ??_R0?AVH245_LogicalChannelNumber@@@8 @39815 NONAME ??_R0?AVH245_LogicalChannelRateAcknowledge@@@8 @39816 NONAME ??_R0?AVH245_LogicalChannelRateReject@@@8 @39817 NONAME ??_R0?AVH245_LogicalChannelRateRejectReason@@@8 @39818 NONAME ??_R0?AVH245_LogicalChannelRateRelease@@@8 @39819 NONAME ??_R0?AVH245_LogicalChannelRateRequest@@@8 @39820 NONAME ??_R0?AVH245_MaintenanceLoopAck@@@8 @39821 NONAME ??_R0?AVH245_MaintenanceLoopAck_type@@@8 @39822 NONAME ??_R0?AVH245_MaintenanceLoopOffCommand@@@8 @39823 NONAME ??_R0?AVH245_MaintenanceLoopReject@@@8 @39824 NONAME ??_R0?AVH245_MaintenanceLoopReject_cause@@@8 @39825 NONAME ??_R0?AVH245_MaintenanceLoopReject_type@@@8 @39826 NONAME ??_R0?AVH245_MaintenanceLoopRequest@@@8 @39827 NONAME ??_R0?AVH245_MaintenanceLoopRequest_type@@@8 @39828 NONAME ??_R0?AVH245_MasterSlaveDetermination@@@8 @39829 NONAME ??_R0?AVH245_MasterSlaveDeterminationAck@@@8 @39830 NONAME ??_R0?AVH245_MasterSlaveDeterminationAck_decision@@@8 @39831 NONAME ??_R0?AVH245_MasterSlaveDeterminationReject@@@8 @39832 NONAME ??_R0?AVH245_MasterSlaveDeterminationReject_cause@@@8 @39833 NONAME ??_R0?AVH245_MasterSlaveDeterminationRelease@@@8 @39834 NONAME ??_R0?AVH245_MaximumBitRate@@@8 @39835 NONAME ??_R0?AVH245_MaxRedundancy@@@8 @52101 NONAME ??_R0?AVH245_MCLocationIndication@@@8 @39836 NONAME ??_R0?AVH245_McuNumber@@@8 @39837 NONAME ??_R0?AVH245_MediaChannelCapability@@@8 @39838 NONAME ??_R0?AVH245_MediaDistributionCapability@@@8 @39839 NONAME ??_R0?AVH245_MediaEncryptionAlgorithm@@@8 @39840 NONAME ??_R0?AVH245_MediaPacketizationCapability@@@8 @39841 NONAME ??_R0?AVH245_MediaTransportType@@@8 @39842 NONAME ??_R0?AVH245_MediaTransportType_atm_AAL5_compressed@@@8 @39843 NONAME ??_R0?AVH245_MiscellaneousCommand@@@8 @39844 NONAME ??_R0?AVH245_MiscellaneousCommand_type@@@8 @39845 NONAME ??_R0?AVH245_MiscellaneousCommand_type_encryptionUpdateAck@@@8 @52102 NONAME ??_R0?AVH245_MiscellaneousCommand_type_encryptionUpdateCommand@@@8 @52103 NONAME ??_R0?AVH245_MiscellaneousCommand_type_lostPartialPicture@@@8 @39846 NONAME ??_R0?AVH245_MiscellaneousCommand_type_progressiveRefinementStart@@@8 @39847 NONAME ??_R0?AVH245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@@8 @39848 NONAME ??_R0?AVH245_MiscellaneousCommand_type_videoBadMBs@@@8 @39849 NONAME ??_R0?AVH245_MiscellaneousCommand_type_videoFastUpdateGOB@@@8 @39850 NONAME ??_R0?AVH245_MiscellaneousCommand_type_videoFastUpdateMB@@@8 @39851 NONAME ??_R0?AVH245_MiscellaneousIndication@@@8 @39852 NONAME ??_R0?AVH245_MiscellaneousIndication_type@@@8 @39853 NONAME ??_R0?AVH245_MiscellaneousIndication_type_videoNotDecodedMBs@@@8 @39854 NONAME ??_R0?AVH245_MobileMultilinkReconfigurationCommand@@@8 @39855 NONAME ??_R0?AVH245_MobileMultilinkReconfigurationCommand_status@@@8 @39856 NONAME ??_R0?AVH245_MobileMultilinkReconfigurationIndication@@@8 @39857 NONAME ??_R0?AVH245_ModeDescription@@@8 @39858 NONAME ??_R0?AVH245_ModeElement@@@8 @39859 NONAME ??_R0?AVH245_ModeElementType@@@8 @39860 NONAME ??_R0?AVH245_MulticastAddress@@@8 @39861 NONAME ??_R0?AVH245_MulticastAddress_iP6Address@@@8 @39862 NONAME ??_R0?AVH245_MulticastAddress_iPAddress@@@8 @39863 NONAME ??_R0?AVH245_MultilinkIndication@@@8 @39864 NONAME ??_R0?AVH245_MultilinkIndication_crcDesired@@@8 @39865 NONAME ??_R0?AVH245_MultilinkIndication_excessiveError@@@8 @39866 NONAME ??_R0?AVH245_MultilinkRequest@@@8 @39867 NONAME ??_R0?AVH245_MultilinkRequest_addConnection@@@8 @39868 NONAME ??_R0?AVH245_MultilinkRequest_callInformation@@@8 @39869 NONAME ??_R0?AVH245_MultilinkRequest_maximumHeaderInterval@@@8 @39870 NONAME ??_R0?AVH245_MultilinkRequest_maximumHeaderInterval_requestType@@@8 @39871 NONAME ??_R0?AVH245_MultilinkRequest_removeConnection@@@8 @39872 NONAME ??_R0?AVH245_MultilinkResponse@@@8 @39873 NONAME ??_R0?AVH245_MultilinkResponse_addConnection@@@8 @39874 NONAME ??_R0?AVH245_MultilinkResponse_addConnection_responseCode@@@8 @39875 NONAME ??_R0?AVH245_MultilinkResponse_addConnection_responseCode_rejected@@@8 @39876 NONAME ??_R0?AVH245_MultilinkResponse_callInformation@@@8 @39877 NONAME ??_R0?AVH245_MultilinkResponse_maximumHeaderInterval@@@8 @39878 NONAME ??_R0?AVH245_MultilinkResponse_removeConnection@@@8 @39879 NONAME ??_R0?AVH245_MultimediaSystemControlMessage@@@8 @39880 NONAME ??_R0?AVH245_MultiplePayloadStream@@@8 @39881 NONAME ??_R0?AVH245_MultiplePayloadStreamCapability@@@8 @39882 NONAME ??_R0?AVH245_MultiplePayloadStreamElement@@@8 @39883 NONAME ??_R0?AVH245_MultiplePayloadStreamElementMode@@@8 @39884 NONAME ??_R0?AVH245_MultiplePayloadStreamMode@@@8 @39885 NONAME ??_R0?AVH245_MultiplexCapability@@@8 @39886 NONAME ??_R0?AVH245_MultiplexedStreamCapability@@@8 @39887 NONAME ??_R0?AVH245_MultiplexedStreamModeParameters@@@8 @39888 NONAME ??_R0?AVH245_MultiplexedStreamParameter@@@8 @39889 NONAME ??_R0?AVH245_MultiplexElement@@@8 @39890 NONAME ??_R0?AVH245_MultiplexElement_repeatCount@@@8 @39891 NONAME ??_R0?AVH245_MultiplexElement_type@@@8 @39892 NONAME ??_R0?AVH245_MultiplexEntryDescriptor@@@8 @39893 NONAME ??_R0?AVH245_MultiplexEntryRejectionDescriptions@@@8 @39894 NONAME ??_R0?AVH245_MultiplexEntryRejectionDescriptions_cause@@@8 @39895 NONAME ??_R0?AVH245_MultiplexEntrySend@@@8 @39896 NONAME ??_R0?AVH245_MultiplexEntrySendAck@@@8 @39897 NONAME ??_R0?AVH245_MultiplexEntrySendReject@@@8 @39898 NONAME ??_R0?AVH245_MultiplexEntrySendRelease@@@8 @39899 NONAME ??_R0?AVH245_MultiplexFormat@@@8 @39900 NONAME ??_R0?AVH245_MultiplexTableEntryNumber@@@8 @39901 NONAME ??_R0?AVH245_MultipointCapability@@@8 @39902 NONAME ??_R0?AVH245_NetworkAccessParameters@@@8 @39903 NONAME ??_R0?AVH245_NetworkAccessParameters_distribution@@@8 @39904 NONAME ??_R0?AVH245_NetworkAccessParameters_networkAddress@@@8 @39905 NONAME ??_R0?AVH245_NetworkAccessParameters_t120SetupProcedure@@@8 @39906 NONAME ??_R0?AVH245_NewATMVCCommand@@@8 @39907 NONAME ??_R0?AVH245_NewATMVCCommand_aal@@@8 @39908 NONAME ??_R0?AVH245_NewATMVCCommand_aal_aal1@@@8 @39909 NONAME ??_R0?AVH245_NewATMVCCommand_aal_aal1_clockRecovery@@@8 @39910 NONAME ??_R0?AVH245_NewATMVCCommand_aal_aal1_errorCorrection@@@8 @39911 NONAME ??_R0?AVH245_NewATMVCCommand_aal_aal5@@@8 @39912 NONAME ??_R0?AVH245_NewATMVCCommand_multiplex@@@8 @39913 NONAME ??_R0?AVH245_NewATMVCCommand_reverseParameters@@@8 @39914 NONAME ??_R0?AVH245_NewATMVCCommand_reverseParameters_multiplex@@@8 @39915 NONAME ??_R0?AVH245_NewATMVCIndication@@@8 @39916 NONAME ??_R0?AVH245_NewATMVCIndication_aal@@@8 @39917 NONAME ??_R0?AVH245_NewATMVCIndication_aal_aal1@@@8 @39918 NONAME ??_R0?AVH245_NewATMVCIndication_aal_aal1_clockRecovery@@@8 @39919 NONAME ??_R0?AVH245_NewATMVCIndication_aal_aal1_errorCorrection@@@8 @39920 NONAME ??_R0?AVH245_NewATMVCIndication_aal_aal5@@@8 @39921 NONAME ??_R0?AVH245_NewATMVCIndication_multiplex@@@8 @39922 NONAME ??_R0?AVH245_NewATMVCIndication_reverseParameters@@@8 @39923 NONAME ??_R0?AVH245_NewATMVCIndication_reverseParameters_multiplex@@@8 @39924 NONAME ??_R0?AVH245_NonStandardIdentifier@@@8 @39925 NONAME ??_R0?AVH245_NonStandardIdentifier_h221NonStandard@@@8 @39926 NONAME ??_R0?AVH245_NonStandardMessage@@@8 @39927 NONAME ??_R0?AVH245_NonStandardParameter@@@8 @39928 NONAME ??_R0?AVH245_NoPTAudioTelephonyEventCapability@@@8 @39929 NONAME ??_R0?AVH245_NoPTAudioToneCapability@@@8 @39930 NONAME ??_R0?AVH245_OpenLogicalChannel@@@8 @39931 NONAME ??_R0?AVH245_OpenLogicalChannelAck@@@8 @39932 NONAME ??_R0?AVH245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@@8 @39933 NONAME ??_R0?AVH245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@@8 @39934 NONAME ??_R0?AVH245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@@8 @39935 NONAME ??_R0?AVH245_OpenLogicalChannelConfirm@@@8 @39936 NONAME ??_R0?AVH245_OpenLogicalChannelReject@@@8 @39937 NONAME ??_R0?AVH245_OpenLogicalChannelReject_cause@@@8 @39938 NONAME ??_R0?AVH245_OpenLogicalChannel_forwardLogicalChannelParameters@@@8 @39939 NONAME ??_R0?AVH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@@8 @39940 NONAME ??_R0?AVH245_OpenLogicalChannel_reverseLogicalChannelParameters@@@8 @39941 NONAME ??_R0?AVH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@@8 @39942 NONAME ??_R0?AVH245_ParameterIdentifier@@@8 @39943 NONAME ??_R0?AVH245_ParameterValue@@@8 @39944 NONAME ??_R0?AVH245_Params@@@8 @52104 NONAME ??_R0?AVH245_Password@@@8 @39945 NONAME ??_R0?AVH245_PictureReference@@@8 @39946 NONAME ??_R0?AVH245_Q2931Address@@@8 @39947 NONAME ??_R0?AVH245_Q2931Address_address@@@8 @39948 NONAME ??_R0?AVH245_QOSCapability@@@8 @39949 NONAME ??_R0?AVH245_QOSMode@@@8 @39950 NONAME ??_R0?AVH245_RedundancyEncoding@@@8 @39951 NONAME ??_R0?AVH245_RedundancyEncodingCapability@@@8 @39952 NONAME ??_R0?AVH245_RedundancyEncodingDTMode@@@8 @39953 NONAME ??_R0?AVH245_RedundancyEncodingDTModeElement@@@8 @39954 NONAME ??_R0?AVH245_RedundancyEncodingDTModeElement_type@@@8 @39955 NONAME ??_R0?AVH245_RedundancyEncodingElement@@@8 @39956 NONAME ??_R0?AVH245_RedundancyEncodingMethod@@@8 @39957 NONAME ??_R0?AVH245_RedundancyEncodingMode@@@8 @39958 NONAME ??_R0?AVH245_RedundancyEncodingMode_secondaryEncoding@@@8 @39959 NONAME ??_R0?AVH245_RedundancyEncoding_rtpRedundancyEncoding@@@8 @39960 NONAME ??_R0?AVH245_RefPictureSelection@@@8 @39961 NONAME ??_R0?AVH245_RefPictureSelection_additionalPictureMemory@@@8 @39962 NONAME ??_R0?AVH245_RefPictureSelection_enhancedReferencePicSelect@@@8 @39963 NONAME ??_R0?AVH245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@@8 @39964 NONAME ??_R0?AVH245_RefPictureSelection_videoBackChannelSend@@@8 @39965 NONAME ??_R0?AVH245_RemoteMCRequest@@@8 @39966 NONAME ??_R0?AVH245_RemoteMCResponse@@@8 @39967 NONAME ??_R0?AVH245_RemoteMCResponse_reject@@@8 @39968 NONAME ??_R0?AVH245_RequestAllTerminalIDsResponse@@@8 @39969 NONAME ??_R0?AVH245_RequestChannelClose@@@8 @39970 NONAME ??_R0?AVH245_RequestChannelCloseAck@@@8 @39971 NONAME ??_R0?AVH245_RequestChannelCloseReject@@@8 @39972 NONAME ??_R0?AVH245_RequestChannelCloseReject_cause@@@8 @39973 NONAME ??_R0?AVH245_RequestChannelCloseRelease@@@8 @39974 NONAME ??_R0?AVH245_RequestChannelClose_reason@@@8 @39975 NONAME ??_R0?AVH245_RequestMessage@@@8 @39976 NONAME ??_R0?AVH245_RequestMode@@@8 @39977 NONAME ??_R0?AVH245_RequestModeAck@@@8 @39978 NONAME ??_R0?AVH245_RequestModeAck_response@@@8 @39979 NONAME ??_R0?AVH245_RequestModeReject@@@8 @39980 NONAME ??_R0?AVH245_RequestModeReject_cause@@@8 @39981 NONAME ??_R0?AVH245_RequestModeRelease@@@8 @39982 NONAME ??_R0?AVH245_RequestMultiplexEntry@@@8 @39983 NONAME ??_R0?AVH245_RequestMultiplexEntryAck@@@8 @39984 NONAME ??_R0?AVH245_RequestMultiplexEntryReject@@@8 @39985 NONAME ??_R0?AVH245_RequestMultiplexEntryRejectionDescriptions@@@8 @39986 NONAME ??_R0?AVH245_RequestMultiplexEntryRejectionDescriptions_cause@@@8 @39987 NONAME ??_R0?AVH245_RequestMultiplexEntryRelease@@@8 @39988 NONAME ??_R0?AVH245_ResponseMessage@@@8 @39989 NONAME ??_R0?AVH245_RoundTripDelayRequest@@@8 @39990 NONAME ??_R0?AVH245_RoundTripDelayResponse@@@8 @39991 NONAME ??_R0?AVH245_RSVPParameters@@@8 @39992 NONAME ??_R0?AVH245_RTPH263VideoRedundancyEncoding@@@8 @39993 NONAME ??_R0?AVH245_RTPH263VideoRedundancyEncoding_containedThreads@@@8 @39994 NONAME ??_R0?AVH245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@@8 @39995 NONAME ??_R0?AVH245_RTPH263VideoRedundancyFrameMapping@@@8 @39996 NONAME ??_R0?AVH245_RTPH263VideoRedundancyFrameMapping_frameSequence@@@8 @39997 NONAME ??_R0?AVH245_RTPPayloadType@@@8 @39998 NONAME ??_R0?AVH245_RTPPayloadType_payloadDescriptor@@@8 @39999 NONAME ??_R0?AVH245_SendTerminalCapabilitySet@@@8 @40000 NONAME ??_R0?AVH245_SendTerminalCapabilitySet_specificRequest@@@8 @40001 NONAME ??_R0?AVH245_SequenceNumber@@@8 @40002 NONAME ??_R0?AVH245_SubstituteConferenceIDCommand@@@8 @40003 NONAME ??_R0?AVH245_T38FaxProfile@@@8 @40004 NONAME ??_R0?AVH245_T38FaxRateManagement@@@8 @40005 NONAME ??_R0?AVH245_T38FaxTcpOptions@@@8 @40006 NONAME ??_R0?AVH245_T38FaxUdpOptions@@@8 @40007 NONAME ??_R0?AVH245_T38FaxUdpOptions_t38FaxUdpEC@@@8 @40008 NONAME ??_R0?AVH245_T84Profile@@@8 @40009 NONAME ??_R0?AVH245_T84Profile_t84Restricted@@@8 @40010 NONAME ??_R0?AVH245_TerminalCapabilitySet@@@8 @40011 NONAME ??_R0?AVH245_TerminalCapabilitySetAck@@@8 @40012 NONAME ??_R0?AVH245_TerminalCapabilitySetReject@@@8 @40013 NONAME ??_R0?AVH245_TerminalCapabilitySetReject_cause@@@8 @40014 NONAME ??_R0?AVH245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@@8 @40015 NONAME ??_R0?AVH245_TerminalCapabilitySetRelease@@@8 @40016 NONAME ??_R0?AVH245_TerminalID@@@8 @40017 NONAME ??_R0?AVH245_TerminalInformation@@@8 @40018 NONAME ??_R0?AVH245_TerminalLabel@@@8 @40019 NONAME ??_R0?AVH245_TerminalNumber@@@8 @40020 NONAME ??_R0?AVH245_TerminalYouAreSeeingInSubPictureNumber@@@8 @40021 NONAME ??_R0?AVH245_TransparencyParameters@@@8 @40022 NONAME ??_R0?AVH245_TransportAddress@@@8 @40023 NONAME ??_R0?AVH245_TransportCapability@@@8 @40024 NONAME ??_R0?AVH245_UnicastAddress@@@8 @40025 NONAME ??_R0?AVH245_UnicastAddress_iP6Address@@@8 @40026 NONAME ??_R0?AVH245_UnicastAddress_iPAddress@@@8 @40027 NONAME ??_R0?AVH245_UnicastAddress_iPSourceRouteAddress@@@8 @40028 NONAME ??_R0?AVH245_UnicastAddress_iPSourceRouteAddress_route@@@8 @40029 NONAME ??_R0?AVH245_UnicastAddress_iPSourceRouteAddress_routing@@@8 @40030 NONAME ??_R0?AVH245_UnicastAddress_iPXAddress@@@8 @40031 NONAME ??_R0?AVH245_UserInputCapability@@@8 @40032 NONAME ??_R0?AVH245_UserInputIndication@@@8 @40033 NONAME ??_R0?AVH245_UserInputIndication_encryptedAlphanumeric@@@8 @52105 NONAME ??_R0?AVH245_UserInputIndication_extendedAlphanumeric@@@8 @40034 NONAME ??_R0?AVH245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@@8 @52106 NONAME ??_R0?AVH245_UserInputIndication_signal@@@8 @40035 NONAME ??_R0?AVH245_UserInputIndication_signalUpdate@@@8 @40036 NONAME ??_R0?AVH245_UserInputIndication_signalUpdate_rtp@@@8 @40037 NONAME ??_R0?AVH245_UserInputIndication_signal_rtp@@@8 @40038 NONAME ??_R0?AVH245_UserInputIndication_userInputSupportIndication@@@8 @40039 NONAME ??_R0?AVH245_V42bis@@@8 @40040 NONAME ??_R0?AVH245_V75Capability@@@8 @40041 NONAME ??_R0?AVH245_V75Parameters@@@8 @40042 NONAME ??_R0?AVH245_V76Capability@@@8 @40043 NONAME ??_R0?AVH245_V76HDLCParameters@@@8 @40044 NONAME ??_R0?AVH245_V76LogicalChannelParameters@@@8 @40045 NONAME ??_R0?AVH245_V76LogicalChannelParameters_mode@@@8 @40046 NONAME ??_R0?AVH245_V76LogicalChannelParameters_mode_eRM@@@8 @40047 NONAME ??_R0?AVH245_V76LogicalChannelParameters_mode_eRM_recovery@@@8 @40048 NONAME ??_R0?AVH245_V76LogicalChannelParameters_suspendResume@@@8 @40049 NONAME ??_R0?AVH245_V76ModeParameters@@@8 @40050 NONAME ??_R0?AVH245_VBDCapability@@@8 @40051 NONAME ??_R0?AVH245_VBDMode@@@8 @40052 NONAME ??_R0?AVH245_VCCapability@@@8 @40053 NONAME ??_R0?AVH245_VCCapability_aal1@@@8 @40054 NONAME ??_R0?AVH245_VCCapability_aal1ViaGateway@@@8 @40055 NONAME ??_R0?AVH245_VCCapability_aal5@@@8 @40056 NONAME ??_R0?AVH245_VCCapability_availableBitRates@@@8 @40057 NONAME ??_R0?AVH245_VCCapability_availableBitRates_type@@@8 @40058 NONAME ??_R0?AVH245_VCCapability_availableBitRates_type_rangeOfBitRates@@@8 @40059 NONAME ??_R0?AVH245_VendorIdentification@@@8 @40060 NONAME ??_R0?AVH245_VideoCapability@@@8 @40061 NONAME ??_R0?AVH245_VideoIndicateCompose@@@8 @40062 NONAME ??_R0?AVH245_VideoMode@@@8 @40063 NONAME ??_R0?AVH248_ActionReply@@@8 @40064 NONAME ??_R0?AVH248_ActionRequest@@@8 @40065 NONAME ??_R0?AVH248_AmmDescriptor@@@8 @40066 NONAME ??_R0?AVH248_AmmRequest@@@8 @40067 NONAME ??_R0?AVH248_AmmsReply@@@8 @40068 NONAME ??_R0?AVH248_ArrayOf_ActionReply@@@8 @40069 NONAME ??_R0?AVH248_ArrayOf_ActionRequest@@@8 @40070 NONAME ??_R0?AVH248_ArrayOf_AmmDescriptor@@@8 @40071 NONAME ??_R0?AVH248_ArrayOf_CommandReply@@@8 @40072 NONAME ??_R0?AVH248_ArrayOf_CommandRequest@@@8 @40073 NONAME ??_R0?AVH248_ArrayOf_EventParameter@@@8 @40074 NONAME ??_R0?AVH248_ArrayOf_IndAuditParameter@@@8 @40075 NONAME ??_R0?AVH248_ArrayOf_IndAudPropertyParm@@@8 @40076 NONAME ??_R0?AVH248_ArrayOf_IndAudStreamDescriptor@@@8 @40077 NONAME ??_R0?AVH248_ArrayOf_ModemType@@@8 @40078 NONAME ??_R0?AVH248_ArrayOf_ObservedEvent@@@8 @40079 NONAME ??_R0?AVH248_ArrayOf_PASN_OctetString@@@8 @40080 NONAME ??_R0?AVH248_ArrayOf_PropertyGroup@@@8 @40081 NONAME ??_R0?AVH248_ArrayOf_PropertyParm@@@8 @40082 NONAME ??_R0?AVH248_ArrayOf_RequestedEvent@@@8 @40083 NONAME ??_R0?AVH248_ArrayOf_SecondRequestedEvent@@@8 @40084 NONAME ??_R0?AVH248_ArrayOf_Signal@@@8 @40085 NONAME ??_R0?AVH248_ArrayOf_SigParameter@@@8 @40086 NONAME ??_R0?AVH248_ArrayOf_StreamDescriptor@@@8 @40087 NONAME ??_R0?AVH248_ArrayOf_TerminationID@@@8 @40088 NONAME ??_R0?AVH248_ArrayOf_TopologyRequest@@@8 @40089 NONAME ??_R0?AVH248_ArrayOf_Transaction@@@8 @40090 NONAME ??_R0?AVH248_ArrayOf_WildcardField@@@8 @40091 NONAME ??_R0?AVH248_AuditDescriptor@@@8 @40092 NONAME ??_R0?AVH248_AuditReply@@@8 @40093 NONAME ??_R0?AVH248_AuditRequest@@@8 @40094 NONAME ??_R0?AVH248_AuditResult@@@8 @40095 NONAME ??_R0?AVH248_AuditReturnParameter@@@8 @40096 NONAME ??_R0?AVH248_AuthData@@@8 @40097 NONAME ??_R0?AVH248_AuthenticationHeader@@@8 @40098 NONAME ??_R0?AVH248_Command@@@8 @40099 NONAME ??_R0?AVH248_CommandReply@@@8 @40100 NONAME ??_R0?AVH248_CommandRequest@@@8 @40101 NONAME ??_R0?AVH248_ContextAttrAuditRequest@@@8 @40102 NONAME ??_R0?AVH248_ContextID@@@8 @40103 NONAME ??_R0?AVH248_ContextRequest@@@8 @40104 NONAME ??_R0?AVH248_DigitMapDescriptor@@@8 @40105 NONAME ??_R0?AVH248_DigitMapName@@@8 @40106 NONAME ??_R0?AVH248_DigitMapValue@@@8 @40107 NONAME ??_R0?AVH248_DomainName@@@8 @40108 NONAME ??_R0?AVH248_ErrorCode@@@8 @40109 NONAME ??_R0?AVH248_ErrorDescriptor@@@8 @40110 NONAME ??_R0?AVH248_ErrorText@@@8 @40111 NONAME ??_R0?AVH248_EventBufferControl@@@8 @40112 NONAME ??_R0?AVH248_EventBufferDescriptor@@@8 @40113 NONAME ??_R0?AVH248_EventDM@@@8 @40114 NONAME ??_R0?AVH248_EventName@@@8 @40115 NONAME ??_R0?AVH248_EventParameter@@@8 @40116 NONAME ??_R0?AVH248_EventParameter_extraInfo@@@8 @40117 NONAME ??_R0?AVH248_EventsDescriptor@@@8 @40118 NONAME ??_R0?AVH248_EventSpec@@@8 @40119 NONAME ??_R0?AVH248_H221NonStandard@@@8 @40120 NONAME ??_R0?AVH248_IndAudDigitMapDescriptor@@@8 @40121 NONAME ??_R0?AVH248_IndAudEventBufferDescriptor@@@8 @40122 NONAME ??_R0?AVH248_IndAudEventsDescriptor@@@8 @40123 NONAME ??_R0?AVH248_IndAuditParameter@@@8 @40124 NONAME ??_R0?AVH248_IndAudLocalControlDescriptor@@@8 @40125 NONAME ??_R0?AVH248_IndAudLocalRemoteDescriptor@@@8 @40126 NONAME ??_R0?AVH248_IndAudMediaDescriptor@@@8 @40127 NONAME ??_R0?AVH248_IndAudMediaDescriptor_streams@@@8 @40128 NONAME ??_R0?AVH248_IndAudPackagesDescriptor@@@8 @40129 NONAME ??_R0?AVH248_IndAudPropertyGroup@@@8 @40130 NONAME ??_R0?AVH248_IndAudPropertyParm@@@8 @40131 NONAME ??_R0?AVH248_IndAudSeqSigList@@@8 @40132 NONAME ??_R0?AVH248_IndAudSignal@@@8 @40133 NONAME ??_R0?AVH248_IndAudSignalsDescriptor@@@8 @40134 NONAME ??_R0?AVH248_IndAudStatisticsDescriptor@@@8 @40135 NONAME ??_R0?AVH248_IndAudStreamDescriptor@@@8 @40136 NONAME ??_R0?AVH248_IndAudStreamParms@@@8 @40137 NONAME ??_R0?AVH248_IndAudTerminationStateDescriptor@@@8 @40138 NONAME ??_R0?AVH248_IP4Address@@@8 @40139 NONAME ??_R0?AVH248_IP6Address@@@8 @40140 NONAME ??_R0?AVH248_LocalControlDescriptor@@@8 @40141 NONAME ??_R0?AVH248_LocalRemoteDescriptor@@@8 @40142 NONAME ??_R0?AVH248_MediaDescriptor@@@8 @40143 NONAME ??_R0?AVH248_MediaDescriptor_streams@@@8 @40144 NONAME ??_R0?AVH248_MegacoMessage@@@8 @40145 NONAME ??_R0?AVH248_Message@@@8 @40146 NONAME ??_R0?AVH248_Message_messageBody@@@8 @40147 NONAME ??_R0?AVH248_MId@@@8 @40148 NONAME ??_R0?AVH248_ModemDescriptor@@@8 @40149 NONAME ??_R0?AVH248_ModemType@@@8 @40150 NONAME ??_R0?AVH248_MuxDescriptor@@@8 @40151 NONAME ??_R0?AVH248_MuxType@@@8 @40152 NONAME ??_R0?AVH248_Name@@@8 @40153 NONAME ??_R0?AVH248_NonStandardData@@@8 @40154 NONAME ??_R0?AVH248_NonStandardIdentifier@@@8 @40155 NONAME ??_R0?AVH248_NotifyCompletion@@@8 @40156 NONAME ??_R0?AVH248_NotifyReply@@@8 @40157 NONAME ??_R0?AVH248_NotifyRequest@@@8 @40158 NONAME ??_R0?AVH248_ObservedEvent@@@8 @40159 NONAME ??_R0?AVH248_ObservedEventsDescriptor@@@8 @40160 NONAME ??_R0?AVH248_PackagesDescriptor@@@8 @40161 NONAME ??_R0?AVH248_PackagesItem@@@8 @40162 NONAME ??_R0?AVH248_PathName@@@8 @40163 NONAME ??_R0?AVH248_PkgdName@@@8 @40164 NONAME ??_R0?AVH248_PropertyGroup@@@8 @40165 NONAME ??_R0?AVH248_PropertyParm@@@8 @40166 NONAME ??_R0?AVH248_PropertyParm_extraInfo@@@8 @40167 NONAME ??_R0?AVH248_Relation@@@8 @40168 NONAME ??_R0?AVH248_RequestedActions@@@8 @40169 NONAME ??_R0?AVH248_RequestedEvent@@@8 @40170 NONAME ??_R0?AVH248_RequestID@@@8 @40171 NONAME ??_R0?AVH248_SecondEventsDescriptor@@@8 @40172 NONAME ??_R0?AVH248_SecondRequestedActions@@@8 @40173 NONAME ??_R0?AVH248_SecondRequestedEvent@@@8 @40174 NONAME ??_R0?AVH248_SecurityParmIndex@@@8 @40175 NONAME ??_R0?AVH248_SeqSigList@@@8 @40176 NONAME ??_R0?AVH248_SequenceNum@@@8 @40177 NONAME ??_R0?AVH248_ServiceChangeAddress@@@8 @40178 NONAME ??_R0?AVH248_ServiceChangeMethod@@@8 @40179 NONAME ??_R0?AVH248_ServiceChangeParm@@@8 @40180 NONAME ??_R0?AVH248_ServiceChangeProfile@@@8 @40181 NONAME ??_R0?AVH248_ServiceChangeReply@@@8 @40182 NONAME ??_R0?AVH248_ServiceChangeRequest@@@8 @40183 NONAME ??_R0?AVH248_ServiceChangeResParm@@@8 @40184 NONAME ??_R0?AVH248_ServiceChangeResult@@@8 @40185 NONAME ??_R0?AVH248_ServiceState@@@8 @40186 NONAME ??_R0?AVH248_Signal@@@8 @40187 NONAME ??_R0?AVH248_SignalName@@@8 @40188 NONAME ??_R0?AVH248_SignalRequest@@@8 @40189 NONAME ??_R0?AVH248_SignalsDescriptor@@@8 @40190 NONAME ??_R0?AVH248_SignalType@@@8 @40191 NONAME ??_R0?AVH248_SigParameter@@@8 @40192 NONAME ??_R0?AVH248_SigParameter_extraInfo@@@8 @40193 NONAME ??_R0?AVH248_StatisticsDescriptor@@@8 @40194 NONAME ??_R0?AVH248_StatisticsParameter@@@8 @40195 NONAME ??_R0?AVH248_StreamDescriptor@@@8 @40196 NONAME ??_R0?AVH248_StreamID@@@8 @40197 NONAME ??_R0?AVH248_StreamMode@@@8 @40198 NONAME ??_R0?AVH248_StreamParms@@@8 @40199 NONAME ??_R0?AVH248_SubtractRequest@@@8 @40200 NONAME ??_R0?AVH248_TerminationAudit@@@8 @40201 NONAME ??_R0?AVH248_TerminationID@@@8 @40202 NONAME ??_R0?AVH248_TerminationIDList@@@8 @40203 NONAME ??_R0?AVH248_TerminationStateDescriptor@@@8 @40204 NONAME ??_R0?AVH248_TimeNotation@@@8 @40205 NONAME ??_R0?AVH248_TopologyRequest@@@8 @40206 NONAME ??_R0?AVH248_TopologyRequest_topologyDirection@@@8 @40207 NONAME ??_R0?AVH248_Transaction@@@8 @40208 NONAME ??_R0?AVH248_TransactionAck@@@8 @40209 NONAME ??_R0?AVH248_TransactionId@@@8 @40210 NONAME ??_R0?AVH248_TransactionPending@@@8 @40211 NONAME ??_R0?AVH248_TransactionReply@@@8 @40212 NONAME ??_R0?AVH248_TransactionReply_transactionResult@@@8 @40213 NONAME ??_R0?AVH248_TransactionRequest@@@8 @40214 NONAME ??_R0?AVH248_TransactionResponseAck@@@8 @40215 NONAME ??_R0?AVH248_Value@@@8 @40216 NONAME ??_R0?AVH248_WildcardField@@@8 @40217 NONAME ??_R0?AVH261DCTEncoder@@@8 @40218 NONAME ??_R0?AVH261Encoder@@@8 @40219 NONAME ??_R0?AVH261PixelEncoder@@@8 @40220 NONAME ??_R0?AVH323AudioCapability@@@8 @40223 NONAME ??_R0?AVH323AudioCodec@@@8 @40224 NONAME ??_R0?AVH323BidirectionalChannel@@@8 @40225 NONAME ??_R0?AVH323CallCreditServiceControl@@@8 @40226 NONAME ??_R0?AVH323Capabilities@@@8 @40227 NONAME ??_R0?AVH323CapabilitiesSet@@@8 @40228 NONAME ??_R0?AVH323Capability@@@8 @40229 NONAME ??_R0?AVH323Channel@@@8 @40231 NONAME ??_R0?AVH323ChannelNumber@@@8 @40232 NONAME ??_R0?AVH323Codec@@@8 @40233 NONAME ??_R0?AVH323CodecPluginGenericAudioCapability@@@8 @52107 NONAME ??_R0?AVH323CodecPluginNonStandardAudioCapability@@@8 @40236 NONAME ??_R0?AVH323Connection@@@8 @40237 NONAME ??_R0?AVH323ConnectionsCleaner@@@8 @40238 NONAME ??_R0?AVH323ControlPDU@@@8 @40239 NONAME ??_R0?AVH323DataCapability@@@8 @40240 NONAME ??_R0?AVH323DataChannel@@@8 @40241 NONAME ??_R0?AVH323DynaLink@@@8 @49666 NONAME ??_R0?AVH323EndPoint@@@8 @40242 NONAME ??_R0?AVH323FramedAudioCodec@@@8 @40243 NONAME ??_R0?AVH323Gatekeeper@@@8 @40244 NONAME ??_R0?AVH323GatekeeperARQ@@@8 @40245 NONAME ??_R0?AVH323GatekeeperBRQ@@@8 @40246 NONAME ??_R0?AVH323GatekeeperCall@@@8 @40247 NONAME ??_R0?AVH323GatekeeperDRQ@@@8 @40248 NONAME ??_R0?AVH323GatekeeperGRQ@@@8 @40249 NONAME ??_R0?AVH323GatekeeperIRR@@@8 @40250 NONAME ??_R0?AVH323GatekeeperListener@@@8 @40251 NONAME ??_R0?AVH323GatekeeperLRQ@@@8 @40252 NONAME ??_R0?AVH323GatekeeperRequest@@@8 @40253 NONAME ??_R0?AVH323GatekeeperRRQ@@@8 @40254 NONAME ??_R0?AVH323GatekeeperServer@@@8 @40255 NONAME ??_R0?AVH323GatekeeperURQ@@@8 @40256 NONAME ??_R0?AVH323GenericAudioCapability@@@8 @52108 NONAME ??_R0?AVH323GenericCapabilityInfo@@@8 @52109 NONAME ??_R0?AVH323GenericVideoCapability@@@8 @52110 NONAME ??_R0?AVH323GSMPluginCapability@@@8 @40257 NONAME ??_R0?AVH323H248ServiceControl@@@8 @40258 NONAME ??_R0?AVH323H261PluginCapability@@@8 @40259 NONAME ??_R0?AVH323HTTPServiceControl@@@8 @40260 NONAME ??_R0?AVH323Listener@@@8 @40261 NONAME ??_R0?AVH323ListenerTCP@@@8 @40262 NONAME ??_R0?AVH323LogicalChannelThread@@@8 @40263 NONAME ??_R0?AVH323NonStandardAudioCapability@@@8 @40264 NONAME ??_R0?AVH323NonStandardCapabilityInfo@@@8 @40265 NONAME ??_R0?AVH323NonStandardDataCapability@@@8 @40266 NONAME ??_R0?AVH323NonStandardVideoCapability@@@8 @40267 NONAME ??_R0?AVH323PeerElement@@@8 @40268 NONAME ??_R0?AVH323PeerElementDescriptor@@@8 @40269 NONAME ??_R0?AVH323PeerElementServiceRelationship@@@8 @40270 NONAME ??_R0?AVH323PluginCapability@@@8 @40272 NONAME ??_R0?AVH323PluginCapabilityInfo@@@8 @40273 NONAME ??_R0?AVH323PluginCodecManager@@@8 @49642 NONAME ??_R0?AVH323PluginFramedAudioCodec@@@8 @49707 NONAME ??_R0?AVH323PluginG7231Capability@@@8 @40274 NONAME ??_R0?AVH323PluginVideoCodec@@@8 @40275 NONAME ??_R0?AVH323RasPDU@@@8 @40276 NONAME ??_R0?AVH323RealTimeCapability@@@8 @40277 NONAME ??_R0?AVH323RegisteredEndPoint@@@8 @40278 NONAME ??_R0?AVH323ServiceControlSession@@@8 @40279 NONAME ??_R0?AVH323SignalPDU@@@8 @40280 NONAME ??_R0?AVH323SimultaneousCapabilities@@@8 @40281 NONAME ??_R0?AVH323StreamedAudioCodec@@@8 @40282 NONAME ??_R0?AVH323StreamedPluginAudioCodec@@@8 @49708 NONAME ??_R0?AVH323Transaction@@@8 @40283 NONAME ??_R0?AVH323TransactionPDU@@@8 @40284 NONAME ??_R0?AVH323TransactionServer@@@8 @40285 NONAME ??_R0?AVH323Transactor@@@8 @40286 NONAME ??_R0?AVH323Transport@@@8 @40287 NONAME ??_R0?AVH323TransportAddress@@@8 @40288 NONAME ??_R0?AVH323TransportAddressArray@@@8 @40289 NONAME ??_R0?AVH323TransportIP@@@8 @40290 NONAME ??_R0?AVH323TransportTCP@@@8 @40291 NONAME ??_R0?AVH323TransportUDP@@@8 @40292 NONAME ??_R0?AVH323UnidirectionalChannel@@@8 @40293 NONAME ??_R0?AVH323VideoCapability@@@8 @40294 NONAME ??_R0?AVH323VideoCodec@@@8 @40295 NONAME ??_R0?AVH323_ALawCodec@@@8 @40296 NONAME ??_R0?AVH323_AnnexG@@@8 @40297 NONAME ??_R0?AVH323_CiscoG7231aLIDCapability@@@8 @40298 NONAME ??_R0?AVH323_ExternalRTPChannel@@@8 @40300 NONAME ??_R0?AVH323_G711ALaw64Capability@@@8 @50230 NONAME ??_R0?AVH323_G711Capability@@@8 @40304 NONAME ??_R0?AVH323_G711uLaw64Capability@@@8 @50231 NONAME ??_R0?AVH323_H261Capability@@@8 @40320 NONAME ??_R0?AVH323_H261Codec@@@8 @40321 NONAME ??_R0?AVH323_LIDCapability@@@8 @40324 NONAME ??_R0?AVH323_LIDCodec@@@8 @40325 NONAME ??_R0?AVH323_LID_G711_ALaw_Capability@@@8 @50232 NONAME ??_R0?AVH323_LID_G711_uLaw_Capability@@@8 @50233 NONAME ??_R0?AVH323_LID_G7231A_5k3_Capability@@@8 @50234 NONAME ??_R0?AVH323_LID_G7231A_6k3_Capability@@@8 @50235 NONAME ??_R0?AVH323_LID_G7231_5k3_Capability@@@8 @50236 NONAME ??_R0?AVH323_LID_G7231_6k3_Capability@@@8 @50237 NONAME ??_R0?AVH323_LID_G728_Capability@@@8 @50238 NONAME ??_R0?AVH323_LID_G729AB_Capability@@@8 @50239 NONAME ??_R0?AVH323_LID_G729A_Capability@@@8 @50240 NONAME ??_R0?AVH323_LID_G729B_Capability@@@8 @50241 NONAME ??_R0?AVH323_LID_G729_Capability@@@8 @50242 NONAME ??_R0?AVH323_LID_GSM0610_Capability@@@8 @50243 NONAME ??_R0?AVH323_muLawCodec@@@8 @40341 NONAME ??_R0?AVH323_RealTimeChannel@@@8 @40342 NONAME ??_R0?AVH323_RTPChannel@@@8 @40343 NONAME ??_R0?AVH323_RTP_Session@@@8 @40344 NONAME ??_R0?AVH323_RTP_UDP@@@8 @40345 NONAME ??_R0?AVH323_T120Capability@@@8 @40346 NONAME ??_R0?AVH323_T120Channel@@@8 @40347 NONAME ??_R0?AVH323_T38Capability@@@8 @40348 NONAME ??_R0?AVH323_T38Channel@@@8 @40349 NONAME ??_R0?AVH323_T38NonStandardCapability@@@8 @40350 NONAME ??_R0?AVH323_UserInputCapability@@@8 @40351 NONAME ??_R0?AVH45010_ArrayOf_MixedExtension@@@8 @40352 NONAME ??_R0?AVH45010_CfbOvrOptArg@@@8 @40353 NONAME ??_R0?AVH45010_CoReqOptArg@@@8 @40354 NONAME ??_R0?AVH45010_H323CallOfferOperations@@@8 @40355 NONAME ??_R0?AVH45010_RUAlertOptArg@@@8 @40356 NONAME ??_R0?AVH45011Handler@@@8 @40357 NONAME ??_R0?AVH45011_ArrayOf_MixedExtension@@@8 @40358 NONAME ??_R0?AVH45011_CallIntrusionErrors@@@8 @40359 NONAME ??_R0?AVH45011_CICapabilityLevel@@@8 @40360 NONAME ??_R0?AVH45011_CIFrcRelArg@@@8 @40361 NONAME ??_R0?AVH45011_CIFrcRelOptRes@@@8 @40362 NONAME ??_R0?AVH45011_CIGetCIPLOptArg@@@8 @40363 NONAME ??_R0?AVH45011_CIGetCIPLRes@@@8 @40364 NONAME ??_R0?AVH45011_CIIsOptArg@@@8 @40365 NONAME ??_R0?AVH45011_CIIsOptRes@@@8 @40366 NONAME ??_R0?AVH45011_CINotificationArg@@@8 @40367 NONAME ??_R0?AVH45011_CIProtectionLevel@@@8 @40368 NONAME ??_R0?AVH45011_CIRequestArg@@@8 @40369 NONAME ??_R0?AVH45011_CIRequestRes@@@8 @40370 NONAME ??_R0?AVH45011_CISilentArg@@@8 @40371 NONAME ??_R0?AVH45011_CISilentOptRes@@@8 @40372 NONAME ??_R0?AVH45011_CIStatusInformation@@@8 @40373 NONAME ??_R0?AVH45011_CIWobOptArg@@@8 @40374 NONAME ??_R0?AVH45011_CIWobOptRes@@@8 @40375 NONAME ??_R0?AVH45011_H323CallIntrusionOperations@@@8 @40376 NONAME ??_R0?AVH4501_Address@@@8 @40377 NONAME ??_R0?AVH4501_AddressInformation@@@8 @40378 NONAME ??_R0?AVH4501_AddressScreened@@@8 @40379 NONAME ??_R0?AVH4501_ArrayOf_AliasAddress@@@8 @40380 NONAME ??_R0?AVH4501_ArrayOf_ROS@@@8 @40381 NONAME ??_R0?AVH4501_EndpointAddress@@@8 @40382 NONAME ??_R0?AVH4501_EntityType@@@8 @40383 NONAME ??_R0?AVH4501_Extension@@@8 @40384 NONAME ??_R0?AVH4501_GeneralErrorList@@@8 @40385 NONAME ??_R0?AVH4501_H225InformationElement@@@8 @40386 NONAME ??_R0?AVH4501_InterpretationApdu@@@8 @40387 NONAME ??_R0?AVH4501_InvokeIDs@@@8 @40388 NONAME ??_R0?AVH4501_InvokeIdSet@@@8 @40389 NONAME ??_R0?AVH4501_NetworkFacilityExtension@@@8 @40390 NONAME ??_R0?AVH4501_NSAPSubaddress@@@8 @40391 NONAME ??_R0?AVH4501_NumberScreened@@@8 @40392 NONAME ??_R0?AVH4501_PartySubaddress@@@8 @40393 NONAME ??_R0?AVH4501_PresentationAllowedIndicator@@@8 @40394 NONAME ??_R0?AVH4501_PresentedAddressScreened@@@8 @40395 NONAME ??_R0?AVH4501_PresentedAddressUnscreened@@@8 @40396 NONAME ??_R0?AVH4501_PresentedNumberScreened@@@8 @40397 NONAME ??_R0?AVH4501_PresentedNumberUnscreened@@@8 @40398 NONAME ??_R0?AVH4501_ScreeningIndicator@@@8 @40399 NONAME ??_R0?AVH4501_ServiceApdus@@@8 @40400 NONAME ??_R0?AVH4501_SubaddressInformation@@@8 @40401 NONAME ??_R0?AVH4501_SupplementaryService@@@8 @40402 NONAME ??_R0?AVH4501_UserSpecifiedSubaddress@@@8 @40403 NONAME ??_R0?AVH4502Handler@@@8 @40404 NONAME ??_R0?AVH4502_CallIdentity@@@8 @40405 NONAME ??_R0?AVH4502_CallStatus@@@8 @40406 NONAME ??_R0?AVH4502_CallTransferErrors@@@8 @40407 NONAME ??_R0?AVH4502_CallTransferOperation@@@8 @40408 NONAME ??_R0?AVH4502_CTActiveArg@@@8 @40409 NONAME ??_R0?AVH4502_CTActiveArg_argumentExtension@@@8 @40410 NONAME ??_R0?AVH4502_CTCompleteArg@@@8 @40411 NONAME ??_R0?AVH4502_CTCompleteArg_argumentExtension@@@8 @40412 NONAME ??_R0?AVH4502_CTIdentifyRes@@@8 @40413 NONAME ??_R0?AVH4502_CTIdentifyRes_resultExtension@@@8 @40414 NONAME ??_R0?AVH4502_CTInitiateArg@@@8 @40415 NONAME ??_R0?AVH4502_CTInitiateArg_argumentExtension@@@8 @40416 NONAME ??_R0?AVH4502_CTSetupArg@@@8 @40417 NONAME ??_R0?AVH4502_CTSetupArg_argumentExtension@@@8 @40418 NONAME ??_R0?AVH4502_CTUpdateArg@@@8 @40419 NONAME ??_R0?AVH4502_CTUpdateArg_argumentExtension@@@8 @40420 NONAME ??_R0?AVH4502_DummyArg@@@8 @40421 NONAME ??_R0?AVH4502_DummyRes@@@8 @40422 NONAME ??_R0?AVH4502_EndDesignation@@@8 @40423 NONAME ??_R0?AVH4502_ExtensionSeq@@@8 @40424 NONAME ??_R0?AVH4502_SubaddressTransferArg@@@8 @40425 NONAME ??_R0?AVH4502_SubaddressTransferArg_argumentExtension@@@8 @40426 NONAME ??_R0?AVH4503_BasicService@@@8 @40427 NONAME ??_R0?AVH4503_CallDiversionErrors@@@8 @40428 NONAME ??_R0?AVH4503_DiversionReason@@@8 @40429 NONAME ??_R0?AVH4503_ExtensionSeq@@@8 @40430 NONAME ??_R0?AVH4503_H323CallDiversionOperations@@@8 @40431 NONAME ??_R0?AVH4503_IntResult@@@8 @40432 NONAME ??_R0?AVH4503_IntResultList@@@8 @40433 NONAME ??_R0?AVH4503_IntResult_extension@@@8 @40434 NONAME ??_R0?AVH4503_Procedure@@@8 @40435 NONAME ??_R0?AVH4503_SubscriptionOption@@@8 @40436 NONAME ??_R0?AVH4504Handler@@@8 @40437 NONAME ??_R0?AVH4504_ArrayOf_MixedExtension@@@8 @40438 NONAME ??_R0?AVH4504_CallHoldOperation@@@8 @40439 NONAME ??_R0?AVH4504_Extension@@@8 @40440 NONAME ??_R0?AVH4504_HoldNotificArg@@@8 @40441 NONAME ??_R0?AVH4504_MixedExtension@@@8 @40442 NONAME ??_R0?AVH4504_RemoteHoldArg@@@8 @40443 NONAME ??_R0?AVH4504_RemoteHoldRes@@@8 @40444 NONAME ??_R0?AVH4504_RemoteRetrieveArg@@@8 @40445 NONAME ??_R0?AVH4504_RemoteRetrieveRes@@@8 @40446 NONAME ??_R0?AVH4504_RetrieveNotificArg@@@8 @40447 NONAME ??_R0?AVH4505_ArrayOf_MixedExtension@@@8 @40448 NONAME ??_R0?AVH4505_CallParkPickupOperations@@@8 @40449 NONAME ??_R0?AVH4505_CallPickupErrors@@@8 @40450 NONAME ??_R0?AVH4505_CallType@@@8 @40451 NONAME ??_R0?AVH4505_CpickupNotifyArg@@@8 @40452 NONAME ??_R0?AVH4505_CpNotifyArg@@@8 @40453 NONAME ??_R0?AVH4505_CpRequestArg@@@8 @40454 NONAME ??_R0?AVH4505_CpRequestRes@@@8 @40455 NONAME ??_R0?AVH4505_CpSetupArg@@@8 @40456 NONAME ??_R0?AVH4505_CpSetupRes@@@8 @40457 NONAME ??_R0?AVH4505_GroupIndicationOffArg@@@8 @40458 NONAME ??_R0?AVH4505_GroupIndicationOffRes@@@8 @40459 NONAME ??_R0?AVH4505_GroupIndicationOnArg@@@8 @40460 NONAME ??_R0?AVH4505_GroupIndicationOnRes@@@8 @40461 NONAME ??_R0?AVH4505_ParkCondition@@@8 @40462 NONAME ??_R0?AVH4505_ParkedToPosition@@@8 @40463 NONAME ??_R0?AVH4505_PickExeArg@@@8 @40464 NONAME ??_R0?AVH4505_PickExeRes@@@8 @40465 NONAME ??_R0?AVH4505_PickrequArg@@@8 @40466 NONAME ??_R0?AVH4505_PickrequRes@@@8 @40467 NONAME ??_R0?AVH4505_PickupArg@@@8 @40468 NONAME ??_R0?AVH4505_PickupRes@@@8 @40469 NONAME ??_R0?AVH4506Handler@@@8 @40470 NONAME ??_R0?AVH4506_ArrayOf_MixedExtension@@@8 @40471 NONAME ??_R0?AVH4506_CallWaitingArg@@@8 @40472 NONAME ??_R0?AVH4506_CallWaitingOperations@@@8 @40473 NONAME ??_R0?AVH4507_ArrayOf_MixedExtension@@@8 @40474 NONAME ??_R0?AVH4507_BasicService@@@8 @40475 NONAME ??_R0?AVH4507_DummyRes@@@8 @40476 NONAME ??_R0?AVH4507_H323_MWI_Operations@@@8 @40477 NONAME ??_R0?AVH4507_MessageWaitingIndicationErrors@@@8 @40478 NONAME ??_R0?AVH4507_MsgCentreId@@@8 @40479 NONAME ??_R0?AVH4507_MWIActivateArg@@@8 @40480 NONAME ??_R0?AVH4507_MWIDeactivateArg@@@8 @40481 NONAME ??_R0?AVH4507_MWIInterrogateArg@@@8 @40482 NONAME ??_R0?AVH4507_MWIInterrogateRes@@@8 @40483 NONAME ??_R0?AVH4507_MWIInterrogateResElt@@@8 @40484 NONAME ??_R0?AVH4507_NbOfMessages@@@8 @40485 NONAME ??_R0?AVH4507_TimeStamp@@@8 @40486 NONAME ??_R0?AVH4508_ExtendedName@@@8 @40487 NONAME ??_R0?AVH4508_Name@@@8 @40488 NONAME ??_R0?AVH4508_NameOperations@@@8 @40489 NONAME ??_R0?AVH4508_NamePresentationAllowed@@@8 @40490 NONAME ??_R0?AVH4508_NamePresentationRestricted@@@8 @40491 NONAME ??_R0?AVH4508_SimpleName@@@8 @40492 NONAME ??_R0?AVH4509_ArrayOf_MixedExtension@@@8 @40493 NONAME ??_R0?AVH4509_CallCompletionErrors@@@8 @40494 NONAME ??_R0?AVH4509_CcArg@@@8 @40495 NONAME ??_R0?AVH4509_CcLongArg@@@8 @40496 NONAME ??_R0?AVH4509_CcRequestArg@@@8 @40497 NONAME ??_R0?AVH4509_CcRequestRes@@@8 @40498 NONAME ??_R0?AVH4509_CcShortArg@@@8 @40499 NONAME ??_R0?AVH4509_H323CallCompletionOperations@@@8 @40500 NONAME ??_R0?AVH450ServiceAPDU@@@8 @40501 NONAME ??_R0?AVH450xDispatcher@@@8 @40502 NONAME ??_R0?AVH450xHandler@@@8 @40503 NONAME ??_R0?AVH501AccessRequest@@@8 @40504 NONAME ??_R0?AVH501DescriptorUpdate@@@8 @40505 NONAME ??_R0?AVH501PDU@@@8 @40506 NONAME ??_R0?AVH501ServiceRequest@@@8 @40507 NONAME ??_R0?AVH501Transaction@@@8 @40508 NONAME ??_R0?AVH501_AccessConfirmation@@@8 @40509 NONAME ??_R0?AVH501_AccessRejection@@@8 @40510 NONAME ??_R0?AVH501_AccessRejectionReason@@@8 @40511 NONAME ??_R0?AVH501_AccessRequest@@@8 @40512 NONAME ??_R0?AVH501_AccessToken@@@8 @40513 NONAME ??_R0?AVH501_AddressTemplate@@@8 @40514 NONAME ??_R0?AVH501_AlternatePE@@@8 @40515 NONAME ??_R0?AVH501_AlternatePEInfo@@@8 @40516 NONAME ??_R0?AVH501_ApplicationMessage@@@8 @40517 NONAME ??_R0?AVH501_ArrayOf_AccessToken@@@8 @40518 NONAME ??_R0?AVH501_ArrayOf_AddressTemplate@@@8 @40519 NONAME ??_R0?AVH501_ArrayOf_AliasAddress@@@8 @40520 NONAME ??_R0?AVH501_ArrayOf_AlternatePE@@@8 @40521 NONAME ??_R0?AVH501_ArrayOf_CircuitIdentifier@@@8 @40522 NONAME ??_R0?AVH501_ArrayOf_ClearToken@@@8 @40523 NONAME ??_R0?AVH501_ArrayOf_ContactInformation@@@8 @40524 NONAME ??_R0?AVH501_ArrayOf_CryptoH323Token@@@8 @40525 NONAME ??_R0?AVH501_ArrayOf_Descriptor@@@8 @40526 NONAME ??_R0?AVH501_ArrayOf_DescriptorInfo@@@8 @40527 NONAME ??_R0?AVH501_ArrayOf_GenericData@@@8 @40528 NONAME ??_R0?AVH501_ArrayOf_GloballyUniqueID@@@8 @40529 NONAME ??_R0?AVH501_ArrayOf_NonStandardParameter@@@8 @40530 NONAME ??_R0?AVH501_ArrayOf_PASN_ObjectId@@@8 @40531 NONAME ??_R0?AVH501_ArrayOf_Pattern@@@8 @40532 NONAME ??_R0?AVH501_ArrayOf_PriceElement@@@8 @40533 NONAME ??_R0?AVH501_ArrayOf_PriceInfoSpec@@@8 @40534 NONAME ??_R0?AVH501_ArrayOf_RouteInformation@@@8 @40535 NONAME ??_R0?AVH501_ArrayOf_SecurityMode@@@8 @40536 NONAME ??_R0?AVH501_ArrayOf_ServiceControlSession@@@8 @40537 NONAME ??_R0?AVH501_ArrayOf_SupportedProtocols@@@8 @40538 NONAME ??_R0?AVH501_ArrayOf_TransportAddress@@@8 @40539 NONAME ??_R0?AVH501_ArrayOf_UpdateInformation@@@8 @40540 NONAME ??_R0?AVH501_ArrayOf_UsageField@@@8 @40541 NONAME ??_R0?AVH501_AuthenticationConfirmation@@@8 @40542 NONAME ??_R0?AVH501_AuthenticationRejection@@@8 @40543 NONAME ??_R0?AVH501_AuthenticationRejectionReason@@@8 @40544 NONAME ??_R0?AVH501_AuthenticationRequest@@@8 @40545 NONAME ??_R0?AVH501_CallInformation@@@8 @40546 NONAME ??_R0?AVH501_ContactInformation@@@8 @40547 NONAME ??_R0?AVH501_Descriptor@@@8 @40548 NONAME ??_R0?AVH501_DescriptorConfirmation@@@8 @40549 NONAME ??_R0?AVH501_DescriptorIDConfirmation@@@8 @40550 NONAME ??_R0?AVH501_DescriptorIDRejection@@@8 @40551 NONAME ??_R0?AVH501_DescriptorIDRejectionReason@@@8 @40552 NONAME ??_R0?AVH501_DescriptorIDRequest@@@8 @40553 NONAME ??_R0?AVH501_DescriptorInfo@@@8 @40554 NONAME ??_R0?AVH501_DescriptorRejection@@@8 @40555 NONAME ??_R0?AVH501_DescriptorRejectionReason@@@8 @40556 NONAME ??_R0?AVH501_DescriptorRequest@@@8 @40557 NONAME ??_R0?AVH501_DescriptorUpdate@@@8 @40558 NONAME ??_R0?AVH501_DescriptorUpdateAck@@@8 @40559 NONAME ??_R0?AVH501_ElementIdentifier@@@8 @40560 NONAME ??_R0?AVH501_GlobalTimeStamp@@@8 @40561 NONAME ??_R0?AVH501_Message@@@8 @40562 NONAME ??_R0?AVH501_MessageBody@@@8 @40563 NONAME ??_R0?AVH501_MessageCommonInfo@@@8 @40564 NONAME ??_R0?AVH501_NonStandardConfirmation@@@8 @40565 NONAME ??_R0?AVH501_NonStandardRejection@@@8 @40566 NONAME ??_R0?AVH501_NonStandardRejectionReason@@@8 @40567 NONAME ??_R0?AVH501_NonStandardRequest@@@8 @40568 NONAME ??_R0?AVH501_PartyInformation@@@8 @40569 NONAME ??_R0?AVH501_Pattern@@@8 @40570 NONAME ??_R0?AVH501_Pattern_range@@@8 @40571 NONAME ??_R0?AVH501_PriceElement@@@8 @40572 NONAME ??_R0?AVH501_PriceElement_units@@@8 @40573 NONAME ??_R0?AVH501_PriceInfoSpec@@@8 @40574 NONAME ??_R0?AVH501_ProtocolVersion@@@8 @40575 NONAME ??_R0?AVH501_RequestInProgress@@@8 @40576 NONAME ??_R0?AVH501_Role@@@8 @40577 NONAME ??_R0?AVH501_RouteInformation@@@8 @40578 NONAME ??_R0?AVH501_RouteInformation_messageType@@@8 @40579 NONAME ??_R0?AVH501_SecurityMode@@@8 @40580 NONAME ??_R0?AVH501_ServiceConfirmation@@@8 @40581 NONAME ??_R0?AVH501_ServiceRejection@@@8 @40582 NONAME ??_R0?AVH501_ServiceRejectionReason@@@8 @40583 NONAME ??_R0?AVH501_ServiceRelease@@@8 @40584 NONAME ??_R0?AVH501_ServiceReleaseReason@@@8 @40585 NONAME ??_R0?AVH501_ServiceRequest@@@8 @40586 NONAME ??_R0?AVH501_TerminationCause@@@8 @40587 NONAME ??_R0?AVH501_TimeZone@@@8 @40588 NONAME ??_R0?AVH501_UnknownMessageReason@@@8 @40589 NONAME ??_R0?AVH501_UnknownMessageResponse@@@8 @40590 NONAME ??_R0?AVH501_UpdateInformation@@@8 @40591 NONAME ??_R0?AVH501_UpdateInformation_descriptorInfo@@@8 @40592 NONAME ??_R0?AVH501_UpdateInformation_updateType@@@8 @40593 NONAME ??_R0?AVH501_UsageCallStatus@@@8 @40594 NONAME ??_R0?AVH501_UsageConfirmation@@@8 @40595 NONAME ??_R0?AVH501_UsageField@@@8 @40596 NONAME ??_R0?AVH501_UsageIndication@@@8 @40597 NONAME ??_R0?AVH501_UsageIndicationConfirmation@@@8 @40598 NONAME ??_R0?AVH501_UsageIndicationRejection@@@8 @40599 NONAME ??_R0?AVH501_UsageIndicationRejectionReason@@@8 @40600 NONAME ??_R0?AVH501_UsageRejection@@@8 @40601 NONAME ??_R0?AVH501_UsageRejectReason@@@8 @40602 NONAME ??_R0?AVH501_UsageRequest@@@8 @40603 NONAME ??_R0?AVH501_UsageSpecification@@@8 @40604 NONAME ??_R0?AVH501_UsageSpecification_when@@@8 @40605 NONAME ??_R0?AVH501_UserInformation@@@8 @40606 NONAME ??_R0?AVH501_ValidationConfirmation@@@8 @40607 NONAME ??_R0?AVH501_ValidationRejection@@@8 @40608 NONAME ??_R0?AVH501_ValidationRejectionReason@@@8 @40609 NONAME ??_R0?AVH501_ValidationRequest@@@8 @40610 NONAME ??_R0?AVHandleTimeout_PNotifier@H245Negotiator@@@8 @40611 NONAME ??_R0?AVHandleTransactions_PNotifier@H323Transactor@@@8 @40612 NONAME ??_R0?AVHIDPluginDeviceManager@@@8 @52111 NONAME ??_R0?AVIntraP64Decoder@@@8 @40613 NONAME ??_R0?AVMCS_ArrayOf_ChannelAttributes@@@8 @40614 NONAME ??_R0?AVMCS_ArrayOf_ChannelId@@@8 @40615 NONAME ??_R0?AVMCS_ArrayOf_TokenAttributes@@@8 @40616 NONAME ??_R0?AVMCS_ArrayOf_TokenId@@@8 @40617 NONAME ??_R0?AVMCS_ArrayOf_UserId@@@8 @40618 NONAME ??_R0?AVMCS_AssignedChannelId@@@8 @40619 NONAME ??_R0?AVMCS_AUcf@@@8 @40620 NONAME ??_R0?AVMCS_AUrq@@@8 @40621 NONAME ??_R0?AVMCS_CAin@@@8 @40622 NONAME ??_R0?AVMCS_CArq@@@8 @40623 NONAME ??_R0?AVMCS_CCcf@@@8 @40624 NONAME ??_R0?AVMCS_CCrq@@@8 @40625 NONAME ??_R0?AVMCS_CDin@@@8 @40626 NONAME ??_R0?AVMCS_CDrq@@@8 @40627 NONAME ??_R0?AVMCS_CEin@@@8 @40628 NONAME ??_R0?AVMCS_CErq@@@8 @40629 NONAME ??_R0?AVMCS_ChannelAttributes@@@8 @40630 NONAME ??_R0?AVMCS_ChannelAttributes_assigned@@@8 @40631 NONAME ??_R0?AVMCS_ChannelAttributes_private@@@8 @40632 NONAME ??_R0?AVMCS_ChannelAttributes_static@@@8 @40633 NONAME ??_R0?AVMCS_ChannelAttributes_userId@@@8 @40634 NONAME ??_R0?AVMCS_ChannelId@@@8 @40635 NONAME ??_R0?AVMCS_CJcf@@@8 @40636 NONAME ??_R0?AVMCS_CJrq@@@8 @40637 NONAME ??_R0?AVMCS_CLrq@@@8 @40638 NONAME ??_R0?AVMCS_ConnectMCSPDU@@@8 @40639 NONAME ??_R0?AVMCS_Connect_Additional@@@8 @40640 NONAME ??_R0?AVMCS_Connect_Initial@@@8 @40641 NONAME ??_R0?AVMCS_Connect_Response@@@8 @40642 NONAME ??_R0?AVMCS_Connect_Result@@@8 @40643 NONAME ??_R0?AVMCS_DataPriority@@@8 @40644 NONAME ??_R0?AVMCS_Diagnostic@@@8 @40645 NONAME ??_R0?AVMCS_DomainMCSPDU@@@8 @40646 NONAME ??_R0?AVMCS_DomainParameters@@@8 @40647 NONAME ??_R0?AVMCS_DPum@@@8 @40648 NONAME ??_R0?AVMCS_DUin@@@8 @40649 NONAME ??_R0?AVMCS_DUrq@@@8 @40650 NONAME ??_R0?AVMCS_DynamicChannelId@@@8 @40651 NONAME ??_R0?AVMCS_EDrq@@@8 @40652 NONAME ??_R0?AVMCS_MCcf@@@8 @40653 NONAME ??_R0?AVMCS_MCrq@@@8 @40654 NONAME ??_R0?AVMCS_MTcf@@@8 @40655 NONAME ??_R0?AVMCS_MTrq@@@8 @40656 NONAME ??_R0?AVMCS_PCin@@@8 @40657 NONAME ??_R0?AVMCS_PDin@@@8 @40658 NONAME ??_R0?AVMCS_PrivateChannelId@@@8 @40659 NONAME ??_R0?AVMCS_PTin@@@8 @40660 NONAME ??_R0?AVMCS_Reason@@@8 @40661 NONAME ??_R0?AVMCS_Result@@@8 @40662 NONAME ??_R0?AVMCS_RJum@@@8 @40663 NONAME ??_R0?AVMCS_SDin@@@8 @40664 NONAME ??_R0?AVMCS_SDrq@@@8 @40665 NONAME ??_R0?AVMCS_Segmentation@@@8 @40666 NONAME ??_R0?AVMCS_StaticChannelId@@@8 @40667 NONAME ??_R0?AVMCS_TGcf@@@8 @40668 NONAME ??_R0?AVMCS_TGrq@@@8 @40669 NONAME ??_R0?AVMCS_TIcf@@@8 @40670 NONAME ??_R0?AVMCS_TIrq@@@8 @40671 NONAME ??_R0?AVMCS_TokenAttributes@@@8 @40672 NONAME ??_R0?AVMCS_TokenAttributes_given@@@8 @40673 NONAME ??_R0?AVMCS_TokenAttributes_giving@@@8 @40674 NONAME ??_R0?AVMCS_TokenAttributes_grabbed@@@8 @40675 NONAME ??_R0?AVMCS_TokenAttributes_inhibited@@@8 @40676 NONAME ??_R0?AVMCS_TokenAttributes_ungivable@@@8 @40677 NONAME ??_R0?AVMCS_TokenId@@@8 @40678 NONAME ??_R0?AVMCS_TokenStatus@@@8 @40679 NONAME ??_R0?AVMCS_TPin@@@8 @40680 NONAME ??_R0?AVMCS_TPrq@@@8 @40681 NONAME ??_R0?AVMCS_TRcf@@@8 @40682 NONAME ??_R0?AVMCS_TRrq@@@8 @40683 NONAME ??_R0?AVMCS_TTcf@@@8 @40684 NONAME ??_R0?AVMCS_TTrq@@@8 @40685 NONAME ??_R0?AVMCS_TVcf@@@8 @40686 NONAME ??_R0?AVMCS_TVin@@@8 @40687 NONAME ??_R0?AVMCS_TVrq@@@8 @40688 NONAME ??_R0?AVMCS_TVrs@@@8 @40689 NONAME ??_R0?AVMCS_UserId@@@8 @40690 NONAME ??_R0?AVMCS_USin@@@8 @40691 NONAME ??_R0?AVMCS_USrq@@@8 @40692 NONAME ??_R0?AVMonitorMain_PNotifier@H323Gatekeeper@@@8 @40700 NONAME ??_R0?AVMonitorMain_PNotifier@H323GatekeeperServer@@@8 @40701 NONAME ??_R0?AVMonitorMain_PNotifier@H323PeerElement@@@8 @40702 NONAME ??_R0?AVMonitor_PNotifier@OpalUSBDevice@@@8 @52112 NONAME ??_R0?AVMSIPAddress@PILSSession@@@8 @40703 NONAME ??_R0?AVMXRecordList@PDNS@@@8 @52113 NONAME ??_R0?AVOnCallIntrudeTimeOut_PNotifier@H45011Handler@@@8 @40704 NONAME ??_R0?AVOnCallTransferTimeOut_PNotifier@H4502Handler@@@8 @40705 NONAME ??_R0?AVOnLoadModule_PNotifier@PPluginModuleManager@@@8 @49686 NONAME ??_R0?AVOnUserInputInBandDTMF_PNotifier@H323Connection@@@8 @40707 NONAME ??_R0?AVOnUserInputInlineRFC2833_PNotifier@H323Connection@@@8 @40708 NONAME ??_R0?AVOpalFactoryCodec@@@8 @51390 NONAME ??_R0?AVOpalG711ALaw64kFormat@@@8 @49891 NONAME ??_R0?AVOpalG711ALaw64k_Base@@@8 @51391 NONAME ??_R0?AVOpalG711ALaw64k_Decoder@@@8 @51392 NONAME ??_R0?AVOpalG711ALaw64k_Encoder@@@8 @51393 NONAME ??_R0?AVOpalG711uLaw64kFormat@@@8 @49892 NONAME ??_R0?AVOpalG711uLaw64k_Base@@@8 @51394 NONAME ??_R0?AVOpalG711uLaw64k_Decoder@@@8 @51395 NONAME ??_R0?AVOpalG711uLaw64k_Encoder@@@8 @51396 NONAME ??_R0?AVOpalG7231A_5k3Format@@@8 @49893 NONAME ??_R0?AVOpalG7231A_6k3Format@@@8 @49894 NONAME ??_R0?AVOpalG7231_5k3Format@@@8 @49895 NONAME ??_R0?AVOpalG7231_6k3Format@@@8 @49896 NONAME ??_R0?AVOpalG728Format@@@8 @49897 NONAME ??_R0?AVOpalG729ABFormat@@@8 @49898 NONAME ??_R0?AVOpalG729AFormat@@@8 @49899 NONAME ??_R0?AVOpalG729BFormat@@@8 @49900 NONAME ??_R0?AVOpalG729Format@@@8 @49901 NONAME ??_R0?AVOpalGloballyUniqueID@@@8 @40709 NONAME ??_R0?AVOpalGSM0610Format@@@8 @49902 NONAME ??_R0?AVOpalH261Format@@@8 @49903 NONAME ??_R0?AVOpalIxJDevice@@@8 @40710 NONAME ??_R0?AVOpalLineChannel@@@8 @40711 NONAME ??_R0?AVOpalLineInterfaceDevice@@@8 @40712 NONAME ??_R0?AVOpalMediaFormat@@@8 @40713 NONAME ??_R0?AVOpalPCM16Format@@@8 @49904 NONAME ??_R0?AVOpalPluginCodec@@@8 @51397 NONAME ??_R0?AVOpalPluginMediaFormat@@@8 @49905 NONAME ??_R0?AVOpalRFC2833@@@8 @40714 NONAME ??_R0?AVOpalRFC2833Info@@@8 @40715 NONAME ??_R0?AVOpalRtpToWavFile@@@8 @40716 NONAME ??_R0?AVOpalT120Format@@@8 @49906 NONAME ??_R0?AVOpalT120Protocol@@@8 @40717 NONAME ??_R0?AVOpalT38Protocol@@@8 @40718 NONAME ??_R0?AVOpalUSBDevice@@@8 @52114 NONAME ??_R0?AVOpalUserInputRFC2833Format@@@8 @49907 NONAME ??_R0?AVOpalVoipBlasterDevice@@@8 @40719 NONAME ??_R0?AVOpalVXMLSession@@@8 @40720 NONAME ??_R0?AVOpalWAVFile@@@8 @40721 NONAME ??_R0?AVP64Decoder@@@8 @40722 NONAME ??_R0?AVPASN_Array@@@8 @40723 NONAME ??_R0?AVPASN_BitString@@@8 @40724 NONAME ??_R0?AVPASN_BMPString@@@8 @40725 NONAME ??_R0?AVPASN_Boolean@@@8 @40726 NONAME ??_R0?AVPASN_Choice@@@8 @40727 NONAME ??_R0?AVPASN_ConstrainedObject@@@8 @40728 NONAME ??_R0?AVPASN_ConstrainedString@@@8 @40729 NONAME ??_R0?AVPASN_Enumeration@@@8 @40730 NONAME ??_R0?AVPASN_GeneralisedTime@@@8 @40731 NONAME ??_R0?AVPASN_GeneralString@@@8 @40732 NONAME ??_R0?AVPASN_IA5String@@@8 @40733 NONAME ??_R0?AVPASN_Integer@@@8 @40734 NONAME ??_R0?AVPASN_Null@@@8 @40735 NONAME ??_R0?AVPASN_NumericString@@@8 @40736 NONAME ??_R0?AVPASN_Object@@@8 @40737 NONAME ??_R0?AVPASN_ObjectId@@@8 @40738 NONAME ??_R0?AVPASN_OctetString@@@8 @40739 NONAME ??_R0?AVPASN_PrintableString@@@8 @40740 NONAME ??_R0?AVPASN_Sequence@@@8 @40741 NONAME ??_R0?AVPASN_Stream@@@8 @40742 NONAME ??_R0?AVPASN_VisibleString@@@8 @40743 NONAME ??_R0?AVPDTMFEncoder@@@8 @52115 NONAME ??_R0?AVPLDAPAttributeBase@@@8 @40744 NONAME ??_R0?AVPLDAPStructBase@@@8 @40745 NONAME ??_R0?AVPluginLoader@@@8 @52116 NONAME ??_R0?AVPPER_Stream@@@8 @40746 NONAME ??_R0?AVPre_Vid_Coder@@@8 @40747 NONAME ??_R0?AVPVXMLChannelInterface@@@8 @50456 NONAME ??_R0?AVPVXMLSession@@@8 @40748 NONAME ??_R0?AVPWAVFile@@@8 @40749 NONAME ??_R0?AVPWAVFileConverter@@@8 @51208 NONAME ??_R0?AVPWAVFileConverterALaw@@@8 @51209 NONAME ??_R0?AVPWAVFileConverterULaw@@@8 @51210 NONAME ??_R0?AVPWAVFileConverterXLaw@@@8 @51211 NONAME ??_R0?AVQ931@@@8 @40750 NONAME ??_R0?AVReceivedPacket_PNotifier@OpalRFC2833@@@8 @40751 NONAME ??_R0?AVReceivedPacket_PNotifier@OpalRtpToWavFile@@@8 @40752 NONAME ??_R0?AVReceiverReport@RTP_Session@@@8 @40753 NONAME ??_R0?AVReceiveTimeout_PNotifier@OpalRFC2833@@@8 @40754 NONAME ??_R0?AVRequest@H323Transactor@@@8 @40755 NONAME ??_R0?AVResponse@H323Transactor@@@8 @40756 NONAME ??_R0?AVRTPerson@PILSSession@@@8 @40757 NONAME ??_R0?AVRTP_ControlFrame@@@8 @40758 NONAME ??_R0?AVRTP_DataFrame@@@8 @40759 NONAME ??_R0?AVRTP_JitterBuffer@@@8 @40760 NONAME ??_R0?AVRTP_JitterBufferAnalyser@@@8 @40761 NONAME ??_R0?AVRTP_QOS@@@8 @40762 NONAME ??_R0?AVRTP_Session@@@8 @40763 NONAME ??_R0?AVRTP_SessionManager@@@8 @40764 NONAME ??_R0?AVRTP_UDP@@@8 @40765 NONAME ??_R0?AVRTP_UserData@@@8 @40766 NONAME ??_R0?AVSenderReport@RTP_Session@@@8 @40767 NONAME ??_R0?AVSlowHandler_PNotifier@H323Transaction@@@8 @40768 NONAME ??_R0?AVSoundTones@OpalUSBDevice@@@8 @52117 NONAME ??_R0?AVSourceDescription@RTP_Session@@@8 @40769 NONAME ??_R0?AVSRVRecordList@PDNS@@@8 @52118 NONAME ??_R0?AVStatusHandler_PNotifier@OpalVoipBlasterDevice@@@8 @40770 NONAME ??_R0?AVStringMap@H323GatekeeperServer@@@8 @40771 NONAME ??_R0?AVT120ConnectPDU@@@8 @40772 NONAME ??_R0?AVT120_X224@@@8 @40773 NONAME ??_R0?AVT38_ArrayOf_PASN_OctetString@@@8 @40774 NONAME ??_R0?AVT38_Data_Field@@@8 @40775 NONAME ??_R0?AVT38_Data_Field_subtype@@@8 @40776 NONAME ??_R0?AVT38_Data_Field_subtype_field_type@@@8 @40777 NONAME ??_R0?AVT38_IFPPacket@@@8 @40778 NONAME ??_R0?AVT38_PreCorrigendum_Data_Field@@@8 @40779 NONAME ??_R0?AVT38_PreCorrigendum_Data_Field_subtype@@@8 @40780 NONAME ??_R0?AVT38_PreCorrigendum_Data_Field_subtype_field_type@@@8 @40781 NONAME ??_R0?AVT38_PreCorrigendum_IFPPacket@@@8 @40782 NONAME ??_R0?AVT38_Type_of_msg@@@8 @40783 NONAME ??_R0?AVT38_Type_of_msg_data@@@8 @40784 NONAME ??_R0?AVT38_Type_of_msg_t30_indicator@@@8 @40785 NONAME ??_R0?AVT38_UDPTLPacket@@@8 @40786 NONAME ??_R0?AVT38_UDPTLPacket_error_recovery@@@8 @40787 NONAME ??_R0?AVT38_UDPTLPacket_error_recovery_fec_info@@@8 @40788 NONAME ??_R0?AVT38_UDPTLPacket_error_recovery_secondary_ifp_packets@@@8 @40789 NONAME ??_R0?AVT38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@@8 @40790 NONAME ??_R0?AVT38_UDPTLPacket_primary_ifp_packet@@@8 @40791 NONAME ??_R0?AVTickleMonitor_PNotifier@H323Gatekeeper@@@8 @40792 NONAME ??_R0?AVTonePlay_PNotifier@OpalUSBDevice@@@8 @52119 NONAME ??_R0?AVTransmitEnded_PNotifier@OpalRFC2833@@@8 @40793 NONAME ??_R0?AVTransmitPacket_PNotifier@OpalRFC2833@@@8 @40794 NONAME ??_R0?AVTransmitter@@@8 @40795 NONAME ??_R0?AVUpdateAllDescriptors_PNotifier@H323PeerElement@@@8 @40796 NONAME ??_R0?AVVoipBlasterInterface@@@8 @40798 NONAME ??_R0?AVWorker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@@8 @51398 NONAME ??_R0?AVWorker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@@8 @51399 NONAME ??_R0?AVWorker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@@8 @51400 NONAME ??_R0?AVWorker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@@8 @51401 NONAME ??_R0?AVWorker@OpalPluginCodecFactory@@@8 @51402 NONAME ??_R0?AVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@8 @52120 NONAME ??_R0?AVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@8 @50786 NONAME ??_R0?AVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@8 @51403 NONAME ??_R0?AVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@8 @52121 NONAME ??_R0?AVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @50787 NONAME ??_R0?AVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@8 @50788 NONAME ??_R0?AVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@8 @51212 NONAME ??_R0?AVX224@@@8 @40799 NONAME ??_R0?AVX880_Code@@@8 @40800 NONAME ??_R0?AVX880_GeneralProblem@@@8 @40801 NONAME ??_R0?AVX880_Invoke@@@8 @40802 NONAME ??_R0?AVX880_InvokeId@@@8 @40803 NONAME ??_R0?AVX880_InvokeProblem@@@8 @40804 NONAME ??_R0?AVX880_Reject@@@8 @40805 NONAME ??_R0?AVX880_RejectProblem@@@8 @40806 NONAME ??_R0?AVX880_Reject_problem@@@8 @40807 NONAME ??_R0?AVX880_ReturnError@@@8 @40808 NONAME ??_R0?AVX880_ReturnErrorProblem@@@8 @40809 NONAME ??_R0?AVX880_ReturnResult@@@8 @40810 NONAME ??_R0?AVX880_ReturnResultProblem@@@8 @40811 NONAME ??_R0?AVX880_ReturnResult_result@@@8 @40812 NONAME ??_R0?AVX880_ROS@@@8 @40813 NONAME ??_R1A@?0A@8WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@8 @52122 NONAME ??_R1A@?0A@8WorkerBase@?$PFactory@VH323Capability@@VPString@@@@8 @50789 NONAME ??_R1A@?0A@8WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50790 NONAME ??_R1A@?0A@8WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @50791 NONAME ??_R1A@?0A@8WorkerBase@?$PFactory@VPWAVFileConverter@@I@@8 @51213 NONAME ??_R1A@?0A@A@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@8 @40814 NONAME ??_R1A@?0A@A@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@8 @40815 NONAME ??_R1A@?0A@A@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@8 @40816 NONAME ??_R1A@?0A@A@?$H235_HASHED@VH235_EncodedGeneralToken@@@@8 @40817 NONAME ??_R1A@?0A@A@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@8 @40818 NONAME ??_R1A@?0A@A@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@8 @40819 NONAME ??_R1A@?0A@A@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@8 @40820 NONAME ??_R1A@?0A@A@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@8 @40821 NONAME ??_R1A@?0A@A@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@8 @40822 NONAME ??_R1A@?0A@A@?$H235_SIGNED@VH235_EncodedReturnSig@@@@8 @40823 NONAME ??_R1A@?0A@A@?$PArray@V?$PList@VH323Capability@@@@@@8 @40824 NONAME ??_R1A@?0A@A@?$PArray@VH323SimultaneousCapabilities@@@@8 @40825 NONAME ??_R1A@?0A@A@?$PArray@VH323TransportAddress@@@@8 @40826 NONAME ??_R1A@?0A@A@?$PArray@VReceiverReport@RTP_Session@@@@8 @40827 NONAME ??_R1A@?0A@A@?$PArray@VSourceDescription@RTP_Session@@@@8 @40828 NONAME ??_R1A@?0A@A@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@8 @40829 NONAME ??_R1A@?0A@A@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@8 @40830 NONAME ??_R1A@?0A@A@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@8 @40831 NONAME ??_R1A@?0A@A@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@8 @40832 NONAME ??_R1A@?0A@A@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@8 @40833 NONAME ??_R1A@?0A@A@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@8 @40834 NONAME ??_R1A@?0A@A@?$PDictionary@VPString@@VH323Connection@@@@8 @40835 NONAME ??_R1A@?0A@A@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@8 @40836 NONAME ??_R1A@?0A@A@?$PDictionary@VPString@@VPOrdinalKey@@@@8 @40837 NONAME ??_R1A@?0A@A@?$PFactory@VH235Authenticator@@VPString@@@@8 @52123 NONAME ??_R1A@?0A@A@?$PFactory@VH323Capability@@VPString@@@@8 @50792 NONAME ??_R1A@?0A@A@?$PFactory@VH323StaticPluginCodec@@VPString@@@@8 @50793 NONAME ??_R1A@?0A@A@?$PFactory@VOpalFactoryCodec@@VPString@@@@8 @51404 NONAME ??_R1A@?0A@A@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@8 @52124 NONAME ??_R1A@?0A@A@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50794 NONAME ??_R1A@?0A@A@?$PFactory@VPWAVFileConverter@@I@@8 @51214 NONAME ??_R1A@?0A@A@?$PList@VH235Authenticator@@@@8 @40838 NONAME ??_R1A@?0A@A@?$PList@VH245_GenericParameter@@@@8 @52125 NONAME ??_R1A@?0A@A@?$PList@VH323Capability@@@@8 @40840 NONAME ??_R1A@?0A@A@?$PList@VH323Channel@@@@8 @40841 NONAME ??_R1A@?0A@A@?$PList@VH323GatekeeperListener@@@@8 @40842 NONAME ??_R1A@?0A@A@?$PList@VH323Listener@@@@8 @40843 NONAME ??_R1A@?0A@A@?$PList@VH323Transactor@@@@8 @40844 NONAME ??_R1A@?0A@A@?$PList@VH450xHandler@@@@8 @40845 NONAME ??_R1A@?0A@A@?$PList@VOpalMediaFormat@@@@8 @40847 NONAME ??_R1A@?0A@A@?$PList@VPBYTEArray@@@@8 @40848 NONAME ??_R1A@?0A@A@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@8 @40849 NONAME ??_R1A@?0A@A@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@8 @40850 NONAME ??_R1A@?0A@A@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@8 @40851 NONAME ??_R1A@?0A@A@?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@8 @40852 NONAME ??_R1A@?0A@A@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@8 @40853 NONAME ??_R1A@?0A@A@?$PSafePtr@VH323GatekeeperCall@@@@8 @40854 NONAME ??_R1A@?0A@A@?$PSafePtr@VH323PeerElementDescriptor@@@@8 @40855 NONAME ??_R1A@?0A@A@?$PSafePtr@VH323PeerElementServiceRelationship@@@@8 @40856 NONAME ??_R1A@?0A@A@?$PSafePtr@VH323RegisteredEndPoint@@@@8 @40857 NONAME ??_R1A@?0A@A@?$PSafeSortedList@VH323GatekeeperCall@@@@8 @40858 NONAME ??_R1A@?0A@A@?$PSafeSortedList@VH323PeerElementDescriptor@@@@8 @40859 NONAME ??_R1A@?0A@A@?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@8 @40860 NONAME ??_R1A@?0A@A@?$PSet@VPOrdinalKey@@@@8 @40861 NONAME ??_R1A@?0A@A@?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@8 @40862 NONAME ??_R1A@?0A@A@?$PSortedList@VH225_AliasAddress@@@@8 @40863 NONAME ??_R1A@?0A@A@?$PSortedList@VH323GatekeeperCall@@@@8 @40864 NONAME ??_R1A@?0A@A@?$PSortedList@VH323PeerElementDescriptor@@@@8 @40865 NONAME ??_R1A@?0A@A@?$PSortedList@VH323PeerElementServiceRelationship@@@@8 @40866 NONAME ??_R1A@?0A@A@?$PSortedList@VMXRecord@PDNS@@@@8 @52126 NONAME ??_R1A@?0A@A@?$PSortedList@VResponse@H323Transactor@@@@8 @40867 NONAME ??_R1A@?0A@A@?$PSortedList@VSRVRecord@PDNS@@@@8 @52127 NONAME ??_R1A@?0A@A@?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @52128 NONAME ??_R1A@?0A@A@?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @52129 NONAME ??_R1A@?0A@A@?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @52130 NONAME ??_R1A@?0A@A@?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @50795 NONAME ??_R1A@?0A@A@?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50796 NONAME ??_R1A@?0A@A@?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50797 NONAME ??_R1A@?0A@A@?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50798 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50799 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50800 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50801 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50802 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50803 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50804 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50805 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50806 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50807 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50808 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50809 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50810 NONAME ??_R1A@?0A@A@?$Worker@VHIDPluginDeviceManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @52131 NONAME ??_R1A@?0A@A@?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50811 NONAME ??_R1A@?0A@A@?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50812 NONAME ??_R1A@?0A@A@?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50813 NONAME ??_R1A@?0A@A@?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50814 NONAME ??_R1A@?0A@A@?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50815 NONAME ??_R1A@?0A@A@?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50816 NONAME ??_R1A@?0A@A@?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50817 NONAME ??_R1A@?0A@A@?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50818 NONAME ??_R1A@?0A@A@?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50819 NONAME ??_R1A@?0A@A@?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50820 NONAME ??_R1A@?0A@A@?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50821 NONAME ??_R1A@?0A@A@?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50822 NONAME ??_R1A@?0A@A@?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50823 NONAME ??_R1A@?0A@A@?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50824 NONAME ??_R1A@?0A@A@?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50825 NONAME ??_R1A@?0A@A@?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50826 NONAME ??_R1A@?0A@A@?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@8 @52132 NONAME ??_R1A@?0A@A@?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@8 @51215 NONAME ??_R1A@?0A@A@?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@8 @51216 NONAME ??_R1A@?0A@A@AliasKey@H323PeerElement@@8 @40868 NONAME ??_R1A@?0A@A@AlternateInfo@H323Gatekeeper@@8 @40869 NONAME ??_R1A@?0A@A@ByteQueue@OpalVoipBlasterDevice@@8 @40870 NONAME ??_R1A@?0A@A@Encoder@@8 @40871 NONAME ??_R1A@?0A@A@Entry@RTP_JitterBuffer@@8 @40872 NONAME ??_R1A@?0A@A@FilterInfo@H323Codec@@8 @40874 NONAME ??_R1A@?0A@A@FullP64Decoder@@8 @40875 NONAME ??_R1A@?0A@A@G7231_File_Capability@@8 @40876 NONAME ??_R1A@?0A@A@G7231_File_Codec@@8 @40877 NONAME ??_R1A@?0A@A@GCC_AlternativeNodeID@@8 @40878 NONAME ??_R1A@?0A@A@GCC_ApplicationInvokeIndication@@8 @40879 NONAME ??_R1A@?0A@A@GCC_ApplicationInvokeSpecifier@@8 @40880 NONAME ??_R1A@?0A@A@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@8 @40881 NONAME ??_R1A@?0A@A@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@8 @40882 NONAME ??_R1A@?0A@A@GCC_ApplicationRecord@@8 @40883 NONAME ??_R1A@?0A@A@GCC_ApplicationRecord_nonCollapsingCapabilities@@8 @40884 NONAME ??_R1A@?0A@A@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@8 @40885 NONAME ??_R1A@?0A@A@GCC_ArrayOf_ApplicationInvokeSpecifier@@8 @40886 NONAME ??_R1A@?0A@A@GCC_ArrayOf_ChallengeItem@@8 @40887 NONAME ??_R1A@?0A@A@GCC_ArrayOf_ConferenceDescriptor@@8 @40888 NONAME ??_R1A@?0A@A@GCC_ArrayOf_Privilege@@8 @40889 NONAME ??_R1A@?0A@A@GCC_ArrayOf_TextString@@8 @40890 NONAME ??_R1A@?0A@A@GCC_ArrayOf_UserID@@8 @40891 NONAME ??_R1A@?0A@A@GCC_AsymmetryIndicator@@8 @40892 NONAME ??_R1A@?0A@A@GCC_CapabilityClass@@8 @40893 NONAME ??_R1A@?0A@A@GCC_CapabilityID@@8 @40894 NONAME ??_R1A@?0A@A@GCC_ChallengeItem@@8 @40895 NONAME ??_R1A@?0A@A@GCC_ChallengeRequest@@8 @40896 NONAME ??_R1A@?0A@A@GCC_ChallengeResponse@@8 @40897 NONAME ??_R1A@?0A@A@GCC_ChallengeResponseAlgorithm@@8 @40898 NONAME ??_R1A@?0A@A@GCC_ChallengeResponseItem@@8 @40899 NONAME ??_R1A@?0A@A@GCC_ChannelID@@8 @40900 NONAME ??_R1A@?0A@A@GCC_ChannelType@@8 @40901 NONAME ??_R1A@?0A@A@GCC_ConductorAssignIndication@@8 @40902 NONAME ??_R1A@?0A@A@GCC_ConductorPermissionAskIndication@@8 @40903 NONAME ??_R1A@?0A@A@GCC_ConductorPermissionGrantIndication@@8 @40904 NONAME ??_R1A@?0A@A@GCC_ConductorReleaseIndication@@8 @40905 NONAME ??_R1A@?0A@A@GCC_ConferenceAddRequest@@8 @40906 NONAME ??_R1A@?0A@A@GCC_ConferenceAddResponse@@8 @40907 NONAME ??_R1A@?0A@A@GCC_ConferenceAddResponse_result@@8 @40908 NONAME ??_R1A@?0A@A@GCC_ConferenceAssistanceIndication@@8 @40909 NONAME ??_R1A@?0A@A@GCC_ConferenceCreateRequest@@8 @40910 NONAME ??_R1A@?0A@A@GCC_ConferenceCreateResponse@@8 @40911 NONAME ??_R1A@?0A@A@GCC_ConferenceCreateResponse_result@@8 @40912 NONAME ??_R1A@?0A@A@GCC_ConferenceDescriptor@@8 @40913 NONAME ??_R1A@?0A@A@GCC_ConferenceEjectUserIndication@@8 @40914 NONAME ??_R1A@?0A@A@GCC_ConferenceEjectUserIndication_reason@@8 @40915 NONAME ??_R1A@?0A@A@GCC_ConferenceEjectUserRequest@@8 @40916 NONAME ??_R1A@?0A@A@GCC_ConferenceEjectUserRequest_reason@@8 @40917 NONAME ??_R1A@?0A@A@GCC_ConferenceEjectUserResponse@@8 @40918 NONAME ??_R1A@?0A@A@GCC_ConferenceEjectUserResponse_result@@8 @40919 NONAME ??_R1A@?0A@A@GCC_ConferenceInviteRequest@@8 @40920 NONAME ??_R1A@?0A@A@GCC_ConferenceInviteResponse@@8 @40921 NONAME ??_R1A@?0A@A@GCC_ConferenceInviteResponse_result@@8 @40922 NONAME ??_R1A@?0A@A@GCC_ConferenceJoinRequest@@8 @40923 NONAME ??_R1A@?0A@A@GCC_ConferenceJoinResponse@@8 @40924 NONAME ??_R1A@?0A@A@GCC_ConferenceJoinResponse_result@@8 @40925 NONAME ??_R1A@?0A@A@GCC_ConferenceLockIndication@@8 @40926 NONAME ??_R1A@?0A@A@GCC_ConferenceLockRequest@@8 @40927 NONAME ??_R1A@?0A@A@GCC_ConferenceLockResponse@@8 @40928 NONAME ??_R1A@?0A@A@GCC_ConferenceLockResponse_result@@8 @40929 NONAME ??_R1A@?0A@A@GCC_ConferenceName@@8 @40930 NONAME ??_R1A@?0A@A@GCC_ConferenceNameModifier@@8 @40931 NONAME ??_R1A@?0A@A@GCC_ConferenceNameSelector@@8 @40932 NONAME ??_R1A@?0A@A@GCC_ConferencePriority@@8 @40933 NONAME ??_R1A@?0A@A@GCC_ConferencePriorityScheme@@8 @40934 NONAME ??_R1A@?0A@A@GCC_ConferenceQueryRequest@@8 @40935 NONAME ??_R1A@?0A@A@GCC_ConferenceQueryResponse@@8 @40936 NONAME ??_R1A@?0A@A@GCC_ConferenceQueryResponse_result@@8 @40937 NONAME ??_R1A@?0A@A@GCC_ConferenceTerminateIndication@@8 @40938 NONAME ??_R1A@?0A@A@GCC_ConferenceTerminateIndication_reason@@8 @40939 NONAME ??_R1A@?0A@A@GCC_ConferenceTerminateRequest@@8 @40940 NONAME ??_R1A@?0A@A@GCC_ConferenceTerminateRequest_reason@@8 @40941 NONAME ??_R1A@?0A@A@GCC_ConferenceTerminateResponse@@8 @40942 NONAME ??_R1A@?0A@A@GCC_ConferenceTerminateResponse_result@@8 @40943 NONAME ??_R1A@?0A@A@GCC_ConferenceTimeExtendIndication@@8 @40944 NONAME ??_R1A@?0A@A@GCC_ConferenceTimeInquireIndication@@8 @40945 NONAME ??_R1A@?0A@A@GCC_ConferenceTimeRemainingIndication@@8 @40946 NONAME ??_R1A@?0A@A@GCC_ConferenceTransferIndication@@8 @40947 NONAME ??_R1A@?0A@A@GCC_ConferenceTransferRequest@@8 @40948 NONAME ??_R1A@?0A@A@GCC_ConferenceTransferResponse@@8 @40949 NONAME ??_R1A@?0A@A@GCC_ConferenceTransferResponse_result@@8 @40950 NONAME ??_R1A@?0A@A@GCC_ConferenceUnlockIndication@@8 @40951 NONAME ??_R1A@?0A@A@GCC_ConferenceUnlockRequest@@8 @40952 NONAME ??_R1A@?0A@A@GCC_ConferenceUnlockResponse@@8 @40953 NONAME ??_R1A@?0A@A@GCC_ConferenceUnlockResponse_result@@8 @40954 NONAME ??_R1A@?0A@A@GCC_ConnectData@@8 @40955 NONAME ??_R1A@?0A@A@GCC_ConnectGCCPDU@@8 @40956 NONAME ??_R1A@?0A@A@GCC_DialingString@@8 @40957 NONAME ??_R1A@?0A@A@GCC_DynamicChannelID@@8 @40958 NONAME ??_R1A@?0A@A@GCC_DynamicTokenID@@8 @40959 NONAME ??_R1A@?0A@A@GCC_EntityID@@8 @40960 NONAME ??_R1A@?0A@A@GCC_ExtraDialingString@@8 @40961 NONAME ??_R1A@?0A@A@GCC_FunctionNotSupportedResponse@@8 @40962 NONAME ??_R1A@?0A@A@GCC_GCCPDU@@8 @40963 NONAME ??_R1A@?0A@A@GCC_H221NonStandardIdentifier@@8 @40964 NONAME ??_R1A@?0A@A@GCC_Handle@@8 @40965 NONAME ??_R1A@?0A@A@GCC_IndicationPDU@@8 @40966 NONAME ??_R1A@?0A@A@GCC_Key@@8 @40967 NONAME ??_R1A@?0A@A@GCC_NetworkAddress@@8 @40968 NONAME ??_R1A@?0A@A@GCC_NetworkAddress_subtype@@8 @40969 NONAME ??_R1A@?0A@A@GCC_NetworkAddress_subtype_aggregatedChannel@@8 @40970 NONAME ??_R1A@?0A@A@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@8 @40971 NONAME ??_R1A@?0A@A@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@8 @40972 NONAME ??_R1A@?0A@A@GCC_NetworkAddress_subtype_transportConnection@@8 @40973 NONAME ??_R1A@?0A@A@GCC_NodeProperties@@8 @40974 NONAME ??_R1A@?0A@A@GCC_NodeRecord@@8 @40975 NONAME ??_R1A@?0A@A@GCC_NodeType@@8 @40976 NONAME ??_R1A@?0A@A@GCC_NonStandardParameter@@8 @40977 NONAME ??_R1A@?0A@A@GCC_NonStandardPDU@@8 @40978 NONAME ??_R1A@?0A@A@GCC_Password@@8 @40979 NONAME ??_R1A@?0A@A@GCC_PasswordChallengeRequestResponse@@8 @40980 NONAME ??_R1A@?0A@A@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@8 @40981 NONAME ??_R1A@?0A@A@GCC_PasswordSelector@@8 @40982 NONAME ??_R1A@?0A@A@GCC_Privilege@@8 @40983 NONAME ??_R1A@?0A@A@GCC_RegistryAllocateHandleRequest@@8 @40984 NONAME ??_R1A@?0A@A@GCC_RegistryAllocateHandleResponse@@8 @40985 NONAME ??_R1A@?0A@A@GCC_RegistryAllocateHandleResponse_result@@8 @40986 NONAME ??_R1A@?0A@A@GCC_RegistryAssignTokenRequest@@8 @40987 NONAME ??_R1A@?0A@A@GCC_RegistryDeleteEntryRequest@@8 @40988 NONAME ??_R1A@?0A@A@GCC_RegistryEntryOwner@@8 @40989 NONAME ??_R1A@?0A@A@GCC_RegistryEntryOwner_owned@@8 @40990 NONAME ??_R1A@?0A@A@GCC_RegistryItem@@8 @40991 NONAME ??_R1A@?0A@A@GCC_RegistryKey@@8 @40992 NONAME ??_R1A@?0A@A@GCC_RegistryModificationRights@@8 @40993 NONAME ??_R1A@?0A@A@GCC_RegistryMonitorEntryIndication@@8 @40994 NONAME ??_R1A@?0A@A@GCC_RegistryMonitorEntryRequest@@8 @40995 NONAME ??_R1A@?0A@A@GCC_RegistryRegisterChannelRequest@@8 @40996 NONAME ??_R1A@?0A@A@GCC_RegistryResponse@@8 @40997 NONAME ??_R1A@?0A@A@GCC_RegistryResponse_primitiveType@@8 @40998 NONAME ??_R1A@?0A@A@GCC_RegistryResponse_result@@8 @40999 NONAME ??_R1A@?0A@A@GCC_RegistryRetrieveEntryRequest@@8 @41000 NONAME ??_R1A@?0A@A@GCC_RegistrySetParameterRequest@@8 @41001 NONAME ??_R1A@?0A@A@GCC_RequestPDU@@8 @41002 NONAME ??_R1A@?0A@A@GCC_ResponsePDU@@8 @41003 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication@@8 @41004 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation@@8 @41005 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype@@8 @41006 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@8 @41007 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@8 @41008 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@8 @41009 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@8 @41010 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@8 @41011 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@8 @41012 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@8 @41013 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@8 @41014 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@8 @41015 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation@@8 @41016 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@8 @41017 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@8 @41018 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@8 @41019 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@8 @41020 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@8 @41021 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@8 @41022 NONAME ??_R1A@?0A@A@GCC_SessionKey@@8 @41023 NONAME ??_R1A@?0A@A@GCC_SimpleNumericString@@8 @41024 NONAME ??_R1A@?0A@A@GCC_SimpleTextString@@8 @41025 NONAME ??_R1A@?0A@A@GCC_StaticChannelID@@8 @41026 NONAME ??_R1A@?0A@A@GCC_StaticTokenID@@8 @41027 NONAME ??_R1A@?0A@A@GCC_SubAddressString@@8 @41028 NONAME ??_R1A@?0A@A@GCC_TerminationMethod@@8 @41029 NONAME ??_R1A@?0A@A@GCC_TextMessageIndication@@8 @41030 NONAME ??_R1A@?0A@A@GCC_TextString@@8 @41031 NONAME ??_R1A@?0A@A@GCC_Time@@8 @41032 NONAME ??_R1A@?0A@A@GCC_TokenID@@8 @41033 NONAME ??_R1A@?0A@A@GCC_UserData@@8 @41034 NONAME ??_R1A@?0A@A@GCC_UserData_subtype@@8 @41035 NONAME ??_R1A@?0A@A@GCC_UserID@@8 @41036 NONAME ??_R1A@?0A@A@GCC_UserIDIndication@@8 @41037 NONAME ??_R1A@?0A@A@H225CallThread@@8 @41038 NONAME ??_R1A@?0A@A@H225TransportThread@@8 @41039 NONAME ??_R1A@?0A@A@H225_AddressPattern@@8 @41040 NONAME ??_R1A@?0A@A@H225_AddressPattern_range@@8 @41041 NONAME ??_R1A@?0A@A@H225_AdmissionConfirm@@8 @41042 NONAME ??_R1A@?0A@A@H225_AdmissionConfirm_language@@8 @41043 NONAME ??_R1A@?0A@A@H225_AdmissionReject@@8 @41044 NONAME ??_R1A@?0A@A@H225_AdmissionRejectReason@@8 @41045 NONAME ??_R1A@?0A@A@H225_AdmissionRequest@@8 @41046 NONAME ??_R1A@?0A@A@H225_Alerting_UUIE@@8 @41047 NONAME ??_R1A@?0A@A@H225_AliasAddress@@8 @41048 NONAME ??_R1A@?0A@A@H225_AlternateGK@@8 @41049 NONAME ??_R1A@?0A@A@H225_AlternateTransportAddresses@@8 @41050 NONAME ??_R1A@?0A@A@H225_AltGKInfo@@8 @41051 NONAME ??_R1A@?0A@A@H225_ANSI_41_UIM@@8 @41052 NONAME ??_R1A@?0A@A@H225_ANSI_41_UIM_system_id@@8 @41053 NONAME ??_R1A@?0A@A@H225_ArrayOf_AddressPattern@@8 @41054 NONAME ??_R1A@?0A@A@H225_ArrayOf_AdmissionConfirm@@8 @41055 NONAME ??_R1A@?0A@A@H225_ArrayOf_AliasAddress@@8 @41056 NONAME ??_R1A@?0A@A@H225_ArrayOf_AlternateGK@@8 @41057 NONAME ??_R1A@?0A@A@H225_ArrayOf_AuthenticationMechanism@@8 @41058 NONAME ??_R1A@?0A@A@H225_ArrayOf_BandwidthDetails@@8 @41059 NONAME ??_R1A@?0A@A@H225_ArrayOf_CallReferenceValue@@8 @41060 NONAME ??_R1A@?0A@A@H225_ArrayOf_CallsAvailable@@8 @41061 NONAME ??_R1A@?0A@A@H225_ArrayOf_ClearToken@@8 @41062 NONAME ??_R1A@?0A@A@H225_ArrayOf_ConferenceIdentifier@@8 @41063 NONAME ??_R1A@?0A@A@H225_ArrayOf_ConferenceList@@8 @41064 NONAME ??_R1A@?0A@A@H225_ArrayOf_CryptoH323Token@@8 @41065 NONAME ??_R1A@?0A@A@H225_ArrayOf_DataRate@@8 @41066 NONAME ??_R1A@?0A@A@H225_ArrayOf_Endpoint@@8 @41067 NONAME ??_R1A@?0A@A@H225_ArrayOf_EnumeratedParameter@@8 @41068 NONAME ??_R1A@?0A@A@H225_ArrayOf_ExtendedAliasAddress@@8 @41069 NONAME ??_R1A@?0A@A@H225_ArrayOf_FeatureDescriptor@@8 @41070 NONAME ??_R1A@?0A@A@H225_ArrayOf_GenericData@@8 @41071 NONAME ??_R1A@?0A@A@H225_ArrayOf_H245Security@@8 @41072 NONAME ??_R1A@?0A@A@H225_ArrayOf_H248PackagesDescriptor@@8 @41073 NONAME ??_R1A@?0A@A@H225_ArrayOf_IntegrityMechanism@@8 @41074 NONAME ??_R1A@?0A@A@H225_ArrayOf_NonStandardParameter@@8 @41075 NONAME ??_R1A@?0A@A@H225_ArrayOf_PartyNumber@@8 @41076 NONAME ??_R1A@?0A@A@H225_ArrayOf_PASN_ObjectId@@8 @41077 NONAME ??_R1A@?0A@A@H225_ArrayOf_PASN_OctetString@@8 @41078 NONAME ??_R1A@?0A@A@H225_ArrayOf_RasUsageSpecification@@8 @41079 NONAME ??_R1A@?0A@A@H225_ArrayOf_RTPSession@@8 @41080 NONAME ??_R1A@?0A@A@H225_ArrayOf_ServiceControlSession@@8 @41081 NONAME ??_R1A@?0A@A@H225_ArrayOf_SupportedPrefix@@8 @41082 NONAME ??_R1A@?0A@A@H225_ArrayOf_SupportedProtocols@@8 @41083 NONAME ??_R1A@?0A@A@H225_ArrayOf_TransportAddress@@8 @41084 NONAME ??_R1A@?0A@A@H225_ArrayOf_TransportChannelInfo@@8 @41085 NONAME ??_R1A@?0A@A@H225_ArrayOf_TunnelledProtocol@@8 @41086 NONAME ??_R1A@?0A@A@H225_BandRejectReason@@8 @41087 NONAME ??_R1A@?0A@A@H225_BandWidth@@8 @41088 NONAME ??_R1A@?0A@A@H225_BandwidthConfirm@@8 @41089 NONAME ??_R1A@?0A@A@H225_BandwidthDetails@@8 @41090 NONAME ??_R1A@?0A@A@H225_BandwidthReject@@8 @41091 NONAME ??_R1A@?0A@A@H225_BandwidthRequest@@8 @41092 NONAME ??_R1A@?0A@A@H225_CallCapacity@@8 @41093 NONAME ??_R1A@?0A@A@H225_CallCapacityInfo@@8 @41094 NONAME ??_R1A@?0A@A@H225_CallCreditCapability@@8 @41095 NONAME ??_R1A@?0A@A@H225_CallCreditServiceControl@@8 @41096 NONAME ??_R1A@?0A@A@H225_CallCreditServiceControl_billingMode@@8 @41097 NONAME ??_R1A@?0A@A@H225_CallCreditServiceControl_callStartingPoint@@8 @41098 NONAME ??_R1A@?0A@A@H225_CallIdentifier@@8 @41099 NONAME ??_R1A@?0A@A@H225_CallLinkage@@8 @41100 NONAME ??_R1A@?0A@A@H225_CallModel@@8 @41101 NONAME ??_R1A@?0A@A@H225_CallProceeding_UUIE@@8 @41102 NONAME ??_R1A@?0A@A@H225_CallReferenceValue@@8 @41103 NONAME ??_R1A@?0A@A@H225_CallsAvailable@@8 @41104 NONAME ??_R1A@?0A@A@H225_CallTerminationCause@@8 @41105 NONAME ??_R1A@?0A@A@H225_CallType@@8 @41106 NONAME ??_R1A@?0A@A@H225_CapacityReportingCapability@@8 @41107 NONAME ??_R1A@?0A@A@H225_CapacityReportingSpecification@@8 @41108 NONAME ??_R1A@?0A@A@H225_CapacityReportingSpecification_when@@8 @41109 NONAME ??_R1A@?0A@A@H225_CarrierInfo@@8 @41110 NONAME ??_R1A@?0A@A@H225_CicInfo@@8 @41111 NONAME ??_R1A@?0A@A@H225_CicInfo_cic@@8 @41112 NONAME ??_R1A@?0A@A@H225_CircuitIdentifier@@8 @41113 NONAME ??_R1A@?0A@A@H225_CircuitInfo@@8 @41114 NONAME ??_R1A@?0A@A@H225_ConferenceIdentifier@@8 @41115 NONAME ??_R1A@?0A@A@H225_ConferenceList@@8 @41116 NONAME ??_R1A@?0A@A@H225_Connect_UUIE@@8 @41117 NONAME ??_R1A@?0A@A@H225_Connect_UUIE_language@@8 @41118 NONAME ??_R1A@?0A@A@H225_Content@@8 @41119 NONAME ??_R1A@?0A@A@H225_CryptoH323Token@@8 @41120 NONAME ??_R1A@?0A@A@H225_CryptoH323Token_cryptoEPPwdHash@@8 @41121 NONAME ??_R1A@?0A@A@H225_CryptoH323Token_cryptoGKPwdHash@@8 @41122 NONAME ??_R1A@?0A@A@H225_DataRate@@8 @41123 NONAME ??_R1A@?0A@A@H225_DisengageConfirm@@8 @41124 NONAME ??_R1A@?0A@A@H225_DisengageReason@@8 @41125 NONAME ??_R1A@?0A@A@H225_DisengageReject@@8 @41126 NONAME ??_R1A@?0A@A@H225_DisengageRejectReason@@8 @41127 NONAME ??_R1A@?0A@A@H225_DisengageRequest@@8 @41128 NONAME ??_R1A@?0A@A@H225_EncodedFastStartToken@@8 @41129 NONAME ??_R1A@?0A@A@H225_EncryptIntAlg@@8 @41130 NONAME ??_R1A@?0A@A@H225_Endpoint@@8 @41131 NONAME ??_R1A@?0A@A@H225_EndpointIdentifier@@8 @41132 NONAME ??_R1A@?0A@A@H225_EndpointType@@8 @41133 NONAME ??_R1A@?0A@A@H225_EnumeratedParameter@@8 @41134 NONAME ??_R1A@?0A@A@H225_ExtendedAliasAddress@@8 @41135 NONAME ??_R1A@?0A@A@H225_FacilityReason@@8 @41136 NONAME ??_R1A@?0A@A@H225_Facility_UUIE@@8 @41137 NONAME ??_R1A@?0A@A@H225_FastStartToken@@8 @41138 NONAME ??_R1A@?0A@A@H225_FeatureDescriptor@@8 @41139 NONAME ??_R1A@?0A@A@H225_FeatureSet@@8 @41140 NONAME ??_R1A@?0A@A@H225_GatekeeperConfirm@@8 @41141 NONAME ??_R1A@?0A@A@H225_GatekeeperIdentifier@@8 @41142 NONAME ??_R1A@?0A@A@H225_GatekeeperInfo@@8 @41143 NONAME ??_R1A@?0A@A@H225_GatekeeperReject@@8 @41144 NONAME ??_R1A@?0A@A@H225_GatekeeperRejectReason@@8 @41145 NONAME ??_R1A@?0A@A@H225_GatekeeperRequest@@8 @41146 NONAME ??_R1A@?0A@A@H225_GatewayInfo@@8 @41147 NONAME ??_R1A@?0A@A@H225_GenericData@@8 @41148 NONAME ??_R1A@?0A@A@H225_GenericIdentifier@@8 @41149 NONAME ??_R1A@?0A@A@H225_GloballyUniqueID@@8 @41150 NONAME ??_R1A@?0A@A@H225_GroupID@@8 @41151 NONAME ??_R1A@?0A@A@H225_GroupID_member@@8 @41152 NONAME ??_R1A@?0A@A@H225_GSM_UIM@@8 @41153 NONAME ??_R1A@?0A@A@H225_H221NonStandard@@8 @41154 NONAME ??_R1A@?0A@A@H225_H245Security@@8 @41155 NONAME ??_R1A@?0A@A@H225_H248PackagesDescriptor@@8 @41156 NONAME ??_R1A@?0A@A@H225_H248SignalsDescriptor@@8 @41157 NONAME ??_R1A@?0A@A@H225_H310Caps@@8 @41158 NONAME ??_R1A@?0A@A@H225_H320Caps@@8 @41159 NONAME ??_R1A@?0A@A@H225_H321Caps@@8 @41160 NONAME ??_R1A@?0A@A@H225_H322Caps@@8 @41161 NONAME ??_R1A@?0A@A@H225_H323Caps@@8 @41162 NONAME ??_R1A@?0A@A@H225_H323_UserInformation@@8 @41163 NONAME ??_R1A@?0A@A@H225_H323_UserInformation_user_data@@8 @41164 NONAME ??_R1A@?0A@A@H225_H323_UU_PDU@@8 @41165 NONAME ??_R1A@?0A@A@H225_H323_UU_PDU_h323_message_body@@8 @41166 NONAME ??_R1A@?0A@A@H225_H323_UU_PDU_tunnelledSignallingMessage@@8 @41167 NONAME ??_R1A@?0A@A@H225_H324Caps@@8 @41168 NONAME ??_R1A@?0A@A@H225_ICV@@8 @41169 NONAME ??_R1A@?0A@A@H225_InfoRequest@@8 @41170 NONAME ??_R1A@?0A@A@H225_InfoRequestAck@@8 @41171 NONAME ??_R1A@?0A@A@H225_InfoRequestNak@@8 @41172 NONAME ??_R1A@?0A@A@H225_InfoRequestNakReason@@8 @41173 NONAME ??_R1A@?0A@A@H225_InfoRequestResponse@@8 @41174 NONAME ??_R1A@?0A@A@H225_InfoRequestResponseStatus@@8 @41175 NONAME ??_R1A@?0A@A@H225_InfoRequestResponse_perCallInfo@@8 @41176 NONAME ??_R1A@?0A@A@H225_InfoRequestResponse_perCallInfo_subtype@@8 @41177 NONAME ??_R1A@?0A@A@H225_InfoRequestResponse_perCallInfo_subtype_pdu@@8 @41178 NONAME ??_R1A@?0A@A@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@8 @41179 NONAME ??_R1A@?0A@A@H225_Information_UUIE@@8 @41180 NONAME ??_R1A@?0A@A@H225_IntegrityMechanism@@8 @41181 NONAME ??_R1A@?0A@A@H225_LocationConfirm@@8 @41182 NONAME ??_R1A@?0A@A@H225_LocationReject@@8 @41183 NONAME ??_R1A@?0A@A@H225_LocationRejectReason@@8 @41184 NONAME ??_R1A@?0A@A@H225_LocationRequest@@8 @41185 NONAME ??_R1A@?0A@A@H225_McuInfo@@8 @41186 NONAME ??_R1A@?0A@A@H225_MobileUIM@@8 @41187 NONAME ??_R1A@?0A@A@H225_NonIsoIntegrityMechanism@@8 @41188 NONAME ??_R1A@?0A@A@H225_NonStandardIdentifier@@8 @41189 NONAME ??_R1A@?0A@A@H225_NonStandardMessage@@8 @41190 NONAME ??_R1A@?0A@A@H225_NonStandardParameter@@8 @41191 NONAME ??_R1A@?0A@A@H225_NonStandardProtocol@@8 @41192 NONAME ??_R1A@?0A@A@H225_Notify_UUIE@@8 @41193 NONAME ??_R1A@?0A@A@H225_NumberDigits@@8 @41194 NONAME ??_R1A@?0A@A@H225_PartyNumber@@8 @41195 NONAME ??_R1A@?0A@A@H225_PresentationIndicator@@8 @41196 NONAME ??_R1A@?0A@A@H225_PrivatePartyNumber@@8 @41197 NONAME ??_R1A@?0A@A@H225_PrivateTypeOfNumber@@8 @41198 NONAME ??_R1A@?0A@A@H225_Progress_UUIE@@8 @41199 NONAME ??_R1A@?0A@A@H225_ProtocolIdentifier@@8 @41200 NONAME ??_R1A@?0A@A@H225_PublicPartyNumber@@8 @41201 NONAME ??_R1A@?0A@A@H225_PublicTypeOfNumber@@8 @41202 NONAME ??_R1A@?0A@A@H225_Q954Details@@8 @41203 NONAME ??_R1A@?0A@A@H225_QseriesOptions@@8 @41204 NONAME ??_R1A@?0A@A@H225_RAS@@8 @41205 NONAME ??_R1A@?0A@A@H225_RasMessage@@8 @41206 NONAME ??_R1A@?0A@A@H225_RasUsageInformation@@8 @41207 NONAME ??_R1A@?0A@A@H225_RasUsageInfoTypes@@8 @41208 NONAME ??_R1A@?0A@A@H225_RasUsageSpecification@@8 @41209 NONAME ??_R1A@?0A@A@H225_RasUsageSpecification_callStartingPoint@@8 @41210 NONAME ??_R1A@?0A@A@H225_RasUsageSpecification_when@@8 @41211 NONAME ??_R1A@?0A@A@H225_RegistrationConfirm@@8 @41212 NONAME ??_R1A@?0A@A@H225_RegistrationConfirm_preGrantedARQ@@8 @41213 NONAME ??_R1A@?0A@A@H225_RegistrationReject@@8 @41214 NONAME ??_R1A@?0A@A@H225_RegistrationRejectReason@@8 @41215 NONAME ??_R1A@?0A@A@H225_RegistrationRejectReason_invalidTerminalAliases@@8 @41216 NONAME ??_R1A@?0A@A@H225_RegistrationRequest@@8 @41217 NONAME ??_R1A@?0A@A@H225_ReleaseCompleteReason@@8 @41218 NONAME ??_R1A@?0A@A@H225_ReleaseComplete_UUIE@@8 @41219 NONAME ??_R1A@?0A@A@H225_RequestInProgress@@8 @41220 NONAME ??_R1A@?0A@A@H225_RequestSeqNum@@8 @41221 NONAME ??_R1A@?0A@A@H225_ResourcesAvailableConfirm@@8 @41222 NONAME ??_R1A@?0A@A@H225_ResourcesAvailableIndicate@@8 @41223 NONAME ??_R1A@?0A@A@H225_RTPSession@@8 @41224 NONAME ??_R1A@?0A@A@H225_RTPSession_associatedSessionIds@@8 @41225 NONAME ??_R1A@?0A@A@H225_ScnConnectionAggregation@@8 @41226 NONAME ??_R1A@?0A@A@H225_ScnConnectionType@@8 @41227 NONAME ??_R1A@?0A@A@H225_ScreeningIndicator@@8 @41228 NONAME ??_R1A@?0A@A@H225_SecurityCapabilities@@8 @41229 NONAME ??_R1A@?0A@A@H225_SecurityErrors2@@8 @41230 NONAME ??_R1A@?0A@A@H225_SecurityErrors@@8 @41231 NONAME ??_R1A@?0A@A@H225_SecurityServiceMode@@8 @41232 NONAME ??_R1A@?0A@A@H225_ServiceControlDescriptor@@8 @41233 NONAME ??_R1A@?0A@A@H225_ServiceControlIndication@@8 @41234 NONAME ??_R1A@?0A@A@H225_ServiceControlIndication_callSpecific@@8 @41235 NONAME ??_R1A@?0A@A@H225_ServiceControlResponse@@8 @41236 NONAME ??_R1A@?0A@A@H225_ServiceControlResponse_result@@8 @41237 NONAME ??_R1A@?0A@A@H225_ServiceControlSession@@8 @41238 NONAME ??_R1A@?0A@A@H225_ServiceControlSession_reason@@8 @41239 NONAME ??_R1A@?0A@A@H225_SetupAcknowledge_UUIE@@8 @41240 NONAME ??_R1A@?0A@A@H225_Setup_UUIE@@8 @41241 NONAME ??_R1A@?0A@A@H225_Setup_UUIE_conferenceGoal@@8 @41242 NONAME ??_R1A@?0A@A@H225_Setup_UUIE_connectionParameters@@8 @41243 NONAME ??_R1A@?0A@A@H225_Setup_UUIE_language@@8 @41244 NONAME ??_R1A@?0A@A@H225_SIPCaps@@8 @41245 NONAME ??_R1A@?0A@A@H225_StatusInquiry_UUIE@@8 @41246 NONAME ??_R1A@?0A@A@H225_Status_UUIE@@8 @41247 NONAME ??_R1A@?0A@A@H225_StimulusControl@@8 @41248 NONAME ??_R1A@?0A@A@H225_SupportedPrefix@@8 @41249 NONAME ??_R1A@?0A@A@H225_SupportedProtocols@@8 @41250 NONAME ??_R1A@?0A@A@H225_T120OnlyCaps@@8 @41251 NONAME ??_R1A@?0A@A@H225_T38FaxAnnexbOnlyCaps@@8 @41252 NONAME ??_R1A@?0A@A@H225_TBCD_STRING@@8 @41253 NONAME ??_R1A@?0A@A@H225_TerminalInfo@@8 @41254 NONAME ??_R1A@?0A@A@H225_TimeToLive@@8 @41255 NONAME ??_R1A@?0A@A@H225_TransportAddress@@8 @41256 NONAME ??_R1A@?0A@A@H225_TransportAddress_ip6Address@@8 @41257 NONAME ??_R1A@?0A@A@H225_TransportAddress_ipAddress@@8 @41258 NONAME ??_R1A@?0A@A@H225_TransportAddress_ipSourceRoute@@8 @41259 NONAME ??_R1A@?0A@A@H225_TransportAddress_ipSourceRoute_route@@8 @41260 NONAME ??_R1A@?0A@A@H225_TransportAddress_ipSourceRoute_routing@@8 @41261 NONAME ??_R1A@?0A@A@H225_TransportAddress_ipxAddress@@8 @41262 NONAME ??_R1A@?0A@A@H225_TransportChannelInfo@@8 @41263 NONAME ??_R1A@?0A@A@H225_TransportQOS@@8 @41264 NONAME ??_R1A@?0A@A@H225_TunnelledProtocol@@8 @41265 NONAME ??_R1A@?0A@A@H225_TunnelledProtocolAlternateIdentifier@@8 @41266 NONAME ??_R1A@?0A@A@H225_TunnelledProtocol_id@@8 @41267 NONAME ??_R1A@?0A@A@H225_UnknownMessageResponse@@8 @41268 NONAME ??_R1A@?0A@A@H225_UnregistrationConfirm@@8 @41269 NONAME ??_R1A@?0A@A@H225_UnregistrationReject@@8 @41270 NONAME ??_R1A@?0A@A@H225_UnregistrationRequest@@8 @41271 NONAME ??_R1A@?0A@A@H225_UnregRejectReason@@8 @41272 NONAME ??_R1A@?0A@A@H225_UnregRequestReason@@8 @41273 NONAME ??_R1A@?0A@A@H225_UseSpecifiedTransport@@8 @41274 NONAME ??_R1A@?0A@A@H225_UUIEsRequested@@8 @41275 NONAME ??_R1A@?0A@A@H225_VendorIdentifier@@8 @41276 NONAME ??_R1A@?0A@A@H225_VoiceCaps@@8 @41277 NONAME ??_R1A@?0A@A@H235AuthCAT@@8 @41278 NONAME ??_R1A@?0A@A@H235Authenticator@@8 @41279 NONAME ??_R1A@?0A@A@H235Authenticators@@8 @41280 NONAME ??_R1A@?0A@A@H235AuthProcedure1@@8 @41281 NONAME ??_R1A@?0A@A@H235AuthSimpleMD5@@8 @41282 NONAME ??_R1A@?0A@A@H235_AuthenticationBES@@8 @41283 NONAME ??_R1A@?0A@A@H235_AuthenticationMechanism@@8 @41284 NONAME ??_R1A@?0A@A@H235_ChallengeString@@8 @41285 NONAME ??_R1A@?0A@A@H235_ClearToken@@8 @41286 NONAME ??_R1A@?0A@A@H235_CryptoToken@@8 @41287 NONAME ??_R1A@?0A@A@H235_CryptoToken_cryptoEncryptedToken@@8 @41288 NONAME ??_R1A@?0A@A@H235_CryptoToken_cryptoHashedToken@@8 @41289 NONAME ??_R1A@?0A@A@H235_CryptoToken_cryptoSignedToken@@8 @41290 NONAME ??_R1A@?0A@A@H235_DHset@@8 @41291 NONAME ??_R1A@?0A@A@H235_ECGDSASignature@@8 @41292 NONAME ??_R1A@?0A@A@H235_ECKASDH@@8 @41293 NONAME ??_R1A@?0A@A@H235_ECKASDH_eckasdh2@@8 @41294 NONAME ??_R1A@?0A@A@H235_ECKASDH_eckasdhp@@8 @41295 NONAME ??_R1A@?0A@A@H235_ECpoint@@8 @41296 NONAME ??_R1A@?0A@A@H235_EncodedGeneralToken@@8 @41297 NONAME ??_R1A@?0A@A@H235_EncodedKeySignedMaterial@@8 @41298 NONAME ??_R1A@?0A@A@H235_EncodedKeySyncMaterial@@8 @41299 NONAME ??_R1A@?0A@A@H235_EncodedPwdCertToken@@8 @41300 NONAME ??_R1A@?0A@A@H235_EncodedReturnSig@@8 @41301 NONAME ??_R1A@?0A@A@H235_H235CertificateSignature@@8 @41302 NONAME ??_R1A@?0A@A@H235_H235Key@@8 @41303 NONAME ??_R1A@?0A@A@H235_Identifier@@8 @41304 NONAME ??_R1A@?0A@A@H235_IV16@@8 @41305 NONAME ??_R1A@?0A@A@H235_IV8@@8 @41306 NONAME ??_R1A@?0A@A@H235_KeyMaterial@@8 @41307 NONAME ??_R1A@?0A@A@H235_KeySignedMaterial@@8 @41308 NONAME ??_R1A@?0A@A@H235_KeySyncMaterial@@8 @41309 NONAME ??_R1A@?0A@A@H235_NonStandardParameter@@8 @41310 NONAME ??_R1A@?0A@A@H235_Params@@8 @41311 NONAME ??_R1A@?0A@A@H235_Password@@8 @41312 NONAME ??_R1A@?0A@A@H235_PwdCertToken@@8 @41313 NONAME ??_R1A@?0A@A@H235_RandomVal@@8 @41314 NONAME ??_R1A@?0A@A@H235_ReturnSig@@8 @41315 NONAME ??_R1A@?0A@A@H235_TimeStamp@@8 @41316 NONAME ??_R1A@?0A@A@H235_TypedCertificate@@8 @41317 NONAME ??_R1A@?0A@A@H235_V3KeySyncMaterial@@8 @41318 NONAME ??_R1A@?0A@A@H245NegLogicalChannel@@8 @41319 NONAME ??_R1A@?0A@A@H245NegLogicalChannels@@8 @41320 NONAME ??_R1A@?0A@A@H245NegMasterSlaveDetermination@@8 @41321 NONAME ??_R1A@?0A@A@H245Negotiator@@8 @41322 NONAME ??_R1A@?0A@A@H245NegRequestMode@@8 @41323 NONAME ??_R1A@?0A@A@H245NegRoundTripDelay@@8 @41324 NONAME ??_R1A@?0A@A@H245NegTerminalCapabilitySet@@8 @41325 NONAME ??_R1A@?0A@A@H245TransportThread@@8 @41326 NONAME ??_R1A@?0A@A@H245_AlternativeCapabilitySet@@8 @41327 NONAME ??_R1A@?0A@A@H245_ArrayOf_AlternativeCapabilitySet@@8 @41328 NONAME ??_R1A@?0A@A@H245_ArrayOf_BEnhancementParameters@@8 @41329 NONAME ??_R1A@?0A@A@H245_ArrayOf_CapabilityDescriptor@@8 @41330 NONAME ??_R1A@?0A@A@H245_ArrayOf_CapabilityDescriptorNumber@@8 @41331 NONAME ??_R1A@?0A@A@H245_ArrayOf_CapabilityTableEntry@@8 @41332 NONAME ??_R1A@?0A@A@H245_ArrayOf_CapabilityTableEntryNumber@@8 @41333 NONAME ??_R1A@?0A@A@H245_ArrayOf_CommunicationModeTableEntry@@8 @41334 NONAME ??_R1A@?0A@A@H245_ArrayOf_CustomPictureClockFrequency@@8 @41335 NONAME ??_R1A@?0A@A@H245_ArrayOf_CustomPictureFormat@@8 @41336 NONAME ??_R1A@?0A@A@H245_ArrayOf_DataApplicationCapability@@8 @41337 NONAME ??_R1A@?0A@A@H245_ArrayOf_DialingInformationNetworkType@@8 @41338 NONAME ??_R1A@?0A@A@H245_ArrayOf_DialingInformationNumber@@8 @41339 NONAME ??_R1A@?0A@A@H245_ArrayOf_EnhancementOptions@@8 @41340 NONAME ??_R1A@?0A@A@H245_ArrayOf_EscrowData@@8 @41341 NONAME ??_R1A@?0A@A@H245_ArrayOf_GenericCapability@@8 @52133 NONAME ??_R1A@?0A@A@H245_ArrayOf_GenericParameter@@8 @41342 NONAME ??_R1A@?0A@A@H245_ArrayOf_H263ModeComboFlags@@8 @41343 NONAME ??_R1A@?0A@A@H245_ArrayOf_H263VideoModeCombos@@8 @41344 NONAME ??_R1A@?0A@A@H245_ArrayOf_MediaChannelCapability@@8 @41345 NONAME ??_R1A@?0A@A@H245_ArrayOf_MediaDistributionCapability@@8 @41346 NONAME ??_R1A@?0A@A@H245_ArrayOf_ModeDescription@@8 @41347 NONAME ??_R1A@?0A@A@H245_ArrayOf_MultiplePayloadStreamElement@@8 @41348 NONAME ??_R1A@?0A@A@H245_ArrayOf_MultiplePayloadStreamElementMode@@8 @41349 NONAME ??_R1A@?0A@A@H245_ArrayOf_MultiplexElement@@8 @41350 NONAME ??_R1A@?0A@A@H245_ArrayOf_MultiplexEntryDescriptor@@8 @41351 NONAME ??_R1A@?0A@A@H245_ArrayOf_MultiplexEntryRejectionDescriptions@@8 @41352 NONAME ??_R1A@?0A@A@H245_ArrayOf_MultiplexTableEntryNumber@@8 @41353 NONAME ??_R1A@?0A@A@H245_ArrayOf_NonStandardParameter@@8 @41354 NONAME ??_R1A@?0A@A@H245_ArrayOf_ParameterIdentifier@@8 @41355 NONAME ??_R1A@?0A@A@H245_ArrayOf_PictureReference@@8 @41356 NONAME ??_R1A@?0A@A@H245_ArrayOf_Q2931Address@@8 @41357 NONAME ??_R1A@?0A@A@H245_ArrayOf_QOSCapability@@8 @41358 NONAME ??_R1A@?0A@A@H245_ArrayOf_RedundancyEncodingCapability@@8 @41359 NONAME ??_R1A@?0A@A@H245_ArrayOf_RedundancyEncodingDTModeElement@@8 @41360 NONAME ??_R1A@?0A@A@H245_ArrayOf_RedundancyEncodingElement@@8 @41361 NONAME ??_R1A@?0A@A@H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@8 @41362 NONAME ??_R1A@?0A@A@H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@8 @41363 NONAME ??_R1A@?0A@A@H245_ArrayOf_RTPPayloadType@@8 @41364 NONAME ??_R1A@?0A@A@H245_ArrayOf_TerminalInformation@@8 @41365 NONAME ??_R1A@?0A@A@H245_ArrayOf_TerminalLabel@@8 @41366 NONAME ??_R1A@?0A@A@H245_ArrayOf_VCCapability@@8 @41367 NONAME ??_R1A@?0A@A@H245_ArrayOf_VideoCapability@@8 @52134 NONAME ??_R1A@?0A@A@H245_ATMParameters@@8 @41368 NONAME ??_R1A@?0A@A@H245_AudioCapability@@8 @41369 NONAME ??_R1A@?0A@A@H245_AudioCapability_g7231@@8 @41370 NONAME ??_R1A@?0A@A@H245_AudioMode@@8 @41371 NONAME ??_R1A@?0A@A@H245_AudioMode_g7231@@8 @41372 NONAME ??_R1A@?0A@A@H245_AudioTelephonyEventCapability@@8 @41373 NONAME ??_R1A@?0A@A@H245_AudioToneCapability@@8 @41374 NONAME ??_R1A@?0A@A@H245_AuthenticationCapability@@8 @41375 NONAME ??_R1A@?0A@A@H245_BEnhancementParameters@@8 @41376 NONAME ??_R1A@?0A@A@H245_Capability@@8 @41377 NONAME ??_R1A@?0A@A@H245_CapabilityDescriptor@@8 @41378 NONAME ??_R1A@?0A@A@H245_CapabilityDescriptorNumber@@8 @41379 NONAME ??_R1A@?0A@A@H245_CapabilityIdentifier@@8 @41380 NONAME ??_R1A@?0A@A@H245_CapabilityTableEntry@@8 @41381 NONAME ??_R1A@?0A@A@H245_CapabilityTableEntryNumber@@8 @41382 NONAME ??_R1A@?0A@A@H245_Capability_h233EncryptionReceiveCapability@@8 @41383 NONAME ??_R1A@?0A@A@H245_CertSelectionCriteria@@8 @41384 NONAME ??_R1A@?0A@A@H245_CloseLogicalChannel@@8 @41385 NONAME ??_R1A@?0A@A@H245_CloseLogicalChannelAck@@8 @41386 NONAME ??_R1A@?0A@A@H245_CloseLogicalChannel_reason@@8 @41387 NONAME ??_R1A@?0A@A@H245_CloseLogicalChannel_source@@8 @41388 NONAME ??_R1A@?0A@A@H245_CommandMessage@@8 @41389 NONAME ??_R1A@?0A@A@H245_CommunicationModeCommand@@8 @41390 NONAME ??_R1A@?0A@A@H245_CommunicationModeRequest@@8 @41391 NONAME ??_R1A@?0A@A@H245_CommunicationModeResponse@@8 @41392 NONAME ??_R1A@?0A@A@H245_CommunicationModeTableEntry@@8 @41393 NONAME ??_R1A@?0A@A@H245_CommunicationModeTableEntry_dataType@@8 @41394 NONAME ??_R1A@?0A@A@H245_CompressionType@@8 @41395 NONAME ??_R1A@?0A@A@H245_ConferenceCapability@@8 @41396 NONAME ??_R1A@?0A@A@H245_ConferenceCommand@@8 @41397 NONAME ??_R1A@?0A@A@H245_ConferenceID@@8 @41398 NONAME ??_R1A@?0A@A@H245_ConferenceIndication@@8 @41399 NONAME ??_R1A@?0A@A@H245_ConferenceRequest@@8 @41400 NONAME ??_R1A@?0A@A@H245_ConferenceRequest_requestTerminalCertificate@@8 @41401 NONAME ??_R1A@?0A@A@H245_ConferenceResponse@@8 @41402 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@8 @41403 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_chairTokenOwnerResponse@@8 @41404 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_conferenceIDResponse@@8 @41405 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_extensionAddressResponse@@8 @41406 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_makeMeChairResponse@@8 @41407 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_makeTerminalBroadcasterResponse@@8 @41408 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_mCTerminalIDResponse@@8 @41409 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_passwordResponse@@8 @41410 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_sendThisSourceResponse@@8 @41411 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_terminalCertificateResponse@@8 @41412 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_terminalIDResponse@@8 @41413 NONAME ??_R1A@?0A@A@H245_ConnectionIdentifier@@8 @41414 NONAME ??_R1A@?0A@A@H245_CRCLength@@8 @41415 NONAME ??_R1A@?0A@A@H245_Criteria@@8 @41416 NONAME ??_R1A@?0A@A@H245_CustomPictureClockFrequency@@8 @41417 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat@@8 @41418 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_mPI@@8 @41419 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_mPI_customPCF@@8 @41420 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_mPI_customPCF_subtype@@8 @41421 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_pixelAspectInformation@@8 @41422 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@8 @41423 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@8 @41424 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@8 @41425 NONAME ??_R1A@?0A@A@H245_DataApplicationCapability@@8 @41426 NONAME ??_R1A@?0A@A@H245_DataApplicationCapability_application@@8 @41427 NONAME ??_R1A@?0A@A@H245_DataApplicationCapability_application_nlpid@@8 @41428 NONAME ??_R1A@?0A@A@H245_DataApplicationCapability_application_t38fax@@8 @41429 NONAME ??_R1A@?0A@A@H245_DataApplicationCapability_application_t84@@8 @41430 NONAME ??_R1A@?0A@A@H245_DataMode@@8 @41431 NONAME ??_R1A@?0A@A@H245_DataMode_application@@8 @41432 NONAME ??_R1A@?0A@A@H245_DataMode_application_nlpid@@8 @41433 NONAME ??_R1A@?0A@A@H245_DataMode_application_t38fax@@8 @41434 NONAME ??_R1A@?0A@A@H245_DataProtocolCapability@@8 @41435 NONAME ??_R1A@?0A@A@H245_DataProtocolCapability_v76wCompression@@8 @41436 NONAME ??_R1A@?0A@A@H245_DataType@@8 @41437 NONAME ??_R1A@?0A@A@H245_DepFECCapability@@8 @52135 NONAME ??_R1A@?0A@A@H245_DepFECCapability_rfc2733@@8 @52136 NONAME ??_R1A@?0A@A@H245_DepFECCapability_rfc2733_separateStream@@8 @52137 NONAME ??_R1A@?0A@A@H245_DepFECData@@8 @52138 NONAME ??_R1A@?0A@A@H245_DepFECData_rfc2733@@8 @52139 NONAME ??_R1A@?0A@A@H245_DepFECData_rfc2733_mode@@8 @52140 NONAME ??_R1A@?0A@A@H245_DepFECData_rfc2733_mode_separateStream@@8 @52141 NONAME ??_R1A@?0A@A@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@8 @52142 NONAME ??_R1A@?0A@A@H245_DepFECData_rfc2733_mode_separateStream_samePort@@8 @52143 NONAME ??_R1A@?0A@A@H245_DepFECMode@@8 @52144 NONAME ??_R1A@?0A@A@H245_DepFECMode_rfc2733Mode@@8 @52145 NONAME ??_R1A@?0A@A@H245_DepFECMode_rfc2733Mode_mode@@8 @52146 NONAME ??_R1A@?0A@A@H245_DepFECMode_rfc2733Mode_mode_separateStream@@8 @52147 NONAME ??_R1A@?0A@A@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@8 @52148 NONAME ??_R1A@?0A@A@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@8 @52149 NONAME ??_R1A@?0A@A@H245_DialingInformation@@8 @41438 NONAME ??_R1A@?0A@A@H245_DialingInformationNetworkType@@8 @41439 NONAME ??_R1A@?0A@A@H245_DialingInformationNumber@@8 @41440 NONAME ??_R1A@?0A@A@H245_EncryptionAuthenticationAndIntegrity@@8 @41441 NONAME ??_R1A@?0A@A@H245_EncryptionCapability@@8 @41442 NONAME ??_R1A@?0A@A@H245_EncryptionCommand@@8 @41443 NONAME ??_R1A@?0A@A@H245_EncryptionCommand_encryptionAlgorithmID@@8 @41444 NONAME ??_R1A@?0A@A@H245_EncryptionMode@@8 @41445 NONAME ??_R1A@?0A@A@H245_EncryptionSync@@8 @41446 NONAME ??_R1A@?0A@A@H245_EncryptionUpdateDirection@@8 @52150 NONAME ??_R1A@?0A@A@H245_EncryptionUpdateRequest@@8 @41447 NONAME ??_R1A@?0A@A@H245_EndSessionCommand@@8 @41448 NONAME ??_R1A@?0A@A@H245_EndSessionCommand_gstnOptions@@8 @41449 NONAME ??_R1A@?0A@A@H245_EndSessionCommand_isdnOptions@@8 @41450 NONAME ??_R1A@?0A@A@H245_EnhancementLayerInfo@@8 @41451 NONAME ??_R1A@?0A@A@H245_EnhancementOptions@@8 @41452 NONAME ??_R1A@?0A@A@H245_EscrowData@@8 @41453 NONAME ??_R1A@?0A@A@H245_ExtendedVideoCapability@@8 @52151 NONAME ??_R1A@?0A@A@H245_FECCapability@@8 @41454 NONAME ??_R1A@?0A@A@H245_FECCapability_rfc2733Format@@8 @52152 NONAME ??_R1A@?0A@A@H245_FECData@@8 @41457 NONAME ??_R1A@?0A@A@H245_FECData_rfc2733@@8 @41458 NONAME ??_R1A@?0A@A@H245_FECData_rfc2733_pktMode@@8 @52153 NONAME ??_R1A@?0A@A@H245_FECData_rfc2733_pktMode_rfc2733diffport@@8 @52154 NONAME ??_R1A@?0A@A@H245_FECData_rfc2733_pktMode_rfc2733sameport@@8 @52155 NONAME ??_R1A@?0A@A@H245_FECMode@@8 @41463 NONAME ??_R1A@?0A@A@H245_FECMode_rfc2733Format@@8 @52156 NONAME ??_R1A@?0A@A@H245_FlowControlCommand@@8 @41469 NONAME ??_R1A@?0A@A@H245_FlowControlCommand_restriction@@8 @41470 NONAME ??_R1A@?0A@A@H245_FlowControlCommand_scope@@8 @41471 NONAME ??_R1A@?0A@A@H245_FlowControlIndication@@8 @41472 NONAME ??_R1A@?0A@A@H245_FlowControlIndication_restriction@@8 @41473 NONAME ??_R1A@?0A@A@H245_FlowControlIndication_scope@@8 @41474 NONAME ??_R1A@?0A@A@H245_FunctionNotSupported@@8 @41475 NONAME ??_R1A@?0A@A@H245_FunctionNotSupported_cause@@8 @41476 NONAME ??_R1A@?0A@A@H245_FunctionNotUnderstood@@8 @41477 NONAME ??_R1A@?0A@A@H245_G7231AnnexCCapability@@8 @41478 NONAME ??_R1A@?0A@A@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@8 @41479 NONAME ??_R1A@?0A@A@H245_G7231AnnexCMode@@8 @41480 NONAME ??_R1A@?0A@A@H245_G7231AnnexCMode_g723AnnexCAudioMode@@8 @41481 NONAME ??_R1A@?0A@A@H245_G729Extensions@@8 @41482 NONAME ??_R1A@?0A@A@H245_GenericCapability@@8 @41483 NONAME ??_R1A@?0A@A@H245_GenericMessage@@8 @52157 NONAME ??_R1A@?0A@A@H245_GenericParameter@@8 @41484 NONAME ??_R1A@?0A@A@H245_GSMAudioCapability@@8 @41485 NONAME ??_R1A@?0A@A@H245_H222Capability@@8 @41486 NONAME ??_R1A@?0A@A@H245_H222LogicalChannelParameters@@8 @41487 NONAME ??_R1A@?0A@A@H245_H223AL1MParameters@@8 @41488 NONAME ??_R1A@?0A@A@H245_H223AL1MParameters_arqType@@8 @41489 NONAME ??_R1A@?0A@A@H245_H223AL1MParameters_crcLength@@8 @41490 NONAME ??_R1A@?0A@A@H245_H223AL1MParameters_headerFEC@@8 @41491 NONAME ??_R1A@?0A@A@H245_H223AL1MParameters_transferMode@@8 @41492 NONAME ??_R1A@?0A@A@H245_H223AL2MParameters@@8 @41493 NONAME ??_R1A@?0A@A@H245_H223AL2MParameters_headerFEC@@8 @41494 NONAME ??_R1A@?0A@A@H245_H223AL3MParameters@@8 @41495 NONAME ??_R1A@?0A@A@H245_H223AL3MParameters_arqType@@8 @41496 NONAME ??_R1A@?0A@A@H245_H223AL3MParameters_crcLength@@8 @41497 NONAME ??_R1A@?0A@A@H245_H223AL3MParameters_headerFormat@@8 @41498 NONAME ??_R1A@?0A@A@H245_H223AnnexCArqParameters@@8 @41499 NONAME ??_R1A@?0A@A@H245_H223AnnexCArqParameters_numberOfRetransmissions@@8 @41500 NONAME ??_R1A@?0A@A@H245_H223AnnexCCapability@@8 @41501 NONAME ??_R1A@?0A@A@H245_H223Capability@@8 @41502 NONAME ??_R1A@?0A@A@H245_H223Capability_h223MultiplexTableCapability@@8 @41503 NONAME ??_R1A@?0A@A@H245_H223Capability_h223MultiplexTableCapability_enhanced@@8 @41504 NONAME ??_R1A@?0A@A@H245_H223Capability_mobileMultilinkFrameCapability@@8 @41505 NONAME ??_R1A@?0A@A@H245_H223Capability_mobileOperationTransmitCapability@@8 @41506 NONAME ??_R1A@?0A@A@H245_H223LogicalChannelParameters@@8 @41507 NONAME ??_R1A@?0A@A@H245_H223LogicalChannelParameters_adaptationLayerType@@8 @41508 NONAME ??_R1A@?0A@A@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@8 @41509 NONAME ??_R1A@?0A@A@H245_H223ModeParameters@@8 @41510 NONAME ??_R1A@?0A@A@H245_H223ModeParameters_adaptationLayerType@@8 @41511 NONAME ??_R1A@?0A@A@H245_H223ModeParameters_adaptationLayerType_al3@@8 @41512 NONAME ??_R1A@?0A@A@H245_H223MultiplexReconfiguration@@8 @41513 NONAME ??_R1A@?0A@A@H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@8 @41514 NONAME ??_R1A@?0A@A@H245_H223MultiplexReconfiguration_h223ModeChange@@8 @41515 NONAME ??_R1A@?0A@A@H245_H223SkewIndication@@8 @41516 NONAME ??_R1A@?0A@A@H245_H2250Capability@@8 @41517 NONAME ??_R1A@?0A@A@H245_H2250Capability_mcCapability@@8 @41518 NONAME ??_R1A@?0A@A@H245_H2250LogicalChannelAckParameters@@8 @41519 NONAME ??_R1A@?0A@A@H245_H2250LogicalChannelParameters@@8 @41520 NONAME ??_R1A@?0A@A@H245_H2250LogicalChannelParameters_mediaPacketization@@8 @41521 NONAME ??_R1A@?0A@A@H245_H2250MaximumSkewIndication@@8 @41522 NONAME ??_R1A@?0A@A@H245_H2250ModeParameters@@8 @41523 NONAME ??_R1A@?0A@A@H245_H235Media@@8 @41524 NONAME ??_R1A@?0A@A@H245_H235Media_mediaType@@8 @41525 NONAME ??_R1A@?0A@A@H245_H235Mode@@8 @41526 NONAME ??_R1A@?0A@A@H245_H235Mode_mediaMode@@8 @41527 NONAME ??_R1A@?0A@A@H245_H235SecurityCapability@@8 @41528 NONAME ??_R1A@?0A@A@H245_H261VideoCapability@@8 @41529 NONAME ??_R1A@?0A@A@H245_H261VideoMode@@8 @41530 NONAME ??_R1A@?0A@A@H245_H261VideoMode_resolution@@8 @41531 NONAME ??_R1A@?0A@A@H245_H262VideoCapability@@8 @41532 NONAME ??_R1A@?0A@A@H245_H262VideoMode@@8 @41533 NONAME ??_R1A@?0A@A@H245_H262VideoMode_profileAndLevel@@8 @41534 NONAME ??_R1A@?0A@A@H245_H263ModeComboFlags@@8 @41535 NONAME ??_R1A@?0A@A@H245_H263Options@@8 @41536 NONAME ??_R1A@?0A@A@H245_H263Version3Options@@8 @41537 NONAME ??_R1A@?0A@A@H245_H263VideoCapability@@8 @41538 NONAME ??_R1A@?0A@A@H245_H263VideoMode@@8 @41539 NONAME ??_R1A@?0A@A@H245_H263VideoModeCombos@@8 @41540 NONAME ??_R1A@?0A@A@H245_H263VideoMode_resolution@@8 @41541 NONAME ??_R1A@?0A@A@H245_IndicationMessage@@8 @41542 NONAME ??_R1A@?0A@A@H245_IntegrityCapability@@8 @41543 NONAME ??_R1A@?0A@A@H245_IS11172AudioCapability@@8 @41544 NONAME ??_R1A@?0A@A@H245_IS11172AudioMode@@8 @41545 NONAME ??_R1A@?0A@A@H245_IS11172AudioMode_audioLayer@@8 @41546 NONAME ??_R1A@?0A@A@H245_IS11172AudioMode_audioSampling@@8 @41547 NONAME ??_R1A@?0A@A@H245_IS11172AudioMode_multichannelType@@8 @41548 NONAME ??_R1A@?0A@A@H245_IS11172VideoCapability@@8 @41549 NONAME ??_R1A@?0A@A@H245_IS11172VideoMode@@8 @41550 NONAME ??_R1A@?0A@A@H245_IS13818AudioCapability@@8 @41551 NONAME ??_R1A@?0A@A@H245_IS13818AudioMode@@8 @41552 NONAME ??_R1A@?0A@A@H245_IS13818AudioMode_audioLayer@@8 @41553 NONAME ??_R1A@?0A@A@H245_IS13818AudioMode_audioSampling@@8 @41554 NONAME ??_R1A@?0A@A@H245_IS13818AudioMode_multichannelType@@8 @41555 NONAME ??_R1A@?0A@A@H245_IV16@@8 @52158 NONAME ??_R1A@?0A@A@H245_IV8@@8 @52159 NONAME ??_R1A@?0A@A@H245_JitterIndication@@8 @41556 NONAME ??_R1A@?0A@A@H245_JitterIndication_scope@@8 @41557 NONAME ??_R1A@?0A@A@H245_KeyProtectionMethod@@8 @41558 NONAME ??_R1A@?0A@A@H245_LogicalChannelNumber@@8 @41559 NONAME ??_R1A@?0A@A@H245_LogicalChannelRateAcknowledge@@8 @41560 NONAME ??_R1A@?0A@A@H245_LogicalChannelRateReject@@8 @41561 NONAME ??_R1A@?0A@A@H245_LogicalChannelRateRejectReason@@8 @41562 NONAME ??_R1A@?0A@A@H245_LogicalChannelRateRelease@@8 @41563 NONAME ??_R1A@?0A@A@H245_LogicalChannelRateRequest@@8 @41564 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopAck@@8 @41565 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopAck_type@@8 @41566 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopOffCommand@@8 @41567 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopReject@@8 @41568 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopReject_cause@@8 @41569 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopReject_type@@8 @41570 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopRequest@@8 @41571 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopRequest_type@@8 @41572 NONAME ??_R1A@?0A@A@H245_MasterSlaveDetermination@@8 @41573 NONAME ??_R1A@?0A@A@H245_MasterSlaveDeterminationAck@@8 @41574 NONAME ??_R1A@?0A@A@H245_MasterSlaveDeterminationAck_decision@@8 @41575 NONAME ??_R1A@?0A@A@H245_MasterSlaveDeterminationReject@@8 @41576 NONAME ??_R1A@?0A@A@H245_MasterSlaveDeterminationReject_cause@@8 @41577 NONAME ??_R1A@?0A@A@H245_MasterSlaveDeterminationRelease@@8 @41578 NONAME ??_R1A@?0A@A@H245_MaximumBitRate@@8 @41579 NONAME ??_R1A@?0A@A@H245_MaxRedundancy@@8 @52160 NONAME ??_R1A@?0A@A@H245_MCLocationIndication@@8 @41580 NONAME ??_R1A@?0A@A@H245_McuNumber@@8 @41581 NONAME ??_R1A@?0A@A@H245_MediaChannelCapability@@8 @41582 NONAME ??_R1A@?0A@A@H245_MediaDistributionCapability@@8 @41583 NONAME ??_R1A@?0A@A@H245_MediaEncryptionAlgorithm@@8 @41584 NONAME ??_R1A@?0A@A@H245_MediaPacketizationCapability@@8 @41585 NONAME ??_R1A@?0A@A@H245_MediaTransportType@@8 @41586 NONAME ??_R1A@?0A@A@H245_MediaTransportType_atm_AAL5_compressed@@8 @41587 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand@@8 @41588 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type@@8 @41589 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_encryptionUpdateAck@@8 @52161 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@8 @52162 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_lostPartialPicture@@8 @41590 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_progressiveRefinementStart@@8 @41591 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@8 @41592 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_videoBadMBs@@8 @41593 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@8 @41594 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_videoFastUpdateMB@@8 @41595 NONAME ??_R1A@?0A@A@H245_MiscellaneousIndication@@8 @41596 NONAME ??_R1A@?0A@A@H245_MiscellaneousIndication_type@@8 @41597 NONAME ??_R1A@?0A@A@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@8 @41598 NONAME ??_R1A@?0A@A@H245_MobileMultilinkReconfigurationCommand@@8 @41599 NONAME ??_R1A@?0A@A@H245_MobileMultilinkReconfigurationCommand_status@@8 @41600 NONAME ??_R1A@?0A@A@H245_MobileMultilinkReconfigurationIndication@@8 @41601 NONAME ??_R1A@?0A@A@H245_ModeDescription@@8 @41602 NONAME ??_R1A@?0A@A@H245_ModeElement@@8 @41603 NONAME ??_R1A@?0A@A@H245_ModeElementType@@8 @41604 NONAME ??_R1A@?0A@A@H245_MulticastAddress@@8 @41605 NONAME ??_R1A@?0A@A@H245_MulticastAddress_iP6Address@@8 @41606 NONAME ??_R1A@?0A@A@H245_MulticastAddress_iPAddress@@8 @41607 NONAME ??_R1A@?0A@A@H245_MultilinkIndication@@8 @41608 NONAME ??_R1A@?0A@A@H245_MultilinkIndication_crcDesired@@8 @41609 NONAME ??_R1A@?0A@A@H245_MultilinkIndication_excessiveError@@8 @41610 NONAME ??_R1A@?0A@A@H245_MultilinkRequest@@8 @41611 NONAME ??_R1A@?0A@A@H245_MultilinkRequest_addConnection@@8 @41612 NONAME ??_R1A@?0A@A@H245_MultilinkRequest_callInformation@@8 @41613 NONAME ??_R1A@?0A@A@H245_MultilinkRequest_maximumHeaderInterval@@8 @41614 NONAME ??_R1A@?0A@A@H245_MultilinkRequest_maximumHeaderInterval_requestType@@8 @41615 NONAME ??_R1A@?0A@A@H245_MultilinkRequest_removeConnection@@8 @41616 NONAME ??_R1A@?0A@A@H245_MultilinkResponse@@8 @41617 NONAME ??_R1A@?0A@A@H245_MultilinkResponse_addConnection@@8 @41618 NONAME ??_R1A@?0A@A@H245_MultilinkResponse_addConnection_responseCode@@8 @41619 NONAME ??_R1A@?0A@A@H245_MultilinkResponse_addConnection_responseCode_rejected@@8 @41620 NONAME ??_R1A@?0A@A@H245_MultilinkResponse_callInformation@@8 @41621 NONAME ??_R1A@?0A@A@H245_MultilinkResponse_maximumHeaderInterval@@8 @41622 NONAME ??_R1A@?0A@A@H245_MultilinkResponse_removeConnection@@8 @41623 NONAME ??_R1A@?0A@A@H245_MultimediaSystemControlMessage@@8 @41624 NONAME ??_R1A@?0A@A@H245_MultiplePayloadStream@@8 @41625 NONAME ??_R1A@?0A@A@H245_MultiplePayloadStreamCapability@@8 @41626 NONAME ??_R1A@?0A@A@H245_MultiplePayloadStreamElement@@8 @41627 NONAME ??_R1A@?0A@A@H245_MultiplePayloadStreamElementMode@@8 @41628 NONAME ??_R1A@?0A@A@H245_MultiplePayloadStreamMode@@8 @41629 NONAME ??_R1A@?0A@A@H245_MultiplexCapability@@8 @41630 NONAME ??_R1A@?0A@A@H245_MultiplexedStreamCapability@@8 @41631 NONAME ??_R1A@?0A@A@H245_MultiplexedStreamModeParameters@@8 @41632 NONAME ??_R1A@?0A@A@H245_MultiplexedStreamParameter@@8 @41633 NONAME ??_R1A@?0A@A@H245_MultiplexElement@@8 @41634 NONAME ??_R1A@?0A@A@H245_MultiplexElement_repeatCount@@8 @41635 NONAME ??_R1A@?0A@A@H245_MultiplexElement_type@@8 @41636 NONAME ??_R1A@?0A@A@H245_MultiplexEntryDescriptor@@8 @41637 NONAME ??_R1A@?0A@A@H245_MultiplexEntryRejectionDescriptions@@8 @41638 NONAME ??_R1A@?0A@A@H245_MultiplexEntryRejectionDescriptions_cause@@8 @41639 NONAME ??_R1A@?0A@A@H245_MultiplexEntrySend@@8 @41640 NONAME ??_R1A@?0A@A@H245_MultiplexEntrySendAck@@8 @41641 NONAME ??_R1A@?0A@A@H245_MultiplexEntrySendReject@@8 @41642 NONAME ??_R1A@?0A@A@H245_MultiplexEntrySendRelease@@8 @41643 NONAME ??_R1A@?0A@A@H245_MultiplexFormat@@8 @41644 NONAME ??_R1A@?0A@A@H245_MultiplexTableEntryNumber@@8 @41645 NONAME ??_R1A@?0A@A@H245_MultipointCapability@@8 @41646 NONAME ??_R1A@?0A@A@H245_NetworkAccessParameters@@8 @41647 NONAME ??_R1A@?0A@A@H245_NetworkAccessParameters_distribution@@8 @41648 NONAME ??_R1A@?0A@A@H245_NetworkAccessParameters_networkAddress@@8 @41649 NONAME ??_R1A@?0A@A@H245_NetworkAccessParameters_t120SetupProcedure@@8 @41650 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand@@8 @41651 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_aal@@8 @41652 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_aal_aal1@@8 @41653 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_aal_aal1_clockRecovery@@8 @41654 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_aal_aal1_errorCorrection@@8 @41655 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_aal_aal5@@8 @41656 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_multiplex@@8 @41657 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_reverseParameters@@8 @41658 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_reverseParameters_multiplex@@8 @41659 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication@@8 @41660 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_aal@@8 @41661 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_aal_aal1@@8 @41662 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_aal_aal1_clockRecovery@@8 @41663 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_aal_aal1_errorCorrection@@8 @41664 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_aal_aal5@@8 @41665 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_multiplex@@8 @41666 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_reverseParameters@@8 @41667 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_reverseParameters_multiplex@@8 @41668 NONAME ??_R1A@?0A@A@H245_NonStandardIdentifier@@8 @41669 NONAME ??_R1A@?0A@A@H245_NonStandardIdentifier_h221NonStandard@@8 @41670 NONAME ??_R1A@?0A@A@H245_NonStandardMessage@@8 @41671 NONAME ??_R1A@?0A@A@H245_NonStandardParameter@@8 @41672 NONAME ??_R1A@?0A@A@H245_NoPTAudioTelephonyEventCapability@@8 @41673 NONAME ??_R1A@?0A@A@H245_NoPTAudioToneCapability@@8 @41674 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannel@@8 @41675 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelAck@@8 @41676 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@8 @41677 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@8 @41678 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@8 @41679 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelConfirm@@8 @41680 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelReject@@8 @41681 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelReject_cause@@8 @41682 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@8 @41683 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@8 @41684 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@8 @41685 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@8 @41686 NONAME ??_R1A@?0A@A@H245_ParameterIdentifier@@8 @41687 NONAME ??_R1A@?0A@A@H245_ParameterValue@@8 @41688 NONAME ??_R1A@?0A@A@H245_Params@@8 @52163 NONAME ??_R1A@?0A@A@H245_Password@@8 @41689 NONAME ??_R1A@?0A@A@H245_PictureReference@@8 @41690 NONAME ??_R1A@?0A@A@H245_Q2931Address@@8 @41691 NONAME ??_R1A@?0A@A@H245_Q2931Address_address@@8 @41692 NONAME ??_R1A@?0A@A@H245_QOSCapability@@8 @41693 NONAME ??_R1A@?0A@A@H245_QOSMode@@8 @41694 NONAME ??_R1A@?0A@A@H245_RedundancyEncoding@@8 @41695 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingCapability@@8 @41696 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingDTMode@@8 @41697 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingDTModeElement@@8 @41698 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingDTModeElement_type@@8 @41699 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingElement@@8 @41700 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingMethod@@8 @41701 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingMode@@8 @41702 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingMode_secondaryEncoding@@8 @41703 NONAME ??_R1A@?0A@A@H245_RedundancyEncoding_rtpRedundancyEncoding@@8 @41704 NONAME ??_R1A@?0A@A@H245_RefPictureSelection@@8 @41705 NONAME ??_R1A@?0A@A@H245_RefPictureSelection_additionalPictureMemory@@8 @41706 NONAME ??_R1A@?0A@A@H245_RefPictureSelection_enhancedReferencePicSelect@@8 @41707 NONAME ??_R1A@?0A@A@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@8 @41708 NONAME ??_R1A@?0A@A@H245_RefPictureSelection_videoBackChannelSend@@8 @41709 NONAME ??_R1A@?0A@A@H245_RemoteMCRequest@@8 @41710 NONAME ??_R1A@?0A@A@H245_RemoteMCResponse@@8 @41711 NONAME ??_R1A@?0A@A@H245_RemoteMCResponse_reject@@8 @41712 NONAME ??_R1A@?0A@A@H245_RequestAllTerminalIDsResponse@@8 @41713 NONAME ??_R1A@?0A@A@H245_RequestChannelClose@@8 @41714 NONAME ??_R1A@?0A@A@H245_RequestChannelCloseAck@@8 @41715 NONAME ??_R1A@?0A@A@H245_RequestChannelCloseReject@@8 @41716 NONAME ??_R1A@?0A@A@H245_RequestChannelCloseReject_cause@@8 @41717 NONAME ??_R1A@?0A@A@H245_RequestChannelCloseRelease@@8 @41718 NONAME ??_R1A@?0A@A@H245_RequestChannelClose_reason@@8 @41719 NONAME ??_R1A@?0A@A@H245_RequestMessage@@8 @41720 NONAME ??_R1A@?0A@A@H245_RequestMode@@8 @41721 NONAME ??_R1A@?0A@A@H245_RequestModeAck@@8 @41722 NONAME ??_R1A@?0A@A@H245_RequestModeAck_response@@8 @41723 NONAME ??_R1A@?0A@A@H245_RequestModeReject@@8 @41724 NONAME ??_R1A@?0A@A@H245_RequestModeReject_cause@@8 @41725 NONAME ??_R1A@?0A@A@H245_RequestModeRelease@@8 @41726 NONAME ??_R1A@?0A@A@H245_RequestMultiplexEntry@@8 @41727 NONAME ??_R1A@?0A@A@H245_RequestMultiplexEntryAck@@8 @41728 NONAME ??_R1A@?0A@A@H245_RequestMultiplexEntryReject@@8 @41729 NONAME ??_R1A@?0A@A@H245_RequestMultiplexEntryRejectionDescriptions@@8 @41730 NONAME ??_R1A@?0A@A@H245_RequestMultiplexEntryRejectionDescriptions_cause@@8 @41731 NONAME ??_R1A@?0A@A@H245_RequestMultiplexEntryRelease@@8 @41732 NONAME ??_R1A@?0A@A@H245_ResponseMessage@@8 @41733 NONAME ??_R1A@?0A@A@H245_RoundTripDelayRequest@@8 @41734 NONAME ??_R1A@?0A@A@H245_RoundTripDelayResponse@@8 @41735 NONAME ??_R1A@?0A@A@H245_RSVPParameters@@8 @41736 NONAME ??_R1A@?0A@A@H245_RTPH263VideoRedundancyEncoding@@8 @41737 NONAME ??_R1A@?0A@A@H245_RTPH263VideoRedundancyEncoding_containedThreads@@8 @41738 NONAME ??_R1A@?0A@A@H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@8 @41739 NONAME ??_R1A@?0A@A@H245_RTPH263VideoRedundancyFrameMapping@@8 @41740 NONAME ??_R1A@?0A@A@H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@8 @41741 NONAME ??_R1A@?0A@A@H245_RTPPayloadType@@8 @41742 NONAME ??_R1A@?0A@A@H245_RTPPayloadType_payloadDescriptor@@8 @41743 NONAME ??_R1A@?0A@A@H245_SendTerminalCapabilitySet@@8 @41744 NONAME ??_R1A@?0A@A@H245_SendTerminalCapabilitySet_specificRequest@@8 @41745 NONAME ??_R1A@?0A@A@H245_SequenceNumber@@8 @41746 NONAME ??_R1A@?0A@A@H245_SubstituteConferenceIDCommand@@8 @41747 NONAME ??_R1A@?0A@A@H245_T38FaxProfile@@8 @41748 NONAME ??_R1A@?0A@A@H245_T38FaxRateManagement@@8 @41749 NONAME ??_R1A@?0A@A@H245_T38FaxTcpOptions@@8 @41750 NONAME ??_R1A@?0A@A@H245_T38FaxUdpOptions@@8 @41751 NONAME ??_R1A@?0A@A@H245_T38FaxUdpOptions_t38FaxUdpEC@@8 @41752 NONAME ??_R1A@?0A@A@H245_T84Profile@@8 @41753 NONAME ??_R1A@?0A@A@H245_T84Profile_t84Restricted@@8 @41754 NONAME ??_R1A@?0A@A@H245_TerminalCapabilitySet@@8 @41755 NONAME ??_R1A@?0A@A@H245_TerminalCapabilitySetAck@@8 @41756 NONAME ??_R1A@?0A@A@H245_TerminalCapabilitySetReject@@8 @41757 NONAME ??_R1A@?0A@A@H245_TerminalCapabilitySetReject_cause@@8 @41758 NONAME ??_R1A@?0A@A@H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@8 @41759 NONAME ??_R1A@?0A@A@H245_TerminalCapabilitySetRelease@@8 @41760 NONAME ??_R1A@?0A@A@H245_TerminalID@@8 @41761 NONAME ??_R1A@?0A@A@H245_TerminalInformation@@8 @41762 NONAME ??_R1A@?0A@A@H245_TerminalLabel@@8 @41763 NONAME ??_R1A@?0A@A@H245_TerminalNumber@@8 @41764 NONAME ??_R1A@?0A@A@H245_TerminalYouAreSeeingInSubPictureNumber@@8 @41765 NONAME ??_R1A@?0A@A@H245_TransparencyParameters@@8 @41766 NONAME ??_R1A@?0A@A@H245_TransportAddress@@8 @41767 NONAME ??_R1A@?0A@A@H245_TransportCapability@@8 @41768 NONAME ??_R1A@?0A@A@H245_UnicastAddress@@8 @41769 NONAME ??_R1A@?0A@A@H245_UnicastAddress_iP6Address@@8 @41770 NONAME ??_R1A@?0A@A@H245_UnicastAddress_iPAddress@@8 @41771 NONAME ??_R1A@?0A@A@H245_UnicastAddress_iPSourceRouteAddress@@8 @41772 NONAME ??_R1A@?0A@A@H245_UnicastAddress_iPSourceRouteAddress_route@@8 @41773 NONAME ??_R1A@?0A@A@H245_UnicastAddress_iPSourceRouteAddress_routing@@8 @41774 NONAME ??_R1A@?0A@A@H245_UnicastAddress_iPXAddress@@8 @41775 NONAME ??_R1A@?0A@A@H245_UserInputCapability@@8 @41776 NONAME ??_R1A@?0A@A@H245_UserInputIndication@@8 @41777 NONAME ??_R1A@?0A@A@H245_UserInputIndication_encryptedAlphanumeric@@8 @52164 NONAME ??_R1A@?0A@A@H245_UserInputIndication_extendedAlphanumeric@@8 @41778 NONAME ??_R1A@?0A@A@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@8 @52165 NONAME ??_R1A@?0A@A@H245_UserInputIndication_signal@@8 @41779 NONAME ??_R1A@?0A@A@H245_UserInputIndication_signalUpdate@@8 @41780 NONAME ??_R1A@?0A@A@H245_UserInputIndication_signalUpdate_rtp@@8 @41781 NONAME ??_R1A@?0A@A@H245_UserInputIndication_signal_rtp@@8 @41782 NONAME ??_R1A@?0A@A@H245_UserInputIndication_userInputSupportIndication@@8 @41783 NONAME ??_R1A@?0A@A@H245_V42bis@@8 @41784 NONAME ??_R1A@?0A@A@H245_V75Capability@@8 @41785 NONAME ??_R1A@?0A@A@H245_V75Parameters@@8 @41786 NONAME ??_R1A@?0A@A@H245_V76Capability@@8 @41787 NONAME ??_R1A@?0A@A@H245_V76HDLCParameters@@8 @41788 NONAME ??_R1A@?0A@A@H245_V76LogicalChannelParameters@@8 @41789 NONAME ??_R1A@?0A@A@H245_V76LogicalChannelParameters_mode@@8 @41790 NONAME ??_R1A@?0A@A@H245_V76LogicalChannelParameters_mode_eRM@@8 @41791 NONAME ??_R1A@?0A@A@H245_V76LogicalChannelParameters_mode_eRM_recovery@@8 @41792 NONAME ??_R1A@?0A@A@H245_V76LogicalChannelParameters_suspendResume@@8 @41793 NONAME ??_R1A@?0A@A@H245_V76ModeParameters@@8 @41794 NONAME ??_R1A@?0A@A@H245_VBDCapability@@8 @41795 NONAME ??_R1A@?0A@A@H245_VBDMode@@8 @41796 NONAME ??_R1A@?0A@A@H245_VCCapability@@8 @41797 NONAME ??_R1A@?0A@A@H245_VCCapability_aal1@@8 @41798 NONAME ??_R1A@?0A@A@H245_VCCapability_aal1ViaGateway@@8 @41799 NONAME ??_R1A@?0A@A@H245_VCCapability_aal5@@8 @41800 NONAME ??_R1A@?0A@A@H245_VCCapability_availableBitRates@@8 @41801 NONAME ??_R1A@?0A@A@H245_VCCapability_availableBitRates_type@@8 @41802 NONAME ??_R1A@?0A@A@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@8 @41803 NONAME ??_R1A@?0A@A@H245_VendorIdentification@@8 @41804 NONAME ??_R1A@?0A@A@H245_VideoCapability@@8 @41805 NONAME ??_R1A@?0A@A@H245_VideoIndicateCompose@@8 @41806 NONAME ??_R1A@?0A@A@H245_VideoMode@@8 @41807 NONAME ??_R1A@?0A@A@H248_ActionReply@@8 @41808 NONAME ??_R1A@?0A@A@H248_ActionRequest@@8 @41809 NONAME ??_R1A@?0A@A@H248_AmmDescriptor@@8 @41810 NONAME ??_R1A@?0A@A@H248_AmmRequest@@8 @41811 NONAME ??_R1A@?0A@A@H248_AmmsReply@@8 @41812 NONAME ??_R1A@?0A@A@H248_ArrayOf_ActionReply@@8 @41813 NONAME ??_R1A@?0A@A@H248_ArrayOf_ActionRequest@@8 @41814 NONAME ??_R1A@?0A@A@H248_ArrayOf_AmmDescriptor@@8 @41815 NONAME ??_R1A@?0A@A@H248_ArrayOf_CommandReply@@8 @41816 NONAME ??_R1A@?0A@A@H248_ArrayOf_CommandRequest@@8 @41817 NONAME ??_R1A@?0A@A@H248_ArrayOf_EventParameter@@8 @41818 NONAME ??_R1A@?0A@A@H248_ArrayOf_IndAuditParameter@@8 @41819 NONAME ??_R1A@?0A@A@H248_ArrayOf_IndAudPropertyParm@@8 @41820 NONAME ??_R1A@?0A@A@H248_ArrayOf_IndAudStreamDescriptor@@8 @41821 NONAME ??_R1A@?0A@A@H248_ArrayOf_ModemType@@8 @41822 NONAME ??_R1A@?0A@A@H248_ArrayOf_ObservedEvent@@8 @41823 NONAME ??_R1A@?0A@A@H248_ArrayOf_PASN_OctetString@@8 @41824 NONAME ??_R1A@?0A@A@H248_ArrayOf_PropertyGroup@@8 @41825 NONAME ??_R1A@?0A@A@H248_ArrayOf_PropertyParm@@8 @41826 NONAME ??_R1A@?0A@A@H248_ArrayOf_RequestedEvent@@8 @41827 NONAME ??_R1A@?0A@A@H248_ArrayOf_SecondRequestedEvent@@8 @41828 NONAME ??_R1A@?0A@A@H248_ArrayOf_Signal@@8 @41829 NONAME ??_R1A@?0A@A@H248_ArrayOf_SigParameter@@8 @41830 NONAME ??_R1A@?0A@A@H248_ArrayOf_StreamDescriptor@@8 @41831 NONAME ??_R1A@?0A@A@H248_ArrayOf_TerminationID@@8 @41832 NONAME ??_R1A@?0A@A@H248_ArrayOf_TopologyRequest@@8 @41833 NONAME ??_R1A@?0A@A@H248_ArrayOf_Transaction@@8 @41834 NONAME ??_R1A@?0A@A@H248_ArrayOf_WildcardField@@8 @41835 NONAME ??_R1A@?0A@A@H248_AuditDescriptor@@8 @41836 NONAME ??_R1A@?0A@A@H248_AuditReply@@8 @41837 NONAME ??_R1A@?0A@A@H248_AuditRequest@@8 @41838 NONAME ??_R1A@?0A@A@H248_AuditResult@@8 @41839 NONAME ??_R1A@?0A@A@H248_AuditReturnParameter@@8 @41840 NONAME ??_R1A@?0A@A@H248_AuthData@@8 @41841 NONAME ??_R1A@?0A@A@H248_AuthenticationHeader@@8 @41842 NONAME ??_R1A@?0A@A@H248_Command@@8 @41843 NONAME ??_R1A@?0A@A@H248_CommandReply@@8 @41844 NONAME ??_R1A@?0A@A@H248_CommandRequest@@8 @41845 NONAME ??_R1A@?0A@A@H248_ContextAttrAuditRequest@@8 @41846 NONAME ??_R1A@?0A@A@H248_ContextID@@8 @41847 NONAME ??_R1A@?0A@A@H248_ContextRequest@@8 @41848 NONAME ??_R1A@?0A@A@H248_DigitMapDescriptor@@8 @41849 NONAME ??_R1A@?0A@A@H248_DigitMapName@@8 @41850 NONAME ??_R1A@?0A@A@H248_DigitMapValue@@8 @41851 NONAME ??_R1A@?0A@A@H248_DomainName@@8 @41852 NONAME ??_R1A@?0A@A@H248_ErrorCode@@8 @41853 NONAME ??_R1A@?0A@A@H248_ErrorDescriptor@@8 @41854 NONAME ??_R1A@?0A@A@H248_ErrorText@@8 @41855 NONAME ??_R1A@?0A@A@H248_EventBufferControl@@8 @41856 NONAME ??_R1A@?0A@A@H248_EventBufferDescriptor@@8 @41857 NONAME ??_R1A@?0A@A@H248_EventDM@@8 @41858 NONAME ??_R1A@?0A@A@H248_EventName@@8 @41859 NONAME ??_R1A@?0A@A@H248_EventParameter@@8 @41860 NONAME ??_R1A@?0A@A@H248_EventParameter_extraInfo@@8 @41861 NONAME ??_R1A@?0A@A@H248_EventsDescriptor@@8 @41862 NONAME ??_R1A@?0A@A@H248_EventSpec@@8 @41863 NONAME ??_R1A@?0A@A@H248_H221NonStandard@@8 @41864 NONAME ??_R1A@?0A@A@H248_IndAudDigitMapDescriptor@@8 @41865 NONAME ??_R1A@?0A@A@H248_IndAudEventBufferDescriptor@@8 @41866 NONAME ??_R1A@?0A@A@H248_IndAudEventsDescriptor@@8 @41867 NONAME ??_R1A@?0A@A@H248_IndAuditParameter@@8 @41868 NONAME ??_R1A@?0A@A@H248_IndAudLocalControlDescriptor@@8 @41869 NONAME ??_R1A@?0A@A@H248_IndAudLocalRemoteDescriptor@@8 @41870 NONAME ??_R1A@?0A@A@H248_IndAudMediaDescriptor@@8 @41871 NONAME ??_R1A@?0A@A@H248_IndAudMediaDescriptor_streams@@8 @41872 NONAME ??_R1A@?0A@A@H248_IndAudPackagesDescriptor@@8 @41873 NONAME ??_R1A@?0A@A@H248_IndAudPropertyGroup@@8 @41874 NONAME ??_R1A@?0A@A@H248_IndAudPropertyParm@@8 @41875 NONAME ??_R1A@?0A@A@H248_IndAudSeqSigList@@8 @41876 NONAME ??_R1A@?0A@A@H248_IndAudSignal@@8 @41877 NONAME ??_R1A@?0A@A@H248_IndAudSignalsDescriptor@@8 @41878 NONAME ??_R1A@?0A@A@H248_IndAudStatisticsDescriptor@@8 @41879 NONAME ??_R1A@?0A@A@H248_IndAudStreamDescriptor@@8 @41880 NONAME ??_R1A@?0A@A@H248_IndAudStreamParms@@8 @41881 NONAME ??_R1A@?0A@A@H248_IndAudTerminationStateDescriptor@@8 @41882 NONAME ??_R1A@?0A@A@H248_IP4Address@@8 @41883 NONAME ??_R1A@?0A@A@H248_IP6Address@@8 @41884 NONAME ??_R1A@?0A@A@H248_LocalControlDescriptor@@8 @41885 NONAME ??_R1A@?0A@A@H248_LocalRemoteDescriptor@@8 @41886 NONAME ??_R1A@?0A@A@H248_MediaDescriptor@@8 @41887 NONAME ??_R1A@?0A@A@H248_MediaDescriptor_streams@@8 @41888 NONAME ??_R1A@?0A@A@H248_MegacoMessage@@8 @41889 NONAME ??_R1A@?0A@A@H248_Message@@8 @41890 NONAME ??_R1A@?0A@A@H248_Message_messageBody@@8 @41891 NONAME ??_R1A@?0A@A@H248_MId@@8 @41892 NONAME ??_R1A@?0A@A@H248_ModemDescriptor@@8 @41893 NONAME ??_R1A@?0A@A@H248_ModemType@@8 @41894 NONAME ??_R1A@?0A@A@H248_MuxDescriptor@@8 @41895 NONAME ??_R1A@?0A@A@H248_MuxType@@8 @41896 NONAME ??_R1A@?0A@A@H248_Name@@8 @41897 NONAME ??_R1A@?0A@A@H248_NonStandardData@@8 @41898 NONAME ??_R1A@?0A@A@H248_NonStandardIdentifier@@8 @41899 NONAME ??_R1A@?0A@A@H248_NotifyCompletion@@8 @41900 NONAME ??_R1A@?0A@A@H248_NotifyReply@@8 @41901 NONAME ??_R1A@?0A@A@H248_NotifyRequest@@8 @41902 NONAME ??_R1A@?0A@A@H248_ObservedEvent@@8 @41903 NONAME ??_R1A@?0A@A@H248_ObservedEventsDescriptor@@8 @41904 NONAME ??_R1A@?0A@A@H248_PackagesDescriptor@@8 @41905 NONAME ??_R1A@?0A@A@H248_PackagesItem@@8 @41906 NONAME ??_R1A@?0A@A@H248_PathName@@8 @41907 NONAME ??_R1A@?0A@A@H248_PkgdName@@8 @41908 NONAME ??_R1A@?0A@A@H248_PropertyGroup@@8 @41909 NONAME ??_R1A@?0A@A@H248_PropertyParm@@8 @41910 NONAME ??_R1A@?0A@A@H248_PropertyParm_extraInfo@@8 @41911 NONAME ??_R1A@?0A@A@H248_Relation@@8 @41912 NONAME ??_R1A@?0A@A@H248_RequestedActions@@8 @41913 NONAME ??_R1A@?0A@A@H248_RequestedEvent@@8 @41914 NONAME ??_R1A@?0A@A@H248_RequestID@@8 @41915 NONAME ??_R1A@?0A@A@H248_SecondEventsDescriptor@@8 @41916 NONAME ??_R1A@?0A@A@H248_SecondRequestedActions@@8 @41917 NONAME ??_R1A@?0A@A@H248_SecondRequestedEvent@@8 @41918 NONAME ??_R1A@?0A@A@H248_SecurityParmIndex@@8 @41919 NONAME ??_R1A@?0A@A@H248_SeqSigList@@8 @41920 NONAME ??_R1A@?0A@A@H248_SequenceNum@@8 @41921 NONAME ??_R1A@?0A@A@H248_ServiceChangeAddress@@8 @41922 NONAME ??_R1A@?0A@A@H248_ServiceChangeMethod@@8 @41923 NONAME ??_R1A@?0A@A@H248_ServiceChangeParm@@8 @41924 NONAME ??_R1A@?0A@A@H248_ServiceChangeProfile@@8 @41925 NONAME ??_R1A@?0A@A@H248_ServiceChangeReply@@8 @41926 NONAME ??_R1A@?0A@A@H248_ServiceChangeRequest@@8 @41927 NONAME ??_R1A@?0A@A@H248_ServiceChangeResParm@@8 @41928 NONAME ??_R1A@?0A@A@H248_ServiceChangeResult@@8 @41929 NONAME ??_R1A@?0A@A@H248_ServiceState@@8 @41930 NONAME ??_R1A@?0A@A@H248_Signal@@8 @41931 NONAME ??_R1A@?0A@A@H248_SignalName@@8 @41932 NONAME ??_R1A@?0A@A@H248_SignalRequest@@8 @41933 NONAME ??_R1A@?0A@A@H248_SignalsDescriptor@@8 @41934 NONAME ??_R1A@?0A@A@H248_SignalType@@8 @41935 NONAME ??_R1A@?0A@A@H248_SigParameter@@8 @41936 NONAME ??_R1A@?0A@A@H248_SigParameter_extraInfo@@8 @41937 NONAME ??_R1A@?0A@A@H248_StatisticsDescriptor@@8 @41938 NONAME ??_R1A@?0A@A@H248_StatisticsParameter@@8 @41939 NONAME ??_R1A@?0A@A@H248_StreamDescriptor@@8 @41940 NONAME ??_R1A@?0A@A@H248_StreamID@@8 @41941 NONAME ??_R1A@?0A@A@H248_StreamMode@@8 @41942 NONAME ??_R1A@?0A@A@H248_StreamParms@@8 @41943 NONAME ??_R1A@?0A@A@H248_SubtractRequest@@8 @41944 NONAME ??_R1A@?0A@A@H248_TerminationAudit@@8 @41945 NONAME ??_R1A@?0A@A@H248_TerminationID@@8 @41946 NONAME ??_R1A@?0A@A@H248_TerminationIDList@@8 @41947 NONAME ??_R1A@?0A@A@H248_TerminationStateDescriptor@@8 @41948 NONAME ??_R1A@?0A@A@H248_TimeNotation@@8 @41949 NONAME ??_R1A@?0A@A@H248_TopologyRequest@@8 @41950 NONAME ??_R1A@?0A@A@H248_TopologyRequest_topologyDirection@@8 @41951 NONAME ??_R1A@?0A@A@H248_Transaction@@8 @41952 NONAME ??_R1A@?0A@A@H248_TransactionAck@@8 @41953 NONAME ??_R1A@?0A@A@H248_TransactionId@@8 @41954 NONAME ??_R1A@?0A@A@H248_TransactionPending@@8 @41955 NONAME ??_R1A@?0A@A@H248_TransactionReply@@8 @41956 NONAME ??_R1A@?0A@A@H248_TransactionReply_transactionResult@@8 @41957 NONAME ??_R1A@?0A@A@H248_TransactionRequest@@8 @41958 NONAME ??_R1A@?0A@A@H248_TransactionResponseAck@@8 @41959 NONAME ??_R1A@?0A@A@H248_Value@@8 @41960 NONAME ??_R1A@?0A@A@H248_WildcardField@@8 @41961 NONAME ??_R1A@?0A@A@H261DCTEncoder@@8 @41962 NONAME ??_R1A@?0A@A@H261Encoder@@8 @41963 NONAME ??_R1A@?0A@A@H261PixelEncoder@@8 @41964 NONAME ??_R1A@?0A@A@H323AudioCapability@@8 @41967 NONAME ??_R1A@?0A@A@H323AudioCodec@@8 @41968 NONAME ??_R1A@?0A@A@H323BidirectionalChannel@@8 @41969 NONAME ??_R1A@?0A@A@H323CallCreditServiceControl@@8 @41970 NONAME ??_R1A@?0A@A@H323Capabilities@@8 @41971 NONAME ??_R1A@?0A@A@H323CapabilitiesSet@@8 @41972 NONAME ??_R1A@?0A@A@H323Capability@@8 @41973 NONAME ??_R1A@?0A@A@H323Channel@@8 @41975 NONAME ??_R1A@?0A@A@H323ChannelNumber@@8 @41976 NONAME ??_R1A@?0A@A@H323Codec@@8 @41977 NONAME ??_R1A@?0A@A@H323CodecPluginGenericAudioCapability@@8 @52166 NONAME ??_R1A@?0A@A@H323CodecPluginNonStandardAudioCapability@@8 @41980 NONAME ??_R1A@?0A@A@H323Connection@@8 @41981 NONAME ??_R1A@?0A@A@H323ConnectionsCleaner@@8 @41982 NONAME ??_R1A@?0A@A@H323ControlPDU@@8 @41983 NONAME ??_R1A@?0A@A@H323DataCapability@@8 @41984 NONAME ??_R1A@?0A@A@H323DataChannel@@8 @41985 NONAME ??_R1A@?0A@A@H323DynaLink@@8 @49667 NONAME ??_R1A@?0A@A@H323EndPoint@@8 @41986 NONAME ??_R1A@?0A@A@H323FramedAudioCodec@@8 @41987 NONAME ??_R1A@?0A@A@H323Gatekeeper@@8 @41988 NONAME ??_R1A@?0A@A@H323GatekeeperARQ@@8 @41989 NONAME ??_R1A@?0A@A@H323GatekeeperBRQ@@8 @41990 NONAME ??_R1A@?0A@A@H323GatekeeperCall@@8 @41991 NONAME ??_R1A@?0A@A@H323GatekeeperDRQ@@8 @41992 NONAME ??_R1A@?0A@A@H323GatekeeperGRQ@@8 @41993 NONAME ??_R1A@?0A@A@H323GatekeeperIRR@@8 @41994 NONAME ??_R1A@?0A@A@H323GatekeeperListener@@8 @41995 NONAME ??_R1A@?0A@A@H323GatekeeperLRQ@@8 @41996 NONAME ??_R1A@?0A@A@H323GatekeeperRequest@@8 @41997 NONAME ??_R1A@?0A@A@H323GatekeeperRRQ@@8 @41998 NONAME ??_R1A@?0A@A@H323GatekeeperServer@@8 @41999 NONAME ??_R1A@?0A@A@H323GatekeeperURQ@@8 @42000 NONAME ??_R1A@?0A@A@H323GenericAudioCapability@@8 @52167 NONAME ??_R1A@?0A@A@H323GenericCapabilityInfo@@8 @52168 NONAME ??_R1A@?0A@A@H323GenericVideoCapability@@8 @52169 NONAME ??_R1A@?0A@A@H323GSMPluginCapability@@8 @42001 NONAME ??_R1A@?0A@A@H323H248ServiceControl@@8 @42002 NONAME ??_R1A@?0A@A@H323HTTPServiceControl@@8 @42004 NONAME ??_R1A@?0A@A@H323Listener@@8 @42005 NONAME ??_R1A@?0A@A@H323ListenerTCP@@8 @42006 NONAME ??_R1A@?0A@A@H323LogicalChannelThread@@8 @42007 NONAME ??_R1A@?0A@A@H323NonStandardAudioCapability@@8 @42008 NONAME ??_R1A@?0A@A@H323NonStandardCapabilityInfo@@8 @42009 NONAME ??_R1A@?0A@A@H323NonStandardDataCapability@@8 @42010 NONAME ??_R1A@?0A@A@H323NonStandardVideoCapability@@8 @42011 NONAME ??_R1A@?0A@A@H323PeerElement@@8 @42012 NONAME ??_R1A@?0A@A@H323PeerElementDescriptor@@8 @42013 NONAME ??_R1A@?0A@A@H323PeerElementServiceRelationship@@8 @42014 NONAME ??_R1A@?0A@A@H323PluginCapability@@8 @42016 NONAME ??_R1A@?0A@A@H323PluginCodecManager@@8 @49643 NONAME ??_R1A@?0A@A@H323PluginFramedAudioCodec@@8 @49709 NONAME ??_R1A@?0A@A@H323PluginG7231Capability@@8 @42017 NONAME ??_R1A@?0A@A@H323PluginVideoCodec@@8 @42018 NONAME ??_R1A@?0A@A@H323RasPDU@@8 @42019 NONAME ??_R1A@?0A@A@H323RealTimeCapability@@8 @42020 NONAME ??_R1A@?0A@A@H323RegisteredEndPoint@@8 @42021 NONAME ??_R1A@?0A@A@H323ServiceControlSession@@8 @42022 NONAME ??_R1A@?0A@A@H323SignalPDU@@8 @42023 NONAME ??_R1A@?0A@A@H323SimultaneousCapabilities@@8 @42024 NONAME ??_R1A@?0A@A@H323StreamedAudioCodec@@8 @42025 NONAME ??_R1A@?0A@A@H323StreamedPluginAudioCodec@@8 @49710 NONAME ??_R1A@?0A@A@H323Transaction@@8 @42026 NONAME ??_R1A@?0A@A@H323TransactionPDU@@8 @42027 NONAME ??_R1A@?0A@A@H323TransactionServer@@8 @42028 NONAME ??_R1A@?0A@A@H323Transactor@@8 @42029 NONAME ??_R1A@?0A@A@H323Transport@@8 @42030 NONAME ??_R1A@?0A@A@H323TransportAddress@@8 @42031 NONAME ??_R1A@?0A@A@H323TransportAddressArray@@8 @42032 NONAME ??_R1A@?0A@A@H323TransportIP@@8 @42033 NONAME ??_R1A@?0A@A@H323TransportTCP@@8 @42034 NONAME ??_R1A@?0A@A@H323TransportUDP@@8 @42035 NONAME ??_R1A@?0A@A@H323UnidirectionalChannel@@8 @42036 NONAME ??_R1A@?0A@A@H323VideoCapability@@8 @42037 NONAME ??_R1A@?0A@A@H323VideoCodec@@8 @42038 NONAME ??_R1A@?0A@A@H323_ALawCodec@@8 @42039 NONAME ??_R1A@?0A@A@H323_AnnexG@@8 @42040 NONAME ??_R1A@?0A@A@H323_CiscoG7231aLIDCapability@@8 @42041 NONAME ??_R1A@?0A@A@H323_ExternalRTPChannel@@8 @42043 NONAME ??_R1A@?0A@A@H323_G711ALaw64Capability@@8 @50244 NONAME ??_R1A@?0A@A@H323_G711Capability@@8 @42047 NONAME ??_R1A@?0A@A@H323_G711uLaw64Capability@@8 @50245 NONAME ??_R1A@?0A@A@H323_H261Capability@@8 @42063 NONAME ??_R1A@?0A@A@H323_H261Codec@@8 @42064 NONAME ??_R1A@?0A@A@H323_LIDCapability@@8 @42067 NONAME ??_R1A@?0A@A@H323_LIDCodec@@8 @42068 NONAME ??_R1A@?0A@A@H323_LID_G711_ALaw_Capability@@8 @50246 NONAME ??_R1A@?0A@A@H323_LID_G711_uLaw_Capability@@8 @50247 NONAME ??_R1A@?0A@A@H323_LID_G7231A_5k3_Capability@@8 @50248 NONAME ??_R1A@?0A@A@H323_LID_G7231A_6k3_Capability@@8 @50249 NONAME ??_R1A@?0A@A@H323_LID_G7231_5k3_Capability@@8 @50250 NONAME ??_R1A@?0A@A@H323_LID_G7231_6k3_Capability@@8 @50251 NONAME ??_R1A@?0A@A@H323_LID_G728_Capability@@8 @50252 NONAME ??_R1A@?0A@A@H323_LID_G729AB_Capability@@8 @50253 NONAME ??_R1A@?0A@A@H323_LID_G729A_Capability@@8 @50254 NONAME ??_R1A@?0A@A@H323_LID_G729B_Capability@@8 @50255 NONAME ??_R1A@?0A@A@H323_LID_G729_Capability@@8 @50256 NONAME ??_R1A@?0A@A@H323_LID_GSM0610_Capability@@8 @50257 NONAME ??_R1A@?0A@A@H323_muLawCodec@@8 @42084 NONAME ??_R1A@?0A@A@H323_RealTimeChannel@@8 @42085 NONAME ??_R1A@?0A@A@H323_RTPChannel@@8 @42086 NONAME ??_R1A@?0A@A@H323_RTP_Session@@8 @42087 NONAME ??_R1A@?0A@A@H323_RTP_UDP@@8 @42088 NONAME ??_R1A@?0A@A@H323_T120Capability@@8 @42089 NONAME ??_R1A@?0A@A@H323_T120Channel@@8 @42090 NONAME ??_R1A@?0A@A@H323_T38Capability@@8 @42091 NONAME ??_R1A@?0A@A@H323_T38Channel@@8 @42092 NONAME ??_R1A@?0A@A@H323_T38NonStandardCapability@@8 @42093 NONAME ??_R1A@?0A@A@H323_UserInputCapability@@8 @42094 NONAME ??_R1A@?0A@A@H45010_ArrayOf_MixedExtension@@8 @42095 NONAME ??_R1A@?0A@A@H45010_CfbOvrOptArg@@8 @42096 NONAME ??_R1A@?0A@A@H45010_CoReqOptArg@@8 @42097 NONAME ??_R1A@?0A@A@H45010_H323CallOfferOperations@@8 @42098 NONAME ??_R1A@?0A@A@H45010_RUAlertOptArg@@8 @42099 NONAME ??_R1A@?0A@A@H45011Handler@@8 @42100 NONAME ??_R1A@?0A@A@H45011_ArrayOf_MixedExtension@@8 @42101 NONAME ??_R1A@?0A@A@H45011_CallIntrusionErrors@@8 @42102 NONAME ??_R1A@?0A@A@H45011_CICapabilityLevel@@8 @42103 NONAME ??_R1A@?0A@A@H45011_CIFrcRelArg@@8 @42104 NONAME ??_R1A@?0A@A@H45011_CIFrcRelOptRes@@8 @42105 NONAME ??_R1A@?0A@A@H45011_CIGetCIPLOptArg@@8 @42106 NONAME ??_R1A@?0A@A@H45011_CIGetCIPLRes@@8 @42107 NONAME ??_R1A@?0A@A@H45011_CIIsOptArg@@8 @42108 NONAME ??_R1A@?0A@A@H45011_CIIsOptRes@@8 @42109 NONAME ??_R1A@?0A@A@H45011_CINotificationArg@@8 @42110 NONAME ??_R1A@?0A@A@H45011_CIProtectionLevel@@8 @42111 NONAME ??_R1A@?0A@A@H45011_CIRequestArg@@8 @42112 NONAME ??_R1A@?0A@A@H45011_CIRequestRes@@8 @42113 NONAME ??_R1A@?0A@A@H45011_CISilentArg@@8 @42114 NONAME ??_R1A@?0A@A@H45011_CISilentOptRes@@8 @42115 NONAME ??_R1A@?0A@A@H45011_CIStatusInformation@@8 @42116 NONAME ??_R1A@?0A@A@H45011_CIWobOptArg@@8 @42117 NONAME ??_R1A@?0A@A@H45011_CIWobOptRes@@8 @42118 NONAME ??_R1A@?0A@A@H45011_H323CallIntrusionOperations@@8 @42119 NONAME ??_R1A@?0A@A@H4501_Address@@8 @42120 NONAME ??_R1A@?0A@A@H4501_AddressInformation@@8 @42121 NONAME ??_R1A@?0A@A@H4501_AddressScreened@@8 @42122 NONAME ??_R1A@?0A@A@H4501_ArrayOf_AliasAddress@@8 @42123 NONAME ??_R1A@?0A@A@H4501_ArrayOf_ROS@@8 @42124 NONAME ??_R1A@?0A@A@H4501_EndpointAddress@@8 @42125 NONAME ??_R1A@?0A@A@H4501_EntityType@@8 @42126 NONAME ??_R1A@?0A@A@H4501_Extension@@8 @42127 NONAME ??_R1A@?0A@A@H4501_GeneralErrorList@@8 @42128 NONAME ??_R1A@?0A@A@H4501_H225InformationElement@@8 @42129 NONAME ??_R1A@?0A@A@H4501_InterpretationApdu@@8 @42130 NONAME ??_R1A@?0A@A@H4501_InvokeIDs@@8 @42131 NONAME ??_R1A@?0A@A@H4501_InvokeIdSet@@8 @42132 NONAME ??_R1A@?0A@A@H4501_NetworkFacilityExtension@@8 @42133 NONAME ??_R1A@?0A@A@H4501_NSAPSubaddress@@8 @42134 NONAME ??_R1A@?0A@A@H4501_NumberScreened@@8 @42135 NONAME ??_R1A@?0A@A@H4501_PartySubaddress@@8 @42136 NONAME ??_R1A@?0A@A@H4501_PresentationAllowedIndicator@@8 @42137 NONAME ??_R1A@?0A@A@H4501_PresentedAddressScreened@@8 @42138 NONAME ??_R1A@?0A@A@H4501_PresentedAddressUnscreened@@8 @42139 NONAME ??_R1A@?0A@A@H4501_PresentedNumberScreened@@8 @42140 NONAME ??_R1A@?0A@A@H4501_PresentedNumberUnscreened@@8 @42141 NONAME ??_R1A@?0A@A@H4501_ScreeningIndicator@@8 @42142 NONAME ??_R1A@?0A@A@H4501_ServiceApdus@@8 @42143 NONAME ??_R1A@?0A@A@H4501_SubaddressInformation@@8 @42144 NONAME ??_R1A@?0A@A@H4501_SupplementaryService@@8 @42145 NONAME ??_R1A@?0A@A@H4501_UserSpecifiedSubaddress@@8 @42146 NONAME ??_R1A@?0A@A@H4502Handler@@8 @42147 NONAME ??_R1A@?0A@A@H4502_CallIdentity@@8 @42148 NONAME ??_R1A@?0A@A@H4502_CallStatus@@8 @42149 NONAME ??_R1A@?0A@A@H4502_CallTransferErrors@@8 @42150 NONAME ??_R1A@?0A@A@H4502_CallTransferOperation@@8 @42151 NONAME ??_R1A@?0A@A@H4502_CTActiveArg@@8 @42152 NONAME ??_R1A@?0A@A@H4502_CTActiveArg_argumentExtension@@8 @42153 NONAME ??_R1A@?0A@A@H4502_CTCompleteArg@@8 @42154 NONAME ??_R1A@?0A@A@H4502_CTCompleteArg_argumentExtension@@8 @42155 NONAME ??_R1A@?0A@A@H4502_CTIdentifyRes@@8 @42156 NONAME ??_R1A@?0A@A@H4502_CTIdentifyRes_resultExtension@@8 @42157 NONAME ??_R1A@?0A@A@H4502_CTInitiateArg@@8 @42158 NONAME ??_R1A@?0A@A@H4502_CTInitiateArg_argumentExtension@@8 @42159 NONAME ??_R1A@?0A@A@H4502_CTSetupArg@@8 @42160 NONAME ??_R1A@?0A@A@H4502_CTSetupArg_argumentExtension@@8 @42161 NONAME ??_R1A@?0A@A@H4502_CTUpdateArg@@8 @42162 NONAME ??_R1A@?0A@A@H4502_CTUpdateArg_argumentExtension@@8 @42163 NONAME ??_R1A@?0A@A@H4502_DummyArg@@8 @42164 NONAME ??_R1A@?0A@A@H4502_DummyRes@@8 @42165 NONAME ??_R1A@?0A@A@H4502_EndDesignation@@8 @42166 NONAME ??_R1A@?0A@A@H4502_ExtensionSeq@@8 @42167 NONAME ??_R1A@?0A@A@H4502_SubaddressTransferArg@@8 @42168 NONAME ??_R1A@?0A@A@H4502_SubaddressTransferArg_argumentExtension@@8 @42169 NONAME ??_R1A@?0A@A@H4503_BasicService@@8 @42170 NONAME ??_R1A@?0A@A@H4503_CallDiversionErrors@@8 @42171 NONAME ??_R1A@?0A@A@H4503_DiversionReason@@8 @42172 NONAME ??_R1A@?0A@A@H4503_ExtensionSeq@@8 @42173 NONAME ??_R1A@?0A@A@H4503_H323CallDiversionOperations@@8 @42174 NONAME ??_R1A@?0A@A@H4503_IntResult@@8 @42175 NONAME ??_R1A@?0A@A@H4503_IntResultList@@8 @42176 NONAME ??_R1A@?0A@A@H4503_IntResult_extension@@8 @42177 NONAME ??_R1A@?0A@A@H4503_Procedure@@8 @42178 NONAME ??_R1A@?0A@A@H4503_SubscriptionOption@@8 @42179 NONAME ??_R1A@?0A@A@H4504Handler@@8 @42180 NONAME ??_R1A@?0A@A@H4504_ArrayOf_MixedExtension@@8 @42181 NONAME ??_R1A@?0A@A@H4504_CallHoldOperation@@8 @42182 NONAME ??_R1A@?0A@A@H4504_Extension@@8 @42183 NONAME ??_R1A@?0A@A@H4504_HoldNotificArg@@8 @42184 NONAME ??_R1A@?0A@A@H4504_MixedExtension@@8 @42185 NONAME ??_R1A@?0A@A@H4504_RemoteHoldArg@@8 @42186 NONAME ??_R1A@?0A@A@H4504_RemoteHoldRes@@8 @42187 NONAME ??_R1A@?0A@A@H4504_RemoteRetrieveArg@@8 @42188 NONAME ??_R1A@?0A@A@H4504_RemoteRetrieveRes@@8 @42189 NONAME ??_R1A@?0A@A@H4504_RetrieveNotificArg@@8 @42190 NONAME ??_R1A@?0A@A@H4505_ArrayOf_MixedExtension@@8 @42191 NONAME ??_R1A@?0A@A@H4505_CallParkPickupOperations@@8 @42192 NONAME ??_R1A@?0A@A@H4505_CallPickupErrors@@8 @42193 NONAME ??_R1A@?0A@A@H4505_CallType@@8 @42194 NONAME ??_R1A@?0A@A@H4505_CpickupNotifyArg@@8 @42195 NONAME ??_R1A@?0A@A@H4505_CpNotifyArg@@8 @42196 NONAME ??_R1A@?0A@A@H4505_CpRequestArg@@8 @42197 NONAME ??_R1A@?0A@A@H4505_CpRequestRes@@8 @42198 NONAME ??_R1A@?0A@A@H4505_CpSetupArg@@8 @42199 NONAME ??_R1A@?0A@A@H4505_CpSetupRes@@8 @42200 NONAME ??_R1A@?0A@A@H4505_GroupIndicationOffArg@@8 @42201 NONAME ??_R1A@?0A@A@H4505_GroupIndicationOffRes@@8 @42202 NONAME ??_R1A@?0A@A@H4505_GroupIndicationOnArg@@8 @42203 NONAME ??_R1A@?0A@A@H4505_GroupIndicationOnRes@@8 @42204 NONAME ??_R1A@?0A@A@H4505_ParkCondition@@8 @42205 NONAME ??_R1A@?0A@A@H4505_ParkedToPosition@@8 @42206 NONAME ??_R1A@?0A@A@H4505_PickExeArg@@8 @42207 NONAME ??_R1A@?0A@A@H4505_PickExeRes@@8 @42208 NONAME ??_R1A@?0A@A@H4505_PickrequArg@@8 @42209 NONAME ??_R1A@?0A@A@H4505_PickrequRes@@8 @42210 NONAME ??_R1A@?0A@A@H4505_PickupArg@@8 @42211 NONAME ??_R1A@?0A@A@H4505_PickupRes@@8 @42212 NONAME ??_R1A@?0A@A@H4506Handler@@8 @42213 NONAME ??_R1A@?0A@A@H4506_ArrayOf_MixedExtension@@8 @42214 NONAME ??_R1A@?0A@A@H4506_CallWaitingArg@@8 @42215 NONAME ??_R1A@?0A@A@H4506_CallWaitingOperations@@8 @42216 NONAME ??_R1A@?0A@A@H4507_ArrayOf_MixedExtension@@8 @42217 NONAME ??_R1A@?0A@A@H4507_BasicService@@8 @42218 NONAME ??_R1A@?0A@A@H4507_DummyRes@@8 @42219 NONAME ??_R1A@?0A@A@H4507_H323_MWI_Operations@@8 @42220 NONAME ??_R1A@?0A@A@H4507_MessageWaitingIndicationErrors@@8 @42221 NONAME ??_R1A@?0A@A@H4507_MsgCentreId@@8 @42222 NONAME ??_R1A@?0A@A@H4507_MWIActivateArg@@8 @42223 NONAME ??_R1A@?0A@A@H4507_MWIDeactivateArg@@8 @42224 NONAME ??_R1A@?0A@A@H4507_MWIInterrogateArg@@8 @42225 NONAME ??_R1A@?0A@A@H4507_MWIInterrogateRes@@8 @42226 NONAME ??_R1A@?0A@A@H4507_MWIInterrogateResElt@@8 @42227 NONAME ??_R1A@?0A@A@H4507_NbOfMessages@@8 @42228 NONAME ??_R1A@?0A@A@H4507_TimeStamp@@8 @42229 NONAME ??_R1A@?0A@A@H4508_ExtendedName@@8 @42230 NONAME ??_R1A@?0A@A@H4508_Name@@8 @42231 NONAME ??_R1A@?0A@A@H4508_NameOperations@@8 @42232 NONAME ??_R1A@?0A@A@H4508_NamePresentationAllowed@@8 @42233 NONAME ??_R1A@?0A@A@H4508_NamePresentationRestricted@@8 @42234 NONAME ??_R1A@?0A@A@H4508_SimpleName@@8 @42235 NONAME ??_R1A@?0A@A@H4509_ArrayOf_MixedExtension@@8 @42236 NONAME ??_R1A@?0A@A@H4509_CallCompletionErrors@@8 @42237 NONAME ??_R1A@?0A@A@H4509_CcArg@@8 @42238 NONAME ??_R1A@?0A@A@H4509_CcLongArg@@8 @42239 NONAME ??_R1A@?0A@A@H4509_CcRequestArg@@8 @42240 NONAME ??_R1A@?0A@A@H4509_CcRequestRes@@8 @42241 NONAME ??_R1A@?0A@A@H4509_CcShortArg@@8 @42242 NONAME ??_R1A@?0A@A@H4509_H323CallCompletionOperations@@8 @42243 NONAME ??_R1A@?0A@A@H450ServiceAPDU@@8 @42244 NONAME ??_R1A@?0A@A@H450xDispatcher@@8 @42245 NONAME ??_R1A@?0A@A@H450xHandler@@8 @42246 NONAME ??_R1A@?0A@A@H501AccessRequest@@8 @42247 NONAME ??_R1A@?0A@A@H501DescriptorUpdate@@8 @42248 NONAME ??_R1A@?0A@A@H501PDU@@8 @42249 NONAME ??_R1A@?0A@A@H501ServiceRequest@@8 @42250 NONAME ??_R1A@?0A@A@H501Transaction@@8 @42251 NONAME ??_R1A@?0A@A@H501_AccessConfirmation@@8 @42252 NONAME ??_R1A@?0A@A@H501_AccessRejection@@8 @42253 NONAME ??_R1A@?0A@A@H501_AccessRejectionReason@@8 @42254 NONAME ??_R1A@?0A@A@H501_AccessRequest@@8 @42255 NONAME ??_R1A@?0A@A@H501_AccessToken@@8 @42256 NONAME ??_R1A@?0A@A@H501_AddressTemplate@@8 @42257 NONAME ??_R1A@?0A@A@H501_AlternatePE@@8 @42258 NONAME ??_R1A@?0A@A@H501_AlternatePEInfo@@8 @42259 NONAME ??_R1A@?0A@A@H501_ApplicationMessage@@8 @42260 NONAME ??_R1A@?0A@A@H501_ArrayOf_AccessToken@@8 @42261 NONAME ??_R1A@?0A@A@H501_ArrayOf_AddressTemplate@@8 @42262 NONAME ??_R1A@?0A@A@H501_ArrayOf_AliasAddress@@8 @42263 NONAME ??_R1A@?0A@A@H501_ArrayOf_AlternatePE@@8 @42264 NONAME ??_R1A@?0A@A@H501_ArrayOf_CircuitIdentifier@@8 @42265 NONAME ??_R1A@?0A@A@H501_ArrayOf_ClearToken@@8 @42266 NONAME ??_R1A@?0A@A@H501_ArrayOf_ContactInformation@@8 @42267 NONAME ??_R1A@?0A@A@H501_ArrayOf_CryptoH323Token@@8 @42268 NONAME ??_R1A@?0A@A@H501_ArrayOf_Descriptor@@8 @42269 NONAME ??_R1A@?0A@A@H501_ArrayOf_DescriptorInfo@@8 @42270 NONAME ??_R1A@?0A@A@H501_ArrayOf_GenericData@@8 @42271 NONAME ??_R1A@?0A@A@H501_ArrayOf_GloballyUniqueID@@8 @42272 NONAME ??_R1A@?0A@A@H501_ArrayOf_NonStandardParameter@@8 @42273 NONAME ??_R1A@?0A@A@H501_ArrayOf_PASN_ObjectId@@8 @42274 NONAME ??_R1A@?0A@A@H501_ArrayOf_Pattern@@8 @42275 NONAME ??_R1A@?0A@A@H501_ArrayOf_PriceElement@@8 @42276 NONAME ??_R1A@?0A@A@H501_ArrayOf_PriceInfoSpec@@8 @42277 NONAME ??_R1A@?0A@A@H501_ArrayOf_RouteInformation@@8 @42278 NONAME ??_R1A@?0A@A@H501_ArrayOf_SecurityMode@@8 @42279 NONAME ??_R1A@?0A@A@H501_ArrayOf_ServiceControlSession@@8 @42280 NONAME ??_R1A@?0A@A@H501_ArrayOf_SupportedProtocols@@8 @42281 NONAME ??_R1A@?0A@A@H501_ArrayOf_TransportAddress@@8 @42282 NONAME ??_R1A@?0A@A@H501_ArrayOf_UpdateInformation@@8 @42283 NONAME ??_R1A@?0A@A@H501_ArrayOf_UsageField@@8 @42284 NONAME ??_R1A@?0A@A@H501_AuthenticationConfirmation@@8 @42285 NONAME ??_R1A@?0A@A@H501_AuthenticationRejection@@8 @42286 NONAME ??_R1A@?0A@A@H501_AuthenticationRejectionReason@@8 @42287 NONAME ??_R1A@?0A@A@H501_AuthenticationRequest@@8 @42288 NONAME ??_R1A@?0A@A@H501_CallInformation@@8 @42289 NONAME ??_R1A@?0A@A@H501_ContactInformation@@8 @42290 NONAME ??_R1A@?0A@A@H501_Descriptor@@8 @42291 NONAME ??_R1A@?0A@A@H501_DescriptorConfirmation@@8 @42292 NONAME ??_R1A@?0A@A@H501_DescriptorIDConfirmation@@8 @42293 NONAME ??_R1A@?0A@A@H501_DescriptorIDRejection@@8 @42294 NONAME ??_R1A@?0A@A@H501_DescriptorIDRejectionReason@@8 @42295 NONAME ??_R1A@?0A@A@H501_DescriptorIDRequest@@8 @42296 NONAME ??_R1A@?0A@A@H501_DescriptorInfo@@8 @42297 NONAME ??_R1A@?0A@A@H501_DescriptorRejection@@8 @42298 NONAME ??_R1A@?0A@A@H501_DescriptorRejectionReason@@8 @42299 NONAME ??_R1A@?0A@A@H501_DescriptorRequest@@8 @42300 NONAME ??_R1A@?0A@A@H501_DescriptorUpdate@@8 @42301 NONAME ??_R1A@?0A@A@H501_DescriptorUpdateAck@@8 @42302 NONAME ??_R1A@?0A@A@H501_ElementIdentifier@@8 @42303 NONAME ??_R1A@?0A@A@H501_GlobalTimeStamp@@8 @42304 NONAME ??_R1A@?0A@A@H501_Message@@8 @42305 NONAME ??_R1A@?0A@A@H501_MessageBody@@8 @42306 NONAME ??_R1A@?0A@A@H501_MessageCommonInfo@@8 @42307 NONAME ??_R1A@?0A@A@H501_NonStandardConfirmation@@8 @42308 NONAME ??_R1A@?0A@A@H501_NonStandardRejection@@8 @42309 NONAME ??_R1A@?0A@A@H501_NonStandardRejectionReason@@8 @42310 NONAME ??_R1A@?0A@A@H501_NonStandardRequest@@8 @42311 NONAME ??_R1A@?0A@A@H501_PartyInformation@@8 @42312 NONAME ??_R1A@?0A@A@H501_Pattern@@8 @42313 NONAME ??_R1A@?0A@A@H501_Pattern_range@@8 @42314 NONAME ??_R1A@?0A@A@H501_PriceElement@@8 @42315 NONAME ??_R1A@?0A@A@H501_PriceElement_units@@8 @42316 NONAME ??_R1A@?0A@A@H501_PriceInfoSpec@@8 @42317 NONAME ??_R1A@?0A@A@H501_ProtocolVersion@@8 @42318 NONAME ??_R1A@?0A@A@H501_RequestInProgress@@8 @42319 NONAME ??_R1A@?0A@A@H501_Role@@8 @42320 NONAME ??_R1A@?0A@A@H501_RouteInformation@@8 @42321 NONAME ??_R1A@?0A@A@H501_RouteInformation_messageType@@8 @42322 NONAME ??_R1A@?0A@A@H501_SecurityMode@@8 @42323 NONAME ??_R1A@?0A@A@H501_ServiceConfirmation@@8 @42324 NONAME ??_R1A@?0A@A@H501_ServiceRejection@@8 @42325 NONAME ??_R1A@?0A@A@H501_ServiceRejectionReason@@8 @42326 NONAME ??_R1A@?0A@A@H501_ServiceRelease@@8 @42327 NONAME ??_R1A@?0A@A@H501_ServiceReleaseReason@@8 @42328 NONAME ??_R1A@?0A@A@H501_ServiceRequest@@8 @42329 NONAME ??_R1A@?0A@A@H501_TerminationCause@@8 @42330 NONAME ??_R1A@?0A@A@H501_TimeZone@@8 @42331 NONAME ??_R1A@?0A@A@H501_UnknownMessageReason@@8 @42332 NONAME ??_R1A@?0A@A@H501_UnknownMessageResponse@@8 @42333 NONAME ??_R1A@?0A@A@H501_UpdateInformation@@8 @42334 NONAME ??_R1A@?0A@A@H501_UpdateInformation_descriptorInfo@@8 @42335 NONAME ??_R1A@?0A@A@H501_UpdateInformation_updateType@@8 @42336 NONAME ??_R1A@?0A@A@H501_UsageCallStatus@@8 @42337 NONAME ??_R1A@?0A@A@H501_UsageConfirmation@@8 @42338 NONAME ??_R1A@?0A@A@H501_UsageField@@8 @42339 NONAME ??_R1A@?0A@A@H501_UsageIndication@@8 @42340 NONAME ??_R1A@?0A@A@H501_UsageIndicationConfirmation@@8 @42341 NONAME ??_R1A@?0A@A@H501_UsageIndicationRejection@@8 @42342 NONAME ??_R1A@?0A@A@H501_UsageIndicationRejectionReason@@8 @42343 NONAME ??_R1A@?0A@A@H501_UsageRejection@@8 @42344 NONAME ??_R1A@?0A@A@H501_UsageRejectReason@@8 @42345 NONAME ??_R1A@?0A@A@H501_UsageRequest@@8 @42346 NONAME ??_R1A@?0A@A@H501_UsageSpecification@@8 @42347 NONAME ??_R1A@?0A@A@H501_UsageSpecification_when@@8 @42348 NONAME ??_R1A@?0A@A@H501_UserInformation@@8 @42349 NONAME ??_R1A@?0A@A@H501_ValidationConfirmation@@8 @42350 NONAME ??_R1A@?0A@A@H501_ValidationRejection@@8 @42351 NONAME ??_R1A@?0A@A@H501_ValidationRejectionReason@@8 @42352 NONAME ??_R1A@?0A@A@H501_ValidationRequest@@8 @42353 NONAME ??_R1A@?0A@A@HandleTimeout_PNotifier@H245Negotiator@@8 @42354 NONAME ??_R1A@?0A@A@HandleTransactions_PNotifier@H323Transactor@@8 @42355 NONAME ??_R1A@?0A@A@HIDPluginDeviceManager@@8 @52170 NONAME ??_R1A@?0A@A@IntraP64Decoder@@8 @42356 NONAME ??_R1A@?0A@A@MCS_ArrayOf_ChannelAttributes@@8 @42357 NONAME ??_R1A@?0A@A@MCS_ArrayOf_ChannelId@@8 @42358 NONAME ??_R1A@?0A@A@MCS_ArrayOf_TokenAttributes@@8 @42359 NONAME ??_R1A@?0A@A@MCS_ArrayOf_TokenId@@8 @42360 NONAME ??_R1A@?0A@A@MCS_ArrayOf_UserId@@8 @42361 NONAME ??_R1A@?0A@A@MCS_AssignedChannelId@@8 @42362 NONAME ??_R1A@?0A@A@MCS_AUcf@@8 @42363 NONAME ??_R1A@?0A@A@MCS_AUrq@@8 @42364 NONAME ??_R1A@?0A@A@MCS_CAin@@8 @42365 NONAME ??_R1A@?0A@A@MCS_CArq@@8 @42366 NONAME ??_R1A@?0A@A@MCS_CCcf@@8 @42367 NONAME ??_R1A@?0A@A@MCS_CCrq@@8 @42368 NONAME ??_R1A@?0A@A@MCS_CDin@@8 @42369 NONAME ??_R1A@?0A@A@MCS_CDrq@@8 @42370 NONAME ??_R1A@?0A@A@MCS_CEin@@8 @42371 NONAME ??_R1A@?0A@A@MCS_CErq@@8 @42372 NONAME ??_R1A@?0A@A@MCS_ChannelAttributes@@8 @42373 NONAME ??_R1A@?0A@A@MCS_ChannelAttributes_assigned@@8 @42374 NONAME ??_R1A@?0A@A@MCS_ChannelAttributes_private@@8 @42375 NONAME ??_R1A@?0A@A@MCS_ChannelAttributes_static@@8 @42376 NONAME ??_R1A@?0A@A@MCS_ChannelAttributes_userId@@8 @42377 NONAME ??_R1A@?0A@A@MCS_ChannelId@@8 @42378 NONAME ??_R1A@?0A@A@MCS_CJcf@@8 @42379 NONAME ??_R1A@?0A@A@MCS_CJrq@@8 @42380 NONAME ??_R1A@?0A@A@MCS_CLrq@@8 @42381 NONAME ??_R1A@?0A@A@MCS_ConnectMCSPDU@@8 @42382 NONAME ??_R1A@?0A@A@MCS_Connect_Additional@@8 @42383 NONAME ??_R1A@?0A@A@MCS_Connect_Initial@@8 @42384 NONAME ??_R1A@?0A@A@MCS_Connect_Response@@8 @42385 NONAME ??_R1A@?0A@A@MCS_Connect_Result@@8 @42386 NONAME ??_R1A@?0A@A@MCS_DataPriority@@8 @42387 NONAME ??_R1A@?0A@A@MCS_Diagnostic@@8 @42388 NONAME ??_R1A@?0A@A@MCS_DomainMCSPDU@@8 @42389 NONAME ??_R1A@?0A@A@MCS_DomainParameters@@8 @42390 NONAME ??_R1A@?0A@A@MCS_DPum@@8 @42391 NONAME ??_R1A@?0A@A@MCS_DUin@@8 @42392 NONAME ??_R1A@?0A@A@MCS_DUrq@@8 @42393 NONAME ??_R1A@?0A@A@MCS_DynamicChannelId@@8 @42394 NONAME ??_R1A@?0A@A@MCS_EDrq@@8 @42395 NONAME ??_R1A@?0A@A@MCS_MCcf@@8 @42396 NONAME ??_R1A@?0A@A@MCS_MCrq@@8 @42397 NONAME ??_R1A@?0A@A@MCS_MTcf@@8 @42398 NONAME ??_R1A@?0A@A@MCS_MTrq@@8 @42399 NONAME ??_R1A@?0A@A@MCS_PCin@@8 @42400 NONAME ??_R1A@?0A@A@MCS_PDin@@8 @42401 NONAME ??_R1A@?0A@A@MCS_PrivateChannelId@@8 @42402 NONAME ??_R1A@?0A@A@MCS_PTin@@8 @42403 NONAME ??_R1A@?0A@A@MCS_Reason@@8 @42404 NONAME ??_R1A@?0A@A@MCS_Result@@8 @42405 NONAME ??_R1A@?0A@A@MCS_RJum@@8 @42406 NONAME ??_R1A@?0A@A@MCS_SDin@@8 @42407 NONAME ??_R1A@?0A@A@MCS_SDrq@@8 @42408 NONAME ??_R1A@?0A@A@MCS_Segmentation@@8 @42409 NONAME ??_R1A@?0A@A@MCS_StaticChannelId@@8 @42410 NONAME ??_R1A@?0A@A@MCS_TGcf@@8 @42411 NONAME ??_R1A@?0A@A@MCS_TGrq@@8 @42412 NONAME ??_R1A@?0A@A@MCS_TIcf@@8 @42413 NONAME ??_R1A@?0A@A@MCS_TIrq@@8 @42414 NONAME ??_R1A@?0A@A@MCS_TokenAttributes@@8 @42415 NONAME ??_R1A@?0A@A@MCS_TokenAttributes_given@@8 @42416 NONAME ??_R1A@?0A@A@MCS_TokenAttributes_giving@@8 @42417 NONAME ??_R1A@?0A@A@MCS_TokenAttributes_grabbed@@8 @42418 NONAME ??_R1A@?0A@A@MCS_TokenAttributes_inhibited@@8 @42419 NONAME ??_R1A@?0A@A@MCS_TokenAttributes_ungivable@@8 @42420 NONAME ??_R1A@?0A@A@MCS_TokenId@@8 @42421 NONAME ??_R1A@?0A@A@MCS_TokenStatus@@8 @42422 NONAME ??_R1A@?0A@A@MCS_TPin@@8 @42423 NONAME ??_R1A@?0A@A@MCS_TPrq@@8 @42424 NONAME ??_R1A@?0A@A@MCS_TRcf@@8 @42425 NONAME ??_R1A@?0A@A@MCS_TRrq@@8 @42426 NONAME ??_R1A@?0A@A@MCS_TTcf@@8 @42427 NONAME ??_R1A@?0A@A@MCS_TTrq@@8 @42428 NONAME ??_R1A@?0A@A@MCS_TVcf@@8 @42429 NONAME ??_R1A@?0A@A@MCS_TVin@@8 @42430 NONAME ??_R1A@?0A@A@MCS_TVrq@@8 @42431 NONAME ??_R1A@?0A@A@MCS_TVrs@@8 @42432 NONAME ??_R1A@?0A@A@MCS_UserId@@8 @42433 NONAME ??_R1A@?0A@A@MCS_USin@@8 @42434 NONAME ??_R1A@?0A@A@MCS_USrq@@8 @42435 NONAME ??_R1A@?0A@A@MonitorMain_PNotifier@H323Gatekeeper@@8 @42443 NONAME ??_R1A@?0A@A@MonitorMain_PNotifier@H323GatekeeperServer@@8 @42444 NONAME ??_R1A@?0A@A@MonitorMain_PNotifier@H323PeerElement@@8 @42445 NONAME ??_R1A@?0A@A@Monitor_PNotifier@OpalUSBDevice@@8 @52171 NONAME ??_R1A@?0A@A@MSIPAddress@PILSSession@@8 @42446 NONAME ??_R1A@?0A@A@MXRecordList@PDNS@@8 @52172 NONAME ??_R1A@?0A@A@OnCallIntrudeTimeOut_PNotifier@H45011Handler@@8 @42447 NONAME ??_R1A@?0A@A@OnCallTransferTimeOut_PNotifier@H4502Handler@@8 @42448 NONAME ??_R1A@?0A@A@OnLoadModule_PNotifier@PPluginModuleManager@@8 @49687 NONAME ??_R1A@?0A@A@OnUserInputInBandDTMF_PNotifier@H323Connection@@8 @42450 NONAME ??_R1A@?0A@A@OnUserInputInlineRFC2833_PNotifier@H323Connection@@8 @42451 NONAME ??_R1A@?0A@A@OpalFactoryCodec@@8 @51405 NONAME ??_R1A@?0A@A@OpalG711ALaw64kFormat@@8 @49908 NONAME ??_R1A@?0A@A@OpalG711ALaw64k_Base@@8 @51406 NONAME ??_R1A@?0A@A@OpalG711ALaw64k_Decoder@@8 @51407 NONAME ??_R1A@?0A@A@OpalG711ALaw64k_Encoder@@8 @51408 NONAME ??_R1A@?0A@A@OpalG711uLaw64kFormat@@8 @49909 NONAME ??_R1A@?0A@A@OpalG711uLaw64k_Base@@8 @51409 NONAME ??_R1A@?0A@A@OpalG711uLaw64k_Decoder@@8 @51410 NONAME ??_R1A@?0A@A@OpalG711uLaw64k_Encoder@@8 @51411 NONAME ??_R1A@?0A@A@OpalG7231A_5k3Format@@8 @49910 NONAME ??_R1A@?0A@A@OpalG7231A_6k3Format@@8 @49911 NONAME ??_R1A@?0A@A@OpalG7231_5k3Format@@8 @49912 NONAME ??_R1A@?0A@A@OpalG7231_6k3Format@@8 @49913 NONAME ??_R1A@?0A@A@OpalG728Format@@8 @49914 NONAME ??_R1A@?0A@A@OpalG729ABFormat@@8 @49915 NONAME ??_R1A@?0A@A@OpalG729AFormat@@8 @49916 NONAME ??_R1A@?0A@A@OpalG729BFormat@@8 @49917 NONAME ??_R1A@?0A@A@OpalG729Format@@8 @49918 NONAME ??_R1A@?0A@A@OpalGloballyUniqueID@@8 @42452 NONAME ??_R1A@?0A@A@OpalGSM0610Format@@8 @49919 NONAME ??_R1A@?0A@A@OpalH261Format@@8 @49920 NONAME ??_R1A@?0A@A@OpalIxJDevice@@8 @42453 NONAME ??_R1A@?0A@A@OpalLineChannel@@8 @42454 NONAME ??_R1A@?0A@A@OpalLineInterfaceDevice@@8 @42455 NONAME ??_R1A@?0A@A@OpalMediaFormat@@8 @42456 NONAME ??_R1A@?0A@A@OpalPCM16Format@@8 @49921 NONAME ??_R1A@?0A@A@OpalPluginCodec@@8 @51412 NONAME ??_R1A@?0A@A@OpalPluginMediaFormat@@8 @49922 NONAME ??_R1A@?0A@A@OpalRFC2833@@8 @42457 NONAME ??_R1A@?0A@A@OpalRFC2833Info@@8 @42458 NONAME ??_R1A@?0A@A@OpalRtpToWavFile@@8 @42459 NONAME ??_R1A@?0A@A@OpalT120Format@@8 @49923 NONAME ??_R1A@?0A@A@OpalT120Protocol@@8 @42460 NONAME ??_R1A@?0A@A@OpalT38Protocol@@8 @42461 NONAME ??_R1A@?0A@A@OpalUSBDevice@@8 @52173 NONAME ??_R1A@?0A@A@OpalUserInputRFC2833Format@@8 @49924 NONAME ??_R1A@?0A@A@OpalVoipBlasterDevice@@8 @42462 NONAME ??_R1A@?0A@A@OpalVXMLSession@@8 @42463 NONAME ??_R1A@?0A@A@OpalWAVFile@@8 @42464 NONAME ??_R1A@?0A@A@P64Decoder@@8 @42465 NONAME ??_R1A@?0A@A@PASN_Array@@8 @42466 NONAME ??_R1A@?0A@A@PASN_BitString@@8 @42467 NONAME ??_R1A@?0A@A@PASN_BMPString@@8 @42468 NONAME ??_R1A@?0A@A@PASN_Boolean@@8 @42469 NONAME ??_R1A@?0A@A@PASN_Choice@@8 @42470 NONAME ??_R1A@?0A@A@PASN_ConstrainedObject@@8 @42471 NONAME ??_R1A@?0A@A@PASN_ConstrainedString@@8 @42472 NONAME ??_R1A@?0A@A@PASN_Enumeration@@8 @42473 NONAME ??_R1A@?0A@A@PASN_GeneralisedTime@@8 @42474 NONAME ??_R1A@?0A@A@PASN_GeneralString@@8 @42475 NONAME ??_R1A@?0A@A@PASN_IA5String@@8 @42476 NONAME ??_R1A@?0A@A@PASN_Integer@@8 @42477 NONAME ??_R1A@?0A@A@PASN_Null@@8 @42478 NONAME ??_R1A@?0A@A@PASN_NumericString@@8 @42479 NONAME ??_R1A@?0A@A@PASN_Object@@8 @42480 NONAME ??_R1A@?0A@A@PASN_ObjectId@@8 @42481 NONAME ??_R1A@?0A@A@PASN_OctetString@@8 @42482 NONAME ??_R1A@?0A@A@PASN_PrintableString@@8 @42483 NONAME ??_R1A@?0A@A@PASN_Sequence@@8 @42484 NONAME ??_R1A@?0A@A@PASN_Stream@@8 @42485 NONAME ??_R1A@?0A@A@PASN_VisibleString@@8 @42486 NONAME ??_R1A@?0A@A@PDTMFEncoder@@8 @52174 NONAME ??_R1A@?0A@A@PLDAPAttributeBase@@8 @42487 NONAME ??_R1A@?0A@A@PLDAPAttr_c@RTPerson@PILSSession@@8 @42488 NONAME ??_R1A@?0A@A@PLDAPAttr_cn@RTPerson@PILSSession@@8 @42489 NONAME ??_R1A@?0A@A@PLDAPAttr_comment@RTPerson@PILSSession@@8 @42490 NONAME ??_R1A@?0A@A@PLDAPAttr_givenName@RTPerson@PILSSession@@8 @42491 NONAME ??_R1A@?0A@A@PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@8 @42492 NONAME ??_R1A@?0A@A@PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@8 @42493 NONAME ??_R1A@?0A@A@PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@8 @42494 NONAME ??_R1A@?0A@A@PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@8 @42495 NONAME ??_R1A@?0A@A@PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@8 @42496 NONAME ??_R1A@?0A@A@PLDAPAttr_location@RTPerson@PILSSession@@8 @42497 NONAME ??_R1A@?0A@A@PLDAPAttr_o@RTPerson@PILSSession@@8 @42498 NONAME ??_R1A@?0A@A@PLDAPAttr_objectClass@RTPerson@PILSSession@@8 @42499 NONAME ??_R1A@?0A@A@PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@8 @42500 NONAME ??_R1A@?0A@A@PLDAPAttr_sappguid@RTPerson@PILSSession@@8 @42501 NONAME ??_R1A@?0A@A@PLDAPAttr_sappid@RTPerson@PILSSession@@8 @42502 NONAME ??_R1A@?0A@A@PLDAPAttr_sflags@RTPerson@PILSSession@@8 @42503 NONAME ??_R1A@?0A@A@PLDAPAttr_sipAddress@RTPerson@PILSSession@@8 @42504 NONAME ??_R1A@?0A@A@PLDAPAttr_smimetype@RTPerson@PILSSession@@8 @42505 NONAME ??_R1A@?0A@A@PLDAPAttr_smodop@RTPerson@PILSSession@@8 @42506 NONAME ??_R1A@?0A@A@PLDAPAttr_sport@RTPerson@PILSSession@@8 @42507 NONAME ??_R1A@?0A@A@PLDAPAttr_sprotid@RTPerson@PILSSession@@8 @42508 NONAME ??_R1A@?0A@A@PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@8 @42509 NONAME ??_R1A@?0A@A@PLDAPAttr_ssecurity@RTPerson@PILSSession@@8 @42510 NONAME ??_R1A@?0A@A@PLDAPAttr_sttl@RTPerson@PILSSession@@8 @42511 NONAME ??_R1A@?0A@A@PLDAPAttr_surname@RTPerson@PILSSession@@8 @42512 NONAME ??_R1A@?0A@A@PLDAPAttr_timestamp@RTPerson@PILSSession@@8 @42513 NONAME ??_R1A@?0A@A@PLDAPStructBase@@8 @42514 NONAME ??_R1A@?0A@A@PluginLoader@@8 @52175 NONAME ??_R1A@?0A@A@PPER_Stream@@8 @42515 NONAME ??_R1A@?0A@A@Pre_Vid_Coder@@8 @42516 NONAME ??_R1A@?0A@A@PVXMLSession@@8 @42517 NONAME ??_R1A@?0A@A@PWAVFile@@8 @42518 NONAME ??_R1A@?0A@A@PWAVFileConverter@@8 @51217 NONAME ??_R1A@?0A@A@PWAVFileConverterALaw@@8 @51218 NONAME ??_R1A@?0A@A@PWAVFileConverterULaw@@8 @51219 NONAME ??_R1A@?0A@A@PWAVFileConverterXLaw@@8 @51220 NONAME ??_R1A@?0A@A@Q931@@8 @42519 NONAME ??_R1A@?0A@A@ReceivedPacket_PNotifier@OpalRFC2833@@8 @42520 NONAME ??_R1A@?0A@A@ReceivedPacket_PNotifier@OpalRtpToWavFile@@8 @42521 NONAME ??_R1A@?0A@A@ReceiverReport@RTP_Session@@8 @42522 NONAME ??_R1A@?0A@A@ReceiveTimeout_PNotifier@OpalRFC2833@@8 @42523 NONAME ??_R1A@?0A@A@Request@H323Transactor@@8 @42524 NONAME ??_R1A@?0A@A@Response@H323Transactor@@8 @42525 NONAME ??_R1A@?0A@A@RTPerson@PILSSession@@8 @42526 NONAME ??_R1A@?0A@A@RTP_ControlFrame@@8 @42527 NONAME ??_R1A@?0A@A@RTP_DataFrame@@8 @42528 NONAME ??_R1A@?0A@A@RTP_JitterBuffer@@8 @42529 NONAME ??_R1A@?0A@A@RTP_JitterBufferAnalyser@@8 @42530 NONAME ??_R1A@?0A@A@RTP_QOS@@8 @42531 NONAME ??_R1A@?0A@A@RTP_Session@@8 @42532 NONAME ??_R1A@?0A@A@RTP_SessionManager@@8 @42533 NONAME ??_R1A@?0A@A@RTP_UDP@@8 @42534 NONAME ??_R1A@?0A@A@RTP_UserData@@8 @42535 NONAME ??_R1A@?0A@A@SenderReport@RTP_Session@@8 @42536 NONAME ??_R1A@?0A@A@SlowHandler_PNotifier@H323Transaction@@8 @42537 NONAME ??_R1A@?0A@A@SoundTones@OpalUSBDevice@@8 @52176 NONAME ??_R1A@?0A@A@SourceDescription@RTP_Session@@8 @42538 NONAME ??_R1A@?0A@A@SRVRecordList@PDNS@@8 @52177 NONAME ??_R1A@?0A@A@StatusHandler_PNotifier@OpalVoipBlasterDevice@@8 @42539 NONAME ??_R1A@?0A@A@StringMap@H323GatekeeperServer@@8 @42540 NONAME ??_R1A@?0A@A@T120ConnectPDU@@8 @42541 NONAME ??_R1A@?0A@A@T120_X224@@8 @42542 NONAME ??_R1A@?0A@A@T38_ArrayOf_PASN_OctetString@@8 @42543 NONAME ??_R1A@?0A@A@T38_Data_Field@@8 @42544 NONAME ??_R1A@?0A@A@T38_Data_Field_subtype@@8 @42545 NONAME ??_R1A@?0A@A@T38_Data_Field_subtype_field_type@@8 @42546 NONAME ??_R1A@?0A@A@T38_IFPPacket@@8 @42547 NONAME ??_R1A@?0A@A@T38_PreCorrigendum_Data_Field@@8 @42548 NONAME ??_R1A@?0A@A@T38_PreCorrigendum_Data_Field_subtype@@8 @42549 NONAME ??_R1A@?0A@A@T38_PreCorrigendum_Data_Field_subtype_field_type@@8 @42550 NONAME ??_R1A@?0A@A@T38_PreCorrigendum_IFPPacket@@8 @42551 NONAME ??_R1A@?0A@A@T38_Type_of_msg@@8 @42552 NONAME ??_R1A@?0A@A@T38_Type_of_msg_data@@8 @42553 NONAME ??_R1A@?0A@A@T38_Type_of_msg_t30_indicator@@8 @42554 NONAME ??_R1A@?0A@A@T38_UDPTLPacket@@8 @42555 NONAME ??_R1A@?0A@A@T38_UDPTLPacket_error_recovery@@8 @42556 NONAME ??_R1A@?0A@A@T38_UDPTLPacket_error_recovery_fec_info@@8 @42557 NONAME ??_R1A@?0A@A@T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@8 @42558 NONAME ??_R1A@?0A@A@T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@8 @42559 NONAME ??_R1A@?0A@A@T38_UDPTLPacket_primary_ifp_packet@@8 @42560 NONAME ??_R1A@?0A@A@TickleMonitor_PNotifier@H323Gatekeeper@@8 @42561 NONAME ??_R1A@?0A@A@TonePlay_PNotifier@OpalUSBDevice@@8 @52178 NONAME ??_R1A@?0A@A@TransmitEnded_PNotifier@OpalRFC2833@@8 @42562 NONAME ??_R1A@?0A@A@TransmitPacket_PNotifier@OpalRFC2833@@8 @42563 NONAME ??_R1A@?0A@A@Transmitter@@8 @42564 NONAME ??_R1A@?0A@A@UpdateAllDescriptors_PNotifier@H323PeerElement@@8 @42565 NONAME ??_R1A@?0A@A@VoipBlasterInterface@@8 @42567 NONAME ??_R1A@?0A@A@Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@8 @51413 NONAME ??_R1A@?0A@A@Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@8 @51414 NONAME ??_R1A@?0A@A@Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@8 @51415 NONAME ??_R1A@?0A@A@Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@8 @51416 NONAME ??_R1A@?0A@A@Worker@OpalPluginCodecFactory@@8 @51417 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@8 @52179 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VH323Capability@@VPString@@@@8 @50827 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@8 @51418 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@8 @52180 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50828 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @50829 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VPWAVFileConverter@@I@@8 @51221 NONAME ??_R1A@?0A@A@X224@@8 @42568 NONAME ??_R1A@?0A@A@X880_Code@@8 @42569 NONAME ??_R1A@?0A@A@X880_GeneralProblem@@8 @42570 NONAME ??_R1A@?0A@A@X880_Invoke@@8 @42571 NONAME ??_R1A@?0A@A@X880_InvokeId@@8 @42572 NONAME ??_R1A@?0A@A@X880_InvokeProblem@@8 @42573 NONAME ??_R1A@?0A@A@X880_Reject@@8 @42574 NONAME ??_R1A@?0A@A@X880_RejectProblem@@8 @42575 NONAME ??_R1A@?0A@A@X880_Reject_problem@@8 @42576 NONAME ??_R1A@?0A@A@X880_ReturnError@@8 @42577 NONAME ??_R1A@?0A@A@X880_ReturnErrorProblem@@8 @42578 NONAME ??_R1A@?0A@A@X880_ReturnResult@@8 @42579 NONAME ??_R1A@?0A@A@X880_ReturnResultProblem@@8 @42580 NONAME ??_R1A@?0A@A@X880_ReturnResult_result@@8 @42581 NONAME ??_R1A@?0A@A@X880_ROS@@8 @42582 NONAME ??_R1BE@?0A@A@H323GenericCapabilityInfo@@8 @52181 NONAME ??_R1BE@?0A@A@H323NonStandardCapabilityInfo@@8 @42583 NONAME ??_R1BM@?0A@A@H323GenericCapabilityInfo@@8 @52182 NONAME ??_R1BM@?0A@A@H323NonStandardCapabilityInfo@@8 @42584 NONAME ??_R1BM@?0A@A@H323PluginCapabilityInfo@@8 @42585 NONAME ??_R1CA@?0A@A@H323TransactionPDU@@8 @52183 NONAME ??_R1EA@?0A@A@H323PluginCapabilityInfo@@8 @52184 NONAME ??_R1EME@?0A@A@H323TransactionPDU@@8 @52185 NONAME ??_R1FI@?0A@A@H323PluginCapabilityInfo@@8 @42588 NONAME ??_R1PI@?0A@A@PVXMLChannelInterface@@8 @50457 NONAME ??_R2?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@8 @42589 NONAME ??_R2?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@8 @42590 NONAME ??_R2?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@8 @42591 NONAME ??_R2?$H235_HASHED@VH235_EncodedGeneralToken@@@@8 @42592 NONAME ??_R2?$H235_HASHED@VH235_EncodedPwdCertToken@@@@8 @42593 NONAME ??_R2?$H235_SIGNED@VH225_EncodedFastStartToken@@@@8 @42594 NONAME ??_R2?$H235_SIGNED@VH235_EncodedGeneralToken@@@@8 @42595 NONAME ??_R2?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@8 @42596 NONAME ??_R2?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@8 @42597 NONAME ??_R2?$H235_SIGNED@VH235_EncodedReturnSig@@@@8 @42598 NONAME ??_R2?$PArray@V?$PList@VH323Capability@@@@@@8 @42599 NONAME ??_R2?$PArray@VH323SimultaneousCapabilities@@@@8 @42600 NONAME ??_R2?$PArray@VH323TransportAddress@@@@8 @42601 NONAME ??_R2?$PArray@VReceiverReport@RTP_Session@@@@8 @42602 NONAME ??_R2?$PArray@VSourceDescription@RTP_Session@@@@8 @42603 NONAME ??_R2?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@8 @42604 NONAME ??_R2?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@8 @42605 NONAME ??_R2?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@8 @42606 NONAME ??_R2?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@8 @42607 NONAME ??_R2?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@8 @42608 NONAME ??_R2?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@8 @42609 NONAME ??_R2?$PDictionary@VPString@@VH323Connection@@@@8 @42610 NONAME ??_R2?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@8 @42611 NONAME ??_R2?$PDictionary@VPString@@VPOrdinalKey@@@@8 @42612 NONAME ??_R2?$PFactory@VH235Authenticator@@VPString@@@@8 @52186 NONAME ??_R2?$PFactory@VH323Capability@@VPString@@@@8 @50830 NONAME ??_R2?$PFactory@VH323StaticPluginCodec@@VPString@@@@8 @50831 NONAME ??_R2?$PFactory@VOpalFactoryCodec@@VPString@@@@8 @51419 NONAME ??_R2?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@8 @52187 NONAME ??_R2?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50832 NONAME ??_R2?$PFactory@VPWAVFileConverter@@I@@8 @51222 NONAME ??_R2?$PList@VH235Authenticator@@@@8 @42613 NONAME ??_R2?$PList@VH245_GenericParameter@@@@8 @52188 NONAME ??_R2?$PList@VH323Capability@@@@8 @42615 NONAME ??_R2?$PList@VH323Channel@@@@8 @42616 NONAME ??_R2?$PList@VH323GatekeeperListener@@@@8 @42617 NONAME ??_R2?$PList@VH323Listener@@@@8 @42618 NONAME ??_R2?$PList@VH323Transactor@@@@8 @42619 NONAME ??_R2?$PList@VH450xHandler@@@@8 @42620 NONAME ??_R2?$PList@VOpalMediaFormat@@@@8 @42622 NONAME ??_R2?$PList@VPBYTEArray@@@@8 @42623 NONAME ??_R2?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@8 @42624 NONAME ??_R2?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@8 @42625 NONAME ??_R2?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@8 @42626 NONAME ??_R2?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@8 @42627 NONAME ??_R2?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@8 @42628 NONAME ??_R2?$PSafePtr@VH323GatekeeperCall@@@@8 @42629 NONAME ??_R2?$PSafePtr@VH323PeerElementDescriptor@@@@8 @42630 NONAME ??_R2?$PSafePtr@VH323PeerElementServiceRelationship@@@@8 @42631 NONAME ??_R2?$PSafePtr@VH323RegisteredEndPoint@@@@8 @42632 NONAME ??_R2?$PSafeSortedList@VH323GatekeeperCall@@@@8 @42633 NONAME ??_R2?$PSafeSortedList@VH323PeerElementDescriptor@@@@8 @42634 NONAME ??_R2?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@8 @42635 NONAME ??_R2?$PSet@VPOrdinalKey@@@@8 @42636 NONAME ??_R2?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@8 @42637 NONAME ??_R2?$PSortedList@VH225_AliasAddress@@@@8 @42638 NONAME ??_R2?$PSortedList@VH323GatekeeperCall@@@@8 @42639 NONAME ??_R2?$PSortedList@VH323PeerElementDescriptor@@@@8 @42640 NONAME ??_R2?$PSortedList@VH323PeerElementServiceRelationship@@@@8 @42641 NONAME ??_R2?$PSortedList@VMXRecord@PDNS@@@@8 @52189 NONAME ??_R2?$PSortedList@VResponse@H323Transactor@@@@8 @42642 NONAME ??_R2?$PSortedList@VSRVRecord@PDNS@@@@8 @52190 NONAME ??_R2?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @52191 NONAME ??_R2?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @52192 NONAME ??_R2?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @52193 NONAME ??_R2?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @50833 NONAME ??_R2?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50834 NONAME ??_R2?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50835 NONAME ??_R2?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50836 NONAME ??_R2?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50837 NONAME ??_R2?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50838 NONAME ??_R2?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50839 NONAME ??_R2?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50840 NONAME ??_R2?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50841 NONAME ??_R2?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50842 NONAME ??_R2?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50843 NONAME ??_R2?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50844 NONAME ??_R2?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50845 NONAME ??_R2?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50846 NONAME ??_R2?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50847 NONAME ??_R2?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50848 NONAME ??_R2?$Worker@VHIDPluginDeviceManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @52194 NONAME ??_R2?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50849 NONAME ??_R2?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50850 NONAME ??_R2?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50851 NONAME ??_R2?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50852 NONAME ??_R2?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50853 NONAME ??_R2?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50854 NONAME ??_R2?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50855 NONAME ??_R2?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50856 NONAME ??_R2?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50857 NONAME ??_R2?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50858 NONAME ??_R2?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50859 NONAME ??_R2?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50860 NONAME ??_R2?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50861 NONAME ??_R2?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50862 NONAME ??_R2?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50863 NONAME ??_R2?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50864 NONAME ??_R2?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@8 @52195 NONAME ??_R2?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@8 @51223 NONAME ??_R2?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@8 @51224 NONAME ??_R2AliasKey@H323PeerElement@@8 @42643 NONAME ??_R2AlternateInfo@H323Gatekeeper@@8 @42644 NONAME ??_R2ByteQueue@OpalVoipBlasterDevice@@8 @42645 NONAME ??_R2Encoder@@8 @42646 NONAME ??_R2Entry@RTP_JitterBuffer@@8 @42647 NONAME ??_R2FilterInfo@H323Codec@@8 @42649 NONAME ??_R2FullP64Decoder@@8 @42650 NONAME ??_R2G7231_File_Capability@@8 @42651 NONAME ??_R2G7231_File_Codec@@8 @42652 NONAME ??_R2GCC_AlternativeNodeID@@8 @42653 NONAME ??_R2GCC_ApplicationInvokeIndication@@8 @42654 NONAME ??_R2GCC_ApplicationInvokeSpecifier@@8 @42655 NONAME ??_R2GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@8 @42656 NONAME ??_R2GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@8 @42657 NONAME ??_R2GCC_ApplicationRecord@@8 @42658 NONAME ??_R2GCC_ApplicationRecord_nonCollapsingCapabilities@@8 @42659 NONAME ??_R2GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@8 @42660 NONAME ??_R2GCC_ArrayOf_ApplicationInvokeSpecifier@@8 @42661 NONAME ??_R2GCC_ArrayOf_ChallengeItem@@8 @42662 NONAME ??_R2GCC_ArrayOf_ConferenceDescriptor@@8 @42663 NONAME ??_R2GCC_ArrayOf_Privilege@@8 @42664 NONAME ??_R2GCC_ArrayOf_TextString@@8 @42665 NONAME ??_R2GCC_ArrayOf_UserID@@8 @42666 NONAME ??_R2GCC_AsymmetryIndicator@@8 @42667 NONAME ??_R2GCC_CapabilityClass@@8 @42668 NONAME ??_R2GCC_CapabilityID@@8 @42669 NONAME ??_R2GCC_ChallengeItem@@8 @42670 NONAME ??_R2GCC_ChallengeRequest@@8 @42671 NONAME ??_R2GCC_ChallengeResponse@@8 @42672 NONAME ??_R2GCC_ChallengeResponseAlgorithm@@8 @42673 NONAME ??_R2GCC_ChallengeResponseItem@@8 @42674 NONAME ??_R2GCC_ChannelID@@8 @42675 NONAME ??_R2GCC_ChannelType@@8 @42676 NONAME ??_R2GCC_ConductorAssignIndication@@8 @42677 NONAME ??_R2GCC_ConductorPermissionAskIndication@@8 @42678 NONAME ??_R2GCC_ConductorPermissionGrantIndication@@8 @42679 NONAME ??_R2GCC_ConductorReleaseIndication@@8 @42680 NONAME ??_R2GCC_ConferenceAddRequest@@8 @42681 NONAME ??_R2GCC_ConferenceAddResponse@@8 @42682 NONAME ??_R2GCC_ConferenceAddResponse_result@@8 @42683 NONAME ??_R2GCC_ConferenceAssistanceIndication@@8 @42684 NONAME ??_R2GCC_ConferenceCreateRequest@@8 @42685 NONAME ??_R2GCC_ConferenceCreateResponse@@8 @42686 NONAME ??_R2GCC_ConferenceCreateResponse_result@@8 @42687 NONAME ??_R2GCC_ConferenceDescriptor@@8 @42688 NONAME ??_R2GCC_ConferenceEjectUserIndication@@8 @42689 NONAME ??_R2GCC_ConferenceEjectUserIndication_reason@@8 @42690 NONAME ??_R2GCC_ConferenceEjectUserRequest@@8 @42691 NONAME ??_R2GCC_ConferenceEjectUserRequest_reason@@8 @42692 NONAME ??_R2GCC_ConferenceEjectUserResponse@@8 @42693 NONAME ??_R2GCC_ConferenceEjectUserResponse_result@@8 @42694 NONAME ??_R2GCC_ConferenceInviteRequest@@8 @42695 NONAME ??_R2GCC_ConferenceInviteResponse@@8 @42696 NONAME ??_R2GCC_ConferenceInviteResponse_result@@8 @42697 NONAME ??_R2GCC_ConferenceJoinRequest@@8 @42698 NONAME ??_R2GCC_ConferenceJoinResponse@@8 @42699 NONAME ??_R2GCC_ConferenceJoinResponse_result@@8 @42700 NONAME ??_R2GCC_ConferenceLockIndication@@8 @42701 NONAME ??_R2GCC_ConferenceLockRequest@@8 @42702 NONAME ??_R2GCC_ConferenceLockResponse@@8 @42703 NONAME ??_R2GCC_ConferenceLockResponse_result@@8 @42704 NONAME ??_R2GCC_ConferenceName@@8 @42705 NONAME ??_R2GCC_ConferenceNameModifier@@8 @42706 NONAME ??_R2GCC_ConferenceNameSelector@@8 @42707 NONAME ??_R2GCC_ConferencePriority@@8 @42708 NONAME ??_R2GCC_ConferencePriorityScheme@@8 @42709 NONAME ??_R2GCC_ConferenceQueryRequest@@8 @42710 NONAME ??_R2GCC_ConferenceQueryResponse@@8 @42711 NONAME ??_R2GCC_ConferenceQueryResponse_result@@8 @42712 NONAME ??_R2GCC_ConferenceTerminateIndication@@8 @42713 NONAME ??_R2GCC_ConferenceTerminateIndication_reason@@8 @42714 NONAME ??_R2GCC_ConferenceTerminateRequest@@8 @42715 NONAME ??_R2GCC_ConferenceTerminateRequest_reason@@8 @42716 NONAME ??_R2GCC_ConferenceTerminateResponse@@8 @42717 NONAME ??_R2GCC_ConferenceTerminateResponse_result@@8 @42718 NONAME ??_R2GCC_ConferenceTimeExtendIndication@@8 @42719 NONAME ??_R2GCC_ConferenceTimeInquireIndication@@8 @42720 NONAME ??_R2GCC_ConferenceTimeRemainingIndication@@8 @42721 NONAME ??_R2GCC_ConferenceTransferIndication@@8 @42722 NONAME ??_R2GCC_ConferenceTransferRequest@@8 @42723 NONAME ??_R2GCC_ConferenceTransferResponse@@8 @42724 NONAME ??_R2GCC_ConferenceTransferResponse_result@@8 @42725 NONAME ??_R2GCC_ConferenceUnlockIndication@@8 @42726 NONAME ??_R2GCC_ConferenceUnlockRequest@@8 @42727 NONAME ??_R2GCC_ConferenceUnlockResponse@@8 @42728 NONAME ??_R2GCC_ConferenceUnlockResponse_result@@8 @42729 NONAME ??_R2GCC_ConnectData@@8 @42730 NONAME ??_R2GCC_ConnectGCCPDU@@8 @42731 NONAME ??_R2GCC_DialingString@@8 @42732 NONAME ??_R2GCC_DynamicChannelID@@8 @42733 NONAME ??_R2GCC_DynamicTokenID@@8 @42734 NONAME ??_R2GCC_EntityID@@8 @42735 NONAME ??_R2GCC_ExtraDialingString@@8 @42736 NONAME ??_R2GCC_FunctionNotSupportedResponse@@8 @42737 NONAME ??_R2GCC_GCCPDU@@8 @42738 NONAME ??_R2GCC_H221NonStandardIdentifier@@8 @42739 NONAME ??_R2GCC_Handle@@8 @42740 NONAME ??_R2GCC_IndicationPDU@@8 @42741 NONAME ??_R2GCC_Key@@8 @42742 NONAME ??_R2GCC_NetworkAddress@@8 @42743 NONAME ??_R2GCC_NetworkAddress_subtype@@8 @42744 NONAME ??_R2GCC_NetworkAddress_subtype_aggregatedChannel@@8 @42745 NONAME ??_R2GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@8 @42746 NONAME ??_R2GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@8 @42747 NONAME ??_R2GCC_NetworkAddress_subtype_transportConnection@@8 @42748 NONAME ??_R2GCC_NodeProperties@@8 @42749 NONAME ??_R2GCC_NodeRecord@@8 @42750 NONAME ??_R2GCC_NodeType@@8 @42751 NONAME ??_R2GCC_NonStandardParameter@@8 @42752 NONAME ??_R2GCC_NonStandardPDU@@8 @42753 NONAME ??_R2GCC_Password@@8 @42754 NONAME ??_R2GCC_PasswordChallengeRequestResponse@@8 @42755 NONAME ??_R2GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@8 @42756 NONAME ??_R2GCC_PasswordSelector@@8 @42757 NONAME ??_R2GCC_Privilege@@8 @42758 NONAME ??_R2GCC_RegistryAllocateHandleRequest@@8 @42759 NONAME ??_R2GCC_RegistryAllocateHandleResponse@@8 @42760 NONAME ??_R2GCC_RegistryAllocateHandleResponse_result@@8 @42761 NONAME ??_R2GCC_RegistryAssignTokenRequest@@8 @42762 NONAME ??_R2GCC_RegistryDeleteEntryRequest@@8 @42763 NONAME ??_R2GCC_RegistryEntryOwner@@8 @42764 NONAME ??_R2GCC_RegistryEntryOwner_owned@@8 @42765 NONAME ??_R2GCC_RegistryItem@@8 @42766 NONAME ??_R2GCC_RegistryKey@@8 @42767 NONAME ??_R2GCC_RegistryModificationRights@@8 @42768 NONAME ??_R2GCC_RegistryMonitorEntryIndication@@8 @42769 NONAME ??_R2GCC_RegistryMonitorEntryRequest@@8 @42770 NONAME ??_R2GCC_RegistryRegisterChannelRequest@@8 @42771 NONAME ??_R2GCC_RegistryResponse@@8 @42772 NONAME ??_R2GCC_RegistryResponse_primitiveType@@8 @42773 NONAME ??_R2GCC_RegistryResponse_result@@8 @42774 NONAME ??_R2GCC_RegistryRetrieveEntryRequest@@8 @42775 NONAME ??_R2GCC_RegistrySetParameterRequest@@8 @42776 NONAME ??_R2GCC_RequestPDU@@8 @42777 NONAME ??_R2GCC_ResponsePDU@@8 @42778 NONAME ??_R2GCC_RosterUpdateIndication@@8 @42779 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation@@8 @42780 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype@@8 @42781 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@8 @42782 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@8 @42783 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@8 @42784 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@8 @42785 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@8 @42786 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@8 @42787 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@8 @42788 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@8 @42789 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@8 @42790 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation@@8 @42791 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@8 @42792 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@8 @42793 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@8 @42794 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@8 @42795 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@8 @42796 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@8 @42797 NONAME ??_R2GCC_SessionKey@@8 @42798 NONAME ??_R2GCC_SimpleNumericString@@8 @42799 NONAME ??_R2GCC_SimpleTextString@@8 @42800 NONAME ??_R2GCC_StaticChannelID@@8 @42801 NONAME ??_R2GCC_StaticTokenID@@8 @42802 NONAME ??_R2GCC_SubAddressString@@8 @42803 NONAME ??_R2GCC_TerminationMethod@@8 @42804 NONAME ??_R2GCC_TextMessageIndication@@8 @42805 NONAME ??_R2GCC_TextString@@8 @42806 NONAME ??_R2GCC_Time@@8 @42807 NONAME ??_R2GCC_TokenID@@8 @42808 NONAME ??_R2GCC_UserData@@8 @42809 NONAME ??_R2GCC_UserData_subtype@@8 @42810 NONAME ??_R2GCC_UserID@@8 @42811 NONAME ??_R2GCC_UserIDIndication@@8 @42812 NONAME ??_R2H225CallThread@@8 @42813 NONAME ??_R2H225TransportThread@@8 @42814 NONAME ??_R2H225_AddressPattern@@8 @42815 NONAME ??_R2H225_AddressPattern_range@@8 @42816 NONAME ??_R2H225_AdmissionConfirm@@8 @42817 NONAME ??_R2H225_AdmissionConfirm_language@@8 @42818 NONAME ??_R2H225_AdmissionReject@@8 @42819 NONAME ??_R2H225_AdmissionRejectReason@@8 @42820 NONAME ??_R2H225_AdmissionRequest@@8 @42821 NONAME ??_R2H225_Alerting_UUIE@@8 @42822 NONAME ??_R2H225_AliasAddress@@8 @42823 NONAME ??_R2H225_AlternateGK@@8 @42824 NONAME ??_R2H225_AlternateTransportAddresses@@8 @42825 NONAME ??_R2H225_AltGKInfo@@8 @42826 NONAME ??_R2H225_ANSI_41_UIM@@8 @42827 NONAME ??_R2H225_ANSI_41_UIM_system_id@@8 @42828 NONAME ??_R2H225_ArrayOf_AddressPattern@@8 @42829 NONAME ??_R2H225_ArrayOf_AdmissionConfirm@@8 @42830 NONAME ??_R2H225_ArrayOf_AliasAddress@@8 @42831 NONAME ??_R2H225_ArrayOf_AlternateGK@@8 @42832 NONAME ??_R2H225_ArrayOf_AuthenticationMechanism@@8 @42833 NONAME ??_R2H225_ArrayOf_BandwidthDetails@@8 @42834 NONAME ??_R2H225_ArrayOf_CallReferenceValue@@8 @42835 NONAME ??_R2H225_ArrayOf_CallsAvailable@@8 @42836 NONAME ??_R2H225_ArrayOf_ClearToken@@8 @42837 NONAME ??_R2H225_ArrayOf_ConferenceIdentifier@@8 @42838 NONAME ??_R2H225_ArrayOf_ConferenceList@@8 @42839 NONAME ??_R2H225_ArrayOf_CryptoH323Token@@8 @42840 NONAME ??_R2H225_ArrayOf_DataRate@@8 @42841 NONAME ??_R2H225_ArrayOf_Endpoint@@8 @42842 NONAME ??_R2H225_ArrayOf_EnumeratedParameter@@8 @42843 NONAME ??_R2H225_ArrayOf_ExtendedAliasAddress@@8 @42844 NONAME ??_R2H225_ArrayOf_FeatureDescriptor@@8 @42845 NONAME ??_R2H225_ArrayOf_GenericData@@8 @42846 NONAME ??_R2H225_ArrayOf_H245Security@@8 @42847 NONAME ??_R2H225_ArrayOf_H248PackagesDescriptor@@8 @42848 NONAME ??_R2H225_ArrayOf_IntegrityMechanism@@8 @42849 NONAME ??_R2H225_ArrayOf_NonStandardParameter@@8 @42850 NONAME ??_R2H225_ArrayOf_PartyNumber@@8 @42851 NONAME ??_R2H225_ArrayOf_PASN_ObjectId@@8 @42852 NONAME ??_R2H225_ArrayOf_PASN_OctetString@@8 @42853 NONAME ??_R2H225_ArrayOf_RasUsageSpecification@@8 @42854 NONAME ??_R2H225_ArrayOf_RTPSession@@8 @42855 NONAME ??_R2H225_ArrayOf_ServiceControlSession@@8 @42856 NONAME ??_R2H225_ArrayOf_SupportedPrefix@@8 @42857 NONAME ??_R2H225_ArrayOf_SupportedProtocols@@8 @42858 NONAME ??_R2H225_ArrayOf_TransportAddress@@8 @42859 NONAME ??_R2H225_ArrayOf_TransportChannelInfo@@8 @42860 NONAME ??_R2H225_ArrayOf_TunnelledProtocol@@8 @42861 NONAME ??_R2H225_BandRejectReason@@8 @42862 NONAME ??_R2H225_BandWidth@@8 @42863 NONAME ??_R2H225_BandwidthConfirm@@8 @42864 NONAME ??_R2H225_BandwidthDetails@@8 @42865 NONAME ??_R2H225_BandwidthReject@@8 @42866 NONAME ??_R2H225_BandwidthRequest@@8 @42867 NONAME ??_R2H225_CallCapacity@@8 @42868 NONAME ??_R2H225_CallCapacityInfo@@8 @42869 NONAME ??_R2H225_CallCreditCapability@@8 @42870 NONAME ??_R2H225_CallCreditServiceControl@@8 @42871 NONAME ??_R2H225_CallCreditServiceControl_billingMode@@8 @42872 NONAME ??_R2H225_CallCreditServiceControl_callStartingPoint@@8 @42873 NONAME ??_R2H225_CallIdentifier@@8 @42874 NONAME ??_R2H225_CallLinkage@@8 @42875 NONAME ??_R2H225_CallModel@@8 @42876 NONAME ??_R2H225_CallProceeding_UUIE@@8 @42877 NONAME ??_R2H225_CallReferenceValue@@8 @42878 NONAME ??_R2H225_CallsAvailable@@8 @42879 NONAME ??_R2H225_CallTerminationCause@@8 @42880 NONAME ??_R2H225_CallType@@8 @42881 NONAME ??_R2H225_CapacityReportingCapability@@8 @42882 NONAME ??_R2H225_CapacityReportingSpecification@@8 @42883 NONAME ??_R2H225_CapacityReportingSpecification_when@@8 @42884 NONAME ??_R2H225_CarrierInfo@@8 @42885 NONAME ??_R2H225_CicInfo@@8 @42886 NONAME ??_R2H225_CicInfo_cic@@8 @42887 NONAME ??_R2H225_CircuitIdentifier@@8 @42888 NONAME ??_R2H225_CircuitInfo@@8 @42889 NONAME ??_R2H225_ConferenceIdentifier@@8 @42890 NONAME ??_R2H225_ConferenceList@@8 @42891 NONAME ??_R2H225_Connect_UUIE@@8 @42892 NONAME ??_R2H225_Connect_UUIE_language@@8 @42893 NONAME ??_R2H225_Content@@8 @42894 NONAME ??_R2H225_CryptoH323Token@@8 @42895 NONAME ??_R2H225_CryptoH323Token_cryptoEPPwdHash@@8 @42896 NONAME ??_R2H225_CryptoH323Token_cryptoGKPwdHash@@8 @42897 NONAME ??_R2H225_DataRate@@8 @42898 NONAME ??_R2H225_DisengageConfirm@@8 @42899 NONAME ??_R2H225_DisengageReason@@8 @42900 NONAME ??_R2H225_DisengageReject@@8 @42901 NONAME ??_R2H225_DisengageRejectReason@@8 @42902 NONAME ??_R2H225_DisengageRequest@@8 @42903 NONAME ??_R2H225_EncodedFastStartToken@@8 @42904 NONAME ??_R2H225_EncryptIntAlg@@8 @42905 NONAME ??_R2H225_Endpoint@@8 @42906 NONAME ??_R2H225_EndpointIdentifier@@8 @42907 NONAME ??_R2H225_EndpointType@@8 @42908 NONAME ??_R2H225_EnumeratedParameter@@8 @42909 NONAME ??_R2H225_ExtendedAliasAddress@@8 @42910 NONAME ??_R2H225_FacilityReason@@8 @42911 NONAME ??_R2H225_Facility_UUIE@@8 @42912 NONAME ??_R2H225_FastStartToken@@8 @42913 NONAME ??_R2H225_FeatureDescriptor@@8 @42914 NONAME ??_R2H225_FeatureSet@@8 @42915 NONAME ??_R2H225_GatekeeperConfirm@@8 @42916 NONAME ??_R2H225_GatekeeperIdentifier@@8 @42917 NONAME ??_R2H225_GatekeeperInfo@@8 @42918 NONAME ??_R2H225_GatekeeperReject@@8 @42919 NONAME ??_R2H225_GatekeeperRejectReason@@8 @42920 NONAME ??_R2H225_GatekeeperRequest@@8 @42921 NONAME ??_R2H225_GatewayInfo@@8 @42922 NONAME ??_R2H225_GenericData@@8 @42923 NONAME ??_R2H225_GenericIdentifier@@8 @42924 NONAME ??_R2H225_GloballyUniqueID@@8 @42925 NONAME ??_R2H225_GroupID@@8 @42926 NONAME ??_R2H225_GroupID_member@@8 @42927 NONAME ??_R2H225_GSM_UIM@@8 @42928 NONAME ??_R2H225_H221NonStandard@@8 @42929 NONAME ??_R2H225_H245Security@@8 @42930 NONAME ??_R2H225_H248PackagesDescriptor@@8 @42931 NONAME ??_R2H225_H248SignalsDescriptor@@8 @42932 NONAME ??_R2H225_H310Caps@@8 @42933 NONAME ??_R2H225_H320Caps@@8 @42934 NONAME ??_R2H225_H321Caps@@8 @42935 NONAME ??_R2H225_H322Caps@@8 @42936 NONAME ??_R2H225_H323Caps@@8 @42937 NONAME ??_R2H225_H323_UserInformation@@8 @42938 NONAME ??_R2H225_H323_UserInformation_user_data@@8 @42939 NONAME ??_R2H225_H323_UU_PDU@@8 @42940 NONAME ??_R2H225_H323_UU_PDU_h323_message_body@@8 @42941 NONAME ??_R2H225_H323_UU_PDU_tunnelledSignallingMessage@@8 @42942 NONAME ??_R2H225_H324Caps@@8 @42943 NONAME ??_R2H225_ICV@@8 @42944 NONAME ??_R2H225_InfoRequest@@8 @42945 NONAME ??_R2H225_InfoRequestAck@@8 @42946 NONAME ??_R2H225_InfoRequestNak@@8 @42947 NONAME ??_R2H225_InfoRequestNakReason@@8 @42948 NONAME ??_R2H225_InfoRequestResponse@@8 @42949 NONAME ??_R2H225_InfoRequestResponseStatus@@8 @42950 NONAME ??_R2H225_InfoRequestResponse_perCallInfo@@8 @42951 NONAME ??_R2H225_InfoRequestResponse_perCallInfo_subtype@@8 @42952 NONAME ??_R2H225_InfoRequestResponse_perCallInfo_subtype_pdu@@8 @42953 NONAME ??_R2H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@8 @42954 NONAME ??_R2H225_Information_UUIE@@8 @42955 NONAME ??_R2H225_IntegrityMechanism@@8 @42956 NONAME ??_R2H225_LocationConfirm@@8 @42957 NONAME ??_R2H225_LocationReject@@8 @42958 NONAME ??_R2H225_LocationRejectReason@@8 @42959 NONAME ??_R2H225_LocationRequest@@8 @42960 NONAME ??_R2H225_McuInfo@@8 @42961 NONAME ??_R2H225_MobileUIM@@8 @42962 NONAME ??_R2H225_NonIsoIntegrityMechanism@@8 @42963 NONAME ??_R2H225_NonStandardIdentifier@@8 @42964 NONAME ??_R2H225_NonStandardMessage@@8 @42965 NONAME ??_R2H225_NonStandardParameter@@8 @42966 NONAME ??_R2H225_NonStandardProtocol@@8 @42967 NONAME ??_R2H225_Notify_UUIE@@8 @42968 NONAME ??_R2H225_NumberDigits@@8 @42969 NONAME ??_R2H225_PartyNumber@@8 @42970 NONAME ??_R2H225_PresentationIndicator@@8 @42971 NONAME ??_R2H225_PrivatePartyNumber@@8 @42972 NONAME ??_R2H225_PrivateTypeOfNumber@@8 @42973 NONAME ??_R2H225_Progress_UUIE@@8 @42974 NONAME ??_R2H225_ProtocolIdentifier@@8 @42975 NONAME ??_R2H225_PublicPartyNumber@@8 @42976 NONAME ??_R2H225_PublicTypeOfNumber@@8 @42977 NONAME ??_R2H225_Q954Details@@8 @42978 NONAME ??_R2H225_QseriesOptions@@8 @42979 NONAME ??_R2H225_RAS@@8 @42980 NONAME ??_R2H225_RasMessage@@8 @42981 NONAME ??_R2H225_RasUsageInformation@@8 @42982 NONAME ??_R2H225_RasUsageInfoTypes@@8 @42983 NONAME ??_R2H225_RasUsageSpecification@@8 @42984 NONAME ??_R2H225_RasUsageSpecification_callStartingPoint@@8 @42985 NONAME ??_R2H225_RasUsageSpecification_when@@8 @42986 NONAME ??_R2H225_RegistrationConfirm@@8 @42987 NONAME ??_R2H225_RegistrationConfirm_preGrantedARQ@@8 @42988 NONAME ??_R2H225_RegistrationReject@@8 @42989 NONAME ??_R2H225_RegistrationRejectReason@@8 @42990 NONAME ??_R2H225_RegistrationRejectReason_invalidTerminalAliases@@8 @42991 NONAME ??_R2H225_RegistrationRequest@@8 @42992 NONAME ??_R2H225_ReleaseCompleteReason@@8 @42993 NONAME ??_R2H225_ReleaseComplete_UUIE@@8 @42994 NONAME ??_R2H225_RequestInProgress@@8 @42995 NONAME ??_R2H225_RequestSeqNum@@8 @42996 NONAME ??_R2H225_ResourcesAvailableConfirm@@8 @42997 NONAME ??_R2H225_ResourcesAvailableIndicate@@8 @42998 NONAME ??_R2H225_RTPSession@@8 @42999 NONAME ??_R2H225_RTPSession_associatedSessionIds@@8 @43000 NONAME ??_R2H225_ScnConnectionAggregation@@8 @43001 NONAME ??_R2H225_ScnConnectionType@@8 @43002 NONAME ??_R2H225_ScreeningIndicator@@8 @43003 NONAME ??_R2H225_SecurityCapabilities@@8 @43004 NONAME ??_R2H225_SecurityErrors2@@8 @43005 NONAME ??_R2H225_SecurityErrors@@8 @43006 NONAME ??_R2H225_SecurityServiceMode@@8 @43007 NONAME ??_R2H225_ServiceControlDescriptor@@8 @43008 NONAME ??_R2H225_ServiceControlIndication@@8 @43009 NONAME ??_R2H225_ServiceControlIndication_callSpecific@@8 @43010 NONAME ??_R2H225_ServiceControlResponse@@8 @43011 NONAME ??_R2H225_ServiceControlResponse_result@@8 @43012 NONAME ??_R2H225_ServiceControlSession@@8 @43013 NONAME ??_R2H225_ServiceControlSession_reason@@8 @43014 NONAME ??_R2H225_SetupAcknowledge_UUIE@@8 @43015 NONAME ??_R2H225_Setup_UUIE@@8 @43016 NONAME ??_R2H225_Setup_UUIE_conferenceGoal@@8 @43017 NONAME ??_R2H225_Setup_UUIE_connectionParameters@@8 @43018 NONAME ??_R2H225_Setup_UUIE_language@@8 @43019 NONAME ??_R2H225_SIPCaps@@8 @43020 NONAME ??_R2H225_StatusInquiry_UUIE@@8 @43021 NONAME ??_R2H225_Status_UUIE@@8 @43022 NONAME ??_R2H225_StimulusControl@@8 @43023 NONAME ??_R2H225_SupportedPrefix@@8 @43024 NONAME ??_R2H225_SupportedProtocols@@8 @43025 NONAME ??_R2H225_T120OnlyCaps@@8 @43026 NONAME ??_R2H225_T38FaxAnnexbOnlyCaps@@8 @43027 NONAME ??_R2H225_TBCD_STRING@@8 @43028 NONAME ??_R2H225_TerminalInfo@@8 @43029 NONAME ??_R2H225_TimeToLive@@8 @43030 NONAME ??_R2H225_TransportAddress@@8 @43031 NONAME ??_R2H225_TransportAddress_ip6Address@@8 @43032 NONAME ??_R2H225_TransportAddress_ipAddress@@8 @43033 NONAME ??_R2H225_TransportAddress_ipSourceRoute@@8 @43034 NONAME ??_R2H225_TransportAddress_ipSourceRoute_route@@8 @43035 NONAME ??_R2H225_TransportAddress_ipSourceRoute_routing@@8 @43036 NONAME ??_R2H225_TransportAddress_ipxAddress@@8 @43037 NONAME ??_R2H225_TransportChannelInfo@@8 @43038 NONAME ??_R2H225_TransportQOS@@8 @43039 NONAME ??_R2H225_TunnelledProtocol@@8 @43040 NONAME ??_R2H225_TunnelledProtocolAlternateIdentifier@@8 @43041 NONAME ??_R2H225_TunnelledProtocol_id@@8 @43042 NONAME ??_R2H225_UnknownMessageResponse@@8 @43043 NONAME ??_R2H225_UnregistrationConfirm@@8 @43044 NONAME ??_R2H225_UnregistrationReject@@8 @43045 NONAME ??_R2H225_UnregistrationRequest@@8 @43046 NONAME ??_R2H225_UnregRejectReason@@8 @43047 NONAME ??_R2H225_UnregRequestReason@@8 @43048 NONAME ??_R2H225_UseSpecifiedTransport@@8 @43049 NONAME ??_R2H225_UUIEsRequested@@8 @43050 NONAME ??_R2H225_VendorIdentifier@@8 @43051 NONAME ??_R2H225_VoiceCaps@@8 @43052 NONAME ??_R2H235AuthCAT@@8 @43053 NONAME ??_R2H235Authenticator@@8 @43054 NONAME ??_R2H235Authenticators@@8 @43055 NONAME ??_R2H235AuthProcedure1@@8 @43056 NONAME ??_R2H235AuthSimpleMD5@@8 @43057 NONAME ??_R2H235_AuthenticationBES@@8 @43058 NONAME ??_R2H235_AuthenticationMechanism@@8 @43059 NONAME ??_R2H235_ChallengeString@@8 @43060 NONAME ??_R2H235_ClearToken@@8 @43061 NONAME ??_R2H235_CryptoToken@@8 @43062 NONAME ??_R2H235_CryptoToken_cryptoEncryptedToken@@8 @43063 NONAME ??_R2H235_CryptoToken_cryptoHashedToken@@8 @43064 NONAME ??_R2H235_CryptoToken_cryptoSignedToken@@8 @43065 NONAME ??_R2H235_DHset@@8 @43066 NONAME ??_R2H235_ECGDSASignature@@8 @43067 NONAME ??_R2H235_ECKASDH@@8 @43068 NONAME ??_R2H235_ECKASDH_eckasdh2@@8 @43069 NONAME ??_R2H235_ECKASDH_eckasdhp@@8 @43070 NONAME ??_R2H235_ECpoint@@8 @43071 NONAME ??_R2H235_EncodedGeneralToken@@8 @43072 NONAME ??_R2H235_EncodedKeySignedMaterial@@8 @43073 NONAME ??_R2H235_EncodedKeySyncMaterial@@8 @43074 NONAME ??_R2H235_EncodedPwdCertToken@@8 @43075 NONAME ??_R2H235_EncodedReturnSig@@8 @43076 NONAME ??_R2H235_H235CertificateSignature@@8 @43077 NONAME ??_R2H235_H235Key@@8 @43078 NONAME ??_R2H235_Identifier@@8 @43079 NONAME ??_R2H235_IV16@@8 @43080 NONAME ??_R2H235_IV8@@8 @43081 NONAME ??_R2H235_KeyMaterial@@8 @43082 NONAME ??_R2H235_KeySignedMaterial@@8 @43083 NONAME ??_R2H235_KeySyncMaterial@@8 @43084 NONAME ??_R2H235_NonStandardParameter@@8 @43085 NONAME ??_R2H235_Params@@8 @43086 NONAME ??_R2H235_Password@@8 @43087 NONAME ??_R2H235_PwdCertToken@@8 @43088 NONAME ??_R2H235_RandomVal@@8 @43089 NONAME ??_R2H235_ReturnSig@@8 @43090 NONAME ??_R2H235_TimeStamp@@8 @43091 NONAME ??_R2H235_TypedCertificate@@8 @43092 NONAME ??_R2H235_V3KeySyncMaterial@@8 @43093 NONAME ??_R2H245NegLogicalChannel@@8 @43094 NONAME ??_R2H245NegLogicalChannels@@8 @43095 NONAME ??_R2H245NegMasterSlaveDetermination@@8 @43096 NONAME ??_R2H245Negotiator@@8 @43097 NONAME ??_R2H245NegRequestMode@@8 @43098 NONAME ??_R2H245NegRoundTripDelay@@8 @43099 NONAME ??_R2H245NegTerminalCapabilitySet@@8 @43100 NONAME ??_R2H245TransportThread@@8 @43101 NONAME ??_R2H245_AlternativeCapabilitySet@@8 @43102 NONAME ??_R2H245_ArrayOf_AlternativeCapabilitySet@@8 @43103 NONAME ??_R2H245_ArrayOf_BEnhancementParameters@@8 @43104 NONAME ??_R2H245_ArrayOf_CapabilityDescriptor@@8 @43105 NONAME ??_R2H245_ArrayOf_CapabilityDescriptorNumber@@8 @43106 NONAME ??_R2H245_ArrayOf_CapabilityTableEntry@@8 @43107 NONAME ??_R2H245_ArrayOf_CapabilityTableEntryNumber@@8 @43108 NONAME ??_R2H245_ArrayOf_CommunicationModeTableEntry@@8 @43109 NONAME ??_R2H245_ArrayOf_CustomPictureClockFrequency@@8 @43110 NONAME ??_R2H245_ArrayOf_CustomPictureFormat@@8 @43111 NONAME ??_R2H245_ArrayOf_DataApplicationCapability@@8 @43112 NONAME ??_R2H245_ArrayOf_DialingInformationNetworkType@@8 @43113 NONAME ??_R2H245_ArrayOf_DialingInformationNumber@@8 @43114 NONAME ??_R2H245_ArrayOf_EnhancementOptions@@8 @43115 NONAME ??_R2H245_ArrayOf_EscrowData@@8 @43116 NONAME ??_R2H245_ArrayOf_GenericCapability@@8 @52196 NONAME ??_R2H245_ArrayOf_GenericParameter@@8 @43117 NONAME ??_R2H245_ArrayOf_H263ModeComboFlags@@8 @43118 NONAME ??_R2H245_ArrayOf_H263VideoModeCombos@@8 @43119 NONAME ??_R2H245_ArrayOf_MediaChannelCapability@@8 @43120 NONAME ??_R2H245_ArrayOf_MediaDistributionCapability@@8 @43121 NONAME ??_R2H245_ArrayOf_ModeDescription@@8 @43122 NONAME ??_R2H245_ArrayOf_MultiplePayloadStreamElement@@8 @43123 NONAME ??_R2H245_ArrayOf_MultiplePayloadStreamElementMode@@8 @43124 NONAME ??_R2H245_ArrayOf_MultiplexElement@@8 @43125 NONAME ??_R2H245_ArrayOf_MultiplexEntryDescriptor@@8 @43126 NONAME ??_R2H245_ArrayOf_MultiplexEntryRejectionDescriptions@@8 @43127 NONAME ??_R2H245_ArrayOf_MultiplexTableEntryNumber@@8 @43128 NONAME ??_R2H245_ArrayOf_NonStandardParameter@@8 @43129 NONAME ??_R2H245_ArrayOf_ParameterIdentifier@@8 @43130 NONAME ??_R2H245_ArrayOf_PictureReference@@8 @43131 NONAME ??_R2H245_ArrayOf_Q2931Address@@8 @43132 NONAME ??_R2H245_ArrayOf_QOSCapability@@8 @43133 NONAME ??_R2H245_ArrayOf_RedundancyEncodingCapability@@8 @43134 NONAME ??_R2H245_ArrayOf_RedundancyEncodingDTModeElement@@8 @43135 NONAME ??_R2H245_ArrayOf_RedundancyEncodingElement@@8 @43136 NONAME ??_R2H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@8 @43137 NONAME ??_R2H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@8 @43138 NONAME ??_R2H245_ArrayOf_RTPPayloadType@@8 @43139 NONAME ??_R2H245_ArrayOf_TerminalInformation@@8 @43140 NONAME ??_R2H245_ArrayOf_TerminalLabel@@8 @43141 NONAME ??_R2H245_ArrayOf_VCCapability@@8 @43142 NONAME ??_R2H245_ArrayOf_VideoCapability@@8 @52197 NONAME ??_R2H245_ATMParameters@@8 @43143 NONAME ??_R2H245_AudioCapability@@8 @43144 NONAME ??_R2H245_AudioCapability_g7231@@8 @43145 NONAME ??_R2H245_AudioMode@@8 @43146 NONAME ??_R2H245_AudioMode_g7231@@8 @43147 NONAME ??_R2H245_AudioTelephonyEventCapability@@8 @43148 NONAME ??_R2H245_AudioToneCapability@@8 @43149 NONAME ??_R2H245_AuthenticationCapability@@8 @43150 NONAME ??_R2H245_BEnhancementParameters@@8 @43151 NONAME ??_R2H245_Capability@@8 @43152 NONAME ??_R2H245_CapabilityDescriptor@@8 @43153 NONAME ??_R2H245_CapabilityDescriptorNumber@@8 @43154 NONAME ??_R2H245_CapabilityIdentifier@@8 @43155 NONAME ??_R2H245_CapabilityTableEntry@@8 @43156 NONAME ??_R2H245_CapabilityTableEntryNumber@@8 @43157 NONAME ??_R2H245_Capability_h233EncryptionReceiveCapability@@8 @43158 NONAME ??_R2H245_CertSelectionCriteria@@8 @43159 NONAME ??_R2H245_CloseLogicalChannel@@8 @43160 NONAME ??_R2H245_CloseLogicalChannelAck@@8 @43161 NONAME ??_R2H245_CloseLogicalChannel_reason@@8 @43162 NONAME ??_R2H245_CloseLogicalChannel_source@@8 @43163 NONAME ??_R2H245_CommandMessage@@8 @43164 NONAME ??_R2H245_CommunicationModeCommand@@8 @43165 NONAME ??_R2H245_CommunicationModeRequest@@8 @43166 NONAME ??_R2H245_CommunicationModeResponse@@8 @43167 NONAME ??_R2H245_CommunicationModeTableEntry@@8 @43168 NONAME ??_R2H245_CommunicationModeTableEntry_dataType@@8 @43169 NONAME ??_R2H245_CompressionType@@8 @43170 NONAME ??_R2H245_ConferenceCapability@@8 @43171 NONAME ??_R2H245_ConferenceCommand@@8 @43172 NONAME ??_R2H245_ConferenceID@@8 @43173 NONAME ??_R2H245_ConferenceIndication@@8 @43174 NONAME ??_R2H245_ConferenceRequest@@8 @43175 NONAME ??_R2H245_ConferenceRequest_requestTerminalCertificate@@8 @43176 NONAME ??_R2H245_ConferenceResponse@@8 @43177 NONAME ??_R2H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@8 @43178 NONAME ??_R2H245_ConferenceResponse_chairTokenOwnerResponse@@8 @43179 NONAME ??_R2H245_ConferenceResponse_conferenceIDResponse@@8 @43180 NONAME ??_R2H245_ConferenceResponse_extensionAddressResponse@@8 @43181 NONAME ??_R2H245_ConferenceResponse_makeMeChairResponse@@8 @43182 NONAME ??_R2H245_ConferenceResponse_makeTerminalBroadcasterResponse@@8 @43183 NONAME ??_R2H245_ConferenceResponse_mCTerminalIDResponse@@8 @43184 NONAME ??_R2H245_ConferenceResponse_passwordResponse@@8 @43185 NONAME ??_R2H245_ConferenceResponse_sendThisSourceResponse@@8 @43186 NONAME ??_R2H245_ConferenceResponse_terminalCertificateResponse@@8 @43187 NONAME ??_R2H245_ConferenceResponse_terminalIDResponse@@8 @43188 NONAME ??_R2H245_ConnectionIdentifier@@8 @43189 NONAME ??_R2H245_CRCLength@@8 @43190 NONAME ??_R2H245_Criteria@@8 @43191 NONAME ??_R2H245_CustomPictureClockFrequency@@8 @43192 NONAME ??_R2H245_CustomPictureFormat@@8 @43193 NONAME ??_R2H245_CustomPictureFormat_mPI@@8 @43194 NONAME ??_R2H245_CustomPictureFormat_mPI_customPCF@@8 @43195 NONAME ??_R2H245_CustomPictureFormat_mPI_customPCF_subtype@@8 @43196 NONAME ??_R2H245_CustomPictureFormat_pixelAspectInformation@@8 @43197 NONAME ??_R2H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@8 @43198 NONAME ??_R2H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@8 @43199 NONAME ??_R2H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@8 @43200 NONAME ??_R2H245_DataApplicationCapability@@8 @43201 NONAME ??_R2H245_DataApplicationCapability_application@@8 @43202 NONAME ??_R2H245_DataApplicationCapability_application_nlpid@@8 @43203 NONAME ??_R2H245_DataApplicationCapability_application_t38fax@@8 @43204 NONAME ??_R2H245_DataApplicationCapability_application_t84@@8 @43205 NONAME ??_R2H245_DataMode@@8 @43206 NONAME ??_R2H245_DataMode_application@@8 @43207 NONAME ??_R2H245_DataMode_application_nlpid@@8 @43208 NONAME ??_R2H245_DataMode_application_t38fax@@8 @43209 NONAME ??_R2H245_DataProtocolCapability@@8 @43210 NONAME ??_R2H245_DataProtocolCapability_v76wCompression@@8 @43211 NONAME ??_R2H245_DataType@@8 @43212 NONAME ??_R2H245_DepFECCapability@@8 @52198 NONAME ??_R2H245_DepFECCapability_rfc2733@@8 @52199 NONAME ??_R2H245_DepFECCapability_rfc2733_separateStream@@8 @52200 NONAME ??_R2H245_DepFECData@@8 @52201 NONAME ??_R2H245_DepFECData_rfc2733@@8 @52202 NONAME ??_R2H245_DepFECData_rfc2733_mode@@8 @52203 NONAME ??_R2H245_DepFECData_rfc2733_mode_separateStream@@8 @52204 NONAME ??_R2H245_DepFECData_rfc2733_mode_separateStream_differentPort@@8 @52205 NONAME ??_R2H245_DepFECData_rfc2733_mode_separateStream_samePort@@8 @52206 NONAME ??_R2H245_DepFECMode@@8 @52207 NONAME ??_R2H245_DepFECMode_rfc2733Mode@@8 @52208 NONAME ??_R2H245_DepFECMode_rfc2733Mode_mode@@8 @52209 NONAME ??_R2H245_DepFECMode_rfc2733Mode_mode_separateStream@@8 @52210 NONAME ??_R2H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@8 @52211 NONAME ??_R2H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@8 @52212 NONAME ??_R2H245_DialingInformation@@8 @43213 NONAME ??_R2H245_DialingInformationNetworkType@@8 @43214 NONAME ??_R2H245_DialingInformationNumber@@8 @43215 NONAME ??_R2H245_EncryptionAuthenticationAndIntegrity@@8 @43216 NONAME ??_R2H245_EncryptionCapability@@8 @43217 NONAME ??_R2H245_EncryptionCommand@@8 @43218 NONAME ??_R2H245_EncryptionCommand_encryptionAlgorithmID@@8 @43219 NONAME ??_R2H245_EncryptionMode@@8 @43220 NONAME ??_R2H245_EncryptionSync@@8 @43221 NONAME ??_R2H245_EncryptionUpdateDirection@@8 @52213 NONAME ??_R2H245_EncryptionUpdateRequest@@8 @43222 NONAME ??_R2H245_EndSessionCommand@@8 @43223 NONAME ??_R2H245_EndSessionCommand_gstnOptions@@8 @43224 NONAME ??_R2H245_EndSessionCommand_isdnOptions@@8 @43225 NONAME ??_R2H245_EnhancementLayerInfo@@8 @43226 NONAME ??_R2H245_EnhancementOptions@@8 @43227 NONAME ??_R2H245_EscrowData@@8 @43228 NONAME ??_R2H245_ExtendedVideoCapability@@8 @52214 NONAME ??_R2H245_FECCapability@@8 @43229 NONAME ??_R2H245_FECCapability_rfc2733Format@@8 @52215 NONAME ??_R2H245_FECData@@8 @43232 NONAME ??_R2H245_FECData_rfc2733@@8 @43233 NONAME ??_R2H245_FECData_rfc2733_pktMode@@8 @52216 NONAME ??_R2H245_FECData_rfc2733_pktMode_rfc2733diffport@@8 @52217 NONAME ??_R2H245_FECData_rfc2733_pktMode_rfc2733sameport@@8 @52218 NONAME ??_R2H245_FECMode@@8 @43238 NONAME ??_R2H245_FECMode_rfc2733Format@@8 @52219 NONAME ??_R2H245_FlowControlCommand@@8 @43244 NONAME ??_R2H245_FlowControlCommand_restriction@@8 @43245 NONAME ??_R2H245_FlowControlCommand_scope@@8 @43246 NONAME ??_R2H245_FlowControlIndication@@8 @43247 NONAME ??_R2H245_FlowControlIndication_restriction@@8 @43248 NONAME ??_R2H245_FlowControlIndication_scope@@8 @43249 NONAME ??_R2H245_FunctionNotSupported@@8 @43250 NONAME ??_R2H245_FunctionNotSupported_cause@@8 @43251 NONAME ??_R2H245_FunctionNotUnderstood@@8 @43252 NONAME ??_R2H245_G7231AnnexCCapability@@8 @43253 NONAME ??_R2H245_G7231AnnexCCapability_g723AnnexCAudioMode@@8 @43254 NONAME ??_R2H245_G7231AnnexCMode@@8 @43255 NONAME ??_R2H245_G7231AnnexCMode_g723AnnexCAudioMode@@8 @43256 NONAME ??_R2H245_G729Extensions@@8 @43257 NONAME ??_R2H245_GenericCapability@@8 @43258 NONAME ??_R2H245_GenericMessage@@8 @52220 NONAME ??_R2H245_GenericParameter@@8 @43259 NONAME ??_R2H245_GSMAudioCapability@@8 @43260 NONAME ??_R2H245_H222Capability@@8 @43261 NONAME ??_R2H245_H222LogicalChannelParameters@@8 @43262 NONAME ??_R2H245_H223AL1MParameters@@8 @43263 NONAME ??_R2H245_H223AL1MParameters_arqType@@8 @43264 NONAME ??_R2H245_H223AL1MParameters_crcLength@@8 @43265 NONAME ??_R2H245_H223AL1MParameters_headerFEC@@8 @43266 NONAME ??_R2H245_H223AL1MParameters_transferMode@@8 @43267 NONAME ??_R2H245_H223AL2MParameters@@8 @43268 NONAME ??_R2H245_H223AL2MParameters_headerFEC@@8 @43269 NONAME ??_R2H245_H223AL3MParameters@@8 @43270 NONAME ??_R2H245_H223AL3MParameters_arqType@@8 @43271 NONAME ??_R2H245_H223AL3MParameters_crcLength@@8 @43272 NONAME ??_R2H245_H223AL3MParameters_headerFormat@@8 @43273 NONAME ??_R2H245_H223AnnexCArqParameters@@8 @43274 NONAME ??_R2H245_H223AnnexCArqParameters_numberOfRetransmissions@@8 @43275 NONAME ??_R2H245_H223AnnexCCapability@@8 @43276 NONAME ??_R2H245_H223Capability@@8 @43277 NONAME ??_R2H245_H223Capability_h223MultiplexTableCapability@@8 @43278 NONAME ??_R2H245_H223Capability_h223MultiplexTableCapability_enhanced@@8 @43279 NONAME ??_R2H245_H223Capability_mobileMultilinkFrameCapability@@8 @43280 NONAME ??_R2H245_H223Capability_mobileOperationTransmitCapability@@8 @43281 NONAME ??_R2H245_H223LogicalChannelParameters@@8 @43282 NONAME ??_R2H245_H223LogicalChannelParameters_adaptationLayerType@@8 @43283 NONAME ??_R2H245_H223LogicalChannelParameters_adaptationLayerType_al3@@8 @43284 NONAME ??_R2H245_H223ModeParameters@@8 @43285 NONAME ??_R2H245_H223ModeParameters_adaptationLayerType@@8 @43286 NONAME ??_R2H245_H223ModeParameters_adaptationLayerType_al3@@8 @43287 NONAME ??_R2H245_H223MultiplexReconfiguration@@8 @43288 NONAME ??_R2H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@8 @43289 NONAME ??_R2H245_H223MultiplexReconfiguration_h223ModeChange@@8 @43290 NONAME ??_R2H245_H223SkewIndication@@8 @43291 NONAME ??_R2H245_H2250Capability@@8 @43292 NONAME ??_R2H245_H2250Capability_mcCapability@@8 @43293 NONAME ??_R2H245_H2250LogicalChannelAckParameters@@8 @43294 NONAME ??_R2H245_H2250LogicalChannelParameters@@8 @43295 NONAME ??_R2H245_H2250LogicalChannelParameters_mediaPacketization@@8 @43296 NONAME ??_R2H245_H2250MaximumSkewIndication@@8 @43297 NONAME ??_R2H245_H2250ModeParameters@@8 @43298 NONAME ??_R2H245_H235Media@@8 @43299 NONAME ??_R2H245_H235Media_mediaType@@8 @43300 NONAME ??_R2H245_H235Mode@@8 @43301 NONAME ??_R2H245_H235Mode_mediaMode@@8 @43302 NONAME ??_R2H245_H235SecurityCapability@@8 @43303 NONAME ??_R2H245_H261VideoCapability@@8 @43304 NONAME ??_R2H245_H261VideoMode@@8 @43305 NONAME ??_R2H245_H261VideoMode_resolution@@8 @43306 NONAME ??_R2H245_H262VideoCapability@@8 @43307 NONAME ??_R2H245_H262VideoMode@@8 @43308 NONAME ??_R2H245_H262VideoMode_profileAndLevel@@8 @43309 NONAME ??_R2H245_H263ModeComboFlags@@8 @43310 NONAME ??_R2H245_H263Options@@8 @43311 NONAME ??_R2H245_H263Version3Options@@8 @43312 NONAME ??_R2H245_H263VideoCapability@@8 @43313 NONAME ??_R2H245_H263VideoMode@@8 @43314 NONAME ??_R2H245_H263VideoModeCombos@@8 @43315 NONAME ??_R2H245_H263VideoMode_resolution@@8 @43316 NONAME ??_R2H245_IndicationMessage@@8 @43317 NONAME ??_R2H245_IntegrityCapability@@8 @43318 NONAME ??_R2H245_IS11172AudioCapability@@8 @43319 NONAME ??_R2H245_IS11172AudioMode@@8 @43320 NONAME ??_R2H245_IS11172AudioMode_audioLayer@@8 @43321 NONAME ??_R2H245_IS11172AudioMode_audioSampling@@8 @43322 NONAME ??_R2H245_IS11172AudioMode_multichannelType@@8 @43323 NONAME ??_R2H245_IS11172VideoCapability@@8 @43324 NONAME ??_R2H245_IS11172VideoMode@@8 @43325 NONAME ??_R2H245_IS13818AudioCapability@@8 @43326 NONAME ??_R2H245_IS13818AudioMode@@8 @43327 NONAME ??_R2H245_IS13818AudioMode_audioLayer@@8 @43328 NONAME ??_R2H245_IS13818AudioMode_audioSampling@@8 @43329 NONAME ??_R2H245_IS13818AudioMode_multichannelType@@8 @43330 NONAME ??_R2H245_IV16@@8 @52221 NONAME ??_R2H245_IV8@@8 @52222 NONAME ??_R2H245_JitterIndication@@8 @43331 NONAME ??_R2H245_JitterIndication_scope@@8 @43332 NONAME ??_R2H245_KeyProtectionMethod@@8 @43333 NONAME ??_R2H245_LogicalChannelNumber@@8 @43334 NONAME ??_R2H245_LogicalChannelRateAcknowledge@@8 @43335 NONAME ??_R2H245_LogicalChannelRateReject@@8 @43336 NONAME ??_R2H245_LogicalChannelRateRejectReason@@8 @43337 NONAME ??_R2H245_LogicalChannelRateRelease@@8 @43338 NONAME ??_R2H245_LogicalChannelRateRequest@@8 @43339 NONAME ??_R2H245_MaintenanceLoopAck@@8 @43340 NONAME ??_R2H245_MaintenanceLoopAck_type@@8 @43341 NONAME ??_R2H245_MaintenanceLoopOffCommand@@8 @43342 NONAME ??_R2H245_MaintenanceLoopReject@@8 @43343 NONAME ??_R2H245_MaintenanceLoopReject_cause@@8 @43344 NONAME ??_R2H245_MaintenanceLoopReject_type@@8 @43345 NONAME ??_R2H245_MaintenanceLoopRequest@@8 @43346 NONAME ??_R2H245_MaintenanceLoopRequest_type@@8 @43347 NONAME ??_R2H245_MasterSlaveDetermination@@8 @43348 NONAME ??_R2H245_MasterSlaveDeterminationAck@@8 @43349 NONAME ??_R2H245_MasterSlaveDeterminationAck_decision@@8 @43350 NONAME ??_R2H245_MasterSlaveDeterminationReject@@8 @43351 NONAME ??_R2H245_MasterSlaveDeterminationReject_cause@@8 @43352 NONAME ??_R2H245_MasterSlaveDeterminationRelease@@8 @43353 NONAME ??_R2H245_MaximumBitRate@@8 @43354 NONAME ??_R2H245_MaxRedundancy@@8 @52223 NONAME ??_R2H245_MCLocationIndication@@8 @43355 NONAME ??_R2H245_McuNumber@@8 @43356 NONAME ??_R2H245_MediaChannelCapability@@8 @43357 NONAME ??_R2H245_MediaDistributionCapability@@8 @43358 NONAME ??_R2H245_MediaEncryptionAlgorithm@@8 @43359 NONAME ??_R2H245_MediaPacketizationCapability@@8 @43360 NONAME ??_R2H245_MediaTransportType@@8 @43361 NONAME ??_R2H245_MediaTransportType_atm_AAL5_compressed@@8 @43362 NONAME ??_R2H245_MiscellaneousCommand@@8 @43363 NONAME ??_R2H245_MiscellaneousCommand_type@@8 @43364 NONAME ??_R2H245_MiscellaneousCommand_type_encryptionUpdateAck@@8 @52224 NONAME ??_R2H245_MiscellaneousCommand_type_encryptionUpdateCommand@@8 @52225 NONAME ??_R2H245_MiscellaneousCommand_type_lostPartialPicture@@8 @43365 NONAME ??_R2H245_MiscellaneousCommand_type_progressiveRefinementStart@@8 @43366 NONAME ??_R2H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@8 @43367 NONAME ??_R2H245_MiscellaneousCommand_type_videoBadMBs@@8 @43368 NONAME ??_R2H245_MiscellaneousCommand_type_videoFastUpdateGOB@@8 @43369 NONAME ??_R2H245_MiscellaneousCommand_type_videoFastUpdateMB@@8 @43370 NONAME ??_R2H245_MiscellaneousIndication@@8 @43371 NONAME ??_R2H245_MiscellaneousIndication_type@@8 @43372 NONAME ??_R2H245_MiscellaneousIndication_type_videoNotDecodedMBs@@8 @43373 NONAME ??_R2H245_MobileMultilinkReconfigurationCommand@@8 @43374 NONAME ??_R2H245_MobileMultilinkReconfigurationCommand_status@@8 @43375 NONAME ??_R2H245_MobileMultilinkReconfigurationIndication@@8 @43376 NONAME ??_R2H245_ModeDescription@@8 @43377 NONAME ??_R2H245_ModeElement@@8 @43378 NONAME ??_R2H245_ModeElementType@@8 @43379 NONAME ??_R2H245_MulticastAddress@@8 @43380 NONAME ??_R2H245_MulticastAddress_iP6Address@@8 @43381 NONAME ??_R2H245_MulticastAddress_iPAddress@@8 @43382 NONAME ??_R2H245_MultilinkIndication@@8 @43383 NONAME ??_R2H245_MultilinkIndication_crcDesired@@8 @43384 NONAME ??_R2H245_MultilinkIndication_excessiveError@@8 @43385 NONAME ??_R2H245_MultilinkRequest@@8 @43386 NONAME ??_R2H245_MultilinkRequest_addConnection@@8 @43387 NONAME ??_R2H245_MultilinkRequest_callInformation@@8 @43388 NONAME ??_R2H245_MultilinkRequest_maximumHeaderInterval@@8 @43389 NONAME ??_R2H245_MultilinkRequest_maximumHeaderInterval_requestType@@8 @43390 NONAME ??_R2H245_MultilinkRequest_removeConnection@@8 @43391 NONAME ??_R2H245_MultilinkResponse@@8 @43392 NONAME ??_R2H245_MultilinkResponse_addConnection@@8 @43393 NONAME ??_R2H245_MultilinkResponse_addConnection_responseCode@@8 @43394 NONAME ??_R2H245_MultilinkResponse_addConnection_responseCode_rejected@@8 @43395 NONAME ??_R2H245_MultilinkResponse_callInformation@@8 @43396 NONAME ??_R2H245_MultilinkResponse_maximumHeaderInterval@@8 @43397 NONAME ??_R2H245_MultilinkResponse_removeConnection@@8 @43398 NONAME ??_R2H245_MultimediaSystemControlMessage@@8 @43399 NONAME ??_R2H245_MultiplePayloadStream@@8 @43400 NONAME ??_R2H245_MultiplePayloadStreamCapability@@8 @43401 NONAME ??_R2H245_MultiplePayloadStreamElement@@8 @43402 NONAME ??_R2H245_MultiplePayloadStreamElementMode@@8 @43403 NONAME ??_R2H245_MultiplePayloadStreamMode@@8 @43404 NONAME ??_R2H245_MultiplexCapability@@8 @43405 NONAME ??_R2H245_MultiplexedStreamCapability@@8 @43406 NONAME ??_R2H245_MultiplexedStreamModeParameters@@8 @43407 NONAME ??_R2H245_MultiplexedStreamParameter@@8 @43408 NONAME ??_R2H245_MultiplexElement@@8 @43409 NONAME ??_R2H245_MultiplexElement_repeatCount@@8 @43410 NONAME ??_R2H245_MultiplexElement_type@@8 @43411 NONAME ??_R2H245_MultiplexEntryDescriptor@@8 @43412 NONAME ??_R2H245_MultiplexEntryRejectionDescriptions@@8 @43413 NONAME ??_R2H245_MultiplexEntryRejectionDescriptions_cause@@8 @43414 NONAME ??_R2H245_MultiplexEntrySend@@8 @43415 NONAME ??_R2H245_MultiplexEntrySendAck@@8 @43416 NONAME ??_R2H245_MultiplexEntrySendReject@@8 @43417 NONAME ??_R2H245_MultiplexEntrySendRelease@@8 @43418 NONAME ??_R2H245_MultiplexFormat@@8 @43419 NONAME ??_R2H245_MultiplexTableEntryNumber@@8 @43420 NONAME ??_R2H245_MultipointCapability@@8 @43421 NONAME ??_R2H245_NetworkAccessParameters@@8 @43422 NONAME ??_R2H245_NetworkAccessParameters_distribution@@8 @43423 NONAME ??_R2H245_NetworkAccessParameters_networkAddress@@8 @43424 NONAME ??_R2H245_NetworkAccessParameters_t120SetupProcedure@@8 @43425 NONAME ??_R2H245_NewATMVCCommand@@8 @43426 NONAME ??_R2H245_NewATMVCCommand_aal@@8 @43427 NONAME ??_R2H245_NewATMVCCommand_aal_aal1@@8 @43428 NONAME ??_R2H245_NewATMVCCommand_aal_aal1_clockRecovery@@8 @43429 NONAME ??_R2H245_NewATMVCCommand_aal_aal1_errorCorrection@@8 @43430 NONAME ??_R2H245_NewATMVCCommand_aal_aal5@@8 @43431 NONAME ??_R2H245_NewATMVCCommand_multiplex@@8 @43432 NONAME ??_R2H245_NewATMVCCommand_reverseParameters@@8 @43433 NONAME ??_R2H245_NewATMVCCommand_reverseParameters_multiplex@@8 @43434 NONAME ??_R2H245_NewATMVCIndication@@8 @43435 NONAME ??_R2H245_NewATMVCIndication_aal@@8 @43436 NONAME ??_R2H245_NewATMVCIndication_aal_aal1@@8 @43437 NONAME ??_R2H245_NewATMVCIndication_aal_aal1_clockRecovery@@8 @43438 NONAME ??_R2H245_NewATMVCIndication_aal_aal1_errorCorrection@@8 @43439 NONAME ??_R2H245_NewATMVCIndication_aal_aal5@@8 @43440 NONAME ??_R2H245_NewATMVCIndication_multiplex@@8 @43441 NONAME ??_R2H245_NewATMVCIndication_reverseParameters@@8 @43442 NONAME ??_R2H245_NewATMVCIndication_reverseParameters_multiplex@@8 @43443 NONAME ??_R2H245_NonStandardIdentifier@@8 @43444 NONAME ??_R2H245_NonStandardIdentifier_h221NonStandard@@8 @43445 NONAME ??_R2H245_NonStandardMessage@@8 @43446 NONAME ??_R2H245_NonStandardParameter@@8 @43447 NONAME ??_R2H245_NoPTAudioTelephonyEventCapability@@8 @43448 NONAME ??_R2H245_NoPTAudioToneCapability@@8 @43449 NONAME ??_R2H245_OpenLogicalChannel@@8 @43450 NONAME ??_R2H245_OpenLogicalChannelAck@@8 @43451 NONAME ??_R2H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@8 @43452 NONAME ??_R2H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@8 @43453 NONAME ??_R2H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@8 @43454 NONAME ??_R2H245_OpenLogicalChannelConfirm@@8 @43455 NONAME ??_R2H245_OpenLogicalChannelReject@@8 @43456 NONAME ??_R2H245_OpenLogicalChannelReject_cause@@8 @43457 NONAME ??_R2H245_OpenLogicalChannel_forwardLogicalChannelParameters@@8 @43458 NONAME ??_R2H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@8 @43459 NONAME ??_R2H245_OpenLogicalChannel_reverseLogicalChannelParameters@@8 @43460 NONAME ??_R2H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@8 @43461 NONAME ??_R2H245_ParameterIdentifier@@8 @43462 NONAME ??_R2H245_ParameterValue@@8 @43463 NONAME ??_R2H245_Params@@8 @52226 NONAME ??_R2H245_Password@@8 @43464 NONAME ??_R2H245_PictureReference@@8 @43465 NONAME ??_R2H245_Q2931Address@@8 @43466 NONAME ??_R2H245_Q2931Address_address@@8 @43467 NONAME ??_R2H245_QOSCapability@@8 @43468 NONAME ??_R2H245_QOSMode@@8 @43469 NONAME ??_R2H245_RedundancyEncoding@@8 @43470 NONAME ??_R2H245_RedundancyEncodingCapability@@8 @43471 NONAME ??_R2H245_RedundancyEncodingDTMode@@8 @43472 NONAME ??_R2H245_RedundancyEncodingDTModeElement@@8 @43473 NONAME ??_R2H245_RedundancyEncodingDTModeElement_type@@8 @43474 NONAME ??_R2H245_RedundancyEncodingElement@@8 @43475 NONAME ??_R2H245_RedundancyEncodingMethod@@8 @43476 NONAME ??_R2H245_RedundancyEncodingMode@@8 @43477 NONAME ??_R2H245_RedundancyEncodingMode_secondaryEncoding@@8 @43478 NONAME ??_R2H245_RedundancyEncoding_rtpRedundancyEncoding@@8 @43479 NONAME ??_R2H245_RefPictureSelection@@8 @43480 NONAME ??_R2H245_RefPictureSelection_additionalPictureMemory@@8 @43481 NONAME ??_R2H245_RefPictureSelection_enhancedReferencePicSelect@@8 @43482 NONAME ??_R2H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@8 @43483 NONAME ??_R2H245_RefPictureSelection_videoBackChannelSend@@8 @43484 NONAME ??_R2H245_RemoteMCRequest@@8 @43485 NONAME ??_R2H245_RemoteMCResponse@@8 @43486 NONAME ??_R2H245_RemoteMCResponse_reject@@8 @43487 NONAME ??_R2H245_RequestAllTerminalIDsResponse@@8 @43488 NONAME ??_R2H245_RequestChannelClose@@8 @43489 NONAME ??_R2H245_RequestChannelCloseAck@@8 @43490 NONAME ??_R2H245_RequestChannelCloseReject@@8 @43491 NONAME ??_R2H245_RequestChannelCloseReject_cause@@8 @43492 NONAME ??_R2H245_RequestChannelCloseRelease@@8 @43493 NONAME ??_R2H245_RequestChannelClose_reason@@8 @43494 NONAME ??_R2H245_RequestMessage@@8 @43495 NONAME ??_R2H245_RequestMode@@8 @43496 NONAME ??_R2H245_RequestModeAck@@8 @43497 NONAME ??_R2H245_RequestModeAck_response@@8 @43498 NONAME ??_R2H245_RequestModeReject@@8 @43499 NONAME ??_R2H245_RequestModeReject_cause@@8 @43500 NONAME ??_R2H245_RequestModeRelease@@8 @43501 NONAME ??_R2H245_RequestMultiplexEntry@@8 @43502 NONAME ??_R2H245_RequestMultiplexEntryAck@@8 @43503 NONAME ??_R2H245_RequestMultiplexEntryReject@@8 @43504 NONAME ??_R2H245_RequestMultiplexEntryRejectionDescriptions@@8 @43505 NONAME ??_R2H245_RequestMultiplexEntryRejectionDescriptions_cause@@8 @43506 NONAME ??_R2H245_RequestMultiplexEntryRelease@@8 @43507 NONAME ??_R2H245_ResponseMessage@@8 @43508 NONAME ??_R2H245_RoundTripDelayRequest@@8 @43509 NONAME ??_R2H245_RoundTripDelayResponse@@8 @43510 NONAME ??_R2H245_RSVPParameters@@8 @43511 NONAME ??_R2H245_RTPH263VideoRedundancyEncoding@@8 @43512 NONAME ??_R2H245_RTPH263VideoRedundancyEncoding_containedThreads@@8 @43513 NONAME ??_R2H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@8 @43514 NONAME ??_R2H245_RTPH263VideoRedundancyFrameMapping@@8 @43515 NONAME ??_R2H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@8 @43516 NONAME ??_R2H245_RTPPayloadType@@8 @43517 NONAME ??_R2H245_RTPPayloadType_payloadDescriptor@@8 @43518 NONAME ??_R2H245_SendTerminalCapabilitySet@@8 @43519 NONAME ??_R2H245_SendTerminalCapabilitySet_specificRequest@@8 @43520 NONAME ??_R2H245_SequenceNumber@@8 @43521 NONAME ??_R2H245_SubstituteConferenceIDCommand@@8 @43522 NONAME ??_R2H245_T38FaxProfile@@8 @43523 NONAME ??_R2H245_T38FaxRateManagement@@8 @43524 NONAME ??_R2H245_T38FaxTcpOptions@@8 @43525 NONAME ??_R2H245_T38FaxUdpOptions@@8 @43526 NONAME ??_R2H245_T38FaxUdpOptions_t38FaxUdpEC@@8 @43527 NONAME ??_R2H245_T84Profile@@8 @43528 NONAME ??_R2H245_T84Profile_t84Restricted@@8 @43529 NONAME ??_R2H245_TerminalCapabilitySet@@8 @43530 NONAME ??_R2H245_TerminalCapabilitySetAck@@8 @43531 NONAME ??_R2H245_TerminalCapabilitySetReject@@8 @43532 NONAME ??_R2H245_TerminalCapabilitySetReject_cause@@8 @43533 NONAME ??_R2H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@8 @43534 NONAME ??_R2H245_TerminalCapabilitySetRelease@@8 @43535 NONAME ??_R2H245_TerminalID@@8 @43536 NONAME ??_R2H245_TerminalInformation@@8 @43537 NONAME ??_R2H245_TerminalLabel@@8 @43538 NONAME ??_R2H245_TerminalNumber@@8 @43539 NONAME ??_R2H245_TerminalYouAreSeeingInSubPictureNumber@@8 @43540 NONAME ??_R2H245_TransparencyParameters@@8 @43541 NONAME ??_R2H245_TransportAddress@@8 @43542 NONAME ??_R2H245_TransportCapability@@8 @43543 NONAME ??_R2H245_UnicastAddress@@8 @43544 NONAME ??_R2H245_UnicastAddress_iP6Address@@8 @43545 NONAME ??_R2H245_UnicastAddress_iPAddress@@8 @43546 NONAME ??_R2H245_UnicastAddress_iPSourceRouteAddress@@8 @43547 NONAME ??_R2H245_UnicastAddress_iPSourceRouteAddress_route@@8 @43548 NONAME ??_R2H245_UnicastAddress_iPSourceRouteAddress_routing@@8 @43549 NONAME ??_R2H245_UnicastAddress_iPXAddress@@8 @43550 NONAME ??_R2H245_UserInputCapability@@8 @43551 NONAME ??_R2H245_UserInputIndication@@8 @43552 NONAME ??_R2H245_UserInputIndication_encryptedAlphanumeric@@8 @52227 NONAME ??_R2H245_UserInputIndication_extendedAlphanumeric@@8 @43553 NONAME ??_R2H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@8 @52228 NONAME ??_R2H245_UserInputIndication_signal@@8 @43554 NONAME ??_R2H245_UserInputIndication_signalUpdate@@8 @43555 NONAME ??_R2H245_UserInputIndication_signalUpdate_rtp@@8 @43556 NONAME ??_R2H245_UserInputIndication_signal_rtp@@8 @43557 NONAME ??_R2H245_UserInputIndication_userInputSupportIndication@@8 @43558 NONAME ??_R2H245_V42bis@@8 @43559 NONAME ??_R2H245_V75Capability@@8 @43560 NONAME ??_R2H245_V75Parameters@@8 @43561 NONAME ??_R2H245_V76Capability@@8 @43562 NONAME ??_R2H245_V76HDLCParameters@@8 @43563 NONAME ??_R2H245_V76LogicalChannelParameters@@8 @43564 NONAME ??_R2H245_V76LogicalChannelParameters_mode@@8 @43565 NONAME ??_R2H245_V76LogicalChannelParameters_mode_eRM@@8 @43566 NONAME ??_R2H245_V76LogicalChannelParameters_mode_eRM_recovery@@8 @43567 NONAME ??_R2H245_V76LogicalChannelParameters_suspendResume@@8 @43568 NONAME ??_R2H245_V76ModeParameters@@8 @43569 NONAME ??_R2H245_VBDCapability@@8 @43570 NONAME ??_R2H245_VBDMode@@8 @43571 NONAME ??_R2H245_VCCapability@@8 @43572 NONAME ??_R2H245_VCCapability_aal1@@8 @43573 NONAME ??_R2H245_VCCapability_aal1ViaGateway@@8 @43574 NONAME ??_R2H245_VCCapability_aal5@@8 @43575 NONAME ??_R2H245_VCCapability_availableBitRates@@8 @43576 NONAME ??_R2H245_VCCapability_availableBitRates_type@@8 @43577 NONAME ??_R2H245_VCCapability_availableBitRates_type_rangeOfBitRates@@8 @43578 NONAME ??_R2H245_VendorIdentification@@8 @43579 NONAME ??_R2H245_VideoCapability@@8 @43580 NONAME ??_R2H245_VideoIndicateCompose@@8 @43581 NONAME ??_R2H245_VideoMode@@8 @43582 NONAME ??_R2H248_ActionReply@@8 @43583 NONAME ??_R2H248_ActionRequest@@8 @43584 NONAME ??_R2H248_AmmDescriptor@@8 @43585 NONAME ??_R2H248_AmmRequest@@8 @43586 NONAME ??_R2H248_AmmsReply@@8 @43587 NONAME ??_R2H248_ArrayOf_ActionReply@@8 @43588 NONAME ??_R2H248_ArrayOf_ActionRequest@@8 @43589 NONAME ??_R2H248_ArrayOf_AmmDescriptor@@8 @43590 NONAME ??_R2H248_ArrayOf_CommandReply@@8 @43591 NONAME ??_R2H248_ArrayOf_CommandRequest@@8 @43592 NONAME ??_R2H248_ArrayOf_EventParameter@@8 @43593 NONAME ??_R2H248_ArrayOf_IndAuditParameter@@8 @43594 NONAME ??_R2H248_ArrayOf_IndAudPropertyParm@@8 @43595 NONAME ??_R2H248_ArrayOf_IndAudStreamDescriptor@@8 @43596 NONAME ??_R2H248_ArrayOf_ModemType@@8 @43597 NONAME ??_R2H248_ArrayOf_ObservedEvent@@8 @43598 NONAME ??_R2H248_ArrayOf_PASN_OctetString@@8 @43599 NONAME ??_R2H248_ArrayOf_PropertyGroup@@8 @43600 NONAME ??_R2H248_ArrayOf_PropertyParm@@8 @43601 NONAME ??_R2H248_ArrayOf_RequestedEvent@@8 @43602 NONAME ??_R2H248_ArrayOf_SecondRequestedEvent@@8 @43603 NONAME ??_R2H248_ArrayOf_Signal@@8 @43604 NONAME ??_R2H248_ArrayOf_SigParameter@@8 @43605 NONAME ??_R2H248_ArrayOf_StreamDescriptor@@8 @43606 NONAME ??_R2H248_ArrayOf_TerminationID@@8 @43607 NONAME ??_R2H248_ArrayOf_TopologyRequest@@8 @43608 NONAME ??_R2H248_ArrayOf_Transaction@@8 @43609 NONAME ??_R2H248_ArrayOf_WildcardField@@8 @43610 NONAME ??_R2H248_AuditDescriptor@@8 @43611 NONAME ??_R2H248_AuditReply@@8 @43612 NONAME ??_R2H248_AuditRequest@@8 @43613 NONAME ??_R2H248_AuditResult@@8 @43614 NONAME ??_R2H248_AuditReturnParameter@@8 @43615 NONAME ??_R2H248_AuthData@@8 @43616 NONAME ??_R2H248_AuthenticationHeader@@8 @43617 NONAME ??_R2H248_Command@@8 @43618 NONAME ??_R2H248_CommandReply@@8 @43619 NONAME ??_R2H248_CommandRequest@@8 @43620 NONAME ??_R2H248_ContextAttrAuditRequest@@8 @43621 NONAME ??_R2H248_ContextID@@8 @43622 NONAME ??_R2H248_ContextRequest@@8 @43623 NONAME ??_R2H248_DigitMapDescriptor@@8 @43624 NONAME ??_R2H248_DigitMapName@@8 @43625 NONAME ??_R2H248_DigitMapValue@@8 @43626 NONAME ??_R2H248_DomainName@@8 @43627 NONAME ??_R2H248_ErrorCode@@8 @43628 NONAME ??_R2H248_ErrorDescriptor@@8 @43629 NONAME ??_R2H248_ErrorText@@8 @43630 NONAME ??_R2H248_EventBufferControl@@8 @43631 NONAME ??_R2H248_EventBufferDescriptor@@8 @43632 NONAME ??_R2H248_EventDM@@8 @43633 NONAME ??_R2H248_EventName@@8 @43634 NONAME ??_R2H248_EventParameter@@8 @43635 NONAME ??_R2H248_EventParameter_extraInfo@@8 @43636 NONAME ??_R2H248_EventsDescriptor@@8 @43637 NONAME ??_R2H248_EventSpec@@8 @43638 NONAME ??_R2H248_H221NonStandard@@8 @43639 NONAME ??_R2H248_IndAudDigitMapDescriptor@@8 @43640 NONAME ??_R2H248_IndAudEventBufferDescriptor@@8 @43641 NONAME ??_R2H248_IndAudEventsDescriptor@@8 @43642 NONAME ??_R2H248_IndAuditParameter@@8 @43643 NONAME ??_R2H248_IndAudLocalControlDescriptor@@8 @43644 NONAME ??_R2H248_IndAudLocalRemoteDescriptor@@8 @43645 NONAME ??_R2H248_IndAudMediaDescriptor@@8 @43646 NONAME ??_R2H248_IndAudMediaDescriptor_streams@@8 @43647 NONAME ??_R2H248_IndAudPackagesDescriptor@@8 @43648 NONAME ??_R2H248_IndAudPropertyGroup@@8 @43649 NONAME ??_R2H248_IndAudPropertyParm@@8 @43650 NONAME ??_R2H248_IndAudSeqSigList@@8 @43651 NONAME ??_R2H248_IndAudSignal@@8 @43652 NONAME ??_R2H248_IndAudSignalsDescriptor@@8 @43653 NONAME ??_R2H248_IndAudStatisticsDescriptor@@8 @43654 NONAME ??_R2H248_IndAudStreamDescriptor@@8 @43655 NONAME ??_R2H248_IndAudStreamParms@@8 @43656 NONAME ??_R2H248_IndAudTerminationStateDescriptor@@8 @43657 NONAME ??_R2H248_IP4Address@@8 @43658 NONAME ??_R2H248_IP6Address@@8 @43659 NONAME ??_R2H248_LocalControlDescriptor@@8 @43660 NONAME ??_R2H248_LocalRemoteDescriptor@@8 @43661 NONAME ??_R2H248_MediaDescriptor@@8 @43662 NONAME ??_R2H248_MediaDescriptor_streams@@8 @43663 NONAME ??_R2H248_MegacoMessage@@8 @43664 NONAME ??_R2H248_Message@@8 @43665 NONAME ??_R2H248_Message_messageBody@@8 @43666 NONAME ??_R2H248_MId@@8 @43667 NONAME ??_R2H248_ModemDescriptor@@8 @43668 NONAME ??_R2H248_ModemType@@8 @43669 NONAME ??_R2H248_MuxDescriptor@@8 @43670 NONAME ??_R2H248_MuxType@@8 @43671 NONAME ??_R2H248_Name@@8 @43672 NONAME ??_R2H248_NonStandardData@@8 @43673 NONAME ??_R2H248_NonStandardIdentifier@@8 @43674 NONAME ??_R2H248_NotifyCompletion@@8 @43675 NONAME ??_R2H248_NotifyReply@@8 @43676 NONAME ??_R2H248_NotifyRequest@@8 @43677 NONAME ??_R2H248_ObservedEvent@@8 @43678 NONAME ??_R2H248_ObservedEventsDescriptor@@8 @43679 NONAME ??_R2H248_PackagesDescriptor@@8 @43680 NONAME ??_R2H248_PackagesItem@@8 @43681 NONAME ??_R2H248_PathName@@8 @43682 NONAME ??_R2H248_PkgdName@@8 @43683 NONAME ??_R2H248_PropertyGroup@@8 @43684 NONAME ??_R2H248_PropertyParm@@8 @43685 NONAME ??_R2H248_PropertyParm_extraInfo@@8 @43686 NONAME ??_R2H248_Relation@@8 @43687 NONAME ??_R2H248_RequestedActions@@8 @43688 NONAME ??_R2H248_RequestedEvent@@8 @43689 NONAME ??_R2H248_RequestID@@8 @43690 NONAME ??_R2H248_SecondEventsDescriptor@@8 @43691 NONAME ??_R2H248_SecondRequestedActions@@8 @43692 NONAME ??_R2H248_SecondRequestedEvent@@8 @43693 NONAME ??_R2H248_SecurityParmIndex@@8 @43694 NONAME ??_R2H248_SeqSigList@@8 @43695 NONAME ??_R2H248_SequenceNum@@8 @43696 NONAME ??_R2H248_ServiceChangeAddress@@8 @43697 NONAME ??_R2H248_ServiceChangeMethod@@8 @43698 NONAME ??_R2H248_ServiceChangeParm@@8 @43699 NONAME ??_R2H248_ServiceChangeProfile@@8 @43700 NONAME ??_R2H248_ServiceChangeReply@@8 @43701 NONAME ??_R2H248_ServiceChangeRequest@@8 @43702 NONAME ??_R2H248_ServiceChangeResParm@@8 @43703 NONAME ??_R2H248_ServiceChangeResult@@8 @43704 NONAME ??_R2H248_ServiceState@@8 @43705 NONAME ??_R2H248_Signal@@8 @43706 NONAME ??_R2H248_SignalName@@8 @43707 NONAME ??_R2H248_SignalRequest@@8 @43708 NONAME ??_R2H248_SignalsDescriptor@@8 @43709 NONAME ??_R2H248_SignalType@@8 @43710 NONAME ??_R2H248_SigParameter@@8 @43711 NONAME ??_R2H248_SigParameter_extraInfo@@8 @43712 NONAME ??_R2H248_StatisticsDescriptor@@8 @43713 NONAME ??_R2H248_StatisticsParameter@@8 @43714 NONAME ??_R2H248_StreamDescriptor@@8 @43715 NONAME ??_R2H248_StreamID@@8 @43716 NONAME ??_R2H248_StreamMode@@8 @43717 NONAME ??_R2H248_StreamParms@@8 @43718 NONAME ??_R2H248_SubtractRequest@@8 @43719 NONAME ??_R2H248_TerminationAudit@@8 @43720 NONAME ??_R2H248_TerminationID@@8 @43721 NONAME ??_R2H248_TerminationIDList@@8 @43722 NONAME ??_R2H248_TerminationStateDescriptor@@8 @43723 NONAME ??_R2H248_TimeNotation@@8 @43724 NONAME ??_R2H248_TopologyRequest@@8 @43725 NONAME ??_R2H248_TopologyRequest_topologyDirection@@8 @43726 NONAME ??_R2H248_Transaction@@8 @43727 NONAME ??_R2H248_TransactionAck@@8 @43728 NONAME ??_R2H248_TransactionId@@8 @43729 NONAME ??_R2H248_TransactionPending@@8 @43730 NONAME ??_R2H248_TransactionReply@@8 @43731 NONAME ??_R2H248_TransactionReply_transactionResult@@8 @43732 NONAME ??_R2H248_TransactionRequest@@8 @43733 NONAME ??_R2H248_TransactionResponseAck@@8 @43734 NONAME ??_R2H248_Value@@8 @43735 NONAME ??_R2H248_WildcardField@@8 @43736 NONAME ??_R2H261DCTEncoder@@8 @43737 NONAME ??_R2H261Encoder@@8 @43738 NONAME ??_R2H261PixelEncoder@@8 @43739 NONAME ??_R2H323AudioCapability@@8 @43742 NONAME ??_R2H323AudioCodec@@8 @43743 NONAME ??_R2H323BidirectionalChannel@@8 @43744 NONAME ??_R2H323CallCreditServiceControl@@8 @43745 NONAME ??_R2H323Capabilities@@8 @43746 NONAME ??_R2H323CapabilitiesSet@@8 @43747 NONAME ??_R2H323Capability@@8 @43748 NONAME ??_R2H323Channel@@8 @43750 NONAME ??_R2H323ChannelNumber@@8 @43751 NONAME ??_R2H323Codec@@8 @43752 NONAME ??_R2H323CodecPluginGenericAudioCapability@@8 @52229 NONAME ??_R2H323CodecPluginNonStandardAudioCapability@@8 @43755 NONAME ??_R2H323Connection@@8 @43756 NONAME ??_R2H323ConnectionsCleaner@@8 @43757 NONAME ??_R2H323ControlPDU@@8 @43758 NONAME ??_R2H323DataCapability@@8 @43759 NONAME ??_R2H323DataChannel@@8 @43760 NONAME ??_R2H323DynaLink@@8 @49668 NONAME ??_R2H323EndPoint@@8 @43761 NONAME ??_R2H323FramedAudioCodec@@8 @43762 NONAME ??_R2H323Gatekeeper@@8 @43763 NONAME ??_R2H323GatekeeperARQ@@8 @43764 NONAME ??_R2H323GatekeeperBRQ@@8 @43765 NONAME ??_R2H323GatekeeperCall@@8 @43766 NONAME ??_R2H323GatekeeperDRQ@@8 @43767 NONAME ??_R2H323GatekeeperGRQ@@8 @43768 NONAME ??_R2H323GatekeeperIRR@@8 @43769 NONAME ??_R2H323GatekeeperListener@@8 @43770 NONAME ??_R2H323GatekeeperLRQ@@8 @43771 NONAME ??_R2H323GatekeeperRequest@@8 @43772 NONAME ??_R2H323GatekeeperRRQ@@8 @43773 NONAME ??_R2H323GatekeeperServer@@8 @43774 NONAME ??_R2H323GatekeeperURQ@@8 @43775 NONAME ??_R2H323GenericAudioCapability@@8 @52230 NONAME ??_R2H323GenericCapabilityInfo@@8 @52231 NONAME ??_R2H323GenericVideoCapability@@8 @52232 NONAME ??_R2H323GSMPluginCapability@@8 @43776 NONAME ??_R2H323H248ServiceControl@@8 @43777 NONAME ??_R2H323HTTPServiceControl@@8 @43779 NONAME ??_R2H323Listener@@8 @43780 NONAME ??_R2H323ListenerTCP@@8 @43781 NONAME ??_R2H323LogicalChannelThread@@8 @43782 NONAME ??_R2H323NonStandardAudioCapability@@8 @43783 NONAME ??_R2H323NonStandardCapabilityInfo@@8 @43784 NONAME ??_R2H323NonStandardDataCapability@@8 @43785 NONAME ??_R2H323NonStandardVideoCapability@@8 @43786 NONAME ??_R2H323PeerElement@@8 @43787 NONAME ??_R2H323PeerElementDescriptor@@8 @43788 NONAME ??_R2H323PeerElementServiceRelationship@@8 @43789 NONAME ??_R2H323PluginCapability@@8 @43791 NONAME ??_R2H323PluginCodecManager@@8 @49644 NONAME ??_R2H323PluginFramedAudioCodec@@8 @49711 NONAME ??_R2H323PluginG7231Capability@@8 @43792 NONAME ??_R2H323PluginVideoCodec@@8 @43793 NONAME ??_R2H323RasPDU@@8 @43794 NONAME ??_R2H323RealTimeCapability@@8 @43795 NONAME ??_R2H323RegisteredEndPoint@@8 @43796 NONAME ??_R2H323ServiceControlSession@@8 @43797 NONAME ??_R2H323SignalPDU@@8 @43798 NONAME ??_R2H323SimultaneousCapabilities@@8 @43799 NONAME ??_R2H323StreamedAudioCodec@@8 @43800 NONAME ??_R2H323StreamedPluginAudioCodec@@8 @49712 NONAME ??_R2H323Transaction@@8 @43801 NONAME ??_R2H323TransactionPDU@@8 @43802 NONAME ??_R2H323TransactionServer@@8 @43803 NONAME ??_R2H323Transactor@@8 @43804 NONAME ??_R2H323Transport@@8 @43805 NONAME ??_R2H323TransportAddress@@8 @43806 NONAME ??_R2H323TransportAddressArray@@8 @43807 NONAME ??_R2H323TransportIP@@8 @43808 NONAME ??_R2H323TransportTCP@@8 @43809 NONAME ??_R2H323TransportUDP@@8 @43810 NONAME ??_R2H323UnidirectionalChannel@@8 @43811 NONAME ??_R2H323VideoCapability@@8 @43812 NONAME ??_R2H323VideoCodec@@8 @43813 NONAME ??_R2H323_ALawCodec@@8 @43814 NONAME ??_R2H323_AnnexG@@8 @43815 NONAME ??_R2H323_CiscoG7231aLIDCapability@@8 @43816 NONAME ??_R2H323_ExternalRTPChannel@@8 @43818 NONAME ??_R2H323_G711ALaw64Capability@@8 @50258 NONAME ??_R2H323_G711Capability@@8 @43822 NONAME ??_R2H323_G711uLaw64Capability@@8 @50259 NONAME ??_R2H323_H261Capability@@8 @43838 NONAME ??_R2H323_H261Codec@@8 @43839 NONAME ??_R2H323_LIDCapability@@8 @43842 NONAME ??_R2H323_LIDCodec@@8 @43843 NONAME ??_R2H323_LID_G711_ALaw_Capability@@8 @50260 NONAME ??_R2H323_LID_G711_uLaw_Capability@@8 @50261 NONAME ??_R2H323_LID_G7231A_5k3_Capability@@8 @50262 NONAME ??_R2H323_LID_G7231A_6k3_Capability@@8 @50263 NONAME ??_R2H323_LID_G7231_5k3_Capability@@8 @50264 NONAME ??_R2H323_LID_G7231_6k3_Capability@@8 @50265 NONAME ??_R2H323_LID_G728_Capability@@8 @50266 NONAME ??_R2H323_LID_G729AB_Capability@@8 @50267 NONAME ??_R2H323_LID_G729A_Capability@@8 @50268 NONAME ??_R2H323_LID_G729B_Capability@@8 @50269 NONAME ??_R2H323_LID_G729_Capability@@8 @50270 NONAME ??_R2H323_LID_GSM0610_Capability@@8 @50271 NONAME ??_R2H323_muLawCodec@@8 @43859 NONAME ??_R2H323_RealTimeChannel@@8 @43860 NONAME ??_R2H323_RTPChannel@@8 @43861 NONAME ??_R2H323_RTP_Session@@8 @43862 NONAME ??_R2H323_RTP_UDP@@8 @43863 NONAME ??_R2H323_T120Capability@@8 @43864 NONAME ??_R2H323_T120Channel@@8 @43865 NONAME ??_R2H323_T38Capability@@8 @43866 NONAME ??_R2H323_T38Channel@@8 @43867 NONAME ??_R2H323_T38NonStandardCapability@@8 @43868 NONAME ??_R2H323_UserInputCapability@@8 @43869 NONAME ??_R2H45010_ArrayOf_MixedExtension@@8 @43870 NONAME ??_R2H45010_CfbOvrOptArg@@8 @43871 NONAME ??_R2H45010_CoReqOptArg@@8 @43872 NONAME ??_R2H45010_H323CallOfferOperations@@8 @43873 NONAME ??_R2H45010_RUAlertOptArg@@8 @43874 NONAME ??_R2H45011Handler@@8 @43875 NONAME ??_R2H45011_ArrayOf_MixedExtension@@8 @43876 NONAME ??_R2H45011_CallIntrusionErrors@@8 @43877 NONAME ??_R2H45011_CICapabilityLevel@@8 @43878 NONAME ??_R2H45011_CIFrcRelArg@@8 @43879 NONAME ??_R2H45011_CIFrcRelOptRes@@8 @43880 NONAME ??_R2H45011_CIGetCIPLOptArg@@8 @43881 NONAME ??_R2H45011_CIGetCIPLRes@@8 @43882 NONAME ??_R2H45011_CIIsOptArg@@8 @43883 NONAME ??_R2H45011_CIIsOptRes@@8 @43884 NONAME ??_R2H45011_CINotificationArg@@8 @43885 NONAME ??_R2H45011_CIProtectionLevel@@8 @43886 NONAME ??_R2H45011_CIRequestArg@@8 @43887 NONAME ??_R2H45011_CIRequestRes@@8 @43888 NONAME ??_R2H45011_CISilentArg@@8 @43889 NONAME ??_R2H45011_CISilentOptRes@@8 @43890 NONAME ??_R2H45011_CIStatusInformation@@8 @43891 NONAME ??_R2H45011_CIWobOptArg@@8 @43892 NONAME ??_R2H45011_CIWobOptRes@@8 @43893 NONAME ??_R2H45011_H323CallIntrusionOperations@@8 @43894 NONAME ??_R2H4501_Address@@8 @43895 NONAME ??_R2H4501_AddressInformation@@8 @43896 NONAME ??_R2H4501_AddressScreened@@8 @43897 NONAME ??_R2H4501_ArrayOf_AliasAddress@@8 @43898 NONAME ??_R2H4501_ArrayOf_ROS@@8 @43899 NONAME ??_R2H4501_EndpointAddress@@8 @43900 NONAME ??_R2H4501_EntityType@@8 @43901 NONAME ??_R2H4501_Extension@@8 @43902 NONAME ??_R2H4501_GeneralErrorList@@8 @43903 NONAME ??_R2H4501_H225InformationElement@@8 @43904 NONAME ??_R2H4501_InterpretationApdu@@8 @43905 NONAME ??_R2H4501_InvokeIDs@@8 @43906 NONAME ??_R2H4501_InvokeIdSet@@8 @43907 NONAME ??_R2H4501_NetworkFacilityExtension@@8 @43908 NONAME ??_R2H4501_NSAPSubaddress@@8 @43909 NONAME ??_R2H4501_NumberScreened@@8 @43910 NONAME ??_R2H4501_PartySubaddress@@8 @43911 NONAME ??_R2H4501_PresentationAllowedIndicator@@8 @43912 NONAME ??_R2H4501_PresentedAddressScreened@@8 @43913 NONAME ??_R2H4501_PresentedAddressUnscreened@@8 @43914 NONAME ??_R2H4501_PresentedNumberScreened@@8 @43915 NONAME ??_R2H4501_PresentedNumberUnscreened@@8 @43916 NONAME ??_R2H4501_ScreeningIndicator@@8 @43917 NONAME ??_R2H4501_ServiceApdus@@8 @43918 NONAME ??_R2H4501_SubaddressInformation@@8 @43919 NONAME ??_R2H4501_SupplementaryService@@8 @43920 NONAME ??_R2H4501_UserSpecifiedSubaddress@@8 @43921 NONAME ??_R2H4502Handler@@8 @43922 NONAME ??_R2H4502_CallIdentity@@8 @43923 NONAME ??_R2H4502_CallStatus@@8 @43924 NONAME ??_R2H4502_CallTransferErrors@@8 @43925 NONAME ??_R2H4502_CallTransferOperation@@8 @43926 NONAME ??_R2H4502_CTActiveArg@@8 @43927 NONAME ??_R2H4502_CTActiveArg_argumentExtension@@8 @43928 NONAME ??_R2H4502_CTCompleteArg@@8 @43929 NONAME ??_R2H4502_CTCompleteArg_argumentExtension@@8 @43930 NONAME ??_R2H4502_CTIdentifyRes@@8 @43931 NONAME ??_R2H4502_CTIdentifyRes_resultExtension@@8 @43932 NONAME ??_R2H4502_CTInitiateArg@@8 @43933 NONAME ??_R2H4502_CTInitiateArg_argumentExtension@@8 @43934 NONAME ??_R2H4502_CTSetupArg@@8 @43935 NONAME ??_R2H4502_CTSetupArg_argumentExtension@@8 @43936 NONAME ??_R2H4502_CTUpdateArg@@8 @43937 NONAME ??_R2H4502_CTUpdateArg_argumentExtension@@8 @43938 NONAME ??_R2H4502_DummyArg@@8 @43939 NONAME ??_R2H4502_DummyRes@@8 @43940 NONAME ??_R2H4502_EndDesignation@@8 @43941 NONAME ??_R2H4502_ExtensionSeq@@8 @43942 NONAME ??_R2H4502_SubaddressTransferArg@@8 @43943 NONAME ??_R2H4502_SubaddressTransferArg_argumentExtension@@8 @43944 NONAME ??_R2H4503_BasicService@@8 @43945 NONAME ??_R2H4503_CallDiversionErrors@@8 @43946 NONAME ??_R2H4503_DiversionReason@@8 @43947 NONAME ??_R2H4503_ExtensionSeq@@8 @43948 NONAME ??_R2H4503_H323CallDiversionOperations@@8 @43949 NONAME ??_R2H4503_IntResult@@8 @43950 NONAME ??_R2H4503_IntResultList@@8 @43951 NONAME ??_R2H4503_IntResult_extension@@8 @43952 NONAME ??_R2H4503_Procedure@@8 @43953 NONAME ??_R2H4503_SubscriptionOption@@8 @43954 NONAME ??_R2H4504Handler@@8 @43955 NONAME ??_R2H4504_ArrayOf_MixedExtension@@8 @43956 NONAME ??_R2H4504_CallHoldOperation@@8 @43957 NONAME ??_R2H4504_Extension@@8 @43958 NONAME ??_R2H4504_HoldNotificArg@@8 @43959 NONAME ??_R2H4504_MixedExtension@@8 @43960 NONAME ??_R2H4504_RemoteHoldArg@@8 @43961 NONAME ??_R2H4504_RemoteHoldRes@@8 @43962 NONAME ??_R2H4504_RemoteRetrieveArg@@8 @43963 NONAME ??_R2H4504_RemoteRetrieveRes@@8 @43964 NONAME ??_R2H4504_RetrieveNotificArg@@8 @43965 NONAME ??_R2H4505_ArrayOf_MixedExtension@@8 @43966 NONAME ??_R2H4505_CallParkPickupOperations@@8 @43967 NONAME ??_R2H4505_CallPickupErrors@@8 @43968 NONAME ??_R2H4505_CallType@@8 @43969 NONAME ??_R2H4505_CpickupNotifyArg@@8 @43970 NONAME ??_R2H4505_CpNotifyArg@@8 @43971 NONAME ??_R2H4505_CpRequestArg@@8 @43972 NONAME ??_R2H4505_CpRequestRes@@8 @43973 NONAME ??_R2H4505_CpSetupArg@@8 @43974 NONAME ??_R2H4505_CpSetupRes@@8 @43975 NONAME ??_R2H4505_GroupIndicationOffArg@@8 @43976 NONAME ??_R2H4505_GroupIndicationOffRes@@8 @43977 NONAME ??_R2H4505_GroupIndicationOnArg@@8 @43978 NONAME ??_R2H4505_GroupIndicationOnRes@@8 @43979 NONAME ??_R2H4505_ParkCondition@@8 @43980 NONAME ??_R2H4505_ParkedToPosition@@8 @43981 NONAME ??_R2H4505_PickExeArg@@8 @43982 NONAME ??_R2H4505_PickExeRes@@8 @43983 NONAME ??_R2H4505_PickrequArg@@8 @43984 NONAME ??_R2H4505_PickrequRes@@8 @43985 NONAME ??_R2H4505_PickupArg@@8 @43986 NONAME ??_R2H4505_PickupRes@@8 @43987 NONAME ??_R2H4506Handler@@8 @43988 NONAME ??_R2H4506_ArrayOf_MixedExtension@@8 @43989 NONAME ??_R2H4506_CallWaitingArg@@8 @43990 NONAME ??_R2H4506_CallWaitingOperations@@8 @43991 NONAME ??_R2H4507_ArrayOf_MixedExtension@@8 @43992 NONAME ??_R2H4507_BasicService@@8 @43993 NONAME ??_R2H4507_DummyRes@@8 @43994 NONAME ??_R2H4507_H323_MWI_Operations@@8 @43995 NONAME ??_R2H4507_MessageWaitingIndicationErrors@@8 @43996 NONAME ??_R2H4507_MsgCentreId@@8 @43997 NONAME ??_R2H4507_MWIActivateArg@@8 @43998 NONAME ??_R2H4507_MWIDeactivateArg@@8 @43999 NONAME ??_R2H4507_MWIInterrogateArg@@8 @44000 NONAME ??_R2H4507_MWIInterrogateRes@@8 @44001 NONAME ??_R2H4507_MWIInterrogateResElt@@8 @44002 NONAME ??_R2H4507_NbOfMessages@@8 @44003 NONAME ??_R2H4507_TimeStamp@@8 @44004 NONAME ??_R2H4508_ExtendedName@@8 @44005 NONAME ??_R2H4508_Name@@8 @44006 NONAME ??_R2H4508_NameOperations@@8 @44007 NONAME ??_R2H4508_NamePresentationAllowed@@8 @44008 NONAME ??_R2H4508_NamePresentationRestricted@@8 @44009 NONAME ??_R2H4508_SimpleName@@8 @44010 NONAME ??_R2H4509_ArrayOf_MixedExtension@@8 @44011 NONAME ??_R2H4509_CallCompletionErrors@@8 @44012 NONAME ??_R2H4509_CcArg@@8 @44013 NONAME ??_R2H4509_CcLongArg@@8 @44014 NONAME ??_R2H4509_CcRequestArg@@8 @44015 NONAME ??_R2H4509_CcRequestRes@@8 @44016 NONAME ??_R2H4509_CcShortArg@@8 @44017 NONAME ??_R2H4509_H323CallCompletionOperations@@8 @44018 NONAME ??_R2H450ServiceAPDU@@8 @44019 NONAME ??_R2H450xDispatcher@@8 @44020 NONAME ??_R2H450xHandler@@8 @44021 NONAME ??_R2H501AccessRequest@@8 @44022 NONAME ??_R2H501DescriptorUpdate@@8 @44023 NONAME ??_R2H501PDU@@8 @44024 NONAME ??_R2H501ServiceRequest@@8 @44025 NONAME ??_R2H501Transaction@@8 @44026 NONAME ??_R2H501_AccessConfirmation@@8 @44027 NONAME ??_R2H501_AccessRejection@@8 @44028 NONAME ??_R2H501_AccessRejectionReason@@8 @44029 NONAME ??_R2H501_AccessRequest@@8 @44030 NONAME ??_R2H501_AccessToken@@8 @44031 NONAME ??_R2H501_AddressTemplate@@8 @44032 NONAME ??_R2H501_AlternatePE@@8 @44033 NONAME ??_R2H501_AlternatePEInfo@@8 @44034 NONAME ??_R2H501_ApplicationMessage@@8 @44035 NONAME ??_R2H501_ArrayOf_AccessToken@@8 @44036 NONAME ??_R2H501_ArrayOf_AddressTemplate@@8 @44037 NONAME ??_R2H501_ArrayOf_AliasAddress@@8 @44038 NONAME ??_R2H501_ArrayOf_AlternatePE@@8 @44039 NONAME ??_R2H501_ArrayOf_CircuitIdentifier@@8 @44040 NONAME ??_R2H501_ArrayOf_ClearToken@@8 @44041 NONAME ??_R2H501_ArrayOf_ContactInformation@@8 @44042 NONAME ??_R2H501_ArrayOf_CryptoH323Token@@8 @44043 NONAME ??_R2H501_ArrayOf_Descriptor@@8 @44044 NONAME ??_R2H501_ArrayOf_DescriptorInfo@@8 @44045 NONAME ??_R2H501_ArrayOf_GenericData@@8 @44046 NONAME ??_R2H501_ArrayOf_GloballyUniqueID@@8 @44047 NONAME ??_R2H501_ArrayOf_NonStandardParameter@@8 @44048 NONAME ??_R2H501_ArrayOf_PASN_ObjectId@@8 @44049 NONAME ??_R2H501_ArrayOf_Pattern@@8 @44050 NONAME ??_R2H501_ArrayOf_PriceElement@@8 @44051 NONAME ??_R2H501_ArrayOf_PriceInfoSpec@@8 @44052 NONAME ??_R2H501_ArrayOf_RouteInformation@@8 @44053 NONAME ??_R2H501_ArrayOf_SecurityMode@@8 @44054 NONAME ??_R2H501_ArrayOf_ServiceControlSession@@8 @44055 NONAME ??_R2H501_ArrayOf_SupportedProtocols@@8 @44056 NONAME ??_R2H501_ArrayOf_TransportAddress@@8 @44057 NONAME ??_R2H501_ArrayOf_UpdateInformation@@8 @44058 NONAME ??_R2H501_ArrayOf_UsageField@@8 @44059 NONAME ??_R2H501_AuthenticationConfirmation@@8 @44060 NONAME ??_R2H501_AuthenticationRejection@@8 @44061 NONAME ??_R2H501_AuthenticationRejectionReason@@8 @44062 NONAME ??_R2H501_AuthenticationRequest@@8 @44063 NONAME ??_R2H501_CallInformation@@8 @44064 NONAME ??_R2H501_ContactInformation@@8 @44065 NONAME ??_R2H501_Descriptor@@8 @44066 NONAME ??_R2H501_DescriptorConfirmation@@8 @44067 NONAME ??_R2H501_DescriptorIDConfirmation@@8 @44068 NONAME ??_R2H501_DescriptorIDRejection@@8 @44069 NONAME ??_R2H501_DescriptorIDRejectionReason@@8 @44070 NONAME ??_R2H501_DescriptorIDRequest@@8 @44071 NONAME ??_R2H501_DescriptorInfo@@8 @44072 NONAME ??_R2H501_DescriptorRejection@@8 @44073 NONAME ??_R2H501_DescriptorRejectionReason@@8 @44074 NONAME ??_R2H501_DescriptorRequest@@8 @44075 NONAME ??_R2H501_DescriptorUpdate@@8 @44076 NONAME ??_R2H501_DescriptorUpdateAck@@8 @44077 NONAME ??_R2H501_ElementIdentifier@@8 @44078 NONAME ??_R2H501_GlobalTimeStamp@@8 @44079 NONAME ??_R2H501_Message@@8 @44080 NONAME ??_R2H501_MessageBody@@8 @44081 NONAME ??_R2H501_MessageCommonInfo@@8 @44082 NONAME ??_R2H501_NonStandardConfirmation@@8 @44083 NONAME ??_R2H501_NonStandardRejection@@8 @44084 NONAME ??_R2H501_NonStandardRejectionReason@@8 @44085 NONAME ??_R2H501_NonStandardRequest@@8 @44086 NONAME ??_R2H501_PartyInformation@@8 @44087 NONAME ??_R2H501_Pattern@@8 @44088 NONAME ??_R2H501_Pattern_range@@8 @44089 NONAME ??_R2H501_PriceElement@@8 @44090 NONAME ??_R2H501_PriceElement_units@@8 @44091 NONAME ??_R2H501_PriceInfoSpec@@8 @44092 NONAME ??_R2H501_ProtocolVersion@@8 @44093 NONAME ??_R2H501_RequestInProgress@@8 @44094 NONAME ??_R2H501_Role@@8 @44095 NONAME ??_R2H501_RouteInformation@@8 @44096 NONAME ??_R2H501_RouteInformation_messageType@@8 @44097 NONAME ??_R2H501_SecurityMode@@8 @44098 NONAME ??_R2H501_ServiceConfirmation@@8 @44099 NONAME ??_R2H501_ServiceRejection@@8 @44100 NONAME ??_R2H501_ServiceRejectionReason@@8 @44101 NONAME ??_R2H501_ServiceRelease@@8 @44102 NONAME ??_R2H501_ServiceReleaseReason@@8 @44103 NONAME ??_R2H501_ServiceRequest@@8 @44104 NONAME ??_R2H501_TerminationCause@@8 @44105 NONAME ??_R2H501_TimeZone@@8 @44106 NONAME ??_R2H501_UnknownMessageReason@@8 @44107 NONAME ??_R2H501_UnknownMessageResponse@@8 @44108 NONAME ??_R2H501_UpdateInformation@@8 @44109 NONAME ??_R2H501_UpdateInformation_descriptorInfo@@8 @44110 NONAME ??_R2H501_UpdateInformation_updateType@@8 @44111 NONAME ??_R2H501_UsageCallStatus@@8 @44112 NONAME ??_R2H501_UsageConfirmation@@8 @44113 NONAME ??_R2H501_UsageField@@8 @44114 NONAME ??_R2H501_UsageIndication@@8 @44115 NONAME ??_R2H501_UsageIndicationConfirmation@@8 @44116 NONAME ??_R2H501_UsageIndicationRejection@@8 @44117 NONAME ??_R2H501_UsageIndicationRejectionReason@@8 @44118 NONAME ??_R2H501_UsageRejection@@8 @44119 NONAME ??_R2H501_UsageRejectReason@@8 @44120 NONAME ??_R2H501_UsageRequest@@8 @44121 NONAME ??_R2H501_UsageSpecification@@8 @44122 NONAME ??_R2H501_UsageSpecification_when@@8 @44123 NONAME ??_R2H501_UserInformation@@8 @44124 NONAME ??_R2H501_ValidationConfirmation@@8 @44125 NONAME ??_R2H501_ValidationRejection@@8 @44126 NONAME ??_R2H501_ValidationRejectionReason@@8 @44127 NONAME ??_R2H501_ValidationRequest@@8 @44128 NONAME ??_R2HandleTimeout_PNotifier@H245Negotiator@@8 @44129 NONAME ??_R2HandleTransactions_PNotifier@H323Transactor@@8 @44130 NONAME ??_R2HIDPluginDeviceManager@@8 @52233 NONAME ??_R2IntraP64Decoder@@8 @44131 NONAME ??_R2MCS_ArrayOf_ChannelAttributes@@8 @44132 NONAME ??_R2MCS_ArrayOf_ChannelId@@8 @44133 NONAME ??_R2MCS_ArrayOf_TokenAttributes@@8 @44134 NONAME ??_R2MCS_ArrayOf_TokenId@@8 @44135 NONAME ??_R2MCS_ArrayOf_UserId@@8 @44136 NONAME ??_R2MCS_AssignedChannelId@@8 @44137 NONAME ??_R2MCS_AUcf@@8 @44138 NONAME ??_R2MCS_AUrq@@8 @44139 NONAME ??_R2MCS_CAin@@8 @44140 NONAME ??_R2MCS_CArq@@8 @44141 NONAME ??_R2MCS_CCcf@@8 @44142 NONAME ??_R2MCS_CCrq@@8 @44143 NONAME ??_R2MCS_CDin@@8 @44144 NONAME ??_R2MCS_CDrq@@8 @44145 NONAME ??_R2MCS_CEin@@8 @44146 NONAME ??_R2MCS_CErq@@8 @44147 NONAME ??_R2MCS_ChannelAttributes@@8 @44148 NONAME ??_R2MCS_ChannelAttributes_assigned@@8 @44149 NONAME ??_R2MCS_ChannelAttributes_private@@8 @44150 NONAME ??_R2MCS_ChannelAttributes_static@@8 @44151 NONAME ??_R2MCS_ChannelAttributes_userId@@8 @44152 NONAME ??_R2MCS_ChannelId@@8 @44153 NONAME ??_R2MCS_CJcf@@8 @44154 NONAME ??_R2MCS_CJrq@@8 @44155 NONAME ??_R2MCS_CLrq@@8 @44156 NONAME ??_R2MCS_ConnectMCSPDU@@8 @44157 NONAME ??_R2MCS_Connect_Additional@@8 @44158 NONAME ??_R2MCS_Connect_Initial@@8 @44159 NONAME ??_R2MCS_Connect_Response@@8 @44160 NONAME ??_R2MCS_Connect_Result@@8 @44161 NONAME ??_R2MCS_DataPriority@@8 @44162 NONAME ??_R2MCS_Diagnostic@@8 @44163 NONAME ??_R2MCS_DomainMCSPDU@@8 @44164 NONAME ??_R2MCS_DomainParameters@@8 @44165 NONAME ??_R2MCS_DPum@@8 @44166 NONAME ??_R2MCS_DUin@@8 @44167 NONAME ??_R2MCS_DUrq@@8 @44168 NONAME ??_R2MCS_DynamicChannelId@@8 @44169 NONAME ??_R2MCS_EDrq@@8 @44170 NONAME ??_R2MCS_MCcf@@8 @44171 NONAME ??_R2MCS_MCrq@@8 @44172 NONAME ??_R2MCS_MTcf@@8 @44173 NONAME ??_R2MCS_MTrq@@8 @44174 NONAME ??_R2MCS_PCin@@8 @44175 NONAME ??_R2MCS_PDin@@8 @44176 NONAME ??_R2MCS_PrivateChannelId@@8 @44177 NONAME ??_R2MCS_PTin@@8 @44178 NONAME ??_R2MCS_Reason@@8 @44179 NONAME ??_R2MCS_Result@@8 @44180 NONAME ??_R2MCS_RJum@@8 @44181 NONAME ??_R2MCS_SDin@@8 @44182 NONAME ??_R2MCS_SDrq@@8 @44183 NONAME ??_R2MCS_Segmentation@@8 @44184 NONAME ??_R2MCS_StaticChannelId@@8 @44185 NONAME ??_R2MCS_TGcf@@8 @44186 NONAME ??_R2MCS_TGrq@@8 @44187 NONAME ??_R2MCS_TIcf@@8 @44188 NONAME ??_R2MCS_TIrq@@8 @44189 NONAME ??_R2MCS_TokenAttributes@@8 @44190 NONAME ??_R2MCS_TokenAttributes_given@@8 @44191 NONAME ??_R2MCS_TokenAttributes_giving@@8 @44192 NONAME ??_R2MCS_TokenAttributes_grabbed@@8 @44193 NONAME ??_R2MCS_TokenAttributes_inhibited@@8 @44194 NONAME ??_R2MCS_TokenAttributes_ungivable@@8 @44195 NONAME ??_R2MCS_TokenId@@8 @44196 NONAME ??_R2MCS_TokenStatus@@8 @44197 NONAME ??_R2MCS_TPin@@8 @44198 NONAME ??_R2MCS_TPrq@@8 @44199 NONAME ??_R2MCS_TRcf@@8 @44200 NONAME ??_R2MCS_TRrq@@8 @44201 NONAME ??_R2MCS_TTcf@@8 @44202 NONAME ??_R2MCS_TTrq@@8 @44203 NONAME ??_R2MCS_TVcf@@8 @44204 NONAME ??_R2MCS_TVin@@8 @44205 NONAME ??_R2MCS_TVrq@@8 @44206 NONAME ??_R2MCS_TVrs@@8 @44207 NONAME ??_R2MCS_UserId@@8 @44208 NONAME ??_R2MCS_USin@@8 @44209 NONAME ??_R2MCS_USrq@@8 @44210 NONAME ??_R2MonitorMain_PNotifier@H323Gatekeeper@@8 @44218 NONAME ??_R2MonitorMain_PNotifier@H323GatekeeperServer@@8 @44219 NONAME ??_R2MonitorMain_PNotifier@H323PeerElement@@8 @44220 NONAME ??_R2Monitor_PNotifier@OpalUSBDevice@@8 @52234 NONAME ??_R2MSIPAddress@PILSSession@@8 @44221 NONAME ??_R2MXRecordList@PDNS@@8 @52235 NONAME ??_R2OnCallIntrudeTimeOut_PNotifier@H45011Handler@@8 @44222 NONAME ??_R2OnCallTransferTimeOut_PNotifier@H4502Handler@@8 @44223 NONAME ??_R2OnLoadModule_PNotifier@PPluginModuleManager@@8 @49688 NONAME ??_R2OnUserInputInBandDTMF_PNotifier@H323Connection@@8 @44225 NONAME ??_R2OnUserInputInlineRFC2833_PNotifier@H323Connection@@8 @44226 NONAME ??_R2OpalFactoryCodec@@8 @51420 NONAME ??_R2OpalG711ALaw64kFormat@@8 @49925 NONAME ??_R2OpalG711ALaw64k_Base@@8 @51421 NONAME ??_R2OpalG711ALaw64k_Decoder@@8 @51422 NONAME ??_R2OpalG711ALaw64k_Encoder@@8 @51423 NONAME ??_R2OpalG711uLaw64kFormat@@8 @49926 NONAME ??_R2OpalG711uLaw64k_Base@@8 @51424 NONAME ??_R2OpalG711uLaw64k_Decoder@@8 @51425 NONAME ??_R2OpalG711uLaw64k_Encoder@@8 @51426 NONAME ??_R2OpalG7231A_5k3Format@@8 @49927 NONAME ??_R2OpalG7231A_6k3Format@@8 @49928 NONAME ??_R2OpalG7231_5k3Format@@8 @49929 NONAME ??_R2OpalG7231_6k3Format@@8 @49930 NONAME ??_R2OpalG728Format@@8 @49931 NONAME ??_R2OpalG729ABFormat@@8 @49932 NONAME ??_R2OpalG729AFormat@@8 @49933 NONAME ??_R2OpalG729BFormat@@8 @49934 NONAME ??_R2OpalG729Format@@8 @49935 NONAME ??_R2OpalGloballyUniqueID@@8 @44227 NONAME ??_R2OpalGSM0610Format@@8 @49936 NONAME ??_R2OpalH261Format@@8 @49937 NONAME ??_R2OpalIxJDevice@@8 @44228 NONAME ??_R2OpalLineChannel@@8 @44229 NONAME ??_R2OpalLineInterfaceDevice@@8 @44230 NONAME ??_R2OpalMediaFormat@@8 @44231 NONAME ??_R2OpalPCM16Format@@8 @49938 NONAME ??_R2OpalPluginCodec@@8 @51427 NONAME ??_R2OpalPluginMediaFormat@@8 @49939 NONAME ??_R2OpalRFC2833@@8 @44232 NONAME ??_R2OpalRFC2833Info@@8 @44233 NONAME ??_R2OpalRtpToWavFile@@8 @44234 NONAME ??_R2OpalT120Format@@8 @49940 NONAME ??_R2OpalT120Protocol@@8 @44235 NONAME ??_R2OpalT38Protocol@@8 @44236 NONAME ??_R2OpalUSBDevice@@8 @52236 NONAME ??_R2OpalUserInputRFC2833Format@@8 @49941 NONAME ??_R2OpalVoipBlasterDevice@@8 @44237 NONAME ??_R2OpalVXMLSession@@8 @44238 NONAME ??_R2OpalWAVFile@@8 @44239 NONAME ??_R2P64Decoder@@8 @44240 NONAME ??_R2PASN_Boolean@@8 @44241 NONAME ??_R2PASN_ConstrainedObject@@8 @44242 NONAME ??_R2PASN_ConstrainedString@@8 @44243 NONAME ??_R2PASN_Enumeration@@8 @44244 NONAME ??_R2PASN_GeneralisedTime@@8 @44245 NONAME ??_R2PASN_GeneralString@@8 @44246 NONAME ??_R2PASN_IA5String@@8 @44247 NONAME ??_R2PASN_Integer@@8 @44248 NONAME ??_R2PASN_Null@@8 @44249 NONAME ??_R2PASN_NumericString@@8 @44250 NONAME ??_R2PASN_Object@@8 @44251 NONAME ??_R2PASN_PrintableString@@8 @44252 NONAME ??_R2PASN_Stream@@8 @44253 NONAME ??_R2PASN_VisibleString@@8 @44254 NONAME ??_R2PDTMFEncoder@@8 @52237 NONAME ??_R2PLDAPAttr_c@RTPerson@PILSSession@@8 @44255 NONAME ??_R2PLDAPAttr_cn@RTPerson@PILSSession@@8 @44256 NONAME ??_R2PLDAPAttr_comment@RTPerson@PILSSession@@8 @44257 NONAME ??_R2PLDAPAttr_givenName@RTPerson@PILSSession@@8 @44258 NONAME ??_R2PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@8 @44259 NONAME ??_R2PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@8 @44260 NONAME ??_R2PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@8 @44261 NONAME ??_R2PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@8 @44262 NONAME ??_R2PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@8 @44263 NONAME ??_R2PLDAPAttr_location@RTPerson@PILSSession@@8 @44264 NONAME ??_R2PLDAPAttr_o@RTPerson@PILSSession@@8 @44265 NONAME ??_R2PLDAPAttr_objectClass@RTPerson@PILSSession@@8 @44266 NONAME ??_R2PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@8 @44267 NONAME ??_R2PLDAPAttr_sappguid@RTPerson@PILSSession@@8 @44268 NONAME ??_R2PLDAPAttr_sappid@RTPerson@PILSSession@@8 @44269 NONAME ??_R2PLDAPAttr_sflags@RTPerson@PILSSession@@8 @44270 NONAME ??_R2PLDAPAttr_sipAddress@RTPerson@PILSSession@@8 @44271 NONAME ??_R2PLDAPAttr_smimetype@RTPerson@PILSSession@@8 @44272 NONAME ??_R2PLDAPAttr_smodop@RTPerson@PILSSession@@8 @44273 NONAME ??_R2PLDAPAttr_sport@RTPerson@PILSSession@@8 @44274 NONAME ??_R2PLDAPAttr_sprotid@RTPerson@PILSSession@@8 @44275 NONAME ??_R2PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@8 @44276 NONAME ??_R2PLDAPAttr_ssecurity@RTPerson@PILSSession@@8 @44277 NONAME ??_R2PLDAPAttr_sttl@RTPerson@PILSSession@@8 @44278 NONAME ??_R2PLDAPAttr_surname@RTPerson@PILSSession@@8 @44279 NONAME ??_R2PLDAPAttr_timestamp@RTPerson@PILSSession@@8 @44280 NONAME ??_R2PluginLoader@@8 @52238 NONAME ??_R2PPER_Stream@@8 @44281 NONAME ??_R2Pre_Vid_Coder@@8 @44282 NONAME ??_R2PWAVFileConverter@@8 @51225 NONAME ??_R2PWAVFileConverterALaw@@8 @51226 NONAME ??_R2PWAVFileConverterULaw@@8 @51227 NONAME ??_R2PWAVFileConverterXLaw@@8 @51228 NONAME ??_R2Q931@@8 @44284 NONAME ??_R2ReceivedPacket_PNotifier@OpalRFC2833@@8 @44285 NONAME ??_R2ReceivedPacket_PNotifier@OpalRtpToWavFile@@8 @44286 NONAME ??_R2ReceiverReport@RTP_Session@@8 @44287 NONAME ??_R2ReceiveTimeout_PNotifier@OpalRFC2833@@8 @44288 NONAME ??_R2Request@H323Transactor@@8 @44289 NONAME ??_R2Response@H323Transactor@@8 @44290 NONAME ??_R2RTPerson@PILSSession@@8 @44291 NONAME ??_R2RTP_ControlFrame@@8 @44292 NONAME ??_R2RTP_DataFrame@@8 @44293 NONAME ??_R2RTP_JitterBuffer@@8 @44294 NONAME ??_R2RTP_JitterBufferAnalyser@@8 @44295 NONAME ??_R2RTP_QOS@@8 @44296 NONAME ??_R2RTP_Session@@8 @44297 NONAME ??_R2RTP_SessionManager@@8 @44298 NONAME ??_R2RTP_UDP@@8 @44299 NONAME ??_R2RTP_UserData@@8 @44300 NONAME ??_R2SenderReport@RTP_Session@@8 @44301 NONAME ??_R2SlowHandler_PNotifier@H323Transaction@@8 @44302 NONAME ??_R2SoundTones@OpalUSBDevice@@8 @52239 NONAME ??_R2SourceDescription@RTP_Session@@8 @44303 NONAME ??_R2SRVRecordList@PDNS@@8 @52240 NONAME ??_R2StatusHandler_PNotifier@OpalVoipBlasterDevice@@8 @44304 NONAME ??_R2StringMap@H323GatekeeperServer@@8 @44305 NONAME ??_R2T120ConnectPDU@@8 @44306 NONAME ??_R2T120_X224@@8 @44307 NONAME ??_R2T38_ArrayOf_PASN_OctetString@@8 @44308 NONAME ??_R2T38_Data_Field@@8 @44309 NONAME ??_R2T38_Data_Field_subtype@@8 @44310 NONAME ??_R2T38_Data_Field_subtype_field_type@@8 @44311 NONAME ??_R2T38_IFPPacket@@8 @44312 NONAME ??_R2T38_PreCorrigendum_Data_Field@@8 @44313 NONAME ??_R2T38_PreCorrigendum_Data_Field_subtype@@8 @44314 NONAME ??_R2T38_PreCorrigendum_Data_Field_subtype_field_type@@8 @44315 NONAME ??_R2T38_PreCorrigendum_IFPPacket@@8 @44316 NONAME ??_R2T38_Type_of_msg@@8 @44317 NONAME ??_R2T38_Type_of_msg_data@@8 @44318 NONAME ??_R2T38_Type_of_msg_t30_indicator@@8 @44319 NONAME ??_R2T38_UDPTLPacket@@8 @44320 NONAME ??_R2T38_UDPTLPacket_error_recovery@@8 @44321 NONAME ??_R2T38_UDPTLPacket_error_recovery_fec_info@@8 @44322 NONAME ??_R2T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@8 @44323 NONAME ??_R2T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@8 @44324 NONAME ??_R2T38_UDPTLPacket_primary_ifp_packet@@8 @44325 NONAME ??_R2TickleMonitor_PNotifier@H323Gatekeeper@@8 @44326 NONAME ??_R2TonePlay_PNotifier@OpalUSBDevice@@8 @52241 NONAME ??_R2TransmitEnded_PNotifier@OpalRFC2833@@8 @44327 NONAME ??_R2TransmitPacket_PNotifier@OpalRFC2833@@8 @44328 NONAME ??_R2Transmitter@@8 @44329 NONAME ??_R2UpdateAllDescriptors_PNotifier@H323PeerElement@@8 @44330 NONAME ??_R2VoipBlasterInterface@@8 @44332 NONAME ??_R2Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@8 @51428 NONAME ??_R2Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@8 @51429 NONAME ??_R2Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@8 @51430 NONAME ??_R2Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@8 @51431 NONAME ??_R2Worker@OpalPluginCodecFactory@@8 @51432 NONAME ??_R2WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@8 @52242 NONAME ??_R2WorkerBase@?$PFactory@VH323Capability@@VPString@@@@8 @50865 NONAME ??_R2WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@8 @51433 NONAME ??_R2WorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@8 @52243 NONAME ??_R2WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50866 NONAME ??_R2WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @50867 NONAME ??_R2WorkerBase@?$PFactory@VPWAVFileConverter@@I@@8 @51229 NONAME ??_R2X224@@8 @44333 NONAME ??_R2X880_Code@@8 @44334 NONAME ??_R2X880_GeneralProblem@@8 @44335 NONAME ??_R2X880_Invoke@@8 @44336 NONAME ??_R2X880_InvokeId@@8 @44337 NONAME ??_R2X880_InvokeProblem@@8 @44338 NONAME ??_R2X880_Reject@@8 @44339 NONAME ??_R2X880_RejectProblem@@8 @44340 NONAME ??_R2X880_Reject_problem@@8 @44341 NONAME ??_R2X880_ReturnError@@8 @44342 NONAME ??_R2X880_ReturnErrorProblem@@8 @44343 NONAME ??_R2X880_ReturnResult@@8 @44344 NONAME ??_R2X880_ReturnResultProblem@@8 @44345 NONAME ??_R2X880_ReturnResult_result@@8 @44346 NONAME ??_R2X880_ROS@@8 @44347 NONAME ??_R3?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@8 @44348 NONAME ??_R3?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@8 @44349 NONAME ??_R3?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@8 @44350 NONAME ??_R3?$H235_HASHED@VH235_EncodedGeneralToken@@@@8 @44351 NONAME ??_R3?$H235_HASHED@VH235_EncodedPwdCertToken@@@@8 @44352 NONAME ??_R3?$H235_SIGNED@VH225_EncodedFastStartToken@@@@8 @44353 NONAME ??_R3?$H235_SIGNED@VH235_EncodedGeneralToken@@@@8 @44354 NONAME ??_R3?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@8 @44355 NONAME ??_R3?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@8 @44356 NONAME ??_R3?$H235_SIGNED@VH235_EncodedReturnSig@@@@8 @44357 NONAME ??_R3?$PArray@V?$PList@VH323Capability@@@@@@8 @44358 NONAME ??_R3?$PArray@VH323SimultaneousCapabilities@@@@8 @44359 NONAME ??_R3?$PArray@VH323TransportAddress@@@@8 @44360 NONAME ??_R3?$PArray@VReceiverReport@RTP_Session@@@@8 @44361 NONAME ??_R3?$PArray@VSourceDescription@RTP_Session@@@@8 @44362 NONAME ??_R3?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@8 @44363 NONAME ??_R3?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@8 @44364 NONAME ??_R3?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@8 @44365 NONAME ??_R3?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@8 @44366 NONAME ??_R3?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@8 @44367 NONAME ??_R3?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@8 @44368 NONAME ??_R3?$PDictionary@VPString@@VH323Connection@@@@8 @44369 NONAME ??_R3?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@8 @44370 NONAME ??_R3?$PDictionary@VPString@@VPOrdinalKey@@@@8 @44371 NONAME ??_R3?$PFactory@VH235Authenticator@@VPString@@@@8 @52244 NONAME ??_R3?$PFactory@VH323Capability@@VPString@@@@8 @50868 NONAME ??_R3?$PFactory@VH323StaticPluginCodec@@VPString@@@@8 @50869 NONAME ??_R3?$PFactory@VOpalFactoryCodec@@VPString@@@@8 @51434 NONAME ??_R3?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@8 @52245 NONAME ??_R3?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50870 NONAME ??_R3?$PFactory@VPWAVFileConverter@@I@@8 @51230 NONAME ??_R3?$PList@VH235Authenticator@@@@8 @44372 NONAME ??_R3?$PList@VH245_GenericParameter@@@@8 @52246 NONAME ??_R3?$PList@VH323Capability@@@@8 @44374 NONAME ??_R3?$PList@VH323Channel@@@@8 @44375 NONAME ??_R3?$PList@VH323GatekeeperListener@@@@8 @44376 NONAME ??_R3?$PList@VH323Listener@@@@8 @44377 NONAME ??_R3?$PList@VH323Transactor@@@@8 @44378 NONAME ??_R3?$PList@VH450xHandler@@@@8 @44379 NONAME ??_R3?$PList@VOpalMediaFormat@@@@8 @44381 NONAME ??_R3?$PList@VPBYTEArray@@@@8 @44382 NONAME ??_R3?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@8 @44383 NONAME ??_R3?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@8 @44384 NONAME ??_R3?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@8 @44385 NONAME ??_R3?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@8 @44386 NONAME ??_R3?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@8 @44387 NONAME ??_R3?$PSafePtr@VH323GatekeeperCall@@@@8 @44388 NONAME ??_R3?$PSafePtr@VH323PeerElementDescriptor@@@@8 @44389 NONAME ??_R3?$PSafePtr@VH323PeerElementServiceRelationship@@@@8 @44390 NONAME ??_R3?$PSafePtr@VH323RegisteredEndPoint@@@@8 @44391 NONAME ??_R3?$PSafeSortedList@VH323GatekeeperCall@@@@8 @44392 NONAME ??_R3?$PSafeSortedList@VH323PeerElementDescriptor@@@@8 @44393 NONAME ??_R3?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@8 @44394 NONAME ??_R3?$PSet@VPOrdinalKey@@@@8 @44395 NONAME ??_R3?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@8 @44396 NONAME ??_R3?$PSortedList@VH225_AliasAddress@@@@8 @44397 NONAME ??_R3?$PSortedList@VH323GatekeeperCall@@@@8 @44398 NONAME ??_R3?$PSortedList@VH323PeerElementDescriptor@@@@8 @44399 NONAME ??_R3?$PSortedList@VH323PeerElementServiceRelationship@@@@8 @44400 NONAME ??_R3?$PSortedList@VMXRecord@PDNS@@@@8 @52247 NONAME ??_R3?$PSortedList@VResponse@H323Transactor@@@@8 @44401 NONAME ??_R3?$PSortedList@VSRVRecord@PDNS@@@@8 @52248 NONAME ??_R3?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @52249 NONAME ??_R3?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @52250 NONAME ??_R3?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @52251 NONAME ??_R3?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @50871 NONAME ??_R3?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50872 NONAME ??_R3?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50873 NONAME ??_R3?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50874 NONAME ??_R3?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50875 NONAME ??_R3?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50876 NONAME ??_R3?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50877 NONAME ??_R3?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50878 NONAME ??_R3?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50879 NONAME ??_R3?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50880 NONAME ??_R3?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50881 NONAME ??_R3?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50882 NONAME ??_R3?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50883 NONAME ??_R3?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50884 NONAME ??_R3?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50885 NONAME ??_R3?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @50886 NONAME ??_R3?$Worker@VHIDPluginDeviceManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @52252 NONAME ??_R3?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50887 NONAME ??_R3?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50888 NONAME ??_R3?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50889 NONAME ??_R3?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50890 NONAME ??_R3?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50891 NONAME ??_R3?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50892 NONAME ??_R3?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50893 NONAME ??_R3?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50894 NONAME ??_R3?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50895 NONAME ??_R3?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50896 NONAME ??_R3?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50897 NONAME ??_R3?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50898 NONAME ??_R3?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50899 NONAME ??_R3?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50900 NONAME ??_R3?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50901 NONAME ??_R3?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50902 NONAME ??_R3?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@8 @52253 NONAME ??_R3?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@8 @51231 NONAME ??_R3?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@8 @51232 NONAME ??_R3AliasKey@H323PeerElement@@8 @44402 NONAME ??_R3AlternateInfo@H323Gatekeeper@@8 @44403 NONAME ??_R3ByteQueue@OpalVoipBlasterDevice@@8 @44404 NONAME ??_R3Encoder@@8 @44405 NONAME ??_R3Entry@RTP_JitterBuffer@@8 @44406 NONAME ??_R3FilterInfo@H323Codec@@8 @44408 NONAME ??_R3FullP64Decoder@@8 @44409 NONAME ??_R3G7231_File_Capability@@8 @44410 NONAME ??_R3G7231_File_Codec@@8 @44411 NONAME ??_R3GCC_AlternativeNodeID@@8 @44412 NONAME ??_R3GCC_ApplicationInvokeIndication@@8 @44413 NONAME ??_R3GCC_ApplicationInvokeSpecifier@@8 @44414 NONAME ??_R3GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@8 @44415 NONAME ??_R3GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@8 @44416 NONAME ??_R3GCC_ApplicationRecord@@8 @44417 NONAME ??_R3GCC_ApplicationRecord_nonCollapsingCapabilities@@8 @44418 NONAME ??_R3GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@8 @44419 NONAME ??_R3GCC_ArrayOf_ApplicationInvokeSpecifier@@8 @44420 NONAME ??_R3GCC_ArrayOf_ChallengeItem@@8 @44421 NONAME ??_R3GCC_ArrayOf_ConferenceDescriptor@@8 @44422 NONAME ??_R3GCC_ArrayOf_Privilege@@8 @44423 NONAME ??_R3GCC_ArrayOf_TextString@@8 @44424 NONAME ??_R3GCC_ArrayOf_UserID@@8 @44425 NONAME ??_R3GCC_AsymmetryIndicator@@8 @44426 NONAME ??_R3GCC_CapabilityClass@@8 @44427 NONAME ??_R3GCC_CapabilityID@@8 @44428 NONAME ??_R3GCC_ChallengeItem@@8 @44429 NONAME ??_R3GCC_ChallengeRequest@@8 @44430 NONAME ??_R3GCC_ChallengeResponse@@8 @44431 NONAME ??_R3GCC_ChallengeResponseAlgorithm@@8 @44432 NONAME ??_R3GCC_ChallengeResponseItem@@8 @44433 NONAME ??_R3GCC_ChannelID@@8 @44434 NONAME ??_R3GCC_ChannelType@@8 @44435 NONAME ??_R3GCC_ConductorAssignIndication@@8 @44436 NONAME ??_R3GCC_ConductorPermissionAskIndication@@8 @44437 NONAME ??_R3GCC_ConductorPermissionGrantIndication@@8 @44438 NONAME ??_R3GCC_ConductorReleaseIndication@@8 @44439 NONAME ??_R3GCC_ConferenceAddRequest@@8 @44440 NONAME ??_R3GCC_ConferenceAddResponse@@8 @44441 NONAME ??_R3GCC_ConferenceAddResponse_result@@8 @44442 NONAME ??_R3GCC_ConferenceAssistanceIndication@@8 @44443 NONAME ??_R3GCC_ConferenceCreateRequest@@8 @44444 NONAME ??_R3GCC_ConferenceCreateResponse@@8 @44445 NONAME ??_R3GCC_ConferenceCreateResponse_result@@8 @44446 NONAME ??_R3GCC_ConferenceDescriptor@@8 @44447 NONAME ??_R3GCC_ConferenceEjectUserIndication@@8 @44448 NONAME ??_R3GCC_ConferenceEjectUserIndication_reason@@8 @44449 NONAME ??_R3GCC_ConferenceEjectUserRequest@@8 @44450 NONAME ??_R3GCC_ConferenceEjectUserRequest_reason@@8 @44451 NONAME ??_R3GCC_ConferenceEjectUserResponse@@8 @44452 NONAME ??_R3GCC_ConferenceEjectUserResponse_result@@8 @44453 NONAME ??_R3GCC_ConferenceInviteRequest@@8 @44454 NONAME ??_R3GCC_ConferenceInviteResponse@@8 @44455 NONAME ??_R3GCC_ConferenceInviteResponse_result@@8 @44456 NONAME ??_R3GCC_ConferenceJoinRequest@@8 @44457 NONAME ??_R3GCC_ConferenceJoinResponse@@8 @44458 NONAME ??_R3GCC_ConferenceJoinResponse_result@@8 @44459 NONAME ??_R3GCC_ConferenceLockIndication@@8 @44460 NONAME ??_R3GCC_ConferenceLockRequest@@8 @44461 NONAME ??_R3GCC_ConferenceLockResponse@@8 @44462 NONAME ??_R3GCC_ConferenceLockResponse_result@@8 @44463 NONAME ??_R3GCC_ConferenceName@@8 @44464 NONAME ??_R3GCC_ConferenceNameModifier@@8 @44465 NONAME ??_R3GCC_ConferenceNameSelector@@8 @44466 NONAME ??_R3GCC_ConferencePriority@@8 @44467 NONAME ??_R3GCC_ConferencePriorityScheme@@8 @44468 NONAME ??_R3GCC_ConferenceQueryRequest@@8 @44469 NONAME ??_R3GCC_ConferenceQueryResponse@@8 @44470 NONAME ??_R3GCC_ConferenceQueryResponse_result@@8 @44471 NONAME ??_R3GCC_ConferenceTerminateIndication@@8 @44472 NONAME ??_R3GCC_ConferenceTerminateIndication_reason@@8 @44473 NONAME ??_R3GCC_ConferenceTerminateRequest@@8 @44474 NONAME ??_R3GCC_ConferenceTerminateRequest_reason@@8 @44475 NONAME ??_R3GCC_ConferenceTerminateResponse@@8 @44476 NONAME ??_R3GCC_ConferenceTerminateResponse_result@@8 @44477 NONAME ??_R3GCC_ConferenceTimeExtendIndication@@8 @44478 NONAME ??_R3GCC_ConferenceTimeInquireIndication@@8 @44479 NONAME ??_R3GCC_ConferenceTimeRemainingIndication@@8 @44480 NONAME ??_R3GCC_ConferenceTransferIndication@@8 @44481 NONAME ??_R3GCC_ConferenceTransferRequest@@8 @44482 NONAME ??_R3GCC_ConferenceTransferResponse@@8 @44483 NONAME ??_R3GCC_ConferenceTransferResponse_result@@8 @44484 NONAME ??_R3GCC_ConferenceUnlockIndication@@8 @44485 NONAME ??_R3GCC_ConferenceUnlockRequest@@8 @44486 NONAME ??_R3GCC_ConferenceUnlockResponse@@8 @44487 NONAME ??_R3GCC_ConferenceUnlockResponse_result@@8 @44488 NONAME ??_R3GCC_ConnectData@@8 @44489 NONAME ??_R3GCC_ConnectGCCPDU@@8 @44490 NONAME ??_R3GCC_DialingString@@8 @44491 NONAME ??_R3GCC_DynamicChannelID@@8 @44492 NONAME ??_R3GCC_DynamicTokenID@@8 @44493 NONAME ??_R3GCC_EntityID@@8 @44494 NONAME ??_R3GCC_ExtraDialingString@@8 @44495 NONAME ??_R3GCC_FunctionNotSupportedResponse@@8 @44496 NONAME ??_R3GCC_GCCPDU@@8 @44497 NONAME ??_R3GCC_H221NonStandardIdentifier@@8 @44498 NONAME ??_R3GCC_Handle@@8 @44499 NONAME ??_R3GCC_IndicationPDU@@8 @44500 NONAME ??_R3GCC_Key@@8 @44501 NONAME ??_R3GCC_NetworkAddress@@8 @44502 NONAME ??_R3GCC_NetworkAddress_subtype@@8 @44503 NONAME ??_R3GCC_NetworkAddress_subtype_aggregatedChannel@@8 @44504 NONAME ??_R3GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@8 @44505 NONAME ??_R3GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@8 @44506 NONAME ??_R3GCC_NetworkAddress_subtype_transportConnection@@8 @44507 NONAME ??_R3GCC_NodeProperties@@8 @44508 NONAME ??_R3GCC_NodeRecord@@8 @44509 NONAME ??_R3GCC_NodeType@@8 @44510 NONAME ??_R3GCC_NonStandardParameter@@8 @44511 NONAME ??_R3GCC_NonStandardPDU@@8 @44512 NONAME ??_R3GCC_Password@@8 @44513 NONAME ??_R3GCC_PasswordChallengeRequestResponse@@8 @44514 NONAME ??_R3GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@8 @44515 NONAME ??_R3GCC_PasswordSelector@@8 @44516 NONAME ??_R3GCC_Privilege@@8 @44517 NONAME ??_R3GCC_RegistryAllocateHandleRequest@@8 @44518 NONAME ??_R3GCC_RegistryAllocateHandleResponse@@8 @44519 NONAME ??_R3GCC_RegistryAllocateHandleResponse_result@@8 @44520 NONAME ??_R3GCC_RegistryAssignTokenRequest@@8 @44521 NONAME ??_R3GCC_RegistryDeleteEntryRequest@@8 @44522 NONAME ??_R3GCC_RegistryEntryOwner@@8 @44523 NONAME ??_R3GCC_RegistryEntryOwner_owned@@8 @44524 NONAME ??_R3GCC_RegistryItem@@8 @44525 NONAME ??_R3GCC_RegistryKey@@8 @44526 NONAME ??_R3GCC_RegistryModificationRights@@8 @44527 NONAME ??_R3GCC_RegistryMonitorEntryIndication@@8 @44528 NONAME ??_R3GCC_RegistryMonitorEntryRequest@@8 @44529 NONAME ??_R3GCC_RegistryRegisterChannelRequest@@8 @44530 NONAME ??_R3GCC_RegistryResponse@@8 @44531 NONAME ??_R3GCC_RegistryResponse_primitiveType@@8 @44532 NONAME ??_R3GCC_RegistryResponse_result@@8 @44533 NONAME ??_R3GCC_RegistryRetrieveEntryRequest@@8 @44534 NONAME ??_R3GCC_RegistrySetParameterRequest@@8 @44535 NONAME ??_R3GCC_RequestPDU@@8 @44536 NONAME ??_R3GCC_ResponsePDU@@8 @44537 NONAME ??_R3GCC_RosterUpdateIndication@@8 @44538 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation@@8 @44539 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype@@8 @44540 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@8 @44541 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@8 @44542 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@8 @44543 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@8 @44544 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@8 @44545 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@8 @44546 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@8 @44547 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@8 @44548 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@8 @44549 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation@@8 @44550 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@8 @44551 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@8 @44552 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@8 @44553 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@8 @44554 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@8 @44555 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@8 @44556 NONAME ??_R3GCC_SessionKey@@8 @44557 NONAME ??_R3GCC_SimpleNumericString@@8 @44558 NONAME ??_R3GCC_SimpleTextString@@8 @44559 NONAME ??_R3GCC_StaticChannelID@@8 @44560 NONAME ??_R3GCC_StaticTokenID@@8 @44561 NONAME ??_R3GCC_SubAddressString@@8 @44562 NONAME ??_R3GCC_TerminationMethod@@8 @44563 NONAME ??_R3GCC_TextMessageIndication@@8 @44564 NONAME ??_R3GCC_TextString@@8 @44565 NONAME ??_R3GCC_Time@@8 @44566 NONAME ??_R3GCC_TokenID@@8 @44567 NONAME ??_R3GCC_UserData@@8 @44568 NONAME ??_R3GCC_UserData_subtype@@8 @44569 NONAME ??_R3GCC_UserID@@8 @44570 NONAME ??_R3GCC_UserIDIndication@@8 @44571 NONAME ??_R3H225CallThread@@8 @44572 NONAME ??_R3H225TransportThread@@8 @44573 NONAME ??_R3H225_AddressPattern@@8 @44574 NONAME ??_R3H225_AddressPattern_range@@8 @44575 NONAME ??_R3H225_AdmissionConfirm@@8 @44576 NONAME ??_R3H225_AdmissionConfirm_language@@8 @44577 NONAME ??_R3H225_AdmissionReject@@8 @44578 NONAME ??_R3H225_AdmissionRejectReason@@8 @44579 NONAME ??_R3H225_AdmissionRequest@@8 @44580 NONAME ??_R3H225_Alerting_UUIE@@8 @44581 NONAME ??_R3H225_AliasAddress@@8 @44582 NONAME ??_R3H225_AlternateGK@@8 @44583 NONAME ??_R3H225_AlternateTransportAddresses@@8 @44584 NONAME ??_R3H225_AltGKInfo@@8 @44585 NONAME ??_R3H225_ANSI_41_UIM@@8 @44586 NONAME ??_R3H225_ANSI_41_UIM_system_id@@8 @44587 NONAME ??_R3H225_ArrayOf_AddressPattern@@8 @44588 NONAME ??_R3H225_ArrayOf_AdmissionConfirm@@8 @44589 NONAME ??_R3H225_ArrayOf_AliasAddress@@8 @44590 NONAME ??_R3H225_ArrayOf_AlternateGK@@8 @44591 NONAME ??_R3H225_ArrayOf_AuthenticationMechanism@@8 @44592 NONAME ??_R3H225_ArrayOf_BandwidthDetails@@8 @44593 NONAME ??_R3H225_ArrayOf_CallReferenceValue@@8 @44594 NONAME ??_R3H225_ArrayOf_CallsAvailable@@8 @44595 NONAME ??_R3H225_ArrayOf_ClearToken@@8 @44596 NONAME ??_R3H225_ArrayOf_ConferenceIdentifier@@8 @44597 NONAME ??_R3H225_ArrayOf_ConferenceList@@8 @44598 NONAME ??_R3H225_ArrayOf_CryptoH323Token@@8 @44599 NONAME ??_R3H225_ArrayOf_DataRate@@8 @44600 NONAME ??_R3H225_ArrayOf_Endpoint@@8 @44601 NONAME ??_R3H225_ArrayOf_EnumeratedParameter@@8 @44602 NONAME ??_R3H225_ArrayOf_ExtendedAliasAddress@@8 @44603 NONAME ??_R3H225_ArrayOf_FeatureDescriptor@@8 @44604 NONAME ??_R3H225_ArrayOf_GenericData@@8 @44605 NONAME ??_R3H225_ArrayOf_H245Security@@8 @44606 NONAME ??_R3H225_ArrayOf_H248PackagesDescriptor@@8 @44607 NONAME ??_R3H225_ArrayOf_IntegrityMechanism@@8 @44608 NONAME ??_R3H225_ArrayOf_NonStandardParameter@@8 @44609 NONAME ??_R3H225_ArrayOf_PartyNumber@@8 @44610 NONAME ??_R3H225_ArrayOf_PASN_ObjectId@@8 @44611 NONAME ??_R3H225_ArrayOf_PASN_OctetString@@8 @44612 NONAME ??_R3H225_ArrayOf_RasUsageSpecification@@8 @44613 NONAME ??_R3H225_ArrayOf_RTPSession@@8 @44614 NONAME ??_R3H225_ArrayOf_ServiceControlSession@@8 @44615 NONAME ??_R3H225_ArrayOf_SupportedPrefix@@8 @44616 NONAME ??_R3H225_ArrayOf_SupportedProtocols@@8 @44617 NONAME ??_R3H225_ArrayOf_TransportAddress@@8 @44618 NONAME ??_R3H225_ArrayOf_TransportChannelInfo@@8 @44619 NONAME ??_R3H225_ArrayOf_TunnelledProtocol@@8 @44620 NONAME ??_R3H225_BandRejectReason@@8 @44621 NONAME ??_R3H225_BandWidth@@8 @44622 NONAME ??_R3H225_BandwidthConfirm@@8 @44623 NONAME ??_R3H225_BandwidthDetails@@8 @44624 NONAME ??_R3H225_BandwidthReject@@8 @44625 NONAME ??_R3H225_BandwidthRequest@@8 @44626 NONAME ??_R3H225_CallCapacity@@8 @44627 NONAME ??_R3H225_CallCapacityInfo@@8 @44628 NONAME ??_R3H225_CallCreditCapability@@8 @44629 NONAME ??_R3H225_CallCreditServiceControl@@8 @44630 NONAME ??_R3H225_CallCreditServiceControl_billingMode@@8 @44631 NONAME ??_R3H225_CallCreditServiceControl_callStartingPoint@@8 @44632 NONAME ??_R3H225_CallIdentifier@@8 @44633 NONAME ??_R3H225_CallLinkage@@8 @44634 NONAME ??_R3H225_CallModel@@8 @44635 NONAME ??_R3H225_CallProceeding_UUIE@@8 @44636 NONAME ??_R3H225_CallReferenceValue@@8 @44637 NONAME ??_R3H225_CallsAvailable@@8 @44638 NONAME ??_R3H225_CallTerminationCause@@8 @44639 NONAME ??_R3H225_CallType@@8 @44640 NONAME ??_R3H225_CapacityReportingCapability@@8 @44641 NONAME ??_R3H225_CapacityReportingSpecification@@8 @44642 NONAME ??_R3H225_CapacityReportingSpecification_when@@8 @44643 NONAME ??_R3H225_CarrierInfo@@8 @44644 NONAME ??_R3H225_CicInfo@@8 @44645 NONAME ??_R3H225_CicInfo_cic@@8 @44646 NONAME ??_R3H225_CircuitIdentifier@@8 @44647 NONAME ??_R3H225_CircuitInfo@@8 @44648 NONAME ??_R3H225_ConferenceIdentifier@@8 @44649 NONAME ??_R3H225_ConferenceList@@8 @44650 NONAME ??_R3H225_Connect_UUIE@@8 @44651 NONAME ??_R3H225_Connect_UUIE_language@@8 @44652 NONAME ??_R3H225_Content@@8 @44653 NONAME ??_R3H225_CryptoH323Token@@8 @44654 NONAME ??_R3H225_CryptoH323Token_cryptoEPPwdHash@@8 @44655 NONAME ??_R3H225_CryptoH323Token_cryptoGKPwdHash@@8 @44656 NONAME ??_R3H225_DataRate@@8 @44657 NONAME ??_R3H225_DisengageConfirm@@8 @44658 NONAME ??_R3H225_DisengageReason@@8 @44659 NONAME ??_R3H225_DisengageReject@@8 @44660 NONAME ??_R3H225_DisengageRejectReason@@8 @44661 NONAME ??_R3H225_DisengageRequest@@8 @44662 NONAME ??_R3H225_EncodedFastStartToken@@8 @44663 NONAME ??_R3H225_EncryptIntAlg@@8 @44664 NONAME ??_R3H225_Endpoint@@8 @44665 NONAME ??_R3H225_EndpointIdentifier@@8 @44666 NONAME ??_R3H225_EndpointType@@8 @44667 NONAME ??_R3H225_EnumeratedParameter@@8 @44668 NONAME ??_R3H225_ExtendedAliasAddress@@8 @44669 NONAME ??_R3H225_FacilityReason@@8 @44670 NONAME ??_R3H225_Facility_UUIE@@8 @44671 NONAME ??_R3H225_FastStartToken@@8 @44672 NONAME ??_R3H225_FeatureDescriptor@@8 @44673 NONAME ??_R3H225_FeatureSet@@8 @44674 NONAME ??_R3H225_GatekeeperConfirm@@8 @44675 NONAME ??_R3H225_GatekeeperIdentifier@@8 @44676 NONAME ??_R3H225_GatekeeperInfo@@8 @44677 NONAME ??_R3H225_GatekeeperReject@@8 @44678 NONAME ??_R3H225_GatekeeperRejectReason@@8 @44679 NONAME ??_R3H225_GatekeeperRequest@@8 @44680 NONAME ??_R3H225_GatewayInfo@@8 @44681 NONAME ??_R3H225_GenericData@@8 @44682 NONAME ??_R3H225_GenericIdentifier@@8 @44683 NONAME ??_R3H225_GloballyUniqueID@@8 @44684 NONAME ??_R3H225_GroupID@@8 @44685 NONAME ??_R3H225_GroupID_member@@8 @44686 NONAME ??_R3H225_GSM_UIM@@8 @44687 NONAME ??_R3H225_H221NonStandard@@8 @44688 NONAME ??_R3H225_H245Security@@8 @44689 NONAME ??_R3H225_H248PackagesDescriptor@@8 @44690 NONAME ??_R3H225_H248SignalsDescriptor@@8 @44691 NONAME ??_R3H225_H310Caps@@8 @44692 NONAME ??_R3H225_H320Caps@@8 @44693 NONAME ??_R3H225_H321Caps@@8 @44694 NONAME ??_R3H225_H322Caps@@8 @44695 NONAME ??_R3H225_H323Caps@@8 @44696 NONAME ??_R3H225_H323_UserInformation@@8 @44697 NONAME ??_R3H225_H323_UserInformation_user_data@@8 @44698 NONAME ??_R3H225_H323_UU_PDU@@8 @44699 NONAME ??_R3H225_H323_UU_PDU_h323_message_body@@8 @44700 NONAME ??_R3H225_H323_UU_PDU_tunnelledSignallingMessage@@8 @44701 NONAME ??_R3H225_H324Caps@@8 @44702 NONAME ??_R3H225_ICV@@8 @44703 NONAME ??_R3H225_InfoRequest@@8 @44704 NONAME ??_R3H225_InfoRequestAck@@8 @44705 NONAME ??_R3H225_InfoRequestNak@@8 @44706 NONAME ??_R3H225_InfoRequestNakReason@@8 @44707 NONAME ??_R3H225_InfoRequestResponse@@8 @44708 NONAME ??_R3H225_InfoRequestResponseStatus@@8 @44709 NONAME ??_R3H225_InfoRequestResponse_perCallInfo@@8 @44710 NONAME ??_R3H225_InfoRequestResponse_perCallInfo_subtype@@8 @44711 NONAME ??_R3H225_InfoRequestResponse_perCallInfo_subtype_pdu@@8 @44712 NONAME ??_R3H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@8 @44713 NONAME ??_R3H225_Information_UUIE@@8 @44714 NONAME ??_R3H225_IntegrityMechanism@@8 @44715 NONAME ??_R3H225_LocationConfirm@@8 @44716 NONAME ??_R3H225_LocationReject@@8 @44717 NONAME ??_R3H225_LocationRejectReason@@8 @44718 NONAME ??_R3H225_LocationRequest@@8 @44719 NONAME ??_R3H225_McuInfo@@8 @44720 NONAME ??_R3H225_MobileUIM@@8 @44721 NONAME ??_R3H225_NonIsoIntegrityMechanism@@8 @44722 NONAME ??_R3H225_NonStandardIdentifier@@8 @44723 NONAME ??_R3H225_NonStandardMessage@@8 @44724 NONAME ??_R3H225_NonStandardParameter@@8 @44725 NONAME ??_R3H225_NonStandardProtocol@@8 @44726 NONAME ??_R3H225_Notify_UUIE@@8 @44727 NONAME ??_R3H225_NumberDigits@@8 @44728 NONAME ??_R3H225_PartyNumber@@8 @44729 NONAME ??_R3H225_PresentationIndicator@@8 @44730 NONAME ??_R3H225_PrivatePartyNumber@@8 @44731 NONAME ??_R3H225_PrivateTypeOfNumber@@8 @44732 NONAME ??_R3H225_Progress_UUIE@@8 @44733 NONAME ??_R3H225_ProtocolIdentifier@@8 @44734 NONAME ??_R3H225_PublicPartyNumber@@8 @44735 NONAME ??_R3H225_PublicTypeOfNumber@@8 @44736 NONAME ??_R3H225_Q954Details@@8 @44737 NONAME ??_R3H225_QseriesOptions@@8 @44738 NONAME ??_R3H225_RAS@@8 @44739 NONAME ??_R3H225_RasMessage@@8 @44740 NONAME ??_R3H225_RasUsageInformation@@8 @44741 NONAME ??_R3H225_RasUsageInfoTypes@@8 @44742 NONAME ??_R3H225_RasUsageSpecification@@8 @44743 NONAME ??_R3H225_RasUsageSpecification_callStartingPoint@@8 @44744 NONAME ??_R3H225_RasUsageSpecification_when@@8 @44745 NONAME ??_R3H225_RegistrationConfirm@@8 @44746 NONAME ??_R3H225_RegistrationConfirm_preGrantedARQ@@8 @44747 NONAME ??_R3H225_RegistrationReject@@8 @44748 NONAME ??_R3H225_RegistrationRejectReason@@8 @44749 NONAME ??_R3H225_RegistrationRejectReason_invalidTerminalAliases@@8 @44750 NONAME ??_R3H225_RegistrationRequest@@8 @44751 NONAME ??_R3H225_ReleaseCompleteReason@@8 @44752 NONAME ??_R3H225_ReleaseComplete_UUIE@@8 @44753 NONAME ??_R3H225_RequestInProgress@@8 @44754 NONAME ??_R3H225_RequestSeqNum@@8 @44755 NONAME ??_R3H225_ResourcesAvailableConfirm@@8 @44756 NONAME ??_R3H225_ResourcesAvailableIndicate@@8 @44757 NONAME ??_R3H225_RTPSession@@8 @44758 NONAME ??_R3H225_RTPSession_associatedSessionIds@@8 @44759 NONAME ??_R3H225_ScnConnectionAggregation@@8 @44760 NONAME ??_R3H225_ScnConnectionType@@8 @44761 NONAME ??_R3H225_ScreeningIndicator@@8 @44762 NONAME ??_R3H225_SecurityCapabilities@@8 @44763 NONAME ??_R3H225_SecurityErrors2@@8 @44764 NONAME ??_R3H225_SecurityErrors@@8 @44765 NONAME ??_R3H225_SecurityServiceMode@@8 @44766 NONAME ??_R3H225_ServiceControlDescriptor@@8 @44767 NONAME ??_R3H225_ServiceControlIndication@@8 @44768 NONAME ??_R3H225_ServiceControlIndication_callSpecific@@8 @44769 NONAME ??_R3H225_ServiceControlResponse@@8 @44770 NONAME ??_R3H225_ServiceControlResponse_result@@8 @44771 NONAME ??_R3H225_ServiceControlSession@@8 @44772 NONAME ??_R3H225_ServiceControlSession_reason@@8 @44773 NONAME ??_R3H225_SetupAcknowledge_UUIE@@8 @44774 NONAME ??_R3H225_Setup_UUIE@@8 @44775 NONAME ??_R3H225_Setup_UUIE_conferenceGoal@@8 @44776 NONAME ??_R3H225_Setup_UUIE_connectionParameters@@8 @44777 NONAME ??_R3H225_Setup_UUIE_language@@8 @44778 NONAME ??_R3H225_SIPCaps@@8 @44779 NONAME ??_R3H225_StatusInquiry_UUIE@@8 @44780 NONAME ??_R3H225_Status_UUIE@@8 @44781 NONAME ??_R3H225_StimulusControl@@8 @44782 NONAME ??_R3H225_SupportedPrefix@@8 @44783 NONAME ??_R3H225_SupportedProtocols@@8 @44784 NONAME ??_R3H225_T120OnlyCaps@@8 @44785 NONAME ??_R3H225_T38FaxAnnexbOnlyCaps@@8 @44786 NONAME ??_R3H225_TBCD_STRING@@8 @44787 NONAME ??_R3H225_TerminalInfo@@8 @44788 NONAME ??_R3H225_TimeToLive@@8 @44789 NONAME ??_R3H225_TransportAddress@@8 @44790 NONAME ??_R3H225_TransportAddress_ip6Address@@8 @44791 NONAME ??_R3H225_TransportAddress_ipAddress@@8 @44792 NONAME ??_R3H225_TransportAddress_ipSourceRoute@@8 @44793 NONAME ??_R3H225_TransportAddress_ipSourceRoute_route@@8 @44794 NONAME ??_R3H225_TransportAddress_ipSourceRoute_routing@@8 @44795 NONAME ??_R3H225_TransportAddress_ipxAddress@@8 @44796 NONAME ??_R3H225_TransportChannelInfo@@8 @44797 NONAME ??_R3H225_TransportQOS@@8 @44798 NONAME ??_R3H225_TunnelledProtocol@@8 @44799 NONAME ??_R3H225_TunnelledProtocolAlternateIdentifier@@8 @44800 NONAME ??_R3H225_TunnelledProtocol_id@@8 @44801 NONAME ??_R3H225_UnknownMessageResponse@@8 @44802 NONAME ??_R3H225_UnregistrationConfirm@@8 @44803 NONAME ??_R3H225_UnregistrationReject@@8 @44804 NONAME ??_R3H225_UnregistrationRequest@@8 @44805 NONAME ??_R3H225_UnregRejectReason@@8 @44806 NONAME ??_R3H225_UnregRequestReason@@8 @44807 NONAME ??_R3H225_UseSpecifiedTransport@@8 @44808 NONAME ??_R3H225_UUIEsRequested@@8 @44809 NONAME ??_R3H225_VendorIdentifier@@8 @44810 NONAME ??_R3H225_VoiceCaps@@8 @44811 NONAME ??_R3H235AuthCAT@@8 @44812 NONAME ??_R3H235Authenticator@@8 @44813 NONAME ??_R3H235Authenticators@@8 @44814 NONAME ??_R3H235AuthProcedure1@@8 @44815 NONAME ??_R3H235AuthSimpleMD5@@8 @44816 NONAME ??_R3H235_AuthenticationBES@@8 @44817 NONAME ??_R3H235_AuthenticationMechanism@@8 @44818 NONAME ??_R3H235_ChallengeString@@8 @44819 NONAME ??_R3H235_ClearToken@@8 @44820 NONAME ??_R3H235_CryptoToken@@8 @44821 NONAME ??_R3H235_CryptoToken_cryptoEncryptedToken@@8 @44822 NONAME ??_R3H235_CryptoToken_cryptoHashedToken@@8 @44823 NONAME ??_R3H235_CryptoToken_cryptoSignedToken@@8 @44824 NONAME ??_R3H235_DHset@@8 @44825 NONAME ??_R3H235_ECGDSASignature@@8 @44826 NONAME ??_R3H235_ECKASDH@@8 @44827 NONAME ??_R3H235_ECKASDH_eckasdh2@@8 @44828 NONAME ??_R3H235_ECKASDH_eckasdhp@@8 @44829 NONAME ??_R3H235_ECpoint@@8 @44830 NONAME ??_R3H235_EncodedGeneralToken@@8 @44831 NONAME ??_R3H235_EncodedKeySignedMaterial@@8 @44832 NONAME ??_R3H235_EncodedKeySyncMaterial@@8 @44833 NONAME ??_R3H235_EncodedPwdCertToken@@8 @44834 NONAME ??_R3H235_EncodedReturnSig@@8 @44835 NONAME ??_R3H235_H235CertificateSignature@@8 @44836 NONAME ??_R3H235_H235Key@@8 @44837 NONAME ??_R3H235_Identifier@@8 @44838 NONAME ??_R3H235_IV16@@8 @44839 NONAME ??_R3H235_IV8@@8 @44840 NONAME ??_R3H235_KeyMaterial@@8 @44841 NONAME ??_R3H235_KeySignedMaterial@@8 @44842 NONAME ??_R3H235_KeySyncMaterial@@8 @44843 NONAME ??_R3H235_NonStandardParameter@@8 @44844 NONAME ??_R3H235_Params@@8 @44845 NONAME ??_R3H235_Password@@8 @44846 NONAME ??_R3H235_PwdCertToken@@8 @44847 NONAME ??_R3H235_RandomVal@@8 @44848 NONAME ??_R3H235_ReturnSig@@8 @44849 NONAME ??_R3H235_TimeStamp@@8 @44850 NONAME ??_R3H235_TypedCertificate@@8 @44851 NONAME ??_R3H235_V3KeySyncMaterial@@8 @44852 NONAME ??_R3H245NegLogicalChannel@@8 @44853 NONAME ??_R3H245NegLogicalChannels@@8 @44854 NONAME ??_R3H245NegMasterSlaveDetermination@@8 @44855 NONAME ??_R3H245Negotiator@@8 @44856 NONAME ??_R3H245NegRequestMode@@8 @44857 NONAME ??_R3H245NegRoundTripDelay@@8 @44858 NONAME ??_R3H245NegTerminalCapabilitySet@@8 @44859 NONAME ??_R3H245TransportThread@@8 @44860 NONAME ??_R3H245_AlternativeCapabilitySet@@8 @44861 NONAME ??_R3H245_ArrayOf_AlternativeCapabilitySet@@8 @44862 NONAME ??_R3H245_ArrayOf_BEnhancementParameters@@8 @44863 NONAME ??_R3H245_ArrayOf_CapabilityDescriptor@@8 @44864 NONAME ??_R3H245_ArrayOf_CapabilityDescriptorNumber@@8 @44865 NONAME ??_R3H245_ArrayOf_CapabilityTableEntry@@8 @44866 NONAME ??_R3H245_ArrayOf_CapabilityTableEntryNumber@@8 @44867 NONAME ??_R3H245_ArrayOf_CommunicationModeTableEntry@@8 @44868 NONAME ??_R3H245_ArrayOf_CustomPictureClockFrequency@@8 @44869 NONAME ??_R3H245_ArrayOf_CustomPictureFormat@@8 @44870 NONAME ??_R3H245_ArrayOf_DataApplicationCapability@@8 @44871 NONAME ??_R3H245_ArrayOf_DialingInformationNetworkType@@8 @44872 NONAME ??_R3H245_ArrayOf_DialingInformationNumber@@8 @44873 NONAME ??_R3H245_ArrayOf_EnhancementOptions@@8 @44874 NONAME ??_R3H245_ArrayOf_EscrowData@@8 @44875 NONAME ??_R3H245_ArrayOf_GenericCapability@@8 @52254 NONAME ??_R3H245_ArrayOf_GenericParameter@@8 @44876 NONAME ??_R3H245_ArrayOf_H263ModeComboFlags@@8 @44877 NONAME ??_R3H245_ArrayOf_H263VideoModeCombos@@8 @44878 NONAME ??_R3H245_ArrayOf_MediaChannelCapability@@8 @44879 NONAME ??_R3H245_ArrayOf_MediaDistributionCapability@@8 @44880 NONAME ??_R3H245_ArrayOf_ModeDescription@@8 @44881 NONAME ??_R3H245_ArrayOf_MultiplePayloadStreamElement@@8 @44882 NONAME ??_R3H245_ArrayOf_MultiplePayloadStreamElementMode@@8 @44883 NONAME ??_R3H245_ArrayOf_MultiplexElement@@8 @44884 NONAME ??_R3H245_ArrayOf_MultiplexEntryDescriptor@@8 @44885 NONAME ??_R3H245_ArrayOf_MultiplexEntryRejectionDescriptions@@8 @44886 NONAME ??_R3H245_ArrayOf_MultiplexTableEntryNumber@@8 @44887 NONAME ??_R3H245_ArrayOf_NonStandardParameter@@8 @44888 NONAME ??_R3H245_ArrayOf_ParameterIdentifier@@8 @44889 NONAME ??_R3H245_ArrayOf_PictureReference@@8 @44890 NONAME ??_R3H245_ArrayOf_Q2931Address@@8 @44891 NONAME ??_R3H245_ArrayOf_QOSCapability@@8 @44892 NONAME ??_R3H245_ArrayOf_RedundancyEncodingCapability@@8 @44893 NONAME ??_R3H245_ArrayOf_RedundancyEncodingDTModeElement@@8 @44894 NONAME ??_R3H245_ArrayOf_RedundancyEncodingElement@@8 @44895 NONAME ??_R3H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@8 @44896 NONAME ??_R3H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@8 @44897 NONAME ??_R3H245_ArrayOf_RTPPayloadType@@8 @44898 NONAME ??_R3H245_ArrayOf_TerminalInformation@@8 @44899 NONAME ??_R3H245_ArrayOf_TerminalLabel@@8 @44900 NONAME ??_R3H245_ArrayOf_VCCapability@@8 @44901 NONAME ??_R3H245_ArrayOf_VideoCapability@@8 @52255 NONAME ??_R3H245_ATMParameters@@8 @44902 NONAME ??_R3H245_AudioCapability@@8 @44903 NONAME ??_R3H245_AudioCapability_g7231@@8 @44904 NONAME ??_R3H245_AudioMode@@8 @44905 NONAME ??_R3H245_AudioMode_g7231@@8 @44906 NONAME ??_R3H245_AudioTelephonyEventCapability@@8 @44907 NONAME ??_R3H245_AudioToneCapability@@8 @44908 NONAME ??_R3H245_AuthenticationCapability@@8 @44909 NONAME ??_R3H245_BEnhancementParameters@@8 @44910 NONAME ??_R3H245_Capability@@8 @44911 NONAME ??_R3H245_CapabilityDescriptor@@8 @44912 NONAME ??_R3H245_CapabilityDescriptorNumber@@8 @44913 NONAME ??_R3H245_CapabilityIdentifier@@8 @44914 NONAME ??_R3H245_CapabilityTableEntry@@8 @44915 NONAME ??_R3H245_CapabilityTableEntryNumber@@8 @44916 NONAME ??_R3H245_Capability_h233EncryptionReceiveCapability@@8 @44917 NONAME ??_R3H245_CertSelectionCriteria@@8 @44918 NONAME ??_R3H245_CloseLogicalChannel@@8 @44919 NONAME ??_R3H245_CloseLogicalChannelAck@@8 @44920 NONAME ??_R3H245_CloseLogicalChannel_reason@@8 @44921 NONAME ??_R3H245_CloseLogicalChannel_source@@8 @44922 NONAME ??_R3H245_CommandMessage@@8 @44923 NONAME ??_R3H245_CommunicationModeCommand@@8 @44924 NONAME ??_R3H245_CommunicationModeRequest@@8 @44925 NONAME ??_R3H245_CommunicationModeResponse@@8 @44926 NONAME ??_R3H245_CommunicationModeTableEntry@@8 @44927 NONAME ??_R3H245_CommunicationModeTableEntry_dataType@@8 @44928 NONAME ??_R3H245_CompressionType@@8 @44929 NONAME ??_R3H245_ConferenceCapability@@8 @44930 NONAME ??_R3H245_ConferenceCommand@@8 @44931 NONAME ??_R3H245_ConferenceID@@8 @44932 NONAME ??_R3H245_ConferenceIndication@@8 @44933 NONAME ??_R3H245_ConferenceRequest@@8 @44934 NONAME ??_R3H245_ConferenceRequest_requestTerminalCertificate@@8 @44935 NONAME ??_R3H245_ConferenceResponse@@8 @44936 NONAME ??_R3H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@8 @44937 NONAME ??_R3H245_ConferenceResponse_chairTokenOwnerResponse@@8 @44938 NONAME ??_R3H245_ConferenceResponse_conferenceIDResponse@@8 @44939 NONAME ??_R3H245_ConferenceResponse_extensionAddressResponse@@8 @44940 NONAME ??_R3H245_ConferenceResponse_makeMeChairResponse@@8 @44941 NONAME ??_R3H245_ConferenceResponse_makeTerminalBroadcasterResponse@@8 @44942 NONAME ??_R3H245_ConferenceResponse_mCTerminalIDResponse@@8 @44943 NONAME ??_R3H245_ConferenceResponse_passwordResponse@@8 @44944 NONAME ??_R3H245_ConferenceResponse_sendThisSourceResponse@@8 @44945 NONAME ??_R3H245_ConferenceResponse_terminalCertificateResponse@@8 @44946 NONAME ??_R3H245_ConferenceResponse_terminalIDResponse@@8 @44947 NONAME ??_R3H245_ConnectionIdentifier@@8 @44948 NONAME ??_R3H245_CRCLength@@8 @44949 NONAME ??_R3H245_Criteria@@8 @44950 NONAME ??_R3H245_CustomPictureClockFrequency@@8 @44951 NONAME ??_R3H245_CustomPictureFormat@@8 @44952 NONAME ??_R3H245_CustomPictureFormat_mPI@@8 @44953 NONAME ??_R3H245_CustomPictureFormat_mPI_customPCF@@8 @44954 NONAME ??_R3H245_CustomPictureFormat_mPI_customPCF_subtype@@8 @44955 NONAME ??_R3H245_CustomPictureFormat_pixelAspectInformation@@8 @44956 NONAME ??_R3H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@8 @44957 NONAME ??_R3H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@8 @44958 NONAME ??_R3H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@8 @44959 NONAME ??_R3H245_DataApplicationCapability@@8 @44960 NONAME ??_R3H245_DataApplicationCapability_application@@8 @44961 NONAME ??_R3H245_DataApplicationCapability_application_nlpid@@8 @44962 NONAME ??_R3H245_DataApplicationCapability_application_t38fax@@8 @44963 NONAME ??_R3H245_DataApplicationCapability_application_t84@@8 @44964 NONAME ??_R3H245_DataMode@@8 @44965 NONAME ??_R3H245_DataMode_application@@8 @44966 NONAME ??_R3H245_DataMode_application_nlpid@@8 @44967 NONAME ??_R3H245_DataMode_application_t38fax@@8 @44968 NONAME ??_R3H245_DataProtocolCapability@@8 @44969 NONAME ??_R3H245_DataProtocolCapability_v76wCompression@@8 @44970 NONAME ??_R3H245_DataType@@8 @44971 NONAME ??_R3H245_DepFECCapability@@8 @52256 NONAME ??_R3H245_DepFECCapability_rfc2733@@8 @52257 NONAME ??_R3H245_DepFECCapability_rfc2733_separateStream@@8 @52258 NONAME ??_R3H245_DepFECData@@8 @52259 NONAME ??_R3H245_DepFECData_rfc2733@@8 @52260 NONAME ??_R3H245_DepFECData_rfc2733_mode@@8 @52261 NONAME ??_R3H245_DepFECData_rfc2733_mode_separateStream@@8 @52262 NONAME ??_R3H245_DepFECData_rfc2733_mode_separateStream_differentPort@@8 @52263 NONAME ??_R3H245_DepFECData_rfc2733_mode_separateStream_samePort@@8 @52264 NONAME ??_R3H245_DepFECMode@@8 @52265 NONAME ??_R3H245_DepFECMode_rfc2733Mode@@8 @52266 NONAME ??_R3H245_DepFECMode_rfc2733Mode_mode@@8 @52267 NONAME ??_R3H245_DepFECMode_rfc2733Mode_mode_separateStream@@8 @52268 NONAME ??_R3H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@8 @52269 NONAME ??_R3H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@8 @52270 NONAME ??_R3H245_DialingInformation@@8 @44972 NONAME ??_R3H245_DialingInformationNetworkType@@8 @44973 NONAME ??_R3H245_DialingInformationNumber@@8 @44974 NONAME ??_R3H245_EncryptionAuthenticationAndIntegrity@@8 @44975 NONAME ??_R3H245_EncryptionCapability@@8 @44976 NONAME ??_R3H245_EncryptionCommand@@8 @44977 NONAME ??_R3H245_EncryptionCommand_encryptionAlgorithmID@@8 @44978 NONAME ??_R3H245_EncryptionMode@@8 @44979 NONAME ??_R3H245_EncryptionSync@@8 @44980 NONAME ??_R3H245_EncryptionUpdateDirection@@8 @52271 NONAME ??_R3H245_EncryptionUpdateRequest@@8 @44981 NONAME ??_R3H245_EndSessionCommand@@8 @44982 NONAME ??_R3H245_EndSessionCommand_gstnOptions@@8 @44983 NONAME ??_R3H245_EndSessionCommand_isdnOptions@@8 @44984 NONAME ??_R3H245_EnhancementLayerInfo@@8 @44985 NONAME ??_R3H245_EnhancementOptions@@8 @44986 NONAME ??_R3H245_EscrowData@@8 @44987 NONAME ??_R3H245_ExtendedVideoCapability@@8 @52272 NONAME ??_R3H245_FECCapability@@8 @44988 NONAME ??_R3H245_FECCapability_rfc2733Format@@8 @52273 NONAME ??_R3H245_FECData@@8 @44991 NONAME ??_R3H245_FECData_rfc2733@@8 @44992 NONAME ??_R3H245_FECData_rfc2733_pktMode@@8 @52274 NONAME ??_R3H245_FECData_rfc2733_pktMode_rfc2733diffport@@8 @52275 NONAME ??_R3H245_FECData_rfc2733_pktMode_rfc2733sameport@@8 @52276 NONAME ??_R3H245_FECMode@@8 @44997 NONAME ??_R3H245_FECMode_rfc2733Format@@8 @52277 NONAME ??_R3H245_FlowControlCommand@@8 @45003 NONAME ??_R3H245_FlowControlCommand_restriction@@8 @45004 NONAME ??_R3H245_FlowControlCommand_scope@@8 @45005 NONAME ??_R3H245_FlowControlIndication@@8 @45006 NONAME ??_R3H245_FlowControlIndication_restriction@@8 @45007 NONAME ??_R3H245_FlowControlIndication_scope@@8 @45008 NONAME ??_R3H245_FunctionNotSupported@@8 @45009 NONAME ??_R3H245_FunctionNotSupported_cause@@8 @45010 NONAME ??_R3H245_FunctionNotUnderstood@@8 @45011 NONAME ??_R3H245_G7231AnnexCCapability@@8 @45012 NONAME ??_R3H245_G7231AnnexCCapability_g723AnnexCAudioMode@@8 @45013 NONAME ??_R3H245_G7231AnnexCMode@@8 @45014 NONAME ??_R3H245_G7231AnnexCMode_g723AnnexCAudioMode@@8 @45015 NONAME ??_R3H245_G729Extensions@@8 @45016 NONAME ??_R3H245_GenericCapability@@8 @45017 NONAME ??_R3H245_GenericMessage@@8 @52278 NONAME ??_R3H245_GenericParameter@@8 @45018 NONAME ??_R3H245_GSMAudioCapability@@8 @45019 NONAME ??_R3H245_H222Capability@@8 @45020 NONAME ??_R3H245_H222LogicalChannelParameters@@8 @45021 NONAME ??_R3H245_H223AL1MParameters@@8 @45022 NONAME ??_R3H245_H223AL1MParameters_arqType@@8 @45023 NONAME ??_R3H245_H223AL1MParameters_crcLength@@8 @45024 NONAME ??_R3H245_H223AL1MParameters_headerFEC@@8 @45025 NONAME ??_R3H245_H223AL1MParameters_transferMode@@8 @45026 NONAME ??_R3H245_H223AL2MParameters@@8 @45027 NONAME ??_R3H245_H223AL2MParameters_headerFEC@@8 @45028 NONAME ??_R3H245_H223AL3MParameters@@8 @45029 NONAME ??_R3H245_H223AL3MParameters_arqType@@8 @45030 NONAME ??_R3H245_H223AL3MParameters_crcLength@@8 @45031 NONAME ??_R3H245_H223AL3MParameters_headerFormat@@8 @45032 NONAME ??_R3H245_H223AnnexCArqParameters@@8 @45033 NONAME ??_R3H245_H223AnnexCArqParameters_numberOfRetransmissions@@8 @45034 NONAME ??_R3H245_H223AnnexCCapability@@8 @45035 NONAME ??_R3H245_H223Capability@@8 @45036 NONAME ??_R3H245_H223Capability_h223MultiplexTableCapability@@8 @45037 NONAME ??_R3H245_H223Capability_h223MultiplexTableCapability_enhanced@@8 @45038 NONAME ??_R3H245_H223Capability_mobileMultilinkFrameCapability@@8 @45039 NONAME ??_R3H245_H223Capability_mobileOperationTransmitCapability@@8 @45040 NONAME ??_R3H245_H223LogicalChannelParameters@@8 @45041 NONAME ??_R3H245_H223LogicalChannelParameters_adaptationLayerType@@8 @45042 NONAME ??_R3H245_H223LogicalChannelParameters_adaptationLayerType_al3@@8 @45043 NONAME ??_R3H245_H223ModeParameters@@8 @45044 NONAME ??_R3H245_H223ModeParameters_adaptationLayerType@@8 @45045 NONAME ??_R3H245_H223ModeParameters_adaptationLayerType_al3@@8 @45046 NONAME ??_R3H245_H223MultiplexReconfiguration@@8 @45047 NONAME ??_R3H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@8 @45048 NONAME ??_R3H245_H223MultiplexReconfiguration_h223ModeChange@@8 @45049 NONAME ??_R3H245_H223SkewIndication@@8 @45050 NONAME ??_R3H245_H2250Capability@@8 @45051 NONAME ??_R3H245_H2250Capability_mcCapability@@8 @45052 NONAME ??_R3H245_H2250LogicalChannelAckParameters@@8 @45053 NONAME ??_R3H245_H2250LogicalChannelParameters@@8 @45054 NONAME ??_R3H245_H2250LogicalChannelParameters_mediaPacketization@@8 @45055 NONAME ??_R3H245_H2250MaximumSkewIndication@@8 @45056 NONAME ??_R3H245_H2250ModeParameters@@8 @45057 NONAME ??_R3H245_H235Media@@8 @45058 NONAME ??_R3H245_H235Media_mediaType@@8 @45059 NONAME ??_R3H245_H235Mode@@8 @45060 NONAME ??_R3H245_H235Mode_mediaMode@@8 @45061 NONAME ??_R3H245_H235SecurityCapability@@8 @45062 NONAME ??_R3H245_H261VideoCapability@@8 @45063 NONAME ??_R3H245_H261VideoMode@@8 @45064 NONAME ??_R3H245_H261VideoMode_resolution@@8 @45065 NONAME ??_R3H245_H262VideoCapability@@8 @45066 NONAME ??_R3H245_H262VideoMode@@8 @45067 NONAME ??_R3H245_H262VideoMode_profileAndLevel@@8 @45068 NONAME ??_R3H245_H263ModeComboFlags@@8 @45069 NONAME ??_R3H245_H263Options@@8 @45070 NONAME ??_R3H245_H263Version3Options@@8 @45071 NONAME ??_R3H245_H263VideoCapability@@8 @45072 NONAME ??_R3H245_H263VideoMode@@8 @45073 NONAME ??_R3H245_H263VideoModeCombos@@8 @45074 NONAME ??_R3H245_H263VideoMode_resolution@@8 @45075 NONAME ??_R3H245_IndicationMessage@@8 @45076 NONAME ??_R3H245_IntegrityCapability@@8 @45077 NONAME ??_R3H245_IS11172AudioCapability@@8 @45078 NONAME ??_R3H245_IS11172AudioMode@@8 @45079 NONAME ??_R3H245_IS11172AudioMode_audioLayer@@8 @45080 NONAME ??_R3H245_IS11172AudioMode_audioSampling@@8 @45081 NONAME ??_R3H245_IS11172AudioMode_multichannelType@@8 @45082 NONAME ??_R3H245_IS11172VideoCapability@@8 @45083 NONAME ??_R3H245_IS11172VideoMode@@8 @45084 NONAME ??_R3H245_IS13818AudioCapability@@8 @45085 NONAME ??_R3H245_IS13818AudioMode@@8 @45086 NONAME ??_R3H245_IS13818AudioMode_audioLayer@@8 @45087 NONAME ??_R3H245_IS13818AudioMode_audioSampling@@8 @45088 NONAME ??_R3H245_IS13818AudioMode_multichannelType@@8 @45089 NONAME ??_R3H245_IV16@@8 @52279 NONAME ??_R3H245_IV8@@8 @52280 NONAME ??_R3H245_JitterIndication@@8 @45090 NONAME ??_R3H245_JitterIndication_scope@@8 @45091 NONAME ??_R3H245_KeyProtectionMethod@@8 @45092 NONAME ??_R3H245_LogicalChannelNumber@@8 @45093 NONAME ??_R3H245_LogicalChannelRateAcknowledge@@8 @45094 NONAME ??_R3H245_LogicalChannelRateReject@@8 @45095 NONAME ??_R3H245_LogicalChannelRateRejectReason@@8 @45096 NONAME ??_R3H245_LogicalChannelRateRelease@@8 @45097 NONAME ??_R3H245_LogicalChannelRateRequest@@8 @45098 NONAME ??_R3H245_MaintenanceLoopAck@@8 @45099 NONAME ??_R3H245_MaintenanceLoopAck_type@@8 @45100 NONAME ??_R3H245_MaintenanceLoopOffCommand@@8 @45101 NONAME ??_R3H245_MaintenanceLoopReject@@8 @45102 NONAME ??_R3H245_MaintenanceLoopReject_cause@@8 @45103 NONAME ??_R3H245_MaintenanceLoopReject_type@@8 @45104 NONAME ??_R3H245_MaintenanceLoopRequest@@8 @45105 NONAME ??_R3H245_MaintenanceLoopRequest_type@@8 @45106 NONAME ??_R3H245_MasterSlaveDetermination@@8 @45107 NONAME ??_R3H245_MasterSlaveDeterminationAck@@8 @45108 NONAME ??_R3H245_MasterSlaveDeterminationAck_decision@@8 @45109 NONAME ??_R3H245_MasterSlaveDeterminationReject@@8 @45110 NONAME ??_R3H245_MasterSlaveDeterminationReject_cause@@8 @45111 NONAME ??_R3H245_MasterSlaveDeterminationRelease@@8 @45112 NONAME ??_R3H245_MaximumBitRate@@8 @45113 NONAME ??_R3H245_MaxRedundancy@@8 @52281 NONAME ??_R3H245_MCLocationIndication@@8 @45114 NONAME ??_R3H245_McuNumber@@8 @45115 NONAME ??_R3H245_MediaChannelCapability@@8 @45116 NONAME ??_R3H245_MediaDistributionCapability@@8 @45117 NONAME ??_R3H245_MediaEncryptionAlgorithm@@8 @45118 NONAME ??_R3H245_MediaPacketizationCapability@@8 @45119 NONAME ??_R3H245_MediaTransportType@@8 @45120 NONAME ??_R3H245_MediaTransportType_atm_AAL5_compressed@@8 @45121 NONAME ??_R3H245_MiscellaneousCommand@@8 @45122 NONAME ??_R3H245_MiscellaneousCommand_type@@8 @45123 NONAME ??_R3H245_MiscellaneousCommand_type_encryptionUpdateAck@@8 @52282 NONAME ??_R3H245_MiscellaneousCommand_type_encryptionUpdateCommand@@8 @52283 NONAME ??_R3H245_MiscellaneousCommand_type_lostPartialPicture@@8 @45124 NONAME ??_R3H245_MiscellaneousCommand_type_progressiveRefinementStart@@8 @45125 NONAME ??_R3H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@8 @45126 NONAME ??_R3H245_MiscellaneousCommand_type_videoBadMBs@@8 @45127 NONAME ??_R3H245_MiscellaneousCommand_type_videoFastUpdateGOB@@8 @45128 NONAME ??_R3H245_MiscellaneousCommand_type_videoFastUpdateMB@@8 @45129 NONAME ??_R3H245_MiscellaneousIndication@@8 @45130 NONAME ??_R3H245_MiscellaneousIndication_type@@8 @45131 NONAME ??_R3H245_MiscellaneousIndication_type_videoNotDecodedMBs@@8 @45132 NONAME ??_R3H245_MobileMultilinkReconfigurationCommand@@8 @45133 NONAME ??_R3H245_MobileMultilinkReconfigurationCommand_status@@8 @45134 NONAME ??_R3H245_MobileMultilinkReconfigurationIndication@@8 @45135 NONAME ??_R3H245_ModeDescription@@8 @45136 NONAME ??_R3H245_ModeElement@@8 @45137 NONAME ??_R3H245_ModeElementType@@8 @45138 NONAME ??_R3H245_MulticastAddress@@8 @45139 NONAME ??_R3H245_MulticastAddress_iP6Address@@8 @45140 NONAME ??_R3H245_MulticastAddress_iPAddress@@8 @45141 NONAME ??_R3H245_MultilinkIndication@@8 @45142 NONAME ??_R3H245_MultilinkIndication_crcDesired@@8 @45143 NONAME ??_R3H245_MultilinkIndication_excessiveError@@8 @45144 NONAME ??_R3H245_MultilinkRequest@@8 @45145 NONAME ??_R3H245_MultilinkRequest_addConnection@@8 @45146 NONAME ??_R3H245_MultilinkRequest_callInformation@@8 @45147 NONAME ??_R3H245_MultilinkRequest_maximumHeaderInterval@@8 @45148 NONAME ??_R3H245_MultilinkRequest_maximumHeaderInterval_requestType@@8 @45149 NONAME ??_R3H245_MultilinkRequest_removeConnection@@8 @45150 NONAME ??_R3H245_MultilinkResponse@@8 @45151 NONAME ??_R3H245_MultilinkResponse_addConnection@@8 @45152 NONAME ??_R3H245_MultilinkResponse_addConnection_responseCode@@8 @45153 NONAME ??_R3H245_MultilinkResponse_addConnection_responseCode_rejected@@8 @45154 NONAME ??_R3H245_MultilinkResponse_callInformation@@8 @45155 NONAME ??_R3H245_MultilinkResponse_maximumHeaderInterval@@8 @45156 NONAME ??_R3H245_MultilinkResponse_removeConnection@@8 @45157 NONAME ??_R3H245_MultimediaSystemControlMessage@@8 @45158 NONAME ??_R3H245_MultiplePayloadStream@@8 @45159 NONAME ??_R3H245_MultiplePayloadStreamCapability@@8 @45160 NONAME ??_R3H245_MultiplePayloadStreamElement@@8 @45161 NONAME ??_R3H245_MultiplePayloadStreamElementMode@@8 @45162 NONAME ??_R3H245_MultiplePayloadStreamMode@@8 @45163 NONAME ??_R3H245_MultiplexCapability@@8 @45164 NONAME ??_R3H245_MultiplexedStreamCapability@@8 @45165 NONAME ??_R3H245_MultiplexedStreamModeParameters@@8 @45166 NONAME ??_R3H245_MultiplexedStreamParameter@@8 @45167 NONAME ??_R3H245_MultiplexElement@@8 @45168 NONAME ??_R3H245_MultiplexElement_repeatCount@@8 @45169 NONAME ??_R3H245_MultiplexElement_type@@8 @45170 NONAME ??_R3H245_MultiplexEntryDescriptor@@8 @45171 NONAME ??_R3H245_MultiplexEntryRejectionDescriptions@@8 @45172 NONAME ??_R3H245_MultiplexEntryRejectionDescriptions_cause@@8 @45173 NONAME ??_R3H245_MultiplexEntrySend@@8 @45174 NONAME ??_R3H245_MultiplexEntrySendAck@@8 @45175 NONAME ??_R3H245_MultiplexEntrySendReject@@8 @45176 NONAME ??_R3H245_MultiplexEntrySendRelease@@8 @45177 NONAME ??_R3H245_MultiplexFormat@@8 @45178 NONAME ??_R3H245_MultiplexTableEntryNumber@@8 @45179 NONAME ??_R3H245_MultipointCapability@@8 @45180 NONAME ??_R3H245_NetworkAccessParameters@@8 @45181 NONAME ??_R3H245_NetworkAccessParameters_distribution@@8 @45182 NONAME ??_R3H245_NetworkAccessParameters_networkAddress@@8 @45183 NONAME ??_R3H245_NetworkAccessParameters_t120SetupProcedure@@8 @45184 NONAME ??_R3H245_NewATMVCCommand@@8 @45185 NONAME ??_R3H245_NewATMVCCommand_aal@@8 @45186 NONAME ??_R3H245_NewATMVCCommand_aal_aal1@@8 @45187 NONAME ??_R3H245_NewATMVCCommand_aal_aal1_clockRecovery@@8 @45188 NONAME ??_R3H245_NewATMVCCommand_aal_aal1_errorCorrection@@8 @45189 NONAME ??_R3H245_NewATMVCCommand_aal_aal5@@8 @45190 NONAME ??_R3H245_NewATMVCCommand_multiplex@@8 @45191 NONAME ??_R3H245_NewATMVCCommand_reverseParameters@@8 @45192 NONAME ??_R3H245_NewATMVCCommand_reverseParameters_multiplex@@8 @45193 NONAME ??_R3H245_NewATMVCIndication@@8 @45194 NONAME ??_R3H245_NewATMVCIndication_aal@@8 @45195 NONAME ??_R3H245_NewATMVCIndication_aal_aal1@@8 @45196 NONAME ??_R3H245_NewATMVCIndication_aal_aal1_clockRecovery@@8 @45197 NONAME ??_R3H245_NewATMVCIndication_aal_aal1_errorCorrection@@8 @45198 NONAME ??_R3H245_NewATMVCIndication_aal_aal5@@8 @45199 NONAME ??_R3H245_NewATMVCIndication_multiplex@@8 @45200 NONAME ??_R3H245_NewATMVCIndication_reverseParameters@@8 @45201 NONAME ??_R3H245_NewATMVCIndication_reverseParameters_multiplex@@8 @45202 NONAME ??_R3H245_NonStandardIdentifier@@8 @45203 NONAME ??_R3H245_NonStandardIdentifier_h221NonStandard@@8 @45204 NONAME ??_R3H245_NonStandardMessage@@8 @45205 NONAME ??_R3H245_NonStandardParameter@@8 @45206 NONAME ??_R3H245_NoPTAudioTelephonyEventCapability@@8 @45207 NONAME ??_R3H245_NoPTAudioToneCapability@@8 @45208 NONAME ??_R3H245_OpenLogicalChannel@@8 @45209 NONAME ??_R3H245_OpenLogicalChannelAck@@8 @45210 NONAME ??_R3H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@8 @45211 NONAME ??_R3H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@8 @45212 NONAME ??_R3H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@8 @45213 NONAME ??_R3H245_OpenLogicalChannelConfirm@@8 @45214 NONAME ??_R3H245_OpenLogicalChannelReject@@8 @45215 NONAME ??_R3H245_OpenLogicalChannelReject_cause@@8 @45216 NONAME ??_R3H245_OpenLogicalChannel_forwardLogicalChannelParameters@@8 @45217 NONAME ??_R3H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@8 @45218 NONAME ??_R3H245_OpenLogicalChannel_reverseLogicalChannelParameters@@8 @45219 NONAME ??_R3H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@8 @45220 NONAME ??_R3H245_ParameterIdentifier@@8 @45221 NONAME ??_R3H245_ParameterValue@@8 @45222 NONAME ??_R3H245_Params@@8 @52284 NONAME ??_R3H245_Password@@8 @45223 NONAME ??_R3H245_PictureReference@@8 @45224 NONAME ??_R3H245_Q2931Address@@8 @45225 NONAME ??_R3H245_Q2931Address_address@@8 @45226 NONAME ??_R3H245_QOSCapability@@8 @45227 NONAME ??_R3H245_QOSMode@@8 @45228 NONAME ??_R3H245_RedundancyEncoding@@8 @45229 NONAME ??_R3H245_RedundancyEncodingCapability@@8 @45230 NONAME ??_R3H245_RedundancyEncodingDTMode@@8 @45231 NONAME ??_R3H245_RedundancyEncodingDTModeElement@@8 @45232 NONAME ??_R3H245_RedundancyEncodingDTModeElement_type@@8 @45233 NONAME ??_R3H245_RedundancyEncodingElement@@8 @45234 NONAME ??_R3H245_RedundancyEncodingMethod@@8 @45235 NONAME ??_R3H245_RedundancyEncodingMode@@8 @45236 NONAME ??_R3H245_RedundancyEncodingMode_secondaryEncoding@@8 @45237 NONAME ??_R3H245_RedundancyEncoding_rtpRedundancyEncoding@@8 @45238 NONAME ??_R3H245_RefPictureSelection@@8 @45239 NONAME ??_R3H245_RefPictureSelection_additionalPictureMemory@@8 @45240 NONAME ??_R3H245_RefPictureSelection_enhancedReferencePicSelect@@8 @45241 NONAME ??_R3H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@8 @45242 NONAME ??_R3H245_RefPictureSelection_videoBackChannelSend@@8 @45243 NONAME ??_R3H245_RemoteMCRequest@@8 @45244 NONAME ??_R3H245_RemoteMCResponse@@8 @45245 NONAME ??_R3H245_RemoteMCResponse_reject@@8 @45246 NONAME ??_R3H245_RequestAllTerminalIDsResponse@@8 @45247 NONAME ??_R3H245_RequestChannelClose@@8 @45248 NONAME ??_R3H245_RequestChannelCloseAck@@8 @45249 NONAME ??_R3H245_RequestChannelCloseReject@@8 @45250 NONAME ??_R3H245_RequestChannelCloseReject_cause@@8 @45251 NONAME ??_R3H245_RequestChannelCloseRelease@@8 @45252 NONAME ??_R3H245_RequestChannelClose_reason@@8 @45253 NONAME ??_R3H245_RequestMessage@@8 @45254 NONAME ??_R3H245_RequestMode@@8 @45255 NONAME ??_R3H245_RequestModeAck@@8 @45256 NONAME ??_R3H245_RequestModeAck_response@@8 @45257 NONAME ??_R3H245_RequestModeReject@@8 @45258 NONAME ??_R3H245_RequestModeReject_cause@@8 @45259 NONAME ??_R3H245_RequestModeRelease@@8 @45260 NONAME ??_R3H245_RequestMultiplexEntry@@8 @45261 NONAME ??_R3H245_RequestMultiplexEntryAck@@8 @45262 NONAME ??_R3H245_RequestMultiplexEntryReject@@8 @45263 NONAME ??_R3H245_RequestMultiplexEntryRejectionDescriptions@@8 @45264 NONAME ??_R3H245_RequestMultiplexEntryRejectionDescriptions_cause@@8 @45265 NONAME ??_R3H245_RequestMultiplexEntryRelease@@8 @45266 NONAME ??_R3H245_ResponseMessage@@8 @45267 NONAME ??_R3H245_RoundTripDelayRequest@@8 @45268 NONAME ??_R3H245_RoundTripDelayResponse@@8 @45269 NONAME ??_R3H245_RSVPParameters@@8 @45270 NONAME ??_R3H245_RTPH263VideoRedundancyEncoding@@8 @45271 NONAME ??_R3H245_RTPH263VideoRedundancyEncoding_containedThreads@@8 @45272 NONAME ??_R3H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@8 @45273 NONAME ??_R3H245_RTPH263VideoRedundancyFrameMapping@@8 @45274 NONAME ??_R3H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@8 @45275 NONAME ??_R3H245_RTPPayloadType@@8 @45276 NONAME ??_R3H245_RTPPayloadType_payloadDescriptor@@8 @45277 NONAME ??_R3H245_SendTerminalCapabilitySet@@8 @45278 NONAME ??_R3H245_SendTerminalCapabilitySet_specificRequest@@8 @45279 NONAME ??_R3H245_SequenceNumber@@8 @45280 NONAME ??_R3H245_SubstituteConferenceIDCommand@@8 @45281 NONAME ??_R3H245_T38FaxProfile@@8 @45282 NONAME ??_R3H245_T38FaxRateManagement@@8 @45283 NONAME ??_R3H245_T38FaxTcpOptions@@8 @45284 NONAME ??_R3H245_T38FaxUdpOptions@@8 @45285 NONAME ??_R3H245_T38FaxUdpOptions_t38FaxUdpEC@@8 @45286 NONAME ??_R3H245_T84Profile@@8 @45287 NONAME ??_R3H245_T84Profile_t84Restricted@@8 @45288 NONAME ??_R3H245_TerminalCapabilitySet@@8 @45289 NONAME ??_R3H245_TerminalCapabilitySetAck@@8 @45290 NONAME ??_R3H245_TerminalCapabilitySetReject@@8 @45291 NONAME ??_R3H245_TerminalCapabilitySetReject_cause@@8 @45292 NONAME ??_R3H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@8 @45293 NONAME ??_R3H245_TerminalCapabilitySetRelease@@8 @45294 NONAME ??_R3H245_TerminalID@@8 @45295 NONAME ??_R3H245_TerminalInformation@@8 @45296 NONAME ??_R3H245_TerminalLabel@@8 @45297 NONAME ??_R3H245_TerminalNumber@@8 @45298 NONAME ??_R3H245_TerminalYouAreSeeingInSubPictureNumber@@8 @45299 NONAME ??_R3H245_TransparencyParameters@@8 @45300 NONAME ??_R3H245_TransportAddress@@8 @45301 NONAME ??_R3H245_TransportCapability@@8 @45302 NONAME ??_R3H245_UnicastAddress@@8 @45303 NONAME ??_R3H245_UnicastAddress_iP6Address@@8 @45304 NONAME ??_R3H245_UnicastAddress_iPAddress@@8 @45305 NONAME ??_R3H245_UnicastAddress_iPSourceRouteAddress@@8 @45306 NONAME ??_R3H245_UnicastAddress_iPSourceRouteAddress_route@@8 @45307 NONAME ??_R3H245_UnicastAddress_iPSourceRouteAddress_routing@@8 @45308 NONAME ??_R3H245_UnicastAddress_iPXAddress@@8 @45309 NONAME ??_R3H245_UserInputCapability@@8 @45310 NONAME ??_R3H245_UserInputIndication@@8 @45311 NONAME ??_R3H245_UserInputIndication_encryptedAlphanumeric@@8 @52285 NONAME ??_R3H245_UserInputIndication_extendedAlphanumeric@@8 @45312 NONAME ??_R3H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@8 @52286 NONAME ??_R3H245_UserInputIndication_signal@@8 @45313 NONAME ??_R3H245_UserInputIndication_signalUpdate@@8 @45314 NONAME ??_R3H245_UserInputIndication_signalUpdate_rtp@@8 @45315 NONAME ??_R3H245_UserInputIndication_signal_rtp@@8 @45316 NONAME ??_R3H245_UserInputIndication_userInputSupportIndication@@8 @45317 NONAME ??_R3H245_V42bis@@8 @45318 NONAME ??_R3H245_V75Capability@@8 @45319 NONAME ??_R3H245_V75Parameters@@8 @45320 NONAME ??_R3H245_V76Capability@@8 @45321 NONAME ??_R3H245_V76HDLCParameters@@8 @45322 NONAME ??_R3H245_V76LogicalChannelParameters@@8 @45323 NONAME ??_R3H245_V76LogicalChannelParameters_mode@@8 @45324 NONAME ??_R3H245_V76LogicalChannelParameters_mode_eRM@@8 @45325 NONAME ??_R3H245_V76LogicalChannelParameters_mode_eRM_recovery@@8 @45326 NONAME ??_R3H245_V76LogicalChannelParameters_suspendResume@@8 @45327 NONAME ??_R3H245_V76ModeParameters@@8 @45328 NONAME ??_R3H245_VBDCapability@@8 @45329 NONAME ??_R3H245_VBDMode@@8 @45330 NONAME ??_R3H245_VCCapability@@8 @45331 NONAME ??_R3H245_VCCapability_aal1@@8 @45332 NONAME ??_R3H245_VCCapability_aal1ViaGateway@@8 @45333 NONAME ??_R3H245_VCCapability_aal5@@8 @45334 NONAME ??_R3H245_VCCapability_availableBitRates@@8 @45335 NONAME ??_R3H245_VCCapability_availableBitRates_type@@8 @45336 NONAME ??_R3H245_VCCapability_availableBitRates_type_rangeOfBitRates@@8 @45337 NONAME ??_R3H245_VendorIdentification@@8 @45338 NONAME ??_R3H245_VideoCapability@@8 @45339 NONAME ??_R3H245_VideoIndicateCompose@@8 @45340 NONAME ??_R3H245_VideoMode@@8 @45341 NONAME ??_R3H248_ActionReply@@8 @45342 NONAME ??_R3H248_ActionRequest@@8 @45343 NONAME ??_R3H248_AmmDescriptor@@8 @45344 NONAME ??_R3H248_AmmRequest@@8 @45345 NONAME ??_R3H248_AmmsReply@@8 @45346 NONAME ??_R3H248_ArrayOf_ActionReply@@8 @45347 NONAME ??_R3H248_ArrayOf_ActionRequest@@8 @45348 NONAME ??_R3H248_ArrayOf_AmmDescriptor@@8 @45349 NONAME ??_R3H248_ArrayOf_CommandReply@@8 @45350 NONAME ??_R3H248_ArrayOf_CommandRequest@@8 @45351 NONAME ??_R3H248_ArrayOf_EventParameter@@8 @45352 NONAME ??_R3H248_ArrayOf_IndAuditParameter@@8 @45353 NONAME ??_R3H248_ArrayOf_IndAudPropertyParm@@8 @45354 NONAME ??_R3H248_ArrayOf_IndAudStreamDescriptor@@8 @45355 NONAME ??_R3H248_ArrayOf_ModemType@@8 @45356 NONAME ??_R3H248_ArrayOf_ObservedEvent@@8 @45357 NONAME ??_R3H248_ArrayOf_PASN_OctetString@@8 @45358 NONAME ??_R3H248_ArrayOf_PropertyGroup@@8 @45359 NONAME ??_R3H248_ArrayOf_PropertyParm@@8 @45360 NONAME ??_R3H248_ArrayOf_RequestedEvent@@8 @45361 NONAME ??_R3H248_ArrayOf_SecondRequestedEvent@@8 @45362 NONAME ??_R3H248_ArrayOf_Signal@@8 @45363 NONAME ??_R3H248_ArrayOf_SigParameter@@8 @45364 NONAME ??_R3H248_ArrayOf_StreamDescriptor@@8 @45365 NONAME ??_R3H248_ArrayOf_TerminationID@@8 @45366 NONAME ??_R3H248_ArrayOf_TopologyRequest@@8 @45367 NONAME ??_R3H248_ArrayOf_Transaction@@8 @45368 NONAME ??_R3H248_ArrayOf_WildcardField@@8 @45369 NONAME ??_R3H248_AuditDescriptor@@8 @45370 NONAME ??_R3H248_AuditReply@@8 @45371 NONAME ??_R3H248_AuditRequest@@8 @45372 NONAME ??_R3H248_AuditResult@@8 @45373 NONAME ??_R3H248_AuditReturnParameter@@8 @45374 NONAME ??_R3H248_AuthData@@8 @45375 NONAME ??_R3H248_AuthenticationHeader@@8 @45376 NONAME ??_R3H248_Command@@8 @45377 NONAME ??_R3H248_CommandReply@@8 @45378 NONAME ??_R3H248_CommandRequest@@8 @45379 NONAME ??_R3H248_ContextAttrAuditRequest@@8 @45380 NONAME ??_R3H248_ContextID@@8 @45381 NONAME ??_R3H248_ContextRequest@@8 @45382 NONAME ??_R3H248_DigitMapDescriptor@@8 @45383 NONAME ??_R3H248_DigitMapName@@8 @45384 NONAME ??_R3H248_DigitMapValue@@8 @45385 NONAME ??_R3H248_DomainName@@8 @45386 NONAME ??_R3H248_ErrorCode@@8 @45387 NONAME ??_R3H248_ErrorDescriptor@@8 @45388 NONAME ??_R3H248_ErrorText@@8 @45389 NONAME ??_R3H248_EventBufferControl@@8 @45390 NONAME ??_R3H248_EventBufferDescriptor@@8 @45391 NONAME ??_R3H248_EventDM@@8 @45392 NONAME ??_R3H248_EventName@@8 @45393 NONAME ??_R3H248_EventParameter@@8 @45394 NONAME ??_R3H248_EventParameter_extraInfo@@8 @45395 NONAME ??_R3H248_EventsDescriptor@@8 @45396 NONAME ??_R3H248_EventSpec@@8 @45397 NONAME ??_R3H248_H221NonStandard@@8 @45398 NONAME ??_R3H248_IndAudDigitMapDescriptor@@8 @45399 NONAME ??_R3H248_IndAudEventBufferDescriptor@@8 @45400 NONAME ??_R3H248_IndAudEventsDescriptor@@8 @45401 NONAME ??_R3H248_IndAuditParameter@@8 @45402 NONAME ??_R3H248_IndAudLocalControlDescriptor@@8 @45403 NONAME ??_R3H248_IndAudLocalRemoteDescriptor@@8 @45404 NONAME ??_R3H248_IndAudMediaDescriptor@@8 @45405 NONAME ??_R3H248_IndAudMediaDescriptor_streams@@8 @45406 NONAME ??_R3H248_IndAudPackagesDescriptor@@8 @45407 NONAME ??_R3H248_IndAudPropertyGroup@@8 @45408 NONAME ??_R3H248_IndAudPropertyParm@@8 @45409 NONAME ??_R3H248_IndAudSeqSigList@@8 @45410 NONAME ??_R3H248_IndAudSignal@@8 @45411 NONAME ??_R3H248_IndAudSignalsDescriptor@@8 @45412 NONAME ??_R3H248_IndAudStatisticsDescriptor@@8 @45413 NONAME ??_R3H248_IndAudStreamDescriptor@@8 @45414 NONAME ??_R3H248_IndAudStreamParms@@8 @45415 NONAME ??_R3H248_IndAudTerminationStateDescriptor@@8 @45416 NONAME ??_R3H248_IP4Address@@8 @45417 NONAME ??_R3H248_IP6Address@@8 @45418 NONAME ??_R3H248_LocalControlDescriptor@@8 @45419 NONAME ??_R3H248_LocalRemoteDescriptor@@8 @45420 NONAME ??_R3H248_MediaDescriptor@@8 @45421 NONAME ??_R3H248_MediaDescriptor_streams@@8 @45422 NONAME ??_R3H248_MegacoMessage@@8 @45423 NONAME ??_R3H248_Message@@8 @45424 NONAME ??_R3H248_Message_messageBody@@8 @45425 NONAME ??_R3H248_MId@@8 @45426 NONAME ??_R3H248_ModemDescriptor@@8 @45427 NONAME ??_R3H248_ModemType@@8 @45428 NONAME ??_R3H248_MuxDescriptor@@8 @45429 NONAME ??_R3H248_MuxType@@8 @45430 NONAME ??_R3H248_Name@@8 @45431 NONAME ??_R3H248_NonStandardData@@8 @45432 NONAME ??_R3H248_NonStandardIdentifier@@8 @45433 NONAME ??_R3H248_NotifyCompletion@@8 @45434 NONAME ??_R3H248_NotifyReply@@8 @45435 NONAME ??_R3H248_NotifyRequest@@8 @45436 NONAME ??_R3H248_ObservedEvent@@8 @45437 NONAME ??_R3H248_ObservedEventsDescriptor@@8 @45438 NONAME ??_R3H248_PackagesDescriptor@@8 @45439 NONAME ??_R3H248_PackagesItem@@8 @45440 NONAME ??_R3H248_PathName@@8 @45441 NONAME ??_R3H248_PkgdName@@8 @45442 NONAME ??_R3H248_PropertyGroup@@8 @45443 NONAME ??_R3H248_PropertyParm@@8 @45444 NONAME ??_R3H248_PropertyParm_extraInfo@@8 @45445 NONAME ??_R3H248_Relation@@8 @45446 NONAME ??_R3H248_RequestedActions@@8 @45447 NONAME ??_R3H248_RequestedEvent@@8 @45448 NONAME ??_R3H248_RequestID@@8 @45449 NONAME ??_R3H248_SecondEventsDescriptor@@8 @45450 NONAME ??_R3H248_SecondRequestedActions@@8 @45451 NONAME ??_R3H248_SecondRequestedEvent@@8 @45452 NONAME ??_R3H248_SecurityParmIndex@@8 @45453 NONAME ??_R3H248_SeqSigList@@8 @45454 NONAME ??_R3H248_SequenceNum@@8 @45455 NONAME ??_R3H248_ServiceChangeAddress@@8 @45456 NONAME ??_R3H248_ServiceChangeMethod@@8 @45457 NONAME ??_R3H248_ServiceChangeParm@@8 @45458 NONAME ??_R3H248_ServiceChangeProfile@@8 @45459 NONAME ??_R3H248_ServiceChangeReply@@8 @45460 NONAME ??_R3H248_ServiceChangeRequest@@8 @45461 NONAME ??_R3H248_ServiceChangeResParm@@8 @45462 NONAME ??_R3H248_ServiceChangeResult@@8 @45463 NONAME ??_R3H248_ServiceState@@8 @45464 NONAME ??_R3H248_Signal@@8 @45465 NONAME ??_R3H248_SignalName@@8 @45466 NONAME ??_R3H248_SignalRequest@@8 @45467 NONAME ??_R3H248_SignalsDescriptor@@8 @45468 NONAME ??_R3H248_SignalType@@8 @45469 NONAME ??_R3H248_SigParameter@@8 @45470 NONAME ??_R3H248_SigParameter_extraInfo@@8 @45471 NONAME ??_R3H248_StatisticsDescriptor@@8 @45472 NONAME ??_R3H248_StatisticsParameter@@8 @45473 NONAME ??_R3H248_StreamDescriptor@@8 @45474 NONAME ??_R3H248_StreamID@@8 @45475 NONAME ??_R3H248_StreamMode@@8 @45476 NONAME ??_R3H248_StreamParms@@8 @45477 NONAME ??_R3H248_SubtractRequest@@8 @45478 NONAME ??_R3H248_TerminationAudit@@8 @45479 NONAME ??_R3H248_TerminationID@@8 @45480 NONAME ??_R3H248_TerminationIDList@@8 @45481 NONAME ??_R3H248_TerminationStateDescriptor@@8 @45482 NONAME ??_R3H248_TimeNotation@@8 @45483 NONAME ??_R3H248_TopologyRequest@@8 @45484 NONAME ??_R3H248_TopologyRequest_topologyDirection@@8 @45485 NONAME ??_R3H248_Transaction@@8 @45486 NONAME ??_R3H248_TransactionAck@@8 @45487 NONAME ??_R3H248_TransactionId@@8 @45488 NONAME ??_R3H248_TransactionPending@@8 @45489 NONAME ??_R3H248_TransactionReply@@8 @45490 NONAME ??_R3H248_TransactionReply_transactionResult@@8 @45491 NONAME ??_R3H248_TransactionRequest@@8 @45492 NONAME ??_R3H248_TransactionResponseAck@@8 @45493 NONAME ??_R3H248_Value@@8 @45494 NONAME ??_R3H248_WildcardField@@8 @45495 NONAME ??_R3H261DCTEncoder@@8 @45496 NONAME ??_R3H261Encoder@@8 @45497 NONAME ??_R3H261PixelEncoder@@8 @45498 NONAME ??_R3H323AudioCapability@@8 @45501 NONAME ??_R3H323AudioCodec@@8 @45502 NONAME ??_R3H323BidirectionalChannel@@8 @45503 NONAME ??_R3H323CallCreditServiceControl@@8 @45504 NONAME ??_R3H323Capabilities@@8 @45505 NONAME ??_R3H323CapabilitiesSet@@8 @45506 NONAME ??_R3H323Capability@@8 @45507 NONAME ??_R3H323Channel@@8 @45509 NONAME ??_R3H323ChannelNumber@@8 @45510 NONAME ??_R3H323Codec@@8 @45511 NONAME ??_R3H323CodecPluginGenericAudioCapability@@8 @52287 NONAME ??_R3H323CodecPluginNonStandardAudioCapability@@8 @45514 NONAME ??_R3H323Connection@@8 @45515 NONAME ??_R3H323ConnectionsCleaner@@8 @45516 NONAME ??_R3H323ControlPDU@@8 @45517 NONAME ??_R3H323DataCapability@@8 @45518 NONAME ??_R3H323DataChannel@@8 @45519 NONAME ??_R3H323DynaLink@@8 @49669 NONAME ??_R3H323EndPoint@@8 @45520 NONAME ??_R3H323FramedAudioCodec@@8 @45521 NONAME ??_R3H323Gatekeeper@@8 @45522 NONAME ??_R3H323GatekeeperARQ@@8 @45523 NONAME ??_R3H323GatekeeperBRQ@@8 @45524 NONAME ??_R3H323GatekeeperCall@@8 @45525 NONAME ??_R3H323GatekeeperDRQ@@8 @45526 NONAME ??_R3H323GatekeeperGRQ@@8 @45527 NONAME ??_R3H323GatekeeperIRR@@8 @45528 NONAME ??_R3H323GatekeeperListener@@8 @45529 NONAME ??_R3H323GatekeeperLRQ@@8 @45530 NONAME ??_R3H323GatekeeperRequest@@8 @45531 NONAME ??_R3H323GatekeeperRRQ@@8 @45532 NONAME ??_R3H323GatekeeperServer@@8 @45533 NONAME ??_R3H323GatekeeperURQ@@8 @45534 NONAME ??_R3H323GenericAudioCapability@@8 @52288 NONAME ??_R3H323GenericCapabilityInfo@@8 @52289 NONAME ??_R3H323GenericVideoCapability@@8 @52290 NONAME ??_R3H323GSMPluginCapability@@8 @45535 NONAME ??_R3H323H248ServiceControl@@8 @45536 NONAME ??_R3H323HTTPServiceControl@@8 @45538 NONAME ??_R3H323Listener@@8 @45539 NONAME ??_R3H323ListenerTCP@@8 @45540 NONAME ??_R3H323LogicalChannelThread@@8 @45541 NONAME ??_R3H323NonStandardAudioCapability@@8 @45542 NONAME ??_R3H323NonStandardCapabilityInfo@@8 @45543 NONAME ??_R3H323NonStandardDataCapability@@8 @45544 NONAME ??_R3H323NonStandardVideoCapability@@8 @45545 NONAME ??_R3H323PeerElement@@8 @45546 NONAME ??_R3H323PeerElementDescriptor@@8 @45547 NONAME ??_R3H323PeerElementServiceRelationship@@8 @45548 NONAME ??_R3H323PluginCapability@@8 @45550 NONAME ??_R3H323PluginCodecManager@@8 @49645 NONAME ??_R3H323PluginFramedAudioCodec@@8 @49713 NONAME ??_R3H323PluginG7231Capability@@8 @45551 NONAME ??_R3H323PluginVideoCodec@@8 @45552 NONAME ??_R3H323RasPDU@@8 @45553 NONAME ??_R3H323RealTimeCapability@@8 @45554 NONAME ??_R3H323RegisteredEndPoint@@8 @45555 NONAME ??_R3H323ServiceControlSession@@8 @45556 NONAME ??_R3H323SignalPDU@@8 @45557 NONAME ??_R3H323SimultaneousCapabilities@@8 @45558 NONAME ??_R3H323StreamedAudioCodec@@8 @45559 NONAME ??_R3H323StreamedPluginAudioCodec@@8 @49714 NONAME ??_R3H323Transaction@@8 @45560 NONAME ??_R3H323TransactionPDU@@8 @45561 NONAME ??_R3H323TransactionServer@@8 @45562 NONAME ??_R3H323Transactor@@8 @45563 NONAME ??_R3H323Transport@@8 @45564 NONAME ??_R3H323TransportAddress@@8 @45565 NONAME ??_R3H323TransportAddressArray@@8 @45566 NONAME ??_R3H323TransportIP@@8 @45567 NONAME ??_R3H323TransportTCP@@8 @45568 NONAME ??_R3H323TransportUDP@@8 @45569 NONAME ??_R3H323UnidirectionalChannel@@8 @45570 NONAME ??_R3H323VideoCapability@@8 @45571 NONAME ??_R3H323VideoCodec@@8 @45572 NONAME ??_R3H323_ALawCodec@@8 @45573 NONAME ??_R3H323_AnnexG@@8 @45574 NONAME ??_R3H323_CiscoG7231aLIDCapability@@8 @45575 NONAME ??_R3H323_ExternalRTPChannel@@8 @45577 NONAME ??_R3H323_G711ALaw64Capability@@8 @50272 NONAME ??_R3H323_G711Capability@@8 @45581 NONAME ??_R3H323_G711uLaw64Capability@@8 @50273 NONAME ??_R3H323_H261Capability@@8 @45597 NONAME ??_R3H323_H261Codec@@8 @45598 NONAME ??_R3H323_LIDCapability@@8 @45601 NONAME ??_R3H323_LIDCodec@@8 @45602 NONAME ??_R3H323_LID_G711_ALaw_Capability@@8 @50274 NONAME ??_R3H323_LID_G711_uLaw_Capability@@8 @50275 NONAME ??_R3H323_LID_G7231A_5k3_Capability@@8 @50276 NONAME ??_R3H323_LID_G7231A_6k3_Capability@@8 @50277 NONAME ??_R3H323_LID_G7231_5k3_Capability@@8 @50278 NONAME ??_R3H323_LID_G7231_6k3_Capability@@8 @50279 NONAME ??_R3H323_LID_G728_Capability@@8 @50280 NONAME ??_R3H323_LID_G729AB_Capability@@8 @50281 NONAME ??_R3H323_LID_G729A_Capability@@8 @50282 NONAME ??_R3H323_LID_G729B_Capability@@8 @50283 NONAME ??_R3H323_LID_G729_Capability@@8 @50284 NONAME ??_R3H323_LID_GSM0610_Capability@@8 @50285 NONAME ??_R3H323_muLawCodec@@8 @45618 NONAME ??_R3H323_RealTimeChannel@@8 @45619 NONAME ??_R3H323_RTPChannel@@8 @45620 NONAME ??_R3H323_RTP_Session@@8 @45621 NONAME ??_R3H323_RTP_UDP@@8 @45622 NONAME ??_R3H323_T120Capability@@8 @45623 NONAME ??_R3H323_T120Channel@@8 @45624 NONAME ??_R3H323_T38Capability@@8 @45625 NONAME ??_R3H323_T38Channel@@8 @45626 NONAME ??_R3H323_T38NonStandardCapability@@8 @45627 NONAME ??_R3H323_UserInputCapability@@8 @45628 NONAME ??_R3H45010_ArrayOf_MixedExtension@@8 @45629 NONAME ??_R3H45010_CfbOvrOptArg@@8 @45630 NONAME ??_R3H45010_CoReqOptArg@@8 @45631 NONAME ??_R3H45010_H323CallOfferOperations@@8 @45632 NONAME ??_R3H45010_RUAlertOptArg@@8 @45633 NONAME ??_R3H45011Handler@@8 @45634 NONAME ??_R3H45011_ArrayOf_MixedExtension@@8 @45635 NONAME ??_R3H45011_CallIntrusionErrors@@8 @45636 NONAME ??_R3H45011_CICapabilityLevel@@8 @45637 NONAME ??_R3H45011_CIFrcRelArg@@8 @45638 NONAME ??_R3H45011_CIFrcRelOptRes@@8 @45639 NONAME ??_R3H45011_CIGetCIPLOptArg@@8 @45640 NONAME ??_R3H45011_CIGetCIPLRes@@8 @45641 NONAME ??_R3H45011_CIIsOptArg@@8 @45642 NONAME ??_R3H45011_CIIsOptRes@@8 @45643 NONAME ??_R3H45011_CINotificationArg@@8 @45644 NONAME ??_R3H45011_CIProtectionLevel@@8 @45645 NONAME ??_R3H45011_CIRequestArg@@8 @45646 NONAME ??_R3H45011_CIRequestRes@@8 @45647 NONAME ??_R3H45011_CISilentArg@@8 @45648 NONAME ??_R3H45011_CISilentOptRes@@8 @45649 NONAME ??_R3H45011_CIStatusInformation@@8 @45650 NONAME ??_R3H45011_CIWobOptArg@@8 @45651 NONAME ??_R3H45011_CIWobOptRes@@8 @45652 NONAME ??_R3H45011_H323CallIntrusionOperations@@8 @45653 NONAME ??_R3H4501_Address@@8 @45654 NONAME ??_R3H4501_AddressInformation@@8 @45655 NONAME ??_R3H4501_AddressScreened@@8 @45656 NONAME ??_R3H4501_ArrayOf_AliasAddress@@8 @45657 NONAME ??_R3H4501_ArrayOf_ROS@@8 @45658 NONAME ??_R3H4501_EndpointAddress@@8 @45659 NONAME ??_R3H4501_EntityType@@8 @45660 NONAME ??_R3H4501_Extension@@8 @45661 NONAME ??_R3H4501_GeneralErrorList@@8 @45662 NONAME ??_R3H4501_H225InformationElement@@8 @45663 NONAME ??_R3H4501_InterpretationApdu@@8 @45664 NONAME ??_R3H4501_InvokeIDs@@8 @45665 NONAME ??_R3H4501_InvokeIdSet@@8 @45666 NONAME ??_R3H4501_NetworkFacilityExtension@@8 @45667 NONAME ??_R3H4501_NSAPSubaddress@@8 @45668 NONAME ??_R3H4501_NumberScreened@@8 @45669 NONAME ??_R3H4501_PartySubaddress@@8 @45670 NONAME ??_R3H4501_PresentationAllowedIndicator@@8 @45671 NONAME ??_R3H4501_PresentedAddressScreened@@8 @45672 NONAME ??_R3H4501_PresentedAddressUnscreened@@8 @45673 NONAME ??_R3H4501_PresentedNumberScreened@@8 @45674 NONAME ??_R3H4501_PresentedNumberUnscreened@@8 @45675 NONAME ??_R3H4501_ScreeningIndicator@@8 @45676 NONAME ??_R3H4501_ServiceApdus@@8 @45677 NONAME ??_R3H4501_SubaddressInformation@@8 @45678 NONAME ??_R3H4501_SupplementaryService@@8 @45679 NONAME ??_R3H4501_UserSpecifiedSubaddress@@8 @45680 NONAME ??_R3H4502Handler@@8 @45681 NONAME ??_R3H4502_CallIdentity@@8 @45682 NONAME ??_R3H4502_CallStatus@@8 @45683 NONAME ??_R3H4502_CallTransferErrors@@8 @45684 NONAME ??_R3H4502_CallTransferOperation@@8 @45685 NONAME ??_R3H4502_CTActiveArg@@8 @45686 NONAME ??_R3H4502_CTActiveArg_argumentExtension@@8 @45687 NONAME ??_R3H4502_CTCompleteArg@@8 @45688 NONAME ??_R3H4502_CTCompleteArg_argumentExtension@@8 @45689 NONAME ??_R3H4502_CTIdentifyRes@@8 @45690 NONAME ??_R3H4502_CTIdentifyRes_resultExtension@@8 @45691 NONAME ??_R3H4502_CTInitiateArg@@8 @45692 NONAME ??_R3H4502_CTInitiateArg_argumentExtension@@8 @45693 NONAME ??_R3H4502_CTSetupArg@@8 @45694 NONAME ??_R3H4502_CTSetupArg_argumentExtension@@8 @45695 NONAME ??_R3H4502_CTUpdateArg@@8 @45696 NONAME ??_R3H4502_CTUpdateArg_argumentExtension@@8 @45697 NONAME ??_R3H4502_DummyArg@@8 @45698 NONAME ??_R3H4502_DummyRes@@8 @45699 NONAME ??_R3H4502_EndDesignation@@8 @45700 NONAME ??_R3H4502_ExtensionSeq@@8 @45701 NONAME ??_R3H4502_SubaddressTransferArg@@8 @45702 NONAME ??_R3H4502_SubaddressTransferArg_argumentExtension@@8 @45703 NONAME ??_R3H4503_BasicService@@8 @45704 NONAME ??_R3H4503_CallDiversionErrors@@8 @45705 NONAME ??_R3H4503_DiversionReason@@8 @45706 NONAME ??_R3H4503_ExtensionSeq@@8 @45707 NONAME ??_R3H4503_H323CallDiversionOperations@@8 @45708 NONAME ??_R3H4503_IntResult@@8 @45709 NONAME ??_R3H4503_IntResultList@@8 @45710 NONAME ??_R3H4503_IntResult_extension@@8 @45711 NONAME ??_R3H4503_Procedure@@8 @45712 NONAME ??_R3H4503_SubscriptionOption@@8 @45713 NONAME ??_R3H4504Handler@@8 @45714 NONAME ??_R3H4504_ArrayOf_MixedExtension@@8 @45715 NONAME ??_R3H4504_CallHoldOperation@@8 @45716 NONAME ??_R3H4504_Extension@@8 @45717 NONAME ??_R3H4504_HoldNotificArg@@8 @45718 NONAME ??_R3H4504_MixedExtension@@8 @45719 NONAME ??_R3H4504_RemoteHoldArg@@8 @45720 NONAME ??_R3H4504_RemoteHoldRes@@8 @45721 NONAME ??_R3H4504_RemoteRetrieveArg@@8 @45722 NONAME ??_R3H4504_RemoteRetrieveRes@@8 @45723 NONAME ??_R3H4504_RetrieveNotificArg@@8 @45724 NONAME ??_R3H4505_ArrayOf_MixedExtension@@8 @45725 NONAME ??_R3H4505_CallParkPickupOperations@@8 @45726 NONAME ??_R3H4505_CallPickupErrors@@8 @45727 NONAME ??_R3H4505_CallType@@8 @45728 NONAME ??_R3H4505_CpickupNotifyArg@@8 @45729 NONAME ??_R3H4505_CpNotifyArg@@8 @45730 NONAME ??_R3H4505_CpRequestArg@@8 @45731 NONAME ??_R3H4505_CpRequestRes@@8 @45732 NONAME ??_R3H4505_CpSetupArg@@8 @45733 NONAME ??_R3H4505_CpSetupRes@@8 @45734 NONAME ??_R3H4505_GroupIndicationOffArg@@8 @45735 NONAME ??_R3H4505_GroupIndicationOffRes@@8 @45736 NONAME ??_R3H4505_GroupIndicationOnArg@@8 @45737 NONAME ??_R3H4505_GroupIndicationOnRes@@8 @45738 NONAME ??_R3H4505_ParkCondition@@8 @45739 NONAME ??_R3H4505_ParkedToPosition@@8 @45740 NONAME ??_R3H4505_PickExeArg@@8 @45741 NONAME ??_R3H4505_PickExeRes@@8 @45742 NONAME ??_R3H4505_PickrequArg@@8 @45743 NONAME ??_R3H4505_PickrequRes@@8 @45744 NONAME ??_R3H4505_PickupArg@@8 @45745 NONAME ??_R3H4505_PickupRes@@8 @45746 NONAME ??_R3H4506Handler@@8 @45747 NONAME ??_R3H4506_ArrayOf_MixedExtension@@8 @45748 NONAME ??_R3H4506_CallWaitingArg@@8 @45749 NONAME ??_R3H4506_CallWaitingOperations@@8 @45750 NONAME ??_R3H4507_ArrayOf_MixedExtension@@8 @45751 NONAME ??_R3H4507_BasicService@@8 @45752 NONAME ??_R3H4507_DummyRes@@8 @45753 NONAME ??_R3H4507_H323_MWI_Operations@@8 @45754 NONAME ??_R3H4507_MessageWaitingIndicationErrors@@8 @45755 NONAME ??_R3H4507_MsgCentreId@@8 @45756 NONAME ??_R3H4507_MWIActivateArg@@8 @45757 NONAME ??_R3H4507_MWIDeactivateArg@@8 @45758 NONAME ??_R3H4507_MWIInterrogateArg@@8 @45759 NONAME ??_R3H4507_MWIInterrogateRes@@8 @45760 NONAME ??_R3H4507_MWIInterrogateResElt@@8 @45761 NONAME ??_R3H4507_NbOfMessages@@8 @45762 NONAME ??_R3H4507_TimeStamp@@8 @45763 NONAME ??_R3H4508_ExtendedName@@8 @45764 NONAME ??_R3H4508_Name@@8 @45765 NONAME ??_R3H4508_NameOperations@@8 @45766 NONAME ??_R3H4508_NamePresentationAllowed@@8 @45767 NONAME ??_R3H4508_NamePresentationRestricted@@8 @45768 NONAME ??_R3H4508_SimpleName@@8 @45769 NONAME ??_R3H4509_ArrayOf_MixedExtension@@8 @45770 NONAME ??_R3H4509_CallCompletionErrors@@8 @45771 NONAME ??_R3H4509_CcArg@@8 @45772 NONAME ??_R3H4509_CcLongArg@@8 @45773 NONAME ??_R3H4509_CcRequestArg@@8 @45774 NONAME ??_R3H4509_CcRequestRes@@8 @45775 NONAME ??_R3H4509_CcShortArg@@8 @45776 NONAME ??_R3H4509_H323CallCompletionOperations@@8 @45777 NONAME ??_R3H450ServiceAPDU@@8 @45778 NONAME ??_R3H450xDispatcher@@8 @45779 NONAME ??_R3H450xHandler@@8 @45780 NONAME ??_R3H501AccessRequest@@8 @45781 NONAME ??_R3H501DescriptorUpdate@@8 @45782 NONAME ??_R3H501PDU@@8 @45783 NONAME ??_R3H501ServiceRequest@@8 @45784 NONAME ??_R3H501Transaction@@8 @45785 NONAME ??_R3H501_AccessConfirmation@@8 @45786 NONAME ??_R3H501_AccessRejection@@8 @45787 NONAME ??_R3H501_AccessRejectionReason@@8 @45788 NONAME ??_R3H501_AccessRequest@@8 @45789 NONAME ??_R3H501_AccessToken@@8 @45790 NONAME ??_R3H501_AddressTemplate@@8 @45791 NONAME ??_R3H501_AlternatePE@@8 @45792 NONAME ??_R3H501_AlternatePEInfo@@8 @45793 NONAME ??_R3H501_ApplicationMessage@@8 @45794 NONAME ??_R3H501_ArrayOf_AccessToken@@8 @45795 NONAME ??_R3H501_ArrayOf_AddressTemplate@@8 @45796 NONAME ??_R3H501_ArrayOf_AliasAddress@@8 @45797 NONAME ??_R3H501_ArrayOf_AlternatePE@@8 @45798 NONAME ??_R3H501_ArrayOf_CircuitIdentifier@@8 @45799 NONAME ??_R3H501_ArrayOf_ClearToken@@8 @45800 NONAME ??_R3H501_ArrayOf_ContactInformation@@8 @45801 NONAME ??_R3H501_ArrayOf_CryptoH323Token@@8 @45802 NONAME ??_R3H501_ArrayOf_Descriptor@@8 @45803 NONAME ??_R3H501_ArrayOf_DescriptorInfo@@8 @45804 NONAME ??_R3H501_ArrayOf_GenericData@@8 @45805 NONAME ??_R3H501_ArrayOf_GloballyUniqueID@@8 @45806 NONAME ??_R3H501_ArrayOf_NonStandardParameter@@8 @45807 NONAME ??_R3H501_ArrayOf_PASN_ObjectId@@8 @45808 NONAME ??_R3H501_ArrayOf_Pattern@@8 @45809 NONAME ??_R3H501_ArrayOf_PriceElement@@8 @45810 NONAME ??_R3H501_ArrayOf_PriceInfoSpec@@8 @45811 NONAME ??_R3H501_ArrayOf_RouteInformation@@8 @45812 NONAME ??_R3H501_ArrayOf_SecurityMode@@8 @45813 NONAME ??_R3H501_ArrayOf_ServiceControlSession@@8 @45814 NONAME ??_R3H501_ArrayOf_SupportedProtocols@@8 @45815 NONAME ??_R3H501_ArrayOf_TransportAddress@@8 @45816 NONAME ??_R3H501_ArrayOf_UpdateInformation@@8 @45817 NONAME ??_R3H501_ArrayOf_UsageField@@8 @45818 NONAME ??_R3H501_AuthenticationConfirmation@@8 @45819 NONAME ??_R3H501_AuthenticationRejection@@8 @45820 NONAME ??_R3H501_AuthenticationRejectionReason@@8 @45821 NONAME ??_R3H501_AuthenticationRequest@@8 @45822 NONAME ??_R3H501_CallInformation@@8 @45823 NONAME ??_R3H501_ContactInformation@@8 @45824 NONAME ??_R3H501_Descriptor@@8 @45825 NONAME ??_R3H501_DescriptorConfirmation@@8 @45826 NONAME ??_R3H501_DescriptorIDConfirmation@@8 @45827 NONAME ??_R3H501_DescriptorIDRejection@@8 @45828 NONAME ??_R3H501_DescriptorIDRejectionReason@@8 @45829 NONAME ??_R3H501_DescriptorIDRequest@@8 @45830 NONAME ??_R3H501_DescriptorInfo@@8 @45831 NONAME ??_R3H501_DescriptorRejection@@8 @45832 NONAME ??_R3H501_DescriptorRejectionReason@@8 @45833 NONAME ??_R3H501_DescriptorRequest@@8 @45834 NONAME ??_R3H501_DescriptorUpdate@@8 @45835 NONAME ??_R3H501_DescriptorUpdateAck@@8 @45836 NONAME ??_R3H501_ElementIdentifier@@8 @45837 NONAME ??_R3H501_GlobalTimeStamp@@8 @45838 NONAME ??_R3H501_Message@@8 @45839 NONAME ??_R3H501_MessageBody@@8 @45840 NONAME ??_R3H501_MessageCommonInfo@@8 @45841 NONAME ??_R3H501_NonStandardConfirmation@@8 @45842 NONAME ??_R3H501_NonStandardRejection@@8 @45843 NONAME ??_R3H501_NonStandardRejectionReason@@8 @45844 NONAME ??_R3H501_NonStandardRequest@@8 @45845 NONAME ??_R3H501_PartyInformation@@8 @45846 NONAME ??_R3H501_Pattern@@8 @45847 NONAME ??_R3H501_Pattern_range@@8 @45848 NONAME ??_R3H501_PriceElement@@8 @45849 NONAME ??_R3H501_PriceElement_units@@8 @45850 NONAME ??_R3H501_PriceInfoSpec@@8 @45851 NONAME ??_R3H501_ProtocolVersion@@8 @45852 NONAME ??_R3H501_RequestInProgress@@8 @45853 NONAME ??_R3H501_Role@@8 @45854 NONAME ??_R3H501_RouteInformation@@8 @45855 NONAME ??_R3H501_RouteInformation_messageType@@8 @45856 NONAME ??_R3H501_SecurityMode@@8 @45857 NONAME ??_R3H501_ServiceConfirmation@@8 @45858 NONAME ??_R3H501_ServiceRejection@@8 @45859 NONAME ??_R3H501_ServiceRejectionReason@@8 @45860 NONAME ??_R3H501_ServiceRelease@@8 @45861 NONAME ??_R3H501_ServiceReleaseReason@@8 @45862 NONAME ??_R3H501_ServiceRequest@@8 @45863 NONAME ??_R3H501_TerminationCause@@8 @45864 NONAME ??_R3H501_TimeZone@@8 @45865 NONAME ??_R3H501_UnknownMessageReason@@8 @45866 NONAME ??_R3H501_UnknownMessageResponse@@8 @45867 NONAME ??_R3H501_UpdateInformation@@8 @45868 NONAME ??_R3H501_UpdateInformation_descriptorInfo@@8 @45869 NONAME ??_R3H501_UpdateInformation_updateType@@8 @45870 NONAME ??_R3H501_UsageCallStatus@@8 @45871 NONAME ??_R3H501_UsageConfirmation@@8 @45872 NONAME ??_R3H501_UsageField@@8 @45873 NONAME ??_R3H501_UsageIndication@@8 @45874 NONAME ??_R3H501_UsageIndicationConfirmation@@8 @45875 NONAME ??_R3H501_UsageIndicationRejection@@8 @45876 NONAME ??_R3H501_UsageIndicationRejectionReason@@8 @45877 NONAME ??_R3H501_UsageRejection@@8 @45878 NONAME ??_R3H501_UsageRejectReason@@8 @45879 NONAME ??_R3H501_UsageRequest@@8 @45880 NONAME ??_R3H501_UsageSpecification@@8 @45881 NONAME ??_R3H501_UsageSpecification_when@@8 @45882 NONAME ??_R3H501_UserInformation@@8 @45883 NONAME ??_R3H501_ValidationConfirmation@@8 @45884 NONAME ??_R3H501_ValidationRejection@@8 @45885 NONAME ??_R3H501_ValidationRejectionReason@@8 @45886 NONAME ??_R3H501_ValidationRequest@@8 @45887 NONAME ??_R3HandleTimeout_PNotifier@H245Negotiator@@8 @45888 NONAME ??_R3HandleTransactions_PNotifier@H323Transactor@@8 @45889 NONAME ??_R3HIDPluginDeviceManager@@8 @52291 NONAME ??_R3IntraP64Decoder@@8 @45890 NONAME ??_R3MCS_ArrayOf_ChannelAttributes@@8 @45891 NONAME ??_R3MCS_ArrayOf_ChannelId@@8 @45892 NONAME ??_R3MCS_ArrayOf_TokenAttributes@@8 @45893 NONAME ??_R3MCS_ArrayOf_TokenId@@8 @45894 NONAME ??_R3MCS_ArrayOf_UserId@@8 @45895 NONAME ??_R3MCS_AssignedChannelId@@8 @45896 NONAME ??_R3MCS_AUcf@@8 @45897 NONAME ??_R3MCS_AUrq@@8 @45898 NONAME ??_R3MCS_CAin@@8 @45899 NONAME ??_R3MCS_CArq@@8 @45900 NONAME ??_R3MCS_CCcf@@8 @45901 NONAME ??_R3MCS_CCrq@@8 @45902 NONAME ??_R3MCS_CDin@@8 @45903 NONAME ??_R3MCS_CDrq@@8 @45904 NONAME ??_R3MCS_CEin@@8 @45905 NONAME ??_R3MCS_CErq@@8 @45906 NONAME ??_R3MCS_ChannelAttributes@@8 @45907 NONAME ??_R3MCS_ChannelAttributes_assigned@@8 @45908 NONAME ??_R3MCS_ChannelAttributes_private@@8 @45909 NONAME ??_R3MCS_ChannelAttributes_static@@8 @45910 NONAME ??_R3MCS_ChannelAttributes_userId@@8 @45911 NONAME ??_R3MCS_ChannelId@@8 @45912 NONAME ??_R3MCS_CJcf@@8 @45913 NONAME ??_R3MCS_CJrq@@8 @45914 NONAME ??_R3MCS_CLrq@@8 @45915 NONAME ??_R3MCS_ConnectMCSPDU@@8 @45916 NONAME ??_R3MCS_Connect_Additional@@8 @45917 NONAME ??_R3MCS_Connect_Initial@@8 @45918 NONAME ??_R3MCS_Connect_Response@@8 @45919 NONAME ??_R3MCS_Connect_Result@@8 @45920 NONAME ??_R3MCS_DataPriority@@8 @45921 NONAME ??_R3MCS_Diagnostic@@8 @45922 NONAME ??_R3MCS_DomainMCSPDU@@8 @45923 NONAME ??_R3MCS_DomainParameters@@8 @45924 NONAME ??_R3MCS_DPum@@8 @45925 NONAME ??_R3MCS_DUin@@8 @45926 NONAME ??_R3MCS_DUrq@@8 @45927 NONAME ??_R3MCS_DynamicChannelId@@8 @45928 NONAME ??_R3MCS_EDrq@@8 @45929 NONAME ??_R3MCS_MCcf@@8 @45930 NONAME ??_R3MCS_MCrq@@8 @45931 NONAME ??_R3MCS_MTcf@@8 @45932 NONAME ??_R3MCS_MTrq@@8 @45933 NONAME ??_R3MCS_PCin@@8 @45934 NONAME ??_R3MCS_PDin@@8 @45935 NONAME ??_R3MCS_PrivateChannelId@@8 @45936 NONAME ??_R3MCS_PTin@@8 @45937 NONAME ??_R3MCS_Reason@@8 @45938 NONAME ??_R3MCS_Result@@8 @45939 NONAME ??_R3MCS_RJum@@8 @45940 NONAME ??_R3MCS_SDin@@8 @45941 NONAME ??_R3MCS_SDrq@@8 @45942 NONAME ??_R3MCS_Segmentation@@8 @45943 NONAME ??_R3MCS_StaticChannelId@@8 @45944 NONAME ??_R3MCS_TGcf@@8 @45945 NONAME ??_R3MCS_TGrq@@8 @45946 NONAME ??_R3MCS_TIcf@@8 @45947 NONAME ??_R3MCS_TIrq@@8 @45948 NONAME ??_R3MCS_TokenAttributes@@8 @45949 NONAME ??_R3MCS_TokenAttributes_given@@8 @45950 NONAME ??_R3MCS_TokenAttributes_giving@@8 @45951 NONAME ??_R3MCS_TokenAttributes_grabbed@@8 @45952 NONAME ??_R3MCS_TokenAttributes_inhibited@@8 @45953 NONAME ??_R3MCS_TokenAttributes_ungivable@@8 @45954 NONAME ??_R3MCS_TokenId@@8 @45955 NONAME ??_R3MCS_TokenStatus@@8 @45956 NONAME ??_R3MCS_TPin@@8 @45957 NONAME ??_R3MCS_TPrq@@8 @45958 NONAME ??_R3MCS_TRcf@@8 @45959 NONAME ??_R3MCS_TRrq@@8 @45960 NONAME ??_R3MCS_TTcf@@8 @45961 NONAME ??_R3MCS_TTrq@@8 @45962 NONAME ??_R3MCS_TVcf@@8 @45963 NONAME ??_R3MCS_TVin@@8 @45964 NONAME ??_R3MCS_TVrq@@8 @45965 NONAME ??_R3MCS_TVrs@@8 @45966 NONAME ??_R3MCS_UserId@@8 @45967 NONAME ??_R3MCS_USin@@8 @45968 NONAME ??_R3MCS_USrq@@8 @45969 NONAME ??_R3MonitorMain_PNotifier@H323Gatekeeper@@8 @45977 NONAME ??_R3MonitorMain_PNotifier@H323GatekeeperServer@@8 @45978 NONAME ??_R3MonitorMain_PNotifier@H323PeerElement@@8 @45979 NONAME ??_R3Monitor_PNotifier@OpalUSBDevice@@8 @52292 NONAME ??_R3MSIPAddress@PILSSession@@8 @45980 NONAME ??_R3MXRecordList@PDNS@@8 @52293 NONAME ??_R3OnCallIntrudeTimeOut_PNotifier@H45011Handler@@8 @45981 NONAME ??_R3OnCallTransferTimeOut_PNotifier@H4502Handler@@8 @45982 NONAME ??_R3OnLoadModule_PNotifier@PPluginModuleManager@@8 @49689 NONAME ??_R3OnUserInputInBandDTMF_PNotifier@H323Connection@@8 @45984 NONAME ??_R3OnUserInputInlineRFC2833_PNotifier@H323Connection@@8 @45985 NONAME ??_R3OpalFactoryCodec@@8 @51435 NONAME ??_R3OpalG711ALaw64kFormat@@8 @49942 NONAME ??_R3OpalG711ALaw64k_Base@@8 @51436 NONAME ??_R3OpalG711ALaw64k_Decoder@@8 @51437 NONAME ??_R3OpalG711ALaw64k_Encoder@@8 @51438 NONAME ??_R3OpalG711uLaw64kFormat@@8 @49943 NONAME ??_R3OpalG711uLaw64k_Base@@8 @51439 NONAME ??_R3OpalG711uLaw64k_Decoder@@8 @51440 NONAME ??_R3OpalG711uLaw64k_Encoder@@8 @51441 NONAME ??_R3OpalG7231A_5k3Format@@8 @49944 NONAME ??_R3OpalG7231A_6k3Format@@8 @49945 NONAME ??_R3OpalG7231_5k3Format@@8 @49946 NONAME ??_R3OpalG7231_6k3Format@@8 @49947 NONAME ??_R3OpalG728Format@@8 @49948 NONAME ??_R3OpalG729ABFormat@@8 @49949 NONAME ??_R3OpalG729AFormat@@8 @49950 NONAME ??_R3OpalG729BFormat@@8 @49951 NONAME ??_R3OpalG729Format@@8 @49952 NONAME ??_R3OpalGloballyUniqueID@@8 @45986 NONAME ??_R3OpalGSM0610Format@@8 @49953 NONAME ??_R3OpalH261Format@@8 @49954 NONAME ??_R3OpalIxJDevice@@8 @45987 NONAME ??_R3OpalLineChannel@@8 @45988 NONAME ??_R3OpalLineInterfaceDevice@@8 @45989 NONAME ??_R3OpalMediaFormat@@8 @45990 NONAME ??_R3OpalPCM16Format@@8 @49955 NONAME ??_R3OpalPluginCodec@@8 @51442 NONAME ??_R3OpalPluginMediaFormat@@8 @49956 NONAME ??_R3OpalRFC2833@@8 @45991 NONAME ??_R3OpalRFC2833Info@@8 @45992 NONAME ??_R3OpalRtpToWavFile@@8 @45993 NONAME ??_R3OpalT120Format@@8 @49957 NONAME ??_R3OpalT120Protocol@@8 @45994 NONAME ??_R3OpalT38Protocol@@8 @45995 NONAME ??_R3OpalUSBDevice@@8 @52294 NONAME ??_R3OpalUserInputRFC2833Format@@8 @49958 NONAME ??_R3OpalVoipBlasterDevice@@8 @45996 NONAME ??_R3OpalVXMLSession@@8 @45997 NONAME ??_R3OpalWAVFile@@8 @45998 NONAME ??_R3P64Decoder@@8 @45999 NONAME ??_R3PASN_Boolean@@8 @46000 NONAME ??_R3PASN_ConstrainedObject@@8 @46001 NONAME ??_R3PASN_ConstrainedString@@8 @46002 NONAME ??_R3PASN_Enumeration@@8 @46003 NONAME ??_R3PASN_GeneralisedTime@@8 @46004 NONAME ??_R3PASN_GeneralString@@8 @46005 NONAME ??_R3PASN_IA5String@@8 @46006 NONAME ??_R3PASN_Integer@@8 @46007 NONAME ??_R3PASN_Null@@8 @46008 NONAME ??_R3PASN_NumericString@@8 @46009 NONAME ??_R3PASN_Object@@8 @46010 NONAME ??_R3PASN_PrintableString@@8 @46011 NONAME ??_R3PASN_Stream@@8 @46012 NONAME ??_R3PASN_VisibleString@@8 @46013 NONAME ??_R3PDTMFEncoder@@8 @52295 NONAME ??_R3PLDAPAttr_c@RTPerson@PILSSession@@8 @46014 NONAME ??_R3PLDAPAttr_cn@RTPerson@PILSSession@@8 @46015 NONAME ??_R3PLDAPAttr_comment@RTPerson@PILSSession@@8 @46016 NONAME ??_R3PLDAPAttr_givenName@RTPerson@PILSSession@@8 @46017 NONAME ??_R3PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@8 @46018 NONAME ??_R3PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@8 @46019 NONAME ??_R3PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@8 @46020 NONAME ??_R3PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@8 @46021 NONAME ??_R3PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@8 @46022 NONAME ??_R3PLDAPAttr_location@RTPerson@PILSSession@@8 @46023 NONAME ??_R3PLDAPAttr_o@RTPerson@PILSSession@@8 @46024 NONAME ??_R3PLDAPAttr_objectClass@RTPerson@PILSSession@@8 @46025 NONAME ??_R3PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@8 @46026 NONAME ??_R3PLDAPAttr_sappguid@RTPerson@PILSSession@@8 @46027 NONAME ??_R3PLDAPAttr_sappid@RTPerson@PILSSession@@8 @46028 NONAME ??_R3PLDAPAttr_sflags@RTPerson@PILSSession@@8 @46029 NONAME ??_R3PLDAPAttr_sipAddress@RTPerson@PILSSession@@8 @46030 NONAME ??_R3PLDAPAttr_smimetype@RTPerson@PILSSession@@8 @46031 NONAME ??_R3PLDAPAttr_smodop@RTPerson@PILSSession@@8 @46032 NONAME ??_R3PLDAPAttr_sport@RTPerson@PILSSession@@8 @46033 NONAME ??_R3PLDAPAttr_sprotid@RTPerson@PILSSession@@8 @46034 NONAME ??_R3PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@8 @46035 NONAME ??_R3PLDAPAttr_ssecurity@RTPerson@PILSSession@@8 @46036 NONAME ??_R3PLDAPAttr_sttl@RTPerson@PILSSession@@8 @46037 NONAME ??_R3PLDAPAttr_surname@RTPerson@PILSSession@@8 @46038 NONAME ??_R3PLDAPAttr_timestamp@RTPerson@PILSSession@@8 @46039 NONAME ??_R3PluginLoader@@8 @52296 NONAME ??_R3PPER_Stream@@8 @46040 NONAME ??_R3Pre_Vid_Coder@@8 @46041 NONAME ??_R3PWAVFileConverter@@8 @51233 NONAME ??_R3PWAVFileConverterALaw@@8 @51234 NONAME ??_R3PWAVFileConverterULaw@@8 @51235 NONAME ??_R3PWAVFileConverterXLaw@@8 @51236 NONAME ??_R3Q931@@8 @46043 NONAME ??_R3ReceivedPacket_PNotifier@OpalRFC2833@@8 @46044 NONAME ??_R3ReceivedPacket_PNotifier@OpalRtpToWavFile@@8 @46045 NONAME ??_R3ReceiverReport@RTP_Session@@8 @46046 NONAME ??_R3ReceiveTimeout_PNotifier@OpalRFC2833@@8 @46047 NONAME ??_R3Request@H323Transactor@@8 @46048 NONAME ??_R3Response@H323Transactor@@8 @46049 NONAME ??_R3RTPerson@PILSSession@@8 @46050 NONAME ??_R3RTP_ControlFrame@@8 @46051 NONAME ??_R3RTP_DataFrame@@8 @46052 NONAME ??_R3RTP_JitterBuffer@@8 @46053 NONAME ??_R3RTP_JitterBufferAnalyser@@8 @46054 NONAME ??_R3RTP_QOS@@8 @46055 NONAME ??_R3RTP_Session@@8 @46056 NONAME ??_R3RTP_SessionManager@@8 @46057 NONAME ??_R3RTP_UDP@@8 @46058 NONAME ??_R3RTP_UserData@@8 @46059 NONAME ??_R3SenderReport@RTP_Session@@8 @46060 NONAME ??_R3SlowHandler_PNotifier@H323Transaction@@8 @46061 NONAME ??_R3SoundTones@OpalUSBDevice@@8 @52297 NONAME ??_R3SourceDescription@RTP_Session@@8 @46062 NONAME ??_R3SRVRecordList@PDNS@@8 @52298 NONAME ??_R3StatusHandler_PNotifier@OpalVoipBlasterDevice@@8 @46063 NONAME ??_R3StringMap@H323GatekeeperServer@@8 @46064 NONAME ??_R3T120ConnectPDU@@8 @46065 NONAME ??_R3T120_X224@@8 @46066 NONAME ??_R3T38_ArrayOf_PASN_OctetString@@8 @46067 NONAME ??_R3T38_Data_Field@@8 @46068 NONAME ??_R3T38_Data_Field_subtype@@8 @46069 NONAME ??_R3T38_Data_Field_subtype_field_type@@8 @46070 NONAME ??_R3T38_IFPPacket@@8 @46071 NONAME ??_R3T38_PreCorrigendum_Data_Field@@8 @46072 NONAME ??_R3T38_PreCorrigendum_Data_Field_subtype@@8 @46073 NONAME ??_R3T38_PreCorrigendum_Data_Field_subtype_field_type@@8 @46074 NONAME ??_R3T38_PreCorrigendum_IFPPacket@@8 @46075 NONAME ??_R3T38_Type_of_msg@@8 @46076 NONAME ??_R3T38_Type_of_msg_data@@8 @46077 NONAME ??_R3T38_Type_of_msg_t30_indicator@@8 @46078 NONAME ??_R3T38_UDPTLPacket@@8 @46079 NONAME ??_R3T38_UDPTLPacket_error_recovery@@8 @46080 NONAME ??_R3T38_UDPTLPacket_error_recovery_fec_info@@8 @46081 NONAME ??_R3T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@8 @46082 NONAME ??_R3T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@8 @46083 NONAME ??_R3T38_UDPTLPacket_primary_ifp_packet@@8 @46084 NONAME ??_R3TickleMonitor_PNotifier@H323Gatekeeper@@8 @46085 NONAME ??_R3TonePlay_PNotifier@OpalUSBDevice@@8 @52299 NONAME ??_R3TransmitEnded_PNotifier@OpalRFC2833@@8 @46086 NONAME ??_R3TransmitPacket_PNotifier@OpalRFC2833@@8 @46087 NONAME ??_R3Transmitter@@8 @46088 NONAME ??_R3UpdateAllDescriptors_PNotifier@H323PeerElement@@8 @46089 NONAME ??_R3VoipBlasterInterface@@8 @46091 NONAME ??_R3Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@8 @51443 NONAME ??_R3Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@8 @51444 NONAME ??_R3Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@8 @51445 NONAME ??_R3Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@8 @51446 NONAME ??_R3Worker@OpalPluginCodecFactory@@8 @51447 NONAME ??_R3WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@8 @52300 NONAME ??_R3WorkerBase@?$PFactory@VH323Capability@@VPString@@@@8 @50903 NONAME ??_R3WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@8 @51448 NONAME ??_R3WorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@8 @52301 NONAME ??_R3WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @50904 NONAME ??_R3WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @50905 NONAME ??_R3WorkerBase@?$PFactory@VPWAVFileConverter@@I@@8 @51237 NONAME ??_R3X224@@8 @46092 NONAME ??_R3X880_Code@@8 @46093 NONAME ??_R3X880_GeneralProblem@@8 @46094 NONAME ??_R3X880_Invoke@@8 @46095 NONAME ??_R3X880_InvokeId@@8 @46096 NONAME ??_R3X880_InvokeProblem@@8 @46097 NONAME ??_R3X880_Reject@@8 @46098 NONAME ??_R3X880_RejectProblem@@8 @46099 NONAME ??_R3X880_Reject_problem@@8 @46100 NONAME ??_R3X880_ReturnError@@8 @46101 NONAME ??_R3X880_ReturnErrorProblem@@8 @46102 NONAME ??_R3X880_ReturnResult@@8 @46103 NONAME ??_R3X880_ReturnResultProblem@@8 @46104 NONAME ??_R3X880_ReturnResult_result@@8 @46105 NONAME ??_R3X880_ROS@@8 @46106 NONAME ??_R4?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@6B@ @46107 NONAME ??_R4?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@6B@ @46108 NONAME ??_R4?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@6B@ @46109 NONAME ??_R4?$H235_HASHED@VH235_EncodedGeneralToken@@@@6B@ @46110 NONAME ??_R4?$H235_HASHED@VH235_EncodedPwdCertToken@@@@6B@ @46111 NONAME ??_R4?$H235_SIGNED@VH225_EncodedFastStartToken@@@@6B@ @46112 NONAME ??_R4?$H235_SIGNED@VH235_EncodedGeneralToken@@@@6B@ @46113 NONAME ??_R4?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@6B@ @46114 NONAME ??_R4?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@6B@ @46115 NONAME ??_R4?$H235_SIGNED@VH235_EncodedReturnSig@@@@6B@ @46116 NONAME ??_R4?$PArray@V?$PList@VH323Capability@@@@@@6B@ @46117 NONAME ??_R4?$PArray@VH323SimultaneousCapabilities@@@@6B@ @46118 NONAME ??_R4?$PArray@VH323TransportAddress@@@@6B@ @46119 NONAME ??_R4?$PArray@VReceiverReport@RTP_Session@@@@6B@ @46120 NONAME ??_R4?$PArray@VSourceDescription@RTP_Session@@@@6B@ @46121 NONAME ??_R4?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@6B@ @46122 NONAME ??_R4?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@6B@ @46123 NONAME ??_R4?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@6B@ @46124 NONAME ??_R4?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@6B@ @46125 NONAME ??_R4?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@6B@ @46126 NONAME ??_R4?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@6B@ @46127 NONAME ??_R4?$PDictionary@VPString@@VH323Connection@@@@6B@ @46128 NONAME ??_R4?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@6B@ @46129 NONAME ??_R4?$PDictionary@VPString@@VPOrdinalKey@@@@6B@ @46130 NONAME ??_R4?$PFactory@VH235Authenticator@@VPString@@@@6B@ @52302 NONAME ??_R4?$PFactory@VH323Capability@@VPString@@@@6B@ @50906 NONAME ??_R4?$PFactory@VH323StaticPluginCodec@@VPString@@@@6B@ @50907 NONAME ??_R4?$PFactory@VOpalFactoryCodec@@VPString@@@@6B@ @51449 NONAME ??_R4?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@6B@ @52303 NONAME ??_R4?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @50908 NONAME ??_R4?$PFactory@VPWAVFileConverter@@I@@6B@ @51238 NONAME ??_R4?$PList@VH235Authenticator@@@@6B@ @46131 NONAME ??_R4?$PList@VH245_GenericParameter@@@@6B@ @52304 NONAME ??_R4?$PList@VH323Capability@@@@6B@ @46133 NONAME ??_R4?$PList@VH323Channel@@@@6B@ @46134 NONAME ??_R4?$PList@VH323GatekeeperListener@@@@6B@ @46135 NONAME ??_R4?$PList@VH323Listener@@@@6B@ @46136 NONAME ??_R4?$PList@VH323Transactor@@@@6B@ @46137 NONAME ??_R4?$PList@VH450xHandler@@@@6B@ @46138 NONAME ??_R4?$PList@VOpalMediaFormat@@@@6B@ @46140 NONAME ??_R4?$PList@VPBYTEArray@@@@6B@ @46141 NONAME ??_R4?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@6B@ @46142 NONAME ??_R4?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@6B@ @46143 NONAME ??_R4?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@6B@ @46144 NONAME ??_R4?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@6B@ @46145 NONAME ??_R4?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@6B@ @46146 NONAME ??_R4?$PSafePtr@VH323GatekeeperCall@@@@6B@ @46147 NONAME ??_R4?$PSafePtr@VH323PeerElementDescriptor@@@@6B@ @46148 NONAME ??_R4?$PSafePtr@VH323PeerElementServiceRelationship@@@@6B@ @46149 NONAME ??_R4?$PSafePtr@VH323RegisteredEndPoint@@@@6B@ @46150 NONAME ??_R4?$PSafeSortedList@VH323GatekeeperCall@@@@6B@ @46151 NONAME ??_R4?$PSafeSortedList@VH323PeerElementDescriptor@@@@6B@ @46152 NONAME ??_R4?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@6B@ @46153 NONAME ??_R4?$PSet@VPOrdinalKey@@@@6B@ @46154 NONAME ??_R4?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@6B@ @46155 NONAME ??_R4?$PSortedList@VH225_AliasAddress@@@@6B@ @46156 NONAME ??_R4?$PSortedList@VH323GatekeeperCall@@@@6B@ @46157 NONAME ??_R4?$PSortedList@VH323PeerElementDescriptor@@@@6B@ @46158 NONAME ??_R4?$PSortedList@VH323PeerElementServiceRelationship@@@@6B@ @46159 NONAME ??_R4?$PSortedList@VMXRecord@PDNS@@@@6B@ @52305 NONAME ??_R4?$PSortedList@VResponse@H323Transactor@@@@6B@ @46160 NONAME ??_R4?$PSortedList@VSRVRecord@PDNS@@@@6B@ @52306 NONAME ??_R4?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @52307 NONAME ??_R4?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @52308 NONAME ??_R4?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @52309 NONAME ??_R4?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@6B@ @50909 NONAME ??_R4?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @50910 NONAME ??_R4?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @50911 NONAME ??_R4?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @50912 NONAME ??_R4?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @50913 NONAME ??_R4?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @50914 NONAME ??_R4?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @50915 NONAME ??_R4?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @50916 NONAME ??_R4?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @50917 NONAME ??_R4?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @50918 NONAME ??_R4?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @50919 NONAME ??_R4?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @50920 NONAME ??_R4?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @50921 NONAME ??_R4?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @50922 NONAME ??_R4?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @50923 NONAME ??_R4?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @50924 NONAME ??_R4?$Worker@VHIDPluginDeviceManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@6B@ @52310 NONAME ??_R4?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @50925 NONAME ??_R4?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @50926 NONAME ??_R4?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @50927 NONAME ??_R4?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @50928 NONAME ??_R4?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @50929 NONAME ??_R4?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @50930 NONAME ??_R4?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @50931 NONAME ??_R4?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @50932 NONAME ??_R4?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @50933 NONAME ??_R4?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @50934 NONAME ??_R4?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @50935 NONAME ??_R4?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @50936 NONAME ??_R4?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @50937 NONAME ??_R4?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @50938 NONAME ??_R4?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @50939 NONAME ??_R4?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @50940 NONAME ??_R4?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@6B@ @52311 NONAME ??_R4?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@6B@ @51239 NONAME ??_R4?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@6B@ @51240 NONAME ??_R4AliasKey@H323PeerElement@@6B@ @46161 NONAME ??_R4AlternateInfo@H323Gatekeeper@@6B@ @46162 NONAME ??_R4ByteQueue@OpalVoipBlasterDevice@@6B@ @46163 NONAME ??_R4Encoder@@6B@ @46164 NONAME ??_R4Entry@RTP_JitterBuffer@@6B@ @46165 NONAME ??_R4FilterInfo@H323Codec@@6B@ @46167 NONAME ??_R4FullP64Decoder@@6B@ @46168 NONAME ??_R4G7231_File_Capability@@6B@ @46169 NONAME ??_R4G7231_File_Codec@@6B@ @46170 NONAME ??_R4GCC_AlternativeNodeID@@6B@ @46171 NONAME ??_R4GCC_ApplicationInvokeIndication@@6B@ @46172 NONAME ??_R4GCC_ApplicationInvokeSpecifier@@6B@ @46173 NONAME ??_R4GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@6B@ @46174 NONAME ??_R4GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@6B@ @46175 NONAME ??_R4GCC_ApplicationRecord@@6B@ @46176 NONAME ??_R4GCC_ApplicationRecord_nonCollapsingCapabilities@@6B@ @46177 NONAME ??_R4GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@6B@ @46178 NONAME ??_R4GCC_ArrayOf_ApplicationInvokeSpecifier@@6B@ @46179 NONAME ??_R4GCC_ArrayOf_ChallengeItem@@6B@ @46180 NONAME ??_R4GCC_ArrayOf_ConferenceDescriptor@@6B@ @46181 NONAME ??_R4GCC_ArrayOf_Privilege@@6B@ @46182 NONAME ??_R4GCC_ArrayOf_TextString@@6B@ @46183 NONAME ??_R4GCC_ArrayOf_UserID@@6B@ @46184 NONAME ??_R4GCC_AsymmetryIndicator@@6B@ @46185 NONAME ??_R4GCC_CapabilityClass@@6B@ @46186 NONAME ??_R4GCC_CapabilityID@@6B@ @46187 NONAME ??_R4GCC_ChallengeItem@@6B@ @46188 NONAME ??_R4GCC_ChallengeRequest@@6B@ @46189 NONAME ??_R4GCC_ChallengeResponse@@6B@ @46190 NONAME ??_R4GCC_ChallengeResponseAlgorithm@@6B@ @46191 NONAME ??_R4GCC_ChallengeResponseItem@@6B@ @46192 NONAME ??_R4GCC_ChannelID@@6B@ @46193 NONAME ??_R4GCC_ChannelType@@6B@ @46194 NONAME ??_R4GCC_ConductorAssignIndication@@6B@ @46195 NONAME ??_R4GCC_ConductorPermissionAskIndication@@6B@ @46196 NONAME ??_R4GCC_ConductorPermissionGrantIndication@@6B@ @46197 NONAME ??_R4GCC_ConductorReleaseIndication@@6B@ @46198 NONAME ??_R4GCC_ConferenceAddRequest@@6B@ @46199 NONAME ??_R4GCC_ConferenceAddResponse@@6B@ @46200 NONAME ??_R4GCC_ConferenceAddResponse_result@@6B@ @46201 NONAME ??_R4GCC_ConferenceAssistanceIndication@@6B@ @46202 NONAME ??_R4GCC_ConferenceCreateRequest@@6B@ @46203 NONAME ??_R4GCC_ConferenceCreateResponse@@6B@ @46204 NONAME ??_R4GCC_ConferenceCreateResponse_result@@6B@ @46205 NONAME ??_R4GCC_ConferenceDescriptor@@6B@ @46206 NONAME ??_R4GCC_ConferenceEjectUserIndication@@6B@ @46207 NONAME ??_R4GCC_ConferenceEjectUserIndication_reason@@6B@ @46208 NONAME ??_R4GCC_ConferenceEjectUserRequest@@6B@ @46209 NONAME ??_R4GCC_ConferenceEjectUserRequest_reason@@6B@ @46210 NONAME ??_R4GCC_ConferenceEjectUserResponse@@6B@ @46211 NONAME ??_R4GCC_ConferenceEjectUserResponse_result@@6B@ @46212 NONAME ??_R4GCC_ConferenceInviteRequest@@6B@ @46213 NONAME ??_R4GCC_ConferenceInviteResponse@@6B@ @46214 NONAME ??_R4GCC_ConferenceInviteResponse_result@@6B@ @46215 NONAME ??_R4GCC_ConferenceJoinRequest@@6B@ @46216 NONAME ??_R4GCC_ConferenceJoinResponse@@6B@ @46217 NONAME ??_R4GCC_ConferenceJoinResponse_result@@6B@ @46218 NONAME ??_R4GCC_ConferenceLockIndication@@6B@ @46219 NONAME ??_R4GCC_ConferenceLockRequest@@6B@ @46220 NONAME ??_R4GCC_ConferenceLockResponse@@6B@ @46221 NONAME ??_R4GCC_ConferenceLockResponse_result@@6B@ @46222 NONAME ??_R4GCC_ConferenceName@@6B@ @46223 NONAME ??_R4GCC_ConferenceNameModifier@@6B@ @46224 NONAME ??_R4GCC_ConferenceNameSelector@@6B@ @46225 NONAME ??_R4GCC_ConferencePriority@@6B@ @46226 NONAME ??_R4GCC_ConferencePriorityScheme@@6B@ @46227 NONAME ??_R4GCC_ConferenceQueryRequest@@6B@ @46228 NONAME ??_R4GCC_ConferenceQueryResponse@@6B@ @46229 NONAME ??_R4GCC_ConferenceQueryResponse_result@@6B@ @46230 NONAME ??_R4GCC_ConferenceTerminateIndication@@6B@ @46231 NONAME ??_R4GCC_ConferenceTerminateIndication_reason@@6B@ @46232 NONAME ??_R4GCC_ConferenceTerminateRequest@@6B@ @46233 NONAME ??_R4GCC_ConferenceTerminateRequest_reason@@6B@ @46234 NONAME ??_R4GCC_ConferenceTerminateResponse@@6B@ @46235 NONAME ??_R4GCC_ConferenceTerminateResponse_result@@6B@ @46236 NONAME ??_R4GCC_ConferenceTimeExtendIndication@@6B@ @46237 NONAME ??_R4GCC_ConferenceTimeInquireIndication@@6B@ @46238 NONAME ??_R4GCC_ConferenceTimeRemainingIndication@@6B@ @46239 NONAME ??_R4GCC_ConferenceTransferIndication@@6B@ @46240 NONAME ??_R4GCC_ConferenceTransferRequest@@6B@ @46241 NONAME ??_R4GCC_ConferenceTransferResponse@@6B@ @46242 NONAME ??_R4GCC_ConferenceTransferResponse_result@@6B@ @46243 NONAME ??_R4GCC_ConferenceUnlockIndication@@6B@ @46244 NONAME ??_R4GCC_ConferenceUnlockRequest@@6B@ @46245 NONAME ??_R4GCC_ConferenceUnlockResponse@@6B@ @46246 NONAME ??_R4GCC_ConferenceUnlockResponse_result@@6B@ @46247 NONAME ??_R4GCC_ConnectData@@6B@ @46248 NONAME ??_R4GCC_ConnectGCCPDU@@6B@ @46249 NONAME ??_R4GCC_DialingString@@6B@ @46250 NONAME ??_R4GCC_DynamicChannelID@@6B@ @46251 NONAME ??_R4GCC_DynamicTokenID@@6B@ @46252 NONAME ??_R4GCC_EntityID@@6B@ @46253 NONAME ??_R4GCC_ExtraDialingString@@6B@ @46254 NONAME ??_R4GCC_FunctionNotSupportedResponse@@6B@ @46255 NONAME ??_R4GCC_GCCPDU@@6B@ @46256 NONAME ??_R4GCC_H221NonStandardIdentifier@@6B@ @46257 NONAME ??_R4GCC_Handle@@6B@ @46258 NONAME ??_R4GCC_IndicationPDU@@6B@ @46259 NONAME ??_R4GCC_Key@@6B@ @46260 NONAME ??_R4GCC_NetworkAddress@@6B@ @46261 NONAME ??_R4GCC_NetworkAddress_subtype@@6B@ @46262 NONAME ??_R4GCC_NetworkAddress_subtype_aggregatedChannel@@6B@ @46263 NONAME ??_R4GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@6B@ @46264 NONAME ??_R4GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@6B@ @46265 NONAME ??_R4GCC_NetworkAddress_subtype_transportConnection@@6B@ @46266 NONAME ??_R4GCC_NodeProperties@@6B@ @46267 NONAME ??_R4GCC_NodeRecord@@6B@ @46268 NONAME ??_R4GCC_NodeType@@6B@ @46269 NONAME ??_R4GCC_NonStandardParameter@@6B@ @46270 NONAME ??_R4GCC_NonStandardPDU@@6B@ @46271 NONAME ??_R4GCC_Password@@6B@ @46272 NONAME ??_R4GCC_PasswordChallengeRequestResponse@@6B@ @46273 NONAME ??_R4GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@6B@ @46274 NONAME ??_R4GCC_PasswordSelector@@6B@ @46275 NONAME ??_R4GCC_Privilege@@6B@ @46276 NONAME ??_R4GCC_RegistryAllocateHandleRequest@@6B@ @46277 NONAME ??_R4GCC_RegistryAllocateHandleResponse@@6B@ @46278 NONAME ??_R4GCC_RegistryAllocateHandleResponse_result@@6B@ @46279 NONAME ??_R4GCC_RegistryAssignTokenRequest@@6B@ @46280 NONAME ??_R4GCC_RegistryDeleteEntryRequest@@6B@ @46281 NONAME ??_R4GCC_RegistryEntryOwner@@6B@ @46282 NONAME ??_R4GCC_RegistryEntryOwner_owned@@6B@ @46283 NONAME ??_R4GCC_RegistryItem@@6B@ @46284 NONAME ??_R4GCC_RegistryKey@@6B@ @46285 NONAME ??_R4GCC_RegistryModificationRights@@6B@ @46286 NONAME ??_R4GCC_RegistryMonitorEntryIndication@@6B@ @46287 NONAME ??_R4GCC_RegistryMonitorEntryRequest@@6B@ @46288 NONAME ??_R4GCC_RegistryRegisterChannelRequest@@6B@ @46289 NONAME ??_R4GCC_RegistryResponse@@6B@ @46290 NONAME ??_R4GCC_RegistryResponse_primitiveType@@6B@ @46291 NONAME ??_R4GCC_RegistryResponse_result@@6B@ @46292 NONAME ??_R4GCC_RegistryRetrieveEntryRequest@@6B@ @46293 NONAME ??_R4GCC_RegistrySetParameterRequest@@6B@ @46294 NONAME ??_R4GCC_RequestPDU@@6B@ @46295 NONAME ??_R4GCC_ResponsePDU@@6B@ @46296 NONAME ??_R4GCC_RosterUpdateIndication@@6B@ @46297 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation@@6B@ @46298 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype@@6B@ @46299 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@6B@ @46300 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@6B@ @46301 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@6B@ @46302 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@6B@ @46303 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@6B@ @46304 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@6B@ @46305 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@6B@ @46306 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@6B@ @46307 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@6B@ @46308 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation@@6B@ @46309 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@6B@ @46310 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@6B@ @46311 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@6B@ @46312 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@6B@ @46313 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@6B@ @46314 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@6B@ @46315 NONAME ??_R4GCC_SessionKey@@6B@ @46316 NONAME ??_R4GCC_SimpleNumericString@@6B@ @46317 NONAME ??_R4GCC_SimpleTextString@@6B@ @46318 NONAME ??_R4GCC_StaticChannelID@@6B@ @46319 NONAME ??_R4GCC_StaticTokenID@@6B@ @46320 NONAME ??_R4GCC_SubAddressString@@6B@ @46321 NONAME ??_R4GCC_TerminationMethod@@6B@ @46322 NONAME ??_R4GCC_TextMessageIndication@@6B@ @46323 NONAME ??_R4GCC_TextString@@6B@ @46324 NONAME ??_R4GCC_Time@@6B@ @46325 NONAME ??_R4GCC_TokenID@@6B@ @46326 NONAME ??_R4GCC_UserData@@6B@ @46327 NONAME ??_R4GCC_UserData_subtype@@6B@ @46328 NONAME ??_R4GCC_UserID@@6B@ @46329 NONAME ??_R4GCC_UserIDIndication@@6B@ @46330 NONAME ??_R4H225CallThread@@6B@ @46331 NONAME ??_R4H225TransportThread@@6B@ @46332 NONAME ??_R4H225_AddressPattern@@6B@ @46333 NONAME ??_R4H225_AddressPattern_range@@6B@ @46334 NONAME ??_R4H225_AdmissionConfirm@@6B@ @46335 NONAME ??_R4H225_AdmissionConfirm_language@@6B@ @46336 NONAME ??_R4H225_AdmissionReject@@6B@ @46337 NONAME ??_R4H225_AdmissionRejectReason@@6B@ @46338 NONAME ??_R4H225_AdmissionRequest@@6B@ @46339 NONAME ??_R4H225_Alerting_UUIE@@6B@ @46340 NONAME ??_R4H225_AliasAddress@@6B@ @46341 NONAME ??_R4H225_AlternateGK@@6B@ @46342 NONAME ??_R4H225_AlternateTransportAddresses@@6B@ @46343 NONAME ??_R4H225_AltGKInfo@@6B@ @46344 NONAME ??_R4H225_ANSI_41_UIM@@6B@ @46345 NONAME ??_R4H225_ANSI_41_UIM_system_id@@6B@ @46346 NONAME ??_R4H225_ArrayOf_AddressPattern@@6B@ @46347 NONAME ??_R4H225_ArrayOf_AdmissionConfirm@@6B@ @46348 NONAME ??_R4H225_ArrayOf_AliasAddress@@6B@ @46349 NONAME ??_R4H225_ArrayOf_AlternateGK@@6B@ @46350 NONAME ??_R4H225_ArrayOf_AuthenticationMechanism@@6B@ @46351 NONAME ??_R4H225_ArrayOf_BandwidthDetails@@6B@ @46352 NONAME ??_R4H225_ArrayOf_CallReferenceValue@@6B@ @46353 NONAME ??_R4H225_ArrayOf_CallsAvailable@@6B@ @46354 NONAME ??_R4H225_ArrayOf_ClearToken@@6B@ @46355 NONAME ??_R4H225_ArrayOf_ConferenceIdentifier@@6B@ @46356 NONAME ??_R4H225_ArrayOf_ConferenceList@@6B@ @46357 NONAME ??_R4H225_ArrayOf_CryptoH323Token@@6B@ @46358 NONAME ??_R4H225_ArrayOf_DataRate@@6B@ @46359 NONAME ??_R4H225_ArrayOf_Endpoint@@6B@ @46360 NONAME ??_R4H225_ArrayOf_EnumeratedParameter@@6B@ @46361 NONAME ??_R4H225_ArrayOf_ExtendedAliasAddress@@6B@ @46362 NONAME ??_R4H225_ArrayOf_FeatureDescriptor@@6B@ @46363 NONAME ??_R4H225_ArrayOf_GenericData@@6B@ @46364 NONAME ??_R4H225_ArrayOf_H245Security@@6B@ @46365 NONAME ??_R4H225_ArrayOf_H248PackagesDescriptor@@6B@ @46366 NONAME ??_R4H225_ArrayOf_IntegrityMechanism@@6B@ @46367 NONAME ??_R4H225_ArrayOf_NonStandardParameter@@6B@ @46368 NONAME ??_R4H225_ArrayOf_PartyNumber@@6B@ @46369 NONAME ??_R4H225_ArrayOf_PASN_ObjectId@@6B@ @46370 NONAME ??_R4H225_ArrayOf_PASN_OctetString@@6B@ @46371 NONAME ??_R4H225_ArrayOf_RasUsageSpecification@@6B@ @46372 NONAME ??_R4H225_ArrayOf_RTPSession@@6B@ @46373 NONAME ??_R4H225_ArrayOf_ServiceControlSession@@6B@ @46374 NONAME ??_R4H225_ArrayOf_SupportedPrefix@@6B@ @46375 NONAME ??_R4H225_ArrayOf_SupportedProtocols@@6B@ @46376 NONAME ??_R4H225_ArrayOf_TransportAddress@@6B@ @46377 NONAME ??_R4H225_ArrayOf_TransportChannelInfo@@6B@ @46378 NONAME ??_R4H225_ArrayOf_TunnelledProtocol@@6B@ @46379 NONAME ??_R4H225_BandRejectReason@@6B@ @46380 NONAME ??_R4H225_BandWidth@@6B@ @46381 NONAME ??_R4H225_BandwidthConfirm@@6B@ @46382 NONAME ??_R4H225_BandwidthDetails@@6B@ @46383 NONAME ??_R4H225_BandwidthReject@@6B@ @46384 NONAME ??_R4H225_BandwidthRequest@@6B@ @46385 NONAME ??_R4H225_CallCapacity@@6B@ @46386 NONAME ??_R4H225_CallCapacityInfo@@6B@ @46387 NONAME ??_R4H225_CallCreditCapability@@6B@ @46388 NONAME ??_R4H225_CallCreditServiceControl@@6B@ @46389 NONAME ??_R4H225_CallCreditServiceControl_billingMode@@6B@ @46390 NONAME ??_R4H225_CallCreditServiceControl_callStartingPoint@@6B@ @46391 NONAME ??_R4H225_CallIdentifier@@6B@ @46392 NONAME ??_R4H225_CallLinkage@@6B@ @46393 NONAME ??_R4H225_CallModel@@6B@ @46394 NONAME ??_R4H225_CallProceeding_UUIE@@6B@ @46395 NONAME ??_R4H225_CallReferenceValue@@6B@ @46396 NONAME ??_R4H225_CallsAvailable@@6B@ @46397 NONAME ??_R4H225_CallTerminationCause@@6B@ @46398 NONAME ??_R4H225_CallType@@6B@ @46399 NONAME ??_R4H225_CapacityReportingCapability@@6B@ @46400 NONAME ??_R4H225_CapacityReportingSpecification@@6B@ @46401 NONAME ??_R4H225_CapacityReportingSpecification_when@@6B@ @46402 NONAME ??_R4H225_CarrierInfo@@6B@ @46403 NONAME ??_R4H225_CicInfo@@6B@ @46404 NONAME ??_R4H225_CicInfo_cic@@6B@ @46405 NONAME ??_R4H225_CircuitIdentifier@@6B@ @46406 NONAME ??_R4H225_CircuitInfo@@6B@ @46407 NONAME ??_R4H225_ConferenceIdentifier@@6B@ @46408 NONAME ??_R4H225_ConferenceList@@6B@ @46409 NONAME ??_R4H225_Connect_UUIE@@6B@ @46410 NONAME ??_R4H225_Connect_UUIE_language@@6B@ @46411 NONAME ??_R4H225_Content@@6B@ @46412 NONAME ??_R4H225_CryptoH323Token@@6B@ @46413 NONAME ??_R4H225_CryptoH323Token_cryptoEPPwdHash@@6B@ @46414 NONAME ??_R4H225_CryptoH323Token_cryptoGKPwdHash@@6B@ @46415 NONAME ??_R4H225_DataRate@@6B@ @46416 NONAME ??_R4H225_DisengageConfirm@@6B@ @46417 NONAME ??_R4H225_DisengageReason@@6B@ @46418 NONAME ??_R4H225_DisengageReject@@6B@ @46419 NONAME ??_R4H225_DisengageRejectReason@@6B@ @46420 NONAME ??_R4H225_DisengageRequest@@6B@ @46421 NONAME ??_R4H225_EncodedFastStartToken@@6B@ @46422 NONAME ??_R4H225_EncryptIntAlg@@6B@ @46423 NONAME ??_R4H225_Endpoint@@6B@ @46424 NONAME ??_R4H225_EndpointIdentifier@@6B@ @46425 NONAME ??_R4H225_EndpointType@@6B@ @46426 NONAME ??_R4H225_EnumeratedParameter@@6B@ @46427 NONAME ??_R4H225_ExtendedAliasAddress@@6B@ @46428 NONAME ??_R4H225_FacilityReason@@6B@ @46429 NONAME ??_R4H225_Facility_UUIE@@6B@ @46430 NONAME ??_R4H225_FastStartToken@@6B@ @46431 NONAME ??_R4H225_FeatureDescriptor@@6B@ @46432 NONAME ??_R4H225_FeatureSet@@6B@ @46433 NONAME ??_R4H225_GatekeeperConfirm@@6B@ @46434 NONAME ??_R4H225_GatekeeperIdentifier@@6B@ @46435 NONAME ??_R4H225_GatekeeperInfo@@6B@ @46436 NONAME ??_R4H225_GatekeeperReject@@6B@ @46437 NONAME ??_R4H225_GatekeeperRejectReason@@6B@ @46438 NONAME ??_R4H225_GatekeeperRequest@@6B@ @46439 NONAME ??_R4H225_GatewayInfo@@6B@ @46440 NONAME ??_R4H225_GenericData@@6B@ @46441 NONAME ??_R4H225_GenericIdentifier@@6B@ @46442 NONAME ??_R4H225_GloballyUniqueID@@6B@ @46443 NONAME ??_R4H225_GroupID@@6B@ @46444 NONAME ??_R4H225_GroupID_member@@6B@ @46445 NONAME ??_R4H225_GSM_UIM@@6B@ @46446 NONAME ??_R4H225_H221NonStandard@@6B@ @46447 NONAME ??_R4H225_H245Security@@6B@ @46448 NONAME ??_R4H225_H248PackagesDescriptor@@6B@ @46449 NONAME ??_R4H225_H248SignalsDescriptor@@6B@ @46450 NONAME ??_R4H225_H310Caps@@6B@ @46451 NONAME ??_R4H225_H320Caps@@6B@ @46452 NONAME ??_R4H225_H321Caps@@6B@ @46453 NONAME ??_R4H225_H322Caps@@6B@ @46454 NONAME ??_R4H225_H323Caps@@6B@ @46455 NONAME ??_R4H225_H323_UserInformation@@6B@ @46456 NONAME ??_R4H225_H323_UserInformation_user_data@@6B@ @46457 NONAME ??_R4H225_H323_UU_PDU@@6B@ @46458 NONAME ??_R4H225_H323_UU_PDU_h323_message_body@@6B@ @46459 NONAME ??_R4H225_H323_UU_PDU_tunnelledSignallingMessage@@6B@ @46460 NONAME ??_R4H225_H324Caps@@6B@ @46461 NONAME ??_R4H225_ICV@@6B@ @46462 NONAME ??_R4H225_InfoRequest@@6B@ @46463 NONAME ??_R4H225_InfoRequestAck@@6B@ @46464 NONAME ??_R4H225_InfoRequestNak@@6B@ @46465 NONAME ??_R4H225_InfoRequestNakReason@@6B@ @46466 NONAME ??_R4H225_InfoRequestResponse@@6B@ @46467 NONAME ??_R4H225_InfoRequestResponseStatus@@6B@ @46468 NONAME ??_R4H225_InfoRequestResponse_perCallInfo@@6B@ @46469 NONAME ??_R4H225_InfoRequestResponse_perCallInfo_subtype@@6B@ @46470 NONAME ??_R4H225_InfoRequestResponse_perCallInfo_subtype_pdu@@6B@ @46471 NONAME ??_R4H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@6B@ @46472 NONAME ??_R4H225_Information_UUIE@@6B@ @46473 NONAME ??_R4H225_IntegrityMechanism@@6B@ @46474 NONAME ??_R4H225_LocationConfirm@@6B@ @46475 NONAME ??_R4H225_LocationReject@@6B@ @46476 NONAME ??_R4H225_LocationRejectReason@@6B@ @46477 NONAME ??_R4H225_LocationRequest@@6B@ @46478 NONAME ??_R4H225_McuInfo@@6B@ @46479 NONAME ??_R4H225_MobileUIM@@6B@ @46480 NONAME ??_R4H225_NonIsoIntegrityMechanism@@6B@ @46481 NONAME ??_R4H225_NonStandardIdentifier@@6B@ @46482 NONAME ??_R4H225_NonStandardMessage@@6B@ @46483 NONAME ??_R4H225_NonStandardParameter@@6B@ @46484 NONAME ??_R4H225_NonStandardProtocol@@6B@ @46485 NONAME ??_R4H225_Notify_UUIE@@6B@ @46486 NONAME ??_R4H225_NumberDigits@@6B@ @46487 NONAME ??_R4H225_PartyNumber@@6B@ @46488 NONAME ??_R4H225_PresentationIndicator@@6B@ @46489 NONAME ??_R4H225_PrivatePartyNumber@@6B@ @46490 NONAME ??_R4H225_PrivateTypeOfNumber@@6B@ @46491 NONAME ??_R4H225_Progress_UUIE@@6B@ @46492 NONAME ??_R4H225_ProtocolIdentifier@@6B@ @46493 NONAME ??_R4H225_PublicPartyNumber@@6B@ @46494 NONAME ??_R4H225_PublicTypeOfNumber@@6B@ @46495 NONAME ??_R4H225_Q954Details@@6B@ @46496 NONAME ??_R4H225_QseriesOptions@@6B@ @46497 NONAME ??_R4H225_RAS@@6B@ @46498 NONAME ??_R4H225_RasMessage@@6B@ @46499 NONAME ??_R4H225_RasUsageInformation@@6B@ @46500 NONAME ??_R4H225_RasUsageInfoTypes@@6B@ @46501 NONAME ??_R4H225_RasUsageSpecification@@6B@ @46502 NONAME ??_R4H225_RasUsageSpecification_callStartingPoint@@6B@ @46503 NONAME ??_R4H225_RasUsageSpecification_when@@6B@ @46504 NONAME ??_R4H225_RegistrationConfirm@@6B@ @46505 NONAME ??_R4H225_RegistrationConfirm_preGrantedARQ@@6B@ @46506 NONAME ??_R4H225_RegistrationReject@@6B@ @46507 NONAME ??_R4H225_RegistrationRejectReason@@6B@ @46508 NONAME ??_R4H225_RegistrationRejectReason_invalidTerminalAliases@@6B@ @46509 NONAME ??_R4H225_RegistrationRequest@@6B@ @46510 NONAME ??_R4H225_ReleaseCompleteReason@@6B@ @46511 NONAME ??_R4H225_ReleaseComplete_UUIE@@6B@ @46512 NONAME ??_R4H225_RequestInProgress@@6B@ @46513 NONAME ??_R4H225_RequestSeqNum@@6B@ @46514 NONAME ??_R4H225_ResourcesAvailableConfirm@@6B@ @46515 NONAME ??_R4H225_ResourcesAvailableIndicate@@6B@ @46516 NONAME ??_R4H225_RTPSession@@6B@ @46517 NONAME ??_R4H225_RTPSession_associatedSessionIds@@6B@ @46518 NONAME ??_R4H225_ScnConnectionAggregation@@6B@ @46519 NONAME ??_R4H225_ScnConnectionType@@6B@ @46520 NONAME ??_R4H225_ScreeningIndicator@@6B@ @46521 NONAME ??_R4H225_SecurityCapabilities@@6B@ @46522 NONAME ??_R4H225_SecurityErrors2@@6B@ @46523 NONAME ??_R4H225_SecurityErrors@@6B@ @46524 NONAME ??_R4H225_SecurityServiceMode@@6B@ @46525 NONAME ??_R4H225_ServiceControlDescriptor@@6B@ @46526 NONAME ??_R4H225_ServiceControlIndication@@6B@ @46527 NONAME ??_R4H225_ServiceControlIndication_callSpecific@@6B@ @46528 NONAME ??_R4H225_ServiceControlResponse@@6B@ @46529 NONAME ??_R4H225_ServiceControlResponse_result@@6B@ @46530 NONAME ??_R4H225_ServiceControlSession@@6B@ @46531 NONAME ??_R4H225_ServiceControlSession_reason@@6B@ @46532 NONAME ??_R4H225_SetupAcknowledge_UUIE@@6B@ @46533 NONAME ??_R4H225_Setup_UUIE@@6B@ @46534 NONAME ??_R4H225_Setup_UUIE_conferenceGoal@@6B@ @46535 NONAME ??_R4H225_Setup_UUIE_connectionParameters@@6B@ @46536 NONAME ??_R4H225_Setup_UUIE_language@@6B@ @46537 NONAME ??_R4H225_SIPCaps@@6B@ @46538 NONAME ??_R4H225_StatusInquiry_UUIE@@6B@ @46539 NONAME ??_R4H225_Status_UUIE@@6B@ @46540 NONAME ??_R4H225_StimulusControl@@6B@ @46541 NONAME ??_R4H225_SupportedPrefix@@6B@ @46542 NONAME ??_R4H225_SupportedProtocols@@6B@ @46543 NONAME ??_R4H225_T120OnlyCaps@@6B@ @46544 NONAME ??_R4H225_T38FaxAnnexbOnlyCaps@@6B@ @46545 NONAME ??_R4H225_TBCD_STRING@@6B@ @46546 NONAME ??_R4H225_TerminalInfo@@6B@ @46547 NONAME ??_R4H225_TimeToLive@@6B@ @46548 NONAME ??_R4H225_TransportAddress@@6B@ @46549 NONAME ??_R4H225_TransportAddress_ip6Address@@6B@ @46550 NONAME ??_R4H225_TransportAddress_ipAddress@@6B@ @46551 NONAME ??_R4H225_TransportAddress_ipSourceRoute@@6B@ @46552 NONAME ??_R4H225_TransportAddress_ipSourceRoute_route@@6B@ @46553 NONAME ??_R4H225_TransportAddress_ipSourceRoute_routing@@6B@ @46554 NONAME ??_R4H225_TransportAddress_ipxAddress@@6B@ @46555 NONAME ??_R4H225_TransportChannelInfo@@6B@ @46556 NONAME ??_R4H225_TransportQOS@@6B@ @46557 NONAME ??_R4H225_TunnelledProtocol@@6B@ @46558 NONAME ??_R4H225_TunnelledProtocolAlternateIdentifier@@6B@ @46559 NONAME ??_R4H225_TunnelledProtocol_id@@6B@ @46560 NONAME ??_R4H225_UnknownMessageResponse@@6B@ @46561 NONAME ??_R4H225_UnregistrationConfirm@@6B@ @46562 NONAME ??_R4H225_UnregistrationReject@@6B@ @46563 NONAME ??_R4H225_UnregistrationRequest@@6B@ @46564 NONAME ??_R4H225_UnregRejectReason@@6B@ @46565 NONAME ??_R4H225_UnregRequestReason@@6B@ @46566 NONAME ??_R4H225_UseSpecifiedTransport@@6B@ @46567 NONAME ??_R4H225_UUIEsRequested@@6B@ @46568 NONAME ??_R4H225_VendorIdentifier@@6B@ @46569 NONAME ??_R4H225_VoiceCaps@@6B@ @46570 NONAME ??_R4H235AuthCAT@@6B@ @46571 NONAME ??_R4H235Authenticator@@6B@ @46572 NONAME ??_R4H235Authenticators@@6B@ @46573 NONAME ??_R4H235AuthProcedure1@@6B@ @46574 NONAME ??_R4H235AuthSimpleMD5@@6B@ @46575 NONAME ??_R4H235_AuthenticationBES@@6B@ @46576 NONAME ??_R4H235_AuthenticationMechanism@@6B@ @46577 NONAME ??_R4H235_ChallengeString@@6B@ @46578 NONAME ??_R4H235_ClearToken@@6B@ @46579 NONAME ??_R4H235_CryptoToken@@6B@ @46580 NONAME ??_R4H235_CryptoToken_cryptoEncryptedToken@@6B@ @46581 NONAME ??_R4H235_CryptoToken_cryptoHashedToken@@6B@ @46582 NONAME ??_R4H235_CryptoToken_cryptoSignedToken@@6B@ @46583 NONAME ??_R4H235_DHset@@6B@ @46584 NONAME ??_R4H235_ECGDSASignature@@6B@ @46585 NONAME ??_R4H235_ECKASDH@@6B@ @46586 NONAME ??_R4H235_ECKASDH_eckasdh2@@6B@ @46587 NONAME ??_R4H235_ECKASDH_eckasdhp@@6B@ @46588 NONAME ??_R4H235_ECpoint@@6B@ @46589 NONAME ??_R4H235_EncodedGeneralToken@@6B@ @46590 NONAME ??_R4H235_EncodedKeySignedMaterial@@6B@ @46591 NONAME ??_R4H235_EncodedKeySyncMaterial@@6B@ @46592 NONAME ??_R4H235_EncodedPwdCertToken@@6B@ @46593 NONAME ??_R4H235_EncodedReturnSig@@6B@ @46594 NONAME ??_R4H235_H235CertificateSignature@@6B@ @46595 NONAME ??_R4H235_H235Key@@6B@ @46596 NONAME ??_R4H235_Identifier@@6B@ @46597 NONAME ??_R4H235_IV16@@6B@ @46598 NONAME ??_R4H235_IV8@@6B@ @46599 NONAME ??_R4H235_KeyMaterial@@6B@ @46600 NONAME ??_R4H235_KeySignedMaterial@@6B@ @46601 NONAME ??_R4H235_KeySyncMaterial@@6B@ @46602 NONAME ??_R4H235_NonStandardParameter@@6B@ @46603 NONAME ??_R4H235_Params@@6B@ @46604 NONAME ??_R4H235_Password@@6B@ @46605 NONAME ??_R4H235_PwdCertToken@@6B@ @46606 NONAME ??_R4H235_RandomVal@@6B@ @46607 NONAME ??_R4H235_ReturnSig@@6B@ @46608 NONAME ??_R4H235_TimeStamp@@6B@ @46609 NONAME ??_R4H235_TypedCertificate@@6B@ @46610 NONAME ??_R4H235_V3KeySyncMaterial@@6B@ @46611 NONAME ??_R4H245NegLogicalChannel@@6B@ @46612 NONAME ??_R4H245NegLogicalChannels@@6B@ @46613 NONAME ??_R4H245NegMasterSlaveDetermination@@6B@ @46614 NONAME ??_R4H245Negotiator@@6B@ @46615 NONAME ??_R4H245NegRequestMode@@6B@ @46616 NONAME ??_R4H245NegRoundTripDelay@@6B@ @46617 NONAME ??_R4H245NegTerminalCapabilitySet@@6B@ @46618 NONAME ??_R4H245TransportThread@@6B@ @46619 NONAME ??_R4H245_AlternativeCapabilitySet@@6B@ @46620 NONAME ??_R4H245_ArrayOf_AlternativeCapabilitySet@@6B@ @46621 NONAME ??_R4H245_ArrayOf_BEnhancementParameters@@6B@ @46622 NONAME ??_R4H245_ArrayOf_CapabilityDescriptor@@6B@ @46623 NONAME ??_R4H245_ArrayOf_CapabilityDescriptorNumber@@6B@ @46624 NONAME ??_R4H245_ArrayOf_CapabilityTableEntry@@6B@ @46625 NONAME ??_R4H245_ArrayOf_CapabilityTableEntryNumber@@6B@ @46626 NONAME ??_R4H245_ArrayOf_CommunicationModeTableEntry@@6B@ @46627 NONAME ??_R4H245_ArrayOf_CustomPictureClockFrequency@@6B@ @46628 NONAME ??_R4H245_ArrayOf_CustomPictureFormat@@6B@ @46629 NONAME ??_R4H245_ArrayOf_DataApplicationCapability@@6B@ @46630 NONAME ??_R4H245_ArrayOf_DialingInformationNetworkType@@6B@ @46631 NONAME ??_R4H245_ArrayOf_DialingInformationNumber@@6B@ @46632 NONAME ??_R4H245_ArrayOf_EnhancementOptions@@6B@ @46633 NONAME ??_R4H245_ArrayOf_EscrowData@@6B@ @46634 NONAME ??_R4H245_ArrayOf_GenericCapability@@6B@ @52312 NONAME ??_R4H245_ArrayOf_GenericParameter@@6B@ @46635 NONAME ??_R4H245_ArrayOf_H263ModeComboFlags@@6B@ @46636 NONAME ??_R4H245_ArrayOf_H263VideoModeCombos@@6B@ @46637 NONAME ??_R4H245_ArrayOf_MediaChannelCapability@@6B@ @46638 NONAME ??_R4H245_ArrayOf_MediaDistributionCapability@@6B@ @46639 NONAME ??_R4H245_ArrayOf_ModeDescription@@6B@ @46640 NONAME ??_R4H245_ArrayOf_MultiplePayloadStreamElement@@6B@ @46641 NONAME ??_R4H245_ArrayOf_MultiplePayloadStreamElementMode@@6B@ @46642 NONAME ??_R4H245_ArrayOf_MultiplexElement@@6B@ @46643 NONAME ??_R4H245_ArrayOf_MultiplexEntryDescriptor@@6B@ @46644 NONAME ??_R4H245_ArrayOf_MultiplexEntryRejectionDescriptions@@6B@ @46645 NONAME ??_R4H245_ArrayOf_MultiplexTableEntryNumber@@6B@ @46646 NONAME ??_R4H245_ArrayOf_NonStandardParameter@@6B@ @46647 NONAME ??_R4H245_ArrayOf_ParameterIdentifier@@6B@ @46648 NONAME ??_R4H245_ArrayOf_PictureReference@@6B@ @46649 NONAME ??_R4H245_ArrayOf_Q2931Address@@6B@ @46650 NONAME ??_R4H245_ArrayOf_QOSCapability@@6B@ @46651 NONAME ??_R4H245_ArrayOf_RedundancyEncodingCapability@@6B@ @46652 NONAME ??_R4H245_ArrayOf_RedundancyEncodingDTModeElement@@6B@ @46653 NONAME ??_R4H245_ArrayOf_RedundancyEncodingElement@@6B@ @46654 NONAME ??_R4H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@6B@ @46655 NONAME ??_R4H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@6B@ @46656 NONAME ??_R4H245_ArrayOf_RTPPayloadType@@6B@ @46657 NONAME ??_R4H245_ArrayOf_TerminalInformation@@6B@ @46658 NONAME ??_R4H245_ArrayOf_TerminalLabel@@6B@ @46659 NONAME ??_R4H245_ArrayOf_VCCapability@@6B@ @46660 NONAME ??_R4H245_ArrayOf_VideoCapability@@6B@ @52313 NONAME ??_R4H245_ATMParameters@@6B@ @46661 NONAME ??_R4H245_AudioCapability@@6B@ @46662 NONAME ??_R4H245_AudioCapability_g7231@@6B@ @46663 NONAME ??_R4H245_AudioMode@@6B@ @46664 NONAME ??_R4H245_AudioMode_g7231@@6B@ @46665 NONAME ??_R4H245_AudioTelephonyEventCapability@@6B@ @46666 NONAME ??_R4H245_AudioToneCapability@@6B@ @46667 NONAME ??_R4H245_AuthenticationCapability@@6B@ @46668 NONAME ??_R4H245_BEnhancementParameters@@6B@ @46669 NONAME ??_R4H245_Capability@@6B@ @46670 NONAME ??_R4H245_CapabilityDescriptor@@6B@ @46671 NONAME ??_R4H245_CapabilityDescriptorNumber@@6B@ @46672 NONAME ??_R4H245_CapabilityIdentifier@@6B@ @46673 NONAME ??_R4H245_CapabilityTableEntry@@6B@ @46674 NONAME ??_R4H245_CapabilityTableEntryNumber@@6B@ @46675 NONAME ??_R4H245_Capability_h233EncryptionReceiveCapability@@6B@ @46676 NONAME ??_R4H245_CertSelectionCriteria@@6B@ @46677 NONAME ??_R4H245_CloseLogicalChannel@@6B@ @46678 NONAME ??_R4H245_CloseLogicalChannelAck@@6B@ @46679 NONAME ??_R4H245_CloseLogicalChannel_reason@@6B@ @46680 NONAME ??_R4H245_CloseLogicalChannel_source@@6B@ @46681 NONAME ??_R4H245_CommandMessage@@6B@ @46682 NONAME ??_R4H245_CommunicationModeCommand@@6B@ @46683 NONAME ??_R4H245_CommunicationModeRequest@@6B@ @46684 NONAME ??_R4H245_CommunicationModeResponse@@6B@ @46685 NONAME ??_R4H245_CommunicationModeTableEntry@@6B@ @46686 NONAME ??_R4H245_CommunicationModeTableEntry_dataType@@6B@ @46687 NONAME ??_R4H245_CompressionType@@6B@ @46688 NONAME ??_R4H245_ConferenceCapability@@6B@ @46689 NONAME ??_R4H245_ConferenceCommand@@6B@ @46690 NONAME ??_R4H245_ConferenceID@@6B@ @46691 NONAME ??_R4H245_ConferenceIndication@@6B@ @46692 NONAME ??_R4H245_ConferenceRequest@@6B@ @46693 NONAME ??_R4H245_ConferenceRequest_requestTerminalCertificate@@6B@ @46694 NONAME ??_R4H245_ConferenceResponse@@6B@ @46695 NONAME ??_R4H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@6B@ @46696 NONAME ??_R4H245_ConferenceResponse_chairTokenOwnerResponse@@6B@ @46697 NONAME ??_R4H245_ConferenceResponse_conferenceIDResponse@@6B@ @46698 NONAME ??_R4H245_ConferenceResponse_extensionAddressResponse@@6B@ @46699 NONAME ??_R4H245_ConferenceResponse_makeMeChairResponse@@6B@ @46700 NONAME ??_R4H245_ConferenceResponse_makeTerminalBroadcasterResponse@@6B@ @46701 NONAME ??_R4H245_ConferenceResponse_mCTerminalIDResponse@@6B@ @46702 NONAME ??_R4H245_ConferenceResponse_passwordResponse@@6B@ @46703 NONAME ??_R4H245_ConferenceResponse_sendThisSourceResponse@@6B@ @46704 NONAME ??_R4H245_ConferenceResponse_terminalCertificateResponse@@6B@ @46705 NONAME ??_R4H245_ConferenceResponse_terminalIDResponse@@6B@ @46706 NONAME ??_R4H245_ConnectionIdentifier@@6B@ @46707 NONAME ??_R4H245_CRCLength@@6B@ @46708 NONAME ??_R4H245_Criteria@@6B@ @46709 NONAME ??_R4H245_CustomPictureClockFrequency@@6B@ @46710 NONAME ??_R4H245_CustomPictureFormat@@6B@ @46711 NONAME ??_R4H245_CustomPictureFormat_mPI@@6B@ @46712 NONAME ??_R4H245_CustomPictureFormat_mPI_customPCF@@6B@ @46713 NONAME ??_R4H245_CustomPictureFormat_mPI_customPCF_subtype@@6B@ @46714 NONAME ??_R4H245_CustomPictureFormat_pixelAspectInformation@@6B@ @46715 NONAME ??_R4H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@6B@ @46716 NONAME ??_R4H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@6B@ @46717 NONAME ??_R4H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@6B@ @46718 NONAME ??_R4H245_DataApplicationCapability@@6B@ @46719 NONAME ??_R4H245_DataApplicationCapability_application@@6B@ @46720 NONAME ??_R4H245_DataApplicationCapability_application_nlpid@@6B@ @46721 NONAME ??_R4H245_DataApplicationCapability_application_t38fax@@6B@ @46722 NONAME ??_R4H245_DataApplicationCapability_application_t84@@6B@ @46723 NONAME ??_R4H245_DataMode@@6B@ @46724 NONAME ??_R4H245_DataMode_application@@6B@ @46725 NONAME ??_R4H245_DataMode_application_nlpid@@6B@ @46726 NONAME ??_R4H245_DataMode_application_t38fax@@6B@ @46727 NONAME ??_R4H245_DataProtocolCapability@@6B@ @46728 NONAME ??_R4H245_DataProtocolCapability_v76wCompression@@6B@ @46729 NONAME ??_R4H245_DataType@@6B@ @46730 NONAME ??_R4H245_DepFECCapability@@6B@ @52314 NONAME ??_R4H245_DepFECCapability_rfc2733@@6B@ @52315 NONAME ??_R4H245_DepFECCapability_rfc2733_separateStream@@6B@ @52316 NONAME ??_R4H245_DepFECData@@6B@ @52317 NONAME ??_R4H245_DepFECData_rfc2733@@6B@ @52318 NONAME ??_R4H245_DepFECData_rfc2733_mode@@6B@ @52319 NONAME ??_R4H245_DepFECData_rfc2733_mode_separateStream@@6B@ @52320 NONAME ??_R4H245_DepFECData_rfc2733_mode_separateStream_differentPort@@6B@ @52321 NONAME ??_R4H245_DepFECData_rfc2733_mode_separateStream_samePort@@6B@ @52322 NONAME ??_R4H245_DepFECMode@@6B@ @52323 NONAME ??_R4H245_DepFECMode_rfc2733Mode@@6B@ @52324 NONAME ??_R4H245_DepFECMode_rfc2733Mode_mode@@6B@ @52325 NONAME ??_R4H245_DepFECMode_rfc2733Mode_mode_separateStream@@6B@ @52326 NONAME ??_R4H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@6B@ @52327 NONAME ??_R4H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@6B@ @52328 NONAME ??_R4H245_DialingInformation@@6B@ @46731 NONAME ??_R4H245_DialingInformationNetworkType@@6B@ @46732 NONAME ??_R4H245_DialingInformationNumber@@6B@ @46733 NONAME ??_R4H245_EncryptionAuthenticationAndIntegrity@@6B@ @46734 NONAME ??_R4H245_EncryptionCapability@@6B@ @46735 NONAME ??_R4H245_EncryptionCommand@@6B@ @46736 NONAME ??_R4H245_EncryptionCommand_encryptionAlgorithmID@@6B@ @46737 NONAME ??_R4H245_EncryptionMode@@6B@ @46738 NONAME ??_R4H245_EncryptionSync@@6B@ @46739 NONAME ??_R4H245_EncryptionUpdateDirection@@6B@ @52329 NONAME ??_R4H245_EncryptionUpdateRequest@@6B@ @46740 NONAME ??_R4H245_EndSessionCommand@@6B@ @46741 NONAME ??_R4H245_EndSessionCommand_gstnOptions@@6B@ @46742 NONAME ??_R4H245_EndSessionCommand_isdnOptions@@6B@ @46743 NONAME ??_R4H245_EnhancementLayerInfo@@6B@ @46744 NONAME ??_R4H245_EnhancementOptions@@6B@ @46745 NONAME ??_R4H245_EscrowData@@6B@ @46746 NONAME ??_R4H245_ExtendedVideoCapability@@6B@ @52330 NONAME ??_R4H245_FECCapability@@6B@ @46747 NONAME ??_R4H245_FECCapability_rfc2733Format@@6B@ @52331 NONAME ??_R4H245_FECData@@6B@ @46750 NONAME ??_R4H245_FECData_rfc2733@@6B@ @46751 NONAME ??_R4H245_FECData_rfc2733_pktMode@@6B@ @52332 NONAME ??_R4H245_FECData_rfc2733_pktMode_rfc2733diffport@@6B@ @52333 NONAME ??_R4H245_FECData_rfc2733_pktMode_rfc2733sameport@@6B@ @52334 NONAME ??_R4H245_FECMode@@6B@ @46756 NONAME ??_R4H245_FECMode_rfc2733Format@@6B@ @52335 NONAME ??_R4H245_FlowControlCommand@@6B@ @46762 NONAME ??_R4H245_FlowControlCommand_restriction@@6B@ @46763 NONAME ??_R4H245_FlowControlCommand_scope@@6B@ @46764 NONAME ??_R4H245_FlowControlIndication@@6B@ @46765 NONAME ??_R4H245_FlowControlIndication_restriction@@6B@ @46766 NONAME ??_R4H245_FlowControlIndication_scope@@6B@ @46767 NONAME ??_R4H245_FunctionNotSupported@@6B@ @46768 NONAME ??_R4H245_FunctionNotSupported_cause@@6B@ @46769 NONAME ??_R4H245_FunctionNotUnderstood@@6B@ @46770 NONAME ??_R4H245_G7231AnnexCCapability@@6B@ @46771 NONAME ??_R4H245_G7231AnnexCCapability_g723AnnexCAudioMode@@6B@ @46772 NONAME ??_R4H245_G7231AnnexCMode@@6B@ @46773 NONAME ??_R4H245_G7231AnnexCMode_g723AnnexCAudioMode@@6B@ @46774 NONAME ??_R4H245_G729Extensions@@6B@ @46775 NONAME ??_R4H245_GenericCapability@@6B@ @46776 NONAME ??_R4H245_GenericMessage@@6B@ @52336 NONAME ??_R4H245_GenericParameter@@6B@ @46777 NONAME ??_R4H245_GSMAudioCapability@@6B@ @46778 NONAME ??_R4H245_H222Capability@@6B@ @46779 NONAME ??_R4H245_H222LogicalChannelParameters@@6B@ @46780 NONAME ??_R4H245_H223AL1MParameters@@6B@ @46781 NONAME ??_R4H245_H223AL1MParameters_arqType@@6B@ @46782 NONAME ??_R4H245_H223AL1MParameters_crcLength@@6B@ @46783 NONAME ??_R4H245_H223AL1MParameters_headerFEC@@6B@ @46784 NONAME ??_R4H245_H223AL1MParameters_transferMode@@6B@ @46785 NONAME ??_R4H245_H223AL2MParameters@@6B@ @46786 NONAME ??_R4H245_H223AL2MParameters_headerFEC@@6B@ @46787 NONAME ??_R4H245_H223AL3MParameters@@6B@ @46788 NONAME ??_R4H245_H223AL3MParameters_arqType@@6B@ @46789 NONAME ??_R4H245_H223AL3MParameters_crcLength@@6B@ @46790 NONAME ??_R4H245_H223AL3MParameters_headerFormat@@6B@ @46791 NONAME ??_R4H245_H223AnnexCArqParameters@@6B@ @46792 NONAME ??_R4H245_H223AnnexCArqParameters_numberOfRetransmissions@@6B@ @46793 NONAME ??_R4H245_H223AnnexCCapability@@6B@ @46794 NONAME ??_R4H245_H223Capability@@6B@ @46795 NONAME ??_R4H245_H223Capability_h223MultiplexTableCapability@@6B@ @46796 NONAME ??_R4H245_H223Capability_h223MultiplexTableCapability_enhanced@@6B@ @46797 NONAME ??_R4H245_H223Capability_mobileMultilinkFrameCapability@@6B@ @46798 NONAME ??_R4H245_H223Capability_mobileOperationTransmitCapability@@6B@ @46799 NONAME ??_R4H245_H223LogicalChannelParameters@@6B@ @46800 NONAME ??_R4H245_H223LogicalChannelParameters_adaptationLayerType@@6B@ @46801 NONAME ??_R4H245_H223LogicalChannelParameters_adaptationLayerType_al3@@6B@ @46802 NONAME ??_R4H245_H223ModeParameters@@6B@ @46803 NONAME ??_R4H245_H223ModeParameters_adaptationLayerType@@6B@ @46804 NONAME ??_R4H245_H223ModeParameters_adaptationLayerType_al3@@6B@ @46805 NONAME ??_R4H245_H223MultiplexReconfiguration@@6B@ @46806 NONAME ??_R4H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@6B@ @46807 NONAME ??_R4H245_H223MultiplexReconfiguration_h223ModeChange@@6B@ @46808 NONAME ??_R4H245_H223SkewIndication@@6B@ @46809 NONAME ??_R4H245_H2250Capability@@6B@ @46810 NONAME ??_R4H245_H2250Capability_mcCapability@@6B@ @46811 NONAME ??_R4H245_H2250LogicalChannelAckParameters@@6B@ @46812 NONAME ??_R4H245_H2250LogicalChannelParameters@@6B@ @46813 NONAME ??_R4H245_H2250LogicalChannelParameters_mediaPacketization@@6B@ @46814 NONAME ??_R4H245_H2250MaximumSkewIndication@@6B@ @46815 NONAME ??_R4H245_H2250ModeParameters@@6B@ @46816 NONAME ??_R4H245_H235Media@@6B@ @46817 NONAME ??_R4H245_H235Media_mediaType@@6B@ @46818 NONAME ??_R4H245_H235Mode@@6B@ @46819 NONAME ??_R4H245_H235Mode_mediaMode@@6B@ @46820 NONAME ??_R4H245_H235SecurityCapability@@6B@ @46821 NONAME ??_R4H245_H261VideoCapability@@6B@ @46822 NONAME ??_R4H245_H261VideoMode@@6B@ @46823 NONAME ??_R4H245_H261VideoMode_resolution@@6B@ @46824 NONAME ??_R4H245_H262VideoCapability@@6B@ @46825 NONAME ??_R4H245_H262VideoMode@@6B@ @46826 NONAME ??_R4H245_H262VideoMode_profileAndLevel@@6B@ @46827 NONAME ??_R4H245_H263ModeComboFlags@@6B@ @46828 NONAME ??_R4H245_H263Options@@6B@ @46829 NONAME ??_R4H245_H263Version3Options@@6B@ @46830 NONAME ??_R4H245_H263VideoCapability@@6B@ @46831 NONAME ??_R4H245_H263VideoMode@@6B@ @46832 NONAME ??_R4H245_H263VideoModeCombos@@6B@ @46833 NONAME ??_R4H245_H263VideoMode_resolution@@6B@ @46834 NONAME ??_R4H245_IndicationMessage@@6B@ @46835 NONAME ??_R4H245_IntegrityCapability@@6B@ @46836 NONAME ??_R4H245_IS11172AudioCapability@@6B@ @46837 NONAME ??_R4H245_IS11172AudioMode@@6B@ @46838 NONAME ??_R4H245_IS11172AudioMode_audioLayer@@6B@ @46839 NONAME ??_R4H245_IS11172AudioMode_audioSampling@@6B@ @46840 NONAME ??_R4H245_IS11172AudioMode_multichannelType@@6B@ @46841 NONAME ??_R4H245_IS11172VideoCapability@@6B@ @46842 NONAME ??_R4H245_IS11172VideoMode@@6B@ @46843 NONAME ??_R4H245_IS13818AudioCapability@@6B@ @46844 NONAME ??_R4H245_IS13818AudioMode@@6B@ @46845 NONAME ??_R4H245_IS13818AudioMode_audioLayer@@6B@ @46846 NONAME ??_R4H245_IS13818AudioMode_audioSampling@@6B@ @46847 NONAME ??_R4H245_IS13818AudioMode_multichannelType@@6B@ @46848 NONAME ??_R4H245_IV16@@6B@ @52337 NONAME ??_R4H245_IV8@@6B@ @52338 NONAME ??_R4H245_JitterIndication@@6B@ @46849 NONAME ??_R4H245_JitterIndication_scope@@6B@ @46850 NONAME ??_R4H245_KeyProtectionMethod@@6B@ @46851 NONAME ??_R4H245_LogicalChannelNumber@@6B@ @46852 NONAME ??_R4H245_LogicalChannelRateAcknowledge@@6B@ @46853 NONAME ??_R4H245_LogicalChannelRateReject@@6B@ @46854 NONAME ??_R4H245_LogicalChannelRateRejectReason@@6B@ @46855 NONAME ??_R4H245_LogicalChannelRateRelease@@6B@ @46856 NONAME ??_R4H245_LogicalChannelRateRequest@@6B@ @46857 NONAME ??_R4H245_MaintenanceLoopAck@@6B@ @46858 NONAME ??_R4H245_MaintenanceLoopAck_type@@6B@ @46859 NONAME ??_R4H245_MaintenanceLoopOffCommand@@6B@ @46860 NONAME ??_R4H245_MaintenanceLoopReject@@6B@ @46861 NONAME ??_R4H245_MaintenanceLoopReject_cause@@6B@ @46862 NONAME ??_R4H245_MaintenanceLoopReject_type@@6B@ @46863 NONAME ??_R4H245_MaintenanceLoopRequest@@6B@ @46864 NONAME ??_R4H245_MaintenanceLoopRequest_type@@6B@ @46865 NONAME ??_R4H245_MasterSlaveDetermination@@6B@ @46866 NONAME ??_R4H245_MasterSlaveDeterminationAck@@6B@ @46867 NONAME ??_R4H245_MasterSlaveDeterminationAck_decision@@6B@ @46868 NONAME ??_R4H245_MasterSlaveDeterminationReject@@6B@ @46869 NONAME ??_R4H245_MasterSlaveDeterminationReject_cause@@6B@ @46870 NONAME ??_R4H245_MasterSlaveDeterminationRelease@@6B@ @46871 NONAME ??_R4H245_MaximumBitRate@@6B@ @46872 NONAME ??_R4H245_MaxRedundancy@@6B@ @52339 NONAME ??_R4H245_MCLocationIndication@@6B@ @46873 NONAME ??_R4H245_McuNumber@@6B@ @46874 NONAME ??_R4H245_MediaChannelCapability@@6B@ @46875 NONAME ??_R4H245_MediaDistributionCapability@@6B@ @46876 NONAME ??_R4H245_MediaEncryptionAlgorithm@@6B@ @46877 NONAME ??_R4H245_MediaPacketizationCapability@@6B@ @46878 NONAME ??_R4H245_MediaTransportType@@6B@ @46879 NONAME ??_R4H245_MediaTransportType_atm_AAL5_compressed@@6B@ @46880 NONAME ??_R4H245_MiscellaneousCommand@@6B@ @46881 NONAME ??_R4H245_MiscellaneousCommand_type@@6B@ @46882 NONAME ??_R4H245_MiscellaneousCommand_type_encryptionUpdateAck@@6B@ @52340 NONAME ??_R4H245_MiscellaneousCommand_type_encryptionUpdateCommand@@6B@ @52341 NONAME ??_R4H245_MiscellaneousCommand_type_lostPartialPicture@@6B@ @46883 NONAME ??_R4H245_MiscellaneousCommand_type_progressiveRefinementStart@@6B@ @46884 NONAME ??_R4H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@6B@ @46885 NONAME ??_R4H245_MiscellaneousCommand_type_videoBadMBs@@6B@ @46886 NONAME ??_R4H245_MiscellaneousCommand_type_videoFastUpdateGOB@@6B@ @46887 NONAME ??_R4H245_MiscellaneousCommand_type_videoFastUpdateMB@@6B@ @46888 NONAME ??_R4H245_MiscellaneousIndication@@6B@ @46889 NONAME ??_R4H245_MiscellaneousIndication_type@@6B@ @46890 NONAME ??_R4H245_MiscellaneousIndication_type_videoNotDecodedMBs@@6B@ @46891 NONAME ??_R4H245_MobileMultilinkReconfigurationCommand@@6B@ @46892 NONAME ??_R4H245_MobileMultilinkReconfigurationCommand_status@@6B@ @46893 NONAME ??_R4H245_MobileMultilinkReconfigurationIndication@@6B@ @46894 NONAME ??_R4H245_ModeDescription@@6B@ @46895 NONAME ??_R4H245_ModeElement@@6B@ @46896 NONAME ??_R4H245_ModeElementType@@6B@ @46897 NONAME ??_R4H245_MulticastAddress@@6B@ @46898 NONAME ??_R4H245_MulticastAddress_iP6Address@@6B@ @46899 NONAME ??_R4H245_MulticastAddress_iPAddress@@6B@ @46900 NONAME ??_R4H245_MultilinkIndication@@6B@ @46901 NONAME ??_R4H245_MultilinkIndication_crcDesired@@6B@ @46902 NONAME ??_R4H245_MultilinkIndication_excessiveError@@6B@ @46903 NONAME ??_R4H245_MultilinkRequest@@6B@ @46904 NONAME ??_R4H245_MultilinkRequest_addConnection@@6B@ @46905 NONAME ??_R4H245_MultilinkRequest_callInformation@@6B@ @46906 NONAME ??_R4H245_MultilinkRequest_maximumHeaderInterval@@6B@ @46907 NONAME ??_R4H245_MultilinkRequest_maximumHeaderInterval_requestType@@6B@ @46908 NONAME ??_R4H245_MultilinkRequest_removeConnection@@6B@ @46909 NONAME ??_R4H245_MultilinkResponse@@6B@ @46910 NONAME ??_R4H245_MultilinkResponse_addConnection@@6B@ @46911 NONAME ??_R4H245_MultilinkResponse_addConnection_responseCode@@6B@ @46912 NONAME ??_R4H245_MultilinkResponse_addConnection_responseCode_rejected@@6B@ @46913 NONAME ??_R4H245_MultilinkResponse_callInformation@@6B@ @46914 NONAME ??_R4H245_MultilinkResponse_maximumHeaderInterval@@6B@ @46915 NONAME ??_R4H245_MultilinkResponse_removeConnection@@6B@ @46916 NONAME ??_R4H245_MultimediaSystemControlMessage@@6B@ @46917 NONAME ??_R4H245_MultiplePayloadStream@@6B@ @46918 NONAME ??_R4H245_MultiplePayloadStreamCapability@@6B@ @46919 NONAME ??_R4H245_MultiplePayloadStreamElement@@6B@ @46920 NONAME ??_R4H245_MultiplePayloadStreamElementMode@@6B@ @46921 NONAME ??_R4H245_MultiplePayloadStreamMode@@6B@ @46922 NONAME ??_R4H245_MultiplexCapability@@6B@ @46923 NONAME ??_R4H245_MultiplexedStreamCapability@@6B@ @46924 NONAME ??_R4H245_MultiplexedStreamModeParameters@@6B@ @46925 NONAME ??_R4H245_MultiplexedStreamParameter@@6B@ @46926 NONAME ??_R4H245_MultiplexElement@@6B@ @46927 NONAME ??_R4H245_MultiplexElement_repeatCount@@6B@ @46928 NONAME ??_R4H245_MultiplexElement_type@@6B@ @46929 NONAME ??_R4H245_MultiplexEntryDescriptor@@6B@ @46930 NONAME ??_R4H245_MultiplexEntryRejectionDescriptions@@6B@ @46931 NONAME ??_R4H245_MultiplexEntryRejectionDescriptions_cause@@6B@ @46932 NONAME ??_R4H245_MultiplexEntrySend@@6B@ @46933 NONAME ??_R4H245_MultiplexEntrySendAck@@6B@ @46934 NONAME ??_R4H245_MultiplexEntrySendReject@@6B@ @46935 NONAME ??_R4H245_MultiplexEntrySendRelease@@6B@ @46936 NONAME ??_R4H245_MultiplexFormat@@6B@ @46937 NONAME ??_R4H245_MultiplexTableEntryNumber@@6B@ @46938 NONAME ??_R4H245_MultipointCapability@@6B@ @46939 NONAME ??_R4H245_NetworkAccessParameters@@6B@ @46940 NONAME ??_R4H245_NetworkAccessParameters_distribution@@6B@ @46941 NONAME ??_R4H245_NetworkAccessParameters_networkAddress@@6B@ @46942 NONAME ??_R4H245_NetworkAccessParameters_t120SetupProcedure@@6B@ @46943 NONAME ??_R4H245_NewATMVCCommand@@6B@ @46944 NONAME ??_R4H245_NewATMVCCommand_aal@@6B@ @46945 NONAME ??_R4H245_NewATMVCCommand_aal_aal1@@6B@ @46946 NONAME ??_R4H245_NewATMVCCommand_aal_aal1_clockRecovery@@6B@ @46947 NONAME ??_R4H245_NewATMVCCommand_aal_aal1_errorCorrection@@6B@ @46948 NONAME ??_R4H245_NewATMVCCommand_aal_aal5@@6B@ @46949 NONAME ??_R4H245_NewATMVCCommand_multiplex@@6B@ @46950 NONAME ??_R4H245_NewATMVCCommand_reverseParameters@@6B@ @46951 NONAME ??_R4H245_NewATMVCCommand_reverseParameters_multiplex@@6B@ @46952 NONAME ??_R4H245_NewATMVCIndication@@6B@ @46953 NONAME ??_R4H245_NewATMVCIndication_aal@@6B@ @46954 NONAME ??_R4H245_NewATMVCIndication_aal_aal1@@6B@ @46955 NONAME ??_R4H245_NewATMVCIndication_aal_aal1_clockRecovery@@6B@ @46956 NONAME ??_R4H245_NewATMVCIndication_aal_aal1_errorCorrection@@6B@ @46957 NONAME ??_R4H245_NewATMVCIndication_aal_aal5@@6B@ @46958 NONAME ??_R4H245_NewATMVCIndication_multiplex@@6B@ @46959 NONAME ??_R4H245_NewATMVCIndication_reverseParameters@@6B@ @46960 NONAME ??_R4H245_NewATMVCIndication_reverseParameters_multiplex@@6B@ @46961 NONAME ??_R4H245_NonStandardIdentifier@@6B@ @46962 NONAME ??_R4H245_NonStandardIdentifier_h221NonStandard@@6B@ @46963 NONAME ??_R4H245_NonStandardMessage@@6B@ @46964 NONAME ??_R4H245_NonStandardParameter@@6B@ @46965 NONAME ??_R4H245_NoPTAudioTelephonyEventCapability@@6B@ @46966 NONAME ??_R4H245_NoPTAudioToneCapability@@6B@ @46967 NONAME ??_R4H245_OpenLogicalChannel@@6B@ @46968 NONAME ??_R4H245_OpenLogicalChannelAck@@6B@ @46969 NONAME ??_R4H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@6B@ @46970 NONAME ??_R4H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@6B@ @46971 NONAME ??_R4H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@6B@ @46972 NONAME ??_R4H245_OpenLogicalChannelConfirm@@6B@ @46973 NONAME ??_R4H245_OpenLogicalChannelReject@@6B@ @46974 NONAME ??_R4H245_OpenLogicalChannelReject_cause@@6B@ @46975 NONAME ??_R4H245_OpenLogicalChannel_forwardLogicalChannelParameters@@6B@ @46976 NONAME ??_R4H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@6B@ @46977 NONAME ??_R4H245_OpenLogicalChannel_reverseLogicalChannelParameters@@6B@ @46978 NONAME ??_R4H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@6B@ @46979 NONAME ??_R4H245_ParameterIdentifier@@6B@ @46980 NONAME ??_R4H245_ParameterValue@@6B@ @46981 NONAME ??_R4H245_Params@@6B@ @52342 NONAME ??_R4H245_Password@@6B@ @46982 NONAME ??_R4H245_PictureReference@@6B@ @46983 NONAME ??_R4H245_Q2931Address@@6B@ @46984 NONAME ??_R4H245_Q2931Address_address@@6B@ @46985 NONAME ??_R4H245_QOSCapability@@6B@ @46986 NONAME ??_R4H245_QOSMode@@6B@ @46987 NONAME ??_R4H245_RedundancyEncoding@@6B@ @46988 NONAME ??_R4H245_RedundancyEncodingCapability@@6B@ @46989 NONAME ??_R4H245_RedundancyEncodingDTMode@@6B@ @46990 NONAME ??_R4H245_RedundancyEncodingDTModeElement@@6B@ @46991 NONAME ??_R4H245_RedundancyEncodingDTModeElement_type@@6B@ @46992 NONAME ??_R4H245_RedundancyEncodingElement@@6B@ @46993 NONAME ??_R4H245_RedundancyEncodingMethod@@6B@ @46994 NONAME ??_R4H245_RedundancyEncodingMode@@6B@ @46995 NONAME ??_R4H245_RedundancyEncodingMode_secondaryEncoding@@6B@ @46996 NONAME ??_R4H245_RedundancyEncoding_rtpRedundancyEncoding@@6B@ @46997 NONAME ??_R4H245_RefPictureSelection@@6B@ @46998 NONAME ??_R4H245_RefPictureSelection_additionalPictureMemory@@6B@ @46999 NONAME ??_R4H245_RefPictureSelection_enhancedReferencePicSelect@@6B@ @47000 NONAME ??_R4H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@6B@ @47001 NONAME ??_R4H245_RefPictureSelection_videoBackChannelSend@@6B@ @47002 NONAME ??_R4H245_RemoteMCRequest@@6B@ @47003 NONAME ??_R4H245_RemoteMCResponse@@6B@ @47004 NONAME ??_R4H245_RemoteMCResponse_reject@@6B@ @47005 NONAME ??_R4H245_RequestAllTerminalIDsResponse@@6B@ @47006 NONAME ??_R4H245_RequestChannelClose@@6B@ @47007 NONAME ??_R4H245_RequestChannelCloseAck@@6B@ @47008 NONAME ??_R4H245_RequestChannelCloseReject@@6B@ @47009 NONAME ??_R4H245_RequestChannelCloseReject_cause@@6B@ @47010 NONAME ??_R4H245_RequestChannelCloseRelease@@6B@ @47011 NONAME ??_R4H245_RequestChannelClose_reason@@6B@ @47012 NONAME ??_R4H245_RequestMessage@@6B@ @47013 NONAME ??_R4H245_RequestMode@@6B@ @47014 NONAME ??_R4H245_RequestModeAck@@6B@ @47015 NONAME ??_R4H245_RequestModeAck_response@@6B@ @47016 NONAME ??_R4H245_RequestModeReject@@6B@ @47017 NONAME ??_R4H245_RequestModeReject_cause@@6B@ @47018 NONAME ??_R4H245_RequestModeRelease@@6B@ @47019 NONAME ??_R4H245_RequestMultiplexEntry@@6B@ @47020 NONAME ??_R4H245_RequestMultiplexEntryAck@@6B@ @47021 NONAME ??_R4H245_RequestMultiplexEntryReject@@6B@ @47022 NONAME ??_R4H245_RequestMultiplexEntryRejectionDescriptions@@6B@ @47023 NONAME ??_R4H245_RequestMultiplexEntryRejectionDescriptions_cause@@6B@ @47024 NONAME ??_R4H245_RequestMultiplexEntryRelease@@6B@ @47025 NONAME ??_R4H245_ResponseMessage@@6B@ @47026 NONAME ??_R4H245_RoundTripDelayRequest@@6B@ @47027 NONAME ??_R4H245_RoundTripDelayResponse@@6B@ @47028 NONAME ??_R4H245_RSVPParameters@@6B@ @47029 NONAME ??_R4H245_RTPH263VideoRedundancyEncoding@@6B@ @47030 NONAME ??_R4H245_RTPH263VideoRedundancyEncoding_containedThreads@@6B@ @47031 NONAME ??_R4H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@6B@ @47032 NONAME ??_R4H245_RTPH263VideoRedundancyFrameMapping@@6B@ @47033 NONAME ??_R4H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@6B@ @47034 NONAME ??_R4H245_RTPPayloadType@@6B@ @47035 NONAME ??_R4H245_RTPPayloadType_payloadDescriptor@@6B@ @47036 NONAME ??_R4H245_SendTerminalCapabilitySet@@6B@ @47037 NONAME ??_R4H245_SendTerminalCapabilitySet_specificRequest@@6B@ @47038 NONAME ??_R4H245_SequenceNumber@@6B@ @47039 NONAME ??_R4H245_SubstituteConferenceIDCommand@@6B@ @47040 NONAME ??_R4H245_T38FaxProfile@@6B@ @47041 NONAME ??_R4H245_T38FaxRateManagement@@6B@ @47042 NONAME ??_R4H245_T38FaxTcpOptions@@6B@ @47043 NONAME ??_R4H245_T38FaxUdpOptions@@6B@ @47044 NONAME ??_R4H245_T38FaxUdpOptions_t38FaxUdpEC@@6B@ @47045 NONAME ??_R4H245_T84Profile@@6B@ @47046 NONAME ??_R4H245_T84Profile_t84Restricted@@6B@ @47047 NONAME ??_R4H245_TerminalCapabilitySet@@6B@ @47048 NONAME ??_R4H245_TerminalCapabilitySetAck@@6B@ @47049 NONAME ??_R4H245_TerminalCapabilitySetReject@@6B@ @47050 NONAME ??_R4H245_TerminalCapabilitySetReject_cause@@6B@ @47051 NONAME ??_R4H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@6B@ @47052 NONAME ??_R4H245_TerminalCapabilitySetRelease@@6B@ @47053 NONAME ??_R4H245_TerminalID@@6B@ @47054 NONAME ??_R4H245_TerminalInformation@@6B@ @47055 NONAME ??_R4H245_TerminalLabel@@6B@ @47056 NONAME ??_R4H245_TerminalNumber@@6B@ @47057 NONAME ??_R4H245_TerminalYouAreSeeingInSubPictureNumber@@6B@ @47058 NONAME ??_R4H245_TransparencyParameters@@6B@ @47059 NONAME ??_R4H245_TransportAddress@@6B@ @47060 NONAME ??_R4H245_TransportCapability@@6B@ @47061 NONAME ??_R4H245_UnicastAddress@@6B@ @47062 NONAME ??_R4H245_UnicastAddress_iP6Address@@6B@ @47063 NONAME ??_R4H245_UnicastAddress_iPAddress@@6B@ @47064 NONAME ??_R4H245_UnicastAddress_iPSourceRouteAddress@@6B@ @47065 NONAME ??_R4H245_UnicastAddress_iPSourceRouteAddress_route@@6B@ @47066 NONAME ??_R4H245_UnicastAddress_iPSourceRouteAddress_routing@@6B@ @47067 NONAME ??_R4H245_UnicastAddress_iPXAddress@@6B@ @47068 NONAME ??_R4H245_UserInputCapability@@6B@ @47069 NONAME ??_R4H245_UserInputIndication@@6B@ @47070 NONAME ??_R4H245_UserInputIndication_encryptedAlphanumeric@@6B@ @52343 NONAME ??_R4H245_UserInputIndication_extendedAlphanumeric@@6B@ @47071 NONAME ??_R4H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@6B@ @52344 NONAME ??_R4H245_UserInputIndication_signal@@6B@ @47072 NONAME ??_R4H245_UserInputIndication_signalUpdate@@6B@ @47073 NONAME ??_R4H245_UserInputIndication_signalUpdate_rtp@@6B@ @47074 NONAME ??_R4H245_UserInputIndication_signal_rtp@@6B@ @47075 NONAME ??_R4H245_UserInputIndication_userInputSupportIndication@@6B@ @47076 NONAME ??_R4H245_V42bis@@6B@ @47077 NONAME ??_R4H245_V75Capability@@6B@ @47078 NONAME ??_R4H245_V75Parameters@@6B@ @47079 NONAME ??_R4H245_V76Capability@@6B@ @47080 NONAME ??_R4H245_V76HDLCParameters@@6B@ @47081 NONAME ??_R4H245_V76LogicalChannelParameters@@6B@ @47082 NONAME ??_R4H245_V76LogicalChannelParameters_mode@@6B@ @47083 NONAME ??_R4H245_V76LogicalChannelParameters_mode_eRM@@6B@ @47084 NONAME ??_R4H245_V76LogicalChannelParameters_mode_eRM_recovery@@6B@ @47085 NONAME ??_R4H245_V76LogicalChannelParameters_suspendResume@@6B@ @47086 NONAME ??_R4H245_V76ModeParameters@@6B@ @47087 NONAME ??_R4H245_VBDCapability@@6B@ @47088 NONAME ??_R4H245_VBDMode@@6B@ @47089 NONAME ??_R4H245_VCCapability@@6B@ @47090 NONAME ??_R4H245_VCCapability_aal1@@6B@ @47091 NONAME ??_R4H245_VCCapability_aal1ViaGateway@@6B@ @47092 NONAME ??_R4H245_VCCapability_aal5@@6B@ @47093 NONAME ??_R4H245_VCCapability_availableBitRates@@6B@ @47094 NONAME ??_R4H245_VCCapability_availableBitRates_type@@6B@ @47095 NONAME ??_R4H245_VCCapability_availableBitRates_type_rangeOfBitRates@@6B@ @47096 NONAME ??_R4H245_VendorIdentification@@6B@ @47097 NONAME ??_R4H245_VideoCapability@@6B@ @47098 NONAME ??_R4H245_VideoIndicateCompose@@6B@ @47099 NONAME ??_R4H245_VideoMode@@6B@ @47100 NONAME ??_R4H248_ActionReply@@6B@ @47101 NONAME ??_R4H248_ActionRequest@@6B@ @47102 NONAME ??_R4H248_AmmDescriptor@@6B@ @47103 NONAME ??_R4H248_AmmRequest@@6B@ @47104 NONAME ??_R4H248_AmmsReply@@6B@ @47105 NONAME ??_R4H248_ArrayOf_ActionReply@@6B@ @47106 NONAME ??_R4H248_ArrayOf_ActionRequest@@6B@ @47107 NONAME ??_R4H248_ArrayOf_AmmDescriptor@@6B@ @47108 NONAME ??_R4H248_ArrayOf_CommandReply@@6B@ @47109 NONAME ??_R4H248_ArrayOf_CommandRequest@@6B@ @47110 NONAME ??_R4H248_ArrayOf_EventParameter@@6B@ @47111 NONAME ??_R4H248_ArrayOf_IndAuditParameter@@6B@ @47112 NONAME ??_R4H248_ArrayOf_IndAudPropertyParm@@6B@ @47113 NONAME ??_R4H248_ArrayOf_IndAudStreamDescriptor@@6B@ @47114 NONAME ??_R4H248_ArrayOf_ModemType@@6B@ @47115 NONAME ??_R4H248_ArrayOf_ObservedEvent@@6B@ @47116 NONAME ??_R4H248_ArrayOf_PASN_OctetString@@6B@ @47117 NONAME ??_R4H248_ArrayOf_PropertyGroup@@6B@ @47118 NONAME ??_R4H248_ArrayOf_PropertyParm@@6B@ @47119 NONAME ??_R4H248_ArrayOf_RequestedEvent@@6B@ @47120 NONAME ??_R4H248_ArrayOf_SecondRequestedEvent@@6B@ @47121 NONAME ??_R4H248_ArrayOf_Signal@@6B@ @47122 NONAME ??_R4H248_ArrayOf_SigParameter@@6B@ @47123 NONAME ??_R4H248_ArrayOf_StreamDescriptor@@6B@ @47124 NONAME ??_R4H248_ArrayOf_TerminationID@@6B@ @47125 NONAME ??_R4H248_ArrayOf_TopologyRequest@@6B@ @47126 NONAME ??_R4H248_ArrayOf_Transaction@@6B@ @47127 NONAME ??_R4H248_ArrayOf_WildcardField@@6B@ @47128 NONAME ??_R4H248_AuditDescriptor@@6B@ @47129 NONAME ??_R4H248_AuditReply@@6B@ @47130 NONAME ??_R4H248_AuditRequest@@6B@ @47131 NONAME ??_R4H248_AuditResult@@6B@ @47132 NONAME ??_R4H248_AuditReturnParameter@@6B@ @47133 NONAME ??_R4H248_AuthData@@6B@ @47134 NONAME ??_R4H248_AuthenticationHeader@@6B@ @47135 NONAME ??_R4H248_Command@@6B@ @47136 NONAME ??_R4H248_CommandReply@@6B@ @47137 NONAME ??_R4H248_CommandRequest@@6B@ @47138 NONAME ??_R4H248_ContextAttrAuditRequest@@6B@ @47139 NONAME ??_R4H248_ContextID@@6B@ @47140 NONAME ??_R4H248_ContextRequest@@6B@ @47141 NONAME ??_R4H248_DigitMapDescriptor@@6B@ @47142 NONAME ??_R4H248_DigitMapName@@6B@ @47143 NONAME ??_R4H248_DigitMapValue@@6B@ @47144 NONAME ??_R4H248_DomainName@@6B@ @47145 NONAME ??_R4H248_ErrorCode@@6B@ @47146 NONAME ??_R4H248_ErrorDescriptor@@6B@ @47147 NONAME ??_R4H248_ErrorText@@6B@ @47148 NONAME ??_R4H248_EventBufferControl@@6B@ @47149 NONAME ??_R4H248_EventBufferDescriptor@@6B@ @47150 NONAME ??_R4H248_EventDM@@6B@ @47151 NONAME ??_R4H248_EventName@@6B@ @47152 NONAME ??_R4H248_EventParameter@@6B@ @47153 NONAME ??_R4H248_EventParameter_extraInfo@@6B@ @47154 NONAME ??_R4H248_EventsDescriptor@@6B@ @47155 NONAME ??_R4H248_EventSpec@@6B@ @47156 NONAME ??_R4H248_H221NonStandard@@6B@ @47157 NONAME ??_R4H248_IndAudDigitMapDescriptor@@6B@ @47158 NONAME ??_R4H248_IndAudEventBufferDescriptor@@6B@ @47159 NONAME ??_R4H248_IndAudEventsDescriptor@@6B@ @47160 NONAME ??_R4H248_IndAuditParameter@@6B@ @47161 NONAME ??_R4H248_IndAudLocalControlDescriptor@@6B@ @47162 NONAME ??_R4H248_IndAudLocalRemoteDescriptor@@6B@ @47163 NONAME ??_R4H248_IndAudMediaDescriptor@@6B@ @47164 NONAME ??_R4H248_IndAudMediaDescriptor_streams@@6B@ @47165 NONAME ??_R4H248_IndAudPackagesDescriptor@@6B@ @47166 NONAME ??_R4H248_IndAudPropertyGroup@@6B@ @47167 NONAME ??_R4H248_IndAudPropertyParm@@6B@ @47168 NONAME ??_R4H248_IndAudSeqSigList@@6B@ @47169 NONAME ??_R4H248_IndAudSignal@@6B@ @47170 NONAME ??_R4H248_IndAudSignalsDescriptor@@6B@ @47171 NONAME ??_R4H248_IndAudStatisticsDescriptor@@6B@ @47172 NONAME ??_R4H248_IndAudStreamDescriptor@@6B@ @47173 NONAME ??_R4H248_IndAudStreamParms@@6B@ @47174 NONAME ??_R4H248_IndAudTerminationStateDescriptor@@6B@ @47175 NONAME ??_R4H248_IP4Address@@6B@ @47176 NONAME ??_R4H248_IP6Address@@6B@ @47177 NONAME ??_R4H248_LocalControlDescriptor@@6B@ @47178 NONAME ??_R4H248_LocalRemoteDescriptor@@6B@ @47179 NONAME ??_R4H248_MediaDescriptor@@6B@ @47180 NONAME ??_R4H248_MediaDescriptor_streams@@6B@ @47181 NONAME ??_R4H248_MegacoMessage@@6B@ @47182 NONAME ??_R4H248_Message@@6B@ @47183 NONAME ??_R4H248_Message_messageBody@@6B@ @47184 NONAME ??_R4H248_MId@@6B@ @47185 NONAME ??_R4H248_ModemDescriptor@@6B@ @47186 NONAME ??_R4H248_ModemType@@6B@ @47187 NONAME ??_R4H248_MuxDescriptor@@6B@ @47188 NONAME ??_R4H248_MuxType@@6B@ @47189 NONAME ??_R4H248_Name@@6B@ @47190 NONAME ??_R4H248_NonStandardData@@6B@ @47191 NONAME ??_R4H248_NonStandardIdentifier@@6B@ @47192 NONAME ??_R4H248_NotifyCompletion@@6B@ @47193 NONAME ??_R4H248_NotifyReply@@6B@ @47194 NONAME ??_R4H248_NotifyRequest@@6B@ @47195 NONAME ??_R4H248_ObservedEvent@@6B@ @47196 NONAME ??_R4H248_ObservedEventsDescriptor@@6B@ @47197 NONAME ??_R4H248_PackagesDescriptor@@6B@ @47198 NONAME ??_R4H248_PackagesItem@@6B@ @47199 NONAME ??_R4H248_PathName@@6B@ @47200 NONAME ??_R4H248_PkgdName@@6B@ @47201 NONAME ??_R4H248_PropertyGroup@@6B@ @47202 NONAME ??_R4H248_PropertyParm@@6B@ @47203 NONAME ??_R4H248_PropertyParm_extraInfo@@6B@ @47204 NONAME ??_R4H248_Relation@@6B@ @47205 NONAME ??_R4H248_RequestedActions@@6B@ @47206 NONAME ??_R4H248_RequestedEvent@@6B@ @47207 NONAME ??_R4H248_RequestID@@6B@ @47208 NONAME ??_R4H248_SecondEventsDescriptor@@6B@ @47209 NONAME ??_R4H248_SecondRequestedActions@@6B@ @47210 NONAME ??_R4H248_SecondRequestedEvent@@6B@ @47211 NONAME ??_R4H248_SecurityParmIndex@@6B@ @47212 NONAME ??_R4H248_SeqSigList@@6B@ @47213 NONAME ??_R4H248_SequenceNum@@6B@ @47214 NONAME ??_R4H248_ServiceChangeAddress@@6B@ @47215 NONAME ??_R4H248_ServiceChangeMethod@@6B@ @47216 NONAME ??_R4H248_ServiceChangeParm@@6B@ @47217 NONAME ??_R4H248_ServiceChangeProfile@@6B@ @47218 NONAME ??_R4H248_ServiceChangeReply@@6B@ @47219 NONAME ??_R4H248_ServiceChangeRequest@@6B@ @47220 NONAME ??_R4H248_ServiceChangeResParm@@6B@ @47221 NONAME ??_R4H248_ServiceChangeResult@@6B@ @47222 NONAME ??_R4H248_ServiceState@@6B@ @47223 NONAME ??_R4H248_Signal@@6B@ @47224 NONAME ??_R4H248_SignalName@@6B@ @47225 NONAME ??_R4H248_SignalRequest@@6B@ @47226 NONAME ??_R4H248_SignalsDescriptor@@6B@ @47227 NONAME ??_R4H248_SignalType@@6B@ @47228 NONAME ??_R4H248_SigParameter@@6B@ @47229 NONAME ??_R4H248_SigParameter_extraInfo@@6B@ @47230 NONAME ??_R4H248_StatisticsDescriptor@@6B@ @47231 NONAME ??_R4H248_StatisticsParameter@@6B@ @47232 NONAME ??_R4H248_StreamDescriptor@@6B@ @47233 NONAME ??_R4H248_StreamID@@6B@ @47234 NONAME ??_R4H248_StreamMode@@6B@ @47235 NONAME ??_R4H248_StreamParms@@6B@ @47236 NONAME ??_R4H248_SubtractRequest@@6B@ @47237 NONAME ??_R4H248_TerminationAudit@@6B@ @47238 NONAME ??_R4H248_TerminationID@@6B@ @47239 NONAME ??_R4H248_TerminationIDList@@6B@ @47240 NONAME ??_R4H248_TerminationStateDescriptor@@6B@ @47241 NONAME ??_R4H248_TimeNotation@@6B@ @47242 NONAME ??_R4H248_TopologyRequest@@6B@ @47243 NONAME ??_R4H248_TopologyRequest_topologyDirection@@6B@ @47244 NONAME ??_R4H248_Transaction@@6B@ @47245 NONAME ??_R4H248_TransactionAck@@6B@ @47246 NONAME ??_R4H248_TransactionId@@6B@ @47247 NONAME ??_R4H248_TransactionPending@@6B@ @47248 NONAME ??_R4H248_TransactionReply@@6B@ @47249 NONAME ??_R4H248_TransactionReply_transactionResult@@6B@ @47250 NONAME ??_R4H248_TransactionRequest@@6B@ @47251 NONAME ??_R4H248_TransactionResponseAck@@6B@ @47252 NONAME ??_R4H248_Value@@6B@ @47253 NONAME ??_R4H248_WildcardField@@6B@ @47254 NONAME ??_R4H261DCTEncoder@@6B@ @47255 NONAME ??_R4H261Encoder@@6B@ @47256 NONAME ??_R4H261PixelEncoder@@6B@ @47257 NONAME ??_R4H323AudioCapability@@6B@ @47260 NONAME ??_R4H323AudioCodec@@6B@ @47261 NONAME ??_R4H323BidirectionalChannel@@6B@ @47262 NONAME ??_R4H323CallCreditServiceControl@@6B@ @47263 NONAME ??_R4H323Capabilities@@6B@ @47264 NONAME ??_R4H323CapabilitiesSet@@6B@ @47265 NONAME ??_R4H323Capability@@6B@ @47266 NONAME ??_R4H323Channel@@6B@ @47268 NONAME ??_R4H323ChannelNumber@@6B@ @47269 NONAME ??_R4H323Codec@@6B@ @47270 NONAME ??_R4H323CodecPluginGenericAudioCapability@@6BH323AudioCapability@@@ @52345 NONAME ??_R4H323CodecPluginGenericAudioCapability@@6BH323GenericCapabilityInfo@@@ @52346 NONAME ??_R4H323CodecPluginNonStandardAudioCapability@@6BH323AudioCapability@@@ @47273 NONAME ??_R4H323CodecPluginNonStandardAudioCapability@@6BH323NonStandardCapabilityInfo@@@ @47274 NONAME ??_R4H323Connection@@6B@ @47275 NONAME ??_R4H323ConnectionsCleaner@@6B@ @47276 NONAME ??_R4H323ControlPDU@@6B@ @47277 NONAME ??_R4H323DataCapability@@6B@ @47278 NONAME ??_R4H323DataChannel@@6B@ @47279 NONAME ??_R4H323DynaLink@@6B@ @49670 NONAME ??_R4H323EndPoint@@6B@ @47280 NONAME ??_R4H323FramedAudioCodec@@6B@ @47281 NONAME ??_R4H323Gatekeeper@@6B@ @47282 NONAME ??_R4H323GatekeeperARQ@@6B@ @47283 NONAME ??_R4H323GatekeeperBRQ@@6B@ @47284 NONAME ??_R4H323GatekeeperCall@@6B@ @47285 NONAME ??_R4H323GatekeeperDRQ@@6B@ @47286 NONAME ??_R4H323GatekeeperGRQ@@6B@ @47287 NONAME ??_R4H323GatekeeperIRR@@6B@ @47288 NONAME ??_R4H323GatekeeperListener@@6B@ @47289 NONAME ??_R4H323GatekeeperLRQ@@6B@ @47290 NONAME ??_R4H323GatekeeperRequest@@6B@ @47291 NONAME ??_R4H323GatekeeperRRQ@@6B@ @47292 NONAME ??_R4H323GatekeeperServer@@6B@ @47293 NONAME ??_R4H323GatekeeperURQ@@6B@ @47294 NONAME ??_R4H323GenericAudioCapability@@6BH323AudioCapability@@@ @52347 NONAME ??_R4H323GenericAudioCapability@@6BH323GenericCapabilityInfo@@@ @52348 NONAME ??_R4H323GenericCapabilityInfo@@6B@ @52349 NONAME ??_R4H323GenericVideoCapability@@6BH323GenericCapabilityInfo@@@ @52350 NONAME ??_R4H323GenericVideoCapability@@6BH323VideoCapability@@@ @52351 NONAME ??_R4H323GSMPluginCapability@@6B@ @47295 NONAME ??_R4H323H248ServiceControl@@6B@ @47296 NONAME ??_R4H323HTTPServiceControl@@6B@ @47298 NONAME ??_R4H323Listener@@6B@ @47299 NONAME ??_R4H323ListenerTCP@@6B@ @47300 NONAME ??_R4H323LogicalChannelThread@@6B@ @47301 NONAME ??_R4H323NonStandardAudioCapability@@6BH323AudioCapability@@@ @47302 NONAME ??_R4H323NonStandardAudioCapability@@6BH323NonStandardCapabilityInfo@@@ @47303 NONAME ??_R4H323NonStandardCapabilityInfo@@6B@ @47304 NONAME ??_R4H323NonStandardDataCapability@@6BH323DataCapability@@@ @47305 NONAME ??_R4H323NonStandardDataCapability@@6BH323NonStandardCapabilityInfo@@@ @47306 NONAME ??_R4H323NonStandardVideoCapability@@6BH323NonStandardCapabilityInfo@@@ @47307 NONAME ??_R4H323NonStandardVideoCapability@@6BH323VideoCapability@@@ @47308 NONAME ??_R4H323PeerElement@@6B@ @47309 NONAME ??_R4H323PeerElementDescriptor@@6B@ @47310 NONAME ??_R4H323PeerElementServiceRelationship@@6B@ @47311 NONAME ??_R4H323PluginCapability@@6B@ @47313 NONAME ??_R4H323PluginCodecManager@@6B@ @49646 NONAME ??_R4H323PluginFramedAudioCodec@@6B@ @49715 NONAME ??_R4H323PluginG7231Capability@@6B@ @47314 NONAME ??_R4H323PluginVideoCodec@@6B@ @47315 NONAME ??_R4H323RasPDU@@6BH225_RasMessage@@@ @47316 NONAME ??_R4H323RasPDU@@6BH323TransactionPDU@@@ @47317 NONAME ??_R4H323RealTimeCapability@@6B@ @47318 NONAME ??_R4H323RegisteredEndPoint@@6B@ @47319 NONAME ??_R4H323ServiceControlSession@@6B@ @47320 NONAME ??_R4H323SignalPDU@@6B@ @47321 NONAME ??_R4H323SimultaneousCapabilities@@6B@ @47322 NONAME ??_R4H323StreamedAudioCodec@@6B@ @47323 NONAME ??_R4H323StreamedPluginAudioCodec@@6B@ @49716 NONAME ??_R4H323Transaction@@6B@ @47324 NONAME ??_R4H323TransactionPDU@@6B@ @47325 NONAME ??_R4H323TransactionServer@@6B@ @47326 NONAME ??_R4H323Transactor@@6B@ @47327 NONAME ??_R4H323Transport@@6Biostream@@@ @47328 NONAME ??_R4H323Transport@@6BPObject@@@ @47329 NONAME ??_R4H323TransportAddress@@6B@ @47330 NONAME ??_R4H323TransportAddressArray@@6B@ @47331 NONAME ??_R4H323TransportIP@@6Biostream@@@ @47332 NONAME ??_R4H323TransportIP@@6BPObject@@@ @47333 NONAME ??_R4H323TransportTCP@@6Biostream@@@ @47334 NONAME ??_R4H323TransportTCP@@6BPObject@@@ @47335 NONAME ??_R4H323TransportUDP@@6Biostream@@@ @47336 NONAME ??_R4H323TransportUDP@@6BPObject@@@ @47337 NONAME ??_R4H323UnidirectionalChannel@@6B@ @47338 NONAME ??_R4H323VideoCapability@@6B@ @47339 NONAME ??_R4H323VideoCodec@@6B@ @47340 NONAME ??_R4H323_ALawCodec@@6B@ @47341 NONAME ??_R4H323_AnnexG@@6B@ @47342 NONAME ??_R4H323_CiscoG7231aLIDCapability@@6BH323AudioCapability@@@ @47343 NONAME ??_R4H323_CiscoG7231aLIDCapability@@6BH323NonStandardCapabilityInfo@@@ @47344 NONAME ??_R4H323_ExternalRTPChannel@@6B@ @47346 NONAME ??_R4H323_G711ALaw64Capability@@6B@ @50286 NONAME ??_R4H323_G711Capability@@6B@ @47351 NONAME ??_R4H323_G711uLaw64Capability@@6B@ @50287 NONAME ??_R4H323_H261Capability@@6B@ @47368 NONAME ??_R4H323_H261Codec@@6B@ @47369 NONAME ??_R4H323_LIDCapability@@6B@ @47372 NONAME ??_R4H323_LIDCodec@@6B@ @47373 NONAME ??_R4H323_LID_G711_ALaw_Capability@@6B@ @50288 NONAME ??_R4H323_LID_G711_uLaw_Capability@@6B@ @50289 NONAME ??_R4H323_LID_G7231A_5k3_Capability@@6B@ @50290 NONAME ??_R4H323_LID_G7231A_6k3_Capability@@6B@ @50291 NONAME ??_R4H323_LID_G7231_5k3_Capability@@6B@ @50292 NONAME ??_R4H323_LID_G7231_6k3_Capability@@6B@ @50293 NONAME ??_R4H323_LID_G728_Capability@@6B@ @50294 NONAME ??_R4H323_LID_G729AB_Capability@@6B@ @50295 NONAME ??_R4H323_LID_G729A_Capability@@6B@ @50296 NONAME ??_R4H323_LID_G729B_Capability@@6B@ @50297 NONAME ??_R4H323_LID_G729_Capability@@6B@ @50298 NONAME ??_R4H323_LID_GSM0610_Capability@@6B@ @50299 NONAME ??_R4H323_muLawCodec@@6B@ @47390 NONAME ??_R4H323_RealTimeChannel@@6B@ @47391 NONAME ??_R4H323_RTPChannel@@6B@ @47392 NONAME ??_R4H323_RTP_Session@@6B@ @47393 NONAME ??_R4H323_RTP_UDP@@6B@ @47394 NONAME ??_R4H323_T120Capability@@6B@ @47395 NONAME ??_R4H323_T120Channel@@6B@ @47396 NONAME ??_R4H323_T38Capability@@6B@ @47397 NONAME ??_R4H323_T38Channel@@6B@ @47398 NONAME ??_R4H323_T38NonStandardCapability@@6BH323DataCapability@@@ @47399 NONAME ??_R4H323_T38NonStandardCapability@@6BH323NonStandardCapabilityInfo@@@ @47400 NONAME ??_R4H323_UserInputCapability@@6B@ @47401 NONAME ??_R4H45010_ArrayOf_MixedExtension@@6B@ @47402 NONAME ??_R4H45010_CfbOvrOptArg@@6B@ @47403 NONAME ??_R4H45010_CoReqOptArg@@6B@ @47404 NONAME ??_R4H45010_H323CallOfferOperations@@6B@ @47405 NONAME ??_R4H45010_RUAlertOptArg@@6B@ @47406 NONAME ??_R4H45011Handler@@6B@ @47407 NONAME ??_R4H45011_ArrayOf_MixedExtension@@6B@ @47408 NONAME ??_R4H45011_CallIntrusionErrors@@6B@ @47409 NONAME ??_R4H45011_CICapabilityLevel@@6B@ @47410 NONAME ??_R4H45011_CIFrcRelArg@@6B@ @47411 NONAME ??_R4H45011_CIFrcRelOptRes@@6B@ @47412 NONAME ??_R4H45011_CIGetCIPLOptArg@@6B@ @47413 NONAME ??_R4H45011_CIGetCIPLRes@@6B@ @47414 NONAME ??_R4H45011_CIIsOptArg@@6B@ @47415 NONAME ??_R4H45011_CIIsOptRes@@6B@ @47416 NONAME ??_R4H45011_CINotificationArg@@6B@ @47417 NONAME ??_R4H45011_CIProtectionLevel@@6B@ @47418 NONAME ??_R4H45011_CIRequestArg@@6B@ @47419 NONAME ??_R4H45011_CIRequestRes@@6B@ @47420 NONAME ??_R4H45011_CISilentArg@@6B@ @47421 NONAME ??_R4H45011_CISilentOptRes@@6B@ @47422 NONAME ??_R4H45011_CIStatusInformation@@6B@ @47423 NONAME ??_R4H45011_CIWobOptArg@@6B@ @47424 NONAME ??_R4H45011_CIWobOptRes@@6B@ @47425 NONAME ??_R4H45011_H323CallIntrusionOperations@@6B@ @47426 NONAME ??_R4H4501_Address@@6B@ @47427 NONAME ??_R4H4501_AddressInformation@@6B@ @47428 NONAME ??_R4H4501_AddressScreened@@6B@ @47429 NONAME ??_R4H4501_ArrayOf_AliasAddress@@6B@ @47430 NONAME ??_R4H4501_ArrayOf_ROS@@6B@ @47431 NONAME ??_R4H4501_EndpointAddress@@6B@ @47432 NONAME ??_R4H4501_EntityType@@6B@ @47433 NONAME ??_R4H4501_Extension@@6B@ @47434 NONAME ??_R4H4501_GeneralErrorList@@6B@ @47435 NONAME ??_R4H4501_H225InformationElement@@6B@ @47436 NONAME ??_R4H4501_InterpretationApdu@@6B@ @47437 NONAME ??_R4H4501_InvokeIDs@@6B@ @47438 NONAME ??_R4H4501_InvokeIdSet@@6B@ @47439 NONAME ??_R4H4501_NetworkFacilityExtension@@6B@ @47440 NONAME ??_R4H4501_NSAPSubaddress@@6B@ @47441 NONAME ??_R4H4501_NumberScreened@@6B@ @47442 NONAME ??_R4H4501_PartySubaddress@@6B@ @47443 NONAME ??_R4H4501_PresentationAllowedIndicator@@6B@ @47444 NONAME ??_R4H4501_PresentedAddressScreened@@6B@ @47445 NONAME ??_R4H4501_PresentedAddressUnscreened@@6B@ @47446 NONAME ??_R4H4501_PresentedNumberScreened@@6B@ @47447 NONAME ??_R4H4501_PresentedNumberUnscreened@@6B@ @47448 NONAME ??_R4H4501_ScreeningIndicator@@6B@ @47449 NONAME ??_R4H4501_ServiceApdus@@6B@ @47450 NONAME ??_R4H4501_SubaddressInformation@@6B@ @47451 NONAME ??_R4H4501_SupplementaryService@@6B@ @47452 NONAME ??_R4H4501_UserSpecifiedSubaddress@@6B@ @47453 NONAME ??_R4H4502Handler@@6B@ @47454 NONAME ??_R4H4502_CallIdentity@@6B@ @47455 NONAME ??_R4H4502_CallStatus@@6B@ @47456 NONAME ??_R4H4502_CallTransferErrors@@6B@ @47457 NONAME ??_R4H4502_CallTransferOperation@@6B@ @47458 NONAME ??_R4H4502_CTActiveArg@@6B@ @47459 NONAME ??_R4H4502_CTActiveArg_argumentExtension@@6B@ @47460 NONAME ??_R4H4502_CTCompleteArg@@6B@ @47461 NONAME ??_R4H4502_CTCompleteArg_argumentExtension@@6B@ @47462 NONAME ??_R4H4502_CTIdentifyRes@@6B@ @47463 NONAME ??_R4H4502_CTIdentifyRes_resultExtension@@6B@ @47464 NONAME ??_R4H4502_CTInitiateArg@@6B@ @47465 NONAME ??_R4H4502_CTInitiateArg_argumentExtension@@6B@ @47466 NONAME ??_R4H4502_CTSetupArg@@6B@ @47467 NONAME ??_R4H4502_CTSetupArg_argumentExtension@@6B@ @47468 NONAME ??_R4H4502_CTUpdateArg@@6B@ @47469 NONAME ??_R4H4502_CTUpdateArg_argumentExtension@@6B@ @47470 NONAME ??_R4H4502_DummyArg@@6B@ @47471 NONAME ??_R4H4502_DummyRes@@6B@ @47472 NONAME ??_R4H4502_EndDesignation@@6B@ @47473 NONAME ??_R4H4502_ExtensionSeq@@6B@ @47474 NONAME ??_R4H4502_SubaddressTransferArg@@6B@ @47475 NONAME ??_R4H4502_SubaddressTransferArg_argumentExtension@@6B@ @47476 NONAME ??_R4H4503_BasicService@@6B@ @47477 NONAME ??_R4H4503_CallDiversionErrors@@6B@ @47478 NONAME ??_R4H4503_DiversionReason@@6B@ @47479 NONAME ??_R4H4503_ExtensionSeq@@6B@ @47480 NONAME ??_R4H4503_H323CallDiversionOperations@@6B@ @47481 NONAME ??_R4H4503_IntResult@@6B@ @47482 NONAME ??_R4H4503_IntResultList@@6B@ @47483 NONAME ??_R4H4503_IntResult_extension@@6B@ @47484 NONAME ??_R4H4503_Procedure@@6B@ @47485 NONAME ??_R4H4503_SubscriptionOption@@6B@ @47486 NONAME ??_R4H4504Handler@@6B@ @47487 NONAME ??_R4H4504_ArrayOf_MixedExtension@@6B@ @47488 NONAME ??_R4H4504_CallHoldOperation@@6B@ @47489 NONAME ??_R4H4504_Extension@@6B@ @47490 NONAME ??_R4H4504_HoldNotificArg@@6B@ @47491 NONAME ??_R4H4504_MixedExtension@@6B@ @47492 NONAME ??_R4H4504_RemoteHoldArg@@6B@ @47493 NONAME ??_R4H4504_RemoteHoldRes@@6B@ @47494 NONAME ??_R4H4504_RemoteRetrieveArg@@6B@ @47495 NONAME ??_R4H4504_RemoteRetrieveRes@@6B@ @47496 NONAME ??_R4H4504_RetrieveNotificArg@@6B@ @47497 NONAME ??_R4H4505_ArrayOf_MixedExtension@@6B@ @47498 NONAME ??_R4H4505_CallParkPickupOperations@@6B@ @47499 NONAME ??_R4H4505_CallPickupErrors@@6B@ @47500 NONAME ??_R4H4505_CallType@@6B@ @47501 NONAME ??_R4H4505_CpickupNotifyArg@@6B@ @47502 NONAME ??_R4H4505_CpNotifyArg@@6B@ @47503 NONAME ??_R4H4505_CpRequestArg@@6B@ @47504 NONAME ??_R4H4505_CpRequestRes@@6B@ @47505 NONAME ??_R4H4505_CpSetupArg@@6B@ @47506 NONAME ??_R4H4505_CpSetupRes@@6B@ @47507 NONAME ??_R4H4505_GroupIndicationOffArg@@6B@ @47508 NONAME ??_R4H4505_GroupIndicationOffRes@@6B@ @47509 NONAME ??_R4H4505_GroupIndicationOnArg@@6B@ @47510 NONAME ??_R4H4505_GroupIndicationOnRes@@6B@ @47511 NONAME ??_R4H4505_ParkCondition@@6B@ @47512 NONAME ??_R4H4505_ParkedToPosition@@6B@ @47513 NONAME ??_R4H4505_PickExeArg@@6B@ @47514 NONAME ??_R4H4505_PickExeRes@@6B@ @47515 NONAME ??_R4H4505_PickrequArg@@6B@ @47516 NONAME ??_R4H4505_PickrequRes@@6B@ @47517 NONAME ??_R4H4505_PickupArg@@6B@ @47518 NONAME ??_R4H4505_PickupRes@@6B@ @47519 NONAME ??_R4H4506Handler@@6B@ @47520 NONAME ??_R4H4506_ArrayOf_MixedExtension@@6B@ @47521 NONAME ??_R4H4506_CallWaitingArg@@6B@ @47522 NONAME ??_R4H4506_CallWaitingOperations@@6B@ @47523 NONAME ??_R4H4507_ArrayOf_MixedExtension@@6B@ @47524 NONAME ??_R4H4507_BasicService@@6B@ @47525 NONAME ??_R4H4507_DummyRes@@6B@ @47526 NONAME ??_R4H4507_H323_MWI_Operations@@6B@ @47527 NONAME ??_R4H4507_MessageWaitingIndicationErrors@@6B@ @47528 NONAME ??_R4H4507_MsgCentreId@@6B@ @47529 NONAME ??_R4H4507_MWIActivateArg@@6B@ @47530 NONAME ??_R4H4507_MWIDeactivateArg@@6B@ @47531 NONAME ??_R4H4507_MWIInterrogateArg@@6B@ @47532 NONAME ??_R4H4507_MWIInterrogateRes@@6B@ @47533 NONAME ??_R4H4507_MWIInterrogateResElt@@6B@ @47534 NONAME ??_R4H4507_NbOfMessages@@6B@ @47535 NONAME ??_R4H4507_TimeStamp@@6B@ @47536 NONAME ??_R4H4508_ExtendedName@@6B@ @47537 NONAME ??_R4H4508_Name@@6B@ @47538 NONAME ??_R4H4508_NameOperations@@6B@ @47539 NONAME ??_R4H4508_NamePresentationAllowed@@6B@ @47540 NONAME ??_R4H4508_NamePresentationRestricted@@6B@ @47541 NONAME ??_R4H4508_SimpleName@@6B@ @47542 NONAME ??_R4H4509_ArrayOf_MixedExtension@@6B@ @47543 NONAME ??_R4H4509_CallCompletionErrors@@6B@ @47544 NONAME ??_R4H4509_CcArg@@6B@ @47545 NONAME ??_R4H4509_CcLongArg@@6B@ @47546 NONAME ??_R4H4509_CcRequestArg@@6B@ @47547 NONAME ??_R4H4509_CcRequestRes@@6B@ @47548 NONAME ??_R4H4509_CcShortArg@@6B@ @47549 NONAME ??_R4H4509_H323CallCompletionOperations@@6B@ @47550 NONAME ??_R4H450ServiceAPDU@@6B@ @47551 NONAME ??_R4H450xDispatcher@@6B@ @47552 NONAME ??_R4H450xHandler@@6B@ @47553 NONAME ??_R4H501AccessRequest@@6B@ @47554 NONAME ??_R4H501DescriptorUpdate@@6B@ @47555 NONAME ??_R4H501PDU@@6BH323TransactionPDU@@@ @47556 NONAME ??_R4H501PDU@@6BH501_Message@@@ @47557 NONAME ??_R4H501ServiceRequest@@6B@ @47558 NONAME ??_R4H501Transaction@@6B@ @47559 NONAME ??_R4H501_AccessConfirmation@@6B@ @47560 NONAME ??_R4H501_AccessRejection@@6B@ @47561 NONAME ??_R4H501_AccessRejectionReason@@6B@ @47562 NONAME ??_R4H501_AccessRequest@@6B@ @47563 NONAME ??_R4H501_AccessToken@@6B@ @47564 NONAME ??_R4H501_AddressTemplate@@6B@ @47565 NONAME ??_R4H501_AlternatePE@@6B@ @47566 NONAME ??_R4H501_AlternatePEInfo@@6B@ @47567 NONAME ??_R4H501_ApplicationMessage@@6B@ @47568 NONAME ??_R4H501_ArrayOf_AccessToken@@6B@ @47569 NONAME ??_R4H501_ArrayOf_AddressTemplate@@6B@ @47570 NONAME ??_R4H501_ArrayOf_AliasAddress@@6B@ @47571 NONAME ??_R4H501_ArrayOf_AlternatePE@@6B@ @47572 NONAME ??_R4H501_ArrayOf_CircuitIdentifier@@6B@ @47573 NONAME ??_R4H501_ArrayOf_ClearToken@@6B@ @47574 NONAME ??_R4H501_ArrayOf_ContactInformation@@6B@ @47575 NONAME ??_R4H501_ArrayOf_CryptoH323Token@@6B@ @47576 NONAME ??_R4H501_ArrayOf_Descriptor@@6B@ @47577 NONAME ??_R4H501_ArrayOf_DescriptorInfo@@6B@ @47578 NONAME ??_R4H501_ArrayOf_GenericData@@6B@ @47579 NONAME ??_R4H501_ArrayOf_GloballyUniqueID@@6B@ @47580 NONAME ??_R4H501_ArrayOf_NonStandardParameter@@6B@ @47581 NONAME ??_R4H501_ArrayOf_PASN_ObjectId@@6B@ @47582 NONAME ??_R4H501_ArrayOf_Pattern@@6B@ @47583 NONAME ??_R4H501_ArrayOf_PriceElement@@6B@ @47584 NONAME ??_R4H501_ArrayOf_PriceInfoSpec@@6B@ @47585 NONAME ??_R4H501_ArrayOf_RouteInformation@@6B@ @47586 NONAME ??_R4H501_ArrayOf_SecurityMode@@6B@ @47587 NONAME ??_R4H501_ArrayOf_ServiceControlSession@@6B@ @47588 NONAME ??_R4H501_ArrayOf_SupportedProtocols@@6B@ @47589 NONAME ??_R4H501_ArrayOf_TransportAddress@@6B@ @47590 NONAME ??_R4H501_ArrayOf_UpdateInformation@@6B@ @47591 NONAME ??_R4H501_ArrayOf_UsageField@@6B@ @47592 NONAME ??_R4H501_AuthenticationConfirmation@@6B@ @47593 NONAME ??_R4H501_AuthenticationRejection@@6B@ @47594 NONAME ??_R4H501_AuthenticationRejectionReason@@6B@ @47595 NONAME ??_R4H501_AuthenticationRequest@@6B@ @47596 NONAME ??_R4H501_CallInformation@@6B@ @47597 NONAME ??_R4H501_ContactInformation@@6B@ @47598 NONAME ??_R4H501_Descriptor@@6B@ @47599 NONAME ??_R4H501_DescriptorConfirmation@@6B@ @47600 NONAME ??_R4H501_DescriptorIDConfirmation@@6B@ @47601 NONAME ??_R4H501_DescriptorIDRejection@@6B@ @47602 NONAME ??_R4H501_DescriptorIDRejectionReason@@6B@ @47603 NONAME ??_R4H501_DescriptorIDRequest@@6B@ @47604 NONAME ??_R4H501_DescriptorInfo@@6B@ @47605 NONAME ??_R4H501_DescriptorRejection@@6B@ @47606 NONAME ??_R4H501_DescriptorRejectionReason@@6B@ @47607 NONAME ??_R4H501_DescriptorRequest@@6B@ @47608 NONAME ??_R4H501_DescriptorUpdate@@6B@ @47609 NONAME ??_R4H501_DescriptorUpdateAck@@6B@ @47610 NONAME ??_R4H501_ElementIdentifier@@6B@ @47611 NONAME ??_R4H501_GlobalTimeStamp@@6B@ @47612 NONAME ??_R4H501_Message@@6B@ @47613 NONAME ??_R4H501_MessageBody@@6B@ @47614 NONAME ??_R4H501_MessageCommonInfo@@6B@ @47615 NONAME ??_R4H501_NonStandardConfirmation@@6B@ @47616 NONAME ??_R4H501_NonStandardRejection@@6B@ @47617 NONAME ??_R4H501_NonStandardRejectionReason@@6B@ @47618 NONAME ??_R4H501_NonStandardRequest@@6B@ @47619 NONAME ??_R4H501_PartyInformation@@6B@ @47620 NONAME ??_R4H501_Pattern@@6B@ @47621 NONAME ??_R4H501_Pattern_range@@6B@ @47622 NONAME ??_R4H501_PriceElement@@6B@ @47623 NONAME ??_R4H501_PriceElement_units@@6B@ @47624 NONAME ??_R4H501_PriceInfoSpec@@6B@ @47625 NONAME ??_R4H501_ProtocolVersion@@6B@ @47626 NONAME ??_R4H501_RequestInProgress@@6B@ @47627 NONAME ??_R4H501_Role@@6B@ @47628 NONAME ??_R4H501_RouteInformation@@6B@ @47629 NONAME ??_R4H501_RouteInformation_messageType@@6B@ @47630 NONAME ??_R4H501_SecurityMode@@6B@ @47631 NONAME ??_R4H501_ServiceConfirmation@@6B@ @47632 NONAME ??_R4H501_ServiceRejection@@6B@ @47633 NONAME ??_R4H501_ServiceRejectionReason@@6B@ @47634 NONAME ??_R4H501_ServiceRelease@@6B@ @47635 NONAME ??_R4H501_ServiceReleaseReason@@6B@ @47636 NONAME ??_R4H501_ServiceRequest@@6B@ @47637 NONAME ??_R4H501_TerminationCause@@6B@ @47638 NONAME ??_R4H501_TimeZone@@6B@ @47639 NONAME ??_R4H501_UnknownMessageReason@@6B@ @47640 NONAME ??_R4H501_UnknownMessageResponse@@6B@ @47641 NONAME ??_R4H501_UpdateInformation@@6B@ @47642 NONAME ??_R4H501_UpdateInformation_descriptorInfo@@6B@ @47643 NONAME ??_R4H501_UpdateInformation_updateType@@6B@ @47644 NONAME ??_R4H501_UsageCallStatus@@6B@ @47645 NONAME ??_R4H501_UsageConfirmation@@6B@ @47646 NONAME ??_R4H501_UsageField@@6B@ @47647 NONAME ??_R4H501_UsageIndication@@6B@ @47648 NONAME ??_R4H501_UsageIndicationConfirmation@@6B@ @47649 NONAME ??_R4H501_UsageIndicationRejection@@6B@ @47650 NONAME ??_R4H501_UsageIndicationRejectionReason@@6B@ @47651 NONAME ??_R4H501_UsageRejection@@6B@ @47652 NONAME ??_R4H501_UsageRejectReason@@6B@ @47653 NONAME ??_R4H501_UsageRequest@@6B@ @47654 NONAME ??_R4H501_UsageSpecification@@6B@ @47655 NONAME ??_R4H501_UsageSpecification_when@@6B@ @47656 NONAME ??_R4H501_UserInformation@@6B@ @47657 NONAME ??_R4H501_ValidationConfirmation@@6B@ @47658 NONAME ??_R4H501_ValidationRejection@@6B@ @47659 NONAME ??_R4H501_ValidationRejectionReason@@6B@ @47660 NONAME ??_R4H501_ValidationRequest@@6B@ @47661 NONAME ??_R4HandleTimeout_PNotifier@H245Negotiator@@6B@ @47662 NONAME ??_R4HandleTransactions_PNotifier@H323Transactor@@6B@ @47663 NONAME ??_R4HIDPluginDeviceManager@@6B@ @52352 NONAME ??_R4IntraP64Decoder@@6B@ @47664 NONAME ??_R4MCS_ArrayOf_ChannelAttributes@@6B@ @47665 NONAME ??_R4MCS_ArrayOf_ChannelId@@6B@ @47666 NONAME ??_R4MCS_ArrayOf_TokenAttributes@@6B@ @47667 NONAME ??_R4MCS_ArrayOf_TokenId@@6B@ @47668 NONAME ??_R4MCS_ArrayOf_UserId@@6B@ @47669 NONAME ??_R4MCS_AssignedChannelId@@6B@ @47670 NONAME ??_R4MCS_AUcf@@6B@ @47671 NONAME ??_R4MCS_AUrq@@6B@ @47672 NONAME ??_R4MCS_CAin@@6B@ @47673 NONAME ??_R4MCS_CArq@@6B@ @47674 NONAME ??_R4MCS_CCcf@@6B@ @47675 NONAME ??_R4MCS_CCrq@@6B@ @47676 NONAME ??_R4MCS_CDin@@6B@ @47677 NONAME ??_R4MCS_CDrq@@6B@ @47678 NONAME ??_R4MCS_CEin@@6B@ @47679 NONAME ??_R4MCS_CErq@@6B@ @47680 NONAME ??_R4MCS_ChannelAttributes@@6B@ @47681 NONAME ??_R4MCS_ChannelAttributes_assigned@@6B@ @47682 NONAME ??_R4MCS_ChannelAttributes_private@@6B@ @47683 NONAME ??_R4MCS_ChannelAttributes_static@@6B@ @47684 NONAME ??_R4MCS_ChannelAttributes_userId@@6B@ @47685 NONAME ??_R4MCS_ChannelId@@6B@ @47686 NONAME ??_R4MCS_CJcf@@6B@ @47687 NONAME ??_R4MCS_CJrq@@6B@ @47688 NONAME ??_R4MCS_CLrq@@6B@ @47689 NONAME ??_R4MCS_ConnectMCSPDU@@6B@ @47690 NONAME ??_R4MCS_Connect_Additional@@6B@ @47691 NONAME ??_R4MCS_Connect_Initial@@6B@ @47692 NONAME ??_R4MCS_Connect_Response@@6B@ @47693 NONAME ??_R4MCS_Connect_Result@@6B@ @47694 NONAME ??_R4MCS_DataPriority@@6B@ @47695 NONAME ??_R4MCS_Diagnostic@@6B@ @47696 NONAME ??_R4MCS_DomainMCSPDU@@6B@ @47697 NONAME ??_R4MCS_DomainParameters@@6B@ @47698 NONAME ??_R4MCS_DPum@@6B@ @47699 NONAME ??_R4MCS_DUin@@6B@ @47700 NONAME ??_R4MCS_DUrq@@6B@ @47701 NONAME ??_R4MCS_DynamicChannelId@@6B@ @47702 NONAME ??_R4MCS_EDrq@@6B@ @47703 NONAME ??_R4MCS_MCcf@@6B@ @47704 NONAME ??_R4MCS_MCrq@@6B@ @47705 NONAME ??_R4MCS_MTcf@@6B@ @47706 NONAME ??_R4MCS_MTrq@@6B@ @47707 NONAME ??_R4MCS_PCin@@6B@ @47708 NONAME ??_R4MCS_PDin@@6B@ @47709 NONAME ??_R4MCS_PrivateChannelId@@6B@ @47710 NONAME ??_R4MCS_PTin@@6B@ @47711 NONAME ??_R4MCS_Reason@@6B@ @47712 NONAME ??_R4MCS_Result@@6B@ @47713 NONAME ??_R4MCS_RJum@@6B@ @47714 NONAME ??_R4MCS_SDin@@6B@ @47715 NONAME ??_R4MCS_SDrq@@6B@ @47716 NONAME ??_R4MCS_Segmentation@@6B@ @47717 NONAME ??_R4MCS_StaticChannelId@@6B@ @47718 NONAME ??_R4MCS_TGcf@@6B@ @47719 NONAME ??_R4MCS_TGrq@@6B@ @47720 NONAME ??_R4MCS_TIcf@@6B@ @47721 NONAME ??_R4MCS_TIrq@@6B@ @47722 NONAME ??_R4MCS_TokenAttributes@@6B@ @47723 NONAME ??_R4MCS_TokenAttributes_given@@6B@ @47724 NONAME ??_R4MCS_TokenAttributes_giving@@6B@ @47725 NONAME ??_R4MCS_TokenAttributes_grabbed@@6B@ @47726 NONAME ??_R4MCS_TokenAttributes_inhibited@@6B@ @47727 NONAME ??_R4MCS_TokenAttributes_ungivable@@6B@ @47728 NONAME ??_R4MCS_TokenId@@6B@ @47729 NONAME ??_R4MCS_TokenStatus@@6B@ @47730 NONAME ??_R4MCS_TPin@@6B@ @47731 NONAME ??_R4MCS_TPrq@@6B@ @47732 NONAME ??_R4MCS_TRcf@@6B@ @47733 NONAME ??_R4MCS_TRrq@@6B@ @47734 NONAME ??_R4MCS_TTcf@@6B@ @47735 NONAME ??_R4MCS_TTrq@@6B@ @47736 NONAME ??_R4MCS_TVcf@@6B@ @47737 NONAME ??_R4MCS_TVin@@6B@ @47738 NONAME ??_R4MCS_TVrq@@6B@ @47739 NONAME ??_R4MCS_TVrs@@6B@ @47740 NONAME ??_R4MCS_UserId@@6B@ @47741 NONAME ??_R4MCS_USin@@6B@ @47742 NONAME ??_R4MCS_USrq@@6B@ @47743 NONAME ??_R4MonitorMain_PNotifier@H323Gatekeeper@@6B@ @47754 NONAME ??_R4MonitorMain_PNotifier@H323GatekeeperServer@@6B@ @47755 NONAME ??_R4MonitorMain_PNotifier@H323PeerElement@@6B@ @47756 NONAME ??_R4Monitor_PNotifier@OpalUSBDevice@@6B@ @52353 NONAME ??_R4MSIPAddress@PILSSession@@6B@ @47757 NONAME ??_R4MXRecordList@PDNS@@6B@ @52354 NONAME ??_R4OnCallIntrudeTimeOut_PNotifier@H45011Handler@@6B@ @47758 NONAME ??_R4OnCallTransferTimeOut_PNotifier@H4502Handler@@6B@ @47759 NONAME ??_R4OnLoadModule_PNotifier@PPluginModuleManager@@6B@ @49690 NONAME ??_R4OnUserInputInBandDTMF_PNotifier@H323Connection@@6B@ @47761 NONAME ??_R4OnUserInputInlineRFC2833_PNotifier@H323Connection@@6B@ @47762 NONAME ??_R4OpalFactoryCodec@@6B@ @51450 NONAME ??_R4OpalG711ALaw64kFormat@@6B@ @49959 NONAME ??_R4OpalG711ALaw64k_Base@@6B@ @51451 NONAME ??_R4OpalG711ALaw64k_Decoder@@6B@ @51452 NONAME ??_R4OpalG711ALaw64k_Encoder@@6B@ @51453 NONAME ??_R4OpalG711uLaw64kFormat@@6B@ @49960 NONAME ??_R4OpalG711uLaw64k_Base@@6B@ @51454 NONAME ??_R4OpalG711uLaw64k_Decoder@@6B@ @51455 NONAME ??_R4OpalG711uLaw64k_Encoder@@6B@ @51456 NONAME ??_R4OpalG7231A_5k3Format@@6B@ @49961 NONAME ??_R4OpalG7231A_6k3Format@@6B@ @49962 NONAME ??_R4OpalG7231_5k3Format@@6B@ @49963 NONAME ??_R4OpalG7231_6k3Format@@6B@ @49964 NONAME ??_R4OpalG728Format@@6B@ @49965 NONAME ??_R4OpalG729ABFormat@@6B@ @49966 NONAME ??_R4OpalG729AFormat@@6B@ @49967 NONAME ??_R4OpalG729BFormat@@6B@ @49968 NONAME ??_R4OpalG729Format@@6B@ @49969 NONAME ??_R4OpalGloballyUniqueID@@6B@ @47763 NONAME ??_R4OpalGSM0610Format@@6B@ @49970 NONAME ??_R4OpalH261Format@@6B@ @49971 NONAME ??_R4OpalIxJDevice@@6B@ @47764 NONAME ??_R4OpalLineChannel@@6Biostream@@@ @47765 NONAME ??_R4OpalLineChannel@@6BPObject@@@ @47766 NONAME ??_R4OpalLineInterfaceDevice@@6B@ @47767 NONAME ??_R4OpalMediaFormat@@6B@ @47768 NONAME ??_R4OpalPCM16Format@@6B@ @49972 NONAME ??_R4OpalPluginCodec@@6B@ @51457 NONAME ??_R4OpalPluginMediaFormat@@6B@ @49973 NONAME ??_R4OpalRFC2833@@6B@ @47769 NONAME ??_R4OpalRFC2833Info@@6B@ @47770 NONAME ??_R4OpalRtpToWavFile@@6Biostream@@@ @47771 NONAME ??_R4OpalRtpToWavFile@@6BPObject@@@ @47772 NONAME ??_R4OpalT120Format@@6B@ @49974 NONAME ??_R4OpalT120Protocol@@6B@ @47773 NONAME ??_R4OpalT38Protocol@@6B@ @47774 NONAME ??_R4OpalUSBDevice@@6B@ @52355 NONAME ??_R4OpalUserInputRFC2833Format@@6B@ @49975 NONAME ??_R4OpalVoipBlasterDevice@@6B@ @47775 NONAME ??_R4OpalVXMLSession@@6B@ @50458 NONAME ??_R4OpalVXMLSession@@6Biostream@@@ @47776 NONAME ??_R4OpalVXMLSession@@6BPObject@@@ @47777 NONAME ??_R4OpalWAVFile@@6Biostream@@@ @47778 NONAME ??_R4OpalWAVFile@@6BPObject@@@ @47779 NONAME ??_R4P64Decoder@@6B@ @47780 NONAME ??_R4PASN_Boolean@@6B@ @47781 NONAME ??_R4PASN_ConstrainedObject@@6B@ @47782 NONAME ??_R4PASN_ConstrainedString@@6B@ @47783 NONAME ??_R4PASN_Enumeration@@6B@ @47784 NONAME ??_R4PASN_GeneralisedTime@@6B@ @47785 NONAME ??_R4PASN_GeneralString@@6B@ @47786 NONAME ??_R4PASN_IA5String@@6B@ @47787 NONAME ??_R4PASN_Integer@@6B@ @47788 NONAME ??_R4PASN_Null@@6B@ @47789 NONAME ??_R4PASN_NumericString@@6B@ @47790 NONAME ??_R4PASN_Object@@6B@ @47791 NONAME ??_R4PASN_PrintableString@@6B@ @47792 NONAME ??_R4PASN_Stream@@6B@ @47793 NONAME ??_R4PASN_VisibleString@@6B@ @47794 NONAME ??_R4PDTMFEncoder@@6B@ @52356 NONAME ??_R4PLDAPAttr_c@RTPerson@PILSSession@@6B@ @47795 NONAME ??_R4PLDAPAttr_cn@RTPerson@PILSSession@@6B@ @47796 NONAME ??_R4PLDAPAttr_comment@RTPerson@PILSSession@@6B@ @47797 NONAME ??_R4PLDAPAttr_givenName@RTPerson@PILSSession@@6B@ @47798 NONAME ??_R4PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@6B@ @47799 NONAME ??_R4PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@6B@ @47800 NONAME ??_R4PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@6B@ @47801 NONAME ??_R4PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@6B@ @47802 NONAME ??_R4PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@6B@ @47803 NONAME ??_R4PLDAPAttr_location@RTPerson@PILSSession@@6B@ @47804 NONAME ??_R4PLDAPAttr_o@RTPerson@PILSSession@@6B@ @47805 NONAME ??_R4PLDAPAttr_objectClass@RTPerson@PILSSession@@6B@ @47806 NONAME ??_R4PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@6B@ @47807 NONAME ??_R4PLDAPAttr_sappguid@RTPerson@PILSSession@@6B@ @47808 NONAME ??_R4PLDAPAttr_sappid@RTPerson@PILSSession@@6B@ @47809 NONAME ??_R4PLDAPAttr_sflags@RTPerson@PILSSession@@6B@ @47810 NONAME ??_R4PLDAPAttr_sipAddress@RTPerson@PILSSession@@6B@ @47811 NONAME ??_R4PLDAPAttr_smimetype@RTPerson@PILSSession@@6B@ @47812 NONAME ??_R4PLDAPAttr_smodop@RTPerson@PILSSession@@6B@ @47813 NONAME ??_R4PLDAPAttr_sport@RTPerson@PILSSession@@6B@ @47814 NONAME ??_R4PLDAPAttr_sprotid@RTPerson@PILSSession@@6B@ @47815 NONAME ??_R4PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@6B@ @47816 NONAME ??_R4PLDAPAttr_ssecurity@RTPerson@PILSSession@@6B@ @47817 NONAME ??_R4PLDAPAttr_sttl@RTPerson@PILSSession@@6B@ @47818 NONAME ??_R4PLDAPAttr_surname@RTPerson@PILSSession@@6B@ @47819 NONAME ??_R4PLDAPAttr_timestamp@RTPerson@PILSSession@@6B@ @47820 NONAME ??_R4PluginLoader@@6B@ @52357 NONAME ??_R4PPER_Stream@@6B@ @47821 NONAME ??_R4Pre_Vid_Coder@@6B@ @47822 NONAME ??_R4PWAVFileConverter@@6B@ @51241 NONAME ??_R4PWAVFileConverterALaw@@6B@ @51242 NONAME ??_R4PWAVFileConverterULaw@@6B@ @51243 NONAME ??_R4PWAVFileConverterXLaw@@6B@ @51244 NONAME ??_R4Q931@@6B@ @47825 NONAME ??_R4ReceivedPacket_PNotifier@OpalRFC2833@@6B@ @47826 NONAME ??_R4ReceivedPacket_PNotifier@OpalRtpToWavFile@@6B@ @47827 NONAME ??_R4ReceiverReport@RTP_Session@@6B@ @47828 NONAME ??_R4ReceiveTimeout_PNotifier@OpalRFC2833@@6B@ @47829 NONAME ??_R4Request@H323Transactor@@6B@ @47830 NONAME ??_R4Response@H323Transactor@@6B@ @47831 NONAME ??_R4RTPerson@PILSSession@@6B@ @47832 NONAME ??_R4RTP_ControlFrame@@6B@ @47833 NONAME ??_R4RTP_DataFrame@@6B@ @47834 NONAME ??_R4RTP_JitterBuffer@@6B@ @47835 NONAME ??_R4RTP_JitterBufferAnalyser@@6B@ @47836 NONAME ??_R4RTP_QOS@@6B@ @47837 NONAME ??_R4RTP_Session@@6B@ @47838 NONAME ??_R4RTP_SessionManager@@6B@ @47839 NONAME ??_R4RTP_UDP@@6B@ @47840 NONAME ??_R4RTP_UserData@@6B@ @47841 NONAME ??_R4SenderReport@RTP_Session@@6B@ @47842 NONAME ??_R4SlowHandler_PNotifier@H323Transaction@@6B@ @47843 NONAME ??_R4SoundTones@OpalUSBDevice@@6B@ @52358 NONAME ??_R4SourceDescription@RTP_Session@@6B@ @47844 NONAME ??_R4SRVRecordList@PDNS@@6B@ @52359 NONAME ??_R4StatusHandler_PNotifier@OpalVoipBlasterDevice@@6B@ @47845 NONAME ??_R4StringMap@H323GatekeeperServer@@6B@ @47846 NONAME ??_R4T120ConnectPDU@@6B@ @47847 NONAME ??_R4T120_X224@@6B@ @47848 NONAME ??_R4T38_ArrayOf_PASN_OctetString@@6B@ @47849 NONAME ??_R4T38_Data_Field@@6B@ @47850 NONAME ??_R4T38_Data_Field_subtype@@6B@ @47851 NONAME ??_R4T38_Data_Field_subtype_field_type@@6B@ @47852 NONAME ??_R4T38_IFPPacket@@6B@ @47853 NONAME ??_R4T38_PreCorrigendum_Data_Field@@6B@ @47854 NONAME ??_R4T38_PreCorrigendum_Data_Field_subtype@@6B@ @47855 NONAME ??_R4T38_PreCorrigendum_Data_Field_subtype_field_type@@6B@ @47856 NONAME ??_R4T38_PreCorrigendum_IFPPacket@@6B@ @47857 NONAME ??_R4T38_Type_of_msg@@6B@ @47858 NONAME ??_R4T38_Type_of_msg_data@@6B@ @47859 NONAME ??_R4T38_Type_of_msg_t30_indicator@@6B@ @47860 NONAME ??_R4T38_UDPTLPacket@@6B@ @47861 NONAME ??_R4T38_UDPTLPacket_error_recovery@@6B@ @47862 NONAME ??_R4T38_UDPTLPacket_error_recovery_fec_info@@6B@ @47863 NONAME ??_R4T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@6B@ @47864 NONAME ??_R4T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@6B@ @47865 NONAME ??_R4T38_UDPTLPacket_primary_ifp_packet@@6B@ @47866 NONAME ??_R4TickleMonitor_PNotifier@H323Gatekeeper@@6B@ @47867 NONAME ??_R4TonePlay_PNotifier@OpalUSBDevice@@6B@ @52360 NONAME ??_R4TransmitEnded_PNotifier@OpalRFC2833@@6B@ @47868 NONAME ??_R4TransmitPacket_PNotifier@OpalRFC2833@@6B@ @47869 NONAME ??_R4Transmitter@@6B@ @47870 NONAME ??_R4UpdateAllDescriptors_PNotifier@H323PeerElement@@6B@ @47871 NONAME ??_R4VoipBlasterInterface@@6B@ @47873 NONAME ??_R4Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@6B@ @51458 NONAME ??_R4Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@6B@ @51459 NONAME ??_R4Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@6B@ @51460 NONAME ??_R4Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@6B@ @51461 NONAME ??_R4Worker@OpalPluginCodecFactory@@6B@ @51462 NONAME ??_R4WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @52361 NONAME ??_R4WorkerBase@?$PFactory@VH323Capability@@VPString@@@@6B@ @50941 NONAME ??_R4WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@6B@ @51463 NONAME ??_R4WorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@6B@ @52362 NONAME ??_R4WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @50942 NONAME ??_R4WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@6B@ @50943 NONAME ??_R4WorkerBase@?$PFactory@VPWAVFileConverter@@I@@6B@ @51245 NONAME ??_R4X224@@6B@ @47874 NONAME ??_R4X880_Code@@6B@ @47875 NONAME ??_R4X880_GeneralProblem@@6B@ @47876 NONAME ??_R4X880_Invoke@@6B@ @47877 NONAME ??_R4X880_InvokeId@@6B@ @47878 NONAME ??_R4X880_InvokeProblem@@6B@ @47879 NONAME ??_R4X880_Reject@@6B@ @47880 NONAME ??_R4X880_RejectProblem@@6B@ @47881 NONAME ??_R4X880_Reject_problem@@6B@ @47882 NONAME ??_R4X880_ReturnError@@6B@ @47883 NONAME ??_R4X880_ReturnErrorProblem@@6B@ @47884 NONAME ??_R4X880_ReturnResult@@6B@ @47885 NONAME ??_R4X880_ReturnResultProblem@@6B@ @47886 NONAME ??_R4X880_ReturnResult_result@@6B@ @47887 NONAME ??_R4X880_ROS@@6B@ @47888 NONAME ?Accept@H323ListenerTCP@@UAEPAVH323Transport@@ABVPTimeInterval@@@Z @28156 NONAME ?AcceptControlChannel@H323Transport@@UAEHAAVH323Connection@@@Z @7835 NONAME ?AcceptControlChannel@H323TransportTCP@@UAEHAAVH323Connection@@@Z @7836 NONAME ?AccessRequest@H323PeerElement@@QAEHABVH225_AliasAddress@@AAVH225_ArrayOf_AliasAddress@@AAV2@I@Z @37621 NONAME ?AccessRequest@H323PeerElement@@QAEHABVH225_AliasAddress@@AAVH225_ArrayOf_AliasAddress@@AAVH323TransportAddress@@I@Z @37622 NONAME ?AccessRequest@H323PeerElement@@QAEHABVPString@@AAVH225_ArrayOf_AliasAddress@@AAVH323TransportAddress@@I@Z @37623 NONAME ?AccessRequest@H323PeerElement@@QAEHABVPString@@AAVPStringArray@@AAVH323TransportAddress@@I@Z @37624 NONAME ?Add@H245NegLogicalChannels@@UAEXAAVH323Channel@@@Z @29115 NONAME ?Add@H323Capabilities@@QAEXPAVH323Capability@@@Z @17210 NONAME ?AddAliasName@H323EndPoint@@QAEHABVPString@@@Z @7838 NONAME ?AddAllCapabilities@H323Capabilities@@QAEHHHABVPString@@@Z @50300 NONAME ?AddAllCapabilities@H323EndPoint@@QAEHHHABVPString@@@Z @24284 NONAME ?AddAllCapabilities@H323_LIDCapability@@SAXABVOpalLineInterfaceDevice@@AAVH323Capabilities@@HH@Z @17396 NONAME ?AddAllCapabilities@H323_UserInputCapability@@SAXAAVH323Capabilities@@HH@Z @17591 NONAME ?AddAllHIDs@HIDDevices@@QAEHABVPString@@@Z @52363 NONAME ?AddAllUserInputCapabilities@H323EndPoint@@QAEXHH@Z @24285 NONAME ?AddCall@H323GatekeeperServer@@UAEXPAVH323GatekeeperCall@@@Z @49671 NONAME ?AddCall@H323RegisteredEndPoint@@UAEXPAVH323GatekeeperCall@@@Z @49672 NONAME ?AddCallCreditServiceControl@H323GatekeeperCall@@QBEHAAVH225_ArrayOf_ServiceControlSession@@@Z @34525 NONAME ?AddCapability@H235Authenticator@@IAEHIABVPString@@AAVH225_ArrayOf_AuthenticationMechanism@@AAVH225_ArrayOf_PASN_ObjectId@@@Z @30562 NONAME ?AddCapability@H323EndPoint@@QAEXPAVH323Capability@@@Z @7839 NONAME ?AddDescriptor@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@ABVH225_ArrayOf_AliasAddress@@1IH@Z @37949 NONAME ?AddDescriptor@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@ABVH225_ArrayOf_AliasAddress@@ABVH323TransportAddressArray@@IH@Z @37950 NONAME ?AddDescriptor@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@ABVPOrdinalKey@@ABVH225_ArrayOf_AliasAddress@@2IH@Z @37951 NONAME ?AddDescriptor@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@ABVPOrdinalKey@@ABVH501_ArrayOf_AddressTemplate@@ABVPTime@@H@Z @38059 NONAME ?AddDescriptor@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@ABVPStringArray@@ABVH323TransportAddressArray@@IH@Z @37952 NONAME ?AddEndPoint@H323GatekeeperServer@@UAEXPAVH323RegisteredEndPoint@@@Z @28469 NONAME ?AddFilter@H323Codec@@QAEXABVPNotifier@@@Z @29973 NONAME ?AddFilter@H323_RTPChannel@@QAEXABVPNotifier@@@Z @29921 NONAME ?AddFormat@H323PluginCodecManager@@SAXABVOpalMediaFormat@@@Z @49732 NONAME ?AddFormat@H323PluginCodecManager@@SAXPAVOpalMediaFormat@@@Z @52364 NONAME ?AddIntegerGenericParameter@H323GenericCapabilityInfo@@UAEHHHHJ@Z @52365 NONAME ?AddListener@H323TransactionServer@@QAEHABVH323TransportAddress@@@Z @34972 NONAME ?AddListener@H323TransactionServer@@QAEHPAVH323Transactor@@@Z @34973 NONAME ?AddListener@H323TransactionServer@@QAEHPAVH323Transport@@@Z @34974 NONAME ?AddListeners@H323TransactionServer@@QAEHABVH323TransportAddressArray@@@Z @34975 NONAME ?AddOpCode@H450xDispatcher@@QAEXIPAVH450xHandler@@@Z @28991 NONAME ?AddReceiverReport@RTP_Session@@IAEXAAUReceiverReport@RTP_ControlFrame@@@Z @30252 NONAME ?AddSample@CodecReadAnalyser@@QAEXK@Z @20677 NONAME ?AddServiceControlSession@H323RegisteredEndPoint@@UAEHABVH323ServiceControlSession@@AAVH225_ArrayOf_ServiceControlSession@@@Z @33110 NONAME ?AddServiceRelationship@H323PeerElement@@QAEHABVH323TransportAddress@@AAVOpalGloballyUniqueID@@H@Z @37475 NONAME ?AddServiceRelationship@H323PeerElement@@QAEHABVH323TransportAddress@@H@Z @37476 NONAME ?AddSession@RTP_SessionManager@@QAEXPAVRTP_Session@@@Z @7840 NONAME ?AddSourceDescription@RTP_ControlFrame@@QAEAAUSourceDescription@1@K@Z @17066 NONAME ?AddSourceDescriptionItem@RTP_ControlFrame@@QAEAAUItem@SourceDescription@1@AAU31@IABVPString@@@Z @17067 NONAME ?AdmissionRequest@H323Gatekeeper@@QAEHAAVH323Connection@@AAUAdmissionResponse@1@H@Z @29215 NONAME ?AgeResponses@H323Transactor@@IAEXXZ @37387 NONAME ?age_blocks@Pre_Vid_Coder@@IAEXXZ @7843 NONAME ?ALawConverter@@3V?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@A @51246 NONAME ?alloc@Transmitter@@QAEPAUpktbuf@1@XZ @7844 NONAME ?allocate@?$allocator@ULookupRecord@@@std@@QAEPAULookupRecord@@IPBX@Z @52366 NONAME ?allocate@FullP64Decoder@@MAEXXZ @7845 NONAME ?allocate@IntraP64Decoder@@MAEXXZ @7846 NONAME ?AllocateBandwidth@H323GatekeeperServer@@UAEIII@Z @28474 NONAME ?alloch@Transmitter@@QAEPAUpktbuf@1@XZ @7847 NONAME ?allocref@Pre_Vid_Coder@@IAEXXZ @7848 NONAME ?AllowDuplicateAlias@H323GatekeeperServer@@UAEHABVH225_ArrayOf_AliasAddress@@@Z @49660 NONAME ?Answer@OpalT120Protocol@@UAEHAAVH323Transport@@@Z @28157 NONAME ?Answer@OpalT38Protocol@@UAEHXZ @30220 NONAME ?AnsweringCall@H323Connection@@QAEXW4AnswerCallResponse@1@@Z @7850 NONAME ?Append@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UAE?AV?$PSafePtr@VH323GatekeeperCall@@@@PAVH323GatekeeperCall@@W4PSafetyMode@@@Z @31634 NONAME ?Append@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UAE?AV?$PSafePtr@VH323PeerElementDescriptor@@@@PAVH323PeerElementDescriptor@@W4PSafetyMode@@@Z @37229 NONAME ?Append@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UAE?AV?$PSafePtr@VH323PeerElementServiceRelationship@@@@PAVH323PeerElementServiceRelationship@@W4PSafetyMode@@@Z @37230 NONAME ?Append@PASN_Array@@QAEXPAVPASN_Object@@@Z @34825 NONAME ?AppendAddress@H323TransportAddressArray@@QAEXABVH323TransportAddress@@@Z @34889 NONAME ?AppendString@H323TransportAddressArray@@QAEXABVPString@@@Z @34890 NONAME ?AppendString@H323TransportAddressArray@@QAEXPBD@Z @34891 NONAME ?AppendStringCollection@H323TransportAddressArray@@IAEXABVPCollection@@@Z @31255 NONAME ?ApplyQOS@RTP_UDP@@QAEXABVAddress@PIPSocket@@@Z @38212 NONAME ?AsString@OpalGloballyUniqueID@@QBE?AVPString@@XZ @20688 NONAME ?AttachChannel@H323Codec@@UAEHPAVPChannel@@H@Z @20493 NONAME ?AttachLogicalChannel@H323Codec@@QAEHPAVH323Channel@@@Z @29307 NONAME ?AttachQoS@H323Capability@@UAEXPAVRTP_QOS@@@Z @38213 NONAME ?AttachQoS@H323RealTimeCapability@@UAEXPAVRTP_QOS@@@Z @38214 NONAME ?AttachSignalChannel@H323Connection@@QAEXABVPString@@PAVH323Transport@@H@Z @31694 NONAME ?AttachSupplementaryServiceAPDU@H450ServiceAPDU@@QAEXAAVH323SignalPDU@@@Z @28992 NONAME ?AttachThread@H323Transport@@QAEXPAVPThread@@@Z @7856 NONAME ?AttachToAlerting@H45011Handler@@UAEXAAVH323SignalPDU@@@Z @30738 NONAME ?AttachToAlerting@H4502Handler@@UAEXAAVH323SignalPDU@@@Z @28993 NONAME ?AttachToAlerting@H4506Handler@@UAEXAAVH323SignalPDU@@I@Z @29686 NONAME ?AttachToAlerting@H450xDispatcher@@UAEXAAVH323SignalPDU@@@Z @28994 NONAME ?AttachToAlerting@H450xHandler@@UAEXAAVH323SignalPDU@@@Z @28995 NONAME ?AttachToConnect@H45011Handler@@UAEXAAVH323SignalPDU@@@Z @30739 NONAME ?AttachToConnect@H4502Handler@@UAEXAAVH323SignalPDU@@@Z @28996 NONAME ?AttachToConnect@H450xDispatcher@@UAEXAAVH323SignalPDU@@@Z @28997 NONAME ?AttachToConnect@H450xHandler@@UAEXAAVH323SignalPDU@@@Z @28998 NONAME ?AttachToReleaseComplete@H45011Handler@@UAEXAAVH323SignalPDU@@@Z @30740 NONAME ?AttachToReleaseComplete@H4502Handler@@UAEXAAVH323SignalPDU@@@Z @28999 NONAME ?AttachToReleaseComplete@H450xDispatcher@@UAEXAAVH323SignalPDU@@@Z @29000 NONAME ?AttachToReleaseComplete@H450xHandler@@UAEXAAVH323SignalPDU@@@Z @29001 NONAME ?AttachToSetup@H45011Handler@@UAEXAAVH323SignalPDU@@@Z @30741 NONAME ?AttachToSetup@H4502Handler@@UAEXAAVH323SignalPDU@@@Z @29002 NONAME ?AttachToSetup@H450xDispatcher@@UAEXAAVH323SignalPDU@@@Z @29003 NONAME ?AttachToSetup@H450xHandler@@UAEXAAVH323SignalPDU@@@Z @29004 NONAME ?AvailDevice@HIDDevices@@QAEPAVOpalLineInterfaceDevice@@XZ @52367 NONAME ?AwaitSetupResponse@H45011Handler@@QAEXABVPString@@0@Z @30742 NONAME ?AwaitSetupResponse@H4502Handler@@QAEXABVPString@@0@Z @29005 NONAME ?BandwidthRequest@H323Gatekeeper@@QAEHAAVH323Connection@@I@Z @7857 NONAME ?begin@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@std@@QAE?AViterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@2@XZ @51247 NONAME ?begin@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@2@XZ @52368 NONAME ?begin@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@2@XZ @50944 NONAME ?begin@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@2@XZ @50945 NONAME ?begin@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@2@XZ @51464 NONAME ?begin@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@2@XZ @52369 NONAME ?begin@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@2@XZ @50946 NONAME ?begin@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAEPAULookupRecord@@XZ @52370 NONAME ?begin@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAE?AViterator@12@XZ @51248 NONAME ?begin@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAE?AViterator@12@XZ @52371 NONAME ?begin@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAE?AViterator@12@XZ @50947 NONAME ?begin@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QAE?AViterator@12@XZ @50948 NONAME ?begin@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAE?AViterator@12@XZ @51465 NONAME ?begin@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAE?AViterator@12@XZ @52372 NONAME ?begin@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAE?AViterator@12@XZ @50949 NONAME ?BeginTransmit@OpalRFC2833@@UAEHD@Z @29922 NONAME ?Bootstrap@H323PluginCodecManager@@SAXXZ @52373 NONAME ?Bootstrap@HIDPluginDeviceManager@@SAXXZ @52374 NONAME ?Build@H323ControlPDU@@QAEAAVH245_CommandMessage@@W4Choices@2@@Z @7858 NONAME ?Build@H323ControlPDU@@QAEAAVH245_IndicationMessage@@W4Choices@2@@Z @7859 NONAME ?Build@H323ControlPDU@@QAEAAVH245_RequestMessage@@W4Choices@2@@Z @7860 NONAME ?Build@H323ControlPDU@@QAEAAVH245_ResponseMessage@@W4Choices@2@@Z @7861 NONAME ?BuildAccessConfirmation@H501PDU@@QAEAAVH501_AccessConfirmation@@I@Z @37078 NONAME ?BuildAccessRejection@H501PDU@@QAEAAVH501_AccessRejection@@IH@Z @37231 NONAME ?BuildAccessRequest@H501PDU@@QAEAAVH501_AccessRequest@@IABVH323TransportAddressArray@@@Z @37953 NONAME ?BuildAdmissionConfirm@H323RasPDU@@QAEAAVH225_AdmissionConfirm@@I@Z @28835 NONAME ?BuildAdmissionReject@H323RasPDU@@QAEAAVH225_AdmissionReject@@II@Z @28836 NONAME ?BuildAdmissionRequest@H323RasPDU@@QAEAAVH225_AdmissionRequest@@I@Z @28837 NONAME ?BuildAlerting@H323SignalPDU@@QAEAAVH225_Alerting_UUIE@@ABVH323Connection@@@Z @17168 NONAME ?BuildAlerting@Q931@@QAEXH@Z @7864 NONAME ?BuildAuthenticationConfirmation@H501PDU@@QAEAAVH501_AuthenticationConfirmation@@I@Z @37081 NONAME ?BuildAuthenticationRejection@H501PDU@@QAEAAVH501_AuthenticationRejection@@II@Z @37338 NONAME ?BuildAuthenticationRequest@H501PDU@@QAEAAVH501_AuthenticationRequest@@IABVH323TransportAddressArray@@@Z @37954 NONAME ?BuildBandwidthConfirm@H323RasPDU@@QAEAAVH225_BandwidthConfirm@@II@Z @28838 NONAME ?BuildBandwidthReject@H323RasPDU@@QAEAAVH225_BandwidthReject@@II@Z @28839 NONAME ?BuildBandwidthRequest@H323RasPDU@@QAEAAVH225_BandwidthRequest@@I@Z @28840 NONAME ?BuildCallIntrusionForcedRelease@H450ServiceAPDU@@QAEXHH@Z @30743 NONAME ?BuildCallIntrusionForcedReleaseError@H450ServiceAPDU@@QAEXXZ @30744 NONAME ?BuildCallIntrusionForcedReleaseResult@H450ServiceAPDU@@QAEAAVX880_ReturnResult@@H@Z @31205 NONAME ?BuildCallIntrusionForceRelesed@H450ServiceAPDU@@QAEXH@Z @31206 NONAME ?BuildCallIntrusionGetCIPL@H450ServiceAPDU@@QAEXH@Z @31207 NONAME ?BuildCallIntrusionImpending@H450ServiceAPDU@@QAEXH@Z @31208 NONAME ?BuildCallProceeding@H323SignalPDU@@QAEAAVH225_CallProceeding_UUIE@@ABVH323Connection@@@Z @17169 NONAME ?BuildCallProceeding@Q931@@QAEXH@Z @7869 NONAME ?BuildCallTransferAbandon@H450ServiceAPDU@@QAEXH@Z @29687 NONAME ?BuildCallTransferIdentify@H450ServiceAPDU@@QAEXH@Z @29688 NONAME ?BuildCallTransferInitiate@H450ServiceAPDU@@QAEXHABVPString@@0ABVH323TransportAddress@@@Z @22282 NONAME ?BuildCallTransferSetup@H450ServiceAPDU@@QAEXHABVPString@@@Z @22283 NONAME ?BuildCallWaiting@H450ServiceAPDU@@QAEXHH@Z @29689 NONAME ?BuildCloseLogicalChannel@H323ControlPDU@@QAEAAVH245_CloseLogicalChannel@@I@Z @7870 NONAME ?BuildCloseLogicalChannelAck@H323ControlPDU@@QAEAAVH245_CloseLogicalChannelAck@@I@Z @7871 NONAME ?BuildConnect@H323SignalPDU@@QAEAAVH225_Connect_UUIE@@ABVH323Connection@@@Z @17170 NONAME ?BuildConnect@H323SignalPDU@@QAEAAVH225_Connect_UUIE@@ABVH323Connection@@ABVAddress@PIPSocket@@G@Z @17171 NONAME ?BuildConnect@Q931@@QAEXH@Z @17176 NONAME ?BuildConnectAck@Q931@@QAEXHH@Z @51159 NONAME ?BuildConnectConfirm@X224@@QAEXXZ @7875 NONAME ?BuildConnectionToken@H323EndPoint@@SA?AVPString@@ABVH323Transport@@IH@Z @7876 NONAME ?BuildConnectRequest@X224@@QAEXXZ @7877 NONAME ?BuildData@X224@@QAEXABVPBYTEArray@@@Z @7878 NONAME ?BuildDescriptorConfirmation@H501PDU@@QAEAAVH501_DescriptorConfirmation@@I@Z @37084 NONAME ?BuildDescriptorIDConfirmation@H501PDU@@QAEAAVH501_DescriptorIDConfirmation@@I@Z @37085 NONAME ?BuildDescriptorIDRejection@H501PDU@@QAEAAVH501_DescriptorIDRejection@@II@Z @37339 NONAME ?BuildDescriptorIDRequest@H501PDU@@QAEAAVH501_DescriptorIDRequest@@IABVH323TransportAddressArray@@@Z @37955 NONAME ?BuildDescriptorRejection@H501PDU@@QAEAAVH501_DescriptorRejection@@II@Z @37340 NONAME ?BuildDescriptorRequest@H501PDU@@QAEAAVH501_DescriptorRequest@@IABVH323TransportAddressArray@@@Z @37956 NONAME ?BuildDescriptorUpdate@H501PDU@@QAEAAVH501_DescriptorUpdate@@IABVH323TransportAddressArray@@@Z @37957 NONAME ?BuildDescriptorUpdateAck@H501PDU@@QAEAAVH501_DescriptorUpdateAck@@I@Z @37091 NONAME ?BuildDisengageConfirm@H323RasPDU@@QAEAAVH225_DisengageConfirm@@I@Z @28841 NONAME ?BuildDisengageReject@H323RasPDU@@QAEAAVH225_DisengageReject@@II@Z @28842 NONAME ?BuildDisengageRequest@H323RasPDU@@QAEAAVH225_DisengageRequest@@I@Z @28843 NONAME ?BuildEndSessionCommand@H323ControlPDU@@QAEAAVH245_EndSessionCommand@@I@Z @7881 NONAME ?BuildFacility@H323SignalPDU@@QAEPAVH225_Facility_UUIE@@ABVH323Connection@@H@Z @17172 NONAME ?BuildFacility@Q931@@QAEXHH@Z @7883 NONAME ?BuildFunctionNotUnderstood@H323ControlPDU@@QAEAAVH245_FunctionNotUnderstood@@ABV1@@Z @7884 NONAME ?BuildGatekeeperConfirm@H323RasPDU@@QAEAAVH225_GatekeeperConfirm@@I@Z @28844 NONAME ?BuildGatekeeperReject@H323RasPDU@@QAEAAVH225_GatekeeperReject@@II@Z @28845 NONAME ?BuildGatekeeperRequest@H323RasPDU@@QAEAAVH225_GatekeeperRequest@@I@Z @28846 NONAME ?BuildInfoRequest@H323RasPDU@@QAEAAVH225_InfoRequest@@IIPBVOpalGloballyUniqueID@@@Z @31229 NONAME ?BuildInfoRequestAck@H323RasPDU@@QAEAAVH225_InfoRequestAck@@I@Z @30639 NONAME ?BuildInfoRequestNak@H323RasPDU@@QAEAAVH225_InfoRequestNak@@II@Z @30640 NONAME ?BuildInfoRequestResponse@H323Gatekeeper@@IAEAAVH225_InfoRequestResponse@@AAVH323RasPDU@@I@Z @30563 NONAME ?BuildInfoRequestResponse@H323RasPDU@@QAEAAVH225_InfoRequestResponse@@I@Z @28847 NONAME ?BuildInformation@H323SignalPDU@@QAEAAVH225_Information_UUIE@@ABVH323Connection@@@Z @27601 NONAME ?BuildInformation@Q931@@QAEXHH@Z @27602 NONAME ?BuildInvoke@H450ServiceAPDU@@QAEAAVX880_Invoke@@HH@Z @22284 NONAME ?BuildLocationConfirm@H323RasPDU@@QAEAAVH225_LocationConfirm@@I@Z @28848 NONAME ?BuildLocationReject@H323RasPDU@@QAEAAVH225_LocationReject@@II@Z @28849 NONAME ?BuildLocationRequest@H323RasPDU@@QAEAAVH225_LocationRequest@@I@Z @28850 NONAME ?BuildMasterSlaveDetermination@H323ControlPDU@@QAEAAVH245_MasterSlaveDetermination@@II@Z @7888 NONAME ?BuildMasterSlaveDeterminationAck@H323ControlPDU@@QAEAAVH245_MasterSlaveDeterminationAck@@H@Z @7889 NONAME ?BuildMasterSlaveDeterminationReject@H323ControlPDU@@QAEAAVH245_MasterSlaveDeterminationReject@@I@Z @7890 NONAME ?BuildNonStandardConfirmation@H501PDU@@QAEAAVH501_NonStandardConfirmation@@I@Z @37092 NONAME ?BuildNonStandardRejection@H501PDU@@QAEAAVH501_NonStandardRejection@@II@Z @37341 NONAME ?BuildNonStandardRequest@H501PDU@@QAEAAVH501_NonStandardRequest@@IABVH323TransportAddressArray@@@Z @37958 NONAME ?BuildNotify@H323SignalPDU@@QAEAAVH225_Notify_UUIE@@ABVH323Connection@@@Z @27603 NONAME ?BuildNotify@Q931@@QAEXHH@Z @27604 NONAME ?BuildOpenLogicalChannel@H323ControlPDU@@QAEAAVH245_OpenLogicalChannel@@I@Z @7891 NONAME ?BuildOpenLogicalChannelAck@H323ControlPDU@@QAEAAVH245_OpenLogicalChannelAck@@I@Z @7892 NONAME ?BuildOpenLogicalChannelConfirm@H323ControlPDU@@QAEAAVH245_OpenLogicalChannelConfirm@@I@Z @7893 NONAME ?BuildOpenLogicalChannelReject@H323ControlPDU@@QAEAAVH245_OpenLogicalChannelReject@@II@Z @7894 NONAME ?BuildPDU@H323Capabilities@@QBEXABVH323Connection@@AAVH245_TerminalCapabilitySet@@@Z @30671 NONAME ?BuildPDU@H501PDU@@IAEXII@Z @37388 NONAME ?BuildProgress@H323SignalPDU@@QAEAAVH225_Progress_UUIE@@ABVH323Connection@@@Z @27605 NONAME ?BuildProgress@Q931@@QAEXHHIII@Z @27606 NONAME ?BuildQ931@H323SignalPDU@@QAEXXZ @17573 NONAME ?BuildRegistrationConfirm@H323RasPDU@@QAEAAVH225_RegistrationConfirm@@I@Z @28851 NONAME ?BuildRegistrationReject@H323RasPDU@@QAEAAVH225_RegistrationReject@@II@Z @28852 NONAME ?BuildRegistrationRequest@H323RasPDU@@QAEAAVH225_RegistrationRequest@@I@Z @28853 NONAME ?BuildReject@H450ServiceAPDU@@QAEAAVX880_Reject@@H@Z @22285 NONAME ?BuildReleaseComplete@H323SignalPDU@@QAEAAVH225_ReleaseComplete_UUIE@@ABVH323Connection@@@Z @17398 NONAME ?BuildReleaseComplete@Q931@@QAEXHH@Z @7898 NONAME ?BuildRequest@H501PDU@@IAEXIIABVH323TransportAddressArray@@@Z @37959 NONAME ?BuildRequestChannelClose@H323ControlPDU@@QAEAAVH245_RequestChannelClose@@II@Z @7899 NONAME ?BuildRequestChannelCloseAck@H323ControlPDU@@QAEAAVH245_RequestChannelCloseAck@@I@Z @7900 NONAME ?BuildRequestChannelCloseReject@H323ControlPDU@@QAEAAVH245_RequestChannelCloseReject@@I@Z @7901 NONAME ?BuildRequestChannelCloseRelease@H323ControlPDU@@QAEAAVH245_RequestChannelCloseRelease@@I@Z @17167 NONAME ?BuildRequestInProgress@H323RasPDU@@QAEAAVH225_RequestInProgress@@II@Z @29452 NONAME ?BuildRequestInProgress@H501PDU@@QAEAAVH501_RequestInProgress@@II@Z @37629 NONAME ?BuildRequestMode@H323ControlPDU@@QAEAAVH245_RequestMode@@I@Z @7902 NONAME ?BuildRequestModeAck@H323ControlPDU@@QAEAAVH245_RequestModeAck@@II@Z @7903 NONAME ?BuildRequestModeReject@H323ControlPDU@@QAEAAVH245_RequestModeReject@@II@Z @7904 NONAME ?BuildReturnError@H450ServiceAPDU@@QAEAAVX880_ReturnError@@HH@Z @22286 NONAME ?BuildReturnResult@H450ServiceAPDU@@QAEAAVX880_ReturnResult@@H@Z @22287 NONAME ?BuildRoundTripDelayRequest@H323ControlPDU@@QAEAAVH245_RoundTripDelayRequest@@I@Z @7905 NONAME ?BuildRoundTripDelayResponse@H323ControlPDU@@QAEAAVH245_RoundTripDelayResponse@@I@Z @7906 NONAME ?BuildServiceConfirmation@H501PDU@@QAEAAVH501_ServiceConfirmation@@I@Z @37098 NONAME ?BuildServiceControlIndication@H323RasPDU@@QAEAAVH225_ServiceControlIndication@@IPBVOpalGloballyUniqueID@@@Z @34526 NONAME ?BuildServiceControlResponse@H323RasPDU@@QAEAAVH225_ServiceControlResponse@@I@Z @34527 NONAME ?BuildServiceRejection@H501PDU@@QAEAAVH501_ServiceRejection@@II@Z @37342 NONAME ?BuildServiceRelease@H501PDU@@QAEAAVH501_ServiceRelease@@I@Z @37100 NONAME ?BuildServiceRequest@H501PDU@@QAEAAVH501_ServiceRequest@@IABVH323TransportAddressArray@@@Z @37960 NONAME ?BuildSetup@H323SignalPDU@@QAEAAVH225_Setup_UUIE@@ABVH323Connection@@ABVH323TransportAddress@@@Z @17559 NONAME ?BuildSetup@Q931@@QAEXH@Z @17179 NONAME ?BuildSetupAcknowledge@H323SignalPDU@@QAEAAVH225_SetupAcknowledge_UUIE@@ABVH323Connection@@@Z @27607 NONAME ?BuildSetupAcknowledge@Q931@@QAEXH@Z @27608 NONAME ?BuildStatus@H323SignalPDU@@QAEAAVH225_Status_UUIE@@ABVH323Connection@@@Z @27609 NONAME ?BuildStatus@Q931@@QAEXHH@Z @7911 NONAME ?BuildStatusEnquiry@Q931@@QAEXHH@Z @24341 NONAME ?BuildStatusInquiry@H323SignalPDU@@QAEAAVH225_StatusInquiry_UUIE@@ABVH323Connection@@@Z @27610 NONAME ?BuildTerminalCapabilitySet@H323ControlPDU@@QAEAAVH245_TerminalCapabilitySet@@ABVH323Connection@@IH@Z @24342 NONAME ?BuildTerminalCapabilitySetAck@H323ControlPDU@@QAEAAVH245_TerminalCapabilitySetAck@@I@Z @7913 NONAME ?BuildTerminalCapabilitySetReject@H323ControlPDU@@QAEAAVH245_TerminalCapabilitySetReject@@II@Z @7914 NONAME ?BuildUnknownMessageResponse@H323RasPDU@@QAEAAVH225_UnknownMessageResponse@@I@Z @28854 NONAME ?BuildUnknownMessageResponse@H501PDU@@QAEAAVH501_UnknownMessageResponse@@I@Z @37102 NONAME ?BuildUnregistrationConfirm@H323RasPDU@@QAEAAVH225_UnregistrationConfirm@@I@Z @28855 NONAME ?BuildUnregistrationReject@H323RasPDU@@QAEAAVH225_UnregistrationReject@@II@Z @28856 NONAME ?BuildUnregistrationRequest@H323RasPDU@@QAEAAVH225_UnregistrationRequest@@I@Z @28857 NONAME ?BuildUsageConfirmation@H501PDU@@QAEAAVH501_UsageConfirmation@@I@Z @37103 NONAME ?BuildUsageIndicationConfirmation@H501PDU@@QAEAAVH501_UsageIndicationConfirmation@@I@Z @37104 NONAME ?BuildUsageIndicationRejection@H501PDU@@QAEAAVH501_UsageIndicationRejection@@II@Z @37343 NONAME ?BuildUsageRejection@H501PDU@@QAEAAVH501_UsageRejection@@I@Z @37106 NONAME ?BuildUsageRequest@H501PDU@@QAEAAVH501_UsageRequest@@IABVH323TransportAddressArray@@@Z @37961 NONAME ?BuildUserInputIndication@H323ControlPDU@@QAEAAVH245_UserInputIndication@@ABVPString@@@Z @7918 NONAME ?BuildUserInputIndication@H323ControlPDU@@QAEAAVH245_UserInputIndication@@DIII@Z @7919 NONAME ?BuildValidationConfirmation@H501PDU@@QAEAAVH501_ValidationConfirmation@@I@Z @37108 NONAME ?BuildValidationRejection@H501PDU@@QAEAAVH501_ValidationRejection@@II@Z @37344 NONAME ?BuildValidationRequest@H501PDU@@QAEAAVH501_ValidationRequest@@IABVH323TransportAddressArray@@@Z @37962 NONAME ?bv_rdct1@@YAXHPAFHPAEH@Z @7920 NONAME ?bv_rdct2@@YAXHPAFHPAE1H@Z @7921 NONAME ?bv_rdct3@@YAXHPAFHHPAE1H@Z @7922 NONAME ?Call@HandleTimeout_PNotifier@H245Negotiator@@UBEXAAVPObject@@H@Z @7923 NONAME ?Call@HandleTransactions_PNotifier@H323Transactor@@UBEXAAVPObject@@H@Z @37390 NONAME ?Call@MonitorMain_PNotifier@H323Gatekeeper@@UBEXAAVPObject@@H@Z @30564 NONAME ?Call@MonitorMain_PNotifier@H323GatekeeperServer@@UBEXAAVPObject@@H@Z @30246 NONAME ?Call@MonitorMain_PNotifier@H323PeerElement@@UBEXAAVPObject@@H@Z @34978 NONAME ?Call@Monitor_PNotifier@OpalUSBDevice@@UBEXAAVPObject@@H@Z @52375 NONAME ?Call@OnCallIntrudeTimeOut_PNotifier@H45011Handler@@UBEXAAVPObject@@H@Z @30746 NONAME ?Call@OnCallTransferTimeOut_PNotifier@H4502Handler@@UBEXAAVPObject@@H@Z @29690 NONAME ?Call@OnLoadModule_PNotifier@PPluginModuleManager@@UBEXAAVPObject@@H@Z @49691 NONAME ?Call@OnUserInputInBandDTMF_PNotifier@H323Connection@@UBEXAAVPObject@@H@Z @29987 NONAME ?Call@OnUserInputInlineRFC2833_PNotifier@H323Connection@@UBEXAAVPObject@@H@Z @29923 NONAME ?Call@ReceivedPacket_PNotifier@OpalRFC2833@@UBEXAAVPObject@@H@Z @29924 NONAME ?Call@ReceivedPacket_PNotifier@OpalRtpToWavFile@@UBEXAAVPObject@@H@Z @30611 NONAME ?Call@ReceiveTimeout_PNotifier@OpalRFC2833@@UBEXAAVPObject@@H@Z @29925 NONAME ?Call@SlowHandler_PNotifier@H323Transaction@@UBEXAAVPObject@@H@Z @37630 NONAME ?Call@StatusHandler_PNotifier@OpalVoipBlasterDevice@@UBEXAAVPObject@@H@Z @29748 NONAME ?Call@TickleMonitor_PNotifier@H323Gatekeeper@@UBEXAAVPObject@@H@Z @30565 NONAME ?Call@TonePlay_PNotifier@OpalUSBDevice@@UBEXAAVPObject@@H@Z @52376 NONAME ?Call@TransmitEnded_PNotifier@OpalRFC2833@@UBEXAAVPObject@@H@Z @29926 NONAME ?Call@TransmitPacket_PNotifier@OpalRFC2833@@UBEXAAVPObject@@H@Z @29927 NONAME ?Call@UpdateAllDescriptors_PNotifier@H323PeerElement@@UBEXAAVPObject@@H@Z @37477 NONAME ?CanAutoCallForward@H323EndPoint@@QBEHXZ @31695 NONAME ?CanAutoStartReceiveFax@H323EndPoint@@QBEHXZ @29349 NONAME ?CanAutoStartReceiveVideo@H323EndPoint@@QBEHXZ @17434 NONAME ?CanAutoStartTransmitFax@H323EndPoint@@QBEHXZ @29350 NONAME ?CanAutoStartTransmitVideo@H323EndPoint@@QBEHXZ @17435 NONAME ?CanDisplayAmountString@H323EndPoint@@QBEHXZ @33111 NONAME ?CanDisplayAmountString@H323RegisteredEndPoint@@QBEHXZ @33112 NONAME ?CanEnforceDurationLimit@H323EndPoint@@QBEHXZ @33113 NONAME ?CanEnforceDurationLimit@H323RegisteredEndPoint@@QBEHXZ @34520 NONAME ?CanReceiveRIP@H323RegisteredEndPoint@@QBEHXZ @38295 NONAME ?CanSendRIP@H323Transaction@@QBEHXZ @38296 NONAME ?CheckAliasAddressPolicy@H323GatekeeperServer@@UAEHABVH323RegisteredEndPoint@@ABVH225_AdmissionRequest@@ABVH225_AliasAddress@@@Z @28475 NONAME ?CheckAliasStringPolicy@H323GatekeeperServer@@UAEHABVH323RegisteredEndPoint@@ABVH225_AdmissionRequest@@ABVPString@@@Z @28476 NONAME ?CheckCryptoTokens@H323GatekeeperRequest@@QAEHXZ @31292 NONAME ?CheckCryptoTokens@H323Transaction@@QAEHABVH235Authenticators@@@Z @37631 NONAME ?CheckCryptoTokens@H323Transactor@@IAEHABVH323TransactionPDU@@ABVPASN_Array@@I1I@Z @37632 NONAME ?CheckForResponse@H323Transactor@@IAEHIIPBVPASN_Choice@@@Z @37392 NONAME ?CheckGatekeeperIdentifier@H323GatekeeperRequest@@QAEHXZ @31293 NONAME ?CheckResponse@Request@H323Transactor@@QAEXIPBVPASN_Choice@@@Z @37393 NONAME ?CheckSignalAddressPolicy@H323GatekeeperServer@@UAEHABVH323RegisteredEndPoint@@ABVH225_AdmissionRequest@@ABVH323TransportAddress@@@Z @28478 NONAME ?Class@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@SAPBDXZ @27739 NONAME ?Class@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@SAPBDXZ @27740 NONAME ?Class@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@SAPBDXZ @27741 NONAME ?Class@?$H235_HASHED@VH235_EncodedGeneralToken@@@@SAPBDXZ @27742 NONAME ?Class@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@SAPBDXZ @27743 NONAME ?Class@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@SAPBDXZ @27744 NONAME ?Class@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@SAPBDXZ @27745 NONAME ?Class@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@SAPBDXZ @27746 NONAME ?Class@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@SAPBDXZ @27747 NONAME ?Class@?$H235_SIGNED@VH235_EncodedReturnSig@@@@SAPBDXZ @27748 NONAME ?Class@?$PArray@V?$PList@VH323Capability@@@@@@SAPBDXZ @7940 NONAME ?Class@?$PArray@VH323SimultaneousCapabilities@@@@SAPBDXZ @7941 NONAME ?Class@?$PArray@VH323TransportAddress@@@@SAPBDXZ @28479 NONAME ?Class@?$PArray@VReceiverReport@RTP_Session@@@@SAPBDXZ @17068 NONAME ?Class@?$PArray@VSourceDescription@RTP_Session@@@@SAPBDXZ @17069 NONAME ?Class@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@SAPBDXZ @7942 NONAME ?Class@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@SAPBDXZ @33114 NONAME ?Class@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@SAPBDXZ @29006 NONAME ?Class@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@SAPBDXZ @7943 NONAME ?Class@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@SAPBDXZ @37394 NONAME ?Class@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@SAPBDXZ @7944 NONAME ?Class@?$PDictionary@VPString@@VH323Connection@@@@SAPBDXZ @7945 NONAME ?Class@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@SAPBDXZ @28480 NONAME ?Class@?$PDictionary@VPString@@VPOrdinalKey@@@@SAPBDXZ @37478 NONAME ?Class@?$PList@VH235Authenticator@@@@SAPBDXZ @28860 NONAME ?Class@?$PList@VH245_GenericParameter@@@@SAPBDXZ @52377 NONAME ?Class@?$PList@VH323Capability@@@@SAPBDXZ @7946 NONAME ?Class@?$PList@VH323Channel@@@@SAPBDXZ @7947 NONAME ?Class@?$PList@VH323GatekeeperListener@@@@SAPBDXZ @28481 NONAME ?Class@?$PList@VH323Listener@@@@SAPBDXZ @7949 NONAME ?Class@?$PList@VH323Transactor@@@@SAPBDXZ @34980 NONAME ?Class@?$PList@VH450xHandler@@@@SAPBDXZ @29007 NONAME ?Class@?$PList@VOpalMediaFormat@@@@SAPBDXZ @20602 NONAME ?Class@?$PList@VPBYTEArray@@@@SAPBDXZ @34562 NONAME ?Class@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@SAPBDXZ @31635 NONAME ?Class@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@SAPBDXZ @37232 NONAME ?Class@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@SAPBDXZ @37233 NONAME ?Class@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@SAPBDXZ @31636 NONAME ?Class@?$PSafePtr@VH323GatekeeperCall@@@@SAPBDXZ @30410 NONAME ?Class@?$PSafePtr@VH323PeerElementDescriptor@@@@SAPBDXZ @37234 NONAME ?Class@?$PSafePtr@VH323PeerElementServiceRelationship@@@@SAPBDXZ @37235 NONAME ?Class@?$PSafePtr@VH323RegisteredEndPoint@@@@SAPBDXZ @30411 NONAME ?Class@?$PSet@VPOrdinalKey@@@@SAPBDXZ @37479 NONAME ?Class@?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@SAPBDXZ @30825 NONAME ?Class@?$PSortedList@VH225_AliasAddress@@@@SAPBDXZ @37633 NONAME ?Class@?$PSortedList@VH323GatekeeperCall@@@@SAPBDXZ @28482 NONAME ?Class@?$PSortedList@VH323PeerElementDescriptor@@@@SAPBDXZ @37236 NONAME ?Class@?$PSortedList@VH323PeerElementServiceRelationship@@@@SAPBDXZ @37237 NONAME ?Class@?$PSortedList@VMXRecord@PDNS@@@@SAPBDXZ @52378 NONAME ?Class@?$PSortedList@VResponse@H323Transactor@@@@SAPBDXZ @37395 NONAME ?Class@?$PSortedList@VSRVRecord@PDNS@@@@SAPBDXZ @52379 NONAME ?Class@AlternateInfo@H323Gatekeeper@@SAPBDXZ @30826 NONAME ?Class@ByteQueue@OpalVoipBlasterDevice@@SAPBDXZ @29749 NONAME ?Class@FilterInfo@H323Codec@@SAPBDXZ @29974 NONAME ?Class@G7231_File_Capability@@SAPBDXZ @31034 NONAME ?Class@G7231_File_Codec@@SAPBDXZ @31035 NONAME ?Class@GCC_AlternativeNodeID@@SAPBDXZ @7950 NONAME ?Class@GCC_ApplicationInvokeIndication@@SAPBDXZ @7951 NONAME ?Class@GCC_ApplicationInvokeSpecifier@@SAPBDXZ @7952 NONAME ?Class@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@SAPBDXZ @7953 NONAME ?Class@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@SAPBDXZ @7954 NONAME ?Class@GCC_ApplicationRecord@@SAPBDXZ @7955 NONAME ?Class@GCC_ApplicationRecord_nonCollapsingCapabilities@@SAPBDXZ @7956 NONAME ?Class@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@SAPBDXZ @7957 NONAME ?Class@GCC_ArrayOf_ApplicationInvokeSpecifier@@SAPBDXZ @7958 NONAME ?Class@GCC_ArrayOf_ChallengeItem@@SAPBDXZ @7959 NONAME ?Class@GCC_ArrayOf_ConferenceDescriptor@@SAPBDXZ @7960 NONAME ?Class@GCC_ArrayOf_Privilege@@SAPBDXZ @7961 NONAME ?Class@GCC_ArrayOf_TextString@@SAPBDXZ @7962 NONAME ?Class@GCC_ArrayOf_UserID@@SAPBDXZ @7963 NONAME ?Class@GCC_AsymmetryIndicator@@SAPBDXZ @7964 NONAME ?Class@GCC_CapabilityClass@@SAPBDXZ @7965 NONAME ?Class@GCC_CapabilityID@@SAPBDXZ @7966 NONAME ?Class@GCC_ChallengeItem@@SAPBDXZ @7967 NONAME ?Class@GCC_ChallengeRequest@@SAPBDXZ @7968 NONAME ?Class@GCC_ChallengeResponse@@SAPBDXZ @7969 NONAME ?Class@GCC_ChallengeResponseAlgorithm@@SAPBDXZ @7970 NONAME ?Class@GCC_ChallengeResponseItem@@SAPBDXZ @7971 NONAME ?Class@GCC_ChannelID@@SAPBDXZ @7972 NONAME ?Class@GCC_ChannelType@@SAPBDXZ @7973 NONAME ?Class@GCC_ConductorAssignIndication@@SAPBDXZ @7974 NONAME ?Class@GCC_ConductorPermissionAskIndication@@SAPBDXZ @7975 NONAME ?Class@GCC_ConductorPermissionGrantIndication@@SAPBDXZ @7976 NONAME ?Class@GCC_ConductorReleaseIndication@@SAPBDXZ @7977 NONAME ?Class@GCC_ConferenceAddRequest@@SAPBDXZ @7978 NONAME ?Class@GCC_ConferenceAddResponse@@SAPBDXZ @7979 NONAME ?Class@GCC_ConferenceAddResponse_result@@SAPBDXZ @7980 NONAME ?Class@GCC_ConferenceAssistanceIndication@@SAPBDXZ @7981 NONAME ?Class@GCC_ConferenceCreateRequest@@SAPBDXZ @7982 NONAME ?Class@GCC_ConferenceCreateResponse@@SAPBDXZ @7983 NONAME ?Class@GCC_ConferenceCreateResponse_result@@SAPBDXZ @7984 NONAME ?Class@GCC_ConferenceDescriptor@@SAPBDXZ @7985 NONAME ?Class@GCC_ConferenceEjectUserIndication@@SAPBDXZ @7986 NONAME ?Class@GCC_ConferenceEjectUserIndication_reason@@SAPBDXZ @7987 NONAME ?Class@GCC_ConferenceEjectUserRequest@@SAPBDXZ @7988 NONAME ?Class@GCC_ConferenceEjectUserRequest_reason@@SAPBDXZ @7989 NONAME ?Class@GCC_ConferenceEjectUserResponse@@SAPBDXZ @7990 NONAME ?Class@GCC_ConferenceEjectUserResponse_result@@SAPBDXZ @7991 NONAME ?Class@GCC_ConferenceInviteRequest@@SAPBDXZ @7992 NONAME ?Class@GCC_ConferenceInviteResponse@@SAPBDXZ @7993 NONAME ?Class@GCC_ConferenceInviteResponse_result@@SAPBDXZ @7994 NONAME ?Class@GCC_ConferenceJoinRequest@@SAPBDXZ @7995 NONAME ?Class@GCC_ConferenceJoinResponse@@SAPBDXZ @7996 NONAME ?Class@GCC_ConferenceJoinResponse_result@@SAPBDXZ @7997 NONAME ?Class@GCC_ConferenceLockIndication@@SAPBDXZ @7998 NONAME ?Class@GCC_ConferenceLockRequest@@SAPBDXZ @7999 NONAME ?Class@GCC_ConferenceLockResponse@@SAPBDXZ @8000 NONAME ?Class@GCC_ConferenceLockResponse_result@@SAPBDXZ @8001 NONAME ?Class@GCC_ConferenceName@@SAPBDXZ @8002 NONAME ?Class@GCC_ConferenceNameModifier@@SAPBDXZ @8003 NONAME ?Class@GCC_ConferenceNameSelector@@SAPBDXZ @8004 NONAME ?Class@GCC_ConferencePriority@@SAPBDXZ @8005 NONAME ?Class@GCC_ConferencePriorityScheme@@SAPBDXZ @8006 NONAME ?Class@GCC_ConferenceQueryRequest@@SAPBDXZ @8007 NONAME ?Class@GCC_ConferenceQueryResponse@@SAPBDXZ @8008 NONAME ?Class@GCC_ConferenceQueryResponse_result@@SAPBDXZ @8009 NONAME ?Class@GCC_ConferenceTerminateIndication@@SAPBDXZ @8010 NONAME ?Class@GCC_ConferenceTerminateIndication_reason@@SAPBDXZ @8011 NONAME ?Class@GCC_ConferenceTerminateRequest@@SAPBDXZ @8012 NONAME ?Class@GCC_ConferenceTerminateRequest_reason@@SAPBDXZ @8013 NONAME ?Class@GCC_ConferenceTerminateResponse@@SAPBDXZ @8014 NONAME ?Class@GCC_ConferenceTerminateResponse_result@@SAPBDXZ @8015 NONAME ?Class@GCC_ConferenceTimeExtendIndication@@SAPBDXZ @8016 NONAME ?Class@GCC_ConferenceTimeInquireIndication@@SAPBDXZ @8017 NONAME ?Class@GCC_ConferenceTimeRemainingIndication@@SAPBDXZ @8018 NONAME ?Class@GCC_ConferenceTransferIndication@@SAPBDXZ @8019 NONAME ?Class@GCC_ConferenceTransferRequest@@SAPBDXZ @8020 NONAME ?Class@GCC_ConferenceTransferResponse@@SAPBDXZ @8021 NONAME ?Class@GCC_ConferenceTransferResponse_result@@SAPBDXZ @8022 NONAME ?Class@GCC_ConferenceUnlockIndication@@SAPBDXZ @8023 NONAME ?Class@GCC_ConferenceUnlockRequest@@SAPBDXZ @8024 NONAME ?Class@GCC_ConferenceUnlockResponse@@SAPBDXZ @8025 NONAME ?Class@GCC_ConferenceUnlockResponse_result@@SAPBDXZ @8026 NONAME ?Class@GCC_ConnectData@@SAPBDXZ @8027 NONAME ?Class@GCC_ConnectGCCPDU@@SAPBDXZ @8028 NONAME ?Class@GCC_DialingString@@SAPBDXZ @8029 NONAME ?Class@GCC_DynamicChannelID@@SAPBDXZ @8030 NONAME ?Class@GCC_DynamicTokenID@@SAPBDXZ @8031 NONAME ?Class@GCC_EntityID@@SAPBDXZ @8032 NONAME ?Class@GCC_ExtraDialingString@@SAPBDXZ @8033 NONAME ?Class@GCC_FunctionNotSupportedResponse@@SAPBDXZ @8034 NONAME ?Class@GCC_GCCPDU@@SAPBDXZ @8035 NONAME ?Class@GCC_H221NonStandardIdentifier@@SAPBDXZ @8036 NONAME ?Class@GCC_Handle@@SAPBDXZ @8037 NONAME ?Class@GCC_IndicationPDU@@SAPBDXZ @8038 NONAME ?Class@GCC_Key@@SAPBDXZ @8039 NONAME ?Class@GCC_NetworkAddress@@SAPBDXZ @8040 NONAME ?Class@GCC_NetworkAddress_subtype@@SAPBDXZ @8041 NONAME ?Class@GCC_NetworkAddress_subtype_aggregatedChannel@@SAPBDXZ @8042 NONAME ?Class@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@SAPBDXZ @8043 NONAME ?Class@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@SAPBDXZ @8044 NONAME ?Class@GCC_NetworkAddress_subtype_transportConnection@@SAPBDXZ @8045 NONAME ?Class@GCC_NodeProperties@@SAPBDXZ @8046 NONAME ?Class@GCC_NodeRecord@@SAPBDXZ @8047 NONAME ?Class@GCC_NodeType@@SAPBDXZ @8048 NONAME ?Class@GCC_NonStandardParameter@@SAPBDXZ @8049 NONAME ?Class@GCC_NonStandardPDU@@SAPBDXZ @8050 NONAME ?Class@GCC_Password@@SAPBDXZ @8051 NONAME ?Class@GCC_PasswordChallengeRequestResponse@@SAPBDXZ @8052 NONAME ?Class@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@SAPBDXZ @8053 NONAME ?Class@GCC_PasswordSelector@@SAPBDXZ @8054 NONAME ?Class@GCC_Privilege@@SAPBDXZ @8055 NONAME ?Class@GCC_RegistryAllocateHandleRequest@@SAPBDXZ @8056 NONAME ?Class@GCC_RegistryAllocateHandleResponse@@SAPBDXZ @8057 NONAME ?Class@GCC_RegistryAllocateHandleResponse_result@@SAPBDXZ @8058 NONAME ?Class@GCC_RegistryAssignTokenRequest@@SAPBDXZ @8059 NONAME ?Class@GCC_RegistryDeleteEntryRequest@@SAPBDXZ @8060 NONAME ?Class@GCC_RegistryEntryOwner@@SAPBDXZ @8061 NONAME ?Class@GCC_RegistryEntryOwner_owned@@SAPBDXZ @8062 NONAME ?Class@GCC_RegistryItem@@SAPBDXZ @8063 NONAME ?Class@GCC_RegistryKey@@SAPBDXZ @8064 NONAME ?Class@GCC_RegistryModificationRights@@SAPBDXZ @8065 NONAME ?Class@GCC_RegistryMonitorEntryIndication@@SAPBDXZ @8066 NONAME ?Class@GCC_RegistryMonitorEntryRequest@@SAPBDXZ @8067 NONAME ?Class@GCC_RegistryRegisterChannelRequest@@SAPBDXZ @8068 NONAME ?Class@GCC_RegistryResponse@@SAPBDXZ @8069 NONAME ?Class@GCC_RegistryResponse_primitiveType@@SAPBDXZ @8070 NONAME ?Class@GCC_RegistryResponse_result@@SAPBDXZ @8071 NONAME ?Class@GCC_RegistryRetrieveEntryRequest@@SAPBDXZ @8072 NONAME ?Class@GCC_RegistrySetParameterRequest@@SAPBDXZ @8073 NONAME ?Class@GCC_RequestPDU@@SAPBDXZ @8074 NONAME ?Class@GCC_ResponsePDU@@SAPBDXZ @8075 NONAME ?Class@GCC_RosterUpdateIndication@@SAPBDXZ @8076 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation@@SAPBDXZ @8077 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype@@SAPBDXZ @8078 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@SAPBDXZ @8079 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@SAPBDXZ @8080 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@SAPBDXZ @8081 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@SAPBDXZ @8082 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@SAPBDXZ @8083 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@SAPBDXZ @8084 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@SAPBDXZ @8085 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@SAPBDXZ @8086 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@SAPBDXZ @8087 NONAME ?Class@GCC_RosterUpdateIndication_nodeInformation@@SAPBDXZ @8088 NONAME ?Class@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@SAPBDXZ @8089 NONAME ?Class@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@SAPBDXZ @8090 NONAME ?Class@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@SAPBDXZ @8091 NONAME ?Class@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@SAPBDXZ @8092 NONAME ?Class@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@SAPBDXZ @8093 NONAME ?Class@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@SAPBDXZ @8094 NONAME ?Class@GCC_SessionKey@@SAPBDXZ @8095 NONAME ?Class@GCC_SimpleNumericString@@SAPBDXZ @8096 NONAME ?Class@GCC_SimpleTextString@@SAPBDXZ @8097 NONAME ?Class@GCC_StaticChannelID@@SAPBDXZ @8098 NONAME ?Class@GCC_StaticTokenID@@SAPBDXZ @8099 NONAME ?Class@GCC_SubAddressString@@SAPBDXZ @8100 NONAME ?Class@GCC_TerminationMethod@@SAPBDXZ @8101 NONAME ?Class@GCC_TextMessageIndication@@SAPBDXZ @8102 NONAME ?Class@GCC_TextString@@SAPBDXZ @8103 NONAME ?Class@GCC_Time@@SAPBDXZ @8104 NONAME ?Class@GCC_TokenID@@SAPBDXZ @8105 NONAME ?Class@GCC_UserData@@SAPBDXZ @8106 NONAME ?Class@GCC_UserData_subtype@@SAPBDXZ @8107 NONAME ?Class@GCC_UserID@@SAPBDXZ @8108 NONAME ?Class@GCC_UserIDIndication@@SAPBDXZ @8109 NONAME ?Class@H225CallThread@@SAPBDXZ @8110 NONAME ?Class@H225TransportThread@@SAPBDXZ @8112 NONAME ?Class@H225_AddressPattern@@SAPBDXZ @25670 NONAME ?Class@H225_AddressPattern_range@@SAPBDXZ @25671 NONAME ?Class@H225_AdmissionConfirm@@SAPBDXZ @8113 NONAME ?Class@H225_AdmissionConfirm_language@@SAPBDXZ @25672 NONAME ?Class@H225_AdmissionReject@@SAPBDXZ @8114 NONAME ?Class@H225_AdmissionRejectReason@@SAPBDXZ @8115 NONAME ?Class@H225_AdmissionRequest@@SAPBDXZ @8116 NONAME ?Class@H225_Alerting_UUIE@@SAPBDXZ @8117 NONAME ?Class@H225_AliasAddress@@SAPBDXZ @8118 NONAME ?Class@H225_AlternateGK@@SAPBDXZ @8119 NONAME ?Class@H225_AlternateTransportAddresses@@SAPBDXZ @25673 NONAME ?Class@H225_AltGKInfo@@SAPBDXZ @8120 NONAME ?Class@H225_ANSI_41_UIM@@SAPBDXZ @25674 NONAME ?Class@H225_ANSI_41_UIM_system_id@@SAPBDXZ @25675 NONAME ?Class@H225_ArrayOf_AddressPattern@@SAPBDXZ @25676 NONAME ?Class@H225_ArrayOf_AdmissionConfirm@@SAPBDXZ @38606 NONAME ?Class@H225_ArrayOf_AliasAddress@@SAPBDXZ @8121 NONAME ?Class@H225_ArrayOf_AlternateGK@@SAPBDXZ @8122 NONAME ?Class@H225_ArrayOf_AuthenticationMechanism@@SAPBDXZ @8123 NONAME ?Class@H225_ArrayOf_BandwidthDetails@@SAPBDXZ @25677 NONAME ?Class@H225_ArrayOf_CallReferenceValue@@SAPBDXZ @8124 NONAME ?Class@H225_ArrayOf_CallsAvailable@@SAPBDXZ @25678 NONAME ?Class@H225_ArrayOf_ClearToken@@SAPBDXZ @8125 NONAME ?Class@H225_ArrayOf_ConferenceIdentifier@@SAPBDXZ @8126 NONAME ?Class@H225_ArrayOf_ConferenceList@@SAPBDXZ @8127 NONAME ?Class@H225_ArrayOf_CryptoH323Token@@SAPBDXZ @8128 NONAME ?Class@H225_ArrayOf_DataRate@@SAPBDXZ @8129 NONAME ?Class@H225_ArrayOf_Endpoint@@SAPBDXZ @8130 NONAME ?Class@H225_ArrayOf_EnumeratedParameter@@SAPBDXZ @25679 NONAME ?Class@H225_ArrayOf_ExtendedAliasAddress@@SAPBDXZ @25680 NONAME ?Class@H225_ArrayOf_FeatureDescriptor@@SAPBDXZ @25681 NONAME ?Class@H225_ArrayOf_GenericData@@SAPBDXZ @25682 NONAME ?Class@H225_ArrayOf_H245Security@@SAPBDXZ @8131 NONAME ?Class@H225_ArrayOf_H248PackagesDescriptor@@SAPBDXZ @25683 NONAME ?Class@H225_ArrayOf_IntegrityMechanism@@SAPBDXZ @8132 NONAME ?Class@H225_ArrayOf_NonStandardParameter@@SAPBDXZ @8133 NONAME ?Class@H225_ArrayOf_PartyNumber@@SAPBDXZ @25684 NONAME ?Class@H225_ArrayOf_PASN_ObjectId@@SAPBDXZ @8134 NONAME ?Class@H225_ArrayOf_PASN_OctetString@@SAPBDXZ @8135 NONAME ?Class@H225_ArrayOf_RasUsageSpecification@@SAPBDXZ @25685 NONAME ?Class@H225_ArrayOf_RTPSession@@SAPBDXZ @8136 NONAME ?Class@H225_ArrayOf_ServiceControlSession@@SAPBDXZ @25686 NONAME ?Class@H225_ArrayOf_SupportedPrefix@@SAPBDXZ @8137 NONAME ?Class@H225_ArrayOf_SupportedProtocols@@SAPBDXZ @8138 NONAME ?Class@H225_ArrayOf_TransportAddress@@SAPBDXZ @8139 NONAME ?Class@H225_ArrayOf_TransportChannelInfo@@SAPBDXZ @8140 NONAME ?Class@H225_ArrayOf_TunnelledProtocol@@SAPBDXZ @25687 NONAME ?Class@H225_BandRejectReason@@SAPBDXZ @8141 NONAME ?Class@H225_BandWidth@@SAPBDXZ @8142 NONAME ?Class@H225_BandwidthConfirm@@SAPBDXZ @8143 NONAME ?Class@H225_BandwidthDetails@@SAPBDXZ @25688 NONAME ?Class@H225_BandwidthReject@@SAPBDXZ @8144 NONAME ?Class@H225_BandwidthRequest@@SAPBDXZ @8145 NONAME ?Class@H225_CallCapacity@@SAPBDXZ @25689 NONAME ?Class@H225_CallCapacityInfo@@SAPBDXZ @25690 NONAME ?Class@H225_CallCreditCapability@@SAPBDXZ @25691 NONAME ?Class@H225_CallCreditServiceControl@@SAPBDXZ @25692 NONAME ?Class@H225_CallCreditServiceControl_billingMode@@SAPBDXZ @25693 NONAME ?Class@H225_CallCreditServiceControl_callStartingPoint@@SAPBDXZ @25694 NONAME ?Class@H225_CallIdentifier@@SAPBDXZ @8146 NONAME ?Class@H225_CallLinkage@@SAPBDXZ @25695 NONAME ?Class@H225_CallModel@@SAPBDXZ @8147 NONAME ?Class@H225_CallProceeding_UUIE@@SAPBDXZ @8148 NONAME ?Class@H225_CallReferenceValue@@SAPBDXZ @8149 NONAME ?Class@H225_CallsAvailable@@SAPBDXZ @25696 NONAME ?Class@H225_CallTerminationCause@@SAPBDXZ @25697 NONAME ?Class@H225_CallType@@SAPBDXZ @8150 NONAME ?Class@H225_CapacityReportingCapability@@SAPBDXZ @25698 NONAME ?Class@H225_CapacityReportingSpecification@@SAPBDXZ @25699 NONAME ?Class@H225_CapacityReportingSpecification_when@@SAPBDXZ @25700 NONAME ?Class@H225_CarrierInfo@@SAPBDXZ @38607 NONAME ?Class@H225_CicInfo@@SAPBDXZ @25701 NONAME ?Class@H225_CicInfo_cic@@SAPBDXZ @25702 NONAME ?Class@H225_CircuitIdentifier@@SAPBDXZ @25703 NONAME ?Class@H225_CircuitInfo@@SAPBDXZ @25704 NONAME ?Class@H225_ConferenceIdentifier@@SAPBDXZ @8151 NONAME ?Class@H225_ConferenceList@@SAPBDXZ @8152 NONAME ?Class@H225_Connect_UUIE@@SAPBDXZ @8153 NONAME ?Class@H225_Connect_UUIE_language@@SAPBDXZ @25705 NONAME ?Class@H225_Content@@SAPBDXZ @25706 NONAME ?Class@H225_CryptoH323Token@@SAPBDXZ @8154 NONAME ?Class@H225_CryptoH323Token_cryptoEPPwdHash@@SAPBDXZ @8155 NONAME ?Class@H225_CryptoH323Token_cryptoGKPwdHash@@SAPBDXZ @8156 NONAME ?Class@H225_DataRate@@SAPBDXZ @8157 NONAME ?Class@H225_DisengageConfirm@@SAPBDXZ @8158 NONAME ?Class@H225_DisengageReason@@SAPBDXZ @8159 NONAME ?Class@H225_DisengageReject@@SAPBDXZ @8160 NONAME ?Class@H225_DisengageRejectReason@@SAPBDXZ @8161 NONAME ?Class@H225_DisengageRequest@@SAPBDXZ @8162 NONAME ?Class@H225_EncodedFastStartToken@@SAPBDXZ @27749 NONAME ?Class@H225_EncryptIntAlg@@SAPBDXZ @8163 NONAME ?Class@H225_Endpoint@@SAPBDXZ @8164 NONAME ?Class@H225_EndpointIdentifier@@SAPBDXZ @8165 NONAME ?Class@H225_EndpointType@@SAPBDXZ @8166 NONAME ?Class@H225_EnumeratedParameter@@SAPBDXZ @25707 NONAME ?Class@H225_ExtendedAliasAddress@@SAPBDXZ @25708 NONAME ?Class@H225_FacilityReason@@SAPBDXZ @8167 NONAME ?Class@H225_Facility_UUIE@@SAPBDXZ @8168 NONAME ?Class@H225_FastStartToken@@SAPBDXZ @8169 NONAME ?Class@H225_FeatureDescriptor@@SAPBDXZ @25709 NONAME ?Class@H225_FeatureSet@@SAPBDXZ @25710 NONAME ?Class@H225_GatekeeperConfirm@@SAPBDXZ @8170 NONAME ?Class@H225_GatekeeperIdentifier@@SAPBDXZ @8171 NONAME ?Class@H225_GatekeeperInfo@@SAPBDXZ @8172 NONAME ?Class@H225_GatekeeperReject@@SAPBDXZ @8173 NONAME ?Class@H225_GatekeeperRejectReason@@SAPBDXZ @8174 NONAME ?Class@H225_GatekeeperRequest@@SAPBDXZ @8175 NONAME ?Class@H225_GatewayInfo@@SAPBDXZ @8176 NONAME ?Class@H225_GenericData@@SAPBDXZ @25711 NONAME ?Class@H225_GenericIdentifier@@SAPBDXZ @25712 NONAME ?Class@H225_GloballyUniqueID@@SAPBDXZ @8177 NONAME ?Class@H225_GroupID@@SAPBDXZ @25713 NONAME ?Class@H225_GroupID_member@@SAPBDXZ @25714 NONAME ?Class@H225_GSM_UIM@@SAPBDXZ @25715 NONAME ?Class@H225_H221NonStandard@@SAPBDXZ @8178 NONAME ?Class@H225_H245Security@@SAPBDXZ @8179 NONAME ?Class@H225_H248PackagesDescriptor@@SAPBDXZ @25716 NONAME ?Class@H225_H248SignalsDescriptor@@SAPBDXZ @25717 NONAME ?Class@H225_H310Caps@@SAPBDXZ @8180 NONAME ?Class@H225_H320Caps@@SAPBDXZ @8181 NONAME ?Class@H225_H321Caps@@SAPBDXZ @8182 NONAME ?Class@H225_H322Caps@@SAPBDXZ @8183 NONAME ?Class@H225_H323Caps@@SAPBDXZ @8184 NONAME ?Class@H225_H323_UserInformation@@SAPBDXZ @8185 NONAME ?Class@H225_H323_UserInformation_user_data@@SAPBDXZ @8186 NONAME ?Class@H225_H323_UU_PDU@@SAPBDXZ @8187 NONAME ?Class@H225_H323_UU_PDU_h323_message_body@@SAPBDXZ @8188 NONAME ?Class@H225_H323_UU_PDU_tunnelledSignallingMessage@@SAPBDXZ @25718 NONAME ?Class@H225_H324Caps@@SAPBDXZ @8189 NONAME ?Class@H225_ICV@@SAPBDXZ @8190 NONAME ?Class@H225_InfoRequest@@SAPBDXZ @8191 NONAME ?Class@H225_InfoRequestAck@@SAPBDXZ @8192 NONAME ?Class@H225_InfoRequestNak@@SAPBDXZ @8193 NONAME ?Class@H225_InfoRequestNakReason@@SAPBDXZ @8194 NONAME ?Class@H225_InfoRequestResponse@@SAPBDXZ @8195 NONAME ?Class@H225_InfoRequestResponseStatus@@SAPBDXZ @25719 NONAME ?Class@H225_InfoRequestResponse_perCallInfo@@SAPBDXZ @8196 NONAME ?Class@H225_InfoRequestResponse_perCallInfo_subtype@@SAPBDXZ @8197 NONAME ?Class@H225_InfoRequestResponse_perCallInfo_subtype_pdu@@SAPBDXZ @8198 NONAME ?Class@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@SAPBDXZ @8199 NONAME ?Class@H225_Information_UUIE@@SAPBDXZ @8200 NONAME ?Class@H225_IntegrityMechanism@@SAPBDXZ @8201 NONAME ?Class@H225_LocationConfirm@@SAPBDXZ @8202 NONAME ?Class@H225_LocationReject@@SAPBDXZ @8203 NONAME ?Class@H225_LocationRejectReason@@SAPBDXZ @8204 NONAME ?Class@H225_LocationRequest@@SAPBDXZ @8205 NONAME ?Class@H225_McuInfo@@SAPBDXZ @8206 NONAME ?Class@H225_MobileUIM@@SAPBDXZ @25720 NONAME ?Class@H225_NonIsoIntegrityMechanism@@SAPBDXZ @8207 NONAME ?Class@H225_NonStandardIdentifier@@SAPBDXZ @8208 NONAME ?Class@H225_NonStandardMessage@@SAPBDXZ @8209 NONAME ?Class@H225_NonStandardParameter@@SAPBDXZ @8210 NONAME ?Class@H225_NonStandardProtocol@@SAPBDXZ @8211 NONAME ?Class@H225_Notify_UUIE@@SAPBDXZ @25721 NONAME ?Class@H225_NumberDigits@@SAPBDXZ @8212 NONAME ?Class@H225_PartyNumber@@SAPBDXZ @8213 NONAME ?Class@H225_PresentationIndicator@@SAPBDXZ @25722 NONAME ?Class@H225_PrivatePartyNumber@@SAPBDXZ @8214 NONAME ?Class@H225_PrivateTypeOfNumber@@SAPBDXZ @8215 NONAME ?Class@H225_Progress_UUIE@@SAPBDXZ @8216 NONAME ?Class@H225_ProtocolIdentifier@@SAPBDXZ @8217 NONAME ?Class@H225_PublicPartyNumber@@SAPBDXZ @8218 NONAME ?Class@H225_PublicTypeOfNumber@@SAPBDXZ @8219 NONAME ?Class@H225_Q954Details@@SAPBDXZ @8220 NONAME ?Class@H225_QseriesOptions@@SAPBDXZ @8221 NONAME ?Class@H225_RAS@@SAPBDXZ @27913 NONAME ?Class@H225_RasMessage@@SAPBDXZ @8222 NONAME ?Class@H225_RasUsageInformation@@SAPBDXZ @25723 NONAME ?Class@H225_RasUsageInfoTypes@@SAPBDXZ @25724 NONAME ?Class@H225_RasUsageSpecification@@SAPBDXZ @25725 NONAME ?Class@H225_RasUsageSpecification_callStartingPoint@@SAPBDXZ @25726 NONAME ?Class@H225_RasUsageSpecification_when@@SAPBDXZ @25727 NONAME ?Class@H225_RegistrationConfirm@@SAPBDXZ @8223 NONAME ?Class@H225_RegistrationConfirm_preGrantedARQ@@SAPBDXZ @8224 NONAME ?Class@H225_RegistrationReject@@SAPBDXZ @8225 NONAME ?Class@H225_RegistrationRejectReason@@SAPBDXZ @8226 NONAME ?Class@H225_RegistrationRejectReason_invalidTerminalAliases@@SAPBDXZ @25728 NONAME ?Class@H225_RegistrationRequest@@SAPBDXZ @8227 NONAME ?Class@H225_ReleaseCompleteReason@@SAPBDXZ @8228 NONAME ?Class@H225_ReleaseComplete_UUIE@@SAPBDXZ @8229 NONAME ?Class@H225_RequestInProgress@@SAPBDXZ @8230 NONAME ?Class@H225_RequestSeqNum@@SAPBDXZ @8231 NONAME ?Class@H225_ResourcesAvailableConfirm@@SAPBDXZ @8232 NONAME ?Class@H225_ResourcesAvailableIndicate@@SAPBDXZ @8233 NONAME ?Class@H225_RTPSession@@SAPBDXZ @8234 NONAME ?Class@H225_RTPSession_associatedSessionIds@@SAPBDXZ @8235 NONAME ?Class@H225_ScnConnectionAggregation@@SAPBDXZ @25729 NONAME ?Class@H225_ScnConnectionType@@SAPBDXZ @25730 NONAME ?Class@H225_ScreeningIndicator@@SAPBDXZ @25731 NONAME ?Class@H225_SecurityCapabilities@@SAPBDXZ @8236 NONAME ?Class@H225_SecurityErrors2@@SAPBDXZ @38608 NONAME ?Class@H225_SecurityErrors@@SAPBDXZ @38609 NONAME ?Class@H225_SecurityServiceMode@@SAPBDXZ @8237 NONAME ?Class@H225_ServiceControlDescriptor@@SAPBDXZ @25732 NONAME ?Class@H225_ServiceControlIndication@@SAPBDXZ @25733 NONAME ?Class@H225_ServiceControlIndication_callSpecific@@SAPBDXZ @25734 NONAME ?Class@H225_ServiceControlResponse@@SAPBDXZ @25735 NONAME ?Class@H225_ServiceControlResponse_result@@SAPBDXZ @25736 NONAME ?Class@H225_ServiceControlSession@@SAPBDXZ @25737 NONAME ?Class@H225_ServiceControlSession_reason@@SAPBDXZ @25738 NONAME ?Class@H225_SetupAcknowledge_UUIE@@SAPBDXZ @25739 NONAME ?Class@H225_Setup_UUIE@@SAPBDXZ @8238 NONAME ?Class@H225_Setup_UUIE_conferenceGoal@@SAPBDXZ @8239 NONAME ?Class@H225_Setup_UUIE_connectionParameters@@SAPBDXZ @25740 NONAME ?Class@H225_Setup_UUIE_language@@SAPBDXZ @25741 NONAME ?Class@H225_SIPCaps@@SAPBDXZ @38610 NONAME ?Class@H225_StatusInquiry_UUIE@@SAPBDXZ @25742 NONAME ?Class@H225_Status_UUIE@@SAPBDXZ @25743 NONAME ?Class@H225_StimulusControl@@SAPBDXZ @25744 NONAME ?Class@H225_SupportedPrefix@@SAPBDXZ @8240 NONAME ?Class@H225_SupportedProtocols@@SAPBDXZ @8241 NONAME ?Class@H225_T120OnlyCaps@@SAPBDXZ @8242 NONAME ?Class@H225_T38FaxAnnexbOnlyCaps@@SAPBDXZ @25745 NONAME ?Class@H225_TBCD_STRING@@SAPBDXZ @25746 NONAME ?Class@H225_TerminalInfo@@SAPBDXZ @8243 NONAME ?Class@H225_TimeToLive@@SAPBDXZ @8244 NONAME ?Class@H225_TransportAddress@@SAPBDXZ @8245 NONAME ?Class@H225_TransportAddress_ip6Address@@SAPBDXZ @8246 NONAME ?Class@H225_TransportAddress_ipAddress@@SAPBDXZ @8247 NONAME ?Class@H225_TransportAddress_ipSourceRoute@@SAPBDXZ @8248 NONAME ?Class@H225_TransportAddress_ipSourceRoute_route@@SAPBDXZ @8249 NONAME ?Class@H225_TransportAddress_ipSourceRoute_routing@@SAPBDXZ @8250 NONAME ?Class@H225_TransportAddress_ipxAddress@@SAPBDXZ @8251 NONAME ?Class@H225_TransportChannelInfo@@SAPBDXZ @8252 NONAME ?Class@H225_TransportQOS@@SAPBDXZ @8253 NONAME ?Class@H225_TunnelledProtocol@@SAPBDXZ @25747 NONAME ?Class@H225_TunnelledProtocolAlternateIdentifier@@SAPBDXZ @25748 NONAME ?Class@H225_TunnelledProtocol_id@@SAPBDXZ @25749 NONAME ?Class@H225_UnknownMessageResponse@@SAPBDXZ @8254 NONAME ?Class@H225_UnregistrationConfirm@@SAPBDXZ @8255 NONAME ?Class@H225_UnregistrationReject@@SAPBDXZ @8256 NONAME ?Class@H225_UnregistrationRequest@@SAPBDXZ @8257 NONAME ?Class@H225_UnregRejectReason@@SAPBDXZ @8258 NONAME ?Class@H225_UnregRequestReason@@SAPBDXZ @8259 NONAME ?Class@H225_UseSpecifiedTransport@@SAPBDXZ @25750 NONAME ?Class@H225_UUIEsRequested@@SAPBDXZ @8260 NONAME ?Class@H225_VendorIdentifier@@SAPBDXZ @8261 NONAME ?Class@H225_VoiceCaps@@SAPBDXZ @8262 NONAME ?Class@H235AuthCAT@@SAPBDXZ @34827 NONAME ?Class@H235Authenticator@@SAPBDXZ @28861 NONAME ?Class@H235Authenticators@@SAPBDXZ @31294 NONAME ?Class@H235AuthProcedure1@@SAPBDXZ @28862 NONAME ?Class@H235AuthSimpleMD5@@SAPBDXZ @28863 NONAME ?Class@H235_AuthenticationBES@@SAPBDXZ @28712 NONAME ?Class@H235_AuthenticationMechanism@@SAPBDXZ @8263 NONAME ?Class@H235_ChallengeString@@SAPBDXZ @8264 NONAME ?Class@H235_ClearToken@@SAPBDXZ @8265 NONAME ?Class@H235_CryptoToken@@SAPBDXZ @8266 NONAME ?Class@H235_CryptoToken_cryptoEncryptedToken@@SAPBDXZ @8267 NONAME ?Class@H235_CryptoToken_cryptoHashedToken@@SAPBDXZ @8268 NONAME ?Class@H235_CryptoToken_cryptoSignedToken@@SAPBDXZ @8269 NONAME ?Class@H235_DHset@@SAPBDXZ @8270 NONAME ?Class@H235_ECGDSASignature@@SAPBDXZ @38611 NONAME ?Class@H235_ECKASDH@@SAPBDXZ @28714 NONAME ?Class@H235_ECKASDH_eckasdh2@@SAPBDXZ @28715 NONAME ?Class@H235_ECKASDH_eckasdhp@@SAPBDXZ @28716 NONAME ?Class@H235_ECpoint@@SAPBDXZ @38612 NONAME ?Class@H235_EncodedGeneralToken@@SAPBDXZ @27750 NONAME ?Class@H235_EncodedKeySignedMaterial@@SAPBDXZ @27751 NONAME ?Class@H235_EncodedKeySyncMaterial@@SAPBDXZ @27752 NONAME ?Class@H235_EncodedPwdCertToken@@SAPBDXZ @27753 NONAME ?Class@H235_EncodedReturnSig@@SAPBDXZ @27754 NONAME ?Class@H235_H235CertificateSignature@@SAPBDXZ @8271 NONAME ?Class@H235_H235Key@@SAPBDXZ @8272 NONAME ?Class@H235_Identifier@@SAPBDXZ @8273 NONAME ?Class@H235_IV16@@SAPBDXZ @28717 NONAME ?Class@H235_IV8@@SAPBDXZ @8274 NONAME ?Class@H235_KeyMaterial@@SAPBDXZ @8275 NONAME ?Class@H235_KeySignedMaterial@@SAPBDXZ @8276 NONAME ?Class@H235_KeySyncMaterial@@SAPBDXZ @8277 NONAME ?Class@H235_NonStandardParameter@@SAPBDXZ @8278 NONAME ?Class@H235_Params@@SAPBDXZ @8279 NONAME ?Class@H235_Password@@SAPBDXZ @8280 NONAME ?Class@H235_PwdCertToken@@SAPBDXZ @8281 NONAME ?Class@H235_RandomVal@@SAPBDXZ @8282 NONAME ?Class@H235_ReturnSig@@SAPBDXZ @8283 NONAME ?Class@H235_TimeStamp@@SAPBDXZ @8284 NONAME ?Class@H235_TypedCertificate@@SAPBDXZ @8285 NONAME ?Class@H235_V3KeySyncMaterial@@SAPBDXZ @38613 NONAME ?Class@H245NegLogicalChannel@@SAPBDXZ @8286 NONAME ?Class@H245NegLogicalChannels@@SAPBDXZ @8287 NONAME ?Class@H245NegMasterSlaveDetermination@@SAPBDXZ @8288 NONAME ?Class@H245Negotiator@@SAPBDXZ @8289 NONAME ?Class@H245NegRequestMode@@SAPBDXZ @8290 NONAME ?Class@H245NegRoundTripDelay@@SAPBDXZ @8291 NONAME ?Class@H245NegTerminalCapabilitySet@@SAPBDXZ @8292 NONAME ?Class@H245TransportThread@@SAPBDXZ @8293 NONAME ?Class@H245_AlternativeCapabilitySet@@SAPBDXZ @8294 NONAME ?Class@H245_ArrayOf_AlternativeCapabilitySet@@SAPBDXZ @8295 NONAME ?Class@H245_ArrayOf_BEnhancementParameters@@SAPBDXZ @8296 NONAME ?Class@H245_ArrayOf_CapabilityDescriptor@@SAPBDXZ @8297 NONAME ?Class@H245_ArrayOf_CapabilityDescriptorNumber@@SAPBDXZ @8298 NONAME ?Class@H245_ArrayOf_CapabilityTableEntry@@SAPBDXZ @8299 NONAME ?Class@H245_ArrayOf_CapabilityTableEntryNumber@@SAPBDXZ @8300 NONAME ?Class@H245_ArrayOf_CommunicationModeTableEntry@@SAPBDXZ @8301 NONAME ?Class@H245_ArrayOf_CustomPictureClockFrequency@@SAPBDXZ @8302 NONAME ?Class@H245_ArrayOf_CustomPictureFormat@@SAPBDXZ @8303 NONAME ?Class@H245_ArrayOf_DataApplicationCapability@@SAPBDXZ @8304 NONAME ?Class@H245_ArrayOf_DialingInformationNetworkType@@SAPBDXZ @25751 NONAME ?Class@H245_ArrayOf_DialingInformationNumber@@SAPBDXZ @25752 NONAME ?Class@H245_ArrayOf_EnhancementOptions@@SAPBDXZ @8305 NONAME ?Class@H245_ArrayOf_EscrowData@@SAPBDXZ @8306 NONAME ?Class@H245_ArrayOf_GenericCapability@@SAPBDXZ @52380 NONAME ?Class@H245_ArrayOf_GenericParameter@@SAPBDXZ @25753 NONAME ?Class@H245_ArrayOf_H263ModeComboFlags@@SAPBDXZ @8307 NONAME ?Class@H245_ArrayOf_H263VideoModeCombos@@SAPBDXZ @8308 NONAME ?Class@H245_ArrayOf_MediaChannelCapability@@SAPBDXZ @8309 NONAME ?Class@H245_ArrayOf_MediaDistributionCapability@@SAPBDXZ @8310 NONAME ?Class@H245_ArrayOf_ModeDescription@@SAPBDXZ @8311 NONAME ?Class@H245_ArrayOf_MultiplePayloadStreamElement@@SAPBDXZ @38614 NONAME ?Class@H245_ArrayOf_MultiplePayloadStreamElementMode@@SAPBDXZ @38615 NONAME ?Class@H245_ArrayOf_MultiplexElement@@SAPBDXZ @8312 NONAME ?Class@H245_ArrayOf_MultiplexEntryDescriptor@@SAPBDXZ @8313 NONAME ?Class@H245_ArrayOf_MultiplexEntryRejectionDescriptions@@SAPBDXZ @8314 NONAME ?Class@H245_ArrayOf_MultiplexTableEntryNumber@@SAPBDXZ @8315 NONAME ?Class@H245_ArrayOf_NonStandardParameter@@SAPBDXZ @8316 NONAME ?Class@H245_ArrayOf_ParameterIdentifier@@SAPBDXZ @25754 NONAME ?Class@H245_ArrayOf_PictureReference@@SAPBDXZ @25755 NONAME ?Class@H245_ArrayOf_Q2931Address@@SAPBDXZ @25756 NONAME ?Class@H245_ArrayOf_QOSCapability@@SAPBDXZ @8317 NONAME ?Class@H245_ArrayOf_RedundancyEncodingCapability@@SAPBDXZ @8318 NONAME ?Class@H245_ArrayOf_RedundancyEncodingDTModeElement@@SAPBDXZ @38616 NONAME ?Class@H245_ArrayOf_RedundancyEncodingElement@@SAPBDXZ @38617 NONAME ?Class@H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@SAPBDXZ @8319 NONAME ?Class@H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@SAPBDXZ @8320 NONAME ?Class@H245_ArrayOf_RTPPayloadType@@SAPBDXZ @8321 NONAME ?Class@H245_ArrayOf_TerminalInformation@@SAPBDXZ @8322 NONAME ?Class@H245_ArrayOf_TerminalLabel@@SAPBDXZ @8323 NONAME ?Class@H245_ArrayOf_VCCapability@@SAPBDXZ @8324 NONAME ?Class@H245_ArrayOf_VideoCapability@@SAPBDXZ @52381 NONAME ?Class@H245_ATMParameters@@SAPBDXZ @8325 NONAME ?Class@H245_AudioCapability@@SAPBDXZ @8326 NONAME ?Class@H245_AudioCapability_g7231@@SAPBDXZ @8327 NONAME ?Class@H245_AudioMode@@SAPBDXZ @8328 NONAME ?Class@H245_AudioMode_g7231@@SAPBDXZ @8329 NONAME ?Class@H245_AudioTelephonyEventCapability@@SAPBDXZ @25757 NONAME ?Class@H245_AudioToneCapability@@SAPBDXZ @25758 NONAME ?Class@H245_AuthenticationCapability@@SAPBDXZ @8330 NONAME ?Class@H245_BEnhancementParameters@@SAPBDXZ @8331 NONAME ?Class@H245_Capability@@SAPBDXZ @8332 NONAME ?Class@H245_CapabilityDescriptor@@SAPBDXZ @8333 NONAME ?Class@H245_CapabilityDescriptorNumber@@SAPBDXZ @8334 NONAME ?Class@H245_CapabilityIdentifier@@SAPBDXZ @25759 NONAME ?Class@H245_CapabilityTableEntry@@SAPBDXZ @8335 NONAME ?Class@H245_CapabilityTableEntryNumber@@SAPBDXZ @8336 NONAME ?Class@H245_Capability_h233EncryptionReceiveCapability@@SAPBDXZ @8337 NONAME ?Class@H245_CertSelectionCriteria@@SAPBDXZ @8338 NONAME ?Class@H245_CloseLogicalChannel@@SAPBDXZ @8339 NONAME ?Class@H245_CloseLogicalChannelAck@@SAPBDXZ @8340 NONAME ?Class@H245_CloseLogicalChannel_reason@@SAPBDXZ @8341 NONAME ?Class@H245_CloseLogicalChannel_source@@SAPBDXZ @8342 NONAME ?Class@H245_CommandMessage@@SAPBDXZ @8343 NONAME ?Class@H245_CommunicationModeCommand@@SAPBDXZ @8344 NONAME ?Class@H245_CommunicationModeRequest@@SAPBDXZ @8345 NONAME ?Class@H245_CommunicationModeResponse@@SAPBDXZ @8346 NONAME ?Class@H245_CommunicationModeTableEntry@@SAPBDXZ @8347 NONAME ?Class@H245_CommunicationModeTableEntry_dataType@@SAPBDXZ @8348 NONAME ?Class@H245_CompressionType@@SAPBDXZ @8349 NONAME ?Class@H245_ConferenceCapability@@SAPBDXZ @8350 NONAME ?Class@H245_ConferenceCommand@@SAPBDXZ @8351 NONAME ?Class@H245_ConferenceID@@SAPBDXZ @8352 NONAME ?Class@H245_ConferenceIndication@@SAPBDXZ @8353 NONAME ?Class@H245_ConferenceRequest@@SAPBDXZ @8354 NONAME ?Class@H245_ConferenceRequest_requestTerminalCertificate@@SAPBDXZ @8355 NONAME ?Class@H245_ConferenceResponse@@SAPBDXZ @8356 NONAME ?Class@H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@SAPBDXZ @8357 NONAME ?Class@H245_ConferenceResponse_chairTokenOwnerResponse@@SAPBDXZ @8358 NONAME ?Class@H245_ConferenceResponse_conferenceIDResponse@@SAPBDXZ @8359 NONAME ?Class@H245_ConferenceResponse_extensionAddressResponse@@SAPBDXZ @8360 NONAME ?Class@H245_ConferenceResponse_makeMeChairResponse@@SAPBDXZ @8361 NONAME ?Class@H245_ConferenceResponse_makeTerminalBroadcasterResponse@@SAPBDXZ @8362 NONAME ?Class@H245_ConferenceResponse_mCTerminalIDResponse@@SAPBDXZ @8363 NONAME ?Class@H245_ConferenceResponse_passwordResponse@@SAPBDXZ @8364 NONAME ?Class@H245_ConferenceResponse_sendThisSourceResponse@@SAPBDXZ @8365 NONAME ?Class@H245_ConferenceResponse_terminalCertificateResponse@@SAPBDXZ @8366 NONAME ?Class@H245_ConferenceResponse_terminalIDResponse@@SAPBDXZ @8367 NONAME ?Class@H245_ConnectionIdentifier@@SAPBDXZ @25760 NONAME ?Class@H245_CRCLength@@SAPBDXZ @8368 NONAME ?Class@H245_Criteria@@SAPBDXZ @8369 NONAME ?Class@H245_CustomPictureClockFrequency@@SAPBDXZ @8370 NONAME ?Class@H245_CustomPictureFormat@@SAPBDXZ @8371 NONAME ?Class@H245_CustomPictureFormat_mPI@@SAPBDXZ @8372 NONAME ?Class@H245_CustomPictureFormat_mPI_customPCF@@SAPBDXZ @8373 NONAME ?Class@H245_CustomPictureFormat_mPI_customPCF_subtype@@SAPBDXZ @8374 NONAME ?Class@H245_CustomPictureFormat_pixelAspectInformation@@SAPBDXZ @8375 NONAME ?Class@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@SAPBDXZ @8376 NONAME ?Class@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@SAPBDXZ @8377 NONAME ?Class@H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@SAPBDXZ @8378 NONAME ?Class@H245_DataApplicationCapability@@SAPBDXZ @8379 NONAME ?Class@H245_DataApplicationCapability_application@@SAPBDXZ @8380 NONAME ?Class@H245_DataApplicationCapability_application_nlpid@@SAPBDXZ @8381 NONAME ?Class@H245_DataApplicationCapability_application_t38fax@@SAPBDXZ @25761 NONAME ?Class@H245_DataApplicationCapability_application_t84@@SAPBDXZ @8382 NONAME ?Class@H245_DataMode@@SAPBDXZ @8383 NONAME ?Class@H245_DataMode_application@@SAPBDXZ @8384 NONAME ?Class@H245_DataMode_application_nlpid@@SAPBDXZ @8385 NONAME ?Class@H245_DataMode_application_t38fax@@SAPBDXZ @25762 NONAME ?Class@H245_DataProtocolCapability@@SAPBDXZ @8386 NONAME ?Class@H245_DataProtocolCapability_v76wCompression@@SAPBDXZ @8387 NONAME ?Class@H245_DataType@@SAPBDXZ @8388 NONAME ?Class@H245_DepFECCapability@@SAPBDXZ @52382 NONAME ?Class@H245_DepFECCapability_rfc2733@@SAPBDXZ @52383 NONAME ?Class@H245_DepFECCapability_rfc2733_separateStream@@SAPBDXZ @52384 NONAME ?Class@H245_DepFECData@@SAPBDXZ @52385 NONAME ?Class@H245_DepFECData_rfc2733@@SAPBDXZ @52386 NONAME ?Class@H245_DepFECData_rfc2733_mode@@SAPBDXZ @52387 NONAME ?Class@H245_DepFECData_rfc2733_mode_separateStream@@SAPBDXZ @52388 NONAME ?Class@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@SAPBDXZ @52389 NONAME ?Class@H245_DepFECData_rfc2733_mode_separateStream_samePort@@SAPBDXZ @52390 NONAME ?Class@H245_DepFECMode@@SAPBDXZ @52391 NONAME ?Class@H245_DepFECMode_rfc2733Mode@@SAPBDXZ @52392 NONAME ?Class@H245_DepFECMode_rfc2733Mode_mode@@SAPBDXZ @52393 NONAME ?Class@H245_DepFECMode_rfc2733Mode_mode_separateStream@@SAPBDXZ @52394 NONAME ?Class@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@SAPBDXZ @52395 NONAME ?Class@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@SAPBDXZ @52396 NONAME ?Class@H245_DialingInformation@@SAPBDXZ @25763 NONAME ?Class@H245_DialingInformationNetworkType@@SAPBDXZ @25764 NONAME ?Class@H245_DialingInformationNumber@@SAPBDXZ @25765 NONAME ?Class@H245_EncryptionAuthenticationAndIntegrity@@SAPBDXZ @8389 NONAME ?Class@H245_EncryptionCapability@@SAPBDXZ @8390 NONAME ?Class@H245_EncryptionCommand@@SAPBDXZ @8391 NONAME ?Class@H245_EncryptionCommand_encryptionAlgorithmID@@SAPBDXZ @8392 NONAME ?Class@H245_EncryptionMode@@SAPBDXZ @8393 NONAME ?Class@H245_EncryptionSync@@SAPBDXZ @8394 NONAME ?Class@H245_EncryptionUpdateDirection@@SAPBDXZ @52397 NONAME ?Class@H245_EncryptionUpdateRequest@@SAPBDXZ @8395 NONAME ?Class@H245_EndSessionCommand@@SAPBDXZ @8396 NONAME ?Class@H245_EndSessionCommand_gstnOptions@@SAPBDXZ @8397 NONAME ?Class@H245_EndSessionCommand_isdnOptions@@SAPBDXZ @8398 NONAME ?Class@H245_EnhancementLayerInfo@@SAPBDXZ @8399 NONAME ?Class@H245_EnhancementOptions@@SAPBDXZ @8400 NONAME ?Class@H245_EscrowData@@SAPBDXZ @8401 NONAME ?Class@H245_ExtendedVideoCapability@@SAPBDXZ @52398 NONAME ?Class@H245_FECCapability@@SAPBDXZ @38618 NONAME ?Class@H245_FECCapability_rfc2733Format@@SAPBDXZ @52399 NONAME ?Class@H245_FECData@@SAPBDXZ @38621 NONAME ?Class@H245_FECData_rfc2733@@SAPBDXZ @38622 NONAME ?Class@H245_FECData_rfc2733_pktMode@@SAPBDXZ @52400 NONAME ?Class@H245_FECData_rfc2733_pktMode_rfc2733diffport@@SAPBDXZ @52401 NONAME ?Class@H245_FECData_rfc2733_pktMode_rfc2733sameport@@SAPBDXZ @52402 NONAME ?Class@H245_FECMode@@SAPBDXZ @38627 NONAME ?Class@H245_FECMode_rfc2733Format@@SAPBDXZ @52403 NONAME ?Class@H245_FlowControlCommand@@SAPBDXZ @8402 NONAME ?Class@H245_FlowControlCommand_restriction@@SAPBDXZ @8403 NONAME ?Class@H245_FlowControlCommand_scope@@SAPBDXZ @8404 NONAME ?Class@H245_FlowControlIndication@@SAPBDXZ @25766 NONAME ?Class@H245_FlowControlIndication_restriction@@SAPBDXZ @25767 NONAME ?Class@H245_FlowControlIndication_scope@@SAPBDXZ @25768 NONAME ?Class@H245_FunctionNotSupported@@SAPBDXZ @8405 NONAME ?Class@H245_FunctionNotSupported_cause@@SAPBDXZ @8406 NONAME ?Class@H245_FunctionNotUnderstood@@SAPBDXZ @8407 NONAME ?Class@H245_G7231AnnexCCapability@@SAPBDXZ @8408 NONAME ?Class@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@SAPBDXZ @8409 NONAME ?Class@H245_G7231AnnexCMode@@SAPBDXZ @8410 NONAME ?Class@H245_G7231AnnexCMode_g723AnnexCAudioMode@@SAPBDXZ @8411 NONAME ?Class@H245_G729Extensions@@SAPBDXZ @25769 NONAME ?Class@H245_GenericCapability@@SAPBDXZ @25770 NONAME ?Class@H245_GenericMessage@@SAPBDXZ @52404 NONAME ?Class@H245_GenericParameter@@SAPBDXZ @25771 NONAME ?Class@H245_GSMAudioCapability@@SAPBDXZ @8412 NONAME ?Class@H245_H222Capability@@SAPBDXZ @8413 NONAME ?Class@H245_H222LogicalChannelParameters@@SAPBDXZ @8414 NONAME ?Class@H245_H223AL1MParameters@@SAPBDXZ @8415 NONAME ?Class@H245_H223AL1MParameters_arqType@@SAPBDXZ @8416 NONAME ?Class@H245_H223AL1MParameters_crcLength@@SAPBDXZ @8417 NONAME ?Class@H245_H223AL1MParameters_headerFEC@@SAPBDXZ @8418 NONAME ?Class@H245_H223AL1MParameters_transferMode@@SAPBDXZ @8419 NONAME ?Class@H245_H223AL2MParameters@@SAPBDXZ @8420 NONAME ?Class@H245_H223AL2MParameters_headerFEC@@SAPBDXZ @8421 NONAME ?Class@H245_H223AL3MParameters@@SAPBDXZ @8422 NONAME ?Class@H245_H223AL3MParameters_arqType@@SAPBDXZ @8423 NONAME ?Class@H245_H223AL3MParameters_crcLength@@SAPBDXZ @8424 NONAME ?Class@H245_H223AL3MParameters_headerFormat@@SAPBDXZ @8425 NONAME ?Class@H245_H223AnnexCArqParameters@@SAPBDXZ @8426 NONAME ?Class@H245_H223AnnexCArqParameters_numberOfRetransmissions@@SAPBDXZ @8427 NONAME ?Class@H245_H223AnnexCCapability@@SAPBDXZ @8428 NONAME ?Class@H245_H223Capability@@SAPBDXZ @8429 NONAME ?Class@H245_H223Capability_h223MultiplexTableCapability@@SAPBDXZ @8430 NONAME ?Class@H245_H223Capability_h223MultiplexTableCapability_enhanced@@SAPBDXZ @8431 NONAME ?Class@H245_H223Capability_mobileMultilinkFrameCapability@@SAPBDXZ @25772 NONAME ?Class@H245_H223Capability_mobileOperationTransmitCapability@@SAPBDXZ @8432 NONAME ?Class@H245_H223LogicalChannelParameters@@SAPBDXZ @8433 NONAME ?Class@H245_H223LogicalChannelParameters_adaptationLayerType@@SAPBDXZ @8434 NONAME ?Class@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@SAPBDXZ @8435 NONAME ?Class@H245_H223ModeParameters@@SAPBDXZ @8436 NONAME ?Class@H245_H223ModeParameters_adaptationLayerType@@SAPBDXZ @8437 NONAME ?Class@H245_H223ModeParameters_adaptationLayerType_al3@@SAPBDXZ @8438 NONAME ?Class@H245_H223MultiplexReconfiguration@@SAPBDXZ @8439 NONAME ?Class@H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@SAPBDXZ @8440 NONAME ?Class@H245_H223MultiplexReconfiguration_h223ModeChange@@SAPBDXZ @8441 NONAME ?Class@H245_H223SkewIndication@@SAPBDXZ @8442 NONAME ?Class@H245_H2250Capability@@SAPBDXZ @8443 NONAME ?Class@H245_H2250Capability_mcCapability@@SAPBDXZ @8444 NONAME ?Class@H245_H2250LogicalChannelAckParameters@@SAPBDXZ @8445 NONAME ?Class@H245_H2250LogicalChannelParameters@@SAPBDXZ @8446 NONAME ?Class@H245_H2250LogicalChannelParameters_mediaPacketization@@SAPBDXZ @8447 NONAME ?Class@H245_H2250MaximumSkewIndication@@SAPBDXZ @8448 NONAME ?Class@H245_H2250ModeParameters@@SAPBDXZ @8449 NONAME ?Class@H245_H235Media@@SAPBDXZ @8450 NONAME ?Class@H245_H235Media_mediaType@@SAPBDXZ @8451 NONAME ?Class@H245_H235Mode@@SAPBDXZ @8452 NONAME ?Class@H245_H235Mode_mediaMode@@SAPBDXZ @8453 NONAME ?Class@H245_H235SecurityCapability@@SAPBDXZ @8454 NONAME ?Class@H245_H261VideoCapability@@SAPBDXZ @8455 NONAME ?Class@H245_H261VideoMode@@SAPBDXZ @8456 NONAME ?Class@H245_H261VideoMode_resolution@@SAPBDXZ @8457 NONAME ?Class@H245_H262VideoCapability@@SAPBDXZ @8458 NONAME ?Class@H245_H262VideoMode@@SAPBDXZ @8459 NONAME ?Class@H245_H262VideoMode_profileAndLevel@@SAPBDXZ @8460 NONAME ?Class@H245_H263ModeComboFlags@@SAPBDXZ @8461 NONAME ?Class@H245_H263Options@@SAPBDXZ @8462 NONAME ?Class@H245_H263Version3Options@@SAPBDXZ @25773 NONAME ?Class@H245_H263VideoCapability@@SAPBDXZ @8463 NONAME ?Class@H245_H263VideoMode@@SAPBDXZ @8464 NONAME ?Class@H245_H263VideoModeCombos@@SAPBDXZ @8465 NONAME ?Class@H245_H263VideoMode_resolution@@SAPBDXZ @8466 NONAME ?Class@H245_IndicationMessage@@SAPBDXZ @8467 NONAME ?Class@H245_IntegrityCapability@@SAPBDXZ @8468 NONAME ?Class@H245_IS11172AudioCapability@@SAPBDXZ @8469 NONAME ?Class@H245_IS11172AudioMode@@SAPBDXZ @8470 NONAME ?Class@H245_IS11172AudioMode_audioLayer@@SAPBDXZ @8471 NONAME ?Class@H245_IS11172AudioMode_audioSampling@@SAPBDXZ @8472 NONAME ?Class@H245_IS11172AudioMode_multichannelType@@SAPBDXZ @8473 NONAME ?Class@H245_IS11172VideoCapability@@SAPBDXZ @8474 NONAME ?Class@H245_IS11172VideoMode@@SAPBDXZ @8475 NONAME ?Class@H245_IS13818AudioCapability@@SAPBDXZ @8476 NONAME ?Class@H245_IS13818AudioMode@@SAPBDXZ @8477 NONAME ?Class@H245_IS13818AudioMode_audioLayer@@SAPBDXZ @8478 NONAME ?Class@H245_IS13818AudioMode_audioSampling@@SAPBDXZ @8479 NONAME ?Class@H245_IS13818AudioMode_multichannelType@@SAPBDXZ @8480 NONAME ?Class@H245_IV16@@SAPBDXZ @52405 NONAME ?Class@H245_IV8@@SAPBDXZ @52406 NONAME ?Class@H245_JitterIndication@@SAPBDXZ @8481 NONAME ?Class@H245_JitterIndication_scope@@SAPBDXZ @8482 NONAME ?Class@H245_KeyProtectionMethod@@SAPBDXZ @8483 NONAME ?Class@H245_LogicalChannelNumber@@SAPBDXZ @8484 NONAME ?Class@H245_LogicalChannelRateAcknowledge@@SAPBDXZ @25774 NONAME ?Class@H245_LogicalChannelRateReject@@SAPBDXZ @25775 NONAME ?Class@H245_LogicalChannelRateRejectReason@@SAPBDXZ @25776 NONAME ?Class@H245_LogicalChannelRateRelease@@SAPBDXZ @25777 NONAME ?Class@H245_LogicalChannelRateRequest@@SAPBDXZ @25778 NONAME ?Class@H245_MaintenanceLoopAck@@SAPBDXZ @8485 NONAME ?Class@H245_MaintenanceLoopAck_type@@SAPBDXZ @8486 NONAME ?Class@H245_MaintenanceLoopOffCommand@@SAPBDXZ @8487 NONAME ?Class@H245_MaintenanceLoopReject@@SAPBDXZ @8488 NONAME ?Class@H245_MaintenanceLoopReject_cause@@SAPBDXZ @8489 NONAME ?Class@H245_MaintenanceLoopReject_type@@SAPBDXZ @8490 NONAME ?Class@H245_MaintenanceLoopRequest@@SAPBDXZ @8491 NONAME ?Class@H245_MaintenanceLoopRequest_type@@SAPBDXZ @8492 NONAME ?Class@H245_MasterSlaveDetermination@@SAPBDXZ @8493 NONAME ?Class@H245_MasterSlaveDeterminationAck@@SAPBDXZ @8494 NONAME ?Class@H245_MasterSlaveDeterminationAck_decision@@SAPBDXZ @8495 NONAME ?Class@H245_MasterSlaveDeterminationReject@@SAPBDXZ @8496 NONAME ?Class@H245_MasterSlaveDeterminationReject_cause@@SAPBDXZ @8497 NONAME ?Class@H245_MasterSlaveDeterminationRelease@@SAPBDXZ @8498 NONAME ?Class@H245_MaximumBitRate@@SAPBDXZ @25779 NONAME ?Class@H245_MaxRedundancy@@SAPBDXZ @52407 NONAME ?Class@H245_MCLocationIndication@@SAPBDXZ @8499 NONAME ?Class@H245_McuNumber@@SAPBDXZ @8500 NONAME ?Class@H245_MediaChannelCapability@@SAPBDXZ @8501 NONAME ?Class@H245_MediaDistributionCapability@@SAPBDXZ @8502 NONAME ?Class@H245_MediaEncryptionAlgorithm@@SAPBDXZ @8503 NONAME ?Class@H245_MediaPacketizationCapability@@SAPBDXZ @8504 NONAME ?Class@H245_MediaTransportType@@SAPBDXZ @8505 NONAME ?Class@H245_MediaTransportType_atm_AAL5_compressed@@SAPBDXZ @25780 NONAME ?Class@H245_MiscellaneousCommand@@SAPBDXZ @8506 NONAME ?Class@H245_MiscellaneousCommand_type@@SAPBDXZ @8507 NONAME ?Class@H245_MiscellaneousCommand_type_encryptionUpdateAck@@SAPBDXZ @52408 NONAME ?Class@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@SAPBDXZ @52409 NONAME ?Class@H245_MiscellaneousCommand_type_lostPartialPicture@@SAPBDXZ @25781 NONAME ?Class@H245_MiscellaneousCommand_type_progressiveRefinementStart@@SAPBDXZ @8508 NONAME ?Class@H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@SAPBDXZ @8509 NONAME ?Class@H245_MiscellaneousCommand_type_videoBadMBs@@SAPBDXZ @25782 NONAME ?Class@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@SAPBDXZ @8510 NONAME ?Class@H245_MiscellaneousCommand_type_videoFastUpdateMB@@SAPBDXZ @8511 NONAME ?Class@H245_MiscellaneousIndication@@SAPBDXZ @8512 NONAME ?Class@H245_MiscellaneousIndication_type@@SAPBDXZ @8513 NONAME ?Class@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@SAPBDXZ @8514 NONAME ?Class@H245_MobileMultilinkReconfigurationCommand@@SAPBDXZ @25783 NONAME ?Class@H245_MobileMultilinkReconfigurationCommand_status@@SAPBDXZ @25784 NONAME ?Class@H245_MobileMultilinkReconfigurationIndication@@SAPBDXZ @25785 NONAME ?Class@H245_ModeDescription@@SAPBDXZ @8515 NONAME ?Class@H245_ModeElement@@SAPBDXZ @8516 NONAME ?Class@H245_ModeElementType@@SAPBDXZ @38633 NONAME ?Class@H245_MulticastAddress@@SAPBDXZ @8518 NONAME ?Class@H245_MulticastAddress_iP6Address@@SAPBDXZ @8519 NONAME ?Class@H245_MulticastAddress_iPAddress@@SAPBDXZ @8520 NONAME ?Class@H245_MultilinkIndication@@SAPBDXZ @25786 NONAME ?Class@H245_MultilinkIndication_crcDesired@@SAPBDXZ @25787 NONAME ?Class@H245_MultilinkIndication_excessiveError@@SAPBDXZ @25788 NONAME ?Class@H245_MultilinkRequest@@SAPBDXZ @25789 NONAME ?Class@H245_MultilinkRequest_addConnection@@SAPBDXZ @25790 NONAME ?Class@H245_MultilinkRequest_callInformation@@SAPBDXZ @25791 NONAME ?Class@H245_MultilinkRequest_maximumHeaderInterval@@SAPBDXZ @25792 NONAME ?Class@H245_MultilinkRequest_maximumHeaderInterval_requestType@@SAPBDXZ @25793 NONAME ?Class@H245_MultilinkRequest_removeConnection@@SAPBDXZ @25794 NONAME ?Class@H245_MultilinkResponse@@SAPBDXZ @25795 NONAME ?Class@H245_MultilinkResponse_addConnection@@SAPBDXZ @25796 NONAME ?Class@H245_MultilinkResponse_addConnection_responseCode@@SAPBDXZ @25797 NONAME ?Class@H245_MultilinkResponse_addConnection_responseCode_rejected@@SAPBDXZ @25798 NONAME ?Class@H245_MultilinkResponse_callInformation@@SAPBDXZ @25799 NONAME ?Class@H245_MultilinkResponse_maximumHeaderInterval@@SAPBDXZ @25800 NONAME ?Class@H245_MultilinkResponse_removeConnection@@SAPBDXZ @25801 NONAME ?Class@H245_MultimediaSystemControlMessage@@SAPBDXZ @8521 NONAME ?Class@H245_MultiplePayloadStream@@SAPBDXZ @38634 NONAME ?Class@H245_MultiplePayloadStreamCapability@@SAPBDXZ @38635 NONAME ?Class@H245_MultiplePayloadStreamElement@@SAPBDXZ @38636 NONAME ?Class@H245_MultiplePayloadStreamElementMode@@SAPBDXZ @38637 NONAME ?Class@H245_MultiplePayloadStreamMode@@SAPBDXZ @38638 NONAME ?Class@H245_MultiplexCapability@@SAPBDXZ @8522 NONAME ?Class@H245_MultiplexedStreamCapability@@SAPBDXZ @25802 NONAME ?Class@H245_MultiplexedStreamModeParameters@@SAPBDXZ @25803 NONAME ?Class@H245_MultiplexedStreamParameter@@SAPBDXZ @25804 NONAME ?Class@H245_MultiplexElement@@SAPBDXZ @8523 NONAME ?Class@H245_MultiplexElement_repeatCount@@SAPBDXZ @8524 NONAME ?Class@H245_MultiplexElement_type@@SAPBDXZ @8525 NONAME ?Class@H245_MultiplexEntryDescriptor@@SAPBDXZ @8526 NONAME ?Class@H245_MultiplexEntryRejectionDescriptions@@SAPBDXZ @8527 NONAME ?Class@H245_MultiplexEntryRejectionDescriptions_cause@@SAPBDXZ @8528 NONAME ?Class@H245_MultiplexEntrySend@@SAPBDXZ @8529 NONAME ?Class@H245_MultiplexEntrySendAck@@SAPBDXZ @8530 NONAME ?Class@H245_MultiplexEntrySendReject@@SAPBDXZ @8531 NONAME ?Class@H245_MultiplexEntrySendRelease@@SAPBDXZ @8532 NONAME ?Class@H245_MultiplexFormat@@SAPBDXZ @25805 NONAME ?Class@H245_MultiplexTableEntryNumber@@SAPBDXZ @8533 NONAME ?Class@H245_MultipointCapability@@SAPBDXZ @8534 NONAME ?Class@H245_NetworkAccessParameters@@SAPBDXZ @8535 NONAME ?Class@H245_NetworkAccessParameters_distribution@@SAPBDXZ @8536 NONAME ?Class@H245_NetworkAccessParameters_networkAddress@@SAPBDXZ @8537 NONAME ?Class@H245_NetworkAccessParameters_t120SetupProcedure@@SAPBDXZ @8538 NONAME ?Class@H245_NewATMVCCommand@@SAPBDXZ @25806 NONAME ?Class@H245_NewATMVCCommand_aal@@SAPBDXZ @25807 NONAME ?Class@H245_NewATMVCCommand_aal_aal1@@SAPBDXZ @25808 NONAME ?Class@H245_NewATMVCCommand_aal_aal1_clockRecovery@@SAPBDXZ @25809 NONAME ?Class@H245_NewATMVCCommand_aal_aal1_errorCorrection@@SAPBDXZ @25810 NONAME ?Class@H245_NewATMVCCommand_aal_aal5@@SAPBDXZ @25811 NONAME ?Class@H245_NewATMVCCommand_multiplex@@SAPBDXZ @25812 NONAME ?Class@H245_NewATMVCCommand_reverseParameters@@SAPBDXZ @25813 NONAME ?Class@H245_NewATMVCCommand_reverseParameters_multiplex@@SAPBDXZ @25814 NONAME ?Class@H245_NewATMVCIndication@@SAPBDXZ @8539 NONAME ?Class@H245_NewATMVCIndication_aal@@SAPBDXZ @8540 NONAME ?Class@H245_NewATMVCIndication_aal_aal1@@SAPBDXZ @8541 NONAME ?Class@H245_NewATMVCIndication_aal_aal1_clockRecovery@@SAPBDXZ @8542 NONAME ?Class@H245_NewATMVCIndication_aal_aal1_errorCorrection@@SAPBDXZ @8543 NONAME ?Class@H245_NewATMVCIndication_aal_aal5@@SAPBDXZ @8544 NONAME ?Class@H245_NewATMVCIndication_multiplex@@SAPBDXZ @8545 NONAME ?Class@H245_NewATMVCIndication_reverseParameters@@SAPBDXZ @8546 NONAME ?Class@H245_NewATMVCIndication_reverseParameters_multiplex@@SAPBDXZ @8547 NONAME ?Class@H245_NonStandardIdentifier@@SAPBDXZ @8548 NONAME ?Class@H245_NonStandardIdentifier_h221NonStandard@@SAPBDXZ @8549 NONAME ?Class@H245_NonStandardMessage@@SAPBDXZ @8550 NONAME ?Class@H245_NonStandardParameter@@SAPBDXZ @8551 NONAME ?Class@H245_NoPTAudioTelephonyEventCapability@@SAPBDXZ @38639 NONAME ?Class@H245_NoPTAudioToneCapability@@SAPBDXZ @38640 NONAME ?Class@H245_OpenLogicalChannel@@SAPBDXZ @8552 NONAME ?Class@H245_OpenLogicalChannelAck@@SAPBDXZ @8553 NONAME ?Class@H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@SAPBDXZ @8554 NONAME ?Class@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@SAPBDXZ @8555 NONAME ?Class@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@SAPBDXZ @8556 NONAME ?Class@H245_OpenLogicalChannelConfirm@@SAPBDXZ @8557 NONAME ?Class@H245_OpenLogicalChannelReject@@SAPBDXZ @8558 NONAME ?Class@H245_OpenLogicalChannelReject_cause@@SAPBDXZ @8559 NONAME ?Class@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@SAPBDXZ @8560 NONAME ?Class@H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@SAPBDXZ @8561 NONAME ?Class@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@SAPBDXZ @8562 NONAME ?Class@H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@SAPBDXZ @8563 NONAME ?Class@H245_ParameterIdentifier@@SAPBDXZ @25815 NONAME ?Class@H245_ParameterValue@@SAPBDXZ @25816 NONAME ?Class@H245_Params@@SAPBDXZ @52410 NONAME ?Class@H245_Password@@SAPBDXZ @8564 NONAME ?Class@H245_PictureReference@@SAPBDXZ @25817 NONAME ?Class@H245_Q2931Address@@SAPBDXZ @8565 NONAME ?Class@H245_Q2931Address_address@@SAPBDXZ @8566 NONAME ?Class@H245_QOSCapability@@SAPBDXZ @8567 NONAME ?Class@H245_QOSMode@@SAPBDXZ @8568 NONAME ?Class@H245_RedundancyEncoding@@SAPBDXZ @8569 NONAME ?Class@H245_RedundancyEncodingCapability@@SAPBDXZ @8570 NONAME ?Class@H245_RedundancyEncodingDTMode@@SAPBDXZ @38641 NONAME ?Class@H245_RedundancyEncodingDTModeElement@@SAPBDXZ @38642 NONAME ?Class@H245_RedundancyEncodingDTModeElement_type@@SAPBDXZ @38643 NONAME ?Class@H245_RedundancyEncodingElement@@SAPBDXZ @38644 NONAME ?Class@H245_RedundancyEncodingMethod@@SAPBDXZ @8571 NONAME ?Class@H245_RedundancyEncodingMode@@SAPBDXZ @8572 NONAME ?Class@H245_RedundancyEncodingMode_secondaryEncoding@@SAPBDXZ @8573 NONAME ?Class@H245_RedundancyEncoding_rtpRedundancyEncoding@@SAPBDXZ @38645 NONAME ?Class@H245_RefPictureSelection@@SAPBDXZ @8574 NONAME ?Class@H245_RefPictureSelection_additionalPictureMemory@@SAPBDXZ @8575 NONAME ?Class@H245_RefPictureSelection_enhancedReferencePicSelect@@SAPBDXZ @25818 NONAME ?Class@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@SAPBDXZ @25819 NONAME ?Class@H245_RefPictureSelection_videoBackChannelSend@@SAPBDXZ @8576 NONAME ?Class@H245_RemoteMCRequest@@SAPBDXZ @8577 NONAME ?Class@H245_RemoteMCResponse@@SAPBDXZ @8578 NONAME ?Class@H245_RemoteMCResponse_reject@@SAPBDXZ @8579 NONAME ?Class@H245_RequestAllTerminalIDsResponse@@SAPBDXZ @8580 NONAME ?Class@H245_RequestChannelClose@@SAPBDXZ @8581 NONAME ?Class@H245_RequestChannelCloseAck@@SAPBDXZ @8582 NONAME ?Class@H245_RequestChannelCloseReject@@SAPBDXZ @8583 NONAME ?Class@H245_RequestChannelCloseReject_cause@@SAPBDXZ @8584 NONAME ?Class@H245_RequestChannelCloseRelease@@SAPBDXZ @8585 NONAME ?Class@H245_RequestChannelClose_reason@@SAPBDXZ @8586 NONAME ?Class@H245_RequestMessage@@SAPBDXZ @8587 NONAME ?Class@H245_RequestMode@@SAPBDXZ @8588 NONAME ?Class@H245_RequestModeAck@@SAPBDXZ @8589 NONAME ?Class@H245_RequestModeAck_response@@SAPBDXZ @8590 NONAME ?Class@H245_RequestModeReject@@SAPBDXZ @8591 NONAME ?Class@H245_RequestModeReject_cause@@SAPBDXZ @8592 NONAME ?Class@H245_RequestModeRelease@@SAPBDXZ @8593 NONAME ?Class@H245_RequestMultiplexEntry@@SAPBDXZ @8594 NONAME ?Class@H245_RequestMultiplexEntryAck@@SAPBDXZ @8595 NONAME ?Class@H245_RequestMultiplexEntryReject@@SAPBDXZ @8596 NONAME ?Class@H245_RequestMultiplexEntryRejectionDescriptions@@SAPBDXZ @8597 NONAME ?Class@H245_RequestMultiplexEntryRejectionDescriptions_cause@@SAPBDXZ @8598 NONAME ?Class@H245_RequestMultiplexEntryRelease@@SAPBDXZ @8599 NONAME ?Class@H245_ResponseMessage@@SAPBDXZ @8600 NONAME ?Class@H245_RoundTripDelayRequest@@SAPBDXZ @8601 NONAME ?Class@H245_RoundTripDelayResponse@@SAPBDXZ @8602 NONAME ?Class@H245_RSVPParameters@@SAPBDXZ @8603 NONAME ?Class@H245_RTPH263VideoRedundancyEncoding@@SAPBDXZ @8604 NONAME ?Class@H245_RTPH263VideoRedundancyEncoding_containedThreads@@SAPBDXZ @8605 NONAME ?Class@H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@SAPBDXZ @8606 NONAME ?Class@H245_RTPH263VideoRedundancyFrameMapping@@SAPBDXZ @8607 NONAME ?Class@H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@SAPBDXZ @8608 NONAME ?Class@H245_RTPPayloadType@@SAPBDXZ @8609 NONAME ?Class@H245_RTPPayloadType_payloadDescriptor@@SAPBDXZ @8610 NONAME ?Class@H245_SendTerminalCapabilitySet@@SAPBDXZ @8611 NONAME ?Class@H245_SendTerminalCapabilitySet_specificRequest@@SAPBDXZ @8612 NONAME ?Class@H245_SequenceNumber@@SAPBDXZ @8613 NONAME ?Class@H245_SubstituteConferenceIDCommand@@SAPBDXZ @8614 NONAME ?Class@H245_T38FaxProfile@@SAPBDXZ @25820 NONAME ?Class@H245_T38FaxRateManagement@@SAPBDXZ @25821 NONAME ?Class@H245_T38FaxTcpOptions@@SAPBDXZ @25822 NONAME ?Class@H245_T38FaxUdpOptions@@SAPBDXZ @25823 NONAME ?Class@H245_T38FaxUdpOptions_t38FaxUdpEC@@SAPBDXZ @25824 NONAME ?Class@H245_T84Profile@@SAPBDXZ @8615 NONAME ?Class@H245_T84Profile_t84Restricted@@SAPBDXZ @8616 NONAME ?Class@H245_TerminalCapabilitySet@@SAPBDXZ @8617 NONAME ?Class@H245_TerminalCapabilitySetAck@@SAPBDXZ @8618 NONAME ?Class@H245_TerminalCapabilitySetReject@@SAPBDXZ @8619 NONAME ?Class@H245_TerminalCapabilitySetReject_cause@@SAPBDXZ @8620 NONAME ?Class@H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@SAPBDXZ @8621 NONAME ?Class@H245_TerminalCapabilitySetRelease@@SAPBDXZ @8622 NONAME ?Class@H245_TerminalID@@SAPBDXZ @8623 NONAME ?Class@H245_TerminalInformation@@SAPBDXZ @8624 NONAME ?Class@H245_TerminalLabel@@SAPBDXZ @8625 NONAME ?Class@H245_TerminalNumber@@SAPBDXZ @8626 NONAME ?Class@H245_TerminalYouAreSeeingInSubPictureNumber@@SAPBDXZ @8627 NONAME ?Class@H245_TransparencyParameters@@SAPBDXZ @8628 NONAME ?Class@H245_TransportAddress@@SAPBDXZ @8629 NONAME ?Class@H245_TransportCapability@@SAPBDXZ @8630 NONAME ?Class@H245_UnicastAddress@@SAPBDXZ @8631 NONAME ?Class@H245_UnicastAddress_iP6Address@@SAPBDXZ @8632 NONAME ?Class@H245_UnicastAddress_iPAddress@@SAPBDXZ @8633 NONAME ?Class@H245_UnicastAddress_iPSourceRouteAddress@@SAPBDXZ @8634 NONAME ?Class@H245_UnicastAddress_iPSourceRouteAddress_route@@SAPBDXZ @8635 NONAME ?Class@H245_UnicastAddress_iPSourceRouteAddress_routing@@SAPBDXZ @8636 NONAME ?Class@H245_UnicastAddress_iPXAddress@@SAPBDXZ @8637 NONAME ?Class@H245_UserInputCapability@@SAPBDXZ @8638 NONAME ?Class@H245_UserInputIndication@@SAPBDXZ @8639 NONAME ?Class@H245_UserInputIndication_encryptedAlphanumeric@@SAPBDXZ @52411 NONAME ?Class@H245_UserInputIndication_extendedAlphanumeric@@SAPBDXZ @25825 NONAME ?Class@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@SAPBDXZ @52412 NONAME ?Class@H245_UserInputIndication_signal@@SAPBDXZ @8640 NONAME ?Class@H245_UserInputIndication_signalUpdate@@SAPBDXZ @8641 NONAME ?Class@H245_UserInputIndication_signalUpdate_rtp@@SAPBDXZ @8642 NONAME ?Class@H245_UserInputIndication_signal_rtp@@SAPBDXZ @8643 NONAME ?Class@H245_UserInputIndication_userInputSupportIndication@@SAPBDXZ @8644 NONAME ?Class@H245_V42bis@@SAPBDXZ @8645 NONAME ?Class@H245_V75Capability@@SAPBDXZ @8646 NONAME ?Class@H245_V75Parameters@@SAPBDXZ @8647 NONAME ?Class@H245_V76Capability@@SAPBDXZ @8648 NONAME ?Class@H245_V76HDLCParameters@@SAPBDXZ @8649 NONAME ?Class@H245_V76LogicalChannelParameters@@SAPBDXZ @8650 NONAME ?Class@H245_V76LogicalChannelParameters_mode@@SAPBDXZ @8651 NONAME ?Class@H245_V76LogicalChannelParameters_mode_eRM@@SAPBDXZ @8652 NONAME ?Class@H245_V76LogicalChannelParameters_mode_eRM_recovery@@SAPBDXZ @8653 NONAME ?Class@H245_V76LogicalChannelParameters_suspendResume@@SAPBDXZ @8654 NONAME ?Class@H245_V76ModeParameters@@SAPBDXZ @8655 NONAME ?Class@H245_VBDCapability@@SAPBDXZ @38646 NONAME ?Class@H245_VBDMode@@SAPBDXZ @38647 NONAME ?Class@H245_VCCapability@@SAPBDXZ @8656 NONAME ?Class@H245_VCCapability_aal1@@SAPBDXZ @8657 NONAME ?Class@H245_VCCapability_aal1ViaGateway@@SAPBDXZ @25826 NONAME ?Class@H245_VCCapability_aal5@@SAPBDXZ @8658 NONAME ?Class@H245_VCCapability_availableBitRates@@SAPBDXZ @8659 NONAME ?Class@H245_VCCapability_availableBitRates_type@@SAPBDXZ @8660 NONAME ?Class@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@SAPBDXZ @8661 NONAME ?Class@H245_VendorIdentification@@SAPBDXZ @8662 NONAME ?Class@H245_VideoCapability@@SAPBDXZ @8663 NONAME ?Class@H245_VideoIndicateCompose@@SAPBDXZ @8664 NONAME ?Class@H245_VideoMode@@SAPBDXZ @8665 NONAME ?Class@H248_ActionReply@@SAPBDXZ @33115 NONAME ?Class@H248_ActionRequest@@SAPBDXZ @33116 NONAME ?Class@H248_AmmDescriptor@@SAPBDXZ @33117 NONAME ?Class@H248_AmmRequest@@SAPBDXZ @33118 NONAME ?Class@H248_AmmsReply@@SAPBDXZ @33119 NONAME ?Class@H248_ArrayOf_ActionReply@@SAPBDXZ @33120 NONAME ?Class@H248_ArrayOf_ActionRequest@@SAPBDXZ @33121 NONAME ?Class@H248_ArrayOf_AmmDescriptor@@SAPBDXZ @33122 NONAME ?Class@H248_ArrayOf_CommandReply@@SAPBDXZ @33123 NONAME ?Class@H248_ArrayOf_CommandRequest@@SAPBDXZ @33124 NONAME ?Class@H248_ArrayOf_EventParameter@@SAPBDXZ @33125 NONAME ?Class@H248_ArrayOf_IndAuditParameter@@SAPBDXZ @33126 NONAME ?Class@H248_ArrayOf_IndAudPropertyParm@@SAPBDXZ @33127 NONAME ?Class@H248_ArrayOf_IndAudStreamDescriptor@@SAPBDXZ @33128 NONAME ?Class@H248_ArrayOf_ModemType@@SAPBDXZ @33129 NONAME ?Class@H248_ArrayOf_ObservedEvent@@SAPBDXZ @33130 NONAME ?Class@H248_ArrayOf_PASN_OctetString@@SAPBDXZ @33131 NONAME ?Class@H248_ArrayOf_PropertyGroup@@SAPBDXZ @33132 NONAME ?Class@H248_ArrayOf_PropertyParm@@SAPBDXZ @33133 NONAME ?Class@H248_ArrayOf_RequestedEvent@@SAPBDXZ @33134 NONAME ?Class@H248_ArrayOf_SecondRequestedEvent@@SAPBDXZ @33135 NONAME ?Class@H248_ArrayOf_Signal@@SAPBDXZ @33136 NONAME ?Class@H248_ArrayOf_SigParameter@@SAPBDXZ @33137 NONAME ?Class@H248_ArrayOf_StreamDescriptor@@SAPBDXZ @33138 NONAME ?Class@H248_ArrayOf_TerminationID@@SAPBDXZ @33139 NONAME ?Class@H248_ArrayOf_TopologyRequest@@SAPBDXZ @33140 NONAME ?Class@H248_ArrayOf_Transaction@@SAPBDXZ @33141 NONAME ?Class@H248_ArrayOf_WildcardField@@SAPBDXZ @33142 NONAME ?Class@H248_AuditDescriptor@@SAPBDXZ @33143 NONAME ?Class@H248_AuditReply@@SAPBDXZ @33144 NONAME ?Class@H248_AuditRequest@@SAPBDXZ @33145 NONAME ?Class@H248_AuditResult@@SAPBDXZ @33146 NONAME ?Class@H248_AuditReturnParameter@@SAPBDXZ @33147 NONAME ?Class@H248_AuthData@@SAPBDXZ @33148 NONAME ?Class@H248_AuthenticationHeader@@SAPBDXZ @33149 NONAME ?Class@H248_Command@@SAPBDXZ @33150 NONAME ?Class@H248_CommandReply@@SAPBDXZ @33151 NONAME ?Class@H248_CommandRequest@@SAPBDXZ @33152 NONAME ?Class@H248_ContextAttrAuditRequest@@SAPBDXZ @33153 NONAME ?Class@H248_ContextID@@SAPBDXZ @33154 NONAME ?Class@H248_ContextRequest@@SAPBDXZ @33155 NONAME ?Class@H248_DigitMapDescriptor@@SAPBDXZ @33156 NONAME ?Class@H248_DigitMapName@@SAPBDXZ @33157 NONAME ?Class@H248_DigitMapValue@@SAPBDXZ @33158 NONAME ?Class@H248_DomainName@@SAPBDXZ @33159 NONAME ?Class@H248_ErrorCode@@SAPBDXZ @33160 NONAME ?Class@H248_ErrorDescriptor@@SAPBDXZ @33161 NONAME ?Class@H248_ErrorText@@SAPBDXZ @33162 NONAME ?Class@H248_EventBufferControl@@SAPBDXZ @33163 NONAME ?Class@H248_EventBufferDescriptor@@SAPBDXZ @33164 NONAME ?Class@H248_EventDM@@SAPBDXZ @33165 NONAME ?Class@H248_EventName@@SAPBDXZ @33166 NONAME ?Class@H248_EventParameter@@SAPBDXZ @33167 NONAME ?Class@H248_EventParameter_extraInfo@@SAPBDXZ @33168 NONAME ?Class@H248_EventsDescriptor@@SAPBDXZ @33169 NONAME ?Class@H248_EventSpec@@SAPBDXZ @33170 NONAME ?Class@H248_H221NonStandard@@SAPBDXZ @33171 NONAME ?Class@H248_IndAudDigitMapDescriptor@@SAPBDXZ @33172 NONAME ?Class@H248_IndAudEventBufferDescriptor@@SAPBDXZ @33173 NONAME ?Class@H248_IndAudEventsDescriptor@@SAPBDXZ @33174 NONAME ?Class@H248_IndAuditParameter@@SAPBDXZ @33175 NONAME ?Class@H248_IndAudLocalControlDescriptor@@SAPBDXZ @33176 NONAME ?Class@H248_IndAudLocalRemoteDescriptor@@SAPBDXZ @33177 NONAME ?Class@H248_IndAudMediaDescriptor@@SAPBDXZ @33178 NONAME ?Class@H248_IndAudMediaDescriptor_streams@@SAPBDXZ @33179 NONAME ?Class@H248_IndAudPackagesDescriptor@@SAPBDXZ @33180 NONAME ?Class@H248_IndAudPropertyGroup@@SAPBDXZ @33181 NONAME ?Class@H248_IndAudPropertyParm@@SAPBDXZ @33182 NONAME ?Class@H248_IndAudSeqSigList@@SAPBDXZ @33183 NONAME ?Class@H248_IndAudSignal@@SAPBDXZ @33184 NONAME ?Class@H248_IndAudSignalsDescriptor@@SAPBDXZ @33185 NONAME ?Class@H248_IndAudStatisticsDescriptor@@SAPBDXZ @33186 NONAME ?Class@H248_IndAudStreamDescriptor@@SAPBDXZ @33187 NONAME ?Class@H248_IndAudStreamParms@@SAPBDXZ @33188 NONAME ?Class@H248_IndAudTerminationStateDescriptor@@SAPBDXZ @33189 NONAME ?Class@H248_IP4Address@@SAPBDXZ @33190 NONAME ?Class@H248_IP6Address@@SAPBDXZ @33191 NONAME ?Class@H248_LocalControlDescriptor@@SAPBDXZ @33192 NONAME ?Class@H248_LocalRemoteDescriptor@@SAPBDXZ @33193 NONAME ?Class@H248_MediaDescriptor@@SAPBDXZ @33194 NONAME ?Class@H248_MediaDescriptor_streams@@SAPBDXZ @33195 NONAME ?Class@H248_MegacoMessage@@SAPBDXZ @33196 NONAME ?Class@H248_Message@@SAPBDXZ @33197 NONAME ?Class@H248_Message_messageBody@@SAPBDXZ @33198 NONAME ?Class@H248_MId@@SAPBDXZ @33199 NONAME ?Class@H248_ModemDescriptor@@SAPBDXZ @33200 NONAME ?Class@H248_ModemType@@SAPBDXZ @33201 NONAME ?Class@H248_MuxDescriptor@@SAPBDXZ @33202 NONAME ?Class@H248_MuxType@@SAPBDXZ @33203 NONAME ?Class@H248_Name@@SAPBDXZ @33204 NONAME ?Class@H248_NonStandardData@@SAPBDXZ @33205 NONAME ?Class@H248_NonStandardIdentifier@@SAPBDXZ @33206 NONAME ?Class@H248_NotifyCompletion@@SAPBDXZ @33207 NONAME ?Class@H248_NotifyReply@@SAPBDXZ @33208 NONAME ?Class@H248_NotifyRequest@@SAPBDXZ @33209 NONAME ?Class@H248_ObservedEvent@@SAPBDXZ @33210 NONAME ?Class@H248_ObservedEventsDescriptor@@SAPBDXZ @33211 NONAME ?Class@H248_PackagesDescriptor@@SAPBDXZ @33212 NONAME ?Class@H248_PackagesItem@@SAPBDXZ @33213 NONAME ?Class@H248_PathName@@SAPBDXZ @33214 NONAME ?Class@H248_PkgdName@@SAPBDXZ @33215 NONAME ?Class@H248_PropertyGroup@@SAPBDXZ @33216 NONAME ?Class@H248_PropertyParm@@SAPBDXZ @33217 NONAME ?Class@H248_PropertyParm_extraInfo@@SAPBDXZ @33218 NONAME ?Class@H248_Relation@@SAPBDXZ @33219 NONAME ?Class@H248_RequestedActions@@SAPBDXZ @33220 NONAME ?Class@H248_RequestedEvent@@SAPBDXZ @33221 NONAME ?Class@H248_RequestID@@SAPBDXZ @33222 NONAME ?Class@H248_SecondEventsDescriptor@@SAPBDXZ @33223 NONAME ?Class@H248_SecondRequestedActions@@SAPBDXZ @33224 NONAME ?Class@H248_SecondRequestedEvent@@SAPBDXZ @33225 NONAME ?Class@H248_SecurityParmIndex@@SAPBDXZ @33226 NONAME ?Class@H248_SeqSigList@@SAPBDXZ @33227 NONAME ?Class@H248_SequenceNum@@SAPBDXZ @33228 NONAME ?Class@H248_ServiceChangeAddress@@SAPBDXZ @33229 NONAME ?Class@H248_ServiceChangeMethod@@SAPBDXZ @33230 NONAME ?Class@H248_ServiceChangeParm@@SAPBDXZ @33231 NONAME ?Class@H248_ServiceChangeProfile@@SAPBDXZ @33232 NONAME ?Class@H248_ServiceChangeReply@@SAPBDXZ @33233 NONAME ?Class@H248_ServiceChangeRequest@@SAPBDXZ @33234 NONAME ?Class@H248_ServiceChangeResParm@@SAPBDXZ @33235 NONAME ?Class@H248_ServiceChangeResult@@SAPBDXZ @33236 NONAME ?Class@H248_ServiceState@@SAPBDXZ @33237 NONAME ?Class@H248_Signal@@SAPBDXZ @33238 NONAME ?Class@H248_SignalName@@SAPBDXZ @33239 NONAME ?Class@H248_SignalRequest@@SAPBDXZ @33240 NONAME ?Class@H248_SignalsDescriptor@@SAPBDXZ @33241 NONAME ?Class@H248_SignalType@@SAPBDXZ @33242 NONAME ?Class@H248_SigParameter@@SAPBDXZ @33243 NONAME ?Class@H248_SigParameter_extraInfo@@SAPBDXZ @33244 NONAME ?Class@H248_StatisticsDescriptor@@SAPBDXZ @33245 NONAME ?Class@H248_StatisticsParameter@@SAPBDXZ @33246 NONAME ?Class@H248_StreamDescriptor@@SAPBDXZ @33247 NONAME ?Class@H248_StreamID@@SAPBDXZ @33248 NONAME ?Class@H248_StreamMode@@SAPBDXZ @33249 NONAME ?Class@H248_StreamParms@@SAPBDXZ @33250 NONAME ?Class@H248_SubtractRequest@@SAPBDXZ @33251 NONAME ?Class@H248_TerminationAudit@@SAPBDXZ @33252 NONAME ?Class@H248_TerminationID@@SAPBDXZ @33253 NONAME ?Class@H248_TerminationIDList@@SAPBDXZ @33254 NONAME ?Class@H248_TerminationStateDescriptor@@SAPBDXZ @33255 NONAME ?Class@H248_TimeNotation@@SAPBDXZ @33256 NONAME ?Class@H248_TopologyRequest@@SAPBDXZ @33257 NONAME ?Class@H248_TopologyRequest_topologyDirection@@SAPBDXZ @33258 NONAME ?Class@H248_Transaction@@SAPBDXZ @33259 NONAME ?Class@H248_TransactionAck@@SAPBDXZ @33260 NONAME ?Class@H248_TransactionId@@SAPBDXZ @33261 NONAME ?Class@H248_TransactionPending@@SAPBDXZ @33262 NONAME ?Class@H248_TransactionReply@@SAPBDXZ @33263 NONAME ?Class@H248_TransactionReply_transactionResult@@SAPBDXZ @33264 NONAME ?Class@H248_TransactionRequest@@SAPBDXZ @33265 NONAME ?Class@H248_TransactionResponseAck@@SAPBDXZ @33266 NONAME ?Class@H248_Value@@SAPBDXZ @33267 NONAME ?Class@H248_WildcardField@@SAPBDXZ @33268 NONAME ?Class@H323AudioCapability@@SAPBDXZ @8666 NONAME ?Class@H323AudioCodec@@SAPBDXZ @8667 NONAME ?Class@H323BidirectionalChannel@@SAPBDXZ @8668 NONAME ?Class@H323CallCreditServiceControl@@SAPBDXZ @33269 NONAME ?Class@H323Capabilities@@SAPBDXZ @17213 NONAME ?Class@H323CapabilitiesSet@@SAPBDXZ @17214 NONAME ?Class@H323Capability@@SAPBDXZ @8669 NONAME ?Class@H323Channel@@SAPBDXZ @8671 NONAME ?Class@H323ChannelNumber@@SAPBDXZ @8672 NONAME ?Class@H323Codec@@SAPBDXZ @8673 NONAME ?Class@H323CodecPluginGenericAudioCapability@@SAPBDXZ @52413 NONAME ?Class@H323CodecPluginNonStandardAudioCapability@@SAPBDXZ @47890 NONAME ?Class@H323Connection@@SAPBDXZ @8674 NONAME ?Class@H323ConnectionsCleaner@@SAPBDXZ @8675 NONAME ?Class@H323ControlPDU@@SAPBDXZ @8676 NONAME ?Class@H323DataCapability@@SAPBDXZ @8677 NONAME ?Class@H323DataChannel@@SAPBDXZ @28158 NONAME ?Class@H323DynaLink@@SAPBDXZ @49673 NONAME ?Class@H323EndPoint@@SAPBDXZ @8678 NONAME ?Class@H323FramedAudioCodec@@SAPBDXZ @8679 NONAME ?Class@H323Gatekeeper@@SAPBDXZ @8680 NONAME ?Class@H323GatekeeperARQ@@SAPBDXZ @29454 NONAME ?Class@H323GatekeeperBRQ@@SAPBDXZ @29455 NONAME ?Class@H323GatekeeperCall@@SAPBDXZ @28484 NONAME ?Class@H323GatekeeperDRQ@@SAPBDXZ @29456 NONAME ?Class@H323GatekeeperGRQ@@SAPBDXZ @29457 NONAME ?Class@H323GatekeeperIRR@@SAPBDXZ @30641 NONAME ?Class@H323GatekeeperListener@@SAPBDXZ @28485 NONAME ?Class@H323GatekeeperLRQ@@SAPBDXZ @29458 NONAME ?Class@H323GatekeeperRequest@@SAPBDXZ @29459 NONAME ?Class@H323GatekeeperRRQ@@SAPBDXZ @29460 NONAME ?Class@H323GatekeeperServer@@SAPBDXZ @28486 NONAME ?Class@H323GatekeeperURQ@@SAPBDXZ @29461 NONAME ?Class@H323GenericVideoCapability@@SAPBDXZ @52414 NONAME ?Class@H323GSMPluginCapability@@SAPBDXZ @47891 NONAME ?Class@H323H248ServiceControl@@SAPBDXZ @33270 NONAME ?Class@H323HTTPServiceControl@@SAPBDXZ @33271 NONAME ?Class@H323Listener@@SAPBDXZ @8682 NONAME ?Class@H323ListenerTCP@@SAPBDXZ @8683 NONAME ?Class@H323LogicalChannelThread@@SAPBDXZ @8684 NONAME ?Class@H323NonStandardAudioCapability@@SAPBDXZ @8685 NONAME ?Class@H323NonStandardDataCapability@@SAPBDXZ @8686 NONAME ?Class@H323NonStandardVideoCapability@@SAPBDXZ @8687 NONAME ?Class@H323PeerElement@@SAPBDXZ @34981 NONAME ?Class@H323PeerElementDescriptor@@SAPBDXZ @37238 NONAME ?Class@H323PeerElementServiceRelationship@@SAPBDXZ @37239 NONAME ?Class@H323PluginCapability@@SAPBDXZ @47894 NONAME ?Class@H323PluginCodecManager@@SAPBDXZ @49746 NONAME ?Class@H323PluginFramedAudioCodec@@SAPBDXZ @49717 NONAME ?Class@H323PluginG7231Capability@@SAPBDXZ @47895 NONAME ?Class@H323PluginVideoCodec@@SAPBDXZ @47896 NONAME ?Class@H323RasPDU@@SAPBDXZ @8688 NONAME ?Class@H323RealTimeCapability@@SAPBDXZ @8689 NONAME ?Class@H323RegisteredEndPoint@@SAPBDXZ @28487 NONAME ?Class@H323ServiceControlSession@@SAPBDXZ @33272 NONAME ?Class@H323SignalPDU@@SAPBDXZ @8690 NONAME ?Class@H323SimultaneousCapabilities@@SAPBDXZ @8691 NONAME ?Class@H323StreamedAudioCodec@@SAPBDXZ @8692 NONAME ?Class@H323StreamedPluginAudioCodec@@SAPBDXZ @49718 NONAME ?Class@H323Transaction@@SAPBDXZ @37634 NONAME ?Class@H323TransactionServer@@SAPBDXZ @34983 NONAME ?Class@H323Transactor@@SAPBDXZ @34984 NONAME ?Class@H323Transport@@SAPBDXZ @8693 NONAME ?Class@H323TransportAddress@@SAPBDXZ @8694 NONAME ?Class@H323TransportAddressArray@@SAPBDXZ @31256 NONAME ?Class@H323TransportIP@@SAPBDXZ @8695 NONAME ?Class@H323TransportTCP@@SAPBDXZ @8696 NONAME ?Class@H323TransportUDP@@SAPBDXZ @8697 NONAME ?Class@H323UnidirectionalChannel@@SAPBDXZ @8698 NONAME ?Class@H323VideoCapability@@SAPBDXZ @8699 NONAME ?Class@H323VideoCodec@@SAPBDXZ @8700 NONAME ?Class@H323_ALawCodec@@SAPBDXZ @8705 NONAME ?Class@H323_AnnexG@@SAPBDXZ @34985 NONAME ?Class@H323_CiscoG7231aLIDCapability@@SAPBDXZ @31183 NONAME ?Class@H323_ExternalRTPChannel@@SAPBDXZ @29639 NONAME ?Class@H323_G711Capability@@SAPBDXZ @8706 NONAME ?Class@H323_H261Capability@@SAPBDXZ @8709 NONAME ?Class@H323_H261Codec@@SAPBDXZ @8710 NONAME ?Class@H323_LIDCapability@@SAPBDXZ @8711 NONAME ?Class@H323_LIDCodec@@SAPBDXZ @8712 NONAME ?Class@H323_muLawCodec@@SAPBDXZ @8713 NONAME ?Class@H323_RealTimeChannel@@SAPBDXZ @29640 NONAME ?Class@H323_RTPChannel@@SAPBDXZ @8714 NONAME ?Class@H323_RTP_Session@@SAPBDXZ @8715 NONAME ?Class@H323_RTP_UDP@@SAPBDXZ @8716 NONAME ?Class@H323_T120Capability@@SAPBDXZ @8717 NONAME ?Class@H323_T120Channel@@SAPBDXZ @28159 NONAME ?Class@H323_T38Capability@@SAPBDXZ @28160 NONAME ?Class@H323_T38Channel@@SAPBDXZ @28161 NONAME ?Class@H323_T38NonStandardCapability@@SAPBDXZ @30540 NONAME ?Class@H323_UserInputCapability@@SAPBDXZ @8718 NONAME ?Class@H45010_ArrayOf_MixedExtension@@SAPBDXZ @23421 NONAME ?Class@H45010_CfbOvrOptArg@@SAPBDXZ @23422 NONAME ?Class@H45010_CoReqOptArg@@SAPBDXZ @23423 NONAME ?Class@H45010_H323CallOfferOperations@@SAPBDXZ @23424 NONAME ?Class@H45010_RUAlertOptArg@@SAPBDXZ @23425 NONAME ?Class@H45011Handler@@SAPBDXZ @30747 NONAME ?Class@H45011_ArrayOf_MixedExtension@@SAPBDXZ @23426 NONAME ?Class@H45011_CallIntrusionErrors@@SAPBDXZ @23427 NONAME ?Class@H45011_CICapabilityLevel@@SAPBDXZ @23428 NONAME ?Class@H45011_CIFrcRelArg@@SAPBDXZ @23429 NONAME ?Class@H45011_CIFrcRelOptRes@@SAPBDXZ @23430 NONAME ?Class@H45011_CIGetCIPLOptArg@@SAPBDXZ @23431 NONAME ?Class@H45011_CIGetCIPLRes@@SAPBDXZ @23432 NONAME ?Class@H45011_CIIsOptArg@@SAPBDXZ @23433 NONAME ?Class@H45011_CIIsOptRes@@SAPBDXZ @23434 NONAME ?Class@H45011_CINotificationArg@@SAPBDXZ @23435 NONAME ?Class@H45011_CIProtectionLevel@@SAPBDXZ @23436 NONAME ?Class@H45011_CIRequestArg@@SAPBDXZ @23437 NONAME ?Class@H45011_CIRequestRes@@SAPBDXZ @23438 NONAME ?Class@H45011_CISilentArg@@SAPBDXZ @23439 NONAME ?Class@H45011_CISilentOptRes@@SAPBDXZ @23440 NONAME ?Class@H45011_CIStatusInformation@@SAPBDXZ @23441 NONAME ?Class@H45011_CIWobOptArg@@SAPBDXZ @23442 NONAME ?Class@H45011_CIWobOptRes@@SAPBDXZ @23443 NONAME ?Class@H45011_H323CallIntrusionOperations@@SAPBDXZ @23444 NONAME ?Class@H4501_Address@@SAPBDXZ @21569 NONAME ?Class@H4501_AddressInformation@@SAPBDXZ @21570 NONAME ?Class@H4501_AddressScreened@@SAPBDXZ @21571 NONAME ?Class@H4501_ArrayOf_AliasAddress@@SAPBDXZ @21572 NONAME ?Class@H4501_ArrayOf_ROS@@SAPBDXZ @21573 NONAME ?Class@H4501_EndpointAddress@@SAPBDXZ @21574 NONAME ?Class@H4501_EntityType@@SAPBDXZ @21575 NONAME ?Class@H4501_Extension@@SAPBDXZ @21576 NONAME ?Class@H4501_GeneralErrorList@@SAPBDXZ @21577 NONAME ?Class@H4501_H225InformationElement@@SAPBDXZ @21578 NONAME ?Class@H4501_InterpretationApdu@@SAPBDXZ @21579 NONAME ?Class@H4501_InvokeIDs@@SAPBDXZ @21580 NONAME ?Class@H4501_InvokeIdSet@@SAPBDXZ @21581 NONAME ?Class@H4501_NetworkFacilityExtension@@SAPBDXZ @21582 NONAME ?Class@H4501_NSAPSubaddress@@SAPBDXZ @21583 NONAME ?Class@H4501_NumberScreened@@SAPBDXZ @21584 NONAME ?Class@H4501_PartySubaddress@@SAPBDXZ @21585 NONAME ?Class@H4501_PresentationAllowedIndicator@@SAPBDXZ @21586 NONAME ?Class@H4501_PresentedAddressScreened@@SAPBDXZ @21587 NONAME ?Class@H4501_PresentedAddressUnscreened@@SAPBDXZ @21588 NONAME ?Class@H4501_PresentedNumberScreened@@SAPBDXZ @21589 NONAME ?Class@H4501_PresentedNumberUnscreened@@SAPBDXZ @21590 NONAME ?Class@H4501_ScreeningIndicator@@SAPBDXZ @21591 NONAME ?Class@H4501_ServiceApdus@@SAPBDXZ @21592 NONAME ?Class@H4501_SubaddressInformation@@SAPBDXZ @21593 NONAME ?Class@H4501_SupplementaryService@@SAPBDXZ @21594 NONAME ?Class@H4501_UserSpecifiedSubaddress@@SAPBDXZ @21595 NONAME ?Class@H4502Handler@@SAPBDXZ @29008 NONAME ?Class@H4502_CallIdentity@@SAPBDXZ @21596 NONAME ?Class@H4502_CallStatus@@SAPBDXZ @21597 NONAME ?Class@H4502_CallTransferErrors@@SAPBDXZ @21598 NONAME ?Class@H4502_CallTransferOperation@@SAPBDXZ @21599 NONAME ?Class@H4502_CTActiveArg@@SAPBDXZ @21600 NONAME ?Class@H4502_CTActiveArg_argumentExtension@@SAPBDXZ @21601 NONAME ?Class@H4502_CTCompleteArg@@SAPBDXZ @21602 NONAME ?Class@H4502_CTCompleteArg_argumentExtension@@SAPBDXZ @21603 NONAME ?Class@H4502_CTIdentifyRes@@SAPBDXZ @21604 NONAME ?Class@H4502_CTIdentifyRes_resultExtension@@SAPBDXZ @21605 NONAME ?Class@H4502_CTInitiateArg@@SAPBDXZ @21606 NONAME ?Class@H4502_CTInitiateArg_argumentExtension@@SAPBDXZ @21607 NONAME ?Class@H4502_CTSetupArg@@SAPBDXZ @21608 NONAME ?Class@H4502_CTSetupArg_argumentExtension@@SAPBDXZ @21609 NONAME ?Class@H4502_CTUpdateArg@@SAPBDXZ @21610 NONAME ?Class@H4502_CTUpdateArg_argumentExtension@@SAPBDXZ @21611 NONAME ?Class@H4502_DummyArg@@SAPBDXZ @21612 NONAME ?Class@H4502_DummyRes@@SAPBDXZ @21613 NONAME ?Class@H4502_EndDesignation@@SAPBDXZ @21614 NONAME ?Class@H4502_ExtensionSeq@@SAPBDXZ @21615 NONAME ?Class@H4502_SubaddressTransferArg@@SAPBDXZ @21616 NONAME ?Class@H4502_SubaddressTransferArg_argumentExtension@@SAPBDXZ @21617 NONAME ?Class@H4503_BasicService@@SAPBDXZ @22738 NONAME ?Class@H4503_CallDiversionErrors@@SAPBDXZ @22739 NONAME ?Class@H4503_DiversionReason@@SAPBDXZ @22740 NONAME ?Class@H4503_ExtensionSeq@@SAPBDXZ @22741 NONAME ?Class@H4503_H323CallDiversionOperations@@SAPBDXZ @22742 NONAME ?Class@H4503_IntResult@@SAPBDXZ @22743 NONAME ?Class@H4503_IntResultList@@SAPBDXZ @22744 NONAME ?Class@H4503_IntResult_extension@@SAPBDXZ @22745 NONAME ?Class@H4503_Procedure@@SAPBDXZ @22746 NONAME ?Class@H4503_SubscriptionOption@@SAPBDXZ @22747 NONAME ?Class@H4504Handler@@SAPBDXZ @29009 NONAME ?Class@H4504_ArrayOf_MixedExtension@@SAPBDXZ @22372 NONAME ?Class@H4504_CallHoldOperation@@SAPBDXZ @22373 NONAME ?Class@H4504_Extension@@SAPBDXZ @22374 NONAME ?Class@H4504_HoldNotificArg@@SAPBDXZ @22375 NONAME ?Class@H4504_MixedExtension@@SAPBDXZ @22376 NONAME ?Class@H4504_RemoteHoldArg@@SAPBDXZ @22377 NONAME ?Class@H4504_RemoteHoldRes@@SAPBDXZ @22378 NONAME ?Class@H4504_RemoteRetrieveArg@@SAPBDXZ @22379 NONAME ?Class@H4504_RemoteRetrieveRes@@SAPBDXZ @22380 NONAME ?Class@H4504_RetrieveNotificArg@@SAPBDXZ @22381 NONAME ?Class@H4505_ArrayOf_MixedExtension@@SAPBDXZ @23445 NONAME ?Class@H4505_CallParkPickupOperations@@SAPBDXZ @23446 NONAME ?Class@H4505_CallPickupErrors@@SAPBDXZ @23447 NONAME ?Class@H4505_CallType@@SAPBDXZ @23448 NONAME ?Class@H4505_CpickupNotifyArg@@SAPBDXZ @23449 NONAME ?Class@H4505_CpNotifyArg@@SAPBDXZ @23450 NONAME ?Class@H4505_CpRequestArg@@SAPBDXZ @23451 NONAME ?Class@H4505_CpRequestRes@@SAPBDXZ @23452 NONAME ?Class@H4505_CpSetupArg@@SAPBDXZ @23453 NONAME ?Class@H4505_CpSetupRes@@SAPBDXZ @23454 NONAME ?Class@H4505_GroupIndicationOffArg@@SAPBDXZ @23455 NONAME ?Class@H4505_GroupIndicationOffRes@@SAPBDXZ @23456 NONAME ?Class@H4505_GroupIndicationOnArg@@SAPBDXZ @23457 NONAME ?Class@H4505_GroupIndicationOnRes@@SAPBDXZ @23458 NONAME ?Class@H4505_ParkCondition@@SAPBDXZ @23459 NONAME ?Class@H4505_ParkedToPosition@@SAPBDXZ @23460 NONAME ?Class@H4505_PickExeArg@@SAPBDXZ @23461 NONAME ?Class@H4505_PickExeRes@@SAPBDXZ @23462 NONAME ?Class@H4505_PickrequArg@@SAPBDXZ @23463 NONAME ?Class@H4505_PickrequRes@@SAPBDXZ @23464 NONAME ?Class@H4505_PickupArg@@SAPBDXZ @23465 NONAME ?Class@H4505_PickupRes@@SAPBDXZ @23466 NONAME ?Class@H4506Handler@@SAPBDXZ @29691 NONAME ?Class@H4506_ArrayOf_MixedExtension@@SAPBDXZ @23467 NONAME ?Class@H4506_CallWaitingArg@@SAPBDXZ @23468 NONAME ?Class@H4506_CallWaitingOperations@@SAPBDXZ @23469 NONAME ?Class@H4507_ArrayOf_MixedExtension@@SAPBDXZ @23470 NONAME ?Class@H4507_BasicService@@SAPBDXZ @23471 NONAME ?Class@H4507_DummyRes@@SAPBDXZ @23472 NONAME ?Class@H4507_H323_MWI_Operations@@SAPBDXZ @23473 NONAME ?Class@H4507_MessageWaitingIndicationErrors@@SAPBDXZ @23474 NONAME ?Class@H4507_MsgCentreId@@SAPBDXZ @23475 NONAME ?Class@H4507_MWIActivateArg@@SAPBDXZ @23476 NONAME ?Class@H4507_MWIDeactivateArg@@SAPBDXZ @23477 NONAME ?Class@H4507_MWIInterrogateArg@@SAPBDXZ @23478 NONAME ?Class@H4507_MWIInterrogateRes@@SAPBDXZ @23479 NONAME ?Class@H4507_MWIInterrogateResElt@@SAPBDXZ @23480 NONAME ?Class@H4507_NbOfMessages@@SAPBDXZ @23481 NONAME ?Class@H4507_TimeStamp@@SAPBDXZ @23482 NONAME ?Class@H4508_ExtendedName@@SAPBDXZ @23483 NONAME ?Class@H4508_Name@@SAPBDXZ @23484 NONAME ?Class@H4508_NameOperations@@SAPBDXZ @23485 NONAME ?Class@H4508_NamePresentationAllowed@@SAPBDXZ @23486 NONAME ?Class@H4508_NamePresentationRestricted@@SAPBDXZ @23487 NONAME ?Class@H4508_SimpleName@@SAPBDXZ @23488 NONAME ?Class@H4509_ArrayOf_MixedExtension@@SAPBDXZ @23489 NONAME ?Class@H4509_CallCompletionErrors@@SAPBDXZ @23490 NONAME ?Class@H4509_CcArg@@SAPBDXZ @23491 NONAME ?Class@H4509_CcLongArg@@SAPBDXZ @23492 NONAME ?Class@H4509_CcRequestArg@@SAPBDXZ @23493 NONAME ?Class@H4509_CcRequestRes@@SAPBDXZ @23494 NONAME ?Class@H4509_CcShortArg@@SAPBDXZ @23495 NONAME ?Class@H4509_H323CallCompletionOperations@@SAPBDXZ @23496 NONAME ?Class@H450xDispatcher@@SAPBDXZ @29010 NONAME ?Class@H450xHandler@@SAPBDXZ @29011 NONAME ?Class@H501AccessRequest@@SAPBDXZ @37635 NONAME ?Class@H501DescriptorUpdate@@SAPBDXZ @37636 NONAME ?Class@H501PDU@@SAPBDXZ @37111 NONAME ?Class@H501ServiceRequest@@SAPBDXZ @37637 NONAME ?Class@H501Transaction@@SAPBDXZ @37638 NONAME ?Class@H501_AccessConfirmation@@SAPBDXZ @35896 NONAME ?Class@H501_AccessRejection@@SAPBDXZ @35897 NONAME ?Class@H501_AccessRejectionReason@@SAPBDXZ @35898 NONAME ?Class@H501_AccessRequest@@SAPBDXZ @35899 NONAME ?Class@H501_AccessToken@@SAPBDXZ @35900 NONAME ?Class@H501_AddressTemplate@@SAPBDXZ @35901 NONAME ?Class@H501_AlternatePE@@SAPBDXZ @35902 NONAME ?Class@H501_AlternatePEInfo@@SAPBDXZ @35903 NONAME ?Class@H501_ApplicationMessage@@SAPBDXZ @35904 NONAME ?Class@H501_ArrayOf_AccessToken@@SAPBDXZ @35905 NONAME ?Class@H501_ArrayOf_AddressTemplate@@SAPBDXZ @35906 NONAME ?Class@H501_ArrayOf_AliasAddress@@SAPBDXZ @35907 NONAME ?Class@H501_ArrayOf_AlternatePE@@SAPBDXZ @35908 NONAME ?Class@H501_ArrayOf_CircuitIdentifier@@SAPBDXZ @35909 NONAME ?Class@H501_ArrayOf_ClearToken@@SAPBDXZ @35910 NONAME ?Class@H501_ArrayOf_ContactInformation@@SAPBDXZ @35911 NONAME ?Class@H501_ArrayOf_CryptoH323Token@@SAPBDXZ @35912 NONAME ?Class@H501_ArrayOf_Descriptor@@SAPBDXZ @35913 NONAME ?Class@H501_ArrayOf_DescriptorInfo@@SAPBDXZ @35915 NONAME ?Class@H501_ArrayOf_GenericData@@SAPBDXZ @35916 NONAME ?Class@H501_ArrayOf_GloballyUniqueID@@SAPBDXZ @36952 NONAME ?Class@H501_ArrayOf_NonStandardParameter@@SAPBDXZ @35917 NONAME ?Class@H501_ArrayOf_PASN_ObjectId@@SAPBDXZ @35918 NONAME ?Class@H501_ArrayOf_Pattern@@SAPBDXZ @35919 NONAME ?Class@H501_ArrayOf_PriceElement@@SAPBDXZ @35920 NONAME ?Class@H501_ArrayOf_PriceInfoSpec@@SAPBDXZ @35921 NONAME ?Class@H501_ArrayOf_RouteInformation@@SAPBDXZ @35922 NONAME ?Class@H501_ArrayOf_SecurityMode@@SAPBDXZ @35923 NONAME ?Class@H501_ArrayOf_ServiceControlSession@@SAPBDXZ @35924 NONAME ?Class@H501_ArrayOf_SupportedProtocols@@SAPBDXZ @35925 NONAME ?Class@H501_ArrayOf_TransportAddress@@SAPBDXZ @35926 NONAME ?Class@H501_ArrayOf_UpdateInformation@@SAPBDXZ @35927 NONAME ?Class@H501_ArrayOf_UsageField@@SAPBDXZ @35928 NONAME ?Class@H501_AuthenticationConfirmation@@SAPBDXZ @35929 NONAME ?Class@H501_AuthenticationRejection@@SAPBDXZ @35930 NONAME ?Class@H501_AuthenticationRejectionReason@@SAPBDXZ @35931 NONAME ?Class@H501_AuthenticationRequest@@SAPBDXZ @35932 NONAME ?Class@H501_CallInformation@@SAPBDXZ @35933 NONAME ?Class@H501_ContactInformation@@SAPBDXZ @35934 NONAME ?Class@H501_Descriptor@@SAPBDXZ @35935 NONAME ?Class@H501_DescriptorConfirmation@@SAPBDXZ @35936 NONAME ?Class@H501_DescriptorIDConfirmation@@SAPBDXZ @35938 NONAME ?Class@H501_DescriptorIDRejection@@SAPBDXZ @35939 NONAME ?Class@H501_DescriptorIDRejectionReason@@SAPBDXZ @35940 NONAME ?Class@H501_DescriptorIDRequest@@SAPBDXZ @35941 NONAME ?Class@H501_DescriptorInfo@@SAPBDXZ @35942 NONAME ?Class@H501_DescriptorRejection@@SAPBDXZ @35943 NONAME ?Class@H501_DescriptorRejectionReason@@SAPBDXZ @35944 NONAME ?Class@H501_DescriptorRequest@@SAPBDXZ @35945 NONAME ?Class@H501_DescriptorUpdate@@SAPBDXZ @35946 NONAME ?Class@H501_DescriptorUpdateAck@@SAPBDXZ @35947 NONAME ?Class@H501_ElementIdentifier@@SAPBDXZ @35948 NONAME ?Class@H501_GlobalTimeStamp@@SAPBDXZ @35949 NONAME ?Class@H501_Message@@SAPBDXZ @34988 NONAME ?Class@H501_MessageBody@@SAPBDXZ @35950 NONAME ?Class@H501_MessageCommonInfo@@SAPBDXZ @35951 NONAME ?Class@H501_NonStandardConfirmation@@SAPBDXZ @35952 NONAME ?Class@H501_NonStandardRejection@@SAPBDXZ @35953 NONAME ?Class@H501_NonStandardRejectionReason@@SAPBDXZ @35954 NONAME ?Class@H501_NonStandardRequest@@SAPBDXZ @35955 NONAME ?Class@H501_PartyInformation@@SAPBDXZ @35956 NONAME ?Class@H501_Pattern@@SAPBDXZ @35957 NONAME ?Class@H501_Pattern_range@@SAPBDXZ @35958 NONAME ?Class@H501_PriceElement@@SAPBDXZ @35959 NONAME ?Class@H501_PriceElement_units@@SAPBDXZ @35960 NONAME ?Class@H501_PriceInfoSpec@@SAPBDXZ @35961 NONAME ?Class@H501_ProtocolVersion@@SAPBDXZ @35962 NONAME ?Class@H501_RequestInProgress@@SAPBDXZ @35963 NONAME ?Class@H501_Role@@SAPBDXZ @35964 NONAME ?Class@H501_RouteInformation@@SAPBDXZ @35965 NONAME ?Class@H501_RouteInformation_messageType@@SAPBDXZ @35966 NONAME ?Class@H501_SecurityMode@@SAPBDXZ @35967 NONAME ?Class@H501_ServiceConfirmation@@SAPBDXZ @35968 NONAME ?Class@H501_ServiceRejection@@SAPBDXZ @35970 NONAME ?Class@H501_ServiceRejectionReason@@SAPBDXZ @35971 NONAME ?Class@H501_ServiceRelease@@SAPBDXZ @35972 NONAME ?Class@H501_ServiceReleaseReason@@SAPBDXZ @35973 NONAME ?Class@H501_ServiceRequest@@SAPBDXZ @35974 NONAME ?Class@H501_TerminationCause@@SAPBDXZ @35975 NONAME ?Class@H501_TimeZone@@SAPBDXZ @35976 NONAME ?Class@H501_UnknownMessageReason@@SAPBDXZ @35977 NONAME ?Class@H501_UnknownMessageResponse@@SAPBDXZ @35978 NONAME ?Class@H501_UpdateInformation@@SAPBDXZ @35979 NONAME ?Class@H501_UpdateInformation_descriptorInfo@@SAPBDXZ @35980 NONAME ?Class@H501_UpdateInformation_updateType@@SAPBDXZ @35981 NONAME ?Class@H501_UsageCallStatus@@SAPBDXZ @35982 NONAME ?Class@H501_UsageConfirmation@@SAPBDXZ @35983 NONAME ?Class@H501_UsageField@@SAPBDXZ @35984 NONAME ?Class@H501_UsageIndication@@SAPBDXZ @35985 NONAME ?Class@H501_UsageIndicationConfirmation@@SAPBDXZ @35986 NONAME ?Class@H501_UsageIndicationRejection@@SAPBDXZ @35987 NONAME ?Class@H501_UsageIndicationRejectionReason@@SAPBDXZ @35988 NONAME ?Class@H501_UsageRejection@@SAPBDXZ @35989 NONAME ?Class@H501_UsageRejectReason@@SAPBDXZ @35990 NONAME ?Class@H501_UsageRequest@@SAPBDXZ @35991 NONAME ?Class@H501_UsageSpecification@@SAPBDXZ @35992 NONAME ?Class@H501_UsageSpecification_when@@SAPBDXZ @35993 NONAME ?Class@H501_UserInformation@@SAPBDXZ @35994 NONAME ?Class@H501_ValidationConfirmation@@SAPBDXZ @35995 NONAME ?Class@H501_ValidationRejection@@SAPBDXZ @35996 NONAME ?Class@H501_ValidationRejectionReason@@SAPBDXZ @35997 NONAME ?Class@H501_ValidationRequest@@SAPBDXZ @35998 NONAME ?Class@HIDPluginDeviceManager@@SAPBDXZ @52415 NONAME ?Class@MCS_ArrayOf_ChannelAttributes@@SAPBDXZ @8765 NONAME ?Class@MCS_ArrayOf_ChannelId@@SAPBDXZ @8766 NONAME ?Class@MCS_ArrayOf_TokenAttributes@@SAPBDXZ @8767 NONAME ?Class@MCS_ArrayOf_TokenId@@SAPBDXZ @8768 NONAME ?Class@MCS_ArrayOf_UserId@@SAPBDXZ @8769 NONAME ?Class@MCS_AssignedChannelId@@SAPBDXZ @8770 NONAME ?Class@MCS_AUcf@@SAPBDXZ @8771 NONAME ?Class@MCS_AUrq@@SAPBDXZ @8772 NONAME ?Class@MCS_CAin@@SAPBDXZ @8773 NONAME ?Class@MCS_CArq@@SAPBDXZ @8774 NONAME ?Class@MCS_CCcf@@SAPBDXZ @8775 NONAME ?Class@MCS_CCrq@@SAPBDXZ @8776 NONAME ?Class@MCS_CDin@@SAPBDXZ @8777 NONAME ?Class@MCS_CDrq@@SAPBDXZ @8778 NONAME ?Class@MCS_CEin@@SAPBDXZ @8779 NONAME ?Class@MCS_CErq@@SAPBDXZ @8780 NONAME ?Class@MCS_ChannelAttributes@@SAPBDXZ @8781 NONAME ?Class@MCS_ChannelAttributes_assigned@@SAPBDXZ @8782 NONAME ?Class@MCS_ChannelAttributes_private@@SAPBDXZ @8783 NONAME ?Class@MCS_ChannelAttributes_static@@SAPBDXZ @8784 NONAME ?Class@MCS_ChannelAttributes_userId@@SAPBDXZ @8785 NONAME ?Class@MCS_ChannelId@@SAPBDXZ @8786 NONAME ?Class@MCS_CJcf@@SAPBDXZ @8787 NONAME ?Class@MCS_CJrq@@SAPBDXZ @8788 NONAME ?Class@MCS_CLrq@@SAPBDXZ @8789 NONAME ?Class@MCS_ConnectMCSPDU@@SAPBDXZ @8790 NONAME ?Class@MCS_Connect_Additional@@SAPBDXZ @8791 NONAME ?Class@MCS_Connect_Initial@@SAPBDXZ @8792 NONAME ?Class@MCS_Connect_Response@@SAPBDXZ @8793 NONAME ?Class@MCS_Connect_Result@@SAPBDXZ @8794 NONAME ?Class@MCS_DataPriority@@SAPBDXZ @8795 NONAME ?Class@MCS_Diagnostic@@SAPBDXZ @8796 NONAME ?Class@MCS_DomainMCSPDU@@SAPBDXZ @8797 NONAME ?Class@MCS_DomainParameters@@SAPBDXZ @8798 NONAME ?Class@MCS_DPum@@SAPBDXZ @8799 NONAME ?Class@MCS_DUin@@SAPBDXZ @8800 NONAME ?Class@MCS_DUrq@@SAPBDXZ @8801 NONAME ?Class@MCS_DynamicChannelId@@SAPBDXZ @8802 NONAME ?Class@MCS_EDrq@@SAPBDXZ @8803 NONAME ?Class@MCS_MCcf@@SAPBDXZ @8804 NONAME ?Class@MCS_MCrq@@SAPBDXZ @8805 NONAME ?Class@MCS_MTcf@@SAPBDXZ @8806 NONAME ?Class@MCS_MTrq@@SAPBDXZ @8807 NONAME ?Class@MCS_PCin@@SAPBDXZ @8808 NONAME ?Class@MCS_PDin@@SAPBDXZ @8809 NONAME ?Class@MCS_PrivateChannelId@@SAPBDXZ @8810 NONAME ?Class@MCS_PTin@@SAPBDXZ @8811 NONAME ?Class@MCS_Reason@@SAPBDXZ @8812 NONAME ?Class@MCS_Result@@SAPBDXZ @8813 NONAME ?Class@MCS_RJum@@SAPBDXZ @8814 NONAME ?Class@MCS_SDin@@SAPBDXZ @8815 NONAME ?Class@MCS_SDrq@@SAPBDXZ @8816 NONAME ?Class@MCS_Segmentation@@SAPBDXZ @8817 NONAME ?Class@MCS_StaticChannelId@@SAPBDXZ @8818 NONAME ?Class@MCS_TGcf@@SAPBDXZ @8819 NONAME ?Class@MCS_TGrq@@SAPBDXZ @8820 NONAME ?Class@MCS_TIcf@@SAPBDXZ @8821 NONAME ?Class@MCS_TIrq@@SAPBDXZ @8822 NONAME ?Class@MCS_TokenAttributes@@SAPBDXZ @8823 NONAME ?Class@MCS_TokenAttributes_given@@SAPBDXZ @8824 NONAME ?Class@MCS_TokenAttributes_giving@@SAPBDXZ @8825 NONAME ?Class@MCS_TokenAttributes_grabbed@@SAPBDXZ @8826 NONAME ?Class@MCS_TokenAttributes_inhibited@@SAPBDXZ @8827 NONAME ?Class@MCS_TokenAttributes_ungivable@@SAPBDXZ @8828 NONAME ?Class@MCS_TokenId@@SAPBDXZ @8829 NONAME ?Class@MCS_TokenStatus@@SAPBDXZ @8830 NONAME ?Class@MCS_TPin@@SAPBDXZ @8831 NONAME ?Class@MCS_TPrq@@SAPBDXZ @8832 NONAME ?Class@MCS_TRcf@@SAPBDXZ @8833 NONAME ?Class@MCS_TRrq@@SAPBDXZ @8834 NONAME ?Class@MCS_TTcf@@SAPBDXZ @8835 NONAME ?Class@MCS_TTrq@@SAPBDXZ @8836 NONAME ?Class@MCS_TVcf@@SAPBDXZ @8837 NONAME ?Class@MCS_TVin@@SAPBDXZ @8838 NONAME ?Class@MCS_TVrq@@SAPBDXZ @8839 NONAME ?Class@MCS_TVrs@@SAPBDXZ @8840 NONAME ?Class@MCS_UserId@@SAPBDXZ @8841 NONAME ?Class@MCS_USin@@SAPBDXZ @8842 NONAME ?Class@MCS_USrq@@SAPBDXZ @8843 NONAME ?Class@MXRecordList@PDNS@@SAPBDXZ @52416 NONAME ?Class@OpalFactoryCodec@@SAPBDXZ @51466 NONAME ?Class@OpalG711ALaw64k_Base@@SAPBDXZ @51467 NONAME ?Class@OpalG711ALaw64k_Decoder@@SAPBDXZ @51468 NONAME ?Class@OpalG711ALaw64k_Encoder@@SAPBDXZ @51469 NONAME ?Class@OpalG711uLaw64k_Base@@SAPBDXZ @51470 NONAME ?Class@OpalG711uLaw64k_Decoder@@SAPBDXZ @51471 NONAME ?Class@OpalG711uLaw64k_Encoder@@SAPBDXZ @51472 NONAME ?Class@OpalGloballyUniqueID@@SAPBDXZ @20689 NONAME ?Class@OpalIxJDevice@@SAPBDXZ @8844 NONAME ?Class@OpalLineChannel@@SAPBDXZ @8845 NONAME ?Class@OpalLineInterfaceDevice@@SAPBDXZ @8846 NONAME ?Class@OpalMediaFormat@@SAPBDXZ @20603 NONAME ?Class@OpalPluginCodec@@SAPBDXZ @51473 NONAME ?Class@OpalRFC2833@@SAPBDXZ @29929 NONAME ?Class@OpalRFC2833Info@@SAPBDXZ @29930 NONAME ?Class@OpalRtpToWavFile@@SAPBDXZ @30612 NONAME ?Class@OpalT120Protocol@@SAPBDXZ @28162 NONAME ?Class@OpalT38Protocol@@SAPBDXZ @28163 NONAME ?Class@OpalUSBDevice@@SAPBDXZ @52417 NONAME ?Class@OpalVoipBlasterDevice@@SAPBDXZ @29750 NONAME ?Class@OpalVXMLSession@@SAPBDXZ @31042 NONAME ?Class@OpalWAVFile@@SAPBDXZ @30715 NONAME ?Class@PASN_Array@@SAPBDXZ @8853 NONAME ?Class@PASN_BitString@@SAPBDXZ @8854 NONAME ?Class@PASN_BMPString@@SAPBDXZ @8855 NONAME ?Class@PASN_Boolean@@SAPBDXZ @8856 NONAME ?Class@PASN_Choice@@SAPBDXZ @8857 NONAME ?Class@PASN_ConstrainedObject@@SAPBDXZ @8858 NONAME ?Class@PASN_ConstrainedString@@SAPBDXZ @8859 NONAME ?Class@PASN_Enumeration@@SAPBDXZ @8860 NONAME ?Class@PASN_GeneralisedTime@@SAPBDXZ @23497 NONAME ?Class@PASN_GeneralString@@SAPBDXZ @8861 NONAME ?Class@PASN_IA5String@@SAPBDXZ @8862 NONAME ?Class@PASN_Integer@@SAPBDXZ @8863 NONAME ?Class@PASN_Null@@SAPBDXZ @8864 NONAME ?Class@PASN_NumericString@@SAPBDXZ @8865 NONAME ?Class@PASN_Object@@SAPBDXZ @8866 NONAME ?Class@PASN_ObjectId@@SAPBDXZ @8867 NONAME ?Class@PASN_OctetString@@SAPBDXZ @8868 NONAME ?Class@PASN_PrintableString@@SAPBDXZ @8869 NONAME ?Class@PASN_Sequence@@SAPBDXZ @8870 NONAME ?Class@PASN_Stream@@SAPBDXZ @30345 NONAME ?Class@PASN_VisibleString@@SAPBDXZ @23498 NONAME ?Class@PDTMFEncoder@@SAPBDXZ @52418 NONAME ?Class@PLDAPAttributeBase@@SAPBDXZ @37849 NONAME ?Class@PLDAPStructBase@@SAPBDXZ @37850 NONAME ?Class@PluginLoader@@SAPBDXZ @52419 NONAME ?Class@PPER_Stream@@SAPBDXZ @30346 NONAME ?Class@PVXMLSession@@SAPBDXZ @31050 NONAME ?Class@PWAVFile@@SAPBDXZ @30613 NONAME ?Class@Q931@@SAPBDXZ @8872 NONAME ?Class@ReceiverReport@RTP_Session@@SAPBDXZ @17073 NONAME ?Class@Request@H323Transactor@@SAPBDXZ @37396 NONAME ?Class@Response@H323Transactor@@SAPBDXZ @37397 NONAME ?Class@RTP_ControlFrame@@SAPBDXZ @8873 NONAME ?Class@RTP_DataFrame@@SAPBDXZ @8874 NONAME ?Class@RTP_JitterBuffer@@SAPBDXZ @8875 NONAME ?Class@RTP_JitterBufferAnalyser@@SAPBDXZ @17134 NONAME ?Class@RTP_QOS@@SAPBDXZ @38229 NONAME ?Class@RTP_Session@@SAPBDXZ @8876 NONAME ?Class@RTP_SessionManager@@SAPBDXZ @8877 NONAME ?Class@RTP_UDP@@SAPBDXZ @8878 NONAME ?Class@RTP_UserData@@SAPBDXZ @8879 NONAME ?Class@SenderReport@RTP_Session@@SAPBDXZ @17074 NONAME ?Class@SourceDescription@RTP_Session@@SAPBDXZ @17075 NONAME ?Class@SRVRecordList@PDNS@@SAPBDXZ @52420 NONAME ?Class@StringMap@H323GatekeeperServer@@SAPBDXZ @31688 NONAME ?Class@T120ConnectPDU@@SAPBDXZ @30017 NONAME ?Class@T120_X224@@SAPBDXZ @30018 NONAME ?Class@T38_ArrayOf_PASN_OctetString@@SAPBDXZ @28164 NONAME ?Class@T38_Data_Field@@SAPBDXZ @28165 NONAME ?Class@T38_Data_Field_subtype@@SAPBDXZ @28166 NONAME ?Class@T38_Data_Field_subtype_field_type@@SAPBDXZ @28167 NONAME ?Class@T38_IFPPacket@@SAPBDXZ @28168 NONAME ?Class@T38_PreCorrigendum_Data_Field@@SAPBDXZ @31727 NONAME ?Class@T38_PreCorrigendum_Data_Field_subtype@@SAPBDXZ @31728 NONAME ?Class@T38_PreCorrigendum_Data_Field_subtype_field_type@@SAPBDXZ @31729 NONAME ?Class@T38_PreCorrigendum_IFPPacket@@SAPBDXZ @31730 NONAME ?Class@T38_Type_of_msg@@SAPBDXZ @28169 NONAME ?Class@T38_Type_of_msg_data@@SAPBDXZ @28170 NONAME ?Class@T38_Type_of_msg_t30_indicator@@SAPBDXZ @28171 NONAME ?Class@T38_UDPTLPacket@@SAPBDXZ @28172 NONAME ?Class@T38_UDPTLPacket_error_recovery@@SAPBDXZ @28173 NONAME ?Class@T38_UDPTLPacket_error_recovery_fec_info@@SAPBDXZ @28174 NONAME ?Class@T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@SAPBDXZ @28175 NONAME ?Class@T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@SAPBDXZ @28176 NONAME ?Class@T38_UDPTLPacket_primary_ifp_packet@@SAPBDXZ @28177 NONAME ?Class@VoipBlasterInterface@@SAPBDXZ @29751 NONAME ?Class@X224@@SAPBDXZ @8880 NONAME ?Class@X880_Code@@SAPBDXZ @21618 NONAME ?Class@X880_GeneralProblem@@SAPBDXZ @21619 NONAME ?Class@X880_Invoke@@SAPBDXZ @21620 NONAME ?Class@X880_InvokeId@@SAPBDXZ @21621 NONAME ?Class@X880_InvokeProblem@@SAPBDXZ @21622 NONAME ?Class@X880_Reject@@SAPBDXZ @21623 NONAME ?Class@X880_RejectProblem@@SAPBDXZ @21624 NONAME ?Class@X880_Reject_problem@@SAPBDXZ @21625 NONAME ?Class@X880_ReturnError@@SAPBDXZ @21626 NONAME ?Class@X880_ReturnErrorProblem@@SAPBDXZ @21627 NONAME ?Class@X880_ReturnResult@@SAPBDXZ @21628 NONAME ?Class@X880_ReturnResultProblem@@SAPBDXZ @21629 NONAME ?Class@X880_ReturnResult_result@@SAPBDXZ @21630 NONAME ?Class@X880_ROS@@SAPBDXZ @21631 NONAME ?CleanUpConnections@H323EndPoint@@UAEXXZ @51160 NONAME ?CleanUpOnCallEnd@H323Connection@@UAEXXZ @8882 NONAME ?CleanUpOnTermination@H323Channel@@UAEXXZ @8883 NONAME ?CleanUpOnTermination@H323DataChannel@@UAEXXZ @28178 NONAME ?CleanUpOnTermination@H323Transport@@QAEXXZ @8884 NONAME ?CleanUpOnTermination@H323_RTPChannel@@UAEXXZ @8885 NONAME ?CleanUpOnTermination@H323_T38Channel@@UAEXXZ @29589 NONAME ?CleanUpOnTermination@OpalT38Protocol@@UAEXXZ @29590 NONAME ?ClearAllCalls@H323EndPoint@@UAEXW4CallEndReason@H323Connection@@H@Z @20465 NONAME ?ClearCall@H323Connection@@UAEHW4CallEndReason@1@@Z @20466 NONAME ?ClearCall@H323EndPoint@@UAEHABVPString@@W4CallEndReason@H323Connection@@@Z @20467 NONAME ?ClearCallSynchronous@H323Connection@@UAEHPAVPSyncPoint@@W4CallEndReason@1@@Z @20468 NONAME ?ClearCallSynchronous@H323EndPoint@@UAEHABVPString@@W4CallEndReason@H323Connection@@@Z @20469 NONAME ?ClearCallSynchronous@H323EndPoint@@UAEHABVPString@@W4CallEndReason@H323Connection@@PAVPSyncPoint@@@Z @20470 NONAME ?ClearInfoRequestRate@H323Gatekeeper@@IAEXXZ @31462 NONAME ?Clone@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBEPAVPObject@@XZ @27755 NONAME ?Clone@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBEPAVPObject@@XZ @27756 NONAME ?Clone@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBEPAVPObject@@XZ @27757 NONAME ?Clone@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBEPAVPObject@@XZ @27758 NONAME ?Clone@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBEPAVPObject@@XZ @27759 NONAME ?Clone@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBEPAVPObject@@XZ @27760 NONAME ?Clone@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBEPAVPObject@@XZ @27761 NONAME ?Clone@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBEPAVPObject@@XZ @27762 NONAME ?Clone@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBEPAVPObject@@XZ @27763 NONAME ?Clone@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBEPAVPObject@@XZ @27764 NONAME ?Clone@?$PArray@V?$PList@VH323Capability@@@@@@UBEPAVPObject@@XZ @8899 NONAME ?Clone@?$PArray@VH323SimultaneousCapabilities@@@@UBEPAVPObject@@XZ @8900 NONAME ?Clone@?$PArray@VH323TransportAddress@@@@UBEPAVPObject@@XZ @28488 NONAME ?Clone@?$PArray@VReceiverReport@RTP_Session@@@@UBEPAVPObject@@XZ @17076 NONAME ?Clone@?$PArray@VSourceDescription@RTP_Session@@@@UBEPAVPObject@@XZ @17077 NONAME ?Clone@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UBEPAVPObject@@XZ @8901 NONAME ?Clone@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UBEPAVPObject@@XZ @33273 NONAME ?Clone@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UBEPAVPObject@@XZ @29012 NONAME ?Clone@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UBEPAVPObject@@XZ @8902 NONAME ?Clone@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UBEPAVPObject@@XZ @37398 NONAME ?Clone@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UBEPAVPObject@@XZ @8903 NONAME ?Clone@?$PDictionary@VPString@@VH323Connection@@@@UBEPAVPObject@@XZ @8904 NONAME ?Clone@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UBEPAVPObject@@XZ @28489 NONAME ?Clone@?$PDictionary@VPString@@VPOrdinalKey@@@@UBEPAVPObject@@XZ @37480 NONAME ?Clone@?$PList@VH235Authenticator@@@@UBEPAVPObject@@XZ @28864 NONAME ?Clone@?$PList@VH245_GenericParameter@@@@UBEPAVPObject@@XZ @52421 NONAME ?Clone@?$PList@VH323Capability@@@@UBEPAVPObject@@XZ @8905 NONAME ?Clone@?$PList@VH323Channel@@@@UBEPAVPObject@@XZ @8906 NONAME ?Clone@?$PList@VH323GatekeeperListener@@@@UBEPAVPObject@@XZ @28490 NONAME ?Clone@?$PList@VH323Listener@@@@UBEPAVPObject@@XZ @8908 NONAME ?Clone@?$PList@VH323Transactor@@@@UBEPAVPObject@@XZ @34989 NONAME ?Clone@?$PList@VH450xHandler@@@@UBEPAVPObject@@XZ @29013 NONAME ?Clone@?$PList@VOpalMediaFormat@@@@UBEPAVPObject@@XZ @20604 NONAME ?Clone@?$PList@VPBYTEArray@@@@UBEPAVPObject@@XZ @34563 NONAME ?Clone@?$PSet@VPOrdinalKey@@@@UBEPAVPObject@@XZ @37481 NONAME ?Clone@?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@UBEPAVPObject@@XZ @30827 NONAME ?Clone@?$PSortedList@VH225_AliasAddress@@@@UBEPAVPObject@@XZ @37639 NONAME ?Clone@?$PSortedList@VH323GatekeeperCall@@@@UBEPAVPObject@@XZ @28491 NONAME ?Clone@?$PSortedList@VH323PeerElementDescriptor@@@@UBEPAVPObject@@XZ @37240 NONAME ?Clone@?$PSortedList@VH323PeerElementServiceRelationship@@@@UBEPAVPObject@@XZ @37241 NONAME ?Clone@?$PSortedList@VMXRecord@PDNS@@@@UBEPAVPObject@@XZ @52422 NONAME ?Clone@?$PSortedList@VResponse@H323Transactor@@@@UBEPAVPObject@@XZ @37399 NONAME ?Clone@?$PSortedList@VSRVRecord@PDNS@@@@UBEPAVPObject@@XZ @52423 NONAME ?Clone@G7231_File_Capability@@UBEPAVPObject@@XZ @31053 NONAME ?Clone@GCC_AlternativeNodeID@@UBEPAVPObject@@XZ @8909 NONAME ?Clone@GCC_ApplicationInvokeIndication@@UBEPAVPObject@@XZ @8910 NONAME ?Clone@GCC_ApplicationInvokeSpecifier@@UBEPAVPObject@@XZ @8911 NONAME ?Clone@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@UBEPAVPObject@@XZ @8912 NONAME ?Clone@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBEPAVPObject@@XZ @8913 NONAME ?Clone@GCC_ApplicationRecord@@UBEPAVPObject@@XZ @8914 NONAME ?Clone@GCC_ApplicationRecord_nonCollapsingCapabilities@@UBEPAVPObject@@XZ @8915 NONAME ?Clone@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBEPAVPObject@@XZ @8916 NONAME ?Clone@GCC_ArrayOf_ApplicationInvokeSpecifier@@UBEPAVPObject@@XZ @8917 NONAME ?Clone@GCC_ArrayOf_ChallengeItem@@UBEPAVPObject@@XZ @8918 NONAME ?Clone@GCC_ArrayOf_ConferenceDescriptor@@UBEPAVPObject@@XZ @8919 NONAME ?Clone@GCC_ArrayOf_Privilege@@UBEPAVPObject@@XZ @8920 NONAME ?Clone@GCC_ArrayOf_TextString@@UBEPAVPObject@@XZ @8921 NONAME ?Clone@GCC_ArrayOf_UserID@@UBEPAVPObject@@XZ @8922 NONAME ?Clone@GCC_AsymmetryIndicator@@UBEPAVPObject@@XZ @8923 NONAME ?Clone@GCC_CapabilityClass@@UBEPAVPObject@@XZ @8924 NONAME ?Clone@GCC_CapabilityID@@UBEPAVPObject@@XZ @8925 NONAME ?Clone@GCC_ChallengeItem@@UBEPAVPObject@@XZ @8926 NONAME ?Clone@GCC_ChallengeRequest@@UBEPAVPObject@@XZ @8927 NONAME ?Clone@GCC_ChallengeResponse@@UBEPAVPObject@@XZ @8928 NONAME ?Clone@GCC_ChallengeResponseAlgorithm@@UBEPAVPObject@@XZ @8929 NONAME ?Clone@GCC_ChallengeResponseItem@@UBEPAVPObject@@XZ @8930 NONAME ?Clone@GCC_ChannelID@@UBEPAVPObject@@XZ @8931 NONAME ?Clone@GCC_ChannelType@@UBEPAVPObject@@XZ @8932 NONAME ?Clone@GCC_ConductorAssignIndication@@UBEPAVPObject@@XZ @8933 NONAME ?Clone@GCC_ConductorPermissionAskIndication@@UBEPAVPObject@@XZ @8934 NONAME ?Clone@GCC_ConductorPermissionGrantIndication@@UBEPAVPObject@@XZ @8935 NONAME ?Clone@GCC_ConductorReleaseIndication@@UBEPAVPObject@@XZ @8936 NONAME ?Clone@GCC_ConferenceAddRequest@@UBEPAVPObject@@XZ @8937 NONAME ?Clone@GCC_ConferenceAddResponse@@UBEPAVPObject@@XZ @8938 NONAME ?Clone@GCC_ConferenceAddResponse_result@@UBEPAVPObject@@XZ @8939 NONAME ?Clone@GCC_ConferenceAssistanceIndication@@UBEPAVPObject@@XZ @8940 NONAME ?Clone@GCC_ConferenceCreateRequest@@UBEPAVPObject@@XZ @8941 NONAME ?Clone@GCC_ConferenceCreateResponse@@UBEPAVPObject@@XZ @8942 NONAME ?Clone@GCC_ConferenceCreateResponse_result@@UBEPAVPObject@@XZ @8943 NONAME ?Clone@GCC_ConferenceDescriptor@@UBEPAVPObject@@XZ @8944 NONAME ?Clone@GCC_ConferenceEjectUserIndication@@UBEPAVPObject@@XZ @8945 NONAME ?Clone@GCC_ConferenceEjectUserIndication_reason@@UBEPAVPObject@@XZ @8946 NONAME ?Clone@GCC_ConferenceEjectUserRequest@@UBEPAVPObject@@XZ @8947 NONAME ?Clone@GCC_ConferenceEjectUserRequest_reason@@UBEPAVPObject@@XZ @8948 NONAME ?Clone@GCC_ConferenceEjectUserResponse@@UBEPAVPObject@@XZ @8949 NONAME ?Clone@GCC_ConferenceEjectUserResponse_result@@UBEPAVPObject@@XZ @8950 NONAME ?Clone@GCC_ConferenceInviteRequest@@UBEPAVPObject@@XZ @8951 NONAME ?Clone@GCC_ConferenceInviteResponse@@UBEPAVPObject@@XZ @8952 NONAME ?Clone@GCC_ConferenceInviteResponse_result@@UBEPAVPObject@@XZ @8953 NONAME ?Clone@GCC_ConferenceJoinRequest@@UBEPAVPObject@@XZ @8954 NONAME ?Clone@GCC_ConferenceJoinResponse@@UBEPAVPObject@@XZ @8955 NONAME ?Clone@GCC_ConferenceJoinResponse_result@@UBEPAVPObject@@XZ @8956 NONAME ?Clone@GCC_ConferenceLockIndication@@UBEPAVPObject@@XZ @8957 NONAME ?Clone@GCC_ConferenceLockRequest@@UBEPAVPObject@@XZ @8958 NONAME ?Clone@GCC_ConferenceLockResponse@@UBEPAVPObject@@XZ @8959 NONAME ?Clone@GCC_ConferenceLockResponse_result@@UBEPAVPObject@@XZ @8960 NONAME ?Clone@GCC_ConferenceName@@UBEPAVPObject@@XZ @8961 NONAME ?Clone@GCC_ConferenceNameModifier@@UBEPAVPObject@@XZ @8962 NONAME ?Clone@GCC_ConferenceNameSelector@@UBEPAVPObject@@XZ @8963 NONAME ?Clone@GCC_ConferencePriority@@UBEPAVPObject@@XZ @8964 NONAME ?Clone@GCC_ConferencePriorityScheme@@UBEPAVPObject@@XZ @8965 NONAME ?Clone@GCC_ConferenceQueryRequest@@UBEPAVPObject@@XZ @8966 NONAME ?Clone@GCC_ConferenceQueryResponse@@UBEPAVPObject@@XZ @8967 NONAME ?Clone@GCC_ConferenceQueryResponse_result@@UBEPAVPObject@@XZ @8968 NONAME ?Clone@GCC_ConferenceTerminateIndication@@UBEPAVPObject@@XZ @8969 NONAME ?Clone@GCC_ConferenceTerminateIndication_reason@@UBEPAVPObject@@XZ @8970 NONAME ?Clone@GCC_ConferenceTerminateRequest@@UBEPAVPObject@@XZ @8971 NONAME ?Clone@GCC_ConferenceTerminateRequest_reason@@UBEPAVPObject@@XZ @8972 NONAME ?Clone@GCC_ConferenceTerminateResponse@@UBEPAVPObject@@XZ @8973 NONAME ?Clone@GCC_ConferenceTerminateResponse_result@@UBEPAVPObject@@XZ @8974 NONAME ?Clone@GCC_ConferenceTimeExtendIndication@@UBEPAVPObject@@XZ @8975 NONAME ?Clone@GCC_ConferenceTimeInquireIndication@@UBEPAVPObject@@XZ @8976 NONAME ?Clone@GCC_ConferenceTimeRemainingIndication@@UBEPAVPObject@@XZ @8977 NONAME ?Clone@GCC_ConferenceTransferIndication@@UBEPAVPObject@@XZ @8978 NONAME ?Clone@GCC_ConferenceTransferRequest@@UBEPAVPObject@@XZ @8979 NONAME ?Clone@GCC_ConferenceTransferResponse@@UBEPAVPObject@@XZ @8980 NONAME ?Clone@GCC_ConferenceTransferResponse_result@@UBEPAVPObject@@XZ @8981 NONAME ?Clone@GCC_ConferenceUnlockIndication@@UBEPAVPObject@@XZ @8982 NONAME ?Clone@GCC_ConferenceUnlockRequest@@UBEPAVPObject@@XZ @8983 NONAME ?Clone@GCC_ConferenceUnlockResponse@@UBEPAVPObject@@XZ @8984 NONAME ?Clone@GCC_ConferenceUnlockResponse_result@@UBEPAVPObject@@XZ @8985 NONAME ?Clone@GCC_ConnectData@@UBEPAVPObject@@XZ @8986 NONAME ?Clone@GCC_ConnectGCCPDU@@UBEPAVPObject@@XZ @8987 NONAME ?Clone@GCC_DialingString@@UBEPAVPObject@@XZ @8988 NONAME ?Clone@GCC_DynamicChannelID@@UBEPAVPObject@@XZ @8989 NONAME ?Clone@GCC_DynamicTokenID@@UBEPAVPObject@@XZ @8990 NONAME ?Clone@GCC_EntityID@@UBEPAVPObject@@XZ @8991 NONAME ?Clone@GCC_ExtraDialingString@@UBEPAVPObject@@XZ @8992 NONAME ?Clone@GCC_FunctionNotSupportedResponse@@UBEPAVPObject@@XZ @8993 NONAME ?Clone@GCC_GCCPDU@@UBEPAVPObject@@XZ @8994 NONAME ?Clone@GCC_H221NonStandardIdentifier@@UBEPAVPObject@@XZ @8995 NONAME ?Clone@GCC_Handle@@UBEPAVPObject@@XZ @8996 NONAME ?Clone@GCC_IndicationPDU@@UBEPAVPObject@@XZ @8997 NONAME ?Clone@GCC_Key@@UBEPAVPObject@@XZ @8998 NONAME ?Clone@GCC_NetworkAddress@@UBEPAVPObject@@XZ @8999 NONAME ?Clone@GCC_NetworkAddress_subtype@@UBEPAVPObject@@XZ @9000 NONAME ?Clone@GCC_NetworkAddress_subtype_aggregatedChannel@@UBEPAVPObject@@XZ @9001 NONAME ?Clone@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBEPAVPObject@@XZ @9002 NONAME ?Clone@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBEPAVPObject@@XZ @9003 NONAME ?Clone@GCC_NetworkAddress_subtype_transportConnection@@UBEPAVPObject@@XZ @9004 NONAME ?Clone@GCC_NodeProperties@@UBEPAVPObject@@XZ @9005 NONAME ?Clone@GCC_NodeRecord@@UBEPAVPObject@@XZ @9006 NONAME ?Clone@GCC_NodeType@@UBEPAVPObject@@XZ @9007 NONAME ?Clone@GCC_NonStandardParameter@@UBEPAVPObject@@XZ @9008 NONAME ?Clone@GCC_NonStandardPDU@@UBEPAVPObject@@XZ @9009 NONAME ?Clone@GCC_Password@@UBEPAVPObject@@XZ @9010 NONAME ?Clone@GCC_PasswordChallengeRequestResponse@@UBEPAVPObject@@XZ @9011 NONAME ?Clone@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBEPAVPObject@@XZ @9012 NONAME ?Clone@GCC_PasswordSelector@@UBEPAVPObject@@XZ @9013 NONAME ?Clone@GCC_Privilege@@UBEPAVPObject@@XZ @9014 NONAME ?Clone@GCC_RegistryAllocateHandleRequest@@UBEPAVPObject@@XZ @9015 NONAME ?Clone@GCC_RegistryAllocateHandleResponse@@UBEPAVPObject@@XZ @9016 NONAME ?Clone@GCC_RegistryAllocateHandleResponse_result@@UBEPAVPObject@@XZ @9017 NONAME ?Clone@GCC_RegistryAssignTokenRequest@@UBEPAVPObject@@XZ @9018 NONAME ?Clone@GCC_RegistryDeleteEntryRequest@@UBEPAVPObject@@XZ @9019 NONAME ?Clone@GCC_RegistryEntryOwner@@UBEPAVPObject@@XZ @9020 NONAME ?Clone@GCC_RegistryEntryOwner_owned@@UBEPAVPObject@@XZ @9021 NONAME ?Clone@GCC_RegistryItem@@UBEPAVPObject@@XZ @9022 NONAME ?Clone@GCC_RegistryKey@@UBEPAVPObject@@XZ @9023 NONAME ?Clone@GCC_RegistryModificationRights@@UBEPAVPObject@@XZ @9024 NONAME ?Clone@GCC_RegistryMonitorEntryIndication@@UBEPAVPObject@@XZ @9025 NONAME ?Clone@GCC_RegistryMonitorEntryRequest@@UBEPAVPObject@@XZ @9026 NONAME ?Clone@GCC_RegistryRegisterChannelRequest@@UBEPAVPObject@@XZ @9027 NONAME ?Clone@GCC_RegistryResponse@@UBEPAVPObject@@XZ @9028 NONAME ?Clone@GCC_RegistryResponse_primitiveType@@UBEPAVPObject@@XZ @9029 NONAME ?Clone@GCC_RegistryResponse_result@@UBEPAVPObject@@XZ @9030 NONAME ?Clone@GCC_RegistryRetrieveEntryRequest@@UBEPAVPObject@@XZ @9031 NONAME ?Clone@GCC_RegistrySetParameterRequest@@UBEPAVPObject@@XZ @9032 NONAME ?Clone@GCC_RequestPDU@@UBEPAVPObject@@XZ @9033 NONAME ?Clone@GCC_ResponsePDU@@UBEPAVPObject@@XZ @9034 NONAME ?Clone@GCC_RosterUpdateIndication@@UBEPAVPObject@@XZ @9035 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation@@UBEPAVPObject@@XZ @9036 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBEPAVPObject@@XZ @9037 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@UBEPAVPObject@@XZ @9038 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@UBEPAVPObject@@XZ @9039 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBEPAVPObject@@XZ @9040 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@UBEPAVPObject@@XZ @9041 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@UBEPAVPObject@@XZ @9042 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBEPAVPObject@@XZ @9043 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@UBEPAVPObject@@XZ @9044 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBEPAVPObject@@XZ @9045 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@UBEPAVPObject@@XZ @9046 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation@@UBEPAVPObject@@XZ @9047 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@UBEPAVPObject@@XZ @9048 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@UBEPAVPObject@@XZ @9049 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBEPAVPObject@@XZ @9050 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@UBEPAVPObject@@XZ @9051 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBEPAVPObject@@XZ @9052 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@UBEPAVPObject@@XZ @9053 NONAME ?Clone@GCC_SessionKey@@UBEPAVPObject@@XZ @9054 NONAME ?Clone@GCC_SimpleNumericString@@UBEPAVPObject@@XZ @9055 NONAME ?Clone@GCC_SimpleTextString@@UBEPAVPObject@@XZ @9056 NONAME ?Clone@GCC_StaticChannelID@@UBEPAVPObject@@XZ @9057 NONAME ?Clone@GCC_StaticTokenID@@UBEPAVPObject@@XZ @9058 NONAME ?Clone@GCC_SubAddressString@@UBEPAVPObject@@XZ @9059 NONAME ?Clone@GCC_TerminationMethod@@UBEPAVPObject@@XZ @9060 NONAME ?Clone@GCC_TextMessageIndication@@UBEPAVPObject@@XZ @9061 NONAME ?Clone@GCC_TextString@@UBEPAVPObject@@XZ @9062 NONAME ?Clone@GCC_Time@@UBEPAVPObject@@XZ @9063 NONAME ?Clone@GCC_TokenID@@UBEPAVPObject@@XZ @9064 NONAME ?Clone@GCC_UserData@@UBEPAVPObject@@XZ @9065 NONAME ?Clone@GCC_UserData_subtype@@UBEPAVPObject@@XZ @9066 NONAME ?Clone@GCC_UserID@@UBEPAVPObject@@XZ @9067 NONAME ?Clone@GCC_UserIDIndication@@UBEPAVPObject@@XZ @9068 NONAME ?Clone@H225_AddressPattern@@UBEPAVPObject@@XZ @25827 NONAME ?Clone@H225_AddressPattern_range@@UBEPAVPObject@@XZ @25828 NONAME ?Clone@H225_AdmissionConfirm@@UBEPAVPObject@@XZ @9069 NONAME ?Clone@H225_AdmissionConfirm_language@@UBEPAVPObject@@XZ @25829 NONAME ?Clone@H225_AdmissionReject@@UBEPAVPObject@@XZ @9070 NONAME ?Clone@H225_AdmissionRejectReason@@UBEPAVPObject@@XZ @9071 NONAME ?Clone@H225_AdmissionRequest@@UBEPAVPObject@@XZ @9072 NONAME ?Clone@H225_Alerting_UUIE@@UBEPAVPObject@@XZ @9073 NONAME ?Clone@H225_AliasAddress@@UBEPAVPObject@@XZ @9074 NONAME ?Clone@H225_AlternateGK@@UBEPAVPObject@@XZ @9075 NONAME ?Clone@H225_AlternateTransportAddresses@@UBEPAVPObject@@XZ @25830 NONAME ?Clone@H225_AltGKInfo@@UBEPAVPObject@@XZ @9076 NONAME ?Clone@H225_ANSI_41_UIM@@UBEPAVPObject@@XZ @25831 NONAME ?Clone@H225_ANSI_41_UIM_system_id@@UBEPAVPObject@@XZ @25832 NONAME ?Clone@H225_ArrayOf_AddressPattern@@UBEPAVPObject@@XZ @25833 NONAME ?Clone@H225_ArrayOf_AdmissionConfirm@@UBEPAVPObject@@XZ @38648 NONAME ?Clone@H225_ArrayOf_AliasAddress@@UBEPAVPObject@@XZ @9077 NONAME ?Clone@H225_ArrayOf_AlternateGK@@UBEPAVPObject@@XZ @9078 NONAME ?Clone@H225_ArrayOf_AuthenticationMechanism@@UBEPAVPObject@@XZ @9079 NONAME ?Clone@H225_ArrayOf_BandwidthDetails@@UBEPAVPObject@@XZ @25834 NONAME ?Clone@H225_ArrayOf_CallReferenceValue@@UBEPAVPObject@@XZ @9080 NONAME ?Clone@H225_ArrayOf_CallsAvailable@@UBEPAVPObject@@XZ @25835 NONAME ?Clone@H225_ArrayOf_ClearToken@@UBEPAVPObject@@XZ @9081 NONAME ?Clone@H225_ArrayOf_ConferenceIdentifier@@UBEPAVPObject@@XZ @9082 NONAME ?Clone@H225_ArrayOf_ConferenceList@@UBEPAVPObject@@XZ @9083 NONAME ?Clone@H225_ArrayOf_CryptoH323Token@@UBEPAVPObject@@XZ @9084 NONAME ?Clone@H225_ArrayOf_DataRate@@UBEPAVPObject@@XZ @9085 NONAME ?Clone@H225_ArrayOf_Endpoint@@UBEPAVPObject@@XZ @9086 NONAME ?Clone@H225_ArrayOf_EnumeratedParameter@@UBEPAVPObject@@XZ @25836 NONAME ?Clone@H225_ArrayOf_ExtendedAliasAddress@@UBEPAVPObject@@XZ @25837 NONAME ?Clone@H225_ArrayOf_FeatureDescriptor@@UBEPAVPObject@@XZ @25838 NONAME ?Clone@H225_ArrayOf_GenericData@@UBEPAVPObject@@XZ @25839 NONAME ?Clone@H225_ArrayOf_H245Security@@UBEPAVPObject@@XZ @9087 NONAME ?Clone@H225_ArrayOf_H248PackagesDescriptor@@UBEPAVPObject@@XZ @25840 NONAME ?Clone@H225_ArrayOf_IntegrityMechanism@@UBEPAVPObject@@XZ @9088 NONAME ?Clone@H225_ArrayOf_NonStandardParameter@@UBEPAVPObject@@XZ @9089 NONAME ?Clone@H225_ArrayOf_PartyNumber@@UBEPAVPObject@@XZ @25841 NONAME ?Clone@H225_ArrayOf_PASN_ObjectId@@UBEPAVPObject@@XZ @9090 NONAME ?Clone@H225_ArrayOf_PASN_OctetString@@UBEPAVPObject@@XZ @9091 NONAME ?Clone@H225_ArrayOf_RasUsageSpecification@@UBEPAVPObject@@XZ @25842 NONAME ?Clone@H225_ArrayOf_RTPSession@@UBEPAVPObject@@XZ @9092 NONAME ?Clone@H225_ArrayOf_ServiceControlSession@@UBEPAVPObject@@XZ @25843 NONAME ?Clone@H225_ArrayOf_SupportedPrefix@@UBEPAVPObject@@XZ @9093 NONAME ?Clone@H225_ArrayOf_SupportedProtocols@@UBEPAVPObject@@XZ @9094 NONAME ?Clone@H225_ArrayOf_TransportAddress@@UBEPAVPObject@@XZ @9095 NONAME ?Clone@H225_ArrayOf_TransportChannelInfo@@UBEPAVPObject@@XZ @9096 NONAME ?Clone@H225_ArrayOf_TunnelledProtocol@@UBEPAVPObject@@XZ @25844 NONAME ?Clone@H225_BandRejectReason@@UBEPAVPObject@@XZ @9097 NONAME ?Clone@H225_BandWidth@@UBEPAVPObject@@XZ @9098 NONAME ?Clone@H225_BandwidthConfirm@@UBEPAVPObject@@XZ @9099 NONAME ?Clone@H225_BandwidthDetails@@UBEPAVPObject@@XZ @25845 NONAME ?Clone@H225_BandwidthReject@@UBEPAVPObject@@XZ @9100 NONAME ?Clone@H225_BandwidthRequest@@UBEPAVPObject@@XZ @9101 NONAME ?Clone@H225_CallCapacity@@UBEPAVPObject@@XZ @25846 NONAME ?Clone@H225_CallCapacityInfo@@UBEPAVPObject@@XZ @25847 NONAME ?Clone@H225_CallCreditCapability@@UBEPAVPObject@@XZ @25848 NONAME ?Clone@H225_CallCreditServiceControl@@UBEPAVPObject@@XZ @25849 NONAME ?Clone@H225_CallCreditServiceControl_billingMode@@UBEPAVPObject@@XZ @25850 NONAME ?Clone@H225_CallCreditServiceControl_callStartingPoint@@UBEPAVPObject@@XZ @25851 NONAME ?Clone@H225_CallIdentifier@@UBEPAVPObject@@XZ @9102 NONAME ?Clone@H225_CallLinkage@@UBEPAVPObject@@XZ @25852 NONAME ?Clone@H225_CallModel@@UBEPAVPObject@@XZ @9103 NONAME ?Clone@H225_CallProceeding_UUIE@@UBEPAVPObject@@XZ @9104 NONAME ?Clone@H225_CallReferenceValue@@UBEPAVPObject@@XZ @9105 NONAME ?Clone@H225_CallsAvailable@@UBEPAVPObject@@XZ @25853 NONAME ?Clone@H225_CallTerminationCause@@UBEPAVPObject@@XZ @25854 NONAME ?Clone@H225_CallType@@UBEPAVPObject@@XZ @9106 NONAME ?Clone@H225_CapacityReportingCapability@@UBEPAVPObject@@XZ @25855 NONAME ?Clone@H225_CapacityReportingSpecification@@UBEPAVPObject@@XZ @25856 NONAME ?Clone@H225_CapacityReportingSpecification_when@@UBEPAVPObject@@XZ @25857 NONAME ?Clone@H225_CarrierInfo@@UBEPAVPObject@@XZ @38649 NONAME ?Clone@H225_CicInfo@@UBEPAVPObject@@XZ @25858 NONAME ?Clone@H225_CicInfo_cic@@UBEPAVPObject@@XZ @25859 NONAME ?Clone@H225_CircuitIdentifier@@UBEPAVPObject@@XZ @25860 NONAME ?Clone@H225_CircuitInfo@@UBEPAVPObject@@XZ @25861 NONAME ?Clone@H225_ConferenceIdentifier@@UBEPAVPObject@@XZ @9107 NONAME ?Clone@H225_ConferenceList@@UBEPAVPObject@@XZ @9108 NONAME ?Clone@H225_Connect_UUIE@@UBEPAVPObject@@XZ @9109 NONAME ?Clone@H225_Connect_UUIE_language@@UBEPAVPObject@@XZ @25862 NONAME ?Clone@H225_Content@@UBEPAVPObject@@XZ @25863 NONAME ?Clone@H225_CryptoH323Token@@UBEPAVPObject@@XZ @9110 NONAME ?Clone@H225_CryptoH323Token_cryptoEPPwdHash@@UBEPAVPObject@@XZ @9111 NONAME ?Clone@H225_CryptoH323Token_cryptoGKPwdHash@@UBEPAVPObject@@XZ @9112 NONAME ?Clone@H225_DataRate@@UBEPAVPObject@@XZ @9113 NONAME ?Clone@H225_DisengageConfirm@@UBEPAVPObject@@XZ @9114 NONAME ?Clone@H225_DisengageReason@@UBEPAVPObject@@XZ @9115 NONAME ?Clone@H225_DisengageReject@@UBEPAVPObject@@XZ @9116 NONAME ?Clone@H225_DisengageRejectReason@@UBEPAVPObject@@XZ @9117 NONAME ?Clone@H225_DisengageRequest@@UBEPAVPObject@@XZ @9118 NONAME ?Clone@H225_EncodedFastStartToken@@UBEPAVPObject@@XZ @27765 NONAME ?Clone@H225_EncryptIntAlg@@UBEPAVPObject@@XZ @9119 NONAME ?Clone@H225_Endpoint@@UBEPAVPObject@@XZ @9120 NONAME ?Clone@H225_EndpointIdentifier@@UBEPAVPObject@@XZ @9121 NONAME ?Clone@H225_EndpointType@@UBEPAVPObject@@XZ @9122 NONAME ?Clone@H225_EnumeratedParameter@@UBEPAVPObject@@XZ @25864 NONAME ?Clone@H225_ExtendedAliasAddress@@UBEPAVPObject@@XZ @25865 NONAME ?Clone@H225_FacilityReason@@UBEPAVPObject@@XZ @9123 NONAME ?Clone@H225_Facility_UUIE@@UBEPAVPObject@@XZ @9124 NONAME ?Clone@H225_FastStartToken@@UBEPAVPObject@@XZ @9125 NONAME ?Clone@H225_FeatureDescriptor@@UBEPAVPObject@@XZ @25866 NONAME ?Clone@H225_FeatureSet@@UBEPAVPObject@@XZ @25867 NONAME ?Clone@H225_GatekeeperConfirm@@UBEPAVPObject@@XZ @9126 NONAME ?Clone@H225_GatekeeperIdentifier@@UBEPAVPObject@@XZ @9127 NONAME ?Clone@H225_GatekeeperInfo@@UBEPAVPObject@@XZ @9128 NONAME ?Clone@H225_GatekeeperReject@@UBEPAVPObject@@XZ @9129 NONAME ?Clone@H225_GatekeeperRejectReason@@UBEPAVPObject@@XZ @9130 NONAME ?Clone@H225_GatekeeperRequest@@UBEPAVPObject@@XZ @9131 NONAME ?Clone@H225_GatewayInfo@@UBEPAVPObject@@XZ @9132 NONAME ?Clone@H225_GenericData@@UBEPAVPObject@@XZ @25868 NONAME ?Clone@H225_GenericIdentifier@@UBEPAVPObject@@XZ @25869 NONAME ?Clone@H225_GloballyUniqueID@@UBEPAVPObject@@XZ @9133 NONAME ?Clone@H225_GroupID@@UBEPAVPObject@@XZ @25870 NONAME ?Clone@H225_GroupID_member@@UBEPAVPObject@@XZ @25871 NONAME ?Clone@H225_GSM_UIM@@UBEPAVPObject@@XZ @25872 NONAME ?Clone@H225_H221NonStandard@@UBEPAVPObject@@XZ @9134 NONAME ?Clone@H225_H245Security@@UBEPAVPObject@@XZ @9135 NONAME ?Clone@H225_H248PackagesDescriptor@@UBEPAVPObject@@XZ @25873 NONAME ?Clone@H225_H248SignalsDescriptor@@UBEPAVPObject@@XZ @25874 NONAME ?Clone@H225_H310Caps@@UBEPAVPObject@@XZ @9136 NONAME ?Clone@H225_H320Caps@@UBEPAVPObject@@XZ @9137 NONAME ?Clone@H225_H321Caps@@UBEPAVPObject@@XZ @9138 NONAME ?Clone@H225_H322Caps@@UBEPAVPObject@@XZ @9139 NONAME ?Clone@H225_H323Caps@@UBEPAVPObject@@XZ @9140 NONAME ?Clone@H225_H323_UserInformation@@UBEPAVPObject@@XZ @9141 NONAME ?Clone@H225_H323_UserInformation_user_data@@UBEPAVPObject@@XZ @9142 NONAME ?Clone@H225_H323_UU_PDU@@UBEPAVPObject@@XZ @9143 NONAME ?Clone@H225_H323_UU_PDU_h323_message_body@@UBEPAVPObject@@XZ @9144 NONAME ?Clone@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBEPAVPObject@@XZ @25875 NONAME ?Clone@H225_H324Caps@@UBEPAVPObject@@XZ @9145 NONAME ?Clone@H225_ICV@@UBEPAVPObject@@XZ @9146 NONAME ?Clone@H225_InfoRequest@@UBEPAVPObject@@XZ @9147 NONAME ?Clone@H225_InfoRequestAck@@UBEPAVPObject@@XZ @9148 NONAME ?Clone@H225_InfoRequestNak@@UBEPAVPObject@@XZ @9149 NONAME ?Clone@H225_InfoRequestNakReason@@UBEPAVPObject@@XZ @9150 NONAME ?Clone@H225_InfoRequestResponse@@UBEPAVPObject@@XZ @9151 NONAME ?Clone@H225_InfoRequestResponseStatus@@UBEPAVPObject@@XZ @25876 NONAME ?Clone@H225_InfoRequestResponse_perCallInfo@@UBEPAVPObject@@XZ @9152 NONAME ?Clone@H225_InfoRequestResponse_perCallInfo_subtype@@UBEPAVPObject@@XZ @9153 NONAME ?Clone@H225_InfoRequestResponse_perCallInfo_subtype_pdu@@UBEPAVPObject@@XZ @9154 NONAME ?Clone@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBEPAVPObject@@XZ @9155 NONAME ?Clone@H225_Information_UUIE@@UBEPAVPObject@@XZ @9156 NONAME ?Clone@H225_IntegrityMechanism@@UBEPAVPObject@@XZ @9157 NONAME ?Clone@H225_LocationConfirm@@UBEPAVPObject@@XZ @9158 NONAME ?Clone@H225_LocationReject@@UBEPAVPObject@@XZ @9159 NONAME ?Clone@H225_LocationRejectReason@@UBEPAVPObject@@XZ @9160 NONAME ?Clone@H225_LocationRequest@@UBEPAVPObject@@XZ @9161 NONAME ?Clone@H225_McuInfo@@UBEPAVPObject@@XZ @9162 NONAME ?Clone@H225_MobileUIM@@UBEPAVPObject@@XZ @25877 NONAME ?Clone@H225_NonIsoIntegrityMechanism@@UBEPAVPObject@@XZ @9163 NONAME ?Clone@H225_NonStandardIdentifier@@UBEPAVPObject@@XZ @9164 NONAME ?Clone@H225_NonStandardMessage@@UBEPAVPObject@@XZ @9165 NONAME ?Clone@H225_NonStandardParameter@@UBEPAVPObject@@XZ @9166 NONAME ?Clone@H225_NonStandardProtocol@@UBEPAVPObject@@XZ @9167 NONAME ?Clone@H225_Notify_UUIE@@UBEPAVPObject@@XZ @25878 NONAME ?Clone@H225_NumberDigits@@UBEPAVPObject@@XZ @9168 NONAME ?Clone@H225_PartyNumber@@UBEPAVPObject@@XZ @9169 NONAME ?Clone@H225_PresentationIndicator@@UBEPAVPObject@@XZ @25879 NONAME ?Clone@H225_PrivatePartyNumber@@UBEPAVPObject@@XZ @9170 NONAME ?Clone@H225_PrivateTypeOfNumber@@UBEPAVPObject@@XZ @9171 NONAME ?Clone@H225_Progress_UUIE@@UBEPAVPObject@@XZ @9172 NONAME ?Clone@H225_ProtocolIdentifier@@UBEPAVPObject@@XZ @9173 NONAME ?Clone@H225_PublicPartyNumber@@UBEPAVPObject@@XZ @9174 NONAME ?Clone@H225_PublicTypeOfNumber@@UBEPAVPObject@@XZ @9175 NONAME ?Clone@H225_Q954Details@@UBEPAVPObject@@XZ @9176 NONAME ?Clone@H225_QseriesOptions@@UBEPAVPObject@@XZ @9177 NONAME ?Clone@H225_RasMessage@@UBEPAVPObject@@XZ @9178 NONAME ?Clone@H225_RasUsageInformation@@UBEPAVPObject@@XZ @25880 NONAME ?Clone@H225_RasUsageInfoTypes@@UBEPAVPObject@@XZ @25881 NONAME ?Clone@H225_RasUsageSpecification@@UBEPAVPObject@@XZ @25882 NONAME ?Clone@H225_RasUsageSpecification_callStartingPoint@@UBEPAVPObject@@XZ @25883 NONAME ?Clone@H225_RasUsageSpecification_when@@UBEPAVPObject@@XZ @25884 NONAME ?Clone@H225_RegistrationConfirm@@UBEPAVPObject@@XZ @9179 NONAME ?Clone@H225_RegistrationConfirm_preGrantedARQ@@UBEPAVPObject@@XZ @9180 NONAME ?Clone@H225_RegistrationReject@@UBEPAVPObject@@XZ @9181 NONAME ?Clone@H225_RegistrationRejectReason@@UBEPAVPObject@@XZ @9182 NONAME ?Clone@H225_RegistrationRejectReason_invalidTerminalAliases@@UBEPAVPObject@@XZ @25885 NONAME ?Clone@H225_RegistrationRequest@@UBEPAVPObject@@XZ @9183 NONAME ?Clone@H225_ReleaseCompleteReason@@UBEPAVPObject@@XZ @9184 NONAME ?Clone@H225_ReleaseComplete_UUIE@@UBEPAVPObject@@XZ @9185 NONAME ?Clone@H225_RequestInProgress@@UBEPAVPObject@@XZ @9186 NONAME ?Clone@H225_RequestSeqNum@@UBEPAVPObject@@XZ @9187 NONAME ?Clone@H225_ResourcesAvailableConfirm@@UBEPAVPObject@@XZ @9188 NONAME ?Clone@H225_ResourcesAvailableIndicate@@UBEPAVPObject@@XZ @9189 NONAME ?Clone@H225_RTPSession@@UBEPAVPObject@@XZ @9190 NONAME ?Clone@H225_RTPSession_associatedSessionIds@@UBEPAVPObject@@XZ @9191 NONAME ?Clone@H225_ScnConnectionAggregation@@UBEPAVPObject@@XZ @25886 NONAME ?Clone@H225_ScnConnectionType@@UBEPAVPObject@@XZ @25887 NONAME ?Clone@H225_ScreeningIndicator@@UBEPAVPObject@@XZ @25888 NONAME ?Clone@H225_SecurityCapabilities@@UBEPAVPObject@@XZ @9192 NONAME ?Clone@H225_SecurityErrors2@@UBEPAVPObject@@XZ @38650 NONAME ?Clone@H225_SecurityErrors@@UBEPAVPObject@@XZ @38651 NONAME ?Clone@H225_SecurityServiceMode@@UBEPAVPObject@@XZ @9193 NONAME ?Clone@H225_ServiceControlDescriptor@@UBEPAVPObject@@XZ @25889 NONAME ?Clone@H225_ServiceControlIndication@@UBEPAVPObject@@XZ @25890 NONAME ?Clone@H225_ServiceControlIndication_callSpecific@@UBEPAVPObject@@XZ @25891 NONAME ?Clone@H225_ServiceControlResponse@@UBEPAVPObject@@XZ @25892 NONAME ?Clone@H225_ServiceControlResponse_result@@UBEPAVPObject@@XZ @25893 NONAME ?Clone@H225_ServiceControlSession@@UBEPAVPObject@@XZ @25894 NONAME ?Clone@H225_ServiceControlSession_reason@@UBEPAVPObject@@XZ @25895 NONAME ?Clone@H225_SetupAcknowledge_UUIE@@UBEPAVPObject@@XZ @25896 NONAME ?Clone@H225_Setup_UUIE@@UBEPAVPObject@@XZ @9194 NONAME ?Clone@H225_Setup_UUIE_conferenceGoal@@UBEPAVPObject@@XZ @9195 NONAME ?Clone@H225_Setup_UUIE_connectionParameters@@UBEPAVPObject@@XZ @25897 NONAME ?Clone@H225_Setup_UUIE_language@@UBEPAVPObject@@XZ @25898 NONAME ?Clone@H225_SIPCaps@@UBEPAVPObject@@XZ @38652 NONAME ?Clone@H225_StatusInquiry_UUIE@@UBEPAVPObject@@XZ @25899 NONAME ?Clone@H225_Status_UUIE@@UBEPAVPObject@@XZ @25900 NONAME ?Clone@H225_StimulusControl@@UBEPAVPObject@@XZ @25901 NONAME ?Clone@H225_SupportedPrefix@@UBEPAVPObject@@XZ @9196 NONAME ?Clone@H225_SupportedProtocols@@UBEPAVPObject@@XZ @9197 NONAME ?Clone@H225_T120OnlyCaps@@UBEPAVPObject@@XZ @9198 NONAME ?Clone@H225_T38FaxAnnexbOnlyCaps@@UBEPAVPObject@@XZ @25902 NONAME ?Clone@H225_TBCD_STRING@@UBEPAVPObject@@XZ @25903 NONAME ?Clone@H225_TerminalInfo@@UBEPAVPObject@@XZ @9199 NONAME ?Clone@H225_TimeToLive@@UBEPAVPObject@@XZ @9200 NONAME ?Clone@H225_TransportAddress@@UBEPAVPObject@@XZ @9201 NONAME ?Clone@H225_TransportAddress_ip6Address@@UBEPAVPObject@@XZ @9202 NONAME ?Clone@H225_TransportAddress_ipAddress@@UBEPAVPObject@@XZ @9203 NONAME ?Clone@H225_TransportAddress_ipSourceRoute@@UBEPAVPObject@@XZ @9204 NONAME ?Clone@H225_TransportAddress_ipSourceRoute_route@@UBEPAVPObject@@XZ @9205 NONAME ?Clone@H225_TransportAddress_ipSourceRoute_routing@@UBEPAVPObject@@XZ @9206 NONAME ?Clone@H225_TransportAddress_ipxAddress@@UBEPAVPObject@@XZ @9207 NONAME ?Clone@H225_TransportChannelInfo@@UBEPAVPObject@@XZ @9208 NONAME ?Clone@H225_TransportQOS@@UBEPAVPObject@@XZ @9209 NONAME ?Clone@H225_TunnelledProtocol@@UBEPAVPObject@@XZ @25904 NONAME ?Clone@H225_TunnelledProtocolAlternateIdentifier@@UBEPAVPObject@@XZ @25905 NONAME ?Clone@H225_TunnelledProtocol_id@@UBEPAVPObject@@XZ @25906 NONAME ?Clone@H225_UnknownMessageResponse@@UBEPAVPObject@@XZ @9210 NONAME ?Clone@H225_UnregistrationConfirm@@UBEPAVPObject@@XZ @9211 NONAME ?Clone@H225_UnregistrationReject@@UBEPAVPObject@@XZ @9212 NONAME ?Clone@H225_UnregistrationRequest@@UBEPAVPObject@@XZ @9213 NONAME ?Clone@H225_UnregRejectReason@@UBEPAVPObject@@XZ @9214 NONAME ?Clone@H225_UnregRequestReason@@UBEPAVPObject@@XZ @9215 NONAME ?Clone@H225_UseSpecifiedTransport@@UBEPAVPObject@@XZ @25907 NONAME ?Clone@H225_UUIEsRequested@@UBEPAVPObject@@XZ @9216 NONAME ?Clone@H225_VendorIdentifier@@UBEPAVPObject@@XZ @9217 NONAME ?Clone@H225_VoiceCaps@@UBEPAVPObject@@XZ @9218 NONAME ?Clone@H235AuthCAT@@UBEPAVPObject@@XZ @34828 NONAME ?Clone@H235Authenticators@@UBEPAVPObject@@XZ @31295 NONAME ?Clone@H235AuthProcedure1@@UBEPAVPObject@@XZ @31296 NONAME ?Clone@H235AuthSimpleMD5@@UBEPAVPObject@@XZ @31297 NONAME ?Clone@H235_AuthenticationBES@@UBEPAVPObject@@XZ @28718 NONAME ?Clone@H235_AuthenticationMechanism@@UBEPAVPObject@@XZ @9219 NONAME ?Clone@H235_ChallengeString@@UBEPAVPObject@@XZ @9220 NONAME ?Clone@H235_ClearToken@@UBEPAVPObject@@XZ @9221 NONAME ?Clone@H235_CryptoToken@@UBEPAVPObject@@XZ @9222 NONAME ?Clone@H235_CryptoToken_cryptoEncryptedToken@@UBEPAVPObject@@XZ @9223 NONAME ?Clone@H235_CryptoToken_cryptoHashedToken@@UBEPAVPObject@@XZ @9224 NONAME ?Clone@H235_CryptoToken_cryptoSignedToken@@UBEPAVPObject@@XZ @9225 NONAME ?Clone@H235_DHset@@UBEPAVPObject@@XZ @9226 NONAME ?Clone@H235_ECGDSASignature@@UBEPAVPObject@@XZ @38653 NONAME ?Clone@H235_ECKASDH@@UBEPAVPObject@@XZ @28720 NONAME ?Clone@H235_ECKASDH_eckasdh2@@UBEPAVPObject@@XZ @28721 NONAME ?Clone@H235_ECKASDH_eckasdhp@@UBEPAVPObject@@XZ @28722 NONAME ?Clone@H235_ECpoint@@UBEPAVPObject@@XZ @38654 NONAME ?Clone@H235_EncodedGeneralToken@@UBEPAVPObject@@XZ @27766 NONAME ?Clone@H235_EncodedKeySignedMaterial@@UBEPAVPObject@@XZ @27767 NONAME ?Clone@H235_EncodedKeySyncMaterial@@UBEPAVPObject@@XZ @27768 NONAME ?Clone@H235_EncodedPwdCertToken@@UBEPAVPObject@@XZ @27769 NONAME ?Clone@H235_EncodedReturnSig@@UBEPAVPObject@@XZ @27770 NONAME ?Clone@H235_H235CertificateSignature@@UBEPAVPObject@@XZ @9227 NONAME ?Clone@H235_H235Key@@UBEPAVPObject@@XZ @9228 NONAME ?Clone@H235_Identifier@@UBEPAVPObject@@XZ @9229 NONAME ?Clone@H235_IV16@@UBEPAVPObject@@XZ @28723 NONAME ?Clone@H235_IV8@@UBEPAVPObject@@XZ @9230 NONAME ?Clone@H235_KeyMaterial@@UBEPAVPObject@@XZ @9231 NONAME ?Clone@H235_KeySignedMaterial@@UBEPAVPObject@@XZ @9232 NONAME ?Clone@H235_KeySyncMaterial@@UBEPAVPObject@@XZ @9233 NONAME ?Clone@H235_NonStandardParameter@@UBEPAVPObject@@XZ @9234 NONAME ?Clone@H235_Params@@UBEPAVPObject@@XZ @9235 NONAME ?Clone@H235_Password@@UBEPAVPObject@@XZ @9236 NONAME ?Clone@H235_PwdCertToken@@UBEPAVPObject@@XZ @9237 NONAME ?Clone@H235_RandomVal@@UBEPAVPObject@@XZ @9238 NONAME ?Clone@H235_ReturnSig@@UBEPAVPObject@@XZ @9239 NONAME ?Clone@H235_TimeStamp@@UBEPAVPObject@@XZ @9240 NONAME ?Clone@H235_TypedCertificate@@UBEPAVPObject@@XZ @9241 NONAME ?Clone@H235_V3KeySyncMaterial@@UBEPAVPObject@@XZ @38655 NONAME ?Clone@H245_AlternativeCapabilitySet@@UBEPAVPObject@@XZ @9242 NONAME ?Clone@H245_ArrayOf_AlternativeCapabilitySet@@UBEPAVPObject@@XZ @9243 NONAME ?Clone@H245_ArrayOf_BEnhancementParameters@@UBEPAVPObject@@XZ @9244 NONAME ?Clone@H245_ArrayOf_CapabilityDescriptor@@UBEPAVPObject@@XZ @9245 NONAME ?Clone@H245_ArrayOf_CapabilityDescriptorNumber@@UBEPAVPObject@@XZ @9246 NONAME ?Clone@H245_ArrayOf_CapabilityTableEntry@@UBEPAVPObject@@XZ @9247 NONAME ?Clone@H245_ArrayOf_CapabilityTableEntryNumber@@UBEPAVPObject@@XZ @9248 NONAME ?Clone@H245_ArrayOf_CommunicationModeTableEntry@@UBEPAVPObject@@XZ @9249 NONAME ?Clone@H245_ArrayOf_CustomPictureClockFrequency@@UBEPAVPObject@@XZ @9250 NONAME ?Clone@H245_ArrayOf_CustomPictureFormat@@UBEPAVPObject@@XZ @9251 NONAME ?Clone@H245_ArrayOf_DataApplicationCapability@@UBEPAVPObject@@XZ @9252 NONAME ?Clone@H245_ArrayOf_DialingInformationNetworkType@@UBEPAVPObject@@XZ @25908 NONAME ?Clone@H245_ArrayOf_DialingInformationNumber@@UBEPAVPObject@@XZ @25909 NONAME ?Clone@H245_ArrayOf_EnhancementOptions@@UBEPAVPObject@@XZ @9253 NONAME ?Clone@H245_ArrayOf_EscrowData@@UBEPAVPObject@@XZ @9254 NONAME ?Clone@H245_ArrayOf_GenericCapability@@UBEPAVPObject@@XZ @52424 NONAME ?Clone@H245_ArrayOf_GenericParameter@@UBEPAVPObject@@XZ @25910 NONAME ?Clone@H245_ArrayOf_H263ModeComboFlags@@UBEPAVPObject@@XZ @9255 NONAME ?Clone@H245_ArrayOf_H263VideoModeCombos@@UBEPAVPObject@@XZ @9256 NONAME ?Clone@H245_ArrayOf_MediaChannelCapability@@UBEPAVPObject@@XZ @9257 NONAME ?Clone@H245_ArrayOf_MediaDistributionCapability@@UBEPAVPObject@@XZ @9258 NONAME ?Clone@H245_ArrayOf_ModeDescription@@UBEPAVPObject@@XZ @9259 NONAME ?Clone@H245_ArrayOf_MultiplePayloadStreamElement@@UBEPAVPObject@@XZ @38656 NONAME ?Clone@H245_ArrayOf_MultiplePayloadStreamElementMode@@UBEPAVPObject@@XZ @38657 NONAME ?Clone@H245_ArrayOf_MultiplexElement@@UBEPAVPObject@@XZ @9260 NONAME ?Clone@H245_ArrayOf_MultiplexEntryDescriptor@@UBEPAVPObject@@XZ @9261 NONAME ?Clone@H245_ArrayOf_MultiplexEntryRejectionDescriptions@@UBEPAVPObject@@XZ @9262 NONAME ?Clone@H245_ArrayOf_MultiplexTableEntryNumber@@UBEPAVPObject@@XZ @9263 NONAME ?Clone@H245_ArrayOf_NonStandardParameter@@UBEPAVPObject@@XZ @9264 NONAME ?Clone@H245_ArrayOf_ParameterIdentifier@@UBEPAVPObject@@XZ @25911 NONAME ?Clone@H245_ArrayOf_PictureReference@@UBEPAVPObject@@XZ @25912 NONAME ?Clone@H245_ArrayOf_Q2931Address@@UBEPAVPObject@@XZ @25913 NONAME ?Clone@H245_ArrayOf_QOSCapability@@UBEPAVPObject@@XZ @9265 NONAME ?Clone@H245_ArrayOf_RedundancyEncodingCapability@@UBEPAVPObject@@XZ @9266 NONAME ?Clone@H245_ArrayOf_RedundancyEncodingDTModeElement@@UBEPAVPObject@@XZ @38658 NONAME ?Clone@H245_ArrayOf_RedundancyEncodingElement@@UBEPAVPObject@@XZ @38659 NONAME ?Clone@H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@UBEPAVPObject@@XZ @9267 NONAME ?Clone@H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@UBEPAVPObject@@XZ @9268 NONAME ?Clone@H245_ArrayOf_RTPPayloadType@@UBEPAVPObject@@XZ @9269 NONAME ?Clone@H245_ArrayOf_TerminalInformation@@UBEPAVPObject@@XZ @9270 NONAME ?Clone@H245_ArrayOf_TerminalLabel@@UBEPAVPObject@@XZ @9271 NONAME ?Clone@H245_ArrayOf_VCCapability@@UBEPAVPObject@@XZ @9272 NONAME ?Clone@H245_ArrayOf_VideoCapability@@UBEPAVPObject@@XZ @52425 NONAME ?Clone@H245_ATMParameters@@UBEPAVPObject@@XZ @9273 NONAME ?Clone@H245_AudioCapability@@UBEPAVPObject@@XZ @9274 NONAME ?Clone@H245_AudioCapability_g7231@@UBEPAVPObject@@XZ @9275 NONAME ?Clone@H245_AudioMode@@UBEPAVPObject@@XZ @9276 NONAME ?Clone@H245_AudioMode_g7231@@UBEPAVPObject@@XZ @9277 NONAME ?Clone@H245_AudioTelephonyEventCapability@@UBEPAVPObject@@XZ @25914 NONAME ?Clone@H245_AudioToneCapability@@UBEPAVPObject@@XZ @25915 NONAME ?Clone@H245_AuthenticationCapability@@UBEPAVPObject@@XZ @9278 NONAME ?Clone@H245_BEnhancementParameters@@UBEPAVPObject@@XZ @9279 NONAME ?Clone@H245_Capability@@UBEPAVPObject@@XZ @9280 NONAME ?Clone@H245_CapabilityDescriptor@@UBEPAVPObject@@XZ @9281 NONAME ?Clone@H245_CapabilityDescriptorNumber@@UBEPAVPObject@@XZ @9282 NONAME ?Clone@H245_CapabilityIdentifier@@UBEPAVPObject@@XZ @25916 NONAME ?Clone@H245_CapabilityTableEntry@@UBEPAVPObject@@XZ @9283 NONAME ?Clone@H245_CapabilityTableEntryNumber@@UBEPAVPObject@@XZ @9284 NONAME ?Clone@H245_Capability_h233EncryptionReceiveCapability@@UBEPAVPObject@@XZ @9285 NONAME ?Clone@H245_CertSelectionCriteria@@UBEPAVPObject@@XZ @9286 NONAME ?Clone@H245_CloseLogicalChannel@@UBEPAVPObject@@XZ @9287 NONAME ?Clone@H245_CloseLogicalChannelAck@@UBEPAVPObject@@XZ @9288 NONAME ?Clone@H245_CloseLogicalChannel_reason@@UBEPAVPObject@@XZ @9289 NONAME ?Clone@H245_CloseLogicalChannel_source@@UBEPAVPObject@@XZ @9290 NONAME ?Clone@H245_CommandMessage@@UBEPAVPObject@@XZ @9291 NONAME ?Clone@H245_CommunicationModeCommand@@UBEPAVPObject@@XZ @9292 NONAME ?Clone@H245_CommunicationModeRequest@@UBEPAVPObject@@XZ @9293 NONAME ?Clone@H245_CommunicationModeResponse@@UBEPAVPObject@@XZ @9294 NONAME ?Clone@H245_CommunicationModeTableEntry@@UBEPAVPObject@@XZ @9295 NONAME ?Clone@H245_CommunicationModeTableEntry_dataType@@UBEPAVPObject@@XZ @9296 NONAME ?Clone@H245_CompressionType@@UBEPAVPObject@@XZ @9297 NONAME ?Clone@H245_ConferenceCapability@@UBEPAVPObject@@XZ @9298 NONAME ?Clone@H245_ConferenceCommand@@UBEPAVPObject@@XZ @9299 NONAME ?Clone@H245_ConferenceID@@UBEPAVPObject@@XZ @9300 NONAME ?Clone@H245_ConferenceIndication@@UBEPAVPObject@@XZ @9301 NONAME ?Clone@H245_ConferenceRequest@@UBEPAVPObject@@XZ @9302 NONAME ?Clone@H245_ConferenceRequest_requestTerminalCertificate@@UBEPAVPObject@@XZ @9303 NONAME ?Clone@H245_ConferenceResponse@@UBEPAVPObject@@XZ @9304 NONAME ?Clone@H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@UBEPAVPObject@@XZ @9305 NONAME ?Clone@H245_ConferenceResponse_chairTokenOwnerResponse@@UBEPAVPObject@@XZ @9306 NONAME ?Clone@H245_ConferenceResponse_conferenceIDResponse@@UBEPAVPObject@@XZ @9307 NONAME ?Clone@H245_ConferenceResponse_extensionAddressResponse@@UBEPAVPObject@@XZ @9308 NONAME ?Clone@H245_ConferenceResponse_makeMeChairResponse@@UBEPAVPObject@@XZ @9309 NONAME ?Clone@H245_ConferenceResponse_makeTerminalBroadcasterResponse@@UBEPAVPObject@@XZ @9310 NONAME ?Clone@H245_ConferenceResponse_mCTerminalIDResponse@@UBEPAVPObject@@XZ @9311 NONAME ?Clone@H245_ConferenceResponse_passwordResponse@@UBEPAVPObject@@XZ @9312 NONAME ?Clone@H245_ConferenceResponse_sendThisSourceResponse@@UBEPAVPObject@@XZ @9313 NONAME ?Clone@H245_ConferenceResponse_terminalCertificateResponse@@UBEPAVPObject@@XZ @9314 NONAME ?Clone@H245_ConferenceResponse_terminalIDResponse@@UBEPAVPObject@@XZ @9315 NONAME ?Clone@H245_ConnectionIdentifier@@UBEPAVPObject@@XZ @25917 NONAME ?Clone@H245_CRCLength@@UBEPAVPObject@@XZ @9316 NONAME ?Clone@H245_Criteria@@UBEPAVPObject@@XZ @9317 NONAME ?Clone@H245_CustomPictureClockFrequency@@UBEPAVPObject@@XZ @9318 NONAME ?Clone@H245_CustomPictureFormat@@UBEPAVPObject@@XZ @9319 NONAME ?Clone@H245_CustomPictureFormat_mPI@@UBEPAVPObject@@XZ @9320 NONAME ?Clone@H245_CustomPictureFormat_mPI_customPCF@@UBEPAVPObject@@XZ @9321 NONAME ?Clone@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBEPAVPObject@@XZ @9322 NONAME ?Clone@H245_CustomPictureFormat_pixelAspectInformation@@UBEPAVPObject@@XZ @9323 NONAME ?Clone@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@UBEPAVPObject@@XZ @9324 NONAME ?Clone@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBEPAVPObject@@XZ @9325 NONAME ?Clone@H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@UBEPAVPObject@@XZ @9326 NONAME ?Clone@H245_DataApplicationCapability@@UBEPAVPObject@@XZ @9327 NONAME ?Clone@H245_DataApplicationCapability_application@@UBEPAVPObject@@XZ @9328 NONAME ?Clone@H245_DataApplicationCapability_application_nlpid@@UBEPAVPObject@@XZ @9329 NONAME ?Clone@H245_DataApplicationCapability_application_t38fax@@UBEPAVPObject@@XZ @25918 NONAME ?Clone@H245_DataApplicationCapability_application_t84@@UBEPAVPObject@@XZ @9330 NONAME ?Clone@H245_DataMode@@UBEPAVPObject@@XZ @9331 NONAME ?Clone@H245_DataMode_application@@UBEPAVPObject@@XZ @9332 NONAME ?Clone@H245_DataMode_application_nlpid@@UBEPAVPObject@@XZ @9333 NONAME ?Clone@H245_DataMode_application_t38fax@@UBEPAVPObject@@XZ @25919 NONAME ?Clone@H245_DataProtocolCapability@@UBEPAVPObject@@XZ @9334 NONAME ?Clone@H245_DataProtocolCapability_v76wCompression@@UBEPAVPObject@@XZ @9335 NONAME ?Clone@H245_DataType@@UBEPAVPObject@@XZ @9336 NONAME ?Clone@H245_DepFECCapability@@UBEPAVPObject@@XZ @52426 NONAME ?Clone@H245_DepFECCapability_rfc2733@@UBEPAVPObject@@XZ @52427 NONAME ?Clone@H245_DepFECCapability_rfc2733_separateStream@@UBEPAVPObject@@XZ @52428 NONAME ?Clone@H245_DepFECData@@UBEPAVPObject@@XZ @52429 NONAME ?Clone@H245_DepFECData_rfc2733@@UBEPAVPObject@@XZ @52430 NONAME ?Clone@H245_DepFECData_rfc2733_mode@@UBEPAVPObject@@XZ @52431 NONAME ?Clone@H245_DepFECData_rfc2733_mode_separateStream@@UBEPAVPObject@@XZ @52432 NONAME ?Clone@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBEPAVPObject@@XZ @52433 NONAME ?Clone@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBEPAVPObject@@XZ @52434 NONAME ?Clone@H245_DepFECMode@@UBEPAVPObject@@XZ @52435 NONAME ?Clone@H245_DepFECMode_rfc2733Mode@@UBEPAVPObject@@XZ @52436 NONAME ?Clone@H245_DepFECMode_rfc2733Mode_mode@@UBEPAVPObject@@XZ @52437 NONAME ?Clone@H245_DepFECMode_rfc2733Mode_mode_separateStream@@UBEPAVPObject@@XZ @52438 NONAME ?Clone@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBEPAVPObject@@XZ @52439 NONAME ?Clone@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBEPAVPObject@@XZ @52440 NONAME ?Clone@H245_DialingInformation@@UBEPAVPObject@@XZ @25920 NONAME ?Clone@H245_DialingInformationNetworkType@@UBEPAVPObject@@XZ @25921 NONAME ?Clone@H245_DialingInformationNumber@@UBEPAVPObject@@XZ @25922 NONAME ?Clone@H245_EncryptionAuthenticationAndIntegrity@@UBEPAVPObject@@XZ @9337 NONAME ?Clone@H245_EncryptionCapability@@UBEPAVPObject@@XZ @9338 NONAME ?Clone@H245_EncryptionCommand@@UBEPAVPObject@@XZ @9339 NONAME ?Clone@H245_EncryptionCommand_encryptionAlgorithmID@@UBEPAVPObject@@XZ @9340 NONAME ?Clone@H245_EncryptionMode@@UBEPAVPObject@@XZ @9341 NONAME ?Clone@H245_EncryptionSync@@UBEPAVPObject@@XZ @9342 NONAME ?Clone@H245_EncryptionUpdateDirection@@UBEPAVPObject@@XZ @52441 NONAME ?Clone@H245_EncryptionUpdateRequest@@UBEPAVPObject@@XZ @9343 NONAME ?Clone@H245_EndSessionCommand@@UBEPAVPObject@@XZ @9344 NONAME ?Clone@H245_EndSessionCommand_gstnOptions@@UBEPAVPObject@@XZ @9345 NONAME ?Clone@H245_EndSessionCommand_isdnOptions@@UBEPAVPObject@@XZ @9346 NONAME ?Clone@H245_EnhancementLayerInfo@@UBEPAVPObject@@XZ @9347 NONAME ?Clone@H245_EnhancementOptions@@UBEPAVPObject@@XZ @9348 NONAME ?Clone@H245_EscrowData@@UBEPAVPObject@@XZ @9349 NONAME ?Clone@H245_ExtendedVideoCapability@@UBEPAVPObject@@XZ @52442 NONAME ?Clone@H245_FECCapability@@UBEPAVPObject@@XZ @38660 NONAME ?Clone@H245_FECCapability_rfc2733Format@@UBEPAVPObject@@XZ @52443 NONAME ?Clone@H245_FECData@@UBEPAVPObject@@XZ @38663 NONAME ?Clone@H245_FECData_rfc2733@@UBEPAVPObject@@XZ @38664 NONAME ?Clone@H245_FECData_rfc2733_pktMode@@UBEPAVPObject@@XZ @52444 NONAME ?Clone@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBEPAVPObject@@XZ @52445 NONAME ?Clone@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UBEPAVPObject@@XZ @52446 NONAME ?Clone@H245_FECMode@@UBEPAVPObject@@XZ @38669 NONAME ?Clone@H245_FECMode_rfc2733Format@@UBEPAVPObject@@XZ @52447 NONAME ?Clone@H245_FlowControlCommand@@UBEPAVPObject@@XZ @9350 NONAME ?Clone@H245_FlowControlCommand_restriction@@UBEPAVPObject@@XZ @9351 NONAME ?Clone@H245_FlowControlCommand_scope@@UBEPAVPObject@@XZ @9352 NONAME ?Clone@H245_FlowControlIndication@@UBEPAVPObject@@XZ @25923 NONAME ?Clone@H245_FlowControlIndication_restriction@@UBEPAVPObject@@XZ @25924 NONAME ?Clone@H245_FlowControlIndication_scope@@UBEPAVPObject@@XZ @25925 NONAME ?Clone@H245_FunctionNotSupported@@UBEPAVPObject@@XZ @9353 NONAME ?Clone@H245_FunctionNotSupported_cause@@UBEPAVPObject@@XZ @9354 NONAME ?Clone@H245_FunctionNotUnderstood@@UBEPAVPObject@@XZ @9355 NONAME ?Clone@H245_G7231AnnexCCapability@@UBEPAVPObject@@XZ @9356 NONAME ?Clone@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBEPAVPObject@@XZ @9357 NONAME ?Clone@H245_G7231AnnexCMode@@UBEPAVPObject@@XZ @9358 NONAME ?Clone@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBEPAVPObject@@XZ @9359 NONAME ?Clone@H245_G729Extensions@@UBEPAVPObject@@XZ @25926 NONAME ?Clone@H245_GenericCapability@@UBEPAVPObject@@XZ @25927 NONAME ?Clone@H245_GenericMessage@@UBEPAVPObject@@XZ @52448 NONAME ?Clone@H245_GenericParameter@@UBEPAVPObject@@XZ @25928 NONAME ?Clone@H245_GSMAudioCapability@@UBEPAVPObject@@XZ @9360 NONAME ?Clone@H245_H222Capability@@UBEPAVPObject@@XZ @9361 NONAME ?Clone@H245_H222LogicalChannelParameters@@UBEPAVPObject@@XZ @9362 NONAME ?Clone@H245_H223AL1MParameters@@UBEPAVPObject@@XZ @9363 NONAME ?Clone@H245_H223AL1MParameters_arqType@@UBEPAVPObject@@XZ @9364 NONAME ?Clone@H245_H223AL1MParameters_crcLength@@UBEPAVPObject@@XZ @9365 NONAME ?Clone@H245_H223AL1MParameters_headerFEC@@UBEPAVPObject@@XZ @9366 NONAME ?Clone@H245_H223AL1MParameters_transferMode@@UBEPAVPObject@@XZ @9367 NONAME ?Clone@H245_H223AL2MParameters@@UBEPAVPObject@@XZ @9368 NONAME ?Clone@H245_H223AL2MParameters_headerFEC@@UBEPAVPObject@@XZ @9369 NONAME ?Clone@H245_H223AL3MParameters@@UBEPAVPObject@@XZ @9370 NONAME ?Clone@H245_H223AL3MParameters_arqType@@UBEPAVPObject@@XZ @9371 NONAME ?Clone@H245_H223AL3MParameters_crcLength@@UBEPAVPObject@@XZ @9372 NONAME ?Clone@H245_H223AL3MParameters_headerFormat@@UBEPAVPObject@@XZ @9373 NONAME ?Clone@H245_H223AnnexCArqParameters@@UBEPAVPObject@@XZ @9374 NONAME ?Clone@H245_H223AnnexCArqParameters_numberOfRetransmissions@@UBEPAVPObject@@XZ @9375 NONAME ?Clone@H245_H223AnnexCCapability@@UBEPAVPObject@@XZ @9376 NONAME ?Clone@H245_H223Capability@@UBEPAVPObject@@XZ @9377 NONAME ?Clone@H245_H223Capability_h223MultiplexTableCapability@@UBEPAVPObject@@XZ @9378 NONAME ?Clone@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBEPAVPObject@@XZ @9379 NONAME ?Clone@H245_H223Capability_mobileMultilinkFrameCapability@@UBEPAVPObject@@XZ @25929 NONAME ?Clone@H245_H223Capability_mobileOperationTransmitCapability@@UBEPAVPObject@@XZ @9380 NONAME ?Clone@H245_H223LogicalChannelParameters@@UBEPAVPObject@@XZ @9381 NONAME ?Clone@H245_H223LogicalChannelParameters_adaptationLayerType@@UBEPAVPObject@@XZ @9382 NONAME ?Clone@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBEPAVPObject@@XZ @9383 NONAME ?Clone@H245_H223ModeParameters@@UBEPAVPObject@@XZ @9384 NONAME ?Clone@H245_H223ModeParameters_adaptationLayerType@@UBEPAVPObject@@XZ @9385 NONAME ?Clone@H245_H223ModeParameters_adaptationLayerType_al3@@UBEPAVPObject@@XZ @9386 NONAME ?Clone@H245_H223MultiplexReconfiguration@@UBEPAVPObject@@XZ @9387 NONAME ?Clone@H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@UBEPAVPObject@@XZ @9388 NONAME ?Clone@H245_H223MultiplexReconfiguration_h223ModeChange@@UBEPAVPObject@@XZ @9389 NONAME ?Clone@H245_H223SkewIndication@@UBEPAVPObject@@XZ @9390 NONAME ?Clone@H245_H2250Capability@@UBEPAVPObject@@XZ @9391 NONAME ?Clone@H245_H2250Capability_mcCapability@@UBEPAVPObject@@XZ @9392 NONAME ?Clone@H245_H2250LogicalChannelAckParameters@@UBEPAVPObject@@XZ @9393 NONAME ?Clone@H245_H2250LogicalChannelParameters@@UBEPAVPObject@@XZ @9394 NONAME ?Clone@H245_H2250LogicalChannelParameters_mediaPacketization@@UBEPAVPObject@@XZ @9395 NONAME ?Clone@H245_H2250MaximumSkewIndication@@UBEPAVPObject@@XZ @9396 NONAME ?Clone@H245_H2250ModeParameters@@UBEPAVPObject@@XZ @9397 NONAME ?Clone@H245_H235Media@@UBEPAVPObject@@XZ @9398 NONAME ?Clone@H245_H235Media_mediaType@@UBEPAVPObject@@XZ @9399 NONAME ?Clone@H245_H235Mode@@UBEPAVPObject@@XZ @9400 NONAME ?Clone@H245_H235Mode_mediaMode@@UBEPAVPObject@@XZ @9401 NONAME ?Clone@H245_H235SecurityCapability@@UBEPAVPObject@@XZ @9402 NONAME ?Clone@H245_H261VideoCapability@@UBEPAVPObject@@XZ @9403 NONAME ?Clone@H245_H261VideoMode@@UBEPAVPObject@@XZ @9404 NONAME ?Clone@H245_H261VideoMode_resolution@@UBEPAVPObject@@XZ @9405 NONAME ?Clone@H245_H262VideoCapability@@UBEPAVPObject@@XZ @9406 NONAME ?Clone@H245_H262VideoMode@@UBEPAVPObject@@XZ @9407 NONAME ?Clone@H245_H262VideoMode_profileAndLevel@@UBEPAVPObject@@XZ @9408 NONAME ?Clone@H245_H263ModeComboFlags@@UBEPAVPObject@@XZ @9409 NONAME ?Clone@H245_H263Options@@UBEPAVPObject@@XZ @9410 NONAME ?Clone@H245_H263Version3Options@@UBEPAVPObject@@XZ @25930 NONAME ?Clone@H245_H263VideoCapability@@UBEPAVPObject@@XZ @9411 NONAME ?Clone@H245_H263VideoMode@@UBEPAVPObject@@XZ @9412 NONAME ?Clone@H245_H263VideoModeCombos@@UBEPAVPObject@@XZ @9413 NONAME ?Clone@H245_H263VideoMode_resolution@@UBEPAVPObject@@XZ @9414 NONAME ?Clone@H245_IndicationMessage@@UBEPAVPObject@@XZ @9415 NONAME ?Clone@H245_IntegrityCapability@@UBEPAVPObject@@XZ @9416 NONAME ?Clone@H245_IS11172AudioCapability@@UBEPAVPObject@@XZ @9417 NONAME ?Clone@H245_IS11172AudioMode@@UBEPAVPObject@@XZ @9418 NONAME ?Clone@H245_IS11172AudioMode_audioLayer@@UBEPAVPObject@@XZ @9419 NONAME ?Clone@H245_IS11172AudioMode_audioSampling@@UBEPAVPObject@@XZ @9420 NONAME ?Clone@H245_IS11172AudioMode_multichannelType@@UBEPAVPObject@@XZ @9421 NONAME ?Clone@H245_IS11172VideoCapability@@UBEPAVPObject@@XZ @9422 NONAME ?Clone@H245_IS11172VideoMode@@UBEPAVPObject@@XZ @9423 NONAME ?Clone@H245_IS13818AudioCapability@@UBEPAVPObject@@XZ @9424 NONAME ?Clone@H245_IS13818AudioMode@@UBEPAVPObject@@XZ @9425 NONAME ?Clone@H245_IS13818AudioMode_audioLayer@@UBEPAVPObject@@XZ @9426 NONAME ?Clone@H245_IS13818AudioMode_audioSampling@@UBEPAVPObject@@XZ @9427 NONAME ?Clone@H245_IS13818AudioMode_multichannelType@@UBEPAVPObject@@XZ @9428 NONAME ?Clone@H245_IV16@@UBEPAVPObject@@XZ @52449 NONAME ?Clone@H245_IV8@@UBEPAVPObject@@XZ @52450 NONAME ?Clone@H245_JitterIndication@@UBEPAVPObject@@XZ @9429 NONAME ?Clone@H245_JitterIndication_scope@@UBEPAVPObject@@XZ @9430 NONAME ?Clone@H245_KeyProtectionMethod@@UBEPAVPObject@@XZ @9431 NONAME ?Clone@H245_LogicalChannelNumber@@UBEPAVPObject@@XZ @9432 NONAME ?Clone@H245_LogicalChannelRateAcknowledge@@UBEPAVPObject@@XZ @25931 NONAME ?Clone@H245_LogicalChannelRateReject@@UBEPAVPObject@@XZ @25932 NONAME ?Clone@H245_LogicalChannelRateRejectReason@@UBEPAVPObject@@XZ @25933 NONAME ?Clone@H245_LogicalChannelRateRelease@@UBEPAVPObject@@XZ @25934 NONAME ?Clone@H245_LogicalChannelRateRequest@@UBEPAVPObject@@XZ @25935 NONAME ?Clone@H245_MaintenanceLoopAck@@UBEPAVPObject@@XZ @9433 NONAME ?Clone@H245_MaintenanceLoopAck_type@@UBEPAVPObject@@XZ @9434 NONAME ?Clone@H245_MaintenanceLoopOffCommand@@UBEPAVPObject@@XZ @9435 NONAME ?Clone@H245_MaintenanceLoopReject@@UBEPAVPObject@@XZ @9436 NONAME ?Clone@H245_MaintenanceLoopReject_cause@@UBEPAVPObject@@XZ @9437 NONAME ?Clone@H245_MaintenanceLoopReject_type@@UBEPAVPObject@@XZ @9438 NONAME ?Clone@H245_MaintenanceLoopRequest@@UBEPAVPObject@@XZ @9439 NONAME ?Clone@H245_MaintenanceLoopRequest_type@@UBEPAVPObject@@XZ @9440 NONAME ?Clone@H245_MasterSlaveDetermination@@UBEPAVPObject@@XZ @9441 NONAME ?Clone@H245_MasterSlaveDeterminationAck@@UBEPAVPObject@@XZ @9442 NONAME ?Clone@H245_MasterSlaveDeterminationAck_decision@@UBEPAVPObject@@XZ @9443 NONAME ?Clone@H245_MasterSlaveDeterminationReject@@UBEPAVPObject@@XZ @9444 NONAME ?Clone@H245_MasterSlaveDeterminationReject_cause@@UBEPAVPObject@@XZ @9445 NONAME ?Clone@H245_MasterSlaveDeterminationRelease@@UBEPAVPObject@@XZ @9446 NONAME ?Clone@H245_MaximumBitRate@@UBEPAVPObject@@XZ @25936 NONAME ?Clone@H245_MaxRedundancy@@UBEPAVPObject@@XZ @52451 NONAME ?Clone@H245_MCLocationIndication@@UBEPAVPObject@@XZ @9447 NONAME ?Clone@H245_McuNumber@@UBEPAVPObject@@XZ @9448 NONAME ?Clone@H245_MediaChannelCapability@@UBEPAVPObject@@XZ @9449 NONAME ?Clone@H245_MediaDistributionCapability@@UBEPAVPObject@@XZ @9450 NONAME ?Clone@H245_MediaEncryptionAlgorithm@@UBEPAVPObject@@XZ @9451 NONAME ?Clone@H245_MediaPacketizationCapability@@UBEPAVPObject@@XZ @9452 NONAME ?Clone@H245_MediaTransportType@@UBEPAVPObject@@XZ @9453 NONAME ?Clone@H245_MediaTransportType_atm_AAL5_compressed@@UBEPAVPObject@@XZ @25937 NONAME ?Clone@H245_MiscellaneousCommand@@UBEPAVPObject@@XZ @9454 NONAME ?Clone@H245_MiscellaneousCommand_type@@UBEPAVPObject@@XZ @9455 NONAME ?Clone@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBEPAVPObject@@XZ @52452 NONAME ?Clone@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBEPAVPObject@@XZ @52453 NONAME ?Clone@H245_MiscellaneousCommand_type_lostPartialPicture@@UBEPAVPObject@@XZ @25938 NONAME ?Clone@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBEPAVPObject@@XZ @9456 NONAME ?Clone@H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@UBEPAVPObject@@XZ @9457 NONAME ?Clone@H245_MiscellaneousCommand_type_videoBadMBs@@UBEPAVPObject@@XZ @25939 NONAME ?Clone@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBEPAVPObject@@XZ @9458 NONAME ?Clone@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBEPAVPObject@@XZ @9459 NONAME ?Clone@H245_MiscellaneousIndication@@UBEPAVPObject@@XZ @9460 NONAME ?Clone@H245_MiscellaneousIndication_type@@UBEPAVPObject@@XZ @9461 NONAME ?Clone@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBEPAVPObject@@XZ @9462 NONAME ?Clone@H245_MobileMultilinkReconfigurationCommand@@UBEPAVPObject@@XZ @25940 NONAME ?Clone@H245_MobileMultilinkReconfigurationCommand_status@@UBEPAVPObject@@XZ @25941 NONAME ?Clone@H245_MobileMultilinkReconfigurationIndication@@UBEPAVPObject@@XZ @25942 NONAME ?Clone@H245_ModeDescription@@UBEPAVPObject@@XZ @9463 NONAME ?Clone@H245_ModeElement@@UBEPAVPObject@@XZ @9464 NONAME ?Clone@H245_ModeElementType@@UBEPAVPObject@@XZ @38675 NONAME ?Clone@H245_MulticastAddress@@UBEPAVPObject@@XZ @9466 NONAME ?Clone@H245_MulticastAddress_iP6Address@@UBEPAVPObject@@XZ @9467 NONAME ?Clone@H245_MulticastAddress_iPAddress@@UBEPAVPObject@@XZ @9468 NONAME ?Clone@H245_MultilinkIndication@@UBEPAVPObject@@XZ @25943 NONAME ?Clone@H245_MultilinkIndication_crcDesired@@UBEPAVPObject@@XZ @25944 NONAME ?Clone@H245_MultilinkIndication_excessiveError@@UBEPAVPObject@@XZ @25945 NONAME ?Clone@H245_MultilinkRequest@@UBEPAVPObject@@XZ @25946 NONAME ?Clone@H245_MultilinkRequest_addConnection@@UBEPAVPObject@@XZ @25947 NONAME ?Clone@H245_MultilinkRequest_callInformation@@UBEPAVPObject@@XZ @25948 NONAME ?Clone@H245_MultilinkRequest_maximumHeaderInterval@@UBEPAVPObject@@XZ @25949 NONAME ?Clone@H245_MultilinkRequest_maximumHeaderInterval_requestType@@UBEPAVPObject@@XZ @25950 NONAME ?Clone@H245_MultilinkRequest_removeConnection@@UBEPAVPObject@@XZ @25951 NONAME ?Clone@H245_MultilinkResponse@@UBEPAVPObject@@XZ @25952 NONAME ?Clone@H245_MultilinkResponse_addConnection@@UBEPAVPObject@@XZ @25953 NONAME ?Clone@H245_MultilinkResponse_addConnection_responseCode@@UBEPAVPObject@@XZ @25954 NONAME ?Clone@H245_MultilinkResponse_addConnection_responseCode_rejected@@UBEPAVPObject@@XZ @25955 NONAME ?Clone@H245_MultilinkResponse_callInformation@@UBEPAVPObject@@XZ @25956 NONAME ?Clone@H245_MultilinkResponse_maximumHeaderInterval@@UBEPAVPObject@@XZ @25957 NONAME ?Clone@H245_MultilinkResponse_removeConnection@@UBEPAVPObject@@XZ @25958 NONAME ?Clone@H245_MultimediaSystemControlMessage@@UBEPAVPObject@@XZ @9469 NONAME ?Clone@H245_MultiplePayloadStream@@UBEPAVPObject@@XZ @38676 NONAME ?Clone@H245_MultiplePayloadStreamCapability@@UBEPAVPObject@@XZ @38677 NONAME ?Clone@H245_MultiplePayloadStreamElement@@UBEPAVPObject@@XZ @38678 NONAME ?Clone@H245_MultiplePayloadStreamElementMode@@UBEPAVPObject@@XZ @38679 NONAME ?Clone@H245_MultiplePayloadStreamMode@@UBEPAVPObject@@XZ @38680 NONAME ?Clone@H245_MultiplexCapability@@UBEPAVPObject@@XZ @9470 NONAME ?Clone@H245_MultiplexedStreamCapability@@UBEPAVPObject@@XZ @25959 NONAME ?Clone@H245_MultiplexedStreamModeParameters@@UBEPAVPObject@@XZ @25960 NONAME ?Clone@H245_MultiplexedStreamParameter@@UBEPAVPObject@@XZ @25961 NONAME ?Clone@H245_MultiplexElement@@UBEPAVPObject@@XZ @9471 NONAME ?Clone@H245_MultiplexElement_repeatCount@@UBEPAVPObject@@XZ @9472 NONAME ?Clone@H245_MultiplexElement_type@@UBEPAVPObject@@XZ @9473 NONAME ?Clone@H245_MultiplexEntryDescriptor@@UBEPAVPObject@@XZ @9474 NONAME ?Clone@H245_MultiplexEntryRejectionDescriptions@@UBEPAVPObject@@XZ @9475 NONAME ?Clone@H245_MultiplexEntryRejectionDescriptions_cause@@UBEPAVPObject@@XZ @9476 NONAME ?Clone@H245_MultiplexEntrySend@@UBEPAVPObject@@XZ @9477 NONAME ?Clone@H245_MultiplexEntrySendAck@@UBEPAVPObject@@XZ @9478 NONAME ?Clone@H245_MultiplexEntrySendReject@@UBEPAVPObject@@XZ @9479 NONAME ?Clone@H245_MultiplexEntrySendRelease@@UBEPAVPObject@@XZ @9480 NONAME ?Clone@H245_MultiplexFormat@@UBEPAVPObject@@XZ @25962 NONAME ?Clone@H245_MultiplexTableEntryNumber@@UBEPAVPObject@@XZ @9481 NONAME ?Clone@H245_MultipointCapability@@UBEPAVPObject@@XZ @9482 NONAME ?Clone@H245_NetworkAccessParameters@@UBEPAVPObject@@XZ @9483 NONAME ?Clone@H245_NetworkAccessParameters_distribution@@UBEPAVPObject@@XZ @9484 NONAME ?Clone@H245_NetworkAccessParameters_networkAddress@@UBEPAVPObject@@XZ @9485 NONAME ?Clone@H245_NetworkAccessParameters_t120SetupProcedure@@UBEPAVPObject@@XZ @9486 NONAME ?Clone@H245_NewATMVCCommand@@UBEPAVPObject@@XZ @25963 NONAME ?Clone@H245_NewATMVCCommand_aal@@UBEPAVPObject@@XZ @25964 NONAME ?Clone@H245_NewATMVCCommand_aal_aal1@@UBEPAVPObject@@XZ @25965 NONAME ?Clone@H245_NewATMVCCommand_aal_aal1_clockRecovery@@UBEPAVPObject@@XZ @25966 NONAME ?Clone@H245_NewATMVCCommand_aal_aal1_errorCorrection@@UBEPAVPObject@@XZ @25967 NONAME ?Clone@H245_NewATMVCCommand_aal_aal5@@UBEPAVPObject@@XZ @25968 NONAME ?Clone@H245_NewATMVCCommand_multiplex@@UBEPAVPObject@@XZ @25969 NONAME ?Clone@H245_NewATMVCCommand_reverseParameters@@UBEPAVPObject@@XZ @25970 NONAME ?Clone@H245_NewATMVCCommand_reverseParameters_multiplex@@UBEPAVPObject@@XZ @25971 NONAME ?Clone@H245_NewATMVCIndication@@UBEPAVPObject@@XZ @9487 NONAME ?Clone@H245_NewATMVCIndication_aal@@UBEPAVPObject@@XZ @9488 NONAME ?Clone@H245_NewATMVCIndication_aal_aal1@@UBEPAVPObject@@XZ @9489 NONAME ?Clone@H245_NewATMVCIndication_aal_aal1_clockRecovery@@UBEPAVPObject@@XZ @9490 NONAME ?Clone@H245_NewATMVCIndication_aal_aal1_errorCorrection@@UBEPAVPObject@@XZ @9491 NONAME ?Clone@H245_NewATMVCIndication_aal_aal5@@UBEPAVPObject@@XZ @9492 NONAME ?Clone@H245_NewATMVCIndication_multiplex@@UBEPAVPObject@@XZ @9493 NONAME ?Clone@H245_NewATMVCIndication_reverseParameters@@UBEPAVPObject@@XZ @9494 NONAME ?Clone@H245_NewATMVCIndication_reverseParameters_multiplex@@UBEPAVPObject@@XZ @9495 NONAME ?Clone@H245_NonStandardIdentifier@@UBEPAVPObject@@XZ @9496 NONAME ?Clone@H245_NonStandardIdentifier_h221NonStandard@@UBEPAVPObject@@XZ @9497 NONAME ?Clone@H245_NonStandardMessage@@UBEPAVPObject@@XZ @9498 NONAME ?Clone@H245_NonStandardParameter@@UBEPAVPObject@@XZ @9499 NONAME ?Clone@H245_NoPTAudioTelephonyEventCapability@@UBEPAVPObject@@XZ @38681 NONAME ?Clone@H245_NoPTAudioToneCapability@@UBEPAVPObject@@XZ @38682 NONAME ?Clone@H245_OpenLogicalChannel@@UBEPAVPObject@@XZ @9500 NONAME ?Clone@H245_OpenLogicalChannelAck@@UBEPAVPObject@@XZ @9501 NONAME ?Clone@H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@UBEPAVPObject@@XZ @9502 NONAME ?Clone@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBEPAVPObject@@XZ @9503 NONAME ?Clone@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@UBEPAVPObject@@XZ @9504 NONAME ?Clone@H245_OpenLogicalChannelConfirm@@UBEPAVPObject@@XZ @9505 NONAME ?Clone@H245_OpenLogicalChannelReject@@UBEPAVPObject@@XZ @9506 NONAME ?Clone@H245_OpenLogicalChannelReject_cause@@UBEPAVPObject@@XZ @9507 NONAME ?Clone@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBEPAVPObject@@XZ @9508 NONAME ?Clone@H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@UBEPAVPObject@@XZ @9509 NONAME ?Clone@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBEPAVPObject@@XZ @9510 NONAME ?Clone@H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@UBEPAVPObject@@XZ @9511 NONAME ?Clone@H245_ParameterIdentifier@@UBEPAVPObject@@XZ @25972 NONAME ?Clone@H245_ParameterValue@@UBEPAVPObject@@XZ @25973 NONAME ?Clone@H245_Params@@UBEPAVPObject@@XZ @52454 NONAME ?Clone@H245_Password@@UBEPAVPObject@@XZ @9512 NONAME ?Clone@H245_PictureReference@@UBEPAVPObject@@XZ @25974 NONAME ?Clone@H245_Q2931Address@@UBEPAVPObject@@XZ @9513 NONAME ?Clone@H245_Q2931Address_address@@UBEPAVPObject@@XZ @9514 NONAME ?Clone@H245_QOSCapability@@UBEPAVPObject@@XZ @9515 NONAME ?Clone@H245_QOSMode@@UBEPAVPObject@@XZ @9516 NONAME ?Clone@H245_RedundancyEncoding@@UBEPAVPObject@@XZ @9517 NONAME ?Clone@H245_RedundancyEncodingCapability@@UBEPAVPObject@@XZ @9518 NONAME ?Clone@H245_RedundancyEncodingDTMode@@UBEPAVPObject@@XZ @38683 NONAME ?Clone@H245_RedundancyEncodingDTModeElement@@UBEPAVPObject@@XZ @38684 NONAME ?Clone@H245_RedundancyEncodingDTModeElement_type@@UBEPAVPObject@@XZ @38685 NONAME ?Clone@H245_RedundancyEncodingElement@@UBEPAVPObject@@XZ @38686 NONAME ?Clone@H245_RedundancyEncodingMethod@@UBEPAVPObject@@XZ @9519 NONAME ?Clone@H245_RedundancyEncodingMode@@UBEPAVPObject@@XZ @9520 NONAME ?Clone@H245_RedundancyEncodingMode_secondaryEncoding@@UBEPAVPObject@@XZ @9521 NONAME ?Clone@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBEPAVPObject@@XZ @38687 NONAME ?Clone@H245_RefPictureSelection@@UBEPAVPObject@@XZ @9522 NONAME ?Clone@H245_RefPictureSelection_additionalPictureMemory@@UBEPAVPObject@@XZ @9523 NONAME ?Clone@H245_RefPictureSelection_enhancedReferencePicSelect@@UBEPAVPObject@@XZ @25975 NONAME ?Clone@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBEPAVPObject@@XZ @25976 NONAME ?Clone@H245_RefPictureSelection_videoBackChannelSend@@UBEPAVPObject@@XZ @9524 NONAME ?Clone@H245_RemoteMCRequest@@UBEPAVPObject@@XZ @9525 NONAME ?Clone@H245_RemoteMCResponse@@UBEPAVPObject@@XZ @9526 NONAME ?Clone@H245_RemoteMCResponse_reject@@UBEPAVPObject@@XZ @9527 NONAME ?Clone@H245_RequestAllTerminalIDsResponse@@UBEPAVPObject@@XZ @9528 NONAME ?Clone@H245_RequestChannelClose@@UBEPAVPObject@@XZ @9529 NONAME ?Clone@H245_RequestChannelCloseAck@@UBEPAVPObject@@XZ @9530 NONAME ?Clone@H245_RequestChannelCloseReject@@UBEPAVPObject@@XZ @9531 NONAME ?Clone@H245_RequestChannelCloseReject_cause@@UBEPAVPObject@@XZ @9532 NONAME ?Clone@H245_RequestChannelCloseRelease@@UBEPAVPObject@@XZ @9533 NONAME ?Clone@H245_RequestChannelClose_reason@@UBEPAVPObject@@XZ @9534 NONAME ?Clone@H245_RequestMessage@@UBEPAVPObject@@XZ @9535 NONAME ?Clone@H245_RequestMode@@UBEPAVPObject@@XZ @9536 NONAME ?Clone@H245_RequestModeAck@@UBEPAVPObject@@XZ @9537 NONAME ?Clone@H245_RequestModeAck_response@@UBEPAVPObject@@XZ @9538 NONAME ?Clone@H245_RequestModeReject@@UBEPAVPObject@@XZ @9539 NONAME ?Clone@H245_RequestModeReject_cause@@UBEPAVPObject@@XZ @9540 NONAME ?Clone@H245_RequestModeRelease@@UBEPAVPObject@@XZ @9541 NONAME ?Clone@H245_RequestMultiplexEntry@@UBEPAVPObject@@XZ @9542 NONAME ?Clone@H245_RequestMultiplexEntryAck@@UBEPAVPObject@@XZ @9543 NONAME ?Clone@H245_RequestMultiplexEntryReject@@UBEPAVPObject@@XZ @9544 NONAME ?Clone@H245_RequestMultiplexEntryRejectionDescriptions@@UBEPAVPObject@@XZ @9545 NONAME ?Clone@H245_RequestMultiplexEntryRejectionDescriptions_cause@@UBEPAVPObject@@XZ @9546 NONAME ?Clone@H245_RequestMultiplexEntryRelease@@UBEPAVPObject@@XZ @9547 NONAME ?Clone@H245_ResponseMessage@@UBEPAVPObject@@XZ @9548 NONAME ?Clone@H245_RoundTripDelayRequest@@UBEPAVPObject@@XZ @9549 NONAME ?Clone@H245_RoundTripDelayResponse@@UBEPAVPObject@@XZ @9550 NONAME ?Clone@H245_RSVPParameters@@UBEPAVPObject@@XZ @9551 NONAME ?Clone@H245_RTPH263VideoRedundancyEncoding@@UBEPAVPObject@@XZ @9552 NONAME ?Clone@H245_RTPH263VideoRedundancyEncoding_containedThreads@@UBEPAVPObject@@XZ @9553 NONAME ?Clone@H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@UBEPAVPObject@@XZ @9554 NONAME ?Clone@H245_RTPH263VideoRedundancyFrameMapping@@UBEPAVPObject@@XZ @9555 NONAME ?Clone@H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@UBEPAVPObject@@XZ @9556 NONAME ?Clone@H245_RTPPayloadType@@UBEPAVPObject@@XZ @9557 NONAME ?Clone@H245_RTPPayloadType_payloadDescriptor@@UBEPAVPObject@@XZ @9558 NONAME ?Clone@H245_SendTerminalCapabilitySet@@UBEPAVPObject@@XZ @9559 NONAME ?Clone@H245_SendTerminalCapabilitySet_specificRequest@@UBEPAVPObject@@XZ @9560 NONAME ?Clone@H245_SequenceNumber@@UBEPAVPObject@@XZ @9561 NONAME ?Clone@H245_SubstituteConferenceIDCommand@@UBEPAVPObject@@XZ @9562 NONAME ?Clone@H245_T38FaxProfile@@UBEPAVPObject@@XZ @25977 NONAME ?Clone@H245_T38FaxRateManagement@@UBEPAVPObject@@XZ @25978 NONAME ?Clone@H245_T38FaxTcpOptions@@UBEPAVPObject@@XZ @25979 NONAME ?Clone@H245_T38FaxUdpOptions@@UBEPAVPObject@@XZ @25980 NONAME ?Clone@H245_T38FaxUdpOptions_t38FaxUdpEC@@UBEPAVPObject@@XZ @25981 NONAME ?Clone@H245_T84Profile@@UBEPAVPObject@@XZ @9563 NONAME ?Clone@H245_T84Profile_t84Restricted@@UBEPAVPObject@@XZ @9564 NONAME ?Clone@H245_TerminalCapabilitySet@@UBEPAVPObject@@XZ @9565 NONAME ?Clone@H245_TerminalCapabilitySetAck@@UBEPAVPObject@@XZ @9566 NONAME ?Clone@H245_TerminalCapabilitySetReject@@UBEPAVPObject@@XZ @9567 NONAME ?Clone@H245_TerminalCapabilitySetReject_cause@@UBEPAVPObject@@XZ @9568 NONAME ?Clone@H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@UBEPAVPObject@@XZ @9569 NONAME ?Clone@H245_TerminalCapabilitySetRelease@@UBEPAVPObject@@XZ @9570 NONAME ?Clone@H245_TerminalID@@UBEPAVPObject@@XZ @9571 NONAME ?Clone@H245_TerminalInformation@@UBEPAVPObject@@XZ @9572 NONAME ?Clone@H245_TerminalLabel@@UBEPAVPObject@@XZ @9573 NONAME ?Clone@H245_TerminalNumber@@UBEPAVPObject@@XZ @9574 NONAME ?Clone@H245_TerminalYouAreSeeingInSubPictureNumber@@UBEPAVPObject@@XZ @9575 NONAME ?Clone@H245_TransparencyParameters@@UBEPAVPObject@@XZ @9576 NONAME ?Clone@H245_TransportAddress@@UBEPAVPObject@@XZ @9577 NONAME ?Clone@H245_TransportCapability@@UBEPAVPObject@@XZ @9578 NONAME ?Clone@H245_UnicastAddress@@UBEPAVPObject@@XZ @9579 NONAME ?Clone@H245_UnicastAddress_iP6Address@@UBEPAVPObject@@XZ @9580 NONAME ?Clone@H245_UnicastAddress_iPAddress@@UBEPAVPObject@@XZ @9581 NONAME ?Clone@H245_UnicastAddress_iPSourceRouteAddress@@UBEPAVPObject@@XZ @9582 NONAME ?Clone@H245_UnicastAddress_iPSourceRouteAddress_route@@UBEPAVPObject@@XZ @9583 NONAME ?Clone@H245_UnicastAddress_iPSourceRouteAddress_routing@@UBEPAVPObject@@XZ @9584 NONAME ?Clone@H245_UnicastAddress_iPXAddress@@UBEPAVPObject@@XZ @9585 NONAME ?Clone@H245_UserInputCapability@@UBEPAVPObject@@XZ @9586 NONAME ?Clone@H245_UserInputIndication@@UBEPAVPObject@@XZ @9587 NONAME ?Clone@H245_UserInputIndication_encryptedAlphanumeric@@UBEPAVPObject@@XZ @52455 NONAME ?Clone@H245_UserInputIndication_extendedAlphanumeric@@UBEPAVPObject@@XZ @25982 NONAME ?Clone@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBEPAVPObject@@XZ @52456 NONAME ?Clone@H245_UserInputIndication_signal@@UBEPAVPObject@@XZ @9588 NONAME ?Clone@H245_UserInputIndication_signalUpdate@@UBEPAVPObject@@XZ @9589 NONAME ?Clone@H245_UserInputIndication_signalUpdate_rtp@@UBEPAVPObject@@XZ @9590 NONAME ?Clone@H245_UserInputIndication_signal_rtp@@UBEPAVPObject@@XZ @9591 NONAME ?Clone@H245_UserInputIndication_userInputSupportIndication@@UBEPAVPObject@@XZ @9592 NONAME ?Clone@H245_V42bis@@UBEPAVPObject@@XZ @9593 NONAME ?Clone@H245_V75Capability@@UBEPAVPObject@@XZ @9594 NONAME ?Clone@H245_V75Parameters@@UBEPAVPObject@@XZ @9595 NONAME ?Clone@H245_V76Capability@@UBEPAVPObject@@XZ @9596 NONAME ?Clone@H245_V76HDLCParameters@@UBEPAVPObject@@XZ @9597 NONAME ?Clone@H245_V76LogicalChannelParameters@@UBEPAVPObject@@XZ @9598 NONAME ?Clone@H245_V76LogicalChannelParameters_mode@@UBEPAVPObject@@XZ @9599 NONAME ?Clone@H245_V76LogicalChannelParameters_mode_eRM@@UBEPAVPObject@@XZ @9600 NONAME ?Clone@H245_V76LogicalChannelParameters_mode_eRM_recovery@@UBEPAVPObject@@XZ @9601 NONAME ?Clone@H245_V76LogicalChannelParameters_suspendResume@@UBEPAVPObject@@XZ @9602 NONAME ?Clone@H245_V76ModeParameters@@UBEPAVPObject@@XZ @9603 NONAME ?Clone@H245_VBDCapability@@UBEPAVPObject@@XZ @38688 NONAME ?Clone@H245_VBDMode@@UBEPAVPObject@@XZ @38689 NONAME ?Clone@H245_VCCapability@@UBEPAVPObject@@XZ @9604 NONAME ?Clone@H245_VCCapability_aal1@@UBEPAVPObject@@XZ @9605 NONAME ?Clone@H245_VCCapability_aal1ViaGateway@@UBEPAVPObject@@XZ @25983 NONAME ?Clone@H245_VCCapability_aal5@@UBEPAVPObject@@XZ @9606 NONAME ?Clone@H245_VCCapability_availableBitRates@@UBEPAVPObject@@XZ @9607 NONAME ?Clone@H245_VCCapability_availableBitRates_type@@UBEPAVPObject@@XZ @9608 NONAME ?Clone@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBEPAVPObject@@XZ @9609 NONAME ?Clone@H245_VendorIdentification@@UBEPAVPObject@@XZ @9610 NONAME ?Clone@H245_VideoCapability@@UBEPAVPObject@@XZ @9611 NONAME ?Clone@H245_VideoIndicateCompose@@UBEPAVPObject@@XZ @9612 NONAME ?Clone@H245_VideoMode@@UBEPAVPObject@@XZ @9613 NONAME ?Clone@H248_ActionReply@@UBEPAVPObject@@XZ @33274 NONAME ?Clone@H248_ActionRequest@@UBEPAVPObject@@XZ @33275 NONAME ?Clone@H248_AmmDescriptor@@UBEPAVPObject@@XZ @33276 NONAME ?Clone@H248_AmmRequest@@UBEPAVPObject@@XZ @33277 NONAME ?Clone@H248_AmmsReply@@UBEPAVPObject@@XZ @33278 NONAME ?Clone@H248_ArrayOf_ActionReply@@UBEPAVPObject@@XZ @33279 NONAME ?Clone@H248_ArrayOf_ActionRequest@@UBEPAVPObject@@XZ @33280 NONAME ?Clone@H248_ArrayOf_AmmDescriptor@@UBEPAVPObject@@XZ @33281 NONAME ?Clone@H248_ArrayOf_CommandReply@@UBEPAVPObject@@XZ @33282 NONAME ?Clone@H248_ArrayOf_CommandRequest@@UBEPAVPObject@@XZ @33283 NONAME ?Clone@H248_ArrayOf_EventParameter@@UBEPAVPObject@@XZ @33284 NONAME ?Clone@H248_ArrayOf_IndAuditParameter@@UBEPAVPObject@@XZ @33285 NONAME ?Clone@H248_ArrayOf_IndAudPropertyParm@@UBEPAVPObject@@XZ @33286 NONAME ?Clone@H248_ArrayOf_IndAudStreamDescriptor@@UBEPAVPObject@@XZ @33287 NONAME ?Clone@H248_ArrayOf_ModemType@@UBEPAVPObject@@XZ @33288 NONAME ?Clone@H248_ArrayOf_ObservedEvent@@UBEPAVPObject@@XZ @33289 NONAME ?Clone@H248_ArrayOf_PASN_OctetString@@UBEPAVPObject@@XZ @33290 NONAME ?Clone@H248_ArrayOf_PropertyGroup@@UBEPAVPObject@@XZ @33291 NONAME ?Clone@H248_ArrayOf_PropertyParm@@UBEPAVPObject@@XZ @33292 NONAME ?Clone@H248_ArrayOf_RequestedEvent@@UBEPAVPObject@@XZ @33293 NONAME ?Clone@H248_ArrayOf_SecondRequestedEvent@@UBEPAVPObject@@XZ @33294 NONAME ?Clone@H248_ArrayOf_Signal@@UBEPAVPObject@@XZ @33295 NONAME ?Clone@H248_ArrayOf_SigParameter@@UBEPAVPObject@@XZ @33296 NONAME ?Clone@H248_ArrayOf_StreamDescriptor@@UBEPAVPObject@@XZ @33297 NONAME ?Clone@H248_ArrayOf_TerminationID@@UBEPAVPObject@@XZ @33298 NONAME ?Clone@H248_ArrayOf_TopologyRequest@@UBEPAVPObject@@XZ @33299 NONAME ?Clone@H248_ArrayOf_Transaction@@UBEPAVPObject@@XZ @33300 NONAME ?Clone@H248_ArrayOf_WildcardField@@UBEPAVPObject@@XZ @33301 NONAME ?Clone@H248_AuditDescriptor@@UBEPAVPObject@@XZ @33302 NONAME ?Clone@H248_AuditReply@@UBEPAVPObject@@XZ @33303 NONAME ?Clone@H248_AuditRequest@@UBEPAVPObject@@XZ @33304 NONAME ?Clone@H248_AuditResult@@UBEPAVPObject@@XZ @33305 NONAME ?Clone@H248_AuditReturnParameter@@UBEPAVPObject@@XZ @33306 NONAME ?Clone@H248_AuthData@@UBEPAVPObject@@XZ @33307 NONAME ?Clone@H248_AuthenticationHeader@@UBEPAVPObject@@XZ @33308 NONAME ?Clone@H248_Command@@UBEPAVPObject@@XZ @33309 NONAME ?Clone@H248_CommandReply@@UBEPAVPObject@@XZ @33310 NONAME ?Clone@H248_CommandRequest@@UBEPAVPObject@@XZ @33311 NONAME ?Clone@H248_ContextAttrAuditRequest@@UBEPAVPObject@@XZ @33312 NONAME ?Clone@H248_ContextID@@UBEPAVPObject@@XZ @33313 NONAME ?Clone@H248_ContextRequest@@UBEPAVPObject@@XZ @33314 NONAME ?Clone@H248_DigitMapDescriptor@@UBEPAVPObject@@XZ @33315 NONAME ?Clone@H248_DigitMapName@@UBEPAVPObject@@XZ @33316 NONAME ?Clone@H248_DigitMapValue@@UBEPAVPObject@@XZ @33317 NONAME ?Clone@H248_DomainName@@UBEPAVPObject@@XZ @33318 NONAME ?Clone@H248_ErrorCode@@UBEPAVPObject@@XZ @33319 NONAME ?Clone@H248_ErrorDescriptor@@UBEPAVPObject@@XZ @33320 NONAME ?Clone@H248_ErrorText@@UBEPAVPObject@@XZ @33321 NONAME ?Clone@H248_EventBufferControl@@UBEPAVPObject@@XZ @33322 NONAME ?Clone@H248_EventBufferDescriptor@@UBEPAVPObject@@XZ @33323 NONAME ?Clone@H248_EventDM@@UBEPAVPObject@@XZ @33324 NONAME ?Clone@H248_EventName@@UBEPAVPObject@@XZ @33325 NONAME ?Clone@H248_EventParameter@@UBEPAVPObject@@XZ @33326 NONAME ?Clone@H248_EventParameter_extraInfo@@UBEPAVPObject@@XZ @33327 NONAME ?Clone@H248_EventsDescriptor@@UBEPAVPObject@@XZ @33328 NONAME ?Clone@H248_EventSpec@@UBEPAVPObject@@XZ @33329 NONAME ?Clone@H248_H221NonStandard@@UBEPAVPObject@@XZ @33330 NONAME ?Clone@H248_IndAudDigitMapDescriptor@@UBEPAVPObject@@XZ @33331 NONAME ?Clone@H248_IndAudEventBufferDescriptor@@UBEPAVPObject@@XZ @33332 NONAME ?Clone@H248_IndAudEventsDescriptor@@UBEPAVPObject@@XZ @33333 NONAME ?Clone@H248_IndAuditParameter@@UBEPAVPObject@@XZ @33334 NONAME ?Clone@H248_IndAudLocalControlDescriptor@@UBEPAVPObject@@XZ @33335 NONAME ?Clone@H248_IndAudLocalRemoteDescriptor@@UBEPAVPObject@@XZ @33336 NONAME ?Clone@H248_IndAudMediaDescriptor@@UBEPAVPObject@@XZ @33337 NONAME ?Clone@H248_IndAudMediaDescriptor_streams@@UBEPAVPObject@@XZ @33338 NONAME ?Clone@H248_IndAudPackagesDescriptor@@UBEPAVPObject@@XZ @33339 NONAME ?Clone@H248_IndAudPropertyGroup@@UBEPAVPObject@@XZ @33340 NONAME ?Clone@H248_IndAudPropertyParm@@UBEPAVPObject@@XZ @33341 NONAME ?Clone@H248_IndAudSeqSigList@@UBEPAVPObject@@XZ @33342 NONAME ?Clone@H248_IndAudSignal@@UBEPAVPObject@@XZ @33343 NONAME ?Clone@H248_IndAudSignalsDescriptor@@UBEPAVPObject@@XZ @33344 NONAME ?Clone@H248_IndAudStatisticsDescriptor@@UBEPAVPObject@@XZ @33345 NONAME ?Clone@H248_IndAudStreamDescriptor@@UBEPAVPObject@@XZ @33346 NONAME ?Clone@H248_IndAudStreamParms@@UBEPAVPObject@@XZ @33347 NONAME ?Clone@H248_IndAudTerminationStateDescriptor@@UBEPAVPObject@@XZ @33348 NONAME ?Clone@H248_IP4Address@@UBEPAVPObject@@XZ @33349 NONAME ?Clone@H248_IP6Address@@UBEPAVPObject@@XZ @33350 NONAME ?Clone@H248_LocalControlDescriptor@@UBEPAVPObject@@XZ @33351 NONAME ?Clone@H248_LocalRemoteDescriptor@@UBEPAVPObject@@XZ @33352 NONAME ?Clone@H248_MediaDescriptor@@UBEPAVPObject@@XZ @33353 NONAME ?Clone@H248_MediaDescriptor_streams@@UBEPAVPObject@@XZ @33354 NONAME ?Clone@H248_MegacoMessage@@UBEPAVPObject@@XZ @33355 NONAME ?Clone@H248_Message@@UBEPAVPObject@@XZ @33356 NONAME ?Clone@H248_Message_messageBody@@UBEPAVPObject@@XZ @33357 NONAME ?Clone@H248_MId@@UBEPAVPObject@@XZ @33358 NONAME ?Clone@H248_ModemDescriptor@@UBEPAVPObject@@XZ @33359 NONAME ?Clone@H248_ModemType@@UBEPAVPObject@@XZ @33360 NONAME ?Clone@H248_MuxDescriptor@@UBEPAVPObject@@XZ @33361 NONAME ?Clone@H248_MuxType@@UBEPAVPObject@@XZ @33362 NONAME ?Clone@H248_Name@@UBEPAVPObject@@XZ @33363 NONAME ?Clone@H248_NonStandardData@@UBEPAVPObject@@XZ @33364 NONAME ?Clone@H248_NonStandardIdentifier@@UBEPAVPObject@@XZ @33365 NONAME ?Clone@H248_NotifyCompletion@@UBEPAVPObject@@XZ @33366 NONAME ?Clone@H248_NotifyReply@@UBEPAVPObject@@XZ @33367 NONAME ?Clone@H248_NotifyRequest@@UBEPAVPObject@@XZ @33368 NONAME ?Clone@H248_ObservedEvent@@UBEPAVPObject@@XZ @33369 NONAME ?Clone@H248_ObservedEventsDescriptor@@UBEPAVPObject@@XZ @33370 NONAME ?Clone@H248_PackagesDescriptor@@UBEPAVPObject@@XZ @33371 NONAME ?Clone@H248_PackagesItem@@UBEPAVPObject@@XZ @33372 NONAME ?Clone@H248_PathName@@UBEPAVPObject@@XZ @33373 NONAME ?Clone@H248_PkgdName@@UBEPAVPObject@@XZ @33374 NONAME ?Clone@H248_PropertyGroup@@UBEPAVPObject@@XZ @33375 NONAME ?Clone@H248_PropertyParm@@UBEPAVPObject@@XZ @33376 NONAME ?Clone@H248_PropertyParm_extraInfo@@UBEPAVPObject@@XZ @33377 NONAME ?Clone@H248_Relation@@UBEPAVPObject@@XZ @33378 NONAME ?Clone@H248_RequestedActions@@UBEPAVPObject@@XZ @33379 NONAME ?Clone@H248_RequestedEvent@@UBEPAVPObject@@XZ @33380 NONAME ?Clone@H248_RequestID@@UBEPAVPObject@@XZ @33381 NONAME ?Clone@H248_SecondEventsDescriptor@@UBEPAVPObject@@XZ @33382 NONAME ?Clone@H248_SecondRequestedActions@@UBEPAVPObject@@XZ @33383 NONAME ?Clone@H248_SecondRequestedEvent@@UBEPAVPObject@@XZ @33384 NONAME ?Clone@H248_SecurityParmIndex@@UBEPAVPObject@@XZ @33385 NONAME ?Clone@H248_SeqSigList@@UBEPAVPObject@@XZ @33386 NONAME ?Clone@H248_SequenceNum@@UBEPAVPObject@@XZ @33387 NONAME ?Clone@H248_ServiceChangeAddress@@UBEPAVPObject@@XZ @33388 NONAME ?Clone@H248_ServiceChangeMethod@@UBEPAVPObject@@XZ @33389 NONAME ?Clone@H248_ServiceChangeParm@@UBEPAVPObject@@XZ @33390 NONAME ?Clone@H248_ServiceChangeProfile@@UBEPAVPObject@@XZ @33391 NONAME ?Clone@H248_ServiceChangeReply@@UBEPAVPObject@@XZ @33392 NONAME ?Clone@H248_ServiceChangeRequest@@UBEPAVPObject@@XZ @33393 NONAME ?Clone@H248_ServiceChangeResParm@@UBEPAVPObject@@XZ @33394 NONAME ?Clone@H248_ServiceChangeResult@@UBEPAVPObject@@XZ @33395 NONAME ?Clone@H248_ServiceState@@UBEPAVPObject@@XZ @33396 NONAME ?Clone@H248_Signal@@UBEPAVPObject@@XZ @33397 NONAME ?Clone@H248_SignalName@@UBEPAVPObject@@XZ @33398 NONAME ?Clone@H248_SignalRequest@@UBEPAVPObject@@XZ @33399 NONAME ?Clone@H248_SignalsDescriptor@@UBEPAVPObject@@XZ @33400 NONAME ?Clone@H248_SignalType@@UBEPAVPObject@@XZ @33401 NONAME ?Clone@H248_SigParameter@@UBEPAVPObject@@XZ @33402 NONAME ?Clone@H248_SigParameter_extraInfo@@UBEPAVPObject@@XZ @33403 NONAME ?Clone@H248_StatisticsDescriptor@@UBEPAVPObject@@XZ @33404 NONAME ?Clone@H248_StatisticsParameter@@UBEPAVPObject@@XZ @33405 NONAME ?Clone@H248_StreamDescriptor@@UBEPAVPObject@@XZ @33406 NONAME ?Clone@H248_StreamID@@UBEPAVPObject@@XZ @33407 NONAME ?Clone@H248_StreamMode@@UBEPAVPObject@@XZ @33408 NONAME ?Clone@H248_StreamParms@@UBEPAVPObject@@XZ @33409 NONAME ?Clone@H248_SubtractRequest@@UBEPAVPObject@@XZ @33410 NONAME ?Clone@H248_TerminationAudit@@UBEPAVPObject@@XZ @33411 NONAME ?Clone@H248_TerminationID@@UBEPAVPObject@@XZ @33412 NONAME ?Clone@H248_TerminationIDList@@UBEPAVPObject@@XZ @33413 NONAME ?Clone@H248_TerminationStateDescriptor@@UBEPAVPObject@@XZ @33414 NONAME ?Clone@H248_TimeNotation@@UBEPAVPObject@@XZ @33415 NONAME ?Clone@H248_TopologyRequest@@UBEPAVPObject@@XZ @33416 NONAME ?Clone@H248_TopologyRequest_topologyDirection@@UBEPAVPObject@@XZ @33417 NONAME ?Clone@H248_Transaction@@UBEPAVPObject@@XZ @33418 NONAME ?Clone@H248_TransactionAck@@UBEPAVPObject@@XZ @33419 NONAME ?Clone@H248_TransactionId@@UBEPAVPObject@@XZ @33420 NONAME ?Clone@H248_TransactionPending@@UBEPAVPObject@@XZ @33421 NONAME ?Clone@H248_TransactionReply@@UBEPAVPObject@@XZ @33422 NONAME ?Clone@H248_TransactionReply_transactionResult@@UBEPAVPObject@@XZ @33423 NONAME ?Clone@H248_TransactionRequest@@UBEPAVPObject@@XZ @33424 NONAME ?Clone@H248_TransactionResponseAck@@UBEPAVPObject@@XZ @33425 NONAME ?Clone@H248_Value@@UBEPAVPObject@@XZ @33426 NONAME ?Clone@H248_WildcardField@@UBEPAVPObject@@XZ @33427 NONAME ?Clone@H323ChannelNumber@@UBEPAVPObject@@XZ @9614 NONAME ?Clone@H323CodecPluginGenericAudioCapability@@UBEPAVPObject@@XZ @52457 NONAME ?Clone@H323CodecPluginNonStandardAudioCapability@@UBEPAVPObject@@XZ @47897 NONAME ?Clone@H323GSMPluginCapability@@UBEPAVPObject@@XZ @47898 NONAME ?Clone@H323PluginCapability@@UBEPAVPObject@@XZ @47900 NONAME ?Clone@H323PluginG7231Capability@@UBEPAVPObject@@XZ @47901 NONAME ?Clone@H323RasPDU@@UBEPAVPObject@@XZ @37400 NONAME ?Clone@H323TransportAddressArray@@UBEPAVPObject@@XZ @31257 NONAME ?Clone@H323_CiscoG7231aLIDCapability@@UBEPAVPObject@@XZ @31184 NONAME ?Clone@H323_G711Capability@@UBEPAVPObject@@XZ @9617 NONAME ?Clone@H323_H261Capability@@UBEPAVPObject@@XZ @9619 NONAME ?Clone@H323_LIDCapability@@UBEPAVPObject@@XZ @9620 NONAME ?Clone@H323_T120Capability@@UBEPAVPObject@@XZ @9621 NONAME ?Clone@H323_T38Capability@@UBEPAVPObject@@XZ @28179 NONAME ?Clone@H323_T38NonStandardCapability@@UBEPAVPObject@@XZ @30541 NONAME ?Clone@H323_UserInputCapability@@UBEPAVPObject@@XZ @9622 NONAME ?Clone@H45010_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @23499 NONAME ?Clone@H45010_CfbOvrOptArg@@UBEPAVPObject@@XZ @23500 NONAME ?Clone@H45010_CoReqOptArg@@UBEPAVPObject@@XZ @23501 NONAME ?Clone@H45010_H323CallOfferOperations@@UBEPAVPObject@@XZ @23502 NONAME ?Clone@H45010_RUAlertOptArg@@UBEPAVPObject@@XZ @23503 NONAME ?Clone@H45011_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @23504 NONAME ?Clone@H45011_CallIntrusionErrors@@UBEPAVPObject@@XZ @23505 NONAME ?Clone@H45011_CICapabilityLevel@@UBEPAVPObject@@XZ @23506 NONAME ?Clone@H45011_CIFrcRelArg@@UBEPAVPObject@@XZ @23507 NONAME ?Clone@H45011_CIFrcRelOptRes@@UBEPAVPObject@@XZ @23508 NONAME ?Clone@H45011_CIGetCIPLOptArg@@UBEPAVPObject@@XZ @23509 NONAME ?Clone@H45011_CIGetCIPLRes@@UBEPAVPObject@@XZ @23510 NONAME ?Clone@H45011_CIIsOptArg@@UBEPAVPObject@@XZ @23511 NONAME ?Clone@H45011_CIIsOptRes@@UBEPAVPObject@@XZ @23512 NONAME ?Clone@H45011_CINotificationArg@@UBEPAVPObject@@XZ @23513 NONAME ?Clone@H45011_CIProtectionLevel@@UBEPAVPObject@@XZ @23514 NONAME ?Clone@H45011_CIRequestArg@@UBEPAVPObject@@XZ @23515 NONAME ?Clone@H45011_CIRequestRes@@UBEPAVPObject@@XZ @23516 NONAME ?Clone@H45011_CISilentArg@@UBEPAVPObject@@XZ @23517 NONAME ?Clone@H45011_CISilentOptRes@@UBEPAVPObject@@XZ @23518 NONAME ?Clone@H45011_CIStatusInformation@@UBEPAVPObject@@XZ @23519 NONAME ?Clone@H45011_CIWobOptArg@@UBEPAVPObject@@XZ @23520 NONAME ?Clone@H45011_CIWobOptRes@@UBEPAVPObject@@XZ @23521 NONAME ?Clone@H45011_H323CallIntrusionOperations@@UBEPAVPObject@@XZ @23522 NONAME ?Clone@H4501_Address@@UBEPAVPObject@@XZ @21632 NONAME ?Clone@H4501_AddressInformation@@UBEPAVPObject@@XZ @21633 NONAME ?Clone@H4501_AddressScreened@@UBEPAVPObject@@XZ @21634 NONAME ?Clone@H4501_ArrayOf_AliasAddress@@UBEPAVPObject@@XZ @21635 NONAME ?Clone@H4501_ArrayOf_ROS@@UBEPAVPObject@@XZ @21636 NONAME ?Clone@H4501_EndpointAddress@@UBEPAVPObject@@XZ @21637 NONAME ?Clone@H4501_EntityType@@UBEPAVPObject@@XZ @21638 NONAME ?Clone@H4501_Extension@@UBEPAVPObject@@XZ @21639 NONAME ?Clone@H4501_GeneralErrorList@@UBEPAVPObject@@XZ @21640 NONAME ?Clone@H4501_H225InformationElement@@UBEPAVPObject@@XZ @21641 NONAME ?Clone@H4501_InterpretationApdu@@UBEPAVPObject@@XZ @21642 NONAME ?Clone@H4501_InvokeIDs@@UBEPAVPObject@@XZ @21643 NONAME ?Clone@H4501_InvokeIdSet@@UBEPAVPObject@@XZ @21644 NONAME ?Clone@H4501_NetworkFacilityExtension@@UBEPAVPObject@@XZ @21645 NONAME ?Clone@H4501_NSAPSubaddress@@UBEPAVPObject@@XZ @21646 NONAME ?Clone@H4501_NumberScreened@@UBEPAVPObject@@XZ @21647 NONAME ?Clone@H4501_PartySubaddress@@UBEPAVPObject@@XZ @21648 NONAME ?Clone@H4501_PresentationAllowedIndicator@@UBEPAVPObject@@XZ @21649 NONAME ?Clone@H4501_PresentedAddressScreened@@UBEPAVPObject@@XZ @21650 NONAME ?Clone@H4501_PresentedAddressUnscreened@@UBEPAVPObject@@XZ @21651 NONAME ?Clone@H4501_PresentedNumberScreened@@UBEPAVPObject@@XZ @21652 NONAME ?Clone@H4501_PresentedNumberUnscreened@@UBEPAVPObject@@XZ @21653 NONAME ?Clone@H4501_ScreeningIndicator@@UBEPAVPObject@@XZ @21654 NONAME ?Clone@H4501_ServiceApdus@@UBEPAVPObject@@XZ @21655 NONAME ?Clone@H4501_SubaddressInformation@@UBEPAVPObject@@XZ @21656 NONAME ?Clone@H4501_SupplementaryService@@UBEPAVPObject@@XZ @21657 NONAME ?Clone@H4501_UserSpecifiedSubaddress@@UBEPAVPObject@@XZ @21658 NONAME ?Clone@H4502_CallIdentity@@UBEPAVPObject@@XZ @21659 NONAME ?Clone@H4502_CallStatus@@UBEPAVPObject@@XZ @21660 NONAME ?Clone@H4502_CallTransferErrors@@UBEPAVPObject@@XZ @21661 NONAME ?Clone@H4502_CallTransferOperation@@UBEPAVPObject@@XZ @21662 NONAME ?Clone@H4502_CTActiveArg@@UBEPAVPObject@@XZ @21663 NONAME ?Clone@H4502_CTActiveArg_argumentExtension@@UBEPAVPObject@@XZ @21664 NONAME ?Clone@H4502_CTCompleteArg@@UBEPAVPObject@@XZ @21665 NONAME ?Clone@H4502_CTCompleteArg_argumentExtension@@UBEPAVPObject@@XZ @21666 NONAME ?Clone@H4502_CTIdentifyRes@@UBEPAVPObject@@XZ @21667 NONAME ?Clone@H4502_CTIdentifyRes_resultExtension@@UBEPAVPObject@@XZ @21668 NONAME ?Clone@H4502_CTInitiateArg@@UBEPAVPObject@@XZ @21669 NONAME ?Clone@H4502_CTInitiateArg_argumentExtension@@UBEPAVPObject@@XZ @21670 NONAME ?Clone@H4502_CTSetupArg@@UBEPAVPObject@@XZ @21671 NONAME ?Clone@H4502_CTSetupArg_argumentExtension@@UBEPAVPObject@@XZ @21672 NONAME ?Clone@H4502_CTUpdateArg@@UBEPAVPObject@@XZ @21673 NONAME ?Clone@H4502_CTUpdateArg_argumentExtension@@UBEPAVPObject@@XZ @21674 NONAME ?Clone@H4502_DummyArg@@UBEPAVPObject@@XZ @21675 NONAME ?Clone@H4502_DummyRes@@UBEPAVPObject@@XZ @21676 NONAME ?Clone@H4502_EndDesignation@@UBEPAVPObject@@XZ @21677 NONAME ?Clone@H4502_ExtensionSeq@@UBEPAVPObject@@XZ @21678 NONAME ?Clone@H4502_SubaddressTransferArg@@UBEPAVPObject@@XZ @21679 NONAME ?Clone@H4502_SubaddressTransferArg_argumentExtension@@UBEPAVPObject@@XZ @21680 NONAME ?Clone@H4503_BasicService@@UBEPAVPObject@@XZ @22748 NONAME ?Clone@H4503_CallDiversionErrors@@UBEPAVPObject@@XZ @22749 NONAME ?Clone@H4503_DiversionReason@@UBEPAVPObject@@XZ @22750 NONAME ?Clone@H4503_ExtensionSeq@@UBEPAVPObject@@XZ @22751 NONAME ?Clone@H4503_H323CallDiversionOperations@@UBEPAVPObject@@XZ @22752 NONAME ?Clone@H4503_IntResult@@UBEPAVPObject@@XZ @22753 NONAME ?Clone@H4503_IntResultList@@UBEPAVPObject@@XZ @22754 NONAME ?Clone@H4503_IntResult_extension@@UBEPAVPObject@@XZ @22755 NONAME ?Clone@H4503_Procedure@@UBEPAVPObject@@XZ @22756 NONAME ?Clone@H4503_SubscriptionOption@@UBEPAVPObject@@XZ @22757 NONAME ?Clone@H4504_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @22382 NONAME ?Clone@H4504_CallHoldOperation@@UBEPAVPObject@@XZ @22383 NONAME ?Clone@H4504_Extension@@UBEPAVPObject@@XZ @22384 NONAME ?Clone@H4504_HoldNotificArg@@UBEPAVPObject@@XZ @22385 NONAME ?Clone@H4504_MixedExtension@@UBEPAVPObject@@XZ @22386 NONAME ?Clone@H4504_RemoteHoldArg@@UBEPAVPObject@@XZ @22387 NONAME ?Clone@H4504_RemoteHoldRes@@UBEPAVPObject@@XZ @22388 NONAME ?Clone@H4504_RemoteRetrieveArg@@UBEPAVPObject@@XZ @22389 NONAME ?Clone@H4504_RemoteRetrieveRes@@UBEPAVPObject@@XZ @22390 NONAME ?Clone@H4504_RetrieveNotificArg@@UBEPAVPObject@@XZ @22391 NONAME ?Clone@H4505_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @23523 NONAME ?Clone@H4505_CallParkPickupOperations@@UBEPAVPObject@@XZ @23524 NONAME ?Clone@H4505_CallPickupErrors@@UBEPAVPObject@@XZ @23525 NONAME ?Clone@H4505_CallType@@UBEPAVPObject@@XZ @23526 NONAME ?Clone@H4505_CpickupNotifyArg@@UBEPAVPObject@@XZ @23527 NONAME ?Clone@H4505_CpNotifyArg@@UBEPAVPObject@@XZ @23528 NONAME ?Clone@H4505_CpRequestArg@@UBEPAVPObject@@XZ @23529 NONAME ?Clone@H4505_CpRequestRes@@UBEPAVPObject@@XZ @23530 NONAME ?Clone@H4505_CpSetupArg@@UBEPAVPObject@@XZ @23531 NONAME ?Clone@H4505_CpSetupRes@@UBEPAVPObject@@XZ @23532 NONAME ?Clone@H4505_GroupIndicationOffArg@@UBEPAVPObject@@XZ @23533 NONAME ?Clone@H4505_GroupIndicationOffRes@@UBEPAVPObject@@XZ @23534 NONAME ?Clone@H4505_GroupIndicationOnArg@@UBEPAVPObject@@XZ @23535 NONAME ?Clone@H4505_GroupIndicationOnRes@@UBEPAVPObject@@XZ @23536 NONAME ?Clone@H4505_ParkCondition@@UBEPAVPObject@@XZ @23537 NONAME ?Clone@H4505_ParkedToPosition@@UBEPAVPObject@@XZ @23538 NONAME ?Clone@H4505_PickExeArg@@UBEPAVPObject@@XZ @23539 NONAME ?Clone@H4505_PickExeRes@@UBEPAVPObject@@XZ @23540 NONAME ?Clone@H4505_PickrequArg@@UBEPAVPObject@@XZ @23541 NONAME ?Clone@H4505_PickrequRes@@UBEPAVPObject@@XZ @23542 NONAME ?Clone@H4505_PickupArg@@UBEPAVPObject@@XZ @23543 NONAME ?Clone@H4505_PickupRes@@UBEPAVPObject@@XZ @23544 NONAME ?Clone@H4506_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @23545 NONAME ?Clone@H4506_CallWaitingArg@@UBEPAVPObject@@XZ @23546 NONAME ?Clone@H4506_CallWaitingOperations@@UBEPAVPObject@@XZ @23547 NONAME ?Clone@H4507_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @23548 NONAME ?Clone@H4507_BasicService@@UBEPAVPObject@@XZ @23549 NONAME ?Clone@H4507_DummyRes@@UBEPAVPObject@@XZ @23550 NONAME ?Clone@H4507_H323_MWI_Operations@@UBEPAVPObject@@XZ @23551 NONAME ?Clone@H4507_MessageWaitingIndicationErrors@@UBEPAVPObject@@XZ @23552 NONAME ?Clone@H4507_MsgCentreId@@UBEPAVPObject@@XZ @23553 NONAME ?Clone@H4507_MWIActivateArg@@UBEPAVPObject@@XZ @23554 NONAME ?Clone@H4507_MWIDeactivateArg@@UBEPAVPObject@@XZ @23555 NONAME ?Clone@H4507_MWIInterrogateArg@@UBEPAVPObject@@XZ @23556 NONAME ?Clone@H4507_MWIInterrogateRes@@UBEPAVPObject@@XZ @23557 NONAME ?Clone@H4507_MWIInterrogateResElt@@UBEPAVPObject@@XZ @23558 NONAME ?Clone@H4507_NbOfMessages@@UBEPAVPObject@@XZ @23559 NONAME ?Clone@H4507_TimeStamp@@UBEPAVPObject@@XZ @23560 NONAME ?Clone@H4508_ExtendedName@@UBEPAVPObject@@XZ @23561 NONAME ?Clone@H4508_Name@@UBEPAVPObject@@XZ @23562 NONAME ?Clone@H4508_NameOperations@@UBEPAVPObject@@XZ @23563 NONAME ?Clone@H4508_NamePresentationAllowed@@UBEPAVPObject@@XZ @23564 NONAME ?Clone@H4508_NamePresentationRestricted@@UBEPAVPObject@@XZ @23565 NONAME ?Clone@H4508_SimpleName@@UBEPAVPObject@@XZ @23566 NONAME ?Clone@H4509_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @23567 NONAME ?Clone@H4509_CallCompletionErrors@@UBEPAVPObject@@XZ @23568 NONAME ?Clone@H4509_CcArg@@UBEPAVPObject@@XZ @23569 NONAME ?Clone@H4509_CcLongArg@@UBEPAVPObject@@XZ @23570 NONAME ?Clone@H4509_CcRequestArg@@UBEPAVPObject@@XZ @23571 NONAME ?Clone@H4509_CcRequestRes@@UBEPAVPObject@@XZ @23572 NONAME ?Clone@H4509_CcShortArg@@UBEPAVPObject@@XZ @23573 NONAME ?Clone@H4509_H323CallCompletionOperations@@UBEPAVPObject@@XZ @23574 NONAME ?Clone@H501PDU@@UBEPAVPObject@@XZ @37401 NONAME ?Clone@H501_AccessConfirmation@@UBEPAVPObject@@XZ @35999 NONAME ?Clone@H501_AccessRejection@@UBEPAVPObject@@XZ @36000 NONAME ?Clone@H501_AccessRejectionReason@@UBEPAVPObject@@XZ @36001 NONAME ?Clone@H501_AccessRequest@@UBEPAVPObject@@XZ @36002 NONAME ?Clone@H501_AccessToken@@UBEPAVPObject@@XZ @36003 NONAME ?Clone@H501_AddressTemplate@@UBEPAVPObject@@XZ @36004 NONAME ?Clone@H501_AlternatePE@@UBEPAVPObject@@XZ @36005 NONAME ?Clone@H501_AlternatePEInfo@@UBEPAVPObject@@XZ @36006 NONAME ?Clone@H501_ApplicationMessage@@UBEPAVPObject@@XZ @36007 NONAME ?Clone@H501_ArrayOf_AccessToken@@UBEPAVPObject@@XZ @36008 NONAME ?Clone@H501_ArrayOf_AddressTemplate@@UBEPAVPObject@@XZ @36009 NONAME ?Clone@H501_ArrayOf_AliasAddress@@UBEPAVPObject@@XZ @36010 NONAME ?Clone@H501_ArrayOf_AlternatePE@@UBEPAVPObject@@XZ @36011 NONAME ?Clone@H501_ArrayOf_CircuitIdentifier@@UBEPAVPObject@@XZ @36012 NONAME ?Clone@H501_ArrayOf_ClearToken@@UBEPAVPObject@@XZ @36013 NONAME ?Clone@H501_ArrayOf_ContactInformation@@UBEPAVPObject@@XZ @36014 NONAME ?Clone@H501_ArrayOf_CryptoH323Token@@UBEPAVPObject@@XZ @36015 NONAME ?Clone@H501_ArrayOf_Descriptor@@UBEPAVPObject@@XZ @36016 NONAME ?Clone@H501_ArrayOf_DescriptorInfo@@UBEPAVPObject@@XZ @36018 NONAME ?Clone@H501_ArrayOf_GenericData@@UBEPAVPObject@@XZ @36019 NONAME ?Clone@H501_ArrayOf_GloballyUniqueID@@UBEPAVPObject@@XZ @36958 NONAME ?Clone@H501_ArrayOf_NonStandardParameter@@UBEPAVPObject@@XZ @36020 NONAME ?Clone@H501_ArrayOf_PASN_ObjectId@@UBEPAVPObject@@XZ @36021 NONAME ?Clone@H501_ArrayOf_Pattern@@UBEPAVPObject@@XZ @36022 NONAME ?Clone@H501_ArrayOf_PriceElement@@UBEPAVPObject@@XZ @36023 NONAME ?Clone@H501_ArrayOf_PriceInfoSpec@@UBEPAVPObject@@XZ @36024 NONAME ?Clone@H501_ArrayOf_RouteInformation@@UBEPAVPObject@@XZ @36025 NONAME ?Clone@H501_ArrayOf_SecurityMode@@UBEPAVPObject@@XZ @36026 NONAME ?Clone@H501_ArrayOf_ServiceControlSession@@UBEPAVPObject@@XZ @36027 NONAME ?Clone@H501_ArrayOf_SupportedProtocols@@UBEPAVPObject@@XZ @36028 NONAME ?Clone@H501_ArrayOf_TransportAddress@@UBEPAVPObject@@XZ @36029 NONAME ?Clone@H501_ArrayOf_UpdateInformation@@UBEPAVPObject@@XZ @36030 NONAME ?Clone@H501_ArrayOf_UsageField@@UBEPAVPObject@@XZ @36031 NONAME ?Clone@H501_AuthenticationConfirmation@@UBEPAVPObject@@XZ @36032 NONAME ?Clone@H501_AuthenticationRejection@@UBEPAVPObject@@XZ @36033 NONAME ?Clone@H501_AuthenticationRejectionReason@@UBEPAVPObject@@XZ @36034 NONAME ?Clone@H501_AuthenticationRequest@@UBEPAVPObject@@XZ @36035 NONAME ?Clone@H501_CallInformation@@UBEPAVPObject@@XZ @36036 NONAME ?Clone@H501_ContactInformation@@UBEPAVPObject@@XZ @36037 NONAME ?Clone@H501_Descriptor@@UBEPAVPObject@@XZ @36038 NONAME ?Clone@H501_DescriptorConfirmation@@UBEPAVPObject@@XZ @36039 NONAME ?Clone@H501_DescriptorIDConfirmation@@UBEPAVPObject@@XZ @36041 NONAME ?Clone@H501_DescriptorIDRejection@@UBEPAVPObject@@XZ @36042 NONAME ?Clone@H501_DescriptorIDRejectionReason@@UBEPAVPObject@@XZ @36043 NONAME ?Clone@H501_DescriptorIDRequest@@UBEPAVPObject@@XZ @36044 NONAME ?Clone@H501_DescriptorInfo@@UBEPAVPObject@@XZ @36045 NONAME ?Clone@H501_DescriptorRejection@@UBEPAVPObject@@XZ @36046 NONAME ?Clone@H501_DescriptorRejectionReason@@UBEPAVPObject@@XZ @36047 NONAME ?Clone@H501_DescriptorRequest@@UBEPAVPObject@@XZ @36048 NONAME ?Clone@H501_DescriptorUpdate@@UBEPAVPObject@@XZ @36049 NONAME ?Clone@H501_DescriptorUpdateAck@@UBEPAVPObject@@XZ @36050 NONAME ?Clone@H501_ElementIdentifier@@UBEPAVPObject@@XZ @36051 NONAME ?Clone@H501_GlobalTimeStamp@@UBEPAVPObject@@XZ @36052 NONAME ?Clone@H501_Message@@UBEPAVPObject@@XZ @36053 NONAME ?Clone@H501_MessageBody@@UBEPAVPObject@@XZ @36054 NONAME ?Clone@H501_MessageCommonInfo@@UBEPAVPObject@@XZ @36055 NONAME ?Clone@H501_NonStandardConfirmation@@UBEPAVPObject@@XZ @36056 NONAME ?Clone@H501_NonStandardRejection@@UBEPAVPObject@@XZ @36057 NONAME ?Clone@H501_NonStandardRejectionReason@@UBEPAVPObject@@XZ @36058 NONAME ?Clone@H501_NonStandardRequest@@UBEPAVPObject@@XZ @36059 NONAME ?Clone@H501_PartyInformation@@UBEPAVPObject@@XZ @36060 NONAME ?Clone@H501_Pattern@@UBEPAVPObject@@XZ @36061 NONAME ?Clone@H501_Pattern_range@@UBEPAVPObject@@XZ @36062 NONAME ?Clone@H501_PriceElement@@UBEPAVPObject@@XZ @36063 NONAME ?Clone@H501_PriceElement_units@@UBEPAVPObject@@XZ @36064 NONAME ?Clone@H501_PriceInfoSpec@@UBEPAVPObject@@XZ @36065 NONAME ?Clone@H501_ProtocolVersion@@UBEPAVPObject@@XZ @36066 NONAME ?Clone@H501_RequestInProgress@@UBEPAVPObject@@XZ @36067 NONAME ?Clone@H501_Role@@UBEPAVPObject@@XZ @36068 NONAME ?Clone@H501_RouteInformation@@UBEPAVPObject@@XZ @36069 NONAME ?Clone@H501_RouteInformation_messageType@@UBEPAVPObject@@XZ @36070 NONAME ?Clone@H501_SecurityMode@@UBEPAVPObject@@XZ @36071 NONAME ?Clone@H501_ServiceConfirmation@@UBEPAVPObject@@XZ @36072 NONAME ?Clone@H501_ServiceRejection@@UBEPAVPObject@@XZ @36074 NONAME ?Clone@H501_ServiceRejectionReason@@UBEPAVPObject@@XZ @36075 NONAME ?Clone@H501_ServiceRelease@@UBEPAVPObject@@XZ @36076 NONAME ?Clone@H501_ServiceReleaseReason@@UBEPAVPObject@@XZ @36077 NONAME ?Clone@H501_ServiceRequest@@UBEPAVPObject@@XZ @36078 NONAME ?Clone@H501_TerminationCause@@UBEPAVPObject@@XZ @36079 NONAME ?Clone@H501_TimeZone@@UBEPAVPObject@@XZ @36080 NONAME ?Clone@H501_UnknownMessageReason@@UBEPAVPObject@@XZ @36081 NONAME ?Clone@H501_UnknownMessageResponse@@UBEPAVPObject@@XZ @36082 NONAME ?Clone@H501_UpdateInformation@@UBEPAVPObject@@XZ @36083 NONAME ?Clone@H501_UpdateInformation_descriptorInfo@@UBEPAVPObject@@XZ @36084 NONAME ?Clone@H501_UpdateInformation_updateType@@UBEPAVPObject@@XZ @36085 NONAME ?Clone@H501_UsageCallStatus@@UBEPAVPObject@@XZ @36086 NONAME ?Clone@H501_UsageConfirmation@@UBEPAVPObject@@XZ @36087 NONAME ?Clone@H501_UsageField@@UBEPAVPObject@@XZ @36088 NONAME ?Clone@H501_UsageIndication@@UBEPAVPObject@@XZ @36089 NONAME ?Clone@H501_UsageIndicationConfirmation@@UBEPAVPObject@@XZ @36090 NONAME ?Clone@H501_UsageIndicationRejection@@UBEPAVPObject@@XZ @36091 NONAME ?Clone@H501_UsageIndicationRejectionReason@@UBEPAVPObject@@XZ @36092 NONAME ?Clone@H501_UsageRejection@@UBEPAVPObject@@XZ @36093 NONAME ?Clone@H501_UsageRejectReason@@UBEPAVPObject@@XZ @36094 NONAME ?Clone@H501_UsageRequest@@UBEPAVPObject@@XZ @36095 NONAME ?Clone@H501_UsageSpecification@@UBEPAVPObject@@XZ @36096 NONAME ?Clone@H501_UsageSpecification_when@@UBEPAVPObject@@XZ @36097 NONAME ?Clone@H501_UserInformation@@UBEPAVPObject@@XZ @36098 NONAME ?Clone@H501_ValidationConfirmation@@UBEPAVPObject@@XZ @36099 NONAME ?Clone@H501_ValidationRejection@@UBEPAVPObject@@XZ @36100 NONAME ?Clone@H501_ValidationRejectionReason@@UBEPAVPObject@@XZ @36101 NONAME ?Clone@H501_ValidationRequest@@UBEPAVPObject@@XZ @36102 NONAME ?Clone@MCS_ArrayOf_ChannelAttributes@@UBEPAVPObject@@XZ @9669 NONAME ?Clone@MCS_ArrayOf_ChannelId@@UBEPAVPObject@@XZ @9670 NONAME ?Clone@MCS_ArrayOf_TokenAttributes@@UBEPAVPObject@@XZ @9671 NONAME ?Clone@MCS_ArrayOf_TokenId@@UBEPAVPObject@@XZ @9672 NONAME ?Clone@MCS_ArrayOf_UserId@@UBEPAVPObject@@XZ @9673 NONAME ?Clone@MCS_AssignedChannelId@@UBEPAVPObject@@XZ @9674 NONAME ?Clone@MCS_AUcf@@UBEPAVPObject@@XZ @9675 NONAME ?Clone@MCS_AUrq@@UBEPAVPObject@@XZ @9676 NONAME ?Clone@MCS_CAin@@UBEPAVPObject@@XZ @9677 NONAME ?Clone@MCS_CArq@@UBEPAVPObject@@XZ @9678 NONAME ?Clone@MCS_CCcf@@UBEPAVPObject@@XZ @9679 NONAME ?Clone@MCS_CCrq@@UBEPAVPObject@@XZ @9680 NONAME ?Clone@MCS_CDin@@UBEPAVPObject@@XZ @9681 NONAME ?Clone@MCS_CDrq@@UBEPAVPObject@@XZ @9682 NONAME ?Clone@MCS_CEin@@UBEPAVPObject@@XZ @9683 NONAME ?Clone@MCS_CErq@@UBEPAVPObject@@XZ @9684 NONAME ?Clone@MCS_ChannelAttributes@@UBEPAVPObject@@XZ @9685 NONAME ?Clone@MCS_ChannelAttributes_assigned@@UBEPAVPObject@@XZ @9686 NONAME ?Clone@MCS_ChannelAttributes_private@@UBEPAVPObject@@XZ @9687 NONAME ?Clone@MCS_ChannelAttributes_static@@UBEPAVPObject@@XZ @9688 NONAME ?Clone@MCS_ChannelAttributes_userId@@UBEPAVPObject@@XZ @9689 NONAME ?Clone@MCS_ChannelId@@UBEPAVPObject@@XZ @9690 NONAME ?Clone@MCS_CJcf@@UBEPAVPObject@@XZ @9691 NONAME ?Clone@MCS_CJrq@@UBEPAVPObject@@XZ @9692 NONAME ?Clone@MCS_CLrq@@UBEPAVPObject@@XZ @9693 NONAME ?Clone@MCS_ConnectMCSPDU@@UBEPAVPObject@@XZ @9694 NONAME ?Clone@MCS_Connect_Additional@@UBEPAVPObject@@XZ @9695 NONAME ?Clone@MCS_Connect_Initial@@UBEPAVPObject@@XZ @9696 NONAME ?Clone@MCS_Connect_Response@@UBEPAVPObject@@XZ @9697 NONAME ?Clone@MCS_Connect_Result@@UBEPAVPObject@@XZ @9698 NONAME ?Clone@MCS_DataPriority@@UBEPAVPObject@@XZ @9699 NONAME ?Clone@MCS_Diagnostic@@UBEPAVPObject@@XZ @9700 NONAME ?Clone@MCS_DomainMCSPDU@@UBEPAVPObject@@XZ @9701 NONAME ?Clone@MCS_DomainParameters@@UBEPAVPObject@@XZ @9702 NONAME ?Clone@MCS_DPum@@UBEPAVPObject@@XZ @9703 NONAME ?Clone@MCS_DUin@@UBEPAVPObject@@XZ @9704 NONAME ?Clone@MCS_DUrq@@UBEPAVPObject@@XZ @9705 NONAME ?Clone@MCS_DynamicChannelId@@UBEPAVPObject@@XZ @9706 NONAME ?Clone@MCS_EDrq@@UBEPAVPObject@@XZ @9707 NONAME ?Clone@MCS_MCcf@@UBEPAVPObject@@XZ @9708 NONAME ?Clone@MCS_MCrq@@UBEPAVPObject@@XZ @9709 NONAME ?Clone@MCS_MTcf@@UBEPAVPObject@@XZ @9710 NONAME ?Clone@MCS_MTrq@@UBEPAVPObject@@XZ @9711 NONAME ?Clone@MCS_PCin@@UBEPAVPObject@@XZ @9712 NONAME ?Clone@MCS_PDin@@UBEPAVPObject@@XZ @9713 NONAME ?Clone@MCS_PrivateChannelId@@UBEPAVPObject@@XZ @9714 NONAME ?Clone@MCS_PTin@@UBEPAVPObject@@XZ @9715 NONAME ?Clone@MCS_Reason@@UBEPAVPObject@@XZ @9716 NONAME ?Clone@MCS_Result@@UBEPAVPObject@@XZ @9717 NONAME ?Clone@MCS_RJum@@UBEPAVPObject@@XZ @9718 NONAME ?Clone@MCS_SDin@@UBEPAVPObject@@XZ @9719 NONAME ?Clone@MCS_SDrq@@UBEPAVPObject@@XZ @9720 NONAME ?Clone@MCS_Segmentation@@UBEPAVPObject@@XZ @9721 NONAME ?Clone@MCS_StaticChannelId@@UBEPAVPObject@@XZ @9722 NONAME ?Clone@MCS_TGcf@@UBEPAVPObject@@XZ @9723 NONAME ?Clone@MCS_TGrq@@UBEPAVPObject@@XZ @9724 NONAME ?Clone@MCS_TIcf@@UBEPAVPObject@@XZ @9725 NONAME ?Clone@MCS_TIrq@@UBEPAVPObject@@XZ @9726 NONAME ?Clone@MCS_TokenAttributes@@UBEPAVPObject@@XZ @9727 NONAME ?Clone@MCS_TokenAttributes_given@@UBEPAVPObject@@XZ @9728 NONAME ?Clone@MCS_TokenAttributes_giving@@UBEPAVPObject@@XZ @9729 NONAME ?Clone@MCS_TokenAttributes_grabbed@@UBEPAVPObject@@XZ @9730 NONAME ?Clone@MCS_TokenAttributes_inhibited@@UBEPAVPObject@@XZ @9731 NONAME ?Clone@MCS_TokenAttributes_ungivable@@UBEPAVPObject@@XZ @9732 NONAME ?Clone@MCS_TokenId@@UBEPAVPObject@@XZ @9733 NONAME ?Clone@MCS_TokenStatus@@UBEPAVPObject@@XZ @9734 NONAME ?Clone@MCS_TPin@@UBEPAVPObject@@XZ @9735 NONAME ?Clone@MCS_TPrq@@UBEPAVPObject@@XZ @9736 NONAME ?Clone@MCS_TRcf@@UBEPAVPObject@@XZ @9737 NONAME ?Clone@MCS_TRrq@@UBEPAVPObject@@XZ @9738 NONAME ?Clone@MCS_TTcf@@UBEPAVPObject@@XZ @9739 NONAME ?Clone@MCS_TTrq@@UBEPAVPObject@@XZ @9740 NONAME ?Clone@MCS_TVcf@@UBEPAVPObject@@XZ @9741 NONAME ?Clone@MCS_TVin@@UBEPAVPObject@@XZ @9742 NONAME ?Clone@MCS_TVrq@@UBEPAVPObject@@XZ @9743 NONAME ?Clone@MCS_TVrs@@UBEPAVPObject@@XZ @9744 NONAME ?Clone@MCS_UserId@@UBEPAVPObject@@XZ @9745 NONAME ?Clone@MCS_USin@@UBEPAVPObject@@XZ @9746 NONAME ?Clone@MCS_USrq@@UBEPAVPObject@@XZ @9747 NONAME ?Clone@MXRecordList@PDNS@@UBEPAVPObject@@XZ @52458 NONAME ?Clone@OpalGloballyUniqueID@@UBEPAVPObject@@XZ @20704 NONAME ?Clone@SRVRecordList@PDNS@@UBEPAVPObject@@XZ @52459 NONAME ?Clone@T38_ArrayOf_PASN_OctetString@@UBEPAVPObject@@XZ @28180 NONAME ?Clone@T38_Data_Field@@UBEPAVPObject@@XZ @28181 NONAME ?Clone@T38_Data_Field_subtype@@UBEPAVPObject@@XZ @28182 NONAME ?Clone@T38_Data_Field_subtype_field_type@@UBEPAVPObject@@XZ @28183 NONAME ?Clone@T38_IFPPacket@@UBEPAVPObject@@XZ @28184 NONAME ?Clone@T38_PreCorrigendum_Data_Field@@UBEPAVPObject@@XZ @31731 NONAME ?Clone@T38_PreCorrigendum_Data_Field_subtype@@UBEPAVPObject@@XZ @31732 NONAME ?Clone@T38_PreCorrigendum_Data_Field_subtype_field_type@@UBEPAVPObject@@XZ @31733 NONAME ?Clone@T38_PreCorrigendum_IFPPacket@@UBEPAVPObject@@XZ @31734 NONAME ?Clone@T38_Type_of_msg@@UBEPAVPObject@@XZ @28185 NONAME ?Clone@T38_Type_of_msg_data@@UBEPAVPObject@@XZ @28186 NONAME ?Clone@T38_Type_of_msg_t30_indicator@@UBEPAVPObject@@XZ @28187 NONAME ?Clone@T38_UDPTLPacket@@UBEPAVPObject@@XZ @28188 NONAME ?Clone@T38_UDPTLPacket_error_recovery@@UBEPAVPObject@@XZ @28189 NONAME ?Clone@T38_UDPTLPacket_error_recovery_fec_info@@UBEPAVPObject@@XZ @28190 NONAME ?Clone@T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@UBEPAVPObject@@XZ @28191 NONAME ?Clone@T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@UBEPAVPObject@@XZ @28192 NONAME ?Clone@T38_UDPTLPacket_primary_ifp_packet@@UBEPAVPObject@@XZ @28193 NONAME ?Clone@X880_Code@@UBEPAVPObject@@XZ @21681 NONAME ?Clone@X880_GeneralProblem@@UBEPAVPObject@@XZ @21682 NONAME ?Clone@X880_Invoke@@UBEPAVPObject@@XZ @21683 NONAME ?Clone@X880_InvokeId@@UBEPAVPObject@@XZ @21684 NONAME ?Clone@X880_InvokeProblem@@UBEPAVPObject@@XZ @21685 NONAME ?Clone@X880_Reject@@UBEPAVPObject@@XZ @21686 NONAME ?Clone@X880_RejectProblem@@UBEPAVPObject@@XZ @21687 NONAME ?Clone@X880_Reject_problem@@UBEPAVPObject@@XZ @21688 NONAME ?Clone@X880_ReturnError@@UBEPAVPObject@@XZ @21689 NONAME ?Clone@X880_ReturnErrorProblem@@UBEPAVPObject@@XZ @21690 NONAME ?Clone@X880_ReturnResult@@UBEPAVPObject@@XZ @21691 NONAME ?Clone@X880_ReturnResultProblem@@UBEPAVPObject@@XZ @21692 NONAME ?Clone@X880_ReturnResult_result@@UBEPAVPObject@@XZ @21693 NONAME ?Clone@X880_ROS@@UBEPAVPObject@@XZ @21694 NONAME ?ClonePDU@H323RasPDU@@UBEPAVH323TransactionPDU@@XZ @37514 NONAME ?ClonePDU@H501PDU@@UBEPAVH323TransactionPDU@@XZ @37515 NONAME ?Close@H245NegLogicalChannel@@UAEHXZ @29116 NONAME ?Close@H245NegLogicalChannels@@UAEHIH@Z @29117 NONAME ?Close@H323AudioCodec@@UAEXXZ @9750 NONAME ?Close@H323ListenerTCP@@UAEHXZ @9751 NONAME ?Close@H323Transport@@UAEHXZ @9752 NONAME ?Close@H323TransportTCP@@UAEHXZ @20573 NONAME ?Close@H323VideoCodec@@UAEXXZ @9753 NONAME ?Close@OpalIxJDevice@@UAEHXZ @9755 NONAME ?Close@OpalLineChannel@@UAEHXZ @9756 NONAME ?Close@OpalLineInterfaceDevice@@UAEHXZ @9757 NONAME ?Close@OpalUSBDevice@@UAEHXZ @52460 NONAME ?Close@OpalVoipBlasterDevice@@UAEHXZ @29752 NONAME ?Close@OpalVXMLSession@@UAEHXZ @31449 NONAME ?Close@RTP_UDP@@UAEXH@Z @9759 NONAME ?CloseAllLogicalChannels@H323Connection@@UAEXH@Z @29609 NONAME ?CloseCommand@VoipBlasterInterface@@QAEHXZ @29753 NONAME ?CloseData@VoipBlasterInterface@@QAEHXZ @29754 NONAME ?CloseLogicalChannel@H323Connection@@UAEXIH@Z @9760 NONAME ?CloseLogicalChannelNumber@H323Connection@@UAEXABVH323ChannelNumber@@@Z @17547 NONAME ?CloseRawDataChannel@H323Codec@@UAEHXZ @20496 NONAME ?CloseTimeout@VoipBlasterInterface@@UAEXAAVPTimer@@H@Z @29755 NONAME ?CloseWhileLocked@H245NegLogicalChannel@@MAEHXZ @20755 NONAME ?COLZAG@@3QBEB @9761 NONAME ?Compare@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27771 NONAME ?Compare@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27772 NONAME ?Compare@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27773 NONAME ?Compare@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27774 NONAME ?Compare@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27775 NONAME ?Compare@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27776 NONAME ?Compare@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27777 NONAME ?Compare@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27778 NONAME ?Compare@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27779 NONAME ?Compare@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27780 NONAME ?Compare@AlternateInfo@H323Gatekeeper@@QAE?AW4Comparison@PObject@@ABV4@@Z @30828 NONAME ?Compare@GCC_ApplicationInvokeIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @9772 NONAME ?Compare@GCC_ApplicationInvokeSpecifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @9773 NONAME ?Compare@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @9774 NONAME ?Compare@GCC_ApplicationRecord@@UBE?AW4Comparison@PObject@@ABV3@@Z @9775 NONAME ?Compare@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @9776 NONAME ?Compare@GCC_ChallengeItem@@UBE?AW4Comparison@PObject@@ABV3@@Z @9777 NONAME ?Compare@GCC_ChallengeRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9778 NONAME ?Compare@GCC_ChallengeResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9779 NONAME ?Compare@GCC_ConductorAssignIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @9780 NONAME ?Compare@GCC_ConductorPermissionAskIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @9781 NONAME ?Compare@GCC_ConductorPermissionGrantIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @9782 NONAME ?Compare@GCC_ConferenceAddRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9783 NONAME ?Compare@GCC_ConferenceAddResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9784 NONAME ?Compare@GCC_ConferenceAssistanceIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @9785 NONAME ?Compare@GCC_ConferenceCreateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9786 NONAME ?Compare@GCC_ConferenceCreateResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9787 NONAME ?Compare@GCC_ConferenceDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @9788 NONAME ?Compare@GCC_ConferenceEjectUserIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @9789 NONAME ?Compare@GCC_ConferenceEjectUserRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9790 NONAME ?Compare@GCC_ConferenceEjectUserResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9791 NONAME ?Compare@GCC_ConferenceInviteRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9792 NONAME ?Compare@GCC_ConferenceInviteResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9793 NONAME ?Compare@GCC_ConferenceJoinRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9794 NONAME ?Compare@GCC_ConferenceJoinResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9795 NONAME ?Compare@GCC_ConferenceLockResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9796 NONAME ?Compare@GCC_ConferenceName@@UBE?AW4Comparison@PObject@@ABV3@@Z @9797 NONAME ?Compare@GCC_ConferencePriority@@UBE?AW4Comparison@PObject@@ABV3@@Z @9798 NONAME ?Compare@GCC_ConferenceQueryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9799 NONAME ?Compare@GCC_ConferenceQueryResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9800 NONAME ?Compare@GCC_ConferenceTerminateIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @9801 NONAME ?Compare@GCC_ConferenceTerminateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9802 NONAME ?Compare@GCC_ConferenceTerminateResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9803 NONAME ?Compare@GCC_ConferenceTimeExtendIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @9804 NONAME ?Compare@GCC_ConferenceTimeInquireIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @9805 NONAME ?Compare@GCC_ConferenceTimeRemainingIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @9806 NONAME ?Compare@GCC_ConferenceTransferIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @9807 NONAME ?Compare@GCC_ConferenceTransferRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9808 NONAME ?Compare@GCC_ConferenceTransferResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9809 NONAME ?Compare@GCC_ConferenceUnlockResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9810 NONAME ?Compare@GCC_ConnectData@@UBE?AW4Comparison@PObject@@ABV3@@Z @9811 NONAME ?Compare@GCC_FunctionNotSupportedResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9812 NONAME ?Compare@GCC_NetworkAddress_subtype_aggregatedChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @9813 NONAME ?Compare@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBE?AW4Comparison@PObject@@ABV3@@Z @9814 NONAME ?Compare@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBE?AW4Comparison@PObject@@ABV3@@Z @9815 NONAME ?Compare@GCC_NetworkAddress_subtype_transportConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @9816 NONAME ?Compare@GCC_NodeProperties@@UBE?AW4Comparison@PObject@@ABV3@@Z @9817 NONAME ?Compare@GCC_NodeRecord@@UBE?AW4Comparison@PObject@@ABV3@@Z @9818 NONAME ?Compare@GCC_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @9819 NONAME ?Compare@GCC_NonStandardPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @9820 NONAME ?Compare@GCC_Password@@UBE?AW4Comparison@PObject@@ABV3@@Z @9821 NONAME ?Compare@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9822 NONAME ?Compare@GCC_RegistryAllocateHandleRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9823 NONAME ?Compare@GCC_RegistryAllocateHandleResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9824 NONAME ?Compare@GCC_RegistryAssignTokenRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9825 NONAME ?Compare@GCC_RegistryDeleteEntryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9826 NONAME ?Compare@GCC_RegistryEntryOwner_owned@@UBE?AW4Comparison@PObject@@ABV3@@Z @9827 NONAME ?Compare@GCC_RegistryKey@@UBE?AW4Comparison@PObject@@ABV3@@Z @9828 NONAME ?Compare@GCC_RegistryMonitorEntryIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @9829 NONAME ?Compare@GCC_RegistryMonitorEntryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9830 NONAME ?Compare@GCC_RegistryRegisterChannelRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9831 NONAME ?Compare@GCC_RegistryResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9832 NONAME ?Compare@GCC_RegistryRetrieveEntryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9833 NONAME ?Compare@GCC_RegistrySetParameterRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9834 NONAME ?Compare@GCC_RosterUpdateIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @9835 NONAME ?Compare@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @9836 NONAME ?Compare@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @9837 NONAME ?Compare@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @9838 NONAME ?Compare@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @9839 NONAME ?Compare@GCC_RosterUpdateIndication_nodeInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @9840 NONAME ?Compare@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @9841 NONAME ?Compare@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @9842 NONAME ?Compare@GCC_SessionKey@@UBE?AW4Comparison@PObject@@ABV3@@Z @9843 NONAME ?Compare@GCC_TextMessageIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @9844 NONAME ?Compare@GCC_UserData_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @9845 NONAME ?Compare@GCC_UserIDIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @9846 NONAME ?Compare@H225_AddressPattern_range@@UBE?AW4Comparison@PObject@@ABV3@@Z @25984 NONAME ?Compare@H225_AdmissionConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @9847 NONAME ?Compare@H225_AdmissionReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @9848 NONAME ?Compare@H225_AdmissionRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9849 NONAME ?Compare@H225_Alerting_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @9850 NONAME ?Compare@H225_AlternateGK@@UBE?AW4Comparison@PObject@@ABV3@@Z @9851 NONAME ?Compare@H225_AlternateTransportAddresses@@UBE?AW4Comparison@PObject@@ABV3@@Z @25985 NONAME ?Compare@H225_AltGKInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @9852 NONAME ?Compare@H225_ANSI_41_UIM@@UBE?AW4Comparison@PObject@@ABV3@@Z @25986 NONAME ?Compare@H225_BandwidthConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @9853 NONAME ?Compare@H225_BandwidthDetails@@UBE?AW4Comparison@PObject@@ABV3@@Z @25987 NONAME ?Compare@H225_BandwidthReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @9854 NONAME ?Compare@H225_BandwidthRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9855 NONAME ?Compare@H225_CallCapacity@@UBE?AW4Comparison@PObject@@ABV3@@Z @25988 NONAME ?Compare@H225_CallCapacityInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @25989 NONAME ?Compare@H225_CallCreditCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @25990 NONAME ?Compare@H225_CallCreditServiceControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @25991 NONAME ?Compare@H225_CallIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @9856 NONAME ?Compare@H225_CallLinkage@@UBE?AW4Comparison@PObject@@ABV3@@Z @25992 NONAME ?Compare@H225_CallProceeding_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @9857 NONAME ?Compare@H225_CallsAvailable@@UBE?AW4Comparison@PObject@@ABV3@@Z @25993 NONAME ?Compare@H225_CapacityReportingCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @25994 NONAME ?Compare@H225_CapacityReportingSpecification@@UBE?AW4Comparison@PObject@@ABV3@@Z @25995 NONAME ?Compare@H225_CapacityReportingSpecification_when@@UBE?AW4Comparison@PObject@@ABV3@@Z @25996 NONAME ?Compare@H225_CarrierInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @38690 NONAME ?Compare@H225_CicInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @25997 NONAME ?Compare@H225_CircuitIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @38297 NONAME ?Compare@H225_CircuitInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @25998 NONAME ?Compare@H225_ConferenceList@@UBE?AW4Comparison@PObject@@ABV3@@Z @9858 NONAME ?Compare@H225_Connect_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @9859 NONAME ?Compare@H225_CryptoH323Token_cryptoEPPwdHash@@UBE?AW4Comparison@PObject@@ABV3@@Z @9860 NONAME ?Compare@H225_CryptoH323Token_cryptoGKPwdHash@@UBE?AW4Comparison@PObject@@ABV3@@Z @9861 NONAME ?Compare@H225_DataRate@@UBE?AW4Comparison@PObject@@ABV3@@Z @9862 NONAME ?Compare@H225_DisengageConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @9863 NONAME ?Compare@H225_DisengageReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @9864 NONAME ?Compare@H225_DisengageRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9865 NONAME ?Compare@H225_Endpoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @9866 NONAME ?Compare@H225_EndpointType@@UBE?AW4Comparison@PObject@@ABV3@@Z @9867 NONAME ?Compare@H225_EnumeratedParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @25999 NONAME ?Compare@H225_ExtendedAliasAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @26000 NONAME ?Compare@H225_Facility_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @9868 NONAME ?Compare@H225_FeatureSet@@UBE?AW4Comparison@PObject@@ABV3@@Z @26001 NONAME ?Compare@H225_GatekeeperConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @9869 NONAME ?Compare@H225_GatekeeperInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @9870 NONAME ?Compare@H225_GatekeeperReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @9871 NONAME ?Compare@H225_GatekeeperRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9872 NONAME ?Compare@H225_GatewayInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @9873 NONAME ?Compare@H225_GenericData@@UBE?AW4Comparison@PObject@@ABV3@@Z @26002 NONAME ?Compare@H225_GroupID@@UBE?AW4Comparison@PObject@@ABV3@@Z @26003 NONAME ?Compare@H225_GSM_UIM@@UBE?AW4Comparison@PObject@@ABV3@@Z @26004 NONAME ?Compare@H225_H221NonStandard@@UBE?AW4Comparison@PObject@@ABV3@@Z @9874 NONAME ?Compare@H225_H310Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @9875 NONAME ?Compare@H225_H320Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @9876 NONAME ?Compare@H225_H321Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @9877 NONAME ?Compare@H225_H322Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @9878 NONAME ?Compare@H225_H323Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @9879 NONAME ?Compare@H225_H323_UserInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @9880 NONAME ?Compare@H225_H323_UserInformation_user_data@@UBE?AW4Comparison@PObject@@ABV3@@Z @9881 NONAME ?Compare@H225_H323_UU_PDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @9882 NONAME ?Compare@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @26005 NONAME ?Compare@H225_H324Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @9883 NONAME ?Compare@H225_ICV@@UBE?AW4Comparison@PObject@@ABV3@@Z @9884 NONAME ?Compare@H225_InfoRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9885 NONAME ?Compare@H225_InfoRequestAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @9886 NONAME ?Compare@H225_InfoRequestNak@@UBE?AW4Comparison@PObject@@ABV3@@Z @9887 NONAME ?Compare@H225_InfoRequestResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9888 NONAME ?Compare@H225_InfoRequestResponse_perCallInfo_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @9889 NONAME ?Compare@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @9890 NONAME ?Compare@H225_Information_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @9891 NONAME ?Compare@H225_LocationConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @9892 NONAME ?Compare@H225_LocationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @9893 NONAME ?Compare@H225_LocationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9894 NONAME ?Compare@H225_McuInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @9895 NONAME ?Compare@H225_NonStandardMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @9896 NONAME ?Compare@H225_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @9897 NONAME ?Compare@H225_NonStandardProtocol@@UBE?AW4Comparison@PObject@@ABV3@@Z @9898 NONAME ?Compare@H225_Notify_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @26006 NONAME ?Compare@H225_PrivatePartyNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @9899 NONAME ?Compare@H225_Progress_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @9900 NONAME ?Compare@H225_PublicPartyNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @9901 NONAME ?Compare@H225_Q954Details@@UBE?AW4Comparison@PObject@@ABV3@@Z @9902 NONAME ?Compare@H225_QseriesOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @9903 NONAME ?Compare@H225_RasUsageInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @26007 NONAME ?Compare@H225_RasUsageInfoTypes@@UBE?AW4Comparison@PObject@@ABV3@@Z @26008 NONAME ?Compare@H225_RasUsageSpecification@@UBE?AW4Comparison@PObject@@ABV3@@Z @26009 NONAME ?Compare@H225_RasUsageSpecification_callStartingPoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @26010 NONAME ?Compare@H225_RasUsageSpecification_when@@UBE?AW4Comparison@PObject@@ABV3@@Z @26011 NONAME ?Compare@H225_RegistrationConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @9904 NONAME ?Compare@H225_RegistrationConfirm_preGrantedARQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @9905 NONAME ?Compare@H225_RegistrationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @9906 NONAME ?Compare@H225_RegistrationRejectReason_invalidTerminalAliases@@UBE?AW4Comparison@PObject@@ABV3@@Z @26012 NONAME ?Compare@H225_RegistrationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9907 NONAME ?Compare@H225_ReleaseComplete_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @9908 NONAME ?Compare@H225_RequestInProgress@@UBE?AW4Comparison@PObject@@ABV3@@Z @9909 NONAME ?Compare@H225_ResourcesAvailableConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @9910 NONAME ?Compare@H225_ResourcesAvailableIndicate@@UBE?AW4Comparison@PObject@@ABV3@@Z @9911 NONAME ?Compare@H225_RTPSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @9912 NONAME ?Compare@H225_SecurityCapabilities@@UBE?AW4Comparison@PObject@@ABV3@@Z @9913 NONAME ?Compare@H225_ServiceControlIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @26013 NONAME ?Compare@H225_ServiceControlIndication_callSpecific@@UBE?AW4Comparison@PObject@@ABV3@@Z @26014 NONAME ?Compare@H225_ServiceControlResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @26015 NONAME ?Compare@H225_ServiceControlSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @26016 NONAME ?Compare@H225_SetupAcknowledge_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @26017 NONAME ?Compare@H225_Setup_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @9914 NONAME ?Compare@H225_Setup_UUIE_connectionParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @26018 NONAME ?Compare@H225_SIPCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @38691 NONAME ?Compare@H225_StatusInquiry_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @26019 NONAME ?Compare@H225_Status_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @26020 NONAME ?Compare@H225_StimulusControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @26021 NONAME ?Compare@H225_SupportedPrefix@@UBE?AW4Comparison@PObject@@ABV3@@Z @9915 NONAME ?Compare@H225_T120OnlyCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @9916 NONAME ?Compare@H225_T38FaxAnnexbOnlyCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @26022 NONAME ?Compare@H225_TerminalInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @9917 NONAME ?Compare@H225_TransportAddress_ip6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @9918 NONAME ?Compare@H225_TransportAddress_ipAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @9919 NONAME ?Compare@H225_TransportAddress_ipSourceRoute@@UBE?AW4Comparison@PObject@@ABV3@@Z @9920 NONAME ?Compare@H225_TransportAddress_ipxAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @9921 NONAME ?Compare@H225_TransportChannelInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @9922 NONAME ?Compare@H225_TunnelledProtocol@@UBE?AW4Comparison@PObject@@ABV3@@Z @26023 NONAME ?Compare@H225_TunnelledProtocolAlternateIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @26024 NONAME ?Compare@H225_UnknownMessageResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9923 NONAME ?Compare@H225_UnregistrationConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @9924 NONAME ?Compare@H225_UnregistrationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @9925 NONAME ?Compare@H225_UnregistrationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9926 NONAME ?Compare@H225_UUIEsRequested@@UBE?AW4Comparison@PObject@@ABV3@@Z @9927 NONAME ?Compare@H225_VendorIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @9928 NONAME ?Compare@H225_VoiceCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @9929 NONAME ?Compare@H235_ClearToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @9930 NONAME ?Compare@H235_CryptoToken_cryptoEncryptedToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @9931 NONAME ?Compare@H235_CryptoToken_cryptoHashedToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @9932 NONAME ?Compare@H235_CryptoToken_cryptoSignedToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @9933 NONAME ?Compare@H235_DHset@@UBE?AW4Comparison@PObject@@ABV3@@Z @9934 NONAME ?Compare@H235_ECGDSASignature@@UBE?AW4Comparison@PObject@@ABV3@@Z @38692 NONAME ?Compare@H235_ECKASDH_eckasdh2@@UBE?AW4Comparison@PObject@@ABV3@@Z @28725 NONAME ?Compare@H235_ECKASDH_eckasdhp@@UBE?AW4Comparison@PObject@@ABV3@@Z @28726 NONAME ?Compare@H235_ECpoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @38693 NONAME ?Compare@H235_H235CertificateSignature@@UBE?AW4Comparison@PObject@@ABV3@@Z @9935 NONAME ?Compare@H235_KeySignedMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @9936 NONAME ?Compare@H235_KeySyncMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @9937 NONAME ?Compare@H235_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @9938 NONAME ?Compare@H235_Params@@UBE?AW4Comparison@PObject@@ABV3@@Z @9939 NONAME ?Compare@H235_ReturnSig@@UBE?AW4Comparison@PObject@@ABV3@@Z @9940 NONAME ?Compare@H235_TypedCertificate@@UBE?AW4Comparison@PObject@@ABV3@@Z @9941 NONAME ?Compare@H235_V3KeySyncMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @38694 NONAME ?Compare@H245_ATMParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @9942 NONAME ?Compare@H245_AudioCapability_g7231@@UBE?AW4Comparison@PObject@@ABV3@@Z @9943 NONAME ?Compare@H245_AudioTelephonyEventCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @26025 NONAME ?Compare@H245_AudioToneCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @26026 NONAME ?Compare@H245_AuthenticationCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @9944 NONAME ?Compare@H245_BEnhancementParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @9945 NONAME ?Compare@H245_CapabilityDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @9946 NONAME ?Compare@H245_CapabilityTableEntry@@UBE?AW4Comparison@PObject@@ABV3@@Z @9947 NONAME ?Compare@H245_Capability_h233EncryptionReceiveCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @9948 NONAME ?Compare@H245_CloseLogicalChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @9949 NONAME ?Compare@H245_CloseLogicalChannelAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @9950 NONAME ?Compare@H245_CommunicationModeCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @9951 NONAME ?Compare@H245_CommunicationModeTableEntry@@UBE?AW4Comparison@PObject@@ABV3@@Z @9952 NONAME ?Compare@H245_ConferenceCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @9953 NONAME ?Compare@H245_ConferenceRequest_requestTerminalCertificate@@UBE?AW4Comparison@PObject@@ABV3@@Z @9954 NONAME ?Compare@H245_ConferenceResponse_chairTokenOwnerResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9955 NONAME ?Compare@H245_ConferenceResponse_conferenceIDResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9956 NONAME ?Compare@H245_ConferenceResponse_extensionAddressResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9957 NONAME ?Compare@H245_ConferenceResponse_mCTerminalIDResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9958 NONAME ?Compare@H245_ConferenceResponse_passwordResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9959 NONAME ?Compare@H245_ConferenceResponse_terminalCertificateResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9960 NONAME ?Compare@H245_ConferenceResponse_terminalIDResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9961 NONAME ?Compare@H245_ConnectionIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @26027 NONAME ?Compare@H245_Criteria@@UBE?AW4Comparison@PObject@@ABV3@@Z @9962 NONAME ?Compare@H245_CustomPictureClockFrequency@@UBE?AW4Comparison@PObject@@ABV3@@Z @9963 NONAME ?Compare@H245_CustomPictureFormat@@UBE?AW4Comparison@PObject@@ABV3@@Z @9964 NONAME ?Compare@H245_CustomPictureFormat_mPI@@UBE?AW4Comparison@PObject@@ABV3@@Z @9965 NONAME ?Compare@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @9966 NONAME ?Compare@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @9967 NONAME ?Compare@H245_DataApplicationCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @9968 NONAME ?Compare@H245_DataApplicationCapability_application_nlpid@@UBE?AW4Comparison@PObject@@ABV3@@Z @9969 NONAME ?Compare@H245_DataApplicationCapability_application_t38fax@@UBE?AW4Comparison@PObject@@ABV3@@Z @26028 NONAME ?Compare@H245_DataApplicationCapability_application_t84@@UBE?AW4Comparison@PObject@@ABV3@@Z @9970 NONAME ?Compare@H245_DataMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @9971 NONAME ?Compare@H245_DataMode_application_nlpid@@UBE?AW4Comparison@PObject@@ABV3@@Z @9972 NONAME ?Compare@H245_DataMode_application_t38fax@@UBE?AW4Comparison@PObject@@ABV3@@Z @26029 NONAME ?Compare@H245_DepFECCapability_rfc2733@@UBE?AW4Comparison@PObject@@ABV3@@Z @52461 NONAME ?Compare@H245_DepFECCapability_rfc2733_separateStream@@UBE?AW4Comparison@PObject@@ABV3@@Z @52462 NONAME ?Compare@H245_DepFECData_rfc2733@@UBE?AW4Comparison@PObject@@ABV3@@Z @52463 NONAME ?Compare@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBE?AW4Comparison@PObject@@ABV3@@Z @52464 NONAME ?Compare@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBE?AW4Comparison@PObject@@ABV3@@Z @52465 NONAME ?Compare@H245_DepFECMode_rfc2733Mode@@UBE?AW4Comparison@PObject@@ABV3@@Z @52466 NONAME ?Compare@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBE?AW4Comparison@PObject@@ABV3@@Z @52467 NONAME ?Compare@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBE?AW4Comparison@PObject@@ABV3@@Z @52468 NONAME ?Compare@H245_DialingInformationNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @26030 NONAME ?Compare@H245_EncryptionAuthenticationAndIntegrity@@UBE?AW4Comparison@PObject@@ABV3@@Z @9973 NONAME ?Compare@H245_EncryptionCommand_encryptionAlgorithmID@@UBE?AW4Comparison@PObject@@ABV3@@Z @9974 NONAME ?Compare@H245_EncryptionSync@@UBE?AW4Comparison@PObject@@ABV3@@Z @9975 NONAME ?Compare@H245_EncryptionUpdateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9976 NONAME ?Compare@H245_EnhancementLayerInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @9977 NONAME ?Compare@H245_EnhancementOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @9978 NONAME ?Compare@H245_EscrowData@@UBE?AW4Comparison@PObject@@ABV3@@Z @9979 NONAME ?Compare@H245_ExtendedVideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @52469 NONAME ?Compare@H245_FECCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @52470 NONAME ?Compare@H245_FECData_rfc2733@@UBE?AW4Comparison@PObject@@ABV3@@Z @38697 NONAME ?Compare@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBE?AW4Comparison@PObject@@ABV3@@Z @52471 NONAME ?Compare@H245_FECMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @52472 NONAME ?Compare@H245_FlowControlCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @9980 NONAME ?Compare@H245_FlowControlIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @26031 NONAME ?Compare@H245_FunctionNotSupported@@UBE?AW4Comparison@PObject@@ABV3@@Z @9981 NONAME ?Compare@H245_G7231AnnexCCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @9982 NONAME ?Compare@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @9983 NONAME ?Compare@H245_G7231AnnexCMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @9984 NONAME ?Compare@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @9985 NONAME ?Compare@H245_G729Extensions@@UBE?AW4Comparison@PObject@@ABV3@@Z @26032 NONAME ?Compare@H245_GenericCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @26033 NONAME ?Compare@H245_GenericMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @52473 NONAME ?Compare@H245_GenericParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @26034 NONAME ?Compare@H245_GSMAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @9986 NONAME ?Compare@H245_H222Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @9987 NONAME ?Compare@H245_H222LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @9988 NONAME ?Compare@H245_H223AL1MParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @9989 NONAME ?Compare@H245_H223AL2MParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @9990 NONAME ?Compare@H245_H223AL3MParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @9991 NONAME ?Compare@H245_H223AnnexCArqParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @9992 NONAME ?Compare@H245_H223AnnexCCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @9993 NONAME ?Compare@H245_H223Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @9994 NONAME ?Compare@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBE?AW4Comparison@PObject@@ABV3@@Z @9995 NONAME ?Compare@H245_H223Capability_mobileMultilinkFrameCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @26035 NONAME ?Compare@H245_H223Capability_mobileOperationTransmitCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @9996 NONAME ?Compare@H245_H223LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @9997 NONAME ?Compare@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBE?AW4Comparison@PObject@@ABV3@@Z @9998 NONAME ?Compare@H245_H223ModeParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @9999 NONAME ?Compare@H245_H223ModeParameters_adaptationLayerType_al3@@UBE?AW4Comparison@PObject@@ABV3@@Z @10000 NONAME ?Compare@H245_H223SkewIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10001 NONAME ?Compare@H245_H2250Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10002 NONAME ?Compare@H245_H2250Capability_mcCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10003 NONAME ?Compare@H245_H2250LogicalChannelAckParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10004 NONAME ?Compare@H245_H2250LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10005 NONAME ?Compare@H245_H2250MaximumSkewIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10006 NONAME ?Compare@H245_H2250ModeParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10007 NONAME ?Compare@H245_H235Media@@UBE?AW4Comparison@PObject@@ABV3@@Z @10008 NONAME ?Compare@H245_H235Mode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10009 NONAME ?Compare@H245_H235SecurityCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10010 NONAME ?Compare@H245_H261VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10011 NONAME ?Compare@H245_H261VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10012 NONAME ?Compare@H245_H262VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10013 NONAME ?Compare@H245_H262VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10014 NONAME ?Compare@H245_H263ModeComboFlags@@UBE?AW4Comparison@PObject@@ABV3@@Z @10015 NONAME ?Compare@H245_H263Options@@UBE?AW4Comparison@PObject@@ABV3@@Z @10016 NONAME ?Compare@H245_H263Version3Options@@UBE?AW4Comparison@PObject@@ABV3@@Z @26036 NONAME ?Compare@H245_H263VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10017 NONAME ?Compare@H245_H263VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10018 NONAME ?Compare@H245_H263VideoModeCombos@@UBE?AW4Comparison@PObject@@ABV3@@Z @10019 NONAME ?Compare@H245_IntegrityCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10020 NONAME ?Compare@H245_IS11172AudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10021 NONAME ?Compare@H245_IS11172AudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10022 NONAME ?Compare@H245_IS11172VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10023 NONAME ?Compare@H245_IS11172VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10024 NONAME ?Compare@H245_IS13818AudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10025 NONAME ?Compare@H245_IS13818AudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10026 NONAME ?Compare@H245_JitterIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10027 NONAME ?Compare@H245_KeyProtectionMethod@@UBE?AW4Comparison@PObject@@ABV3@@Z @10028 NONAME ?Compare@H245_LogicalChannelRateAcknowledge@@UBE?AW4Comparison@PObject@@ABV3@@Z @26037 NONAME ?Compare@H245_LogicalChannelRateReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @26038 NONAME ?Compare@H245_LogicalChannelRateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @26039 NONAME ?Compare@H245_MaintenanceLoopAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @10029 NONAME ?Compare@H245_MaintenanceLoopReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10030 NONAME ?Compare@H245_MaintenanceLoopRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10031 NONAME ?Compare@H245_MasterSlaveDetermination@@UBE?AW4Comparison@PObject@@ABV3@@Z @10032 NONAME ?Compare@H245_MasterSlaveDeterminationAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @10033 NONAME ?Compare@H245_MasterSlaveDeterminationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10034 NONAME ?Compare@H245_MCLocationIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10035 NONAME ?Compare@H245_MediaChannelCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10036 NONAME ?Compare@H245_MediaDistributionCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10037 NONAME ?Compare@H245_MediaPacketizationCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10038 NONAME ?Compare@H245_MediaTransportType_atm_AAL5_compressed@@UBE?AW4Comparison@PObject@@ABV3@@Z @26040 NONAME ?Compare@H245_MiscellaneousCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @10039 NONAME ?Compare@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @52474 NONAME ?Compare@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @52475 NONAME ?Compare@H245_MiscellaneousCommand_type_lostPartialPicture@@UBE?AW4Comparison@PObject@@ABV3@@Z @26041 NONAME ?Compare@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBE?AW4Comparison@PObject@@ABV3@@Z @10040 NONAME ?Compare@H245_MiscellaneousCommand_type_videoBadMBs@@UBE?AW4Comparison@PObject@@ABV3@@Z @26042 NONAME ?Compare@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBE?AW4Comparison@PObject@@ABV3@@Z @10041 NONAME ?Compare@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBE?AW4Comparison@PObject@@ABV3@@Z @10042 NONAME ?Compare@H245_MiscellaneousIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10043 NONAME ?Compare@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBE?AW4Comparison@PObject@@ABV3@@Z @10044 NONAME ?Compare@H245_MobileMultilinkReconfigurationCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @26043 NONAME ?Compare@H245_MobileMultilinkReconfigurationIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @26044 NONAME ?Compare@H245_ModeElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @10045 NONAME ?Compare@H245_MulticastAddress_iP6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @10046 NONAME ?Compare@H245_MulticastAddress_iPAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10047 NONAME ?Compare@H245_MultilinkIndication_excessiveError@@UBE?AW4Comparison@PObject@@ABV3@@Z @26045 NONAME ?Compare@H245_MultilinkRequest_addConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @26046 NONAME ?Compare@H245_MultilinkRequest_callInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @26047 NONAME ?Compare@H245_MultilinkRequest_maximumHeaderInterval@@UBE?AW4Comparison@PObject@@ABV3@@Z @26048 NONAME ?Compare@H245_MultilinkRequest_removeConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @26049 NONAME ?Compare@H245_MultilinkResponse_addConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @26050 NONAME ?Compare@H245_MultilinkResponse_callInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @26051 NONAME ?Compare@H245_MultilinkResponse_maximumHeaderInterval@@UBE?AW4Comparison@PObject@@ABV3@@Z @26052 NONAME ?Compare@H245_MultilinkResponse_removeConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @26053 NONAME ?Compare@H245_MultiplePayloadStream@@UBE?AW4Comparison@PObject@@ABV3@@Z @38703 NONAME ?Compare@H245_MultiplePayloadStreamCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @38704 NONAME ?Compare@H245_MultiplePayloadStreamElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @38705 NONAME ?Compare@H245_MultiplePayloadStreamElementMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @38706 NONAME ?Compare@H245_MultiplePayloadStreamMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @38707 NONAME ?Compare@H245_MultiplexedStreamCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @26054 NONAME ?Compare@H245_MultiplexedStreamModeParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @26055 NONAME ?Compare@H245_MultiplexedStreamParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @26056 NONAME ?Compare@H245_MultiplexElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @10048 NONAME ?Compare@H245_MultiplexEntryDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @10049 NONAME ?Compare@H245_MultiplexEntryRejectionDescriptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @10050 NONAME ?Compare@H245_MultiplexEntrySend@@UBE?AW4Comparison@PObject@@ABV3@@Z @10051 NONAME ?Compare@H245_MultiplexEntrySendAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @10052 NONAME ?Compare@H245_MultiplexEntrySendReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10053 NONAME ?Compare@H245_MultiplexEntrySendRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @10054 NONAME ?Compare@H245_MultipointCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10055 NONAME ?Compare@H245_NetworkAccessParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10056 NONAME ?Compare@H245_NewATMVCCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @26057 NONAME ?Compare@H245_NewATMVCCommand_aal_aal1@@UBE?AW4Comparison@PObject@@ABV3@@Z @26058 NONAME ?Compare@H245_NewATMVCCommand_aal_aal5@@UBE?AW4Comparison@PObject@@ABV3@@Z @26059 NONAME ?Compare@H245_NewATMVCCommand_reverseParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @26060 NONAME ?Compare@H245_NewATMVCIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10057 NONAME ?Compare@H245_NewATMVCIndication_aal_aal1@@UBE?AW4Comparison@PObject@@ABV3@@Z @10058 NONAME ?Compare@H245_NewATMVCIndication_aal_aal5@@UBE?AW4Comparison@PObject@@ABV3@@Z @10059 NONAME ?Compare@H245_NewATMVCIndication_reverseParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10060 NONAME ?Compare@H245_NonStandardIdentifier_h221NonStandard@@UBE?AW4Comparison@PObject@@ABV3@@Z @10061 NONAME ?Compare@H245_NonStandardMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @10062 NONAME ?Compare@H245_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @10063 NONAME ?Compare@H245_NoPTAudioTelephonyEventCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @38708 NONAME ?Compare@H245_OpenLogicalChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @10064 NONAME ?Compare@H245_OpenLogicalChannelAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @10065 NONAME ?Compare@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10066 NONAME ?Compare@H245_OpenLogicalChannelConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @10067 NONAME ?Compare@H245_OpenLogicalChannelReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10068 NONAME ?Compare@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10069 NONAME ?Compare@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10070 NONAME ?Compare@H245_Params@@UBE?AW4Comparison@PObject@@ABV3@@Z @52476 NONAME ?Compare@H245_Q2931Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @10071 NONAME ?Compare@H245_QOSCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10072 NONAME ?Compare@H245_RedundancyEncoding@@UBE?AW4Comparison@PObject@@ABV3@@Z @10073 NONAME ?Compare@H245_RedundancyEncodingCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10074 NONAME ?Compare@H245_RedundancyEncodingDTMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @38709 NONAME ?Compare@H245_RedundancyEncodingDTModeElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @38710 NONAME ?Compare@H245_RedundancyEncodingElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @38711 NONAME ?Compare@H245_RedundancyEncodingMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10075 NONAME ?Compare@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBE?AW4Comparison@PObject@@ABV3@@Z @38712 NONAME ?Compare@H245_RefPictureSelection@@UBE?AW4Comparison@PObject@@ABV3@@Z @10076 NONAME ?Compare@H245_RefPictureSelection_additionalPictureMemory@@UBE?AW4Comparison@PObject@@ABV3@@Z @10077 NONAME ?Compare@H245_RefPictureSelection_enhancedReferencePicSelect@@UBE?AW4Comparison@PObject@@ABV3@@Z @26061 NONAME ?Compare@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @26062 NONAME ?Compare@H245_RequestAllTerminalIDsResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10078 NONAME ?Compare@H245_RequestChannelClose@@UBE?AW4Comparison@PObject@@ABV3@@Z @10079 NONAME ?Compare@H245_RequestChannelCloseAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @10080 NONAME ?Compare@H245_RequestChannelCloseReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10081 NONAME ?Compare@H245_RequestChannelCloseRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @10082 NONAME ?Compare@H245_RequestMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10083 NONAME ?Compare@H245_RequestModeAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @10084 NONAME ?Compare@H245_RequestModeReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10085 NONAME ?Compare@H245_RequestMultiplexEntry@@UBE?AW4Comparison@PObject@@ABV3@@Z @10086 NONAME ?Compare@H245_RequestMultiplexEntryAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @10087 NONAME ?Compare@H245_RequestMultiplexEntryReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10088 NONAME ?Compare@H245_RequestMultiplexEntryRejectionDescriptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @10089 NONAME ?Compare@H245_RequestMultiplexEntryRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @10090 NONAME ?Compare@H245_RoundTripDelayRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10091 NONAME ?Compare@H245_RoundTripDelayResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10092 NONAME ?Compare@H245_RSVPParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10093 NONAME ?Compare@H245_RTPH263VideoRedundancyEncoding@@UBE?AW4Comparison@PObject@@ABV3@@Z @10094 NONAME ?Compare@H245_RTPH263VideoRedundancyFrameMapping@@UBE?AW4Comparison@PObject@@ABV3@@Z @10095 NONAME ?Compare@H245_RTPPayloadType@@UBE?AW4Comparison@PObject@@ABV3@@Z @10096 NONAME ?Compare@H245_SendTerminalCapabilitySet_specificRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10097 NONAME ?Compare@H245_SubstituteConferenceIDCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @10098 NONAME ?Compare@H245_T38FaxProfile@@UBE?AW4Comparison@PObject@@ABV3@@Z @26063 NONAME ?Compare@H245_T38FaxTcpOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @26064 NONAME ?Compare@H245_T38FaxUdpOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @26065 NONAME ?Compare@H245_T84Profile_t84Restricted@@UBE?AW4Comparison@PObject@@ABV3@@Z @10099 NONAME ?Compare@H245_TerminalCapabilitySet@@UBE?AW4Comparison@PObject@@ABV3@@Z @10100 NONAME ?Compare@H245_TerminalCapabilitySetAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @10101 NONAME ?Compare@H245_TerminalCapabilitySetReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10102 NONAME ?Compare@H245_TerminalInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @10103 NONAME ?Compare@H245_TerminalLabel@@UBE?AW4Comparison@PObject@@ABV3@@Z @10104 NONAME ?Compare@H245_TerminalYouAreSeeingInSubPictureNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @10105 NONAME ?Compare@H245_TransparencyParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10106 NONAME ?Compare@H245_TransportCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10107 NONAME ?Compare@H245_UnicastAddress_iP6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @10108 NONAME ?Compare@H245_UnicastAddress_iPAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10109 NONAME ?Compare@H245_UnicastAddress_iPSourceRouteAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10110 NONAME ?Compare@H245_UnicastAddress_iPXAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10111 NONAME ?Compare@H245_UserInputIndication_encryptedAlphanumeric@@UBE?AW4Comparison@PObject@@ABV3@@Z @52477 NONAME ?Compare@H245_UserInputIndication_extendedAlphanumeric@@UBE?AW4Comparison@PObject@@ABV3@@Z @26066 NONAME ?Compare@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBE?AW4Comparison@PObject@@ABV3@@Z @52478 NONAME ?Compare@H245_UserInputIndication_signal@@UBE?AW4Comparison@PObject@@ABV3@@Z @10112 NONAME ?Compare@H245_UserInputIndication_signalUpdate@@UBE?AW4Comparison@PObject@@ABV3@@Z @10113 NONAME ?Compare@H245_UserInputIndication_signalUpdate_rtp@@UBE?AW4Comparison@PObject@@ABV3@@Z @10114 NONAME ?Compare@H245_UserInputIndication_signal_rtp@@UBE?AW4Comparison@PObject@@ABV3@@Z @10115 NONAME ?Compare@H245_V42bis@@UBE?AW4Comparison@PObject@@ABV3@@Z @10116 NONAME ?Compare@H245_V75Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10117 NONAME ?Compare@H245_V75Parameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10118 NONAME ?Compare@H245_V76Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10119 NONAME ?Compare@H245_V76HDLCParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10120 NONAME ?Compare@H245_V76LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10121 NONAME ?Compare@H245_V76LogicalChannelParameters_mode_eRM@@UBE?AW4Comparison@PObject@@ABV3@@Z @10122 NONAME ?Compare@H245_VBDCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @38713 NONAME ?Compare@H245_VBDMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @38714 NONAME ?Compare@H245_VCCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10123 NONAME ?Compare@H245_VCCapability_aal1@@UBE?AW4Comparison@PObject@@ABV3@@Z @10124 NONAME ?Compare@H245_VCCapability_aal1ViaGateway@@UBE?AW4Comparison@PObject@@ABV3@@Z @26067 NONAME ?Compare@H245_VCCapability_aal5@@UBE?AW4Comparison@PObject@@ABV3@@Z @10125 NONAME ?Compare@H245_VCCapability_availableBitRates@@UBE?AW4Comparison@PObject@@ABV3@@Z @10126 NONAME ?Compare@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBE?AW4Comparison@PObject@@ABV3@@Z @10127 NONAME ?Compare@H245_VendorIdentification@@UBE?AW4Comparison@PObject@@ABV3@@Z @10128 NONAME ?Compare@H245_VideoIndicateCompose@@UBE?AW4Comparison@PObject@@ABV3@@Z @10129 NONAME ?Compare@H248_ActionReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @33428 NONAME ?Compare@H248_ActionRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33429 NONAME ?Compare@H248_AmmRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33430 NONAME ?Compare@H248_AmmsReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @33431 NONAME ?Compare@H248_AuditDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33432 NONAME ?Compare@H248_AuditRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33433 NONAME ?Compare@H248_AuditResult@@UBE?AW4Comparison@PObject@@ABV3@@Z @33434 NONAME ?Compare@H248_AuthenticationHeader@@UBE?AW4Comparison@PObject@@ABV3@@Z @33435 NONAME ?Compare@H248_CommandRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33436 NONAME ?Compare@H248_ContextAttrAuditRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33437 NONAME ?Compare@H248_ContextRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33438 NONAME ?Compare@H248_DigitMapDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33439 NONAME ?Compare@H248_DigitMapValue@@UBE?AW4Comparison@PObject@@ABV3@@Z @33440 NONAME ?Compare@H248_DomainName@@UBE?AW4Comparison@PObject@@ABV3@@Z @33441 NONAME ?Compare@H248_ErrorDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33442 NONAME ?Compare@H248_EventParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @33443 NONAME ?Compare@H248_EventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33444 NONAME ?Compare@H248_EventSpec@@UBE?AW4Comparison@PObject@@ABV3@@Z @33445 NONAME ?Compare@H248_H221NonStandard@@UBE?AW4Comparison@PObject@@ABV3@@Z @33446 NONAME ?Compare@H248_IndAudDigitMapDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33447 NONAME ?Compare@H248_IndAudEventBufferDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33448 NONAME ?Compare@H248_IndAudEventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33449 NONAME ?Compare@H248_IndAudLocalControlDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33450 NONAME ?Compare@H248_IndAudLocalRemoteDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33451 NONAME ?Compare@H248_IndAudMediaDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33452 NONAME ?Compare@H248_IndAudPackagesDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33453 NONAME ?Compare@H248_IndAudPropertyParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @33454 NONAME ?Compare@H248_IndAudSeqSigList@@UBE?AW4Comparison@PObject@@ABV3@@Z @33455 NONAME ?Compare@H248_IndAudSignal@@UBE?AW4Comparison@PObject@@ABV3@@Z @33456 NONAME ?Compare@H248_IndAudStatisticsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33457 NONAME ?Compare@H248_IndAudStreamDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33458 NONAME ?Compare@H248_IndAudStreamParms@@UBE?AW4Comparison@PObject@@ABV3@@Z @33459 NONAME ?Compare@H248_IndAudTerminationStateDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33460 NONAME ?Compare@H248_IP4Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @33461 NONAME ?Compare@H248_IP6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @33462 NONAME ?Compare@H248_LocalControlDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33463 NONAME ?Compare@H248_LocalRemoteDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33464 NONAME ?Compare@H248_MediaDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33465 NONAME ?Compare@H248_MegacoMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @33466 NONAME ?Compare@H248_Message@@UBE?AW4Comparison@PObject@@ABV3@@Z @33467 NONAME ?Compare@H248_ModemDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33468 NONAME ?Compare@H248_MuxDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33469 NONAME ?Compare@H248_NonStandardData@@UBE?AW4Comparison@PObject@@ABV3@@Z @33470 NONAME ?Compare@H248_NotifyReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @33471 NONAME ?Compare@H248_NotifyRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33472 NONAME ?Compare@H248_ObservedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @33473 NONAME ?Compare@H248_ObservedEventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33474 NONAME ?Compare@H248_PackagesItem@@UBE?AW4Comparison@PObject@@ABV3@@Z @33475 NONAME ?Compare@H248_PropertyParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @33476 NONAME ?Compare@H248_RequestedActions@@UBE?AW4Comparison@PObject@@ABV3@@Z @33477 NONAME ?Compare@H248_RequestedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @33478 NONAME ?Compare@H248_SecondEventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33479 NONAME ?Compare@H248_SecondRequestedActions@@UBE?AW4Comparison@PObject@@ABV3@@Z @33480 NONAME ?Compare@H248_SecondRequestedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @33481 NONAME ?Compare@H248_SeqSigList@@UBE?AW4Comparison@PObject@@ABV3@@Z @33482 NONAME ?Compare@H248_ServiceChangeParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @33483 NONAME ?Compare@H248_ServiceChangeProfile@@UBE?AW4Comparison@PObject@@ABV3@@Z @33484 NONAME ?Compare@H248_ServiceChangeReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @33485 NONAME ?Compare@H248_ServiceChangeRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33486 NONAME ?Compare@H248_ServiceChangeResParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @33487 NONAME ?Compare@H248_Signal@@UBE?AW4Comparison@PObject@@ABV3@@Z @33488 NONAME ?Compare@H248_SigParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @33489 NONAME ?Compare@H248_StatisticsParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @33490 NONAME ?Compare@H248_StreamDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33491 NONAME ?Compare@H248_StreamParms@@UBE?AW4Comparison@PObject@@ABV3@@Z @33492 NONAME ?Compare@H248_SubtractRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33493 NONAME ?Compare@H248_TerminationID@@UBE?AW4Comparison@PObject@@ABV3@@Z @33494 NONAME ?Compare@H248_TerminationStateDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33495 NONAME ?Compare@H248_TimeNotation@@UBE?AW4Comparison@PObject@@ABV3@@Z @33496 NONAME ?Compare@H248_TopologyRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33497 NONAME ?Compare@H248_TransactionAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @33498 NONAME ?Compare@H248_TransactionPending@@UBE?AW4Comparison@PObject@@ABV3@@Z @33499 NONAME ?Compare@H248_TransactionReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @33500 NONAME ?Compare@H248_TransactionRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33501 NONAME ?Compare@H323Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10130 NONAME ?Compare@H323ChannelNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @17594 NONAME ?Compare@H323GatekeeperCall@@UBE?AW4Comparison@PObject@@ABV3@@Z @28493 NONAME ?Compare@H323GenericAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @52479 NONAME ?Compare@H323GenericVideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @52480 NONAME ?Compare@H323GSMPluginCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @47902 NONAME ?Compare@H323H261PluginCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @47903 NONAME ?Compare@H323NonStandardAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @20551 NONAME ?Compare@H323NonStandardDataCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @20552 NONAME ?Compare@H323NonStandardVideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @20553 NONAME ?Compare@H323PeerElementDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @37242 NONAME ?Compare@H323PeerElementServiceRelationship@@UBE?AW4Comparison@PObject@@ABV3@@Z @37243 NONAME ?Compare@H323PluginG7231Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @47904 NONAME ?Compare@H323RegisteredEndPoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @28494 NONAME ?Compare@H323_H261Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @17407 NONAME ?Compare@H323_LIDCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @30802 NONAME ?Compare@H323_T38Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @28630 NONAME ?Compare@H45010_CfbOvrOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23575 NONAME ?Compare@H45010_CoReqOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23576 NONAME ?Compare@H45010_RUAlertOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23577 NONAME ?Compare@H45011_CIFrcRelArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23578 NONAME ?Compare@H45011_CIFrcRelOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23579 NONAME ?Compare@H45011_CIGetCIPLOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23580 NONAME ?Compare@H45011_CIGetCIPLRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23581 NONAME ?Compare@H45011_CIIsOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23582 NONAME ?Compare@H45011_CIIsOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23583 NONAME ?Compare@H45011_CINotificationArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23584 NONAME ?Compare@H45011_CIRequestArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23585 NONAME ?Compare@H45011_CIRequestRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23586 NONAME ?Compare@H45011_CISilentArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23587 NONAME ?Compare@H45011_CISilentOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23588 NONAME ?Compare@H45011_CIWobOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23589 NONAME ?Compare@H45011_CIWobOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23590 NONAME ?Compare@H4501_Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @21695 NONAME ?Compare@H4501_AddressScreened@@UBE?AW4Comparison@PObject@@ABV3@@Z @21696 NONAME ?Compare@H4501_EndpointAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @21697 NONAME ?Compare@H4501_Extension@@UBE?AW4Comparison@PObject@@ABV3@@Z @21698 NONAME ?Compare@H4501_NetworkFacilityExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @21699 NONAME ?Compare@H4501_NumberScreened@@UBE?AW4Comparison@PObject@@ABV3@@Z @21700 NONAME ?Compare@H4501_SupplementaryService@@UBE?AW4Comparison@PObject@@ABV3@@Z @21701 NONAME ?Compare@H4501_UserSpecifiedSubaddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @21702 NONAME ?Compare@H4502_CTActiveArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @21703 NONAME ?Compare@H4502_CTCompleteArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @21704 NONAME ?Compare@H4502_CTIdentifyRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @21705 NONAME ?Compare@H4502_CTInitiateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @21706 NONAME ?Compare@H4502_CTSetupArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @21707 NONAME ?Compare@H4502_CTUpdateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @21708 NONAME ?Compare@H4502_SubaddressTransferArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @21709 NONAME ?Compare@H4503_IntResult@@UBE?AW4Comparison@PObject@@ABV3@@Z @22758 NONAME ?Compare@H4504_Extension@@UBE?AW4Comparison@PObject@@ABV3@@Z @22392 NONAME ?Compare@H4504_HoldNotificArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @22393 NONAME ?Compare@H4504_RemoteHoldArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @22394 NONAME ?Compare@H4504_RemoteHoldRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @22395 NONAME ?Compare@H4504_RemoteRetrieveArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @22396 NONAME ?Compare@H4504_RemoteRetrieveRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @22397 NONAME ?Compare@H4504_RetrieveNotificArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @22398 NONAME ?Compare@H4505_CpickupNotifyArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23591 NONAME ?Compare@H4505_CpNotifyArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23592 NONAME ?Compare@H4505_CpRequestArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23593 NONAME ?Compare@H4505_CpRequestRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23594 NONAME ?Compare@H4505_CpSetupArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23595 NONAME ?Compare@H4505_CpSetupRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23596 NONAME ?Compare@H4505_GroupIndicationOffArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23597 NONAME ?Compare@H4505_GroupIndicationOffRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23598 NONAME ?Compare@H4505_GroupIndicationOnArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23599 NONAME ?Compare@H4505_GroupIndicationOnRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23600 NONAME ?Compare@H4505_PickExeArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23601 NONAME ?Compare@H4505_PickExeRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23602 NONAME ?Compare@H4505_PickrequArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23603 NONAME ?Compare@H4505_PickrequRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23604 NONAME ?Compare@H4505_PickupArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23605 NONAME ?Compare@H4505_PickupRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23606 NONAME ?Compare@H4506_CallWaitingArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23607 NONAME ?Compare@H4507_MWIActivateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23608 NONAME ?Compare@H4507_MWIDeactivateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23609 NONAME ?Compare@H4507_MWIInterrogateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23610 NONAME ?Compare@H4507_MWIInterrogateResElt@@UBE?AW4Comparison@PObject@@ABV3@@Z @23611 NONAME ?Compare@H4509_CcLongArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23612 NONAME ?Compare@H4509_CcRequestArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23613 NONAME ?Compare@H4509_CcRequestRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23614 NONAME ?Compare@H4509_CcShortArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23615 NONAME ?Compare@H501_AccessConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36103 NONAME ?Compare@H501_AccessRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @36104 NONAME ?Compare@H501_AccessRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @36105 NONAME ?Compare@H501_AddressTemplate@@UBE?AW4Comparison@PObject@@ABV3@@Z @36106 NONAME ?Compare@H501_AlternatePE@@UBE?AW4Comparison@PObject@@ABV3@@Z @36107 NONAME ?Compare@H501_AlternatePEInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @36108 NONAME ?Compare@H501_AuthenticationRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @36109 NONAME ?Compare@H501_AuthenticationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @36110 NONAME ?Compare@H501_CallInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36111 NONAME ?Compare@H501_ContactInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36112 NONAME ?Compare@H501_Descriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @36113 NONAME ?Compare@H501_DescriptorConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36114 NONAME ?Compare@H501_DescriptorIDConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36115 NONAME ?Compare@H501_DescriptorIDRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @36116 NONAME ?Compare@H501_DescriptorInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @36117 NONAME ?Compare@H501_DescriptorRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @36118 NONAME ?Compare@H501_DescriptorRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @36119 NONAME ?Compare@H501_DescriptorUpdate@@UBE?AW4Comparison@PObject@@ABV3@@Z @36120 NONAME ?Compare@H501_Message@@UBE?AW4Comparison@PObject@@ABV3@@Z @36121 NONAME ?Compare@H501_MessageCommonInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @36122 NONAME ?Compare@H501_NonStandardRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @36123 NONAME ?Compare@H501_PartyInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36124 NONAME ?Compare@H501_Pattern_range@@UBE?AW4Comparison@PObject@@ABV3@@Z @36125 NONAME ?Compare@H501_PriceElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @36126 NONAME ?Compare@H501_PriceInfoSpec@@UBE?AW4Comparison@PObject@@ABV3@@Z @36127 NONAME ?Compare@H501_RequestInProgress@@UBE?AW4Comparison@PObject@@ABV3@@Z @36128 NONAME ?Compare@H501_RouteInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36129 NONAME ?Compare@H501_SecurityMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @36130 NONAME ?Compare@H501_ServiceConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36131 NONAME ?Compare@H501_ServiceRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @36132 NONAME ?Compare@H501_ServiceRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @36133 NONAME ?Compare@H501_ServiceRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @36134 NONAME ?Compare@H501_TerminationCause@@UBE?AW4Comparison@PObject@@ABV3@@Z @36135 NONAME ?Compare@H501_UnknownMessageResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @36136 NONAME ?Compare@H501_UpdateInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36137 NONAME ?Compare@H501_UsageField@@UBE?AW4Comparison@PObject@@ABV3@@Z @36138 NONAME ?Compare@H501_UsageIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @36139 NONAME ?Compare@H501_UsageIndicationRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @36140 NONAME ?Compare@H501_UsageRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @36141 NONAME ?Compare@H501_UsageRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @36142 NONAME ?Compare@H501_UsageSpecification@@UBE?AW4Comparison@PObject@@ABV3@@Z @36143 NONAME ?Compare@H501_UsageSpecification_when@@UBE?AW4Comparison@PObject@@ABV3@@Z @36144 NONAME ?Compare@H501_UserInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36145 NONAME ?Compare@H501_ValidationConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36146 NONAME ?Compare@H501_ValidationRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @36147 NONAME ?Compare@H501_ValidationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @36148 NONAME ?Compare@MCS_AUcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @10146 NONAME ?Compare@MCS_CAin@@UBE?AW4Comparison@PObject@@ABV3@@Z @10147 NONAME ?Compare@MCS_CArq@@UBE?AW4Comparison@PObject@@ABV3@@Z @10148 NONAME ?Compare@MCS_CCcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @10149 NONAME ?Compare@MCS_CCrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @10150 NONAME ?Compare@MCS_CDin@@UBE?AW4Comparison@PObject@@ABV3@@Z @10151 NONAME ?Compare@MCS_CDrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @10152 NONAME ?Compare@MCS_CEin@@UBE?AW4Comparison@PObject@@ABV3@@Z @10153 NONAME ?Compare@MCS_CErq@@UBE?AW4Comparison@PObject@@ABV3@@Z @10154 NONAME ?Compare@MCS_ChannelAttributes_assigned@@UBE?AW4Comparison@PObject@@ABV3@@Z @10155 NONAME ?Compare@MCS_ChannelAttributes_private@@UBE?AW4Comparison@PObject@@ABV3@@Z @10156 NONAME ?Compare@MCS_ChannelAttributes_static@@UBE?AW4Comparison@PObject@@ABV3@@Z @10157 NONAME ?Compare@MCS_ChannelAttributes_userId@@UBE?AW4Comparison@PObject@@ABV3@@Z @10158 NONAME ?Compare@MCS_CJcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @10159 NONAME ?Compare@MCS_CJrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @10160 NONAME ?Compare@MCS_CLrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @10161 NONAME ?Compare@MCS_Connect_Additional@@UBE?AW4Comparison@PObject@@ABV3@@Z @10162 NONAME ?Compare@MCS_Connect_Initial@@UBE?AW4Comparison@PObject@@ABV3@@Z @10163 NONAME ?Compare@MCS_Connect_Response@@UBE?AW4Comparison@PObject@@ABV3@@Z @10164 NONAME ?Compare@MCS_Connect_Result@@UBE?AW4Comparison@PObject@@ABV3@@Z @10165 NONAME ?Compare@MCS_DomainParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10166 NONAME ?Compare@MCS_DPum@@UBE?AW4Comparison@PObject@@ABV3@@Z @10167 NONAME ?Compare@MCS_DUin@@UBE?AW4Comparison@PObject@@ABV3@@Z @10168 NONAME ?Compare@MCS_DUrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @10169 NONAME ?Compare@MCS_EDrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @10170 NONAME ?Compare@MCS_MCcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @10171 NONAME ?Compare@MCS_MCrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @10172 NONAME ?Compare@MCS_MTcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @10173 NONAME ?Compare@MCS_MTrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @10174 NONAME ?Compare@MCS_PCin@@UBE?AW4Comparison@PObject@@ABV3@@Z @10175 NONAME ?Compare@MCS_PDin@@UBE?AW4Comparison@PObject@@ABV3@@Z @10176 NONAME ?Compare@MCS_PTin@@UBE?AW4Comparison@PObject@@ABV3@@Z @10177 NONAME ?Compare@MCS_RJum@@UBE?AW4Comparison@PObject@@ABV3@@Z @10178 NONAME ?Compare@MCS_SDin@@UBE?AW4Comparison@PObject@@ABV3@@Z @10179 NONAME ?Compare@MCS_SDrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @10180 NONAME ?Compare@MCS_TGcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @10181 NONAME ?Compare@MCS_TGrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @10182 NONAME ?Compare@MCS_TIcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @10183 NONAME ?Compare@MCS_TIrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @10184 NONAME ?Compare@MCS_TokenAttributes_given@@UBE?AW4Comparison@PObject@@ABV3@@Z @10185 NONAME ?Compare@MCS_TokenAttributes_giving@@UBE?AW4Comparison@PObject@@ABV3@@Z @10186 NONAME ?Compare@MCS_TokenAttributes_grabbed@@UBE?AW4Comparison@PObject@@ABV3@@Z @10187 NONAME ?Compare@MCS_TokenAttributes_inhibited@@UBE?AW4Comparison@PObject@@ABV3@@Z @10188 NONAME ?Compare@MCS_TokenAttributes_ungivable@@UBE?AW4Comparison@PObject@@ABV3@@Z @10189 NONAME ?Compare@MCS_TPin@@UBE?AW4Comparison@PObject@@ABV3@@Z @10190 NONAME ?Compare@MCS_TPrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @10191 NONAME ?Compare@MCS_TRcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @10192 NONAME ?Compare@MCS_TRrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @10193 NONAME ?Compare@MCS_TTcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @10194 NONAME ?Compare@MCS_TTrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @10195 NONAME ?Compare@MCS_TVcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @10196 NONAME ?Compare@MCS_TVin@@UBE?AW4Comparison@PObject@@ABV3@@Z @10197 NONAME ?Compare@MCS_TVrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @10198 NONAME ?Compare@MCS_TVrs@@UBE?AW4Comparison@PObject@@ABV3@@Z @10199 NONAME ?Compare@MCS_USin@@UBE?AW4Comparison@PObject@@ABV3@@Z @10200 NONAME ?Compare@MCS_USrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @10201 NONAME ?Compare@T38_Data_Field_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @28194 NONAME ?Compare@T38_IFPPacket@@UBE?AW4Comparison@PObject@@ABV3@@Z @28195 NONAME ?Compare@T38_PreCorrigendum_Data_Field_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @31735 NONAME ?Compare@T38_PreCorrigendum_IFPPacket@@UBE?AW4Comparison@PObject@@ABV3@@Z @31736 NONAME ?Compare@T38_UDPTLPacket@@UBE?AW4Comparison@PObject@@ABV3@@Z @28196 NONAME ?Compare@T38_UDPTLPacket_error_recovery_fec_info@@UBE?AW4Comparison@PObject@@ABV3@@Z @28197 NONAME ?Compare@X880_Invoke@@UBE?AW4Comparison@PObject@@ABV3@@Z @21710 NONAME ?Compare@X880_Reject@@UBE?AW4Comparison@PObject@@ABV3@@Z @21711 NONAME ?Compare@X880_ReturnError@@UBE?AW4Comparison@PObject@@ABV3@@Z @21712 NONAME ?Compare@X880_ReturnResult@@UBE?AW4Comparison@PObject@@ABV3@@Z @21713 NONAME ?Compare@X880_ReturnResult_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @21714 NONAME ?CompareData@H323NonStandardCapabilityInfo@@IBE?AW4Comparison@PObject@@ABVPBYTEArray@@@Z @20554 NONAME ?CompareInfo@H323GenericCapabilityInfo@@IBE?AW4Comparison@PObject@@ABV1@@Z @52481 NONAME ?CompareInfo@H323NonStandardCapabilityInfo@@IBE?AW4Comparison@PObject@@ABV1@@Z @20555 NONAME ?CompareObjectMemoryDirect@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27781 NONAME ?CompareObjectMemoryDirect@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27782 NONAME ?CompareObjectMemoryDirect@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27783 NONAME ?CompareObjectMemoryDirect@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27784 NONAME ?CompareObjectMemoryDirect@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27785 NONAME ?CompareObjectMemoryDirect@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27786 NONAME ?CompareObjectMemoryDirect@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27787 NONAME ?CompareObjectMemoryDirect@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27788 NONAME ?CompareObjectMemoryDirect@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27789 NONAME ?CompareObjectMemoryDirect@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27790 NONAME ?CompareObjectMemoryDirect@?$PArray@V?$PList@VH323Capability@@@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @10212 NONAME ?CompareObjectMemoryDirect@?$PArray@VH323SimultaneousCapabilities@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @10213 NONAME ?CompareObjectMemoryDirect@?$PArray@VH323TransportAddress@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @28495 NONAME ?CompareObjectMemoryDirect@?$PArray@VReceiverReport@RTP_Session@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @17079 NONAME ?CompareObjectMemoryDirect@?$PArray@VSourceDescription@RTP_Session@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @17080 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @10214 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @33502 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @29014 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @10215 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @37402 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @10216 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPString@@VH323Connection@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @10217 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @28496 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPString@@VPOrdinalKey@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @37482 NONAME ?CompareObjectMemoryDirect@?$PList@VH235Authenticator@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @28865 NONAME ?CompareObjectMemoryDirect@?$PList@VH245_GenericParameter@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @52482 NONAME ?CompareObjectMemoryDirect@?$PList@VH323Capability@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @10218 NONAME ?CompareObjectMemoryDirect@?$PList@VH323Channel@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @10219 NONAME ?CompareObjectMemoryDirect@?$PList@VH323GatekeeperListener@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @28497 NONAME ?CompareObjectMemoryDirect@?$PList@VH323Listener@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @10221 NONAME ?CompareObjectMemoryDirect@?$PList@VH323Transactor@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @34990 NONAME ?CompareObjectMemoryDirect@?$PList@VH450xHandler@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @29015 NONAME ?CompareObjectMemoryDirect@?$PList@VOpalMediaFormat@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @20605 NONAME ?CompareObjectMemoryDirect@?$PList@VPBYTEArray@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @34564 NONAME ?CompareObjectMemoryDirect@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @31637 NONAME ?CompareObjectMemoryDirect@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @37244 NONAME ?CompareObjectMemoryDirect@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @37245 NONAME ?CompareObjectMemoryDirect@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @31638 NONAME ?CompareObjectMemoryDirect@?$PSafePtr@VH323GatekeeperCall@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @30414 NONAME ?CompareObjectMemoryDirect@?$PSafePtr@VH323PeerElementDescriptor@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @37246 NONAME ?CompareObjectMemoryDirect@?$PSafePtr@VH323PeerElementServiceRelationship@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @37247 NONAME ?CompareObjectMemoryDirect@?$PSafePtr@VH323RegisteredEndPoint@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @30415 NONAME ?CompareObjectMemoryDirect@?$PSet@VPOrdinalKey@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @37483 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @30829 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VH225_AliasAddress@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @37640 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VH323GatekeeperCall@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @28498 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VH323PeerElementDescriptor@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @37248 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VH323PeerElementServiceRelationship@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @37249 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VMXRecord@PDNS@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @52483 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VResponse@H323Transactor@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @37403 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VSRVRecord@PDNS@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @52484 NONAME ?CompareObjectMemoryDirect@AlternateInfo@H323Gatekeeper@@UBE?AW4Comparison@PObject@@ABV4@@Z @30830 NONAME ?CompareObjectMemoryDirect@ByteQueue@OpalVoipBlasterDevice@@UBE?AW4Comparison@PObject@@ABV4@@Z @29756 NONAME ?CompareObjectMemoryDirect@FilterInfo@H323Codec@@UBE?AW4Comparison@PObject@@ABV4@@Z @29975 NONAME ?CompareObjectMemoryDirect@G7231_File_Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @31056 NONAME ?CompareObjectMemoryDirect@G7231_File_Codec@@UBE?AW4Comparison@PObject@@ABV3@@Z @31057 NONAME ?CompareObjectMemoryDirect@GCC_AlternativeNodeID@@UBE?AW4Comparison@PObject@@ABV3@@Z @10222 NONAME ?CompareObjectMemoryDirect@GCC_ApplicationInvokeIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10223 NONAME ?CompareObjectMemoryDirect@GCC_ApplicationInvokeSpecifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @10224 NONAME ?CompareObjectMemoryDirect@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@UBE?AW4Comparison@PObject@@ABV3@@Z @10225 NONAME ?CompareObjectMemoryDirect@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @10226 NONAME ?CompareObjectMemoryDirect@GCC_ApplicationRecord@@UBE?AW4Comparison@PObject@@ABV3@@Z @10227 NONAME ?CompareObjectMemoryDirect@GCC_ApplicationRecord_nonCollapsingCapabilities@@UBE?AW4Comparison@PObject@@ABV3@@Z @10228 NONAME ?CompareObjectMemoryDirect@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @10229 NONAME ?CompareObjectMemoryDirect@GCC_ArrayOf_ApplicationInvokeSpecifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @10230 NONAME ?CompareObjectMemoryDirect@GCC_ArrayOf_ChallengeItem@@UBE?AW4Comparison@PObject@@ABV3@@Z @10231 NONAME ?CompareObjectMemoryDirect@GCC_ArrayOf_ConferenceDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @10232 NONAME ?CompareObjectMemoryDirect@GCC_ArrayOf_Privilege@@UBE?AW4Comparison@PObject@@ABV3@@Z @10233 NONAME ?CompareObjectMemoryDirect@GCC_ArrayOf_TextString@@UBE?AW4Comparison@PObject@@ABV3@@Z @10234 NONAME ?CompareObjectMemoryDirect@GCC_ArrayOf_UserID@@UBE?AW4Comparison@PObject@@ABV3@@Z @10235 NONAME ?CompareObjectMemoryDirect@GCC_AsymmetryIndicator@@UBE?AW4Comparison@PObject@@ABV3@@Z @10236 NONAME ?CompareObjectMemoryDirect@GCC_CapabilityClass@@UBE?AW4Comparison@PObject@@ABV3@@Z @10237 NONAME ?CompareObjectMemoryDirect@GCC_CapabilityID@@UBE?AW4Comparison@PObject@@ABV3@@Z @10238 NONAME ?CompareObjectMemoryDirect@GCC_ChallengeItem@@UBE?AW4Comparison@PObject@@ABV3@@Z @10239 NONAME ?CompareObjectMemoryDirect@GCC_ChallengeRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10240 NONAME ?CompareObjectMemoryDirect@GCC_ChallengeResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10241 NONAME ?CompareObjectMemoryDirect@GCC_ChallengeResponseAlgorithm@@UBE?AW4Comparison@PObject@@ABV3@@Z @10242 NONAME ?CompareObjectMemoryDirect@GCC_ChallengeResponseItem@@UBE?AW4Comparison@PObject@@ABV3@@Z @10243 NONAME ?CompareObjectMemoryDirect@GCC_ChannelID@@UBE?AW4Comparison@PObject@@ABV3@@Z @10244 NONAME ?CompareObjectMemoryDirect@GCC_ChannelType@@UBE?AW4Comparison@PObject@@ABV3@@Z @10245 NONAME ?CompareObjectMemoryDirect@GCC_ConductorAssignIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10246 NONAME ?CompareObjectMemoryDirect@GCC_ConductorPermissionAskIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10247 NONAME ?CompareObjectMemoryDirect@GCC_ConductorPermissionGrantIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10248 NONAME ?CompareObjectMemoryDirect@GCC_ConductorReleaseIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10249 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceAddRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10250 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceAddResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10251 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceAddResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @10252 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceAssistanceIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10253 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceCreateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10254 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceCreateResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10255 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceCreateResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @10256 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @10257 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceEjectUserIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10258 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceEjectUserIndication_reason@@UBE?AW4Comparison@PObject@@ABV3@@Z @10259 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceEjectUserRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10260 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceEjectUserRequest_reason@@UBE?AW4Comparison@PObject@@ABV3@@Z @10261 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceEjectUserResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10262 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceEjectUserResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @10263 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceInviteRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10264 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceInviteResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10265 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceInviteResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @10266 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceJoinRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10267 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceJoinResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10268 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceJoinResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @10269 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceLockIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10270 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceLockRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10271 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceLockResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10272 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceLockResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @10273 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceName@@UBE?AW4Comparison@PObject@@ABV3@@Z @10274 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceNameModifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @10275 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceNameSelector@@UBE?AW4Comparison@PObject@@ABV3@@Z @10276 NONAME ?CompareObjectMemoryDirect@GCC_ConferencePriority@@UBE?AW4Comparison@PObject@@ABV3@@Z @10277 NONAME ?CompareObjectMemoryDirect@GCC_ConferencePriorityScheme@@UBE?AW4Comparison@PObject@@ABV3@@Z @10278 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceQueryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10279 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceQueryResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10280 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceQueryResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @10281 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTerminateIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10282 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTerminateIndication_reason@@UBE?AW4Comparison@PObject@@ABV3@@Z @10283 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTerminateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10284 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTerminateRequest_reason@@UBE?AW4Comparison@PObject@@ABV3@@Z @10285 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTerminateResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10286 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTerminateResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @10287 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTimeExtendIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10288 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTimeInquireIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10289 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTimeRemainingIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10290 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTransferIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10291 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTransferRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10292 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTransferResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10293 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTransferResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @10294 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceUnlockIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10295 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceUnlockRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10296 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceUnlockResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10297 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceUnlockResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @10298 NONAME ?CompareObjectMemoryDirect@GCC_ConnectData@@UBE?AW4Comparison@PObject@@ABV3@@Z @10299 NONAME ?CompareObjectMemoryDirect@GCC_ConnectGCCPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @10300 NONAME ?CompareObjectMemoryDirect@GCC_DialingString@@UBE?AW4Comparison@PObject@@ABV3@@Z @10301 NONAME ?CompareObjectMemoryDirect@GCC_DynamicChannelID@@UBE?AW4Comparison@PObject@@ABV3@@Z @10302 NONAME ?CompareObjectMemoryDirect@GCC_DynamicTokenID@@UBE?AW4Comparison@PObject@@ABV3@@Z @10303 NONAME ?CompareObjectMemoryDirect@GCC_EntityID@@UBE?AW4Comparison@PObject@@ABV3@@Z @10304 NONAME ?CompareObjectMemoryDirect@GCC_ExtraDialingString@@UBE?AW4Comparison@PObject@@ABV3@@Z @10305 NONAME ?CompareObjectMemoryDirect@GCC_FunctionNotSupportedResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10306 NONAME ?CompareObjectMemoryDirect@GCC_GCCPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @10307 NONAME ?CompareObjectMemoryDirect@GCC_H221NonStandardIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @10308 NONAME ?CompareObjectMemoryDirect@GCC_Handle@@UBE?AW4Comparison@PObject@@ABV3@@Z @10309 NONAME ?CompareObjectMemoryDirect@GCC_IndicationPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @10310 NONAME ?CompareObjectMemoryDirect@GCC_Key@@UBE?AW4Comparison@PObject@@ABV3@@Z @10311 NONAME ?CompareObjectMemoryDirect@GCC_NetworkAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10312 NONAME ?CompareObjectMemoryDirect@GCC_NetworkAddress_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @10313 NONAME ?CompareObjectMemoryDirect@GCC_NetworkAddress_subtype_aggregatedChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @10314 NONAME ?CompareObjectMemoryDirect@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBE?AW4Comparison@PObject@@ABV3@@Z @10315 NONAME ?CompareObjectMemoryDirect@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBE?AW4Comparison@PObject@@ABV3@@Z @10316 NONAME ?CompareObjectMemoryDirect@GCC_NetworkAddress_subtype_transportConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @10317 NONAME ?CompareObjectMemoryDirect@GCC_NodeProperties@@UBE?AW4Comparison@PObject@@ABV3@@Z @10318 NONAME ?CompareObjectMemoryDirect@GCC_NodeRecord@@UBE?AW4Comparison@PObject@@ABV3@@Z @10319 NONAME ?CompareObjectMemoryDirect@GCC_NodeType@@UBE?AW4Comparison@PObject@@ABV3@@Z @10320 NONAME ?CompareObjectMemoryDirect@GCC_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @10321 NONAME ?CompareObjectMemoryDirect@GCC_NonStandardPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @10322 NONAME ?CompareObjectMemoryDirect@GCC_Password@@UBE?AW4Comparison@PObject@@ABV3@@Z @10323 NONAME ?CompareObjectMemoryDirect@GCC_PasswordChallengeRequestResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10324 NONAME ?CompareObjectMemoryDirect@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10325 NONAME ?CompareObjectMemoryDirect@GCC_PasswordSelector@@UBE?AW4Comparison@PObject@@ABV3@@Z @10326 NONAME ?CompareObjectMemoryDirect@GCC_Privilege@@UBE?AW4Comparison@PObject@@ABV3@@Z @10327 NONAME ?CompareObjectMemoryDirect@GCC_RegistryAllocateHandleRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10328 NONAME ?CompareObjectMemoryDirect@GCC_RegistryAllocateHandleResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10329 NONAME ?CompareObjectMemoryDirect@GCC_RegistryAllocateHandleResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @10330 NONAME ?CompareObjectMemoryDirect@GCC_RegistryAssignTokenRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10331 NONAME ?CompareObjectMemoryDirect@GCC_RegistryDeleteEntryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10332 NONAME ?CompareObjectMemoryDirect@GCC_RegistryEntryOwner@@UBE?AW4Comparison@PObject@@ABV3@@Z @10333 NONAME ?CompareObjectMemoryDirect@GCC_RegistryEntryOwner_owned@@UBE?AW4Comparison@PObject@@ABV3@@Z @10334 NONAME ?CompareObjectMemoryDirect@GCC_RegistryItem@@UBE?AW4Comparison@PObject@@ABV3@@Z @10335 NONAME ?CompareObjectMemoryDirect@GCC_RegistryKey@@UBE?AW4Comparison@PObject@@ABV3@@Z @10336 NONAME ?CompareObjectMemoryDirect@GCC_RegistryModificationRights@@UBE?AW4Comparison@PObject@@ABV3@@Z @10337 NONAME ?CompareObjectMemoryDirect@GCC_RegistryMonitorEntryIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10338 NONAME ?CompareObjectMemoryDirect@GCC_RegistryMonitorEntryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10339 NONAME ?CompareObjectMemoryDirect@GCC_RegistryRegisterChannelRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10340 NONAME ?CompareObjectMemoryDirect@GCC_RegistryResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10341 NONAME ?CompareObjectMemoryDirect@GCC_RegistryResponse_primitiveType@@UBE?AW4Comparison@PObject@@ABV3@@Z @10342 NONAME ?CompareObjectMemoryDirect@GCC_RegistryResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @10343 NONAME ?CompareObjectMemoryDirect@GCC_RegistryRetrieveEntryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10344 NONAME ?CompareObjectMemoryDirect@GCC_RegistrySetParameterRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10345 NONAME ?CompareObjectMemoryDirect@GCC_RequestPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @10346 NONAME ?CompareObjectMemoryDirect@GCC_ResponsePDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @10347 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10348 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @10349 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @10350 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@UBE?AW4Comparison@PObject@@ABV3@@Z @10351 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@UBE?AW4Comparison@PObject@@ABV3@@Z @10352 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @10353 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@UBE?AW4Comparison@PObject@@ABV3@@Z @10354 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@UBE?AW4Comparison@PObject@@ABV3@@Z @10355 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @10356 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@UBE?AW4Comparison@PObject@@ABV3@@Z @10357 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @10358 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@UBE?AW4Comparison@PObject@@ABV3@@Z @10359 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_nodeInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @10360 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@UBE?AW4Comparison@PObject@@ABV3@@Z @10361 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@UBE?AW4Comparison@PObject@@ABV3@@Z @10362 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @10363 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@UBE?AW4Comparison@PObject@@ABV3@@Z @10364 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @10365 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@UBE?AW4Comparison@PObject@@ABV3@@Z @10366 NONAME ?CompareObjectMemoryDirect@GCC_SessionKey@@UBE?AW4Comparison@PObject@@ABV3@@Z @10367 NONAME ?CompareObjectMemoryDirect@GCC_SimpleNumericString@@UBE?AW4Comparison@PObject@@ABV3@@Z @10368 NONAME ?CompareObjectMemoryDirect@GCC_SimpleTextString@@UBE?AW4Comparison@PObject@@ABV3@@Z @10369 NONAME ?CompareObjectMemoryDirect@GCC_StaticChannelID@@UBE?AW4Comparison@PObject@@ABV3@@Z @10370 NONAME ?CompareObjectMemoryDirect@GCC_StaticTokenID@@UBE?AW4Comparison@PObject@@ABV3@@Z @10371 NONAME ?CompareObjectMemoryDirect@GCC_SubAddressString@@UBE?AW4Comparison@PObject@@ABV3@@Z @10372 NONAME ?CompareObjectMemoryDirect@GCC_TerminationMethod@@UBE?AW4Comparison@PObject@@ABV3@@Z @10373 NONAME ?CompareObjectMemoryDirect@GCC_TextMessageIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10374 NONAME ?CompareObjectMemoryDirect@GCC_TextString@@UBE?AW4Comparison@PObject@@ABV3@@Z @10375 NONAME ?CompareObjectMemoryDirect@GCC_Time@@UBE?AW4Comparison@PObject@@ABV3@@Z @10376 NONAME ?CompareObjectMemoryDirect@GCC_TokenID@@UBE?AW4Comparison@PObject@@ABV3@@Z @10377 NONAME ?CompareObjectMemoryDirect@GCC_UserData@@UBE?AW4Comparison@PObject@@ABV3@@Z @10378 NONAME ?CompareObjectMemoryDirect@GCC_UserData_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @10379 NONAME ?CompareObjectMemoryDirect@GCC_UserID@@UBE?AW4Comparison@PObject@@ABV3@@Z @10380 NONAME ?CompareObjectMemoryDirect@GCC_UserIDIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10381 NONAME ?CompareObjectMemoryDirect@H225CallThread@@UBE?AW4Comparison@PObject@@ABV3@@Z @10382 NONAME ?CompareObjectMemoryDirect@H225TransportThread@@UBE?AW4Comparison@PObject@@ABV3@@Z @10384 NONAME ?CompareObjectMemoryDirect@H225_AddressPattern@@UBE?AW4Comparison@PObject@@ABV3@@Z @26068 NONAME ?CompareObjectMemoryDirect@H225_AddressPattern_range@@UBE?AW4Comparison@PObject@@ABV3@@Z @26069 NONAME ?CompareObjectMemoryDirect@H225_AdmissionConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @10385 NONAME ?CompareObjectMemoryDirect@H225_AdmissionConfirm_language@@UBE?AW4Comparison@PObject@@ABV3@@Z @26070 NONAME ?CompareObjectMemoryDirect@H225_AdmissionReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10386 NONAME ?CompareObjectMemoryDirect@H225_AdmissionRejectReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @10387 NONAME ?CompareObjectMemoryDirect@H225_AdmissionRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10388 NONAME ?CompareObjectMemoryDirect@H225_Alerting_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @10389 NONAME ?CompareObjectMemoryDirect@H225_AliasAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10390 NONAME ?CompareObjectMemoryDirect@H225_AlternateGK@@UBE?AW4Comparison@PObject@@ABV3@@Z @10391 NONAME ?CompareObjectMemoryDirect@H225_AlternateTransportAddresses@@UBE?AW4Comparison@PObject@@ABV3@@Z @26071 NONAME ?CompareObjectMemoryDirect@H225_AltGKInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @10392 NONAME ?CompareObjectMemoryDirect@H225_ANSI_41_UIM@@UBE?AW4Comparison@PObject@@ABV3@@Z @26072 NONAME ?CompareObjectMemoryDirect@H225_ANSI_41_UIM_system_id@@UBE?AW4Comparison@PObject@@ABV3@@Z @26073 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_AddressPattern@@UBE?AW4Comparison@PObject@@ABV3@@Z @26074 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_AdmissionConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @38715 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_AliasAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10393 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_AlternateGK@@UBE?AW4Comparison@PObject@@ABV3@@Z @10394 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_AuthenticationMechanism@@UBE?AW4Comparison@PObject@@ABV3@@Z @10395 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_BandwidthDetails@@UBE?AW4Comparison@PObject@@ABV3@@Z @26075 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_CallReferenceValue@@UBE?AW4Comparison@PObject@@ABV3@@Z @10396 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_CallsAvailable@@UBE?AW4Comparison@PObject@@ABV3@@Z @26076 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_ClearToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @10397 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_ConferenceIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @10398 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_ConferenceList@@UBE?AW4Comparison@PObject@@ABV3@@Z @10399 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_CryptoH323Token@@UBE?AW4Comparison@PObject@@ABV3@@Z @10400 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_DataRate@@UBE?AW4Comparison@PObject@@ABV3@@Z @10401 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_Endpoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @10402 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_EnumeratedParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @26077 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_ExtendedAliasAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @26078 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_FeatureDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @26079 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_GenericData@@UBE?AW4Comparison@PObject@@ABV3@@Z @26080 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_H245Security@@UBE?AW4Comparison@PObject@@ABV3@@Z @10403 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_H248PackagesDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @26081 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_IntegrityMechanism@@UBE?AW4Comparison@PObject@@ABV3@@Z @10404 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @10405 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_PartyNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @26082 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_PASN_ObjectId@@UBE?AW4Comparison@PObject@@ABV3@@Z @10406 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_PASN_OctetString@@UBE?AW4Comparison@PObject@@ABV3@@Z @10407 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_RasUsageSpecification@@UBE?AW4Comparison@PObject@@ABV3@@Z @26083 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_RTPSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @10408 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_ServiceControlSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @26084 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_SupportedPrefix@@UBE?AW4Comparison@PObject@@ABV3@@Z @10409 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_SupportedProtocols@@UBE?AW4Comparison@PObject@@ABV3@@Z @10410 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_TransportAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10411 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_TransportChannelInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @10412 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_TunnelledProtocol@@UBE?AW4Comparison@PObject@@ABV3@@Z @26085 NONAME ?CompareObjectMemoryDirect@H225_BandRejectReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @10413 NONAME ?CompareObjectMemoryDirect@H225_BandWidth@@UBE?AW4Comparison@PObject@@ABV3@@Z @10414 NONAME ?CompareObjectMemoryDirect@H225_BandwidthConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @10415 NONAME ?CompareObjectMemoryDirect@H225_BandwidthDetails@@UBE?AW4Comparison@PObject@@ABV3@@Z @26086 NONAME ?CompareObjectMemoryDirect@H225_BandwidthReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10416 NONAME ?CompareObjectMemoryDirect@H225_BandwidthRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10417 NONAME ?CompareObjectMemoryDirect@H225_CallCapacity@@UBE?AW4Comparison@PObject@@ABV3@@Z @26087 NONAME ?CompareObjectMemoryDirect@H225_CallCapacityInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @26088 NONAME ?CompareObjectMemoryDirect@H225_CallCreditCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @26089 NONAME ?CompareObjectMemoryDirect@H225_CallCreditServiceControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @26090 NONAME ?CompareObjectMemoryDirect@H225_CallCreditServiceControl_billingMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @26091 NONAME ?CompareObjectMemoryDirect@H225_CallCreditServiceControl_callStartingPoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @26092 NONAME ?CompareObjectMemoryDirect@H225_CallIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @10418 NONAME ?CompareObjectMemoryDirect@H225_CallLinkage@@UBE?AW4Comparison@PObject@@ABV3@@Z @26093 NONAME ?CompareObjectMemoryDirect@H225_CallModel@@UBE?AW4Comparison@PObject@@ABV3@@Z @10419 NONAME ?CompareObjectMemoryDirect@H225_CallProceeding_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @10420 NONAME ?CompareObjectMemoryDirect@H225_CallReferenceValue@@UBE?AW4Comparison@PObject@@ABV3@@Z @10421 NONAME ?CompareObjectMemoryDirect@H225_CallsAvailable@@UBE?AW4Comparison@PObject@@ABV3@@Z @26094 NONAME ?CompareObjectMemoryDirect@H225_CallTerminationCause@@UBE?AW4Comparison@PObject@@ABV3@@Z @26095 NONAME ?CompareObjectMemoryDirect@H225_CallType@@UBE?AW4Comparison@PObject@@ABV3@@Z @10422 NONAME ?CompareObjectMemoryDirect@H225_CapacityReportingCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @26096 NONAME ?CompareObjectMemoryDirect@H225_CapacityReportingSpecification@@UBE?AW4Comparison@PObject@@ABV3@@Z @26097 NONAME ?CompareObjectMemoryDirect@H225_CapacityReportingSpecification_when@@UBE?AW4Comparison@PObject@@ABV3@@Z @26098 NONAME ?CompareObjectMemoryDirect@H225_CarrierInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @38716 NONAME ?CompareObjectMemoryDirect@H225_CicInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @26099 NONAME ?CompareObjectMemoryDirect@H225_CicInfo_cic@@UBE?AW4Comparison@PObject@@ABV3@@Z @26100 NONAME ?CompareObjectMemoryDirect@H225_CircuitIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @26101 NONAME ?CompareObjectMemoryDirect@H225_CircuitInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @26102 NONAME ?CompareObjectMemoryDirect@H225_ConferenceIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @10423 NONAME ?CompareObjectMemoryDirect@H225_ConferenceList@@UBE?AW4Comparison@PObject@@ABV3@@Z @10424 NONAME ?CompareObjectMemoryDirect@H225_Connect_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @10425 NONAME ?CompareObjectMemoryDirect@H225_Connect_UUIE_language@@UBE?AW4Comparison@PObject@@ABV3@@Z @26103 NONAME ?CompareObjectMemoryDirect@H225_Content@@UBE?AW4Comparison@PObject@@ABV3@@Z @26104 NONAME ?CompareObjectMemoryDirect@H225_CryptoH323Token@@UBE?AW4Comparison@PObject@@ABV3@@Z @10426 NONAME ?CompareObjectMemoryDirect@H225_CryptoH323Token_cryptoEPPwdHash@@UBE?AW4Comparison@PObject@@ABV3@@Z @10427 NONAME ?CompareObjectMemoryDirect@H225_CryptoH323Token_cryptoGKPwdHash@@UBE?AW4Comparison@PObject@@ABV3@@Z @10428 NONAME ?CompareObjectMemoryDirect@H225_DataRate@@UBE?AW4Comparison@PObject@@ABV3@@Z @10429 NONAME ?CompareObjectMemoryDirect@H225_DisengageConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @10430 NONAME ?CompareObjectMemoryDirect@H225_DisengageReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @10431 NONAME ?CompareObjectMemoryDirect@H225_DisengageReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10432 NONAME ?CompareObjectMemoryDirect@H225_DisengageRejectReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @10433 NONAME ?CompareObjectMemoryDirect@H225_DisengageRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10434 NONAME ?CompareObjectMemoryDirect@H225_EncodedFastStartToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @27791 NONAME ?CompareObjectMemoryDirect@H225_EncryptIntAlg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10435 NONAME ?CompareObjectMemoryDirect@H225_Endpoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @10436 NONAME ?CompareObjectMemoryDirect@H225_EndpointIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @10437 NONAME ?CompareObjectMemoryDirect@H225_EndpointType@@UBE?AW4Comparison@PObject@@ABV3@@Z @10438 NONAME ?CompareObjectMemoryDirect@H225_EnumeratedParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @26105 NONAME ?CompareObjectMemoryDirect@H225_ExtendedAliasAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @26106 NONAME ?CompareObjectMemoryDirect@H225_FacilityReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @10439 NONAME ?CompareObjectMemoryDirect@H225_Facility_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @10440 NONAME ?CompareObjectMemoryDirect@H225_FastStartToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @10441 NONAME ?CompareObjectMemoryDirect@H225_FeatureDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @26107 NONAME ?CompareObjectMemoryDirect@H225_FeatureSet@@UBE?AW4Comparison@PObject@@ABV3@@Z @26108 NONAME ?CompareObjectMemoryDirect@H225_GatekeeperConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @10442 NONAME ?CompareObjectMemoryDirect@H225_GatekeeperIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @10443 NONAME ?CompareObjectMemoryDirect@H225_GatekeeperInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @10444 NONAME ?CompareObjectMemoryDirect@H225_GatekeeperReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10445 NONAME ?CompareObjectMemoryDirect@H225_GatekeeperRejectReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @10446 NONAME ?CompareObjectMemoryDirect@H225_GatekeeperRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10447 NONAME ?CompareObjectMemoryDirect@H225_GatewayInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @10448 NONAME ?CompareObjectMemoryDirect@H225_GenericData@@UBE?AW4Comparison@PObject@@ABV3@@Z @26109 NONAME ?CompareObjectMemoryDirect@H225_GenericIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @26110 NONAME ?CompareObjectMemoryDirect@H225_GloballyUniqueID@@UBE?AW4Comparison@PObject@@ABV3@@Z @10449 NONAME ?CompareObjectMemoryDirect@H225_GroupID@@UBE?AW4Comparison@PObject@@ABV3@@Z @26111 NONAME ?CompareObjectMemoryDirect@H225_GroupID_member@@UBE?AW4Comparison@PObject@@ABV3@@Z @26112 NONAME ?CompareObjectMemoryDirect@H225_GSM_UIM@@UBE?AW4Comparison@PObject@@ABV3@@Z @26113 NONAME ?CompareObjectMemoryDirect@H225_H221NonStandard@@UBE?AW4Comparison@PObject@@ABV3@@Z @10450 NONAME ?CompareObjectMemoryDirect@H225_H245Security@@UBE?AW4Comparison@PObject@@ABV3@@Z @10451 NONAME ?CompareObjectMemoryDirect@H225_H248PackagesDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @26114 NONAME ?CompareObjectMemoryDirect@H225_H248SignalsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @26115 NONAME ?CompareObjectMemoryDirect@H225_H310Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @10452 NONAME ?CompareObjectMemoryDirect@H225_H320Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @10453 NONAME ?CompareObjectMemoryDirect@H225_H321Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @10454 NONAME ?CompareObjectMemoryDirect@H225_H322Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @10455 NONAME ?CompareObjectMemoryDirect@H225_H323Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @10456 NONAME ?CompareObjectMemoryDirect@H225_H323_UserInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @10457 NONAME ?CompareObjectMemoryDirect@H225_H323_UserInformation_user_data@@UBE?AW4Comparison@PObject@@ABV3@@Z @10458 NONAME ?CompareObjectMemoryDirect@H225_H323_UU_PDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @10459 NONAME ?CompareObjectMemoryDirect@H225_H323_UU_PDU_h323_message_body@@UBE?AW4Comparison@PObject@@ABV3@@Z @10460 NONAME ?CompareObjectMemoryDirect@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @26116 NONAME ?CompareObjectMemoryDirect@H225_H324Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @10461 NONAME ?CompareObjectMemoryDirect@H225_ICV@@UBE?AW4Comparison@PObject@@ABV3@@Z @10462 NONAME ?CompareObjectMemoryDirect@H225_InfoRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10463 NONAME ?CompareObjectMemoryDirect@H225_InfoRequestAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @10464 NONAME ?CompareObjectMemoryDirect@H225_InfoRequestNak@@UBE?AW4Comparison@PObject@@ABV3@@Z @10465 NONAME ?CompareObjectMemoryDirect@H225_InfoRequestNakReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @10466 NONAME ?CompareObjectMemoryDirect@H225_InfoRequestResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10467 NONAME ?CompareObjectMemoryDirect@H225_InfoRequestResponseStatus@@UBE?AW4Comparison@PObject@@ABV3@@Z @26117 NONAME ?CompareObjectMemoryDirect@H225_InfoRequestResponse_perCallInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @10468 NONAME ?CompareObjectMemoryDirect@H225_InfoRequestResponse_perCallInfo_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @10469 NONAME ?CompareObjectMemoryDirect@H225_InfoRequestResponse_perCallInfo_subtype_pdu@@UBE?AW4Comparison@PObject@@ABV3@@Z @10470 NONAME ?CompareObjectMemoryDirect@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @10471 NONAME ?CompareObjectMemoryDirect@H225_Information_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @10472 NONAME ?CompareObjectMemoryDirect@H225_IntegrityMechanism@@UBE?AW4Comparison@PObject@@ABV3@@Z @10473 NONAME ?CompareObjectMemoryDirect@H225_LocationConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @10474 NONAME ?CompareObjectMemoryDirect@H225_LocationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10475 NONAME ?CompareObjectMemoryDirect@H225_LocationRejectReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @10476 NONAME ?CompareObjectMemoryDirect@H225_LocationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10477 NONAME ?CompareObjectMemoryDirect@H225_McuInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @10478 NONAME ?CompareObjectMemoryDirect@H225_MobileUIM@@UBE?AW4Comparison@PObject@@ABV3@@Z @26118 NONAME ?CompareObjectMemoryDirect@H225_NonIsoIntegrityMechanism@@UBE?AW4Comparison@PObject@@ABV3@@Z @10479 NONAME ?CompareObjectMemoryDirect@H225_NonStandardIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @10480 NONAME ?CompareObjectMemoryDirect@H225_NonStandardMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @10481 NONAME ?CompareObjectMemoryDirect@H225_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @10482 NONAME ?CompareObjectMemoryDirect@H225_NonStandardProtocol@@UBE?AW4Comparison@PObject@@ABV3@@Z @10483 NONAME ?CompareObjectMemoryDirect@H225_Notify_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @26119 NONAME ?CompareObjectMemoryDirect@H225_NumberDigits@@UBE?AW4Comparison@PObject@@ABV3@@Z @10484 NONAME ?CompareObjectMemoryDirect@H225_PartyNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @10485 NONAME ?CompareObjectMemoryDirect@H225_PresentationIndicator@@UBE?AW4Comparison@PObject@@ABV3@@Z @26120 NONAME ?CompareObjectMemoryDirect@H225_PrivatePartyNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @10486 NONAME ?CompareObjectMemoryDirect@H225_PrivateTypeOfNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @10487 NONAME ?CompareObjectMemoryDirect@H225_Progress_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @10488 NONAME ?CompareObjectMemoryDirect@H225_ProtocolIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @10489 NONAME ?CompareObjectMemoryDirect@H225_PublicPartyNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @10490 NONAME ?CompareObjectMemoryDirect@H225_PublicTypeOfNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @10491 NONAME ?CompareObjectMemoryDirect@H225_Q954Details@@UBE?AW4Comparison@PObject@@ABV3@@Z @10492 NONAME ?CompareObjectMemoryDirect@H225_QseriesOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @10493 NONAME ?CompareObjectMemoryDirect@H225_RAS@@UBE?AW4Comparison@PObject@@ABV3@@Z @27914 NONAME ?CompareObjectMemoryDirect@H225_RasMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @10494 NONAME ?CompareObjectMemoryDirect@H225_RasUsageInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @26121 NONAME ?CompareObjectMemoryDirect@H225_RasUsageInfoTypes@@UBE?AW4Comparison@PObject@@ABV3@@Z @26122 NONAME ?CompareObjectMemoryDirect@H225_RasUsageSpecification@@UBE?AW4Comparison@PObject@@ABV3@@Z @26123 NONAME ?CompareObjectMemoryDirect@H225_RasUsageSpecification_callStartingPoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @26124 NONAME ?CompareObjectMemoryDirect@H225_RasUsageSpecification_when@@UBE?AW4Comparison@PObject@@ABV3@@Z @26125 NONAME ?CompareObjectMemoryDirect@H225_RegistrationConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @10495 NONAME ?CompareObjectMemoryDirect@H225_RegistrationConfirm_preGrantedARQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @10496 NONAME ?CompareObjectMemoryDirect@H225_RegistrationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10497 NONAME ?CompareObjectMemoryDirect@H225_RegistrationRejectReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @10498 NONAME ?CompareObjectMemoryDirect@H225_RegistrationRejectReason_invalidTerminalAliases@@UBE?AW4Comparison@PObject@@ABV3@@Z @26126 NONAME ?CompareObjectMemoryDirect@H225_RegistrationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10499 NONAME ?CompareObjectMemoryDirect@H225_ReleaseCompleteReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @10500 NONAME ?CompareObjectMemoryDirect@H225_ReleaseComplete_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @10501 NONAME ?CompareObjectMemoryDirect@H225_RequestInProgress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10502 NONAME ?CompareObjectMemoryDirect@H225_RequestSeqNum@@UBE?AW4Comparison@PObject@@ABV3@@Z @10503 NONAME ?CompareObjectMemoryDirect@H225_ResourcesAvailableConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @10504 NONAME ?CompareObjectMemoryDirect@H225_ResourcesAvailableIndicate@@UBE?AW4Comparison@PObject@@ABV3@@Z @10505 NONAME ?CompareObjectMemoryDirect@H225_RTPSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @10506 NONAME ?CompareObjectMemoryDirect@H225_RTPSession_associatedSessionIds@@UBE?AW4Comparison@PObject@@ABV3@@Z @10507 NONAME ?CompareObjectMemoryDirect@H225_ScnConnectionAggregation@@UBE?AW4Comparison@PObject@@ABV3@@Z @26127 NONAME ?CompareObjectMemoryDirect@H225_ScnConnectionType@@UBE?AW4Comparison@PObject@@ABV3@@Z @26128 NONAME ?CompareObjectMemoryDirect@H225_ScreeningIndicator@@UBE?AW4Comparison@PObject@@ABV3@@Z @26129 NONAME ?CompareObjectMemoryDirect@H225_SecurityCapabilities@@UBE?AW4Comparison@PObject@@ABV3@@Z @10508 NONAME ?CompareObjectMemoryDirect@H225_SecurityErrors2@@UBE?AW4Comparison@PObject@@ABV3@@Z @38717 NONAME ?CompareObjectMemoryDirect@H225_SecurityErrors@@UBE?AW4Comparison@PObject@@ABV3@@Z @38718 NONAME ?CompareObjectMemoryDirect@H225_SecurityServiceMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10509 NONAME ?CompareObjectMemoryDirect@H225_ServiceControlDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @26130 NONAME ?CompareObjectMemoryDirect@H225_ServiceControlIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @26131 NONAME ?CompareObjectMemoryDirect@H225_ServiceControlIndication_callSpecific@@UBE?AW4Comparison@PObject@@ABV3@@Z @26132 NONAME ?CompareObjectMemoryDirect@H225_ServiceControlResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @26133 NONAME ?CompareObjectMemoryDirect@H225_ServiceControlResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @26134 NONAME ?CompareObjectMemoryDirect@H225_ServiceControlSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @26135 NONAME ?CompareObjectMemoryDirect@H225_ServiceControlSession_reason@@UBE?AW4Comparison@PObject@@ABV3@@Z @26136 NONAME ?CompareObjectMemoryDirect@H225_SetupAcknowledge_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @26137 NONAME ?CompareObjectMemoryDirect@H225_Setup_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @10510 NONAME ?CompareObjectMemoryDirect@H225_Setup_UUIE_conferenceGoal@@UBE?AW4Comparison@PObject@@ABV3@@Z @10511 NONAME ?CompareObjectMemoryDirect@H225_Setup_UUIE_connectionParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @26138 NONAME ?CompareObjectMemoryDirect@H225_Setup_UUIE_language@@UBE?AW4Comparison@PObject@@ABV3@@Z @26139 NONAME ?CompareObjectMemoryDirect@H225_SIPCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @38719 NONAME ?CompareObjectMemoryDirect@H225_StatusInquiry_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @26140 NONAME ?CompareObjectMemoryDirect@H225_Status_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @26141 NONAME ?CompareObjectMemoryDirect@H225_StimulusControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @26142 NONAME ?CompareObjectMemoryDirect@H225_SupportedPrefix@@UBE?AW4Comparison@PObject@@ABV3@@Z @10512 NONAME ?CompareObjectMemoryDirect@H225_SupportedProtocols@@UBE?AW4Comparison@PObject@@ABV3@@Z @10513 NONAME ?CompareObjectMemoryDirect@H225_T120OnlyCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @10514 NONAME ?CompareObjectMemoryDirect@H225_T38FaxAnnexbOnlyCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @26143 NONAME ?CompareObjectMemoryDirect@H225_TBCD_STRING@@UBE?AW4Comparison@PObject@@ABV3@@Z @26144 NONAME ?CompareObjectMemoryDirect@H225_TerminalInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @10515 NONAME ?CompareObjectMemoryDirect@H225_TimeToLive@@UBE?AW4Comparison@PObject@@ABV3@@Z @10516 NONAME ?CompareObjectMemoryDirect@H225_TransportAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10517 NONAME ?CompareObjectMemoryDirect@H225_TransportAddress_ip6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @10518 NONAME ?CompareObjectMemoryDirect@H225_TransportAddress_ipAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10519 NONAME ?CompareObjectMemoryDirect@H225_TransportAddress_ipSourceRoute@@UBE?AW4Comparison@PObject@@ABV3@@Z @10520 NONAME ?CompareObjectMemoryDirect@H225_TransportAddress_ipSourceRoute_route@@UBE?AW4Comparison@PObject@@ABV3@@Z @10521 NONAME ?CompareObjectMemoryDirect@H225_TransportAddress_ipSourceRoute_routing@@UBE?AW4Comparison@PObject@@ABV3@@Z @10522 NONAME ?CompareObjectMemoryDirect@H225_TransportAddress_ipxAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10523 NONAME ?CompareObjectMemoryDirect@H225_TransportChannelInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @10524 NONAME ?CompareObjectMemoryDirect@H225_TransportQOS@@UBE?AW4Comparison@PObject@@ABV3@@Z @10525 NONAME ?CompareObjectMemoryDirect@H225_TunnelledProtocol@@UBE?AW4Comparison@PObject@@ABV3@@Z @26145 NONAME ?CompareObjectMemoryDirect@H225_TunnelledProtocolAlternateIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @26146 NONAME ?CompareObjectMemoryDirect@H225_TunnelledProtocol_id@@UBE?AW4Comparison@PObject@@ABV3@@Z @26147 NONAME ?CompareObjectMemoryDirect@H225_UnknownMessageResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10526 NONAME ?CompareObjectMemoryDirect@H225_UnregistrationConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @10527 NONAME ?CompareObjectMemoryDirect@H225_UnregistrationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10528 NONAME ?CompareObjectMemoryDirect@H225_UnregistrationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10529 NONAME ?CompareObjectMemoryDirect@H225_UnregRejectReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @10530 NONAME ?CompareObjectMemoryDirect@H225_UnregRequestReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @10531 NONAME ?CompareObjectMemoryDirect@H225_UseSpecifiedTransport@@UBE?AW4Comparison@PObject@@ABV3@@Z @26148 NONAME ?CompareObjectMemoryDirect@H225_UUIEsRequested@@UBE?AW4Comparison@PObject@@ABV3@@Z @10532 NONAME ?CompareObjectMemoryDirect@H225_VendorIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @10533 NONAME ?CompareObjectMemoryDirect@H225_VoiceCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @10534 NONAME ?CompareObjectMemoryDirect@H235AuthCAT@@UBE?AW4Comparison@PObject@@ABV3@@Z @34829 NONAME ?CompareObjectMemoryDirect@H235Authenticator@@UBE?AW4Comparison@PObject@@ABV3@@Z @28866 NONAME ?CompareObjectMemoryDirect@H235Authenticators@@UBE?AW4Comparison@PObject@@ABV3@@Z @31298 NONAME ?CompareObjectMemoryDirect@H235AuthProcedure1@@UBE?AW4Comparison@PObject@@ABV3@@Z @28867 NONAME ?CompareObjectMemoryDirect@H235AuthSimpleMD5@@UBE?AW4Comparison@PObject@@ABV3@@Z @28868 NONAME ?CompareObjectMemoryDirect@H235_AuthenticationBES@@UBE?AW4Comparison@PObject@@ABV3@@Z @28727 NONAME ?CompareObjectMemoryDirect@H235_AuthenticationMechanism@@UBE?AW4Comparison@PObject@@ABV3@@Z @10535 NONAME ?CompareObjectMemoryDirect@H235_ChallengeString@@UBE?AW4Comparison@PObject@@ABV3@@Z @10536 NONAME ?CompareObjectMemoryDirect@H235_ClearToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @10537 NONAME ?CompareObjectMemoryDirect@H235_CryptoToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @10538 NONAME ?CompareObjectMemoryDirect@H235_CryptoToken_cryptoEncryptedToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @10539 NONAME ?CompareObjectMemoryDirect@H235_CryptoToken_cryptoHashedToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @10540 NONAME ?CompareObjectMemoryDirect@H235_CryptoToken_cryptoSignedToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @10541 NONAME ?CompareObjectMemoryDirect@H235_DHset@@UBE?AW4Comparison@PObject@@ABV3@@Z @10542 NONAME ?CompareObjectMemoryDirect@H235_ECGDSASignature@@UBE?AW4Comparison@PObject@@ABV3@@Z @38720 NONAME ?CompareObjectMemoryDirect@H235_ECKASDH@@UBE?AW4Comparison@PObject@@ABV3@@Z @28729 NONAME ?CompareObjectMemoryDirect@H235_ECKASDH_eckasdh2@@UBE?AW4Comparison@PObject@@ABV3@@Z @28730 NONAME ?CompareObjectMemoryDirect@H235_ECKASDH_eckasdhp@@UBE?AW4Comparison@PObject@@ABV3@@Z @28731 NONAME ?CompareObjectMemoryDirect@H235_ECpoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @38721 NONAME ?CompareObjectMemoryDirect@H235_EncodedGeneralToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @27792 NONAME ?CompareObjectMemoryDirect@H235_EncodedKeySignedMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @27793 NONAME ?CompareObjectMemoryDirect@H235_EncodedKeySyncMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @27794 NONAME ?CompareObjectMemoryDirect@H235_EncodedPwdCertToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @27795 NONAME ?CompareObjectMemoryDirect@H235_EncodedReturnSig@@UBE?AW4Comparison@PObject@@ABV3@@Z @27796 NONAME ?CompareObjectMemoryDirect@H235_H235CertificateSignature@@UBE?AW4Comparison@PObject@@ABV3@@Z @10543 NONAME ?CompareObjectMemoryDirect@H235_H235Key@@UBE?AW4Comparison@PObject@@ABV3@@Z @10544 NONAME ?CompareObjectMemoryDirect@H235_Identifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @10545 NONAME ?CompareObjectMemoryDirect@H235_IV16@@UBE?AW4Comparison@PObject@@ABV3@@Z @28732 NONAME ?CompareObjectMemoryDirect@H235_IV8@@UBE?AW4Comparison@PObject@@ABV3@@Z @10546 NONAME ?CompareObjectMemoryDirect@H235_KeyMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @10547 NONAME ?CompareObjectMemoryDirect@H235_KeySignedMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @10548 NONAME ?CompareObjectMemoryDirect@H235_KeySyncMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @10549 NONAME ?CompareObjectMemoryDirect@H235_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @10550 NONAME ?CompareObjectMemoryDirect@H235_Params@@UBE?AW4Comparison@PObject@@ABV3@@Z @10551 NONAME ?CompareObjectMemoryDirect@H235_Password@@UBE?AW4Comparison@PObject@@ABV3@@Z @10552 NONAME ?CompareObjectMemoryDirect@H235_PwdCertToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @10553 NONAME ?CompareObjectMemoryDirect@H235_RandomVal@@UBE?AW4Comparison@PObject@@ABV3@@Z @10554 NONAME ?CompareObjectMemoryDirect@H235_ReturnSig@@UBE?AW4Comparison@PObject@@ABV3@@Z @10555 NONAME ?CompareObjectMemoryDirect@H235_TimeStamp@@UBE?AW4Comparison@PObject@@ABV3@@Z @10556 NONAME ?CompareObjectMemoryDirect@H235_TypedCertificate@@UBE?AW4Comparison@PObject@@ABV3@@Z @10557 NONAME ?CompareObjectMemoryDirect@H235_V3KeySyncMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @38722 NONAME ?CompareObjectMemoryDirect@H245NegLogicalChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @10558 NONAME ?CompareObjectMemoryDirect@H245NegLogicalChannels@@UBE?AW4Comparison@PObject@@ABV3@@Z @10559 NONAME ?CompareObjectMemoryDirect@H245NegMasterSlaveDetermination@@UBE?AW4Comparison@PObject@@ABV3@@Z @10560 NONAME ?CompareObjectMemoryDirect@H245Negotiator@@UBE?AW4Comparison@PObject@@ABV3@@Z @10561 NONAME ?CompareObjectMemoryDirect@H245NegRequestMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10562 NONAME ?CompareObjectMemoryDirect@H245NegRoundTripDelay@@UBE?AW4Comparison@PObject@@ABV3@@Z @10563 NONAME ?CompareObjectMemoryDirect@H245NegTerminalCapabilitySet@@UBE?AW4Comparison@PObject@@ABV3@@Z @10564 NONAME ?CompareObjectMemoryDirect@H245TransportThread@@UBE?AW4Comparison@PObject@@ABV3@@Z @10565 NONAME ?CompareObjectMemoryDirect@H245_AlternativeCapabilitySet@@UBE?AW4Comparison@PObject@@ABV3@@Z @10566 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_AlternativeCapabilitySet@@UBE?AW4Comparison@PObject@@ABV3@@Z @10567 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_BEnhancementParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10568 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_CapabilityDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @10569 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_CapabilityDescriptorNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @10570 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_CapabilityTableEntry@@UBE?AW4Comparison@PObject@@ABV3@@Z @10571 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_CapabilityTableEntryNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @10572 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_CommunicationModeTableEntry@@UBE?AW4Comparison@PObject@@ABV3@@Z @10573 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_CustomPictureClockFrequency@@UBE?AW4Comparison@PObject@@ABV3@@Z @10574 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_CustomPictureFormat@@UBE?AW4Comparison@PObject@@ABV3@@Z @10575 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_DataApplicationCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10576 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_DialingInformationNetworkType@@UBE?AW4Comparison@PObject@@ABV3@@Z @26149 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_DialingInformationNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @26150 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_EnhancementOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @10577 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_EscrowData@@UBE?AW4Comparison@PObject@@ABV3@@Z @10578 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_GenericCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @52485 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_GenericParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @26151 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_H263ModeComboFlags@@UBE?AW4Comparison@PObject@@ABV3@@Z @10579 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_H263VideoModeCombos@@UBE?AW4Comparison@PObject@@ABV3@@Z @10580 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_MediaChannelCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10581 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_MediaDistributionCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10582 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_ModeDescription@@UBE?AW4Comparison@PObject@@ABV3@@Z @10583 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_MultiplePayloadStreamElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @38723 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_MultiplePayloadStreamElementMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @38724 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_MultiplexElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @10584 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_MultiplexEntryDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @10585 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_MultiplexEntryRejectionDescriptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @10586 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_MultiplexTableEntryNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @10587 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @10588 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_ParameterIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @26152 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_PictureReference@@UBE?AW4Comparison@PObject@@ABV3@@Z @26153 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_Q2931Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @26154 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_QOSCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10589 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_RedundancyEncodingCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10590 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_RedundancyEncodingDTModeElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @38725 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_RedundancyEncodingElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @38726 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @10591 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@UBE?AW4Comparison@PObject@@ABV3@@Z @10592 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_RTPPayloadType@@UBE?AW4Comparison@PObject@@ABV3@@Z @10593 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_TerminalInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @10594 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_TerminalLabel@@UBE?AW4Comparison@PObject@@ABV3@@Z @10595 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_VCCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10596 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @52486 NONAME ?CompareObjectMemoryDirect@H245_ATMParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10597 NONAME ?CompareObjectMemoryDirect@H245_AudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10598 NONAME ?CompareObjectMemoryDirect@H245_AudioCapability_g7231@@UBE?AW4Comparison@PObject@@ABV3@@Z @10599 NONAME ?CompareObjectMemoryDirect@H245_AudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10600 NONAME ?CompareObjectMemoryDirect@H245_AudioMode_g7231@@UBE?AW4Comparison@PObject@@ABV3@@Z @10601 NONAME ?CompareObjectMemoryDirect@H245_AudioTelephonyEventCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @26155 NONAME ?CompareObjectMemoryDirect@H245_AudioToneCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @26156 NONAME ?CompareObjectMemoryDirect@H245_AuthenticationCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10602 NONAME ?CompareObjectMemoryDirect@H245_BEnhancementParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10603 NONAME ?CompareObjectMemoryDirect@H245_Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10604 NONAME ?CompareObjectMemoryDirect@H245_CapabilityDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @10605 NONAME ?CompareObjectMemoryDirect@H245_CapabilityDescriptorNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @10606 NONAME ?CompareObjectMemoryDirect@H245_CapabilityIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @26157 NONAME ?CompareObjectMemoryDirect@H245_CapabilityTableEntry@@UBE?AW4Comparison@PObject@@ABV3@@Z @10607 NONAME ?CompareObjectMemoryDirect@H245_CapabilityTableEntryNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @10608 NONAME ?CompareObjectMemoryDirect@H245_Capability_h233EncryptionReceiveCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10609 NONAME ?CompareObjectMemoryDirect@H245_CertSelectionCriteria@@UBE?AW4Comparison@PObject@@ABV3@@Z @10610 NONAME ?CompareObjectMemoryDirect@H245_CloseLogicalChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @10611 NONAME ?CompareObjectMemoryDirect@H245_CloseLogicalChannelAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @10612 NONAME ?CompareObjectMemoryDirect@H245_CloseLogicalChannel_reason@@UBE?AW4Comparison@PObject@@ABV3@@Z @10613 NONAME ?CompareObjectMemoryDirect@H245_CloseLogicalChannel_source@@UBE?AW4Comparison@PObject@@ABV3@@Z @10614 NONAME ?CompareObjectMemoryDirect@H245_CommandMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @10615 NONAME ?CompareObjectMemoryDirect@H245_CommunicationModeCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @10616 NONAME ?CompareObjectMemoryDirect@H245_CommunicationModeRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10617 NONAME ?CompareObjectMemoryDirect@H245_CommunicationModeResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10618 NONAME ?CompareObjectMemoryDirect@H245_CommunicationModeTableEntry@@UBE?AW4Comparison@PObject@@ABV3@@Z @10619 NONAME ?CompareObjectMemoryDirect@H245_CommunicationModeTableEntry_dataType@@UBE?AW4Comparison@PObject@@ABV3@@Z @10620 NONAME ?CompareObjectMemoryDirect@H245_CompressionType@@UBE?AW4Comparison@PObject@@ABV3@@Z @10621 NONAME ?CompareObjectMemoryDirect@H245_ConferenceCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10622 NONAME ?CompareObjectMemoryDirect@H245_ConferenceCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @10623 NONAME ?CompareObjectMemoryDirect@H245_ConferenceID@@UBE?AW4Comparison@PObject@@ABV3@@Z @10624 NONAME ?CompareObjectMemoryDirect@H245_ConferenceIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10625 NONAME ?CompareObjectMemoryDirect@H245_ConferenceRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10626 NONAME ?CompareObjectMemoryDirect@H245_ConferenceRequest_requestTerminalCertificate@@UBE?AW4Comparison@PObject@@ABV3@@Z @10627 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10628 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10629 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_chairTokenOwnerResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10630 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_conferenceIDResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10631 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_extensionAddressResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10632 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_makeMeChairResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10633 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_makeTerminalBroadcasterResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10634 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_mCTerminalIDResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10635 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_passwordResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10636 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_sendThisSourceResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10637 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_terminalCertificateResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10638 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_terminalIDResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10639 NONAME ?CompareObjectMemoryDirect@H245_ConnectionIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @26158 NONAME ?CompareObjectMemoryDirect@H245_CRCLength@@UBE?AW4Comparison@PObject@@ABV3@@Z @10640 NONAME ?CompareObjectMemoryDirect@H245_Criteria@@UBE?AW4Comparison@PObject@@ABV3@@Z @10641 NONAME ?CompareObjectMemoryDirect@H245_CustomPictureClockFrequency@@UBE?AW4Comparison@PObject@@ABV3@@Z @10642 NONAME ?CompareObjectMemoryDirect@H245_CustomPictureFormat@@UBE?AW4Comparison@PObject@@ABV3@@Z @10643 NONAME ?CompareObjectMemoryDirect@H245_CustomPictureFormat_mPI@@UBE?AW4Comparison@PObject@@ABV3@@Z @10644 NONAME ?CompareObjectMemoryDirect@H245_CustomPictureFormat_mPI_customPCF@@UBE?AW4Comparison@PObject@@ABV3@@Z @10645 NONAME ?CompareObjectMemoryDirect@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @10646 NONAME ?CompareObjectMemoryDirect@H245_CustomPictureFormat_pixelAspectInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @10647 NONAME ?CompareObjectMemoryDirect@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@UBE?AW4Comparison@PObject@@ABV3@@Z @10648 NONAME ?CompareObjectMemoryDirect@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @10649 NONAME ?CompareObjectMemoryDirect@H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10650 NONAME ?CompareObjectMemoryDirect@H245_DataApplicationCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10651 NONAME ?CompareObjectMemoryDirect@H245_DataApplicationCapability_application@@UBE?AW4Comparison@PObject@@ABV3@@Z @10652 NONAME ?CompareObjectMemoryDirect@H245_DataApplicationCapability_application_nlpid@@UBE?AW4Comparison@PObject@@ABV3@@Z @10653 NONAME ?CompareObjectMemoryDirect@H245_DataApplicationCapability_application_t38fax@@UBE?AW4Comparison@PObject@@ABV3@@Z @26159 NONAME ?CompareObjectMemoryDirect@H245_DataApplicationCapability_application_t84@@UBE?AW4Comparison@PObject@@ABV3@@Z @10654 NONAME ?CompareObjectMemoryDirect@H245_DataMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10655 NONAME ?CompareObjectMemoryDirect@H245_DataMode_application@@UBE?AW4Comparison@PObject@@ABV3@@Z @10656 NONAME ?CompareObjectMemoryDirect@H245_DataMode_application_nlpid@@UBE?AW4Comparison@PObject@@ABV3@@Z @10657 NONAME ?CompareObjectMemoryDirect@H245_DataMode_application_t38fax@@UBE?AW4Comparison@PObject@@ABV3@@Z @26160 NONAME ?CompareObjectMemoryDirect@H245_DataProtocolCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10658 NONAME ?CompareObjectMemoryDirect@H245_DataProtocolCapability_v76wCompression@@UBE?AW4Comparison@PObject@@ABV3@@Z @10659 NONAME ?CompareObjectMemoryDirect@H245_DataType@@UBE?AW4Comparison@PObject@@ABV3@@Z @10660 NONAME ?CompareObjectMemoryDirect@H245_DepFECCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @52487 NONAME ?CompareObjectMemoryDirect@H245_DepFECCapability_rfc2733@@UBE?AW4Comparison@PObject@@ABV3@@Z @52488 NONAME ?CompareObjectMemoryDirect@H245_DepFECCapability_rfc2733_separateStream@@UBE?AW4Comparison@PObject@@ABV3@@Z @52489 NONAME ?CompareObjectMemoryDirect@H245_DepFECData@@UBE?AW4Comparison@PObject@@ABV3@@Z @52490 NONAME ?CompareObjectMemoryDirect@H245_DepFECData_rfc2733@@UBE?AW4Comparison@PObject@@ABV3@@Z @52491 NONAME ?CompareObjectMemoryDirect@H245_DepFECData_rfc2733_mode@@UBE?AW4Comparison@PObject@@ABV3@@Z @52492 NONAME ?CompareObjectMemoryDirect@H245_DepFECData_rfc2733_mode_separateStream@@UBE?AW4Comparison@PObject@@ABV3@@Z @52493 NONAME ?CompareObjectMemoryDirect@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBE?AW4Comparison@PObject@@ABV3@@Z @52494 NONAME ?CompareObjectMemoryDirect@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBE?AW4Comparison@PObject@@ABV3@@Z @52495 NONAME ?CompareObjectMemoryDirect@H245_DepFECMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @52496 NONAME ?CompareObjectMemoryDirect@H245_DepFECMode_rfc2733Mode@@UBE?AW4Comparison@PObject@@ABV3@@Z @52497 NONAME ?CompareObjectMemoryDirect@H245_DepFECMode_rfc2733Mode_mode@@UBE?AW4Comparison@PObject@@ABV3@@Z @52498 NONAME ?CompareObjectMemoryDirect@H245_DepFECMode_rfc2733Mode_mode_separateStream@@UBE?AW4Comparison@PObject@@ABV3@@Z @52499 NONAME ?CompareObjectMemoryDirect@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBE?AW4Comparison@PObject@@ABV3@@Z @52500 NONAME ?CompareObjectMemoryDirect@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBE?AW4Comparison@PObject@@ABV3@@Z @52501 NONAME ?CompareObjectMemoryDirect@H245_DialingInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @26161 NONAME ?CompareObjectMemoryDirect@H245_DialingInformationNetworkType@@UBE?AW4Comparison@PObject@@ABV3@@Z @26162 NONAME ?CompareObjectMemoryDirect@H245_DialingInformationNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @26163 NONAME ?CompareObjectMemoryDirect@H245_EncryptionAuthenticationAndIntegrity@@UBE?AW4Comparison@PObject@@ABV3@@Z @10661 NONAME ?CompareObjectMemoryDirect@H245_EncryptionCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10662 NONAME ?CompareObjectMemoryDirect@H245_EncryptionCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @10663 NONAME ?CompareObjectMemoryDirect@H245_EncryptionCommand_encryptionAlgorithmID@@UBE?AW4Comparison@PObject@@ABV3@@Z @10664 NONAME ?CompareObjectMemoryDirect@H245_EncryptionMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10665 NONAME ?CompareObjectMemoryDirect@H245_EncryptionSync@@UBE?AW4Comparison@PObject@@ABV3@@Z @10666 NONAME ?CompareObjectMemoryDirect@H245_EncryptionUpdateDirection@@UBE?AW4Comparison@PObject@@ABV3@@Z @52502 NONAME ?CompareObjectMemoryDirect@H245_EncryptionUpdateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10667 NONAME ?CompareObjectMemoryDirect@H245_EndSessionCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @10668 NONAME ?CompareObjectMemoryDirect@H245_EndSessionCommand_gstnOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @10669 NONAME ?CompareObjectMemoryDirect@H245_EndSessionCommand_isdnOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @10670 NONAME ?CompareObjectMemoryDirect@H245_EnhancementLayerInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @10671 NONAME ?CompareObjectMemoryDirect@H245_EnhancementOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @10672 NONAME ?CompareObjectMemoryDirect@H245_EscrowData@@UBE?AW4Comparison@PObject@@ABV3@@Z @10673 NONAME ?CompareObjectMemoryDirect@H245_ExtendedVideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @52503 NONAME ?CompareObjectMemoryDirect@H245_FECCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @38727 NONAME ?CompareObjectMemoryDirect@H245_FECCapability_rfc2733Format@@UBE?AW4Comparison@PObject@@ABV3@@Z @52504 NONAME ?CompareObjectMemoryDirect@H245_FECData@@UBE?AW4Comparison@PObject@@ABV3@@Z @38730 NONAME ?CompareObjectMemoryDirect@H245_FECData_rfc2733@@UBE?AW4Comparison@PObject@@ABV3@@Z @38731 NONAME ?CompareObjectMemoryDirect@H245_FECData_rfc2733_pktMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @52505 NONAME ?CompareObjectMemoryDirect@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBE?AW4Comparison@PObject@@ABV3@@Z @52506 NONAME ?CompareObjectMemoryDirect@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UBE?AW4Comparison@PObject@@ABV3@@Z @52507 NONAME ?CompareObjectMemoryDirect@H245_FECMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @38736 NONAME ?CompareObjectMemoryDirect@H245_FECMode_rfc2733Format@@UBE?AW4Comparison@PObject@@ABV3@@Z @52508 NONAME ?CompareObjectMemoryDirect@H245_FlowControlCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @10674 NONAME ?CompareObjectMemoryDirect@H245_FlowControlCommand_restriction@@UBE?AW4Comparison@PObject@@ABV3@@Z @10675 NONAME ?CompareObjectMemoryDirect@H245_FlowControlCommand_scope@@UBE?AW4Comparison@PObject@@ABV3@@Z @10676 NONAME ?CompareObjectMemoryDirect@H245_FlowControlIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @26164 NONAME ?CompareObjectMemoryDirect@H245_FlowControlIndication_restriction@@UBE?AW4Comparison@PObject@@ABV3@@Z @26165 NONAME ?CompareObjectMemoryDirect@H245_FlowControlIndication_scope@@UBE?AW4Comparison@PObject@@ABV3@@Z @26166 NONAME ?CompareObjectMemoryDirect@H245_FunctionNotSupported@@UBE?AW4Comparison@PObject@@ABV3@@Z @10677 NONAME ?CompareObjectMemoryDirect@H245_FunctionNotSupported_cause@@UBE?AW4Comparison@PObject@@ABV3@@Z @10678 NONAME ?CompareObjectMemoryDirect@H245_FunctionNotUnderstood@@UBE?AW4Comparison@PObject@@ABV3@@Z @10679 NONAME ?CompareObjectMemoryDirect@H245_G7231AnnexCCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10680 NONAME ?CompareObjectMemoryDirect@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10681 NONAME ?CompareObjectMemoryDirect@H245_G7231AnnexCMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10682 NONAME ?CompareObjectMemoryDirect@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10683 NONAME ?CompareObjectMemoryDirect@H245_G729Extensions@@UBE?AW4Comparison@PObject@@ABV3@@Z @26167 NONAME ?CompareObjectMemoryDirect@H245_GenericCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @26168 NONAME ?CompareObjectMemoryDirect@H245_GenericMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @52509 NONAME ?CompareObjectMemoryDirect@H245_GenericParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @26169 NONAME ?CompareObjectMemoryDirect@H245_GSMAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10684 NONAME ?CompareObjectMemoryDirect@H245_H222Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10685 NONAME ?CompareObjectMemoryDirect@H245_H222LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10686 NONAME ?CompareObjectMemoryDirect@H245_H223AL1MParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10687 NONAME ?CompareObjectMemoryDirect@H245_H223AL1MParameters_arqType@@UBE?AW4Comparison@PObject@@ABV3@@Z @10688 NONAME ?CompareObjectMemoryDirect@H245_H223AL1MParameters_crcLength@@UBE?AW4Comparison@PObject@@ABV3@@Z @10689 NONAME ?CompareObjectMemoryDirect@H245_H223AL1MParameters_headerFEC@@UBE?AW4Comparison@PObject@@ABV3@@Z @10690 NONAME ?CompareObjectMemoryDirect@H245_H223AL1MParameters_transferMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10691 NONAME ?CompareObjectMemoryDirect@H245_H223AL2MParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10692 NONAME ?CompareObjectMemoryDirect@H245_H223AL2MParameters_headerFEC@@UBE?AW4Comparison@PObject@@ABV3@@Z @10693 NONAME ?CompareObjectMemoryDirect@H245_H223AL3MParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10694 NONAME ?CompareObjectMemoryDirect@H245_H223AL3MParameters_arqType@@UBE?AW4Comparison@PObject@@ABV3@@Z @10695 NONAME ?CompareObjectMemoryDirect@H245_H223AL3MParameters_crcLength@@UBE?AW4Comparison@PObject@@ABV3@@Z @10696 NONAME ?CompareObjectMemoryDirect@H245_H223AL3MParameters_headerFormat@@UBE?AW4Comparison@PObject@@ABV3@@Z @10697 NONAME ?CompareObjectMemoryDirect@H245_H223AnnexCArqParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10698 NONAME ?CompareObjectMemoryDirect@H245_H223AnnexCArqParameters_numberOfRetransmissions@@UBE?AW4Comparison@PObject@@ABV3@@Z @10699 NONAME ?CompareObjectMemoryDirect@H245_H223AnnexCCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10700 NONAME ?CompareObjectMemoryDirect@H245_H223Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10701 NONAME ?CompareObjectMemoryDirect@H245_H223Capability_h223MultiplexTableCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10702 NONAME ?CompareObjectMemoryDirect@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBE?AW4Comparison@PObject@@ABV3@@Z @10703 NONAME ?CompareObjectMemoryDirect@H245_H223Capability_mobileMultilinkFrameCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @26170 NONAME ?CompareObjectMemoryDirect@H245_H223Capability_mobileOperationTransmitCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10704 NONAME ?CompareObjectMemoryDirect@H245_H223LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10705 NONAME ?CompareObjectMemoryDirect@H245_H223LogicalChannelParameters_adaptationLayerType@@UBE?AW4Comparison@PObject@@ABV3@@Z @10706 NONAME ?CompareObjectMemoryDirect@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBE?AW4Comparison@PObject@@ABV3@@Z @10707 NONAME ?CompareObjectMemoryDirect@H245_H223ModeParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10708 NONAME ?CompareObjectMemoryDirect@H245_H223ModeParameters_adaptationLayerType@@UBE?AW4Comparison@PObject@@ABV3@@Z @10709 NONAME ?CompareObjectMemoryDirect@H245_H223ModeParameters_adaptationLayerType_al3@@UBE?AW4Comparison@PObject@@ABV3@@Z @10710 NONAME ?CompareObjectMemoryDirect@H245_H223MultiplexReconfiguration@@UBE?AW4Comparison@PObject@@ABV3@@Z @10711 NONAME ?CompareObjectMemoryDirect@H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@UBE?AW4Comparison@PObject@@ABV3@@Z @10712 NONAME ?CompareObjectMemoryDirect@H245_H223MultiplexReconfiguration_h223ModeChange@@UBE?AW4Comparison@PObject@@ABV3@@Z @10713 NONAME ?CompareObjectMemoryDirect@H245_H223SkewIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10714 NONAME ?CompareObjectMemoryDirect@H245_H2250Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10715 NONAME ?CompareObjectMemoryDirect@H245_H2250Capability_mcCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10716 NONAME ?CompareObjectMemoryDirect@H245_H2250LogicalChannelAckParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10717 NONAME ?CompareObjectMemoryDirect@H245_H2250LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10718 NONAME ?CompareObjectMemoryDirect@H245_H2250LogicalChannelParameters_mediaPacketization@@UBE?AW4Comparison@PObject@@ABV3@@Z @10719 NONAME ?CompareObjectMemoryDirect@H245_H2250MaximumSkewIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10720 NONAME ?CompareObjectMemoryDirect@H245_H2250ModeParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10721 NONAME ?CompareObjectMemoryDirect@H245_H235Media@@UBE?AW4Comparison@PObject@@ABV3@@Z @10722 NONAME ?CompareObjectMemoryDirect@H245_H235Media_mediaType@@UBE?AW4Comparison@PObject@@ABV3@@Z @10723 NONAME ?CompareObjectMemoryDirect@H245_H235Mode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10724 NONAME ?CompareObjectMemoryDirect@H245_H235Mode_mediaMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10725 NONAME ?CompareObjectMemoryDirect@H245_H235SecurityCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10726 NONAME ?CompareObjectMemoryDirect@H245_H261VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10727 NONAME ?CompareObjectMemoryDirect@H245_H261VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10728 NONAME ?CompareObjectMemoryDirect@H245_H261VideoMode_resolution@@UBE?AW4Comparison@PObject@@ABV3@@Z @10729 NONAME ?CompareObjectMemoryDirect@H245_H262VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10730 NONAME ?CompareObjectMemoryDirect@H245_H262VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10731 NONAME ?CompareObjectMemoryDirect@H245_H262VideoMode_profileAndLevel@@UBE?AW4Comparison@PObject@@ABV3@@Z @10732 NONAME ?CompareObjectMemoryDirect@H245_H263ModeComboFlags@@UBE?AW4Comparison@PObject@@ABV3@@Z @10733 NONAME ?CompareObjectMemoryDirect@H245_H263Options@@UBE?AW4Comparison@PObject@@ABV3@@Z @10734 NONAME ?CompareObjectMemoryDirect@H245_H263Version3Options@@UBE?AW4Comparison@PObject@@ABV3@@Z @26171 NONAME ?CompareObjectMemoryDirect@H245_H263VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10735 NONAME ?CompareObjectMemoryDirect@H245_H263VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10736 NONAME ?CompareObjectMemoryDirect@H245_H263VideoModeCombos@@UBE?AW4Comparison@PObject@@ABV3@@Z @10737 NONAME ?CompareObjectMemoryDirect@H245_H263VideoMode_resolution@@UBE?AW4Comparison@PObject@@ABV3@@Z @10738 NONAME ?CompareObjectMemoryDirect@H245_IndicationMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @10739 NONAME ?CompareObjectMemoryDirect@H245_IntegrityCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10740 NONAME ?CompareObjectMemoryDirect@H245_IS11172AudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10741 NONAME ?CompareObjectMemoryDirect@H245_IS11172AudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10742 NONAME ?CompareObjectMemoryDirect@H245_IS11172AudioMode_audioLayer@@UBE?AW4Comparison@PObject@@ABV3@@Z @10743 NONAME ?CompareObjectMemoryDirect@H245_IS11172AudioMode_audioSampling@@UBE?AW4Comparison@PObject@@ABV3@@Z @10744 NONAME ?CompareObjectMemoryDirect@H245_IS11172AudioMode_multichannelType@@UBE?AW4Comparison@PObject@@ABV3@@Z @10745 NONAME ?CompareObjectMemoryDirect@H245_IS11172VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10746 NONAME ?CompareObjectMemoryDirect@H245_IS11172VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10747 NONAME ?CompareObjectMemoryDirect@H245_IS13818AudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10748 NONAME ?CompareObjectMemoryDirect@H245_IS13818AudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10749 NONAME ?CompareObjectMemoryDirect@H245_IS13818AudioMode_audioLayer@@UBE?AW4Comparison@PObject@@ABV3@@Z @10750 NONAME ?CompareObjectMemoryDirect@H245_IS13818AudioMode_audioSampling@@UBE?AW4Comparison@PObject@@ABV3@@Z @10751 NONAME ?CompareObjectMemoryDirect@H245_IS13818AudioMode_multichannelType@@UBE?AW4Comparison@PObject@@ABV3@@Z @10752 NONAME ?CompareObjectMemoryDirect@H245_IV16@@UBE?AW4Comparison@PObject@@ABV3@@Z @52510 NONAME ?CompareObjectMemoryDirect@H245_IV8@@UBE?AW4Comparison@PObject@@ABV3@@Z @52511 NONAME ?CompareObjectMemoryDirect@H245_JitterIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10753 NONAME ?CompareObjectMemoryDirect@H245_JitterIndication_scope@@UBE?AW4Comparison@PObject@@ABV3@@Z @10754 NONAME ?CompareObjectMemoryDirect@H245_KeyProtectionMethod@@UBE?AW4Comparison@PObject@@ABV3@@Z @10755 NONAME ?CompareObjectMemoryDirect@H245_LogicalChannelNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @10756 NONAME ?CompareObjectMemoryDirect@H245_LogicalChannelRateAcknowledge@@UBE?AW4Comparison@PObject@@ABV3@@Z @26172 NONAME ?CompareObjectMemoryDirect@H245_LogicalChannelRateReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @26173 NONAME ?CompareObjectMemoryDirect@H245_LogicalChannelRateRejectReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @26174 NONAME ?CompareObjectMemoryDirect@H245_LogicalChannelRateRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @26175 NONAME ?CompareObjectMemoryDirect@H245_LogicalChannelRateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @26176 NONAME ?CompareObjectMemoryDirect@H245_MaintenanceLoopAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @10757 NONAME ?CompareObjectMemoryDirect@H245_MaintenanceLoopAck_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @10758 NONAME ?CompareObjectMemoryDirect@H245_MaintenanceLoopOffCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @10759 NONAME ?CompareObjectMemoryDirect@H245_MaintenanceLoopReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10760 NONAME ?CompareObjectMemoryDirect@H245_MaintenanceLoopReject_cause@@UBE?AW4Comparison@PObject@@ABV3@@Z @10761 NONAME ?CompareObjectMemoryDirect@H245_MaintenanceLoopReject_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @10762 NONAME ?CompareObjectMemoryDirect@H245_MaintenanceLoopRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10763 NONAME ?CompareObjectMemoryDirect@H245_MaintenanceLoopRequest_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @10764 NONAME ?CompareObjectMemoryDirect@H245_MasterSlaveDetermination@@UBE?AW4Comparison@PObject@@ABV3@@Z @10765 NONAME ?CompareObjectMemoryDirect@H245_MasterSlaveDeterminationAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @10766 NONAME ?CompareObjectMemoryDirect@H245_MasterSlaveDeterminationAck_decision@@UBE?AW4Comparison@PObject@@ABV3@@Z @10767 NONAME ?CompareObjectMemoryDirect@H245_MasterSlaveDeterminationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10768 NONAME ?CompareObjectMemoryDirect@H245_MasterSlaveDeterminationReject_cause@@UBE?AW4Comparison@PObject@@ABV3@@Z @10769 NONAME ?CompareObjectMemoryDirect@H245_MasterSlaveDeterminationRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @10770 NONAME ?CompareObjectMemoryDirect@H245_MaximumBitRate@@UBE?AW4Comparison@PObject@@ABV3@@Z @26177 NONAME ?CompareObjectMemoryDirect@H245_MaxRedundancy@@UBE?AW4Comparison@PObject@@ABV3@@Z @52512 NONAME ?CompareObjectMemoryDirect@H245_MCLocationIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10771 NONAME ?CompareObjectMemoryDirect@H245_McuNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @10772 NONAME ?CompareObjectMemoryDirect@H245_MediaChannelCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10773 NONAME ?CompareObjectMemoryDirect@H245_MediaDistributionCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10774 NONAME ?CompareObjectMemoryDirect@H245_MediaEncryptionAlgorithm@@UBE?AW4Comparison@PObject@@ABV3@@Z @10775 NONAME ?CompareObjectMemoryDirect@H245_MediaPacketizationCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10776 NONAME ?CompareObjectMemoryDirect@H245_MediaTransportType@@UBE?AW4Comparison@PObject@@ABV3@@Z @10777 NONAME ?CompareObjectMemoryDirect@H245_MediaTransportType_atm_AAL5_compressed@@UBE?AW4Comparison@PObject@@ABV3@@Z @26178 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @10778 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @10779 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @52513 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @52514 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand_type_lostPartialPicture@@UBE?AW4Comparison@PObject@@ABV3@@Z @26179 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBE?AW4Comparison@PObject@@ABV3@@Z @10780 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@UBE?AW4Comparison@PObject@@ABV3@@Z @10781 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand_type_videoBadMBs@@UBE?AW4Comparison@PObject@@ABV3@@Z @26180 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBE?AW4Comparison@PObject@@ABV3@@Z @10782 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBE?AW4Comparison@PObject@@ABV3@@Z @10783 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10784 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousIndication_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @10785 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBE?AW4Comparison@PObject@@ABV3@@Z @10786 NONAME ?CompareObjectMemoryDirect@H245_MobileMultilinkReconfigurationCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @26181 NONAME ?CompareObjectMemoryDirect@H245_MobileMultilinkReconfigurationCommand_status@@UBE?AW4Comparison@PObject@@ABV3@@Z @26182 NONAME ?CompareObjectMemoryDirect@H245_MobileMultilinkReconfigurationIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @26183 NONAME ?CompareObjectMemoryDirect@H245_ModeDescription@@UBE?AW4Comparison@PObject@@ABV3@@Z @10787 NONAME ?CompareObjectMemoryDirect@H245_ModeElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @10788 NONAME ?CompareObjectMemoryDirect@H245_ModeElementType@@UBE?AW4Comparison@PObject@@ABV3@@Z @38742 NONAME ?CompareObjectMemoryDirect@H245_MulticastAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10790 NONAME ?CompareObjectMemoryDirect@H245_MulticastAddress_iP6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @10791 NONAME ?CompareObjectMemoryDirect@H245_MulticastAddress_iPAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10792 NONAME ?CompareObjectMemoryDirect@H245_MultilinkIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @26184 NONAME ?CompareObjectMemoryDirect@H245_MultilinkIndication_crcDesired@@UBE?AW4Comparison@PObject@@ABV3@@Z @26185 NONAME ?CompareObjectMemoryDirect@H245_MultilinkIndication_excessiveError@@UBE?AW4Comparison@PObject@@ABV3@@Z @26186 NONAME ?CompareObjectMemoryDirect@H245_MultilinkRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @26187 NONAME ?CompareObjectMemoryDirect@H245_MultilinkRequest_addConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @26188 NONAME ?CompareObjectMemoryDirect@H245_MultilinkRequest_callInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @26189 NONAME ?CompareObjectMemoryDirect@H245_MultilinkRequest_maximumHeaderInterval@@UBE?AW4Comparison@PObject@@ABV3@@Z @26190 NONAME ?CompareObjectMemoryDirect@H245_MultilinkRequest_maximumHeaderInterval_requestType@@UBE?AW4Comparison@PObject@@ABV3@@Z @26191 NONAME ?CompareObjectMemoryDirect@H245_MultilinkRequest_removeConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @26192 NONAME ?CompareObjectMemoryDirect@H245_MultilinkResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @26193 NONAME ?CompareObjectMemoryDirect@H245_MultilinkResponse_addConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @26194 NONAME ?CompareObjectMemoryDirect@H245_MultilinkResponse_addConnection_responseCode@@UBE?AW4Comparison@PObject@@ABV3@@Z @26195 NONAME ?CompareObjectMemoryDirect@H245_MultilinkResponse_addConnection_responseCode_rejected@@UBE?AW4Comparison@PObject@@ABV3@@Z @26196 NONAME ?CompareObjectMemoryDirect@H245_MultilinkResponse_callInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @26197 NONAME ?CompareObjectMemoryDirect@H245_MultilinkResponse_maximumHeaderInterval@@UBE?AW4Comparison@PObject@@ABV3@@Z @26198 NONAME ?CompareObjectMemoryDirect@H245_MultilinkResponse_removeConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @26199 NONAME ?CompareObjectMemoryDirect@H245_MultimediaSystemControlMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @10793 NONAME ?CompareObjectMemoryDirect@H245_MultiplePayloadStream@@UBE?AW4Comparison@PObject@@ABV3@@Z @38743 NONAME ?CompareObjectMemoryDirect@H245_MultiplePayloadStreamCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @38744 NONAME ?CompareObjectMemoryDirect@H245_MultiplePayloadStreamElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @38745 NONAME ?CompareObjectMemoryDirect@H245_MultiplePayloadStreamElementMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @38746 NONAME ?CompareObjectMemoryDirect@H245_MultiplePayloadStreamMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @38747 NONAME ?CompareObjectMemoryDirect@H245_MultiplexCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10794 NONAME ?CompareObjectMemoryDirect@H245_MultiplexedStreamCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @26200 NONAME ?CompareObjectMemoryDirect@H245_MultiplexedStreamModeParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @26201 NONAME ?CompareObjectMemoryDirect@H245_MultiplexedStreamParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @26202 NONAME ?CompareObjectMemoryDirect@H245_MultiplexElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @10795 NONAME ?CompareObjectMemoryDirect@H245_MultiplexElement_repeatCount@@UBE?AW4Comparison@PObject@@ABV3@@Z @10796 NONAME ?CompareObjectMemoryDirect@H245_MultiplexElement_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @10797 NONAME ?CompareObjectMemoryDirect@H245_MultiplexEntryDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @10798 NONAME ?CompareObjectMemoryDirect@H245_MultiplexEntryRejectionDescriptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @10799 NONAME ?CompareObjectMemoryDirect@H245_MultiplexEntryRejectionDescriptions_cause@@UBE?AW4Comparison@PObject@@ABV3@@Z @10800 NONAME ?CompareObjectMemoryDirect@H245_MultiplexEntrySend@@UBE?AW4Comparison@PObject@@ABV3@@Z @10801 NONAME ?CompareObjectMemoryDirect@H245_MultiplexEntrySendAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @10802 NONAME ?CompareObjectMemoryDirect@H245_MultiplexEntrySendReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10803 NONAME ?CompareObjectMemoryDirect@H245_MultiplexEntrySendRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @10804 NONAME ?CompareObjectMemoryDirect@H245_MultiplexFormat@@UBE?AW4Comparison@PObject@@ABV3@@Z @26203 NONAME ?CompareObjectMemoryDirect@H245_MultiplexTableEntryNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @10805 NONAME ?CompareObjectMemoryDirect@H245_MultipointCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10806 NONAME ?CompareObjectMemoryDirect@H245_NetworkAccessParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10807 NONAME ?CompareObjectMemoryDirect@H245_NetworkAccessParameters_distribution@@UBE?AW4Comparison@PObject@@ABV3@@Z @10808 NONAME ?CompareObjectMemoryDirect@H245_NetworkAccessParameters_networkAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10809 NONAME ?CompareObjectMemoryDirect@H245_NetworkAccessParameters_t120SetupProcedure@@UBE?AW4Comparison@PObject@@ABV3@@Z @10810 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @26204 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCCommand_aal@@UBE?AW4Comparison@PObject@@ABV3@@Z @26205 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCCommand_aal_aal1@@UBE?AW4Comparison@PObject@@ABV3@@Z @26206 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCCommand_aal_aal1_clockRecovery@@UBE?AW4Comparison@PObject@@ABV3@@Z @26207 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCCommand_aal_aal1_errorCorrection@@UBE?AW4Comparison@PObject@@ABV3@@Z @26208 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCCommand_aal_aal5@@UBE?AW4Comparison@PObject@@ABV3@@Z @26209 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCCommand_multiplex@@UBE?AW4Comparison@PObject@@ABV3@@Z @26210 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCCommand_reverseParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @26211 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCCommand_reverseParameters_multiplex@@UBE?AW4Comparison@PObject@@ABV3@@Z @26212 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10811 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCIndication_aal@@UBE?AW4Comparison@PObject@@ABV3@@Z @10812 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCIndication_aal_aal1@@UBE?AW4Comparison@PObject@@ABV3@@Z @10813 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCIndication_aal_aal1_clockRecovery@@UBE?AW4Comparison@PObject@@ABV3@@Z @10814 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCIndication_aal_aal1_errorCorrection@@UBE?AW4Comparison@PObject@@ABV3@@Z @10815 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCIndication_aal_aal5@@UBE?AW4Comparison@PObject@@ABV3@@Z @10816 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCIndication_multiplex@@UBE?AW4Comparison@PObject@@ABV3@@Z @10817 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCIndication_reverseParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10818 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCIndication_reverseParameters_multiplex@@UBE?AW4Comparison@PObject@@ABV3@@Z @10819 NONAME ?CompareObjectMemoryDirect@H245_NonStandardIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @10820 NONAME ?CompareObjectMemoryDirect@H245_NonStandardIdentifier_h221NonStandard@@UBE?AW4Comparison@PObject@@ABV3@@Z @10821 NONAME ?CompareObjectMemoryDirect@H245_NonStandardMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @10822 NONAME ?CompareObjectMemoryDirect@H245_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @10823 NONAME ?CompareObjectMemoryDirect@H245_NoPTAudioTelephonyEventCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @38748 NONAME ?CompareObjectMemoryDirect@H245_NoPTAudioToneCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @38749 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @10824 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannelAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @10825 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10826 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10827 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10828 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannelConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @10829 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannelReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10830 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannelReject_cause@@UBE?AW4Comparison@PObject@@ABV3@@Z @10831 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10832 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10833 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10834 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10835 NONAME ?CompareObjectMemoryDirect@H245_ParameterIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @26213 NONAME ?CompareObjectMemoryDirect@H245_ParameterValue@@UBE?AW4Comparison@PObject@@ABV3@@Z @26214 NONAME ?CompareObjectMemoryDirect@H245_Params@@UBE?AW4Comparison@PObject@@ABV3@@Z @52515 NONAME ?CompareObjectMemoryDirect@H245_Password@@UBE?AW4Comparison@PObject@@ABV3@@Z @10836 NONAME ?CompareObjectMemoryDirect@H245_PictureReference@@UBE?AW4Comparison@PObject@@ABV3@@Z @26215 NONAME ?CompareObjectMemoryDirect@H245_Q2931Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @10837 NONAME ?CompareObjectMemoryDirect@H245_Q2931Address_address@@UBE?AW4Comparison@PObject@@ABV3@@Z @10838 NONAME ?CompareObjectMemoryDirect@H245_QOSCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10839 NONAME ?CompareObjectMemoryDirect@H245_QOSMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10840 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncoding@@UBE?AW4Comparison@PObject@@ABV3@@Z @10841 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncodingCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10842 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncodingDTMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @38750 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncodingDTModeElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @38751 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncodingDTModeElement_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @38752 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncodingElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @38753 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncodingMethod@@UBE?AW4Comparison@PObject@@ABV3@@Z @10843 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncodingMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10844 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncodingMode_secondaryEncoding@@UBE?AW4Comparison@PObject@@ABV3@@Z @10845 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBE?AW4Comparison@PObject@@ABV3@@Z @38754 NONAME ?CompareObjectMemoryDirect@H245_RefPictureSelection@@UBE?AW4Comparison@PObject@@ABV3@@Z @10846 NONAME ?CompareObjectMemoryDirect@H245_RefPictureSelection_additionalPictureMemory@@UBE?AW4Comparison@PObject@@ABV3@@Z @10847 NONAME ?CompareObjectMemoryDirect@H245_RefPictureSelection_enhancedReferencePicSelect@@UBE?AW4Comparison@PObject@@ABV3@@Z @26216 NONAME ?CompareObjectMemoryDirect@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @26217 NONAME ?CompareObjectMemoryDirect@H245_RefPictureSelection_videoBackChannelSend@@UBE?AW4Comparison@PObject@@ABV3@@Z @10848 NONAME ?CompareObjectMemoryDirect@H245_RemoteMCRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10849 NONAME ?CompareObjectMemoryDirect@H245_RemoteMCResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10850 NONAME ?CompareObjectMemoryDirect@H245_RemoteMCResponse_reject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10851 NONAME ?CompareObjectMemoryDirect@H245_RequestAllTerminalIDsResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10852 NONAME ?CompareObjectMemoryDirect@H245_RequestChannelClose@@UBE?AW4Comparison@PObject@@ABV3@@Z @10853 NONAME ?CompareObjectMemoryDirect@H245_RequestChannelCloseAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @10854 NONAME ?CompareObjectMemoryDirect@H245_RequestChannelCloseReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10855 NONAME ?CompareObjectMemoryDirect@H245_RequestChannelCloseReject_cause@@UBE?AW4Comparison@PObject@@ABV3@@Z @10856 NONAME ?CompareObjectMemoryDirect@H245_RequestChannelCloseRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @10857 NONAME ?CompareObjectMemoryDirect@H245_RequestChannelClose_reason@@UBE?AW4Comparison@PObject@@ABV3@@Z @10858 NONAME ?CompareObjectMemoryDirect@H245_RequestMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @10859 NONAME ?CompareObjectMemoryDirect@H245_RequestMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10860 NONAME ?CompareObjectMemoryDirect@H245_RequestModeAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @10861 NONAME ?CompareObjectMemoryDirect@H245_RequestModeAck_response@@UBE?AW4Comparison@PObject@@ABV3@@Z @10862 NONAME ?CompareObjectMemoryDirect@H245_RequestModeReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10863 NONAME ?CompareObjectMemoryDirect@H245_RequestModeReject_cause@@UBE?AW4Comparison@PObject@@ABV3@@Z @10864 NONAME ?CompareObjectMemoryDirect@H245_RequestModeRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @10865 NONAME ?CompareObjectMemoryDirect@H245_RequestMultiplexEntry@@UBE?AW4Comparison@PObject@@ABV3@@Z @10866 NONAME ?CompareObjectMemoryDirect@H245_RequestMultiplexEntryAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @10867 NONAME ?CompareObjectMemoryDirect@H245_RequestMultiplexEntryReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10868 NONAME ?CompareObjectMemoryDirect@H245_RequestMultiplexEntryRejectionDescriptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @10869 NONAME ?CompareObjectMemoryDirect@H245_RequestMultiplexEntryRejectionDescriptions_cause@@UBE?AW4Comparison@PObject@@ABV3@@Z @10870 NONAME ?CompareObjectMemoryDirect@H245_RequestMultiplexEntryRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @10871 NONAME ?CompareObjectMemoryDirect@H245_ResponseMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @10872 NONAME ?CompareObjectMemoryDirect@H245_RoundTripDelayRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10873 NONAME ?CompareObjectMemoryDirect@H245_RoundTripDelayResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10874 NONAME ?CompareObjectMemoryDirect@H245_RSVPParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10875 NONAME ?CompareObjectMemoryDirect@H245_RTPH263VideoRedundancyEncoding@@UBE?AW4Comparison@PObject@@ABV3@@Z @10876 NONAME ?CompareObjectMemoryDirect@H245_RTPH263VideoRedundancyEncoding_containedThreads@@UBE?AW4Comparison@PObject@@ABV3@@Z @10877 NONAME ?CompareObjectMemoryDirect@H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@UBE?AW4Comparison@PObject@@ABV3@@Z @10878 NONAME ?CompareObjectMemoryDirect@H245_RTPH263VideoRedundancyFrameMapping@@UBE?AW4Comparison@PObject@@ABV3@@Z @10879 NONAME ?CompareObjectMemoryDirect@H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@UBE?AW4Comparison@PObject@@ABV3@@Z @10880 NONAME ?CompareObjectMemoryDirect@H245_RTPPayloadType@@UBE?AW4Comparison@PObject@@ABV3@@Z @10881 NONAME ?CompareObjectMemoryDirect@H245_RTPPayloadType_payloadDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @10882 NONAME ?CompareObjectMemoryDirect@H245_SendTerminalCapabilitySet@@UBE?AW4Comparison@PObject@@ABV3@@Z @10883 NONAME ?CompareObjectMemoryDirect@H245_SendTerminalCapabilitySet_specificRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10884 NONAME ?CompareObjectMemoryDirect@H245_SequenceNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @10885 NONAME ?CompareObjectMemoryDirect@H245_SubstituteConferenceIDCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @10886 NONAME ?CompareObjectMemoryDirect@H245_T38FaxProfile@@UBE?AW4Comparison@PObject@@ABV3@@Z @26218 NONAME ?CompareObjectMemoryDirect@H245_T38FaxRateManagement@@UBE?AW4Comparison@PObject@@ABV3@@Z @26219 NONAME ?CompareObjectMemoryDirect@H245_T38FaxTcpOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @26220 NONAME ?CompareObjectMemoryDirect@H245_T38FaxUdpOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @26221 NONAME ?CompareObjectMemoryDirect@H245_T38FaxUdpOptions_t38FaxUdpEC@@UBE?AW4Comparison@PObject@@ABV3@@Z @26222 NONAME ?CompareObjectMemoryDirect@H245_T84Profile@@UBE?AW4Comparison@PObject@@ABV3@@Z @10887 NONAME ?CompareObjectMemoryDirect@H245_T84Profile_t84Restricted@@UBE?AW4Comparison@PObject@@ABV3@@Z @10888 NONAME ?CompareObjectMemoryDirect@H245_TerminalCapabilitySet@@UBE?AW4Comparison@PObject@@ABV3@@Z @10889 NONAME ?CompareObjectMemoryDirect@H245_TerminalCapabilitySetAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @10890 NONAME ?CompareObjectMemoryDirect@H245_TerminalCapabilitySetReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10891 NONAME ?CompareObjectMemoryDirect@H245_TerminalCapabilitySetReject_cause@@UBE?AW4Comparison@PObject@@ABV3@@Z @10892 NONAME ?CompareObjectMemoryDirect@H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@UBE?AW4Comparison@PObject@@ABV3@@Z @10893 NONAME ?CompareObjectMemoryDirect@H245_TerminalCapabilitySetRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @10894 NONAME ?CompareObjectMemoryDirect@H245_TerminalID@@UBE?AW4Comparison@PObject@@ABV3@@Z @10895 NONAME ?CompareObjectMemoryDirect@H245_TerminalInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @10896 NONAME ?CompareObjectMemoryDirect@H245_TerminalLabel@@UBE?AW4Comparison@PObject@@ABV3@@Z @10897 NONAME ?CompareObjectMemoryDirect@H245_TerminalNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @10898 NONAME ?CompareObjectMemoryDirect@H245_TerminalYouAreSeeingInSubPictureNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @10899 NONAME ?CompareObjectMemoryDirect@H245_TransparencyParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10900 NONAME ?CompareObjectMemoryDirect@H245_TransportAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10901 NONAME ?CompareObjectMemoryDirect@H245_TransportCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10902 NONAME ?CompareObjectMemoryDirect@H245_UnicastAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10903 NONAME ?CompareObjectMemoryDirect@H245_UnicastAddress_iP6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @10904 NONAME ?CompareObjectMemoryDirect@H245_UnicastAddress_iPAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10905 NONAME ?CompareObjectMemoryDirect@H245_UnicastAddress_iPSourceRouteAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10906 NONAME ?CompareObjectMemoryDirect@H245_UnicastAddress_iPSourceRouteAddress_route@@UBE?AW4Comparison@PObject@@ABV3@@Z @10907 NONAME ?CompareObjectMemoryDirect@H245_UnicastAddress_iPSourceRouteAddress_routing@@UBE?AW4Comparison@PObject@@ABV3@@Z @10908 NONAME ?CompareObjectMemoryDirect@H245_UnicastAddress_iPXAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10909 NONAME ?CompareObjectMemoryDirect@H245_UserInputCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10910 NONAME ?CompareObjectMemoryDirect@H245_UserInputIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10911 NONAME ?CompareObjectMemoryDirect@H245_UserInputIndication_encryptedAlphanumeric@@UBE?AW4Comparison@PObject@@ABV3@@Z @52516 NONAME ?CompareObjectMemoryDirect@H245_UserInputIndication_extendedAlphanumeric@@UBE?AW4Comparison@PObject@@ABV3@@Z @26223 NONAME ?CompareObjectMemoryDirect@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBE?AW4Comparison@PObject@@ABV3@@Z @52517 NONAME ?CompareObjectMemoryDirect@H245_UserInputIndication_signal@@UBE?AW4Comparison@PObject@@ABV3@@Z @10912 NONAME ?CompareObjectMemoryDirect@H245_UserInputIndication_signalUpdate@@UBE?AW4Comparison@PObject@@ABV3@@Z @10913 NONAME ?CompareObjectMemoryDirect@H245_UserInputIndication_signalUpdate_rtp@@UBE?AW4Comparison@PObject@@ABV3@@Z @10914 NONAME ?CompareObjectMemoryDirect@H245_UserInputIndication_signal_rtp@@UBE?AW4Comparison@PObject@@ABV3@@Z @10915 NONAME ?CompareObjectMemoryDirect@H245_UserInputIndication_userInputSupportIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10916 NONAME ?CompareObjectMemoryDirect@H245_V42bis@@UBE?AW4Comparison@PObject@@ABV3@@Z @10917 NONAME ?CompareObjectMemoryDirect@H245_V75Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10918 NONAME ?CompareObjectMemoryDirect@H245_V75Parameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10919 NONAME ?CompareObjectMemoryDirect@H245_V76Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10920 NONAME ?CompareObjectMemoryDirect@H245_V76HDLCParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10921 NONAME ?CompareObjectMemoryDirect@H245_V76LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10922 NONAME ?CompareObjectMemoryDirect@H245_V76LogicalChannelParameters_mode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10923 NONAME ?CompareObjectMemoryDirect@H245_V76LogicalChannelParameters_mode_eRM@@UBE?AW4Comparison@PObject@@ABV3@@Z @10924 NONAME ?CompareObjectMemoryDirect@H245_V76LogicalChannelParameters_mode_eRM_recovery@@UBE?AW4Comparison@PObject@@ABV3@@Z @10925 NONAME ?CompareObjectMemoryDirect@H245_V76LogicalChannelParameters_suspendResume@@UBE?AW4Comparison@PObject@@ABV3@@Z @10926 NONAME ?CompareObjectMemoryDirect@H245_V76ModeParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10927 NONAME ?CompareObjectMemoryDirect@H245_VBDCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @38755 NONAME ?CompareObjectMemoryDirect@H245_VBDMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @38756 NONAME ?CompareObjectMemoryDirect@H245_VCCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10928 NONAME ?CompareObjectMemoryDirect@H245_VCCapability_aal1@@UBE?AW4Comparison@PObject@@ABV3@@Z @10929 NONAME ?CompareObjectMemoryDirect@H245_VCCapability_aal1ViaGateway@@UBE?AW4Comparison@PObject@@ABV3@@Z @26224 NONAME ?CompareObjectMemoryDirect@H245_VCCapability_aal5@@UBE?AW4Comparison@PObject@@ABV3@@Z @10930 NONAME ?CompareObjectMemoryDirect@H245_VCCapability_availableBitRates@@UBE?AW4Comparison@PObject@@ABV3@@Z @10931 NONAME ?CompareObjectMemoryDirect@H245_VCCapability_availableBitRates_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @10932 NONAME ?CompareObjectMemoryDirect@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBE?AW4Comparison@PObject@@ABV3@@Z @10933 NONAME ?CompareObjectMemoryDirect@H245_VendorIdentification@@UBE?AW4Comparison@PObject@@ABV3@@Z @10934 NONAME ?CompareObjectMemoryDirect@H245_VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10935 NONAME ?CompareObjectMemoryDirect@H245_VideoIndicateCompose@@UBE?AW4Comparison@PObject@@ABV3@@Z @10936 NONAME ?CompareObjectMemoryDirect@H245_VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10937 NONAME ?CompareObjectMemoryDirect@H248_ActionReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @33503 NONAME ?CompareObjectMemoryDirect@H248_ActionRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33504 NONAME ?CompareObjectMemoryDirect@H248_AmmDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33505 NONAME ?CompareObjectMemoryDirect@H248_AmmRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33506 NONAME ?CompareObjectMemoryDirect@H248_AmmsReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @33507 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_ActionReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @33508 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_ActionRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33509 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_AmmDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33510 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_CommandReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @33511 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_CommandRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33512 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_EventParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @33513 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_IndAuditParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @33514 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_IndAudPropertyParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @33515 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_IndAudStreamDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33516 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_ModemType@@UBE?AW4Comparison@PObject@@ABV3@@Z @33517 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_ObservedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @33518 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_PASN_OctetString@@UBE?AW4Comparison@PObject@@ABV3@@Z @33519 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_PropertyGroup@@UBE?AW4Comparison@PObject@@ABV3@@Z @33520 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_PropertyParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @33521 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_RequestedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @33522 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_SecondRequestedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @33523 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_Signal@@UBE?AW4Comparison@PObject@@ABV3@@Z @33524 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_SigParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @33525 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_StreamDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33526 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_TerminationID@@UBE?AW4Comparison@PObject@@ABV3@@Z @33527 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_TopologyRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33528 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_Transaction@@UBE?AW4Comparison@PObject@@ABV3@@Z @33529 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_WildcardField@@UBE?AW4Comparison@PObject@@ABV3@@Z @33530 NONAME ?CompareObjectMemoryDirect@H248_AuditDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33531 NONAME ?CompareObjectMemoryDirect@H248_AuditReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @33532 NONAME ?CompareObjectMemoryDirect@H248_AuditRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33533 NONAME ?CompareObjectMemoryDirect@H248_AuditResult@@UBE?AW4Comparison@PObject@@ABV3@@Z @33534 NONAME ?CompareObjectMemoryDirect@H248_AuditReturnParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @33535 NONAME ?CompareObjectMemoryDirect@H248_AuthData@@UBE?AW4Comparison@PObject@@ABV3@@Z @33536 NONAME ?CompareObjectMemoryDirect@H248_AuthenticationHeader@@UBE?AW4Comparison@PObject@@ABV3@@Z @33537 NONAME ?CompareObjectMemoryDirect@H248_Command@@UBE?AW4Comparison@PObject@@ABV3@@Z @33538 NONAME ?CompareObjectMemoryDirect@H248_CommandReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @33539 NONAME ?CompareObjectMemoryDirect@H248_CommandRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33540 NONAME ?CompareObjectMemoryDirect@H248_ContextAttrAuditRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33541 NONAME ?CompareObjectMemoryDirect@H248_ContextID@@UBE?AW4Comparison@PObject@@ABV3@@Z @33542 NONAME ?CompareObjectMemoryDirect@H248_ContextRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33543 NONAME ?CompareObjectMemoryDirect@H248_DigitMapDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33544 NONAME ?CompareObjectMemoryDirect@H248_DigitMapName@@UBE?AW4Comparison@PObject@@ABV3@@Z @33545 NONAME ?CompareObjectMemoryDirect@H248_DigitMapValue@@UBE?AW4Comparison@PObject@@ABV3@@Z @33546 NONAME ?CompareObjectMemoryDirect@H248_DomainName@@UBE?AW4Comparison@PObject@@ABV3@@Z @33547 NONAME ?CompareObjectMemoryDirect@H248_ErrorCode@@UBE?AW4Comparison@PObject@@ABV3@@Z @33548 NONAME ?CompareObjectMemoryDirect@H248_ErrorDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33549 NONAME ?CompareObjectMemoryDirect@H248_ErrorText@@UBE?AW4Comparison@PObject@@ABV3@@Z @33550 NONAME ?CompareObjectMemoryDirect@H248_EventBufferControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @33551 NONAME ?CompareObjectMemoryDirect@H248_EventBufferDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33552 NONAME ?CompareObjectMemoryDirect@H248_EventDM@@UBE?AW4Comparison@PObject@@ABV3@@Z @33553 NONAME ?CompareObjectMemoryDirect@H248_EventName@@UBE?AW4Comparison@PObject@@ABV3@@Z @33554 NONAME ?CompareObjectMemoryDirect@H248_EventParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @33555 NONAME ?CompareObjectMemoryDirect@H248_EventParameter_extraInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @33556 NONAME ?CompareObjectMemoryDirect@H248_EventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33557 NONAME ?CompareObjectMemoryDirect@H248_EventSpec@@UBE?AW4Comparison@PObject@@ABV3@@Z @33558 NONAME ?CompareObjectMemoryDirect@H248_H221NonStandard@@UBE?AW4Comparison@PObject@@ABV3@@Z @33559 NONAME ?CompareObjectMemoryDirect@H248_IndAudDigitMapDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33560 NONAME ?CompareObjectMemoryDirect@H248_IndAudEventBufferDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33561 NONAME ?CompareObjectMemoryDirect@H248_IndAudEventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33562 NONAME ?CompareObjectMemoryDirect@H248_IndAuditParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @33563 NONAME ?CompareObjectMemoryDirect@H248_IndAudLocalControlDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33564 NONAME ?CompareObjectMemoryDirect@H248_IndAudLocalRemoteDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33565 NONAME ?CompareObjectMemoryDirect@H248_IndAudMediaDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33566 NONAME ?CompareObjectMemoryDirect@H248_IndAudMediaDescriptor_streams@@UBE?AW4Comparison@PObject@@ABV3@@Z @33567 NONAME ?CompareObjectMemoryDirect@H248_IndAudPackagesDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33568 NONAME ?CompareObjectMemoryDirect@H248_IndAudPropertyGroup@@UBE?AW4Comparison@PObject@@ABV3@@Z @33569 NONAME ?CompareObjectMemoryDirect@H248_IndAudPropertyParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @33570 NONAME ?CompareObjectMemoryDirect@H248_IndAudSeqSigList@@UBE?AW4Comparison@PObject@@ABV3@@Z @33571 NONAME ?CompareObjectMemoryDirect@H248_IndAudSignal@@UBE?AW4Comparison@PObject@@ABV3@@Z @33572 NONAME ?CompareObjectMemoryDirect@H248_IndAudSignalsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33573 NONAME ?CompareObjectMemoryDirect@H248_IndAudStatisticsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33574 NONAME ?CompareObjectMemoryDirect@H248_IndAudStreamDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33575 NONAME ?CompareObjectMemoryDirect@H248_IndAudStreamParms@@UBE?AW4Comparison@PObject@@ABV3@@Z @33576 NONAME ?CompareObjectMemoryDirect@H248_IndAudTerminationStateDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33577 NONAME ?CompareObjectMemoryDirect@H248_IP4Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @33578 NONAME ?CompareObjectMemoryDirect@H248_IP6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @33579 NONAME ?CompareObjectMemoryDirect@H248_LocalControlDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33580 NONAME ?CompareObjectMemoryDirect@H248_LocalRemoteDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33581 NONAME ?CompareObjectMemoryDirect@H248_MediaDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33582 NONAME ?CompareObjectMemoryDirect@H248_MediaDescriptor_streams@@UBE?AW4Comparison@PObject@@ABV3@@Z @33583 NONAME ?CompareObjectMemoryDirect@H248_MegacoMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @33584 NONAME ?CompareObjectMemoryDirect@H248_Message@@UBE?AW4Comparison@PObject@@ABV3@@Z @33585 NONAME ?CompareObjectMemoryDirect@H248_Message_messageBody@@UBE?AW4Comparison@PObject@@ABV3@@Z @33586 NONAME ?CompareObjectMemoryDirect@H248_MId@@UBE?AW4Comparison@PObject@@ABV3@@Z @33587 NONAME ?CompareObjectMemoryDirect@H248_ModemDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33588 NONAME ?CompareObjectMemoryDirect@H248_ModemType@@UBE?AW4Comparison@PObject@@ABV3@@Z @33589 NONAME ?CompareObjectMemoryDirect@H248_MuxDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33590 NONAME ?CompareObjectMemoryDirect@H248_MuxType@@UBE?AW4Comparison@PObject@@ABV3@@Z @33591 NONAME ?CompareObjectMemoryDirect@H248_Name@@UBE?AW4Comparison@PObject@@ABV3@@Z @33592 NONAME ?CompareObjectMemoryDirect@H248_NonStandardData@@UBE?AW4Comparison@PObject@@ABV3@@Z @33593 NONAME ?CompareObjectMemoryDirect@H248_NonStandardIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @33594 NONAME ?CompareObjectMemoryDirect@H248_NotifyCompletion@@UBE?AW4Comparison@PObject@@ABV3@@Z @33595 NONAME ?CompareObjectMemoryDirect@H248_NotifyReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @33596 NONAME ?CompareObjectMemoryDirect@H248_NotifyRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33597 NONAME ?CompareObjectMemoryDirect@H248_ObservedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @33598 NONAME ?CompareObjectMemoryDirect@H248_ObservedEventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33599 NONAME ?CompareObjectMemoryDirect@H248_PackagesDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33600 NONAME ?CompareObjectMemoryDirect@H248_PackagesItem@@UBE?AW4Comparison@PObject@@ABV3@@Z @33601 NONAME ?CompareObjectMemoryDirect@H248_PathName@@UBE?AW4Comparison@PObject@@ABV3@@Z @33602 NONAME ?CompareObjectMemoryDirect@H248_PkgdName@@UBE?AW4Comparison@PObject@@ABV3@@Z @33603 NONAME ?CompareObjectMemoryDirect@H248_PropertyGroup@@UBE?AW4Comparison@PObject@@ABV3@@Z @33604 NONAME ?CompareObjectMemoryDirect@H248_PropertyParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @33605 NONAME ?CompareObjectMemoryDirect@H248_PropertyParm_extraInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @33606 NONAME ?CompareObjectMemoryDirect@H248_Relation@@UBE?AW4Comparison@PObject@@ABV3@@Z @33607 NONAME ?CompareObjectMemoryDirect@H248_RequestedActions@@UBE?AW4Comparison@PObject@@ABV3@@Z @33608 NONAME ?CompareObjectMemoryDirect@H248_RequestedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @33609 NONAME ?CompareObjectMemoryDirect@H248_RequestID@@UBE?AW4Comparison@PObject@@ABV3@@Z @33610 NONAME ?CompareObjectMemoryDirect@H248_SecondEventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33611 NONAME ?CompareObjectMemoryDirect@H248_SecondRequestedActions@@UBE?AW4Comparison@PObject@@ABV3@@Z @33612 NONAME ?CompareObjectMemoryDirect@H248_SecondRequestedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @33613 NONAME ?CompareObjectMemoryDirect@H248_SecurityParmIndex@@UBE?AW4Comparison@PObject@@ABV3@@Z @33614 NONAME ?CompareObjectMemoryDirect@H248_SeqSigList@@UBE?AW4Comparison@PObject@@ABV3@@Z @33615 NONAME ?CompareObjectMemoryDirect@H248_SequenceNum@@UBE?AW4Comparison@PObject@@ABV3@@Z @33616 NONAME ?CompareObjectMemoryDirect@H248_ServiceChangeAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @33617 NONAME ?CompareObjectMemoryDirect@H248_ServiceChangeMethod@@UBE?AW4Comparison@PObject@@ABV3@@Z @33618 NONAME ?CompareObjectMemoryDirect@H248_ServiceChangeParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @33619 NONAME ?CompareObjectMemoryDirect@H248_ServiceChangeProfile@@UBE?AW4Comparison@PObject@@ABV3@@Z @33620 NONAME ?CompareObjectMemoryDirect@H248_ServiceChangeReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @33621 NONAME ?CompareObjectMemoryDirect@H248_ServiceChangeRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33622 NONAME ?CompareObjectMemoryDirect@H248_ServiceChangeResParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @33623 NONAME ?CompareObjectMemoryDirect@H248_ServiceChangeResult@@UBE?AW4Comparison@PObject@@ABV3@@Z @33624 NONAME ?CompareObjectMemoryDirect@H248_ServiceState@@UBE?AW4Comparison@PObject@@ABV3@@Z @33625 NONAME ?CompareObjectMemoryDirect@H248_Signal@@UBE?AW4Comparison@PObject@@ABV3@@Z @33626 NONAME ?CompareObjectMemoryDirect@H248_SignalName@@UBE?AW4Comparison@PObject@@ABV3@@Z @33627 NONAME ?CompareObjectMemoryDirect@H248_SignalRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33628 NONAME ?CompareObjectMemoryDirect@H248_SignalsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33629 NONAME ?CompareObjectMemoryDirect@H248_SignalType@@UBE?AW4Comparison@PObject@@ABV3@@Z @33630 NONAME ?CompareObjectMemoryDirect@H248_SigParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @33631 NONAME ?CompareObjectMemoryDirect@H248_SigParameter_extraInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @33632 NONAME ?CompareObjectMemoryDirect@H248_StatisticsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33633 NONAME ?CompareObjectMemoryDirect@H248_StatisticsParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @33634 NONAME ?CompareObjectMemoryDirect@H248_StreamDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33635 NONAME ?CompareObjectMemoryDirect@H248_StreamID@@UBE?AW4Comparison@PObject@@ABV3@@Z @33636 NONAME ?CompareObjectMemoryDirect@H248_StreamMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @33637 NONAME ?CompareObjectMemoryDirect@H248_StreamParms@@UBE?AW4Comparison@PObject@@ABV3@@Z @33638 NONAME ?CompareObjectMemoryDirect@H248_SubtractRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33639 NONAME ?CompareObjectMemoryDirect@H248_TerminationAudit@@UBE?AW4Comparison@PObject@@ABV3@@Z @33640 NONAME ?CompareObjectMemoryDirect@H248_TerminationID@@UBE?AW4Comparison@PObject@@ABV3@@Z @33641 NONAME ?CompareObjectMemoryDirect@H248_TerminationIDList@@UBE?AW4Comparison@PObject@@ABV3@@Z @33642 NONAME ?CompareObjectMemoryDirect@H248_TerminationStateDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33643 NONAME ?CompareObjectMemoryDirect@H248_TimeNotation@@UBE?AW4Comparison@PObject@@ABV3@@Z @33644 NONAME ?CompareObjectMemoryDirect@H248_TopologyRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33645 NONAME ?CompareObjectMemoryDirect@H248_TopologyRequest_topologyDirection@@UBE?AW4Comparison@PObject@@ABV3@@Z @33646 NONAME ?CompareObjectMemoryDirect@H248_Transaction@@UBE?AW4Comparison@PObject@@ABV3@@Z @33647 NONAME ?CompareObjectMemoryDirect@H248_TransactionAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @33648 NONAME ?CompareObjectMemoryDirect@H248_TransactionId@@UBE?AW4Comparison@PObject@@ABV3@@Z @33649 NONAME ?CompareObjectMemoryDirect@H248_TransactionPending@@UBE?AW4Comparison@PObject@@ABV3@@Z @33650 NONAME ?CompareObjectMemoryDirect@H248_TransactionReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @33651 NONAME ?CompareObjectMemoryDirect@H248_TransactionReply_transactionResult@@UBE?AW4Comparison@PObject@@ABV3@@Z @33652 NONAME ?CompareObjectMemoryDirect@H248_TransactionRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33653 NONAME ?CompareObjectMemoryDirect@H248_TransactionResponseAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @33654 NONAME ?CompareObjectMemoryDirect@H248_Value@@UBE?AW4Comparison@PObject@@ABV3@@Z @33655 NONAME ?CompareObjectMemoryDirect@H248_WildcardField@@UBE?AW4Comparison@PObject@@ABV3@@Z @33656 NONAME ?CompareObjectMemoryDirect@H323AudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10938 NONAME ?CompareObjectMemoryDirect@H323AudioCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @10939 NONAME ?CompareObjectMemoryDirect@H323BidirectionalChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @10940 NONAME ?CompareObjectMemoryDirect@H323CallCreditServiceControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @33657 NONAME ?CompareObjectMemoryDirect@H323Capabilities@@UBE?AW4Comparison@PObject@@ABV3@@Z @17215 NONAME ?CompareObjectMemoryDirect@H323CapabilitiesSet@@UBE?AW4Comparison@PObject@@ABV3@@Z @17216 NONAME ?CompareObjectMemoryDirect@H323Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10941 NONAME ?CompareObjectMemoryDirect@H323Channel@@UBE?AW4Comparison@PObject@@ABV3@@Z @10943 NONAME ?CompareObjectMemoryDirect@H323ChannelNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @10944 NONAME ?CompareObjectMemoryDirect@H323Codec@@UBE?AW4Comparison@PObject@@ABV3@@Z @10945 NONAME ?CompareObjectMemoryDirect@H323CodecPluginGenericAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @52518 NONAME ?CompareObjectMemoryDirect@H323CodecPluginNonStandardAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @47905 NONAME ?CompareObjectMemoryDirect@H323Connection@@UBE?AW4Comparison@PObject@@ABV3@@Z @10946 NONAME ?CompareObjectMemoryDirect@H323ConnectionsCleaner@@UBE?AW4Comparison@PObject@@ABV3@@Z @10947 NONAME ?CompareObjectMemoryDirect@H323ControlPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @10948 NONAME ?CompareObjectMemoryDirect@H323DataCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10949 NONAME ?CompareObjectMemoryDirect@H323DataChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @28198 NONAME ?CompareObjectMemoryDirect@H323DynaLink@@UBE?AW4Comparison@PObject@@ABV3@@Z @49674 NONAME ?CompareObjectMemoryDirect@H323EndPoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @10950 NONAME ?CompareObjectMemoryDirect@H323FramedAudioCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @10951 NONAME ?CompareObjectMemoryDirect@H323Gatekeeper@@UBE?AW4Comparison@PObject@@ABV3@@Z @10952 NONAME ?CompareObjectMemoryDirect@H323GatekeeperARQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @29462 NONAME ?CompareObjectMemoryDirect@H323GatekeeperBRQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @29463 NONAME ?CompareObjectMemoryDirect@H323GatekeeperCall@@UBE?AW4Comparison@PObject@@ABV3@@Z @28500 NONAME ?CompareObjectMemoryDirect@H323GatekeeperDRQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @29464 NONAME ?CompareObjectMemoryDirect@H323GatekeeperGRQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @29465 NONAME ?CompareObjectMemoryDirect@H323GatekeeperIRR@@UBE?AW4Comparison@PObject@@ABV3@@Z @30642 NONAME ?CompareObjectMemoryDirect@H323GatekeeperListener@@UBE?AW4Comparison@PObject@@ABV3@@Z @28501 NONAME ?CompareObjectMemoryDirect@H323GatekeeperLRQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @29466 NONAME ?CompareObjectMemoryDirect@H323GatekeeperRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @29467 NONAME ?CompareObjectMemoryDirect@H323GatekeeperRRQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @29468 NONAME ?CompareObjectMemoryDirect@H323GatekeeperServer@@UBE?AW4Comparison@PObject@@ABV3@@Z @28502 NONAME ?CompareObjectMemoryDirect@H323GatekeeperURQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @29469 NONAME ?CompareObjectMemoryDirect@H323GenericAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @52519 NONAME ?CompareObjectMemoryDirect@H323GenericVideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @52520 NONAME ?CompareObjectMemoryDirect@H323GSMPluginCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @47906 NONAME ?CompareObjectMemoryDirect@H323H248ServiceControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @33658 NONAME ?CompareObjectMemoryDirect@H323HTTPServiceControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @33659 NONAME ?CompareObjectMemoryDirect@H323Listener@@UBE?AW4Comparison@PObject@@ABV3@@Z @10954 NONAME ?CompareObjectMemoryDirect@H323ListenerTCP@@UBE?AW4Comparison@PObject@@ABV3@@Z @10955 NONAME ?CompareObjectMemoryDirect@H323LogicalChannelThread@@UBE?AW4Comparison@PObject@@ABV3@@Z @10956 NONAME ?CompareObjectMemoryDirect@H323NonStandardAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10957 NONAME ?CompareObjectMemoryDirect@H323NonStandardDataCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10958 NONAME ?CompareObjectMemoryDirect@H323NonStandardVideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10959 NONAME ?CompareObjectMemoryDirect@H323PeerElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @34991 NONAME ?CompareObjectMemoryDirect@H323PeerElementDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @37250 NONAME ?CompareObjectMemoryDirect@H323PeerElementServiceRelationship@@UBE?AW4Comparison@PObject@@ABV3@@Z @37251 NONAME ?CompareObjectMemoryDirect@H323PluginCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @47909 NONAME ?CompareObjectMemoryDirect@H323PluginCodecManager@@UBE?AW4Comparison@PObject@@ABV3@@Z @49747 NONAME ?CompareObjectMemoryDirect@H323PluginFramedAudioCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @49719 NONAME ?CompareObjectMemoryDirect@H323PluginG7231Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @47910 NONAME ?CompareObjectMemoryDirect@H323PluginVideoCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @47911 NONAME ?CompareObjectMemoryDirect@H323RasPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @10960 NONAME ?CompareObjectMemoryDirect@H323RealTimeCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10961 NONAME ?CompareObjectMemoryDirect@H323RegisteredEndPoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @28503 NONAME ?CompareObjectMemoryDirect@H323ServiceControlSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @33660 NONAME ?CompareObjectMemoryDirect@H323SignalPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @10962 NONAME ?CompareObjectMemoryDirect@H323SimultaneousCapabilities@@UBE?AW4Comparison@PObject@@ABV3@@Z @10963 NONAME ?CompareObjectMemoryDirect@H323StreamedAudioCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @10964 NONAME ?CompareObjectMemoryDirect@H323StreamedPluginAudioCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @49720 NONAME ?CompareObjectMemoryDirect@H323Transaction@@UBE?AW4Comparison@PObject@@ABV3@@Z @37641 NONAME ?CompareObjectMemoryDirect@H323TransactionServer@@UBE?AW4Comparison@PObject@@ABV3@@Z @34993 NONAME ?CompareObjectMemoryDirect@H323Transactor@@UBE?AW4Comparison@PObject@@ABV3@@Z @34994 NONAME ?CompareObjectMemoryDirect@H323Transport@@UBE?AW4Comparison@PObject@@ABV3@@Z @10965 NONAME ?CompareObjectMemoryDirect@H323TransportAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10966 NONAME ?CompareObjectMemoryDirect@H323TransportAddressArray@@UBE?AW4Comparison@PObject@@ABV3@@Z @31258 NONAME ?CompareObjectMemoryDirect@H323TransportIP@@UBE?AW4Comparison@PObject@@ABV3@@Z @10967 NONAME ?CompareObjectMemoryDirect@H323TransportTCP@@UBE?AW4Comparison@PObject@@ABV3@@Z @10968 NONAME ?CompareObjectMemoryDirect@H323TransportUDP@@UBE?AW4Comparison@PObject@@ABV3@@Z @10969 NONAME ?CompareObjectMemoryDirect@H323UnidirectionalChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @10970 NONAME ?CompareObjectMemoryDirect@H323VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10971 NONAME ?CompareObjectMemoryDirect@H323VideoCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @10972 NONAME ?CompareObjectMemoryDirect@H323_ALawCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @10977 NONAME ?CompareObjectMemoryDirect@H323_AnnexG@@UBE?AW4Comparison@PObject@@ABV3@@Z @34995 NONAME ?CompareObjectMemoryDirect@H323_CiscoG7231aLIDCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @31185 NONAME ?CompareObjectMemoryDirect@H323_ExternalRTPChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @29641 NONAME ?CompareObjectMemoryDirect@H323_G711Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10978 NONAME ?CompareObjectMemoryDirect@H323_H261Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10981 NONAME ?CompareObjectMemoryDirect@H323_H261Codec@@UBE?AW4Comparison@PObject@@ABV3@@Z @10982 NONAME ?CompareObjectMemoryDirect@H323_LIDCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10983 NONAME ?CompareObjectMemoryDirect@H323_LIDCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @10984 NONAME ?CompareObjectMemoryDirect@H323_muLawCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @10985 NONAME ?CompareObjectMemoryDirect@H323_RealTimeChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @29642 NONAME ?CompareObjectMemoryDirect@H323_RTPChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @10986 NONAME ?CompareObjectMemoryDirect@H323_RTP_Session@@UBE?AW4Comparison@PObject@@ABV3@@Z @10987 NONAME ?CompareObjectMemoryDirect@H323_RTP_UDP@@UBE?AW4Comparison@PObject@@ABV3@@Z @10988 NONAME ?CompareObjectMemoryDirect@H323_T120Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10989 NONAME ?CompareObjectMemoryDirect@H323_T120Channel@@UBE?AW4Comparison@PObject@@ABV3@@Z @28199 NONAME ?CompareObjectMemoryDirect@H323_T38Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @28200 NONAME ?CompareObjectMemoryDirect@H323_T38Channel@@UBE?AW4Comparison@PObject@@ABV3@@Z @28201 NONAME ?CompareObjectMemoryDirect@H323_T38NonStandardCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @30542 NONAME ?CompareObjectMemoryDirect@H323_UserInputCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10990 NONAME ?CompareObjectMemoryDirect@H45010_ArrayOf_MixedExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @23616 NONAME ?CompareObjectMemoryDirect@H45010_CfbOvrOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23617 NONAME ?CompareObjectMemoryDirect@H45010_CoReqOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23618 NONAME ?CompareObjectMemoryDirect@H45010_H323CallOfferOperations@@UBE?AW4Comparison@PObject@@ABV3@@Z @23619 NONAME ?CompareObjectMemoryDirect@H45010_RUAlertOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23620 NONAME ?CompareObjectMemoryDirect@H45011Handler@@UBE?AW4Comparison@PObject@@ABV3@@Z @30748 NONAME ?CompareObjectMemoryDirect@H45011_ArrayOf_MixedExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @23621 NONAME ?CompareObjectMemoryDirect@H45011_CallIntrusionErrors@@UBE?AW4Comparison@PObject@@ABV3@@Z @23622 NONAME ?CompareObjectMemoryDirect@H45011_CICapabilityLevel@@UBE?AW4Comparison@PObject@@ABV3@@Z @23623 NONAME ?CompareObjectMemoryDirect@H45011_CIFrcRelArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23624 NONAME ?CompareObjectMemoryDirect@H45011_CIFrcRelOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23625 NONAME ?CompareObjectMemoryDirect@H45011_CIGetCIPLOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23626 NONAME ?CompareObjectMemoryDirect@H45011_CIGetCIPLRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23627 NONAME ?CompareObjectMemoryDirect@H45011_CIIsOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23628 NONAME ?CompareObjectMemoryDirect@H45011_CIIsOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23629 NONAME ?CompareObjectMemoryDirect@H45011_CINotificationArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23630 NONAME ?CompareObjectMemoryDirect@H45011_CIProtectionLevel@@UBE?AW4Comparison@PObject@@ABV3@@Z @23631 NONAME ?CompareObjectMemoryDirect@H45011_CIRequestArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23632 NONAME ?CompareObjectMemoryDirect@H45011_CIRequestRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23633 NONAME ?CompareObjectMemoryDirect@H45011_CISilentArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23634 NONAME ?CompareObjectMemoryDirect@H45011_CISilentOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23635 NONAME ?CompareObjectMemoryDirect@H45011_CIStatusInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @23636 NONAME ?CompareObjectMemoryDirect@H45011_CIWobOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23637 NONAME ?CompareObjectMemoryDirect@H45011_CIWobOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23638 NONAME ?CompareObjectMemoryDirect@H45011_H323CallIntrusionOperations@@UBE?AW4Comparison@PObject@@ABV3@@Z @23639 NONAME ?CompareObjectMemoryDirect@H4501_Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @21715 NONAME ?CompareObjectMemoryDirect@H4501_AddressInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @21716 NONAME ?CompareObjectMemoryDirect@H4501_AddressScreened@@UBE?AW4Comparison@PObject@@ABV3@@Z @21717 NONAME ?CompareObjectMemoryDirect@H4501_ArrayOf_AliasAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @21718 NONAME ?CompareObjectMemoryDirect@H4501_ArrayOf_ROS@@UBE?AW4Comparison@PObject@@ABV3@@Z @21719 NONAME ?CompareObjectMemoryDirect@H4501_EndpointAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @21720 NONAME ?CompareObjectMemoryDirect@H4501_EntityType@@UBE?AW4Comparison@PObject@@ABV3@@Z @21721 NONAME ?CompareObjectMemoryDirect@H4501_Extension@@UBE?AW4Comparison@PObject@@ABV3@@Z @21722 NONAME ?CompareObjectMemoryDirect@H4501_GeneralErrorList@@UBE?AW4Comparison@PObject@@ABV3@@Z @21723 NONAME ?CompareObjectMemoryDirect@H4501_H225InformationElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @21724 NONAME ?CompareObjectMemoryDirect@H4501_InterpretationApdu@@UBE?AW4Comparison@PObject@@ABV3@@Z @21725 NONAME ?CompareObjectMemoryDirect@H4501_InvokeIDs@@UBE?AW4Comparison@PObject@@ABV3@@Z @21726 NONAME ?CompareObjectMemoryDirect@H4501_InvokeIdSet@@UBE?AW4Comparison@PObject@@ABV3@@Z @21727 NONAME ?CompareObjectMemoryDirect@H4501_NetworkFacilityExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @21728 NONAME ?CompareObjectMemoryDirect@H4501_NSAPSubaddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @21729 NONAME ?CompareObjectMemoryDirect@H4501_NumberScreened@@UBE?AW4Comparison@PObject@@ABV3@@Z @21730 NONAME ?CompareObjectMemoryDirect@H4501_PartySubaddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @21731 NONAME ?CompareObjectMemoryDirect@H4501_PresentationAllowedIndicator@@UBE?AW4Comparison@PObject@@ABV3@@Z @21732 NONAME ?CompareObjectMemoryDirect@H4501_PresentedAddressScreened@@UBE?AW4Comparison@PObject@@ABV3@@Z @21733 NONAME ?CompareObjectMemoryDirect@H4501_PresentedAddressUnscreened@@UBE?AW4Comparison@PObject@@ABV3@@Z @21734 NONAME ?CompareObjectMemoryDirect@H4501_PresentedNumberScreened@@UBE?AW4Comparison@PObject@@ABV3@@Z @21735 NONAME ?CompareObjectMemoryDirect@H4501_PresentedNumberUnscreened@@UBE?AW4Comparison@PObject@@ABV3@@Z @21736 NONAME ?CompareObjectMemoryDirect@H4501_ScreeningIndicator@@UBE?AW4Comparison@PObject@@ABV3@@Z @21737 NONAME ?CompareObjectMemoryDirect@H4501_ServiceApdus@@UBE?AW4Comparison@PObject@@ABV3@@Z @21738 NONAME ?CompareObjectMemoryDirect@H4501_SubaddressInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @21739 NONAME ?CompareObjectMemoryDirect@H4501_SupplementaryService@@UBE?AW4Comparison@PObject@@ABV3@@Z @21740 NONAME ?CompareObjectMemoryDirect@H4501_UserSpecifiedSubaddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @21741 NONAME ?CompareObjectMemoryDirect@H4502Handler@@UBE?AW4Comparison@PObject@@ABV3@@Z @29016 NONAME ?CompareObjectMemoryDirect@H4502_CallIdentity@@UBE?AW4Comparison@PObject@@ABV3@@Z @21742 NONAME ?CompareObjectMemoryDirect@H4502_CallStatus@@UBE?AW4Comparison@PObject@@ABV3@@Z @21743 NONAME ?CompareObjectMemoryDirect@H4502_CallTransferErrors@@UBE?AW4Comparison@PObject@@ABV3@@Z @21744 NONAME ?CompareObjectMemoryDirect@H4502_CallTransferOperation@@UBE?AW4Comparison@PObject@@ABV3@@Z @21745 NONAME ?CompareObjectMemoryDirect@H4502_CTActiveArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @21746 NONAME ?CompareObjectMemoryDirect@H4502_CTActiveArg_argumentExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @21747 NONAME ?CompareObjectMemoryDirect@H4502_CTCompleteArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @21748 NONAME ?CompareObjectMemoryDirect@H4502_CTCompleteArg_argumentExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @21749 NONAME ?CompareObjectMemoryDirect@H4502_CTIdentifyRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @21750 NONAME ?CompareObjectMemoryDirect@H4502_CTIdentifyRes_resultExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @21751 NONAME ?CompareObjectMemoryDirect@H4502_CTInitiateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @21752 NONAME ?CompareObjectMemoryDirect@H4502_CTInitiateArg_argumentExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @21753 NONAME ?CompareObjectMemoryDirect@H4502_CTSetupArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @21754 NONAME ?CompareObjectMemoryDirect@H4502_CTSetupArg_argumentExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @21755 NONAME ?CompareObjectMemoryDirect@H4502_CTUpdateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @21756 NONAME ?CompareObjectMemoryDirect@H4502_CTUpdateArg_argumentExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @21757 NONAME ?CompareObjectMemoryDirect@H4502_DummyArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @21758 NONAME ?CompareObjectMemoryDirect@H4502_DummyRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @21759 NONAME ?CompareObjectMemoryDirect@H4502_EndDesignation@@UBE?AW4Comparison@PObject@@ABV3@@Z @21760 NONAME ?CompareObjectMemoryDirect@H4502_ExtensionSeq@@UBE?AW4Comparison@PObject@@ABV3@@Z @21761 NONAME ?CompareObjectMemoryDirect@H4502_SubaddressTransferArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @21762 NONAME ?CompareObjectMemoryDirect@H4502_SubaddressTransferArg_argumentExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @21763 NONAME ?CompareObjectMemoryDirect@H4503_BasicService@@UBE?AW4Comparison@PObject@@ABV3@@Z @22759 NONAME ?CompareObjectMemoryDirect@H4503_CallDiversionErrors@@UBE?AW4Comparison@PObject@@ABV3@@Z @22760 NONAME ?CompareObjectMemoryDirect@H4503_DiversionReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @22761 NONAME ?CompareObjectMemoryDirect@H4503_ExtensionSeq@@UBE?AW4Comparison@PObject@@ABV3@@Z @22762 NONAME ?CompareObjectMemoryDirect@H4503_H323CallDiversionOperations@@UBE?AW4Comparison@PObject@@ABV3@@Z @22763 NONAME ?CompareObjectMemoryDirect@H4503_IntResult@@UBE?AW4Comparison@PObject@@ABV3@@Z @22764 NONAME ?CompareObjectMemoryDirect@H4503_IntResultList@@UBE?AW4Comparison@PObject@@ABV3@@Z @22765 NONAME ?CompareObjectMemoryDirect@H4503_IntResult_extension@@UBE?AW4Comparison@PObject@@ABV3@@Z @22766 NONAME ?CompareObjectMemoryDirect@H4503_Procedure@@UBE?AW4Comparison@PObject@@ABV3@@Z @22767 NONAME ?CompareObjectMemoryDirect@H4503_SubscriptionOption@@UBE?AW4Comparison@PObject@@ABV3@@Z @22768 NONAME ?CompareObjectMemoryDirect@H4504Handler@@UBE?AW4Comparison@PObject@@ABV3@@Z @29017 NONAME ?CompareObjectMemoryDirect@H4504_ArrayOf_MixedExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @22399 NONAME ?CompareObjectMemoryDirect@H4504_CallHoldOperation@@UBE?AW4Comparison@PObject@@ABV3@@Z @22400 NONAME ?CompareObjectMemoryDirect@H4504_Extension@@UBE?AW4Comparison@PObject@@ABV3@@Z @22401 NONAME ?CompareObjectMemoryDirect@H4504_HoldNotificArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @22402 NONAME ?CompareObjectMemoryDirect@H4504_MixedExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @22403 NONAME ?CompareObjectMemoryDirect@H4504_RemoteHoldArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @22404 NONAME ?CompareObjectMemoryDirect@H4504_RemoteHoldRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @22405 NONAME ?CompareObjectMemoryDirect@H4504_RemoteRetrieveArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @22406 NONAME ?CompareObjectMemoryDirect@H4504_RemoteRetrieveRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @22407 NONAME ?CompareObjectMemoryDirect@H4504_RetrieveNotificArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @22408 NONAME ?CompareObjectMemoryDirect@H4505_ArrayOf_MixedExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @23640 NONAME ?CompareObjectMemoryDirect@H4505_CallParkPickupOperations@@UBE?AW4Comparison@PObject@@ABV3@@Z @23641 NONAME ?CompareObjectMemoryDirect@H4505_CallPickupErrors@@UBE?AW4Comparison@PObject@@ABV3@@Z @23642 NONAME ?CompareObjectMemoryDirect@H4505_CallType@@UBE?AW4Comparison@PObject@@ABV3@@Z @23643 NONAME ?CompareObjectMemoryDirect@H4505_CpickupNotifyArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23644 NONAME ?CompareObjectMemoryDirect@H4505_CpNotifyArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23645 NONAME ?CompareObjectMemoryDirect@H4505_CpRequestArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23646 NONAME ?CompareObjectMemoryDirect@H4505_CpRequestRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23647 NONAME ?CompareObjectMemoryDirect@H4505_CpSetupArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23648 NONAME ?CompareObjectMemoryDirect@H4505_CpSetupRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23649 NONAME ?CompareObjectMemoryDirect@H4505_GroupIndicationOffArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23650 NONAME ?CompareObjectMemoryDirect@H4505_GroupIndicationOffRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23651 NONAME ?CompareObjectMemoryDirect@H4505_GroupIndicationOnArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23652 NONAME ?CompareObjectMemoryDirect@H4505_GroupIndicationOnRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23653 NONAME ?CompareObjectMemoryDirect@H4505_ParkCondition@@UBE?AW4Comparison@PObject@@ABV3@@Z @23654 NONAME ?CompareObjectMemoryDirect@H4505_ParkedToPosition@@UBE?AW4Comparison@PObject@@ABV3@@Z @23655 NONAME ?CompareObjectMemoryDirect@H4505_PickExeArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23656 NONAME ?CompareObjectMemoryDirect@H4505_PickExeRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23657 NONAME ?CompareObjectMemoryDirect@H4505_PickrequArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23658 NONAME ?CompareObjectMemoryDirect@H4505_PickrequRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23659 NONAME ?CompareObjectMemoryDirect@H4505_PickupArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23660 NONAME ?CompareObjectMemoryDirect@H4505_PickupRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23661 NONAME ?CompareObjectMemoryDirect@H4506Handler@@UBE?AW4Comparison@PObject@@ABV3@@Z @29692 NONAME ?CompareObjectMemoryDirect@H4506_ArrayOf_MixedExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @23662 NONAME ?CompareObjectMemoryDirect@H4506_CallWaitingArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23663 NONAME ?CompareObjectMemoryDirect@H4506_CallWaitingOperations@@UBE?AW4Comparison@PObject@@ABV3@@Z @23664 NONAME ?CompareObjectMemoryDirect@H4507_ArrayOf_MixedExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @23665 NONAME ?CompareObjectMemoryDirect@H4507_BasicService@@UBE?AW4Comparison@PObject@@ABV3@@Z @23666 NONAME ?CompareObjectMemoryDirect@H4507_DummyRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23667 NONAME ?CompareObjectMemoryDirect@H4507_H323_MWI_Operations@@UBE?AW4Comparison@PObject@@ABV3@@Z @23668 NONAME ?CompareObjectMemoryDirect@H4507_MessageWaitingIndicationErrors@@UBE?AW4Comparison@PObject@@ABV3@@Z @23669 NONAME ?CompareObjectMemoryDirect@H4507_MsgCentreId@@UBE?AW4Comparison@PObject@@ABV3@@Z @23670 NONAME ?CompareObjectMemoryDirect@H4507_MWIActivateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23671 NONAME ?CompareObjectMemoryDirect@H4507_MWIDeactivateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23672 NONAME ?CompareObjectMemoryDirect@H4507_MWIInterrogateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23673 NONAME ?CompareObjectMemoryDirect@H4507_MWIInterrogateRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23674 NONAME ?CompareObjectMemoryDirect@H4507_MWIInterrogateResElt@@UBE?AW4Comparison@PObject@@ABV3@@Z @23675 NONAME ?CompareObjectMemoryDirect@H4507_NbOfMessages@@UBE?AW4Comparison@PObject@@ABV3@@Z @23676 NONAME ?CompareObjectMemoryDirect@H4507_TimeStamp@@UBE?AW4Comparison@PObject@@ABV3@@Z @23677 NONAME ?CompareObjectMemoryDirect@H4508_ExtendedName@@UBE?AW4Comparison@PObject@@ABV3@@Z @23678 NONAME ?CompareObjectMemoryDirect@H4508_Name@@UBE?AW4Comparison@PObject@@ABV3@@Z @23679 NONAME ?CompareObjectMemoryDirect@H4508_NameOperations@@UBE?AW4Comparison@PObject@@ABV3@@Z @23680 NONAME ?CompareObjectMemoryDirect@H4508_NamePresentationAllowed@@UBE?AW4Comparison@PObject@@ABV3@@Z @23681 NONAME ?CompareObjectMemoryDirect@H4508_NamePresentationRestricted@@UBE?AW4Comparison@PObject@@ABV3@@Z @23682 NONAME ?CompareObjectMemoryDirect@H4508_SimpleName@@UBE?AW4Comparison@PObject@@ABV3@@Z @23683 NONAME ?CompareObjectMemoryDirect@H4509_ArrayOf_MixedExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @23684 NONAME ?CompareObjectMemoryDirect@H4509_CallCompletionErrors@@UBE?AW4Comparison@PObject@@ABV3@@Z @23685 NONAME ?CompareObjectMemoryDirect@H4509_CcArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23686 NONAME ?CompareObjectMemoryDirect@H4509_CcLongArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23687 NONAME ?CompareObjectMemoryDirect@H4509_CcRequestArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23688 NONAME ?CompareObjectMemoryDirect@H4509_CcRequestRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23689 NONAME ?CompareObjectMemoryDirect@H4509_CcShortArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23690 NONAME ?CompareObjectMemoryDirect@H4509_H323CallCompletionOperations@@UBE?AW4Comparison@PObject@@ABV3@@Z @23691 NONAME ?CompareObjectMemoryDirect@H450xDispatcher@@UBE?AW4Comparison@PObject@@ABV3@@Z @29018 NONAME ?CompareObjectMemoryDirect@H450xHandler@@UBE?AW4Comparison@PObject@@ABV3@@Z @29019 NONAME ?CompareObjectMemoryDirect@H501AccessRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @37642 NONAME ?CompareObjectMemoryDirect@H501DescriptorUpdate@@UBE?AW4Comparison@PObject@@ABV3@@Z @37643 NONAME ?CompareObjectMemoryDirect@H501PDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @37112 NONAME ?CompareObjectMemoryDirect@H501ServiceRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @37644 NONAME ?CompareObjectMemoryDirect@H501Transaction@@UBE?AW4Comparison@PObject@@ABV3@@Z @37645 NONAME ?CompareObjectMemoryDirect@H501_AccessConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36149 NONAME ?CompareObjectMemoryDirect@H501_AccessRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @36150 NONAME ?CompareObjectMemoryDirect@H501_AccessRejectionReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @36151 NONAME ?CompareObjectMemoryDirect@H501_AccessRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @36152 NONAME ?CompareObjectMemoryDirect@H501_AccessToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @36153 NONAME ?CompareObjectMemoryDirect@H501_AddressTemplate@@UBE?AW4Comparison@PObject@@ABV3@@Z @36154 NONAME ?CompareObjectMemoryDirect@H501_AlternatePE@@UBE?AW4Comparison@PObject@@ABV3@@Z @36155 NONAME ?CompareObjectMemoryDirect@H501_AlternatePEInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @36156 NONAME ?CompareObjectMemoryDirect@H501_ApplicationMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @36157 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_AccessToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @36158 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_AddressTemplate@@UBE?AW4Comparison@PObject@@ABV3@@Z @36159 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_AliasAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @36160 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_AlternatePE@@UBE?AW4Comparison@PObject@@ABV3@@Z @36161 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_CircuitIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @36162 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_ClearToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @36163 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_ContactInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36164 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_CryptoH323Token@@UBE?AW4Comparison@PObject@@ABV3@@Z @36165 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_Descriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @36166 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_DescriptorInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @36168 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_GenericData@@UBE?AW4Comparison@PObject@@ABV3@@Z @36169 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_GloballyUniqueID@@UBE?AW4Comparison@PObject@@ABV3@@Z @36969 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @36170 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_PASN_ObjectId@@UBE?AW4Comparison@PObject@@ABV3@@Z @36171 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_Pattern@@UBE?AW4Comparison@PObject@@ABV3@@Z @36172 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_PriceElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @36173 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_PriceInfoSpec@@UBE?AW4Comparison@PObject@@ABV3@@Z @36174 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_RouteInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36175 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_SecurityMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @36176 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_ServiceControlSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @36177 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_SupportedProtocols@@UBE?AW4Comparison@PObject@@ABV3@@Z @36178 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_TransportAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @36179 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_UpdateInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36180 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_UsageField@@UBE?AW4Comparison@PObject@@ABV3@@Z @36181 NONAME ?CompareObjectMemoryDirect@H501_AuthenticationConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36182 NONAME ?CompareObjectMemoryDirect@H501_AuthenticationRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @36183 NONAME ?CompareObjectMemoryDirect@H501_AuthenticationRejectionReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @36184 NONAME ?CompareObjectMemoryDirect@H501_AuthenticationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @36185 NONAME ?CompareObjectMemoryDirect@H501_CallInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36186 NONAME ?CompareObjectMemoryDirect@H501_ContactInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36187 NONAME ?CompareObjectMemoryDirect@H501_Descriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @36188 NONAME ?CompareObjectMemoryDirect@H501_DescriptorConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36189 NONAME ?CompareObjectMemoryDirect@H501_DescriptorIDConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36191 NONAME ?CompareObjectMemoryDirect@H501_DescriptorIDRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @36192 NONAME ?CompareObjectMemoryDirect@H501_DescriptorIDRejectionReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @36193 NONAME ?CompareObjectMemoryDirect@H501_DescriptorIDRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @36194 NONAME ?CompareObjectMemoryDirect@H501_DescriptorInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @36195 NONAME ?CompareObjectMemoryDirect@H501_DescriptorRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @36196 NONAME ?CompareObjectMemoryDirect@H501_DescriptorRejectionReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @36197 NONAME ?CompareObjectMemoryDirect@H501_DescriptorRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @36198 NONAME ?CompareObjectMemoryDirect@H501_DescriptorUpdate@@UBE?AW4Comparison@PObject@@ABV3@@Z @36199 NONAME ?CompareObjectMemoryDirect@H501_DescriptorUpdateAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @36200 NONAME ?CompareObjectMemoryDirect@H501_ElementIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @36201 NONAME ?CompareObjectMemoryDirect@H501_GlobalTimeStamp@@UBE?AW4Comparison@PObject@@ABV3@@Z @36202 NONAME ?CompareObjectMemoryDirect@H501_Message@@UBE?AW4Comparison@PObject@@ABV3@@Z @36203 NONAME ?CompareObjectMemoryDirect@H501_MessageBody@@UBE?AW4Comparison@PObject@@ABV3@@Z @36204 NONAME ?CompareObjectMemoryDirect@H501_MessageCommonInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @36205 NONAME ?CompareObjectMemoryDirect@H501_NonStandardConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36206 NONAME ?CompareObjectMemoryDirect@H501_NonStandardRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @36207 NONAME ?CompareObjectMemoryDirect@H501_NonStandardRejectionReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @36208 NONAME ?CompareObjectMemoryDirect@H501_NonStandardRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @36209 NONAME ?CompareObjectMemoryDirect@H501_PartyInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36210 NONAME ?CompareObjectMemoryDirect@H501_Pattern@@UBE?AW4Comparison@PObject@@ABV3@@Z @36211 NONAME ?CompareObjectMemoryDirect@H501_Pattern_range@@UBE?AW4Comparison@PObject@@ABV3@@Z @36212 NONAME ?CompareObjectMemoryDirect@H501_PriceElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @36213 NONAME ?CompareObjectMemoryDirect@H501_PriceElement_units@@UBE?AW4Comparison@PObject@@ABV3@@Z @36214 NONAME ?CompareObjectMemoryDirect@H501_PriceInfoSpec@@UBE?AW4Comparison@PObject@@ABV3@@Z @36215 NONAME ?CompareObjectMemoryDirect@H501_ProtocolVersion@@UBE?AW4Comparison@PObject@@ABV3@@Z @36216 NONAME ?CompareObjectMemoryDirect@H501_RequestInProgress@@UBE?AW4Comparison@PObject@@ABV3@@Z @36217 NONAME ?CompareObjectMemoryDirect@H501_Role@@UBE?AW4Comparison@PObject@@ABV3@@Z @36218 NONAME ?CompareObjectMemoryDirect@H501_RouteInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36219 NONAME ?CompareObjectMemoryDirect@H501_RouteInformation_messageType@@UBE?AW4Comparison@PObject@@ABV3@@Z @36220 NONAME ?CompareObjectMemoryDirect@H501_SecurityMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @36221 NONAME ?CompareObjectMemoryDirect@H501_ServiceConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36222 NONAME ?CompareObjectMemoryDirect@H501_ServiceRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @36224 NONAME ?CompareObjectMemoryDirect@H501_ServiceRejectionReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @36225 NONAME ?CompareObjectMemoryDirect@H501_ServiceRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @36226 NONAME ?CompareObjectMemoryDirect@H501_ServiceReleaseReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @36227 NONAME ?CompareObjectMemoryDirect@H501_ServiceRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @36228 NONAME ?CompareObjectMemoryDirect@H501_TerminationCause@@UBE?AW4Comparison@PObject@@ABV3@@Z @36229 NONAME ?CompareObjectMemoryDirect@H501_TimeZone@@UBE?AW4Comparison@PObject@@ABV3@@Z @36230 NONAME ?CompareObjectMemoryDirect@H501_UnknownMessageReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @36231 NONAME ?CompareObjectMemoryDirect@H501_UnknownMessageResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @36232 NONAME ?CompareObjectMemoryDirect@H501_UpdateInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36233 NONAME ?CompareObjectMemoryDirect@H501_UpdateInformation_descriptorInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @36234 NONAME ?CompareObjectMemoryDirect@H501_UpdateInformation_updateType@@UBE?AW4Comparison@PObject@@ABV3@@Z @36235 NONAME ?CompareObjectMemoryDirect@H501_UsageCallStatus@@UBE?AW4Comparison@PObject@@ABV3@@Z @36236 NONAME ?CompareObjectMemoryDirect@H501_UsageConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36237 NONAME ?CompareObjectMemoryDirect@H501_UsageField@@UBE?AW4Comparison@PObject@@ABV3@@Z @36238 NONAME ?CompareObjectMemoryDirect@H501_UsageIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @36239 NONAME ?CompareObjectMemoryDirect@H501_UsageIndicationConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36240 NONAME ?CompareObjectMemoryDirect@H501_UsageIndicationRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @36241 NONAME ?CompareObjectMemoryDirect@H501_UsageIndicationRejectionReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @36242 NONAME ?CompareObjectMemoryDirect@H501_UsageRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @36243 NONAME ?CompareObjectMemoryDirect@H501_UsageRejectReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @36244 NONAME ?CompareObjectMemoryDirect@H501_UsageRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @36245 NONAME ?CompareObjectMemoryDirect@H501_UsageSpecification@@UBE?AW4Comparison@PObject@@ABV3@@Z @36246 NONAME ?CompareObjectMemoryDirect@H501_UsageSpecification_when@@UBE?AW4Comparison@PObject@@ABV3@@Z @36247 NONAME ?CompareObjectMemoryDirect@H501_UserInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36248 NONAME ?CompareObjectMemoryDirect@H501_ValidationConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36249 NONAME ?CompareObjectMemoryDirect@H501_ValidationRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @36250 NONAME ?CompareObjectMemoryDirect@H501_ValidationRejectionReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @36251 NONAME ?CompareObjectMemoryDirect@H501_ValidationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @36252 NONAME ?CompareObjectMemoryDirect@HIDPluginDeviceManager@@UBE?AW4Comparison@PObject@@ABV3@@Z @52521 NONAME ?CompareObjectMemoryDirect@MCS_ArrayOf_ChannelAttributes@@UBE?AW4Comparison@PObject@@ABV3@@Z @11037 NONAME ?CompareObjectMemoryDirect@MCS_ArrayOf_ChannelId@@UBE?AW4Comparison@PObject@@ABV3@@Z @11038 NONAME ?CompareObjectMemoryDirect@MCS_ArrayOf_TokenAttributes@@UBE?AW4Comparison@PObject@@ABV3@@Z @11039 NONAME ?CompareObjectMemoryDirect@MCS_ArrayOf_TokenId@@UBE?AW4Comparison@PObject@@ABV3@@Z @11040 NONAME ?CompareObjectMemoryDirect@MCS_ArrayOf_UserId@@UBE?AW4Comparison@PObject@@ABV3@@Z @11041 NONAME ?CompareObjectMemoryDirect@MCS_AssignedChannelId@@UBE?AW4Comparison@PObject@@ABV3@@Z @11042 NONAME ?CompareObjectMemoryDirect@MCS_AUcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @11043 NONAME ?CompareObjectMemoryDirect@MCS_AUrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @11044 NONAME ?CompareObjectMemoryDirect@MCS_CAin@@UBE?AW4Comparison@PObject@@ABV3@@Z @11045 NONAME ?CompareObjectMemoryDirect@MCS_CArq@@UBE?AW4Comparison@PObject@@ABV3@@Z @11046 NONAME ?CompareObjectMemoryDirect@MCS_CCcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @11047 NONAME ?CompareObjectMemoryDirect@MCS_CCrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @11048 NONAME ?CompareObjectMemoryDirect@MCS_CDin@@UBE?AW4Comparison@PObject@@ABV3@@Z @11049 NONAME ?CompareObjectMemoryDirect@MCS_CDrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @11050 NONAME ?CompareObjectMemoryDirect@MCS_CEin@@UBE?AW4Comparison@PObject@@ABV3@@Z @11051 NONAME ?CompareObjectMemoryDirect@MCS_CErq@@UBE?AW4Comparison@PObject@@ABV3@@Z @11052 NONAME ?CompareObjectMemoryDirect@MCS_ChannelAttributes@@UBE?AW4Comparison@PObject@@ABV3@@Z @11053 NONAME ?CompareObjectMemoryDirect@MCS_ChannelAttributes_assigned@@UBE?AW4Comparison@PObject@@ABV3@@Z @11054 NONAME ?CompareObjectMemoryDirect@MCS_ChannelAttributes_private@@UBE?AW4Comparison@PObject@@ABV3@@Z @11055 NONAME ?CompareObjectMemoryDirect@MCS_ChannelAttributes_static@@UBE?AW4Comparison@PObject@@ABV3@@Z @11056 NONAME ?CompareObjectMemoryDirect@MCS_ChannelAttributes_userId@@UBE?AW4Comparison@PObject@@ABV3@@Z @11057 NONAME ?CompareObjectMemoryDirect@MCS_ChannelId@@UBE?AW4Comparison@PObject@@ABV3@@Z @11058 NONAME ?CompareObjectMemoryDirect@MCS_CJcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @11059 NONAME ?CompareObjectMemoryDirect@MCS_CJrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @11060 NONAME ?CompareObjectMemoryDirect@MCS_CLrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @11061 NONAME ?CompareObjectMemoryDirect@MCS_ConnectMCSPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @11062 NONAME ?CompareObjectMemoryDirect@MCS_Connect_Additional@@UBE?AW4Comparison@PObject@@ABV3@@Z @11063 NONAME ?CompareObjectMemoryDirect@MCS_Connect_Initial@@UBE?AW4Comparison@PObject@@ABV3@@Z @11064 NONAME ?CompareObjectMemoryDirect@MCS_Connect_Response@@UBE?AW4Comparison@PObject@@ABV3@@Z @11065 NONAME ?CompareObjectMemoryDirect@MCS_Connect_Result@@UBE?AW4Comparison@PObject@@ABV3@@Z @11066 NONAME ?CompareObjectMemoryDirect@MCS_DataPriority@@UBE?AW4Comparison@PObject@@ABV3@@Z @11067 NONAME ?CompareObjectMemoryDirect@MCS_Diagnostic@@UBE?AW4Comparison@PObject@@ABV3@@Z @11068 NONAME ?CompareObjectMemoryDirect@MCS_DomainMCSPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @11069 NONAME ?CompareObjectMemoryDirect@MCS_DomainParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @11070 NONAME ?CompareObjectMemoryDirect@MCS_DPum@@UBE?AW4Comparison@PObject@@ABV3@@Z @11071 NONAME ?CompareObjectMemoryDirect@MCS_DUin@@UBE?AW4Comparison@PObject@@ABV3@@Z @11072 NONAME ?CompareObjectMemoryDirect@MCS_DUrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @11073 NONAME ?CompareObjectMemoryDirect@MCS_DynamicChannelId@@UBE?AW4Comparison@PObject@@ABV3@@Z @11074 NONAME ?CompareObjectMemoryDirect@MCS_EDrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @11075 NONAME ?CompareObjectMemoryDirect@MCS_MCcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @11076 NONAME ?CompareObjectMemoryDirect@MCS_MCrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @11077 NONAME ?CompareObjectMemoryDirect@MCS_MTcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @11078 NONAME ?CompareObjectMemoryDirect@MCS_MTrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @11079 NONAME ?CompareObjectMemoryDirect@MCS_PCin@@UBE?AW4Comparison@PObject@@ABV3@@Z @11080 NONAME ?CompareObjectMemoryDirect@MCS_PDin@@UBE?AW4Comparison@PObject@@ABV3@@Z @11081 NONAME ?CompareObjectMemoryDirect@MCS_PrivateChannelId@@UBE?AW4Comparison@PObject@@ABV3@@Z @11082 NONAME ?CompareObjectMemoryDirect@MCS_PTin@@UBE?AW4Comparison@PObject@@ABV3@@Z @11083 NONAME ?CompareObjectMemoryDirect@MCS_Reason@@UBE?AW4Comparison@PObject@@ABV3@@Z @11084 NONAME ?CompareObjectMemoryDirect@MCS_Result@@UBE?AW4Comparison@PObject@@ABV3@@Z @11085 NONAME ?CompareObjectMemoryDirect@MCS_RJum@@UBE?AW4Comparison@PObject@@ABV3@@Z @11086 NONAME ?CompareObjectMemoryDirect@MCS_SDin@@UBE?AW4Comparison@PObject@@ABV3@@Z @11087 NONAME ?CompareObjectMemoryDirect@MCS_SDrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @11088 NONAME ?CompareObjectMemoryDirect@MCS_Segmentation@@UBE?AW4Comparison@PObject@@ABV3@@Z @11089 NONAME ?CompareObjectMemoryDirect@MCS_StaticChannelId@@UBE?AW4Comparison@PObject@@ABV3@@Z @11090 NONAME ?CompareObjectMemoryDirect@MCS_TGcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @11091 NONAME ?CompareObjectMemoryDirect@MCS_TGrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @11092 NONAME ?CompareObjectMemoryDirect@MCS_TIcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @11093 NONAME ?CompareObjectMemoryDirect@MCS_TIrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @11094 NONAME ?CompareObjectMemoryDirect@MCS_TokenAttributes@@UBE?AW4Comparison@PObject@@ABV3@@Z @11095 NONAME ?CompareObjectMemoryDirect@MCS_TokenAttributes_given@@UBE?AW4Comparison@PObject@@ABV3@@Z @11096 NONAME ?CompareObjectMemoryDirect@MCS_TokenAttributes_giving@@UBE?AW4Comparison@PObject@@ABV3@@Z @11097 NONAME ?CompareObjectMemoryDirect@MCS_TokenAttributes_grabbed@@UBE?AW4Comparison@PObject@@ABV3@@Z @11098 NONAME ?CompareObjectMemoryDirect@MCS_TokenAttributes_inhibited@@UBE?AW4Comparison@PObject@@ABV3@@Z @11099 NONAME ?CompareObjectMemoryDirect@MCS_TokenAttributes_ungivable@@UBE?AW4Comparison@PObject@@ABV3@@Z @11100 NONAME ?CompareObjectMemoryDirect@MCS_TokenId@@UBE?AW4Comparison@PObject@@ABV3@@Z @11101 NONAME ?CompareObjectMemoryDirect@MCS_TokenStatus@@UBE?AW4Comparison@PObject@@ABV3@@Z @11102 NONAME ?CompareObjectMemoryDirect@MCS_TPin@@UBE?AW4Comparison@PObject@@ABV3@@Z @11103 NONAME ?CompareObjectMemoryDirect@MCS_TPrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @11104 NONAME ?CompareObjectMemoryDirect@MCS_TRcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @11105 NONAME ?CompareObjectMemoryDirect@MCS_TRrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @11106 NONAME ?CompareObjectMemoryDirect@MCS_TTcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @11107 NONAME ?CompareObjectMemoryDirect@MCS_TTrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @11108 NONAME ?CompareObjectMemoryDirect@MCS_TVcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @11109 NONAME ?CompareObjectMemoryDirect@MCS_TVin@@UBE?AW4Comparison@PObject@@ABV3@@Z @11110 NONAME ?CompareObjectMemoryDirect@MCS_TVrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @11111 NONAME ?CompareObjectMemoryDirect@MCS_TVrs@@UBE?AW4Comparison@PObject@@ABV3@@Z @11112 NONAME ?CompareObjectMemoryDirect@MCS_UserId@@UBE?AW4Comparison@PObject@@ABV3@@Z @11113 NONAME ?CompareObjectMemoryDirect@MCS_USin@@UBE?AW4Comparison@PObject@@ABV3@@Z @11114 NONAME ?CompareObjectMemoryDirect@MCS_USrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @11115 NONAME ?CompareObjectMemoryDirect@MXRecordList@PDNS@@UBE?AW4Comparison@PObject@@ABV4@@Z @52522 NONAME ?CompareObjectMemoryDirect@OpalFactoryCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @51474 NONAME ?CompareObjectMemoryDirect@OpalG711ALaw64k_Base@@UBE?AW4Comparison@PObject@@ABV3@@Z @51475 NONAME ?CompareObjectMemoryDirect@OpalG711ALaw64k_Decoder@@UBE?AW4Comparison@PObject@@ABV3@@Z @51476 NONAME ?CompareObjectMemoryDirect@OpalG711ALaw64k_Encoder@@UBE?AW4Comparison@PObject@@ABV3@@Z @51477 NONAME ?CompareObjectMemoryDirect@OpalG711uLaw64k_Base@@UBE?AW4Comparison@PObject@@ABV3@@Z @51478 NONAME ?CompareObjectMemoryDirect@OpalG711uLaw64k_Decoder@@UBE?AW4Comparison@PObject@@ABV3@@Z @51479 NONAME ?CompareObjectMemoryDirect@OpalG711uLaw64k_Encoder@@UBE?AW4Comparison@PObject@@ABV3@@Z @51480 NONAME ?CompareObjectMemoryDirect@OpalGloballyUniqueID@@UBE?AW4Comparison@PObject@@ABV3@@Z @20690 NONAME ?CompareObjectMemoryDirect@OpalIxJDevice@@UBE?AW4Comparison@PObject@@ABV3@@Z @11116 NONAME ?CompareObjectMemoryDirect@OpalLineChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @11117 NONAME ?CompareObjectMemoryDirect@OpalLineInterfaceDevice@@UBE?AW4Comparison@PObject@@ABV3@@Z @11118 NONAME ?CompareObjectMemoryDirect@OpalMediaFormat@@UBE?AW4Comparison@PObject@@ABV3@@Z @20606 NONAME ?CompareObjectMemoryDirect@OpalPluginCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @51481 NONAME ?CompareObjectMemoryDirect@OpalRFC2833@@UBE?AW4Comparison@PObject@@ABV3@@Z @29933 NONAME ?CompareObjectMemoryDirect@OpalRFC2833Info@@UBE?AW4Comparison@PObject@@ABV3@@Z @29934 NONAME ?CompareObjectMemoryDirect@OpalRtpToWavFile@@UBE?AW4Comparison@PObject@@ABV3@@Z @30614 NONAME ?CompareObjectMemoryDirect@OpalT120Protocol@@UBE?AW4Comparison@PObject@@ABV3@@Z @28202 NONAME ?CompareObjectMemoryDirect@OpalT38Protocol@@UBE?AW4Comparison@PObject@@ABV3@@Z @28203 NONAME ?CompareObjectMemoryDirect@OpalUSBDevice@@UBE?AW4Comparison@PObject@@ABV3@@Z @52523 NONAME ?CompareObjectMemoryDirect@OpalVoipBlasterDevice@@UBE?AW4Comparison@PObject@@ABV3@@Z @29757 NONAME ?CompareObjectMemoryDirect@OpalVXMLSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @31064 NONAME ?CompareObjectMemoryDirect@OpalWAVFile@@UBE?AW4Comparison@PObject@@ABV3@@Z @30716 NONAME ?CompareObjectMemoryDirect@PASN_Boolean@@UBE?AW4Comparison@PObject@@ABV3@@Z @11125 NONAME ?CompareObjectMemoryDirect@PASN_ConstrainedObject@@UBE?AW4Comparison@PObject@@ABV3@@Z @11126 NONAME ?CompareObjectMemoryDirect@PASN_ConstrainedString@@UBE?AW4Comparison@PObject@@ABV3@@Z @11127 NONAME ?CompareObjectMemoryDirect@PASN_Enumeration@@UBE?AW4Comparison@PObject@@ABV3@@Z @11128 NONAME ?CompareObjectMemoryDirect@PASN_GeneralisedTime@@UBE?AW4Comparison@PObject@@ABV3@@Z @23692 NONAME ?CompareObjectMemoryDirect@PASN_GeneralString@@UBE?AW4Comparison@PObject@@ABV3@@Z @26225 NONAME ?CompareObjectMemoryDirect@PASN_IA5String@@UBE?AW4Comparison@PObject@@ABV3@@Z @11129 NONAME ?CompareObjectMemoryDirect@PASN_Integer@@UBE?AW4Comparison@PObject@@ABV3@@Z @11130 NONAME ?CompareObjectMemoryDirect@PASN_Null@@UBE?AW4Comparison@PObject@@ABV3@@Z @11131 NONAME ?CompareObjectMemoryDirect@PASN_NumericString@@UBE?AW4Comparison@PObject@@ABV3@@Z @11132 NONAME ?CompareObjectMemoryDirect@PASN_Object@@UBE?AW4Comparison@PObject@@ABV3@@Z @11133 NONAME ?CompareObjectMemoryDirect@PASN_PrintableString@@UBE?AW4Comparison@PObject@@ABV3@@Z @11134 NONAME ?CompareObjectMemoryDirect@PASN_Stream@@UBE?AW4Comparison@PObject@@ABV3@@Z @30350 NONAME ?CompareObjectMemoryDirect@PASN_VisibleString@@UBE?AW4Comparison@PObject@@ABV3@@Z @23693 NONAME ?CompareObjectMemoryDirect@PDTMFEncoder@@UBE?AW4Comparison@PObject@@ABV3@@Z @52524 NONAME ?CompareObjectMemoryDirect@PLDAPAttributeBase@@UBE?AW4Comparison@PObject@@ABV3@@Z @37851 NONAME ?CompareObjectMemoryDirect@PLDAPStructBase@@UBE?AW4Comparison@PObject@@ABV3@@Z @37852 NONAME ?CompareObjectMemoryDirect@PluginLoader@@UBE?AW4Comparison@PObject@@ABV3@@Z @52525 NONAME ?CompareObjectMemoryDirect@PPER_Stream@@UBE?AW4Comparison@PObject@@ABV3@@Z @30351 NONAME ?CompareObjectMemoryDirect@Q931@@UBE?AW4Comparison@PObject@@ABV3@@Z @11136 NONAME ?CompareObjectMemoryDirect@ReceiverReport@RTP_Session@@UBE?AW4Comparison@PObject@@ABV4@@Z @17084 NONAME ?CompareObjectMemoryDirect@Request@H323Transactor@@UBE?AW4Comparison@PObject@@ABV4@@Z @37404 NONAME ?CompareObjectMemoryDirect@Response@H323Transactor@@UBE?AW4Comparison@PObject@@ABV4@@Z @37405 NONAME ?CompareObjectMemoryDirect@RTP_ControlFrame@@UBE?AW4Comparison@PObject@@ABV3@@Z @11137 NONAME ?CompareObjectMemoryDirect@RTP_DataFrame@@UBE?AW4Comparison@PObject@@ABV3@@Z @11138 NONAME ?CompareObjectMemoryDirect@RTP_JitterBuffer@@UBE?AW4Comparison@PObject@@ABV3@@Z @11139 NONAME ?CompareObjectMemoryDirect@RTP_JitterBufferAnalyser@@UBE?AW4Comparison@PObject@@ABV3@@Z @17135 NONAME ?CompareObjectMemoryDirect@RTP_QOS@@UBE?AW4Comparison@PObject@@ABV3@@Z @38237 NONAME ?CompareObjectMemoryDirect@RTP_Session@@UBE?AW4Comparison@PObject@@ABV3@@Z @11140 NONAME ?CompareObjectMemoryDirect@RTP_SessionManager@@UBE?AW4Comparison@PObject@@ABV3@@Z @11141 NONAME ?CompareObjectMemoryDirect@RTP_UDP@@UBE?AW4Comparison@PObject@@ABV3@@Z @11142 NONAME ?CompareObjectMemoryDirect@RTP_UserData@@UBE?AW4Comparison@PObject@@ABV3@@Z @11143 NONAME ?CompareObjectMemoryDirect@SenderReport@RTP_Session@@UBE?AW4Comparison@PObject@@ABV4@@Z @17085 NONAME ?CompareObjectMemoryDirect@SourceDescription@RTP_Session@@UBE?AW4Comparison@PObject@@ABV4@@Z @17086 NONAME ?CompareObjectMemoryDirect@SRVRecordList@PDNS@@UBE?AW4Comparison@PObject@@ABV4@@Z @52526 NONAME ?CompareObjectMemoryDirect@StringMap@H323GatekeeperServer@@UBE?AW4Comparison@PObject@@ABV4@@Z @31689 NONAME ?CompareObjectMemoryDirect@T120ConnectPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @30019 NONAME ?CompareObjectMemoryDirect@T120_X224@@UBE?AW4Comparison@PObject@@ABV3@@Z @30020 NONAME ?CompareObjectMemoryDirect@T38_ArrayOf_PASN_OctetString@@UBE?AW4Comparison@PObject@@ABV3@@Z @28204 NONAME ?CompareObjectMemoryDirect@T38_Data_Field@@UBE?AW4Comparison@PObject@@ABV3@@Z @28205 NONAME ?CompareObjectMemoryDirect@T38_Data_Field_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @28206 NONAME ?CompareObjectMemoryDirect@T38_Data_Field_subtype_field_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @28207 NONAME ?CompareObjectMemoryDirect@T38_IFPPacket@@UBE?AW4Comparison@PObject@@ABV3@@Z @28208 NONAME ?CompareObjectMemoryDirect@T38_PreCorrigendum_Data_Field@@UBE?AW4Comparison@PObject@@ABV3@@Z @31737 NONAME ?CompareObjectMemoryDirect@T38_PreCorrigendum_Data_Field_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @31738 NONAME ?CompareObjectMemoryDirect@T38_PreCorrigendum_Data_Field_subtype_field_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @31739 NONAME ?CompareObjectMemoryDirect@T38_PreCorrigendum_IFPPacket@@UBE?AW4Comparison@PObject@@ABV3@@Z @31740 NONAME ?CompareObjectMemoryDirect@T38_Type_of_msg@@UBE?AW4Comparison@PObject@@ABV3@@Z @28209 NONAME ?CompareObjectMemoryDirect@T38_Type_of_msg_data@@UBE?AW4Comparison@PObject@@ABV3@@Z @28210 NONAME ?CompareObjectMemoryDirect@T38_Type_of_msg_t30_indicator@@UBE?AW4Comparison@PObject@@ABV3@@Z @28211 NONAME ?CompareObjectMemoryDirect@T38_UDPTLPacket@@UBE?AW4Comparison@PObject@@ABV3@@Z @28212 NONAME ?CompareObjectMemoryDirect@T38_UDPTLPacket_error_recovery@@UBE?AW4Comparison@PObject@@ABV3@@Z @28213 NONAME ?CompareObjectMemoryDirect@T38_UDPTLPacket_error_recovery_fec_info@@UBE?AW4Comparison@PObject@@ABV3@@Z @28214 NONAME ?CompareObjectMemoryDirect@T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@UBE?AW4Comparison@PObject@@ABV3@@Z @28215 NONAME ?CompareObjectMemoryDirect@T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @28216 NONAME ?CompareObjectMemoryDirect@T38_UDPTLPacket_primary_ifp_packet@@UBE?AW4Comparison@PObject@@ABV3@@Z @28217 NONAME ?CompareObjectMemoryDirect@VoipBlasterInterface@@UBE?AW4Comparison@PObject@@ABV3@@Z @29758 NONAME ?CompareObjectMemoryDirect@X224@@UBE?AW4Comparison@PObject@@ABV3@@Z @11144 NONAME ?CompareObjectMemoryDirect@X880_Code@@UBE?AW4Comparison@PObject@@ABV3@@Z @21764 NONAME ?CompareObjectMemoryDirect@X880_GeneralProblem@@UBE?AW4Comparison@PObject@@ABV3@@Z @21765 NONAME ?CompareObjectMemoryDirect@X880_Invoke@@UBE?AW4Comparison@PObject@@ABV3@@Z @21766 NONAME ?CompareObjectMemoryDirect@X880_InvokeId@@UBE?AW4Comparison@PObject@@ABV3@@Z @21767 NONAME ?CompareObjectMemoryDirect@X880_InvokeProblem@@UBE?AW4Comparison@PObject@@ABV3@@Z @21768 NONAME ?CompareObjectMemoryDirect@X880_Reject@@UBE?AW4Comparison@PObject@@ABV3@@Z @21769 NONAME ?CompareObjectMemoryDirect@X880_RejectProblem@@UBE?AW4Comparison@PObject@@ABV3@@Z @21770 NONAME ?CompareObjectMemoryDirect@X880_Reject_problem@@UBE?AW4Comparison@PObject@@ABV3@@Z @21771 NONAME ?CompareObjectMemoryDirect@X880_ReturnError@@UBE?AW4Comparison@PObject@@ABV3@@Z @21772 NONAME ?CompareObjectMemoryDirect@X880_ReturnErrorProblem@@UBE?AW4Comparison@PObject@@ABV3@@Z @21773 NONAME ?CompareObjectMemoryDirect@X880_ReturnResult@@UBE?AW4Comparison@PObject@@ABV3@@Z @21774 NONAME ?CompareObjectMemoryDirect@X880_ReturnResultProblem@@UBE?AW4Comparison@PObject@@ABV3@@Z @21775 NONAME ?CompareObjectMemoryDirect@X880_ReturnResult_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @21776 NONAME ?CompareObjectMemoryDirect@X880_ROS@@UBE?AW4Comparison@PObject@@ABV3@@Z @21777 NONAME ?CompareParam@H323NonStandardCapabilityInfo@@IBE?AW4Comparison@PObject@@ABVH245_NonStandardParameter@@@Z @49733 NONAME ?Connect@H323Gatekeeper@@IAEXABVH323TransportAddress@@ABVPString@@@Z @34807 NONAME ?Connect@H323TransportTCP@@UAEHXZ @11145 NONAME ?Connect@H323TransportUDP@@UAEHXZ @11146 NONAME ?ConnectionStatesNames@H323Connection@@1QBQBDB @11148 NONAME ?ConnectTo@H323Transport@@QAEHABVH323TransportAddress@@@Z @28504 NONAME ?construct@?$allocator@ULookupRecord@@@std@@QAEXPAULookupRecord@@ABU3@@Z @52527 NONAME ?Construct@H323PeerElement@@IAEXXZ @36972 NONAME ?Construct@H323Transactor@@IAEXXZ @37406 NONAME ?Construct@H323_AnnexG@@IAEXXZ @36973 NONAME ?ConsultationTransfer@H323Connection@@QAEXABVPString@@@Z @30075 NONAME ?ConsultationTransfer@H323EndPoint@@QAEXABVPString@@0@Z @30076 NONAME ?ConsultationTransfer@H4502Handler@@QAEXABVPString@@@Z @30077 NONAME ?consume@Encoder@@UAEHPBVVideoFrame@@@Z @11149 NONAME ?consume@H261DCTEncoder@@UAEHPBVVideoFrame@@@Z @11150 NONAME ?consume@H261PixelEncoder@@UAEHPBVVideoFrame@@@Z @11151 NONAME ?Contains@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@QBEHABVH323ChannelNumber@@@Z @11152 NONAME ?Contains@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@QBEHABVPOrdinalKey@@@Z @33661 NONAME ?Contains@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@QBEHABVPOrdinalKey@@@Z @29020 NONAME ?Contains@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@QBEHABVPOrdinalKey@@@Z @11153 NONAME ?Contains@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@QBEHABVPOrdinalKey@@@Z @11154 NONAME ?Contains@?$PDictionary@VPString@@VH323Connection@@@@QBEHABVPString@@@Z @11155 NONAME ?Contains@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@QBEHABVPString@@@Z @51482 NONAME ?Contains@?$POrdinalDictionary@VPString@@@@QBEHABVPString@@@Z @33662 NONAME ?Contains@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UAEHABVPString@@@Z @51483 NONAME ?Contains@?$PSet@VPOrdinalKey@@@@QBEHABVPOrdinalKey@@@Z @37947 NONAME ?Contains@?$PSet@VPString@@@@QBEHABVPString@@@Z @30145 NONAME ?Contains@?$PStringDictionary@VPOrdinalKey@@@@QBEHABVPOrdinalKey@@@Z @30629 NONAME ?ContainsAlias@H323RegisteredEndPoint@@QAEHABVPString@@@Z @38318 NONAME ?ContainsNonexistent@H323PeerElementDescriptor@@QAEHXZ @38020 NONAME ?Copy@H323Capabilities@@QAEPAVH323Capability@@ABV2@@Z @17420 NONAME ?Copy@PLDAPAttr_c@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37853 NONAME ?Copy@PLDAPAttr_cn@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37854 NONAME ?Copy@PLDAPAttr_comment@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37855 NONAME ?Copy@PLDAPAttr_givenName@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37856 NONAME ?Copy@PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37857 NONAME ?Copy@PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37858 NONAME ?Copy@PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37859 NONAME ?Copy@PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37860 NONAME ?Copy@PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37861 NONAME ?Copy@PLDAPAttr_location@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37862 NONAME ?Copy@PLDAPAttr_o@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37863 NONAME ?Copy@PLDAPAttr_objectClass@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37864 NONAME ?Copy@PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37865 NONAME ?Copy@PLDAPAttr_sappguid@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37866 NONAME ?Copy@PLDAPAttr_sappid@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37867 NONAME ?Copy@PLDAPAttr_sflags@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37868 NONAME ?Copy@PLDAPAttr_sipAddress@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37869 NONAME ?Copy@PLDAPAttr_smimetype@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37870 NONAME ?Copy@PLDAPAttr_smodop@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37871 NONAME ?Copy@PLDAPAttr_sport@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37872 NONAME ?Copy@PLDAPAttr_sprotid@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37873 NONAME ?Copy@PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37874 NONAME ?Copy@PLDAPAttr_ssecurity@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37875 NONAME ?Copy@PLDAPAttr_sttl@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37876 NONAME ?Copy@PLDAPAttr_surname@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37877 NONAME ?Copy@PLDAPAttr_timestamp@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37878 NONAME ?CopyTo@H323PeerElementDescriptor@@QAEXAAVH501_Descriptor@@@Z @37256 NONAME ?CopyToAddressTemplate@H323PeerElementDescriptor@@SAHAAVH501_AddressTemplate@@ABVH225_EndpointType@@ABVH225_ArrayOf_AliasAddress@@2I@Z @37979 NONAME ?copy_backward@std@@YAPAULookupRecord@@PAU2@00@Z @52528 NONAME ?Create@?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@MBEPAVH235Authenticator@@ABVPString@@@Z @52529 NONAME ?Create@?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@MBEPAVH235Authenticator@@ABVPString@@@Z @52530 NONAME ?Create@?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@MBEPAVH235Authenticator@@ABVPString@@@Z @52531 NONAME ?Create@?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@MBEPAVPPluginModuleManager@@ABVPString@@@Z @51484 NONAME ?Create@?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @51485 NONAME ?Create@?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @51486 NONAME ?Create@?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @51487 NONAME ?Create@?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @51488 NONAME ?Create@?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @51489 NONAME ?Create@?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @51490 NONAME ?Create@?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @51491 NONAME ?Create@?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @51492 NONAME ?Create@?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @51493 NONAME ?Create@?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @51494 NONAME ?Create@?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @51495 NONAME ?Create@?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @51496 NONAME ?Create@?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @51497 NONAME ?Create@?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @51498 NONAME ?Create@?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @51499 NONAME ?Create@?$Worker@VHIDPluginDeviceManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@MBEPAVPPluginModuleManager@@ABVPString@@@Z @52532 NONAME ?Create@?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @51500 NONAME ?Create@?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @51501 NONAME ?Create@?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @51502 NONAME ?Create@?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @51503 NONAME ?Create@?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @51504 NONAME ?Create@?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @51505 NONAME ?Create@?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @51506 NONAME ?Create@?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @51507 NONAME ?Create@?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @51508 NONAME ?Create@?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @51509 NONAME ?Create@?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @51510 NONAME ?Create@?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @51511 NONAME ?Create@?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @51512 NONAME ?Create@?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @51513 NONAME ?Create@?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @51514 NONAME ?Create@?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @51515 NONAME ?Create@?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@MBEPAVPProcessStartup@@ABVPString@@@Z @52533 NONAME ?Create@?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@MBEPAVPWAVFileConverter@@ABI@Z @51516 NONAME ?Create@?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@MBEPAVPWAVFileConverter@@ABI@Z @51517 NONAME ?Create@H323Capability@@SAPAV1@ABVPString@@@Z @50304 NONAME ?Create@Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@MBEPAVOpalFactoryCodec@@ABVPString@@@Z @51518 NONAME ?Create@Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@MBEPAVOpalFactoryCodec@@ABVPString@@@Z @51519 NONAME ?Create@Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@MBEPAVOpalFactoryCodec@@ABVPString@@@Z @51520 NONAME ?Create@Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@MBEPAVOpalFactoryCodec@@ABVPString@@@Z @51521 NONAME ?Create@Worker@OpalPluginCodecFactory@@MBEPAVOpalFactoryCodec@@ABVPString@@@Z @51522 NONAME ?Create@WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@MBEPAVH235Authenticator@@ABVPString@@@Z @52534 NONAME ?Create@WorkerBase@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @51523 NONAME ?Create@WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@MBEPAVOpalFactoryCodec@@ABVPString@@@Z @51524 NONAME ?Create@WorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@MBEPAVOpalLineInterfaceDevice@@ABVPString@@@Z @52535 NONAME ?Create@WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @51525 NONAME ?Create@WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@MBEPAVPPluginModuleManager@@ABVPString@@@Z @51526 NONAME ?Create@WorkerBase@?$PFactory@VPWAVFileConverter@@I@@MBEPAVPWAVFileConverter@@ABI@Z @51527 NONAME ?CreateAliasKey@H323PeerElement@@MAEPAVAliasKey@1@ABVH225_AliasAddress@@ABVOpalGloballyUniqueID@@HH@Z @37993 NONAME ?CreateAuthenticators@H323EndPoint@@UAE?AVH235Authenticators@@XZ @31299 NONAME ?CreateCall@H323GatekeeperServer@@UAEPAVH323GatekeeperCall@@ABVOpalGloballyUniqueID@@W4Direction@2@@Z @30416 NONAME ?CreateCapability@H323PluginCodecManager@@QAEPAVH323Capability@@ABVPString@@0III@Z @52536 NONAME ?CreateCapabilityAndMediaFormat@H323PluginCodecManager@@IAEXPAUPluginCodec_Definition@@0@Z @50305 NONAME ?CreateChannel@H323RealTimeCapability@@UBEPAVH323Channel@@AAVH323Connection@@W4Directions@2@IPBVH245_H2250LogicalChannelParameters@@@Z @11157 NONAME ?CreateChannel@H323_T120Capability@@UBEPAVH323Channel@@AAVH323Connection@@W4Directions@2@IPBVH245_H2250LogicalChannelParameters@@@Z @11158 NONAME ?CreateChannel@H323_T38Capability@@UBEPAVH323Channel@@AAVH323Connection@@W4Directions@2@IPBVH245_H2250LogicalChannelParameters@@@Z @28218 NONAME ?CreateChannel@H323_T38NonStandardCapability@@UBEPAVH323Channel@@AAVH323Connection@@W4Directions@2@IPBVH245_H2250LogicalChannelParameters@@@Z @30543 NONAME ?CreateChannel@H323_UserInputCapability@@UBEPAVH323Channel@@AAVH323Connection@@W4Directions@2@IPBVH245_H2250LogicalChannelParameters@@@Z @11159 NONAME ?CreateClearToken@H235AuthCAT@@UAEPAVH235_ClearToken@@XZ @34830 NONAME ?CreateClearToken@H235Authenticator@@UAEPAVH235_ClearToken@@XZ @34831 NONAME ?CreateCodec@G7231_File_Capability@@UBEPAVH323Codec@@W4Direction@2@@Z @31071 NONAME ?CreateCodec@H323CodecPluginGenericAudioCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @52537 NONAME ?CreateCodec@H323CodecPluginNonStandardAudioCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @47913 NONAME ?CreateCodec@H323DataCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @11160 NONAME ?CreateCodec@H323PluginCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @47915 NONAME ?CreateCodec@H323PluginCapabilityInfo@@QBEPAVH323Codec@@W4Direction@2@@Z @47916 NONAME ?CreateCodec@H323_CiscoG7231aLIDCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @31187 NONAME ?CreateCodec@H323_G711Capability@@UBEPAVH323Codec@@W4Direction@2@@Z @11163 NONAME ?CreateCodec@H323_H261Capability@@UBEPAVH323Codec@@W4Direction@2@@Z @11165 NONAME ?CreateCodec@H323_LIDCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @11166 NONAME ?CreateCodec@H323_UserInputCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @11167 NONAME ?CreateCompatibleListener@H323TransportAddress@@QBEPAVH323Listener@@AAVH323EndPoint@@@Z @28219 NONAME ?CreateConnection@H323EndPoint@@UAEPAVH323Connection@@I@Z @17630 NONAME ?CreateConnection@H323EndPoint@@UAEPAVH323Connection@@IPAX@Z @17631 NONAME ?CreateConnection@H323EndPoint@@UAEPAVH323Connection@@IPAXPAVH323Transport@@PAVH323SignalPDU@@@Z @27999 NONAME ?CreateControlChannel@H323Transport@@UAEPAV1@AAVH323Connection@@@Z @17570 NONAME ?CreateControlChannel@H323TransportTCP@@UAEPAVH323Transport@@AAVH323Connection@@@Z @17571 NONAME ?CreateCryptoToken@H235Authenticator@@UAEPAVH225_CryptoH323Token@@XZ @34832 NONAME ?CreateCryptoToken@H235AuthProcedure1@@UAEPAVH225_CryptoH323Token@@XZ @34833 NONAME ?CreateCryptoToken@H235AuthSimpleMD5@@UAEPAVH225_CryptoH323Token@@XZ @34834 NONAME ?CreateDescriptor@H323PeerElement@@MAEPAVH323PeerElementDescriptor@@ABVOpalGloballyUniqueID@@@Z @37647 NONAME ?CreateEndPointIdentifier@H323GatekeeperServer@@UAE?AVPString@@XZ @28506 NONAME ?CreateGatekeeper@H323EndPoint@@UAEPAVH323Gatekeeper@@PAVH323Transport@@@Z @11170 NONAME ?CreateHIDDevice@HIDPluginDeviceManager@@QAEXPAUPluginHID_Definition@@@Z @52538 NONAME ?CreateInstance@?$PFactory@VH235Authenticator@@VPString@@@@SAPAVH235Authenticator@@ABVPString@@@Z @52539 NONAME ?CreateInstance@?$PFactory@VH323Capability@@VPString@@@@SAPAVH323Capability@@ABVPString@@@Z @50985 NONAME ?CreateInstance@?$PFactory@VH323StaticPluginCodec@@VPString@@@@SAPAVH323StaticPluginCodec@@ABVPString@@@Z @50986 NONAME ?CreateInstance@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@SAPAVOpalLineInterfaceDevice@@ABVPString@@@Z @52540 NONAME ?CreateInstance@?$PFactory@VOpalMediaFormat@@VPString@@@@SAPAVOpalMediaFormat@@ABVPString@@@Z @50987 NONAME ?CreateInstance@WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@IAEPAVH235Authenticator@@ABVPString@@@Z @52541 NONAME ?CreateInstance@WorkerBase@?$PFactory@VH323Capability@@VPString@@@@IAEPAVH323Capability@@ABVPString@@@Z @51528 NONAME ?CreateInstance@WorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@IAEPAVH323StaticPluginCodec@@ABVPString@@@Z @51529 NONAME ?CreateInstance@WorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@IAEPAVOpalLineInterfaceDevice@@ABVPString@@@Z @52542 NONAME ?CreateInstance@WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@IAEPAVOpalMediaFormat@@ABVPString@@@Z @51530 NONAME ?CreateInstance_Internal@?$PFactory@VH235Authenticator@@VPString@@@@IAEPAVH235Authenticator@@ABVPString@@@Z @52543 NONAME ?CreateInstance_Internal@?$PFactory@VH323Capability@@VPString@@@@IAEPAVH323Capability@@ABVPString@@@Z @50991 NONAME ?CreateInstance_Internal@?$PFactory@VH323StaticPluginCodec@@VPString@@@@IAEPAVH323StaticPluginCodec@@ABVPString@@@Z @50992 NONAME ?CreateInstance_Internal@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@IAEPAVOpalLineInterfaceDevice@@ABVPString@@@Z @52544 NONAME ?CreateInstance_Internal@?$PFactory@VOpalMediaFormat@@VPString@@@@IAEPAVOpalMediaFormat@@ABVPString@@@Z @50993 NONAME ?CreateListener@H323DataChannel@@UAEHXZ @28220 NONAME ?CreateListener@H323GatekeeperServer@@UAEPAVH323Transactor@@PAVH323Transport@@@Z @34998 NONAME ?CreateListener@H323TransportAddress@@QBEPAVH323Listener@@AAVH323EndPoint@@@Z @17562 NONAME ?CreateListener@H323_T38Channel@@UAEHXZ @28631 NONAME ?CreateLogicalChannel@H323Connection@@UAEPAVH323Channel@@ABVH245_OpenLogicalChannel@@HAAI@Z @17405 NONAME ?CreateObject@GCC_AlternativeNodeID@@UAEHXZ @11172 NONAME ?CreateObject@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@UBEPAVPASN_Object@@XZ @11173 NONAME ?CreateObject@GCC_ApplicationRecord_nonCollapsingCapabilities@@UBEPAVPASN_Object@@XZ @11174 NONAME ?CreateObject@GCC_ArrayOf_ApplicationInvokeSpecifier@@UBEPAVPASN_Object@@XZ @11175 NONAME ?CreateObject@GCC_ArrayOf_ChallengeItem@@UBEPAVPASN_Object@@XZ @11176 NONAME ?CreateObject@GCC_ArrayOf_ConferenceDescriptor@@UBEPAVPASN_Object@@XZ @11177 NONAME ?CreateObject@GCC_ArrayOf_Privilege@@UBEPAVPASN_Object@@XZ @11178 NONAME ?CreateObject@GCC_ArrayOf_TextString@@UBEPAVPASN_Object@@XZ @11179 NONAME ?CreateObject@GCC_ArrayOf_UserID@@UBEPAVPASN_Object@@XZ @11180 NONAME ?CreateObject@GCC_AsymmetryIndicator@@UAEHXZ @11181 NONAME ?CreateObject@GCC_CapabilityClass@@UAEHXZ @11182 NONAME ?CreateObject@GCC_CapabilityID@@UAEHXZ @11183 NONAME ?CreateObject@GCC_ChallengeResponseAlgorithm@@UAEHXZ @11184 NONAME ?CreateObject@GCC_ChallengeResponseItem@@UAEHXZ @11185 NONAME ?CreateObject@GCC_ConferenceNameSelector@@UAEHXZ @11186 NONAME ?CreateObject@GCC_ConferencePriorityScheme@@UAEHXZ @11187 NONAME ?CreateObject@GCC_ConnectGCCPDU@@UAEHXZ @11188 NONAME ?CreateObject@GCC_GCCPDU@@UAEHXZ @11189 NONAME ?CreateObject@GCC_IndicationPDU@@UAEHXZ @11190 NONAME ?CreateObject@GCC_Key@@UAEHXZ @11191 NONAME ?CreateObject@GCC_NetworkAddress@@UBEPAVPASN_Object@@XZ @11192 NONAME ?CreateObject@GCC_NetworkAddress_subtype@@UAEHXZ @11193 NONAME ?CreateObject@GCC_PasswordChallengeRequestResponse@@UAEHXZ @11194 NONAME ?CreateObject@GCC_PasswordSelector@@UAEHXZ @11195 NONAME ?CreateObject@GCC_RegistryEntryOwner@@UAEHXZ @11196 NONAME ?CreateObject@GCC_RegistryItem@@UAEHXZ @11197 NONAME ?CreateObject@GCC_RequestPDU@@UAEHXZ @11198 NONAME ?CreateObject@GCC_ResponsePDU@@UAEHXZ @11199 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation@@UBEPAVPASN_Object@@XZ @11200 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@UAEHXZ @11201 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@UBEPAVPASN_Object@@XZ @11202 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@UAEHXZ @11203 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@UBEPAVPASN_Object@@XZ @11204 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@UBEPAVPASN_Object@@XZ @11205 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@UAEHXZ @11206 NONAME ?CreateObject@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@UAEHXZ @11207 NONAME ?CreateObject@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@UBEPAVPASN_Object@@XZ @11208 NONAME ?CreateObject@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@UBEPAVPASN_Object@@XZ @11209 NONAME ?CreateObject@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@UAEHXZ @11210 NONAME ?CreateObject@GCC_UserData@@UBEPAVPASN_Object@@XZ @11211 NONAME ?CreateObject@H225_AddressPattern@@UAEHXZ @26226 NONAME ?CreateObject@H225_AdmissionConfirm_language@@UBEPAVPASN_Object@@XZ @26227 NONAME ?CreateObject@H225_AdmissionRejectReason@@UAEHXZ @11212 NONAME ?CreateObject@H225_AliasAddress@@UAEHXZ @11213 NONAME ?CreateObject@H225_ANSI_41_UIM_system_id@@UAEHXZ @26228 NONAME ?CreateObject@H225_ArrayOf_AddressPattern@@UBEPAVPASN_Object@@XZ @26229 NONAME ?CreateObject@H225_ArrayOf_AdmissionConfirm@@UBEPAVPASN_Object@@XZ @38757 NONAME ?CreateObject@H225_ArrayOf_AliasAddress@@UBEPAVPASN_Object@@XZ @11214 NONAME ?CreateObject@H225_ArrayOf_AlternateGK@@UBEPAVPASN_Object@@XZ @11215 NONAME ?CreateObject@H225_ArrayOf_AuthenticationMechanism@@UBEPAVPASN_Object@@XZ @11216 NONAME ?CreateObject@H225_ArrayOf_BandwidthDetails@@UBEPAVPASN_Object@@XZ @26230 NONAME ?CreateObject@H225_ArrayOf_CallReferenceValue@@UBEPAVPASN_Object@@XZ @11217 NONAME ?CreateObject@H225_ArrayOf_CallsAvailable@@UBEPAVPASN_Object@@XZ @26231 NONAME ?CreateObject@H225_ArrayOf_ClearToken@@UBEPAVPASN_Object@@XZ @11218 NONAME ?CreateObject@H225_ArrayOf_ConferenceIdentifier@@UBEPAVPASN_Object@@XZ @11219 NONAME ?CreateObject@H225_ArrayOf_ConferenceList@@UBEPAVPASN_Object@@XZ @11220 NONAME ?CreateObject@H225_ArrayOf_CryptoH323Token@@UBEPAVPASN_Object@@XZ @11221 NONAME ?CreateObject@H225_ArrayOf_DataRate@@UBEPAVPASN_Object@@XZ @11222 NONAME ?CreateObject@H225_ArrayOf_Endpoint@@UBEPAVPASN_Object@@XZ @11223 NONAME ?CreateObject@H225_ArrayOf_EnumeratedParameter@@UBEPAVPASN_Object@@XZ @26232 NONAME ?CreateObject@H225_ArrayOf_ExtendedAliasAddress@@UBEPAVPASN_Object@@XZ @26233 NONAME ?CreateObject@H225_ArrayOf_FeatureDescriptor@@UBEPAVPASN_Object@@XZ @26234 NONAME ?CreateObject@H225_ArrayOf_GenericData@@UBEPAVPASN_Object@@XZ @26235 NONAME ?CreateObject@H225_ArrayOf_H245Security@@UBEPAVPASN_Object@@XZ @11224 NONAME ?CreateObject@H225_ArrayOf_H248PackagesDescriptor@@UBEPAVPASN_Object@@XZ @26236 NONAME ?CreateObject@H225_ArrayOf_IntegrityMechanism@@UBEPAVPASN_Object@@XZ @11225 NONAME ?CreateObject@H225_ArrayOf_NonStandardParameter@@UBEPAVPASN_Object@@XZ @11226 NONAME ?CreateObject@H225_ArrayOf_PartyNumber@@UBEPAVPASN_Object@@XZ @26237 NONAME ?CreateObject@H225_ArrayOf_PASN_ObjectId@@UBEPAVPASN_Object@@XZ @11227 NONAME ?CreateObject@H225_ArrayOf_PASN_OctetString@@UBEPAVPASN_Object@@XZ @11228 NONAME ?CreateObject@H225_ArrayOf_RasUsageSpecification@@UBEPAVPASN_Object@@XZ @26238 NONAME ?CreateObject@H225_ArrayOf_RTPSession@@UBEPAVPASN_Object@@XZ @11229 NONAME ?CreateObject@H225_ArrayOf_ServiceControlSession@@UBEPAVPASN_Object@@XZ @26239 NONAME ?CreateObject@H225_ArrayOf_SupportedPrefix@@UBEPAVPASN_Object@@XZ @11230 NONAME ?CreateObject@H225_ArrayOf_SupportedProtocols@@UBEPAVPASN_Object@@XZ @11231 NONAME ?CreateObject@H225_ArrayOf_TransportAddress@@UBEPAVPASN_Object@@XZ @11232 NONAME ?CreateObject@H225_ArrayOf_TransportChannelInfo@@UBEPAVPASN_Object@@XZ @11233 NONAME ?CreateObject@H225_ArrayOf_TunnelledProtocol@@UBEPAVPASN_Object@@XZ @26240 NONAME ?CreateObject@H225_BandRejectReason@@UAEHXZ @11234 NONAME ?CreateObject@H225_CallCreditServiceControl_billingMode@@UAEHXZ @26241 NONAME ?CreateObject@H225_CallCreditServiceControl_callStartingPoint@@UAEHXZ @26242 NONAME ?CreateObject@H225_CallModel@@UAEHXZ @11235 NONAME ?CreateObject@H225_CallTerminationCause@@UAEHXZ @26243 NONAME ?CreateObject@H225_CallType@@UAEHXZ @11236 NONAME ?CreateObject@H225_CicInfo_cic@@UBEPAVPASN_Object@@XZ @26244 NONAME ?CreateObject@H225_Connect_UUIE_language@@UBEPAVPASN_Object@@XZ @26246 NONAME ?CreateObject@H225_Content@@UAEHXZ @26247 NONAME ?CreateObject@H225_CryptoH323Token@@UAEHXZ @11237 NONAME ?CreateObject@H225_DisengageReason@@UAEHXZ @11238 NONAME ?CreateObject@H225_DisengageRejectReason@@UAEHXZ @11239 NONAME ?CreateObject@H225_EncryptIntAlg@@UAEHXZ @11240 NONAME ?CreateObject@H225_FacilityReason@@UAEHXZ @11241 NONAME ?CreateObject@H225_GatekeeperRejectReason@@UAEHXZ @11242 NONAME ?CreateObject@H225_GenericIdentifier@@UAEHXZ @26248 NONAME ?CreateObject@H225_GroupID_member@@UBEPAVPASN_Object@@XZ @26249 NONAME ?CreateObject@H225_H245Security@@UAEHXZ @11243 NONAME ?CreateObject@H225_H323_UU_PDU_h323_message_body@@UAEHXZ @11244 NONAME ?CreateObject@H225_InfoRequestNakReason@@UAEHXZ @11245 NONAME ?CreateObject@H225_InfoRequestResponseStatus@@UAEHXZ @26250 NONAME ?CreateObject@H225_InfoRequestResponse_perCallInfo@@UBEPAVPASN_Object@@XZ @11246 NONAME ?CreateObject@H225_InfoRequestResponse_perCallInfo_subtype_pdu@@UBEPAVPASN_Object@@XZ @11247 NONAME ?CreateObject@H225_IntegrityMechanism@@UAEHXZ @11248 NONAME ?CreateObject@H225_LocationRejectReason@@UAEHXZ @11249 NONAME ?CreateObject@H225_MobileUIM@@UAEHXZ @26251 NONAME ?CreateObject@H225_NonIsoIntegrityMechanism@@UAEHXZ @11250 NONAME ?CreateObject@H225_NonStandardIdentifier@@UAEHXZ @11251 NONAME ?CreateObject@H225_PartyNumber@@UAEHXZ @11252 NONAME ?CreateObject@H225_PresentationIndicator@@UAEHXZ @26252 NONAME ?CreateObject@H225_PrivateTypeOfNumber@@UAEHXZ @11253 NONAME ?CreateObject@H225_PublicTypeOfNumber@@UAEHXZ @11254 NONAME ?CreateObject@H225_RasMessage@@UAEHXZ @11255 NONAME ?CreateObject@H225_RegistrationRejectReason@@UAEHXZ @11256 NONAME ?CreateObject@H225_ReleaseCompleteReason@@UAEHXZ @11257 NONAME ?CreateObject@H225_RTPSession_associatedSessionIds@@UBEPAVPASN_Object@@XZ @11258 NONAME ?CreateObject@H225_ScnConnectionAggregation@@UAEHXZ @26253 NONAME ?CreateObject@H225_ScnConnectionType@@UAEHXZ @26254 NONAME ?CreateObject@H225_SecurityErrors2@@UAEHXZ @38758 NONAME ?CreateObject@H225_SecurityErrors@@UAEHXZ @38759 NONAME ?CreateObject@H225_SecurityServiceMode@@UAEHXZ @11259 NONAME ?CreateObject@H225_ServiceControlDescriptor@@UAEHXZ @26255 NONAME ?CreateObject@H225_ServiceControlResponse_result@@UAEHXZ @26256 NONAME ?CreateObject@H225_ServiceControlSession_reason@@UAEHXZ @26257 NONAME ?CreateObject@H225_Setup_UUIE_conferenceGoal@@UAEHXZ @11260 NONAME ?CreateObject@H225_Setup_UUIE_language@@UBEPAVPASN_Object@@XZ @26258 NONAME ?CreateObject@H225_SupportedProtocols@@UAEHXZ @11261 NONAME ?CreateObject@H225_TransportAddress@@UAEHXZ @11262 NONAME ?CreateObject@H225_TransportAddress_ipSourceRoute_route@@UBEPAVPASN_Object@@XZ @11263 NONAME ?CreateObject@H225_TransportAddress_ipSourceRoute_routing@@UAEHXZ @11264 NONAME ?CreateObject@H225_TransportQOS@@UAEHXZ @11265 NONAME ?CreateObject@H225_TunnelledProtocol_id@@UAEHXZ @26259 NONAME ?CreateObject@H225_UnregRejectReason@@UAEHXZ @11266 NONAME ?CreateObject@H225_UnregRequestReason@@UAEHXZ @11267 NONAME ?CreateObject@H225_UseSpecifiedTransport@@UAEHXZ @26260 NONAME ?CreateObject@H235_AuthenticationBES@@UAEHXZ @28733 NONAME ?CreateObject@H235_AuthenticationMechanism@@UAEHXZ @11268 NONAME ?CreateObject@H235_CryptoToken@@UAEHXZ @11269 NONAME ?CreateObject@H235_ECKASDH@@UAEHXZ @28734 NONAME ?CreateObject@H235_H235Key@@UAEHXZ @11270 NONAME ?CreateObject@H245_AlternativeCapabilitySet@@UBEPAVPASN_Object@@XZ @11271 NONAME ?CreateObject@H245_ArrayOf_AlternativeCapabilitySet@@UBEPAVPASN_Object@@XZ @11272 NONAME ?CreateObject@H245_ArrayOf_BEnhancementParameters@@UBEPAVPASN_Object@@XZ @11273 NONAME ?CreateObject@H245_ArrayOf_CapabilityDescriptor@@UBEPAVPASN_Object@@XZ @11274 NONAME ?CreateObject@H245_ArrayOf_CapabilityDescriptorNumber@@UBEPAVPASN_Object@@XZ @11275 NONAME ?CreateObject@H245_ArrayOf_CapabilityTableEntry@@UBEPAVPASN_Object@@XZ @11276 NONAME ?CreateObject@H245_ArrayOf_CapabilityTableEntryNumber@@UBEPAVPASN_Object@@XZ @11277 NONAME ?CreateObject@H245_ArrayOf_CommunicationModeTableEntry@@UBEPAVPASN_Object@@XZ @11278 NONAME ?CreateObject@H245_ArrayOf_CustomPictureClockFrequency@@UBEPAVPASN_Object@@XZ @11279 NONAME ?CreateObject@H245_ArrayOf_CustomPictureFormat@@UBEPAVPASN_Object@@XZ @11280 NONAME ?CreateObject@H245_ArrayOf_DataApplicationCapability@@UBEPAVPASN_Object@@XZ @11281 NONAME ?CreateObject@H245_ArrayOf_DialingInformationNetworkType@@UBEPAVPASN_Object@@XZ @26261 NONAME ?CreateObject@H245_ArrayOf_DialingInformationNumber@@UBEPAVPASN_Object@@XZ @26262 NONAME ?CreateObject@H245_ArrayOf_EnhancementOptions@@UBEPAVPASN_Object@@XZ @11282 NONAME ?CreateObject@H245_ArrayOf_EscrowData@@UBEPAVPASN_Object@@XZ @11283 NONAME ?CreateObject@H245_ArrayOf_GenericCapability@@UBEPAVPASN_Object@@XZ @52545 NONAME ?CreateObject@H245_ArrayOf_GenericParameter@@UBEPAVPASN_Object@@XZ @26263 NONAME ?CreateObject@H245_ArrayOf_H263ModeComboFlags@@UBEPAVPASN_Object@@XZ @11284 NONAME ?CreateObject@H245_ArrayOf_H263VideoModeCombos@@UBEPAVPASN_Object@@XZ @11285 NONAME ?CreateObject@H245_ArrayOf_MediaChannelCapability@@UBEPAVPASN_Object@@XZ @11286 NONAME ?CreateObject@H245_ArrayOf_MediaDistributionCapability@@UBEPAVPASN_Object@@XZ @11287 NONAME ?CreateObject@H245_ArrayOf_ModeDescription@@UBEPAVPASN_Object@@XZ @11288 NONAME ?CreateObject@H245_ArrayOf_MultiplePayloadStreamElement@@UBEPAVPASN_Object@@XZ @38760 NONAME ?CreateObject@H245_ArrayOf_MultiplePayloadStreamElementMode@@UBEPAVPASN_Object@@XZ @38761 NONAME ?CreateObject@H245_ArrayOf_MultiplexElement@@UBEPAVPASN_Object@@XZ @11289 NONAME ?CreateObject@H245_ArrayOf_MultiplexEntryDescriptor@@UBEPAVPASN_Object@@XZ @11290 NONAME ?CreateObject@H245_ArrayOf_MultiplexEntryRejectionDescriptions@@UBEPAVPASN_Object@@XZ @11291 NONAME ?CreateObject@H245_ArrayOf_MultiplexTableEntryNumber@@UBEPAVPASN_Object@@XZ @11292 NONAME ?CreateObject@H245_ArrayOf_NonStandardParameter@@UBEPAVPASN_Object@@XZ @11293 NONAME ?CreateObject@H245_ArrayOf_ParameterIdentifier@@UBEPAVPASN_Object@@XZ @26264 NONAME ?CreateObject@H245_ArrayOf_PictureReference@@UBEPAVPASN_Object@@XZ @26265 NONAME ?CreateObject@H245_ArrayOf_Q2931Address@@UBEPAVPASN_Object@@XZ @26266 NONAME ?CreateObject@H245_ArrayOf_QOSCapability@@UBEPAVPASN_Object@@XZ @11294 NONAME ?CreateObject@H245_ArrayOf_RedundancyEncodingCapability@@UBEPAVPASN_Object@@XZ @11295 NONAME ?CreateObject@H245_ArrayOf_RedundancyEncodingDTModeElement@@UBEPAVPASN_Object@@XZ @38762 NONAME ?CreateObject@H245_ArrayOf_RedundancyEncodingElement@@UBEPAVPASN_Object@@XZ @38763 NONAME ?CreateObject@H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@UBEPAVPASN_Object@@XZ @11296 NONAME ?CreateObject@H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@UBEPAVPASN_Object@@XZ @11297 NONAME ?CreateObject@H245_ArrayOf_RTPPayloadType@@UBEPAVPASN_Object@@XZ @11298 NONAME ?CreateObject@H245_ArrayOf_TerminalInformation@@UBEPAVPASN_Object@@XZ @11299 NONAME ?CreateObject@H245_ArrayOf_TerminalLabel@@UBEPAVPASN_Object@@XZ @11300 NONAME ?CreateObject@H245_ArrayOf_VCCapability@@UBEPAVPASN_Object@@XZ @11301 NONAME ?CreateObject@H245_ArrayOf_VideoCapability@@UBEPAVPASN_Object@@XZ @52546 NONAME ?CreateObject@H245_AudioCapability@@UAEHXZ @11302 NONAME ?CreateObject@H245_AudioMode@@UAEHXZ @11303 NONAME ?CreateObject@H245_AudioMode_g7231@@UAEHXZ @11304 NONAME ?CreateObject@H245_Capability@@UAEHXZ @11305 NONAME ?CreateObject@H245_CapabilityIdentifier@@UAEHXZ @26267 NONAME ?CreateObject@H245_CertSelectionCriteria@@UBEPAVPASN_Object@@XZ @11306 NONAME ?CreateObject@H245_CloseLogicalChannel_reason@@UAEHXZ @11307 NONAME ?CreateObject@H245_CloseLogicalChannel_source@@UAEHXZ @11308 NONAME ?CreateObject@H245_CommandMessage@@UAEHXZ @11309 NONAME ?CreateObject@H245_CommunicationModeResponse@@UAEHXZ @11310 NONAME ?CreateObject@H245_CommunicationModeTableEntry_dataType@@UAEHXZ @11311 NONAME ?CreateObject@H245_CompressionType@@UAEHXZ @11312 NONAME ?CreateObject@H245_ConferenceCommand@@UAEHXZ @11313 NONAME ?CreateObject@H245_ConferenceIndication@@UAEHXZ @11314 NONAME ?CreateObject@H245_ConferenceRequest@@UAEHXZ @11315 NONAME ?CreateObject@H245_ConferenceResponse@@UAEHXZ @11316 NONAME ?CreateObject@H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@UAEHXZ @11317 NONAME ?CreateObject@H245_ConferenceResponse_makeMeChairResponse@@UAEHXZ @11318 NONAME ?CreateObject@H245_ConferenceResponse_makeTerminalBroadcasterResponse@@UAEHXZ @11319 NONAME ?CreateObject@H245_ConferenceResponse_sendThisSourceResponse@@UAEHXZ @11320 NONAME ?CreateObject@H245_CRCLength@@UAEHXZ @11321 NONAME ?CreateObject@H245_CustomPictureFormat_mPI_customPCF@@UBEPAVPASN_Object@@XZ @11322 NONAME ?CreateObject@H245_CustomPictureFormat_pixelAspectInformation@@UAEHXZ @11323 NONAME ?CreateObject@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@UBEPAVPASN_Object@@XZ @11324 NONAME ?CreateObject@H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@UBEPAVPASN_Object@@XZ @11325 NONAME ?CreateObject@H245_DataApplicationCapability_application@@UAEHXZ @11326 NONAME ?CreateObject@H245_DataMode_application@@UAEHXZ @11327 NONAME ?CreateObject@H245_DataProtocolCapability@@UAEHXZ @11328 NONAME ?CreateObject@H245_DataProtocolCapability_v76wCompression@@UAEHXZ @11329 NONAME ?CreateObject@H245_DataType@@UAEHXZ @11330 NONAME ?CreateObject@H245_DepFECCapability@@UAEHXZ @52547 NONAME ?CreateObject@H245_DepFECData@@UAEHXZ @52548 NONAME ?CreateObject@H245_DepFECData_rfc2733_mode@@UAEHXZ @52549 NONAME ?CreateObject@H245_DepFECData_rfc2733_mode_separateStream@@UAEHXZ @52550 NONAME ?CreateObject@H245_DepFECMode@@UAEHXZ @52551 NONAME ?CreateObject@H245_DepFECMode_rfc2733Mode_mode@@UAEHXZ @52552 NONAME ?CreateObject@H245_DepFECMode_rfc2733Mode_mode_separateStream@@UAEHXZ @52553 NONAME ?CreateObject@H245_DialingInformation@@UAEHXZ @26268 NONAME ?CreateObject@H245_DialingInformationNetworkType@@UAEHXZ @26269 NONAME ?CreateObject@H245_EncryptionCapability@@UBEPAVPASN_Object@@XZ @11331 NONAME ?CreateObject@H245_EncryptionCommand@@UAEHXZ @11332 NONAME ?CreateObject@H245_EncryptionMode@@UAEHXZ @11333 NONAME ?CreateObject@H245_EncryptionUpdateDirection@@UAEHXZ @52554 NONAME ?CreateObject@H245_EndSessionCommand@@UAEHXZ @11334 NONAME ?CreateObject@H245_EndSessionCommand_gstnOptions@@UAEHXZ @11335 NONAME ?CreateObject@H245_EndSessionCommand_isdnOptions@@UAEHXZ @11336 NONAME ?CreateObject@H245_FECCapability_rfc2733Format@@UAEHXZ @52555 NONAME ?CreateObject@H245_FECData@@UAEHXZ @38765 NONAME ?CreateObject@H245_FECData_rfc2733_pktMode@@UAEHXZ @52556 NONAME ?CreateObject@H245_FECMode_rfc2733Format@@UAEHXZ @52557 NONAME ?CreateObject@H245_FlowControlCommand_restriction@@UAEHXZ @11337 NONAME ?CreateObject@H245_FlowControlCommand_scope@@UAEHXZ @11338 NONAME ?CreateObject@H245_FlowControlIndication_restriction@@UAEHXZ @26270 NONAME ?CreateObject@H245_FlowControlIndication_scope@@UAEHXZ @26271 NONAME ?CreateObject@H245_FunctionNotSupported_cause@@UAEHXZ @11339 NONAME ?CreateObject@H245_FunctionNotUnderstood@@UAEHXZ @11340 NONAME ?CreateObject@H245_H223AL1MParameters_arqType@@UAEHXZ @11341 NONAME ?CreateObject@H245_H223AL1MParameters_crcLength@@UAEHXZ @11342 NONAME ?CreateObject@H245_H223AL1MParameters_headerFEC@@UAEHXZ @11343 NONAME ?CreateObject@H245_H223AL1MParameters_transferMode@@UAEHXZ @11344 NONAME ?CreateObject@H245_H223AL2MParameters_headerFEC@@UAEHXZ @11345 NONAME ?CreateObject@H245_H223AL3MParameters_arqType@@UAEHXZ @11346 NONAME ?CreateObject@H245_H223AL3MParameters_crcLength@@UAEHXZ @11347 NONAME ?CreateObject@H245_H223AL3MParameters_headerFormat@@UAEHXZ @11348 NONAME ?CreateObject@H245_H223AnnexCArqParameters_numberOfRetransmissions@@UAEHXZ @11349 NONAME ?CreateObject@H245_H223Capability_h223MultiplexTableCapability@@UAEHXZ @11350 NONAME ?CreateObject@H245_H223LogicalChannelParameters_adaptationLayerType@@UAEHXZ @11351 NONAME ?CreateObject@H245_H223ModeParameters_adaptationLayerType@@UAEHXZ @11352 NONAME ?CreateObject@H245_H223MultiplexReconfiguration@@UAEHXZ @11353 NONAME ?CreateObject@H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@UAEHXZ @11354 NONAME ?CreateObject@H245_H223MultiplexReconfiguration_h223ModeChange@@UAEHXZ @11355 NONAME ?CreateObject@H245_H2250LogicalChannelParameters_mediaPacketization@@UAEHXZ @11356 NONAME ?CreateObject@H245_H235Media_mediaType@@UAEHXZ @11357 NONAME ?CreateObject@H245_H235Mode_mediaMode@@UAEHXZ @11358 NONAME ?CreateObject@H245_H261VideoMode_resolution@@UAEHXZ @11359 NONAME ?CreateObject@H245_H262VideoMode_profileAndLevel@@UAEHXZ @11360 NONAME ?CreateObject@H245_H263VideoMode_resolution@@UAEHXZ @11361 NONAME ?CreateObject@H245_IndicationMessage@@UAEHXZ @11362 NONAME ?CreateObject@H245_IS11172AudioMode_audioLayer@@UAEHXZ @11363 NONAME ?CreateObject@H245_IS11172AudioMode_audioSampling@@UAEHXZ @11364 NONAME ?CreateObject@H245_IS11172AudioMode_multichannelType@@UAEHXZ @11365 NONAME ?CreateObject@H245_IS13818AudioMode_audioLayer@@UAEHXZ @11366 NONAME ?CreateObject@H245_IS13818AudioMode_audioSampling@@UAEHXZ @11367 NONAME ?CreateObject@H245_IS13818AudioMode_multichannelType@@UAEHXZ @11368 NONAME ?CreateObject@H245_JitterIndication_scope@@UAEHXZ @11369 NONAME ?CreateObject@H245_LogicalChannelRateRejectReason@@UAEHXZ @26272 NONAME ?CreateObject@H245_MaintenanceLoopAck_type@@UAEHXZ @11370 NONAME ?CreateObject@H245_MaintenanceLoopReject_cause@@UAEHXZ @11371 NONAME ?CreateObject@H245_MaintenanceLoopReject_type@@UAEHXZ @11372 NONAME ?CreateObject@H245_MaintenanceLoopRequest_type@@UAEHXZ @11373 NONAME ?CreateObject@H245_MasterSlaveDeterminationAck_decision@@UAEHXZ @11374 NONAME ?CreateObject@H245_MasterSlaveDeterminationReject_cause@@UAEHXZ @11375 NONAME ?CreateObject@H245_MediaEncryptionAlgorithm@@UAEHXZ @11376 NONAME ?CreateObject@H245_MediaTransportType@@UAEHXZ @11377 NONAME ?CreateObject@H245_MiscellaneousCommand_type@@UAEHXZ @11378 NONAME ?CreateObject@H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@UAEHXZ @11379 NONAME ?CreateObject@H245_MiscellaneousIndication_type@@UAEHXZ @11380 NONAME ?CreateObject@H245_MobileMultilinkReconfigurationCommand_status@@UAEHXZ @26273 NONAME ?CreateObject@H245_ModeDescription@@UBEPAVPASN_Object@@XZ @11381 NONAME ?CreateObject@H245_ModeElementType@@UAEHXZ @38771 NONAME ?CreateObject@H245_MulticastAddress@@UAEHXZ @11383 NONAME ?CreateObject@H245_MultilinkIndication@@UAEHXZ @26274 NONAME ?CreateObject@H245_MultilinkRequest@@UAEHXZ @26275 NONAME ?CreateObject@H245_MultilinkRequest_maximumHeaderInterval_requestType@@UAEHXZ @26276 NONAME ?CreateObject@H245_MultilinkResponse@@UAEHXZ @26277 NONAME ?CreateObject@H245_MultilinkResponse_addConnection_responseCode@@UAEHXZ @26278 NONAME ?CreateObject@H245_MultilinkResponse_addConnection_responseCode_rejected@@UAEHXZ @26279 NONAME ?CreateObject@H245_MultimediaSystemControlMessage@@UAEHXZ @11384 NONAME ?CreateObject@H245_MultiplexCapability@@UAEHXZ @11385 NONAME ?CreateObject@H245_MultiplexElement_repeatCount@@UAEHXZ @11386 NONAME ?CreateObject@H245_MultiplexElement_type@@UAEHXZ @11387 NONAME ?CreateObject@H245_MultiplexEntryRejectionDescriptions_cause@@UAEHXZ @11388 NONAME ?CreateObject@H245_MultiplexFormat@@UAEHXZ @26280 NONAME ?CreateObject@H245_NetworkAccessParameters_distribution@@UAEHXZ @11389 NONAME ?CreateObject@H245_NetworkAccessParameters_networkAddress@@UAEHXZ @11390 NONAME ?CreateObject@H245_NetworkAccessParameters_t120SetupProcedure@@UAEHXZ @11391 NONAME ?CreateObject@H245_NewATMVCCommand_aal@@UAEHXZ @26281 NONAME ?CreateObject@H245_NewATMVCCommand_aal_aal1_clockRecovery@@UAEHXZ @26282 NONAME ?CreateObject@H245_NewATMVCCommand_aal_aal1_errorCorrection@@UAEHXZ @26283 NONAME ?CreateObject@H245_NewATMVCCommand_multiplex@@UAEHXZ @26284 NONAME ?CreateObject@H245_NewATMVCCommand_reverseParameters_multiplex@@UAEHXZ @26285 NONAME ?CreateObject@H245_NewATMVCIndication_aal@@UAEHXZ @11392 NONAME ?CreateObject@H245_NewATMVCIndication_aal_aal1_clockRecovery@@UAEHXZ @11393 NONAME ?CreateObject@H245_NewATMVCIndication_aal_aal1_errorCorrection@@UAEHXZ @11394 NONAME ?CreateObject@H245_NewATMVCIndication_multiplex@@UAEHXZ @11395 NONAME ?CreateObject@H245_NewATMVCIndication_reverseParameters_multiplex@@UAEHXZ @11396 NONAME ?CreateObject@H245_NonStandardIdentifier@@UAEHXZ @11397 NONAME ?CreateObject@H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@UAEHXZ @11398 NONAME ?CreateObject@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@UAEHXZ @11399 NONAME ?CreateObject@H245_OpenLogicalChannelReject_cause@@UAEHXZ @11400 NONAME ?CreateObject@H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@UAEHXZ @11401 NONAME ?CreateObject@H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@UAEHXZ @11402 NONAME ?CreateObject@H245_ParameterIdentifier@@UAEHXZ @26286 NONAME ?CreateObject@H245_ParameterValue@@UAEHXZ @26287 NONAME ?CreateObject@H245_PictureReference@@UAEHXZ @26288 NONAME ?CreateObject@H245_Q2931Address_address@@UAEHXZ @11403 NONAME ?CreateObject@H245_QOSMode@@UAEHXZ @11404 NONAME ?CreateObject@H245_RedundancyEncodingDTModeElement_type@@UAEHXZ @38772 NONAME ?CreateObject@H245_RedundancyEncodingMethod@@UAEHXZ @11405 NONAME ?CreateObject@H245_RedundancyEncodingMode_secondaryEncoding@@UAEHXZ @11406 NONAME ?CreateObject@H245_RefPictureSelection_videoBackChannelSend@@UAEHXZ @11407 NONAME ?CreateObject@H245_RemoteMCRequest@@UAEHXZ @11408 NONAME ?CreateObject@H245_RemoteMCResponse@@UAEHXZ @11409 NONAME ?CreateObject@H245_RemoteMCResponse_reject@@UAEHXZ @11410 NONAME ?CreateObject@H245_RequestChannelCloseReject_cause@@UAEHXZ @11411 NONAME ?CreateObject@H245_RequestChannelClose_reason@@UAEHXZ @11412 NONAME ?CreateObject@H245_RequestMessage@@UAEHXZ @11413 NONAME ?CreateObject@H245_RequestModeAck_response@@UAEHXZ @11414 NONAME ?CreateObject@H245_RequestModeReject_cause@@UAEHXZ @11415 NONAME ?CreateObject@H245_RequestMultiplexEntryRejectionDescriptions_cause@@UAEHXZ @11416 NONAME ?CreateObject@H245_ResponseMessage@@UAEHXZ @11417 NONAME ?CreateObject@H245_RTPH263VideoRedundancyEncoding_containedThreads@@UBEPAVPASN_Object@@XZ @11418 NONAME ?CreateObject@H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@UAEHXZ @11419 NONAME ?CreateObject@H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@UBEPAVPASN_Object@@XZ @11420 NONAME ?CreateObject@H245_RTPPayloadType_payloadDescriptor@@UAEHXZ @11421 NONAME ?CreateObject@H245_SendTerminalCapabilitySet@@UAEHXZ @11422 NONAME ?CreateObject@H245_T38FaxRateManagement@@UAEHXZ @26289 NONAME ?CreateObject@H245_T38FaxUdpOptions_t38FaxUdpEC@@UAEHXZ @26290 NONAME ?CreateObject@H245_T84Profile@@UAEHXZ @11423 NONAME ?CreateObject@H245_TerminalCapabilitySetReject_cause@@UAEHXZ @11424 NONAME ?CreateObject@H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@UAEHXZ @11425 NONAME ?CreateObject@H245_TransportAddress@@UAEHXZ @11426 NONAME ?CreateObject@H245_UnicastAddress@@UAEHXZ @11427 NONAME ?CreateObject@H245_UnicastAddress_iPSourceRouteAddress_route@@UBEPAVPASN_Object@@XZ @11428 NONAME ?CreateObject@H245_UnicastAddress_iPSourceRouteAddress_routing@@UAEHXZ @11429 NONAME ?CreateObject@H245_UserInputCapability@@UAEHXZ @11430 NONAME ?CreateObject@H245_UserInputIndication@@UAEHXZ @11431 NONAME ?CreateObject@H245_UserInputIndication_userInputSupportIndication@@UAEHXZ @11432 NONAME ?CreateObject@H245_V76LogicalChannelParameters_mode@@UAEHXZ @11433 NONAME ?CreateObject@H245_V76LogicalChannelParameters_mode_eRM_recovery@@UAEHXZ @11434 NONAME ?CreateObject@H245_V76LogicalChannelParameters_suspendResume@@UAEHXZ @11435 NONAME ?CreateObject@H245_V76ModeParameters@@UAEHXZ @11436 NONAME ?CreateObject@H245_VCCapability_availableBitRates_type@@UAEHXZ @11437 NONAME ?CreateObject@H245_VideoCapability@@UAEHXZ @11438 NONAME ?CreateObject@H245_VideoMode@@UAEHXZ @11439 NONAME ?CreateObject@H248_AmmDescriptor@@UAEHXZ @33663 NONAME ?CreateObject@H248_ArrayOf_ActionReply@@UBEPAVPASN_Object@@XZ @33664 NONAME ?CreateObject@H248_ArrayOf_ActionRequest@@UBEPAVPASN_Object@@XZ @33665 NONAME ?CreateObject@H248_ArrayOf_AmmDescriptor@@UBEPAVPASN_Object@@XZ @33666 NONAME ?CreateObject@H248_ArrayOf_CommandReply@@UBEPAVPASN_Object@@XZ @33667 NONAME ?CreateObject@H248_ArrayOf_CommandRequest@@UBEPAVPASN_Object@@XZ @33668 NONAME ?CreateObject@H248_ArrayOf_EventParameter@@UBEPAVPASN_Object@@XZ @33669 NONAME ?CreateObject@H248_ArrayOf_IndAuditParameter@@UBEPAVPASN_Object@@XZ @33670 NONAME ?CreateObject@H248_ArrayOf_IndAudPropertyParm@@UBEPAVPASN_Object@@XZ @33671 NONAME ?CreateObject@H248_ArrayOf_IndAudStreamDescriptor@@UBEPAVPASN_Object@@XZ @33672 NONAME ?CreateObject@H248_ArrayOf_ModemType@@UBEPAVPASN_Object@@XZ @33673 NONAME ?CreateObject@H248_ArrayOf_ObservedEvent@@UBEPAVPASN_Object@@XZ @33674 NONAME ?CreateObject@H248_ArrayOf_PASN_OctetString@@UBEPAVPASN_Object@@XZ @33675 NONAME ?CreateObject@H248_ArrayOf_PropertyGroup@@UBEPAVPASN_Object@@XZ @33676 NONAME ?CreateObject@H248_ArrayOf_PropertyParm@@UBEPAVPASN_Object@@XZ @33677 NONAME ?CreateObject@H248_ArrayOf_RequestedEvent@@UBEPAVPASN_Object@@XZ @33678 NONAME ?CreateObject@H248_ArrayOf_SecondRequestedEvent@@UBEPAVPASN_Object@@XZ @33679 NONAME ?CreateObject@H248_ArrayOf_Signal@@UBEPAVPASN_Object@@XZ @33680 NONAME ?CreateObject@H248_ArrayOf_SigParameter@@UBEPAVPASN_Object@@XZ @33681 NONAME ?CreateObject@H248_ArrayOf_StreamDescriptor@@UBEPAVPASN_Object@@XZ @33682 NONAME ?CreateObject@H248_ArrayOf_TerminationID@@UBEPAVPASN_Object@@XZ @33683 NONAME ?CreateObject@H248_ArrayOf_TopologyRequest@@UBEPAVPASN_Object@@XZ @33684 NONAME ?CreateObject@H248_ArrayOf_Transaction@@UBEPAVPASN_Object@@XZ @33685 NONAME ?CreateObject@H248_ArrayOf_WildcardField@@UBEPAVPASN_Object@@XZ @33686 NONAME ?CreateObject@H248_AuditReply@@UAEHXZ @33687 NONAME ?CreateObject@H248_AuditReturnParameter@@UAEHXZ @33688 NONAME ?CreateObject@H248_Command@@UAEHXZ @33689 NONAME ?CreateObject@H248_CommandReply@@UAEHXZ @33690 NONAME ?CreateObject@H248_EventBufferDescriptor@@UBEPAVPASN_Object@@XZ @33691 NONAME ?CreateObject@H248_EventDM@@UAEHXZ @33692 NONAME ?CreateObject@H248_EventParameter_extraInfo@@UAEHXZ @33693 NONAME ?CreateObject@H248_IndAuditParameter@@UAEHXZ @33694 NONAME ?CreateObject@H248_IndAudMediaDescriptor_streams@@UAEHXZ @33695 NONAME ?CreateObject@H248_IndAudPropertyGroup@@UBEPAVPASN_Object@@XZ @33696 NONAME ?CreateObject@H248_IndAudSignalsDescriptor@@UAEHXZ @33697 NONAME ?CreateObject@H248_MediaDescriptor_streams@@UAEHXZ @33698 NONAME ?CreateObject@H248_Message_messageBody@@UAEHXZ @33699 NONAME ?CreateObject@H248_MId@@UAEHXZ @33700 NONAME ?CreateObject@H248_NonStandardIdentifier@@UAEHXZ @33701 NONAME ?CreateObject@H248_PackagesDescriptor@@UBEPAVPASN_Object@@XZ @33702 NONAME ?CreateObject@H248_PropertyGroup@@UBEPAVPASN_Object@@XZ @33703 NONAME ?CreateObject@H248_PropertyParm_extraInfo@@UAEHXZ @33704 NONAME ?CreateObject@H248_ServiceChangeAddress@@UAEHXZ @33705 NONAME ?CreateObject@H248_ServiceChangeResult@@UAEHXZ @33706 NONAME ?CreateObject@H248_SignalRequest@@UAEHXZ @33707 NONAME ?CreateObject@H248_SignalsDescriptor@@UBEPAVPASN_Object@@XZ @33708 NONAME ?CreateObject@H248_SigParameter_extraInfo@@UAEHXZ @33709 NONAME ?CreateObject@H248_StatisticsDescriptor@@UBEPAVPASN_Object@@XZ @33710 NONAME ?CreateObject@H248_TerminationAudit@@UBEPAVPASN_Object@@XZ @33711 NONAME ?CreateObject@H248_TerminationIDList@@UBEPAVPASN_Object@@XZ @33712 NONAME ?CreateObject@H248_Transaction@@UAEHXZ @33713 NONAME ?CreateObject@H248_TransactionReply_transactionResult@@UAEHXZ @33714 NONAME ?CreateObject@H248_TransactionResponseAck@@UBEPAVPASN_Object@@XZ @33715 NONAME ?CreateObject@H248_Value@@UBEPAVPASN_Object@@XZ @33716 NONAME ?CreateObject@H45010_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @23694 NONAME ?CreateObject@H45011_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @23695 NONAME ?CreateObject@H45011_CIStatusInformation@@UAEHXZ @23696 NONAME ?CreateObject@H4501_ArrayOf_AliasAddress@@UBEPAVPASN_Object@@XZ @21778 NONAME ?CreateObject@H4501_ArrayOf_ROS@@UBEPAVPASN_Object@@XZ @21779 NONAME ?CreateObject@H4501_EntityType@@UAEHXZ @21780 NONAME ?CreateObject@H4501_InterpretationApdu@@UAEHXZ @21781 NONAME ?CreateObject@H4501_PartySubaddress@@UAEHXZ @21782 NONAME ?CreateObject@H4501_PresentedAddressScreened@@UAEHXZ @21783 NONAME ?CreateObject@H4501_PresentedAddressUnscreened@@UAEHXZ @21784 NONAME ?CreateObject@H4501_PresentedNumberScreened@@UAEHXZ @21785 NONAME ?CreateObject@H4501_PresentedNumberUnscreened@@UAEHXZ @21786 NONAME ?CreateObject@H4501_ServiceApdus@@UAEHXZ @21787 NONAME ?CreateObject@H4502_CTActiveArg_argumentExtension@@UAEHXZ @21788 NONAME ?CreateObject@H4502_CTCompleteArg_argumentExtension@@UAEHXZ @21789 NONAME ?CreateObject@H4502_CTIdentifyRes_resultExtension@@UAEHXZ @21790 NONAME ?CreateObject@H4502_CTInitiateArg_argumentExtension@@UAEHXZ @21791 NONAME ?CreateObject@H4502_CTSetupArg_argumentExtension@@UAEHXZ @21792 NONAME ?CreateObject@H4502_CTUpdateArg_argumentExtension@@UAEHXZ @21793 NONAME ?CreateObject@H4502_DummyArg@@UAEHXZ @21794 NONAME ?CreateObject@H4502_DummyRes@@UAEHXZ @21795 NONAME ?CreateObject@H4502_ExtensionSeq@@UBEPAVPASN_Object@@XZ @21796 NONAME ?CreateObject@H4502_SubaddressTransferArg_argumentExtension@@UAEHXZ @21797 NONAME ?CreateObject@H4503_ExtensionSeq@@UBEPAVPASN_Object@@XZ @22769 NONAME ?CreateObject@H4503_IntResultList@@UBEPAVPASN_Object@@XZ @22770 NONAME ?CreateObject@H4503_IntResult_extension@@UAEHXZ @22771 NONAME ?CreateObject@H4504_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @22409 NONAME ?CreateObject@H4504_MixedExtension@@UAEHXZ @22410 NONAME ?CreateObject@H4505_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @23697 NONAME ?CreateObject@H4506_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @23698 NONAME ?CreateObject@H4507_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @23699 NONAME ?CreateObject@H4507_DummyRes@@UBEPAVPASN_Object@@XZ @23700 NONAME ?CreateObject@H4507_MsgCentreId@@UAEHXZ @23701 NONAME ?CreateObject@H4507_MWIInterrogateRes@@UBEPAVPASN_Object@@XZ @23702 NONAME ?CreateObject@H4508_Name@@UAEHXZ @23703 NONAME ?CreateObject@H4508_NamePresentationAllowed@@UAEHXZ @23704 NONAME ?CreateObject@H4508_NamePresentationRestricted@@UAEHXZ @23705 NONAME ?CreateObject@H4509_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @23706 NONAME ?CreateObject@H4509_CcArg@@UAEHXZ @23707 NONAME ?CreateObject@H501_AccessRejectionReason@@UAEHXZ @36253 NONAME ?CreateObject@H501_AccessToken@@UAEHXZ @36254 NONAME ?CreateObject@H501_ArrayOf_AccessToken@@UBEPAVPASN_Object@@XZ @36255 NONAME ?CreateObject@H501_ArrayOf_AddressTemplate@@UBEPAVPASN_Object@@XZ @36256 NONAME ?CreateObject@H501_ArrayOf_AliasAddress@@UBEPAVPASN_Object@@XZ @36257 NONAME ?CreateObject@H501_ArrayOf_AlternatePE@@UBEPAVPASN_Object@@XZ @36258 NONAME ?CreateObject@H501_ArrayOf_CircuitIdentifier@@UBEPAVPASN_Object@@XZ @36259 NONAME ?CreateObject@H501_ArrayOf_ClearToken@@UBEPAVPASN_Object@@XZ @36260 NONAME ?CreateObject@H501_ArrayOf_ContactInformation@@UBEPAVPASN_Object@@XZ @36261 NONAME ?CreateObject@H501_ArrayOf_CryptoH323Token@@UBEPAVPASN_Object@@XZ @36262 NONAME ?CreateObject@H501_ArrayOf_Descriptor@@UBEPAVPASN_Object@@XZ @36263 NONAME ?CreateObject@H501_ArrayOf_DescriptorInfo@@UBEPAVPASN_Object@@XZ @36265 NONAME ?CreateObject@H501_ArrayOf_GenericData@@UBEPAVPASN_Object@@XZ @36266 NONAME ?CreateObject@H501_ArrayOf_GloballyUniqueID@@UBEPAVPASN_Object@@XZ @36975 NONAME ?CreateObject@H501_ArrayOf_NonStandardParameter@@UBEPAVPASN_Object@@XZ @36267 NONAME ?CreateObject@H501_ArrayOf_PASN_ObjectId@@UBEPAVPASN_Object@@XZ @36268 NONAME ?CreateObject@H501_ArrayOf_Pattern@@UBEPAVPASN_Object@@XZ @36269 NONAME ?CreateObject@H501_ArrayOf_PriceElement@@UBEPAVPASN_Object@@XZ @36270 NONAME ?CreateObject@H501_ArrayOf_PriceInfoSpec@@UBEPAVPASN_Object@@XZ @36271 NONAME ?CreateObject@H501_ArrayOf_RouteInformation@@UBEPAVPASN_Object@@XZ @36272 NONAME ?CreateObject@H501_ArrayOf_SecurityMode@@UBEPAVPASN_Object@@XZ @36273 NONAME ?CreateObject@H501_ArrayOf_ServiceControlSession@@UBEPAVPASN_Object@@XZ @36274 NONAME ?CreateObject@H501_ArrayOf_SupportedProtocols@@UBEPAVPASN_Object@@XZ @36275 NONAME ?CreateObject@H501_ArrayOf_TransportAddress@@UBEPAVPASN_Object@@XZ @36276 NONAME ?CreateObject@H501_ArrayOf_UpdateInformation@@UBEPAVPASN_Object@@XZ @36277 NONAME ?CreateObject@H501_ArrayOf_UsageField@@UBEPAVPASN_Object@@XZ @36278 NONAME ?CreateObject@H501_AuthenticationRejectionReason@@UAEHXZ @36279 NONAME ?CreateObject@H501_DescriptorIDRejectionReason@@UAEHXZ @36280 NONAME ?CreateObject@H501_DescriptorRejectionReason@@UAEHXZ @36281 NONAME ?CreateObject@H501_MessageBody@@UAEHXZ @36282 NONAME ?CreateObject@H501_NonStandardRejectionReason@@UAEHXZ @36283 NONAME ?CreateObject@H501_Pattern@@UAEHXZ @36284 NONAME ?CreateObject@H501_PriceElement_units@@UAEHXZ @36285 NONAME ?CreateObject@H501_Role@@UAEHXZ @36286 NONAME ?CreateObject@H501_RouteInformation_messageType@@UAEHXZ @36287 NONAME ?CreateObject@H501_ServiceRejectionReason@@UAEHXZ @36288 NONAME ?CreateObject@H501_ServiceReleaseReason@@UAEHXZ @36289 NONAME ?CreateObject@H501_UnknownMessageReason@@UAEHXZ @36290 NONAME ?CreateObject@H501_UpdateInformation_descriptorInfo@@UAEHXZ @36291 NONAME ?CreateObject@H501_UpdateInformation_updateType@@UAEHXZ @36292 NONAME ?CreateObject@H501_UsageCallStatus@@UAEHXZ @36293 NONAME ?CreateObject@H501_UsageIndicationRejectionReason@@UAEHXZ @36294 NONAME ?CreateObject@H501_UsageRejectReason@@UAEHXZ @36295 NONAME ?CreateObject@H501_ValidationRejectionReason@@UAEHXZ @36296 NONAME ?CreateObject@MCS_ArrayOf_ChannelAttributes@@UBEPAVPASN_Object@@XZ @11452 NONAME ?CreateObject@MCS_ArrayOf_ChannelId@@UBEPAVPASN_Object@@XZ @11453 NONAME ?CreateObject@MCS_ArrayOf_TokenAttributes@@UBEPAVPASN_Object@@XZ @11454 NONAME ?CreateObject@MCS_ArrayOf_TokenId@@UBEPAVPASN_Object@@XZ @11455 NONAME ?CreateObject@MCS_ArrayOf_UserId@@UBEPAVPASN_Object@@XZ @11456 NONAME ?CreateObject@MCS_ChannelAttributes@@UAEHXZ @11457 NONAME ?CreateObject@MCS_ConnectMCSPDU@@UAEHXZ @11458 NONAME ?CreateObject@MCS_DomainMCSPDU@@UAEHXZ @11459 NONAME ?CreateObject@MCS_TokenAttributes@@UAEHXZ @11460 NONAME ?CreateObject@T38_ArrayOf_PASN_OctetString@@UBEPAVPASN_Object@@XZ @28221 NONAME ?CreateObject@T38_Data_Field@@UBEPAVPASN_Object@@XZ @28222 NONAME ?CreateObject@T38_PreCorrigendum_Data_Field@@UBEPAVPASN_Object@@XZ @31741 NONAME ?CreateObject@T38_Type_of_msg@@UAEHXZ @28223 NONAME ?CreateObject@T38_UDPTLPacket_error_recovery@@UAEHXZ @28224 NONAME ?CreateObject@T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@UBEPAVPASN_Object@@XZ @28225 NONAME ?CreateObject@X880_Code@@UAEHXZ @21798 NONAME ?CreateObject@X880_Reject_problem@@UAEHXZ @21799 NONAME ?CreateObject@X880_ROS@@UAEHXZ @21800 NONAME ?CreatePeerElement@H323GatekeeperServer@@QAEXABVH323TransportAddress@@@Z @37746 NONAME ?CreateRealTimeLogicalChannel@H323Connection@@UAEPAVH323Channel@@ABVH323Capability@@W4Directions@2@IPBVH245_H2250LogicalChannelParameters@@PAVRTP_QOS@@@Z @38240 NONAME ?CreateRegisteredEndPoint@H323GatekeeperServer@@UAEPAVH323RegisteredEndPoint@@AAVH323GatekeeperRRQ@@@Z @30517 NONAME ?CreateRIP@H323GatekeeperRequest@@UBEPAVH323TransactionPDU@@II@Z @37648 NONAME ?CreateRIP@H501Transaction@@UBEPAVH323TransactionPDU@@II@Z @37649 NONAME ?CreateServiceControlSession@H323EndPoint@@UAEPAVH323ServiceControlSession@@ABVH225_ServiceControlDescriptor@@@Z @33717 NONAME ?CreateServiceRelationship@H323PeerElement@@MAEPAVH323PeerElementServiceRelationship@@XZ @37650 NONAME ?CreateSoundDevice@OpalUSBDevice@@IAEHHABVPString@@HH@Z @52558 NONAME ?CreateT120ProtocolHandler@H323Connection@@UAEPAVOpalT120Protocol@@XZ @30568 NONAME ?CreateT120ProtocolHandler@H323EndPoint@@UBEPAVOpalT120Protocol@@ABVH323Connection@@@Z @29562 NONAME ?CreateT38ProtocolHandler@H323Connection@@UAEPAVOpalT38Protocol@@XZ @30569 NONAME ?CreateT38ProtocolHandler@H323EndPoint@@UBEPAVOpalT38Protocol@@ABVH323Connection@@@Z @29564 NONAME ?CreateTransactionPDU@H225_RAS@@UBEPAVH323TransactionPDU@@XZ @37407 NONAME ?CreateTransactionPDU@H323_AnnexG@@UBEPAVH323TransactionPDU@@XZ @37448 NONAME ?CreateTransport@H323DataChannel@@UAEHXZ @28228 NONAME ?CreateTransport@H323TransportAddress@@QBEPAVH323Transport@@AAVH323EndPoint@@@Z @17392 NONAME ?CreateTransport@H323_T38Channel@@UAEHXZ @28632 NONAME ?crinit@Pre_Vid_Coder@@IAEXXZ @11461 NONAME ?dcfill@@YAXHPAEH@Z @11462 NONAME ?dcsum2@@YAXHPAE0H@Z @11463 NONAME ?dcsum@@YAXHPAE0H@Z @11464 NONAME ?dct_decimate@@YAXPBF0PAF@Z @11465 NONAME ?deallocate@?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@QAEXPAXI@Z @52559 NONAME ?deallocate@?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@QAEXPAXI@Z @50994 NONAME ?deallocate@?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@QAEXPAXI@Z @50995 NONAME ?deallocate@?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@QAEXPAXI@Z @51531 NONAME ?deallocate@?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@QAEXPAXI@Z @52560 NONAME ?deallocate@?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@QAEXPAXI@Z @50996 NONAME ?deallocate@?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@QAEXPAXI@Z @51252 NONAME ?deallocate@?$allocator@ULookupRecord@@@std@@QAEXPAXI@Z @52561 NONAME ?Decode@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UAEHAAVPASN_Stream@@@Z @27797 NONAME ?Decode@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UAEHAAVPASN_Stream@@@Z @27798 NONAME ?Decode@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UAEHAAVPASN_Stream@@@Z @27799 NONAME ?Decode@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UAEHAAVPASN_Stream@@@Z @27800 NONAME ?Decode@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UAEHAAVPASN_Stream@@@Z @27801 NONAME ?Decode@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UAEHAAVPASN_Stream@@@Z @27802 NONAME ?Decode@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UAEHAAVPASN_Stream@@@Z @27803 NONAME ?Decode@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UAEHAAVPASN_Stream@@@Z @27804 NONAME ?Decode@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UAEHAAVPASN_Stream@@@Z @27805 NONAME ?Decode@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UAEHAAVPASN_Stream@@@Z @27806 NONAME ?Decode@GCC_ApplicationInvokeIndication@@UAEHAAVPASN_Stream@@@Z @11476 NONAME ?Decode@GCC_ApplicationInvokeSpecifier@@UAEHAAVPASN_Stream@@@Z @11477 NONAME ?Decode@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UAEHAAVPASN_Stream@@@Z @11478 NONAME ?Decode@GCC_ApplicationRecord@@UAEHAAVPASN_Stream@@@Z @11479 NONAME ?Decode@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UAEHAAVPASN_Stream@@@Z @11480 NONAME ?Decode@GCC_ChallengeItem@@UAEHAAVPASN_Stream@@@Z @11481 NONAME ?Decode@GCC_ChallengeRequest@@UAEHAAVPASN_Stream@@@Z @11482 NONAME ?Decode@GCC_ChallengeResponse@@UAEHAAVPASN_Stream@@@Z @11483 NONAME ?Decode@GCC_ConductorAssignIndication@@UAEHAAVPASN_Stream@@@Z @11484 NONAME ?Decode@GCC_ConductorPermissionAskIndication@@UAEHAAVPASN_Stream@@@Z @11485 NONAME ?Decode@GCC_ConductorPermissionGrantIndication@@UAEHAAVPASN_Stream@@@Z @11486 NONAME ?Decode@GCC_ConductorReleaseIndication@@UAEHAAVPASN_Stream@@@Z @11487 NONAME ?Decode@GCC_ConferenceAddRequest@@UAEHAAVPASN_Stream@@@Z @11488 NONAME ?Decode@GCC_ConferenceAddResponse@@UAEHAAVPASN_Stream@@@Z @11489 NONAME ?Decode@GCC_ConferenceAssistanceIndication@@UAEHAAVPASN_Stream@@@Z @11490 NONAME ?Decode@GCC_ConferenceCreateRequest@@UAEHAAVPASN_Stream@@@Z @11491 NONAME ?Decode@GCC_ConferenceCreateResponse@@UAEHAAVPASN_Stream@@@Z @11492 NONAME ?Decode@GCC_ConferenceDescriptor@@UAEHAAVPASN_Stream@@@Z @11493 NONAME ?Decode@GCC_ConferenceEjectUserIndication@@UAEHAAVPASN_Stream@@@Z @11494 NONAME ?Decode@GCC_ConferenceEjectUserRequest@@UAEHAAVPASN_Stream@@@Z @11495 NONAME ?Decode@GCC_ConferenceEjectUserResponse@@UAEHAAVPASN_Stream@@@Z @11496 NONAME ?Decode@GCC_ConferenceInviteRequest@@UAEHAAVPASN_Stream@@@Z @11497 NONAME ?Decode@GCC_ConferenceInviteResponse@@UAEHAAVPASN_Stream@@@Z @11498 NONAME ?Decode@GCC_ConferenceJoinRequest@@UAEHAAVPASN_Stream@@@Z @11499 NONAME ?Decode@GCC_ConferenceJoinResponse@@UAEHAAVPASN_Stream@@@Z @11500 NONAME ?Decode@GCC_ConferenceLockIndication@@UAEHAAVPASN_Stream@@@Z @11501 NONAME ?Decode@GCC_ConferenceLockRequest@@UAEHAAVPASN_Stream@@@Z @11502 NONAME ?Decode@GCC_ConferenceLockResponse@@UAEHAAVPASN_Stream@@@Z @11503 NONAME ?Decode@GCC_ConferenceName@@UAEHAAVPASN_Stream@@@Z @11504 NONAME ?Decode@GCC_ConferencePriority@@UAEHAAVPASN_Stream@@@Z @11505 NONAME ?Decode@GCC_ConferenceQueryRequest@@UAEHAAVPASN_Stream@@@Z @11506 NONAME ?Decode@GCC_ConferenceQueryResponse@@UAEHAAVPASN_Stream@@@Z @11507 NONAME ?Decode@GCC_ConferenceTerminateIndication@@UAEHAAVPASN_Stream@@@Z @11508 NONAME ?Decode@GCC_ConferenceTerminateRequest@@UAEHAAVPASN_Stream@@@Z @11509 NONAME ?Decode@GCC_ConferenceTerminateResponse@@UAEHAAVPASN_Stream@@@Z @11510 NONAME ?Decode@GCC_ConferenceTimeExtendIndication@@UAEHAAVPASN_Stream@@@Z @11511 NONAME ?Decode@GCC_ConferenceTimeInquireIndication@@UAEHAAVPASN_Stream@@@Z @11512 NONAME ?Decode@GCC_ConferenceTimeRemainingIndication@@UAEHAAVPASN_Stream@@@Z @11513 NONAME ?Decode@GCC_ConferenceTransferIndication@@UAEHAAVPASN_Stream@@@Z @11514 NONAME ?Decode@GCC_ConferenceTransferRequest@@UAEHAAVPASN_Stream@@@Z @11515 NONAME ?Decode@GCC_ConferenceTransferResponse@@UAEHAAVPASN_Stream@@@Z @11516 NONAME ?Decode@GCC_ConferenceUnlockIndication@@UAEHAAVPASN_Stream@@@Z @11517 NONAME ?Decode@GCC_ConferenceUnlockRequest@@UAEHAAVPASN_Stream@@@Z @11518 NONAME ?Decode@GCC_ConferenceUnlockResponse@@UAEHAAVPASN_Stream@@@Z @11519 NONAME ?Decode@GCC_ConnectData@@UAEHAAVPASN_Stream@@@Z @11520 NONAME ?Decode@GCC_FunctionNotSupportedResponse@@UAEHAAVPASN_Stream@@@Z @11521 NONAME ?Decode@GCC_NetworkAddress_subtype_aggregatedChannel@@UAEHAAVPASN_Stream@@@Z @11522 NONAME ?Decode@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UAEHAAVPASN_Stream@@@Z @11523 NONAME ?Decode@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UAEHAAVPASN_Stream@@@Z @11524 NONAME ?Decode@GCC_NetworkAddress_subtype_transportConnection@@UAEHAAVPASN_Stream@@@Z @11525 NONAME ?Decode@GCC_NodeProperties@@UAEHAAVPASN_Stream@@@Z @11526 NONAME ?Decode@GCC_NodeRecord@@UAEHAAVPASN_Stream@@@Z @11527 NONAME ?Decode@GCC_NonStandardParameter@@UAEHAAVPASN_Stream@@@Z @11528 NONAME ?Decode@GCC_NonStandardPDU@@UAEHAAVPASN_Stream@@@Z @11529 NONAME ?Decode@GCC_Password@@UAEHAAVPASN_Stream@@@Z @11530 NONAME ?Decode@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UAEHAAVPASN_Stream@@@Z @11531 NONAME ?Decode@GCC_RegistryAllocateHandleRequest@@UAEHAAVPASN_Stream@@@Z @11532 NONAME ?Decode@GCC_RegistryAllocateHandleResponse@@UAEHAAVPASN_Stream@@@Z @11533 NONAME ?Decode@GCC_RegistryAssignTokenRequest@@UAEHAAVPASN_Stream@@@Z @11534 NONAME ?Decode@GCC_RegistryDeleteEntryRequest@@UAEHAAVPASN_Stream@@@Z @11535 NONAME ?Decode@GCC_RegistryEntryOwner_owned@@UAEHAAVPASN_Stream@@@Z @11536 NONAME ?Decode@GCC_RegistryKey@@UAEHAAVPASN_Stream@@@Z @11537 NONAME ?Decode@GCC_RegistryMonitorEntryIndication@@UAEHAAVPASN_Stream@@@Z @11538 NONAME ?Decode@GCC_RegistryMonitorEntryRequest@@UAEHAAVPASN_Stream@@@Z @11539 NONAME ?Decode@GCC_RegistryRegisterChannelRequest@@UAEHAAVPASN_Stream@@@Z @11540 NONAME ?Decode@GCC_RegistryResponse@@UAEHAAVPASN_Stream@@@Z @11541 NONAME ?Decode@GCC_RegistryRetrieveEntryRequest@@UAEHAAVPASN_Stream@@@Z @11542 NONAME ?Decode@GCC_RegistrySetParameterRequest@@UAEHAAVPASN_Stream@@@Z @11543 NONAME ?Decode@GCC_RosterUpdateIndication@@UAEHAAVPASN_Stream@@@Z @11544 NONAME ?Decode@GCC_RosterUpdateIndication_applicationInformation_subtype@@UAEHAAVPASN_Stream@@@Z @11545 NONAME ?Decode@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UAEHAAVPASN_Stream@@@Z @11546 NONAME ?Decode@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UAEHAAVPASN_Stream@@@Z @11547 NONAME ?Decode@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UAEHAAVPASN_Stream@@@Z @11548 NONAME ?Decode@GCC_RosterUpdateIndication_nodeInformation@@UAEHAAVPASN_Stream@@@Z @11549 NONAME ?Decode@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UAEHAAVPASN_Stream@@@Z @11550 NONAME ?Decode@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UAEHAAVPASN_Stream@@@Z @11551 NONAME ?Decode@GCC_SessionKey@@UAEHAAVPASN_Stream@@@Z @11552 NONAME ?Decode@GCC_TextMessageIndication@@UAEHAAVPASN_Stream@@@Z @11553 NONAME ?Decode@GCC_UserData_subtype@@UAEHAAVPASN_Stream@@@Z @11554 NONAME ?Decode@GCC_UserIDIndication@@UAEHAAVPASN_Stream@@@Z @11555 NONAME ?Decode@H225_AddressPattern_range@@UAEHAAVPASN_Stream@@@Z @26291 NONAME ?Decode@H225_AdmissionConfirm@@UAEHAAVPASN_Stream@@@Z @11556 NONAME ?Decode@H225_AdmissionReject@@UAEHAAVPASN_Stream@@@Z @11557 NONAME ?Decode@H225_AdmissionRequest@@UAEHAAVPASN_Stream@@@Z @11558 NONAME ?Decode@H225_Alerting_UUIE@@UAEHAAVPASN_Stream@@@Z @11559 NONAME ?Decode@H225_AlternateGK@@UAEHAAVPASN_Stream@@@Z @11560 NONAME ?Decode@H225_AlternateTransportAddresses@@UAEHAAVPASN_Stream@@@Z @26292 NONAME ?Decode@H225_AltGKInfo@@UAEHAAVPASN_Stream@@@Z @11561 NONAME ?Decode@H225_ANSI_41_UIM@@UAEHAAVPASN_Stream@@@Z @26293 NONAME ?Decode@H225_BandwidthConfirm@@UAEHAAVPASN_Stream@@@Z @11562 NONAME ?Decode@H225_BandwidthDetails@@UAEHAAVPASN_Stream@@@Z @26294 NONAME ?Decode@H225_BandwidthReject@@UAEHAAVPASN_Stream@@@Z @11563 NONAME ?Decode@H225_BandwidthRequest@@UAEHAAVPASN_Stream@@@Z @11564 NONAME ?Decode@H225_CallCapacity@@UAEHAAVPASN_Stream@@@Z @26295 NONAME ?Decode@H225_CallCapacityInfo@@UAEHAAVPASN_Stream@@@Z @26296 NONAME ?Decode@H225_CallCreditCapability@@UAEHAAVPASN_Stream@@@Z @26297 NONAME ?Decode@H225_CallCreditServiceControl@@UAEHAAVPASN_Stream@@@Z @26298 NONAME ?Decode@H225_CallIdentifier@@UAEHAAVPASN_Stream@@@Z @11565 NONAME ?Decode@H225_CallLinkage@@UAEHAAVPASN_Stream@@@Z @26299 NONAME ?Decode@H225_CallProceeding_UUIE@@UAEHAAVPASN_Stream@@@Z @11566 NONAME ?Decode@H225_CallsAvailable@@UAEHAAVPASN_Stream@@@Z @26300 NONAME ?Decode@H225_CapacityReportingCapability@@UAEHAAVPASN_Stream@@@Z @26301 NONAME ?Decode@H225_CapacityReportingSpecification@@UAEHAAVPASN_Stream@@@Z @26302 NONAME ?Decode@H225_CapacityReportingSpecification_when@@UAEHAAVPASN_Stream@@@Z @26303 NONAME ?Decode@H225_CarrierInfo@@UAEHAAVPASN_Stream@@@Z @38773 NONAME ?Decode@H225_CicInfo@@UAEHAAVPASN_Stream@@@Z @26304 NONAME ?Decode@H225_CircuitIdentifier@@UAEHAAVPASN_Stream@@@Z @38298 NONAME ?Decode@H225_CircuitInfo@@UAEHAAVPASN_Stream@@@Z @26305 NONAME ?Decode@H225_ConferenceList@@UAEHAAVPASN_Stream@@@Z @11567 NONAME ?Decode@H225_Connect_UUIE@@UAEHAAVPASN_Stream@@@Z @11568 NONAME ?Decode@H225_CryptoH323Token_cryptoEPPwdHash@@UAEHAAVPASN_Stream@@@Z @11569 NONAME ?Decode@H225_CryptoH323Token_cryptoGKPwdHash@@UAEHAAVPASN_Stream@@@Z @11570 NONAME ?Decode@H225_DataRate@@UAEHAAVPASN_Stream@@@Z @11571 NONAME ?Decode@H225_DisengageConfirm@@UAEHAAVPASN_Stream@@@Z @11572 NONAME ?Decode@H225_DisengageReject@@UAEHAAVPASN_Stream@@@Z @11573 NONAME ?Decode@H225_DisengageRequest@@UAEHAAVPASN_Stream@@@Z @11574 NONAME ?Decode@H225_Endpoint@@UAEHAAVPASN_Stream@@@Z @11575 NONAME ?Decode@H225_EndpointType@@UAEHAAVPASN_Stream@@@Z @11576 NONAME ?Decode@H225_EnumeratedParameter@@UAEHAAVPASN_Stream@@@Z @26306 NONAME ?Decode@H225_ExtendedAliasAddress@@UAEHAAVPASN_Stream@@@Z @26307 NONAME ?Decode@H225_Facility_UUIE@@UAEHAAVPASN_Stream@@@Z @11577 NONAME ?Decode@H225_FeatureSet@@UAEHAAVPASN_Stream@@@Z @26308 NONAME ?Decode@H225_GatekeeperConfirm@@UAEHAAVPASN_Stream@@@Z @11578 NONAME ?Decode@H225_GatekeeperInfo@@UAEHAAVPASN_Stream@@@Z @11579 NONAME ?Decode@H225_GatekeeperReject@@UAEHAAVPASN_Stream@@@Z @11580 NONAME ?Decode@H225_GatekeeperRequest@@UAEHAAVPASN_Stream@@@Z @11581 NONAME ?Decode@H225_GatewayInfo@@UAEHAAVPASN_Stream@@@Z @11582 NONAME ?Decode@H225_GenericData@@UAEHAAVPASN_Stream@@@Z @26309 NONAME ?Decode@H225_GroupID@@UAEHAAVPASN_Stream@@@Z @26310 NONAME ?Decode@H225_GSM_UIM@@UAEHAAVPASN_Stream@@@Z @26311 NONAME ?Decode@H225_H221NonStandard@@UAEHAAVPASN_Stream@@@Z @11583 NONAME ?Decode@H225_H310Caps@@UAEHAAVPASN_Stream@@@Z @11584 NONAME ?Decode@H225_H320Caps@@UAEHAAVPASN_Stream@@@Z @11585 NONAME ?Decode@H225_H321Caps@@UAEHAAVPASN_Stream@@@Z @11586 NONAME ?Decode@H225_H322Caps@@UAEHAAVPASN_Stream@@@Z @11587 NONAME ?Decode@H225_H323Caps@@UAEHAAVPASN_Stream@@@Z @11588 NONAME ?Decode@H225_H323_UserInformation@@UAEHAAVPASN_Stream@@@Z @11589 NONAME ?Decode@H225_H323_UserInformation_user_data@@UAEHAAVPASN_Stream@@@Z @11590 NONAME ?Decode@H225_H323_UU_PDU@@UAEHAAVPASN_Stream@@@Z @11591 NONAME ?Decode@H225_H323_UU_PDU_tunnelledSignallingMessage@@UAEHAAVPASN_Stream@@@Z @26312 NONAME ?Decode@H225_H324Caps@@UAEHAAVPASN_Stream@@@Z @11592 NONAME ?Decode@H225_ICV@@UAEHAAVPASN_Stream@@@Z @11593 NONAME ?Decode@H225_InfoRequest@@UAEHAAVPASN_Stream@@@Z @11594 NONAME ?Decode@H225_InfoRequestAck@@UAEHAAVPASN_Stream@@@Z @11595 NONAME ?Decode@H225_InfoRequestNak@@UAEHAAVPASN_Stream@@@Z @11596 NONAME ?Decode@H225_InfoRequestResponse@@UAEHAAVPASN_Stream@@@Z @11597 NONAME ?Decode@H225_InfoRequestResponse_perCallInfo_subtype@@UAEHAAVPASN_Stream@@@Z @11598 NONAME ?Decode@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UAEHAAVPASN_Stream@@@Z @11599 NONAME ?Decode@H225_Information_UUIE@@UAEHAAVPASN_Stream@@@Z @11600 NONAME ?Decode@H225_LocationConfirm@@UAEHAAVPASN_Stream@@@Z @11601 NONAME ?Decode@H225_LocationReject@@UAEHAAVPASN_Stream@@@Z @11602 NONAME ?Decode@H225_LocationRequest@@UAEHAAVPASN_Stream@@@Z @11603 NONAME ?Decode@H225_McuInfo@@UAEHAAVPASN_Stream@@@Z @11604 NONAME ?Decode@H225_NonStandardMessage@@UAEHAAVPASN_Stream@@@Z @11605 NONAME ?Decode@H225_NonStandardParameter@@UAEHAAVPASN_Stream@@@Z @11606 NONAME ?Decode@H225_NonStandardProtocol@@UAEHAAVPASN_Stream@@@Z @11607 NONAME ?Decode@H225_Notify_UUIE@@UAEHAAVPASN_Stream@@@Z @26313 NONAME ?Decode@H225_PrivatePartyNumber@@UAEHAAVPASN_Stream@@@Z @11608 NONAME ?Decode@H225_Progress_UUIE@@UAEHAAVPASN_Stream@@@Z @11609 NONAME ?Decode@H225_PublicPartyNumber@@UAEHAAVPASN_Stream@@@Z @11610 NONAME ?Decode@H225_Q954Details@@UAEHAAVPASN_Stream@@@Z @11611 NONAME ?Decode@H225_QseriesOptions@@UAEHAAVPASN_Stream@@@Z @11612 NONAME ?Decode@H225_RasUsageInformation@@UAEHAAVPASN_Stream@@@Z @26314 NONAME ?Decode@H225_RasUsageInfoTypes@@UAEHAAVPASN_Stream@@@Z @26315 NONAME ?Decode@H225_RasUsageSpecification@@UAEHAAVPASN_Stream@@@Z @26316 NONAME ?Decode@H225_RasUsageSpecification_callStartingPoint@@UAEHAAVPASN_Stream@@@Z @26317 NONAME ?Decode@H225_RasUsageSpecification_when@@UAEHAAVPASN_Stream@@@Z @26318 NONAME ?Decode@H225_RegistrationConfirm@@UAEHAAVPASN_Stream@@@Z @11613 NONAME ?Decode@H225_RegistrationConfirm_preGrantedARQ@@UAEHAAVPASN_Stream@@@Z @11614 NONAME ?Decode@H225_RegistrationReject@@UAEHAAVPASN_Stream@@@Z @11615 NONAME ?Decode@H225_RegistrationRejectReason_invalidTerminalAliases@@UAEHAAVPASN_Stream@@@Z @26319 NONAME ?Decode@H225_RegistrationRequest@@UAEHAAVPASN_Stream@@@Z @11616 NONAME ?Decode@H225_ReleaseComplete_UUIE@@UAEHAAVPASN_Stream@@@Z @11617 NONAME ?Decode@H225_RequestInProgress@@UAEHAAVPASN_Stream@@@Z @11618 NONAME ?Decode@H225_ResourcesAvailableConfirm@@UAEHAAVPASN_Stream@@@Z @11619 NONAME ?Decode@H225_ResourcesAvailableIndicate@@UAEHAAVPASN_Stream@@@Z @11620 NONAME ?Decode@H225_RTPSession@@UAEHAAVPASN_Stream@@@Z @11621 NONAME ?Decode@H225_SecurityCapabilities@@UAEHAAVPASN_Stream@@@Z @11622 NONAME ?Decode@H225_ServiceControlIndication@@UAEHAAVPASN_Stream@@@Z @26320 NONAME ?Decode@H225_ServiceControlIndication_callSpecific@@UAEHAAVPASN_Stream@@@Z @26321 NONAME ?Decode@H225_ServiceControlResponse@@UAEHAAVPASN_Stream@@@Z @26322 NONAME ?Decode@H225_ServiceControlSession@@UAEHAAVPASN_Stream@@@Z @26323 NONAME ?Decode@H225_SetupAcknowledge_UUIE@@UAEHAAVPASN_Stream@@@Z @26324 NONAME ?Decode@H225_Setup_UUIE@@UAEHAAVPASN_Stream@@@Z @11623 NONAME ?Decode@H225_Setup_UUIE_connectionParameters@@UAEHAAVPASN_Stream@@@Z @26325 NONAME ?Decode@H225_SIPCaps@@UAEHAAVPASN_Stream@@@Z @38774 NONAME ?Decode@H225_StatusInquiry_UUIE@@UAEHAAVPASN_Stream@@@Z @26326 NONAME ?Decode@H225_Status_UUIE@@UAEHAAVPASN_Stream@@@Z @26327 NONAME ?Decode@H225_StimulusControl@@UAEHAAVPASN_Stream@@@Z @26328 NONAME ?Decode@H225_SupportedPrefix@@UAEHAAVPASN_Stream@@@Z @11624 NONAME ?Decode@H225_T120OnlyCaps@@UAEHAAVPASN_Stream@@@Z @11625 NONAME ?Decode@H225_T38FaxAnnexbOnlyCaps@@UAEHAAVPASN_Stream@@@Z @26329 NONAME ?Decode@H225_TerminalInfo@@UAEHAAVPASN_Stream@@@Z @11626 NONAME ?Decode@H225_TransportAddress_ip6Address@@UAEHAAVPASN_Stream@@@Z @11627 NONAME ?Decode@H225_TransportAddress_ipAddress@@UAEHAAVPASN_Stream@@@Z @11628 NONAME ?Decode@H225_TransportAddress_ipSourceRoute@@UAEHAAVPASN_Stream@@@Z @11629 NONAME ?Decode@H225_TransportAddress_ipxAddress@@UAEHAAVPASN_Stream@@@Z @11630 NONAME ?Decode@H225_TransportChannelInfo@@UAEHAAVPASN_Stream@@@Z @11631 NONAME ?Decode@H225_TunnelledProtocol@@UAEHAAVPASN_Stream@@@Z @26330 NONAME ?Decode@H225_TunnelledProtocolAlternateIdentifier@@UAEHAAVPASN_Stream@@@Z @26331 NONAME ?Decode@H225_UnknownMessageResponse@@UAEHAAVPASN_Stream@@@Z @11632 NONAME ?Decode@H225_UnregistrationConfirm@@UAEHAAVPASN_Stream@@@Z @11633 NONAME ?Decode@H225_UnregistrationReject@@UAEHAAVPASN_Stream@@@Z @11634 NONAME ?Decode@H225_UnregistrationRequest@@UAEHAAVPASN_Stream@@@Z @11635 NONAME ?Decode@H225_UUIEsRequested@@UAEHAAVPASN_Stream@@@Z @11636 NONAME ?Decode@H225_VendorIdentifier@@UAEHAAVPASN_Stream@@@Z @11637 NONAME ?Decode@H225_VoiceCaps@@UAEHAAVPASN_Stream@@@Z @11638 NONAME ?Decode@H235_ClearToken@@UAEHAAVPASN_Stream@@@Z @11639 NONAME ?Decode@H235_CryptoToken_cryptoEncryptedToken@@UAEHAAVPASN_Stream@@@Z @11640 NONAME ?Decode@H235_CryptoToken_cryptoHashedToken@@UAEHAAVPASN_Stream@@@Z @11641 NONAME ?Decode@H235_CryptoToken_cryptoSignedToken@@UAEHAAVPASN_Stream@@@Z @11642 NONAME ?Decode@H235_DHset@@UAEHAAVPASN_Stream@@@Z @11643 NONAME ?Decode@H235_ECGDSASignature@@UAEHAAVPASN_Stream@@@Z @38775 NONAME ?Decode@H235_ECKASDH_eckasdh2@@UAEHAAVPASN_Stream@@@Z @28736 NONAME ?Decode@H235_ECKASDH_eckasdhp@@UAEHAAVPASN_Stream@@@Z @28737 NONAME ?Decode@H235_ECpoint@@UAEHAAVPASN_Stream@@@Z @38776 NONAME ?Decode@H235_H235CertificateSignature@@UAEHAAVPASN_Stream@@@Z @11644 NONAME ?Decode@H235_KeySignedMaterial@@UAEHAAVPASN_Stream@@@Z @11645 NONAME ?Decode@H235_KeySyncMaterial@@UAEHAAVPASN_Stream@@@Z @11646 NONAME ?Decode@H235_NonStandardParameter@@UAEHAAVPASN_Stream@@@Z @11647 NONAME ?Decode@H235_Params@@UAEHAAVPASN_Stream@@@Z @11648 NONAME ?Decode@H235_ReturnSig@@UAEHAAVPASN_Stream@@@Z @11649 NONAME ?Decode@H235_TypedCertificate@@UAEHAAVPASN_Stream@@@Z @11650 NONAME ?Decode@H235_V3KeySyncMaterial@@UAEHAAVPASN_Stream@@@Z @38777 NONAME ?Decode@H245_ATMParameters@@UAEHAAVPASN_Stream@@@Z @11651 NONAME ?Decode@H245_AudioCapability_g7231@@UAEHAAVPASN_Stream@@@Z @11652 NONAME ?Decode@H245_AudioTelephonyEventCapability@@UAEHAAVPASN_Stream@@@Z @26332 NONAME ?Decode@H245_AudioToneCapability@@UAEHAAVPASN_Stream@@@Z @26333 NONAME ?Decode@H245_AuthenticationCapability@@UAEHAAVPASN_Stream@@@Z @11653 NONAME ?Decode@H245_BEnhancementParameters@@UAEHAAVPASN_Stream@@@Z @11654 NONAME ?Decode@H245_CapabilityDescriptor@@UAEHAAVPASN_Stream@@@Z @11655 NONAME ?Decode@H245_CapabilityTableEntry@@UAEHAAVPASN_Stream@@@Z @11656 NONAME ?Decode@H245_Capability_h233EncryptionReceiveCapability@@UAEHAAVPASN_Stream@@@Z @11657 NONAME ?Decode@H245_CloseLogicalChannel@@UAEHAAVPASN_Stream@@@Z @11658 NONAME ?Decode@H245_CloseLogicalChannelAck@@UAEHAAVPASN_Stream@@@Z @11659 NONAME ?Decode@H245_CommunicationModeCommand@@UAEHAAVPASN_Stream@@@Z @11660 NONAME ?Decode@H245_CommunicationModeRequest@@UAEHAAVPASN_Stream@@@Z @11661 NONAME ?Decode@H245_CommunicationModeTableEntry@@UAEHAAVPASN_Stream@@@Z @11662 NONAME ?Decode@H245_ConferenceCapability@@UAEHAAVPASN_Stream@@@Z @11663 NONAME ?Decode@H245_ConferenceRequest_requestTerminalCertificate@@UAEHAAVPASN_Stream@@@Z @11664 NONAME ?Decode@H245_ConferenceResponse_chairTokenOwnerResponse@@UAEHAAVPASN_Stream@@@Z @11665 NONAME ?Decode@H245_ConferenceResponse_conferenceIDResponse@@UAEHAAVPASN_Stream@@@Z @11666 NONAME ?Decode@H245_ConferenceResponse_extensionAddressResponse@@UAEHAAVPASN_Stream@@@Z @11667 NONAME ?Decode@H245_ConferenceResponse_mCTerminalIDResponse@@UAEHAAVPASN_Stream@@@Z @11668 NONAME ?Decode@H245_ConferenceResponse_passwordResponse@@UAEHAAVPASN_Stream@@@Z @11669 NONAME ?Decode@H245_ConferenceResponse_terminalCertificateResponse@@UAEHAAVPASN_Stream@@@Z @11670 NONAME ?Decode@H245_ConferenceResponse_terminalIDResponse@@UAEHAAVPASN_Stream@@@Z @11671 NONAME ?Decode@H245_ConnectionIdentifier@@UAEHAAVPASN_Stream@@@Z @26334 NONAME ?Decode@H245_Criteria@@UAEHAAVPASN_Stream@@@Z @11672 NONAME ?Decode@H245_CustomPictureClockFrequency@@UAEHAAVPASN_Stream@@@Z @11673 NONAME ?Decode@H245_CustomPictureFormat@@UAEHAAVPASN_Stream@@@Z @11674 NONAME ?Decode@H245_CustomPictureFormat_mPI@@UAEHAAVPASN_Stream@@@Z @11675 NONAME ?Decode@H245_CustomPictureFormat_mPI_customPCF_subtype@@UAEHAAVPASN_Stream@@@Z @11676 NONAME ?Decode@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UAEHAAVPASN_Stream@@@Z @11677 NONAME ?Decode@H245_DataApplicationCapability@@UAEHAAVPASN_Stream@@@Z @11678 NONAME ?Decode@H245_DataApplicationCapability_application_nlpid@@UAEHAAVPASN_Stream@@@Z @11679 NONAME ?Decode@H245_DataApplicationCapability_application_t38fax@@UAEHAAVPASN_Stream@@@Z @26335 NONAME ?Decode@H245_DataApplicationCapability_application_t84@@UAEHAAVPASN_Stream@@@Z @11680 NONAME ?Decode@H245_DataMode@@UAEHAAVPASN_Stream@@@Z @11681 NONAME ?Decode@H245_DataMode_application_nlpid@@UAEHAAVPASN_Stream@@@Z @11682 NONAME ?Decode@H245_DataMode_application_t38fax@@UAEHAAVPASN_Stream@@@Z @26336 NONAME ?Decode@H245_DepFECCapability_rfc2733@@UAEHAAVPASN_Stream@@@Z @52562 NONAME ?Decode@H245_DepFECCapability_rfc2733_separateStream@@UAEHAAVPASN_Stream@@@Z @52563 NONAME ?Decode@H245_DepFECData_rfc2733@@UAEHAAVPASN_Stream@@@Z @52564 NONAME ?Decode@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UAEHAAVPASN_Stream@@@Z @52565 NONAME ?Decode@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UAEHAAVPASN_Stream@@@Z @52566 NONAME ?Decode@H245_DepFECMode_rfc2733Mode@@UAEHAAVPASN_Stream@@@Z @52567 NONAME ?Decode@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UAEHAAVPASN_Stream@@@Z @52568 NONAME ?Decode@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UAEHAAVPASN_Stream@@@Z @52569 NONAME ?Decode@H245_DialingInformationNumber@@UAEHAAVPASN_Stream@@@Z @26337 NONAME ?Decode@H245_EncryptionAuthenticationAndIntegrity@@UAEHAAVPASN_Stream@@@Z @11683 NONAME ?Decode@H245_EncryptionCommand_encryptionAlgorithmID@@UAEHAAVPASN_Stream@@@Z @11684 NONAME ?Decode@H245_EncryptionSync@@UAEHAAVPASN_Stream@@@Z @11685 NONAME ?Decode@H245_EncryptionUpdateRequest@@UAEHAAVPASN_Stream@@@Z @11686 NONAME ?Decode@H245_EnhancementLayerInfo@@UAEHAAVPASN_Stream@@@Z @11687 NONAME ?Decode@H245_EnhancementOptions@@UAEHAAVPASN_Stream@@@Z @11688 NONAME ?Decode@H245_EscrowData@@UAEHAAVPASN_Stream@@@Z @11689 NONAME ?Decode@H245_ExtendedVideoCapability@@UAEHAAVPASN_Stream@@@Z @52570 NONAME ?Decode@H245_FECCapability@@UAEHAAVPASN_Stream@@@Z @52571 NONAME ?Decode@H245_FECData_rfc2733@@UAEHAAVPASN_Stream@@@Z @38780 NONAME ?Decode@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UAEHAAVPASN_Stream@@@Z @52572 NONAME ?Decode@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UAEHAAVPASN_Stream@@@Z @52573 NONAME ?Decode@H245_FECMode@@UAEHAAVPASN_Stream@@@Z @52574 NONAME ?Decode@H245_FlowControlCommand@@UAEHAAVPASN_Stream@@@Z @11690 NONAME ?Decode@H245_FlowControlIndication@@UAEHAAVPASN_Stream@@@Z @26338 NONAME ?Decode@H245_FunctionNotSupported@@UAEHAAVPASN_Stream@@@Z @11691 NONAME ?Decode@H245_G7231AnnexCCapability@@UAEHAAVPASN_Stream@@@Z @11692 NONAME ?Decode@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UAEHAAVPASN_Stream@@@Z @11693 NONAME ?Decode@H245_G7231AnnexCMode@@UAEHAAVPASN_Stream@@@Z @11694 NONAME ?Decode@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UAEHAAVPASN_Stream@@@Z @11695 NONAME ?Decode@H245_G729Extensions@@UAEHAAVPASN_Stream@@@Z @26339 NONAME ?Decode@H245_GenericCapability@@UAEHAAVPASN_Stream@@@Z @26340 NONAME ?Decode@H245_GenericMessage@@UAEHAAVPASN_Stream@@@Z @52575 NONAME ?Decode@H245_GenericParameter@@UAEHAAVPASN_Stream@@@Z @26341 NONAME ?Decode@H245_GSMAudioCapability@@UAEHAAVPASN_Stream@@@Z @11696 NONAME ?Decode@H245_H222Capability@@UAEHAAVPASN_Stream@@@Z @11697 NONAME ?Decode@H245_H222LogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @11698 NONAME ?Decode@H245_H223AL1MParameters@@UAEHAAVPASN_Stream@@@Z @11699 NONAME ?Decode@H245_H223AL2MParameters@@UAEHAAVPASN_Stream@@@Z @11700 NONAME ?Decode@H245_H223AL3MParameters@@UAEHAAVPASN_Stream@@@Z @11701 NONAME ?Decode@H245_H223AnnexCArqParameters@@UAEHAAVPASN_Stream@@@Z @11702 NONAME ?Decode@H245_H223AnnexCCapability@@UAEHAAVPASN_Stream@@@Z @11703 NONAME ?Decode@H245_H223Capability@@UAEHAAVPASN_Stream@@@Z @11704 NONAME ?Decode@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UAEHAAVPASN_Stream@@@Z @11705 NONAME ?Decode@H245_H223Capability_mobileMultilinkFrameCapability@@UAEHAAVPASN_Stream@@@Z @26342 NONAME ?Decode@H245_H223Capability_mobileOperationTransmitCapability@@UAEHAAVPASN_Stream@@@Z @11706 NONAME ?Decode@H245_H223LogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @11707 NONAME ?Decode@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UAEHAAVPASN_Stream@@@Z @11708 NONAME ?Decode@H245_H223ModeParameters@@UAEHAAVPASN_Stream@@@Z @11709 NONAME ?Decode@H245_H223ModeParameters_adaptationLayerType_al3@@UAEHAAVPASN_Stream@@@Z @11710 NONAME ?Decode@H245_H223SkewIndication@@UAEHAAVPASN_Stream@@@Z @11711 NONAME ?Decode@H245_H2250Capability@@UAEHAAVPASN_Stream@@@Z @11712 NONAME ?Decode@H245_H2250Capability_mcCapability@@UAEHAAVPASN_Stream@@@Z @11713 NONAME ?Decode@H245_H2250LogicalChannelAckParameters@@UAEHAAVPASN_Stream@@@Z @11714 NONAME ?Decode@H245_H2250LogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @11715 NONAME ?Decode@H245_H2250MaximumSkewIndication@@UAEHAAVPASN_Stream@@@Z @11716 NONAME ?Decode@H245_H2250ModeParameters@@UAEHAAVPASN_Stream@@@Z @11717 NONAME ?Decode@H245_H235Media@@UAEHAAVPASN_Stream@@@Z @11718 NONAME ?Decode@H245_H235Mode@@UAEHAAVPASN_Stream@@@Z @11719 NONAME ?Decode@H245_H235SecurityCapability@@UAEHAAVPASN_Stream@@@Z @11720 NONAME ?Decode@H245_H261VideoCapability@@UAEHAAVPASN_Stream@@@Z @11721 NONAME ?Decode@H245_H261VideoMode@@UAEHAAVPASN_Stream@@@Z @11722 NONAME ?Decode@H245_H262VideoCapability@@UAEHAAVPASN_Stream@@@Z @11723 NONAME ?Decode@H245_H262VideoMode@@UAEHAAVPASN_Stream@@@Z @11724 NONAME ?Decode@H245_H263ModeComboFlags@@UAEHAAVPASN_Stream@@@Z @11725 NONAME ?Decode@H245_H263Options@@UAEHAAVPASN_Stream@@@Z @11726 NONAME ?Decode@H245_H263Version3Options@@UAEHAAVPASN_Stream@@@Z @26343 NONAME ?Decode@H245_H263VideoCapability@@UAEHAAVPASN_Stream@@@Z @11727 NONAME ?Decode@H245_H263VideoMode@@UAEHAAVPASN_Stream@@@Z @11728 NONAME ?Decode@H245_H263VideoModeCombos@@UAEHAAVPASN_Stream@@@Z @11729 NONAME ?Decode@H245_IntegrityCapability@@UAEHAAVPASN_Stream@@@Z @11730 NONAME ?Decode@H245_IS11172AudioCapability@@UAEHAAVPASN_Stream@@@Z @11731 NONAME ?Decode@H245_IS11172AudioMode@@UAEHAAVPASN_Stream@@@Z @11732 NONAME ?Decode@H245_IS11172VideoCapability@@UAEHAAVPASN_Stream@@@Z @11733 NONAME ?Decode@H245_IS11172VideoMode@@UAEHAAVPASN_Stream@@@Z @11734 NONAME ?Decode@H245_IS13818AudioCapability@@UAEHAAVPASN_Stream@@@Z @11735 NONAME ?Decode@H245_IS13818AudioMode@@UAEHAAVPASN_Stream@@@Z @11736 NONAME ?Decode@H245_JitterIndication@@UAEHAAVPASN_Stream@@@Z @11737 NONAME ?Decode@H245_KeyProtectionMethod@@UAEHAAVPASN_Stream@@@Z @11738 NONAME ?Decode@H245_LogicalChannelRateAcknowledge@@UAEHAAVPASN_Stream@@@Z @26344 NONAME ?Decode@H245_LogicalChannelRateReject@@UAEHAAVPASN_Stream@@@Z @26345 NONAME ?Decode@H245_LogicalChannelRateRelease@@UAEHAAVPASN_Stream@@@Z @26346 NONAME ?Decode@H245_LogicalChannelRateRequest@@UAEHAAVPASN_Stream@@@Z @26347 NONAME ?Decode@H245_MaintenanceLoopAck@@UAEHAAVPASN_Stream@@@Z @11739 NONAME ?Decode@H245_MaintenanceLoopOffCommand@@UAEHAAVPASN_Stream@@@Z @11740 NONAME ?Decode@H245_MaintenanceLoopReject@@UAEHAAVPASN_Stream@@@Z @11741 NONAME ?Decode@H245_MaintenanceLoopRequest@@UAEHAAVPASN_Stream@@@Z @11742 NONAME ?Decode@H245_MasterSlaveDetermination@@UAEHAAVPASN_Stream@@@Z @11743 NONAME ?Decode@H245_MasterSlaveDeterminationAck@@UAEHAAVPASN_Stream@@@Z @11744 NONAME ?Decode@H245_MasterSlaveDeterminationReject@@UAEHAAVPASN_Stream@@@Z @11745 NONAME ?Decode@H245_MasterSlaveDeterminationRelease@@UAEHAAVPASN_Stream@@@Z @11746 NONAME ?Decode@H245_MCLocationIndication@@UAEHAAVPASN_Stream@@@Z @11747 NONAME ?Decode@H245_MediaChannelCapability@@UAEHAAVPASN_Stream@@@Z @11748 NONAME ?Decode@H245_MediaDistributionCapability@@UAEHAAVPASN_Stream@@@Z @11749 NONAME ?Decode@H245_MediaPacketizationCapability@@UAEHAAVPASN_Stream@@@Z @11750 NONAME ?Decode@H245_MediaTransportType_atm_AAL5_compressed@@UAEHAAVPASN_Stream@@@Z @26348 NONAME ?Decode@H245_MiscellaneousCommand@@UAEHAAVPASN_Stream@@@Z @11751 NONAME ?Decode@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UAEHAAVPASN_Stream@@@Z @52576 NONAME ?Decode@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UAEHAAVPASN_Stream@@@Z @52577 NONAME ?Decode@H245_MiscellaneousCommand_type_lostPartialPicture@@UAEHAAVPASN_Stream@@@Z @26349 NONAME ?Decode@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UAEHAAVPASN_Stream@@@Z @11752 NONAME ?Decode@H245_MiscellaneousCommand_type_videoBadMBs@@UAEHAAVPASN_Stream@@@Z @26350 NONAME ?Decode@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UAEHAAVPASN_Stream@@@Z @11753 NONAME ?Decode@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UAEHAAVPASN_Stream@@@Z @11754 NONAME ?Decode@H245_MiscellaneousIndication@@UAEHAAVPASN_Stream@@@Z @11755 NONAME ?Decode@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UAEHAAVPASN_Stream@@@Z @11756 NONAME ?Decode@H245_MobileMultilinkReconfigurationCommand@@UAEHAAVPASN_Stream@@@Z @26351 NONAME ?Decode@H245_MobileMultilinkReconfigurationIndication@@UAEHAAVPASN_Stream@@@Z @26352 NONAME ?Decode@H245_ModeElement@@UAEHAAVPASN_Stream@@@Z @11757 NONAME ?Decode@H245_MulticastAddress_iP6Address@@UAEHAAVPASN_Stream@@@Z @11758 NONAME ?Decode@H245_MulticastAddress_iPAddress@@UAEHAAVPASN_Stream@@@Z @11759 NONAME ?Decode@H245_MultilinkIndication_crcDesired@@UAEHAAVPASN_Stream@@@Z @26353 NONAME ?Decode@H245_MultilinkIndication_excessiveError@@UAEHAAVPASN_Stream@@@Z @26354 NONAME ?Decode@H245_MultilinkRequest_addConnection@@UAEHAAVPASN_Stream@@@Z @26355 NONAME ?Decode@H245_MultilinkRequest_callInformation@@UAEHAAVPASN_Stream@@@Z @26356 NONAME ?Decode@H245_MultilinkRequest_maximumHeaderInterval@@UAEHAAVPASN_Stream@@@Z @26357 NONAME ?Decode@H245_MultilinkRequest_removeConnection@@UAEHAAVPASN_Stream@@@Z @26358 NONAME ?Decode@H245_MultilinkResponse_addConnection@@UAEHAAVPASN_Stream@@@Z @26359 NONAME ?Decode@H245_MultilinkResponse_callInformation@@UAEHAAVPASN_Stream@@@Z @26360 NONAME ?Decode@H245_MultilinkResponse_maximumHeaderInterval@@UAEHAAVPASN_Stream@@@Z @26361 NONAME ?Decode@H245_MultilinkResponse_removeConnection@@UAEHAAVPASN_Stream@@@Z @26362 NONAME ?Decode@H245_MultiplePayloadStream@@UAEHAAVPASN_Stream@@@Z @38786 NONAME ?Decode@H245_MultiplePayloadStreamCapability@@UAEHAAVPASN_Stream@@@Z @38787 NONAME ?Decode@H245_MultiplePayloadStreamElement@@UAEHAAVPASN_Stream@@@Z @38788 NONAME ?Decode@H245_MultiplePayloadStreamElementMode@@UAEHAAVPASN_Stream@@@Z @38789 NONAME ?Decode@H245_MultiplePayloadStreamMode@@UAEHAAVPASN_Stream@@@Z @38790 NONAME ?Decode@H245_MultiplexedStreamCapability@@UAEHAAVPASN_Stream@@@Z @26363 NONAME ?Decode@H245_MultiplexedStreamModeParameters@@UAEHAAVPASN_Stream@@@Z @26364 NONAME ?Decode@H245_MultiplexedStreamParameter@@UAEHAAVPASN_Stream@@@Z @26365 NONAME ?Decode@H245_MultiplexElement@@UAEHAAVPASN_Stream@@@Z @11760 NONAME ?Decode@H245_MultiplexEntryDescriptor@@UAEHAAVPASN_Stream@@@Z @11761 NONAME ?Decode@H245_MultiplexEntryRejectionDescriptions@@UAEHAAVPASN_Stream@@@Z @11762 NONAME ?Decode@H245_MultiplexEntrySend@@UAEHAAVPASN_Stream@@@Z @11763 NONAME ?Decode@H245_MultiplexEntrySendAck@@UAEHAAVPASN_Stream@@@Z @11764 NONAME ?Decode@H245_MultiplexEntrySendReject@@UAEHAAVPASN_Stream@@@Z @11765 NONAME ?Decode@H245_MultiplexEntrySendRelease@@UAEHAAVPASN_Stream@@@Z @11766 NONAME ?Decode@H245_MultipointCapability@@UAEHAAVPASN_Stream@@@Z @11767 NONAME ?Decode@H245_NetworkAccessParameters@@UAEHAAVPASN_Stream@@@Z @11768 NONAME ?Decode@H245_NewATMVCCommand@@UAEHAAVPASN_Stream@@@Z @26366 NONAME ?Decode@H245_NewATMVCCommand_aal_aal1@@UAEHAAVPASN_Stream@@@Z @26367 NONAME ?Decode@H245_NewATMVCCommand_aal_aal5@@UAEHAAVPASN_Stream@@@Z @26368 NONAME ?Decode@H245_NewATMVCCommand_reverseParameters@@UAEHAAVPASN_Stream@@@Z @26369 NONAME ?Decode@H245_NewATMVCIndication@@UAEHAAVPASN_Stream@@@Z @11769 NONAME ?Decode@H245_NewATMVCIndication_aal_aal1@@UAEHAAVPASN_Stream@@@Z @11770 NONAME ?Decode@H245_NewATMVCIndication_aal_aal5@@UAEHAAVPASN_Stream@@@Z @11771 NONAME ?Decode@H245_NewATMVCIndication_reverseParameters@@UAEHAAVPASN_Stream@@@Z @11772 NONAME ?Decode@H245_NonStandardIdentifier_h221NonStandard@@UAEHAAVPASN_Stream@@@Z @11773 NONAME ?Decode@H245_NonStandardMessage@@UAEHAAVPASN_Stream@@@Z @11774 NONAME ?Decode@H245_NonStandardParameter@@UAEHAAVPASN_Stream@@@Z @11775 NONAME ?Decode@H245_NoPTAudioTelephonyEventCapability@@UAEHAAVPASN_Stream@@@Z @38791 NONAME ?Decode@H245_NoPTAudioToneCapability@@UAEHAAVPASN_Stream@@@Z @38792 NONAME ?Decode@H245_OpenLogicalChannel@@UAEHAAVPASN_Stream@@@Z @11776 NONAME ?Decode@H245_OpenLogicalChannelAck@@UAEHAAVPASN_Stream@@@Z @11777 NONAME ?Decode@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @11778 NONAME ?Decode@H245_OpenLogicalChannelConfirm@@UAEHAAVPASN_Stream@@@Z @11779 NONAME ?Decode@H245_OpenLogicalChannelReject@@UAEHAAVPASN_Stream@@@Z @11780 NONAME ?Decode@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @11781 NONAME ?Decode@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @11782 NONAME ?Decode@H245_Params@@UAEHAAVPASN_Stream@@@Z @52578 NONAME ?Decode@H245_Q2931Address@@UAEHAAVPASN_Stream@@@Z @11783 NONAME ?Decode@H245_QOSCapability@@UAEHAAVPASN_Stream@@@Z @11784 NONAME ?Decode@H245_RedundancyEncoding@@UAEHAAVPASN_Stream@@@Z @11785 NONAME ?Decode@H245_RedundancyEncodingCapability@@UAEHAAVPASN_Stream@@@Z @11786 NONAME ?Decode@H245_RedundancyEncodingDTMode@@UAEHAAVPASN_Stream@@@Z @38793 NONAME ?Decode@H245_RedundancyEncodingDTModeElement@@UAEHAAVPASN_Stream@@@Z @38794 NONAME ?Decode@H245_RedundancyEncodingElement@@UAEHAAVPASN_Stream@@@Z @38795 NONAME ?Decode@H245_RedundancyEncodingMode@@UAEHAAVPASN_Stream@@@Z @11787 NONAME ?Decode@H245_RedundancyEncoding_rtpRedundancyEncoding@@UAEHAAVPASN_Stream@@@Z @38796 NONAME ?Decode@H245_RefPictureSelection@@UAEHAAVPASN_Stream@@@Z @11788 NONAME ?Decode@H245_RefPictureSelection_additionalPictureMemory@@UAEHAAVPASN_Stream@@@Z @11789 NONAME ?Decode@H245_RefPictureSelection_enhancedReferencePicSelect@@UAEHAAVPASN_Stream@@@Z @26370 NONAME ?Decode@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UAEHAAVPASN_Stream@@@Z @26371 NONAME ?Decode@H245_RequestAllTerminalIDsResponse@@UAEHAAVPASN_Stream@@@Z @11790 NONAME ?Decode@H245_RequestChannelClose@@UAEHAAVPASN_Stream@@@Z @11791 NONAME ?Decode@H245_RequestChannelCloseAck@@UAEHAAVPASN_Stream@@@Z @11792 NONAME ?Decode@H245_RequestChannelCloseReject@@UAEHAAVPASN_Stream@@@Z @11793 NONAME ?Decode@H245_RequestChannelCloseRelease@@UAEHAAVPASN_Stream@@@Z @11794 NONAME ?Decode@H245_RequestMode@@UAEHAAVPASN_Stream@@@Z @11795 NONAME ?Decode@H245_RequestModeAck@@UAEHAAVPASN_Stream@@@Z @11796 NONAME ?Decode@H245_RequestModeReject@@UAEHAAVPASN_Stream@@@Z @11797 NONAME ?Decode@H245_RequestModeRelease@@UAEHAAVPASN_Stream@@@Z @11798 NONAME ?Decode@H245_RequestMultiplexEntry@@UAEHAAVPASN_Stream@@@Z @11799 NONAME ?Decode@H245_RequestMultiplexEntryAck@@UAEHAAVPASN_Stream@@@Z @11800 NONAME ?Decode@H245_RequestMultiplexEntryReject@@UAEHAAVPASN_Stream@@@Z @11801 NONAME ?Decode@H245_RequestMultiplexEntryRejectionDescriptions@@UAEHAAVPASN_Stream@@@Z @11802 NONAME ?Decode@H245_RequestMultiplexEntryRelease@@UAEHAAVPASN_Stream@@@Z @11803 NONAME ?Decode@H245_RoundTripDelayRequest@@UAEHAAVPASN_Stream@@@Z @11804 NONAME ?Decode@H245_RoundTripDelayResponse@@UAEHAAVPASN_Stream@@@Z @11805 NONAME ?Decode@H245_RSVPParameters@@UAEHAAVPASN_Stream@@@Z @11806 NONAME ?Decode@H245_RTPH263VideoRedundancyEncoding@@UAEHAAVPASN_Stream@@@Z @11807 NONAME ?Decode@H245_RTPH263VideoRedundancyFrameMapping@@UAEHAAVPASN_Stream@@@Z @11808 NONAME ?Decode@H245_RTPPayloadType@@UAEHAAVPASN_Stream@@@Z @11809 NONAME ?Decode@H245_SendTerminalCapabilitySet_specificRequest@@UAEHAAVPASN_Stream@@@Z @11810 NONAME ?Decode@H245_SubstituteConferenceIDCommand@@UAEHAAVPASN_Stream@@@Z @11811 NONAME ?Decode@H245_T38FaxProfile@@UAEHAAVPASN_Stream@@@Z @26372 NONAME ?Decode@H245_T38FaxTcpOptions@@UAEHAAVPASN_Stream@@@Z @26373 NONAME ?Decode@H245_T38FaxUdpOptions@@UAEHAAVPASN_Stream@@@Z @26374 NONAME ?Decode@H245_T84Profile_t84Restricted@@UAEHAAVPASN_Stream@@@Z @11812 NONAME ?Decode@H245_TerminalCapabilitySet@@UAEHAAVPASN_Stream@@@Z @11813 NONAME ?Decode@H245_TerminalCapabilitySetAck@@UAEHAAVPASN_Stream@@@Z @11814 NONAME ?Decode@H245_TerminalCapabilitySetReject@@UAEHAAVPASN_Stream@@@Z @11815 NONAME ?Decode@H245_TerminalCapabilitySetRelease@@UAEHAAVPASN_Stream@@@Z @11816 NONAME ?Decode@H245_TerminalInformation@@UAEHAAVPASN_Stream@@@Z @11817 NONAME ?Decode@H245_TerminalLabel@@UAEHAAVPASN_Stream@@@Z @11818 NONAME ?Decode@H245_TerminalYouAreSeeingInSubPictureNumber@@UAEHAAVPASN_Stream@@@Z @11819 NONAME ?Decode@H245_TransparencyParameters@@UAEHAAVPASN_Stream@@@Z @11820 NONAME ?Decode@H245_TransportCapability@@UAEHAAVPASN_Stream@@@Z @11821 NONAME ?Decode@H245_UnicastAddress_iP6Address@@UAEHAAVPASN_Stream@@@Z @11822 NONAME ?Decode@H245_UnicastAddress_iPAddress@@UAEHAAVPASN_Stream@@@Z @11823 NONAME ?Decode@H245_UnicastAddress_iPSourceRouteAddress@@UAEHAAVPASN_Stream@@@Z @11824 NONAME ?Decode@H245_UnicastAddress_iPXAddress@@UAEHAAVPASN_Stream@@@Z @11825 NONAME ?Decode@H245_UserInputIndication_encryptedAlphanumeric@@UAEHAAVPASN_Stream@@@Z @52579 NONAME ?Decode@H245_UserInputIndication_extendedAlphanumeric@@UAEHAAVPASN_Stream@@@Z @26375 NONAME ?Decode@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UAEHAAVPASN_Stream@@@Z @52580 NONAME ?Decode@H245_UserInputIndication_signal@@UAEHAAVPASN_Stream@@@Z @11826 NONAME ?Decode@H245_UserInputIndication_signalUpdate@@UAEHAAVPASN_Stream@@@Z @11827 NONAME ?Decode@H245_UserInputIndication_signalUpdate_rtp@@UAEHAAVPASN_Stream@@@Z @11828 NONAME ?Decode@H245_UserInputIndication_signal_rtp@@UAEHAAVPASN_Stream@@@Z @11829 NONAME ?Decode@H245_V42bis@@UAEHAAVPASN_Stream@@@Z @11830 NONAME ?Decode@H245_V75Capability@@UAEHAAVPASN_Stream@@@Z @11831 NONAME ?Decode@H245_V75Parameters@@UAEHAAVPASN_Stream@@@Z @11832 NONAME ?Decode@H245_V76Capability@@UAEHAAVPASN_Stream@@@Z @11833 NONAME ?Decode@H245_V76HDLCParameters@@UAEHAAVPASN_Stream@@@Z @11834 NONAME ?Decode@H245_V76LogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @11835 NONAME ?Decode@H245_V76LogicalChannelParameters_mode_eRM@@UAEHAAVPASN_Stream@@@Z @11836 NONAME ?Decode@H245_VBDCapability@@UAEHAAVPASN_Stream@@@Z @38797 NONAME ?Decode@H245_VBDMode@@UAEHAAVPASN_Stream@@@Z @38798 NONAME ?Decode@H245_VCCapability@@UAEHAAVPASN_Stream@@@Z @11837 NONAME ?Decode@H245_VCCapability_aal1@@UAEHAAVPASN_Stream@@@Z @11838 NONAME ?Decode@H245_VCCapability_aal1ViaGateway@@UAEHAAVPASN_Stream@@@Z @26376 NONAME ?Decode@H245_VCCapability_aal5@@UAEHAAVPASN_Stream@@@Z @11839 NONAME ?Decode@H245_VCCapability_availableBitRates@@UAEHAAVPASN_Stream@@@Z @11840 NONAME ?Decode@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UAEHAAVPASN_Stream@@@Z @11841 NONAME ?Decode@H245_VendorIdentification@@UAEHAAVPASN_Stream@@@Z @11842 NONAME ?Decode@H245_VideoIndicateCompose@@UAEHAAVPASN_Stream@@@Z @11843 NONAME ?Decode@H248_ActionReply@@UAEHAAVPASN_Stream@@@Z @33718 NONAME ?Decode@H248_ActionRequest@@UAEHAAVPASN_Stream@@@Z @33719 NONAME ?Decode@H248_AmmRequest@@UAEHAAVPASN_Stream@@@Z @33720 NONAME ?Decode@H248_AmmsReply@@UAEHAAVPASN_Stream@@@Z @33721 NONAME ?Decode@H248_AuditDescriptor@@UAEHAAVPASN_Stream@@@Z @33722 NONAME ?Decode@H248_AuditRequest@@UAEHAAVPASN_Stream@@@Z @33723 NONAME ?Decode@H248_AuditResult@@UAEHAAVPASN_Stream@@@Z @33724 NONAME ?Decode@H248_AuthenticationHeader@@UAEHAAVPASN_Stream@@@Z @33725 NONAME ?Decode@H248_CommandRequest@@UAEHAAVPASN_Stream@@@Z @33726 NONAME ?Decode@H248_ContextAttrAuditRequest@@UAEHAAVPASN_Stream@@@Z @33727 NONAME ?Decode@H248_ContextRequest@@UAEHAAVPASN_Stream@@@Z @33728 NONAME ?Decode@H248_DigitMapDescriptor@@UAEHAAVPASN_Stream@@@Z @33729 NONAME ?Decode@H248_DigitMapValue@@UAEHAAVPASN_Stream@@@Z @33730 NONAME ?Decode@H248_DomainName@@UAEHAAVPASN_Stream@@@Z @33731 NONAME ?Decode@H248_ErrorDescriptor@@UAEHAAVPASN_Stream@@@Z @33732 NONAME ?Decode@H248_EventParameter@@UAEHAAVPASN_Stream@@@Z @33733 NONAME ?Decode@H248_EventsDescriptor@@UAEHAAVPASN_Stream@@@Z @33734 NONAME ?Decode@H248_EventSpec@@UAEHAAVPASN_Stream@@@Z @33735 NONAME ?Decode@H248_H221NonStandard@@UAEHAAVPASN_Stream@@@Z @33736 NONAME ?Decode@H248_IndAudDigitMapDescriptor@@UAEHAAVPASN_Stream@@@Z @33737 NONAME ?Decode@H248_IndAudEventBufferDescriptor@@UAEHAAVPASN_Stream@@@Z @33738 NONAME ?Decode@H248_IndAudEventsDescriptor@@UAEHAAVPASN_Stream@@@Z @33739 NONAME ?Decode@H248_IndAudLocalControlDescriptor@@UAEHAAVPASN_Stream@@@Z @33740 NONAME ?Decode@H248_IndAudLocalRemoteDescriptor@@UAEHAAVPASN_Stream@@@Z @33741 NONAME ?Decode@H248_IndAudMediaDescriptor@@UAEHAAVPASN_Stream@@@Z @33742 NONAME ?Decode@H248_IndAudPackagesDescriptor@@UAEHAAVPASN_Stream@@@Z @33743 NONAME ?Decode@H248_IndAudPropertyParm@@UAEHAAVPASN_Stream@@@Z @33744 NONAME ?Decode@H248_IndAudSeqSigList@@UAEHAAVPASN_Stream@@@Z @33745 NONAME ?Decode@H248_IndAudSignal@@UAEHAAVPASN_Stream@@@Z @33746 NONAME ?Decode@H248_IndAudStatisticsDescriptor@@UAEHAAVPASN_Stream@@@Z @33747 NONAME ?Decode@H248_IndAudStreamDescriptor@@UAEHAAVPASN_Stream@@@Z @33748 NONAME ?Decode@H248_IndAudStreamParms@@UAEHAAVPASN_Stream@@@Z @33749 NONAME ?Decode@H248_IndAudTerminationStateDescriptor@@UAEHAAVPASN_Stream@@@Z @33750 NONAME ?Decode@H248_IP4Address@@UAEHAAVPASN_Stream@@@Z @33751 NONAME ?Decode@H248_IP6Address@@UAEHAAVPASN_Stream@@@Z @33752 NONAME ?Decode@H248_LocalControlDescriptor@@UAEHAAVPASN_Stream@@@Z @33753 NONAME ?Decode@H248_LocalRemoteDescriptor@@UAEHAAVPASN_Stream@@@Z @33754 NONAME ?Decode@H248_MediaDescriptor@@UAEHAAVPASN_Stream@@@Z @33755 NONAME ?Decode@H248_MegacoMessage@@UAEHAAVPASN_Stream@@@Z @33756 NONAME ?Decode@H248_Message@@UAEHAAVPASN_Stream@@@Z @33757 NONAME ?Decode@H248_ModemDescriptor@@UAEHAAVPASN_Stream@@@Z @33758 NONAME ?Decode@H248_MuxDescriptor@@UAEHAAVPASN_Stream@@@Z @33759 NONAME ?Decode@H248_NonStandardData@@UAEHAAVPASN_Stream@@@Z @33760 NONAME ?Decode@H248_NotifyReply@@UAEHAAVPASN_Stream@@@Z @33761 NONAME ?Decode@H248_NotifyRequest@@UAEHAAVPASN_Stream@@@Z @33762 NONAME ?Decode@H248_ObservedEvent@@UAEHAAVPASN_Stream@@@Z @33763 NONAME ?Decode@H248_ObservedEventsDescriptor@@UAEHAAVPASN_Stream@@@Z @33764 NONAME ?Decode@H248_PackagesItem@@UAEHAAVPASN_Stream@@@Z @33765 NONAME ?Decode@H248_PropertyParm@@UAEHAAVPASN_Stream@@@Z @33766 NONAME ?Decode@H248_RequestedActions@@UAEHAAVPASN_Stream@@@Z @33767 NONAME ?Decode@H248_RequestedEvent@@UAEHAAVPASN_Stream@@@Z @33768 NONAME ?Decode@H248_SecondEventsDescriptor@@UAEHAAVPASN_Stream@@@Z @33769 NONAME ?Decode@H248_SecondRequestedActions@@UAEHAAVPASN_Stream@@@Z @33770 NONAME ?Decode@H248_SecondRequestedEvent@@UAEHAAVPASN_Stream@@@Z @33771 NONAME ?Decode@H248_SeqSigList@@UAEHAAVPASN_Stream@@@Z @33772 NONAME ?Decode@H248_ServiceChangeParm@@UAEHAAVPASN_Stream@@@Z @33773 NONAME ?Decode@H248_ServiceChangeProfile@@UAEHAAVPASN_Stream@@@Z @33774 NONAME ?Decode@H248_ServiceChangeReply@@UAEHAAVPASN_Stream@@@Z @33775 NONAME ?Decode@H248_ServiceChangeRequest@@UAEHAAVPASN_Stream@@@Z @33776 NONAME ?Decode@H248_ServiceChangeResParm@@UAEHAAVPASN_Stream@@@Z @33777 NONAME ?Decode@H248_Signal@@UAEHAAVPASN_Stream@@@Z @33778 NONAME ?Decode@H248_SigParameter@@UAEHAAVPASN_Stream@@@Z @33779 NONAME ?Decode@H248_StatisticsParameter@@UAEHAAVPASN_Stream@@@Z @33780 NONAME ?Decode@H248_StreamDescriptor@@UAEHAAVPASN_Stream@@@Z @33781 NONAME ?Decode@H248_StreamParms@@UAEHAAVPASN_Stream@@@Z @33782 NONAME ?Decode@H248_SubtractRequest@@UAEHAAVPASN_Stream@@@Z @33783 NONAME ?Decode@H248_TerminationID@@UAEHAAVPASN_Stream@@@Z @33784 NONAME ?Decode@H248_TerminationStateDescriptor@@UAEHAAVPASN_Stream@@@Z @33785 NONAME ?Decode@H248_TimeNotation@@UAEHAAVPASN_Stream@@@Z @33786 NONAME ?Decode@H248_TopologyRequest@@UAEHAAVPASN_Stream@@@Z @33787 NONAME ?Decode@H248_TransactionAck@@UAEHAAVPASN_Stream@@@Z @33788 NONAME ?Decode@H248_TransactionPending@@UAEHAAVPASN_Stream@@@Z @33789 NONAME ?Decode@H248_TransactionReply@@UAEHAAVPASN_Stream@@@Z @33790 NONAME ?Decode@H248_TransactionRequest@@UAEHAAVPASN_Stream@@@Z @33791 NONAME ?Decode@H323StreamedPluginAudioCodec@@UBEFH@Z @49721 NONAME ?Decode@H323_ALawCodec@@UBEFH@Z @11844 NONAME ?Decode@H323_muLawCodec@@UBEFH@Z @11845 NONAME ?Decode@H45010_CfbOvrOptArg@@UAEHAAVPASN_Stream@@@Z @23708 NONAME ?Decode@H45010_CoReqOptArg@@UAEHAAVPASN_Stream@@@Z @23709 NONAME ?Decode@H45010_RUAlertOptArg@@UAEHAAVPASN_Stream@@@Z @23710 NONAME ?Decode@H45011_CIFrcRelArg@@UAEHAAVPASN_Stream@@@Z @23711 NONAME ?Decode@H45011_CIFrcRelOptRes@@UAEHAAVPASN_Stream@@@Z @23712 NONAME ?Decode@H45011_CIGetCIPLOptArg@@UAEHAAVPASN_Stream@@@Z @23713 NONAME ?Decode@H45011_CIGetCIPLRes@@UAEHAAVPASN_Stream@@@Z @23714 NONAME ?Decode@H45011_CIIsOptArg@@UAEHAAVPASN_Stream@@@Z @23715 NONAME ?Decode@H45011_CIIsOptRes@@UAEHAAVPASN_Stream@@@Z @23716 NONAME ?Decode@H45011_CINotificationArg@@UAEHAAVPASN_Stream@@@Z @23717 NONAME ?Decode@H45011_CIRequestArg@@UAEHAAVPASN_Stream@@@Z @23718 NONAME ?Decode@H45011_CIRequestRes@@UAEHAAVPASN_Stream@@@Z @23719 NONAME ?Decode@H45011_CISilentArg@@UAEHAAVPASN_Stream@@@Z @23720 NONAME ?Decode@H45011_CISilentOptRes@@UAEHAAVPASN_Stream@@@Z @23721 NONAME ?Decode@H45011_CIWobOptArg@@UAEHAAVPASN_Stream@@@Z @23722 NONAME ?Decode@H45011_CIWobOptRes@@UAEHAAVPASN_Stream@@@Z @23723 NONAME ?Decode@H4501_Address@@UAEHAAVPASN_Stream@@@Z @21801 NONAME ?Decode@H4501_AddressScreened@@UAEHAAVPASN_Stream@@@Z @21802 NONAME ?Decode@H4501_EndpointAddress@@UAEHAAVPASN_Stream@@@Z @21803 NONAME ?Decode@H4501_Extension@@UAEHAAVPASN_Stream@@@Z @21804 NONAME ?Decode@H4501_NetworkFacilityExtension@@UAEHAAVPASN_Stream@@@Z @21805 NONAME ?Decode@H4501_NumberScreened@@UAEHAAVPASN_Stream@@@Z @21806 NONAME ?Decode@H4501_SupplementaryService@@UAEHAAVPASN_Stream@@@Z @21807 NONAME ?Decode@H4501_UserSpecifiedSubaddress@@UAEHAAVPASN_Stream@@@Z @21808 NONAME ?Decode@H4502_CTActiveArg@@UAEHAAVPASN_Stream@@@Z @21809 NONAME ?Decode@H4502_CTCompleteArg@@UAEHAAVPASN_Stream@@@Z @21810 NONAME ?Decode@H4502_CTIdentifyRes@@UAEHAAVPASN_Stream@@@Z @21811 NONAME ?Decode@H4502_CTInitiateArg@@UAEHAAVPASN_Stream@@@Z @21812 NONAME ?Decode@H4502_CTSetupArg@@UAEHAAVPASN_Stream@@@Z @21813 NONAME ?Decode@H4502_CTUpdateArg@@UAEHAAVPASN_Stream@@@Z @21814 NONAME ?Decode@H4502_SubaddressTransferArg@@UAEHAAVPASN_Stream@@@Z @21815 NONAME ?Decode@H4503_IntResult@@UAEHAAVPASN_Stream@@@Z @22772 NONAME ?Decode@H4504_Extension@@UAEHAAVPASN_Stream@@@Z @22411 NONAME ?Decode@H4504_HoldNotificArg@@UAEHAAVPASN_Stream@@@Z @22412 NONAME ?Decode@H4504_RemoteHoldArg@@UAEHAAVPASN_Stream@@@Z @22413 NONAME ?Decode@H4504_RemoteHoldRes@@UAEHAAVPASN_Stream@@@Z @22414 NONAME ?Decode@H4504_RemoteRetrieveArg@@UAEHAAVPASN_Stream@@@Z @22415 NONAME ?Decode@H4504_RemoteRetrieveRes@@UAEHAAVPASN_Stream@@@Z @22416 NONAME ?Decode@H4504_RetrieveNotificArg@@UAEHAAVPASN_Stream@@@Z @22417 NONAME ?Decode@H4505_CpickupNotifyArg@@UAEHAAVPASN_Stream@@@Z @23724 NONAME ?Decode@H4505_CpNotifyArg@@UAEHAAVPASN_Stream@@@Z @23725 NONAME ?Decode@H4505_CpRequestArg@@UAEHAAVPASN_Stream@@@Z @23726 NONAME ?Decode@H4505_CpRequestRes@@UAEHAAVPASN_Stream@@@Z @23727 NONAME ?Decode@H4505_CpSetupArg@@UAEHAAVPASN_Stream@@@Z @23728 NONAME ?Decode@H4505_CpSetupRes@@UAEHAAVPASN_Stream@@@Z @23729 NONAME ?Decode@H4505_GroupIndicationOffArg@@UAEHAAVPASN_Stream@@@Z @23730 NONAME ?Decode@H4505_GroupIndicationOffRes@@UAEHAAVPASN_Stream@@@Z @23731 NONAME ?Decode@H4505_GroupIndicationOnArg@@UAEHAAVPASN_Stream@@@Z @23732 NONAME ?Decode@H4505_GroupIndicationOnRes@@UAEHAAVPASN_Stream@@@Z @23733 NONAME ?Decode@H4505_PickExeArg@@UAEHAAVPASN_Stream@@@Z @23734 NONAME ?Decode@H4505_PickExeRes@@UAEHAAVPASN_Stream@@@Z @23735 NONAME ?Decode@H4505_PickrequArg@@UAEHAAVPASN_Stream@@@Z @23736 NONAME ?Decode@H4505_PickrequRes@@UAEHAAVPASN_Stream@@@Z @23737 NONAME ?Decode@H4505_PickupArg@@UAEHAAVPASN_Stream@@@Z @23738 NONAME ?Decode@H4505_PickupRes@@UAEHAAVPASN_Stream@@@Z @23739 NONAME ?Decode@H4506_CallWaitingArg@@UAEHAAVPASN_Stream@@@Z @23740 NONAME ?Decode@H4507_MWIActivateArg@@UAEHAAVPASN_Stream@@@Z @23741 NONAME ?Decode@H4507_MWIDeactivateArg@@UAEHAAVPASN_Stream@@@Z @23742 NONAME ?Decode@H4507_MWIInterrogateArg@@UAEHAAVPASN_Stream@@@Z @23743 NONAME ?Decode@H4507_MWIInterrogateResElt@@UAEHAAVPASN_Stream@@@Z @23744 NONAME ?Decode@H4509_CcLongArg@@UAEHAAVPASN_Stream@@@Z @23745 NONAME ?Decode@H4509_CcRequestArg@@UAEHAAVPASN_Stream@@@Z @23746 NONAME ?Decode@H4509_CcRequestRes@@UAEHAAVPASN_Stream@@@Z @23747 NONAME ?Decode@H4509_CcShortArg@@UAEHAAVPASN_Stream@@@Z @23748 NONAME ?Decode@H501_AccessConfirmation@@UAEHAAVPASN_Stream@@@Z @36297 NONAME ?Decode@H501_AccessRejection@@UAEHAAVPASN_Stream@@@Z @36298 NONAME ?Decode@H501_AccessRequest@@UAEHAAVPASN_Stream@@@Z @36299 NONAME ?Decode@H501_AddressTemplate@@UAEHAAVPASN_Stream@@@Z @36300 NONAME ?Decode@H501_AlternatePE@@UAEHAAVPASN_Stream@@@Z @36301 NONAME ?Decode@H501_AlternatePEInfo@@UAEHAAVPASN_Stream@@@Z @36302 NONAME ?Decode@H501_AuthenticationConfirmation@@UAEHAAVPASN_Stream@@@Z @36303 NONAME ?Decode@H501_AuthenticationRejection@@UAEHAAVPASN_Stream@@@Z @36304 NONAME ?Decode@H501_AuthenticationRequest@@UAEHAAVPASN_Stream@@@Z @36305 NONAME ?Decode@H501_CallInformation@@UAEHAAVPASN_Stream@@@Z @36306 NONAME ?Decode@H501_ContactInformation@@UAEHAAVPASN_Stream@@@Z @36307 NONAME ?Decode@H501_Descriptor@@UAEHAAVPASN_Stream@@@Z @36308 NONAME ?Decode@H501_DescriptorConfirmation@@UAEHAAVPASN_Stream@@@Z @36309 NONAME ?Decode@H501_DescriptorIDConfirmation@@UAEHAAVPASN_Stream@@@Z @36310 NONAME ?Decode@H501_DescriptorIDRejection@@UAEHAAVPASN_Stream@@@Z @36311 NONAME ?Decode@H501_DescriptorIDRequest@@UAEHAAVPASN_Stream@@@Z @36312 NONAME ?Decode@H501_DescriptorInfo@@UAEHAAVPASN_Stream@@@Z @36313 NONAME ?Decode@H501_DescriptorRejection@@UAEHAAVPASN_Stream@@@Z @36314 NONAME ?Decode@H501_DescriptorRequest@@UAEHAAVPASN_Stream@@@Z @36315 NONAME ?Decode@H501_DescriptorUpdate@@UAEHAAVPASN_Stream@@@Z @36316 NONAME ?Decode@H501_DescriptorUpdateAck@@UAEHAAVPASN_Stream@@@Z @36317 NONAME ?Decode@H501_Message@@UAEHAAVPASN_Stream@@@Z @36318 NONAME ?Decode@H501_MessageCommonInfo@@UAEHAAVPASN_Stream@@@Z @36319 NONAME ?Decode@H501_NonStandardConfirmation@@UAEHAAVPASN_Stream@@@Z @36320 NONAME ?Decode@H501_NonStandardRejection@@UAEHAAVPASN_Stream@@@Z @36321 NONAME ?Decode@H501_NonStandardRequest@@UAEHAAVPASN_Stream@@@Z @36322 NONAME ?Decode@H501_PartyInformation@@UAEHAAVPASN_Stream@@@Z @36323 NONAME ?Decode@H501_Pattern_range@@UAEHAAVPASN_Stream@@@Z @36324 NONAME ?Decode@H501_PriceElement@@UAEHAAVPASN_Stream@@@Z @36325 NONAME ?Decode@H501_PriceInfoSpec@@UAEHAAVPASN_Stream@@@Z @36326 NONAME ?Decode@H501_RequestInProgress@@UAEHAAVPASN_Stream@@@Z @36327 NONAME ?Decode@H501_RouteInformation@@UAEHAAVPASN_Stream@@@Z @36328 NONAME ?Decode@H501_SecurityMode@@UAEHAAVPASN_Stream@@@Z @36329 NONAME ?Decode@H501_ServiceConfirmation@@UAEHAAVPASN_Stream@@@Z @36330 NONAME ?Decode@H501_ServiceRejection@@UAEHAAVPASN_Stream@@@Z @36331 NONAME ?Decode@H501_ServiceRelease@@UAEHAAVPASN_Stream@@@Z @36332 NONAME ?Decode@H501_ServiceRequest@@UAEHAAVPASN_Stream@@@Z @36333 NONAME ?Decode@H501_TerminationCause@@UAEHAAVPASN_Stream@@@Z @36334 NONAME ?Decode@H501_UnknownMessageResponse@@UAEHAAVPASN_Stream@@@Z @36335 NONAME ?Decode@H501_UpdateInformation@@UAEHAAVPASN_Stream@@@Z @36336 NONAME ?Decode@H501_UsageConfirmation@@UAEHAAVPASN_Stream@@@Z @36337 NONAME ?Decode@H501_UsageField@@UAEHAAVPASN_Stream@@@Z @36338 NONAME ?Decode@H501_UsageIndication@@UAEHAAVPASN_Stream@@@Z @36339 NONAME ?Decode@H501_UsageIndicationConfirmation@@UAEHAAVPASN_Stream@@@Z @36340 NONAME ?Decode@H501_UsageIndicationRejection@@UAEHAAVPASN_Stream@@@Z @36341 NONAME ?Decode@H501_UsageRejection@@UAEHAAVPASN_Stream@@@Z @36342 NONAME ?Decode@H501_UsageRequest@@UAEHAAVPASN_Stream@@@Z @36343 NONAME ?Decode@H501_UsageSpecification@@UAEHAAVPASN_Stream@@@Z @36344 NONAME ?Decode@H501_UsageSpecification_when@@UAEHAAVPASN_Stream@@@Z @36345 NONAME ?Decode@H501_UserInformation@@UAEHAAVPASN_Stream@@@Z @36346 NONAME ?Decode@H501_ValidationConfirmation@@UAEHAAVPASN_Stream@@@Z @36347 NONAME ?Decode@H501_ValidationRejection@@UAEHAAVPASN_Stream@@@Z @36348 NONAME ?Decode@H501_ValidationRequest@@UAEHAAVPASN_Stream@@@Z @36349 NONAME ?Decode@MCS_AUcf@@UAEHAAVPASN_Stream@@@Z @11861 NONAME ?Decode@MCS_AUrq@@UAEHAAVPASN_Stream@@@Z @11862 NONAME ?Decode@MCS_CAin@@UAEHAAVPASN_Stream@@@Z @11863 NONAME ?Decode@MCS_CArq@@UAEHAAVPASN_Stream@@@Z @11864 NONAME ?Decode@MCS_CCcf@@UAEHAAVPASN_Stream@@@Z @11865 NONAME ?Decode@MCS_CCrq@@UAEHAAVPASN_Stream@@@Z @11866 NONAME ?Decode@MCS_CDin@@UAEHAAVPASN_Stream@@@Z @11867 NONAME ?Decode@MCS_CDrq@@UAEHAAVPASN_Stream@@@Z @11868 NONAME ?Decode@MCS_CEin@@UAEHAAVPASN_Stream@@@Z @11869 NONAME ?Decode@MCS_CErq@@UAEHAAVPASN_Stream@@@Z @11870 NONAME ?Decode@MCS_ChannelAttributes_assigned@@UAEHAAVPASN_Stream@@@Z @11871 NONAME ?Decode@MCS_ChannelAttributes_private@@UAEHAAVPASN_Stream@@@Z @11872 NONAME ?Decode@MCS_ChannelAttributes_static@@UAEHAAVPASN_Stream@@@Z @11873 NONAME ?Decode@MCS_ChannelAttributes_userId@@UAEHAAVPASN_Stream@@@Z @11874 NONAME ?Decode@MCS_CJcf@@UAEHAAVPASN_Stream@@@Z @11875 NONAME ?Decode@MCS_CJrq@@UAEHAAVPASN_Stream@@@Z @11876 NONAME ?Decode@MCS_CLrq@@UAEHAAVPASN_Stream@@@Z @11877 NONAME ?Decode@MCS_Connect_Additional@@UAEHAAVPASN_Stream@@@Z @11878 NONAME ?Decode@MCS_Connect_Initial@@UAEHAAVPASN_Stream@@@Z @11879 NONAME ?Decode@MCS_Connect_Response@@UAEHAAVPASN_Stream@@@Z @11880 NONAME ?Decode@MCS_Connect_Result@@UAEHAAVPASN_Stream@@@Z @11881 NONAME ?Decode@MCS_DomainParameters@@UAEHAAVPASN_Stream@@@Z @11882 NONAME ?Decode@MCS_DPum@@UAEHAAVPASN_Stream@@@Z @11883 NONAME ?Decode@MCS_DUin@@UAEHAAVPASN_Stream@@@Z @11884 NONAME ?Decode@MCS_DUrq@@UAEHAAVPASN_Stream@@@Z @11885 NONAME ?Decode@MCS_EDrq@@UAEHAAVPASN_Stream@@@Z @11886 NONAME ?Decode@MCS_MCcf@@UAEHAAVPASN_Stream@@@Z @11887 NONAME ?Decode@MCS_MCrq@@UAEHAAVPASN_Stream@@@Z @11888 NONAME ?Decode@MCS_MTcf@@UAEHAAVPASN_Stream@@@Z @11889 NONAME ?Decode@MCS_MTrq@@UAEHAAVPASN_Stream@@@Z @11890 NONAME ?Decode@MCS_PCin@@UAEHAAVPASN_Stream@@@Z @11891 NONAME ?Decode@MCS_PDin@@UAEHAAVPASN_Stream@@@Z @11892 NONAME ?Decode@MCS_PTin@@UAEHAAVPASN_Stream@@@Z @11893 NONAME ?Decode@MCS_RJum@@UAEHAAVPASN_Stream@@@Z @11894 NONAME ?Decode@MCS_SDin@@UAEHAAVPASN_Stream@@@Z @11895 NONAME ?Decode@MCS_SDrq@@UAEHAAVPASN_Stream@@@Z @11896 NONAME ?Decode@MCS_TGcf@@UAEHAAVPASN_Stream@@@Z @11897 NONAME ?Decode@MCS_TGrq@@UAEHAAVPASN_Stream@@@Z @11898 NONAME ?Decode@MCS_TIcf@@UAEHAAVPASN_Stream@@@Z @11899 NONAME ?Decode@MCS_TIrq@@UAEHAAVPASN_Stream@@@Z @11900 NONAME ?Decode@MCS_TokenAttributes_given@@UAEHAAVPASN_Stream@@@Z @11901 NONAME ?Decode@MCS_TokenAttributes_giving@@UAEHAAVPASN_Stream@@@Z @11902 NONAME ?Decode@MCS_TokenAttributes_grabbed@@UAEHAAVPASN_Stream@@@Z @11903 NONAME ?Decode@MCS_TokenAttributes_inhibited@@UAEHAAVPASN_Stream@@@Z @11904 NONAME ?Decode@MCS_TokenAttributes_ungivable@@UAEHAAVPASN_Stream@@@Z @11905 NONAME ?Decode@MCS_TPin@@UAEHAAVPASN_Stream@@@Z @11906 NONAME ?Decode@MCS_TPrq@@UAEHAAVPASN_Stream@@@Z @11907 NONAME ?Decode@MCS_TRcf@@UAEHAAVPASN_Stream@@@Z @11908 NONAME ?Decode@MCS_TRrq@@UAEHAAVPASN_Stream@@@Z @11909 NONAME ?Decode@MCS_TTcf@@UAEHAAVPASN_Stream@@@Z @11910 NONAME ?Decode@MCS_TTrq@@UAEHAAVPASN_Stream@@@Z @11911 NONAME ?Decode@MCS_TVcf@@UAEHAAVPASN_Stream@@@Z @11912 NONAME ?Decode@MCS_TVin@@UAEHAAVPASN_Stream@@@Z @11913 NONAME ?Decode@MCS_TVrq@@UAEHAAVPASN_Stream@@@Z @11914 NONAME ?Decode@MCS_TVrs@@UAEHAAVPASN_Stream@@@Z @11915 NONAME ?Decode@MCS_USin@@UAEHAAVPASN_Stream@@@Z @11916 NONAME ?Decode@MCS_USrq@@UAEHAAVPASN_Stream@@@Z @11917 NONAME ?decode@P64Decoder@@UAEHPBEHH@Z @30253 NONAME ?Decode@Q931@@QAEHABVPBYTEArray@@@Z @11919 NONAME ?Decode@T38_Data_Field_subtype@@UAEHAAVPASN_Stream@@@Z @28229 NONAME ?Decode@T38_IFPPacket@@UAEHAAVPASN_Stream@@@Z @28230 NONAME ?Decode@T38_PreCorrigendum_Data_Field_subtype@@UAEHAAVPASN_Stream@@@Z @31742 NONAME ?Decode@T38_PreCorrigendum_IFPPacket@@UAEHAAVPASN_Stream@@@Z @31743 NONAME ?Decode@T38_UDPTLPacket@@UAEHAAVPASN_Stream@@@Z @28231 NONAME ?Decode@T38_UDPTLPacket_error_recovery_fec_info@@UAEHAAVPASN_Stream@@@Z @28232 NONAME ?Decode@X224@@QAEHABVPBYTEArray@@@Z @11920 NONAME ?Decode@X880_Invoke@@UAEHAAVPASN_Stream@@@Z @21816 NONAME ?Decode@X880_Reject@@UAEHAAVPASN_Stream@@@Z @21817 NONAME ?Decode@X880_ReturnError@@UAEHAAVPASN_Stream@@@Z @21818 NONAME ?Decode@X880_ReturnResult@@UAEHAAVPASN_Stream@@@Z @21819 NONAME ?Decode@X880_ReturnResult_result@@UAEHAAVPASN_Stream@@@Z @21820 NONAME ?DecodeArguments@H450xHandler@@QAEHPAVPASN_OctetString@@AAVPASN_Object@@H@Z @29021 NONAME ?DecodeFrame@H323FramedAudioCodec@@UAEHPBEIAAI1@Z @49692 NONAME ?DecodeFrame@H323FramedAudioCodec@@UAEHPBEIAAI@Z @49693 NONAME ?DecodeFrame@H323PluginFramedAudioCodec@@UAEHPBEIAAI1@Z @49722 NONAME ?DecodeFrame@H323StreamedAudioCodec@@UAEHPBEIAAI1@Z @49694 NONAME ?DecodeSample@H323_ALawCodec@@SAFH@Z @29384 NONAME ?DecodeSample@H323_muLawCodec@@SAFH@Z @29385 NONAME ?DecodeSample@PWAVFileConverterALaw@@UAEFH@Z @51253 NONAME ?DecodeSample@PWAVFileConverterULaw@@UAEFH@Z @51254 NONAME ?DecodeSilenceFrame@H323FramedAudioCodec@@UAEXPAXI@Z @38299 NONAME ?DecodeSilenceFrame@H323PluginFramedAudioCodec@@UAEXPAXI@Z @49723 NONAME ?decode_block@P64Decoder@@IAEXIIIIPAE0H@Z @11924 NONAME ?decode_mb@P64Decoder@@IAEHXZ @11925 NONAME ?DecrementReference@RTP_Session@@QAEHXZ @11926 NONAME ?defaultManufacturerCode@H323EndPoint@@2GA @50340 NONAME ?defaultT35CountryCode@H323EndPoint@@2EA @50341 NONAME ?defaultT35Extension@H323EndPoint@@2EA @50342 NONAME ?DeleteDescriptor@H323PeerElement@@QAEHABVH225_AliasAddress@@H@Z @37485 NONAME ?DeleteDescriptor@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@H@Z @37651 NONAME ?DeleteDescriptor@H323PeerElement@@QAEHABVPString@@H@Z @37486 NONAME ?DeletePDU@H323RasPDU@@UAEXXZ @37516 NONAME ?DeletePDU@H501PDU@@UAEXXZ @37517 NONAME ?Dequeue@ByteQueue@OpalVoipBlasterDevice@@QAEHXZ @29759 NONAME ?destroy@?$allocator@ULookupRecord@@@std@@QAEXPAULookupRecord@@@Z @52581 NONAME ?DetectInBandDTMFDisabled@H323EndPoint@@QBEHXZ @30254 NONAME ?DetectSilence@H323AudioCodec@@UAEHXZ @20915 NONAME ?DetectSilence@H323_LIDCodec@@UAEHXZ @20916 NONAME ?DialOut@OpalLineInterfaceDevice@@UAE?AW4CallProgressTones@1@IABVPString@@H@Z @11928 NONAME ?Disable@H235Authenticator@@UAEXXZ @52582 NONAME ?DiscoverAny@H323Gatekeeper@@QAEHXZ @17507 NONAME ?DiscoverByAddress@H323Gatekeeper@@QAEHABVH323TransportAddress@@@Z @17508 NONAME ?DiscoverByName@H323Gatekeeper@@QAEHABVPString@@@Z @17509 NONAME ?DiscoverByNameAndAddress@H323Gatekeeper@@QAEHABVPString@@ABVH323TransportAddress@@@Z @20680 NONAME ?DiscoverGatekeeper@H323EndPoint@@QAEHPAVH323Transport@@@Z @11930 NONAME ?DiscoverGatekeeper@H323Transport@@UAEHAAVH323Gatekeeper@@AAVH323RasPDU@@ABVH323TransportAddress@@@Z @11931 NONAME ?DiscoverGatekeeper@H323TransportUDP@@UAEHAAVH323Gatekeeper@@AAVH323RasPDU@@ABVH323TransportAddress@@@Z @11932 NONAME ?Disengage@H323GatekeeperCall@@UAEHH@Z @31484 NONAME ?DisengageRequest@H323Gatekeeper@@QAEHABVH323Connection@@I@Z @11933 NONAME ?DisengageRequest@H323GatekeeperListener@@QAEHABVH323GatekeeperCall@@I@Z @31234 NONAME ?DoTransfer@PVXMLSession@@UAEHABVPVXMLTransferOptions@@@Z @50344 NONAME ?Enable@H235Authenticator@@UAEXH@Z @52583 NONAME ?EnableAudio@OpalIxJDevice@@UAEHIH@Z @11934 NONAME ?EnableAudio@OpalLineInterfaceDevice@@UAEHIH@Z @11935 NONAME ?EnableAudio@OpalVoipBlasterDevice@@UAEHIH@Z @29760 NONAME ?Encode@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBEXAAVPASN_Stream@@@Z @27807 NONAME ?Encode@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBEXAAVPASN_Stream@@@Z @27808 NONAME ?Encode@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBEXAAVPASN_Stream@@@Z @27809 NONAME ?Encode@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBEXAAVPASN_Stream@@@Z @27810 NONAME ?Encode@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBEXAAVPASN_Stream@@@Z @27811 NONAME ?Encode@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBEXAAVPASN_Stream@@@Z @27812 NONAME ?Encode@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBEXAAVPASN_Stream@@@Z @27813 NONAME ?Encode@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBEXAAVPASN_Stream@@@Z @27814 NONAME ?Encode@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBEXAAVPASN_Stream@@@Z @27815 NONAME ?Encode@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBEXAAVPASN_Stream@@@Z @27816 NONAME ?Encode@GCC_ApplicationInvokeIndication@@UBEXAAVPASN_Stream@@@Z @11946 NONAME ?Encode@GCC_ApplicationInvokeSpecifier@@UBEXAAVPASN_Stream@@@Z @11947 NONAME ?Encode@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBEXAAVPASN_Stream@@@Z @11948 NONAME ?Encode@GCC_ApplicationRecord@@UBEXAAVPASN_Stream@@@Z @11949 NONAME ?Encode@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBEXAAVPASN_Stream@@@Z @11950 NONAME ?Encode@GCC_ChallengeItem@@UBEXAAVPASN_Stream@@@Z @11951 NONAME ?Encode@GCC_ChallengeRequest@@UBEXAAVPASN_Stream@@@Z @11952 NONAME ?Encode@GCC_ChallengeResponse@@UBEXAAVPASN_Stream@@@Z @11953 NONAME ?Encode@GCC_ConductorAssignIndication@@UBEXAAVPASN_Stream@@@Z @11954 NONAME ?Encode@GCC_ConductorPermissionAskIndication@@UBEXAAVPASN_Stream@@@Z @11955 NONAME ?Encode@GCC_ConductorPermissionGrantIndication@@UBEXAAVPASN_Stream@@@Z @11956 NONAME ?Encode@GCC_ConductorReleaseIndication@@UBEXAAVPASN_Stream@@@Z @11957 NONAME ?Encode@GCC_ConferenceAddRequest@@UBEXAAVPASN_Stream@@@Z @11958 NONAME ?Encode@GCC_ConferenceAddResponse@@UBEXAAVPASN_Stream@@@Z @11959 NONAME ?Encode@GCC_ConferenceAssistanceIndication@@UBEXAAVPASN_Stream@@@Z @11960 NONAME ?Encode@GCC_ConferenceCreateRequest@@UBEXAAVPASN_Stream@@@Z @11961 NONAME ?Encode@GCC_ConferenceCreateResponse@@UBEXAAVPASN_Stream@@@Z @11962 NONAME ?Encode@GCC_ConferenceDescriptor@@UBEXAAVPASN_Stream@@@Z @11963 NONAME ?Encode@GCC_ConferenceEjectUserIndication@@UBEXAAVPASN_Stream@@@Z @11964 NONAME ?Encode@GCC_ConferenceEjectUserRequest@@UBEXAAVPASN_Stream@@@Z @11965 NONAME ?Encode@GCC_ConferenceEjectUserResponse@@UBEXAAVPASN_Stream@@@Z @11966 NONAME ?Encode@GCC_ConferenceInviteRequest@@UBEXAAVPASN_Stream@@@Z @11967 NONAME ?Encode@GCC_ConferenceInviteResponse@@UBEXAAVPASN_Stream@@@Z @11968 NONAME ?Encode@GCC_ConferenceJoinRequest@@UBEXAAVPASN_Stream@@@Z @11969 NONAME ?Encode@GCC_ConferenceJoinResponse@@UBEXAAVPASN_Stream@@@Z @11970 NONAME ?Encode@GCC_ConferenceLockIndication@@UBEXAAVPASN_Stream@@@Z @11971 NONAME ?Encode@GCC_ConferenceLockRequest@@UBEXAAVPASN_Stream@@@Z @11972 NONAME ?Encode@GCC_ConferenceLockResponse@@UBEXAAVPASN_Stream@@@Z @11973 NONAME ?Encode@GCC_ConferenceName@@UBEXAAVPASN_Stream@@@Z @11974 NONAME ?Encode@GCC_ConferencePriority@@UBEXAAVPASN_Stream@@@Z @11975 NONAME ?Encode@GCC_ConferenceQueryRequest@@UBEXAAVPASN_Stream@@@Z @11976 NONAME ?Encode@GCC_ConferenceQueryResponse@@UBEXAAVPASN_Stream@@@Z @11977 NONAME ?Encode@GCC_ConferenceTerminateIndication@@UBEXAAVPASN_Stream@@@Z @11978 NONAME ?Encode@GCC_ConferenceTerminateRequest@@UBEXAAVPASN_Stream@@@Z @11979 NONAME ?Encode@GCC_ConferenceTerminateResponse@@UBEXAAVPASN_Stream@@@Z @11980 NONAME ?Encode@GCC_ConferenceTimeExtendIndication@@UBEXAAVPASN_Stream@@@Z @11981 NONAME ?Encode@GCC_ConferenceTimeInquireIndication@@UBEXAAVPASN_Stream@@@Z @11982 NONAME ?Encode@GCC_ConferenceTimeRemainingIndication@@UBEXAAVPASN_Stream@@@Z @11983 NONAME ?Encode@GCC_ConferenceTransferIndication@@UBEXAAVPASN_Stream@@@Z @11984 NONAME ?Encode@GCC_ConferenceTransferRequest@@UBEXAAVPASN_Stream@@@Z @11985 NONAME ?Encode@GCC_ConferenceTransferResponse@@UBEXAAVPASN_Stream@@@Z @11986 NONAME ?Encode@GCC_ConferenceUnlockIndication@@UBEXAAVPASN_Stream@@@Z @11987 NONAME ?Encode@GCC_ConferenceUnlockRequest@@UBEXAAVPASN_Stream@@@Z @11988 NONAME ?Encode@GCC_ConferenceUnlockResponse@@UBEXAAVPASN_Stream@@@Z @11989 NONAME ?Encode@GCC_ConnectData@@UBEXAAVPASN_Stream@@@Z @11990 NONAME ?Encode@GCC_FunctionNotSupportedResponse@@UBEXAAVPASN_Stream@@@Z @11991 NONAME ?Encode@GCC_NetworkAddress_subtype_aggregatedChannel@@UBEXAAVPASN_Stream@@@Z @11992 NONAME ?Encode@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBEXAAVPASN_Stream@@@Z @11993 NONAME ?Encode@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBEXAAVPASN_Stream@@@Z @11994 NONAME ?Encode@GCC_NetworkAddress_subtype_transportConnection@@UBEXAAVPASN_Stream@@@Z @11995 NONAME ?Encode@GCC_NodeProperties@@UBEXAAVPASN_Stream@@@Z @11996 NONAME ?Encode@GCC_NodeRecord@@UBEXAAVPASN_Stream@@@Z @11997 NONAME ?Encode@GCC_NonStandardParameter@@UBEXAAVPASN_Stream@@@Z @11998 NONAME ?Encode@GCC_NonStandardPDU@@UBEXAAVPASN_Stream@@@Z @11999 NONAME ?Encode@GCC_Password@@UBEXAAVPASN_Stream@@@Z @12000 NONAME ?Encode@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBEXAAVPASN_Stream@@@Z @12001 NONAME ?Encode@GCC_RegistryAllocateHandleRequest@@UBEXAAVPASN_Stream@@@Z @12002 NONAME ?Encode@GCC_RegistryAllocateHandleResponse@@UBEXAAVPASN_Stream@@@Z @12003 NONAME ?Encode@GCC_RegistryAssignTokenRequest@@UBEXAAVPASN_Stream@@@Z @12004 NONAME ?Encode@GCC_RegistryDeleteEntryRequest@@UBEXAAVPASN_Stream@@@Z @12005 NONAME ?Encode@GCC_RegistryEntryOwner_owned@@UBEXAAVPASN_Stream@@@Z @12006 NONAME ?Encode@GCC_RegistryKey@@UBEXAAVPASN_Stream@@@Z @12007 NONAME ?Encode@GCC_RegistryMonitorEntryIndication@@UBEXAAVPASN_Stream@@@Z @12008 NONAME ?Encode@GCC_RegistryMonitorEntryRequest@@UBEXAAVPASN_Stream@@@Z @12009 NONAME ?Encode@GCC_RegistryRegisterChannelRequest@@UBEXAAVPASN_Stream@@@Z @12010 NONAME ?Encode@GCC_RegistryResponse@@UBEXAAVPASN_Stream@@@Z @12011 NONAME ?Encode@GCC_RegistryRetrieveEntryRequest@@UBEXAAVPASN_Stream@@@Z @12012 NONAME ?Encode@GCC_RegistrySetParameterRequest@@UBEXAAVPASN_Stream@@@Z @12013 NONAME ?Encode@GCC_RosterUpdateIndication@@UBEXAAVPASN_Stream@@@Z @12014 NONAME ?Encode@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBEXAAVPASN_Stream@@@Z @12015 NONAME ?Encode@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBEXAAVPASN_Stream@@@Z @12016 NONAME ?Encode@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBEXAAVPASN_Stream@@@Z @12017 NONAME ?Encode@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBEXAAVPASN_Stream@@@Z @12018 NONAME ?Encode@GCC_RosterUpdateIndication_nodeInformation@@UBEXAAVPASN_Stream@@@Z @12019 NONAME ?Encode@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBEXAAVPASN_Stream@@@Z @12020 NONAME ?Encode@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBEXAAVPASN_Stream@@@Z @12021 NONAME ?Encode@GCC_SessionKey@@UBEXAAVPASN_Stream@@@Z @12022 NONAME ?Encode@GCC_TextMessageIndication@@UBEXAAVPASN_Stream@@@Z @12023 NONAME ?Encode@GCC_UserData_subtype@@UBEXAAVPASN_Stream@@@Z @12024 NONAME ?Encode@GCC_UserIDIndication@@UBEXAAVPASN_Stream@@@Z @12025 NONAME ?Encode@H225_AddressPattern_range@@UBEXAAVPASN_Stream@@@Z @26377 NONAME ?Encode@H225_AdmissionConfirm@@UBEXAAVPASN_Stream@@@Z @12026 NONAME ?Encode@H225_AdmissionReject@@UBEXAAVPASN_Stream@@@Z @12027 NONAME ?Encode@H225_AdmissionRequest@@UBEXAAVPASN_Stream@@@Z @12028 NONAME ?Encode@H225_Alerting_UUIE@@UBEXAAVPASN_Stream@@@Z @12029 NONAME ?Encode@H225_AlternateGK@@UBEXAAVPASN_Stream@@@Z @12030 NONAME ?Encode@H225_AlternateTransportAddresses@@UBEXAAVPASN_Stream@@@Z @26378 NONAME ?Encode@H225_AltGKInfo@@UBEXAAVPASN_Stream@@@Z @12031 NONAME ?Encode@H225_ANSI_41_UIM@@UBEXAAVPASN_Stream@@@Z @26379 NONAME ?Encode@H225_BandwidthConfirm@@UBEXAAVPASN_Stream@@@Z @12032 NONAME ?Encode@H225_BandwidthDetails@@UBEXAAVPASN_Stream@@@Z @26380 NONAME ?Encode@H225_BandwidthReject@@UBEXAAVPASN_Stream@@@Z @12033 NONAME ?Encode@H225_BandwidthRequest@@UBEXAAVPASN_Stream@@@Z @12034 NONAME ?Encode@H225_CallCapacity@@UBEXAAVPASN_Stream@@@Z @26381 NONAME ?Encode@H225_CallCapacityInfo@@UBEXAAVPASN_Stream@@@Z @26382 NONAME ?Encode@H225_CallCreditCapability@@UBEXAAVPASN_Stream@@@Z @26383 NONAME ?Encode@H225_CallCreditServiceControl@@UBEXAAVPASN_Stream@@@Z @26384 NONAME ?Encode@H225_CallIdentifier@@UBEXAAVPASN_Stream@@@Z @12035 NONAME ?Encode@H225_CallLinkage@@UBEXAAVPASN_Stream@@@Z @26385 NONAME ?Encode@H225_CallProceeding_UUIE@@UBEXAAVPASN_Stream@@@Z @12036 NONAME ?Encode@H225_CallsAvailable@@UBEXAAVPASN_Stream@@@Z @26386 NONAME ?Encode@H225_CapacityReportingCapability@@UBEXAAVPASN_Stream@@@Z @26387 NONAME ?Encode@H225_CapacityReportingSpecification@@UBEXAAVPASN_Stream@@@Z @26388 NONAME ?Encode@H225_CapacityReportingSpecification_when@@UBEXAAVPASN_Stream@@@Z @26389 NONAME ?Encode@H225_CarrierInfo@@UBEXAAVPASN_Stream@@@Z @38799 NONAME ?Encode@H225_CicInfo@@UBEXAAVPASN_Stream@@@Z @26390 NONAME ?Encode@H225_CircuitIdentifier@@UBEXAAVPASN_Stream@@@Z @38300 NONAME ?Encode@H225_CircuitInfo@@UBEXAAVPASN_Stream@@@Z @26391 NONAME ?Encode@H225_ConferenceList@@UBEXAAVPASN_Stream@@@Z @12037 NONAME ?Encode@H225_Connect_UUIE@@UBEXAAVPASN_Stream@@@Z @12038 NONAME ?Encode@H225_CryptoH323Token_cryptoEPPwdHash@@UBEXAAVPASN_Stream@@@Z @12039 NONAME ?Encode@H225_CryptoH323Token_cryptoGKPwdHash@@UBEXAAVPASN_Stream@@@Z @12040 NONAME ?Encode@H225_DataRate@@UBEXAAVPASN_Stream@@@Z @12041 NONAME ?Encode@H225_DisengageConfirm@@UBEXAAVPASN_Stream@@@Z @12042 NONAME ?Encode@H225_DisengageReject@@UBEXAAVPASN_Stream@@@Z @12043 NONAME ?Encode@H225_DisengageRequest@@UBEXAAVPASN_Stream@@@Z @12044 NONAME ?Encode@H225_Endpoint@@UBEXAAVPASN_Stream@@@Z @12045 NONAME ?Encode@H225_EndpointType@@UBEXAAVPASN_Stream@@@Z @12046 NONAME ?Encode@H225_EnumeratedParameter@@UBEXAAVPASN_Stream@@@Z @26392 NONAME ?Encode@H225_ExtendedAliasAddress@@UBEXAAVPASN_Stream@@@Z @26393 NONAME ?Encode@H225_Facility_UUIE@@UBEXAAVPASN_Stream@@@Z @12047 NONAME ?Encode@H225_FeatureSet@@UBEXAAVPASN_Stream@@@Z @26394 NONAME ?Encode@H225_GatekeeperConfirm@@UBEXAAVPASN_Stream@@@Z @12048 NONAME ?Encode@H225_GatekeeperInfo@@UBEXAAVPASN_Stream@@@Z @12049 NONAME ?Encode@H225_GatekeeperReject@@UBEXAAVPASN_Stream@@@Z @12050 NONAME ?Encode@H225_GatekeeperRequest@@UBEXAAVPASN_Stream@@@Z @12051 NONAME ?Encode@H225_GatewayInfo@@UBEXAAVPASN_Stream@@@Z @12052 NONAME ?Encode@H225_GenericData@@UBEXAAVPASN_Stream@@@Z @26395 NONAME ?Encode@H225_GroupID@@UBEXAAVPASN_Stream@@@Z @26396 NONAME ?Encode@H225_GSM_UIM@@UBEXAAVPASN_Stream@@@Z @26397 NONAME ?Encode@H225_H221NonStandard@@UBEXAAVPASN_Stream@@@Z @12053 NONAME ?Encode@H225_H310Caps@@UBEXAAVPASN_Stream@@@Z @12054 NONAME ?Encode@H225_H320Caps@@UBEXAAVPASN_Stream@@@Z @12055 NONAME ?Encode@H225_H321Caps@@UBEXAAVPASN_Stream@@@Z @12056 NONAME ?Encode@H225_H322Caps@@UBEXAAVPASN_Stream@@@Z @12057 NONAME ?Encode@H225_H323Caps@@UBEXAAVPASN_Stream@@@Z @12058 NONAME ?Encode@H225_H323_UserInformation@@UBEXAAVPASN_Stream@@@Z @12059 NONAME ?Encode@H225_H323_UserInformation_user_data@@UBEXAAVPASN_Stream@@@Z @12060 NONAME ?Encode@H225_H323_UU_PDU@@UBEXAAVPASN_Stream@@@Z @12061 NONAME ?Encode@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBEXAAVPASN_Stream@@@Z @26398 NONAME ?Encode@H225_H324Caps@@UBEXAAVPASN_Stream@@@Z @12062 NONAME ?Encode@H225_ICV@@UBEXAAVPASN_Stream@@@Z @12063 NONAME ?Encode@H225_InfoRequest@@UBEXAAVPASN_Stream@@@Z @12064 NONAME ?Encode@H225_InfoRequestAck@@UBEXAAVPASN_Stream@@@Z @12065 NONAME ?Encode@H225_InfoRequestNak@@UBEXAAVPASN_Stream@@@Z @12066 NONAME ?Encode@H225_InfoRequestResponse@@UBEXAAVPASN_Stream@@@Z @12067 NONAME ?Encode@H225_InfoRequestResponse_perCallInfo_subtype@@UBEXAAVPASN_Stream@@@Z @12068 NONAME ?Encode@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBEXAAVPASN_Stream@@@Z @12069 NONAME ?Encode@H225_Information_UUIE@@UBEXAAVPASN_Stream@@@Z @12070 NONAME ?Encode@H225_LocationConfirm@@UBEXAAVPASN_Stream@@@Z @12071 NONAME ?Encode@H225_LocationReject@@UBEXAAVPASN_Stream@@@Z @12072 NONAME ?Encode@H225_LocationRequest@@UBEXAAVPASN_Stream@@@Z @12073 NONAME ?Encode@H225_McuInfo@@UBEXAAVPASN_Stream@@@Z @12074 NONAME ?Encode@H225_NonStandardMessage@@UBEXAAVPASN_Stream@@@Z @12075 NONAME ?Encode@H225_NonStandardParameter@@UBEXAAVPASN_Stream@@@Z @12076 NONAME ?Encode@H225_NonStandardProtocol@@UBEXAAVPASN_Stream@@@Z @12077 NONAME ?Encode@H225_Notify_UUIE@@UBEXAAVPASN_Stream@@@Z @26399 NONAME ?Encode@H225_PrivatePartyNumber@@UBEXAAVPASN_Stream@@@Z @12078 NONAME ?Encode@H225_Progress_UUIE@@UBEXAAVPASN_Stream@@@Z @12079 NONAME ?Encode@H225_PublicPartyNumber@@UBEXAAVPASN_Stream@@@Z @12080 NONAME ?Encode@H225_Q954Details@@UBEXAAVPASN_Stream@@@Z @12081 NONAME ?Encode@H225_QseriesOptions@@UBEXAAVPASN_Stream@@@Z @12082 NONAME ?Encode@H225_RasUsageInformation@@UBEXAAVPASN_Stream@@@Z @26400 NONAME ?Encode@H225_RasUsageInfoTypes@@UBEXAAVPASN_Stream@@@Z @26401 NONAME ?Encode@H225_RasUsageSpecification@@UBEXAAVPASN_Stream@@@Z @26402 NONAME ?Encode@H225_RasUsageSpecification_callStartingPoint@@UBEXAAVPASN_Stream@@@Z @26403 NONAME ?Encode@H225_RasUsageSpecification_when@@UBEXAAVPASN_Stream@@@Z @26404 NONAME ?Encode@H225_RegistrationConfirm@@UBEXAAVPASN_Stream@@@Z @12083 NONAME ?Encode@H225_RegistrationConfirm_preGrantedARQ@@UBEXAAVPASN_Stream@@@Z @12084 NONAME ?Encode@H225_RegistrationReject@@UBEXAAVPASN_Stream@@@Z @12085 NONAME ?Encode@H225_RegistrationRejectReason_invalidTerminalAliases@@UBEXAAVPASN_Stream@@@Z @26405 NONAME ?Encode@H225_RegistrationRequest@@UBEXAAVPASN_Stream@@@Z @12086 NONAME ?Encode@H225_ReleaseComplete_UUIE@@UBEXAAVPASN_Stream@@@Z @12087 NONAME ?Encode@H225_RequestInProgress@@UBEXAAVPASN_Stream@@@Z @12088 NONAME ?Encode@H225_ResourcesAvailableConfirm@@UBEXAAVPASN_Stream@@@Z @12089 NONAME ?Encode@H225_ResourcesAvailableIndicate@@UBEXAAVPASN_Stream@@@Z @12090 NONAME ?Encode@H225_RTPSession@@UBEXAAVPASN_Stream@@@Z @12091 NONAME ?Encode@H225_SecurityCapabilities@@UBEXAAVPASN_Stream@@@Z @12092 NONAME ?Encode@H225_ServiceControlIndication@@UBEXAAVPASN_Stream@@@Z @26406 NONAME ?Encode@H225_ServiceControlIndication_callSpecific@@UBEXAAVPASN_Stream@@@Z @26407 NONAME ?Encode@H225_ServiceControlResponse@@UBEXAAVPASN_Stream@@@Z @26408 NONAME ?Encode@H225_ServiceControlSession@@UBEXAAVPASN_Stream@@@Z @26409 NONAME ?Encode@H225_SetupAcknowledge_UUIE@@UBEXAAVPASN_Stream@@@Z @26410 NONAME ?Encode@H225_Setup_UUIE@@UBEXAAVPASN_Stream@@@Z @12093 NONAME ?Encode@H225_Setup_UUIE_connectionParameters@@UBEXAAVPASN_Stream@@@Z @26411 NONAME ?Encode@H225_SIPCaps@@UBEXAAVPASN_Stream@@@Z @38800 NONAME ?Encode@H225_StatusInquiry_UUIE@@UBEXAAVPASN_Stream@@@Z @26412 NONAME ?Encode@H225_Status_UUIE@@UBEXAAVPASN_Stream@@@Z @26413 NONAME ?Encode@H225_StimulusControl@@UBEXAAVPASN_Stream@@@Z @26414 NONAME ?Encode@H225_SupportedPrefix@@UBEXAAVPASN_Stream@@@Z @12094 NONAME ?Encode@H225_T120OnlyCaps@@UBEXAAVPASN_Stream@@@Z @12095 NONAME ?Encode@H225_T38FaxAnnexbOnlyCaps@@UBEXAAVPASN_Stream@@@Z @26415 NONAME ?Encode@H225_TerminalInfo@@UBEXAAVPASN_Stream@@@Z @12096 NONAME ?Encode@H225_TransportAddress_ip6Address@@UBEXAAVPASN_Stream@@@Z @12097 NONAME ?Encode@H225_TransportAddress_ipAddress@@UBEXAAVPASN_Stream@@@Z @12098 NONAME ?Encode@H225_TransportAddress_ipSourceRoute@@UBEXAAVPASN_Stream@@@Z @12099 NONAME ?Encode@H225_TransportAddress_ipxAddress@@UBEXAAVPASN_Stream@@@Z @12100 NONAME ?Encode@H225_TransportChannelInfo@@UBEXAAVPASN_Stream@@@Z @12101 NONAME ?Encode@H225_TunnelledProtocol@@UBEXAAVPASN_Stream@@@Z @26416 NONAME ?Encode@H225_TunnelledProtocolAlternateIdentifier@@UBEXAAVPASN_Stream@@@Z @26417 NONAME ?Encode@H225_UnknownMessageResponse@@UBEXAAVPASN_Stream@@@Z @12102 NONAME ?Encode@H225_UnregistrationConfirm@@UBEXAAVPASN_Stream@@@Z @12103 NONAME ?Encode@H225_UnregistrationReject@@UBEXAAVPASN_Stream@@@Z @12104 NONAME ?Encode@H225_UnregistrationRequest@@UBEXAAVPASN_Stream@@@Z @12105 NONAME ?Encode@H225_UUIEsRequested@@UBEXAAVPASN_Stream@@@Z @12106 NONAME ?Encode@H225_VendorIdentifier@@UBEXAAVPASN_Stream@@@Z @12107 NONAME ?Encode@H225_VoiceCaps@@UBEXAAVPASN_Stream@@@Z @12108 NONAME ?Encode@H235_ClearToken@@UBEXAAVPASN_Stream@@@Z @12109 NONAME ?Encode@H235_CryptoToken_cryptoEncryptedToken@@UBEXAAVPASN_Stream@@@Z @12110 NONAME ?Encode@H235_CryptoToken_cryptoHashedToken@@UBEXAAVPASN_Stream@@@Z @12111 NONAME ?Encode@H235_CryptoToken_cryptoSignedToken@@UBEXAAVPASN_Stream@@@Z @12112 NONAME ?Encode@H235_DHset@@UBEXAAVPASN_Stream@@@Z @12113 NONAME ?Encode@H235_ECGDSASignature@@UBEXAAVPASN_Stream@@@Z @38801 NONAME ?Encode@H235_ECKASDH_eckasdh2@@UBEXAAVPASN_Stream@@@Z @28739 NONAME ?Encode@H235_ECKASDH_eckasdhp@@UBEXAAVPASN_Stream@@@Z @28740 NONAME ?Encode@H235_ECpoint@@UBEXAAVPASN_Stream@@@Z @38802 NONAME ?Encode@H235_H235CertificateSignature@@UBEXAAVPASN_Stream@@@Z @12114 NONAME ?Encode@H235_KeySignedMaterial@@UBEXAAVPASN_Stream@@@Z @12115 NONAME ?Encode@H235_KeySyncMaterial@@UBEXAAVPASN_Stream@@@Z @12116 NONAME ?Encode@H235_NonStandardParameter@@UBEXAAVPASN_Stream@@@Z @12117 NONAME ?Encode@H235_Params@@UBEXAAVPASN_Stream@@@Z @12118 NONAME ?Encode@H235_ReturnSig@@UBEXAAVPASN_Stream@@@Z @12119 NONAME ?Encode@H235_TypedCertificate@@UBEXAAVPASN_Stream@@@Z @12120 NONAME ?Encode@H235_V3KeySyncMaterial@@UBEXAAVPASN_Stream@@@Z @38803 NONAME ?Encode@H245_ATMParameters@@UBEXAAVPASN_Stream@@@Z @12121 NONAME ?Encode@H245_AudioCapability_g7231@@UBEXAAVPASN_Stream@@@Z @12122 NONAME ?Encode@H245_AudioTelephonyEventCapability@@UBEXAAVPASN_Stream@@@Z @26418 NONAME ?Encode@H245_AudioToneCapability@@UBEXAAVPASN_Stream@@@Z @26419 NONAME ?Encode@H245_AuthenticationCapability@@UBEXAAVPASN_Stream@@@Z @12123 NONAME ?Encode@H245_BEnhancementParameters@@UBEXAAVPASN_Stream@@@Z @12124 NONAME ?Encode@H245_CapabilityDescriptor@@UBEXAAVPASN_Stream@@@Z @12125 NONAME ?Encode@H245_CapabilityTableEntry@@UBEXAAVPASN_Stream@@@Z @12126 NONAME ?Encode@H245_Capability_h233EncryptionReceiveCapability@@UBEXAAVPASN_Stream@@@Z @12127 NONAME ?Encode@H245_CloseLogicalChannel@@UBEXAAVPASN_Stream@@@Z @12128 NONAME ?Encode@H245_CloseLogicalChannelAck@@UBEXAAVPASN_Stream@@@Z @12129 NONAME ?Encode@H245_CommunicationModeCommand@@UBEXAAVPASN_Stream@@@Z @12130 NONAME ?Encode@H245_CommunicationModeRequest@@UBEXAAVPASN_Stream@@@Z @12131 NONAME ?Encode@H245_CommunicationModeTableEntry@@UBEXAAVPASN_Stream@@@Z @12132 NONAME ?Encode@H245_ConferenceCapability@@UBEXAAVPASN_Stream@@@Z @12133 NONAME ?Encode@H245_ConferenceRequest_requestTerminalCertificate@@UBEXAAVPASN_Stream@@@Z @12134 NONAME ?Encode@H245_ConferenceResponse_chairTokenOwnerResponse@@UBEXAAVPASN_Stream@@@Z @12135 NONAME ?Encode@H245_ConferenceResponse_conferenceIDResponse@@UBEXAAVPASN_Stream@@@Z @12136 NONAME ?Encode@H245_ConferenceResponse_extensionAddressResponse@@UBEXAAVPASN_Stream@@@Z @12137 NONAME ?Encode@H245_ConferenceResponse_mCTerminalIDResponse@@UBEXAAVPASN_Stream@@@Z @12138 NONAME ?Encode@H245_ConferenceResponse_passwordResponse@@UBEXAAVPASN_Stream@@@Z @12139 NONAME ?Encode@H245_ConferenceResponse_terminalCertificateResponse@@UBEXAAVPASN_Stream@@@Z @12140 NONAME ?Encode@H245_ConferenceResponse_terminalIDResponse@@UBEXAAVPASN_Stream@@@Z @12141 NONAME ?Encode@H245_ConnectionIdentifier@@UBEXAAVPASN_Stream@@@Z @26420 NONAME ?Encode@H245_Criteria@@UBEXAAVPASN_Stream@@@Z @12142 NONAME ?Encode@H245_CustomPictureClockFrequency@@UBEXAAVPASN_Stream@@@Z @12143 NONAME ?Encode@H245_CustomPictureFormat@@UBEXAAVPASN_Stream@@@Z @12144 NONAME ?Encode@H245_CustomPictureFormat_mPI@@UBEXAAVPASN_Stream@@@Z @12145 NONAME ?Encode@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBEXAAVPASN_Stream@@@Z @12146 NONAME ?Encode@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBEXAAVPASN_Stream@@@Z @12147 NONAME ?Encode@H245_DataApplicationCapability@@UBEXAAVPASN_Stream@@@Z @12148 NONAME ?Encode@H245_DataApplicationCapability_application_nlpid@@UBEXAAVPASN_Stream@@@Z @12149 NONAME ?Encode@H245_DataApplicationCapability_application_t38fax@@UBEXAAVPASN_Stream@@@Z @26421 NONAME ?Encode@H245_DataApplicationCapability_application_t84@@UBEXAAVPASN_Stream@@@Z @12150 NONAME ?Encode@H245_DataMode@@UBEXAAVPASN_Stream@@@Z @12151 NONAME ?Encode@H245_DataMode_application_nlpid@@UBEXAAVPASN_Stream@@@Z @12152 NONAME ?Encode@H245_DataMode_application_t38fax@@UBEXAAVPASN_Stream@@@Z @26422 NONAME ?Encode@H245_DepFECCapability_rfc2733@@UBEXAAVPASN_Stream@@@Z @52584 NONAME ?Encode@H245_DepFECCapability_rfc2733_separateStream@@UBEXAAVPASN_Stream@@@Z @52585 NONAME ?Encode@H245_DepFECData_rfc2733@@UBEXAAVPASN_Stream@@@Z @52586 NONAME ?Encode@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBEXAAVPASN_Stream@@@Z @52587 NONAME ?Encode@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBEXAAVPASN_Stream@@@Z @52588 NONAME ?Encode@H245_DepFECMode_rfc2733Mode@@UBEXAAVPASN_Stream@@@Z @52589 NONAME ?Encode@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBEXAAVPASN_Stream@@@Z @52590 NONAME ?Encode@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBEXAAVPASN_Stream@@@Z @52591 NONAME ?Encode@H245_DialingInformationNumber@@UBEXAAVPASN_Stream@@@Z @26423 NONAME ?Encode@H245_EncryptionAuthenticationAndIntegrity@@UBEXAAVPASN_Stream@@@Z @12153 NONAME ?Encode@H245_EncryptionCommand_encryptionAlgorithmID@@UBEXAAVPASN_Stream@@@Z @12154 NONAME ?Encode@H245_EncryptionSync@@UBEXAAVPASN_Stream@@@Z @12155 NONAME ?Encode@H245_EncryptionUpdateRequest@@UBEXAAVPASN_Stream@@@Z @12156 NONAME ?Encode@H245_EnhancementLayerInfo@@UBEXAAVPASN_Stream@@@Z @12157 NONAME ?Encode@H245_EnhancementOptions@@UBEXAAVPASN_Stream@@@Z @12158 NONAME ?Encode@H245_EscrowData@@UBEXAAVPASN_Stream@@@Z @12159 NONAME ?Encode@H245_ExtendedVideoCapability@@UBEXAAVPASN_Stream@@@Z @52592 NONAME ?Encode@H245_FECCapability@@UBEXAAVPASN_Stream@@@Z @52593 NONAME ?Encode@H245_FECData_rfc2733@@UBEXAAVPASN_Stream@@@Z @38806 NONAME ?Encode@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBEXAAVPASN_Stream@@@Z @52594 NONAME ?Encode@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UBEXAAVPASN_Stream@@@Z @52595 NONAME ?Encode@H245_FECMode@@UBEXAAVPASN_Stream@@@Z @52596 NONAME ?Encode@H245_FlowControlCommand@@UBEXAAVPASN_Stream@@@Z @12160 NONAME ?Encode@H245_FlowControlIndication@@UBEXAAVPASN_Stream@@@Z @26424 NONAME ?Encode@H245_FunctionNotSupported@@UBEXAAVPASN_Stream@@@Z @12161 NONAME ?Encode@H245_G7231AnnexCCapability@@UBEXAAVPASN_Stream@@@Z @12162 NONAME ?Encode@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBEXAAVPASN_Stream@@@Z @12163 NONAME ?Encode@H245_G7231AnnexCMode@@UBEXAAVPASN_Stream@@@Z @12164 NONAME ?Encode@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBEXAAVPASN_Stream@@@Z @12165 NONAME ?Encode@H245_G729Extensions@@UBEXAAVPASN_Stream@@@Z @26425 NONAME ?Encode@H245_GenericCapability@@UBEXAAVPASN_Stream@@@Z @26426 NONAME ?Encode@H245_GenericMessage@@UBEXAAVPASN_Stream@@@Z @52597 NONAME ?Encode@H245_GenericParameter@@UBEXAAVPASN_Stream@@@Z @26427 NONAME ?Encode@H245_GSMAudioCapability@@UBEXAAVPASN_Stream@@@Z @12166 NONAME ?Encode@H245_H222Capability@@UBEXAAVPASN_Stream@@@Z @12167 NONAME ?Encode@H245_H222LogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @12168 NONAME ?Encode@H245_H223AL1MParameters@@UBEXAAVPASN_Stream@@@Z @12169 NONAME ?Encode@H245_H223AL2MParameters@@UBEXAAVPASN_Stream@@@Z @12170 NONAME ?Encode@H245_H223AL3MParameters@@UBEXAAVPASN_Stream@@@Z @12171 NONAME ?Encode@H245_H223AnnexCArqParameters@@UBEXAAVPASN_Stream@@@Z @12172 NONAME ?Encode@H245_H223AnnexCCapability@@UBEXAAVPASN_Stream@@@Z @12173 NONAME ?Encode@H245_H223Capability@@UBEXAAVPASN_Stream@@@Z @12174 NONAME ?Encode@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBEXAAVPASN_Stream@@@Z @12175 NONAME ?Encode@H245_H223Capability_mobileMultilinkFrameCapability@@UBEXAAVPASN_Stream@@@Z @26428 NONAME ?Encode@H245_H223Capability_mobileOperationTransmitCapability@@UBEXAAVPASN_Stream@@@Z @12176 NONAME ?Encode@H245_H223LogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @12177 NONAME ?Encode@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBEXAAVPASN_Stream@@@Z @12178 NONAME ?Encode@H245_H223ModeParameters@@UBEXAAVPASN_Stream@@@Z @12179 NONAME ?Encode@H245_H223ModeParameters_adaptationLayerType_al3@@UBEXAAVPASN_Stream@@@Z @12180 NONAME ?Encode@H245_H223SkewIndication@@UBEXAAVPASN_Stream@@@Z @12181 NONAME ?Encode@H245_H2250Capability@@UBEXAAVPASN_Stream@@@Z @12182 NONAME ?Encode@H245_H2250Capability_mcCapability@@UBEXAAVPASN_Stream@@@Z @12183 NONAME ?Encode@H245_H2250LogicalChannelAckParameters@@UBEXAAVPASN_Stream@@@Z @12184 NONAME ?Encode@H245_H2250LogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @12185 NONAME ?Encode@H245_H2250MaximumSkewIndication@@UBEXAAVPASN_Stream@@@Z @12186 NONAME ?Encode@H245_H2250ModeParameters@@UBEXAAVPASN_Stream@@@Z @12187 NONAME ?Encode@H245_H235Media@@UBEXAAVPASN_Stream@@@Z @12188 NONAME ?Encode@H245_H235Mode@@UBEXAAVPASN_Stream@@@Z @12189 NONAME ?Encode@H245_H235SecurityCapability@@UBEXAAVPASN_Stream@@@Z @12190 NONAME ?Encode@H245_H261VideoCapability@@UBEXAAVPASN_Stream@@@Z @12191 NONAME ?Encode@H245_H261VideoMode@@UBEXAAVPASN_Stream@@@Z @12192 NONAME ?Encode@H245_H262VideoCapability@@UBEXAAVPASN_Stream@@@Z @12193 NONAME ?Encode@H245_H262VideoMode@@UBEXAAVPASN_Stream@@@Z @12194 NONAME ?Encode@H245_H263ModeComboFlags@@UBEXAAVPASN_Stream@@@Z @12195 NONAME ?Encode@H245_H263Options@@UBEXAAVPASN_Stream@@@Z @12196 NONAME ?Encode@H245_H263Version3Options@@UBEXAAVPASN_Stream@@@Z @26429 NONAME ?Encode@H245_H263VideoCapability@@UBEXAAVPASN_Stream@@@Z @12197 NONAME ?Encode@H245_H263VideoMode@@UBEXAAVPASN_Stream@@@Z @12198 NONAME ?Encode@H245_H263VideoModeCombos@@UBEXAAVPASN_Stream@@@Z @12199 NONAME ?Encode@H245_IntegrityCapability@@UBEXAAVPASN_Stream@@@Z @12200 NONAME ?Encode@H245_IS11172AudioCapability@@UBEXAAVPASN_Stream@@@Z @12201 NONAME ?Encode@H245_IS11172AudioMode@@UBEXAAVPASN_Stream@@@Z @12202 NONAME ?Encode@H245_IS11172VideoCapability@@UBEXAAVPASN_Stream@@@Z @12203 NONAME ?Encode@H245_IS11172VideoMode@@UBEXAAVPASN_Stream@@@Z @12204 NONAME ?Encode@H245_IS13818AudioCapability@@UBEXAAVPASN_Stream@@@Z @12205 NONAME ?Encode@H245_IS13818AudioMode@@UBEXAAVPASN_Stream@@@Z @12206 NONAME ?Encode@H245_JitterIndication@@UBEXAAVPASN_Stream@@@Z @12207 NONAME ?Encode@H245_KeyProtectionMethod@@UBEXAAVPASN_Stream@@@Z @12208 NONAME ?Encode@H245_LogicalChannelRateAcknowledge@@UBEXAAVPASN_Stream@@@Z @26430 NONAME ?Encode@H245_LogicalChannelRateReject@@UBEXAAVPASN_Stream@@@Z @26431 NONAME ?Encode@H245_LogicalChannelRateRelease@@UBEXAAVPASN_Stream@@@Z @26432 NONAME ?Encode@H245_LogicalChannelRateRequest@@UBEXAAVPASN_Stream@@@Z @26433 NONAME ?Encode@H245_MaintenanceLoopAck@@UBEXAAVPASN_Stream@@@Z @12209 NONAME ?Encode@H245_MaintenanceLoopOffCommand@@UBEXAAVPASN_Stream@@@Z @12210 NONAME ?Encode@H245_MaintenanceLoopReject@@UBEXAAVPASN_Stream@@@Z @12211 NONAME ?Encode@H245_MaintenanceLoopRequest@@UBEXAAVPASN_Stream@@@Z @12212 NONAME ?Encode@H245_MasterSlaveDetermination@@UBEXAAVPASN_Stream@@@Z @12213 NONAME ?Encode@H245_MasterSlaveDeterminationAck@@UBEXAAVPASN_Stream@@@Z @12214 NONAME ?Encode@H245_MasterSlaveDeterminationReject@@UBEXAAVPASN_Stream@@@Z @12215 NONAME ?Encode@H245_MasterSlaveDeterminationRelease@@UBEXAAVPASN_Stream@@@Z @12216 NONAME ?Encode@H245_MCLocationIndication@@UBEXAAVPASN_Stream@@@Z @12217 NONAME ?Encode@H245_MediaChannelCapability@@UBEXAAVPASN_Stream@@@Z @12218 NONAME ?Encode@H245_MediaDistributionCapability@@UBEXAAVPASN_Stream@@@Z @12219 NONAME ?Encode@H245_MediaPacketizationCapability@@UBEXAAVPASN_Stream@@@Z @12220 NONAME ?Encode@H245_MediaTransportType_atm_AAL5_compressed@@UBEXAAVPASN_Stream@@@Z @26434 NONAME ?Encode@H245_MiscellaneousCommand@@UBEXAAVPASN_Stream@@@Z @12221 NONAME ?Encode@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBEXAAVPASN_Stream@@@Z @52598 NONAME ?Encode@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBEXAAVPASN_Stream@@@Z @52599 NONAME ?Encode@H245_MiscellaneousCommand_type_lostPartialPicture@@UBEXAAVPASN_Stream@@@Z @26435 NONAME ?Encode@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBEXAAVPASN_Stream@@@Z @12222 NONAME ?Encode@H245_MiscellaneousCommand_type_videoBadMBs@@UBEXAAVPASN_Stream@@@Z @26436 NONAME ?Encode@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBEXAAVPASN_Stream@@@Z @12223 NONAME ?Encode@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBEXAAVPASN_Stream@@@Z @12224 NONAME ?Encode@H245_MiscellaneousIndication@@UBEXAAVPASN_Stream@@@Z @12225 NONAME ?Encode@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBEXAAVPASN_Stream@@@Z @12226 NONAME ?Encode@H245_MobileMultilinkReconfigurationCommand@@UBEXAAVPASN_Stream@@@Z @26437 NONAME ?Encode@H245_MobileMultilinkReconfigurationIndication@@UBEXAAVPASN_Stream@@@Z @26438 NONAME ?Encode@H245_ModeElement@@UBEXAAVPASN_Stream@@@Z @12227 NONAME ?Encode@H245_MulticastAddress_iP6Address@@UBEXAAVPASN_Stream@@@Z @12228 NONAME ?Encode@H245_MulticastAddress_iPAddress@@UBEXAAVPASN_Stream@@@Z @12229 NONAME ?Encode@H245_MultilinkIndication_crcDesired@@UBEXAAVPASN_Stream@@@Z @26439 NONAME ?Encode@H245_MultilinkIndication_excessiveError@@UBEXAAVPASN_Stream@@@Z @26440 NONAME ?Encode@H245_MultilinkRequest_addConnection@@UBEXAAVPASN_Stream@@@Z @26441 NONAME ?Encode@H245_MultilinkRequest_callInformation@@UBEXAAVPASN_Stream@@@Z @26442 NONAME ?Encode@H245_MultilinkRequest_maximumHeaderInterval@@UBEXAAVPASN_Stream@@@Z @26443 NONAME ?Encode@H245_MultilinkRequest_removeConnection@@UBEXAAVPASN_Stream@@@Z @26444 NONAME ?Encode@H245_MultilinkResponse_addConnection@@UBEXAAVPASN_Stream@@@Z @26445 NONAME ?Encode@H245_MultilinkResponse_callInformation@@UBEXAAVPASN_Stream@@@Z @26446 NONAME ?Encode@H245_MultilinkResponse_maximumHeaderInterval@@UBEXAAVPASN_Stream@@@Z @26447 NONAME ?Encode@H245_MultilinkResponse_removeConnection@@UBEXAAVPASN_Stream@@@Z @26448 NONAME ?Encode@H245_MultiplePayloadStream@@UBEXAAVPASN_Stream@@@Z @38812 NONAME ?Encode@H245_MultiplePayloadStreamCapability@@UBEXAAVPASN_Stream@@@Z @38813 NONAME ?Encode@H245_MultiplePayloadStreamElement@@UBEXAAVPASN_Stream@@@Z @38814 NONAME ?Encode@H245_MultiplePayloadStreamElementMode@@UBEXAAVPASN_Stream@@@Z @38815 NONAME ?Encode@H245_MultiplePayloadStreamMode@@UBEXAAVPASN_Stream@@@Z @38816 NONAME ?Encode@H245_MultiplexedStreamCapability@@UBEXAAVPASN_Stream@@@Z @26449 NONAME ?Encode@H245_MultiplexedStreamModeParameters@@UBEXAAVPASN_Stream@@@Z @26450 NONAME ?Encode@H245_MultiplexedStreamParameter@@UBEXAAVPASN_Stream@@@Z @26451 NONAME ?Encode@H245_MultiplexElement@@UBEXAAVPASN_Stream@@@Z @12230 NONAME ?Encode@H245_MultiplexEntryDescriptor@@UBEXAAVPASN_Stream@@@Z @12231 NONAME ?Encode@H245_MultiplexEntryRejectionDescriptions@@UBEXAAVPASN_Stream@@@Z @12232 NONAME ?Encode@H245_MultiplexEntrySend@@UBEXAAVPASN_Stream@@@Z @12233 NONAME ?Encode@H245_MultiplexEntrySendAck@@UBEXAAVPASN_Stream@@@Z @12234 NONAME ?Encode@H245_MultiplexEntrySendReject@@UBEXAAVPASN_Stream@@@Z @12235 NONAME ?Encode@H245_MultiplexEntrySendRelease@@UBEXAAVPASN_Stream@@@Z @12236 NONAME ?Encode@H245_MultipointCapability@@UBEXAAVPASN_Stream@@@Z @12237 NONAME ?Encode@H245_NetworkAccessParameters@@UBEXAAVPASN_Stream@@@Z @12238 NONAME ?Encode@H245_NewATMVCCommand@@UBEXAAVPASN_Stream@@@Z @26452 NONAME ?Encode@H245_NewATMVCCommand_aal_aal1@@UBEXAAVPASN_Stream@@@Z @26453 NONAME ?Encode@H245_NewATMVCCommand_aal_aal5@@UBEXAAVPASN_Stream@@@Z @26454 NONAME ?Encode@H245_NewATMVCCommand_reverseParameters@@UBEXAAVPASN_Stream@@@Z @26455 NONAME ?Encode@H245_NewATMVCIndication@@UBEXAAVPASN_Stream@@@Z @12239 NONAME ?Encode@H245_NewATMVCIndication_aal_aal1@@UBEXAAVPASN_Stream@@@Z @12240 NONAME ?Encode@H245_NewATMVCIndication_aal_aal5@@UBEXAAVPASN_Stream@@@Z @12241 NONAME ?Encode@H245_NewATMVCIndication_reverseParameters@@UBEXAAVPASN_Stream@@@Z @12242 NONAME ?Encode@H245_NonStandardIdentifier_h221NonStandard@@UBEXAAVPASN_Stream@@@Z @12243 NONAME ?Encode@H245_NonStandardMessage@@UBEXAAVPASN_Stream@@@Z @12244 NONAME ?Encode@H245_NonStandardParameter@@UBEXAAVPASN_Stream@@@Z @12245 NONAME ?Encode@H245_NoPTAudioTelephonyEventCapability@@UBEXAAVPASN_Stream@@@Z @38817 NONAME ?Encode@H245_NoPTAudioToneCapability@@UBEXAAVPASN_Stream@@@Z @38818 NONAME ?Encode@H245_OpenLogicalChannel@@UBEXAAVPASN_Stream@@@Z @12246 NONAME ?Encode@H245_OpenLogicalChannelAck@@UBEXAAVPASN_Stream@@@Z @12247 NONAME ?Encode@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @12248 NONAME ?Encode@H245_OpenLogicalChannelConfirm@@UBEXAAVPASN_Stream@@@Z @12249 NONAME ?Encode@H245_OpenLogicalChannelReject@@UBEXAAVPASN_Stream@@@Z @12250 NONAME ?Encode@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @12251 NONAME ?Encode@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @12252 NONAME ?Encode@H245_Params@@UBEXAAVPASN_Stream@@@Z @52600 NONAME ?Encode@H245_Q2931Address@@UBEXAAVPASN_Stream@@@Z @12253 NONAME ?Encode@H245_QOSCapability@@UBEXAAVPASN_Stream@@@Z @12254 NONAME ?Encode@H245_RedundancyEncoding@@UBEXAAVPASN_Stream@@@Z @12255 NONAME ?Encode@H245_RedundancyEncodingCapability@@UBEXAAVPASN_Stream@@@Z @12256 NONAME ?Encode@H245_RedundancyEncodingDTMode@@UBEXAAVPASN_Stream@@@Z @38819 NONAME ?Encode@H245_RedundancyEncodingDTModeElement@@UBEXAAVPASN_Stream@@@Z @38820 NONAME ?Encode@H245_RedundancyEncodingElement@@UBEXAAVPASN_Stream@@@Z @38821 NONAME ?Encode@H245_RedundancyEncodingMode@@UBEXAAVPASN_Stream@@@Z @12257 NONAME ?Encode@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBEXAAVPASN_Stream@@@Z @38822 NONAME ?Encode@H245_RefPictureSelection@@UBEXAAVPASN_Stream@@@Z @12258 NONAME ?Encode@H245_RefPictureSelection_additionalPictureMemory@@UBEXAAVPASN_Stream@@@Z @12259 NONAME ?Encode@H245_RefPictureSelection_enhancedReferencePicSelect@@UBEXAAVPASN_Stream@@@Z @26456 NONAME ?Encode@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBEXAAVPASN_Stream@@@Z @26457 NONAME ?Encode@H245_RequestAllTerminalIDsResponse@@UBEXAAVPASN_Stream@@@Z @12260 NONAME ?Encode@H245_RequestChannelClose@@UBEXAAVPASN_Stream@@@Z @12261 NONAME ?Encode@H245_RequestChannelCloseAck@@UBEXAAVPASN_Stream@@@Z @12262 NONAME ?Encode@H245_RequestChannelCloseReject@@UBEXAAVPASN_Stream@@@Z @12263 NONAME ?Encode@H245_RequestChannelCloseRelease@@UBEXAAVPASN_Stream@@@Z @12264 NONAME ?Encode@H245_RequestMode@@UBEXAAVPASN_Stream@@@Z @12265 NONAME ?Encode@H245_RequestModeAck@@UBEXAAVPASN_Stream@@@Z @12266 NONAME ?Encode@H245_RequestModeReject@@UBEXAAVPASN_Stream@@@Z @12267 NONAME ?Encode@H245_RequestModeRelease@@UBEXAAVPASN_Stream@@@Z @12268 NONAME ?Encode@H245_RequestMultiplexEntry@@UBEXAAVPASN_Stream@@@Z @12269 NONAME ?Encode@H245_RequestMultiplexEntryAck@@UBEXAAVPASN_Stream@@@Z @12270 NONAME ?Encode@H245_RequestMultiplexEntryReject@@UBEXAAVPASN_Stream@@@Z @12271 NONAME ?Encode@H245_RequestMultiplexEntryRejectionDescriptions@@UBEXAAVPASN_Stream@@@Z @12272 NONAME ?Encode@H245_RequestMultiplexEntryRelease@@UBEXAAVPASN_Stream@@@Z @12273 NONAME ?Encode@H245_RoundTripDelayRequest@@UBEXAAVPASN_Stream@@@Z @12274 NONAME ?Encode@H245_RoundTripDelayResponse@@UBEXAAVPASN_Stream@@@Z @12275 NONAME ?Encode@H245_RSVPParameters@@UBEXAAVPASN_Stream@@@Z @12276 NONAME ?Encode@H245_RTPH263VideoRedundancyEncoding@@UBEXAAVPASN_Stream@@@Z @12277 NONAME ?Encode@H245_RTPH263VideoRedundancyFrameMapping@@UBEXAAVPASN_Stream@@@Z @12278 NONAME ?Encode@H245_RTPPayloadType@@UBEXAAVPASN_Stream@@@Z @12279 NONAME ?Encode@H245_SendTerminalCapabilitySet_specificRequest@@UBEXAAVPASN_Stream@@@Z @12280 NONAME ?Encode@H245_SubstituteConferenceIDCommand@@UBEXAAVPASN_Stream@@@Z @12281 NONAME ?Encode@H245_T38FaxProfile@@UBEXAAVPASN_Stream@@@Z @26458 NONAME ?Encode@H245_T38FaxTcpOptions@@UBEXAAVPASN_Stream@@@Z @26459 NONAME ?Encode@H245_T38FaxUdpOptions@@UBEXAAVPASN_Stream@@@Z @26460 NONAME ?Encode@H245_T84Profile_t84Restricted@@UBEXAAVPASN_Stream@@@Z @12282 NONAME ?Encode@H245_TerminalCapabilitySet@@UBEXAAVPASN_Stream@@@Z @12283 NONAME ?Encode@H245_TerminalCapabilitySetAck@@UBEXAAVPASN_Stream@@@Z @12284 NONAME ?Encode@H245_TerminalCapabilitySetReject@@UBEXAAVPASN_Stream@@@Z @12285 NONAME ?Encode@H245_TerminalCapabilitySetRelease@@UBEXAAVPASN_Stream@@@Z @12286 NONAME ?Encode@H245_TerminalInformation@@UBEXAAVPASN_Stream@@@Z @12287 NONAME ?Encode@H245_TerminalLabel@@UBEXAAVPASN_Stream@@@Z @12288 NONAME ?Encode@H245_TerminalYouAreSeeingInSubPictureNumber@@UBEXAAVPASN_Stream@@@Z @12289 NONAME ?Encode@H245_TransparencyParameters@@UBEXAAVPASN_Stream@@@Z @12290 NONAME ?Encode@H245_TransportCapability@@UBEXAAVPASN_Stream@@@Z @12291 NONAME ?Encode@H245_UnicastAddress_iP6Address@@UBEXAAVPASN_Stream@@@Z @12292 NONAME ?Encode@H245_UnicastAddress_iPAddress@@UBEXAAVPASN_Stream@@@Z @12293 NONAME ?Encode@H245_UnicastAddress_iPSourceRouteAddress@@UBEXAAVPASN_Stream@@@Z @12294 NONAME ?Encode@H245_UnicastAddress_iPXAddress@@UBEXAAVPASN_Stream@@@Z @12295 NONAME ?Encode@H245_UserInputIndication_encryptedAlphanumeric@@UBEXAAVPASN_Stream@@@Z @52601 NONAME ?Encode@H245_UserInputIndication_extendedAlphanumeric@@UBEXAAVPASN_Stream@@@Z @26461 NONAME ?Encode@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBEXAAVPASN_Stream@@@Z @52602 NONAME ?Encode@H245_UserInputIndication_signal@@UBEXAAVPASN_Stream@@@Z @12296 NONAME ?Encode@H245_UserInputIndication_signalUpdate@@UBEXAAVPASN_Stream@@@Z @12297 NONAME ?Encode@H245_UserInputIndication_signalUpdate_rtp@@UBEXAAVPASN_Stream@@@Z @12298 NONAME ?Encode@H245_UserInputIndication_signal_rtp@@UBEXAAVPASN_Stream@@@Z @12299 NONAME ?Encode@H245_V42bis@@UBEXAAVPASN_Stream@@@Z @12300 NONAME ?Encode@H245_V75Capability@@UBEXAAVPASN_Stream@@@Z @12301 NONAME ?Encode@H245_V75Parameters@@UBEXAAVPASN_Stream@@@Z @12302 NONAME ?Encode@H245_V76Capability@@UBEXAAVPASN_Stream@@@Z @12303 NONAME ?Encode@H245_V76HDLCParameters@@UBEXAAVPASN_Stream@@@Z @12304 NONAME ?Encode@H245_V76LogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @12305 NONAME ?Encode@H245_V76LogicalChannelParameters_mode_eRM@@UBEXAAVPASN_Stream@@@Z @12306 NONAME ?Encode@H245_VBDCapability@@UBEXAAVPASN_Stream@@@Z @38823 NONAME ?Encode@H245_VBDMode@@UBEXAAVPASN_Stream@@@Z @38824 NONAME ?Encode@H245_VCCapability@@UBEXAAVPASN_Stream@@@Z @12307 NONAME ?Encode@H245_VCCapability_aal1@@UBEXAAVPASN_Stream@@@Z @12308 NONAME ?Encode@H245_VCCapability_aal1ViaGateway@@UBEXAAVPASN_Stream@@@Z @26462 NONAME ?Encode@H245_VCCapability_aal5@@UBEXAAVPASN_Stream@@@Z @12309 NONAME ?Encode@H245_VCCapability_availableBitRates@@UBEXAAVPASN_Stream@@@Z @12310 NONAME ?Encode@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBEXAAVPASN_Stream@@@Z @12311 NONAME ?Encode@H245_VendorIdentification@@UBEXAAVPASN_Stream@@@Z @12312 NONAME ?Encode@H245_VideoIndicateCompose@@UBEXAAVPASN_Stream@@@Z @12313 NONAME ?Encode@H248_ActionReply@@UBEXAAVPASN_Stream@@@Z @33792 NONAME ?Encode@H248_ActionRequest@@UBEXAAVPASN_Stream@@@Z @33793 NONAME ?Encode@H248_AmmRequest@@UBEXAAVPASN_Stream@@@Z @33794 NONAME ?Encode@H248_AmmsReply@@UBEXAAVPASN_Stream@@@Z @33795 NONAME ?Encode@H248_AuditDescriptor@@UBEXAAVPASN_Stream@@@Z @33796 NONAME ?Encode@H248_AuditRequest@@UBEXAAVPASN_Stream@@@Z @33797 NONAME ?Encode@H248_AuditResult@@UBEXAAVPASN_Stream@@@Z @33798 NONAME ?Encode@H248_AuthenticationHeader@@UBEXAAVPASN_Stream@@@Z @33799 NONAME ?Encode@H248_CommandRequest@@UBEXAAVPASN_Stream@@@Z @33800 NONAME ?Encode@H248_ContextAttrAuditRequest@@UBEXAAVPASN_Stream@@@Z @33801 NONAME ?Encode@H248_ContextRequest@@UBEXAAVPASN_Stream@@@Z @33802 NONAME ?Encode@H248_DigitMapDescriptor@@UBEXAAVPASN_Stream@@@Z @33803 NONAME ?Encode@H248_DigitMapValue@@UBEXAAVPASN_Stream@@@Z @33804 NONAME ?Encode@H248_DomainName@@UBEXAAVPASN_Stream@@@Z @33805 NONAME ?Encode@H248_ErrorDescriptor@@UBEXAAVPASN_Stream@@@Z @33806 NONAME ?Encode@H248_EventParameter@@UBEXAAVPASN_Stream@@@Z @33807 NONAME ?Encode@H248_EventsDescriptor@@UBEXAAVPASN_Stream@@@Z @33808 NONAME ?Encode@H248_EventSpec@@UBEXAAVPASN_Stream@@@Z @33809 NONAME ?Encode@H248_H221NonStandard@@UBEXAAVPASN_Stream@@@Z @33810 NONAME ?Encode@H248_IndAudDigitMapDescriptor@@UBEXAAVPASN_Stream@@@Z @33811 NONAME ?Encode@H248_IndAudEventBufferDescriptor@@UBEXAAVPASN_Stream@@@Z @33812 NONAME ?Encode@H248_IndAudEventsDescriptor@@UBEXAAVPASN_Stream@@@Z @33813 NONAME ?Encode@H248_IndAudLocalControlDescriptor@@UBEXAAVPASN_Stream@@@Z @33814 NONAME ?Encode@H248_IndAudLocalRemoteDescriptor@@UBEXAAVPASN_Stream@@@Z @33815 NONAME ?Encode@H248_IndAudMediaDescriptor@@UBEXAAVPASN_Stream@@@Z @33816 NONAME ?Encode@H248_IndAudPackagesDescriptor@@UBEXAAVPASN_Stream@@@Z @33817 NONAME ?Encode@H248_IndAudPropertyParm@@UBEXAAVPASN_Stream@@@Z @33818 NONAME ?Encode@H248_IndAudSeqSigList@@UBEXAAVPASN_Stream@@@Z @33819 NONAME ?Encode@H248_IndAudSignal@@UBEXAAVPASN_Stream@@@Z @33820 NONAME ?Encode@H248_IndAudStatisticsDescriptor@@UBEXAAVPASN_Stream@@@Z @33821 NONAME ?Encode@H248_IndAudStreamDescriptor@@UBEXAAVPASN_Stream@@@Z @33822 NONAME ?Encode@H248_IndAudStreamParms@@UBEXAAVPASN_Stream@@@Z @33823 NONAME ?Encode@H248_IndAudTerminationStateDescriptor@@UBEXAAVPASN_Stream@@@Z @33824 NONAME ?Encode@H248_IP4Address@@UBEXAAVPASN_Stream@@@Z @33825 NONAME ?Encode@H248_IP6Address@@UBEXAAVPASN_Stream@@@Z @33826 NONAME ?Encode@H248_LocalControlDescriptor@@UBEXAAVPASN_Stream@@@Z @33827 NONAME ?Encode@H248_LocalRemoteDescriptor@@UBEXAAVPASN_Stream@@@Z @33828 NONAME ?Encode@H248_MediaDescriptor@@UBEXAAVPASN_Stream@@@Z @33829 NONAME ?Encode@H248_MegacoMessage@@UBEXAAVPASN_Stream@@@Z @33830 NONAME ?Encode@H248_Message@@UBEXAAVPASN_Stream@@@Z @33831 NONAME ?Encode@H248_ModemDescriptor@@UBEXAAVPASN_Stream@@@Z @33832 NONAME ?Encode@H248_MuxDescriptor@@UBEXAAVPASN_Stream@@@Z @33833 NONAME ?Encode@H248_NonStandardData@@UBEXAAVPASN_Stream@@@Z @33834 NONAME ?Encode@H248_NotifyReply@@UBEXAAVPASN_Stream@@@Z @33835 NONAME ?Encode@H248_NotifyRequest@@UBEXAAVPASN_Stream@@@Z @33836 NONAME ?Encode@H248_ObservedEvent@@UBEXAAVPASN_Stream@@@Z @33837 NONAME ?Encode@H248_ObservedEventsDescriptor@@UBEXAAVPASN_Stream@@@Z @33838 NONAME ?Encode@H248_PackagesItem@@UBEXAAVPASN_Stream@@@Z @33839 NONAME ?Encode@H248_PropertyParm@@UBEXAAVPASN_Stream@@@Z @33840 NONAME ?Encode@H248_RequestedActions@@UBEXAAVPASN_Stream@@@Z @33841 NONAME ?Encode@H248_RequestedEvent@@UBEXAAVPASN_Stream@@@Z @33842 NONAME ?Encode@H248_SecondEventsDescriptor@@UBEXAAVPASN_Stream@@@Z @33843 NONAME ?Encode@H248_SecondRequestedActions@@UBEXAAVPASN_Stream@@@Z @33844 NONAME ?Encode@H248_SecondRequestedEvent@@UBEXAAVPASN_Stream@@@Z @33845 NONAME ?Encode@H248_SeqSigList@@UBEXAAVPASN_Stream@@@Z @33846 NONAME ?Encode@H248_ServiceChangeParm@@UBEXAAVPASN_Stream@@@Z @33847 NONAME ?Encode@H248_ServiceChangeProfile@@UBEXAAVPASN_Stream@@@Z @33848 NONAME ?Encode@H248_ServiceChangeReply@@UBEXAAVPASN_Stream@@@Z @33849 NONAME ?Encode@H248_ServiceChangeRequest@@UBEXAAVPASN_Stream@@@Z @33850 NONAME ?Encode@H248_ServiceChangeResParm@@UBEXAAVPASN_Stream@@@Z @33851 NONAME ?Encode@H248_Signal@@UBEXAAVPASN_Stream@@@Z @33852 NONAME ?Encode@H248_SigParameter@@UBEXAAVPASN_Stream@@@Z @33853 NONAME ?Encode@H248_StatisticsParameter@@UBEXAAVPASN_Stream@@@Z @33854 NONAME ?Encode@H248_StreamDescriptor@@UBEXAAVPASN_Stream@@@Z @33855 NONAME ?Encode@H248_StreamParms@@UBEXAAVPASN_Stream@@@Z @33856 NONAME ?Encode@H248_SubtractRequest@@UBEXAAVPASN_Stream@@@Z @33857 NONAME ?Encode@H248_TerminationID@@UBEXAAVPASN_Stream@@@Z @33858 NONAME ?Encode@H248_TerminationStateDescriptor@@UBEXAAVPASN_Stream@@@Z @33859 NONAME ?Encode@H248_TimeNotation@@UBEXAAVPASN_Stream@@@Z @33860 NONAME ?Encode@H248_TopologyRequest@@UBEXAAVPASN_Stream@@@Z @33861 NONAME ?Encode@H248_TransactionAck@@UBEXAAVPASN_Stream@@@Z @33862 NONAME ?Encode@H248_TransactionPending@@UBEXAAVPASN_Stream@@@Z @33863 NONAME ?Encode@H248_TransactionReply@@UBEXAAVPASN_Stream@@@Z @33864 NONAME ?Encode@H248_TransactionRequest@@UBEXAAVPASN_Stream@@@Z @33865 NONAME ?encode@H261Encoder@@IAEHPBVVideoFrame@@PBE@Z @12314 NONAME ?Encode@H323StreamedPluginAudioCodec@@UBEHF@Z @49724 NONAME ?Encode@H323_ALawCodec@@UBEHF@Z @12315 NONAME ?Encode@H323_muLawCodec@@UBEHF@Z @12316 NONAME ?Encode@H45010_CfbOvrOptArg@@UBEXAAVPASN_Stream@@@Z @23749 NONAME ?Encode@H45010_CoReqOptArg@@UBEXAAVPASN_Stream@@@Z @23750 NONAME ?Encode@H45010_RUAlertOptArg@@UBEXAAVPASN_Stream@@@Z @23751 NONAME ?Encode@H45011_CIFrcRelArg@@UBEXAAVPASN_Stream@@@Z @23752 NONAME ?Encode@H45011_CIFrcRelOptRes@@UBEXAAVPASN_Stream@@@Z @23753 NONAME ?Encode@H45011_CIGetCIPLOptArg@@UBEXAAVPASN_Stream@@@Z @23754 NONAME ?Encode@H45011_CIGetCIPLRes@@UBEXAAVPASN_Stream@@@Z @23755 NONAME ?Encode@H45011_CIIsOptArg@@UBEXAAVPASN_Stream@@@Z @23756 NONAME ?Encode@H45011_CIIsOptRes@@UBEXAAVPASN_Stream@@@Z @23757 NONAME ?Encode@H45011_CINotificationArg@@UBEXAAVPASN_Stream@@@Z @23758 NONAME ?Encode@H45011_CIRequestArg@@UBEXAAVPASN_Stream@@@Z @23759 NONAME ?Encode@H45011_CIRequestRes@@UBEXAAVPASN_Stream@@@Z @23760 NONAME ?Encode@H45011_CISilentArg@@UBEXAAVPASN_Stream@@@Z @23761 NONAME ?Encode@H45011_CISilentOptRes@@UBEXAAVPASN_Stream@@@Z @23762 NONAME ?Encode@H45011_CIWobOptArg@@UBEXAAVPASN_Stream@@@Z @23763 NONAME ?Encode@H45011_CIWobOptRes@@UBEXAAVPASN_Stream@@@Z @23764 NONAME ?Encode@H4501_Address@@UBEXAAVPASN_Stream@@@Z @21821 NONAME ?Encode@H4501_AddressScreened@@UBEXAAVPASN_Stream@@@Z @21822 NONAME ?Encode@H4501_EndpointAddress@@UBEXAAVPASN_Stream@@@Z @21823 NONAME ?Encode@H4501_Extension@@UBEXAAVPASN_Stream@@@Z @21824 NONAME ?Encode@H4501_NetworkFacilityExtension@@UBEXAAVPASN_Stream@@@Z @21825 NONAME ?Encode@H4501_NumberScreened@@UBEXAAVPASN_Stream@@@Z @21826 NONAME ?Encode@H4501_SupplementaryService@@UBEXAAVPASN_Stream@@@Z @21827 NONAME ?Encode@H4501_UserSpecifiedSubaddress@@UBEXAAVPASN_Stream@@@Z @21828 NONAME ?Encode@H4502_CTActiveArg@@UBEXAAVPASN_Stream@@@Z @21829 NONAME ?Encode@H4502_CTCompleteArg@@UBEXAAVPASN_Stream@@@Z @21830 NONAME ?Encode@H4502_CTIdentifyRes@@UBEXAAVPASN_Stream@@@Z @21831 NONAME ?Encode@H4502_CTInitiateArg@@UBEXAAVPASN_Stream@@@Z @21832 NONAME ?Encode@H4502_CTSetupArg@@UBEXAAVPASN_Stream@@@Z @21833 NONAME ?Encode@H4502_CTUpdateArg@@UBEXAAVPASN_Stream@@@Z @21834 NONAME ?Encode@H4502_SubaddressTransferArg@@UBEXAAVPASN_Stream@@@Z @21835 NONAME ?Encode@H4503_IntResult@@UBEXAAVPASN_Stream@@@Z @22773 NONAME ?Encode@H4504_Extension@@UBEXAAVPASN_Stream@@@Z @22418 NONAME ?Encode@H4504_HoldNotificArg@@UBEXAAVPASN_Stream@@@Z @22419 NONAME ?Encode@H4504_RemoteHoldArg@@UBEXAAVPASN_Stream@@@Z @22420 NONAME ?Encode@H4504_RemoteHoldRes@@UBEXAAVPASN_Stream@@@Z @22421 NONAME ?Encode@H4504_RemoteRetrieveArg@@UBEXAAVPASN_Stream@@@Z @22422 NONAME ?Encode@H4504_RemoteRetrieveRes@@UBEXAAVPASN_Stream@@@Z @22423 NONAME ?Encode@H4504_RetrieveNotificArg@@UBEXAAVPASN_Stream@@@Z @22424 NONAME ?Encode@H4505_CpickupNotifyArg@@UBEXAAVPASN_Stream@@@Z @23765 NONAME ?Encode@H4505_CpNotifyArg@@UBEXAAVPASN_Stream@@@Z @23766 NONAME ?Encode@H4505_CpRequestArg@@UBEXAAVPASN_Stream@@@Z @23767 NONAME ?Encode@H4505_CpRequestRes@@UBEXAAVPASN_Stream@@@Z @23768 NONAME ?Encode@H4505_CpSetupArg@@UBEXAAVPASN_Stream@@@Z @23769 NONAME ?Encode@H4505_CpSetupRes@@UBEXAAVPASN_Stream@@@Z @23770 NONAME ?Encode@H4505_GroupIndicationOffArg@@UBEXAAVPASN_Stream@@@Z @23771 NONAME ?Encode@H4505_GroupIndicationOffRes@@UBEXAAVPASN_Stream@@@Z @23772 NONAME ?Encode@H4505_GroupIndicationOnArg@@UBEXAAVPASN_Stream@@@Z @23773 NONAME ?Encode@H4505_GroupIndicationOnRes@@UBEXAAVPASN_Stream@@@Z @23774 NONAME ?Encode@H4505_PickExeArg@@UBEXAAVPASN_Stream@@@Z @23775 NONAME ?Encode@H4505_PickExeRes@@UBEXAAVPASN_Stream@@@Z @23776 NONAME ?Encode@H4505_PickrequArg@@UBEXAAVPASN_Stream@@@Z @23777 NONAME ?Encode@H4505_PickrequRes@@UBEXAAVPASN_Stream@@@Z @23778 NONAME ?Encode@H4505_PickupArg@@UBEXAAVPASN_Stream@@@Z @23779 NONAME ?Encode@H4505_PickupRes@@UBEXAAVPASN_Stream@@@Z @23780 NONAME ?Encode@H4506_CallWaitingArg@@UBEXAAVPASN_Stream@@@Z @23781 NONAME ?Encode@H4507_MWIActivateArg@@UBEXAAVPASN_Stream@@@Z @23782 NONAME ?Encode@H4507_MWIDeactivateArg@@UBEXAAVPASN_Stream@@@Z @23783 NONAME ?Encode@H4507_MWIInterrogateArg@@UBEXAAVPASN_Stream@@@Z @23784 NONAME ?Encode@H4507_MWIInterrogateResElt@@UBEXAAVPASN_Stream@@@Z @23785 NONAME ?Encode@H4509_CcLongArg@@UBEXAAVPASN_Stream@@@Z @23786 NONAME ?Encode@H4509_CcRequestArg@@UBEXAAVPASN_Stream@@@Z @23787 NONAME ?Encode@H4509_CcRequestRes@@UBEXAAVPASN_Stream@@@Z @23788 NONAME ?Encode@H4509_CcShortArg@@UBEXAAVPASN_Stream@@@Z @23789 NONAME ?Encode@H501_AccessConfirmation@@UBEXAAVPASN_Stream@@@Z @36350 NONAME ?Encode@H501_AccessRejection@@UBEXAAVPASN_Stream@@@Z @36351 NONAME ?Encode@H501_AccessRequest@@UBEXAAVPASN_Stream@@@Z @36352 NONAME ?Encode@H501_AddressTemplate@@UBEXAAVPASN_Stream@@@Z @36353 NONAME ?Encode@H501_AlternatePE@@UBEXAAVPASN_Stream@@@Z @36354 NONAME ?Encode@H501_AlternatePEInfo@@UBEXAAVPASN_Stream@@@Z @36355 NONAME ?Encode@H501_AuthenticationConfirmation@@UBEXAAVPASN_Stream@@@Z @36356 NONAME ?Encode@H501_AuthenticationRejection@@UBEXAAVPASN_Stream@@@Z @36357 NONAME ?Encode@H501_AuthenticationRequest@@UBEXAAVPASN_Stream@@@Z @36358 NONAME ?Encode@H501_CallInformation@@UBEXAAVPASN_Stream@@@Z @36359 NONAME ?Encode@H501_ContactInformation@@UBEXAAVPASN_Stream@@@Z @36360 NONAME ?Encode@H501_Descriptor@@UBEXAAVPASN_Stream@@@Z @36361 NONAME ?Encode@H501_DescriptorConfirmation@@UBEXAAVPASN_Stream@@@Z @36362 NONAME ?Encode@H501_DescriptorIDConfirmation@@UBEXAAVPASN_Stream@@@Z @36363 NONAME ?Encode@H501_DescriptorIDRejection@@UBEXAAVPASN_Stream@@@Z @36364 NONAME ?Encode@H501_DescriptorIDRequest@@UBEXAAVPASN_Stream@@@Z @36365 NONAME ?Encode@H501_DescriptorInfo@@UBEXAAVPASN_Stream@@@Z @36366 NONAME ?Encode@H501_DescriptorRejection@@UBEXAAVPASN_Stream@@@Z @36367 NONAME ?Encode@H501_DescriptorRequest@@UBEXAAVPASN_Stream@@@Z @36368 NONAME ?Encode@H501_DescriptorUpdate@@UBEXAAVPASN_Stream@@@Z @36369 NONAME ?Encode@H501_DescriptorUpdateAck@@UBEXAAVPASN_Stream@@@Z @36370 NONAME ?Encode@H501_Message@@UBEXAAVPASN_Stream@@@Z @36371 NONAME ?Encode@H501_MessageCommonInfo@@UBEXAAVPASN_Stream@@@Z @36372 NONAME ?Encode@H501_NonStandardConfirmation@@UBEXAAVPASN_Stream@@@Z @36373 NONAME ?Encode@H501_NonStandardRejection@@UBEXAAVPASN_Stream@@@Z @36374 NONAME ?Encode@H501_NonStandardRequest@@UBEXAAVPASN_Stream@@@Z @36375 NONAME ?Encode@H501_PartyInformation@@UBEXAAVPASN_Stream@@@Z @36376 NONAME ?Encode@H501_Pattern_range@@UBEXAAVPASN_Stream@@@Z @36377 NONAME ?Encode@H501_PriceElement@@UBEXAAVPASN_Stream@@@Z @36378 NONAME ?Encode@H501_PriceInfoSpec@@UBEXAAVPASN_Stream@@@Z @36379 NONAME ?Encode@H501_RequestInProgress@@UBEXAAVPASN_Stream@@@Z @36380 NONAME ?Encode@H501_RouteInformation@@UBEXAAVPASN_Stream@@@Z @36381 NONAME ?Encode@H501_SecurityMode@@UBEXAAVPASN_Stream@@@Z @36382 NONAME ?Encode@H501_ServiceConfirmation@@UBEXAAVPASN_Stream@@@Z @36383 NONAME ?Encode@H501_ServiceRejection@@UBEXAAVPASN_Stream@@@Z @36384 NONAME ?Encode@H501_ServiceRelease@@UBEXAAVPASN_Stream@@@Z @36385 NONAME ?Encode@H501_ServiceRequest@@UBEXAAVPASN_Stream@@@Z @36386 NONAME ?Encode@H501_TerminationCause@@UBEXAAVPASN_Stream@@@Z @36387 NONAME ?Encode@H501_UnknownMessageResponse@@UBEXAAVPASN_Stream@@@Z @36388 NONAME ?Encode@H501_UpdateInformation@@UBEXAAVPASN_Stream@@@Z @36389 NONAME ?Encode@H501_UsageConfirmation@@UBEXAAVPASN_Stream@@@Z @36390 NONAME ?Encode@H501_UsageField@@UBEXAAVPASN_Stream@@@Z @36391 NONAME ?Encode@H501_UsageIndication@@UBEXAAVPASN_Stream@@@Z @36392 NONAME ?Encode@H501_UsageIndicationConfirmation@@UBEXAAVPASN_Stream@@@Z @36393 NONAME ?Encode@H501_UsageIndicationRejection@@UBEXAAVPASN_Stream@@@Z @36394 NONAME ?Encode@H501_UsageRejection@@UBEXAAVPASN_Stream@@@Z @36395 NONAME ?Encode@H501_UsageRequest@@UBEXAAVPASN_Stream@@@Z @36396 NONAME ?Encode@H501_UsageSpecification@@UBEXAAVPASN_Stream@@@Z @36397 NONAME ?Encode@H501_UsageSpecification_when@@UBEXAAVPASN_Stream@@@Z @36398 NONAME ?Encode@H501_UserInformation@@UBEXAAVPASN_Stream@@@Z @36399 NONAME ?Encode@H501_ValidationConfirmation@@UBEXAAVPASN_Stream@@@Z @36400 NONAME ?Encode@H501_ValidationRejection@@UBEXAAVPASN_Stream@@@Z @36401 NONAME ?Encode@H501_ValidationRequest@@UBEXAAVPASN_Stream@@@Z @36402 NONAME ?Encode@MCS_AUcf@@UBEXAAVPASN_Stream@@@Z @12332 NONAME ?Encode@MCS_AUrq@@UBEXAAVPASN_Stream@@@Z @12333 NONAME ?Encode@MCS_CAin@@UBEXAAVPASN_Stream@@@Z @12334 NONAME ?Encode@MCS_CArq@@UBEXAAVPASN_Stream@@@Z @12335 NONAME ?Encode@MCS_CCcf@@UBEXAAVPASN_Stream@@@Z @12336 NONAME ?Encode@MCS_CCrq@@UBEXAAVPASN_Stream@@@Z @12337 NONAME ?Encode@MCS_CDin@@UBEXAAVPASN_Stream@@@Z @12338 NONAME ?Encode@MCS_CDrq@@UBEXAAVPASN_Stream@@@Z @12339 NONAME ?Encode@MCS_CEin@@UBEXAAVPASN_Stream@@@Z @12340 NONAME ?Encode@MCS_CErq@@UBEXAAVPASN_Stream@@@Z @12341 NONAME ?Encode@MCS_ChannelAttributes_assigned@@UBEXAAVPASN_Stream@@@Z @12342 NONAME ?Encode@MCS_ChannelAttributes_private@@UBEXAAVPASN_Stream@@@Z @12343 NONAME ?Encode@MCS_ChannelAttributes_static@@UBEXAAVPASN_Stream@@@Z @12344 NONAME ?Encode@MCS_ChannelAttributes_userId@@UBEXAAVPASN_Stream@@@Z @12345 NONAME ?Encode@MCS_CJcf@@UBEXAAVPASN_Stream@@@Z @12346 NONAME ?Encode@MCS_CJrq@@UBEXAAVPASN_Stream@@@Z @12347 NONAME ?Encode@MCS_CLrq@@UBEXAAVPASN_Stream@@@Z @12348 NONAME ?Encode@MCS_Connect_Additional@@UBEXAAVPASN_Stream@@@Z @12349 NONAME ?Encode@MCS_Connect_Initial@@UBEXAAVPASN_Stream@@@Z @12350 NONAME ?Encode@MCS_Connect_Response@@UBEXAAVPASN_Stream@@@Z @12351 NONAME ?Encode@MCS_Connect_Result@@UBEXAAVPASN_Stream@@@Z @12352 NONAME ?Encode@MCS_DomainParameters@@UBEXAAVPASN_Stream@@@Z @12353 NONAME ?Encode@MCS_DPum@@UBEXAAVPASN_Stream@@@Z @12354 NONAME ?Encode@MCS_DUin@@UBEXAAVPASN_Stream@@@Z @12355 NONAME ?Encode@MCS_DUrq@@UBEXAAVPASN_Stream@@@Z @12356 NONAME ?Encode@MCS_EDrq@@UBEXAAVPASN_Stream@@@Z @12357 NONAME ?Encode@MCS_MCcf@@UBEXAAVPASN_Stream@@@Z @12358 NONAME ?Encode@MCS_MCrq@@UBEXAAVPASN_Stream@@@Z @12359 NONAME ?Encode@MCS_MTcf@@UBEXAAVPASN_Stream@@@Z @12360 NONAME ?Encode@MCS_MTrq@@UBEXAAVPASN_Stream@@@Z @12361 NONAME ?Encode@MCS_PCin@@UBEXAAVPASN_Stream@@@Z @12362 NONAME ?Encode@MCS_PDin@@UBEXAAVPASN_Stream@@@Z @12363 NONAME ?Encode@MCS_PTin@@UBEXAAVPASN_Stream@@@Z @12364 NONAME ?Encode@MCS_RJum@@UBEXAAVPASN_Stream@@@Z @12365 NONAME ?Encode@MCS_SDin@@UBEXAAVPASN_Stream@@@Z @12366 NONAME ?Encode@MCS_SDrq@@UBEXAAVPASN_Stream@@@Z @12367 NONAME ?Encode@MCS_TGcf@@UBEXAAVPASN_Stream@@@Z @12368 NONAME ?Encode@MCS_TGrq@@UBEXAAVPASN_Stream@@@Z @12369 NONAME ?Encode@MCS_TIcf@@UBEXAAVPASN_Stream@@@Z @12370 NONAME ?Encode@MCS_TIrq@@UBEXAAVPASN_Stream@@@Z @12371 NONAME ?Encode@MCS_TokenAttributes_given@@UBEXAAVPASN_Stream@@@Z @12372 NONAME ?Encode@MCS_TokenAttributes_giving@@UBEXAAVPASN_Stream@@@Z @12373 NONAME ?Encode@MCS_TokenAttributes_grabbed@@UBEXAAVPASN_Stream@@@Z @12374 NONAME ?Encode@MCS_TokenAttributes_inhibited@@UBEXAAVPASN_Stream@@@Z @12375 NONAME ?Encode@MCS_TokenAttributes_ungivable@@UBEXAAVPASN_Stream@@@Z @12376 NONAME ?Encode@MCS_TPin@@UBEXAAVPASN_Stream@@@Z @12377 NONAME ?Encode@MCS_TPrq@@UBEXAAVPASN_Stream@@@Z @12378 NONAME ?Encode@MCS_TRcf@@UBEXAAVPASN_Stream@@@Z @12379 NONAME ?Encode@MCS_TRrq@@UBEXAAVPASN_Stream@@@Z @12380 NONAME ?Encode@MCS_TTcf@@UBEXAAVPASN_Stream@@@Z @12381 NONAME ?Encode@MCS_TTrq@@UBEXAAVPASN_Stream@@@Z @12382 NONAME ?Encode@MCS_TVcf@@UBEXAAVPASN_Stream@@@Z @12383 NONAME ?Encode@MCS_TVin@@UBEXAAVPASN_Stream@@@Z @12384 NONAME ?Encode@MCS_TVrq@@UBEXAAVPASN_Stream@@@Z @12385 NONAME ?Encode@MCS_TVrs@@UBEXAAVPASN_Stream@@@Z @12386 NONAME ?Encode@MCS_USin@@UBEXAAVPASN_Stream@@@Z @12387 NONAME ?Encode@MCS_USrq@@UBEXAAVPASN_Stream@@@Z @12388 NONAME ?Encode@OpalG711ALaw64k_Decoder@@UAEHPBXPAIPAX11@Z @51532 NONAME ?Encode@OpalG711ALaw64k_Encoder@@UAEHPBXPAIPAX11@Z @51533 NONAME ?Encode@OpalG711uLaw64k_Decoder@@UAEHPBXPAIPAX11@Z @51534 NONAME ?Encode@OpalG711uLaw64k_Encoder@@UAEHPBXPAIPAX11@Z @51535 NONAME ?Encode@OpalPluginCodec@@UAEHPBXPAIPAX11@Z @51536 NONAME ?Encode@Q931@@QBEHAAVPBYTEArray@@@Z @12389 NONAME ?Encode@T38_Data_Field_subtype@@UBEXAAVPASN_Stream@@@Z @28233 NONAME ?Encode@T38_IFPPacket@@UBEXAAVPASN_Stream@@@Z @28234 NONAME ?Encode@T38_PreCorrigendum_Data_Field_subtype@@UBEXAAVPASN_Stream@@@Z @31744 NONAME ?Encode@T38_PreCorrigendum_IFPPacket@@UBEXAAVPASN_Stream@@@Z @31745 NONAME ?Encode@T38_UDPTLPacket@@UBEXAAVPASN_Stream@@@Z @28235 NONAME ?Encode@T38_UDPTLPacket_error_recovery_fec_info@@UBEXAAVPASN_Stream@@@Z @28236 NONAME ?Encode@X224@@QBEHAAVPBYTEArray@@@Z @12390 NONAME ?Encode@X880_Invoke@@UBEXAAVPASN_Stream@@@Z @21836 NONAME ?Encode@X880_Reject@@UBEXAAVPASN_Stream@@@Z @21837 NONAME ?Encode@X880_ReturnError@@UBEXAAVPASN_Stream@@@Z @21838 NONAME ?Encode@X880_ReturnResult@@UBEXAAVPASN_Stream@@@Z @21839 NONAME ?Encode@X880_ReturnResult_result@@UBEXAAVPASN_Stream@@@Z @21840 NONAME ?EncodeFrame@H323PluginFramedAudioCodec@@UAEHPAEAAI@Z @49725 NONAME ?EncodeFrame@H323StreamedAudioCodec@@UAEHPAEAAI@Z @12391 NONAME ?EncodeSample@H323_ALawCodec@@SAHF@Z @29386 NONAME ?EncodeSample@H323_muLawCodec@@SAHF@Z @29387 NONAME ?EncodeSubType@T38_UDPTLPacket_primary_ifp_packet@@QAEXABVT38_IFPPacket@@@Z @29352 NONAME ?encode_blk@H261Encoder@@IAEXPBFPBD@Z @12394 NONAME ?encode_mb@H261DCTEncoder@@MAEXIPBEIIH@Z @12395 NONAME ?encode_mb@H261Encoder@@MAEXIPBEIIH@Z @12396 NONAME ?encode_mb@H261PixelEncoder@@MAEXIPBEIIH@Z @12397 NONAME ?end@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@std@@QAE?AViterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@2@XZ @51255 NONAME ?end@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@2@XZ @52603 NONAME ?end@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@2@XZ @50997 NONAME ?end@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@2@XZ @50998 NONAME ?end@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@2@XZ @51537 NONAME ?end@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@2@XZ @52604 NONAME ?end@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@2@XZ @50999 NONAME ?end@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAEPAULookupRecord@@XZ @52605 NONAME ?end@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAE?AViterator@12@XZ @51256 NONAME ?end@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAE?AViterator@12@XZ @52606 NONAME ?end@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAE?AViterator@12@XZ @51000 NONAME ?end@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QAE?AViterator@12@XZ @51001 NONAME ?end@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAE?AViterator@12@XZ @51538 NONAME ?end@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAE?AViterator@12@XZ @52607 NONAME ?end@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAE?AViterator@12@XZ @51002 NONAME ?EndTransmit@OpalRFC2833@@UAEHXZ @29935 NONAME ?Enqueue@ByteQueue@OpalVoipBlasterDevice@@QAEHE@Z @29761 NONAME ?equal_range@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@V123@@2@ABVPString@@@Z @52608 NONAME ?erase@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@2@V342@0@Z @51003 NONAME ?erase@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@2@V342@0@Z @52609 NONAME ?erase@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@2@V342@0@Z @51004 NONAME ?erase@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@std@@QAEIABVPString@@@Z @52610 NONAME ?erase@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAE?AViterator@12@V312@0@Z @51257 NONAME ?erase@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAE?AViterator@12@V312@@Z @51258 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@0@Z @52611 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@@Z @52612 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@0@Z @51005 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@@Z @51006 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@0@Z @51007 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@@Z @51008 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@0@Z @51539 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@@Z @51540 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@0@Z @52613 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@@Z @52614 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@0@Z @51009 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@@Z @51010 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAEIABVPString@@@Z @52615 NONAME ?err@P64Decoder@@MBAXPBDZZ @12398 NONAME ?ETSIXMLTokenOID@OpalOSP@@3PBDB @52616 NONAME ?Exit@RTP_SessionManager@@QAEXXZ @24352 NONAME ?ExtractTransport@H323_RTP_UDP@@MAEHABVH245_TransportAddress@@HAAI@Z @34895 NONAME ?FastStartStateNames@H323Connection@@1QBQBDB @12399 NONAME ?FastUpdatePicture@P64Encoder@@QAEXXZ @37753 NONAME ?FastUpdatePicture@Pre_Vid_Coder@@QAEXXZ @37754 NONAME ?fdct@@YAXPBEHPAFPBM@Z @30570 NONAME ?fdct_fold_q@@YAXPBHPAM@Z @30571 NONAME ?fill@std@@YAXPAULookupRecord@@0ABU2@@Z @52617 NONAME ?filter@P64Decoder@@IAEXPAE0I@Z @12402 NONAME ?Finalise@H235Authenticator@@UAEHAAVPBYTEArray@@@Z @34835 NONAME ?Finalise@H235AuthProcedure1@@UAEHAAVPBYTEArray@@@Z @28872 NONAME ?find@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@std@@QAE?AViterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@2@ABI@Z @51259 NONAME ?find@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@2@ABVPString@@@Z @52618 NONAME ?find@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@2@ABVPString@@@Z @51011 NONAME ?find@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@2@ABVPString@@@Z @51012 NONAME ?find@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@2@ABVPString@@@Z @51541 NONAME ?find@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@2@ABVPString@@@Z @52619 NONAME ?find@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@std@@QAE?AViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@2@ABVPString@@@Z @51013 NONAME ?find@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAE?AViterator@12@ABI@Z @51260 NONAME ?find@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @52620 NONAME ?find@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @51014 NONAME ?find@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @51015 NONAME ?find@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @51542 NONAME ?find@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @52621 NONAME ?find@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @51016 NONAME ?find@std@@YAPAVPString@@PAV2@0ABV2@@Z @49998 NONAME ?find@std@@YAPAVPString@@PAV2@0ABVPCaselessString@@@Z @50354 NONAME ?FindCall@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323GatekeeperCall@@@@ABVOpalGloballyUniqueID@@HW4PSafetyMode@@@Z @30419 NONAME ?FindCall@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323GatekeeperCall@@@@ABVOpalGloballyUniqueID@@W4Direction@H323GatekeeperCall@@W4PSafetyMode@@@Z @30420 NONAME ?FindCall@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323GatekeeperCall@@@@ABVPString@@W4PSafetyMode@@@Z @31487 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@ABV2@@Z @17219 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@ABVH245_Capability@@@Z @17220 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@ABVH245_DataType@@@Z @17221 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@ABVH245_ModeElement@@@Z @29565 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@ABVPString@@W4CapabilityDirection@2@@Z @29109 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@I@Z @17222 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@W4CapabilityDirection@2@@Z @29110 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@W4MainTypes@2@ABVPASN_Choice@@PBI@Z @38327 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@W4MainTypes@2@I@Z @17223 NONAME ?FindCapability@H323EndPoint@@QBEPAVH323Capability@@ABVH245_Capability@@@Z @17224 NONAME ?FindCapability@H323EndPoint@@QBEPAVH323Capability@@ABVH245_DataType@@@Z @17225 NONAME ?FindCapability@H323EndPoint@@QBEPAVH323Capability@@W4MainTypes@2@I@Z @17226 NONAME ?FindChannel@H245NegLogicalChannels@@QAEPAVH323Channel@@IH@Z @12406 NONAME ?FindChannel@H323Connection@@QBEPAVH323Channel@@IH@Z @17193 NONAME ?FindChannelBySession@H245NegLogicalChannels@@QAEPAVH323Channel@@IH@Z @17194 NONAME ?FindConnectionWithLock@H323EndPoint@@QAEPAVH323Connection@@ABVPString@@@Z @12407 NONAME ?FindConnectionWithoutLocks@H323EndPoint@@IAEPAVH323Connection@@ABVPString@@@Z @12408 NONAME ?FindDestinationEndPoint@H323GatekeeperServer@@QAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVOpalGloballyUniqueID@@W4Direction@H323GatekeeperCall@@@Z @38319 NONAME ?FindEndPointByAliasAddress@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVH225_AliasAddress@@W4PSafetyMode@@@Z @30421 NONAME ?FindEndPointByAliasString@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVPString@@W4PSafetyMode@@@Z @30422 NONAME ?FindEndPointByIdentifier@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVPString@@W4PSafetyMode@@@Z @30423 NONAME ?FindEndPointByPartialAlias@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVPString@@W4PSafetyMode@@@Z @31690 NONAME ?FindEndPointByPrefixString@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVPString@@W4PSafetyMode@@@Z @38321 NONAME ?FindEndPointBySignalAddress@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVH323TransportAddress@@W4PSafetyMode@@@Z @30424 NONAME ?FindEndPointBySignalAddresses@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVH225_ArrayOf_TransportAddress@@W4PSafetyMode@@@Z @30425 NONAME ?FindMediaFormat@@YA?AVOpalMediaFormat@@W4PayloadTypes@RTP_DataFrame@@@Z @20607 NONAME ?FindNegLogicalChannel@H245NegLogicalChannels@@QAEPAVH245NegLogicalChannel@@IH@Z @30857 NONAME ?FindWithLock@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UAE?AV?$PSafePtr@VH323GatekeeperCall@@@@ABVH323GatekeeperCall@@W4PSafetyMode@@@Z @31639 NONAME ?FindWithLock@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UAE?AV?$PSafePtr@VH323PeerElementDescriptor@@@@ABVH323PeerElementDescriptor@@W4PSafetyMode@@@Z @37259 NONAME ?FindWithLock@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UAE?AV?$PSafePtr@VH323PeerElementServiceRelationship@@@@ABVH323PeerElementServiceRelationship@@W4PSafetyMode@@@Z @37260 NONAME ?FindWithLock@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVPString@@W4PSafetyMode@@@Z @31640 NONAME ?First@RTP_SessionManager@@QAEPAVRTP_Session@@XZ @24353 NONAME ?flush@H261Encoder@@IAEHPAUpktbuf@Transmitter@@H0@Z @12410 NONAME ?Flush@VoipBlasterInterface@@QAEXVPTimeInterval@@@Z @38301 NONAME ?ForwardCall@H323Connection@@UAEHABVPString@@@Z @17395 NONAME ?ForwardConnection@H323EndPoint@@UAEHAAVH323Connection@@ABVPString@@ABVH323SignalPDU@@@Z @31696 NONAME ?Free_Memory@Pre_Vid_Coder@@IAEXXZ @12417 NONAME ?GenerateBusyTone@PDTMFEncoder@@QAEXXZ @52622 NONAME ?GenerateCallReference@Q931@@SAIXZ @29188 NONAME ?GenerateDialTone@PDTMFEncoder@@QAEXXZ @52623 NONAME ?GenerateRingBackTone@PDTMFEncoder@@QAEXXZ @52624 NONAME ?GetAdmissionRequestAuthentication@H323Connection@@UAEHABVH225_AdmissionRequest@@AAVH235Authenticators@@@Z @38012 NONAME ?GetAdmissionRequestAuthentication@H323GatekeeperServer@@UAEHAAVH323GatekeeperARQ@@AAVH235Authenticators@@@Z @38013 NONAME ?GetAEC@OpalIxJDevice@@UAE?AW4AECLevels@OpalLineInterfaceDevice@@I@Z @12419 NONAME ?GetAEC@OpalLineInterfaceDevice@@UAE?AW4AECLevels@1@I@Z @12420 NONAME ?GetAEC@OpalVoipBlasterDevice@@UAE?AW4AECLevels@OpalLineInterfaceDevice@@I@Z @29763 NONAME ?GetAlertingTime@H323Connection@@QBE?AVPTime@@XZ @29557 NONAME ?GetAlias@H323RegisteredEndPoint@@QBE?AVPString@@H@Z @28515 NONAME ?GetAliasCount@H323RegisteredEndPoint@@QBEHXZ @28516 NONAME ?GetAliases@H323RegisteredEndPoint@@QBEABVPStringArray@@XZ @37747 NONAME ?GetAliasNames@H323EndPoint@@QBEABVPStringList@@XZ @12421 NONAME ?GetAllConnections@H323EndPoint@@QAE?AVPStringList@@XZ @30572 NONAME ?GetAt@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UBEPAVH245NegLogicalChannel@@ABVH323ChannelNumber@@@Z @12424 NONAME ?GetAt@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UBEPAVH323ServiceControlSession@@ABVPOrdinalKey@@@Z @33866 NONAME ?GetAt@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UBEPAVH450xHandler@@ABVPOrdinalKey@@@Z @29022 NONAME ?GetAt@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UBEPAVPBYTEArray@@ABVPOrdinalKey@@@Z @12425 NONAME ?GetAt@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UBEPAVRequest@H323Transactor@@ABVPOrdinalKey@@@Z @37408 NONAME ?GetAt@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UBEPAVRTP_Session@@ABVPOrdinalKey@@@Z @12426 NONAME ?GetAt@?$PDictionary@VPString@@VH323Connection@@@@UBEPAVH323Connection@@ABVPString@@@Z @12427 NONAME ?GetAt@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UBEPAVH323RegisteredEndPoint@@ABVPString@@@Z @28517 NONAME ?GetAt@?$PDictionary@VPString@@VPOrdinalKey@@@@UBEPAVPOrdinalKey@@ABVPString@@@Z @37488 NONAME ?GetAt@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UAE?AV?$PSafePtr@VH323GatekeeperCall@@@@HW4PSafetyMode@@@Z @51543 NONAME ?GetAt@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UAE?AV?$PSafePtr@VH323PeerElementDescriptor@@@@HW4PSafetyMode@@@Z @51544 NONAME ?GetAt@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UAE?AV?$PSafePtr@VH323PeerElementServiceRelationship@@@@HW4PSafetyMode@@@Z @51545 NONAME ?GetAt@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@HW4PSafetyMode@@@Z @51546 NONAME ?GetAuthenticators@H323RegisteredEndPoint@@UBEABVH235Authenticators@@XZ @31306 NONAME ?GetAuthenticators@H323TransactionPDU@@QBEABVH235Authenticators@@XZ @36820 NONAME ?GetAverageSignalLevel@G7231_File_Codec@@UAEIXZ @31453 NONAME ?GetAverageSignalLevel@H323AudioCodec@@UAEIXZ @12429 NONAME ?GetAverageSignalLevel@H323FramedAudioCodec@@UAEIXZ @12430 NONAME ?GetAverageSignalLevel@H323_LIDCodec@@UAEIXZ @12431 NONAME ?GetAverageSignalLevel@OpalIxJDevice@@UAEIIH@Z @20919 NONAME ?GetAverageSignalLevel@OpalLineInterfaceDevice@@UAEIIH@Z @20920 NONAME ?GetAverageSignalLevel@OpalVoipBlasterDevice@@UAEIIH@Z @29764 NONAME ?GetBandwidth@G7231_File_Codec@@QBEIXZ @31088 NONAME ?GetBandwidth@OpalMediaFormat@@QBEIXZ @20608 NONAME ?GetBandwidthAvailable@H323Connection@@QBEIXZ @12437 NONAME ?GetBandwidthUsed@H323Channel@@QBEIXZ @12438 NONAME ?GetBandwidthUsed@H323Connection@@QBEIXZ @12439 NONAME ?GetBearerCapabilities@Q931@@QAEHAAW4InformationTransferCapability@1@AAIPAI2@Z @29098 NONAME ?GetBitsPerSec@OpalG711ALaw64k_Base@@UBEIXZ @51547 NONAME ?GetBitsPerSec@OpalG711uLaw64k_Base@@UBEIXZ @51548 NONAME ?GetBitsPerSec@OpalPluginCodec@@UBEIXZ @51549 NONAME ?GetBytesPerFrame@OpalG711ALaw64k_Base@@UBEIXZ @51550 NONAME ?GetBytesPerFrame@OpalG711uLaw64k_Base@@UBEIXZ @51551 NONAME ?GetBytesPerFrame@OpalPluginCodec@@UBEIXZ @51552 NONAME ?GetCall@H323RegisteredEndPoint@@QAEAAVH323GatekeeperCall@@H@Z @31264 NONAME ?GetCallCount@H323RegisteredEndPoint@@QBEHXZ @31265 NONAME ?GetCallCreditAmount@H323GatekeeperCall@@UBE?AVPString@@XZ @33867 NONAME ?GetCallCreditAmount@H323RegisteredEndPoint@@UBE?AVPString@@XZ @33868 NONAME ?GetCallCreditMode@H323GatekeeperCall@@UBEHXZ @33869 NONAME ?GetCallCreditMode@H323RegisteredEndPoint@@UBEHXZ @33870 NONAME ?GetCalledPartyNumber@Q931@@QBEHAAVPString@@PAI1@Z @12440 NONAME ?GetCallEndReason@H323Connection@@QBE?AW4CallEndReason@1@XZ @17399 NONAME ?GetCallerID@OpalIxJDevice@@UAEHIAAVPString@@H@Z @12441 NONAME ?GetCallerID@OpalLineInterfaceDevice@@UAEHIAAVPString@@H@Z @12442 NONAME ?GetCallerID@OpalUSBDevice@@UAEHIAAVPString@@H@Z @52625 NONAME ?GetCallerID@OpalVoipBlasterDevice@@UAEHIAAVPString@@H@Z @29765 NONAME ?GetCallIdentifier@H323Connection@@QBEABVOpalGloballyUniqueID@@XZ @20691 NONAME ?GetCallIdentifier@H323GatekeeperCall@@QBEABVOpalGloballyUniqueID@@XZ @31230 NONAME ?GetCallIdentityDictionary@H323EndPoint@@QAEAAV?$PDictionary@VPString@@VH323Connection@@@@XZ @30078 NONAME ?GetCallingPartyNumber@Q931@@QBEHAAVPString@@PAI111II@Z @17163 NONAME ?GetCallIntrusionProtectionLevel@H323EndPoint@@QBEIXZ @30749 NONAME ?GetCallIntrusionT1@H323EndPoint@@QBEABVPTimeInterval@@XZ @30750 NONAME ?GetCallIntrusionT5@H323EndPoint@@QBEABVPTimeInterval@@XZ @31209 NONAME ?GetCallIntrusionT6@H323EndPoint@@QBEABVPTimeInterval@@XZ @31210 NONAME ?GetCallReference@H323Connection@@QBEIXZ @12445 NONAME ?GetCallReference@H323GatekeeperCall@@QBEIXZ @31231 NONAME ?GetCallReference@Q931@@QBEIXZ @12446 NONAME ?GetCallState@Q931@@QBE?AW4CallStates@1@PAI@Z @30255 NONAME ?GetCallToken@H323Connection@@QBEABVPString@@XZ @12447 NONAME ?GetCallTransferInvokeId@H323Connection@@QAEHXZ @29023 NONAME ?GetCallTransferT1@H323EndPoint@@QBEABVPTimeInterval@@XZ @30290 NONAME ?GetCallTransferT2@H323EndPoint@@QBEABVPTimeInterval@@XZ @30291 NONAME ?GetCallTransferT3@H323EndPoint@@QBEABVPTimeInterval@@XZ @30292 NONAME ?GetCallTransferT4@H323EndPoint@@QBEABVPTimeInterval@@XZ @30293 NONAME ?GetCanonicalName@RTP_Session@@QBE?AVPString@@XZ @31763 NONAME ?GetCapabilities@H323EndPoint@@QBEABVH323Capabilities@@XZ @17227 NONAME ?GetCapability@H323Channel@@QBEABVH323Capability@@XZ @12448 NONAME ?GetCapabilityDirection@H323Capability@@QBE?AW4CapabilityDirection@1@XZ @29111 NONAME ?GetCapabilityExchangeTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @30294 NONAME ?GetCapabilityNumber@H323Capability@@QBEIXZ @12450 NONAME ?GetCause@Q931@@QBE?AW4CauseValues@1@PAI0@Z @17400 NONAME ?GetChannel@H245NegLogicalChannel@@QAEPAVH323Channel@@XZ @12453 NONAME ?GetChannelAt@H245NegLogicalChannels@@QAEPAVH323Channel@@H@Z @17437 NONAME ?GetChannelIdentification@Q931@@QBEHPAI0PAH@Z @37332 NONAME ?GetChannelThreadPriority@H323EndPoint@@QBE?AW4Priority@PThread@@XZ @51553 NONAME ?GetChannelThreadStackSize@H323EndPoint@@QBEHXZ @12455 NONAME ?GetCheckResponseCryptoTokens@H323Transactor@@QAEHXZ @37409 NONAME ?GetChoice@H323RasPDU@@UAEAAVPASN_Choice@@XZ @36821 NONAME ?GetChoice@H323RasPDU@@UBEABVPASN_Choice@@XZ @35005 NONAME ?GetChoice@H501PDU@@UAEAAVPASN_Choice@@XZ @37114 NONAME ?GetChoice@H501PDU@@UBEABVPASN_Choice@@XZ @37115 NONAME ?GetClass@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBEPBDI@Z @27817 NONAME ?GetClass@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBEPBDI@Z @27818 NONAME ?GetClass@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBEPBDI@Z @27819 NONAME ?GetClass@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBEPBDI@Z @27820 NONAME ?GetClass@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBEPBDI@Z @27821 NONAME ?GetClass@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBEPBDI@Z @27822 NONAME ?GetClass@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBEPBDI@Z @27823 NONAME ?GetClass@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBEPBDI@Z @27824 NONAME ?GetClass@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBEPBDI@Z @27825 NONAME ?GetClass@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBEPBDI@Z @27826 NONAME ?GetClass@?$PArray@V?$PList@VH323Capability@@@@@@UBEPBDI@Z @12466 NONAME ?GetClass@?$PArray@VH323SimultaneousCapabilities@@@@UBEPBDI@Z @12467 NONAME ?GetClass@?$PArray@VH323TransportAddress@@@@UBEPBDI@Z @28519 NONAME ?GetClass@?$PArray@VReceiverReport@RTP_Session@@@@UBEPBDI@Z @17088 NONAME ?GetClass@?$PArray@VSourceDescription@RTP_Session@@@@UBEPBDI@Z @17089 NONAME ?GetClass@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UBEPBDI@Z @12468 NONAME ?GetClass@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UBEPBDI@Z @33871 NONAME ?GetClass@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UBEPBDI@Z @29024 NONAME ?GetClass@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UBEPBDI@Z @12469 NONAME ?GetClass@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UBEPBDI@Z @37410 NONAME ?GetClass@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UBEPBDI@Z @12470 NONAME ?GetClass@?$PDictionary@VPString@@VH323Connection@@@@UBEPBDI@Z @12471 NONAME ?GetClass@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UBEPBDI@Z @28520 NONAME ?GetClass@?$PDictionary@VPString@@VPOrdinalKey@@@@UBEPBDI@Z @37489 NONAME ?GetClass@?$PList@VH235Authenticator@@@@UBEPBDI@Z @28877 NONAME ?GetClass@?$PList@VH245_GenericParameter@@@@UBEPBDI@Z @52626 NONAME ?GetClass@?$PList@VH323Capability@@@@UBEPBDI@Z @12472 NONAME ?GetClass@?$PList@VH323Channel@@@@UBEPBDI@Z @12473 NONAME ?GetClass@?$PList@VH323GatekeeperListener@@@@UBEPBDI@Z @28521 NONAME ?GetClass@?$PList@VH323Listener@@@@UBEPBDI@Z @12475 NONAME ?GetClass@?$PList@VH323Transactor@@@@UBEPBDI@Z @35007 NONAME ?GetClass@?$PList@VH450xHandler@@@@UBEPBDI@Z @29025 NONAME ?GetClass@?$PList@VOpalMediaFormat@@@@UBEPBDI@Z @20609 NONAME ?GetClass@?$PList@VPBYTEArray@@@@UBEPBDI@Z @34565 NONAME ?GetClass@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UBEPBDI@Z @31641 NONAME ?GetClass@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UBEPBDI@Z @37261 NONAME ?GetClass@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UBEPBDI@Z @37262 NONAME ?GetClass@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UBEPBDI@Z @31642 NONAME ?GetClass@?$PSafePtr@VH323GatekeeperCall@@@@UBEPBDI@Z @30430 NONAME ?GetClass@?$PSafePtr@VH323PeerElementDescriptor@@@@UBEPBDI@Z @37263 NONAME ?GetClass@?$PSafePtr@VH323PeerElementServiceRelationship@@@@UBEPBDI@Z @37264 NONAME ?GetClass@?$PSafePtr@VH323RegisteredEndPoint@@@@UBEPBDI@Z @30431 NONAME ?GetClass@?$PSet@VPOrdinalKey@@@@UBEPBDI@Z @37490 NONAME ?GetClass@?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@UBEPBDI@Z @30831 NONAME ?GetClass@?$PSortedList@VH225_AliasAddress@@@@UBEPBDI@Z @37652 NONAME ?GetClass@?$PSortedList@VH323GatekeeperCall@@@@UBEPBDI@Z @28522 NONAME ?GetClass@?$PSortedList@VH323PeerElementDescriptor@@@@UBEPBDI@Z @37265 NONAME ?GetClass@?$PSortedList@VH323PeerElementServiceRelationship@@@@UBEPBDI@Z @37266 NONAME ?GetClass@?$PSortedList@VMXRecord@PDNS@@@@UBEPBDI@Z @52627 NONAME ?GetClass@?$PSortedList@VResponse@H323Transactor@@@@UBEPBDI@Z @37411 NONAME ?GetClass@?$PSortedList@VSRVRecord@PDNS@@@@UBEPBDI@Z @52628 NONAME ?GetClass@AlternateInfo@H323Gatekeeper@@UBEPBDI@Z @30832 NONAME ?GetClass@ByteQueue@OpalVoipBlasterDevice@@UBEPBDI@Z @29766 NONAME ?GetClass@FilterInfo@H323Codec@@UBEPBDI@Z @29976 NONAME ?GetClass@G7231_File_Capability@@UBEPBDI@Z @31090 NONAME ?GetClass@G7231_File_Codec@@UBEPBDI@Z @31091 NONAME ?GetClass@GCC_AlternativeNodeID@@UBEPBDI@Z @12476 NONAME ?GetClass@GCC_ApplicationInvokeIndication@@UBEPBDI@Z @12477 NONAME ?GetClass@GCC_ApplicationInvokeSpecifier@@UBEPBDI@Z @12478 NONAME ?GetClass@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@UBEPBDI@Z @12479 NONAME ?GetClass@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBEPBDI@Z @12480 NONAME ?GetClass@GCC_ApplicationRecord@@UBEPBDI@Z @12481 NONAME ?GetClass@GCC_ApplicationRecord_nonCollapsingCapabilities@@UBEPBDI@Z @12482 NONAME ?GetClass@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBEPBDI@Z @12483 NONAME ?GetClass@GCC_ArrayOf_ApplicationInvokeSpecifier@@UBEPBDI@Z @12484 NONAME ?GetClass@GCC_ArrayOf_ChallengeItem@@UBEPBDI@Z @12485 NONAME ?GetClass@GCC_ArrayOf_ConferenceDescriptor@@UBEPBDI@Z @12486 NONAME ?GetClass@GCC_ArrayOf_Privilege@@UBEPBDI@Z @12487 NONAME ?GetClass@GCC_ArrayOf_TextString@@UBEPBDI@Z @12488 NONAME ?GetClass@GCC_ArrayOf_UserID@@UBEPBDI@Z @12489 NONAME ?GetClass@GCC_AsymmetryIndicator@@UBEPBDI@Z @12490 NONAME ?GetClass@GCC_CapabilityClass@@UBEPBDI@Z @12491 NONAME ?GetClass@GCC_CapabilityID@@UBEPBDI@Z @12492 NONAME ?GetClass@GCC_ChallengeItem@@UBEPBDI@Z @12493 NONAME ?GetClass@GCC_ChallengeRequest@@UBEPBDI@Z @12494 NONAME ?GetClass@GCC_ChallengeResponse@@UBEPBDI@Z @12495 NONAME ?GetClass@GCC_ChallengeResponseAlgorithm@@UBEPBDI@Z @12496 NONAME ?GetClass@GCC_ChallengeResponseItem@@UBEPBDI@Z @12497 NONAME ?GetClass@GCC_ChannelID@@UBEPBDI@Z @12498 NONAME ?GetClass@GCC_ChannelType@@UBEPBDI@Z @12499 NONAME ?GetClass@GCC_ConductorAssignIndication@@UBEPBDI@Z @12500 NONAME ?GetClass@GCC_ConductorPermissionAskIndication@@UBEPBDI@Z @12501 NONAME ?GetClass@GCC_ConductorPermissionGrantIndication@@UBEPBDI@Z @12502 NONAME ?GetClass@GCC_ConductorReleaseIndication@@UBEPBDI@Z @12503 NONAME ?GetClass@GCC_ConferenceAddRequest@@UBEPBDI@Z @12504 NONAME ?GetClass@GCC_ConferenceAddResponse@@UBEPBDI@Z @12505 NONAME ?GetClass@GCC_ConferenceAddResponse_result@@UBEPBDI@Z @12506 NONAME ?GetClass@GCC_ConferenceAssistanceIndication@@UBEPBDI@Z @12507 NONAME ?GetClass@GCC_ConferenceCreateRequest@@UBEPBDI@Z @12508 NONAME ?GetClass@GCC_ConferenceCreateResponse@@UBEPBDI@Z @12509 NONAME ?GetClass@GCC_ConferenceCreateResponse_result@@UBEPBDI@Z @12510 NONAME ?GetClass@GCC_ConferenceDescriptor@@UBEPBDI@Z @12511 NONAME ?GetClass@GCC_ConferenceEjectUserIndication@@UBEPBDI@Z @12512 NONAME ?GetClass@GCC_ConferenceEjectUserIndication_reason@@UBEPBDI@Z @12513 NONAME ?GetClass@GCC_ConferenceEjectUserRequest@@UBEPBDI@Z @12514 NONAME ?GetClass@GCC_ConferenceEjectUserRequest_reason@@UBEPBDI@Z @12515 NONAME ?GetClass@GCC_ConferenceEjectUserResponse@@UBEPBDI@Z @12516 NONAME ?GetClass@GCC_ConferenceEjectUserResponse_result@@UBEPBDI@Z @12517 NONAME ?GetClass@GCC_ConferenceInviteRequest@@UBEPBDI@Z @12518 NONAME ?GetClass@GCC_ConferenceInviteResponse@@UBEPBDI@Z @12519 NONAME ?GetClass@GCC_ConferenceInviteResponse_result@@UBEPBDI@Z @12520 NONAME ?GetClass@GCC_ConferenceJoinRequest@@UBEPBDI@Z @12521 NONAME ?GetClass@GCC_ConferenceJoinResponse@@UBEPBDI@Z @12522 NONAME ?GetClass@GCC_ConferenceJoinResponse_result@@UBEPBDI@Z @12523 NONAME ?GetClass@GCC_ConferenceLockIndication@@UBEPBDI@Z @12524 NONAME ?GetClass@GCC_ConferenceLockRequest@@UBEPBDI@Z @12525 NONAME ?GetClass@GCC_ConferenceLockResponse@@UBEPBDI@Z @12526 NONAME ?GetClass@GCC_ConferenceLockResponse_result@@UBEPBDI@Z @12527 NONAME ?GetClass@GCC_ConferenceName@@UBEPBDI@Z @12528 NONAME ?GetClass@GCC_ConferenceNameModifier@@UBEPBDI@Z @12529 NONAME ?GetClass@GCC_ConferenceNameSelector@@UBEPBDI@Z @12530 NONAME ?GetClass@GCC_ConferencePriority@@UBEPBDI@Z @12531 NONAME ?GetClass@GCC_ConferencePriorityScheme@@UBEPBDI@Z @12532 NONAME ?GetClass@GCC_ConferenceQueryRequest@@UBEPBDI@Z @12533 NONAME ?GetClass@GCC_ConferenceQueryResponse@@UBEPBDI@Z @12534 NONAME ?GetClass@GCC_ConferenceQueryResponse_result@@UBEPBDI@Z @12535 NONAME ?GetClass@GCC_ConferenceTerminateIndication@@UBEPBDI@Z @12536 NONAME ?GetClass@GCC_ConferenceTerminateIndication_reason@@UBEPBDI@Z @12537 NONAME ?GetClass@GCC_ConferenceTerminateRequest@@UBEPBDI@Z @12538 NONAME ?GetClass@GCC_ConferenceTerminateRequest_reason@@UBEPBDI@Z @12539 NONAME ?GetClass@GCC_ConferenceTerminateResponse@@UBEPBDI@Z @12540 NONAME ?GetClass@GCC_ConferenceTerminateResponse_result@@UBEPBDI@Z @12541 NONAME ?GetClass@GCC_ConferenceTimeExtendIndication@@UBEPBDI@Z @12542 NONAME ?GetClass@GCC_ConferenceTimeInquireIndication@@UBEPBDI@Z @12543 NONAME ?GetClass@GCC_ConferenceTimeRemainingIndication@@UBEPBDI@Z @12544 NONAME ?GetClass@GCC_ConferenceTransferIndication@@UBEPBDI@Z @12545 NONAME ?GetClass@GCC_ConferenceTransferRequest@@UBEPBDI@Z @12546 NONAME ?GetClass@GCC_ConferenceTransferResponse@@UBEPBDI@Z @12547 NONAME ?GetClass@GCC_ConferenceTransferResponse_result@@UBEPBDI@Z @12548 NONAME ?GetClass@GCC_ConferenceUnlockIndication@@UBEPBDI@Z @12549 NONAME ?GetClass@GCC_ConferenceUnlockRequest@@UBEPBDI@Z @12550 NONAME ?GetClass@GCC_ConferenceUnlockResponse@@UBEPBDI@Z @12551 NONAME ?GetClass@GCC_ConferenceUnlockResponse_result@@UBEPBDI@Z @12552 NONAME ?GetClass@GCC_ConnectData@@UBEPBDI@Z @12553 NONAME ?GetClass@GCC_ConnectGCCPDU@@UBEPBDI@Z @12554 NONAME ?GetClass@GCC_DialingString@@UBEPBDI@Z @12555 NONAME ?GetClass@GCC_DynamicChannelID@@UBEPBDI@Z @12556 NONAME ?GetClass@GCC_DynamicTokenID@@UBEPBDI@Z @12557 NONAME ?GetClass@GCC_EntityID@@UBEPBDI@Z @12558 NONAME ?GetClass@GCC_ExtraDialingString@@UBEPBDI@Z @12559 NONAME ?GetClass@GCC_FunctionNotSupportedResponse@@UBEPBDI@Z @12560 NONAME ?GetClass@GCC_GCCPDU@@UBEPBDI@Z @12561 NONAME ?GetClass@GCC_H221NonStandardIdentifier@@UBEPBDI@Z @12562 NONAME ?GetClass@GCC_Handle@@UBEPBDI@Z @12563 NONAME ?GetClass@GCC_IndicationPDU@@UBEPBDI@Z @12564 NONAME ?GetClass@GCC_Key@@UBEPBDI@Z @12565 NONAME ?GetClass@GCC_NetworkAddress@@UBEPBDI@Z @12566 NONAME ?GetClass@GCC_NetworkAddress_subtype@@UBEPBDI@Z @12567 NONAME ?GetClass@GCC_NetworkAddress_subtype_aggregatedChannel@@UBEPBDI@Z @12568 NONAME ?GetClass@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBEPBDI@Z @12569 NONAME ?GetClass@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBEPBDI@Z @12570 NONAME ?GetClass@GCC_NetworkAddress_subtype_transportConnection@@UBEPBDI@Z @12571 NONAME ?GetClass@GCC_NodeProperties@@UBEPBDI@Z @12572 NONAME ?GetClass@GCC_NodeRecord@@UBEPBDI@Z @12573 NONAME ?GetClass@GCC_NodeType@@UBEPBDI@Z @12574 NONAME ?GetClass@GCC_NonStandardParameter@@UBEPBDI@Z @12575 NONAME ?GetClass@GCC_NonStandardPDU@@UBEPBDI@Z @12576 NONAME ?GetClass@GCC_Password@@UBEPBDI@Z @12577 NONAME ?GetClass@GCC_PasswordChallengeRequestResponse@@UBEPBDI@Z @12578 NONAME ?GetClass@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBEPBDI@Z @12579 NONAME ?GetClass@GCC_PasswordSelector@@UBEPBDI@Z @12580 NONAME ?GetClass@GCC_Privilege@@UBEPBDI@Z @12581 NONAME ?GetClass@GCC_RegistryAllocateHandleRequest@@UBEPBDI@Z @12582 NONAME ?GetClass@GCC_RegistryAllocateHandleResponse@@UBEPBDI@Z @12583 NONAME ?GetClass@GCC_RegistryAllocateHandleResponse_result@@UBEPBDI@Z @12584 NONAME ?GetClass@GCC_RegistryAssignTokenRequest@@UBEPBDI@Z @12585 NONAME ?GetClass@GCC_RegistryDeleteEntryRequest@@UBEPBDI@Z @12586 NONAME ?GetClass@GCC_RegistryEntryOwner@@UBEPBDI@Z @12587 NONAME ?GetClass@GCC_RegistryEntryOwner_owned@@UBEPBDI@Z @12588 NONAME ?GetClass@GCC_RegistryItem@@UBEPBDI@Z @12589 NONAME ?GetClass@GCC_RegistryKey@@UBEPBDI@Z @12590 NONAME ?GetClass@GCC_RegistryModificationRights@@UBEPBDI@Z @12591 NONAME ?GetClass@GCC_RegistryMonitorEntryIndication@@UBEPBDI@Z @12592 NONAME ?GetClass@GCC_RegistryMonitorEntryRequest@@UBEPBDI@Z @12593 NONAME ?GetClass@GCC_RegistryRegisterChannelRequest@@UBEPBDI@Z @12594 NONAME ?GetClass@GCC_RegistryResponse@@UBEPBDI@Z @12595 NONAME ?GetClass@GCC_RegistryResponse_primitiveType@@UBEPBDI@Z @12596 NONAME ?GetClass@GCC_RegistryResponse_result@@UBEPBDI@Z @12597 NONAME ?GetClass@GCC_RegistryRetrieveEntryRequest@@UBEPBDI@Z @12598 NONAME ?GetClass@GCC_RegistrySetParameterRequest@@UBEPBDI@Z @12599 NONAME ?GetClass@GCC_RequestPDU@@UBEPBDI@Z @12600 NONAME ?GetClass@GCC_ResponsePDU@@UBEPBDI@Z @12601 NONAME ?GetClass@GCC_RosterUpdateIndication@@UBEPBDI@Z @12602 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation@@UBEPBDI@Z @12603 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBEPBDI@Z @12604 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@UBEPBDI@Z @12605 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@UBEPBDI@Z @12606 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBEPBDI@Z @12607 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@UBEPBDI@Z @12608 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@UBEPBDI@Z @12609 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBEPBDI@Z @12610 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@UBEPBDI@Z @12611 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBEPBDI@Z @12612 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@UBEPBDI@Z @12613 NONAME ?GetClass@GCC_RosterUpdateIndication_nodeInformation@@UBEPBDI@Z @12614 NONAME ?GetClass@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@UBEPBDI@Z @12615 NONAME ?GetClass@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@UBEPBDI@Z @12616 NONAME ?GetClass@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBEPBDI@Z @12617 NONAME ?GetClass@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@UBEPBDI@Z @12618 NONAME ?GetClass@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBEPBDI@Z @12619 NONAME ?GetClass@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@UBEPBDI@Z @12620 NONAME ?GetClass@GCC_SessionKey@@UBEPBDI@Z @12621 NONAME ?GetClass@GCC_SimpleNumericString@@UBEPBDI@Z @12622 NONAME ?GetClass@GCC_SimpleTextString@@UBEPBDI@Z @12623 NONAME ?GetClass@GCC_StaticChannelID@@UBEPBDI@Z @12624 NONAME ?GetClass@GCC_StaticTokenID@@UBEPBDI@Z @12625 NONAME ?GetClass@GCC_SubAddressString@@UBEPBDI@Z @12626 NONAME ?GetClass@GCC_TerminationMethod@@UBEPBDI@Z @12627 NONAME ?GetClass@GCC_TextMessageIndication@@UBEPBDI@Z @12628 NONAME ?GetClass@GCC_TextString@@UBEPBDI@Z @12629 NONAME ?GetClass@GCC_Time@@UBEPBDI@Z @12630 NONAME ?GetClass@GCC_TokenID@@UBEPBDI@Z @12631 NONAME ?GetClass@GCC_UserData@@UBEPBDI@Z @12632 NONAME ?GetClass@GCC_UserData_subtype@@UBEPBDI@Z @12633 NONAME ?GetClass@GCC_UserID@@UBEPBDI@Z @12634 NONAME ?GetClass@GCC_UserIDIndication@@UBEPBDI@Z @12635 NONAME ?GetClass@H225CallThread@@UBEPBDI@Z @12636 NONAME ?GetClass@H225TransportThread@@UBEPBDI@Z @12638 NONAME ?GetClass@H225_AddressPattern@@UBEPBDI@Z @26463 NONAME ?GetClass@H225_AddressPattern_range@@UBEPBDI@Z @26464 NONAME ?GetClass@H225_AdmissionConfirm@@UBEPBDI@Z @12639 NONAME ?GetClass@H225_AdmissionConfirm_language@@UBEPBDI@Z @26465 NONAME ?GetClass@H225_AdmissionReject@@UBEPBDI@Z @12640 NONAME ?GetClass@H225_AdmissionRejectReason@@UBEPBDI@Z @12641 NONAME ?GetClass@H225_AdmissionRequest@@UBEPBDI@Z @12642 NONAME ?GetClass@H225_Alerting_UUIE@@UBEPBDI@Z @12643 NONAME ?GetClass@H225_AliasAddress@@UBEPBDI@Z @12644 NONAME ?GetClass@H225_AlternateGK@@UBEPBDI@Z @12645 NONAME ?GetClass@H225_AlternateTransportAddresses@@UBEPBDI@Z @26466 NONAME ?GetClass@H225_AltGKInfo@@UBEPBDI@Z @12646 NONAME ?GetClass@H225_ANSI_41_UIM@@UBEPBDI@Z @26467 NONAME ?GetClass@H225_ANSI_41_UIM_system_id@@UBEPBDI@Z @26468 NONAME ?GetClass@H225_ArrayOf_AddressPattern@@UBEPBDI@Z @26469 NONAME ?GetClass@H225_ArrayOf_AdmissionConfirm@@UBEPBDI@Z @38825 NONAME ?GetClass@H225_ArrayOf_AliasAddress@@UBEPBDI@Z @12647 NONAME ?GetClass@H225_ArrayOf_AlternateGK@@UBEPBDI@Z @12648 NONAME ?GetClass@H225_ArrayOf_AuthenticationMechanism@@UBEPBDI@Z @12649 NONAME ?GetClass@H225_ArrayOf_BandwidthDetails@@UBEPBDI@Z @26470 NONAME ?GetClass@H225_ArrayOf_CallReferenceValue@@UBEPBDI@Z @12650 NONAME ?GetClass@H225_ArrayOf_CallsAvailable@@UBEPBDI@Z @26471 NONAME ?GetClass@H225_ArrayOf_ClearToken@@UBEPBDI@Z @12651 NONAME ?GetClass@H225_ArrayOf_ConferenceIdentifier@@UBEPBDI@Z @12652 NONAME ?GetClass@H225_ArrayOf_ConferenceList@@UBEPBDI@Z @12653 NONAME ?GetClass@H225_ArrayOf_CryptoH323Token@@UBEPBDI@Z @12654 NONAME ?GetClass@H225_ArrayOf_DataRate@@UBEPBDI@Z @12655 NONAME ?GetClass@H225_ArrayOf_Endpoint@@UBEPBDI@Z @12656 NONAME ?GetClass@H225_ArrayOf_EnumeratedParameter@@UBEPBDI@Z @26472 NONAME ?GetClass@H225_ArrayOf_ExtendedAliasAddress@@UBEPBDI@Z @26473 NONAME ?GetClass@H225_ArrayOf_FeatureDescriptor@@UBEPBDI@Z @26474 NONAME ?GetClass@H225_ArrayOf_GenericData@@UBEPBDI@Z @26475 NONAME ?GetClass@H225_ArrayOf_H245Security@@UBEPBDI@Z @12657 NONAME ?GetClass@H225_ArrayOf_H248PackagesDescriptor@@UBEPBDI@Z @26476 NONAME ?GetClass@H225_ArrayOf_IntegrityMechanism@@UBEPBDI@Z @12658 NONAME ?GetClass@H225_ArrayOf_NonStandardParameter@@UBEPBDI@Z @12659 NONAME ?GetClass@H225_ArrayOf_PartyNumber@@UBEPBDI@Z @26477 NONAME ?GetClass@H225_ArrayOf_PASN_ObjectId@@UBEPBDI@Z @12660 NONAME ?GetClass@H225_ArrayOf_PASN_OctetString@@UBEPBDI@Z @12661 NONAME ?GetClass@H225_ArrayOf_RasUsageSpecification@@UBEPBDI@Z @26478 NONAME ?GetClass@H225_ArrayOf_RTPSession@@UBEPBDI@Z @12662 NONAME ?GetClass@H225_ArrayOf_ServiceControlSession@@UBEPBDI@Z @26479 NONAME ?GetClass@H225_ArrayOf_SupportedPrefix@@UBEPBDI@Z @12663 NONAME ?GetClass@H225_ArrayOf_SupportedProtocols@@UBEPBDI@Z @12664 NONAME ?GetClass@H225_ArrayOf_TransportAddress@@UBEPBDI@Z @12665 NONAME ?GetClass@H225_ArrayOf_TransportChannelInfo@@UBEPBDI@Z @12666 NONAME ?GetClass@H225_ArrayOf_TunnelledProtocol@@UBEPBDI@Z @26480 NONAME ?GetClass@H225_BandRejectReason@@UBEPBDI@Z @12667 NONAME ?GetClass@H225_BandWidth@@UBEPBDI@Z @12668 NONAME ?GetClass@H225_BandwidthConfirm@@UBEPBDI@Z @12669 NONAME ?GetClass@H225_BandwidthDetails@@UBEPBDI@Z @26481 NONAME ?GetClass@H225_BandwidthReject@@UBEPBDI@Z @12670 NONAME ?GetClass@H225_BandwidthRequest@@UBEPBDI@Z @12671 NONAME ?GetClass@H225_CallCapacity@@UBEPBDI@Z @26482 NONAME ?GetClass@H225_CallCapacityInfo@@UBEPBDI@Z @26483 NONAME ?GetClass@H225_CallCreditCapability@@UBEPBDI@Z @26484 NONAME ?GetClass@H225_CallCreditServiceControl@@UBEPBDI@Z @26485 NONAME ?GetClass@H225_CallCreditServiceControl_billingMode@@UBEPBDI@Z @26486 NONAME ?GetClass@H225_CallCreditServiceControl_callStartingPoint@@UBEPBDI@Z @26487 NONAME ?GetClass@H225_CallIdentifier@@UBEPBDI@Z @12672 NONAME ?GetClass@H225_CallLinkage@@UBEPBDI@Z @26488 NONAME ?GetClass@H225_CallModel@@UBEPBDI@Z @12673 NONAME ?GetClass@H225_CallProceeding_UUIE@@UBEPBDI@Z @12674 NONAME ?GetClass@H225_CallReferenceValue@@UBEPBDI@Z @12675 NONAME ?GetClass@H225_CallsAvailable@@UBEPBDI@Z @26489 NONAME ?GetClass@H225_CallTerminationCause@@UBEPBDI@Z @26490 NONAME ?GetClass@H225_CallType@@UBEPBDI@Z @12676 NONAME ?GetClass@H225_CapacityReportingCapability@@UBEPBDI@Z @26491 NONAME ?GetClass@H225_CapacityReportingSpecification@@UBEPBDI@Z @26492 NONAME ?GetClass@H225_CapacityReportingSpecification_when@@UBEPBDI@Z @26493 NONAME ?GetClass@H225_CarrierInfo@@UBEPBDI@Z @38826 NONAME ?GetClass@H225_CicInfo@@UBEPBDI@Z @26494 NONAME ?GetClass@H225_CicInfo_cic@@UBEPBDI@Z @26495 NONAME ?GetClass@H225_CircuitIdentifier@@UBEPBDI@Z @26496 NONAME ?GetClass@H225_CircuitInfo@@UBEPBDI@Z @26497 NONAME ?GetClass@H225_ConferenceIdentifier@@UBEPBDI@Z @12677 NONAME ?GetClass@H225_ConferenceList@@UBEPBDI@Z @12678 NONAME ?GetClass@H225_Connect_UUIE@@UBEPBDI@Z @12679 NONAME ?GetClass@H225_Connect_UUIE_language@@UBEPBDI@Z @26498 NONAME ?GetClass@H225_Content@@UBEPBDI@Z @26499 NONAME ?GetClass@H225_CryptoH323Token@@UBEPBDI@Z @12680 NONAME ?GetClass@H225_CryptoH323Token_cryptoEPPwdHash@@UBEPBDI@Z @12681 NONAME ?GetClass@H225_CryptoH323Token_cryptoGKPwdHash@@UBEPBDI@Z @12682 NONAME ?GetClass@H225_DataRate@@UBEPBDI@Z @12683 NONAME ?GetClass@H225_DisengageConfirm@@UBEPBDI@Z @12684 NONAME ?GetClass@H225_DisengageReason@@UBEPBDI@Z @12685 NONAME ?GetClass@H225_DisengageReject@@UBEPBDI@Z @12686 NONAME ?GetClass@H225_DisengageRejectReason@@UBEPBDI@Z @12687 NONAME ?GetClass@H225_DisengageRequest@@UBEPBDI@Z @12688 NONAME ?GetClass@H225_EncodedFastStartToken@@UBEPBDI@Z @27827 NONAME ?GetClass@H225_EncryptIntAlg@@UBEPBDI@Z @12689 NONAME ?GetClass@H225_Endpoint@@UBEPBDI@Z @12690 NONAME ?GetClass@H225_EndpointIdentifier@@UBEPBDI@Z @12691 NONAME ?GetClass@H225_EndpointType@@UBEPBDI@Z @12692 NONAME ?GetClass@H225_EnumeratedParameter@@UBEPBDI@Z @26500 NONAME ?GetClass@H225_ExtendedAliasAddress@@UBEPBDI@Z @26501 NONAME ?GetClass@H225_FacilityReason@@UBEPBDI@Z @12693 NONAME ?GetClass@H225_Facility_UUIE@@UBEPBDI@Z @12694 NONAME ?GetClass@H225_FastStartToken@@UBEPBDI@Z @12695 NONAME ?GetClass@H225_FeatureDescriptor@@UBEPBDI@Z @26502 NONAME ?GetClass@H225_FeatureSet@@UBEPBDI@Z @26503 NONAME ?GetClass@H225_GatekeeperConfirm@@UBEPBDI@Z @12696 NONAME ?GetClass@H225_GatekeeperIdentifier@@UBEPBDI@Z @12697 NONAME ?GetClass@H225_GatekeeperInfo@@UBEPBDI@Z @12698 NONAME ?GetClass@H225_GatekeeperReject@@UBEPBDI@Z @12699 NONAME ?GetClass@H225_GatekeeperRejectReason@@UBEPBDI@Z @12700 NONAME ?GetClass@H225_GatekeeperRequest@@UBEPBDI@Z @12701 NONAME ?GetClass@H225_GatewayInfo@@UBEPBDI@Z @12702 NONAME ?GetClass@H225_GenericData@@UBEPBDI@Z @26504 NONAME ?GetClass@H225_GenericIdentifier@@UBEPBDI@Z @26505 NONAME ?GetClass@H225_GloballyUniqueID@@UBEPBDI@Z @12703 NONAME ?GetClass@H225_GroupID@@UBEPBDI@Z @26506 NONAME ?GetClass@H225_GroupID_member@@UBEPBDI@Z @26507 NONAME ?GetClass@H225_GSM_UIM@@UBEPBDI@Z @26508 NONAME ?GetClass@H225_H221NonStandard@@UBEPBDI@Z @12704 NONAME ?GetClass@H225_H245Security@@UBEPBDI@Z @12705 NONAME ?GetClass@H225_H248PackagesDescriptor@@UBEPBDI@Z @26509 NONAME ?GetClass@H225_H248SignalsDescriptor@@UBEPBDI@Z @26510 NONAME ?GetClass@H225_H310Caps@@UBEPBDI@Z @12706 NONAME ?GetClass@H225_H320Caps@@UBEPBDI@Z @12707 NONAME ?GetClass@H225_H321Caps@@UBEPBDI@Z @12708 NONAME ?GetClass@H225_H322Caps@@UBEPBDI@Z @12709 NONAME ?GetClass@H225_H323Caps@@UBEPBDI@Z @12710 NONAME ?GetClass@H225_H323_UserInformation@@UBEPBDI@Z @12711 NONAME ?GetClass@H225_H323_UserInformation_user_data@@UBEPBDI@Z @12712 NONAME ?GetClass@H225_H323_UU_PDU@@UBEPBDI@Z @12713 NONAME ?GetClass@H225_H323_UU_PDU_h323_message_body@@UBEPBDI@Z @12714 NONAME ?GetClass@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBEPBDI@Z @26511 NONAME ?GetClass@H225_H324Caps@@UBEPBDI@Z @12715 NONAME ?GetClass@H225_ICV@@UBEPBDI@Z @12716 NONAME ?GetClass@H225_InfoRequest@@UBEPBDI@Z @12717 NONAME ?GetClass@H225_InfoRequestAck@@UBEPBDI@Z @12718 NONAME ?GetClass@H225_InfoRequestNak@@UBEPBDI@Z @12719 NONAME ?GetClass@H225_InfoRequestNakReason@@UBEPBDI@Z @12720 NONAME ?GetClass@H225_InfoRequestResponse@@UBEPBDI@Z @12721 NONAME ?GetClass@H225_InfoRequestResponseStatus@@UBEPBDI@Z @26512 NONAME ?GetClass@H225_InfoRequestResponse_perCallInfo@@UBEPBDI@Z @12722 NONAME ?GetClass@H225_InfoRequestResponse_perCallInfo_subtype@@UBEPBDI@Z @12723 NONAME ?GetClass@H225_InfoRequestResponse_perCallInfo_subtype_pdu@@UBEPBDI@Z @12724 NONAME ?GetClass@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBEPBDI@Z @12725 NONAME ?GetClass@H225_Information_UUIE@@UBEPBDI@Z @12726 NONAME ?GetClass@H225_IntegrityMechanism@@UBEPBDI@Z @12727 NONAME ?GetClass@H225_LocationConfirm@@UBEPBDI@Z @12728 NONAME ?GetClass@H225_LocationReject@@UBEPBDI@Z @12729 NONAME ?GetClass@H225_LocationRejectReason@@UBEPBDI@Z @12730 NONAME ?GetClass@H225_LocationRequest@@UBEPBDI@Z @12731 NONAME ?GetClass@H225_McuInfo@@UBEPBDI@Z @12732 NONAME ?GetClass@H225_MobileUIM@@UBEPBDI@Z @26513 NONAME ?GetClass@H225_NonIsoIntegrityMechanism@@UBEPBDI@Z @12733 NONAME ?GetClass@H225_NonStandardIdentifier@@UBEPBDI@Z @12734 NONAME ?GetClass@H225_NonStandardMessage@@UBEPBDI@Z @12735 NONAME ?GetClass@H225_NonStandardParameter@@UBEPBDI@Z @12736 NONAME ?GetClass@H225_NonStandardProtocol@@UBEPBDI@Z @12737 NONAME ?GetClass@H225_Notify_UUIE@@UBEPBDI@Z @26514 NONAME ?GetClass@H225_NumberDigits@@UBEPBDI@Z @12738 NONAME ?GetClass@H225_PartyNumber@@UBEPBDI@Z @12739 NONAME ?GetClass@H225_PresentationIndicator@@UBEPBDI@Z @26515 NONAME ?GetClass@H225_PrivatePartyNumber@@UBEPBDI@Z @12740 NONAME ?GetClass@H225_PrivateTypeOfNumber@@UBEPBDI@Z @12741 NONAME ?GetClass@H225_Progress_UUIE@@UBEPBDI@Z @12742 NONAME ?GetClass@H225_ProtocolIdentifier@@UBEPBDI@Z @12743 NONAME ?GetClass@H225_PublicPartyNumber@@UBEPBDI@Z @12744 NONAME ?GetClass@H225_PublicTypeOfNumber@@UBEPBDI@Z @12745 NONAME ?GetClass@H225_Q954Details@@UBEPBDI@Z @12746 NONAME ?GetClass@H225_QseriesOptions@@UBEPBDI@Z @12747 NONAME ?GetClass@H225_RAS@@UBEPBDI@Z @27915 NONAME ?GetClass@H225_RasMessage@@UBEPBDI@Z @12748 NONAME ?GetClass@H225_RasUsageInformation@@UBEPBDI@Z @26516 NONAME ?GetClass@H225_RasUsageInfoTypes@@UBEPBDI@Z @26517 NONAME ?GetClass@H225_RasUsageSpecification@@UBEPBDI@Z @26518 NONAME ?GetClass@H225_RasUsageSpecification_callStartingPoint@@UBEPBDI@Z @26519 NONAME ?GetClass@H225_RasUsageSpecification_when@@UBEPBDI@Z @26520 NONAME ?GetClass@H225_RegistrationConfirm@@UBEPBDI@Z @12749 NONAME ?GetClass@H225_RegistrationConfirm_preGrantedARQ@@UBEPBDI@Z @12750 NONAME ?GetClass@H225_RegistrationReject@@UBEPBDI@Z @12751 NONAME ?GetClass@H225_RegistrationRejectReason@@UBEPBDI@Z @12752 NONAME ?GetClass@H225_RegistrationRejectReason_invalidTerminalAliases@@UBEPBDI@Z @26521 NONAME ?GetClass@H225_RegistrationRequest@@UBEPBDI@Z @12753 NONAME ?GetClass@H225_ReleaseCompleteReason@@UBEPBDI@Z @12754 NONAME ?GetClass@H225_ReleaseComplete_UUIE@@UBEPBDI@Z @12755 NONAME ?GetClass@H225_RequestInProgress@@UBEPBDI@Z @12756 NONAME ?GetClass@H225_RequestSeqNum@@UBEPBDI@Z @12757 NONAME ?GetClass@H225_ResourcesAvailableConfirm@@UBEPBDI@Z @12758 NONAME ?GetClass@H225_ResourcesAvailableIndicate@@UBEPBDI@Z @12759 NONAME ?GetClass@H225_RTPSession@@UBEPBDI@Z @12760 NONAME ?GetClass@H225_RTPSession_associatedSessionIds@@UBEPBDI@Z @12761 NONAME ?GetClass@H225_ScnConnectionAggregation@@UBEPBDI@Z @26522 NONAME ?GetClass@H225_ScnConnectionType@@UBEPBDI@Z @26523 NONAME ?GetClass@H225_ScreeningIndicator@@UBEPBDI@Z @26524 NONAME ?GetClass@H225_SecurityCapabilities@@UBEPBDI@Z @12762 NONAME ?GetClass@H225_SecurityErrors2@@UBEPBDI@Z @38827 NONAME ?GetClass@H225_SecurityErrors@@UBEPBDI@Z @38828 NONAME ?GetClass@H225_SecurityServiceMode@@UBEPBDI@Z @12763 NONAME ?GetClass@H225_ServiceControlDescriptor@@UBEPBDI@Z @26525 NONAME ?GetClass@H225_ServiceControlIndication@@UBEPBDI@Z @26526 NONAME ?GetClass@H225_ServiceControlIndication_callSpecific@@UBEPBDI@Z @26527 NONAME ?GetClass@H225_ServiceControlResponse@@UBEPBDI@Z @26528 NONAME ?GetClass@H225_ServiceControlResponse_result@@UBEPBDI@Z @26529 NONAME ?GetClass@H225_ServiceControlSession@@UBEPBDI@Z @26530 NONAME ?GetClass@H225_ServiceControlSession_reason@@UBEPBDI@Z @26531 NONAME ?GetClass@H225_SetupAcknowledge_UUIE@@UBEPBDI@Z @26532 NONAME ?GetClass@H225_Setup_UUIE@@UBEPBDI@Z @12764 NONAME ?GetClass@H225_Setup_UUIE_conferenceGoal@@UBEPBDI@Z @12765 NONAME ?GetClass@H225_Setup_UUIE_connectionParameters@@UBEPBDI@Z @26533 NONAME ?GetClass@H225_Setup_UUIE_language@@UBEPBDI@Z @26534 NONAME ?GetClass@H225_SIPCaps@@UBEPBDI@Z @38829 NONAME ?GetClass@H225_StatusInquiry_UUIE@@UBEPBDI@Z @26535 NONAME ?GetClass@H225_Status_UUIE@@UBEPBDI@Z @26536 NONAME ?GetClass@H225_StimulusControl@@UBEPBDI@Z @26537 NONAME ?GetClass@H225_SupportedPrefix@@UBEPBDI@Z @12766 NONAME ?GetClass@H225_SupportedProtocols@@UBEPBDI@Z @12767 NONAME ?GetClass@H225_T120OnlyCaps@@UBEPBDI@Z @12768 NONAME ?GetClass@H225_T38FaxAnnexbOnlyCaps@@UBEPBDI@Z @26538 NONAME ?GetClass@H225_TBCD_STRING@@UBEPBDI@Z @26539 NONAME ?GetClass@H225_TerminalInfo@@UBEPBDI@Z @12769 NONAME ?GetClass@H225_TimeToLive@@UBEPBDI@Z @12770 NONAME ?GetClass@H225_TransportAddress@@UBEPBDI@Z @12771 NONAME ?GetClass@H225_TransportAddress_ip6Address@@UBEPBDI@Z @12772 NONAME ?GetClass@H225_TransportAddress_ipAddress@@UBEPBDI@Z @12773 NONAME ?GetClass@H225_TransportAddress_ipSourceRoute@@UBEPBDI@Z @12774 NONAME ?GetClass@H225_TransportAddress_ipSourceRoute_route@@UBEPBDI@Z @12775 NONAME ?GetClass@H225_TransportAddress_ipSourceRoute_routing@@UBEPBDI@Z @12776 NONAME ?GetClass@H225_TransportAddress_ipxAddress@@UBEPBDI@Z @12777 NONAME ?GetClass@H225_TransportChannelInfo@@UBEPBDI@Z @12778 NONAME ?GetClass@H225_TransportQOS@@UBEPBDI@Z @12779 NONAME ?GetClass@H225_TunnelledProtocol@@UBEPBDI@Z @26540 NONAME ?GetClass@H225_TunnelledProtocolAlternateIdentifier@@UBEPBDI@Z @26541 NONAME ?GetClass@H225_TunnelledProtocol_id@@UBEPBDI@Z @26542 NONAME ?GetClass@H225_UnknownMessageResponse@@UBEPBDI@Z @12780 NONAME ?GetClass@H225_UnregistrationConfirm@@UBEPBDI@Z @12781 NONAME ?GetClass@H225_UnregistrationReject@@UBEPBDI@Z @12782 NONAME ?GetClass@H225_UnregistrationRequest@@UBEPBDI@Z @12783 NONAME ?GetClass@H225_UnregRejectReason@@UBEPBDI@Z @12784 NONAME ?GetClass@H225_UnregRequestReason@@UBEPBDI@Z @12785 NONAME ?GetClass@H225_UseSpecifiedTransport@@UBEPBDI@Z @26543 NONAME ?GetClass@H225_UUIEsRequested@@UBEPBDI@Z @12786 NONAME ?GetClass@H225_VendorIdentifier@@UBEPBDI@Z @12787 NONAME ?GetClass@H225_VoiceCaps@@UBEPBDI@Z @12788 NONAME ?GetClass@H235AuthCAT@@UBEPBDI@Z @34836 NONAME ?GetClass@H235Authenticator@@UBEPBDI@Z @28878 NONAME ?GetClass@H235Authenticators@@UBEPBDI@Z @31307 NONAME ?GetClass@H235AuthProcedure1@@UBEPBDI@Z @28879 NONAME ?GetClass@H235AuthSimpleMD5@@UBEPBDI@Z @28880 NONAME ?GetClass@H235_AuthenticationBES@@UBEPBDI@Z @28741 NONAME ?GetClass@H235_AuthenticationMechanism@@UBEPBDI@Z @12789 NONAME ?GetClass@H235_ChallengeString@@UBEPBDI@Z @12790 NONAME ?GetClass@H235_ClearToken@@UBEPBDI@Z @12791 NONAME ?GetClass@H235_CryptoToken@@UBEPBDI@Z @12792 NONAME ?GetClass@H235_CryptoToken_cryptoEncryptedToken@@UBEPBDI@Z @12793 NONAME ?GetClass@H235_CryptoToken_cryptoHashedToken@@UBEPBDI@Z @12794 NONAME ?GetClass@H235_CryptoToken_cryptoSignedToken@@UBEPBDI@Z @12795 NONAME ?GetClass@H235_DHset@@UBEPBDI@Z @12796 NONAME ?GetClass@H235_ECGDSASignature@@UBEPBDI@Z @38830 NONAME ?GetClass@H235_ECKASDH@@UBEPBDI@Z @28743 NONAME ?GetClass@H235_ECKASDH_eckasdh2@@UBEPBDI@Z @28744 NONAME ?GetClass@H235_ECKASDH_eckasdhp@@UBEPBDI@Z @28745 NONAME ?GetClass@H235_ECpoint@@UBEPBDI@Z @38831 NONAME ?GetClass@H235_EncodedGeneralToken@@UBEPBDI@Z @27828 NONAME ?GetClass@H235_EncodedKeySignedMaterial@@UBEPBDI@Z @27829 NONAME ?GetClass@H235_EncodedKeySyncMaterial@@UBEPBDI@Z @27830 NONAME ?GetClass@H235_EncodedPwdCertToken@@UBEPBDI@Z @27831 NONAME ?GetClass@H235_EncodedReturnSig@@UBEPBDI@Z @27832 NONAME ?GetClass@H235_H235CertificateSignature@@UBEPBDI@Z @12797 NONAME ?GetClass@H235_H235Key@@UBEPBDI@Z @12798 NONAME ?GetClass@H235_Identifier@@UBEPBDI@Z @12799 NONAME ?GetClass@H235_IV16@@UBEPBDI@Z @28746 NONAME ?GetClass@H235_IV8@@UBEPBDI@Z @12800 NONAME ?GetClass@H235_KeyMaterial@@UBEPBDI@Z @12801 NONAME ?GetClass@H235_KeySignedMaterial@@UBEPBDI@Z @12802 NONAME ?GetClass@H235_KeySyncMaterial@@UBEPBDI@Z @12803 NONAME ?GetClass@H235_NonStandardParameter@@UBEPBDI@Z @12804 NONAME ?GetClass@H235_Params@@UBEPBDI@Z @12805 NONAME ?GetClass@H235_Password@@UBEPBDI@Z @12806 NONAME ?GetClass@H235_PwdCertToken@@UBEPBDI@Z @12807 NONAME ?GetClass@H235_RandomVal@@UBEPBDI@Z @12808 NONAME ?GetClass@H235_ReturnSig@@UBEPBDI@Z @12809 NONAME ?GetClass@H235_TimeStamp@@UBEPBDI@Z @12810 NONAME ?GetClass@H235_TypedCertificate@@UBEPBDI@Z @12811 NONAME ?GetClass@H235_V3KeySyncMaterial@@UBEPBDI@Z @38832 NONAME ?GetClass@H245NegLogicalChannel@@UBEPBDI@Z @12812 NONAME ?GetClass@H245NegLogicalChannels@@UBEPBDI@Z @12813 NONAME ?GetClass@H245NegMasterSlaveDetermination@@UBEPBDI@Z @12814 NONAME ?GetClass@H245Negotiator@@UBEPBDI@Z @12815 NONAME ?GetClass@H245NegRequestMode@@UBEPBDI@Z @12816 NONAME ?GetClass@H245NegRoundTripDelay@@UBEPBDI@Z @12817 NONAME ?GetClass@H245NegTerminalCapabilitySet@@UBEPBDI@Z @12818 NONAME ?GetClass@H245TransportThread@@UBEPBDI@Z @12819 NONAME ?GetClass@H245_AlternativeCapabilitySet@@UBEPBDI@Z @12820 NONAME ?GetClass@H245_ArrayOf_AlternativeCapabilitySet@@UBEPBDI@Z @12821 NONAME ?GetClass@H245_ArrayOf_BEnhancementParameters@@UBEPBDI@Z @12822 NONAME ?GetClass@H245_ArrayOf_CapabilityDescriptor@@UBEPBDI@Z @12823 NONAME ?GetClass@H245_ArrayOf_CapabilityDescriptorNumber@@UBEPBDI@Z @12824 NONAME ?GetClass@H245_ArrayOf_CapabilityTableEntry@@UBEPBDI@Z @12825 NONAME ?GetClass@H245_ArrayOf_CapabilityTableEntryNumber@@UBEPBDI@Z @12826 NONAME ?GetClass@H245_ArrayOf_CommunicationModeTableEntry@@UBEPBDI@Z @12827 NONAME ?GetClass@H245_ArrayOf_CustomPictureClockFrequency@@UBEPBDI@Z @12828 NONAME ?GetClass@H245_ArrayOf_CustomPictureFormat@@UBEPBDI@Z @12829 NONAME ?GetClass@H245_ArrayOf_DataApplicationCapability@@UBEPBDI@Z @12830 NONAME ?GetClass@H245_ArrayOf_DialingInformationNetworkType@@UBEPBDI@Z @26544 NONAME ?GetClass@H245_ArrayOf_DialingInformationNumber@@UBEPBDI@Z @26545 NONAME ?GetClass@H245_ArrayOf_EnhancementOptions@@UBEPBDI@Z @12831 NONAME ?GetClass@H245_ArrayOf_EscrowData@@UBEPBDI@Z @12832 NONAME ?GetClass@H245_ArrayOf_GenericCapability@@UBEPBDI@Z @52629 NONAME ?GetClass@H245_ArrayOf_GenericParameter@@UBEPBDI@Z @26546 NONAME ?GetClass@H245_ArrayOf_H263ModeComboFlags@@UBEPBDI@Z @12833 NONAME ?GetClass@H245_ArrayOf_H263VideoModeCombos@@UBEPBDI@Z @12834 NONAME ?GetClass@H245_ArrayOf_MediaChannelCapability@@UBEPBDI@Z @12835 NONAME ?GetClass@H245_ArrayOf_MediaDistributionCapability@@UBEPBDI@Z @12836 NONAME ?GetClass@H245_ArrayOf_ModeDescription@@UBEPBDI@Z @12837 NONAME ?GetClass@H245_ArrayOf_MultiplePayloadStreamElement@@UBEPBDI@Z @38833 NONAME ?GetClass@H245_ArrayOf_MultiplePayloadStreamElementMode@@UBEPBDI@Z @38834 NONAME ?GetClass@H245_ArrayOf_MultiplexElement@@UBEPBDI@Z @12838 NONAME ?GetClass@H245_ArrayOf_MultiplexEntryDescriptor@@UBEPBDI@Z @12839 NONAME ?GetClass@H245_ArrayOf_MultiplexEntryRejectionDescriptions@@UBEPBDI@Z @12840 NONAME ?GetClass@H245_ArrayOf_MultiplexTableEntryNumber@@UBEPBDI@Z @12841 NONAME ?GetClass@H245_ArrayOf_NonStandardParameter@@UBEPBDI@Z @12842 NONAME ?GetClass@H245_ArrayOf_ParameterIdentifier@@UBEPBDI@Z @26547 NONAME ?GetClass@H245_ArrayOf_PictureReference@@UBEPBDI@Z @26548 NONAME ?GetClass@H245_ArrayOf_Q2931Address@@UBEPBDI@Z @26549 NONAME ?GetClass@H245_ArrayOf_QOSCapability@@UBEPBDI@Z @12843 NONAME ?GetClass@H245_ArrayOf_RedundancyEncodingCapability@@UBEPBDI@Z @12844 NONAME ?GetClass@H245_ArrayOf_RedundancyEncodingDTModeElement@@UBEPBDI@Z @38835 NONAME ?GetClass@H245_ArrayOf_RedundancyEncodingElement@@UBEPBDI@Z @38836 NONAME ?GetClass@H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@UBEPBDI@Z @12845 NONAME ?GetClass@H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@UBEPBDI@Z @12846 NONAME ?GetClass@H245_ArrayOf_RTPPayloadType@@UBEPBDI@Z @12847 NONAME ?GetClass@H245_ArrayOf_TerminalInformation@@UBEPBDI@Z @12848 NONAME ?GetClass@H245_ArrayOf_TerminalLabel@@UBEPBDI@Z @12849 NONAME ?GetClass@H245_ArrayOf_VCCapability@@UBEPBDI@Z @12850 NONAME ?GetClass@H245_ArrayOf_VideoCapability@@UBEPBDI@Z @52630 NONAME ?GetClass@H245_ATMParameters@@UBEPBDI@Z @12851 NONAME ?GetClass@H245_AudioCapability@@UBEPBDI@Z @12852 NONAME ?GetClass@H245_AudioCapability_g7231@@UBEPBDI@Z @12853 NONAME ?GetClass@H245_AudioMode@@UBEPBDI@Z @12854 NONAME ?GetClass@H245_AudioMode_g7231@@UBEPBDI@Z @12855 NONAME ?GetClass@H245_AudioTelephonyEventCapability@@UBEPBDI@Z @26550 NONAME ?GetClass@H245_AudioToneCapability@@UBEPBDI@Z @26551 NONAME ?GetClass@H245_AuthenticationCapability@@UBEPBDI@Z @12856 NONAME ?GetClass@H245_BEnhancementParameters@@UBEPBDI@Z @12857 NONAME ?GetClass@H245_Capability@@UBEPBDI@Z @12858 NONAME ?GetClass@H245_CapabilityDescriptor@@UBEPBDI@Z @12859 NONAME ?GetClass@H245_CapabilityDescriptorNumber@@UBEPBDI@Z @12860 NONAME ?GetClass@H245_CapabilityIdentifier@@UBEPBDI@Z @26552 NONAME ?GetClass@H245_CapabilityTableEntry@@UBEPBDI@Z @12861 NONAME ?GetClass@H245_CapabilityTableEntryNumber@@UBEPBDI@Z @12862 NONAME ?GetClass@H245_Capability_h233EncryptionReceiveCapability@@UBEPBDI@Z @12863 NONAME ?GetClass@H245_CertSelectionCriteria@@UBEPBDI@Z @12864 NONAME ?GetClass@H245_CloseLogicalChannel@@UBEPBDI@Z @12865 NONAME ?GetClass@H245_CloseLogicalChannelAck@@UBEPBDI@Z @12866 NONAME ?GetClass@H245_CloseLogicalChannel_reason@@UBEPBDI@Z @12867 NONAME ?GetClass@H245_CloseLogicalChannel_source@@UBEPBDI@Z @12868 NONAME ?GetClass@H245_CommandMessage@@UBEPBDI@Z @12869 NONAME ?GetClass@H245_CommunicationModeCommand@@UBEPBDI@Z @12870 NONAME ?GetClass@H245_CommunicationModeRequest@@UBEPBDI@Z @12871 NONAME ?GetClass@H245_CommunicationModeResponse@@UBEPBDI@Z @12872 NONAME ?GetClass@H245_CommunicationModeTableEntry@@UBEPBDI@Z @12873 NONAME ?GetClass@H245_CommunicationModeTableEntry_dataType@@UBEPBDI@Z @12874 NONAME ?GetClass@H245_CompressionType@@UBEPBDI@Z @12875 NONAME ?GetClass@H245_ConferenceCapability@@UBEPBDI@Z @12876 NONAME ?GetClass@H245_ConferenceCommand@@UBEPBDI@Z @12877 NONAME ?GetClass@H245_ConferenceID@@UBEPBDI@Z @12878 NONAME ?GetClass@H245_ConferenceIndication@@UBEPBDI@Z @12879 NONAME ?GetClass@H245_ConferenceRequest@@UBEPBDI@Z @12880 NONAME ?GetClass@H245_ConferenceRequest_requestTerminalCertificate@@UBEPBDI@Z @12881 NONAME ?GetClass@H245_ConferenceResponse@@UBEPBDI@Z @12882 NONAME ?GetClass@H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@UBEPBDI@Z @12883 NONAME ?GetClass@H245_ConferenceResponse_chairTokenOwnerResponse@@UBEPBDI@Z @12884 NONAME ?GetClass@H245_ConferenceResponse_conferenceIDResponse@@UBEPBDI@Z @12885 NONAME ?GetClass@H245_ConferenceResponse_extensionAddressResponse@@UBEPBDI@Z @12886 NONAME ?GetClass@H245_ConferenceResponse_makeMeChairResponse@@UBEPBDI@Z @12887 NONAME ?GetClass@H245_ConferenceResponse_makeTerminalBroadcasterResponse@@UBEPBDI@Z @12888 NONAME ?GetClass@H245_ConferenceResponse_mCTerminalIDResponse@@UBEPBDI@Z @12889 NONAME ?GetClass@H245_ConferenceResponse_passwordResponse@@UBEPBDI@Z @12890 NONAME ?GetClass@H245_ConferenceResponse_sendThisSourceResponse@@UBEPBDI@Z @12891 NONAME ?GetClass@H245_ConferenceResponse_terminalCertificateResponse@@UBEPBDI@Z @12892 NONAME ?GetClass@H245_ConferenceResponse_terminalIDResponse@@UBEPBDI@Z @12893 NONAME ?GetClass@H245_ConnectionIdentifier@@UBEPBDI@Z @26553 NONAME ?GetClass@H245_CRCLength@@UBEPBDI@Z @12894 NONAME ?GetClass@H245_Criteria@@UBEPBDI@Z @12895 NONAME ?GetClass@H245_CustomPictureClockFrequency@@UBEPBDI@Z @12896 NONAME ?GetClass@H245_CustomPictureFormat@@UBEPBDI@Z @12897 NONAME ?GetClass@H245_CustomPictureFormat_mPI@@UBEPBDI@Z @12898 NONAME ?GetClass@H245_CustomPictureFormat_mPI_customPCF@@UBEPBDI@Z @12899 NONAME ?GetClass@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBEPBDI@Z @12900 NONAME ?GetClass@H245_CustomPictureFormat_pixelAspectInformation@@UBEPBDI@Z @12901 NONAME ?GetClass@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@UBEPBDI@Z @12902 NONAME ?GetClass@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBEPBDI@Z @12903 NONAME ?GetClass@H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@UBEPBDI@Z @12904 NONAME ?GetClass@H245_DataApplicationCapability@@UBEPBDI@Z @12905 NONAME ?GetClass@H245_DataApplicationCapability_application@@UBEPBDI@Z @12906 NONAME ?GetClass@H245_DataApplicationCapability_application_nlpid@@UBEPBDI@Z @12907 NONAME ?GetClass@H245_DataApplicationCapability_application_t38fax@@UBEPBDI@Z @26554 NONAME ?GetClass@H245_DataApplicationCapability_application_t84@@UBEPBDI@Z @12908 NONAME ?GetClass@H245_DataMode@@UBEPBDI@Z @12909 NONAME ?GetClass@H245_DataMode_application@@UBEPBDI@Z @12910 NONAME ?GetClass@H245_DataMode_application_nlpid@@UBEPBDI@Z @12911 NONAME ?GetClass@H245_DataMode_application_t38fax@@UBEPBDI@Z @26555 NONAME ?GetClass@H245_DataProtocolCapability@@UBEPBDI@Z @12912 NONAME ?GetClass@H245_DataProtocolCapability_v76wCompression@@UBEPBDI@Z @12913 NONAME ?GetClass@H245_DataType@@UBEPBDI@Z @12914 NONAME ?GetClass@H245_DepFECCapability@@UBEPBDI@Z @52631 NONAME ?GetClass@H245_DepFECCapability_rfc2733@@UBEPBDI@Z @52632 NONAME ?GetClass@H245_DepFECCapability_rfc2733_separateStream@@UBEPBDI@Z @52633 NONAME ?GetClass@H245_DepFECData@@UBEPBDI@Z @52634 NONAME ?GetClass@H245_DepFECData_rfc2733@@UBEPBDI@Z @52635 NONAME ?GetClass@H245_DepFECData_rfc2733_mode@@UBEPBDI@Z @52636 NONAME ?GetClass@H245_DepFECData_rfc2733_mode_separateStream@@UBEPBDI@Z @52637 NONAME ?GetClass@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBEPBDI@Z @52638 NONAME ?GetClass@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBEPBDI@Z @52639 NONAME ?GetClass@H245_DepFECMode@@UBEPBDI@Z @52640 NONAME ?GetClass@H245_DepFECMode_rfc2733Mode@@UBEPBDI@Z @52641 NONAME ?GetClass@H245_DepFECMode_rfc2733Mode_mode@@UBEPBDI@Z @52642 NONAME ?GetClass@H245_DepFECMode_rfc2733Mode_mode_separateStream@@UBEPBDI@Z @52643 NONAME ?GetClass@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBEPBDI@Z @52644 NONAME ?GetClass@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBEPBDI@Z @52645 NONAME ?GetClass@H245_DialingInformation@@UBEPBDI@Z @26556 NONAME ?GetClass@H245_DialingInformationNetworkType@@UBEPBDI@Z @26557 NONAME ?GetClass@H245_DialingInformationNumber@@UBEPBDI@Z @26558 NONAME ?GetClass@H245_EncryptionAuthenticationAndIntegrity@@UBEPBDI@Z @12915 NONAME ?GetClass@H245_EncryptionCapability@@UBEPBDI@Z @12916 NONAME ?GetClass@H245_EncryptionCommand@@UBEPBDI@Z @12917 NONAME ?GetClass@H245_EncryptionCommand_encryptionAlgorithmID@@UBEPBDI@Z @12918 NONAME ?GetClass@H245_EncryptionMode@@UBEPBDI@Z @12919 NONAME ?GetClass@H245_EncryptionSync@@UBEPBDI@Z @12920 NONAME ?GetClass@H245_EncryptionUpdateDirection@@UBEPBDI@Z @52646 NONAME ?GetClass@H245_EncryptionUpdateRequest@@UBEPBDI@Z @12921 NONAME ?GetClass@H245_EndSessionCommand@@UBEPBDI@Z @12922 NONAME ?GetClass@H245_EndSessionCommand_gstnOptions@@UBEPBDI@Z @12923 NONAME ?GetClass@H245_EndSessionCommand_isdnOptions@@UBEPBDI@Z @12924 NONAME ?GetClass@H245_EnhancementLayerInfo@@UBEPBDI@Z @12925 NONAME ?GetClass@H245_EnhancementOptions@@UBEPBDI@Z @12926 NONAME ?GetClass@H245_EscrowData@@UBEPBDI@Z @12927 NONAME ?GetClass@H245_ExtendedVideoCapability@@UBEPBDI@Z @52647 NONAME ?GetClass@H245_FECCapability@@UBEPBDI@Z @38837 NONAME ?GetClass@H245_FECCapability_rfc2733Format@@UBEPBDI@Z @52648 NONAME ?GetClass@H245_FECData@@UBEPBDI@Z @38840 NONAME ?GetClass@H245_FECData_rfc2733@@UBEPBDI@Z @38841 NONAME ?GetClass@H245_FECData_rfc2733_pktMode@@UBEPBDI@Z @52649 NONAME ?GetClass@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBEPBDI@Z @52650 NONAME ?GetClass@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UBEPBDI@Z @52651 NONAME ?GetClass@H245_FECMode@@UBEPBDI@Z @38846 NONAME ?GetClass@H245_FECMode_rfc2733Format@@UBEPBDI@Z @52652 NONAME ?GetClass@H245_FlowControlCommand@@UBEPBDI@Z @12928 NONAME ?GetClass@H245_FlowControlCommand_restriction@@UBEPBDI@Z @12929 NONAME ?GetClass@H245_FlowControlCommand_scope@@UBEPBDI@Z @12930 NONAME ?GetClass@H245_FlowControlIndication@@UBEPBDI@Z @26559 NONAME ?GetClass@H245_FlowControlIndication_restriction@@UBEPBDI@Z @26560 NONAME ?GetClass@H245_FlowControlIndication_scope@@UBEPBDI@Z @26561 NONAME ?GetClass@H245_FunctionNotSupported@@UBEPBDI@Z @12931 NONAME ?GetClass@H245_FunctionNotSupported_cause@@UBEPBDI@Z @12932 NONAME ?GetClass@H245_FunctionNotUnderstood@@UBEPBDI@Z @12933 NONAME ?GetClass@H245_G7231AnnexCCapability@@UBEPBDI@Z @12934 NONAME ?GetClass@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBEPBDI@Z @12935 NONAME ?GetClass@H245_G7231AnnexCMode@@UBEPBDI@Z @12936 NONAME ?GetClass@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBEPBDI@Z @12937 NONAME ?GetClass@H245_G729Extensions@@UBEPBDI@Z @26562 NONAME ?GetClass@H245_GenericCapability@@UBEPBDI@Z @26563 NONAME ?GetClass@H245_GenericMessage@@UBEPBDI@Z @52653 NONAME ?GetClass@H245_GenericParameter@@UBEPBDI@Z @26564 NONAME ?GetClass@H245_GSMAudioCapability@@UBEPBDI@Z @12938 NONAME ?GetClass@H245_H222Capability@@UBEPBDI@Z @12939 NONAME ?GetClass@H245_H222LogicalChannelParameters@@UBEPBDI@Z @12940 NONAME ?GetClass@H245_H223AL1MParameters@@UBEPBDI@Z @12941 NONAME ?GetClass@H245_H223AL1MParameters_arqType@@UBEPBDI@Z @12942 NONAME ?GetClass@H245_H223AL1MParameters_crcLength@@UBEPBDI@Z @12943 NONAME ?GetClass@H245_H223AL1MParameters_headerFEC@@UBEPBDI@Z @12944 NONAME ?GetClass@H245_H223AL1MParameters_transferMode@@UBEPBDI@Z @12945 NONAME ?GetClass@H245_H223AL2MParameters@@UBEPBDI@Z @12946 NONAME ?GetClass@H245_H223AL2MParameters_headerFEC@@UBEPBDI@Z @12947 NONAME ?GetClass@H245_H223AL3MParameters@@UBEPBDI@Z @12948 NONAME ?GetClass@H245_H223AL3MParameters_arqType@@UBEPBDI@Z @12949 NONAME ?GetClass@H245_H223AL3MParameters_crcLength@@UBEPBDI@Z @12950 NONAME ?GetClass@H245_H223AL3MParameters_headerFormat@@UBEPBDI@Z @12951 NONAME ?GetClass@H245_H223AnnexCArqParameters@@UBEPBDI@Z @12952 NONAME ?GetClass@H245_H223AnnexCArqParameters_numberOfRetransmissions@@UBEPBDI@Z @12953 NONAME ?GetClass@H245_H223AnnexCCapability@@UBEPBDI@Z @12954 NONAME ?GetClass@H245_H223Capability@@UBEPBDI@Z @12955 NONAME ?GetClass@H245_H223Capability_h223MultiplexTableCapability@@UBEPBDI@Z @12956 NONAME ?GetClass@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBEPBDI@Z @12957 NONAME ?GetClass@H245_H223Capability_mobileMultilinkFrameCapability@@UBEPBDI@Z @26565 NONAME ?GetClass@H245_H223Capability_mobileOperationTransmitCapability@@UBEPBDI@Z @12958 NONAME ?GetClass@H245_H223LogicalChannelParameters@@UBEPBDI@Z @12959 NONAME ?GetClass@H245_H223LogicalChannelParameters_adaptationLayerType@@UBEPBDI@Z @12960 NONAME ?GetClass@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBEPBDI@Z @12961 NONAME ?GetClass@H245_H223ModeParameters@@UBEPBDI@Z @12962 NONAME ?GetClass@H245_H223ModeParameters_adaptationLayerType@@UBEPBDI@Z @12963 NONAME ?GetClass@H245_H223ModeParameters_adaptationLayerType_al3@@UBEPBDI@Z @12964 NONAME ?GetClass@H245_H223MultiplexReconfiguration@@UBEPBDI@Z @12965 NONAME ?GetClass@H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@UBEPBDI@Z @12966 NONAME ?GetClass@H245_H223MultiplexReconfiguration_h223ModeChange@@UBEPBDI@Z @12967 NONAME ?GetClass@H245_H223SkewIndication@@UBEPBDI@Z @12968 NONAME ?GetClass@H245_H2250Capability@@UBEPBDI@Z @12969 NONAME ?GetClass@H245_H2250Capability_mcCapability@@UBEPBDI@Z @12970 NONAME ?GetClass@H245_H2250LogicalChannelAckParameters@@UBEPBDI@Z @12971 NONAME ?GetClass@H245_H2250LogicalChannelParameters@@UBEPBDI@Z @12972 NONAME ?GetClass@H245_H2250LogicalChannelParameters_mediaPacketization@@UBEPBDI@Z @12973 NONAME ?GetClass@H245_H2250MaximumSkewIndication@@UBEPBDI@Z @12974 NONAME ?GetClass@H245_H2250ModeParameters@@UBEPBDI@Z @12975 NONAME ?GetClass@H245_H235Media@@UBEPBDI@Z @12976 NONAME ?GetClass@H245_H235Media_mediaType@@UBEPBDI@Z @12977 NONAME ?GetClass@H245_H235Mode@@UBEPBDI@Z @12978 NONAME ?GetClass@H245_H235Mode_mediaMode@@UBEPBDI@Z @12979 NONAME ?GetClass@H245_H235SecurityCapability@@UBEPBDI@Z @12980 NONAME ?GetClass@H245_H261VideoCapability@@UBEPBDI@Z @12981 NONAME ?GetClass@H245_H261VideoMode@@UBEPBDI@Z @12982 NONAME ?GetClass@H245_H261VideoMode_resolution@@UBEPBDI@Z @12983 NONAME ?GetClass@H245_H262VideoCapability@@UBEPBDI@Z @12984 NONAME ?GetClass@H245_H262VideoMode@@UBEPBDI@Z @12985 NONAME ?GetClass@H245_H262VideoMode_profileAndLevel@@UBEPBDI@Z @12986 NONAME ?GetClass@H245_H263ModeComboFlags@@UBEPBDI@Z @12987 NONAME ?GetClass@H245_H263Options@@UBEPBDI@Z @12988 NONAME ?GetClass@H245_H263Version3Options@@UBEPBDI@Z @26566 NONAME ?GetClass@H245_H263VideoCapability@@UBEPBDI@Z @12989 NONAME ?GetClass@H245_H263VideoMode@@UBEPBDI@Z @12990 NONAME ?GetClass@H245_H263VideoModeCombos@@UBEPBDI@Z @12991 NONAME ?GetClass@H245_H263VideoMode_resolution@@UBEPBDI@Z @12992 NONAME ?GetClass@H245_IndicationMessage@@UBEPBDI@Z @12993 NONAME ?GetClass@H245_IntegrityCapability@@UBEPBDI@Z @12994 NONAME ?GetClass@H245_IS11172AudioCapability@@UBEPBDI@Z @12995 NONAME ?GetClass@H245_IS11172AudioMode@@UBEPBDI@Z @12996 NONAME ?GetClass@H245_IS11172AudioMode_audioLayer@@UBEPBDI@Z @12997 NONAME ?GetClass@H245_IS11172AudioMode_audioSampling@@UBEPBDI@Z @12998 NONAME ?GetClass@H245_IS11172AudioMode_multichannelType@@UBEPBDI@Z @12999 NONAME ?GetClass@H245_IS11172VideoCapability@@UBEPBDI@Z @13000 NONAME ?GetClass@H245_IS11172VideoMode@@UBEPBDI@Z @13001 NONAME ?GetClass@H245_IS13818AudioCapability@@UBEPBDI@Z @13002 NONAME ?GetClass@H245_IS13818AudioMode@@UBEPBDI@Z @13003 NONAME ?GetClass@H245_IS13818AudioMode_audioLayer@@UBEPBDI@Z @13004 NONAME ?GetClass@H245_IS13818AudioMode_audioSampling@@UBEPBDI@Z @13005 NONAME ?GetClass@H245_IS13818AudioMode_multichannelType@@UBEPBDI@Z @13006 NONAME ?GetClass@H245_IV16@@UBEPBDI@Z @52654 NONAME ?GetClass@H245_IV8@@UBEPBDI@Z @52655 NONAME ?GetClass@H245_JitterIndication@@UBEPBDI@Z @13007 NONAME ?GetClass@H245_JitterIndication_scope@@UBEPBDI@Z @13008 NONAME ?GetClass@H245_KeyProtectionMethod@@UBEPBDI@Z @13009 NONAME ?GetClass@H245_LogicalChannelNumber@@UBEPBDI@Z @13010 NONAME ?GetClass@H245_LogicalChannelRateAcknowledge@@UBEPBDI@Z @26567 NONAME ?GetClass@H245_LogicalChannelRateReject@@UBEPBDI@Z @26568 NONAME ?GetClass@H245_LogicalChannelRateRejectReason@@UBEPBDI@Z @26569 NONAME ?GetClass@H245_LogicalChannelRateRelease@@UBEPBDI@Z @26570 NONAME ?GetClass@H245_LogicalChannelRateRequest@@UBEPBDI@Z @26571 NONAME ?GetClass@H245_MaintenanceLoopAck@@UBEPBDI@Z @13011 NONAME ?GetClass@H245_MaintenanceLoopAck_type@@UBEPBDI@Z @13012 NONAME ?GetClass@H245_MaintenanceLoopOffCommand@@UBEPBDI@Z @13013 NONAME ?GetClass@H245_MaintenanceLoopReject@@UBEPBDI@Z @13014 NONAME ?GetClass@H245_MaintenanceLoopReject_cause@@UBEPBDI@Z @13015 NONAME ?GetClass@H245_MaintenanceLoopReject_type@@UBEPBDI@Z @13016 NONAME ?GetClass@H245_MaintenanceLoopRequest@@UBEPBDI@Z @13017 NONAME ?GetClass@H245_MaintenanceLoopRequest_type@@UBEPBDI@Z @13018 NONAME ?GetClass@H245_MasterSlaveDetermination@@UBEPBDI@Z @13019 NONAME ?GetClass@H245_MasterSlaveDeterminationAck@@UBEPBDI@Z @13020 NONAME ?GetClass@H245_MasterSlaveDeterminationAck_decision@@UBEPBDI@Z @13021 NONAME ?GetClass@H245_MasterSlaveDeterminationReject@@UBEPBDI@Z @13022 NONAME ?GetClass@H245_MasterSlaveDeterminationReject_cause@@UBEPBDI@Z @13023 NONAME ?GetClass@H245_MasterSlaveDeterminationRelease@@UBEPBDI@Z @13024 NONAME ?GetClass@H245_MaximumBitRate@@UBEPBDI@Z @26572 NONAME ?GetClass@H245_MaxRedundancy@@UBEPBDI@Z @52656 NONAME ?GetClass@H245_MCLocationIndication@@UBEPBDI@Z @13025 NONAME ?GetClass@H245_McuNumber@@UBEPBDI@Z @13026 NONAME ?GetClass@H245_MediaChannelCapability@@UBEPBDI@Z @13027 NONAME ?GetClass@H245_MediaDistributionCapability@@UBEPBDI@Z @13028 NONAME ?GetClass@H245_MediaEncryptionAlgorithm@@UBEPBDI@Z @13029 NONAME ?GetClass@H245_MediaPacketizationCapability@@UBEPBDI@Z @13030 NONAME ?GetClass@H245_MediaTransportType@@UBEPBDI@Z @13031 NONAME ?GetClass@H245_MediaTransportType_atm_AAL5_compressed@@UBEPBDI@Z @26573 NONAME ?GetClass@H245_MiscellaneousCommand@@UBEPBDI@Z @13032 NONAME ?GetClass@H245_MiscellaneousCommand_type@@UBEPBDI@Z @13033 NONAME ?GetClass@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBEPBDI@Z @52657 NONAME ?GetClass@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBEPBDI@Z @52658 NONAME ?GetClass@H245_MiscellaneousCommand_type_lostPartialPicture@@UBEPBDI@Z @26574 NONAME ?GetClass@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBEPBDI@Z @13034 NONAME ?GetClass@H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@UBEPBDI@Z @13035 NONAME ?GetClass@H245_MiscellaneousCommand_type_videoBadMBs@@UBEPBDI@Z @26575 NONAME ?GetClass@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBEPBDI@Z @13036 NONAME ?GetClass@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBEPBDI@Z @13037 NONAME ?GetClass@H245_MiscellaneousIndication@@UBEPBDI@Z @13038 NONAME ?GetClass@H245_MiscellaneousIndication_type@@UBEPBDI@Z @13039 NONAME ?GetClass@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBEPBDI@Z @13040 NONAME ?GetClass@H245_MobileMultilinkReconfigurationCommand@@UBEPBDI@Z @26576 NONAME ?GetClass@H245_MobileMultilinkReconfigurationCommand_status@@UBEPBDI@Z @26577 NONAME ?GetClass@H245_MobileMultilinkReconfigurationIndication@@UBEPBDI@Z @26578 NONAME ?GetClass@H245_ModeDescription@@UBEPBDI@Z @13041 NONAME ?GetClass@H245_ModeElement@@UBEPBDI@Z @13042 NONAME ?GetClass@H245_ModeElementType@@UBEPBDI@Z @38852 NONAME ?GetClass@H245_MulticastAddress@@UBEPBDI@Z @13044 NONAME ?GetClass@H245_MulticastAddress_iP6Address@@UBEPBDI@Z @13045 NONAME ?GetClass@H245_MulticastAddress_iPAddress@@UBEPBDI@Z @13046 NONAME ?GetClass@H245_MultilinkIndication@@UBEPBDI@Z @26579 NONAME ?GetClass@H245_MultilinkIndication_crcDesired@@UBEPBDI@Z @26580 NONAME ?GetClass@H245_MultilinkIndication_excessiveError@@UBEPBDI@Z @26581 NONAME ?GetClass@H245_MultilinkRequest@@UBEPBDI@Z @26582 NONAME ?GetClass@H245_MultilinkRequest_addConnection@@UBEPBDI@Z @26583 NONAME ?GetClass@H245_MultilinkRequest_callInformation@@UBEPBDI@Z @26584 NONAME ?GetClass@H245_MultilinkRequest_maximumHeaderInterval@@UBEPBDI@Z @26585 NONAME ?GetClass@H245_MultilinkRequest_maximumHeaderInterval_requestType@@UBEPBDI@Z @26586 NONAME ?GetClass@H245_MultilinkRequest_removeConnection@@UBEPBDI@Z @26587 NONAME ?GetClass@H245_MultilinkResponse@@UBEPBDI@Z @26588 NONAME ?GetClass@H245_MultilinkResponse_addConnection@@UBEPBDI@Z @26589 NONAME ?GetClass@H245_MultilinkResponse_addConnection_responseCode@@UBEPBDI@Z @26590 NONAME ?GetClass@H245_MultilinkResponse_addConnection_responseCode_rejected@@UBEPBDI@Z @26591 NONAME ?GetClass@H245_MultilinkResponse_callInformation@@UBEPBDI@Z @26592 NONAME ?GetClass@H245_MultilinkResponse_maximumHeaderInterval@@UBEPBDI@Z @26593 NONAME ?GetClass@H245_MultilinkResponse_removeConnection@@UBEPBDI@Z @26594 NONAME ?GetClass@H245_MultimediaSystemControlMessage@@UBEPBDI@Z @13047 NONAME ?GetClass@H245_MultiplePayloadStream@@UBEPBDI@Z @38853 NONAME ?GetClass@H245_MultiplePayloadStreamCapability@@UBEPBDI@Z @38854 NONAME ?GetClass@H245_MultiplePayloadStreamElement@@UBEPBDI@Z @38855 NONAME ?GetClass@H245_MultiplePayloadStreamElementMode@@UBEPBDI@Z @38856 NONAME ?GetClass@H245_MultiplePayloadStreamMode@@UBEPBDI@Z @38857 NONAME ?GetClass@H245_MultiplexCapability@@UBEPBDI@Z @13048 NONAME ?GetClass@H245_MultiplexedStreamCapability@@UBEPBDI@Z @26595 NONAME ?GetClass@H245_MultiplexedStreamModeParameters@@UBEPBDI@Z @26596 NONAME ?GetClass@H245_MultiplexedStreamParameter@@UBEPBDI@Z @26597 NONAME ?GetClass@H245_MultiplexElement@@UBEPBDI@Z @13049 NONAME ?GetClass@H245_MultiplexElement_repeatCount@@UBEPBDI@Z @13050 NONAME ?GetClass@H245_MultiplexElement_type@@UBEPBDI@Z @13051 NONAME ?GetClass@H245_MultiplexEntryDescriptor@@UBEPBDI@Z @13052 NONAME ?GetClass@H245_MultiplexEntryRejectionDescriptions@@UBEPBDI@Z @13053 NONAME ?GetClass@H245_MultiplexEntryRejectionDescriptions_cause@@UBEPBDI@Z @13054 NONAME ?GetClass@H245_MultiplexEntrySend@@UBEPBDI@Z @13055 NONAME ?GetClass@H245_MultiplexEntrySendAck@@UBEPBDI@Z @13056 NONAME ?GetClass@H245_MultiplexEntrySendReject@@UBEPBDI@Z @13057 NONAME ?GetClass@H245_MultiplexEntrySendRelease@@UBEPBDI@Z @13058 NONAME ?GetClass@H245_MultiplexFormat@@UBEPBDI@Z @26598 NONAME ?GetClass@H245_MultiplexTableEntryNumber@@UBEPBDI@Z @13059 NONAME ?GetClass@H245_MultipointCapability@@UBEPBDI@Z @13060 NONAME ?GetClass@H245_NetworkAccessParameters@@UBEPBDI@Z @13061 NONAME ?GetClass@H245_NetworkAccessParameters_distribution@@UBEPBDI@Z @13062 NONAME ?GetClass@H245_NetworkAccessParameters_networkAddress@@UBEPBDI@Z @13063 NONAME ?GetClass@H245_NetworkAccessParameters_t120SetupProcedure@@UBEPBDI@Z @13064 NONAME ?GetClass@H245_NewATMVCCommand@@UBEPBDI@Z @26599 NONAME ?GetClass@H245_NewATMVCCommand_aal@@UBEPBDI@Z @26600 NONAME ?GetClass@H245_NewATMVCCommand_aal_aal1@@UBEPBDI@Z @26601 NONAME ?GetClass@H245_NewATMVCCommand_aal_aal1_clockRecovery@@UBEPBDI@Z @26602 NONAME ?GetClass@H245_NewATMVCCommand_aal_aal1_errorCorrection@@UBEPBDI@Z @26603 NONAME ?GetClass@H245_NewATMVCCommand_aal_aal5@@UBEPBDI@Z @26604 NONAME ?GetClass@H245_NewATMVCCommand_multiplex@@UBEPBDI@Z @26605 NONAME ?GetClass@H245_NewATMVCCommand_reverseParameters@@UBEPBDI@Z @26606 NONAME ?GetClass@H245_NewATMVCCommand_reverseParameters_multiplex@@UBEPBDI@Z @26607 NONAME ?GetClass@H245_NewATMVCIndication@@UBEPBDI@Z @13065 NONAME ?GetClass@H245_NewATMVCIndication_aal@@UBEPBDI@Z @13066 NONAME ?GetClass@H245_NewATMVCIndication_aal_aal1@@UBEPBDI@Z @13067 NONAME ?GetClass@H245_NewATMVCIndication_aal_aal1_clockRecovery@@UBEPBDI@Z @13068 NONAME ?GetClass@H245_NewATMVCIndication_aal_aal1_errorCorrection@@UBEPBDI@Z @13069 NONAME ?GetClass@H245_NewATMVCIndication_aal_aal5@@UBEPBDI@Z @13070 NONAME ?GetClass@H245_NewATMVCIndication_multiplex@@UBEPBDI@Z @13071 NONAME ?GetClass@H245_NewATMVCIndication_reverseParameters@@UBEPBDI@Z @13072 NONAME ?GetClass@H245_NewATMVCIndication_reverseParameters_multiplex@@UBEPBDI@Z @13073 NONAME ?GetClass@H245_NonStandardIdentifier@@UBEPBDI@Z @13074 NONAME ?GetClass@H245_NonStandardIdentifier_h221NonStandard@@UBEPBDI@Z @13075 NONAME ?GetClass@H245_NonStandardMessage@@UBEPBDI@Z @13076 NONAME ?GetClass@H245_NonStandardParameter@@UBEPBDI@Z @13077 NONAME ?GetClass@H245_NoPTAudioTelephonyEventCapability@@UBEPBDI@Z @38858 NONAME ?GetClass@H245_NoPTAudioToneCapability@@UBEPBDI@Z @38859 NONAME ?GetClass@H245_OpenLogicalChannel@@UBEPBDI@Z @13078 NONAME ?GetClass@H245_OpenLogicalChannelAck@@UBEPBDI@Z @13079 NONAME ?GetClass@H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@UBEPBDI@Z @13080 NONAME ?GetClass@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBEPBDI@Z @13081 NONAME ?GetClass@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@UBEPBDI@Z @13082 NONAME ?GetClass@H245_OpenLogicalChannelConfirm@@UBEPBDI@Z @13083 NONAME ?GetClass@H245_OpenLogicalChannelReject@@UBEPBDI@Z @13084 NONAME ?GetClass@H245_OpenLogicalChannelReject_cause@@UBEPBDI@Z @13085 NONAME ?GetClass@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBEPBDI@Z @13086 NONAME ?GetClass@H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@UBEPBDI@Z @13087 NONAME ?GetClass@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBEPBDI@Z @13088 NONAME ?GetClass@H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@UBEPBDI@Z @13089 NONAME ?GetClass@H245_ParameterIdentifier@@UBEPBDI@Z @26608 NONAME ?GetClass@H245_ParameterValue@@UBEPBDI@Z @26609 NONAME ?GetClass@H245_Params@@UBEPBDI@Z @52659 NONAME ?GetClass@H245_Password@@UBEPBDI@Z @13090 NONAME ?GetClass@H245_PictureReference@@UBEPBDI@Z @26610 NONAME ?GetClass@H245_Q2931Address@@UBEPBDI@Z @13091 NONAME ?GetClass@H245_Q2931Address_address@@UBEPBDI@Z @13092 NONAME ?GetClass@H245_QOSCapability@@UBEPBDI@Z @13093 NONAME ?GetClass@H245_QOSMode@@UBEPBDI@Z @13094 NONAME ?GetClass@H245_RedundancyEncoding@@UBEPBDI@Z @13095 NONAME ?GetClass@H245_RedundancyEncodingCapability@@UBEPBDI@Z @13096 NONAME ?GetClass@H245_RedundancyEncodingDTMode@@UBEPBDI@Z @38860 NONAME ?GetClass@H245_RedundancyEncodingDTModeElement@@UBEPBDI@Z @38861 NONAME ?GetClass@H245_RedundancyEncodingDTModeElement_type@@UBEPBDI@Z @38862 NONAME ?GetClass@H245_RedundancyEncodingElement@@UBEPBDI@Z @38863 NONAME ?GetClass@H245_RedundancyEncodingMethod@@UBEPBDI@Z @13097 NONAME ?GetClass@H245_RedundancyEncodingMode@@UBEPBDI@Z @13098 NONAME ?GetClass@H245_RedundancyEncodingMode_secondaryEncoding@@UBEPBDI@Z @13099 NONAME ?GetClass@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBEPBDI@Z @38864 NONAME ?GetClass@H245_RefPictureSelection@@UBEPBDI@Z @13100 NONAME ?GetClass@H245_RefPictureSelection_additionalPictureMemory@@UBEPBDI@Z @13101 NONAME ?GetClass@H245_RefPictureSelection_enhancedReferencePicSelect@@UBEPBDI@Z @26611 NONAME ?GetClass@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBEPBDI@Z @26612 NONAME ?GetClass@H245_RefPictureSelection_videoBackChannelSend@@UBEPBDI@Z @13102 NONAME ?GetClass@H245_RemoteMCRequest@@UBEPBDI@Z @13103 NONAME ?GetClass@H245_RemoteMCResponse@@UBEPBDI@Z @13104 NONAME ?GetClass@H245_RemoteMCResponse_reject@@UBEPBDI@Z @13105 NONAME ?GetClass@H245_RequestAllTerminalIDsResponse@@UBEPBDI@Z @13106 NONAME ?GetClass@H245_RequestChannelClose@@UBEPBDI@Z @13107 NONAME ?GetClass@H245_RequestChannelCloseAck@@UBEPBDI@Z @13108 NONAME ?GetClass@H245_RequestChannelCloseReject@@UBEPBDI@Z @13109 NONAME ?GetClass@H245_RequestChannelCloseReject_cause@@UBEPBDI@Z @13110 NONAME ?GetClass@H245_RequestChannelCloseRelease@@UBEPBDI@Z @13111 NONAME ?GetClass@H245_RequestChannelClose_reason@@UBEPBDI@Z @13112 NONAME ?GetClass@H245_RequestMessage@@UBEPBDI@Z @13113 NONAME ?GetClass@H245_RequestMode@@UBEPBDI@Z @13114 NONAME ?GetClass@H245_RequestModeAck@@UBEPBDI@Z @13115 NONAME ?GetClass@H245_RequestModeAck_response@@UBEPBDI@Z @13116 NONAME ?GetClass@H245_RequestModeReject@@UBEPBDI@Z @13117 NONAME ?GetClass@H245_RequestModeReject_cause@@UBEPBDI@Z @13118 NONAME ?GetClass@H245_RequestModeRelease@@UBEPBDI@Z @13119 NONAME ?GetClass@H245_RequestMultiplexEntry@@UBEPBDI@Z @13120 NONAME ?GetClass@H245_RequestMultiplexEntryAck@@UBEPBDI@Z @13121 NONAME ?GetClass@H245_RequestMultiplexEntryReject@@UBEPBDI@Z @13122 NONAME ?GetClass@H245_RequestMultiplexEntryRejectionDescriptions@@UBEPBDI@Z @13123 NONAME ?GetClass@H245_RequestMultiplexEntryRejectionDescriptions_cause@@UBEPBDI@Z @13124 NONAME ?GetClass@H245_RequestMultiplexEntryRelease@@UBEPBDI@Z @13125 NONAME ?GetClass@H245_ResponseMessage@@UBEPBDI@Z @13126 NONAME ?GetClass@H245_RoundTripDelayRequest@@UBEPBDI@Z @13127 NONAME ?GetClass@H245_RoundTripDelayResponse@@UBEPBDI@Z @13128 NONAME ?GetClass@H245_RSVPParameters@@UBEPBDI@Z @13129 NONAME ?GetClass@H245_RTPH263VideoRedundancyEncoding@@UBEPBDI@Z @13130 NONAME ?GetClass@H245_RTPH263VideoRedundancyEncoding_containedThreads@@UBEPBDI@Z @13131 NONAME ?GetClass@H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@UBEPBDI@Z @13132 NONAME ?GetClass@H245_RTPH263VideoRedundancyFrameMapping@@UBEPBDI@Z @13133 NONAME ?GetClass@H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@UBEPBDI@Z @13134 NONAME ?GetClass@H245_RTPPayloadType@@UBEPBDI@Z @13135 NONAME ?GetClass@H245_RTPPayloadType_payloadDescriptor@@UBEPBDI@Z @13136 NONAME ?GetClass@H245_SendTerminalCapabilitySet@@UBEPBDI@Z @13137 NONAME ?GetClass@H245_SendTerminalCapabilitySet_specificRequest@@UBEPBDI@Z @13138 NONAME ?GetClass@H245_SequenceNumber@@UBEPBDI@Z @13139 NONAME ?GetClass@H245_SubstituteConferenceIDCommand@@UBEPBDI@Z @13140 NONAME ?GetClass@H245_T38FaxProfile@@UBEPBDI@Z @26613 NONAME ?GetClass@H245_T38FaxRateManagement@@UBEPBDI@Z @26614 NONAME ?GetClass@H245_T38FaxTcpOptions@@UBEPBDI@Z @26615 NONAME ?GetClass@H245_T38FaxUdpOptions@@UBEPBDI@Z @26616 NONAME ?GetClass@H245_T38FaxUdpOptions_t38FaxUdpEC@@UBEPBDI@Z @26617 NONAME ?GetClass@H245_T84Profile@@UBEPBDI@Z @13141 NONAME ?GetClass@H245_T84Profile_t84Restricted@@UBEPBDI@Z @13142 NONAME ?GetClass@H245_TerminalCapabilitySet@@UBEPBDI@Z @13143 NONAME ?GetClass@H245_TerminalCapabilitySetAck@@UBEPBDI@Z @13144 NONAME ?GetClass@H245_TerminalCapabilitySetReject@@UBEPBDI@Z @13145 NONAME ?GetClass@H245_TerminalCapabilitySetReject_cause@@UBEPBDI@Z @13146 NONAME ?GetClass@H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@UBEPBDI@Z @13147 NONAME ?GetClass@H245_TerminalCapabilitySetRelease@@UBEPBDI@Z @13148 NONAME ?GetClass@H245_TerminalID@@UBEPBDI@Z @13149 NONAME ?GetClass@H245_TerminalInformation@@UBEPBDI@Z @13150 NONAME ?GetClass@H245_TerminalLabel@@UBEPBDI@Z @13151 NONAME ?GetClass@H245_TerminalNumber@@UBEPBDI@Z @13152 NONAME ?GetClass@H245_TerminalYouAreSeeingInSubPictureNumber@@UBEPBDI@Z @13153 NONAME ?GetClass@H245_TransparencyParameters@@UBEPBDI@Z @13154 NONAME ?GetClass@H245_TransportAddress@@UBEPBDI@Z @13155 NONAME ?GetClass@H245_TransportCapability@@UBEPBDI@Z @13156 NONAME ?GetClass@H245_UnicastAddress@@UBEPBDI@Z @13157 NONAME ?GetClass@H245_UnicastAddress_iP6Address@@UBEPBDI@Z @13158 NONAME ?GetClass@H245_UnicastAddress_iPAddress@@UBEPBDI@Z @13159 NONAME ?GetClass@H245_UnicastAddress_iPSourceRouteAddress@@UBEPBDI@Z @13160 NONAME ?GetClass@H245_UnicastAddress_iPSourceRouteAddress_route@@UBEPBDI@Z @13161 NONAME ?GetClass@H245_UnicastAddress_iPSourceRouteAddress_routing@@UBEPBDI@Z @13162 NONAME ?GetClass@H245_UnicastAddress_iPXAddress@@UBEPBDI@Z @13163 NONAME ?GetClass@H245_UserInputCapability@@UBEPBDI@Z @13164 NONAME ?GetClass@H245_UserInputIndication@@UBEPBDI@Z @13165 NONAME ?GetClass@H245_UserInputIndication_encryptedAlphanumeric@@UBEPBDI@Z @52660 NONAME ?GetClass@H245_UserInputIndication_extendedAlphanumeric@@UBEPBDI@Z @26618 NONAME ?GetClass@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBEPBDI@Z @52661 NONAME ?GetClass@H245_UserInputIndication_signal@@UBEPBDI@Z @13166 NONAME ?GetClass@H245_UserInputIndication_signalUpdate@@UBEPBDI@Z @13167 NONAME ?GetClass@H245_UserInputIndication_signalUpdate_rtp@@UBEPBDI@Z @13168 NONAME ?GetClass@H245_UserInputIndication_signal_rtp@@UBEPBDI@Z @13169 NONAME ?GetClass@H245_UserInputIndication_userInputSupportIndication@@UBEPBDI@Z @13170 NONAME ?GetClass@H245_V42bis@@UBEPBDI@Z @13171 NONAME ?GetClass@H245_V75Capability@@UBEPBDI@Z @13172 NONAME ?GetClass@H245_V75Parameters@@UBEPBDI@Z @13173 NONAME ?GetClass@H245_V76Capability@@UBEPBDI@Z @13174 NONAME ?GetClass@H245_V76HDLCParameters@@UBEPBDI@Z @13175 NONAME ?GetClass@H245_V76LogicalChannelParameters@@UBEPBDI@Z @13176 NONAME ?GetClass@H245_V76LogicalChannelParameters_mode@@UBEPBDI@Z @13177 NONAME ?GetClass@H245_V76LogicalChannelParameters_mode_eRM@@UBEPBDI@Z @13178 NONAME ?GetClass@H245_V76LogicalChannelParameters_mode_eRM_recovery@@UBEPBDI@Z @13179 NONAME ?GetClass@H245_V76LogicalChannelParameters_suspendResume@@UBEPBDI@Z @13180 NONAME ?GetClass@H245_V76ModeParameters@@UBEPBDI@Z @13181 NONAME ?GetClass@H245_VBDCapability@@UBEPBDI@Z @38865 NONAME ?GetClass@H245_VBDMode@@UBEPBDI@Z @38866 NONAME ?GetClass@H245_VCCapability@@UBEPBDI@Z @13182 NONAME ?GetClass@H245_VCCapability_aal1@@UBEPBDI@Z @13183 NONAME ?GetClass@H245_VCCapability_aal1ViaGateway@@UBEPBDI@Z @26619 NONAME ?GetClass@H245_VCCapability_aal5@@UBEPBDI@Z @13184 NONAME ?GetClass@H245_VCCapability_availableBitRates@@UBEPBDI@Z @13185 NONAME ?GetClass@H245_VCCapability_availableBitRates_type@@UBEPBDI@Z @13186 NONAME ?GetClass@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBEPBDI@Z @13187 NONAME ?GetClass@H245_VendorIdentification@@UBEPBDI@Z @13188 NONAME ?GetClass@H245_VideoCapability@@UBEPBDI@Z @13189 NONAME ?GetClass@H245_VideoIndicateCompose@@UBEPBDI@Z @13190 NONAME ?GetClass@H245_VideoMode@@UBEPBDI@Z @13191 NONAME ?GetClass@H248_ActionReply@@UBEPBDI@Z @33872 NONAME ?GetClass@H248_ActionRequest@@UBEPBDI@Z @33873 NONAME ?GetClass@H248_AmmDescriptor@@UBEPBDI@Z @33874 NONAME ?GetClass@H248_AmmRequest@@UBEPBDI@Z @33875 NONAME ?GetClass@H248_AmmsReply@@UBEPBDI@Z @33876 NONAME ?GetClass@H248_ArrayOf_ActionReply@@UBEPBDI@Z @33877 NONAME ?GetClass@H248_ArrayOf_ActionRequest@@UBEPBDI@Z @33878 NONAME ?GetClass@H248_ArrayOf_AmmDescriptor@@UBEPBDI@Z @33879 NONAME ?GetClass@H248_ArrayOf_CommandReply@@UBEPBDI@Z @33880 NONAME ?GetClass@H248_ArrayOf_CommandRequest@@UBEPBDI@Z @33881 NONAME ?GetClass@H248_ArrayOf_EventParameter@@UBEPBDI@Z @33882 NONAME ?GetClass@H248_ArrayOf_IndAuditParameter@@UBEPBDI@Z @33883 NONAME ?GetClass@H248_ArrayOf_IndAudPropertyParm@@UBEPBDI@Z @33884 NONAME ?GetClass@H248_ArrayOf_IndAudStreamDescriptor@@UBEPBDI@Z @33885 NONAME ?GetClass@H248_ArrayOf_ModemType@@UBEPBDI@Z @33886 NONAME ?GetClass@H248_ArrayOf_ObservedEvent@@UBEPBDI@Z @33887 NONAME ?GetClass@H248_ArrayOf_PASN_OctetString@@UBEPBDI@Z @33888 NONAME ?GetClass@H248_ArrayOf_PropertyGroup@@UBEPBDI@Z @33889 NONAME ?GetClass@H248_ArrayOf_PropertyParm@@UBEPBDI@Z @33890 NONAME ?GetClass@H248_ArrayOf_RequestedEvent@@UBEPBDI@Z @33891 NONAME ?GetClass@H248_ArrayOf_SecondRequestedEvent@@UBEPBDI@Z @33892 NONAME ?GetClass@H248_ArrayOf_Signal@@UBEPBDI@Z @33893 NONAME ?GetClass@H248_ArrayOf_SigParameter@@UBEPBDI@Z @33894 NONAME ?GetClass@H248_ArrayOf_StreamDescriptor@@UBEPBDI@Z @33895 NONAME ?GetClass@H248_ArrayOf_TerminationID@@UBEPBDI@Z @33896 NONAME ?GetClass@H248_ArrayOf_TopologyRequest@@UBEPBDI@Z @33897 NONAME ?GetClass@H248_ArrayOf_Transaction@@UBEPBDI@Z @33898 NONAME ?GetClass@H248_ArrayOf_WildcardField@@UBEPBDI@Z @33899 NONAME ?GetClass@H248_AuditDescriptor@@UBEPBDI@Z @33900 NONAME ?GetClass@H248_AuditReply@@UBEPBDI@Z @33901 NONAME ?GetClass@H248_AuditRequest@@UBEPBDI@Z @33902 NONAME ?GetClass@H248_AuditResult@@UBEPBDI@Z @33903 NONAME ?GetClass@H248_AuditReturnParameter@@UBEPBDI@Z @33904 NONAME ?GetClass@H248_AuthData@@UBEPBDI@Z @33905 NONAME ?GetClass@H248_AuthenticationHeader@@UBEPBDI@Z @33906 NONAME ?GetClass@H248_Command@@UBEPBDI@Z @33907 NONAME ?GetClass@H248_CommandReply@@UBEPBDI@Z @33908 NONAME ?GetClass@H248_CommandRequest@@UBEPBDI@Z @33909 NONAME ?GetClass@H248_ContextAttrAuditRequest@@UBEPBDI@Z @33910 NONAME ?GetClass@H248_ContextID@@UBEPBDI@Z @33911 NONAME ?GetClass@H248_ContextRequest@@UBEPBDI@Z @33912 NONAME ?GetClass@H248_DigitMapDescriptor@@UBEPBDI@Z @33913 NONAME ?GetClass@H248_DigitMapName@@UBEPBDI@Z @33914 NONAME ?GetClass@H248_DigitMapValue@@UBEPBDI@Z @33915 NONAME ?GetClass@H248_DomainName@@UBEPBDI@Z @33916 NONAME ?GetClass@H248_ErrorCode@@UBEPBDI@Z @33917 NONAME ?GetClass@H248_ErrorDescriptor@@UBEPBDI@Z @33918 NONAME ?GetClass@H248_ErrorText@@UBEPBDI@Z @33919 NONAME ?GetClass@H248_EventBufferControl@@UBEPBDI@Z @33920 NONAME ?GetClass@H248_EventBufferDescriptor@@UBEPBDI@Z @33921 NONAME ?GetClass@H248_EventDM@@UBEPBDI@Z @33922 NONAME ?GetClass@H248_EventName@@UBEPBDI@Z @33923 NONAME ?GetClass@H248_EventParameter@@UBEPBDI@Z @33924 NONAME ?GetClass@H248_EventParameter_extraInfo@@UBEPBDI@Z @33925 NONAME ?GetClass@H248_EventsDescriptor@@UBEPBDI@Z @33926 NONAME ?GetClass@H248_EventSpec@@UBEPBDI@Z @33927 NONAME ?GetClass@H248_H221NonStandard@@UBEPBDI@Z @33928 NONAME ?GetClass@H248_IndAudDigitMapDescriptor@@UBEPBDI@Z @33929 NONAME ?GetClass@H248_IndAudEventBufferDescriptor@@UBEPBDI@Z @33930 NONAME ?GetClass@H248_IndAudEventsDescriptor@@UBEPBDI@Z @33931 NONAME ?GetClass@H248_IndAuditParameter@@UBEPBDI@Z @33932 NONAME ?GetClass@H248_IndAudLocalControlDescriptor@@UBEPBDI@Z @33933 NONAME ?GetClass@H248_IndAudLocalRemoteDescriptor@@UBEPBDI@Z @33934 NONAME ?GetClass@H248_IndAudMediaDescriptor@@UBEPBDI@Z @33935 NONAME ?GetClass@H248_IndAudMediaDescriptor_streams@@UBEPBDI@Z @33936 NONAME ?GetClass@H248_IndAudPackagesDescriptor@@UBEPBDI@Z @33937 NONAME ?GetClass@H248_IndAudPropertyGroup@@UBEPBDI@Z @33938 NONAME ?GetClass@H248_IndAudPropertyParm@@UBEPBDI@Z @33939 NONAME ?GetClass@H248_IndAudSeqSigList@@UBEPBDI@Z @33940 NONAME ?GetClass@H248_IndAudSignal@@UBEPBDI@Z @33941 NONAME ?GetClass@H248_IndAudSignalsDescriptor@@UBEPBDI@Z @33942 NONAME ?GetClass@H248_IndAudStatisticsDescriptor@@UBEPBDI@Z @33943 NONAME ?GetClass@H248_IndAudStreamDescriptor@@UBEPBDI@Z @33944 NONAME ?GetClass@H248_IndAudStreamParms@@UBEPBDI@Z @33945 NONAME ?GetClass@H248_IndAudTerminationStateDescriptor@@UBEPBDI@Z @33946 NONAME ?GetClass@H248_IP4Address@@UBEPBDI@Z @33947 NONAME ?GetClass@H248_IP6Address@@UBEPBDI@Z @33948 NONAME ?GetClass@H248_LocalControlDescriptor@@UBEPBDI@Z @33949 NONAME ?GetClass@H248_LocalRemoteDescriptor@@UBEPBDI@Z @33950 NONAME ?GetClass@H248_MediaDescriptor@@UBEPBDI@Z @33951 NONAME ?GetClass@H248_MediaDescriptor_streams@@UBEPBDI@Z @33952 NONAME ?GetClass@H248_MegacoMessage@@UBEPBDI@Z @33953 NONAME ?GetClass@H248_Message@@UBEPBDI@Z @33954 NONAME ?GetClass@H248_Message_messageBody@@UBEPBDI@Z @33955 NONAME ?GetClass@H248_MId@@UBEPBDI@Z @33956 NONAME ?GetClass@H248_ModemDescriptor@@UBEPBDI@Z @33957 NONAME ?GetClass@H248_ModemType@@UBEPBDI@Z @33958 NONAME ?GetClass@H248_MuxDescriptor@@UBEPBDI@Z @33959 NONAME ?GetClass@H248_MuxType@@UBEPBDI@Z @33960 NONAME ?GetClass@H248_Name@@UBEPBDI@Z @33961 NONAME ?GetClass@H248_NonStandardData@@UBEPBDI@Z @33962 NONAME ?GetClass@H248_NonStandardIdentifier@@UBEPBDI@Z @33963 NONAME ?GetClass@H248_NotifyCompletion@@UBEPBDI@Z @33964 NONAME ?GetClass@H248_NotifyReply@@UBEPBDI@Z @33965 NONAME ?GetClass@H248_NotifyRequest@@UBEPBDI@Z @33966 NONAME ?GetClass@H248_ObservedEvent@@UBEPBDI@Z @33967 NONAME ?GetClass@H248_ObservedEventsDescriptor@@UBEPBDI@Z @33968 NONAME ?GetClass@H248_PackagesDescriptor@@UBEPBDI@Z @33969 NONAME ?GetClass@H248_PackagesItem@@UBEPBDI@Z @33970 NONAME ?GetClass@H248_PathName@@UBEPBDI@Z @33971 NONAME ?GetClass@H248_PkgdName@@UBEPBDI@Z @33972 NONAME ?GetClass@H248_PropertyGroup@@UBEPBDI@Z @33973 NONAME ?GetClass@H248_PropertyParm@@UBEPBDI@Z @33974 NONAME ?GetClass@H248_PropertyParm_extraInfo@@UBEPBDI@Z @33975 NONAME ?GetClass@H248_Relation@@UBEPBDI@Z @33976 NONAME ?GetClass@H248_RequestedActions@@UBEPBDI@Z @33977 NONAME ?GetClass@H248_RequestedEvent@@UBEPBDI@Z @33978 NONAME ?GetClass@H248_RequestID@@UBEPBDI@Z @33979 NONAME ?GetClass@H248_SecondEventsDescriptor@@UBEPBDI@Z @33980 NONAME ?GetClass@H248_SecondRequestedActions@@UBEPBDI@Z @33981 NONAME ?GetClass@H248_SecondRequestedEvent@@UBEPBDI@Z @33982 NONAME ?GetClass@H248_SecurityParmIndex@@UBEPBDI@Z @33983 NONAME ?GetClass@H248_SeqSigList@@UBEPBDI@Z @33984 NONAME ?GetClass@H248_SequenceNum@@UBEPBDI@Z @33985 NONAME ?GetClass@H248_ServiceChangeAddress@@UBEPBDI@Z @33986 NONAME ?GetClass@H248_ServiceChangeMethod@@UBEPBDI@Z @33987 NONAME ?GetClass@H248_ServiceChangeParm@@UBEPBDI@Z @33988 NONAME ?GetClass@H248_ServiceChangeProfile@@UBEPBDI@Z @33989 NONAME ?GetClass@H248_ServiceChangeReply@@UBEPBDI@Z @33990 NONAME ?GetClass@H248_ServiceChangeRequest@@UBEPBDI@Z @33991 NONAME ?GetClass@H248_ServiceChangeResParm@@UBEPBDI@Z @33992 NONAME ?GetClass@H248_ServiceChangeResult@@UBEPBDI@Z @33993 NONAME ?GetClass@H248_ServiceState@@UBEPBDI@Z @33994 NONAME ?GetClass@H248_Signal@@UBEPBDI@Z @33995 NONAME ?GetClass@H248_SignalName@@UBEPBDI@Z @33996 NONAME ?GetClass@H248_SignalRequest@@UBEPBDI@Z @33997 NONAME ?GetClass@H248_SignalsDescriptor@@UBEPBDI@Z @33998 NONAME ?GetClass@H248_SignalType@@UBEPBDI@Z @33999 NONAME ?GetClass@H248_SigParameter@@UBEPBDI@Z @34000 NONAME ?GetClass@H248_SigParameter_extraInfo@@UBEPBDI@Z @34001 NONAME ?GetClass@H248_StatisticsDescriptor@@UBEPBDI@Z @34002 NONAME ?GetClass@H248_StatisticsParameter@@UBEPBDI@Z @34003 NONAME ?GetClass@H248_StreamDescriptor@@UBEPBDI@Z @34004 NONAME ?GetClass@H248_StreamID@@UBEPBDI@Z @34005 NONAME ?GetClass@H248_StreamMode@@UBEPBDI@Z @34006 NONAME ?GetClass@H248_StreamParms@@UBEPBDI@Z @34007 NONAME ?GetClass@H248_SubtractRequest@@UBEPBDI@Z @34008 NONAME ?GetClass@H248_TerminationAudit@@UBEPBDI@Z @34009 NONAME ?GetClass@H248_TerminationID@@UBEPBDI@Z @34010 NONAME ?GetClass@H248_TerminationIDList@@UBEPBDI@Z @34011 NONAME ?GetClass@H248_TerminationStateDescriptor@@UBEPBDI@Z @34012 NONAME ?GetClass@H248_TimeNotation@@UBEPBDI@Z @34013 NONAME ?GetClass@H248_TopologyRequest@@UBEPBDI@Z @34014 NONAME ?GetClass@H248_TopologyRequest_topologyDirection@@UBEPBDI@Z @34015 NONAME ?GetClass@H248_Transaction@@UBEPBDI@Z @34016 NONAME ?GetClass@H248_TransactionAck@@UBEPBDI@Z @34017 NONAME ?GetClass@H248_TransactionId@@UBEPBDI@Z @34018 NONAME ?GetClass@H248_TransactionPending@@UBEPBDI@Z @34019 NONAME ?GetClass@H248_TransactionReply@@UBEPBDI@Z @34020 NONAME ?GetClass@H248_TransactionReply_transactionResult@@UBEPBDI@Z @34021 NONAME ?GetClass@H248_TransactionRequest@@UBEPBDI@Z @34022 NONAME ?GetClass@H248_TransactionResponseAck@@UBEPBDI@Z @34023 NONAME ?GetClass@H248_Value@@UBEPBDI@Z @34024 NONAME ?GetClass@H248_WildcardField@@UBEPBDI@Z @34025 NONAME ?GetClass@H323AudioCapability@@UBEPBDI@Z @13192 NONAME ?GetClass@H323AudioCodec@@UBEPBDI@Z @13193 NONAME ?GetClass@H323BidirectionalChannel@@UBEPBDI@Z @13194 NONAME ?GetClass@H323CallCreditServiceControl@@UBEPBDI@Z @34026 NONAME ?GetClass@H323Capabilities@@UBEPBDI@Z @17229 NONAME ?GetClass@H323CapabilitiesSet@@UBEPBDI@Z @17230 NONAME ?GetClass@H323Capability@@UBEPBDI@Z @13195 NONAME ?GetClass@H323Channel@@UBEPBDI@Z @13197 NONAME ?GetClass@H323ChannelNumber@@UBEPBDI@Z @13198 NONAME ?GetClass@H323Codec@@UBEPBDI@Z @13199 NONAME ?GetClass@H323CodecPluginGenericAudioCapability@@UBEPBDI@Z @52662 NONAME ?GetClass@H323CodecPluginNonStandardAudioCapability@@UBEPBDI@Z @47924 NONAME ?GetClass@H323Connection@@UBEPBDI@Z @13200 NONAME ?GetClass@H323ConnectionsCleaner@@UBEPBDI@Z @13201 NONAME ?GetClass@H323ControlPDU@@UBEPBDI@Z @13202 NONAME ?GetClass@H323DataCapability@@UBEPBDI@Z @13203 NONAME ?GetClass@H323DataChannel@@UBEPBDI@Z @28237 NONAME ?GetClass@H323DynaLink@@UBEPBDI@Z @49675 NONAME ?GetClass@H323EndPoint@@UBEPBDI@Z @13204 NONAME ?GetClass@H323FramedAudioCodec@@UBEPBDI@Z @13205 NONAME ?GetClass@H323Gatekeeper@@UBEPBDI@Z @13206 NONAME ?GetClass@H323GatekeeperARQ@@UBEPBDI@Z @29472 NONAME ?GetClass@H323GatekeeperBRQ@@UBEPBDI@Z @29473 NONAME ?GetClass@H323GatekeeperCall@@UBEPBDI@Z @28524 NONAME ?GetClass@H323GatekeeperDRQ@@UBEPBDI@Z @29474 NONAME ?GetClass@H323GatekeeperGRQ@@UBEPBDI@Z @29475 NONAME ?GetClass@H323GatekeeperIRR@@UBEPBDI@Z @30643 NONAME ?GetClass@H323GatekeeperListener@@UBEPBDI@Z @28525 NONAME ?GetClass@H323GatekeeperLRQ@@UBEPBDI@Z @29476 NONAME ?GetClass@H323GatekeeperRequest@@UBEPBDI@Z @29477 NONAME ?GetClass@H323GatekeeperRRQ@@UBEPBDI@Z @29478 NONAME ?GetClass@H323GatekeeperServer@@UBEPBDI@Z @28526 NONAME ?GetClass@H323GatekeeperURQ@@UBEPBDI@Z @29479 NONAME ?GetClass@H323GenericAudioCapability@@UBEPBDI@Z @52663 NONAME ?GetClass@H323GenericVideoCapability@@UBEPBDI@Z @52664 NONAME ?GetClass@H323GSMPluginCapability@@UBEPBDI@Z @47925 NONAME ?GetClass@H323H248ServiceControl@@UBEPBDI@Z @34027 NONAME ?GetClass@H323HTTPServiceControl@@UBEPBDI@Z @34028 NONAME ?GetClass@H323Listener@@UBEPBDI@Z @13208 NONAME ?GetClass@H323ListenerTCP@@UBEPBDI@Z @13209 NONAME ?GetClass@H323LogicalChannelThread@@UBEPBDI@Z @13210 NONAME ?GetClass@H323NonStandardAudioCapability@@UBEPBDI@Z @13211 NONAME ?GetClass@H323NonStandardDataCapability@@UBEPBDI@Z @13212 NONAME ?GetClass@H323NonStandardVideoCapability@@UBEPBDI@Z @13213 NONAME ?GetClass@H323PeerElement@@UBEPBDI@Z @35008 NONAME ?GetClass@H323PeerElementDescriptor@@UBEPBDI@Z @37267 NONAME ?GetClass@H323PeerElementServiceRelationship@@UBEPBDI@Z @37268 NONAME ?GetClass@H323PluginCapability@@UBEPBDI@Z @47928 NONAME ?GetClass@H323PluginCodecManager@@UBEPBDI@Z @49749 NONAME ?GetClass@H323PluginFramedAudioCodec@@UBEPBDI@Z @49726 NONAME ?GetClass@H323PluginG7231Capability@@UBEPBDI@Z @47929 NONAME ?GetClass@H323PluginVideoCodec@@UBEPBDI@Z @47930 NONAME ?GetClass@H323RasPDU@@UBEPBDI@Z @13214 NONAME ?GetClass@H323RealTimeCapability@@UBEPBDI@Z @13215 NONAME ?GetClass@H323RegisteredEndPoint@@UBEPBDI@Z @28527 NONAME ?GetClass@H323ServiceControlSession@@UBEPBDI@Z @34029 NONAME ?GetClass@H323SignalPDU@@UBEPBDI@Z @13216 NONAME ?GetClass@H323SimultaneousCapabilities@@UBEPBDI@Z @13217 NONAME ?GetClass@H323StreamedAudioCodec@@UBEPBDI@Z @13218 NONAME ?GetClass@H323StreamedPluginAudioCodec@@UBEPBDI@Z @49727 NONAME ?GetClass@H323Transaction@@UBEPBDI@Z @37653 NONAME ?GetClass@H323TransactionServer@@UBEPBDI@Z @35010 NONAME ?GetClass@H323Transactor@@UBEPBDI@Z @35011 NONAME ?GetClass@H323Transport@@UBEPBDI@Z @13219 NONAME ?GetClass@H323TransportAddress@@UBEPBDI@Z @13220 NONAME ?GetClass@H323TransportAddressArray@@UBEPBDI@Z @31259 NONAME ?GetClass@H323TransportIP@@UBEPBDI@Z @13221 NONAME ?GetClass@H323TransportTCP@@UBEPBDI@Z @13222 NONAME ?GetClass@H323TransportUDP@@UBEPBDI@Z @13223 NONAME ?GetClass@H323UnidirectionalChannel@@UBEPBDI@Z @13224 NONAME ?GetClass@H323VideoCapability@@UBEPBDI@Z @13225 NONAME ?GetClass@H323VideoCodec@@UBEPBDI@Z @13226 NONAME ?GetClass@H323_ALawCodec@@UBEPBDI@Z @13231 NONAME ?GetClass@H323_AnnexG@@UBEPBDI@Z @35012 NONAME ?GetClass@H323_CiscoG7231aLIDCapability@@UBEPBDI@Z @31188 NONAME ?GetClass@H323_ExternalRTPChannel@@UBEPBDI@Z @29644 NONAME ?GetClass@H323_G711Capability@@UBEPBDI@Z @13232 NONAME ?GetClass@H323_H261Capability@@UBEPBDI@Z @13235 NONAME ?GetClass@H323_H261Codec@@UBEPBDI@Z @13236 NONAME ?GetClass@H323_LIDCapability@@UBEPBDI@Z @13237 NONAME ?GetClass@H323_LIDCodec@@UBEPBDI@Z @13238 NONAME ?GetClass@H323_muLawCodec@@UBEPBDI@Z @13239 NONAME ?GetClass@H323_RealTimeChannel@@UBEPBDI@Z @29645 NONAME ?GetClass@H323_RTPChannel@@UBEPBDI@Z @13240 NONAME ?GetClass@H323_RTP_Session@@UBEPBDI@Z @13241 NONAME ?GetClass@H323_RTP_UDP@@UBEPBDI@Z @13242 NONAME ?GetClass@H323_T120Capability@@UBEPBDI@Z @13243 NONAME ?GetClass@H323_T120Channel@@UBEPBDI@Z @28238 NONAME ?GetClass@H323_T38Capability@@UBEPBDI@Z @28239 NONAME ?GetClass@H323_T38Channel@@UBEPBDI@Z @28240 NONAME ?GetClass@H323_T38NonStandardCapability@@UBEPBDI@Z @30544 NONAME ?GetClass@H323_UserInputCapability@@UBEPBDI@Z @13244 NONAME ?GetClass@H45010_ArrayOf_MixedExtension@@UBEPBDI@Z @23790 NONAME ?GetClass@H45010_CfbOvrOptArg@@UBEPBDI@Z @23791 NONAME ?GetClass@H45010_CoReqOptArg@@UBEPBDI@Z @23792 NONAME ?GetClass@H45010_H323CallOfferOperations@@UBEPBDI@Z @23793 NONAME ?GetClass@H45010_RUAlertOptArg@@UBEPBDI@Z @23794 NONAME ?GetClass@H45011Handler@@UBEPBDI@Z @30751 NONAME ?GetClass@H45011_ArrayOf_MixedExtension@@UBEPBDI@Z @23795 NONAME ?GetClass@H45011_CallIntrusionErrors@@UBEPBDI@Z @23796 NONAME ?GetClass@H45011_CICapabilityLevel@@UBEPBDI@Z @23797 NONAME ?GetClass@H45011_CIFrcRelArg@@UBEPBDI@Z @23798 NONAME ?GetClass@H45011_CIFrcRelOptRes@@UBEPBDI@Z @23799 NONAME ?GetClass@H45011_CIGetCIPLOptArg@@UBEPBDI@Z @23800 NONAME ?GetClass@H45011_CIGetCIPLRes@@UBEPBDI@Z @23801 NONAME ?GetClass@H45011_CIIsOptArg@@UBEPBDI@Z @23802 NONAME ?GetClass@H45011_CIIsOptRes@@UBEPBDI@Z @23803 NONAME ?GetClass@H45011_CINotificationArg@@UBEPBDI@Z @23804 NONAME ?GetClass@H45011_CIProtectionLevel@@UBEPBDI@Z @23805 NONAME ?GetClass@H45011_CIRequestArg@@UBEPBDI@Z @23806 NONAME ?GetClass@H45011_CIRequestRes@@UBEPBDI@Z @23807 NONAME ?GetClass@H45011_CISilentArg@@UBEPBDI@Z @23808 NONAME ?GetClass@H45011_CISilentOptRes@@UBEPBDI@Z @23809 NONAME ?GetClass@H45011_CIStatusInformation@@UBEPBDI@Z @23810 NONAME ?GetClass@H45011_CIWobOptArg@@UBEPBDI@Z @23811 NONAME ?GetClass@H45011_CIWobOptRes@@UBEPBDI@Z @23812 NONAME ?GetClass@H45011_H323CallIntrusionOperations@@UBEPBDI@Z @23813 NONAME ?GetClass@H4501_Address@@UBEPBDI@Z @21843 NONAME ?GetClass@H4501_AddressInformation@@UBEPBDI@Z @21844 NONAME ?GetClass@H4501_AddressScreened@@UBEPBDI@Z @21845 NONAME ?GetClass@H4501_ArrayOf_AliasAddress@@UBEPBDI@Z @21846 NONAME ?GetClass@H4501_ArrayOf_ROS@@UBEPBDI@Z @21847 NONAME ?GetClass@H4501_EndpointAddress@@UBEPBDI@Z @21848 NONAME ?GetClass@H4501_EntityType@@UBEPBDI@Z @21849 NONAME ?GetClass@H4501_Extension@@UBEPBDI@Z @21850 NONAME ?GetClass@H4501_GeneralErrorList@@UBEPBDI@Z @21851 NONAME ?GetClass@H4501_H225InformationElement@@UBEPBDI@Z @21852 NONAME ?GetClass@H4501_InterpretationApdu@@UBEPBDI@Z @21853 NONAME ?GetClass@H4501_InvokeIDs@@UBEPBDI@Z @21854 NONAME ?GetClass@H4501_InvokeIdSet@@UBEPBDI@Z @21855 NONAME ?GetClass@H4501_NetworkFacilityExtension@@UBEPBDI@Z @21856 NONAME ?GetClass@H4501_NSAPSubaddress@@UBEPBDI@Z @21857 NONAME ?GetClass@H4501_NumberScreened@@UBEPBDI@Z @21858 NONAME ?GetClass@H4501_PartySubaddress@@UBEPBDI@Z @21859 NONAME ?GetClass@H4501_PresentationAllowedIndicator@@UBEPBDI@Z @21860 NONAME ?GetClass@H4501_PresentedAddressScreened@@UBEPBDI@Z @21861 NONAME ?GetClass@H4501_PresentedAddressUnscreened@@UBEPBDI@Z @21862 NONAME ?GetClass@H4501_PresentedNumberScreened@@UBEPBDI@Z @21863 NONAME ?GetClass@H4501_PresentedNumberUnscreened@@UBEPBDI@Z @21864 NONAME ?GetClass@H4501_ScreeningIndicator@@UBEPBDI@Z @21865 NONAME ?GetClass@H4501_ServiceApdus@@UBEPBDI@Z @21866 NONAME ?GetClass@H4501_SubaddressInformation@@UBEPBDI@Z @21867 NONAME ?GetClass@H4501_SupplementaryService@@UBEPBDI@Z @21868 NONAME ?GetClass@H4501_UserSpecifiedSubaddress@@UBEPBDI@Z @21869 NONAME ?GetClass@H4502Handler@@UBEPBDI@Z @29026 NONAME ?GetClass@H4502_CallIdentity@@UBEPBDI@Z @21870 NONAME ?GetClass@H4502_CallStatus@@UBEPBDI@Z @21871 NONAME ?GetClass@H4502_CallTransferErrors@@UBEPBDI@Z @21872 NONAME ?GetClass@H4502_CallTransferOperation@@UBEPBDI@Z @21873 NONAME ?GetClass@H4502_CTActiveArg@@UBEPBDI@Z @21874 NONAME ?GetClass@H4502_CTActiveArg_argumentExtension@@UBEPBDI@Z @21875 NONAME ?GetClass@H4502_CTCompleteArg@@UBEPBDI@Z @21876 NONAME ?GetClass@H4502_CTCompleteArg_argumentExtension@@UBEPBDI@Z @21877 NONAME ?GetClass@H4502_CTIdentifyRes@@UBEPBDI@Z @21878 NONAME ?GetClass@H4502_CTIdentifyRes_resultExtension@@UBEPBDI@Z @21879 NONAME ?GetClass@H4502_CTInitiateArg@@UBEPBDI@Z @21880 NONAME ?GetClass@H4502_CTInitiateArg_argumentExtension@@UBEPBDI@Z @21881 NONAME ?GetClass@H4502_CTSetupArg@@UBEPBDI@Z @21882 NONAME ?GetClass@H4502_CTSetupArg_argumentExtension@@UBEPBDI@Z @21883 NONAME ?GetClass@H4502_CTUpdateArg@@UBEPBDI@Z @21884 NONAME ?GetClass@H4502_CTUpdateArg_argumentExtension@@UBEPBDI@Z @21885 NONAME ?GetClass@H4502_DummyArg@@UBEPBDI@Z @21886 NONAME ?GetClass@H4502_DummyRes@@UBEPBDI@Z @21887 NONAME ?GetClass@H4502_EndDesignation@@UBEPBDI@Z @21888 NONAME ?GetClass@H4502_ExtensionSeq@@UBEPBDI@Z @21889 NONAME ?GetClass@H4502_SubaddressTransferArg@@UBEPBDI@Z @21890 NONAME ?GetClass@H4502_SubaddressTransferArg_argumentExtension@@UBEPBDI@Z @21891 NONAME ?GetClass@H4503_BasicService@@UBEPBDI@Z @22774 NONAME ?GetClass@H4503_CallDiversionErrors@@UBEPBDI@Z @22775 NONAME ?GetClass@H4503_DiversionReason@@UBEPBDI@Z @22776 NONAME ?GetClass@H4503_ExtensionSeq@@UBEPBDI@Z @22777 NONAME ?GetClass@H4503_H323CallDiversionOperations@@UBEPBDI@Z @22778 NONAME ?GetClass@H4503_IntResult@@UBEPBDI@Z @22779 NONAME ?GetClass@H4503_IntResultList@@UBEPBDI@Z @22780 NONAME ?GetClass@H4503_IntResult_extension@@UBEPBDI@Z @22781 NONAME ?GetClass@H4503_Procedure@@UBEPBDI@Z @22782 NONAME ?GetClass@H4503_SubscriptionOption@@UBEPBDI@Z @22783 NONAME ?GetClass@H4504Handler@@UBEPBDI@Z @29027 NONAME ?GetClass@H4504_ArrayOf_MixedExtension@@UBEPBDI@Z @22425 NONAME ?GetClass@H4504_CallHoldOperation@@UBEPBDI@Z @22426 NONAME ?GetClass@H4504_Extension@@UBEPBDI@Z @22427 NONAME ?GetClass@H4504_HoldNotificArg@@UBEPBDI@Z @22428 NONAME ?GetClass@H4504_MixedExtension@@UBEPBDI@Z @22429 NONAME ?GetClass@H4504_RemoteHoldArg@@UBEPBDI@Z @22430 NONAME ?GetClass@H4504_RemoteHoldRes@@UBEPBDI@Z @22431 NONAME ?GetClass@H4504_RemoteRetrieveArg@@UBEPBDI@Z @22432 NONAME ?GetClass@H4504_RemoteRetrieveRes@@UBEPBDI@Z @22433 NONAME ?GetClass@H4504_RetrieveNotificArg@@UBEPBDI@Z @22434 NONAME ?GetClass@H4505_ArrayOf_MixedExtension@@UBEPBDI@Z @23814 NONAME ?GetClass@H4505_CallParkPickupOperations@@UBEPBDI@Z @23815 NONAME ?GetClass@H4505_CallPickupErrors@@UBEPBDI@Z @23816 NONAME ?GetClass@H4505_CallType@@UBEPBDI@Z @23817 NONAME ?GetClass@H4505_CpickupNotifyArg@@UBEPBDI@Z @23818 NONAME ?GetClass@H4505_CpNotifyArg@@UBEPBDI@Z @23819 NONAME ?GetClass@H4505_CpRequestArg@@UBEPBDI@Z @23820 NONAME ?GetClass@H4505_CpRequestRes@@UBEPBDI@Z @23821 NONAME ?GetClass@H4505_CpSetupArg@@UBEPBDI@Z @23822 NONAME ?GetClass@H4505_CpSetupRes@@UBEPBDI@Z @23823 NONAME ?GetClass@H4505_GroupIndicationOffArg@@UBEPBDI@Z @23824 NONAME ?GetClass@H4505_GroupIndicationOffRes@@UBEPBDI@Z @23825 NONAME ?GetClass@H4505_GroupIndicationOnArg@@UBEPBDI@Z @23826 NONAME ?GetClass@H4505_GroupIndicationOnRes@@UBEPBDI@Z @23827 NONAME ?GetClass@H4505_ParkCondition@@UBEPBDI@Z @23828 NONAME ?GetClass@H4505_ParkedToPosition@@UBEPBDI@Z @23829 NONAME ?GetClass@H4505_PickExeArg@@UBEPBDI@Z @23830 NONAME ?GetClass@H4505_PickExeRes@@UBEPBDI@Z @23831 NONAME ?GetClass@H4505_PickrequArg@@UBEPBDI@Z @23832 NONAME ?GetClass@H4505_PickrequRes@@UBEPBDI@Z @23833 NONAME ?GetClass@H4505_PickupArg@@UBEPBDI@Z @23834 NONAME ?GetClass@H4505_PickupRes@@UBEPBDI@Z @23835 NONAME ?GetClass@H4506Handler@@UBEPBDI@Z @29695 NONAME ?GetClass@H4506_ArrayOf_MixedExtension@@UBEPBDI@Z @23836 NONAME ?GetClass@H4506_CallWaitingArg@@UBEPBDI@Z @23837 NONAME ?GetClass@H4506_CallWaitingOperations@@UBEPBDI@Z @23838 NONAME ?GetClass@H4507_ArrayOf_MixedExtension@@UBEPBDI@Z @23839 NONAME ?GetClass@H4507_BasicService@@UBEPBDI@Z @23840 NONAME ?GetClass@H4507_DummyRes@@UBEPBDI@Z @23841 NONAME ?GetClass@H4507_H323_MWI_Operations@@UBEPBDI@Z @23842 NONAME ?GetClass@H4507_MessageWaitingIndicationErrors@@UBEPBDI@Z @23843 NONAME ?GetClass@H4507_MsgCentreId@@UBEPBDI@Z @23844 NONAME ?GetClass@H4507_MWIActivateArg@@UBEPBDI@Z @23845 NONAME ?GetClass@H4507_MWIDeactivateArg@@UBEPBDI@Z @23846 NONAME ?GetClass@H4507_MWIInterrogateArg@@UBEPBDI@Z @23847 NONAME ?GetClass@H4507_MWIInterrogateRes@@UBEPBDI@Z @23848 NONAME ?GetClass@H4507_MWIInterrogateResElt@@UBEPBDI@Z @23849 NONAME ?GetClass@H4507_NbOfMessages@@UBEPBDI@Z @23850 NONAME ?GetClass@H4507_TimeStamp@@UBEPBDI@Z @23851 NONAME ?GetClass@H4508_ExtendedName@@UBEPBDI@Z @23852 NONAME ?GetClass@H4508_Name@@UBEPBDI@Z @23853 NONAME ?GetClass@H4508_NameOperations@@UBEPBDI@Z @23854 NONAME ?GetClass@H4508_NamePresentationAllowed@@UBEPBDI@Z @23855 NONAME ?GetClass@H4508_NamePresentationRestricted@@UBEPBDI@Z @23856 NONAME ?GetClass@H4508_SimpleName@@UBEPBDI@Z @23857 NONAME ?GetClass@H4509_ArrayOf_MixedExtension@@UBEPBDI@Z @23858 NONAME ?GetClass@H4509_CallCompletionErrors@@UBEPBDI@Z @23859 NONAME ?GetClass@H4509_CcArg@@UBEPBDI@Z @23860 NONAME ?GetClass@H4509_CcLongArg@@UBEPBDI@Z @23861 NONAME ?GetClass@H4509_CcRequestArg@@UBEPBDI@Z @23862 NONAME ?GetClass@H4509_CcRequestRes@@UBEPBDI@Z @23863 NONAME ?GetClass@H4509_CcShortArg@@UBEPBDI@Z @23864 NONAME ?GetClass@H4509_H323CallCompletionOperations@@UBEPBDI@Z @23865 NONAME ?GetClass@H450xDispatcher@@UBEPBDI@Z @29028 NONAME ?GetClass@H450xHandler@@UBEPBDI@Z @29029 NONAME ?GetClass@H501AccessRequest@@UBEPBDI@Z @37654 NONAME ?GetClass@H501DescriptorUpdate@@UBEPBDI@Z @37655 NONAME ?GetClass@H501PDU@@UBEPBDI@Z @37116 NONAME ?GetClass@H501ServiceRequest@@UBEPBDI@Z @37656 NONAME ?GetClass@H501Transaction@@UBEPBDI@Z @37657 NONAME ?GetClass@H501_AccessConfirmation@@UBEPBDI@Z @36403 NONAME ?GetClass@H501_AccessRejection@@UBEPBDI@Z @36404 NONAME ?GetClass@H501_AccessRejectionReason@@UBEPBDI@Z @36405 NONAME ?GetClass@H501_AccessRequest@@UBEPBDI@Z @36406 NONAME ?GetClass@H501_AccessToken@@UBEPBDI@Z @36407 NONAME ?GetClass@H501_AddressTemplate@@UBEPBDI@Z @36408 NONAME ?GetClass@H501_AlternatePE@@UBEPBDI@Z @36409 NONAME ?GetClass@H501_AlternatePEInfo@@UBEPBDI@Z @36410 NONAME ?GetClass@H501_ApplicationMessage@@UBEPBDI@Z @36411 NONAME ?GetClass@H501_ArrayOf_AccessToken@@UBEPBDI@Z @36412 NONAME ?GetClass@H501_ArrayOf_AddressTemplate@@UBEPBDI@Z @36413 NONAME ?GetClass@H501_ArrayOf_AliasAddress@@UBEPBDI@Z @36414 NONAME ?GetClass@H501_ArrayOf_AlternatePE@@UBEPBDI@Z @36415 NONAME ?GetClass@H501_ArrayOf_CircuitIdentifier@@UBEPBDI@Z @36416 NONAME ?GetClass@H501_ArrayOf_ClearToken@@UBEPBDI@Z @36417 NONAME ?GetClass@H501_ArrayOf_ContactInformation@@UBEPBDI@Z @36418 NONAME ?GetClass@H501_ArrayOf_CryptoH323Token@@UBEPBDI@Z @36419 NONAME ?GetClass@H501_ArrayOf_Descriptor@@UBEPBDI@Z @36420 NONAME ?GetClass@H501_ArrayOf_DescriptorInfo@@UBEPBDI@Z @36422 NONAME ?GetClass@H501_ArrayOf_GenericData@@UBEPBDI@Z @36423 NONAME ?GetClass@H501_ArrayOf_GloballyUniqueID@@UBEPBDI@Z @36987 NONAME ?GetClass@H501_ArrayOf_NonStandardParameter@@UBEPBDI@Z @36424 NONAME ?GetClass@H501_ArrayOf_PASN_ObjectId@@UBEPBDI@Z @36425 NONAME ?GetClass@H501_ArrayOf_Pattern@@UBEPBDI@Z @36426 NONAME ?GetClass@H501_ArrayOf_PriceElement@@UBEPBDI@Z @36427 NONAME ?GetClass@H501_ArrayOf_PriceInfoSpec@@UBEPBDI@Z @36428 NONAME ?GetClass@H501_ArrayOf_RouteInformation@@UBEPBDI@Z @36429 NONAME ?GetClass@H501_ArrayOf_SecurityMode@@UBEPBDI@Z @36430 NONAME ?GetClass@H501_ArrayOf_ServiceControlSession@@UBEPBDI@Z @36431 NONAME ?GetClass@H501_ArrayOf_SupportedProtocols@@UBEPBDI@Z @36432 NONAME ?GetClass@H501_ArrayOf_TransportAddress@@UBEPBDI@Z @36433 NONAME ?GetClass@H501_ArrayOf_UpdateInformation@@UBEPBDI@Z @36434 NONAME ?GetClass@H501_ArrayOf_UsageField@@UBEPBDI@Z @36435 NONAME ?GetClass@H501_AuthenticationConfirmation@@UBEPBDI@Z @36436 NONAME ?GetClass@H501_AuthenticationRejection@@UBEPBDI@Z @36437 NONAME ?GetClass@H501_AuthenticationRejectionReason@@UBEPBDI@Z @36438 NONAME ?GetClass@H501_AuthenticationRequest@@UBEPBDI@Z @36439 NONAME ?GetClass@H501_CallInformation@@UBEPBDI@Z @36440 NONAME ?GetClass@H501_ContactInformation@@UBEPBDI@Z @36441 NONAME ?GetClass@H501_Descriptor@@UBEPBDI@Z @36442 NONAME ?GetClass@H501_DescriptorConfirmation@@UBEPBDI@Z @36443 NONAME ?GetClass@H501_DescriptorIDConfirmation@@UBEPBDI@Z @36445 NONAME ?GetClass@H501_DescriptorIDRejection@@UBEPBDI@Z @36446 NONAME ?GetClass@H501_DescriptorIDRejectionReason@@UBEPBDI@Z @36447 NONAME ?GetClass@H501_DescriptorIDRequest@@UBEPBDI@Z @36448 NONAME ?GetClass@H501_DescriptorInfo@@UBEPBDI@Z @36449 NONAME ?GetClass@H501_DescriptorRejection@@UBEPBDI@Z @36450 NONAME ?GetClass@H501_DescriptorRejectionReason@@UBEPBDI@Z @36451 NONAME ?GetClass@H501_DescriptorRequest@@UBEPBDI@Z @36452 NONAME ?GetClass@H501_DescriptorUpdate@@UBEPBDI@Z @36453 NONAME ?GetClass@H501_DescriptorUpdateAck@@UBEPBDI@Z @36454 NONAME ?GetClass@H501_ElementIdentifier@@UBEPBDI@Z @36455 NONAME ?GetClass@H501_GlobalTimeStamp@@UBEPBDI@Z @36456 NONAME ?GetClass@H501_Message@@UBEPBDI@Z @35015 NONAME ?GetClass@H501_MessageBody@@UBEPBDI@Z @36457 NONAME ?GetClass@H501_MessageCommonInfo@@UBEPBDI@Z @36458 NONAME ?GetClass@H501_NonStandardConfirmation@@UBEPBDI@Z @36459 NONAME ?GetClass@H501_NonStandardRejection@@UBEPBDI@Z @36460 NONAME ?GetClass@H501_NonStandardRejectionReason@@UBEPBDI@Z @36461 NONAME ?GetClass@H501_NonStandardRequest@@UBEPBDI@Z @36462 NONAME ?GetClass@H501_PartyInformation@@UBEPBDI@Z @36463 NONAME ?GetClass@H501_Pattern@@UBEPBDI@Z @36464 NONAME ?GetClass@H501_Pattern_range@@UBEPBDI@Z @36465 NONAME ?GetClass@H501_PriceElement@@UBEPBDI@Z @36466 NONAME ?GetClass@H501_PriceElement_units@@UBEPBDI@Z @36467 NONAME ?GetClass@H501_PriceInfoSpec@@UBEPBDI@Z @36468 NONAME ?GetClass@H501_ProtocolVersion@@UBEPBDI@Z @36469 NONAME ?GetClass@H501_RequestInProgress@@UBEPBDI@Z @36470 NONAME ?GetClass@H501_Role@@UBEPBDI@Z @36471 NONAME ?GetClass@H501_RouteInformation@@UBEPBDI@Z @36472 NONAME ?GetClass@H501_RouteInformation_messageType@@UBEPBDI@Z @36473 NONAME ?GetClass@H501_SecurityMode@@UBEPBDI@Z @36474 NONAME ?GetClass@H501_ServiceConfirmation@@UBEPBDI@Z @36475 NONAME ?GetClass@H501_ServiceRejection@@UBEPBDI@Z @36477 NONAME ?GetClass@H501_ServiceRejectionReason@@UBEPBDI@Z @36478 NONAME ?GetClass@H501_ServiceRelease@@UBEPBDI@Z @36479 NONAME ?GetClass@H501_ServiceReleaseReason@@UBEPBDI@Z @36480 NONAME ?GetClass@H501_ServiceRequest@@UBEPBDI@Z @36481 NONAME ?GetClass@H501_TerminationCause@@UBEPBDI@Z @36482 NONAME ?GetClass@H501_TimeZone@@UBEPBDI@Z @36483 NONAME ?GetClass@H501_UnknownMessageReason@@UBEPBDI@Z @36484 NONAME ?GetClass@H501_UnknownMessageResponse@@UBEPBDI@Z @36485 NONAME ?GetClass@H501_UpdateInformation@@UBEPBDI@Z @36486 NONAME ?GetClass@H501_UpdateInformation_descriptorInfo@@UBEPBDI@Z @36487 NONAME ?GetClass@H501_UpdateInformation_updateType@@UBEPBDI@Z @36488 NONAME ?GetClass@H501_UsageCallStatus@@UBEPBDI@Z @36489 NONAME ?GetClass@H501_UsageConfirmation@@UBEPBDI@Z @36490 NONAME ?GetClass@H501_UsageField@@UBEPBDI@Z @36491 NONAME ?GetClass@H501_UsageIndication@@UBEPBDI@Z @36492 NONAME ?GetClass@H501_UsageIndicationConfirmation@@UBEPBDI@Z @36493 NONAME ?GetClass@H501_UsageIndicationRejection@@UBEPBDI@Z @36494 NONAME ?GetClass@H501_UsageIndicationRejectionReason@@UBEPBDI@Z @36495 NONAME ?GetClass@H501_UsageRejection@@UBEPBDI@Z @36496 NONAME ?GetClass@H501_UsageRejectReason@@UBEPBDI@Z @36497 NONAME ?GetClass@H501_UsageRequest@@UBEPBDI@Z @36498 NONAME ?GetClass@H501_UsageSpecification@@UBEPBDI@Z @36499 NONAME ?GetClass@H501_UsageSpecification_when@@UBEPBDI@Z @36500 NONAME ?GetClass@H501_UserInformation@@UBEPBDI@Z @36501 NONAME ?GetClass@H501_ValidationConfirmation@@UBEPBDI@Z @36502 NONAME ?GetClass@H501_ValidationRejection@@UBEPBDI@Z @36503 NONAME ?GetClass@H501_ValidationRejectionReason@@UBEPBDI@Z @36504 NONAME ?GetClass@H501_ValidationRequest@@UBEPBDI@Z @36505 NONAME ?GetClass@HIDPluginDeviceManager@@UBEPBDI@Z @52665 NONAME ?GetClass@MCS_ArrayOf_ChannelAttributes@@UBEPBDI@Z @13291 NONAME ?GetClass@MCS_ArrayOf_ChannelId@@UBEPBDI@Z @13292 NONAME ?GetClass@MCS_ArrayOf_TokenAttributes@@UBEPBDI@Z @13293 NONAME ?GetClass@MCS_ArrayOf_TokenId@@UBEPBDI@Z @13294 NONAME ?GetClass@MCS_ArrayOf_UserId@@UBEPBDI@Z @13295 NONAME ?GetClass@MCS_AssignedChannelId@@UBEPBDI@Z @13296 NONAME ?GetClass@MCS_AUcf@@UBEPBDI@Z @13297 NONAME ?GetClass@MCS_AUrq@@UBEPBDI@Z @13298 NONAME ?GetClass@MCS_CAin@@UBEPBDI@Z @13299 NONAME ?GetClass@MCS_CArq@@UBEPBDI@Z @13300 NONAME ?GetClass@MCS_CCcf@@UBEPBDI@Z @13301 NONAME ?GetClass@MCS_CCrq@@UBEPBDI@Z @13302 NONAME ?GetClass@MCS_CDin@@UBEPBDI@Z @13303 NONAME ?GetClass@MCS_CDrq@@UBEPBDI@Z @13304 NONAME ?GetClass@MCS_CEin@@UBEPBDI@Z @13305 NONAME ?GetClass@MCS_CErq@@UBEPBDI@Z @13306 NONAME ?GetClass@MCS_ChannelAttributes@@UBEPBDI@Z @13307 NONAME ?GetClass@MCS_ChannelAttributes_assigned@@UBEPBDI@Z @13308 NONAME ?GetClass@MCS_ChannelAttributes_private@@UBEPBDI@Z @13309 NONAME ?GetClass@MCS_ChannelAttributes_static@@UBEPBDI@Z @13310 NONAME ?GetClass@MCS_ChannelAttributes_userId@@UBEPBDI@Z @13311 NONAME ?GetClass@MCS_ChannelId@@UBEPBDI@Z @13312 NONAME ?GetClass@MCS_CJcf@@UBEPBDI@Z @13313 NONAME ?GetClass@MCS_CJrq@@UBEPBDI@Z @13314 NONAME ?GetClass@MCS_CLrq@@UBEPBDI@Z @13315 NONAME ?GetClass@MCS_ConnectMCSPDU@@UBEPBDI@Z @13316 NONAME ?GetClass@MCS_Connect_Additional@@UBEPBDI@Z @13317 NONAME ?GetClass@MCS_Connect_Initial@@UBEPBDI@Z @13318 NONAME ?GetClass@MCS_Connect_Response@@UBEPBDI@Z @13319 NONAME ?GetClass@MCS_Connect_Result@@UBEPBDI@Z @13320 NONAME ?GetClass@MCS_DataPriority@@UBEPBDI@Z @13321 NONAME ?GetClass@MCS_Diagnostic@@UBEPBDI@Z @13322 NONAME ?GetClass@MCS_DomainMCSPDU@@UBEPBDI@Z @13323 NONAME ?GetClass@MCS_DomainParameters@@UBEPBDI@Z @13324 NONAME ?GetClass@MCS_DPum@@UBEPBDI@Z @13325 NONAME ?GetClass@MCS_DUin@@UBEPBDI@Z @13326 NONAME ?GetClass@MCS_DUrq@@UBEPBDI@Z @13327 NONAME ?GetClass@MCS_DynamicChannelId@@UBEPBDI@Z @13328 NONAME ?GetClass@MCS_EDrq@@UBEPBDI@Z @13329 NONAME ?GetClass@MCS_MCcf@@UBEPBDI@Z @13330 NONAME ?GetClass@MCS_MCrq@@UBEPBDI@Z @13331 NONAME ?GetClass@MCS_MTcf@@UBEPBDI@Z @13332 NONAME ?GetClass@MCS_MTrq@@UBEPBDI@Z @13333 NONAME ?GetClass@MCS_PCin@@UBEPBDI@Z @13334 NONAME ?GetClass@MCS_PDin@@UBEPBDI@Z @13335 NONAME ?GetClass@MCS_PrivateChannelId@@UBEPBDI@Z @13336 NONAME ?GetClass@MCS_PTin@@UBEPBDI@Z @13337 NONAME ?GetClass@MCS_Reason@@UBEPBDI@Z @13338 NONAME ?GetClass@MCS_Result@@UBEPBDI@Z @13339 NONAME ?GetClass@MCS_RJum@@UBEPBDI@Z @13340 NONAME ?GetClass@MCS_SDin@@UBEPBDI@Z @13341 NONAME ?GetClass@MCS_SDrq@@UBEPBDI@Z @13342 NONAME ?GetClass@MCS_Segmentation@@UBEPBDI@Z @13343 NONAME ?GetClass@MCS_StaticChannelId@@UBEPBDI@Z @13344 NONAME ?GetClass@MCS_TGcf@@UBEPBDI@Z @13345 NONAME ?GetClass@MCS_TGrq@@UBEPBDI@Z @13346 NONAME ?GetClass@MCS_TIcf@@UBEPBDI@Z @13347 NONAME ?GetClass@MCS_TIrq@@UBEPBDI@Z @13348 NONAME ?GetClass@MCS_TokenAttributes@@UBEPBDI@Z @13349 NONAME ?GetClass@MCS_TokenAttributes_given@@UBEPBDI@Z @13350 NONAME ?GetClass@MCS_TokenAttributes_giving@@UBEPBDI@Z @13351 NONAME ?GetClass@MCS_TokenAttributes_grabbed@@UBEPBDI@Z @13352 NONAME ?GetClass@MCS_TokenAttributes_inhibited@@UBEPBDI@Z @13353 NONAME ?GetClass@MCS_TokenAttributes_ungivable@@UBEPBDI@Z @13354 NONAME ?GetClass@MCS_TokenId@@UBEPBDI@Z @13355 NONAME ?GetClass@MCS_TokenStatus@@UBEPBDI@Z @13356 NONAME ?GetClass@MCS_TPin@@UBEPBDI@Z @13357 NONAME ?GetClass@MCS_TPrq@@UBEPBDI@Z @13358 NONAME ?GetClass@MCS_TRcf@@UBEPBDI@Z @13359 NONAME ?GetClass@MCS_TRrq@@UBEPBDI@Z @13360 NONAME ?GetClass@MCS_TTcf@@UBEPBDI@Z @13361 NONAME ?GetClass@MCS_TTrq@@UBEPBDI@Z @13362 NONAME ?GetClass@MCS_TVcf@@UBEPBDI@Z @13363 NONAME ?GetClass@MCS_TVin@@UBEPBDI@Z @13364 NONAME ?GetClass@MCS_TVrq@@UBEPBDI@Z @13365 NONAME ?GetClass@MCS_TVrs@@UBEPBDI@Z @13366 NONAME ?GetClass@MCS_UserId@@UBEPBDI@Z @13367 NONAME ?GetClass@MCS_USin@@UBEPBDI@Z @13368 NONAME ?GetClass@MCS_USrq@@UBEPBDI@Z @13369 NONAME ?GetClass@MXRecordList@PDNS@@UBEPBDI@Z @52666 NONAME ?GetClass@OpalFactoryCodec@@UBEPBDI@Z @51554 NONAME ?GetClass@OpalG711ALaw64k_Base@@UBEPBDI@Z @51555 NONAME ?GetClass@OpalG711ALaw64k_Decoder@@UBEPBDI@Z @51556 NONAME ?GetClass@OpalG711ALaw64k_Encoder@@UBEPBDI@Z @51557 NONAME ?GetClass@OpalG711uLaw64k_Base@@UBEPBDI@Z @51558 NONAME ?GetClass@OpalG711uLaw64k_Decoder@@UBEPBDI@Z @51559 NONAME ?GetClass@OpalG711uLaw64k_Encoder@@UBEPBDI@Z @51560 NONAME ?GetClass@OpalGloballyUniqueID@@UBEPBDI@Z @20692 NONAME ?GetClass@OpalIxJDevice@@UBEPBDI@Z @13370 NONAME ?GetClass@OpalLineChannel@@UBEPBDI@Z @13371 NONAME ?GetClass@OpalLineInterfaceDevice@@UBEPBDI@Z @13372 NONAME ?GetClass@OpalMediaFormat@@UBEPBDI@Z @20610 NONAME ?GetClass@OpalPluginCodec@@UBEPBDI@Z @51561 NONAME ?GetClass@OpalRFC2833@@UBEPBDI@Z @29937 NONAME ?GetClass@OpalRFC2833Info@@UBEPBDI@Z @29938 NONAME ?GetClass@OpalRtpToWavFile@@UBEPBDI@Z @30616 NONAME ?GetClass@OpalT120Protocol@@UBEPBDI@Z @28241 NONAME ?GetClass@OpalT38Protocol@@UBEPBDI@Z @28242 NONAME ?GetClass@OpalUSBDevice@@UBEPBDI@Z @52667 NONAME ?GetClass@OpalVoipBlasterDevice@@UBEPBDI@Z @29767 NONAME ?GetClass@OpalVXMLSession@@UBEPBDI@Z @31098 NONAME ?GetClass@OpalWAVFile@@UBEPBDI@Z @30717 NONAME ?GetClass@PASN_Array@@UBEPBDI@Z @13379 NONAME ?GetClass@PASN_BitString@@UBEPBDI@Z @13380 NONAME ?GetClass@PASN_BMPString@@UBEPBDI@Z @13381 NONAME ?GetClass@PASN_Boolean@@UBEPBDI@Z @13382 NONAME ?GetClass@PASN_Choice@@UBEPBDI@Z @13383 NONAME ?GetClass@PASN_ConstrainedObject@@UBEPBDI@Z @13384 NONAME ?GetClass@PASN_ConstrainedString@@UBEPBDI@Z @13385 NONAME ?GetClass@PASN_Enumeration@@UBEPBDI@Z @13386 NONAME ?GetClass@PASN_GeneralisedTime@@UBEPBDI@Z @23866 NONAME ?GetClass@PASN_GeneralString@@UBEPBDI@Z @26620 NONAME ?GetClass@PASN_IA5String@@UBEPBDI@Z @13387 NONAME ?GetClass@PASN_Integer@@UBEPBDI@Z @13388 NONAME ?GetClass@PASN_Null@@UBEPBDI@Z @13389 NONAME ?GetClass@PASN_NumericString@@UBEPBDI@Z @13390 NONAME ?GetClass@PASN_Object@@UBEPBDI@Z @13391 NONAME ?GetClass@PASN_ObjectId@@UBEPBDI@Z @13392 NONAME ?GetClass@PASN_OctetString@@UBEPBDI@Z @13393 NONAME ?GetClass@PASN_PrintableString@@UBEPBDI@Z @13394 NONAME ?GetClass@PASN_Sequence@@UBEPBDI@Z @13395 NONAME ?GetClass@PASN_Stream@@UBEPBDI@Z @30354 NONAME ?GetClass@PASN_VisibleString@@UBEPBDI@Z @23867 NONAME ?GetClass@PDTMFEncoder@@UBEPBDI@Z @52668 NONAME ?GetClass@PLDAPAttributeBase@@UBEPBDI@Z @37879 NONAME ?GetClass@PLDAPStructBase@@UBEPBDI@Z @37880 NONAME ?GetClass@PluginLoader@@UBEPBDI@Z @52669 NONAME ?GetClass@PPER_Stream@@UBEPBDI@Z @30355 NONAME ?GetClass@PVXMLSession@@UBEPBDI@Z @31105 NONAME ?GetClass@PWAVFile@@UBEPBDI@Z @30617 NONAME ?GetClass@Q931@@UBEPBDI@Z @13397 NONAME ?GetClass@ReceiverReport@RTP_Session@@UBEPBDI@Z @17093 NONAME ?GetClass@Request@H323Transactor@@UBEPBDI@Z @37412 NONAME ?GetClass@Response@H323Transactor@@UBEPBDI@Z @37413 NONAME ?GetClass@RTP_ControlFrame@@UBEPBDI@Z @13398 NONAME ?GetClass@RTP_DataFrame@@UBEPBDI@Z @13399 NONAME ?GetClass@RTP_JitterBuffer@@UBEPBDI@Z @13400 NONAME ?GetClass@RTP_JitterBufferAnalyser@@UBEPBDI@Z @17136 NONAME ?GetClass@RTP_QOS@@UBEPBDI@Z @38245 NONAME ?GetClass@RTP_Session@@UBEPBDI@Z @13401 NONAME ?GetClass@RTP_SessionManager@@UBEPBDI@Z @13402 NONAME ?GetClass@RTP_UDP@@UBEPBDI@Z @13403 NONAME ?GetClass@RTP_UserData@@UBEPBDI@Z @13404 NONAME ?GetClass@SenderReport@RTP_Session@@UBEPBDI@Z @17094 NONAME ?GetClass@SourceDescription@RTP_Session@@UBEPBDI@Z @17095 NONAME ?GetClass@SRVRecordList@PDNS@@UBEPBDI@Z @52670 NONAME ?GetClass@StringMap@H323GatekeeperServer@@UBEPBDI@Z @31691 NONAME ?GetClass@T120ConnectPDU@@UBEPBDI@Z @30021 NONAME ?GetClass@T120_X224@@UBEPBDI@Z @30022 NONAME ?GetClass@T38_ArrayOf_PASN_OctetString@@UBEPBDI@Z @28243 NONAME ?GetClass@T38_Data_Field@@UBEPBDI@Z @28244 NONAME ?GetClass@T38_Data_Field_subtype@@UBEPBDI@Z @28245 NONAME ?GetClass@T38_Data_Field_subtype_field_type@@UBEPBDI@Z @28246 NONAME ?GetClass@T38_IFPPacket@@UBEPBDI@Z @28247 NONAME ?GetClass@T38_PreCorrigendum_Data_Field@@UBEPBDI@Z @31746 NONAME ?GetClass@T38_PreCorrigendum_Data_Field_subtype@@UBEPBDI@Z @31747 NONAME ?GetClass@T38_PreCorrigendum_Data_Field_subtype_field_type@@UBEPBDI@Z @31748 NONAME ?GetClass@T38_PreCorrigendum_IFPPacket@@UBEPBDI@Z @31749 NONAME ?GetClass@T38_Type_of_msg@@UBEPBDI@Z @28248 NONAME ?GetClass@T38_Type_of_msg_data@@UBEPBDI@Z @28249 NONAME ?GetClass@T38_Type_of_msg_t30_indicator@@UBEPBDI@Z @28250 NONAME ?GetClass@T38_UDPTLPacket@@UBEPBDI@Z @28251 NONAME ?GetClass@T38_UDPTLPacket_error_recovery@@UBEPBDI@Z @28252 NONAME ?GetClass@T38_UDPTLPacket_error_recovery_fec_info@@UBEPBDI@Z @28253 NONAME ?GetClass@T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@UBEPBDI@Z @28254 NONAME ?GetClass@T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@UBEPBDI@Z @28255 NONAME ?GetClass@T38_UDPTLPacket_primary_ifp_packet@@UBEPBDI@Z @28256 NONAME ?GetClass@VoipBlasterInterface@@UBEPBDI@Z @29768 NONAME ?GetClass@X224@@UBEPBDI@Z @13405 NONAME ?GetClass@X880_Code@@UBEPBDI@Z @21892 NONAME ?GetClass@X880_GeneralProblem@@UBEPBDI@Z @21893 NONAME ?GetClass@X880_Invoke@@UBEPBDI@Z @21894 NONAME ?GetClass@X880_InvokeId@@UBEPBDI@Z @21895 NONAME ?GetClass@X880_InvokeProblem@@UBEPBDI@Z @21896 NONAME ?GetClass@X880_Reject@@UBEPBDI@Z @21897 NONAME ?GetClass@X880_RejectProblem@@UBEPBDI@Z @21898 NONAME ?GetClass@X880_Reject_problem@@UBEPBDI@Z @21899 NONAME ?GetClass@X880_ReturnError@@UBEPBDI@Z @21900 NONAME ?GetClass@X880_ReturnErrorProblem@@UBEPBDI@Z @21901 NONAME ?GetClass@X880_ReturnResult@@UBEPBDI@Z @21902 NONAME ?GetClass@X880_ReturnResultProblem@@UBEPBDI@Z @21903 NONAME ?GetClass@X880_ReturnResult_result@@UBEPBDI@Z @21904 NONAME ?GetClass@X880_ROS@@UBEPBDI@Z @21905 NONAME ?GetCleanerThreadStackSize@H323EndPoint@@QBEHXZ @29107 NONAME ?GetCode@X224@@QBEHXZ @13406 NONAME ?GetCodec@H323Channel@@QBEPAVH323Codec@@XZ @13407 NONAME ?GetCompoundSize@RTP_ControlFrame@@QBEHXZ @30256 NONAME ?GetConferenceIdentifier@H323Connection@@QBEABVOpalGloballyUniqueID@@XZ @20693 NONAME ?GetConferenceIdentifier@H323GatekeeperCall@@QBEABVOpalGloballyUniqueID@@XZ @31235 NONAME ?GetConnectedNumber@Q931@@QBEHAAVPString@@PAI1111III@Z @29604 NONAME ?GetConnectionEndTime@H323Connection@@QBE?AVPTime@@XZ @29558 NONAME ?GetConnectionStartTime@H323Connection@@QBE?AVPTime@@XZ @29559 NONAME ?GetContribSource@RTP_DataFrame@@QBEKH@Z @13411 NONAME ?GetContribSrcCount@RTP_DataFrame@@QBEHXZ @13412 NONAME ?GetControlChannel@H323Connection@@QBEABVH323Transport@@XZ @13413 NONAME ?GetControlChannelStartTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @34813 NONAME ?GetControlVersion@H323Connection@@QBEIXZ @30672 NONAME ?GetCount@RTP_ControlFrame@@QBEIXZ @13414 NONAME ?GetCountPacketsOutStanding@Transmitter@@QAEHXZ @29592 NONAME ?GetCountryCode@OpalLineInterfaceDevice@@SA?AW4T35CountryCodes@1@ABVPString@@@Z @20474 NONAME ?GetCountryCodeName@OpalLineInterfaceDevice@@QBE?AVPString@@XZ @13415 NONAME ?GetCountryCodeName@OpalLineInterfaceDevice@@SA?AVPString@@W4T35CountryCodes@1@@Z @17608 NONAME ?GetCountryCodeNameList@OpalLineInterfaceDevice@@UBE?AVPStringList@@XZ @20475 NONAME ?GetData@X224@@QBEABVPBYTEArray@@XZ @28257 NONAME ?GetDataAt@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@QBEAAVH245NegLogicalChannel@@H@Z @13416 NONAME ?GetDataAt@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@QBEAAVPBYTEArray@@H@Z @13417 NONAME ?GetDataAt@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@QBEAAVRTP_Session@@H@Z @24350 NONAME ?GetDataAt@?$PDictionary@VPString@@VH323Connection@@@@QBEAAVH323Connection@@H@Z @13418 NONAME ?GetDataAt@?$POrdinalDictionary@VPString@@@@QBEHH@Z @34030 NONAME ?GetDataAt@?$PStringDictionary@VPOrdinalKey@@@@QBEAAVPString@@H@Z @13419 NONAME ?GetDataLength@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBEHXZ @27833 NONAME ?GetDataLength@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBEHXZ @27834 NONAME ?GetDataLength@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBEHXZ @27835 NONAME ?GetDataLength@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBEHXZ @27836 NONAME ?GetDataLength@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBEHXZ @27837 NONAME ?GetDataLength@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBEHXZ @27838 NONAME ?GetDataLength@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBEHXZ @27839 NONAME ?GetDataLength@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBEHXZ @27840 NONAME ?GetDataLength@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBEHXZ @27841 NONAME ?GetDataLength@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBEHXZ @27842 NONAME ?GetDataLength@GCC_ApplicationInvokeIndication@@UBEHXZ @13430 NONAME ?GetDataLength@GCC_ApplicationInvokeSpecifier@@UBEHXZ @13431 NONAME ?GetDataLength@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBEHXZ @13432 NONAME ?GetDataLength@GCC_ApplicationRecord@@UBEHXZ @13433 NONAME ?GetDataLength@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBEHXZ @13434 NONAME ?GetDataLength@GCC_ChallengeItem@@UBEHXZ @13435 NONAME ?GetDataLength@GCC_ChallengeRequest@@UBEHXZ @13436 NONAME ?GetDataLength@GCC_ChallengeResponse@@UBEHXZ @13437 NONAME ?GetDataLength@GCC_ConductorAssignIndication@@UBEHXZ @13438 NONAME ?GetDataLength@GCC_ConductorPermissionAskIndication@@UBEHXZ @13439 NONAME ?GetDataLength@GCC_ConductorPermissionGrantIndication@@UBEHXZ @13440 NONAME ?GetDataLength@GCC_ConductorReleaseIndication@@UBEHXZ @13441 NONAME ?GetDataLength@GCC_ConferenceAddRequest@@UBEHXZ @13442 NONAME ?GetDataLength@GCC_ConferenceAddResponse@@UBEHXZ @13443 NONAME ?GetDataLength@GCC_ConferenceAssistanceIndication@@UBEHXZ @13444 NONAME ?GetDataLength@GCC_ConferenceCreateRequest@@UBEHXZ @13445 NONAME ?GetDataLength@GCC_ConferenceCreateResponse@@UBEHXZ @13446 NONAME ?GetDataLength@GCC_ConferenceDescriptor@@UBEHXZ @13447 NONAME ?GetDataLength@GCC_ConferenceEjectUserIndication@@UBEHXZ @13448 NONAME ?GetDataLength@GCC_ConferenceEjectUserRequest@@UBEHXZ @13449 NONAME ?GetDataLength@GCC_ConferenceEjectUserResponse@@UBEHXZ @13450 NONAME ?GetDataLength@GCC_ConferenceInviteRequest@@UBEHXZ @13451 NONAME ?GetDataLength@GCC_ConferenceInviteResponse@@UBEHXZ @13452 NONAME ?GetDataLength@GCC_ConferenceJoinRequest@@UBEHXZ @13453 NONAME ?GetDataLength@GCC_ConferenceJoinResponse@@UBEHXZ @13454 NONAME ?GetDataLength@GCC_ConferenceLockIndication@@UBEHXZ @13455 NONAME ?GetDataLength@GCC_ConferenceLockRequest@@UBEHXZ @13456 NONAME ?GetDataLength@GCC_ConferenceLockResponse@@UBEHXZ @13457 NONAME ?GetDataLength@GCC_ConferenceName@@UBEHXZ @13458 NONAME ?GetDataLength@GCC_ConferencePriority@@UBEHXZ @13459 NONAME ?GetDataLength@GCC_ConferenceQueryRequest@@UBEHXZ @13460 NONAME ?GetDataLength@GCC_ConferenceQueryResponse@@UBEHXZ @13461 NONAME ?GetDataLength@GCC_ConferenceTerminateIndication@@UBEHXZ @13462 NONAME ?GetDataLength@GCC_ConferenceTerminateRequest@@UBEHXZ @13463 NONAME ?GetDataLength@GCC_ConferenceTerminateResponse@@UBEHXZ @13464 NONAME ?GetDataLength@GCC_ConferenceTimeExtendIndication@@UBEHXZ @13465 NONAME ?GetDataLength@GCC_ConferenceTimeInquireIndication@@UBEHXZ @13466 NONAME ?GetDataLength@GCC_ConferenceTimeRemainingIndication@@UBEHXZ @13467 NONAME ?GetDataLength@GCC_ConferenceTransferIndication@@UBEHXZ @13468 NONAME ?GetDataLength@GCC_ConferenceTransferRequest@@UBEHXZ @13469 NONAME ?GetDataLength@GCC_ConferenceTransferResponse@@UBEHXZ @13470 NONAME ?GetDataLength@GCC_ConferenceUnlockIndication@@UBEHXZ @13471 NONAME ?GetDataLength@GCC_ConferenceUnlockRequest@@UBEHXZ @13472 NONAME ?GetDataLength@GCC_ConferenceUnlockResponse@@UBEHXZ @13473 NONAME ?GetDataLength@GCC_ConnectData@@UBEHXZ @13474 NONAME ?GetDataLength@GCC_FunctionNotSupportedResponse@@UBEHXZ @13475 NONAME ?GetDataLength@GCC_NetworkAddress_subtype_aggregatedChannel@@UBEHXZ @13476 NONAME ?GetDataLength@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBEHXZ @13477 NONAME ?GetDataLength@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBEHXZ @13478 NONAME ?GetDataLength@GCC_NetworkAddress_subtype_transportConnection@@UBEHXZ @13479 NONAME ?GetDataLength@GCC_NodeProperties@@UBEHXZ @13480 NONAME ?GetDataLength@GCC_NodeRecord@@UBEHXZ @13481 NONAME ?GetDataLength@GCC_NonStandardParameter@@UBEHXZ @13482 NONAME ?GetDataLength@GCC_NonStandardPDU@@UBEHXZ @13483 NONAME ?GetDataLength@GCC_Password@@UBEHXZ @13484 NONAME ?GetDataLength@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBEHXZ @13485 NONAME ?GetDataLength@GCC_RegistryAllocateHandleRequest@@UBEHXZ @13486 NONAME ?GetDataLength@GCC_RegistryAllocateHandleResponse@@UBEHXZ @13487 NONAME ?GetDataLength@GCC_RegistryAssignTokenRequest@@UBEHXZ @13488 NONAME ?GetDataLength@GCC_RegistryDeleteEntryRequest@@UBEHXZ @13489 NONAME ?GetDataLength@GCC_RegistryEntryOwner_owned@@UBEHXZ @13490 NONAME ?GetDataLength@GCC_RegistryKey@@UBEHXZ @13491 NONAME ?GetDataLength@GCC_RegistryMonitorEntryIndication@@UBEHXZ @13492 NONAME ?GetDataLength@GCC_RegistryMonitorEntryRequest@@UBEHXZ @13493 NONAME ?GetDataLength@GCC_RegistryRegisterChannelRequest@@UBEHXZ @13494 NONAME ?GetDataLength@GCC_RegistryResponse@@UBEHXZ @13495 NONAME ?GetDataLength@GCC_RegistryRetrieveEntryRequest@@UBEHXZ @13496 NONAME ?GetDataLength@GCC_RegistrySetParameterRequest@@UBEHXZ @13497 NONAME ?GetDataLength@GCC_RosterUpdateIndication@@UBEHXZ @13498 NONAME ?GetDataLength@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBEHXZ @13499 NONAME ?GetDataLength@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBEHXZ @13500 NONAME ?GetDataLength@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBEHXZ @13501 NONAME ?GetDataLength@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBEHXZ @13502 NONAME ?GetDataLength@GCC_RosterUpdateIndication_nodeInformation@@UBEHXZ @13503 NONAME ?GetDataLength@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBEHXZ @13504 NONAME ?GetDataLength@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBEHXZ @13505 NONAME ?GetDataLength@GCC_SessionKey@@UBEHXZ @13506 NONAME ?GetDataLength@GCC_TextMessageIndication@@UBEHXZ @13507 NONAME ?GetDataLength@GCC_UserData_subtype@@UBEHXZ @13508 NONAME ?GetDataLength@GCC_UserIDIndication@@UBEHXZ @13509 NONAME ?GetDataLength@H225_AddressPattern_range@@UBEHXZ @26621 NONAME ?GetDataLength@H225_AdmissionConfirm@@UBEHXZ @13510 NONAME ?GetDataLength@H225_AdmissionReject@@UBEHXZ @13511 NONAME ?GetDataLength@H225_AdmissionRequest@@UBEHXZ @13512 NONAME ?GetDataLength@H225_Alerting_UUIE@@UBEHXZ @13513 NONAME ?GetDataLength@H225_AlternateGK@@UBEHXZ @13514 NONAME ?GetDataLength@H225_AlternateTransportAddresses@@UBEHXZ @26622 NONAME ?GetDataLength@H225_AltGKInfo@@UBEHXZ @13515 NONAME ?GetDataLength@H225_ANSI_41_UIM@@UBEHXZ @26623 NONAME ?GetDataLength@H225_BandwidthConfirm@@UBEHXZ @13516 NONAME ?GetDataLength@H225_BandwidthDetails@@UBEHXZ @26624 NONAME ?GetDataLength@H225_BandwidthReject@@UBEHXZ @13517 NONAME ?GetDataLength@H225_BandwidthRequest@@UBEHXZ @13518 NONAME ?GetDataLength@H225_CallCapacity@@UBEHXZ @26625 NONAME ?GetDataLength@H225_CallCapacityInfo@@UBEHXZ @26626 NONAME ?GetDataLength@H225_CallCreditCapability@@UBEHXZ @26627 NONAME ?GetDataLength@H225_CallCreditServiceControl@@UBEHXZ @26628 NONAME ?GetDataLength@H225_CallIdentifier@@UBEHXZ @13519 NONAME ?GetDataLength@H225_CallLinkage@@UBEHXZ @26629 NONAME ?GetDataLength@H225_CallProceeding_UUIE@@UBEHXZ @13520 NONAME ?GetDataLength@H225_CallsAvailable@@UBEHXZ @26630 NONAME ?GetDataLength@H225_CapacityReportingCapability@@UBEHXZ @26631 NONAME ?GetDataLength@H225_CapacityReportingSpecification@@UBEHXZ @26632 NONAME ?GetDataLength@H225_CapacityReportingSpecification_when@@UBEHXZ @26633 NONAME ?GetDataLength@H225_CarrierInfo@@UBEHXZ @38867 NONAME ?GetDataLength@H225_CicInfo@@UBEHXZ @26634 NONAME ?GetDataLength@H225_CircuitIdentifier@@UBEHXZ @38302 NONAME ?GetDataLength@H225_CircuitInfo@@UBEHXZ @26635 NONAME ?GetDataLength@H225_ConferenceList@@UBEHXZ @13521 NONAME ?GetDataLength@H225_Connect_UUIE@@UBEHXZ @13522 NONAME ?GetDataLength@H225_CryptoH323Token_cryptoEPPwdHash@@UBEHXZ @13523 NONAME ?GetDataLength@H225_CryptoH323Token_cryptoGKPwdHash@@UBEHXZ @13524 NONAME ?GetDataLength@H225_DataRate@@UBEHXZ @13525 NONAME ?GetDataLength@H225_DisengageConfirm@@UBEHXZ @13526 NONAME ?GetDataLength@H225_DisengageReject@@UBEHXZ @13527 NONAME ?GetDataLength@H225_DisengageRequest@@UBEHXZ @13528 NONAME ?GetDataLength@H225_Endpoint@@UBEHXZ @13529 NONAME ?GetDataLength@H225_EndpointType@@UBEHXZ @13530 NONAME ?GetDataLength@H225_EnumeratedParameter@@UBEHXZ @26636 NONAME ?GetDataLength@H225_ExtendedAliasAddress@@UBEHXZ @26637 NONAME ?GetDataLength@H225_Facility_UUIE@@UBEHXZ @13531 NONAME ?GetDataLength@H225_FeatureSet@@UBEHXZ @26638 NONAME ?GetDataLength@H225_GatekeeperConfirm@@UBEHXZ @13532 NONAME ?GetDataLength@H225_GatekeeperInfo@@UBEHXZ @13533 NONAME ?GetDataLength@H225_GatekeeperReject@@UBEHXZ @13534 NONAME ?GetDataLength@H225_GatekeeperRequest@@UBEHXZ @13535 NONAME ?GetDataLength@H225_GatewayInfo@@UBEHXZ @13536 NONAME ?GetDataLength@H225_GenericData@@UBEHXZ @26639 NONAME ?GetDataLength@H225_GroupID@@UBEHXZ @26640 NONAME ?GetDataLength@H225_GSM_UIM@@UBEHXZ @26641 NONAME ?GetDataLength@H225_H221NonStandard@@UBEHXZ @13537 NONAME ?GetDataLength@H225_H310Caps@@UBEHXZ @13538 NONAME ?GetDataLength@H225_H320Caps@@UBEHXZ @13539 NONAME ?GetDataLength@H225_H321Caps@@UBEHXZ @13540 NONAME ?GetDataLength@H225_H322Caps@@UBEHXZ @13541 NONAME ?GetDataLength@H225_H323Caps@@UBEHXZ @13542 NONAME ?GetDataLength@H225_H323_UserInformation@@UBEHXZ @13543 NONAME ?GetDataLength@H225_H323_UserInformation_user_data@@UBEHXZ @13544 NONAME ?GetDataLength@H225_H323_UU_PDU@@UBEHXZ @13545 NONAME ?GetDataLength@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBEHXZ @26642 NONAME ?GetDataLength@H225_H324Caps@@UBEHXZ @13546 NONAME ?GetDataLength@H225_ICV@@UBEHXZ @13547 NONAME ?GetDataLength@H225_InfoRequest@@UBEHXZ @13548 NONAME ?GetDataLength@H225_InfoRequestAck@@UBEHXZ @13549 NONAME ?GetDataLength@H225_InfoRequestNak@@UBEHXZ @13550 NONAME ?GetDataLength@H225_InfoRequestResponse@@UBEHXZ @13551 NONAME ?GetDataLength@H225_InfoRequestResponse_perCallInfo_subtype@@UBEHXZ @13552 NONAME ?GetDataLength@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBEHXZ @13553 NONAME ?GetDataLength@H225_Information_UUIE@@UBEHXZ @13554 NONAME ?GetDataLength@H225_LocationConfirm@@UBEHXZ @13555 NONAME ?GetDataLength@H225_LocationReject@@UBEHXZ @13556 NONAME ?GetDataLength@H225_LocationRequest@@UBEHXZ @13557 NONAME ?GetDataLength@H225_McuInfo@@UBEHXZ @13558 NONAME ?GetDataLength@H225_NonStandardMessage@@UBEHXZ @13559 NONAME ?GetDataLength@H225_NonStandardParameter@@UBEHXZ @13560 NONAME ?GetDataLength@H225_NonStandardProtocol@@UBEHXZ @13561 NONAME ?GetDataLength@H225_Notify_UUIE@@UBEHXZ @26643 NONAME ?GetDataLength@H225_PrivatePartyNumber@@UBEHXZ @13562 NONAME ?GetDataLength@H225_Progress_UUIE@@UBEHXZ @13563 NONAME ?GetDataLength@H225_PublicPartyNumber@@UBEHXZ @13564 NONAME ?GetDataLength@H225_Q954Details@@UBEHXZ @13565 NONAME ?GetDataLength@H225_QseriesOptions@@UBEHXZ @13566 NONAME ?GetDataLength@H225_RasUsageInformation@@UBEHXZ @26644 NONAME ?GetDataLength@H225_RasUsageInfoTypes@@UBEHXZ @26645 NONAME ?GetDataLength@H225_RasUsageSpecification@@UBEHXZ @26646 NONAME ?GetDataLength@H225_RasUsageSpecification_callStartingPoint@@UBEHXZ @26647 NONAME ?GetDataLength@H225_RasUsageSpecification_when@@UBEHXZ @26648 NONAME ?GetDataLength@H225_RegistrationConfirm@@UBEHXZ @13567 NONAME ?GetDataLength@H225_RegistrationConfirm_preGrantedARQ@@UBEHXZ @13568 NONAME ?GetDataLength@H225_RegistrationReject@@UBEHXZ @13569 NONAME ?GetDataLength@H225_RegistrationRejectReason_invalidTerminalAliases@@UBEHXZ @26649 NONAME ?GetDataLength@H225_RegistrationRequest@@UBEHXZ @13570 NONAME ?GetDataLength@H225_ReleaseComplete_UUIE@@UBEHXZ @13571 NONAME ?GetDataLength@H225_RequestInProgress@@UBEHXZ @13572 NONAME ?GetDataLength@H225_ResourcesAvailableConfirm@@UBEHXZ @13573 NONAME ?GetDataLength@H225_ResourcesAvailableIndicate@@UBEHXZ @13574 NONAME ?GetDataLength@H225_RTPSession@@UBEHXZ @13575 NONAME ?GetDataLength@H225_SecurityCapabilities@@UBEHXZ @13576 NONAME ?GetDataLength@H225_ServiceControlIndication@@UBEHXZ @26650 NONAME ?GetDataLength@H225_ServiceControlIndication_callSpecific@@UBEHXZ @26651 NONAME ?GetDataLength@H225_ServiceControlResponse@@UBEHXZ @26652 NONAME ?GetDataLength@H225_ServiceControlSession@@UBEHXZ @26653 NONAME ?GetDataLength@H225_SetupAcknowledge_UUIE@@UBEHXZ @26654 NONAME ?GetDataLength@H225_Setup_UUIE@@UBEHXZ @13577 NONAME ?GetDataLength@H225_Setup_UUIE_connectionParameters@@UBEHXZ @26655 NONAME ?GetDataLength@H225_SIPCaps@@UBEHXZ @38868 NONAME ?GetDataLength@H225_StatusInquiry_UUIE@@UBEHXZ @26656 NONAME ?GetDataLength@H225_Status_UUIE@@UBEHXZ @26657 NONAME ?GetDataLength@H225_StimulusControl@@UBEHXZ @26658 NONAME ?GetDataLength@H225_SupportedPrefix@@UBEHXZ @13578 NONAME ?GetDataLength@H225_T120OnlyCaps@@UBEHXZ @13579 NONAME ?GetDataLength@H225_T38FaxAnnexbOnlyCaps@@UBEHXZ @26659 NONAME ?GetDataLength@H225_TerminalInfo@@UBEHXZ @13580 NONAME ?GetDataLength@H225_TransportAddress_ip6Address@@UBEHXZ @13581 NONAME ?GetDataLength@H225_TransportAddress_ipAddress@@UBEHXZ @13582 NONAME ?GetDataLength@H225_TransportAddress_ipSourceRoute@@UBEHXZ @13583 NONAME ?GetDataLength@H225_TransportAddress_ipxAddress@@UBEHXZ @13584 NONAME ?GetDataLength@H225_TransportChannelInfo@@UBEHXZ @13585 NONAME ?GetDataLength@H225_TunnelledProtocol@@UBEHXZ @26660 NONAME ?GetDataLength@H225_TunnelledProtocolAlternateIdentifier@@UBEHXZ @26661 NONAME ?GetDataLength@H225_UnknownMessageResponse@@UBEHXZ @13586 NONAME ?GetDataLength@H225_UnregistrationConfirm@@UBEHXZ @13587 NONAME ?GetDataLength@H225_UnregistrationReject@@UBEHXZ @13588 NONAME ?GetDataLength@H225_UnregistrationRequest@@UBEHXZ @13589 NONAME ?GetDataLength@H225_UUIEsRequested@@UBEHXZ @13590 NONAME ?GetDataLength@H225_VendorIdentifier@@UBEHXZ @13591 NONAME ?GetDataLength@H225_VoiceCaps@@UBEHXZ @13592 NONAME ?GetDataLength@H235_ClearToken@@UBEHXZ @13593 NONAME ?GetDataLength@H235_CryptoToken_cryptoEncryptedToken@@UBEHXZ @13594 NONAME ?GetDataLength@H235_CryptoToken_cryptoHashedToken@@UBEHXZ @13595 NONAME ?GetDataLength@H235_CryptoToken_cryptoSignedToken@@UBEHXZ @13596 NONAME ?GetDataLength@H235_DHset@@UBEHXZ @13597 NONAME ?GetDataLength@H235_ECGDSASignature@@UBEHXZ @38869 NONAME ?GetDataLength@H235_ECKASDH_eckasdh2@@UBEHXZ @28748 NONAME ?GetDataLength@H235_ECKASDH_eckasdhp@@UBEHXZ @28749 NONAME ?GetDataLength@H235_ECpoint@@UBEHXZ @38870 NONAME ?GetDataLength@H235_H235CertificateSignature@@UBEHXZ @13598 NONAME ?GetDataLength@H235_KeySignedMaterial@@UBEHXZ @13599 NONAME ?GetDataLength@H235_KeySyncMaterial@@UBEHXZ @13600 NONAME ?GetDataLength@H235_NonStandardParameter@@UBEHXZ @13601 NONAME ?GetDataLength@H235_Params@@UBEHXZ @13602 NONAME ?GetDataLength@H235_ReturnSig@@UBEHXZ @13603 NONAME ?GetDataLength@H235_TypedCertificate@@UBEHXZ @13604 NONAME ?GetDataLength@H235_V3KeySyncMaterial@@UBEHXZ @38871 NONAME ?GetDataLength@H245_ATMParameters@@UBEHXZ @13605 NONAME ?GetDataLength@H245_AudioCapability_g7231@@UBEHXZ @13606 NONAME ?GetDataLength@H245_AudioTelephonyEventCapability@@UBEHXZ @26662 NONAME ?GetDataLength@H245_AudioToneCapability@@UBEHXZ @26663 NONAME ?GetDataLength@H245_AuthenticationCapability@@UBEHXZ @13607 NONAME ?GetDataLength@H245_BEnhancementParameters@@UBEHXZ @13608 NONAME ?GetDataLength@H245_CapabilityDescriptor@@UBEHXZ @13609 NONAME ?GetDataLength@H245_CapabilityTableEntry@@UBEHXZ @13610 NONAME ?GetDataLength@H245_Capability_h233EncryptionReceiveCapability@@UBEHXZ @13611 NONAME ?GetDataLength@H245_CloseLogicalChannel@@UBEHXZ @13612 NONAME ?GetDataLength@H245_CloseLogicalChannelAck@@UBEHXZ @13613 NONAME ?GetDataLength@H245_CommunicationModeCommand@@UBEHXZ @13614 NONAME ?GetDataLength@H245_CommunicationModeRequest@@UBEHXZ @13615 NONAME ?GetDataLength@H245_CommunicationModeTableEntry@@UBEHXZ @13616 NONAME ?GetDataLength@H245_ConferenceCapability@@UBEHXZ @13617 NONAME ?GetDataLength@H245_ConferenceRequest_requestTerminalCertificate@@UBEHXZ @13618 NONAME ?GetDataLength@H245_ConferenceResponse_chairTokenOwnerResponse@@UBEHXZ @13619 NONAME ?GetDataLength@H245_ConferenceResponse_conferenceIDResponse@@UBEHXZ @13620 NONAME ?GetDataLength@H245_ConferenceResponse_extensionAddressResponse@@UBEHXZ @13621 NONAME ?GetDataLength@H245_ConferenceResponse_mCTerminalIDResponse@@UBEHXZ @13622 NONAME ?GetDataLength@H245_ConferenceResponse_passwordResponse@@UBEHXZ @13623 NONAME ?GetDataLength@H245_ConferenceResponse_terminalCertificateResponse@@UBEHXZ @13624 NONAME ?GetDataLength@H245_ConferenceResponse_terminalIDResponse@@UBEHXZ @13625 NONAME ?GetDataLength@H245_ConnectionIdentifier@@UBEHXZ @26664 NONAME ?GetDataLength@H245_Criteria@@UBEHXZ @13626 NONAME ?GetDataLength@H245_CustomPictureClockFrequency@@UBEHXZ @13627 NONAME ?GetDataLength@H245_CustomPictureFormat@@UBEHXZ @13628 NONAME ?GetDataLength@H245_CustomPictureFormat_mPI@@UBEHXZ @13629 NONAME ?GetDataLength@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBEHXZ @13630 NONAME ?GetDataLength@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBEHXZ @13631 NONAME ?GetDataLength@H245_DataApplicationCapability@@UBEHXZ @13632 NONAME ?GetDataLength@H245_DataApplicationCapability_application_nlpid@@UBEHXZ @13633 NONAME ?GetDataLength@H245_DataApplicationCapability_application_t38fax@@UBEHXZ @26665 NONAME ?GetDataLength@H245_DataApplicationCapability_application_t84@@UBEHXZ @13634 NONAME ?GetDataLength@H245_DataMode@@UBEHXZ @13635 NONAME ?GetDataLength@H245_DataMode_application_nlpid@@UBEHXZ @13636 NONAME ?GetDataLength@H245_DataMode_application_t38fax@@UBEHXZ @26666 NONAME ?GetDataLength@H245_DepFECCapability_rfc2733@@UBEHXZ @52671 NONAME ?GetDataLength@H245_DepFECCapability_rfc2733_separateStream@@UBEHXZ @52672 NONAME ?GetDataLength@H245_DepFECData_rfc2733@@UBEHXZ @52673 NONAME ?GetDataLength@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBEHXZ @52674 NONAME ?GetDataLength@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBEHXZ @52675 NONAME ?GetDataLength@H245_DepFECMode_rfc2733Mode@@UBEHXZ @52676 NONAME ?GetDataLength@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBEHXZ @52677 NONAME ?GetDataLength@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBEHXZ @52678 NONAME ?GetDataLength@H245_DialingInformationNumber@@UBEHXZ @26667 NONAME ?GetDataLength@H245_EncryptionAuthenticationAndIntegrity@@UBEHXZ @13637 NONAME ?GetDataLength@H245_EncryptionCommand_encryptionAlgorithmID@@UBEHXZ @13638 NONAME ?GetDataLength@H245_EncryptionSync@@UBEHXZ @13639 NONAME ?GetDataLength@H245_EncryptionUpdateRequest@@UBEHXZ @13640 NONAME ?GetDataLength@H245_EnhancementLayerInfo@@UBEHXZ @13641 NONAME ?GetDataLength@H245_EnhancementOptions@@UBEHXZ @13642 NONAME ?GetDataLength@H245_EscrowData@@UBEHXZ @13643 NONAME ?GetDataLength@H245_ExtendedVideoCapability@@UBEHXZ @52679 NONAME ?GetDataLength@H245_FECCapability@@UBEHXZ @52680 NONAME ?GetDataLength@H245_FECData_rfc2733@@UBEHXZ @38874 NONAME ?GetDataLength@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBEHXZ @52681 NONAME ?GetDataLength@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UBEHXZ @52682 NONAME ?GetDataLength@H245_FECMode@@UBEHXZ @52683 NONAME ?GetDataLength@H245_FlowControlCommand@@UBEHXZ @13644 NONAME ?GetDataLength@H245_FlowControlIndication@@UBEHXZ @26668 NONAME ?GetDataLength@H245_FunctionNotSupported@@UBEHXZ @13645 NONAME ?GetDataLength@H245_G7231AnnexCCapability@@UBEHXZ @13646 NONAME ?GetDataLength@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBEHXZ @13647 NONAME ?GetDataLength@H245_G7231AnnexCMode@@UBEHXZ @13648 NONAME ?GetDataLength@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBEHXZ @13649 NONAME ?GetDataLength@H245_G729Extensions@@UBEHXZ @26669 NONAME ?GetDataLength@H245_GenericCapability@@UBEHXZ @26670 NONAME ?GetDataLength@H245_GenericMessage@@UBEHXZ @52684 NONAME ?GetDataLength@H245_GenericParameter@@UBEHXZ @26671 NONAME ?GetDataLength@H245_GSMAudioCapability@@UBEHXZ @13650 NONAME ?GetDataLength@H245_H222Capability@@UBEHXZ @13651 NONAME ?GetDataLength@H245_H222LogicalChannelParameters@@UBEHXZ @13652 NONAME ?GetDataLength@H245_H223AL1MParameters@@UBEHXZ @13653 NONAME ?GetDataLength@H245_H223AL2MParameters@@UBEHXZ @13654 NONAME ?GetDataLength@H245_H223AL3MParameters@@UBEHXZ @13655 NONAME ?GetDataLength@H245_H223AnnexCArqParameters@@UBEHXZ @13656 NONAME ?GetDataLength@H245_H223AnnexCCapability@@UBEHXZ @13657 NONAME ?GetDataLength@H245_H223Capability@@UBEHXZ @13658 NONAME ?GetDataLength@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBEHXZ @13659 NONAME ?GetDataLength@H245_H223Capability_mobileMultilinkFrameCapability@@UBEHXZ @26672 NONAME ?GetDataLength@H245_H223Capability_mobileOperationTransmitCapability@@UBEHXZ @13660 NONAME ?GetDataLength@H245_H223LogicalChannelParameters@@UBEHXZ @13661 NONAME ?GetDataLength@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBEHXZ @13662 NONAME ?GetDataLength@H245_H223ModeParameters@@UBEHXZ @13663 NONAME ?GetDataLength@H245_H223ModeParameters_adaptationLayerType_al3@@UBEHXZ @13664 NONAME ?GetDataLength@H245_H223SkewIndication@@UBEHXZ @13665 NONAME ?GetDataLength@H245_H2250Capability@@UBEHXZ @13666 NONAME ?GetDataLength@H245_H2250Capability_mcCapability@@UBEHXZ @13667 NONAME ?GetDataLength@H245_H2250LogicalChannelAckParameters@@UBEHXZ @13668 NONAME ?GetDataLength@H245_H2250LogicalChannelParameters@@UBEHXZ @13669 NONAME ?GetDataLength@H245_H2250MaximumSkewIndication@@UBEHXZ @13670 NONAME ?GetDataLength@H245_H2250ModeParameters@@UBEHXZ @13671 NONAME ?GetDataLength@H245_H235Media@@UBEHXZ @13672 NONAME ?GetDataLength@H245_H235Mode@@UBEHXZ @13673 NONAME ?GetDataLength@H245_H235SecurityCapability@@UBEHXZ @13674 NONAME ?GetDataLength@H245_H261VideoCapability@@UBEHXZ @13675 NONAME ?GetDataLength@H245_H261VideoMode@@UBEHXZ @13676 NONAME ?GetDataLength@H245_H262VideoCapability@@UBEHXZ @13677 NONAME ?GetDataLength@H245_H262VideoMode@@UBEHXZ @13678 NONAME ?GetDataLength@H245_H263ModeComboFlags@@UBEHXZ @13679 NONAME ?GetDataLength@H245_H263Options@@UBEHXZ @13680 NONAME ?GetDataLength@H245_H263Version3Options@@UBEHXZ @26673 NONAME ?GetDataLength@H245_H263VideoCapability@@UBEHXZ @13681 NONAME ?GetDataLength@H245_H263VideoMode@@UBEHXZ @13682 NONAME ?GetDataLength@H245_H263VideoModeCombos@@UBEHXZ @13683 NONAME ?GetDataLength@H245_IntegrityCapability@@UBEHXZ @13684 NONAME ?GetDataLength@H245_IS11172AudioCapability@@UBEHXZ @13685 NONAME ?GetDataLength@H245_IS11172AudioMode@@UBEHXZ @13686 NONAME ?GetDataLength@H245_IS11172VideoCapability@@UBEHXZ @13687 NONAME ?GetDataLength@H245_IS11172VideoMode@@UBEHXZ @13688 NONAME ?GetDataLength@H245_IS13818AudioCapability@@UBEHXZ @13689 NONAME ?GetDataLength@H245_IS13818AudioMode@@UBEHXZ @13690 NONAME ?GetDataLength@H245_JitterIndication@@UBEHXZ @13691 NONAME ?GetDataLength@H245_KeyProtectionMethod@@UBEHXZ @13692 NONAME ?GetDataLength@H245_LogicalChannelRateAcknowledge@@UBEHXZ @26674 NONAME ?GetDataLength@H245_LogicalChannelRateReject@@UBEHXZ @26675 NONAME ?GetDataLength@H245_LogicalChannelRateRelease@@UBEHXZ @26676 NONAME ?GetDataLength@H245_LogicalChannelRateRequest@@UBEHXZ @26677 NONAME ?GetDataLength@H245_MaintenanceLoopAck@@UBEHXZ @13693 NONAME ?GetDataLength@H245_MaintenanceLoopOffCommand@@UBEHXZ @13694 NONAME ?GetDataLength@H245_MaintenanceLoopReject@@UBEHXZ @13695 NONAME ?GetDataLength@H245_MaintenanceLoopRequest@@UBEHXZ @13696 NONAME ?GetDataLength@H245_MasterSlaveDetermination@@UBEHXZ @13697 NONAME ?GetDataLength@H245_MasterSlaveDeterminationAck@@UBEHXZ @13698 NONAME ?GetDataLength@H245_MasterSlaveDeterminationReject@@UBEHXZ @13699 NONAME ?GetDataLength@H245_MasterSlaveDeterminationRelease@@UBEHXZ @13700 NONAME ?GetDataLength@H245_MCLocationIndication@@UBEHXZ @13701 NONAME ?GetDataLength@H245_MediaChannelCapability@@UBEHXZ @13702 NONAME ?GetDataLength@H245_MediaDistributionCapability@@UBEHXZ @13703 NONAME ?GetDataLength@H245_MediaPacketizationCapability@@UBEHXZ @13704 NONAME ?GetDataLength@H245_MediaTransportType_atm_AAL5_compressed@@UBEHXZ @26678 NONAME ?GetDataLength@H245_MiscellaneousCommand@@UBEHXZ @13705 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBEHXZ @52685 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBEHXZ @52686 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_lostPartialPicture@@UBEHXZ @26679 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBEHXZ @13706 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_videoBadMBs@@UBEHXZ @26680 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBEHXZ @13707 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBEHXZ @13708 NONAME ?GetDataLength@H245_MiscellaneousIndication@@UBEHXZ @13709 NONAME ?GetDataLength@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBEHXZ @13710 NONAME ?GetDataLength@H245_MobileMultilinkReconfigurationCommand@@UBEHXZ @26681 NONAME ?GetDataLength@H245_MobileMultilinkReconfigurationIndication@@UBEHXZ @26682 NONAME ?GetDataLength@H245_ModeElement@@UBEHXZ @13711 NONAME ?GetDataLength@H245_MulticastAddress_iP6Address@@UBEHXZ @13712 NONAME ?GetDataLength@H245_MulticastAddress_iPAddress@@UBEHXZ @13713 NONAME ?GetDataLength@H245_MultilinkIndication_crcDesired@@UBEHXZ @26683 NONAME ?GetDataLength@H245_MultilinkIndication_excessiveError@@UBEHXZ @26684 NONAME ?GetDataLength@H245_MultilinkRequest_addConnection@@UBEHXZ @26685 NONAME ?GetDataLength@H245_MultilinkRequest_callInformation@@UBEHXZ @26686 NONAME ?GetDataLength@H245_MultilinkRequest_maximumHeaderInterval@@UBEHXZ @26687 NONAME ?GetDataLength@H245_MultilinkRequest_removeConnection@@UBEHXZ @26688 NONAME ?GetDataLength@H245_MultilinkResponse_addConnection@@UBEHXZ @26689 NONAME ?GetDataLength@H245_MultilinkResponse_callInformation@@UBEHXZ @26690 NONAME ?GetDataLength@H245_MultilinkResponse_maximumHeaderInterval@@UBEHXZ @26691 NONAME ?GetDataLength@H245_MultilinkResponse_removeConnection@@UBEHXZ @26692 NONAME ?GetDataLength@H245_MultiplePayloadStream@@UBEHXZ @38880 NONAME ?GetDataLength@H245_MultiplePayloadStreamCapability@@UBEHXZ @38881 NONAME ?GetDataLength@H245_MultiplePayloadStreamElement@@UBEHXZ @38882 NONAME ?GetDataLength@H245_MultiplePayloadStreamElementMode@@UBEHXZ @38883 NONAME ?GetDataLength@H245_MultiplePayloadStreamMode@@UBEHXZ @38884 NONAME ?GetDataLength@H245_MultiplexedStreamCapability@@UBEHXZ @26693 NONAME ?GetDataLength@H245_MultiplexedStreamModeParameters@@UBEHXZ @26694 NONAME ?GetDataLength@H245_MultiplexedStreamParameter@@UBEHXZ @26695 NONAME ?GetDataLength@H245_MultiplexElement@@UBEHXZ @13714 NONAME ?GetDataLength@H245_MultiplexEntryDescriptor@@UBEHXZ @13715 NONAME ?GetDataLength@H245_MultiplexEntryRejectionDescriptions@@UBEHXZ @13716 NONAME ?GetDataLength@H245_MultiplexEntrySend@@UBEHXZ @13717 NONAME ?GetDataLength@H245_MultiplexEntrySendAck@@UBEHXZ @13718 NONAME ?GetDataLength@H245_MultiplexEntrySendReject@@UBEHXZ @13719 NONAME ?GetDataLength@H245_MultiplexEntrySendRelease@@UBEHXZ @13720 NONAME ?GetDataLength@H245_MultipointCapability@@UBEHXZ @13721 NONAME ?GetDataLength@H245_NetworkAccessParameters@@UBEHXZ @13722 NONAME ?GetDataLength@H245_NewATMVCCommand@@UBEHXZ @26696 NONAME ?GetDataLength@H245_NewATMVCCommand_aal_aal1@@UBEHXZ @26697 NONAME ?GetDataLength@H245_NewATMVCCommand_aal_aal5@@UBEHXZ @26698 NONAME ?GetDataLength@H245_NewATMVCCommand_reverseParameters@@UBEHXZ @26699 NONAME ?GetDataLength@H245_NewATMVCIndication@@UBEHXZ @13723 NONAME ?GetDataLength@H245_NewATMVCIndication_aal_aal1@@UBEHXZ @13724 NONAME ?GetDataLength@H245_NewATMVCIndication_aal_aal5@@UBEHXZ @13725 NONAME ?GetDataLength@H245_NewATMVCIndication_reverseParameters@@UBEHXZ @13726 NONAME ?GetDataLength@H245_NonStandardIdentifier_h221NonStandard@@UBEHXZ @13727 NONAME ?GetDataLength@H245_NonStandardMessage@@UBEHXZ @13728 NONAME ?GetDataLength@H245_NonStandardParameter@@UBEHXZ @13729 NONAME ?GetDataLength@H245_NoPTAudioTelephonyEventCapability@@UBEHXZ @38885 NONAME ?GetDataLength@H245_NoPTAudioToneCapability@@UBEHXZ @38886 NONAME ?GetDataLength@H245_OpenLogicalChannel@@UBEHXZ @13730 NONAME ?GetDataLength@H245_OpenLogicalChannelAck@@UBEHXZ @13731 NONAME ?GetDataLength@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBEHXZ @13732 NONAME ?GetDataLength@H245_OpenLogicalChannelConfirm@@UBEHXZ @13733 NONAME ?GetDataLength@H245_OpenLogicalChannelReject@@UBEHXZ @13734 NONAME ?GetDataLength@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBEHXZ @13735 NONAME ?GetDataLength@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBEHXZ @13736 NONAME ?GetDataLength@H245_Params@@UBEHXZ @52687 NONAME ?GetDataLength@H245_Q2931Address@@UBEHXZ @13737 NONAME ?GetDataLength@H245_QOSCapability@@UBEHXZ @13738 NONAME ?GetDataLength@H245_RedundancyEncoding@@UBEHXZ @13739 NONAME ?GetDataLength@H245_RedundancyEncodingCapability@@UBEHXZ @13740 NONAME ?GetDataLength@H245_RedundancyEncodingDTMode@@UBEHXZ @38887 NONAME ?GetDataLength@H245_RedundancyEncodingDTModeElement@@UBEHXZ @38888 NONAME ?GetDataLength@H245_RedundancyEncodingElement@@UBEHXZ @38889 NONAME ?GetDataLength@H245_RedundancyEncodingMode@@UBEHXZ @13741 NONAME ?GetDataLength@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBEHXZ @38890 NONAME ?GetDataLength@H245_RefPictureSelection@@UBEHXZ @13742 NONAME ?GetDataLength@H245_RefPictureSelection_additionalPictureMemory@@UBEHXZ @13743 NONAME ?GetDataLength@H245_RefPictureSelection_enhancedReferencePicSelect@@UBEHXZ @26700 NONAME ?GetDataLength@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBEHXZ @26701 NONAME ?GetDataLength@H245_RequestAllTerminalIDsResponse@@UBEHXZ @13744 NONAME ?GetDataLength@H245_RequestChannelClose@@UBEHXZ @13745 NONAME ?GetDataLength@H245_RequestChannelCloseAck@@UBEHXZ @13746 NONAME ?GetDataLength@H245_RequestChannelCloseReject@@UBEHXZ @13747 NONAME ?GetDataLength@H245_RequestChannelCloseRelease@@UBEHXZ @13748 NONAME ?GetDataLength@H245_RequestMode@@UBEHXZ @13749 NONAME ?GetDataLength@H245_RequestModeAck@@UBEHXZ @13750 NONAME ?GetDataLength@H245_RequestModeReject@@UBEHXZ @13751 NONAME ?GetDataLength@H245_RequestModeRelease@@UBEHXZ @13752 NONAME ?GetDataLength@H245_RequestMultiplexEntry@@UBEHXZ @13753 NONAME ?GetDataLength@H245_RequestMultiplexEntryAck@@UBEHXZ @13754 NONAME ?GetDataLength@H245_RequestMultiplexEntryReject@@UBEHXZ @13755 NONAME ?GetDataLength@H245_RequestMultiplexEntryRejectionDescriptions@@UBEHXZ @13756 NONAME ?GetDataLength@H245_RequestMultiplexEntryRelease@@UBEHXZ @13757 NONAME ?GetDataLength@H245_RoundTripDelayRequest@@UBEHXZ @13758 NONAME ?GetDataLength@H245_RoundTripDelayResponse@@UBEHXZ @13759 NONAME ?GetDataLength@H245_RSVPParameters@@UBEHXZ @13760 NONAME ?GetDataLength@H245_RTPH263VideoRedundancyEncoding@@UBEHXZ @13761 NONAME ?GetDataLength@H245_RTPH263VideoRedundancyFrameMapping@@UBEHXZ @13762 NONAME ?GetDataLength@H245_RTPPayloadType@@UBEHXZ @13763 NONAME ?GetDataLength@H245_SendTerminalCapabilitySet_specificRequest@@UBEHXZ @13764 NONAME ?GetDataLength@H245_SubstituteConferenceIDCommand@@UBEHXZ @13765 NONAME ?GetDataLength@H245_T38FaxProfile@@UBEHXZ @26702 NONAME ?GetDataLength@H245_T38FaxTcpOptions@@UBEHXZ @26703 NONAME ?GetDataLength@H245_T38FaxUdpOptions@@UBEHXZ @26704 NONAME ?GetDataLength@H245_T84Profile_t84Restricted@@UBEHXZ @13766 NONAME ?GetDataLength@H245_TerminalCapabilitySet@@UBEHXZ @13767 NONAME ?GetDataLength@H245_TerminalCapabilitySetAck@@UBEHXZ @13768 NONAME ?GetDataLength@H245_TerminalCapabilitySetReject@@UBEHXZ @13769 NONAME ?GetDataLength@H245_TerminalCapabilitySetRelease@@UBEHXZ @13770 NONAME ?GetDataLength@H245_TerminalInformation@@UBEHXZ @13771 NONAME ?GetDataLength@H245_TerminalLabel@@UBEHXZ @13772 NONAME ?GetDataLength@H245_TerminalYouAreSeeingInSubPictureNumber@@UBEHXZ @13773 NONAME ?GetDataLength@H245_TransparencyParameters@@UBEHXZ @13774 NONAME ?GetDataLength@H245_TransportCapability@@UBEHXZ @13775 NONAME ?GetDataLength@H245_UnicastAddress_iP6Address@@UBEHXZ @13776 NONAME ?GetDataLength@H245_UnicastAddress_iPAddress@@UBEHXZ @13777 NONAME ?GetDataLength@H245_UnicastAddress_iPSourceRouteAddress@@UBEHXZ @13778 NONAME ?GetDataLength@H245_UnicastAddress_iPXAddress@@UBEHXZ @13779 NONAME ?GetDataLength@H245_UserInputIndication_encryptedAlphanumeric@@UBEHXZ @52688 NONAME ?GetDataLength@H245_UserInputIndication_extendedAlphanumeric@@UBEHXZ @26705 NONAME ?GetDataLength@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBEHXZ @52689 NONAME ?GetDataLength@H245_UserInputIndication_signal@@UBEHXZ @13780 NONAME ?GetDataLength@H245_UserInputIndication_signalUpdate@@UBEHXZ @13781 NONAME ?GetDataLength@H245_UserInputIndication_signalUpdate_rtp@@UBEHXZ @13782 NONAME ?GetDataLength@H245_UserInputIndication_signal_rtp@@UBEHXZ @13783 NONAME ?GetDataLength@H245_V42bis@@UBEHXZ @13784 NONAME ?GetDataLength@H245_V75Capability@@UBEHXZ @13785 NONAME ?GetDataLength@H245_V75Parameters@@UBEHXZ @13786 NONAME ?GetDataLength@H245_V76Capability@@UBEHXZ @13787 NONAME ?GetDataLength@H245_V76HDLCParameters@@UBEHXZ @13788 NONAME ?GetDataLength@H245_V76LogicalChannelParameters@@UBEHXZ @13789 NONAME ?GetDataLength@H245_V76LogicalChannelParameters_mode_eRM@@UBEHXZ @13790 NONAME ?GetDataLength@H245_VBDCapability@@UBEHXZ @38891 NONAME ?GetDataLength@H245_VBDMode@@UBEHXZ @38892 NONAME ?GetDataLength@H245_VCCapability@@UBEHXZ @13791 NONAME ?GetDataLength@H245_VCCapability_aal1@@UBEHXZ @13792 NONAME ?GetDataLength@H245_VCCapability_aal1ViaGateway@@UBEHXZ @26706 NONAME ?GetDataLength@H245_VCCapability_aal5@@UBEHXZ @13793 NONAME ?GetDataLength@H245_VCCapability_availableBitRates@@UBEHXZ @13794 NONAME ?GetDataLength@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBEHXZ @13795 NONAME ?GetDataLength@H245_VendorIdentification@@UBEHXZ @13796 NONAME ?GetDataLength@H245_VideoIndicateCompose@@UBEHXZ @13797 NONAME ?GetDataLength@H248_ActionReply@@UBEHXZ @34031 NONAME ?GetDataLength@H248_ActionRequest@@UBEHXZ @34032 NONAME ?GetDataLength@H248_AmmRequest@@UBEHXZ @34033 NONAME ?GetDataLength@H248_AmmsReply@@UBEHXZ @34034 NONAME ?GetDataLength@H248_AuditDescriptor@@UBEHXZ @34035 NONAME ?GetDataLength@H248_AuditRequest@@UBEHXZ @34036 NONAME ?GetDataLength@H248_AuditResult@@UBEHXZ @34037 NONAME ?GetDataLength@H248_AuthenticationHeader@@UBEHXZ @34038 NONAME ?GetDataLength@H248_CommandRequest@@UBEHXZ @34039 NONAME ?GetDataLength@H248_ContextAttrAuditRequest@@UBEHXZ @34040 NONAME ?GetDataLength@H248_ContextRequest@@UBEHXZ @34041 NONAME ?GetDataLength@H248_DigitMapDescriptor@@UBEHXZ @34042 NONAME ?GetDataLength@H248_DigitMapValue@@UBEHXZ @34043 NONAME ?GetDataLength@H248_DomainName@@UBEHXZ @34044 NONAME ?GetDataLength@H248_ErrorDescriptor@@UBEHXZ @34045 NONAME ?GetDataLength@H248_EventParameter@@UBEHXZ @34046 NONAME ?GetDataLength@H248_EventsDescriptor@@UBEHXZ @34047 NONAME ?GetDataLength@H248_EventSpec@@UBEHXZ @34048 NONAME ?GetDataLength@H248_H221NonStandard@@UBEHXZ @34049 NONAME ?GetDataLength@H248_IndAudDigitMapDescriptor@@UBEHXZ @34050 NONAME ?GetDataLength@H248_IndAudEventBufferDescriptor@@UBEHXZ @34051 NONAME ?GetDataLength@H248_IndAudEventsDescriptor@@UBEHXZ @34052 NONAME ?GetDataLength@H248_IndAudLocalControlDescriptor@@UBEHXZ @34053 NONAME ?GetDataLength@H248_IndAudLocalRemoteDescriptor@@UBEHXZ @34054 NONAME ?GetDataLength@H248_IndAudMediaDescriptor@@UBEHXZ @34055 NONAME ?GetDataLength@H248_IndAudPackagesDescriptor@@UBEHXZ @34056 NONAME ?GetDataLength@H248_IndAudPropertyParm@@UBEHXZ @34057 NONAME ?GetDataLength@H248_IndAudSeqSigList@@UBEHXZ @34058 NONAME ?GetDataLength@H248_IndAudSignal@@UBEHXZ @34059 NONAME ?GetDataLength@H248_IndAudStatisticsDescriptor@@UBEHXZ @34060 NONAME ?GetDataLength@H248_IndAudStreamDescriptor@@UBEHXZ @34061 NONAME ?GetDataLength@H248_IndAudStreamParms@@UBEHXZ @34062 NONAME ?GetDataLength@H248_IndAudTerminationStateDescriptor@@UBEHXZ @34063 NONAME ?GetDataLength@H248_IP4Address@@UBEHXZ @34064 NONAME ?GetDataLength@H248_IP6Address@@UBEHXZ @34065 NONAME ?GetDataLength@H248_LocalControlDescriptor@@UBEHXZ @34066 NONAME ?GetDataLength@H248_LocalRemoteDescriptor@@UBEHXZ @34067 NONAME ?GetDataLength@H248_MediaDescriptor@@UBEHXZ @34068 NONAME ?GetDataLength@H248_MegacoMessage@@UBEHXZ @34069 NONAME ?GetDataLength@H248_Message@@UBEHXZ @34070 NONAME ?GetDataLength@H248_ModemDescriptor@@UBEHXZ @34071 NONAME ?GetDataLength@H248_MuxDescriptor@@UBEHXZ @34072 NONAME ?GetDataLength@H248_NonStandardData@@UBEHXZ @34073 NONAME ?GetDataLength@H248_NotifyReply@@UBEHXZ @34074 NONAME ?GetDataLength@H248_NotifyRequest@@UBEHXZ @34075 NONAME ?GetDataLength@H248_ObservedEvent@@UBEHXZ @34076 NONAME ?GetDataLength@H248_ObservedEventsDescriptor@@UBEHXZ @34077 NONAME ?GetDataLength@H248_PackagesItem@@UBEHXZ @34078 NONAME ?GetDataLength@H248_PropertyParm@@UBEHXZ @34079 NONAME ?GetDataLength@H248_RequestedActions@@UBEHXZ @34080 NONAME ?GetDataLength@H248_RequestedEvent@@UBEHXZ @34081 NONAME ?GetDataLength@H248_SecondEventsDescriptor@@UBEHXZ @34082 NONAME ?GetDataLength@H248_SecondRequestedActions@@UBEHXZ @34083 NONAME ?GetDataLength@H248_SecondRequestedEvent@@UBEHXZ @34084 NONAME ?GetDataLength@H248_SeqSigList@@UBEHXZ @34085 NONAME ?GetDataLength@H248_ServiceChangeParm@@UBEHXZ @34086 NONAME ?GetDataLength@H248_ServiceChangeProfile@@UBEHXZ @34087 NONAME ?GetDataLength@H248_ServiceChangeReply@@UBEHXZ @34088 NONAME ?GetDataLength@H248_ServiceChangeRequest@@UBEHXZ @34089 NONAME ?GetDataLength@H248_ServiceChangeResParm@@UBEHXZ @34090 NONAME ?GetDataLength@H248_Signal@@UBEHXZ @34091 NONAME ?GetDataLength@H248_SigParameter@@UBEHXZ @34092 NONAME ?GetDataLength@H248_StatisticsParameter@@UBEHXZ @34093 NONAME ?GetDataLength@H248_StreamDescriptor@@UBEHXZ @34094 NONAME ?GetDataLength@H248_StreamParms@@UBEHXZ @34095 NONAME ?GetDataLength@H248_SubtractRequest@@UBEHXZ @34096 NONAME ?GetDataLength@H248_TerminationID@@UBEHXZ @34097 NONAME ?GetDataLength@H248_TerminationStateDescriptor@@UBEHXZ @34098 NONAME ?GetDataLength@H248_TimeNotation@@UBEHXZ @34099 NONAME ?GetDataLength@H248_TopologyRequest@@UBEHXZ @34100 NONAME ?GetDataLength@H248_TransactionAck@@UBEHXZ @34101 NONAME ?GetDataLength@H248_TransactionPending@@UBEHXZ @34102 NONAME ?GetDataLength@H248_TransactionReply@@UBEHXZ @34103 NONAME ?GetDataLength@H248_TransactionRequest@@UBEHXZ @34104 NONAME ?GetDataLength@H45010_CfbOvrOptArg@@UBEHXZ @23868 NONAME ?GetDataLength@H45010_CoReqOptArg@@UBEHXZ @23869 NONAME ?GetDataLength@H45010_RUAlertOptArg@@UBEHXZ @23870 NONAME ?GetDataLength@H45011_CIFrcRelArg@@UBEHXZ @23871 NONAME ?GetDataLength@H45011_CIFrcRelOptRes@@UBEHXZ @23872 NONAME ?GetDataLength@H45011_CIGetCIPLOptArg@@UBEHXZ @23873 NONAME ?GetDataLength@H45011_CIGetCIPLRes@@UBEHXZ @23874 NONAME ?GetDataLength@H45011_CIIsOptArg@@UBEHXZ @23875 NONAME ?GetDataLength@H45011_CIIsOptRes@@UBEHXZ @23876 NONAME ?GetDataLength@H45011_CINotificationArg@@UBEHXZ @23877 NONAME ?GetDataLength@H45011_CIRequestArg@@UBEHXZ @23878 NONAME ?GetDataLength@H45011_CIRequestRes@@UBEHXZ @23879 NONAME ?GetDataLength@H45011_CISilentArg@@UBEHXZ @23880 NONAME ?GetDataLength@H45011_CISilentOptRes@@UBEHXZ @23881 NONAME ?GetDataLength@H45011_CIWobOptArg@@UBEHXZ @23882 NONAME ?GetDataLength@H45011_CIWobOptRes@@UBEHXZ @23883 NONAME ?GetDataLength@H4501_Address@@UBEHXZ @21906 NONAME ?GetDataLength@H4501_AddressScreened@@UBEHXZ @21907 NONAME ?GetDataLength@H4501_EndpointAddress@@UBEHXZ @21908 NONAME ?GetDataLength@H4501_Extension@@UBEHXZ @21909 NONAME ?GetDataLength@H4501_NetworkFacilityExtension@@UBEHXZ @21910 NONAME ?GetDataLength@H4501_NumberScreened@@UBEHXZ @21911 NONAME ?GetDataLength@H4501_SupplementaryService@@UBEHXZ @21912 NONAME ?GetDataLength@H4501_UserSpecifiedSubaddress@@UBEHXZ @21913 NONAME ?GetDataLength@H4502_CTActiveArg@@UBEHXZ @21914 NONAME ?GetDataLength@H4502_CTCompleteArg@@UBEHXZ @21915 NONAME ?GetDataLength@H4502_CTIdentifyRes@@UBEHXZ @21916 NONAME ?GetDataLength@H4502_CTInitiateArg@@UBEHXZ @21917 NONAME ?GetDataLength@H4502_CTSetupArg@@UBEHXZ @21918 NONAME ?GetDataLength@H4502_CTUpdateArg@@UBEHXZ @21919 NONAME ?GetDataLength@H4502_SubaddressTransferArg@@UBEHXZ @21920 NONAME ?GetDataLength@H4503_IntResult@@UBEHXZ @22784 NONAME ?GetDataLength@H4504_Extension@@UBEHXZ @22435 NONAME ?GetDataLength@H4504_HoldNotificArg@@UBEHXZ @22436 NONAME ?GetDataLength@H4504_RemoteHoldArg@@UBEHXZ @22437 NONAME ?GetDataLength@H4504_RemoteHoldRes@@UBEHXZ @22438 NONAME ?GetDataLength@H4504_RemoteRetrieveArg@@UBEHXZ @22439 NONAME ?GetDataLength@H4504_RemoteRetrieveRes@@UBEHXZ @22440 NONAME ?GetDataLength@H4504_RetrieveNotificArg@@UBEHXZ @22441 NONAME ?GetDataLength@H4505_CpickupNotifyArg@@UBEHXZ @23884 NONAME ?GetDataLength@H4505_CpNotifyArg@@UBEHXZ @23885 NONAME ?GetDataLength@H4505_CpRequestArg@@UBEHXZ @23886 NONAME ?GetDataLength@H4505_CpRequestRes@@UBEHXZ @23887 NONAME ?GetDataLength@H4505_CpSetupArg@@UBEHXZ @23888 NONAME ?GetDataLength@H4505_CpSetupRes@@UBEHXZ @23889 NONAME ?GetDataLength@H4505_GroupIndicationOffArg@@UBEHXZ @23890 NONAME ?GetDataLength@H4505_GroupIndicationOffRes@@UBEHXZ @23891 NONAME ?GetDataLength@H4505_GroupIndicationOnArg@@UBEHXZ @23892 NONAME ?GetDataLength@H4505_GroupIndicationOnRes@@UBEHXZ @23893 NONAME ?GetDataLength@H4505_PickExeArg@@UBEHXZ @23894 NONAME ?GetDataLength@H4505_PickExeRes@@UBEHXZ @23895 NONAME ?GetDataLength@H4505_PickrequArg@@UBEHXZ @23896 NONAME ?GetDataLength@H4505_PickrequRes@@UBEHXZ @23897 NONAME ?GetDataLength@H4505_PickupArg@@UBEHXZ @23898 NONAME ?GetDataLength@H4505_PickupRes@@UBEHXZ @23899 NONAME ?GetDataLength@H4506_CallWaitingArg@@UBEHXZ @23900 NONAME ?GetDataLength@H4507_MWIActivateArg@@UBEHXZ @23901 NONAME ?GetDataLength@H4507_MWIDeactivateArg@@UBEHXZ @23902 NONAME ?GetDataLength@H4507_MWIInterrogateArg@@UBEHXZ @23903 NONAME ?GetDataLength@H4507_MWIInterrogateResElt@@UBEHXZ @23904 NONAME ?GetDataLength@H4509_CcLongArg@@UBEHXZ @23905 NONAME ?GetDataLength@H4509_CcRequestArg@@UBEHXZ @23906 NONAME ?GetDataLength@H4509_CcRequestRes@@UBEHXZ @23907 NONAME ?GetDataLength@H4509_CcShortArg@@UBEHXZ @23908 NONAME ?GetDataLength@H501_AccessConfirmation@@UBEHXZ @36506 NONAME ?GetDataLength@H501_AccessRejection@@UBEHXZ @36507 NONAME ?GetDataLength@H501_AccessRequest@@UBEHXZ @36508 NONAME ?GetDataLength@H501_AddressTemplate@@UBEHXZ @36509 NONAME ?GetDataLength@H501_AlternatePE@@UBEHXZ @36510 NONAME ?GetDataLength@H501_AlternatePEInfo@@UBEHXZ @36511 NONAME ?GetDataLength@H501_AuthenticationConfirmation@@UBEHXZ @36512 NONAME ?GetDataLength@H501_AuthenticationRejection@@UBEHXZ @36513 NONAME ?GetDataLength@H501_AuthenticationRequest@@UBEHXZ @36514 NONAME ?GetDataLength@H501_CallInformation@@UBEHXZ @36515 NONAME ?GetDataLength@H501_ContactInformation@@UBEHXZ @36516 NONAME ?GetDataLength@H501_Descriptor@@UBEHXZ @36517 NONAME ?GetDataLength@H501_DescriptorConfirmation@@UBEHXZ @36518 NONAME ?GetDataLength@H501_DescriptorIDConfirmation@@UBEHXZ @36519 NONAME ?GetDataLength@H501_DescriptorIDRejection@@UBEHXZ @36520 NONAME ?GetDataLength@H501_DescriptorIDRequest@@UBEHXZ @36521 NONAME ?GetDataLength@H501_DescriptorInfo@@UBEHXZ @36522 NONAME ?GetDataLength@H501_DescriptorRejection@@UBEHXZ @36523 NONAME ?GetDataLength@H501_DescriptorRequest@@UBEHXZ @36524 NONAME ?GetDataLength@H501_DescriptorUpdate@@UBEHXZ @36525 NONAME ?GetDataLength@H501_DescriptorUpdateAck@@UBEHXZ @36526 NONAME ?GetDataLength@H501_Message@@UBEHXZ @36527 NONAME ?GetDataLength@H501_MessageCommonInfo@@UBEHXZ @36528 NONAME ?GetDataLength@H501_NonStandardConfirmation@@UBEHXZ @36529 NONAME ?GetDataLength@H501_NonStandardRejection@@UBEHXZ @36530 NONAME ?GetDataLength@H501_NonStandardRequest@@UBEHXZ @36531 NONAME ?GetDataLength@H501_PartyInformation@@UBEHXZ @36532 NONAME ?GetDataLength@H501_Pattern_range@@UBEHXZ @36533 NONAME ?GetDataLength@H501_PriceElement@@UBEHXZ @36534 NONAME ?GetDataLength@H501_PriceInfoSpec@@UBEHXZ @36535 NONAME ?GetDataLength@H501_RequestInProgress@@UBEHXZ @36536 NONAME ?GetDataLength@H501_RouteInformation@@UBEHXZ @36537 NONAME ?GetDataLength@H501_SecurityMode@@UBEHXZ @36538 NONAME ?GetDataLength@H501_ServiceConfirmation@@UBEHXZ @36539 NONAME ?GetDataLength@H501_ServiceRejection@@UBEHXZ @36540 NONAME ?GetDataLength@H501_ServiceRelease@@UBEHXZ @36541 NONAME ?GetDataLength@H501_ServiceRequest@@UBEHXZ @36542 NONAME ?GetDataLength@H501_TerminationCause@@UBEHXZ @36543 NONAME ?GetDataLength@H501_UnknownMessageResponse@@UBEHXZ @36544 NONAME ?GetDataLength@H501_UpdateInformation@@UBEHXZ @36545 NONAME ?GetDataLength@H501_UsageConfirmation@@UBEHXZ @36546 NONAME ?GetDataLength@H501_UsageField@@UBEHXZ @36547 NONAME ?GetDataLength@H501_UsageIndication@@UBEHXZ @36548 NONAME ?GetDataLength@H501_UsageIndicationConfirmation@@UBEHXZ @36549 NONAME ?GetDataLength@H501_UsageIndicationRejection@@UBEHXZ @36550 NONAME ?GetDataLength@H501_UsageRejection@@UBEHXZ @36551 NONAME ?GetDataLength@H501_UsageRequest@@UBEHXZ @36552 NONAME ?GetDataLength@H501_UsageSpecification@@UBEHXZ @36553 NONAME ?GetDataLength@H501_UsageSpecification_when@@UBEHXZ @36554 NONAME ?GetDataLength@H501_UserInformation@@UBEHXZ @36555 NONAME ?GetDataLength@H501_ValidationConfirmation@@UBEHXZ @36556 NONAME ?GetDataLength@H501_ValidationRejection@@UBEHXZ @36557 NONAME ?GetDataLength@H501_ValidationRequest@@UBEHXZ @36558 NONAME ?GetDataLength@MCS_AUcf@@UBEHXZ @13813 NONAME ?GetDataLength@MCS_AUrq@@UBEHXZ @13814 NONAME ?GetDataLength@MCS_CAin@@UBEHXZ @13815 NONAME ?GetDataLength@MCS_CArq@@UBEHXZ @13816 NONAME ?GetDataLength@MCS_CCcf@@UBEHXZ @13817 NONAME ?GetDataLength@MCS_CCrq@@UBEHXZ @13818 NONAME ?GetDataLength@MCS_CDin@@UBEHXZ @13819 NONAME ?GetDataLength@MCS_CDrq@@UBEHXZ @13820 NONAME ?GetDataLength@MCS_CEin@@UBEHXZ @13821 NONAME ?GetDataLength@MCS_CErq@@UBEHXZ @13822 NONAME ?GetDataLength@MCS_ChannelAttributes_assigned@@UBEHXZ @13823 NONAME ?GetDataLength@MCS_ChannelAttributes_private@@UBEHXZ @13824 NONAME ?GetDataLength@MCS_ChannelAttributes_static@@UBEHXZ @13825 NONAME ?GetDataLength@MCS_ChannelAttributes_userId@@UBEHXZ @13826 NONAME ?GetDataLength@MCS_CJcf@@UBEHXZ @13827 NONAME ?GetDataLength@MCS_CJrq@@UBEHXZ @13828 NONAME ?GetDataLength@MCS_CLrq@@UBEHXZ @13829 NONAME ?GetDataLength@MCS_Connect_Additional@@UBEHXZ @13830 NONAME ?GetDataLength@MCS_Connect_Initial@@UBEHXZ @13831 NONAME ?GetDataLength@MCS_Connect_Response@@UBEHXZ @13832 NONAME ?GetDataLength@MCS_Connect_Result@@UBEHXZ @13833 NONAME ?GetDataLength@MCS_DomainParameters@@UBEHXZ @13834 NONAME ?GetDataLength@MCS_DPum@@UBEHXZ @13835 NONAME ?GetDataLength@MCS_DUin@@UBEHXZ @13836 NONAME ?GetDataLength@MCS_DUrq@@UBEHXZ @13837 NONAME ?GetDataLength@MCS_EDrq@@UBEHXZ @13838 NONAME ?GetDataLength@MCS_MCcf@@UBEHXZ @13839 NONAME ?GetDataLength@MCS_MCrq@@UBEHXZ @13840 NONAME ?GetDataLength@MCS_MTcf@@UBEHXZ @13841 NONAME ?GetDataLength@MCS_MTrq@@UBEHXZ @13842 NONAME ?GetDataLength@MCS_PCin@@UBEHXZ @13843 NONAME ?GetDataLength@MCS_PDin@@UBEHXZ @13844 NONAME ?GetDataLength@MCS_PTin@@UBEHXZ @13845 NONAME ?GetDataLength@MCS_RJum@@UBEHXZ @13846 NONAME ?GetDataLength@MCS_SDin@@UBEHXZ @13847 NONAME ?GetDataLength@MCS_SDrq@@UBEHXZ @13848 NONAME ?GetDataLength@MCS_TGcf@@UBEHXZ @13849 NONAME ?GetDataLength@MCS_TGrq@@UBEHXZ @13850 NONAME ?GetDataLength@MCS_TIcf@@UBEHXZ @13851 NONAME ?GetDataLength@MCS_TIrq@@UBEHXZ @13852 NONAME ?GetDataLength@MCS_TokenAttributes_given@@UBEHXZ @13853 NONAME ?GetDataLength@MCS_TokenAttributes_giving@@UBEHXZ @13854 NONAME ?GetDataLength@MCS_TokenAttributes_grabbed@@UBEHXZ @13855 NONAME ?GetDataLength@MCS_TokenAttributes_inhibited@@UBEHXZ @13856 NONAME ?GetDataLength@MCS_TokenAttributes_ungivable@@UBEHXZ @13857 NONAME ?GetDataLength@MCS_TPin@@UBEHXZ @13858 NONAME ?GetDataLength@MCS_TPrq@@UBEHXZ @13859 NONAME ?GetDataLength@MCS_TRcf@@UBEHXZ @13860 NONAME ?GetDataLength@MCS_TRrq@@UBEHXZ @13861 NONAME ?GetDataLength@MCS_TTcf@@UBEHXZ @13862 NONAME ?GetDataLength@MCS_TTrq@@UBEHXZ @13863 NONAME ?GetDataLength@MCS_TVcf@@UBEHXZ @13864 NONAME ?GetDataLength@MCS_TVin@@UBEHXZ @13865 NONAME ?GetDataLength@MCS_TVrq@@UBEHXZ @13866 NONAME ?GetDataLength@MCS_TVrs@@UBEHXZ @13867 NONAME ?GetDataLength@MCS_USin@@UBEHXZ @13868 NONAME ?GetDataLength@MCS_USrq@@UBEHXZ @13869 NONAME ?GetDataLength@PWAVFileConverterXLaw@@UAEJAAVPWAVFile@@@Z @51261 NONAME ?GetDataLength@T38_Data_Field_subtype@@UBEHXZ @28258 NONAME ?GetDataLength@T38_IFPPacket@@UBEHXZ @28259 NONAME ?GetDataLength@T38_PreCorrigendum_Data_Field_subtype@@UBEHXZ @31750 NONAME ?GetDataLength@T38_PreCorrigendum_IFPPacket@@UBEHXZ @31751 NONAME ?GetDataLength@T38_UDPTLPacket@@UBEHXZ @28260 NONAME ?GetDataLength@T38_UDPTLPacket_error_recovery_fec_info@@UBEHXZ @28261 NONAME ?GetDataLength@X880_Invoke@@UBEHXZ @21921 NONAME ?GetDataLength@X880_Reject@@UBEHXZ @21922 NONAME ?GetDataLength@X880_ReturnError@@UBEHXZ @21923 NONAME ?GetDataLength@X880_ReturnResult@@UBEHXZ @21924 NONAME ?GetDataLength@X880_ReturnResult_result@@UBEHXZ @21925 NONAME ?GetDataPointer@PASN_BitString@@QBEPBEXZ @21005 NONAME ?GetDefaultBandwidth@H323GatekeeperServer@@QBEIXZ @30439 NONAME ?GetDefaultSessionID@H323AudioCapability@@UBEIXZ @13870 NONAME ?GetDefaultSessionID@H323Capability@@UBEIXZ @13871 NONAME ?GetDefaultSessionID@H323DataCapability@@UBEIXZ @28627 NONAME ?GetDefaultSessionID@H323VideoCapability@@UBEIXZ @13872 NONAME ?GetDefaultUdpPort@H323GatekeeperServer@@UAEGXZ @35016 NONAME ?GetDefinition@OpalFactoryCodec@@UAEPBUPluginCodec_Definition@@XZ @51562 NONAME ?GetDefinition@OpalPluginCodec@@UAEPBUPluginCodec_Definition@@XZ @51563 NONAME ?GetDescriptorID@H323RegisteredEndPoint@@QBEABVOpalGloballyUniqueID@@XZ @37748 NONAME ?GetDestinationAddress@H323GatekeeperCall@@QBE?AVPString@@XZ @30040 NONAME ?GetDestinationAlias@H323SignalPDU@@QBE?AVPString@@H@Z @27611 NONAME ?GetDestinationAliases@H323GatekeeperCall@@QBEABVPStringArray@@XZ @38320 NONAME ?GetDestinationE164@H323SignalPDU@@QBEHAAVPString@@@Z @13873 NONAME ?GetDevice@OpalLineChannel@@QBEAAVOpalLineInterfaceDevice@@XZ @13874 NONAME ?GetDeviceNames@OpalIxJDevice@@SA?AVPStringArray@@XZ @13875 NONAME ?GetDeviceNames@OpalVoipBlasterDevice@@SA?AVPStringArray@@XZ @29769 NONAME ?GetDeviceNames@PSoundChannel@@SA?AVPStringList@@ABVPString@@W4Directions@1@PAVPPluginManager@@@Z @52690 NONAME ?GetDeviceType@OpalLineInterfaceDevice@@UAE?AW4DeviceType@1@XZ @52691 NONAME ?GetDeviceType@OpalUSBDevice@@UAE?AW4DeviceType@OpalLineInterfaceDevice@@XZ @52692 NONAME ?GetDirection@H323BidirectionalChannel@@UBE?AW4Directions@H323Channel@@XZ @13876 NONAME ?GetDirection@H323Codec@@QBE?AW4Direction@1@XZ @17557 NONAME ?GetDirection@H323UnidirectionalChannel@@UBE?AW4Directions@H323Channel@@XZ @13877 NONAME ?GetDisplayName@H323Connection@@QBE?BVPString@@XZ @49676 NONAME ?GetDisplayName@Q931@@QBE?AVPString@@XZ @13878 NONAME ?GetDistinctiveRing@H323Connection@@QBEIXZ @17184 NONAME ?GetDistinctiveRing@H323SignalPDU@@QBEIXZ @27597 NONAME ?GetDomainName@H323PeerElement@@QBE?AVPString@@XZ @37345 NONAME ?GetDuration@OpalRFC2833Info@@QBEIXZ @29939 NONAME ?GetDurationLimit@H323GatekeeperCall@@UBEIXZ @34515 NONAME ?GetEndPoint@H323Connection@@QBEAAVH323EndPoint@@XZ @13879 NONAME ?GetEndPoint@H323GatekeeperCall@@QBEAAVH323RegisteredEndPoint@@XZ @30440 NONAME ?GetEndPoint@H323Transactor@@QBEAAVH323EndPoint@@XZ @35018 NONAME ?GetEndPoint@H323Transport@@QBEAAVH323EndPoint@@XZ @37980 NONAME ?GetEndpointIdentifier@H323Gatekeeper@@QBEABVPString@@XZ @34904 NONAME ?GetEndpointIdentifier@H323GatekeeperARQ@@UBE?AVPString@@XZ @30441 NONAME ?GetEndpointIdentifier@H323GatekeeperBRQ@@UBE?AVPString@@XZ @30442 NONAME ?GetEndpointIdentifier@H323GatekeeperDRQ@@UBE?AVPString@@XZ @30443 NONAME ?GetEndpointIdentifier@H323GatekeeperGRQ@@UBE?AVPString@@XZ @30444 NONAME ?GetEndpointIdentifier@H323GatekeeperIRR@@UBE?AVPString@@XZ @30645 NONAME ?GetEndpointIdentifier@H323GatekeeperLRQ@@UBE?AVPString@@XZ @30445 NONAME ?GetEndpointIdentifier@H323GatekeeperRRQ@@UBE?AVPString@@XZ @30446 NONAME ?GetEndpointIdentifier@H323GatekeeperURQ@@UBE?AVPString@@XZ @30447 NONAME ?GetEndSessionTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @30679 NONAME ?GetErrorNumber@OpalLineInterfaceDevice@@QBEHXZ @16983 NONAME ?GetErrorText@OpalLineInterfaceDevice@@QBE?AVPString@@XZ @13880 NONAME ?GetExtension@RTP_DataFrame@@QBEHXZ @13881 NONAME ?GetExtensionPtr@RTP_DataFrame@@QBEPAEXZ @38021 NONAME ?GetExtensionSize@RTP_DataFrame@@QBEHXZ @38022 NONAME ?GetExtensionType@RTP_DataFrame@@QBEHXZ @38023 NONAME ?GetFactoryName@OpalG711ALaw64k_Decoder@@SA?AVPString@@XZ @51564 NONAME ?GetFactoryName@OpalG711ALaw64k_Encoder@@SA?AVPString@@XZ @51565 NONAME ?GetFactoryName@OpalG711uLaw64k_Decoder@@SA?AVPString@@XZ @51566 NONAME ?GetFactoryName@OpalG711uLaw64k_Encoder@@SA?AVPString@@XZ @51567 NONAME ?GetFirstCall@H323GatekeeperServer@@QAE?AV?$PSafePtr@VH323GatekeeperCall@@@@W4PSafetyMode@@@Z @30448 NONAME ?GetFirstDescriptor@H323PeerElement@@QAE?AV?$PSafePtr@VH323PeerElementDescriptor@@@@W4PSafetyMode@@@Z @37346 NONAME ?GetFirstEndPoint@H323GatekeeperServer@@QAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@W4PSafetyMode@@@Z @30449 NONAME ?GetFirstLocalServiceRelationship@H323PeerElement@@QAE?AV?$PSafePtr@VH323PeerElementServiceRelationship@@@@W4PSafetyMode@@@Z @37347 NONAME ?GetFirstRemoteServiceRelationship@H323PeerElement@@QAE?AV?$PSafePtr@VH323PeerElementServiceRelationship@@@@W4PSafetyMode@@@Z @37348 NONAME ?GetFormat@PWAVFileConverterALaw@@UBEIABVPWAVFile@@@Z @51262 NONAME ?GetFormat@PWAVFileConverterULaw@@UBEIABVPWAVFile@@@Z @51263 NONAME ?GetFormatName@G7231_File_Capability@@UBE?AVPString@@XZ @31106 NONAME ?GetFormatName@H323CodecPluginGenericAudioCapability@@UBE?AVPString@@XZ @52693 NONAME ?GetFormatName@H323CodecPluginNonStandardAudioCapability@@UBE?AVPString@@XZ @47932 NONAME ?GetFormatName@H323PluginCapability@@UBE?AVPString@@XZ @47933 NONAME ?GetFormatName@H323PluginCapabilityInfo@@QBEABVPString@@XZ @49735 NONAME ?GetFormatName@H323_CiscoG7231aLIDCapability@@UBE?AVPString@@XZ @31189 NONAME ?GetFormatName@H323_G711Capability@@UBE?AVPString@@XZ @17187 NONAME ?GetFormatName@H323_H261Capability@@UBE?AVPString@@XZ @17189 NONAME ?GetFormatName@H323_LIDCapability@@UBE?AVPString@@XZ @17190 NONAME ?GetFormatName@H323_T120Capability@@UBE?AVPString@@XZ @17191 NONAME ?GetFormatName@H323_T38Capability@@UBE?AVPString@@XZ @28262 NONAME ?GetFormatName@H323_T38NonStandardCapability@@UBE?AVPString@@XZ @30545 NONAME ?GetFormatName@H323_UserInputCapability@@UBE?AVPString@@XZ @17192 NONAME ?GetFrameLen@G7231_File_Codec@@SAHH@Z @31107 NONAME ?GetFrameNum@H323VideoCodec@@UAEHXZ @38893 NONAME ?GetFramePtr@P64Decoder@@QBEPAEXZ @20500 NONAME ?GetFramePtr@P64Encoder@@QAEPAEXZ @20501 NONAME ?GetFrameRate@H323AudioCodec@@UBEIXZ @13883 NONAME ?GetFrameRate@H323Codec@@UBEIXZ @20611 NONAME ?GetFrameRate@H323PluginVideoCodec@@UBEIXZ @47935 NONAME ?GetFrameRate@H323_H261Codec@@UBEIXZ @29629 NONAME ?GetFrameSize@OpalMediaFormat@@QBEHXZ @20612 NONAME ?GetFrameTime@OpalG711ALaw64k_Base@@UBEIXZ @51568 NONAME ?GetFrameTime@OpalG711uLaw64k_Base@@UBEIXZ @51569 NONAME ?GetFrameTime@OpalMediaFormat@@QBEIXZ @20613 NONAME ?GetFrameTime@OpalPluginCodec@@UBEIXZ @51570 NONAME ?GetGatekeeper@H323EndPoint@@QBEPAVH323Gatekeeper@@XZ @13885 NONAME ?GetGatekeeper@H323GatekeeperListener@@QBEAAVH323GatekeeperServer@@XZ @31316 NONAME ?GetGatekeeperIdentifier@H323GatekeeperARQ@@UBE?AVPString@@XZ @30450 NONAME ?GetGatekeeperIdentifier@H323GatekeeperBRQ@@UBE?AVPString@@XZ @30451 NONAME ?GetGatekeeperIdentifier@H323GatekeeperDRQ@@UBE?AVPString@@XZ @30452 NONAME ?GetGatekeeperIdentifier@H323GatekeeperGRQ@@UBE?AVPString@@XZ @30453 NONAME ?GetGatekeeperIdentifier@H323GatekeeperIRR@@UBE?AVPString@@XZ @30646 NONAME ?GetGatekeeperIdentifier@H323GatekeeperLRQ@@UBE?AVPString@@XZ @30454 NONAME ?GetGatekeeperIdentifier@H323GatekeeperRRQ@@UBE?AVPString@@XZ @30455 NONAME ?GetGatekeeperIdentifier@H323GatekeeperURQ@@UBE?AVPString@@XZ @30456 NONAME ?GetGatekeeperPassword@H323EndPoint@@UBEABVPString@@XZ @34541 NONAME ?GetGatekeeperRejectTag@H323GatekeeperARQ@@UBEIXZ @31317 NONAME ?GetGatekeeperRejectTag@H323GatekeeperBRQ@@UBEIXZ @31318 NONAME ?GetGatekeeperRejectTag@H323GatekeeperDRQ@@UBEIXZ @31319 NONAME ?GetGatekeeperRejectTag@H323GatekeeperGRQ@@UBEIXZ @31320 NONAME ?GetGatekeeperRejectTag@H323GatekeeperIRR@@UBEIXZ @31321 NONAME ?GetGatekeeperRejectTag@H323GatekeeperLRQ@@UBEIXZ @31322 NONAME ?GetGatekeeperRejectTag@H323GatekeeperRRQ@@UBEIXZ @31323 NONAME ?GetGatekeeperRejectTag@H323GatekeeperURQ@@UBEIXZ @31324 NONAME ?GetGatekeeperRequestRetries@H323EndPoint@@QBEIXZ @13886 NONAME ?GetGatekeeperRequestTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @30295 NONAME ?GetGatekeeperTimeToLive@H323EndPoint@@QBEABVPTimeInterval@@XZ @30296 NONAME ?GetGkAccessTokenOID@H323Connection@@QBE?BVPString@@XZ @29179 NONAME ?GetGkAccessTokenOID@H323EndPoint@@QBEABVPString@@XZ @31488 NONAME ?GetHandler@H323_T38Channel@@QBEPAVOpalT38Protocol@@XZ @29566 NONAME ?GetHeaderSize@RTP_DataFrame@@QBEHXZ @13888 NONAME ?GetHostName@H323TransportAddress@@QBE?AVPString@@XZ @17164 NONAME ?GetHostName@PURL@@QBEABVPCaselessString@@XZ @37757 NONAME ?GetIdentifier@H225_RAS@@QBEABVPString@@XZ @31325 NONAME ?GetIdentifier@H323RegisteredEndPoint@@QBEABVPString@@XZ @28881 NONAME ?GetIE@Q931@@QBE?AVPBYTEArray@@W4InformationElementCodes@1@@Z @17416 NONAME ?GetInfoResponseRate@H323GatekeeperServer@@QBEIXZ @30660 NONAME ?GetInitialBandwidth@H323EndPoint@@QBEIXZ @13889 NONAME ?GetInitialiser@PLDAPStructBase@@SAAAV1@XZ @37881 NONAME ?GetInputFormat@OpalG711ALaw64k_Decoder@@UBE?AVPString@@XZ @51571 NONAME ?GetInputFormat@OpalG711ALaw64k_Encoder@@UBE?AVPString@@XZ @51572 NONAME ?GetInputFormat@OpalG711uLaw64k_Decoder@@UBE?AVPString@@XZ @51573 NONAME ?GetInputFormat@OpalG711uLaw64k_Encoder@@UBE?AVPString@@XZ @51574 NONAME ?GetInputFormat@OpalPluginCodec@@UBE?AVPString@@XZ @51575 NONAME ?GetInstance@?$PFactory@VH235Authenticator@@VPString@@@@KAAAV1@XZ @52694 NONAME ?GetInstance@?$PFactory@VH323Capability@@VPString@@@@KAAAV1@XZ @51017 NONAME ?GetInstance@?$PFactory@VH323StaticPluginCodec@@VPString@@@@KAAAV1@XZ @51018 NONAME ?GetInstance@?$PFactory@VOpalFactoryCodec@@VPString@@@@KAAAV1@XZ @51576 NONAME ?GetInstance@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@KAAAV1@XZ @52695 NONAME ?GetInstance@?$PFactory@VOpalMediaFormat@@VPString@@@@KAAAV1@XZ @51019 NONAME ?GetInstance@?$PFactory@VPWAVFileConverter@@I@@KAAAV1@XZ @51264 NONAME ?GetInterfaceAddresses@H323EndPoint@@QAE?AVH323TransportAddressArray@@HPAVH323Transport@@@Z @37981 NONAME ?GetInterfaceAddresses@H323Transactor@@QAE?AVH323TransportAddressArray@@HPAVH323Transport@@@Z @37982 NONAME ?GetInvokeId@H450xHandler@@QBEIXZ @30081 NONAME ?GetIpAddress@H323TransportAddress@@QBEHAAVAddress@PIPSocket@@@Z @31199 NONAME ?GetIpAndPort@H323TransportAddress@@QBEHAAVAddress@PIPSocket@@AAGPBD@Z @13890 NONAME ?GetJitterBufferSize@RTP_Session@@QBEIXZ @31663 NONAME ?GetJitterThreadStackSize@H323EndPoint@@QBEHXZ @29103 NONAME ?GetJitterTime@RTP_JitterBuffer@@QBEKXZ @31664 NONAME ?GetKeyAt@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@QBEABVPOrdinalKey@@H@Z @13891 NONAME ?GetKeyAt@?$PDictionary@VPString@@VH323Connection@@@@QBEABVPString@@H@Z @30573 NONAME ?GetKeyAt@?$PSet@VPOrdinalKey@@@@UBEABVPOrdinalKey@@H@Z @37491 NONAME ?GetKeyAt@?$PStringDictionary@VPOrdinalKey@@@@QBEABVPOrdinalKey@@H@Z @13892 NONAME ?GetKeyList@?$PFactory@VH235Authenticator@@VPString@@@@SA?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @52696 NONAME ?GetKeyList@?$PFactory@VH323Capability@@VPString@@@@SA?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @51020 NONAME ?GetKeyList@?$PFactory@VH323StaticPluginCodec@@VPString@@@@SA?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @51021 NONAME ?GetKeyList@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@SA?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @52697 NONAME ?GetKeyList@?$PFactory@VOpalMediaFormat@@VPString@@@@SA?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @51022 NONAME ?GetKeyList_Internal@?$PFactory@VH235Authenticator@@VPString@@@@IAE?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @52698 NONAME ?GetKeyList_Internal@?$PFactory@VH323Capability@@VPString@@@@IAE?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @51023 NONAME ?GetKeyList_Internal@?$PFactory@VH323StaticPluginCodec@@VPString@@@@IAE?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @51024 NONAME ?GetKeyList_Internal@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@IAE?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @52699 NONAME ?GetKeyList_Internal@?$PFactory@VOpalMediaFormat@@VPString@@@@IAE?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @51025 NONAME ?GetKeyMap@?$PFactory@VOpalMediaFormat@@VPString@@@@SAAAV?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@std@@XZ @51026 NONAME ?GetKeypad@Q931@@QBE?AVPString@@XZ @30312 NONAME ?GetLastReceivedAddress@H323Transport@@UBE?AVH323TransportAddress@@XZ @31769 NONAME ?GetLastReceivedAddress@H323TransportUDP@@UBE?AVH323TransportAddress@@XZ @31770 NONAME ?GetLastReceiveToAddress@PIPSocket@@QBE?AVAddress@1@XZ @51577 NONAME ?GetLineCount@OpalIxJDevice@@UAEIXZ @13893 NONAME ?GetLineCount@OpalUSBDevice@@UAEIXZ @52700 NONAME ?GetLineCount@OpalVoipBlasterDevice@@UAEIXZ @29770 NONAME ?GetListeners@H323EndPoint@@QBEABV?$PList@VH323Listener@@@@XZ @13895 NONAME ?GetListenerThreadStackSize@H323EndPoint@@QBEHXZ @13896 NONAME ?GetLocalAddress@H323TransportIP@@UBE?AVH323TransportAddress@@XZ @13897 NONAME ?GetLocalAddress@H323TransportUDP@@UBE?AVH323TransportAddress@@XZ @51578 NONAME ?GetLocalAddress@RTP_UDP@@QBE?AVAddress@PIPSocket@@XZ @34883 NONAME ?GetLocalAliasNames@H323Connection@@QBEABVPStringList@@XZ @30626 NONAME ?GetLocalCallIntrusionProtectionLevel@H323Connection@@QAEIXZ @30752 NONAME ?GetLocalCapabilities@H323Connection@@QBEABVH323Capabilities@@XZ @17231 NONAME ?GetLocalControlPort@RTP_UDP@@QBEGXZ @13898 NONAME ?GetLocalDataPort@RTP_UDP@@QBEGXZ @13899 NONAME ?GetLocalHostName@RTP_UDP@@UAE?AVPString@@XZ @13900 NONAME ?GetLocalId@H235Authenticator@@UBEABVPString@@XZ @52701 NONAME ?GetLocalName@H323PeerElement@@QBE?AVPString@@XZ @37269 NONAME ?GetLocalPartyName@H323Connection@@QBEABVPString@@XZ @13901 NONAME ?GetLocalUserName@H323EndPoint@@UBEABVPString@@XZ @34542 NONAME ?GetLogicalChannel@H323Connection@@QBEPAVH323Channel@@IH@Z @17195 NONAME ?GetLogicalChannelTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @30297 NONAME ?GetLostPackets@ReceiverReport@RTP_ControlFrame@@QBEIXZ @17125 NONAME ?GetMACAddress@InterfaceEntry@PIPSocket@@QBEABVPString@@XZ @20669 NONAME ?GetMainType@H323AudioCapability@@UBE?AW4MainTypes@H323Capability@@XZ @13905 NONAME ?GetMainType@H323DataCapability@@UBE?AW4MainTypes@H323Capability@@XZ @13906 NONAME ?GetMainType@H323VideoCapability@@UBE?AW4MainTypes@H323Capability@@XZ @13907 NONAME ?GetMainType@H323_UserInputCapability@@UBE?AW4MainTypes@H323Capability@@XZ @13908 NONAME ?GetMarker@RTP_DataFrame@@QBEHXZ @13909 NONAME ?GetMasterSlaveDeterminationRetries@H323EndPoint@@QBEIXZ @13910 NONAME ?GetMasterSlaveDeterminationTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @30298 NONAME ?GetMaxAudioJitterDelay@H323Connection@@QBEIXZ @31655 NONAME ?GetMaxAudioJitterDelay@H323EndPoint@@QBEIXZ @31656 NONAME ?GetMaxFramesPerPacket@OpalG711ALaw64k_Base@@UBEIXZ @51579 NONAME ?GetMaxFramesPerPacket@OpalG711uLaw64k_Base@@UBEIXZ @51580 NONAME ?GetMaxFramesPerPacket@OpalPluginCodec@@UBEIXZ @51581 NONAME ?GetMediaFormat@H323Codec@@QBEABVOpalMediaFormat@@XZ @20614 NONAME ?GetMediaFormatList@H323PluginCodecManager@@KAAAV?$PList@VOpalMediaFormat@@@@XZ @49736 NONAME ?GetMediaFormatMutex@H323PluginCodecManager@@KAAAVPMutex@@XZ @49737 NONAME ?GetMediaFormats@H323PluginCodecManager@@SA?AV?$PList@VOpalMediaFormat@@@@XZ @49738 NONAME ?GetMediaFormats@OpalIxJDevice@@UBE?AV?$PList@VOpalMediaFormat@@@@XZ @20615 NONAME ?GetMediaFormats@OpalUSBDevice@@UBE?AV?$PList@VOpalMediaFormat@@@@XZ @52702 NONAME ?GetMediaFormats@OpalVoipBlasterDevice@@UBE?AV?$PList@VOpalMediaFormat@@@@XZ @29771 NONAME ?GetMessageType@Q931@@QBE?AW4MsgTypes@1@XZ @13916 NONAME ?GetMessageTypeName@Q931@@QBE?AVPString@@XZ @13917 NONAME ?GetMinAudioJitterDelay@H323Connection@@QBEIXZ @31657 NONAME ?GetMinAudioJitterDelay@H323EndPoint@@QBEIXZ @31658 NONAME ?GetMutex@?$PFactory@VOpalMediaFormat@@VPString@@@@SAAAVPMutex@@XZ @51027 NONAME ?GetName@H235AuthCAT@@UBEPBDXZ @34837 NONAME ?GetName@H235AuthProcedure1@@UBEPBDXZ @34810 NONAME ?GetName@H235AuthSimpleMD5@@UBEPBDXZ @34811 NONAME ?GetName@H323Gatekeeper@@QBE?AVPString@@XZ @17397 NONAME ?GetName@H323GatekeeperARQ@@UBEPBDXZ @31326 NONAME ?GetName@H323GatekeeperBRQ@@UBEPBDXZ @31327 NONAME ?GetName@H323GatekeeperDRQ@@UBEPBDXZ @31328 NONAME ?GetName@H323GatekeeperGRQ@@UBEPBDXZ @31329 NONAME ?GetName@H323GatekeeperIRR@@UBEPBDXZ @31330 NONAME ?GetName@H323GatekeeperLRQ@@UBEPBDXZ @31331 NONAME ?GetName@H323GatekeeperRRQ@@UBEPBDXZ @31332 NONAME ?GetName@H323GatekeeperURQ@@UBEPBDXZ @31333 NONAME ?GetName@H501AccessRequest@@UBEPBDXZ @37658 NONAME ?GetName@H501DescriptorUpdate@@UBEPBDXZ @37659 NONAME ?GetName@H501ServiceRequest@@UBEPBDXZ @37660 NONAME ?GetName@OpalIxJDevice@@UBE?AVPString@@XZ @13918 NONAME ?GetName@OpalLineChannel@@UBE?AVPString@@XZ @13919 NONAME ?GetName@OpalUSBDevice@@UBE?AVPString@@XZ @52703 NONAME ?GetName@OpalVoipBlasterDevice@@UBE?AVPString@@XZ @29772 NONAME ?GetNatTypeName@PSTUNClient@@QAE?AVPString@@H@Z @52704 NONAME ?GetNegLogicalChannelAt@H245NegLogicalChannels@@QAEAAVH245NegLogicalChannel@@H@Z @17421 NONAME ?GetNext@PortInfo@H323EndPoint@@QAEGI@Z @31244 NONAME ?GetNextChannelNumber@H245NegLogicalChannels@@QAE?AVH323ChannelNumber@@XZ @13921 NONAME ?GetNextH450CallIdentityValue@H323EndPoint@@QBEIXZ @52705 NONAME ?GetNextInvokeId@H450xDispatcher@@QBEIXZ @30083 NONAME ?GetNextItem@Item@SourceDescription@RTP_ControlFrame@@QAEPAU123@XZ @17097 NONAME ?GetNextItem@Item@SourceDescription@RTP_ControlFrame@@QBEPBU123@XZ @17098 NONAME ?GetNextPacket@Transmitter@@QAEXPAPAE0AAI1@Z @13922 NONAME ?GetNextSequenceNumber@H323Transactor@@IAEIXZ @35019 NONAME ?GetNextTCPPort@H323EndPoint@@QAEGXZ @30661 NONAME ?GetNextUDPPort@H323EndPoint@@QAEGXZ @30662 NONAME ?GetNoMediaTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @30299 NONAME ?GetNumber@H323Channel@@QBEABVH323ChannelNumber@@XZ @13923 NONAME ?GetOutputFormat@OpalG711ALaw64k_Decoder@@UBE?AVPString@@XZ @51582 NONAME ?GetOutputFormat@OpalG711ALaw64k_Encoder@@UBE?AVPString@@XZ @51583 NONAME ?GetOutputFormat@OpalG711uLaw64k_Decoder@@UBE?AVPString@@XZ @51584 NONAME ?GetOutputFormat@OpalG711uLaw64k_Encoder@@UBE?AVPString@@XZ @51585 NONAME ?GetOutputFormat@OpalPluginCodec@@UBE?AVPString@@XZ @51586 NONAME ?GetOwnerEndPoint@H323TransactionServer@@QBEAAVH323EndPoint@@XZ @35020 NONAME ?GetPacketsTooLate@RTP_JitterBuffer@@QBEKXZ @17154 NONAME ?GetPacketsTooLate@RTP_Session@@QBEKXZ @17155 NONAME ?GetParamVars@PURL@@QBEABVPStringToString@@XZ @37758 NONAME ?GetPassword@H235Authenticator@@UBEABVPString@@XZ @52706 NONAME ?GetPayloadPtr@RTP_ControlFrame@@QBEPAEXZ @13925 NONAME ?GetPayloadPtr@RTP_DataFrame@@QBEPAEXZ @13926 NONAME ?GetPayloadSize@RTP_ControlFrame@@QBEHXZ @13927 NONAME ?GetPayloadSize@RTP_DataFrame@@QBEHXZ @13928 NONAME ?GetPayloadType@H323Capability@@QBE?AW4PayloadTypes@RTP_DataFrame@@XZ @29940 NONAME ?GetPayloadType@OpalMediaFormat@@QBE?AW4PayloadTypes@RTP_DataFrame@@XZ @20618 NONAME ?GetPayloadType@OpalRFC2833@@QBE?AW4PayloadTypes@RTP_DataFrame@@XZ @30257 NONAME ?GetPayloadType@RTP_ControlFrame@@QBEIXZ @13929 NONAME ?GetPayloadType@RTP_DataFrame@@QBE?AW4PayloadTypes@1@XZ @13930 NONAME ?GetPDU@H323RasPDU@@UAEAAVPASN_Object@@XZ @36823 NONAME ?GetPDU@H323RasPDU@@UBEABVPASN_Object@@XZ @35021 NONAME ?GetPDU@H501PDU@@UAEAAVPASN_Object@@XZ @37117 NONAME ?GetPDU@H501PDU@@UBEABVPASN_Object@@XZ @37118 NONAME ?GetPeerElement@H323GatekeeperServer@@QBEPAVH323PeerElement@@XZ @37749 NONAME ?GetPlayVolume@OpalIxJDevice@@UAEHIAAI@Z @17251 NONAME ?GetPlayVolume@OpalLineInterfaceDevice@@UAEHIAAI@Z @17252 NONAME ?GetPlayVolume@OpalUSBDevice@@UAEHIAAI@Z @52707 NONAME ?GetPlayVolume@OpalVoipBlasterDevice@@UAEHIAAI@Z @29773 NONAME ?GetPort@PURL@@QBEGXZ @37759 NONAME ?GetPosition@PWAVFileConverterXLaw@@UBEJABVPWAVFile@@@Z @51265 NONAME ?GetPrefix@H323RegisteredEndPoint@@QBE?AVPString@@H@Z @29388 NONAME ?GetPrefixCount@H323RegisteredEndPoint@@QBEHXZ @29389 NONAME ?GetPriorityOption@H323PeerElementDescriptor@@SAII@Z @39004 NONAME ?GetProgressIndicator@Q931@@QBEHAAIPAI1@Z @30258 NONAME ?GetProtocolList@H323PeerElementDescriptor@@SAIABVH501_ArrayOf_SupportedProtocols@@@Z @37270 NONAME ?GetProtocolName@H323RasPDU@@UBEPBDXZ @37414 NONAME ?GetProtocolName@H501PDU@@UBEPBDXZ @37415 NONAME ?GetProtocolVersion@H323RegisteredEndPoint@@QBEIXZ @31482 NONAME ?GetQ931@H323SignalPDU@@QAEAAVQ931@@XZ @20567 NONAME ?GetQ931@H323SignalPDU@@QBEABVQ931@@XZ @13936 NONAME ?GetRASAddress@H323RegisteredEndPoint@@QBE?AVH323TransportAddress@@H@Z @34815 NONAME ?GetRASAddresses@H323RegisteredEndPoint@@QBEABVH323TransportAddressArray@@XZ @31467 NONAME ?GetRasChannel@H323GatekeeperRequest@@QBEAAVH323GatekeeperListener@@XZ @31232 NONAME ?GetRasRequestRetries@H323EndPoint@@QBEIXZ @13937 NONAME ?GetRasRequestTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @30300 NONAME ?GetReadFormat@OpalIxJDevice@@UAE?AVOpalMediaFormat@@I@Z @20619 NONAME ?GetReadFormat@OpalUSBDevice@@UAE?AVOpalMediaFormat@@I@Z @52708 NONAME ?GetReadFormat@OpalVoipBlasterDevice@@UAE?AVOpalMediaFormat@@I@Z @29774 NONAME ?GetReadFrameSize@OpalIxJDevice@@UAEHI@Z @13941 NONAME ?GetReadFrameSize@OpalUSBDevice@@UAEHI@Z @52709 NONAME ?GetReadFrameSize@OpalVoipBlasterDevice@@UAEHI@Z @29775 NONAME ?GetRealSendUserInputMode@H323Connection@@QBE?AW4SendUserInputModes@1@XZ @30313 NONAME ?GetReceiveHandler@OpalRFC2833@@QBEABVPNotifier@@XZ @29965 NONAME ?GetRecommendedFramesPerPacket@OpalG711ALaw64k_Base@@UBEIXZ @51587 NONAME ?GetRecommendedFramesPerPacket@OpalG711uLaw64k_Base@@UBEIXZ @51588 NONAME ?GetRecommendedFramesPerPacket@OpalPluginCodec@@UBEIXZ @51589 NONAME ?GetRecords@PDNS@@YAHABVPString@@AAVMXRecordList@1@@Z @52710 NONAME ?GetRecords@PDNS@@YAHABVPString@@AAVSRVRecordList@1@@Z @52711 NONAME ?GetRecordVolume@OpalIxJDevice@@UAEHIAAI@Z @17253 NONAME ?GetRecordVolume@OpalLineInterfaceDevice@@UAEHIAAI@Z @17254 NONAME ?GetRecordVolume@OpalUSBDevice@@UAEHIAAI@Z @52712 NONAME ?GetRecordVolume@OpalVoipBlasterDevice@@UAEHIAAI@Z @29776 NONAME ?GetRedirectingNumber@Q931@@QBEHAAVPString@@PAI1111III@Z @29198 NONAME ?GetRegisteredEndPoint@H323GatekeeperRequest@@QAEHXZ @31334 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperARQ@@UBEIXZ @31335 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperBRQ@@UBEIXZ @31336 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperDRQ@@UBEIXZ @31337 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperGRQ@@UBEIXZ @31338 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperIRR@@UBEIXZ @31339 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperLRQ@@UBEIXZ @31340 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperRRQ@@UBEIXZ @31341 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperURQ@@UBEIXZ @31342 NONAME ?GetRegisteredMediaFormats@OpalMediaFormat@@SA?AV?$PList@VOpalMediaFormat@@@@XZ @38325 NONAME ?GetRegisteredMediaFormats@OpalMediaFormat@@SAXAAV?$PList@VOpalMediaFormat@@@@@Z @49695 NONAME ?GetRemoteAddress@H323TransportIP@@UBE?AVH323TransportAddress@@XZ @13944 NONAME ?GetRemoteAddress@H323_ExternalRTPChannel@@QBEHAAVAddress@PIPSocket@@AAG@Z @29646 NONAME ?GetRemoteAddress@RTP_UDP@@QBE?AVAddress@PIPSocket@@XZ @13945 NONAME ?GetRemoteApplication@H323Connection@@QBEABVPString@@XZ @20520 NONAME ?GetRemoteCallIntrusionProtectionLevel@H323Connection@@UAEHABVPString@@I@Z @31211 NONAME ?GetRemoteCallIntrusionProtectionLevel@H45011Handler@@QAEHABVPString@@I@Z @31212 NONAME ?GetRemoteControlPort@RTP_UDP@@QBEGXZ @38251 NONAME ?GetRemoteDataPort@RTP_UDP@@QBEGXZ @13946 NONAME ?GetRemoteId@H235Authenticator@@UBEABVPString@@XZ @52713 NONAME ?GetRemotePartyName@H323Connection@@QBEABVPString@@XZ @13947 NONAME ?GetRemotePartyNumber@H323Connection@@QBEABVPString@@XZ @17180 NONAME ?GetRemoveDTMF@OpalIxJDevice@@UAEHI@Z @13948 NONAME ?GetRemoveDTMF@OpalLineInterfaceDevice@@UAEHI@Z @13949 NONAME ?GetRemoveDTMF@OpalVoipBlasterDevice@@UAEHI@Z @29777 NONAME ?GetReplyAddress@H323Transaction@@QBE?AVH323TransportAddress@@XZ @37661 NONAME ?GetReplyAddresses@H323Transaction@@QBEABVH323TransportAddressArray@@XZ @37662 NONAME ?GetRequestInProgressDelay@H323RasPDU@@UBEIXZ @37416 NONAME ?GetRequestInProgressDelay@H501PDU@@UBEIXZ @37417 NONAME ?GetRequestModeTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @30301 NONAME ?GetRoundTripDelay@H245NegRoundTripDelay@@QBE?AVPTimeInterval@@XZ @13951 NONAME ?GetRoundTripDelay@H323Connection@@QBE?AVPTimeInterval@@XZ @13952 NONAME ?GetRoundTripDelayRate@H323EndPoint@@QBEABVPTimeInterval@@XZ @30302 NONAME ?GetRoundTripDelayTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @30303 NONAME ?GetRtpIpPortBase@H323EndPoint@@QBEGXZ @34884 NONAME ?GetRtpIpPortMax@H323EndPoint@@QBEGXZ @34885 NONAME ?GetRtpIpPortPair@H323EndPoint@@QAEGXZ @30663 NONAME ?GetRtpIpTypeofService@H323EndPoint@@QBEEXZ @17249 NONAME ?GetRTPPayload@OpalG711ALaw64k_Base@@UBEEXZ @51590 NONAME ?GetRTPPayload@OpalG711uLaw64k_Base@@UBEEXZ @51591 NONAME ?GetRTPPayload@OpalPluginCodec@@UBEEXZ @51592 NONAME ?GetRTPPayloadType@H323_RealTimeChannel@@UBE?AW4PayloadTypes@RTP_DataFrame@@XZ @51139 NONAME ?GetRxFramesInPacket@H323AudioCapability@@UBEIXZ @13957 NONAME ?GetRxFramesInPacket@H323Capability@@UBEIXZ @13958 NONAME ?GetSampleRate@OpalG711ALaw64k_Base@@UBEIXZ @51593 NONAME ?GetSampleRate@OpalG711uLaw64k_Base@@UBEIXZ @51594 NONAME ?GetSampleRate@OpalPluginCodec@@UBEIXZ @51595 NONAME ?GetSampleSize@PWAVFileConverterXLaw@@UBEIABVPWAVFile@@@Z @51266 NONAME ?GetSamplesPerFrame@OpalG711ALaw64k_Base@@UBEIXZ @51596 NONAME ?GetSamplesPerFrame@OpalG711uLaw64k_Base@@UBEIXZ @51597 NONAME ?GetSamplesPerFrame@OpalPluginCodec@@UBEIXZ @51598 NONAME ?GetScheme@PURL@@QBEABVPCaselessString@@XZ @37760 NONAME ?GetSDPFormat@OpalG711ALaw64k_Base@@UBE?AVPString@@XZ @51599 NONAME ?GetSDPFormat@OpalG711uLaw64k_Base@@UBE?AVPString@@XZ @51600 NONAME ?GetSDPFormat@OpalPluginCodec@@UBE?AVPString@@XZ @51601 NONAME ?GetSecurityRejectTag@H323GatekeeperARQ@@UBEIXZ @31343 NONAME ?GetSecurityRejectTag@H323GatekeeperBRQ@@UBEIXZ @31344 NONAME ?GetSecurityRejectTag@H323GatekeeperDRQ@@UBEIXZ @31345 NONAME ?GetSecurityRejectTag@H323GatekeeperGRQ@@UBEIXZ @31346 NONAME ?GetSecurityRejectTag@H323GatekeeperIRR@@UBEIXZ @31347 NONAME ?GetSecurityRejectTag@H323GatekeeperLRQ@@UBEIXZ @31348 NONAME ?GetSecurityRejectTag@H323GatekeeperRRQ@@UBEIXZ @31349 NONAME ?GetSecurityRejectTag@H323GatekeeperURQ@@UBEIXZ @31350 NONAME ?GetSendUserInputMode@H323EndPoint@@QBE?AW4SendUserInputModes@H323Connection@@XZ @30314 NONAME ?GetSequenceNumber@H323RasPDU@@UBEIXZ @35023 NONAME ?GetSequenceNumber@H501PDU@@UBEIXZ @37120 NONAME ?GetSequenceNumber@RTP_DataFrame@@QBEGXZ @13959 NONAME ?GetSerialNumber@OpalIxJDevice@@UAEKXZ @17595 NONAME ?GetSerialNumber@OpalVoipBlasterDevice@@UAEKXZ @29778 NONAME ?GetServiceControlType@H323HTTPServiceControl@@UBE?AVPString@@XZ @34105 NONAME ?GetServiceControlType@H323ServiceControlSession@@UBE?AVPString@@XZ @34106 NONAME ?GetSession@H323Connection@@UBEPAVRTP_Session@@I@Z @29567 NONAME ?GetSession@RTP_SessionManager@@QBEPAVRTP_Session@@I@Z @13961 NONAME ?GetSessionCallbacks@H323Connection@@UBEPAVH323_RTP_Session@@I@Z @29568 NONAME ?GetSessionCodecNames@H323Connection@@UBE?AVPString@@I@Z @29569 NONAME ?GetSessionID@H323Channel@@UBEIXZ @13964 NONAME ?GetSessionID@H323DataChannel@@UBEIXZ @30546 NONAME ?GetSessionID@H323_ExternalRTPChannel@@UBEIXZ @29647 NONAME ?GetSessionID@H323_RTPChannel@@UBEIXZ @13965 NONAME ?GetSessionID@RTP_Session@@QBEIXZ @13966 NONAME ?GetSignalAddress@H323RegisteredEndPoint@@QBE?AVH323TransportAddress@@H@Z @28531 NONAME ?GetSignalAddressCount@H323RegisteredEndPoint@@QBEHXZ @28532 NONAME ?GetSignalAddresses@H323RegisteredEndPoint@@QBEABVH323TransportAddressArray@@XZ @37966 NONAME ?GetSignalInfo@Q931@@QBE?AW4SignalInfo@1@XZ @17182 NONAME ?GetSignallingChannel@H323Connection@@QBEPBVH323Transport@@XZ @13967 NONAME ?GetSignallingChannelCallTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @30304 NONAME ?GetSignallingThreadStackSize@H323EndPoint@@QBEHXZ @13969 NONAME ?GetSignallingVersion@H323Connection@@QBEIXZ @31767 NONAME ?GetSilenceDetectionMode@H323AudioCodec@@QBE?AW4SilenceDetectionMode@1@PAHPAI@Z @20914 NONAME ?GetSilenceDetectionMode@H323EndPoint@@QBE?AW4SilenceDetectionMode@H323AudioCodec@@XZ @29344 NONAME ?GetSilenceDuration@H323_RTPChannel@@QBE?AVPTimeInterval@@XZ @30305 NONAME ?GetSize@H245NegLogicalChannels@@QBEHXZ @13970 NONAME ?GetSize@H323Capabilities@@QBEHXZ @17232 NONAME ?GetSize@PASN_Array@@QBEHXZ @13971 NONAME ?GetSize@PASN_BitString@@QBEIXZ @21006 NONAME ?GetSize@PASN_ObjectId@@QBEHXZ @28533 NONAME ?GetSize@PASN_OctetString@@QBEHXZ @13972 NONAME ?GetSoundChannelPlayDevice@H323EndPoint@@QBEABVPString@@XZ @13973 NONAME ?GetSoundChannelPlayDriver@H323EndPoint@@QBEABVPString@@XZ @51602 NONAME ?GetSoundChannelRecordDevice@H323EndPoint@@QBEABVPString@@XZ @13974 NONAME ?GetSoundChannelRecordDriver@H323EndPoint@@QBEABVPString@@XZ @51603 NONAME ?GetSourceAddress@H323GatekeeperCall@@QBE?AVPString@@XZ @30041 NONAME ?GetSourceAliases@H323SignalPDU@@QBE?AVPString@@PBVH323Transport@@@Z @27612 NONAME ?GetSourceE164@H323SignalPDU@@QBEHAAVPString@@@Z @21927 NONAME ?GetState@H4502Handler@@QBE?AW4State@1@XZ @29032 NONAME ?GetState@H4504Handler@@QBE?AW4State@1@XZ @29033 NONAME ?GetSTUN@H323EndPoint@@QBEPAVPSTUNClient@@ABVAddress@PIPSocket@@@Z @34879 NONAME ?GetSubType@G7231_File_Capability@@UBEIXZ @31108 NONAME ?GetSubType@H323GenericAudioCapability@@UBEIXZ @52714 NONAME ?GetSubType@H323GenericVideoCapability@@UBEIXZ @52715 NONAME ?GetSubType@H323NonStandardAudioCapability@@UBEIXZ @13975 NONAME ?GetSubType@H323NonStandardDataCapability@@UBEIXZ @13976 NONAME ?GetSubType@H323NonStandardVideoCapability@@UBEIXZ @13977 NONAME ?GetSubType@H323PluginCapability@@UBEIXZ @47936 NONAME ?GetSubType@H323_G711Capability@@UBEIXZ @13979 NONAME ?GetSubType@H323_H261Capability@@UBEIXZ @13981 NONAME ?GetSubType@H323_LIDCapability@@UBEIXZ @13982 NONAME ?GetSubType@H323_T120Capability@@UBEIXZ @13983 NONAME ?GetSubType@H323_T38Capability@@UBEIXZ @28263 NONAME ?GetSubType@H323_UserInputCapability@@UBEIXZ @13984 NONAME ?GetSyncSource@RTP_DataFrame@@QBEKXZ @13985 NONAME ?GetSyncSourceOut@RTP_Session@@QBEKXZ @13986 NONAME ?GetTag@PASN_Object@@QBEIXZ @13987 NONAME ?GetTCPPortBase@H323EndPoint@@QBEGXZ @20478 NONAME ?GetTCPPortMax@H323EndPoint@@QBEGXZ @20479 NONAME ?GetTerminalType@H323EndPoint@@QBE?AW4TerminalTypes@1@XZ @13988 NONAME ?GetTimestamp@OpalRFC2833Info@@QBEIXZ @29941 NONAME ?GetTimestamp@RTP_DataFrame@@QBEKXZ @13989 NONAME ?GetTimestampGracePeriod@H235Authenticator@@UBEHXZ @52716 NONAME ?GetTimeToLive@H323GatekeeperServer@@QBEIXZ @28534 NONAME ?GetTimeUnits@OpalMediaFormat@@QBEIXZ @20622 NONAME ?GetTone@OpalRFC2833Info@@QBEDXZ @29942 NONAME ?GetToolName@RTP_Session@@QBE?AVPString@@XZ @31764 NONAME ?GetTransmitHandler@OpalRFC2833@@QBEABVPNotifier@@XZ @29966 NONAME ?GetTransport@H323Transactor@@QBEAAVH323Transport@@XZ @35025 NONAME ?GetTransport@OpalT38Protocol@@QBEPAVH323Transport@@XZ @30225 NONAME ?GetTransportAddress@H323ListenerTCP@@UBE?AVH323TransportAddress@@XZ @20973 NONAME ?GetTxFramesInPacket@H323AudioCapability@@UBEIXZ @13993 NONAME ?GetTxFramesInPacket@H323Capability@@UBEIXZ @13994 NONAME ?GetTxQualityLevel@H323AudioCodec@@UAEHH@Z @52717 NONAME ?GetTxQualityLevel@H323PluginFramedAudioCodec@@UBEHXZ @52718 NONAME ?GetTxQualityLevel@H323StreamedPluginAudioCodec@@UBEHXZ @52719 NONAME ?GetUDPPortBase@H323EndPoint@@QBEGXZ @30664 NONAME ?GetUDPPortMax@H323EndPoint@@QBEGXZ @30665 NONAME ?GetUserData@RTP_Session@@QBEPAVRTP_UserData@@XZ @13995 NONAME ?GetUserNameA@PURL@@QBEABVPString@@XZ @37761 NONAME ?GetUsersPassword@H323GatekeeperServer@@UBEHABVPString@@AAV2@@Z @28884 NONAME ?GetUsersPassword@H323GatekeeperServer@@UBEHABVPString@@AAV2@AAVH323RegisteredEndPoint@@@Z @49648 NONAME ?GetUUIEsRequested@H323Connection@@QBEIXZ @29175 NONAME ?GetVAD@OpalIxJDevice@@UAEHI@Z @17640 NONAME ?GetVAD@OpalLineInterfaceDevice@@UAEHI@Z @17641 NONAME ?GetVAD@OpalVoipBlasterDevice@@UAEHI@Z @29779 NONAME ?GetValue@PASN_BMPString@@QBE?AVPString@@XZ @31666 NONAME ?GetValue@PASN_ConstrainedString@@QBEABVPString@@XZ @17099 NONAME ?GetValue@PASN_Integer@@QBEIXZ @21007 NONAME ?GetValue@PASN_ObjectId@@QBEABV?$PScalarArray@I@@XZ @38303 NONAME ?GetValue@PASN_OctetString@@QBEABVPBYTEArray@@XZ @13996 NONAME ?GetVersion@RTP_DataFrame@@QBEIXZ @13997 NONAME ?GetWinkDuration@OpalIxJDevice@@UAEII@Z @38018 NONAME ?GetWinkDuration@OpalLineInterfaceDevice@@UAEII@Z @38019 NONAME ?GetWriteFormat@OpalIxJDevice@@UAE?AVOpalMediaFormat@@I@Z @20623 NONAME ?GetWriteFormat@OpalUSBDevice@@UAE?AVOpalMediaFormat@@I@Z @52720 NONAME ?GetWriteFormat@OpalVoipBlasterDevice@@UAE?AVOpalMediaFormat@@I@Z @29780 NONAME ?GetWriteFrameSize@OpalIxJDevice@@UAEHI@Z @13999 NONAME ?GetWriteFrameSize@OpalUSBDevice@@UAEHI@Z @52721 NONAME ?GetWriteFrameSize@OpalVoipBlasterDevice@@UAEHI@Z @29781 NONAME ?h235AuthLoader@PWLibStupidLinkerHacks@@3HA @52722 NONAME ?h235AuthProcedure1Loader@PWLibStupidLinkerHacks@@3HA @52723 NONAME ?h261Loader@PWLibStupidLinkerHacks@@3HA @51604 NONAME ?H323GetAliasAddressE164@@YA?AVPString@@ABVH225_AliasAddress@@@Z @29550 NONAME ?H323GetAliasAddressE164@@YA?AVPString@@ABVH225_ArrayOf_AliasAddress@@@Z @29551 NONAME ?H323GetAliasAddressString@@YA?AVPString@@ABVH225_AliasAddress@@@Z @14004 NONAME ?H323GetAliasAddressStrings@@YA?AVPStringArray@@ABVH225_ArrayOf_AliasAddress@@@Z @37663 NONAME ?H323GetApplicationInfo@@YA?AVPString@@ABVH225_VendorIdentifier@@@Z @30519 NONAME ?H323GetInterfaceAddresses@@YA?AVH323TransportAddressArray@@ABV?$PList@VH323Listener@@@@HPAVH323Transport@@@Z @37983 NONAME ?H323GetInterfaceAddresses@@YA?AVH323TransportAddressArray@@ABVH323TransportAddress@@HPAVH323Transport@@@Z @37984 NONAME ?h323Loader@PWLibStupidLinkerHacks@@3HA @52724 NONAME ?H323SetAliasAddress@@YAXABVH323TransportAddress@@AAVH225_AliasAddress@@@Z @37985 NONAME ?H323SetAliasAddress@@YAXABVPString@@AAVH225_AliasAddress@@H@Z @30260 NONAME ?H323SetAliasAddresses@@YAXABVH323TransportAddressArray@@AAVH225_ArrayOf_AliasAddress@@@Z @37986 NONAME ?H323SetAliasAddresses@@YAXABVPStringArray@@AAVH225_ArrayOf_AliasAddress@@H@Z @37987 NONAME ?H323SetAliasAddresses@@YAXABVPStringList@@AAVH225_ArrayOf_AliasAddress@@H@Z @37988 NONAME ?H323SetTransportAddresses@@YAXABVH323Transport@@ABVH323TransportAddressArray@@AAVH225_ArrayOf_TransportAddress@@@Z @37989 NONAME ?H323TraceDumpPDU@@YAXPBDHABVPBYTEArray@@ABVPASN_Object@@ABVPASN_Choice@@IABVH323TransportAddress@@4@Z @52725 NONAME ?H323TranslateFromCallEndReason@@YA?AW4CauseValues@Q931@@ABVH323Connection@@AAVH225_ReleaseCompleteReason@@@Z @29548 NONAME ?H323TranslateFromCallEndReason@@YA?AW4CauseValues@Q931@@W4CallEndReason@H323Connection@@AAVH225_ReleaseCompleteReason@@@Z @52726 NONAME ?H323TranslateToCallEndReason@@YA?AW4CallEndReason@H323Connection@@W4CauseValues@Q931@@ABVH225_ReleaseCompleteReason@@@Z @29549 NONAME ?HadAnsweredCall@H323Connection@@QBEHXZ @14007 NONAME ?HandleAck@H245NegMasterSlaveDetermination@@QAEHABVH245_MasterSlaveDeterminationAck@@@Z @14008 NONAME ?HandleAck@H245NegRequestMode@@UAEHABVH245_RequestModeAck@@@Z @29593 NONAME ?HandleAck@H245NegTerminalCapabilitySet@@QAEHABVH245_TerminalCapabilitySetAck@@@Z @14010 NONAME ?HandleCallTransferFailure@H323Connection@@UAEXH@Z @30684 NONAME ?HandleCallTransferFailure@H4502Handler@@QAEXH@Z @29698 NONAME ?HandleChannel@H323_T120Channel@@UAEXXZ @30023 NONAME ?HandleClose@H245NegLogicalChannel@@UAEHABVH245_CloseLogicalChannel@@@Z @29118 NONAME ?HandleClose@H245NegLogicalChannels@@UAEHABVH245_CloseLogicalChannel@@@Z @29119 NONAME ?HandleCloseAck@H245NegLogicalChannel@@UAEHABVH245_CloseLogicalChannelAck@@@Z @29120 NONAME ?HandleCloseAck@H245NegLogicalChannels@@UAEHABVH245_CloseLogicalChannelAck@@@Z @29121 NONAME ?HandleConnect@OpalT120Protocol@@UAEHABVMCS_ConnectMCSPDU@@@Z @28264 NONAME ?HandleConsultationTransfer@H323Connection@@UAEXABVPString@@AAV1@@Z @30685 NONAME ?HandleConsultationTransfer@H4502Handler@@QAEXABVPString@@AAVH323Connection@@@Z @30086 NONAME ?HandleControlChannel@H323Connection@@UAEXXZ @14015 NONAME ?HandleControlData@H323Connection@@UAEHAAVPPER_Stream@@@Z @14016 NONAME ?HandleControlPDU@H323Connection@@UAEHABVH323ControlPDU@@@Z @14017 NONAME ?HandleDomain@OpalT120Protocol@@UAEHABVMCS_DomainMCSPDU@@@Z @28265 NONAME ?HandleFastStartAcknowledge@H323Connection@@UAEHABVH225_ArrayOf_PASN_OctetString@@@Z @14018 NONAME ?HandleFirstSignallingChannelPDU@H323Transport@@QAEHXZ @28266 NONAME ?HandleIncoming@H245NegMasterSlaveDetermination@@QAEHABVH245_MasterSlaveDetermination@@@Z @14020 NONAME ?HandleIncoming@H245NegTerminalCapabilitySet@@QAEHABVH245_TerminalCapabilitySet@@@Z @14021 NONAME ?HandleIntrudeCall@H323Connection@@UAEXABVPString@@0@Z @30754 NONAME ?HandleOpen@H245NegLogicalChannel@@UAEHABVH245_OpenLogicalChannel@@@Z @29122 NONAME ?HandleOpen@H245NegLogicalChannels@@UAEHABVH245_OpenLogicalChannel@@@Z @29123 NONAME ?HandleOpenAck@H245NegLogicalChannel@@UAEHABVH245_OpenLogicalChannelAck@@@Z @29124 NONAME ?HandleOpenAck@H245NegLogicalChannels@@UAEHABVH245_OpenLogicalChannelAck@@@Z @29125 NONAME ?HandleOpenConfirm@H245NegLogicalChannel@@UAEHABVH245_OpenLogicalChannelConfirm@@@Z @29126 NONAME ?HandleOpenConfirm@H245NegLogicalChannels@@UAEHABVH245_OpenLogicalChannelConfirm@@@Z @29127 NONAME ?HandlePacket@OpalT38Protocol@@UAEHABVT38_IFPPacket@@@Z @28268 NONAME ?HandlePacketLost@OpalT38Protocol@@UAEHI@Z @29353 NONAME ?HandlePDU@H323Transaction@@QAEHXZ @37664 NONAME ?HandlePDU@H450xDispatcher@@UAEHABVH323SignalPDU@@@Z @30755 NONAME ?HandleRawIFP@OpalT38Protocol@@IAEHABVPASN_OctetString@@@Z @34547 NONAME ?HandleReject@H245NegLogicalChannel@@UAEHABVH245_OpenLogicalChannelReject@@@Z @29128 NONAME ?HandleReject@H245NegLogicalChannels@@UAEHABVH245_OpenLogicalChannelReject@@@Z @29129 NONAME ?HandleReject@H245NegMasterSlaveDetermination@@QAEHABVH245_MasterSlaveDeterminationReject@@@Z @14032 NONAME ?HandleReject@H245NegRequestMode@@UAEHABVH245_RequestModeReject@@@Z @29594 NONAME ?HandleReject@H245NegTerminalCapabilitySet@@QAEHABVH245_TerminalCapabilitySetReject@@@Z @14034 NONAME ?HandleRelease@H245NegMasterSlaveDetermination@@QAEHABVH245_MasterSlaveDeterminationRelease@@@Z @14035 NONAME ?HandleRelease@H245NegRequestMode@@UAEHABVH245_RequestModeRelease@@@Z @29595 NONAME ?HandleRelease@H245NegTerminalCapabilitySet@@QAEHABVH245_TerminalCapabilitySetRelease@@@Z @14037 NONAME ?HandleRequest@H245NegRequestMode@@UAEHABVH245_RequestMode@@@Z @29596 NONAME ?HandleRequest@H245NegRoundTripDelay@@QAEHABVH245_RoundTripDelayRequest@@@Z @14039 NONAME ?HandleRequestClose@H245NegLogicalChannel@@UAEHABVH245_RequestChannelClose@@@Z @29130 NONAME ?HandleRequestClose@H245NegLogicalChannels@@UAEHABVH245_RequestChannelClose@@@Z @29131 NONAME ?HandleRequestCloseAck@H245NegLogicalChannel@@UAEHABVH245_RequestChannelCloseAck@@@Z @29132 NONAME ?HandleRequestCloseAck@H245NegLogicalChannels@@UAEHABVH245_RequestChannelCloseAck@@@Z @29133 NONAME ?HandleRequestCloseReject@H245NegLogicalChannel@@UAEHABVH245_RequestChannelCloseReject@@@Z @29134 NONAME ?HandleRequestCloseReject@H245NegLogicalChannels@@UAEHABVH245_RequestChannelCloseReject@@@Z @29135 NONAME ?HandleRequestCloseRelease@H245NegLogicalChannel@@UAEHABVH245_RequestChannelCloseRelease@@@Z @29136 NONAME ?HandleRequestCloseRelease@H245NegLogicalChannels@@UAEHABVH245_RequestChannelCloseRelease@@@Z @29137 NONAME ?HandleRequestInProgress@H323Transactor@@IAEHABVH323TransactionPDU@@I@Z @37418 NONAME ?HandleResponse@H245NegRoundTripDelay@@QAEHABVH245_RoundTripDelayResponse@@@Z @14048 NONAME ?HandleServiceRequest@H323PeerElement@@IAE?AW4Response@H323Transaction@@AAVH501ServiceRequest@@@Z @38115 NONAME ?HandleSignallingChannel@H323Connection@@UAEXXZ @30686 NONAME ?HandleSignalPDU@H323Connection@@UAEHAAVH323SignalPDU@@@Z @14050 NONAME ?HandleStatus@OpalVoipBlasterDevice@@IAEXH@Z @38304 NONAME ?HandleTimeout@H245NegLogicalChannel@@UAEXAAVPTimer@@H@Z @14051 NONAME ?HandleTimeout@H245NegMasterSlaveDetermination@@UAEXAAVPTimer@@H@Z @14052 NONAME ?HandleTimeout@H245Negotiator@@MAEXAAVPTimer@@H@Z @14053 NONAME ?HandleTimeout@H245NegRequestMode@@UAEXAAVPTimer@@H@Z @14054 NONAME ?HandleTimeout@H245NegRoundTripDelay@@UAEXAAVPTimer@@H@Z @14055 NONAME ?HandleTimeout@H245NegTerminalCapabilitySet@@UAEXAAVPTimer@@H@Z @14056 NONAME ?HandleTransaction@H225_RAS@@UAEHABVPASN_Object@@@Z @37419 NONAME ?HandleTransaction@H323_AnnexG@@UAEHABVPASN_Object@@@Z @37420 NONAME ?HandleTransactions@H323Transactor@@MAEXAAVPThread@@H@Z @37421 NONAME ?HandleTransferCall@H323Connection@@UAEXABVPString@@0@Z @30687 NONAME ?HandleTunnelPDU@H323Connection@@UAEXPAVH323SignalPDU@@@Z @29885 NONAME ?HasAvailDevice@HIDDevices@@QAEHXZ @52727 NONAME ?HasConnection@H323EndPoint@@UAEHABVPString@@@Z @14058 NONAME ?HashFunction@H323ChannelNumber@@UBEHXZ @14060 NONAME ?HashFunction@OpalGloballyUniqueID@@UBEHXZ @20705 NONAME ?HasHookFlash@OpalIxJDevice@@UAEHI@Z @17632 NONAME ?HasHookFlash@OpalLineInterfaceDevice@@UAEHI@Z @17633 NONAME ?HasHookFlash@OpalVoipBlasterDevice@@UAEHI@Z @29782 NONAME ?HasIE@Q931@@QBEHW4InformationElementCodes@1@@Z @17417 NONAME ?HasReceivedCapabilities@H245NegTerminalCapabilitySet@@QBEHXZ @14061 NONAME ?HasSentCapabilities@H245NegTerminalCapabilitySet@@QBEHXZ @14062 NONAME ?height@P64Decoder@@QBEHXZ @14064 NONAME ?HoldCall@H323Connection@@QAEXH@Z @22501 NONAME ?HoldCall@H323EndPoint@@QAEXABVPString@@H@Z @22502 NONAME ?HoldCall@H4504Handler@@QAEXH@Z @29036 NONAME ?HookFlash@OpalLineInterfaceDevice@@UAEHII@Z @14065 NONAME ?In@RTP_JitterBufferAnalyser@@QAEXKIPBD@Z @17147 NONAME ?IncEncodeAndGetPacket@H261PixelEncoder@@QAEXPAEAAI@Z @30261 NONAME ?IncEncodeAndGetPacket@P64Encoder@@QAEXPAEAAI@Z @30262 NONAME ?IncrementReference@RTP_Session@@QAEXXZ @14066 NONAME ?InfoRequest@H323GatekeeperListener@@UAEHAAVH323RegisteredEndPoint@@PAVH323GatekeeperCall@@@Z @31233 NONAME ?InfoRequestResponse@H323Gatekeeper@@QAEXABVH323Connection@@@Z @30574 NONAME ?InfoRequestResponse@H323Gatekeeper@@QAEXABVH323Connection@@ABVH225_H323_UU_PDU@@H@Z @29176 NONAME ?InfoRequestResponse@H323Gatekeeper@@QAEXXZ @30575 NONAME ?init@P64Decoder@@IAEXXZ @14068 NONAME ?inithuff@P64Decoder@@IAEXXZ @14069 NONAME ?initquant@P64Decoder@@IAEXXZ @14070 NONAME ?insert@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@std@@QAE?AU?$pair@Viterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@_N@2@ABU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@Z @51267 NONAME ?insert@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@@Z @52728 NONAME ?insert@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@@Z @51028 NONAME ?insert@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@@Z @51607 NONAME ?insert@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@2@@Z @52729 NONAME ?insert@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@@Z @51029 NONAME ?insert@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@2@@Z @51030 NONAME ?insert@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAEPAULookupRecord@@PAU3@ABU3@@Z @52730 NONAME ?insert@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAEXPAULookupRecord@@IABU3@@Z @52731 NONAME ?insert@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAE?AU?$pair@Viterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@_N@2@ABU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@Z @51268 NONAME ?insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@@Z @52732 NONAME ?insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@@Z @51031 NONAME ?insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@@Z @51608 NONAME ?insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@2@@Z @52733 NONAME ?insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@@Z @51032 NONAME ?insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@2@@Z @51033 NONAME ?InternalCreateGatekeeper@H323EndPoint@@IAEPAVH323Gatekeeper@@PAVH323Transport@@@Z @17510 NONAME ?InternalEndSessionCheck@H323Connection@@IAEHAAVPPER_Stream@@@Z @30792 NONAME ?InternalEstablishedConnectionCheck@H323Connection@@MAEXXZ @30681 NONAME ?InternalIsDescendant@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBEHPBD@Z @47938 NONAME ?InternalIsDescendant@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBEHPBD@Z @47939 NONAME ?InternalIsDescendant@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBEHPBD@Z @47940 NONAME ?InternalIsDescendant@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBEHPBD@Z @47941 NONAME ?InternalIsDescendant@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBEHPBD@Z @47942 NONAME ?InternalIsDescendant@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBEHPBD@Z @47943 NONAME ?InternalIsDescendant@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBEHPBD@Z @47944 NONAME ?InternalIsDescendant@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBEHPBD@Z @47945 NONAME ?InternalIsDescendant@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBEHPBD@Z @47946 NONAME ?InternalIsDescendant@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBEHPBD@Z @47947 NONAME ?InternalIsDescendant@?$PArray@V?$PList@VH323Capability@@@@@@UBEHPBD@Z @47948 NONAME ?InternalIsDescendant@?$PArray@VH323SimultaneousCapabilities@@@@UBEHPBD@Z @47949 NONAME ?InternalIsDescendant@?$PArray@VH323TransportAddress@@@@UBEHPBD@Z @47950 NONAME ?InternalIsDescendant@?$PArray@VReceiverReport@RTP_Session@@@@UBEHPBD@Z @47951 NONAME ?InternalIsDescendant@?$PArray@VSourceDescription@RTP_Session@@@@UBEHPBD@Z @47952 NONAME ?InternalIsDescendant@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UBEHPBD@Z @47953 NONAME ?InternalIsDescendant@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UBEHPBD@Z @47954 NONAME ?InternalIsDescendant@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UBEHPBD@Z @47955 NONAME ?InternalIsDescendant@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UBEHPBD@Z @47956 NONAME ?InternalIsDescendant@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UBEHPBD@Z @47957 NONAME ?InternalIsDescendant@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UBEHPBD@Z @47958 NONAME ?InternalIsDescendant@?$PDictionary@VPString@@VH323Connection@@@@UBEHPBD@Z @47959 NONAME ?InternalIsDescendant@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UBEHPBD@Z @47960 NONAME ?InternalIsDescendant@?$PDictionary@VPString@@VPOrdinalKey@@@@UBEHPBD@Z @47961 NONAME ?InternalIsDescendant@?$PList@VH235Authenticator@@@@UBEHPBD@Z @47962 NONAME ?InternalIsDescendant@?$PList@VH245_GenericParameter@@@@UBEHPBD@Z @52734 NONAME ?InternalIsDescendant@?$PList@VH323Capability@@@@UBEHPBD@Z @47964 NONAME ?InternalIsDescendant@?$PList@VH323Channel@@@@UBEHPBD@Z @47965 NONAME ?InternalIsDescendant@?$PList@VH323GatekeeperListener@@@@UBEHPBD@Z @47966 NONAME ?InternalIsDescendant@?$PList@VH323Listener@@@@UBEHPBD@Z @47967 NONAME ?InternalIsDescendant@?$PList@VH323Transactor@@@@UBEHPBD@Z @47968 NONAME ?InternalIsDescendant@?$PList@VH450xHandler@@@@UBEHPBD@Z @47969 NONAME ?InternalIsDescendant@?$PList@VOpalMediaFormat@@@@UBEHPBD@Z @47971 NONAME ?InternalIsDescendant@?$PList@VPBYTEArray@@@@UBEHPBD@Z @47972 NONAME ?InternalIsDescendant@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UBEHPBD@Z @47973 NONAME ?InternalIsDescendant@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UBEHPBD@Z @47974 NONAME ?InternalIsDescendant@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UBEHPBD@Z @47975 NONAME ?InternalIsDescendant@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UBEHPBD@Z @47976 NONAME ?InternalIsDescendant@?$PSafePtr@VH323GatekeeperCall@@@@UBEHPBD@Z @47977 NONAME ?InternalIsDescendant@?$PSafePtr@VH323PeerElementDescriptor@@@@UBEHPBD@Z @47978 NONAME ?InternalIsDescendant@?$PSafePtr@VH323PeerElementServiceRelationship@@@@UBEHPBD@Z @47979 NONAME ?InternalIsDescendant@?$PSafePtr@VH323RegisteredEndPoint@@@@UBEHPBD@Z @47980 NONAME ?InternalIsDescendant@?$PSet@VPOrdinalKey@@@@UBEHPBD@Z @47981 NONAME ?InternalIsDescendant@?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@UBEHPBD@Z @47982 NONAME ?InternalIsDescendant@?$PSortedList@VH225_AliasAddress@@@@UBEHPBD@Z @47983 NONAME ?InternalIsDescendant@?$PSortedList@VH323GatekeeperCall@@@@UBEHPBD@Z @47984 NONAME ?InternalIsDescendant@?$PSortedList@VH323PeerElementDescriptor@@@@UBEHPBD@Z @47985 NONAME ?InternalIsDescendant@?$PSortedList@VH323PeerElementServiceRelationship@@@@UBEHPBD@Z @47986 NONAME ?InternalIsDescendant@?$PSortedList@VMXRecord@PDNS@@@@UBEHPBD@Z @52735 NONAME ?InternalIsDescendant@?$PSortedList@VResponse@H323Transactor@@@@UBEHPBD@Z @47987 NONAME ?InternalIsDescendant@?$PSortedList@VSRVRecord@PDNS@@@@UBEHPBD@Z @52736 NONAME ?InternalIsDescendant@AlternateInfo@H323Gatekeeper@@UBEHPBD@Z @47988 NONAME ?InternalIsDescendant@ByteQueue@OpalVoipBlasterDevice@@UBEHPBD@Z @47989 NONAME ?InternalIsDescendant@FilterInfo@H323Codec@@UBEHPBD@Z @47991 NONAME ?InternalIsDescendant@G7231_File_Capability@@UBEHPBD@Z @47992 NONAME ?InternalIsDescendant@G7231_File_Codec@@UBEHPBD@Z @47993 NONAME ?InternalIsDescendant@GCC_AlternativeNodeID@@UBEHPBD@Z @47994 NONAME ?InternalIsDescendant@GCC_ApplicationInvokeIndication@@UBEHPBD@Z @47995 NONAME ?InternalIsDescendant@GCC_ApplicationInvokeSpecifier@@UBEHPBD@Z @47996 NONAME ?InternalIsDescendant@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@UBEHPBD@Z @47997 NONAME ?InternalIsDescendant@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBEHPBD@Z @47998 NONAME ?InternalIsDescendant@GCC_ApplicationRecord@@UBEHPBD@Z @47999 NONAME ?InternalIsDescendant@GCC_ApplicationRecord_nonCollapsingCapabilities@@UBEHPBD@Z @48000 NONAME ?InternalIsDescendant@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBEHPBD@Z @48001 NONAME ?InternalIsDescendant@GCC_ArrayOf_ApplicationInvokeSpecifier@@UBEHPBD@Z @48002 NONAME ?InternalIsDescendant@GCC_ArrayOf_ChallengeItem@@UBEHPBD@Z @48003 NONAME ?InternalIsDescendant@GCC_ArrayOf_ConferenceDescriptor@@UBEHPBD@Z @48004 NONAME ?InternalIsDescendant@GCC_ArrayOf_Privilege@@UBEHPBD@Z @48005 NONAME ?InternalIsDescendant@GCC_ArrayOf_TextString@@UBEHPBD@Z @48006 NONAME ?InternalIsDescendant@GCC_ArrayOf_UserID@@UBEHPBD@Z @48007 NONAME ?InternalIsDescendant@GCC_AsymmetryIndicator@@UBEHPBD@Z @48008 NONAME ?InternalIsDescendant@GCC_CapabilityClass@@UBEHPBD@Z @48009 NONAME ?InternalIsDescendant@GCC_CapabilityID@@UBEHPBD@Z @48010 NONAME ?InternalIsDescendant@GCC_ChallengeItem@@UBEHPBD@Z @48011 NONAME ?InternalIsDescendant@GCC_ChallengeRequest@@UBEHPBD@Z @48012 NONAME ?InternalIsDescendant@GCC_ChallengeResponse@@UBEHPBD@Z @48013 NONAME ?InternalIsDescendant@GCC_ChallengeResponseAlgorithm@@UBEHPBD@Z @48014 NONAME ?InternalIsDescendant@GCC_ChallengeResponseItem@@UBEHPBD@Z @48015 NONAME ?InternalIsDescendant@GCC_ChannelID@@UBEHPBD@Z @48016 NONAME ?InternalIsDescendant@GCC_ChannelType@@UBEHPBD@Z @48017 NONAME ?InternalIsDescendant@GCC_ConductorAssignIndication@@UBEHPBD@Z @48018 NONAME ?InternalIsDescendant@GCC_ConductorPermissionAskIndication@@UBEHPBD@Z @48019 NONAME ?InternalIsDescendant@GCC_ConductorPermissionGrantIndication@@UBEHPBD@Z @48020 NONAME ?InternalIsDescendant@GCC_ConductorReleaseIndication@@UBEHPBD@Z @48021 NONAME ?InternalIsDescendant@GCC_ConferenceAddRequest@@UBEHPBD@Z @48022 NONAME ?InternalIsDescendant@GCC_ConferenceAddResponse@@UBEHPBD@Z @48023 NONAME ?InternalIsDescendant@GCC_ConferenceAddResponse_result@@UBEHPBD@Z @48024 NONAME ?InternalIsDescendant@GCC_ConferenceAssistanceIndication@@UBEHPBD@Z @48025 NONAME ?InternalIsDescendant@GCC_ConferenceCreateRequest@@UBEHPBD@Z @48026 NONAME ?InternalIsDescendant@GCC_ConferenceCreateResponse@@UBEHPBD@Z @48027 NONAME ?InternalIsDescendant@GCC_ConferenceCreateResponse_result@@UBEHPBD@Z @48028 NONAME ?InternalIsDescendant@GCC_ConferenceDescriptor@@UBEHPBD@Z @48029 NONAME ?InternalIsDescendant@GCC_ConferenceEjectUserIndication@@UBEHPBD@Z @48030 NONAME ?InternalIsDescendant@GCC_ConferenceEjectUserIndication_reason@@UBEHPBD@Z @48031 NONAME ?InternalIsDescendant@GCC_ConferenceEjectUserRequest@@UBEHPBD@Z @48032 NONAME ?InternalIsDescendant@GCC_ConferenceEjectUserRequest_reason@@UBEHPBD@Z @48033 NONAME ?InternalIsDescendant@GCC_ConferenceEjectUserResponse@@UBEHPBD@Z @48034 NONAME ?InternalIsDescendant@GCC_ConferenceEjectUserResponse_result@@UBEHPBD@Z @48035 NONAME ?InternalIsDescendant@GCC_ConferenceInviteRequest@@UBEHPBD@Z @48036 NONAME ?InternalIsDescendant@GCC_ConferenceInviteResponse@@UBEHPBD@Z @48037 NONAME ?InternalIsDescendant@GCC_ConferenceInviteResponse_result@@UBEHPBD@Z @48038 NONAME ?InternalIsDescendant@GCC_ConferenceJoinRequest@@UBEHPBD@Z @48039 NONAME ?InternalIsDescendant@GCC_ConferenceJoinResponse@@UBEHPBD@Z @48040 NONAME ?InternalIsDescendant@GCC_ConferenceJoinResponse_result@@UBEHPBD@Z @48041 NONAME ?InternalIsDescendant@GCC_ConferenceLockIndication@@UBEHPBD@Z @48042 NONAME ?InternalIsDescendant@GCC_ConferenceLockRequest@@UBEHPBD@Z @48043 NONAME ?InternalIsDescendant@GCC_ConferenceLockResponse@@UBEHPBD@Z @48044 NONAME ?InternalIsDescendant@GCC_ConferenceLockResponse_result@@UBEHPBD@Z @48045 NONAME ?InternalIsDescendant@GCC_ConferenceName@@UBEHPBD@Z @48046 NONAME ?InternalIsDescendant@GCC_ConferenceNameModifier@@UBEHPBD@Z @48047 NONAME ?InternalIsDescendant@GCC_ConferenceNameSelector@@UBEHPBD@Z @48048 NONAME ?InternalIsDescendant@GCC_ConferencePriority@@UBEHPBD@Z @48049 NONAME ?InternalIsDescendant@GCC_ConferencePriorityScheme@@UBEHPBD@Z @48050 NONAME ?InternalIsDescendant@GCC_ConferenceQueryRequest@@UBEHPBD@Z @48051 NONAME ?InternalIsDescendant@GCC_ConferenceQueryResponse@@UBEHPBD@Z @48052 NONAME ?InternalIsDescendant@GCC_ConferenceQueryResponse_result@@UBEHPBD@Z @48053 NONAME ?InternalIsDescendant@GCC_ConferenceTerminateIndication@@UBEHPBD@Z @48054 NONAME ?InternalIsDescendant@GCC_ConferenceTerminateIndication_reason@@UBEHPBD@Z @48055 NONAME ?InternalIsDescendant@GCC_ConferenceTerminateRequest@@UBEHPBD@Z @48056 NONAME ?InternalIsDescendant@GCC_ConferenceTerminateRequest_reason@@UBEHPBD@Z @48057 NONAME ?InternalIsDescendant@GCC_ConferenceTerminateResponse@@UBEHPBD@Z @48058 NONAME ?InternalIsDescendant@GCC_ConferenceTerminateResponse_result@@UBEHPBD@Z @48059 NONAME ?InternalIsDescendant@GCC_ConferenceTimeExtendIndication@@UBEHPBD@Z @48060 NONAME ?InternalIsDescendant@GCC_ConferenceTimeInquireIndication@@UBEHPBD@Z @48061 NONAME ?InternalIsDescendant@GCC_ConferenceTimeRemainingIndication@@UBEHPBD@Z @48062 NONAME ?InternalIsDescendant@GCC_ConferenceTransferIndication@@UBEHPBD@Z @48063 NONAME ?InternalIsDescendant@GCC_ConferenceTransferRequest@@UBEHPBD@Z @48064 NONAME ?InternalIsDescendant@GCC_ConferenceTransferResponse@@UBEHPBD@Z @48065 NONAME ?InternalIsDescendant@GCC_ConferenceTransferResponse_result@@UBEHPBD@Z @48066 NONAME ?InternalIsDescendant@GCC_ConferenceUnlockIndication@@UBEHPBD@Z @48067 NONAME ?InternalIsDescendant@GCC_ConferenceUnlockRequest@@UBEHPBD@Z @48068 NONAME ?InternalIsDescendant@GCC_ConferenceUnlockResponse@@UBEHPBD@Z @48069 NONAME ?InternalIsDescendant@GCC_ConferenceUnlockResponse_result@@UBEHPBD@Z @48070 NONAME ?InternalIsDescendant@GCC_ConnectData@@UBEHPBD@Z @48071 NONAME ?InternalIsDescendant@GCC_ConnectGCCPDU@@UBEHPBD@Z @48072 NONAME ?InternalIsDescendant@GCC_DialingString@@UBEHPBD@Z @48073 NONAME ?InternalIsDescendant@GCC_DynamicChannelID@@UBEHPBD@Z @48074 NONAME ?InternalIsDescendant@GCC_DynamicTokenID@@UBEHPBD@Z @48075 NONAME ?InternalIsDescendant@GCC_EntityID@@UBEHPBD@Z @48076 NONAME ?InternalIsDescendant@GCC_ExtraDialingString@@UBEHPBD@Z @48077 NONAME ?InternalIsDescendant@GCC_FunctionNotSupportedResponse@@UBEHPBD@Z @48078 NONAME ?InternalIsDescendant@GCC_GCCPDU@@UBEHPBD@Z @48079 NONAME ?InternalIsDescendant@GCC_H221NonStandardIdentifier@@UBEHPBD@Z @48080 NONAME ?InternalIsDescendant@GCC_Handle@@UBEHPBD@Z @48081 NONAME ?InternalIsDescendant@GCC_IndicationPDU@@UBEHPBD@Z @48082 NONAME ?InternalIsDescendant@GCC_Key@@UBEHPBD@Z @48083 NONAME ?InternalIsDescendant@GCC_NetworkAddress@@UBEHPBD@Z @48084 NONAME ?InternalIsDescendant@GCC_NetworkAddress_subtype@@UBEHPBD@Z @48085 NONAME ?InternalIsDescendant@GCC_NetworkAddress_subtype_aggregatedChannel@@UBEHPBD@Z @48086 NONAME ?InternalIsDescendant@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBEHPBD@Z @48087 NONAME ?InternalIsDescendant@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBEHPBD@Z @48088 NONAME ?InternalIsDescendant@GCC_NetworkAddress_subtype_transportConnection@@UBEHPBD@Z @48089 NONAME ?InternalIsDescendant@GCC_NodeProperties@@UBEHPBD@Z @48090 NONAME ?InternalIsDescendant@GCC_NodeRecord@@UBEHPBD@Z @48091 NONAME ?InternalIsDescendant@GCC_NodeType@@UBEHPBD@Z @48092 NONAME ?InternalIsDescendant@GCC_NonStandardParameter@@UBEHPBD@Z @48093 NONAME ?InternalIsDescendant@GCC_NonStandardPDU@@UBEHPBD@Z @48094 NONAME ?InternalIsDescendant@GCC_Password@@UBEHPBD@Z @48095 NONAME ?InternalIsDescendant@GCC_PasswordChallengeRequestResponse@@UBEHPBD@Z @48096 NONAME ?InternalIsDescendant@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBEHPBD@Z @48097 NONAME ?InternalIsDescendant@GCC_PasswordSelector@@UBEHPBD@Z @48098 NONAME ?InternalIsDescendant@GCC_Privilege@@UBEHPBD@Z @48099 NONAME ?InternalIsDescendant@GCC_RegistryAllocateHandleRequest@@UBEHPBD@Z @48100 NONAME ?InternalIsDescendant@GCC_RegistryAllocateHandleResponse@@UBEHPBD@Z @48101 NONAME ?InternalIsDescendant@GCC_RegistryAllocateHandleResponse_result@@UBEHPBD@Z @48102 NONAME ?InternalIsDescendant@GCC_RegistryAssignTokenRequest@@UBEHPBD@Z @48103 NONAME ?InternalIsDescendant@GCC_RegistryDeleteEntryRequest@@UBEHPBD@Z @48104 NONAME ?InternalIsDescendant@GCC_RegistryEntryOwner@@UBEHPBD@Z @48105 NONAME ?InternalIsDescendant@GCC_RegistryEntryOwner_owned@@UBEHPBD@Z @48106 NONAME ?InternalIsDescendant@GCC_RegistryItem@@UBEHPBD@Z @48107 NONAME ?InternalIsDescendant@GCC_RegistryKey@@UBEHPBD@Z @48108 NONAME ?InternalIsDescendant@GCC_RegistryModificationRights@@UBEHPBD@Z @48109 NONAME ?InternalIsDescendant@GCC_RegistryMonitorEntryIndication@@UBEHPBD@Z @48110 NONAME ?InternalIsDescendant@GCC_RegistryMonitorEntryRequest@@UBEHPBD@Z @48111 NONAME ?InternalIsDescendant@GCC_RegistryRegisterChannelRequest@@UBEHPBD@Z @48112 NONAME ?InternalIsDescendant@GCC_RegistryResponse@@UBEHPBD@Z @48113 NONAME ?InternalIsDescendant@GCC_RegistryResponse_primitiveType@@UBEHPBD@Z @48114 NONAME ?InternalIsDescendant@GCC_RegistryResponse_result@@UBEHPBD@Z @48115 NONAME ?InternalIsDescendant@GCC_RegistryRetrieveEntryRequest@@UBEHPBD@Z @48116 NONAME ?InternalIsDescendant@GCC_RegistrySetParameterRequest@@UBEHPBD@Z @48117 NONAME ?InternalIsDescendant@GCC_RequestPDU@@UBEHPBD@Z @48118 NONAME ?InternalIsDescendant@GCC_ResponsePDU@@UBEHPBD@Z @48119 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication@@UBEHPBD@Z @48120 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation@@UBEHPBD@Z @48121 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBEHPBD@Z @48122 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@UBEHPBD@Z @48123 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@UBEHPBD@Z @48124 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBEHPBD@Z @48125 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@UBEHPBD@Z @48126 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@UBEHPBD@Z @48127 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBEHPBD@Z @48128 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@UBEHPBD@Z @48129 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBEHPBD@Z @48130 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@UBEHPBD@Z @48131 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_nodeInformation@@UBEHPBD@Z @48132 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@UBEHPBD@Z @48133 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@UBEHPBD@Z @48134 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBEHPBD@Z @48135 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@UBEHPBD@Z @48136 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBEHPBD@Z @48137 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@UBEHPBD@Z @48138 NONAME ?InternalIsDescendant@GCC_SessionKey@@UBEHPBD@Z @48139 NONAME ?InternalIsDescendant@GCC_SimpleNumericString@@UBEHPBD@Z @48140 NONAME ?InternalIsDescendant@GCC_SimpleTextString@@UBEHPBD@Z @48141 NONAME ?InternalIsDescendant@GCC_StaticChannelID@@UBEHPBD@Z @48142 NONAME ?InternalIsDescendant@GCC_StaticTokenID@@UBEHPBD@Z @48143 NONAME ?InternalIsDescendant@GCC_SubAddressString@@UBEHPBD@Z @48144 NONAME ?InternalIsDescendant@GCC_TerminationMethod@@UBEHPBD@Z @48145 NONAME ?InternalIsDescendant@GCC_TextMessageIndication@@UBEHPBD@Z @48146 NONAME ?InternalIsDescendant@GCC_TextString@@UBEHPBD@Z @48147 NONAME ?InternalIsDescendant@GCC_Time@@UBEHPBD@Z @48148 NONAME ?InternalIsDescendant@GCC_TokenID@@UBEHPBD@Z @48149 NONAME ?InternalIsDescendant@GCC_UserData@@UBEHPBD@Z @48150 NONAME ?InternalIsDescendant@GCC_UserData_subtype@@UBEHPBD@Z @48151 NONAME ?InternalIsDescendant@GCC_UserID@@UBEHPBD@Z @48152 NONAME ?InternalIsDescendant@GCC_UserIDIndication@@UBEHPBD@Z @48153 NONAME ?InternalIsDescendant@H225CallThread@@UBEHPBD@Z @48154 NONAME ?InternalIsDescendant@H225TransportThread@@UBEHPBD@Z @48155 NONAME ?InternalIsDescendant@H225_AddressPattern@@UBEHPBD@Z @48156 NONAME ?InternalIsDescendant@H225_AddressPattern_range@@UBEHPBD@Z @48157 NONAME ?InternalIsDescendant@H225_AdmissionConfirm@@UBEHPBD@Z @48158 NONAME ?InternalIsDescendant@H225_AdmissionConfirm_language@@UBEHPBD@Z @48159 NONAME ?InternalIsDescendant@H225_AdmissionReject@@UBEHPBD@Z @48160 NONAME ?InternalIsDescendant@H225_AdmissionRejectReason@@UBEHPBD@Z @48161 NONAME ?InternalIsDescendant@H225_AdmissionRequest@@UBEHPBD@Z @48162 NONAME ?InternalIsDescendant@H225_Alerting_UUIE@@UBEHPBD@Z @48163 NONAME ?InternalIsDescendant@H225_AliasAddress@@UBEHPBD@Z @48164 NONAME ?InternalIsDescendant@H225_AlternateGK@@UBEHPBD@Z @48165 NONAME ?InternalIsDescendant@H225_AlternateTransportAddresses@@UBEHPBD@Z @48166 NONAME ?InternalIsDescendant@H225_AltGKInfo@@UBEHPBD@Z @48167 NONAME ?InternalIsDescendant@H225_ANSI_41_UIM@@UBEHPBD@Z @48168 NONAME ?InternalIsDescendant@H225_ANSI_41_UIM_system_id@@UBEHPBD@Z @48169 NONAME ?InternalIsDescendant@H225_ArrayOf_AddressPattern@@UBEHPBD@Z @48170 NONAME ?InternalIsDescendant@H225_ArrayOf_AdmissionConfirm@@UBEHPBD@Z @48171 NONAME ?InternalIsDescendant@H225_ArrayOf_AliasAddress@@UBEHPBD@Z @48172 NONAME ?InternalIsDescendant@H225_ArrayOf_AlternateGK@@UBEHPBD@Z @48173 NONAME ?InternalIsDescendant@H225_ArrayOf_AuthenticationMechanism@@UBEHPBD@Z @48174 NONAME ?InternalIsDescendant@H225_ArrayOf_BandwidthDetails@@UBEHPBD@Z @48175 NONAME ?InternalIsDescendant@H225_ArrayOf_CallReferenceValue@@UBEHPBD@Z @48176 NONAME ?InternalIsDescendant@H225_ArrayOf_CallsAvailable@@UBEHPBD@Z @48177 NONAME ?InternalIsDescendant@H225_ArrayOf_ClearToken@@UBEHPBD@Z @48178 NONAME ?InternalIsDescendant@H225_ArrayOf_ConferenceIdentifier@@UBEHPBD@Z @48179 NONAME ?InternalIsDescendant@H225_ArrayOf_ConferenceList@@UBEHPBD@Z @48180 NONAME ?InternalIsDescendant@H225_ArrayOf_CryptoH323Token@@UBEHPBD@Z @48181 NONAME ?InternalIsDescendant@H225_ArrayOf_DataRate@@UBEHPBD@Z @48182 NONAME ?InternalIsDescendant@H225_ArrayOf_Endpoint@@UBEHPBD@Z @48183 NONAME ?InternalIsDescendant@H225_ArrayOf_EnumeratedParameter@@UBEHPBD@Z @48184 NONAME ?InternalIsDescendant@H225_ArrayOf_ExtendedAliasAddress@@UBEHPBD@Z @48185 NONAME ?InternalIsDescendant@H225_ArrayOf_FeatureDescriptor@@UBEHPBD@Z @48186 NONAME ?InternalIsDescendant@H225_ArrayOf_GenericData@@UBEHPBD@Z @48187 NONAME ?InternalIsDescendant@H225_ArrayOf_H245Security@@UBEHPBD@Z @48188 NONAME ?InternalIsDescendant@H225_ArrayOf_H248PackagesDescriptor@@UBEHPBD@Z @48189 NONAME ?InternalIsDescendant@H225_ArrayOf_IntegrityMechanism@@UBEHPBD@Z @48190 NONAME ?InternalIsDescendant@H225_ArrayOf_NonStandardParameter@@UBEHPBD@Z @48191 NONAME ?InternalIsDescendant@H225_ArrayOf_PartyNumber@@UBEHPBD@Z @48192 NONAME ?InternalIsDescendant@H225_ArrayOf_PASN_ObjectId@@UBEHPBD@Z @48193 NONAME ?InternalIsDescendant@H225_ArrayOf_PASN_OctetString@@UBEHPBD@Z @48194 NONAME ?InternalIsDescendant@H225_ArrayOf_RasUsageSpecification@@UBEHPBD@Z @48195 NONAME ?InternalIsDescendant@H225_ArrayOf_RTPSession@@UBEHPBD@Z @48196 NONAME ?InternalIsDescendant@H225_ArrayOf_ServiceControlSession@@UBEHPBD@Z @48197 NONAME ?InternalIsDescendant@H225_ArrayOf_SupportedPrefix@@UBEHPBD@Z @48198 NONAME ?InternalIsDescendant@H225_ArrayOf_SupportedProtocols@@UBEHPBD@Z @48199 NONAME ?InternalIsDescendant@H225_ArrayOf_TransportAddress@@UBEHPBD@Z @48200 NONAME ?InternalIsDescendant@H225_ArrayOf_TransportChannelInfo@@UBEHPBD@Z @48201 NONAME ?InternalIsDescendant@H225_ArrayOf_TunnelledProtocol@@UBEHPBD@Z @48202 NONAME ?InternalIsDescendant@H225_BandRejectReason@@UBEHPBD@Z @48203 NONAME ?InternalIsDescendant@H225_BandWidth@@UBEHPBD@Z @48204 NONAME ?InternalIsDescendant@H225_BandwidthConfirm@@UBEHPBD@Z @48205 NONAME ?InternalIsDescendant@H225_BandwidthDetails@@UBEHPBD@Z @48206 NONAME ?InternalIsDescendant@H225_BandwidthReject@@UBEHPBD@Z @48207 NONAME ?InternalIsDescendant@H225_BandwidthRequest@@UBEHPBD@Z @48208 NONAME ?InternalIsDescendant@H225_CallCapacity@@UBEHPBD@Z @48209 NONAME ?InternalIsDescendant@H225_CallCapacityInfo@@UBEHPBD@Z @48210 NONAME ?InternalIsDescendant@H225_CallCreditCapability@@UBEHPBD@Z @48211 NONAME ?InternalIsDescendant@H225_CallCreditServiceControl@@UBEHPBD@Z @48212 NONAME ?InternalIsDescendant@H225_CallCreditServiceControl_billingMode@@UBEHPBD@Z @48213 NONAME ?InternalIsDescendant@H225_CallCreditServiceControl_callStartingPoint@@UBEHPBD@Z @48214 NONAME ?InternalIsDescendant@H225_CallIdentifier@@UBEHPBD@Z @48215 NONAME ?InternalIsDescendant@H225_CallLinkage@@UBEHPBD@Z @48216 NONAME ?InternalIsDescendant@H225_CallModel@@UBEHPBD@Z @48217 NONAME ?InternalIsDescendant@H225_CallProceeding_UUIE@@UBEHPBD@Z @48218 NONAME ?InternalIsDescendant@H225_CallReferenceValue@@UBEHPBD@Z @48219 NONAME ?InternalIsDescendant@H225_CallsAvailable@@UBEHPBD@Z @48220 NONAME ?InternalIsDescendant@H225_CallTerminationCause@@UBEHPBD@Z @48221 NONAME ?InternalIsDescendant@H225_CallType@@UBEHPBD@Z @48222 NONAME ?InternalIsDescendant@H225_CapacityReportingCapability@@UBEHPBD@Z @48223 NONAME ?InternalIsDescendant@H225_CapacityReportingSpecification@@UBEHPBD@Z @48224 NONAME ?InternalIsDescendant@H225_CapacityReportingSpecification_when@@UBEHPBD@Z @48225 NONAME ?InternalIsDescendant@H225_CarrierInfo@@UBEHPBD@Z @48226 NONAME ?InternalIsDescendant@H225_CicInfo@@UBEHPBD@Z @48227 NONAME ?InternalIsDescendant@H225_CicInfo_cic@@UBEHPBD@Z @48228 NONAME ?InternalIsDescendant@H225_CircuitIdentifier@@UBEHPBD@Z @48229 NONAME ?InternalIsDescendant@H225_CircuitInfo@@UBEHPBD@Z @48230 NONAME ?InternalIsDescendant@H225_ConferenceIdentifier@@UBEHPBD@Z @48231 NONAME ?InternalIsDescendant@H225_ConferenceList@@UBEHPBD@Z @48232 NONAME ?InternalIsDescendant@H225_Connect_UUIE@@UBEHPBD@Z @48233 NONAME ?InternalIsDescendant@H225_Connect_UUIE_language@@UBEHPBD@Z @48234 NONAME ?InternalIsDescendant@H225_Content@@UBEHPBD@Z @48235 NONAME ?InternalIsDescendant@H225_CryptoH323Token@@UBEHPBD@Z @48236 NONAME ?InternalIsDescendant@H225_CryptoH323Token_cryptoEPPwdHash@@UBEHPBD@Z @48237 NONAME ?InternalIsDescendant@H225_CryptoH323Token_cryptoGKPwdHash@@UBEHPBD@Z @48238 NONAME ?InternalIsDescendant@H225_DataRate@@UBEHPBD@Z @48239 NONAME ?InternalIsDescendant@H225_DisengageConfirm@@UBEHPBD@Z @48240 NONAME ?InternalIsDescendant@H225_DisengageReason@@UBEHPBD@Z @48241 NONAME ?InternalIsDescendant@H225_DisengageReject@@UBEHPBD@Z @48242 NONAME ?InternalIsDescendant@H225_DisengageRejectReason@@UBEHPBD@Z @48243 NONAME ?InternalIsDescendant@H225_DisengageRequest@@UBEHPBD@Z @48244 NONAME ?InternalIsDescendant@H225_EncodedFastStartToken@@UBEHPBD@Z @48245 NONAME ?InternalIsDescendant@H225_EncryptIntAlg@@UBEHPBD@Z @48246 NONAME ?InternalIsDescendant@H225_Endpoint@@UBEHPBD@Z @48247 NONAME ?InternalIsDescendant@H225_EndpointIdentifier@@UBEHPBD@Z @48248 NONAME ?InternalIsDescendant@H225_EndpointType@@UBEHPBD@Z @48249 NONAME ?InternalIsDescendant@H225_EnumeratedParameter@@UBEHPBD@Z @48250 NONAME ?InternalIsDescendant@H225_ExtendedAliasAddress@@UBEHPBD@Z @48251 NONAME ?InternalIsDescendant@H225_FacilityReason@@UBEHPBD@Z @48252 NONAME ?InternalIsDescendant@H225_Facility_UUIE@@UBEHPBD@Z @48253 NONAME ?InternalIsDescendant@H225_FastStartToken@@UBEHPBD@Z @48254 NONAME ?InternalIsDescendant@H225_FeatureDescriptor@@UBEHPBD@Z @48255 NONAME ?InternalIsDescendant@H225_FeatureSet@@UBEHPBD@Z @48256 NONAME ?InternalIsDescendant@H225_GatekeeperConfirm@@UBEHPBD@Z @48257 NONAME ?InternalIsDescendant@H225_GatekeeperIdentifier@@UBEHPBD@Z @48258 NONAME ?InternalIsDescendant@H225_GatekeeperInfo@@UBEHPBD@Z @48259 NONAME ?InternalIsDescendant@H225_GatekeeperReject@@UBEHPBD@Z @48260 NONAME ?InternalIsDescendant@H225_GatekeeperRejectReason@@UBEHPBD@Z @48261 NONAME ?InternalIsDescendant@H225_GatekeeperRequest@@UBEHPBD@Z @48262 NONAME ?InternalIsDescendant@H225_GatewayInfo@@UBEHPBD@Z @48263 NONAME ?InternalIsDescendant@H225_GenericData@@UBEHPBD@Z @48264 NONAME ?InternalIsDescendant@H225_GenericIdentifier@@UBEHPBD@Z @48265 NONAME ?InternalIsDescendant@H225_GloballyUniqueID@@UBEHPBD@Z @48266 NONAME ?InternalIsDescendant@H225_GroupID@@UBEHPBD@Z @48267 NONAME ?InternalIsDescendant@H225_GroupID_member@@UBEHPBD@Z @48268 NONAME ?InternalIsDescendant@H225_GSM_UIM@@UBEHPBD@Z @48269 NONAME ?InternalIsDescendant@H225_H221NonStandard@@UBEHPBD@Z @48270 NONAME ?InternalIsDescendant@H225_H245Security@@UBEHPBD@Z @48271 NONAME ?InternalIsDescendant@H225_H248PackagesDescriptor@@UBEHPBD@Z @48272 NONAME ?InternalIsDescendant@H225_H248SignalsDescriptor@@UBEHPBD@Z @48273 NONAME ?InternalIsDescendant@H225_H310Caps@@UBEHPBD@Z @48274 NONAME ?InternalIsDescendant@H225_H320Caps@@UBEHPBD@Z @48275 NONAME ?InternalIsDescendant@H225_H321Caps@@UBEHPBD@Z @48276 NONAME ?InternalIsDescendant@H225_H322Caps@@UBEHPBD@Z @48277 NONAME ?InternalIsDescendant@H225_H323Caps@@UBEHPBD@Z @48278 NONAME ?InternalIsDescendant@H225_H323_UserInformation@@UBEHPBD@Z @48279 NONAME ?InternalIsDescendant@H225_H323_UserInformation_user_data@@UBEHPBD@Z @48280 NONAME ?InternalIsDescendant@H225_H323_UU_PDU@@UBEHPBD@Z @48281 NONAME ?InternalIsDescendant@H225_H323_UU_PDU_h323_message_body@@UBEHPBD@Z @48282 NONAME ?InternalIsDescendant@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBEHPBD@Z @48283 NONAME ?InternalIsDescendant@H225_H324Caps@@UBEHPBD@Z @48284 NONAME ?InternalIsDescendant@H225_ICV@@UBEHPBD@Z @48285 NONAME ?InternalIsDescendant@H225_InfoRequest@@UBEHPBD@Z @48286 NONAME ?InternalIsDescendant@H225_InfoRequestAck@@UBEHPBD@Z @48287 NONAME ?InternalIsDescendant@H225_InfoRequestNak@@UBEHPBD@Z @48288 NONAME ?InternalIsDescendant@H225_InfoRequestNakReason@@UBEHPBD@Z @48289 NONAME ?InternalIsDescendant@H225_InfoRequestResponse@@UBEHPBD@Z @48290 NONAME ?InternalIsDescendant@H225_InfoRequestResponseStatus@@UBEHPBD@Z @48291 NONAME ?InternalIsDescendant@H225_InfoRequestResponse_perCallInfo@@UBEHPBD@Z @48292 NONAME ?InternalIsDescendant@H225_InfoRequestResponse_perCallInfo_subtype@@UBEHPBD@Z @48293 NONAME ?InternalIsDescendant@H225_InfoRequestResponse_perCallInfo_subtype_pdu@@UBEHPBD@Z @48294 NONAME ?InternalIsDescendant@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBEHPBD@Z @48295 NONAME ?InternalIsDescendant@H225_Information_UUIE@@UBEHPBD@Z @48296 NONAME ?InternalIsDescendant@H225_IntegrityMechanism@@UBEHPBD@Z @48297 NONAME ?InternalIsDescendant@H225_LocationConfirm@@UBEHPBD@Z @48298 NONAME ?InternalIsDescendant@H225_LocationReject@@UBEHPBD@Z @48299 NONAME ?InternalIsDescendant@H225_LocationRejectReason@@UBEHPBD@Z @48300 NONAME ?InternalIsDescendant@H225_LocationRequest@@UBEHPBD@Z @48301 NONAME ?InternalIsDescendant@H225_McuInfo@@UBEHPBD@Z @48302 NONAME ?InternalIsDescendant@H225_MobileUIM@@UBEHPBD@Z @48303 NONAME ?InternalIsDescendant@H225_NonIsoIntegrityMechanism@@UBEHPBD@Z @48304 NONAME ?InternalIsDescendant@H225_NonStandardIdentifier@@UBEHPBD@Z @48305 NONAME ?InternalIsDescendant@H225_NonStandardMessage@@UBEHPBD@Z @48306 NONAME ?InternalIsDescendant@H225_NonStandardParameter@@UBEHPBD@Z @48307 NONAME ?InternalIsDescendant@H225_NonStandardProtocol@@UBEHPBD@Z @48308 NONAME ?InternalIsDescendant@H225_Notify_UUIE@@UBEHPBD@Z @48309 NONAME ?InternalIsDescendant@H225_NumberDigits@@UBEHPBD@Z @48310 NONAME ?InternalIsDescendant@H225_PartyNumber@@UBEHPBD@Z @48311 NONAME ?InternalIsDescendant@H225_PresentationIndicator@@UBEHPBD@Z @48312 NONAME ?InternalIsDescendant@H225_PrivatePartyNumber@@UBEHPBD@Z @48313 NONAME ?InternalIsDescendant@H225_PrivateTypeOfNumber@@UBEHPBD@Z @48314 NONAME ?InternalIsDescendant@H225_Progress_UUIE@@UBEHPBD@Z @48315 NONAME ?InternalIsDescendant@H225_ProtocolIdentifier@@UBEHPBD@Z @48316 NONAME ?InternalIsDescendant@H225_PublicPartyNumber@@UBEHPBD@Z @48317 NONAME ?InternalIsDescendant@H225_PublicTypeOfNumber@@UBEHPBD@Z @48318 NONAME ?InternalIsDescendant@H225_Q954Details@@UBEHPBD@Z @48319 NONAME ?InternalIsDescendant@H225_QseriesOptions@@UBEHPBD@Z @48320 NONAME ?InternalIsDescendant@H225_RAS@@UBEHPBD@Z @48321 NONAME ?InternalIsDescendant@H225_RasMessage@@UBEHPBD@Z @48322 NONAME ?InternalIsDescendant@H225_RasUsageInformation@@UBEHPBD@Z @48323 NONAME ?InternalIsDescendant@H225_RasUsageInfoTypes@@UBEHPBD@Z @48324 NONAME ?InternalIsDescendant@H225_RasUsageSpecification@@UBEHPBD@Z @48325 NONAME ?InternalIsDescendant@H225_RasUsageSpecification_callStartingPoint@@UBEHPBD@Z @48326 NONAME ?InternalIsDescendant@H225_RasUsageSpecification_when@@UBEHPBD@Z @48327 NONAME ?InternalIsDescendant@H225_RegistrationConfirm@@UBEHPBD@Z @48328 NONAME ?InternalIsDescendant@H225_RegistrationConfirm_preGrantedARQ@@UBEHPBD@Z @48329 NONAME ?InternalIsDescendant@H225_RegistrationReject@@UBEHPBD@Z @48330 NONAME ?InternalIsDescendant@H225_RegistrationRejectReason@@UBEHPBD@Z @48331 NONAME ?InternalIsDescendant@H225_RegistrationRejectReason_invalidTerminalAliases@@UBEHPBD@Z @48332 NONAME ?InternalIsDescendant@H225_RegistrationRequest@@UBEHPBD@Z @48333 NONAME ?InternalIsDescendant@H225_ReleaseCompleteReason@@UBEHPBD@Z @48334 NONAME ?InternalIsDescendant@H225_ReleaseComplete_UUIE@@UBEHPBD@Z @48335 NONAME ?InternalIsDescendant@H225_RequestInProgress@@UBEHPBD@Z @48336 NONAME ?InternalIsDescendant@H225_RequestSeqNum@@UBEHPBD@Z @48337 NONAME ?InternalIsDescendant@H225_ResourcesAvailableConfirm@@UBEHPBD@Z @48338 NONAME ?InternalIsDescendant@H225_ResourcesAvailableIndicate@@UBEHPBD@Z @48339 NONAME ?InternalIsDescendant@H225_RTPSession@@UBEHPBD@Z @48340 NONAME ?InternalIsDescendant@H225_RTPSession_associatedSessionIds@@UBEHPBD@Z @48341 NONAME ?InternalIsDescendant@H225_ScnConnectionAggregation@@UBEHPBD@Z @48342 NONAME ?InternalIsDescendant@H225_ScnConnectionType@@UBEHPBD@Z @48343 NONAME ?InternalIsDescendant@H225_ScreeningIndicator@@UBEHPBD@Z @48344 NONAME ?InternalIsDescendant@H225_SecurityCapabilities@@UBEHPBD@Z @48345 NONAME ?InternalIsDescendant@H225_SecurityErrors2@@UBEHPBD@Z @48346 NONAME ?InternalIsDescendant@H225_SecurityErrors@@UBEHPBD@Z @48347 NONAME ?InternalIsDescendant@H225_SecurityServiceMode@@UBEHPBD@Z @48348 NONAME ?InternalIsDescendant@H225_ServiceControlDescriptor@@UBEHPBD@Z @48349 NONAME ?InternalIsDescendant@H225_ServiceControlIndication@@UBEHPBD@Z @48350 NONAME ?InternalIsDescendant@H225_ServiceControlIndication_callSpecific@@UBEHPBD@Z @48351 NONAME ?InternalIsDescendant@H225_ServiceControlResponse@@UBEHPBD@Z @48352 NONAME ?InternalIsDescendant@H225_ServiceControlResponse_result@@UBEHPBD@Z @48353 NONAME ?InternalIsDescendant@H225_ServiceControlSession@@UBEHPBD@Z @48354 NONAME ?InternalIsDescendant@H225_ServiceControlSession_reason@@UBEHPBD@Z @48355 NONAME ?InternalIsDescendant@H225_SetupAcknowledge_UUIE@@UBEHPBD@Z @48356 NONAME ?InternalIsDescendant@H225_Setup_UUIE@@UBEHPBD@Z @48357 NONAME ?InternalIsDescendant@H225_Setup_UUIE_conferenceGoal@@UBEHPBD@Z @48358 NONAME ?InternalIsDescendant@H225_Setup_UUIE_connectionParameters@@UBEHPBD@Z @48359 NONAME ?InternalIsDescendant@H225_Setup_UUIE_language@@UBEHPBD@Z @48360 NONAME ?InternalIsDescendant@H225_SIPCaps@@UBEHPBD@Z @48361 NONAME ?InternalIsDescendant@H225_StatusInquiry_UUIE@@UBEHPBD@Z @48362 NONAME ?InternalIsDescendant@H225_Status_UUIE@@UBEHPBD@Z @48363 NONAME ?InternalIsDescendant@H225_StimulusControl@@UBEHPBD@Z @48364 NONAME ?InternalIsDescendant@H225_SupportedPrefix@@UBEHPBD@Z @48365 NONAME ?InternalIsDescendant@H225_SupportedProtocols@@UBEHPBD@Z @48366 NONAME ?InternalIsDescendant@H225_T120OnlyCaps@@UBEHPBD@Z @48367 NONAME ?InternalIsDescendant@H225_T38FaxAnnexbOnlyCaps@@UBEHPBD@Z @48368 NONAME ?InternalIsDescendant@H225_TBCD_STRING@@UBEHPBD@Z @48369 NONAME ?InternalIsDescendant@H225_TerminalInfo@@UBEHPBD@Z @48370 NONAME ?InternalIsDescendant@H225_TimeToLive@@UBEHPBD@Z @48371 NONAME ?InternalIsDescendant@H225_TransportAddress@@UBEHPBD@Z @48372 NONAME ?InternalIsDescendant@H225_TransportAddress_ip6Address@@UBEHPBD@Z @48373 NONAME ?InternalIsDescendant@H225_TransportAddress_ipAddress@@UBEHPBD@Z @48374 NONAME ?InternalIsDescendant@H225_TransportAddress_ipSourceRoute@@UBEHPBD@Z @48375 NONAME ?InternalIsDescendant@H225_TransportAddress_ipSourceRoute_route@@UBEHPBD@Z @48376 NONAME ?InternalIsDescendant@H225_TransportAddress_ipSourceRoute_routing@@UBEHPBD@Z @48377 NONAME ?InternalIsDescendant@H225_TransportAddress_ipxAddress@@UBEHPBD@Z @48378 NONAME ?InternalIsDescendant@H225_TransportChannelInfo@@UBEHPBD@Z @48379 NONAME ?InternalIsDescendant@H225_TransportQOS@@UBEHPBD@Z @48380 NONAME ?InternalIsDescendant@H225_TunnelledProtocol@@UBEHPBD@Z @48381 NONAME ?InternalIsDescendant@H225_TunnelledProtocolAlternateIdentifier@@UBEHPBD@Z @48382 NONAME ?InternalIsDescendant@H225_TunnelledProtocol_id@@UBEHPBD@Z @48383 NONAME ?InternalIsDescendant@H225_UnknownMessageResponse@@UBEHPBD@Z @48384 NONAME ?InternalIsDescendant@H225_UnregistrationConfirm@@UBEHPBD@Z @48385 NONAME ?InternalIsDescendant@H225_UnregistrationReject@@UBEHPBD@Z @48386 NONAME ?InternalIsDescendant@H225_UnregistrationRequest@@UBEHPBD@Z @48387 NONAME ?InternalIsDescendant@H225_UnregRejectReason@@UBEHPBD@Z @48388 NONAME ?InternalIsDescendant@H225_UnregRequestReason@@UBEHPBD@Z @48389 NONAME ?InternalIsDescendant@H225_UseSpecifiedTransport@@UBEHPBD@Z @48390 NONAME ?InternalIsDescendant@H225_UUIEsRequested@@UBEHPBD@Z @48391 NONAME ?InternalIsDescendant@H225_VendorIdentifier@@UBEHPBD@Z @48392 NONAME ?InternalIsDescendant@H225_VoiceCaps@@UBEHPBD@Z @48393 NONAME ?InternalIsDescendant@H235AuthCAT@@UBEHPBD@Z @48394 NONAME ?InternalIsDescendant@H235Authenticator@@UBEHPBD@Z @48395 NONAME ?InternalIsDescendant@H235Authenticators@@UBEHPBD@Z @48396 NONAME ?InternalIsDescendant@H235AuthProcedure1@@UBEHPBD@Z @48397 NONAME ?InternalIsDescendant@H235AuthSimpleMD5@@UBEHPBD@Z @48398 NONAME ?InternalIsDescendant@H235_AuthenticationBES@@UBEHPBD@Z @48399 NONAME ?InternalIsDescendant@H235_AuthenticationMechanism@@UBEHPBD@Z @48400 NONAME ?InternalIsDescendant@H235_ChallengeString@@UBEHPBD@Z @48401 NONAME ?InternalIsDescendant@H235_ClearToken@@UBEHPBD@Z @48402 NONAME ?InternalIsDescendant@H235_CryptoToken@@UBEHPBD@Z @48403 NONAME ?InternalIsDescendant@H235_CryptoToken_cryptoEncryptedToken@@UBEHPBD@Z @48404 NONAME ?InternalIsDescendant@H235_CryptoToken_cryptoHashedToken@@UBEHPBD@Z @48405 NONAME ?InternalIsDescendant@H235_CryptoToken_cryptoSignedToken@@UBEHPBD@Z @48406 NONAME ?InternalIsDescendant@H235_DHset@@UBEHPBD@Z @48407 NONAME ?InternalIsDescendant@H235_ECGDSASignature@@UBEHPBD@Z @48408 NONAME ?InternalIsDescendant@H235_ECKASDH@@UBEHPBD@Z @48409 NONAME ?InternalIsDescendant@H235_ECKASDH_eckasdh2@@UBEHPBD@Z @48410 NONAME ?InternalIsDescendant@H235_ECKASDH_eckasdhp@@UBEHPBD@Z @48411 NONAME ?InternalIsDescendant@H235_ECpoint@@UBEHPBD@Z @48412 NONAME ?InternalIsDescendant@H235_EncodedGeneralToken@@UBEHPBD@Z @48413 NONAME ?InternalIsDescendant@H235_EncodedKeySignedMaterial@@UBEHPBD@Z @48414 NONAME ?InternalIsDescendant@H235_EncodedKeySyncMaterial@@UBEHPBD@Z @48415 NONAME ?InternalIsDescendant@H235_EncodedPwdCertToken@@UBEHPBD@Z @48416 NONAME ?InternalIsDescendant@H235_EncodedReturnSig@@UBEHPBD@Z @48417 NONAME ?InternalIsDescendant@H235_H235CertificateSignature@@UBEHPBD@Z @48418 NONAME ?InternalIsDescendant@H235_H235Key@@UBEHPBD@Z @48419 NONAME ?InternalIsDescendant@H235_Identifier@@UBEHPBD@Z @48420 NONAME ?InternalIsDescendant@H235_IV16@@UBEHPBD@Z @48421 NONAME ?InternalIsDescendant@H235_IV8@@UBEHPBD@Z @48422 NONAME ?InternalIsDescendant@H235_KeyMaterial@@UBEHPBD@Z @48423 NONAME ?InternalIsDescendant@H235_KeySignedMaterial@@UBEHPBD@Z @48424 NONAME ?InternalIsDescendant@H235_KeySyncMaterial@@UBEHPBD@Z @48425 NONAME ?InternalIsDescendant@H235_NonStandardParameter@@UBEHPBD@Z @48426 NONAME ?InternalIsDescendant@H235_Params@@UBEHPBD@Z @48427 NONAME ?InternalIsDescendant@H235_Password@@UBEHPBD@Z @48428 NONAME ?InternalIsDescendant@H235_PwdCertToken@@UBEHPBD@Z @48429 NONAME ?InternalIsDescendant@H235_RandomVal@@UBEHPBD@Z @48430 NONAME ?InternalIsDescendant@H235_ReturnSig@@UBEHPBD@Z @48431 NONAME ?InternalIsDescendant@H235_TimeStamp@@UBEHPBD@Z @48432 NONAME ?InternalIsDescendant@H235_TypedCertificate@@UBEHPBD@Z @48433 NONAME ?InternalIsDescendant@H235_V3KeySyncMaterial@@UBEHPBD@Z @48434 NONAME ?InternalIsDescendant@H245NegLogicalChannel@@UBEHPBD@Z @48435 NONAME ?InternalIsDescendant@H245NegLogicalChannels@@UBEHPBD@Z @48436 NONAME ?InternalIsDescendant@H245NegMasterSlaveDetermination@@UBEHPBD@Z @48437 NONAME ?InternalIsDescendant@H245Negotiator@@UBEHPBD@Z @48438 NONAME ?InternalIsDescendant@H245NegRequestMode@@UBEHPBD@Z @48439 NONAME ?InternalIsDescendant@H245NegRoundTripDelay@@UBEHPBD@Z @48440 NONAME ?InternalIsDescendant@H245NegTerminalCapabilitySet@@UBEHPBD@Z @48441 NONAME ?InternalIsDescendant@H245TransportThread@@UBEHPBD@Z @48442 NONAME ?InternalIsDescendant@H245_AlternativeCapabilitySet@@UBEHPBD@Z @48443 NONAME ?InternalIsDescendant@H245_ArrayOf_AlternativeCapabilitySet@@UBEHPBD@Z @48444 NONAME ?InternalIsDescendant@H245_ArrayOf_BEnhancementParameters@@UBEHPBD@Z @48445 NONAME ?InternalIsDescendant@H245_ArrayOf_CapabilityDescriptor@@UBEHPBD@Z @48446 NONAME ?InternalIsDescendant@H245_ArrayOf_CapabilityDescriptorNumber@@UBEHPBD@Z @48447 NONAME ?InternalIsDescendant@H245_ArrayOf_CapabilityTableEntry@@UBEHPBD@Z @48448 NONAME ?InternalIsDescendant@H245_ArrayOf_CapabilityTableEntryNumber@@UBEHPBD@Z @48449 NONAME ?InternalIsDescendant@H245_ArrayOf_CommunicationModeTableEntry@@UBEHPBD@Z @48450 NONAME ?InternalIsDescendant@H245_ArrayOf_CustomPictureClockFrequency@@UBEHPBD@Z @48451 NONAME ?InternalIsDescendant@H245_ArrayOf_CustomPictureFormat@@UBEHPBD@Z @48452 NONAME ?InternalIsDescendant@H245_ArrayOf_DataApplicationCapability@@UBEHPBD@Z @48453 NONAME ?InternalIsDescendant@H245_ArrayOf_DialingInformationNetworkType@@UBEHPBD@Z @48454 NONAME ?InternalIsDescendant@H245_ArrayOf_DialingInformationNumber@@UBEHPBD@Z @48455 NONAME ?InternalIsDescendant@H245_ArrayOf_EnhancementOptions@@UBEHPBD@Z @48456 NONAME ?InternalIsDescendant@H245_ArrayOf_EscrowData@@UBEHPBD@Z @48457 NONAME ?InternalIsDescendant@H245_ArrayOf_GenericCapability@@UBEHPBD@Z @52737 NONAME ?InternalIsDescendant@H245_ArrayOf_GenericParameter@@UBEHPBD@Z @48458 NONAME ?InternalIsDescendant@H245_ArrayOf_H263ModeComboFlags@@UBEHPBD@Z @48459 NONAME ?InternalIsDescendant@H245_ArrayOf_H263VideoModeCombos@@UBEHPBD@Z @48460 NONAME ?InternalIsDescendant@H245_ArrayOf_MediaChannelCapability@@UBEHPBD@Z @48461 NONAME ?InternalIsDescendant@H245_ArrayOf_MediaDistributionCapability@@UBEHPBD@Z @48462 NONAME ?InternalIsDescendant@H245_ArrayOf_ModeDescription@@UBEHPBD@Z @48463 NONAME ?InternalIsDescendant@H245_ArrayOf_MultiplePayloadStreamElement@@UBEHPBD@Z @48464 NONAME ?InternalIsDescendant@H245_ArrayOf_MultiplePayloadStreamElementMode@@UBEHPBD@Z @48465 NONAME ?InternalIsDescendant@H245_ArrayOf_MultiplexElement@@UBEHPBD@Z @48466 NONAME ?InternalIsDescendant@H245_ArrayOf_MultiplexEntryDescriptor@@UBEHPBD@Z @48467 NONAME ?InternalIsDescendant@H245_ArrayOf_MultiplexEntryRejectionDescriptions@@UBEHPBD@Z @48468 NONAME ?InternalIsDescendant@H245_ArrayOf_MultiplexTableEntryNumber@@UBEHPBD@Z @48469 NONAME ?InternalIsDescendant@H245_ArrayOf_NonStandardParameter@@UBEHPBD@Z @48470 NONAME ?InternalIsDescendant@H245_ArrayOf_ParameterIdentifier@@UBEHPBD@Z @48471 NONAME ?InternalIsDescendant@H245_ArrayOf_PictureReference@@UBEHPBD@Z @48472 NONAME ?InternalIsDescendant@H245_ArrayOf_Q2931Address@@UBEHPBD@Z @48473 NONAME ?InternalIsDescendant@H245_ArrayOf_QOSCapability@@UBEHPBD@Z @48474 NONAME ?InternalIsDescendant@H245_ArrayOf_RedundancyEncodingCapability@@UBEHPBD@Z @48475 NONAME ?InternalIsDescendant@H245_ArrayOf_RedundancyEncodingDTModeElement@@UBEHPBD@Z @48476 NONAME ?InternalIsDescendant@H245_ArrayOf_RedundancyEncodingElement@@UBEHPBD@Z @48477 NONAME ?InternalIsDescendant@H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@UBEHPBD@Z @48478 NONAME ?InternalIsDescendant@H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@UBEHPBD@Z @48479 NONAME ?InternalIsDescendant@H245_ArrayOf_RTPPayloadType@@UBEHPBD@Z @48480 NONAME ?InternalIsDescendant@H245_ArrayOf_TerminalInformation@@UBEHPBD@Z @48481 NONAME ?InternalIsDescendant@H245_ArrayOf_TerminalLabel@@UBEHPBD@Z @48482 NONAME ?InternalIsDescendant@H245_ArrayOf_VCCapability@@UBEHPBD@Z @48483 NONAME ?InternalIsDescendant@H245_ArrayOf_VideoCapability@@UBEHPBD@Z @52738 NONAME ?InternalIsDescendant@H245_ATMParameters@@UBEHPBD@Z @48484 NONAME ?InternalIsDescendant@H245_AudioCapability@@UBEHPBD@Z @48485 NONAME ?InternalIsDescendant@H245_AudioCapability_g7231@@UBEHPBD@Z @48486 NONAME ?InternalIsDescendant@H245_AudioMode@@UBEHPBD@Z @48487 NONAME ?InternalIsDescendant@H245_AudioMode_g7231@@UBEHPBD@Z @48488 NONAME ?InternalIsDescendant@H245_AudioTelephonyEventCapability@@UBEHPBD@Z @48489 NONAME ?InternalIsDescendant@H245_AudioToneCapability@@UBEHPBD@Z @48490 NONAME ?InternalIsDescendant@H245_AuthenticationCapability@@UBEHPBD@Z @48491 NONAME ?InternalIsDescendant@H245_BEnhancementParameters@@UBEHPBD@Z @48492 NONAME ?InternalIsDescendant@H245_Capability@@UBEHPBD@Z @48493 NONAME ?InternalIsDescendant@H245_CapabilityDescriptor@@UBEHPBD@Z @48494 NONAME ?InternalIsDescendant@H245_CapabilityDescriptorNumber@@UBEHPBD@Z @48495 NONAME ?InternalIsDescendant@H245_CapabilityIdentifier@@UBEHPBD@Z @48496 NONAME ?InternalIsDescendant@H245_CapabilityTableEntry@@UBEHPBD@Z @48497 NONAME ?InternalIsDescendant@H245_CapabilityTableEntryNumber@@UBEHPBD@Z @48498 NONAME ?InternalIsDescendant@H245_Capability_h233EncryptionReceiveCapability@@UBEHPBD@Z @48499 NONAME ?InternalIsDescendant@H245_CertSelectionCriteria@@UBEHPBD@Z @48500 NONAME ?InternalIsDescendant@H245_CloseLogicalChannel@@UBEHPBD@Z @48501 NONAME ?InternalIsDescendant@H245_CloseLogicalChannelAck@@UBEHPBD@Z @48502 NONAME ?InternalIsDescendant@H245_CloseLogicalChannel_reason@@UBEHPBD@Z @48503 NONAME ?InternalIsDescendant@H245_CloseLogicalChannel_source@@UBEHPBD@Z @48504 NONAME ?InternalIsDescendant@H245_CommandMessage@@UBEHPBD@Z @48505 NONAME ?InternalIsDescendant@H245_CommunicationModeCommand@@UBEHPBD@Z @48506 NONAME ?InternalIsDescendant@H245_CommunicationModeRequest@@UBEHPBD@Z @48507 NONAME ?InternalIsDescendant@H245_CommunicationModeResponse@@UBEHPBD@Z @48508 NONAME ?InternalIsDescendant@H245_CommunicationModeTableEntry@@UBEHPBD@Z @48509 NONAME ?InternalIsDescendant@H245_CommunicationModeTableEntry_dataType@@UBEHPBD@Z @48510 NONAME ?InternalIsDescendant@H245_CompressionType@@UBEHPBD@Z @48511 NONAME ?InternalIsDescendant@H245_ConferenceCapability@@UBEHPBD@Z @48512 NONAME ?InternalIsDescendant@H245_ConferenceCommand@@UBEHPBD@Z @48513 NONAME ?InternalIsDescendant@H245_ConferenceID@@UBEHPBD@Z @48514 NONAME ?InternalIsDescendant@H245_ConferenceIndication@@UBEHPBD@Z @48515 NONAME ?InternalIsDescendant@H245_ConferenceRequest@@UBEHPBD@Z @48516 NONAME ?InternalIsDescendant@H245_ConferenceRequest_requestTerminalCertificate@@UBEHPBD@Z @48517 NONAME ?InternalIsDescendant@H245_ConferenceResponse@@UBEHPBD@Z @48518 NONAME ?InternalIsDescendant@H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@UBEHPBD@Z @48519 NONAME ?InternalIsDescendant@H245_ConferenceResponse_chairTokenOwnerResponse@@UBEHPBD@Z @48520 NONAME ?InternalIsDescendant@H245_ConferenceResponse_conferenceIDResponse@@UBEHPBD@Z @48521 NONAME ?InternalIsDescendant@H245_ConferenceResponse_extensionAddressResponse@@UBEHPBD@Z @48522 NONAME ?InternalIsDescendant@H245_ConferenceResponse_makeMeChairResponse@@UBEHPBD@Z @48523 NONAME ?InternalIsDescendant@H245_ConferenceResponse_makeTerminalBroadcasterResponse@@UBEHPBD@Z @48524 NONAME ?InternalIsDescendant@H245_ConferenceResponse_mCTerminalIDResponse@@UBEHPBD@Z @48525 NONAME ?InternalIsDescendant@H245_ConferenceResponse_passwordResponse@@UBEHPBD@Z @48526 NONAME ?InternalIsDescendant@H245_ConferenceResponse_sendThisSourceResponse@@UBEHPBD@Z @48527 NONAME ?InternalIsDescendant@H245_ConferenceResponse_terminalCertificateResponse@@UBEHPBD@Z @48528 NONAME ?InternalIsDescendant@H245_ConferenceResponse_terminalIDResponse@@UBEHPBD@Z @48529 NONAME ?InternalIsDescendant@H245_ConnectionIdentifier@@UBEHPBD@Z @48530 NONAME ?InternalIsDescendant@H245_CRCLength@@UBEHPBD@Z @48531 NONAME ?InternalIsDescendant@H245_Criteria@@UBEHPBD@Z @48532 NONAME ?InternalIsDescendant@H245_CustomPictureClockFrequency@@UBEHPBD@Z @48533 NONAME ?InternalIsDescendant@H245_CustomPictureFormat@@UBEHPBD@Z @48534 NONAME ?InternalIsDescendant@H245_CustomPictureFormat_mPI@@UBEHPBD@Z @48535 NONAME ?InternalIsDescendant@H245_CustomPictureFormat_mPI_customPCF@@UBEHPBD@Z @48536 NONAME ?InternalIsDescendant@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBEHPBD@Z @48537 NONAME ?InternalIsDescendant@H245_CustomPictureFormat_pixelAspectInformation@@UBEHPBD@Z @48538 NONAME ?InternalIsDescendant@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@UBEHPBD@Z @48539 NONAME ?InternalIsDescendant@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBEHPBD@Z @48540 NONAME ?InternalIsDescendant@H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@UBEHPBD@Z @48541 NONAME ?InternalIsDescendant@H245_DataApplicationCapability@@UBEHPBD@Z @48542 NONAME ?InternalIsDescendant@H245_DataApplicationCapability_application@@UBEHPBD@Z @48543 NONAME ?InternalIsDescendant@H245_DataApplicationCapability_application_nlpid@@UBEHPBD@Z @48544 NONAME ?InternalIsDescendant@H245_DataApplicationCapability_application_t38fax@@UBEHPBD@Z @48545 NONAME ?InternalIsDescendant@H245_DataApplicationCapability_application_t84@@UBEHPBD@Z @48546 NONAME ?InternalIsDescendant@H245_DataMode@@UBEHPBD@Z @48547 NONAME ?InternalIsDescendant@H245_DataMode_application@@UBEHPBD@Z @48548 NONAME ?InternalIsDescendant@H245_DataMode_application_nlpid@@UBEHPBD@Z @48549 NONAME ?InternalIsDescendant@H245_DataMode_application_t38fax@@UBEHPBD@Z @48550 NONAME ?InternalIsDescendant@H245_DataProtocolCapability@@UBEHPBD@Z @48551 NONAME ?InternalIsDescendant@H245_DataProtocolCapability_v76wCompression@@UBEHPBD@Z @48552 NONAME ?InternalIsDescendant@H245_DataType@@UBEHPBD@Z @48553 NONAME ?InternalIsDescendant@H245_DepFECCapability@@UBEHPBD@Z @52739 NONAME ?InternalIsDescendant@H245_DepFECCapability_rfc2733@@UBEHPBD@Z @52740 NONAME ?InternalIsDescendant@H245_DepFECCapability_rfc2733_separateStream@@UBEHPBD@Z @52741 NONAME ?InternalIsDescendant@H245_DepFECData@@UBEHPBD@Z @52742 NONAME ?InternalIsDescendant@H245_DepFECData_rfc2733@@UBEHPBD@Z @52743 NONAME ?InternalIsDescendant@H245_DepFECData_rfc2733_mode@@UBEHPBD@Z @52744 NONAME ?InternalIsDescendant@H245_DepFECData_rfc2733_mode_separateStream@@UBEHPBD@Z @52745 NONAME ?InternalIsDescendant@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBEHPBD@Z @52746 NONAME ?InternalIsDescendant@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBEHPBD@Z @52747 NONAME ?InternalIsDescendant@H245_DepFECMode@@UBEHPBD@Z @52748 NONAME ?InternalIsDescendant@H245_DepFECMode_rfc2733Mode@@UBEHPBD@Z @52749 NONAME ?InternalIsDescendant@H245_DepFECMode_rfc2733Mode_mode@@UBEHPBD@Z @52750 NONAME ?InternalIsDescendant@H245_DepFECMode_rfc2733Mode_mode_separateStream@@UBEHPBD@Z @52751 NONAME ?InternalIsDescendant@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBEHPBD@Z @52752 NONAME ?InternalIsDescendant@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBEHPBD@Z @52753 NONAME ?InternalIsDescendant@H245_DialingInformation@@UBEHPBD@Z @48554 NONAME ?InternalIsDescendant@H245_DialingInformationNetworkType@@UBEHPBD@Z @48555 NONAME ?InternalIsDescendant@H245_DialingInformationNumber@@UBEHPBD@Z @48556 NONAME ?InternalIsDescendant@H245_EncryptionAuthenticationAndIntegrity@@UBEHPBD@Z @48557 NONAME ?InternalIsDescendant@H245_EncryptionCapability@@UBEHPBD@Z @48558 NONAME ?InternalIsDescendant@H245_EncryptionCommand@@UBEHPBD@Z @48559 NONAME ?InternalIsDescendant@H245_EncryptionCommand_encryptionAlgorithmID@@UBEHPBD@Z @48560 NONAME ?InternalIsDescendant@H245_EncryptionMode@@UBEHPBD@Z @48561 NONAME ?InternalIsDescendant@H245_EncryptionSync@@UBEHPBD@Z @48562 NONAME ?InternalIsDescendant@H245_EncryptionUpdateDirection@@UBEHPBD@Z @52754 NONAME ?InternalIsDescendant@H245_EncryptionUpdateRequest@@UBEHPBD@Z @48563 NONAME ?InternalIsDescendant@H245_EndSessionCommand@@UBEHPBD@Z @48564 NONAME ?InternalIsDescendant@H245_EndSessionCommand_gstnOptions@@UBEHPBD@Z @48565 NONAME ?InternalIsDescendant@H245_EndSessionCommand_isdnOptions@@UBEHPBD@Z @48566 NONAME ?InternalIsDescendant@H245_EnhancementLayerInfo@@UBEHPBD@Z @48567 NONAME ?InternalIsDescendant@H245_EnhancementOptions@@UBEHPBD@Z @48568 NONAME ?InternalIsDescendant@H245_EscrowData@@UBEHPBD@Z @48569 NONAME ?InternalIsDescendant@H245_ExtendedVideoCapability@@UBEHPBD@Z @52755 NONAME ?InternalIsDescendant@H245_FECCapability@@UBEHPBD@Z @48570 NONAME ?InternalIsDescendant@H245_FECCapability_rfc2733Format@@UBEHPBD@Z @52756 NONAME ?InternalIsDescendant@H245_FECData@@UBEHPBD@Z @48573 NONAME ?InternalIsDescendant@H245_FECData_rfc2733@@UBEHPBD@Z @48574 NONAME ?InternalIsDescendant@H245_FECData_rfc2733_pktMode@@UBEHPBD@Z @52757 NONAME ?InternalIsDescendant@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBEHPBD@Z @52758 NONAME ?InternalIsDescendant@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UBEHPBD@Z @52759 NONAME ?InternalIsDescendant@H245_FECMode@@UBEHPBD@Z @48579 NONAME ?InternalIsDescendant@H245_FECMode_rfc2733Format@@UBEHPBD@Z @52760 NONAME ?InternalIsDescendant@H245_FlowControlCommand@@UBEHPBD@Z @48585 NONAME ?InternalIsDescendant@H245_FlowControlCommand_restriction@@UBEHPBD@Z @48586 NONAME ?InternalIsDescendant@H245_FlowControlCommand_scope@@UBEHPBD@Z @48587 NONAME ?InternalIsDescendant@H245_FlowControlIndication@@UBEHPBD@Z @48588 NONAME ?InternalIsDescendant@H245_FlowControlIndication_restriction@@UBEHPBD@Z @48589 NONAME ?InternalIsDescendant@H245_FlowControlIndication_scope@@UBEHPBD@Z @48590 NONAME ?InternalIsDescendant@H245_FunctionNotSupported@@UBEHPBD@Z @48591 NONAME ?InternalIsDescendant@H245_FunctionNotSupported_cause@@UBEHPBD@Z @48592 NONAME ?InternalIsDescendant@H245_FunctionNotUnderstood@@UBEHPBD@Z @48593 NONAME ?InternalIsDescendant@H245_G7231AnnexCCapability@@UBEHPBD@Z @48594 NONAME ?InternalIsDescendant@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBEHPBD@Z @48595 NONAME ?InternalIsDescendant@H245_G7231AnnexCMode@@UBEHPBD@Z @48596 NONAME ?InternalIsDescendant@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBEHPBD@Z @48597 NONAME ?InternalIsDescendant@H245_G729Extensions@@UBEHPBD@Z @48598 NONAME ?InternalIsDescendant@H245_GenericCapability@@UBEHPBD@Z @48599 NONAME ?InternalIsDescendant@H245_GenericMessage@@UBEHPBD@Z @52761 NONAME ?InternalIsDescendant@H245_GenericParameter@@UBEHPBD@Z @48600 NONAME ?InternalIsDescendant@H245_GSMAudioCapability@@UBEHPBD@Z @48601 NONAME ?InternalIsDescendant@H245_H222Capability@@UBEHPBD@Z @48602 NONAME ?InternalIsDescendant@H245_H222LogicalChannelParameters@@UBEHPBD@Z @48603 NONAME ?InternalIsDescendant@H245_H223AL1MParameters@@UBEHPBD@Z @48604 NONAME ?InternalIsDescendant@H245_H223AL1MParameters_arqType@@UBEHPBD@Z @48605 NONAME ?InternalIsDescendant@H245_H223AL1MParameters_crcLength@@UBEHPBD@Z @48606 NONAME ?InternalIsDescendant@H245_H223AL1MParameters_headerFEC@@UBEHPBD@Z @48607 NONAME ?InternalIsDescendant@H245_H223AL1MParameters_transferMode@@UBEHPBD@Z @48608 NONAME ?InternalIsDescendant@H245_H223AL2MParameters@@UBEHPBD@Z @48609 NONAME ?InternalIsDescendant@H245_H223AL2MParameters_headerFEC@@UBEHPBD@Z @48610 NONAME ?InternalIsDescendant@H245_H223AL3MParameters@@UBEHPBD@Z @48611 NONAME ?InternalIsDescendant@H245_H223AL3MParameters_arqType@@UBEHPBD@Z @48612 NONAME ?InternalIsDescendant@H245_H223AL3MParameters_crcLength@@UBEHPBD@Z @48613 NONAME ?InternalIsDescendant@H245_H223AL3MParameters_headerFormat@@UBEHPBD@Z @48614 NONAME ?InternalIsDescendant@H245_H223AnnexCArqParameters@@UBEHPBD@Z @48615 NONAME ?InternalIsDescendant@H245_H223AnnexCArqParameters_numberOfRetransmissions@@UBEHPBD@Z @48616 NONAME ?InternalIsDescendant@H245_H223AnnexCCapability@@UBEHPBD@Z @48617 NONAME ?InternalIsDescendant@H245_H223Capability@@UBEHPBD@Z @48618 NONAME ?InternalIsDescendant@H245_H223Capability_h223MultiplexTableCapability@@UBEHPBD@Z @48619 NONAME ?InternalIsDescendant@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBEHPBD@Z @48620 NONAME ?InternalIsDescendant@H245_H223Capability_mobileMultilinkFrameCapability@@UBEHPBD@Z @48621 NONAME ?InternalIsDescendant@H245_H223Capability_mobileOperationTransmitCapability@@UBEHPBD@Z @48622 NONAME ?InternalIsDescendant@H245_H223LogicalChannelParameters@@UBEHPBD@Z @48623 NONAME ?InternalIsDescendant@H245_H223LogicalChannelParameters_adaptationLayerType@@UBEHPBD@Z @48624 NONAME ?InternalIsDescendant@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBEHPBD@Z @48625 NONAME ?InternalIsDescendant@H245_H223ModeParameters@@UBEHPBD@Z @48626 NONAME ?InternalIsDescendant@H245_H223ModeParameters_adaptationLayerType@@UBEHPBD@Z @48627 NONAME ?InternalIsDescendant@H245_H223ModeParameters_adaptationLayerType_al3@@UBEHPBD@Z @48628 NONAME ?InternalIsDescendant@H245_H223MultiplexReconfiguration@@UBEHPBD@Z @48629 NONAME ?InternalIsDescendant@H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@UBEHPBD@Z @48630 NONAME ?InternalIsDescendant@H245_H223MultiplexReconfiguration_h223ModeChange@@UBEHPBD@Z @48631 NONAME ?InternalIsDescendant@H245_H223SkewIndication@@UBEHPBD@Z @48632 NONAME ?InternalIsDescendant@H245_H2250Capability@@UBEHPBD@Z @48633 NONAME ?InternalIsDescendant@H245_H2250Capability_mcCapability@@UBEHPBD@Z @48634 NONAME ?InternalIsDescendant@H245_H2250LogicalChannelAckParameters@@UBEHPBD@Z @48635 NONAME ?InternalIsDescendant@H245_H2250LogicalChannelParameters@@UBEHPBD@Z @48636 NONAME ?InternalIsDescendant@H245_H2250LogicalChannelParameters_mediaPacketization@@UBEHPBD@Z @48637 NONAME ?InternalIsDescendant@H245_H2250MaximumSkewIndication@@UBEHPBD@Z @48638 NONAME ?InternalIsDescendant@H245_H2250ModeParameters@@UBEHPBD@Z @48639 NONAME ?InternalIsDescendant@H245_H235Media@@UBEHPBD@Z @48640 NONAME ?InternalIsDescendant@H245_H235Media_mediaType@@UBEHPBD@Z @48641 NONAME ?InternalIsDescendant@H245_H235Mode@@UBEHPBD@Z @48642 NONAME ?InternalIsDescendant@H245_H235Mode_mediaMode@@UBEHPBD@Z @48643 NONAME ?InternalIsDescendant@H245_H235SecurityCapability@@UBEHPBD@Z @48644 NONAME ?InternalIsDescendant@H245_H261VideoCapability@@UBEHPBD@Z @48645 NONAME ?InternalIsDescendant@H245_H261VideoMode@@UBEHPBD@Z @48646 NONAME ?InternalIsDescendant@H245_H261VideoMode_resolution@@UBEHPBD@Z @48647 NONAME ?InternalIsDescendant@H245_H262VideoCapability@@UBEHPBD@Z @48648 NONAME ?InternalIsDescendant@H245_H262VideoMode@@UBEHPBD@Z @48649 NONAME ?InternalIsDescendant@H245_H262VideoMode_profileAndLevel@@UBEHPBD@Z @48650 NONAME ?InternalIsDescendant@H245_H263ModeComboFlags@@UBEHPBD@Z @48651 NONAME ?InternalIsDescendant@H245_H263Options@@UBEHPBD@Z @48652 NONAME ?InternalIsDescendant@H245_H263Version3Options@@UBEHPBD@Z @48653 NONAME ?InternalIsDescendant@H245_H263VideoCapability@@UBEHPBD@Z @48654 NONAME ?InternalIsDescendant@H245_H263VideoMode@@UBEHPBD@Z @48655 NONAME ?InternalIsDescendant@H245_H263VideoModeCombos@@UBEHPBD@Z @48656 NONAME ?InternalIsDescendant@H245_H263VideoMode_resolution@@UBEHPBD@Z @48657 NONAME ?InternalIsDescendant@H245_IndicationMessage@@UBEHPBD@Z @48658 NONAME ?InternalIsDescendant@H245_IntegrityCapability@@UBEHPBD@Z @48659 NONAME ?InternalIsDescendant@H245_IS11172AudioCapability@@UBEHPBD@Z @48660 NONAME ?InternalIsDescendant@H245_IS11172AudioMode@@UBEHPBD@Z @48661 NONAME ?InternalIsDescendant@H245_IS11172AudioMode_audioLayer@@UBEHPBD@Z @48662 NONAME ?InternalIsDescendant@H245_IS11172AudioMode_audioSampling@@UBEHPBD@Z @48663 NONAME ?InternalIsDescendant@H245_IS11172AudioMode_multichannelType@@UBEHPBD@Z @48664 NONAME ?InternalIsDescendant@H245_IS11172VideoCapability@@UBEHPBD@Z @48665 NONAME ?InternalIsDescendant@H245_IS11172VideoMode@@UBEHPBD@Z @48666 NONAME ?InternalIsDescendant@H245_IS13818AudioCapability@@UBEHPBD@Z @48667 NONAME ?InternalIsDescendant@H245_IS13818AudioMode@@UBEHPBD@Z @48668 NONAME ?InternalIsDescendant@H245_IS13818AudioMode_audioLayer@@UBEHPBD@Z @48669 NONAME ?InternalIsDescendant@H245_IS13818AudioMode_audioSampling@@UBEHPBD@Z @48670 NONAME ?InternalIsDescendant@H245_IS13818AudioMode_multichannelType@@UBEHPBD@Z @48671 NONAME ?InternalIsDescendant@H245_IV16@@UBEHPBD@Z @52762 NONAME ?InternalIsDescendant@H245_IV8@@UBEHPBD@Z @52763 NONAME ?InternalIsDescendant@H245_JitterIndication@@UBEHPBD@Z @48672 NONAME ?InternalIsDescendant@H245_JitterIndication_scope@@UBEHPBD@Z @48673 NONAME ?InternalIsDescendant@H245_KeyProtectionMethod@@UBEHPBD@Z @48674 NONAME ?InternalIsDescendant@H245_LogicalChannelNumber@@UBEHPBD@Z @48675 NONAME ?InternalIsDescendant@H245_LogicalChannelRateAcknowledge@@UBEHPBD@Z @48676 NONAME ?InternalIsDescendant@H245_LogicalChannelRateReject@@UBEHPBD@Z @48677 NONAME ?InternalIsDescendant@H245_LogicalChannelRateRejectReason@@UBEHPBD@Z @48678 NONAME ?InternalIsDescendant@H245_LogicalChannelRateRelease@@UBEHPBD@Z @48679 NONAME ?InternalIsDescendant@H245_LogicalChannelRateRequest@@UBEHPBD@Z @48680 NONAME ?InternalIsDescendant@H245_MaintenanceLoopAck@@UBEHPBD@Z @48681 NONAME ?InternalIsDescendant@H245_MaintenanceLoopAck_type@@UBEHPBD@Z @48682 NONAME ?InternalIsDescendant@H245_MaintenanceLoopOffCommand@@UBEHPBD@Z @48683 NONAME ?InternalIsDescendant@H245_MaintenanceLoopReject@@UBEHPBD@Z @48684 NONAME ?InternalIsDescendant@H245_MaintenanceLoopReject_cause@@UBEHPBD@Z @48685 NONAME ?InternalIsDescendant@H245_MaintenanceLoopReject_type@@UBEHPBD@Z @48686 NONAME ?InternalIsDescendant@H245_MaintenanceLoopRequest@@UBEHPBD@Z @48687 NONAME ?InternalIsDescendant@H245_MaintenanceLoopRequest_type@@UBEHPBD@Z @48688 NONAME ?InternalIsDescendant@H245_MasterSlaveDetermination@@UBEHPBD@Z @48689 NONAME ?InternalIsDescendant@H245_MasterSlaveDeterminationAck@@UBEHPBD@Z @48690 NONAME ?InternalIsDescendant@H245_MasterSlaveDeterminationAck_decision@@UBEHPBD@Z @48691 NONAME ?InternalIsDescendant@H245_MasterSlaveDeterminationReject@@UBEHPBD@Z @48692 NONAME ?InternalIsDescendant@H245_MasterSlaveDeterminationReject_cause@@UBEHPBD@Z @48693 NONAME ?InternalIsDescendant@H245_MasterSlaveDeterminationRelease@@UBEHPBD@Z @48694 NONAME ?InternalIsDescendant@H245_MaximumBitRate@@UBEHPBD@Z @48695 NONAME ?InternalIsDescendant@H245_MaxRedundancy@@UBEHPBD@Z @52764 NONAME ?InternalIsDescendant@H245_MCLocationIndication@@UBEHPBD@Z @48696 NONAME ?InternalIsDescendant@H245_McuNumber@@UBEHPBD@Z @48697 NONAME ?InternalIsDescendant@H245_MediaChannelCapability@@UBEHPBD@Z @48698 NONAME ?InternalIsDescendant@H245_MediaDistributionCapability@@UBEHPBD@Z @48699 NONAME ?InternalIsDescendant@H245_MediaEncryptionAlgorithm@@UBEHPBD@Z @48700 NONAME ?InternalIsDescendant@H245_MediaPacketizationCapability@@UBEHPBD@Z @48701 NONAME ?InternalIsDescendant@H245_MediaTransportType@@UBEHPBD@Z @48702 NONAME ?InternalIsDescendant@H245_MediaTransportType_atm_AAL5_compressed@@UBEHPBD@Z @48703 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand@@UBEHPBD@Z @48704 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand_type@@UBEHPBD@Z @48705 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBEHPBD@Z @52765 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBEHPBD@Z @52766 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand_type_lostPartialPicture@@UBEHPBD@Z @48706 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBEHPBD@Z @48707 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@UBEHPBD@Z @48708 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand_type_videoBadMBs@@UBEHPBD@Z @48709 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBEHPBD@Z @48710 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBEHPBD@Z @48711 NONAME ?InternalIsDescendant@H245_MiscellaneousIndication@@UBEHPBD@Z @48712 NONAME ?InternalIsDescendant@H245_MiscellaneousIndication_type@@UBEHPBD@Z @48713 NONAME ?InternalIsDescendant@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBEHPBD@Z @48714 NONAME ?InternalIsDescendant@H245_MobileMultilinkReconfigurationCommand@@UBEHPBD@Z @48715 NONAME ?InternalIsDescendant@H245_MobileMultilinkReconfigurationCommand_status@@UBEHPBD@Z @48716 NONAME ?InternalIsDescendant@H245_MobileMultilinkReconfigurationIndication@@UBEHPBD@Z @48717 NONAME ?InternalIsDescendant@H245_ModeDescription@@UBEHPBD@Z @48718 NONAME ?InternalIsDescendant@H245_ModeElement@@UBEHPBD@Z @48719 NONAME ?InternalIsDescendant@H245_ModeElementType@@UBEHPBD@Z @48720 NONAME ?InternalIsDescendant@H245_MulticastAddress@@UBEHPBD@Z @48721 NONAME ?InternalIsDescendant@H245_MulticastAddress_iP6Address@@UBEHPBD@Z @48722 NONAME ?InternalIsDescendant@H245_MulticastAddress_iPAddress@@UBEHPBD@Z @48723 NONAME ?InternalIsDescendant@H245_MultilinkIndication@@UBEHPBD@Z @48724 NONAME ?InternalIsDescendant@H245_MultilinkIndication_crcDesired@@UBEHPBD@Z @48725 NONAME ?InternalIsDescendant@H245_MultilinkIndication_excessiveError@@UBEHPBD@Z @48726 NONAME ?InternalIsDescendant@H245_MultilinkRequest@@UBEHPBD@Z @48727 NONAME ?InternalIsDescendant@H245_MultilinkRequest_addConnection@@UBEHPBD@Z @48728 NONAME ?InternalIsDescendant@H245_MultilinkRequest_callInformation@@UBEHPBD@Z @48729 NONAME ?InternalIsDescendant@H245_MultilinkRequest_maximumHeaderInterval@@UBEHPBD@Z @48730 NONAME ?InternalIsDescendant@H245_MultilinkRequest_maximumHeaderInterval_requestType@@UBEHPBD@Z @48731 NONAME ?InternalIsDescendant@H245_MultilinkRequest_removeConnection@@UBEHPBD@Z @48732 NONAME ?InternalIsDescendant@H245_MultilinkResponse@@UBEHPBD@Z @48733 NONAME ?InternalIsDescendant@H245_MultilinkResponse_addConnection@@UBEHPBD@Z @48734 NONAME ?InternalIsDescendant@H245_MultilinkResponse_addConnection_responseCode@@UBEHPBD@Z @48735 NONAME ?InternalIsDescendant@H245_MultilinkResponse_addConnection_responseCode_rejected@@UBEHPBD@Z @48736 NONAME ?InternalIsDescendant@H245_MultilinkResponse_callInformation@@UBEHPBD@Z @48737 NONAME ?InternalIsDescendant@H245_MultilinkResponse_maximumHeaderInterval@@UBEHPBD@Z @48738 NONAME ?InternalIsDescendant@H245_MultilinkResponse_removeConnection@@UBEHPBD@Z @48739 NONAME ?InternalIsDescendant@H245_MultimediaSystemControlMessage@@UBEHPBD@Z @48740 NONAME ?InternalIsDescendant@H245_MultiplePayloadStream@@UBEHPBD@Z @48741 NONAME ?InternalIsDescendant@H245_MultiplePayloadStreamCapability@@UBEHPBD@Z @48742 NONAME ?InternalIsDescendant@H245_MultiplePayloadStreamElement@@UBEHPBD@Z @48743 NONAME ?InternalIsDescendant@H245_MultiplePayloadStreamElementMode@@UBEHPBD@Z @48744 NONAME ?InternalIsDescendant@H245_MultiplePayloadStreamMode@@UBEHPBD@Z @48745 NONAME ?InternalIsDescendant@H245_MultiplexCapability@@UBEHPBD@Z @48746 NONAME ?InternalIsDescendant@H245_MultiplexedStreamCapability@@UBEHPBD@Z @48747 NONAME ?InternalIsDescendant@H245_MultiplexedStreamModeParameters@@UBEHPBD@Z @48748 NONAME ?InternalIsDescendant@H245_MultiplexedStreamParameter@@UBEHPBD@Z @48749 NONAME ?InternalIsDescendant@H245_MultiplexElement@@UBEHPBD@Z @48750 NONAME ?InternalIsDescendant@H245_MultiplexElement_repeatCount@@UBEHPBD@Z @48751 NONAME ?InternalIsDescendant@H245_MultiplexElement_type@@UBEHPBD@Z @48752 NONAME ?InternalIsDescendant@H245_MultiplexEntryDescriptor@@UBEHPBD@Z @48753 NONAME ?InternalIsDescendant@H245_MultiplexEntryRejectionDescriptions@@UBEHPBD@Z @48754 NONAME ?InternalIsDescendant@H245_MultiplexEntryRejectionDescriptions_cause@@UBEHPBD@Z @48755 NONAME ?InternalIsDescendant@H245_MultiplexEntrySend@@UBEHPBD@Z @48756 NONAME ?InternalIsDescendant@H245_MultiplexEntrySendAck@@UBEHPBD@Z @48757 NONAME ?InternalIsDescendant@H245_MultiplexEntrySendReject@@UBEHPBD@Z @48758 NONAME ?InternalIsDescendant@H245_MultiplexEntrySendRelease@@UBEHPBD@Z @48759 NONAME ?InternalIsDescendant@H245_MultiplexFormat@@UBEHPBD@Z @48760 NONAME ?InternalIsDescendant@H245_MultiplexTableEntryNumber@@UBEHPBD@Z @48761 NONAME ?InternalIsDescendant@H245_MultipointCapability@@UBEHPBD@Z @48762 NONAME ?InternalIsDescendant@H245_NetworkAccessParameters@@UBEHPBD@Z @48763 NONAME ?InternalIsDescendant@H245_NetworkAccessParameters_distribution@@UBEHPBD@Z @48764 NONAME ?InternalIsDescendant@H245_NetworkAccessParameters_networkAddress@@UBEHPBD@Z @48765 NONAME ?InternalIsDescendant@H245_NetworkAccessParameters_t120SetupProcedure@@UBEHPBD@Z @48766 NONAME ?InternalIsDescendant@H245_NewATMVCCommand@@UBEHPBD@Z @48767 NONAME ?InternalIsDescendant@H245_NewATMVCCommand_aal@@UBEHPBD@Z @48768 NONAME ?InternalIsDescendant@H245_NewATMVCCommand_aal_aal1@@UBEHPBD@Z @48769 NONAME ?InternalIsDescendant@H245_NewATMVCCommand_aal_aal1_clockRecovery@@UBEHPBD@Z @48770 NONAME ?InternalIsDescendant@H245_NewATMVCCommand_aal_aal1_errorCorrection@@UBEHPBD@Z @48771 NONAME ?InternalIsDescendant@H245_NewATMVCCommand_aal_aal5@@UBEHPBD@Z @48772 NONAME ?InternalIsDescendant@H245_NewATMVCCommand_multiplex@@UBEHPBD@Z @48773 NONAME ?InternalIsDescendant@H245_NewATMVCCommand_reverseParameters@@UBEHPBD@Z @48774 NONAME ?InternalIsDescendant@H245_NewATMVCCommand_reverseParameters_multiplex@@UBEHPBD@Z @48775 NONAME ?InternalIsDescendant@H245_NewATMVCIndication@@UBEHPBD@Z @48776 NONAME ?InternalIsDescendant@H245_NewATMVCIndication_aal@@UBEHPBD@Z @48777 NONAME ?InternalIsDescendant@H245_NewATMVCIndication_aal_aal1@@UBEHPBD@Z @48778 NONAME ?InternalIsDescendant@H245_NewATMVCIndication_aal_aal1_clockRecovery@@UBEHPBD@Z @48779 NONAME ?InternalIsDescendant@H245_NewATMVCIndication_aal_aal1_errorCorrection@@UBEHPBD@Z @48780 NONAME ?InternalIsDescendant@H245_NewATMVCIndication_aal_aal5@@UBEHPBD@Z @48781 NONAME ?InternalIsDescendant@H245_NewATMVCIndication_multiplex@@UBEHPBD@Z @48782 NONAME ?InternalIsDescendant@H245_NewATMVCIndication_reverseParameters@@UBEHPBD@Z @48783 NONAME ?InternalIsDescendant@H245_NewATMVCIndication_reverseParameters_multiplex@@UBEHPBD@Z @48784 NONAME ?InternalIsDescendant@H245_NonStandardIdentifier@@UBEHPBD@Z @48785 NONAME ?InternalIsDescendant@H245_NonStandardIdentifier_h221NonStandard@@UBEHPBD@Z @48786 NONAME ?InternalIsDescendant@H245_NonStandardMessage@@UBEHPBD@Z @48787 NONAME ?InternalIsDescendant@H245_NonStandardParameter@@UBEHPBD@Z @48788 NONAME ?InternalIsDescendant@H245_NoPTAudioTelephonyEventCapability@@UBEHPBD@Z @48789 NONAME ?InternalIsDescendant@H245_NoPTAudioToneCapability@@UBEHPBD@Z @48790 NONAME ?InternalIsDescendant@H245_OpenLogicalChannel@@UBEHPBD@Z @48791 NONAME ?InternalIsDescendant@H245_OpenLogicalChannelAck@@UBEHPBD@Z @48792 NONAME ?InternalIsDescendant@H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@UBEHPBD@Z @48793 NONAME ?InternalIsDescendant@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBEHPBD@Z @48794 NONAME ?InternalIsDescendant@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@UBEHPBD@Z @48795 NONAME ?InternalIsDescendant@H245_OpenLogicalChannelConfirm@@UBEHPBD@Z @48796 NONAME ?InternalIsDescendant@H245_OpenLogicalChannelReject@@UBEHPBD@Z @48797 NONAME ?InternalIsDescendant@H245_OpenLogicalChannelReject_cause@@UBEHPBD@Z @48798 NONAME ?InternalIsDescendant@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBEHPBD@Z @48799 NONAME ?InternalIsDescendant@H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@UBEHPBD@Z @48800 NONAME ?InternalIsDescendant@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBEHPBD@Z @48801 NONAME ?InternalIsDescendant@H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@UBEHPBD@Z @48802 NONAME ?InternalIsDescendant@H245_ParameterIdentifier@@UBEHPBD@Z @48803 NONAME ?InternalIsDescendant@H245_ParameterValue@@UBEHPBD@Z @48804 NONAME ?InternalIsDescendant@H245_Params@@UBEHPBD@Z @52767 NONAME ?InternalIsDescendant@H245_Password@@UBEHPBD@Z @48805 NONAME ?InternalIsDescendant@H245_PictureReference@@UBEHPBD@Z @48806 NONAME ?InternalIsDescendant@H245_Q2931Address@@UBEHPBD@Z @48807 NONAME ?InternalIsDescendant@H245_Q2931Address_address@@UBEHPBD@Z @48808 NONAME ?InternalIsDescendant@H245_QOSCapability@@UBEHPBD@Z @48809 NONAME ?InternalIsDescendant@H245_QOSMode@@UBEHPBD@Z @48810 NONAME ?InternalIsDescendant@H245_RedundancyEncoding@@UBEHPBD@Z @48811 NONAME ?InternalIsDescendant@H245_RedundancyEncodingCapability@@UBEHPBD@Z @48812 NONAME ?InternalIsDescendant@H245_RedundancyEncodingDTMode@@UBEHPBD@Z @48813 NONAME ?InternalIsDescendant@H245_RedundancyEncodingDTModeElement@@UBEHPBD@Z @48814 NONAME ?InternalIsDescendant@H245_RedundancyEncodingDTModeElement_type@@UBEHPBD@Z @48815 NONAME ?InternalIsDescendant@H245_RedundancyEncodingElement@@UBEHPBD@Z @48816 NONAME ?InternalIsDescendant@H245_RedundancyEncodingMethod@@UBEHPBD@Z @48817 NONAME ?InternalIsDescendant@H245_RedundancyEncodingMode@@UBEHPBD@Z @48818 NONAME ?InternalIsDescendant@H245_RedundancyEncodingMode_secondaryEncoding@@UBEHPBD@Z @48819 NONAME ?InternalIsDescendant@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBEHPBD@Z @48820 NONAME ?InternalIsDescendant@H245_RefPictureSelection@@UBEHPBD@Z @48821 NONAME ?InternalIsDescendant@H245_RefPictureSelection_additionalPictureMemory@@UBEHPBD@Z @48822 NONAME ?InternalIsDescendant@H245_RefPictureSelection_enhancedReferencePicSelect@@UBEHPBD@Z @48823 NONAME ?InternalIsDescendant@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBEHPBD@Z @48824 NONAME ?InternalIsDescendant@H245_RefPictureSelection_videoBackChannelSend@@UBEHPBD@Z @48825 NONAME ?InternalIsDescendant@H245_RemoteMCRequest@@UBEHPBD@Z @48826 NONAME ?InternalIsDescendant@H245_RemoteMCResponse@@UBEHPBD@Z @48827 NONAME ?InternalIsDescendant@H245_RemoteMCResponse_reject@@UBEHPBD@Z @48828 NONAME ?InternalIsDescendant@H245_RequestAllTerminalIDsResponse@@UBEHPBD@Z @48829 NONAME ?InternalIsDescendant@H245_RequestChannelClose@@UBEHPBD@Z @48830 NONAME ?InternalIsDescendant@H245_RequestChannelCloseAck@@UBEHPBD@Z @48831 NONAME ?InternalIsDescendant@H245_RequestChannelCloseReject@@UBEHPBD@Z @48832 NONAME ?InternalIsDescendant@H245_RequestChannelCloseReject_cause@@UBEHPBD@Z @48833 NONAME ?InternalIsDescendant@H245_RequestChannelCloseRelease@@UBEHPBD@Z @48834 NONAME ?InternalIsDescendant@H245_RequestChannelClose_reason@@UBEHPBD@Z @48835 NONAME ?InternalIsDescendant@H245_RequestMessage@@UBEHPBD@Z @48836 NONAME ?InternalIsDescendant@H245_RequestMode@@UBEHPBD@Z @48837 NONAME ?InternalIsDescendant@H245_RequestModeAck@@UBEHPBD@Z @48838 NONAME ?InternalIsDescendant@H245_RequestModeAck_response@@UBEHPBD@Z @48839 NONAME ?InternalIsDescendant@H245_RequestModeReject@@UBEHPBD@Z @48840 NONAME ?InternalIsDescendant@H245_RequestModeReject_cause@@UBEHPBD@Z @48841 NONAME ?InternalIsDescendant@H245_RequestModeRelease@@UBEHPBD@Z @48842 NONAME ?InternalIsDescendant@H245_RequestMultiplexEntry@@UBEHPBD@Z @48843 NONAME ?InternalIsDescendant@H245_RequestMultiplexEntryAck@@UBEHPBD@Z @48844 NONAME ?InternalIsDescendant@H245_RequestMultiplexEntryReject@@UBEHPBD@Z @48845 NONAME ?InternalIsDescendant@H245_RequestMultiplexEntryRejectionDescriptions@@UBEHPBD@Z @48846 NONAME ?InternalIsDescendant@H245_RequestMultiplexEntryRejectionDescriptions_cause@@UBEHPBD@Z @48847 NONAME ?InternalIsDescendant@H245_RequestMultiplexEntryRelease@@UBEHPBD@Z @48848 NONAME ?InternalIsDescendant@H245_ResponseMessage@@UBEHPBD@Z @48849 NONAME ?InternalIsDescendant@H245_RoundTripDelayRequest@@UBEHPBD@Z @48850 NONAME ?InternalIsDescendant@H245_RoundTripDelayResponse@@UBEHPBD@Z @48851 NONAME ?InternalIsDescendant@H245_RSVPParameters@@UBEHPBD@Z @48852 NONAME ?InternalIsDescendant@H245_RTPH263VideoRedundancyEncoding@@UBEHPBD@Z @48853 NONAME ?InternalIsDescendant@H245_RTPH263VideoRedundancyEncoding_containedThreads@@UBEHPBD@Z @48854 NONAME ?InternalIsDescendant@H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@UBEHPBD@Z @48855 NONAME ?InternalIsDescendant@H245_RTPH263VideoRedundancyFrameMapping@@UBEHPBD@Z @48856 NONAME ?InternalIsDescendant@H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@UBEHPBD@Z @48857 NONAME ?InternalIsDescendant@H245_RTPPayloadType@@UBEHPBD@Z @48858 NONAME ?InternalIsDescendant@H245_RTPPayloadType_payloadDescriptor@@UBEHPBD@Z @48859 NONAME ?InternalIsDescendant@H245_SendTerminalCapabilitySet@@UBEHPBD@Z @48860 NONAME ?InternalIsDescendant@H245_SendTerminalCapabilitySet_specificRequest@@UBEHPBD@Z @48861 NONAME ?InternalIsDescendant@H245_SequenceNumber@@UBEHPBD@Z @48862 NONAME ?InternalIsDescendant@H245_SubstituteConferenceIDCommand@@UBEHPBD@Z @48863 NONAME ?InternalIsDescendant@H245_T38FaxProfile@@UBEHPBD@Z @48864 NONAME ?InternalIsDescendant@H245_T38FaxRateManagement@@UBEHPBD@Z @48865 NONAME ?InternalIsDescendant@H245_T38FaxTcpOptions@@UBEHPBD@Z @48866 NONAME ?InternalIsDescendant@H245_T38FaxUdpOptions@@UBEHPBD@Z @48867 NONAME ?InternalIsDescendant@H245_T38FaxUdpOptions_t38FaxUdpEC@@UBEHPBD@Z @48868 NONAME ?InternalIsDescendant@H245_T84Profile@@UBEHPBD@Z @48869 NONAME ?InternalIsDescendant@H245_T84Profile_t84Restricted@@UBEHPBD@Z @48870 NONAME ?InternalIsDescendant@H245_TerminalCapabilitySet@@UBEHPBD@Z @48871 NONAME ?InternalIsDescendant@H245_TerminalCapabilitySetAck@@UBEHPBD@Z @48872 NONAME ?InternalIsDescendant@H245_TerminalCapabilitySetReject@@UBEHPBD@Z @48873 NONAME ?InternalIsDescendant@H245_TerminalCapabilitySetReject_cause@@UBEHPBD@Z @48874 NONAME ?InternalIsDescendant@H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@UBEHPBD@Z @48875 NONAME ?InternalIsDescendant@H245_TerminalCapabilitySetRelease@@UBEHPBD@Z @48876 NONAME ?InternalIsDescendant@H245_TerminalID@@UBEHPBD@Z @48877 NONAME ?InternalIsDescendant@H245_TerminalInformation@@UBEHPBD@Z @48878 NONAME ?InternalIsDescendant@H245_TerminalLabel@@UBEHPBD@Z @48879 NONAME ?InternalIsDescendant@H245_TerminalNumber@@UBEHPBD@Z @48880 NONAME ?InternalIsDescendant@H245_TerminalYouAreSeeingInSubPictureNumber@@UBEHPBD@Z @48881 NONAME ?InternalIsDescendant@H245_TransparencyParameters@@UBEHPBD@Z @48882 NONAME ?InternalIsDescendant@H245_TransportAddress@@UBEHPBD@Z @48883 NONAME ?InternalIsDescendant@H245_TransportCapability@@UBEHPBD@Z @48884 NONAME ?InternalIsDescendant@H245_UnicastAddress@@UBEHPBD@Z @48885 NONAME ?InternalIsDescendant@H245_UnicastAddress_iP6Address@@UBEHPBD@Z @48886 NONAME ?InternalIsDescendant@H245_UnicastAddress_iPAddress@@UBEHPBD@Z @48887 NONAME ?InternalIsDescendant@H245_UnicastAddress_iPSourceRouteAddress@@UBEHPBD@Z @48888 NONAME ?InternalIsDescendant@H245_UnicastAddress_iPSourceRouteAddress_route@@UBEHPBD@Z @48889 NONAME ?InternalIsDescendant@H245_UnicastAddress_iPSourceRouteAddress_routing@@UBEHPBD@Z @48890 NONAME ?InternalIsDescendant@H245_UnicastAddress_iPXAddress@@UBEHPBD@Z @48891 NONAME ?InternalIsDescendant@H245_UserInputCapability@@UBEHPBD@Z @48892 NONAME ?InternalIsDescendant@H245_UserInputIndication@@UBEHPBD@Z @48893 NONAME ?InternalIsDescendant@H245_UserInputIndication_encryptedAlphanumeric@@UBEHPBD@Z @52768 NONAME ?InternalIsDescendant@H245_UserInputIndication_extendedAlphanumeric@@UBEHPBD@Z @48894 NONAME ?InternalIsDescendant@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBEHPBD@Z @52769 NONAME ?InternalIsDescendant@H245_UserInputIndication_signal@@UBEHPBD@Z @48895 NONAME ?InternalIsDescendant@H245_UserInputIndication_signalUpdate@@UBEHPBD@Z @48896 NONAME ?InternalIsDescendant@H245_UserInputIndication_signalUpdate_rtp@@UBEHPBD@Z @48897 NONAME ?InternalIsDescendant@H245_UserInputIndication_signal_rtp@@UBEHPBD@Z @48898 NONAME ?InternalIsDescendant@H245_UserInputIndication_userInputSupportIndication@@UBEHPBD@Z @48899 NONAME ?InternalIsDescendant@H245_V42bis@@UBEHPBD@Z @48900 NONAME ?InternalIsDescendant@H245_V75Capability@@UBEHPBD@Z @48901 NONAME ?InternalIsDescendant@H245_V75Parameters@@UBEHPBD@Z @48902 NONAME ?InternalIsDescendant@H245_V76Capability@@UBEHPBD@Z @48903 NONAME ?InternalIsDescendant@H245_V76HDLCParameters@@UBEHPBD@Z @48904 NONAME ?InternalIsDescendant@H245_V76LogicalChannelParameters@@UBEHPBD@Z @48905 NONAME ?InternalIsDescendant@H245_V76LogicalChannelParameters_mode@@UBEHPBD@Z @48906 NONAME ?InternalIsDescendant@H245_V76LogicalChannelParameters_mode_eRM@@UBEHPBD@Z @48907 NONAME ?InternalIsDescendant@H245_V76LogicalChannelParameters_mode_eRM_recovery@@UBEHPBD@Z @48908 NONAME ?InternalIsDescendant@H245_V76LogicalChannelParameters_suspendResume@@UBEHPBD@Z @48909 NONAME ?InternalIsDescendant@H245_V76ModeParameters@@UBEHPBD@Z @48910 NONAME ?InternalIsDescendant@H245_VBDCapability@@UBEHPBD@Z @48911 NONAME ?InternalIsDescendant@H245_VBDMode@@UBEHPBD@Z @48912 NONAME ?InternalIsDescendant@H245_VCCapability@@UBEHPBD@Z @48913 NONAME ?InternalIsDescendant@H245_VCCapability_aal1@@UBEHPBD@Z @48914 NONAME ?InternalIsDescendant@H245_VCCapability_aal1ViaGateway@@UBEHPBD@Z @48915 NONAME ?InternalIsDescendant@H245_VCCapability_aal5@@UBEHPBD@Z @48916 NONAME ?InternalIsDescendant@H245_VCCapability_availableBitRates@@UBEHPBD@Z @48917 NONAME ?InternalIsDescendant@H245_VCCapability_availableBitRates_type@@UBEHPBD@Z @48918 NONAME ?InternalIsDescendant@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBEHPBD@Z @48919 NONAME ?InternalIsDescendant@H245_VendorIdentification@@UBEHPBD@Z @48920 NONAME ?InternalIsDescendant@H245_VideoCapability@@UBEHPBD@Z @48921 NONAME ?InternalIsDescendant@H245_VideoIndicateCompose@@UBEHPBD@Z @48922 NONAME ?InternalIsDescendant@H245_VideoMode@@UBEHPBD@Z @48923 NONAME ?InternalIsDescendant@H248_ActionReply@@UBEHPBD@Z @48924 NONAME ?InternalIsDescendant@H248_ActionRequest@@UBEHPBD@Z @48925 NONAME ?InternalIsDescendant@H248_AmmDescriptor@@UBEHPBD@Z @48926 NONAME ?InternalIsDescendant@H248_AmmRequest@@UBEHPBD@Z @48927 NONAME ?InternalIsDescendant@H248_AmmsReply@@UBEHPBD@Z @48928 NONAME ?InternalIsDescendant@H248_ArrayOf_ActionReply@@UBEHPBD@Z @48929 NONAME ?InternalIsDescendant@H248_ArrayOf_ActionRequest@@UBEHPBD@Z @48930 NONAME ?InternalIsDescendant@H248_ArrayOf_AmmDescriptor@@UBEHPBD@Z @48931 NONAME ?InternalIsDescendant@H248_ArrayOf_CommandReply@@UBEHPBD@Z @48932 NONAME ?InternalIsDescendant@H248_ArrayOf_CommandRequest@@UBEHPBD@Z @48933 NONAME ?InternalIsDescendant@H248_ArrayOf_EventParameter@@UBEHPBD@Z @48934 NONAME ?InternalIsDescendant@H248_ArrayOf_IndAuditParameter@@UBEHPBD@Z @48935 NONAME ?InternalIsDescendant@H248_ArrayOf_IndAudPropertyParm@@UBEHPBD@Z @48936 NONAME ?InternalIsDescendant@H248_ArrayOf_IndAudStreamDescriptor@@UBEHPBD@Z @48937 NONAME ?InternalIsDescendant@H248_ArrayOf_ModemType@@UBEHPBD@Z @48938 NONAME ?InternalIsDescendant@H248_ArrayOf_ObservedEvent@@UBEHPBD@Z @48939 NONAME ?InternalIsDescendant@H248_ArrayOf_PASN_OctetString@@UBEHPBD@Z @48940 NONAME ?InternalIsDescendant@H248_ArrayOf_PropertyGroup@@UBEHPBD@Z @48941 NONAME ?InternalIsDescendant@H248_ArrayOf_PropertyParm@@UBEHPBD@Z @48942 NONAME ?InternalIsDescendant@H248_ArrayOf_RequestedEvent@@UBEHPBD@Z @48943 NONAME ?InternalIsDescendant@H248_ArrayOf_SecondRequestedEvent@@UBEHPBD@Z @48944 NONAME ?InternalIsDescendant@H248_ArrayOf_Signal@@UBEHPBD@Z @48945 NONAME ?InternalIsDescendant@H248_ArrayOf_SigParameter@@UBEHPBD@Z @48946 NONAME ?InternalIsDescendant@H248_ArrayOf_StreamDescriptor@@UBEHPBD@Z @48947 NONAME ?InternalIsDescendant@H248_ArrayOf_TerminationID@@UBEHPBD@Z @48948 NONAME ?InternalIsDescendant@H248_ArrayOf_TopologyRequest@@UBEHPBD@Z @48949 NONAME ?InternalIsDescendant@H248_ArrayOf_Transaction@@UBEHPBD@Z @48950 NONAME ?InternalIsDescendant@H248_ArrayOf_WildcardField@@UBEHPBD@Z @48951 NONAME ?InternalIsDescendant@H248_AuditDescriptor@@UBEHPBD@Z @48952 NONAME ?InternalIsDescendant@H248_AuditReply@@UBEHPBD@Z @48953 NONAME ?InternalIsDescendant@H248_AuditRequest@@UBEHPBD@Z @48954 NONAME ?InternalIsDescendant@H248_AuditResult@@UBEHPBD@Z @48955 NONAME ?InternalIsDescendant@H248_AuditReturnParameter@@UBEHPBD@Z @48956 NONAME ?InternalIsDescendant@H248_AuthData@@UBEHPBD@Z @48957 NONAME ?InternalIsDescendant@H248_AuthenticationHeader@@UBEHPBD@Z @48958 NONAME ?InternalIsDescendant@H248_Command@@UBEHPBD@Z @48959 NONAME ?InternalIsDescendant@H248_CommandReply@@UBEHPBD@Z @48960 NONAME ?InternalIsDescendant@H248_CommandRequest@@UBEHPBD@Z @48961 NONAME ?InternalIsDescendant@H248_ContextAttrAuditRequest@@UBEHPBD@Z @48962 NONAME ?InternalIsDescendant@H248_ContextID@@UBEHPBD@Z @48963 NONAME ?InternalIsDescendant@H248_ContextRequest@@UBEHPBD@Z @48964 NONAME ?InternalIsDescendant@H248_DigitMapDescriptor@@UBEHPBD@Z @48965 NONAME ?InternalIsDescendant@H248_DigitMapName@@UBEHPBD@Z @48966 NONAME ?InternalIsDescendant@H248_DigitMapValue@@UBEHPBD@Z @48967 NONAME ?InternalIsDescendant@H248_DomainName@@UBEHPBD@Z @48968 NONAME ?InternalIsDescendant@H248_ErrorCode@@UBEHPBD@Z @48969 NONAME ?InternalIsDescendant@H248_ErrorDescriptor@@UBEHPBD@Z @48970 NONAME ?InternalIsDescendant@H248_ErrorText@@UBEHPBD@Z @48971 NONAME ?InternalIsDescendant@H248_EventBufferControl@@UBEHPBD@Z @48972 NONAME ?InternalIsDescendant@H248_EventBufferDescriptor@@UBEHPBD@Z @48973 NONAME ?InternalIsDescendant@H248_EventDM@@UBEHPBD@Z @48974 NONAME ?InternalIsDescendant@H248_EventName@@UBEHPBD@Z @48975 NONAME ?InternalIsDescendant@H248_EventParameter@@UBEHPBD@Z @48976 NONAME ?InternalIsDescendant@H248_EventParameter_extraInfo@@UBEHPBD@Z @48977 NONAME ?InternalIsDescendant@H248_EventsDescriptor@@UBEHPBD@Z @48978 NONAME ?InternalIsDescendant@H248_EventSpec@@UBEHPBD@Z @48979 NONAME ?InternalIsDescendant@H248_H221NonStandard@@UBEHPBD@Z @48980 NONAME ?InternalIsDescendant@H248_IndAudDigitMapDescriptor@@UBEHPBD@Z @48981 NONAME ?InternalIsDescendant@H248_IndAudEventBufferDescriptor@@UBEHPBD@Z @48982 NONAME ?InternalIsDescendant@H248_IndAudEventsDescriptor@@UBEHPBD@Z @48983 NONAME ?InternalIsDescendant@H248_IndAuditParameter@@UBEHPBD@Z @48984 NONAME ?InternalIsDescendant@H248_IndAudLocalControlDescriptor@@UBEHPBD@Z @48985 NONAME ?InternalIsDescendant@H248_IndAudLocalRemoteDescriptor@@UBEHPBD@Z @48986 NONAME ?InternalIsDescendant@H248_IndAudMediaDescriptor@@UBEHPBD@Z @48987 NONAME ?InternalIsDescendant@H248_IndAudMediaDescriptor_streams@@UBEHPBD@Z @48988 NONAME ?InternalIsDescendant@H248_IndAudPackagesDescriptor@@UBEHPBD@Z @48989 NONAME ?InternalIsDescendant@H248_IndAudPropertyGroup@@UBEHPBD@Z @48990 NONAME ?InternalIsDescendant@H248_IndAudPropertyParm@@UBEHPBD@Z @48991 NONAME ?InternalIsDescendant@H248_IndAudSeqSigList@@UBEHPBD@Z @48992 NONAME ?InternalIsDescendant@H248_IndAudSignal@@UBEHPBD@Z @48993 NONAME ?InternalIsDescendant@H248_IndAudSignalsDescriptor@@UBEHPBD@Z @48994 NONAME ?InternalIsDescendant@H248_IndAudStatisticsDescriptor@@UBEHPBD@Z @48995 NONAME ?InternalIsDescendant@H248_IndAudStreamDescriptor@@UBEHPBD@Z @48996 NONAME ?InternalIsDescendant@H248_IndAudStreamParms@@UBEHPBD@Z @48997 NONAME ?InternalIsDescendant@H248_IndAudTerminationStateDescriptor@@UBEHPBD@Z @48998 NONAME ?InternalIsDescendant@H248_IP4Address@@UBEHPBD@Z @48999 NONAME ?InternalIsDescendant@H248_IP6Address@@UBEHPBD@Z @49000 NONAME ?InternalIsDescendant@H248_LocalControlDescriptor@@UBEHPBD@Z @49001 NONAME ?InternalIsDescendant@H248_LocalRemoteDescriptor@@UBEHPBD@Z @49002 NONAME ?InternalIsDescendant@H248_MediaDescriptor@@UBEHPBD@Z @49003 NONAME ?InternalIsDescendant@H248_MediaDescriptor_streams@@UBEHPBD@Z @49004 NONAME ?InternalIsDescendant@H248_MegacoMessage@@UBEHPBD@Z @49005 NONAME ?InternalIsDescendant@H248_Message@@UBEHPBD@Z @49006 NONAME ?InternalIsDescendant@H248_Message_messageBody@@UBEHPBD@Z @49007 NONAME ?InternalIsDescendant@H248_MId@@UBEHPBD@Z @49008 NONAME ?InternalIsDescendant@H248_ModemDescriptor@@UBEHPBD@Z @49009 NONAME ?InternalIsDescendant@H248_ModemType@@UBEHPBD@Z @49010 NONAME ?InternalIsDescendant@H248_MuxDescriptor@@UBEHPBD@Z @49011 NONAME ?InternalIsDescendant@H248_MuxType@@UBEHPBD@Z @49012 NONAME ?InternalIsDescendant@H248_Name@@UBEHPBD@Z @49013 NONAME ?InternalIsDescendant@H248_NonStandardData@@UBEHPBD@Z @49014 NONAME ?InternalIsDescendant@H248_NonStandardIdentifier@@UBEHPBD@Z @49015 NONAME ?InternalIsDescendant@H248_NotifyCompletion@@UBEHPBD@Z @49016 NONAME ?InternalIsDescendant@H248_NotifyReply@@UBEHPBD@Z @49017 NONAME ?InternalIsDescendant@H248_NotifyRequest@@UBEHPBD@Z @49018 NONAME ?InternalIsDescendant@H248_ObservedEvent@@UBEHPBD@Z @49019 NONAME ?InternalIsDescendant@H248_ObservedEventsDescriptor@@UBEHPBD@Z @49020 NONAME ?InternalIsDescendant@H248_PackagesDescriptor@@UBEHPBD@Z @49021 NONAME ?InternalIsDescendant@H248_PackagesItem@@UBEHPBD@Z @49022 NONAME ?InternalIsDescendant@H248_PathName@@UBEHPBD@Z @49023 NONAME ?InternalIsDescendant@H248_PkgdName@@UBEHPBD@Z @49024 NONAME ?InternalIsDescendant@H248_PropertyGroup@@UBEHPBD@Z @49025 NONAME ?InternalIsDescendant@H248_PropertyParm@@UBEHPBD@Z @49026 NONAME ?InternalIsDescendant@H248_PropertyParm_extraInfo@@UBEHPBD@Z @49027 NONAME ?InternalIsDescendant@H248_Relation@@UBEHPBD@Z @49028 NONAME ?InternalIsDescendant@H248_RequestedActions@@UBEHPBD@Z @49029 NONAME ?InternalIsDescendant@H248_RequestedEvent@@UBEHPBD@Z @49030 NONAME ?InternalIsDescendant@H248_RequestID@@UBEHPBD@Z @49031 NONAME ?InternalIsDescendant@H248_SecondEventsDescriptor@@UBEHPBD@Z @49032 NONAME ?InternalIsDescendant@H248_SecondRequestedActions@@UBEHPBD@Z @49033 NONAME ?InternalIsDescendant@H248_SecondRequestedEvent@@UBEHPBD@Z @49034 NONAME ?InternalIsDescendant@H248_SecurityParmIndex@@UBEHPBD@Z @49035 NONAME ?InternalIsDescendant@H248_SeqSigList@@UBEHPBD@Z @49036 NONAME ?InternalIsDescendant@H248_SequenceNum@@UBEHPBD@Z @49037 NONAME ?InternalIsDescendant@H248_ServiceChangeAddress@@UBEHPBD@Z @49038 NONAME ?InternalIsDescendant@H248_ServiceChangeMethod@@UBEHPBD@Z @49039 NONAME ?InternalIsDescendant@H248_ServiceChangeParm@@UBEHPBD@Z @49040 NONAME ?InternalIsDescendant@H248_ServiceChangeProfile@@UBEHPBD@Z @49041 NONAME ?InternalIsDescendant@H248_ServiceChangeReply@@UBEHPBD@Z @49042 NONAME ?InternalIsDescendant@H248_ServiceChangeRequest@@UBEHPBD@Z @49043 NONAME ?InternalIsDescendant@H248_ServiceChangeResParm@@UBEHPBD@Z @49044 NONAME ?InternalIsDescendant@H248_ServiceChangeResult@@UBEHPBD@Z @49045 NONAME ?InternalIsDescendant@H248_ServiceState@@UBEHPBD@Z @49046 NONAME ?InternalIsDescendant@H248_Signal@@UBEHPBD@Z @49047 NONAME ?InternalIsDescendant@H248_SignalName@@UBEHPBD@Z @49048 NONAME ?InternalIsDescendant@H248_SignalRequest@@UBEHPBD@Z @49049 NONAME ?InternalIsDescendant@H248_SignalsDescriptor@@UBEHPBD@Z @49050 NONAME ?InternalIsDescendant@H248_SignalType@@UBEHPBD@Z @49051 NONAME ?InternalIsDescendant@H248_SigParameter@@UBEHPBD@Z @49052 NONAME ?InternalIsDescendant@H248_SigParameter_extraInfo@@UBEHPBD@Z @49053 NONAME ?InternalIsDescendant@H248_StatisticsDescriptor@@UBEHPBD@Z @49054 NONAME ?InternalIsDescendant@H248_StatisticsParameter@@UBEHPBD@Z @49055 NONAME ?InternalIsDescendant@H248_StreamDescriptor@@UBEHPBD@Z @49056 NONAME ?InternalIsDescendant@H248_StreamID@@UBEHPBD@Z @49057 NONAME ?InternalIsDescendant@H248_StreamMode@@UBEHPBD@Z @49058 NONAME ?InternalIsDescendant@H248_StreamParms@@UBEHPBD@Z @49059 NONAME ?InternalIsDescendant@H248_SubtractRequest@@UBEHPBD@Z @49060 NONAME ?InternalIsDescendant@H248_TerminationAudit@@UBEHPBD@Z @49061 NONAME ?InternalIsDescendant@H248_TerminationID@@UBEHPBD@Z @49062 NONAME ?InternalIsDescendant@H248_TerminationIDList@@UBEHPBD@Z @49063 NONAME ?InternalIsDescendant@H248_TerminationStateDescriptor@@UBEHPBD@Z @49064 NONAME ?InternalIsDescendant@H248_TimeNotation@@UBEHPBD@Z @49065 NONAME ?InternalIsDescendant@H248_TopologyRequest@@UBEHPBD@Z @49066 NONAME ?InternalIsDescendant@H248_TopologyRequest_topologyDirection@@UBEHPBD@Z @49067 NONAME ?InternalIsDescendant@H248_Transaction@@UBEHPBD@Z @49068 NONAME ?InternalIsDescendant@H248_TransactionAck@@UBEHPBD@Z @49069 NONAME ?InternalIsDescendant@H248_TransactionId@@UBEHPBD@Z @49070 NONAME ?InternalIsDescendant@H248_TransactionPending@@UBEHPBD@Z @49071 NONAME ?InternalIsDescendant@H248_TransactionReply@@UBEHPBD@Z @49072 NONAME ?InternalIsDescendant@H248_TransactionReply_transactionResult@@UBEHPBD@Z @49073 NONAME ?InternalIsDescendant@H248_TransactionRequest@@UBEHPBD@Z @49074 NONAME ?InternalIsDescendant@H248_TransactionResponseAck@@UBEHPBD@Z @49075 NONAME ?InternalIsDescendant@H248_Value@@UBEHPBD@Z @49076 NONAME ?InternalIsDescendant@H248_WildcardField@@UBEHPBD@Z @49077 NONAME ?InternalIsDescendant@H323AudioCapability@@UBEHPBD@Z @49080 NONAME ?InternalIsDescendant@H323AudioCodec@@UBEHPBD@Z @49081 NONAME ?InternalIsDescendant@H323BidirectionalChannel@@UBEHPBD@Z @49082 NONAME ?InternalIsDescendant@H323CallCreditServiceControl@@UBEHPBD@Z @49083 NONAME ?InternalIsDescendant@H323Capabilities@@UBEHPBD@Z @49084 NONAME ?InternalIsDescendant@H323CapabilitiesSet@@UBEHPBD@Z @49085 NONAME ?InternalIsDescendant@H323Capability@@UBEHPBD@Z @49086 NONAME ?InternalIsDescendant@H323Channel@@UBEHPBD@Z @49088 NONAME ?InternalIsDescendant@H323ChannelNumber@@UBEHPBD@Z @49089 NONAME ?InternalIsDescendant@H323Codec@@UBEHPBD@Z @49090 NONAME ?InternalIsDescendant@H323CodecPluginGenericAudioCapability@@UBEHPBD@Z @52770 NONAME ?InternalIsDescendant@H323CodecPluginNonStandardAudioCapability@@UBEHPBD@Z @49091 NONAME ?InternalIsDescendant@H323Connection@@UBEHPBD@Z @49092 NONAME ?InternalIsDescendant@H323ConnectionsCleaner@@UBEHPBD@Z @49093 NONAME ?InternalIsDescendant@H323ControlPDU@@UBEHPBD@Z @49094 NONAME ?InternalIsDescendant@H323DataCapability@@UBEHPBD@Z @49095 NONAME ?InternalIsDescendant@H323DataChannel@@UBEHPBD@Z @49096 NONAME ?InternalIsDescendant@H323DynaLink@@UBEHPBD@Z @49677 NONAME ?InternalIsDescendant@H323EndPoint@@UBEHPBD@Z @49097 NONAME ?InternalIsDescendant@H323FramedAudioCodec@@UBEHPBD@Z @49098 NONAME ?InternalIsDescendant@H323Gatekeeper@@UBEHPBD@Z @49099 NONAME ?InternalIsDescendant@H323GatekeeperARQ@@UBEHPBD@Z @49100 NONAME ?InternalIsDescendant@H323GatekeeperBRQ@@UBEHPBD@Z @49101 NONAME ?InternalIsDescendant@H323GatekeeperCall@@UBEHPBD@Z @49102 NONAME ?InternalIsDescendant@H323GatekeeperDRQ@@UBEHPBD@Z @49103 NONAME ?InternalIsDescendant@H323GatekeeperGRQ@@UBEHPBD@Z @49104 NONAME ?InternalIsDescendant@H323GatekeeperIRR@@UBEHPBD@Z @49105 NONAME ?InternalIsDescendant@H323GatekeeperListener@@UBEHPBD@Z @49106 NONAME ?InternalIsDescendant@H323GatekeeperLRQ@@UBEHPBD@Z @49107 NONAME ?InternalIsDescendant@H323GatekeeperRequest@@UBEHPBD@Z @49108 NONAME ?InternalIsDescendant@H323GatekeeperRRQ@@UBEHPBD@Z @49109 NONAME ?InternalIsDescendant@H323GatekeeperServer@@UBEHPBD@Z @49110 NONAME ?InternalIsDescendant@H323GatekeeperURQ@@UBEHPBD@Z @49111 NONAME ?InternalIsDescendant@H323GenericAudioCapability@@UBEHPBD@Z @52771 NONAME ?InternalIsDescendant@H323GenericVideoCapability@@UBEHPBD@Z @52772 NONAME ?InternalIsDescendant@H323GSMPluginCapability@@UBEHPBD@Z @49112 NONAME ?InternalIsDescendant@H323H248ServiceControl@@UBEHPBD@Z @49113 NONAME ?InternalIsDescendant@H323HTTPServiceControl@@UBEHPBD@Z @49115 NONAME ?InternalIsDescendant@H323Listener@@UBEHPBD@Z @49116 NONAME ?InternalIsDescendant@H323ListenerTCP@@UBEHPBD@Z @49117 NONAME ?InternalIsDescendant@H323LogicalChannelThread@@UBEHPBD@Z @49118 NONAME ?InternalIsDescendant@H323NonStandardAudioCapability@@UBEHPBD@Z @49119 NONAME ?InternalIsDescendant@H323NonStandardDataCapability@@UBEHPBD@Z @49120 NONAME ?InternalIsDescendant@H323NonStandardVideoCapability@@UBEHPBD@Z @49121 NONAME ?InternalIsDescendant@H323PeerElement@@UBEHPBD@Z @49122 NONAME ?InternalIsDescendant@H323PeerElementDescriptor@@UBEHPBD@Z @49123 NONAME ?InternalIsDescendant@H323PeerElementServiceRelationship@@UBEHPBD@Z @49124 NONAME ?InternalIsDescendant@H323PluginCapability@@UBEHPBD@Z @49126 NONAME ?InternalIsDescendant@H323PluginCodecManager@@UBEHPBD@Z @49754 NONAME ?InternalIsDescendant@H323PluginFramedAudioCodec@@UBEHPBD@Z @49728 NONAME ?InternalIsDescendant@H323PluginG7231Capability@@UBEHPBD@Z @49127 NONAME ?InternalIsDescendant@H323PluginVideoCodec@@UBEHPBD@Z @49128 NONAME ?InternalIsDescendant@H323RasPDU@@UBEHPBD@Z @49129 NONAME ?InternalIsDescendant@H323RealTimeCapability@@UBEHPBD@Z @49130 NONAME ?InternalIsDescendant@H323RegisteredEndPoint@@UBEHPBD@Z @49131 NONAME ?InternalIsDescendant@H323ServiceControlSession@@UBEHPBD@Z @49132 NONAME ?InternalIsDescendant@H323SignalPDU@@UBEHPBD@Z @49133 NONAME ?InternalIsDescendant@H323SimultaneousCapabilities@@UBEHPBD@Z @49134 NONAME ?InternalIsDescendant@H323StreamedAudioCodec@@UBEHPBD@Z @49135 NONAME ?InternalIsDescendant@H323StreamedPluginAudioCodec@@UBEHPBD@Z @49729 NONAME ?InternalIsDescendant@H323Transaction@@UBEHPBD@Z @49136 NONAME ?InternalIsDescendant@H323TransactionServer@@UBEHPBD@Z @49137 NONAME ?InternalIsDescendant@H323Transactor@@UBEHPBD@Z @49138 NONAME ?InternalIsDescendant@H323Transport@@UBEHPBD@Z @49139 NONAME ?InternalIsDescendant@H323TransportAddress@@UBEHPBD@Z @49140 NONAME ?InternalIsDescendant@H323TransportAddressArray@@UBEHPBD@Z @49141 NONAME ?InternalIsDescendant@H323TransportIP@@UBEHPBD@Z @49142 NONAME ?InternalIsDescendant@H323TransportTCP@@UBEHPBD@Z @49143 NONAME ?InternalIsDescendant@H323TransportUDP@@UBEHPBD@Z @49144 NONAME ?InternalIsDescendant@H323UnidirectionalChannel@@UBEHPBD@Z @49145 NONAME ?InternalIsDescendant@H323VideoCapability@@UBEHPBD@Z @49146 NONAME ?InternalIsDescendant@H323VideoCodec@@UBEHPBD@Z @49147 NONAME ?InternalIsDescendant@H323_ALawCodec@@UBEHPBD@Z @49148 NONAME ?InternalIsDescendant@H323_AnnexG@@UBEHPBD@Z @49149 NONAME ?InternalIsDescendant@H323_CiscoG7231aLIDCapability@@UBEHPBD@Z @49150 NONAME ?InternalIsDescendant@H323_ExternalRTPChannel@@UBEHPBD@Z @49151 NONAME ?InternalIsDescendant@H323_G711Capability@@UBEHPBD@Z @49154 NONAME ?InternalIsDescendant@H323_H261Capability@@UBEHPBD@Z @49162 NONAME ?InternalIsDescendant@H323_H261Codec@@UBEHPBD@Z @49163 NONAME ?InternalIsDescendant@H323_LIDCapability@@UBEHPBD@Z @49166 NONAME ?InternalIsDescendant@H323_LIDCodec@@UBEHPBD@Z @49167 NONAME ?InternalIsDescendant@H323_muLawCodec@@UBEHPBD@Z @49170 NONAME ?InternalIsDescendant@H323_RealTimeChannel@@UBEHPBD@Z @49171 NONAME ?InternalIsDescendant@H323_RTPChannel@@UBEHPBD@Z @49172 NONAME ?InternalIsDescendant@H323_RTP_Session@@UBEHPBD@Z @49173 NONAME ?InternalIsDescendant@H323_RTP_UDP@@UBEHPBD@Z @49174 NONAME ?InternalIsDescendant@H323_T120Capability@@UBEHPBD@Z @49175 NONAME ?InternalIsDescendant@H323_T120Channel@@UBEHPBD@Z @49176 NONAME ?InternalIsDescendant@H323_T38Capability@@UBEHPBD@Z @49177 NONAME ?InternalIsDescendant@H323_T38Channel@@UBEHPBD@Z @49178 NONAME ?InternalIsDescendant@H323_T38NonStandardCapability@@UBEHPBD@Z @49179 NONAME ?InternalIsDescendant@H323_UserInputCapability@@UBEHPBD@Z @49180 NONAME ?InternalIsDescendant@H45010_ArrayOf_MixedExtension@@UBEHPBD@Z @49181 NONAME ?InternalIsDescendant@H45010_CfbOvrOptArg@@UBEHPBD@Z @49182 NONAME ?InternalIsDescendant@H45010_CoReqOptArg@@UBEHPBD@Z @49183 NONAME ?InternalIsDescendant@H45010_H323CallOfferOperations@@UBEHPBD@Z @49184 NONAME ?InternalIsDescendant@H45010_RUAlertOptArg@@UBEHPBD@Z @49185 NONAME ?InternalIsDescendant@H45011Handler@@UBEHPBD@Z @49186 NONAME ?InternalIsDescendant@H45011_ArrayOf_MixedExtension@@UBEHPBD@Z @49187 NONAME ?InternalIsDescendant@H45011_CallIntrusionErrors@@UBEHPBD@Z @49188 NONAME ?InternalIsDescendant@H45011_CICapabilityLevel@@UBEHPBD@Z @49189 NONAME ?InternalIsDescendant@H45011_CIFrcRelArg@@UBEHPBD@Z @49190 NONAME ?InternalIsDescendant@H45011_CIFrcRelOptRes@@UBEHPBD@Z @49191 NONAME ?InternalIsDescendant@H45011_CIGetCIPLOptArg@@UBEHPBD@Z @49192 NONAME ?InternalIsDescendant@H45011_CIGetCIPLRes@@UBEHPBD@Z @49193 NONAME ?InternalIsDescendant@H45011_CIIsOptArg@@UBEHPBD@Z @49194 NONAME ?InternalIsDescendant@H45011_CIIsOptRes@@UBEHPBD@Z @49195 NONAME ?InternalIsDescendant@H45011_CINotificationArg@@UBEHPBD@Z @49196 NONAME ?InternalIsDescendant@H45011_CIProtectionLevel@@UBEHPBD@Z @49197 NONAME ?InternalIsDescendant@H45011_CIRequestArg@@UBEHPBD@Z @49198 NONAME ?InternalIsDescendant@H45011_CIRequestRes@@UBEHPBD@Z @49199 NONAME ?InternalIsDescendant@H45011_CISilentArg@@UBEHPBD@Z @49200 NONAME ?InternalIsDescendant@H45011_CISilentOptRes@@UBEHPBD@Z @49201 NONAME ?InternalIsDescendant@H45011_CIStatusInformation@@UBEHPBD@Z @49202 NONAME ?InternalIsDescendant@H45011_CIWobOptArg@@UBEHPBD@Z @49203 NONAME ?InternalIsDescendant@H45011_CIWobOptRes@@UBEHPBD@Z @49204 NONAME ?InternalIsDescendant@H45011_H323CallIntrusionOperations@@UBEHPBD@Z @49205 NONAME ?InternalIsDescendant@H4501_Address@@UBEHPBD@Z @49206 NONAME ?InternalIsDescendant@H4501_AddressInformation@@UBEHPBD@Z @49207 NONAME ?InternalIsDescendant@H4501_AddressScreened@@UBEHPBD@Z @49208 NONAME ?InternalIsDescendant@H4501_ArrayOf_AliasAddress@@UBEHPBD@Z @49209 NONAME ?InternalIsDescendant@H4501_ArrayOf_ROS@@UBEHPBD@Z @49210 NONAME ?InternalIsDescendant@H4501_EndpointAddress@@UBEHPBD@Z @49211 NONAME ?InternalIsDescendant@H4501_EntityType@@UBEHPBD@Z @49212 NONAME ?InternalIsDescendant@H4501_Extension@@UBEHPBD@Z @49213 NONAME ?InternalIsDescendant@H4501_GeneralErrorList@@UBEHPBD@Z @49214 NONAME ?InternalIsDescendant@H4501_H225InformationElement@@UBEHPBD@Z @49215 NONAME ?InternalIsDescendant@H4501_InterpretationApdu@@UBEHPBD@Z @49216 NONAME ?InternalIsDescendant@H4501_InvokeIDs@@UBEHPBD@Z @49217 NONAME ?InternalIsDescendant@H4501_InvokeIdSet@@UBEHPBD@Z @49218 NONAME ?InternalIsDescendant@H4501_NetworkFacilityExtension@@UBEHPBD@Z @49219 NONAME ?InternalIsDescendant@H4501_NSAPSubaddress@@UBEHPBD@Z @49220 NONAME ?InternalIsDescendant@H4501_NumberScreened@@UBEHPBD@Z @49221 NONAME ?InternalIsDescendant@H4501_PartySubaddress@@UBEHPBD@Z @49222 NONAME ?InternalIsDescendant@H4501_PresentationAllowedIndicator@@UBEHPBD@Z @49223 NONAME ?InternalIsDescendant@H4501_PresentedAddressScreened@@UBEHPBD@Z @49224 NONAME ?InternalIsDescendant@H4501_PresentedAddressUnscreened@@UBEHPBD@Z @49225 NONAME ?InternalIsDescendant@H4501_PresentedNumberScreened@@UBEHPBD@Z @49226 NONAME ?InternalIsDescendant@H4501_PresentedNumberUnscreened@@UBEHPBD@Z @49227 NONAME ?InternalIsDescendant@H4501_ScreeningIndicator@@UBEHPBD@Z @49228 NONAME ?InternalIsDescendant@H4501_ServiceApdus@@UBEHPBD@Z @49229 NONAME ?InternalIsDescendant@H4501_SubaddressInformation@@UBEHPBD@Z @49230 NONAME ?InternalIsDescendant@H4501_SupplementaryService@@UBEHPBD@Z @49231 NONAME ?InternalIsDescendant@H4501_UserSpecifiedSubaddress@@UBEHPBD@Z @49232 NONAME ?InternalIsDescendant@H4502Handler@@UBEHPBD@Z @49233 NONAME ?InternalIsDescendant@H4502_CallIdentity@@UBEHPBD@Z @49234 NONAME ?InternalIsDescendant@H4502_CallStatus@@UBEHPBD@Z @49235 NONAME ?InternalIsDescendant@H4502_CallTransferErrors@@UBEHPBD@Z @49236 NONAME ?InternalIsDescendant@H4502_CallTransferOperation@@UBEHPBD@Z @49237 NONAME ?InternalIsDescendant@H4502_CTActiveArg@@UBEHPBD@Z @49238 NONAME ?InternalIsDescendant@H4502_CTActiveArg_argumentExtension@@UBEHPBD@Z @49239 NONAME ?InternalIsDescendant@H4502_CTCompleteArg@@UBEHPBD@Z @49240 NONAME ?InternalIsDescendant@H4502_CTCompleteArg_argumentExtension@@UBEHPBD@Z @49241 NONAME ?InternalIsDescendant@H4502_CTIdentifyRes@@UBEHPBD@Z @49242 NONAME ?InternalIsDescendant@H4502_CTIdentifyRes_resultExtension@@UBEHPBD@Z @49243 NONAME ?InternalIsDescendant@H4502_CTInitiateArg@@UBEHPBD@Z @49244 NONAME ?InternalIsDescendant@H4502_CTInitiateArg_argumentExtension@@UBEHPBD@Z @49245 NONAME ?InternalIsDescendant@H4502_CTSetupArg@@UBEHPBD@Z @49246 NONAME ?InternalIsDescendant@H4502_CTSetupArg_argumentExtension@@UBEHPBD@Z @49247 NONAME ?InternalIsDescendant@H4502_CTUpdateArg@@UBEHPBD@Z @49248 NONAME ?InternalIsDescendant@H4502_CTUpdateArg_argumentExtension@@UBEHPBD@Z @49249 NONAME ?InternalIsDescendant@H4502_DummyArg@@UBEHPBD@Z @49250 NONAME ?InternalIsDescendant@H4502_DummyRes@@UBEHPBD@Z @49251 NONAME ?InternalIsDescendant@H4502_EndDesignation@@UBEHPBD@Z @49252 NONAME ?InternalIsDescendant@H4502_ExtensionSeq@@UBEHPBD@Z @49253 NONAME ?InternalIsDescendant@H4502_SubaddressTransferArg@@UBEHPBD@Z @49254 NONAME ?InternalIsDescendant@H4502_SubaddressTransferArg_argumentExtension@@UBEHPBD@Z @49255 NONAME ?InternalIsDescendant@H4503_BasicService@@UBEHPBD@Z @49256 NONAME ?InternalIsDescendant@H4503_CallDiversionErrors@@UBEHPBD@Z @49257 NONAME ?InternalIsDescendant@H4503_DiversionReason@@UBEHPBD@Z @49258 NONAME ?InternalIsDescendant@H4503_ExtensionSeq@@UBEHPBD@Z @49259 NONAME ?InternalIsDescendant@H4503_H323CallDiversionOperations@@UBEHPBD@Z @49260 NONAME ?InternalIsDescendant@H4503_IntResult@@UBEHPBD@Z @49261 NONAME ?InternalIsDescendant@H4503_IntResultList@@UBEHPBD@Z @49262 NONAME ?InternalIsDescendant@H4503_IntResult_extension@@UBEHPBD@Z @49263 NONAME ?InternalIsDescendant@H4503_Procedure@@UBEHPBD@Z @49264 NONAME ?InternalIsDescendant@H4503_SubscriptionOption@@UBEHPBD@Z @49265 NONAME ?InternalIsDescendant@H4504Handler@@UBEHPBD@Z @49266 NONAME ?InternalIsDescendant@H4504_ArrayOf_MixedExtension@@UBEHPBD@Z @49267 NONAME ?InternalIsDescendant@H4504_CallHoldOperation@@UBEHPBD@Z @49268 NONAME ?InternalIsDescendant@H4504_Extension@@UBEHPBD@Z @49269 NONAME ?InternalIsDescendant@H4504_HoldNotificArg@@UBEHPBD@Z @49270 NONAME ?InternalIsDescendant@H4504_MixedExtension@@UBEHPBD@Z @49271 NONAME ?InternalIsDescendant@H4504_RemoteHoldArg@@UBEHPBD@Z @49272 NONAME ?InternalIsDescendant@H4504_RemoteHoldRes@@UBEHPBD@Z @49273 NONAME ?InternalIsDescendant@H4504_RemoteRetrieveArg@@UBEHPBD@Z @49274 NONAME ?InternalIsDescendant@H4504_RemoteRetrieveRes@@UBEHPBD@Z @49275 NONAME ?InternalIsDescendant@H4504_RetrieveNotificArg@@UBEHPBD@Z @49276 NONAME ?InternalIsDescendant@H4505_ArrayOf_MixedExtension@@UBEHPBD@Z @49277 NONAME ?InternalIsDescendant@H4505_CallParkPickupOperations@@UBEHPBD@Z @49278 NONAME ?InternalIsDescendant@H4505_CallPickupErrors@@UBEHPBD@Z @49279 NONAME ?InternalIsDescendant@H4505_CallType@@UBEHPBD@Z @49280 NONAME ?InternalIsDescendant@H4505_CpickupNotifyArg@@UBEHPBD@Z @49281 NONAME ?InternalIsDescendant@H4505_CpNotifyArg@@UBEHPBD@Z @49282 NONAME ?InternalIsDescendant@H4505_CpRequestArg@@UBEHPBD@Z @49283 NONAME ?InternalIsDescendant@H4505_CpRequestRes@@UBEHPBD@Z @49284 NONAME ?InternalIsDescendant@H4505_CpSetupArg@@UBEHPBD@Z @49285 NONAME ?InternalIsDescendant@H4505_CpSetupRes@@UBEHPBD@Z @49286 NONAME ?InternalIsDescendant@H4505_GroupIndicationOffArg@@UBEHPBD@Z @49287 NONAME ?InternalIsDescendant@H4505_GroupIndicationOffRes@@UBEHPBD@Z @49288 NONAME ?InternalIsDescendant@H4505_GroupIndicationOnArg@@UBEHPBD@Z @49289 NONAME ?InternalIsDescendant@H4505_GroupIndicationOnRes@@UBEHPBD@Z @49290 NONAME ?InternalIsDescendant@H4505_ParkCondition@@UBEHPBD@Z @49291 NONAME ?InternalIsDescendant@H4505_ParkedToPosition@@UBEHPBD@Z @49292 NONAME ?InternalIsDescendant@H4505_PickExeArg@@UBEHPBD@Z @49293 NONAME ?InternalIsDescendant@H4505_PickExeRes@@UBEHPBD@Z @49294 NONAME ?InternalIsDescendant@H4505_PickrequArg@@UBEHPBD@Z @49295 NONAME ?InternalIsDescendant@H4505_PickrequRes@@UBEHPBD@Z @49296 NONAME ?InternalIsDescendant@H4505_PickupArg@@UBEHPBD@Z @49297 NONAME ?InternalIsDescendant@H4505_PickupRes@@UBEHPBD@Z @49298 NONAME ?InternalIsDescendant@H4506Handler@@UBEHPBD@Z @49299 NONAME ?InternalIsDescendant@H4506_ArrayOf_MixedExtension@@UBEHPBD@Z @49300 NONAME ?InternalIsDescendant@H4506_CallWaitingArg@@UBEHPBD@Z @49301 NONAME ?InternalIsDescendant@H4506_CallWaitingOperations@@UBEHPBD@Z @49302 NONAME ?InternalIsDescendant@H4507_ArrayOf_MixedExtension@@UBEHPBD@Z @49303 NONAME ?InternalIsDescendant@H4507_BasicService@@UBEHPBD@Z @49304 NONAME ?InternalIsDescendant@H4507_DummyRes@@UBEHPBD@Z @49305 NONAME ?InternalIsDescendant@H4507_H323_MWI_Operations@@UBEHPBD@Z @49306 NONAME ?InternalIsDescendant@H4507_MessageWaitingIndicationErrors@@UBEHPBD@Z @49307 NONAME ?InternalIsDescendant@H4507_MsgCentreId@@UBEHPBD@Z @49308 NONAME ?InternalIsDescendant@H4507_MWIActivateArg@@UBEHPBD@Z @49309 NONAME ?InternalIsDescendant@H4507_MWIDeactivateArg@@UBEHPBD@Z @49310 NONAME ?InternalIsDescendant@H4507_MWIInterrogateArg@@UBEHPBD@Z @49311 NONAME ?InternalIsDescendant@H4507_MWIInterrogateRes@@UBEHPBD@Z @49312 NONAME ?InternalIsDescendant@H4507_MWIInterrogateResElt@@UBEHPBD@Z @49313 NONAME ?InternalIsDescendant@H4507_NbOfMessages@@UBEHPBD@Z @49314 NONAME ?InternalIsDescendant@H4507_TimeStamp@@UBEHPBD@Z @49315 NONAME ?InternalIsDescendant@H4508_ExtendedName@@UBEHPBD@Z @49316 NONAME ?InternalIsDescendant@H4508_Name@@UBEHPBD@Z @49317 NONAME ?InternalIsDescendant@H4508_NameOperations@@UBEHPBD@Z @49318 NONAME ?InternalIsDescendant@H4508_NamePresentationAllowed@@UBEHPBD@Z @49319 NONAME ?InternalIsDescendant@H4508_NamePresentationRestricted@@UBEHPBD@Z @49320 NONAME ?InternalIsDescendant@H4508_SimpleName@@UBEHPBD@Z @49321 NONAME ?InternalIsDescendant@H4509_ArrayOf_MixedExtension@@UBEHPBD@Z @49322 NONAME ?InternalIsDescendant@H4509_CallCompletionErrors@@UBEHPBD@Z @49323 NONAME ?InternalIsDescendant@H4509_CcArg@@UBEHPBD@Z @49324 NONAME ?InternalIsDescendant@H4509_CcLongArg@@UBEHPBD@Z @49325 NONAME ?InternalIsDescendant@H4509_CcRequestArg@@UBEHPBD@Z @49326 NONAME ?InternalIsDescendant@H4509_CcRequestRes@@UBEHPBD@Z @49327 NONAME ?InternalIsDescendant@H4509_CcShortArg@@UBEHPBD@Z @49328 NONAME ?InternalIsDescendant@H4509_H323CallCompletionOperations@@UBEHPBD@Z @49329 NONAME ?InternalIsDescendant@H450xDispatcher@@UBEHPBD@Z @49330 NONAME ?InternalIsDescendant@H450xHandler@@UBEHPBD@Z @49331 NONAME ?InternalIsDescendant@H501AccessRequest@@UBEHPBD@Z @49332 NONAME ?InternalIsDescendant@H501DescriptorUpdate@@UBEHPBD@Z @49333 NONAME ?InternalIsDescendant@H501PDU@@UBEHPBD@Z @49334 NONAME ?InternalIsDescendant@H501ServiceRequest@@UBEHPBD@Z @49335 NONAME ?InternalIsDescendant@H501Transaction@@UBEHPBD@Z @49336 NONAME ?InternalIsDescendant@H501_AccessConfirmation@@UBEHPBD@Z @49337 NONAME ?InternalIsDescendant@H501_AccessRejection@@UBEHPBD@Z @49338 NONAME ?InternalIsDescendant@H501_AccessRejectionReason@@UBEHPBD@Z @49339 NONAME ?InternalIsDescendant@H501_AccessRequest@@UBEHPBD@Z @49340 NONAME ?InternalIsDescendant@H501_AccessToken@@UBEHPBD@Z @49341 NONAME ?InternalIsDescendant@H501_AddressTemplate@@UBEHPBD@Z @49342 NONAME ?InternalIsDescendant@H501_AlternatePE@@UBEHPBD@Z @49343 NONAME ?InternalIsDescendant@H501_AlternatePEInfo@@UBEHPBD@Z @49344 NONAME ?InternalIsDescendant@H501_ApplicationMessage@@UBEHPBD@Z @49345 NONAME ?InternalIsDescendant@H501_ArrayOf_AccessToken@@UBEHPBD@Z @49346 NONAME ?InternalIsDescendant@H501_ArrayOf_AddressTemplate@@UBEHPBD@Z @49347 NONAME ?InternalIsDescendant@H501_ArrayOf_AliasAddress@@UBEHPBD@Z @49348 NONAME ?InternalIsDescendant@H501_ArrayOf_AlternatePE@@UBEHPBD@Z @49349 NONAME ?InternalIsDescendant@H501_ArrayOf_CircuitIdentifier@@UBEHPBD@Z @49350 NONAME ?InternalIsDescendant@H501_ArrayOf_ClearToken@@UBEHPBD@Z @49351 NONAME ?InternalIsDescendant@H501_ArrayOf_ContactInformation@@UBEHPBD@Z @49352 NONAME ?InternalIsDescendant@H501_ArrayOf_CryptoH323Token@@UBEHPBD@Z @49353 NONAME ?InternalIsDescendant@H501_ArrayOf_Descriptor@@UBEHPBD@Z @49354 NONAME ?InternalIsDescendant@H501_ArrayOf_DescriptorInfo@@UBEHPBD@Z @49355 NONAME ?InternalIsDescendant@H501_ArrayOf_GenericData@@UBEHPBD@Z @49356 NONAME ?InternalIsDescendant@H501_ArrayOf_GloballyUniqueID@@UBEHPBD@Z @49357 NONAME ?InternalIsDescendant@H501_ArrayOf_NonStandardParameter@@UBEHPBD@Z @49358 NONAME ?InternalIsDescendant@H501_ArrayOf_PASN_ObjectId@@UBEHPBD@Z @49359 NONAME ?InternalIsDescendant@H501_ArrayOf_Pattern@@UBEHPBD@Z @49360 NONAME ?InternalIsDescendant@H501_ArrayOf_PriceElement@@UBEHPBD@Z @49361 NONAME ?InternalIsDescendant@H501_ArrayOf_PriceInfoSpec@@UBEHPBD@Z @49362 NONAME ?InternalIsDescendant@H501_ArrayOf_RouteInformation@@UBEHPBD@Z @49363 NONAME ?InternalIsDescendant@H501_ArrayOf_SecurityMode@@UBEHPBD@Z @49364 NONAME ?InternalIsDescendant@H501_ArrayOf_ServiceControlSession@@UBEHPBD@Z @49365 NONAME ?InternalIsDescendant@H501_ArrayOf_SupportedProtocols@@UBEHPBD@Z @49366 NONAME ?InternalIsDescendant@H501_ArrayOf_TransportAddress@@UBEHPBD@Z @49367 NONAME ?InternalIsDescendant@H501_ArrayOf_UpdateInformation@@UBEHPBD@Z @49368 NONAME ?InternalIsDescendant@H501_ArrayOf_UsageField@@UBEHPBD@Z @49369 NONAME ?InternalIsDescendant@H501_AuthenticationConfirmation@@UBEHPBD@Z @49370 NONAME ?InternalIsDescendant@H501_AuthenticationRejection@@UBEHPBD@Z @49371 NONAME ?InternalIsDescendant@H501_AuthenticationRejectionReason@@UBEHPBD@Z @49372 NONAME ?InternalIsDescendant@H501_AuthenticationRequest@@UBEHPBD@Z @49373 NONAME ?InternalIsDescendant@H501_CallInformation@@UBEHPBD@Z @49374 NONAME ?InternalIsDescendant@H501_ContactInformation@@UBEHPBD@Z @49375 NONAME ?InternalIsDescendant@H501_Descriptor@@UBEHPBD@Z @49376 NONAME ?InternalIsDescendant@H501_DescriptorConfirmation@@UBEHPBD@Z @49377 NONAME ?InternalIsDescendant@H501_DescriptorIDConfirmation@@UBEHPBD@Z @49378 NONAME ?InternalIsDescendant@H501_DescriptorIDRejection@@UBEHPBD@Z @49379 NONAME ?InternalIsDescendant@H501_DescriptorIDRejectionReason@@UBEHPBD@Z @49380 NONAME ?InternalIsDescendant@H501_DescriptorIDRequest@@UBEHPBD@Z @49381 NONAME ?InternalIsDescendant@H501_DescriptorInfo@@UBEHPBD@Z @49382 NONAME ?InternalIsDescendant@H501_DescriptorRejection@@UBEHPBD@Z @49383 NONAME ?InternalIsDescendant@H501_DescriptorRejectionReason@@UBEHPBD@Z @49384 NONAME ?InternalIsDescendant@H501_DescriptorRequest@@UBEHPBD@Z @49385 NONAME ?InternalIsDescendant@H501_DescriptorUpdate@@UBEHPBD@Z @49386 NONAME ?InternalIsDescendant@H501_DescriptorUpdateAck@@UBEHPBD@Z @49387 NONAME ?InternalIsDescendant@H501_ElementIdentifier@@UBEHPBD@Z @49388 NONAME ?InternalIsDescendant@H501_GlobalTimeStamp@@UBEHPBD@Z @49389 NONAME ?InternalIsDescendant@H501_Message@@UBEHPBD@Z @49390 NONAME ?InternalIsDescendant@H501_MessageBody@@UBEHPBD@Z @49391 NONAME ?InternalIsDescendant@H501_MessageCommonInfo@@UBEHPBD@Z @49392 NONAME ?InternalIsDescendant@H501_NonStandardConfirmation@@UBEHPBD@Z @49393 NONAME ?InternalIsDescendant@H501_NonStandardRejection@@UBEHPBD@Z @49394 NONAME ?InternalIsDescendant@H501_NonStandardRejectionReason@@UBEHPBD@Z @49395 NONAME ?InternalIsDescendant@H501_NonStandardRequest@@UBEHPBD@Z @49396 NONAME ?InternalIsDescendant@H501_PartyInformation@@UBEHPBD@Z @49397 NONAME ?InternalIsDescendant@H501_Pattern@@UBEHPBD@Z @49398 NONAME ?InternalIsDescendant@H501_Pattern_range@@UBEHPBD@Z @49399 NONAME ?InternalIsDescendant@H501_PriceElement@@UBEHPBD@Z @49400 NONAME ?InternalIsDescendant@H501_PriceElement_units@@UBEHPBD@Z @49401 NONAME ?InternalIsDescendant@H501_PriceInfoSpec@@UBEHPBD@Z @49402 NONAME ?InternalIsDescendant@H501_ProtocolVersion@@UBEHPBD@Z @49403 NONAME ?InternalIsDescendant@H501_RequestInProgress@@UBEHPBD@Z @49404 NONAME ?InternalIsDescendant@H501_Role@@UBEHPBD@Z @49405 NONAME ?InternalIsDescendant@H501_RouteInformation@@UBEHPBD@Z @49406 NONAME ?InternalIsDescendant@H501_RouteInformation_messageType@@UBEHPBD@Z @49407 NONAME ?InternalIsDescendant@H501_SecurityMode@@UBEHPBD@Z @49408 NONAME ?InternalIsDescendant@H501_ServiceConfirmation@@UBEHPBD@Z @49409 NONAME ?InternalIsDescendant@H501_ServiceRejection@@UBEHPBD@Z @49410 NONAME ?InternalIsDescendant@H501_ServiceRejectionReason@@UBEHPBD@Z @49411 NONAME ?InternalIsDescendant@H501_ServiceRelease@@UBEHPBD@Z @49412 NONAME ?InternalIsDescendant@H501_ServiceReleaseReason@@UBEHPBD@Z @49413 NONAME ?InternalIsDescendant@H501_ServiceRequest@@UBEHPBD@Z @49414 NONAME ?InternalIsDescendant@H501_TerminationCause@@UBEHPBD@Z @49415 NONAME ?InternalIsDescendant@H501_TimeZone@@UBEHPBD@Z @49416 NONAME ?InternalIsDescendant@H501_UnknownMessageReason@@UBEHPBD@Z @49417 NONAME ?InternalIsDescendant@H501_UnknownMessageResponse@@UBEHPBD@Z @49418 NONAME ?InternalIsDescendant@H501_UpdateInformation@@UBEHPBD@Z @49419 NONAME ?InternalIsDescendant@H501_UpdateInformation_descriptorInfo@@UBEHPBD@Z @49420 NONAME ?InternalIsDescendant@H501_UpdateInformation_updateType@@UBEHPBD@Z @49421 NONAME ?InternalIsDescendant@H501_UsageCallStatus@@UBEHPBD@Z @49422 NONAME ?InternalIsDescendant@H501_UsageConfirmation@@UBEHPBD@Z @49423 NONAME ?InternalIsDescendant@H501_UsageField@@UBEHPBD@Z @49424 NONAME ?InternalIsDescendant@H501_UsageIndication@@UBEHPBD@Z @49425 NONAME ?InternalIsDescendant@H501_UsageIndicationConfirmation@@UBEHPBD@Z @49426 NONAME ?InternalIsDescendant@H501_UsageIndicationRejection@@UBEHPBD@Z @49427 NONAME ?InternalIsDescendant@H501_UsageIndicationRejectionReason@@UBEHPBD@Z @49428 NONAME ?InternalIsDescendant@H501_UsageRejection@@UBEHPBD@Z @49429 NONAME ?InternalIsDescendant@H501_UsageRejectReason@@UBEHPBD@Z @49430 NONAME ?InternalIsDescendant@H501_UsageRequest@@UBEHPBD@Z @49431 NONAME ?InternalIsDescendant@H501_UsageSpecification@@UBEHPBD@Z @49432 NONAME ?InternalIsDescendant@H501_UsageSpecification_when@@UBEHPBD@Z @49433 NONAME ?InternalIsDescendant@H501_UserInformation@@UBEHPBD@Z @49434 NONAME ?InternalIsDescendant@H501_ValidationConfirmation@@UBEHPBD@Z @49435 NONAME ?InternalIsDescendant@H501_ValidationRejection@@UBEHPBD@Z @49436 NONAME ?InternalIsDescendant@H501_ValidationRejectionReason@@UBEHPBD@Z @49437 NONAME ?InternalIsDescendant@H501_ValidationRequest@@UBEHPBD@Z @49438 NONAME ?InternalIsDescendant@HIDPluginDeviceManager@@UBEHPBD@Z @52773 NONAME ?InternalIsDescendant@MCS_ArrayOf_ChannelAttributes@@UBEHPBD@Z @49439 NONAME ?InternalIsDescendant@MCS_ArrayOf_ChannelId@@UBEHPBD@Z @49440 NONAME ?InternalIsDescendant@MCS_ArrayOf_TokenAttributes@@UBEHPBD@Z @49441 NONAME ?InternalIsDescendant@MCS_ArrayOf_TokenId@@UBEHPBD@Z @49442 NONAME ?InternalIsDescendant@MCS_ArrayOf_UserId@@UBEHPBD@Z @49443 NONAME ?InternalIsDescendant@MCS_AssignedChannelId@@UBEHPBD@Z @49444 NONAME ?InternalIsDescendant@MCS_AUcf@@UBEHPBD@Z @49445 NONAME ?InternalIsDescendant@MCS_AUrq@@UBEHPBD@Z @49446 NONAME ?InternalIsDescendant@MCS_CAin@@UBEHPBD@Z @49447 NONAME ?InternalIsDescendant@MCS_CArq@@UBEHPBD@Z @49448 NONAME ?InternalIsDescendant@MCS_CCcf@@UBEHPBD@Z @49449 NONAME ?InternalIsDescendant@MCS_CCrq@@UBEHPBD@Z @49450 NONAME ?InternalIsDescendant@MCS_CDin@@UBEHPBD@Z @49451 NONAME ?InternalIsDescendant@MCS_CDrq@@UBEHPBD@Z @49452 NONAME ?InternalIsDescendant@MCS_CEin@@UBEHPBD@Z @49453 NONAME ?InternalIsDescendant@MCS_CErq@@UBEHPBD@Z @49454 NONAME ?InternalIsDescendant@MCS_ChannelAttributes@@UBEHPBD@Z @49455 NONAME ?InternalIsDescendant@MCS_ChannelAttributes_assigned@@UBEHPBD@Z @49456 NONAME ?InternalIsDescendant@MCS_ChannelAttributes_private@@UBEHPBD@Z @49457 NONAME ?InternalIsDescendant@MCS_ChannelAttributes_static@@UBEHPBD@Z @49458 NONAME ?InternalIsDescendant@MCS_ChannelAttributes_userId@@UBEHPBD@Z @49459 NONAME ?InternalIsDescendant@MCS_ChannelId@@UBEHPBD@Z @49460 NONAME ?InternalIsDescendant@MCS_CJcf@@UBEHPBD@Z @49461 NONAME ?InternalIsDescendant@MCS_CJrq@@UBEHPBD@Z @49462 NONAME ?InternalIsDescendant@MCS_CLrq@@UBEHPBD@Z @49463 NONAME ?InternalIsDescendant@MCS_ConnectMCSPDU@@UBEHPBD@Z @49464 NONAME ?InternalIsDescendant@MCS_Connect_Additional@@UBEHPBD@Z @49465 NONAME ?InternalIsDescendant@MCS_Connect_Initial@@UBEHPBD@Z @49466 NONAME ?InternalIsDescendant@MCS_Connect_Response@@UBEHPBD@Z @49467 NONAME ?InternalIsDescendant@MCS_Connect_Result@@UBEHPBD@Z @49468 NONAME ?InternalIsDescendant@MCS_DataPriority@@UBEHPBD@Z @49469 NONAME ?InternalIsDescendant@MCS_Diagnostic@@UBEHPBD@Z @49470 NONAME ?InternalIsDescendant@MCS_DomainMCSPDU@@UBEHPBD@Z @49471 NONAME ?InternalIsDescendant@MCS_DomainParameters@@UBEHPBD@Z @49472 NONAME ?InternalIsDescendant@MCS_DPum@@UBEHPBD@Z @49473 NONAME ?InternalIsDescendant@MCS_DUin@@UBEHPBD@Z @49474 NONAME ?InternalIsDescendant@MCS_DUrq@@UBEHPBD@Z @49475 NONAME ?InternalIsDescendant@MCS_DynamicChannelId@@UBEHPBD@Z @49476 NONAME ?InternalIsDescendant@MCS_EDrq@@UBEHPBD@Z @49477 NONAME ?InternalIsDescendant@MCS_MCcf@@UBEHPBD@Z @49478 NONAME ?InternalIsDescendant@MCS_MCrq@@UBEHPBD@Z @49479 NONAME ?InternalIsDescendant@MCS_MTcf@@UBEHPBD@Z @49480 NONAME ?InternalIsDescendant@MCS_MTrq@@UBEHPBD@Z @49481 NONAME ?InternalIsDescendant@MCS_PCin@@UBEHPBD@Z @49482 NONAME ?InternalIsDescendant@MCS_PDin@@UBEHPBD@Z @49483 NONAME ?InternalIsDescendant@MCS_PrivateChannelId@@UBEHPBD@Z @49484 NONAME ?InternalIsDescendant@MCS_PTin@@UBEHPBD@Z @49485 NONAME ?InternalIsDescendant@MCS_Reason@@UBEHPBD@Z @49486 NONAME ?InternalIsDescendant@MCS_Result@@UBEHPBD@Z @49487 NONAME ?InternalIsDescendant@MCS_RJum@@UBEHPBD@Z @49488 NONAME ?InternalIsDescendant@MCS_SDin@@UBEHPBD@Z @49489 NONAME ?InternalIsDescendant@MCS_SDrq@@UBEHPBD@Z @49490 NONAME ?InternalIsDescendant@MCS_Segmentation@@UBEHPBD@Z @49491 NONAME ?InternalIsDescendant@MCS_StaticChannelId@@UBEHPBD@Z @49492 NONAME ?InternalIsDescendant@MCS_TGcf@@UBEHPBD@Z @49493 NONAME ?InternalIsDescendant@MCS_TGrq@@UBEHPBD@Z @49494 NONAME ?InternalIsDescendant@MCS_TIcf@@UBEHPBD@Z @49495 NONAME ?InternalIsDescendant@MCS_TIrq@@UBEHPBD@Z @49496 NONAME ?InternalIsDescendant@MCS_TokenAttributes@@UBEHPBD@Z @49497 NONAME ?InternalIsDescendant@MCS_TokenAttributes_given@@UBEHPBD@Z @49498 NONAME ?InternalIsDescendant@MCS_TokenAttributes_giving@@UBEHPBD@Z @49499 NONAME ?InternalIsDescendant@MCS_TokenAttributes_grabbed@@UBEHPBD@Z @49500 NONAME ?InternalIsDescendant@MCS_TokenAttributes_inhibited@@UBEHPBD@Z @49501 NONAME ?InternalIsDescendant@MCS_TokenAttributes_ungivable@@UBEHPBD@Z @49502 NONAME ?InternalIsDescendant@MCS_TokenId@@UBEHPBD@Z @49503 NONAME ?InternalIsDescendant@MCS_TokenStatus@@UBEHPBD@Z @49504 NONAME ?InternalIsDescendant@MCS_TPin@@UBEHPBD@Z @49505 NONAME ?InternalIsDescendant@MCS_TPrq@@UBEHPBD@Z @49506 NONAME ?InternalIsDescendant@MCS_TRcf@@UBEHPBD@Z @49507 NONAME ?InternalIsDescendant@MCS_TRrq@@UBEHPBD@Z @49508 NONAME ?InternalIsDescendant@MCS_TTcf@@UBEHPBD@Z @49509 NONAME ?InternalIsDescendant@MCS_TTrq@@UBEHPBD@Z @49510 NONAME ?InternalIsDescendant@MCS_TVcf@@UBEHPBD@Z @49511 NONAME ?InternalIsDescendant@MCS_TVin@@UBEHPBD@Z @49512 NONAME ?InternalIsDescendant@MCS_TVrq@@UBEHPBD@Z @49513 NONAME ?InternalIsDescendant@MCS_TVrs@@UBEHPBD@Z @49514 NONAME ?InternalIsDescendant@MCS_UserId@@UBEHPBD@Z @49515 NONAME ?InternalIsDescendant@MCS_USin@@UBEHPBD@Z @49516 NONAME ?InternalIsDescendant@MCS_USrq@@UBEHPBD@Z @49517 NONAME ?InternalIsDescendant@MXRecordList@PDNS@@UBEHPBD@Z @52774 NONAME ?InternalIsDescendant@OpalFactoryCodec@@UBEHPBD@Z @51609 NONAME ?InternalIsDescendant@OpalG711ALaw64k_Base@@UBEHPBD@Z @51610 NONAME ?InternalIsDescendant@OpalG711ALaw64k_Decoder@@UBEHPBD@Z @51611 NONAME ?InternalIsDescendant@OpalG711ALaw64k_Encoder@@UBEHPBD@Z @51612 NONAME ?InternalIsDescendant@OpalG711uLaw64k_Base@@UBEHPBD@Z @51613 NONAME ?InternalIsDescendant@OpalG711uLaw64k_Decoder@@UBEHPBD@Z @51614 NONAME ?InternalIsDescendant@OpalG711uLaw64k_Encoder@@UBEHPBD@Z @51615 NONAME ?InternalIsDescendant@OpalGloballyUniqueID@@UBEHPBD@Z @49523 NONAME ?InternalIsDescendant@OpalIxJDevice@@UBEHPBD@Z @49524 NONAME ?InternalIsDescendant@OpalLineChannel@@UBEHPBD@Z @49525 NONAME ?InternalIsDescendant@OpalLineInterfaceDevice@@UBEHPBD@Z @49526 NONAME ?InternalIsDescendant@OpalMediaFormat@@UBEHPBD@Z @49527 NONAME ?InternalIsDescendant@OpalPluginCodec@@UBEHPBD@Z @51616 NONAME ?InternalIsDescendant@OpalRFC2833@@UBEHPBD@Z @49528 NONAME ?InternalIsDescendant@OpalRFC2833Info@@UBEHPBD@Z @49529 NONAME ?InternalIsDescendant@OpalRtpToWavFile@@UBEHPBD@Z @49530 NONAME ?InternalIsDescendant@OpalT120Protocol@@UBEHPBD@Z @49531 NONAME ?InternalIsDescendant@OpalT38Protocol@@UBEHPBD@Z @49532 NONAME ?InternalIsDescendant@OpalUSBDevice@@UBEHPBD@Z @52775 NONAME ?InternalIsDescendant@OpalVoipBlasterDevice@@UBEHPBD@Z @49533 NONAME ?InternalIsDescendant@OpalVXMLSession@@UBEHPBD@Z @49534 NONAME ?InternalIsDescendant@OpalWAVFile@@UBEHPBD@Z @49535 NONAME ?InternalIsDescendant@PASN_Array@@UBEHPBD@Z @49536 NONAME ?InternalIsDescendant@PASN_BitString@@UBEHPBD@Z @49537 NONAME ?InternalIsDescendant@PASN_BMPString@@UBEHPBD@Z @49538 NONAME ?InternalIsDescendant@PASN_Boolean@@UBEHPBD@Z @49539 NONAME ?InternalIsDescendant@PASN_Choice@@UBEHPBD@Z @49540 NONAME ?InternalIsDescendant@PASN_ConstrainedObject@@UBEHPBD@Z @49541 NONAME ?InternalIsDescendant@PASN_ConstrainedString@@UBEHPBD@Z @49542 NONAME ?InternalIsDescendant@PASN_Enumeration@@UBEHPBD@Z @49543 NONAME ?InternalIsDescendant@PASN_GeneralisedTime@@UBEHPBD@Z @49544 NONAME ?InternalIsDescendant@PASN_GeneralString@@UBEHPBD@Z @49545 NONAME ?InternalIsDescendant@PASN_IA5String@@UBEHPBD@Z @49546 NONAME ?InternalIsDescendant@PASN_Integer@@UBEHPBD@Z @49547 NONAME ?InternalIsDescendant@PASN_Null@@UBEHPBD@Z @49548 NONAME ?InternalIsDescendant@PASN_NumericString@@UBEHPBD@Z @49549 NONAME ?InternalIsDescendant@PASN_Object@@UBEHPBD@Z @49550 NONAME ?InternalIsDescendant@PASN_ObjectId@@UBEHPBD@Z @49551 NONAME ?InternalIsDescendant@PASN_OctetString@@UBEHPBD@Z @49552 NONAME ?InternalIsDescendant@PASN_PrintableString@@UBEHPBD@Z @49553 NONAME ?InternalIsDescendant@PASN_Sequence@@UBEHPBD@Z @49554 NONAME ?InternalIsDescendant@PASN_Stream@@UBEHPBD@Z @49555 NONAME ?InternalIsDescendant@PASN_VisibleString@@UBEHPBD@Z @49556 NONAME ?InternalIsDescendant@PDTMFEncoder@@UBEHPBD@Z @52776 NONAME ?InternalIsDescendant@PLDAPAttributeBase@@UBEHPBD@Z @49557 NONAME ?InternalIsDescendant@PLDAPStructBase@@UBEHPBD@Z @49558 NONAME ?InternalIsDescendant@PluginLoader@@UBEHPBD@Z @52777 NONAME ?InternalIsDescendant@PPER_Stream@@UBEHPBD@Z @49559 NONAME ?InternalIsDescendant@PVXMLSession@@UBEHPBD@Z @49560 NONAME ?InternalIsDescendant@PWAVFile@@UBEHPBD@Z @49561 NONAME ?InternalIsDescendant@Q931@@UBEHPBD@Z @49562 NONAME ?InternalIsDescendant@ReceiverReport@RTP_Session@@UBEHPBD@Z @49563 NONAME ?InternalIsDescendant@Request@H323Transactor@@UBEHPBD@Z @49564 NONAME ?InternalIsDescendant@Response@H323Transactor@@UBEHPBD@Z @49565 NONAME ?InternalIsDescendant@RTP_ControlFrame@@UBEHPBD@Z @49566 NONAME ?InternalIsDescendant@RTP_DataFrame@@UBEHPBD@Z @49567 NONAME ?InternalIsDescendant@RTP_JitterBuffer@@UBEHPBD@Z @49568 NONAME ?InternalIsDescendant@RTP_JitterBufferAnalyser@@UBEHPBD@Z @49569 NONAME ?InternalIsDescendant@RTP_QOS@@UBEHPBD@Z @49570 NONAME ?InternalIsDescendant@RTP_Session@@UBEHPBD@Z @49571 NONAME ?InternalIsDescendant@RTP_SessionManager@@UBEHPBD@Z @49572 NONAME ?InternalIsDescendant@RTP_UDP@@UBEHPBD@Z @49573 NONAME ?InternalIsDescendant@RTP_UserData@@UBEHPBD@Z @49574 NONAME ?InternalIsDescendant@SenderReport@RTP_Session@@UBEHPBD@Z @49575 NONAME ?InternalIsDescendant@SourceDescription@RTP_Session@@UBEHPBD@Z @49576 NONAME ?InternalIsDescendant@SRVRecordList@PDNS@@UBEHPBD@Z @52778 NONAME ?InternalIsDescendant@StringMap@H323GatekeeperServer@@UBEHPBD@Z @49577 NONAME ?InternalIsDescendant@T120ConnectPDU@@UBEHPBD@Z @49578 NONAME ?InternalIsDescendant@T120_X224@@UBEHPBD@Z @49579 NONAME ?InternalIsDescendant@T38_ArrayOf_PASN_OctetString@@UBEHPBD@Z @49580 NONAME ?InternalIsDescendant@T38_Data_Field@@UBEHPBD@Z @49581 NONAME ?InternalIsDescendant@T38_Data_Field_subtype@@UBEHPBD@Z @49582 NONAME ?InternalIsDescendant@T38_Data_Field_subtype_field_type@@UBEHPBD@Z @49583 NONAME ?InternalIsDescendant@T38_IFPPacket@@UBEHPBD@Z @49584 NONAME ?InternalIsDescendant@T38_PreCorrigendum_Data_Field@@UBEHPBD@Z @49585 NONAME ?InternalIsDescendant@T38_PreCorrigendum_Data_Field_subtype@@UBEHPBD@Z @49586 NONAME ?InternalIsDescendant@T38_PreCorrigendum_Data_Field_subtype_field_type@@UBEHPBD@Z @49587 NONAME ?InternalIsDescendant@T38_PreCorrigendum_IFPPacket@@UBEHPBD@Z @49588 NONAME ?InternalIsDescendant@T38_Type_of_msg@@UBEHPBD@Z @49589 NONAME ?InternalIsDescendant@T38_Type_of_msg_data@@UBEHPBD@Z @49590 NONAME ?InternalIsDescendant@T38_Type_of_msg_t30_indicator@@UBEHPBD@Z @49591 NONAME ?InternalIsDescendant@T38_UDPTLPacket@@UBEHPBD@Z @49592 NONAME ?InternalIsDescendant@T38_UDPTLPacket_error_recovery@@UBEHPBD@Z @49593 NONAME ?InternalIsDescendant@T38_UDPTLPacket_error_recovery_fec_info@@UBEHPBD@Z @49594 NONAME ?InternalIsDescendant@T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@UBEHPBD@Z @49595 NONAME ?InternalIsDescendant@T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@UBEHPBD@Z @49596 NONAME ?InternalIsDescendant@T38_UDPTLPacket_primary_ifp_packet@@UBEHPBD@Z @49597 NONAME ?InternalIsDescendant@VoipBlasterInterface@@UBEHPBD@Z @49599 NONAME ?InternalIsDescendant@X224@@UBEHPBD@Z @49600 NONAME ?InternalIsDescendant@X880_Code@@UBEHPBD@Z @49601 NONAME ?InternalIsDescendant@X880_GeneralProblem@@UBEHPBD@Z @49602 NONAME ?InternalIsDescendant@X880_Invoke@@UBEHPBD@Z @49603 NONAME ?InternalIsDescendant@X880_InvokeId@@UBEHPBD@Z @49604 NONAME ?InternalIsDescendant@X880_InvokeProblem@@UBEHPBD@Z @49605 NONAME ?InternalIsDescendant@X880_Reject@@UBEHPBD@Z @49606 NONAME ?InternalIsDescendant@X880_RejectProblem@@UBEHPBD@Z @49607 NONAME ?InternalIsDescendant@X880_Reject_problem@@UBEHPBD@Z @49608 NONAME ?InternalIsDescendant@X880_ReturnError@@UBEHPBD@Z @49609 NONAME ?InternalIsDescendant@X880_ReturnErrorProblem@@UBEHPBD@Z @49610 NONAME ?InternalIsDescendant@X880_ReturnResult@@UBEHPBD@Z @49611 NONAME ?InternalIsDescendant@X880_ReturnResultProblem@@UBEHPBD@Z @49612 NONAME ?InternalIsDescendant@X880_ReturnResult_result@@UBEHPBD@Z @49613 NONAME ?InternalIsDescendant@X880_ROS@@UBEHPBD@Z @49614 NONAME ?InternalMakeCall@H323EndPoint@@MAEPAVH323Connection@@ABVPString@@0I0PAVH323Transport@@AAV3@PAX@Z @51617 NONAME ?InternalPlayTone@OpalIxJDevice@@IAEHIKKKH@Z @14071 NONAME ?InternalRegisterGatekeeper@H323EndPoint@@IAEHPAVH323Gatekeeper@@H@Z @17511 NONAME ?InternalRemoveServiceRelationship@H323PeerElement@@IAEXABVH323TransportAddress@@@Z @37493 NONAME ?InternalSetVolume@OpalIxJDevice@@IAEHHIHH@Z @17621 NONAME ?InternalTranslateTCPAddress@H323EndPoint@@QAEXAAVAddress@PIPSocket@@ABV23@@Z @52779 NONAME ?InterpretInput@OpalUSBDevice@@IAEXI@Z @52780 NONAME ?IntrudeCall@H323Connection@@UAEXI@Z @30757 NONAME ?IntrudeCall@H323EndPoint@@QAEPAVH323Connection@@ABVPString@@AAV3@IPAX@Z @30758 NONAME ?IntrudeCall@H323EndPoint@@QAEPAVH323Connection@@ABVPString@@PAVH323Transport@@AAV3@IPAX@Z @30759 NONAME ?IntrudeCall@H45011Handler@@QAEXH@Z @30760 NONAME ?InvokeMessage@OpalUSBDevice@@IAEHI@Z @52781 NONAME ?IoControl@OpalIxJDevice@@IAEHKKPAK@Z @14072 NONAME ?IoControl@OpalIxJDevice@@IAEHKPAXK0KPAKPAVPWin32Overlapped@@@Z @20472 NONAME ?IsActive@H235Authenticator@@UBEHXZ @29196 NONAME ?IsAllowed@H323Capabilities@@QAEHABVH323Capability@@0@Z @17403 NONAME ?IsAllowed@H323Capabilities@@QAEHABVH323Capability@@@Z @22824 NONAME ?IsAllowed@H323Capabilities@@QAEHI@Z @22825 NONAME ?IsAllowed@H323Capabilities@@QAEHII@Z @20762 NONAME ?IsAnsweringCall@H323GatekeeperCall@@QBEHXZ @31236 NONAME ?IsAtEnd@PASN_Stream@@QAEHXZ @14074 NONAME ?IsAudioEnabled@OpalIxJDevice@@UAEHI@Z @30521 NONAME ?IsAudioEnabled@OpalLineInterfaceDevice@@UAEHI@Z @30522 NONAME ?IsBehindNAT@H323RegisteredEndPoint@@QBEHXZ @34894 NONAME ?IsBehindNAT@H323Transaction@@QBEHXZ @37665 NONAME ?IsCallIntrusion@H323Connection@@QAEHXZ @30761 NONAME ?IsCallOnHold@H323Connection@@QBEHXZ @29699 NONAME ?IsCapability@H235AuthCAT@@UAEHABVH235_AuthenticationMechanism@@ABVPASN_ObjectId@@@Z @34838 NONAME ?IsCapability@H235AuthProcedure1@@UAEHABVH235_AuthenticationMechanism@@ABVPASN_ObjectId@@@Z @30576 NONAME ?IsCapability@H235AuthSimpleMD5@@UAEHABVH235_AuthenticationMechanism@@ABVPASN_ObjectId@@@Z @30577 NONAME ?IsCompatibleTransport@H323Transport@@UBEHABVH225_TransportAddress@@@Z @15018 NONAME ?IsCompatibleTransport@H323TransportIP@@UBEHABVH225_TransportAddress@@@Z @15019 NONAME ?IsConnected@H323Connection@@QBEHXZ @31667 NONAME ?IsConnectionEstablished@H323EndPoint@@UAEHABVPString@@@Z @15020 NONAME ?isConsultationTransferSuccess@H4502Handler@@QAEHXZ @30701 NONAME ?IsctTimerRunning@H4502Handler@@QAEHXZ @30087 NONAME ?IsDetermined@H245NegMasterSlaveDetermination@@QBEHXZ @15971 NONAME ?IsDevicePresent@VoipBlasterInterface@@QAEHH@Z @29846 NONAME ?IsDiscoveryComplete@H323Gatekeeper@@QBEHXZ @34808 NONAME ?IsEquivalent@H323TransportAddress@@QAEHABV1@@Z @30692 NONAME ?IsEstablished@H323Connection@@QBEHXZ @15972 NONAME ?IsFastResponseRequired@H323Transaction@@QBEHXZ @37678 NONAME ?IsFastStartDisabled@H323EndPoint@@QBEHXZ @29342 NONAME ?IsFromRemote@H323ChannelNumber@@QBEHXZ @15974 NONAME ?IsGatekeeper@H323EndPoint@@QBEHXZ @15975 NONAME ?IsGatekeeperRouted@H323Connection@@QBEHXZ @34905 NONAME ?IsGatekeeperRouted@H323GatekeeperServer@@QBEHXZ @30476 NONAME ?IsGateway@H323EndPoint@@QBEHXZ @15976 NONAME ?IsGenericMatch@H323Capability@@UBEHABVH245_GenericCapability@@@Z @52782 NONAME ?IsGenericMatch@H323GenericAudioCapability@@UBEHABVH245_GenericCapability@@@Z @52783 NONAME ?IsGenericMatch@H323GenericAudioCapability@@WBM@BEHABVH245_GenericCapability@@@Z @52784 NONAME ?IsGenericMatch@H323GenericCapabilityInfo@@UBEHABVH245_GenericCapability@@@Z @52785 NONAME ?IsGenericMatch@H323GenericVideoCapability@@UBEHABVH245_GenericCapability@@@Z @52786 NONAME ?IsGenericMatch@H323GenericVideoCapability@@WBE@BEHABVH245_GenericCapability@@@Z @52787 NONAME ?IsH245inSetupDisabled@H323EndPoint@@QBEHXZ @29993 NONAME ?IsH245Master@H323Connection@@QBEHXZ @15977 NONAME ?IsH245TunnelingDisabled@H323EndPoint@@QBEHXZ @29343 NONAME ?IsLineDisconnected@OpalIxJDevice@@UAEHIH@Z @24337 NONAME ?IsLineDisconnected@OpalLineInterfaceDevice@@UAEHIH@Z @24339 NONAME ?IsLineDisconnected@OpalUSBDevice@@UAEHIH@Z @52788 NONAME ?IsLineDisconnected@OpalVoipBlasterDevice@@UAEHIH@Z @29789 NONAME ?IsLineOffHook@OpalIxJDevice@@UAEHI@Z @15980 NONAME ?IsLineOffHook@OpalUSBDevice@@UAEHI@Z @52789 NONAME ?IsLineOffHook@OpalVoipBlasterDevice@@UAEHI@Z @29790 NONAME ?IsLinePresent@OpalIxJDevice@@UAEHIH@Z @17602 NONAME ?IsLinePresent@OpalLineInterfaceDevice@@UAEHIH@Z @17603 NONAME ?IsLinePresent@OpalUSBDevice@@UAEHIH@Z @52790 NONAME ?IsLinePresent@OpalVoipBlasterDevice@@UAEHIH@Z @29791 NONAME ?IsLineRinging@OpalIxJDevice@@UAEHIPAK@Z @15985 NONAME ?IsLineRinging@OpalLineInterfaceDevice@@UAEHIPAK@Z @15986 NONAME ?IsLineRinging@OpalUSBDevice@@UAEHIPAK@Z @52791 NONAME ?IsLineRinging@OpalVoipBlasterDevice@@UAEHIPAK@Z @29792 NONAME ?IsLineTerminal@OpalIxJDevice@@UAEHI@Z @15988 NONAME ?IsLineTerminal@OpalLineInterfaceDevice@@UAEHI@Z @15989 NONAME ?IsLineTerminal@OpalUSBDevice@@UAEHI@Z @52792 NONAME ?IsLineTerminal@OpalVoipBlasterDevice@@UAEHI@Z @29793 NONAME ?IsLineToLineDirect@OpalIxJDevice@@UAEHII@Z @15990 NONAME ?IsLineToLineDirect@OpalLineInterfaceDevice@@UAEHII@Z @15991 NONAME ?IsLineToLineDirect@OpalVoipBlasterDevice@@UAEHII@Z @29794 NONAME ?IsListening@H323TransportTCP@@QBEHXZ @17566 NONAME ?IsLoaded@H323DynaLink@@UAEHXZ @49678 NONAME ?IsLoaded@PVXMLSession@@UBEHXZ @37158 NONAME ?IsLocalAddress@H323EndPoint@@UBEHABVAddress@PIPSocket@@@Z @34880 NONAME ?IsLocalHold@H323Connection@@QBEHXZ @29050 NONAME ?IsMaster@H245NegMasterSlaveDetermination@@QBEHXZ @15992 NONAME ?IsMCU@H323EndPoint@@QBEHXZ @15993 NONAME ?IsMediaOnHold@H323Connection@@QBEHXZ @29702 NONAME ?IsNonStandardMatch@H323Capability@@UBEHABVH245_NonStandardParameter@@@Z @20558 NONAME ?IsNonStandardMatch@H323NonStandardAudioCapability@@UBEHABVH245_NonStandardParameter@@@Z @20559 NONAME ?IsNonStandardMatch@H323NonStandardDataCapability@@UBEHABVH245_NonStandardParameter@@@Z @20560 NONAME ?IsNonStandardMatch@H323NonStandardVideoCapability@@UBEHABVH245_NonStandardParameter@@@Z @20561 NONAME ?IsNULL@OpalGloballyUniqueID@@QBEHXZ @20701 NONAME ?IsOpen@OpalLineInterfaceDevice@@UBEHXZ @15994 NONAME ?IsOpen@OpalUSBDevice@@UBEHXZ @52793 NONAME ?IsPrimitive@PASN_Object@@UBEHXZ @15995 NONAME ?IsRawDataChannelNative@G7231_File_Codec@@UBEHXZ @31196 NONAME ?IsRawDataChannelNative@H323Codec@@UBEHXZ @29967 NONAME ?IsRawDataChannelNative@H323_LIDCodec@@UBEHXZ @29968 NONAME ?IsRegistered@H323Gatekeeper@@QBEHXZ @28646 NONAME ?IsRegisteredWithGatekeeper@H323EndPoint@@QBEHXZ @34897 NONAME ?IsRemoteHold@H323Connection@@QBEHXZ @29051 NONAME ?IsRemoteOffline@H245NegRoundTripDelay@@QBEHXZ @15996 NONAME ?IsRequiredH235@H323GatekeeperServer@@QBEHXZ @34875 NONAME ?IsRunning@H323Channel@@UBEHXZ @30288 NONAME ?IsRunning@H323_ExternalRTPChannel@@UBEHXZ @30289 NONAME ?IsSecuredPDU@H235AuthCAT@@UBEHIH@Z @34898 NONAME ?IsSecuredPDU@H235Authenticator@@UBEHIH@Z @34899 NONAME ?IsSecuredPDU@H235AuthSimpleMD5@@UBEHIH@Z @34900 NONAME ?IsTerminal@H323EndPoint@@QBEHXZ @15998 NONAME ?IsToneDetected@OpalIxJDevice@@UAEII@Z @17609 NONAME ?IsToneDetected@OpalLineInterfaceDevice@@UAEII@Z @17610 NONAME ?IsToneDetected@OpalVoipBlasterDevice@@UAEII@Z @29795 NONAME ?IsTonePlaying@OpalIxJDevice@@UAEHI@Z @20483 NONAME ?IsTonePlaying@OpalLineInterfaceDevice@@UAEHI@Z @20484 NONAME ?IsTonePlaying@OpalUSBDevice@@UAEHI@Z @52794 NONAME ?IsTonePlaying@OpalVoipBlasterDevice@@UAEHI@Z @29796 NONAME ?IsToneStart@OpalRFC2833Info@@QBEHXZ @29949 NONAME ?IsTransferredCall@H323Connection@@QBEHXZ @29052 NONAME ?IsTransferringCall@H323Connection@@QBEHXZ @29053 NONAME ?IsUsable@H323Capability@@UBEHABVH323Connection@@@Z @30673 NONAME ?IsUsable@H323_UserInputCapability@@UBEHABVH323Connection@@@Z @30674 NONAME ?IsValid@H323CallCreditServiceControl@@UBEHXZ @34523 NONAME ?IsValid@H323HTTPServiceControl@@UBEHXZ @34524 NONAME ?IsValid@H323_LIDCapability@@QBEHXZ @17259 NONAME ?IsValid@OpalMediaFormat@@QBEHXZ @20629 NONAME ?IsValid@PASN_Choice@@QBEHXZ @16006 NONAME ?Load@H323DynaLink@@UAEXXZ @49679 NONAME ?LoadPlugin@H323DynaLink@@UAEHABVPString@@@Z @49680 NONAME ?LoadSoundDevice@@YAHAAVPString@@@Z @52795 NONAME ?LocateGatekeeper@H323EndPoint@@QAEHABVPString@@PAVH323Transport@@@Z @17512 NONAME ?LocationRequest@H323Gatekeeper@@QAEHABVPString@@AAVH323TransportAddress@@@Z @16007 NONAME ?LocationRequest@H323Gatekeeper@@QAEHABVPStringList@@AAVH323TransportAddress@@@Z @16008 NONAME ?Lock@H323Connection@@QAEHXZ @22292 NONAME ?Lookup@PDNS@@YAHABVPString@@AAVMXRecordList@1@@Z @52796 NONAME ?Lookup@PDNS@@YAHABVPString@@AAVSRVRecordList@1@@Z @52797 NONAME ?lower_bound@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAE?AViterator@12@ABI@Z @51269 NONAME ?lower_bound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @52798 NONAME ?lower_bound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @51034 NONAME ?lower_bound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @51035 NONAME ?lower_bound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @51618 NONAME ?lower_bound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @52799 NONAME ?lower_bound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @51036 NONAME ?Main@H225CallThread@@MAEXXZ @16010 NONAME ?Main@H225TransportThread@@MAEXXZ @16012 NONAME ?Main@H245TransportThread@@MAEXXZ @16013 NONAME ?Main@H323ConnectionsCleaner@@MAEXXZ @16014 NONAME ?Main@H323ListenerTCP@@MAEXXZ @16015 NONAME ?Main@H323LogicalChannelThread@@UAEXXZ @16016 NONAME ?Main@RTP_JitterBuffer@@MAEXXZ @17156 NONAME ?MakeCall@H323EndPoint@@QAEPAVH323Connection@@ABVPString@@AAV3@PAX@Z @17634 NONAME ?MakeCall@H323EndPoint@@QAEPAVH323Connection@@ABVPString@@PAVH323Transport@@AAV3@PAX@Z @17635 NONAME ?MakeCallLocked@H323EndPoint@@QAEPAVH323Connection@@ABVPString@@AAV3@PAXPAVH323Transport@@@Z @29606 NONAME ?MakeRequest@H323Gatekeeper@@MAEHAAVRequest@H323Transactor@@@Z @37430 NONAME ?MakeRequest@H323PeerElement@@UAEHAAVRequest@H323Transactor@@@Z @37431 NONAME ?MakeRequest@H323Transactor@@MAEHAAVRequest@1@@Z @37432 NONAME ?MakeRequestWithReregister@H323Gatekeeper@@IAEHAAVRequest@H323Transactor@@I@Z @37433 NONAME ?make_level_map@H261Encoder@@IAEPADHI@Z @16027 NONAME ?mark@P64Decoder@@QAEXH@Z @16028 NONAME ?marks@P64Decoder@@QAEXPAE@Z @16029 NONAME ?mbcopy@FullP64Decoder@@IAEXI@Z @16030 NONAME ?Merge@H323Capabilities@@QAEHABV1@@Z @17237 NONAME ?ModifyQOS@RTP_Session@@UAEHPAVRTP_QOS@@@Z @38268 NONAME ?ModifyQOS@RTP_UDP@@UAEHPAVRTP_QOS@@@Z @38269 NONAME ?Monitor@OpalUSBDevice@@MAEXAAVPThread@@H@Z @52800 NONAME ?MonitorCallStatus@H323Connection@@IAEXXZ @30306 NONAME ?MonitorMain@H323Gatekeeper@@MAEXAAVPThread@@H@Z @30578 NONAME ?MonitorMain@H323GatekeeperServer@@MAEXAAVPThread@@H@Z @30247 NONAME ?MonitorMain@H323PeerElement@@MAEXAAVPThread@@H@Z @35044 NONAME ?MoreToIncEncode@H261PixelEncoder@@QAEHXZ @30263 NONAME ?MoreToIncEncode@P64Encoder@@QAEHXZ @30264 NONAME ?mtu@Transmitter@@UAEHXZ @16031 NONAME ?mvblk@P64Decoder@@IAEXPAE0I@Z @16032 NONAME ?mvblka@P64Decoder@@IAEXPAE0I@Z @16033 NONAME ?ndblk@P64Decoder@@QBEHXZ @16035 NONAME ?NeedsJitterBuffer@OpalMediaFormat@@QBEHXZ @20630 NONAME ?Next@RTP_SessionManager@@QAEPAVRTP_Session@@XZ @24354 NONAME ?OnAcceptModeChange@H323Connection@@UAEXABVH245_RequestModeAck@@@Z @29570 NONAME ?OnAccessRequest@H323PeerElement@@UAE?AW4Response@H323Transaction@@AAVH501AccessRequest@@@Z @37679 NONAME ?OnAddServiceRelationship@H323PeerElement@@UAEXABVH323TransportAddress@@@Z @37021 NONAME ?OnAdmission@H323GatekeeperCall@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperARQ@@@Z @37680 NONAME ?OnAdmission@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperARQ@@@Z @37681 NONAME ?OnAdmission@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperARQ@@@Z @37682 NONAME ?OnAlerting@H323Connection@@UAEHABVH323SignalPDU@@ABVPString@@@Z @16040 NONAME ?OnAlerting@H323EndPoint@@UAEHAAVH323Connection@@ABVH323SignalPDU@@ABVPString@@@Z @16041 NONAME ?OnAlerting@H323GatekeeperCall@@UAEXXZ @34805 NONAME ?OnAnswerCall@H323Connection@@UAE?AW4AnswerCallResponse@1@ABVPString@@ABVH323SignalPDU@@AAV4@@Z @16042 NONAME ?OnAnswerCall@H323EndPoint@@UAE?AW4AnswerCallResponse@H323Connection@@AAV3@ABVPString@@ABVH323SignalPDU@@AAV5@@Z @16043 NONAME ?OnBandwidth@H323GatekeeperCall@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperBRQ@@@Z @37683 NONAME ?OnBandwidth@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperBRQ@@@Z @37684 NONAME ?OnBandwidth@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperBRQ@@@Z @37685 NONAME ?OnCallCreditServiceControl@H323EndPoint@@UAEXABVPString@@H@Z @34425 NONAME ?OnCallIndependentSupplementaryService@H323EndPoint@@UAEHABVH323SignalPDU@@@Z @49755 NONAME ?OnCallIntrudeTimeOut@H45011Handler@@UAEXAAVPTimer@@H@Z @30764 NONAME ?OnCallTransferIdentify@H323EndPoint@@UAEHAAVH323Connection@@@Z @30088 NONAME ?OnCallTransferInitiate@H323EndPoint@@UAEHAAVH323Connection@@ABVPString@@@Z @34906 NONAME ?OnCallTransferTimeOut@H4502Handler@@UAEXAAVPTimer@@H@Z @29703 NONAME ?OnCED@OpalT38Protocol@@UAEHXZ @34548 NONAME ?OnChange@H323CallCreditServiceControl@@UBEXIIAAVH323EndPoint@@PAVH323Connection@@@Z @34426 NONAME ?OnChange@H323HTTPServiceControl@@UBEXIIAAVH323EndPoint@@PAVH323Connection@@@Z @34427 NONAME ?OnCleared@H323Connection@@UAEXXZ @17605 NONAME ?OnClosedLogicalChannel@H323Connection@@UAEXABVH323Channel@@@Z @16044 NONAME ?OnClosedLogicalChannel@H323EndPoint@@UAEXAAVH323Connection@@ABVH323Channel@@@Z @16045 NONAME ?OnClosingLogicalChannel@H323Connection@@UAEHAAVH323Channel@@@Z @16046 NONAME ?OnCNG@OpalT38Protocol@@UAEHXZ @34549 NONAME ?OnConferenceInvite@H323EndPoint@@UAEHABVH323SignalPDU@@@Z @49756 NONAME ?OnConflictingLogicalChannel@H323Connection@@UAEHAAVH323Channel@@@Z @17549 NONAME ?OnConnected@H323GatekeeperCall@@UAEXXZ @34806 NONAME ?OnConnectionCleared@H323EndPoint@@UAEXAAVH323Connection@@ABVPString@@@Z @16047 NONAME ?OnConnectionEstablished@H323EndPoint@@UAEXAAVH323Connection@@ABVPString@@@Z @16048 NONAME ?OnConnectionForwarded@H323EndPoint@@UAEHAAVH323Connection@@ABVPString@@ABVH323SignalPDU@@@Z @17391 NONAME ?OnConsultationTransferSuccess@H323Connection@@UAEXAAV1@@Z @30089 NONAME ?OnControlProtocolError@H323Connection@@UAEHW4ControlProtocolErrors@1@PBX@Z @16050 NONAME ?OnCreateLogicalChannel@H323Connection@@UAEHABVH323Capability@@W4Directions@H323Channel@@AAI@Z @17404 NONAME ?OnData@OpalT38Protocol@@UAEHIIABVPBYTEArray@@@Z @34550 NONAME ?OnDescriptorUpdate@H323PeerElement@@UAE?AW4Response@H323Transaction@@AAVH501DescriptorUpdate@@@Z @37686 NONAME ?OnDiscovery@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperGRQ@@@Z @37687 NONAME ?OnDiscovery@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperGRQ@@@Z @37688 NONAME ?OnDisengage@H323GatekeeperCall@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperDRQ@@@Z @37689 NONAME ?OnDisengage@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperDRQ@@@Z @37690 NONAME ?OnDisengage@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperDRQ@@@Z @37691 NONAME ?OnEndReceive@OpalRFC2833@@UAEXDII@Z @29950 NONAME ?OnEndSession@PVXMLSession@@UAEXXZ @31376 NONAME ?OnEstablished@H323Connection@@UAEXXZ @17606 NONAME ?OnFastUpdateGOB@H323VideoCodec@@UAEXII@Z @16051 NONAME ?OnFastUpdateMB@H323VideoCodec@@UAEXHHI@Z @16052 NONAME ?OnFastUpdatePicture@H323PluginVideoCodec@@UAEXXZ @49616 NONAME ?OnFastUpdatePicture@H323VideoCodec@@UAEXXZ @16053 NONAME ?OnFastUpdatePicture@H323_H261Codec@@UAEXXZ @37755 NONAME ?OnFirstPacket@OpalRtpToWavFile@@UAEHAAVRTP_DataFrame@@@Z @30630 NONAME ?OnFlowControl@H323Channel@@UAEXJ@Z @16054 NONAME ?OnFlowControl@H323Codec@@UAEXJ@Z @16055 NONAME ?OnFreezePicture@H323VideoCodec@@UAEXXZ @16056 NONAME ?OnFullRegistration@H323RegisteredEndPoint@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperRRQ@@@Z @37692 NONAME ?OnGatekeeperConfirm@H323EndPoint@@UAEXXZ @38310 NONAME ?OnGatekeeperReject@H323EndPoint@@UAEXXZ @38311 NONAME ?OnH245Command@H323Connection@@UAEHABVH323ControlPDU@@@Z @16057 NONAME ?OnH245Indication@H323Connection@@UAEHABVH323ControlPDU@@@Z @16058 NONAME ?OnH245Request@H323Connection@@UAEHABVH323ControlPDU@@@Z @16059 NONAME ?OnH245Response@H323Connection@@UAEHABVH323ControlPDU@@@Z @16060 NONAME ?OnH245_FlowControlCommand@H323Connection@@UAEHABVH245_FlowControlCommand@@@Z @16061 NONAME ?OnH245_JitterIndication@H323Connection@@UAEHABVH245_JitterIndication@@@Z @16062 NONAME ?OnH245_MiscellaneousCommand@H323Connection@@UAEHABVH245_MiscellaneousCommand@@@Z @16063 NONAME ?OnH245_MiscellaneousIndication@H323Connection@@UAEHABVH245_MiscellaneousIndication@@@Z @16064 NONAME ?OnH245_SendTerminalCapabilitySet@H323Connection@@UAEHABVH245_SendTerminalCapabilitySet@@@Z @16065 NONAME ?OnHandlePDU@H323GatekeeperARQ@@MAE?AW4Response@H323Transaction@@XZ @37693 NONAME ?OnHandlePDU@H323GatekeeperBRQ@@MAE?AW4Response@H323Transaction@@XZ @37694 NONAME ?OnHandlePDU@H323GatekeeperDRQ@@MAE?AW4Response@H323Transaction@@XZ @37695 NONAME ?OnHandlePDU@H323GatekeeperGRQ@@MAE?AW4Response@H323Transaction@@XZ @37696 NONAME ?OnHandlePDU@H323GatekeeperIRR@@MAE?AW4Response@H323Transaction@@XZ @37697 NONAME ?OnHandlePDU@H323GatekeeperLRQ@@MAE?AW4Response@H323Transaction@@XZ @37698 NONAME ?OnHandlePDU@H323GatekeeperRRQ@@MAE?AW4Response@H323Transaction@@XZ @37699 NONAME ?OnHandlePDU@H323GatekeeperURQ@@MAE?AW4Response@H323Transaction@@XZ @37700 NONAME ?OnHandlePDU@H501AccessRequest@@MAE?AW4Response@H323Transaction@@XZ @37701 NONAME ?OnHandlePDU@H501DescriptorUpdate@@MAE?AW4Response@H323Transaction@@XZ @37702 NONAME ?OnHandlePDU@H501ServiceRequest@@MAE?AW4Response@H323Transaction@@XZ @37703 NONAME ?OnHeartbeat@H323GatekeeperCall@@UAEHXZ @30477 NONAME ?OnHTTPServiceControl@H323EndPoint@@UAEXIIABVPString@@@Z @34428 NONAME ?OnIncomingCall@H323Connection@@UAEHABVH323SignalPDU@@AAV2@@Z @16066 NONAME ?OnIncomingCall@H323EndPoint@@UAEHAAVH323Connection@@ABVH323SignalPDU@@AAV3@@Z @16067 NONAME ?OnIncomingConnection@H323EndPoint@@UAEPAVH323Connection@@PAVH323Transport@@AAVH323SignalPDU@@@Z @38312 NONAME ?OnIndicator@OpalT38Protocol@@UAEHI@Z @34551 NONAME ?OnInfoResponse@H323GatekeeperCall@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperIRR@@AAVH225_InfoRequestResponse_perCallInfo_subtype@@@Z @37704 NONAME ?OnInfoResponse@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperIRR@@@Z @37705 NONAME ?OnInfoResponse@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperIRR@@@Z @37706 NONAME ?OnInfoResponse@H323RegisteredEndPoint@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperIRR@@@Z @37707 NONAME ?OnInsufficientDigits@H323Connection@@UAEHXZ @29242 NONAME ?OnJitterIndication@H323Channel@@UAEXKHH@Z @16068 NONAME ?OnLoadPlugin@H323PluginCodecManager@@UAEXAAVPDynaLink@@H@Z @49650 NONAME ?OnLoadPlugin@HIDPluginDeviceManager@@UAEXAAVPDynaLink@@H@Z @52801 NONAME ?OnLocation@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperLRQ@@@Z @37708 NONAME ?OnLocation@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperLRQ@@@Z @37709 NONAME ?OnLogicalChannelFlowControl@H323Connection@@UAEXPAVH323Channel@@J@Z @16069 NONAME ?OnLogicalChannelJitter@H323Connection@@UAEXPAVH323Channel@@KHH@Z @16070 NONAME ?OnLostPartialPicture@H323PluginVideoCodec@@UAEXXZ @49618 NONAME ?OnLostPartialPicture@H323VideoCodec@@UAEXXZ @29308 NONAME ?OnLostPartialPicture@H323_H261Codec@@UAEXXZ @29309 NONAME ?OnLostPicture@H323PluginVideoCodec@@UAEXXZ @49619 NONAME ?OnLostPicture@H323VideoCodec@@UAEXXZ @29310 NONAME ?OnLostPicture@H323_H261Codec@@UAEXXZ @29311 NONAME ?OnMiscellaneousCommand@H323Channel@@UAEXABVH245_MiscellaneousCommand_type@@@Z @16071 NONAME ?OnMiscellaneousCommand@H323Codec@@UAEXABVH245_MiscellaneousCommand_type@@@Z @16072 NONAME ?OnMiscellaneousCommand@H323VideoCodec@@UAEXABVH245_MiscellaneousCommand_type@@@Z @16073 NONAME ?OnMiscellaneousIndication@H323Channel@@UAEXABVH245_MiscellaneousIndication_type@@@Z @16074 NONAME ?OnMiscellaneousIndication@H323Codec@@UAEXABVH245_MiscellaneousIndication_type@@@Z @16075 NONAME ?OnMiscellaneousIndication@H323VideoCodec@@UAEXABVH245_MiscellaneousIndication_type@@@Z @16076 NONAME ?OnModeChanged@H323Connection@@UAEXABVH245_ModeDescription@@@Z @29571 NONAME ?OnNegotiateConferenceCapabilities@H323EndPoint@@UAEHABVH323SignalPDU@@@Z @49757 NONAME ?OnNewDescriptor@H323PeerElement@@UAEXABVH323PeerElementDescriptor@@@Z @37943 NONAME ?OnOpen@H323TransportTCP@@MAEHXZ @16077 NONAME ?OnOpenLogicalChannel@H323Connection@@UAEHABVH245_OpenLogicalChannel@@AAVH245_OpenLogicalChannelAck@@AAI@Z @16078 NONAME ?OnOutgoingCall@H323Connection@@UAEHABVH323SignalPDU@@@Z @16079 NONAME ?OnOutgoingCall@H323EndPoint@@UAEHAAVH323Connection@@ABVH323SignalPDU@@@Z @38313 NONAME ?OnPreamble@OpalT38Protocol@@UAEHXZ @34552 NONAME ?OnReceiveAccessConfirmation@H323PeerElement@@UAEHABVH501PDU@@ABVH501_AccessConfirmation@@@Z @37289 NONAME ?OnReceiveAccessConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_AccessConfirmation@@@Z @37290 NONAME ?OnReceiveAccessRejection@H323PeerElement@@UAEHABVH501PDU@@ABVH501_AccessRejection@@@Z @37291 NONAME ?OnReceiveAccessRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_AccessRejection@@@Z @37292 NONAME ?OnReceiveAccessRequest@H323PeerElement@@UAEHABVH501PDU@@ABVH501_AccessRequest@@@Z @37710 NONAME ?OnReceiveAccessRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_AccessRequest@@@Z @37293 NONAME ?OnReceiveAdmissionConfirm@H225_RAS@@UAEHABVH225_AdmissionConfirm@@@Z @27924 NONAME ?OnReceiveAdmissionConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_AdmissionConfirm@@@Z @31377 NONAME ?OnReceiveAdmissionConfirm@H323Gatekeeper@@UAEHABVH225_AdmissionConfirm@@@Z @16080 NONAME ?OnReceiveAdmissionReject@H225_RAS@@UAEHABVH225_AdmissionReject@@@Z @27925 NONAME ?OnReceiveAdmissionReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_AdmissionReject@@@Z @31378 NONAME ?OnReceiveAdmissionReject@H323Gatekeeper@@UAEHABVH225_AdmissionReject@@@Z @34429 NONAME ?OnReceiveAdmissionRequest@H225_RAS@@UAEHABVH225_AdmissionRequest@@@Z @28895 NONAME ?OnReceiveAdmissionRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_AdmissionRequest@@@Z @31379 NONAME ?OnReceiveAdmissionRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_AdmissionRequest@@@Z @31380 NONAME ?OnReceiveAuthenticationConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_AuthenticationConfirmation@@@Z @37294 NONAME ?OnReceiveAuthenticationRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_AuthenticationRejection@@@Z @37295 NONAME ?OnReceiveAuthenticationRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_AuthenticationRequest@@@Z @37296 NONAME ?OnReceiveBandwidthConfirm@H225_RAS@@UAEHABVH225_BandwidthConfirm@@@Z @27927 NONAME ?OnReceiveBandwidthConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_BandwidthConfirm@@@Z @31381 NONAME ?OnReceiveBandwidthConfirm@H323Gatekeeper@@UAEHABVH225_BandwidthConfirm@@@Z @16083 NONAME ?OnReceiveBandwidthConfirm@H323GatekeeperListener@@UAEHABVH225_BandwidthConfirm@@@Z @28566 NONAME ?OnReceiveBandwidthReject@H225_RAS@@UAEHABVH225_BandwidthReject@@@Z @27928 NONAME ?OnReceiveBandwidthReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_BandwidthReject@@@Z @31382 NONAME ?OnReceiveBandwidthReject@H323GatekeeperListener@@UAEHABVH225_BandwidthReject@@@Z @28567 NONAME ?OnReceiveBandwidthRequest@H225_RAS@@UAEHABVH225_BandwidthRequest@@@Z @28897 NONAME ?OnReceiveBandwidthRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_BandwidthRequest@@@Z @31383 NONAME ?OnReceiveBandwidthRequest@H323Gatekeeper@@UAEHABVH225_BandwidthRequest@@@Z @28898 NONAME ?OnReceiveBandwidthRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_BandwidthRequest@@@Z @31384 NONAME ?OnReceiveControl@RTP_Session@@UAE?AW4SendReceiveStatus@1@AAVRTP_ControlFrame@@@Z @30266 NONAME ?OnReceivedAckPDU@H323Channel@@UAEHABVH245_OpenLogicalChannelAck@@@Z @16087 NONAME ?OnReceivedAckPDU@H323DataChannel@@UAEHABVH245_OpenLogicalChannelAck@@@Z @28309 NONAME ?OnReceivedAckPDU@H323_ExternalRTPChannel@@UAEHABVH245_H2250LogicalChannelAckParameters@@@Z @29652 NONAME ?OnReceivedAckPDU@H323_RealTimeChannel@@UAEHABVH245_OpenLogicalChannelAck@@@Z @29653 NONAME ?OnReceivedAckPDU@H323_RTPChannel@@UAEHABVH245_H2250LogicalChannelAckParameters@@@Z @29654 NONAME ?OnReceivedAckPDU@H323_RTP_UDP@@UAEHAAVH323_RTPChannel@@ABVH245_H2250LogicalChannelAckParameters@@@Z @17502 NONAME ?OnReceivedAckPDU@H323_T120Channel@@UAEHABVH245_OpenLogicalChannelAck@@@Z @28310 NONAME ?onReceivedAdmissionReject@H4502Handler@@UAEXH@Z @29704 NONAME ?OnReceivedAlerting@H323Connection@@UAEHABVH323SignalPDU@@@Z @16090 NONAME ?OnReceiveData@RTP_Session@@UAE?AW4SendReceiveStatus@1@ABVRTP_DataFrame@@@Z @16091 NONAME ?OnReceivedCallIntrusionForcedRelease@H45011Handler@@UAEHHPAVPASN_OctetString@@@Z @30765 NONAME ?OnReceivedCallIntrusionGetCIPL@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @30766 NONAME ?OnReceivedCallIntrusionIsolate@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @30767 NONAME ?OnReceivedCallIntrusionNotification@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @30768 NONAME ?OnReceivedCallIntrusionRequest@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @30769 NONAME ?OnReceivedCallIntrusionSilentMonitor@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @30770 NONAME ?OnReceivedCallIntrusionWOBRequest@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @30771 NONAME ?OnReceivedCallProceeding@H323Connection@@UAEHABVH323SignalPDU@@@Z @16092 NONAME ?OnReceivedCallTransferAbandon@H4502Handler@@UAEXH@Z @29055 NONAME ?OnReceivedCallTransferActive@H4502Handler@@UAEXHPAVPASN_OctetString@@@Z @29056 NONAME ?OnReceivedCallTransferComplete@H4502Handler@@UAEXHPAVPASN_OctetString@@@Z @29057 NONAME ?OnReceivedCallTransferIdentify@H4502Handler@@UAEXH@Z @29058 NONAME ?OnReceivedCallTransferInitiate@H4502Handler@@UAEXHPAVPASN_OctetString@@@Z @29059 NONAME ?OnReceivedCallTransferSetup@H4502Handler@@UAEXHPAVPASN_OctetString@@@Z @29060 NONAME ?OnReceivedCallTransferUpdate@H4502Handler@@UAEXHPAVPASN_OctetString@@@Z @29061 NONAME ?OnReceivedCallWaiting@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @30772 NONAME ?OnReceivedCallWaitingIndication@H4506Handler@@UAEXHPAVPASN_OctetString@@@Z @29705 NONAME ?OnReceivedCapabilitySet@H323Connection@@UAEHABVH323Capabilities@@PBVH245_MultiplexCapability@@AAVH245_TerminalCapabilitySetReject@@@Z @17238 NONAME ?OnReceivedCfbOverride@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @30773 NONAME ?OnReceivedCIGetCIPLResult@H45011Handler@@QAEXAAVX880_ReturnResult@@@Z @31213 NONAME ?OnReceivedCIRequestResult@H45011Handler@@QAEXXZ @30774 NONAME ?OnReceiveDescriptorConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorConfirmation@@@Z @37297 NONAME ?OnReceiveDescriptorIDConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorIDConfirmation@@@Z @37298 NONAME ?OnReceiveDescriptorIDRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorIDRejection@@@Z @37299 NONAME ?OnReceiveDescriptorIDRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorIDRequest@@@Z @37300 NONAME ?OnReceiveDescriptorRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorRejection@@@Z @37301 NONAME ?OnReceiveDescriptorRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorRequest@@@Z @37302 NONAME ?OnReceiveDescriptorUpdate@H323PeerElement@@UAEHABVH501PDU@@ABVH501_DescriptorUpdate@@@Z @37711 NONAME ?OnReceiveDescriptorUpdate@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorUpdate@@@Z @37303 NONAME ?OnReceiveDescriptorUpdateACK@H323PeerElement@@UAEHABVH501PDU@@ABVH501_DescriptorUpdateAck@@@Z @37304 NONAME ?OnReceiveDescriptorUpdateACK@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorUpdateAck@@@Z @37305 NONAME ?OnReceivedFacility@H323Connection@@UAEHABVH323SignalPDU@@@Z @16094 NONAME ?OnReceivedGenericPDU@H323GenericCapabilityInfo@@MAEHABVH245_GenericCapability@@@Z @52802 NONAME ?OnReceivedGetCIPLReturnError@H45011Handler@@QAEHH_N@Z @31214 NONAME ?OnReceivedIdentifyReturnError@H4502Handler@@QAEX_N@Z @30090 NONAME ?OnReceivedIdentifyReturnResult@H4502Handler@@QAEXAAVX880_ReturnResult@@@Z @30091 NONAME ?OnReceivedInitiateReturnError@H323EndPoint@@UAEXXZ @52803 NONAME ?OnReceivedInitiateReturnError@H4502Handler@@QAEX_N@Z @30092 NONAME ?OnReceivedInitiateReturnResult@H4502Handler@@QAEXXZ @30093 NONAME ?OnReceivedInvoke@H45011Handler@@UAEHHHHPAVPASN_OctetString@@@Z @30775 NONAME ?OnReceivedInvoke@H4502Handler@@UAEHHHHPAVPASN_OctetString@@@Z @29062 NONAME ?OnReceivedInvoke@H4504Handler@@UAEHHHHPAVPASN_OctetString@@@Z @29063 NONAME ?OnReceivedInvoke@H4506Handler@@UAEHHHHPAVPASN_OctetString@@@Z @29706 NONAME ?OnReceivedInvoke@H450xDispatcher@@UAEHAAVX880_Invoke@@AAVH4501_InterpretationApdu@@@Z @31773 NONAME ?OnReceivedInvokeReturnError@H45011Handler@@QAEHH_N@Z @30777 NONAME ?OnReceiveDisengageConfirm@H225_RAS@@UAEHABVH225_DisengageConfirm@@@Z @27931 NONAME ?OnReceiveDisengageConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_DisengageConfirm@@@Z @31385 NONAME ?OnReceiveDisengageConfirm@H323GatekeeperListener@@UAEHABVH225_DisengageConfirm@@@Z @28569 NONAME ?OnReceiveDisengageReject@H225_RAS@@UAEHABVH225_DisengageReject@@@Z @27932 NONAME ?OnReceiveDisengageReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_DisengageReject@@@Z @31386 NONAME ?OnReceiveDisengageReject@H323GatekeeperListener@@UAEHABVH225_DisengageReject@@@Z @28570 NONAME ?OnReceiveDisengageRequest@H225_RAS@@UAEHABVH225_DisengageRequest@@@Z @28900 NONAME ?OnReceiveDisengageRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_DisengageRequest@@@Z @31387 NONAME ?OnReceiveDisengageRequest@H323Gatekeeper@@UAEHABVH225_DisengageRequest@@@Z @28901 NONAME ?OnReceiveDisengageRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_DisengageRequest@@@Z @31388 NONAME ?OnReceivedLocalCallHold@H4504Handler@@UAEXH@Z @29065 NONAME ?OnReceivedLocalCallRetrieve@H4504Handler@@UAEXH@Z @29066 NONAME ?OnReceivedNonStandardPDU@H323NonStandardCapabilityInfo@@IAEHABVPASN_Choice@@I@Z @16098 NONAME ?OnReceivedPDU@G7231_File_Capability@@UAEHABVH245_AudioCapability@@AAI@Z @31151 NONAME ?OnReceivedPDU@H323AudioCapability@@UAEHABVH245_AudioCapability@@AAI@Z @29278 NONAME ?OnReceivedPDU@H323AudioCapability@@UAEHABVH245_Capability@@@Z @16099 NONAME ?OnReceivedPDU@H323AudioCapability@@UAEHABVH245_DataType@@H@Z @17429 NONAME ?OnReceivedPDU@H323CallCreditServiceControl@@UAEHABVH225_ServiceControlDescriptor@@@Z @34430 NONAME ?OnReceivedPDU@H323Capability@@UAEHABVH245_Capability@@@Z @29112 NONAME ?OnReceivedPDU@H323Channel@@UAEHABVH245_OpenLogicalChannel@@AAI@Z @16101 NONAME ?OnReceivedPDU@H323DataCapability@@UAEHABVH245_Capability@@@Z @16102 NONAME ?OnReceivedPDU@H323DataCapability@@UAEHABVH245_DataType@@H@Z @17430 NONAME ?OnReceivedPDU@H323DataChannel@@UAEHABVH245_OpenLogicalChannel@@AAI@Z @28311 NONAME ?OnReceivedPDU@H323GenericAudioCapability@@UAEHABVH245_AudioCapability@@AAI@Z @52804 NONAME ?OnReceivedPDU@H323GenericVideoCapability@@UAEHABVH245_VideoCapability@@@Z @52805 NONAME ?OnReceivedPDU@H323GSMPluginCapability@@UAEHABVH245_AudioCapability@@AAI@Z @49620 NONAME ?OnReceivedPDU@H323H248ServiceControl@@UAEHABVH225_ServiceControlDescriptor@@@Z @34431 NONAME ?OnReceivedPDU@H323H248ServiceControl@@UAEHABVH248_SignalsDescriptor@@@Z @34516 NONAME ?OnReceivedPDU@H323H261PluginCapability@@UAEHABVH245_VideoCapability@@@Z @49621 NONAME ?OnReceivedPDU@H323HTTPServiceControl@@UAEHABVH225_ServiceControlDescriptor@@@Z @34432 NONAME ?OnReceivedPDU@H323NonStandardAudioCapability@@UAEHABVH245_AudioCapability@@AAI@Z @16104 NONAME ?OnReceivedPDU@H323NonStandardCapabilityInfo@@UAEHABVPBYTEArray@@@Z @16105 NONAME ?OnReceivedPDU@H323NonStandardDataCapability@@UAEHABVH245_DataApplicationCapability@@@Z @16106 NONAME ?OnReceivedPDU@H323NonStandardVideoCapability@@UAEHABVH245_VideoCapability@@@Z @16107 NONAME ?OnReceivedPDU@H323PluginG7231Capability@@UAEHABVH245_AudioCapability@@AAI@Z @49622 NONAME ?OnReceivedPDU@H323VideoCapability@@UAEHABVH245_Capability@@@Z @16108 NONAME ?OnReceivedPDU@H323VideoCapability@@UAEHABVH245_DataType@@H@Z @17431 NONAME ?OnReceivedPDU@H323_ExternalRTPChannel@@UAEHABVH245_H2250LogicalChannelParameters@@AAI@Z @29655 NONAME ?OnReceivedPDU@H323_H261Capability@@UAEHABVH245_VideoCapability@@@Z @16113 NONAME ?OnReceivedPDU@H323_LIDCapability@@UAEHABVH245_AudioCapability@@AAI@Z @16114 NONAME ?OnReceivedPDU@H323_RealTimeChannel@@UAEHABVH245_OpenLogicalChannel@@AAI@Z @29656 NONAME ?OnReceivedPDU@H323_RTPChannel@@UAEHABVH245_H2250LogicalChannelParameters@@AAI@Z @29657 NONAME ?OnReceivedPDU@H323_RTP_UDP@@UAEHAAVH323_RTPChannel@@ABVH245_H2250LogicalChannelParameters@@AAI@Z @17503 NONAME ?OnReceivedPDU@H323_T120Capability@@UAEHABVH245_DataApplicationCapability@@@Z @16117 NONAME ?OnReceivedPDU@H323_T120Channel@@UAEHABVH245_OpenLogicalChannel@@AAI@Z @28312 NONAME ?OnReceivedPDU@H323_T38Capability@@UAEHABVH245_DataApplicationCapability@@@Z @28313 NONAME ?OnReceivedPDU@H323_T38Channel@@UAEHABVH245_OpenLogicalChannel@@AAI@Z @29354 NONAME ?OnReceivedPDU@H323_UserInputCapability@@UAEHABVH245_Capability@@@Z @16118 NONAME ?OnReceivedPDU@H323_UserInputCapability@@UAEHABVH245_DataType@@H@Z @17432 NONAME ?OnReceivedProgress@H323Connection@@UAEHABVH323SignalPDU@@@Z @17579 NONAME ?OnReceivedReject@H45011Handler@@UAEHHH@Z @31215 NONAME ?OnReceivedReject@H450xDispatcher@@UAEHAAVX880_Reject@@@Z @30778 NONAME ?OnReceivedReject@H450xHandler@@UAEHHH@Z @30779 NONAME ?OnReceivedReleaseComplete@H323Connection@@UAEXABVH323SignalPDU@@@Z @24255 NONAME ?OnReceivedRemoteCallHold@H4504Handler@@UAEXH@Z @29069 NONAME ?OnReceivedRemoteCallRetrieve@H4504Handler@@UAEXH@Z @29070 NONAME ?OnReceivedRemoteUserAlerting@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @30780 NONAME ?OnReceivedReturnError@H45011Handler@@UAEHHAAVX880_ReturnError@@@Z @30781 NONAME ?OnReceivedReturnError@H4502Handler@@UAEHHAAVX880_ReturnError@@@Z @30782 NONAME ?OnReceivedReturnError@H450xDispatcher@@UAEHAAVX880_ReturnError@@@Z @30783 NONAME ?OnReceivedReturnError@H450xHandler@@UAEHHAAVX880_ReturnError@@@Z @30784 NONAME ?OnReceivedReturnResult@H45011Handler@@UAEHAAVX880_ReturnResult@@@Z @30785 NONAME ?OnReceivedReturnResult@H4502Handler@@UAEHAAVX880_ReturnResult@@@Z @30786 NONAME ?OnReceivedReturnResult@H450xDispatcher@@UAEHAAVX880_ReturnResult@@@Z @30787 NONAME ?OnReceivedReturnResult@H450xHandler@@UAEHAAVX880_ReturnResult@@@Z @30788 NONAME ?OnReceivedSetupReturnError@H4502Handler@@QAEXH_N@Z @30094 NONAME ?OnReceivedSetupReturnResult@H4502Handler@@QAEXXZ @30095 NONAME ?OnReceivedSignalConnect@H323Connection@@UAEHABVH323SignalPDU@@@Z @16120 NONAME ?OnReceivedSignalInformation@H323Connection@@UAEHABVH323SignalPDU@@@Z @29191 NONAME ?OnReceivedSignalNotify@H323Connection@@UAEHABVH323SignalPDU@@@Z @29194 NONAME ?OnReceivedSignalSetup@H323Connection@@UAEHABVH323SignalPDU@@@Z @16121 NONAME ?OnReceivedSignalSetupAck@H323Connection@@UAEHABVH323SignalPDU@@@Z @29192 NONAME ?OnReceivedSignalStatus@H323Connection@@UAEHABVH323SignalPDU@@@Z @29195 NONAME ?OnReceivedStatusEnquiry@H323Connection@@UAEHABVH323SignalPDU@@@Z @16122 NONAME ?OnReceivedSubaddressTransfer@H4502Handler@@UAEXHPAVPASN_OctetString@@@Z @29077 NONAME ?OnReceiveFeatureSet@H225_RAS@@UBEXIABVH225_FeatureSet@@@Z @51619 NONAME ?OnReceiveFeatureSet@H323Connection@@UBEXIABVH225_FeatureSet@@@Z @51620 NONAME ?OnReceiveFeatureSet@H323EndPoint@@UAEXIABVH225_FeatureSet@@@Z @51621 NONAME ?OnReceiveFeatureSet@H323Gatekeeper@@UBEXIABVH225_FeatureSet@@@Z @51622 NONAME ?OnReceiveFeatureSet@H323GatekeeperListener@@UBEXIABVH225_FeatureSet@@@Z @51623 NONAME ?OnReceiveFeatureSet@H323GatekeeperServer@@UBEXIABVH225_FeatureSet@@@Z @51624 NONAME ?OnReceiveGatekeeperConfirm@H225_RAS@@UAEHABVH225_GatekeeperConfirm@@@Z @27935 NONAME ?OnReceiveGatekeeperConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_GatekeeperConfirm@@@Z @31389 NONAME ?OnReceiveGatekeeperConfirm@H323Gatekeeper@@UAEHABVH225_GatekeeperConfirm@@@Z @16123 NONAME ?OnReceiveGatekeeperReject@H225_RAS@@UAEHABVH225_GatekeeperReject@@@Z @27936 NONAME ?OnReceiveGatekeeperReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_GatekeeperReject@@@Z @31390 NONAME ?OnReceiveGatekeeperReject@H323Gatekeeper@@UAEHABVH225_GatekeeperReject@@@Z @30839 NONAME ?OnReceiveGatekeeperRequest@H225_RAS@@UAEHABVH225_GatekeeperRequest@@@Z @28903 NONAME ?OnReceiveGatekeeperRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_GatekeeperRequest@@@Z @31391 NONAME ?OnReceiveGatekeeperRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_GatekeeperRequest@@@Z @31392 NONAME ?OnReceiveInfoRequest@H225_RAS@@UAEHABVH225_InfoRequest@@@Z @28905 NONAME ?OnReceiveInfoRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_InfoRequest@@@Z @31393 NONAME ?OnReceiveInfoRequest@H323Gatekeeper@@UAEHABVH225_InfoRequest@@@Z @28906 NONAME ?OnReceiveInfoRequestAck@H225_RAS@@UAEHABVH225_InfoRequestAck@@@Z @27940 NONAME ?OnReceiveInfoRequestAck@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_InfoRequestAck@@@Z @31394 NONAME ?OnReceiveInfoRequestNak@H225_RAS@@UAEHABVH225_InfoRequestNak@@@Z @27941 NONAME ?OnReceiveInfoRequestNak@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_InfoRequestNak@@@Z @31395 NONAME ?OnReceiveInfoRequestResponse@H225_RAS@@UAEHABVH225_InfoRequestResponse@@@Z @27942 NONAME ?OnReceiveInfoRequestResponse@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_InfoRequestResponse@@@Z @31396 NONAME ?OnReceiveInfoRequestResponse@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_InfoRequestResponse@@@Z @31397 NONAME ?OnReceiveLocationConfirm@H225_RAS@@UAEHABVH225_LocationConfirm@@@Z @27943 NONAME ?OnReceiveLocationConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_LocationConfirm@@@Z @31398 NONAME ?OnReceiveLocationReject@H225_RAS@@UAEHABVH225_LocationReject@@@Z @27944 NONAME ?OnReceiveLocationReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_LocationReject@@@Z @31399 NONAME ?OnReceiveLocationRequest@H225_RAS@@UAEHABVH225_LocationRequest@@@Z @28907 NONAME ?OnReceiveLocationRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_LocationRequest@@@Z @31400 NONAME ?OnReceiveLocationRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_LocationRequest@@@Z @31401 NONAME ?OnReceiveNonStandardConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_NonStandardConfirmation@@@Z @37306 NONAME ?OnReceiveNonStandardMessage@H225_RAS@@UAEHABVH225_NonStandardMessage@@@Z @28909 NONAME ?OnReceiveNonStandardMessage@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_NonStandardMessage@@@Z @31402 NONAME ?OnReceiveNonStandardRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_NonStandardRejection@@@Z @37307 NONAME ?OnReceiveNonStandardRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_NonStandardRequest@@@Z @37308 NONAME ?OnReceiveRegistrationConfirm@H225_RAS@@UAEHABVH225_RegistrationConfirm@@@Z @27947 NONAME ?OnReceiveRegistrationConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_RegistrationConfirm@@@Z @31403 NONAME ?OnReceiveRegistrationConfirm@H323Gatekeeper@@UAEHABVH225_RegistrationConfirm@@@Z @16134 NONAME ?OnReceiveRegistrationReject@H225_RAS@@UAEHABVH225_RegistrationReject@@@Z @27948 NONAME ?OnReceiveRegistrationReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_RegistrationReject@@@Z @31404 NONAME ?OnReceiveRegistrationReject@H323Gatekeeper@@UAEHABVH225_RegistrationReject@@@Z @16135 NONAME ?OnReceiveRegistrationRequest@H225_RAS@@UAEHABVH225_RegistrationRequest@@@Z @28910 NONAME ?OnReceiveRegistrationRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_RegistrationRequest@@@Z @31405 NONAME ?OnReceiveRegistrationRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_RegistrationRequest@@@Z @31406 NONAME ?OnReceiveRequestInProgress@H225_RAS@@UAEHABVH225_RequestInProgress@@@Z @27950 NONAME ?OnReceiveRequestInProgress@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_RequestInProgress@@@Z @31407 NONAME ?OnReceiveRequestInProgress@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_RequestInProgress@@@Z @37309 NONAME ?OnReceiveResourcesAvailableConfirm@H225_RAS@@UAEHABVH225_ResourcesAvailableConfirm@@@Z @27951 NONAME ?OnReceiveResourcesAvailableConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_ResourcesAvailableConfirm@@@Z @31408 NONAME ?OnReceiveResourcesAvailableConfirm@H323GatekeeperListener@@UAEHABVH225_ResourcesAvailableConfirm@@@Z @28578 NONAME ?OnReceiveResourcesAvailableIndicate@H225_RAS@@UAEHABVH225_ResourcesAvailableIndicate@@@Z @28912 NONAME ?OnReceiveResourcesAvailableIndicate@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_ResourcesAvailableIndicate@@@Z @31409 NONAME ?OnReceiveRIP@Request@H323Transactor@@QAEXI@Z @37434 NONAME ?OnReceiveServiceConfirmation@H323PeerElement@@UAEHABVH501PDU@@ABVH501_ServiceConfirmation@@@Z @37310 NONAME ?OnReceiveServiceConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ServiceConfirmation@@@Z @37311 NONAME ?OnReceiveServiceControlIndication@H225_RAS@@UAEHABVH225_ServiceControlIndication@@@Z @34528 NONAME ?OnReceiveServiceControlIndication@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_ServiceControlIndication@@@Z @34529 NONAME ?OnReceiveServiceControlIndication@H323Gatekeeper@@UAEHABVH225_ServiceControlIndication@@@Z @34530 NONAME ?OnReceiveServiceControlResponse@H225_RAS@@UAEHABVH225_ServiceControlResponse@@@Z @34531 NONAME ?OnReceiveServiceControlResponse@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_ServiceControlResponse@@@Z @34532 NONAME ?OnReceiveServiceRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ServiceRejection@@@Z @37312 NONAME ?OnReceiveServiceRelease@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ServiceRelease@@@Z @37313 NONAME ?OnReceiveServiceRequest@H323PeerElement@@UAEHABVH501PDU@@ABVH501_ServiceRequest@@@Z @37712 NONAME ?OnReceiveServiceRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ServiceRequest@@@Z @37314 NONAME ?OnReceiveUnknown@H225_RAS@@UAEHABVH323RasPDU@@@Z @37046 NONAME ?OnReceiveUnknown@H323_AnnexG@@UAEHABVH501PDU@@@Z @37047 NONAME ?OnReceiveUnknownMessageResponse@H225_RAS@@UAEHABVH225_UnknownMessageResponse@@@Z @28913 NONAME ?OnReceiveUnknownMessageResponse@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_UnknownMessageResponse@@@Z @31410 NONAME ?OnReceiveUnknownMessageResponse@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_UnknownMessageResponse@@@Z @37315 NONAME ?OnReceiveUnregistrationConfirm@H225_RAS@@UAEHABVH225_UnregistrationConfirm@@@Z @27955 NONAME ?OnReceiveUnregistrationConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_UnregistrationConfirm@@@Z @31411 NONAME ?OnReceiveUnregistrationConfirm@H323Gatekeeper@@UAEHABVH225_UnregistrationConfirm@@@Z @16142 NONAME ?OnReceiveUnregistrationConfirm@H323GatekeeperListener@@UAEHABVH225_UnregistrationConfirm@@@Z @28579 NONAME ?OnReceiveUnregistrationReject@H225_RAS@@UAEHABVH225_UnregistrationReject@@@Z @27956 NONAME ?OnReceiveUnregistrationReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_UnregistrationReject@@@Z @31412 NONAME ?OnReceiveUnregistrationReject@H323Gatekeeper@@UAEHABVH225_UnregistrationReject@@@Z @16143 NONAME ?OnReceiveUnregistrationReject@H323GatekeeperListener@@UAEHABVH225_UnregistrationReject@@@Z @28580 NONAME ?OnReceiveUnregistrationRequest@H225_RAS@@UAEHABVH225_UnregistrationRequest@@@Z @28915 NONAME ?OnReceiveUnregistrationRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_UnregistrationRequest@@@Z @31413 NONAME ?OnReceiveUnregistrationRequest@H323Gatekeeper@@UAEHABVH225_UnregistrationRequest@@@Z @28916 NONAME ?OnReceiveUnregistrationRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_UnregistrationRequest@@@Z @31414 NONAME ?OnReceiveUsageConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_UsageConfirmation@@@Z @37316 NONAME ?OnReceiveUsageIndicationConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_UsageIndicationConfirmation@@@Z @37317 NONAME ?OnReceiveUsageIndicationRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_UsageIndicationRejection@@@Z @37318 NONAME ?OnReceiveUsageRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_UsageRejection@@@Z @37319 NONAME ?OnReceiveUsageRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_UsageRequest@@@Z @37320 NONAME ?OnReceiveValidationConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ValidationConfirmation@@@Z @37321 NONAME ?OnReceiveValidationRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ValidationRejection@@@Z @37322 NONAME ?OnReceiveValidationRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ValidationRequest@@@Z @37323 NONAME ?OnRefusedModeChange@H323Connection@@UAEXPBVH245_RequestModeReject@@@Z @29572 NONAME ?OnRegistration@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperRRQ@@@Z @37713 NONAME ?OnRegistration@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperRRQ@@@Z @37714 NONAME ?OnRegistration@H323RegisteredEndPoint@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperRRQ@@@Z @37715 NONAME ?OnRegistrationConfirm@H323EndPoint@@UAEXXZ @38314 NONAME ?OnRegistrationReject@H323EndPoint@@UAEXXZ @38315 NONAME ?OnRemoteServiceRelationshipDisappeared@H323PeerElement@@IAEHAAVOpalGloballyUniqueID@@ABVH323TransportAddress@@@Z @37498 NONAME ?OnRemoveDescriptor@H323PeerElement@@UAEXABVH323PeerElementDescriptor@@@Z @37944 NONAME ?OnRemoveServiceRelationship@H323PeerElement@@UAEXABVH323TransportAddress@@@Z @37057 NONAME ?OnRequestModeChange@H323Connection@@UAEHABVH245_RequestMode@@AAVH245_RequestModeAck@@AAVH245_RequestModeReject@@AAH@Z @29573 NONAME ?OnRTPStatistics@H323Connection@@UBEXABVRTP_Session@@@Z @16147 NONAME ?OnRTPStatistics@H323EndPoint@@UBEXABVH323Connection@@ABVRTP_Session@@@Z @16148 NONAME ?OnRxApplDefined@RTP_Session@@UAEXABVPString@@IKPBEH@Z @16149 NONAME ?OnRxGoodbye@RTP_Session@@UAEXABV?$PScalarArray@K@@ABVPString@@@Z @38003 NONAME ?OnRxReceiverReport@RTP_Session@@UAEXKABV?$PArray@VReceiverReport@RTP_Session@@@@@Z @17117 NONAME ?OnRxSenderReport@RTP_Session@@UAEXABVSenderReport@1@ABV?$PArray@VReceiverReport@RTP_Session@@@@@Z @17118 NONAME ?OnRxSourceDescription@RTP_Session@@UAEXABV?$PArray@VSourceDescription@RTP_Session@@@@@Z @17119 NONAME ?OnRxStatistics@H323_RTP_Session@@UBEXABVRTP_Session@@@Z @16154 NONAME ?OnRxStatistics@RTP_UserData@@UBEXABVRTP_Session@@@Z @16155 NONAME ?OnSecureRegistration@H323RegisteredEndPoint@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperRRQ@@@Z @37716 NONAME ?OnSelectLogicalChannels@H323Connection@@UAEXXZ @16156 NONAME ?OnSendAdmissionConfirm@H225_RAS@@UAEXAAVH225_AdmissionConfirm@@@Z @27959 NONAME ?OnSendAdmissionConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_AdmissionConfirm@@@Z @31415 NONAME ?OnSendAdmissionReject@H225_RAS@@UAEXAAVH225_AdmissionReject@@@Z @27960 NONAME ?OnSendAdmissionReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_AdmissionReject@@@Z @31416 NONAME ?OnSendAdmissionRequest@H225_RAS@@UAEXAAVH225_AdmissionRequest@@@Z @27961 NONAME ?OnSendAdmissionRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_AdmissionRequest@@@Z @31417 NONAME ?OnSendAdmissionRequest@H323Gatekeeper@@UAEXAAVH225_AdmissionRequest@@@Z @29186 NONAME ?OnSendARQ@H323Connection@@UAEXAAVH225_AdmissionRequest@@@Z @50459 NONAME ?OnSendARQ@H323EndPoint@@UAEXAAVH323Connection@@AAVH225_AdmissionRequest@@@Z @50460 NONAME ?OnSendBandwidthConfirm@H225_RAS@@UAEXAAVH225_BandwidthConfirm@@@Z @27962 NONAME ?OnSendBandwidthConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_BandwidthConfirm@@@Z @31418 NONAME ?OnSendBandwidthReject@H225_RAS@@UAEXAAVH225_BandwidthReject@@@Z @27963 NONAME ?OnSendBandwidthReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_BandwidthReject@@@Z @31419 NONAME ?OnSendBandwidthRequest@H225_RAS@@UAEXAAVH225_BandwidthRequest@@@Z @27964 NONAME ?OnSendBandwidthRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_BandwidthRequest@@@Z @31420 NONAME ?OnSendCallProceeding@H323Connection@@UAEHAAVH323SignalPDU@@@Z @17604 NONAME ?OnSendCapabilitySet@H323Connection@@UAEXAAVH245_TerminalCapabilitySet@@@Z @16163 NONAME ?OnSendData@RTP_Session@@UAE?AW4SendReceiveStatus@1@AAVRTP_DataFrame@@@Z @16164 NONAME ?OnSendDescriptorForEndpoint@H323GatekeeperServer@@UAEHAAVH323RegisteredEndPoint@@AAVH225_ArrayOf_AliasAddress@@AAVH225_EndpointType@@1@Z @49623 NONAME ?OnSendDescriptorForEndpoint@H323RegisteredEndPoint@@UAEHAAVH225_ArrayOf_AliasAddress@@AAVH225_EndpointType@@0@Z @49624 NONAME ?OnSendDisengageConfirm@H225_RAS@@UAEXAAVH225_DisengageConfirm@@@Z @27965 NONAME ?OnSendDisengageConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_DisengageConfirm@@@Z @31421 NONAME ?OnSendDisengageReject@H225_RAS@@UAEXAAVH225_DisengageReject@@@Z @27966 NONAME ?OnSendDisengageReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_DisengageReject@@@Z @31422 NONAME ?OnSendDisengageRequest@H225_RAS@@UAEXAAVH225_DisengageRequest@@@Z @27967 NONAME ?OnSendDisengageRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_DisengageRequest@@@Z @31423 NONAME ?OnSendFeatureSet@H225_RAS@@UBEHIAAVH225_FeatureSet@@@Z @51625 NONAME ?OnSendFeatureSet@H323Connection@@UBEHIAAVH225_FeatureSet@@@Z @51626 NONAME ?OnSendFeatureSet@H323EndPoint@@UAEHIAAVH225_FeatureSet@@@Z @51627 NONAME ?OnSendFeatureSet@H323Gatekeeper@@UBEHIAAVH225_FeatureSet@@@Z @51628 NONAME ?OnSendFeatureSet@H323GatekeeperListener@@UBEHIAAVH225_FeatureSet@@@Z @51629 NONAME ?OnSendFeatureSet@H323GatekeeperServer@@UBEHIAAVH225_FeatureSet@@@Z @51630 NONAME ?OnSendGatekeeperConfirm@H225_RAS@@UAEXAAVH225_GatekeeperConfirm@@@Z @27968 NONAME ?OnSendGatekeeperConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_GatekeeperConfirm@@@Z @31424 NONAME ?OnSendGatekeeperReject@H225_RAS@@UAEXAAVH225_GatekeeperReject@@@Z @27969 NONAME ?OnSendGatekeeperReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_GatekeeperReject@@@Z @31425 NONAME ?OnSendGatekeeperRequest@H225_RAS@@UAEXAAVH225_GatekeeperRequest@@@Z @27970 NONAME ?OnSendGatekeeperRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_GatekeeperRequest@@@Z @31426 NONAME ?OnSendGatekeeperRequest@H323Gatekeeper@@UAEXAAVH225_GatekeeperRequest@@@Z @31427 NONAME ?OnSendInfoRequest@H225_RAS@@UAEXAAVH225_InfoRequest@@@Z @27971 NONAME ?OnSendInfoRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_InfoRequest@@@Z @31428 NONAME ?OnSendInfoRequestAck@H225_RAS@@UAEXAAVH225_InfoRequestAck@@@Z @27972 NONAME ?OnSendInfoRequestAck@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_InfoRequestAck@@@Z @31429 NONAME ?OnSendInfoRequestNak@H225_RAS@@UAEXAAVH225_InfoRequestNak@@@Z @27973 NONAME ?OnSendInfoRequestNak@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_InfoRequestNak@@@Z @31430 NONAME ?OnSendInfoRequestResponse@H225_RAS@@UAEXAAVH225_InfoRequestResponse@@@Z @27974 NONAME ?OnSendInfoRequestResponse@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_InfoRequestResponse@@@Z @31431 NONAME ?OnSendingAckPDU@H323_RTP_UDP@@UBEXABVH323_RTPChannel@@AAVH245_H2250LogicalChannelAckParameters@@@Z @17504 NONAME ?OnSendingGenericPDU@H323GenericCapabilityInfo@@MBEHAAVH245_GenericCapability@@@Z @52806 NONAME ?OnSendingNonStandardPDU@H323NonStandardCapabilityInfo@@IBEHAAVPASN_Choice@@I@Z @16176 NONAME ?OnSendingPDU@G7231_File_Capability@@UBEHAAVH245_AudioCapability@@I@Z @31152 NONAME ?OnSendingPDU@H225_RAS@@UAEXAAVPASN_Object@@@Z @37435 NONAME ?OnSendingPDU@H323AudioCapability@@UBEHAAVH245_AudioCapability@@I@Z @29280 NONAME ?OnSendingPDU@H323AudioCapability@@UBEHAAVH245_AudioMode@@@Z @29610 NONAME ?OnSendingPDU@H323AudioCapability@@UBEHAAVH245_Capability@@@Z @16177 NONAME ?OnSendingPDU@H323AudioCapability@@UBEHAAVH245_DataType@@@Z @16178 NONAME ?OnSendingPDU@H323AudioCapability@@UBEHAAVH245_ModeElement@@@Z @29611 NONAME ?OnSendingPDU@H323CallCreditServiceControl@@UBEHAAVH225_ServiceControlDescriptor@@@Z @34433 NONAME ?OnSendingPDU@H323DataCapability@@UBEHAAVH245_Capability@@@Z @16179 NONAME ?OnSendingPDU@H323DataCapability@@UBEHAAVH245_DataType@@@Z @16180 NONAME ?OnSendingPDU@H323DataCapability@@UBEHAAVH245_ModeElement@@@Z @29612 NONAME ?OnSendingPDU@H323DataChannel@@UBEHAAVH245_OpenLogicalChannel@@@Z @28314 NONAME ?OnSendingPDU@H323GenericAudioCapability@@UBEHAAVH245_AudioCapability@@I@Z @52807 NONAME ?OnSendingPDU@H323GenericVideoCapability@@UBEHAAVH245_VideoCapability@@@Z @52808 NONAME ?OnSendingPDU@H323GenericVideoCapability@@UBEHAAVH245_VideoMode@@@Z @52809 NONAME ?OnSendingPDU@H323GSMPluginCapability@@UBEHAAVH245_AudioCapability@@I@Z @49625 NONAME ?OnSendingPDU@H323H248ServiceControl@@UBEHAAVH225_ServiceControlDescriptor@@@Z @34434 NONAME ?OnSendingPDU@H323H248ServiceControl@@UBEHAAVH248_SignalsDescriptor@@@Z @34517 NONAME ?OnSendingPDU@H323H261PluginCapability@@UBEHAAVH245_VideoCapability@@@Z @49626 NONAME ?OnSendingPDU@H323H261PluginCapability@@UBEHAAVH245_VideoMode@@@Z @49627 NONAME ?OnSendingPDU@H323HTTPServiceControl@@UBEHAAVH225_ServiceControlDescriptor@@@Z @34435 NONAME ?OnSendingPDU@H323NonStandardAudioCapability@@UBEHAAVH245_AudioCapability@@I@Z @16181 NONAME ?OnSendingPDU@H323NonStandardAudioCapability@@UBEHAAVH245_AudioMode@@@Z @29865 NONAME ?OnSendingPDU@H323NonStandardCapabilityInfo@@UBEHAAVPBYTEArray@@@Z @16182 NONAME ?OnSendingPDU@H323NonStandardDataCapability@@UBEHAAVH245_DataApplicationCapability@@@Z @16183 NONAME ?OnSendingPDU@H323NonStandardDataCapability@@UBEHAAVH245_DataMode@@@Z @29866 NONAME ?OnSendingPDU@H323NonStandardVideoCapability@@UBEHAAVH245_VideoCapability@@@Z @16184 NONAME ?OnSendingPDU@H323NonStandardVideoCapability@@UBEHAAVH245_VideoMode@@@Z @29867 NONAME ?OnSendingPDU@H323PluginG7231Capability@@UBEHAAVH245_AudioCapability@@I@Z @49628 NONAME ?OnSendingPDU@H323VideoCapability@@UBEHAAVH245_Capability@@@Z @16185 NONAME ?OnSendingPDU@H323VideoCapability@@UBEHAAVH245_DataType@@@Z @16186 NONAME ?OnSendingPDU@H323VideoCapability@@UBEHAAVH245_ModeElement@@@Z @29613 NONAME ?OnSendingPDU@H323_AnnexG@@UAEXAAVPASN_Object@@@Z @37449 NONAME ?OnSendingPDU@H323_ExternalRTPChannel@@UBEHAAVH245_H2250LogicalChannelParameters@@@Z @29658 NONAME ?OnSendingPDU@H323_H261Capability@@UBEHAAVH245_VideoCapability@@@Z @16190 NONAME ?OnSendingPDU@H323_H261Capability@@UBEHAAVH245_VideoMode@@@Z @29614 NONAME ?OnSendingPDU@H323_LIDCapability@@UBEHAAVH245_AudioCapability@@I@Z @16191 NONAME ?OnSendingPDU@H323_RealTimeChannel@@UBEHAAVH245_OpenLogicalChannel@@@Z @29659 NONAME ?OnSendingPDU@H323_RTPChannel@@UBEHAAVH245_H2250LogicalChannelParameters@@@Z @29660 NONAME ?OnSendingPDU@H323_RTP_UDP@@UBEHABVH323_RTPChannel@@AAVH245_H2250LogicalChannelParameters@@@Z @17505 NONAME ?OnSendingPDU@H323_T120Capability@@UBEHAAVH245_DataApplicationCapability@@@Z @16194 NONAME ?OnSendingPDU@H323_T120Capability@@UBEHAAVH245_DataMode@@@Z @29615 NONAME ?OnSendingPDU@H323_T120Capability@@UBEHAAVH245_DataProtocolCapability@@@Z @29616 NONAME ?OnSendingPDU@H323_T120Channel@@UBEHAAVH245_OpenLogicalChannel@@@Z @28315 NONAME ?OnSendingPDU@H323_T38Capability@@UBEHAAVH245_DataApplicationCapability@@@Z @28316 NONAME ?OnSendingPDU@H323_T38Capability@@UBEHAAVH245_DataMode@@@Z @29617 NONAME ?OnSendingPDU@H323_T38Capability@@UBEHAAVH245_DataProtocolCapability@@AAVH245_T38FaxProfile@@@Z @29618 NONAME ?OnSendingPDU@H323_T38Channel@@UBEHAAVH245_OpenLogicalChannel@@@Z @29552 NONAME ?OnSendingPDU@H323_UserInputCapability@@UBEHAAVH245_Capability@@@Z @16195 NONAME ?OnSendingPDU@H323_UserInputCapability@@UBEHAAVH245_DataType@@@Z @16196 NONAME ?OnSendingPDU@H323_UserInputCapability@@UBEHAAVH245_ModeElement@@@Z @29619 NONAME ?OnSendLocationConfirm@H225_RAS@@UAEXAAVH225_LocationConfirm@@@Z @27975 NONAME ?OnSendLocationConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_LocationConfirm@@@Z @31432 NONAME ?OnSendLocationReject@H225_RAS@@UAEXAAVH225_LocationReject@@@Z @27976 NONAME ?OnSendLocationReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_LocationReject@@@Z @31433 NONAME ?OnSendLocationRequest@H225_RAS@@UAEXAAVH225_LocationRequest@@@Z @27977 NONAME ?OnSendLocationRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_LocationRequest@@@Z @31434 NONAME ?OnSendNonStandardMessage@H225_RAS@@UAEXAAVH225_NonStandardMessage@@@Z @27978 NONAME ?OnSendNonStandardMessage@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_NonStandardMessage@@@Z @31435 NONAME ?OnSendOpenAck@H323Channel@@UBEXABVH245_OpenLogicalChannel@@AAVH245_OpenLogicalChannelAck@@@Z @16201 NONAME ?OnSendOpenAck@H323DataChannel@@UBEXABVH245_OpenLogicalChannel@@AAVH245_OpenLogicalChannelAck@@@Z @28317 NONAME ?OnSendOpenAck@H323_ExternalRTPChannel@@UBEXAAVH245_H2250LogicalChannelAckParameters@@@Z @29661 NONAME ?OnSendOpenAck@H323_RealTimeChannel@@UBEXABVH245_OpenLogicalChannel@@AAVH245_OpenLogicalChannelAck@@@Z @29662 NONAME ?OnSendOpenAck@H323_RTPChannel@@UBEXAAVH245_H2250LogicalChannelAckParameters@@@Z @29663 NONAME ?OnSendOpenAck@H323_T120Channel@@UBEXABVH245_OpenLogicalChannel@@AAVH245_OpenLogicalChannelAck@@@Z @28318 NONAME ?OnSendRasInfo@H323_RTP_UDP@@UAEXAAVH225_RTPSession@@@Z @16203 NONAME ?OnSendRegistrationConfirm@H225_RAS@@UAEXAAVH225_RegistrationConfirm@@@Z @27979 NONAME ?OnSendRegistrationConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_RegistrationConfirm@@@Z @31436 NONAME ?OnSendRegistrationReject@H225_RAS@@UAEXAAVH225_RegistrationReject@@@Z @27980 NONAME ?OnSendRegistrationReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_RegistrationReject@@@Z @31437 NONAME ?OnSendRegistrationRequest@H225_RAS@@UAEXAAVH225_RegistrationRequest@@@Z @27981 NONAME ?OnSendRegistrationRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_RegistrationRequest@@@Z @31438 NONAME ?OnSendReleaseComplete@H323Connection@@UAEHAAVH323SignalPDU@@@Z @29193 NONAME ?OnSendRequestInProgress@H225_RAS@@UAEXAAVH225_RequestInProgress@@@Z @27982 NONAME ?OnSendRequestInProgress@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_RequestInProgress@@@Z @31439 NONAME ?OnSendResourcesAvailableConfirm@H225_RAS@@UAEXAAVH225_ResourcesAvailableConfirm@@@Z @27983 NONAME ?OnSendResourcesAvailableConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_ResourcesAvailableConfirm@@@Z @31440 NONAME ?OnSendResourcesAvailableIndicate@H225_RAS@@UAEXAAVH225_ResourcesAvailableIndicate@@@Z @27984 NONAME ?OnSendResourcesAvailableIndicate@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_ResourcesAvailableIndicate@@@Z @31441 NONAME ?OnSendServiceControlIndication@H225_RAS@@UAEXAAVH225_ServiceControlIndication@@@Z @34533 NONAME ?OnSendServiceControlIndication@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_ServiceControlIndication@@@Z @34534 NONAME ?OnSendServiceControlResponse@H225_RAS@@UAEXAAVH225_ServiceControlResponse@@@Z @34535 NONAME ?OnSendServiceControlResponse@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_ServiceControlResponse@@@Z @34536 NONAME ?OnSendSignalSetup@H323Connection@@UAEHAAVH323SignalPDU@@@Z @16210 NONAME ?OnSendUnknownMessageResponse@H225_RAS@@UAEXAAVH225_UnknownMessageResponse@@@Z @27985 NONAME ?OnSendUnknownMessageResponse@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_UnknownMessageResponse@@@Z @31442 NONAME ?OnSendUnregistrationConfirm@H225_RAS@@UAEXAAVH225_UnregistrationConfirm@@@Z @27986 NONAME ?OnSendUnregistrationConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_UnregistrationConfirm@@@Z @31443 NONAME ?OnSendUnregistrationReject@H225_RAS@@UAEXAAVH225_UnregistrationReject@@@Z @27987 NONAME ?OnSendUnregistrationReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_UnregistrationReject@@@Z @31444 NONAME ?OnSendUnregistrationRequest@H225_RAS@@UAEXAAVH225_UnregistrationRequest@@@Z @27988 NONAME ?OnSendUnregistrationRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_UnregistrationRequest@@@Z @31445 NONAME ?OnServiceControlSession@H323EndPoint@@UAEXIIABVH323ServiceControlSession@@PAVH323Connection@@@Z @34436 NONAME ?OnServiceControlSessions@H323Gatekeeper@@UAEXABVH225_ArrayOf_ServiceControlSession@@PAVH323Connection@@@Z @34437 NONAME ?OnServiceRequest@H323PeerElement@@UAE?AW4Response@H323Transaction@@AAVH501ServiceRequest@@@Z @37717 NONAME ?OnSetLocalCapabilities@H323Connection@@UAEXXZ @28009 NONAME ?OnShutdown@H323PluginCodecManager@@UAEXXZ @50409 NONAME ?OnShutdown@HIDPluginDeviceManager@@UAEXXZ @52810 NONAME ?OnStartLogicalChannel@H323Connection@@UAEHAAVH323Channel@@@Z @16215 NONAME ?OnStartLogicalChannel@H323EndPoint@@UAEHAAVH323Connection@@AAVH323Channel@@@Z @16216 NONAME ?OnStartReceive@OpalRFC2833@@UAEXD@Z @29951 NONAME ?OnStartup@PluginLoader@@UAEXXZ @52811 NONAME ?OnTimeToLive@H323RegisteredEndPoint@@UAEHXZ @31480 NONAME ?OnTraining@OpalT38Protocol@@UAEHI@Z @34553 NONAME ?OnTxStatistics@H323_RTP_Session@@UBEXABVRTP_Session@@@Z @16217 NONAME ?OnTxStatistics@RTP_UserData@@UBEXABVRTP_Session@@@Z @16218 NONAME ?OnUnknownControlPDU@H323Connection@@UAEHABVH323ControlPDU@@@Z @16219 NONAME ?OnUnknownSignalPDU@H323Connection@@UAEHABVH323SignalPDU@@@Z @16220 NONAME ?OnUnregistration@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperURQ@@@Z @37718 NONAME ?OnUnregistration@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperURQ@@@Z @37719 NONAME ?OnUnregistration@H323RegisteredEndPoint@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperURQ@@@Z @37720 NONAME ?OnUpdateDescriptor@H323PeerElement@@UAEXABVH323PeerElementDescriptor@@@Z @37945 NONAME ?OnUserInputInBandDTMF@H323Connection@@MAEXAAVFilterInfo@H323Codec@@H@Z @29988 NONAME ?OnUserInputIndication@H323Connection@@UAEXABVH245_UserInputIndication@@@Z @16221 NONAME ?OnUserInputInlineRFC2833@H323Connection@@MAEXAAVOpalRFC2833Info@@H@Z @29952 NONAME ?OnUserInputString@H323Connection@@UAEXABVPString@@@Z @16222 NONAME ?OnUserInputString@H323EndPoint@@UAEXAAVH323Connection@@ABVPString@@@Z @16223 NONAME ?OnUserInputTone@H323Connection@@UAEXDIII@Z @16224 NONAME ?OnUserInputTone@H323EndPoint@@UAEXAAVH323Connection@@DIII@Z @16225 NONAME ?OnVideoIndicateReadyToActivate@H323VideoCodec@@UAEXXZ @16226 NONAME ?OnVideoNotDecodedMBs@H323VideoCodec@@UAEXIII@Z @16227 NONAME ?OnVideoTemporalSpatialTradeOffCommand@H323VideoCodec@@UAEXH@Z @51140 NONAME ?OnVideoTemporalSpatialTradeOffIndication@H323VideoCodec@@UAEXH@Z @51141 NONAME ?OpalG711ALaw64k@@3PADA @50048 NONAME ?OpalG711ALaw64kFormatFactory@@3V?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @51143 NONAME ?OpalG711uLaw64k@@3PADA @50049 NONAME ?OpalG711uLaw64kFormatFactory@@3V?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @51144 NONAME ?OpalG7231A_5k3@@3PADA @50050 NONAME ?OpalG7231A_5k3FormatFactory@@3V?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @51145 NONAME ?OpalG7231A_6k3@@3PADA @50051 NONAME ?OpalG7231A_6k3FormatFactory@@3V?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @51146 NONAME ?OpalG7231_5k3@@3PADA @50052 NONAME ?OpalG7231_5k3FormatFactory@@3V?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @51147 NONAME ?OpalG7231_6k3@@3PADA @50053 NONAME ?OpalG7231_6k3FormatFactory@@3V?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @51148 NONAME ?OpalG728@@3PADA @50054 NONAME ?OpalG728FormatFactory@@3V?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @51149 NONAME ?OpalG729@@3PADA @50055 NONAME ?OpalG729A@@3PADA @50056 NONAME ?OpalG729AB@@3PADA @50057 NONAME ?OpalG729ABFormatFactory@@3V?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @51150 NONAME ?OpalG729AFormatFactory@@3V?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @51151 NONAME ?OpalG729B@@3PADA @50058 NONAME ?OpalG729BFormatFactory@@3V?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @51152 NONAME ?OpalG729FormatFactory@@3V?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @51153 NONAME ?OpalGetBuildNumber@@YAIXZ @31473 NONAME ?OpalGetMajorVersion@@YAIXZ @31474 NONAME ?OpalGetMinorVersion@@YAIXZ @31475 NONAME ?OpalGetVersion@@YA?AVPString@@XZ @31476 NONAME ?OpalGSM0610@@3PADA @50059 NONAME ?OpalGSM0610FormatFactory@@3V?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @51154 NONAME ?OpalH261@@3PADA @50060 NONAME ?OpalH261FormatFactory@@3V?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @51155 NONAME ?OpalPCM16@@3PADA @50061 NONAME ?OpalPCM16FormatFactory@@3V?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @51156 NONAME ?OpalT120@@3PADA @50062 NONAME ?OpalT120FormatFactory@@3V?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @51157 NONAME ?OpalUserInputRFC2833@@3PADA @50063 NONAME ?OpalUserInputRFC2833FormatFactory@@3V?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @51158 NONAME ?opalwavfileLoader@PWLibStupidLinkerHacks@@3HA @51631 NONAME ?Open@H245NegLogicalChannel@@UAEHABVH323Capability@@II@Z @30307 NONAME ?Open@H245NegLogicalChannels@@UAEHABVH323Capability@@II@Z @30308 NONAME ?Open@H323AudioCodec@@UAEHAAVH323Connection@@@Z @16231 NONAME ?Open@H323Channel@@UAEHXZ @29664 NONAME ?Open@H323Codec@@UAEHAAVH323Connection@@@Z @16232 NONAME ?Open@H323ListenerTCP@@UAEHXZ @16233 NONAME ?Open@H323VideoCodec@@UAEHAAVH323Connection@@@Z @16234 NONAME ?Open@H323_RTPChannel@@UAEHXZ @28320 NONAME ?Open@OpalIxJDevice@@UAEHABVPString@@@Z @16238 NONAME ?Open@OpalUSBDevice@@UAEHABVPString@@@Z @52812 NONAME ?Open@OpalVoipBlasterDevice@@UAEHABVPString@@@Z @29797 NONAME ?Open@RTP_UDP@@QAEHVAddress@PIPSocket@@GGEPAVPSTUNClient@@PAVRTP_QOS@@@Z @38276 NONAME ?OpenAudioChannel@H323Connection@@UAEHHIAAVH323AudioCodec@@@Z @16241 NONAME ?OpenAudioChannel@H323EndPoint@@UAEHAAVH323Connection@@HIAAVH323AudioCodec@@@Z @16242 NONAME ?OpenCommand@VoipBlasterInterface@@QAEHH@Z @29798 NONAME ?OpenData@VoipBlasterInterface@@QAEHXZ @29799 NONAME ?OpenLogicalChannel@H323Connection@@UAEHABVH323Capability@@IW4Directions@H323Channel@@@Z @16243 NONAME ?OpenPeerElement@H323GatekeeperServer@@QAEHABVH323TransportAddress@@HH@Z @37750 NONAME ?OpenVideoChannel@H323Connection@@UAEHHAAVH323VideoCodec@@@Z @20508 NONAME ?OpenVideoChannel@H323EndPoint@@UAEHAAVH323Connection@@HAAVH323VideoCodec@@@Z @20509 NONAME ?OpenVOIPPipe@VoipBlasterInterface@@IAEHW4Pipe@1@@Z @29800 NONAME ?OpenWhileLocked@H245NegLogicalChannel@@MAEHABVH323Capability@@II@Z @30309 NONAME ?Originate@OpalT120Protocol@@UAEHAAVH323Transport@@@Z @28321 NONAME ?Originate@OpalT38Protocol@@UAEHXZ @30221 NONAME ?Out@RTP_JitterBufferAnalyser@@QAEXKIPBD@Z @17148 NONAME ?PacketsOutStanding@Transmitter@@QAEHXZ @16247 NONAME ?Parse@PURL@@QAEHABVPString@@PBD@Z @38330 NONAME ?ParseEndpointAddress@H450ServiceAPDU@@SAXAAVH4501_EndpointAddress@@AAVPString@@@Z @22288 NONAME ?ParsePartyName@H323EndPoint@@QAEHABVPString@@AAV2@AAVH323TransportAddress@@@Z @34814 NONAME ?parse_block@P64Decoder@@IAEHPAFPAI@Z @30267 NONAME ?parse_gob_hdr@P64Decoder@@IAEHH@Z @16249 NONAME ?parse_mb_hdr@P64Decoder@@IAEHAAI@Z @16250 NONAME ?parse_picture_hdr@P64Decoder@@IAEHXZ @16251 NONAME ?parse_sc@P64Decoder@@IAEHXZ @16252 NONAME ?PlayAudio@OpalLineInterfaceDevice@@UAEHIABVPString@@@Z @37126 NONAME ?PlayDTMF@OpalIxJDevice@@UAEHIPBDKK@Z @16253 NONAME ?PlayDTMF@OpalLineInterfaceDevice@@UAEHIPBDKK@Z @16254 NONAME ?PlayDTMF@OpalUSBDevice@@UAEHIPBDKK@Z @52813 NONAME ?PlayDTMF@OpalVoipBlasterDevice@@UAEHIPBDKK@Z @29801 NONAME ?PlayTone@OpalIxJDevice@@UAEHIW4CallProgressTones@OpalLineInterfaceDevice@@@Z @16256 NONAME ?PlayTone@OpalLineInterfaceDevice@@UAEHIW4CallProgressTones@1@@Z @16257 NONAME ?PlayTone@OpalUSBDevice@@UAEHIW4CallProgressTones@OpalLineInterfaceDevice@@@Z @52814 NONAME ?PlayTone@OpalVoipBlasterDevice@@UAEHIW4CallProgressTones@OpalLineInterfaceDevice@@@Z @29802 NONAME ?PLoadPluginDirectory@@YAXAAVH323DynaLink@@ABVPDirectory@@PBD@Z @50525 NONAME ?Poll@Request@H323Transactor@@QAEHAAV2@@Z @37436 NONAME ?PreIncEncodeSetup@H261PixelEncoder@@QAEHPBVVideoFrame@@@Z @30268 NONAME ?Prepare@H323TransactionPDU@@QAEXAAVPASN_Array@@I0I@Z @37721 NONAME ?PreparePDU@H235Authenticators@@QBEXAAVH323TransactionPDU@@AAVPASN_Array@@I1I@Z @37722 NONAME ?PrepareTokens@H235Authenticator@@UAEHAAVPASN_Array@@0@Z @37723 NONAME ?PreProcessOneFrame@P64Encoder@@QAEXXZ @30269 NONAME ?PrintOn@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBEXAAVostream@@@Z @27875 NONAME ?PrintOn@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBEXAAVostream@@@Z @27876 NONAME ?PrintOn@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBEXAAVostream@@@Z @27877 NONAME ?PrintOn@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBEXAAVostream@@@Z @27878 NONAME ?PrintOn@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBEXAAVostream@@@Z @27879 NONAME ?PrintOn@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBEXAAVostream@@@Z @27880 NONAME ?PrintOn@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBEXAAVostream@@@Z @27881 NONAME ?PrintOn@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBEXAAVostream@@@Z @27882 NONAME ?PrintOn@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBEXAAVostream@@@Z @27883 NONAME ?PrintOn@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBEXAAVostream@@@Z @27884 NONAME ?PrintOn@AlternateInfo@H323Gatekeeper@@UBEXAAVostream@@@Z @34809 NONAME ?PrintOn@GCC_ApplicationInvokeIndication@@UBEXAAVostream@@@Z @16269 NONAME ?PrintOn@GCC_ApplicationInvokeSpecifier@@UBEXAAVostream@@@Z @16270 NONAME ?PrintOn@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBEXAAVostream@@@Z @16271 NONAME ?PrintOn@GCC_ApplicationRecord@@UBEXAAVostream@@@Z @16272 NONAME ?PrintOn@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBEXAAVostream@@@Z @16273 NONAME ?PrintOn@GCC_ChallengeItem@@UBEXAAVostream@@@Z @16274 NONAME ?PrintOn@GCC_ChallengeRequest@@UBEXAAVostream@@@Z @16275 NONAME ?PrintOn@GCC_ChallengeResponse@@UBEXAAVostream@@@Z @16276 NONAME ?PrintOn@GCC_ConductorAssignIndication@@UBEXAAVostream@@@Z @16277 NONAME ?PrintOn@GCC_ConductorPermissionAskIndication@@UBEXAAVostream@@@Z @16278 NONAME ?PrintOn@GCC_ConductorPermissionGrantIndication@@UBEXAAVostream@@@Z @16279 NONAME ?PrintOn@GCC_ConductorReleaseIndication@@UBEXAAVostream@@@Z @16280 NONAME ?PrintOn@GCC_ConferenceAddRequest@@UBEXAAVostream@@@Z @16281 NONAME ?PrintOn@GCC_ConferenceAddResponse@@UBEXAAVostream@@@Z @16282 NONAME ?PrintOn@GCC_ConferenceAssistanceIndication@@UBEXAAVostream@@@Z @16283 NONAME ?PrintOn@GCC_ConferenceCreateRequest@@UBEXAAVostream@@@Z @16284 NONAME ?PrintOn@GCC_ConferenceCreateResponse@@UBEXAAVostream@@@Z @16285 NONAME ?PrintOn@GCC_ConferenceDescriptor@@UBEXAAVostream@@@Z @16286 NONAME ?PrintOn@GCC_ConferenceEjectUserIndication@@UBEXAAVostream@@@Z @16287 NONAME ?PrintOn@GCC_ConferenceEjectUserRequest@@UBEXAAVostream@@@Z @16288 NONAME ?PrintOn@GCC_ConferenceEjectUserResponse@@UBEXAAVostream@@@Z @16289 NONAME ?PrintOn@GCC_ConferenceInviteRequest@@UBEXAAVostream@@@Z @16290 NONAME ?PrintOn@GCC_ConferenceInviteResponse@@UBEXAAVostream@@@Z @16291 NONAME ?PrintOn@GCC_ConferenceJoinRequest@@UBEXAAVostream@@@Z @16292 NONAME ?PrintOn@GCC_ConferenceJoinResponse@@UBEXAAVostream@@@Z @16293 NONAME ?PrintOn@GCC_ConferenceLockIndication@@UBEXAAVostream@@@Z @16294 NONAME ?PrintOn@GCC_ConferenceLockRequest@@UBEXAAVostream@@@Z @16295 NONAME ?PrintOn@GCC_ConferenceLockResponse@@UBEXAAVostream@@@Z @16296 NONAME ?PrintOn@GCC_ConferenceName@@UBEXAAVostream@@@Z @16297 NONAME ?PrintOn@GCC_ConferencePriority@@UBEXAAVostream@@@Z @16298 NONAME ?PrintOn@GCC_ConferenceQueryRequest@@UBEXAAVostream@@@Z @16299 NONAME ?PrintOn@GCC_ConferenceQueryResponse@@UBEXAAVostream@@@Z @16300 NONAME ?PrintOn@GCC_ConferenceTerminateIndication@@UBEXAAVostream@@@Z @16301 NONAME ?PrintOn@GCC_ConferenceTerminateRequest@@UBEXAAVostream@@@Z @16302 NONAME ?PrintOn@GCC_ConferenceTerminateResponse@@UBEXAAVostream@@@Z @16303 NONAME ?PrintOn@GCC_ConferenceTimeExtendIndication@@UBEXAAVostream@@@Z @16304 NONAME ?PrintOn@GCC_ConferenceTimeInquireIndication@@UBEXAAVostream@@@Z @16305 NONAME ?PrintOn@GCC_ConferenceTimeRemainingIndication@@UBEXAAVostream@@@Z @16306 NONAME ?PrintOn@GCC_ConferenceTransferIndication@@UBEXAAVostream@@@Z @16307 NONAME ?PrintOn@GCC_ConferenceTransferRequest@@UBEXAAVostream@@@Z @16308 NONAME ?PrintOn@GCC_ConferenceTransferResponse@@UBEXAAVostream@@@Z @16309 NONAME ?PrintOn@GCC_ConferenceUnlockIndication@@UBEXAAVostream@@@Z @16310 NONAME ?PrintOn@GCC_ConferenceUnlockRequest@@UBEXAAVostream@@@Z @16311 NONAME ?PrintOn@GCC_ConferenceUnlockResponse@@UBEXAAVostream@@@Z @16312 NONAME ?PrintOn@GCC_ConnectData@@UBEXAAVostream@@@Z @16313 NONAME ?PrintOn@GCC_FunctionNotSupportedResponse@@UBEXAAVostream@@@Z @16314 NONAME ?PrintOn@GCC_NetworkAddress_subtype_aggregatedChannel@@UBEXAAVostream@@@Z @16315 NONAME ?PrintOn@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBEXAAVostream@@@Z @16316 NONAME ?PrintOn@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBEXAAVostream@@@Z @16317 NONAME ?PrintOn@GCC_NetworkAddress_subtype_transportConnection@@UBEXAAVostream@@@Z @16318 NONAME ?PrintOn@GCC_NodeProperties@@UBEXAAVostream@@@Z @16319 NONAME ?PrintOn@GCC_NodeRecord@@UBEXAAVostream@@@Z @16320 NONAME ?PrintOn@GCC_NonStandardParameter@@UBEXAAVostream@@@Z @16321 NONAME ?PrintOn@GCC_NonStandardPDU@@UBEXAAVostream@@@Z @16322 NONAME ?PrintOn@GCC_Password@@UBEXAAVostream@@@Z @16323 NONAME ?PrintOn@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBEXAAVostream@@@Z @16324 NONAME ?PrintOn@GCC_RegistryAllocateHandleRequest@@UBEXAAVostream@@@Z @16325 NONAME ?PrintOn@GCC_RegistryAllocateHandleResponse@@UBEXAAVostream@@@Z @16326 NONAME ?PrintOn@GCC_RegistryAssignTokenRequest@@UBEXAAVostream@@@Z @16327 NONAME ?PrintOn@GCC_RegistryDeleteEntryRequest@@UBEXAAVostream@@@Z @16328 NONAME ?PrintOn@GCC_RegistryEntryOwner_owned@@UBEXAAVostream@@@Z @16329 NONAME ?PrintOn@GCC_RegistryKey@@UBEXAAVostream@@@Z @16330 NONAME ?PrintOn@GCC_RegistryMonitorEntryIndication@@UBEXAAVostream@@@Z @16331 NONAME ?PrintOn@GCC_RegistryMonitorEntryRequest@@UBEXAAVostream@@@Z @16332 NONAME ?PrintOn@GCC_RegistryRegisterChannelRequest@@UBEXAAVostream@@@Z @16333 NONAME ?PrintOn@GCC_RegistryResponse@@UBEXAAVostream@@@Z @16334 NONAME ?PrintOn@GCC_RegistryRetrieveEntryRequest@@UBEXAAVostream@@@Z @16335 NONAME ?PrintOn@GCC_RegistrySetParameterRequest@@UBEXAAVostream@@@Z @16336 NONAME ?PrintOn@GCC_RosterUpdateIndication@@UBEXAAVostream@@@Z @16337 NONAME ?PrintOn@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBEXAAVostream@@@Z @16338 NONAME ?PrintOn@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBEXAAVostream@@@Z @16339 NONAME ?PrintOn@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBEXAAVostream@@@Z @16340 NONAME ?PrintOn@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBEXAAVostream@@@Z @16341 NONAME ?PrintOn@GCC_RosterUpdateIndication_nodeInformation@@UBEXAAVostream@@@Z @16342 NONAME ?PrintOn@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBEXAAVostream@@@Z @16343 NONAME ?PrintOn@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBEXAAVostream@@@Z @16344 NONAME ?PrintOn@GCC_SessionKey@@UBEXAAVostream@@@Z @16345 NONAME ?PrintOn@GCC_TextMessageIndication@@UBEXAAVostream@@@Z @16346 NONAME ?PrintOn@GCC_UserData_subtype@@UBEXAAVostream@@@Z @16347 NONAME ?PrintOn@GCC_UserIDIndication@@UBEXAAVostream@@@Z @16348 NONAME ?PrintOn@H225_AddressPattern_range@@UBEXAAVostream@@@Z @27023 NONAME ?PrintOn@H225_AdmissionConfirm@@UBEXAAVostream@@@Z @16349 NONAME ?PrintOn@H225_AdmissionReject@@UBEXAAVostream@@@Z @16350 NONAME ?PrintOn@H225_AdmissionRequest@@UBEXAAVostream@@@Z @16351 NONAME ?PrintOn@H225_Alerting_UUIE@@UBEXAAVostream@@@Z @16352 NONAME ?PrintOn@H225_AlternateGK@@UBEXAAVostream@@@Z @16353 NONAME ?PrintOn@H225_AlternateTransportAddresses@@UBEXAAVostream@@@Z @27024 NONAME ?PrintOn@H225_AltGKInfo@@UBEXAAVostream@@@Z @16354 NONAME ?PrintOn@H225_ANSI_41_UIM@@UBEXAAVostream@@@Z @27025 NONAME ?PrintOn@H225_BandwidthConfirm@@UBEXAAVostream@@@Z @16355 NONAME ?PrintOn@H225_BandwidthDetails@@UBEXAAVostream@@@Z @27026 NONAME ?PrintOn@H225_BandwidthReject@@UBEXAAVostream@@@Z @16356 NONAME ?PrintOn@H225_BandwidthRequest@@UBEXAAVostream@@@Z @16357 NONAME ?PrintOn@H225_CallCapacity@@UBEXAAVostream@@@Z @27027 NONAME ?PrintOn@H225_CallCapacityInfo@@UBEXAAVostream@@@Z @27028 NONAME ?PrintOn@H225_CallCreditCapability@@UBEXAAVostream@@@Z @27029 NONAME ?PrintOn@H225_CallCreditServiceControl@@UBEXAAVostream@@@Z @27030 NONAME ?PrintOn@H225_CallIdentifier@@UBEXAAVostream@@@Z @16358 NONAME ?PrintOn@H225_CallLinkage@@UBEXAAVostream@@@Z @27031 NONAME ?PrintOn@H225_CallProceeding_UUIE@@UBEXAAVostream@@@Z @16359 NONAME ?PrintOn@H225_CallsAvailable@@UBEXAAVostream@@@Z @27032 NONAME ?PrintOn@H225_CapacityReportingCapability@@UBEXAAVostream@@@Z @27033 NONAME ?PrintOn@H225_CapacityReportingSpecification@@UBEXAAVostream@@@Z @27034 NONAME ?PrintOn@H225_CapacityReportingSpecification_when@@UBEXAAVostream@@@Z @27035 NONAME ?PrintOn@H225_CarrierInfo@@UBEXAAVostream@@@Z @38978 NONAME ?PrintOn@H225_CicInfo@@UBEXAAVostream@@@Z @27036 NONAME ?PrintOn@H225_CircuitIdentifier@@UBEXAAVostream@@@Z @38305 NONAME ?PrintOn@H225_CircuitInfo@@UBEXAAVostream@@@Z @27037 NONAME ?PrintOn@H225_ConferenceList@@UBEXAAVostream@@@Z @16360 NONAME ?PrintOn@H225_Connect_UUIE@@UBEXAAVostream@@@Z @16361 NONAME ?PrintOn@H225_CryptoH323Token_cryptoEPPwdHash@@UBEXAAVostream@@@Z @16362 NONAME ?PrintOn@H225_CryptoH323Token_cryptoGKPwdHash@@UBEXAAVostream@@@Z @16363 NONAME ?PrintOn@H225_DataRate@@UBEXAAVostream@@@Z @16364 NONAME ?PrintOn@H225_DisengageConfirm@@UBEXAAVostream@@@Z @16365 NONAME ?PrintOn@H225_DisengageReject@@UBEXAAVostream@@@Z @16366 NONAME ?PrintOn@H225_DisengageRequest@@UBEXAAVostream@@@Z @16367 NONAME ?PrintOn@H225_Endpoint@@UBEXAAVostream@@@Z @16368 NONAME ?PrintOn@H225_EndpointType@@UBEXAAVostream@@@Z @16369 NONAME ?PrintOn@H225_EnumeratedParameter@@UBEXAAVostream@@@Z @27038 NONAME ?PrintOn@H225_ExtendedAliasAddress@@UBEXAAVostream@@@Z @27039 NONAME ?PrintOn@H225_Facility_UUIE@@UBEXAAVostream@@@Z @16370 NONAME ?PrintOn@H225_FeatureSet@@UBEXAAVostream@@@Z @27040 NONAME ?PrintOn@H225_GatekeeperConfirm@@UBEXAAVostream@@@Z @16371 NONAME ?PrintOn@H225_GatekeeperInfo@@UBEXAAVostream@@@Z @16372 NONAME ?PrintOn@H225_GatekeeperReject@@UBEXAAVostream@@@Z @16373 NONAME ?PrintOn@H225_GatekeeperRequest@@UBEXAAVostream@@@Z @16374 NONAME ?PrintOn@H225_GatewayInfo@@UBEXAAVostream@@@Z @16375 NONAME ?PrintOn@H225_GenericData@@UBEXAAVostream@@@Z @27041 NONAME ?PrintOn@H225_GroupID@@UBEXAAVostream@@@Z @27042 NONAME ?PrintOn@H225_GSM_UIM@@UBEXAAVostream@@@Z @27043 NONAME ?PrintOn@H225_H221NonStandard@@UBEXAAVostream@@@Z @16376 NONAME ?PrintOn@H225_H310Caps@@UBEXAAVostream@@@Z @16377 NONAME ?PrintOn@H225_H320Caps@@UBEXAAVostream@@@Z @16378 NONAME ?PrintOn@H225_H321Caps@@UBEXAAVostream@@@Z @16379 NONAME ?PrintOn@H225_H322Caps@@UBEXAAVostream@@@Z @16380 NONAME ?PrintOn@H225_H323Caps@@UBEXAAVostream@@@Z @16381 NONAME ?PrintOn@H225_H323_UserInformation@@UBEXAAVostream@@@Z @16382 NONAME ?PrintOn@H225_H323_UserInformation_user_data@@UBEXAAVostream@@@Z @16383 NONAME ?PrintOn@H225_H323_UU_PDU@@UBEXAAVostream@@@Z @16384 NONAME ?PrintOn@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBEXAAVostream@@@Z @27044 NONAME ?PrintOn@H225_H324Caps@@UBEXAAVostream@@@Z @16385 NONAME ?PrintOn@H225_ICV@@UBEXAAVostream@@@Z @16386 NONAME ?PrintOn@H225_InfoRequest@@UBEXAAVostream@@@Z @16387 NONAME ?PrintOn@H225_InfoRequestAck@@UBEXAAVostream@@@Z @16388 NONAME ?PrintOn@H225_InfoRequestNak@@UBEXAAVostream@@@Z @16389 NONAME ?PrintOn@H225_InfoRequestResponse@@UBEXAAVostream@@@Z @16390 NONAME ?PrintOn@H225_InfoRequestResponse_perCallInfo_subtype@@UBEXAAVostream@@@Z @16391 NONAME ?PrintOn@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBEXAAVostream@@@Z @16392 NONAME ?PrintOn@H225_Information_UUIE@@UBEXAAVostream@@@Z @16393 NONAME ?PrintOn@H225_LocationConfirm@@UBEXAAVostream@@@Z @16394 NONAME ?PrintOn@H225_LocationReject@@UBEXAAVostream@@@Z @16395 NONAME ?PrintOn@H225_LocationRequest@@UBEXAAVostream@@@Z @16396 NONAME ?PrintOn@H225_McuInfo@@UBEXAAVostream@@@Z @16397 NONAME ?PrintOn@H225_NonStandardMessage@@UBEXAAVostream@@@Z @16398 NONAME ?PrintOn@H225_NonStandardParameter@@UBEXAAVostream@@@Z @16399 NONAME ?PrintOn@H225_NonStandardProtocol@@UBEXAAVostream@@@Z @16400 NONAME ?PrintOn@H225_Notify_UUIE@@UBEXAAVostream@@@Z @27045 NONAME ?PrintOn@H225_PrivatePartyNumber@@UBEXAAVostream@@@Z @16401 NONAME ?PrintOn@H225_Progress_UUIE@@UBEXAAVostream@@@Z @16402 NONAME ?PrintOn@H225_PublicPartyNumber@@UBEXAAVostream@@@Z @16403 NONAME ?PrintOn@H225_Q954Details@@UBEXAAVostream@@@Z @16404 NONAME ?PrintOn@H225_QseriesOptions@@UBEXAAVostream@@@Z @16405 NONAME ?PrintOn@H225_RAS@@UBEXAAVostream@@@Z @30700 NONAME ?PrintOn@H225_RasUsageInformation@@UBEXAAVostream@@@Z @27046 NONAME ?PrintOn@H225_RasUsageInfoTypes@@UBEXAAVostream@@@Z @27047 NONAME ?PrintOn@H225_RasUsageSpecification@@UBEXAAVostream@@@Z @27048 NONAME ?PrintOn@H225_RasUsageSpecification_callStartingPoint@@UBEXAAVostream@@@Z @27049 NONAME ?PrintOn@H225_RasUsageSpecification_when@@UBEXAAVostream@@@Z @27050 NONAME ?PrintOn@H225_RegistrationConfirm@@UBEXAAVostream@@@Z @16406 NONAME ?PrintOn@H225_RegistrationConfirm_preGrantedARQ@@UBEXAAVostream@@@Z @16407 NONAME ?PrintOn@H225_RegistrationReject@@UBEXAAVostream@@@Z @16408 NONAME ?PrintOn@H225_RegistrationRejectReason_invalidTerminalAliases@@UBEXAAVostream@@@Z @27051 NONAME ?PrintOn@H225_RegistrationRequest@@UBEXAAVostream@@@Z @16409 NONAME ?PrintOn@H225_ReleaseComplete_UUIE@@UBEXAAVostream@@@Z @16410 NONAME ?PrintOn@H225_RequestInProgress@@UBEXAAVostream@@@Z @16411 NONAME ?PrintOn@H225_ResourcesAvailableConfirm@@UBEXAAVostream@@@Z @16412 NONAME ?PrintOn@H225_ResourcesAvailableIndicate@@UBEXAAVostream@@@Z @16413 NONAME ?PrintOn@H225_RTPSession@@UBEXAAVostream@@@Z @16414 NONAME ?PrintOn@H225_SecurityCapabilities@@UBEXAAVostream@@@Z @16415 NONAME ?PrintOn@H225_ServiceControlIndication@@UBEXAAVostream@@@Z @27052 NONAME ?PrintOn@H225_ServiceControlIndication_callSpecific@@UBEXAAVostream@@@Z @27053 NONAME ?PrintOn@H225_ServiceControlResponse@@UBEXAAVostream@@@Z @27054 NONAME ?PrintOn@H225_ServiceControlSession@@UBEXAAVostream@@@Z @27055 NONAME ?PrintOn@H225_SetupAcknowledge_UUIE@@UBEXAAVostream@@@Z @27056 NONAME ?PrintOn@H225_Setup_UUIE@@UBEXAAVostream@@@Z @16416 NONAME ?PrintOn@H225_Setup_UUIE_connectionParameters@@UBEXAAVostream@@@Z @27057 NONAME ?PrintOn@H225_SIPCaps@@UBEXAAVostream@@@Z @38979 NONAME ?PrintOn@H225_StatusInquiry_UUIE@@UBEXAAVostream@@@Z @27058 NONAME ?PrintOn@H225_Status_UUIE@@UBEXAAVostream@@@Z @27059 NONAME ?PrintOn@H225_StimulusControl@@UBEXAAVostream@@@Z @27060 NONAME ?PrintOn@H225_SupportedPrefix@@UBEXAAVostream@@@Z @16417 NONAME ?PrintOn@H225_T120OnlyCaps@@UBEXAAVostream@@@Z @16418 NONAME ?PrintOn@H225_T38FaxAnnexbOnlyCaps@@UBEXAAVostream@@@Z @27061 NONAME ?PrintOn@H225_TerminalInfo@@UBEXAAVostream@@@Z @16419 NONAME ?PrintOn@H225_TransportAddress_ip6Address@@UBEXAAVostream@@@Z @16420 NONAME ?PrintOn@H225_TransportAddress_ipAddress@@UBEXAAVostream@@@Z @16421 NONAME ?PrintOn@H225_TransportAddress_ipSourceRoute@@UBEXAAVostream@@@Z @16422 NONAME ?PrintOn@H225_TransportAddress_ipxAddress@@UBEXAAVostream@@@Z @16423 NONAME ?PrintOn@H225_TransportChannelInfo@@UBEXAAVostream@@@Z @16424 NONAME ?PrintOn@H225_TunnelledProtocol@@UBEXAAVostream@@@Z @27062 NONAME ?PrintOn@H225_TunnelledProtocolAlternateIdentifier@@UBEXAAVostream@@@Z @27063 NONAME ?PrintOn@H225_UnknownMessageResponse@@UBEXAAVostream@@@Z @16425 NONAME ?PrintOn@H225_UnregistrationConfirm@@UBEXAAVostream@@@Z @16426 NONAME ?PrintOn@H225_UnregistrationReject@@UBEXAAVostream@@@Z @16427 NONAME ?PrintOn@H225_UnregistrationRequest@@UBEXAAVostream@@@Z @16428 NONAME ?PrintOn@H225_UUIEsRequested@@UBEXAAVostream@@@Z @16429 NONAME ?PrintOn@H225_VendorIdentifier@@UBEXAAVostream@@@Z @16430 NONAME ?PrintOn@H225_VoiceCaps@@UBEXAAVostream@@@Z @16431 NONAME ?PrintOn@H235Authenticator@@UBEXAAVostream@@@Z @34812 NONAME ?PrintOn@H235_ClearToken@@UBEXAAVostream@@@Z @16432 NONAME ?PrintOn@H235_CryptoToken_cryptoEncryptedToken@@UBEXAAVostream@@@Z @16433 NONAME ?PrintOn@H235_CryptoToken_cryptoHashedToken@@UBEXAAVostream@@@Z @16434 NONAME ?PrintOn@H235_CryptoToken_cryptoSignedToken@@UBEXAAVostream@@@Z @16435 NONAME ?PrintOn@H235_DHset@@UBEXAAVostream@@@Z @16436 NONAME ?PrintOn@H235_ECGDSASignature@@UBEXAAVostream@@@Z @38980 NONAME ?PrintOn@H235_ECKASDH_eckasdh2@@UBEXAAVostream@@@Z @28763 NONAME ?PrintOn@H235_ECKASDH_eckasdhp@@UBEXAAVostream@@@Z @28764 NONAME ?PrintOn@H235_ECpoint@@UBEXAAVostream@@@Z @38981 NONAME ?PrintOn@H235_H235CertificateSignature@@UBEXAAVostream@@@Z @16437 NONAME ?PrintOn@H235_KeySignedMaterial@@UBEXAAVostream@@@Z @16438 NONAME ?PrintOn@H235_KeySyncMaterial@@UBEXAAVostream@@@Z @16439 NONAME ?PrintOn@H235_NonStandardParameter@@UBEXAAVostream@@@Z @16440 NONAME ?PrintOn@H235_Params@@UBEXAAVostream@@@Z @16441 NONAME ?PrintOn@H235_ReturnSig@@UBEXAAVostream@@@Z @16442 NONAME ?PrintOn@H235_TypedCertificate@@UBEXAAVostream@@@Z @16443 NONAME ?PrintOn@H235_V3KeySyncMaterial@@UBEXAAVostream@@@Z @38982 NONAME ?PrintOn@H245_ATMParameters@@UBEXAAVostream@@@Z @16444 NONAME ?PrintOn@H245_AudioCapability@@UBEXAAVostream@@@Z @34438 NONAME ?PrintOn@H245_AudioCapability_g7231@@UBEXAAVostream@@@Z @16445 NONAME ?PrintOn@H245_AudioTelephonyEventCapability@@UBEXAAVostream@@@Z @27064 NONAME ?PrintOn@H245_AudioToneCapability@@UBEXAAVostream@@@Z @27065 NONAME ?PrintOn@H245_AuthenticationCapability@@UBEXAAVostream@@@Z @16446 NONAME ?PrintOn@H245_BEnhancementParameters@@UBEXAAVostream@@@Z @16447 NONAME ?PrintOn@H245_CapabilityDescriptor@@UBEXAAVostream@@@Z @16448 NONAME ?PrintOn@H245_CapabilityTableEntry@@UBEXAAVostream@@@Z @16449 NONAME ?PrintOn@H245_Capability_h233EncryptionReceiveCapability@@UBEXAAVostream@@@Z @16450 NONAME ?PrintOn@H245_CloseLogicalChannel@@UBEXAAVostream@@@Z @16451 NONAME ?PrintOn@H245_CloseLogicalChannelAck@@UBEXAAVostream@@@Z @16452 NONAME ?PrintOn@H245_CommunicationModeCommand@@UBEXAAVostream@@@Z @16453 NONAME ?PrintOn@H245_CommunicationModeRequest@@UBEXAAVostream@@@Z @16454 NONAME ?PrintOn@H245_CommunicationModeTableEntry@@UBEXAAVostream@@@Z @16455 NONAME ?PrintOn@H245_ConferenceCapability@@UBEXAAVostream@@@Z @16456 NONAME ?PrintOn@H245_ConferenceRequest_requestTerminalCertificate@@UBEXAAVostream@@@Z @16457 NONAME ?PrintOn@H245_ConferenceResponse_chairTokenOwnerResponse@@UBEXAAVostream@@@Z @16458 NONAME ?PrintOn@H245_ConferenceResponse_conferenceIDResponse@@UBEXAAVostream@@@Z @16459 NONAME ?PrintOn@H245_ConferenceResponse_extensionAddressResponse@@UBEXAAVostream@@@Z @16460 NONAME ?PrintOn@H245_ConferenceResponse_mCTerminalIDResponse@@UBEXAAVostream@@@Z @16461 NONAME ?PrintOn@H245_ConferenceResponse_passwordResponse@@UBEXAAVostream@@@Z @16462 NONAME ?PrintOn@H245_ConferenceResponse_terminalCertificateResponse@@UBEXAAVostream@@@Z @16463 NONAME ?PrintOn@H245_ConferenceResponse_terminalIDResponse@@UBEXAAVostream@@@Z @16464 NONAME ?PrintOn@H245_ConnectionIdentifier@@UBEXAAVostream@@@Z @27066 NONAME ?PrintOn@H245_Criteria@@UBEXAAVostream@@@Z @16465 NONAME ?PrintOn@H245_CustomPictureClockFrequency@@UBEXAAVostream@@@Z @16466 NONAME ?PrintOn@H245_CustomPictureFormat@@UBEXAAVostream@@@Z @16467 NONAME ?PrintOn@H245_CustomPictureFormat_mPI@@UBEXAAVostream@@@Z @16468 NONAME ?PrintOn@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBEXAAVostream@@@Z @16469 NONAME ?PrintOn@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBEXAAVostream@@@Z @16470 NONAME ?PrintOn@H245_DataApplicationCapability@@UBEXAAVostream@@@Z @16471 NONAME ?PrintOn@H245_DataApplicationCapability_application_nlpid@@UBEXAAVostream@@@Z @16472 NONAME ?PrintOn@H245_DataApplicationCapability_application_t38fax@@UBEXAAVostream@@@Z @27067 NONAME ?PrintOn@H245_DataApplicationCapability_application_t84@@UBEXAAVostream@@@Z @16473 NONAME ?PrintOn@H245_DataMode@@UBEXAAVostream@@@Z @16474 NONAME ?PrintOn@H245_DataMode_application_nlpid@@UBEXAAVostream@@@Z @16475 NONAME ?PrintOn@H245_DataMode_application_t38fax@@UBEXAAVostream@@@Z @27068 NONAME ?PrintOn@H245_DepFECCapability_rfc2733@@UBEXAAVostream@@@Z @52815 NONAME ?PrintOn@H245_DepFECCapability_rfc2733_separateStream@@UBEXAAVostream@@@Z @52816 NONAME ?PrintOn@H245_DepFECData_rfc2733@@UBEXAAVostream@@@Z @52817 NONAME ?PrintOn@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBEXAAVostream@@@Z @52818 NONAME ?PrintOn@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBEXAAVostream@@@Z @52819 NONAME ?PrintOn@H245_DepFECMode_rfc2733Mode@@UBEXAAVostream@@@Z @52820 NONAME ?PrintOn@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBEXAAVostream@@@Z @52821 NONAME ?PrintOn@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBEXAAVostream@@@Z @52822 NONAME ?PrintOn@H245_DialingInformationNumber@@UBEXAAVostream@@@Z @27069 NONAME ?PrintOn@H245_EncryptionAuthenticationAndIntegrity@@UBEXAAVostream@@@Z @16476 NONAME ?PrintOn@H245_EncryptionCommand_encryptionAlgorithmID@@UBEXAAVostream@@@Z @16477 NONAME ?PrintOn@H245_EncryptionSync@@UBEXAAVostream@@@Z @16478 NONAME ?PrintOn@H245_EncryptionUpdateRequest@@UBEXAAVostream@@@Z @16479 NONAME ?PrintOn@H245_EnhancementLayerInfo@@UBEXAAVostream@@@Z @16480 NONAME ?PrintOn@H245_EnhancementOptions@@UBEXAAVostream@@@Z @16481 NONAME ?PrintOn@H245_EscrowData@@UBEXAAVostream@@@Z @16482 NONAME ?PrintOn@H245_ExtendedVideoCapability@@UBEXAAVostream@@@Z @52823 NONAME ?PrintOn@H245_FECCapability@@UBEXAAVostream@@@Z @52824 NONAME ?PrintOn@H245_FECData_rfc2733@@UBEXAAVostream@@@Z @38985 NONAME ?PrintOn@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBEXAAVostream@@@Z @52825 NONAME ?PrintOn@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UBEXAAVostream@@@Z @52826 NONAME ?PrintOn@H245_FECMode@@UBEXAAVostream@@@Z @52827 NONAME ?PrintOn@H245_FlowControlCommand@@UBEXAAVostream@@@Z @16483 NONAME ?PrintOn@H245_FlowControlIndication@@UBEXAAVostream@@@Z @27070 NONAME ?PrintOn@H245_FunctionNotSupported@@UBEXAAVostream@@@Z @16484 NONAME ?PrintOn@H245_G7231AnnexCCapability@@UBEXAAVostream@@@Z @16485 NONAME ?PrintOn@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBEXAAVostream@@@Z @16486 NONAME ?PrintOn@H245_G7231AnnexCMode@@UBEXAAVostream@@@Z @16487 NONAME ?PrintOn@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBEXAAVostream@@@Z @16488 NONAME ?PrintOn@H245_G729Extensions@@UBEXAAVostream@@@Z @27071 NONAME ?PrintOn@H245_GenericCapability@@UBEXAAVostream@@@Z @27072 NONAME ?PrintOn@H245_GenericMessage@@UBEXAAVostream@@@Z @52828 NONAME ?PrintOn@H245_GenericParameter@@UBEXAAVostream@@@Z @27073 NONAME ?PrintOn@H245_GSMAudioCapability@@UBEXAAVostream@@@Z @16489 NONAME ?PrintOn@H245_H222Capability@@UBEXAAVostream@@@Z @16490 NONAME ?PrintOn@H245_H222LogicalChannelParameters@@UBEXAAVostream@@@Z @16491 NONAME ?PrintOn@H245_H223AL1MParameters@@UBEXAAVostream@@@Z @16492 NONAME ?PrintOn@H245_H223AL2MParameters@@UBEXAAVostream@@@Z @16493 NONAME ?PrintOn@H245_H223AL3MParameters@@UBEXAAVostream@@@Z @16494 NONAME ?PrintOn@H245_H223AnnexCArqParameters@@UBEXAAVostream@@@Z @16495 NONAME ?PrintOn@H245_H223AnnexCCapability@@UBEXAAVostream@@@Z @16496 NONAME ?PrintOn@H245_H223Capability@@UBEXAAVostream@@@Z @16497 NONAME ?PrintOn@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBEXAAVostream@@@Z @16498 NONAME ?PrintOn@H245_H223Capability_mobileMultilinkFrameCapability@@UBEXAAVostream@@@Z @27074 NONAME ?PrintOn@H245_H223Capability_mobileOperationTransmitCapability@@UBEXAAVostream@@@Z @16499 NONAME ?PrintOn@H245_H223LogicalChannelParameters@@UBEXAAVostream@@@Z @16500 NONAME ?PrintOn@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBEXAAVostream@@@Z @16501 NONAME ?PrintOn@H245_H223ModeParameters@@UBEXAAVostream@@@Z @16502 NONAME ?PrintOn@H245_H223ModeParameters_adaptationLayerType_al3@@UBEXAAVostream@@@Z @16503 NONAME ?PrintOn@H245_H223SkewIndication@@UBEXAAVostream@@@Z @16504 NONAME ?PrintOn@H245_H2250Capability@@UBEXAAVostream@@@Z @16505 NONAME ?PrintOn@H245_H2250Capability_mcCapability@@UBEXAAVostream@@@Z @16506 NONAME ?PrintOn@H245_H2250LogicalChannelAckParameters@@UBEXAAVostream@@@Z @16507 NONAME ?PrintOn@H245_H2250LogicalChannelParameters@@UBEXAAVostream@@@Z @16508 NONAME ?PrintOn@H245_H2250MaximumSkewIndication@@UBEXAAVostream@@@Z @16509 NONAME ?PrintOn@H245_H2250ModeParameters@@UBEXAAVostream@@@Z @16510 NONAME ?PrintOn@H245_H235Media@@UBEXAAVostream@@@Z @16511 NONAME ?PrintOn@H245_H235Mode@@UBEXAAVostream@@@Z @16512 NONAME ?PrintOn@H245_H235SecurityCapability@@UBEXAAVostream@@@Z @16513 NONAME ?PrintOn@H245_H261VideoCapability@@UBEXAAVostream@@@Z @16514 NONAME ?PrintOn@H245_H261VideoMode@@UBEXAAVostream@@@Z @16515 NONAME ?PrintOn@H245_H262VideoCapability@@UBEXAAVostream@@@Z @16516 NONAME ?PrintOn@H245_H262VideoMode@@UBEXAAVostream@@@Z @16517 NONAME ?PrintOn@H245_H263ModeComboFlags@@UBEXAAVostream@@@Z @16518 NONAME ?PrintOn@H245_H263Options@@UBEXAAVostream@@@Z @16519 NONAME ?PrintOn@H245_H263Version3Options@@UBEXAAVostream@@@Z @27075 NONAME ?PrintOn@H245_H263VideoCapability@@UBEXAAVostream@@@Z @16520 NONAME ?PrintOn@H245_H263VideoMode@@UBEXAAVostream@@@Z @16521 NONAME ?PrintOn@H245_H263VideoModeCombos@@UBEXAAVostream@@@Z @16522 NONAME ?PrintOn@H245_IntegrityCapability@@UBEXAAVostream@@@Z @16523 NONAME ?PrintOn@H245_IS11172AudioCapability@@UBEXAAVostream@@@Z @16524 NONAME ?PrintOn@H245_IS11172AudioMode@@UBEXAAVostream@@@Z @16525 NONAME ?PrintOn@H245_IS11172VideoCapability@@UBEXAAVostream@@@Z @16526 NONAME ?PrintOn@H245_IS11172VideoMode@@UBEXAAVostream@@@Z @16527 NONAME ?PrintOn@H245_IS13818AudioCapability@@UBEXAAVostream@@@Z @16528 NONAME ?PrintOn@H245_IS13818AudioMode@@UBEXAAVostream@@@Z @16529 NONAME ?PrintOn@H245_JitterIndication@@UBEXAAVostream@@@Z @16530 NONAME ?PrintOn@H245_KeyProtectionMethod@@UBEXAAVostream@@@Z @16531 NONAME ?PrintOn@H245_LogicalChannelRateAcknowledge@@UBEXAAVostream@@@Z @27076 NONAME ?PrintOn@H245_LogicalChannelRateReject@@UBEXAAVostream@@@Z @27077 NONAME ?PrintOn@H245_LogicalChannelRateRelease@@UBEXAAVostream@@@Z @27078 NONAME ?PrintOn@H245_LogicalChannelRateRequest@@UBEXAAVostream@@@Z @27079 NONAME ?PrintOn@H245_MaintenanceLoopAck@@UBEXAAVostream@@@Z @16532 NONAME ?PrintOn@H245_MaintenanceLoopOffCommand@@UBEXAAVostream@@@Z @16533 NONAME ?PrintOn@H245_MaintenanceLoopReject@@UBEXAAVostream@@@Z @16534 NONAME ?PrintOn@H245_MaintenanceLoopRequest@@UBEXAAVostream@@@Z @16535 NONAME ?PrintOn@H245_MasterSlaveDetermination@@UBEXAAVostream@@@Z @16536 NONAME ?PrintOn@H245_MasterSlaveDeterminationAck@@UBEXAAVostream@@@Z @16537 NONAME ?PrintOn@H245_MasterSlaveDeterminationReject@@UBEXAAVostream@@@Z @16538 NONAME ?PrintOn@H245_MasterSlaveDeterminationRelease@@UBEXAAVostream@@@Z @16539 NONAME ?PrintOn@H245_MCLocationIndication@@UBEXAAVostream@@@Z @16540 NONAME ?PrintOn@H245_MediaChannelCapability@@UBEXAAVostream@@@Z @16541 NONAME ?PrintOn@H245_MediaDistributionCapability@@UBEXAAVostream@@@Z @16542 NONAME ?PrintOn@H245_MediaPacketizationCapability@@UBEXAAVostream@@@Z @16543 NONAME ?PrintOn@H245_MediaTransportType_atm_AAL5_compressed@@UBEXAAVostream@@@Z @27080 NONAME ?PrintOn@H245_MiscellaneousCommand@@UBEXAAVostream@@@Z @16544 NONAME ?PrintOn@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBEXAAVostream@@@Z @52829 NONAME ?PrintOn@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBEXAAVostream@@@Z @52830 NONAME ?PrintOn@H245_MiscellaneousCommand_type_lostPartialPicture@@UBEXAAVostream@@@Z @27081 NONAME ?PrintOn@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBEXAAVostream@@@Z @16545 NONAME ?PrintOn@H245_MiscellaneousCommand_type_videoBadMBs@@UBEXAAVostream@@@Z @27082 NONAME ?PrintOn@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBEXAAVostream@@@Z @16546 NONAME ?PrintOn@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBEXAAVostream@@@Z @16547 NONAME ?PrintOn@H245_MiscellaneousIndication@@UBEXAAVostream@@@Z @16548 NONAME ?PrintOn@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBEXAAVostream@@@Z @16549 NONAME ?PrintOn@H245_MobileMultilinkReconfigurationCommand@@UBEXAAVostream@@@Z @27083 NONAME ?PrintOn@H245_MobileMultilinkReconfigurationIndication@@UBEXAAVostream@@@Z @27084 NONAME ?PrintOn@H245_ModeElement@@UBEXAAVostream@@@Z @16550 NONAME ?PrintOn@H245_MulticastAddress_iP6Address@@UBEXAAVostream@@@Z @16551 NONAME ?PrintOn@H245_MulticastAddress_iPAddress@@UBEXAAVostream@@@Z @16552 NONAME ?PrintOn@H245_MultilinkIndication_crcDesired@@UBEXAAVostream@@@Z @27085 NONAME ?PrintOn@H245_MultilinkIndication_excessiveError@@UBEXAAVostream@@@Z @27086 NONAME ?PrintOn@H245_MultilinkRequest_addConnection@@UBEXAAVostream@@@Z @27087 NONAME ?PrintOn@H245_MultilinkRequest_callInformation@@UBEXAAVostream@@@Z @27088 NONAME ?PrintOn@H245_MultilinkRequest_maximumHeaderInterval@@UBEXAAVostream@@@Z @27089 NONAME ?PrintOn@H245_MultilinkRequest_removeConnection@@UBEXAAVostream@@@Z @27090 NONAME ?PrintOn@H245_MultilinkResponse_addConnection@@UBEXAAVostream@@@Z @27091 NONAME ?PrintOn@H245_MultilinkResponse_callInformation@@UBEXAAVostream@@@Z @27092 NONAME ?PrintOn@H245_MultilinkResponse_maximumHeaderInterval@@UBEXAAVostream@@@Z @27093 NONAME ?PrintOn@H245_MultilinkResponse_removeConnection@@UBEXAAVostream@@@Z @27094 NONAME ?PrintOn@H245_MultiplePayloadStream@@UBEXAAVostream@@@Z @38991 NONAME ?PrintOn@H245_MultiplePayloadStreamCapability@@UBEXAAVostream@@@Z @38992 NONAME ?PrintOn@H245_MultiplePayloadStreamElement@@UBEXAAVostream@@@Z @38993 NONAME ?PrintOn@H245_MultiplePayloadStreamElementMode@@UBEXAAVostream@@@Z @38994 NONAME ?PrintOn@H245_MultiplePayloadStreamMode@@UBEXAAVostream@@@Z @38995 NONAME ?PrintOn@H245_MultiplexedStreamCapability@@UBEXAAVostream@@@Z @27095 NONAME ?PrintOn@H245_MultiplexedStreamModeParameters@@UBEXAAVostream@@@Z @27096 NONAME ?PrintOn@H245_MultiplexedStreamParameter@@UBEXAAVostream@@@Z @27097 NONAME ?PrintOn@H245_MultiplexElement@@UBEXAAVostream@@@Z @16553 NONAME ?PrintOn@H245_MultiplexEntryDescriptor@@UBEXAAVostream@@@Z @16554 NONAME ?PrintOn@H245_MultiplexEntryRejectionDescriptions@@UBEXAAVostream@@@Z @16555 NONAME ?PrintOn@H245_MultiplexEntrySend@@UBEXAAVostream@@@Z @16556 NONAME ?PrintOn@H245_MultiplexEntrySendAck@@UBEXAAVostream@@@Z @16557 NONAME ?PrintOn@H245_MultiplexEntrySendReject@@UBEXAAVostream@@@Z @16558 NONAME ?PrintOn@H245_MultiplexEntrySendRelease@@UBEXAAVostream@@@Z @16559 NONAME ?PrintOn@H245_MultipointCapability@@UBEXAAVostream@@@Z @16560 NONAME ?PrintOn@H245_NetworkAccessParameters@@UBEXAAVostream@@@Z @16561 NONAME ?PrintOn@H245_NewATMVCCommand@@UBEXAAVostream@@@Z @27098 NONAME ?PrintOn@H245_NewATMVCCommand_aal_aal1@@UBEXAAVostream@@@Z @27099 NONAME ?PrintOn@H245_NewATMVCCommand_aal_aal5@@UBEXAAVostream@@@Z @27100 NONAME ?PrintOn@H245_NewATMVCCommand_reverseParameters@@UBEXAAVostream@@@Z @27101 NONAME ?PrintOn@H245_NewATMVCIndication@@UBEXAAVostream@@@Z @16562 NONAME ?PrintOn@H245_NewATMVCIndication_aal_aal1@@UBEXAAVostream@@@Z @16563 NONAME ?PrintOn@H245_NewATMVCIndication_aal_aal5@@UBEXAAVostream@@@Z @16564 NONAME ?PrintOn@H245_NewATMVCIndication_reverseParameters@@UBEXAAVostream@@@Z @16565 NONAME ?PrintOn@H245_NonStandardIdentifier_h221NonStandard@@UBEXAAVostream@@@Z @16566 NONAME ?PrintOn@H245_NonStandardMessage@@UBEXAAVostream@@@Z @16567 NONAME ?PrintOn@H245_NonStandardParameter@@UBEXAAVostream@@@Z @16568 NONAME ?PrintOn@H245_NoPTAudioTelephonyEventCapability@@UBEXAAVostream@@@Z @38996 NONAME ?PrintOn@H245_NoPTAudioToneCapability@@UBEXAAVostream@@@Z @38997 NONAME ?PrintOn@H245_OpenLogicalChannel@@UBEXAAVostream@@@Z @16569 NONAME ?PrintOn@H245_OpenLogicalChannelAck@@UBEXAAVostream@@@Z @16570 NONAME ?PrintOn@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBEXAAVostream@@@Z @16571 NONAME ?PrintOn@H245_OpenLogicalChannelConfirm@@UBEXAAVostream@@@Z @16572 NONAME ?PrintOn@H245_OpenLogicalChannelReject@@UBEXAAVostream@@@Z @16573 NONAME ?PrintOn@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBEXAAVostream@@@Z @16574 NONAME ?PrintOn@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBEXAAVostream@@@Z @16575 NONAME ?PrintOn@H245_Params@@UBEXAAVostream@@@Z @52831 NONAME ?PrintOn@H245_Q2931Address@@UBEXAAVostream@@@Z @16576 NONAME ?PrintOn@H245_QOSCapability@@UBEXAAVostream@@@Z @16577 NONAME ?PrintOn@H245_RedundancyEncoding@@UBEXAAVostream@@@Z @16578 NONAME ?PrintOn@H245_RedundancyEncodingCapability@@UBEXAAVostream@@@Z @16579 NONAME ?PrintOn@H245_RedundancyEncodingDTMode@@UBEXAAVostream@@@Z @38998 NONAME ?PrintOn@H245_RedundancyEncodingDTModeElement@@UBEXAAVostream@@@Z @38999 NONAME ?PrintOn@H245_RedundancyEncodingElement@@UBEXAAVostream@@@Z @39000 NONAME ?PrintOn@H245_RedundancyEncodingMode@@UBEXAAVostream@@@Z @16580 NONAME ?PrintOn@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBEXAAVostream@@@Z @39001 NONAME ?PrintOn@H245_RefPictureSelection@@UBEXAAVostream@@@Z @16581 NONAME ?PrintOn@H245_RefPictureSelection_additionalPictureMemory@@UBEXAAVostream@@@Z @16582 NONAME ?PrintOn@H245_RefPictureSelection_enhancedReferencePicSelect@@UBEXAAVostream@@@Z @27102 NONAME ?PrintOn@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBEXAAVostream@@@Z @27103 NONAME ?PrintOn@H245_RequestAllTerminalIDsResponse@@UBEXAAVostream@@@Z @16583 NONAME ?PrintOn@H245_RequestChannelClose@@UBEXAAVostream@@@Z @16584 NONAME ?PrintOn@H245_RequestChannelCloseAck@@UBEXAAVostream@@@Z @16585 NONAME ?PrintOn@H245_RequestChannelCloseReject@@UBEXAAVostream@@@Z @16586 NONAME ?PrintOn@H245_RequestChannelCloseRelease@@UBEXAAVostream@@@Z @16587 NONAME ?PrintOn@H245_RequestMode@@UBEXAAVostream@@@Z @16588 NONAME ?PrintOn@H245_RequestModeAck@@UBEXAAVostream@@@Z @16589 NONAME ?PrintOn@H245_RequestModeReject@@UBEXAAVostream@@@Z @16590 NONAME ?PrintOn@H245_RequestModeRelease@@UBEXAAVostream@@@Z @16591 NONAME ?PrintOn@H245_RequestMultiplexEntry@@UBEXAAVostream@@@Z @16592 NONAME ?PrintOn@H245_RequestMultiplexEntryAck@@UBEXAAVostream@@@Z @16593 NONAME ?PrintOn@H245_RequestMultiplexEntryReject@@UBEXAAVostream@@@Z @16594 NONAME ?PrintOn@H245_RequestMultiplexEntryRejectionDescriptions@@UBEXAAVostream@@@Z @16595 NONAME ?PrintOn@H245_RequestMultiplexEntryRelease@@UBEXAAVostream@@@Z @16596 NONAME ?PrintOn@H245_RoundTripDelayRequest@@UBEXAAVostream@@@Z @16597 NONAME ?PrintOn@H245_RoundTripDelayResponse@@UBEXAAVostream@@@Z @16598 NONAME ?PrintOn@H245_RSVPParameters@@UBEXAAVostream@@@Z @16599 NONAME ?PrintOn@H245_RTPH263VideoRedundancyEncoding@@UBEXAAVostream@@@Z @16600 NONAME ?PrintOn@H245_RTPH263VideoRedundancyFrameMapping@@UBEXAAVostream@@@Z @16601 NONAME ?PrintOn@H245_RTPPayloadType@@UBEXAAVostream@@@Z @16602 NONAME ?PrintOn@H245_SendTerminalCapabilitySet_specificRequest@@UBEXAAVostream@@@Z @16603 NONAME ?PrintOn@H245_SubstituteConferenceIDCommand@@UBEXAAVostream@@@Z @16604 NONAME ?PrintOn@H245_T38FaxProfile@@UBEXAAVostream@@@Z @27104 NONAME ?PrintOn@H245_T38FaxTcpOptions@@UBEXAAVostream@@@Z @27105 NONAME ?PrintOn@H245_T38FaxUdpOptions@@UBEXAAVostream@@@Z @27106 NONAME ?PrintOn@H245_T84Profile_t84Restricted@@UBEXAAVostream@@@Z @16605 NONAME ?PrintOn@H245_TerminalCapabilitySet@@UBEXAAVostream@@@Z @16606 NONAME ?PrintOn@H245_TerminalCapabilitySetAck@@UBEXAAVostream@@@Z @16607 NONAME ?PrintOn@H245_TerminalCapabilitySetReject@@UBEXAAVostream@@@Z @16608 NONAME ?PrintOn@H245_TerminalCapabilitySetRelease@@UBEXAAVostream@@@Z @16609 NONAME ?PrintOn@H245_TerminalInformation@@UBEXAAVostream@@@Z @16610 NONAME ?PrintOn@H245_TerminalLabel@@UBEXAAVostream@@@Z @16611 NONAME ?PrintOn@H245_TerminalYouAreSeeingInSubPictureNumber@@UBEXAAVostream@@@Z @16612 NONAME ?PrintOn@H245_TransparencyParameters@@UBEXAAVostream@@@Z @16613 NONAME ?PrintOn@H245_TransportCapability@@UBEXAAVostream@@@Z @16614 NONAME ?PrintOn@H245_UnicastAddress_iP6Address@@UBEXAAVostream@@@Z @16615 NONAME ?PrintOn@H245_UnicastAddress_iPAddress@@UBEXAAVostream@@@Z @16616 NONAME ?PrintOn@H245_UnicastAddress_iPSourceRouteAddress@@UBEXAAVostream@@@Z @16617 NONAME ?PrintOn@H245_UnicastAddress_iPXAddress@@UBEXAAVostream@@@Z @16618 NONAME ?PrintOn@H245_UserInputIndication_encryptedAlphanumeric@@UBEXAAVostream@@@Z @52832 NONAME ?PrintOn@H245_UserInputIndication_extendedAlphanumeric@@UBEXAAVostream@@@Z @27107 NONAME ?PrintOn@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBEXAAVostream@@@Z @52833 NONAME ?PrintOn@H245_UserInputIndication_signal@@UBEXAAVostream@@@Z @16619 NONAME ?PrintOn@H245_UserInputIndication_signalUpdate@@UBEXAAVostream@@@Z @16620 NONAME ?PrintOn@H245_UserInputIndication_signalUpdate_rtp@@UBEXAAVostream@@@Z @16621 NONAME ?PrintOn@H245_UserInputIndication_signal_rtp@@UBEXAAVostream@@@Z @16622 NONAME ?PrintOn@H245_V42bis@@UBEXAAVostream@@@Z @16623 NONAME ?PrintOn@H245_V75Capability@@UBEXAAVostream@@@Z @16624 NONAME ?PrintOn@H245_V75Parameters@@UBEXAAVostream@@@Z @16625 NONAME ?PrintOn@H245_V76Capability@@UBEXAAVostream@@@Z @16626 NONAME ?PrintOn@H245_V76HDLCParameters@@UBEXAAVostream@@@Z @16627 NONAME ?PrintOn@H245_V76LogicalChannelParameters@@UBEXAAVostream@@@Z @16628 NONAME ?PrintOn@H245_V76LogicalChannelParameters_mode_eRM@@UBEXAAVostream@@@Z @16629 NONAME ?PrintOn@H245_VBDCapability@@UBEXAAVostream@@@Z @39002 NONAME ?PrintOn@H245_VBDMode@@UBEXAAVostream@@@Z @39003 NONAME ?PrintOn@H245_VCCapability@@UBEXAAVostream@@@Z @16630 NONAME ?PrintOn@H245_VCCapability_aal1@@UBEXAAVostream@@@Z @16631 NONAME ?PrintOn@H245_VCCapability_aal1ViaGateway@@UBEXAAVostream@@@Z @27108 NONAME ?PrintOn@H245_VCCapability_aal5@@UBEXAAVostream@@@Z @16632 NONAME ?PrintOn@H245_VCCapability_availableBitRates@@UBEXAAVostream@@@Z @16633 NONAME ?PrintOn@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBEXAAVostream@@@Z @16634 NONAME ?PrintOn@H245_VendorIdentification@@UBEXAAVostream@@@Z @16635 NONAME ?PrintOn@H245_VideoIndicateCompose@@UBEXAAVostream@@@Z @16636 NONAME ?PrintOn@H248_ActionReply@@UBEXAAVostream@@@Z @34439 NONAME ?PrintOn@H248_ActionRequest@@UBEXAAVostream@@@Z @34440 NONAME ?PrintOn@H248_AmmRequest@@UBEXAAVostream@@@Z @34441 NONAME ?PrintOn@H248_AmmsReply@@UBEXAAVostream@@@Z @34442 NONAME ?PrintOn@H248_AuditDescriptor@@UBEXAAVostream@@@Z @34443 NONAME ?PrintOn@H248_AuditRequest@@UBEXAAVostream@@@Z @34444 NONAME ?PrintOn@H248_AuditResult@@UBEXAAVostream@@@Z @34445 NONAME ?PrintOn@H248_AuthenticationHeader@@UBEXAAVostream@@@Z @34446 NONAME ?PrintOn@H248_CommandRequest@@UBEXAAVostream@@@Z @34447 NONAME ?PrintOn@H248_ContextAttrAuditRequest@@UBEXAAVostream@@@Z @34448 NONAME ?PrintOn@H248_ContextRequest@@UBEXAAVostream@@@Z @34449 NONAME ?PrintOn@H248_DigitMapDescriptor@@UBEXAAVostream@@@Z @34450 NONAME ?PrintOn@H248_DigitMapValue@@UBEXAAVostream@@@Z @34451 NONAME ?PrintOn@H248_DomainName@@UBEXAAVostream@@@Z @34452 NONAME ?PrintOn@H248_ErrorDescriptor@@UBEXAAVostream@@@Z @34453 NONAME ?PrintOn@H248_EventParameter@@UBEXAAVostream@@@Z @34454 NONAME ?PrintOn@H248_EventsDescriptor@@UBEXAAVostream@@@Z @34455 NONAME ?PrintOn@H248_EventSpec@@UBEXAAVostream@@@Z @34456 NONAME ?PrintOn@H248_H221NonStandard@@UBEXAAVostream@@@Z @34457 NONAME ?PrintOn@H248_IndAudDigitMapDescriptor@@UBEXAAVostream@@@Z @34458 NONAME ?PrintOn@H248_IndAudEventBufferDescriptor@@UBEXAAVostream@@@Z @34459 NONAME ?PrintOn@H248_IndAudEventsDescriptor@@UBEXAAVostream@@@Z @34460 NONAME ?PrintOn@H248_IndAudLocalControlDescriptor@@UBEXAAVostream@@@Z @34461 NONAME ?PrintOn@H248_IndAudLocalRemoteDescriptor@@UBEXAAVostream@@@Z @34462 NONAME ?PrintOn@H248_IndAudMediaDescriptor@@UBEXAAVostream@@@Z @34463 NONAME ?PrintOn@H248_IndAudPackagesDescriptor@@UBEXAAVostream@@@Z @34464 NONAME ?PrintOn@H248_IndAudPropertyParm@@UBEXAAVostream@@@Z @34465 NONAME ?PrintOn@H248_IndAudSeqSigList@@UBEXAAVostream@@@Z @34466 NONAME ?PrintOn@H248_IndAudSignal@@UBEXAAVostream@@@Z @34467 NONAME ?PrintOn@H248_IndAudStatisticsDescriptor@@UBEXAAVostream@@@Z @34468 NONAME ?PrintOn@H248_IndAudStreamDescriptor@@UBEXAAVostream@@@Z @34469 NONAME ?PrintOn@H248_IndAudStreamParms@@UBEXAAVostream@@@Z @34470 NONAME ?PrintOn@H248_IndAudTerminationStateDescriptor@@UBEXAAVostream@@@Z @34471 NONAME ?PrintOn@H248_IP4Address@@UBEXAAVostream@@@Z @34472 NONAME ?PrintOn@H248_IP6Address@@UBEXAAVostream@@@Z @34473 NONAME ?PrintOn@H248_LocalControlDescriptor@@UBEXAAVostream@@@Z @34474 NONAME ?PrintOn@H248_LocalRemoteDescriptor@@UBEXAAVostream@@@Z @34475 NONAME ?PrintOn@H248_MediaDescriptor@@UBEXAAVostream@@@Z @34476 NONAME ?PrintOn@H248_MegacoMessage@@UBEXAAVostream@@@Z @34477 NONAME ?PrintOn@H248_Message@@UBEXAAVostream@@@Z @34478 NONAME ?PrintOn@H248_ModemDescriptor@@UBEXAAVostream@@@Z @34479 NONAME ?PrintOn@H248_MuxDescriptor@@UBEXAAVostream@@@Z @34480 NONAME ?PrintOn@H248_NonStandardData@@UBEXAAVostream@@@Z @34481 NONAME ?PrintOn@H248_NotifyReply@@UBEXAAVostream@@@Z @34482 NONAME ?PrintOn@H248_NotifyRequest@@UBEXAAVostream@@@Z @34483 NONAME ?PrintOn@H248_ObservedEvent@@UBEXAAVostream@@@Z @34484 NONAME ?PrintOn@H248_ObservedEventsDescriptor@@UBEXAAVostream@@@Z @34485 NONAME ?PrintOn@H248_PackagesItem@@UBEXAAVostream@@@Z @34486 NONAME ?PrintOn@H248_PropertyParm@@UBEXAAVostream@@@Z @34487 NONAME ?PrintOn@H248_RequestedActions@@UBEXAAVostream@@@Z @34488 NONAME ?PrintOn@H248_RequestedEvent@@UBEXAAVostream@@@Z @34489 NONAME ?PrintOn@H248_SecondEventsDescriptor@@UBEXAAVostream@@@Z @34490 NONAME ?PrintOn@H248_SecondRequestedActions@@UBEXAAVostream@@@Z @34491 NONAME ?PrintOn@H248_SecondRequestedEvent@@UBEXAAVostream@@@Z @34492 NONAME ?PrintOn@H248_SeqSigList@@UBEXAAVostream@@@Z @34493 NONAME ?PrintOn@H248_ServiceChangeParm@@UBEXAAVostream@@@Z @34494 NONAME ?PrintOn@H248_ServiceChangeProfile@@UBEXAAVostream@@@Z @34495 NONAME ?PrintOn@H248_ServiceChangeReply@@UBEXAAVostream@@@Z @34496 NONAME ?PrintOn@H248_ServiceChangeRequest@@UBEXAAVostream@@@Z @34497 NONAME ?PrintOn@H248_ServiceChangeResParm@@UBEXAAVostream@@@Z @34498 NONAME ?PrintOn@H248_Signal@@UBEXAAVostream@@@Z @34499 NONAME ?PrintOn@H248_SigParameter@@UBEXAAVostream@@@Z @34500 NONAME ?PrintOn@H248_StatisticsParameter@@UBEXAAVostream@@@Z @34501 NONAME ?PrintOn@H248_StreamDescriptor@@UBEXAAVostream@@@Z @34502 NONAME ?PrintOn@H248_StreamParms@@UBEXAAVostream@@@Z @34503 NONAME ?PrintOn@H248_SubtractRequest@@UBEXAAVostream@@@Z @34504 NONAME ?PrintOn@H248_TerminationID@@UBEXAAVostream@@@Z @34505 NONAME ?PrintOn@H248_TerminationStateDescriptor@@UBEXAAVostream@@@Z @34506 NONAME ?PrintOn@H248_TimeNotation@@UBEXAAVostream@@@Z @34507 NONAME ?PrintOn@H248_TopologyRequest@@UBEXAAVostream@@@Z @34508 NONAME ?PrintOn@H248_TransactionAck@@UBEXAAVostream@@@Z @34509 NONAME ?PrintOn@H248_TransactionPending@@UBEXAAVostream@@@Z @34510 NONAME ?PrintOn@H248_TransactionReply@@UBEXAAVostream@@@Z @34511 NONAME ?PrintOn@H248_TransactionRequest@@UBEXAAVostream@@@Z @34512 NONAME ?PrintOn@H323Capabilities@@UBEXAAVostream@@@Z @17239 NONAME ?PrintOn@H323Capability@@UBEXAAVostream@@@Z @16637 NONAME ?PrintOn@H323Channel@@UBEXAAVostream@@@Z @17551 NONAME ?PrintOn@H323ChannelNumber@@UBEXAAVostream@@@Z @16638 NONAME ?PrintOn@H323GatekeeperCall@@UBEXAAVostream@@@Z @28587 NONAME ?PrintOn@H323Listener@@UBEXAAVostream@@@Z @29574 NONAME ?PrintOn@H323PeerElement@@UBEXAAVostream@@@Z @35046 NONAME ?PrintOn@H323RegisteredEndPoint@@UBEXAAVostream@@@Z @28588 NONAME ?PrintOn@H323SignalPDU@@UBEXAAVostream@@@Z @16641 NONAME ?PrintOn@H323Transactor@@UBEXAAVostream@@@Z @37524 NONAME ?PrintOn@H323Transport@@UBEXAAVostream@@@Z @29575 NONAME ?PrintOn@H323_AnnexG@@UBEXAAVostream@@@Z @35049 NONAME ?PrintOn@H45010_CfbOvrOptArg@@UBEXAAVostream@@@Z @24065 NONAME ?PrintOn@H45010_CoReqOptArg@@UBEXAAVostream@@@Z @24066 NONAME ?PrintOn@H45010_RUAlertOptArg@@UBEXAAVostream@@@Z @24067 NONAME ?PrintOn@H45011_CIFrcRelArg@@UBEXAAVostream@@@Z @24068 NONAME ?PrintOn@H45011_CIFrcRelOptRes@@UBEXAAVostream@@@Z @24069 NONAME ?PrintOn@H45011_CIGetCIPLOptArg@@UBEXAAVostream@@@Z @24070 NONAME ?PrintOn@H45011_CIGetCIPLRes@@UBEXAAVostream@@@Z @24071 NONAME ?PrintOn@H45011_CIIsOptArg@@UBEXAAVostream@@@Z @24072 NONAME ?PrintOn@H45011_CIIsOptRes@@UBEXAAVostream@@@Z @24073 NONAME ?PrintOn@H45011_CINotificationArg@@UBEXAAVostream@@@Z @24074 NONAME ?PrintOn@H45011_CIRequestArg@@UBEXAAVostream@@@Z @24075 NONAME ?PrintOn@H45011_CIRequestRes@@UBEXAAVostream@@@Z @24076 NONAME ?PrintOn@H45011_CISilentArg@@UBEXAAVostream@@@Z @24077 NONAME ?PrintOn@H45011_CISilentOptRes@@UBEXAAVostream@@@Z @24078 NONAME ?PrintOn@H45011_CIWobOptArg@@UBEXAAVostream@@@Z @24079 NONAME ?PrintOn@H45011_CIWobOptRes@@UBEXAAVostream@@@Z @24080 NONAME ?PrintOn@H4501_Address@@UBEXAAVostream@@@Z @22077 NONAME ?PrintOn@H4501_AddressScreened@@UBEXAAVostream@@@Z @22078 NONAME ?PrintOn@H4501_EndpointAddress@@UBEXAAVostream@@@Z @22079 NONAME ?PrintOn@H4501_Extension@@UBEXAAVostream@@@Z @22080 NONAME ?PrintOn@H4501_NetworkFacilityExtension@@UBEXAAVostream@@@Z @22081 NONAME ?PrintOn@H4501_NumberScreened@@UBEXAAVostream@@@Z @22082 NONAME ?PrintOn@H4501_SupplementaryService@@UBEXAAVostream@@@Z @22083 NONAME ?PrintOn@H4501_UserSpecifiedSubaddress@@UBEXAAVostream@@@Z @22084 NONAME ?PrintOn@H4502_CTActiveArg@@UBEXAAVostream@@@Z @22085 NONAME ?PrintOn@H4502_CTCompleteArg@@UBEXAAVostream@@@Z @22086 NONAME ?PrintOn@H4502_CTIdentifyRes@@UBEXAAVostream@@@Z @22087 NONAME ?PrintOn@H4502_CTInitiateArg@@UBEXAAVostream@@@Z @22088 NONAME ?PrintOn@H4502_CTSetupArg@@UBEXAAVostream@@@Z @22089 NONAME ?PrintOn@H4502_CTUpdateArg@@UBEXAAVostream@@@Z @22090 NONAME ?PrintOn@H4502_SubaddressTransferArg@@UBEXAAVostream@@@Z @22091 NONAME ?PrintOn@H4503_IntResult@@UBEXAAVostream@@@Z @22805 NONAME ?PrintOn@H4504_Extension@@UBEXAAVostream@@@Z @22467 NONAME ?PrintOn@H4504_HoldNotificArg@@UBEXAAVostream@@@Z @22468 NONAME ?PrintOn@H4504_RemoteHoldArg@@UBEXAAVostream@@@Z @22469 NONAME ?PrintOn@H4504_RemoteHoldRes@@UBEXAAVostream@@@Z @22470 NONAME ?PrintOn@H4504_RemoteRetrieveArg@@UBEXAAVostream@@@Z @22471 NONAME ?PrintOn@H4504_RemoteRetrieveRes@@UBEXAAVostream@@@Z @22472 NONAME ?PrintOn@H4504_RetrieveNotificArg@@UBEXAAVostream@@@Z @22473 NONAME ?PrintOn@H4505_CpickupNotifyArg@@UBEXAAVostream@@@Z @24081 NONAME ?PrintOn@H4505_CpNotifyArg@@UBEXAAVostream@@@Z @24082 NONAME ?PrintOn@H4505_CpRequestArg@@UBEXAAVostream@@@Z @24083 NONAME ?PrintOn@H4505_CpRequestRes@@UBEXAAVostream@@@Z @24084 NONAME ?PrintOn@H4505_CpSetupArg@@UBEXAAVostream@@@Z @24085 NONAME ?PrintOn@H4505_CpSetupRes@@UBEXAAVostream@@@Z @24086 NONAME ?PrintOn@H4505_GroupIndicationOffArg@@UBEXAAVostream@@@Z @24087 NONAME ?PrintOn@H4505_GroupIndicationOffRes@@UBEXAAVostream@@@Z @24088 NONAME ?PrintOn@H4505_GroupIndicationOnArg@@UBEXAAVostream@@@Z @24089 NONAME ?PrintOn@H4505_GroupIndicationOnRes@@UBEXAAVostream@@@Z @24090 NONAME ?PrintOn@H4505_PickExeArg@@UBEXAAVostream@@@Z @24091 NONAME ?PrintOn@H4505_PickExeRes@@UBEXAAVostream@@@Z @24092 NONAME ?PrintOn@H4505_PickrequArg@@UBEXAAVostream@@@Z @24093 NONAME ?PrintOn@H4505_PickrequRes@@UBEXAAVostream@@@Z @24094 NONAME ?PrintOn@H4505_PickupArg@@UBEXAAVostream@@@Z @24095 NONAME ?PrintOn@H4505_PickupRes@@UBEXAAVostream@@@Z @24096 NONAME ?PrintOn@H4506_CallWaitingArg@@UBEXAAVostream@@@Z @24097 NONAME ?PrintOn@H4507_MWIActivateArg@@UBEXAAVostream@@@Z @24098 NONAME ?PrintOn@H4507_MWIDeactivateArg@@UBEXAAVostream@@@Z @24099 NONAME ?PrintOn@H4507_MWIInterrogateArg@@UBEXAAVostream@@@Z @24100 NONAME ?PrintOn@H4507_MWIInterrogateResElt@@UBEXAAVostream@@@Z @24101 NONAME ?PrintOn@H4509_CcLongArg@@UBEXAAVostream@@@Z @24102 NONAME ?PrintOn@H4509_CcRequestArg@@UBEXAAVostream@@@Z @24103 NONAME ?PrintOn@H4509_CcRequestRes@@UBEXAAVostream@@@Z @24104 NONAME ?PrintOn@H4509_CcShortArg@@UBEXAAVostream@@@Z @24105 NONAME ?PrintOn@H501_AccessConfirmation@@UBEXAAVostream@@@Z @36766 NONAME ?PrintOn@H501_AccessRejection@@UBEXAAVostream@@@Z @36767 NONAME ?PrintOn@H501_AccessRequest@@UBEXAAVostream@@@Z @36768 NONAME ?PrintOn@H501_AddressTemplate@@UBEXAAVostream@@@Z @36769 NONAME ?PrintOn@H501_AlternatePE@@UBEXAAVostream@@@Z @36770 NONAME ?PrintOn@H501_AlternatePEInfo@@UBEXAAVostream@@@Z @36771 NONAME ?PrintOn@H501_AuthenticationConfirmation@@UBEXAAVostream@@@Z @36772 NONAME ?PrintOn@H501_AuthenticationRejection@@UBEXAAVostream@@@Z @36773 NONAME ?PrintOn@H501_AuthenticationRequest@@UBEXAAVostream@@@Z @36774 NONAME ?PrintOn@H501_CallInformation@@UBEXAAVostream@@@Z @36775 NONAME ?PrintOn@H501_ContactInformation@@UBEXAAVostream@@@Z @36776 NONAME ?PrintOn@H501_Descriptor@@UBEXAAVostream@@@Z @36777 NONAME ?PrintOn@H501_DescriptorConfirmation@@UBEXAAVostream@@@Z @36778 NONAME ?PrintOn@H501_DescriptorIDConfirmation@@UBEXAAVostream@@@Z @36779 NONAME ?PrintOn@H501_DescriptorIDRejection@@UBEXAAVostream@@@Z @36780 NONAME ?PrintOn@H501_DescriptorIDRequest@@UBEXAAVostream@@@Z @36781 NONAME ?PrintOn@H501_DescriptorInfo@@UBEXAAVostream@@@Z @36782 NONAME ?PrintOn@H501_DescriptorRejection@@UBEXAAVostream@@@Z @36783 NONAME ?PrintOn@H501_DescriptorRequest@@UBEXAAVostream@@@Z @36784 NONAME ?PrintOn@H501_DescriptorUpdate@@UBEXAAVostream@@@Z @36785 NONAME ?PrintOn@H501_DescriptorUpdateAck@@UBEXAAVostream@@@Z @36786 NONAME ?PrintOn@H501_Message@@UBEXAAVostream@@@Z @36787 NONAME ?PrintOn@H501_MessageCommonInfo@@UBEXAAVostream@@@Z @36788 NONAME ?PrintOn@H501_NonStandardConfirmation@@UBEXAAVostream@@@Z @36789 NONAME ?PrintOn@H501_NonStandardRejection@@UBEXAAVostream@@@Z @36790 NONAME ?PrintOn@H501_NonStandardRequest@@UBEXAAVostream@@@Z @36791 NONAME ?PrintOn@H501_PartyInformation@@UBEXAAVostream@@@Z @36792 NONAME ?PrintOn@H501_Pattern_range@@UBEXAAVostream@@@Z @36793 NONAME ?PrintOn@H501_PriceElement@@UBEXAAVostream@@@Z @36794 NONAME ?PrintOn@H501_PriceInfoSpec@@UBEXAAVostream@@@Z @36795 NONAME ?PrintOn@H501_RequestInProgress@@UBEXAAVostream@@@Z @36796 NONAME ?PrintOn@H501_RouteInformation@@UBEXAAVostream@@@Z @36797 NONAME ?PrintOn@H501_SecurityMode@@UBEXAAVostream@@@Z @36798 NONAME ?PrintOn@H501_ServiceConfirmation@@UBEXAAVostream@@@Z @36799 NONAME ?PrintOn@H501_ServiceRejection@@UBEXAAVostream@@@Z @36800 NONAME ?PrintOn@H501_ServiceRelease@@UBEXAAVostream@@@Z @36801 NONAME ?PrintOn@H501_ServiceRequest@@UBEXAAVostream@@@Z @36802 NONAME ?PrintOn@H501_TerminationCause@@UBEXAAVostream@@@Z @36803 NONAME ?PrintOn@H501_UnknownMessageResponse@@UBEXAAVostream@@@Z @36804 NONAME ?PrintOn@H501_UpdateInformation@@UBEXAAVostream@@@Z @36805 NONAME ?PrintOn@H501_UsageConfirmation@@UBEXAAVostream@@@Z @36806 NONAME ?PrintOn@H501_UsageField@@UBEXAAVostream@@@Z @36807 NONAME ?PrintOn@H501_UsageIndication@@UBEXAAVostream@@@Z @36808 NONAME ?PrintOn@H501_UsageIndicationConfirmation@@UBEXAAVostream@@@Z @36809 NONAME ?PrintOn@H501_UsageIndicationRejection@@UBEXAAVostream@@@Z @36810 NONAME ?PrintOn@H501_UsageRejection@@UBEXAAVostream@@@Z @36811 NONAME ?PrintOn@H501_UsageRequest@@UBEXAAVostream@@@Z @36812 NONAME ?PrintOn@H501_UsageSpecification@@UBEXAAVostream@@@Z @36813 NONAME ?PrintOn@H501_UsageSpecification_when@@UBEXAAVostream@@@Z @36814 NONAME ?PrintOn@H501_UserInformation@@UBEXAAVostream@@@Z @36815 NONAME ?PrintOn@H501_ValidationConfirmation@@UBEXAAVostream@@@Z @36816 NONAME ?PrintOn@H501_ValidationRejection@@UBEXAAVostream@@@Z @36817 NONAME ?PrintOn@H501_ValidationRequest@@UBEXAAVostream@@@Z @36818 NONAME ?PrintOn@HIDDevices@@UBEXAAVostream@@@Z @52834 NONAME ?PrintOn@MCS_AUcf@@UBEXAAVostream@@@Z @16664 NONAME ?PrintOn@MCS_AUrq@@UBEXAAVostream@@@Z @16665 NONAME ?PrintOn@MCS_CAin@@UBEXAAVostream@@@Z @16666 NONAME ?PrintOn@MCS_CArq@@UBEXAAVostream@@@Z @16667 NONAME ?PrintOn@MCS_CCcf@@UBEXAAVostream@@@Z @16668 NONAME ?PrintOn@MCS_CCrq@@UBEXAAVostream@@@Z @16669 NONAME ?PrintOn@MCS_CDin@@UBEXAAVostream@@@Z @16670 NONAME ?PrintOn@MCS_CDrq@@UBEXAAVostream@@@Z @16671 NONAME ?PrintOn@MCS_CEin@@UBEXAAVostream@@@Z @16672 NONAME ?PrintOn@MCS_CErq@@UBEXAAVostream@@@Z @16673 NONAME ?PrintOn@MCS_ChannelAttributes_assigned@@UBEXAAVostream@@@Z @16674 NONAME ?PrintOn@MCS_ChannelAttributes_private@@UBEXAAVostream@@@Z @16675 NONAME ?PrintOn@MCS_ChannelAttributes_static@@UBEXAAVostream@@@Z @16676 NONAME ?PrintOn@MCS_ChannelAttributes_userId@@UBEXAAVostream@@@Z @16677 NONAME ?PrintOn@MCS_CJcf@@UBEXAAVostream@@@Z @16678 NONAME ?PrintOn@MCS_CJrq@@UBEXAAVostream@@@Z @16679 NONAME ?PrintOn@MCS_CLrq@@UBEXAAVostream@@@Z @16680 NONAME ?PrintOn@MCS_Connect_Additional@@UBEXAAVostream@@@Z @16681 NONAME ?PrintOn@MCS_Connect_Initial@@UBEXAAVostream@@@Z @16682 NONAME ?PrintOn@MCS_Connect_Response@@UBEXAAVostream@@@Z @16683 NONAME ?PrintOn@MCS_Connect_Result@@UBEXAAVostream@@@Z @16684 NONAME ?PrintOn@MCS_DomainParameters@@UBEXAAVostream@@@Z @16685 NONAME ?PrintOn@MCS_DPum@@UBEXAAVostream@@@Z @16686 NONAME ?PrintOn@MCS_DUin@@UBEXAAVostream@@@Z @16687 NONAME ?PrintOn@MCS_DUrq@@UBEXAAVostream@@@Z @16688 NONAME ?PrintOn@MCS_EDrq@@UBEXAAVostream@@@Z @16689 NONAME ?PrintOn@MCS_MCcf@@UBEXAAVostream@@@Z @16690 NONAME ?PrintOn@MCS_MCrq@@UBEXAAVostream@@@Z @16691 NONAME ?PrintOn@MCS_MTcf@@UBEXAAVostream@@@Z @16692 NONAME ?PrintOn@MCS_MTrq@@UBEXAAVostream@@@Z @16693 NONAME ?PrintOn@MCS_PCin@@UBEXAAVostream@@@Z @16694 NONAME ?PrintOn@MCS_PDin@@UBEXAAVostream@@@Z @16695 NONAME ?PrintOn@MCS_PTin@@UBEXAAVostream@@@Z @16696 NONAME ?PrintOn@MCS_RJum@@UBEXAAVostream@@@Z @16697 NONAME ?PrintOn@MCS_SDin@@UBEXAAVostream@@@Z @16698 NONAME ?PrintOn@MCS_SDrq@@UBEXAAVostream@@@Z @16699 NONAME ?PrintOn@MCS_TGcf@@UBEXAAVostream@@@Z @16700 NONAME ?PrintOn@MCS_TGrq@@UBEXAAVostream@@@Z @16701 NONAME ?PrintOn@MCS_TIcf@@UBEXAAVostream@@@Z @16702 NONAME ?PrintOn@MCS_TIrq@@UBEXAAVostream@@@Z @16703 NONAME ?PrintOn@MCS_TokenAttributes_given@@UBEXAAVostream@@@Z @16704 NONAME ?PrintOn@MCS_TokenAttributes_giving@@UBEXAAVostream@@@Z @16705 NONAME ?PrintOn@MCS_TokenAttributes_grabbed@@UBEXAAVostream@@@Z @16706 NONAME ?PrintOn@MCS_TokenAttributes_inhibited@@UBEXAAVostream@@@Z @16707 NONAME ?PrintOn@MCS_TokenAttributes_ungivable@@UBEXAAVostream@@@Z @16708 NONAME ?PrintOn@MCS_TPin@@UBEXAAVostream@@@Z @16709 NONAME ?PrintOn@MCS_TPrq@@UBEXAAVostream@@@Z @16710 NONAME ?PrintOn@MCS_TRcf@@UBEXAAVostream@@@Z @16711 NONAME ?PrintOn@MCS_TRrq@@UBEXAAVostream@@@Z @16712 NONAME ?PrintOn@MCS_TTcf@@UBEXAAVostream@@@Z @16713 NONAME ?PrintOn@MCS_TTrq@@UBEXAAVostream@@@Z @16714 NONAME ?PrintOn@MCS_TVcf@@UBEXAAVostream@@@Z @16715 NONAME ?PrintOn@MCS_TVin@@UBEXAAVostream@@@Z @16716 NONAME ?PrintOn@MCS_TVrq@@UBEXAAVostream@@@Z @16717 NONAME ?PrintOn@MCS_TVrs@@UBEXAAVostream@@@Z @16718 NONAME ?PrintOn@MCS_USin@@UBEXAAVostream@@@Z @16719 NONAME ?PrintOn@MCS_USrq@@UBEXAAVostream@@@Z @16720 NONAME ?PrintOn@OpalGloballyUniqueID@@UBEXAAVostream@@@Z @20696 NONAME ?PrintOn@OpalLineInterfaceDevice@@UBEXAAVostream@@@Z @16721 NONAME ?PrintOn@PLDAPAttr_c@RTPerson@PILSSession@@UBEXAAVostream@@@Z @37886 NONAME ?PrintOn@PLDAPAttr_cn@RTPerson@PILSSession@@UBEXAAVostream@@@Z @37887 NONAME ?PrintOn@PLDAPAttr_comment@RTPerson@PILSSession@@UBEXAAVostream@@@Z @37888 NONAME ?PrintOn@PLDAPAttr_givenName@RTPerson@PILSSession@@UBEXAAVostream@@@Z @37889 NONAME ?PrintOn@PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@UBEXAAVostream@@@Z @37890 NONAME ?PrintOn@PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@UBEXAAVostream@@@Z @37891 NONAME ?PrintOn@PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@UBEXAAVostream@@@Z @37892 NONAME ?PrintOn@PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@UBEXAAVostream@@@Z @37893 NONAME ?PrintOn@PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@UBEXAAVostream@@@Z @37894 NONAME ?PrintOn@PLDAPAttr_location@RTPerson@PILSSession@@UBEXAAVostream@@@Z @37895 NONAME ?PrintOn@PLDAPAttr_o@RTPerson@PILSSession@@UBEXAAVostream@@@Z @37896 NONAME ?PrintOn@PLDAPAttr_objectClass@RTPerson@PILSSession@@UBEXAAVostream@@@Z @37897 NONAME ?PrintOn@PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@UBEXAAVostream@@@Z @37898 NONAME ?PrintOn@PLDAPAttr_sappguid@RTPerson@PILSSession@@UBEXAAVostream@@@Z @37899 NONAME ?PrintOn@PLDAPAttr_sappid@RTPerson@PILSSession@@UBEXAAVostream@@@Z @37900 NONAME ?PrintOn@PLDAPAttr_sflags@RTPerson@PILSSession@@UBEXAAVostream@@@Z @37901 NONAME ?PrintOn@PLDAPAttr_sipAddress@RTPerson@PILSSession@@UBEXAAVostream@@@Z @37902 NONAME ?PrintOn@PLDAPAttr_smimetype@RTPerson@PILSSession@@UBEXAAVostream@@@Z @37903 NONAME ?PrintOn@PLDAPAttr_smodop@RTPerson@PILSSession@@UBEXAAVostream@@@Z @37904 NONAME ?PrintOn@PLDAPAttr_sport@RTPerson@PILSSession@@UBEXAAVostream@@@Z @37905 NONAME ?PrintOn@PLDAPAttr_sprotid@RTPerson@PILSSession@@UBEXAAVostream@@@Z @37906 NONAME ?PrintOn@PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@UBEXAAVostream@@@Z @37907 NONAME ?PrintOn@PLDAPAttr_ssecurity@RTPerson@PILSSession@@UBEXAAVostream@@@Z @37908 NONAME ?PrintOn@PLDAPAttr_sttl@RTPerson@PILSSession@@UBEXAAVostream@@@Z @37909 NONAME ?PrintOn@PLDAPAttr_surname@RTPerson@PILSSession@@UBEXAAVostream@@@Z @37910 NONAME ?PrintOn@PLDAPAttr_timestamp@RTPerson@PILSSession@@UBEXAAVostream@@@Z @37911 NONAME ?PrintOn@Q931@@UBEXAAVostream@@@Z @16722 NONAME ?PrintOn@ReceiverReport@RTP_Session@@UBEXAAVostream@@@Z @17120 NONAME ?PrintOn@RTP_JitterBufferAnalyser@@UBEXAAVostream@@@Z @17141 NONAME ?PrintOn@SenderReport@RTP_Session@@UBEXAAVostream@@@Z @17121 NONAME ?PrintOn@SourceDescription@RTP_Session@@UBEXAAVostream@@@Z @17122 NONAME ?PrintOn@T38_Data_Field_subtype@@UBEXAAVostream@@@Z @28322 NONAME ?PrintOn@T38_IFPPacket@@UBEXAAVostream@@@Z @28323 NONAME ?PrintOn@T38_PreCorrigendum_Data_Field_subtype@@UBEXAAVostream@@@Z @31761 NONAME ?PrintOn@T38_PreCorrigendum_IFPPacket@@UBEXAAVostream@@@Z @31762 NONAME ?PrintOn@T38_UDPTLPacket@@UBEXAAVostream@@@Z @28324 NONAME ?PrintOn@T38_UDPTLPacket_error_recovery_fec_info@@UBEXAAVostream@@@Z @28325 NONAME ?PrintOn@X224@@UBEXAAVostream@@@Z @16723 NONAME ?PrintOn@X880_Invoke@@UBEXAAVostream@@@Z @22092 NONAME ?PrintOn@X880_Reject@@UBEXAAVostream@@@Z @22093 NONAME ?PrintOn@X880_ReturnError@@UBEXAAVostream@@@Z @22094 NONAME ?PrintOn@X880_ReturnResult@@UBEXAAVostream@@@Z @22095 NONAME ?PrintOn@X880_ReturnResult_result@@UBEXAAVostream@@@Z @22096 NONAME ?ProcessFrame@Pre_Vid_Coder@@QAEXPAVVideoFrame@@@Z @16724 NONAME ?ProcessOneFrame@P64Encoder@@QAEXXZ @16725 NONAME ?PurgeBufferQueue@Transmitter@@IAEXPAUpktbuf@1@@Z @16726 NONAME ?push_back@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAEXABULookupRecord@@@Z @52835 NONAME ?quantize@P64Decoder@@IAEHHH@Z @16727 NONAME ?rdct@@YAXPAFIIPAEHPBE@Z @30270 NONAME ?rdct@@YAXPAFIIPAEHPBH@Z @30271 NONAME ?rdct_fold_q@@YAXPBHPAH@Z @16731 NONAME ?Read@G7231_File_Codec@@UAEHPAEAAIAAVRTP_DataFrame@@@Z @31161 NONAME ?Read@H323FramedAudioCodec@@UAEHPAEAAIAAVRTP_DataFrame@@@Z @16732 NONAME ?Read@H323PluginVideoCodec@@UAEHPAEAAIAAVRTP_DataFrame@@@Z @49629 NONAME ?Read@H323SignalPDU@@QAEHAAVH323Transport@@@Z @16734 NONAME ?Read@H323TransactionPDU@@UAEHAAVH323Transport@@@Z @35052 NONAME ?Read@H323_H261Codec@@UAEHPAEAAIAAVRTP_DataFrame@@@Z @16735 NONAME ?Read@H323_LIDCodec@@UAEHPAEAAIAAVRTP_DataFrame@@@Z @16736 NONAME ?Read@OpalLineChannel@@UAEHPAXH@Z @16737 NONAME ?Read@PWAVFileConverterXLaw@@UAEHAAVPWAVFile@@PAXH@Z @51270 NONAME ?Read@T120ConnectPDU@@QAEHAAVH323Transport@@@Z @30028 NONAME ?Read@T120_X224@@QAEHAAVH323Transport@@@Z @30029 NONAME ?ReadBlock@OpalLineInterfaceDevice@@UAEHIPAXH@Z @17575 NONAME ?ReadBufferedData@RTP_Session@@QAEHKAAVRTP_DataFrame@@@Z @17157 NONAME ?ReadControlPDU@RTP_UDP@@IAE?AW4SendReceiveStatus@RTP_Session@@XZ @16738 NONAME ?ReadData@RTP_JitterBuffer@@UAEHKAAVRTP_DataFrame@@@Z @17158 NONAME ?ReadData@RTP_UDP@@UAEHAAVRTP_DataFrame@@@Z @16739 NONAME ?ReadData@VoipBlasterInterface@@QAEHPAXHVPTimeInterval@@@Z @38306 NONAME ?ReadDataOrControlPDU@RTP_UDP@@IAE?AW4SendReceiveStatus@RTP_Session@@AAVPUDPSocket@@AAVPBYTEArray@@H@Z @34896 NONAME ?ReadDataPDU@RTP_UDP@@IAE?AW4SendReceiveStatus@RTP_Session@@AAVRTP_DataFrame@@@Z @16740 NONAME ?ReadDTMF@OpalIxJDevice@@UAEDI@Z @16741 NONAME ?ReadDTMF@OpalLineInterfaceDevice@@UAEDI@Z @16742 NONAME ?ReadDTMF@OpalUSBDevice@@UAEDI@Z @52836 NONAME ?ReadDTMF@OpalVoipBlasterDevice@@UAEDI@Z @29804 NONAME ?ReadFrame@OpalIxJDevice@@UAEHIPAXAAH@Z @17617 NONAME ?ReadFrame@OpalUSBDevice@@UAEHIPAXAAH@Z @52837 NONAME ?ReadFrame@OpalVoipBlasterDevice@@UAEHIPAXAAH@Z @29805 NONAME ?ReadFrom@OpalGloballyUniqueID@@UAEXAAVistream@@@Z @20700 NONAME ?ReadFrom@PLDAPAttr_c@RTPerson@PILSSession@@UAEXAAVistream@@@Z @37912 NONAME ?ReadFrom@PLDAPAttr_cn@RTPerson@PILSSession@@UAEXAAVistream@@@Z @37913 NONAME ?ReadFrom@PLDAPAttr_comment@RTPerson@PILSSession@@UAEXAAVistream@@@Z @37914 NONAME ?ReadFrom@PLDAPAttr_givenName@RTPerson@PILSSession@@UAEXAAVistream@@@Z @37915 NONAME ?ReadFrom@PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@UAEXAAVistream@@@Z @37916 NONAME ?ReadFrom@PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@UAEXAAVistream@@@Z @37917 NONAME ?ReadFrom@PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@UAEXAAVistream@@@Z @37918 NONAME ?ReadFrom@PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@UAEXAAVistream@@@Z @37919 NONAME ?ReadFrom@PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@UAEXAAVistream@@@Z @37920 NONAME ?ReadFrom@PLDAPAttr_location@RTPerson@PILSSession@@UAEXAAVistream@@@Z @37921 NONAME ?ReadFrom@PLDAPAttr_o@RTPerson@PILSSession@@UAEXAAVistream@@@Z @37922 NONAME ?ReadFrom@PLDAPAttr_objectClass@RTPerson@PILSSession@@UAEXAAVistream@@@Z @37923 NONAME ?ReadFrom@PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@UAEXAAVistream@@@Z @37924 NONAME ?ReadFrom@PLDAPAttr_sappguid@RTPerson@PILSSession@@UAEXAAVistream@@@Z @37925 NONAME ?ReadFrom@PLDAPAttr_sappid@RTPerson@PILSSession@@UAEXAAVistream@@@Z @37926 NONAME ?ReadFrom@PLDAPAttr_sflags@RTPerson@PILSSession@@UAEXAAVistream@@@Z @37927 NONAME ?ReadFrom@PLDAPAttr_sipAddress@RTPerson@PILSSession@@UAEXAAVistream@@@Z @37928 NONAME ?ReadFrom@PLDAPAttr_smimetype@RTPerson@PILSSession@@UAEXAAVistream@@@Z @37929 NONAME ?ReadFrom@PLDAPAttr_smodop@RTPerson@PILSSession@@UAEXAAVistream@@@Z @37930 NONAME ?ReadFrom@PLDAPAttr_sport@RTPerson@PILSSession@@UAEXAAVistream@@@Z @37931 NONAME ?ReadFrom@PLDAPAttr_sprotid@RTPerson@PILSSession@@UAEXAAVistream@@@Z @37932 NONAME ?ReadFrom@PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@UAEXAAVistream@@@Z @37933 NONAME ?ReadFrom@PLDAPAttr_ssecurity@RTPerson@PILSSession@@UAEXAAVistream@@@Z @37934 NONAME ?ReadFrom@PLDAPAttr_sttl@RTPerson@PILSSession@@UAEXAAVistream@@@Z @37935 NONAME ?ReadFrom@PLDAPAttr_surname@RTPerson@PILSSession@@UAEXAAVistream@@@Z @37936 NONAME ?ReadFrom@PLDAPAttr_timestamp@RTPerson@PILSSession@@UAEXAAVistream@@@Z @37937 NONAME ?ReadNextCompound@RTP_ControlFrame@@QAEHXZ @30666 NONAME ?ReadOnePacket@P64Encoder@@QAEXPAEAAI@Z @16746 NONAME ?ReadPDU@H323TransportTCP@@UAEHAAVPBYTEArray@@@Z @16747 NONAME ?ReadPDU@H323TransportUDP@@UAEHAAVPBYTEArray@@@Z @16748 NONAME ?ReadPipe@VoipBlasterInterface@@IAEHPAX0KVPTimeInterval@@@Z @38307 NONAME ?ReadRaw@H323Codec@@QAEHPAXHAAH@Z @29979 NONAME ?ReadStatus@VoipBlasterInterface@@QAE?AW4Status@1@VPTimeInterval@@@Z @38308 NONAME ?Receive@H323_ExternalRTPChannel@@UAEXXZ @29665 NONAME ?Receive@H323_RTPChannel@@UAEXXZ @16749 NONAME ?Receive@H323_T120Channel@@UAEXXZ @28326 NONAME ?Receive@H323_T38Channel@@UAEXXZ @28327 NONAME ?ReceivedPacket@OpalRFC2833@@MAEXAAVRTP_DataFrame@@H@Z @29953 NONAME ?ReceivedPacket@OpalRtpToWavFile@@MAEXAAVRTP_DataFrame@@H@Z @30622 NONAME ?ReceiveFeatureSet@@YAXPBVH225_RAS@@IABVH225_AdmissionConfirm@@@Z @51632 NONAME ?ReceiveFeatureSet@@YAXPBVH225_RAS@@IABVH225_AdmissionReject@@@Z @51633 NONAME ?ReceiveFeatureSet@@YAXPBVH225_RAS@@IABVH225_AdmissionRequest@@@Z @51634 NONAME ?ReceiveFeatureSet@@YAXPBVH225_RAS@@IABVH225_GatekeeperConfirm@@@Z @51635 NONAME ?ReceiveFeatureSet@@YAXPBVH225_RAS@@IABVH225_GatekeeperReject@@@Z @51636 NONAME ?ReceiveFeatureSet@@YAXPBVH225_RAS@@IABVH225_GatekeeperRequest@@@Z @51637 NONAME ?ReceiveFeatureSet@@YAXPBVH225_RAS@@IABVH225_LocationConfirm@@@Z @51638 NONAME ?ReceiveFeatureSet@@YAXPBVH225_RAS@@IABVH225_LocationReject@@@Z @51639 NONAME ?ReceiveFeatureSet@@YAXPBVH225_RAS@@IABVH225_LocationRequest@@@Z @51640 NONAME ?ReceiveFeatureSet@@YAXPBVH225_RAS@@IABVH225_NonStandardMessage@@@Z @51641 NONAME ?ReceiveFeatureSet@@YAXPBVH225_RAS@@IABVH225_RegistrationConfirm@@@Z @51642 NONAME ?ReceiveFeatureSet@@YAXPBVH225_RAS@@IABVH225_RegistrationReject@@@Z @51643 NONAME ?ReceiveFeatureSet@@YAXPBVH225_RAS@@IABVH225_RegistrationRequest@@@Z @51644 NONAME ?ReceiveFeatureSet@@YAXPBVH225_RAS@@IABVH225_ServiceControlIndication@@@Z @51645 NONAME ?ReceiveFeatureSet@@YAXPBVH225_RAS@@IABVH225_ServiceControlResponse@@@Z @51646 NONAME ?ReceiveFeatureSet@@YAXPBVH323Connection@@IABVH225_Alerting_UUIE@@@Z @51647 NONAME ?ReceiveFeatureSet@@YAXPBVH323Connection@@IABVH225_CallProceeding_UUIE@@@Z @51648 NONAME ?ReceiveFeatureSet@@YAXPBVH323Connection@@IABVH225_Connect_UUIE@@@Z @51649 NONAME ?ReceiveFeatureSet@@YAXPBVH323Connection@@IABVH225_Facility_UUIE@@@Z @51650 NONAME ?ReceiveTimeout@OpalRFC2833@@MAEXAAVPTimer@@H@Z @29954 NONAME ?Redraw@H323_H261Codec@@IAEHXZ @16752 NONAME ?Register@?$PFactory@VH235Authenticator@@VPString@@@@SAXABVPString@@PAVWorkerBase@1@@Z @52838 NONAME ?Register@?$PFactory@VH323Capability@@VPString@@@@SAXABVPString@@PAVH323Capability@@@Z @51037 NONAME ?Register@?$PFactory@VH323Capability@@VPString@@@@SAXABVPString@@PAVWorkerBase@1@@Z @51038 NONAME ?Register@?$PFactory@VOpalFactoryCodec@@VPString@@@@SAXABVPString@@PAVWorkerBase@1@@Z @51651 NONAME ?Register@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@SAXABVPString@@PAVOpalLineInterfaceDevice@@@Z @52839 NONAME ?Register@?$PFactory@VOpalMediaFormat@@VPString@@@@SAXABVPString@@PAVOpalMediaFormat@@@Z @51039 NONAME ?Register@?$PFactory@VOpalMediaFormat@@VPString@@@@SAXABVPString@@PAVWorkerBase@1@@Z @51040 NONAME ?Register@?$PFactory@VPPluginModuleManager@@VPString@@@@SAXABVPString@@PAVWorkerBase@1@@Z @51041 NONAME ?Register@?$PFactory@VPWAVFileConverter@@I@@SAXABIPAVWorkerBase@1@@Z @51271 NONAME ?RegisterCodecs@H323PluginCodecManager@@IAEXIPAX@Z @49651 NONAME ?RegisterHID@HIDPluginDeviceManager@@UAEHIPAX@Z @52840 NONAME ?RegisterStaticCodec@H323PluginCodecManager@@QAEXPBDP6AIXZP6APAUPluginCodec_Definition@@PAII@Z@Z @49652 NONAME ?Register_Internal@?$PFactory@VH235Authenticator@@VPString@@@@IAEXABVPString@@PAVWorkerBase@1@@Z @52841 NONAME ?Register_Internal@?$PFactory@VH323Capability@@VPString@@@@IAEXABVPString@@PAVWorkerBase@1@@Z @51042 NONAME ?Register_Internal@?$PFactory@VOpalFactoryCodec@@VPString@@@@IAEXABVPString@@PAVWorkerBase@1@@Z @51652 NONAME ?Register_Internal@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@IAEXABVPString@@PAVWorkerBase@1@@Z @52842 NONAME ?Register_Internal@?$PFactory@VOpalMediaFormat@@VPString@@@@IAEXABVPString@@PAVWorkerBase@1@@Z @51043 NONAME ?Register_Internal@?$PFactory@VPPluginModuleManager@@VPString@@@@IAEXABVPString@@PAVWorkerBase@1@@Z @51044 NONAME ?Register_Internal@?$PFactory@VPWAVFileConverter@@I@@IAEXABIPAVWorkerBase@1@@Z @51272 NONAME ?RegistrationRequest@H323Gatekeeper@@QAEHH@Z @16754 NONAME ?RegistrationTimeToLive@H323Gatekeeper@@IAEXXZ @30580 NONAME ?Release@H245NegLogicalChannel@@MAEXXZ @20756 NONAME ?ReleaseOnePacket@Transmitter@@IAEXPAUpktbuf@1@@Z @16757 NONAME ?ReleaseSession@H323Connection@@UAEXI@Z @29576 NONAME ?ReleaseSession@RTP_SessionManager@@QAEXI@Z @16759 NONAME ?Remove@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UAEHPAVH323GatekeeperCall@@@Z @31649 NONAME ?Remove@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UAEHPAVH323PeerElementDescriptor@@@Z @37324 NONAME ?Remove@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UAEHPAVH323PeerElementServiceRelationship@@@Z @37325 NONAME ?Remove@H323Capabilities@@QAEXABVPString@@@Z @17246 NONAME ?Remove@H323Capabilities@@QAEXABVPStringArray@@@Z @17247 NONAME ?Remove@H323Capabilities@@QAEXPAVH323Capability@@@Z @17240 NONAME ?RemoveAlias@H323GatekeeperServer@@QAEXAAVH323RegisteredEndPoint@@ABVPString@@@Z @38309 NONAME ?RemoveAlias@H323RegisteredEndPoint@@QAEXABVPString@@@Z @28590 NONAME ?RemoveAliasName@H323EndPoint@@QAEHABVPString@@@Z @16760 NONAME ?RemoveAll@H245NegLogicalChannels@@QAEXXZ @16761 NONAME ?RemoveAll@H323Capabilities@@QAEXXZ @17241 NONAME ?RemoveAll@PASN_Array@@QAEXXZ @29154 NONAME ?RemoveAllServiceRelationships@H323PeerElement@@QAEHXZ @37499 NONAME ?RemoveAt@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UAEPAVH245NegLogicalChannel@@ABVH323ChannelNumber@@@Z @16762 NONAME ?RemoveAt@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UAEPAVH323ServiceControlSession@@ABVPOrdinalKey@@@Z @34513 NONAME ?RemoveAt@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UAEPAVH450xHandler@@ABVPOrdinalKey@@@Z @29078 NONAME ?RemoveAt@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UAEPAVPBYTEArray@@ABVPOrdinalKey@@@Z @16763 NONAME ?RemoveAt@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UAEPAVRequest@H323Transactor@@ABVPOrdinalKey@@@Z @37437 NONAME ?RemoveAt@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UAEPAVRTP_Session@@ABVPOrdinalKey@@@Z @16764 NONAME ?RemoveAt@?$PDictionary@VPString@@VH323Connection@@@@UAEPAVH323Connection@@ABVPString@@@Z @16765 NONAME ?RemoveAt@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UAEPAVH323RegisteredEndPoint@@ABVPString@@@Z @28591 NONAME ?RemoveAt@?$PDictionary@VPString@@VPOrdinalKey@@@@UAEPAVPOrdinalKey@@ABVPString@@@Z @37500 NONAME ?RemoveAt@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UAEHH@Z @31650 NONAME ?RemoveAt@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UAEHH@Z @37326 NONAME ?RemoveAt@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UAEHH@Z @37327 NONAME ?RemoveAt@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UAEHABVPString@@@Z @31651 NONAME ?RemoveCall@H323GatekeeperServer@@UAEXPAVH323GatekeeperCall@@@Z @30482 NONAME ?RemoveCall@H323RegisteredEndPoint@@UAEHPAVH323GatekeeperCall@@@Z @49682 NONAME ?RemoveCapabilities@H323EndPoint@@QAEXABVPStringArray@@@Z @24298 NONAME ?RemoveDescriptorInformation@H323PeerElement@@IAEXABVH501_ArrayOf_AddressTemplate@@@Z @37724 NONAME ?RemoveEndPoint@H323GatekeeperServer@@UAEHPAVH323RegisteredEndPoint@@@Z @38322 NONAME ?RemoveFilter@H323_RTPChannel@@QAEXABVPNotifier@@@Z @30632 NONAME ?RemoveGatekeeper@H323EndPoint@@QAEHH@Z @16767 NONAME ?RemoveIE@Q931@@QAEXW4InformationElementCodes@1@@Z @28644 NONAME ?RemoveListener@H323EndPoint@@QAEHPAVH323Listener@@@Z @17596 NONAME ?RemoveListener@H323TransactionServer@@QAEHPAVH323Transactor@@@Z @35053 NONAME ?RemoveServiceRelationship@H323PeerElement@@QAEHABVH323TransportAddress@@H@Z @37501 NONAME ?RemoveServiceRelationship@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@H@Z @38116 NONAME ?RenderFrame@H323_H261Codec@@IAEHXZ @16768 NONAME ?Reopen@RTP_UDP@@QAEXH@Z @38282 NONAME ?Reorder@H323Capabilities@@QAEXABVPStringArray@@@Z @17244 NONAME ?ReorderCapabilities@H323EndPoint@@QAEXABVPStringArray@@@Z @24299 NONAME ?RequestModeChange@H323Connection@@UAEHABVH245_ArrayOf_ModeDescription@@@Z @29620 NONAME ?RequestModeChange@H323Connection@@UAEHABVPString@@@Z @29621 NONAME ?RequestModeChangeT38@H323Connection@@UAEHPBD@Z @30581 NONAME ?resetiosflags@@YA?AV__SMANIP_long@@J@Z @31270 NONAME ?resetndblk@P64Decoder@@QAEXXZ @16770 NONAME ?Resize@H323_H261Codec@@IAEHHH@Z @16771 NONAME ?Restart@H245NegMasterSlaveDetermination@@IAEHXZ @16772 NONAME ?RetrieveCall@H323Connection@@QAEXXZ @29707 NONAME ?RetrieveCall@H4504Handler@@QAEXXZ @29708 NONAME ?RingLine@OpalIxJDevice@@UAEHIHPAI@Z @31668 NONAME ?RingLine@OpalIxJDevice@@UAEHIK@Z @16773 NONAME ?RingLine@OpalLineInterfaceDevice@@UAEHIHPAI@Z @31669 NONAME ?RingLine@OpalLineInterfaceDevice@@UAEHIK@Z @16774 NONAME ?RingLine@OpalUSBDevice@@UAEHIK@Z @52843 NONAME ?RingLine@OpalVoipBlasterDevice@@UAEHIK@Z @29808 NONAME ?ROWZAG@@3QBEB @16775 NONAME ?RunContinuous@SoundTones@OpalUSBDevice@@QBEXPAV2@@Z @52844 NONAME ?SameSize@Encoder@@IAEHPBVVideoFrame@@@Z @16776 NONAME ?save@Pre_Vid_Coder@@IAEXPAE0H@Z @16777 NONAME ?saveblks@Pre_Vid_Coder@@IAEXPAE@Z @16778 NONAME ?SelectDefaultLogicalChannel@H323Connection@@UAEXI@Z @16779 NONAME ?SelectFastStartChannels@H323Connection@@UAEXIHH@Z @17592 NONAME ?SendAccessRequestByAddr@H323PeerElement@@QAE?AW4Error@1@ABVH323TransportAddress@@AAVH501PDU@@1@Z @37990 NONAME ?SendAccessRequestByID@H323PeerElement@@QAE?AW4Error@1@ABVOpalGloballyUniqueID@@AAVH501PDU@@1@Z @37991 NONAME ?SendCachedResponse@H323Transactor@@IAEHABVH323TransactionPDU@@@Z @37438 NONAME ?SendCachedResponse@Response@H323Transactor@@QAEHAAVH323Transport@@@Z @37439 NONAME ?SendCallCreditServiceControl@H323GatekeeperCall@@UAEHXZ @34537 NONAME ?SendCallerIDOnCallWaiting@OpalIxJDevice@@UAEHIABVPString@@@Z @17513 NONAME ?SendCallerIDOnCallWaiting@OpalLineInterfaceDevice@@UAEHIABVPString@@@Z @17514 NONAME ?SendCallerIDOnCallWaiting@OpalVoipBlasterDevice@@UAEHIABVPString@@@Z @29809 NONAME ?SendCallWaitingIndication@H323Connection@@QAEXI@Z @29709 NONAME ?SendCapabilitySet@H323Connection@@UAEXH@Z @24343 NONAME ?SendFastStartAcknowledge@H323Connection@@UAEHAAVH225_ArrayOf_PASN_OctetString@@@Z @27593 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_AdmissionConfirm@@@Z @51653 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_AdmissionReject@@@Z @51654 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_AdmissionRequest@@@Z @51655 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_GatekeeperConfirm@@@Z @51656 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_GatekeeperReject@@@Z @51657 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_GatekeeperRequest@@@Z @51658 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_LocationConfirm@@@Z @51659 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_LocationReject@@@Z @51660 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_LocationRequest@@@Z @51661 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_NonStandardMessage@@@Z @51662 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_RegistrationConfirm@@@Z @51663 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_RegistrationReject@@@Z @51664 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_RegistrationRequest@@@Z @51665 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_ServiceControlIndication@@@Z @51666 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_ServiceControlResponse@@@Z @51667 NONAME ?SendFeatureSet@@YAXPBVH323Connection@@IAAVH225_Alerting_UUIE@@@Z @52845 NONAME ?SendFeatureSet@@YAXPBVH323Connection@@IAAVH225_CallProceeding_UUIE@@@Z @52846 NONAME ?SendFeatureSet@@YAXPBVH323Connection@@IAAVH225_Connect_UUIE@@@Z @52847 NONAME ?SendFeatureSet@@YAXPBVH323Connection@@IAAVH225_Facility_UUIE@@@Z @52848 NONAME ?SendGeneralReject@H450xDispatcher@@QAEXHH@Z @29080 NONAME ?SendGeneralReject@H450xHandler@@QAEXH@Z @29081 NONAME ?SendInvokeReject@H450xDispatcher@@QAEXHH@Z @29082 NONAME ?SendInvokeReject@H450xHandler@@QAEXH@Z @29083 NONAME ?SendLogicalChannelMiscCommand@H323Connection@@QAEXAAVH323Channel@@I@Z @29332 NONAME ?SendMiscCommand@H323Channel@@QAEXI@Z @29312 NONAME ?SendMiscCommand@H323VideoCodec@@QAEXI@Z @29314 NONAME ?SendMoreDigits@H323Connection@@UAEXABVPString@@@Z @29243 NONAME ?SendReport@RTP_Session@@UAEHXZ @30272 NONAME ?SendReturnError@H450xDispatcher@@QAEXHH@Z @29084 NONAME ?SendReturnError@H450xHandler@@QAEXH@Z @29085 NONAME ?SendReturnErrorReject@H450xDispatcher@@QAEXHH@Z @29086 NONAME ?SendReturnErrorReject@H450xHandler@@QAEXH@Z @29087 NONAME ?SendReturnResultReject@H450xDispatcher@@QAEXHH@Z @29088 NONAME ?SendReturnResultReject@H450xHandler@@QAEXH@Z @29089 NONAME ?SendServiceControlSession@H323GatekeeperCall@@UAEHABVH323ServiceControlSession@@@Z @34538 NONAME ?SendServiceControlSession@H323RegisteredEndPoint@@UAEHABVH323ServiceControlSession@@@Z @34539 NONAME ?SendSignalSetup@H323Connection@@UAE?AW4CallEndReason@1@ABVPString@@ABVH323TransportAddress@@@Z @16781 NONAME ?SendTone@OpalRFC2833@@UAEHDI@Z @29955 NONAME ?SendUnsolicitedIRR@H323Gatekeeper@@IAEHAAVH225_InfoRequestResponse@@AAVH323RasPDU@@@Z @30670 NONAME ?SendUpdateDescriptor@H323PeerElement@@IAE?AW4Error@1@AAVH501PDU@@ABVH323TransportAddress@@PAVH323PeerElementDescriptor@@W4Choices@H501_UpdateInformation_updateType@@@Z @37504 NONAME ?SendUpdateDescriptorByAddr@H323PeerElement@@QAE?AW4Error@1@ABVH323TransportAddress@@PAVH323PeerElementDescriptor@@W4Choices@H501_UpdateInformation_updateType@@@Z @37505 NONAME ?SendUpdateDescriptorByID@H323PeerElement@@QAE?AW4Error@1@ABVOpalGloballyUniqueID@@PAVH323PeerElementDescriptor@@W4Choices@H501_UpdateInformation_updateType@@@Z @37506 NONAME ?SendUserInput@H323Connection@@UAEXABVPString@@@Z @16782 NONAME ?SendUserInputIndication@H323Connection@@UAEXABVH245_UserInputIndication@@@Z @16783 NONAME ?SendUserInputIndicationQ931@H323Connection@@UAEXABVPString@@@Z @30315 NONAME ?SendUserInputIndicationString@H323Connection@@UAEXABVPString@@@Z @29868 NONAME ?SendUserInputIndicationTone@H323Connection@@UAEXDIII@Z @29869 NONAME ?SendUserInputTone@H323Connection@@UAEXDIII@Z @16784 NONAME ?SendVisualMessageWaitingIndicator@OpalIxJDevice@@UAEHIH@Z @17515 NONAME ?SendVisualMessageWaitingIndicator@OpalLineInterfaceDevice@@UAEHIH@Z @17516 NONAME ?SendVisualMessageWaitingIndicator@OpalVoipBlasterDevice@@UAEHIH@Z @29810 NONAME ?ServiceControlIndication@H323GatekeeperListener@@UAEHAAVH323RegisteredEndPoint@@ABVH323ServiceControlSession@@PAVH323GatekeeperCall@@@Z @34540 NONAME ?ServiceRelease@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@I@Z @37349 NONAME ?ServiceRequestByAddr@H323PeerElement@@QAE?AW4Error@1@ABVH323TransportAddress@@AAVOpalGloballyUniqueID@@@Z @37507 NONAME ?ServiceRequestByID@H323PeerElement@@QAE?AW4Error@1@AAVOpalGloballyUniqueID@@@Z @37508 NONAME ?Set@PortInfo@H323EndPoint@@QAEXIIII@Z @31246 NONAME ?SetAEC@OpalIxJDevice@@UAEHIW4AECLevels@OpalLineInterfaceDevice@@@Z @16786 NONAME ?SetAEC@OpalLineInterfaceDevice@@UAEHIW4AECLevels@1@@Z @16787 NONAME ?SetAEC@OpalVoipBlasterDevice@@UAEHIW4AECLevels@OpalLineInterfaceDevice@@@Z @29811 NONAME ?SetAlternates@H323Gatekeeper@@IAEXABVH225_ArrayOf_AlternateGK@@H@Z @30840 NONAME ?SetAssociatedCallToken@H323Connection@@QAEXABVPString@@@Z @30096 NONAME ?SetAssociatedCallToken@H4502Handler@@QAEXABVPString@@@Z @30097 NONAME ?SetAt@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UAEHABVH323ChannelNumber@@PAVH245NegLogicalChannel@@@Z @16788 NONAME ?SetAt@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UAEHABVPOrdinalKey@@PAVH323ServiceControlSession@@@Z @34514 NONAME ?SetAt@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UAEHABVPOrdinalKey@@PAVH450xHandler@@@Z @29090 NONAME ?SetAt@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UAEHABVPOrdinalKey@@PAVPBYTEArray@@@Z @16789 NONAME ?SetAt@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UAEHABVPOrdinalKey@@PAVRequest@H323Transactor@@@Z @37440 NONAME ?SetAt@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UAEHABVPOrdinalKey@@PAVRTP_Session@@@Z @16790 NONAME ?SetAt@?$PDictionary@VPString@@VH323Connection@@@@UAEHABVPString@@PAVH323Connection@@@Z @16791 NONAME ?SetAt@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UAEHABVPString@@PAVH323RegisteredEndPoint@@@Z @28596 NONAME ?SetAt@?$PDictionary@VPString@@VPOrdinalKey@@@@UAEHABVPString@@PAVPOrdinalKey@@@Z @37509 NONAME ?SetAt@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UAEXABVPString@@PAVH323RegisteredEndPoint@@@Z @31652 NONAME ?SetAudioJitterDelay@H323Connection@@QAEXII@Z @31659 NONAME ?SetAudioJitterDelay@H323EndPoint@@QAEXII@Z @31660 NONAME ?SetAuthenticators@H323TransactionPDU@@QAEXABVH235Authenticators@@@Z @36827 NONAME ?SetBackgroundFill@H323PluginVideoCodec@@UAEXH@Z @49632 NONAME ?SetBackgroundFill@H323VideoCodec@@UAEXH@Z @17454 NONAME ?SetBackgroundFill@H323_H261Codec@@UAEXH@Z @29392 NONAME ?SetBackgroundFill@P64Encoder@@QAEXH@Z @29393 NONAME ?SetBackgroundFill@Pre_Vid_Coder@@QAEXH@Z @17455 NONAME ?SetBandwidthAvailable@H323Connection@@QAEHIH@Z @16793 NONAME ?SetBandwidthUsed@H323Channel@@QAEHI@Z @16794 NONAME ?SetBandwidthUsed@H323GatekeeperCall@@QAEHI@Z @37067 NONAME ?SetBearerCapabilities@Q931@@QAEXW4InformationTransferCapability@1@III@Z @29099 NONAME ?SetCalledPartyNumber@Q931@@QAEXABVPString@@II@Z @16795 NONAME ?SetCallEndReason@H323Connection@@UAEXW4CallEndReason@1@PAVPSyncPoint@@@Z @30689 NONAME ?SetCallerID@OpalIxJDevice@@UAEHIABVPString@@@Z @16797 NONAME ?SetCallerID@OpalLineInterfaceDevice@@UAEHIABVPString@@@Z @16798 NONAME ?SetCallerID@OpalUSBDevice@@UAEHIABVPString@@@Z @52849 NONAME ?SetCallerID@OpalVoipBlasterDevice@@UAEHIABVPString@@@Z @29812 NONAME ?SetCallingPartyNumber@Q931@@QAEXABVPString@@IIHH@Z @17165 NONAME ?SetCallIntrusion@H323Connection@@QAEXXZ @30789 NONAME ?SetCallState@Q931@@QAEXW4CallStates@1@I@Z @30273 NONAME ?SetCanonicalName@RTP_Session@@QAEXABVPString@@@Z @31765 NONAME ?SetCapability@H235AuthCAT@@UAEHAAVH225_ArrayOf_AuthenticationMechanism@@AAVH225_ArrayOf_PASN_ObjectId@@@Z @34846 NONAME ?SetCapability@H235AuthProcedure1@@UAEHAAVH225_ArrayOf_AuthenticationMechanism@@AAVH225_ArrayOf_PASN_ObjectId@@@Z @30582 NONAME ?SetCapability@H235AuthSimpleMD5@@UAEHAAVH225_ArrayOf_AuthenticationMechanism@@AAVH225_ArrayOf_PASN_ObjectId@@@Z @28926 NONAME ?SetCapability@H323Capabilities@@QAEHHHPAVH323Capability@@@Z @17242 NONAME ?SetCapability@H323EndPoint@@QAEHHHPAVH323Capability@@@Z @17149 NONAME ?SetCapabilityNumber@H323Capability@@QAEXI@Z @16801 NONAME ?SetCaptureReceiveToAddress@PIPSocket@@QAEHXZ @51668 NONAME ?SetCause@Q931@@QAEXW4CauseValues@1@II@Z @17401 NONAME ?SetChannelIdentification@Q931@@QAEXIIH@Z @37333 NONAME ?SetConnectedNumber@Q931@@QAEXABVPString@@IIHHH@Z @29605 NONAME ?SetConstraints@PASN_Object@@QAEXW4ConstraintType@1@H@Z @22293 NONAME ?SetConstraints@PASN_Object@@QAEXW4ConstraintType@1@HI@Z @22294 NONAME ?SetConstraints@PASN_Object@@QAEXW4ConstraintType@1@HW4MaximumValueTag@1@@Z @22295 NONAME ?SetConsultationTransferSuccess@H4502Handler@@QAEXXZ @30098 NONAME ?SetContribSource@RTP_DataFrame@@QAEXHK@Z @16803 NONAME ?SetCount@RTP_ControlFrame@@QAEXI@Z @17123 NONAME ?SetCountryCode@OpalIxJDevice@@UAEHW4T35CountryCodes@OpalLineInterfaceDevice@@@Z @16804 NONAME ?SetCountryCode@OpalLineInterfaceDevice@@UAEHW4T35CountryCodes@1@@Z @16806 NONAME ?SetCountryCode@OpalVoipBlasterDevice@@UAEHW4T35CountryCodes@OpalLineInterfaceDevice@@@Z @29813 NONAME ?SetCountryCodeName@OpalLineInterfaceDevice@@UAEHABVPString@@@Z @17501 NONAME ?SetDelay@RTP_JitterBuffer@@QAEXII@Z @31661 NONAME ?SetDisplayName@Q931@@QAEXABVPString@@@Z @16808 NONAME ?SetDomainName@H323PeerElement@@QAEXABVPString@@@Z @37354 NONAME ?SetDynamicRTPPayloadType@H323_RealTimeChannel@@UAEHH@Z @29871 NONAME ?SetEndpointTypeInfo@H323EndPoint@@UBEXAAVH225_EndpointType@@@Z @16809 NONAME ?SetEnforcedDurationLimit@H323Connection@@QAEXI@Z @34518 NONAME ?SetExtension@RTP_DataFrame@@QAEXH@Z @16810 NONAME ?SetExtensionSize@RTP_DataFrame@@QAEHH@Z @38024 NONAME ?SetExtensionType@RTP_DataFrame@@QAEXH@Z @38025 NONAME ?SetExternalAddress@H323_ExternalRTPChannel@@QAEXABVH323TransportAddress@@0@Z @30122 NONAME ?SetForcedReleaseAccepted@H323Connection@@UAEXXZ @31216 NONAME ?SetForcedReleaseAccepted@H45011Handler@@QAEXXZ @31217 NONAME ?SetGatekeeper@H323EndPoint@@QAEHABVPString@@PAVH323Transport@@@Z @16813 NONAME ?SetGatekeeperIdentifier@H323GatekeeperServer@@QAEXABVPString@@H@Z @28597 NONAME ?SetGatekeeperPassword@H323EndPoint@@UAEXABVPString@@@Z @34543 NONAME ?SetGatekeeperZone@H323EndPoint@@QAEHABVPString@@0PAVH323Transport@@@Z @20758 NONAME ?SetH221NonStandardInfo@H323EndPoint@@UBEXAAVH225_H221NonStandard@@@Z @16814 NONAME ?SetHoldMedia@H323Connection@@QAEXPAVPChannel@@@Z @29711 NONAME ?SetIdentifier@H225_RAS@@QAEXABVPString@@@Z @28598 NONAME ?SetIE@Q931@@QAEXW4InformationElementCodes@1@ABVPBYTEArray@@@Z @17418 NONAME ?SetIgnoreOutOfOrderPackets@RTP_Session@@QAEXH@Z @17142 NONAME ?SetInfoRequestRate@H323Gatekeeper@@IAEXABVPTimeInterval@@@Z @31463 NONAME ?SetInitialBandwidth@H323Channel@@UAEHXZ @16815 NONAME ?SetIntrusionImpending@H323Connection@@UAEXXZ @31218 NONAME ?SetIntrusionImpending@H45011Handler@@QAEXXZ @31219 NONAME ?SetIntrusionNotAuthorized@H323Connection@@UAEXXZ @31220 NONAME ?SetIntrusionNotAuthorized@H45011Handler@@QAEXXZ @31221 NONAME ?setiosflags@@YA?AV__SMANIP_long@@J@Z @31271 NONAME ?SetJitterBufferSize@RTP_Session@@QAEXIIH@Z @31662 NONAME ?SetKeypad@Q931@@QAEXABVPString@@@Z @30316 NONAME ?SetLastReadCount@PWAVFile@@QAEXH@Z @51273 NONAME ?SetLineOffHook@OpalIxJDevice@@UAEHIH@Z @16817 NONAME ?SetLineOffHook@OpalUSBDevice@@UAEHIH@Z @52850 NONAME ?SetLineOffHook@OpalVoipBlasterDevice@@UAEHIH@Z @29814 NONAME ?SetLineOnHook@OpalLineInterfaceDevice@@UAEHI@Z @16819 NONAME ?SetLineToLineDirect@OpalIxJDevice@@UAEHIIH@Z @16820 NONAME ?SetLineToLineDirect@OpalLineInterfaceDevice@@UAEHIIH@Z @16821 NONAME ?SetLineToLineDirect@OpalVoipBlasterDevice@@UAEHIIH@Z @29815 NONAME ?SetLocalAddress@RTP_UDP@@QAEXABVAddress@PIPSocket@@@Z @34886 NONAME ?SetLocalId@H235Authenticator@@UAEXABVPString@@@Z @52851 NONAME ?SetLocalName@H323PeerElement@@QAEXABVPString@@@Z @37328 NONAME ?SetLocalPartyName@H323Connection@@QAEXABVPString@@@Z @30627 NONAME ?SetLocalUserName@H323EndPoint@@UAEXABVPString@@@Z @34544 NONAME ?SetLostPackets@ReceiverReport@RTP_ControlFrame@@QAEXI@Z @17126 NONAME ?SetMarker@RTP_DataFrame@@QAEXH@Z @16823 NONAME ?SetMaxBitRate@H323VideoCodec@@UAEHI@Z @34799 NONAME ?SetNoAutoDelete@PThread@@QAEXXZ @17600 NONAME ?SetNoMediaTimeout@H323EndPoint@@QAEHVPTimeInterval@@@Z @38007 NONAME ?SetNumber@H323Channel@@QAEXABVH323ChannelNumber@@@Z @16825 NONAME ?SetOnlyServiceRelationship@H323PeerElement@@QAEHABVPString@@H@Z @37510 NONAME ?SetPassword@H235Authenticator@@UAEXABVPString@@@Z @52852 NONAME ?SetPassword@H323Gatekeeper@@QAEXABVPString@@0@Z @28951 NONAME ?SetPassword@H323RegisteredEndPoint@@UAEHABVPString@@0@Z @34847 NONAME ?SetPause@H323Channel@@QAEXH@Z @29712 NONAME ?SetPayloadSize@RTP_ControlFrame@@QAEXH@Z @16827 NONAME ?SetPayloadSize@RTP_DataFrame@@QAEHH@Z @16828 NONAME ?SetPayloadType@OpalRFC2833@@QAEXW4PayloadTypes@RTP_DataFrame@@@Z @29956 NONAME ?SetPayloadType@RTP_ControlFrame@@QAEXI@Z @16829 NONAME ?SetPayloadType@RTP_DataFrame@@QAEXW4PayloadTypes@1@@Z @16830 NONAME ?SetPDU@H323TransportAddress@@QBEHAAVH225_TransportAddress@@@Z @16831 NONAME ?SetPDU@H323TransportAddress@@QBEHAAVH245_TransportAddress@@@Z @16832 NONAME ?SetPDU@Response@H323Transactor@@QAEXABVH323TransactionPDU@@@Z @37441 NONAME ?SetPeerElement@H323GatekeeperServer@@QAEXPAVH323PeerElement@@@Z @37751 NONAME ?SetPlayVolume@OpalIxJDevice@@UAEHII@Z @16833 NONAME ?SetPlayVolume@OpalLineInterfaceDevice@@UAEHII@Z @16834 NONAME ?SetPlayVolume@OpalUSBDevice@@UAEHII@Z @52853 NONAME ?SetPlayVolume@OpalVoipBlasterDevice@@UAEHII@Z @29816 NONAME ?SetPosition@PWAVFileConverterXLaw@@UAEHAAVPWAVFile@@JW4FilePositionOrigin@PFile@@@Z @51274 NONAME ?SetProgressIndicator@Q931@@QAEXIII@Z @17580 NONAME ?SetPromiscuous@H323Transport@@UAEXW4PromisciousModes@1@@Z @31771 NONAME ?SetPromiscuous@H323TransportUDP@@UAEXW4PromisciousModes@H323Transport@@@Z @31772 NONAME ?SetProtocolList@H323PeerElementDescriptor@@SAXAAVH501_ArrayOf_SupportedProtocols@@I@Z @37329 NONAME ?SetQ931Fields@H323SignalPDU@@QAEXABVH323Connection@@HIIHH@Z @27595 NONAME ?setq@H261Encoder@@QAEXH@Z @16837 NONAME ?SetQualityLevel@P64Encoder@@QAEXH@Z @29292 NONAME ?setquantizers@H261Encoder@@IAEXHHH@Z @16838 NONAME ?SetRawCodec@OpalIxJDevice@@UAEHI@Z @17624 NONAME ?SetRawCodec@OpalLineInterfaceDevice@@UAEHI@Z @17625 NONAME ?SetRawCodec@OpalVoipBlasterDevice@@UAEHI@Z @29817 NONAME ?SetReadCodec@OpalLineInterfaceDevice@@UAEHIW4PayloadTypes@RTP_DataFrame@@@Z @16840 NONAME ?SetReadFormat@OpalIxJDevice@@UAEHIABVOpalMediaFormat@@@Z @20632 NONAME ?SetReadFormat@OpalUSBDevice@@UAEHIABVOpalMediaFormat@@@Z @52854 NONAME ?SetReadFormat@OpalVoipBlasterDevice@@UAEHIABVOpalMediaFormat@@@Z @29818 NONAME ?SetReadFrameSize@OpalIxJDevice@@UAEHIH@Z @17517 NONAME ?SetReadFrameSize@OpalLineInterfaceDevice@@UAEHIH@Z @16842 NONAME ?SetReadFrameSize@OpalUSBDevice@@UAEHIH@Z @52855 NONAME ?SetReadFrameSize@OpalVoipBlasterDevice@@UAEHIH@Z @29819 NONAME ?SetRecordVolume@OpalIxJDevice@@UAEHII@Z @16845 NONAME ?SetRecordVolume@OpalLineInterfaceDevice@@UAEHII@Z @16846 NONAME ?SetRecordVolume@OpalUSBDevice@@UAEHII@Z @52856 NONAME ?SetRecordVolume@OpalVoipBlasterDevice@@UAEHII@Z @29820 NONAME ?SetRedirectingNumber@Q931@@QAEXABVPString@@IIHHH@Z @29199 NONAME ?SetRejectReason@H323GatekeeperARQ@@UAEXI@Z @30485 NONAME ?SetRejectReason@H323GatekeeperBRQ@@UAEXI@Z @30486 NONAME ?SetRejectReason@H323GatekeeperDRQ@@UAEXI@Z @30487 NONAME ?SetRejectReason@H323GatekeeperGRQ@@UAEXI@Z @30488 NONAME ?SetRejectReason@H323GatekeeperIRR@@UAEXI@Z @30655 NONAME ?SetRejectReason@H323GatekeeperLRQ@@UAEXI@Z @30489 NONAME ?SetRejectReason@H323GatekeeperRRQ@@UAEXI@Z @30490 NONAME ?SetRejectReason@H323GatekeeperURQ@@UAEXI@Z @30491 NONAME ?SetRejectReason@H501AccessRequest@@UAEXI@Z @37725 NONAME ?SetRejectReason@H501DescriptorUpdate@@UAEXI@Z @37726 NONAME ?SetRejectReason@H501ServiceRequest@@UAEXI@Z @37727 NONAME ?SetRemotCallWaiting@H323Connection@@QAEXI@Z @30099 NONAME ?SetRemoteAddress@H323TransportTCP@@UAEHABVH323TransportAddress@@@Z @16848 NONAME ?SetRemoteAddress@H323TransportUDP@@UAEHABVH323TransportAddress@@@Z @16849 NONAME ?SetRemoteApplication@H323Connection@@QAEXABVH225_EndpointType@@@Z @16986 NONAME ?SetRemoteId@H235Authenticator@@UAEXABVPString@@@Z @52857 NONAME ?SetRemotePartyInfo@H323Connection@@QAEXABVH323SignalPDU@@@Z @17166 NONAME ?SetRemoteSocketInfo@RTP_UDP@@QAEHVAddress@PIPSocket@@GH@Z @16851 NONAME ?SetRemoteVersions@H323Connection@@IAEXABVH225_ProtocolIdentifier@@@Z @30675 NONAME ?SetRemoveDTMF@OpalIxJDevice@@UAEHIH@Z @16852 NONAME ?SetRemoveDTMF@OpalLineInterfaceDevice@@UAEHIH@Z @16853 NONAME ?SetRemoveDTMF@OpalVoipBlasterDevice@@UAEHIH@Z @29821 NONAME ?SetRtpIpPorts@H323EndPoint@@QAEXII@Z @30274 NONAME ?SetRxStatisticsInterval@RTP_Session@@QAEXI@Z @30275 NONAME ?SetSendUserInputMode@H323Connection@@QAEXW4SendUserInputModes@1@@Z @29872 NONAME ?SetSequenceNumber@RTP_DataFrame@@QAEXG@Z @16855 NONAME ?SetSignalInfo@Q931@@QAEXW4SignalInfo@1@@Z @17183 NONAME ?SetSilenceDetectionMode@H323AudioCodec@@QAEXW4SilenceDetectionMode@1@IIII@Z @16856 NONAME ?SetSize@Encoder@@QAEXHH@Z @16857 NONAME ?SetSize@H261DCTEncoder@@UAEXHH@Z @16859 NONAME ?SetSize@H261Encoder@@MAEXHH@Z @16860 NONAME ?SetSize@H261PixelEncoder@@UAEXHH@Z @16861 NONAME ?SetSize@H323CapabilitiesSet@@UAEHH@Z @17243 NONAME ?SetSize@H323SimultaneousCapabilities@@UAEHH@Z @16863 NONAME ?SetSize@P64Encoder@@QAEXHH@Z @16865 NONAME ?SetSize@Pre_Vid_Coder@@IAEXHH@Z @16867 NONAME ?SetSize@VideoFrame@@QAEXHH@Z @16868 NONAME ?SetSoundChannelBufferDepth@H323EndPoint@@QAEXI@Z @17402 NONAME ?SetSoundChannelPlayDevice@H323EndPoint@@UAEHABVPString@@@Z @16870 NONAME ?SetSoundChannelPlayDriver@H323EndPoint@@UAEHABVPString@@@Z @51669 NONAME ?SetSoundChannelRecordDevice@H323EndPoint@@UAEHABVPString@@@Z @16871 NONAME ?SetSoundChannelRecordDriver@H323EndPoint@@UAEHABVPString@@@Z @51670 NONAME ?SetSTUNServer@H323EndPoint@@QAEXABVPString@@@Z @34882 NONAME ?SetSyncSource@RTP_DataFrame@@QAEXK@Z @16872 NONAME ?SetTargetFrameTimeMs@H323VideoCodec@@UAEHI@Z @34800 NONAME ?SetTCPPorts@H323EndPoint@@QAEXII@Z @30276 NONAME ?SetTimestamp@RTP_DataFrame@@QAEXK@Z @16873 NONAME ?SetTimestampGracePeriod@H235Authenticator@@UAEXH@Z @52858 NONAME ?SetToneFilter@OpalLineInterfaceDevice@@UAEHIW4CallProgressTones@1@ABVPString@@@Z @28391 NONAME ?SetToneFilterParameters@OpalIxJDevice@@UAEHIW4CallProgressTones@OpalLineInterfaceDevice@@IIHPBI1@Z @28392 NONAME ?SetToneFilterParameters@OpalLineInterfaceDevice@@UAEHIW4CallProgressTones@1@IIHPBI1@Z @28393 NONAME ?SetToolName@RTP_Session@@QAEXABVPString@@@Z @31766 NONAME ?SetTransport@H323Transactor@@QAEHABVH323TransportAddress@@@Z @37525 NONAME ?SetTransport@OpalT38Protocol@@QAEXPAVH323Transport@@H@Z @30222 NONAME ?SetTxFramesInPacket@H323AudioCapability@@UAEXI@Z @16874 NONAME ?SetTxFramesInPacket@H323Capability@@UAEXI@Z @16875 NONAME ?SetTxMaxQuality@H323PluginVideoCodec@@UAEXH@Z @49633 NONAME ?SetTxMaxQuality@H323VideoCodec@@UAEXH@Z @34801 NONAME ?SetTxMaxQuality@H323_H261Codec@@UAEXH@Z @34802 NONAME ?SetTxMinQuality@H323PluginVideoCodec@@UAEXH@Z @49634 NONAME ?SetTxMinQuality@H323VideoCodec@@UAEXH@Z @34803 NONAME ?SetTxMinQuality@H323_H261Codec@@UAEXH@Z @34804 NONAME ?SetTxQualityLevel@H323AudioCodec@@UAEXH@Z @52859 NONAME ?SetTxQualityLevel@H323PluginFramedAudioCodec@@UAEXH@Z @52860 NONAME ?SetTxQualityLevel@H323PluginVideoCodec@@UAEXH@Z @49635 NONAME ?SetTxQualityLevel@H323StreamedPluginAudioCodec@@UAEXH@Z @52861 NONAME ?SetTxQualityLevel@H323VideoCodec@@UAEXH@Z @17456 NONAME ?SetTxQualityLevel@H323_H261Codec@@UAEXH@Z @29293 NONAME ?SetTxStatisticsInterval@RTP_Session@@QAEXI@Z @30277 NONAME ?SetUDPPorts@H323EndPoint@@QAEXII@Z @30667 NONAME ?SetUpCallSignalAddresses@H323Transactor@@IAEHAAVH225_ArrayOf_TransportAddress@@@Z @35056 NONAME ?SetupGatekeeperRequest@H323Gatekeeper@@IAEIAAVH323RasPDU@@@Z @29236 NONAME ?SetupTransfer@H323EndPoint@@UAEPAVH323Connection@@ABVPString@@00AAV3@PAX@Z @29713 NONAME ?SetUpTransportPDU@H323ListenerTCP@@UAEHAAVH245_TransportAddress@@ABVH323Transport@@@Z @31193 NONAME ?SetUpTransportPDU@H323Transport@@UBEXAAVH225_TransportAddress@@H@Z @16877 NONAME ?SetUpTransportPDU@H323Transport@@UBEXAAVH245_TransportAddress@@I@Z @16878 NONAME ?SetUpTransportPDU@H323TransportIP@@UBEXAAVH225_TransportAddress@@H@Z @16879 NONAME ?SetUpTransportPDU@H323TransportIP@@UBEXAAVH245_TransportAddress@@I@Z @16880 NONAME ?SetUsageInfo@H323GatekeeperCall@@IAEXABVH225_RasUsageInformation@@@Z @31653 NONAME ?SetUserData@RTP_Session@@QAEXPAVRTP_UserData@@@Z @16881 NONAME ?SetUUIEsRequested@H323Connection@@QAEXI@Z @29177 NONAME ?SetVAD@OpalIxJDevice@@UAEHIH@Z @17642 NONAME ?SetVAD@OpalLineInterfaceDevice@@UAEHIH@Z @17643 NONAME ?SetVAD@OpalVoipBlasterDevice@@UAEHIH@Z @29822 NONAME ?SetValue@PASN_BMPString@@QAEXABV1@@Z @28791 NONAME ?SetValue@PASN_BMPString@@QAEXABV?$PScalarArray@G@@@Z @38004 NONAME ?SetValue@PASN_BMPString@@QAEXABVPString@@@Z @16882 NONAME ?SetValue@PASN_BMPString@@QAEXPBD@Z @28792 NONAME ?SetValue@PASN_Boolean@@QAEXH@Z @22107 NONAME ?SetValue@PASN_ConstrainedString@@QAEXABVPString@@@Z @16883 NONAME ?SetValue@PASN_ConstrainedString@@QAEXPBD@Z @22289 NONAME ?SetValue@PASN_Enumeration@@QAEXI@Z @16884 NONAME ?SetValue@PASN_Integer@@QAEXI@Z @16885 NONAME ?SetValue@PASN_OctetString@@QAEXABVPBYTEArray@@@Z @16886 NONAME ?SetValue@PASN_OctetString@@QAEXABVPString@@@Z @16887 NONAME ?SetValue@PASN_OctetString@@QAEXPBD@Z @16888 NONAME ?SetVendorIdentifierInfo@H323EndPoint@@UBEXAAVH225_VendorIdentifier@@@Z @16889 NONAME ?SetWinkDuration@OpalIxJDevice@@UAEHII@Z @38017 NONAME ?SetWinkDuration@OpalLineInterfaceDevice@@UAEHII@Z @38011 NONAME ?SetWriteCodec@OpalLineInterfaceDevice@@UAEHIW4PayloadTypes@RTP_DataFrame@@@Z @16894 NONAME ?SetWriteFormat@OpalIxJDevice@@UAEHIABVOpalMediaFormat@@@Z @20634 NONAME ?SetWriteFormat@OpalUSBDevice@@UAEHIABVOpalMediaFormat@@@Z @52862 NONAME ?SetWriteFormat@OpalVoipBlasterDevice@@UAEHIABVOpalMediaFormat@@@Z @29823 NONAME ?SetWriteFrameSize@OpalIxJDevice@@UAEHIH@Z @17518 NONAME ?SetWriteFrameSize@OpalLineInterfaceDevice@@UAEHIH@Z @16896 NONAME ?SetWriteFrameSize@OpalUSBDevice@@UAEHIH@Z @52863 NONAME ?SetWriteFrameSize@OpalVoipBlasterDevice@@UAEHIH@Z @29824 NONAME ?ShouldClearCallOnRoundTripFail@H323EndPoint@@QBEHXZ @16898 NONAME ?Signal@H323ConnectionsCleaner@@QAEXXZ @16899 NONAME ?size@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QBEIXZ @52864 NONAME ?size@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QBEIXZ @51275 NONAME ?size@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QBEIXZ @52865 NONAME ?size@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QBEIXZ @51045 NONAME ?size@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QBEIXZ @51046 NONAME ?size@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QBEIXZ @51671 NONAME ?size@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QBEIXZ @52866 NONAME ?size@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QBEIXZ @51047 NONAME ?SlowHandler@H323Transaction@@MAEXAAVPThread@@H@Z @37728 NONAME ?Start@H245NegMasterSlaveDetermination@@QAEHH@Z @20711 NONAME ?Start@H245NegTerminalCapabilitySet@@QAEHHH@Z @24344 NONAME ?Start@H323BidirectionalChannel@@UAEHXZ @17552 NONAME ?Start@H323UnidirectionalChannel@@UAEHXZ @17553 NONAME ?Start@H323_ExternalRTPChannel@@UAEHXZ @29666 NONAME ?StartChannel@H323Transactor@@UAEHXZ @37442 NONAME ?StartciTimer@H45011Handler@@QAEXVPTimeInterval@@@Z @30790 NONAME ?StartControlChannel@H323Connection@@UAEHABVH225_TransportAddress@@@Z @16906 NONAME ?StartControlChannel@H323Connection@@UAEHXZ @29302 NONAME ?StartControlChannel@H323Transport@@UAEXAAVH323Connection@@@Z @17572 NONAME ?StartControlNegotiations@H323Connection@@UAEHH@Z @52867 NONAME ?StartctTimer@H4502Handler@@QAEXVPTimeInterval@@@Z @29714 NONAME ?StartDiscovery@H323Gatekeeper@@IAEHABVH323TransportAddress@@@Z @17519 NONAME ?StartListener@H323EndPoint@@QAEHABVH323TransportAddress@@@Z @17563 NONAME ?StartListener@H323EndPoint@@QAEHPAVH323Listener@@@Z @16908 NONAME ?StartListeners@H323EndPoint@@QAEHABVH323TransportAddressArray@@@Z @31262 NONAME ?StartRequest@H245NegRequestMode@@UAEHABVH245_ArrayOf_ModeDescription@@@Z @29623 NONAME ?StartRequest@H245NegRequestMode@@UAEHABVPString@@@Z @29624 NONAME ?StartRequest@H245NegRoundTripDelay@@QAEHXZ @16910 NONAME ?StartRoundTripDelay@H323Connection@@QAEXXZ @16911 NONAME ?StateNames@H245NegLogicalChannel@@1QBQBDB @16912 NONAME ?StateNames@H245NegMasterSlaveDetermination@@1QBQBDB @16913 NONAME ?StateNames@H245NegTerminalCapabilitySet@@1QBQBDB @16914 NONAME ?StatusHandler@OpalVoipBlasterDevice@@UAEXAAVPThread@@H@Z @29825 NONAME ?StatusNames@H245NegMasterSlaveDetermination@@1QBQBDB @16915 NONAME ?Stop@H245NegMasterSlaveDetermination@@QAEXXZ @17422 NONAME ?Stop@H245NegTerminalCapabilitySet@@QAEXXZ @17423 NONAME ?StopAudio@OpalLineInterfaceDevice@@UAEHI@Z @37127 NONAME ?StopChannel@H323Transactor@@UAEXXZ @37948 NONAME ?StopciTimer@H45011Handler@@QAEXXZ @30791 NONAME ?StopctTimer@H4502Handler@@QAEXXZ @29715 NONAME ?StopRawCodec@OpalIxJDevice@@UAEHI@Z @17626 NONAME ?StopRawCodec@OpalLineInterfaceDevice@@UAEHI@Z @17627 NONAME ?StopRawCodec@OpalVoipBlasterDevice@@UAEHI@Z @29826 NONAME ?StopReadCodec@OpalIxJDevice@@UAEHI@Z @16918 NONAME ?StopReadCodec@OpalLineInterfaceDevice@@UAEHI@Z @16919 NONAME ?StopReadCodec@OpalUSBDevice@@UAEHI@Z @52868 NONAME ?StopReadCodec@OpalVoipBlasterDevice@@UAEHI@Z @29827 NONAME ?StopTone@OpalIxJDevice@@UAEHI@Z @16921 NONAME ?StopTone@OpalLineInterfaceDevice@@UAEHI@Z @16922 NONAME ?StopTone@OpalUSBDevice@@UAEHI@Z @52869 NONAME ?StopTone@OpalVoipBlasterDevice@@UAEHI@Z @29828 NONAME ?StopWriteCodec@OpalIxJDevice@@UAEHI@Z @16923 NONAME ?StopWriteCodec@OpalLineInterfaceDevice@@UAEHI@Z @16924 NONAME ?StopWriteCodec@OpalUSBDevice@@UAEHI@Z @52870 NONAME ?StopWriteCodec@OpalVoipBlasterDevice@@UAEHI@Z @29829 NONAME ?StoreOnePacket@Transmitter@@QAEXPAUpktbuf@1@@Z @16926 NONAME ?SubTypeNames@H323_UserInputCapability@@2QBQBDB @29884 NONAME ?suppress@Pre_Vid_Coder@@IAEXPBE@Z @16927 NONAME ?swap@FullP64Decoder@@IAEXXZ @16928 NONAME ?SwapChannel@H323Codec@@UAEPAVPChannel@@PAV2@H@Z @38288 NONAME ?SwapHoldMediaChannels@H323Connection@@AAEPAVPChannel@@PAV2@@Z @29716 NONAME ?sync@FullP64Decoder@@MAEXXZ @16929 NONAME ?sync@P64Decoder@@UAEXXZ @16930 NONAME ?TickleMonitor@H323Gatekeeper@@MAEXAAVPTimer@@H@Z @30583 NONAME ?TickleMonitor@H323PeerElement@@MAEXAAVPTimer@@H@Z @35060 NONAME ?TonePlay@OpalUSBDevice@@MAEXAAVPThread@@H@Z @52871 NONAME ?TransferCall@H323Connection@@QAEXABVPString@@0@Z @30100 NONAME ?TransferCall@H323EndPoint@@QAEXABVPString@@00@Z @30101 NONAME ?TransferCall@H4502Handler@@QAEXABVPString@@0@Z @30102 NONAME ?TranslateAliasAddress@H323GatekeeperCall@@UAEHABVH225_AliasAddress@@AAVH225_ArrayOf_AliasAddress@@AAVH323TransportAddress@@AAH@Z @51672 NONAME ?TranslateAliasAddress@H323GatekeeperServer@@UAEHABVH225_AliasAddress@@AAVH225_ArrayOf_AliasAddress@@AAVH323TransportAddress@@AAHPAVH323GatekeeperCall@@@Z @52872 NONAME ?TranslateAliasAddressToSignalAddress@H323GatekeeperServer@@UAEHABVH225_AliasAddress@@AAVH323TransportAddress@@@Z @28599 NONAME ?TranslateTCPAddress@H323EndPoint@@UAEXAAVAddress@PIPSocket@@ABV23@@Z @20481 NONAME ?Transmit@H323_ExternalRTPChannel@@UAEXXZ @29667 NONAME ?Transmit@H323_RTPChannel@@UAEXXZ @16931 NONAME ?Transmit@H323_T120Channel@@UAEXXZ @28330 NONAME ?Transmit@H323_T38Channel@@UAEXXZ @28388 NONAME ?TransmitEnded@OpalRFC2833@@MAEXAAVPTimer@@H@Z @29957 NONAME ?TransmitPacket@OpalRFC2833@@MAEXAAVRTP_DataFrame@@H@Z @29958 NONAME ?TryLock@H323Connection@@QAEHXZ @29345 NONAME ?uLawConverter@@3V?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@A @51276 NONAME ?Unlock@H323Connection@@QAEXXZ @16932 NONAME ?Unregister@?$PFactory@VOpalMediaFormat@@VPString@@@@SAXABVPString@@@Z @52873 NONAME ?Unregister@H323RegisteredEndPoint@@UAEHH@Z @31485 NONAME ?UnregisterAll@?$PFactory@VH323Capability@@VPString@@@@SAXXZ @51048 NONAME ?UnregisterAll@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@SAXXZ @52874 NONAME ?UnregisterAll@?$PFactory@VOpalMediaFormat@@VPString@@@@SAXXZ @51049 NONAME ?UnregisterAll_Internal@?$PFactory@VH323Capability@@VPString@@@@IAEXXZ @51050 NONAME ?UnregisterAll_Internal@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@IAEXXZ @52875 NONAME ?UnregisterAll_Internal@?$PFactory@VOpalMediaFormat@@VPString@@@@IAEXXZ @51051 NONAME ?UnregisterCodecs@H323PluginCodecManager@@IAEXIPAX@Z @49653 NONAME ?UnregisterHID@HIDPluginDeviceManager@@UAEHIPAX@Z @52876 NONAME ?Unregister_Internal@?$PFactory@VOpalMediaFormat@@VPString@@@@IAEXABVPString@@@Z @52877 NONAME ?UnregistrationRequest@H323Gatekeeper@@QAEHH@Z @16933 NONAME ?UnregistrationRequest@H323GatekeeperListener@@QAEHABVH323RegisteredEndPoint@@I@Z @31486 NONAME ?UpdateAllDescriptors@H323PeerElement@@MAEXAAVPThread@@H@Z @37511 NONAME ?UpdateDescriptor@H323PeerElement@@QAEHPAVH323PeerElementDescriptor@@@Z @37512 NONAME ?UpdateDescriptor@H323PeerElement@@QAEHPAVH323PeerElementDescriptor@@W4Choices@H501_UpdateInformation_updateType@@@Z @37513 NONAME ?upper_bound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @52878 NONAME ?UseBandwidth@H323Connection@@QAEHIH@Z @16934 NONAME ?UseGatekeeper@H323EndPoint@@QAEHABVPString@@00@Z @31490 NONAME ?UseGkAndEpIdentifiers@H235Authenticator@@UBEHXZ @29180 NONAME ?UseGkAndEpIdentifiers@H235AuthProcedure1@@UBEHXZ @29181 NONAME ?UseSession@H323Connection@@UAEPAVRTP_Session@@IABVH245_TransportAddress@@W4Directions@H323Channel@@PAVRTP_QOS@@@Z @38289 NONAME ?UseSession@RTP_SessionManager@@QAEPAVRTP_Session@@I@Z @16936 NONAME ?Validate@H323TransactionPDU@@QBE?AW4ValidationResult@H235Authenticator@@ABVPASN_Array@@I0I@Z @37729 NONAME ?Validate@H323TransportAddress@@IAEXXZ @16937 NONAME ?ValidateClearToken@H235AuthCAT@@UAE?AW4ValidationResult@H235Authenticator@@ABVH235_ClearToken@@@Z @34849 NONAME ?ValidateClearToken@H235Authenticator@@UAE?AW4ValidationResult@1@ABVH235_ClearToken@@@Z @34850 NONAME ?ValidateCryptoToken@H235Authenticator@@UAE?AW4ValidationResult@1@ABVH225_CryptoH323Token@@ABVPBYTEArray@@@Z @34851 NONAME ?ValidateCryptoToken@H235AuthProcedure1@@UAE?AW4ValidationResult@H235Authenticator@@ABVH225_CryptoH323Token@@ABVPBYTEArray@@@Z @34852 NONAME ?ValidateCryptoToken@H235AuthSimpleMD5@@UAE?AW4ValidationResult@H235Authenticator@@ABVH225_CryptoH323Token@@ABVPBYTEArray@@@Z @34853 NONAME ?ValidatePDU@H235Authenticators@@QBE?AW4ValidationResult@H235Authenticator@@ABVH323TransactionPDU@@ABVPASN_Array@@I1IABVPBYTEArray@@@Z @37730 NONAME ?ValidatePDU@H323GatekeeperARQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @34855 NONAME ?ValidatePDU@H323GatekeeperBRQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @34856 NONAME ?ValidatePDU@H323GatekeeperDRQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @34857 NONAME ?ValidatePDU@H323GatekeeperGRQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @34858 NONAME ?ValidatePDU@H323GatekeeperIRR@@UBE?AW4ValidationResult@H235Authenticator@@XZ @34859 NONAME ?ValidatePDU@H323GatekeeperLRQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @34860 NONAME ?ValidatePDU@H323GatekeeperRRQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @34861 NONAME ?ValidatePDU@H323GatekeeperURQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @34862 NONAME ?ValidatePDU@H501Transaction@@UBE?AW4ValidationResult@H235Authenticator@@XZ @37731 NONAME ?ValidateTokens@H235Authenticator@@UAE?AW4ValidationResult@1@ABVPASN_Array@@0ABVPBYTEArray@@@Z @37732 NONAME ?WaitForTone@OpalLineInterfaceDevice@@UAEHIW4CallProgressTones@1@I@Z @16938 NONAME ?WaitForToneDetect@OpalLineInterfaceDevice@@UAEIII@Z @17616 NONAME ?width@P64Decoder@@QBEHXZ @16941 NONAME ?Write@G7231_File_Codec@@UAEHPBEIABVRTP_DataFrame@@AAI@Z @31168 NONAME ?Write@H323FramedAudioCodec@@UAEHPBEIABVRTP_DataFrame@@AAI@Z @16942 NONAME ?Write@H323PluginVideoCodec@@UAEHPBEIABVRTP_DataFrame@@AAI@Z @49637 NONAME ?Write@H323SignalPDU@@QAEHAAVH323Transport@@@Z @16944 NONAME ?Write@H323TransactionPDU@@UAEHAAVH323Transport@@@Z @35062 NONAME ?Write@H323_H261Codec@@UAEHPBEIABVRTP_DataFrame@@AAI@Z @16945 NONAME ?Write@H323_LIDCodec@@UAEHPBEIABVRTP_DataFrame@@AAI@Z @16946 NONAME ?Write@OpalLineChannel@@UAEHPBXH@Z @16947 NONAME ?Write@PWAVFileConverterXLaw@@UAEHAAVPWAVFile@@PBXH@Z @51277 NONAME ?Write@T120ConnectPDU@@QAEHAAVH323Transport@@@Z @30030 NONAME ?Write@T120_X224@@QAEHAAVH323Transport@@@Z @30031 NONAME ?WriteBlock@OpalLineInterfaceDevice@@UAEHIPBXH@Z @17576 NONAME ?WriteCommand@VoipBlasterInterface@@QAEHW4Command@1@@Z @29830 NONAME ?WriteControl@RTP_UDP@@UAEHAAVRTP_ControlFrame@@@Z @16948 NONAME ?WriteControlPDU@H323Connection@@QAEHABVH323ControlPDU@@@Z @16949 NONAME ?WriteData@OpalT38Protocol@@UAEHIIABVPBYTEArray@@@Z @34568 NONAME ?WriteData@RTP_UDP@@UAEHAAVRTP_DataFrame@@@Z @16950 NONAME ?WriteData@VoipBlasterInterface@@QAEHPBXH@Z @29831 NONAME ?WriteFacilityPDU@H450ServiceAPDU@@QAEHAAVH323Connection@@@Z @29092 NONAME ?WriteFrame@OpalIxJDevice@@UAEHIPBXHAAH@Z @17622 NONAME ?WriteFrame@OpalUSBDevice@@UAEHIPBXHAAH@Z @52879 NONAME ?WriteFrame@OpalVoipBlasterDevice@@UAEHIPBXHAAH@Z @29832 NONAME ?WriteIndicator@OpalT38Protocol@@UAEHI@Z @34569 NONAME ?WriteMultipleData@OpalT38Protocol@@UAEHIHPAIPBVPBYTEArray@@@Z @34570 NONAME ?WriteNextCompound@RTP_ControlFrame@@QAEHXZ @30668 NONAME ?WritePacket@OpalT38Protocol@@UAEHABVT38_IFPPacket@@@Z @34571 NONAME ?WritePDU@H323GatekeeperRequest@@UAEHAAVH323TransactionPDU@@@Z @37733 NONAME ?WritePDU@H323Transaction@@UAEHAAVH323TransactionPDU@@@Z @37734 NONAME ?WritePDU@H323Transactor@@UAEHAAVH323TransactionPDU@@@Z @37443 NONAME ?WritePDU@H323TransportTCP@@UAEHABVPBYTEArray@@@Z @16954 NONAME ?WritePDU@H323TransportUDP@@UAEHABVPBYTEArray@@@Z @16955 NONAME ?WritePipe@VoipBlasterInterface@@IAEHPAXPBXK@Z @29833 NONAME ?WriteRaw@H323Codec@@QAEHPAXH@Z @29980 NONAME ?WriteSignalPDU@H323Connection@@QAEHAAVH323SignalPDU@@@Z @16956 NONAME ?WriteTo@H323Transactor@@UAEHAAVH323TransactionPDU@@ABVH323TransportAddressArray@@H@Z @37444 NONAME ?_Allocate@std@@YAPAULookupRecord@@HPAU2@@Z @52880 NONAME ?_Buynode@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@IAEPAU_Node@12@PAU312@D@Z @51278 NONAME ?_Buynode@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@IAEPAU_Node@12@PAU312@D@Z @52881 NONAME ?_Buynode@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@IAEPAU_Node@12@PAU312@D@Z @51052 NONAME ?_Buynode@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@IAEPAU_Node@12@PAU312@D@Z @51053 NONAME ?_Buynode@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@IAEPAU_Node@12@PAU312@D@Z @51674 NONAME ?_Buynode@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@IAEPAU_Node@12@PAU312@D@Z @52882 NONAME ?_Buynode@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@IAEPAU_Node@12@PAU312@D@Z @51054 NONAME ?_Charalloc@?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@QAEPADI@Z @52883 NONAME ?_Charalloc@?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@QAEPADI@Z @51055 NONAME ?_Charalloc@?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@QAEPADI@Z @51056 NONAME ?_Charalloc@?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@QAEPADI@Z @51675 NONAME ?_Charalloc@?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@QAEPADI@Z @52884 NONAME ?_Charalloc@?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@QAEPADI@Z @51057 NONAME ?_Charalloc@?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@QAEPADI@Z @51279 NONAME ?_Color@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@KAAADPAU_Node@12@@Z @51280 NONAME ?_Color@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@KAAADPAU_Node@12@@Z @52885 NONAME ?_Color@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@KAAADPAU_Node@12@@Z @51058 NONAME ?_Color@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@KAAADPAU_Node@12@@Z @51059 NONAME ?_Color@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@KAAADPAU_Node@12@@Z @51676 NONAME ?_Color@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@KAAADPAU_Node@12@@Z @52886 NONAME ?_Color@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@KAAADPAU_Node@12@@Z @51060 NONAME ?_Construct@std@@YAXPAU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@1@ABU21@@Z @51281 NONAME ?_Construct@std@@YAXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@1@ABU21@@Z @52887 NONAME ?_Construct@std@@YAXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@1@ABU21@@Z @51061 NONAME ?_Construct@std@@YAXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@1@ABU21@@Z @51677 NONAME ?_Construct@std@@YAXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@1@ABU21@@Z @52888 NONAME ?_Construct@std@@YAXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@1@ABU21@@Z @51062 NONAME ?_Construct@std@@YAXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@1@ABU21@@Z @51063 NONAME ?_Construct@std@@YAXPAULookupRecord@@ABU2@@Z @52889 NONAME ?_Consval@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@IAEXPAU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@ABU32@@Z @51282 NONAME ?_Consval@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@IAEXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@ABU32@@Z @52890 NONAME ?_Consval@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@IAEXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@ABU32@@Z @51064 NONAME ?_Consval@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@IAEXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@ABU32@@Z @51678 NONAME ?_Consval@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@IAEXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@2@ABU32@@Z @52891 NONAME ?_Consval@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@IAEXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@ABU32@@Z @51065 NONAME ?_Consval@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@IAEXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@2@ABU32@@Z @51066 NONAME ?_Dec@iterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAEXXZ @51283 NONAME ?_Dec@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAEXXZ @52892 NONAME ?_Dec@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAEXXZ @51067 NONAME ?_Dec@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAEXXZ @51679 NONAME ?_Dec@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAEXXZ @52893 NONAME ?_Dec@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAEXXZ @51068 NONAME ?_Dec@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@QAEXXZ @51069 NONAME ?_Destroy@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@IAEXPAULookupRecord@@0@Z @52894 NONAME ?_Destroy@std@@YAXPAU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@1@@Z @51284 NONAME ?_Destroy@std@@YAXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@1@@Z @52895 NONAME ?_Destroy@std@@YAXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@1@@Z @51070 NONAME ?_Destroy@std@@YAXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@1@@Z @51071 NONAME ?_Destroy@std@@YAXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@1@@Z @51680 NONAME ?_Destroy@std@@YAXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@1@@Z @52896 NONAME ?_Destroy@std@@YAXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@1@@Z @51072 NONAME ?_Destroy@std@@YAXPAULookupRecord@@@Z @52897 NONAME ?_Destval@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@IAEXPAU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@Z @51285 NONAME ?_Destval@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@IAEXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@@Z @52898 NONAME ?_Destval@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@IAEXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@@Z @51073 NONAME ?_Destval@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@IAEXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@2@@Z @51074 NONAME ?_Destval@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@IAEXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@@Z @51681 NONAME ?_Destval@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@IAEXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@2@@Z @52899 NONAME ?_Destval@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@IAEXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@@Z @51075 NONAME ?_Distance@std@@YAXViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@1@0AAI@Z @52900 NONAME ?_Distance@std@@YAXViterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@1@0AAIUbidirectional_iterator_tag@1@@Z @52901 NONAME ?_Erase@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@IAEXPAU_Node@12@@Z @51286 NONAME ?_Erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @52902 NONAME ?_Erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @51076 NONAME ?_Erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @51077 NONAME ?_Erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @51682 NONAME ?_Erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @52903 NONAME ?_Erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @51078 NONAME ?_Freenode@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@IAEXPAU_Node@12@@Z @51287 NONAME ?_Freenode@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @52904 NONAME ?_Freenode@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @51079 NONAME ?_Freenode@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @51080 NONAME ?_Freenode@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @51683 NONAME ?_Freenode@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @52905 NONAME ?_Freenode@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @51081 NONAME ?_Inc@iterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAEXXZ @51288 NONAME ?_Inc@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAEXXZ @52906 NONAME ?_Inc@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAEXXZ @51082 NONAME ?_Inc@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QAEXXZ @51083 NONAME ?_Inc@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAEXXZ @51684 NONAME ?_Inc@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAEXXZ @52907 NONAME ?_Inc@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAEXXZ @51084 NONAME ?_Init@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@IAEXXZ @51289 NONAME ?_Init@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@IAEXXZ @52908 NONAME ?_Init@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@IAEXXZ @51085 NONAME ?_Init@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@IAEXXZ @51086 NONAME ?_Init@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@IAEXXZ @51685 NONAME ?_Init@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@IAEXXZ @52909 NONAME ?_Init@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@IAEXXZ @51087 NONAME ?_Insert@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@IAE?AViterator@12@PAU_Node@12@0ABU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@Z @51290 NONAME ?_Insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@IAE?AViterator@12@PAU_Node@12@0ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@@Z @52910 NONAME ?_Insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@IAE?AViterator@12@PAU_Node@12@0ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@@Z @51088 NONAME ?_Insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@IAE?AViterator@12@PAU_Node@12@0ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@@Z @51686 NONAME ?_Insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@IAE?AViterator@12@PAU_Node@12@0ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@2@@Z @52911 NONAME ?_Insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@IAE?AViterator@12@PAU_Node@12@0ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@@Z @51089 NONAME ?_Insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@IAE?AViterator@12@PAU_Node@12@0ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@2@@Z @51090 NONAME ?_Isnil@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@KAAADPAU_Node@12@@Z @51291 NONAME ?_Isnil@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@KAAADPAU_Node@12@@Z @52912 NONAME ?_Isnil@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@KAAADPAU_Node@12@@Z @51091 NONAME ?_Isnil@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@KAAADPAU_Node@12@@Z @51092 NONAME ?_Isnil@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@KAAADPAU_Node@12@@Z @51687 NONAME ?_Isnil@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@KAAADPAU_Node@12@@Z @52913 NONAME ?_Isnil@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@KAAADPAU_Node@12@@Z @51093 NONAME ?_Iter_cat@std@@YA?AUbidirectional_iterator_tag@1@ABU?$iterator@Ubidirectional_iterator_tag@std@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@H@1@@Z @52914 NONAME ?_Key@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@KAABIPAU_Node@12@@Z @51292 NONAME ?_Key@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@KAABVPString@@PAU_Node@12@@Z @52915 NONAME ?_Key@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@KAABVPString@@PAU_Node@12@@Z @51094 NONAME ?_Key@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@KAABVPString@@PAU_Node@12@@Z @51095 NONAME ?_Key@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@KAABVPString@@PAU_Node@12@@Z @51688 NONAME ?_Key@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@KAABVPString@@PAU_Node@12@@Z @52916 NONAME ?_Key@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@KAABVPString@@PAU_Node@12@@Z @51096 NONAME ?_Lbound@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@IBEPAU_Node@12@ABI@Z @51293 NONAME ?_Lbound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@IBEPAU_Node@12@ABVPString@@@Z @52917 NONAME ?_Lbound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@IBEPAU_Node@12@ABVPString@@@Z @51097 NONAME ?_Lbound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@IBEPAU_Node@12@ABVPString@@@Z @51098 NONAME ?_Lbound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@IBEPAU_Node@12@ABVPString@@@Z @51689 NONAME ?_Lbound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@IBEPAU_Node@12@ABVPString@@@Z @52918 NONAME ?_Lbound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@IBEPAU_Node@12@ABVPString@@@Z @51099 NONAME ?_Left@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@KAAAPAU_Node@12@PAU312@@Z @51294 NONAME ?_Left@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @52919 NONAME ?_Left@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @51100 NONAME ?_Left@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @51101 NONAME ?_Left@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @51690 NONAME ?_Left@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @52920 NONAME ?_Left@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @51102 NONAME ?_Lmost@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@IAEAAPAU_Node@12@XZ @51295 NONAME ?_Lmost@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @52921 NONAME ?_Lmost@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @51103 NONAME ?_Lmost@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @51104 NONAME ?_Lmost@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @51691 NONAME ?_Lmost@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @52922 NONAME ?_Lmost@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @51105 NONAME ?_Lrotate@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@IAEXPAU_Node@12@@Z @51296 NONAME ?_Lrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @52923 NONAME ?_Lrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @51106 NONAME ?_Lrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @51107 NONAME ?_Lrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @51692 NONAME ?_Lrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @52924 NONAME ?_Lrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @51108 NONAME ?_Max@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@KAPAU_Node@12@PAU312@@Z @51297 NONAME ?_Max@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@KAPAU_Node@12@PAU312@@Z @52925 NONAME ?_Max@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@KAPAU_Node@12@PAU312@@Z @51109 NONAME ?_Max@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@KAPAU_Node@12@PAU312@@Z @51110 NONAME ?_Max@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@KAPAU_Node@12@PAU312@@Z @51693 NONAME ?_Max@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@KAPAU_Node@12@PAU312@@Z @52926 NONAME ?_Max@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@KAPAU_Node@12@PAU312@@Z @51111 NONAME ?_Min@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@KAPAU_Node@12@PAU312@@Z @51298 NONAME ?_Min@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@KAPAU_Node@12@PAU312@@Z @52927 NONAME ?_Min@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@KAPAU_Node@12@PAU312@@Z @51112 NONAME ?_Min@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@KAPAU_Node@12@PAU312@@Z @51113 NONAME ?_Min@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@KAPAU_Node@12@PAU312@@Z @51694 NONAME ?_Min@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@KAPAU_Node@12@PAU312@@Z @52928 NONAME ?_Min@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@KAPAU_Node@12@PAU312@@Z @51114 NONAME ?_Mynode@iterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QBEPAU_Node@23@XZ @51299 NONAME ?_Mynode@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QBEPAU_Node@23@XZ @52929 NONAME ?_Mynode@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QBEPAU_Node@23@XZ @51115 NONAME ?_Mynode@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QBEPAU_Node@23@XZ @51116 NONAME ?_Mynode@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QBEPAU_Node@23@XZ @51695 NONAME ?_Mynode@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QBEPAU_Node@23@XZ @52930 NONAME ?_Mynode@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QBEPAU_Node@23@XZ @51117 NONAME ?_Parent@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@KAAAPAU_Node@12@PAU312@@Z @51300 NONAME ?_Parent@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @52931 NONAME ?_Parent@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @51118 NONAME ?_Parent@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @51119 NONAME ?_Parent@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @51696 NONAME ?_Parent@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @52932 NONAME ?_Parent@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @51120 NONAME ?_Right@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@KAAAPAU_Node@12@PAU312@@Z @51301 NONAME ?_Right@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @52933 NONAME ?_Right@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @51121 NONAME ?_Right@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @51122 NONAME ?_Right@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @51697 NONAME ?_Right@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @52934 NONAME ?_Right@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@KAAAPAU_Node@12@PAU312@@Z @51123 NONAME ?_Rmost@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@IAEAAPAU_Node@12@XZ @51302 NONAME ?_Rmost@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @52935 NONAME ?_Rmost@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @51124 NONAME ?_Rmost@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @51125 NONAME ?_Rmost@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @51698 NONAME ?_Rmost@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @52936 NONAME ?_Rmost@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @51126 NONAME ?_Root@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@IAEAAPAU_Node@12@XZ @51303 NONAME ?_Root@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@IBEAAPAU_Node@12@XZ @51304 NONAME ?_Root@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @52937 NONAME ?_Root@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@IBEAAPAU_Node@12@XZ @52938 NONAME ?_Root@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @51127 NONAME ?_Root@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@IBEAAPAU_Node@12@XZ @51128 NONAME ?_Root@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @51129 NONAME ?_Root@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@IBEAAPAU_Node@12@XZ @51130 NONAME ?_Root@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @51699 NONAME ?_Root@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@IBEAAPAU_Node@12@XZ @51700 NONAME ?_Root@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @52939 NONAME ?_Root@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@IBEAAPAU_Node@12@XZ @52940 NONAME ?_Root@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@IAEAAPAU_Node@12@XZ @51131 NONAME ?_Root@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@IBEAAPAU_Node@12@XZ @51132 NONAME ?_Rrotate@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@IAEXPAU_Node@12@@Z @51305 NONAME ?_Rrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @52941 NONAME ?_Rrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @51133 NONAME ?_Rrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @51134 NONAME ?_Rrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @51701 NONAME ?_Rrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @52942 NONAME ?_Rrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @51135 NONAME ?_Ubound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@IBEPAU_Node@12@ABVPString@@@Z @52943 NONAME ?_Ucopy@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@IAEPAULookupRecord@@PBU3@0PAU3@@Z @52944 NONAME ?_Ufill@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@IAEXPAULookupRecord@@IABU3@@Z @52945 NONAME ?_Value@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@KAAAU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@PAU_Node@12@@Z @51306 NONAME ?_Value@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@KAAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@PAU_Node@12@@Z @52946 NONAME ?_Value@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@KAAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@PAU_Node@12@@Z @51136 NONAME ?_Value@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@KAAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@2@PAU_Node@12@@Z @51137 NONAME ?_Value@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@KAAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@PAU_Node@12@@Z @51702 NONAME ?_Value@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@KAAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@2@PAU_Node@12@@Z @52947 NONAME ?_Value@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@KAAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@PAU_Node@12@@Z @51138 NONAME ?__resetiosflags@@YAAAVios@@AAV1@J@Z @31272 NONAME ?__setiosflags@@YAAAVios@@AAV1@J@Z @31273 NONAME openh323_v1_18_0/src/OpenH323d_2003.dtf0100644000176200056700001172402410357203023017175 0ustar releasepostincrLIBRARY OpenH323d EXPORTS ??$?0U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@@std@@QAE@ABV?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@1@@Z @52162 NONAME ??$?0U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@@std@@QAE@ABV?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@1@@Z @52163 NONAME ??$?0U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAE@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@1@@Z @52730 NONAME ??$?0U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAE@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@1@@Z @52731 NONAME ??$?0U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAE@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@1@@Z @51523 NONAME ??$?0U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAE@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@1@@Z @51524 NONAME ??$?0U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAE@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@1@@Z @51525 NONAME ??$?0U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAE@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@1@@Z @51526 NONAME ??$?0U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAE@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@1@@Z @52339 NONAME ??$?0U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAE@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@1@@Z @52340 NONAME ??$?0U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAE@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@1@@Z @51527 NONAME ??$?0U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAE@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@1@@Z @51528 NONAME ??$copy_backward@PAULookupRecord@@PAU1@@std@@YAPAULookupRecord@@PAU1@00@Z @52732 NONAME ??$fill@PAULookupRecord@@U1@@std@@YAXPAULookupRecord@@0ABU1@@Z @52733 NONAME ??$find@Viterator@?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@VPCaselessString@@@std@@YA?AViterator@?$vector@VPString@@V?$allocator@VPString@@@std@@@0@V120@0ABVPCaselessString@@@Z @51177 NONAME ??$find@Viterator@?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@VPString@@@std@@YA?AViterator@?$vector@VPString@@V?$allocator@VPString@@@std@@@0@V120@0ABVPString@@@Z @50761 NONAME ??$Lookup@$0CB@VSRVRecordList@PDNS@@VSRVRecord@2@@PDNS@@YAHABVPString@@AAVSRVRecordList@0@@Z @52734 NONAME ??$Lookup@$0P@VMXRecordList@PDNS@@VMXRecord@2@@PDNS@@YAHABVPString@@AAVMXRecordList@0@@Z @52735 NONAME ??$PLoadPluginDirectory@VH323DynaLink@@@@YAXAAVH323DynaLink@@ABVPDirectory@@PBD@Z @51522 NONAME ??$_Allocate@ULookupRecord@@@std@@YAPAULookupRecord@@IPAU1@@Z @52736 NONAME ??$_Allocate@U_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@@std@@YAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@0@IPAU120@@Z @52164 NONAME ??$_Allocate@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@0@IPAU120@@Z @52737 NONAME ??$_Allocate@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@0@IPAU120@@Z @51529 NONAME ??$_Allocate@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@0@IPAU120@@Z @51530 NONAME ??$_Allocate@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@0@IPAU120@@Z @52341 NONAME ??$_Allocate@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@0@IPAU120@@Z @51531 NONAME ??$_Construct@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@PAU123@@std@@YAXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@0@ABQAU120@@Z @52165 NONAME ??$_Construct@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@PAU123@@std@@YAXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@0@ABQAU120@@Z @52738 NONAME ??$_Construct@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@PAU123@@std@@YAXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@0@ABQAU120@@Z @51532 NONAME ??$_Construct@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@PAU123@@std@@YAXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@0@ABQAU120@@Z @51533 NONAME ??$_Construct@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@PAU123@@std@@YAXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@0@ABQAU120@@Z @52342 NONAME ??$_Construct@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@PAU123@@std@@YAXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@0@ABQAU120@@Z @51534 NONAME ??$_Construct@ULookupRecord@@U1@@std@@YAXPAULookupRecord@@ABU1@@Z @52739 NONAME ??$_Copy_backward_opt@PAULookupRecord@@PAU1@@std@@YAPAULookupRecord@@PAU1@00U_Nonscalar_ptr_iterator_tag@0@@Z @52740 NONAME ??$_Destroy@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@@std@@YAXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@0@@Z @52166 NONAME ??$_Destroy@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@0@@Z @52741 NONAME ??$_Destroy@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@0@@Z @51535 NONAME ??$_Destroy@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@0@@Z @51536 NONAME ??$_Destroy@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@0@@Z @52343 NONAME ??$_Destroy@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@0@@Z @51537 NONAME ??$_Destroy@ULookupRecord@@@std@@YAXPAULookupRecord@@@Z @52742 NONAME ??$_Destroy@U_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@@std@@YAXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@0@@Z @52167 NONAME ??$_Destroy@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@0@@Z @52743 NONAME ??$_Destroy@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@0@@Z @51538 NONAME ??$_Destroy@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@0@@Z @51539 NONAME ??$_Destroy@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@0@@Z @52344 NONAME ??$_Destroy@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@0@@Z @51540 NONAME ??$_Destroy_range@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@YAXPAULookupRecord@@0AAV?$allocator@ULookupRecord@@@0@@Z @52744 NONAME ??$_Destroy_range@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@YAXPAULookupRecord@@0AAV?$allocator@ULookupRecord@@@0@U_Nonscalar_ptr_iterator_tag@0@@Z @52745 NONAME ??$_Distance2@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@I@std@@YAXViterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@0@0AAIUbidirectional_iterator_tag@0@@Z @53020 NONAME ??$_Distance@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@I@std@@YAXViterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@0@0AAI@Z @53021 NONAME ??$_Iter_cat@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YA?AUbidirectional_iterator_tag@0@ABViterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@0@@Z @53022 NONAME ??$_Ptr_cat@PAULookupRecord@@PAU1@@std@@YA?AU_Nonscalar_ptr_iterator_tag@0@AAPAULookupRecord@@0@Z @52746 NONAME ??$_Ucopy@PAULookupRecord@@@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@IAEPAULookupRecord@@PAU2@00@Z @52747 NONAME ??$_Uninitialized_copy@PAULookupRecord@@PAU1@V?$allocator@ULookupRecord@@@std@@@std@@YAPAULookupRecord@@PAU1@00AAV?$allocator@ULookupRecord@@@0@@Z @52748 NONAME ??$_Uninitialized_fill_n@PAULookupRecord@@IU1@V?$allocator@ULookupRecord@@@std@@@std@@YAXPAULookupRecord@@IABU1@AAV?$allocator@ULookupRecord@@@0@@Z @52749 NONAME ??$_Uninit_copy@PAULookupRecord@@PAU1@V?$allocator@ULookupRecord@@@std@@@std@@YAPAULookupRecord@@PAU1@00AAV?$allocator@ULookupRecord@@@0@U_Nonscalar_ptr_iterator_tag@0@@Z @52750 NONAME ??$_Uninit_fill_n@PAULookupRecord@@IU1@V?$allocator@ULookupRecord@@@std@@@std@@YAXPAULookupRecord@@IABU1@AAV?$allocator@ULookupRecord@@@0@U_Nonscalar_ptr_iterator_tag@0@@Z @52751 NONAME ??0?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@std@@QAE@ABV01@@Z @52168 NONAME ??0?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@std@@QAE@XZ @52169 NONAME ??0?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@std@@QAE@ABV01@@Z @52752 NONAME ??0?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@std@@QAE@XZ @52753 NONAME ??0?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@std@@QAE@ABV01@@Z @51541 NONAME ??0?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@std@@QAE@XZ @51542 NONAME ??0?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@std@@QAE@ABV01@@Z @51543 NONAME ??0?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@std@@QAE@XZ @51544 NONAME ??0?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@std@@QAE@ABV01@@Z @52345 NONAME ??0?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@std@@QAE@XZ @52346 NONAME ??0?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@std@@QAE@ABV01@@Z @51545 NONAME ??0?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@std@@QAE@XZ @51546 NONAME ??0?$allocator@ULookupRecord@@@std@@QAE@ABV01@@Z @52754 NONAME ??0?$allocator@ULookupRecord@@@std@@QAE@XZ @52755 NONAME ??0?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@QAE@ABV0@@Z @27615 NONAME ??0?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @27616 NONAME ??0?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@QAE@ABV0@@Z @27617 NONAME ??0?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@QAE@IW4TagClass@PASN_Object@@@Z @27618 NONAME ??0?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@QAE@ABV0@@Z @27619 NONAME ??0?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @27620 NONAME ??0?$H235_HASHED@VH235_EncodedGeneralToken@@@@QAE@ABV0@@Z @27621 NONAME ??0?$H235_HASHED@VH235_EncodedGeneralToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @27622 NONAME ??0?$H235_HASHED@VH235_EncodedPwdCertToken@@@@QAE@ABV0@@Z @27623 NONAME ??0?$H235_HASHED@VH235_EncodedPwdCertToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @27624 NONAME ??0?$H235_SIGNED@VH225_EncodedFastStartToken@@@@QAE@ABV0@@Z @27625 NONAME ??0?$H235_SIGNED@VH225_EncodedFastStartToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @27626 NONAME ??0?$H235_SIGNED@VH235_EncodedGeneralToken@@@@QAE@ABV0@@Z @27627 NONAME ??0?$H235_SIGNED@VH235_EncodedGeneralToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @27628 NONAME ??0?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@QAE@ABV0@@Z @27629 NONAME ??0?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@QAE@IW4TagClass@PASN_Object@@@Z @27630 NONAME ??0?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@QAE@ABV0@@Z @27631 NONAME ??0?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @27632 NONAME ??0?$H235_SIGNED@VH235_EncodedReturnSig@@@@QAE@ABV0@@Z @27633 NONAME ??0?$H235_SIGNED@VH235_EncodedReturnSig@@@@QAE@IW4TagClass@PASN_Object@@@Z @27634 NONAME ??0?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@@std@@QAE@XZ @52170 NONAME ??0?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@@std@@QAE@XZ @52756 NONAME ??0?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@@std@@QAE@XZ @51547 NONAME ??0?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@@std@@QAE@XZ @51548 NONAME ??0?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@@std@@QAE@XZ @52347 NONAME ??0?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@@std@@QAE@XZ @51549 NONAME ??0?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@QAE@ABIABQAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@Z @52171 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@QAE@ABU01@@Z @52757 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@QAE@ABVPString@@ABQAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@Z @52758 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@QAE@ABU01@@Z @51550 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@QAE@ABVPString@@ABQAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@Z @51551 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@QAE@ABU01@@Z @52348 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@QAE@ABVPString@@ABQAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@Z @52349 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@QAE@ABU01@@Z @51552 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@QAE@ABVPString@@ABQAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@Z @51553 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@QAE@ABU01@@Z @51554 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@QAE@ABVPString@@ABQAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@Z @51555 NONAME ??0?$pair@Viterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@_N@std@@QAE@ABViterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@1@AB_N@Z @52172 NONAME ??0?$pair@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@_N@std@@QAE@ABViterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@1@AB_N@Z @52759 NONAME ??0?$pair@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@_N@std@@QAE@ABViterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@1@AB_N@Z @51556 NONAME ??0?$pair@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@_N@std@@QAE@ABViterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@1@AB_N@Z @52350 NONAME ??0?$pair@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@V123@@std@@QAE@ABViterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@1@0@Z @53023 NONAME ??0?$pair@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@_N@std@@QAE@ABViterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@1@AB_N@Z @51557 NONAME ??0?$pair@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@_N@std@@QAE@ABViterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@1@AB_N@Z @51558 NONAME ??0?$PArray@V?$PList@VH323Capability@@@@@@IAE@HPBV0@@Z @16998 NONAME ??0?$PArray@V?$PList@VH323Capability@@@@@@QAE@H@Z @16999 NONAME ??0?$PArray@VH323SimultaneousCapabilities@@@@IAE@HPBV0@@Z @17000 NONAME ??0?$PArray@VH323SimultaneousCapabilities@@@@QAE@H@Z @17001 NONAME ??0?$PArray@VH323TransportAddress@@@@IAE@HPBV0@@Z @28399 NONAME ??0?$PArray@VH323TransportAddress@@@@QAE@ABV0@@Z @31670 NONAME ??0?$PArray@VH323TransportAddress@@@@QAE@H@Z @28400 NONAME ??0?$PArray@VReceiverReport@RTP_Session@@@@IAE@HPBV0@@Z @17002 NONAME ??0?$PArray@VReceiverReport@RTP_Session@@@@QAE@ABV0@@Z @17003 NONAME ??0?$PArray@VReceiverReport@RTP_Session@@@@QAE@H@Z @17004 NONAME ??0?$PArray@VSourceDescription@RTP_Session@@@@IAE@HPBV0@@Z @17005 NONAME ??0?$PArray@VSourceDescription@RTP_Session@@@@QAE@H@Z @17006 NONAME ??0?$PBaseArray@I@@QAE@ABV0@@Z @38293 NONAME ??0?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@IAE@HPBV0@@Z @21 NONAME ??0?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@QAE@XZ @22 NONAME ??0?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@IAE@HPBV0@@Z @31774 NONAME ??0?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@QAE@XZ @31775 NONAME ??0?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@IAE@HPBV0@@Z @28952 NONAME ??0?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@QAE@XZ @28953 NONAME ??0?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@IAE@HPBV0@@Z @23 NONAME ??0?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@QAE@XZ @24 NONAME ??0?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@IAE@HPBV0@@Z @37355 NONAME ??0?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@QAE@XZ @37356 NONAME ??0?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@IAE@HPBV0@@Z @25 NONAME ??0?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@QAE@ABV0@@Z @31457 NONAME ??0?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@QAE@XZ @26 NONAME ??0?$PDictionary@VPString@@VH323Connection@@@@IAE@HPBV0@@Z @27 NONAME ??0?$PDictionary@VPString@@VH323Connection@@@@QAE@XZ @28 NONAME ??0?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@IAE@HPBV0@@Z @28401 NONAME ??0?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@QAE@XZ @28402 NONAME ??0?$PDictionary@VPString@@VPOrdinalKey@@@@IAE@HPBV0@@Z @37453 NONAME ??0?$PDictionary@VPString@@VPOrdinalKey@@@@QAE@XZ @37454 NONAME ??0?$PFactory@VH235Authenticator@@VPString@@@@IAE@XZ @52760 NONAME ??0?$PFactory@VH323Capability@@VPString@@@@IAE@XZ @51559 NONAME ??0?$PFactory@VH323StaticPluginCodec@@VPString@@@@IAE@XZ @51560 NONAME ??0?$PFactory@VOpalFactoryCodec@@VPString@@@@IAE@XZ @52351 NONAME ??0?$PFactory@VOpalMediaFormat@@VPString@@@@IAE@XZ @51561 NONAME ??0?$PFactory@VPWAVFileConverter@@I@@IAE@XZ @52173 NONAME ??0?$PList@VH235Authenticator@@@@IAE@HPBV0@@Z @28803 NONAME ??0?$PList@VH235Authenticator@@@@QAE@ABV0@@Z @28804 NONAME ??0?$PList@VH235Authenticator@@@@QAE@XZ @28805 NONAME ??0?$PList@VH245_GenericParameter@@@@IAE@HPBV0@@Z @53273 NONAME ??0?$PList@VH245_GenericParameter@@@@QAE@ABV0@@Z @53274 NONAME ??0?$PList@VH245_GenericParameter@@@@QAE@XZ @53275 NONAME ??0?$PList@VH263Packet@@@@IAE@HPBV0@@Z @53787 NONAME ??0?$PList@VH263Packet@@@@QAE@XZ @53788 NONAME ??0?$PList@VH323Capability@@@@IAE@HPBV0@@Z @29 NONAME ??0?$PList@VH323Capability@@@@QAE@XZ @30 NONAME ??0?$PList@VH323Channel@@@@IAE@HPBV0@@Z @31 NONAME ??0?$PList@VH323Channel@@@@QAE@XZ @32 NONAME ??0?$PList@VH323GatekeeperListener@@@@IAE@HPBV0@@Z @28403 NONAME ??0?$PList@VH323GatekeeperListener@@@@QAE@XZ @28404 NONAME ??0?$PList@VH323Listener@@@@IAE@HPBV0@@Z @35 NONAME ??0?$PList@VH323Listener@@@@QAE@XZ @36 NONAME ??0?$PList@VH323Transactor@@@@IAE@HPBV0@@Z @34907 NONAME ??0?$PList@VH323Transactor@@@@QAE@XZ @34908 NONAME ??0?$PList@VH450xHandler@@@@IAE@HPBV0@@Z @28954 NONAME ??0?$PList@VH450xHandler@@@@QAE@XZ @28955 NONAME ??0?$PList@VOpalMediaFormat@@@@IAE@HPBV0@@Z @20574 NONAME ??0?$PList@VOpalMediaFormat@@@@QAE@ABV0@@Z @20575 NONAME ??0?$PList@VOpalMediaFormat@@@@QAE@XZ @20576 NONAME ??0?$PList@VPBYTEArray@@@@IAE@HPBV0@@Z @34554 NONAME ??0?$PList@VPBYTEArray@@@@QAE@XZ @34555 NONAME ??0?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@QAE@XZ @31620 NONAME ??0?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@QAE@XZ @37160 NONAME ??0?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@QAE@XZ @37161 NONAME ??0?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@QAE@XZ @31621 NONAME ??0?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@QAE@XZ @31622 NONAME ??0?$PSafePtr@VH323GatekeeperCall@@@@QAE@ABV0@@Z @34797 NONAME ??0?$PSafePtr@VH323GatekeeperCall@@@@QAE@ABVPSafeCollection@@W4PSafetyMode@@H@Z @52320 NONAME ??0?$PSafePtr@VH323GatekeeperCall@@@@QAE@PAVH323GatekeeperCall@@W4PSafetyMode@@@Z @52321 NONAME ??0?$PSafePtr@VH323PeerElementDescriptor@@@@QAE@ABV0@@Z @37163 NONAME ??0?$PSafePtr@VH323PeerElementDescriptor@@@@QAE@ABVPSafeCollection@@W4PSafetyMode@@H@Z @52322 NONAME ??0?$PSafePtr@VH323PeerElementDescriptor@@@@QAE@PAVH323PeerElementDescriptor@@W4PSafetyMode@@@Z @52323 NONAME ??0?$PSafePtr@VH323PeerElementServiceRelationship@@@@QAE@ABV0@@Z @37165 NONAME ??0?$PSafePtr@VH323PeerElementServiceRelationship@@@@QAE@ABVPSafeCollection@@W4PSafetyMode@@H@Z @52324 NONAME ??0?$PSafePtr@VH323PeerElementServiceRelationship@@@@QAE@PAVH323PeerElementServiceRelationship@@W4PSafetyMode@@@Z @52325 NONAME ??0?$PSafePtr@VH323RegisteredEndPoint@@@@QAE@ABV0@@Z @34798 NONAME ??0?$PSafePtr@VH323RegisteredEndPoint@@@@QAE@ABVPSafeCollection@@W4PSafetyMode@@H@Z @52326 NONAME ??0?$PSafePtr@VH323RegisteredEndPoint@@@@QAE@ABVPSafeCollection@@W4PSafetyMode@@PAVPSafeObject@@@Z @52327 NONAME ??0?$PSafePtr@VH323RegisteredEndPoint@@@@QAE@PAVH323RegisteredEndPoint@@W4PSafetyMode@@@Z @30378 NONAME ??0?$PSafeSortedList@VH323GatekeeperCall@@@@QAE@XZ @31623 NONAME ??0?$PSafeSortedList@VH323PeerElementDescriptor@@@@QAE@XZ @37166 NONAME ??0?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@QAE@XZ @37167 NONAME ??0?$PScalarArray@I@@QAE@ABV0@@Z @38294 NONAME ??0?$PSet@VPOrdinalKey@@@@IAE@HPBV0@@Z @37455 NONAME ??0?$PSet@VPOrdinalKey@@@@QAE@H@Z @37456 NONAME ??0?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@IAE@HPBV0@@Z @30811 NONAME ??0?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@QAE@XZ @30812 NONAME ??0?$PSortedList@VH225_AliasAddress@@@@IAE@HPBV0@@Z @37526 NONAME ??0?$PSortedList@VH225_AliasAddress@@@@QAE@XZ @37527 NONAME ??0?$PSortedList@VH323GatekeeperCall@@@@IAE@HPBV0@@Z @28405 NONAME ??0?$PSortedList@VH323GatekeeperCall@@@@QAE@XZ @28406 NONAME ??0?$PSortedList@VH323PeerElementDescriptor@@@@IAE@HPBV0@@Z @37168 NONAME ??0?$PSortedList@VH323PeerElementDescriptor@@@@QAE@XZ @37169 NONAME ??0?$PSortedList@VH323PeerElementServiceRelationship@@@@IAE@HPBV0@@Z @37170 NONAME ??0?$PSortedList@VH323PeerElementServiceRelationship@@@@QAE@XZ @37171 NONAME ??0?$PSortedList@VMXRecord@PDNS@@@@IAE@HPBV0@@Z @52761 NONAME ??0?$PSortedList@VMXRecord@PDNS@@@@QAE@XZ @52762 NONAME ??0?$PSortedList@VResponse@H323Transactor@@@@IAE@HPBV0@@Z @37357 NONAME ??0?$PSortedList@VResponse@H323Transactor@@@@QAE@XZ @37358 NONAME ??0?$PSortedList@VSRVRecord@PDNS@@@@IAE@HPBV0@@Z @52763 NONAME ??0?$PSortedList@VSRVRecord@PDNS@@@@QAE@XZ @52764 NONAME ??0?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAE@XZ @52765 NONAME ??0?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@QAE@ABVPString@@_N@Z @52766 NONAME ??0?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@QAE@ABVPString@@_N@Z @52767 NONAME ??0?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@QAE@ABVPString@@_N@Z @52768 NONAME ??0?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@QAE@ABVPString@@_N@Z @51562 NONAME ??0?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @51563 NONAME ??0?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @51564 NONAME ??0?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @51565 NONAME ??0?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @51566 NONAME ??0?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @51567 NONAME ??0?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @51568 NONAME ??0?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @51569 NONAME ??0?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @51570 NONAME ??0?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @51571 NONAME ??0?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @51572 NONAME ??0?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @51573 NONAME ??0?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @51574 NONAME ??0?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @51575 NONAME ??0?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @51576 NONAME ??0?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @51577 NONAME ??0?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @51578 NONAME ??0?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @51579 NONAME ??0?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @51580 NONAME ??0?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @51581 NONAME ??0?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @51582 NONAME ??0?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @51583 NONAME ??0?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @51584 NONAME ??0?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @51585 NONAME ??0?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @51586 NONAME ??0?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @51587 NONAME ??0?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @51588 NONAME ??0?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @51589 NONAME ??0?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @51590 NONAME ??0?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @51591 NONAME ??0?$Worker@VOpalRFC2190H263Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @53789 NONAME ??0?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @51592 NONAME ??0?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @51593 NONAME ??0?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@QAE@ABVPString@@_N@Z @52990 NONAME ??0?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@QAE@ABI_N@Z @52174 NONAME ??0?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@QAE@ABI_N@Z @52175 NONAME ??0?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@QAE@U?$less@I@1@@Z @52176 NONAME ??0?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@QAE@U?$less@VPString@@@1@@Z @52769 NONAME ??0?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@QAE@U?$less@VPString@@@1@@Z @51594 NONAME ??0?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@QAE@U?$less@VPString@@@1@@Z @51595 NONAME ??0?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@QAE@U?$less@VPString@@@1@@Z @52352 NONAME ??0?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@QAE@U?$less@VPString@@@1@@Z @51596 NONAME ??0?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE@ABU?$less@I@1@ABV?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@1@@Z @52177 NONAME ??0?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@ABU?$less@VPString@@@1@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@1@@Z @52770 NONAME ??0?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@ABU?$less@VPString@@@1@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@1@@Z @51597 NONAME ??0?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@ABU?$less@VPString@@@1@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@1@@Z @51598 NONAME ??0?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@ABU?$less@VPString@@@1@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@1@@Z @52353 NONAME ??0?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@ABU?$less@VPString@@@1@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@1@@Z @51599 NONAME ??0?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAE@ABU?$less@I@1@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@1@@Z @52178 NONAME ??0?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@1@@Z @52771 NONAME ??0?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@1@@Z @51600 NONAME ??0?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@1@@Z @51601 NONAME ??0?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@1@@Z @52354 NONAME ??0?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@1@@Z @51602 NONAME ??0?$_Tree_ptr@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAE@ABU?$less@I@1@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@1@@Z @52179 NONAME ??0?$_Tree_ptr@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@1@@Z @52772 NONAME ??0?$_Tree_ptr@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@1@@Z @51603 NONAME ??0?$_Tree_ptr@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@1@@Z @51604 NONAME ??0?$_Tree_ptr@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@1@@Z @52355 NONAME ??0?$_Tree_ptr@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@1@@Z @51605 NONAME ??0?$_Tree_val@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAE@ABU?$less@I@1@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@1@@Z @52180 NONAME ??0?$_Tree_val@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@1@@Z @52773 NONAME ??0?$_Tree_val@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@1@@Z @51606 NONAME ??0?$_Tree_val@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@1@@Z @51607 NONAME ??0?$_Tree_val@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@1@@Z @52356 NONAME ??0?$_Tree_val@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@1@@Z @51608 NONAME ??0?$_Vector_val@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@IAE@V?$allocator@ULookupRecord@@@1@@Z @52774 NONAME ??0AdmissionRequestResponseInfo@@QAE@AAUAdmissionResponse@H323Gatekeeper@@AAVH323Connection@@@Z @34903 NONAME ??0AdmissionResponse@H323Gatekeeper@@QAE@XZ @29203 NONAME ??0AliasKey@H323PeerElement@@QAE@ABVH225_AliasAddress@@ABVOpalGloballyUniqueID@@HH@Z @37992 NONAME ??0AlternateInfo@H323Gatekeeper@@QAE@AAVH225_AlternateGK@@@Z @30813 NONAME ??0ByteQueue@OpalVoipBlasterDevice@@QAE@H@Z @29727 NONAME ??0Code@PMessageDigest5@@QAE@XZ @28806 NONAME ??0CodecReadAnalyser@@QAE@XZ @20675 NONAME ??0const_iterator@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAE@PAULookupRecord@@@Z @52775 NONAME ??0const_iterator@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAE@XZ @52776 NONAME ??0const_iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@@Z @52181 NONAME ??0const_iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE@XZ @52182 NONAME ??0const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52777 NONAME ??0const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @52778 NONAME ??0const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @51609 NONAME ??0const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @51610 NONAME ??0const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @51611 NONAME ??0const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @51612 NONAME ??0const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52357 NONAME ??0const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @52358 NONAME ??0const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @51613 NONAME ??0const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @51614 NONAME ??0Encoder@@IAE@PAVTransmitter@@@Z @37 NONAME ??0Entry@RTP_JitterBuffer@@QAE@XZ @38 NONAME ??0FilterInfo@H323Codec@@QAE@AAV1@PAXHH@Z @29969 NONAME ??0FullP64Decoder@@QAE@XZ @40 NONAME ??0G7231_File_Capability@@QAE@ABV0@@Z @31195 NONAME ??0G7231_File_Capability@@QAE@XZ @30915 NONAME ??0G7231_File_Codec@@QAE@W4Direction@H323Codec@@@Z @30916 NONAME ??0GCC_AlternativeNodeID@@QAE@ABV0@@Z @41 NONAME ??0GCC_AlternativeNodeID@@QAE@IW4TagClass@PASN_Object@@@Z @42 NONAME ??0GCC_ApplicationInvokeIndication@@QAE@ABV0@@Z @43 NONAME ??0GCC_ApplicationInvokeIndication@@QAE@IW4TagClass@PASN_Object@@@Z @44 NONAME ??0GCC_ApplicationInvokeSpecifier@@QAE@ABV0@@Z @45 NONAME ??0GCC_ApplicationInvokeSpecifier@@QAE@IW4TagClass@PASN_Object@@@Z @46 NONAME ??0GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@QAE@ABV0@@Z @47 NONAME ??0GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@QAE@IW4TagClass@PASN_Object@@@Z @48 NONAME ??0GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@QAE@ABV0@@Z @49 NONAME ??0GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @50 NONAME ??0GCC_ApplicationRecord@@QAE@ABV0@@Z @51 NONAME ??0GCC_ApplicationRecord@@QAE@IW4TagClass@PASN_Object@@@Z @52 NONAME ??0GCC_ApplicationRecord_nonCollapsingCapabilities@@QAE@ABV0@@Z @53 NONAME ??0GCC_ApplicationRecord_nonCollapsingCapabilities@@QAE@IW4TagClass@PASN_Object@@@Z @54 NONAME ??0GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@QAE@ABV0@@Z @55 NONAME ??0GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @56 NONAME ??0GCC_ArrayOf_ApplicationInvokeSpecifier@@QAE@ABV0@@Z @57 NONAME ??0GCC_ArrayOf_ApplicationInvokeSpecifier@@QAE@IW4TagClass@PASN_Object@@@Z @58 NONAME ??0GCC_ArrayOf_ChallengeItem@@QAE@ABV0@@Z @59 NONAME ??0GCC_ArrayOf_ChallengeItem@@QAE@IW4TagClass@PASN_Object@@@Z @60 NONAME ??0GCC_ArrayOf_ConferenceDescriptor@@QAE@ABV0@@Z @61 NONAME ??0GCC_ArrayOf_ConferenceDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @62 NONAME ??0GCC_ArrayOf_Privilege@@QAE@ABV0@@Z @63 NONAME ??0GCC_ArrayOf_Privilege@@QAE@IW4TagClass@PASN_Object@@@Z @64 NONAME ??0GCC_ArrayOf_TextString@@QAE@ABV0@@Z @65 NONAME ??0GCC_ArrayOf_TextString@@QAE@IW4TagClass@PASN_Object@@@Z @66 NONAME ??0GCC_ArrayOf_UserID@@QAE@ABV0@@Z @67 NONAME ??0GCC_ArrayOf_UserID@@QAE@IW4TagClass@PASN_Object@@@Z @68 NONAME ??0GCC_AsymmetryIndicator@@QAE@ABV0@@Z @69 NONAME ??0GCC_AsymmetryIndicator@@QAE@IW4TagClass@PASN_Object@@@Z @70 NONAME ??0GCC_CapabilityClass@@QAE@ABV0@@Z @71 NONAME ??0GCC_CapabilityClass@@QAE@IW4TagClass@PASN_Object@@@Z @72 NONAME ??0GCC_CapabilityID@@QAE@ABV0@@Z @73 NONAME ??0GCC_CapabilityID@@QAE@IW4TagClass@PASN_Object@@@Z @74 NONAME ??0GCC_ChallengeItem@@QAE@ABV0@@Z @75 NONAME ??0GCC_ChallengeItem@@QAE@IW4TagClass@PASN_Object@@@Z @76 NONAME ??0GCC_ChallengeRequest@@QAE@ABV0@@Z @77 NONAME ??0GCC_ChallengeRequest@@QAE@IW4TagClass@PASN_Object@@@Z @78 NONAME ??0GCC_ChallengeResponse@@QAE@ABV0@@Z @79 NONAME ??0GCC_ChallengeResponse@@QAE@IW4TagClass@PASN_Object@@@Z @80 NONAME ??0GCC_ChallengeResponseAlgorithm@@QAE@ABV0@@Z @81 NONAME ??0GCC_ChallengeResponseAlgorithm@@QAE@IW4TagClass@PASN_Object@@@Z @82 NONAME ??0GCC_ChallengeResponseItem@@QAE@ABV0@@Z @83 NONAME ??0GCC_ChallengeResponseItem@@QAE@IW4TagClass@PASN_Object@@@Z @84 NONAME ??0GCC_ChannelID@@QAE@ABV0@@Z @85 NONAME ??0GCC_ChannelID@@QAE@IW4TagClass@PASN_Object@@@Z @86 NONAME ??0GCC_ChannelType@@QAE@ABV0@@Z @87 NONAME ??0GCC_ChannelType@@QAE@IW4TagClass@PASN_Object@@@Z @88 NONAME ??0GCC_ConductorAssignIndication@@QAE@ABV0@@Z @89 NONAME ??0GCC_ConductorAssignIndication@@QAE@IW4TagClass@PASN_Object@@@Z @90 NONAME ??0GCC_ConductorPermissionAskIndication@@QAE@ABV0@@Z @91 NONAME ??0GCC_ConductorPermissionAskIndication@@QAE@IW4TagClass@PASN_Object@@@Z @92 NONAME ??0GCC_ConductorPermissionGrantIndication@@QAE@ABV0@@Z @93 NONAME ??0GCC_ConductorPermissionGrantIndication@@QAE@IW4TagClass@PASN_Object@@@Z @94 NONAME ??0GCC_ConductorReleaseIndication@@QAE@ABV0@@Z @95 NONAME ??0GCC_ConductorReleaseIndication@@QAE@IW4TagClass@PASN_Object@@@Z @96 NONAME ??0GCC_ConferenceAddRequest@@QAE@ABV0@@Z @97 NONAME ??0GCC_ConferenceAddRequest@@QAE@IW4TagClass@PASN_Object@@@Z @98 NONAME ??0GCC_ConferenceAddResponse@@QAE@ABV0@@Z @99 NONAME ??0GCC_ConferenceAddResponse@@QAE@IW4TagClass@PASN_Object@@@Z @100 NONAME ??0GCC_ConferenceAddResponse_result@@QAE@ABV0@@Z @101 NONAME ??0GCC_ConferenceAddResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @102 NONAME ??0GCC_ConferenceAssistanceIndication@@QAE@ABV0@@Z @103 NONAME ??0GCC_ConferenceAssistanceIndication@@QAE@IW4TagClass@PASN_Object@@@Z @104 NONAME ??0GCC_ConferenceCreateRequest@@QAE@ABV0@@Z @105 NONAME ??0GCC_ConferenceCreateRequest@@QAE@IW4TagClass@PASN_Object@@@Z @106 NONAME ??0GCC_ConferenceCreateResponse@@QAE@ABV0@@Z @107 NONAME ??0GCC_ConferenceCreateResponse@@QAE@IW4TagClass@PASN_Object@@@Z @108 NONAME ??0GCC_ConferenceCreateResponse_result@@QAE@ABV0@@Z @109 NONAME ??0GCC_ConferenceCreateResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @110 NONAME ??0GCC_ConferenceDescriptor@@QAE@ABV0@@Z @111 NONAME ??0GCC_ConferenceDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @112 NONAME ??0GCC_ConferenceEjectUserIndication@@QAE@ABV0@@Z @113 NONAME ??0GCC_ConferenceEjectUserIndication@@QAE@IW4TagClass@PASN_Object@@@Z @114 NONAME ??0GCC_ConferenceEjectUserIndication_reason@@QAE@ABV0@@Z @115 NONAME ??0GCC_ConferenceEjectUserIndication_reason@@QAE@IW4TagClass@PASN_Object@@@Z @116 NONAME ??0GCC_ConferenceEjectUserRequest@@QAE@ABV0@@Z @117 NONAME ??0GCC_ConferenceEjectUserRequest@@QAE@IW4TagClass@PASN_Object@@@Z @118 NONAME ??0GCC_ConferenceEjectUserRequest_reason@@QAE@ABV0@@Z @119 NONAME ??0GCC_ConferenceEjectUserRequest_reason@@QAE@IW4TagClass@PASN_Object@@@Z @120 NONAME ??0GCC_ConferenceEjectUserResponse@@QAE@ABV0@@Z @121 NONAME ??0GCC_ConferenceEjectUserResponse@@QAE@IW4TagClass@PASN_Object@@@Z @122 NONAME ??0GCC_ConferenceEjectUserResponse_result@@QAE@ABV0@@Z @123 NONAME ??0GCC_ConferenceEjectUserResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @124 NONAME ??0GCC_ConferenceInviteRequest@@QAE@ABV0@@Z @125 NONAME ??0GCC_ConferenceInviteRequest@@QAE@IW4TagClass@PASN_Object@@@Z @126 NONAME ??0GCC_ConferenceInviteResponse@@QAE@ABV0@@Z @127 NONAME ??0GCC_ConferenceInviteResponse@@QAE@IW4TagClass@PASN_Object@@@Z @128 NONAME ??0GCC_ConferenceInviteResponse_result@@QAE@ABV0@@Z @129 NONAME ??0GCC_ConferenceInviteResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @130 NONAME ??0GCC_ConferenceJoinRequest@@QAE@ABV0@@Z @131 NONAME ??0GCC_ConferenceJoinRequest@@QAE@IW4TagClass@PASN_Object@@@Z @132 NONAME ??0GCC_ConferenceJoinResponse@@QAE@ABV0@@Z @133 NONAME ??0GCC_ConferenceJoinResponse@@QAE@IW4TagClass@PASN_Object@@@Z @134 NONAME ??0GCC_ConferenceJoinResponse_result@@QAE@ABV0@@Z @135 NONAME ??0GCC_ConferenceJoinResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @136 NONAME ??0GCC_ConferenceLockIndication@@QAE@ABV0@@Z @137 NONAME ??0GCC_ConferenceLockIndication@@QAE@IW4TagClass@PASN_Object@@@Z @138 NONAME ??0GCC_ConferenceLockRequest@@QAE@ABV0@@Z @139 NONAME ??0GCC_ConferenceLockRequest@@QAE@IW4TagClass@PASN_Object@@@Z @140 NONAME ??0GCC_ConferenceLockResponse@@QAE@ABV0@@Z @141 NONAME ??0GCC_ConferenceLockResponse@@QAE@IW4TagClass@PASN_Object@@@Z @142 NONAME ??0GCC_ConferenceLockResponse_result@@QAE@ABV0@@Z @143 NONAME ??0GCC_ConferenceLockResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @144 NONAME ??0GCC_ConferenceName@@QAE@ABV0@@Z @145 NONAME ??0GCC_ConferenceName@@QAE@IW4TagClass@PASN_Object@@@Z @146 NONAME ??0GCC_ConferenceNameModifier@@QAE@ABV0@@Z @147 NONAME ??0GCC_ConferenceNameModifier@@QAE@IW4TagClass@PASN_Object@@@Z @148 NONAME ??0GCC_ConferenceNameSelector@@QAE@ABV0@@Z @149 NONAME ??0GCC_ConferenceNameSelector@@QAE@IW4TagClass@PASN_Object@@@Z @150 NONAME ??0GCC_ConferencePriority@@QAE@ABV0@@Z @151 NONAME ??0GCC_ConferencePriority@@QAE@IW4TagClass@PASN_Object@@@Z @152 NONAME ??0GCC_ConferencePriorityScheme@@QAE@ABV0@@Z @153 NONAME ??0GCC_ConferencePriorityScheme@@QAE@IW4TagClass@PASN_Object@@@Z @154 NONAME ??0GCC_ConferenceQueryRequest@@QAE@ABV0@@Z @155 NONAME ??0GCC_ConferenceQueryRequest@@QAE@IW4TagClass@PASN_Object@@@Z @156 NONAME ??0GCC_ConferenceQueryResponse@@QAE@ABV0@@Z @157 NONAME ??0GCC_ConferenceQueryResponse@@QAE@IW4TagClass@PASN_Object@@@Z @158 NONAME ??0GCC_ConferenceQueryResponse_result@@QAE@ABV0@@Z @159 NONAME ??0GCC_ConferenceQueryResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @160 NONAME ??0GCC_ConferenceTerminateIndication@@QAE@ABV0@@Z @161 NONAME ??0GCC_ConferenceTerminateIndication@@QAE@IW4TagClass@PASN_Object@@@Z @162 NONAME ??0GCC_ConferenceTerminateIndication_reason@@QAE@ABV0@@Z @163 NONAME ??0GCC_ConferenceTerminateIndication_reason@@QAE@IW4TagClass@PASN_Object@@@Z @164 NONAME ??0GCC_ConferenceTerminateRequest@@QAE@ABV0@@Z @165 NONAME ??0GCC_ConferenceTerminateRequest@@QAE@IW4TagClass@PASN_Object@@@Z @166 NONAME ??0GCC_ConferenceTerminateRequest_reason@@QAE@ABV0@@Z @167 NONAME ??0GCC_ConferenceTerminateRequest_reason@@QAE@IW4TagClass@PASN_Object@@@Z @168 NONAME ??0GCC_ConferenceTerminateResponse@@QAE@ABV0@@Z @169 NONAME ??0GCC_ConferenceTerminateResponse@@QAE@IW4TagClass@PASN_Object@@@Z @170 NONAME ??0GCC_ConferenceTerminateResponse_result@@QAE@ABV0@@Z @171 NONAME ??0GCC_ConferenceTerminateResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @172 NONAME ??0GCC_ConferenceTimeExtendIndication@@QAE@ABV0@@Z @173 NONAME ??0GCC_ConferenceTimeExtendIndication@@QAE@IW4TagClass@PASN_Object@@@Z @174 NONAME ??0GCC_ConferenceTimeInquireIndication@@QAE@ABV0@@Z @175 NONAME ??0GCC_ConferenceTimeInquireIndication@@QAE@IW4TagClass@PASN_Object@@@Z @176 NONAME ??0GCC_ConferenceTimeRemainingIndication@@QAE@ABV0@@Z @177 NONAME ??0GCC_ConferenceTimeRemainingIndication@@QAE@IW4TagClass@PASN_Object@@@Z @178 NONAME ??0GCC_ConferenceTransferIndication@@QAE@ABV0@@Z @179 NONAME ??0GCC_ConferenceTransferIndication@@QAE@IW4TagClass@PASN_Object@@@Z @180 NONAME ??0GCC_ConferenceTransferRequest@@QAE@ABV0@@Z @181 NONAME ??0GCC_ConferenceTransferRequest@@QAE@IW4TagClass@PASN_Object@@@Z @182 NONAME ??0GCC_ConferenceTransferResponse@@QAE@ABV0@@Z @183 NONAME ??0GCC_ConferenceTransferResponse@@QAE@IW4TagClass@PASN_Object@@@Z @184 NONAME ??0GCC_ConferenceTransferResponse_result@@QAE@ABV0@@Z @185 NONAME ??0GCC_ConferenceTransferResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @186 NONAME ??0GCC_ConferenceUnlockIndication@@QAE@ABV0@@Z @187 NONAME ??0GCC_ConferenceUnlockIndication@@QAE@IW4TagClass@PASN_Object@@@Z @188 NONAME ??0GCC_ConferenceUnlockRequest@@QAE@ABV0@@Z @189 NONAME ??0GCC_ConferenceUnlockRequest@@QAE@IW4TagClass@PASN_Object@@@Z @190 NONAME ??0GCC_ConferenceUnlockResponse@@QAE@ABV0@@Z @191 NONAME ??0GCC_ConferenceUnlockResponse@@QAE@IW4TagClass@PASN_Object@@@Z @192 NONAME ??0GCC_ConferenceUnlockResponse_result@@QAE@ABV0@@Z @193 NONAME ??0GCC_ConferenceUnlockResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @194 NONAME ??0GCC_ConnectData@@QAE@ABV0@@Z @195 NONAME ??0GCC_ConnectData@@QAE@IW4TagClass@PASN_Object@@@Z @196 NONAME ??0GCC_ConnectGCCPDU@@QAE@ABV0@@Z @197 NONAME ??0GCC_ConnectGCCPDU@@QAE@IW4TagClass@PASN_Object@@@Z @198 NONAME ??0GCC_DialingString@@QAE@ABV0@@Z @199 NONAME ??0GCC_DialingString@@QAE@IW4TagClass@PASN_Object@@@Z @200 NONAME ??0GCC_DynamicChannelID@@QAE@ABV0@@Z @201 NONAME ??0GCC_DynamicChannelID@@QAE@IW4TagClass@PASN_Object@@@Z @202 NONAME ??0GCC_DynamicTokenID@@QAE@ABV0@@Z @203 NONAME ??0GCC_DynamicTokenID@@QAE@IW4TagClass@PASN_Object@@@Z @204 NONAME ??0GCC_EntityID@@QAE@ABV0@@Z @205 NONAME ??0GCC_EntityID@@QAE@IW4TagClass@PASN_Object@@@Z @206 NONAME ??0GCC_ExtraDialingString@@QAE@ABV0@@Z @207 NONAME ??0GCC_ExtraDialingString@@QAE@IW4TagClass@PASN_Object@@@Z @208 NONAME ??0GCC_FunctionNotSupportedResponse@@QAE@ABV0@@Z @209 NONAME ??0GCC_FunctionNotSupportedResponse@@QAE@IW4TagClass@PASN_Object@@@Z @210 NONAME ??0GCC_GCCPDU@@QAE@ABV0@@Z @211 NONAME ??0GCC_GCCPDU@@QAE@IW4TagClass@PASN_Object@@@Z @212 NONAME ??0GCC_H221NonStandardIdentifier@@QAE@ABV0@@Z @213 NONAME ??0GCC_H221NonStandardIdentifier@@QAE@ABVPBYTEArray@@@Z @37529 NONAME ??0GCC_H221NonStandardIdentifier@@QAE@ABVPString@@@Z @37530 NONAME ??0GCC_H221NonStandardIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @214 NONAME ??0GCC_H221NonStandardIdentifier@@QAE@PBD@Z @37531 NONAME ??0GCC_Handle@@QAE@ABV0@@Z @215 NONAME ??0GCC_Handle@@QAE@IW4TagClass@PASN_Object@@@Z @216 NONAME ??0GCC_IndicationPDU@@QAE@ABV0@@Z @217 NONAME ??0GCC_IndicationPDU@@QAE@IW4TagClass@PASN_Object@@@Z @218 NONAME ??0GCC_Key@@QAE@ABV0@@Z @219 NONAME ??0GCC_Key@@QAE@IW4TagClass@PASN_Object@@@Z @220 NONAME ??0GCC_NetworkAddress@@QAE@ABV0@@Z @221 NONAME ??0GCC_NetworkAddress@@QAE@IW4TagClass@PASN_Object@@@Z @222 NONAME ??0GCC_NetworkAddress_subtype@@QAE@ABV0@@Z @223 NONAME ??0GCC_NetworkAddress_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @224 NONAME ??0GCC_NetworkAddress_subtype_aggregatedChannel@@QAE@ABV0@@Z @225 NONAME ??0GCC_NetworkAddress_subtype_aggregatedChannel@@QAE@IW4TagClass@PASN_Object@@@Z @226 NONAME ??0GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@QAE@ABV0@@Z @227 NONAME ??0GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@QAE@IW4TagClass@PASN_Object@@@Z @228 NONAME ??0GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@QAE@ABV0@@Z @229 NONAME ??0GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@QAE@IW4TagClass@PASN_Object@@@Z @230 NONAME ??0GCC_NetworkAddress_subtype_transportConnection@@QAE@ABV0@@Z @231 NONAME ??0GCC_NetworkAddress_subtype_transportConnection@@QAE@IW4TagClass@PASN_Object@@@Z @232 NONAME ??0GCC_NodeProperties@@QAE@ABV0@@Z @233 NONAME ??0GCC_NodeProperties@@QAE@IW4TagClass@PASN_Object@@@Z @234 NONAME ??0GCC_NodeRecord@@QAE@ABV0@@Z @235 NONAME ??0GCC_NodeRecord@@QAE@IW4TagClass@PASN_Object@@@Z @236 NONAME ??0GCC_NodeType@@QAE@ABV0@@Z @237 NONAME ??0GCC_NodeType@@QAE@IW4TagClass@PASN_Object@@@Z @238 NONAME ??0GCC_NonStandardParameter@@QAE@ABV0@@Z @239 NONAME ??0GCC_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @240 NONAME ??0GCC_NonStandardPDU@@QAE@ABV0@@Z @241 NONAME ??0GCC_NonStandardPDU@@QAE@IW4TagClass@PASN_Object@@@Z @242 NONAME ??0GCC_Password@@QAE@ABV0@@Z @243 NONAME ??0GCC_Password@@QAE@IW4TagClass@PASN_Object@@@Z @244 NONAME ??0GCC_PasswordChallengeRequestResponse@@QAE@ABV0@@Z @245 NONAME ??0GCC_PasswordChallengeRequestResponse@@QAE@IW4TagClass@PASN_Object@@@Z @246 NONAME ??0GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@QAE@ABV0@@Z @247 NONAME ??0GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@QAE@IW4TagClass@PASN_Object@@@Z @248 NONAME ??0GCC_PasswordSelector@@QAE@ABV0@@Z @249 NONAME ??0GCC_PasswordSelector@@QAE@IW4TagClass@PASN_Object@@@Z @250 NONAME ??0GCC_Privilege@@QAE@ABV0@@Z @251 NONAME ??0GCC_Privilege@@QAE@IW4TagClass@PASN_Object@@@Z @252 NONAME ??0GCC_RegistryAllocateHandleRequest@@QAE@ABV0@@Z @253 NONAME ??0GCC_RegistryAllocateHandleRequest@@QAE@IW4TagClass@PASN_Object@@@Z @254 NONAME ??0GCC_RegistryAllocateHandleResponse@@QAE@ABV0@@Z @255 NONAME ??0GCC_RegistryAllocateHandleResponse@@QAE@IW4TagClass@PASN_Object@@@Z @256 NONAME ??0GCC_RegistryAllocateHandleResponse_result@@QAE@ABV0@@Z @257 NONAME ??0GCC_RegistryAllocateHandleResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @258 NONAME ??0GCC_RegistryAssignTokenRequest@@QAE@ABV0@@Z @259 NONAME ??0GCC_RegistryAssignTokenRequest@@QAE@IW4TagClass@PASN_Object@@@Z @260 NONAME ??0GCC_RegistryDeleteEntryRequest@@QAE@ABV0@@Z @261 NONAME ??0GCC_RegistryDeleteEntryRequest@@QAE@IW4TagClass@PASN_Object@@@Z @262 NONAME ??0GCC_RegistryEntryOwner@@QAE@ABV0@@Z @263 NONAME ??0GCC_RegistryEntryOwner@@QAE@IW4TagClass@PASN_Object@@@Z @264 NONAME ??0GCC_RegistryEntryOwner_owned@@QAE@ABV0@@Z @265 NONAME ??0GCC_RegistryEntryOwner_owned@@QAE@IW4TagClass@PASN_Object@@@Z @266 NONAME ??0GCC_RegistryItem@@QAE@ABV0@@Z @267 NONAME ??0GCC_RegistryItem@@QAE@IW4TagClass@PASN_Object@@@Z @268 NONAME ??0GCC_RegistryKey@@QAE@ABV0@@Z @269 NONAME ??0GCC_RegistryKey@@QAE@IW4TagClass@PASN_Object@@@Z @270 NONAME ??0GCC_RegistryModificationRights@@QAE@ABV0@@Z @271 NONAME ??0GCC_RegistryModificationRights@@QAE@IW4TagClass@PASN_Object@@@Z @272 NONAME ??0GCC_RegistryMonitorEntryIndication@@QAE@ABV0@@Z @273 NONAME ??0GCC_RegistryMonitorEntryIndication@@QAE@IW4TagClass@PASN_Object@@@Z @274 NONAME ??0GCC_RegistryMonitorEntryRequest@@QAE@ABV0@@Z @275 NONAME ??0GCC_RegistryMonitorEntryRequest@@QAE@IW4TagClass@PASN_Object@@@Z @276 NONAME ??0GCC_RegistryRegisterChannelRequest@@QAE@ABV0@@Z @277 NONAME ??0GCC_RegistryRegisterChannelRequest@@QAE@IW4TagClass@PASN_Object@@@Z @278 NONAME ??0GCC_RegistryResponse@@QAE@ABV0@@Z @279 NONAME ??0GCC_RegistryResponse@@QAE@IW4TagClass@PASN_Object@@@Z @280 NONAME ??0GCC_RegistryResponse_primitiveType@@QAE@ABV0@@Z @281 NONAME ??0GCC_RegistryResponse_primitiveType@@QAE@IW4TagClass@PASN_Object@@@Z @282 NONAME ??0GCC_RegistryResponse_result@@QAE@ABV0@@Z @283 NONAME ??0GCC_RegistryResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @284 NONAME ??0GCC_RegistryRetrieveEntryRequest@@QAE@ABV0@@Z @285 NONAME ??0GCC_RegistryRetrieveEntryRequest@@QAE@IW4TagClass@PASN_Object@@@Z @286 NONAME ??0GCC_RegistrySetParameterRequest@@QAE@ABV0@@Z @287 NONAME ??0GCC_RegistrySetParameterRequest@@QAE@IW4TagClass@PASN_Object@@@Z @288 NONAME ??0GCC_RequestPDU@@QAE@ABV0@@Z @289 NONAME ??0GCC_RequestPDU@@QAE@IW4TagClass@PASN_Object@@@Z @290 NONAME ??0GCC_ResponsePDU@@QAE@ABV0@@Z @291 NONAME ??0GCC_ResponsePDU@@QAE@IW4TagClass@PASN_Object@@@Z @292 NONAME ??0GCC_RosterUpdateIndication@@QAE@ABV0@@Z @293 NONAME ??0GCC_RosterUpdateIndication@@QAE@IW4TagClass@PASN_Object@@@Z @294 NONAME ??0GCC_RosterUpdateIndication_applicationInformation@@QAE@ABV0@@Z @295 NONAME ??0GCC_RosterUpdateIndication_applicationInformation@@QAE@IW4TagClass@PASN_Object@@@Z @296 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype@@QAE@ABV0@@Z @297 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @298 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@QAE@ABV0@@Z @299 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@QAE@IW4TagClass@PASN_Object@@@Z @300 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@QAE@ABV0@@Z @301 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@QAE@IW4TagClass@PASN_Object@@@Z @302 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@QAE@ABV0@@Z @303 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @304 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@QAE@ABV0@@Z @305 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@QAE@IW4TagClass@PASN_Object@@@Z @306 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@QAE@ABV0@@Z @307 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@QAE@IW4TagClass@PASN_Object@@@Z @308 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@QAE@ABV0@@Z @309 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @310 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@QAE@ABV0@@Z @311 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@QAE@IW4TagClass@PASN_Object@@@Z @312 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@QAE@ABV0@@Z @313 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @314 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@QAE@ABV0@@Z @315 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@QAE@IW4TagClass@PASN_Object@@@Z @316 NONAME ??0GCC_RosterUpdateIndication_nodeInformation@@QAE@ABV0@@Z @317 NONAME ??0GCC_RosterUpdateIndication_nodeInformation@@QAE@IW4TagClass@PASN_Object@@@Z @318 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@QAE@ABV0@@Z @319 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@QAE@IW4TagClass@PASN_Object@@@Z @320 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@QAE@ABV0@@Z @321 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@QAE@IW4TagClass@PASN_Object@@@Z @322 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@QAE@ABV0@@Z @323 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @324 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@QAE@ABV0@@Z @325 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@QAE@IW4TagClass@PASN_Object@@@Z @326 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@QAE@ABV0@@Z @327 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @328 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@QAE@ABV0@@Z @329 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@QAE@IW4TagClass@PASN_Object@@@Z @330 NONAME ??0GCC_SessionKey@@QAE@ABV0@@Z @331 NONAME ??0GCC_SessionKey@@QAE@IW4TagClass@PASN_Object@@@Z @332 NONAME ??0GCC_SimpleNumericString@@QAE@ABV0@@Z @333 NONAME ??0GCC_SimpleNumericString@@QAE@IW4TagClass@PASN_Object@@@Z @334 NONAME ??0GCC_SimpleTextString@@QAE@ABV0@@Z @335 NONAME ??0GCC_SimpleTextString@@QAE@IW4TagClass@PASN_Object@@@Z @336 NONAME ??0GCC_StaticChannelID@@QAE@ABV0@@Z @337 NONAME ??0GCC_StaticChannelID@@QAE@IW4TagClass@PASN_Object@@@Z @338 NONAME ??0GCC_StaticTokenID@@QAE@ABV0@@Z @339 NONAME ??0GCC_StaticTokenID@@QAE@IW4TagClass@PASN_Object@@@Z @340 NONAME ??0GCC_SubAddressString@@QAE@ABV0@@Z @341 NONAME ??0GCC_SubAddressString@@QAE@IW4TagClass@PASN_Object@@@Z @342 NONAME ??0GCC_TerminationMethod@@QAE@ABV0@@Z @343 NONAME ??0GCC_TerminationMethod@@QAE@IW4TagClass@PASN_Object@@@Z @344 NONAME ??0GCC_TextMessageIndication@@QAE@ABV0@@Z @345 NONAME ??0GCC_TextMessageIndication@@QAE@IW4TagClass@PASN_Object@@@Z @346 NONAME ??0GCC_TextString@@QAE@ABV0@@Z @347 NONAME ??0GCC_TextString@@QAE@IW4TagClass@PASN_Object@@@Z @348 NONAME ??0GCC_Time@@QAE@ABV0@@Z @349 NONAME ??0GCC_Time@@QAE@IW4TagClass@PASN_Object@@@Z @350 NONAME ??0GCC_TokenID@@QAE@ABV0@@Z @351 NONAME ??0GCC_TokenID@@QAE@IW4TagClass@PASN_Object@@@Z @352 NONAME ??0GCC_UserData@@QAE@ABV0@@Z @353 NONAME ??0GCC_UserData@@QAE@IW4TagClass@PASN_Object@@@Z @354 NONAME ??0GCC_UserData_subtype@@QAE@ABV0@@Z @355 NONAME ??0GCC_UserData_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @356 NONAME ??0GCC_UserID@@QAE@ABV0@@Z @357 NONAME ??0GCC_UserID@@QAE@IW4TagClass@PASN_Object@@@Z @358 NONAME ??0GCC_UserIDIndication@@QAE@ABV0@@Z @359 NONAME ??0GCC_UserIDIndication@@QAE@IW4TagClass@PASN_Object@@@Z @360 NONAME ??0H225CallThread@@QAE@AAVH323EndPoint@@AAVH323Connection@@AAVH323Transport@@ABVPString@@ABVH323TransportAddress@@@Z @362 NONAME ??0H225TransportThread@@QAE@AAVH323EndPoint@@PAVH323Transport@@@Z @28012 NONAME ??0H225_AddressPattern@@QAE@ABV0@@Z @24355 NONAME ??0H225_AddressPattern@@QAE@IW4TagClass@PASN_Object@@@Z @24356 NONAME ??0H225_AddressPattern_range@@QAE@ABV0@@Z @24357 NONAME ??0H225_AddressPattern_range@@QAE@IW4TagClass@PASN_Object@@@Z @24358 NONAME ??0H225_AdmissionConfirm@@QAE@ABV0@@Z @365 NONAME ??0H225_AdmissionConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @366 NONAME ??0H225_AdmissionConfirm_language@@QAE@ABV0@@Z @24359 NONAME ??0H225_AdmissionConfirm_language@@QAE@IW4TagClass@PASN_Object@@@Z @24360 NONAME ??0H225_AdmissionReject@@QAE@ABV0@@Z @367 NONAME ??0H225_AdmissionReject@@QAE@IW4TagClass@PASN_Object@@@Z @368 NONAME ??0H225_AdmissionRejectReason@@QAE@ABV0@@Z @369 NONAME ??0H225_AdmissionRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @370 NONAME ??0H225_AdmissionRequest@@QAE@ABV0@@Z @371 NONAME ??0H225_AdmissionRequest@@QAE@IW4TagClass@PASN_Object@@@Z @372 NONAME ??0H225_Alerting_UUIE@@QAE@ABV0@@Z @373 NONAME ??0H225_Alerting_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @374 NONAME ??0H225_AliasAddress@@QAE@ABV0@@Z @375 NONAME ??0H225_AliasAddress@@QAE@IW4TagClass@PASN_Object@@@Z @376 NONAME ??0H225_AlternateGK@@QAE@ABV0@@Z @377 NONAME ??0H225_AlternateGK@@QAE@IW4TagClass@PASN_Object@@@Z @378 NONAME ??0H225_AlternateTransportAddresses@@QAE@ABV0@@Z @24361 NONAME ??0H225_AlternateTransportAddresses@@QAE@IW4TagClass@PASN_Object@@@Z @24362 NONAME ??0H225_AltGKInfo@@QAE@ABV0@@Z @379 NONAME ??0H225_AltGKInfo@@QAE@IW4TagClass@PASN_Object@@@Z @380 NONAME ??0H225_ANSI_41_UIM@@QAE@ABV0@@Z @24363 NONAME ??0H225_ANSI_41_UIM@@QAE@IW4TagClass@PASN_Object@@@Z @24364 NONAME ??0H225_ANSI_41_UIM_system_id@@QAE@ABV0@@Z @24365 NONAME ??0H225_ANSI_41_UIM_system_id@@QAE@IW4TagClass@PASN_Object@@@Z @24366 NONAME ??0H225_ArrayOf_AddressPattern@@QAE@ABV0@@Z @24367 NONAME ??0H225_ArrayOf_AddressPattern@@QAE@IW4TagClass@PASN_Object@@@Z @24368 NONAME ??0H225_ArrayOf_AdmissionConfirm@@QAE@ABV0@@Z @38332 NONAME ??0H225_ArrayOf_AdmissionConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @38333 NONAME ??0H225_ArrayOf_AliasAddress@@QAE@ABV0@@Z @381 NONAME ??0H225_ArrayOf_AliasAddress@@QAE@IW4TagClass@PASN_Object@@@Z @382 NONAME ??0H225_ArrayOf_AlternateGK@@QAE@ABV0@@Z @383 NONAME ??0H225_ArrayOf_AlternateGK@@QAE@IW4TagClass@PASN_Object@@@Z @384 NONAME ??0H225_ArrayOf_AuthenticationMechanism@@QAE@ABV0@@Z @385 NONAME ??0H225_ArrayOf_AuthenticationMechanism@@QAE@IW4TagClass@PASN_Object@@@Z @386 NONAME ??0H225_ArrayOf_BandwidthDetails@@QAE@ABV0@@Z @24369 NONAME ??0H225_ArrayOf_BandwidthDetails@@QAE@IW4TagClass@PASN_Object@@@Z @24370 NONAME ??0H225_ArrayOf_CallReferenceValue@@QAE@ABV0@@Z @387 NONAME ??0H225_ArrayOf_CallReferenceValue@@QAE@IW4TagClass@PASN_Object@@@Z @388 NONAME ??0H225_ArrayOf_CallsAvailable@@QAE@ABV0@@Z @24371 NONAME ??0H225_ArrayOf_CallsAvailable@@QAE@IW4TagClass@PASN_Object@@@Z @24372 NONAME ??0H225_ArrayOf_ClearToken@@QAE@ABV0@@Z @389 NONAME ??0H225_ArrayOf_ClearToken@@QAE@IW4TagClass@PASN_Object@@@Z @390 NONAME ??0H225_ArrayOf_ConferenceIdentifier@@QAE@ABV0@@Z @391 NONAME ??0H225_ArrayOf_ConferenceIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @392 NONAME ??0H225_ArrayOf_ConferenceList@@QAE@ABV0@@Z @393 NONAME ??0H225_ArrayOf_ConferenceList@@QAE@IW4TagClass@PASN_Object@@@Z @394 NONAME ??0H225_ArrayOf_CryptoH323Token@@QAE@ABV0@@Z @395 NONAME ??0H225_ArrayOf_CryptoH323Token@@QAE@IW4TagClass@PASN_Object@@@Z @396 NONAME ??0H225_ArrayOf_DataRate@@QAE@ABV0@@Z @397 NONAME ??0H225_ArrayOf_DataRate@@QAE@IW4TagClass@PASN_Object@@@Z @398 NONAME ??0H225_ArrayOf_Endpoint@@QAE@ABV0@@Z @399 NONAME ??0H225_ArrayOf_Endpoint@@QAE@IW4TagClass@PASN_Object@@@Z @400 NONAME ??0H225_ArrayOf_EnumeratedParameter@@QAE@ABV0@@Z @24373 NONAME ??0H225_ArrayOf_EnumeratedParameter@@QAE@IW4TagClass@PASN_Object@@@Z @24374 NONAME ??0H225_ArrayOf_ExtendedAliasAddress@@QAE@ABV0@@Z @24375 NONAME ??0H225_ArrayOf_ExtendedAliasAddress@@QAE@IW4TagClass@PASN_Object@@@Z @24376 NONAME ??0H225_ArrayOf_FeatureDescriptor@@QAE@ABV0@@Z @24377 NONAME ??0H225_ArrayOf_FeatureDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @24378 NONAME ??0H225_ArrayOf_GenericData@@QAE@ABV0@@Z @24379 NONAME ??0H225_ArrayOf_GenericData@@QAE@IW4TagClass@PASN_Object@@@Z @24380 NONAME ??0H225_ArrayOf_H245Security@@QAE@ABV0@@Z @401 NONAME ??0H225_ArrayOf_H245Security@@QAE@IW4TagClass@PASN_Object@@@Z @402 NONAME ??0H225_ArrayOf_H248PackagesDescriptor@@QAE@ABV0@@Z @24381 NONAME ??0H225_ArrayOf_H248PackagesDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @24382 NONAME ??0H225_ArrayOf_IntegrityMechanism@@QAE@ABV0@@Z @403 NONAME ??0H225_ArrayOf_IntegrityMechanism@@QAE@IW4TagClass@PASN_Object@@@Z @404 NONAME ??0H225_ArrayOf_NonStandardParameter@@QAE@ABV0@@Z @405 NONAME ??0H225_ArrayOf_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @406 NONAME ??0H225_ArrayOf_PartyNumber@@QAE@ABV0@@Z @24383 NONAME ??0H225_ArrayOf_PartyNumber@@QAE@IW4TagClass@PASN_Object@@@Z @24384 NONAME ??0H225_ArrayOf_PASN_ObjectId@@QAE@ABV0@@Z @407 NONAME ??0H225_ArrayOf_PASN_ObjectId@@QAE@IW4TagClass@PASN_Object@@@Z @408 NONAME ??0H225_ArrayOf_PASN_OctetString@@QAE@ABV0@@Z @409 NONAME ??0H225_ArrayOf_PASN_OctetString@@QAE@IW4TagClass@PASN_Object@@@Z @410 NONAME ??0H225_ArrayOf_RasUsageSpecification@@QAE@ABV0@@Z @24385 NONAME ??0H225_ArrayOf_RasUsageSpecification@@QAE@IW4TagClass@PASN_Object@@@Z @24386 NONAME ??0H225_ArrayOf_RTPSession@@QAE@ABV0@@Z @411 NONAME ??0H225_ArrayOf_RTPSession@@QAE@IW4TagClass@PASN_Object@@@Z @412 NONAME ??0H225_ArrayOf_ServiceControlSession@@QAE@ABV0@@Z @24387 NONAME ??0H225_ArrayOf_ServiceControlSession@@QAE@IW4TagClass@PASN_Object@@@Z @24388 NONAME ??0H225_ArrayOf_SupportedPrefix@@QAE@ABV0@@Z @413 NONAME ??0H225_ArrayOf_SupportedPrefix@@QAE@IW4TagClass@PASN_Object@@@Z @414 NONAME ??0H225_ArrayOf_SupportedProtocols@@QAE@ABV0@@Z @415 NONAME ??0H225_ArrayOf_SupportedProtocols@@QAE@IW4TagClass@PASN_Object@@@Z @416 NONAME ??0H225_ArrayOf_TransportAddress@@QAE@ABV0@@Z @417 NONAME ??0H225_ArrayOf_TransportAddress@@QAE@IW4TagClass@PASN_Object@@@Z @418 NONAME ??0H225_ArrayOf_TransportChannelInfo@@QAE@ABV0@@Z @419 NONAME ??0H225_ArrayOf_TransportChannelInfo@@QAE@IW4TagClass@PASN_Object@@@Z @420 NONAME ??0H225_ArrayOf_TunnelledProtocol@@QAE@ABV0@@Z @24389 NONAME ??0H225_ArrayOf_TunnelledProtocol@@QAE@IW4TagClass@PASN_Object@@@Z @24390 NONAME ??0H225_BandRejectReason@@QAE@ABV0@@Z @421 NONAME ??0H225_BandRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @422 NONAME ??0H225_BandWidth@@QAE@ABV0@@Z @423 NONAME ??0H225_BandWidth@@QAE@IW4TagClass@PASN_Object@@@Z @424 NONAME ??0H225_BandwidthConfirm@@QAE@ABV0@@Z @425 NONAME ??0H225_BandwidthConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @426 NONAME ??0H225_BandwidthDetails@@QAE@ABV0@@Z @24391 NONAME ??0H225_BandwidthDetails@@QAE@IW4TagClass@PASN_Object@@@Z @24392 NONAME ??0H225_BandwidthReject@@QAE@ABV0@@Z @427 NONAME ??0H225_BandwidthReject@@QAE@IW4TagClass@PASN_Object@@@Z @428 NONAME ??0H225_BandwidthRequest@@QAE@ABV0@@Z @429 NONAME ??0H225_BandwidthRequest@@QAE@IW4TagClass@PASN_Object@@@Z @430 NONAME ??0H225_CallCapacity@@QAE@ABV0@@Z @24393 NONAME ??0H225_CallCapacity@@QAE@IW4TagClass@PASN_Object@@@Z @24394 NONAME ??0H225_CallCapacityInfo@@QAE@ABV0@@Z @24395 NONAME ??0H225_CallCapacityInfo@@QAE@IW4TagClass@PASN_Object@@@Z @24396 NONAME ??0H225_CallCreditCapability@@QAE@ABV0@@Z @24397 NONAME ??0H225_CallCreditCapability@@QAE@IW4TagClass@PASN_Object@@@Z @24398 NONAME ??0H225_CallCreditServiceControl@@QAE@ABV0@@Z @24399 NONAME ??0H225_CallCreditServiceControl@@QAE@IW4TagClass@PASN_Object@@@Z @24400 NONAME ??0H225_CallCreditServiceControl_billingMode@@QAE@ABV0@@Z @24401 NONAME ??0H225_CallCreditServiceControl_billingMode@@QAE@IW4TagClass@PASN_Object@@@Z @24402 NONAME ??0H225_CallCreditServiceControl_callStartingPoint@@QAE@ABV0@@Z @24403 NONAME ??0H225_CallCreditServiceControl_callStartingPoint@@QAE@IW4TagClass@PASN_Object@@@Z @24404 NONAME ??0H225_CallIdentifier@@QAE@ABV0@@Z @431 NONAME ??0H225_CallIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @432 NONAME ??0H225_CallLinkage@@QAE@ABV0@@Z @24405 NONAME ??0H225_CallLinkage@@QAE@IW4TagClass@PASN_Object@@@Z @24406 NONAME ??0H225_CallModel@@QAE@ABV0@@Z @433 NONAME ??0H225_CallModel@@QAE@IW4TagClass@PASN_Object@@@Z @434 NONAME ??0H225_CallProceeding_UUIE@@QAE@ABV0@@Z @435 NONAME ??0H225_CallProceeding_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @436 NONAME ??0H225_CallReferenceValue@@QAE@ABV0@@Z @437 NONAME ??0H225_CallReferenceValue@@QAE@IW4TagClass@PASN_Object@@@Z @438 NONAME ??0H225_CallsAvailable@@QAE@ABV0@@Z @24407 NONAME ??0H225_CallsAvailable@@QAE@IW4TagClass@PASN_Object@@@Z @24408 NONAME ??0H225_CallTerminationCause@@QAE@ABV0@@Z @24409 NONAME ??0H225_CallTerminationCause@@QAE@IW4TagClass@PASN_Object@@@Z @24410 NONAME ??0H225_CallType@@QAE@ABV0@@Z @439 NONAME ??0H225_CallType@@QAE@IW4TagClass@PASN_Object@@@Z @440 NONAME ??0H225_CapacityReportingCapability@@QAE@ABV0@@Z @24411 NONAME ??0H225_CapacityReportingCapability@@QAE@IW4TagClass@PASN_Object@@@Z @24412 NONAME ??0H225_CapacityReportingSpecification@@QAE@ABV0@@Z @24413 NONAME ??0H225_CapacityReportingSpecification@@QAE@IW4TagClass@PASN_Object@@@Z @24414 NONAME ??0H225_CapacityReportingSpecification_when@@QAE@ABV0@@Z @24415 NONAME ??0H225_CapacityReportingSpecification_when@@QAE@IW4TagClass@PASN_Object@@@Z @24416 NONAME ??0H225_CarrierInfo@@QAE@ABV0@@Z @38334 NONAME ??0H225_CarrierInfo@@QAE@IW4TagClass@PASN_Object@@@Z @38335 NONAME ??0H225_CicInfo@@QAE@ABV0@@Z @24417 NONAME ??0H225_CicInfo@@QAE@IW4TagClass@PASN_Object@@@Z @24418 NONAME ??0H225_CicInfo_cic@@QAE@ABV0@@Z @24419 NONAME ??0H225_CicInfo_cic@@QAE@IW4TagClass@PASN_Object@@@Z @24420 NONAME ??0H225_CircuitIdentifier@@QAE@ABV0@@Z @24421 NONAME ??0H225_CircuitIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @24422 NONAME ??0H225_CircuitInfo@@QAE@ABV0@@Z @24423 NONAME ??0H225_CircuitInfo@@QAE@IW4TagClass@PASN_Object@@@Z @24424 NONAME ??0H225_ConferenceIdentifier@@QAE@ABV0@@Z @441 NONAME ??0H225_ConferenceIdentifier@@QAE@ABVPBYTEArray@@@Z @36846 NONAME ??0H225_ConferenceIdentifier@@QAE@ABVPString@@@Z @36847 NONAME ??0H225_ConferenceIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @442 NONAME ??0H225_ConferenceIdentifier@@QAE@PBD@Z @36848 NONAME ??0H225_ConferenceList@@QAE@ABV0@@Z @443 NONAME ??0H225_ConferenceList@@QAE@IW4TagClass@PASN_Object@@@Z @444 NONAME ??0H225_Connect_UUIE@@QAE@ABV0@@Z @445 NONAME ??0H225_Connect_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @446 NONAME ??0H225_Connect_UUIE_language@@QAE@ABV0@@Z @24425 NONAME ??0H225_Connect_UUIE_language@@QAE@IW4TagClass@PASN_Object@@@Z @24426 NONAME ??0H225_Content@@QAE@ABV0@@Z @24427 NONAME ??0H225_Content@@QAE@IW4TagClass@PASN_Object@@@Z @24428 NONAME ??0H225_CryptoH323Token@@QAE@ABV0@@Z @447 NONAME ??0H225_CryptoH323Token@@QAE@IW4TagClass@PASN_Object@@@Z @448 NONAME ??0H225_CryptoH323Token_cryptoEPPwdHash@@QAE@ABV0@@Z @449 NONAME ??0H225_CryptoH323Token_cryptoEPPwdHash@@QAE@IW4TagClass@PASN_Object@@@Z @450 NONAME ??0H225_CryptoH323Token_cryptoGKPwdHash@@QAE@ABV0@@Z @451 NONAME ??0H225_CryptoH323Token_cryptoGKPwdHash@@QAE@IW4TagClass@PASN_Object@@@Z @452 NONAME ??0H225_DataRate@@QAE@ABV0@@Z @453 NONAME ??0H225_DataRate@@QAE@IW4TagClass@PASN_Object@@@Z @454 NONAME ??0H225_DisengageConfirm@@QAE@ABV0@@Z @455 NONAME ??0H225_DisengageConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @456 NONAME ??0H225_DisengageReason@@QAE@ABV0@@Z @457 NONAME ??0H225_DisengageReason@@QAE@IW4TagClass@PASN_Object@@@Z @458 NONAME ??0H225_DisengageReject@@QAE@ABV0@@Z @459 NONAME ??0H225_DisengageReject@@QAE@IW4TagClass@PASN_Object@@@Z @460 NONAME ??0H225_DisengageRejectReason@@QAE@ABV0@@Z @461 NONAME ??0H225_DisengageRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @462 NONAME ??0H225_DisengageRequest@@QAE@ABV0@@Z @463 NONAME ??0H225_DisengageRequest@@QAE@IW4TagClass@PASN_Object@@@Z @464 NONAME ??0H225_EncodedFastStartToken@@QAE@ABV0@@Z @27635 NONAME ??0H225_EncodedFastStartToken@@QAE@IW4TagClass@PASN_Object@@@Z @27636 NONAME ??0H225_EncryptIntAlg@@QAE@ABV0@@Z @465 NONAME ??0H225_EncryptIntAlg@@QAE@IW4TagClass@PASN_Object@@@Z @466 NONAME ??0H225_Endpoint@@QAE@ABV0@@Z @467 NONAME ??0H225_Endpoint@@QAE@IW4TagClass@PASN_Object@@@Z @468 NONAME ??0H225_EndpointIdentifier@@QAE@ABV0@@Z @469 NONAME ??0H225_EndpointIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @470 NONAME ??0H225_EndpointType@@QAE@ABV0@@Z @471 NONAME ??0H225_EndpointType@@QAE@IW4TagClass@PASN_Object@@@Z @472 NONAME ??0H225_EnumeratedParameter@@QAE@ABV0@@Z @24429 NONAME ??0H225_EnumeratedParameter@@QAE@IW4TagClass@PASN_Object@@@Z @24430 NONAME ??0H225_ExtendedAliasAddress@@QAE@ABV0@@Z @24431 NONAME ??0H225_ExtendedAliasAddress@@QAE@IW4TagClass@PASN_Object@@@Z @24432 NONAME ??0H225_FacilityReason@@QAE@ABV0@@Z @473 NONAME ??0H225_FacilityReason@@QAE@IW4TagClass@PASN_Object@@@Z @474 NONAME ??0H225_Facility_UUIE@@QAE@ABV0@@Z @475 NONAME ??0H225_Facility_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @476 NONAME ??0H225_FastStartToken@@QAE@ABV0@@Z @477 NONAME ??0H225_FastStartToken@@QAE@IW4TagClass@PASN_Object@@@Z @478 NONAME ??0H225_FeatureDescriptor@@QAE@ABV0@@Z @24433 NONAME ??0H225_FeatureDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @24434 NONAME ??0H225_FeatureSet@@QAE@ABV0@@Z @24435 NONAME ??0H225_FeatureSet@@QAE@IW4TagClass@PASN_Object@@@Z @24436 NONAME ??0H225_GatekeeperConfirm@@QAE@ABV0@@Z @479 NONAME ??0H225_GatekeeperConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @480 NONAME ??0H225_GatekeeperIdentifier@@QAE@ABV0@@Z @481 NONAME ??0H225_GatekeeperIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @482 NONAME ??0H225_GatekeeperInfo@@QAE@ABV0@@Z @483 NONAME ??0H225_GatekeeperInfo@@QAE@IW4TagClass@PASN_Object@@@Z @484 NONAME ??0H225_GatekeeperReject@@QAE@ABV0@@Z @485 NONAME ??0H225_GatekeeperReject@@QAE@IW4TagClass@PASN_Object@@@Z @486 NONAME ??0H225_GatekeeperRejectReason@@QAE@ABV0@@Z @487 NONAME ??0H225_GatekeeperRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @488 NONAME ??0H225_GatekeeperRequest@@QAE@ABV0@@Z @489 NONAME ??0H225_GatekeeperRequest@@QAE@IW4TagClass@PASN_Object@@@Z @490 NONAME ??0H225_GatewayInfo@@QAE@ABV0@@Z @491 NONAME ??0H225_GatewayInfo@@QAE@IW4TagClass@PASN_Object@@@Z @492 NONAME ??0H225_GenericData@@QAE@ABV0@@Z @24437 NONAME ??0H225_GenericData@@QAE@IW4TagClass@PASN_Object@@@Z @24438 NONAME ??0H225_GenericIdentifier@@QAE@ABV0@@Z @24439 NONAME ??0H225_GenericIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @24440 NONAME ??0H225_GloballyUniqueID@@QAE@ABV0@@Z @493 NONAME ??0H225_GloballyUniqueID@@QAE@ABVPBYTEArray@@@Z @36849 NONAME ??0H225_GloballyUniqueID@@QAE@ABVPString@@@Z @36850 NONAME ??0H225_GloballyUniqueID@@QAE@IW4TagClass@PASN_Object@@@Z @494 NONAME ??0H225_GloballyUniqueID@@QAE@PBD@Z @36851 NONAME ??0H225_GroupID@@QAE@ABV0@@Z @24441 NONAME ??0H225_GroupID@@QAE@IW4TagClass@PASN_Object@@@Z @24442 NONAME ??0H225_GroupID_member@@QAE@ABV0@@Z @24443 NONAME ??0H225_GroupID_member@@QAE@IW4TagClass@PASN_Object@@@Z @24444 NONAME ??0H225_GSM_UIM@@QAE@ABV0@@Z @24445 NONAME ??0H225_GSM_UIM@@QAE@IW4TagClass@PASN_Object@@@Z @24446 NONAME ??0H225_H221NonStandard@@QAE@ABV0@@Z @495 NONAME ??0H225_H221NonStandard@@QAE@IW4TagClass@PASN_Object@@@Z @496 NONAME ??0H225_H245Security@@QAE@ABV0@@Z @497 NONAME ??0H225_H245Security@@QAE@IW4TagClass@PASN_Object@@@Z @498 NONAME ??0H225_H248PackagesDescriptor@@QAE@ABV0@@Z @24447 NONAME ??0H225_H248PackagesDescriptor@@QAE@ABVPBYTEArray@@@Z @36852 NONAME ??0H225_H248PackagesDescriptor@@QAE@ABVPString@@@Z @36853 NONAME ??0H225_H248PackagesDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @24448 NONAME ??0H225_H248PackagesDescriptor@@QAE@PBD@Z @36854 NONAME ??0H225_H248SignalsDescriptor@@QAE@ABV0@@Z @24449 NONAME ??0H225_H248SignalsDescriptor@@QAE@ABVPBYTEArray@@@Z @36855 NONAME ??0H225_H248SignalsDescriptor@@QAE@ABVPString@@@Z @36856 NONAME ??0H225_H248SignalsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @24450 NONAME ??0H225_H248SignalsDescriptor@@QAE@PBD@Z @36857 NONAME ??0H225_H310Caps@@QAE@ABV0@@Z @499 NONAME ??0H225_H310Caps@@QAE@IW4TagClass@PASN_Object@@@Z @500 NONAME ??0H225_H320Caps@@QAE@ABV0@@Z @501 NONAME ??0H225_H320Caps@@QAE@IW4TagClass@PASN_Object@@@Z @502 NONAME ??0H225_H321Caps@@QAE@ABV0@@Z @503 NONAME ??0H225_H321Caps@@QAE@IW4TagClass@PASN_Object@@@Z @504 NONAME ??0H225_H322Caps@@QAE@ABV0@@Z @505 NONAME ??0H225_H322Caps@@QAE@IW4TagClass@PASN_Object@@@Z @506 NONAME ??0H225_H323Caps@@QAE@ABV0@@Z @507 NONAME ??0H225_H323Caps@@QAE@IW4TagClass@PASN_Object@@@Z @508 NONAME ??0H225_H323_UserInformation@@QAE@ABV0@@Z @509 NONAME ??0H225_H323_UserInformation@@QAE@IW4TagClass@PASN_Object@@@Z @510 NONAME ??0H225_H323_UserInformation_user_data@@QAE@ABV0@@Z @511 NONAME ??0H225_H323_UserInformation_user_data@@QAE@IW4TagClass@PASN_Object@@@Z @512 NONAME ??0H225_H323_UU_PDU@@QAE@ABV0@@Z @513 NONAME ??0H225_H323_UU_PDU@@QAE@IW4TagClass@PASN_Object@@@Z @514 NONAME ??0H225_H323_UU_PDU_h323_message_body@@QAE@ABV0@@Z @515 NONAME ??0H225_H323_UU_PDU_h323_message_body@@QAE@IW4TagClass@PASN_Object@@@Z @516 NONAME ??0H225_H323_UU_PDU_tunnelledSignallingMessage@@QAE@ABV0@@Z @24451 NONAME ??0H225_H323_UU_PDU_tunnelledSignallingMessage@@QAE@IW4TagClass@PASN_Object@@@Z @24452 NONAME ??0H225_H324Caps@@QAE@ABV0@@Z @517 NONAME ??0H225_H324Caps@@QAE@IW4TagClass@PASN_Object@@@Z @518 NONAME ??0H225_ICV@@QAE@ABV0@@Z @519 NONAME ??0H225_ICV@@QAE@IW4TagClass@PASN_Object@@@Z @520 NONAME ??0H225_InfoRequest@@QAE@ABV0@@Z @521 NONAME ??0H225_InfoRequest@@QAE@IW4TagClass@PASN_Object@@@Z @522 NONAME ??0H225_InfoRequestAck@@QAE@ABV0@@Z @523 NONAME ??0H225_InfoRequestAck@@QAE@IW4TagClass@PASN_Object@@@Z @524 NONAME ??0H225_InfoRequestNak@@QAE@ABV0@@Z @525 NONAME ??0H225_InfoRequestNak@@QAE@IW4TagClass@PASN_Object@@@Z @526 NONAME ??0H225_InfoRequestNakReason@@QAE@ABV0@@Z @527 NONAME ??0H225_InfoRequestNakReason@@QAE@IW4TagClass@PASN_Object@@@Z @528 NONAME ??0H225_InfoRequestResponse@@QAE@ABV0@@Z @529 NONAME ??0H225_InfoRequestResponse@@QAE@IW4TagClass@PASN_Object@@@Z @530 NONAME ??0H225_InfoRequestResponseStatus@@QAE@ABV0@@Z @24453 NONAME ??0H225_InfoRequestResponseStatus@@QAE@IW4TagClass@PASN_Object@@@Z @24454 NONAME ??0H225_InfoRequestResponse_perCallInfo@@QAE@ABV0@@Z @531 NONAME ??0H225_InfoRequestResponse_perCallInfo@@QAE@IW4TagClass@PASN_Object@@@Z @532 NONAME ??0H225_InfoRequestResponse_perCallInfo_subtype@@QAE@ABV0@@Z @533 NONAME ??0H225_InfoRequestResponse_perCallInfo_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @534 NONAME ??0H225_InfoRequestResponse_perCallInfo_subtype_pdu@@QAE@ABV0@@Z @535 NONAME ??0H225_InfoRequestResponse_perCallInfo_subtype_pdu@@QAE@IW4TagClass@PASN_Object@@@Z @536 NONAME ??0H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@QAE@ABV0@@Z @537 NONAME ??0H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @538 NONAME ??0H225_Information_UUIE@@QAE@ABV0@@Z @539 NONAME ??0H225_Information_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @540 NONAME ??0H225_IntegrityMechanism@@QAE@ABV0@@Z @541 NONAME ??0H225_IntegrityMechanism@@QAE@IW4TagClass@PASN_Object@@@Z @542 NONAME ??0H225_LocationConfirm@@QAE@ABV0@@Z @543 NONAME ??0H225_LocationConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @544 NONAME ??0H225_LocationReject@@QAE@ABV0@@Z @545 NONAME ??0H225_LocationReject@@QAE@IW4TagClass@PASN_Object@@@Z @546 NONAME ??0H225_LocationRejectReason@@QAE@ABV0@@Z @547 NONAME ??0H225_LocationRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @548 NONAME ??0H225_LocationRequest@@QAE@ABV0@@Z @549 NONAME ??0H225_LocationRequest@@QAE@IW4TagClass@PASN_Object@@@Z @550 NONAME ??0H225_McuInfo@@QAE@ABV0@@Z @551 NONAME ??0H225_McuInfo@@QAE@IW4TagClass@PASN_Object@@@Z @552 NONAME ??0H225_MobileUIM@@QAE@ABV0@@Z @24455 NONAME ??0H225_MobileUIM@@QAE@IW4TagClass@PASN_Object@@@Z @24456 NONAME ??0H225_NonIsoIntegrityMechanism@@QAE@ABV0@@Z @553 NONAME ??0H225_NonIsoIntegrityMechanism@@QAE@IW4TagClass@PASN_Object@@@Z @554 NONAME ??0H225_NonStandardIdentifier@@QAE@ABV0@@Z @555 NONAME ??0H225_NonStandardIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @556 NONAME ??0H225_NonStandardMessage@@QAE@ABV0@@Z @557 NONAME ??0H225_NonStandardMessage@@QAE@IW4TagClass@PASN_Object@@@Z @558 NONAME ??0H225_NonStandardParameter@@QAE@ABV0@@Z @559 NONAME ??0H225_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @560 NONAME ??0H225_NonStandardProtocol@@QAE@ABV0@@Z @561 NONAME ??0H225_NonStandardProtocol@@QAE@IW4TagClass@PASN_Object@@@Z @562 NONAME ??0H225_Notify_UUIE@@QAE@ABV0@@Z @24457 NONAME ??0H225_Notify_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @24458 NONAME ??0H225_NumberDigits@@QAE@ABV0@@Z @563 NONAME ??0H225_NumberDigits@@QAE@IW4TagClass@PASN_Object@@@Z @564 NONAME ??0H225_PartyNumber@@QAE@ABV0@@Z @565 NONAME ??0H225_PartyNumber@@QAE@IW4TagClass@PASN_Object@@@Z @566 NONAME ??0H225_PresentationIndicator@@QAE@ABV0@@Z @24459 NONAME ??0H225_PresentationIndicator@@QAE@IW4TagClass@PASN_Object@@@Z @24460 NONAME ??0H225_PrivatePartyNumber@@QAE@ABV0@@Z @567 NONAME ??0H225_PrivatePartyNumber@@QAE@IW4TagClass@PASN_Object@@@Z @568 NONAME ??0H225_PrivateTypeOfNumber@@QAE@ABV0@@Z @569 NONAME ??0H225_PrivateTypeOfNumber@@QAE@IW4TagClass@PASN_Object@@@Z @570 NONAME ??0H225_Progress_UUIE@@QAE@ABV0@@Z @571 NONAME ??0H225_Progress_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @572 NONAME ??0H225_ProtocolIdentifier@@QAE@ABV0@@Z @573 NONAME ??0H225_ProtocolIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @574 NONAME ??0H225_PublicPartyNumber@@QAE@ABV0@@Z @575 NONAME ??0H225_PublicPartyNumber@@QAE@IW4TagClass@PASN_Object@@@Z @576 NONAME ??0H225_PublicTypeOfNumber@@QAE@ABV0@@Z @577 NONAME ??0H225_PublicTypeOfNumber@@QAE@IW4TagClass@PASN_Object@@@Z @578 NONAME ??0H225_Q954Details@@QAE@ABV0@@Z @579 NONAME ??0H225_Q954Details@@QAE@IW4TagClass@PASN_Object@@@Z @580 NONAME ??0H225_QseriesOptions@@QAE@ABV0@@Z @581 NONAME ??0H225_QseriesOptions@@QAE@IW4TagClass@PASN_Object@@@Z @582 NONAME ??0H225_RAS@@QAE@AAVH323EndPoint@@PAVH323Transport@@@Z @27903 NONAME ??0H225_RasMessage@@QAE@ABV0@@Z @583 NONAME ??0H225_RasMessage@@QAE@IW4TagClass@PASN_Object@@@Z @584 NONAME ??0H225_RasUsageInformation@@QAE@ABV0@@Z @24461 NONAME ??0H225_RasUsageInformation@@QAE@IW4TagClass@PASN_Object@@@Z @24462 NONAME ??0H225_RasUsageInfoTypes@@QAE@ABV0@@Z @24463 NONAME ??0H225_RasUsageInfoTypes@@QAE@IW4TagClass@PASN_Object@@@Z @24464 NONAME ??0H225_RasUsageSpecification@@QAE@ABV0@@Z @24465 NONAME ??0H225_RasUsageSpecification@@QAE@IW4TagClass@PASN_Object@@@Z @24466 NONAME ??0H225_RasUsageSpecification_callStartingPoint@@QAE@ABV0@@Z @24467 NONAME ??0H225_RasUsageSpecification_callStartingPoint@@QAE@IW4TagClass@PASN_Object@@@Z @24468 NONAME ??0H225_RasUsageSpecification_when@@QAE@ABV0@@Z @24469 NONAME ??0H225_RasUsageSpecification_when@@QAE@IW4TagClass@PASN_Object@@@Z @24470 NONAME ??0H225_RegistrationConfirm@@QAE@ABV0@@Z @585 NONAME ??0H225_RegistrationConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @586 NONAME ??0H225_RegistrationConfirm_preGrantedARQ@@QAE@ABV0@@Z @587 NONAME ??0H225_RegistrationConfirm_preGrantedARQ@@QAE@IW4TagClass@PASN_Object@@@Z @588 NONAME ??0H225_RegistrationReject@@QAE@ABV0@@Z @589 NONAME ??0H225_RegistrationReject@@QAE@IW4TagClass@PASN_Object@@@Z @590 NONAME ??0H225_RegistrationRejectReason@@QAE@ABV0@@Z @591 NONAME ??0H225_RegistrationRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @592 NONAME ??0H225_RegistrationRejectReason_invalidTerminalAliases@@QAE@ABV0@@Z @24471 NONAME ??0H225_RegistrationRejectReason_invalidTerminalAliases@@QAE@IW4TagClass@PASN_Object@@@Z @24472 NONAME ??0H225_RegistrationRequest@@QAE@ABV0@@Z @593 NONAME ??0H225_RegistrationRequest@@QAE@IW4TagClass@PASN_Object@@@Z @594 NONAME ??0H225_ReleaseCompleteReason@@QAE@ABV0@@Z @595 NONAME ??0H225_ReleaseCompleteReason@@QAE@IW4TagClass@PASN_Object@@@Z @596 NONAME ??0H225_ReleaseComplete_UUIE@@QAE@ABV0@@Z @597 NONAME ??0H225_ReleaseComplete_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @598 NONAME ??0H225_RequestInProgress@@QAE@ABV0@@Z @599 NONAME ??0H225_RequestInProgress@@QAE@IW4TagClass@PASN_Object@@@Z @600 NONAME ??0H225_RequestSeqNum@@QAE@ABV0@@Z @601 NONAME ??0H225_RequestSeqNum@@QAE@IW4TagClass@PASN_Object@@@Z @602 NONAME ??0H225_ResourcesAvailableConfirm@@QAE@ABV0@@Z @603 NONAME ??0H225_ResourcesAvailableConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @604 NONAME ??0H225_ResourcesAvailableIndicate@@QAE@ABV0@@Z @605 NONAME ??0H225_ResourcesAvailableIndicate@@QAE@IW4TagClass@PASN_Object@@@Z @606 NONAME ??0H225_RTPSession@@QAE@ABV0@@Z @607 NONAME ??0H225_RTPSession@@QAE@IW4TagClass@PASN_Object@@@Z @608 NONAME ??0H225_RTPSession_associatedSessionIds@@QAE@ABV0@@Z @609 NONAME ??0H225_RTPSession_associatedSessionIds@@QAE@IW4TagClass@PASN_Object@@@Z @610 NONAME ??0H225_ScnConnectionAggregation@@QAE@ABV0@@Z @24473 NONAME ??0H225_ScnConnectionAggregation@@QAE@IW4TagClass@PASN_Object@@@Z @24474 NONAME ??0H225_ScnConnectionType@@QAE@ABV0@@Z @24475 NONAME ??0H225_ScnConnectionType@@QAE@IW4TagClass@PASN_Object@@@Z @24476 NONAME ??0H225_ScreeningIndicator@@QAE@ABV0@@Z @24477 NONAME ??0H225_ScreeningIndicator@@QAE@IW4TagClass@PASN_Object@@@Z @24478 NONAME ??0H225_SecurityCapabilities@@QAE@ABV0@@Z @611 NONAME ??0H225_SecurityCapabilities@@QAE@IW4TagClass@PASN_Object@@@Z @612 NONAME ??0H225_SecurityErrors2@@QAE@ABV0@@Z @38336 NONAME ??0H225_SecurityErrors2@@QAE@IW4TagClass@PASN_Object@@@Z @38337 NONAME ??0H225_SecurityErrors@@QAE@ABV0@@Z @38338 NONAME ??0H225_SecurityErrors@@QAE@IW4TagClass@PASN_Object@@@Z @38339 NONAME ??0H225_SecurityServiceMode@@QAE@ABV0@@Z @613 NONAME ??0H225_SecurityServiceMode@@QAE@IW4TagClass@PASN_Object@@@Z @614 NONAME ??0H225_ServiceControlDescriptor@@QAE@ABV0@@Z @24479 NONAME ??0H225_ServiceControlDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @24480 NONAME ??0H225_ServiceControlIndication@@QAE@ABV0@@Z @24481 NONAME ??0H225_ServiceControlIndication@@QAE@IW4TagClass@PASN_Object@@@Z @24482 NONAME ??0H225_ServiceControlIndication_callSpecific@@QAE@ABV0@@Z @24483 NONAME ??0H225_ServiceControlIndication_callSpecific@@QAE@IW4TagClass@PASN_Object@@@Z @24484 NONAME ??0H225_ServiceControlResponse@@QAE@ABV0@@Z @24485 NONAME ??0H225_ServiceControlResponse@@QAE@IW4TagClass@PASN_Object@@@Z @24486 NONAME ??0H225_ServiceControlResponse_result@@QAE@ABV0@@Z @24487 NONAME ??0H225_ServiceControlResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @24488 NONAME ??0H225_ServiceControlSession@@QAE@ABV0@@Z @24489 NONAME ??0H225_ServiceControlSession@@QAE@IW4TagClass@PASN_Object@@@Z @24490 NONAME ??0H225_ServiceControlSession_reason@@QAE@ABV0@@Z @24491 NONAME ??0H225_ServiceControlSession_reason@@QAE@IW4TagClass@PASN_Object@@@Z @24492 NONAME ??0H225_SetupAcknowledge_UUIE@@QAE@ABV0@@Z @24493 NONAME ??0H225_SetupAcknowledge_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @24494 NONAME ??0H225_Setup_UUIE@@QAE@ABV0@@Z @615 NONAME ??0H225_Setup_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @616 NONAME ??0H225_Setup_UUIE_conferenceGoal@@QAE@ABV0@@Z @617 NONAME ??0H225_Setup_UUIE_conferenceGoal@@QAE@IW4TagClass@PASN_Object@@@Z @618 NONAME ??0H225_Setup_UUIE_connectionParameters@@QAE@ABV0@@Z @24495 NONAME ??0H225_Setup_UUIE_connectionParameters@@QAE@IW4TagClass@PASN_Object@@@Z @24496 NONAME ??0H225_Setup_UUIE_language@@QAE@ABV0@@Z @24497 NONAME ??0H225_Setup_UUIE_language@@QAE@IW4TagClass@PASN_Object@@@Z @24498 NONAME ??0H225_SIPCaps@@QAE@ABV0@@Z @38340 NONAME ??0H225_SIPCaps@@QAE@IW4TagClass@PASN_Object@@@Z @38341 NONAME ??0H225_StatusInquiry_UUIE@@QAE@ABV0@@Z @24499 NONAME ??0H225_StatusInquiry_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @24500 NONAME ??0H225_Status_UUIE@@QAE@ABV0@@Z @24501 NONAME ??0H225_Status_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @24502 NONAME ??0H225_StimulusControl@@QAE@ABV0@@Z @24503 NONAME ??0H225_StimulusControl@@QAE@IW4TagClass@PASN_Object@@@Z @24504 NONAME ??0H225_SupportedPrefix@@QAE@ABV0@@Z @619 NONAME ??0H225_SupportedPrefix@@QAE@IW4TagClass@PASN_Object@@@Z @620 NONAME ??0H225_SupportedProtocols@@QAE@ABV0@@Z @621 NONAME ??0H225_SupportedProtocols@@QAE@IW4TagClass@PASN_Object@@@Z @622 NONAME ??0H225_T120OnlyCaps@@QAE@ABV0@@Z @623 NONAME ??0H225_T120OnlyCaps@@QAE@IW4TagClass@PASN_Object@@@Z @624 NONAME ??0H225_T38FaxAnnexbOnlyCaps@@QAE@ABV0@@Z @24505 NONAME ??0H225_T38FaxAnnexbOnlyCaps@@QAE@IW4TagClass@PASN_Object@@@Z @24506 NONAME ??0H225_TBCD_STRING@@QAE@ABV0@@Z @24507 NONAME ??0H225_TBCD_STRING@@QAE@IW4TagClass@PASN_Object@@@Z @24508 NONAME ??0H225_TerminalInfo@@QAE@ABV0@@Z @625 NONAME ??0H225_TerminalInfo@@QAE@IW4TagClass@PASN_Object@@@Z @626 NONAME ??0H225_TimeToLive@@QAE@ABV0@@Z @627 NONAME ??0H225_TimeToLive@@QAE@IW4TagClass@PASN_Object@@@Z @628 NONAME ??0H225_TransportAddress@@QAE@ABV0@@Z @629 NONAME ??0H225_TransportAddress@@QAE@IW4TagClass@PASN_Object@@@Z @630 NONAME ??0H225_TransportAddress_ip6Address@@QAE@ABV0@@Z @631 NONAME ??0H225_TransportAddress_ip6Address@@QAE@IW4TagClass@PASN_Object@@@Z @632 NONAME ??0H225_TransportAddress_ipAddress@@QAE@ABV0@@Z @633 NONAME ??0H225_TransportAddress_ipAddress@@QAE@IW4TagClass@PASN_Object@@@Z @634 NONAME ??0H225_TransportAddress_ipSourceRoute@@QAE@ABV0@@Z @635 NONAME ??0H225_TransportAddress_ipSourceRoute@@QAE@IW4TagClass@PASN_Object@@@Z @636 NONAME ??0H225_TransportAddress_ipSourceRoute_route@@QAE@ABV0@@Z @637 NONAME ??0H225_TransportAddress_ipSourceRoute_route@@QAE@IW4TagClass@PASN_Object@@@Z @638 NONAME ??0H225_TransportAddress_ipSourceRoute_routing@@QAE@ABV0@@Z @639 NONAME ??0H225_TransportAddress_ipSourceRoute_routing@@QAE@IW4TagClass@PASN_Object@@@Z @640 NONAME ??0H225_TransportAddress_ipxAddress@@QAE@ABV0@@Z @641 NONAME ??0H225_TransportAddress_ipxAddress@@QAE@IW4TagClass@PASN_Object@@@Z @642 NONAME ??0H225_TransportChannelInfo@@QAE@ABV0@@Z @643 NONAME ??0H225_TransportChannelInfo@@QAE@IW4TagClass@PASN_Object@@@Z @644 NONAME ??0H225_TransportQOS@@QAE@ABV0@@Z @645 NONAME ??0H225_TransportQOS@@QAE@IW4TagClass@PASN_Object@@@Z @646 NONAME ??0H225_TunnelledProtocol@@QAE@ABV0@@Z @24509 NONAME ??0H225_TunnelledProtocol@@QAE@IW4TagClass@PASN_Object@@@Z @24510 NONAME ??0H225_TunnelledProtocolAlternateIdentifier@@QAE@ABV0@@Z @24511 NONAME ??0H225_TunnelledProtocolAlternateIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @24512 NONAME ??0H225_TunnelledProtocol_id@@QAE@ABV0@@Z @24513 NONAME ??0H225_TunnelledProtocol_id@@QAE@IW4TagClass@PASN_Object@@@Z @24514 NONAME ??0H225_UnknownMessageResponse@@QAE@ABV0@@Z @647 NONAME ??0H225_UnknownMessageResponse@@QAE@IW4TagClass@PASN_Object@@@Z @648 NONAME ??0H225_UnregistrationConfirm@@QAE@ABV0@@Z @649 NONAME ??0H225_UnregistrationConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @650 NONAME ??0H225_UnregistrationReject@@QAE@ABV0@@Z @651 NONAME ??0H225_UnregistrationReject@@QAE@IW4TagClass@PASN_Object@@@Z @652 NONAME ??0H225_UnregistrationRequest@@QAE@ABV0@@Z @653 NONAME ??0H225_UnregistrationRequest@@QAE@IW4TagClass@PASN_Object@@@Z @654 NONAME ??0H225_UnregRejectReason@@QAE@ABV0@@Z @655 NONAME ??0H225_UnregRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @656 NONAME ??0H225_UnregRequestReason@@QAE@ABV0@@Z @657 NONAME ??0H225_UnregRequestReason@@QAE@IW4TagClass@PASN_Object@@@Z @658 NONAME ??0H225_UseSpecifiedTransport@@QAE@ABV0@@Z @24515 NONAME ??0H225_UseSpecifiedTransport@@QAE@IW4TagClass@PASN_Object@@@Z @24516 NONAME ??0H225_UUIEsRequested@@QAE@ABV0@@Z @659 NONAME ??0H225_UUIEsRequested@@QAE@IW4TagClass@PASN_Object@@@Z @660 NONAME ??0H225_VendorIdentifier@@QAE@ABV0@@Z @661 NONAME ??0H225_VendorIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @662 NONAME ??0H225_VoiceCaps@@QAE@ABV0@@Z @663 NONAME ??0H225_VoiceCaps@@QAE@IW4TagClass@PASN_Object@@@Z @664 NONAME ??0H235AuthCAT@@QAE@ABV0@@Z @34816 NONAME ??0H235AuthCAT@@QAE@XZ @34817 NONAME ??0H235Authenticator@@QAE@ABV0@@Z @31276 NONAME ??0H235Authenticator@@QAE@XZ @28807 NONAME ??0H235Authenticators@@IAE@HPBV0@@Z @31277 NONAME ??0H235Authenticators@@QAE@ABV0@@Z @31278 NONAME ??0H235Authenticators@@QAE@XZ @31279 NONAME ??0H235AuthProcedure1@@QAE@ABV0@@Z @31280 NONAME ??0H235AuthProcedure1@@QAE@XZ @28808 NONAME ??0H235AuthSimpleMD5@@QAE@ABV0@@Z @31281 NONAME ??0H235AuthSimpleMD5@@QAE@XZ @28809 NONAME ??0H235_AuthenticationBES@@QAE@ABV0@@Z @28661 NONAME ??0H235_AuthenticationBES@@QAE@IW4TagClass@PASN_Object@@@Z @28662 NONAME ??0H235_AuthenticationMechanism@@QAE@ABV0@@Z @665 NONAME ??0H235_AuthenticationMechanism@@QAE@IW4TagClass@PASN_Object@@@Z @666 NONAME ??0H235_ChallengeString@@QAE@ABV0@@Z @667 NONAME ??0H235_ChallengeString@@QAE@ABVPBYTEArray@@@Z @37532 NONAME ??0H235_ChallengeString@@QAE@ABVPString@@@Z @37533 NONAME ??0H235_ChallengeString@@QAE@IW4TagClass@PASN_Object@@@Z @668 NONAME ??0H235_ChallengeString@@QAE@PBD@Z @37534 NONAME ??0H235_ClearToken@@QAE@ABV0@@Z @669 NONAME ??0H235_ClearToken@@QAE@IW4TagClass@PASN_Object@@@Z @670 NONAME ??0H235_CryptoToken@@QAE@ABV0@@Z @671 NONAME ??0H235_CryptoToken@@QAE@IW4TagClass@PASN_Object@@@Z @672 NONAME ??0H235_CryptoToken_cryptoEncryptedToken@@QAE@ABV0@@Z @673 NONAME ??0H235_CryptoToken_cryptoEncryptedToken@@QAE@IW4TagClass@PASN_Object@@@Z @674 NONAME ??0H235_CryptoToken_cryptoHashedToken@@QAE@ABV0@@Z @675 NONAME ??0H235_CryptoToken_cryptoHashedToken@@QAE@IW4TagClass@PASN_Object@@@Z @676 NONAME ??0H235_CryptoToken_cryptoSignedToken@@QAE@ABV0@@Z @677 NONAME ??0H235_CryptoToken_cryptoSignedToken@@QAE@IW4TagClass@PASN_Object@@@Z @678 NONAME ??0H235_DHset@@QAE@ABV0@@Z @679 NONAME ??0H235_DHset@@QAE@IW4TagClass@PASN_Object@@@Z @680 NONAME ??0H235_ECGDSASignature@@QAE@ABV0@@Z @38342 NONAME ??0H235_ECGDSASignature@@QAE@IW4TagClass@PASN_Object@@@Z @38343 NONAME ??0H235_ECKASDH@@QAE@ABV0@@Z @28665 NONAME ??0H235_ECKASDH@@QAE@IW4TagClass@PASN_Object@@@Z @28666 NONAME ??0H235_ECKASDH_eckasdh2@@QAE@ABV0@@Z @28667 NONAME ??0H235_ECKASDH_eckasdh2@@QAE@IW4TagClass@PASN_Object@@@Z @28668 NONAME ??0H235_ECKASDH_eckasdhp@@QAE@ABV0@@Z @28669 NONAME ??0H235_ECKASDH_eckasdhp@@QAE@IW4TagClass@PASN_Object@@@Z @28670 NONAME ??0H235_ECpoint@@QAE@ABV0@@Z @38344 NONAME ??0H235_ECpoint@@QAE@IW4TagClass@PASN_Object@@@Z @38345 NONAME ??0H235_EncodedGeneralToken@@QAE@ABV0@@Z @27637 NONAME ??0H235_EncodedGeneralToken@@QAE@IW4TagClass@PASN_Object@@@Z @27638 NONAME ??0H235_EncodedKeySignedMaterial@@QAE@ABV0@@Z @27639 NONAME ??0H235_EncodedKeySignedMaterial@@QAE@IW4TagClass@PASN_Object@@@Z @27640 NONAME ??0H235_EncodedKeySyncMaterial@@QAE@ABV0@@Z @27641 NONAME ??0H235_EncodedKeySyncMaterial@@QAE@IW4TagClass@PASN_Object@@@Z @27642 NONAME ??0H235_EncodedPwdCertToken@@QAE@ABV0@@Z @27643 NONAME ??0H235_EncodedPwdCertToken@@QAE@IW4TagClass@PASN_Object@@@Z @27644 NONAME ??0H235_EncodedReturnSig@@QAE@ABV0@@Z @27645 NONAME ??0H235_EncodedReturnSig@@QAE@IW4TagClass@PASN_Object@@@Z @27646 NONAME ??0H235_H235CertificateSignature@@QAE@ABV0@@Z @681 NONAME ??0H235_H235CertificateSignature@@QAE@IW4TagClass@PASN_Object@@@Z @682 NONAME ??0H235_H235Key@@QAE@ABV0@@Z @683 NONAME ??0H235_H235Key@@QAE@IW4TagClass@PASN_Object@@@Z @684 NONAME ??0H235_Identifier@@QAE@ABV0@@Z @685 NONAME ??0H235_Identifier@@QAE@IW4TagClass@PASN_Object@@@Z @686 NONAME ??0H235_IV16@@QAE@ABV0@@Z @28671 NONAME ??0H235_IV16@@QAE@ABVPBYTEArray@@@Z @37535 NONAME ??0H235_IV16@@QAE@ABVPString@@@Z @37536 NONAME ??0H235_IV16@@QAE@IW4TagClass@PASN_Object@@@Z @28672 NONAME ??0H235_IV16@@QAE@PBD@Z @37537 NONAME ??0H235_IV8@@QAE@ABV0@@Z @687 NONAME ??0H235_IV8@@QAE@ABVPBYTEArray@@@Z @37538 NONAME ??0H235_IV8@@QAE@ABVPString@@@Z @37539 NONAME ??0H235_IV8@@QAE@IW4TagClass@PASN_Object@@@Z @688 NONAME ??0H235_IV8@@QAE@PBD@Z @37540 NONAME ??0H235_KeyMaterial@@QAE@ABV0@@Z @689 NONAME ??0H235_KeyMaterial@@QAE@IW4TagClass@PASN_Object@@@Z @690 NONAME ??0H235_KeySignedMaterial@@QAE@ABV0@@Z @691 NONAME ??0H235_KeySignedMaterial@@QAE@IW4TagClass@PASN_Object@@@Z @692 NONAME ??0H235_KeySyncMaterial@@QAE@ABV0@@Z @693 NONAME ??0H235_KeySyncMaterial@@QAE@IW4TagClass@PASN_Object@@@Z @694 NONAME ??0H235_NonStandardParameter@@QAE@ABV0@@Z @695 NONAME ??0H235_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @696 NONAME ??0H235_Params@@QAE@ABV0@@Z @697 NONAME ??0H235_Params@@QAE@IW4TagClass@PASN_Object@@@Z @698 NONAME ??0H235_Password@@QAE@ABV0@@Z @699 NONAME ??0H235_Password@@QAE@IW4TagClass@PASN_Object@@@Z @700 NONAME ??0H235_PwdCertToken@@QAE@ABV0@@Z @701 NONAME ??0H235_PwdCertToken@@QAE@IW4TagClass@PASN_Object@@@Z @702 NONAME ??0H235_RandomVal@@QAE@ABV0@@Z @703 NONAME ??0H235_RandomVal@@QAE@IW4TagClass@PASN_Object@@@Z @704 NONAME ??0H235_ReturnSig@@QAE@ABV0@@Z @705 NONAME ??0H235_ReturnSig@@QAE@IW4TagClass@PASN_Object@@@Z @706 NONAME ??0H235_TimeStamp@@QAE@ABV0@@Z @707 NONAME ??0H235_TimeStamp@@QAE@IW4TagClass@PASN_Object@@@Z @708 NONAME ??0H235_TypedCertificate@@QAE@ABV0@@Z @709 NONAME ??0H235_TypedCertificate@@QAE@IW4TagClass@PASN_Object@@@Z @710 NONAME ??0H235_V3KeySyncMaterial@@QAE@ABV0@@Z @38346 NONAME ??0H235_V3KeySyncMaterial@@QAE@IW4TagClass@PASN_Object@@@Z @38347 NONAME ??0H245NegLogicalChannel@@QAE@AAVH323EndPoint@@AAVH323Connection@@AAVH323Channel@@@Z @711 NONAME ??0H245NegLogicalChannel@@QAE@AAVH323EndPoint@@AAVH323Connection@@ABVH323ChannelNumber@@@Z @712 NONAME ??0H245NegLogicalChannels@@QAE@AAVH323EndPoint@@AAVH323Connection@@@Z @713 NONAME ??0H245NegMasterSlaveDetermination@@QAE@AAVH323EndPoint@@AAVH323Connection@@@Z @714 NONAME ??0H245Negotiator@@QAE@AAVH323EndPoint@@AAVH323Connection@@@Z @715 NONAME ??0H245NegRequestMode@@QAE@AAVH323EndPoint@@AAVH323Connection@@@Z @716 NONAME ??0H245NegRoundTripDelay@@QAE@AAVH323EndPoint@@AAVH323Connection@@@Z @717 NONAME ??0H245NegTerminalCapabilitySet@@QAE@AAVH323EndPoint@@AAVH323Connection@@@Z @718 NONAME ??0H245TransportThread@@QAE@AAVH323EndPoint@@AAVH323Connection@@AAVH323Transport@@@Z @719 NONAME ??0H245_AlternativeCapabilitySet@@QAE@ABV0@@Z @720 NONAME ??0H245_AlternativeCapabilitySet@@QAE@IW4TagClass@PASN_Object@@@Z @721 NONAME ??0H245_ArrayOf_AlternativeCapabilitySet@@QAE@ABV0@@Z @722 NONAME ??0H245_ArrayOf_AlternativeCapabilitySet@@QAE@IW4TagClass@PASN_Object@@@Z @723 NONAME ??0H245_ArrayOf_BEnhancementParameters@@QAE@ABV0@@Z @724 NONAME ??0H245_ArrayOf_BEnhancementParameters@@QAE@IW4TagClass@PASN_Object@@@Z @725 NONAME ??0H245_ArrayOf_CapabilityDescriptor@@QAE@ABV0@@Z @726 NONAME ??0H245_ArrayOf_CapabilityDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @727 NONAME ??0H245_ArrayOf_CapabilityDescriptorNumber@@QAE@ABV0@@Z @728 NONAME ??0H245_ArrayOf_CapabilityDescriptorNumber@@QAE@IW4TagClass@PASN_Object@@@Z @729 NONAME ??0H245_ArrayOf_CapabilityTableEntry@@QAE@ABV0@@Z @730 NONAME ??0H245_ArrayOf_CapabilityTableEntry@@QAE@IW4TagClass@PASN_Object@@@Z @731 NONAME ??0H245_ArrayOf_CapabilityTableEntryNumber@@QAE@ABV0@@Z @732 NONAME ??0H245_ArrayOf_CapabilityTableEntryNumber@@QAE@IW4TagClass@PASN_Object@@@Z @733 NONAME ??0H245_ArrayOf_CommunicationModeTableEntry@@QAE@ABV0@@Z @734 NONAME ??0H245_ArrayOf_CommunicationModeTableEntry@@QAE@IW4TagClass@PASN_Object@@@Z @735 NONAME ??0H245_ArrayOf_CustomPictureClockFrequency@@QAE@ABV0@@Z @736 NONAME ??0H245_ArrayOf_CustomPictureClockFrequency@@QAE@IW4TagClass@PASN_Object@@@Z @737 NONAME ??0H245_ArrayOf_CustomPictureFormat@@QAE@ABV0@@Z @738 NONAME ??0H245_ArrayOf_CustomPictureFormat@@QAE@IW4TagClass@PASN_Object@@@Z @739 NONAME ??0H245_ArrayOf_DataApplicationCapability@@QAE@ABV0@@Z @740 NONAME ??0H245_ArrayOf_DataApplicationCapability@@QAE@IW4TagClass@PASN_Object@@@Z @741 NONAME ??0H245_ArrayOf_DialingInformationNetworkType@@QAE@ABV0@@Z @24517 NONAME ??0H245_ArrayOf_DialingInformationNetworkType@@QAE@IW4TagClass@PASN_Object@@@Z @24518 NONAME ??0H245_ArrayOf_DialingInformationNumber@@QAE@ABV0@@Z @24519 NONAME ??0H245_ArrayOf_DialingInformationNumber@@QAE@IW4TagClass@PASN_Object@@@Z @24520 NONAME ??0H245_ArrayOf_EnhancementOptions@@QAE@ABV0@@Z @742 NONAME ??0H245_ArrayOf_EnhancementOptions@@QAE@IW4TagClass@PASN_Object@@@Z @743 NONAME ??0H245_ArrayOf_EscrowData@@QAE@ABV0@@Z @744 NONAME ??0H245_ArrayOf_EscrowData@@QAE@IW4TagClass@PASN_Object@@@Z @745 NONAME ??0H245_ArrayOf_GenericCapability@@QAE@ABV0@@Z @53024 NONAME ??0H245_ArrayOf_GenericCapability@@QAE@IW4TagClass@PASN_Object@@@Z @53025 NONAME ??0H245_ArrayOf_GenericParameter@@QAE@ABV0@@Z @24521 NONAME ??0H245_ArrayOf_GenericParameter@@QAE@IW4TagClass@PASN_Object@@@Z @24522 NONAME ??0H245_ArrayOf_H263ModeComboFlags@@QAE@ABV0@@Z @746 NONAME ??0H245_ArrayOf_H263ModeComboFlags@@QAE@IW4TagClass@PASN_Object@@@Z @747 NONAME ??0H245_ArrayOf_H263VideoModeCombos@@QAE@ABV0@@Z @748 NONAME ??0H245_ArrayOf_H263VideoModeCombos@@QAE@IW4TagClass@PASN_Object@@@Z @749 NONAME ??0H245_ArrayOf_MediaChannelCapability@@QAE@ABV0@@Z @750 NONAME ??0H245_ArrayOf_MediaChannelCapability@@QAE@IW4TagClass@PASN_Object@@@Z @751 NONAME ??0H245_ArrayOf_MediaDistributionCapability@@QAE@ABV0@@Z @752 NONAME ??0H245_ArrayOf_MediaDistributionCapability@@QAE@IW4TagClass@PASN_Object@@@Z @753 NONAME ??0H245_ArrayOf_ModeDescription@@QAE@ABV0@@Z @754 NONAME ??0H245_ArrayOf_ModeDescription@@QAE@IW4TagClass@PASN_Object@@@Z @755 NONAME ??0H245_ArrayOf_MultiplePayloadStreamElement@@QAE@ABV0@@Z @38348 NONAME ??0H245_ArrayOf_MultiplePayloadStreamElement@@QAE@IW4TagClass@PASN_Object@@@Z @38349 NONAME ??0H245_ArrayOf_MultiplePayloadStreamElementMode@@QAE@ABV0@@Z @38350 NONAME ??0H245_ArrayOf_MultiplePayloadStreamElementMode@@QAE@IW4TagClass@PASN_Object@@@Z @38351 NONAME ??0H245_ArrayOf_MultiplexElement@@QAE@ABV0@@Z @756 NONAME ??0H245_ArrayOf_MultiplexElement@@QAE@IW4TagClass@PASN_Object@@@Z @757 NONAME ??0H245_ArrayOf_MultiplexEntryDescriptor@@QAE@ABV0@@Z @758 NONAME ??0H245_ArrayOf_MultiplexEntryDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @759 NONAME ??0H245_ArrayOf_MultiplexEntryRejectionDescriptions@@QAE@ABV0@@Z @760 NONAME ??0H245_ArrayOf_MultiplexEntryRejectionDescriptions@@QAE@IW4TagClass@PASN_Object@@@Z @761 NONAME ??0H245_ArrayOf_MultiplexTableEntryNumber@@QAE@ABV0@@Z @762 NONAME ??0H245_ArrayOf_MultiplexTableEntryNumber@@QAE@IW4TagClass@PASN_Object@@@Z @763 NONAME ??0H245_ArrayOf_NonStandardParameter@@QAE@ABV0@@Z @764 NONAME ??0H245_ArrayOf_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @765 NONAME ??0H245_ArrayOf_ParameterIdentifier@@QAE@ABV0@@Z @24523 NONAME ??0H245_ArrayOf_ParameterIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @24524 NONAME ??0H245_ArrayOf_PictureReference@@QAE@ABV0@@Z @24525 NONAME ??0H245_ArrayOf_PictureReference@@QAE@IW4TagClass@PASN_Object@@@Z @24526 NONAME ??0H245_ArrayOf_Q2931Address@@QAE@ABV0@@Z @24527 NONAME ??0H245_ArrayOf_Q2931Address@@QAE@IW4TagClass@PASN_Object@@@Z @24528 NONAME ??0H245_ArrayOf_QOSCapability@@QAE@ABV0@@Z @766 NONAME ??0H245_ArrayOf_QOSCapability@@QAE@IW4TagClass@PASN_Object@@@Z @767 NONAME ??0H245_ArrayOf_RedundancyEncodingCapability@@QAE@ABV0@@Z @768 NONAME ??0H245_ArrayOf_RedundancyEncodingCapability@@QAE@IW4TagClass@PASN_Object@@@Z @769 NONAME ??0H245_ArrayOf_RedundancyEncodingDTModeElement@@QAE@ABV0@@Z @38352 NONAME ??0H245_ArrayOf_RedundancyEncodingDTModeElement@@QAE@IW4TagClass@PASN_Object@@@Z @38353 NONAME ??0H245_ArrayOf_RedundancyEncodingElement@@QAE@ABV0@@Z @38354 NONAME ??0H245_ArrayOf_RedundancyEncodingElement@@QAE@IW4TagClass@PASN_Object@@@Z @38355 NONAME ??0H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@QAE@ABV0@@Z @770 NONAME ??0H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@QAE@IW4TagClass@PASN_Object@@@Z @771 NONAME ??0H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@QAE@ABV0@@Z @772 NONAME ??0H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@QAE@IW4TagClass@PASN_Object@@@Z @773 NONAME ??0H245_ArrayOf_RTPPayloadType@@QAE@ABV0@@Z @774 NONAME ??0H245_ArrayOf_RTPPayloadType@@QAE@IW4TagClass@PASN_Object@@@Z @775 NONAME ??0H245_ArrayOf_TerminalInformation@@QAE@ABV0@@Z @776 NONAME ??0H245_ArrayOf_TerminalInformation@@QAE@IW4TagClass@PASN_Object@@@Z @777 NONAME ??0H245_ArrayOf_TerminalLabel@@QAE@ABV0@@Z @778 NONAME ??0H245_ArrayOf_TerminalLabel@@QAE@IW4TagClass@PASN_Object@@@Z @779 NONAME ??0H245_ArrayOf_VCCapability@@QAE@ABV0@@Z @780 NONAME ??0H245_ArrayOf_VCCapability@@QAE@IW4TagClass@PASN_Object@@@Z @781 NONAME ??0H245_ArrayOf_VideoCapability@@QAE@ABV0@@Z @53026 NONAME ??0H245_ArrayOf_VideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @53027 NONAME ??0H245_ATMParameters@@QAE@ABV0@@Z @782 NONAME ??0H245_ATMParameters@@QAE@IW4TagClass@PASN_Object@@@Z @783 NONAME ??0H245_AudioCapability@@QAE@ABV0@@Z @784 NONAME ??0H245_AudioCapability@@QAE@IW4TagClass@PASN_Object@@@Z @785 NONAME ??0H245_AudioCapability_g7231@@QAE@ABV0@@Z @786 NONAME ??0H245_AudioCapability_g7231@@QAE@IW4TagClass@PASN_Object@@@Z @787 NONAME ??0H245_AudioMode@@QAE@ABV0@@Z @788 NONAME ??0H245_AudioMode@@QAE@IW4TagClass@PASN_Object@@@Z @789 NONAME ??0H245_AudioMode_g7231@@QAE@ABV0@@Z @790 NONAME ??0H245_AudioMode_g7231@@QAE@IW4TagClass@PASN_Object@@@Z @791 NONAME ??0H245_AudioTelephonyEventCapability@@QAE@ABV0@@Z @24529 NONAME ??0H245_AudioTelephonyEventCapability@@QAE@IW4TagClass@PASN_Object@@@Z @24530 NONAME ??0H245_AudioToneCapability@@QAE@ABV0@@Z @24531 NONAME ??0H245_AudioToneCapability@@QAE@IW4TagClass@PASN_Object@@@Z @24532 NONAME ??0H245_AuthenticationCapability@@QAE@ABV0@@Z @792 NONAME ??0H245_AuthenticationCapability@@QAE@IW4TagClass@PASN_Object@@@Z @793 NONAME ??0H245_BEnhancementParameters@@QAE@ABV0@@Z @794 NONAME ??0H245_BEnhancementParameters@@QAE@IW4TagClass@PASN_Object@@@Z @795 NONAME ??0H245_Capability@@QAE@ABV0@@Z @796 NONAME ??0H245_Capability@@QAE@IW4TagClass@PASN_Object@@@Z @797 NONAME ??0H245_CapabilityDescriptor@@QAE@ABV0@@Z @798 NONAME ??0H245_CapabilityDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @799 NONAME ??0H245_CapabilityDescriptorNumber@@QAE@ABV0@@Z @800 NONAME ??0H245_CapabilityDescriptorNumber@@QAE@IW4TagClass@PASN_Object@@@Z @801 NONAME ??0H245_CapabilityIdentifier@@QAE@ABV0@@Z @24533 NONAME ??0H245_CapabilityIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @24534 NONAME ??0H245_CapabilityTableEntry@@QAE@ABV0@@Z @802 NONAME ??0H245_CapabilityTableEntry@@QAE@IW4TagClass@PASN_Object@@@Z @803 NONAME ??0H245_CapabilityTableEntryNumber@@QAE@ABV0@@Z @804 NONAME ??0H245_CapabilityTableEntryNumber@@QAE@IW4TagClass@PASN_Object@@@Z @805 NONAME ??0H245_Capability_h233EncryptionReceiveCapability@@QAE@ABV0@@Z @806 NONAME ??0H245_Capability_h233EncryptionReceiveCapability@@QAE@IW4TagClass@PASN_Object@@@Z @807 NONAME ??0H245_CertSelectionCriteria@@QAE@ABV0@@Z @808 NONAME ??0H245_CertSelectionCriteria@@QAE@IW4TagClass@PASN_Object@@@Z @809 NONAME ??0H245_CloseLogicalChannel@@QAE@ABV0@@Z @810 NONAME ??0H245_CloseLogicalChannel@@QAE@IW4TagClass@PASN_Object@@@Z @811 NONAME ??0H245_CloseLogicalChannelAck@@QAE@ABV0@@Z @812 NONAME ??0H245_CloseLogicalChannelAck@@QAE@IW4TagClass@PASN_Object@@@Z @813 NONAME ??0H245_CloseLogicalChannel_reason@@QAE@ABV0@@Z @814 NONAME ??0H245_CloseLogicalChannel_reason@@QAE@IW4TagClass@PASN_Object@@@Z @815 NONAME ??0H245_CloseLogicalChannel_source@@QAE@ABV0@@Z @816 NONAME ??0H245_CloseLogicalChannel_source@@QAE@IW4TagClass@PASN_Object@@@Z @817 NONAME ??0H245_CommandMessage@@QAE@ABV0@@Z @818 NONAME ??0H245_CommandMessage@@QAE@IW4TagClass@PASN_Object@@@Z @819 NONAME ??0H245_CommunicationModeCommand@@QAE@ABV0@@Z @820 NONAME ??0H245_CommunicationModeCommand@@QAE@IW4TagClass@PASN_Object@@@Z @821 NONAME ??0H245_CommunicationModeRequest@@QAE@ABV0@@Z @822 NONAME ??0H245_CommunicationModeRequest@@QAE@IW4TagClass@PASN_Object@@@Z @823 NONAME ??0H245_CommunicationModeResponse@@QAE@ABV0@@Z @824 NONAME ??0H245_CommunicationModeResponse@@QAE@IW4TagClass@PASN_Object@@@Z @825 NONAME ??0H245_CommunicationModeTableEntry@@QAE@ABV0@@Z @826 NONAME ??0H245_CommunicationModeTableEntry@@QAE@IW4TagClass@PASN_Object@@@Z @827 NONAME ??0H245_CommunicationModeTableEntry_dataType@@QAE@ABV0@@Z @828 NONAME ??0H245_CommunicationModeTableEntry_dataType@@QAE@IW4TagClass@PASN_Object@@@Z @829 NONAME ??0H245_CompressionType@@QAE@ABV0@@Z @830 NONAME ??0H245_CompressionType@@QAE@IW4TagClass@PASN_Object@@@Z @831 NONAME ??0H245_ConferenceCapability@@QAE@ABV0@@Z @832 NONAME ??0H245_ConferenceCapability@@QAE@IW4TagClass@PASN_Object@@@Z @833 NONAME ??0H245_ConferenceCommand@@QAE@ABV0@@Z @834 NONAME ??0H245_ConferenceCommand@@QAE@IW4TagClass@PASN_Object@@@Z @835 NONAME ??0H245_ConferenceID@@QAE@ABV0@@Z @836 NONAME ??0H245_ConferenceID@@QAE@ABVPBYTEArray@@@Z @37541 NONAME ??0H245_ConferenceID@@QAE@ABVPString@@@Z @37542 NONAME ??0H245_ConferenceID@@QAE@IW4TagClass@PASN_Object@@@Z @837 NONAME ??0H245_ConferenceID@@QAE@PBD@Z @37543 NONAME ??0H245_ConferenceIndication@@QAE@ABV0@@Z @838 NONAME ??0H245_ConferenceIndication@@QAE@IW4TagClass@PASN_Object@@@Z @839 NONAME ??0H245_ConferenceRequest@@QAE@ABV0@@Z @840 NONAME ??0H245_ConferenceRequest@@QAE@IW4TagClass@PASN_Object@@@Z @841 NONAME ??0H245_ConferenceRequest_requestTerminalCertificate@@QAE@ABV0@@Z @842 NONAME ??0H245_ConferenceRequest_requestTerminalCertificate@@QAE@IW4TagClass@PASN_Object@@@Z @843 NONAME ??0H245_ConferenceResponse@@QAE@ABV0@@Z @844 NONAME ??0H245_ConferenceResponse@@QAE@IW4TagClass@PASN_Object@@@Z @845 NONAME ??0H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@QAE@ABV0@@Z @846 NONAME ??0H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@QAE@IW4TagClass@PASN_Object@@@Z @847 NONAME ??0H245_ConferenceResponse_chairTokenOwnerResponse@@QAE@ABV0@@Z @848 NONAME ??0H245_ConferenceResponse_chairTokenOwnerResponse@@QAE@IW4TagClass@PASN_Object@@@Z @849 NONAME ??0H245_ConferenceResponse_conferenceIDResponse@@QAE@ABV0@@Z @850 NONAME ??0H245_ConferenceResponse_conferenceIDResponse@@QAE@IW4TagClass@PASN_Object@@@Z @851 NONAME ??0H245_ConferenceResponse_extensionAddressResponse@@QAE@ABV0@@Z @852 NONAME ??0H245_ConferenceResponse_extensionAddressResponse@@QAE@IW4TagClass@PASN_Object@@@Z @853 NONAME ??0H245_ConferenceResponse_makeMeChairResponse@@QAE@ABV0@@Z @854 NONAME ??0H245_ConferenceResponse_makeMeChairResponse@@QAE@IW4TagClass@PASN_Object@@@Z @855 NONAME ??0H245_ConferenceResponse_makeTerminalBroadcasterResponse@@QAE@ABV0@@Z @856 NONAME ??0H245_ConferenceResponse_makeTerminalBroadcasterResponse@@QAE@IW4TagClass@PASN_Object@@@Z @857 NONAME ??0H245_ConferenceResponse_mCTerminalIDResponse@@QAE@ABV0@@Z @858 NONAME ??0H245_ConferenceResponse_mCTerminalIDResponse@@QAE@IW4TagClass@PASN_Object@@@Z @859 NONAME ??0H245_ConferenceResponse_passwordResponse@@QAE@ABV0@@Z @860 NONAME ??0H245_ConferenceResponse_passwordResponse@@QAE@IW4TagClass@PASN_Object@@@Z @861 NONAME ??0H245_ConferenceResponse_sendThisSourceResponse@@QAE@ABV0@@Z @862 NONAME ??0H245_ConferenceResponse_sendThisSourceResponse@@QAE@IW4TagClass@PASN_Object@@@Z @863 NONAME ??0H245_ConferenceResponse_terminalCertificateResponse@@QAE@ABV0@@Z @864 NONAME ??0H245_ConferenceResponse_terminalCertificateResponse@@QAE@IW4TagClass@PASN_Object@@@Z @865 NONAME ??0H245_ConferenceResponse_terminalIDResponse@@QAE@ABV0@@Z @866 NONAME ??0H245_ConferenceResponse_terminalIDResponse@@QAE@IW4TagClass@PASN_Object@@@Z @867 NONAME ??0H245_ConnectionIdentifier@@QAE@ABV0@@Z @24535 NONAME ??0H245_ConnectionIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @24536 NONAME ??0H245_CRCLength@@QAE@ABV0@@Z @868 NONAME ??0H245_CRCLength@@QAE@IW4TagClass@PASN_Object@@@Z @869 NONAME ??0H245_Criteria@@QAE@ABV0@@Z @870 NONAME ??0H245_Criteria@@QAE@IW4TagClass@PASN_Object@@@Z @871 NONAME ??0H245_CustomPictureClockFrequency@@QAE@ABV0@@Z @872 NONAME ??0H245_CustomPictureClockFrequency@@QAE@IW4TagClass@PASN_Object@@@Z @873 NONAME ??0H245_CustomPictureFormat@@QAE@ABV0@@Z @874 NONAME ??0H245_CustomPictureFormat@@QAE@IW4TagClass@PASN_Object@@@Z @875 NONAME ??0H245_CustomPictureFormat_mPI@@QAE@ABV0@@Z @876 NONAME ??0H245_CustomPictureFormat_mPI@@QAE@IW4TagClass@PASN_Object@@@Z @877 NONAME ??0H245_CustomPictureFormat_mPI_customPCF@@QAE@ABV0@@Z @878 NONAME ??0H245_CustomPictureFormat_mPI_customPCF@@QAE@IW4TagClass@PASN_Object@@@Z @879 NONAME ??0H245_CustomPictureFormat_mPI_customPCF_subtype@@QAE@ABV0@@Z @880 NONAME ??0H245_CustomPictureFormat_mPI_customPCF_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @881 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation@@QAE@ABV0@@Z @882 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation@@QAE@IW4TagClass@PASN_Object@@@Z @883 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@QAE@ABV0@@Z @884 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@QAE@IW4TagClass@PASN_Object@@@Z @885 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@QAE@ABV0@@Z @886 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @887 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@QAE@ABV0@@Z @888 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@QAE@IW4TagClass@PASN_Object@@@Z @889 NONAME ??0H245_DataApplicationCapability@@QAE@ABV0@@Z @890 NONAME ??0H245_DataApplicationCapability@@QAE@IW4TagClass@PASN_Object@@@Z @891 NONAME ??0H245_DataApplicationCapability_application@@QAE@ABV0@@Z @892 NONAME ??0H245_DataApplicationCapability_application@@QAE@IW4TagClass@PASN_Object@@@Z @893 NONAME ??0H245_DataApplicationCapability_application_nlpid@@QAE@ABV0@@Z @894 NONAME ??0H245_DataApplicationCapability_application_nlpid@@QAE@IW4TagClass@PASN_Object@@@Z @895 NONAME ??0H245_DataApplicationCapability_application_t38fax@@QAE@ABV0@@Z @24537 NONAME ??0H245_DataApplicationCapability_application_t38fax@@QAE@IW4TagClass@PASN_Object@@@Z @24538 NONAME ??0H245_DataApplicationCapability_application_t84@@QAE@ABV0@@Z @896 NONAME ??0H245_DataApplicationCapability_application_t84@@QAE@IW4TagClass@PASN_Object@@@Z @897 NONAME ??0H245_DataMode@@QAE@ABV0@@Z @898 NONAME ??0H245_DataMode@@QAE@IW4TagClass@PASN_Object@@@Z @899 NONAME ??0H245_DataMode_application@@QAE@ABV0@@Z @900 NONAME ??0H245_DataMode_application@@QAE@IW4TagClass@PASN_Object@@@Z @901 NONAME ??0H245_DataMode_application_nlpid@@QAE@ABV0@@Z @902 NONAME ??0H245_DataMode_application_nlpid@@QAE@IW4TagClass@PASN_Object@@@Z @903 NONAME ??0H245_DataMode_application_t38fax@@QAE@ABV0@@Z @24539 NONAME ??0H245_DataMode_application_t38fax@@QAE@IW4TagClass@PASN_Object@@@Z @24540 NONAME ??0H245_DataProtocolCapability@@QAE@ABV0@@Z @904 NONAME ??0H245_DataProtocolCapability@@QAE@IW4TagClass@PASN_Object@@@Z @905 NONAME ??0H245_DataProtocolCapability_v76wCompression@@QAE@ABV0@@Z @906 NONAME ??0H245_DataProtocolCapability_v76wCompression@@QAE@IW4TagClass@PASN_Object@@@Z @907 NONAME ??0H245_DataType@@QAE@ABV0@@Z @908 NONAME ??0H245_DataType@@QAE@IW4TagClass@PASN_Object@@@Z @909 NONAME ??0H245_DepFECCapability@@QAE@ABV0@@Z @53375 NONAME ??0H245_DepFECCapability@@QAE@IW4TagClass@PASN_Object@@@Z @53376 NONAME ??0H245_DepFECCapability_rfc2733@@QAE@ABV0@@Z @53377 NONAME ??0H245_DepFECCapability_rfc2733@@QAE@IW4TagClass@PASN_Object@@@Z @53378 NONAME ??0H245_DepFECCapability_rfc2733_separateStream@@QAE@ABV0@@Z @53379 NONAME ??0H245_DepFECCapability_rfc2733_separateStream@@QAE@IW4TagClass@PASN_Object@@@Z @53380 NONAME ??0H245_DepFECData@@QAE@ABV0@@Z @53381 NONAME ??0H245_DepFECData@@QAE@IW4TagClass@PASN_Object@@@Z @53382 NONAME ??0H245_DepFECData_rfc2733@@QAE@ABV0@@Z @53383 NONAME ??0H245_DepFECData_rfc2733@@QAE@IW4TagClass@PASN_Object@@@Z @53384 NONAME ??0H245_DepFECData_rfc2733_mode@@QAE@ABV0@@Z @53385 NONAME ??0H245_DepFECData_rfc2733_mode@@QAE@IW4TagClass@PASN_Object@@@Z @53386 NONAME ??0H245_DepFECData_rfc2733_mode_separateStream@@QAE@ABV0@@Z @53387 NONAME ??0H245_DepFECData_rfc2733_mode_separateStream@@QAE@IW4TagClass@PASN_Object@@@Z @53388 NONAME ??0H245_DepFECData_rfc2733_mode_separateStream_differentPort@@QAE@ABV0@@Z @53389 NONAME ??0H245_DepFECData_rfc2733_mode_separateStream_differentPort@@QAE@IW4TagClass@PASN_Object@@@Z @53390 NONAME ??0H245_DepFECData_rfc2733_mode_separateStream_samePort@@QAE@ABV0@@Z @53391 NONAME ??0H245_DepFECData_rfc2733_mode_separateStream_samePort@@QAE@IW4TagClass@PASN_Object@@@Z @53392 NONAME ??0H245_DepFECMode@@QAE@ABV0@@Z @53393 NONAME ??0H245_DepFECMode@@QAE@IW4TagClass@PASN_Object@@@Z @53394 NONAME ??0H245_DepFECMode_rfc2733Mode@@QAE@ABV0@@Z @53395 NONAME ??0H245_DepFECMode_rfc2733Mode@@QAE@IW4TagClass@PASN_Object@@@Z @53396 NONAME ??0H245_DepFECMode_rfc2733Mode_mode@@QAE@ABV0@@Z @53397 NONAME ??0H245_DepFECMode_rfc2733Mode_mode@@QAE@IW4TagClass@PASN_Object@@@Z @53398 NONAME ??0H245_DepFECMode_rfc2733Mode_mode_separateStream@@QAE@ABV0@@Z @53399 NONAME ??0H245_DepFECMode_rfc2733Mode_mode_separateStream@@QAE@IW4TagClass@PASN_Object@@@Z @53400 NONAME ??0H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@QAE@ABV0@@Z @53401 NONAME ??0H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@QAE@IW4TagClass@PASN_Object@@@Z @53402 NONAME ??0H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@QAE@ABV0@@Z @53403 NONAME ??0H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@QAE@IW4TagClass@PASN_Object@@@Z @53404 NONAME ??0H245_DialingInformation@@QAE@ABV0@@Z @24541 NONAME ??0H245_DialingInformation@@QAE@IW4TagClass@PASN_Object@@@Z @24542 NONAME ??0H245_DialingInformationNetworkType@@QAE@ABV0@@Z @24543 NONAME ??0H245_DialingInformationNetworkType@@QAE@IW4TagClass@PASN_Object@@@Z @24544 NONAME ??0H245_DialingInformationNumber@@QAE@ABV0@@Z @24545 NONAME ??0H245_DialingInformationNumber@@QAE@IW4TagClass@PASN_Object@@@Z @24546 NONAME ??0H245_EncryptionAuthenticationAndIntegrity@@QAE@ABV0@@Z @910 NONAME ??0H245_EncryptionAuthenticationAndIntegrity@@QAE@IW4TagClass@PASN_Object@@@Z @911 NONAME ??0H245_EncryptionCapability@@QAE@ABV0@@Z @912 NONAME ??0H245_EncryptionCapability@@QAE@IW4TagClass@PASN_Object@@@Z @913 NONAME ??0H245_EncryptionCommand@@QAE@ABV0@@Z @914 NONAME ??0H245_EncryptionCommand@@QAE@IW4TagClass@PASN_Object@@@Z @915 NONAME ??0H245_EncryptionCommand_encryptionAlgorithmID@@QAE@ABV0@@Z @916 NONAME ??0H245_EncryptionCommand_encryptionAlgorithmID@@QAE@IW4TagClass@PASN_Object@@@Z @917 NONAME ??0H245_EncryptionMode@@QAE@ABV0@@Z @918 NONAME ??0H245_EncryptionMode@@QAE@IW4TagClass@PASN_Object@@@Z @919 NONAME ??0H245_EncryptionSync@@QAE@ABV0@@Z @920 NONAME ??0H245_EncryptionSync@@QAE@IW4TagClass@PASN_Object@@@Z @921 NONAME ??0H245_EncryptionUpdateDirection@@QAE@ABV0@@Z @53028 NONAME ??0H245_EncryptionUpdateDirection@@QAE@IW4TagClass@PASN_Object@@@Z @53029 NONAME ??0H245_EncryptionUpdateRequest@@QAE@ABV0@@Z @922 NONAME ??0H245_EncryptionUpdateRequest@@QAE@IW4TagClass@PASN_Object@@@Z @923 NONAME ??0H245_EndSessionCommand@@QAE@ABV0@@Z @924 NONAME ??0H245_EndSessionCommand@@QAE@IW4TagClass@PASN_Object@@@Z @925 NONAME ??0H245_EndSessionCommand_gstnOptions@@QAE@ABV0@@Z @926 NONAME ??0H245_EndSessionCommand_gstnOptions@@QAE@IW4TagClass@PASN_Object@@@Z @927 NONAME ??0H245_EndSessionCommand_isdnOptions@@QAE@ABV0@@Z @928 NONAME ??0H245_EndSessionCommand_isdnOptions@@QAE@IW4TagClass@PASN_Object@@@Z @929 NONAME ??0H245_EnhancementLayerInfo@@QAE@ABV0@@Z @930 NONAME ??0H245_EnhancementLayerInfo@@QAE@IW4TagClass@PASN_Object@@@Z @931 NONAME ??0H245_EnhancementOptions@@QAE@ABV0@@Z @932 NONAME ??0H245_EnhancementOptions@@QAE@IW4TagClass@PASN_Object@@@Z @933 NONAME ??0H245_EscrowData@@QAE@ABV0@@Z @934 NONAME ??0H245_EscrowData@@QAE@IW4TagClass@PASN_Object@@@Z @935 NONAME ??0H245_ExtendedVideoCapability@@QAE@ABV0@@Z @53030 NONAME ??0H245_ExtendedVideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @53031 NONAME ??0H245_FECCapability@@QAE@ABV0@@Z @38356 NONAME ??0H245_FECCapability@@QAE@IW4TagClass@PASN_Object@@@Z @38357 NONAME ??0H245_FECCapability_rfc2733Format@@QAE@ABV0@@Z @53405 NONAME ??0H245_FECCapability_rfc2733Format@@QAE@IW4TagClass@PASN_Object@@@Z @53406 NONAME ??0H245_FECData@@QAE@ABV0@@Z @38362 NONAME ??0H245_FECData@@QAE@IW4TagClass@PASN_Object@@@Z @38363 NONAME ??0H245_FECData_rfc2733@@QAE@ABV0@@Z @38364 NONAME ??0H245_FECData_rfc2733@@QAE@IW4TagClass@PASN_Object@@@Z @38365 NONAME ??0H245_FECData_rfc2733_pktMode@@QAE@ABV0@@Z @53407 NONAME ??0H245_FECData_rfc2733_pktMode@@QAE@IW4TagClass@PASN_Object@@@Z @53408 NONAME ??0H245_FECData_rfc2733_pktMode_rfc2733diffport@@QAE@ABV0@@Z @53409 NONAME ??0H245_FECData_rfc2733_pktMode_rfc2733diffport@@QAE@IW4TagClass@PASN_Object@@@Z @53410 NONAME ??0H245_FECData_rfc2733_pktMode_rfc2733sameport@@QAE@ABV0@@Z @53411 NONAME ??0H245_FECData_rfc2733_pktMode_rfc2733sameport@@QAE@IW4TagClass@PASN_Object@@@Z @53412 NONAME ??0H245_FECMode@@QAE@ABV0@@Z @38374 NONAME ??0H245_FECMode@@QAE@IW4TagClass@PASN_Object@@@Z @38375 NONAME ??0H245_FECMode_rfc2733Format@@QAE@ABV0@@Z @53413 NONAME ??0H245_FECMode_rfc2733Format@@QAE@IW4TagClass@PASN_Object@@@Z @53414 NONAME ??0H245_FlowControlCommand@@QAE@ABV0@@Z @936 NONAME ??0H245_FlowControlCommand@@QAE@IW4TagClass@PASN_Object@@@Z @937 NONAME ??0H245_FlowControlCommand_restriction@@QAE@ABV0@@Z @938 NONAME ??0H245_FlowControlCommand_restriction@@QAE@IW4TagClass@PASN_Object@@@Z @939 NONAME ??0H245_FlowControlCommand_scope@@QAE@ABV0@@Z @940 NONAME ??0H245_FlowControlCommand_scope@@QAE@IW4TagClass@PASN_Object@@@Z @941 NONAME ??0H245_FlowControlIndication@@QAE@ABV0@@Z @24547 NONAME ??0H245_FlowControlIndication@@QAE@IW4TagClass@PASN_Object@@@Z @24548 NONAME ??0H245_FlowControlIndication_restriction@@QAE@ABV0@@Z @24549 NONAME ??0H245_FlowControlIndication_restriction@@QAE@IW4TagClass@PASN_Object@@@Z @24550 NONAME ??0H245_FlowControlIndication_scope@@QAE@ABV0@@Z @24551 NONAME ??0H245_FlowControlIndication_scope@@QAE@IW4TagClass@PASN_Object@@@Z @24552 NONAME ??0H245_FunctionNotSupported@@QAE@ABV0@@Z @942 NONAME ??0H245_FunctionNotSupported@@QAE@IW4TagClass@PASN_Object@@@Z @943 NONAME ??0H245_FunctionNotSupported_cause@@QAE@ABV0@@Z @944 NONAME ??0H245_FunctionNotSupported_cause@@QAE@IW4TagClass@PASN_Object@@@Z @945 NONAME ??0H245_FunctionNotUnderstood@@QAE@ABV0@@Z @946 NONAME ??0H245_FunctionNotUnderstood@@QAE@IW4TagClass@PASN_Object@@@Z @947 NONAME ??0H245_G7231AnnexCCapability@@QAE@ABV0@@Z @948 NONAME ??0H245_G7231AnnexCCapability@@QAE@IW4TagClass@PASN_Object@@@Z @949 NONAME ??0H245_G7231AnnexCCapability_g723AnnexCAudioMode@@QAE@ABV0@@Z @950 NONAME ??0H245_G7231AnnexCCapability_g723AnnexCAudioMode@@QAE@IW4TagClass@PASN_Object@@@Z @951 NONAME ??0H245_G7231AnnexCMode@@QAE@ABV0@@Z @952 NONAME ??0H245_G7231AnnexCMode@@QAE@IW4TagClass@PASN_Object@@@Z @953 NONAME ??0H245_G7231AnnexCMode_g723AnnexCAudioMode@@QAE@ABV0@@Z @954 NONAME ??0H245_G7231AnnexCMode_g723AnnexCAudioMode@@QAE@IW4TagClass@PASN_Object@@@Z @955 NONAME ??0H245_G729Extensions@@QAE@ABV0@@Z @24553 NONAME ??0H245_G729Extensions@@QAE@IW4TagClass@PASN_Object@@@Z @24554 NONAME ??0H245_GenericCapability@@QAE@ABV0@@Z @24555 NONAME ??0H245_GenericCapability@@QAE@IW4TagClass@PASN_Object@@@Z @24556 NONAME ??0H245_GenericMessage@@QAE@ABV0@@Z @53032 NONAME ??0H245_GenericMessage@@QAE@IW4TagClass@PASN_Object@@@Z @53033 NONAME ??0H245_GenericParameter@@QAE@ABV0@@Z @24557 NONAME ??0H245_GenericParameter@@QAE@IW4TagClass@PASN_Object@@@Z @24558 NONAME ??0H245_GSMAudioCapability@@QAE@ABV0@@Z @956 NONAME ??0H245_GSMAudioCapability@@QAE@IW4TagClass@PASN_Object@@@Z @957 NONAME ??0H245_H222Capability@@QAE@ABV0@@Z @958 NONAME ??0H245_H222Capability@@QAE@IW4TagClass@PASN_Object@@@Z @959 NONAME ??0H245_H222LogicalChannelParameters@@QAE@ABV0@@Z @960 NONAME ??0H245_H222LogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @961 NONAME ??0H245_H223AL1MParameters@@QAE@ABV0@@Z @962 NONAME ??0H245_H223AL1MParameters@@QAE@IW4TagClass@PASN_Object@@@Z @963 NONAME ??0H245_H223AL1MParameters_arqType@@QAE@ABV0@@Z @964 NONAME ??0H245_H223AL1MParameters_arqType@@QAE@IW4TagClass@PASN_Object@@@Z @965 NONAME ??0H245_H223AL1MParameters_crcLength@@QAE@ABV0@@Z @966 NONAME ??0H245_H223AL1MParameters_crcLength@@QAE@IW4TagClass@PASN_Object@@@Z @967 NONAME ??0H245_H223AL1MParameters_headerFEC@@QAE@ABV0@@Z @968 NONAME ??0H245_H223AL1MParameters_headerFEC@@QAE@IW4TagClass@PASN_Object@@@Z @969 NONAME ??0H245_H223AL1MParameters_transferMode@@QAE@ABV0@@Z @970 NONAME ??0H245_H223AL1MParameters_transferMode@@QAE@IW4TagClass@PASN_Object@@@Z @971 NONAME ??0H245_H223AL2MParameters@@QAE@ABV0@@Z @972 NONAME ??0H245_H223AL2MParameters@@QAE@IW4TagClass@PASN_Object@@@Z @973 NONAME ??0H245_H223AL2MParameters_headerFEC@@QAE@ABV0@@Z @974 NONAME ??0H245_H223AL2MParameters_headerFEC@@QAE@IW4TagClass@PASN_Object@@@Z @975 NONAME ??0H245_H223AL3MParameters@@QAE@ABV0@@Z @976 NONAME ??0H245_H223AL3MParameters@@QAE@IW4TagClass@PASN_Object@@@Z @977 NONAME ??0H245_H223AL3MParameters_arqType@@QAE@ABV0@@Z @978 NONAME ??0H245_H223AL3MParameters_arqType@@QAE@IW4TagClass@PASN_Object@@@Z @979 NONAME ??0H245_H223AL3MParameters_crcLength@@QAE@ABV0@@Z @980 NONAME ??0H245_H223AL3MParameters_crcLength@@QAE@IW4TagClass@PASN_Object@@@Z @981 NONAME ??0H245_H223AL3MParameters_headerFormat@@QAE@ABV0@@Z @982 NONAME ??0H245_H223AL3MParameters_headerFormat@@QAE@IW4TagClass@PASN_Object@@@Z @983 NONAME ??0H245_H223AnnexCArqParameters@@QAE@ABV0@@Z @984 NONAME ??0H245_H223AnnexCArqParameters@@QAE@IW4TagClass@PASN_Object@@@Z @985 NONAME ??0H245_H223AnnexCArqParameters_numberOfRetransmissions@@QAE@ABV0@@Z @986 NONAME ??0H245_H223AnnexCArqParameters_numberOfRetransmissions@@QAE@IW4TagClass@PASN_Object@@@Z @987 NONAME ??0H245_H223AnnexCCapability@@QAE@ABV0@@Z @988 NONAME ??0H245_H223AnnexCCapability@@QAE@IW4TagClass@PASN_Object@@@Z @989 NONAME ??0H245_H223Capability@@QAE@ABV0@@Z @990 NONAME ??0H245_H223Capability@@QAE@IW4TagClass@PASN_Object@@@Z @991 NONAME ??0H245_H223Capability_h223MultiplexTableCapability@@QAE@ABV0@@Z @992 NONAME ??0H245_H223Capability_h223MultiplexTableCapability@@QAE@IW4TagClass@PASN_Object@@@Z @993 NONAME ??0H245_H223Capability_h223MultiplexTableCapability_enhanced@@QAE@ABV0@@Z @994 NONAME ??0H245_H223Capability_h223MultiplexTableCapability_enhanced@@QAE@IW4TagClass@PASN_Object@@@Z @995 NONAME ??0H245_H223Capability_mobileMultilinkFrameCapability@@QAE@ABV0@@Z @24559 NONAME ??0H245_H223Capability_mobileMultilinkFrameCapability@@QAE@IW4TagClass@PASN_Object@@@Z @24560 NONAME ??0H245_H223Capability_mobileOperationTransmitCapability@@QAE@ABV0@@Z @996 NONAME ??0H245_H223Capability_mobileOperationTransmitCapability@@QAE@IW4TagClass@PASN_Object@@@Z @997 NONAME ??0H245_H223LogicalChannelParameters@@QAE@ABV0@@Z @998 NONAME ??0H245_H223LogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @999 NONAME ??0H245_H223LogicalChannelParameters_adaptationLayerType@@QAE@ABV0@@Z @1000 NONAME ??0H245_H223LogicalChannelParameters_adaptationLayerType@@QAE@IW4TagClass@PASN_Object@@@Z @1001 NONAME ??0H245_H223LogicalChannelParameters_adaptationLayerType_al3@@QAE@ABV0@@Z @1002 NONAME ??0H245_H223LogicalChannelParameters_adaptationLayerType_al3@@QAE@IW4TagClass@PASN_Object@@@Z @1003 NONAME ??0H245_H223ModeParameters@@QAE@ABV0@@Z @1004 NONAME ??0H245_H223ModeParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1005 NONAME ??0H245_H223ModeParameters_adaptationLayerType@@QAE@ABV0@@Z @1006 NONAME ??0H245_H223ModeParameters_adaptationLayerType@@QAE@IW4TagClass@PASN_Object@@@Z @1007 NONAME ??0H245_H223ModeParameters_adaptationLayerType_al3@@QAE@ABV0@@Z @1008 NONAME ??0H245_H223ModeParameters_adaptationLayerType_al3@@QAE@IW4TagClass@PASN_Object@@@Z @1009 NONAME ??0H245_H223MultiplexReconfiguration@@QAE@ABV0@@Z @1010 NONAME ??0H245_H223MultiplexReconfiguration@@QAE@IW4TagClass@PASN_Object@@@Z @1011 NONAME ??0H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@QAE@ABV0@@Z @1012 NONAME ??0H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@QAE@IW4TagClass@PASN_Object@@@Z @1013 NONAME ??0H245_H223MultiplexReconfiguration_h223ModeChange@@QAE@ABV0@@Z @1014 NONAME ??0H245_H223MultiplexReconfiguration_h223ModeChange@@QAE@IW4TagClass@PASN_Object@@@Z @1015 NONAME ??0H245_H223SkewIndication@@QAE@ABV0@@Z @1016 NONAME ??0H245_H223SkewIndication@@QAE@IW4TagClass@PASN_Object@@@Z @1017 NONAME ??0H245_H2250Capability@@QAE@ABV0@@Z @1018 NONAME ??0H245_H2250Capability@@QAE@IW4TagClass@PASN_Object@@@Z @1019 NONAME ??0H245_H2250Capability_mcCapability@@QAE@ABV0@@Z @1020 NONAME ??0H245_H2250Capability_mcCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1021 NONAME ??0H245_H2250LogicalChannelAckParameters@@QAE@ABV0@@Z @1022 NONAME ??0H245_H2250LogicalChannelAckParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1023 NONAME ??0H245_H2250LogicalChannelParameters@@QAE@ABV0@@Z @1024 NONAME ??0H245_H2250LogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1025 NONAME ??0H245_H2250LogicalChannelParameters_mediaPacketization@@QAE@ABV0@@Z @1026 NONAME ??0H245_H2250LogicalChannelParameters_mediaPacketization@@QAE@IW4TagClass@PASN_Object@@@Z @1027 NONAME ??0H245_H2250MaximumSkewIndication@@QAE@ABV0@@Z @1028 NONAME ??0H245_H2250MaximumSkewIndication@@QAE@IW4TagClass@PASN_Object@@@Z @1029 NONAME ??0H245_H2250ModeParameters@@QAE@ABV0@@Z @1030 NONAME ??0H245_H2250ModeParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1031 NONAME ??0H245_H235Media@@QAE@ABV0@@Z @1032 NONAME ??0H245_H235Media@@QAE@IW4TagClass@PASN_Object@@@Z @1033 NONAME ??0H245_H235Media_mediaType@@QAE@ABV0@@Z @1034 NONAME ??0H245_H235Media_mediaType@@QAE@IW4TagClass@PASN_Object@@@Z @1035 NONAME ??0H245_H235Mode@@QAE@ABV0@@Z @1036 NONAME ??0H245_H235Mode@@QAE@IW4TagClass@PASN_Object@@@Z @1037 NONAME ??0H245_H235Mode_mediaMode@@QAE@ABV0@@Z @1038 NONAME ??0H245_H235Mode_mediaMode@@QAE@IW4TagClass@PASN_Object@@@Z @1039 NONAME ??0H245_H235SecurityCapability@@QAE@ABV0@@Z @1040 NONAME ??0H245_H235SecurityCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1041 NONAME ??0H245_H261VideoCapability@@QAE@ABV0@@Z @1042 NONAME ??0H245_H261VideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1043 NONAME ??0H245_H261VideoMode@@QAE@ABV0@@Z @1044 NONAME ??0H245_H261VideoMode@@QAE@IW4TagClass@PASN_Object@@@Z @1045 NONAME ??0H245_H261VideoMode_resolution@@QAE@ABV0@@Z @1046 NONAME ??0H245_H261VideoMode_resolution@@QAE@IW4TagClass@PASN_Object@@@Z @1047 NONAME ??0H245_H262VideoCapability@@QAE@ABV0@@Z @1048 NONAME ??0H245_H262VideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1049 NONAME ??0H245_H262VideoMode@@QAE@ABV0@@Z @1050 NONAME ??0H245_H262VideoMode@@QAE@IW4TagClass@PASN_Object@@@Z @1051 NONAME ??0H245_H262VideoMode_profileAndLevel@@QAE@ABV0@@Z @1052 NONAME ??0H245_H262VideoMode_profileAndLevel@@QAE@IW4TagClass@PASN_Object@@@Z @1053 NONAME ??0H245_H263ModeComboFlags@@QAE@ABV0@@Z @1054 NONAME ??0H245_H263ModeComboFlags@@QAE@IW4TagClass@PASN_Object@@@Z @1055 NONAME ??0H245_H263Options@@QAE@ABV0@@Z @1056 NONAME ??0H245_H263Options@@QAE@IW4TagClass@PASN_Object@@@Z @1057 NONAME ??0H245_H263Version3Options@@QAE@ABV0@@Z @24561 NONAME ??0H245_H263Version3Options@@QAE@IW4TagClass@PASN_Object@@@Z @24562 NONAME ??0H245_H263VideoCapability@@QAE@ABV0@@Z @1058 NONAME ??0H245_H263VideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1059 NONAME ??0H245_H263VideoMode@@QAE@ABV0@@Z @1060 NONAME ??0H245_H263VideoMode@@QAE@IW4TagClass@PASN_Object@@@Z @1061 NONAME ??0H245_H263VideoModeCombos@@QAE@ABV0@@Z @1062 NONAME ??0H245_H263VideoModeCombos@@QAE@IW4TagClass@PASN_Object@@@Z @1063 NONAME ??0H245_H263VideoMode_resolution@@QAE@ABV0@@Z @1064 NONAME ??0H245_H263VideoMode_resolution@@QAE@IW4TagClass@PASN_Object@@@Z @1065 NONAME ??0H245_IndicationMessage@@QAE@ABV0@@Z @1066 NONAME ??0H245_IndicationMessage@@QAE@IW4TagClass@PASN_Object@@@Z @1067 NONAME ??0H245_IntegrityCapability@@QAE@ABV0@@Z @1068 NONAME ??0H245_IntegrityCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1069 NONAME ??0H245_IS11172AudioCapability@@QAE@ABV0@@Z @1070 NONAME ??0H245_IS11172AudioCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1071 NONAME ??0H245_IS11172AudioMode@@QAE@ABV0@@Z @1072 NONAME ??0H245_IS11172AudioMode@@QAE@IW4TagClass@PASN_Object@@@Z @1073 NONAME ??0H245_IS11172AudioMode_audioLayer@@QAE@ABV0@@Z @1074 NONAME ??0H245_IS11172AudioMode_audioLayer@@QAE@IW4TagClass@PASN_Object@@@Z @1075 NONAME ??0H245_IS11172AudioMode_audioSampling@@QAE@ABV0@@Z @1076 NONAME ??0H245_IS11172AudioMode_audioSampling@@QAE@IW4TagClass@PASN_Object@@@Z @1077 NONAME ??0H245_IS11172AudioMode_multichannelType@@QAE@ABV0@@Z @1078 NONAME ??0H245_IS11172AudioMode_multichannelType@@QAE@IW4TagClass@PASN_Object@@@Z @1079 NONAME ??0H245_IS11172VideoCapability@@QAE@ABV0@@Z @1080 NONAME ??0H245_IS11172VideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1081 NONAME ??0H245_IS11172VideoMode@@QAE@ABV0@@Z @1082 NONAME ??0H245_IS11172VideoMode@@QAE@IW4TagClass@PASN_Object@@@Z @1083 NONAME ??0H245_IS13818AudioCapability@@QAE@ABV0@@Z @1084 NONAME ??0H245_IS13818AudioCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1085 NONAME ??0H245_IS13818AudioMode@@QAE@ABV0@@Z @1086 NONAME ??0H245_IS13818AudioMode@@QAE@IW4TagClass@PASN_Object@@@Z @1087 NONAME ??0H245_IS13818AudioMode_audioLayer@@QAE@ABV0@@Z @1088 NONAME ??0H245_IS13818AudioMode_audioLayer@@QAE@IW4TagClass@PASN_Object@@@Z @1089 NONAME ??0H245_IS13818AudioMode_audioSampling@@QAE@ABV0@@Z @1090 NONAME ??0H245_IS13818AudioMode_audioSampling@@QAE@IW4TagClass@PASN_Object@@@Z @1091 NONAME ??0H245_IS13818AudioMode_multichannelType@@QAE@ABV0@@Z @1092 NONAME ??0H245_IS13818AudioMode_multichannelType@@QAE@IW4TagClass@PASN_Object@@@Z @1093 NONAME ??0H245_IV16@@QAE@ABV0@@Z @53034 NONAME ??0H245_IV16@@QAE@ABVPBYTEArray@@@Z @53035 NONAME ??0H245_IV16@@QAE@ABVPString@@@Z @53036 NONAME ??0H245_IV16@@QAE@IW4TagClass@PASN_Object@@@Z @53037 NONAME ??0H245_IV16@@QAE@PBD@Z @53038 NONAME ??0H245_IV8@@QAE@ABV0@@Z @53039 NONAME ??0H245_IV8@@QAE@ABVPBYTEArray@@@Z @53040 NONAME ??0H245_IV8@@QAE@ABVPString@@@Z @53041 NONAME ??0H245_IV8@@QAE@IW4TagClass@PASN_Object@@@Z @53042 NONAME ??0H245_IV8@@QAE@PBD@Z @53043 NONAME ??0H245_JitterIndication@@QAE@ABV0@@Z @1094 NONAME ??0H245_JitterIndication@@QAE@IW4TagClass@PASN_Object@@@Z @1095 NONAME ??0H245_JitterIndication_scope@@QAE@ABV0@@Z @1096 NONAME ??0H245_JitterIndication_scope@@QAE@IW4TagClass@PASN_Object@@@Z @1097 NONAME ??0H245_KeyProtectionMethod@@QAE@ABV0@@Z @1098 NONAME ??0H245_KeyProtectionMethod@@QAE@IW4TagClass@PASN_Object@@@Z @1099 NONAME ??0H245_LogicalChannelNumber@@QAE@ABV0@@Z @1100 NONAME ??0H245_LogicalChannelNumber@@QAE@IW4TagClass@PASN_Object@@@Z @1101 NONAME ??0H245_LogicalChannelRateAcknowledge@@QAE@ABV0@@Z @24563 NONAME ??0H245_LogicalChannelRateAcknowledge@@QAE@IW4TagClass@PASN_Object@@@Z @24564 NONAME ??0H245_LogicalChannelRateReject@@QAE@ABV0@@Z @24565 NONAME ??0H245_LogicalChannelRateReject@@QAE@IW4TagClass@PASN_Object@@@Z @24566 NONAME ??0H245_LogicalChannelRateRejectReason@@QAE@ABV0@@Z @24567 NONAME ??0H245_LogicalChannelRateRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @24568 NONAME ??0H245_LogicalChannelRateRelease@@QAE@ABV0@@Z @24569 NONAME ??0H245_LogicalChannelRateRelease@@QAE@IW4TagClass@PASN_Object@@@Z @24570 NONAME ??0H245_LogicalChannelRateRequest@@QAE@ABV0@@Z @24571 NONAME ??0H245_LogicalChannelRateRequest@@QAE@IW4TagClass@PASN_Object@@@Z @24572 NONAME ??0H245_MaintenanceLoopAck@@QAE@ABV0@@Z @1102 NONAME ??0H245_MaintenanceLoopAck@@QAE@IW4TagClass@PASN_Object@@@Z @1103 NONAME ??0H245_MaintenanceLoopAck_type@@QAE@ABV0@@Z @1104 NONAME ??0H245_MaintenanceLoopAck_type@@QAE@IW4TagClass@PASN_Object@@@Z @1105 NONAME ??0H245_MaintenanceLoopOffCommand@@QAE@ABV0@@Z @1106 NONAME ??0H245_MaintenanceLoopOffCommand@@QAE@IW4TagClass@PASN_Object@@@Z @1107 NONAME ??0H245_MaintenanceLoopReject@@QAE@ABV0@@Z @1108 NONAME ??0H245_MaintenanceLoopReject@@QAE@IW4TagClass@PASN_Object@@@Z @1109 NONAME ??0H245_MaintenanceLoopReject_cause@@QAE@ABV0@@Z @1110 NONAME ??0H245_MaintenanceLoopReject_cause@@QAE@IW4TagClass@PASN_Object@@@Z @1111 NONAME ??0H245_MaintenanceLoopReject_type@@QAE@ABV0@@Z @1112 NONAME ??0H245_MaintenanceLoopReject_type@@QAE@IW4TagClass@PASN_Object@@@Z @1113 NONAME ??0H245_MaintenanceLoopRequest@@QAE@ABV0@@Z @1114 NONAME ??0H245_MaintenanceLoopRequest@@QAE@IW4TagClass@PASN_Object@@@Z @1115 NONAME ??0H245_MaintenanceLoopRequest_type@@QAE@ABV0@@Z @1116 NONAME ??0H245_MaintenanceLoopRequest_type@@QAE@IW4TagClass@PASN_Object@@@Z @1117 NONAME ??0H245_MasterSlaveDetermination@@QAE@ABV0@@Z @1118 NONAME ??0H245_MasterSlaveDetermination@@QAE@IW4TagClass@PASN_Object@@@Z @1119 NONAME ??0H245_MasterSlaveDeterminationAck@@QAE@ABV0@@Z @1120 NONAME ??0H245_MasterSlaveDeterminationAck@@QAE@IW4TagClass@PASN_Object@@@Z @1121 NONAME ??0H245_MasterSlaveDeterminationAck_decision@@QAE@ABV0@@Z @1122 NONAME ??0H245_MasterSlaveDeterminationAck_decision@@QAE@IW4TagClass@PASN_Object@@@Z @1123 NONAME ??0H245_MasterSlaveDeterminationReject@@QAE@ABV0@@Z @1124 NONAME ??0H245_MasterSlaveDeterminationReject@@QAE@IW4TagClass@PASN_Object@@@Z @1125 NONAME ??0H245_MasterSlaveDeterminationReject_cause@@QAE@ABV0@@Z @1126 NONAME ??0H245_MasterSlaveDeterminationReject_cause@@QAE@IW4TagClass@PASN_Object@@@Z @1127 NONAME ??0H245_MasterSlaveDeterminationRelease@@QAE@ABV0@@Z @1128 NONAME ??0H245_MasterSlaveDeterminationRelease@@QAE@IW4TagClass@PASN_Object@@@Z @1129 NONAME ??0H245_MaximumBitRate@@QAE@ABV0@@Z @24573 NONAME ??0H245_MaximumBitRate@@QAE@IW4TagClass@PASN_Object@@@Z @24574 NONAME ??0H245_MaxRedundancy@@QAE@ABV0@@Z @53415 NONAME ??0H245_MaxRedundancy@@QAE@IW4TagClass@PASN_Object@@@Z @53416 NONAME ??0H245_MCLocationIndication@@QAE@ABV0@@Z @1130 NONAME ??0H245_MCLocationIndication@@QAE@IW4TagClass@PASN_Object@@@Z @1131 NONAME ??0H245_McuNumber@@QAE@ABV0@@Z @1132 NONAME ??0H245_McuNumber@@QAE@IW4TagClass@PASN_Object@@@Z @1133 NONAME ??0H245_MediaChannelCapability@@QAE@ABV0@@Z @1134 NONAME ??0H245_MediaChannelCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1135 NONAME ??0H245_MediaDistributionCapability@@QAE@ABV0@@Z @1136 NONAME ??0H245_MediaDistributionCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1137 NONAME ??0H245_MediaEncryptionAlgorithm@@QAE@ABV0@@Z @1138 NONAME ??0H245_MediaEncryptionAlgorithm@@QAE@IW4TagClass@PASN_Object@@@Z @1139 NONAME ??0H245_MediaPacketizationCapability@@QAE@ABV0@@Z @1140 NONAME ??0H245_MediaPacketizationCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1141 NONAME ??0H245_MediaTransportType@@QAE@ABV0@@Z @1142 NONAME ??0H245_MediaTransportType@@QAE@IW4TagClass@PASN_Object@@@Z @1143 NONAME ??0H245_MediaTransportType_atm_AAL5_compressed@@QAE@ABV0@@Z @24575 NONAME ??0H245_MediaTransportType_atm_AAL5_compressed@@QAE@IW4TagClass@PASN_Object@@@Z @24576 NONAME ??0H245_MiscellaneousCommand@@QAE@ABV0@@Z @1144 NONAME ??0H245_MiscellaneousCommand@@QAE@IW4TagClass@PASN_Object@@@Z @1145 NONAME ??0H245_MiscellaneousCommand_type@@QAE@ABV0@@Z @1146 NONAME ??0H245_MiscellaneousCommand_type@@QAE@IW4TagClass@PASN_Object@@@Z @1147 NONAME ??0H245_MiscellaneousCommand_type_encryptionUpdateAck@@QAE@ABV0@@Z @53044 NONAME ??0H245_MiscellaneousCommand_type_encryptionUpdateAck@@QAE@IW4TagClass@PASN_Object@@@Z @53045 NONAME ??0H245_MiscellaneousCommand_type_encryptionUpdateCommand@@QAE@ABV0@@Z @53046 NONAME ??0H245_MiscellaneousCommand_type_encryptionUpdateCommand@@QAE@IW4TagClass@PASN_Object@@@Z @53047 NONAME ??0H245_MiscellaneousCommand_type_lostPartialPicture@@QAE@ABV0@@Z @24577 NONAME ??0H245_MiscellaneousCommand_type_lostPartialPicture@@QAE@IW4TagClass@PASN_Object@@@Z @24578 NONAME ??0H245_MiscellaneousCommand_type_progressiveRefinementStart@@QAE@ABV0@@Z @1148 NONAME ??0H245_MiscellaneousCommand_type_progressiveRefinementStart@@QAE@IW4TagClass@PASN_Object@@@Z @1149 NONAME ??0H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@QAE@ABV0@@Z @1150 NONAME ??0H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@QAE@IW4TagClass@PASN_Object@@@Z @1151 NONAME ??0H245_MiscellaneousCommand_type_videoBadMBs@@QAE@ABV0@@Z @24579 NONAME ??0H245_MiscellaneousCommand_type_videoBadMBs@@QAE@IW4TagClass@PASN_Object@@@Z @24580 NONAME ??0H245_MiscellaneousCommand_type_videoFastUpdateGOB@@QAE@ABV0@@Z @1152 NONAME ??0H245_MiscellaneousCommand_type_videoFastUpdateGOB@@QAE@IW4TagClass@PASN_Object@@@Z @1153 NONAME ??0H245_MiscellaneousCommand_type_videoFastUpdateMB@@QAE@ABV0@@Z @1154 NONAME ??0H245_MiscellaneousCommand_type_videoFastUpdateMB@@QAE@IW4TagClass@PASN_Object@@@Z @1155 NONAME ??0H245_MiscellaneousIndication@@QAE@ABV0@@Z @1156 NONAME ??0H245_MiscellaneousIndication@@QAE@IW4TagClass@PASN_Object@@@Z @1157 NONAME ??0H245_MiscellaneousIndication_type@@QAE@ABV0@@Z @1158 NONAME ??0H245_MiscellaneousIndication_type@@QAE@IW4TagClass@PASN_Object@@@Z @1159 NONAME ??0H245_MiscellaneousIndication_type_videoNotDecodedMBs@@QAE@ABV0@@Z @1160 NONAME ??0H245_MiscellaneousIndication_type_videoNotDecodedMBs@@QAE@IW4TagClass@PASN_Object@@@Z @1161 NONAME ??0H245_MobileMultilinkReconfigurationCommand@@QAE@ABV0@@Z @24581 NONAME ??0H245_MobileMultilinkReconfigurationCommand@@QAE@IW4TagClass@PASN_Object@@@Z @24582 NONAME ??0H245_MobileMultilinkReconfigurationCommand_status@@QAE@ABV0@@Z @24583 NONAME ??0H245_MobileMultilinkReconfigurationCommand_status@@QAE@IW4TagClass@PASN_Object@@@Z @24584 NONAME ??0H245_MobileMultilinkReconfigurationIndication@@QAE@ABV0@@Z @24585 NONAME ??0H245_MobileMultilinkReconfigurationIndication@@QAE@IW4TagClass@PASN_Object@@@Z @24586 NONAME ??0H245_ModeDescription@@QAE@ABV0@@Z @1162 NONAME ??0H245_ModeDescription@@QAE@IW4TagClass@PASN_Object@@@Z @1163 NONAME ??0H245_ModeElement@@QAE@ABV0@@Z @1164 NONAME ??0H245_ModeElement@@QAE@IW4TagClass@PASN_Object@@@Z @1165 NONAME ??0H245_ModeElementType@@QAE@ABV0@@Z @38386 NONAME ??0H245_ModeElementType@@QAE@IW4TagClass@PASN_Object@@@Z @38387 NONAME ??0H245_MulticastAddress@@QAE@ABV0@@Z @1168 NONAME ??0H245_MulticastAddress@@QAE@IW4TagClass@PASN_Object@@@Z @1169 NONAME ??0H245_MulticastAddress_iP6Address@@QAE@ABV0@@Z @1170 NONAME ??0H245_MulticastAddress_iP6Address@@QAE@IW4TagClass@PASN_Object@@@Z @1171 NONAME ??0H245_MulticastAddress_iPAddress@@QAE@ABV0@@Z @1172 NONAME ??0H245_MulticastAddress_iPAddress@@QAE@IW4TagClass@PASN_Object@@@Z @1173 NONAME ??0H245_MultilinkIndication@@QAE@ABV0@@Z @24587 NONAME ??0H245_MultilinkIndication@@QAE@IW4TagClass@PASN_Object@@@Z @24588 NONAME ??0H245_MultilinkIndication_crcDesired@@QAE@ABV0@@Z @24589 NONAME ??0H245_MultilinkIndication_crcDesired@@QAE@IW4TagClass@PASN_Object@@@Z @24590 NONAME ??0H245_MultilinkIndication_excessiveError@@QAE@ABV0@@Z @24591 NONAME ??0H245_MultilinkIndication_excessiveError@@QAE@IW4TagClass@PASN_Object@@@Z @24592 NONAME ??0H245_MultilinkRequest@@QAE@ABV0@@Z @24593 NONAME ??0H245_MultilinkRequest@@QAE@IW4TagClass@PASN_Object@@@Z @24594 NONAME ??0H245_MultilinkRequest_addConnection@@QAE@ABV0@@Z @24595 NONAME ??0H245_MultilinkRequest_addConnection@@QAE@IW4TagClass@PASN_Object@@@Z @24596 NONAME ??0H245_MultilinkRequest_callInformation@@QAE@ABV0@@Z @24597 NONAME ??0H245_MultilinkRequest_callInformation@@QAE@IW4TagClass@PASN_Object@@@Z @24598 NONAME ??0H245_MultilinkRequest_maximumHeaderInterval@@QAE@ABV0@@Z @24599 NONAME ??0H245_MultilinkRequest_maximumHeaderInterval@@QAE@IW4TagClass@PASN_Object@@@Z @24600 NONAME ??0H245_MultilinkRequest_maximumHeaderInterval_requestType@@QAE@ABV0@@Z @24601 NONAME ??0H245_MultilinkRequest_maximumHeaderInterval_requestType@@QAE@IW4TagClass@PASN_Object@@@Z @24602 NONAME ??0H245_MultilinkRequest_removeConnection@@QAE@ABV0@@Z @24603 NONAME ??0H245_MultilinkRequest_removeConnection@@QAE@IW4TagClass@PASN_Object@@@Z @24604 NONAME ??0H245_MultilinkResponse@@QAE@ABV0@@Z @24605 NONAME ??0H245_MultilinkResponse@@QAE@IW4TagClass@PASN_Object@@@Z @24606 NONAME ??0H245_MultilinkResponse_addConnection@@QAE@ABV0@@Z @24607 NONAME ??0H245_MultilinkResponse_addConnection@@QAE@IW4TagClass@PASN_Object@@@Z @24608 NONAME ??0H245_MultilinkResponse_addConnection_responseCode@@QAE@ABV0@@Z @24609 NONAME ??0H245_MultilinkResponse_addConnection_responseCode@@QAE@IW4TagClass@PASN_Object@@@Z @24610 NONAME ??0H245_MultilinkResponse_addConnection_responseCode_rejected@@QAE@ABV0@@Z @24611 NONAME ??0H245_MultilinkResponse_addConnection_responseCode_rejected@@QAE@IW4TagClass@PASN_Object@@@Z @24612 NONAME ??0H245_MultilinkResponse_callInformation@@QAE@ABV0@@Z @24613 NONAME ??0H245_MultilinkResponse_callInformation@@QAE@IW4TagClass@PASN_Object@@@Z @24614 NONAME ??0H245_MultilinkResponse_maximumHeaderInterval@@QAE@ABV0@@Z @24615 NONAME ??0H245_MultilinkResponse_maximumHeaderInterval@@QAE@IW4TagClass@PASN_Object@@@Z @24616 NONAME ??0H245_MultilinkResponse_removeConnection@@QAE@ABV0@@Z @24617 NONAME ??0H245_MultilinkResponse_removeConnection@@QAE@IW4TagClass@PASN_Object@@@Z @24618 NONAME ??0H245_MultimediaSystemControlMessage@@QAE@ABV0@@Z @1174 NONAME ??0H245_MultimediaSystemControlMessage@@QAE@IW4TagClass@PASN_Object@@@Z @1175 NONAME ??0H245_MultiplePayloadStream@@QAE@ABV0@@Z @38388 NONAME ??0H245_MultiplePayloadStream@@QAE@IW4TagClass@PASN_Object@@@Z @38389 NONAME ??0H245_MultiplePayloadStreamCapability@@QAE@ABV0@@Z @38390 NONAME ??0H245_MultiplePayloadStreamCapability@@QAE@IW4TagClass@PASN_Object@@@Z @38391 NONAME ??0H245_MultiplePayloadStreamElement@@QAE@ABV0@@Z @38392 NONAME ??0H245_MultiplePayloadStreamElement@@QAE@IW4TagClass@PASN_Object@@@Z @38393 NONAME ??0H245_MultiplePayloadStreamElementMode@@QAE@ABV0@@Z @38394 NONAME ??0H245_MultiplePayloadStreamElementMode@@QAE@IW4TagClass@PASN_Object@@@Z @38395 NONAME ??0H245_MultiplePayloadStreamMode@@QAE@ABV0@@Z @38396 NONAME ??0H245_MultiplePayloadStreamMode@@QAE@IW4TagClass@PASN_Object@@@Z @38397 NONAME ??0H245_MultiplexCapability@@QAE@ABV0@@Z @1176 NONAME ??0H245_MultiplexCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1177 NONAME ??0H245_MultiplexedStreamCapability@@QAE@ABV0@@Z @24619 NONAME ??0H245_MultiplexedStreamCapability@@QAE@IW4TagClass@PASN_Object@@@Z @24620 NONAME ??0H245_MultiplexedStreamModeParameters@@QAE@ABV0@@Z @24621 NONAME ??0H245_MultiplexedStreamModeParameters@@QAE@IW4TagClass@PASN_Object@@@Z @24622 NONAME ??0H245_MultiplexedStreamParameter@@QAE@ABV0@@Z @24623 NONAME ??0H245_MultiplexedStreamParameter@@QAE@IW4TagClass@PASN_Object@@@Z @24624 NONAME ??0H245_MultiplexElement@@QAE@ABV0@@Z @1178 NONAME ??0H245_MultiplexElement@@QAE@IW4TagClass@PASN_Object@@@Z @1179 NONAME ??0H245_MultiplexElement_repeatCount@@QAE@ABV0@@Z @1180 NONAME ??0H245_MultiplexElement_repeatCount@@QAE@IW4TagClass@PASN_Object@@@Z @1181 NONAME ??0H245_MultiplexElement_type@@QAE@ABV0@@Z @1182 NONAME ??0H245_MultiplexElement_type@@QAE@IW4TagClass@PASN_Object@@@Z @1183 NONAME ??0H245_MultiplexEntryDescriptor@@QAE@ABV0@@Z @1184 NONAME ??0H245_MultiplexEntryDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @1185 NONAME ??0H245_MultiplexEntryRejectionDescriptions@@QAE@ABV0@@Z @1186 NONAME ??0H245_MultiplexEntryRejectionDescriptions@@QAE@IW4TagClass@PASN_Object@@@Z @1187 NONAME ??0H245_MultiplexEntryRejectionDescriptions_cause@@QAE@ABV0@@Z @1188 NONAME ??0H245_MultiplexEntryRejectionDescriptions_cause@@QAE@IW4TagClass@PASN_Object@@@Z @1189 NONAME ??0H245_MultiplexEntrySend@@QAE@ABV0@@Z @1190 NONAME ??0H245_MultiplexEntrySend@@QAE@IW4TagClass@PASN_Object@@@Z @1191 NONAME ??0H245_MultiplexEntrySendAck@@QAE@ABV0@@Z @1192 NONAME ??0H245_MultiplexEntrySendAck@@QAE@IW4TagClass@PASN_Object@@@Z @1193 NONAME ??0H245_MultiplexEntrySendReject@@QAE@ABV0@@Z @1194 NONAME ??0H245_MultiplexEntrySendReject@@QAE@IW4TagClass@PASN_Object@@@Z @1195 NONAME ??0H245_MultiplexEntrySendRelease@@QAE@ABV0@@Z @1196 NONAME ??0H245_MultiplexEntrySendRelease@@QAE@IW4TagClass@PASN_Object@@@Z @1197 NONAME ??0H245_MultiplexFormat@@QAE@ABV0@@Z @24625 NONAME ??0H245_MultiplexFormat@@QAE@IW4TagClass@PASN_Object@@@Z @24626 NONAME ??0H245_MultiplexTableEntryNumber@@QAE@ABV0@@Z @1198 NONAME ??0H245_MultiplexTableEntryNumber@@QAE@IW4TagClass@PASN_Object@@@Z @1199 NONAME ??0H245_MultipointCapability@@QAE@ABV0@@Z @1200 NONAME ??0H245_MultipointCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1201 NONAME ??0H245_NetworkAccessParameters@@QAE@ABV0@@Z @1202 NONAME ??0H245_NetworkAccessParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1203 NONAME ??0H245_NetworkAccessParameters_distribution@@QAE@ABV0@@Z @1204 NONAME ??0H245_NetworkAccessParameters_distribution@@QAE@IW4TagClass@PASN_Object@@@Z @1205 NONAME ??0H245_NetworkAccessParameters_networkAddress@@QAE@ABV0@@Z @1206 NONAME ??0H245_NetworkAccessParameters_networkAddress@@QAE@IW4TagClass@PASN_Object@@@Z @1207 NONAME ??0H245_NetworkAccessParameters_t120SetupProcedure@@QAE@ABV0@@Z @1208 NONAME ??0H245_NetworkAccessParameters_t120SetupProcedure@@QAE@IW4TagClass@PASN_Object@@@Z @1209 NONAME ??0H245_NewATMVCCommand@@QAE@ABV0@@Z @24627 NONAME ??0H245_NewATMVCCommand@@QAE@IW4TagClass@PASN_Object@@@Z @24628 NONAME ??0H245_NewATMVCCommand_aal@@QAE@ABV0@@Z @24629 NONAME ??0H245_NewATMVCCommand_aal@@QAE@IW4TagClass@PASN_Object@@@Z @24630 NONAME ??0H245_NewATMVCCommand_aal_aal1@@QAE@ABV0@@Z @24631 NONAME ??0H245_NewATMVCCommand_aal_aal1@@QAE@IW4TagClass@PASN_Object@@@Z @24632 NONAME ??0H245_NewATMVCCommand_aal_aal1_clockRecovery@@QAE@ABV0@@Z @24633 NONAME ??0H245_NewATMVCCommand_aal_aal1_clockRecovery@@QAE@IW4TagClass@PASN_Object@@@Z @24634 NONAME ??0H245_NewATMVCCommand_aal_aal1_errorCorrection@@QAE@ABV0@@Z @24635 NONAME ??0H245_NewATMVCCommand_aal_aal1_errorCorrection@@QAE@IW4TagClass@PASN_Object@@@Z @24636 NONAME ??0H245_NewATMVCCommand_aal_aal5@@QAE@ABV0@@Z @24637 NONAME ??0H245_NewATMVCCommand_aal_aal5@@QAE@IW4TagClass@PASN_Object@@@Z @24638 NONAME ??0H245_NewATMVCCommand_multiplex@@QAE@ABV0@@Z @24639 NONAME ??0H245_NewATMVCCommand_multiplex@@QAE@IW4TagClass@PASN_Object@@@Z @24640 NONAME ??0H245_NewATMVCCommand_reverseParameters@@QAE@ABV0@@Z @24641 NONAME ??0H245_NewATMVCCommand_reverseParameters@@QAE@IW4TagClass@PASN_Object@@@Z @24642 NONAME ??0H245_NewATMVCCommand_reverseParameters_multiplex@@QAE@ABV0@@Z @24643 NONAME ??0H245_NewATMVCCommand_reverseParameters_multiplex@@QAE@IW4TagClass@PASN_Object@@@Z @24644 NONAME ??0H245_NewATMVCIndication@@QAE@ABV0@@Z @1210 NONAME ??0H245_NewATMVCIndication@@QAE@IW4TagClass@PASN_Object@@@Z @1211 NONAME ??0H245_NewATMVCIndication_aal@@QAE@ABV0@@Z @1212 NONAME ??0H245_NewATMVCIndication_aal@@QAE@IW4TagClass@PASN_Object@@@Z @1213 NONAME ??0H245_NewATMVCIndication_aal_aal1@@QAE@ABV0@@Z @1214 NONAME ??0H245_NewATMVCIndication_aal_aal1@@QAE@IW4TagClass@PASN_Object@@@Z @1215 NONAME ??0H245_NewATMVCIndication_aal_aal1_clockRecovery@@QAE@ABV0@@Z @1216 NONAME ??0H245_NewATMVCIndication_aal_aal1_clockRecovery@@QAE@IW4TagClass@PASN_Object@@@Z @1217 NONAME ??0H245_NewATMVCIndication_aal_aal1_errorCorrection@@QAE@ABV0@@Z @1218 NONAME ??0H245_NewATMVCIndication_aal_aal1_errorCorrection@@QAE@IW4TagClass@PASN_Object@@@Z @1219 NONAME ??0H245_NewATMVCIndication_aal_aal5@@QAE@ABV0@@Z @1220 NONAME ??0H245_NewATMVCIndication_aal_aal5@@QAE@IW4TagClass@PASN_Object@@@Z @1221 NONAME ??0H245_NewATMVCIndication_multiplex@@QAE@ABV0@@Z @1222 NONAME ??0H245_NewATMVCIndication_multiplex@@QAE@IW4TagClass@PASN_Object@@@Z @1223 NONAME ??0H245_NewATMVCIndication_reverseParameters@@QAE@ABV0@@Z @1224 NONAME ??0H245_NewATMVCIndication_reverseParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1225 NONAME ??0H245_NewATMVCIndication_reverseParameters_multiplex@@QAE@ABV0@@Z @1226 NONAME ??0H245_NewATMVCIndication_reverseParameters_multiplex@@QAE@IW4TagClass@PASN_Object@@@Z @1227 NONAME ??0H245_NonStandardIdentifier@@QAE@ABV0@@Z @1228 NONAME ??0H245_NonStandardIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @1229 NONAME ??0H245_NonStandardIdentifier_h221NonStandard@@QAE@ABV0@@Z @1230 NONAME ??0H245_NonStandardIdentifier_h221NonStandard@@QAE@IW4TagClass@PASN_Object@@@Z @1231 NONAME ??0H245_NonStandardMessage@@QAE@ABV0@@Z @1232 NONAME ??0H245_NonStandardMessage@@QAE@IW4TagClass@PASN_Object@@@Z @1233 NONAME ??0H245_NonStandardParameter@@QAE@ABV0@@Z @1234 NONAME ??0H245_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @1235 NONAME ??0H245_NoPTAudioTelephonyEventCapability@@QAE@ABV0@@Z @38398 NONAME ??0H245_NoPTAudioTelephonyEventCapability@@QAE@IW4TagClass@PASN_Object@@@Z @38399 NONAME ??0H245_NoPTAudioToneCapability@@QAE@ABV0@@Z @38400 NONAME ??0H245_NoPTAudioToneCapability@@QAE@IW4TagClass@PASN_Object@@@Z @38401 NONAME ??0H245_OpenLogicalChannel@@QAE@ABV0@@Z @1236 NONAME ??0H245_OpenLogicalChannel@@QAE@IW4TagClass@PASN_Object@@@Z @1237 NONAME ??0H245_OpenLogicalChannelAck@@QAE@ABV0@@Z @1238 NONAME ??0H245_OpenLogicalChannelAck@@QAE@IW4TagClass@PASN_Object@@@Z @1239 NONAME ??0H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@QAE@ABV0@@Z @1240 NONAME ??0H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1241 NONAME ??0H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@QAE@ABV0@@Z @1242 NONAME ??0H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1243 NONAME ??0H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@QAE@ABV0@@Z @1244 NONAME ??0H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1245 NONAME ??0H245_OpenLogicalChannelConfirm@@QAE@ABV0@@Z @1246 NONAME ??0H245_OpenLogicalChannelConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @1247 NONAME ??0H245_OpenLogicalChannelReject@@QAE@ABV0@@Z @1248 NONAME ??0H245_OpenLogicalChannelReject@@QAE@IW4TagClass@PASN_Object@@@Z @1249 NONAME ??0H245_OpenLogicalChannelReject_cause@@QAE@ABV0@@Z @1250 NONAME ??0H245_OpenLogicalChannelReject_cause@@QAE@IW4TagClass@PASN_Object@@@Z @1251 NONAME ??0H245_OpenLogicalChannel_forwardLogicalChannelParameters@@QAE@ABV0@@Z @1252 NONAME ??0H245_OpenLogicalChannel_forwardLogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1253 NONAME ??0H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QAE@ABV0@@Z @1254 NONAME ??0H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1255 NONAME ??0H245_OpenLogicalChannel_reverseLogicalChannelParameters@@QAE@ABV0@@Z @1256 NONAME ??0H245_OpenLogicalChannel_reverseLogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1257 NONAME ??0H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QAE@ABV0@@Z @1258 NONAME ??0H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1259 NONAME ??0H245_ParameterIdentifier@@QAE@ABV0@@Z @24645 NONAME ??0H245_ParameterIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @24646 NONAME ??0H245_ParameterValue@@QAE@ABV0@@Z @24647 NONAME ??0H245_ParameterValue@@QAE@IW4TagClass@PASN_Object@@@Z @24648 NONAME ??0H245_Params@@QAE@ABV0@@Z @53048 NONAME ??0H245_Params@@QAE@IW4TagClass@PASN_Object@@@Z @53049 NONAME ??0H245_Password@@QAE@ABV0@@Z @1260 NONAME ??0H245_Password@@QAE@ABVPBYTEArray@@@Z @37544 NONAME ??0H245_Password@@QAE@ABVPString@@@Z @37545 NONAME ??0H245_Password@@QAE@IW4TagClass@PASN_Object@@@Z @1261 NONAME ??0H245_Password@@QAE@PBD@Z @37546 NONAME ??0H245_PictureReference@@QAE@ABV0@@Z @24649 NONAME ??0H245_PictureReference@@QAE@IW4TagClass@PASN_Object@@@Z @24650 NONAME ??0H245_Q2931Address@@QAE@ABV0@@Z @1262 NONAME ??0H245_Q2931Address@@QAE@IW4TagClass@PASN_Object@@@Z @1263 NONAME ??0H245_Q2931Address_address@@QAE@ABV0@@Z @1264 NONAME ??0H245_Q2931Address_address@@QAE@IW4TagClass@PASN_Object@@@Z @1265 NONAME ??0H245_QOSCapability@@QAE@ABV0@@Z @1266 NONAME ??0H245_QOSCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1267 NONAME ??0H245_QOSMode@@QAE@ABV0@@Z @1268 NONAME ??0H245_QOSMode@@QAE@IW4TagClass@PASN_Object@@@Z @1269 NONAME ??0H245_RedundancyEncoding@@QAE@ABV0@@Z @1270 NONAME ??0H245_RedundancyEncoding@@QAE@IW4TagClass@PASN_Object@@@Z @1271 NONAME ??0H245_RedundancyEncodingCapability@@QAE@ABV0@@Z @1272 NONAME ??0H245_RedundancyEncodingCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1273 NONAME ??0H245_RedundancyEncodingDTMode@@QAE@ABV0@@Z @38402 NONAME ??0H245_RedundancyEncodingDTMode@@QAE@IW4TagClass@PASN_Object@@@Z @38403 NONAME ??0H245_RedundancyEncodingDTModeElement@@QAE@ABV0@@Z @38404 NONAME ??0H245_RedundancyEncodingDTModeElement@@QAE@IW4TagClass@PASN_Object@@@Z @38405 NONAME ??0H245_RedundancyEncodingDTModeElement_type@@QAE@ABV0@@Z @38406 NONAME ??0H245_RedundancyEncodingDTModeElement_type@@QAE@IW4TagClass@PASN_Object@@@Z @38407 NONAME ??0H245_RedundancyEncodingElement@@QAE@ABV0@@Z @38408 NONAME ??0H245_RedundancyEncodingElement@@QAE@IW4TagClass@PASN_Object@@@Z @38409 NONAME ??0H245_RedundancyEncodingMethod@@QAE@ABV0@@Z @1274 NONAME ??0H245_RedundancyEncodingMethod@@QAE@IW4TagClass@PASN_Object@@@Z @1275 NONAME ??0H245_RedundancyEncodingMode@@QAE@ABV0@@Z @1276 NONAME ??0H245_RedundancyEncodingMode@@QAE@IW4TagClass@PASN_Object@@@Z @1277 NONAME ??0H245_RedundancyEncodingMode_secondaryEncoding@@QAE@ABV0@@Z @1278 NONAME ??0H245_RedundancyEncodingMode_secondaryEncoding@@QAE@IW4TagClass@PASN_Object@@@Z @1279 NONAME ??0H245_RedundancyEncoding_rtpRedundancyEncoding@@QAE@ABV0@@Z @38410 NONAME ??0H245_RedundancyEncoding_rtpRedundancyEncoding@@QAE@IW4TagClass@PASN_Object@@@Z @38411 NONAME ??0H245_RefPictureSelection@@QAE@ABV0@@Z @1280 NONAME ??0H245_RefPictureSelection@@QAE@IW4TagClass@PASN_Object@@@Z @1281 NONAME ??0H245_RefPictureSelection_additionalPictureMemory@@QAE@ABV0@@Z @1282 NONAME ??0H245_RefPictureSelection_additionalPictureMemory@@QAE@IW4TagClass@PASN_Object@@@Z @1283 NONAME ??0H245_RefPictureSelection_enhancedReferencePicSelect@@QAE@ABV0@@Z @24651 NONAME ??0H245_RefPictureSelection_enhancedReferencePicSelect@@QAE@IW4TagClass@PASN_Object@@@Z @24652 NONAME ??0H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@QAE@ABV0@@Z @24653 NONAME ??0H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@QAE@IW4TagClass@PASN_Object@@@Z @24654 NONAME ??0H245_RefPictureSelection_videoBackChannelSend@@QAE@ABV0@@Z @1284 NONAME ??0H245_RefPictureSelection_videoBackChannelSend@@QAE@IW4TagClass@PASN_Object@@@Z @1285 NONAME ??0H245_RemoteMCRequest@@QAE@ABV0@@Z @1286 NONAME ??0H245_RemoteMCRequest@@QAE@IW4TagClass@PASN_Object@@@Z @1287 NONAME ??0H245_RemoteMCResponse@@QAE@ABV0@@Z @1288 NONAME ??0H245_RemoteMCResponse@@QAE@IW4TagClass@PASN_Object@@@Z @1289 NONAME ??0H245_RemoteMCResponse_reject@@QAE@ABV0@@Z @1290 NONAME ??0H245_RemoteMCResponse_reject@@QAE@IW4TagClass@PASN_Object@@@Z @1291 NONAME ??0H245_RequestAllTerminalIDsResponse@@QAE@ABV0@@Z @1292 NONAME ??0H245_RequestAllTerminalIDsResponse@@QAE@IW4TagClass@PASN_Object@@@Z @1293 NONAME ??0H245_RequestChannelClose@@QAE@ABV0@@Z @1294 NONAME ??0H245_RequestChannelClose@@QAE@IW4TagClass@PASN_Object@@@Z @1295 NONAME ??0H245_RequestChannelCloseAck@@QAE@ABV0@@Z @1296 NONAME ??0H245_RequestChannelCloseAck@@QAE@IW4TagClass@PASN_Object@@@Z @1297 NONAME ??0H245_RequestChannelCloseReject@@QAE@ABV0@@Z @1298 NONAME ??0H245_RequestChannelCloseReject@@QAE@IW4TagClass@PASN_Object@@@Z @1299 NONAME ??0H245_RequestChannelCloseReject_cause@@QAE@ABV0@@Z @1300 NONAME ??0H245_RequestChannelCloseReject_cause@@QAE@IW4TagClass@PASN_Object@@@Z @1301 NONAME ??0H245_RequestChannelCloseRelease@@QAE@ABV0@@Z @1302 NONAME ??0H245_RequestChannelCloseRelease@@QAE@IW4TagClass@PASN_Object@@@Z @1303 NONAME ??0H245_RequestChannelClose_reason@@QAE@ABV0@@Z @1304 NONAME ??0H245_RequestChannelClose_reason@@QAE@IW4TagClass@PASN_Object@@@Z @1305 NONAME ??0H245_RequestMessage@@QAE@ABV0@@Z @1306 NONAME ??0H245_RequestMessage@@QAE@IW4TagClass@PASN_Object@@@Z @1307 NONAME ??0H245_RequestMode@@QAE@ABV0@@Z @1308 NONAME ??0H245_RequestMode@@QAE@IW4TagClass@PASN_Object@@@Z @1309 NONAME ??0H245_RequestModeAck@@QAE@ABV0@@Z @1310 NONAME ??0H245_RequestModeAck@@QAE@IW4TagClass@PASN_Object@@@Z @1311 NONAME ??0H245_RequestModeAck_response@@QAE@ABV0@@Z @1312 NONAME ??0H245_RequestModeAck_response@@QAE@IW4TagClass@PASN_Object@@@Z @1313 NONAME ??0H245_RequestModeReject@@QAE@ABV0@@Z @1314 NONAME ??0H245_RequestModeReject@@QAE@IW4TagClass@PASN_Object@@@Z @1315 NONAME ??0H245_RequestModeReject_cause@@QAE@ABV0@@Z @1316 NONAME ??0H245_RequestModeReject_cause@@QAE@IW4TagClass@PASN_Object@@@Z @1317 NONAME ??0H245_RequestModeRelease@@QAE@ABV0@@Z @1318 NONAME ??0H245_RequestModeRelease@@QAE@IW4TagClass@PASN_Object@@@Z @1319 NONAME ??0H245_RequestMultiplexEntry@@QAE@ABV0@@Z @1320 NONAME ??0H245_RequestMultiplexEntry@@QAE@IW4TagClass@PASN_Object@@@Z @1321 NONAME ??0H245_RequestMultiplexEntryAck@@QAE@ABV0@@Z @1322 NONAME ??0H245_RequestMultiplexEntryAck@@QAE@IW4TagClass@PASN_Object@@@Z @1323 NONAME ??0H245_RequestMultiplexEntryReject@@QAE@ABV0@@Z @1324 NONAME ??0H245_RequestMultiplexEntryReject@@QAE@IW4TagClass@PASN_Object@@@Z @1325 NONAME ??0H245_RequestMultiplexEntryRejectionDescriptions@@QAE@ABV0@@Z @1326 NONAME ??0H245_RequestMultiplexEntryRejectionDescriptions@@QAE@IW4TagClass@PASN_Object@@@Z @1327 NONAME ??0H245_RequestMultiplexEntryRejectionDescriptions_cause@@QAE@ABV0@@Z @1328 NONAME ??0H245_RequestMultiplexEntryRejectionDescriptions_cause@@QAE@IW4TagClass@PASN_Object@@@Z @1329 NONAME ??0H245_RequestMultiplexEntryRelease@@QAE@ABV0@@Z @1330 NONAME ??0H245_RequestMultiplexEntryRelease@@QAE@IW4TagClass@PASN_Object@@@Z @1331 NONAME ??0H245_ResponseMessage@@QAE@ABV0@@Z @1332 NONAME ??0H245_ResponseMessage@@QAE@IW4TagClass@PASN_Object@@@Z @1333 NONAME ??0H245_RoundTripDelayRequest@@QAE@ABV0@@Z @1334 NONAME ??0H245_RoundTripDelayRequest@@QAE@IW4TagClass@PASN_Object@@@Z @1335 NONAME ??0H245_RoundTripDelayResponse@@QAE@ABV0@@Z @1336 NONAME ??0H245_RoundTripDelayResponse@@QAE@IW4TagClass@PASN_Object@@@Z @1337 NONAME ??0H245_RSVPParameters@@QAE@ABV0@@Z @1338 NONAME ??0H245_RSVPParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1339 NONAME ??0H245_RTPH263VideoRedundancyEncoding@@QAE@ABV0@@Z @1340 NONAME ??0H245_RTPH263VideoRedundancyEncoding@@QAE@IW4TagClass@PASN_Object@@@Z @1341 NONAME ??0H245_RTPH263VideoRedundancyEncoding_containedThreads@@QAE@ABV0@@Z @1342 NONAME ??0H245_RTPH263VideoRedundancyEncoding_containedThreads@@QAE@IW4TagClass@PASN_Object@@@Z @1343 NONAME ??0H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@QAE@ABV0@@Z @1344 NONAME ??0H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@QAE@IW4TagClass@PASN_Object@@@Z @1345 NONAME ??0H245_RTPH263VideoRedundancyFrameMapping@@QAE@ABV0@@Z @1346 NONAME ??0H245_RTPH263VideoRedundancyFrameMapping@@QAE@IW4TagClass@PASN_Object@@@Z @1347 NONAME ??0H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@QAE@ABV0@@Z @1348 NONAME ??0H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@QAE@IW4TagClass@PASN_Object@@@Z @1349 NONAME ??0H245_RTPPayloadType@@QAE@ABV0@@Z @1350 NONAME ??0H245_RTPPayloadType@@QAE@IW4TagClass@PASN_Object@@@Z @1351 NONAME ??0H245_RTPPayloadType_payloadDescriptor@@QAE@ABV0@@Z @1352 NONAME ??0H245_RTPPayloadType_payloadDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @1353 NONAME ??0H245_SendTerminalCapabilitySet@@QAE@ABV0@@Z @1354 NONAME ??0H245_SendTerminalCapabilitySet@@QAE@IW4TagClass@PASN_Object@@@Z @1355 NONAME ??0H245_SendTerminalCapabilitySet_specificRequest@@QAE@ABV0@@Z @1356 NONAME ??0H245_SendTerminalCapabilitySet_specificRequest@@QAE@IW4TagClass@PASN_Object@@@Z @1357 NONAME ??0H245_SequenceNumber@@QAE@ABV0@@Z @1358 NONAME ??0H245_SequenceNumber@@QAE@IW4TagClass@PASN_Object@@@Z @1359 NONAME ??0H245_SubstituteConferenceIDCommand@@QAE@ABV0@@Z @1360 NONAME ??0H245_SubstituteConferenceIDCommand@@QAE@IW4TagClass@PASN_Object@@@Z @1361 NONAME ??0H245_T38FaxProfile@@QAE@ABV0@@Z @24655 NONAME ??0H245_T38FaxProfile@@QAE@IW4TagClass@PASN_Object@@@Z @24656 NONAME ??0H245_T38FaxRateManagement@@QAE@ABV0@@Z @24657 NONAME ??0H245_T38FaxRateManagement@@QAE@IW4TagClass@PASN_Object@@@Z @24658 NONAME ??0H245_T38FaxTcpOptions@@QAE@ABV0@@Z @24659 NONAME ??0H245_T38FaxTcpOptions@@QAE@IW4TagClass@PASN_Object@@@Z @24660 NONAME ??0H245_T38FaxUdpOptions@@QAE@ABV0@@Z @24661 NONAME ??0H245_T38FaxUdpOptions@@QAE@IW4TagClass@PASN_Object@@@Z @24662 NONAME ??0H245_T38FaxUdpOptions_t38FaxUdpEC@@QAE@ABV0@@Z @24663 NONAME ??0H245_T38FaxUdpOptions_t38FaxUdpEC@@QAE@IW4TagClass@PASN_Object@@@Z @24664 NONAME ??0H245_T84Profile@@QAE@ABV0@@Z @1362 NONAME ??0H245_T84Profile@@QAE@IW4TagClass@PASN_Object@@@Z @1363 NONAME ??0H245_T84Profile_t84Restricted@@QAE@ABV0@@Z @1364 NONAME ??0H245_T84Profile_t84Restricted@@QAE@IW4TagClass@PASN_Object@@@Z @1365 NONAME ??0H245_TerminalCapabilitySet@@QAE@ABV0@@Z @1366 NONAME ??0H245_TerminalCapabilitySet@@QAE@IW4TagClass@PASN_Object@@@Z @1367 NONAME ??0H245_TerminalCapabilitySetAck@@QAE@ABV0@@Z @1368 NONAME ??0H245_TerminalCapabilitySetAck@@QAE@IW4TagClass@PASN_Object@@@Z @1369 NONAME ??0H245_TerminalCapabilitySetReject@@QAE@ABV0@@Z @1370 NONAME ??0H245_TerminalCapabilitySetReject@@QAE@IW4TagClass@PASN_Object@@@Z @1371 NONAME ??0H245_TerminalCapabilitySetReject_cause@@QAE@ABV0@@Z @1372 NONAME ??0H245_TerminalCapabilitySetReject_cause@@QAE@IW4TagClass@PASN_Object@@@Z @1373 NONAME ??0H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@QAE@ABV0@@Z @1374 NONAME ??0H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@QAE@IW4TagClass@PASN_Object@@@Z @1375 NONAME ??0H245_TerminalCapabilitySetRelease@@QAE@ABV0@@Z @1376 NONAME ??0H245_TerminalCapabilitySetRelease@@QAE@IW4TagClass@PASN_Object@@@Z @1377 NONAME ??0H245_TerminalID@@QAE@ABV0@@Z @1378 NONAME ??0H245_TerminalID@@QAE@ABVPBYTEArray@@@Z @37547 NONAME ??0H245_TerminalID@@QAE@ABVPString@@@Z @37548 NONAME ??0H245_TerminalID@@QAE@IW4TagClass@PASN_Object@@@Z @1379 NONAME ??0H245_TerminalID@@QAE@PBD@Z @37549 NONAME ??0H245_TerminalInformation@@QAE@ABV0@@Z @1380 NONAME ??0H245_TerminalInformation@@QAE@IW4TagClass@PASN_Object@@@Z @1381 NONAME ??0H245_TerminalLabel@@QAE@ABV0@@Z @1382 NONAME ??0H245_TerminalLabel@@QAE@IW4TagClass@PASN_Object@@@Z @1383 NONAME ??0H245_TerminalNumber@@QAE@ABV0@@Z @1384 NONAME ??0H245_TerminalNumber@@QAE@IW4TagClass@PASN_Object@@@Z @1385 NONAME ??0H245_TerminalYouAreSeeingInSubPictureNumber@@QAE@ABV0@@Z @1386 NONAME ??0H245_TerminalYouAreSeeingInSubPictureNumber@@QAE@IW4TagClass@PASN_Object@@@Z @1387 NONAME ??0H245_TransparencyParameters@@QAE@ABV0@@Z @1388 NONAME ??0H245_TransparencyParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1389 NONAME ??0H245_TransportAddress@@QAE@ABV0@@Z @1390 NONAME ??0H245_TransportAddress@@QAE@IW4TagClass@PASN_Object@@@Z @1391 NONAME ??0H245_TransportCapability@@QAE@ABV0@@Z @1392 NONAME ??0H245_TransportCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1393 NONAME ??0H245_UnicastAddress@@QAE@ABV0@@Z @1394 NONAME ??0H245_UnicastAddress@@QAE@IW4TagClass@PASN_Object@@@Z @1395 NONAME ??0H245_UnicastAddress_iP6Address@@QAE@ABV0@@Z @1396 NONAME ??0H245_UnicastAddress_iP6Address@@QAE@IW4TagClass@PASN_Object@@@Z @1397 NONAME ??0H245_UnicastAddress_iPAddress@@QAE@ABV0@@Z @1398 NONAME ??0H245_UnicastAddress_iPAddress@@QAE@IW4TagClass@PASN_Object@@@Z @1399 NONAME ??0H245_UnicastAddress_iPSourceRouteAddress@@QAE@ABV0@@Z @1400 NONAME ??0H245_UnicastAddress_iPSourceRouteAddress@@QAE@IW4TagClass@PASN_Object@@@Z @1401 NONAME ??0H245_UnicastAddress_iPSourceRouteAddress_route@@QAE@ABV0@@Z @1402 NONAME ??0H245_UnicastAddress_iPSourceRouteAddress_route@@QAE@IW4TagClass@PASN_Object@@@Z @1403 NONAME ??0H245_UnicastAddress_iPSourceRouteAddress_routing@@QAE@ABV0@@Z @1404 NONAME ??0H245_UnicastAddress_iPSourceRouteAddress_routing@@QAE@IW4TagClass@PASN_Object@@@Z @1405 NONAME ??0H245_UnicastAddress_iPXAddress@@QAE@ABV0@@Z @1406 NONAME ??0H245_UnicastAddress_iPXAddress@@QAE@IW4TagClass@PASN_Object@@@Z @1407 NONAME ??0H245_UserInputCapability@@QAE@ABV0@@Z @1408 NONAME ??0H245_UserInputCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1409 NONAME ??0H245_UserInputIndication@@QAE@ABV0@@Z @1410 NONAME ??0H245_UserInputIndication@@QAE@IW4TagClass@PASN_Object@@@Z @1411 NONAME ??0H245_UserInputIndication_encryptedAlphanumeric@@QAE@ABV0@@Z @53050 NONAME ??0H245_UserInputIndication_encryptedAlphanumeric@@QAE@IW4TagClass@PASN_Object@@@Z @53051 NONAME ??0H245_UserInputIndication_extendedAlphanumeric@@QAE@ABV0@@Z @24665 NONAME ??0H245_UserInputIndication_extendedAlphanumeric@@QAE@IW4TagClass@PASN_Object@@@Z @24666 NONAME ??0H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@QAE@ABV0@@Z @53052 NONAME ??0H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@QAE@IW4TagClass@PASN_Object@@@Z @53053 NONAME ??0H245_UserInputIndication_signal@@QAE@ABV0@@Z @1412 NONAME ??0H245_UserInputIndication_signal@@QAE@IW4TagClass@PASN_Object@@@Z @1413 NONAME ??0H245_UserInputIndication_signalUpdate@@QAE@ABV0@@Z @1414 NONAME ??0H245_UserInputIndication_signalUpdate@@QAE@IW4TagClass@PASN_Object@@@Z @1415 NONAME ??0H245_UserInputIndication_signalUpdate_rtp@@QAE@ABV0@@Z @1416 NONAME ??0H245_UserInputIndication_signalUpdate_rtp@@QAE@IW4TagClass@PASN_Object@@@Z @1417 NONAME ??0H245_UserInputIndication_signal_rtp@@QAE@ABV0@@Z @1418 NONAME ??0H245_UserInputIndication_signal_rtp@@QAE@IW4TagClass@PASN_Object@@@Z @1419 NONAME ??0H245_UserInputIndication_userInputSupportIndication@@QAE@ABV0@@Z @1420 NONAME ??0H245_UserInputIndication_userInputSupportIndication@@QAE@IW4TagClass@PASN_Object@@@Z @1421 NONAME ??0H245_V42bis@@QAE@ABV0@@Z @1422 NONAME ??0H245_V42bis@@QAE@IW4TagClass@PASN_Object@@@Z @1423 NONAME ??0H245_V75Capability@@QAE@ABV0@@Z @1424 NONAME ??0H245_V75Capability@@QAE@IW4TagClass@PASN_Object@@@Z @1425 NONAME ??0H245_V75Parameters@@QAE@ABV0@@Z @1426 NONAME ??0H245_V75Parameters@@QAE@IW4TagClass@PASN_Object@@@Z @1427 NONAME ??0H245_V76Capability@@QAE@ABV0@@Z @1428 NONAME ??0H245_V76Capability@@QAE@IW4TagClass@PASN_Object@@@Z @1429 NONAME ??0H245_V76HDLCParameters@@QAE@ABV0@@Z @1430 NONAME ??0H245_V76HDLCParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1431 NONAME ??0H245_V76LogicalChannelParameters@@QAE@ABV0@@Z @1432 NONAME ??0H245_V76LogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1433 NONAME ??0H245_V76LogicalChannelParameters_mode@@QAE@ABV0@@Z @1434 NONAME ??0H245_V76LogicalChannelParameters_mode@@QAE@IW4TagClass@PASN_Object@@@Z @1435 NONAME ??0H245_V76LogicalChannelParameters_mode_eRM@@QAE@ABV0@@Z @1436 NONAME ??0H245_V76LogicalChannelParameters_mode_eRM@@QAE@IW4TagClass@PASN_Object@@@Z @1437 NONAME ??0H245_V76LogicalChannelParameters_mode_eRM_recovery@@QAE@ABV0@@Z @1438 NONAME ??0H245_V76LogicalChannelParameters_mode_eRM_recovery@@QAE@IW4TagClass@PASN_Object@@@Z @1439 NONAME ??0H245_V76LogicalChannelParameters_suspendResume@@QAE@ABV0@@Z @1440 NONAME ??0H245_V76LogicalChannelParameters_suspendResume@@QAE@IW4TagClass@PASN_Object@@@Z @1441 NONAME ??0H245_V76ModeParameters@@QAE@ABV0@@Z @1442 NONAME ??0H245_V76ModeParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1443 NONAME ??0H245_VBDCapability@@QAE@ABV0@@Z @38412 NONAME ??0H245_VBDCapability@@QAE@IW4TagClass@PASN_Object@@@Z @38413 NONAME ??0H245_VBDMode@@QAE@ABV0@@Z @38414 NONAME ??0H245_VBDMode@@QAE@IW4TagClass@PASN_Object@@@Z @38415 NONAME ??0H245_VCCapability@@QAE@ABV0@@Z @1444 NONAME ??0H245_VCCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1445 NONAME ??0H245_VCCapability_aal1@@QAE@ABV0@@Z @1446 NONAME ??0H245_VCCapability_aal1@@QAE@IW4TagClass@PASN_Object@@@Z @1447 NONAME ??0H245_VCCapability_aal1ViaGateway@@QAE@ABV0@@Z @24667 NONAME ??0H245_VCCapability_aal1ViaGateway@@QAE@IW4TagClass@PASN_Object@@@Z @24668 NONAME ??0H245_VCCapability_aal5@@QAE@ABV0@@Z @1448 NONAME ??0H245_VCCapability_aal5@@QAE@IW4TagClass@PASN_Object@@@Z @1449 NONAME ??0H245_VCCapability_availableBitRates@@QAE@ABV0@@Z @1450 NONAME ??0H245_VCCapability_availableBitRates@@QAE@IW4TagClass@PASN_Object@@@Z @1451 NONAME ??0H245_VCCapability_availableBitRates_type@@QAE@ABV0@@Z @1452 NONAME ??0H245_VCCapability_availableBitRates_type@@QAE@IW4TagClass@PASN_Object@@@Z @1453 NONAME ??0H245_VCCapability_availableBitRates_type_rangeOfBitRates@@QAE@ABV0@@Z @1454 NONAME ??0H245_VCCapability_availableBitRates_type_rangeOfBitRates@@QAE@IW4TagClass@PASN_Object@@@Z @1455 NONAME ??0H245_VendorIdentification@@QAE@ABV0@@Z @1456 NONAME ??0H245_VendorIdentification@@QAE@IW4TagClass@PASN_Object@@@Z @1457 NONAME ??0H245_VideoCapability@@QAE@ABV0@@Z @1458 NONAME ??0H245_VideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1459 NONAME ??0H245_VideoIndicateCompose@@QAE@ABV0@@Z @1460 NONAME ??0H245_VideoIndicateCompose@@QAE@IW4TagClass@PASN_Object@@@Z @1461 NONAME ??0H245_VideoMode@@QAE@ABV0@@Z @1462 NONAME ??0H245_VideoMode@@QAE@IW4TagClass@PASN_Object@@@Z @1463 NONAME ??0H248_ActionReply@@QAE@ABV0@@Z @31776 NONAME ??0H248_ActionReply@@QAE@IW4TagClass@PASN_Object@@@Z @31777 NONAME ??0H248_ActionRequest@@QAE@ABV0@@Z @31778 NONAME ??0H248_ActionRequest@@QAE@IW4TagClass@PASN_Object@@@Z @31779 NONAME ??0H248_AmmDescriptor@@QAE@ABV0@@Z @31780 NONAME ??0H248_AmmDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31781 NONAME ??0H248_AmmRequest@@QAE@ABV0@@Z @31782 NONAME ??0H248_AmmRequest@@QAE@IW4TagClass@PASN_Object@@@Z @31783 NONAME ??0H248_AmmsReply@@QAE@ABV0@@Z @31784 NONAME ??0H248_AmmsReply@@QAE@IW4TagClass@PASN_Object@@@Z @31785 NONAME ??0H248_ArrayOf_ActionReply@@QAE@ABV0@@Z @31786 NONAME ??0H248_ArrayOf_ActionReply@@QAE@IW4TagClass@PASN_Object@@@Z @31787 NONAME ??0H248_ArrayOf_ActionRequest@@QAE@ABV0@@Z @31788 NONAME ??0H248_ArrayOf_ActionRequest@@QAE@IW4TagClass@PASN_Object@@@Z @31789 NONAME ??0H248_ArrayOf_AmmDescriptor@@QAE@ABV0@@Z @31790 NONAME ??0H248_ArrayOf_AmmDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31791 NONAME ??0H248_ArrayOf_CommandReply@@QAE@ABV0@@Z @31792 NONAME ??0H248_ArrayOf_CommandReply@@QAE@IW4TagClass@PASN_Object@@@Z @31793 NONAME ??0H248_ArrayOf_CommandRequest@@QAE@ABV0@@Z @31794 NONAME ??0H248_ArrayOf_CommandRequest@@QAE@IW4TagClass@PASN_Object@@@Z @31795 NONAME ??0H248_ArrayOf_EventParameter@@QAE@ABV0@@Z @31796 NONAME ??0H248_ArrayOf_EventParameter@@QAE@IW4TagClass@PASN_Object@@@Z @31797 NONAME ??0H248_ArrayOf_IndAuditParameter@@QAE@ABV0@@Z @31798 NONAME ??0H248_ArrayOf_IndAuditParameter@@QAE@IW4TagClass@PASN_Object@@@Z @31799 NONAME ??0H248_ArrayOf_IndAudPropertyParm@@QAE@ABV0@@Z @31800 NONAME ??0H248_ArrayOf_IndAudPropertyParm@@QAE@IW4TagClass@PASN_Object@@@Z @31801 NONAME ??0H248_ArrayOf_IndAudStreamDescriptor@@QAE@ABV0@@Z @31802 NONAME ??0H248_ArrayOf_IndAudStreamDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31803 NONAME ??0H248_ArrayOf_ModemType@@QAE@ABV0@@Z @31804 NONAME ??0H248_ArrayOf_ModemType@@QAE@IW4TagClass@PASN_Object@@@Z @31805 NONAME ??0H248_ArrayOf_ObservedEvent@@QAE@ABV0@@Z @31806 NONAME ??0H248_ArrayOf_ObservedEvent@@QAE@IW4TagClass@PASN_Object@@@Z @31807 NONAME ??0H248_ArrayOf_PASN_OctetString@@QAE@ABV0@@Z @31808 NONAME ??0H248_ArrayOf_PASN_OctetString@@QAE@IW4TagClass@PASN_Object@@@Z @31809 NONAME ??0H248_ArrayOf_PropertyGroup@@QAE@ABV0@@Z @31810 NONAME ??0H248_ArrayOf_PropertyGroup@@QAE@IW4TagClass@PASN_Object@@@Z @31811 NONAME ??0H248_ArrayOf_PropertyParm@@QAE@ABV0@@Z @31812 NONAME ??0H248_ArrayOf_PropertyParm@@QAE@IW4TagClass@PASN_Object@@@Z @31813 NONAME ??0H248_ArrayOf_RequestedEvent@@QAE@ABV0@@Z @31814 NONAME ??0H248_ArrayOf_RequestedEvent@@QAE@IW4TagClass@PASN_Object@@@Z @31815 NONAME ??0H248_ArrayOf_SecondRequestedEvent@@QAE@ABV0@@Z @31816 NONAME ??0H248_ArrayOf_SecondRequestedEvent@@QAE@IW4TagClass@PASN_Object@@@Z @31817 NONAME ??0H248_ArrayOf_Signal@@QAE@ABV0@@Z @31818 NONAME ??0H248_ArrayOf_Signal@@QAE@IW4TagClass@PASN_Object@@@Z @31819 NONAME ??0H248_ArrayOf_SigParameter@@QAE@ABV0@@Z @31820 NONAME ??0H248_ArrayOf_SigParameter@@QAE@IW4TagClass@PASN_Object@@@Z @31821 NONAME ??0H248_ArrayOf_StreamDescriptor@@QAE@ABV0@@Z @31822 NONAME ??0H248_ArrayOf_StreamDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31823 NONAME ??0H248_ArrayOf_TerminationID@@QAE@ABV0@@Z @31824 NONAME ??0H248_ArrayOf_TerminationID@@QAE@IW4TagClass@PASN_Object@@@Z @31825 NONAME ??0H248_ArrayOf_TopologyRequest@@QAE@ABV0@@Z @31826 NONAME ??0H248_ArrayOf_TopologyRequest@@QAE@IW4TagClass@PASN_Object@@@Z @31827 NONAME ??0H248_ArrayOf_Transaction@@QAE@ABV0@@Z @31828 NONAME ??0H248_ArrayOf_Transaction@@QAE@IW4TagClass@PASN_Object@@@Z @31829 NONAME ??0H248_ArrayOf_WildcardField@@QAE@ABV0@@Z @31830 NONAME ??0H248_ArrayOf_WildcardField@@QAE@IW4TagClass@PASN_Object@@@Z @31831 NONAME ??0H248_AuditDescriptor@@QAE@ABV0@@Z @31832 NONAME ??0H248_AuditDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31833 NONAME ??0H248_AuditReply@@QAE@ABV0@@Z @31834 NONAME ??0H248_AuditReply@@QAE@IW4TagClass@PASN_Object@@@Z @31835 NONAME ??0H248_AuditRequest@@QAE@ABV0@@Z @31836 NONAME ??0H248_AuditRequest@@QAE@IW4TagClass@PASN_Object@@@Z @31837 NONAME ??0H248_AuditResult@@QAE@ABV0@@Z @31838 NONAME ??0H248_AuditResult@@QAE@IW4TagClass@PASN_Object@@@Z @31839 NONAME ??0H248_AuditReturnParameter@@QAE@ABV0@@Z @31840 NONAME ??0H248_AuditReturnParameter@@QAE@IW4TagClass@PASN_Object@@@Z @31841 NONAME ??0H248_AuthData@@QAE@ABV0@@Z @31842 NONAME ??0H248_AuthData@@QAE@ABVPBYTEArray@@@Z @37129 NONAME ??0H248_AuthData@@QAE@ABVPString@@@Z @37130 NONAME ??0H248_AuthData@@QAE@IW4TagClass@PASN_Object@@@Z @31843 NONAME ??0H248_AuthData@@QAE@PBD@Z @37131 NONAME ??0H248_AuthenticationHeader@@QAE@ABV0@@Z @31844 NONAME ??0H248_AuthenticationHeader@@QAE@IW4TagClass@PASN_Object@@@Z @31845 NONAME ??0H248_Command@@QAE@ABV0@@Z @31846 NONAME ??0H248_Command@@QAE@IW4TagClass@PASN_Object@@@Z @31847 NONAME ??0H248_CommandReply@@QAE@ABV0@@Z @31848 NONAME ??0H248_CommandReply@@QAE@IW4TagClass@PASN_Object@@@Z @31849 NONAME ??0H248_CommandRequest@@QAE@ABV0@@Z @31850 NONAME ??0H248_CommandRequest@@QAE@IW4TagClass@PASN_Object@@@Z @31851 NONAME ??0H248_ContextAttrAuditRequest@@QAE@ABV0@@Z @31852 NONAME ??0H248_ContextAttrAuditRequest@@QAE@IW4TagClass@PASN_Object@@@Z @31853 NONAME ??0H248_ContextID@@QAE@ABV0@@Z @31854 NONAME ??0H248_ContextID@@QAE@IW4TagClass@PASN_Object@@@Z @31855 NONAME ??0H248_ContextRequest@@QAE@ABV0@@Z @31856 NONAME ??0H248_ContextRequest@@QAE@IW4TagClass@PASN_Object@@@Z @31857 NONAME ??0H248_DigitMapDescriptor@@QAE@ABV0@@Z @31858 NONAME ??0H248_DigitMapDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31859 NONAME ??0H248_DigitMapName@@QAE@ABV0@@Z @31860 NONAME ??0H248_DigitMapName@@QAE@ABVPBYTEArray@@@Z @37132 NONAME ??0H248_DigitMapName@@QAE@ABVPString@@@Z @37133 NONAME ??0H248_DigitMapName@@QAE@IW4TagClass@PASN_Object@@@Z @31861 NONAME ??0H248_DigitMapName@@QAE@PBD@Z @37134 NONAME ??0H248_DigitMapValue@@QAE@ABV0@@Z @31862 NONAME ??0H248_DigitMapValue@@QAE@IW4TagClass@PASN_Object@@@Z @31863 NONAME ??0H248_DomainName@@QAE@ABV0@@Z @31864 NONAME ??0H248_DomainName@@QAE@IW4TagClass@PASN_Object@@@Z @31865 NONAME ??0H248_ErrorCode@@QAE@ABV0@@Z @31866 NONAME ??0H248_ErrorCode@@QAE@IW4TagClass@PASN_Object@@@Z @31867 NONAME ??0H248_ErrorDescriptor@@QAE@ABV0@@Z @31868 NONAME ??0H248_ErrorDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31869 NONAME ??0H248_ErrorText@@QAE@ABV0@@Z @31870 NONAME ??0H248_ErrorText@@QAE@IW4TagClass@PASN_Object@@@Z @31871 NONAME ??0H248_EventBufferControl@@QAE@ABV0@@Z @31872 NONAME ??0H248_EventBufferControl@@QAE@IW4TagClass@PASN_Object@@@Z @31873 NONAME ??0H248_EventBufferDescriptor@@QAE@ABV0@@Z @31874 NONAME ??0H248_EventBufferDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31875 NONAME ??0H248_EventDM@@QAE@ABV0@@Z @31876 NONAME ??0H248_EventDM@@QAE@IW4TagClass@PASN_Object@@@Z @31877 NONAME ??0H248_EventName@@QAE@ABV0@@Z @31878 NONAME ??0H248_EventName@@QAE@ABVPBYTEArray@@@Z @37135 NONAME ??0H248_EventName@@QAE@ABVPString@@@Z @37136 NONAME ??0H248_EventName@@QAE@IW4TagClass@PASN_Object@@@Z @31879 NONAME ??0H248_EventName@@QAE@PBD@Z @37137 NONAME ??0H248_EventParameter@@QAE@ABV0@@Z @31880 NONAME ??0H248_EventParameter@@QAE@IW4TagClass@PASN_Object@@@Z @31881 NONAME ??0H248_EventParameter_extraInfo@@QAE@ABV0@@Z @31882 NONAME ??0H248_EventParameter_extraInfo@@QAE@IW4TagClass@PASN_Object@@@Z @31883 NONAME ??0H248_EventsDescriptor@@QAE@ABV0@@Z @31884 NONAME ??0H248_EventsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31885 NONAME ??0H248_EventSpec@@QAE@ABV0@@Z @31886 NONAME ??0H248_EventSpec@@QAE@IW4TagClass@PASN_Object@@@Z @31887 NONAME ??0H248_H221NonStandard@@QAE@ABV0@@Z @31888 NONAME ??0H248_H221NonStandard@@QAE@IW4TagClass@PASN_Object@@@Z @31889 NONAME ??0H248_IndAudDigitMapDescriptor@@QAE@ABV0@@Z @31890 NONAME ??0H248_IndAudDigitMapDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31891 NONAME ??0H248_IndAudEventBufferDescriptor@@QAE@ABV0@@Z @31892 NONAME ??0H248_IndAudEventBufferDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31893 NONAME ??0H248_IndAudEventsDescriptor@@QAE@ABV0@@Z @31894 NONAME ??0H248_IndAudEventsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31895 NONAME ??0H248_IndAuditParameter@@QAE@ABV0@@Z @31896 NONAME ??0H248_IndAuditParameter@@QAE@IW4TagClass@PASN_Object@@@Z @31897 NONAME ??0H248_IndAudLocalControlDescriptor@@QAE@ABV0@@Z @31898 NONAME ??0H248_IndAudLocalControlDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31899 NONAME ??0H248_IndAudLocalRemoteDescriptor@@QAE@ABV0@@Z @31900 NONAME ??0H248_IndAudLocalRemoteDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31901 NONAME ??0H248_IndAudMediaDescriptor@@QAE@ABV0@@Z @31902 NONAME ??0H248_IndAudMediaDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31903 NONAME ??0H248_IndAudMediaDescriptor_streams@@QAE@ABV0@@Z @31904 NONAME ??0H248_IndAudMediaDescriptor_streams@@QAE@IW4TagClass@PASN_Object@@@Z @31905 NONAME ??0H248_IndAudPackagesDescriptor@@QAE@ABV0@@Z @31906 NONAME ??0H248_IndAudPackagesDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31907 NONAME ??0H248_IndAudPropertyGroup@@QAE@ABV0@@Z @31908 NONAME ??0H248_IndAudPropertyGroup@@QAE@IW4TagClass@PASN_Object@@@Z @31909 NONAME ??0H248_IndAudPropertyParm@@QAE@ABV0@@Z @31910 NONAME ??0H248_IndAudPropertyParm@@QAE@IW4TagClass@PASN_Object@@@Z @31911 NONAME ??0H248_IndAudSeqSigList@@QAE@ABV0@@Z @31912 NONAME ??0H248_IndAudSeqSigList@@QAE@IW4TagClass@PASN_Object@@@Z @31913 NONAME ??0H248_IndAudSignal@@QAE@ABV0@@Z @31914 NONAME ??0H248_IndAudSignal@@QAE@IW4TagClass@PASN_Object@@@Z @31915 NONAME ??0H248_IndAudSignalsDescriptor@@QAE@ABV0@@Z @31916 NONAME ??0H248_IndAudSignalsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31917 NONAME ??0H248_IndAudStatisticsDescriptor@@QAE@ABV0@@Z @31918 NONAME ??0H248_IndAudStatisticsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31919 NONAME ??0H248_IndAudStreamDescriptor@@QAE@ABV0@@Z @31920 NONAME ??0H248_IndAudStreamDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31921 NONAME ??0H248_IndAudStreamParms@@QAE@ABV0@@Z @31922 NONAME ??0H248_IndAudStreamParms@@QAE@IW4TagClass@PASN_Object@@@Z @31923 NONAME ??0H248_IndAudTerminationStateDescriptor@@QAE@ABV0@@Z @31924 NONAME ??0H248_IndAudTerminationStateDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31925 NONAME ??0H248_IP4Address@@QAE@ABV0@@Z @31926 NONAME ??0H248_IP4Address@@QAE@IW4TagClass@PASN_Object@@@Z @31927 NONAME ??0H248_IP6Address@@QAE@ABV0@@Z @31928 NONAME ??0H248_IP6Address@@QAE@IW4TagClass@PASN_Object@@@Z @31929 NONAME ??0H248_LocalControlDescriptor@@QAE@ABV0@@Z @31930 NONAME ??0H248_LocalControlDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31931 NONAME ??0H248_LocalRemoteDescriptor@@QAE@ABV0@@Z @31932 NONAME ??0H248_LocalRemoteDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31933 NONAME ??0H248_MediaDescriptor@@QAE@ABV0@@Z @31934 NONAME ??0H248_MediaDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31935 NONAME ??0H248_MediaDescriptor_streams@@QAE@ABV0@@Z @31936 NONAME ??0H248_MediaDescriptor_streams@@QAE@IW4TagClass@PASN_Object@@@Z @31937 NONAME ??0H248_MegacoMessage@@QAE@ABV0@@Z @31938 NONAME ??0H248_MegacoMessage@@QAE@IW4TagClass@PASN_Object@@@Z @31939 NONAME ??0H248_Message@@QAE@ABV0@@Z @31940 NONAME ??0H248_Message@@QAE@IW4TagClass@PASN_Object@@@Z @31941 NONAME ??0H248_Message_messageBody@@QAE@ABV0@@Z @31942 NONAME ??0H248_Message_messageBody@@QAE@IW4TagClass@PASN_Object@@@Z @31943 NONAME ??0H248_MId@@QAE@ABV0@@Z @31944 NONAME ??0H248_MId@@QAE@IW4TagClass@PASN_Object@@@Z @31945 NONAME ??0H248_ModemDescriptor@@QAE@ABV0@@Z @31946 NONAME ??0H248_ModemDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31947 NONAME ??0H248_ModemType@@QAE@ABV0@@Z @31948 NONAME ??0H248_ModemType@@QAE@IW4TagClass@PASN_Object@@@Z @31949 NONAME ??0H248_MuxDescriptor@@QAE@ABV0@@Z @31950 NONAME ??0H248_MuxDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31951 NONAME ??0H248_MuxType@@QAE@ABV0@@Z @31952 NONAME ??0H248_MuxType@@QAE@IW4TagClass@PASN_Object@@@Z @31953 NONAME ??0H248_Name@@QAE@ABV0@@Z @31954 NONAME ??0H248_Name@@QAE@ABVPBYTEArray@@@Z @37138 NONAME ??0H248_Name@@QAE@ABVPString@@@Z @37139 NONAME ??0H248_Name@@QAE@IW4TagClass@PASN_Object@@@Z @31955 NONAME ??0H248_Name@@QAE@PBD@Z @37140 NONAME ??0H248_NonStandardData@@QAE@ABV0@@Z @31956 NONAME ??0H248_NonStandardData@@QAE@IW4TagClass@PASN_Object@@@Z @31957 NONAME ??0H248_NonStandardIdentifier@@QAE@ABV0@@Z @31958 NONAME ??0H248_NonStandardIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @31959 NONAME ??0H248_NotifyCompletion@@QAE@ABV0@@Z @31960 NONAME ??0H248_NotifyCompletion@@QAE@IW4TagClass@PASN_Object@@@Z @31961 NONAME ??0H248_NotifyReply@@QAE@ABV0@@Z @31962 NONAME ??0H248_NotifyReply@@QAE@IW4TagClass@PASN_Object@@@Z @31963 NONAME ??0H248_NotifyRequest@@QAE@ABV0@@Z @31964 NONAME ??0H248_NotifyRequest@@QAE@IW4TagClass@PASN_Object@@@Z @31965 NONAME ??0H248_ObservedEvent@@QAE@ABV0@@Z @31966 NONAME ??0H248_ObservedEvent@@QAE@IW4TagClass@PASN_Object@@@Z @31967 NONAME ??0H248_ObservedEventsDescriptor@@QAE@ABV0@@Z @31968 NONAME ??0H248_ObservedEventsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31969 NONAME ??0H248_PackagesDescriptor@@QAE@ABV0@@Z @31970 NONAME ??0H248_PackagesDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31971 NONAME ??0H248_PackagesItem@@QAE@ABV0@@Z @31972 NONAME ??0H248_PackagesItem@@QAE@IW4TagClass@PASN_Object@@@Z @31973 NONAME ??0H248_PathName@@QAE@ABV0@@Z @31974 NONAME ??0H248_PathName@@QAE@IW4TagClass@PASN_Object@@@Z @31975 NONAME ??0H248_PkgdName@@QAE@ABV0@@Z @31976 NONAME ??0H248_PkgdName@@QAE@ABVPBYTEArray@@@Z @37141 NONAME ??0H248_PkgdName@@QAE@ABVPString@@@Z @37142 NONAME ??0H248_PkgdName@@QAE@IW4TagClass@PASN_Object@@@Z @31977 NONAME ??0H248_PkgdName@@QAE@PBD@Z @37143 NONAME ??0H248_PropertyGroup@@QAE@ABV0@@Z @31978 NONAME ??0H248_PropertyGroup@@QAE@IW4TagClass@PASN_Object@@@Z @31979 NONAME ??0H248_PropertyParm@@QAE@ABV0@@Z @31980 NONAME ??0H248_PropertyParm@@QAE@IW4TagClass@PASN_Object@@@Z @31981 NONAME ??0H248_PropertyParm_extraInfo@@QAE@ABV0@@Z @31982 NONAME ??0H248_PropertyParm_extraInfo@@QAE@IW4TagClass@PASN_Object@@@Z @31983 NONAME ??0H248_Relation@@QAE@ABV0@@Z @31984 NONAME ??0H248_Relation@@QAE@IW4TagClass@PASN_Object@@@Z @31985 NONAME ??0H248_RequestedActions@@QAE@ABV0@@Z @31986 NONAME ??0H248_RequestedActions@@QAE@IW4TagClass@PASN_Object@@@Z @31987 NONAME ??0H248_RequestedEvent@@QAE@ABV0@@Z @31988 NONAME ??0H248_RequestedEvent@@QAE@IW4TagClass@PASN_Object@@@Z @31989 NONAME ??0H248_RequestID@@QAE@ABV0@@Z @31990 NONAME ??0H248_RequestID@@QAE@IW4TagClass@PASN_Object@@@Z @31991 NONAME ??0H248_SecondEventsDescriptor@@QAE@ABV0@@Z @31992 NONAME ??0H248_SecondEventsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @31993 NONAME ??0H248_SecondRequestedActions@@QAE@ABV0@@Z @31994 NONAME ??0H248_SecondRequestedActions@@QAE@IW4TagClass@PASN_Object@@@Z @31995 NONAME ??0H248_SecondRequestedEvent@@QAE@ABV0@@Z @31996 NONAME ??0H248_SecondRequestedEvent@@QAE@IW4TagClass@PASN_Object@@@Z @31997 NONAME ??0H248_SecurityParmIndex@@QAE@ABV0@@Z @31998 NONAME ??0H248_SecurityParmIndex@@QAE@ABVPBYTEArray@@@Z @37144 NONAME ??0H248_SecurityParmIndex@@QAE@ABVPString@@@Z @37145 NONAME ??0H248_SecurityParmIndex@@QAE@IW4TagClass@PASN_Object@@@Z @31999 NONAME ??0H248_SecurityParmIndex@@QAE@PBD@Z @37146 NONAME ??0H248_SeqSigList@@QAE@ABV0@@Z @32000 NONAME ??0H248_SeqSigList@@QAE@IW4TagClass@PASN_Object@@@Z @32001 NONAME ??0H248_SequenceNum@@QAE@ABV0@@Z @32002 NONAME ??0H248_SequenceNum@@QAE@ABVPBYTEArray@@@Z @37147 NONAME ??0H248_SequenceNum@@QAE@ABVPString@@@Z @37148 NONAME ??0H248_SequenceNum@@QAE@IW4TagClass@PASN_Object@@@Z @32003 NONAME ??0H248_SequenceNum@@QAE@PBD@Z @37149 NONAME ??0H248_ServiceChangeAddress@@QAE@ABV0@@Z @32004 NONAME ??0H248_ServiceChangeAddress@@QAE@IW4TagClass@PASN_Object@@@Z @32005 NONAME ??0H248_ServiceChangeMethod@@QAE@ABV0@@Z @32006 NONAME ??0H248_ServiceChangeMethod@@QAE@IW4TagClass@PASN_Object@@@Z @32007 NONAME ??0H248_ServiceChangeParm@@QAE@ABV0@@Z @32008 NONAME ??0H248_ServiceChangeParm@@QAE@IW4TagClass@PASN_Object@@@Z @32009 NONAME ??0H248_ServiceChangeProfile@@QAE@ABV0@@Z @32010 NONAME ??0H248_ServiceChangeProfile@@QAE@IW4TagClass@PASN_Object@@@Z @32011 NONAME ??0H248_ServiceChangeReply@@QAE@ABV0@@Z @32012 NONAME ??0H248_ServiceChangeReply@@QAE@IW4TagClass@PASN_Object@@@Z @32013 NONAME ??0H248_ServiceChangeRequest@@QAE@ABV0@@Z @32014 NONAME ??0H248_ServiceChangeRequest@@QAE@IW4TagClass@PASN_Object@@@Z @32015 NONAME ??0H248_ServiceChangeResParm@@QAE@ABV0@@Z @32016 NONAME ??0H248_ServiceChangeResParm@@QAE@IW4TagClass@PASN_Object@@@Z @32017 NONAME ??0H248_ServiceChangeResult@@QAE@ABV0@@Z @32018 NONAME ??0H248_ServiceChangeResult@@QAE@IW4TagClass@PASN_Object@@@Z @32019 NONAME ??0H248_ServiceState@@QAE@ABV0@@Z @32020 NONAME ??0H248_ServiceState@@QAE@IW4TagClass@PASN_Object@@@Z @32021 NONAME ??0H248_Signal@@QAE@ABV0@@Z @32022 NONAME ??0H248_Signal@@QAE@IW4TagClass@PASN_Object@@@Z @32023 NONAME ??0H248_SignalName@@QAE@ABV0@@Z @32024 NONAME ??0H248_SignalName@@QAE@ABVPBYTEArray@@@Z @37150 NONAME ??0H248_SignalName@@QAE@ABVPString@@@Z @37151 NONAME ??0H248_SignalName@@QAE@IW4TagClass@PASN_Object@@@Z @32025 NONAME ??0H248_SignalName@@QAE@PBD@Z @37152 NONAME ??0H248_SignalRequest@@QAE@ABV0@@Z @32026 NONAME ??0H248_SignalRequest@@QAE@IW4TagClass@PASN_Object@@@Z @32027 NONAME ??0H248_SignalsDescriptor@@QAE@ABV0@@Z @32028 NONAME ??0H248_SignalsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @32029 NONAME ??0H248_SignalType@@QAE@ABV0@@Z @32030 NONAME ??0H248_SignalType@@QAE@IW4TagClass@PASN_Object@@@Z @32031 NONAME ??0H248_SigParameter@@QAE@ABV0@@Z @32032 NONAME ??0H248_SigParameter@@QAE@IW4TagClass@PASN_Object@@@Z @32033 NONAME ??0H248_SigParameter_extraInfo@@QAE@ABV0@@Z @32034 NONAME ??0H248_SigParameter_extraInfo@@QAE@IW4TagClass@PASN_Object@@@Z @32035 NONAME ??0H248_StatisticsDescriptor@@QAE@ABV0@@Z @32036 NONAME ??0H248_StatisticsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @32037 NONAME ??0H248_StatisticsParameter@@QAE@ABV0@@Z @32038 NONAME ??0H248_StatisticsParameter@@QAE@IW4TagClass@PASN_Object@@@Z @32039 NONAME ??0H248_StreamDescriptor@@QAE@ABV0@@Z @32040 NONAME ??0H248_StreamDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @32041 NONAME ??0H248_StreamID@@QAE@ABV0@@Z @32042 NONAME ??0H248_StreamID@@QAE@IW4TagClass@PASN_Object@@@Z @32043 NONAME ??0H248_StreamMode@@QAE@ABV0@@Z @32044 NONAME ??0H248_StreamMode@@QAE@IW4TagClass@PASN_Object@@@Z @32045 NONAME ??0H248_StreamParms@@QAE@ABV0@@Z @32046 NONAME ??0H248_StreamParms@@QAE@IW4TagClass@PASN_Object@@@Z @32047 NONAME ??0H248_SubtractRequest@@QAE@ABV0@@Z @32048 NONAME ??0H248_SubtractRequest@@QAE@IW4TagClass@PASN_Object@@@Z @32049 NONAME ??0H248_TerminationAudit@@QAE@ABV0@@Z @32050 NONAME ??0H248_TerminationAudit@@QAE@IW4TagClass@PASN_Object@@@Z @32051 NONAME ??0H248_TerminationID@@QAE@ABV0@@Z @32052 NONAME ??0H248_TerminationID@@QAE@IW4TagClass@PASN_Object@@@Z @32053 NONAME ??0H248_TerminationIDList@@QAE@ABV0@@Z @32054 NONAME ??0H248_TerminationIDList@@QAE@IW4TagClass@PASN_Object@@@Z @32055 NONAME ??0H248_TerminationStateDescriptor@@QAE@ABV0@@Z @32056 NONAME ??0H248_TerminationStateDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @32057 NONAME ??0H248_TimeNotation@@QAE@ABV0@@Z @32058 NONAME ??0H248_TimeNotation@@QAE@IW4TagClass@PASN_Object@@@Z @32059 NONAME ??0H248_TopologyRequest@@QAE@ABV0@@Z @32060 NONAME ??0H248_TopologyRequest@@QAE@IW4TagClass@PASN_Object@@@Z @32061 NONAME ??0H248_TopologyRequest_topologyDirection@@QAE@ABV0@@Z @32062 NONAME ??0H248_TopologyRequest_topologyDirection@@QAE@IW4TagClass@PASN_Object@@@Z @32063 NONAME ??0H248_Transaction@@QAE@ABV0@@Z @32064 NONAME ??0H248_Transaction@@QAE@IW4TagClass@PASN_Object@@@Z @32065 NONAME ??0H248_TransactionAck@@QAE@ABV0@@Z @32066 NONAME ??0H248_TransactionAck@@QAE@IW4TagClass@PASN_Object@@@Z @32067 NONAME ??0H248_TransactionId@@QAE@ABV0@@Z @32068 NONAME ??0H248_TransactionId@@QAE@IW4TagClass@PASN_Object@@@Z @32069 NONAME ??0H248_TransactionPending@@QAE@ABV0@@Z @32070 NONAME ??0H248_TransactionPending@@QAE@IW4TagClass@PASN_Object@@@Z @32071 NONAME ??0H248_TransactionReply@@QAE@ABV0@@Z @32072 NONAME ??0H248_TransactionReply@@QAE@IW4TagClass@PASN_Object@@@Z @32073 NONAME ??0H248_TransactionReply_transactionResult@@QAE@ABV0@@Z @32074 NONAME ??0H248_TransactionReply_transactionResult@@QAE@IW4TagClass@PASN_Object@@@Z @32075 NONAME ??0H248_TransactionRequest@@QAE@ABV0@@Z @32076 NONAME ??0H248_TransactionRequest@@QAE@IW4TagClass@PASN_Object@@@Z @32077 NONAME ??0H248_TransactionResponseAck@@QAE@ABV0@@Z @32078 NONAME ??0H248_TransactionResponseAck@@QAE@IW4TagClass@PASN_Object@@@Z @32079 NONAME ??0H248_Value@@QAE@ABV0@@Z @32080 NONAME ??0H248_Value@@QAE@IW4TagClass@PASN_Object@@@Z @32081 NONAME ??0H248_WildcardField@@QAE@ABV0@@Z @32082 NONAME ??0H248_WildcardField@@QAE@ABVPBYTEArray@@@Z @37153 NONAME ??0H248_WildcardField@@QAE@ABVPString@@@Z @37154 NONAME ??0H248_WildcardField@@QAE@IW4TagClass@PASN_Object@@@Z @32083 NONAME ??0H248_WildcardField@@QAE@PBD@Z @37155 NONAME ??0H261DCTEncoder@@QAE@PAVTransmitter@@@Z @1464 NONAME ??0H261Encoder@@IAE@PAVTransmitter@@@Z @1465 NONAME ??0H261PixelEncoder@@QAE@PAVTransmitter@@@Z @1466 NONAME ??0H263Packet@@QAE@XZ @53790 NONAME ??0H263PacketList@@IAE@HPBV0@@Z @53791 NONAME ??0H263PacketList@@QAE@XZ @53792 NONAME ??0H323AudioCapability@@QAE@ABV0@@Z @1467 NONAME ??0H323AudioCapability@@QAE@II@Z @1468 NONAME ??0H323AudioCodec@@QAE@PBDW4Direction@H323Codec@@@Z @20577 NONAME ??0H323BidirectionalChannel@@QAE@AAVH323Connection@@ABVH323Capability@@@Z @1470 NONAME ??0H323CallCreditServiceControl@@QAE@ABVH225_ServiceControlDescriptor@@@Z @32084 NONAME ??0H323CallCreditServiceControl@@QAE@ABVPString@@HI@Z @32085 NONAME ??0H323Capabilities@@QAE@ABV0@@Z @17197 NONAME ??0H323Capabilities@@QAE@ABVH323Connection@@ABVH245_TerminalCapabilitySet@@@Z @17390 NONAME ??0H323Capabilities@@QAE@XZ @17199 NONAME ??0H323CapabilitiesSet@@QAE@XZ @17200 NONAME ??0H323Capability@@QAE@ABV0@@Z @1471 NONAME ??0H323Capability@@QAE@XZ @1472 NONAME ??0H323Channel@@QAE@AAVH323Connection@@ABVH323Capability@@@Z @1474 NONAME ??0H323ChannelNumber@@QAE@ABV0@@Z @1475 NONAME ??0H323ChannelNumber@@QAE@IH@Z @1476 NONAME ??0H323ChannelNumber@@QAE@XZ @1477 NONAME ??0H323Codec@@QAE@PBDW4Direction@0@@Z @20578 NONAME ??0H323CodecPluginGenericAudioCapability@@QAE@ABV0@@Z @53276 NONAME ??0H323CodecPluginGenericAudioCapability@@QAE@PBUPluginCodec_Definition@@0PBUPluginCodec_H323GenericCodecData@@@Z @53277 NONAME ??0H323CodecPluginNonStandardAudioCapability@@QAE@ABV0@@Z @50690 NONAME ??0H323CodecPluginNonStandardAudioCapability@@QAE@PAUPluginCodec_Definition@@0P6A?AW4Comparison@PObject@@PAUPluginCodec_H323NonStandardCodecData@@@ZPBEI@Z @52359 NONAME ??0H323CodecPluginNonStandardAudioCapability@@QAE@PAUPluginCodec_Definition@@0PBEI@Z @51224 NONAME ??0H323Connection@@QAE@AAVH323EndPoint@@II@Z @29992 NONAME ??0H323ConnectionsCleaner@@QAE@AAVH323EndPoint@@@Z @1480 NONAME ??0H323ControlPDU@@QAE@XZ @1481 NONAME ??0H323DataCapability@@QAE@ABV0@@Z @17581 NONAME ??0H323DataCapability@@QAE@I@Z @30524 NONAME ??0H323DataChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@I@Z @30525 NONAME ??0H323DynaLink@@QAE@PBD0@Z @50656 NONAME ??0H323EndPoint@@QAE@XZ @1483 NONAME ??0H323FramedAudioCodec@@QAE@PBDW4Direction@H323Codec@@@Z @20579 NONAME ??0H323Gatekeeper@@QAE@AAVH323EndPoint@@PAVH323Transport@@@Z @1485 NONAME ??0H323GatekeeperARQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @31356 NONAME ??0H323GatekeeperBRQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @31357 NONAME ??0H323GatekeeperCall@@QAE@AAVH323GatekeeperServer@@ABVOpalGloballyUniqueID@@W4Direction@0@@Z @30379 NONAME ??0H323GatekeeperDRQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @31358 NONAME ??0H323GatekeeperGRQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @31359 NONAME ??0H323GatekeeperIRR@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @31360 NONAME ??0H323GatekeeperListener@@QAE@AAVH323EndPoint@@AAVH323GatekeeperServer@@ABVPString@@PAVH323Transport@@@Z @28410 NONAME ??0H323GatekeeperLRQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @31361 NONAME ??0H323GatekeeperRequest@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @31362 NONAME ??0H323GatekeeperRRQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @31363 NONAME ??0H323GatekeeperServer@@QAE@AAVH323EndPoint@@@Z @28411 NONAME ??0H323GatekeeperURQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @31364 NONAME ??0H323GenericAudioCapability@@QAE@ABV0@@Z @53278 NONAME ??0H323GenericAudioCapability@@QAE@IIABVPString@@H@Z @53279 NONAME ??0H323GenericCapabilityInfo@@QAE@ABV0@@Z @53280 NONAME ??0H323GenericCapabilityInfo@@QAE@ABVPString@@H@Z @53281 NONAME ??0H323GenericVideoCapability@@QAE@ABVPString@@H@Z @53282 NONAME ??0H323GSMPluginCapability@@QAE@ABV0@@Z @50691 NONAME ??0H323GSMPluginCapability@@QAE@PAUPluginCodec_Definition@@0HHH@Z @50350 NONAME ??0H323H248ServiceControl@@QAE@ABVH225_ServiceControlDescriptor@@@Z @32086 NONAME ??0H323H248ServiceControl@@QAE@XZ @32087 NONAME ??0H323HTTPServiceControl@@QAE@ABVH225_ServiceControlDescriptor@@@Z @32088 NONAME ??0H323HTTPServiceControl@@QAE@ABVPString@@@Z @32089 NONAME ??0H323Listener@@QAE@AAVH323EndPoint@@@Z @1488 NONAME ??0H323ListenerTCP@@QAE@AAVH323EndPoint@@VAddress@PIPSocket@@GH@Z @28006 NONAME ??0H323LogicalChannelThread@@QAE@AAVH323EndPoint@@AAVH323Channel@@H@Z @1490 NONAME ??0H323NonStandardAudioCapability@@QAE@ABV0@@Z @1491 NONAME ??0H323NonStandardAudioCapability@@QAE@IIAAVH323EndPoint@@P6A?AW4Comparison@PObject@@PAUPluginCodec_H323NonStandardCodecData@@@ZPBEH@Z @52360 NONAME ??0H323NonStandardAudioCapability@@QAE@IIAAVH323EndPoint@@PBEHHH@Z @51514 NONAME ??0H323NonStandardAudioCapability@@QAE@IIABVPString@@PBEHHH@Z @20543 NONAME ??0H323NonStandardAudioCapability@@QAE@IIEEGPBEHHH@Z @20544 NONAME ??0H323NonStandardAudioCapability@@QAE@IIP6A?AW4Comparison@PObject@@PAUPluginCodec_H323NonStandardCodecData@@@ZPBEH@Z @52361 NONAME ??0H323NonStandardAudioCapability@@QAE@IIPBEHHH@Z @51226 NONAME ??0H323NonStandardCapabilityInfo@@QAE@ABV0@@Z @1496 NONAME ??0H323NonStandardCapabilityInfo@@QAE@ABVPString@@PBEHHH@Z @17458 NONAME ??0H323NonStandardCapabilityInfo@@QAE@EEGPBEHHH@Z @17459 NONAME ??0H323NonStandardCapabilityInfo@@QAE@P6A?AW4Comparison@PObject@@PAUPluginCodec_H323NonStandardCodecData@@@ZPBEH@Z @52362 NONAME ??0H323NonStandardCapabilityInfo@@QAE@PBEHHH@Z @51228 NONAME ??0H323NonStandardDataCapability@@QAE@ABV0@@Z @30526 NONAME ??0H323NonStandardDataCapability@@QAE@IABVPString@@PBEHHH@Z @30528 NONAME ??0H323NonStandardDataCapability@@QAE@IEEGPBEHHH@Z @30529 NONAME ??0H323NonStandardDataCapability@@QAE@IPBEHHH@Z @51229 NONAME ??0H323NonStandardVideoCapability@@QAE@AAVH323EndPoint@@PBEHHH@Z @51515 NONAME ??0H323NonStandardVideoCapability@@QAE@ABVPString@@PBEHHH@Z @20549 NONAME ??0H323NonStandardVideoCapability@@QAE@EEGPBEHHH@Z @20550 NONAME ??0H323NonStandardVideoCapability@@QAE@PBEHHH@Z @51230 NONAME ??0H323PeerElement@@QAE@AAVH323EndPoint@@ABVH323TransportAddress@@@Z @36858 NONAME ??0H323PeerElement@@QAE@AAVH323EndPoint@@PAVH323Transport@@@Z @34909 NONAME ??0H323PeerElementDescriptor@@QAE@ABVOpalGloballyUniqueID@@@Z @37550 NONAME ??0H323PeerElementServiceRelationship@@QAE@ABVOpalGloballyUniqueID@@@Z @37334 NONAME ??0H323PeerElementServiceRelationship@@QAE@XZ @37335 NONAME ??0H323PluginCapability@@QAE@ABV0@@Z @50693 NONAME ??0H323PluginCapability@@QAE@ABVPString@@0III@Z @53417 NONAME ??0H323PluginCapability@@QAE@PAUPluginCodec_Definition@@0I@Z @50353 NONAME ??0H323PluginCapabilityInfo@@QAE@ABV0@@Z @50724 NONAME ??0H323PluginCapabilityInfo@@QAE@ABVPString@@0@Z @53418 NONAME ??0H323PluginCapabilityInfo@@QAE@PAUPluginCodec_Definition@@0@Z @50354 NONAME ??0H323PluginCodecManager@@QAE@PAVPPluginManager@@@Z @50632 NONAME ??0H323PluginFramedAudioCodec@@QAE@ABVPString@@W4Direction@H323Codec@@PAUPluginCodec_Definition@@@Z @50695 NONAME ??0H323PluginG7231Capability@@QAE@ABV0@@Z @50694 NONAME ??0H323PluginG7231Capability@@QAE@PAUPluginCodec_Definition@@0H@Z @50355 NONAME ??0H323PluginVideoCodec@@QAE@ABVPString@@W4Direction@H323Codec@@PAUPluginCodec_Definition@@@Z @50356 NONAME ??0H323RasPDU@@QAE@ABV0@@Z @30321 NONAME ??0H323RasPDU@@QAE@ABVH235Authenticators@@@Z @31365 NONAME ??0H323RasPDU@@QAE@XZ @31282 NONAME ??0H323RealTimeCapability@@QAE@ABV0@@Z @1506 NONAME ??0H323RealTimeCapability@@QAE@XZ @1507 NONAME ??0H323RegisteredEndPoint@@QAE@AAVH323GatekeeperServer@@ABVPString@@@Z @29997 NONAME ??0H323ServiceControlSession@@QAE@XZ @32090 NONAME ??0H323SignalPDU@@QAE@XZ @1508 NONAME ??0H323SimultaneousCapabilities@@QAE@XZ @1509 NONAME ??0H323StreamedAudioCodec@@QAE@PBDW4Direction@H323Codec@@II@Z @20580 NONAME ??0H323StreamedPluginAudioCodec@@QAE@ABVPString@@W4Direction@H323Codec@@IIPAUPluginCodec_Definition@@@Z @50696 NONAME ??0H323Transaction@@QAE@AAVH323Transactor@@ABVH323TransactionPDU@@PAV2@2@Z @37735 NONAME ??0H323TransactionPDU@@QAE@ABV0@@Z @34911 NONAME ??0H323TransactionPDU@@QAE@ABVH235Authenticators@@@Z @36819 NONAME ??0H323TransactionPDU@@QAE@XZ @34912 NONAME ??0H323TransactionServer@@QAE@AAVH323EndPoint@@@Z @34913 NONAME ??0H323Transactor@@QAE@AAVH323EndPoint@@ABVH323TransportAddress@@GG@Z @37450 NONAME ??0H323Transactor@@QAE@AAVH323EndPoint@@PAVH323Transport@@GG@Z @37451 NONAME ??0H323Transport@@QAE@AAVH323EndPoint@@@Z @1511 NONAME ??0H323TransportAddress@@QAE@ABV0@@Z @1512 NONAME ??0H323TransportAddress@@QAE@ABVAddress@PIPSocket@@G@Z @1513 NONAME ??0H323TransportAddress@@QAE@ABVH225_TransportAddress@@@Z @1514 NONAME ??0H323TransportAddress@@QAE@ABVH245_TransportAddress@@@Z @1515 NONAME ??0H323TransportAddress@@QAE@ABVPString@@@Z @1516 NONAME ??0H323TransportAddress@@QAE@PBD@Z @1517 NONAME ??0H323TransportAddress@@QAE@XZ @1518 NONAME ??0H323TransportAddressArray@@IAE@HPBV0@@Z @31247 NONAME ??0H323TransportAddressArray@@QAE@ABV0@@Z @31671 NONAME ??0H323TransportAddressArray@@QAE@ABVH225_ArrayOf_TransportAddress@@@Z @34892 NONAME ??0H323TransportAddressArray@@QAE@ABVH323TransportAddress@@@Z @34888 NONAME ??0H323TransportAddressArray@@QAE@H@Z @31248 NONAME ??0H323TransportIP@@QAE@AAVH323EndPoint@@VAddress@PIPSocket@@G@Z @17564 NONAME ??0H323TransportTCP@@QAE@AAVH323EndPoint@@VAddress@PIPSocket@@H@Z @17565 NONAME ??0H323TransportUDP@@QAE@AAVH323EndPoint@@VAddress@PIPSocket@@GG@Z @37452 NONAME ??0H323UnidirectionalChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@@Z @1522 NONAME ??0H323VideoCapability@@QAE@ABV0@@Z @17582 NONAME ??0H323VideoCapability@@QAE@XZ @1523 NONAME ??0H323VideoCodec@@QAE@PBDW4Direction@H323Codec@@@Z @20581 NONAME ??0H323_ALawCodec@@QAE@W4Direction@H323Codec@@HI@Z @1530 NONAME ??0H323_AnnexG@@QAE@AAVH323EndPoint@@ABVH323TransportAddress@@@Z @36860 NONAME ??0H323_AnnexG@@QAE@AAVH323EndPoint@@PAVH323Transport@@@Z @34915 NONAME ??0H323_CiscoG7231aLIDCapability@@QAE@ABV0@@Z @31172 NONAME ??0H323_CiscoG7231aLIDCapability@@QAE@XZ @31173 NONAME ??0H323_ExternalRTPChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@I@Z @30120 NONAME ??0H323_ExternalRTPChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@IABVAddress@PIPSocket@@G@Z @29631 NONAME ??0H323_ExternalRTPChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@IABVH323TransportAddress@@3@Z @30121 NONAME ??0H323_G711ALaw64Capability@@QAE@XZ @51231 NONAME ??0H323_G711Capability@@QAE@ABV0@@Z @17584 NONAME ??0H323_G711Capability@@QAE@W4Mode@0@W4Speed@0@@Z @1531 NONAME ??0H323_G711uLaw64Capability@@QAE@XZ @51232 NONAME ??0H323_H261Capability@@QAE@ABV0@@Z @17585 NONAME ??0H323_H261Capability@@QAE@IIHHI@Z @1535 NONAME ??0H323_H261Codec@@QAE@W4Direction@H323Codec@@H@Z @17406 NONAME ??0H323_LIDCapability@@QAE@ABV0@@Z @17419 NONAME ??0H323_LIDCapability@@QAE@ABVOpalMediaFormat@@@Z @20583 NONAME ??0H323_LIDCodec@@QAE@PBDW4Direction@H323Codec@@IH@Z @20584 NONAME ??0H323_LID_G711_ALaw_Capability@@QAE@XZ @51233 NONAME ??0H323_LID_G711_uLaw_Capability@@QAE@XZ @51234 NONAME ??0H323_LID_G7231A_5k3_Capability@@QAE@XZ @51235 NONAME ??0H323_LID_G7231A_6k3_Capability@@QAE@XZ @51236 NONAME ??0H323_LID_G7231_5k3_Capability@@QAE@XZ @51237 NONAME ??0H323_LID_G7231_6k3_Capability@@QAE@XZ @51238 NONAME ??0H323_LID_G728_Capability@@QAE@XZ @51239 NONAME ??0H323_LID_G729AB_Capability@@QAE@XZ @51240 NONAME ??0H323_LID_G729A_Capability@@QAE@XZ @51241 NONAME ??0H323_LID_G729B_Capability@@QAE@XZ @51242 NONAME ??0H323_LID_G729_Capability@@QAE@XZ @51243 NONAME ??0H323_LID_GSM0610_Capability@@QAE@XZ @51244 NONAME ??0H323_muLawCodec@@QAE@W4Direction@H323Codec@@HI@Z @1539 NONAME ??0H323_RealTimeChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@@Z @29632 NONAME ??0H323_RFC2190_H263Capability@@QAE@ABV0@@Z @53793 NONAME ??0H323_RFC2190_H263Capability@@QAE@IIIIIIHHHHHIIIIIIIH@Z @53794 NONAME ??0H323_RFC2190_H263Codec@@QAE@W4Direction@H323Codec@@HHHHHIHHHH@Z @53795 NONAME ??0H323_RTPChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@AAVRTP_Session@@@Z @1540 NONAME ??0H323_RTP_Session@@IAE@ABVH323Connection@@@Z @1541 NONAME ??0H323_RTP_UDP@@QAE@ABVH323Connection@@AAVRTP_UDP@@PAVRTP_QOS@@@Z @38194 NONAME ??0H323_T120Capability@@QAE@ABV0@@Z @17586 NONAME ??0H323_T120Capability@@QAE@XZ @30038 NONAME ??0H323_T120Channel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@I@Z @30530 NONAME ??0H323_T38Capability@@QAE@ABV0@@Z @28015 NONAME ??0H323_T38Capability@@QAE@W4TransportMode@0@@Z @28628 NONAME ??0H323_T38Channel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@IW4TransportMode@H323_T38Capability@@@Z @30531 NONAME ??0H323_T38NonStandardCapability@@QAE@ABV0@@Z @30532 NONAME ??0H323_T38NonStandardCapability@@QAE@EEG@Z @30553 NONAME ??0H323_UserInputCapability@@QAE@ABV0@@Z @17587 NONAME ??0H323_UserInputCapability@@QAE@W4SubTypes@0@@Z @29879 NONAME ??0H45010_ArrayOf_MixedExtension@@QAE@ABV0@@Z @22827 NONAME ??0H45010_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @22828 NONAME ??0H45010_CfbOvrOptArg@@QAE@ABV0@@Z @22829 NONAME ??0H45010_CfbOvrOptArg@@QAE@IW4TagClass@PASN_Object@@@Z @22830 NONAME ??0H45010_CoReqOptArg@@QAE@ABV0@@Z @22831 NONAME ??0H45010_CoReqOptArg@@QAE@IW4TagClass@PASN_Object@@@Z @22832 NONAME ??0H45010_H323CallOfferOperations@@QAE@ABV0@@Z @22833 NONAME ??0H45010_H323CallOfferOperations@@QAE@IW4TagClass@PASN_Object@@@Z @22834 NONAME ??0H45010_RUAlertOptArg@@QAE@ABV0@@Z @22835 NONAME ??0H45010_RUAlertOptArg@@QAE@IW4TagClass@PASN_Object@@@Z @22836 NONAME ??0H45011Handler@@QAE@AAVH323Connection@@AAVH450xDispatcher@@@Z @30729 NONAME ??0H45011_ArrayOf_MixedExtension@@QAE@ABV0@@Z @22837 NONAME ??0H45011_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @22838 NONAME ??0H45011_CallIntrusionErrors@@QAE@ABV0@@Z @22839 NONAME ??0H45011_CallIntrusionErrors@@QAE@IW4TagClass@PASN_Object@@@Z @22840 NONAME ??0H45011_CICapabilityLevel@@QAE@ABV0@@Z @22841 NONAME ??0H45011_CICapabilityLevel@@QAE@IW4TagClass@PASN_Object@@@Z @22842 NONAME ??0H45011_CIFrcRelArg@@QAE@ABV0@@Z @22843 NONAME ??0H45011_CIFrcRelArg@@QAE@IW4TagClass@PASN_Object@@@Z @22844 NONAME ??0H45011_CIFrcRelOptRes@@QAE@ABV0@@Z @22845 NONAME ??0H45011_CIFrcRelOptRes@@QAE@IW4TagClass@PASN_Object@@@Z @22846 NONAME ??0H45011_CIGetCIPLOptArg@@QAE@ABV0@@Z @22847 NONAME ??0H45011_CIGetCIPLOptArg@@QAE@IW4TagClass@PASN_Object@@@Z @22848 NONAME ??0H45011_CIGetCIPLRes@@QAE@ABV0@@Z @22849 NONAME ??0H45011_CIGetCIPLRes@@QAE@IW4TagClass@PASN_Object@@@Z @22850 NONAME ??0H45011_CIIsOptArg@@QAE@ABV0@@Z @22851 NONAME ??0H45011_CIIsOptArg@@QAE@IW4TagClass@PASN_Object@@@Z @22852 NONAME ??0H45011_CIIsOptRes@@QAE@ABV0@@Z @22853 NONAME ??0H45011_CIIsOptRes@@QAE@IW4TagClass@PASN_Object@@@Z @22854 NONAME ??0H45011_CINotificationArg@@QAE@ABV0@@Z @22855 NONAME ??0H45011_CINotificationArg@@QAE@IW4TagClass@PASN_Object@@@Z @22856 NONAME ??0H45011_CIProtectionLevel@@QAE@ABV0@@Z @22857 NONAME ??0H45011_CIProtectionLevel@@QAE@IW4TagClass@PASN_Object@@@Z @22858 NONAME ??0H45011_CIRequestArg@@QAE@ABV0@@Z @22859 NONAME ??0H45011_CIRequestArg@@QAE@IW4TagClass@PASN_Object@@@Z @22860 NONAME ??0H45011_CIRequestRes@@QAE@ABV0@@Z @22861 NONAME ??0H45011_CIRequestRes@@QAE@IW4TagClass@PASN_Object@@@Z @22862 NONAME ??0H45011_CISilentArg@@QAE@ABV0@@Z @22863 NONAME ??0H45011_CISilentArg@@QAE@IW4TagClass@PASN_Object@@@Z @22864 NONAME ??0H45011_CISilentOptRes@@QAE@ABV0@@Z @22865 NONAME ??0H45011_CISilentOptRes@@QAE@IW4TagClass@PASN_Object@@@Z @22866 NONAME ??0H45011_CIStatusInformation@@QAE@ABV0@@Z @22867 NONAME ??0H45011_CIStatusInformation@@QAE@IW4TagClass@PASN_Object@@@Z @22868 NONAME ??0H45011_CIWobOptArg@@QAE@ABV0@@Z @22869 NONAME ??0H45011_CIWobOptArg@@QAE@IW4TagClass@PASN_Object@@@Z @22870 NONAME ??0H45011_CIWobOptRes@@QAE@ABV0@@Z @22871 NONAME ??0H45011_CIWobOptRes@@QAE@IW4TagClass@PASN_Object@@@Z @22872 NONAME ??0H45011_H323CallIntrusionOperations@@QAE@ABV0@@Z @22873 NONAME ??0H45011_H323CallIntrusionOperations@@QAE@IW4TagClass@PASN_Object@@@Z @22874 NONAME ??0H4501_Address@@QAE@ABV0@@Z @21020 NONAME ??0H4501_Address@@QAE@IW4TagClass@PASN_Object@@@Z @21021 NONAME ??0H4501_AddressInformation@@QAE@ABV0@@Z @21022 NONAME ??0H4501_AddressInformation@@QAE@IW4TagClass@PASN_Object@@@Z @21023 NONAME ??0H4501_AddressScreened@@QAE@ABV0@@Z @21024 NONAME ??0H4501_AddressScreened@@QAE@IW4TagClass@PASN_Object@@@Z @21025 NONAME ??0H4501_ArrayOf_AliasAddress@@QAE@ABV0@@Z @21026 NONAME ??0H4501_ArrayOf_AliasAddress@@QAE@IW4TagClass@PASN_Object@@@Z @21027 NONAME ??0H4501_ArrayOf_ROS@@QAE@ABV0@@Z @21028 NONAME ??0H4501_ArrayOf_ROS@@QAE@IW4TagClass@PASN_Object@@@Z @21029 NONAME ??0H4501_EndpointAddress@@QAE@ABV0@@Z @21030 NONAME ??0H4501_EndpointAddress@@QAE@IW4TagClass@PASN_Object@@@Z @21031 NONAME ??0H4501_EntityType@@QAE@ABV0@@Z @21032 NONAME ??0H4501_EntityType@@QAE@IW4TagClass@PASN_Object@@@Z @21033 NONAME ??0H4501_Extension@@QAE@ABV0@@Z @21034 NONAME ??0H4501_Extension@@QAE@IW4TagClass@PASN_Object@@@Z @21035 NONAME ??0H4501_GeneralErrorList@@QAE@ABV0@@Z @21036 NONAME ??0H4501_GeneralErrorList@@QAE@IW4TagClass@PASN_Object@@@Z @21037 NONAME ??0H4501_H225InformationElement@@QAE@ABV0@@Z @21038 NONAME ??0H4501_H225InformationElement@@QAE@ABVPBYTEArray@@@Z @37552 NONAME ??0H4501_H225InformationElement@@QAE@ABVPString@@@Z @37553 NONAME ??0H4501_H225InformationElement@@QAE@IW4TagClass@PASN_Object@@@Z @21039 NONAME ??0H4501_H225InformationElement@@QAE@PBD@Z @37554 NONAME ??0H4501_InterpretationApdu@@QAE@ABV0@@Z @21040 NONAME ??0H4501_InterpretationApdu@@QAE@IW4TagClass@PASN_Object@@@Z @21041 NONAME ??0H4501_InvokeIDs@@QAE@ABV0@@Z @21042 NONAME ??0H4501_InvokeIDs@@QAE@IW4TagClass@PASN_Object@@@Z @21043 NONAME ??0H4501_InvokeIdSet@@QAE@ABV0@@Z @21044 NONAME ??0H4501_InvokeIdSet@@QAE@IW4TagClass@PASN_Object@@@Z @21045 NONAME ??0H4501_NetworkFacilityExtension@@QAE@ABV0@@Z @21046 NONAME ??0H4501_NetworkFacilityExtension@@QAE@IW4TagClass@PASN_Object@@@Z @21047 NONAME ??0H4501_NSAPSubaddress@@QAE@ABV0@@Z @21048 NONAME ??0H4501_NSAPSubaddress@@QAE@ABVPBYTEArray@@@Z @37555 NONAME ??0H4501_NSAPSubaddress@@QAE@ABVPString@@@Z @37556 NONAME ??0H4501_NSAPSubaddress@@QAE@IW4TagClass@PASN_Object@@@Z @21049 NONAME ??0H4501_NSAPSubaddress@@QAE@PBD@Z @37557 NONAME ??0H4501_NumberScreened@@QAE@ABV0@@Z @21050 NONAME ??0H4501_NumberScreened@@QAE@IW4TagClass@PASN_Object@@@Z @21051 NONAME ??0H4501_PartySubaddress@@QAE@ABV0@@Z @21052 NONAME ??0H4501_PartySubaddress@@QAE@IW4TagClass@PASN_Object@@@Z @21053 NONAME ??0H4501_PresentationAllowedIndicator@@QAE@ABV0@@Z @21054 NONAME ??0H4501_PresentationAllowedIndicator@@QAE@IW4TagClass@PASN_Object@@@Z @21055 NONAME ??0H4501_PresentedAddressScreened@@QAE@ABV0@@Z @21056 NONAME ??0H4501_PresentedAddressScreened@@QAE@IW4TagClass@PASN_Object@@@Z @21057 NONAME ??0H4501_PresentedAddressUnscreened@@QAE@ABV0@@Z @21058 NONAME ??0H4501_PresentedAddressUnscreened@@QAE@IW4TagClass@PASN_Object@@@Z @21059 NONAME ??0H4501_PresentedNumberScreened@@QAE@ABV0@@Z @21060 NONAME ??0H4501_PresentedNumberScreened@@QAE@IW4TagClass@PASN_Object@@@Z @21061 NONAME ??0H4501_PresentedNumberUnscreened@@QAE@ABV0@@Z @21062 NONAME ??0H4501_PresentedNumberUnscreened@@QAE@IW4TagClass@PASN_Object@@@Z @21063 NONAME ??0H4501_ScreeningIndicator@@QAE@ABV0@@Z @21064 NONAME ??0H4501_ScreeningIndicator@@QAE@IW4TagClass@PASN_Object@@@Z @21065 NONAME ??0H4501_ServiceApdus@@QAE@ABV0@@Z @21066 NONAME ??0H4501_ServiceApdus@@QAE@IW4TagClass@PASN_Object@@@Z @21067 NONAME ??0H4501_SubaddressInformation@@QAE@ABV0@@Z @21068 NONAME ??0H4501_SubaddressInformation@@QAE@ABVPBYTEArray@@@Z @37558 NONAME ??0H4501_SubaddressInformation@@QAE@ABVPString@@@Z @37559 NONAME ??0H4501_SubaddressInformation@@QAE@IW4TagClass@PASN_Object@@@Z @21069 NONAME ??0H4501_SubaddressInformation@@QAE@PBD@Z @37560 NONAME ??0H4501_SupplementaryService@@QAE@ABV0@@Z @21070 NONAME ??0H4501_SupplementaryService@@QAE@IW4TagClass@PASN_Object@@@Z @21071 NONAME ??0H4501_UserSpecifiedSubaddress@@QAE@ABV0@@Z @21072 NONAME ??0H4501_UserSpecifiedSubaddress@@QAE@IW4TagClass@PASN_Object@@@Z @21073 NONAME ??0H4502Handler@@QAE@AAVH323Connection@@AAVH450xDispatcher@@@Z @28956 NONAME ??0H4502_CallIdentity@@QAE@ABV0@@Z @21074 NONAME ??0H4502_CallIdentity@@QAE@IW4TagClass@PASN_Object@@@Z @21075 NONAME ??0H4502_CallStatus@@QAE@ABV0@@Z @21076 NONAME ??0H4502_CallStatus@@QAE@IW4TagClass@PASN_Object@@@Z @21077 NONAME ??0H4502_CallTransferErrors@@QAE@ABV0@@Z @21078 NONAME ??0H4502_CallTransferErrors@@QAE@IW4TagClass@PASN_Object@@@Z @21079 NONAME ??0H4502_CallTransferOperation@@QAE@ABV0@@Z @21080 NONAME ??0H4502_CallTransferOperation@@QAE@IW4TagClass@PASN_Object@@@Z @21081 NONAME ??0H4502_CTActiveArg@@QAE@ABV0@@Z @21082 NONAME ??0H4502_CTActiveArg@@QAE@IW4TagClass@PASN_Object@@@Z @21083 NONAME ??0H4502_CTActiveArg_argumentExtension@@QAE@ABV0@@Z @21084 NONAME ??0H4502_CTActiveArg_argumentExtension@@QAE@IW4TagClass@PASN_Object@@@Z @21085 NONAME ??0H4502_CTCompleteArg@@QAE@ABV0@@Z @21086 NONAME ??0H4502_CTCompleteArg@@QAE@IW4TagClass@PASN_Object@@@Z @21087 NONAME ??0H4502_CTCompleteArg_argumentExtension@@QAE@ABV0@@Z @21088 NONAME ??0H4502_CTCompleteArg_argumentExtension@@QAE@IW4TagClass@PASN_Object@@@Z @21089 NONAME ??0H4502_CTIdentifyRes@@QAE@ABV0@@Z @21090 NONAME ??0H4502_CTIdentifyRes@@QAE@IW4TagClass@PASN_Object@@@Z @21091 NONAME ??0H4502_CTIdentifyRes_resultExtension@@QAE@ABV0@@Z @21092 NONAME ??0H4502_CTIdentifyRes_resultExtension@@QAE@IW4TagClass@PASN_Object@@@Z @21093 NONAME ??0H4502_CTInitiateArg@@QAE@ABV0@@Z @21094 NONAME ??0H4502_CTInitiateArg@@QAE@IW4TagClass@PASN_Object@@@Z @21095 NONAME ??0H4502_CTInitiateArg_argumentExtension@@QAE@ABV0@@Z @21096 NONAME ??0H4502_CTInitiateArg_argumentExtension@@QAE@IW4TagClass@PASN_Object@@@Z @21097 NONAME ??0H4502_CTSetupArg@@QAE@ABV0@@Z @21098 NONAME ??0H4502_CTSetupArg@@QAE@IW4TagClass@PASN_Object@@@Z @21099 NONAME ??0H4502_CTSetupArg_argumentExtension@@QAE@ABV0@@Z @21100 NONAME ??0H4502_CTSetupArg_argumentExtension@@QAE@IW4TagClass@PASN_Object@@@Z @21101 NONAME ??0H4502_CTUpdateArg@@QAE@ABV0@@Z @21102 NONAME ??0H4502_CTUpdateArg@@QAE@IW4TagClass@PASN_Object@@@Z @21103 NONAME ??0H4502_CTUpdateArg_argumentExtension@@QAE@ABV0@@Z @21104 NONAME ??0H4502_CTUpdateArg_argumentExtension@@QAE@IW4TagClass@PASN_Object@@@Z @21105 NONAME ??0H4502_DummyArg@@QAE@ABV0@@Z @21106 NONAME ??0H4502_DummyArg@@QAE@IW4TagClass@PASN_Object@@@Z @21107 NONAME ??0H4502_DummyRes@@QAE@ABV0@@Z @21108 NONAME ??0H4502_DummyRes@@QAE@IW4TagClass@PASN_Object@@@Z @21109 NONAME ??0H4502_EndDesignation@@QAE@ABV0@@Z @21110 NONAME ??0H4502_EndDesignation@@QAE@IW4TagClass@PASN_Object@@@Z @21111 NONAME ??0H4502_ExtensionSeq@@QAE@ABV0@@Z @21112 NONAME ??0H4502_ExtensionSeq@@QAE@IW4TagClass@PASN_Object@@@Z @21113 NONAME ??0H4502_SubaddressTransferArg@@QAE@ABV0@@Z @21114 NONAME ??0H4502_SubaddressTransferArg@@QAE@IW4TagClass@PASN_Object@@@Z @21115 NONAME ??0H4502_SubaddressTransferArg_argumentExtension@@QAE@ABV0@@Z @21116 NONAME ??0H4502_SubaddressTransferArg_argumentExtension@@QAE@IW4TagClass@PASN_Object@@@Z @21117 NONAME ??0H4503_BasicService@@QAE@ABV0@@Z @22656 NONAME ??0H4503_BasicService@@QAE@IW4TagClass@PASN_Object@@@Z @22657 NONAME ??0H4503_CallDiversionErrors@@QAE@ABV0@@Z @22658 NONAME ??0H4503_CallDiversionErrors@@QAE@IW4TagClass@PASN_Object@@@Z @22659 NONAME ??0H4503_DiversionReason@@QAE@ABV0@@Z @22660 NONAME ??0H4503_DiversionReason@@QAE@IW4TagClass@PASN_Object@@@Z @22661 NONAME ??0H4503_ExtensionSeq@@QAE@ABV0@@Z @22662 NONAME ??0H4503_ExtensionSeq@@QAE@IW4TagClass@PASN_Object@@@Z @22663 NONAME ??0H4503_H323CallDiversionOperations@@QAE@ABV0@@Z @22664 NONAME ??0H4503_H323CallDiversionOperations@@QAE@IW4TagClass@PASN_Object@@@Z @22665 NONAME ??0H4503_IntResult@@QAE@ABV0@@Z @22666 NONAME ??0H4503_IntResult@@QAE@IW4TagClass@PASN_Object@@@Z @22667 NONAME ??0H4503_IntResultList@@QAE@ABV0@@Z @22668 NONAME ??0H4503_IntResultList@@QAE@IW4TagClass@PASN_Object@@@Z @22669 NONAME ??0H4503_IntResult_extension@@QAE@ABV0@@Z @22670 NONAME ??0H4503_IntResult_extension@@QAE@IW4TagClass@PASN_Object@@@Z @22671 NONAME ??0H4503_Procedure@@QAE@ABV0@@Z @22672 NONAME ??0H4503_Procedure@@QAE@IW4TagClass@PASN_Object@@@Z @22673 NONAME ??0H4503_SubscriptionOption@@QAE@ABV0@@Z @22674 NONAME ??0H4503_SubscriptionOption@@QAE@IW4TagClass@PASN_Object@@@Z @22675 NONAME ??0H4504Handler@@QAE@AAVH323Connection@@AAVH450xDispatcher@@@Z @28957 NONAME ??0H4504_ArrayOf_MixedExtension@@QAE@ABV0@@Z @22296 NONAME ??0H4504_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @22297 NONAME ??0H4504_CallHoldOperation@@QAE@ABV0@@Z @22298 NONAME ??0H4504_CallHoldOperation@@QAE@IW4TagClass@PASN_Object@@@Z @22299 NONAME ??0H4504_Extension@@QAE@ABV0@@Z @22300 NONAME ??0H4504_Extension@@QAE@IW4TagClass@PASN_Object@@@Z @22301 NONAME ??0H4504_HoldNotificArg@@QAE@ABV0@@Z @22302 NONAME ??0H4504_HoldNotificArg@@QAE@IW4TagClass@PASN_Object@@@Z @22303 NONAME ??0H4504_MixedExtension@@QAE@ABV0@@Z @22304 NONAME ??0H4504_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @22305 NONAME ??0H4504_RemoteHoldArg@@QAE@ABV0@@Z @22306 NONAME ??0H4504_RemoteHoldArg@@QAE@IW4TagClass@PASN_Object@@@Z @22307 NONAME ??0H4504_RemoteHoldRes@@QAE@ABV0@@Z @22308 NONAME ??0H4504_RemoteHoldRes@@QAE@IW4TagClass@PASN_Object@@@Z @22309 NONAME ??0H4504_RemoteRetrieveArg@@QAE@ABV0@@Z @22310 NONAME ??0H4504_RemoteRetrieveArg@@QAE@IW4TagClass@PASN_Object@@@Z @22311 NONAME ??0H4504_RemoteRetrieveRes@@QAE@ABV0@@Z @22312 NONAME ??0H4504_RemoteRetrieveRes@@QAE@IW4TagClass@PASN_Object@@@Z @22313 NONAME ??0H4504_RetrieveNotificArg@@QAE@ABV0@@Z @22314 NONAME ??0H4504_RetrieveNotificArg@@QAE@IW4TagClass@PASN_Object@@@Z @22315 NONAME ??0H4505_ArrayOf_MixedExtension@@QAE@ABV0@@Z @22875 NONAME ??0H4505_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @22876 NONAME ??0H4505_CallParkPickupOperations@@QAE@ABV0@@Z @22877 NONAME ??0H4505_CallParkPickupOperations@@QAE@IW4TagClass@PASN_Object@@@Z @22878 NONAME ??0H4505_CallPickupErrors@@QAE@ABV0@@Z @22879 NONAME ??0H4505_CallPickupErrors@@QAE@IW4TagClass@PASN_Object@@@Z @22880 NONAME ??0H4505_CallType@@QAE@ABV0@@Z @22881 NONAME ??0H4505_CallType@@QAE@IW4TagClass@PASN_Object@@@Z @22882 NONAME ??0H4505_CpickupNotifyArg@@QAE@ABV0@@Z @22883 NONAME ??0H4505_CpickupNotifyArg@@QAE@IW4TagClass@PASN_Object@@@Z @22884 NONAME ??0H4505_CpNotifyArg@@QAE@ABV0@@Z @22885 NONAME ??0H4505_CpNotifyArg@@QAE@IW4TagClass@PASN_Object@@@Z @22886 NONAME ??0H4505_CpRequestArg@@QAE@ABV0@@Z @22887 NONAME ??0H4505_CpRequestArg@@QAE@IW4TagClass@PASN_Object@@@Z @22888 NONAME ??0H4505_CpRequestRes@@QAE@ABV0@@Z @22889 NONAME ??0H4505_CpRequestRes@@QAE@IW4TagClass@PASN_Object@@@Z @22890 NONAME ??0H4505_CpSetupArg@@QAE@ABV0@@Z @22891 NONAME ??0H4505_CpSetupArg@@QAE@IW4TagClass@PASN_Object@@@Z @22892 NONAME ??0H4505_CpSetupRes@@QAE@ABV0@@Z @22893 NONAME ??0H4505_CpSetupRes@@QAE@IW4TagClass@PASN_Object@@@Z @22894 NONAME ??0H4505_GroupIndicationOffArg@@QAE@ABV0@@Z @22895 NONAME ??0H4505_GroupIndicationOffArg@@QAE@IW4TagClass@PASN_Object@@@Z @22896 NONAME ??0H4505_GroupIndicationOffRes@@QAE@ABV0@@Z @22897 NONAME ??0H4505_GroupIndicationOffRes@@QAE@IW4TagClass@PASN_Object@@@Z @22898 NONAME ??0H4505_GroupIndicationOnArg@@QAE@ABV0@@Z @22899 NONAME ??0H4505_GroupIndicationOnArg@@QAE@IW4TagClass@PASN_Object@@@Z @22900 NONAME ??0H4505_GroupIndicationOnRes@@QAE@ABV0@@Z @22901 NONAME ??0H4505_GroupIndicationOnRes@@QAE@IW4TagClass@PASN_Object@@@Z @22902 NONAME ??0H4505_ParkCondition@@QAE@ABV0@@Z @22903 NONAME ??0H4505_ParkCondition@@QAE@IW4TagClass@PASN_Object@@@Z @22904 NONAME ??0H4505_ParkedToPosition@@QAE@ABV0@@Z @22905 NONAME ??0H4505_ParkedToPosition@@QAE@IW4TagClass@PASN_Object@@@Z @22906 NONAME ??0H4505_PickExeArg@@QAE@ABV0@@Z @22907 NONAME ??0H4505_PickExeArg@@QAE@IW4TagClass@PASN_Object@@@Z @22908 NONAME ??0H4505_PickExeRes@@QAE@ABV0@@Z @22909 NONAME ??0H4505_PickExeRes@@QAE@IW4TagClass@PASN_Object@@@Z @22910 NONAME ??0H4505_PickrequArg@@QAE@ABV0@@Z @22911 NONAME ??0H4505_PickrequArg@@QAE@IW4TagClass@PASN_Object@@@Z @22912 NONAME ??0H4505_PickrequRes@@QAE@ABV0@@Z @22913 NONAME ??0H4505_PickrequRes@@QAE@IW4TagClass@PASN_Object@@@Z @22914 NONAME ??0H4505_PickupArg@@QAE@ABV0@@Z @22915 NONAME ??0H4505_PickupArg@@QAE@IW4TagClass@PASN_Object@@@Z @22916 NONAME ??0H4505_PickupRes@@QAE@ABV0@@Z @22917 NONAME ??0H4505_PickupRes@@QAE@IW4TagClass@PASN_Object@@@Z @22918 NONAME ??0H4506Handler@@QAE@AAVH323Connection@@AAVH450xDispatcher@@@Z @29676 NONAME ??0H4506_ArrayOf_MixedExtension@@QAE@ABV0@@Z @22919 NONAME ??0H4506_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @22920 NONAME ??0H4506_CallWaitingArg@@QAE@ABV0@@Z @22921 NONAME ??0H4506_CallWaitingArg@@QAE@IW4TagClass@PASN_Object@@@Z @22922 NONAME ??0H4506_CallWaitingOperations@@QAE@ABV0@@Z @22923 NONAME ??0H4506_CallWaitingOperations@@QAE@IW4TagClass@PASN_Object@@@Z @22924 NONAME ??0H4507_ArrayOf_MixedExtension@@QAE@ABV0@@Z @22925 NONAME ??0H4507_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @22926 NONAME ??0H4507_BasicService@@QAE@ABV0@@Z @22927 NONAME ??0H4507_BasicService@@QAE@IW4TagClass@PASN_Object@@@Z @22928 NONAME ??0H4507_DummyRes@@QAE@ABV0@@Z @22929 NONAME ??0H4507_DummyRes@@QAE@IW4TagClass@PASN_Object@@@Z @22930 NONAME ??0H4507_H323_MWI_Operations@@QAE@ABV0@@Z @22931 NONAME ??0H4507_H323_MWI_Operations@@QAE@IW4TagClass@PASN_Object@@@Z @22932 NONAME ??0H4507_MessageWaitingIndicationErrors@@QAE@ABV0@@Z @22933 NONAME ??0H4507_MessageWaitingIndicationErrors@@QAE@IW4TagClass@PASN_Object@@@Z @22934 NONAME ??0H4507_MsgCentreId@@QAE@ABV0@@Z @22935 NONAME ??0H4507_MsgCentreId@@QAE@IW4TagClass@PASN_Object@@@Z @22936 NONAME ??0H4507_MWIActivateArg@@QAE@ABV0@@Z @22937 NONAME ??0H4507_MWIActivateArg@@QAE@IW4TagClass@PASN_Object@@@Z @22938 NONAME ??0H4507_MWIDeactivateArg@@QAE@ABV0@@Z @22939 NONAME ??0H4507_MWIDeactivateArg@@QAE@IW4TagClass@PASN_Object@@@Z @22940 NONAME ??0H4507_MWIInterrogateArg@@QAE@ABV0@@Z @22941 NONAME ??0H4507_MWIInterrogateArg@@QAE@IW4TagClass@PASN_Object@@@Z @22942 NONAME ??0H4507_MWIInterrogateRes@@QAE@ABV0@@Z @22943 NONAME ??0H4507_MWIInterrogateRes@@QAE@IW4TagClass@PASN_Object@@@Z @22944 NONAME ??0H4507_MWIInterrogateResElt@@QAE@ABV0@@Z @22945 NONAME ??0H4507_MWIInterrogateResElt@@QAE@IW4TagClass@PASN_Object@@@Z @22946 NONAME ??0H4507_NbOfMessages@@QAE@ABV0@@Z @22947 NONAME ??0H4507_NbOfMessages@@QAE@IW4TagClass@PASN_Object@@@Z @22948 NONAME ??0H4507_TimeStamp@@QAE@ABV0@@Z @22949 NONAME ??0H4507_TimeStamp@@QAE@IW4TagClass@PASN_Object@@@Z @22950 NONAME ??0H4508_ExtendedName@@QAE@ABV0@@Z @22951 NONAME ??0H4508_ExtendedName@@QAE@IW4TagClass@PASN_Object@@@Z @22952 NONAME ??0H4508_Name@@QAE@ABV0@@Z @22953 NONAME ??0H4508_Name@@QAE@IW4TagClass@PASN_Object@@@Z @22954 NONAME ??0H4508_NameOperations@@QAE@ABV0@@Z @22955 NONAME ??0H4508_NameOperations@@QAE@IW4TagClass@PASN_Object@@@Z @22956 NONAME ??0H4508_NamePresentationAllowed@@QAE@ABV0@@Z @22957 NONAME ??0H4508_NamePresentationAllowed@@QAE@IW4TagClass@PASN_Object@@@Z @22958 NONAME ??0H4508_NamePresentationRestricted@@QAE@ABV0@@Z @22959 NONAME ??0H4508_NamePresentationRestricted@@QAE@IW4TagClass@PASN_Object@@@Z @22960 NONAME ??0H4508_SimpleName@@QAE@ABV0@@Z @22961 NONAME ??0H4508_SimpleName@@QAE@ABVPBYTEArray@@@Z @37561 NONAME ??0H4508_SimpleName@@QAE@ABVPString@@@Z @37562 NONAME ??0H4508_SimpleName@@QAE@IW4TagClass@PASN_Object@@@Z @22962 NONAME ??0H4508_SimpleName@@QAE@PBD@Z @37563 NONAME ??0H4509_ArrayOf_MixedExtension@@QAE@ABV0@@Z @22963 NONAME ??0H4509_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @22964 NONAME ??0H4509_CallCompletionErrors@@QAE@ABV0@@Z @22965 NONAME ??0H4509_CallCompletionErrors@@QAE@IW4TagClass@PASN_Object@@@Z @22966 NONAME ??0H4509_CcArg@@QAE@ABV0@@Z @22967 NONAME ??0H4509_CcArg@@QAE@IW4TagClass@PASN_Object@@@Z @22968 NONAME ??0H4509_CcLongArg@@QAE@ABV0@@Z @22969 NONAME ??0H4509_CcLongArg@@QAE@IW4TagClass@PASN_Object@@@Z @22970 NONAME ??0H4509_CcRequestArg@@QAE@ABV0@@Z @22971 NONAME ??0H4509_CcRequestArg@@QAE@IW4TagClass@PASN_Object@@@Z @22972 NONAME ??0H4509_CcRequestRes@@QAE@ABV0@@Z @22973 NONAME ??0H4509_CcRequestRes@@QAE@IW4TagClass@PASN_Object@@@Z @22974 NONAME ??0H4509_CcShortArg@@QAE@ABV0@@Z @22975 NONAME ??0H4509_CcShortArg@@QAE@IW4TagClass@PASN_Object@@@Z @22976 NONAME ??0H4509_H323CallCompletionOperations@@QAE@ABV0@@Z @22977 NONAME ??0H4509_H323CallCompletionOperations@@QAE@IW4TagClass@PASN_Object@@@Z @22978 NONAME ??0H450ServiceAPDU@@QAE@XZ @21118 NONAME ??0H450xDispatcher@@QAE@AAVH323Connection@@@Z @28958 NONAME ??0H450xHandler@@QAE@AAVH323Connection@@AAVH450xDispatcher@@@Z @28959 NONAME ??0H501AccessRequest@@QAE@AAVH323PeerElement@@ABVH501PDU@@@Z @37564 NONAME ??0H501DescriptorUpdate@@QAE@AAVH323PeerElement@@ABVH501PDU@@@Z @37565 NONAME ??0H501PDU@@QAE@ABV0@@Z @37359 NONAME ??0H501PDU@@QAE@XZ @37074 NONAME ??0H501ServiceRequest@@QAE@AAVH323PeerElement@@ABVH501PDU@@@Z @37566 NONAME ??0H501Transaction@@QAE@AAVH323PeerElement@@ABVH501PDU@@H@Z @37736 NONAME ??0H501_AccessConfirmation@@QAE@ABV0@@Z @35063 NONAME ??0H501_AccessConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @35064 NONAME ??0H501_AccessRejection@@QAE@ABV0@@Z @35065 NONAME ??0H501_AccessRejection@@QAE@IW4TagClass@PASN_Object@@@Z @35066 NONAME ??0H501_AccessRejectionReason@@QAE@ABV0@@Z @35067 NONAME ??0H501_AccessRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @35068 NONAME ??0H501_AccessRequest@@QAE@ABV0@@Z @35069 NONAME ??0H501_AccessRequest@@QAE@IW4TagClass@PASN_Object@@@Z @35070 NONAME ??0H501_AccessToken@@QAE@ABV0@@Z @35071 NONAME ??0H501_AccessToken@@QAE@IW4TagClass@PASN_Object@@@Z @35072 NONAME ??0H501_AddressTemplate@@QAE@ABV0@@Z @35073 NONAME ??0H501_AddressTemplate@@QAE@IW4TagClass@PASN_Object@@@Z @35074 NONAME ??0H501_AlternatePE@@QAE@ABV0@@Z @35075 NONAME ??0H501_AlternatePE@@QAE@IW4TagClass@PASN_Object@@@Z @35076 NONAME ??0H501_AlternatePEInfo@@QAE@ABV0@@Z @35077 NONAME ??0H501_AlternatePEInfo@@QAE@IW4TagClass@PASN_Object@@@Z @35078 NONAME ??0H501_ApplicationMessage@@QAE@ABV0@@Z @35079 NONAME ??0H501_ApplicationMessage@@QAE@ABVPBYTEArray@@@Z @36861 NONAME ??0H501_ApplicationMessage@@QAE@ABVPString@@@Z @36862 NONAME ??0H501_ApplicationMessage@@QAE@IW4TagClass@PASN_Object@@@Z @35080 NONAME ??0H501_ApplicationMessage@@QAE@PBD@Z @36863 NONAME ??0H501_ArrayOf_AccessToken@@QAE@ABV0@@Z @35081 NONAME ??0H501_ArrayOf_AccessToken@@QAE@IW4TagClass@PASN_Object@@@Z @35082 NONAME ??0H501_ArrayOf_AddressTemplate@@QAE@ABV0@@Z @35083 NONAME ??0H501_ArrayOf_AddressTemplate@@QAE@IW4TagClass@PASN_Object@@@Z @35084 NONAME ??0H501_ArrayOf_AliasAddress@@QAE@ABV0@@Z @35085 NONAME ??0H501_ArrayOf_AliasAddress@@QAE@IW4TagClass@PASN_Object@@@Z @35086 NONAME ??0H501_ArrayOf_AlternatePE@@QAE@ABV0@@Z @35087 NONAME ??0H501_ArrayOf_AlternatePE@@QAE@IW4TagClass@PASN_Object@@@Z @35088 NONAME ??0H501_ArrayOf_CircuitIdentifier@@QAE@ABV0@@Z @35089 NONAME ??0H501_ArrayOf_CircuitIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @35090 NONAME ??0H501_ArrayOf_ClearToken@@QAE@ABV0@@Z @35091 NONAME ??0H501_ArrayOf_ClearToken@@QAE@IW4TagClass@PASN_Object@@@Z @35092 NONAME ??0H501_ArrayOf_ContactInformation@@QAE@ABV0@@Z @35093 NONAME ??0H501_ArrayOf_ContactInformation@@QAE@IW4TagClass@PASN_Object@@@Z @35094 NONAME ??0H501_ArrayOf_CryptoH323Token@@QAE@ABV0@@Z @35095 NONAME ??0H501_ArrayOf_CryptoH323Token@@QAE@IW4TagClass@PASN_Object@@@Z @35096 NONAME ??0H501_ArrayOf_Descriptor@@QAE@ABV0@@Z @35097 NONAME ??0H501_ArrayOf_Descriptor@@QAE@IW4TagClass@PASN_Object@@@Z @35098 NONAME ??0H501_ArrayOf_DescriptorInfo@@QAE@ABV0@@Z @35101 NONAME ??0H501_ArrayOf_DescriptorInfo@@QAE@IW4TagClass@PASN_Object@@@Z @35102 NONAME ??0H501_ArrayOf_GenericData@@QAE@ABV0@@Z @35103 NONAME ??0H501_ArrayOf_GenericData@@QAE@IW4TagClass@PASN_Object@@@Z @35104 NONAME ??0H501_ArrayOf_GloballyUniqueID@@QAE@ABV0@@Z @36864 NONAME ??0H501_ArrayOf_GloballyUniqueID@@QAE@IW4TagClass@PASN_Object@@@Z @36865 NONAME ??0H501_ArrayOf_NonStandardParameter@@QAE@ABV0@@Z @35105 NONAME ??0H501_ArrayOf_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @35106 NONAME ??0H501_ArrayOf_PASN_ObjectId@@QAE@ABV0@@Z @35107 NONAME ??0H501_ArrayOf_PASN_ObjectId@@QAE@IW4TagClass@PASN_Object@@@Z @35108 NONAME ??0H501_ArrayOf_Pattern@@QAE@ABV0@@Z @35109 NONAME ??0H501_ArrayOf_Pattern@@QAE@IW4TagClass@PASN_Object@@@Z @35110 NONAME ??0H501_ArrayOf_PriceElement@@QAE@ABV0@@Z @35111 NONAME ??0H501_ArrayOf_PriceElement@@QAE@IW4TagClass@PASN_Object@@@Z @35112 NONAME ??0H501_ArrayOf_PriceInfoSpec@@QAE@ABV0@@Z @35113 NONAME ??0H501_ArrayOf_PriceInfoSpec@@QAE@IW4TagClass@PASN_Object@@@Z @35114 NONAME ??0H501_ArrayOf_RouteInformation@@QAE@ABV0@@Z @35115 NONAME ??0H501_ArrayOf_RouteInformation@@QAE@IW4TagClass@PASN_Object@@@Z @35116 NONAME ??0H501_ArrayOf_SecurityMode@@QAE@ABV0@@Z @35117 NONAME ??0H501_ArrayOf_SecurityMode@@QAE@IW4TagClass@PASN_Object@@@Z @35118 NONAME ??0H501_ArrayOf_ServiceControlSession@@QAE@ABV0@@Z @35119 NONAME ??0H501_ArrayOf_ServiceControlSession@@QAE@IW4TagClass@PASN_Object@@@Z @35120 NONAME ??0H501_ArrayOf_SupportedProtocols@@QAE@ABV0@@Z @35121 NONAME ??0H501_ArrayOf_SupportedProtocols@@QAE@IW4TagClass@PASN_Object@@@Z @35122 NONAME ??0H501_ArrayOf_TransportAddress@@QAE@ABV0@@Z @35123 NONAME ??0H501_ArrayOf_TransportAddress@@QAE@IW4TagClass@PASN_Object@@@Z @35124 NONAME ??0H501_ArrayOf_UpdateInformation@@QAE@ABV0@@Z @35125 NONAME ??0H501_ArrayOf_UpdateInformation@@QAE@IW4TagClass@PASN_Object@@@Z @35126 NONAME ??0H501_ArrayOf_UsageField@@QAE@ABV0@@Z @35127 NONAME ??0H501_ArrayOf_UsageField@@QAE@IW4TagClass@PASN_Object@@@Z @35128 NONAME ??0H501_AuthenticationConfirmation@@QAE@ABV0@@Z @35129 NONAME ??0H501_AuthenticationConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @35130 NONAME ??0H501_AuthenticationRejection@@QAE@ABV0@@Z @35131 NONAME ??0H501_AuthenticationRejection@@QAE@IW4TagClass@PASN_Object@@@Z @35132 NONAME ??0H501_AuthenticationRejectionReason@@QAE@ABV0@@Z @35133 NONAME ??0H501_AuthenticationRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @35134 NONAME ??0H501_AuthenticationRequest@@QAE@ABV0@@Z @35135 NONAME ??0H501_AuthenticationRequest@@QAE@IW4TagClass@PASN_Object@@@Z @35136 NONAME ??0H501_CallInformation@@QAE@ABV0@@Z @35137 NONAME ??0H501_CallInformation@@QAE@IW4TagClass@PASN_Object@@@Z @35138 NONAME ??0H501_ContactInformation@@QAE@ABV0@@Z @35139 NONAME ??0H501_ContactInformation@@QAE@IW4TagClass@PASN_Object@@@Z @35140 NONAME ??0H501_Descriptor@@QAE@ABV0@@Z @35141 NONAME ??0H501_Descriptor@@QAE@IW4TagClass@PASN_Object@@@Z @35142 NONAME ??0H501_DescriptorConfirmation@@QAE@ABV0@@Z @35143 NONAME ??0H501_DescriptorConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @35144 NONAME ??0H501_DescriptorIDConfirmation@@QAE@ABV0@@Z @35147 NONAME ??0H501_DescriptorIDConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @35148 NONAME ??0H501_DescriptorIDRejection@@QAE@ABV0@@Z @35149 NONAME ??0H501_DescriptorIDRejection@@QAE@IW4TagClass@PASN_Object@@@Z @35150 NONAME ??0H501_DescriptorIDRejectionReason@@QAE@ABV0@@Z @35151 NONAME ??0H501_DescriptorIDRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @35152 NONAME ??0H501_DescriptorIDRequest@@QAE@ABV0@@Z @35153 NONAME ??0H501_DescriptorIDRequest@@QAE@IW4TagClass@PASN_Object@@@Z @35154 NONAME ??0H501_DescriptorInfo@@QAE@ABV0@@Z @35155 NONAME ??0H501_DescriptorInfo@@QAE@IW4TagClass@PASN_Object@@@Z @35156 NONAME ??0H501_DescriptorRejection@@QAE@ABV0@@Z @35157 NONAME ??0H501_DescriptorRejection@@QAE@IW4TagClass@PASN_Object@@@Z @35158 NONAME ??0H501_DescriptorRejectionReason@@QAE@ABV0@@Z @35159 NONAME ??0H501_DescriptorRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @35160 NONAME ??0H501_DescriptorRequest@@QAE@ABV0@@Z @35161 NONAME ??0H501_DescriptorRequest@@QAE@IW4TagClass@PASN_Object@@@Z @35162 NONAME ??0H501_DescriptorUpdate@@QAE@ABV0@@Z @35163 NONAME ??0H501_DescriptorUpdate@@QAE@IW4TagClass@PASN_Object@@@Z @35164 NONAME ??0H501_DescriptorUpdateAck@@QAE@ABV0@@Z @35165 NONAME ??0H501_DescriptorUpdateAck@@QAE@IW4TagClass@PASN_Object@@@Z @35166 NONAME ??0H501_ElementIdentifier@@QAE@ABV0@@Z @35167 NONAME ??0H501_ElementIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @35168 NONAME ??0H501_GlobalTimeStamp@@QAE@ABV0@@Z @35169 NONAME ??0H501_GlobalTimeStamp@@QAE@IW4TagClass@PASN_Object@@@Z @35170 NONAME ??0H501_Message@@QAE@ABV0@@Z @35171 NONAME ??0H501_Message@@QAE@IW4TagClass@PASN_Object@@@Z @35172 NONAME ??0H501_MessageBody@@QAE@ABV0@@Z @35173 NONAME ??0H501_MessageBody@@QAE@IW4TagClass@PASN_Object@@@Z @35174 NONAME ??0H501_MessageCommonInfo@@QAE@ABV0@@Z @35175 NONAME ??0H501_MessageCommonInfo@@QAE@IW4TagClass@PASN_Object@@@Z @35176 NONAME ??0H501_NonStandardConfirmation@@QAE@ABV0@@Z @35177 NONAME ??0H501_NonStandardConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @35178 NONAME ??0H501_NonStandardRejection@@QAE@ABV0@@Z @35179 NONAME ??0H501_NonStandardRejection@@QAE@IW4TagClass@PASN_Object@@@Z @35180 NONAME ??0H501_NonStandardRejectionReason@@QAE@ABV0@@Z @35181 NONAME ??0H501_NonStandardRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @35182 NONAME ??0H501_NonStandardRequest@@QAE@ABV0@@Z @35183 NONAME ??0H501_NonStandardRequest@@QAE@IW4TagClass@PASN_Object@@@Z @35184 NONAME ??0H501_PartyInformation@@QAE@ABV0@@Z @35185 NONAME ??0H501_PartyInformation@@QAE@IW4TagClass@PASN_Object@@@Z @35186 NONAME ??0H501_Pattern@@QAE@ABV0@@Z @35187 NONAME ??0H501_Pattern@@QAE@IW4TagClass@PASN_Object@@@Z @35188 NONAME ??0H501_Pattern_range@@QAE@ABV0@@Z @35189 NONAME ??0H501_Pattern_range@@QAE@IW4TagClass@PASN_Object@@@Z @35190 NONAME ??0H501_PriceElement@@QAE@ABV0@@Z @35191 NONAME ??0H501_PriceElement@@QAE@IW4TagClass@PASN_Object@@@Z @35192 NONAME ??0H501_PriceElement_units@@QAE@ABV0@@Z @35193 NONAME ??0H501_PriceElement_units@@QAE@IW4TagClass@PASN_Object@@@Z @35194 NONAME ??0H501_PriceInfoSpec@@QAE@ABV0@@Z @35195 NONAME ??0H501_PriceInfoSpec@@QAE@IW4TagClass@PASN_Object@@@Z @35196 NONAME ??0H501_ProtocolVersion@@QAE@ABV0@@Z @35197 NONAME ??0H501_ProtocolVersion@@QAE@IW4TagClass@PASN_Object@@@Z @35198 NONAME ??0H501_RequestInProgress@@QAE@ABV0@@Z @35199 NONAME ??0H501_RequestInProgress@@QAE@IW4TagClass@PASN_Object@@@Z @35200 NONAME ??0H501_Role@@QAE@ABV0@@Z @35201 NONAME ??0H501_Role@@QAE@IW4TagClass@PASN_Object@@@Z @35202 NONAME ??0H501_RouteInformation@@QAE@ABV0@@Z @35203 NONAME ??0H501_RouteInformation@@QAE@IW4TagClass@PASN_Object@@@Z @35204 NONAME ??0H501_RouteInformation_messageType@@QAE@ABV0@@Z @35205 NONAME ??0H501_RouteInformation_messageType@@QAE@IW4TagClass@PASN_Object@@@Z @35206 NONAME ??0H501_SecurityMode@@QAE@ABV0@@Z @35207 NONAME ??0H501_SecurityMode@@QAE@IW4TagClass@PASN_Object@@@Z @35208 NONAME ??0H501_ServiceConfirmation@@QAE@ABV0@@Z @35209 NONAME ??0H501_ServiceConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @35210 NONAME ??0H501_ServiceRejection@@QAE@ABV0@@Z @35213 NONAME ??0H501_ServiceRejection@@QAE@IW4TagClass@PASN_Object@@@Z @35214 NONAME ??0H501_ServiceRejectionReason@@QAE@ABV0@@Z @35215 NONAME ??0H501_ServiceRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @35216 NONAME ??0H501_ServiceRelease@@QAE@ABV0@@Z @35217 NONAME ??0H501_ServiceRelease@@QAE@IW4TagClass@PASN_Object@@@Z @35218 NONAME ??0H501_ServiceReleaseReason@@QAE@ABV0@@Z @35219 NONAME ??0H501_ServiceReleaseReason@@QAE@IW4TagClass@PASN_Object@@@Z @35220 NONAME ??0H501_ServiceRequest@@QAE@ABV0@@Z @35221 NONAME ??0H501_ServiceRequest@@QAE@IW4TagClass@PASN_Object@@@Z @35222 NONAME ??0H501_TerminationCause@@QAE@ABV0@@Z @35223 NONAME ??0H501_TerminationCause@@QAE@IW4TagClass@PASN_Object@@@Z @35224 NONAME ??0H501_TimeZone@@QAE@ABV0@@Z @35225 NONAME ??0H501_TimeZone@@QAE@IW4TagClass@PASN_Object@@@Z @35226 NONAME ??0H501_UnknownMessageReason@@QAE@ABV0@@Z @35227 NONAME ??0H501_UnknownMessageReason@@QAE@IW4TagClass@PASN_Object@@@Z @35228 NONAME ??0H501_UnknownMessageResponse@@QAE@ABV0@@Z @35229 NONAME ??0H501_UnknownMessageResponse@@QAE@IW4TagClass@PASN_Object@@@Z @35230 NONAME ??0H501_UpdateInformation@@QAE@ABV0@@Z @35231 NONAME ??0H501_UpdateInformation@@QAE@IW4TagClass@PASN_Object@@@Z @35232 NONAME ??0H501_UpdateInformation_descriptorInfo@@QAE@ABV0@@Z @35233 NONAME ??0H501_UpdateInformation_descriptorInfo@@QAE@IW4TagClass@PASN_Object@@@Z @35234 NONAME ??0H501_UpdateInformation_updateType@@QAE@ABV0@@Z @35235 NONAME ??0H501_UpdateInformation_updateType@@QAE@IW4TagClass@PASN_Object@@@Z @35236 NONAME ??0H501_UsageCallStatus@@QAE@ABV0@@Z @35237 NONAME ??0H501_UsageCallStatus@@QAE@IW4TagClass@PASN_Object@@@Z @35238 NONAME ??0H501_UsageConfirmation@@QAE@ABV0@@Z @35239 NONAME ??0H501_UsageConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @35240 NONAME ??0H501_UsageField@@QAE@ABV0@@Z @35241 NONAME ??0H501_UsageField@@QAE@IW4TagClass@PASN_Object@@@Z @35242 NONAME ??0H501_UsageIndication@@QAE@ABV0@@Z @35243 NONAME ??0H501_UsageIndication@@QAE@IW4TagClass@PASN_Object@@@Z @35244 NONAME ??0H501_UsageIndicationConfirmation@@QAE@ABV0@@Z @35245 NONAME ??0H501_UsageIndicationConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @35246 NONAME ??0H501_UsageIndicationRejection@@QAE@ABV0@@Z @35247 NONAME ??0H501_UsageIndicationRejection@@QAE@IW4TagClass@PASN_Object@@@Z @35248 NONAME ??0H501_UsageIndicationRejectionReason@@QAE@ABV0@@Z @35249 NONAME ??0H501_UsageIndicationRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @35250 NONAME ??0H501_UsageRejection@@QAE@ABV0@@Z @35251 NONAME ??0H501_UsageRejection@@QAE@IW4TagClass@PASN_Object@@@Z @35252 NONAME ??0H501_UsageRejectReason@@QAE@ABV0@@Z @35253 NONAME ??0H501_UsageRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @35254 NONAME ??0H501_UsageRequest@@QAE@ABV0@@Z @35255 NONAME ??0H501_UsageRequest@@QAE@IW4TagClass@PASN_Object@@@Z @35256 NONAME ??0H501_UsageSpecification@@QAE@ABV0@@Z @35257 NONAME ??0H501_UsageSpecification@@QAE@IW4TagClass@PASN_Object@@@Z @35258 NONAME ??0H501_UsageSpecification_when@@QAE@ABV0@@Z @35259 NONAME ??0H501_UsageSpecification_when@@QAE@IW4TagClass@PASN_Object@@@Z @35260 NONAME ??0H501_UserInformation@@QAE@ABV0@@Z @35261 NONAME ??0H501_UserInformation@@QAE@IW4TagClass@PASN_Object@@@Z @35262 NONAME ??0H501_ValidationConfirmation@@QAE@ABV0@@Z @35263 NONAME ??0H501_ValidationConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @35264 NONAME ??0H501_ValidationRejection@@QAE@ABV0@@Z @35265 NONAME ??0H501_ValidationRejection@@QAE@IW4TagClass@PASN_Object@@@Z @35266 NONAME ??0H501_ValidationRejectionReason@@QAE@ABV0@@Z @35267 NONAME ??0H501_ValidationRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @35268 NONAME ??0H501_ValidationRequest@@QAE@ABV0@@Z @35269 NONAME ??0H501_ValidationRequest@@QAE@IW4TagClass@PASN_Object@@@Z @35270 NONAME ??0HandleTimeout_PNotifier@H245Negotiator@@QAE@PAV1@@Z @1545 NONAME ??0HandleTransactions_PNotifier@H323Transactor@@QAE@PAV1@@Z @37360 NONAME ??0Info@RTP_JitterBufferAnalyser@@QAE@XZ @17145 NONAME ??0IntraP64Decoder@@QAE@XZ @1546 NONAME ??0iterator@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAE@PAULookupRecord@@@Z @52779 NONAME ??0iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@@Z @52183 NONAME ??0iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE@XZ @52184 NONAME ??0iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52780 NONAME ??0iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @52781 NONAME ??0iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @51615 NONAME ??0iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @51616 NONAME ??0iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @51617 NONAME ??0iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52363 NONAME ??0iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @52364 NONAME ??0iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @51618 NONAME ??0iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @51619 NONAME ??0iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @51620 NONAME ??0LookupRecord@@QAE@ABU0@@Z @52782 NONAME ??0LookupRecord@@QAE@XZ @52783 NONAME ??0MCS_ArrayOf_ChannelAttributes@@QAE@ABV0@@Z @1640 NONAME ??0MCS_ArrayOf_ChannelAttributes@@QAE@IW4TagClass@PASN_Object@@@Z @1641 NONAME ??0MCS_ArrayOf_ChannelId@@QAE@ABV0@@Z @1642 NONAME ??0MCS_ArrayOf_ChannelId@@QAE@IW4TagClass@PASN_Object@@@Z @1643 NONAME ??0MCS_ArrayOf_TokenAttributes@@QAE@ABV0@@Z @1644 NONAME ??0MCS_ArrayOf_TokenAttributes@@QAE@IW4TagClass@PASN_Object@@@Z @1645 NONAME ??0MCS_ArrayOf_TokenId@@QAE@ABV0@@Z @1646 NONAME ??0MCS_ArrayOf_TokenId@@QAE@IW4TagClass@PASN_Object@@@Z @1647 NONAME ??0MCS_ArrayOf_UserId@@QAE@ABV0@@Z @1648 NONAME ??0MCS_ArrayOf_UserId@@QAE@IW4TagClass@PASN_Object@@@Z @1649 NONAME ??0MCS_AssignedChannelId@@QAE@ABV0@@Z @1650 NONAME ??0MCS_AssignedChannelId@@QAE@IW4TagClass@PASN_Object@@@Z @1651 NONAME ??0MCS_AUcf@@QAE@ABV0@@Z @1652 NONAME ??0MCS_AUcf@@QAE@IW4TagClass@PASN_Object@@@Z @1653 NONAME ??0MCS_AUrq@@QAE@ABV0@@Z @1654 NONAME ??0MCS_AUrq@@QAE@IW4TagClass@PASN_Object@@@Z @1655 NONAME ??0MCS_CAin@@QAE@ABV0@@Z @1656 NONAME ??0MCS_CAin@@QAE@IW4TagClass@PASN_Object@@@Z @1657 NONAME ??0MCS_CArq@@QAE@ABV0@@Z @1658 NONAME ??0MCS_CArq@@QAE@IW4TagClass@PASN_Object@@@Z @1659 NONAME ??0MCS_CCcf@@QAE@ABV0@@Z @1660 NONAME ??0MCS_CCcf@@QAE@IW4TagClass@PASN_Object@@@Z @1661 NONAME ??0MCS_CCrq@@QAE@ABV0@@Z @1662 NONAME ??0MCS_CCrq@@QAE@IW4TagClass@PASN_Object@@@Z @1663 NONAME ??0MCS_CDin@@QAE@ABV0@@Z @1664 NONAME ??0MCS_CDin@@QAE@IW4TagClass@PASN_Object@@@Z @1665 NONAME ??0MCS_CDrq@@QAE@ABV0@@Z @1666 NONAME ??0MCS_CDrq@@QAE@IW4TagClass@PASN_Object@@@Z @1667 NONAME ??0MCS_CEin@@QAE@ABV0@@Z @1668 NONAME ??0MCS_CEin@@QAE@IW4TagClass@PASN_Object@@@Z @1669 NONAME ??0MCS_CErq@@QAE@ABV0@@Z @1670 NONAME ??0MCS_CErq@@QAE@IW4TagClass@PASN_Object@@@Z @1671 NONAME ??0MCS_ChannelAttributes@@QAE@ABV0@@Z @1672 NONAME ??0MCS_ChannelAttributes@@QAE@IW4TagClass@PASN_Object@@@Z @1673 NONAME ??0MCS_ChannelAttributes_assigned@@QAE@ABV0@@Z @1674 NONAME ??0MCS_ChannelAttributes_assigned@@QAE@IW4TagClass@PASN_Object@@@Z @1675 NONAME ??0MCS_ChannelAttributes_private@@QAE@ABV0@@Z @1676 NONAME ??0MCS_ChannelAttributes_private@@QAE@IW4TagClass@PASN_Object@@@Z @1677 NONAME ??0MCS_ChannelAttributes_static@@QAE@ABV0@@Z @1678 NONAME ??0MCS_ChannelAttributes_static@@QAE@IW4TagClass@PASN_Object@@@Z @1679 NONAME ??0MCS_ChannelAttributes_userId@@QAE@ABV0@@Z @1680 NONAME ??0MCS_ChannelAttributes_userId@@QAE@IW4TagClass@PASN_Object@@@Z @1681 NONAME ??0MCS_ChannelId@@QAE@ABV0@@Z @1682 NONAME ??0MCS_ChannelId@@QAE@IW4TagClass@PASN_Object@@@Z @1683 NONAME ??0MCS_CJcf@@QAE@ABV0@@Z @1684 NONAME ??0MCS_CJcf@@QAE@IW4TagClass@PASN_Object@@@Z @1685 NONAME ??0MCS_CJrq@@QAE@ABV0@@Z @1686 NONAME ??0MCS_CJrq@@QAE@IW4TagClass@PASN_Object@@@Z @1687 NONAME ??0MCS_CLrq@@QAE@ABV0@@Z @1688 NONAME ??0MCS_CLrq@@QAE@IW4TagClass@PASN_Object@@@Z @1689 NONAME ??0MCS_ConnectMCSPDU@@QAE@ABV0@@Z @1690 NONAME ??0MCS_ConnectMCSPDU@@QAE@IW4TagClass@PASN_Object@@@Z @1691 NONAME ??0MCS_Connect_Additional@@QAE@ABV0@@Z @1692 NONAME ??0MCS_Connect_Additional@@QAE@IW4TagClass@PASN_Object@@@Z @1693 NONAME ??0MCS_Connect_Initial@@QAE@ABV0@@Z @1694 NONAME ??0MCS_Connect_Initial@@QAE@IW4TagClass@PASN_Object@@@Z @1695 NONAME ??0MCS_Connect_Response@@QAE@ABV0@@Z @1696 NONAME ??0MCS_Connect_Response@@QAE@IW4TagClass@PASN_Object@@@Z @1697 NONAME ??0MCS_Connect_Result@@QAE@ABV0@@Z @1698 NONAME ??0MCS_Connect_Result@@QAE@IW4TagClass@PASN_Object@@@Z @1699 NONAME ??0MCS_DataPriority@@QAE@ABV0@@Z @1700 NONAME ??0MCS_DataPriority@@QAE@IW4TagClass@PASN_Object@@@Z @1701 NONAME ??0MCS_Diagnostic@@QAE@ABV0@@Z @1702 NONAME ??0MCS_Diagnostic@@QAE@IW4TagClass@PASN_Object@@@Z @1703 NONAME ??0MCS_DomainMCSPDU@@QAE@ABV0@@Z @1704 NONAME ??0MCS_DomainMCSPDU@@QAE@IW4TagClass@PASN_Object@@@Z @1705 NONAME ??0MCS_DomainParameters@@QAE@ABV0@@Z @1706 NONAME ??0MCS_DomainParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1707 NONAME ??0MCS_DPum@@QAE@ABV0@@Z @1708 NONAME ??0MCS_DPum@@QAE@IW4TagClass@PASN_Object@@@Z @1709 NONAME ??0MCS_DUin@@QAE@ABV0@@Z @1710 NONAME ??0MCS_DUin@@QAE@IW4TagClass@PASN_Object@@@Z @1711 NONAME ??0MCS_DUrq@@QAE@ABV0@@Z @1712 NONAME ??0MCS_DUrq@@QAE@IW4TagClass@PASN_Object@@@Z @1713 NONAME ??0MCS_DynamicChannelId@@QAE@ABV0@@Z @1714 NONAME ??0MCS_DynamicChannelId@@QAE@IW4TagClass@PASN_Object@@@Z @1715 NONAME ??0MCS_EDrq@@QAE@ABV0@@Z @1716 NONAME ??0MCS_EDrq@@QAE@IW4TagClass@PASN_Object@@@Z @1717 NONAME ??0MCS_MCcf@@QAE@ABV0@@Z @1718 NONAME ??0MCS_MCcf@@QAE@IW4TagClass@PASN_Object@@@Z @1719 NONAME ??0MCS_MCrq@@QAE@ABV0@@Z @1720 NONAME ??0MCS_MCrq@@QAE@IW4TagClass@PASN_Object@@@Z @1721 NONAME ??0MCS_MTcf@@QAE@ABV0@@Z @1722 NONAME ??0MCS_MTcf@@QAE@IW4TagClass@PASN_Object@@@Z @1723 NONAME ??0MCS_MTrq@@QAE@ABV0@@Z @1724 NONAME ??0MCS_MTrq@@QAE@IW4TagClass@PASN_Object@@@Z @1725 NONAME ??0MCS_PCin@@QAE@ABV0@@Z @1726 NONAME ??0MCS_PCin@@QAE@IW4TagClass@PASN_Object@@@Z @1727 NONAME ??0MCS_PDin@@QAE@ABV0@@Z @1728 NONAME ??0MCS_PDin@@QAE@IW4TagClass@PASN_Object@@@Z @1729 NONAME ??0MCS_PrivateChannelId@@QAE@ABV0@@Z @1730 NONAME ??0MCS_PrivateChannelId@@QAE@IW4TagClass@PASN_Object@@@Z @1731 NONAME ??0MCS_PTin@@QAE@ABV0@@Z @1732 NONAME ??0MCS_PTin@@QAE@IW4TagClass@PASN_Object@@@Z @1733 NONAME ??0MCS_Reason@@QAE@ABV0@@Z @1734 NONAME ??0MCS_Reason@@QAE@IW4TagClass@PASN_Object@@@Z @1735 NONAME ??0MCS_Result@@QAE@ABV0@@Z @1736 NONAME ??0MCS_Result@@QAE@IW4TagClass@PASN_Object@@@Z @1737 NONAME ??0MCS_RJum@@QAE@ABV0@@Z @1738 NONAME ??0MCS_RJum@@QAE@IW4TagClass@PASN_Object@@@Z @1739 NONAME ??0MCS_SDin@@QAE@ABV0@@Z @1740 NONAME ??0MCS_SDin@@QAE@IW4TagClass@PASN_Object@@@Z @1741 NONAME ??0MCS_SDrq@@QAE@ABV0@@Z @1742 NONAME ??0MCS_SDrq@@QAE@IW4TagClass@PASN_Object@@@Z @1743 NONAME ??0MCS_Segmentation@@QAE@ABV0@@Z @1744 NONAME ??0MCS_Segmentation@@QAE@IW4TagClass@PASN_Object@@@Z @1745 NONAME ??0MCS_StaticChannelId@@QAE@ABV0@@Z @1746 NONAME ??0MCS_StaticChannelId@@QAE@IW4TagClass@PASN_Object@@@Z @1747 NONAME ??0MCS_TGcf@@QAE@ABV0@@Z @1748 NONAME ??0MCS_TGcf@@QAE@IW4TagClass@PASN_Object@@@Z @1749 NONAME ??0MCS_TGrq@@QAE@ABV0@@Z @1750 NONAME ??0MCS_TGrq@@QAE@IW4TagClass@PASN_Object@@@Z @1751 NONAME ??0MCS_TIcf@@QAE@ABV0@@Z @1752 NONAME ??0MCS_TIcf@@QAE@IW4TagClass@PASN_Object@@@Z @1753 NONAME ??0MCS_TIrq@@QAE@ABV0@@Z @1754 NONAME ??0MCS_TIrq@@QAE@IW4TagClass@PASN_Object@@@Z @1755 NONAME ??0MCS_TokenAttributes@@QAE@ABV0@@Z @1756 NONAME ??0MCS_TokenAttributes@@QAE@IW4TagClass@PASN_Object@@@Z @1757 NONAME ??0MCS_TokenAttributes_given@@QAE@ABV0@@Z @1758 NONAME ??0MCS_TokenAttributes_given@@QAE@IW4TagClass@PASN_Object@@@Z @1759 NONAME ??0MCS_TokenAttributes_giving@@QAE@ABV0@@Z @1760 NONAME ??0MCS_TokenAttributes_giving@@QAE@IW4TagClass@PASN_Object@@@Z @1761 NONAME ??0MCS_TokenAttributes_grabbed@@QAE@ABV0@@Z @1762 NONAME ??0MCS_TokenAttributes_grabbed@@QAE@IW4TagClass@PASN_Object@@@Z @1763 NONAME ??0MCS_TokenAttributes_inhibited@@QAE@ABV0@@Z @1764 NONAME ??0MCS_TokenAttributes_inhibited@@QAE@IW4TagClass@PASN_Object@@@Z @1765 NONAME ??0MCS_TokenAttributes_ungivable@@QAE@ABV0@@Z @1766 NONAME ??0MCS_TokenAttributes_ungivable@@QAE@IW4TagClass@PASN_Object@@@Z @1767 NONAME ??0MCS_TokenId@@QAE@ABV0@@Z @1768 NONAME ??0MCS_TokenId@@QAE@IW4TagClass@PASN_Object@@@Z @1769 NONAME ??0MCS_TokenStatus@@QAE@ABV0@@Z @1770 NONAME ??0MCS_TokenStatus@@QAE@IW4TagClass@PASN_Object@@@Z @1771 NONAME ??0MCS_TPin@@QAE@ABV0@@Z @1772 NONAME ??0MCS_TPin@@QAE@IW4TagClass@PASN_Object@@@Z @1773 NONAME ??0MCS_TPrq@@QAE@ABV0@@Z @1774 NONAME ??0MCS_TPrq@@QAE@IW4TagClass@PASN_Object@@@Z @1775 NONAME ??0MCS_TRcf@@QAE@ABV0@@Z @1776 NONAME ??0MCS_TRcf@@QAE@IW4TagClass@PASN_Object@@@Z @1777 NONAME ??0MCS_TRrq@@QAE@ABV0@@Z @1778 NONAME ??0MCS_TRrq@@QAE@IW4TagClass@PASN_Object@@@Z @1779 NONAME ??0MCS_TTcf@@QAE@ABV0@@Z @1780 NONAME ??0MCS_TTcf@@QAE@IW4TagClass@PASN_Object@@@Z @1781 NONAME ??0MCS_TTrq@@QAE@ABV0@@Z @1782 NONAME ??0MCS_TTrq@@QAE@IW4TagClass@PASN_Object@@@Z @1783 NONAME ??0MCS_TVcf@@QAE@ABV0@@Z @1784 NONAME ??0MCS_TVcf@@QAE@IW4TagClass@PASN_Object@@@Z @1785 NONAME ??0MCS_TVin@@QAE@ABV0@@Z @1786 NONAME ??0MCS_TVin@@QAE@IW4TagClass@PASN_Object@@@Z @1787 NONAME ??0MCS_TVrq@@QAE@ABV0@@Z @1788 NONAME ??0MCS_TVrq@@QAE@IW4TagClass@PASN_Object@@@Z @1789 NONAME ??0MCS_TVrs@@QAE@ABV0@@Z @1790 NONAME ??0MCS_TVrs@@QAE@IW4TagClass@PASN_Object@@@Z @1791 NONAME ??0MCS_UserId@@QAE@ABV0@@Z @1792 NONAME ??0MCS_UserId@@QAE@IW4TagClass@PASN_Object@@@Z @1793 NONAME ??0MCS_USin@@QAE@ABV0@@Z @1794 NONAME ??0MCS_USin@@QAE@IW4TagClass@PASN_Object@@@Z @1795 NONAME ??0MCS_USrq@@QAE@ABV0@@Z @1796 NONAME ??0MCS_USrq@@QAE@IW4TagClass@PASN_Object@@@Z @1797 NONAME ??0MonitorMain_PNotifier@H323Gatekeeper@@QAE@PAV1@@Z @30554 NONAME ??0MonitorMain_PNotifier@H323GatekeeperServer@@QAE@PAV1@@Z @30243 NONAME ??0MonitorMain_PNotifier@H323PeerElement@@QAE@PAV1@@Z @34919 NONAME ??0MSIPAddress@PILSSession@@QAE@K@Z @37938 NONAME ??0MXRecordList@PDNS@@IAE@HPBV01@@Z @52784 NONAME ??0MXRecordList@PDNS@@QAE@XZ @52785 NONAME ??0OnCallIntrudeTimeOut_PNotifier@H45011Handler@@QAE@PAV1@@Z @30730 NONAME ??0OnCallTransferTimeOut_PNotifier@H4502Handler@@QAE@PAV1@@Z @29677 NONAME ??0OnLoadModule_PNotifier@PPluginModuleManager@@QAE@PAV1@@Z @50680 NONAME ??0OnUserInputInBandDTMF_PNotifier@H323Connection@@QAE@PAV1@@Z @29984 NONAME ??0OnUserInputInlineRFC2833_PNotifier@H323Connection@@QAE@PAV1@@Z @29888 NONAME ??0OpalFactoryCodec@@QAE@XZ @52365 NONAME ??0OpalG711ALaw64kFormat@@QAE@XZ @50823 NONAME ??0OpalG711ALaw64k_Base@@QAE@XZ @52366 NONAME ??0OpalG711ALaw64k_Decoder@@QAE@XZ @52367 NONAME ??0OpalG711ALaw64k_Encoder@@QAE@XZ @52368 NONAME ??0OpalG711uLaw64kFormat@@QAE@XZ @50824 NONAME ??0OpalG711uLaw64k_Base@@QAE@XZ @52369 NONAME ??0OpalG711uLaw64k_Decoder@@QAE@XZ @52370 NONAME ??0OpalG711uLaw64k_Encoder@@QAE@XZ @52371 NONAME ??0OpalG7231A_5k3Format@@QAE@XZ @50825 NONAME ??0OpalG7231A_6k3Format@@QAE@XZ @50826 NONAME ??0OpalG7231_5k3Format@@QAE@XZ @50827 NONAME ??0OpalG7231_6k3Format@@QAE@XZ @50828 NONAME ??0OpalG728Format@@QAE@XZ @50829 NONAME ??0OpalG729ABFormat@@QAE@XZ @50830 NONAME ??0OpalG729AFormat@@QAE@XZ @50831 NONAME ??0OpalG729BFormat@@QAE@XZ @50832 NONAME ??0OpalG729Format@@QAE@XZ @50833 NONAME ??0OpalGloballyUniqueID@@QAE@ABV0@@Z @20702 NONAME ??0OpalGloballyUniqueID@@QAE@ABVPASN_OctetString@@@Z @20681 NONAME ??0OpalGloballyUniqueID@@QAE@ABVPString@@@Z @20682 NONAME ??0OpalGloballyUniqueID@@QAE@PBD@Z @20699 NONAME ??0OpalGloballyUniqueID@@QAE@XZ @20683 NONAME ??0OpalGSM0610Format@@QAE@XZ @50834 NONAME ??0OpalH261Format@@QAE@XZ @50835 NONAME ??0OpalInstantiateMe@@QAE@XZ @52991 NONAME ??0OpalIxJDevice@@QAE@XZ @1798 NONAME ??0OpalLineChannel@@QAE@AAVOpalLineInterfaceDevice@@IABVH323AudioCodec@@@Z @17556 NONAME ??0OpalLineInterfaceDevice@@QAE@XZ @1800 NONAME ??0OpalMediaFormat@@QAE@ABV0@@Z @20586 NONAME ??0OpalMediaFormat@@QAE@PBDH@Z @20587 NONAME ??0OpalMediaFormat@@QAE@PBDIW4PayloadTypes@RTP_DataFrame@@HIHIIJ@Z @53796 NONAME ??0OpalMediaFormat@@QAE@XZ @20589 NONAME ??0OpalPCM16Format@@QAE@XZ @50837 NONAME ??0OpalPluginCodec@@QAE@PAUPluginCodec_Definition@@@Z @52372 NONAME ??0OpalPluginMediaFormat@@QAE@PAUPluginCodec_Definition@@IHIIJ@Z @50838 NONAME ??0OpalRFC2190H263Format@@QAE@XZ @53797 NONAME ??0OpalRFC2833@@QAE@ABVPNotifier@@@Z @29889 NONAME ??0OpalRFC2833Info@@QAE@DII@Z @29890 NONAME ??0OpalRtpToWavFile@@QAE@ABVPString@@@Z @30594 NONAME ??0OpalRtpToWavFile@@QAE@XZ @30595 NONAME ??0OpalT120Format@@QAE@XZ @50839 NONAME ??0OpalT120Protocol@@QAE@XZ @28017 NONAME ??0OpalT38Protocol@@QAE@XZ @28018 NONAME ??0OpalUserInputRFC2833Format@@QAE@XZ @50840 NONAME ??0OpalVoipBlasterDevice@@QAE@XZ @29729 NONAME ??0OpalVXMLSession@@QAE@PAVH323Connection@@PAVPTextToSpeech@@H@Z @31366 NONAME ??0OpalWAVFile@@QAE@ABVPFilePath@@W4OpenMode@PFile@@HI@Z @30705 NONAME ??0OpalWAVFile@@QAE@I@Z @30706 NONAME ??0OpalWAVFile@@QAE@W4OpenMode@PFile@@HI@Z @30707 NONAME ??0P64Decoder@@IAE@XZ @1802 NONAME ??0P64Encoder@@QAE@HH@Z @20485 NONAME ??0PASN_Boolean@@QAE@ABV0@@Z @1810 NONAME ??0PASN_ConstrainedObject@@QAE@ABV0@@Z @1811 NONAME ??0PASN_ConstrainedString@@QAE@ABV0@@Z @1812 NONAME ??0PASN_Enumeration@@QAE@ABV0@@Z @1813 NONAME ??0PASN_GeneralisedTime@@QAE@ABV0@@Z @22979 NONAME ??0PASN_GeneralisedTime@@QAE@IW4TagClass@PASN_Object@@@Z @22980 NONAME ??0PASN_GeneralString@@QAE@ABV0@@Z @24669 NONAME ??0PASN_IA5String@@QAE@ABV0@@Z @1814 NONAME ??0PASN_Integer@@QAE@ABV0@@Z @1815 NONAME ??0PASN_Null@@QAE@ABV0@@Z @1816 NONAME ??0PASN_NumericString@@QAE@ABV0@@Z @1817 NONAME ??0PASN_Object@@QAE@ABV0@@Z @1818 NONAME ??0PASN_PrintableString@@QAE@ABV0@@Z @1819 NONAME ??0PASN_Stream@@QAE@ABV0@@Z @30322 NONAME ??0PASN_VisibleString@@QAE@ABV0@@Z @22981 NONAME ??0PCriticalSection@@QAE@ABV0@@Z @53932 NONAME ??0PLDAPAttr_c@RTPerson@PILSSession@@QAE@XZ @37762 NONAME ??0PLDAPAttr_cn@RTPerson@PILSSession@@QAE@XZ @37763 NONAME ??0PLDAPAttr_comment@RTPerson@PILSSession@@QAE@XZ @37764 NONAME ??0PLDAPAttr_givenName@RTPerson@PILSSession@@QAE@XZ @37765 NONAME ??0PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@QAE@XZ @37766 NONAME ??0PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@QAE@XZ @37767 NONAME ??0PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@QAE@XZ @37768 NONAME ??0PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@QAE@XZ @37769 NONAME ??0PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@QAE@XZ @37770 NONAME ??0PLDAPAttr_location@RTPerson@PILSSession@@QAE@XZ @37771 NONAME ??0PLDAPAttr_o@RTPerson@PILSSession@@QAE@XZ @37772 NONAME ??0PLDAPAttr_objectClass@RTPerson@PILSSession@@QAE@XZ @37773 NONAME ??0PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@QAE@XZ @37774 NONAME ??0PLDAPAttr_sappguid@RTPerson@PILSSession@@QAE@XZ @37775 NONAME ??0PLDAPAttr_sappid@RTPerson@PILSSession@@QAE@XZ @37776 NONAME ??0PLDAPAttr_sflags@RTPerson@PILSSession@@QAE@XZ @37777 NONAME ??0PLDAPAttr_sipAddress@RTPerson@PILSSession@@QAE@XZ @37778 NONAME ??0PLDAPAttr_smimetype@RTPerson@PILSSession@@QAE@XZ @37779 NONAME ??0PLDAPAttr_smodop@RTPerson@PILSSession@@QAE@XZ @37780 NONAME ??0PLDAPAttr_sport@RTPerson@PILSSession@@QAE@XZ @37781 NONAME ??0PLDAPAttr_sprotid@RTPerson@PILSSession@@QAE@XZ @37782 NONAME ??0PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@QAE@XZ @37783 NONAME ??0PLDAPAttr_ssecurity@RTPerson@PILSSession@@QAE@XZ @37784 NONAME ??0PLDAPAttr_sttl@RTPerson@PILSSession@@QAE@XZ @37785 NONAME ??0PLDAPAttr_surname@RTPerson@PILSSession@@QAE@XZ @37786 NONAME ??0PLDAPAttr_timestamp@RTPerson@PILSSession@@QAE@XZ @37787 NONAME ??0PluginLoader@@QAE@XZ @52992 NONAME ??0PMediaFormatInstantiateMe@@QAE@XZ @53016 NONAME ??0POrdinalKey@@QAE@ABV0@@Z @37457 NONAME ??0PortInfo@H323EndPoint@@QAE@XZ @31242 NONAME ??0PPER_Stream@@QAE@ABV0@@Z @30323 NONAME ??0PQoS@@QAE@ABV0@@Z @50657 NONAME ??0Pre_Vid_Coder@@QAE@XZ @1829 NONAME ??0PSortedStringList@@QAE@XZ @38195 NONAME ??0PSync@@QAE@ABV0@@Z @53933 NONAME ??0PUInt32b@@QAE@K@Z @34818 NONAME ??0PUInt32l@@QAE@XZ @28811 NONAME ??0PWAVFileConverter@@QAE@XZ @52185 NONAME ??0PWAVFileConverterALaw@@QAE@XZ @52186 NONAME ??0PWAVFileConverterULaw@@QAE@XZ @52187 NONAME ??0PWAVFileConverterXLaw@@QAE@XZ @52188 NONAME ??0Q931@@QAE@ABV0@@Z @31222 NONAME ??0Q931@@QAE@XZ @1831 NONAME ??0ReceivedPacket_PNotifier@OpalRFC2833@@QAE@PAV1@@Z @29891 NONAME ??0ReceivedPacket_PNotifier@OpalRtpToWavFile@@QAE@PAV1@@Z @30596 NONAME ??0ReceiverReport@RTP_Session@@QAE@XZ @17014 NONAME ??0ReceiveTimeout_PNotifier@OpalRFC2833@@QAE@PAV1@@Z @29892 NONAME ??0Request@H323Transactor@@QAE@IAAVH323TransactionPDU@@@Z @37361 NONAME ??0Request@H323Transactor@@QAE@IAAVH323TransactionPDU@@ABVH323TransportAddressArray@@@Z @37362 NONAME ??0Response@H323Transactor@@QAE@ABV01@@Z @37363 NONAME ??0Response@H323Transactor@@QAE@ABVH323TransportAddress@@I@Z @37364 NONAME ??0RFC2190_FfmpgLink@@QAE@XZ @53798 NONAME ??0RTPerson@PILSSession@@QAE@XZ @37788 NONAME ??0RTP_ControlFrame@@QAE@H@Z @1833 NONAME ??0RTP_DataFrame@@QAE@H@Z @1834 NONAME ??0RTP_JitterBuffer@@QAE@AAVRTP_Session@@IIH@Z @31654 NONAME ??0RTP_JitterBufferAnalyser@@QAE@XZ @17128 NONAME ??0RTP_QOS@@QAE@ABV0@@Z @50658 NONAME ??0RTP_Session@@QAE@IPAVRTP_UserData@@@Z @1836 NONAME ??0RTP_SessionManager@@QAE@ABV0@@Z @31458 NONAME ??0RTP_SessionManager@@QAE@XZ @1837 NONAME ??0RTP_UDP@@QAE@IH@Z @50630 NONAME ??0RTP_UserData@@QAE@XZ @1839 NONAME ??0SenderReport@RTP_Session@@QAE@XZ @17015 NONAME ??0SlowHandler_PNotifier@H323Transaction@@QAE@PAV1@@Z @37586 NONAME ??0SourceDescription@RTP_Session@@QAE@K@Z @17016 NONAME ??0SRVRecordList@PDNS@@IAE@HPBV01@@Z @52786 NONAME ??0SRVRecordList@PDNS@@QAE@XZ @52787 NONAME ??0StatusHandler_PNotifier@OpalVoipBlasterDevice@@QAE@PAV1@@Z @29730 NONAME ??0StringMap@H323GatekeeperServer@@QAE@ABVPString@@0@Z @31682 NONAME ??0T120ConnectPDU@@QAE@XZ @30009 NONAME ??0T120_X224@@QAE@XZ @30010 NONAME ??0T38_ArrayOf_PASN_OctetString@@QAE@ABV0@@Z @28019 NONAME ??0T38_ArrayOf_PASN_OctetString@@QAE@IW4TagClass@PASN_Object@@@Z @28020 NONAME ??0T38_Data_Field@@QAE@ABV0@@Z @28021 NONAME ??0T38_Data_Field@@QAE@IW4TagClass@PASN_Object@@@Z @28022 NONAME ??0T38_Data_Field_subtype@@QAE@ABV0@@Z @28023 NONAME ??0T38_Data_Field_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @28024 NONAME ??0T38_Data_Field_subtype_field_type@@QAE@ABV0@@Z @28025 NONAME ??0T38_Data_Field_subtype_field_type@@QAE@IW4TagClass@PASN_Object@@@Z @28026 NONAME ??0T38_IFPPacket@@QAE@ABV0@@Z @28027 NONAME ??0T38_IFPPacket@@QAE@IW4TagClass@PASN_Object@@@Z @28028 NONAME ??0T38_PreCorrigendum_Data_Field@@QAE@ABV0@@Z @31697 NONAME ??0T38_PreCorrigendum_Data_Field@@QAE@IW4TagClass@PASN_Object@@@Z @31698 NONAME ??0T38_PreCorrigendum_Data_Field_subtype@@QAE@ABV0@@Z @31699 NONAME ??0T38_PreCorrigendum_Data_Field_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @31700 NONAME ??0T38_PreCorrigendum_Data_Field_subtype_field_type@@QAE@ABV0@@Z @31701 NONAME ??0T38_PreCorrigendum_Data_Field_subtype_field_type@@QAE@IW4TagClass@PASN_Object@@@Z @31702 NONAME ??0T38_PreCorrigendum_IFPPacket@@QAE@ABV0@@Z @31703 NONAME ??0T38_PreCorrigendum_IFPPacket@@QAE@IW4TagClass@PASN_Object@@@Z @31704 NONAME ??0T38_Type_of_msg@@QAE@ABV0@@Z @28029 NONAME ??0T38_Type_of_msg@@QAE@IW4TagClass@PASN_Object@@@Z @28030 NONAME ??0T38_Type_of_msg_data@@QAE@ABV0@@Z @28031 NONAME ??0T38_Type_of_msg_data@@QAE@IW4TagClass@PASN_Object@@@Z @28032 NONAME ??0T38_Type_of_msg_t30_indicator@@QAE@ABV0@@Z @28033 NONAME ??0T38_Type_of_msg_t30_indicator@@QAE@IW4TagClass@PASN_Object@@@Z @28034 NONAME ??0T38_UDPTLPacket@@QAE@ABV0@@Z @28035 NONAME ??0T38_UDPTLPacket@@QAE@IW4TagClass@PASN_Object@@@Z @28036 NONAME ??0T38_UDPTLPacket_error_recovery@@QAE@ABV0@@Z @28037 NONAME ??0T38_UDPTLPacket_error_recovery@@QAE@IW4TagClass@PASN_Object@@@Z @28038 NONAME ??0T38_UDPTLPacket_error_recovery_fec_info@@QAE@ABV0@@Z @28039 NONAME ??0T38_UDPTLPacket_error_recovery_fec_info@@QAE@IW4TagClass@PASN_Object@@@Z @28040 NONAME ??0T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@QAE@ABV0@@Z @28041 NONAME ??0T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@QAE@IW4TagClass@PASN_Object@@@Z @28042 NONAME ??0T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@QAE@ABV0@@Z @28043 NONAME ??0T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @28044 NONAME ??0T38_UDPTLPacket_primary_ifp_packet@@QAE@ABV0@@Z @28045 NONAME ??0T38_UDPTLPacket_primary_ifp_packet@@QAE@IW4TagClass@PASN_Object@@@Z @28046 NONAME ??0TickleMonitor_PNotifier@H323Gatekeeper@@QAE@PAV1@@Z @30555 NONAME ??0TransmitEnded_PNotifier@OpalRFC2833@@QAE@PAV1@@Z @29893 NONAME ??0TransmitPacket_PNotifier@OpalRFC2833@@QAE@PAV1@@Z @29894 NONAME ??0Transmitter@@QAE@XZ @1840 NONAME ??0UpdateAllDescriptors_PNotifier@H323PeerElement@@QAE@PAV1@@Z @37458 NONAME ??0VideoFrame@@QAE@HH@Z @20487 NONAME ??0VideoFrame@@QAE@PAEHH@Z @1841 NONAME ??0VoipBlasterInterface@@QAE@XZ @29731 NONAME ??0Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@QAE@ABVPString@@@Z @52373 NONAME ??0Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@QAE@ABVPString@@@Z @52374 NONAME ??0Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@QAE@ABVPString@@@Z @52375 NONAME ??0Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@QAE@ABVPString@@@Z @52376 NONAME ??0Worker@OpalPluginCodecFactory@@QAE@ABVPString@@PAUPluginCodec_Definition@@@Z @52377 NONAME ??0WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@IAE@_N@Z @52788 NONAME ??0WorkerBase@?$PFactory@VH323Capability@@VPString@@@@IAE@PAVH323Capability@@@Z @51621 NONAME ??0WorkerBase@?$PFactory@VH323Capability@@VPString@@@@IAE@_N@Z @51622 NONAME ??0WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@IAE@_N@Z @52378 NONAME ??0WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@IAE@PAVOpalMediaFormat@@@Z @51623 NONAME ??0WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@IAE@_N@Z @51624 NONAME ??0WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@IAE@_N@Z @51625 NONAME ??0WorkerBase@?$PFactory@VPWAVFileConverter@@I@@IAE@_N@Z @52189 NONAME ??0X224@@QAE@XZ @1843 NONAME ??0X880_Code@@QAE@ABV0@@Z @21119 NONAME ??0X880_Code@@QAE@IW4TagClass@PASN_Object@@@Z @21120 NONAME ??0X880_GeneralProblem@@QAE@ABV0@@Z @21121 NONAME ??0X880_GeneralProblem@@QAE@IW4TagClass@PASN_Object@@@Z @21122 NONAME ??0X880_Invoke@@QAE@ABV0@@Z @21123 NONAME ??0X880_Invoke@@QAE@IW4TagClass@PASN_Object@@@Z @21124 NONAME ??0X880_InvokeId@@QAE@ABV0@@Z @21125 NONAME ??0X880_InvokeId@@QAE@IW4TagClass@PASN_Object@@@Z @21126 NONAME ??0X880_InvokeProblem@@QAE@ABV0@@Z @21127 NONAME ??0X880_InvokeProblem@@QAE@IW4TagClass@PASN_Object@@@Z @21128 NONAME ??0X880_Reject@@QAE@ABV0@@Z @21129 NONAME ??0X880_Reject@@QAE@IW4TagClass@PASN_Object@@@Z @21130 NONAME ??0X880_RejectProblem@@QAE@ABV0@@Z @21131 NONAME ??0X880_RejectProblem@@QAE@IW4TagClass@PASN_Object@@@Z @21132 NONAME ??0X880_Reject_problem@@QAE@ABV0@@Z @21133 NONAME ??0X880_Reject_problem@@QAE@IW4TagClass@PASN_Object@@@Z @21134 NONAME ??0X880_ReturnError@@QAE@ABV0@@Z @21135 NONAME ??0X880_ReturnError@@QAE@IW4TagClass@PASN_Object@@@Z @21136 NONAME ??0X880_ReturnErrorProblem@@QAE@ABV0@@Z @21137 NONAME ??0X880_ReturnErrorProblem@@QAE@IW4TagClass@PASN_Object@@@Z @21138 NONAME ??0X880_ReturnResult@@QAE@ABV0@@Z @21139 NONAME ??0X880_ReturnResult@@QAE@IW4TagClass@PASN_Object@@@Z @21140 NONAME ??0X880_ReturnResultProblem@@QAE@ABV0@@Z @21141 NONAME ??0X880_ReturnResultProblem@@QAE@IW4TagClass@PASN_Object@@@Z @21142 NONAME ??0X880_ReturnResult_result@@QAE@ABV0@@Z @21143 NONAME ??0X880_ReturnResult_result@@QAE@IW4TagClass@PASN_Object@@@Z @21144 NONAME ??0X880_ROS@@QAE@ABV0@@Z @21145 NONAME ??0X880_ROS@@QAE@IW4TagClass@PASN_Object@@@Z @21146 NONAME ??0_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE@PAU012@00ABU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@D@Z @52190 NONAME ??0_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU012@00ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@D@Z @52789 NONAME ??0_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU012@00ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@D@Z @51626 NONAME ??0_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU012@00ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@D@Z @52379 NONAME ??0_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU012@00ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@D@Z @51627 NONAME ??0_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU012@00ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@2@D@Z @51628 NONAME ??1?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UAE@XZ @27647 NONAME ??1?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UAE@XZ @27648 NONAME ??1?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UAE@XZ @27649 NONAME ??1?$H235_HASHED@VH235_EncodedGeneralToken@@@@UAE@XZ @27650 NONAME ??1?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UAE@XZ @27651 NONAME ??1?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UAE@XZ @27652 NONAME ??1?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UAE@XZ @27653 NONAME ??1?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UAE@XZ @27654 NONAME ??1?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UAE@XZ @27655 NONAME ??1?$H235_SIGNED@VH235_EncodedReturnSig@@@@UAE@XZ @27656 NONAME ??1?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@@std@@QAE@XZ @52191 NONAME ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@@std@@QAE@XZ @52790 NONAME ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@@std@@QAE@XZ @51629 NONAME ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@@std@@QAE@XZ @51630 NONAME ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@@std@@QAE@XZ @52380 NONAME ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@@std@@QAE@XZ @51631 NONAME ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@QAE@XZ @52791 NONAME ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@QAE@XZ @51632 NONAME ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@QAE@XZ @51633 NONAME ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@QAE@XZ @52381 NONAME ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@QAE@XZ @51634 NONAME ??1?$PArray@V?$PList@VH323Capability@@@@@@UAE@XZ @1855 NONAME ??1?$PArray@VH323SimultaneousCapabilities@@@@UAE@XZ @1856 NONAME ??1?$PArray@VH323TransportAddress@@@@UAE@XZ @28413 NONAME ??1?$PArray@VPASN_Object@@@@UAE@XZ @17017 NONAME ??1?$PArray@VReceiverReport@RTP_Session@@@@UAE@XZ @17018 NONAME ??1?$PArray@VSourceDescription@RTP_Session@@@@UAE@XZ @17019 NONAME ??1?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UAE@XZ @1857 NONAME ??1?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UAE@XZ @32091 NONAME ??1?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UAE@XZ @28960 NONAME ??1?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UAE@XZ @1858 NONAME ??1?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UAE@XZ @37365 NONAME ??1?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UAE@XZ @1859 NONAME ??1?$PDictionary@VPString@@VH323Connection@@@@UAE@XZ @1860 NONAME ??1?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UAE@XZ @28414 NONAME ??1?$PDictionary@VPString@@VPLDAPAttributeBase@@@@UAE@XZ @37789 NONAME ??1?$PDictionary@VPString@@VPOrdinalKey@@@@UAE@XZ @37459 NONAME ??1?$PFactory@VH235Authenticator@@VPString@@@@MAE@XZ @52792 NONAME ??1?$PFactory@VH323Capability@@VPString@@@@MAE@XZ @51635 NONAME ??1?$PFactory@VH323StaticPluginCodec@@VPString@@@@MAE@XZ @51636 NONAME ??1?$PFactory@VOpalFactoryCodec@@VPString@@@@MAE@XZ @52382 NONAME ??1?$PFactory@VOpalMediaFormat@@VPString@@@@MAE@XZ @51637 NONAME ??1?$PFactory@VPWAVFileConverter@@I@@MAE@XZ @52192 NONAME ??1?$PList@VH235Authenticator@@@@UAE@XZ @28812 NONAME ??1?$PList@VH245_GenericParameter@@@@UAE@XZ @53283 NONAME ??1?$PList@VH263Packet@@@@UAE@XZ @53799 NONAME ??1?$PList@VH323Capability@@@@UAE@XZ @1861 NONAME ??1?$PList@VH323Channel@@@@UAE@XZ @1862 NONAME ??1?$PList@VH323GatekeeperListener@@@@UAE@XZ @28415 NONAME ??1?$PList@VH323Listener@@@@UAE@XZ @1864 NONAME ??1?$PList@VH323Transactor@@@@UAE@XZ @34921 NONAME ??1?$PList@VH450xHandler@@@@UAE@XZ @28961 NONAME ??1?$PList@VOpalMediaFormat@@@@UAE@XZ @20590 NONAME ??1?$PList@VPBYTEArray@@@@UAE@XZ @34556 NONAME ??1?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UAE@XZ @31624 NONAME ??1?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UAE@XZ @37174 NONAME ??1?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UAE@XZ @37175 NONAME ??1?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@UAE@XZ @31625 NONAME ??1?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UAE@XZ @31626 NONAME ??1?$PSafePtr@VH323GatekeeperCall@@@@UAE@XZ @30382 NONAME ??1?$PSafePtr@VH323PeerElementDescriptor@@@@UAE@XZ @37176 NONAME ??1?$PSafePtr@VH323PeerElementServiceRelationship@@@@UAE@XZ @37177 NONAME ??1?$PSafePtr@VH323RegisteredEndPoint@@@@UAE@XZ @30383 NONAME ??1?$PSafeSortedList@VH323GatekeeperCall@@@@UAE@XZ @31627 NONAME ??1?$PSafeSortedList@VH323PeerElementDescriptor@@@@UAE@XZ @37178 NONAME ??1?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@UAE@XZ @37179 NONAME ??1?$PSet@VPOrdinalKey@@@@UAE@XZ @37460 NONAME ??1?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@UAE@XZ @30814 NONAME ??1?$PSortedList@VH225_AliasAddress@@@@UAE@XZ @37587 NONAME ??1?$PSortedList@VH323GatekeeperCall@@@@UAE@XZ @28416 NONAME ??1?$PSortedList@VH323PeerElementDescriptor@@@@UAE@XZ @37180 NONAME ??1?$PSortedList@VH323PeerElementServiceRelationship@@@@UAE@XZ @37181 NONAME ??1?$PSortedList@VMXRecord@PDNS@@@@UAE@XZ @52793 NONAME ??1?$PSortedList@VResponse@H323Transactor@@@@UAE@XZ @37366 NONAME ??1?$PSortedList@VSRVRecord@PDNS@@@@UAE@XZ @52794 NONAME ??1?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAE@XZ @52795 NONAME ??1?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@UAE@XZ @52796 NONAME ??1?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@UAE@XZ @52797 NONAME ??1?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@UAE@XZ @52798 NONAME ??1?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@UAE@XZ @51638 NONAME ??1?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @51639 NONAME ??1?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @51640 NONAME ??1?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @51641 NONAME ??1?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @51642 NONAME ??1?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @51643 NONAME ??1?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @51644 NONAME ??1?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @51645 NONAME ??1?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @51646 NONAME ??1?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @51647 NONAME ??1?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @51648 NONAME ??1?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @51649 NONAME ??1?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @51650 NONAME ??1?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @51651 NONAME ??1?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @51652 NONAME ??1?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @51653 NONAME ??1?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @51654 NONAME ??1?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @51655 NONAME ??1?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @51656 NONAME ??1?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @51657 NONAME ??1?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @51658 NONAME ??1?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @51659 NONAME ??1?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @51660 NONAME ??1?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @51661 NONAME ??1?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @51662 NONAME ??1?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @51663 NONAME ??1?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @51664 NONAME ??1?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @51665 NONAME ??1?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @51666 NONAME ??1?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @51667 NONAME ??1?$Worker@VOpalRFC2190H263Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @53800 NONAME ??1?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @51668 NONAME ??1?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @51669 NONAME ??1?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@UAE@XZ @52993 NONAME ??1?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@UAE@XZ @52193 NONAME ??1?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@UAE@XZ @52194 NONAME ??1?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE@XZ @52195 NONAME ??1?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @52799 NONAME ??1?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @51670 NONAME ??1?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @51671 NONAME ??1?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @52383 NONAME ??1?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @51672 NONAME ??1AdmissionRequestResponseInfo@@QAE@XZ @29206 NONAME ??1AliasKey@H323PeerElement@@UAE@XZ @37588 NONAME ??1AlternateInfo@H323Gatekeeper@@UAE@XZ @30815 NONAME ??1ByteQueue@OpalVoipBlasterDevice@@UAE@XZ @29732 NONAME ??1CodecReadAnalyser@@QAE@XZ @28962 NONAME ??1Encoder@@UAE@XZ @53054 NONAME ??1Entry@RTP_JitterBuffer@@UAE@XZ @1865 NONAME ??1FilterInfo@H323Codec@@UAE@XZ @29970 NONAME ??1FullP64Decoder@@UAE@XZ @1867 NONAME ??1G7231_File_Capability@@UAE@XZ @30932 NONAME ??1G7231_File_Codec@@UAE@XZ @30933 NONAME ??1GCC_AlternativeNodeID@@UAE@XZ @1868 NONAME ??1GCC_ApplicationInvokeIndication@@UAE@XZ @1869 NONAME ??1GCC_ApplicationInvokeSpecifier@@UAE@XZ @1870 NONAME ??1GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@UAE@XZ @1871 NONAME ??1GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UAE@XZ @1872 NONAME ??1GCC_ApplicationRecord@@UAE@XZ @1873 NONAME ??1GCC_ApplicationRecord_nonCollapsingCapabilities@@UAE@XZ @1874 NONAME ??1GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UAE@XZ @1875 NONAME ??1GCC_ArrayOf_ApplicationInvokeSpecifier@@UAE@XZ @1876 NONAME ??1GCC_ArrayOf_ChallengeItem@@UAE@XZ @1877 NONAME ??1GCC_ArrayOf_ConferenceDescriptor@@UAE@XZ @1878 NONAME ??1GCC_ArrayOf_Privilege@@UAE@XZ @1879 NONAME ??1GCC_ArrayOf_TextString@@UAE@XZ @1880 NONAME ??1GCC_ArrayOf_UserID@@UAE@XZ @1881 NONAME ??1GCC_AsymmetryIndicator@@UAE@XZ @1882 NONAME ??1GCC_CapabilityClass@@UAE@XZ @1883 NONAME ??1GCC_CapabilityID@@UAE@XZ @1884 NONAME ??1GCC_ChallengeItem@@UAE@XZ @1885 NONAME ??1GCC_ChallengeRequest@@UAE@XZ @1886 NONAME ??1GCC_ChallengeResponse@@UAE@XZ @1887 NONAME ??1GCC_ChallengeResponseAlgorithm@@UAE@XZ @1888 NONAME ??1GCC_ChallengeResponseItem@@UAE@XZ @1889 NONAME ??1GCC_ChannelID@@UAE@XZ @1890 NONAME ??1GCC_ChannelType@@UAE@XZ @1891 NONAME ??1GCC_ConductorAssignIndication@@UAE@XZ @1892 NONAME ??1GCC_ConductorPermissionAskIndication@@UAE@XZ @1893 NONAME ??1GCC_ConductorPermissionGrantIndication@@UAE@XZ @1894 NONAME ??1GCC_ConductorReleaseIndication@@UAE@XZ @1895 NONAME ??1GCC_ConferenceAddRequest@@UAE@XZ @1896 NONAME ??1GCC_ConferenceAddResponse@@UAE@XZ @1897 NONAME ??1GCC_ConferenceAddResponse_result@@UAE@XZ @1898 NONAME ??1GCC_ConferenceAssistanceIndication@@UAE@XZ @1899 NONAME ??1GCC_ConferenceCreateRequest@@UAE@XZ @1900 NONAME ??1GCC_ConferenceCreateResponse@@UAE@XZ @1901 NONAME ??1GCC_ConferenceCreateResponse_result@@UAE@XZ @1902 NONAME ??1GCC_ConferenceDescriptor@@UAE@XZ @1903 NONAME ??1GCC_ConferenceEjectUserIndication@@UAE@XZ @1904 NONAME ??1GCC_ConferenceEjectUserIndication_reason@@UAE@XZ @1905 NONAME ??1GCC_ConferenceEjectUserRequest@@UAE@XZ @1906 NONAME ??1GCC_ConferenceEjectUserRequest_reason@@UAE@XZ @1907 NONAME ??1GCC_ConferenceEjectUserResponse@@UAE@XZ @1908 NONAME ??1GCC_ConferenceEjectUserResponse_result@@UAE@XZ @1909 NONAME ??1GCC_ConferenceInviteRequest@@UAE@XZ @1910 NONAME ??1GCC_ConferenceInviteResponse@@UAE@XZ @1911 NONAME ??1GCC_ConferenceInviteResponse_result@@UAE@XZ @1912 NONAME ??1GCC_ConferenceJoinRequest@@UAE@XZ @1913 NONAME ??1GCC_ConferenceJoinResponse@@UAE@XZ @1914 NONAME ??1GCC_ConferenceJoinResponse_result@@UAE@XZ @1915 NONAME ??1GCC_ConferenceLockIndication@@UAE@XZ @1916 NONAME ??1GCC_ConferenceLockRequest@@UAE@XZ @1917 NONAME ??1GCC_ConferenceLockResponse@@UAE@XZ @1918 NONAME ??1GCC_ConferenceLockResponse_result@@UAE@XZ @1919 NONAME ??1GCC_ConferenceName@@UAE@XZ @1920 NONAME ??1GCC_ConferenceNameModifier@@UAE@XZ @1921 NONAME ??1GCC_ConferenceNameSelector@@UAE@XZ @1922 NONAME ??1GCC_ConferencePriority@@UAE@XZ @1923 NONAME ??1GCC_ConferencePriorityScheme@@UAE@XZ @1924 NONAME ??1GCC_ConferenceQueryRequest@@UAE@XZ @1925 NONAME ??1GCC_ConferenceQueryResponse@@UAE@XZ @1926 NONAME ??1GCC_ConferenceQueryResponse_result@@UAE@XZ @1927 NONAME ??1GCC_ConferenceTerminateIndication@@UAE@XZ @1928 NONAME ??1GCC_ConferenceTerminateIndication_reason@@UAE@XZ @1929 NONAME ??1GCC_ConferenceTerminateRequest@@UAE@XZ @1930 NONAME ??1GCC_ConferenceTerminateRequest_reason@@UAE@XZ @1931 NONAME ??1GCC_ConferenceTerminateResponse@@UAE@XZ @1932 NONAME ??1GCC_ConferenceTerminateResponse_result@@UAE@XZ @1933 NONAME ??1GCC_ConferenceTimeExtendIndication@@UAE@XZ @1934 NONAME ??1GCC_ConferenceTimeInquireIndication@@UAE@XZ @1935 NONAME ??1GCC_ConferenceTimeRemainingIndication@@UAE@XZ @1936 NONAME ??1GCC_ConferenceTransferIndication@@UAE@XZ @1937 NONAME ??1GCC_ConferenceTransferRequest@@UAE@XZ @1938 NONAME ??1GCC_ConferenceTransferResponse@@UAE@XZ @1939 NONAME ??1GCC_ConferenceTransferResponse_result@@UAE@XZ @1940 NONAME ??1GCC_ConferenceUnlockIndication@@UAE@XZ @1941 NONAME ??1GCC_ConferenceUnlockRequest@@UAE@XZ @1942 NONAME ??1GCC_ConferenceUnlockResponse@@UAE@XZ @1943 NONAME ??1GCC_ConferenceUnlockResponse_result@@UAE@XZ @1944 NONAME ??1GCC_ConnectData@@UAE@XZ @1945 NONAME ??1GCC_ConnectGCCPDU@@UAE@XZ @1946 NONAME ??1GCC_DialingString@@UAE@XZ @1947 NONAME ??1GCC_DynamicChannelID@@UAE@XZ @1948 NONAME ??1GCC_DynamicTokenID@@UAE@XZ @1949 NONAME ??1GCC_EntityID@@UAE@XZ @1950 NONAME ??1GCC_ExtraDialingString@@UAE@XZ @1951 NONAME ??1GCC_FunctionNotSupportedResponse@@UAE@XZ @1952 NONAME ??1GCC_GCCPDU@@UAE@XZ @1953 NONAME ??1GCC_H221NonStandardIdentifier@@UAE@XZ @1954 NONAME ??1GCC_Handle@@UAE@XZ @1955 NONAME ??1GCC_IndicationPDU@@UAE@XZ @1956 NONAME ??1GCC_Key@@UAE@XZ @1957 NONAME ??1GCC_NetworkAddress@@UAE@XZ @1958 NONAME ??1GCC_NetworkAddress_subtype@@UAE@XZ @1959 NONAME ??1GCC_NetworkAddress_subtype_aggregatedChannel@@UAE@XZ @1960 NONAME ??1GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UAE@XZ @1961 NONAME ??1GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UAE@XZ @1962 NONAME ??1GCC_NetworkAddress_subtype_transportConnection@@UAE@XZ @1963 NONAME ??1GCC_NodeProperties@@UAE@XZ @1964 NONAME ??1GCC_NodeRecord@@UAE@XZ @1965 NONAME ??1GCC_NodeType@@UAE@XZ @1966 NONAME ??1GCC_NonStandardParameter@@UAE@XZ @1967 NONAME ??1GCC_NonStandardPDU@@UAE@XZ @1968 NONAME ??1GCC_Password@@UAE@XZ @1969 NONAME ??1GCC_PasswordChallengeRequestResponse@@UAE@XZ @1970 NONAME ??1GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UAE@XZ @1971 NONAME ??1GCC_PasswordSelector@@UAE@XZ @1972 NONAME ??1GCC_Privilege@@UAE@XZ @1973 NONAME ??1GCC_RegistryAllocateHandleRequest@@UAE@XZ @1974 NONAME ??1GCC_RegistryAllocateHandleResponse@@UAE@XZ @1975 NONAME ??1GCC_RegistryAllocateHandleResponse_result@@UAE@XZ @1976 NONAME ??1GCC_RegistryAssignTokenRequest@@UAE@XZ @1977 NONAME ??1GCC_RegistryDeleteEntryRequest@@UAE@XZ @1978 NONAME ??1GCC_RegistryEntryOwner@@UAE@XZ @1979 NONAME ??1GCC_RegistryEntryOwner_owned@@UAE@XZ @1980 NONAME ??1GCC_RegistryItem@@UAE@XZ @1981 NONAME ??1GCC_RegistryKey@@UAE@XZ @1982 NONAME ??1GCC_RegistryModificationRights@@UAE@XZ @1983 NONAME ??1GCC_RegistryMonitorEntryIndication@@UAE@XZ @1984 NONAME ??1GCC_RegistryMonitorEntryRequest@@UAE@XZ @1985 NONAME ??1GCC_RegistryRegisterChannelRequest@@UAE@XZ @1986 NONAME ??1GCC_RegistryResponse@@UAE@XZ @1987 NONAME ??1GCC_RegistryResponse_primitiveType@@UAE@XZ @1988 NONAME ??1GCC_RegistryResponse_result@@UAE@XZ @1989 NONAME ??1GCC_RegistryRetrieveEntryRequest@@UAE@XZ @1990 NONAME ??1GCC_RegistrySetParameterRequest@@UAE@XZ @1991 NONAME ??1GCC_RequestPDU@@UAE@XZ @1992 NONAME ??1GCC_ResponsePDU@@UAE@XZ @1993 NONAME ??1GCC_RosterUpdateIndication@@UAE@XZ @1994 NONAME ??1GCC_RosterUpdateIndication_applicationInformation@@UAE@XZ @1995 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype@@UAE@XZ @1996 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@UAE@XZ @1997 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@UAE@XZ @1998 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UAE@XZ @1999 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@UAE@XZ @2000 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@UAE@XZ @2001 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UAE@XZ @2002 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@UAE@XZ @2003 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UAE@XZ @2004 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@UAE@XZ @2005 NONAME ??1GCC_RosterUpdateIndication_nodeInformation@@UAE@XZ @2006 NONAME ??1GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@UAE@XZ @2007 NONAME ??1GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@UAE@XZ @2008 NONAME ??1GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UAE@XZ @2009 NONAME ??1GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@UAE@XZ @2010 NONAME ??1GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UAE@XZ @2011 NONAME ??1GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@UAE@XZ @2012 NONAME ??1GCC_SessionKey@@UAE@XZ @2013 NONAME ??1GCC_SimpleNumericString@@UAE@XZ @2014 NONAME ??1GCC_SimpleTextString@@UAE@XZ @2015 NONAME ??1GCC_StaticChannelID@@UAE@XZ @2016 NONAME ??1GCC_StaticTokenID@@UAE@XZ @2017 NONAME ??1GCC_SubAddressString@@UAE@XZ @2018 NONAME ??1GCC_TerminationMethod@@UAE@XZ @2019 NONAME ??1GCC_TextMessageIndication@@UAE@XZ @2020 NONAME ??1GCC_TextString@@UAE@XZ @2021 NONAME ??1GCC_Time@@UAE@XZ @2022 NONAME ??1GCC_TokenID@@UAE@XZ @2023 NONAME ??1GCC_UserData@@UAE@XZ @2024 NONAME ??1GCC_UserData_subtype@@UAE@XZ @2025 NONAME ??1GCC_UserID@@UAE@XZ @2026 NONAME ??1GCC_UserIDIndication@@UAE@XZ @2027 NONAME ??1H225CallThread@@UAE@XZ @2029 NONAME ??1H225TransportThread@@UAE@XZ @2031 NONAME ??1H225_AddressPattern@@UAE@XZ @24670 NONAME ??1H225_AddressPattern_range@@UAE@XZ @24671 NONAME ??1H225_AdmissionConfirm@@UAE@XZ @2032 NONAME ??1H225_AdmissionConfirm_language@@UAE@XZ @24672 NONAME ??1H225_AdmissionReject@@UAE@XZ @2033 NONAME ??1H225_AdmissionRejectReason@@UAE@XZ @2034 NONAME ??1H225_AdmissionRequest@@UAE@XZ @2035 NONAME ??1H225_Alerting_UUIE@@UAE@XZ @2036 NONAME ??1H225_AliasAddress@@UAE@XZ @2037 NONAME ??1H225_AlternateGK@@UAE@XZ @2038 NONAME ??1H225_AlternateTransportAddresses@@UAE@XZ @24673 NONAME ??1H225_AltGKInfo@@UAE@XZ @2039 NONAME ??1H225_ANSI_41_UIM@@UAE@XZ @24674 NONAME ??1H225_ANSI_41_UIM_system_id@@UAE@XZ @24675 NONAME ??1H225_ArrayOf_AddressPattern@@UAE@XZ @24676 NONAME ??1H225_ArrayOf_AdmissionConfirm@@UAE@XZ @38416 NONAME ??1H225_ArrayOf_AliasAddress@@UAE@XZ @2040 NONAME ??1H225_ArrayOf_AlternateGK@@UAE@XZ @2041 NONAME ??1H225_ArrayOf_AuthenticationMechanism@@UAE@XZ @2042 NONAME ??1H225_ArrayOf_BandwidthDetails@@UAE@XZ @24677 NONAME ??1H225_ArrayOf_CallReferenceValue@@UAE@XZ @2043 NONAME ??1H225_ArrayOf_CallsAvailable@@UAE@XZ @24678 NONAME ??1H225_ArrayOf_ClearToken@@UAE@XZ @2044 NONAME ??1H225_ArrayOf_ConferenceIdentifier@@UAE@XZ @2045 NONAME ??1H225_ArrayOf_ConferenceList@@UAE@XZ @2046 NONAME ??1H225_ArrayOf_CryptoH323Token@@UAE@XZ @2047 NONAME ??1H225_ArrayOf_DataRate@@UAE@XZ @2048 NONAME ??1H225_ArrayOf_Endpoint@@UAE@XZ @2049 NONAME ??1H225_ArrayOf_EnumeratedParameter@@UAE@XZ @24679 NONAME ??1H225_ArrayOf_ExtendedAliasAddress@@UAE@XZ @24680 NONAME ??1H225_ArrayOf_FeatureDescriptor@@UAE@XZ @24681 NONAME ??1H225_ArrayOf_GenericData@@UAE@XZ @24682 NONAME ??1H225_ArrayOf_H245Security@@UAE@XZ @2050 NONAME ??1H225_ArrayOf_H248PackagesDescriptor@@UAE@XZ @24683 NONAME ??1H225_ArrayOf_IntegrityMechanism@@UAE@XZ @2051 NONAME ??1H225_ArrayOf_NonStandardParameter@@UAE@XZ @2052 NONAME ??1H225_ArrayOf_PartyNumber@@UAE@XZ @24684 NONAME ??1H225_ArrayOf_PASN_ObjectId@@UAE@XZ @2053 NONAME ??1H225_ArrayOf_PASN_OctetString@@UAE@XZ @2054 NONAME ??1H225_ArrayOf_RasUsageSpecification@@UAE@XZ @24685 NONAME ??1H225_ArrayOf_RTPSession@@UAE@XZ @2055 NONAME ??1H225_ArrayOf_ServiceControlSession@@UAE@XZ @24686 NONAME ??1H225_ArrayOf_SupportedPrefix@@UAE@XZ @2056 NONAME ??1H225_ArrayOf_SupportedProtocols@@UAE@XZ @2057 NONAME ??1H225_ArrayOf_TransportAddress@@UAE@XZ @2058 NONAME ??1H225_ArrayOf_TransportChannelInfo@@UAE@XZ @2059 NONAME ??1H225_ArrayOf_TunnelledProtocol@@UAE@XZ @24687 NONAME ??1H225_BandRejectReason@@UAE@XZ @2060 NONAME ??1H225_BandWidth@@UAE@XZ @2061 NONAME ??1H225_BandwidthConfirm@@UAE@XZ @2062 NONAME ??1H225_BandwidthDetails@@UAE@XZ @24688 NONAME ??1H225_BandwidthReject@@UAE@XZ @2063 NONAME ??1H225_BandwidthRequest@@UAE@XZ @2064 NONAME ??1H225_CallCapacity@@UAE@XZ @24689 NONAME ??1H225_CallCapacityInfo@@UAE@XZ @24690 NONAME ??1H225_CallCreditCapability@@UAE@XZ @24691 NONAME ??1H225_CallCreditServiceControl@@UAE@XZ @24692 NONAME ??1H225_CallCreditServiceControl_billingMode@@UAE@XZ @24693 NONAME ??1H225_CallCreditServiceControl_callStartingPoint@@UAE@XZ @24694 NONAME ??1H225_CallIdentifier@@UAE@XZ @2065 NONAME ??1H225_CallLinkage@@UAE@XZ @24695 NONAME ??1H225_CallModel@@UAE@XZ @2066 NONAME ??1H225_CallProceeding_UUIE@@UAE@XZ @2067 NONAME ??1H225_CallReferenceValue@@UAE@XZ @2068 NONAME ??1H225_CallsAvailable@@UAE@XZ @24696 NONAME ??1H225_CallTerminationCause@@UAE@XZ @24697 NONAME ??1H225_CallType@@UAE@XZ @2069 NONAME ??1H225_CapacityReportingCapability@@UAE@XZ @24698 NONAME ??1H225_CapacityReportingSpecification@@UAE@XZ @24699 NONAME ??1H225_CapacityReportingSpecification_when@@UAE@XZ @24700 NONAME ??1H225_CarrierInfo@@UAE@XZ @38417 NONAME ??1H225_CicInfo@@UAE@XZ @24701 NONAME ??1H225_CicInfo_cic@@UAE@XZ @24702 NONAME ??1H225_CircuitIdentifier@@UAE@XZ @24703 NONAME ??1H225_CircuitInfo@@UAE@XZ @24704 NONAME ??1H225_ConferenceIdentifier@@UAE@XZ @2070 NONAME ??1H225_ConferenceList@@UAE@XZ @2071 NONAME ??1H225_Connect_UUIE@@UAE@XZ @2072 NONAME ??1H225_Connect_UUIE_language@@UAE@XZ @24705 NONAME ??1H225_Content@@UAE@XZ @24706 NONAME ??1H225_CryptoH323Token@@UAE@XZ @2073 NONAME ??1H225_CryptoH323Token_cryptoEPPwdHash@@UAE@XZ @2074 NONAME ??1H225_CryptoH323Token_cryptoGKPwdHash@@UAE@XZ @2075 NONAME ??1H225_DataRate@@UAE@XZ @2076 NONAME ??1H225_DisengageConfirm@@UAE@XZ @2077 NONAME ??1H225_DisengageReason@@UAE@XZ @2078 NONAME ??1H225_DisengageReject@@UAE@XZ @2079 NONAME ??1H225_DisengageRejectReason@@UAE@XZ @2080 NONAME ??1H225_DisengageRequest@@UAE@XZ @2081 NONAME ??1H225_EncodedFastStartToken@@UAE@XZ @27657 NONAME ??1H225_EncryptIntAlg@@UAE@XZ @2082 NONAME ??1H225_Endpoint@@UAE@XZ @2083 NONAME ??1H225_EndpointIdentifier@@UAE@XZ @2084 NONAME ??1H225_EndpointType@@UAE@XZ @2085 NONAME ??1H225_EnumeratedParameter@@UAE@XZ @24707 NONAME ??1H225_ExtendedAliasAddress@@UAE@XZ @24708 NONAME ??1H225_FacilityReason@@UAE@XZ @2086 NONAME ??1H225_Facility_UUIE@@UAE@XZ @2087 NONAME ??1H225_FastStartToken@@UAE@XZ @2088 NONAME ??1H225_FeatureDescriptor@@UAE@XZ @24709 NONAME ??1H225_FeatureSet@@UAE@XZ @24710 NONAME ??1H225_GatekeeperConfirm@@UAE@XZ @2089 NONAME ??1H225_GatekeeperIdentifier@@UAE@XZ @2090 NONAME ??1H225_GatekeeperInfo@@UAE@XZ @2091 NONAME ??1H225_GatekeeperReject@@UAE@XZ @2092 NONAME ??1H225_GatekeeperRejectReason@@UAE@XZ @2093 NONAME ??1H225_GatekeeperRequest@@UAE@XZ @2094 NONAME ??1H225_GatewayInfo@@UAE@XZ @2095 NONAME ??1H225_GenericData@@UAE@XZ @24711 NONAME ??1H225_GenericIdentifier@@UAE@XZ @24712 NONAME ??1H225_GloballyUniqueID@@UAE@XZ @2096 NONAME ??1H225_GroupID@@UAE@XZ @24713 NONAME ??1H225_GroupID_member@@UAE@XZ @24714 NONAME ??1H225_GSM_UIM@@UAE@XZ @24715 NONAME ??1H225_H221NonStandard@@UAE@XZ @2097 NONAME ??1H225_H245Security@@UAE@XZ @2098 NONAME ??1H225_H248PackagesDescriptor@@UAE@XZ @24716 NONAME ??1H225_H248SignalsDescriptor@@UAE@XZ @24717 NONAME ??1H225_H310Caps@@UAE@XZ @2099 NONAME ??1H225_H320Caps@@UAE@XZ @2100 NONAME ??1H225_H321Caps@@UAE@XZ @2101 NONAME ??1H225_H322Caps@@UAE@XZ @2102 NONAME ??1H225_H323Caps@@UAE@XZ @2103 NONAME ??1H225_H323_UserInformation@@UAE@XZ @2104 NONAME ??1H225_H323_UserInformation_user_data@@UAE@XZ @2105 NONAME ??1H225_H323_UU_PDU@@UAE@XZ @2106 NONAME ??1H225_H323_UU_PDU_h323_message_body@@UAE@XZ @2107 NONAME ??1H225_H323_UU_PDU_tunnelledSignallingMessage@@UAE@XZ @24718 NONAME ??1H225_H324Caps@@UAE@XZ @2108 NONAME ??1H225_ICV@@UAE@XZ @2109 NONAME ??1H225_InfoRequest@@UAE@XZ @2110 NONAME ??1H225_InfoRequestAck@@UAE@XZ @2111 NONAME ??1H225_InfoRequestNak@@UAE@XZ @2112 NONAME ??1H225_InfoRequestNakReason@@UAE@XZ @2113 NONAME ??1H225_InfoRequestResponse@@UAE@XZ @2114 NONAME ??1H225_InfoRequestResponseStatus@@UAE@XZ @24719 NONAME ??1H225_InfoRequestResponse_perCallInfo@@UAE@XZ @2115 NONAME ??1H225_InfoRequestResponse_perCallInfo_subtype@@UAE@XZ @2116 NONAME ??1H225_InfoRequestResponse_perCallInfo_subtype_pdu@@UAE@XZ @2117 NONAME ??1H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UAE@XZ @2118 NONAME ??1H225_Information_UUIE@@UAE@XZ @2119 NONAME ??1H225_IntegrityMechanism@@UAE@XZ @2120 NONAME ??1H225_LocationConfirm@@UAE@XZ @2121 NONAME ??1H225_LocationReject@@UAE@XZ @2122 NONAME ??1H225_LocationRejectReason@@UAE@XZ @2123 NONAME ??1H225_LocationRequest@@UAE@XZ @2124 NONAME ??1H225_McuInfo@@UAE@XZ @2125 NONAME ??1H225_MobileUIM@@UAE@XZ @24720 NONAME ??1H225_NonIsoIntegrityMechanism@@UAE@XZ @2126 NONAME ??1H225_NonStandardIdentifier@@UAE@XZ @2127 NONAME ??1H225_NonStandardMessage@@UAE@XZ @2128 NONAME ??1H225_NonStandardParameter@@UAE@XZ @2129 NONAME ??1H225_NonStandardProtocol@@UAE@XZ @2130 NONAME ??1H225_Notify_UUIE@@UAE@XZ @24721 NONAME ??1H225_NumberDigits@@UAE@XZ @2131 NONAME ??1H225_PartyNumber@@UAE@XZ @2132 NONAME ??1H225_PresentationIndicator@@UAE@XZ @24722 NONAME ??1H225_PrivatePartyNumber@@UAE@XZ @2133 NONAME ??1H225_PrivateTypeOfNumber@@UAE@XZ @2134 NONAME ??1H225_Progress_UUIE@@UAE@XZ @2135 NONAME ??1H225_ProtocolIdentifier@@UAE@XZ @2136 NONAME ??1H225_PublicPartyNumber@@UAE@XZ @2137 NONAME ??1H225_PublicTypeOfNumber@@UAE@XZ @2138 NONAME ??1H225_Q954Details@@UAE@XZ @2139 NONAME ??1H225_QseriesOptions@@UAE@XZ @2140 NONAME ??1H225_RAS@@UAE@XZ @27905 NONAME ??1H225_RasMessage@@UAE@XZ @2141 NONAME ??1H225_RasUsageInformation@@UAE@XZ @24723 NONAME ??1H225_RasUsageInfoTypes@@UAE@XZ @24724 NONAME ??1H225_RasUsageSpecification@@UAE@XZ @24725 NONAME ??1H225_RasUsageSpecification_callStartingPoint@@UAE@XZ @24726 NONAME ??1H225_RasUsageSpecification_when@@UAE@XZ @24727 NONAME ??1H225_RegistrationConfirm@@UAE@XZ @2142 NONAME ??1H225_RegistrationConfirm_preGrantedARQ@@UAE@XZ @2143 NONAME ??1H225_RegistrationReject@@UAE@XZ @2144 NONAME ??1H225_RegistrationRejectReason@@UAE@XZ @2145 NONAME ??1H225_RegistrationRejectReason_invalidTerminalAliases@@UAE@XZ @24728 NONAME ??1H225_RegistrationRequest@@UAE@XZ @2146 NONAME ??1H225_ReleaseCompleteReason@@UAE@XZ @2147 NONAME ??1H225_ReleaseComplete_UUIE@@UAE@XZ @2148 NONAME ??1H225_RequestInProgress@@UAE@XZ @2149 NONAME ??1H225_RequestSeqNum@@UAE@XZ @2150 NONAME ??1H225_ResourcesAvailableConfirm@@UAE@XZ @2151 NONAME ??1H225_ResourcesAvailableIndicate@@UAE@XZ @2152 NONAME ??1H225_RTPSession@@UAE@XZ @2153 NONAME ??1H225_RTPSession_associatedSessionIds@@UAE@XZ @2154 NONAME ??1H225_ScnConnectionAggregation@@UAE@XZ @24729 NONAME ??1H225_ScnConnectionType@@UAE@XZ @24730 NONAME ??1H225_ScreeningIndicator@@UAE@XZ @24731 NONAME ??1H225_SecurityCapabilities@@UAE@XZ @2155 NONAME ??1H225_SecurityErrors2@@UAE@XZ @38418 NONAME ??1H225_SecurityErrors@@UAE@XZ @38419 NONAME ??1H225_SecurityServiceMode@@UAE@XZ @2156 NONAME ??1H225_ServiceControlDescriptor@@UAE@XZ @24732 NONAME ??1H225_ServiceControlIndication@@UAE@XZ @24733 NONAME ??1H225_ServiceControlIndication_callSpecific@@UAE@XZ @24734 NONAME ??1H225_ServiceControlResponse@@UAE@XZ @24735 NONAME ??1H225_ServiceControlResponse_result@@UAE@XZ @24736 NONAME ??1H225_ServiceControlSession@@UAE@XZ @24737 NONAME ??1H225_ServiceControlSession_reason@@UAE@XZ @24738 NONAME ??1H225_SetupAcknowledge_UUIE@@UAE@XZ @24739 NONAME ??1H225_Setup_UUIE@@UAE@XZ @2157 NONAME ??1H225_Setup_UUIE_conferenceGoal@@UAE@XZ @2158 NONAME ??1H225_Setup_UUIE_connectionParameters@@UAE@XZ @24740 NONAME ??1H225_Setup_UUIE_language@@UAE@XZ @24741 NONAME ??1H225_SIPCaps@@UAE@XZ @38420 NONAME ??1H225_StatusInquiry_UUIE@@UAE@XZ @24742 NONAME ??1H225_Status_UUIE@@UAE@XZ @24743 NONAME ??1H225_StimulusControl@@UAE@XZ @24744 NONAME ??1H225_SupportedPrefix@@UAE@XZ @2159 NONAME ??1H225_SupportedProtocols@@UAE@XZ @2160 NONAME ??1H225_T120OnlyCaps@@UAE@XZ @2161 NONAME ??1H225_T38FaxAnnexbOnlyCaps@@UAE@XZ @24745 NONAME ??1H225_TBCD_STRING@@UAE@XZ @24746 NONAME ??1H225_TerminalInfo@@UAE@XZ @2162 NONAME ??1H225_TimeToLive@@UAE@XZ @2163 NONAME ??1H225_TransportAddress@@UAE@XZ @2164 NONAME ??1H225_TransportAddress_ip6Address@@UAE@XZ @2165 NONAME ??1H225_TransportAddress_ipAddress@@UAE@XZ @2166 NONAME ??1H225_TransportAddress_ipSourceRoute@@UAE@XZ @2167 NONAME ??1H225_TransportAddress_ipSourceRoute_route@@UAE@XZ @2168 NONAME ??1H225_TransportAddress_ipSourceRoute_routing@@UAE@XZ @2169 NONAME ??1H225_TransportAddress_ipxAddress@@UAE@XZ @2170 NONAME ??1H225_TransportChannelInfo@@UAE@XZ @2171 NONAME ??1H225_TransportQOS@@UAE@XZ @2172 NONAME ??1H225_TunnelledProtocol@@UAE@XZ @24747 NONAME ??1H225_TunnelledProtocolAlternateIdentifier@@UAE@XZ @24748 NONAME ??1H225_TunnelledProtocol_id@@UAE@XZ @24749 NONAME ??1H225_UnknownMessageResponse@@UAE@XZ @2173 NONAME ??1H225_UnregistrationConfirm@@UAE@XZ @2174 NONAME ??1H225_UnregistrationReject@@UAE@XZ @2175 NONAME ??1H225_UnregistrationRequest@@UAE@XZ @2176 NONAME ??1H225_UnregRejectReason@@UAE@XZ @2177 NONAME ??1H225_UnregRequestReason@@UAE@XZ @2178 NONAME ??1H225_UseSpecifiedTransport@@UAE@XZ @24750 NONAME ??1H225_UUIEsRequested@@UAE@XZ @2179 NONAME ??1H225_VendorIdentifier@@UAE@XZ @2180 NONAME ??1H225_VoiceCaps@@UAE@XZ @2181 NONAME ??1H235AuthCAT@@UAE@XZ @34819 NONAME ??1H235Authenticator@@UAE@XZ @28813 NONAME ??1H235Authenticators@@UAE@XZ @31283 NONAME ??1H235AuthProcedure1@@UAE@XZ @28814 NONAME ??1H235AuthSimpleMD5@@UAE@XZ @28815 NONAME ??1H235_AuthenticationBES@@UAE@XZ @28673 NONAME ??1H235_AuthenticationMechanism@@UAE@XZ @2182 NONAME ??1H235_ChallengeString@@UAE@XZ @2183 NONAME ??1H235_ClearToken@@UAE@XZ @2184 NONAME ??1H235_CryptoToken@@UAE@XZ @2185 NONAME ??1H235_CryptoToken_cryptoEncryptedToken@@UAE@XZ @2186 NONAME ??1H235_CryptoToken_cryptoHashedToken@@UAE@XZ @2187 NONAME ??1H235_CryptoToken_cryptoSignedToken@@UAE@XZ @2188 NONAME ??1H235_DHset@@UAE@XZ @2189 NONAME ??1H235_ECGDSASignature@@UAE@XZ @38421 NONAME ??1H235_ECKASDH@@UAE@XZ @28675 NONAME ??1H235_ECKASDH_eckasdh2@@UAE@XZ @28676 NONAME ??1H235_ECKASDH_eckasdhp@@UAE@XZ @28677 NONAME ??1H235_ECpoint@@UAE@XZ @38422 NONAME ??1H235_EncodedGeneralToken@@UAE@XZ @27658 NONAME ??1H235_EncodedKeySignedMaterial@@UAE@XZ @27659 NONAME ??1H235_EncodedKeySyncMaterial@@UAE@XZ @27660 NONAME ??1H235_EncodedPwdCertToken@@UAE@XZ @27661 NONAME ??1H235_EncodedReturnSig@@UAE@XZ @27662 NONAME ??1H235_H235CertificateSignature@@UAE@XZ @2190 NONAME ??1H235_H235Key@@UAE@XZ @2191 NONAME ??1H235_Identifier@@UAE@XZ @2192 NONAME ??1H235_IV16@@UAE@XZ @28678 NONAME ??1H235_IV8@@UAE@XZ @2193 NONAME ??1H235_KeyMaterial@@UAE@XZ @2194 NONAME ??1H235_KeySignedMaterial@@UAE@XZ @2195 NONAME ??1H235_KeySyncMaterial@@UAE@XZ @2196 NONAME ??1H235_NonStandardParameter@@UAE@XZ @2197 NONAME ??1H235_Params@@UAE@XZ @2198 NONAME ??1H235_Password@@UAE@XZ @2199 NONAME ??1H235_PwdCertToken@@UAE@XZ @2200 NONAME ??1H235_RandomVal@@UAE@XZ @2201 NONAME ??1H235_ReturnSig@@UAE@XZ @2202 NONAME ??1H235_TimeStamp@@UAE@XZ @2203 NONAME ??1H235_TypedCertificate@@UAE@XZ @2204 NONAME ??1H235_V3KeySyncMaterial@@UAE@XZ @38423 NONAME ??1H245NegLogicalChannel@@UAE@XZ @2205 NONAME ??1H245NegLogicalChannels@@UAE@XZ @2206 NONAME ??1H245NegMasterSlaveDetermination@@UAE@XZ @2207 NONAME ??1H245Negotiator@@UAE@XZ @2208 NONAME ??1H245NegRequestMode@@UAE@XZ @2209 NONAME ??1H245NegRoundTripDelay@@UAE@XZ @2210 NONAME ??1H245NegTerminalCapabilitySet@@UAE@XZ @2211 NONAME ??1H245TransportThread@@UAE@XZ @2212 NONAME ??1H245_AlternativeCapabilitySet@@UAE@XZ @2213 NONAME ??1H245_ArrayOf_AlternativeCapabilitySet@@UAE@XZ @2214 NONAME ??1H245_ArrayOf_BEnhancementParameters@@UAE@XZ @2215 NONAME ??1H245_ArrayOf_CapabilityDescriptor@@UAE@XZ @2216 NONAME ??1H245_ArrayOf_CapabilityDescriptorNumber@@UAE@XZ @2217 NONAME ??1H245_ArrayOf_CapabilityTableEntry@@UAE@XZ @2218 NONAME ??1H245_ArrayOf_CapabilityTableEntryNumber@@UAE@XZ @2219 NONAME ??1H245_ArrayOf_CommunicationModeTableEntry@@UAE@XZ @2220 NONAME ??1H245_ArrayOf_CustomPictureClockFrequency@@UAE@XZ @2221 NONAME ??1H245_ArrayOf_CustomPictureFormat@@UAE@XZ @2222 NONAME ??1H245_ArrayOf_DataApplicationCapability@@UAE@XZ @2223 NONAME ??1H245_ArrayOf_DialingInformationNetworkType@@UAE@XZ @24751 NONAME ??1H245_ArrayOf_DialingInformationNumber@@UAE@XZ @24752 NONAME ??1H245_ArrayOf_EnhancementOptions@@UAE@XZ @2224 NONAME ??1H245_ArrayOf_EscrowData@@UAE@XZ @2225 NONAME ??1H245_ArrayOf_GenericCapability@@UAE@XZ @53055 NONAME ??1H245_ArrayOf_GenericParameter@@UAE@XZ @24753 NONAME ??1H245_ArrayOf_H263ModeComboFlags@@UAE@XZ @2226 NONAME ??1H245_ArrayOf_H263VideoModeCombos@@UAE@XZ @2227 NONAME ??1H245_ArrayOf_MediaChannelCapability@@UAE@XZ @2228 NONAME ??1H245_ArrayOf_MediaDistributionCapability@@UAE@XZ @2229 NONAME ??1H245_ArrayOf_ModeDescription@@UAE@XZ @2230 NONAME ??1H245_ArrayOf_MultiplePayloadStreamElement@@UAE@XZ @38424 NONAME ??1H245_ArrayOf_MultiplePayloadStreamElementMode@@UAE@XZ @38425 NONAME ??1H245_ArrayOf_MultiplexElement@@UAE@XZ @2231 NONAME ??1H245_ArrayOf_MultiplexEntryDescriptor@@UAE@XZ @2232 NONAME ??1H245_ArrayOf_MultiplexEntryRejectionDescriptions@@UAE@XZ @2233 NONAME ??1H245_ArrayOf_MultiplexTableEntryNumber@@UAE@XZ @2234 NONAME ??1H245_ArrayOf_NonStandardParameter@@UAE@XZ @2235 NONAME ??1H245_ArrayOf_ParameterIdentifier@@UAE@XZ @24754 NONAME ??1H245_ArrayOf_PictureReference@@UAE@XZ @24755 NONAME ??1H245_ArrayOf_Q2931Address@@UAE@XZ @24756 NONAME ??1H245_ArrayOf_QOSCapability@@UAE@XZ @2236 NONAME ??1H245_ArrayOf_RedundancyEncodingCapability@@UAE@XZ @2237 NONAME ??1H245_ArrayOf_RedundancyEncodingDTModeElement@@UAE@XZ @38426 NONAME ??1H245_ArrayOf_RedundancyEncodingElement@@UAE@XZ @38427 NONAME ??1H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@UAE@XZ @2238 NONAME ??1H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@UAE@XZ @2239 NONAME ??1H245_ArrayOf_RTPPayloadType@@UAE@XZ @2240 NONAME ??1H245_ArrayOf_TerminalInformation@@UAE@XZ @2241 NONAME ??1H245_ArrayOf_TerminalLabel@@UAE@XZ @2242 NONAME ??1H245_ArrayOf_VCCapability@@UAE@XZ @2243 NONAME ??1H245_ArrayOf_VideoCapability@@UAE@XZ @53056 NONAME ??1H245_ATMParameters@@UAE@XZ @2244 NONAME ??1H245_AudioCapability@@UAE@XZ @2245 NONAME ??1H245_AudioCapability_g7231@@UAE@XZ @2246 NONAME ??1H245_AudioMode@@UAE@XZ @2247 NONAME ??1H245_AudioMode_g7231@@UAE@XZ @2248 NONAME ??1H245_AudioTelephonyEventCapability@@UAE@XZ @24757 NONAME ??1H245_AudioToneCapability@@UAE@XZ @24758 NONAME ??1H245_AuthenticationCapability@@UAE@XZ @2249 NONAME ??1H245_BEnhancementParameters@@UAE@XZ @2250 NONAME ??1H245_Capability@@UAE@XZ @2251 NONAME ??1H245_CapabilityDescriptor@@UAE@XZ @2252 NONAME ??1H245_CapabilityDescriptorNumber@@UAE@XZ @2253 NONAME ??1H245_CapabilityIdentifier@@UAE@XZ @24759 NONAME ??1H245_CapabilityTableEntry@@UAE@XZ @2254 NONAME ??1H245_CapabilityTableEntryNumber@@UAE@XZ @2255 NONAME ??1H245_Capability_h233EncryptionReceiveCapability@@UAE@XZ @2256 NONAME ??1H245_CertSelectionCriteria@@UAE@XZ @2257 NONAME ??1H245_CloseLogicalChannel@@UAE@XZ @2258 NONAME ??1H245_CloseLogicalChannelAck@@UAE@XZ @2259 NONAME ??1H245_CloseLogicalChannel_reason@@UAE@XZ @2260 NONAME ??1H245_CloseLogicalChannel_source@@UAE@XZ @2261 NONAME ??1H245_CommandMessage@@UAE@XZ @2262 NONAME ??1H245_CommunicationModeCommand@@UAE@XZ @2263 NONAME ??1H245_CommunicationModeRequest@@UAE@XZ @2264 NONAME ??1H245_CommunicationModeResponse@@UAE@XZ @2265 NONAME ??1H245_CommunicationModeTableEntry@@UAE@XZ @2266 NONAME ??1H245_CommunicationModeTableEntry_dataType@@UAE@XZ @2267 NONAME ??1H245_CompressionType@@UAE@XZ @2268 NONAME ??1H245_ConferenceCapability@@UAE@XZ @2269 NONAME ??1H245_ConferenceCommand@@UAE@XZ @2270 NONAME ??1H245_ConferenceID@@UAE@XZ @2271 NONAME ??1H245_ConferenceIndication@@UAE@XZ @2272 NONAME ??1H245_ConferenceRequest@@UAE@XZ @2273 NONAME ??1H245_ConferenceRequest_requestTerminalCertificate@@UAE@XZ @2274 NONAME ??1H245_ConferenceResponse@@UAE@XZ @2275 NONAME ??1H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@UAE@XZ @2276 NONAME ??1H245_ConferenceResponse_chairTokenOwnerResponse@@UAE@XZ @2277 NONAME ??1H245_ConferenceResponse_conferenceIDResponse@@UAE@XZ @2278 NONAME ??1H245_ConferenceResponse_extensionAddressResponse@@UAE@XZ @2279 NONAME ??1H245_ConferenceResponse_makeMeChairResponse@@UAE@XZ @2280 NONAME ??1H245_ConferenceResponse_makeTerminalBroadcasterResponse@@UAE@XZ @2281 NONAME ??1H245_ConferenceResponse_mCTerminalIDResponse@@UAE@XZ @2282 NONAME ??1H245_ConferenceResponse_passwordResponse@@UAE@XZ @2283 NONAME ??1H245_ConferenceResponse_sendThisSourceResponse@@UAE@XZ @2284 NONAME ??1H245_ConferenceResponse_terminalCertificateResponse@@UAE@XZ @2285 NONAME ??1H245_ConferenceResponse_terminalIDResponse@@UAE@XZ @2286 NONAME ??1H245_ConnectionIdentifier@@UAE@XZ @24760 NONAME ??1H245_CRCLength@@UAE@XZ @2287 NONAME ??1H245_Criteria@@UAE@XZ @2288 NONAME ??1H245_CustomPictureClockFrequency@@UAE@XZ @2289 NONAME ??1H245_CustomPictureFormat@@UAE@XZ @2290 NONAME ??1H245_CustomPictureFormat_mPI@@UAE@XZ @2291 NONAME ??1H245_CustomPictureFormat_mPI_customPCF@@UAE@XZ @2292 NONAME ??1H245_CustomPictureFormat_mPI_customPCF_subtype@@UAE@XZ @2293 NONAME ??1H245_CustomPictureFormat_pixelAspectInformation@@UAE@XZ @2294 NONAME ??1H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@UAE@XZ @2295 NONAME ??1H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UAE@XZ @2296 NONAME ??1H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@UAE@XZ @2297 NONAME ??1H245_DataApplicationCapability@@UAE@XZ @2298 NONAME ??1H245_DataApplicationCapability_application@@UAE@XZ @2299 NONAME ??1H245_DataApplicationCapability_application_nlpid@@UAE@XZ @2300 NONAME ??1H245_DataApplicationCapability_application_t38fax@@UAE@XZ @24761 NONAME ??1H245_DataApplicationCapability_application_t84@@UAE@XZ @2301 NONAME ??1H245_DataMode@@UAE@XZ @2302 NONAME ??1H245_DataMode_application@@UAE@XZ @2303 NONAME ??1H245_DataMode_application_nlpid@@UAE@XZ @2304 NONAME ??1H245_DataMode_application_t38fax@@UAE@XZ @24762 NONAME ??1H245_DataProtocolCapability@@UAE@XZ @2305 NONAME ??1H245_DataProtocolCapability_v76wCompression@@UAE@XZ @2306 NONAME ??1H245_DataType@@UAE@XZ @2307 NONAME ??1H245_DepFECCapability@@UAE@XZ @53419 NONAME ??1H245_DepFECCapability_rfc2733@@UAE@XZ @53420 NONAME ??1H245_DepFECCapability_rfc2733_separateStream@@UAE@XZ @53421 NONAME ??1H245_DepFECData@@UAE@XZ @53422 NONAME ??1H245_DepFECData_rfc2733@@UAE@XZ @53423 NONAME ??1H245_DepFECData_rfc2733_mode@@UAE@XZ @53424 NONAME ??1H245_DepFECData_rfc2733_mode_separateStream@@UAE@XZ @53425 NONAME ??1H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UAE@XZ @53426 NONAME ??1H245_DepFECData_rfc2733_mode_separateStream_samePort@@UAE@XZ @53427 NONAME ??1H245_DepFECMode@@UAE@XZ @53428 NONAME ??1H245_DepFECMode_rfc2733Mode@@UAE@XZ @53429 NONAME ??1H245_DepFECMode_rfc2733Mode_mode@@UAE@XZ @53430 NONAME ??1H245_DepFECMode_rfc2733Mode_mode_separateStream@@UAE@XZ @53431 NONAME ??1H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UAE@XZ @53432 NONAME ??1H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UAE@XZ @53433 NONAME ??1H245_DialingInformation@@UAE@XZ @24763 NONAME ??1H245_DialingInformationNetworkType@@UAE@XZ @24764 NONAME ??1H245_DialingInformationNumber@@UAE@XZ @24765 NONAME ??1H245_EncryptionAuthenticationAndIntegrity@@UAE@XZ @2308 NONAME ??1H245_EncryptionCapability@@UAE@XZ @2309 NONAME ??1H245_EncryptionCommand@@UAE@XZ @2310 NONAME ??1H245_EncryptionCommand_encryptionAlgorithmID@@UAE@XZ @2311 NONAME ??1H245_EncryptionMode@@UAE@XZ @2312 NONAME ??1H245_EncryptionSync@@UAE@XZ @2313 NONAME ??1H245_EncryptionUpdateDirection@@UAE@XZ @53057 NONAME ??1H245_EncryptionUpdateRequest@@UAE@XZ @2314 NONAME ??1H245_EndSessionCommand@@UAE@XZ @2315 NONAME ??1H245_EndSessionCommand_gstnOptions@@UAE@XZ @2316 NONAME ??1H245_EndSessionCommand_isdnOptions@@UAE@XZ @2317 NONAME ??1H245_EnhancementLayerInfo@@UAE@XZ @2318 NONAME ??1H245_EnhancementOptions@@UAE@XZ @2319 NONAME ??1H245_EscrowData@@UAE@XZ @2320 NONAME ??1H245_ExtendedVideoCapability@@UAE@XZ @53058 NONAME ??1H245_FECCapability@@UAE@XZ @38428 NONAME ??1H245_FECCapability_rfc2733Format@@UAE@XZ @53434 NONAME ??1H245_FECData@@UAE@XZ @38431 NONAME ??1H245_FECData_rfc2733@@UAE@XZ @38432 NONAME ??1H245_FECData_rfc2733_pktMode@@UAE@XZ @53435 NONAME ??1H245_FECData_rfc2733_pktMode_rfc2733diffport@@UAE@XZ @53436 NONAME ??1H245_FECData_rfc2733_pktMode_rfc2733sameport@@UAE@XZ @53437 NONAME ??1H245_FECMode@@UAE@XZ @38437 NONAME ??1H245_FECMode_rfc2733Format@@UAE@XZ @53438 NONAME ??1H245_FlowControlCommand@@UAE@XZ @2321 NONAME ??1H245_FlowControlCommand_restriction@@UAE@XZ @2322 NONAME ??1H245_FlowControlCommand_scope@@UAE@XZ @2323 NONAME ??1H245_FlowControlIndication@@UAE@XZ @24766 NONAME ??1H245_FlowControlIndication_restriction@@UAE@XZ @24767 NONAME ??1H245_FlowControlIndication_scope@@UAE@XZ @24768 NONAME ??1H245_FunctionNotSupported@@UAE@XZ @2324 NONAME ??1H245_FunctionNotSupported_cause@@UAE@XZ @2325 NONAME ??1H245_FunctionNotUnderstood@@UAE@XZ @2326 NONAME ??1H245_G7231AnnexCCapability@@UAE@XZ @2327 NONAME ??1H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UAE@XZ @2328 NONAME ??1H245_G7231AnnexCMode@@UAE@XZ @2329 NONAME ??1H245_G7231AnnexCMode_g723AnnexCAudioMode@@UAE@XZ @2330 NONAME ??1H245_G729Extensions@@UAE@XZ @24769 NONAME ??1H245_GenericCapability@@UAE@XZ @24770 NONAME ??1H245_GenericMessage@@UAE@XZ @53059 NONAME ??1H245_GenericParameter@@UAE@XZ @24771 NONAME ??1H245_GSMAudioCapability@@UAE@XZ @2331 NONAME ??1H245_H222Capability@@UAE@XZ @2332 NONAME ??1H245_H222LogicalChannelParameters@@UAE@XZ @2333 NONAME ??1H245_H223AL1MParameters@@UAE@XZ @2334 NONAME ??1H245_H223AL1MParameters_arqType@@UAE@XZ @2335 NONAME ??1H245_H223AL1MParameters_crcLength@@UAE@XZ @2336 NONAME ??1H245_H223AL1MParameters_headerFEC@@UAE@XZ @2337 NONAME ??1H245_H223AL1MParameters_transferMode@@UAE@XZ @2338 NONAME ??1H245_H223AL2MParameters@@UAE@XZ @2339 NONAME ??1H245_H223AL2MParameters_headerFEC@@UAE@XZ @2340 NONAME ??1H245_H223AL3MParameters@@UAE@XZ @2341 NONAME ??1H245_H223AL3MParameters_arqType@@UAE@XZ @2342 NONAME ??1H245_H223AL3MParameters_crcLength@@UAE@XZ @2343 NONAME ??1H245_H223AL3MParameters_headerFormat@@UAE@XZ @2344 NONAME ??1H245_H223AnnexCArqParameters@@UAE@XZ @2345 NONAME ??1H245_H223AnnexCArqParameters_numberOfRetransmissions@@UAE@XZ @2346 NONAME ??1H245_H223AnnexCCapability@@UAE@XZ @2347 NONAME ??1H245_H223Capability@@UAE@XZ @2348 NONAME ??1H245_H223Capability_h223MultiplexTableCapability@@UAE@XZ @2349 NONAME ??1H245_H223Capability_h223MultiplexTableCapability_enhanced@@UAE@XZ @2350 NONAME ??1H245_H223Capability_mobileMultilinkFrameCapability@@UAE@XZ @24772 NONAME ??1H245_H223Capability_mobileOperationTransmitCapability@@UAE@XZ @2351 NONAME ??1H245_H223LogicalChannelParameters@@UAE@XZ @2352 NONAME ??1H245_H223LogicalChannelParameters_adaptationLayerType@@UAE@XZ @2353 NONAME ??1H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UAE@XZ @2354 NONAME ??1H245_H223ModeParameters@@UAE@XZ @2355 NONAME ??1H245_H223ModeParameters_adaptationLayerType@@UAE@XZ @2356 NONAME ??1H245_H223ModeParameters_adaptationLayerType_al3@@UAE@XZ @2357 NONAME ??1H245_H223MultiplexReconfiguration@@UAE@XZ @2358 NONAME ??1H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@UAE@XZ @2359 NONAME ??1H245_H223MultiplexReconfiguration_h223ModeChange@@UAE@XZ @2360 NONAME ??1H245_H223SkewIndication@@UAE@XZ @2361 NONAME ??1H245_H2250Capability@@UAE@XZ @2362 NONAME ??1H245_H2250Capability_mcCapability@@UAE@XZ @2363 NONAME ??1H245_H2250LogicalChannelAckParameters@@UAE@XZ @2364 NONAME ??1H245_H2250LogicalChannelParameters@@UAE@XZ @2365 NONAME ??1H245_H2250LogicalChannelParameters_mediaPacketization@@UAE@XZ @2366 NONAME ??1H245_H2250MaximumSkewIndication@@UAE@XZ @2367 NONAME ??1H245_H2250ModeParameters@@UAE@XZ @2368 NONAME ??1H245_H235Media@@UAE@XZ @2369 NONAME ??1H245_H235Media_mediaType@@UAE@XZ @2370 NONAME ??1H245_H235Mode@@UAE@XZ @2371 NONAME ??1H245_H235Mode_mediaMode@@UAE@XZ @2372 NONAME ??1H245_H235SecurityCapability@@UAE@XZ @2373 NONAME ??1H245_H261VideoCapability@@UAE@XZ @2374 NONAME ??1H245_H261VideoMode@@UAE@XZ @2375 NONAME ??1H245_H261VideoMode_resolution@@UAE@XZ @2376 NONAME ??1H245_H262VideoCapability@@UAE@XZ @2377 NONAME ??1H245_H262VideoMode@@UAE@XZ @2378 NONAME ??1H245_H262VideoMode_profileAndLevel@@UAE@XZ @2379 NONAME ??1H245_H263ModeComboFlags@@UAE@XZ @2380 NONAME ??1H245_H263Options@@UAE@XZ @2381 NONAME ??1H245_H263Version3Options@@UAE@XZ @24773 NONAME ??1H245_H263VideoCapability@@UAE@XZ @2382 NONAME ??1H245_H263VideoMode@@UAE@XZ @2383 NONAME ??1H245_H263VideoModeCombos@@UAE@XZ @2384 NONAME ??1H245_H263VideoMode_resolution@@UAE@XZ @2385 NONAME ??1H245_IndicationMessage@@UAE@XZ @2386 NONAME ??1H245_IntegrityCapability@@UAE@XZ @2387 NONAME ??1H245_IS11172AudioCapability@@UAE@XZ @2388 NONAME ??1H245_IS11172AudioMode@@UAE@XZ @2389 NONAME ??1H245_IS11172AudioMode_audioLayer@@UAE@XZ @2390 NONAME ??1H245_IS11172AudioMode_audioSampling@@UAE@XZ @2391 NONAME ??1H245_IS11172AudioMode_multichannelType@@UAE@XZ @2392 NONAME ??1H245_IS11172VideoCapability@@UAE@XZ @2393 NONAME ??1H245_IS11172VideoMode@@UAE@XZ @2394 NONAME ??1H245_IS13818AudioCapability@@UAE@XZ @2395 NONAME ??1H245_IS13818AudioMode@@UAE@XZ @2396 NONAME ??1H245_IS13818AudioMode_audioLayer@@UAE@XZ @2397 NONAME ??1H245_IS13818AudioMode_audioSampling@@UAE@XZ @2398 NONAME ??1H245_IS13818AudioMode_multichannelType@@UAE@XZ @2399 NONAME ??1H245_IV16@@UAE@XZ @53060 NONAME ??1H245_IV8@@UAE@XZ @53061 NONAME ??1H245_JitterIndication@@UAE@XZ @2400 NONAME ??1H245_JitterIndication_scope@@UAE@XZ @2401 NONAME ??1H245_KeyProtectionMethod@@UAE@XZ @2402 NONAME ??1H245_LogicalChannelNumber@@UAE@XZ @2403 NONAME ??1H245_LogicalChannelRateAcknowledge@@UAE@XZ @24774 NONAME ??1H245_LogicalChannelRateReject@@UAE@XZ @24775 NONAME ??1H245_LogicalChannelRateRejectReason@@UAE@XZ @24776 NONAME ??1H245_LogicalChannelRateRelease@@UAE@XZ @24777 NONAME ??1H245_LogicalChannelRateRequest@@UAE@XZ @24778 NONAME ??1H245_MaintenanceLoopAck@@UAE@XZ @2404 NONAME ??1H245_MaintenanceLoopAck_type@@UAE@XZ @2405 NONAME ??1H245_MaintenanceLoopOffCommand@@UAE@XZ @2406 NONAME ??1H245_MaintenanceLoopReject@@UAE@XZ @2407 NONAME ??1H245_MaintenanceLoopReject_cause@@UAE@XZ @2408 NONAME ??1H245_MaintenanceLoopReject_type@@UAE@XZ @2409 NONAME ??1H245_MaintenanceLoopRequest@@UAE@XZ @2410 NONAME ??1H245_MaintenanceLoopRequest_type@@UAE@XZ @2411 NONAME ??1H245_MasterSlaveDetermination@@UAE@XZ @2412 NONAME ??1H245_MasterSlaveDeterminationAck@@UAE@XZ @2413 NONAME ??1H245_MasterSlaveDeterminationAck_decision@@UAE@XZ @2414 NONAME ??1H245_MasterSlaveDeterminationReject@@UAE@XZ @2415 NONAME ??1H245_MasterSlaveDeterminationReject_cause@@UAE@XZ @2416 NONAME ??1H245_MasterSlaveDeterminationRelease@@UAE@XZ @2417 NONAME ??1H245_MaximumBitRate@@UAE@XZ @24779 NONAME ??1H245_MaxRedundancy@@UAE@XZ @53439 NONAME ??1H245_MCLocationIndication@@UAE@XZ @2418 NONAME ??1H245_McuNumber@@UAE@XZ @2419 NONAME ??1H245_MediaChannelCapability@@UAE@XZ @2420 NONAME ??1H245_MediaDistributionCapability@@UAE@XZ @2421 NONAME ??1H245_MediaEncryptionAlgorithm@@UAE@XZ @2422 NONAME ??1H245_MediaPacketizationCapability@@UAE@XZ @2423 NONAME ??1H245_MediaTransportType@@UAE@XZ @2424 NONAME ??1H245_MediaTransportType_atm_AAL5_compressed@@UAE@XZ @24780 NONAME ??1H245_MiscellaneousCommand@@UAE@XZ @2425 NONAME ??1H245_MiscellaneousCommand_type@@UAE@XZ @2426 NONAME ??1H245_MiscellaneousCommand_type_encryptionUpdateAck@@UAE@XZ @53062 NONAME ??1H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UAE@XZ @53063 NONAME ??1H245_MiscellaneousCommand_type_lostPartialPicture@@UAE@XZ @24781 NONAME ??1H245_MiscellaneousCommand_type_progressiveRefinementStart@@UAE@XZ @2427 NONAME ??1H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@UAE@XZ @2428 NONAME ??1H245_MiscellaneousCommand_type_videoBadMBs@@UAE@XZ @24782 NONAME ??1H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UAE@XZ @2429 NONAME ??1H245_MiscellaneousCommand_type_videoFastUpdateMB@@UAE@XZ @2430 NONAME ??1H245_MiscellaneousIndication@@UAE@XZ @2431 NONAME ??1H245_MiscellaneousIndication_type@@UAE@XZ @2432 NONAME ??1H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UAE@XZ @2433 NONAME ??1H245_MobileMultilinkReconfigurationCommand@@UAE@XZ @24783 NONAME ??1H245_MobileMultilinkReconfigurationCommand_status@@UAE@XZ @24784 NONAME ??1H245_MobileMultilinkReconfigurationIndication@@UAE@XZ @24785 NONAME ??1H245_ModeDescription@@UAE@XZ @2434 NONAME ??1H245_ModeElement@@UAE@XZ @2435 NONAME ??1H245_ModeElementType@@UAE@XZ @38443 NONAME ??1H245_MulticastAddress@@UAE@XZ @2437 NONAME ??1H245_MulticastAddress_iP6Address@@UAE@XZ @2438 NONAME ??1H245_MulticastAddress_iPAddress@@UAE@XZ @2439 NONAME ??1H245_MultilinkIndication@@UAE@XZ @24786 NONAME ??1H245_MultilinkIndication_crcDesired@@UAE@XZ @24787 NONAME ??1H245_MultilinkIndication_excessiveError@@UAE@XZ @24788 NONAME ??1H245_MultilinkRequest@@UAE@XZ @24789 NONAME ??1H245_MultilinkRequest_addConnection@@UAE@XZ @24790 NONAME ??1H245_MultilinkRequest_callInformation@@UAE@XZ @24791 NONAME ??1H245_MultilinkRequest_maximumHeaderInterval@@UAE@XZ @24792 NONAME ??1H245_MultilinkRequest_maximumHeaderInterval_requestType@@UAE@XZ @24793 NONAME ??1H245_MultilinkRequest_removeConnection@@UAE@XZ @24794 NONAME ??1H245_MultilinkResponse@@UAE@XZ @24795 NONAME ??1H245_MultilinkResponse_addConnection@@UAE@XZ @24796 NONAME ??1H245_MultilinkResponse_addConnection_responseCode@@UAE@XZ @24797 NONAME ??1H245_MultilinkResponse_addConnection_responseCode_rejected@@UAE@XZ @24798 NONAME ??1H245_MultilinkResponse_callInformation@@UAE@XZ @24799 NONAME ??1H245_MultilinkResponse_maximumHeaderInterval@@UAE@XZ @24800 NONAME ??1H245_MultilinkResponse_removeConnection@@UAE@XZ @24801 NONAME ??1H245_MultimediaSystemControlMessage@@UAE@XZ @2440 NONAME ??1H245_MultiplePayloadStream@@UAE@XZ @38444 NONAME ??1H245_MultiplePayloadStreamCapability@@UAE@XZ @38445 NONAME ??1H245_MultiplePayloadStreamElement@@UAE@XZ @38446 NONAME ??1H245_MultiplePayloadStreamElementMode@@UAE@XZ @38447 NONAME ??1H245_MultiplePayloadStreamMode@@UAE@XZ @38448 NONAME ??1H245_MultiplexCapability@@UAE@XZ @2441 NONAME ??1H245_MultiplexedStreamCapability@@UAE@XZ @24802 NONAME ??1H245_MultiplexedStreamModeParameters@@UAE@XZ @24803 NONAME ??1H245_MultiplexedStreamParameter@@UAE@XZ @24804 NONAME ??1H245_MultiplexElement@@UAE@XZ @2442 NONAME ??1H245_MultiplexElement_repeatCount@@UAE@XZ @2443 NONAME ??1H245_MultiplexElement_type@@UAE@XZ @2444 NONAME ??1H245_MultiplexEntryDescriptor@@UAE@XZ @2445 NONAME ??1H245_MultiplexEntryRejectionDescriptions@@UAE@XZ @2446 NONAME ??1H245_MultiplexEntryRejectionDescriptions_cause@@UAE@XZ @2447 NONAME ??1H245_MultiplexEntrySend@@UAE@XZ @2448 NONAME ??1H245_MultiplexEntrySendAck@@UAE@XZ @2449 NONAME ??1H245_MultiplexEntrySendReject@@UAE@XZ @2450 NONAME ??1H245_MultiplexEntrySendRelease@@UAE@XZ @2451 NONAME ??1H245_MultiplexFormat@@UAE@XZ @24805 NONAME ??1H245_MultiplexTableEntryNumber@@UAE@XZ @2452 NONAME ??1H245_MultipointCapability@@UAE@XZ @2453 NONAME ??1H245_NetworkAccessParameters@@UAE@XZ @2454 NONAME ??1H245_NetworkAccessParameters_distribution@@UAE@XZ @2455 NONAME ??1H245_NetworkAccessParameters_networkAddress@@UAE@XZ @2456 NONAME ??1H245_NetworkAccessParameters_t120SetupProcedure@@UAE@XZ @2457 NONAME ??1H245_NewATMVCCommand@@UAE@XZ @24806 NONAME ??1H245_NewATMVCCommand_aal@@UAE@XZ @24807 NONAME ??1H245_NewATMVCCommand_aal_aal1@@UAE@XZ @24808 NONAME ??1H245_NewATMVCCommand_aal_aal1_clockRecovery@@UAE@XZ @24809 NONAME ??1H245_NewATMVCCommand_aal_aal1_errorCorrection@@UAE@XZ @24810 NONAME ??1H245_NewATMVCCommand_aal_aal5@@UAE@XZ @24811 NONAME ??1H245_NewATMVCCommand_multiplex@@UAE@XZ @24812 NONAME ??1H245_NewATMVCCommand_reverseParameters@@UAE@XZ @24813 NONAME ??1H245_NewATMVCCommand_reverseParameters_multiplex@@UAE@XZ @24814 NONAME ??1H245_NewATMVCIndication@@UAE@XZ @2458 NONAME ??1H245_NewATMVCIndication_aal@@UAE@XZ @2459 NONAME ??1H245_NewATMVCIndication_aal_aal1@@UAE@XZ @2460 NONAME ??1H245_NewATMVCIndication_aal_aal1_clockRecovery@@UAE@XZ @2461 NONAME ??1H245_NewATMVCIndication_aal_aal1_errorCorrection@@UAE@XZ @2462 NONAME ??1H245_NewATMVCIndication_aal_aal5@@UAE@XZ @2463 NONAME ??1H245_NewATMVCIndication_multiplex@@UAE@XZ @2464 NONAME ??1H245_NewATMVCIndication_reverseParameters@@UAE@XZ @2465 NONAME ??1H245_NewATMVCIndication_reverseParameters_multiplex@@UAE@XZ @2466 NONAME ??1H245_NonStandardIdentifier@@UAE@XZ @2467 NONAME ??1H245_NonStandardIdentifier_h221NonStandard@@UAE@XZ @2468 NONAME ??1H245_NonStandardMessage@@UAE@XZ @2469 NONAME ??1H245_NonStandardParameter@@UAE@XZ @2470 NONAME ??1H245_NoPTAudioTelephonyEventCapability@@UAE@XZ @38449 NONAME ??1H245_NoPTAudioToneCapability@@UAE@XZ @38450 NONAME ??1H245_OpenLogicalChannel@@UAE@XZ @2471 NONAME ??1H245_OpenLogicalChannelAck@@UAE@XZ @2472 NONAME ??1H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@UAE@XZ @2473 NONAME ??1H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UAE@XZ @2474 NONAME ??1H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@UAE@XZ @2475 NONAME ??1H245_OpenLogicalChannelConfirm@@UAE@XZ @2476 NONAME ??1H245_OpenLogicalChannelReject@@UAE@XZ @2477 NONAME ??1H245_OpenLogicalChannelReject_cause@@UAE@XZ @2478 NONAME ??1H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UAE@XZ @2479 NONAME ??1H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@UAE@XZ @2480 NONAME ??1H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UAE@XZ @2481 NONAME ??1H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@UAE@XZ @2482 NONAME ??1H245_ParameterIdentifier@@UAE@XZ @24815 NONAME ??1H245_ParameterValue@@UAE@XZ @24816 NONAME ??1H245_Params@@UAE@XZ @53064 NONAME ??1H245_Password@@UAE@XZ @2483 NONAME ??1H245_PictureReference@@UAE@XZ @24817 NONAME ??1H245_Q2931Address@@UAE@XZ @2484 NONAME ??1H245_Q2931Address_address@@UAE@XZ @2485 NONAME ??1H245_QOSCapability@@UAE@XZ @2486 NONAME ??1H245_QOSMode@@UAE@XZ @2487 NONAME ??1H245_RedundancyEncoding@@UAE@XZ @2488 NONAME ??1H245_RedundancyEncodingCapability@@UAE@XZ @2489 NONAME ??1H245_RedundancyEncodingDTMode@@UAE@XZ @38451 NONAME ??1H245_RedundancyEncodingDTModeElement@@UAE@XZ @38452 NONAME ??1H245_RedundancyEncodingDTModeElement_type@@UAE@XZ @38453 NONAME ??1H245_RedundancyEncodingElement@@UAE@XZ @38454 NONAME ??1H245_RedundancyEncodingMethod@@UAE@XZ @2490 NONAME ??1H245_RedundancyEncodingMode@@UAE@XZ @2491 NONAME ??1H245_RedundancyEncodingMode_secondaryEncoding@@UAE@XZ @2492 NONAME ??1H245_RedundancyEncoding_rtpRedundancyEncoding@@UAE@XZ @38455 NONAME ??1H245_RefPictureSelection@@UAE@XZ @2493 NONAME ??1H245_RefPictureSelection_additionalPictureMemory@@UAE@XZ @2494 NONAME ??1H245_RefPictureSelection_enhancedReferencePicSelect@@UAE@XZ @24818 NONAME ??1H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UAE@XZ @24819 NONAME ??1H245_RefPictureSelection_videoBackChannelSend@@UAE@XZ @2495 NONAME ??1H245_RemoteMCRequest@@UAE@XZ @2496 NONAME ??1H245_RemoteMCResponse@@UAE@XZ @2497 NONAME ??1H245_RemoteMCResponse_reject@@UAE@XZ @2498 NONAME ??1H245_RequestAllTerminalIDsResponse@@UAE@XZ @2499 NONAME ??1H245_RequestChannelClose@@UAE@XZ @2500 NONAME ??1H245_RequestChannelCloseAck@@UAE@XZ @2501 NONAME ??1H245_RequestChannelCloseReject@@UAE@XZ @2502 NONAME ??1H245_RequestChannelCloseReject_cause@@UAE@XZ @2503 NONAME ??1H245_RequestChannelCloseRelease@@UAE@XZ @2504 NONAME ??1H245_RequestChannelClose_reason@@UAE@XZ @2505 NONAME ??1H245_RequestMessage@@UAE@XZ @2506 NONAME ??1H245_RequestMode@@UAE@XZ @2507 NONAME ??1H245_RequestModeAck@@UAE@XZ @2508 NONAME ??1H245_RequestModeAck_response@@UAE@XZ @2509 NONAME ??1H245_RequestModeReject@@UAE@XZ @2510 NONAME ??1H245_RequestModeReject_cause@@UAE@XZ @2511 NONAME ??1H245_RequestModeRelease@@UAE@XZ @2512 NONAME ??1H245_RequestMultiplexEntry@@UAE@XZ @2513 NONAME ??1H245_RequestMultiplexEntryAck@@UAE@XZ @2514 NONAME ??1H245_RequestMultiplexEntryReject@@UAE@XZ @2515 NONAME ??1H245_RequestMultiplexEntryRejectionDescriptions@@UAE@XZ @2516 NONAME ??1H245_RequestMultiplexEntryRejectionDescriptions_cause@@UAE@XZ @2517 NONAME ??1H245_RequestMultiplexEntryRelease@@UAE@XZ @2518 NONAME ??1H245_ResponseMessage@@UAE@XZ @2519 NONAME ??1H245_RoundTripDelayRequest@@UAE@XZ @2520 NONAME ??1H245_RoundTripDelayResponse@@UAE@XZ @2521 NONAME ??1H245_RSVPParameters@@UAE@XZ @2522 NONAME ??1H245_RTPH263VideoRedundancyEncoding@@UAE@XZ @2523 NONAME ??1H245_RTPH263VideoRedundancyEncoding_containedThreads@@UAE@XZ @2524 NONAME ??1H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@UAE@XZ @2525 NONAME ??1H245_RTPH263VideoRedundancyFrameMapping@@UAE@XZ @2526 NONAME ??1H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@UAE@XZ @2527 NONAME ??1H245_RTPPayloadType@@UAE@XZ @2528 NONAME ??1H245_RTPPayloadType_payloadDescriptor@@UAE@XZ @2529 NONAME ??1H245_SendTerminalCapabilitySet@@UAE@XZ @2530 NONAME ??1H245_SendTerminalCapabilitySet_specificRequest@@UAE@XZ @2531 NONAME ??1H245_SequenceNumber@@UAE@XZ @2532 NONAME ??1H245_SubstituteConferenceIDCommand@@UAE@XZ @2533 NONAME ??1H245_T38FaxProfile@@UAE@XZ @24820 NONAME ??1H245_T38FaxRateManagement@@UAE@XZ @24821 NONAME ??1H245_T38FaxTcpOptions@@UAE@XZ @24822 NONAME ??1H245_T38FaxUdpOptions@@UAE@XZ @24823 NONAME ??1H245_T38FaxUdpOptions_t38FaxUdpEC@@UAE@XZ @24824 NONAME ??1H245_T84Profile@@UAE@XZ @2534 NONAME ??1H245_T84Profile_t84Restricted@@UAE@XZ @2535 NONAME ??1H245_TerminalCapabilitySet@@UAE@XZ @2536 NONAME ??1H245_TerminalCapabilitySetAck@@UAE@XZ @2537 NONAME ??1H245_TerminalCapabilitySetReject@@UAE@XZ @2538 NONAME ??1H245_TerminalCapabilitySetReject_cause@@UAE@XZ @2539 NONAME ??1H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@UAE@XZ @2540 NONAME ??1H245_TerminalCapabilitySetRelease@@UAE@XZ @2541 NONAME ??1H245_TerminalID@@UAE@XZ @2542 NONAME ??1H245_TerminalInformation@@UAE@XZ @2543 NONAME ??1H245_TerminalLabel@@UAE@XZ @2544 NONAME ??1H245_TerminalNumber@@UAE@XZ @2545 NONAME ??1H245_TerminalYouAreSeeingInSubPictureNumber@@UAE@XZ @2546 NONAME ??1H245_TransparencyParameters@@UAE@XZ @2547 NONAME ??1H245_TransportAddress@@UAE@XZ @2548 NONAME ??1H245_TransportCapability@@UAE@XZ @2549 NONAME ??1H245_UnicastAddress@@UAE@XZ @2550 NONAME ??1H245_UnicastAddress_iP6Address@@UAE@XZ @2551 NONAME ??1H245_UnicastAddress_iPAddress@@UAE@XZ @2552 NONAME ??1H245_UnicastAddress_iPSourceRouteAddress@@UAE@XZ @2553 NONAME ??1H245_UnicastAddress_iPSourceRouteAddress_route@@UAE@XZ @2554 NONAME ??1H245_UnicastAddress_iPSourceRouteAddress_routing@@UAE@XZ @2555 NONAME ??1H245_UnicastAddress_iPXAddress@@UAE@XZ @2556 NONAME ??1H245_UserInputCapability@@UAE@XZ @2557 NONAME ??1H245_UserInputIndication@@UAE@XZ @2558 NONAME ??1H245_UserInputIndication_encryptedAlphanumeric@@UAE@XZ @53065 NONAME ??1H245_UserInputIndication_extendedAlphanumeric@@UAE@XZ @24825 NONAME ??1H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UAE@XZ @53066 NONAME ??1H245_UserInputIndication_signal@@UAE@XZ @2559 NONAME ??1H245_UserInputIndication_signalUpdate@@UAE@XZ @2560 NONAME ??1H245_UserInputIndication_signalUpdate_rtp@@UAE@XZ @2561 NONAME ??1H245_UserInputIndication_signal_rtp@@UAE@XZ @2562 NONAME ??1H245_UserInputIndication_userInputSupportIndication@@UAE@XZ @2563 NONAME ??1H245_V42bis@@UAE@XZ @2564 NONAME ??1H245_V75Capability@@UAE@XZ @2565 NONAME ??1H245_V75Parameters@@UAE@XZ @2566 NONAME ??1H245_V76Capability@@UAE@XZ @2567 NONAME ??1H245_V76HDLCParameters@@UAE@XZ @2568 NONAME ??1H245_V76LogicalChannelParameters@@UAE@XZ @2569 NONAME ??1H245_V76LogicalChannelParameters_mode@@UAE@XZ @2570 NONAME ??1H245_V76LogicalChannelParameters_mode_eRM@@UAE@XZ @2571 NONAME ??1H245_V76LogicalChannelParameters_mode_eRM_recovery@@UAE@XZ @2572 NONAME ??1H245_V76LogicalChannelParameters_suspendResume@@UAE@XZ @2573 NONAME ??1H245_V76ModeParameters@@UAE@XZ @2574 NONAME ??1H245_VBDCapability@@UAE@XZ @38456 NONAME ??1H245_VBDMode@@UAE@XZ @38457 NONAME ??1H245_VCCapability@@UAE@XZ @2575 NONAME ??1H245_VCCapability_aal1@@UAE@XZ @2576 NONAME ??1H245_VCCapability_aal1ViaGateway@@UAE@XZ @24826 NONAME ??1H245_VCCapability_aal5@@UAE@XZ @2577 NONAME ??1H245_VCCapability_availableBitRates@@UAE@XZ @2578 NONAME ??1H245_VCCapability_availableBitRates_type@@UAE@XZ @2579 NONAME ??1H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UAE@XZ @2580 NONAME ??1H245_VendorIdentification@@UAE@XZ @2581 NONAME ??1H245_VideoCapability@@UAE@XZ @2582 NONAME ??1H245_VideoIndicateCompose@@UAE@XZ @2583 NONAME ??1H245_VideoMode@@UAE@XZ @2584 NONAME ??1H248_ActionReply@@UAE@XZ @32092 NONAME ??1H248_ActionRequest@@UAE@XZ @32093 NONAME ??1H248_AmmDescriptor@@UAE@XZ @32094 NONAME ??1H248_AmmRequest@@UAE@XZ @32095 NONAME ??1H248_AmmsReply@@UAE@XZ @32096 NONAME ??1H248_ArrayOf_ActionReply@@UAE@XZ @32097 NONAME ??1H248_ArrayOf_ActionRequest@@UAE@XZ @32098 NONAME ??1H248_ArrayOf_AmmDescriptor@@UAE@XZ @32099 NONAME ??1H248_ArrayOf_CommandReply@@UAE@XZ @32100 NONAME ??1H248_ArrayOf_CommandRequest@@UAE@XZ @32101 NONAME ??1H248_ArrayOf_EventParameter@@UAE@XZ @32102 NONAME ??1H248_ArrayOf_IndAuditParameter@@UAE@XZ @32103 NONAME ??1H248_ArrayOf_IndAudPropertyParm@@UAE@XZ @32104 NONAME ??1H248_ArrayOf_IndAudStreamDescriptor@@UAE@XZ @32105 NONAME ??1H248_ArrayOf_ModemType@@UAE@XZ @32106 NONAME ??1H248_ArrayOf_ObservedEvent@@UAE@XZ @32107 NONAME ??1H248_ArrayOf_PASN_OctetString@@UAE@XZ @32108 NONAME ??1H248_ArrayOf_PropertyGroup@@UAE@XZ @32109 NONAME ??1H248_ArrayOf_PropertyParm@@UAE@XZ @32110 NONAME ??1H248_ArrayOf_RequestedEvent@@UAE@XZ @32111 NONAME ??1H248_ArrayOf_SecondRequestedEvent@@UAE@XZ @32112 NONAME ??1H248_ArrayOf_Signal@@UAE@XZ @32113 NONAME ??1H248_ArrayOf_SigParameter@@UAE@XZ @32114 NONAME ??1H248_ArrayOf_StreamDescriptor@@UAE@XZ @32115 NONAME ??1H248_ArrayOf_TerminationID@@UAE@XZ @32116 NONAME ??1H248_ArrayOf_TopologyRequest@@UAE@XZ @32117 NONAME ??1H248_ArrayOf_Transaction@@UAE@XZ @32118 NONAME ??1H248_ArrayOf_WildcardField@@UAE@XZ @32119 NONAME ??1H248_AuditDescriptor@@UAE@XZ @32120 NONAME ??1H248_AuditReply@@UAE@XZ @32121 NONAME ??1H248_AuditRequest@@UAE@XZ @32122 NONAME ??1H248_AuditResult@@UAE@XZ @32123 NONAME ??1H248_AuditReturnParameter@@UAE@XZ @32124 NONAME ??1H248_AuthData@@UAE@XZ @32125 NONAME ??1H248_AuthenticationHeader@@UAE@XZ @32126 NONAME ??1H248_Command@@UAE@XZ @32127 NONAME ??1H248_CommandReply@@UAE@XZ @32128 NONAME ??1H248_CommandRequest@@UAE@XZ @32129 NONAME ??1H248_ContextAttrAuditRequest@@UAE@XZ @32130 NONAME ??1H248_ContextID@@UAE@XZ @32131 NONAME ??1H248_ContextRequest@@UAE@XZ @32132 NONAME ??1H248_DigitMapDescriptor@@UAE@XZ @32133 NONAME ??1H248_DigitMapName@@UAE@XZ @32134 NONAME ??1H248_DigitMapValue@@UAE@XZ @32135 NONAME ??1H248_DomainName@@UAE@XZ @32136 NONAME ??1H248_ErrorCode@@UAE@XZ @32137 NONAME ??1H248_ErrorDescriptor@@UAE@XZ @32138 NONAME ??1H248_ErrorText@@UAE@XZ @32139 NONAME ??1H248_EventBufferControl@@UAE@XZ @32140 NONAME ??1H248_EventBufferDescriptor@@UAE@XZ @32141 NONAME ??1H248_EventDM@@UAE@XZ @32142 NONAME ??1H248_EventName@@UAE@XZ @32143 NONAME ??1H248_EventParameter@@UAE@XZ @32144 NONAME ??1H248_EventParameter_extraInfo@@UAE@XZ @32145 NONAME ??1H248_EventsDescriptor@@UAE@XZ @32146 NONAME ??1H248_EventSpec@@UAE@XZ @32147 NONAME ??1H248_H221NonStandard@@UAE@XZ @32148 NONAME ??1H248_IndAudDigitMapDescriptor@@UAE@XZ @32149 NONAME ??1H248_IndAudEventBufferDescriptor@@UAE@XZ @32150 NONAME ??1H248_IndAudEventsDescriptor@@UAE@XZ @32151 NONAME ??1H248_IndAuditParameter@@UAE@XZ @32152 NONAME ??1H248_IndAudLocalControlDescriptor@@UAE@XZ @32153 NONAME ??1H248_IndAudLocalRemoteDescriptor@@UAE@XZ @32154 NONAME ??1H248_IndAudMediaDescriptor@@UAE@XZ @32155 NONAME ??1H248_IndAudMediaDescriptor_streams@@UAE@XZ @32156 NONAME ??1H248_IndAudPackagesDescriptor@@UAE@XZ @32157 NONAME ??1H248_IndAudPropertyGroup@@UAE@XZ @32158 NONAME ??1H248_IndAudPropertyParm@@UAE@XZ @32159 NONAME ??1H248_IndAudSeqSigList@@UAE@XZ @32160 NONAME ??1H248_IndAudSignal@@UAE@XZ @32161 NONAME ??1H248_IndAudSignalsDescriptor@@UAE@XZ @32162 NONAME ??1H248_IndAudStatisticsDescriptor@@UAE@XZ @32163 NONAME ??1H248_IndAudStreamDescriptor@@UAE@XZ @32164 NONAME ??1H248_IndAudStreamParms@@UAE@XZ @32165 NONAME ??1H248_IndAudTerminationStateDescriptor@@UAE@XZ @32166 NONAME ??1H248_IP4Address@@UAE@XZ @32167 NONAME ??1H248_IP6Address@@UAE@XZ @32168 NONAME ??1H248_LocalControlDescriptor@@UAE@XZ @32169 NONAME ??1H248_LocalRemoteDescriptor@@UAE@XZ @32170 NONAME ??1H248_MediaDescriptor@@UAE@XZ @32171 NONAME ??1H248_MediaDescriptor_streams@@UAE@XZ @32172 NONAME ??1H248_MegacoMessage@@UAE@XZ @32173 NONAME ??1H248_Message@@UAE@XZ @32174 NONAME ??1H248_Message_messageBody@@UAE@XZ @32175 NONAME ??1H248_MId@@UAE@XZ @32176 NONAME ??1H248_ModemDescriptor@@UAE@XZ @32177 NONAME ??1H248_ModemType@@UAE@XZ @32178 NONAME ??1H248_MuxDescriptor@@UAE@XZ @32179 NONAME ??1H248_MuxType@@UAE@XZ @32180 NONAME ??1H248_Name@@UAE@XZ @32181 NONAME ??1H248_NonStandardData@@UAE@XZ @32182 NONAME ??1H248_NonStandardIdentifier@@UAE@XZ @32183 NONAME ??1H248_NotifyCompletion@@UAE@XZ @32184 NONAME ??1H248_NotifyReply@@UAE@XZ @32185 NONAME ??1H248_NotifyRequest@@UAE@XZ @32186 NONAME ??1H248_ObservedEvent@@UAE@XZ @32187 NONAME ??1H248_ObservedEventsDescriptor@@UAE@XZ @32188 NONAME ??1H248_PackagesDescriptor@@UAE@XZ @32189 NONAME ??1H248_PackagesItem@@UAE@XZ @32190 NONAME ??1H248_PathName@@UAE@XZ @32191 NONAME ??1H248_PkgdName@@UAE@XZ @32192 NONAME ??1H248_PropertyGroup@@UAE@XZ @32193 NONAME ??1H248_PropertyParm@@UAE@XZ @32194 NONAME ??1H248_PropertyParm_extraInfo@@UAE@XZ @32195 NONAME ??1H248_Relation@@UAE@XZ @32196 NONAME ??1H248_RequestedActions@@UAE@XZ @32197 NONAME ??1H248_RequestedEvent@@UAE@XZ @32198 NONAME ??1H248_RequestID@@UAE@XZ @32199 NONAME ??1H248_SecondEventsDescriptor@@UAE@XZ @32200 NONAME ??1H248_SecondRequestedActions@@UAE@XZ @32201 NONAME ??1H248_SecondRequestedEvent@@UAE@XZ @32202 NONAME ??1H248_SecurityParmIndex@@UAE@XZ @32203 NONAME ??1H248_SeqSigList@@UAE@XZ @32204 NONAME ??1H248_SequenceNum@@UAE@XZ @32205 NONAME ??1H248_ServiceChangeAddress@@UAE@XZ @32206 NONAME ??1H248_ServiceChangeMethod@@UAE@XZ @32207 NONAME ??1H248_ServiceChangeParm@@UAE@XZ @32208 NONAME ??1H248_ServiceChangeProfile@@UAE@XZ @32209 NONAME ??1H248_ServiceChangeReply@@UAE@XZ @32210 NONAME ??1H248_ServiceChangeRequest@@UAE@XZ @32211 NONAME ??1H248_ServiceChangeResParm@@UAE@XZ @32212 NONAME ??1H248_ServiceChangeResult@@UAE@XZ @32213 NONAME ??1H248_ServiceState@@UAE@XZ @32214 NONAME ??1H248_Signal@@UAE@XZ @32215 NONAME ??1H248_SignalName@@UAE@XZ @32216 NONAME ??1H248_SignalRequest@@UAE@XZ @32217 NONAME ??1H248_SignalsDescriptor@@UAE@XZ @32218 NONAME ??1H248_SignalType@@UAE@XZ @32219 NONAME ??1H248_SigParameter@@UAE@XZ @32220 NONAME ??1H248_SigParameter_extraInfo@@UAE@XZ @32221 NONAME ??1H248_StatisticsDescriptor@@UAE@XZ @32222 NONAME ??1H248_StatisticsParameter@@UAE@XZ @32223 NONAME ??1H248_StreamDescriptor@@UAE@XZ @32224 NONAME ??1H248_StreamID@@UAE@XZ @32225 NONAME ??1H248_StreamMode@@UAE@XZ @32226 NONAME ??1H248_StreamParms@@UAE@XZ @32227 NONAME ??1H248_SubtractRequest@@UAE@XZ @32228 NONAME ??1H248_TerminationAudit@@UAE@XZ @32229 NONAME ??1H248_TerminationID@@UAE@XZ @32230 NONAME ??1H248_TerminationIDList@@UAE@XZ @32231 NONAME ??1H248_TerminationStateDescriptor@@UAE@XZ @32232 NONAME ??1H248_TimeNotation@@UAE@XZ @32233 NONAME ??1H248_TopologyRequest@@UAE@XZ @32234 NONAME ??1H248_TopologyRequest_topologyDirection@@UAE@XZ @32235 NONAME ??1H248_Transaction@@UAE@XZ @32236 NONAME ??1H248_TransactionAck@@UAE@XZ @32237 NONAME ??1H248_TransactionId@@UAE@XZ @32238 NONAME ??1H248_TransactionPending@@UAE@XZ @32239 NONAME ??1H248_TransactionReply@@UAE@XZ @32240 NONAME ??1H248_TransactionReply_transactionResult@@UAE@XZ @32241 NONAME ??1H248_TransactionRequest@@UAE@XZ @32242 NONAME ??1H248_TransactionResponseAck@@UAE@XZ @32243 NONAME ??1H248_Value@@UAE@XZ @32244 NONAME ??1H248_WildcardField@@UAE@XZ @32245 NONAME ??1H261DCTEncoder@@UAE@XZ @17449 NONAME ??1H261Encoder@@MAE@XZ @17450 NONAME ??1H261PixelEncoder@@UAE@XZ @17451 NONAME ??1H263Packet@@UAE@XZ @53801 NONAME ??1H263PacketList@@UAE@XZ @53802 NONAME ??1H323AudioCapability@@UAE@XZ @2585 NONAME ??1H323AudioCodec@@UAE@XZ @2586 NONAME ??1H323BidirectionalChannel@@UAE@XZ @2587 NONAME ??1H323CallCreditServiceControl@@UAE@XZ @32246 NONAME ??1H323Capabilities@@UAE@XZ @17201 NONAME ??1H323CapabilitiesSet@@UAE@XZ @17202 NONAME ??1H323Capability@@UAE@XZ @2588 NONAME ??1H323Channel@@UAE@XZ @2590 NONAME ??1H323ChannelNumber@@UAE@XZ @2591 NONAME ??1H323Codec@@UAE@XZ @2592 NONAME ??1H323CodecPluginGenericAudioCapability@@UAE@XZ @53284 NONAME ??1H323CodecPluginNonStandardAudioCapability@@UAE@XZ @50360 NONAME ??1H323Connection@@UAE@XZ @2593 NONAME ??1H323ConnectionsCleaner@@UAE@XZ @2594 NONAME ??1H323ControlPDU@@UAE@XZ @2595 NONAME ??1H323DataCapability@@UAE@XZ @2596 NONAME ??1H323DataChannel@@UAE@XZ @28047 NONAME ??1H323DynaLink@@UAE@XZ @50659 NONAME ??1H323EndPoint@@UAE@XZ @2597 NONAME ??1H323FramedAudioCodec@@UAE@XZ @2598 NONAME ??1H323Gatekeeper@@UAE@XZ @2599 NONAME ??1H323GatekeeperARQ@@UAE@XZ @29407 NONAME ??1H323GatekeeperBRQ@@UAE@XZ @29408 NONAME ??1H323GatekeeperCall@@UAE@XZ @28418 NONAME ??1H323GatekeeperDRQ@@UAE@XZ @29409 NONAME ??1H323GatekeeperGRQ@@UAE@XZ @29410 NONAME ??1H323GatekeeperIRR@@UAE@XZ @30634 NONAME ??1H323GatekeeperListener@@UAE@XZ @28419 NONAME ??1H323GatekeeperLRQ@@UAE@XZ @29411 NONAME ??1H323GatekeeperRequest@@UAE@XZ @29412 NONAME ??1H323GatekeeperRRQ@@UAE@XZ @29413 NONAME ??1H323GatekeeperServer@@UAE@XZ @28420 NONAME ??1H323GatekeeperURQ@@UAE@XZ @29414 NONAME ??1H323GenericAudioCapability@@UAE@XZ @53285 NONAME ??1H323GenericCapabilityInfo@@UAE@XZ @53286 NONAME ??1H323GenericVideoCapability@@UAE@XZ @53287 NONAME ??1H323GSMPluginCapability@@UAE@XZ @50361 NONAME ??1H323H248ServiceControl@@UAE@XZ @32247 NONAME ??1H323HTTPServiceControl@@UAE@XZ @32248 NONAME ??1H323Listener@@UAE@XZ @2601 NONAME ??1H323ListenerTCP@@UAE@XZ @2602 NONAME ??1H323LogicalChannelThread@@UAE@XZ @2603 NONAME ??1H323NonStandardAudioCapability@@UAE@XZ @2604 NONAME ??1H323NonStandardCapabilityInfo@@UAE@XZ @2605 NONAME ??1H323NonStandardDataCapability@@UAE@XZ @2606 NONAME ??1H323NonStandardVideoCapability@@UAE@XZ @2607 NONAME ??1H323PeerElement@@UAE@XZ @34922 NONAME ??1H323PeerElementDescriptor@@UAE@XZ @37182 NONAME ??1H323PeerElementServiceRelationship@@UAE@XZ @37183 NONAME ??1H323PluginCapability@@UAE@XZ @50364 NONAME ??1H323PluginCapabilityInfo@@QAE@XZ @50725 NONAME ??1H323PluginCodecManager@@UAE@XZ @50634 NONAME ??1H323PluginFramedAudioCodec@@UAE@XZ @50697 NONAME ??1H323PluginG7231Capability@@UAE@XZ @50365 NONAME ??1H323PluginVideoCodec@@UAE@XZ @50366 NONAME ??1H323RasPDU@@UAE@XZ @2608 NONAME ??1H323RealTimeCapability@@UAE@XZ @2609 NONAME ??1H323RegisteredEndPoint@@UAE@XZ @28421 NONAME ??1H323ServiceControlSession@@UAE@XZ @32249 NONAME ??1H323SignalPDU@@UAE@XZ @2610 NONAME ??1H323SimultaneousCapabilities@@UAE@XZ @2611 NONAME ??1H323StreamedAudioCodec@@UAE@XZ @2612 NONAME ??1H323StreamedPluginAudioCodec@@UAE@XZ @50698 NONAME ??1H323Transaction@@UAE@XZ @37589 NONAME ??1H323TransactionPDU@@UAE@XZ @36830 NONAME ??1H323TransactionServer@@UAE@XZ @34925 NONAME ??1H323Transactor@@UAE@XZ @34926 NONAME ??1H323Transport@@UAE@XZ @2613 NONAME ??1H323TransportAddress@@UAE@XZ @2614 NONAME ??1H323TransportAddressArray@@UAE@XZ @31249 NONAME ??1H323TransportIP@@UAE@XZ @2615 NONAME ??1H323TransportTCP@@UAE@XZ @2616 NONAME ??1H323TransportUDP@@UAE@XZ @2617 NONAME ??1H323UnidirectionalChannel@@UAE@XZ @2618 NONAME ??1H323VideoCapability@@UAE@XZ @2619 NONAME ??1H323VideoCodec@@UAE@XZ @2620 NONAME ??1H323_ALawCodec@@UAE@XZ @2625 NONAME ??1H323_AnnexG@@UAE@XZ @34927 NONAME ??1H323_CiscoG7231aLIDCapability@@UAE@XZ @31175 NONAME ??1H323_ExternalRTPChannel@@UAE@XZ @29633 NONAME ??1H323_G711ALaw64Capability@@UAE@XZ @51252 NONAME ??1H323_G711Capability@@UAE@XZ @2626 NONAME ??1H323_G711uLaw64Capability@@UAE@XZ @51253 NONAME ??1H323_H261Capability@@UAE@XZ @2629 NONAME ??1H323_H261Codec@@UAE@XZ @2630 NONAME ??1H323_LIDCapability@@UAE@XZ @2631 NONAME ??1H323_LIDCodec@@UAE@XZ @2632 NONAME ??1H323_LID_G711_ALaw_Capability@@UAE@XZ @51254 NONAME ??1H323_LID_G711_uLaw_Capability@@UAE@XZ @51255 NONAME ??1H323_LID_G7231A_5k3_Capability@@UAE@XZ @51256 NONAME ??1H323_LID_G7231A_6k3_Capability@@UAE@XZ @51257 NONAME ??1H323_LID_G7231_5k3_Capability@@UAE@XZ @51258 NONAME ??1H323_LID_G7231_6k3_Capability@@UAE@XZ @51259 NONAME ??1H323_LID_G728_Capability@@UAE@XZ @51260 NONAME ??1H323_LID_G729AB_Capability@@UAE@XZ @51261 NONAME ??1H323_LID_G729A_Capability@@UAE@XZ @51262 NONAME ??1H323_LID_G729B_Capability@@UAE@XZ @51263 NONAME ??1H323_LID_G729_Capability@@UAE@XZ @51264 NONAME ??1H323_LID_GSM0610_Capability@@UAE@XZ @51265 NONAME ??1H323_muLawCodec@@UAE@XZ @2633 NONAME ??1H323_RealTimeChannel@@UAE@XZ @29634 NONAME ??1H323_RFC2190_H263Capability@@UAE@XZ @53803 NONAME ??1H323_RFC2190_H263Codec@@UAE@XZ @53804 NONAME ??1H323_RTPChannel@@UAE@XZ @2634 NONAME ??1H323_RTP_Session@@UAE@XZ @2635 NONAME ??1H323_RTP_UDP@@UAE@XZ @2636 NONAME ??1H323_T120Capability@@UAE@XZ @2637 NONAME ??1H323_T120Channel@@UAE@XZ @28048 NONAME ??1H323_T38Capability@@UAE@XZ @28049 NONAME ??1H323_T38Channel@@UAE@XZ @28050 NONAME ??1H323_T38NonStandardCapability@@UAE@XZ @30534 NONAME ??1H323_UserInputCapability@@UAE@XZ @2638 NONAME ??1H45010_ArrayOf_MixedExtension@@UAE@XZ @22982 NONAME ??1H45010_CfbOvrOptArg@@UAE@XZ @22983 NONAME ??1H45010_CoReqOptArg@@UAE@XZ @22984 NONAME ??1H45010_H323CallOfferOperations@@UAE@XZ @22985 NONAME ??1H45010_RUAlertOptArg@@UAE@XZ @22986 NONAME ??1H45011Handler@@UAE@XZ @30731 NONAME ??1H45011_ArrayOf_MixedExtension@@UAE@XZ @22987 NONAME ??1H45011_CallIntrusionErrors@@UAE@XZ @22988 NONAME ??1H45011_CICapabilityLevel@@UAE@XZ @22989 NONAME ??1H45011_CIFrcRelArg@@UAE@XZ @22990 NONAME ??1H45011_CIFrcRelOptRes@@UAE@XZ @22991 NONAME ??1H45011_CIGetCIPLOptArg@@UAE@XZ @22992 NONAME ??1H45011_CIGetCIPLRes@@UAE@XZ @22993 NONAME ??1H45011_CIIsOptArg@@UAE@XZ @22994 NONAME ??1H45011_CIIsOptRes@@UAE@XZ @22995 NONAME ??1H45011_CINotificationArg@@UAE@XZ @22996 NONAME ??1H45011_CIProtectionLevel@@UAE@XZ @22997 NONAME ??1H45011_CIRequestArg@@UAE@XZ @22998 NONAME ??1H45011_CIRequestRes@@UAE@XZ @22999 NONAME ??1H45011_CISilentArg@@UAE@XZ @23000 NONAME ??1H45011_CISilentOptRes@@UAE@XZ @23001 NONAME ??1H45011_CIStatusInformation@@UAE@XZ @23002 NONAME ??1H45011_CIWobOptArg@@UAE@XZ @23003 NONAME ??1H45011_CIWobOptRes@@UAE@XZ @23004 NONAME ??1H45011_H323CallIntrusionOperations@@UAE@XZ @23005 NONAME ??1H4501_Address@@UAE@XZ @21147 NONAME ??1H4501_AddressInformation@@UAE@XZ @21148 NONAME ??1H4501_AddressScreened@@UAE@XZ @21149 NONAME ??1H4501_ArrayOf_AliasAddress@@UAE@XZ @21150 NONAME ??1H4501_ArrayOf_ROS@@UAE@XZ @21151 NONAME ??1H4501_EndpointAddress@@UAE@XZ @21152 NONAME ??1H4501_EntityType@@UAE@XZ @21153 NONAME ??1H4501_Extension@@UAE@XZ @21154 NONAME ??1H4501_GeneralErrorList@@UAE@XZ @21155 NONAME ??1H4501_H225InformationElement@@UAE@XZ @21156 NONAME ??1H4501_InterpretationApdu@@UAE@XZ @21157 NONAME ??1H4501_InvokeIDs@@UAE@XZ @21158 NONAME ??1H4501_InvokeIdSet@@UAE@XZ @21159 NONAME ??1H4501_NetworkFacilityExtension@@UAE@XZ @21160 NONAME ??1H4501_NSAPSubaddress@@UAE@XZ @21161 NONAME ??1H4501_NumberScreened@@UAE@XZ @21162 NONAME ??1H4501_PartySubaddress@@UAE@XZ @21163 NONAME ??1H4501_PresentationAllowedIndicator@@UAE@XZ @21164 NONAME ??1H4501_PresentedAddressScreened@@UAE@XZ @21165 NONAME ??1H4501_PresentedAddressUnscreened@@UAE@XZ @21166 NONAME ??1H4501_PresentedNumberScreened@@UAE@XZ @21167 NONAME ??1H4501_PresentedNumberUnscreened@@UAE@XZ @21168 NONAME ??1H4501_ScreeningIndicator@@UAE@XZ @21169 NONAME ??1H4501_ServiceApdus@@UAE@XZ @21170 NONAME ??1H4501_SubaddressInformation@@UAE@XZ @21171 NONAME ??1H4501_SupplementaryService@@UAE@XZ @21172 NONAME ??1H4501_UserSpecifiedSubaddress@@UAE@XZ @21173 NONAME ??1H4502Handler@@UAE@XZ @28963 NONAME ??1H4502_CallIdentity@@UAE@XZ @21174 NONAME ??1H4502_CallStatus@@UAE@XZ @21175 NONAME ??1H4502_CallTransferErrors@@UAE@XZ @21176 NONAME ??1H4502_CallTransferOperation@@UAE@XZ @21177 NONAME ??1H4502_CTActiveArg@@UAE@XZ @21178 NONAME ??1H4502_CTActiveArg_argumentExtension@@UAE@XZ @21179 NONAME ??1H4502_CTCompleteArg@@UAE@XZ @21180 NONAME ??1H4502_CTCompleteArg_argumentExtension@@UAE@XZ @21181 NONAME ??1H4502_CTIdentifyRes@@UAE@XZ @21182 NONAME ??1H4502_CTIdentifyRes_resultExtension@@UAE@XZ @21183 NONAME ??1H4502_CTInitiateArg@@UAE@XZ @21184 NONAME ??1H4502_CTInitiateArg_argumentExtension@@UAE@XZ @21185 NONAME ??1H4502_CTSetupArg@@UAE@XZ @21186 NONAME ??1H4502_CTSetupArg_argumentExtension@@UAE@XZ @21187 NONAME ??1H4502_CTUpdateArg@@UAE@XZ @21188 NONAME ??1H4502_CTUpdateArg_argumentExtension@@UAE@XZ @21189 NONAME ??1H4502_DummyArg@@UAE@XZ @21190 NONAME ??1H4502_DummyRes@@UAE@XZ @21191 NONAME ??1H4502_EndDesignation@@UAE@XZ @21192 NONAME ??1H4502_ExtensionSeq@@UAE@XZ @21193 NONAME ??1H4502_SubaddressTransferArg@@UAE@XZ @21194 NONAME ??1H4502_SubaddressTransferArg_argumentExtension@@UAE@XZ @21195 NONAME ??1H4503_BasicService@@UAE@XZ @22676 NONAME ??1H4503_CallDiversionErrors@@UAE@XZ @22677 NONAME ??1H4503_DiversionReason@@UAE@XZ @22678 NONAME ??1H4503_ExtensionSeq@@UAE@XZ @22679 NONAME ??1H4503_H323CallDiversionOperations@@UAE@XZ @22680 NONAME ??1H4503_IntResult@@UAE@XZ @22681 NONAME ??1H4503_IntResultList@@UAE@XZ @22682 NONAME ??1H4503_IntResult_extension@@UAE@XZ @22683 NONAME ??1H4503_Procedure@@UAE@XZ @22684 NONAME ??1H4503_SubscriptionOption@@UAE@XZ @22685 NONAME ??1H4504Handler@@UAE@XZ @28964 NONAME ??1H4504_ArrayOf_MixedExtension@@UAE@XZ @22316 NONAME ??1H4504_CallHoldOperation@@UAE@XZ @22317 NONAME ??1H4504_Extension@@UAE@XZ @22318 NONAME ??1H4504_HoldNotificArg@@UAE@XZ @22319 NONAME ??1H4504_MixedExtension@@UAE@XZ @22320 NONAME ??1H4504_RemoteHoldArg@@UAE@XZ @22321 NONAME ??1H4504_RemoteHoldRes@@UAE@XZ @22322 NONAME ??1H4504_RemoteRetrieveArg@@UAE@XZ @22323 NONAME ??1H4504_RemoteRetrieveRes@@UAE@XZ @22324 NONAME ??1H4504_RetrieveNotificArg@@UAE@XZ @22325 NONAME ??1H4505_ArrayOf_MixedExtension@@UAE@XZ @23006 NONAME ??1H4505_CallParkPickupOperations@@UAE@XZ @23007 NONAME ??1H4505_CallPickupErrors@@UAE@XZ @23008 NONAME ??1H4505_CallType@@UAE@XZ @23009 NONAME ??1H4505_CpickupNotifyArg@@UAE@XZ @23010 NONAME ??1H4505_CpNotifyArg@@UAE@XZ @23011 NONAME ??1H4505_CpRequestArg@@UAE@XZ @23012 NONAME ??1H4505_CpRequestRes@@UAE@XZ @23013 NONAME ??1H4505_CpSetupArg@@UAE@XZ @23014 NONAME ??1H4505_CpSetupRes@@UAE@XZ @23015 NONAME ??1H4505_GroupIndicationOffArg@@UAE@XZ @23016 NONAME ??1H4505_GroupIndicationOffRes@@UAE@XZ @23017 NONAME ??1H4505_GroupIndicationOnArg@@UAE@XZ @23018 NONAME ??1H4505_GroupIndicationOnRes@@UAE@XZ @23019 NONAME ??1H4505_ParkCondition@@UAE@XZ @23020 NONAME ??1H4505_ParkedToPosition@@UAE@XZ @23021 NONAME ??1H4505_PickExeArg@@UAE@XZ @23022 NONAME ??1H4505_PickExeRes@@UAE@XZ @23023 NONAME ??1H4505_PickrequArg@@UAE@XZ @23024 NONAME ??1H4505_PickrequRes@@UAE@XZ @23025 NONAME ??1H4505_PickupArg@@UAE@XZ @23026 NONAME ??1H4505_PickupRes@@UAE@XZ @23027 NONAME ??1H4506Handler@@UAE@XZ @29678 NONAME ??1H4506_ArrayOf_MixedExtension@@UAE@XZ @23028 NONAME ??1H4506_CallWaitingArg@@UAE@XZ @23029 NONAME ??1H4506_CallWaitingOperations@@UAE@XZ @23030 NONAME ??1H4507_ArrayOf_MixedExtension@@UAE@XZ @23031 NONAME ??1H4507_BasicService@@UAE@XZ @23032 NONAME ??1H4507_DummyRes@@UAE@XZ @23033 NONAME ??1H4507_H323_MWI_Operations@@UAE@XZ @23034 NONAME ??1H4507_MessageWaitingIndicationErrors@@UAE@XZ @23035 NONAME ??1H4507_MsgCentreId@@UAE@XZ @23036 NONAME ??1H4507_MWIActivateArg@@UAE@XZ @23037 NONAME ??1H4507_MWIDeactivateArg@@UAE@XZ @23038 NONAME ??1H4507_MWIInterrogateArg@@UAE@XZ @23039 NONAME ??1H4507_MWIInterrogateRes@@UAE@XZ @23040 NONAME ??1H4507_MWIInterrogateResElt@@UAE@XZ @23041 NONAME ??1H4507_NbOfMessages@@UAE@XZ @23042 NONAME ??1H4507_TimeStamp@@UAE@XZ @23043 NONAME ??1H4508_ExtendedName@@UAE@XZ @23044 NONAME ??1H4508_Name@@UAE@XZ @23045 NONAME ??1H4508_NameOperations@@UAE@XZ @23046 NONAME ??1H4508_NamePresentationAllowed@@UAE@XZ @23047 NONAME ??1H4508_NamePresentationRestricted@@UAE@XZ @23048 NONAME ??1H4508_SimpleName@@UAE@XZ @23049 NONAME ??1H4509_ArrayOf_MixedExtension@@UAE@XZ @23050 NONAME ??1H4509_CallCompletionErrors@@UAE@XZ @23051 NONAME ??1H4509_CcArg@@UAE@XZ @23052 NONAME ??1H4509_CcLongArg@@UAE@XZ @23053 NONAME ??1H4509_CcRequestArg@@UAE@XZ @23054 NONAME ??1H4509_CcRequestRes@@UAE@XZ @23055 NONAME ??1H4509_CcShortArg@@UAE@XZ @23056 NONAME ??1H4509_H323CallCompletionOperations@@UAE@XZ @23057 NONAME ??1H450ServiceAPDU@@UAE@XZ @21196 NONAME ??1H450xDispatcher@@UAE@XZ @28965 NONAME ??1H450xHandler@@UAE@XZ @28966 NONAME ??1H501AccessRequest@@UAE@XZ @37590 NONAME ??1H501DescriptorUpdate@@UAE@XZ @37591 NONAME ??1H501PDU@@UAE@XZ @34929 NONAME ??1H501ServiceRequest@@UAE@XZ @37592 NONAME ??1H501Transaction@@UAE@XZ @37593 NONAME ??1H501_AccessConfirmation@@UAE@XZ @35271 NONAME ??1H501_AccessRejection@@UAE@XZ @35272 NONAME ??1H501_AccessRejectionReason@@UAE@XZ @35273 NONAME ??1H501_AccessRequest@@UAE@XZ @35274 NONAME ??1H501_AccessToken@@UAE@XZ @35275 NONAME ??1H501_AddressTemplate@@UAE@XZ @35276 NONAME ??1H501_AlternatePE@@UAE@XZ @35277 NONAME ??1H501_AlternatePEInfo@@UAE@XZ @35278 NONAME ??1H501_ApplicationMessage@@UAE@XZ @35279 NONAME ??1H501_ArrayOf_AccessToken@@UAE@XZ @35280 NONAME ??1H501_ArrayOf_AddressTemplate@@UAE@XZ @35281 NONAME ??1H501_ArrayOf_AliasAddress@@UAE@XZ @35282 NONAME ??1H501_ArrayOf_AlternatePE@@UAE@XZ @35283 NONAME ??1H501_ArrayOf_CircuitIdentifier@@UAE@XZ @35284 NONAME ??1H501_ArrayOf_ClearToken@@UAE@XZ @34930 NONAME ??1H501_ArrayOf_ContactInformation@@UAE@XZ @35285 NONAME ??1H501_ArrayOf_CryptoH323Token@@UAE@XZ @34931 NONAME ??1H501_ArrayOf_Descriptor@@UAE@XZ @35286 NONAME ??1H501_ArrayOf_DescriptorInfo@@UAE@XZ @35288 NONAME ??1H501_ArrayOf_GenericData@@UAE@XZ @34932 NONAME ??1H501_ArrayOf_GloballyUniqueID@@UAE@XZ @36878 NONAME ??1H501_ArrayOf_NonStandardParameter@@UAE@XZ @34933 NONAME ??1H501_ArrayOf_PASN_ObjectId@@UAE@XZ @35289 NONAME ??1H501_ArrayOf_Pattern@@UAE@XZ @35290 NONAME ??1H501_ArrayOf_PriceElement@@UAE@XZ @35291 NONAME ??1H501_ArrayOf_PriceInfoSpec@@UAE@XZ @35292 NONAME ??1H501_ArrayOf_RouteInformation@@UAE@XZ @35293 NONAME ??1H501_ArrayOf_SecurityMode@@UAE@XZ @35294 NONAME ??1H501_ArrayOf_ServiceControlSession@@UAE@XZ @35295 NONAME ??1H501_ArrayOf_SupportedProtocols@@UAE@XZ @35296 NONAME ??1H501_ArrayOf_TransportAddress@@UAE@XZ @34934 NONAME ??1H501_ArrayOf_UpdateInformation@@UAE@XZ @35297 NONAME ??1H501_ArrayOf_UsageField@@UAE@XZ @35298 NONAME ??1H501_AuthenticationConfirmation@@UAE@XZ @35299 NONAME ??1H501_AuthenticationRejection@@UAE@XZ @35300 NONAME ??1H501_AuthenticationRejectionReason@@UAE@XZ @35301 NONAME ??1H501_AuthenticationRequest@@UAE@XZ @35302 NONAME ??1H501_CallInformation@@UAE@XZ @35303 NONAME ??1H501_ContactInformation@@UAE@XZ @35304 NONAME ??1H501_Descriptor@@UAE@XZ @35305 NONAME ??1H501_DescriptorConfirmation@@UAE@XZ @35306 NONAME ??1H501_DescriptorIDConfirmation@@UAE@XZ @35308 NONAME ??1H501_DescriptorIDRejection@@UAE@XZ @35309 NONAME ??1H501_DescriptorIDRejectionReason@@UAE@XZ @35310 NONAME ??1H501_DescriptorIDRequest@@UAE@XZ @35311 NONAME ??1H501_DescriptorInfo@@UAE@XZ @35312 NONAME ??1H501_DescriptorRejection@@UAE@XZ @35313 NONAME ??1H501_DescriptorRejectionReason@@UAE@XZ @35314 NONAME ??1H501_DescriptorRequest@@UAE@XZ @35315 NONAME ??1H501_DescriptorUpdate@@UAE@XZ @35316 NONAME ??1H501_DescriptorUpdateAck@@UAE@XZ @35317 NONAME ??1H501_ElementIdentifier@@UAE@XZ @35318 NONAME ??1H501_GlobalTimeStamp@@UAE@XZ @35319 NONAME ??1H501_Message@@UAE@XZ @34935 NONAME ??1H501_MessageBody@@UAE@XZ @34936 NONAME ??1H501_MessageCommonInfo@@UAE@XZ @34937 NONAME ??1H501_NonStandardConfirmation@@UAE@XZ @35320 NONAME ??1H501_NonStandardRejection@@UAE@XZ @35321 NONAME ??1H501_NonStandardRejectionReason@@UAE@XZ @35322 NONAME ??1H501_NonStandardRequest@@UAE@XZ @35323 NONAME ??1H501_PartyInformation@@UAE@XZ @35324 NONAME ??1H501_Pattern@@UAE@XZ @35325 NONAME ??1H501_Pattern_range@@UAE@XZ @35326 NONAME ??1H501_PriceElement@@UAE@XZ @35327 NONAME ??1H501_PriceElement_units@@UAE@XZ @35328 NONAME ??1H501_PriceInfoSpec@@UAE@XZ @35329 NONAME ??1H501_ProtocolVersion@@UAE@XZ @34938 NONAME ??1H501_RequestInProgress@@UAE@XZ @35330 NONAME ??1H501_Role@@UAE@XZ @35331 NONAME ??1H501_RouteInformation@@UAE@XZ @35332 NONAME ??1H501_RouteInformation_messageType@@UAE@XZ @35333 NONAME ??1H501_SecurityMode@@UAE@XZ @35334 NONAME ??1H501_ServiceConfirmation@@UAE@XZ @35335 NONAME ??1H501_ServiceRejection@@UAE@XZ @35336 NONAME ??1H501_ServiceRejectionReason@@UAE@XZ @35337 NONAME ??1H501_ServiceRelease@@UAE@XZ @35338 NONAME ??1H501_ServiceReleaseReason@@UAE@XZ @35339 NONAME ??1H501_ServiceRequest@@UAE@XZ @35340 NONAME ??1H501_TerminationCause@@UAE@XZ @35341 NONAME ??1H501_TimeZone@@UAE@XZ @35342 NONAME ??1H501_UnknownMessageReason@@UAE@XZ @35343 NONAME ??1H501_UnknownMessageResponse@@UAE@XZ @35344 NONAME ??1H501_UpdateInformation@@UAE@XZ @35345 NONAME ??1H501_UpdateInformation_descriptorInfo@@UAE@XZ @35346 NONAME ??1H501_UpdateInformation_updateType@@UAE@XZ @35347 NONAME ??1H501_UsageCallStatus@@UAE@XZ @35348 NONAME ??1H501_UsageConfirmation@@UAE@XZ @35349 NONAME ??1H501_UsageField@@UAE@XZ @35350 NONAME ??1H501_UsageIndication@@UAE@XZ @35351 NONAME ??1H501_UsageIndicationConfirmation@@UAE@XZ @35352 NONAME ??1H501_UsageIndicationRejection@@UAE@XZ @35353 NONAME ??1H501_UsageIndicationRejectionReason@@UAE@XZ @35354 NONAME ??1H501_UsageRejection@@UAE@XZ @35355 NONAME ??1H501_UsageRejectReason@@UAE@XZ @35356 NONAME ??1H501_UsageRequest@@UAE@XZ @35357 NONAME ??1H501_UsageSpecification@@UAE@XZ @35358 NONAME ??1H501_UsageSpecification_when@@UAE@XZ @35359 NONAME ??1H501_UserInformation@@UAE@XZ @35360 NONAME ??1H501_ValidationConfirmation@@UAE@XZ @35361 NONAME ??1H501_ValidationRejection@@UAE@XZ @35362 NONAME ??1H501_ValidationRejectionReason@@UAE@XZ @35363 NONAME ??1H501_ValidationRequest@@UAE@XZ @35364 NONAME ??1HandleTimeout_PNotifier@H245Negotiator@@UAE@XZ @2639 NONAME ??1HandleTransactions_PNotifier@H323Transactor@@UAE@XZ @37367 NONAME ??1Info@RTP_JitterBufferAnalyser@@QAE@XZ @17146 NONAME ??1IntraP64Decoder@@UAE@XZ @2640 NONAME ??1LookupRecord@@QAE@XZ @52800 NONAME ??1MCS_ArrayOf_ChannelAttributes@@UAE@XZ @2688 NONAME ??1MCS_ArrayOf_ChannelId@@UAE@XZ @2689 NONAME ??1MCS_ArrayOf_TokenAttributes@@UAE@XZ @2690 NONAME ??1MCS_ArrayOf_TokenId@@UAE@XZ @2691 NONAME ??1MCS_ArrayOf_UserId@@UAE@XZ @2692 NONAME ??1MCS_AssignedChannelId@@UAE@XZ @2693 NONAME ??1MCS_AUcf@@UAE@XZ @2694 NONAME ??1MCS_AUrq@@UAE@XZ @2695 NONAME ??1MCS_CAin@@UAE@XZ @2696 NONAME ??1MCS_CArq@@UAE@XZ @2697 NONAME ??1MCS_CCcf@@UAE@XZ @2698 NONAME ??1MCS_CCrq@@UAE@XZ @2699 NONAME ??1MCS_CDin@@UAE@XZ @2700 NONAME ??1MCS_CDrq@@UAE@XZ @2701 NONAME ??1MCS_CEin@@UAE@XZ @2702 NONAME ??1MCS_CErq@@UAE@XZ @2703 NONAME ??1MCS_ChannelAttributes@@UAE@XZ @2704 NONAME ??1MCS_ChannelAttributes_assigned@@UAE@XZ @2705 NONAME ??1MCS_ChannelAttributes_private@@UAE@XZ @2706 NONAME ??1MCS_ChannelAttributes_static@@UAE@XZ @2707 NONAME ??1MCS_ChannelAttributes_userId@@UAE@XZ @2708 NONAME ??1MCS_ChannelId@@UAE@XZ @2709 NONAME ??1MCS_CJcf@@UAE@XZ @2710 NONAME ??1MCS_CJrq@@UAE@XZ @2711 NONAME ??1MCS_CLrq@@UAE@XZ @2712 NONAME ??1MCS_ConnectMCSPDU@@UAE@XZ @2713 NONAME ??1MCS_Connect_Additional@@UAE@XZ @2714 NONAME ??1MCS_Connect_Initial@@UAE@XZ @2715 NONAME ??1MCS_Connect_Response@@UAE@XZ @2716 NONAME ??1MCS_Connect_Result@@UAE@XZ @2717 NONAME ??1MCS_DataPriority@@UAE@XZ @2718 NONAME ??1MCS_Diagnostic@@UAE@XZ @2719 NONAME ??1MCS_DomainMCSPDU@@UAE@XZ @2720 NONAME ??1MCS_DomainParameters@@UAE@XZ @2721 NONAME ??1MCS_DPum@@UAE@XZ @2722 NONAME ??1MCS_DUin@@UAE@XZ @2723 NONAME ??1MCS_DUrq@@UAE@XZ @2724 NONAME ??1MCS_DynamicChannelId@@UAE@XZ @2725 NONAME ??1MCS_EDrq@@UAE@XZ @2726 NONAME ??1MCS_MCcf@@UAE@XZ @2727 NONAME ??1MCS_MCrq@@UAE@XZ @2728 NONAME ??1MCS_MTcf@@UAE@XZ @2729 NONAME ??1MCS_MTrq@@UAE@XZ @2730 NONAME ??1MCS_PCin@@UAE@XZ @2731 NONAME ??1MCS_PDin@@UAE@XZ @2732 NONAME ??1MCS_PrivateChannelId@@UAE@XZ @2733 NONAME ??1MCS_PTin@@UAE@XZ @2734 NONAME ??1MCS_Reason@@UAE@XZ @2735 NONAME ??1MCS_Result@@UAE@XZ @2736 NONAME ??1MCS_RJum@@UAE@XZ @2737 NONAME ??1MCS_SDin@@UAE@XZ @2738 NONAME ??1MCS_SDrq@@UAE@XZ @2739 NONAME ??1MCS_Segmentation@@UAE@XZ @2740 NONAME ??1MCS_StaticChannelId@@UAE@XZ @2741 NONAME ??1MCS_TGcf@@UAE@XZ @2742 NONAME ??1MCS_TGrq@@UAE@XZ @2743 NONAME ??1MCS_TIcf@@UAE@XZ @2744 NONAME ??1MCS_TIrq@@UAE@XZ @2745 NONAME ??1MCS_TokenAttributes@@UAE@XZ @2746 NONAME ??1MCS_TokenAttributes_given@@UAE@XZ @2747 NONAME ??1MCS_TokenAttributes_giving@@UAE@XZ @2748 NONAME ??1MCS_TokenAttributes_grabbed@@UAE@XZ @2749 NONAME ??1MCS_TokenAttributes_inhibited@@UAE@XZ @2750 NONAME ??1MCS_TokenAttributes_ungivable@@UAE@XZ @2751 NONAME ??1MCS_TokenId@@UAE@XZ @2752 NONAME ??1MCS_TokenStatus@@UAE@XZ @2753 NONAME ??1MCS_TPin@@UAE@XZ @2754 NONAME ??1MCS_TPrq@@UAE@XZ @2755 NONAME ??1MCS_TRcf@@UAE@XZ @2756 NONAME ??1MCS_TRrq@@UAE@XZ @2757 NONAME ??1MCS_TTcf@@UAE@XZ @2758 NONAME ??1MCS_TTrq@@UAE@XZ @2759 NONAME ??1MCS_TVcf@@UAE@XZ @2760 NONAME ??1MCS_TVin@@UAE@XZ @2761 NONAME ??1MCS_TVrq@@UAE@XZ @2762 NONAME ??1MCS_TVrs@@UAE@XZ @2763 NONAME ??1MCS_UserId@@UAE@XZ @2764 NONAME ??1MCS_USin@@UAE@XZ @2765 NONAME ??1MCS_USrq@@UAE@XZ @2766 NONAME ??1MonitorMain_PNotifier@H323Gatekeeper@@UAE@XZ @30556 NONAME ??1MonitorMain_PNotifier@H323GatekeeperServer@@UAE@XZ @30244 NONAME ??1MonitorMain_PNotifier@H323PeerElement@@UAE@XZ @34941 NONAME ??1MSIPAddress@PILSSession@@UAE@XZ @37939 NONAME ??1MXRecordList@PDNS@@UAE@XZ @52801 NONAME ??1OnCallIntrudeTimeOut_PNotifier@H45011Handler@@UAE@XZ @30732 NONAME ??1OnCallTransferTimeOut_PNotifier@H4502Handler@@UAE@XZ @29679 NONAME ??1OnLoadModule_PNotifier@PPluginModuleManager@@UAE@XZ @50681 NONAME ??1OnUserInputInBandDTMF_PNotifier@H323Connection@@UAE@XZ @29985 NONAME ??1OnUserInputInlineRFC2833_PNotifier@H323Connection@@UAE@XZ @29896 NONAME ??1OpalFactoryCodec@@UAE@XZ @52384 NONAME ??1OpalG711ALaw64kFormat@@UAE@XZ @50851 NONAME ??1OpalG711ALaw64k_Base@@UAE@XZ @52385 NONAME ??1OpalG711ALaw64k_Decoder@@UAE@XZ @52386 NONAME ??1OpalG711ALaw64k_Encoder@@UAE@XZ @52387 NONAME ??1OpalG711uLaw64kFormat@@UAE@XZ @50852 NONAME ??1OpalG711uLaw64k_Base@@UAE@XZ @52388 NONAME ??1OpalG711uLaw64k_Decoder@@UAE@XZ @52389 NONAME ??1OpalG711uLaw64k_Encoder@@UAE@XZ @52390 NONAME ??1OpalG7231A_5k3Format@@UAE@XZ @50853 NONAME ??1OpalG7231A_6k3Format@@UAE@XZ @50854 NONAME ??1OpalG7231_5k3Format@@UAE@XZ @50855 NONAME ??1OpalG7231_6k3Format@@UAE@XZ @50856 NONAME ??1OpalG728Format@@UAE@XZ @50857 NONAME ??1OpalG729ABFormat@@UAE@XZ @50858 NONAME ??1OpalG729AFormat@@UAE@XZ @50859 NONAME ??1OpalG729BFormat@@UAE@XZ @50860 NONAME ??1OpalG729Format@@UAE@XZ @50861 NONAME ??1OpalGloballyUniqueID@@UAE@XZ @20684 NONAME ??1OpalGSM0610Format@@UAE@XZ @50862 NONAME ??1OpalH261Format@@UAE@XZ @50863 NONAME ??1OpalIxJDevice@@UAE@XZ @2767 NONAME ??1OpalLineChannel@@UAE@XZ @2768 NONAME ??1OpalLineInterfaceDevice@@UAE@XZ @2769 NONAME ??1OpalMediaFormat@@UAE@XZ @20591 NONAME ??1OpalPCM16Format@@UAE@XZ @50864 NONAME ??1OpalPluginCodec@@UAE@XZ @52391 NONAME ??1OpalPluginMediaFormat@@UAE@XZ @50865 NONAME ??1OpalRFC2190H263Format@@UAE@XZ @53805 NONAME ??1OpalRFC2833@@UAE@XZ @29897 NONAME ??1OpalRFC2833Info@@UAE@XZ @29898 NONAME ??1OpalRtpToWavFile@@UAE@XZ @30597 NONAME ??1OpalT120Format@@UAE@XZ @50866 NONAME ??1OpalT120Protocol@@UAE@XZ @28051 NONAME ??1OpalT38Protocol@@UAE@XZ @28052 NONAME ??1OpalUserInputRFC2833Format@@UAE@XZ @50867 NONAME ??1OpalVoipBlasterDevice@@UAE@XZ @29734 NONAME ??1OpalVXMLSession@@UAE@XZ @30940 NONAME ??1OpalWAVFile@@UAE@XZ @30708 NONAME ??1P64Decoder@@UAE@XZ @2771 NONAME ??1P64Encoder@@QAE@XZ @2772 NONAME ??1PAdaptiveDelay@@UAE@XZ @29735 NONAME ??1PASN_Array@@UAE@XZ @2778 NONAME ??1PASN_BitString@@UAE@XZ @2779 NONAME ??1PASN_BMPString@@UAE@XZ @2780 NONAME ??1PASN_Boolean@@UAE@XZ @2781 NONAME ??1PASN_ConstrainedObject@@UAE@XZ @2782 NONAME ??1PASN_ConstrainedString@@UAE@XZ @2783 NONAME ??1PASN_Enumeration@@UAE@XZ @2784 NONAME ??1PASN_GeneralisedTime@@UAE@XZ @23058 NONAME ??1PASN_GeneralString@@UAE@XZ @24827 NONAME ??1PASN_IA5String@@UAE@XZ @2785 NONAME ??1PASN_Integer@@UAE@XZ @2786 NONAME ??1PASN_Null@@UAE@XZ @2787 NONAME ??1PASN_NumericString@@UAE@XZ @2788 NONAME ??1PASN_Object@@UAE@XZ @2789 NONAME ??1PASN_ObjectId@@UAE@XZ @2790 NONAME ??1PASN_OctetString@@UAE@XZ @2791 NONAME ??1PASN_PrintableString@@UAE@XZ @2792 NONAME ??1PASN_Sequence@@UAE@XZ @2793 NONAME ??1PASN_Stream@@UAE@XZ @2794 NONAME ??1PASN_VisibleString@@UAE@XZ @23059 NONAME ??1PBER_Stream@@UAE@XZ @28053 NONAME ??1PDTMFDecoder@@UAE@XZ @29990 NONAME ??1PILSSession@@UAE@XZ @37790 NONAME ??1PLDAPAttributeBase@@UAE@XZ @37791 NONAME ??1PLDAPAttr_c@RTPerson@PILSSession@@UAE@XZ @37792 NONAME ??1PLDAPAttr_cn@RTPerson@PILSSession@@UAE@XZ @37793 NONAME ??1PLDAPAttr_comment@RTPerson@PILSSession@@UAE@XZ @37794 NONAME ??1PLDAPAttr_givenName@RTPerson@PILSSession@@UAE@XZ @37795 NONAME ??1PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@UAE@XZ @37796 NONAME ??1PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@UAE@XZ @37797 NONAME ??1PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@UAE@XZ @37798 NONAME ??1PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@UAE@XZ @37799 NONAME ??1PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@UAE@XZ @37800 NONAME ??1PLDAPAttr_location@RTPerson@PILSSession@@UAE@XZ @37801 NONAME ??1PLDAPAttr_o@RTPerson@PILSSession@@UAE@XZ @37802 NONAME ??1PLDAPAttr_objectClass@RTPerson@PILSSession@@UAE@XZ @37803 NONAME ??1PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@UAE@XZ @37804 NONAME ??1PLDAPAttr_sappguid@RTPerson@PILSSession@@UAE@XZ @37805 NONAME ??1PLDAPAttr_sappid@RTPerson@PILSSession@@UAE@XZ @37806 NONAME ??1PLDAPAttr_sflags@RTPerson@PILSSession@@UAE@XZ @37807 NONAME ??1PLDAPAttr_sipAddress@RTPerson@PILSSession@@UAE@XZ @37808 NONAME ??1PLDAPAttr_smimetype@RTPerson@PILSSession@@UAE@XZ @37809 NONAME ??1PLDAPAttr_smodop@RTPerson@PILSSession@@UAE@XZ @37810 NONAME ??1PLDAPAttr_sport@RTPerson@PILSSession@@UAE@XZ @37811 NONAME ??1PLDAPAttr_sprotid@RTPerson@PILSSession@@UAE@XZ @37812 NONAME ??1PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@UAE@XZ @37813 NONAME ??1PLDAPAttr_ssecurity@RTPerson@PILSSession@@UAE@XZ @37814 NONAME ??1PLDAPAttr_sttl@RTPerson@PILSSession@@UAE@XZ @37815 NONAME ??1PLDAPAttr_surname@RTPerson@PILSSession@@UAE@XZ @37816 NONAME ??1PLDAPAttr_timestamp@RTPerson@PILSSession@@UAE@XZ @37817 NONAME ??1PLDAPStructBase@@UAE@XZ @37818 NONAME ??1PluginLoader@@UAE@XZ @52994 NONAME ??1PMessageDigest5@@UAE@XZ @28816 NONAME ??1PMessageDigest@@UAE@XZ @37969 NONAME ??1PortInfo@H323EndPoint@@QAE@XZ @31243 NONAME ??1PPER_Stream@@UAE@XZ @2795 NONAME ??1Pre_Vid_Coder@@UAE@XZ @2797 NONAME ??1PURL@@UAE@XZ @37756 NONAME ??1PWAVFileConverter@@UAE@XZ @53067 NONAME ??1PWAVFileConverterALaw@@UAE@XZ @53068 NONAME ??1PWAVFileConverterULaw@@UAE@XZ @53069 NONAME ??1PWAVFileConverterXLaw@@UAE@XZ @53070 NONAME ??1Q931@@UAE@XZ @2811 NONAME ??1ReceivedPacket_PNotifier@OpalRFC2833@@UAE@XZ @29899 NONAME ??1ReceivedPacket_PNotifier@OpalRtpToWavFile@@UAE@XZ @30599 NONAME ??1ReceiverReport@RTP_Session@@UAE@XZ @17022 NONAME ??1ReceiveTimeout_PNotifier@OpalRFC2833@@UAE@XZ @29900 NONAME ??1Request@H323Transactor@@UAE@XZ @37368 NONAME ??1Response@H323Transactor@@UAE@XZ @37369 NONAME ??1RFC2190_FfmpgLink@@UAE@XZ @53806 NONAME ??1RTPerson@PILSSession@@UAE@XZ @37819 NONAME ??1RTP_ControlFrame@@UAE@XZ @2813 NONAME ??1RTP_DataFrame@@UAE@XZ @2814 NONAME ??1RTP_JitterBuffer@@UAE@XZ @2815 NONAME ??1RTP_JitterBufferAnalyser@@UAE@XZ @17129 NONAME ??1RTP_QOS@@UAE@XZ @38201 NONAME ??1RTP_Session@@UAE@XZ @2816 NONAME ??1RTP_SessionManager@@UAE@XZ @2817 NONAME ??1RTP_UDP@@UAE@XZ @2818 NONAME ??1RTP_UserData@@UAE@XZ @2819 NONAME ??1SenderReport@RTP_Session@@UAE@XZ @17023 NONAME ??1SlowHandler_PNotifier@H323Transaction@@UAE@XZ @37594 NONAME ??1SourceDescription@RTP_Session@@UAE@XZ @17024 NONAME ??1SRVRecordList@PDNS@@UAE@XZ @52802 NONAME ??1StatusHandler_PNotifier@OpalVoipBlasterDevice@@UAE@XZ @29736 NONAME ??1StringMap@H323GatekeeperServer@@UAE@XZ @31683 NONAME ??1T120ConnectPDU@@UAE@XZ @30011 NONAME ??1T120_X224@@UAE@XZ @30012 NONAME ??1T38_ArrayOf_PASN_OctetString@@UAE@XZ @28054 NONAME ??1T38_Data_Field@@UAE@XZ @28055 NONAME ??1T38_Data_Field_subtype@@UAE@XZ @28056 NONAME ??1T38_Data_Field_subtype_field_type@@UAE@XZ @28057 NONAME ??1T38_IFPPacket@@UAE@XZ @28058 NONAME ??1T38_PreCorrigendum_Data_Field@@UAE@XZ @31705 NONAME ??1T38_PreCorrigendum_Data_Field_subtype@@UAE@XZ @31706 NONAME ??1T38_PreCorrigendum_Data_Field_subtype_field_type@@UAE@XZ @31707 NONAME ??1T38_PreCorrigendum_IFPPacket@@UAE@XZ @31708 NONAME ??1T38_Type_of_msg@@UAE@XZ @28059 NONAME ??1T38_Type_of_msg_data@@UAE@XZ @28060 NONAME ??1T38_Type_of_msg_t30_indicator@@UAE@XZ @28061 NONAME ??1T38_UDPTLPacket@@UAE@XZ @28062 NONAME ??1T38_UDPTLPacket_error_recovery@@UAE@XZ @28063 NONAME ??1T38_UDPTLPacket_error_recovery_fec_info@@UAE@XZ @28064 NONAME ??1T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@UAE@XZ @28065 NONAME ??1T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@UAE@XZ @28066 NONAME ??1T38_UDPTLPacket_primary_ifp_packet@@UAE@XZ @28067 NONAME ??1TickleMonitor_PNotifier@H323Gatekeeper@@UAE@XZ @30557 NONAME ??1TransmitEnded_PNotifier@OpalRFC2833@@UAE@XZ @29901 NONAME ??1TransmitPacket_PNotifier@OpalRFC2833@@UAE@XZ @29902 NONAME ??1Transmitter@@UAE@XZ @2820 NONAME ??1UpdateAllDescriptors_PNotifier@H323PeerElement@@UAE@XZ @37461 NONAME ??1VideoFrame@@QAE@XZ @20490 NONAME ??1VoipBlasterInterface@@UAE@XZ @29737 NONAME ??1Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@UAE@XZ @52392 NONAME ??1Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@UAE@XZ @52393 NONAME ??1Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@UAE@XZ @52394 NONAME ??1Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@UAE@XZ @52395 NONAME ??1Worker@OpalPluginCodecFactory@@UAE@XZ @52396 NONAME ??1WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@MAE@XZ @52803 NONAME ??1WorkerBase@?$PFactory@VH323Capability@@VPString@@@@MAE@XZ @51673 NONAME ??1WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@MAE@XZ @52397 NONAME ??1WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@MAE@XZ @51674 NONAME ??1WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@MAE@XZ @51675 NONAME ??1WorkerBase@?$PFactory@VPWAVFileConverter@@I@@MAE@XZ @52196 NONAME ??1X224@@UAE@XZ @2822 NONAME ??1X880_Code@@UAE@XZ @21197 NONAME ??1X880_GeneralProblem@@UAE@XZ @21198 NONAME ??1X880_Invoke@@UAE@XZ @21199 NONAME ??1X880_InvokeId@@UAE@XZ @21200 NONAME ??1X880_InvokeProblem@@UAE@XZ @21201 NONAME ??1X880_Reject@@UAE@XZ @21202 NONAME ??1X880_RejectProblem@@UAE@XZ @21203 NONAME ??1X880_Reject_problem@@UAE@XZ @21204 NONAME ??1X880_ReturnError@@UAE@XZ @21205 NONAME ??1X880_ReturnErrorProblem@@UAE@XZ @21206 NONAME ??1X880_ReturnResult@@UAE@XZ @21207 NONAME ??1X880_ReturnResultProblem@@UAE@XZ @21208 NONAME ??1X880_ReturnResult_result@@UAE@XZ @21209 NONAME ??1X880_ROS@@UAE@XZ @21210 NONAME ??1_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @52804 NONAME ??1_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @51676 NONAME ??1_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @51677 NONAME ??1_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @52398 NONAME ??1_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @51678 NONAME ??4?$PArray@VH323TransportAddress@@@@QAEAAV0@ABV0@@Z @34572 NONAME ??4?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@QAEAAV0@ABV0@@Z @31459 NONAME ??4?$PList@VH235Authenticator@@@@QAEAAV0@ABV0@@Z @31287 NONAME ??4?$PSafePtr@VH323GatekeeperCall@@@@QAEAAV0@ABV0@@Z @34522 NONAME ??4?$PSafePtr@VH323PeerElementDescriptor@@@@QAEAAV0@PAVH323PeerElementDescriptor@@@Z @37202 NONAME ??4?$PSafePtr@VH323RegisteredEndPoint@@@@QAEAAV0@ABV0@@Z @30390 NONAME ??4?$PSafePtr@VH323RegisteredEndPoint@@@@QAEAAV0@PAVH323RegisteredEndPoint@@@Z @30558 NONAME ??4GCC_ChannelID@@QAEAAV0@H@Z @5560 NONAME ??4GCC_ChannelID@@QAEAAV0@I@Z @5561 NONAME ??4GCC_ChannelType@@QAEAAV0@I@Z @5562 NONAME ??4GCC_ConferenceAddResponse_result@@QAEAAV0@I@Z @5563 NONAME ??4GCC_ConferenceCreateResponse_result@@QAEAAV0@I@Z @5564 NONAME ??4GCC_ConferenceEjectUserIndication_reason@@QAEAAV0@I@Z @5565 NONAME ??4GCC_ConferenceEjectUserRequest_reason@@QAEAAV0@I@Z @5566 NONAME ??4GCC_ConferenceEjectUserResponse_result@@QAEAAV0@I@Z @5567 NONAME ??4GCC_ConferenceInviteResponse_result@@QAEAAV0@I@Z @5568 NONAME ??4GCC_ConferenceJoinResponse_result@@QAEAAV0@I@Z @5569 NONAME ??4GCC_ConferenceLockResponse_result@@QAEAAV0@I@Z @5570 NONAME ??4GCC_ConferenceNameModifier@@QAEAAV0@ABVPString@@@Z @5571 NONAME ??4GCC_ConferenceNameModifier@@QAEAAV0@PBD@Z @5572 NONAME ??4GCC_ConferenceQueryResponse_result@@QAEAAV0@I@Z @5573 NONAME ??4GCC_ConferenceTerminateIndication_reason@@QAEAAV0@I@Z @5574 NONAME ??4GCC_ConferenceTerminateRequest_reason@@QAEAAV0@I@Z @5575 NONAME ??4GCC_ConferenceTerminateResponse_result@@QAEAAV0@I@Z @5576 NONAME ??4GCC_ConferenceTransferResponse_result@@QAEAAV0@I@Z @5577 NONAME ??4GCC_ConferenceUnlockResponse_result@@QAEAAV0@I@Z @5578 NONAME ??4GCC_DialingString@@QAEAAV0@ABVPString@@@Z @5579 NONAME ??4GCC_DialingString@@QAEAAV0@PBD@Z @5580 NONAME ??4GCC_DynamicChannelID@@QAEAAV0@H@Z @5581 NONAME ??4GCC_DynamicChannelID@@QAEAAV0@I@Z @5582 NONAME ??4GCC_DynamicTokenID@@QAEAAV0@H@Z @5583 NONAME ??4GCC_DynamicTokenID@@QAEAAV0@I@Z @5584 NONAME ??4GCC_EntityID@@QAEAAV0@H@Z @5585 NONAME ??4GCC_EntityID@@QAEAAV0@I@Z @5586 NONAME ??4GCC_ExtraDialingString@@QAEAAV0@ABV?$PScalarArray@G@@@Z @37994 NONAME ??4GCC_ExtraDialingString@@QAEAAV0@ABVPASN_BMPString@@@Z @28782 NONAME ??4GCC_ExtraDialingString@@QAEAAV0@ABVPString@@@Z @5587 NONAME ??4GCC_ExtraDialingString@@QAEAAV0@PBD@Z @5588 NONAME ??4GCC_H221NonStandardIdentifier@@QAEAAV0@ABVPBYTEArray@@@Z @5589 NONAME ??4GCC_H221NonStandardIdentifier@@QAEAAV0@ABVPString@@@Z @5590 NONAME ??4GCC_H221NonStandardIdentifier@@QAEAAV0@PBD@Z @5591 NONAME ??4GCC_Handle@@QAEAAV0@H@Z @5592 NONAME ??4GCC_Handle@@QAEAAV0@I@Z @5593 NONAME ??4GCC_NodeType@@QAEAAV0@I@Z @5594 NONAME ??4GCC_Privilege@@QAEAAV0@I@Z @5595 NONAME ??4GCC_RegistryAllocateHandleResponse_result@@QAEAAV0@I@Z @5596 NONAME ??4GCC_RegistryModificationRights@@QAEAAV0@I@Z @5597 NONAME ??4GCC_RegistryResponse_primitiveType@@QAEAAV0@I@Z @5598 NONAME ??4GCC_RegistryResponse_result@@QAEAAV0@I@Z @5599 NONAME ??4GCC_SimpleNumericString@@QAEAAV0@ABVPString@@@Z @5600 NONAME ??4GCC_SimpleNumericString@@QAEAAV0@PBD@Z @5601 NONAME ??4GCC_SimpleTextString@@QAEAAV0@ABV?$PScalarArray@G@@@Z @37995 NONAME ??4GCC_SimpleTextString@@QAEAAV0@ABVPASN_BMPString@@@Z @28783 NONAME ??4GCC_SimpleTextString@@QAEAAV0@ABVPString@@@Z @5602 NONAME ??4GCC_SimpleTextString@@QAEAAV0@PBD@Z @5603 NONAME ??4GCC_StaticChannelID@@QAEAAV0@H@Z @5604 NONAME ??4GCC_StaticChannelID@@QAEAAV0@I@Z @5605 NONAME ??4GCC_StaticTokenID@@QAEAAV0@H@Z @5606 NONAME ??4GCC_StaticTokenID@@QAEAAV0@I@Z @5607 NONAME ??4GCC_SubAddressString@@QAEAAV0@ABVPString@@@Z @5608 NONAME ??4GCC_SubAddressString@@QAEAAV0@PBD@Z @5609 NONAME ??4GCC_TerminationMethod@@QAEAAV0@I@Z @5610 NONAME ??4GCC_TextString@@QAEAAV0@ABV?$PScalarArray@G@@@Z @37996 NONAME ??4GCC_TextString@@QAEAAV0@ABVPASN_BMPString@@@Z @28784 NONAME ??4GCC_TextString@@QAEAAV0@ABVPString@@@Z @5611 NONAME ??4GCC_TextString@@QAEAAV0@PBD@Z @5612 NONAME ??4GCC_Time@@QAEAAV0@H@Z @5613 NONAME ??4GCC_Time@@QAEAAV0@I@Z @5614 NONAME ??4GCC_TokenID@@QAEAAV0@H@Z @5615 NONAME ??4GCC_TokenID@@QAEAAV0@I@Z @5616 NONAME ??4GCC_UserID@@QAEAAV0@H@Z @5617 NONAME ??4GCC_UserID@@QAEAAV0@I@Z @5618 NONAME ??4H225_AliasAddress@@QAEAAV0@ABV0@@Z @28449 NONAME ??4H225_ArrayOf_AliasAddress@@QAEAAV0@ABV0@@Z @28948 NONAME ??4H225_ArrayOf_FeatureDescriptor@@QAEAAV0@ABV0@@Z @36907 NONAME ??4H225_ArrayOf_GenericData@@QAEAAV0@ABV0@@Z @29157 NONAME ??4H225_ArrayOf_NonStandardParameter@@QAEAAV0@ABV0@@Z @29158 NONAME ??4H225_ArrayOf_PASN_OctetString@@QAEAAV0@ABV0@@Z @29159 NONAME ??4H225_ArrayOf_SupportedProtocols@@QAEAAV0@ABV0@@Z @37970 NONAME ??4H225_ArrayOf_TunnelledProtocol@@QAEAAV0@ABV0@@Z @37971 NONAME ??4H225_BandWidth@@QAEAAV0@H@Z @5619 NONAME ??4H225_BandWidth@@QAEAAV0@I@Z @5620 NONAME ??4H225_CallIdentifier@@QAEAAV0@ABV0@@Z @53934 NONAME ??4H225_CallLinkage@@QAEAAV0@ABV0@@Z @29160 NONAME ??4H225_CallReferenceValue@@QAEAAV0@H@Z @5621 NONAME ??4H225_CallReferenceValue@@QAEAAV0@I@Z @5622 NONAME ??4H225_ConferenceIdentifier@@QAEAAV0@ABVPBYTEArray@@@Z @5623 NONAME ??4H225_ConferenceIdentifier@@QAEAAV0@ABVPString@@@Z @5624 NONAME ??4H225_ConferenceIdentifier@@QAEAAV0@PBD@Z @5625 NONAME ??4H225_EndpointIdentifier@@QAEAAV0@ABV?$PScalarArray@G@@@Z @37997 NONAME ??4H225_EndpointIdentifier@@QAEAAV0@ABVPASN_BMPString@@@Z @28785 NONAME ??4H225_EndpointIdentifier@@QAEAAV0@ABVPString@@@Z @5626 NONAME ??4H225_EndpointIdentifier@@QAEAAV0@PBD@Z @5627 NONAME ??4H225_EndpointType@@QAEAAV0@ABV0@@Z @37972 NONAME ??4H225_FeatureSet@@QAEAAV0@ABV0@@Z @36908 NONAME ??4H225_GatekeeperIdentifier@@QAEAAV0@ABV?$PScalarArray@G@@@Z @37998 NONAME ??4H225_GatekeeperIdentifier@@QAEAAV0@ABVPASN_BMPString@@@Z @28786 NONAME ??4H225_GatekeeperIdentifier@@QAEAAV0@ABVPString@@@Z @5628 NONAME ??4H225_GatekeeperIdentifier@@QAEAAV0@PBD@Z @5629 NONAME ??4H225_GatekeeperInfo@@QAEAAV0@ABV0@@Z @37973 NONAME ??4H225_GatewayInfo@@QAEAAV0@ABV0@@Z @37974 NONAME ??4H225_GloballyUniqueID@@QAEAAV0@ABV0@@Z @29161 NONAME ??4H225_GloballyUniqueID@@QAEAAV0@ABVPBYTEArray@@@Z @5630 NONAME ??4H225_GloballyUniqueID@@QAEAAV0@ABVPString@@@Z @5631 NONAME ??4H225_GloballyUniqueID@@QAEAAV0@PBD@Z @5632 NONAME ??4H225_H221NonStandard@@QAEAAV0@ABV0@@Z @37975 NONAME ??4H225_H248PackagesDescriptor@@QAEAAV0@ABVPBYTEArray@@@Z @25300 NONAME ??4H225_H248PackagesDescriptor@@QAEAAV0@ABVPString@@@Z @25301 NONAME ??4H225_H248PackagesDescriptor@@QAEAAV0@PBD@Z @25302 NONAME ??4H225_H248SignalsDescriptor@@QAEAAV0@ABVPBYTEArray@@@Z @25303 NONAME ??4H225_H248SignalsDescriptor@@QAEAAV0@ABVPString@@@Z @25304 NONAME ??4H225_H248SignalsDescriptor@@QAEAAV0@PBD@Z @25305 NONAME ??4H225_H323_UU_PDU@@QAEAAV0@ABV0@@Z @29162 NONAME ??4H225_H323_UU_PDU_h323_message_body@@QAEAAV0@ABV0@@Z @29163 NONAME ??4H225_H323_UU_PDU_tunnelledSignallingMessage@@QAEAAV0@ABV0@@Z @29164 NONAME ??4H225_ICV@@QAEAAV0@ABV0@@Z @36909 NONAME ??4H225_McuInfo@@QAEAAV0@ABV0@@Z @37976 NONAME ??4H225_NonStandardIdentifier@@QAEAAV0@ABV0@@Z @29165 NONAME ??4H225_NonStandardParameter@@QAEAAV0@ABV0@@Z @29166 NONAME ??4H225_NumberDigits@@QAEAAV0@ABVPString@@@Z @5633 NONAME ??4H225_NumberDigits@@QAEAAV0@PBD@Z @5634 NONAME ??4H225_RequestSeqNum@@QAEAAV0@H@Z @5635 NONAME ??4H225_RequestSeqNum@@QAEAAV0@I@Z @5636 NONAME ??4H225_ScreeningIndicator@@QAEAAV0@I@Z @25306 NONAME ??4H225_ServiceControlSession_reason@@QAEAAV0@ABV0@@Z @32723 NONAME ??4H225_StimulusControl@@QAEAAV0@ABV0@@Z @29167 NONAME ??4H225_TBCD_STRING@@QAEAAV0@ABVPString@@@Z @25307 NONAME ??4H225_TBCD_STRING@@QAEAAV0@PBD@Z @25308 NONAME ??4H225_TerminalInfo@@QAEAAV0@ABV0@@Z @37977 NONAME ??4H225_TimeToLive@@QAEAAV0@H@Z @5637 NONAME ??4H225_TimeToLive@@QAEAAV0@I@Z @5638 NONAME ??4H225_TransportAddress@@QAEAAV0@ABV0@@Z @28450 NONAME ??4H225_TunnelledProtocol@@QAEAAV0@ABV0@@Z @29168 NONAME ??4H225_TunnelledProtocol_id@@QAEAAV0@ABV0@@Z @29169 NONAME ??4H225_UnregRequestReason@@QAEAAV0@ABV0@@Z @5640 NONAME ??4H225_VendorIdentifier@@QAEAAV0@ABV0@@Z @37978 NONAME ??4H235Authenticators@@QAEAAV0@ABV0@@Z @31289 NONAME ??4H235_AuthenticationMechanism@@QAEAAV0@ABV0@@Z @30559 NONAME ??4H235_ChallengeString@@QAEAAV0@ABV0@@Z @34864 NONAME ??4H235_ChallengeString@@QAEAAV0@ABVPBYTEArray@@@Z @5641 NONAME ??4H235_ChallengeString@@QAEAAV0@ABVPString@@@Z @5642 NONAME ??4H235_ChallengeString@@QAEAAV0@PBD@Z @5643 NONAME ??4H235_ClearToken@@QAEAAV0@ABV0@@Z @34865 NONAME ??4H235_DHset@@QAEAAV0@ABV0@@Z @34866 NONAME ??4H235_ECKASDH@@QAEAAV0@ABV0@@Z @34867 NONAME ??4H235_H235Key@@QAEAAV0@ABV0@@Z @38458 NONAME ??4H235_Identifier@@QAEAAV0@ABV0@@Z @34868 NONAME ??4H235_Identifier@@QAEAAV0@ABV?$PScalarArray@G@@@Z @37999 NONAME ??4H235_Identifier@@QAEAAV0@ABVPASN_BMPString@@@Z @28787 NONAME ??4H235_Identifier@@QAEAAV0@ABVPString@@@Z @5644 NONAME ??4H235_Identifier@@QAEAAV0@PBD@Z @5645 NONAME ??4H235_IV16@@QAEAAV0@ABVPBYTEArray@@@Z @28697 NONAME ??4H235_IV16@@QAEAAV0@ABVPString@@@Z @28698 NONAME ??4H235_IV16@@QAEAAV0@PBD@Z @28699 NONAME ??4H235_IV8@@QAEAAV0@ABVPBYTEArray@@@Z @5646 NONAME ??4H235_IV8@@QAEAAV0@ABVPString@@@Z @5647 NONAME ??4H235_IV8@@QAEAAV0@PBD@Z @5648 NONAME ??4H235_NonStandardParameter@@QAEAAV0@ABV0@@Z @34869 NONAME ??4H235_Password@@QAEAAV0@ABV0@@Z @34870 NONAME ??4H235_Password@@QAEAAV0@ABV?$PScalarArray@G@@@Z @38000 NONAME ??4H235_Password@@QAEAAV0@ABVPASN_BMPString@@@Z @28788 NONAME ??4H235_Password@@QAEAAV0@ABVPString@@@Z @5649 NONAME ??4H235_Password@@QAEAAV0@PBD@Z @5650 NONAME ??4H235_RandomVal@@QAEAAV0@ABV0@@Z @34871 NONAME ??4H235_RandomVal@@QAEAAV0@H@Z @5651 NONAME ??4H235_RandomVal@@QAEAAV0@I@Z @5652 NONAME ??4H235_TimeStamp@@QAEAAV0@ABV0@@Z @28827 NONAME ??4H235_TimeStamp@@QAEAAV0@H@Z @5653 NONAME ??4H235_TimeStamp@@QAEAAV0@I@Z @5654 NONAME ??4H235_TypedCertificate@@QAEAAV0@ABV0@@Z @34872 NONAME ??4H245_ArrayOf_ModeDescription@@QAEAAV0@ABV0@@Z @29607 NONAME ??4H245_CapabilityDescriptorNumber@@QAEAAV0@H@Z @5655 NONAME ??4H245_CapabilityDescriptorNumber@@QAEAAV0@I@Z @5656 NONAME ??4H245_CapabilityIdentifier@@QAEAAV0@ABV0@@Z @53288 NONAME ??4H245_CapabilityTableEntryNumber@@QAEAAV0@H@Z @5657 NONAME ??4H245_CapabilityTableEntryNumber@@QAEAAV0@I@Z @5658 NONAME ??4H245_CommandMessage@@QAEAAV0@ABV0@@Z @5659 NONAME ??4H245_ConferenceID@@QAEAAV0@ABVPBYTEArray@@@Z @5660 NONAME ??4H245_ConferenceID@@QAEAAV0@ABVPString@@@Z @5661 NONAME ??4H245_ConferenceID@@QAEAAV0@PBD@Z @5662 NONAME ??4H245_IV16@@QAEAAV0@ABVPBYTEArray@@@Z @53071 NONAME ??4H245_IV16@@QAEAAV0@ABVPString@@@Z @53072 NONAME ??4H245_IV16@@QAEAAV0@PBD@Z @53073 NONAME ??4H245_IV8@@QAEAAV0@ABVPBYTEArray@@@Z @53074 NONAME ??4H245_IV8@@QAEAAV0@ABVPString@@@Z @53075 NONAME ??4H245_IV8@@QAEAAV0@PBD@Z @53076 NONAME ??4H245_LogicalChannelNumber@@QAEAAV0@H@Z @5663 NONAME ??4H245_LogicalChannelNumber@@QAEAAV0@I@Z @5664 NONAME ??4H245_MaximumBitRate@@QAEAAV0@H@Z @25309 NONAME ??4H245_MaximumBitRate@@QAEAAV0@I@Z @25310 NONAME ??4H245_MaxRedundancy@@QAEAAV0@H@Z @53440 NONAME ??4H245_MaxRedundancy@@QAEAAV0@I@Z @53441 NONAME ??4H245_McuNumber@@QAEAAV0@H@Z @5665 NONAME ??4H245_McuNumber@@QAEAAV0@I@Z @5666 NONAME ??4H245_ModeDescription@@QAEAAV0@ABV0@@Z @29608 NONAME ??4H245_MultiplexTableEntryNumber@@QAEAAV0@H@Z @5667 NONAME ??4H245_MultiplexTableEntryNumber@@QAEAAV0@I@Z @5668 NONAME ??4H245_Password@@QAEAAV0@ABVPBYTEArray@@@Z @5669 NONAME ??4H245_Password@@QAEAAV0@ABVPString@@@Z @5670 NONAME ??4H245_Password@@QAEAAV0@PBD@Z @5671 NONAME ??4H245_RequestMessage@@QAEAAV0@ABV0@@Z @5672 NONAME ??4H245_ResponseMessage@@QAEAAV0@ABV0@@Z @5673 NONAME ??4H245_SequenceNumber@@QAEAAV0@H@Z @5674 NONAME ??4H245_SequenceNumber@@QAEAAV0@I@Z @5675 NONAME ??4H245_TerminalID@@QAEAAV0@ABVPBYTEArray@@@Z @5676 NONAME ??4H245_TerminalID@@QAEAAV0@ABVPString@@@Z @5677 NONAME ??4H245_TerminalID@@QAEAAV0@PBD@Z @5678 NONAME ??4H245_TerminalNumber@@QAEAAV0@H@Z @5679 NONAME ??4H245_TerminalNumber@@QAEAAV0@I@Z @5680 NONAME ??4H245_UserInputIndication@@QAEAAV0@ABV0@@Z @5681 NONAME ??4H248_AuthData@@QAEAAV0@ABVPBYTEArray@@@Z @32724 NONAME ??4H248_AuthData@@QAEAAV0@ABVPString@@@Z @32725 NONAME ??4H248_AuthData@@QAEAAV0@PBD@Z @32726 NONAME ??4H248_ContextID@@QAEAAV0@H@Z @32727 NONAME ??4H248_ContextID@@QAEAAV0@I@Z @32728 NONAME ??4H248_DigitMapName@@QAEAAV0@ABVPBYTEArray@@@Z @32729 NONAME ??4H248_DigitMapName@@QAEAAV0@ABVPString@@@Z @32730 NONAME ??4H248_DigitMapName@@QAEAAV0@PBD@Z @32731 NONAME ??4H248_ErrorCode@@QAEAAV0@H@Z @32732 NONAME ??4H248_ErrorCode@@QAEAAV0@I@Z @32733 NONAME ??4H248_ErrorText@@QAEAAV0@ABVPString@@@Z @32734 NONAME ??4H248_ErrorText@@QAEAAV0@PBD@Z @32735 NONAME ??4H248_EventBufferControl@@QAEAAV0@I@Z @32736 NONAME ??4H248_EventName@@QAEAAV0@ABVPBYTEArray@@@Z @32737 NONAME ??4H248_EventName@@QAEAAV0@ABVPString@@@Z @32738 NONAME ??4H248_EventName@@QAEAAV0@PBD@Z @32739 NONAME ??4H248_ModemType@@QAEAAV0@I@Z @32740 NONAME ??4H248_MuxType@@QAEAAV0@I@Z @32741 NONAME ??4H248_Name@@QAEAAV0@ABVPBYTEArray@@@Z @32742 NONAME ??4H248_Name@@QAEAAV0@ABVPString@@@Z @32743 NONAME ??4H248_Name@@QAEAAV0@PBD@Z @32744 NONAME ??4H248_PathName@@QAEAAV0@ABVPString@@@Z @32745 NONAME ??4H248_PathName@@QAEAAV0@PBD@Z @32746 NONAME ??4H248_PkgdName@@QAEAAV0@ABVPBYTEArray@@@Z @32747 NONAME ??4H248_PkgdName@@QAEAAV0@ABVPString@@@Z @32748 NONAME ??4H248_PkgdName@@QAEAAV0@PBD@Z @32749 NONAME ??4H248_Relation@@QAEAAV0@I@Z @32750 NONAME ??4H248_RequestID@@QAEAAV0@H@Z @32751 NONAME ??4H248_RequestID@@QAEAAV0@I@Z @32752 NONAME ??4H248_SecurityParmIndex@@QAEAAV0@ABVPBYTEArray@@@Z @32753 NONAME ??4H248_SecurityParmIndex@@QAEAAV0@ABVPString@@@Z @32754 NONAME ??4H248_SecurityParmIndex@@QAEAAV0@PBD@Z @32755 NONAME ??4H248_SequenceNum@@QAEAAV0@ABVPBYTEArray@@@Z @32756 NONAME ??4H248_SequenceNum@@QAEAAV0@ABVPString@@@Z @32757 NONAME ??4H248_SequenceNum@@QAEAAV0@PBD@Z @32758 NONAME ??4H248_ServiceChangeMethod@@QAEAAV0@I@Z @32759 NONAME ??4H248_ServiceState@@QAEAAV0@I@Z @32760 NONAME ??4H248_SignalName@@QAEAAV0@ABVPBYTEArray@@@Z @32761 NONAME ??4H248_SignalName@@QAEAAV0@ABVPString@@@Z @32762 NONAME ??4H248_SignalName@@QAEAAV0@PBD@Z @32763 NONAME ??4H248_SignalType@@QAEAAV0@I@Z @32764 NONAME ??4H248_StreamID@@QAEAAV0@H@Z @32765 NONAME ??4H248_StreamID@@QAEAAV0@I@Z @32766 NONAME ??4H248_StreamMode@@QAEAAV0@I@Z @32767 NONAME ??4H248_TopologyRequest_topologyDirection@@QAEAAV0@I@Z @32768 NONAME ??4H248_TransactionId@@QAEAAV0@H@Z @32769 NONAME ??4H248_TransactionId@@QAEAAV0@I@Z @32770 NONAME ??4H248_WildcardField@@QAEAAV0@ABVPBYTEArray@@@Z @32771 NONAME ??4H248_WildcardField@@QAEAAV0@ABVPString@@@Z @32772 NONAME ??4H248_WildcardField@@QAEAAV0@PBD@Z @32773 NONAME ??4H323Capabilities@@QAEAAV0@ABV0@@Z @17205 NONAME ??4H323ChannelNumber@@QAEAAV0@ABV0@@Z @5683 NONAME ??4H323TransactionPDU@@QAEAAV0@ABV0@@Z @37203 NONAME ??4H323TransportAddress@@QAEAAV0@ABV0@@Z @5685 NONAME ??4H323TransportAddressArray@@QAEAAV0@ABV0@@Z @34573 NONAME ??4H45010_H323CallOfferOperations@@QAEAAV0@I@Z @23290 NONAME ??4H45011_CallIntrusionErrors@@QAEAAV0@I@Z @23291 NONAME ??4H45011_CICapabilityLevel@@QAEAAV0@H@Z @23292 NONAME ??4H45011_CICapabilityLevel@@QAEAAV0@I@Z @23293 NONAME ??4H45011_CIProtectionLevel@@QAEAAV0@H@Z @23294 NONAME ??4H45011_CIProtectionLevel@@QAEAAV0@I@Z @23295 NONAME ??4H45011_CIStatusInformation@@QAEAAV0@ABV0@@Z @31204 NONAME ??4H45011_H323CallIntrusionOperations@@QAEAAV0@I@Z @23296 NONAME ??4H4501_GeneralErrorList@@QAEAAV0@I@Z @21400 NONAME ??4H4501_H225InformationElement@@QAEAAV0@ABVPBYTEArray@@@Z @21401 NONAME ??4H4501_H225InformationElement@@QAEAAV0@ABVPString@@@Z @21402 NONAME ??4H4501_H225InformationElement@@QAEAAV0@PBD@Z @21403 NONAME ??4H4501_InvokeIDs@@QAEAAV0@H@Z @21404 NONAME ??4H4501_InvokeIDs@@QAEAAV0@I@Z @21405 NONAME ??4H4501_InvokeIdSet@@QAEAAV0@H@Z @21406 NONAME ??4H4501_InvokeIdSet@@QAEAAV0@I@Z @21407 NONAME ??4H4501_NSAPSubaddress@@QAEAAV0@ABVPBYTEArray@@@Z @21408 NONAME ??4H4501_NSAPSubaddress@@QAEAAV0@ABVPString@@@Z @21409 NONAME ??4H4501_NSAPSubaddress@@QAEAAV0@PBD@Z @21410 NONAME ??4H4501_PresentationAllowedIndicator@@QAEAAV0@H@Z @21411 NONAME ??4H4501_ScreeningIndicator@@QAEAAV0@I@Z @21412 NONAME ??4H4501_SubaddressInformation@@QAEAAV0@ABVPBYTEArray@@@Z @21413 NONAME ??4H4501_SubaddressInformation@@QAEAAV0@ABVPString@@@Z @21414 NONAME ??4H4501_SubaddressInformation@@QAEAAV0@PBD@Z @21415 NONAME ??4H4502_CallIdentity@@QAEAAV0@ABVPString@@@Z @21416 NONAME ??4H4502_CallIdentity@@QAEAAV0@PBD@Z @21417 NONAME ??4H4502_CallStatus@@QAEAAV0@I@Z @21418 NONAME ??4H4502_CallTransferErrors@@QAEAAV0@I@Z @21419 NONAME ??4H4502_CallTransferOperation@@QAEAAV0@I@Z @21420 NONAME ??4H4502_EndDesignation@@QAEAAV0@I@Z @21421 NONAME ??4H4503_BasicService@@QAEAAV0@I@Z @22716 NONAME ??4H4503_CallDiversionErrors@@QAEAAV0@I@Z @22717 NONAME ??4H4503_DiversionReason@@QAEAAV0@I@Z @22718 NONAME ??4H4503_H323CallDiversionOperations@@QAEAAV0@I@Z @22719 NONAME ??4H4503_Procedure@@QAEAAV0@I@Z @22720 NONAME ??4H4503_SubscriptionOption@@QAEAAV0@I@Z @22721 NONAME ??4H4504_CallHoldOperation@@QAEAAV0@I@Z @22356 NONAME ??4H4505_CallParkPickupOperations@@QAEAAV0@I@Z @23297 NONAME ??4H4505_CallPickupErrors@@QAEAAV0@I@Z @23298 NONAME ??4H4505_CallType@@QAEAAV0@I@Z @23299 NONAME ??4H4505_ParkCondition@@QAEAAV0@I@Z @23300 NONAME ??4H4505_ParkedToPosition@@QAEAAV0@H@Z @23301 NONAME ??4H4505_ParkedToPosition@@QAEAAV0@I@Z @23302 NONAME ??4H4506_CallWaitingOperations@@QAEAAV0@I@Z @23303 NONAME ??4H4507_BasicService@@QAEAAV0@I@Z @23304 NONAME ??4H4507_H323_MWI_Operations@@QAEAAV0@I@Z @23305 NONAME ??4H4507_MessageWaitingIndicationErrors@@QAEAAV0@I@Z @23306 NONAME ??4H4507_NbOfMessages@@QAEAAV0@H@Z @23307 NONAME ??4H4507_NbOfMessages@@QAEAAV0@I@Z @23308 NONAME ??4H4508_ExtendedName@@QAEAAV0@ABV?$PScalarArray@G@@@Z @38001 NONAME ??4H4508_ExtendedName@@QAEAAV0@ABVPASN_BMPString@@@Z @28789 NONAME ??4H4508_ExtendedName@@QAEAAV0@ABVPString@@@Z @23309 NONAME ??4H4508_ExtendedName@@QAEAAV0@PBD@Z @23310 NONAME ??4H4508_NameOperations@@QAEAAV0@I@Z @23311 NONAME ??4H4508_SimpleName@@QAEAAV0@ABVPBYTEArray@@@Z @23312 NONAME ??4H4508_SimpleName@@QAEAAV0@ABVPString@@@Z @23313 NONAME ??4H4508_SimpleName@@QAEAAV0@PBD@Z @23314 NONAME ??4H4509_CallCompletionErrors@@QAEAAV0@I@Z @23315 NONAME ??4H4509_H323CallCompletionOperations@@QAEAAV0@I@Z @23316 NONAME ??4H501PDU@@QAEAAV0@ABV0@@Z @37204 NONAME ??4H501_ApplicationMessage@@QAEAAV0@ABVPBYTEArray@@@Z @35677 NONAME ??4H501_ApplicationMessage@@QAEAAV0@ABVPString@@@Z @35678 NONAME ??4H501_ApplicationMessage@@QAEAAV0@PBD@Z @35679 NONAME ??4H501_ArrayOf_AddressTemplate@@QAEAAV0@ABV0@@Z @37609 NONAME ??4H501_ArrayOf_ClearToken@@QAEAAV0@ABV0@@Z @36910 NONAME ??4H501_ArrayOf_CryptoH323Token@@QAEAAV0@ABV0@@Z @36911 NONAME ??4H501_ArrayOf_GenericData@@QAEAAV0@ABV0@@Z @36912 NONAME ??4H501_ArrayOf_NonStandardParameter@@QAEAAV0@ABV0@@Z @36913 NONAME ??4H501_ArrayOf_TransportAddress@@QAEAAV0@ABV0@@Z @36914 NONAME ??4H501_ElementIdentifier@@QAEAAV0@ABV?$PScalarArray@G@@@Z @38002 NONAME ??4H501_ElementIdentifier@@QAEAAV0@ABVPASN_BMPString@@@Z @35680 NONAME ??4H501_ElementIdentifier@@QAEAAV0@ABVPString@@@Z @35681 NONAME ??4H501_ElementIdentifier@@QAEAAV0@PBD@Z @35683 NONAME ??4H501_GlobalTimeStamp@@QAEAAV0@ABVPString@@@Z @35684 NONAME ??4H501_GlobalTimeStamp@@QAEAAV0@PBD@Z @35685 NONAME ??4H501_Message@@QAEAAV0@ABV0@@Z @37205 NONAME ??4H501_MessageBody@@QAEAAV0@ABV0@@Z @37206 NONAME ??4H501_MessageCommonInfo@@QAEAAV0@ABV0@@Z @36915 NONAME ??4H501_ProtocolVersion@@QAEAAV0@ABV0@@Z @36916 NONAME ??4H501_ServiceReleaseReason@@QAEAAV0@ABV0@@Z @36917 NONAME ??4H501_TimeZone@@QAEAAV0@H@Z @35686 NONAME ??4H501_TimeZone@@QAEAAV0@I@Z @35687 NONAME ??4LookupRecord@@QAEAAU0@ABU0@@Z @52805 NONAME ??4MCS_AssignedChannelId@@QAEAAV0@H@Z @5712 NONAME ??4MCS_AssignedChannelId@@QAEAAV0@I@Z @5713 NONAME ??4MCS_ChannelId@@QAEAAV0@H@Z @5714 NONAME ??4MCS_ChannelId@@QAEAAV0@I@Z @5715 NONAME ??4MCS_DataPriority@@QAEAAV0@I@Z @5716 NONAME ??4MCS_Diagnostic@@QAEAAV0@I@Z @5717 NONAME ??4MCS_DynamicChannelId@@QAEAAV0@H@Z @5718 NONAME ??4MCS_DynamicChannelId@@QAEAAV0@I@Z @5719 NONAME ??4MCS_PrivateChannelId@@QAEAAV0@H@Z @5720 NONAME ??4MCS_PrivateChannelId@@QAEAAV0@I@Z @5721 NONAME ??4MCS_Reason@@QAEAAV0@I@Z @5722 NONAME ??4MCS_Result@@QAEAAV0@I@Z @5723 NONAME ??4MCS_StaticChannelId@@QAEAAV0@H@Z @5724 NONAME ??4MCS_StaticChannelId@@QAEAAV0@I@Z @5725 NONAME ??4MCS_TokenId@@QAEAAV0@H@Z @5726 NONAME ??4MCS_TokenId@@QAEAAV0@I@Z @5727 NONAME ??4MCS_TokenStatus@@QAEAAV0@I@Z @5728 NONAME ??4MCS_UserId@@QAEAAV0@H@Z @5729 NONAME ??4MCS_UserId@@QAEAAV0@I@Z @5730 NONAME ??4MSIPAddress@PILSSession@@QAEAAV01@ABV01@@Z @37940 NONAME ??4OpalGloballyUniqueID@@QAEAAV0@ABV0@@Z @20686 NONAME ??4OpalMediaFormat@@QAEAAV0@ABV0@@Z @20598 NONAME ??4PASN_BMPString@@QAEAAV0@ABVPString@@@Z @28790 NONAME ??4PASN_Boolean@@QAEAAV0@ABV0@@Z @29170 NONAME ??4PASN_Boolean@@QAEAAV0@H@Z @5734 NONAME ??4PASN_ConstrainedObject@@QAEAAV0@ABV0@@Z @5735 NONAME ??4PASN_ConstrainedString@@QAEAAV0@ABV0@@Z @29171 NONAME ??4PASN_ConstrainedString@@QAEAAV0@ABVPString@@@Z @5736 NONAME ??4PASN_IA5String@@QAEAAV0@ABV0@@Z @29172 NONAME ??4PASN_Integer@@QAEAAV0@ABV0@@Z @5737 NONAME ??4PASN_Null@@QAEAAV0@ABV0@@Z @29173 NONAME ??4PASN_Object@@QAEAAV0@ABV0@@Z @5738 NONAME ??4PASN_Stream@@QAEAAV0@ABV0@@Z @37207 NONAME ??4PCaselessString@@QAEAAV0@ABV0@@Z @20678 NONAME ??4POrdinalKey@@QAEAAV0@ABV0@@Z @37610 NONAME ??4PPER_Stream@@QAEAAV0@ABV0@@Z @37208 NONAME ??4PUInt16b@@QAEAAU0@G@Z @5744 NONAME ??4PUInt32b@@QAEAAU0@K@Z @5745 NONAME ??4Q931@@QAEAAV0@ABV0@@Z @5746 NONAME ??4RTP_DataFrame@@QAEAAV0@ABV0@@Z @17153 NONAME ??4RTP_SessionManager@@QAEAAV0@ABV0@@Z @31460 NONAME ??4T38_Data_Field_subtype_field_type@@QAEAAV0@I@Z @28122 NONAME ??4T38_PreCorrigendum_Data_Field_subtype_field_type@@QAEAAV0@I@Z @31721 NONAME ??4T38_Type_of_msg@@QAEAAV0@ABV0@@Z @29348 NONAME ??4T38_Type_of_msg_data@@QAEAAV0@I@Z @28123 NONAME ??4T38_Type_of_msg_t30_indicator@@QAEAAV0@I@Z @28124 NONAME ??4X880_GeneralProblem@@QAEAAV0@H@Z @21422 NONAME ??4X880_GeneralProblem@@QAEAAV0@I@Z @21423 NONAME ??4X880_InvokeId@@QAEAAV0@H@Z @21424 NONAME ??4X880_InvokeId@@QAEAAV0@I@Z @21425 NONAME ??4X880_InvokeProblem@@QAEAAV0@H@Z @21426 NONAME ??4X880_InvokeProblem@@QAEAAV0@I@Z @21427 NONAME ??4X880_RejectProblem@@QAEAAV0@H@Z @21428 NONAME ??4X880_RejectProblem@@QAEAAV0@I@Z @21429 NONAME ??4X880_ReturnErrorProblem@@QAEAAV0@H@Z @21430 NONAME ??4X880_ReturnErrorProblem@@QAEAAV0@I@Z @21431 NONAME ??4X880_ReturnResultProblem@@QAEAAV0@H@Z @21432 NONAME ??4X880_ReturnResultProblem@@QAEAAV0@I@Z @21433 NONAME ??4X880_ROS@@QAEAAV0@ABV0@@Z @21434 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@ABUPUInt32b@@@Z @39009 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@ABVCodecReadAnalyser@@@Z @39010 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@ABVH323TransactionPDU@@@Z @39011 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@W4AnswerCallResponse@H323Connection@@@Z @39012 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@W4CallEndReason@H323Connection@@@Z @39013 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@W4CallProgressTones@OpalLineInterfaceDevice@@@Z @39014 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@W4CapabilityDirection@H323Capability@@@Z @39015 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@W4CauseValues@Q931@@@Z @39016 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@W4ConnectionStates@H323Connection@@@Z @39017 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@W4Directions@H323Channel@@@Z @39018 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@W4FastStartStates@H323Connection@@@Z @39019 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@W4InformationElementCodes@Q931@@@Z @39020 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@W4MainTypes@H323Capability@@@Z @39021 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@W4PayloadTypes@RTP_DataFrame@@@Z @39022 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@W4SendUserInputModes@H323Connection@@@Z @39023 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@W4States@H245NegLogicalChannel@@@Z @39024 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@W4States@H245NegMasterSlaveDetermination@@@Z @39025 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@W4States@H245NegTerminalCapabilitySet@@@Z @39026 NONAME ??7OpalGloballyUniqueID@@QBE_NXZ @50648 NONAME ??8const_iterator@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QBE_NABV012@@Z @52806 NONAME ??8const_iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QBE_NABV012@@Z @52197 NONAME ??8const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBE_NABV012@@Z @52807 NONAME ??8const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBE_NABV012@@Z @51679 NONAME ??8const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBE_NABV012@@Z @51680 NONAME ??8const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBE_NABV012@@Z @52399 NONAME ??8const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBE_NABV012@@Z @51681 NONAME ??8PASN_ObjectId@@QBE_NABV0@@Z @50649 NONAME ??8PASN_ObjectId@@QBE_NABVPString@@@Z @50650 NONAME ??9Address@PIPSocket@@QBE_NABV01@@Z @50651 NONAME ??9const_iterator@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QBE_NABV012@@Z @52808 NONAME ??9const_iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QBE_NABV012@@Z @52198 NONAME ??9const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBE_NABV012@@Z @52809 NONAME ??9const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBE_NABV012@@Z @51682 NONAME ??9const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBE_NABV012@@Z @51683 NONAME ??9const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBE_NABV012@@Z @52400 NONAME ??9const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBE_NABV012@@Z @51684 NONAME ??9PASN_ObjectId@@QBE_NPBD@Z @50653 NONAME ??A?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@@std@@QAEAAPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@ABI@Z @52199 NONAME ??A?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@@std@@QAEAAPAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@ABVPString@@@Z @52810 NONAME ??A?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@@std@@QAEAAPAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@ABVPString@@@Z @51685 NONAME ??A?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@@std@@QAEAAPAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@ABVPString@@@Z @52401 NONAME ??A?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@@std@@QAEAAPAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@ABVPString@@@Z @51686 NONAME ??A?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@@std@@QAEAAPAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@ABVPString@@@Z @51687 NONAME ??A?$PArray@V?$PList@VH323Capability@@@@@@QBEAAV?$PList@VH323Capability@@@@H@Z @17048 NONAME ??A?$PArray@VH323SimultaneousCapabilities@@@@QBEAAVH323SimultaneousCapabilities@@H@Z @17049 NONAME ??A?$PArray@VH323TransportAddress@@@@QBEAAVH323TransportAddress@@H@Z @28451 NONAME ??A?$PArray@VPASN_Object@@@@QBEAAVPASN_Object@@H@Z @17050 NONAME ??A?$PArray@VReceiverReport@RTP_Session@@@@QBEAAVReceiverReport@RTP_Session@@H@Z @17051 NONAME ??A?$PArray@VSourceDescription@RTP_Session@@@@QBEAAVSourceDescription@RTP_Session@@H@Z @17052 NONAME ??A?$PBaseArray@E@@QBEEH@Z @17053 NONAME ??A?$PBaseArray@I@@QBEIH@Z @28452 NONAME ??A?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@QBEAAVH245NegLogicalChannel@@ABVH323ChannelNumber@@@Z @5763 NONAME ??A?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@QBEAAVH323ServiceControlSession@@ABVPOrdinalKey@@@Z @32774 NONAME ??A?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@QBEAAVH450xHandler@@ABVPOrdinalKey@@@Z @28983 NONAME ??A?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@QBEAAVPBYTEArray@@ABVPOrdinalKey@@@Z @5764 NONAME ??A?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@QBEAAVRTP_Session@@ABVPOrdinalKey@@@Z @5765 NONAME ??A?$PDictionary@VPString@@VH323Connection@@@@QBEAAVH323Connection@@ABVPString@@@Z @5766 NONAME ??A?$PList@VH235Authenticator@@@@QBEAAVH235Authenticator@@H@Z @28828 NONAME ??A?$PList@VH245_GenericParameter@@@@QBEAAVH245_GenericParameter@@H@Z @53289 NONAME ??A?$PList@VH323Capability@@@@QBEAAVH323Capability@@H@Z @5767 NONAME ??A?$PList@VH323Channel@@@@QBEAAVH323Channel@@H@Z @5768 NONAME ??A?$PList@VH323GatekeeperListener@@@@QBEAAVH323GatekeeperListener@@H@Z @28453 NONAME ??A?$PList@VH323Listener@@@@QBEAAVH323Listener@@H@Z @5770 NONAME ??A?$PList@VH323Transactor@@@@QBEAAVH323Transactor@@H@Z @34956 NONAME ??A?$PList@VH450xHandler@@@@QBEAAVH450xHandler@@H@Z @28984 NONAME ??A?$PList@VOpalMediaFormat@@@@QBEAAVOpalMediaFormat@@H@Z @20599 NONAME ??A?$PList@VPBYTEArray@@@@QBEAAVPBYTEArray@@H@Z @34560 NONAME ??A?$POrdinalDictionary@VPString@@@@QBEHABVPString@@@Z @32775 NONAME ??A?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@QBEAAVAlternateInfo@H323Gatekeeper@@H@Z @30822 NONAME ??A?$PSortedList@VH225_AliasAddress@@@@QBEAAVH225_AliasAddress@@H@Z @37611 NONAME ??A?$PSortedList@VH323GatekeeperCall@@@@QBEAAVH323GatekeeperCall@@H@Z @28454 NONAME ??A?$PSortedList@VResponse@H323Transactor@@@@QBEAAVResponse@H323Transactor@@H@Z @37381 NONAME ??A?$PStringDictionary@VPOrdinalKey@@@@QBEABVPString@@ABVPOrdinalKey@@@Z @30628 NONAME ??AGCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@QBEAAVGCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@H@Z @5771 NONAME ??AGCC_ApplicationRecord_nonCollapsingCapabilities@@QBEAAVGCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@H@Z @5772 NONAME ??AGCC_ArrayOf_ApplicationInvokeSpecifier@@QBEAAVGCC_ApplicationInvokeSpecifier@@H@Z @5773 NONAME ??AGCC_ArrayOf_ChallengeItem@@QBEAAVGCC_ChallengeItem@@H@Z @5774 NONAME ??AGCC_ArrayOf_ConferenceDescriptor@@QBEAAVGCC_ConferenceDescriptor@@H@Z @5775 NONAME ??AGCC_ArrayOf_Privilege@@QBEAAVGCC_Privilege@@H@Z @5776 NONAME ??AGCC_ArrayOf_TextString@@QBEAAVGCC_TextString@@H@Z @5777 NONAME ??AGCC_ArrayOf_UserID@@QBEAAVGCC_UserID@@H@Z @5778 NONAME ??AGCC_NetworkAddress@@QBEAAVGCC_NetworkAddress_subtype@@H@Z @5779 NONAME ??AGCC_RosterUpdateIndication_applicationInformation@@QBEAAVGCC_RosterUpdateIndication_applicationInformation_subtype@@H@Z @5780 NONAME ??AGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@QBEAAVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@H@Z @5781 NONAME ??AGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@QBEAAVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@H@Z @5782 NONAME ??AGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@QBEAAVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@H@Z @5783 NONAME ??AGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@QBEAAVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@H@Z @5784 NONAME ??AGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@QBEAAVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@H@Z @5785 NONAME ??AGCC_UserData@@QBEAAVGCC_UserData_subtype@@H@Z @5786 NONAME ??AH225_AdmissionConfirm_language@@QBEAAVPASN_IA5String@@H@Z @25311 NONAME ??AH225_ArrayOf_AddressPattern@@QBEAAVH225_AddressPattern@@H@Z @25312 NONAME ??AH225_ArrayOf_AdmissionConfirm@@QBEAAVH225_AdmissionConfirm@@H@Z @38459 NONAME ??AH225_ArrayOf_AliasAddress@@QBEAAVH225_AliasAddress@@H@Z @5787 NONAME ??AH225_ArrayOf_AlternateGK@@QBEAAVH225_AlternateGK@@H@Z @5788 NONAME ??AH225_ArrayOf_AuthenticationMechanism@@QBEAAVH235_AuthenticationMechanism@@H@Z @5789 NONAME ??AH225_ArrayOf_BandwidthDetails@@QBEAAVH225_BandwidthDetails@@H@Z @25313 NONAME ??AH225_ArrayOf_CallReferenceValue@@QBEAAVH225_CallReferenceValue@@H@Z @5790 NONAME ??AH225_ArrayOf_CallsAvailable@@QBEAAVH225_CallsAvailable@@H@Z @25314 NONAME ??AH225_ArrayOf_ClearToken@@QBEAAVH235_ClearToken@@H@Z @5791 NONAME ??AH225_ArrayOf_ConferenceIdentifier@@QBEAAVH225_ConferenceIdentifier@@H@Z @5792 NONAME ??AH225_ArrayOf_ConferenceList@@QBEAAVH225_ConferenceList@@H@Z @5793 NONAME ??AH225_ArrayOf_CryptoH323Token@@QBEAAVH225_CryptoH323Token@@H@Z @5794 NONAME ??AH225_ArrayOf_DataRate@@QBEAAVH225_DataRate@@H@Z @5795 NONAME ??AH225_ArrayOf_Endpoint@@QBEAAVH225_Endpoint@@H@Z @5796 NONAME ??AH225_ArrayOf_EnumeratedParameter@@QBEAAVH225_EnumeratedParameter@@H@Z @25315 NONAME ??AH225_ArrayOf_ExtendedAliasAddress@@QBEAAVH225_ExtendedAliasAddress@@H@Z @25316 NONAME ??AH225_ArrayOf_FeatureDescriptor@@QBEAAVH225_FeatureDescriptor@@H@Z @25317 NONAME ??AH225_ArrayOf_GenericData@@QBEAAVH225_GenericData@@H@Z @25318 NONAME ??AH225_ArrayOf_H245Security@@QBEAAVH225_H245Security@@H@Z @5797 NONAME ??AH225_ArrayOf_H248PackagesDescriptor@@QBEAAVH225_H248PackagesDescriptor@@H@Z @25319 NONAME ??AH225_ArrayOf_IntegrityMechanism@@QBEAAVH225_IntegrityMechanism@@H@Z @5798 NONAME ??AH225_ArrayOf_NonStandardParameter@@QBEAAVH225_NonStandardParameter@@H@Z @5799 NONAME ??AH225_ArrayOf_PartyNumber@@QBEAAVH225_PartyNumber@@H@Z @25320 NONAME ??AH225_ArrayOf_PASN_ObjectId@@QBEAAVPASN_ObjectId@@H@Z @5800 NONAME ??AH225_ArrayOf_PASN_OctetString@@QBEAAVPASN_OctetString@@H@Z @5801 NONAME ??AH225_ArrayOf_RasUsageSpecification@@QBEAAVH225_RasUsageSpecification@@H@Z @25321 NONAME ??AH225_ArrayOf_RTPSession@@QBEAAVH225_RTPSession@@H@Z @5802 NONAME ??AH225_ArrayOf_ServiceControlSession@@QBEAAVH225_ServiceControlSession@@H@Z @25322 NONAME ??AH225_ArrayOf_SupportedPrefix@@QBEAAVH225_SupportedPrefix@@H@Z @5803 NONAME ??AH225_ArrayOf_SupportedProtocols@@QBEAAVH225_SupportedProtocols@@H@Z @5804 NONAME ??AH225_ArrayOf_TransportAddress@@QBEAAVH225_TransportAddress@@H@Z @5805 NONAME ??AH225_ArrayOf_TransportChannelInfo@@QBEAAVH225_TransportChannelInfo@@H@Z @5806 NONAME ??AH225_ArrayOf_TunnelledProtocol@@QBEAAVH225_TunnelledProtocol@@H@Z @25323 NONAME ??AH225_CicInfo_cic@@QBEAAVPASN_OctetString@@H@Z @25324 NONAME ??AH225_Connect_UUIE_language@@QBEAAVPASN_IA5String@@H@Z @25325 NONAME ??AH225_GroupID_member@@QBEAAVPASN_Integer@@H@Z @25326 NONAME ??AH225_InfoRequestResponse_perCallInfo@@QBEAAVH225_InfoRequestResponse_perCallInfo_subtype@@H@Z @5807 NONAME ??AH225_InfoRequestResponse_perCallInfo_subtype_pdu@@QBEAAVH225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@H@Z @5808 NONAME ??AH225_RTPSession_associatedSessionIds@@QBEAAVPASN_Integer@@H@Z @5809 NONAME ??AH225_Setup_UUIE_language@@QBEAAVPASN_IA5String@@H@Z @25327 NONAME ??AH225_TransportAddress_ipSourceRoute_route@@QBEAAVPASN_OctetString@@H@Z @5810 NONAME ??AH245_AlternativeCapabilitySet@@QBEAAVH245_CapabilityTableEntryNumber@@H@Z @5811 NONAME ??AH245_ArrayOf_AlternativeCapabilitySet@@QBEAAVH245_AlternativeCapabilitySet@@H@Z @5812 NONAME ??AH245_ArrayOf_BEnhancementParameters@@QBEAAVH245_BEnhancementParameters@@H@Z @5813 NONAME ??AH245_ArrayOf_CapabilityDescriptor@@QBEAAVH245_CapabilityDescriptor@@H@Z @5814 NONAME ??AH245_ArrayOf_CapabilityDescriptorNumber@@QBEAAVH245_CapabilityDescriptorNumber@@H@Z @5815 NONAME ??AH245_ArrayOf_CapabilityTableEntry@@QBEAAVH245_CapabilityTableEntry@@H@Z @5816 NONAME ??AH245_ArrayOf_CapabilityTableEntryNumber@@QBEAAVH245_CapabilityTableEntryNumber@@H@Z @5817 NONAME ??AH245_ArrayOf_CommunicationModeTableEntry@@QBEAAVH245_CommunicationModeTableEntry@@H@Z @5818 NONAME ??AH245_ArrayOf_CustomPictureClockFrequency@@QBEAAVH245_CustomPictureClockFrequency@@H@Z @5819 NONAME ??AH245_ArrayOf_CustomPictureFormat@@QBEAAVH245_CustomPictureFormat@@H@Z @5820 NONAME ??AH245_ArrayOf_DataApplicationCapability@@QBEAAVH245_DataApplicationCapability@@H@Z @5821 NONAME ??AH245_ArrayOf_DialingInformationNetworkType@@QBEAAVH245_DialingInformationNetworkType@@H@Z @25328 NONAME ??AH245_ArrayOf_DialingInformationNumber@@QBEAAVH245_DialingInformationNumber@@H@Z @25329 NONAME ??AH245_ArrayOf_EnhancementOptions@@QBEAAVH245_EnhancementOptions@@H@Z @5822 NONAME ??AH245_ArrayOf_EscrowData@@QBEAAVH245_EscrowData@@H@Z @5823 NONAME ??AH245_ArrayOf_GenericCapability@@QBEAAVH245_GenericCapability@@H@Z @53077 NONAME ??AH245_ArrayOf_GenericParameter@@QBEAAVH245_GenericParameter@@H@Z @25330 NONAME ??AH245_ArrayOf_H263ModeComboFlags@@QBEAAVH245_H263ModeComboFlags@@H@Z @5824 NONAME ??AH245_ArrayOf_H263VideoModeCombos@@QBEAAVH245_H263VideoModeCombos@@H@Z @5825 NONAME ??AH245_ArrayOf_MediaChannelCapability@@QBEAAVH245_MediaChannelCapability@@H@Z @5826 NONAME ??AH245_ArrayOf_MediaDistributionCapability@@QBEAAVH245_MediaDistributionCapability@@H@Z @5827 NONAME ??AH245_ArrayOf_ModeDescription@@QBEAAVH245_ModeDescription@@H@Z @5828 NONAME ??AH245_ArrayOf_MultiplePayloadStreamElement@@QBEAAVH245_MultiplePayloadStreamElement@@H@Z @38460 NONAME ??AH245_ArrayOf_MultiplePayloadStreamElementMode@@QBEAAVH245_MultiplePayloadStreamElementMode@@H@Z @38461 NONAME ??AH245_ArrayOf_MultiplexElement@@QBEAAVH245_MultiplexElement@@H@Z @5829 NONAME ??AH245_ArrayOf_MultiplexEntryDescriptor@@QBEAAVH245_MultiplexEntryDescriptor@@H@Z @5830 NONAME ??AH245_ArrayOf_MultiplexEntryRejectionDescriptions@@QBEAAVH245_MultiplexEntryRejectionDescriptions@@H@Z @5831 NONAME ??AH245_ArrayOf_MultiplexTableEntryNumber@@QBEAAVH245_MultiplexTableEntryNumber@@H@Z @5832 NONAME ??AH245_ArrayOf_NonStandardParameter@@QBEAAVH245_NonStandardParameter@@H@Z @5833 NONAME ??AH245_ArrayOf_ParameterIdentifier@@QBEAAVH245_ParameterIdentifier@@H@Z @25331 NONAME ??AH245_ArrayOf_PictureReference@@QBEAAVH245_PictureReference@@H@Z @25332 NONAME ??AH245_ArrayOf_Q2931Address@@QBEAAVH245_Q2931Address@@H@Z @25333 NONAME ??AH245_ArrayOf_QOSCapability@@QBEAAVH245_QOSCapability@@H@Z @5834 NONAME ??AH245_ArrayOf_RedundancyEncodingCapability@@QBEAAVH245_RedundancyEncodingCapability@@H@Z @5835 NONAME ??AH245_ArrayOf_RedundancyEncodingDTModeElement@@QBEAAVH245_RedundancyEncodingDTModeElement@@H@Z @38462 NONAME ??AH245_ArrayOf_RedundancyEncodingElement@@QBEAAVH245_RedundancyEncodingElement@@H@Z @38463 NONAME ??AH245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@QBEAAVH245_RequestMultiplexEntryRejectionDescriptions@@H@Z @5836 NONAME ??AH245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@QBEAAVH245_RTPH263VideoRedundancyFrameMapping@@H@Z @5837 NONAME ??AH245_ArrayOf_RTPPayloadType@@QBEAAVH245_RTPPayloadType@@H@Z @5838 NONAME ??AH245_ArrayOf_TerminalInformation@@QBEAAVH245_TerminalInformation@@H@Z @5839 NONAME ??AH245_ArrayOf_TerminalLabel@@QBEAAVH245_TerminalLabel@@H@Z @5840 NONAME ??AH245_ArrayOf_VCCapability@@QBEAAVH245_VCCapability@@H@Z @5841 NONAME ??AH245_ArrayOf_VideoCapability@@QBEAAVH245_VideoCapability@@H@Z @53078 NONAME ??AH245_CertSelectionCriteria@@QBEAAVH245_Criteria@@H@Z @5842 NONAME ??AH245_CustomPictureFormat_mPI_customPCF@@QBEAAVH245_CustomPictureFormat_mPI_customPCF_subtype@@H@Z @5843 NONAME ??AH245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@QBEAAVH245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@H@Z @5844 NONAME ??AH245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@QBEAAVPASN_Integer@@H@Z @5845 NONAME ??AH245_EncryptionCapability@@QBEAAVH245_MediaEncryptionAlgorithm@@H@Z @5846 NONAME ??AH245_ModeDescription@@QBEAAVH245_ModeElement@@H@Z @5847 NONAME ??AH245_RTPH263VideoRedundancyEncoding_containedThreads@@QBEAAVPASN_Integer@@H@Z @5848 NONAME ??AH245_RTPH263VideoRedundancyFrameMapping_frameSequence@@QBEAAVPASN_Integer@@H@Z @5849 NONAME ??AH245_UnicastAddress_iPSourceRouteAddress_route@@QBEAAVPASN_OctetString@@H@Z @5850 NONAME ??AH248_ArrayOf_ActionReply@@QBEAAVH248_ActionReply@@H@Z @32776 NONAME ??AH248_ArrayOf_ActionRequest@@QBEAAVH248_ActionRequest@@H@Z @32777 NONAME ??AH248_ArrayOf_AmmDescriptor@@QBEAAVH248_AmmDescriptor@@H@Z @32778 NONAME ??AH248_ArrayOf_CommandReply@@QBEAAVH248_CommandReply@@H@Z @32779 NONAME ??AH248_ArrayOf_CommandRequest@@QBEAAVH248_CommandRequest@@H@Z @32780 NONAME ??AH248_ArrayOf_EventParameter@@QBEAAVH248_EventParameter@@H@Z @32781 NONAME ??AH248_ArrayOf_IndAuditParameter@@QBEAAVH248_IndAuditParameter@@H@Z @32782 NONAME ??AH248_ArrayOf_IndAudPropertyParm@@QBEAAVH248_IndAudPropertyParm@@H@Z @32783 NONAME ??AH248_ArrayOf_IndAudStreamDescriptor@@QBEAAVH248_IndAudStreamDescriptor@@H@Z @32784 NONAME ??AH248_ArrayOf_ModemType@@QBEAAVH248_ModemType@@H@Z @32785 NONAME ??AH248_ArrayOf_ObservedEvent@@QBEAAVH248_ObservedEvent@@H@Z @32786 NONAME ??AH248_ArrayOf_PASN_OctetString@@QBEAAVPASN_OctetString@@H@Z @32787 NONAME ??AH248_ArrayOf_PropertyGroup@@QBEAAVH248_PropertyGroup@@H@Z @32788 NONAME ??AH248_ArrayOf_PropertyParm@@QBEAAVH248_PropertyParm@@H@Z @32789 NONAME ??AH248_ArrayOf_RequestedEvent@@QBEAAVH248_RequestedEvent@@H@Z @32790 NONAME ??AH248_ArrayOf_SecondRequestedEvent@@QBEAAVH248_SecondRequestedEvent@@H@Z @32791 NONAME ??AH248_ArrayOf_Signal@@QBEAAVH248_Signal@@H@Z @32792 NONAME ??AH248_ArrayOf_SigParameter@@QBEAAVH248_SigParameter@@H@Z @32793 NONAME ??AH248_ArrayOf_StreamDescriptor@@QBEAAVH248_StreamDescriptor@@H@Z @32794 NONAME ??AH248_ArrayOf_TerminationID@@QBEAAVH248_TerminationID@@H@Z @32795 NONAME ??AH248_ArrayOf_TopologyRequest@@QBEAAVH248_TopologyRequest@@H@Z @32796 NONAME ??AH248_ArrayOf_Transaction@@QBEAAVH248_Transaction@@H@Z @32797 NONAME ??AH248_ArrayOf_WildcardField@@QBEAAVH248_WildcardField@@H@Z @32798 NONAME ??AH248_EventBufferDescriptor@@QBEAAVH248_EventSpec@@H@Z @32799 NONAME ??AH248_IndAudPropertyGroup@@QBEAAVH248_IndAudPropertyParm@@H@Z @32800 NONAME ??AH248_PackagesDescriptor@@QBEAAVH248_PackagesItem@@H@Z @32801 NONAME ??AH248_PropertyGroup@@QBEAAVH248_PropertyParm@@H@Z @32802 NONAME ??AH248_SignalsDescriptor@@QBEAAVH248_SignalRequest@@H@Z @32803 NONAME ??AH248_StatisticsDescriptor@@QBEAAVH248_StatisticsParameter@@H@Z @32804 NONAME ??AH248_TerminationAudit@@QBEAAVH248_AuditReturnParameter@@H@Z @32805 NONAME ??AH248_TerminationIDList@@QBEAAVH248_TerminationID@@H@Z @32806 NONAME ??AH248_TransactionResponseAck@@QBEAAVH248_TransactionAck@@H@Z @32807 NONAME ??AH248_Value@@QBEAAVPASN_OctetString@@H@Z @32808 NONAME ??AH323Capabilities@@QBEAAVH323Capability@@H@Z @17207 NONAME ??AH45010_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @23317 NONAME ??AH45011_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @23318 NONAME ??AH4501_ArrayOf_AliasAddress@@QBEAAVH225_AliasAddress@@H@Z @21435 NONAME ??AH4501_ArrayOf_ROS@@QBEAAVX880_ROS@@H@Z @21436 NONAME ??AH4502_ExtensionSeq@@QBEAAVH4501_Extension@@H@Z @21437 NONAME ??AH4503_ExtensionSeq@@QBEAAVH4501_Extension@@H@Z @22722 NONAME ??AH4503_IntResultList@@QBEAAVH4503_IntResult@@H@Z @22723 NONAME ??AH4504_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @22357 NONAME ??AH4505_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @23319 NONAME ??AH4506_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @23320 NONAME ??AH4507_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @23321 NONAME ??AH4507_DummyRes@@QBEAAVH4504_MixedExtension@@H@Z @23322 NONAME ??AH4507_MWIInterrogateRes@@QBEAAVH4507_MWIInterrogateResElt@@H@Z @23323 NONAME ??AH4509_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @23324 NONAME ??AH501_ArrayOf_AccessToken@@QBEAAVH501_AccessToken@@H@Z @35688 NONAME ??AH501_ArrayOf_AddressTemplate@@QBEAAVH501_AddressTemplate@@H@Z @35689 NONAME ??AH501_ArrayOf_AliasAddress@@QBEAAVH225_AliasAddress@@H@Z @35690 NONAME ??AH501_ArrayOf_AlternatePE@@QBEAAVH501_AlternatePE@@H@Z @35691 NONAME ??AH501_ArrayOf_CircuitIdentifier@@QBEAAVH225_CircuitIdentifier@@H@Z @35692 NONAME ??AH501_ArrayOf_ClearToken@@QBEAAVH235_ClearToken@@H@Z @35693 NONAME ??AH501_ArrayOf_ContactInformation@@QBEAAVH501_ContactInformation@@H@Z @35694 NONAME ??AH501_ArrayOf_CryptoH323Token@@QBEAAVH225_CryptoH323Token@@H@Z @35695 NONAME ??AH501_ArrayOf_Descriptor@@QBEAAVH501_Descriptor@@H@Z @35696 NONAME ??AH501_ArrayOf_DescriptorInfo@@QBEAAVH501_DescriptorInfo@@H@Z @35698 NONAME ??AH501_ArrayOf_GenericData@@QBEAAVH225_GenericData@@H@Z @35699 NONAME ??AH501_ArrayOf_GloballyUniqueID@@QBEAAVH225_GloballyUniqueID@@H@Z @36918 NONAME ??AH501_ArrayOf_NonStandardParameter@@QBEAAVH225_NonStandardParameter@@H@Z @35700 NONAME ??AH501_ArrayOf_PASN_ObjectId@@QBEAAVPASN_ObjectId@@H@Z @35701 NONAME ??AH501_ArrayOf_Pattern@@QBEAAVH501_Pattern@@H@Z @35702 NONAME ??AH501_ArrayOf_PriceElement@@QBEAAVH501_PriceElement@@H@Z @35703 NONAME ??AH501_ArrayOf_PriceInfoSpec@@QBEAAVH501_PriceInfoSpec@@H@Z @35704 NONAME ??AH501_ArrayOf_RouteInformation@@QBEAAVH501_RouteInformation@@H@Z @35705 NONAME ??AH501_ArrayOf_SecurityMode@@QBEAAVH501_SecurityMode@@H@Z @35706 NONAME ??AH501_ArrayOf_ServiceControlSession@@QBEAAVH225_ServiceControlSession@@H@Z @35707 NONAME ??AH501_ArrayOf_SupportedProtocols@@QBEAAVH225_SupportedProtocols@@H@Z @35708 NONAME ??AH501_ArrayOf_TransportAddress@@QBEAAVH225_TransportAddress@@H@Z @35709 NONAME ??AH501_ArrayOf_UpdateInformation@@QBEAAVH501_UpdateInformation@@H@Z @35710 NONAME ??AH501_ArrayOf_UsageField@@QBEAAVH501_UsageField@@H@Z @35711 NONAME ??AMCS_ArrayOf_ChannelAttributes@@QBEAAVMCS_ChannelAttributes@@H@Z @5858 NONAME ??AMCS_ArrayOf_ChannelId@@QBEAAVMCS_ChannelId@@H@Z @5859 NONAME ??AMCS_ArrayOf_TokenAttributes@@QBEAAVMCS_TokenAttributes@@H@Z @5860 NONAME ??AMCS_ArrayOf_TokenId@@QBEAAVMCS_TokenId@@H@Z @5861 NONAME ??AMCS_ArrayOf_UserId@@QBEAAVMCS_UserId@@H@Z @5862 NONAME ??APASN_Array@@QBEAAVPASN_Object@@H@Z @37612 NONAME ??APASN_ConstrainedString@@QBEDH@Z @5863 NONAME ??APASN_ObjectId@@QBEIH@Z @28456 NONAME ??APASN_OctetString@@QAEAAEH@Z @5864 NONAME ??AT38_ArrayOf_PASN_OctetString@@QBEAAVPASN_OctetString@@H@Z @28125 NONAME ??AT38_Data_Field@@QBEAAVT38_Data_Field_subtype@@H@Z @28126 NONAME ??AT38_PreCorrigendum_Data_Field@@QBEAAVT38_PreCorrigendum_Data_Field_subtype@@H@Z @31722 NONAME ??AT38_UDPTLPacket_error_recovery_secondary_ifp_packets@@QBEAAVT38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@H@Z @28127 NONAME ??B?$PSafePtr@VH323GatekeeperCall@@@@QBEPAVH323GatekeeperCall@@XZ @30392 NONAME ??B?$PSafePtr@VH323PeerElementDescriptor@@@@QBEPAVH323PeerElementDescriptor@@XZ @37209 NONAME ??B?$PSafePtr@VH323PeerElementServiceRelationship@@@@QBEPAVH323PeerElementServiceRelationship@@XZ @37210 NONAME ??B?$PSafePtr@VH323RegisteredEndPoint@@@@QBEPAVH323RegisteredEndPoint@@XZ @30393 NONAME ??BGCC_CapabilityID@@QAEAAVGCC_Key@@XZ @5866 NONAME ??BGCC_CapabilityID@@QBEABVGCC_Key@@XZ @5867 NONAME ??BGCC_ChallengeResponseAlgorithm@@QAEAAVGCC_NonStandardParameter@@XZ @5868 NONAME ??BGCC_ChallengeResponseAlgorithm@@QBEABVGCC_NonStandardParameter@@XZ @5869 NONAME ??BGCC_ChallengeResponseItem@@QAEAAVGCC_PasswordSelector@@XZ @5870 NONAME ??BGCC_ChallengeResponseItem@@QAEAAVGCC_UserData@@XZ @5871 NONAME ??BGCC_ChallengeResponseItem@@QBEABVGCC_PasswordSelector@@XZ @5872 NONAME ??BGCC_ChallengeResponseItem@@QBEABVGCC_UserData@@XZ @5873 NONAME ??BGCC_ConferenceNameSelector@@QAEAAVGCC_SimpleNumericString@@XZ @5874 NONAME ??BGCC_ConferenceNameSelector@@QAEAAVGCC_SimpleTextString@@XZ @5875 NONAME ??BGCC_ConferenceNameSelector@@QBEABVGCC_SimpleNumericString@@XZ @5876 NONAME ??BGCC_ConferenceNameSelector@@QBEABVGCC_SimpleTextString@@XZ @5877 NONAME ??BGCC_ConferencePriorityScheme@@QAEAAVGCC_NonStandardParameter@@XZ @5878 NONAME ??BGCC_ConferencePriorityScheme@@QBEABVGCC_NonStandardParameter@@XZ @5879 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceCreateRequest@@XZ @5880 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceCreateResponse@@XZ @5881 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceInviteRequest@@XZ @5882 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceInviteResponse@@XZ @5883 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceJoinRequest@@XZ @5884 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceJoinResponse@@XZ @5885 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceQueryRequest@@XZ @5886 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceQueryResponse@@XZ @5887 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceCreateRequest@@XZ @5888 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceCreateResponse@@XZ @5889 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceInviteRequest@@XZ @5890 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceInviteResponse@@XZ @5891 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceJoinRequest@@XZ @5892 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceJoinResponse@@XZ @5893 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceQueryRequest@@XZ @5894 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceQueryResponse@@XZ @5895 NONAME ??BGCC_GCCPDU@@QAEAAVGCC_IndicationPDU@@XZ @5896 NONAME ??BGCC_GCCPDU@@QAEAAVGCC_RequestPDU@@XZ @5897 NONAME ??BGCC_GCCPDU@@QAEAAVGCC_ResponsePDU@@XZ @5898 NONAME ??BGCC_GCCPDU@@QBEABVGCC_IndicationPDU@@XZ @5899 NONAME ??BGCC_GCCPDU@@QBEABVGCC_RequestPDU@@XZ @5900 NONAME ??BGCC_GCCPDU@@QBEABVGCC_ResponsePDU@@XZ @5901 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ApplicationInvokeIndication@@XZ @5902 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConductorAssignIndication@@XZ @5903 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConductorPermissionAskIndication@@XZ @5904 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConductorPermissionGrantIndication@@XZ @5905 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConductorReleaseIndication@@XZ @5906 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceAssistanceIndication@@XZ @5907 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceEjectUserIndication@@XZ @5908 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceLockIndication@@XZ @5909 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceTerminateIndication@@XZ @5910 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceTimeExtendIndication@@XZ @5911 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceTimeInquireIndication@@XZ @5912 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceTimeRemainingIndication@@XZ @5913 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceTransferIndication@@XZ @5914 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceUnlockIndication@@XZ @5915 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_NonStandardPDU@@XZ @5916 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_RegistryMonitorEntryIndication@@XZ @5917 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_RosterUpdateIndication@@XZ @5918 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_TextMessageIndication@@XZ @5919 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_UserIDIndication@@XZ @5920 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ApplicationInvokeIndication@@XZ @5921 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConductorAssignIndication@@XZ @5922 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConductorPermissionAskIndication@@XZ @5923 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConductorPermissionGrantIndication@@XZ @5924 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConductorReleaseIndication@@XZ @5925 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceAssistanceIndication@@XZ @5926 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceEjectUserIndication@@XZ @5927 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceLockIndication@@XZ @5928 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceTerminateIndication@@XZ @5929 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceTimeExtendIndication@@XZ @5930 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceTimeInquireIndication@@XZ @5931 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceTimeRemainingIndication@@XZ @5932 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceTransferIndication@@XZ @5933 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceUnlockIndication@@XZ @5934 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_NonStandardPDU@@XZ @5935 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_RegistryMonitorEntryIndication@@XZ @5936 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_RosterUpdateIndication@@XZ @5937 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_TextMessageIndication@@XZ @5938 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_UserIDIndication@@XZ @5939 NONAME ??BGCC_Key@@QAEAAVGCC_H221NonStandardIdentifier@@XZ @5940 NONAME ??BGCC_Key@@QBEABVGCC_H221NonStandardIdentifier@@XZ @5941 NONAME ??BGCC_NetworkAddress_subtype@@QAEAAVGCC_NetworkAddress_subtype_aggregatedChannel@@XZ @5942 NONAME ??BGCC_NetworkAddress_subtype@@QAEAAVGCC_NetworkAddress_subtype_transportConnection@@XZ @5943 NONAME ??BGCC_NetworkAddress_subtype@@QAEAAVGCC_NonStandardParameter@@XZ @5944 NONAME ??BGCC_NetworkAddress_subtype@@QBEABVGCC_NetworkAddress_subtype_aggregatedChannel@@XZ @5945 NONAME ??BGCC_NetworkAddress_subtype@@QBEABVGCC_NetworkAddress_subtype_transportConnection@@XZ @5946 NONAME ??BGCC_NetworkAddress_subtype@@QBEABVGCC_NonStandardParameter@@XZ @5947 NONAME ??BGCC_PasswordChallengeRequestResponse@@QAEAAVGCC_PasswordChallengeRequestResponse_challengeRequestResponse@@XZ @5948 NONAME ??BGCC_PasswordChallengeRequestResponse@@QAEAAVGCC_PasswordSelector@@XZ @5949 NONAME ??BGCC_PasswordChallengeRequestResponse@@QBEABVGCC_PasswordChallengeRequestResponse_challengeRequestResponse@@XZ @5950 NONAME ??BGCC_PasswordChallengeRequestResponse@@QBEABVGCC_PasswordSelector@@XZ @5951 NONAME ??BGCC_PasswordSelector@@QAEAAVGCC_SimpleNumericString@@XZ @5952 NONAME ??BGCC_PasswordSelector@@QAEAAVGCC_SimpleTextString@@XZ @5953 NONAME ??BGCC_PasswordSelector@@QBEABVGCC_SimpleNumericString@@XZ @5954 NONAME ??BGCC_PasswordSelector@@QBEABVGCC_SimpleTextString@@XZ @5955 NONAME ??BGCC_RegistryEntryOwner@@QAEAAVGCC_RegistryEntryOwner_owned@@XZ @5956 NONAME ??BGCC_RegistryEntryOwner@@QBEABVGCC_RegistryEntryOwner_owned@@XZ @5957 NONAME ??BGCC_RegistryItem@@QAEAAVGCC_DynamicChannelID@@XZ @5958 NONAME ??BGCC_RegistryItem@@QAEAAVGCC_DynamicTokenID@@XZ @5959 NONAME ??BGCC_RegistryItem@@QBEABVGCC_DynamicChannelID@@XZ @5960 NONAME ??BGCC_RegistryItem@@QBEABVGCC_DynamicTokenID@@XZ @5961 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceAddRequest@@XZ @5962 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceEjectUserRequest@@XZ @5963 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceJoinRequest@@XZ @5964 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceLockRequest@@XZ @5965 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceTerminateRequest@@XZ @5966 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceTransferRequest@@XZ @5967 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceUnlockRequest@@XZ @5968 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_NonStandardPDU@@XZ @5969 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistryAllocateHandleRequest@@XZ @5970 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistryAssignTokenRequest@@XZ @5971 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistryDeleteEntryRequest@@XZ @5972 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistryMonitorEntryRequest@@XZ @5973 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistryRegisterChannelRequest@@XZ @5974 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistryRetrieveEntryRequest@@XZ @5975 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistrySetParameterRequest@@XZ @5976 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceAddRequest@@XZ @5977 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceEjectUserRequest@@XZ @5978 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceJoinRequest@@XZ @5979 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceLockRequest@@XZ @5980 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceTerminateRequest@@XZ @5981 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceTransferRequest@@XZ @5982 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceUnlockRequest@@XZ @5983 NONAME ??BGCC_RequestPDU@@QBEABVGCC_NonStandardPDU@@XZ @5984 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistryAllocateHandleRequest@@XZ @5985 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistryAssignTokenRequest@@XZ @5986 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistryDeleteEntryRequest@@XZ @5987 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistryMonitorEntryRequest@@XZ @5988 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistryRegisterChannelRequest@@XZ @5989 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistryRetrieveEntryRequest@@XZ @5990 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistrySetParameterRequest@@XZ @5991 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceAddResponse@@XZ @5992 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceEjectUserResponse@@XZ @5993 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceJoinResponse@@XZ @5994 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceLockResponse@@XZ @5995 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceTerminateResponse@@XZ @5996 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceTransferResponse@@XZ @5997 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceUnlockResponse@@XZ @5998 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_FunctionNotSupportedResponse@@XZ @5999 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_NonStandardPDU@@XZ @6000 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_RegistryAllocateHandleResponse@@XZ @6001 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_RegistryResponse@@XZ @6002 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceAddResponse@@XZ @6003 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceEjectUserResponse@@XZ @6004 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceJoinResponse@@XZ @6005 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceLockResponse@@XZ @6006 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceTerminateResponse@@XZ @6007 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceTransferResponse@@XZ @6008 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceUnlockResponse@@XZ @6009 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_FunctionNotSupportedResponse@@XZ @6010 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_NonStandardPDU@@XZ @6011 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_RegistryAllocateHandleResponse@@XZ @6012 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_RegistryResponse@@XZ @6013 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@QAEAAVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@XZ @6014 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@QBEABVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@XZ @6015 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@QAEAAVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@XZ @6016 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@QAEAAVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@XZ @6017 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@QBEABVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@XZ @6018 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@QBEABVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@XZ @6019 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@QAEAAVGCC_ApplicationRecord@@XZ @6020 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@QBEABVGCC_ApplicationRecord@@XZ @6021 NONAME ??BGCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@QAEAAVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@XZ @6022 NONAME ??BGCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@QAEAAVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@XZ @6023 NONAME ??BGCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@QBEABVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@XZ @6024 NONAME ??BGCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@QBEABVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@XZ @6025 NONAME ??BGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@QAEAAVGCC_NodeRecord@@XZ @6026 NONAME ??BGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@QBEABVGCC_NodeRecord@@XZ @6027 NONAME ??BH225_AddressPattern@@QAEAAVH225_AddressPattern_range@@XZ @25334 NONAME ??BH225_AddressPattern@@QAEAAVH225_AliasAddress@@XZ @25335 NONAME ??BH225_AddressPattern@@QBEABVH225_AddressPattern_range@@XZ @25336 NONAME ??BH225_AddressPattern@@QBEABVH225_AliasAddress@@XZ @25337 NONAME ??BH225_AdmissionRejectReason@@QAEAAVH225_ArrayOf_PartyNumber@@XZ @25338 NONAME ??BH225_AdmissionRejectReason@@QAEAAVH225_SecurityErrors2@@XZ @38464 NONAME ??BH225_AdmissionRejectReason@@QBEABVH225_ArrayOf_PartyNumber@@XZ @25339 NONAME ??BH225_AdmissionRejectReason@@QBEABVH225_SecurityErrors2@@XZ @38465 NONAME ??BH225_AliasAddress@@QAEAAVH225_MobileUIM@@XZ @25340 NONAME ??BH225_AliasAddress@@QAEAAVH225_PartyNumber@@XZ @6028 NONAME ??BH225_AliasAddress@@QAEAAVH225_TransportAddress@@XZ @6029 NONAME ??BH225_AliasAddress@@QBEABVH225_MobileUIM@@XZ @25341 NONAME ??BH225_AliasAddress@@QBEABVH225_PartyNumber@@XZ @6030 NONAME ??BH225_AliasAddress@@QBEABVH225_TransportAddress@@XZ @6031 NONAME ??BH225_BandRejectReason@@QAEAAVH225_SecurityErrors2@@XZ @38466 NONAME ??BH225_BandRejectReason@@QBEABVH225_SecurityErrors2@@XZ @38467 NONAME ??BH225_CallTerminationCause@@QAEAAVH225_ReleaseCompleteReason@@XZ @25342 NONAME ??BH225_CallTerminationCause@@QBEABVH225_ReleaseCompleteReason@@XZ @25343 NONAME ??BH225_Content@@QAEAAVH225_AliasAddress@@XZ @25348 NONAME ??BH225_Content@@QAEAAVH225_ArrayOf_EnumeratedParameter@@XZ @25349 NONAME ??BH225_Content@@QAEAAVH225_ArrayOf_GenericData@@XZ @25350 NONAME ??BH225_Content@@QAEAAVH225_GenericIdentifier@@XZ @25351 NONAME ??BH225_Content@@QAEAAVH225_TransportAddress@@XZ @25352 NONAME ??BH225_Content@@QBEABVH225_AliasAddress@@XZ @25353 NONAME ??BH225_Content@@QBEABVH225_ArrayOf_EnumeratedParameter@@XZ @25354 NONAME ??BH225_Content@@QBEABVH225_ArrayOf_GenericData@@XZ @25355 NONAME ??BH225_Content@@QBEABVH225_GenericIdentifier@@XZ @25356 NONAME ??BH225_Content@@QBEABVH225_TransportAddress@@XZ @25357 NONAME ??BH225_CryptoH323Token@@QAEAAV?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@XZ @27711 NONAME ??BH225_CryptoH323Token@@QAEAAV?$H235_SIGNED@VH225_EncodedFastStartToken@@@@XZ @27712 NONAME ??BH225_CryptoH323Token@@QAEAAV?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@XZ @27713 NONAME ??BH225_CryptoH323Token@@QAEAAVH225_CryptoH323Token_cryptoEPPwdHash@@XZ @6035 NONAME ??BH225_CryptoH323Token@@QAEAAVH225_CryptoH323Token_cryptoGKPwdHash@@XZ @6036 NONAME ??BH225_CryptoH323Token@@QAEAAVH235_CryptoToken@@XZ @6037 NONAME ??BH225_CryptoH323Token@@QBEABV?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@XZ @27714 NONAME ??BH225_CryptoH323Token@@QBEABV?$H235_SIGNED@VH225_EncodedFastStartToken@@@@XZ @27715 NONAME ??BH225_CryptoH323Token@@QBEABV?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@XZ @27716 NONAME ??BH225_CryptoH323Token@@QBEABVH225_CryptoH323Token_cryptoEPPwdHash@@XZ @6041 NONAME ??BH225_CryptoH323Token@@QBEABVH225_CryptoH323Token_cryptoGKPwdHash@@XZ @6042 NONAME ??BH225_CryptoH323Token@@QBEABVH235_CryptoToken@@XZ @6043 NONAME ??BH225_DisengageRejectReason@@QAEAAVH225_SecurityErrors2@@XZ @38468 NONAME ??BH225_DisengageRejectReason@@QBEABVH225_SecurityErrors2@@XZ @38469 NONAME ??BH225_EncryptIntAlg@@QAEAAVH225_NonStandardParameter@@XZ @6044 NONAME ??BH225_EncryptIntAlg@@QBEABVH225_NonStandardParameter@@XZ @6045 NONAME ??BH225_GatekeeperRejectReason@@QAEAAVH225_SecurityErrors@@XZ @38470 NONAME ??BH225_GatekeeperRejectReason@@QBEABVH225_SecurityErrors@@XZ @38471 NONAME ??BH225_GenericIdentifier@@QAEAAVH225_GloballyUniqueID@@XZ @25358 NONAME ??BH225_GenericIdentifier@@QBEABVH225_GloballyUniqueID@@XZ @25359 NONAME ??BH225_H245Security@@QAEAAVH225_NonStandardParameter@@XZ @6046 NONAME ??BH225_H245Security@@QAEAAVH225_SecurityCapabilities@@XZ @6047 NONAME ??BH225_H245Security@@QBEABVH225_NonStandardParameter@@XZ @6048 NONAME ??BH225_H245Security@@QBEABVH225_SecurityCapabilities@@XZ @6049 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Alerting_UUIE@@XZ @6050 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_CallProceeding_UUIE@@XZ @6051 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Connect_UUIE@@XZ @6052 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Facility_UUIE@@XZ @6053 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Information_UUIE@@XZ @6054 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Notify_UUIE@@XZ @25360 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Progress_UUIE@@XZ @6055 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_ReleaseComplete_UUIE@@XZ @6056 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_SetupAcknowledge_UUIE@@XZ @25361 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Setup_UUIE@@XZ @6057 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_StatusInquiry_UUIE@@XZ @25362 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Status_UUIE@@XZ @25363 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Alerting_UUIE@@XZ @6058 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_CallProceeding_UUIE@@XZ @6059 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Connect_UUIE@@XZ @6060 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Facility_UUIE@@XZ @6061 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Information_UUIE@@XZ @6062 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Notify_UUIE@@XZ @25364 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Progress_UUIE@@XZ @6063 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_ReleaseComplete_UUIE@@XZ @6064 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_SetupAcknowledge_UUIE@@XZ @25365 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Setup_UUIE@@XZ @6065 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_StatusInquiry_UUIE@@XZ @25366 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Status_UUIE@@XZ @25367 NONAME ??BH225_InfoRequestNakReason@@QAEAAVH225_SecurityErrors2@@XZ @38472 NONAME ??BH225_InfoRequestNakReason@@QBEABVH225_SecurityErrors2@@XZ @38473 NONAME ??BH225_IntegrityMechanism@@QAEAAVH225_NonIsoIntegrityMechanism@@XZ @6066 NONAME ??BH225_IntegrityMechanism@@QAEAAVH225_NonStandardParameter@@XZ @6067 NONAME ??BH225_IntegrityMechanism@@QBEABVH225_NonIsoIntegrityMechanism@@XZ @6068 NONAME ??BH225_IntegrityMechanism@@QBEABVH225_NonStandardParameter@@XZ @6069 NONAME ??BH225_LocationRejectReason@@QAEAAVH225_ArrayOf_PartyNumber@@XZ @25368 NONAME ??BH225_LocationRejectReason@@QAEAAVH225_SecurityErrors2@@XZ @38474 NONAME ??BH225_LocationRejectReason@@QBEABVH225_ArrayOf_PartyNumber@@XZ @25369 NONAME ??BH225_LocationRejectReason@@QBEABVH225_SecurityErrors2@@XZ @38475 NONAME ??BH225_MobileUIM@@QAEAAVH225_ANSI_41_UIM@@XZ @25370 NONAME ??BH225_MobileUIM@@QAEAAVH225_GSM_UIM@@XZ @25371 NONAME ??BH225_MobileUIM@@QBEABVH225_ANSI_41_UIM@@XZ @25372 NONAME ??BH225_MobileUIM@@QBEABVH225_GSM_UIM@@XZ @25373 NONAME ??BH225_NonIsoIntegrityMechanism@@QAEAAVH225_EncryptIntAlg@@XZ @6070 NONAME ??BH225_NonIsoIntegrityMechanism@@QBEABVH225_EncryptIntAlg@@XZ @6071 NONAME ??BH225_NonStandardIdentifier@@QAEAAVH225_H221NonStandard@@XZ @6072 NONAME ??BH225_NonStandardIdentifier@@QBEABVH225_H221NonStandard@@XZ @6073 NONAME ??BH225_PartyNumber@@QAEAAVH225_NumberDigits@@XZ @6074 NONAME ??BH225_PartyNumber@@QAEAAVH225_PrivatePartyNumber@@XZ @6075 NONAME ??BH225_PartyNumber@@QAEAAVH225_PublicPartyNumber@@XZ @6076 NONAME ??BH225_PartyNumber@@QBEABVH225_NumberDigits@@XZ @6077 NONAME ??BH225_PartyNumber@@QBEABVH225_PrivatePartyNumber@@XZ @6078 NONAME ??BH225_PartyNumber@@QBEABVH225_PublicPartyNumber@@XZ @6079 NONAME ??BH225_RasMessage@@QAEAAVH225_AdmissionConfirm@@XZ @6080 NONAME ??BH225_RasMessage@@QAEAAVH225_AdmissionReject@@XZ @6081 NONAME ??BH225_RasMessage@@QAEAAVH225_AdmissionRequest@@XZ @6082 NONAME ??BH225_RasMessage@@QAEAAVH225_ArrayOf_AdmissionConfirm@@XZ @38476 NONAME ??BH225_RasMessage@@QAEAAVH225_BandwidthConfirm@@XZ @6083 NONAME ??BH225_RasMessage@@QAEAAVH225_BandwidthReject@@XZ @6084 NONAME ??BH225_RasMessage@@QAEAAVH225_BandwidthRequest@@XZ @6085 NONAME ??BH225_RasMessage@@QAEAAVH225_DisengageConfirm@@XZ @6086 NONAME ??BH225_RasMessage@@QAEAAVH225_DisengageReject@@XZ @6087 NONAME ??BH225_RasMessage@@QAEAAVH225_DisengageRequest@@XZ @6088 NONAME ??BH225_RasMessage@@QAEAAVH225_GatekeeperConfirm@@XZ @6089 NONAME ??BH225_RasMessage@@QAEAAVH225_GatekeeperReject@@XZ @6090 NONAME ??BH225_RasMessage@@QAEAAVH225_GatekeeperRequest@@XZ @6091 NONAME ??BH225_RasMessage@@QAEAAVH225_InfoRequest@@XZ @6092 NONAME ??BH225_RasMessage@@QAEAAVH225_InfoRequestAck@@XZ @6093 NONAME ??BH225_RasMessage@@QAEAAVH225_InfoRequestNak@@XZ @6094 NONAME ??BH225_RasMessage@@QAEAAVH225_InfoRequestResponse@@XZ @6095 NONAME ??BH225_RasMessage@@QAEAAVH225_LocationConfirm@@XZ @6096 NONAME ??BH225_RasMessage@@QAEAAVH225_LocationReject@@XZ @6097 NONAME ??BH225_RasMessage@@QAEAAVH225_LocationRequest@@XZ @6098 NONAME ??BH225_RasMessage@@QAEAAVH225_NonStandardMessage@@XZ @6099 NONAME ??BH225_RasMessage@@QAEAAVH225_RegistrationConfirm@@XZ @6100 NONAME ??BH225_RasMessage@@QAEAAVH225_RegistrationReject@@XZ @6101 NONAME ??BH225_RasMessage@@QAEAAVH225_RegistrationRequest@@XZ @6102 NONAME ??BH225_RasMessage@@QAEAAVH225_RequestInProgress@@XZ @6103 NONAME ??BH225_RasMessage@@QAEAAVH225_ResourcesAvailableConfirm@@XZ @6104 NONAME ??BH225_RasMessage@@QAEAAVH225_ResourcesAvailableIndicate@@XZ @6105 NONAME ??BH225_RasMessage@@QAEAAVH225_ServiceControlIndication@@XZ @25374 NONAME ??BH225_RasMessage@@QAEAAVH225_ServiceControlResponse@@XZ @25375 NONAME ??BH225_RasMessage@@QAEAAVH225_UnknownMessageResponse@@XZ @6106 NONAME ??BH225_RasMessage@@QAEAAVH225_UnregistrationConfirm@@XZ @6107 NONAME ??BH225_RasMessage@@QAEAAVH225_UnregistrationReject@@XZ @6108 NONAME ??BH225_RasMessage@@QAEAAVH225_UnregistrationRequest@@XZ @6109 NONAME ??BH225_RasMessage@@QBEABVH225_AdmissionConfirm@@XZ @6110 NONAME ??BH225_RasMessage@@QBEABVH225_AdmissionReject@@XZ @6111 NONAME ??BH225_RasMessage@@QBEABVH225_AdmissionRequest@@XZ @6112 NONAME ??BH225_RasMessage@@QBEABVH225_ArrayOf_AdmissionConfirm@@XZ @38477 NONAME ??BH225_RasMessage@@QBEABVH225_BandwidthConfirm@@XZ @6113 NONAME ??BH225_RasMessage@@QBEABVH225_BandwidthReject@@XZ @6114 NONAME ??BH225_RasMessage@@QBEABVH225_BandwidthRequest@@XZ @6115 NONAME ??BH225_RasMessage@@QBEABVH225_DisengageConfirm@@XZ @6116 NONAME ??BH225_RasMessage@@QBEABVH225_DisengageReject@@XZ @6117 NONAME ??BH225_RasMessage@@QBEABVH225_DisengageRequest@@XZ @6118 NONAME ??BH225_RasMessage@@QBEABVH225_GatekeeperConfirm@@XZ @6119 NONAME ??BH225_RasMessage@@QBEABVH225_GatekeeperReject@@XZ @6120 NONAME ??BH225_RasMessage@@QBEABVH225_GatekeeperRequest@@XZ @6121 NONAME ??BH225_RasMessage@@QBEABVH225_InfoRequest@@XZ @6122 NONAME ??BH225_RasMessage@@QBEABVH225_InfoRequestAck@@XZ @6123 NONAME ??BH225_RasMessage@@QBEABVH225_InfoRequestNak@@XZ @6124 NONAME ??BH225_RasMessage@@QBEABVH225_InfoRequestResponse@@XZ @6125 NONAME ??BH225_RasMessage@@QBEABVH225_LocationConfirm@@XZ @6126 NONAME ??BH225_RasMessage@@QBEABVH225_LocationReject@@XZ @6127 NONAME ??BH225_RasMessage@@QBEABVH225_LocationRequest@@XZ @6128 NONAME ??BH225_RasMessage@@QBEABVH225_NonStandardMessage@@XZ @6129 NONAME ??BH225_RasMessage@@QBEABVH225_RegistrationConfirm@@XZ @6130 NONAME ??BH225_RasMessage@@QBEABVH225_RegistrationReject@@XZ @6131 NONAME ??BH225_RasMessage@@QBEABVH225_RegistrationRequest@@XZ @6132 NONAME ??BH225_RasMessage@@QBEABVH225_RequestInProgress@@XZ @6133 NONAME ??BH225_RasMessage@@QBEABVH225_ResourcesAvailableConfirm@@XZ @6134 NONAME ??BH225_RasMessage@@QBEABVH225_ResourcesAvailableIndicate@@XZ @6135 NONAME ??BH225_RasMessage@@QBEABVH225_ServiceControlIndication@@XZ @25376 NONAME ??BH225_RasMessage@@QBEABVH225_ServiceControlResponse@@XZ @25377 NONAME ??BH225_RasMessage@@QBEABVH225_UnknownMessageResponse@@XZ @6136 NONAME ??BH225_RasMessage@@QBEABVH225_UnregistrationConfirm@@XZ @6137 NONAME ??BH225_RasMessage@@QBEABVH225_UnregistrationReject@@XZ @6138 NONAME ??BH225_RasMessage@@QBEABVH225_UnregistrationRequest@@XZ @6139 NONAME ??BH225_RegistrationRejectReason@@QAEAAVH225_ArrayOf_AliasAddress@@XZ @6140 NONAME ??BH225_RegistrationRejectReason@@QAEAAVH225_RegistrationRejectReason_invalidTerminalAliases@@XZ @25378 NONAME ??BH225_RegistrationRejectReason@@QAEAAVH225_SecurityErrors@@XZ @38478 NONAME ??BH225_RegistrationRejectReason@@QBEABVH225_ArrayOf_AliasAddress@@XZ @6141 NONAME ??BH225_RegistrationRejectReason@@QBEABVH225_RegistrationRejectReason_invalidTerminalAliases@@XZ @25379 NONAME ??BH225_RegistrationRejectReason@@QBEABVH225_SecurityErrors@@XZ @38479 NONAME ??BH225_ReleaseCompleteReason@@QAEAAVH225_ConferenceIdentifier@@XZ @25380 NONAME ??BH225_ReleaseCompleteReason@@QAEAAVH225_NonStandardParameter@@XZ @25381 NONAME ??BH225_ReleaseCompleteReason@@QAEAAVH225_SecurityErrors@@XZ @38480 NONAME ??BH225_ReleaseCompleteReason@@QBEABVH225_ConferenceIdentifier@@XZ @25382 NONAME ??BH225_ReleaseCompleteReason@@QBEABVH225_NonStandardParameter@@XZ @25383 NONAME ??BH225_ReleaseCompleteReason@@QBEABVH225_SecurityErrors@@XZ @38481 NONAME ??BH225_SecurityServiceMode@@QAEAAVH225_NonStandardParameter@@XZ @6142 NONAME ??BH225_SecurityServiceMode@@QBEABVH225_NonStandardParameter@@XZ @6143 NONAME ??BH225_ServiceControlDescriptor@@QAEAAVH225_CallCreditServiceControl@@XZ @25384 NONAME ??BH225_ServiceControlDescriptor@@QAEAAVH225_H248SignalsDescriptor@@XZ @25385 NONAME ??BH225_ServiceControlDescriptor@@QAEAAVH225_NonStandardParameter@@XZ @25386 NONAME ??BH225_ServiceControlDescriptor@@QBEABVH225_CallCreditServiceControl@@XZ @25387 NONAME ??BH225_ServiceControlDescriptor@@QBEABVH225_H248SignalsDescriptor@@XZ @25388 NONAME ??BH225_ServiceControlDescriptor@@QBEABVH225_NonStandardParameter@@XZ @25389 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_H310Caps@@XZ @6144 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_H320Caps@@XZ @6145 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_H321Caps@@XZ @6146 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_H322Caps@@XZ @6147 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_H323Caps@@XZ @6148 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_H324Caps@@XZ @6149 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_NonStandardParameter@@XZ @6150 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_NonStandardProtocol@@XZ @6151 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_SIPCaps@@XZ @38482 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_T120OnlyCaps@@XZ @6152 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_T38FaxAnnexbOnlyCaps@@XZ @25390 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_VoiceCaps@@XZ @6153 NONAME ??BH225_SupportedProtocols@@QBEABVH225_H310Caps@@XZ @6154 NONAME ??BH225_SupportedProtocols@@QBEABVH225_H320Caps@@XZ @6155 NONAME ??BH225_SupportedProtocols@@QBEABVH225_H321Caps@@XZ @6156 NONAME ??BH225_SupportedProtocols@@QBEABVH225_H322Caps@@XZ @6157 NONAME ??BH225_SupportedProtocols@@QBEABVH225_H323Caps@@XZ @6158 NONAME ??BH225_SupportedProtocols@@QBEABVH225_H324Caps@@XZ @6159 NONAME ??BH225_SupportedProtocols@@QBEABVH225_NonStandardParameter@@XZ @6160 NONAME ??BH225_SupportedProtocols@@QBEABVH225_NonStandardProtocol@@XZ @6161 NONAME ??BH225_SupportedProtocols@@QBEABVH225_SIPCaps@@XZ @38483 NONAME ??BH225_SupportedProtocols@@QBEABVH225_T120OnlyCaps@@XZ @6162 NONAME ??BH225_SupportedProtocols@@QBEABVH225_T38FaxAnnexbOnlyCaps@@XZ @25391 NONAME ??BH225_SupportedProtocols@@QBEABVH225_VoiceCaps@@XZ @6163 NONAME ??BH225_TransportAddress@@QAEAAVH225_NonStandardParameter@@XZ @6164 NONAME ??BH225_TransportAddress@@QAEAAVH225_TransportAddress_ip6Address@@XZ @6165 NONAME ??BH225_TransportAddress@@QAEAAVH225_TransportAddress_ipAddress@@XZ @6166 NONAME ??BH225_TransportAddress@@QAEAAVH225_TransportAddress_ipSourceRoute@@XZ @6167 NONAME ??BH225_TransportAddress@@QAEAAVH225_TransportAddress_ipxAddress@@XZ @6168 NONAME ??BH225_TransportAddress@@QBEABVH225_NonStandardParameter@@XZ @6169 NONAME ??BH225_TransportAddress@@QBEABVH225_TransportAddress_ip6Address@@XZ @6170 NONAME ??BH225_TransportAddress@@QBEABVH225_TransportAddress_ipAddress@@XZ @6171 NONAME ??BH225_TransportAddress@@QBEABVH225_TransportAddress_ipSourceRoute@@XZ @6172 NONAME ??BH225_TransportAddress@@QBEABVH225_TransportAddress_ipxAddress@@XZ @6173 NONAME ??BH225_TunnelledProtocol_id@@QAEAAVH225_TunnelledProtocolAlternateIdentifier@@XZ @25392 NONAME ??BH225_TunnelledProtocol_id@@QBEABVH225_TunnelledProtocolAlternateIdentifier@@XZ @25393 NONAME ??BH225_UnregRejectReason@@QAEAAVH225_SecurityErrors2@@XZ @38484 NONAME ??BH225_UnregRejectReason@@QBEABVH225_SecurityErrors2@@XZ @38485 NONAME ??BH225_UnregRequestReason@@QAEAAVH225_SecurityErrors2@@XZ @38486 NONAME ??BH225_UnregRequestReason@@QBEABVH225_SecurityErrors2@@XZ @38487 NONAME ??BH235_AuthenticationMechanism@@QAEAAVH235_AuthenticationBES@@XZ @28700 NONAME ??BH235_AuthenticationMechanism@@QAEAAVH235_NonStandardParameter@@XZ @6174 NONAME ??BH235_AuthenticationMechanism@@QBEABVH235_AuthenticationBES@@XZ @28701 NONAME ??BH235_AuthenticationMechanism@@QBEABVH235_NonStandardParameter@@XZ @6175 NONAME ??BH235_CryptoToken@@QAEAAV?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@XZ @27717 NONAME ??BH235_CryptoToken@@QAEAAVH235_CryptoToken_cryptoEncryptedToken@@XZ @6177 NONAME ??BH235_CryptoToken@@QAEAAVH235_CryptoToken_cryptoHashedToken@@XZ @6178 NONAME ??BH235_CryptoToken@@QAEAAVH235_CryptoToken_cryptoSignedToken@@XZ @6179 NONAME ??BH235_CryptoToken@@QBEABV?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@XZ @27718 NONAME ??BH235_CryptoToken@@QBEABVH235_CryptoToken_cryptoEncryptedToken@@XZ @6181 NONAME ??BH235_CryptoToken@@QBEABVH235_CryptoToken_cryptoHashedToken@@XZ @6182 NONAME ??BH235_CryptoToken@@QBEABVH235_CryptoToken_cryptoSignedToken@@XZ @6183 NONAME ??BH235_ECKASDH@@QAEAAVH235_ECKASDH_eckasdh2@@XZ @28702 NONAME ??BH235_ECKASDH@@QAEAAVH235_ECKASDH_eckasdhp@@XZ @28703 NONAME ??BH235_ECKASDH@@QBEABVH235_ECKASDH_eckasdh2@@XZ @28704 NONAME ??BH235_ECKASDH@@QBEABVH235_ECKASDH_eckasdhp@@XZ @28705 NONAME ??BH235_H235Key@@QAEAAV?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@XZ @27719 NONAME ??BH235_H235Key@@QAEAAV?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@XZ @27720 NONAME ??BH235_H235Key@@QAEAAVH235_KeyMaterial@@XZ @6186 NONAME ??BH235_H235Key@@QAEAAVH235_V3KeySyncMaterial@@XZ @38488 NONAME ??BH235_H235Key@@QBEABV?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@XZ @27721 NONAME ??BH235_H235Key@@QBEABV?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@XZ @27722 NONAME ??BH235_H235Key@@QBEABVH235_KeyMaterial@@XZ @6189 NONAME ??BH235_H235Key@@QBEABVH235_V3KeySyncMaterial@@XZ @38489 NONAME ??BH245_AudioCapability@@QAEAAVH245_AudioCapability_g7231@@XZ @6190 NONAME ??BH245_AudioCapability@@QAEAAVH245_G7231AnnexCCapability@@XZ @6191 NONAME ??BH245_AudioCapability@@QAEAAVH245_G729Extensions@@XZ @25394 NONAME ??BH245_AudioCapability@@QAEAAVH245_GenericCapability@@XZ @25395 NONAME ??BH245_AudioCapability@@QAEAAVH245_GSMAudioCapability@@XZ @6192 NONAME ??BH245_AudioCapability@@QAEAAVH245_IS11172AudioCapability@@XZ @6193 NONAME ??BH245_AudioCapability@@QAEAAVH245_IS13818AudioCapability@@XZ @6194 NONAME ??BH245_AudioCapability@@QAEAAVH245_NonStandardParameter@@XZ @6195 NONAME ??BH245_AudioCapability@@QAEAAVH245_NoPTAudioTelephonyEventCapability@@XZ @38490 NONAME ??BH245_AudioCapability@@QAEAAVH245_NoPTAudioToneCapability@@XZ @38491 NONAME ??BH245_AudioCapability@@QAEAAVH245_VBDCapability@@XZ @38492 NONAME ??BH245_AudioCapability@@QBEABVH245_AudioCapability_g7231@@XZ @6196 NONAME ??BH245_AudioCapability@@QBEABVH245_G7231AnnexCCapability@@XZ @6197 NONAME ??BH245_AudioCapability@@QBEABVH245_G729Extensions@@XZ @25396 NONAME ??BH245_AudioCapability@@QBEABVH245_GenericCapability@@XZ @25397 NONAME ??BH245_AudioCapability@@QBEABVH245_GSMAudioCapability@@XZ @6198 NONAME ??BH245_AudioCapability@@QBEABVH245_IS11172AudioCapability@@XZ @6199 NONAME ??BH245_AudioCapability@@QBEABVH245_IS13818AudioCapability@@XZ @6200 NONAME ??BH245_AudioCapability@@QBEABVH245_NonStandardParameter@@XZ @6201 NONAME ??BH245_AudioCapability@@QBEABVH245_NoPTAudioTelephonyEventCapability@@XZ @38493 NONAME ??BH245_AudioCapability@@QBEABVH245_NoPTAudioToneCapability@@XZ @38494 NONAME ??BH245_AudioCapability@@QBEABVH245_VBDCapability@@XZ @38495 NONAME ??BH245_AudioMode@@QAEAAVH245_AudioMode_g7231@@XZ @6202 NONAME ??BH245_AudioMode@@QAEAAVH245_G7231AnnexCMode@@XZ @6203 NONAME ??BH245_AudioMode@@QAEAAVH245_G729Extensions@@XZ @25398 NONAME ??BH245_AudioMode@@QAEAAVH245_GenericCapability@@XZ @25399 NONAME ??BH245_AudioMode@@QAEAAVH245_GSMAudioCapability@@XZ @6204 NONAME ??BH245_AudioMode@@QAEAAVH245_IS11172AudioMode@@XZ @6205 NONAME ??BH245_AudioMode@@QAEAAVH245_IS13818AudioMode@@XZ @6206 NONAME ??BH245_AudioMode@@QAEAAVH245_NonStandardParameter@@XZ @6207 NONAME ??BH245_AudioMode@@QAEAAVH245_VBDMode@@XZ @38496 NONAME ??BH245_AudioMode@@QBEABVH245_AudioMode_g7231@@XZ @6208 NONAME ??BH245_AudioMode@@QBEABVH245_G7231AnnexCMode@@XZ @6209 NONAME ??BH245_AudioMode@@QBEABVH245_G729Extensions@@XZ @25400 NONAME ??BH245_AudioMode@@QBEABVH245_GenericCapability@@XZ @25401 NONAME ??BH245_AudioMode@@QBEABVH245_GSMAudioCapability@@XZ @6210 NONAME ??BH245_AudioMode@@QBEABVH245_IS11172AudioMode@@XZ @6211 NONAME ??BH245_AudioMode@@QBEABVH245_IS13818AudioMode@@XZ @6212 NONAME ??BH245_AudioMode@@QBEABVH245_NonStandardParameter@@XZ @6213 NONAME ??BH245_AudioMode@@QBEABVH245_VBDMode@@XZ @38497 NONAME ??BH245_Capability@@QAEAAVH245_AlternativeCapabilitySet@@XZ @53442 NONAME ??BH245_Capability@@QAEAAVH245_AudioCapability@@XZ @6214 NONAME ??BH245_Capability@@QAEAAVH245_AudioTelephonyEventCapability@@XZ @25402 NONAME ??BH245_Capability@@QAEAAVH245_AudioToneCapability@@XZ @25403 NONAME ??BH245_Capability@@QAEAAVH245_Capability_h233EncryptionReceiveCapability@@XZ @6215 NONAME ??BH245_Capability@@QAEAAVH245_ConferenceCapability@@XZ @6216 NONAME ??BH245_Capability@@QAEAAVH245_DataApplicationCapability@@XZ @6217 NONAME ??BH245_Capability@@QAEAAVH245_DepFECCapability@@XZ @53443 NONAME ??BH245_Capability@@QAEAAVH245_FECCapability@@XZ @38498 NONAME ??BH245_Capability@@QAEAAVH245_GenericCapability@@XZ @25404 NONAME ??BH245_Capability@@QAEAAVH245_H235SecurityCapability@@XZ @6218 NONAME ??BH245_Capability@@QAEAAVH245_MultiplePayloadStreamCapability@@XZ @38499 NONAME ??BH245_Capability@@QAEAAVH245_MultiplexedStreamCapability@@XZ @25405 NONAME ??BH245_Capability@@QAEAAVH245_NonStandardParameter@@XZ @6219 NONAME ??BH245_Capability@@QAEAAVH245_RedundancyEncodingCapability@@XZ @53444 NONAME ??BH245_Capability@@QAEAAVH245_UserInputCapability@@XZ @6220 NONAME ??BH245_Capability@@QAEAAVH245_VideoCapability@@XZ @6221 NONAME ??BH245_Capability@@QBEABVH245_AlternativeCapabilitySet@@XZ @53445 NONAME ??BH245_Capability@@QBEABVH245_AudioCapability@@XZ @6222 NONAME ??BH245_Capability@@QBEABVH245_AudioTelephonyEventCapability@@XZ @25406 NONAME ??BH245_Capability@@QBEABVH245_AudioToneCapability@@XZ @25407 NONAME ??BH245_Capability@@QBEABVH245_Capability_h233EncryptionReceiveCapability@@XZ @6223 NONAME ??BH245_Capability@@QBEABVH245_ConferenceCapability@@XZ @6224 NONAME ??BH245_Capability@@QBEABVH245_DataApplicationCapability@@XZ @6225 NONAME ??BH245_Capability@@QBEABVH245_DepFECCapability@@XZ @53446 NONAME ??BH245_Capability@@QBEABVH245_FECCapability@@XZ @38500 NONAME ??BH245_Capability@@QBEABVH245_GenericCapability@@XZ @25408 NONAME ??BH245_Capability@@QBEABVH245_H235SecurityCapability@@XZ @6226 NONAME ??BH245_Capability@@QBEABVH245_MultiplePayloadStreamCapability@@XZ @38501 NONAME ??BH245_Capability@@QBEABVH245_MultiplexedStreamCapability@@XZ @25409 NONAME ??BH245_Capability@@QBEABVH245_NonStandardParameter@@XZ @6227 NONAME ??BH245_Capability@@QBEABVH245_RedundancyEncodingCapability@@XZ @53447 NONAME ??BH245_Capability@@QBEABVH245_UserInputCapability@@XZ @6228 NONAME ??BH245_Capability@@QBEABVH245_VideoCapability@@XZ @6229 NONAME ??BH245_CapabilityIdentifier@@QAEAAVH245_NonStandardParameter@@XZ @25410 NONAME ??BH245_CapabilityIdentifier@@QBEABVH245_NonStandardParameter@@XZ @25411 NONAME ??BH245_CommandMessage@@QAEAAVH245_CommunicationModeCommand@@XZ @6230 NONAME ??BH245_CommandMessage@@QAEAAVH245_ConferenceCommand@@XZ @6231 NONAME ??BH245_CommandMessage@@QAEAAVH245_EncryptionCommand@@XZ @6232 NONAME ??BH245_CommandMessage@@QAEAAVH245_EndSessionCommand@@XZ @6233 NONAME ??BH245_CommandMessage@@QAEAAVH245_FlowControlCommand@@XZ @6234 NONAME ??BH245_CommandMessage@@QAEAAVH245_GenericMessage@@XZ @53079 NONAME ??BH245_CommandMessage@@QAEAAVH245_H223MultiplexReconfiguration@@XZ @6235 NONAME ??BH245_CommandMessage@@QAEAAVH245_MaintenanceLoopOffCommand@@XZ @6236 NONAME ??BH245_CommandMessage@@QAEAAVH245_MiscellaneousCommand@@XZ @6237 NONAME ??BH245_CommandMessage@@QAEAAVH245_MobileMultilinkReconfigurationCommand@@XZ @25412 NONAME ??BH245_CommandMessage@@QAEAAVH245_NewATMVCCommand@@XZ @25413 NONAME ??BH245_CommandMessage@@QAEAAVH245_NonStandardMessage@@XZ @6238 NONAME ??BH245_CommandMessage@@QAEAAVH245_SendTerminalCapabilitySet@@XZ @6239 NONAME ??BH245_CommandMessage@@QBEABVH245_CommunicationModeCommand@@XZ @6240 NONAME ??BH245_CommandMessage@@QBEABVH245_ConferenceCommand@@XZ @6241 NONAME ??BH245_CommandMessage@@QBEABVH245_EncryptionCommand@@XZ @6242 NONAME ??BH245_CommandMessage@@QBEABVH245_EndSessionCommand@@XZ @6243 NONAME ??BH245_CommandMessage@@QBEABVH245_FlowControlCommand@@XZ @6244 NONAME ??BH245_CommandMessage@@QBEABVH245_GenericMessage@@XZ @53080 NONAME ??BH245_CommandMessage@@QBEABVH245_H223MultiplexReconfiguration@@XZ @6245 NONAME ??BH245_CommandMessage@@QBEABVH245_MaintenanceLoopOffCommand@@XZ @6246 NONAME ??BH245_CommandMessage@@QBEABVH245_MiscellaneousCommand@@XZ @6247 NONAME ??BH245_CommandMessage@@QBEABVH245_MobileMultilinkReconfigurationCommand@@XZ @25414 NONAME ??BH245_CommandMessage@@QBEABVH245_NewATMVCCommand@@XZ @25415 NONAME ??BH245_CommandMessage@@QBEABVH245_NonStandardMessage@@XZ @6248 NONAME ??BH245_CommandMessage@@QBEABVH245_SendTerminalCapabilitySet@@XZ @6249 NONAME ??BH245_CommunicationModeResponse@@QAEAAVH245_ArrayOf_CommunicationModeTableEntry@@XZ @6250 NONAME ??BH245_CommunicationModeResponse@@QBEABVH245_ArrayOf_CommunicationModeTableEntry@@XZ @6251 NONAME ??BH245_CommunicationModeTableEntry_dataType@@QAEAAVH245_AudioCapability@@XZ @6252 NONAME ??BH245_CommunicationModeTableEntry_dataType@@QAEAAVH245_DataApplicationCapability@@XZ @6253 NONAME ??BH245_CommunicationModeTableEntry_dataType@@QAEAAVH245_VideoCapability@@XZ @6254 NONAME ??BH245_CommunicationModeTableEntry_dataType@@QBEABVH245_AudioCapability@@XZ @6255 NONAME ??BH245_CommunicationModeTableEntry_dataType@@QBEABVH245_DataApplicationCapability@@XZ @6256 NONAME ??BH245_CommunicationModeTableEntry_dataType@@QBEABVH245_VideoCapability@@XZ @6257 NONAME ??BH245_CompressionType@@QAEAAVH245_V42bis@@XZ @6258 NONAME ??BH245_CompressionType@@QBEABVH245_V42bis@@XZ @6259 NONAME ??BH245_ConferenceCommand@@QAEAAVH245_LogicalChannelNumber@@XZ @6260 NONAME ??BH245_ConferenceCommand@@QAEAAVH245_SubstituteConferenceIDCommand@@XZ @6261 NONAME ??BH245_ConferenceCommand@@QAEAAVH245_TerminalLabel@@XZ @6262 NONAME ??BH245_ConferenceCommand@@QBEABVH245_LogicalChannelNumber@@XZ @6263 NONAME ??BH245_ConferenceCommand@@QBEABVH245_SubstituteConferenceIDCommand@@XZ @6264 NONAME ??BH245_ConferenceCommand@@QBEABVH245_TerminalLabel@@XZ @6265 NONAME ??BH245_ConferenceIndication@@QAEAAVH245_TerminalLabel@@XZ @6266 NONAME ??BH245_ConferenceIndication@@QAEAAVH245_TerminalYouAreSeeingInSubPictureNumber@@XZ @6267 NONAME ??BH245_ConferenceIndication@@QAEAAVH245_VideoIndicateCompose@@XZ @6268 NONAME ??BH245_ConferenceIndication@@QBEABVH245_TerminalLabel@@XZ @6269 NONAME ??BH245_ConferenceIndication@@QBEABVH245_TerminalYouAreSeeingInSubPictureNumber@@XZ @6270 NONAME ??BH245_ConferenceIndication@@QBEABVH245_VideoIndicateCompose@@XZ @6271 NONAME ??BH245_ConferenceRequest@@QAEAAVH245_ConferenceRequest_requestTerminalCertificate@@XZ @6272 NONAME ??BH245_ConferenceRequest@@QAEAAVH245_LogicalChannelNumber@@XZ @6273 NONAME ??BH245_ConferenceRequest@@QAEAAVH245_RemoteMCRequest@@XZ @6274 NONAME ??BH245_ConferenceRequest@@QAEAAVH245_TerminalLabel@@XZ @6275 NONAME ??BH245_ConferenceRequest@@QBEABVH245_ConferenceRequest_requestTerminalCertificate@@XZ @6276 NONAME ??BH245_ConferenceRequest@@QBEABVH245_LogicalChannelNumber@@XZ @6277 NONAME ??BH245_ConferenceRequest@@QBEABVH245_RemoteMCRequest@@XZ @6278 NONAME ??BH245_ConferenceRequest@@QBEABVH245_TerminalLabel@@XZ @6279 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ArrayOf_TerminalLabel@@XZ @6280 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_broadcastMyLogicalChannelResponse@@XZ @6281 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_chairTokenOwnerResponse@@XZ @6282 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_conferenceIDResponse@@XZ @6283 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_extensionAddressResponse@@XZ @6284 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_makeMeChairResponse@@XZ @6285 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_makeTerminalBroadcasterResponse@@XZ @6286 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_mCTerminalIDResponse@@XZ @6287 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_passwordResponse@@XZ @6288 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_sendThisSourceResponse@@XZ @6289 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_terminalCertificateResponse@@XZ @6290 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_terminalIDResponse@@XZ @6291 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_RemoteMCResponse@@XZ @6292 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_RequestAllTerminalIDsResponse@@XZ @6293 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ArrayOf_TerminalLabel@@XZ @6294 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_broadcastMyLogicalChannelResponse@@XZ @6295 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_chairTokenOwnerResponse@@XZ @6296 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_conferenceIDResponse@@XZ @6297 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_extensionAddressResponse@@XZ @6298 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_makeMeChairResponse@@XZ @6299 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_makeTerminalBroadcasterResponse@@XZ @6300 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_mCTerminalIDResponse@@XZ @6301 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_passwordResponse@@XZ @6302 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_sendThisSourceResponse@@XZ @6303 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_terminalCertificateResponse@@XZ @6304 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_terminalIDResponse@@XZ @6305 NONAME ??BH245_ConferenceResponse@@QBEABVH245_RemoteMCResponse@@XZ @6306 NONAME ??BH245_ConferenceResponse@@QBEABVH245_RequestAllTerminalIDsResponse@@XZ @6307 NONAME ??BH245_CustomPictureFormat_pixelAspectInformation@@QAEAAVH245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@XZ @6308 NONAME ??BH245_CustomPictureFormat_pixelAspectInformation@@QAEAAVH245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@XZ @6309 NONAME ??BH245_CustomPictureFormat_pixelAspectInformation@@QBEABVH245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@XZ @6310 NONAME ??BH245_CustomPictureFormat_pixelAspectInformation@@QBEABVH245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@XZ @6311 NONAME ??BH245_DataApplicationCapability_application@@QAEAAVH245_DataApplicationCapability_application_nlpid@@XZ @6312 NONAME ??BH245_DataApplicationCapability_application@@QAEAAVH245_DataApplicationCapability_application_t38fax@@XZ @25416 NONAME ??BH245_DataApplicationCapability_application@@QAEAAVH245_DataApplicationCapability_application_t84@@XZ @6313 NONAME ??BH245_DataApplicationCapability_application@@QAEAAVH245_DataProtocolCapability@@XZ @6314 NONAME ??BH245_DataApplicationCapability_application@@QAEAAVH245_GenericCapability@@XZ @25417 NONAME ??BH245_DataApplicationCapability_application@@QAEAAVH245_NonStandardParameter@@XZ @6315 NONAME ??BH245_DataApplicationCapability_application@@QBEABVH245_DataApplicationCapability_application_nlpid@@XZ @6316 NONAME ??BH245_DataApplicationCapability_application@@QBEABVH245_DataApplicationCapability_application_t38fax@@XZ @25418 NONAME ??BH245_DataApplicationCapability_application@@QBEABVH245_DataApplicationCapability_application_t84@@XZ @6317 NONAME ??BH245_DataApplicationCapability_application@@QBEABVH245_DataProtocolCapability@@XZ @6318 NONAME ??BH245_DataApplicationCapability_application@@QBEABVH245_GenericCapability@@XZ @25419 NONAME ??BH245_DataApplicationCapability_application@@QBEABVH245_NonStandardParameter@@XZ @6319 NONAME ??BH245_DataMode_application@@QAEAAVH245_DataMode_application_nlpid@@XZ @6320 NONAME ??BH245_DataMode_application@@QAEAAVH245_DataMode_application_t38fax@@XZ @25420 NONAME ??BH245_DataMode_application@@QAEAAVH245_DataProtocolCapability@@XZ @6321 NONAME ??BH245_DataMode_application@@QAEAAVH245_GenericCapability@@XZ @25421 NONAME ??BH245_DataMode_application@@QAEAAVH245_NonStandardParameter@@XZ @6322 NONAME ??BH245_DataMode_application@@QBEABVH245_DataMode_application_nlpid@@XZ @6323 NONAME ??BH245_DataMode_application@@QBEABVH245_DataMode_application_t38fax@@XZ @25422 NONAME ??BH245_DataMode_application@@QBEABVH245_DataProtocolCapability@@XZ @6324 NONAME ??BH245_DataMode_application@@QBEABVH245_GenericCapability@@XZ @25423 NONAME ??BH245_DataMode_application@@QBEABVH245_NonStandardParameter@@XZ @6325 NONAME ??BH245_DataProtocolCapability@@QAEAAVH245_DataProtocolCapability_v76wCompression@@XZ @6326 NONAME ??BH245_DataProtocolCapability@@QAEAAVH245_NonStandardParameter@@XZ @6327 NONAME ??BH245_DataProtocolCapability@@QBEABVH245_DataProtocolCapability_v76wCompression@@XZ @6328 NONAME ??BH245_DataProtocolCapability@@QBEABVH245_NonStandardParameter@@XZ @6329 NONAME ??BH245_DataProtocolCapability_v76wCompression@@QAEAAVH245_CompressionType@@XZ @6330 NONAME ??BH245_DataProtocolCapability_v76wCompression@@QBEABVH245_CompressionType@@XZ @6331 NONAME ??BH245_DataType@@QAEAAVH245_AudioCapability@@XZ @6332 NONAME ??BH245_DataType@@QAEAAVH245_DataApplicationCapability@@XZ @6333 NONAME ??BH245_DataType@@QAEAAVH245_DepFECData@@XZ @53448 NONAME ??BH245_DataType@@QAEAAVH245_EncryptionMode@@XZ @6334 NONAME ??BH245_DataType@@QAEAAVH245_FECData@@XZ @38502 NONAME ??BH245_DataType@@QAEAAVH245_H235Media@@XZ @6335 NONAME ??BH245_DataType@@QAEAAVH245_MultiplePayloadStream@@XZ @38503 NONAME ??BH245_DataType@@QAEAAVH245_MultiplexedStreamParameter@@XZ @25424 NONAME ??BH245_DataType@@QAEAAVH245_NonStandardParameter@@XZ @6336 NONAME ??BH245_DataType@@QAEAAVH245_RedundancyEncoding@@XZ @38504 NONAME ??BH245_DataType@@QAEAAVH245_VideoCapability@@XZ @6337 NONAME ??BH245_DataType@@QBEABVH245_AudioCapability@@XZ @6338 NONAME ??BH245_DataType@@QBEABVH245_DataApplicationCapability@@XZ @6339 NONAME ??BH245_DataType@@QBEABVH245_DepFECData@@XZ @53449 NONAME ??BH245_DataType@@QBEABVH245_EncryptionMode@@XZ @6340 NONAME ??BH245_DataType@@QBEABVH245_FECData@@XZ @38505 NONAME ??BH245_DataType@@QBEABVH245_H235Media@@XZ @6341 NONAME ??BH245_DataType@@QBEABVH245_MultiplePayloadStream@@XZ @38506 NONAME ??BH245_DataType@@QBEABVH245_MultiplexedStreamParameter@@XZ @25425 NONAME ??BH245_DataType@@QBEABVH245_NonStandardParameter@@XZ @6342 NONAME ??BH245_DataType@@QBEABVH245_RedundancyEncoding@@XZ @38507 NONAME ??BH245_DataType@@QBEABVH245_VideoCapability@@XZ @6343 NONAME ??BH245_DepFECCapability@@QAEAAVH245_DepFECCapability_rfc2733@@XZ @53450 NONAME ??BH245_DepFECCapability@@QBEABVH245_DepFECCapability_rfc2733@@XZ @53451 NONAME ??BH245_DepFECData@@QAEAAVH245_DepFECData_rfc2733@@XZ @53452 NONAME ??BH245_DepFECData@@QBEABVH245_DepFECData_rfc2733@@XZ @53453 NONAME ??BH245_DepFECData_rfc2733_mode@@QAEAAVH245_DepFECData_rfc2733_mode_separateStream@@XZ @53454 NONAME ??BH245_DepFECData_rfc2733_mode@@QBEABVH245_DepFECData_rfc2733_mode_separateStream@@XZ @53455 NONAME ??BH245_DepFECData_rfc2733_mode_separateStream@@QAEAAVH245_DepFECData_rfc2733_mode_separateStream_differentPort@@XZ @53456 NONAME ??BH245_DepFECData_rfc2733_mode_separateStream@@QAEAAVH245_DepFECData_rfc2733_mode_separateStream_samePort@@XZ @53457 NONAME ??BH245_DepFECData_rfc2733_mode_separateStream@@QBEABVH245_DepFECData_rfc2733_mode_separateStream_differentPort@@XZ @53458 NONAME ??BH245_DepFECData_rfc2733_mode_separateStream@@QBEABVH245_DepFECData_rfc2733_mode_separateStream_samePort@@XZ @53459 NONAME ??BH245_DepFECMode@@QAEAAVH245_DepFECMode_rfc2733Mode@@XZ @53460 NONAME ??BH245_DepFECMode@@QBEABVH245_DepFECMode_rfc2733Mode@@XZ @53461 NONAME ??BH245_DepFECMode_rfc2733Mode_mode@@QAEAAVH245_DepFECMode_rfc2733Mode_mode_separateStream@@XZ @53462 NONAME ??BH245_DepFECMode_rfc2733Mode_mode@@QBEABVH245_DepFECMode_rfc2733Mode_mode_separateStream@@XZ @53463 NONAME ??BH245_DepFECMode_rfc2733Mode_mode_separateStream@@QAEAAVH245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@XZ @53464 NONAME ??BH245_DepFECMode_rfc2733Mode_mode_separateStream@@QAEAAVH245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@XZ @53465 NONAME ??BH245_DepFECMode_rfc2733Mode_mode_separateStream@@QBEABVH245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@XZ @53466 NONAME ??BH245_DepFECMode_rfc2733Mode_mode_separateStream@@QBEABVH245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@XZ @53467 NONAME ??BH245_DialingInformation@@QAEAAVH245_ArrayOf_DialingInformationNumber@@XZ @25426 NONAME ??BH245_DialingInformation@@QAEAAVH245_NonStandardMessage@@XZ @25427 NONAME ??BH245_DialingInformation@@QBEABVH245_ArrayOf_DialingInformationNumber@@XZ @25428 NONAME ??BH245_DialingInformation@@QBEABVH245_NonStandardMessage@@XZ @25429 NONAME ??BH245_DialingInformationNetworkType@@QAEAAVH245_NonStandardMessage@@XZ @25430 NONAME ??BH245_DialingInformationNetworkType@@QBEABVH245_NonStandardMessage@@XZ @25431 NONAME ??BH245_EncryptionCommand@@QAEAAVH245_EncryptionCommand_encryptionAlgorithmID@@XZ @6344 NONAME ??BH245_EncryptionCommand@@QBEABVH245_EncryptionCommand_encryptionAlgorithmID@@XZ @6345 NONAME ??BH245_EncryptionMode@@QAEAAVH245_NonStandardParameter@@XZ @6346 NONAME ??BH245_EncryptionMode@@QBEABVH245_NonStandardParameter@@XZ @6347 NONAME ??BH245_EndSessionCommand@@QAEAAVH245_EndSessionCommand_gstnOptions@@XZ @6348 NONAME ??BH245_EndSessionCommand@@QAEAAVH245_EndSessionCommand_isdnOptions@@XZ @6349 NONAME ??BH245_EndSessionCommand@@QAEAAVH245_NonStandardParameter@@XZ @6350 NONAME ??BH245_EndSessionCommand@@QBEABVH245_EndSessionCommand_gstnOptions@@XZ @6351 NONAME ??BH245_EndSessionCommand@@QBEABVH245_EndSessionCommand_isdnOptions@@XZ @6352 NONAME ??BH245_EndSessionCommand@@QBEABVH245_NonStandardParameter@@XZ @6353 NONAME ??BH245_FECCapability_rfc2733Format@@QAEAAVH245_MaxRedundancy@@XZ @53468 NONAME ??BH245_FECCapability_rfc2733Format@@QBEABVH245_MaxRedundancy@@XZ @53469 NONAME ??BH245_FECData@@QAEAAVH245_FECData_rfc2733@@XZ @38510 NONAME ??BH245_FECData@@QBEABVH245_FECData_rfc2733@@XZ @38511 NONAME ??BH245_FECData_rfc2733_pktMode@@QAEAAVH245_FECData_rfc2733_pktMode_rfc2733diffport@@XZ @53470 NONAME ??BH245_FECData_rfc2733_pktMode@@QAEAAVH245_FECData_rfc2733_pktMode_rfc2733sameport@@XZ @53471 NONAME ??BH245_FECData_rfc2733_pktMode@@QBEABVH245_FECData_rfc2733_pktMode_rfc2733diffport@@XZ @53472 NONAME ??BH245_FECData_rfc2733_pktMode@@QBEABVH245_FECData_rfc2733_pktMode_rfc2733sameport@@XZ @53473 NONAME ??BH245_FECMode_rfc2733Format@@QAEAAVH245_MaxRedundancy@@XZ @53474 NONAME ??BH245_FECMode_rfc2733Format@@QBEABVH245_MaxRedundancy@@XZ @53475 NONAME ??BH245_FlowControlCommand_scope@@QAEAAVH245_LogicalChannelNumber@@XZ @6354 NONAME ??BH245_FlowControlCommand_scope@@QBEABVH245_LogicalChannelNumber@@XZ @6355 NONAME ??BH245_FlowControlIndication_scope@@QAEAAVH245_LogicalChannelNumber@@XZ @25432 NONAME ??BH245_FlowControlIndication_scope@@QBEABVH245_LogicalChannelNumber@@XZ @25433 NONAME ??BH245_FunctionNotUnderstood@@QAEAAVH245_CommandMessage@@XZ @6356 NONAME ??BH245_FunctionNotUnderstood@@QAEAAVH245_RequestMessage@@XZ @6357 NONAME ??BH245_FunctionNotUnderstood@@QAEAAVH245_ResponseMessage@@XZ @6358 NONAME ??BH245_FunctionNotUnderstood@@QBEABVH245_CommandMessage@@XZ @6359 NONAME ??BH245_FunctionNotUnderstood@@QBEABVH245_RequestMessage@@XZ @6360 NONAME ??BH245_FunctionNotUnderstood@@QBEABVH245_ResponseMessage@@XZ @6361 NONAME ??BH245_H223AL1MParameters_arqType@@QAEAAVH245_H223AnnexCArqParameters@@XZ @6362 NONAME ??BH245_H223AL1MParameters_arqType@@QBEABVH245_H223AnnexCArqParameters@@XZ @6363 NONAME ??BH245_H223AL3MParameters_arqType@@QAEAAVH245_H223AnnexCArqParameters@@XZ @6364 NONAME ??BH245_H223AL3MParameters_arqType@@QBEABVH245_H223AnnexCArqParameters@@XZ @6365 NONAME ??BH245_H223Capability_h223MultiplexTableCapability@@QAEAAVH245_H223Capability_h223MultiplexTableCapability_enhanced@@XZ @6366 NONAME ??BH245_H223Capability_h223MultiplexTableCapability@@QBEABVH245_H223Capability_h223MultiplexTableCapability_enhanced@@XZ @6367 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QAEAAVH245_H223AL1MParameters@@XZ @6368 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QAEAAVH245_H223AL2MParameters@@XZ @6369 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QAEAAVH245_H223AL3MParameters@@XZ @6370 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QAEAAVH245_H223LogicalChannelParameters_adaptationLayerType_al3@@XZ @6371 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QAEAAVH245_NonStandardParameter@@XZ @6372 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QBEABVH245_H223AL1MParameters@@XZ @6373 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QBEABVH245_H223AL2MParameters@@XZ @6374 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QBEABVH245_H223AL3MParameters@@XZ @6375 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QBEABVH245_H223LogicalChannelParameters_adaptationLayerType_al3@@XZ @6376 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QBEABVH245_NonStandardParameter@@XZ @6377 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QAEAAVH245_H223AL1MParameters@@XZ @6378 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QAEAAVH245_H223AL2MParameters@@XZ @6379 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QAEAAVH245_H223AL3MParameters@@XZ @6380 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QAEAAVH245_H223ModeParameters_adaptationLayerType_al3@@XZ @6381 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QAEAAVH245_NonStandardParameter@@XZ @6382 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QBEABVH245_H223AL1MParameters@@XZ @6383 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QBEABVH245_H223AL2MParameters@@XZ @6384 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QBEABVH245_H223AL3MParameters@@XZ @6385 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QBEABVH245_H223ModeParameters_adaptationLayerType_al3@@XZ @6386 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QBEABVH245_NonStandardParameter@@XZ @6387 NONAME ??BH245_H223MultiplexReconfiguration@@QAEAAVH245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@XZ @6388 NONAME ??BH245_H223MultiplexReconfiguration@@QAEAAVH245_H223MultiplexReconfiguration_h223ModeChange@@XZ @6389 NONAME ??BH245_H223MultiplexReconfiguration@@QBEABVH245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@XZ @6390 NONAME ??BH245_H223MultiplexReconfiguration@@QBEABVH245_H223MultiplexReconfiguration_h223ModeChange@@XZ @6391 NONAME ??BH245_H2250LogicalChannelParameters_mediaPacketization@@QAEAAVH245_RTPPayloadType@@XZ @6392 NONAME ??BH245_H2250LogicalChannelParameters_mediaPacketization@@QBEABVH245_RTPPayloadType@@XZ @6393 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_AudioCapability@@XZ @6394 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_DataApplicationCapability@@XZ @6395 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_DepFECData@@XZ @53476 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_FECData@@XZ @38526 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_MultiplePayloadStream@@XZ @38527 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_NonStandardParameter@@XZ @6396 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_RedundancyEncoding@@XZ @38528 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_VideoCapability@@XZ @6397 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_AudioCapability@@XZ @6398 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_DataApplicationCapability@@XZ @6399 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_DepFECData@@XZ @53477 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_FECData@@XZ @38529 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_MultiplePayloadStream@@XZ @38530 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_NonStandardParameter@@XZ @6400 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_RedundancyEncoding@@XZ @38531 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_VideoCapability@@XZ @6401 NONAME ??BH245_H235Mode_mediaMode@@QAEAAVH245_AudioMode@@XZ @6402 NONAME ??BH245_H235Mode_mediaMode@@QAEAAVH245_DataMode@@XZ @6403 NONAME ??BH245_H235Mode_mediaMode@@QAEAAVH245_NonStandardParameter@@XZ @6404 NONAME ??BH245_H235Mode_mediaMode@@QAEAAVH245_VideoMode@@XZ @6405 NONAME ??BH245_H235Mode_mediaMode@@QBEABVH245_AudioMode@@XZ @6406 NONAME ??BH245_H235Mode_mediaMode@@QBEABVH245_DataMode@@XZ @6407 NONAME ??BH245_H235Mode_mediaMode@@QBEABVH245_NonStandardParameter@@XZ @6408 NONAME ??BH245_H235Mode_mediaMode@@QBEABVH245_VideoMode@@XZ @6409 NONAME ??BH245_IndicationMessage@@QAEAAVH245_ConferenceIndication@@XZ @6410 NONAME ??BH245_IndicationMessage@@QAEAAVH245_FlowControlIndication@@XZ @25434 NONAME ??BH245_IndicationMessage@@QAEAAVH245_FunctionNotSupported@@XZ @6411 NONAME ??BH245_IndicationMessage@@QAEAAVH245_FunctionNotUnderstood@@XZ @6412 NONAME ??BH245_IndicationMessage@@QAEAAVH245_GenericMessage@@XZ @53081 NONAME ??BH245_IndicationMessage@@QAEAAVH245_H223SkewIndication@@XZ @6413 NONAME ??BH245_IndicationMessage@@QAEAAVH245_H2250MaximumSkewIndication@@XZ @6414 NONAME ??BH245_IndicationMessage@@QAEAAVH245_JitterIndication@@XZ @6415 NONAME ??BH245_IndicationMessage@@QAEAAVH245_LogicalChannelRateRelease@@XZ @25435 NONAME ??BH245_IndicationMessage@@QAEAAVH245_MasterSlaveDeterminationRelease@@XZ @6416 NONAME ??BH245_IndicationMessage@@QAEAAVH245_MCLocationIndication@@XZ @6417 NONAME ??BH245_IndicationMessage@@QAEAAVH245_MiscellaneousIndication@@XZ @6418 NONAME ??BH245_IndicationMessage@@QAEAAVH245_MobileMultilinkReconfigurationIndication@@XZ @25436 NONAME ??BH245_IndicationMessage@@QAEAAVH245_MultilinkIndication@@XZ @25437 NONAME ??BH245_IndicationMessage@@QAEAAVH245_MultiplexEntrySendRelease@@XZ @6419 NONAME ??BH245_IndicationMessage@@QAEAAVH245_NewATMVCIndication@@XZ @6420 NONAME ??BH245_IndicationMessage@@QAEAAVH245_NonStandardMessage@@XZ @6421 NONAME ??BH245_IndicationMessage@@QAEAAVH245_OpenLogicalChannelConfirm@@XZ @6422 NONAME ??BH245_IndicationMessage@@QAEAAVH245_RequestChannelCloseRelease@@XZ @6423 NONAME ??BH245_IndicationMessage@@QAEAAVH245_RequestModeRelease@@XZ @6424 NONAME ??BH245_IndicationMessage@@QAEAAVH245_RequestMultiplexEntryRelease@@XZ @6425 NONAME ??BH245_IndicationMessage@@QAEAAVH245_TerminalCapabilitySetRelease@@XZ @6426 NONAME ??BH245_IndicationMessage@@QAEAAVH245_UserInputIndication@@XZ @6427 NONAME ??BH245_IndicationMessage@@QAEAAVH245_VendorIdentification@@XZ @6428 NONAME ??BH245_IndicationMessage@@QBEABVH245_ConferenceIndication@@XZ @6429 NONAME ??BH245_IndicationMessage@@QBEABVH245_FlowControlIndication@@XZ @25438 NONAME ??BH245_IndicationMessage@@QBEABVH245_FunctionNotSupported@@XZ @6430 NONAME ??BH245_IndicationMessage@@QBEABVH245_FunctionNotUnderstood@@XZ @6431 NONAME ??BH245_IndicationMessage@@QBEABVH245_GenericMessage@@XZ @53082 NONAME ??BH245_IndicationMessage@@QBEABVH245_H223SkewIndication@@XZ @6432 NONAME ??BH245_IndicationMessage@@QBEABVH245_H2250MaximumSkewIndication@@XZ @6433 NONAME ??BH245_IndicationMessage@@QBEABVH245_JitterIndication@@XZ @6434 NONAME ??BH245_IndicationMessage@@QBEABVH245_LogicalChannelRateRelease@@XZ @25439 NONAME ??BH245_IndicationMessage@@QBEABVH245_MasterSlaveDeterminationRelease@@XZ @6435 NONAME ??BH245_IndicationMessage@@QBEABVH245_MCLocationIndication@@XZ @6436 NONAME ??BH245_IndicationMessage@@QBEABVH245_MiscellaneousIndication@@XZ @6437 NONAME ??BH245_IndicationMessage@@QBEABVH245_MobileMultilinkReconfigurationIndication@@XZ @25440 NONAME ??BH245_IndicationMessage@@QBEABVH245_MultilinkIndication@@XZ @25441 NONAME ??BH245_IndicationMessage@@QBEABVH245_MultiplexEntrySendRelease@@XZ @6438 NONAME ??BH245_IndicationMessage@@QBEABVH245_NewATMVCIndication@@XZ @6439 NONAME ??BH245_IndicationMessage@@QBEABVH245_NonStandardMessage@@XZ @6440 NONAME ??BH245_IndicationMessage@@QBEABVH245_OpenLogicalChannelConfirm@@XZ @6441 NONAME ??BH245_IndicationMessage@@QBEABVH245_RequestChannelCloseRelease@@XZ @6442 NONAME ??BH245_IndicationMessage@@QBEABVH245_RequestModeRelease@@XZ @6443 NONAME ??BH245_IndicationMessage@@QBEABVH245_RequestMultiplexEntryRelease@@XZ @6444 NONAME ??BH245_IndicationMessage@@QBEABVH245_TerminalCapabilitySetRelease@@XZ @6445 NONAME ??BH245_IndicationMessage@@QBEABVH245_UserInputIndication@@XZ @6446 NONAME ??BH245_IndicationMessage@@QBEABVH245_VendorIdentification@@XZ @6447 NONAME ??BH245_JitterIndication_scope@@QAEAAVH245_LogicalChannelNumber@@XZ @6448 NONAME ??BH245_JitterIndication_scope@@QBEABVH245_LogicalChannelNumber@@XZ @6449 NONAME ??BH245_MaintenanceLoopAck_type@@QAEAAVH245_LogicalChannelNumber@@XZ @6450 NONAME ??BH245_MaintenanceLoopAck_type@@QBEABVH245_LogicalChannelNumber@@XZ @6451 NONAME ??BH245_MaintenanceLoopReject_type@@QAEAAVH245_LogicalChannelNumber@@XZ @6452 NONAME ??BH245_MaintenanceLoopReject_type@@QBEABVH245_LogicalChannelNumber@@XZ @6453 NONAME ??BH245_MaintenanceLoopRequest_type@@QAEAAVH245_LogicalChannelNumber@@XZ @6454 NONAME ??BH245_MaintenanceLoopRequest_type@@QBEABVH245_LogicalChannelNumber@@XZ @6455 NONAME ??BH245_MediaEncryptionAlgorithm@@QAEAAVH245_NonStandardParameter@@XZ @6456 NONAME ??BH245_MediaEncryptionAlgorithm@@QBEABVH245_NonStandardParameter@@XZ @6457 NONAME ??BH245_MediaTransportType@@QAEAAVH245_MediaTransportType_atm_AAL5_compressed@@XZ @25442 NONAME ??BH245_MediaTransportType@@QBEABVH245_MediaTransportType_atm_AAL5_compressed@@XZ @25443 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_ArrayOf_PictureReference@@XZ @25444 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_EncryptionSync@@XZ @6458 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_EncryptionUpdateRequest@@XZ @6459 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_encryptionUpdateAck@@XZ @53083 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_encryptionUpdateCommand@@XZ @53084 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_lostPartialPicture@@XZ @25445 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_progressiveRefinementStart@@XZ @6460 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_videoBadMBs@@XZ @25446 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_videoFastUpdateGOB@@XZ @6461 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_videoFastUpdateMB@@XZ @6462 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_ArrayOf_PictureReference@@XZ @25447 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_EncryptionSync@@XZ @6463 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_EncryptionUpdateRequest@@XZ @6464 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_encryptionUpdateAck@@XZ @53085 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_encryptionUpdateCommand@@XZ @53086 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_lostPartialPicture@@XZ @25448 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_progressiveRefinementStart@@XZ @6465 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_videoBadMBs@@XZ @25449 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_videoFastUpdateGOB@@XZ @6466 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_videoFastUpdateMB@@XZ @6467 NONAME ??BH245_MiscellaneousIndication_type@@QAEAAVH245_MiscellaneousIndication_type_videoNotDecodedMBs@@XZ @6468 NONAME ??BH245_MiscellaneousIndication_type@@QAEAAVH245_TransportCapability@@XZ @6469 NONAME ??BH245_MiscellaneousIndication_type@@QBEABVH245_MiscellaneousIndication_type_videoNotDecodedMBs@@XZ @6470 NONAME ??BH245_MiscellaneousIndication_type@@QBEABVH245_TransportCapability@@XZ @6471 NONAME ??BH245_ModeElementType@@QAEAAVH245_AudioMode@@XZ @38532 NONAME ??BH245_ModeElementType@@QAEAAVH245_DataMode@@XZ @38533 NONAME ??BH245_ModeElementType@@QAEAAVH245_DepFECMode@@XZ @53478 NONAME ??BH245_ModeElementType@@QAEAAVH245_EncryptionMode@@XZ @38534 NONAME ??BH245_ModeElementType@@QAEAAVH245_FECMode@@XZ @38535 NONAME ??BH245_ModeElementType@@QAEAAVH245_H235Mode@@XZ @38536 NONAME ??BH245_ModeElementType@@QAEAAVH245_MultiplePayloadStreamMode@@XZ @38537 NONAME ??BH245_ModeElementType@@QAEAAVH245_MultiplexedStreamParameter@@XZ @38538 NONAME ??BH245_ModeElementType@@QAEAAVH245_NonStandardParameter@@XZ @38539 NONAME ??BH245_ModeElementType@@QAEAAVH245_RedundancyEncodingDTMode@@XZ @38540 NONAME ??BH245_ModeElementType@@QAEAAVH245_VideoMode@@XZ @38541 NONAME ??BH245_ModeElementType@@QBEABVH245_AudioMode@@XZ @38542 NONAME ??BH245_ModeElementType@@QBEABVH245_DataMode@@XZ @38543 NONAME ??BH245_ModeElementType@@QBEABVH245_DepFECMode@@XZ @53479 NONAME ??BH245_ModeElementType@@QBEABVH245_EncryptionMode@@XZ @38544 NONAME ??BH245_ModeElementType@@QBEABVH245_FECMode@@XZ @38545 NONAME ??BH245_ModeElementType@@QBEABVH245_H235Mode@@XZ @38546 NONAME ??BH245_ModeElementType@@QBEABVH245_MultiplePayloadStreamMode@@XZ @38547 NONAME ??BH245_ModeElementType@@QBEABVH245_MultiplexedStreamParameter@@XZ @38548 NONAME ??BH245_ModeElementType@@QBEABVH245_NonStandardParameter@@XZ @38549 NONAME ??BH245_ModeElementType@@QBEABVH245_RedundancyEncodingDTMode@@XZ @38550 NONAME ??BH245_ModeElementType@@QBEABVH245_VideoMode@@XZ @38551 NONAME ??BH245_MulticastAddress@@QAEAAVH245_MulticastAddress_iP6Address@@XZ @6484 NONAME ??BH245_MulticastAddress@@QAEAAVH245_MulticastAddress_iPAddress@@XZ @6485 NONAME ??BH245_MulticastAddress@@QAEAAVH245_NonStandardParameter@@XZ @6486 NONAME ??BH245_MulticastAddress@@QBEABVH245_MulticastAddress_iP6Address@@XZ @6487 NONAME ??BH245_MulticastAddress@@QBEABVH245_MulticastAddress_iPAddress@@XZ @6488 NONAME ??BH245_MulticastAddress@@QBEABVH245_NonStandardParameter@@XZ @6489 NONAME ??BH245_MultilinkIndication@@QAEAAVH245_MultilinkIndication_crcDesired@@XZ @25452 NONAME ??BH245_MultilinkIndication@@QAEAAVH245_MultilinkIndication_excessiveError@@XZ @25453 NONAME ??BH245_MultilinkIndication@@QAEAAVH245_NonStandardMessage@@XZ @25454 NONAME ??BH245_MultilinkIndication@@QBEABVH245_MultilinkIndication_crcDesired@@XZ @25455 NONAME ??BH245_MultilinkIndication@@QBEABVH245_MultilinkIndication_excessiveError@@XZ @25456 NONAME ??BH245_MultilinkIndication@@QBEABVH245_NonStandardMessage@@XZ @25457 NONAME ??BH245_MultilinkRequest@@QAEAAVH245_MultilinkRequest_addConnection@@XZ @25458 NONAME ??BH245_MultilinkRequest@@QAEAAVH245_MultilinkRequest_callInformation@@XZ @25459 NONAME ??BH245_MultilinkRequest@@QAEAAVH245_MultilinkRequest_maximumHeaderInterval@@XZ @25460 NONAME ??BH245_MultilinkRequest@@QAEAAVH245_MultilinkRequest_removeConnection@@XZ @25461 NONAME ??BH245_MultilinkRequest@@QAEAAVH245_NonStandardMessage@@XZ @25462 NONAME ??BH245_MultilinkRequest@@QBEABVH245_MultilinkRequest_addConnection@@XZ @25463 NONAME ??BH245_MultilinkRequest@@QBEABVH245_MultilinkRequest_callInformation@@XZ @25464 NONAME ??BH245_MultilinkRequest@@QBEABVH245_MultilinkRequest_maximumHeaderInterval@@XZ @25465 NONAME ??BH245_MultilinkRequest@@QBEABVH245_MultilinkRequest_removeConnection@@XZ @25466 NONAME ??BH245_MultilinkRequest@@QBEABVH245_NonStandardMessage@@XZ @25467 NONAME ??BH245_MultilinkResponse@@QAEAAVH245_MultilinkResponse_addConnection@@XZ @25468 NONAME ??BH245_MultilinkResponse@@QAEAAVH245_MultilinkResponse_callInformation@@XZ @25469 NONAME ??BH245_MultilinkResponse@@QAEAAVH245_MultilinkResponse_maximumHeaderInterval@@XZ @25470 NONAME ??BH245_MultilinkResponse@@QAEAAVH245_MultilinkResponse_removeConnection@@XZ @25471 NONAME ??BH245_MultilinkResponse@@QAEAAVH245_NonStandardMessage@@XZ @25472 NONAME ??BH245_MultilinkResponse@@QBEABVH245_MultilinkResponse_addConnection@@XZ @25473 NONAME ??BH245_MultilinkResponse@@QBEABVH245_MultilinkResponse_callInformation@@XZ @25474 NONAME ??BH245_MultilinkResponse@@QBEABVH245_MultilinkResponse_maximumHeaderInterval@@XZ @25475 NONAME ??BH245_MultilinkResponse@@QBEABVH245_MultilinkResponse_removeConnection@@XZ @25476 NONAME ??BH245_MultilinkResponse@@QBEABVH245_NonStandardMessage@@XZ @25477 NONAME ??BH245_MultilinkResponse_addConnection_responseCode@@QAEAAVH245_MultilinkResponse_addConnection_responseCode_rejected@@XZ @25478 NONAME ??BH245_MultilinkResponse_addConnection_responseCode@@QBEABVH245_MultilinkResponse_addConnection_responseCode_rejected@@XZ @25479 NONAME ??BH245_MultimediaSystemControlMessage@@QAEAAVH245_CommandMessage@@XZ @6490 NONAME ??BH245_MultimediaSystemControlMessage@@QAEAAVH245_IndicationMessage@@XZ @6491 NONAME ??BH245_MultimediaSystemControlMessage@@QAEAAVH245_RequestMessage@@XZ @6492 NONAME ??BH245_MultimediaSystemControlMessage@@QAEAAVH245_ResponseMessage@@XZ @6493 NONAME ??BH245_MultimediaSystemControlMessage@@QBEABVH245_CommandMessage@@XZ @6494 NONAME ??BH245_MultimediaSystemControlMessage@@QBEABVH245_IndicationMessage@@XZ @6495 NONAME ??BH245_MultimediaSystemControlMessage@@QBEABVH245_RequestMessage@@XZ @6496 NONAME ??BH245_MultimediaSystemControlMessage@@QBEABVH245_ResponseMessage@@XZ @6497 NONAME ??BH245_MultiplexCapability@@QAEAAVH245_GenericCapability@@XZ @25480 NONAME ??BH245_MultiplexCapability@@QAEAAVH245_H222Capability@@XZ @6498 NONAME ??BH245_MultiplexCapability@@QAEAAVH245_H223Capability@@XZ @6499 NONAME ??BH245_MultiplexCapability@@QAEAAVH245_H2250Capability@@XZ @6500 NONAME ??BH245_MultiplexCapability@@QAEAAVH245_NonStandardParameter@@XZ @6501 NONAME ??BH245_MultiplexCapability@@QAEAAVH245_V76Capability@@XZ @6502 NONAME ??BH245_MultiplexCapability@@QBEABVH245_GenericCapability@@XZ @25481 NONAME ??BH245_MultiplexCapability@@QBEABVH245_H222Capability@@XZ @6503 NONAME ??BH245_MultiplexCapability@@QBEABVH245_H223Capability@@XZ @6504 NONAME ??BH245_MultiplexCapability@@QBEABVH245_H2250Capability@@XZ @6505 NONAME ??BH245_MultiplexCapability@@QBEABVH245_NonStandardParameter@@XZ @6506 NONAME ??BH245_MultiplexCapability@@QBEABVH245_V76Capability@@XZ @6507 NONAME ??BH245_MultiplexElement_type@@QAEAAVH245_ArrayOf_MultiplexElement@@XZ @6508 NONAME ??BH245_MultiplexElement_type@@QBEABVH245_ArrayOf_MultiplexElement@@XZ @6509 NONAME ??BH245_MultiplexFormat@@QAEAAVH245_H222Capability@@XZ @25482 NONAME ??BH245_MultiplexFormat@@QAEAAVH245_H223Capability@@XZ @25483 NONAME ??BH245_MultiplexFormat@@QAEAAVH245_NonStandardParameter@@XZ @25484 NONAME ??BH245_MultiplexFormat@@QBEABVH245_H222Capability@@XZ @25485 NONAME ??BH245_MultiplexFormat@@QBEABVH245_H223Capability@@XZ @25486 NONAME ??BH245_MultiplexFormat@@QBEABVH245_NonStandardParameter@@XZ @25487 NONAME ??BH245_NetworkAccessParameters_networkAddress@@QAEAAVH245_Q2931Address@@XZ @6510 NONAME ??BH245_NetworkAccessParameters_networkAddress@@QAEAAVH245_TransportAddress@@XZ @6511 NONAME ??BH245_NetworkAccessParameters_networkAddress@@QBEABVH245_Q2931Address@@XZ @6512 NONAME ??BH245_NetworkAccessParameters_networkAddress@@QBEABVH245_TransportAddress@@XZ @6513 NONAME ??BH245_NewATMVCCommand_aal@@QAEAAVH245_NewATMVCCommand_aal_aal1@@XZ @25488 NONAME ??BH245_NewATMVCCommand_aal@@QAEAAVH245_NewATMVCCommand_aal_aal5@@XZ @25489 NONAME ??BH245_NewATMVCCommand_aal@@QBEABVH245_NewATMVCCommand_aal_aal1@@XZ @25490 NONAME ??BH245_NewATMVCCommand_aal@@QBEABVH245_NewATMVCCommand_aal_aal5@@XZ @25491 NONAME ??BH245_NewATMVCIndication_aal@@QAEAAVH245_NewATMVCIndication_aal_aal1@@XZ @6514 NONAME ??BH245_NewATMVCIndication_aal@@QAEAAVH245_NewATMVCIndication_aal_aal5@@XZ @6515 NONAME ??BH245_NewATMVCIndication_aal@@QBEABVH245_NewATMVCIndication_aal_aal1@@XZ @6516 NONAME ??BH245_NewATMVCIndication_aal@@QBEABVH245_NewATMVCIndication_aal_aal5@@XZ @6517 NONAME ??BH245_NonStandardIdentifier@@QAEAAVH245_NonStandardIdentifier_h221NonStandard@@XZ @6518 NONAME ??BH245_NonStandardIdentifier@@QBEABVH245_NonStandardIdentifier_h221NonStandard@@XZ @6519 NONAME ??BH245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@QAEAAVH245_H2250LogicalChannelAckParameters@@XZ @6520 NONAME ??BH245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@QBEABVH245_H2250LogicalChannelAckParameters@@XZ @6521 NONAME ??BH245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H222LogicalChannelParameters@@XZ @6522 NONAME ??BH245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H2250LogicalChannelParameters@@XZ @6523 NONAME ??BH245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@QBEABVH245_H222LogicalChannelParameters@@XZ @6524 NONAME ??BH245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@QBEABVH245_H2250LogicalChannelParameters@@XZ @6525 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H222LogicalChannelParameters@@XZ @6526 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H223LogicalChannelParameters@@XZ @6527 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H2250LogicalChannelParameters@@XZ @6528 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QAEAAVH245_V76LogicalChannelParameters@@XZ @6529 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QBEABVH245_H222LogicalChannelParameters@@XZ @6530 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QBEABVH245_H223LogicalChannelParameters@@XZ @6531 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QBEABVH245_H2250LogicalChannelParameters@@XZ @6532 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QBEABVH245_V76LogicalChannelParameters@@XZ @6533 NONAME ??BH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H223LogicalChannelParameters@@XZ @6534 NONAME ??BH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H2250LogicalChannelParameters@@XZ @6535 NONAME ??BH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QAEAAVH245_V76LogicalChannelParameters@@XZ @6536 NONAME ??BH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QBEABVH245_H223LogicalChannelParameters@@XZ @6537 NONAME ??BH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QBEABVH245_H2250LogicalChannelParameters@@XZ @6538 NONAME ??BH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QBEABVH245_V76LogicalChannelParameters@@XZ @6539 NONAME ??BH245_ParameterIdentifier@@QAEAAVH245_NonStandardParameter@@XZ @25492 NONAME ??BH245_ParameterIdentifier@@QBEABVH245_NonStandardParameter@@XZ @25493 NONAME ??BH245_ParameterValue@@QAEAAVH245_ArrayOf_GenericParameter@@XZ @25494 NONAME ??BH245_ParameterValue@@QBEABVH245_ArrayOf_GenericParameter@@XZ @25495 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_AudioMode@@XZ @38552 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_DataMode@@XZ @38553 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_EncryptionMode@@XZ @38554 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_FECMode@@XZ @53480 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_H235Mode@@XZ @38555 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_NonStandardParameter@@XZ @38556 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_VideoMode@@XZ @38557 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_AudioMode@@XZ @38558 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_DataMode@@XZ @38559 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_EncryptionMode@@XZ @38560 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_FECMode@@XZ @53481 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_H235Mode@@XZ @38561 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_NonStandardParameter@@XZ @38562 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_VideoMode@@XZ @38563 NONAME ??BH245_RedundancyEncodingMethod@@QAEAAVH245_NonStandardParameter@@XZ @6540 NONAME ??BH245_RedundancyEncodingMethod@@QAEAAVH245_RTPH263VideoRedundancyEncoding@@XZ @6541 NONAME ??BH245_RedundancyEncodingMethod@@QBEABVH245_NonStandardParameter@@XZ @6542 NONAME ??BH245_RedundancyEncodingMethod@@QBEABVH245_RTPH263VideoRedundancyEncoding@@XZ @6543 NONAME ??BH245_RedundancyEncodingMode_secondaryEncoding@@QAEAAVH245_AudioMode@@XZ @6544 NONAME ??BH245_RedundancyEncodingMode_secondaryEncoding@@QAEAAVH245_NonStandardParameter@@XZ @6545 NONAME ??BH245_RedundancyEncodingMode_secondaryEncoding@@QBEABVH245_AudioMode@@XZ @6546 NONAME ??BH245_RedundancyEncodingMode_secondaryEncoding@@QBEABVH245_NonStandardParameter@@XZ @6547 NONAME ??BH245_RemoteMCResponse@@QAEAAVH245_RemoteMCResponse_reject@@XZ @6548 NONAME ??BH245_RemoteMCResponse@@QBEABVH245_RemoteMCResponse_reject@@XZ @6549 NONAME ??BH245_RequestMessage@@QAEAAVH245_CloseLogicalChannel@@XZ @6550 NONAME ??BH245_RequestMessage@@QAEAAVH245_CommunicationModeRequest@@XZ @6551 NONAME ??BH245_RequestMessage@@QAEAAVH245_ConferenceRequest@@XZ @6552 NONAME ??BH245_RequestMessage@@QAEAAVH245_GenericMessage@@XZ @53087 NONAME ??BH245_RequestMessage@@QAEAAVH245_LogicalChannelRateRequest@@XZ @25496 NONAME ??BH245_RequestMessage@@QAEAAVH245_MaintenanceLoopRequest@@XZ @6553 NONAME ??BH245_RequestMessage@@QAEAAVH245_MasterSlaveDetermination@@XZ @6554 NONAME ??BH245_RequestMessage@@QAEAAVH245_MultilinkRequest@@XZ @25497 NONAME ??BH245_RequestMessage@@QAEAAVH245_MultiplexEntrySend@@XZ @6555 NONAME ??BH245_RequestMessage@@QAEAAVH245_NonStandardMessage@@XZ @6556 NONAME ??BH245_RequestMessage@@QAEAAVH245_OpenLogicalChannel@@XZ @6557 NONAME ??BH245_RequestMessage@@QAEAAVH245_RequestChannelClose@@XZ @6558 NONAME ??BH245_RequestMessage@@QAEAAVH245_RequestMode@@XZ @6559 NONAME ??BH245_RequestMessage@@QAEAAVH245_RequestMultiplexEntry@@XZ @6560 NONAME ??BH245_RequestMessage@@QAEAAVH245_RoundTripDelayRequest@@XZ @6561 NONAME ??BH245_RequestMessage@@QAEAAVH245_TerminalCapabilitySet@@XZ @6562 NONAME ??BH245_RequestMessage@@QBEABVH245_CloseLogicalChannel@@XZ @6563 NONAME ??BH245_RequestMessage@@QBEABVH245_CommunicationModeRequest@@XZ @6564 NONAME ??BH245_RequestMessage@@QBEABVH245_ConferenceRequest@@XZ @6565 NONAME ??BH245_RequestMessage@@QBEABVH245_GenericMessage@@XZ @53088 NONAME ??BH245_RequestMessage@@QBEABVH245_LogicalChannelRateRequest@@XZ @25498 NONAME ??BH245_RequestMessage@@QBEABVH245_MaintenanceLoopRequest@@XZ @6566 NONAME ??BH245_RequestMessage@@QBEABVH245_MasterSlaveDetermination@@XZ @6567 NONAME ??BH245_RequestMessage@@QBEABVH245_MultilinkRequest@@XZ @25499 NONAME ??BH245_RequestMessage@@QBEABVH245_MultiplexEntrySend@@XZ @6568 NONAME ??BH245_RequestMessage@@QBEABVH245_NonStandardMessage@@XZ @6569 NONAME ??BH245_RequestMessage@@QBEABVH245_OpenLogicalChannel@@XZ @6570 NONAME ??BH245_RequestMessage@@QBEABVH245_RequestChannelClose@@XZ @6571 NONAME ??BH245_RequestMessage@@QBEABVH245_RequestMode@@XZ @6572 NONAME ??BH245_RequestMessage@@QBEABVH245_RequestMultiplexEntry@@XZ @6573 NONAME ??BH245_RequestMessage@@QBEABVH245_RoundTripDelayRequest@@XZ @6574 NONAME ??BH245_RequestMessage@@QBEABVH245_TerminalCapabilitySet@@XZ @6575 NONAME ??BH245_ResponseMessage@@QAEAAVH245_CloseLogicalChannelAck@@XZ @6576 NONAME ??BH245_ResponseMessage@@QAEAAVH245_CommunicationModeResponse@@XZ @6577 NONAME ??BH245_ResponseMessage@@QAEAAVH245_ConferenceResponse@@XZ @6578 NONAME ??BH245_ResponseMessage@@QAEAAVH245_GenericMessage@@XZ @53089 NONAME ??BH245_ResponseMessage@@QAEAAVH245_LogicalChannelRateAcknowledge@@XZ @25500 NONAME ??BH245_ResponseMessage@@QAEAAVH245_LogicalChannelRateReject@@XZ @25501 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MaintenanceLoopAck@@XZ @6579 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MaintenanceLoopReject@@XZ @6580 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MasterSlaveDeterminationAck@@XZ @6581 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MasterSlaveDeterminationReject@@XZ @6582 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MultilinkResponse@@XZ @25502 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MultiplexEntrySendAck@@XZ @6583 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MultiplexEntrySendReject@@XZ @6584 NONAME ??BH245_ResponseMessage@@QAEAAVH245_NonStandardMessage@@XZ @6585 NONAME ??BH245_ResponseMessage@@QAEAAVH245_OpenLogicalChannelAck@@XZ @6586 NONAME ??BH245_ResponseMessage@@QAEAAVH245_OpenLogicalChannelReject@@XZ @6587 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RequestChannelCloseAck@@XZ @6588 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RequestChannelCloseReject@@XZ @6589 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RequestModeAck@@XZ @6590 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RequestModeReject@@XZ @6591 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RequestMultiplexEntryAck@@XZ @6592 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RequestMultiplexEntryReject@@XZ @6593 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RoundTripDelayResponse@@XZ @6594 NONAME ??BH245_ResponseMessage@@QAEAAVH245_TerminalCapabilitySetAck@@XZ @6595 NONAME ??BH245_ResponseMessage@@QAEAAVH245_TerminalCapabilitySetReject@@XZ @6596 NONAME ??BH245_ResponseMessage@@QBEABVH245_CloseLogicalChannelAck@@XZ @6597 NONAME ??BH245_ResponseMessage@@QBEABVH245_CommunicationModeResponse@@XZ @6598 NONAME ??BH245_ResponseMessage@@QBEABVH245_ConferenceResponse@@XZ @6599 NONAME ??BH245_ResponseMessage@@QBEABVH245_GenericMessage@@XZ @53090 NONAME ??BH245_ResponseMessage@@QBEABVH245_LogicalChannelRateAcknowledge@@XZ @25503 NONAME ??BH245_ResponseMessage@@QBEABVH245_LogicalChannelRateReject@@XZ @25504 NONAME ??BH245_ResponseMessage@@QBEABVH245_MaintenanceLoopAck@@XZ @6600 NONAME ??BH245_ResponseMessage@@QBEABVH245_MaintenanceLoopReject@@XZ @6601 NONAME ??BH245_ResponseMessage@@QBEABVH245_MasterSlaveDeterminationAck@@XZ @6602 NONAME ??BH245_ResponseMessage@@QBEABVH245_MasterSlaveDeterminationReject@@XZ @6603 NONAME ??BH245_ResponseMessage@@QBEABVH245_MultilinkResponse@@XZ @25505 NONAME ??BH245_ResponseMessage@@QBEABVH245_MultiplexEntrySendAck@@XZ @6604 NONAME ??BH245_ResponseMessage@@QBEABVH245_MultiplexEntrySendReject@@XZ @6605 NONAME ??BH245_ResponseMessage@@QBEABVH245_NonStandardMessage@@XZ @6606 NONAME ??BH245_ResponseMessage@@QBEABVH245_OpenLogicalChannelAck@@XZ @6607 NONAME ??BH245_ResponseMessage@@QBEABVH245_OpenLogicalChannelReject@@XZ @6608 NONAME ??BH245_ResponseMessage@@QBEABVH245_RequestChannelCloseAck@@XZ @6609 NONAME ??BH245_ResponseMessage@@QBEABVH245_RequestChannelCloseReject@@XZ @6610 NONAME ??BH245_ResponseMessage@@QBEABVH245_RequestModeAck@@XZ @6611 NONAME ??BH245_ResponseMessage@@QBEABVH245_RequestModeReject@@XZ @6612 NONAME ??BH245_ResponseMessage@@QBEABVH245_RequestMultiplexEntryAck@@XZ @6613 NONAME ??BH245_ResponseMessage@@QBEABVH245_RequestMultiplexEntryReject@@XZ @6614 NONAME ??BH245_ResponseMessage@@QBEABVH245_RoundTripDelayResponse@@XZ @6615 NONAME ??BH245_ResponseMessage@@QBEABVH245_TerminalCapabilitySetAck@@XZ @6616 NONAME ??BH245_ResponseMessage@@QBEABVH245_TerminalCapabilitySetReject@@XZ @6617 NONAME ??BH245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@QAEAAVH245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@XZ @6618 NONAME ??BH245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@QBEABVH245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@XZ @6619 NONAME ??BH245_RTPPayloadType_payloadDescriptor@@QAEAAVH245_NonStandardParameter@@XZ @6620 NONAME ??BH245_RTPPayloadType_payloadDescriptor@@QBEABVH245_NonStandardParameter@@XZ @6621 NONAME ??BH245_SendTerminalCapabilitySet@@QAEAAVH245_SendTerminalCapabilitySet_specificRequest@@XZ @6622 NONAME ??BH245_SendTerminalCapabilitySet@@QBEABVH245_SendTerminalCapabilitySet_specificRequest@@XZ @6623 NONAME ??BH245_T84Profile@@QAEAAVH245_T84Profile_t84Restricted@@XZ @6624 NONAME ??BH245_T84Profile@@QBEABVH245_T84Profile_t84Restricted@@XZ @6625 NONAME ??BH245_TerminalCapabilitySetReject_cause@@QAEAAVH245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@XZ @6626 NONAME ??BH245_TerminalCapabilitySetReject_cause@@QBEABVH245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@XZ @6627 NONAME ??BH245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@QAEAAVH245_CapabilityTableEntryNumber@@XZ @6628 NONAME ??BH245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@QBEABVH245_CapabilityTableEntryNumber@@XZ @6629 NONAME ??BH245_TransportAddress@@QAEAAVH245_MulticastAddress@@XZ @6630 NONAME ??BH245_TransportAddress@@QAEAAVH245_UnicastAddress@@XZ @6631 NONAME ??BH245_TransportAddress@@QBEABVH245_MulticastAddress@@XZ @6632 NONAME ??BH245_TransportAddress@@QBEABVH245_UnicastAddress@@XZ @6633 NONAME ??BH245_UnicastAddress@@QAEAAVH245_NonStandardParameter@@XZ @6634 NONAME ??BH245_UnicastAddress@@QAEAAVH245_UnicastAddress_iP6Address@@XZ @6635 NONAME ??BH245_UnicastAddress@@QAEAAVH245_UnicastAddress_iPAddress@@XZ @6636 NONAME ??BH245_UnicastAddress@@QAEAAVH245_UnicastAddress_iPSourceRouteAddress@@XZ @6637 NONAME ??BH245_UnicastAddress@@QAEAAVH245_UnicastAddress_iPXAddress@@XZ @6638 NONAME ??BH245_UnicastAddress@@QBEABVH245_NonStandardParameter@@XZ @6639 NONAME ??BH245_UnicastAddress@@QBEABVH245_UnicastAddress_iP6Address@@XZ @6640 NONAME ??BH245_UnicastAddress@@QBEABVH245_UnicastAddress_iPAddress@@XZ @6641 NONAME ??BH245_UnicastAddress@@QBEABVH245_UnicastAddress_iPSourceRouteAddress@@XZ @6642 NONAME ??BH245_UnicastAddress@@QBEABVH245_UnicastAddress_iPXAddress@@XZ @6643 NONAME ??BH245_UserInputCapability@@QAEAAVH245_ArrayOf_NonStandardParameter@@XZ @6644 NONAME ??BH245_UserInputCapability@@QBEABVH245_ArrayOf_NonStandardParameter@@XZ @6645 NONAME ??BH245_UserInputIndication@@QAEAAVH245_NonStandardParameter@@XZ @6646 NONAME ??BH245_UserInputIndication@@QAEAAVH245_UserInputIndication_encryptedAlphanumeric@@XZ @53091 NONAME ??BH245_UserInputIndication@@QAEAAVH245_UserInputIndication_extendedAlphanumeric@@XZ @25506 NONAME ??BH245_UserInputIndication@@QAEAAVH245_UserInputIndication_signal@@XZ @6647 NONAME ??BH245_UserInputIndication@@QAEAAVH245_UserInputIndication_signalUpdate@@XZ @6648 NONAME ??BH245_UserInputIndication@@QAEAAVH245_UserInputIndication_userInputSupportIndication@@XZ @6649 NONAME ??BH245_UserInputIndication@@QBEABVH245_NonStandardParameter@@XZ @6650 NONAME ??BH245_UserInputIndication@@QBEABVH245_UserInputIndication_encryptedAlphanumeric@@XZ @53092 NONAME ??BH245_UserInputIndication@@QBEABVH245_UserInputIndication_extendedAlphanumeric@@XZ @25507 NONAME ??BH245_UserInputIndication@@QBEABVH245_UserInputIndication_signal@@XZ @6651 NONAME ??BH245_UserInputIndication@@QBEABVH245_UserInputIndication_signalUpdate@@XZ @6652 NONAME ??BH245_UserInputIndication@@QBEABVH245_UserInputIndication_userInputSupportIndication@@XZ @6653 NONAME ??BH245_UserInputIndication_userInputSupportIndication@@QAEAAVH245_NonStandardParameter@@XZ @6654 NONAME ??BH245_UserInputIndication_userInputSupportIndication@@QBEABVH245_NonStandardParameter@@XZ @6655 NONAME ??BH245_V76LogicalChannelParameters_mode@@QAEAAVH245_V76LogicalChannelParameters_mode_eRM@@XZ @6656 NONAME ??BH245_V76LogicalChannelParameters_mode@@QBEABVH245_V76LogicalChannelParameters_mode_eRM@@XZ @6657 NONAME ??BH245_VCCapability_availableBitRates_type@@QAEAAVH245_VCCapability_availableBitRates_type_rangeOfBitRates@@XZ @6658 NONAME ??BH245_VCCapability_availableBitRates_type@@QBEABVH245_VCCapability_availableBitRates_type_rangeOfBitRates@@XZ @6659 NONAME ??BH245_VideoCapability@@QAEAAVH245_ExtendedVideoCapability@@XZ @53093 NONAME ??BH245_VideoCapability@@QAEAAVH245_GenericCapability@@XZ @25508 NONAME ??BH245_VideoCapability@@QAEAAVH245_H261VideoCapability@@XZ @6660 NONAME ??BH245_VideoCapability@@QAEAAVH245_H262VideoCapability@@XZ @6661 NONAME ??BH245_VideoCapability@@QAEAAVH245_H263VideoCapability@@XZ @6662 NONAME ??BH245_VideoCapability@@QAEAAVH245_IS11172VideoCapability@@XZ @6663 NONAME ??BH245_VideoCapability@@QAEAAVH245_NonStandardParameter@@XZ @6664 NONAME ??BH245_VideoCapability@@QBEABVH245_ExtendedVideoCapability@@XZ @53094 NONAME ??BH245_VideoCapability@@QBEABVH245_GenericCapability@@XZ @25509 NONAME ??BH245_VideoCapability@@QBEABVH245_H261VideoCapability@@XZ @6665 NONAME ??BH245_VideoCapability@@QBEABVH245_H262VideoCapability@@XZ @6666 NONAME ??BH245_VideoCapability@@QBEABVH245_H263VideoCapability@@XZ @6667 NONAME ??BH245_VideoCapability@@QBEABVH245_IS11172VideoCapability@@XZ @6668 NONAME ??BH245_VideoCapability@@QBEABVH245_NonStandardParameter@@XZ @6669 NONAME ??BH245_VideoMode@@QAEAAVH245_GenericCapability@@XZ @25510 NONAME ??BH245_VideoMode@@QAEAAVH245_H261VideoMode@@XZ @6670 NONAME ??BH245_VideoMode@@QAEAAVH245_H262VideoMode@@XZ @6671 NONAME ??BH245_VideoMode@@QAEAAVH245_H263VideoMode@@XZ @6672 NONAME ??BH245_VideoMode@@QAEAAVH245_IS11172VideoMode@@XZ @6673 NONAME ??BH245_VideoMode@@QAEAAVH245_NonStandardParameter@@XZ @6674 NONAME ??BH245_VideoMode@@QBEABVH245_GenericCapability@@XZ @25511 NONAME ??BH245_VideoMode@@QBEABVH245_H261VideoMode@@XZ @6675 NONAME ??BH245_VideoMode@@QBEABVH245_H262VideoMode@@XZ @6676 NONAME ??BH245_VideoMode@@QBEABVH245_H263VideoMode@@XZ @6677 NONAME ??BH245_VideoMode@@QBEABVH245_IS11172VideoMode@@XZ @6678 NONAME ??BH245_VideoMode@@QBEABVH245_NonStandardParameter@@XZ @6679 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_AuditDescriptor@@XZ @32809 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_DigitMapDescriptor@@XZ @32810 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_EventBufferDescriptor@@XZ @32811 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_EventsDescriptor@@XZ @32812 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_MediaDescriptor@@XZ @32813 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_ModemDescriptor@@XZ @32814 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_MuxDescriptor@@XZ @32815 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_SignalsDescriptor@@XZ @32816 NONAME ??BH248_AmmDescriptor@@QBEABVH248_AuditDescriptor@@XZ @32817 NONAME ??BH248_AmmDescriptor@@QBEABVH248_DigitMapDescriptor@@XZ @32818 NONAME ??BH248_AmmDescriptor@@QBEABVH248_EventBufferDescriptor@@XZ @32819 NONAME ??BH248_AmmDescriptor@@QBEABVH248_EventsDescriptor@@XZ @32820 NONAME ??BH248_AmmDescriptor@@QBEABVH248_MediaDescriptor@@XZ @32821 NONAME ??BH248_AmmDescriptor@@QBEABVH248_ModemDescriptor@@XZ @32822 NONAME ??BH248_AmmDescriptor@@QBEABVH248_MuxDescriptor@@XZ @32823 NONAME ??BH248_AmmDescriptor@@QBEABVH248_SignalsDescriptor@@XZ @32824 NONAME ??BH248_AuditReply@@QAEAAVH248_AuditResult@@XZ @32825 NONAME ??BH248_AuditReply@@QAEAAVH248_ErrorDescriptor@@XZ @32826 NONAME ??BH248_AuditReply@@QAEAAVH248_TerminationIDList@@XZ @32827 NONAME ??BH248_AuditReply@@QBEABVH248_AuditResult@@XZ @32828 NONAME ??BH248_AuditReply@@QBEABVH248_ErrorDescriptor@@XZ @32829 NONAME ??BH248_AuditReply@@QBEABVH248_TerminationIDList@@XZ @32830 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_AuditDescriptor@@XZ @32831 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_DigitMapDescriptor@@XZ @32832 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_ErrorDescriptor@@XZ @32833 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_EventBufferDescriptor@@XZ @32834 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_EventsDescriptor@@XZ @32835 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_MediaDescriptor@@XZ @32836 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_ModemDescriptor@@XZ @32837 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_MuxDescriptor@@XZ @32838 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_ObservedEventsDescriptor@@XZ @32839 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_PackagesDescriptor@@XZ @32840 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_SignalsDescriptor@@XZ @32841 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_StatisticsDescriptor@@XZ @32842 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_AuditDescriptor@@XZ @32843 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_DigitMapDescriptor@@XZ @32844 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_ErrorDescriptor@@XZ @32845 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_EventBufferDescriptor@@XZ @32846 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_EventsDescriptor@@XZ @32847 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_MediaDescriptor@@XZ @32848 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_ModemDescriptor@@XZ @32849 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_MuxDescriptor@@XZ @32850 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_ObservedEventsDescriptor@@XZ @32851 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_PackagesDescriptor@@XZ @32852 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_SignalsDescriptor@@XZ @32853 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_StatisticsDescriptor@@XZ @32854 NONAME ??BH248_Command@@QAEAAVH248_AmmRequest@@XZ @32855 NONAME ??BH248_Command@@QAEAAVH248_AuditRequest@@XZ @32856 NONAME ??BH248_Command@@QAEAAVH248_NotifyRequest@@XZ @32857 NONAME ??BH248_Command@@QAEAAVH248_ServiceChangeRequest@@XZ @32858 NONAME ??BH248_Command@@QAEAAVH248_SubtractRequest@@XZ @32859 NONAME ??BH248_Command@@QBEABVH248_AmmRequest@@XZ @32860 NONAME ??BH248_Command@@QBEABVH248_AuditRequest@@XZ @32861 NONAME ??BH248_Command@@QBEABVH248_NotifyRequest@@XZ @32862 NONAME ??BH248_Command@@QBEABVH248_ServiceChangeRequest@@XZ @32863 NONAME ??BH248_Command@@QBEABVH248_SubtractRequest@@XZ @32864 NONAME ??BH248_CommandReply@@QAEAAVH248_AmmsReply@@XZ @32865 NONAME ??BH248_CommandReply@@QAEAAVH248_AuditReply@@XZ @32866 NONAME ??BH248_CommandReply@@QAEAAVH248_NotifyReply@@XZ @32867 NONAME ??BH248_CommandReply@@QAEAAVH248_ServiceChangeReply@@XZ @32868 NONAME ??BH248_CommandReply@@QBEABVH248_AmmsReply@@XZ @32869 NONAME ??BH248_CommandReply@@QBEABVH248_AuditReply@@XZ @32870 NONAME ??BH248_CommandReply@@QBEABVH248_NotifyReply@@XZ @32871 NONAME ??BH248_CommandReply@@QBEABVH248_ServiceChangeReply@@XZ @32872 NONAME ??BH248_EventDM@@QAEAAVH248_DigitMapName@@XZ @32873 NONAME ??BH248_EventDM@@QAEAAVH248_DigitMapValue@@XZ @32874 NONAME ??BH248_EventDM@@QBEABVH248_DigitMapName@@XZ @32875 NONAME ??BH248_EventDM@@QBEABVH248_DigitMapValue@@XZ @32876 NONAME ??BH248_EventParameter_extraInfo@@QAEAAVH248_Relation@@XZ @32877 NONAME ??BH248_EventParameter_extraInfo@@QBEABVH248_Relation@@XZ @32878 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudDigitMapDescriptor@@XZ @32879 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudEventBufferDescriptor@@XZ @32880 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudEventsDescriptor@@XZ @32881 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudMediaDescriptor@@XZ @32882 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudPackagesDescriptor@@XZ @32883 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudSignalsDescriptor@@XZ @32884 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudStatisticsDescriptor@@XZ @32885 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudDigitMapDescriptor@@XZ @32886 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudEventBufferDescriptor@@XZ @32887 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudEventsDescriptor@@XZ @32888 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudMediaDescriptor@@XZ @32889 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudPackagesDescriptor@@XZ @32890 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudSignalsDescriptor@@XZ @32891 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudStatisticsDescriptor@@XZ @32892 NONAME ??BH248_IndAudMediaDescriptor_streams@@QAEAAVH248_ArrayOf_IndAudStreamDescriptor@@XZ @32893 NONAME ??BH248_IndAudMediaDescriptor_streams@@QAEAAVH248_IndAudStreamParms@@XZ @32894 NONAME ??BH248_IndAudMediaDescriptor_streams@@QBEABVH248_ArrayOf_IndAudStreamDescriptor@@XZ @32895 NONAME ??BH248_IndAudMediaDescriptor_streams@@QBEABVH248_IndAudStreamParms@@XZ @32896 NONAME ??BH248_IndAudSignalsDescriptor@@QAEAAVH248_IndAudSeqSigList@@XZ @32897 NONAME ??BH248_IndAudSignalsDescriptor@@QAEAAVH248_IndAudSignal@@XZ @32898 NONAME ??BH248_IndAudSignalsDescriptor@@QBEABVH248_IndAudSeqSigList@@XZ @32899 NONAME ??BH248_IndAudSignalsDescriptor@@QBEABVH248_IndAudSignal@@XZ @32900 NONAME ??BH248_MediaDescriptor_streams@@QAEAAVH248_ArrayOf_StreamDescriptor@@XZ @32901 NONAME ??BH248_MediaDescriptor_streams@@QAEAAVH248_StreamParms@@XZ @32902 NONAME ??BH248_MediaDescriptor_streams@@QBEABVH248_ArrayOf_StreamDescriptor@@XZ @32903 NONAME ??BH248_MediaDescriptor_streams@@QBEABVH248_StreamParms@@XZ @32904 NONAME ??BH248_Message_messageBody@@QAEAAVH248_ArrayOf_Transaction@@XZ @32905 NONAME ??BH248_Message_messageBody@@QAEAAVH248_ErrorDescriptor@@XZ @32906 NONAME ??BH248_Message_messageBody@@QBEABVH248_ArrayOf_Transaction@@XZ @32907 NONAME ??BH248_Message_messageBody@@QBEABVH248_ErrorDescriptor@@XZ @32908 NONAME ??BH248_MId@@QAEAAVH248_DomainName@@XZ @32909 NONAME ??BH248_MId@@QAEAAVH248_IP4Address@@XZ @32910 NONAME ??BH248_MId@@QAEAAVH248_IP6Address@@XZ @32911 NONAME ??BH248_MId@@QAEAAVH248_PathName@@XZ @32912 NONAME ??BH248_MId@@QBEABVH248_DomainName@@XZ @32913 NONAME ??BH248_MId@@QBEABVH248_IP4Address@@XZ @32914 NONAME ??BH248_MId@@QBEABVH248_IP6Address@@XZ @32915 NONAME ??BH248_MId@@QBEABVH248_PathName@@XZ @32916 NONAME ??BH248_NonStandardIdentifier@@QAEAAVH248_H221NonStandard@@XZ @32917 NONAME ??BH248_NonStandardIdentifier@@QBEABVH248_H221NonStandard@@XZ @32918 NONAME ??BH248_PropertyParm_extraInfo@@QAEAAVH248_Relation@@XZ @32919 NONAME ??BH248_PropertyParm_extraInfo@@QBEABVH248_Relation@@XZ @32920 NONAME ??BH248_ServiceChangeAddress@@QAEAAVH248_DomainName@@XZ @32921 NONAME ??BH248_ServiceChangeAddress@@QAEAAVH248_IP4Address@@XZ @32922 NONAME ??BH248_ServiceChangeAddress@@QAEAAVH248_IP6Address@@XZ @32923 NONAME ??BH248_ServiceChangeAddress@@QAEAAVH248_PathName@@XZ @32924 NONAME ??BH248_ServiceChangeAddress@@QBEABVH248_DomainName@@XZ @32925 NONAME ??BH248_ServiceChangeAddress@@QBEABVH248_IP4Address@@XZ @32926 NONAME ??BH248_ServiceChangeAddress@@QBEABVH248_IP6Address@@XZ @32927 NONAME ??BH248_ServiceChangeAddress@@QBEABVH248_PathName@@XZ @32928 NONAME ??BH248_ServiceChangeResult@@QAEAAVH248_ErrorDescriptor@@XZ @32929 NONAME ??BH248_ServiceChangeResult@@QAEAAVH248_ServiceChangeResParm@@XZ @32930 NONAME ??BH248_ServiceChangeResult@@QBEABVH248_ErrorDescriptor@@XZ @32931 NONAME ??BH248_ServiceChangeResult@@QBEABVH248_ServiceChangeResParm@@XZ @32932 NONAME ??BH248_SignalRequest@@QAEAAVH248_SeqSigList@@XZ @32933 NONAME ??BH248_SignalRequest@@QAEAAVH248_Signal@@XZ @32934 NONAME ??BH248_SignalRequest@@QBEABVH248_SeqSigList@@XZ @32935 NONAME ??BH248_SignalRequest@@QBEABVH248_Signal@@XZ @32936 NONAME ??BH248_SigParameter_extraInfo@@QAEAAVH248_Relation@@XZ @32937 NONAME ??BH248_SigParameter_extraInfo@@QBEABVH248_Relation@@XZ @32938 NONAME ??BH248_Transaction@@QAEAAVH248_TransactionPending@@XZ @32939 NONAME ??BH248_Transaction@@QAEAAVH248_TransactionReply@@XZ @32940 NONAME ??BH248_Transaction@@QAEAAVH248_TransactionRequest@@XZ @32941 NONAME ??BH248_Transaction@@QAEAAVH248_TransactionResponseAck@@XZ @32942 NONAME ??BH248_Transaction@@QBEABVH248_TransactionPending@@XZ @32943 NONAME ??BH248_Transaction@@QBEABVH248_TransactionReply@@XZ @32944 NONAME ??BH248_Transaction@@QBEABVH248_TransactionRequest@@XZ @32945 NONAME ??BH248_Transaction@@QBEABVH248_TransactionResponseAck@@XZ @32946 NONAME ??BH248_TransactionReply_transactionResult@@QAEAAVH248_ArrayOf_ActionReply@@XZ @32947 NONAME ??BH248_TransactionReply_transactionResult@@QAEAAVH248_ErrorDescriptor@@XZ @32948 NONAME ??BH248_TransactionReply_transactionResult@@QBEABVH248_ArrayOf_ActionReply@@XZ @32949 NONAME ??BH248_TransactionReply_transactionResult@@QBEABVH248_ErrorDescriptor@@XZ @32950 NONAME ??BH323ChannelNumber@@QBEIXZ @6680 NONAME ??BH4501_PartySubaddress@@QAEAAVH4501_NSAPSubaddress@@XZ @21438 NONAME ??BH4501_PartySubaddress@@QAEAAVH4501_UserSpecifiedSubaddress@@XZ @21439 NONAME ??BH4501_PartySubaddress@@QBEABVH4501_NSAPSubaddress@@XZ @21440 NONAME ??BH4501_PartySubaddress@@QBEABVH4501_UserSpecifiedSubaddress@@XZ @21441 NONAME ??BH4501_PresentedAddressScreened@@QAEAAVH4501_AddressScreened@@XZ @21442 NONAME ??BH4501_PresentedAddressScreened@@QBEABVH4501_AddressScreened@@XZ @21443 NONAME ??BH4501_PresentedAddressUnscreened@@QAEAAVH4501_Address@@XZ @21444 NONAME ??BH4501_PresentedAddressUnscreened@@QBEABVH4501_Address@@XZ @21445 NONAME ??BH4501_PresentedNumberScreened@@QAEAAVH4501_NumberScreened@@XZ @21446 NONAME ??BH4501_PresentedNumberScreened@@QBEABVH4501_NumberScreened@@XZ @21447 NONAME ??BH4501_PresentedNumberUnscreened@@QAEAAVH225_PartyNumber@@XZ @21448 NONAME ??BH4501_PresentedNumberUnscreened@@QBEABVH225_PartyNumber@@XZ @21449 NONAME ??BH4501_ServiceApdus@@QAEAAVH4501_ArrayOf_ROS@@XZ @21450 NONAME ??BH4501_ServiceApdus@@QBEABVH4501_ArrayOf_ROS@@XZ @21451 NONAME ??BH4502_CTActiveArg_argumentExtension@@QAEAAVH225_NonStandardParameter@@XZ @21452 NONAME ??BH4502_CTActiveArg_argumentExtension@@QAEAAVH4502_ExtensionSeq@@XZ @21453 NONAME ??BH4502_CTActiveArg_argumentExtension@@QBEABVH225_NonStandardParameter@@XZ @21454 NONAME ??BH4502_CTActiveArg_argumentExtension@@QBEABVH4502_ExtensionSeq@@XZ @21455 NONAME ??BH4502_CTCompleteArg_argumentExtension@@QAEAAVH225_NonStandardParameter@@XZ @21456 NONAME ??BH4502_CTCompleteArg_argumentExtension@@QAEAAVH4502_ExtensionSeq@@XZ @21457 NONAME ??BH4502_CTCompleteArg_argumentExtension@@QBEABVH225_NonStandardParameter@@XZ @21458 NONAME ??BH4502_CTCompleteArg_argumentExtension@@QBEABVH4502_ExtensionSeq@@XZ @21459 NONAME ??BH4502_CTIdentifyRes_resultExtension@@QAEAAVH225_NonStandardParameter@@XZ @21460 NONAME ??BH4502_CTIdentifyRes_resultExtension@@QAEAAVH4502_ExtensionSeq@@XZ @21461 NONAME ??BH4502_CTIdentifyRes_resultExtension@@QBEABVH225_NonStandardParameter@@XZ @21462 NONAME ??BH4502_CTIdentifyRes_resultExtension@@QBEABVH4502_ExtensionSeq@@XZ @21463 NONAME ??BH4502_CTInitiateArg_argumentExtension@@QAEAAVH225_NonStandardParameter@@XZ @21464 NONAME ??BH4502_CTInitiateArg_argumentExtension@@QAEAAVH4502_ExtensionSeq@@XZ @21465 NONAME ??BH4502_CTInitiateArg_argumentExtension@@QBEABVH225_NonStandardParameter@@XZ @21466 NONAME ??BH4502_CTInitiateArg_argumentExtension@@QBEABVH4502_ExtensionSeq@@XZ @21467 NONAME ??BH4502_CTSetupArg_argumentExtension@@QAEAAVH225_NonStandardParameter@@XZ @21468 NONAME ??BH4502_CTSetupArg_argumentExtension@@QAEAAVH4502_ExtensionSeq@@XZ @21469 NONAME ??BH4502_CTSetupArg_argumentExtension@@QBEABVH225_NonStandardParameter@@XZ @21470 NONAME ??BH4502_CTSetupArg_argumentExtension@@QBEABVH4502_ExtensionSeq@@XZ @21471 NONAME ??BH4502_CTUpdateArg_argumentExtension@@QAEAAVH225_NonStandardParameter@@XZ @21472 NONAME ??BH4502_CTUpdateArg_argumentExtension@@QAEAAVH4502_ExtensionSeq@@XZ @21473 NONAME ??BH4502_CTUpdateArg_argumentExtension@@QBEABVH225_NonStandardParameter@@XZ @21474 NONAME ??BH4502_CTUpdateArg_argumentExtension@@QBEABVH4502_ExtensionSeq@@XZ @21475 NONAME ??BH4502_DummyArg@@QAEAAVH225_NonStandardParameter@@XZ @21476 NONAME ??BH4502_DummyArg@@QAEAAVH4502_ExtensionSeq@@XZ @21477 NONAME ??BH4502_DummyArg@@QBEABVH225_NonStandardParameter@@XZ @21478 NONAME ??BH4502_DummyArg@@QBEABVH4502_ExtensionSeq@@XZ @21479 NONAME ??BH4502_DummyRes@@QAEAAVH225_NonStandardParameter@@XZ @21480 NONAME ??BH4502_DummyRes@@QAEAAVH4502_ExtensionSeq@@XZ @21481 NONAME ??BH4502_DummyRes@@QBEABVH225_NonStandardParameter@@XZ @21482 NONAME ??BH4502_DummyRes@@QBEABVH4502_ExtensionSeq@@XZ @21483 NONAME ??BH4502_SubaddressTransferArg_argumentExtension@@QAEAAVH225_NonStandardParameter@@XZ @21484 NONAME ??BH4502_SubaddressTransferArg_argumentExtension@@QAEAAVH4502_ExtensionSeq@@XZ @21485 NONAME ??BH4502_SubaddressTransferArg_argumentExtension@@QBEABVH225_NonStandardParameter@@XZ @21486 NONAME ??BH4502_SubaddressTransferArg_argumentExtension@@QBEABVH4502_ExtensionSeq@@XZ @21487 NONAME ??BH4503_IntResult_extension@@QAEAAVH225_NonStandardParameter@@XZ @22724 NONAME ??BH4503_IntResult_extension@@QAEAAVH4503_ExtensionSeq@@XZ @22725 NONAME ??BH4503_IntResult_extension@@QBEABVH225_NonStandardParameter@@XZ @22726 NONAME ??BH4503_IntResult_extension@@QBEABVH4503_ExtensionSeq@@XZ @22727 NONAME ??BH4504_MixedExtension@@QAEAAVH225_NonStandardParameter@@XZ @22358 NONAME ??BH4504_MixedExtension@@QAEAAVH4501_Extension@@XZ @22359 NONAME ??BH4504_MixedExtension@@QBEABVH225_NonStandardParameter@@XZ @22360 NONAME ??BH4504_MixedExtension@@QBEABVH4501_Extension@@XZ @22361 NONAME ??BH4507_MsgCentreId@@QAEAAVH4501_EndpointAddress@@XZ @23325 NONAME ??BH4507_MsgCentreId@@QBEABVH4501_EndpointAddress@@XZ @23326 NONAME ??BH4508_Name@@QAEAAVH4508_NamePresentationAllowed@@XZ @23327 NONAME ??BH4508_Name@@QAEAAVH4508_NamePresentationRestricted@@XZ @23328 NONAME ??BH4508_Name@@QBEABVH4508_NamePresentationAllowed@@XZ @23329 NONAME ??BH4508_Name@@QBEABVH4508_NamePresentationRestricted@@XZ @23330 NONAME ??BH4508_NamePresentationAllowed@@QAEAAVH4508_ExtendedName@@XZ @23331 NONAME ??BH4508_NamePresentationAllowed@@QAEAAVH4508_SimpleName@@XZ @23332 NONAME ??BH4508_NamePresentationAllowed@@QBEABVH4508_ExtendedName@@XZ @23333 NONAME ??BH4508_NamePresentationAllowed@@QBEABVH4508_SimpleName@@XZ @23334 NONAME ??BH4508_NamePresentationRestricted@@QAEAAVH4508_ExtendedName@@XZ @23335 NONAME ??BH4508_NamePresentationRestricted@@QAEAAVH4508_SimpleName@@XZ @23336 NONAME ??BH4508_NamePresentationRestricted@@QBEABVH4508_ExtendedName@@XZ @23337 NONAME ??BH4508_NamePresentationRestricted@@QBEABVH4508_SimpleName@@XZ @23338 NONAME ??BH4509_CcArg@@QAEAAVH4509_CcLongArg@@XZ @23339 NONAME ??BH4509_CcArg@@QAEAAVH4509_CcShortArg@@XZ @23340 NONAME ??BH4509_CcArg@@QBEABVH4509_CcLongArg@@XZ @23341 NONAME ??BH4509_CcArg@@QBEABVH4509_CcShortArg@@XZ @23342 NONAME ??BH501_AccessToken@@QAEAAVH225_CryptoH323Token@@XZ @35712 NONAME ??BH501_AccessToken@@QAEAAVH225_GenericData@@XZ @35713 NONAME ??BH501_AccessToken@@QAEAAVH235_ClearToken@@XZ @35714 NONAME ??BH501_AccessToken@@QBEABVH225_CryptoH323Token@@XZ @35715 NONAME ??BH501_AccessToken@@QBEABVH225_GenericData@@XZ @35716 NONAME ??BH501_AccessToken@@QBEABVH235_ClearToken@@XZ @35717 NONAME ??BH501_MessageBody@@QAEAAVH501_AccessConfirmation@@XZ @35718 NONAME ??BH501_MessageBody@@QAEAAVH501_AccessRejection@@XZ @35719 NONAME ??BH501_MessageBody@@QAEAAVH501_AccessRequest@@XZ @35720 NONAME ??BH501_MessageBody@@QAEAAVH501_AuthenticationConfirmation@@XZ @35721 NONAME ??BH501_MessageBody@@QAEAAVH501_AuthenticationRejection@@XZ @35722 NONAME ??BH501_MessageBody@@QAEAAVH501_AuthenticationRequest@@XZ @35723 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorConfirmation@@XZ @35724 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorIDConfirmation@@XZ @35725 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorIDRejection@@XZ @35726 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorIDRequest@@XZ @35727 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorRejection@@XZ @35728 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorRequest@@XZ @35729 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorUpdate@@XZ @35730 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorUpdateAck@@XZ @35731 NONAME ??BH501_MessageBody@@QAEAAVH501_NonStandardConfirmation@@XZ @35732 NONAME ??BH501_MessageBody@@QAEAAVH501_NonStandardRejection@@XZ @35733 NONAME ??BH501_MessageBody@@QAEAAVH501_NonStandardRequest@@XZ @35734 NONAME ??BH501_MessageBody@@QAEAAVH501_RequestInProgress@@XZ @35735 NONAME ??BH501_MessageBody@@QAEAAVH501_ServiceConfirmation@@XZ @35736 NONAME ??BH501_MessageBody@@QAEAAVH501_ServiceRejection@@XZ @35737 NONAME ??BH501_MessageBody@@QAEAAVH501_ServiceRelease@@XZ @35738 NONAME ??BH501_MessageBody@@QAEAAVH501_ServiceRequest@@XZ @35739 NONAME ??BH501_MessageBody@@QAEAAVH501_UnknownMessageResponse@@XZ @35740 NONAME ??BH501_MessageBody@@QAEAAVH501_UsageConfirmation@@XZ @35741 NONAME ??BH501_MessageBody@@QAEAAVH501_UsageIndication@@XZ @35742 NONAME ??BH501_MessageBody@@QAEAAVH501_UsageIndicationConfirmation@@XZ @35743 NONAME ??BH501_MessageBody@@QAEAAVH501_UsageIndicationRejection@@XZ @35744 NONAME ??BH501_MessageBody@@QAEAAVH501_UsageRejection@@XZ @35745 NONAME ??BH501_MessageBody@@QAEAAVH501_UsageRequest@@XZ @35746 NONAME ??BH501_MessageBody@@QAEAAVH501_ValidationConfirmation@@XZ @35747 NONAME ??BH501_MessageBody@@QAEAAVH501_ValidationRejection@@XZ @35748 NONAME ??BH501_MessageBody@@QAEAAVH501_ValidationRequest@@XZ @35749 NONAME ??BH501_MessageBody@@QBEABVH501_AccessConfirmation@@XZ @35750 NONAME ??BH501_MessageBody@@QBEABVH501_AccessRejection@@XZ @35751 NONAME ??BH501_MessageBody@@QBEABVH501_AccessRequest@@XZ @35752 NONAME ??BH501_MessageBody@@QBEABVH501_AuthenticationConfirmation@@XZ @35753 NONAME ??BH501_MessageBody@@QBEABVH501_AuthenticationRejection@@XZ @35754 NONAME ??BH501_MessageBody@@QBEABVH501_AuthenticationRequest@@XZ @35755 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorConfirmation@@XZ @35756 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorIDConfirmation@@XZ @35757 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorIDRejection@@XZ @35758 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorIDRequest@@XZ @35759 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorRejection@@XZ @35760 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorRequest@@XZ @35761 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorUpdate@@XZ @35762 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorUpdateAck@@XZ @35763 NONAME ??BH501_MessageBody@@QBEABVH501_NonStandardConfirmation@@XZ @35764 NONAME ??BH501_MessageBody@@QBEABVH501_NonStandardRejection@@XZ @35765 NONAME ??BH501_MessageBody@@QBEABVH501_NonStandardRequest@@XZ @35766 NONAME ??BH501_MessageBody@@QBEABVH501_RequestInProgress@@XZ @35767 NONAME ??BH501_MessageBody@@QBEABVH501_ServiceConfirmation@@XZ @35768 NONAME ??BH501_MessageBody@@QBEABVH501_ServiceRejection@@XZ @35769 NONAME ??BH501_MessageBody@@QBEABVH501_ServiceRelease@@XZ @35770 NONAME ??BH501_MessageBody@@QBEABVH501_ServiceRequest@@XZ @35771 NONAME ??BH501_MessageBody@@QBEABVH501_UnknownMessageResponse@@XZ @35772 NONAME ??BH501_MessageBody@@QBEABVH501_UsageConfirmation@@XZ @35773 NONAME ??BH501_MessageBody@@QBEABVH501_UsageIndication@@XZ @35774 NONAME ??BH501_MessageBody@@QBEABVH501_UsageIndicationConfirmation@@XZ @35775 NONAME ??BH501_MessageBody@@QBEABVH501_UsageIndicationRejection@@XZ @35776 NONAME ??BH501_MessageBody@@QBEABVH501_UsageRejection@@XZ @35777 NONAME ??BH501_MessageBody@@QBEABVH501_UsageRequest@@XZ @35778 NONAME ??BH501_MessageBody@@QBEABVH501_ValidationConfirmation@@XZ @35779 NONAME ??BH501_MessageBody@@QBEABVH501_ValidationRejection@@XZ @35780 NONAME ??BH501_MessageBody@@QBEABVH501_ValidationRequest@@XZ @35781 NONAME ??BH501_Pattern@@QAEAAVH225_AliasAddress@@XZ @35782 NONAME ??BH501_Pattern@@QAEAAVH501_Pattern_range@@XZ @35783 NONAME ??BH501_Pattern@@QBEABVH225_AliasAddress@@XZ @35784 NONAME ??BH501_Pattern@@QBEABVH501_Pattern_range@@XZ @35785 NONAME ??BH501_Role@@QAEAAVH225_NonStandardParameter@@XZ @35786 NONAME ??BH501_Role@@QBEABVH225_NonStandardParameter@@XZ @35787 NONAME ??BH501_UpdateInformation_descriptorInfo@@QAEAAVH225_GloballyUniqueID@@XZ @36921 NONAME ??BH501_UpdateInformation_descriptorInfo@@QAEAAVH501_Descriptor@@XZ @35788 NONAME ??BH501_UpdateInformation_descriptorInfo@@QBEABVH225_GloballyUniqueID@@XZ @36922 NONAME ??BH501_UpdateInformation_descriptorInfo@@QBEABVH501_Descriptor@@XZ @35790 NONAME ??BMCS_ChannelAttributes@@QAEAAVMCS_ChannelAttributes_assigned@@XZ @6727 NONAME ??BMCS_ChannelAttributes@@QAEAAVMCS_ChannelAttributes_private@@XZ @6728 NONAME ??BMCS_ChannelAttributes@@QAEAAVMCS_ChannelAttributes_static@@XZ @6729 NONAME ??BMCS_ChannelAttributes@@QAEAAVMCS_ChannelAttributes_userId@@XZ @6730 NONAME ??BMCS_ChannelAttributes@@QBEABVMCS_ChannelAttributes_assigned@@XZ @6731 NONAME ??BMCS_ChannelAttributes@@QBEABVMCS_ChannelAttributes_private@@XZ @6732 NONAME ??BMCS_ChannelAttributes@@QBEABVMCS_ChannelAttributes_static@@XZ @6733 NONAME ??BMCS_ChannelAttributes@@QBEABVMCS_ChannelAttributes_userId@@XZ @6734 NONAME ??BMCS_ConnectMCSPDU@@QAEAAVMCS_Connect_Additional@@XZ @6735 NONAME ??BMCS_ConnectMCSPDU@@QAEAAVMCS_Connect_Initial@@XZ @6736 NONAME ??BMCS_ConnectMCSPDU@@QAEAAVMCS_Connect_Response@@XZ @6737 NONAME ??BMCS_ConnectMCSPDU@@QAEAAVMCS_Connect_Result@@XZ @6738 NONAME ??BMCS_ConnectMCSPDU@@QBEABVMCS_Connect_Additional@@XZ @6739 NONAME ??BMCS_ConnectMCSPDU@@QBEABVMCS_Connect_Initial@@XZ @6740 NONAME ??BMCS_ConnectMCSPDU@@QBEABVMCS_Connect_Response@@XZ @6741 NONAME ??BMCS_ConnectMCSPDU@@QBEABVMCS_Connect_Result@@XZ @6742 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_AUcf@@XZ @6743 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_AUrq@@XZ @6744 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CAin@@XZ @6745 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CArq@@XZ @6746 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CCcf@@XZ @6747 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CCrq@@XZ @6748 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CDin@@XZ @6749 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CDrq@@XZ @6750 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CEin@@XZ @6751 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CErq@@XZ @6752 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CJcf@@XZ @6753 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CJrq@@XZ @6754 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CLrq@@XZ @6755 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_DPum@@XZ @6756 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_DUin@@XZ @6757 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_DUrq@@XZ @6758 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_EDrq@@XZ @6759 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_MCcf@@XZ @6760 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_MCrq@@XZ @6761 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_MTcf@@XZ @6762 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_MTrq@@XZ @6763 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_PCin@@XZ @6764 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_PDin@@XZ @6765 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_PTin@@XZ @6766 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_RJum@@XZ @6767 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_SDin@@XZ @6768 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_SDrq@@XZ @6769 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TGcf@@XZ @6770 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TGrq@@XZ @6771 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TIcf@@XZ @6772 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TIrq@@XZ @6773 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TPin@@XZ @6774 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TPrq@@XZ @6775 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TRcf@@XZ @6776 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TRrq@@XZ @6777 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TTcf@@XZ @6778 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TTrq@@XZ @6779 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TVcf@@XZ @6780 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TVin@@XZ @6781 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TVrq@@XZ @6782 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TVrs@@XZ @6783 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_USin@@XZ @6784 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_USrq@@XZ @6785 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_AUcf@@XZ @6786 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_AUrq@@XZ @6787 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CAin@@XZ @6788 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CArq@@XZ @6789 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CCcf@@XZ @6790 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CCrq@@XZ @6791 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CDin@@XZ @6792 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CDrq@@XZ @6793 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CEin@@XZ @6794 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CErq@@XZ @6795 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CJcf@@XZ @6796 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CJrq@@XZ @6797 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CLrq@@XZ @6798 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_DPum@@XZ @6799 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_DUin@@XZ @6800 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_DUrq@@XZ @6801 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_EDrq@@XZ @6802 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_MCcf@@XZ @6803 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_MCrq@@XZ @6804 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_MTcf@@XZ @6805 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_MTrq@@XZ @6806 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_PCin@@XZ @6807 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_PDin@@XZ @6808 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_PTin@@XZ @6809 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_RJum@@XZ @6810 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_SDin@@XZ @6811 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_SDrq@@XZ @6812 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TGcf@@XZ @6813 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TGrq@@XZ @6814 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TIcf@@XZ @6815 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TIrq@@XZ @6816 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TPin@@XZ @6817 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TPrq@@XZ @6818 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TRcf@@XZ @6819 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TRrq@@XZ @6820 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TTcf@@XZ @6821 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TTrq@@XZ @6822 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TVcf@@XZ @6823 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TVin@@XZ @6824 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TVrq@@XZ @6825 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TVrs@@XZ @6826 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_USin@@XZ @6827 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_USrq@@XZ @6828 NONAME ??BMCS_TokenAttributes@@QAEAAVMCS_TokenAttributes_given@@XZ @6829 NONAME ??BMCS_TokenAttributes@@QAEAAVMCS_TokenAttributes_giving@@XZ @6830 NONAME ??BMCS_TokenAttributes@@QAEAAVMCS_TokenAttributes_grabbed@@XZ @6831 NONAME ??BMCS_TokenAttributes@@QAEAAVMCS_TokenAttributes_inhibited@@XZ @6832 NONAME ??BMCS_TokenAttributes@@QAEAAVMCS_TokenAttributes_ungivable@@XZ @6833 NONAME ??BMCS_TokenAttributes@@QBEABVMCS_TokenAttributes_given@@XZ @6834 NONAME ??BMCS_TokenAttributes@@QBEABVMCS_TokenAttributes_giving@@XZ @6835 NONAME ??BMCS_TokenAttributes@@QBEABVMCS_TokenAttributes_grabbed@@XZ @6836 NONAME ??BMCS_TokenAttributes@@QBEABVMCS_TokenAttributes_inhibited@@XZ @6837 NONAME ??BMCS_TokenAttributes@@QBEABVMCS_TokenAttributes_ungivable@@XZ @6838 NONAME ??BPASN_BMPString@@QBE?AVPString@@XZ @6839 NONAME ??BPASN_Boolean@@QBEHXZ @6840 NONAME ??BPASN_ConstrainedString@@QBEABVPString@@XZ @6841 NONAME ??BPASN_Enumeration@@QBEIXZ @34546 NONAME ??BPASN_Integer@@QBEIXZ @6842 NONAME ??BPASN_OctetString@@QBEABVPBYTEArray@@XZ @6843 NONAME ??BPRandom@@QAEIXZ @6844 NONAME ??BPUInt16b@@QBEGXZ @6845 NONAME ??BPUInt32b@@QBEKXZ @6846 NONAME ??BT38_Type_of_msg@@QAEAAVT38_Type_of_msg_data@@XZ @28128 NONAME ??BT38_Type_of_msg@@QAEAAVT38_Type_of_msg_t30_indicator@@XZ @28129 NONAME ??BT38_Type_of_msg@@QBEABVT38_Type_of_msg_data@@XZ @28130 NONAME ??BT38_Type_of_msg@@QBEABVT38_Type_of_msg_t30_indicator@@XZ @28131 NONAME ??BT38_UDPTLPacket_error_recovery@@QAEAAVT38_UDPTLPacket_error_recovery_fec_info@@XZ @28132 NONAME ??BT38_UDPTLPacket_error_recovery@@QAEAAVT38_UDPTLPacket_error_recovery_secondary_ifp_packets@@XZ @28133 NONAME ??BT38_UDPTLPacket_error_recovery@@QBEABVT38_UDPTLPacket_error_recovery_fec_info@@XZ @28134 NONAME ??BT38_UDPTLPacket_error_recovery@@QBEABVT38_UDPTLPacket_error_recovery_secondary_ifp_packets@@XZ @28135 NONAME ??BX880_Reject_problem@@QAEAAVX880_GeneralProblem@@XZ @21488 NONAME ??BX880_Reject_problem@@QAEAAVX880_InvokeProblem@@XZ @21489 NONAME ??BX880_Reject_problem@@QAEAAVX880_ReturnErrorProblem@@XZ @21490 NONAME ??BX880_Reject_problem@@QAEAAVX880_ReturnResultProblem@@XZ @21491 NONAME ??BX880_Reject_problem@@QBEABVX880_GeneralProblem@@XZ @21492 NONAME ??BX880_Reject_problem@@QBEABVX880_InvokeProblem@@XZ @21493 NONAME ??BX880_Reject_problem@@QBEABVX880_ReturnErrorProblem@@XZ @21494 NONAME ??BX880_Reject_problem@@QBEABVX880_ReturnResultProblem@@XZ @21495 NONAME ??BX880_ROS@@QAEAAVX880_Invoke@@XZ @21496 NONAME ??BX880_ROS@@QAEAAVX880_Reject@@XZ @21497 NONAME ??BX880_ROS@@QAEAAVX880_ReturnError@@XZ @21498 NONAME ??BX880_ROS@@QAEAAVX880_ReturnResult@@XZ @21499 NONAME ??BX880_ROS@@QBEABVX880_Invoke@@XZ @21500 NONAME ??BX880_ROS@@QBEABVX880_Reject@@XZ @21501 NONAME ??BX880_ROS@@QBEABVX880_ReturnError@@XZ @21502 NONAME ??BX880_ROS@@QBEABVX880_ReturnResult@@XZ @21503 NONAME ??C?$PSafePtr@VH323GatekeeperCall@@@@QBEPAVH323GatekeeperCall@@XZ @30394 NONAME ??C?$PSafePtr@VH323PeerElementDescriptor@@@@QBEPAVH323PeerElementDescriptor@@XZ @37211 NONAME ??C?$PSafePtr@VH323PeerElementServiceRelationship@@@@QBEPAVH323PeerElementServiceRelationship@@XZ @37212 NONAME ??C?$PSafePtr@VH323RegisteredEndPoint@@@@QBEPAVH323RegisteredEndPoint@@XZ @30395 NONAME ??Cconst_iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QBEPBU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@XZ @52200 NONAME ??Cconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEPBU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@XZ @52811 NONAME ??Cconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEPBU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@XZ @51688 NONAME ??Cconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEPBU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@2@XZ @51689 NONAME ??Cconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEPBU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@XZ @52402 NONAME ??Cconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEPBU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@XZ @51690 NONAME ??Citerator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@XZ @51691 NONAME ??D?$PSafePtr@VH323PeerElementDescriptor@@@@QBEAAVH323PeerElementDescriptor@@XZ @37942 NONAME ??D?$PSafePtr@VH323RegisteredEndPoint@@@@QBEAAVH323RegisteredEndPoint@@XZ @30396 NONAME ??Dconst_iterator@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QBEABULookupRecord@@XZ @52812 NONAME ??Dconst_iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QBEABU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@XZ @52201 NONAME ??Dconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@XZ @52813 NONAME ??Dconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@XZ @51692 NONAME ??Dconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@2@XZ @51693 NONAME ??Dconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@XZ @52403 NONAME ??Dconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@XZ @51694 NONAME ??Diterator@?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@QBEAAVPString@@XZ @50881 NONAME ??Diterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QBEAAU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@XZ @52202 NONAME ??Diterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@XZ @52814 NONAME ??Diterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@XZ @51695 NONAME ??Diterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@XZ @52404 NONAME ??Diterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@XZ @51696 NONAME ??Diterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@2@XZ @51697 NONAME ??E?$PSafePtr@VH323GatekeeperCall@@@@QAEPAVH323GatekeeperCall@@H@Z @30397 NONAME ??E?$PSafePtr@VH323PeerElementDescriptor@@@@QAEPAVH323PeerElementDescriptor@@H@Z @37336 NONAME ??E?$PSafePtr@VH323PeerElementServiceRelationship@@@@QAEPAVH323PeerElementServiceRelationship@@H@Z @37337 NONAME ??E?$PSafePtr@VH323RegisteredEndPoint@@@@QAEPAVH323RegisteredEndPoint@@H@Z @30398 NONAME ??Econst_iterator@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAEAAV012@XZ @52815 NONAME ??Econst_iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAEAAV012@XZ @52203 NONAME ??Econst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @52816 NONAME ??Econst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @51698 NONAME ??Econst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @51699 NONAME ??Econst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @52405 NONAME ??Econst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @51700 NONAME ??EH323ChannelNumber@@QAEAAV0@H@Z @6847 NONAME ??Eiterator@?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@QAEAAV012@XZ @50886 NONAME ??Eiterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE?AV012@H@Z @52204 NONAME ??Eiterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAEAAV012@XZ @52205 NONAME ??Eiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AV012@H@Z @52817 NONAME ??Eiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @52818 NONAME ??Eiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AV012@H@Z @51701 NONAME ??Eiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @51702 NONAME ??Eiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AV012@H@Z @51703 NONAME ??Eiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @51704 NONAME ??Eiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AV012@H@Z @52406 NONAME ??Eiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @52407 NONAME ??Eiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AV012@H@Z @51705 NONAME ??Eiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @51706 NONAME ??Fconst_iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAEAAV012@XZ @52206 NONAME ??Fconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @52819 NONAME ??Fconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @51707 NONAME ??Fconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @52408 NONAME ??Fconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @51708 NONAME ??Fconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @51709 NONAME ??Fiterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAEAAV012@XZ @52207 NONAME ??Fiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @52820 NONAME ??Fiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @51710 NONAME ??Fiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @52409 NONAME ??Fiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @51711 NONAME ??Fiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @51712 NONAME ??Gconst_iterator@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QBEHABV012@@Z @52821 NONAME ??Giterator@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QBEHABVconst_iterator@12@@Z @52822 NONAME ??Hiterator@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QBE?AV012@H@Z @52823 NONAME ??R?$less@I@std@@QBE_NABI0@Z @52208 NONAME ??R?$PStringDictionary@VPString@@@@QBE?AVPString@@ABV1@PBD@Z @30399 NONAME ??Y?$PSet@VPOrdinalKey@@@@QAEAAV0@ABVPOrdinalKey@@@Z @38114 NONAME ??Yiterator@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAEAAV012@H@Z @52824 NONAME ??Z?$PSet@VPOrdinalKey@@@@QAEAAV0@ABVPOrdinalKey@@@Z @37946 NONAME ??_7?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@6B@ @27723 NONAME ??_7?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@6B@ @27724 NONAME ??_7?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@6B@ @27725 NONAME ??_7?$H235_HASHED@VH235_EncodedGeneralToken@@@@6B@ @27726 NONAME ??_7?$H235_HASHED@VH235_EncodedPwdCertToken@@@@6B@ @27727 NONAME ??_7?$H235_SIGNED@VH225_EncodedFastStartToken@@@@6B@ @27728 NONAME ??_7?$H235_SIGNED@VH235_EncodedGeneralToken@@@@6B@ @27729 NONAME ??_7?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@6B@ @27730 NONAME ??_7?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@6B@ @27731 NONAME ??_7?$H235_SIGNED@VH235_EncodedReturnSig@@@@6B@ @27732 NONAME ??_7?$PArray@V?$PList@VH323Capability@@@@@@6B@ @6859 NONAME ??_7?$PArray@VH323SimultaneousCapabilities@@@@6B@ @6860 NONAME ??_7?$PArray@VH323TransportAddress@@@@6B@ @28457 NONAME ??_7?$PArray@VReceiverReport@RTP_Session@@@@6B@ @17057 NONAME ??_7?$PArray@VSourceDescription@RTP_Session@@@@6B@ @17058 NONAME ??_7?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@6B@ @6861 NONAME ??_7?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@6B@ @32951 NONAME ??_7?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@6B@ @28985 NONAME ??_7?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@6B@ @6862 NONAME ??_7?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@6B@ @37382 NONAME ??_7?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@6B@ @6863 NONAME ??_7?$PDictionary@VPString@@VH323Connection@@@@6B@ @6864 NONAME ??_7?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@6B@ @28458 NONAME ??_7?$PDictionary@VPString@@VPOrdinalKey@@@@6B@ @37469 NONAME ??_7?$PFactory@VH235Authenticator@@VPString@@@@6B@ @52825 NONAME ??_7?$PFactory@VH323Capability@@VPString@@@@6B@ @51713 NONAME ??_7?$PFactory@VH323StaticPluginCodec@@VPString@@@@6B@ @51714 NONAME ??_7?$PFactory@VOpalFactoryCodec@@VPString@@@@6B@ @52410 NONAME ??_7?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @51715 NONAME ??_7?$PFactory@VPWAVFileConverter@@I@@6B@ @52209 NONAME ??_7?$PList@VH235Authenticator@@@@6B@ @28830 NONAME ??_7?$PList@VH245_GenericParameter@@@@6B@ @53290 NONAME ??_7?$PList@VH263Packet@@@@6B@ @53807 NONAME ??_7?$PList@VH323Capability@@@@6B@ @6865 NONAME ??_7?$PList@VH323Channel@@@@6B@ @6866 NONAME ??_7?$PList@VH323GatekeeperListener@@@@6B@ @28459 NONAME ??_7?$PList@VH323Listener@@@@6B@ @6868 NONAME ??_7?$PList@VH323Transactor@@@@6B@ @34957 NONAME ??_7?$PList@VH450xHandler@@@@6B@ @28986 NONAME ??_7?$PList@VOpalMediaFormat@@@@6B@ @20600 NONAME ??_7?$PList@VPBYTEArray@@@@6B@ @34561 NONAME ??_7?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@6B@ @31630 NONAME ??_7?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@6B@ @37213 NONAME ??_7?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@6B@ @37214 NONAME ??_7?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@6B@ @31631 NONAME ??_7?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@6B@ @31632 NONAME ??_7?$PSafePtr@VH323GatekeeperCall@@@@6B@ @30402 NONAME ??_7?$PSafePtr@VH323PeerElementDescriptor@@@@6B@ @37215 NONAME ??_7?$PSafePtr@VH323PeerElementServiceRelationship@@@@6B@ @37216 NONAME ??_7?$PSafePtr@VH323RegisteredEndPoint@@@@6B@ @30403 NONAME ??_7?$PSafeSortedList@VH323GatekeeperCall@@@@6B@ @31633 NONAME ??_7?$PSafeSortedList@VH323PeerElementDescriptor@@@@6B@ @37217 NONAME ??_7?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@6B@ @37218 NONAME ??_7?$PSet@VPOrdinalKey@@@@6B@ @37470 NONAME ??_7?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@6B@ @30823 NONAME ??_7?$PSortedList@VH225_AliasAddress@@@@6B@ @37613 NONAME ??_7?$PSortedList@VH323GatekeeperCall@@@@6B@ @28460 NONAME ??_7?$PSortedList@VH323PeerElementDescriptor@@@@6B@ @37219 NONAME ??_7?$PSortedList@VH323PeerElementServiceRelationship@@@@6B@ @37220 NONAME ??_7?$PSortedList@VMXRecord@PDNS@@@@6B@ @52826 NONAME ??_7?$PSortedList@VResponse@H323Transactor@@@@6B@ @37383 NONAME ??_7?$PSortedList@VSRVRecord@PDNS@@@@6B@ @52827 NONAME ??_7?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @52828 NONAME ??_7?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @52829 NONAME ??_7?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @52830 NONAME ??_7?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@6B@ @51716 NONAME ??_7?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @51717 NONAME ??_7?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @51718 NONAME ??_7?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @51719 NONAME ??_7?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @51720 NONAME ??_7?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @51721 NONAME ??_7?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @51722 NONAME ??_7?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @51723 NONAME ??_7?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @51724 NONAME ??_7?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @51725 NONAME ??_7?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @51726 NONAME ??_7?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @51727 NONAME ??_7?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @51728 NONAME ??_7?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @51729 NONAME ??_7?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @51730 NONAME ??_7?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @51731 NONAME ??_7?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @51732 NONAME ??_7?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @51733 NONAME ??_7?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @51734 NONAME ??_7?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @51735 NONAME ??_7?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @51736 NONAME ??_7?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @51737 NONAME ??_7?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @51738 NONAME ??_7?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @51739 NONAME ??_7?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @51740 NONAME ??_7?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @51741 NONAME ??_7?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @51742 NONAME ??_7?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @51743 NONAME ??_7?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @51744 NONAME ??_7?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @51745 NONAME ??_7?$Worker@VOpalRFC2190H263Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @53808 NONAME ??_7?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @51746 NONAME ??_7?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @51747 NONAME ??_7?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@6B@ @52995 NONAME ??_7?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@6B@ @52210 NONAME ??_7?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@6B@ @52211 NONAME ??_7AliasKey@H323PeerElement@@6B@ @37614 NONAME ??_7AlternateInfo@H323Gatekeeper@@6B@ @30824 NONAME ??_7ByteQueue@OpalVoipBlasterDevice@@6B@ @29742 NONAME ??_7Encoder@@6B@ @6869 NONAME ??_7Entry@RTP_JitterBuffer@@6B@ @6870 NONAME ??_7FilterInfo@H323Codec@@6B@ @29972 NONAME ??_7FullP64Decoder@@6B@ @6871 NONAME ??_7G7231_File_Capability@@6B@ @30980 NONAME ??_7G7231_File_Codec@@6B@ @30981 NONAME ??_7GCC_AlternativeNodeID@@6B@ @6872 NONAME ??_7GCC_ApplicationInvokeIndication@@6B@ @6873 NONAME ??_7GCC_ApplicationInvokeSpecifier@@6B@ @6874 NONAME ??_7GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@6B@ @6875 NONAME ??_7GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@6B@ @6876 NONAME ??_7GCC_ApplicationRecord@@6B@ @6877 NONAME ??_7GCC_ApplicationRecord_nonCollapsingCapabilities@@6B@ @6878 NONAME ??_7GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@6B@ @6879 NONAME ??_7GCC_ArrayOf_ApplicationInvokeSpecifier@@6B@ @6880 NONAME ??_7GCC_ArrayOf_ChallengeItem@@6B@ @6881 NONAME ??_7GCC_ArrayOf_ConferenceDescriptor@@6B@ @6882 NONAME ??_7GCC_ArrayOf_Privilege@@6B@ @6883 NONAME ??_7GCC_ArrayOf_TextString@@6B@ @6884 NONAME ??_7GCC_ArrayOf_UserID@@6B@ @6885 NONAME ??_7GCC_AsymmetryIndicator@@6B@ @6886 NONAME ??_7GCC_CapabilityClass@@6B@ @6887 NONAME ??_7GCC_CapabilityID@@6B@ @6888 NONAME ??_7GCC_ChallengeItem@@6B@ @6889 NONAME ??_7GCC_ChallengeRequest@@6B@ @6890 NONAME ??_7GCC_ChallengeResponse@@6B@ @6891 NONAME ??_7GCC_ChallengeResponseAlgorithm@@6B@ @6892 NONAME ??_7GCC_ChallengeResponseItem@@6B@ @6893 NONAME ??_7GCC_ChannelID@@6B@ @6894 NONAME ??_7GCC_ChannelType@@6B@ @6895 NONAME ??_7GCC_ConductorAssignIndication@@6B@ @6896 NONAME ??_7GCC_ConductorPermissionAskIndication@@6B@ @6897 NONAME ??_7GCC_ConductorPermissionGrantIndication@@6B@ @6898 NONAME ??_7GCC_ConductorReleaseIndication@@6B@ @6899 NONAME ??_7GCC_ConferenceAddRequest@@6B@ @6900 NONAME ??_7GCC_ConferenceAddResponse@@6B@ @6901 NONAME ??_7GCC_ConferenceAddResponse_result@@6B@ @6902 NONAME ??_7GCC_ConferenceAssistanceIndication@@6B@ @6903 NONAME ??_7GCC_ConferenceCreateRequest@@6B@ @6904 NONAME ??_7GCC_ConferenceCreateResponse@@6B@ @6905 NONAME ??_7GCC_ConferenceCreateResponse_result@@6B@ @6906 NONAME ??_7GCC_ConferenceDescriptor@@6B@ @6907 NONAME ??_7GCC_ConferenceEjectUserIndication@@6B@ @6908 NONAME ??_7GCC_ConferenceEjectUserIndication_reason@@6B@ @6909 NONAME ??_7GCC_ConferenceEjectUserRequest@@6B@ @6910 NONAME ??_7GCC_ConferenceEjectUserRequest_reason@@6B@ @6911 NONAME ??_7GCC_ConferenceEjectUserResponse@@6B@ @6912 NONAME ??_7GCC_ConferenceEjectUserResponse_result@@6B@ @6913 NONAME ??_7GCC_ConferenceInviteRequest@@6B@ @6914 NONAME ??_7GCC_ConferenceInviteResponse@@6B@ @6915 NONAME ??_7GCC_ConferenceInviteResponse_result@@6B@ @6916 NONAME ??_7GCC_ConferenceJoinRequest@@6B@ @6917 NONAME ??_7GCC_ConferenceJoinResponse@@6B@ @6918 NONAME ??_7GCC_ConferenceJoinResponse_result@@6B@ @6919 NONAME ??_7GCC_ConferenceLockIndication@@6B@ @6920 NONAME ??_7GCC_ConferenceLockRequest@@6B@ @6921 NONAME ??_7GCC_ConferenceLockResponse@@6B@ @6922 NONAME ??_7GCC_ConferenceLockResponse_result@@6B@ @6923 NONAME ??_7GCC_ConferenceName@@6B@ @6924 NONAME ??_7GCC_ConferenceNameModifier@@6B@ @6925 NONAME ??_7GCC_ConferenceNameSelector@@6B@ @6926 NONAME ??_7GCC_ConferencePriority@@6B@ @6927 NONAME ??_7GCC_ConferencePriorityScheme@@6B@ @6928 NONAME ??_7GCC_ConferenceQueryRequest@@6B@ @6929 NONAME ??_7GCC_ConferenceQueryResponse@@6B@ @6930 NONAME ??_7GCC_ConferenceQueryResponse_result@@6B@ @6931 NONAME ??_7GCC_ConferenceTerminateIndication@@6B@ @6932 NONAME ??_7GCC_ConferenceTerminateIndication_reason@@6B@ @6933 NONAME ??_7GCC_ConferenceTerminateRequest@@6B@ @6934 NONAME ??_7GCC_ConferenceTerminateRequest_reason@@6B@ @6935 NONAME ??_7GCC_ConferenceTerminateResponse@@6B@ @6936 NONAME ??_7GCC_ConferenceTerminateResponse_result@@6B@ @6937 NONAME ??_7GCC_ConferenceTimeExtendIndication@@6B@ @6938 NONAME ??_7GCC_ConferenceTimeInquireIndication@@6B@ @6939 NONAME ??_7GCC_ConferenceTimeRemainingIndication@@6B@ @6940 NONAME ??_7GCC_ConferenceTransferIndication@@6B@ @6941 NONAME ??_7GCC_ConferenceTransferRequest@@6B@ @6942 NONAME ??_7GCC_ConferenceTransferResponse@@6B@ @6943 NONAME ??_7GCC_ConferenceTransferResponse_result@@6B@ @6944 NONAME ??_7GCC_ConferenceUnlockIndication@@6B@ @6945 NONAME ??_7GCC_ConferenceUnlockRequest@@6B@ @6946 NONAME ??_7GCC_ConferenceUnlockResponse@@6B@ @6947 NONAME ??_7GCC_ConferenceUnlockResponse_result@@6B@ @6948 NONAME ??_7GCC_ConnectData@@6B@ @6949 NONAME ??_7GCC_ConnectGCCPDU@@6B@ @6950 NONAME ??_7GCC_DialingString@@6B@ @6951 NONAME ??_7GCC_DynamicChannelID@@6B@ @6952 NONAME ??_7GCC_DynamicTokenID@@6B@ @6953 NONAME ??_7GCC_EntityID@@6B@ @6954 NONAME ??_7GCC_ExtraDialingString@@6B@ @6955 NONAME ??_7GCC_FunctionNotSupportedResponse@@6B@ @6956 NONAME ??_7GCC_GCCPDU@@6B@ @6957 NONAME ??_7GCC_H221NonStandardIdentifier@@6B@ @6958 NONAME ??_7GCC_Handle@@6B@ @6959 NONAME ??_7GCC_IndicationPDU@@6B@ @6960 NONAME ??_7GCC_Key@@6B@ @6961 NONAME ??_7GCC_NetworkAddress@@6B@ @6962 NONAME ??_7GCC_NetworkAddress_subtype@@6B@ @6963 NONAME ??_7GCC_NetworkAddress_subtype_aggregatedChannel@@6B@ @6964 NONAME ??_7GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@6B@ @6965 NONAME ??_7GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@6B@ @6966 NONAME ??_7GCC_NetworkAddress_subtype_transportConnection@@6B@ @6967 NONAME ??_7GCC_NodeProperties@@6B@ @6968 NONAME ??_7GCC_NodeRecord@@6B@ @6969 NONAME ??_7GCC_NodeType@@6B@ @6970 NONAME ??_7GCC_NonStandardParameter@@6B@ @6971 NONAME ??_7GCC_NonStandardPDU@@6B@ @6972 NONAME ??_7GCC_Password@@6B@ @6973 NONAME ??_7GCC_PasswordChallengeRequestResponse@@6B@ @6974 NONAME ??_7GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@6B@ @6975 NONAME ??_7GCC_PasswordSelector@@6B@ @6976 NONAME ??_7GCC_Privilege@@6B@ @6977 NONAME ??_7GCC_RegistryAllocateHandleRequest@@6B@ @6978 NONAME ??_7GCC_RegistryAllocateHandleResponse@@6B@ @6979 NONAME ??_7GCC_RegistryAllocateHandleResponse_result@@6B@ @6980 NONAME ??_7GCC_RegistryAssignTokenRequest@@6B@ @6981 NONAME ??_7GCC_RegistryDeleteEntryRequest@@6B@ @6982 NONAME ??_7GCC_RegistryEntryOwner@@6B@ @6983 NONAME ??_7GCC_RegistryEntryOwner_owned@@6B@ @6984 NONAME ??_7GCC_RegistryItem@@6B@ @6985 NONAME ??_7GCC_RegistryKey@@6B@ @6986 NONAME ??_7GCC_RegistryModificationRights@@6B@ @6987 NONAME ??_7GCC_RegistryMonitorEntryIndication@@6B@ @6988 NONAME ??_7GCC_RegistryMonitorEntryRequest@@6B@ @6989 NONAME ??_7GCC_RegistryRegisterChannelRequest@@6B@ @6990 NONAME ??_7GCC_RegistryResponse@@6B@ @6991 NONAME ??_7GCC_RegistryResponse_primitiveType@@6B@ @6992 NONAME ??_7GCC_RegistryResponse_result@@6B@ @6993 NONAME ??_7GCC_RegistryRetrieveEntryRequest@@6B@ @6994 NONAME ??_7GCC_RegistrySetParameterRequest@@6B@ @6995 NONAME ??_7GCC_RequestPDU@@6B@ @6996 NONAME ??_7GCC_ResponsePDU@@6B@ @6997 NONAME ??_7GCC_RosterUpdateIndication@@6B@ @6998 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation@@6B@ @6999 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype@@6B@ @7000 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@6B@ @7001 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@6B@ @7002 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@6B@ @7003 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@6B@ @7004 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@6B@ @7005 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@6B@ @7006 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@6B@ @7007 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@6B@ @7008 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@6B@ @7009 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation@@6B@ @7010 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@6B@ @7011 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@6B@ @7012 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@6B@ @7013 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@6B@ @7014 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@6B@ @7015 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@6B@ @7016 NONAME ??_7GCC_SessionKey@@6B@ @7017 NONAME ??_7GCC_SimpleNumericString@@6B@ @7018 NONAME ??_7GCC_SimpleTextString@@6B@ @7019 NONAME ??_7GCC_StaticChannelID@@6B@ @7020 NONAME ??_7GCC_StaticTokenID@@6B@ @7021 NONAME ??_7GCC_SubAddressString@@6B@ @7022 NONAME ??_7GCC_TerminationMethod@@6B@ @7023 NONAME ??_7GCC_TextMessageIndication@@6B@ @7024 NONAME ??_7GCC_TextString@@6B@ @7025 NONAME ??_7GCC_Time@@6B@ @7026 NONAME ??_7GCC_TokenID@@6B@ @7027 NONAME ??_7GCC_UserData@@6B@ @7028 NONAME ??_7GCC_UserData_subtype@@6B@ @7029 NONAME ??_7GCC_UserID@@6B@ @7030 NONAME ??_7GCC_UserIDIndication@@6B@ @7031 NONAME ??_7H225CallThread@@6B@ @7033 NONAME ??_7H225TransportThread@@6B@ @7035 NONAME ??_7H225_AddressPattern@@6B@ @25512 NONAME ??_7H225_AddressPattern_range@@6B@ @25513 NONAME ??_7H225_AdmissionConfirm@@6B@ @7036 NONAME ??_7H225_AdmissionConfirm_language@@6B@ @25514 NONAME ??_7H225_AdmissionReject@@6B@ @7037 NONAME ??_7H225_AdmissionRejectReason@@6B@ @7038 NONAME ??_7H225_AdmissionRequest@@6B@ @7039 NONAME ??_7H225_Alerting_UUIE@@6B@ @7040 NONAME ??_7H225_AliasAddress@@6B@ @7041 NONAME ??_7H225_AlternateGK@@6B@ @7042 NONAME ??_7H225_AlternateTransportAddresses@@6B@ @25515 NONAME ??_7H225_AltGKInfo@@6B@ @7043 NONAME ??_7H225_ANSI_41_UIM@@6B@ @25516 NONAME ??_7H225_ANSI_41_UIM_system_id@@6B@ @25517 NONAME ??_7H225_ArrayOf_AddressPattern@@6B@ @25518 NONAME ??_7H225_ArrayOf_AdmissionConfirm@@6B@ @38564 NONAME ??_7H225_ArrayOf_AliasAddress@@6B@ @7044 NONAME ??_7H225_ArrayOf_AlternateGK@@6B@ @7045 NONAME ??_7H225_ArrayOf_AuthenticationMechanism@@6B@ @7046 NONAME ??_7H225_ArrayOf_BandwidthDetails@@6B@ @25519 NONAME ??_7H225_ArrayOf_CallReferenceValue@@6B@ @7047 NONAME ??_7H225_ArrayOf_CallsAvailable@@6B@ @25520 NONAME ??_7H225_ArrayOf_ClearToken@@6B@ @7048 NONAME ??_7H225_ArrayOf_ConferenceIdentifier@@6B@ @7049 NONAME ??_7H225_ArrayOf_ConferenceList@@6B@ @7050 NONAME ??_7H225_ArrayOf_CryptoH323Token@@6B@ @7051 NONAME ??_7H225_ArrayOf_DataRate@@6B@ @7052 NONAME ??_7H225_ArrayOf_Endpoint@@6B@ @7053 NONAME ??_7H225_ArrayOf_EnumeratedParameter@@6B@ @25521 NONAME ??_7H225_ArrayOf_ExtendedAliasAddress@@6B@ @25522 NONAME ??_7H225_ArrayOf_FeatureDescriptor@@6B@ @25523 NONAME ??_7H225_ArrayOf_GenericData@@6B@ @25524 NONAME ??_7H225_ArrayOf_H245Security@@6B@ @7054 NONAME ??_7H225_ArrayOf_H248PackagesDescriptor@@6B@ @25525 NONAME ??_7H225_ArrayOf_IntegrityMechanism@@6B@ @7055 NONAME ??_7H225_ArrayOf_NonStandardParameter@@6B@ @7056 NONAME ??_7H225_ArrayOf_PartyNumber@@6B@ @25526 NONAME ??_7H225_ArrayOf_PASN_ObjectId@@6B@ @7057 NONAME ??_7H225_ArrayOf_PASN_OctetString@@6B@ @7058 NONAME ??_7H225_ArrayOf_RasUsageSpecification@@6B@ @25527 NONAME ??_7H225_ArrayOf_RTPSession@@6B@ @7059 NONAME ??_7H225_ArrayOf_ServiceControlSession@@6B@ @25528 NONAME ??_7H225_ArrayOf_SupportedPrefix@@6B@ @7060 NONAME ??_7H225_ArrayOf_SupportedProtocols@@6B@ @7061 NONAME ??_7H225_ArrayOf_TransportAddress@@6B@ @7062 NONAME ??_7H225_ArrayOf_TransportChannelInfo@@6B@ @7063 NONAME ??_7H225_ArrayOf_TunnelledProtocol@@6B@ @25529 NONAME ??_7H225_BandRejectReason@@6B@ @7064 NONAME ??_7H225_BandWidth@@6B@ @7065 NONAME ??_7H225_BandwidthConfirm@@6B@ @7066 NONAME ??_7H225_BandwidthDetails@@6B@ @25530 NONAME ??_7H225_BandwidthReject@@6B@ @7067 NONAME ??_7H225_BandwidthRequest@@6B@ @7068 NONAME ??_7H225_CallCapacity@@6B@ @25531 NONAME ??_7H225_CallCapacityInfo@@6B@ @25532 NONAME ??_7H225_CallCreditCapability@@6B@ @25533 NONAME ??_7H225_CallCreditServiceControl@@6B@ @25534 NONAME ??_7H225_CallCreditServiceControl_billingMode@@6B@ @25535 NONAME ??_7H225_CallCreditServiceControl_callStartingPoint@@6B@ @25536 NONAME ??_7H225_CallIdentifier@@6B@ @7069 NONAME ??_7H225_CallLinkage@@6B@ @25537 NONAME ??_7H225_CallModel@@6B@ @7070 NONAME ??_7H225_CallProceeding_UUIE@@6B@ @7071 NONAME ??_7H225_CallReferenceValue@@6B@ @7072 NONAME ??_7H225_CallsAvailable@@6B@ @25538 NONAME ??_7H225_CallTerminationCause@@6B@ @25539 NONAME ??_7H225_CallType@@6B@ @7073 NONAME ??_7H225_CapacityReportingCapability@@6B@ @25540 NONAME ??_7H225_CapacityReportingSpecification@@6B@ @25541 NONAME ??_7H225_CapacityReportingSpecification_when@@6B@ @25542 NONAME ??_7H225_CarrierInfo@@6B@ @38565 NONAME ??_7H225_CicInfo@@6B@ @25543 NONAME ??_7H225_CicInfo_cic@@6B@ @25544 NONAME ??_7H225_CircuitIdentifier@@6B@ @25545 NONAME ??_7H225_CircuitInfo@@6B@ @25546 NONAME ??_7H225_ConferenceIdentifier@@6B@ @7074 NONAME ??_7H225_ConferenceList@@6B@ @7075 NONAME ??_7H225_Connect_UUIE@@6B@ @7076 NONAME ??_7H225_Connect_UUIE_language@@6B@ @25547 NONAME ??_7H225_Content@@6B@ @25548 NONAME ??_7H225_CryptoH323Token@@6B@ @7077 NONAME ??_7H225_CryptoH323Token_cryptoEPPwdHash@@6B@ @7078 NONAME ??_7H225_CryptoH323Token_cryptoGKPwdHash@@6B@ @7079 NONAME ??_7H225_DataRate@@6B@ @7080 NONAME ??_7H225_DisengageConfirm@@6B@ @7081 NONAME ??_7H225_DisengageReason@@6B@ @7082 NONAME ??_7H225_DisengageReject@@6B@ @7083 NONAME ??_7H225_DisengageRejectReason@@6B@ @7084 NONAME ??_7H225_DisengageRequest@@6B@ @7085 NONAME ??_7H225_EncodedFastStartToken@@6B@ @27733 NONAME ??_7H225_EncryptIntAlg@@6B@ @7086 NONAME ??_7H225_Endpoint@@6B@ @7087 NONAME ??_7H225_EndpointIdentifier@@6B@ @7088 NONAME ??_7H225_EndpointType@@6B@ @7089 NONAME ??_7H225_EnumeratedParameter@@6B@ @25549 NONAME ??_7H225_ExtendedAliasAddress@@6B@ @25550 NONAME ??_7H225_FacilityReason@@6B@ @7090 NONAME ??_7H225_Facility_UUIE@@6B@ @7091 NONAME ??_7H225_FastStartToken@@6B@ @7092 NONAME ??_7H225_FeatureDescriptor@@6B@ @25551 NONAME ??_7H225_FeatureSet@@6B@ @25552 NONAME ??_7H225_GatekeeperConfirm@@6B@ @7093 NONAME ??_7H225_GatekeeperIdentifier@@6B@ @7094 NONAME ??_7H225_GatekeeperInfo@@6B@ @7095 NONAME ??_7H225_GatekeeperReject@@6B@ @7096 NONAME ??_7H225_GatekeeperRejectReason@@6B@ @7097 NONAME ??_7H225_GatekeeperRequest@@6B@ @7098 NONAME ??_7H225_GatewayInfo@@6B@ @7099 NONAME ??_7H225_GenericData@@6B@ @25553 NONAME ??_7H225_GenericIdentifier@@6B@ @25554 NONAME ??_7H225_GloballyUniqueID@@6B@ @7100 NONAME ??_7H225_GroupID@@6B@ @25555 NONAME ??_7H225_GroupID_member@@6B@ @25556 NONAME ??_7H225_GSM_UIM@@6B@ @25557 NONAME ??_7H225_H221NonStandard@@6B@ @7101 NONAME ??_7H225_H245Security@@6B@ @7102 NONAME ??_7H225_H248PackagesDescriptor@@6B@ @25558 NONAME ??_7H225_H248SignalsDescriptor@@6B@ @25559 NONAME ??_7H225_H310Caps@@6B@ @7103 NONAME ??_7H225_H320Caps@@6B@ @7104 NONAME ??_7H225_H321Caps@@6B@ @7105 NONAME ??_7H225_H322Caps@@6B@ @7106 NONAME ??_7H225_H323Caps@@6B@ @7107 NONAME ??_7H225_H323_UserInformation@@6B@ @7108 NONAME ??_7H225_H323_UserInformation_user_data@@6B@ @7109 NONAME ??_7H225_H323_UU_PDU@@6B@ @7110 NONAME ??_7H225_H323_UU_PDU_h323_message_body@@6B@ @7111 NONAME ??_7H225_H323_UU_PDU_tunnelledSignallingMessage@@6B@ @25560 NONAME ??_7H225_H324Caps@@6B@ @7112 NONAME ??_7H225_ICV@@6B@ @7113 NONAME ??_7H225_InfoRequest@@6B@ @7114 NONAME ??_7H225_InfoRequestAck@@6B@ @7115 NONAME ??_7H225_InfoRequestNak@@6B@ @7116 NONAME ??_7H225_InfoRequestNakReason@@6B@ @7117 NONAME ??_7H225_InfoRequestResponse@@6B@ @7118 NONAME ??_7H225_InfoRequestResponseStatus@@6B@ @25561 NONAME ??_7H225_InfoRequestResponse_perCallInfo@@6B@ @7119 NONAME ??_7H225_InfoRequestResponse_perCallInfo_subtype@@6B@ @7120 NONAME ??_7H225_InfoRequestResponse_perCallInfo_subtype_pdu@@6B@ @7121 NONAME ??_7H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@6B@ @7122 NONAME ??_7H225_Information_UUIE@@6B@ @7123 NONAME ??_7H225_IntegrityMechanism@@6B@ @7124 NONAME ??_7H225_LocationConfirm@@6B@ @7125 NONAME ??_7H225_LocationReject@@6B@ @7126 NONAME ??_7H225_LocationRejectReason@@6B@ @7127 NONAME ??_7H225_LocationRequest@@6B@ @7128 NONAME ??_7H225_McuInfo@@6B@ @7129 NONAME ??_7H225_MobileUIM@@6B@ @25562 NONAME ??_7H225_NonIsoIntegrityMechanism@@6B@ @7130 NONAME ??_7H225_NonStandardIdentifier@@6B@ @7131 NONAME ??_7H225_NonStandardMessage@@6B@ @7132 NONAME ??_7H225_NonStandardParameter@@6B@ @7133 NONAME ??_7H225_NonStandardProtocol@@6B@ @7134 NONAME ??_7H225_Notify_UUIE@@6B@ @25563 NONAME ??_7H225_NumberDigits@@6B@ @7135 NONAME ??_7H225_PartyNumber@@6B@ @7136 NONAME ??_7H225_PresentationIndicator@@6B@ @25564 NONAME ??_7H225_PrivatePartyNumber@@6B@ @7137 NONAME ??_7H225_PrivateTypeOfNumber@@6B@ @7138 NONAME ??_7H225_Progress_UUIE@@6B@ @7139 NONAME ??_7H225_ProtocolIdentifier@@6B@ @7140 NONAME ??_7H225_PublicPartyNumber@@6B@ @7141 NONAME ??_7H225_PublicTypeOfNumber@@6B@ @7142 NONAME ??_7H225_Q954Details@@6B@ @7143 NONAME ??_7H225_QseriesOptions@@6B@ @7144 NONAME ??_7H225_RAS@@6B@ @27908 NONAME ??_7H225_RasMessage@@6B@ @7145 NONAME ??_7H225_RasUsageInformation@@6B@ @25565 NONAME ??_7H225_RasUsageInfoTypes@@6B@ @25566 NONAME ??_7H225_RasUsageSpecification@@6B@ @25567 NONAME ??_7H225_RasUsageSpecification_callStartingPoint@@6B@ @25568 NONAME ??_7H225_RasUsageSpecification_when@@6B@ @25569 NONAME ??_7H225_RegistrationConfirm@@6B@ @7146 NONAME ??_7H225_RegistrationConfirm_preGrantedARQ@@6B@ @7147 NONAME ??_7H225_RegistrationReject@@6B@ @7148 NONAME ??_7H225_RegistrationRejectReason@@6B@ @7149 NONAME ??_7H225_RegistrationRejectReason_invalidTerminalAliases@@6B@ @25570 NONAME ??_7H225_RegistrationRequest@@6B@ @7150 NONAME ??_7H225_ReleaseCompleteReason@@6B@ @7151 NONAME ??_7H225_ReleaseComplete_UUIE@@6B@ @7152 NONAME ??_7H225_RequestInProgress@@6B@ @7153 NONAME ??_7H225_RequestSeqNum@@6B@ @7154 NONAME ??_7H225_ResourcesAvailableConfirm@@6B@ @7155 NONAME ??_7H225_ResourcesAvailableIndicate@@6B@ @7156 NONAME ??_7H225_RTPSession@@6B@ @7157 NONAME ??_7H225_RTPSession_associatedSessionIds@@6B@ @7158 NONAME ??_7H225_ScnConnectionAggregation@@6B@ @25571 NONAME ??_7H225_ScnConnectionType@@6B@ @25572 NONAME ??_7H225_ScreeningIndicator@@6B@ @25573 NONAME ??_7H225_SecurityCapabilities@@6B@ @7159 NONAME ??_7H225_SecurityErrors2@@6B@ @38566 NONAME ??_7H225_SecurityErrors@@6B@ @38567 NONAME ??_7H225_SecurityServiceMode@@6B@ @7160 NONAME ??_7H225_ServiceControlDescriptor@@6B@ @25574 NONAME ??_7H225_ServiceControlIndication@@6B@ @25575 NONAME ??_7H225_ServiceControlIndication_callSpecific@@6B@ @25576 NONAME ??_7H225_ServiceControlResponse@@6B@ @25577 NONAME ??_7H225_ServiceControlResponse_result@@6B@ @25578 NONAME ??_7H225_ServiceControlSession@@6B@ @25579 NONAME ??_7H225_ServiceControlSession_reason@@6B@ @25580 NONAME ??_7H225_SetupAcknowledge_UUIE@@6B@ @25581 NONAME ??_7H225_Setup_UUIE@@6B@ @7161 NONAME ??_7H225_Setup_UUIE_conferenceGoal@@6B@ @7162 NONAME ??_7H225_Setup_UUIE_connectionParameters@@6B@ @25582 NONAME ??_7H225_Setup_UUIE_language@@6B@ @25583 NONAME ??_7H225_SIPCaps@@6B@ @38568 NONAME ??_7H225_StatusInquiry_UUIE@@6B@ @25584 NONAME ??_7H225_Status_UUIE@@6B@ @25585 NONAME ??_7H225_StimulusControl@@6B@ @25586 NONAME ??_7H225_SupportedPrefix@@6B@ @7163 NONAME ??_7H225_SupportedProtocols@@6B@ @7164 NONAME ??_7H225_T120OnlyCaps@@6B@ @7165 NONAME ??_7H225_T38FaxAnnexbOnlyCaps@@6B@ @25587 NONAME ??_7H225_TBCD_STRING@@6B@ @25588 NONAME ??_7H225_TerminalInfo@@6B@ @7166 NONAME ??_7H225_TimeToLive@@6B@ @7167 NONAME ??_7H225_TransportAddress@@6B@ @7168 NONAME ??_7H225_TransportAddress_ip6Address@@6B@ @7169 NONAME ??_7H225_TransportAddress_ipAddress@@6B@ @7170 NONAME ??_7H225_TransportAddress_ipSourceRoute@@6B@ @7171 NONAME ??_7H225_TransportAddress_ipSourceRoute_route@@6B@ @7172 NONAME ??_7H225_TransportAddress_ipSourceRoute_routing@@6B@ @7173 NONAME ??_7H225_TransportAddress_ipxAddress@@6B@ @7174 NONAME ??_7H225_TransportChannelInfo@@6B@ @7175 NONAME ??_7H225_TransportQOS@@6B@ @7176 NONAME ??_7H225_TunnelledProtocol@@6B@ @25589 NONAME ??_7H225_TunnelledProtocolAlternateIdentifier@@6B@ @25590 NONAME ??_7H225_TunnelledProtocol_id@@6B@ @25591 NONAME ??_7H225_UnknownMessageResponse@@6B@ @7177 NONAME ??_7H225_UnregistrationConfirm@@6B@ @7178 NONAME ??_7H225_UnregistrationReject@@6B@ @7179 NONAME ??_7H225_UnregistrationRequest@@6B@ @7180 NONAME ??_7H225_UnregRejectReason@@6B@ @7181 NONAME ??_7H225_UnregRequestReason@@6B@ @7182 NONAME ??_7H225_UseSpecifiedTransport@@6B@ @25592 NONAME ??_7H225_UUIEsRequested@@6B@ @7183 NONAME ??_7H225_VendorIdentifier@@6B@ @7184 NONAME ??_7H225_VoiceCaps@@6B@ @7185 NONAME ??_7H235AuthCAT@@6B@ @34824 NONAME ??_7H235Authenticator@@6B@ @28831 NONAME ??_7H235Authenticators@@6B@ @31290 NONAME ??_7H235AuthProcedure1@@6B@ @28832 NONAME ??_7H235AuthSimpleMD5@@6B@ @28833 NONAME ??_7H235_AuthenticationBES@@6B@ @28706 NONAME ??_7H235_AuthenticationMechanism@@6B@ @7186 NONAME ??_7H235_ChallengeString@@6B@ @7187 NONAME ??_7H235_ClearToken@@6B@ @7188 NONAME ??_7H235_CryptoToken@@6B@ @7189 NONAME ??_7H235_CryptoToken_cryptoEncryptedToken@@6B@ @7190 NONAME ??_7H235_CryptoToken_cryptoHashedToken@@6B@ @7191 NONAME ??_7H235_CryptoToken_cryptoSignedToken@@6B@ @7192 NONAME ??_7H235_DHset@@6B@ @7193 NONAME ??_7H235_ECGDSASignature@@6B@ @38569 NONAME ??_7H235_ECKASDH@@6B@ @28708 NONAME ??_7H235_ECKASDH_eckasdh2@@6B@ @28709 NONAME ??_7H235_ECKASDH_eckasdhp@@6B@ @28710 NONAME ??_7H235_ECpoint@@6B@ @38570 NONAME ??_7H235_EncodedGeneralToken@@6B@ @27734 NONAME ??_7H235_EncodedKeySignedMaterial@@6B@ @27735 NONAME ??_7H235_EncodedKeySyncMaterial@@6B@ @27736 NONAME ??_7H235_EncodedPwdCertToken@@6B@ @27737 NONAME ??_7H235_EncodedReturnSig@@6B@ @27738 NONAME ??_7H235_H235CertificateSignature@@6B@ @7194 NONAME ??_7H235_H235Key@@6B@ @7195 NONAME ??_7H235_Identifier@@6B@ @7196 NONAME ??_7H235_IV16@@6B@ @28711 NONAME ??_7H235_IV8@@6B@ @7197 NONAME ??_7H235_KeyMaterial@@6B@ @7198 NONAME ??_7H235_KeySignedMaterial@@6B@ @7199 NONAME ??_7H235_KeySyncMaterial@@6B@ @7200 NONAME ??_7H235_NonStandardParameter@@6B@ @7201 NONAME ??_7H235_Params@@6B@ @7202 NONAME ??_7H235_Password@@6B@ @7203 NONAME ??_7H235_PwdCertToken@@6B@ @7204 NONAME ??_7H235_RandomVal@@6B@ @7205 NONAME ??_7H235_ReturnSig@@6B@ @7206 NONAME ??_7H235_TimeStamp@@6B@ @7207 NONAME ??_7H235_TypedCertificate@@6B@ @7208 NONAME ??_7H235_V3KeySyncMaterial@@6B@ @38571 NONAME ??_7H245NegLogicalChannel@@6B@ @7209 NONAME ??_7H245NegLogicalChannels@@6B@ @7210 NONAME ??_7H245NegMasterSlaveDetermination@@6B@ @7211 NONAME ??_7H245Negotiator@@6B@ @7212 NONAME ??_7H245NegRequestMode@@6B@ @7213 NONAME ??_7H245NegRoundTripDelay@@6B@ @7214 NONAME ??_7H245NegTerminalCapabilitySet@@6B@ @7215 NONAME ??_7H245TransportThread@@6B@ @7216 NONAME ??_7H245_AlternativeCapabilitySet@@6B@ @7217 NONAME ??_7H245_ArrayOf_AlternativeCapabilitySet@@6B@ @7218 NONAME ??_7H245_ArrayOf_BEnhancementParameters@@6B@ @7219 NONAME ??_7H245_ArrayOf_CapabilityDescriptor@@6B@ @7220 NONAME ??_7H245_ArrayOf_CapabilityDescriptorNumber@@6B@ @7221 NONAME ??_7H245_ArrayOf_CapabilityTableEntry@@6B@ @7222 NONAME ??_7H245_ArrayOf_CapabilityTableEntryNumber@@6B@ @7223 NONAME ??_7H245_ArrayOf_CommunicationModeTableEntry@@6B@ @7224 NONAME ??_7H245_ArrayOf_CustomPictureClockFrequency@@6B@ @7225 NONAME ??_7H245_ArrayOf_CustomPictureFormat@@6B@ @7226 NONAME ??_7H245_ArrayOf_DataApplicationCapability@@6B@ @7227 NONAME ??_7H245_ArrayOf_DialingInformationNetworkType@@6B@ @25593 NONAME ??_7H245_ArrayOf_DialingInformationNumber@@6B@ @25594 NONAME ??_7H245_ArrayOf_EnhancementOptions@@6B@ @7228 NONAME ??_7H245_ArrayOf_EscrowData@@6B@ @7229 NONAME ??_7H245_ArrayOf_GenericCapability@@6B@ @53095 NONAME ??_7H245_ArrayOf_GenericParameter@@6B@ @25595 NONAME ??_7H245_ArrayOf_H263ModeComboFlags@@6B@ @7230 NONAME ??_7H245_ArrayOf_H263VideoModeCombos@@6B@ @7231 NONAME ??_7H245_ArrayOf_MediaChannelCapability@@6B@ @7232 NONAME ??_7H245_ArrayOf_MediaDistributionCapability@@6B@ @7233 NONAME ??_7H245_ArrayOf_ModeDescription@@6B@ @7234 NONAME ??_7H245_ArrayOf_MultiplePayloadStreamElement@@6B@ @38572 NONAME ??_7H245_ArrayOf_MultiplePayloadStreamElementMode@@6B@ @38573 NONAME ??_7H245_ArrayOf_MultiplexElement@@6B@ @7235 NONAME ??_7H245_ArrayOf_MultiplexEntryDescriptor@@6B@ @7236 NONAME ??_7H245_ArrayOf_MultiplexEntryRejectionDescriptions@@6B@ @7237 NONAME ??_7H245_ArrayOf_MultiplexTableEntryNumber@@6B@ @7238 NONAME ??_7H245_ArrayOf_NonStandardParameter@@6B@ @7239 NONAME ??_7H245_ArrayOf_ParameterIdentifier@@6B@ @25596 NONAME ??_7H245_ArrayOf_PictureReference@@6B@ @25597 NONAME ??_7H245_ArrayOf_Q2931Address@@6B@ @25598 NONAME ??_7H245_ArrayOf_QOSCapability@@6B@ @7240 NONAME ??_7H245_ArrayOf_RedundancyEncodingCapability@@6B@ @7241 NONAME ??_7H245_ArrayOf_RedundancyEncodingDTModeElement@@6B@ @38574 NONAME ??_7H245_ArrayOf_RedundancyEncodingElement@@6B@ @38575 NONAME ??_7H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@6B@ @7242 NONAME ??_7H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@6B@ @7243 NONAME ??_7H245_ArrayOf_RTPPayloadType@@6B@ @7244 NONAME ??_7H245_ArrayOf_TerminalInformation@@6B@ @7245 NONAME ??_7H245_ArrayOf_TerminalLabel@@6B@ @7246 NONAME ??_7H245_ArrayOf_VCCapability@@6B@ @7247 NONAME ??_7H245_ArrayOf_VideoCapability@@6B@ @53096 NONAME ??_7H245_ATMParameters@@6B@ @7248 NONAME ??_7H245_AudioCapability@@6B@ @7249 NONAME ??_7H245_AudioCapability_g7231@@6B@ @7250 NONAME ??_7H245_AudioMode@@6B@ @7251 NONAME ??_7H245_AudioMode_g7231@@6B@ @7252 NONAME ??_7H245_AudioTelephonyEventCapability@@6B@ @25599 NONAME ??_7H245_AudioToneCapability@@6B@ @25600 NONAME ??_7H245_AuthenticationCapability@@6B@ @7253 NONAME ??_7H245_BEnhancementParameters@@6B@ @7254 NONAME ??_7H245_Capability@@6B@ @7255 NONAME ??_7H245_CapabilityDescriptor@@6B@ @7256 NONAME ??_7H245_CapabilityDescriptorNumber@@6B@ @7257 NONAME ??_7H245_CapabilityIdentifier@@6B@ @25601 NONAME ??_7H245_CapabilityTableEntry@@6B@ @7258 NONAME ??_7H245_CapabilityTableEntryNumber@@6B@ @7259 NONAME ??_7H245_Capability_h233EncryptionReceiveCapability@@6B@ @7260 NONAME ??_7H245_CertSelectionCriteria@@6B@ @7261 NONAME ??_7H245_CloseLogicalChannel@@6B@ @7262 NONAME ??_7H245_CloseLogicalChannelAck@@6B@ @7263 NONAME ??_7H245_CloseLogicalChannel_reason@@6B@ @7264 NONAME ??_7H245_CloseLogicalChannel_source@@6B@ @7265 NONAME ??_7H245_CommandMessage@@6B@ @7266 NONAME ??_7H245_CommunicationModeCommand@@6B@ @7267 NONAME ??_7H245_CommunicationModeRequest@@6B@ @7268 NONAME ??_7H245_CommunicationModeResponse@@6B@ @7269 NONAME ??_7H245_CommunicationModeTableEntry@@6B@ @7270 NONAME ??_7H245_CommunicationModeTableEntry_dataType@@6B@ @7271 NONAME ??_7H245_CompressionType@@6B@ @7272 NONAME ??_7H245_ConferenceCapability@@6B@ @7273 NONAME ??_7H245_ConferenceCommand@@6B@ @7274 NONAME ??_7H245_ConferenceID@@6B@ @7275 NONAME ??_7H245_ConferenceIndication@@6B@ @7276 NONAME ??_7H245_ConferenceRequest@@6B@ @7277 NONAME ??_7H245_ConferenceRequest_requestTerminalCertificate@@6B@ @7278 NONAME ??_7H245_ConferenceResponse@@6B@ @7279 NONAME ??_7H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@6B@ @7280 NONAME ??_7H245_ConferenceResponse_chairTokenOwnerResponse@@6B@ @7281 NONAME ??_7H245_ConferenceResponse_conferenceIDResponse@@6B@ @7282 NONAME ??_7H245_ConferenceResponse_extensionAddressResponse@@6B@ @7283 NONAME ??_7H245_ConferenceResponse_makeMeChairResponse@@6B@ @7284 NONAME ??_7H245_ConferenceResponse_makeTerminalBroadcasterResponse@@6B@ @7285 NONAME ??_7H245_ConferenceResponse_mCTerminalIDResponse@@6B@ @7286 NONAME ??_7H245_ConferenceResponse_passwordResponse@@6B@ @7287 NONAME ??_7H245_ConferenceResponse_sendThisSourceResponse@@6B@ @7288 NONAME ??_7H245_ConferenceResponse_terminalCertificateResponse@@6B@ @7289 NONAME ??_7H245_ConferenceResponse_terminalIDResponse@@6B@ @7290 NONAME ??_7H245_ConnectionIdentifier@@6B@ @25602 NONAME ??_7H245_CRCLength@@6B@ @7291 NONAME ??_7H245_Criteria@@6B@ @7292 NONAME ??_7H245_CustomPictureClockFrequency@@6B@ @7293 NONAME ??_7H245_CustomPictureFormat@@6B@ @7294 NONAME ??_7H245_CustomPictureFormat_mPI@@6B@ @7295 NONAME ??_7H245_CustomPictureFormat_mPI_customPCF@@6B@ @7296 NONAME ??_7H245_CustomPictureFormat_mPI_customPCF_subtype@@6B@ @7297 NONAME ??_7H245_CustomPictureFormat_pixelAspectInformation@@6B@ @7298 NONAME ??_7H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@6B@ @7299 NONAME ??_7H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@6B@ @7300 NONAME ??_7H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@6B@ @7301 NONAME ??_7H245_DataApplicationCapability@@6B@ @7302 NONAME ??_7H245_DataApplicationCapability_application@@6B@ @7303 NONAME ??_7H245_DataApplicationCapability_application_nlpid@@6B@ @7304 NONAME ??_7H245_DataApplicationCapability_application_t38fax@@6B@ @25603 NONAME ??_7H245_DataApplicationCapability_application_t84@@6B@ @7305 NONAME ??_7H245_DataMode@@6B@ @7306 NONAME ??_7H245_DataMode_application@@6B@ @7307 NONAME ??_7H245_DataMode_application_nlpid@@6B@ @7308 NONAME ??_7H245_DataMode_application_t38fax@@6B@ @25604 NONAME ??_7H245_DataProtocolCapability@@6B@ @7309 NONAME ??_7H245_DataProtocolCapability_v76wCompression@@6B@ @7310 NONAME ??_7H245_DataType@@6B@ @7311 NONAME ??_7H245_DepFECCapability@@6B@ @53482 NONAME ??_7H245_DepFECCapability_rfc2733@@6B@ @53483 NONAME ??_7H245_DepFECCapability_rfc2733_separateStream@@6B@ @53484 NONAME ??_7H245_DepFECData@@6B@ @53485 NONAME ??_7H245_DepFECData_rfc2733@@6B@ @53486 NONAME ??_7H245_DepFECData_rfc2733_mode@@6B@ @53487 NONAME ??_7H245_DepFECData_rfc2733_mode_separateStream@@6B@ @53488 NONAME ??_7H245_DepFECData_rfc2733_mode_separateStream_differentPort@@6B@ @53489 NONAME ??_7H245_DepFECData_rfc2733_mode_separateStream_samePort@@6B@ @53490 NONAME ??_7H245_DepFECMode@@6B@ @53491 NONAME ??_7H245_DepFECMode_rfc2733Mode@@6B@ @53492 NONAME ??_7H245_DepFECMode_rfc2733Mode_mode@@6B@ @53493 NONAME ??_7H245_DepFECMode_rfc2733Mode_mode_separateStream@@6B@ @53494 NONAME ??_7H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@6B@ @53495 NONAME ??_7H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@6B@ @53496 NONAME ??_7H245_DialingInformation@@6B@ @25605 NONAME ??_7H245_DialingInformationNetworkType@@6B@ @25606 NONAME ??_7H245_DialingInformationNumber@@6B@ @25607 NONAME ??_7H245_EncryptionAuthenticationAndIntegrity@@6B@ @7312 NONAME ??_7H245_EncryptionCapability@@6B@ @7313 NONAME ??_7H245_EncryptionCommand@@6B@ @7314 NONAME ??_7H245_EncryptionCommand_encryptionAlgorithmID@@6B@ @7315 NONAME ??_7H245_EncryptionMode@@6B@ @7316 NONAME ??_7H245_EncryptionSync@@6B@ @7317 NONAME ??_7H245_EncryptionUpdateDirection@@6B@ @53097 NONAME ??_7H245_EncryptionUpdateRequest@@6B@ @7318 NONAME ??_7H245_EndSessionCommand@@6B@ @7319 NONAME ??_7H245_EndSessionCommand_gstnOptions@@6B@ @7320 NONAME ??_7H245_EndSessionCommand_isdnOptions@@6B@ @7321 NONAME ??_7H245_EnhancementLayerInfo@@6B@ @7322 NONAME ??_7H245_EnhancementOptions@@6B@ @7323 NONAME ??_7H245_EscrowData@@6B@ @7324 NONAME ??_7H245_ExtendedVideoCapability@@6B@ @53098 NONAME ??_7H245_FECCapability@@6B@ @38576 NONAME ??_7H245_FECCapability_rfc2733Format@@6B@ @53497 NONAME ??_7H245_FECData@@6B@ @38579 NONAME ??_7H245_FECData_rfc2733@@6B@ @38580 NONAME ??_7H245_FECData_rfc2733_pktMode@@6B@ @53498 NONAME ??_7H245_FECData_rfc2733_pktMode_rfc2733diffport@@6B@ @53499 NONAME ??_7H245_FECData_rfc2733_pktMode_rfc2733sameport@@6B@ @53500 NONAME ??_7H245_FECMode@@6B@ @38585 NONAME ??_7H245_FECMode_rfc2733Format@@6B@ @53501 NONAME ??_7H245_FlowControlCommand@@6B@ @7325 NONAME ??_7H245_FlowControlCommand_restriction@@6B@ @7326 NONAME ??_7H245_FlowControlCommand_scope@@6B@ @7327 NONAME ??_7H245_FlowControlIndication@@6B@ @25608 NONAME ??_7H245_FlowControlIndication_restriction@@6B@ @25609 NONAME ??_7H245_FlowControlIndication_scope@@6B@ @25610 NONAME ??_7H245_FunctionNotSupported@@6B@ @7328 NONAME ??_7H245_FunctionNotSupported_cause@@6B@ @7329 NONAME ??_7H245_FunctionNotUnderstood@@6B@ @7330 NONAME ??_7H245_G7231AnnexCCapability@@6B@ @7331 NONAME ??_7H245_G7231AnnexCCapability_g723AnnexCAudioMode@@6B@ @7332 NONAME ??_7H245_G7231AnnexCMode@@6B@ @7333 NONAME ??_7H245_G7231AnnexCMode_g723AnnexCAudioMode@@6B@ @7334 NONAME ??_7H245_G729Extensions@@6B@ @25611 NONAME ??_7H245_GenericCapability@@6B@ @25612 NONAME ??_7H245_GenericMessage@@6B@ @53099 NONAME ??_7H245_GenericParameter@@6B@ @25613 NONAME ??_7H245_GSMAudioCapability@@6B@ @7335 NONAME ??_7H245_H222Capability@@6B@ @7336 NONAME ??_7H245_H222LogicalChannelParameters@@6B@ @7337 NONAME ??_7H245_H223AL1MParameters@@6B@ @7338 NONAME ??_7H245_H223AL1MParameters_arqType@@6B@ @7339 NONAME ??_7H245_H223AL1MParameters_crcLength@@6B@ @7340 NONAME ??_7H245_H223AL1MParameters_headerFEC@@6B@ @7341 NONAME ??_7H245_H223AL1MParameters_transferMode@@6B@ @7342 NONAME ??_7H245_H223AL2MParameters@@6B@ @7343 NONAME ??_7H245_H223AL2MParameters_headerFEC@@6B@ @7344 NONAME ??_7H245_H223AL3MParameters@@6B@ @7345 NONAME ??_7H245_H223AL3MParameters_arqType@@6B@ @7346 NONAME ??_7H245_H223AL3MParameters_crcLength@@6B@ @7347 NONAME ??_7H245_H223AL3MParameters_headerFormat@@6B@ @7348 NONAME ??_7H245_H223AnnexCArqParameters@@6B@ @7349 NONAME ??_7H245_H223AnnexCArqParameters_numberOfRetransmissions@@6B@ @7350 NONAME ??_7H245_H223AnnexCCapability@@6B@ @7351 NONAME ??_7H245_H223Capability@@6B@ @7352 NONAME ??_7H245_H223Capability_h223MultiplexTableCapability@@6B@ @7353 NONAME ??_7H245_H223Capability_h223MultiplexTableCapability_enhanced@@6B@ @7354 NONAME ??_7H245_H223Capability_mobileMultilinkFrameCapability@@6B@ @25614 NONAME ??_7H245_H223Capability_mobileOperationTransmitCapability@@6B@ @7355 NONAME ??_7H245_H223LogicalChannelParameters@@6B@ @7356 NONAME ??_7H245_H223LogicalChannelParameters_adaptationLayerType@@6B@ @7357 NONAME ??_7H245_H223LogicalChannelParameters_adaptationLayerType_al3@@6B@ @7358 NONAME ??_7H245_H223ModeParameters@@6B@ @7359 NONAME ??_7H245_H223ModeParameters_adaptationLayerType@@6B@ @7360 NONAME ??_7H245_H223ModeParameters_adaptationLayerType_al3@@6B@ @7361 NONAME ??_7H245_H223MultiplexReconfiguration@@6B@ @7362 NONAME ??_7H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@6B@ @7363 NONAME ??_7H245_H223MultiplexReconfiguration_h223ModeChange@@6B@ @7364 NONAME ??_7H245_H223SkewIndication@@6B@ @7365 NONAME ??_7H245_H2250Capability@@6B@ @7366 NONAME ??_7H245_H2250Capability_mcCapability@@6B@ @7367 NONAME ??_7H245_H2250LogicalChannelAckParameters@@6B@ @7368 NONAME ??_7H245_H2250LogicalChannelParameters@@6B@ @7369 NONAME ??_7H245_H2250LogicalChannelParameters_mediaPacketization@@6B@ @7370 NONAME ??_7H245_H2250MaximumSkewIndication@@6B@ @7371 NONAME ??_7H245_H2250ModeParameters@@6B@ @7372 NONAME ??_7H245_H235Media@@6B@ @7373 NONAME ??_7H245_H235Media_mediaType@@6B@ @7374 NONAME ??_7H245_H235Mode@@6B@ @7375 NONAME ??_7H245_H235Mode_mediaMode@@6B@ @7376 NONAME ??_7H245_H235SecurityCapability@@6B@ @7377 NONAME ??_7H245_H261VideoCapability@@6B@ @7378 NONAME ??_7H245_H261VideoMode@@6B@ @7379 NONAME ??_7H245_H261VideoMode_resolution@@6B@ @7380 NONAME ??_7H245_H262VideoCapability@@6B@ @7381 NONAME ??_7H245_H262VideoMode@@6B@ @7382 NONAME ??_7H245_H262VideoMode_profileAndLevel@@6B@ @7383 NONAME ??_7H245_H263ModeComboFlags@@6B@ @7384 NONAME ??_7H245_H263Options@@6B@ @7385 NONAME ??_7H245_H263Version3Options@@6B@ @25615 NONAME ??_7H245_H263VideoCapability@@6B@ @7386 NONAME ??_7H245_H263VideoMode@@6B@ @7387 NONAME ??_7H245_H263VideoModeCombos@@6B@ @7388 NONAME ??_7H245_H263VideoMode_resolution@@6B@ @7389 NONAME ??_7H245_IndicationMessage@@6B@ @7390 NONAME ??_7H245_IntegrityCapability@@6B@ @7391 NONAME ??_7H245_IS11172AudioCapability@@6B@ @7392 NONAME ??_7H245_IS11172AudioMode@@6B@ @7393 NONAME ??_7H245_IS11172AudioMode_audioLayer@@6B@ @7394 NONAME ??_7H245_IS11172AudioMode_audioSampling@@6B@ @7395 NONAME ??_7H245_IS11172AudioMode_multichannelType@@6B@ @7396 NONAME ??_7H245_IS11172VideoCapability@@6B@ @7397 NONAME ??_7H245_IS11172VideoMode@@6B@ @7398 NONAME ??_7H245_IS13818AudioCapability@@6B@ @7399 NONAME ??_7H245_IS13818AudioMode@@6B@ @7400 NONAME ??_7H245_IS13818AudioMode_audioLayer@@6B@ @7401 NONAME ??_7H245_IS13818AudioMode_audioSampling@@6B@ @7402 NONAME ??_7H245_IS13818AudioMode_multichannelType@@6B@ @7403 NONAME ??_7H245_IV16@@6B@ @53100 NONAME ??_7H245_IV8@@6B@ @53101 NONAME ??_7H245_JitterIndication@@6B@ @7404 NONAME ??_7H245_JitterIndication_scope@@6B@ @7405 NONAME ??_7H245_KeyProtectionMethod@@6B@ @7406 NONAME ??_7H245_LogicalChannelNumber@@6B@ @7407 NONAME ??_7H245_LogicalChannelRateAcknowledge@@6B@ @25616 NONAME ??_7H245_LogicalChannelRateReject@@6B@ @25617 NONAME ??_7H245_LogicalChannelRateRejectReason@@6B@ @25618 NONAME ??_7H245_LogicalChannelRateRelease@@6B@ @25619 NONAME ??_7H245_LogicalChannelRateRequest@@6B@ @25620 NONAME ??_7H245_MaintenanceLoopAck@@6B@ @7408 NONAME ??_7H245_MaintenanceLoopAck_type@@6B@ @7409 NONAME ??_7H245_MaintenanceLoopOffCommand@@6B@ @7410 NONAME ??_7H245_MaintenanceLoopReject@@6B@ @7411 NONAME ??_7H245_MaintenanceLoopReject_cause@@6B@ @7412 NONAME ??_7H245_MaintenanceLoopReject_type@@6B@ @7413 NONAME ??_7H245_MaintenanceLoopRequest@@6B@ @7414 NONAME ??_7H245_MaintenanceLoopRequest_type@@6B@ @7415 NONAME ??_7H245_MasterSlaveDetermination@@6B@ @7416 NONAME ??_7H245_MasterSlaveDeterminationAck@@6B@ @7417 NONAME ??_7H245_MasterSlaveDeterminationAck_decision@@6B@ @7418 NONAME ??_7H245_MasterSlaveDeterminationReject@@6B@ @7419 NONAME ??_7H245_MasterSlaveDeterminationReject_cause@@6B@ @7420 NONAME ??_7H245_MasterSlaveDeterminationRelease@@6B@ @7421 NONAME ??_7H245_MaximumBitRate@@6B@ @25621 NONAME ??_7H245_MaxRedundancy@@6B@ @53502 NONAME ??_7H245_MCLocationIndication@@6B@ @7422 NONAME ??_7H245_McuNumber@@6B@ @7423 NONAME ??_7H245_MediaChannelCapability@@6B@ @7424 NONAME ??_7H245_MediaDistributionCapability@@6B@ @7425 NONAME ??_7H245_MediaEncryptionAlgorithm@@6B@ @7426 NONAME ??_7H245_MediaPacketizationCapability@@6B@ @7427 NONAME ??_7H245_MediaTransportType@@6B@ @7428 NONAME ??_7H245_MediaTransportType_atm_AAL5_compressed@@6B@ @25622 NONAME ??_7H245_MiscellaneousCommand@@6B@ @7429 NONAME ??_7H245_MiscellaneousCommand_type@@6B@ @7430 NONAME ??_7H245_MiscellaneousCommand_type_encryptionUpdateAck@@6B@ @53102 NONAME ??_7H245_MiscellaneousCommand_type_encryptionUpdateCommand@@6B@ @53103 NONAME ??_7H245_MiscellaneousCommand_type_lostPartialPicture@@6B@ @25623 NONAME ??_7H245_MiscellaneousCommand_type_progressiveRefinementStart@@6B@ @7431 NONAME ??_7H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@6B@ @7432 NONAME ??_7H245_MiscellaneousCommand_type_videoBadMBs@@6B@ @25624 NONAME ??_7H245_MiscellaneousCommand_type_videoFastUpdateGOB@@6B@ @7433 NONAME ??_7H245_MiscellaneousCommand_type_videoFastUpdateMB@@6B@ @7434 NONAME ??_7H245_MiscellaneousIndication@@6B@ @7435 NONAME ??_7H245_MiscellaneousIndication_type@@6B@ @7436 NONAME ??_7H245_MiscellaneousIndication_type_videoNotDecodedMBs@@6B@ @7437 NONAME ??_7H245_MobileMultilinkReconfigurationCommand@@6B@ @25625 NONAME ??_7H245_MobileMultilinkReconfigurationCommand_status@@6B@ @25626 NONAME ??_7H245_MobileMultilinkReconfigurationIndication@@6B@ @25627 NONAME ??_7H245_ModeDescription@@6B@ @7438 NONAME ??_7H245_ModeElement@@6B@ @7439 NONAME ??_7H245_ModeElementType@@6B@ @38591 NONAME ??_7H245_MulticastAddress@@6B@ @7441 NONAME ??_7H245_MulticastAddress_iP6Address@@6B@ @7442 NONAME ??_7H245_MulticastAddress_iPAddress@@6B@ @7443 NONAME ??_7H245_MultilinkIndication@@6B@ @25628 NONAME ??_7H245_MultilinkIndication_crcDesired@@6B@ @25629 NONAME ??_7H245_MultilinkIndication_excessiveError@@6B@ @25630 NONAME ??_7H245_MultilinkRequest@@6B@ @25631 NONAME ??_7H245_MultilinkRequest_addConnection@@6B@ @25632 NONAME ??_7H245_MultilinkRequest_callInformation@@6B@ @25633 NONAME ??_7H245_MultilinkRequest_maximumHeaderInterval@@6B@ @25634 NONAME ??_7H245_MultilinkRequest_maximumHeaderInterval_requestType@@6B@ @25635 NONAME ??_7H245_MultilinkRequest_removeConnection@@6B@ @25636 NONAME ??_7H245_MultilinkResponse@@6B@ @25637 NONAME ??_7H245_MultilinkResponse_addConnection@@6B@ @25638 NONAME ??_7H245_MultilinkResponse_addConnection_responseCode@@6B@ @25639 NONAME ??_7H245_MultilinkResponse_addConnection_responseCode_rejected@@6B@ @25640 NONAME ??_7H245_MultilinkResponse_callInformation@@6B@ @25641 NONAME ??_7H245_MultilinkResponse_maximumHeaderInterval@@6B@ @25642 NONAME ??_7H245_MultilinkResponse_removeConnection@@6B@ @25643 NONAME ??_7H245_MultimediaSystemControlMessage@@6B@ @7444 NONAME ??_7H245_MultiplePayloadStream@@6B@ @38592 NONAME ??_7H245_MultiplePayloadStreamCapability@@6B@ @38593 NONAME ??_7H245_MultiplePayloadStreamElement@@6B@ @38594 NONAME ??_7H245_MultiplePayloadStreamElementMode@@6B@ @38595 NONAME ??_7H245_MultiplePayloadStreamMode@@6B@ @38596 NONAME ??_7H245_MultiplexCapability@@6B@ @7445 NONAME ??_7H245_MultiplexedStreamCapability@@6B@ @25644 NONAME ??_7H245_MultiplexedStreamModeParameters@@6B@ @25645 NONAME ??_7H245_MultiplexedStreamParameter@@6B@ @25646 NONAME ??_7H245_MultiplexElement@@6B@ @7446 NONAME ??_7H245_MultiplexElement_repeatCount@@6B@ @7447 NONAME ??_7H245_MultiplexElement_type@@6B@ @7448 NONAME ??_7H245_MultiplexEntryDescriptor@@6B@ @7449 NONAME ??_7H245_MultiplexEntryRejectionDescriptions@@6B@ @7450 NONAME ??_7H245_MultiplexEntryRejectionDescriptions_cause@@6B@ @7451 NONAME ??_7H245_MultiplexEntrySend@@6B@ @7452 NONAME ??_7H245_MultiplexEntrySendAck@@6B@ @7453 NONAME ??_7H245_MultiplexEntrySendReject@@6B@ @7454 NONAME ??_7H245_MultiplexEntrySendRelease@@6B@ @7455 NONAME ??_7H245_MultiplexFormat@@6B@ @25647 NONAME ??_7H245_MultiplexTableEntryNumber@@6B@ @7456 NONAME ??_7H245_MultipointCapability@@6B@ @7457 NONAME ??_7H245_NetworkAccessParameters@@6B@ @7458 NONAME ??_7H245_NetworkAccessParameters_distribution@@6B@ @7459 NONAME ??_7H245_NetworkAccessParameters_networkAddress@@6B@ @7460 NONAME ??_7H245_NetworkAccessParameters_t120SetupProcedure@@6B@ @7461 NONAME ??_7H245_NewATMVCCommand@@6B@ @25648 NONAME ??_7H245_NewATMVCCommand_aal@@6B@ @25649 NONAME ??_7H245_NewATMVCCommand_aal_aal1@@6B@ @25650 NONAME ??_7H245_NewATMVCCommand_aal_aal1_clockRecovery@@6B@ @25651 NONAME ??_7H245_NewATMVCCommand_aal_aal1_errorCorrection@@6B@ @25652 NONAME ??_7H245_NewATMVCCommand_aal_aal5@@6B@ @25653 NONAME ??_7H245_NewATMVCCommand_multiplex@@6B@ @25654 NONAME ??_7H245_NewATMVCCommand_reverseParameters@@6B@ @25655 NONAME ??_7H245_NewATMVCCommand_reverseParameters_multiplex@@6B@ @25656 NONAME ??_7H245_NewATMVCIndication@@6B@ @7462 NONAME ??_7H245_NewATMVCIndication_aal@@6B@ @7463 NONAME ??_7H245_NewATMVCIndication_aal_aal1@@6B@ @7464 NONAME ??_7H245_NewATMVCIndication_aal_aal1_clockRecovery@@6B@ @7465 NONAME ??_7H245_NewATMVCIndication_aal_aal1_errorCorrection@@6B@ @7466 NONAME ??_7H245_NewATMVCIndication_aal_aal5@@6B@ @7467 NONAME ??_7H245_NewATMVCIndication_multiplex@@6B@ @7468 NONAME ??_7H245_NewATMVCIndication_reverseParameters@@6B@ @7469 NONAME ??_7H245_NewATMVCIndication_reverseParameters_multiplex@@6B@ @7470 NONAME ??_7H245_NonStandardIdentifier@@6B@ @7471 NONAME ??_7H245_NonStandardIdentifier_h221NonStandard@@6B@ @7472 NONAME ??_7H245_NonStandardMessage@@6B@ @7473 NONAME ??_7H245_NonStandardParameter@@6B@ @7474 NONAME ??_7H245_NoPTAudioTelephonyEventCapability@@6B@ @38597 NONAME ??_7H245_NoPTAudioToneCapability@@6B@ @38598 NONAME ??_7H245_OpenLogicalChannel@@6B@ @7475 NONAME ??_7H245_OpenLogicalChannelAck@@6B@ @7476 NONAME ??_7H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@6B@ @7477 NONAME ??_7H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@6B@ @7478 NONAME ??_7H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@6B@ @7479 NONAME ??_7H245_OpenLogicalChannelConfirm@@6B@ @7480 NONAME ??_7H245_OpenLogicalChannelReject@@6B@ @7481 NONAME ??_7H245_OpenLogicalChannelReject_cause@@6B@ @7482 NONAME ??_7H245_OpenLogicalChannel_forwardLogicalChannelParameters@@6B@ @7483 NONAME ??_7H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@6B@ @7484 NONAME ??_7H245_OpenLogicalChannel_reverseLogicalChannelParameters@@6B@ @7485 NONAME ??_7H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@6B@ @7486 NONAME ??_7H245_ParameterIdentifier@@6B@ @25657 NONAME ??_7H245_ParameterValue@@6B@ @25658 NONAME ??_7H245_Params@@6B@ @53104 NONAME ??_7H245_Password@@6B@ @7487 NONAME ??_7H245_PictureReference@@6B@ @25659 NONAME ??_7H245_Q2931Address@@6B@ @7488 NONAME ??_7H245_Q2931Address_address@@6B@ @7489 NONAME ??_7H245_QOSCapability@@6B@ @7490 NONAME ??_7H245_QOSMode@@6B@ @7491 NONAME ??_7H245_RedundancyEncoding@@6B@ @7492 NONAME ??_7H245_RedundancyEncodingCapability@@6B@ @7493 NONAME ??_7H245_RedundancyEncodingDTMode@@6B@ @38599 NONAME ??_7H245_RedundancyEncodingDTModeElement@@6B@ @38600 NONAME ??_7H245_RedundancyEncodingDTModeElement_type@@6B@ @38601 NONAME ??_7H245_RedundancyEncodingElement@@6B@ @38602 NONAME ??_7H245_RedundancyEncodingMethod@@6B@ @7494 NONAME ??_7H245_RedundancyEncodingMode@@6B@ @7495 NONAME ??_7H245_RedundancyEncodingMode_secondaryEncoding@@6B@ @7496 NONAME ??_7H245_RedundancyEncoding_rtpRedundancyEncoding@@6B@ @38603 NONAME ??_7H245_RefPictureSelection@@6B@ @7497 NONAME ??_7H245_RefPictureSelection_additionalPictureMemory@@6B@ @7498 NONAME ??_7H245_RefPictureSelection_enhancedReferencePicSelect@@6B@ @25660 NONAME ??_7H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@6B@ @25661 NONAME ??_7H245_RefPictureSelection_videoBackChannelSend@@6B@ @7499 NONAME ??_7H245_RemoteMCRequest@@6B@ @7500 NONAME ??_7H245_RemoteMCResponse@@6B@ @7501 NONAME ??_7H245_RemoteMCResponse_reject@@6B@ @7502 NONAME ??_7H245_RequestAllTerminalIDsResponse@@6B@ @7503 NONAME ??_7H245_RequestChannelClose@@6B@ @7504 NONAME ??_7H245_RequestChannelCloseAck@@6B@ @7505 NONAME ??_7H245_RequestChannelCloseReject@@6B@ @7506 NONAME ??_7H245_RequestChannelCloseReject_cause@@6B@ @7507 NONAME ??_7H245_RequestChannelCloseRelease@@6B@ @7508 NONAME ??_7H245_RequestChannelClose_reason@@6B@ @7509 NONAME ??_7H245_RequestMessage@@6B@ @7510 NONAME ??_7H245_RequestMode@@6B@ @7511 NONAME ??_7H245_RequestModeAck@@6B@ @7512 NONAME ??_7H245_RequestModeAck_response@@6B@ @7513 NONAME ??_7H245_RequestModeReject@@6B@ @7514 NONAME ??_7H245_RequestModeReject_cause@@6B@ @7515 NONAME ??_7H245_RequestModeRelease@@6B@ @7516 NONAME ??_7H245_RequestMultiplexEntry@@6B@ @7517 NONAME ??_7H245_RequestMultiplexEntryAck@@6B@ @7518 NONAME ??_7H245_RequestMultiplexEntryReject@@6B@ @7519 NONAME ??_7H245_RequestMultiplexEntryRejectionDescriptions@@6B@ @7520 NONAME ??_7H245_RequestMultiplexEntryRejectionDescriptions_cause@@6B@ @7521 NONAME ??_7H245_RequestMultiplexEntryRelease@@6B@ @7522 NONAME ??_7H245_ResponseMessage@@6B@ @7523 NONAME ??_7H245_RoundTripDelayRequest@@6B@ @7524 NONAME ??_7H245_RoundTripDelayResponse@@6B@ @7525 NONAME ??_7H245_RSVPParameters@@6B@ @7526 NONAME ??_7H245_RTPH263VideoRedundancyEncoding@@6B@ @7527 NONAME ??_7H245_RTPH263VideoRedundancyEncoding_containedThreads@@6B@ @7528 NONAME ??_7H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@6B@ @7529 NONAME ??_7H245_RTPH263VideoRedundancyFrameMapping@@6B@ @7530 NONAME ??_7H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@6B@ @7531 NONAME ??_7H245_RTPPayloadType@@6B@ @7532 NONAME ??_7H245_RTPPayloadType_payloadDescriptor@@6B@ @7533 NONAME ??_7H245_SendTerminalCapabilitySet@@6B@ @7534 NONAME ??_7H245_SendTerminalCapabilitySet_specificRequest@@6B@ @7535 NONAME ??_7H245_SequenceNumber@@6B@ @7536 NONAME ??_7H245_SubstituteConferenceIDCommand@@6B@ @7537 NONAME ??_7H245_T38FaxProfile@@6B@ @25662 NONAME ??_7H245_T38FaxRateManagement@@6B@ @25663 NONAME ??_7H245_T38FaxTcpOptions@@6B@ @25664 NONAME ??_7H245_T38FaxUdpOptions@@6B@ @25665 NONAME ??_7H245_T38FaxUdpOptions_t38FaxUdpEC@@6B@ @25666 NONAME ??_7H245_T84Profile@@6B@ @7538 NONAME ??_7H245_T84Profile_t84Restricted@@6B@ @7539 NONAME ??_7H245_TerminalCapabilitySet@@6B@ @7540 NONAME ??_7H245_TerminalCapabilitySetAck@@6B@ @7541 NONAME ??_7H245_TerminalCapabilitySetReject@@6B@ @7542 NONAME ??_7H245_TerminalCapabilitySetReject_cause@@6B@ @7543 NONAME ??_7H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@6B@ @7544 NONAME ??_7H245_TerminalCapabilitySetRelease@@6B@ @7545 NONAME ??_7H245_TerminalID@@6B@ @7546 NONAME ??_7H245_TerminalInformation@@6B@ @7547 NONAME ??_7H245_TerminalLabel@@6B@ @7548 NONAME ??_7H245_TerminalNumber@@6B@ @7549 NONAME ??_7H245_TerminalYouAreSeeingInSubPictureNumber@@6B@ @7550 NONAME ??_7H245_TransparencyParameters@@6B@ @7551 NONAME ??_7H245_TransportAddress@@6B@ @7552 NONAME ??_7H245_TransportCapability@@6B@ @7553 NONAME ??_7H245_UnicastAddress@@6B@ @7554 NONAME ??_7H245_UnicastAddress_iP6Address@@6B@ @7555 NONAME ??_7H245_UnicastAddress_iPAddress@@6B@ @7556 NONAME ??_7H245_UnicastAddress_iPSourceRouteAddress@@6B@ @7557 NONAME ??_7H245_UnicastAddress_iPSourceRouteAddress_route@@6B@ @7558 NONAME ??_7H245_UnicastAddress_iPSourceRouteAddress_routing@@6B@ @7559 NONAME ??_7H245_UnicastAddress_iPXAddress@@6B@ @7560 NONAME ??_7H245_UserInputCapability@@6B@ @7561 NONAME ??_7H245_UserInputIndication@@6B@ @7562 NONAME ??_7H245_UserInputIndication_encryptedAlphanumeric@@6B@ @53105 NONAME ??_7H245_UserInputIndication_extendedAlphanumeric@@6B@ @25667 NONAME ??_7H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@6B@ @53106 NONAME ??_7H245_UserInputIndication_signal@@6B@ @7563 NONAME ??_7H245_UserInputIndication_signalUpdate@@6B@ @7564 NONAME ??_7H245_UserInputIndication_signalUpdate_rtp@@6B@ @7565 NONAME ??_7H245_UserInputIndication_signal_rtp@@6B@ @7566 NONAME ??_7H245_UserInputIndication_userInputSupportIndication@@6B@ @7567 NONAME ??_7H245_V42bis@@6B@ @7568 NONAME ??_7H245_V75Capability@@6B@ @7569 NONAME ??_7H245_V75Parameters@@6B@ @7570 NONAME ??_7H245_V76Capability@@6B@ @7571 NONAME ??_7H245_V76HDLCParameters@@6B@ @7572 NONAME ??_7H245_V76LogicalChannelParameters@@6B@ @7573 NONAME ??_7H245_V76LogicalChannelParameters_mode@@6B@ @7574 NONAME ??_7H245_V76LogicalChannelParameters_mode_eRM@@6B@ @7575 NONAME ??_7H245_V76LogicalChannelParameters_mode_eRM_recovery@@6B@ @7576 NONAME ??_7H245_V76LogicalChannelParameters_suspendResume@@6B@ @7577 NONAME ??_7H245_V76ModeParameters@@6B@ @7578 NONAME ??_7H245_VBDCapability@@6B@ @38604 NONAME ??_7H245_VBDMode@@6B@ @38605 NONAME ??_7H245_VCCapability@@6B@ @7579 NONAME ??_7H245_VCCapability_aal1@@6B@ @7580 NONAME ??_7H245_VCCapability_aal1ViaGateway@@6B@ @25668 NONAME ??_7H245_VCCapability_aal5@@6B@ @7581 NONAME ??_7H245_VCCapability_availableBitRates@@6B@ @7582 NONAME ??_7H245_VCCapability_availableBitRates_type@@6B@ @7583 NONAME ??_7H245_VCCapability_availableBitRates_type_rangeOfBitRates@@6B@ @7584 NONAME ??_7H245_VendorIdentification@@6B@ @7585 NONAME ??_7H245_VideoCapability@@6B@ @7586 NONAME ??_7H245_VideoIndicateCompose@@6B@ @7587 NONAME ??_7H245_VideoMode@@6B@ @7588 NONAME ??_7H248_ActionReply@@6B@ @32952 NONAME ??_7H248_ActionRequest@@6B@ @32953 NONAME ??_7H248_AmmDescriptor@@6B@ @32954 NONAME ??_7H248_AmmRequest@@6B@ @32955 NONAME ??_7H248_AmmsReply@@6B@ @32956 NONAME ??_7H248_ArrayOf_ActionReply@@6B@ @32957 NONAME ??_7H248_ArrayOf_ActionRequest@@6B@ @32958 NONAME ??_7H248_ArrayOf_AmmDescriptor@@6B@ @32959 NONAME ??_7H248_ArrayOf_CommandReply@@6B@ @32960 NONAME ??_7H248_ArrayOf_CommandRequest@@6B@ @32961 NONAME ??_7H248_ArrayOf_EventParameter@@6B@ @32962 NONAME ??_7H248_ArrayOf_IndAuditParameter@@6B@ @32963 NONAME ??_7H248_ArrayOf_IndAudPropertyParm@@6B@ @32964 NONAME ??_7H248_ArrayOf_IndAudStreamDescriptor@@6B@ @32965 NONAME ??_7H248_ArrayOf_ModemType@@6B@ @32966 NONAME ??_7H248_ArrayOf_ObservedEvent@@6B@ @32967 NONAME ??_7H248_ArrayOf_PASN_OctetString@@6B@ @32968 NONAME ??_7H248_ArrayOf_PropertyGroup@@6B@ @32969 NONAME ??_7H248_ArrayOf_PropertyParm@@6B@ @32970 NONAME ??_7H248_ArrayOf_RequestedEvent@@6B@ @32971 NONAME ??_7H248_ArrayOf_SecondRequestedEvent@@6B@ @32972 NONAME ??_7H248_ArrayOf_Signal@@6B@ @32973 NONAME ??_7H248_ArrayOf_SigParameter@@6B@ @32974 NONAME ??_7H248_ArrayOf_StreamDescriptor@@6B@ @32975 NONAME ??_7H248_ArrayOf_TerminationID@@6B@ @32976 NONAME ??_7H248_ArrayOf_TopologyRequest@@6B@ @32977 NONAME ??_7H248_ArrayOf_Transaction@@6B@ @32978 NONAME ??_7H248_ArrayOf_WildcardField@@6B@ @32979 NONAME ??_7H248_AuditDescriptor@@6B@ @32980 NONAME ??_7H248_AuditReply@@6B@ @32981 NONAME ??_7H248_AuditRequest@@6B@ @32982 NONAME ??_7H248_AuditResult@@6B@ @32983 NONAME ??_7H248_AuditReturnParameter@@6B@ @32984 NONAME ??_7H248_AuthData@@6B@ @32985 NONAME ??_7H248_AuthenticationHeader@@6B@ @32986 NONAME ??_7H248_Command@@6B@ @32987 NONAME ??_7H248_CommandReply@@6B@ @32988 NONAME ??_7H248_CommandRequest@@6B@ @32989 NONAME ??_7H248_ContextAttrAuditRequest@@6B@ @32990 NONAME ??_7H248_ContextID@@6B@ @32991 NONAME ??_7H248_ContextRequest@@6B@ @32992 NONAME ??_7H248_DigitMapDescriptor@@6B@ @32993 NONAME ??_7H248_DigitMapName@@6B@ @32994 NONAME ??_7H248_DigitMapValue@@6B@ @32995 NONAME ??_7H248_DomainName@@6B@ @32996 NONAME ??_7H248_ErrorCode@@6B@ @32997 NONAME ??_7H248_ErrorDescriptor@@6B@ @32998 NONAME ??_7H248_ErrorText@@6B@ @32999 NONAME ??_7H248_EventBufferControl@@6B@ @33000 NONAME ??_7H248_EventBufferDescriptor@@6B@ @33001 NONAME ??_7H248_EventDM@@6B@ @33002 NONAME ??_7H248_EventName@@6B@ @33003 NONAME ??_7H248_EventParameter@@6B@ @33004 NONAME ??_7H248_EventParameter_extraInfo@@6B@ @33005 NONAME ??_7H248_EventsDescriptor@@6B@ @33006 NONAME ??_7H248_EventSpec@@6B@ @33007 NONAME ??_7H248_H221NonStandard@@6B@ @33008 NONAME ??_7H248_IndAudDigitMapDescriptor@@6B@ @33009 NONAME ??_7H248_IndAudEventBufferDescriptor@@6B@ @33010 NONAME ??_7H248_IndAudEventsDescriptor@@6B@ @33011 NONAME ??_7H248_IndAuditParameter@@6B@ @33012 NONAME ??_7H248_IndAudLocalControlDescriptor@@6B@ @33013 NONAME ??_7H248_IndAudLocalRemoteDescriptor@@6B@ @33014 NONAME ??_7H248_IndAudMediaDescriptor@@6B@ @33015 NONAME ??_7H248_IndAudMediaDescriptor_streams@@6B@ @33016 NONAME ??_7H248_IndAudPackagesDescriptor@@6B@ @33017 NONAME ??_7H248_IndAudPropertyGroup@@6B@ @33018 NONAME ??_7H248_IndAudPropertyParm@@6B@ @33019 NONAME ??_7H248_IndAudSeqSigList@@6B@ @33020 NONAME ??_7H248_IndAudSignal@@6B@ @33021 NONAME ??_7H248_IndAudSignalsDescriptor@@6B@ @33022 NONAME ??_7H248_IndAudStatisticsDescriptor@@6B@ @33023 NONAME ??_7H248_IndAudStreamDescriptor@@6B@ @33024 NONAME ??_7H248_IndAudStreamParms@@6B@ @33025 NONAME ??_7H248_IndAudTerminationStateDescriptor@@6B@ @33026 NONAME ??_7H248_IP4Address@@6B@ @33027 NONAME ??_7H248_IP6Address@@6B@ @33028 NONAME ??_7H248_LocalControlDescriptor@@6B@ @33029 NONAME ??_7H248_LocalRemoteDescriptor@@6B@ @33030 NONAME ??_7H248_MediaDescriptor@@6B@ @33031 NONAME ??_7H248_MediaDescriptor_streams@@6B@ @33032 NONAME ??_7H248_MegacoMessage@@6B@ @33033 NONAME ??_7H248_Message@@6B@ @33034 NONAME ??_7H248_Message_messageBody@@6B@ @33035 NONAME ??_7H248_MId@@6B@ @33036 NONAME ??_7H248_ModemDescriptor@@6B@ @33037 NONAME ??_7H248_ModemType@@6B@ @33038 NONAME ??_7H248_MuxDescriptor@@6B@ @33039 NONAME ??_7H248_MuxType@@6B@ @33040 NONAME ??_7H248_Name@@6B@ @33041 NONAME ??_7H248_NonStandardData@@6B@ @33042 NONAME ??_7H248_NonStandardIdentifier@@6B@ @33043 NONAME ??_7H248_NotifyCompletion@@6B@ @33044 NONAME ??_7H248_NotifyReply@@6B@ @33045 NONAME ??_7H248_NotifyRequest@@6B@ @33046 NONAME ??_7H248_ObservedEvent@@6B@ @33047 NONAME ??_7H248_ObservedEventsDescriptor@@6B@ @33048 NONAME ??_7H248_PackagesDescriptor@@6B@ @33049 NONAME ??_7H248_PackagesItem@@6B@ @33050 NONAME ??_7H248_PathName@@6B@ @33051 NONAME ??_7H248_PkgdName@@6B@ @33052 NONAME ??_7H248_PropertyGroup@@6B@ @33053 NONAME ??_7H248_PropertyParm@@6B@ @33054 NONAME ??_7H248_PropertyParm_extraInfo@@6B@ @33055 NONAME ??_7H248_Relation@@6B@ @33056 NONAME ??_7H248_RequestedActions@@6B@ @33057 NONAME ??_7H248_RequestedEvent@@6B@ @33058 NONAME ??_7H248_RequestID@@6B@ @33059 NONAME ??_7H248_SecondEventsDescriptor@@6B@ @33060 NONAME ??_7H248_SecondRequestedActions@@6B@ @33061 NONAME ??_7H248_SecondRequestedEvent@@6B@ @33062 NONAME ??_7H248_SecurityParmIndex@@6B@ @33063 NONAME ??_7H248_SeqSigList@@6B@ @33064 NONAME ??_7H248_SequenceNum@@6B@ @33065 NONAME ??_7H248_ServiceChangeAddress@@6B@ @33066 NONAME ??_7H248_ServiceChangeMethod@@6B@ @33067 NONAME ??_7H248_ServiceChangeParm@@6B@ @33068 NONAME ??_7H248_ServiceChangeProfile@@6B@ @33069 NONAME ??_7H248_ServiceChangeReply@@6B@ @33070 NONAME ??_7H248_ServiceChangeRequest@@6B@ @33071 NONAME ??_7H248_ServiceChangeResParm@@6B@ @33072 NONAME ??_7H248_ServiceChangeResult@@6B@ @33073 NONAME ??_7H248_ServiceState@@6B@ @33074 NONAME ??_7H248_Signal@@6B@ @33075 NONAME ??_7H248_SignalName@@6B@ @33076 NONAME ??_7H248_SignalRequest@@6B@ @33077 NONAME ??_7H248_SignalsDescriptor@@6B@ @33078 NONAME ??_7H248_SignalType@@6B@ @33079 NONAME ??_7H248_SigParameter@@6B@ @33080 NONAME ??_7H248_SigParameter_extraInfo@@6B@ @33081 NONAME ??_7H248_StatisticsDescriptor@@6B@ @33082 NONAME ??_7H248_StatisticsParameter@@6B@ @33083 NONAME ??_7H248_StreamDescriptor@@6B@ @33084 NONAME ??_7H248_StreamID@@6B@ @33085 NONAME ??_7H248_StreamMode@@6B@ @33086 NONAME ??_7H248_StreamParms@@6B@ @33087 NONAME ??_7H248_SubtractRequest@@6B@ @33088 NONAME ??_7H248_TerminationAudit@@6B@ @33089 NONAME ??_7H248_TerminationID@@6B@ @33090 NONAME ??_7H248_TerminationIDList@@6B@ @33091 NONAME ??_7H248_TerminationStateDescriptor@@6B@ @33092 NONAME ??_7H248_TimeNotation@@6B@ @33093 NONAME ??_7H248_TopologyRequest@@6B@ @33094 NONAME ??_7H248_TopologyRequest_topologyDirection@@6B@ @33095 NONAME ??_7H248_Transaction@@6B@ @33096 NONAME ??_7H248_TransactionAck@@6B@ @33097 NONAME ??_7H248_TransactionId@@6B@ @33098 NONAME ??_7H248_TransactionPending@@6B@ @33099 NONAME ??_7H248_TransactionReply@@6B@ @33100 NONAME ??_7H248_TransactionReply_transactionResult@@6B@ @33101 NONAME ??_7H248_TransactionRequest@@6B@ @33102 NONAME ??_7H248_TransactionResponseAck@@6B@ @33103 NONAME ??_7H248_Value@@6B@ @33104 NONAME ??_7H248_WildcardField@@6B@ @33105 NONAME ??_7H261DCTEncoder@@6B@ @7589 NONAME ??_7H261Encoder@@6B@ @7590 NONAME ??_7H261PixelEncoder@@6B@ @7591 NONAME ??_7H263Packet@@6B@ @53809 NONAME ??_7H263PacketList@@6B@ @53810 NONAME ??_7H323AudioCapability@@6B@ @7592 NONAME ??_7H323AudioCodec@@6B@ @7593 NONAME ??_7H323BidirectionalChannel@@6B@ @7594 NONAME ??_7H323CallCreditServiceControl@@6B@ @33106 NONAME ??_7H323Capabilities@@6B@ @17208 NONAME ??_7H323CapabilitiesSet@@6B@ @17209 NONAME ??_7H323Capability@@6B@ @7595 NONAME ??_7H323Channel@@6B@ @7597 NONAME ??_7H323ChannelNumber@@6B@ @7598 NONAME ??_7H323Codec@@6B@ @7599 NONAME ??_7H323CodecPluginGenericAudioCapability@@6BH323AudioCapability@@@ @53291 NONAME ??_7H323CodecPluginGenericAudioCapability@@6BH323GenericCapabilityInfo@@@ @53292 NONAME ??_7H323CodecPluginNonStandardAudioCapability@@6BH323AudioCapability@@@ @50370 NONAME ??_7H323CodecPluginNonStandardAudioCapability@@6BH323NonStandardCapabilityInfo@@@ @50371 NONAME ??_7H323Connection@@6B@ @7600 NONAME ??_7H323ConnectionsCleaner@@6B@ @7601 NONAME ??_7H323ControlPDU@@6B@ @7602 NONAME ??_7H323DataCapability@@6B@ @7603 NONAME ??_7H323DataChannel@@6B@ @28136 NONAME ??_7H323DynaLink@@6B@ @50660 NONAME ??_7H323EndPoint@@6B@ @7604 NONAME ??_7H323FramedAudioCodec@@6B@ @7605 NONAME ??_7H323Gatekeeper@@6B@ @7606 NONAME ??_7H323GatekeeperARQ@@6B@ @29441 NONAME ??_7H323GatekeeperBRQ@@6B@ @29442 NONAME ??_7H323GatekeeperCall@@6B@ @28462 NONAME ??_7H323GatekeeperDRQ@@6B@ @29443 NONAME ??_7H323GatekeeperGRQ@@6B@ @29444 NONAME ??_7H323GatekeeperIRR@@6B@ @30638 NONAME ??_7H323GatekeeperListener@@6B@ @28463 NONAME ??_7H323GatekeeperLRQ@@6B@ @29445 NONAME ??_7H323GatekeeperRequest@@6B@ @29446 NONAME ??_7H323GatekeeperRRQ@@6B@ @29447 NONAME ??_7H323GatekeeperServer@@6B@ @28464 NONAME ??_7H323GatekeeperURQ@@6B@ @29448 NONAME ??_7H323GenericAudioCapability@@6BH323AudioCapability@@@ @53293 NONAME ??_7H323GenericAudioCapability@@6BH323GenericCapabilityInfo@@@ @53294 NONAME ??_7H323GenericCapabilityInfo@@6B@ @53295 NONAME ??_7H323GenericVideoCapability@@6BH323GenericCapabilityInfo@@@ @53296 NONAME ??_7H323GenericVideoCapability@@6BH323VideoCapability@@@ @53297 NONAME ??_7H323GSMPluginCapability@@6B@ @50372 NONAME ??_7H323H248ServiceControl@@6B@ @33107 NONAME ??_7H323HTTPServiceControl@@6B@ @33108 NONAME ??_7H323Listener@@6B@ @7608 NONAME ??_7H323ListenerTCP@@6B@ @7609 NONAME ??_7H323LogicalChannelThread@@6B@ @7610 NONAME ??_7H323NonStandardAudioCapability@@6BH323AudioCapability@@@ @7611 NONAME ??_7H323NonStandardAudioCapability@@6BH323NonStandardCapabilityInfo@@@ @7612 NONAME ??_7H323NonStandardCapabilityInfo@@6B@ @7613 NONAME ??_7H323NonStandardDataCapability@@6BH323DataCapability@@@ @7614 NONAME ??_7H323NonStandardDataCapability@@6BH323NonStandardCapabilityInfo@@@ @7615 NONAME ??_7H323NonStandardVideoCapability@@6BH323NonStandardCapabilityInfo@@@ @7616 NONAME ??_7H323NonStandardVideoCapability@@6BH323VideoCapability@@@ @7617 NONAME ??_7H323PeerElement@@6B@ @34958 NONAME ??_7H323PeerElementDescriptor@@6B@ @37221 NONAME ??_7H323PeerElementServiceRelationship@@6B@ @37222 NONAME ??_7H323PluginCapability@@6B@ @50375 NONAME ??_7H323PluginCodecManager@@6B@ @50635 NONAME ??_7H323PluginFramedAudioCodec@@6B@ @50699 NONAME ??_7H323PluginG7231Capability@@6B@ @50376 NONAME ??_7H323PluginVideoCodec@@6B@ @50377 NONAME ??_7H323RasPDU@@6BH225_RasMessage@@@ @34960 NONAME ??_7H323RasPDU@@6BH323TransactionPDU@@@ @34961 NONAME ??_7H323RealTimeCapability@@6B@ @7619 NONAME ??_7H323RegisteredEndPoint@@6B@ @28465 NONAME ??_7H323ServiceControlSession@@6B@ @33109 NONAME ??_7H323SignalPDU@@6B@ @7620 NONAME ??_7H323SimultaneousCapabilities@@6B@ @7621 NONAME ??_7H323StreamedAudioCodec@@6B@ @7622 NONAME ??_7H323StreamedPluginAudioCodec@@6B@ @50700 NONAME ??_7H323Transaction@@6B@ @37615 NONAME ??_7H323TransactionPDU@@6B@ @34962 NONAME ??_7H323TransactionServer@@6B@ @34963 NONAME ??_7H323Transactor@@6B@ @34964 NONAME ??_7H323Transport@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @39027 NONAME ??_7H323Transport@@6BPObject@@@ @7624 NONAME ??_7H323TransportAddress@@6B@ @7625 NONAME ??_7H323TransportAddressArray@@6B@ @31253 NONAME ??_7H323TransportIP@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @39028 NONAME ??_7H323TransportIP@@6BPObject@@@ @7627 NONAME ??_7H323TransportTCP@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @39029 NONAME ??_7H323TransportTCP@@6BPObject@@@ @7629 NONAME ??_7H323TransportUDP@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @39030 NONAME ??_7H323TransportUDP@@6BPObject@@@ @7631 NONAME ??_7H323UnidirectionalChannel@@6B@ @7632 NONAME ??_7H323VideoCapability@@6B@ @7633 NONAME ??_7H323VideoCodec@@6B@ @7634 NONAME ??_7H323_ALawCodec@@6B@ @7640 NONAME ??_7H323_AnnexG@@6B@ @34965 NONAME ??_7H323_CiscoG7231aLIDCapability@@6BH323AudioCapability@@@ @31180 NONAME ??_7H323_CiscoG7231aLIDCapability@@6BH323NonStandardCapabilityInfo@@@ @31181 NONAME ??_7H323_ExternalRTPChannel@@6B@ @29637 NONAME ??_7H323_G711ALaw64Capability@@6B@ @51279 NONAME ??_7H323_G711Capability@@6B@ @7641 NONAME ??_7H323_G711uLaw64Capability@@6B@ @51280 NONAME ??_7H323_H261Capability@@6B@ @7644 NONAME ??_7H323_H261Codec@@6B@ @7645 NONAME ??_7H323_LIDCapability@@6B@ @7646 NONAME ??_7H323_LIDCodec@@6B@ @7647 NONAME ??_7H323_LID_G711_ALaw_Capability@@6B@ @51281 NONAME ??_7H323_LID_G711_uLaw_Capability@@6B@ @51282 NONAME ??_7H323_LID_G7231A_5k3_Capability@@6B@ @51283 NONAME ??_7H323_LID_G7231A_6k3_Capability@@6B@ @51284 NONAME ??_7H323_LID_G7231_5k3_Capability@@6B@ @51285 NONAME ??_7H323_LID_G7231_6k3_Capability@@6B@ @51286 NONAME ??_7H323_LID_G728_Capability@@6B@ @51287 NONAME ??_7H323_LID_G729AB_Capability@@6B@ @51288 NONAME ??_7H323_LID_G729A_Capability@@6B@ @51289 NONAME ??_7H323_LID_G729B_Capability@@6B@ @51290 NONAME ??_7H323_LID_G729_Capability@@6B@ @51291 NONAME ??_7H323_LID_GSM0610_Capability@@6B@ @51292 NONAME ??_7H323_muLawCodec@@6B@ @7648 NONAME ??_7H323_RealTimeChannel@@6B@ @29638 NONAME ??_7H323_RFC2190_H263Capability@@6B@ @53811 NONAME ??_7H323_RFC2190_H263Codec@@6B@ @53812 NONAME ??_7H323_RTPChannel@@6B@ @7649 NONAME ??_7H323_RTP_Session@@6B@ @7650 NONAME ??_7H323_RTP_UDP@@6B@ @7651 NONAME ??_7H323_T120Capability@@6B@ @7652 NONAME ??_7H323_T120Channel@@6B@ @28137 NONAME ??_7H323_T38Capability@@6B@ @28138 NONAME ??_7H323_T38Channel@@6B@ @28139 NONAME ??_7H323_T38NonStandardCapability@@6BH323DataCapability@@@ @30538 NONAME ??_7H323_T38NonStandardCapability@@6BH323NonStandardCapabilityInfo@@@ @30539 NONAME ??_7H323_UserInputCapability@@6B@ @7653 NONAME ??_7H45010_ArrayOf_MixedExtension@@6B@ @23343 NONAME ??_7H45010_CfbOvrOptArg@@6B@ @23344 NONAME ??_7H45010_CoReqOptArg@@6B@ @23345 NONAME ??_7H45010_H323CallOfferOperations@@6B@ @23346 NONAME ??_7H45010_RUAlertOptArg@@6B@ @23347 NONAME ??_7H45011Handler@@6B@ @30736 NONAME ??_7H45011_ArrayOf_MixedExtension@@6B@ @23348 NONAME ??_7H45011_CallIntrusionErrors@@6B@ @23349 NONAME ??_7H45011_CICapabilityLevel@@6B@ @23350 NONAME ??_7H45011_CIFrcRelArg@@6B@ @23351 NONAME ??_7H45011_CIFrcRelOptRes@@6B@ @23352 NONAME ??_7H45011_CIGetCIPLOptArg@@6B@ @23353 NONAME ??_7H45011_CIGetCIPLRes@@6B@ @23354 NONAME ??_7H45011_CIIsOptArg@@6B@ @23355 NONAME ??_7H45011_CIIsOptRes@@6B@ @23356 NONAME ??_7H45011_CINotificationArg@@6B@ @23357 NONAME ??_7H45011_CIProtectionLevel@@6B@ @23358 NONAME ??_7H45011_CIRequestArg@@6B@ @23359 NONAME ??_7H45011_CIRequestRes@@6B@ @23360 NONAME ??_7H45011_CISilentArg@@6B@ @23361 NONAME ??_7H45011_CISilentOptRes@@6B@ @23362 NONAME ??_7H45011_CIStatusInformation@@6B@ @23363 NONAME ??_7H45011_CIWobOptArg@@6B@ @23364 NONAME ??_7H45011_CIWobOptRes@@6B@ @23365 NONAME ??_7H45011_H323CallIntrusionOperations@@6B@ @23366 NONAME ??_7H4501_Address@@6B@ @21504 NONAME ??_7H4501_AddressInformation@@6B@ @21505 NONAME ??_7H4501_AddressScreened@@6B@ @21506 NONAME ??_7H4501_ArrayOf_AliasAddress@@6B@ @21507 NONAME ??_7H4501_ArrayOf_ROS@@6B@ @21508 NONAME ??_7H4501_EndpointAddress@@6B@ @21509 NONAME ??_7H4501_EntityType@@6B@ @21510 NONAME ??_7H4501_Extension@@6B@ @21511 NONAME ??_7H4501_GeneralErrorList@@6B@ @21512 NONAME ??_7H4501_H225InformationElement@@6B@ @21513 NONAME ??_7H4501_InterpretationApdu@@6B@ @21514 NONAME ??_7H4501_InvokeIDs@@6B@ @21515 NONAME ??_7H4501_InvokeIdSet@@6B@ @21516 NONAME ??_7H4501_NetworkFacilityExtension@@6B@ @21517 NONAME ??_7H4501_NSAPSubaddress@@6B@ @21518 NONAME ??_7H4501_NumberScreened@@6B@ @21519 NONAME ??_7H4501_PartySubaddress@@6B@ @21520 NONAME ??_7H4501_PresentationAllowedIndicator@@6B@ @21521 NONAME ??_7H4501_PresentedAddressScreened@@6B@ @21522 NONAME ??_7H4501_PresentedAddressUnscreened@@6B@ @21523 NONAME ??_7H4501_PresentedNumberScreened@@6B@ @21524 NONAME ??_7H4501_PresentedNumberUnscreened@@6B@ @21525 NONAME ??_7H4501_ScreeningIndicator@@6B@ @21526 NONAME ??_7H4501_ServiceApdus@@6B@ @21527 NONAME ??_7H4501_SubaddressInformation@@6B@ @21528 NONAME ??_7H4501_SupplementaryService@@6B@ @21529 NONAME ??_7H4501_UserSpecifiedSubaddress@@6B@ @21530 NONAME ??_7H4502Handler@@6B@ @28987 NONAME ??_7H4502_CallIdentity@@6B@ @21531 NONAME ??_7H4502_CallStatus@@6B@ @21532 NONAME ??_7H4502_CallTransferErrors@@6B@ @21533 NONAME ??_7H4502_CallTransferOperation@@6B@ @21534 NONAME ??_7H4502_CTActiveArg@@6B@ @21535 NONAME ??_7H4502_CTActiveArg_argumentExtension@@6B@ @21536 NONAME ??_7H4502_CTCompleteArg@@6B@ @21537 NONAME ??_7H4502_CTCompleteArg_argumentExtension@@6B@ @21538 NONAME ??_7H4502_CTIdentifyRes@@6B@ @21539 NONAME ??_7H4502_CTIdentifyRes_resultExtension@@6B@ @21540 NONAME ??_7H4502_CTInitiateArg@@6B@ @21541 NONAME ??_7H4502_CTInitiateArg_argumentExtension@@6B@ @21542 NONAME ??_7H4502_CTSetupArg@@6B@ @21543 NONAME ??_7H4502_CTSetupArg_argumentExtension@@6B@ @21544 NONAME ??_7H4502_CTUpdateArg@@6B@ @21545 NONAME ??_7H4502_CTUpdateArg_argumentExtension@@6B@ @21546 NONAME ??_7H4502_DummyArg@@6B@ @21547 NONAME ??_7H4502_DummyRes@@6B@ @21548 NONAME ??_7H4502_EndDesignation@@6B@ @21549 NONAME ??_7H4502_ExtensionSeq@@6B@ @21550 NONAME ??_7H4502_SubaddressTransferArg@@6B@ @21551 NONAME ??_7H4502_SubaddressTransferArg_argumentExtension@@6B@ @21552 NONAME ??_7H4503_BasicService@@6B@ @22728 NONAME ??_7H4503_CallDiversionErrors@@6B@ @22729 NONAME ??_7H4503_DiversionReason@@6B@ @22730 NONAME ??_7H4503_ExtensionSeq@@6B@ @22731 NONAME ??_7H4503_H323CallDiversionOperations@@6B@ @22732 NONAME ??_7H4503_IntResult@@6B@ @22733 NONAME ??_7H4503_IntResultList@@6B@ @22734 NONAME ??_7H4503_IntResult_extension@@6B@ @22735 NONAME ??_7H4503_Procedure@@6B@ @22736 NONAME ??_7H4503_SubscriptionOption@@6B@ @22737 NONAME ??_7H4504Handler@@6B@ @28988 NONAME ??_7H4504_ArrayOf_MixedExtension@@6B@ @22362 NONAME ??_7H4504_CallHoldOperation@@6B@ @22363 NONAME ??_7H4504_Extension@@6B@ @22364 NONAME ??_7H4504_HoldNotificArg@@6B@ @22365 NONAME ??_7H4504_MixedExtension@@6B@ @22366 NONAME ??_7H4504_RemoteHoldArg@@6B@ @22367 NONAME ??_7H4504_RemoteHoldRes@@6B@ @22368 NONAME ??_7H4504_RemoteRetrieveArg@@6B@ @22369 NONAME ??_7H4504_RemoteRetrieveRes@@6B@ @22370 NONAME ??_7H4504_RetrieveNotificArg@@6B@ @22371 NONAME ??_7H4505_ArrayOf_MixedExtension@@6B@ @23367 NONAME ??_7H4505_CallParkPickupOperations@@6B@ @23368 NONAME ??_7H4505_CallPickupErrors@@6B@ @23369 NONAME ??_7H4505_CallType@@6B@ @23370 NONAME ??_7H4505_CpickupNotifyArg@@6B@ @23371 NONAME ??_7H4505_CpNotifyArg@@6B@ @23372 NONAME ??_7H4505_CpRequestArg@@6B@ @23373 NONAME ??_7H4505_CpRequestRes@@6B@ @23374 NONAME ??_7H4505_CpSetupArg@@6B@ @23375 NONAME ??_7H4505_CpSetupRes@@6B@ @23376 NONAME ??_7H4505_GroupIndicationOffArg@@6B@ @23377 NONAME ??_7H4505_GroupIndicationOffRes@@6B@ @23378 NONAME ??_7H4505_GroupIndicationOnArg@@6B@ @23379 NONAME ??_7H4505_GroupIndicationOnRes@@6B@ @23380 NONAME ??_7H4505_ParkCondition@@6B@ @23381 NONAME ??_7H4505_ParkedToPosition@@6B@ @23382 NONAME ??_7H4505_PickExeArg@@6B@ @23383 NONAME ??_7H4505_PickExeRes@@6B@ @23384 NONAME ??_7H4505_PickrequArg@@6B@ @23385 NONAME ??_7H4505_PickrequRes@@6B@ @23386 NONAME ??_7H4505_PickupArg@@6B@ @23387 NONAME ??_7H4505_PickupRes@@6B@ @23388 NONAME ??_7H4506Handler@@6B@ @29684 NONAME ??_7H4506_ArrayOf_MixedExtension@@6B@ @23389 NONAME ??_7H4506_CallWaitingArg@@6B@ @23390 NONAME ??_7H4506_CallWaitingOperations@@6B@ @23391 NONAME ??_7H4507_ArrayOf_MixedExtension@@6B@ @23392 NONAME ??_7H4507_BasicService@@6B@ @23393 NONAME ??_7H4507_DummyRes@@6B@ @23394 NONAME ??_7H4507_H323_MWI_Operations@@6B@ @23395 NONAME ??_7H4507_MessageWaitingIndicationErrors@@6B@ @23396 NONAME ??_7H4507_MsgCentreId@@6B@ @23397 NONAME ??_7H4507_MWIActivateArg@@6B@ @23398 NONAME ??_7H4507_MWIDeactivateArg@@6B@ @23399 NONAME ??_7H4507_MWIInterrogateArg@@6B@ @23400 NONAME ??_7H4507_MWIInterrogateRes@@6B@ @23401 NONAME ??_7H4507_MWIInterrogateResElt@@6B@ @23402 NONAME ??_7H4507_NbOfMessages@@6B@ @23403 NONAME ??_7H4507_TimeStamp@@6B@ @23404 NONAME ??_7H4508_ExtendedName@@6B@ @23405 NONAME ??_7H4508_Name@@6B@ @23406 NONAME ??_7H4508_NameOperations@@6B@ @23407 NONAME ??_7H4508_NamePresentationAllowed@@6B@ @23408 NONAME ??_7H4508_NamePresentationRestricted@@6B@ @23409 NONAME ??_7H4508_SimpleName@@6B@ @23410 NONAME ??_7H4509_ArrayOf_MixedExtension@@6B@ @23411 NONAME ??_7H4509_CallCompletionErrors@@6B@ @23412 NONAME ??_7H4509_CcArg@@6B@ @23413 NONAME ??_7H4509_CcLongArg@@6B@ @23414 NONAME ??_7H4509_CcRequestArg@@6B@ @23415 NONAME ??_7H4509_CcRequestRes@@6B@ @23416 NONAME ??_7H4509_CcShortArg@@6B@ @23417 NONAME ??_7H4509_H323CallCompletionOperations@@6B@ @23418 NONAME ??_7H450ServiceAPDU@@6B@ @21553 NONAME ??_7H450xDispatcher@@6B@ @28989 NONAME ??_7H450xHandler@@6B@ @28990 NONAME ??_7H501AccessRequest@@6B@ @37616 NONAME ??_7H501DescriptorUpdate@@6B@ @37617 NONAME ??_7H501PDU@@6BH323TransactionPDU@@@ @37076 NONAME ??_7H501PDU@@6BH501_Message@@@ @37077 NONAME ??_7H501ServiceRequest@@6B@ @37618 NONAME ??_7H501Transaction@@6B@ @37619 NONAME ??_7H501_AccessConfirmation@@6B@ @35792 NONAME ??_7H501_AccessRejection@@6B@ @35793 NONAME ??_7H501_AccessRejectionReason@@6B@ @35794 NONAME ??_7H501_AccessRequest@@6B@ @35795 NONAME ??_7H501_AccessToken@@6B@ @35796 NONAME ??_7H501_AddressTemplate@@6B@ @35797 NONAME ??_7H501_AlternatePE@@6B@ @35798 NONAME ??_7H501_AlternatePEInfo@@6B@ @35799 NONAME ??_7H501_ApplicationMessage@@6B@ @35800 NONAME ??_7H501_ArrayOf_AccessToken@@6B@ @35801 NONAME ??_7H501_ArrayOf_AddressTemplate@@6B@ @35802 NONAME ??_7H501_ArrayOf_AliasAddress@@6B@ @35803 NONAME ??_7H501_ArrayOf_AlternatePE@@6B@ @35804 NONAME ??_7H501_ArrayOf_CircuitIdentifier@@6B@ @35805 NONAME ??_7H501_ArrayOf_ClearToken@@6B@ @35806 NONAME ??_7H501_ArrayOf_ContactInformation@@6B@ @35807 NONAME ??_7H501_ArrayOf_CryptoH323Token@@6B@ @35808 NONAME ??_7H501_ArrayOf_Descriptor@@6B@ @35809 NONAME ??_7H501_ArrayOf_DescriptorInfo@@6B@ @35811 NONAME ??_7H501_ArrayOf_GenericData@@6B@ @35812 NONAME ??_7H501_ArrayOf_GloballyUniqueID@@6B@ @36935 NONAME ??_7H501_ArrayOf_NonStandardParameter@@6B@ @35813 NONAME ??_7H501_ArrayOf_PASN_ObjectId@@6B@ @35814 NONAME ??_7H501_ArrayOf_Pattern@@6B@ @35815 NONAME ??_7H501_ArrayOf_PriceElement@@6B@ @35816 NONAME ??_7H501_ArrayOf_PriceInfoSpec@@6B@ @35817 NONAME ??_7H501_ArrayOf_RouteInformation@@6B@ @35818 NONAME ??_7H501_ArrayOf_SecurityMode@@6B@ @35819 NONAME ??_7H501_ArrayOf_ServiceControlSession@@6B@ @35820 NONAME ??_7H501_ArrayOf_SupportedProtocols@@6B@ @35821 NONAME ??_7H501_ArrayOf_TransportAddress@@6B@ @35822 NONAME ??_7H501_ArrayOf_UpdateInformation@@6B@ @35823 NONAME ??_7H501_ArrayOf_UsageField@@6B@ @35824 NONAME ??_7H501_AuthenticationConfirmation@@6B@ @35825 NONAME ??_7H501_AuthenticationRejection@@6B@ @35826 NONAME ??_7H501_AuthenticationRejectionReason@@6B@ @35827 NONAME ??_7H501_AuthenticationRequest@@6B@ @35828 NONAME ??_7H501_CallInformation@@6B@ @35829 NONAME ??_7H501_ContactInformation@@6B@ @35830 NONAME ??_7H501_Descriptor@@6B@ @35831 NONAME ??_7H501_DescriptorConfirmation@@6B@ @35832 NONAME ??_7H501_DescriptorIDConfirmation@@6B@ @35834 NONAME ??_7H501_DescriptorIDRejection@@6B@ @35835 NONAME ??_7H501_DescriptorIDRejectionReason@@6B@ @35836 NONAME ??_7H501_DescriptorIDRequest@@6B@ @35837 NONAME ??_7H501_DescriptorInfo@@6B@ @35838 NONAME ??_7H501_DescriptorRejection@@6B@ @35839 NONAME ??_7H501_DescriptorRejectionReason@@6B@ @35840 NONAME ??_7H501_DescriptorRequest@@6B@ @35841 NONAME ??_7H501_DescriptorUpdate@@6B@ @35842 NONAME ??_7H501_DescriptorUpdateAck@@6B@ @35843 NONAME ??_7H501_ElementIdentifier@@6B@ @35844 NONAME ??_7H501_GlobalTimeStamp@@6B@ @35845 NONAME ??_7H501_Message@@6B@ @35846 NONAME ??_7H501_MessageBody@@6B@ @35847 NONAME ??_7H501_MessageCommonInfo@@6B@ @35848 NONAME ??_7H501_NonStandardConfirmation@@6B@ @35849 NONAME ??_7H501_NonStandardRejection@@6B@ @35850 NONAME ??_7H501_NonStandardRejectionReason@@6B@ @35851 NONAME ??_7H501_NonStandardRequest@@6B@ @35852 NONAME ??_7H501_PartyInformation@@6B@ @35853 NONAME ??_7H501_Pattern@@6B@ @35854 NONAME ??_7H501_Pattern_range@@6B@ @35855 NONAME ??_7H501_PriceElement@@6B@ @35856 NONAME ??_7H501_PriceElement_units@@6B@ @35857 NONAME ??_7H501_PriceInfoSpec@@6B@ @35858 NONAME ??_7H501_ProtocolVersion@@6B@ @35859 NONAME ??_7H501_RequestInProgress@@6B@ @35860 NONAME ??_7H501_Role@@6B@ @35861 NONAME ??_7H501_RouteInformation@@6B@ @35862 NONAME ??_7H501_RouteInformation_messageType@@6B@ @35863 NONAME ??_7H501_SecurityMode@@6B@ @35864 NONAME ??_7H501_ServiceConfirmation@@6B@ @35865 NONAME ??_7H501_ServiceRejection@@6B@ @35867 NONAME ??_7H501_ServiceRejectionReason@@6B@ @35868 NONAME ??_7H501_ServiceRelease@@6B@ @35869 NONAME ??_7H501_ServiceReleaseReason@@6B@ @35870 NONAME ??_7H501_ServiceRequest@@6B@ @35871 NONAME ??_7H501_TerminationCause@@6B@ @35872 NONAME ??_7H501_TimeZone@@6B@ @35873 NONAME ??_7H501_UnknownMessageReason@@6B@ @35874 NONAME ??_7H501_UnknownMessageResponse@@6B@ @35875 NONAME ??_7H501_UpdateInformation@@6B@ @35876 NONAME ??_7H501_UpdateInformation_descriptorInfo@@6B@ @35877 NONAME ??_7H501_UpdateInformation_updateType@@6B@ @35878 NONAME ??_7H501_UsageCallStatus@@6B@ @35879 NONAME ??_7H501_UsageConfirmation@@6B@ @35880 NONAME ??_7H501_UsageField@@6B@ @35881 NONAME ??_7H501_UsageIndication@@6B@ @35882 NONAME ??_7H501_UsageIndicationConfirmation@@6B@ @35883 NONAME ??_7H501_UsageIndicationRejection@@6B@ @35884 NONAME ??_7H501_UsageIndicationRejectionReason@@6B@ @35885 NONAME ??_7H501_UsageRejection@@6B@ @35886 NONAME ??_7H501_UsageRejectReason@@6B@ @35887 NONAME ??_7H501_UsageRequest@@6B@ @35888 NONAME ??_7H501_UsageSpecification@@6B@ @35889 NONAME ??_7H501_UsageSpecification_when@@6B@ @35890 NONAME ??_7H501_UserInformation@@6B@ @35891 NONAME ??_7H501_ValidationConfirmation@@6B@ @35892 NONAME ??_7H501_ValidationRejection@@6B@ @35893 NONAME ??_7H501_ValidationRejectionReason@@6B@ @35894 NONAME ??_7H501_ValidationRequest@@6B@ @35895 NONAME ??_7HandleTimeout_PNotifier@H245Negotiator@@6B@ @7654 NONAME ??_7HandleTransactions_PNotifier@H323Transactor@@6B@ @37384 NONAME ??_7IntraP64Decoder@@6B@ @7655 NONAME ??_7MCS_ArrayOf_ChannelAttributes@@6B@ @7702 NONAME ??_7MCS_ArrayOf_ChannelId@@6B@ @7703 NONAME ??_7MCS_ArrayOf_TokenAttributes@@6B@ @7704 NONAME ??_7MCS_ArrayOf_TokenId@@6B@ @7705 NONAME ??_7MCS_ArrayOf_UserId@@6B@ @7706 NONAME ??_7MCS_AssignedChannelId@@6B@ @7707 NONAME ??_7MCS_AUcf@@6B@ @7708 NONAME ??_7MCS_AUrq@@6B@ @7709 NONAME ??_7MCS_CAin@@6B@ @7710 NONAME ??_7MCS_CArq@@6B@ @7711 NONAME ??_7MCS_CCcf@@6B@ @7712 NONAME ??_7MCS_CCrq@@6B@ @7713 NONAME ??_7MCS_CDin@@6B@ @7714 NONAME ??_7MCS_CDrq@@6B@ @7715 NONAME ??_7MCS_CEin@@6B@ @7716 NONAME ??_7MCS_CErq@@6B@ @7717 NONAME ??_7MCS_ChannelAttributes@@6B@ @7718 NONAME ??_7MCS_ChannelAttributes_assigned@@6B@ @7719 NONAME ??_7MCS_ChannelAttributes_private@@6B@ @7720 NONAME ??_7MCS_ChannelAttributes_static@@6B@ @7721 NONAME ??_7MCS_ChannelAttributes_userId@@6B@ @7722 NONAME ??_7MCS_ChannelId@@6B@ @7723 NONAME ??_7MCS_CJcf@@6B@ @7724 NONAME ??_7MCS_CJrq@@6B@ @7725 NONAME ??_7MCS_CLrq@@6B@ @7726 NONAME ??_7MCS_ConnectMCSPDU@@6B@ @7727 NONAME ??_7MCS_Connect_Additional@@6B@ @7728 NONAME ??_7MCS_Connect_Initial@@6B@ @7729 NONAME ??_7MCS_Connect_Response@@6B@ @7730 NONAME ??_7MCS_Connect_Result@@6B@ @7731 NONAME ??_7MCS_DataPriority@@6B@ @7732 NONAME ??_7MCS_Diagnostic@@6B@ @7733 NONAME ??_7MCS_DomainMCSPDU@@6B@ @7734 NONAME ??_7MCS_DomainParameters@@6B@ @7735 NONAME ??_7MCS_DPum@@6B@ @7736 NONAME ??_7MCS_DUin@@6B@ @7737 NONAME ??_7MCS_DUrq@@6B@ @7738 NONAME ??_7MCS_DynamicChannelId@@6B@ @7739 NONAME ??_7MCS_EDrq@@6B@ @7740 NONAME ??_7MCS_MCcf@@6B@ @7741 NONAME ??_7MCS_MCrq@@6B@ @7742 NONAME ??_7MCS_MTcf@@6B@ @7743 NONAME ??_7MCS_MTrq@@6B@ @7744 NONAME ??_7MCS_PCin@@6B@ @7745 NONAME ??_7MCS_PDin@@6B@ @7746 NONAME ??_7MCS_PrivateChannelId@@6B@ @7747 NONAME ??_7MCS_PTin@@6B@ @7748 NONAME ??_7MCS_Reason@@6B@ @7749 NONAME ??_7MCS_Result@@6B@ @7750 NONAME ??_7MCS_RJum@@6B@ @7751 NONAME ??_7MCS_SDin@@6B@ @7752 NONAME ??_7MCS_SDrq@@6B@ @7753 NONAME ??_7MCS_Segmentation@@6B@ @7754 NONAME ??_7MCS_StaticChannelId@@6B@ @7755 NONAME ??_7MCS_TGcf@@6B@ @7756 NONAME ??_7MCS_TGrq@@6B@ @7757 NONAME ??_7MCS_TIcf@@6B@ @7758 NONAME ??_7MCS_TIrq@@6B@ @7759 NONAME ??_7MCS_TokenAttributes@@6B@ @7760 NONAME ??_7MCS_TokenAttributes_given@@6B@ @7761 NONAME ??_7MCS_TokenAttributes_giving@@6B@ @7762 NONAME ??_7MCS_TokenAttributes_grabbed@@6B@ @7763 NONAME ??_7MCS_TokenAttributes_inhibited@@6B@ @7764 NONAME ??_7MCS_TokenAttributes_ungivable@@6B@ @7765 NONAME ??_7MCS_TokenId@@6B@ @7766 NONAME ??_7MCS_TokenStatus@@6B@ @7767 NONAME ??_7MCS_TPin@@6B@ @7768 NONAME ??_7MCS_TPrq@@6B@ @7769 NONAME ??_7MCS_TRcf@@6B@ @7770 NONAME ??_7MCS_TRrq@@6B@ @7771 NONAME ??_7MCS_TTcf@@6B@ @7772 NONAME ??_7MCS_TTrq@@6B@ @7773 NONAME ??_7MCS_TVcf@@6B@ @7774 NONAME ??_7MCS_TVin@@6B@ @7775 NONAME ??_7MCS_TVrq@@6B@ @7776 NONAME ??_7MCS_TVrs@@6B@ @7777 NONAME ??_7MCS_UserId@@6B@ @7778 NONAME ??_7MCS_USin@@6B@ @7779 NONAME ??_7MCS_USrq@@6B@ @7780 NONAME ??_7MonitorMain_PNotifier@H323Gatekeeper@@6B@ @30560 NONAME ??_7MonitorMain_PNotifier@H323GatekeeperServer@@6B@ @30245 NONAME ??_7MonitorMain_PNotifier@H323PeerElement@@6B@ @34970 NONAME ??_7MSIPAddress@PILSSession@@6B@ @37941 NONAME ??_7MXRecordList@PDNS@@6B@ @52831 NONAME ??_7OnCallIntrudeTimeOut_PNotifier@H45011Handler@@6B@ @30737 NONAME ??_7OnCallTransferTimeOut_PNotifier@H4502Handler@@6B@ @29685 NONAME ??_7OnLoadModule_PNotifier@PPluginModuleManager@@6B@ @50682 NONAME ??_7OnUserInputInBandDTMF_PNotifier@H323Connection@@6B@ @29986 NONAME ??_7OnUserInputInlineRFC2833_PNotifier@H323Connection@@6B@ @29914 NONAME ??_7OpalFactoryCodec@@6B@ @52411 NONAME ??_7OpalG711ALaw64kFormat@@6B@ @50895 NONAME ??_7OpalG711ALaw64k_Base@@6B@ @52412 NONAME ??_7OpalG711ALaw64k_Decoder@@6B@ @52413 NONAME ??_7OpalG711ALaw64k_Encoder@@6B@ @52414 NONAME ??_7OpalG711uLaw64kFormat@@6B@ @50896 NONAME ??_7OpalG711uLaw64k_Base@@6B@ @52415 NONAME ??_7OpalG711uLaw64k_Decoder@@6B@ @52416 NONAME ??_7OpalG711uLaw64k_Encoder@@6B@ @52417 NONAME ??_7OpalG7231A_5k3Format@@6B@ @50897 NONAME ??_7OpalG7231A_6k3Format@@6B@ @50898 NONAME ??_7OpalG7231_5k3Format@@6B@ @50899 NONAME ??_7OpalG7231_6k3Format@@6B@ @50900 NONAME ??_7OpalG728Format@@6B@ @50901 NONAME ??_7OpalG729ABFormat@@6B@ @50902 NONAME ??_7OpalG729AFormat@@6B@ @50903 NONAME ??_7OpalG729BFormat@@6B@ @50904 NONAME ??_7OpalG729Format@@6B@ @50905 NONAME ??_7OpalGloballyUniqueID@@6B@ @20687 NONAME ??_7OpalGSM0610Format@@6B@ @50906 NONAME ??_7OpalH261Format@@6B@ @50907 NONAME ??_7OpalIxJDevice@@6B@ @7781 NONAME ??_7OpalLineChannel@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @39031 NONAME ??_7OpalLineChannel@@6BPObject@@@ @7783 NONAME ??_7OpalLineInterfaceDevice@@6B@ @7784 NONAME ??_7OpalMediaFormat@@6B@ @20601 NONAME ??_7OpalPCM16Format@@6B@ @50908 NONAME ??_7OpalPluginCodec@@6B@ @52418 NONAME ??_7OpalPluginMediaFormat@@6B@ @50909 NONAME ??_7OpalRFC2190H263Format@@6B@ @53813 NONAME ??_7OpalRFC2833@@6B@ @29915 NONAME ??_7OpalRFC2833Info@@6B@ @29916 NONAME ??_7OpalRtpToWavFile@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @39032 NONAME ??_7OpalRtpToWavFile@@6BPObject@@@ @30603 NONAME ??_7OpalT120Format@@6B@ @50910 NONAME ??_7OpalT120Protocol@@6B@ @28140 NONAME ??_7OpalT38Protocol@@6B@ @28141 NONAME ??_7OpalUserInputRFC2833Format@@6B@ @50911 NONAME ??_7OpalVoipBlasterDevice@@6B@ @29744 NONAME ??_7OpalVXMLSession@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @39033 NONAME ??_7OpalVXMLSession@@6B@ @51516 NONAME ??_7OpalVXMLSession@@6BPObject@@@ @31368 NONAME ??_7OpalWAVFile@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @39034 NONAME ??_7OpalWAVFile@@6BPObject@@@ @30711 NONAME ??_7P64Decoder@@6B@ @7786 NONAME ??_7PASN_Boolean@@6B@ @7792 NONAME ??_7PASN_ConstrainedObject@@6B@ @7793 NONAME ??_7PASN_ConstrainedString@@6B@ @7794 NONAME ??_7PASN_Enumeration@@6B@ @7795 NONAME ??_7PASN_GeneralisedTime@@6B@ @23419 NONAME ??_7PASN_GeneralString@@6B@ @25669 NONAME ??_7PASN_IA5String@@6B@ @7796 NONAME ??_7PASN_Integer@@6B@ @7797 NONAME ??_7PASN_Null@@6B@ @7798 NONAME ??_7PASN_NumericString@@6B@ @7799 NONAME ??_7PASN_Object@@6B@ @7800 NONAME ??_7PASN_PrintableString@@6B@ @7801 NONAME ??_7PASN_Stream@@6B@ @30340 NONAME ??_7PASN_VisibleString@@6B@ @23420 NONAME ??_7PLDAPAttr_c@RTPerson@PILSSession@@6B@ @37822 NONAME ??_7PLDAPAttr_cn@RTPerson@PILSSession@@6B@ @37823 NONAME ??_7PLDAPAttr_comment@RTPerson@PILSSession@@6B@ @37824 NONAME ??_7PLDAPAttr_givenName@RTPerson@PILSSession@@6B@ @37825 NONAME ??_7PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@6B@ @37826 NONAME ??_7PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@6B@ @37827 NONAME ??_7PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@6B@ @37828 NONAME ??_7PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@6B@ @37829 NONAME ??_7PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@6B@ @37830 NONAME ??_7PLDAPAttr_location@RTPerson@PILSSession@@6B@ @37831 NONAME ??_7PLDAPAttr_o@RTPerson@PILSSession@@6B@ @37832 NONAME ??_7PLDAPAttr_objectClass@RTPerson@PILSSession@@6B@ @37833 NONAME ??_7PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@6B@ @37834 NONAME ??_7PLDAPAttr_sappguid@RTPerson@PILSSession@@6B@ @37835 NONAME ??_7PLDAPAttr_sappid@RTPerson@PILSSession@@6B@ @37836 NONAME ??_7PLDAPAttr_sflags@RTPerson@PILSSession@@6B@ @37837 NONAME ??_7PLDAPAttr_sipAddress@RTPerson@PILSSession@@6B@ @37838 NONAME ??_7PLDAPAttr_smimetype@RTPerson@PILSSession@@6B@ @37839 NONAME ??_7PLDAPAttr_smodop@RTPerson@PILSSession@@6B@ @37840 NONAME ??_7PLDAPAttr_sport@RTPerson@PILSSession@@6B@ @37841 NONAME ??_7PLDAPAttr_sprotid@RTPerson@PILSSession@@6B@ @37842 NONAME ??_7PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@6B@ @37843 NONAME ??_7PLDAPAttr_ssecurity@RTPerson@PILSSession@@6B@ @37844 NONAME ??_7PLDAPAttr_sttl@RTPerson@PILSSession@@6B@ @37845 NONAME ??_7PLDAPAttr_surname@RTPerson@PILSSession@@6B@ @37846 NONAME ??_7PLDAPAttr_timestamp@RTPerson@PILSSession@@6B@ @37847 NONAME ??_7PluginLoader@@6B@ @52996 NONAME ??_7PPER_Stream@@6B@ @30341 NONAME ??_7Pre_Vid_Coder@@6B@ @7803 NONAME ??_7PWAVFileConverter@@6B@ @52212 NONAME ??_7PWAVFileConverterALaw@@6B@ @52213 NONAME ??_7PWAVFileConverterULaw@@6B@ @52214 NONAME ??_7PWAVFileConverterXLaw@@6B@ @52215 NONAME ??_7Q931@@6B@ @7804 NONAME ??_7ReceivedPacket_PNotifier@OpalRFC2833@@6B@ @29917 NONAME ??_7ReceivedPacket_PNotifier@OpalRtpToWavFile@@6B@ @30606 NONAME ??_7ReceiverReport@RTP_Session@@6B@ @17062 NONAME ??_7ReceiveTimeout_PNotifier@OpalRFC2833@@6B@ @29918 NONAME ??_7Request@H323Transactor@@6B@ @37385 NONAME ??_7Response@H323Transactor@@6B@ @37386 NONAME ??_7RFC2190_FfmpgLink@@6B@ @53814 NONAME ??_7RTPerson@PILSSession@@6B@ @37848 NONAME ??_7RTP_ControlFrame@@6B@ @7806 NONAME ??_7RTP_DataFrame@@6B@ @7807 NONAME ??_7RTP_JitterBuffer@@6B@ @7808 NONAME ??_7RTP_JitterBufferAnalyser@@6B@ @17133 NONAME ??_7RTP_QOS@@6B@ @38208 NONAME ??_7RTP_Session@@6B@ @7809 NONAME ??_7RTP_SessionManager@@6B@ @7810 NONAME ??_7RTP_UDP@@6B@ @7811 NONAME ??_7RTP_UserData@@6B@ @7812 NONAME ??_7SenderReport@RTP_Session@@6B@ @17063 NONAME ??_7SlowHandler_PNotifier@H323Transaction@@6B@ @37620 NONAME ??_7SourceDescription@RTP_Session@@6B@ @17064 NONAME ??_7SRVRecordList@PDNS@@6B@ @52832 NONAME ??_7StatusHandler_PNotifier@OpalVoipBlasterDevice@@6B@ @29745 NONAME ??_7StringMap@H323GatekeeperServer@@6B@ @31687 NONAME ??_7T120ConnectPDU@@6B@ @30015 NONAME ??_7T120_X224@@6B@ @30016 NONAME ??_7T38_ArrayOf_PASN_OctetString@@6B@ @28142 NONAME ??_7T38_Data_Field@@6B@ @28143 NONAME ??_7T38_Data_Field_subtype@@6B@ @28144 NONAME ??_7T38_Data_Field_subtype_field_type@@6B@ @28145 NONAME ??_7T38_IFPPacket@@6B@ @28146 NONAME ??_7T38_PreCorrigendum_Data_Field@@6B@ @31723 NONAME ??_7T38_PreCorrigendum_Data_Field_subtype@@6B@ @31724 NONAME ??_7T38_PreCorrigendum_Data_Field_subtype_field_type@@6B@ @31725 NONAME ??_7T38_PreCorrigendum_IFPPacket@@6B@ @31726 NONAME ??_7T38_Type_of_msg@@6B@ @28147 NONAME ??_7T38_Type_of_msg_data@@6B@ @28148 NONAME ??_7T38_Type_of_msg_t30_indicator@@6B@ @28149 NONAME ??_7T38_UDPTLPacket@@6B@ @28150 NONAME ??_7T38_UDPTLPacket_error_recovery@@6B@ @28151 NONAME ??_7T38_UDPTLPacket_error_recovery_fec_info@@6B@ @28152 NONAME ??_7T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@6B@ @28153 NONAME ??_7T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@6B@ @28154 NONAME ??_7T38_UDPTLPacket_primary_ifp_packet@@6B@ @28155 NONAME ??_7TickleMonitor_PNotifier@H323Gatekeeper@@6B@ @30561 NONAME ??_7TransmitEnded_PNotifier@OpalRFC2833@@6B@ @29919 NONAME ??_7TransmitPacket_PNotifier@OpalRFC2833@@6B@ @29920 NONAME ??_7Transmitter@@6B@ @7813 NONAME ??_7UpdateAllDescriptors_PNotifier@H323PeerElement@@6B@ @37471 NONAME ??_7VoipBlasterInterface@@6B@ @29746 NONAME ??_7Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@6B@ @52419 NONAME ??_7Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@6B@ @52420 NONAME ??_7Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@6B@ @52421 NONAME ??_7Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@6B@ @52422 NONAME ??_7Worker@OpalPluginCodecFactory@@6B@ @52423 NONAME ??_7WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @52833 NONAME ??_7WorkerBase@?$PFactory@VH323Capability@@VPString@@@@6B@ @51748 NONAME ??_7WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@6B@ @52424 NONAME ??_7WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @51749 NONAME ??_7WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@6B@ @51750 NONAME ??_7WorkerBase@?$PFactory@VPWAVFileConverter@@I@@6B@ @52216 NONAME ??_7X224@@6B@ @7815 NONAME ??_7X880_Code@@6B@ @21554 NONAME ??_7X880_GeneralProblem@@6B@ @21555 NONAME ??_7X880_Invoke@@6B@ @21556 NONAME ??_7X880_InvokeId@@6B@ @21557 NONAME ??_7X880_InvokeProblem@@6B@ @21558 NONAME ??_7X880_Reject@@6B@ @21559 NONAME ??_7X880_RejectProblem@@6B@ @21560 NONAME ??_7X880_Reject_problem@@6B@ @21561 NONAME ??_7X880_ReturnError@@6B@ @21562 NONAME ??_7X880_ReturnErrorProblem@@6B@ @21563 NONAME ??_7X880_ReturnResult@@6B@ @21564 NONAME ??_7X880_ReturnResultProblem@@6B@ @21565 NONAME ??_7X880_ReturnResult_result@@6B@ @21566 NONAME ??_7X880_ROS@@6B@ @21567 NONAME ??_8H323Transport@@7B?$basic_istream@DU?$char_traits@D@std@@@std@@@ @39036 NONAME ??_8H323Transport@@7B?$basic_ostream@DU?$char_traits@D@std@@@std@@@ @39037 NONAME ??_8H323TransportIP@@7B?$basic_istream@DU?$char_traits@D@std@@@std@@@ @39038 NONAME ??_8H323TransportIP@@7B?$basic_ostream@DU?$char_traits@D@std@@@std@@@ @39039 NONAME ??_8H323TransportTCP@@7B?$basic_istream@DU?$char_traits@D@std@@@std@@@ @39040 NONAME ??_8H323TransportTCP@@7B?$basic_ostream@DU?$char_traits@D@std@@@std@@@ @39041 NONAME ??_8H323TransportUDP@@7B?$basic_istream@DU?$char_traits@D@std@@@std@@@ @39042 NONAME ??_8H323TransportUDP@@7B?$basic_ostream@DU?$char_traits@D@std@@@std@@@ @39043 NONAME ??_8OpalLineChannel@@7B?$basic_istream@DU?$char_traits@D@std@@@std@@@ @39044 NONAME ??_8OpalLineChannel@@7B?$basic_ostream@DU?$char_traits@D@std@@@std@@@ @39045 NONAME ??_8OpalRtpToWavFile@@7B?$basic_istream@DU?$char_traits@D@std@@@std@@@ @39046 NONAME ??_8OpalRtpToWavFile@@7B?$basic_ostream@DU?$char_traits@D@std@@@std@@@ @39047 NONAME ??_8OpalVXMLSession@@7B?$basic_istream@DU?$char_traits@D@std@@@std@@@ @39048 NONAME ??_8OpalVXMLSession@@7B?$basic_ostream@DU?$char_traits@D@std@@@std@@@ @39049 NONAME ??_8OpalWAVFile@@7B?$basic_istream@DU?$char_traits@D@std@@@std@@@ @39050 NONAME ??_8OpalWAVFile@@7B?$basic_ostream@DU?$char_traits@D@std@@@std@@@ @39051 NONAME ??_DH323Transport@@QAEXXZ @7826 NONAME ??_DH323TransportIP@@QAEXXZ @7827 NONAME ??_DH323TransportTCP@@QAEXXZ @7828 NONAME ??_DH323TransportUDP@@QAEXXZ @7829 NONAME ??_DOpalLineChannel@@QAEXXZ @7830 NONAME ??_DOpalRtpToWavFile@@QAEXXZ @30609 NONAME ??_DOpalVXMLSession@@QAEXXZ @31371 NONAME ??_DOpalWAVFile@@QAEXXZ @30714 NONAME ??_FPTimeInterval@@QAEXXZ @20670 NONAME ??_H@YGXPAXIHP6EPAX0@Z@Z @39052 NONAME ??_R0?AUPLDAPAttr_c@RTPerson@PILSSession@@@8 @39053 NONAME ??_R0?AUPLDAPAttr_cn@RTPerson@PILSSession@@@8 @39054 NONAME ??_R0?AUPLDAPAttr_comment@RTPerson@PILSSession@@@8 @39055 NONAME ??_R0?AUPLDAPAttr_givenName@RTPerson@PILSSession@@@8 @39056 NONAME ??_R0?AUPLDAPAttr_ilsa26214430@RTPerson@PILSSession@@@8 @39057 NONAME ??_R0?AUPLDAPAttr_ilsa26279966@RTPerson@PILSSession@@@8 @39058 NONAME ??_R0?AUPLDAPAttr_ilsa32833566@RTPerson@PILSSession@@@8 @39059 NONAME ??_R0?AUPLDAPAttr_ilsa32964638@RTPerson@PILSSession@@@8 @39060 NONAME ??_R0?AUPLDAPAttr_ilsa39321630@RTPerson@PILSSession@@@8 @39061 NONAME ??_R0?AUPLDAPAttr_location@RTPerson@PILSSession@@@8 @39062 NONAME ??_R0?AUPLDAPAttr_o@RTPerson@PILSSession@@@8 @39063 NONAME ??_R0?AUPLDAPAttr_objectClass@RTPerson@PILSSession@@@8 @39064 NONAME ??_R0?AUPLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@@8 @39065 NONAME ??_R0?AUPLDAPAttr_sappguid@RTPerson@PILSSession@@@8 @39066 NONAME ??_R0?AUPLDAPAttr_sappid@RTPerson@PILSSession@@@8 @39067 NONAME ??_R0?AUPLDAPAttr_sflags@RTPerson@PILSSession@@@8 @39068 NONAME ??_R0?AUPLDAPAttr_sipAddress@RTPerson@PILSSession@@@8 @39069 NONAME ??_R0?AUPLDAPAttr_smimetype@RTPerson@PILSSession@@@8 @39070 NONAME ??_R0?AUPLDAPAttr_smodop@RTPerson@PILSSession@@@8 @39071 NONAME ??_R0?AUPLDAPAttr_sport@RTPerson@PILSSession@@@8 @39072 NONAME ??_R0?AUPLDAPAttr_sprotid@RTPerson@PILSSession@@@8 @39073 NONAME ??_R0?AUPLDAPAttr_sprotmimetype@RTPerson@PILSSession@@@8 @39074 NONAME ??_R0?AUPLDAPAttr_ssecurity@RTPerson@PILSSession@@@8 @39075 NONAME ??_R0?AUPLDAPAttr_sttl@RTPerson@PILSSession@@@8 @39076 NONAME ??_R0?AUPLDAPAttr_surname@RTPerson@PILSSession@@@8 @39077 NONAME ??_R0?AUPLDAPAttr_timestamp@RTPerson@PILSSession@@@8 @39078 NONAME ??_R0?AV?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@@8 @39079 NONAME ??_R0?AV?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@@8 @39080 NONAME ??_R0?AV?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@@8 @39081 NONAME ??_R0?AV?$H235_HASHED@VH235_EncodedGeneralToken@@@@@8 @39082 NONAME ??_R0?AV?$H235_HASHED@VH235_EncodedPwdCertToken@@@@@8 @39083 NONAME ??_R0?AV?$H235_SIGNED@VH225_EncodedFastStartToken@@@@@8 @39084 NONAME ??_R0?AV?$H235_SIGNED@VH235_EncodedGeneralToken@@@@@8 @39085 NONAME ??_R0?AV?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@@8 @39086 NONAME ??_R0?AV?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@@8 @39087 NONAME ??_R0?AV?$H235_SIGNED@VH235_EncodedReturnSig@@@@@8 @39088 NONAME ??_R0?AV?$PArray@V?$PList@VH323Capability@@@@@@@8 @39089 NONAME ??_R0?AV?$PArray@VH323SimultaneousCapabilities@@@@@8 @39090 NONAME ??_R0?AV?$PArray@VH323TransportAddress@@@@@8 @39091 NONAME ??_R0?AV?$PArray@VReceiverReport@RTP_Session@@@@@8 @39092 NONAME ??_R0?AV?$PArray@VSourceDescription@RTP_Session@@@@@8 @39093 NONAME ??_R0?AV?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@@8 @39094 NONAME ??_R0?AV?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@@8 @39095 NONAME ??_R0?AV?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@@8 @39096 NONAME ??_R0?AV?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@@8 @39097 NONAME ??_R0?AV?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@@8 @39098 NONAME ??_R0?AV?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@@8 @39099 NONAME ??_R0?AV?$PDictionary@VPString@@VH323Connection@@@@@8 @39100 NONAME ??_R0?AV?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@@8 @39101 NONAME ??_R0?AV?$PDictionary@VPString@@VPOrdinalKey@@@@@8 @39102 NONAME ??_R0?AV?$PFactory@VH235Authenticator@@VPString@@@@@8 @52834 NONAME ??_R0?AV?$PFactory@VH323Capability@@VPString@@@@@8 @51751 NONAME ??_R0?AV?$PFactory@VH323StaticPluginCodec@@VPString@@@@@8 @51752 NONAME ??_R0?AV?$PFactory@VOpalFactoryCodec@@VPString@@@@@8 @52425 NONAME ??_R0?AV?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @51753 NONAME ??_R0?AV?$PFactory@VPWAVFileConverter@@I@@@8 @52217 NONAME ??_R0?AV?$PList@VH235Authenticator@@@@@8 @39103 NONAME ??_R0?AV?$PList@VH245_GenericParameter@@@@@8 @53298 NONAME ??_R0?AV?$PList@VH263Packet@@@@@8 @53815 NONAME ??_R0?AV?$PList@VH323Capability@@@@@8 @39105 NONAME ??_R0?AV?$PList@VH323Channel@@@@@8 @39106 NONAME ??_R0?AV?$PList@VH323GatekeeperListener@@@@@8 @39107 NONAME ??_R0?AV?$PList@VH323Listener@@@@@8 @39108 NONAME ??_R0?AV?$PList@VH323Transactor@@@@@8 @39109 NONAME ??_R0?AV?$PList@VH450xHandler@@@@@8 @39110 NONAME ??_R0?AV?$PList@VOpalMediaFormat@@@@@8 @39112 NONAME ??_R0?AV?$PList@VPBYTEArray@@@@@8 @39113 NONAME ??_R0?AV?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@@8 @39114 NONAME ??_R0?AV?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@@8 @39115 NONAME ??_R0?AV?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@@8 @39116 NONAME ??_R0?AV?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@@8 @39117 NONAME ??_R0?AV?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@@8 @39118 NONAME ??_R0?AV?$PSafePtr@VH323GatekeeperCall@@@@@8 @39119 NONAME ??_R0?AV?$PSafePtr@VH323PeerElementDescriptor@@@@@8 @39120 NONAME ??_R0?AV?$PSafePtr@VH323PeerElementServiceRelationship@@@@@8 @39121 NONAME ??_R0?AV?$PSafePtr@VH323RegisteredEndPoint@@@@@8 @39122 NONAME ??_R0?AV?$PSafeSortedList@VH323GatekeeperCall@@@@@8 @39123 NONAME ??_R0?AV?$PSafeSortedList@VH323PeerElementDescriptor@@@@@8 @39124 NONAME ??_R0?AV?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@@8 @39125 NONAME ??_R0?AV?$PSet@VPOrdinalKey@@@@@8 @39126 NONAME ??_R0?AV?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@@8 @39127 NONAME ??_R0?AV?$PSortedList@VH225_AliasAddress@@@@@8 @39128 NONAME ??_R0?AV?$PSortedList@VH323GatekeeperCall@@@@@8 @39129 NONAME ??_R0?AV?$PSortedList@VH323PeerElementDescriptor@@@@@8 @39130 NONAME ??_R0?AV?$PSortedList@VH323PeerElementServiceRelationship@@@@@8 @39131 NONAME ??_R0?AV?$PSortedList@VMXRecord@PDNS@@@@@8 @52835 NONAME ??_R0?AV?$PSortedList@VResponse@H323Transactor@@@@@8 @39132 NONAME ??_R0?AV?$PSortedList@VSRVRecord@PDNS@@@@@8 @52836 NONAME ??_R0?AV?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@@8 @52837 NONAME ??_R0?AV?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@@8 @52838 NONAME ??_R0?AV?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@@8 @52839 NONAME ??_R0?AV?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@@8 @51754 NONAME ??_R0?AV?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @51755 NONAME ??_R0?AV?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @51756 NONAME ??_R0?AV?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @51757 NONAME ??_R0?AV?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @51758 NONAME ??_R0?AV?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @51759 NONAME ??_R0?AV?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @51760 NONAME ??_R0?AV?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @51761 NONAME ??_R0?AV?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @51762 NONAME ??_R0?AV?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @51763 NONAME ??_R0?AV?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @51764 NONAME ??_R0?AV?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @51765 NONAME ??_R0?AV?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @51766 NONAME ??_R0?AV?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @51767 NONAME ??_R0?AV?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @51768 NONAME ??_R0?AV?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @51769 NONAME ??_R0?AV?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @51770 NONAME ??_R0?AV?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @51771 NONAME ??_R0?AV?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @51772 NONAME ??_R0?AV?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @51773 NONAME ??_R0?AV?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @51774 NONAME ??_R0?AV?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @51775 NONAME ??_R0?AV?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @51776 NONAME ??_R0?AV?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @51777 NONAME ??_R0?AV?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @51778 NONAME ??_R0?AV?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @51779 NONAME ??_R0?AV?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @51780 NONAME ??_R0?AV?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @51781 NONAME ??_R0?AV?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @51782 NONAME ??_R0?AV?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @51783 NONAME ??_R0?AV?$Worker@VOpalRFC2190H263Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @53816 NONAME ??_R0?AV?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @51784 NONAME ??_R0?AV?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @51785 NONAME ??_R0?AV?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@@8 @52997 NONAME ??_R0?AV?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@@8 @52218 NONAME ??_R0?AV?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@@8 @52219 NONAME ??_R0?AVAliasKey@H323PeerElement@@@8 @39133 NONAME ??_R0?AVAlternateInfo@H323Gatekeeper@@@8 @39134 NONAME ??_R0?AVByteQueue@OpalVoipBlasterDevice@@@8 @39135 NONAME ??_R0?AVEncoder@@@8 @39136 NONAME ??_R0?AVEntry@RTP_JitterBuffer@@@8 @39137 NONAME ??_R0?AVFilterInfo@H323Codec@@@8 @39139 NONAME ??_R0?AVFullP64Decoder@@@8 @39140 NONAME ??_R0?AVG7231_File_Capability@@@8 @39141 NONAME ??_R0?AVG7231_File_Codec@@@8 @39142 NONAME ??_R0?AVGCC_AlternativeNodeID@@@8 @39143 NONAME ??_R0?AVGCC_ApplicationInvokeIndication@@@8 @39144 NONAME ??_R0?AVGCC_ApplicationInvokeSpecifier@@@8 @39145 NONAME ??_R0?AVGCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@@8 @39146 NONAME ??_R0?AVGCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@@8 @39147 NONAME ??_R0?AVGCC_ApplicationRecord@@@8 @39148 NONAME ??_R0?AVGCC_ApplicationRecord_nonCollapsingCapabilities@@@8 @39149 NONAME ??_R0?AVGCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@@8 @39150 NONAME ??_R0?AVGCC_ArrayOf_ApplicationInvokeSpecifier@@@8 @39151 NONAME ??_R0?AVGCC_ArrayOf_ChallengeItem@@@8 @39152 NONAME ??_R0?AVGCC_ArrayOf_ConferenceDescriptor@@@8 @39153 NONAME ??_R0?AVGCC_ArrayOf_Privilege@@@8 @39154 NONAME ??_R0?AVGCC_ArrayOf_TextString@@@8 @39155 NONAME ??_R0?AVGCC_ArrayOf_UserID@@@8 @39156 NONAME ??_R0?AVGCC_AsymmetryIndicator@@@8 @39157 NONAME ??_R0?AVGCC_CapabilityClass@@@8 @39158 NONAME ??_R0?AVGCC_CapabilityID@@@8 @39159 NONAME ??_R0?AVGCC_ChallengeItem@@@8 @39160 NONAME ??_R0?AVGCC_ChallengeRequest@@@8 @39161 NONAME ??_R0?AVGCC_ChallengeResponse@@@8 @39162 NONAME ??_R0?AVGCC_ChallengeResponseAlgorithm@@@8 @39163 NONAME ??_R0?AVGCC_ChallengeResponseItem@@@8 @39164 NONAME ??_R0?AVGCC_ChannelID@@@8 @39165 NONAME ??_R0?AVGCC_ChannelType@@@8 @39166 NONAME ??_R0?AVGCC_ConductorAssignIndication@@@8 @39167 NONAME ??_R0?AVGCC_ConductorPermissionAskIndication@@@8 @39168 NONAME ??_R0?AVGCC_ConductorPermissionGrantIndication@@@8 @39169 NONAME ??_R0?AVGCC_ConductorReleaseIndication@@@8 @39170 NONAME ??_R0?AVGCC_ConferenceAddRequest@@@8 @39171 NONAME ??_R0?AVGCC_ConferenceAddResponse@@@8 @39172 NONAME ??_R0?AVGCC_ConferenceAddResponse_result@@@8 @39173 NONAME ??_R0?AVGCC_ConferenceAssistanceIndication@@@8 @39174 NONAME ??_R0?AVGCC_ConferenceCreateRequest@@@8 @39175 NONAME ??_R0?AVGCC_ConferenceCreateResponse@@@8 @39176 NONAME ??_R0?AVGCC_ConferenceCreateResponse_result@@@8 @39177 NONAME ??_R0?AVGCC_ConferenceDescriptor@@@8 @39178 NONAME ??_R0?AVGCC_ConferenceEjectUserIndication@@@8 @39179 NONAME ??_R0?AVGCC_ConferenceEjectUserIndication_reason@@@8 @39180 NONAME ??_R0?AVGCC_ConferenceEjectUserRequest@@@8 @39181 NONAME ??_R0?AVGCC_ConferenceEjectUserRequest_reason@@@8 @39182 NONAME ??_R0?AVGCC_ConferenceEjectUserResponse@@@8 @39183 NONAME ??_R0?AVGCC_ConferenceEjectUserResponse_result@@@8 @39184 NONAME ??_R0?AVGCC_ConferenceInviteRequest@@@8 @39185 NONAME ??_R0?AVGCC_ConferenceInviteResponse@@@8 @39186 NONAME ??_R0?AVGCC_ConferenceInviteResponse_result@@@8 @39187 NONAME ??_R0?AVGCC_ConferenceJoinRequest@@@8 @39188 NONAME ??_R0?AVGCC_ConferenceJoinResponse@@@8 @39189 NONAME ??_R0?AVGCC_ConferenceJoinResponse_result@@@8 @39190 NONAME ??_R0?AVGCC_ConferenceLockIndication@@@8 @39191 NONAME ??_R0?AVGCC_ConferenceLockRequest@@@8 @39192 NONAME ??_R0?AVGCC_ConferenceLockResponse@@@8 @39193 NONAME ??_R0?AVGCC_ConferenceLockResponse_result@@@8 @39194 NONAME ??_R0?AVGCC_ConferenceName@@@8 @39195 NONAME ??_R0?AVGCC_ConferenceNameModifier@@@8 @39196 NONAME ??_R0?AVGCC_ConferenceNameSelector@@@8 @39197 NONAME ??_R0?AVGCC_ConferencePriority@@@8 @39198 NONAME ??_R0?AVGCC_ConferencePriorityScheme@@@8 @39199 NONAME ??_R0?AVGCC_ConferenceQueryRequest@@@8 @39200 NONAME ??_R0?AVGCC_ConferenceQueryResponse@@@8 @39201 NONAME ??_R0?AVGCC_ConferenceQueryResponse_result@@@8 @39202 NONAME ??_R0?AVGCC_ConferenceTerminateIndication@@@8 @39203 NONAME ??_R0?AVGCC_ConferenceTerminateIndication_reason@@@8 @39204 NONAME ??_R0?AVGCC_ConferenceTerminateRequest@@@8 @39205 NONAME ??_R0?AVGCC_ConferenceTerminateRequest_reason@@@8 @39206 NONAME ??_R0?AVGCC_ConferenceTerminateResponse@@@8 @39207 NONAME ??_R0?AVGCC_ConferenceTerminateResponse_result@@@8 @39208 NONAME ??_R0?AVGCC_ConferenceTimeExtendIndication@@@8 @39209 NONAME ??_R0?AVGCC_ConferenceTimeInquireIndication@@@8 @39210 NONAME ??_R0?AVGCC_ConferenceTimeRemainingIndication@@@8 @39211 NONAME ??_R0?AVGCC_ConferenceTransferIndication@@@8 @39212 NONAME ??_R0?AVGCC_ConferenceTransferRequest@@@8 @39213 NONAME ??_R0?AVGCC_ConferenceTransferResponse@@@8 @39214 NONAME ??_R0?AVGCC_ConferenceTransferResponse_result@@@8 @39215 NONAME ??_R0?AVGCC_ConferenceUnlockIndication@@@8 @39216 NONAME ??_R0?AVGCC_ConferenceUnlockRequest@@@8 @39217 NONAME ??_R0?AVGCC_ConferenceUnlockResponse@@@8 @39218 NONAME ??_R0?AVGCC_ConferenceUnlockResponse_result@@@8 @39219 NONAME ??_R0?AVGCC_ConnectData@@@8 @39220 NONAME ??_R0?AVGCC_ConnectGCCPDU@@@8 @39221 NONAME ??_R0?AVGCC_DialingString@@@8 @39222 NONAME ??_R0?AVGCC_DynamicChannelID@@@8 @39223 NONAME ??_R0?AVGCC_DynamicTokenID@@@8 @39224 NONAME ??_R0?AVGCC_EntityID@@@8 @39225 NONAME ??_R0?AVGCC_ExtraDialingString@@@8 @39226 NONAME ??_R0?AVGCC_FunctionNotSupportedResponse@@@8 @39227 NONAME ??_R0?AVGCC_GCCPDU@@@8 @39228 NONAME ??_R0?AVGCC_H221NonStandardIdentifier@@@8 @39229 NONAME ??_R0?AVGCC_Handle@@@8 @39230 NONAME ??_R0?AVGCC_IndicationPDU@@@8 @39231 NONAME ??_R0?AVGCC_Key@@@8 @39232 NONAME ??_R0?AVGCC_NetworkAddress@@@8 @39233 NONAME ??_R0?AVGCC_NetworkAddress_subtype@@@8 @39234 NONAME ??_R0?AVGCC_NetworkAddress_subtype_aggregatedChannel@@@8 @39235 NONAME ??_R0?AVGCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@@8 @39236 NONAME ??_R0?AVGCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@@8 @39237 NONAME ??_R0?AVGCC_NetworkAddress_subtype_transportConnection@@@8 @39238 NONAME ??_R0?AVGCC_NodeProperties@@@8 @39239 NONAME ??_R0?AVGCC_NodeRecord@@@8 @39240 NONAME ??_R0?AVGCC_NodeType@@@8 @39241 NONAME ??_R0?AVGCC_NonStandardParameter@@@8 @39242 NONAME ??_R0?AVGCC_NonStandardPDU@@@8 @39243 NONAME ??_R0?AVGCC_Password@@@8 @39244 NONAME ??_R0?AVGCC_PasswordChallengeRequestResponse@@@8 @39245 NONAME ??_R0?AVGCC_PasswordChallengeRequestResponse_challengeRequestResponse@@@8 @39246 NONAME ??_R0?AVGCC_PasswordSelector@@@8 @39247 NONAME ??_R0?AVGCC_Privilege@@@8 @39248 NONAME ??_R0?AVGCC_RegistryAllocateHandleRequest@@@8 @39249 NONAME ??_R0?AVGCC_RegistryAllocateHandleResponse@@@8 @39250 NONAME ??_R0?AVGCC_RegistryAllocateHandleResponse_result@@@8 @39251 NONAME ??_R0?AVGCC_RegistryAssignTokenRequest@@@8 @39252 NONAME ??_R0?AVGCC_RegistryDeleteEntryRequest@@@8 @39253 NONAME ??_R0?AVGCC_RegistryEntryOwner@@@8 @39254 NONAME ??_R0?AVGCC_RegistryEntryOwner_owned@@@8 @39255 NONAME ??_R0?AVGCC_RegistryItem@@@8 @39256 NONAME ??_R0?AVGCC_RegistryKey@@@8 @39257 NONAME ??_R0?AVGCC_RegistryModificationRights@@@8 @39258 NONAME ??_R0?AVGCC_RegistryMonitorEntryIndication@@@8 @39259 NONAME ??_R0?AVGCC_RegistryMonitorEntryRequest@@@8 @39260 NONAME ??_R0?AVGCC_RegistryRegisterChannelRequest@@@8 @39261 NONAME ??_R0?AVGCC_RegistryResponse@@@8 @39262 NONAME ??_R0?AVGCC_RegistryResponse_primitiveType@@@8 @39263 NONAME ??_R0?AVGCC_RegistryResponse_result@@@8 @39264 NONAME ??_R0?AVGCC_RegistryRetrieveEntryRequest@@@8 @39265 NONAME ??_R0?AVGCC_RegistrySetParameterRequest@@@8 @39266 NONAME ??_R0?AVGCC_RequestPDU@@@8 @39267 NONAME ??_R0?AVGCC_ResponsePDU@@@8 @39268 NONAME ??_R0?AVGCC_RosterUpdateIndication@@@8 @39269 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation@@@8 @39270 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype@@@8 @39271 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@@8 @39272 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@@8 @39273 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@@8 @39274 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@@8 @39275 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@@8 @39276 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@@8 @39277 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@@8 @39278 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@@8 @39279 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@@8 @39280 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation@@@8 @39281 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@@8 @39282 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@@8 @39283 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@@8 @39284 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@@8 @39285 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@@8 @39286 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@@8 @39287 NONAME ??_R0?AVGCC_SessionKey@@@8 @39288 NONAME ??_R0?AVGCC_SimpleNumericString@@@8 @39289 NONAME ??_R0?AVGCC_SimpleTextString@@@8 @39290 NONAME ??_R0?AVGCC_StaticChannelID@@@8 @39291 NONAME ??_R0?AVGCC_StaticTokenID@@@8 @39292 NONAME ??_R0?AVGCC_SubAddressString@@@8 @39293 NONAME ??_R0?AVGCC_TerminationMethod@@@8 @39294 NONAME ??_R0?AVGCC_TextMessageIndication@@@8 @39295 NONAME ??_R0?AVGCC_TextString@@@8 @39296 NONAME ??_R0?AVGCC_Time@@@8 @39297 NONAME ??_R0?AVGCC_TokenID@@@8 @39298 NONAME ??_R0?AVGCC_UserData@@@8 @39299 NONAME ??_R0?AVGCC_UserData_subtype@@@8 @39300 NONAME ??_R0?AVGCC_UserID@@@8 @39301 NONAME ??_R0?AVGCC_UserIDIndication@@@8 @39302 NONAME ??_R0?AVH225CallThread@@@8 @39303 NONAME ??_R0?AVH225TransportThread@@@8 @39304 NONAME ??_R0?AVH225_AddressPattern@@@8 @39305 NONAME ??_R0?AVH225_AddressPattern_range@@@8 @39306 NONAME ??_R0?AVH225_AdmissionConfirm@@@8 @39307 NONAME ??_R0?AVH225_AdmissionConfirm_language@@@8 @39308 NONAME ??_R0?AVH225_AdmissionReject@@@8 @39309 NONAME ??_R0?AVH225_AdmissionRejectReason@@@8 @39310 NONAME ??_R0?AVH225_AdmissionRequest@@@8 @39311 NONAME ??_R0?AVH225_Alerting_UUIE@@@8 @39312 NONAME ??_R0?AVH225_AliasAddress@@@8 @39313 NONAME ??_R0?AVH225_AlternateGK@@@8 @39314 NONAME ??_R0?AVH225_AlternateTransportAddresses@@@8 @39315 NONAME ??_R0?AVH225_AltGKInfo@@@8 @39316 NONAME ??_R0?AVH225_ANSI_41_UIM@@@8 @39317 NONAME ??_R0?AVH225_ANSI_41_UIM_system_id@@@8 @39318 NONAME ??_R0?AVH225_ArrayOf_AddressPattern@@@8 @39319 NONAME ??_R0?AVH225_ArrayOf_AdmissionConfirm@@@8 @39320 NONAME ??_R0?AVH225_ArrayOf_AliasAddress@@@8 @39321 NONAME ??_R0?AVH225_ArrayOf_AlternateGK@@@8 @39322 NONAME ??_R0?AVH225_ArrayOf_AuthenticationMechanism@@@8 @39323 NONAME ??_R0?AVH225_ArrayOf_BandwidthDetails@@@8 @39324 NONAME ??_R0?AVH225_ArrayOf_CallReferenceValue@@@8 @39325 NONAME ??_R0?AVH225_ArrayOf_CallsAvailable@@@8 @39326 NONAME ??_R0?AVH225_ArrayOf_ClearToken@@@8 @39327 NONAME ??_R0?AVH225_ArrayOf_ConferenceIdentifier@@@8 @39328 NONAME ??_R0?AVH225_ArrayOf_ConferenceList@@@8 @39329 NONAME ??_R0?AVH225_ArrayOf_CryptoH323Token@@@8 @39330 NONAME ??_R0?AVH225_ArrayOf_DataRate@@@8 @39331 NONAME ??_R0?AVH225_ArrayOf_Endpoint@@@8 @39332 NONAME ??_R0?AVH225_ArrayOf_EnumeratedParameter@@@8 @39333 NONAME ??_R0?AVH225_ArrayOf_ExtendedAliasAddress@@@8 @39334 NONAME ??_R0?AVH225_ArrayOf_FeatureDescriptor@@@8 @39335 NONAME ??_R0?AVH225_ArrayOf_GenericData@@@8 @39336 NONAME ??_R0?AVH225_ArrayOf_H245Security@@@8 @39337 NONAME ??_R0?AVH225_ArrayOf_H248PackagesDescriptor@@@8 @39338 NONAME ??_R0?AVH225_ArrayOf_IntegrityMechanism@@@8 @39339 NONAME ??_R0?AVH225_ArrayOf_NonStandardParameter@@@8 @39340 NONAME ??_R0?AVH225_ArrayOf_PartyNumber@@@8 @39341 NONAME ??_R0?AVH225_ArrayOf_PASN_ObjectId@@@8 @39342 NONAME ??_R0?AVH225_ArrayOf_PASN_OctetString@@@8 @39343 NONAME ??_R0?AVH225_ArrayOf_RasUsageSpecification@@@8 @39344 NONAME ??_R0?AVH225_ArrayOf_RTPSession@@@8 @39345 NONAME ??_R0?AVH225_ArrayOf_ServiceControlSession@@@8 @39346 NONAME ??_R0?AVH225_ArrayOf_SupportedPrefix@@@8 @39347 NONAME ??_R0?AVH225_ArrayOf_SupportedProtocols@@@8 @39348 NONAME ??_R0?AVH225_ArrayOf_TransportAddress@@@8 @39349 NONAME ??_R0?AVH225_ArrayOf_TransportChannelInfo@@@8 @39350 NONAME ??_R0?AVH225_ArrayOf_TunnelledProtocol@@@8 @39351 NONAME ??_R0?AVH225_BandRejectReason@@@8 @39352 NONAME ??_R0?AVH225_BandWidth@@@8 @39353 NONAME ??_R0?AVH225_BandwidthConfirm@@@8 @39354 NONAME ??_R0?AVH225_BandwidthDetails@@@8 @39355 NONAME ??_R0?AVH225_BandwidthReject@@@8 @39356 NONAME ??_R0?AVH225_BandwidthRequest@@@8 @39357 NONAME ??_R0?AVH225_CallCapacity@@@8 @39358 NONAME ??_R0?AVH225_CallCapacityInfo@@@8 @39359 NONAME ??_R0?AVH225_CallCreditCapability@@@8 @39360 NONAME ??_R0?AVH225_CallCreditServiceControl@@@8 @39361 NONAME ??_R0?AVH225_CallCreditServiceControl_billingMode@@@8 @39362 NONAME ??_R0?AVH225_CallCreditServiceControl_callStartingPoint@@@8 @39363 NONAME ??_R0?AVH225_CallIdentifier@@@8 @39364 NONAME ??_R0?AVH225_CallLinkage@@@8 @39365 NONAME ??_R0?AVH225_CallModel@@@8 @39366 NONAME ??_R0?AVH225_CallProceeding_UUIE@@@8 @39367 NONAME ??_R0?AVH225_CallReferenceValue@@@8 @39368 NONAME ??_R0?AVH225_CallsAvailable@@@8 @39369 NONAME ??_R0?AVH225_CallTerminationCause@@@8 @39370 NONAME ??_R0?AVH225_CallType@@@8 @39371 NONAME ??_R0?AVH225_CapacityReportingCapability@@@8 @39372 NONAME ??_R0?AVH225_CapacityReportingSpecification@@@8 @39373 NONAME ??_R0?AVH225_CapacityReportingSpecification_when@@@8 @39374 NONAME ??_R0?AVH225_CarrierInfo@@@8 @39375 NONAME ??_R0?AVH225_CicInfo@@@8 @39376 NONAME ??_R0?AVH225_CicInfo_cic@@@8 @39377 NONAME ??_R0?AVH225_CircuitIdentifier@@@8 @39378 NONAME ??_R0?AVH225_CircuitInfo@@@8 @39379 NONAME ??_R0?AVH225_ConferenceIdentifier@@@8 @39380 NONAME ??_R0?AVH225_ConferenceList@@@8 @39381 NONAME ??_R0?AVH225_Connect_UUIE@@@8 @39382 NONAME ??_R0?AVH225_Connect_UUIE_language@@@8 @39383 NONAME ??_R0?AVH225_Content@@@8 @39384 NONAME ??_R0?AVH225_CryptoH323Token@@@8 @39385 NONAME ??_R0?AVH225_CryptoH323Token_cryptoEPPwdHash@@@8 @39386 NONAME ??_R0?AVH225_CryptoH323Token_cryptoGKPwdHash@@@8 @39387 NONAME ??_R0?AVH225_DataRate@@@8 @39388 NONAME ??_R0?AVH225_DisengageConfirm@@@8 @39389 NONAME ??_R0?AVH225_DisengageReason@@@8 @39390 NONAME ??_R0?AVH225_DisengageReject@@@8 @39391 NONAME ??_R0?AVH225_DisengageRejectReason@@@8 @39392 NONAME ??_R0?AVH225_DisengageRequest@@@8 @39393 NONAME ??_R0?AVH225_EncodedFastStartToken@@@8 @39394 NONAME ??_R0?AVH225_EncryptIntAlg@@@8 @39395 NONAME ??_R0?AVH225_Endpoint@@@8 @39396 NONAME ??_R0?AVH225_EndpointIdentifier@@@8 @39397 NONAME ??_R0?AVH225_EndpointType@@@8 @39398 NONAME ??_R0?AVH225_EnumeratedParameter@@@8 @39399 NONAME ??_R0?AVH225_ExtendedAliasAddress@@@8 @39400 NONAME ??_R0?AVH225_FacilityReason@@@8 @39401 NONAME ??_R0?AVH225_Facility_UUIE@@@8 @39402 NONAME ??_R0?AVH225_FastStartToken@@@8 @39403 NONAME ??_R0?AVH225_FeatureDescriptor@@@8 @39404 NONAME ??_R0?AVH225_FeatureSet@@@8 @39405 NONAME ??_R0?AVH225_GatekeeperConfirm@@@8 @39406 NONAME ??_R0?AVH225_GatekeeperIdentifier@@@8 @39407 NONAME ??_R0?AVH225_GatekeeperInfo@@@8 @39408 NONAME ??_R0?AVH225_GatekeeperReject@@@8 @39409 NONAME ??_R0?AVH225_GatekeeperRejectReason@@@8 @39410 NONAME ??_R0?AVH225_GatekeeperRequest@@@8 @39411 NONAME ??_R0?AVH225_GatewayInfo@@@8 @39412 NONAME ??_R0?AVH225_GenericData@@@8 @39413 NONAME ??_R0?AVH225_GenericIdentifier@@@8 @39414 NONAME ??_R0?AVH225_GloballyUniqueID@@@8 @39415 NONAME ??_R0?AVH225_GroupID@@@8 @39416 NONAME ??_R0?AVH225_GroupID_member@@@8 @39417 NONAME ??_R0?AVH225_GSM_UIM@@@8 @39418 NONAME ??_R0?AVH225_H221NonStandard@@@8 @39419 NONAME ??_R0?AVH225_H245Security@@@8 @39420 NONAME ??_R0?AVH225_H248PackagesDescriptor@@@8 @39421 NONAME ??_R0?AVH225_H248SignalsDescriptor@@@8 @39422 NONAME ??_R0?AVH225_H310Caps@@@8 @39423 NONAME ??_R0?AVH225_H320Caps@@@8 @39424 NONAME ??_R0?AVH225_H321Caps@@@8 @39425 NONAME ??_R0?AVH225_H322Caps@@@8 @39426 NONAME ??_R0?AVH225_H323Caps@@@8 @39427 NONAME ??_R0?AVH225_H323_UserInformation@@@8 @39428 NONAME ??_R0?AVH225_H323_UserInformation_user_data@@@8 @39429 NONAME ??_R0?AVH225_H323_UU_PDU@@@8 @39430 NONAME ??_R0?AVH225_H323_UU_PDU_h323_message_body@@@8 @39431 NONAME ??_R0?AVH225_H323_UU_PDU_tunnelledSignallingMessage@@@8 @39432 NONAME ??_R0?AVH225_H324Caps@@@8 @39433 NONAME ??_R0?AVH225_ICV@@@8 @39434 NONAME ??_R0?AVH225_InfoRequest@@@8 @39435 NONAME ??_R0?AVH225_InfoRequestAck@@@8 @39436 NONAME ??_R0?AVH225_InfoRequestNak@@@8 @39437 NONAME ??_R0?AVH225_InfoRequestNakReason@@@8 @39438 NONAME ??_R0?AVH225_InfoRequestResponse@@@8 @39439 NONAME ??_R0?AVH225_InfoRequestResponseStatus@@@8 @39440 NONAME ??_R0?AVH225_InfoRequestResponse_perCallInfo@@@8 @39441 NONAME ??_R0?AVH225_InfoRequestResponse_perCallInfo_subtype@@@8 @39442 NONAME ??_R0?AVH225_InfoRequestResponse_perCallInfo_subtype_pdu@@@8 @39443 NONAME ??_R0?AVH225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@@8 @39444 NONAME ??_R0?AVH225_Information_UUIE@@@8 @39445 NONAME ??_R0?AVH225_IntegrityMechanism@@@8 @39446 NONAME ??_R0?AVH225_LocationConfirm@@@8 @39447 NONAME ??_R0?AVH225_LocationReject@@@8 @39448 NONAME ??_R0?AVH225_LocationRejectReason@@@8 @39449 NONAME ??_R0?AVH225_LocationRequest@@@8 @39450 NONAME ??_R0?AVH225_McuInfo@@@8 @39451 NONAME ??_R0?AVH225_MobileUIM@@@8 @39452 NONAME ??_R0?AVH225_NonIsoIntegrityMechanism@@@8 @39453 NONAME ??_R0?AVH225_NonStandardIdentifier@@@8 @39454 NONAME ??_R0?AVH225_NonStandardMessage@@@8 @39455 NONAME ??_R0?AVH225_NonStandardParameter@@@8 @39456 NONAME ??_R0?AVH225_NonStandardProtocol@@@8 @39457 NONAME ??_R0?AVH225_Notify_UUIE@@@8 @39458 NONAME ??_R0?AVH225_NumberDigits@@@8 @39459 NONAME ??_R0?AVH225_PartyNumber@@@8 @39460 NONAME ??_R0?AVH225_PresentationIndicator@@@8 @39461 NONAME ??_R0?AVH225_PrivatePartyNumber@@@8 @39462 NONAME ??_R0?AVH225_PrivateTypeOfNumber@@@8 @39463 NONAME ??_R0?AVH225_Progress_UUIE@@@8 @39464 NONAME ??_R0?AVH225_ProtocolIdentifier@@@8 @39465 NONAME ??_R0?AVH225_PublicPartyNumber@@@8 @39466 NONAME ??_R0?AVH225_PublicTypeOfNumber@@@8 @39467 NONAME ??_R0?AVH225_Q954Details@@@8 @39468 NONAME ??_R0?AVH225_QseriesOptions@@@8 @39469 NONAME ??_R0?AVH225_RAS@@@8 @39470 NONAME ??_R0?AVH225_RasMessage@@@8 @39471 NONAME ??_R0?AVH225_RasUsageInformation@@@8 @39472 NONAME ??_R0?AVH225_RasUsageInfoTypes@@@8 @39473 NONAME ??_R0?AVH225_RasUsageSpecification@@@8 @39474 NONAME ??_R0?AVH225_RasUsageSpecification_callStartingPoint@@@8 @39475 NONAME ??_R0?AVH225_RasUsageSpecification_when@@@8 @39476 NONAME ??_R0?AVH225_RegistrationConfirm@@@8 @39477 NONAME ??_R0?AVH225_RegistrationConfirm_preGrantedARQ@@@8 @39478 NONAME ??_R0?AVH225_RegistrationReject@@@8 @39479 NONAME ??_R0?AVH225_RegistrationRejectReason@@@8 @39480 NONAME ??_R0?AVH225_RegistrationRejectReason_invalidTerminalAliases@@@8 @39481 NONAME ??_R0?AVH225_RegistrationRequest@@@8 @39482 NONAME ??_R0?AVH225_ReleaseCompleteReason@@@8 @39483 NONAME ??_R0?AVH225_ReleaseComplete_UUIE@@@8 @39484 NONAME ??_R0?AVH225_RequestInProgress@@@8 @39485 NONAME ??_R0?AVH225_RequestSeqNum@@@8 @39486 NONAME ??_R0?AVH225_ResourcesAvailableConfirm@@@8 @39487 NONAME ??_R0?AVH225_ResourcesAvailableIndicate@@@8 @39488 NONAME ??_R0?AVH225_RTPSession@@@8 @39489 NONAME ??_R0?AVH225_RTPSession_associatedSessionIds@@@8 @39490 NONAME ??_R0?AVH225_ScnConnectionAggregation@@@8 @39491 NONAME ??_R0?AVH225_ScnConnectionType@@@8 @39492 NONAME ??_R0?AVH225_ScreeningIndicator@@@8 @39493 NONAME ??_R0?AVH225_SecurityCapabilities@@@8 @39494 NONAME ??_R0?AVH225_SecurityErrors2@@@8 @39495 NONAME ??_R0?AVH225_SecurityErrors@@@8 @39496 NONAME ??_R0?AVH225_SecurityServiceMode@@@8 @39497 NONAME ??_R0?AVH225_ServiceControlDescriptor@@@8 @39498 NONAME ??_R0?AVH225_ServiceControlIndication@@@8 @39499 NONAME ??_R0?AVH225_ServiceControlIndication_callSpecific@@@8 @39500 NONAME ??_R0?AVH225_ServiceControlResponse@@@8 @39501 NONAME ??_R0?AVH225_ServiceControlResponse_result@@@8 @39502 NONAME ??_R0?AVH225_ServiceControlSession@@@8 @39503 NONAME ??_R0?AVH225_ServiceControlSession_reason@@@8 @39504 NONAME ??_R0?AVH225_SetupAcknowledge_UUIE@@@8 @39505 NONAME ??_R0?AVH225_Setup_UUIE@@@8 @39506 NONAME ??_R0?AVH225_Setup_UUIE_conferenceGoal@@@8 @39507 NONAME ??_R0?AVH225_Setup_UUIE_connectionParameters@@@8 @39508 NONAME ??_R0?AVH225_Setup_UUIE_language@@@8 @39509 NONAME ??_R0?AVH225_SIPCaps@@@8 @39510 NONAME ??_R0?AVH225_StatusInquiry_UUIE@@@8 @39511 NONAME ??_R0?AVH225_Status_UUIE@@@8 @39512 NONAME ??_R0?AVH225_StimulusControl@@@8 @39513 NONAME ??_R0?AVH225_SupportedPrefix@@@8 @39514 NONAME ??_R0?AVH225_SupportedProtocols@@@8 @39515 NONAME ??_R0?AVH225_T120OnlyCaps@@@8 @39516 NONAME ??_R0?AVH225_T38FaxAnnexbOnlyCaps@@@8 @39517 NONAME ??_R0?AVH225_TBCD_STRING@@@8 @39518 NONAME ??_R0?AVH225_TerminalInfo@@@8 @39519 NONAME ??_R0?AVH225_TimeToLive@@@8 @39520 NONAME ??_R0?AVH225_TransportAddress@@@8 @39521 NONAME ??_R0?AVH225_TransportAddress_ip6Address@@@8 @39522 NONAME ??_R0?AVH225_TransportAddress_ipAddress@@@8 @39523 NONAME ??_R0?AVH225_TransportAddress_ipSourceRoute@@@8 @39524 NONAME ??_R0?AVH225_TransportAddress_ipSourceRoute_route@@@8 @39525 NONAME ??_R0?AVH225_TransportAddress_ipSourceRoute_routing@@@8 @39526 NONAME ??_R0?AVH225_TransportAddress_ipxAddress@@@8 @39527 NONAME ??_R0?AVH225_TransportChannelInfo@@@8 @39528 NONAME ??_R0?AVH225_TransportQOS@@@8 @39529 NONAME ??_R0?AVH225_TunnelledProtocol@@@8 @39530 NONAME ??_R0?AVH225_TunnelledProtocolAlternateIdentifier@@@8 @39531 NONAME ??_R0?AVH225_TunnelledProtocol_id@@@8 @39532 NONAME ??_R0?AVH225_UnknownMessageResponse@@@8 @39533 NONAME ??_R0?AVH225_UnregistrationConfirm@@@8 @39534 NONAME ??_R0?AVH225_UnregistrationReject@@@8 @39535 NONAME ??_R0?AVH225_UnregistrationRequest@@@8 @39536 NONAME ??_R0?AVH225_UnregRejectReason@@@8 @39537 NONAME ??_R0?AVH225_UnregRequestReason@@@8 @39538 NONAME ??_R0?AVH225_UseSpecifiedTransport@@@8 @39539 NONAME ??_R0?AVH225_UUIEsRequested@@@8 @39540 NONAME ??_R0?AVH225_VendorIdentifier@@@8 @39541 NONAME ??_R0?AVH225_VoiceCaps@@@8 @39542 NONAME ??_R0?AVH235AuthCAT@@@8 @39543 NONAME ??_R0?AVH235Authenticator@@@8 @39544 NONAME ??_R0?AVH235Authenticators@@@8 @39545 NONAME ??_R0?AVH235AuthProcedure1@@@8 @39546 NONAME ??_R0?AVH235AuthSimpleMD5@@@8 @39547 NONAME ??_R0?AVH235_AuthenticationBES@@@8 @39548 NONAME ??_R0?AVH235_AuthenticationMechanism@@@8 @39549 NONAME ??_R0?AVH235_ChallengeString@@@8 @39550 NONAME ??_R0?AVH235_ClearToken@@@8 @39551 NONAME ??_R0?AVH235_CryptoToken@@@8 @39552 NONAME ??_R0?AVH235_CryptoToken_cryptoEncryptedToken@@@8 @39553 NONAME ??_R0?AVH235_CryptoToken_cryptoHashedToken@@@8 @39554 NONAME ??_R0?AVH235_CryptoToken_cryptoSignedToken@@@8 @39555 NONAME ??_R0?AVH235_DHset@@@8 @39556 NONAME ??_R0?AVH235_ECGDSASignature@@@8 @39557 NONAME ??_R0?AVH235_ECKASDH@@@8 @39558 NONAME ??_R0?AVH235_ECKASDH_eckasdh2@@@8 @39559 NONAME ??_R0?AVH235_ECKASDH_eckasdhp@@@8 @39560 NONAME ??_R0?AVH235_ECpoint@@@8 @39561 NONAME ??_R0?AVH235_EncodedGeneralToken@@@8 @39562 NONAME ??_R0?AVH235_EncodedKeySignedMaterial@@@8 @39563 NONAME ??_R0?AVH235_EncodedKeySyncMaterial@@@8 @39564 NONAME ??_R0?AVH235_EncodedPwdCertToken@@@8 @39565 NONAME ??_R0?AVH235_EncodedReturnSig@@@8 @39566 NONAME ??_R0?AVH235_H235CertificateSignature@@@8 @39567 NONAME ??_R0?AVH235_H235Key@@@8 @39568 NONAME ??_R0?AVH235_Identifier@@@8 @39569 NONAME ??_R0?AVH235_IV16@@@8 @39570 NONAME ??_R0?AVH235_IV8@@@8 @39571 NONAME ??_R0?AVH235_KeyMaterial@@@8 @39572 NONAME ??_R0?AVH235_KeySignedMaterial@@@8 @39573 NONAME ??_R0?AVH235_KeySyncMaterial@@@8 @39574 NONAME ??_R0?AVH235_NonStandardParameter@@@8 @39575 NONAME ??_R0?AVH235_Params@@@8 @39576 NONAME ??_R0?AVH235_Password@@@8 @39577 NONAME ??_R0?AVH235_PwdCertToken@@@8 @39578 NONAME ??_R0?AVH235_RandomVal@@@8 @39579 NONAME ??_R0?AVH235_ReturnSig@@@8 @39580 NONAME ??_R0?AVH235_TimeStamp@@@8 @39581 NONAME ??_R0?AVH235_TypedCertificate@@@8 @39582 NONAME ??_R0?AVH235_V3KeySyncMaterial@@@8 @39583 NONAME ??_R0?AVH245NegLogicalChannel@@@8 @39584 NONAME ??_R0?AVH245NegLogicalChannels@@@8 @39585 NONAME ??_R0?AVH245NegMasterSlaveDetermination@@@8 @39586 NONAME ??_R0?AVH245Negotiator@@@8 @39587 NONAME ??_R0?AVH245NegRequestMode@@@8 @39588 NONAME ??_R0?AVH245NegRoundTripDelay@@@8 @39589 NONAME ??_R0?AVH245NegTerminalCapabilitySet@@@8 @39590 NONAME ??_R0?AVH245TransportThread@@@8 @39591 NONAME ??_R0?AVH245_AlternativeCapabilitySet@@@8 @39592 NONAME ??_R0?AVH245_ArrayOf_AlternativeCapabilitySet@@@8 @39593 NONAME ??_R0?AVH245_ArrayOf_BEnhancementParameters@@@8 @39594 NONAME ??_R0?AVH245_ArrayOf_CapabilityDescriptor@@@8 @39595 NONAME ??_R0?AVH245_ArrayOf_CapabilityDescriptorNumber@@@8 @39596 NONAME ??_R0?AVH245_ArrayOf_CapabilityTableEntry@@@8 @39597 NONAME ??_R0?AVH245_ArrayOf_CapabilityTableEntryNumber@@@8 @39598 NONAME ??_R0?AVH245_ArrayOf_CommunicationModeTableEntry@@@8 @39599 NONAME ??_R0?AVH245_ArrayOf_CustomPictureClockFrequency@@@8 @39600 NONAME ??_R0?AVH245_ArrayOf_CustomPictureFormat@@@8 @39601 NONAME ??_R0?AVH245_ArrayOf_DataApplicationCapability@@@8 @39602 NONAME ??_R0?AVH245_ArrayOf_DialingInformationNetworkType@@@8 @39603 NONAME ??_R0?AVH245_ArrayOf_DialingInformationNumber@@@8 @39604 NONAME ??_R0?AVH245_ArrayOf_EnhancementOptions@@@8 @39605 NONAME ??_R0?AVH245_ArrayOf_EscrowData@@@8 @39606 NONAME ??_R0?AVH245_ArrayOf_GenericCapability@@@8 @53107 NONAME ??_R0?AVH245_ArrayOf_GenericParameter@@@8 @39607 NONAME ??_R0?AVH245_ArrayOf_H263ModeComboFlags@@@8 @39608 NONAME ??_R0?AVH245_ArrayOf_H263VideoModeCombos@@@8 @39609 NONAME ??_R0?AVH245_ArrayOf_MediaChannelCapability@@@8 @39610 NONAME ??_R0?AVH245_ArrayOf_MediaDistributionCapability@@@8 @39611 NONAME ??_R0?AVH245_ArrayOf_ModeDescription@@@8 @39612 NONAME ??_R0?AVH245_ArrayOf_MultiplePayloadStreamElement@@@8 @39613 NONAME ??_R0?AVH245_ArrayOf_MultiplePayloadStreamElementMode@@@8 @39614 NONAME ??_R0?AVH245_ArrayOf_MultiplexElement@@@8 @39615 NONAME ??_R0?AVH245_ArrayOf_MultiplexEntryDescriptor@@@8 @39616 NONAME ??_R0?AVH245_ArrayOf_MultiplexEntryRejectionDescriptions@@@8 @39617 NONAME ??_R0?AVH245_ArrayOf_MultiplexTableEntryNumber@@@8 @39618 NONAME ??_R0?AVH245_ArrayOf_NonStandardParameter@@@8 @39619 NONAME ??_R0?AVH245_ArrayOf_ParameterIdentifier@@@8 @39620 NONAME ??_R0?AVH245_ArrayOf_PictureReference@@@8 @39621 NONAME ??_R0?AVH245_ArrayOf_Q2931Address@@@8 @39622 NONAME ??_R0?AVH245_ArrayOf_QOSCapability@@@8 @39623 NONAME ??_R0?AVH245_ArrayOf_RedundancyEncodingCapability@@@8 @39624 NONAME ??_R0?AVH245_ArrayOf_RedundancyEncodingDTModeElement@@@8 @39625 NONAME ??_R0?AVH245_ArrayOf_RedundancyEncodingElement@@@8 @39626 NONAME ??_R0?AVH245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@@8 @39627 NONAME ??_R0?AVH245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@@8 @39628 NONAME ??_R0?AVH245_ArrayOf_RTPPayloadType@@@8 @39629 NONAME ??_R0?AVH245_ArrayOf_TerminalInformation@@@8 @39630 NONAME ??_R0?AVH245_ArrayOf_TerminalLabel@@@8 @39631 NONAME ??_R0?AVH245_ArrayOf_VCCapability@@@8 @39632 NONAME ??_R0?AVH245_ArrayOf_VideoCapability@@@8 @53108 NONAME ??_R0?AVH245_ATMParameters@@@8 @39633 NONAME ??_R0?AVH245_AudioCapability@@@8 @39634 NONAME ??_R0?AVH245_AudioCapability_g7231@@@8 @39635 NONAME ??_R0?AVH245_AudioMode@@@8 @39636 NONAME ??_R0?AVH245_AudioMode_g7231@@@8 @39637 NONAME ??_R0?AVH245_AudioTelephonyEventCapability@@@8 @39638 NONAME ??_R0?AVH245_AudioToneCapability@@@8 @39639 NONAME ??_R0?AVH245_AuthenticationCapability@@@8 @39640 NONAME ??_R0?AVH245_BEnhancementParameters@@@8 @39641 NONAME ??_R0?AVH245_Capability@@@8 @39642 NONAME ??_R0?AVH245_CapabilityDescriptor@@@8 @39643 NONAME ??_R0?AVH245_CapabilityDescriptorNumber@@@8 @39644 NONAME ??_R0?AVH245_CapabilityIdentifier@@@8 @39645 NONAME ??_R0?AVH245_CapabilityTableEntry@@@8 @39646 NONAME ??_R0?AVH245_CapabilityTableEntryNumber@@@8 @39647 NONAME ??_R0?AVH245_Capability_h233EncryptionReceiveCapability@@@8 @39648 NONAME ??_R0?AVH245_CertSelectionCriteria@@@8 @39649 NONAME ??_R0?AVH245_CloseLogicalChannel@@@8 @39650 NONAME ??_R0?AVH245_CloseLogicalChannelAck@@@8 @39651 NONAME ??_R0?AVH245_CloseLogicalChannel_reason@@@8 @39652 NONAME ??_R0?AVH245_CloseLogicalChannel_source@@@8 @39653 NONAME ??_R0?AVH245_CommandMessage@@@8 @39654 NONAME ??_R0?AVH245_CommunicationModeCommand@@@8 @39655 NONAME ??_R0?AVH245_CommunicationModeRequest@@@8 @39656 NONAME ??_R0?AVH245_CommunicationModeResponse@@@8 @39657 NONAME ??_R0?AVH245_CommunicationModeTableEntry@@@8 @39658 NONAME ??_R0?AVH245_CommunicationModeTableEntry_dataType@@@8 @39659 NONAME ??_R0?AVH245_CompressionType@@@8 @39660 NONAME ??_R0?AVH245_ConferenceCapability@@@8 @39661 NONAME ??_R0?AVH245_ConferenceCommand@@@8 @39662 NONAME ??_R0?AVH245_ConferenceID@@@8 @39663 NONAME ??_R0?AVH245_ConferenceIndication@@@8 @39664 NONAME ??_R0?AVH245_ConferenceRequest@@@8 @39665 NONAME ??_R0?AVH245_ConferenceRequest_requestTerminalCertificate@@@8 @39666 NONAME ??_R0?AVH245_ConferenceResponse@@@8 @39667 NONAME ??_R0?AVH245_ConferenceResponse_broadcastMyLogicalChannelResponse@@@8 @39668 NONAME ??_R0?AVH245_ConferenceResponse_chairTokenOwnerResponse@@@8 @39669 NONAME ??_R0?AVH245_ConferenceResponse_conferenceIDResponse@@@8 @39670 NONAME ??_R0?AVH245_ConferenceResponse_extensionAddressResponse@@@8 @39671 NONAME ??_R0?AVH245_ConferenceResponse_makeMeChairResponse@@@8 @39672 NONAME ??_R0?AVH245_ConferenceResponse_makeTerminalBroadcasterResponse@@@8 @39673 NONAME ??_R0?AVH245_ConferenceResponse_mCTerminalIDResponse@@@8 @39674 NONAME ??_R0?AVH245_ConferenceResponse_passwordResponse@@@8 @39675 NONAME ??_R0?AVH245_ConferenceResponse_sendThisSourceResponse@@@8 @39676 NONAME ??_R0?AVH245_ConferenceResponse_terminalCertificateResponse@@@8 @39677 NONAME ??_R0?AVH245_ConferenceResponse_terminalIDResponse@@@8 @39678 NONAME ??_R0?AVH245_ConnectionIdentifier@@@8 @39679 NONAME ??_R0?AVH245_CRCLength@@@8 @39680 NONAME ??_R0?AVH245_Criteria@@@8 @39681 NONAME ??_R0?AVH245_CustomPictureClockFrequency@@@8 @39682 NONAME ??_R0?AVH245_CustomPictureFormat@@@8 @39683 NONAME ??_R0?AVH245_CustomPictureFormat_mPI@@@8 @39684 NONAME ??_R0?AVH245_CustomPictureFormat_mPI_customPCF@@@8 @39685 NONAME ??_R0?AVH245_CustomPictureFormat_mPI_customPCF_subtype@@@8 @39686 NONAME ??_R0?AVH245_CustomPictureFormat_pixelAspectInformation@@@8 @39687 NONAME ??_R0?AVH245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@@8 @39688 NONAME ??_R0?AVH245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@@8 @39689 NONAME ??_R0?AVH245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@@8 @39690 NONAME ??_R0?AVH245_DataApplicationCapability@@@8 @39691 NONAME ??_R0?AVH245_DataApplicationCapability_application@@@8 @39692 NONAME ??_R0?AVH245_DataApplicationCapability_application_nlpid@@@8 @39693 NONAME ??_R0?AVH245_DataApplicationCapability_application_t38fax@@@8 @39694 NONAME ??_R0?AVH245_DataApplicationCapability_application_t84@@@8 @39695 NONAME ??_R0?AVH245_DataMode@@@8 @39696 NONAME ??_R0?AVH245_DataMode_application@@@8 @39697 NONAME ??_R0?AVH245_DataMode_application_nlpid@@@8 @39698 NONAME ??_R0?AVH245_DataMode_application_t38fax@@@8 @39699 NONAME ??_R0?AVH245_DataProtocolCapability@@@8 @39700 NONAME ??_R0?AVH245_DataProtocolCapability_v76wCompression@@@8 @39701 NONAME ??_R0?AVH245_DataType@@@8 @39702 NONAME ??_R0?AVH245_DepFECCapability@@@8 @53503 NONAME ??_R0?AVH245_DepFECCapability_rfc2733@@@8 @53504 NONAME ??_R0?AVH245_DepFECCapability_rfc2733_separateStream@@@8 @53505 NONAME ??_R0?AVH245_DepFECData@@@8 @53506 NONAME ??_R0?AVH245_DepFECData_rfc2733@@@8 @53507 NONAME ??_R0?AVH245_DepFECData_rfc2733_mode@@@8 @53508 NONAME ??_R0?AVH245_DepFECData_rfc2733_mode_separateStream@@@8 @53509 NONAME ??_R0?AVH245_DepFECData_rfc2733_mode_separateStream_differentPort@@@8 @53510 NONAME ??_R0?AVH245_DepFECData_rfc2733_mode_separateStream_samePort@@@8 @53511 NONAME ??_R0?AVH245_DepFECMode@@@8 @53512 NONAME ??_R0?AVH245_DepFECMode_rfc2733Mode@@@8 @53513 NONAME ??_R0?AVH245_DepFECMode_rfc2733Mode_mode@@@8 @53514 NONAME ??_R0?AVH245_DepFECMode_rfc2733Mode_mode_separateStream@@@8 @53515 NONAME ??_R0?AVH245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@@8 @53516 NONAME ??_R0?AVH245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@@8 @53517 NONAME ??_R0?AVH245_DialingInformation@@@8 @39703 NONAME ??_R0?AVH245_DialingInformationNetworkType@@@8 @39704 NONAME ??_R0?AVH245_DialingInformationNumber@@@8 @39705 NONAME ??_R0?AVH245_EncryptionAuthenticationAndIntegrity@@@8 @39706 NONAME ??_R0?AVH245_EncryptionCapability@@@8 @39707 NONAME ??_R0?AVH245_EncryptionCommand@@@8 @39708 NONAME ??_R0?AVH245_EncryptionCommand_encryptionAlgorithmID@@@8 @39709 NONAME ??_R0?AVH245_EncryptionMode@@@8 @39710 NONAME ??_R0?AVH245_EncryptionSync@@@8 @39711 NONAME ??_R0?AVH245_EncryptionUpdateDirection@@@8 @53109 NONAME ??_R0?AVH245_EncryptionUpdateRequest@@@8 @39712 NONAME ??_R0?AVH245_EndSessionCommand@@@8 @39713 NONAME ??_R0?AVH245_EndSessionCommand_gstnOptions@@@8 @39714 NONAME ??_R0?AVH245_EndSessionCommand_isdnOptions@@@8 @39715 NONAME ??_R0?AVH245_EnhancementLayerInfo@@@8 @39716 NONAME ??_R0?AVH245_EnhancementOptions@@@8 @39717 NONAME ??_R0?AVH245_EscrowData@@@8 @39718 NONAME ??_R0?AVH245_ExtendedVideoCapability@@@8 @53110 NONAME ??_R0?AVH245_FECCapability@@@8 @39719 NONAME ??_R0?AVH245_FECCapability_rfc2733Format@@@8 @53518 NONAME ??_R0?AVH245_FECData@@@8 @39722 NONAME ??_R0?AVH245_FECData_rfc2733@@@8 @39723 NONAME ??_R0?AVH245_FECData_rfc2733_pktMode@@@8 @53519 NONAME ??_R0?AVH245_FECData_rfc2733_pktMode_rfc2733diffport@@@8 @53520 NONAME ??_R0?AVH245_FECData_rfc2733_pktMode_rfc2733sameport@@@8 @53521 NONAME ??_R0?AVH245_FECMode@@@8 @39728 NONAME ??_R0?AVH245_FECMode_rfc2733Format@@@8 @53522 NONAME ??_R0?AVH245_FlowControlCommand@@@8 @39734 NONAME ??_R0?AVH245_FlowControlCommand_restriction@@@8 @39735 NONAME ??_R0?AVH245_FlowControlCommand_scope@@@8 @39736 NONAME ??_R0?AVH245_FlowControlIndication@@@8 @39737 NONAME ??_R0?AVH245_FlowControlIndication_restriction@@@8 @39738 NONAME ??_R0?AVH245_FlowControlIndication_scope@@@8 @39739 NONAME ??_R0?AVH245_FunctionNotSupported@@@8 @39740 NONAME ??_R0?AVH245_FunctionNotSupported_cause@@@8 @39741 NONAME ??_R0?AVH245_FunctionNotUnderstood@@@8 @39742 NONAME ??_R0?AVH245_G7231AnnexCCapability@@@8 @39743 NONAME ??_R0?AVH245_G7231AnnexCCapability_g723AnnexCAudioMode@@@8 @39744 NONAME ??_R0?AVH245_G7231AnnexCMode@@@8 @39745 NONAME ??_R0?AVH245_G7231AnnexCMode_g723AnnexCAudioMode@@@8 @39746 NONAME ??_R0?AVH245_G729Extensions@@@8 @39747 NONAME ??_R0?AVH245_GenericCapability@@@8 @39748 NONAME ??_R0?AVH245_GenericMessage@@@8 @53111 NONAME ??_R0?AVH245_GenericParameter@@@8 @39749 NONAME ??_R0?AVH245_GSMAudioCapability@@@8 @39750 NONAME ??_R0?AVH245_H222Capability@@@8 @39751 NONAME ??_R0?AVH245_H222LogicalChannelParameters@@@8 @39752 NONAME ??_R0?AVH245_H223AL1MParameters@@@8 @39753 NONAME ??_R0?AVH245_H223AL1MParameters_arqType@@@8 @39754 NONAME ??_R0?AVH245_H223AL1MParameters_crcLength@@@8 @39755 NONAME ??_R0?AVH245_H223AL1MParameters_headerFEC@@@8 @39756 NONAME ??_R0?AVH245_H223AL1MParameters_transferMode@@@8 @39757 NONAME ??_R0?AVH245_H223AL2MParameters@@@8 @39758 NONAME ??_R0?AVH245_H223AL2MParameters_headerFEC@@@8 @39759 NONAME ??_R0?AVH245_H223AL3MParameters@@@8 @39760 NONAME ??_R0?AVH245_H223AL3MParameters_arqType@@@8 @39761 NONAME ??_R0?AVH245_H223AL3MParameters_crcLength@@@8 @39762 NONAME ??_R0?AVH245_H223AL3MParameters_headerFormat@@@8 @39763 NONAME ??_R0?AVH245_H223AnnexCArqParameters@@@8 @39764 NONAME ??_R0?AVH245_H223AnnexCArqParameters_numberOfRetransmissions@@@8 @39765 NONAME ??_R0?AVH245_H223AnnexCCapability@@@8 @39766 NONAME ??_R0?AVH245_H223Capability@@@8 @39767 NONAME ??_R0?AVH245_H223Capability_h223MultiplexTableCapability@@@8 @39768 NONAME ??_R0?AVH245_H223Capability_h223MultiplexTableCapability_enhanced@@@8 @39769 NONAME ??_R0?AVH245_H223Capability_mobileMultilinkFrameCapability@@@8 @39770 NONAME ??_R0?AVH245_H223Capability_mobileOperationTransmitCapability@@@8 @39771 NONAME ??_R0?AVH245_H223LogicalChannelParameters@@@8 @39772 NONAME ??_R0?AVH245_H223LogicalChannelParameters_adaptationLayerType@@@8 @39773 NONAME ??_R0?AVH245_H223LogicalChannelParameters_adaptationLayerType_al3@@@8 @39774 NONAME ??_R0?AVH245_H223ModeParameters@@@8 @39775 NONAME ??_R0?AVH245_H223ModeParameters_adaptationLayerType@@@8 @39776 NONAME ??_R0?AVH245_H223ModeParameters_adaptationLayerType_al3@@@8 @39777 NONAME ??_R0?AVH245_H223MultiplexReconfiguration@@@8 @39778 NONAME ??_R0?AVH245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@@8 @39779 NONAME ??_R0?AVH245_H223MultiplexReconfiguration_h223ModeChange@@@8 @39780 NONAME ??_R0?AVH245_H223SkewIndication@@@8 @39781 NONAME ??_R0?AVH245_H2250Capability@@@8 @39782 NONAME ??_R0?AVH245_H2250Capability_mcCapability@@@8 @39783 NONAME ??_R0?AVH245_H2250LogicalChannelAckParameters@@@8 @39784 NONAME ??_R0?AVH245_H2250LogicalChannelParameters@@@8 @39785 NONAME ??_R0?AVH245_H2250LogicalChannelParameters_mediaPacketization@@@8 @39786 NONAME ??_R0?AVH245_H2250MaximumSkewIndication@@@8 @39787 NONAME ??_R0?AVH245_H2250ModeParameters@@@8 @39788 NONAME ??_R0?AVH245_H235Media@@@8 @39789 NONAME ??_R0?AVH245_H235Media_mediaType@@@8 @39790 NONAME ??_R0?AVH245_H235Mode@@@8 @39791 NONAME ??_R0?AVH245_H235Mode_mediaMode@@@8 @39792 NONAME ??_R0?AVH245_H235SecurityCapability@@@8 @39793 NONAME ??_R0?AVH245_H261VideoCapability@@@8 @39794 NONAME ??_R0?AVH245_H261VideoMode@@@8 @39795 NONAME ??_R0?AVH245_H261VideoMode_resolution@@@8 @39796 NONAME ??_R0?AVH245_H262VideoCapability@@@8 @39797 NONAME ??_R0?AVH245_H262VideoMode@@@8 @39798 NONAME ??_R0?AVH245_H262VideoMode_profileAndLevel@@@8 @39799 NONAME ??_R0?AVH245_H263ModeComboFlags@@@8 @39800 NONAME ??_R0?AVH245_H263Options@@@8 @39801 NONAME ??_R0?AVH245_H263Version3Options@@@8 @39802 NONAME ??_R0?AVH245_H263VideoCapability@@@8 @39803 NONAME ??_R0?AVH245_H263VideoMode@@@8 @39804 NONAME ??_R0?AVH245_H263VideoModeCombos@@@8 @39805 NONAME ??_R0?AVH245_H263VideoMode_resolution@@@8 @39806 NONAME ??_R0?AVH245_IndicationMessage@@@8 @39807 NONAME ??_R0?AVH245_IntegrityCapability@@@8 @39808 NONAME ??_R0?AVH245_IS11172AudioCapability@@@8 @39809 NONAME ??_R0?AVH245_IS11172AudioMode@@@8 @39810 NONAME ??_R0?AVH245_IS11172AudioMode_audioLayer@@@8 @39811 NONAME ??_R0?AVH245_IS11172AudioMode_audioSampling@@@8 @39812 NONAME ??_R0?AVH245_IS11172AudioMode_multichannelType@@@8 @39813 NONAME ??_R0?AVH245_IS11172VideoCapability@@@8 @39814 NONAME ??_R0?AVH245_IS11172VideoMode@@@8 @39815 NONAME ??_R0?AVH245_IS13818AudioCapability@@@8 @39816 NONAME ??_R0?AVH245_IS13818AudioMode@@@8 @39817 NONAME ??_R0?AVH245_IS13818AudioMode_audioLayer@@@8 @39818 NONAME ??_R0?AVH245_IS13818AudioMode_audioSampling@@@8 @39819 NONAME ??_R0?AVH245_IS13818AudioMode_multichannelType@@@8 @39820 NONAME ??_R0?AVH245_IV16@@@8 @53112 NONAME ??_R0?AVH245_IV8@@@8 @53113 NONAME ??_R0?AVH245_JitterIndication@@@8 @39821 NONAME ??_R0?AVH245_JitterIndication_scope@@@8 @39822 NONAME ??_R0?AVH245_KeyProtectionMethod@@@8 @39823 NONAME ??_R0?AVH245_LogicalChannelNumber@@@8 @39824 NONAME ??_R0?AVH245_LogicalChannelRateAcknowledge@@@8 @39825 NONAME ??_R0?AVH245_LogicalChannelRateReject@@@8 @39826 NONAME ??_R0?AVH245_LogicalChannelRateRejectReason@@@8 @39827 NONAME ??_R0?AVH245_LogicalChannelRateRelease@@@8 @39828 NONAME ??_R0?AVH245_LogicalChannelRateRequest@@@8 @39829 NONAME ??_R0?AVH245_MaintenanceLoopAck@@@8 @39830 NONAME ??_R0?AVH245_MaintenanceLoopAck_type@@@8 @39831 NONAME ??_R0?AVH245_MaintenanceLoopOffCommand@@@8 @39832 NONAME ??_R0?AVH245_MaintenanceLoopReject@@@8 @39833 NONAME ??_R0?AVH245_MaintenanceLoopReject_cause@@@8 @39834 NONAME ??_R0?AVH245_MaintenanceLoopReject_type@@@8 @39835 NONAME ??_R0?AVH245_MaintenanceLoopRequest@@@8 @39836 NONAME ??_R0?AVH245_MaintenanceLoopRequest_type@@@8 @39837 NONAME ??_R0?AVH245_MasterSlaveDetermination@@@8 @39838 NONAME ??_R0?AVH245_MasterSlaveDeterminationAck@@@8 @39839 NONAME ??_R0?AVH245_MasterSlaveDeterminationAck_decision@@@8 @39840 NONAME ??_R0?AVH245_MasterSlaveDeterminationReject@@@8 @39841 NONAME ??_R0?AVH245_MasterSlaveDeterminationReject_cause@@@8 @39842 NONAME ??_R0?AVH245_MasterSlaveDeterminationRelease@@@8 @39843 NONAME ??_R0?AVH245_MaximumBitRate@@@8 @39844 NONAME ??_R0?AVH245_MaxRedundancy@@@8 @53523 NONAME ??_R0?AVH245_MCLocationIndication@@@8 @39845 NONAME ??_R0?AVH245_McuNumber@@@8 @39846 NONAME ??_R0?AVH245_MediaChannelCapability@@@8 @39847 NONAME ??_R0?AVH245_MediaDistributionCapability@@@8 @39848 NONAME ??_R0?AVH245_MediaEncryptionAlgorithm@@@8 @39849 NONAME ??_R0?AVH245_MediaPacketizationCapability@@@8 @39850 NONAME ??_R0?AVH245_MediaTransportType@@@8 @39851 NONAME ??_R0?AVH245_MediaTransportType_atm_AAL5_compressed@@@8 @39852 NONAME ??_R0?AVH245_MiscellaneousCommand@@@8 @39853 NONAME ??_R0?AVH245_MiscellaneousCommand_type@@@8 @39854 NONAME ??_R0?AVH245_MiscellaneousCommand_type_encryptionUpdateAck@@@8 @53114 NONAME ??_R0?AVH245_MiscellaneousCommand_type_encryptionUpdateCommand@@@8 @53115 NONAME ??_R0?AVH245_MiscellaneousCommand_type_lostPartialPicture@@@8 @39855 NONAME ??_R0?AVH245_MiscellaneousCommand_type_progressiveRefinementStart@@@8 @39856 NONAME ??_R0?AVH245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@@8 @39857 NONAME ??_R0?AVH245_MiscellaneousCommand_type_videoBadMBs@@@8 @39858 NONAME ??_R0?AVH245_MiscellaneousCommand_type_videoFastUpdateGOB@@@8 @39859 NONAME ??_R0?AVH245_MiscellaneousCommand_type_videoFastUpdateMB@@@8 @39860 NONAME ??_R0?AVH245_MiscellaneousIndication@@@8 @39861 NONAME ??_R0?AVH245_MiscellaneousIndication_type@@@8 @39862 NONAME ??_R0?AVH245_MiscellaneousIndication_type_videoNotDecodedMBs@@@8 @39863 NONAME ??_R0?AVH245_MobileMultilinkReconfigurationCommand@@@8 @39864 NONAME ??_R0?AVH245_MobileMultilinkReconfigurationCommand_status@@@8 @39865 NONAME ??_R0?AVH245_MobileMultilinkReconfigurationIndication@@@8 @39866 NONAME ??_R0?AVH245_ModeDescription@@@8 @39867 NONAME ??_R0?AVH245_ModeElement@@@8 @39868 NONAME ??_R0?AVH245_ModeElementType@@@8 @39869 NONAME ??_R0?AVH245_MulticastAddress@@@8 @39870 NONAME ??_R0?AVH245_MulticastAddress_iP6Address@@@8 @39871 NONAME ??_R0?AVH245_MulticastAddress_iPAddress@@@8 @39872 NONAME ??_R0?AVH245_MultilinkIndication@@@8 @39873 NONAME ??_R0?AVH245_MultilinkIndication_crcDesired@@@8 @39874 NONAME ??_R0?AVH245_MultilinkIndication_excessiveError@@@8 @39875 NONAME ??_R0?AVH245_MultilinkRequest@@@8 @39876 NONAME ??_R0?AVH245_MultilinkRequest_addConnection@@@8 @39877 NONAME ??_R0?AVH245_MultilinkRequest_callInformation@@@8 @39878 NONAME ??_R0?AVH245_MultilinkRequest_maximumHeaderInterval@@@8 @39879 NONAME ??_R0?AVH245_MultilinkRequest_maximumHeaderInterval_requestType@@@8 @39880 NONAME ??_R0?AVH245_MultilinkRequest_removeConnection@@@8 @39881 NONAME ??_R0?AVH245_MultilinkResponse@@@8 @39882 NONAME ??_R0?AVH245_MultilinkResponse_addConnection@@@8 @39883 NONAME ??_R0?AVH245_MultilinkResponse_addConnection_responseCode@@@8 @39884 NONAME ??_R0?AVH245_MultilinkResponse_addConnection_responseCode_rejected@@@8 @39885 NONAME ??_R0?AVH245_MultilinkResponse_callInformation@@@8 @39886 NONAME ??_R0?AVH245_MultilinkResponse_maximumHeaderInterval@@@8 @39887 NONAME ??_R0?AVH245_MultilinkResponse_removeConnection@@@8 @39888 NONAME ??_R0?AVH245_MultimediaSystemControlMessage@@@8 @39889 NONAME ??_R0?AVH245_MultiplePayloadStream@@@8 @39890 NONAME ??_R0?AVH245_MultiplePayloadStreamCapability@@@8 @39891 NONAME ??_R0?AVH245_MultiplePayloadStreamElement@@@8 @39892 NONAME ??_R0?AVH245_MultiplePayloadStreamElementMode@@@8 @39893 NONAME ??_R0?AVH245_MultiplePayloadStreamMode@@@8 @39894 NONAME ??_R0?AVH245_MultiplexCapability@@@8 @39895 NONAME ??_R0?AVH245_MultiplexedStreamCapability@@@8 @39896 NONAME ??_R0?AVH245_MultiplexedStreamModeParameters@@@8 @39897 NONAME ??_R0?AVH245_MultiplexedStreamParameter@@@8 @39898 NONAME ??_R0?AVH245_MultiplexElement@@@8 @39899 NONAME ??_R0?AVH245_MultiplexElement_repeatCount@@@8 @39900 NONAME ??_R0?AVH245_MultiplexElement_type@@@8 @39901 NONAME ??_R0?AVH245_MultiplexEntryDescriptor@@@8 @39902 NONAME ??_R0?AVH245_MultiplexEntryRejectionDescriptions@@@8 @39903 NONAME ??_R0?AVH245_MultiplexEntryRejectionDescriptions_cause@@@8 @39904 NONAME ??_R0?AVH245_MultiplexEntrySend@@@8 @39905 NONAME ??_R0?AVH245_MultiplexEntrySendAck@@@8 @39906 NONAME ??_R0?AVH245_MultiplexEntrySendReject@@@8 @39907 NONAME ??_R0?AVH245_MultiplexEntrySendRelease@@@8 @39908 NONAME ??_R0?AVH245_MultiplexFormat@@@8 @39909 NONAME ??_R0?AVH245_MultiplexTableEntryNumber@@@8 @39910 NONAME ??_R0?AVH245_MultipointCapability@@@8 @39911 NONAME ??_R0?AVH245_NetworkAccessParameters@@@8 @39912 NONAME ??_R0?AVH245_NetworkAccessParameters_distribution@@@8 @39913 NONAME ??_R0?AVH245_NetworkAccessParameters_networkAddress@@@8 @39914 NONAME ??_R0?AVH245_NetworkAccessParameters_t120SetupProcedure@@@8 @39915 NONAME ??_R0?AVH245_NewATMVCCommand@@@8 @39916 NONAME ??_R0?AVH245_NewATMVCCommand_aal@@@8 @39917 NONAME ??_R0?AVH245_NewATMVCCommand_aal_aal1@@@8 @39918 NONAME ??_R0?AVH245_NewATMVCCommand_aal_aal1_clockRecovery@@@8 @39919 NONAME ??_R0?AVH245_NewATMVCCommand_aal_aal1_errorCorrection@@@8 @39920 NONAME ??_R0?AVH245_NewATMVCCommand_aal_aal5@@@8 @39921 NONAME ??_R0?AVH245_NewATMVCCommand_multiplex@@@8 @39922 NONAME ??_R0?AVH245_NewATMVCCommand_reverseParameters@@@8 @39923 NONAME ??_R0?AVH245_NewATMVCCommand_reverseParameters_multiplex@@@8 @39924 NONAME ??_R0?AVH245_NewATMVCIndication@@@8 @39925 NONAME ??_R0?AVH245_NewATMVCIndication_aal@@@8 @39926 NONAME ??_R0?AVH245_NewATMVCIndication_aal_aal1@@@8 @39927 NONAME ??_R0?AVH245_NewATMVCIndication_aal_aal1_clockRecovery@@@8 @39928 NONAME ??_R0?AVH245_NewATMVCIndication_aal_aal1_errorCorrection@@@8 @39929 NONAME ??_R0?AVH245_NewATMVCIndication_aal_aal5@@@8 @39930 NONAME ??_R0?AVH245_NewATMVCIndication_multiplex@@@8 @39931 NONAME ??_R0?AVH245_NewATMVCIndication_reverseParameters@@@8 @39932 NONAME ??_R0?AVH245_NewATMVCIndication_reverseParameters_multiplex@@@8 @39933 NONAME ??_R0?AVH245_NonStandardIdentifier@@@8 @39934 NONAME ??_R0?AVH245_NonStandardIdentifier_h221NonStandard@@@8 @39935 NONAME ??_R0?AVH245_NonStandardMessage@@@8 @39936 NONAME ??_R0?AVH245_NonStandardParameter@@@8 @39937 NONAME ??_R0?AVH245_NoPTAudioTelephonyEventCapability@@@8 @39938 NONAME ??_R0?AVH245_NoPTAudioToneCapability@@@8 @39939 NONAME ??_R0?AVH245_OpenLogicalChannel@@@8 @39940 NONAME ??_R0?AVH245_OpenLogicalChannelAck@@@8 @39941 NONAME ??_R0?AVH245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@@8 @39942 NONAME ??_R0?AVH245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@@8 @39943 NONAME ??_R0?AVH245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@@8 @39944 NONAME ??_R0?AVH245_OpenLogicalChannelConfirm@@@8 @39945 NONAME ??_R0?AVH245_OpenLogicalChannelReject@@@8 @39946 NONAME ??_R0?AVH245_OpenLogicalChannelReject_cause@@@8 @39947 NONAME ??_R0?AVH245_OpenLogicalChannel_forwardLogicalChannelParameters@@@8 @39948 NONAME ??_R0?AVH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@@8 @39949 NONAME ??_R0?AVH245_OpenLogicalChannel_reverseLogicalChannelParameters@@@8 @39950 NONAME ??_R0?AVH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@@8 @39951 NONAME ??_R0?AVH245_ParameterIdentifier@@@8 @39952 NONAME ??_R0?AVH245_ParameterValue@@@8 @39953 NONAME ??_R0?AVH245_Params@@@8 @53116 NONAME ??_R0?AVH245_Password@@@8 @39954 NONAME ??_R0?AVH245_PictureReference@@@8 @39955 NONAME ??_R0?AVH245_Q2931Address@@@8 @39956 NONAME ??_R0?AVH245_Q2931Address_address@@@8 @39957 NONAME ??_R0?AVH245_QOSCapability@@@8 @39958 NONAME ??_R0?AVH245_QOSMode@@@8 @39959 NONAME ??_R0?AVH245_RedundancyEncoding@@@8 @39960 NONAME ??_R0?AVH245_RedundancyEncodingCapability@@@8 @39961 NONAME ??_R0?AVH245_RedundancyEncodingDTMode@@@8 @39962 NONAME ??_R0?AVH245_RedundancyEncodingDTModeElement@@@8 @39963 NONAME ??_R0?AVH245_RedundancyEncodingDTModeElement_type@@@8 @39964 NONAME ??_R0?AVH245_RedundancyEncodingElement@@@8 @39965 NONAME ??_R0?AVH245_RedundancyEncodingMethod@@@8 @39966 NONAME ??_R0?AVH245_RedundancyEncodingMode@@@8 @39967 NONAME ??_R0?AVH245_RedundancyEncodingMode_secondaryEncoding@@@8 @39968 NONAME ??_R0?AVH245_RedundancyEncoding_rtpRedundancyEncoding@@@8 @39969 NONAME ??_R0?AVH245_RefPictureSelection@@@8 @39970 NONAME ??_R0?AVH245_RefPictureSelection_additionalPictureMemory@@@8 @39971 NONAME ??_R0?AVH245_RefPictureSelection_enhancedReferencePicSelect@@@8 @39972 NONAME ??_R0?AVH245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@@8 @39973 NONAME ??_R0?AVH245_RefPictureSelection_videoBackChannelSend@@@8 @39974 NONAME ??_R0?AVH245_RemoteMCRequest@@@8 @39975 NONAME ??_R0?AVH245_RemoteMCResponse@@@8 @39976 NONAME ??_R0?AVH245_RemoteMCResponse_reject@@@8 @39977 NONAME ??_R0?AVH245_RequestAllTerminalIDsResponse@@@8 @39978 NONAME ??_R0?AVH245_RequestChannelClose@@@8 @39979 NONAME ??_R0?AVH245_RequestChannelCloseAck@@@8 @39980 NONAME ??_R0?AVH245_RequestChannelCloseReject@@@8 @39981 NONAME ??_R0?AVH245_RequestChannelCloseReject_cause@@@8 @39982 NONAME ??_R0?AVH245_RequestChannelCloseRelease@@@8 @39983 NONAME ??_R0?AVH245_RequestChannelClose_reason@@@8 @39984 NONAME ??_R0?AVH245_RequestMessage@@@8 @39985 NONAME ??_R0?AVH245_RequestMode@@@8 @39986 NONAME ??_R0?AVH245_RequestModeAck@@@8 @39987 NONAME ??_R0?AVH245_RequestModeAck_response@@@8 @39988 NONAME ??_R0?AVH245_RequestModeReject@@@8 @39989 NONAME ??_R0?AVH245_RequestModeReject_cause@@@8 @39990 NONAME ??_R0?AVH245_RequestModeRelease@@@8 @39991 NONAME ??_R0?AVH245_RequestMultiplexEntry@@@8 @39992 NONAME ??_R0?AVH245_RequestMultiplexEntryAck@@@8 @39993 NONAME ??_R0?AVH245_RequestMultiplexEntryReject@@@8 @39994 NONAME ??_R0?AVH245_RequestMultiplexEntryRejectionDescriptions@@@8 @39995 NONAME ??_R0?AVH245_RequestMultiplexEntryRejectionDescriptions_cause@@@8 @39996 NONAME ??_R0?AVH245_RequestMultiplexEntryRelease@@@8 @39997 NONAME ??_R0?AVH245_ResponseMessage@@@8 @39998 NONAME ??_R0?AVH245_RoundTripDelayRequest@@@8 @39999 NONAME ??_R0?AVH245_RoundTripDelayResponse@@@8 @40000 NONAME ??_R0?AVH245_RSVPParameters@@@8 @40001 NONAME ??_R0?AVH245_RTPH263VideoRedundancyEncoding@@@8 @40002 NONAME ??_R0?AVH245_RTPH263VideoRedundancyEncoding_containedThreads@@@8 @40003 NONAME ??_R0?AVH245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@@8 @40004 NONAME ??_R0?AVH245_RTPH263VideoRedundancyFrameMapping@@@8 @40005 NONAME ??_R0?AVH245_RTPH263VideoRedundancyFrameMapping_frameSequence@@@8 @40006 NONAME ??_R0?AVH245_RTPPayloadType@@@8 @40007 NONAME ??_R0?AVH245_RTPPayloadType_payloadDescriptor@@@8 @40008 NONAME ??_R0?AVH245_SendTerminalCapabilitySet@@@8 @40009 NONAME ??_R0?AVH245_SendTerminalCapabilitySet_specificRequest@@@8 @40010 NONAME ??_R0?AVH245_SequenceNumber@@@8 @40011 NONAME ??_R0?AVH245_SubstituteConferenceIDCommand@@@8 @40012 NONAME ??_R0?AVH245_T38FaxProfile@@@8 @40013 NONAME ??_R0?AVH245_T38FaxRateManagement@@@8 @40014 NONAME ??_R0?AVH245_T38FaxTcpOptions@@@8 @40015 NONAME ??_R0?AVH245_T38FaxUdpOptions@@@8 @40016 NONAME ??_R0?AVH245_T38FaxUdpOptions_t38FaxUdpEC@@@8 @40017 NONAME ??_R0?AVH245_T84Profile@@@8 @40018 NONAME ??_R0?AVH245_T84Profile_t84Restricted@@@8 @40019 NONAME ??_R0?AVH245_TerminalCapabilitySet@@@8 @40020 NONAME ??_R0?AVH245_TerminalCapabilitySetAck@@@8 @40021 NONAME ??_R0?AVH245_TerminalCapabilitySetReject@@@8 @40022 NONAME ??_R0?AVH245_TerminalCapabilitySetReject_cause@@@8 @40023 NONAME ??_R0?AVH245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@@8 @40024 NONAME ??_R0?AVH245_TerminalCapabilitySetRelease@@@8 @40025 NONAME ??_R0?AVH245_TerminalID@@@8 @40026 NONAME ??_R0?AVH245_TerminalInformation@@@8 @40027 NONAME ??_R0?AVH245_TerminalLabel@@@8 @40028 NONAME ??_R0?AVH245_TerminalNumber@@@8 @40029 NONAME ??_R0?AVH245_TerminalYouAreSeeingInSubPictureNumber@@@8 @40030 NONAME ??_R0?AVH245_TransparencyParameters@@@8 @40031 NONAME ??_R0?AVH245_TransportAddress@@@8 @40032 NONAME ??_R0?AVH245_TransportCapability@@@8 @40033 NONAME ??_R0?AVH245_UnicastAddress@@@8 @40034 NONAME ??_R0?AVH245_UnicastAddress_iP6Address@@@8 @40035 NONAME ??_R0?AVH245_UnicastAddress_iPAddress@@@8 @40036 NONAME ??_R0?AVH245_UnicastAddress_iPSourceRouteAddress@@@8 @40037 NONAME ??_R0?AVH245_UnicastAddress_iPSourceRouteAddress_route@@@8 @40038 NONAME ??_R0?AVH245_UnicastAddress_iPSourceRouteAddress_routing@@@8 @40039 NONAME ??_R0?AVH245_UnicastAddress_iPXAddress@@@8 @40040 NONAME ??_R0?AVH245_UserInputCapability@@@8 @40041 NONAME ??_R0?AVH245_UserInputIndication@@@8 @40042 NONAME ??_R0?AVH245_UserInputIndication_encryptedAlphanumeric@@@8 @53117 NONAME ??_R0?AVH245_UserInputIndication_extendedAlphanumeric@@@8 @40043 NONAME ??_R0?AVH245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@@8 @53118 NONAME ??_R0?AVH245_UserInputIndication_signal@@@8 @40044 NONAME ??_R0?AVH245_UserInputIndication_signalUpdate@@@8 @40045 NONAME ??_R0?AVH245_UserInputIndication_signalUpdate_rtp@@@8 @40046 NONAME ??_R0?AVH245_UserInputIndication_signal_rtp@@@8 @40047 NONAME ??_R0?AVH245_UserInputIndication_userInputSupportIndication@@@8 @40048 NONAME ??_R0?AVH245_V42bis@@@8 @40049 NONAME ??_R0?AVH245_V75Capability@@@8 @40050 NONAME ??_R0?AVH245_V75Parameters@@@8 @40051 NONAME ??_R0?AVH245_V76Capability@@@8 @40052 NONAME ??_R0?AVH245_V76HDLCParameters@@@8 @40053 NONAME ??_R0?AVH245_V76LogicalChannelParameters@@@8 @40054 NONAME ??_R0?AVH245_V76LogicalChannelParameters_mode@@@8 @40055 NONAME ??_R0?AVH245_V76LogicalChannelParameters_mode_eRM@@@8 @40056 NONAME ??_R0?AVH245_V76LogicalChannelParameters_mode_eRM_recovery@@@8 @40057 NONAME ??_R0?AVH245_V76LogicalChannelParameters_suspendResume@@@8 @40058 NONAME ??_R0?AVH245_V76ModeParameters@@@8 @40059 NONAME ??_R0?AVH245_VBDCapability@@@8 @40060 NONAME ??_R0?AVH245_VBDMode@@@8 @40061 NONAME ??_R0?AVH245_VCCapability@@@8 @40062 NONAME ??_R0?AVH245_VCCapability_aal1@@@8 @40063 NONAME ??_R0?AVH245_VCCapability_aal1ViaGateway@@@8 @40064 NONAME ??_R0?AVH245_VCCapability_aal5@@@8 @40065 NONAME ??_R0?AVH245_VCCapability_availableBitRates@@@8 @40066 NONAME ??_R0?AVH245_VCCapability_availableBitRates_type@@@8 @40067 NONAME ??_R0?AVH245_VCCapability_availableBitRates_type_rangeOfBitRates@@@8 @40068 NONAME ??_R0?AVH245_VendorIdentification@@@8 @40069 NONAME ??_R0?AVH245_VideoCapability@@@8 @40070 NONAME ??_R0?AVH245_VideoIndicateCompose@@@8 @40071 NONAME ??_R0?AVH245_VideoMode@@@8 @40072 NONAME ??_R0?AVH248_ActionReply@@@8 @40073 NONAME ??_R0?AVH248_ActionRequest@@@8 @40074 NONAME ??_R0?AVH248_AmmDescriptor@@@8 @40075 NONAME ??_R0?AVH248_AmmRequest@@@8 @40076 NONAME ??_R0?AVH248_AmmsReply@@@8 @40077 NONAME ??_R0?AVH248_ArrayOf_ActionReply@@@8 @40078 NONAME ??_R0?AVH248_ArrayOf_ActionRequest@@@8 @40079 NONAME ??_R0?AVH248_ArrayOf_AmmDescriptor@@@8 @40080 NONAME ??_R0?AVH248_ArrayOf_CommandReply@@@8 @40081 NONAME ??_R0?AVH248_ArrayOf_CommandRequest@@@8 @40082 NONAME ??_R0?AVH248_ArrayOf_EventParameter@@@8 @40083 NONAME ??_R0?AVH248_ArrayOf_IndAuditParameter@@@8 @40084 NONAME ??_R0?AVH248_ArrayOf_IndAudPropertyParm@@@8 @40085 NONAME ??_R0?AVH248_ArrayOf_IndAudStreamDescriptor@@@8 @40086 NONAME ??_R0?AVH248_ArrayOf_ModemType@@@8 @40087 NONAME ??_R0?AVH248_ArrayOf_ObservedEvent@@@8 @40088 NONAME ??_R0?AVH248_ArrayOf_PASN_OctetString@@@8 @40089 NONAME ??_R0?AVH248_ArrayOf_PropertyGroup@@@8 @40090 NONAME ??_R0?AVH248_ArrayOf_PropertyParm@@@8 @40091 NONAME ??_R0?AVH248_ArrayOf_RequestedEvent@@@8 @40092 NONAME ??_R0?AVH248_ArrayOf_SecondRequestedEvent@@@8 @40093 NONAME ??_R0?AVH248_ArrayOf_Signal@@@8 @40094 NONAME ??_R0?AVH248_ArrayOf_SigParameter@@@8 @40095 NONAME ??_R0?AVH248_ArrayOf_StreamDescriptor@@@8 @40096 NONAME ??_R0?AVH248_ArrayOf_TerminationID@@@8 @40097 NONAME ??_R0?AVH248_ArrayOf_TopologyRequest@@@8 @40098 NONAME ??_R0?AVH248_ArrayOf_Transaction@@@8 @40099 NONAME ??_R0?AVH248_ArrayOf_WildcardField@@@8 @40100 NONAME ??_R0?AVH248_AuditDescriptor@@@8 @40101 NONAME ??_R0?AVH248_AuditReply@@@8 @40102 NONAME ??_R0?AVH248_AuditRequest@@@8 @40103 NONAME ??_R0?AVH248_AuditResult@@@8 @40104 NONAME ??_R0?AVH248_AuditReturnParameter@@@8 @40105 NONAME ??_R0?AVH248_AuthData@@@8 @40106 NONAME ??_R0?AVH248_AuthenticationHeader@@@8 @40107 NONAME ??_R0?AVH248_Command@@@8 @40108 NONAME ??_R0?AVH248_CommandReply@@@8 @40109 NONAME ??_R0?AVH248_CommandRequest@@@8 @40110 NONAME ??_R0?AVH248_ContextAttrAuditRequest@@@8 @40111 NONAME ??_R0?AVH248_ContextID@@@8 @40112 NONAME ??_R0?AVH248_ContextRequest@@@8 @40113 NONAME ??_R0?AVH248_DigitMapDescriptor@@@8 @40114 NONAME ??_R0?AVH248_DigitMapName@@@8 @40115 NONAME ??_R0?AVH248_DigitMapValue@@@8 @40116 NONAME ??_R0?AVH248_DomainName@@@8 @40117 NONAME ??_R0?AVH248_ErrorCode@@@8 @40118 NONAME ??_R0?AVH248_ErrorDescriptor@@@8 @40119 NONAME ??_R0?AVH248_ErrorText@@@8 @40120 NONAME ??_R0?AVH248_EventBufferControl@@@8 @40121 NONAME ??_R0?AVH248_EventBufferDescriptor@@@8 @40122 NONAME ??_R0?AVH248_EventDM@@@8 @40123 NONAME ??_R0?AVH248_EventName@@@8 @40124 NONAME ??_R0?AVH248_EventParameter@@@8 @40125 NONAME ??_R0?AVH248_EventParameter_extraInfo@@@8 @40126 NONAME ??_R0?AVH248_EventsDescriptor@@@8 @40127 NONAME ??_R0?AVH248_EventSpec@@@8 @40128 NONAME ??_R0?AVH248_H221NonStandard@@@8 @40129 NONAME ??_R0?AVH248_IndAudDigitMapDescriptor@@@8 @40130 NONAME ??_R0?AVH248_IndAudEventBufferDescriptor@@@8 @40131 NONAME ??_R0?AVH248_IndAudEventsDescriptor@@@8 @40132 NONAME ??_R0?AVH248_IndAuditParameter@@@8 @40133 NONAME ??_R0?AVH248_IndAudLocalControlDescriptor@@@8 @40134 NONAME ??_R0?AVH248_IndAudLocalRemoteDescriptor@@@8 @40135 NONAME ??_R0?AVH248_IndAudMediaDescriptor@@@8 @40136 NONAME ??_R0?AVH248_IndAudMediaDescriptor_streams@@@8 @40137 NONAME ??_R0?AVH248_IndAudPackagesDescriptor@@@8 @40138 NONAME ??_R0?AVH248_IndAudPropertyGroup@@@8 @40139 NONAME ??_R0?AVH248_IndAudPropertyParm@@@8 @40140 NONAME ??_R0?AVH248_IndAudSeqSigList@@@8 @40141 NONAME ??_R0?AVH248_IndAudSignal@@@8 @40142 NONAME ??_R0?AVH248_IndAudSignalsDescriptor@@@8 @40143 NONAME ??_R0?AVH248_IndAudStatisticsDescriptor@@@8 @40144 NONAME ??_R0?AVH248_IndAudStreamDescriptor@@@8 @40145 NONAME ??_R0?AVH248_IndAudStreamParms@@@8 @40146 NONAME ??_R0?AVH248_IndAudTerminationStateDescriptor@@@8 @40147 NONAME ??_R0?AVH248_IP4Address@@@8 @40148 NONAME ??_R0?AVH248_IP6Address@@@8 @40149 NONAME ??_R0?AVH248_LocalControlDescriptor@@@8 @40150 NONAME ??_R0?AVH248_LocalRemoteDescriptor@@@8 @40151 NONAME ??_R0?AVH248_MediaDescriptor@@@8 @40152 NONAME ??_R0?AVH248_MediaDescriptor_streams@@@8 @40153 NONAME ??_R0?AVH248_MegacoMessage@@@8 @40154 NONAME ??_R0?AVH248_Message@@@8 @40155 NONAME ??_R0?AVH248_Message_messageBody@@@8 @40156 NONAME ??_R0?AVH248_MId@@@8 @40157 NONAME ??_R0?AVH248_ModemDescriptor@@@8 @40158 NONAME ??_R0?AVH248_ModemType@@@8 @40159 NONAME ??_R0?AVH248_MuxDescriptor@@@8 @40160 NONAME ??_R0?AVH248_MuxType@@@8 @40161 NONAME ??_R0?AVH248_Name@@@8 @40162 NONAME ??_R0?AVH248_NonStandardData@@@8 @40163 NONAME ??_R0?AVH248_NonStandardIdentifier@@@8 @40164 NONAME ??_R0?AVH248_NotifyCompletion@@@8 @40165 NONAME ??_R0?AVH248_NotifyReply@@@8 @40166 NONAME ??_R0?AVH248_NotifyRequest@@@8 @40167 NONAME ??_R0?AVH248_ObservedEvent@@@8 @40168 NONAME ??_R0?AVH248_ObservedEventsDescriptor@@@8 @40169 NONAME ??_R0?AVH248_PackagesDescriptor@@@8 @40170 NONAME ??_R0?AVH248_PackagesItem@@@8 @40171 NONAME ??_R0?AVH248_PathName@@@8 @40172 NONAME ??_R0?AVH248_PkgdName@@@8 @40173 NONAME ??_R0?AVH248_PropertyGroup@@@8 @40174 NONAME ??_R0?AVH248_PropertyParm@@@8 @40175 NONAME ??_R0?AVH248_PropertyParm_extraInfo@@@8 @40176 NONAME ??_R0?AVH248_Relation@@@8 @40177 NONAME ??_R0?AVH248_RequestedActions@@@8 @40178 NONAME ??_R0?AVH248_RequestedEvent@@@8 @40179 NONAME ??_R0?AVH248_RequestID@@@8 @40180 NONAME ??_R0?AVH248_SecondEventsDescriptor@@@8 @40181 NONAME ??_R0?AVH248_SecondRequestedActions@@@8 @40182 NONAME ??_R0?AVH248_SecondRequestedEvent@@@8 @40183 NONAME ??_R0?AVH248_SecurityParmIndex@@@8 @40184 NONAME ??_R0?AVH248_SeqSigList@@@8 @40185 NONAME ??_R0?AVH248_SequenceNum@@@8 @40186 NONAME ??_R0?AVH248_ServiceChangeAddress@@@8 @40187 NONAME ??_R0?AVH248_ServiceChangeMethod@@@8 @40188 NONAME ??_R0?AVH248_ServiceChangeParm@@@8 @40189 NONAME ??_R0?AVH248_ServiceChangeProfile@@@8 @40190 NONAME ??_R0?AVH248_ServiceChangeReply@@@8 @40191 NONAME ??_R0?AVH248_ServiceChangeRequest@@@8 @40192 NONAME ??_R0?AVH248_ServiceChangeResParm@@@8 @40193 NONAME ??_R0?AVH248_ServiceChangeResult@@@8 @40194 NONAME ??_R0?AVH248_ServiceState@@@8 @40195 NONAME ??_R0?AVH248_Signal@@@8 @40196 NONAME ??_R0?AVH248_SignalName@@@8 @40197 NONAME ??_R0?AVH248_SignalRequest@@@8 @40198 NONAME ??_R0?AVH248_SignalsDescriptor@@@8 @40199 NONAME ??_R0?AVH248_SignalType@@@8 @40200 NONAME ??_R0?AVH248_SigParameter@@@8 @40201 NONAME ??_R0?AVH248_SigParameter_extraInfo@@@8 @40202 NONAME ??_R0?AVH248_StatisticsDescriptor@@@8 @40203 NONAME ??_R0?AVH248_StatisticsParameter@@@8 @40204 NONAME ??_R0?AVH248_StreamDescriptor@@@8 @40205 NONAME ??_R0?AVH248_StreamID@@@8 @40206 NONAME ??_R0?AVH248_StreamMode@@@8 @40207 NONAME ??_R0?AVH248_StreamParms@@@8 @40208 NONAME ??_R0?AVH248_SubtractRequest@@@8 @40209 NONAME ??_R0?AVH248_TerminationAudit@@@8 @40210 NONAME ??_R0?AVH248_TerminationID@@@8 @40211 NONAME ??_R0?AVH248_TerminationIDList@@@8 @40212 NONAME ??_R0?AVH248_TerminationStateDescriptor@@@8 @40213 NONAME ??_R0?AVH248_TimeNotation@@@8 @40214 NONAME ??_R0?AVH248_TopologyRequest@@@8 @40215 NONAME ??_R0?AVH248_TopologyRequest_topologyDirection@@@8 @40216 NONAME ??_R0?AVH248_Transaction@@@8 @40217 NONAME ??_R0?AVH248_TransactionAck@@@8 @40218 NONAME ??_R0?AVH248_TransactionId@@@8 @40219 NONAME ??_R0?AVH248_TransactionPending@@@8 @40220 NONAME ??_R0?AVH248_TransactionReply@@@8 @40221 NONAME ??_R0?AVH248_TransactionReply_transactionResult@@@8 @40222 NONAME ??_R0?AVH248_TransactionRequest@@@8 @40223 NONAME ??_R0?AVH248_TransactionResponseAck@@@8 @40224 NONAME ??_R0?AVH248_Value@@@8 @40225 NONAME ??_R0?AVH248_WildcardField@@@8 @40226 NONAME ??_R0?AVH261DCTEncoder@@@8 @40227 NONAME ??_R0?AVH261Encoder@@@8 @40228 NONAME ??_R0?AVH261PixelEncoder@@@8 @40229 NONAME ??_R0?AVH263Packet@@@8 @53817 NONAME ??_R0?AVH263PacketList@@@8 @53818 NONAME ??_R0?AVH323AudioCapability@@@8 @40232 NONAME ??_R0?AVH323AudioCodec@@@8 @40233 NONAME ??_R0?AVH323BidirectionalChannel@@@8 @40234 NONAME ??_R0?AVH323CallCreditServiceControl@@@8 @40235 NONAME ??_R0?AVH323Capabilities@@@8 @40236 NONAME ??_R0?AVH323CapabilitiesSet@@@8 @40237 NONAME ??_R0?AVH323Capability@@@8 @40238 NONAME ??_R0?AVH323Channel@@@8 @40240 NONAME ??_R0?AVH323ChannelNumber@@@8 @40241 NONAME ??_R0?AVH323Codec@@@8 @40242 NONAME ??_R0?AVH323CodecPluginGenericAudioCapability@@@8 @53299 NONAME ??_R0?AVH323CodecPluginNonStandardAudioCapability@@@8 @50381 NONAME ??_R0?AVH323Connection@@@8 @40243 NONAME ??_R0?AVH323ConnectionsCleaner@@@8 @40244 NONAME ??_R0?AVH323ControlPDU@@@8 @40245 NONAME ??_R0?AVH323DataCapability@@@8 @40246 NONAME ??_R0?AVH323DataChannel@@@8 @40247 NONAME ??_R0?AVH323DynaLink@@@8 @50661 NONAME ??_R0?AVH323EndPoint@@@8 @40248 NONAME ??_R0?AVH323FramedAudioCodec@@@8 @40249 NONAME ??_R0?AVH323Gatekeeper@@@8 @40250 NONAME ??_R0?AVH323GatekeeperARQ@@@8 @40251 NONAME ??_R0?AVH323GatekeeperBRQ@@@8 @40252 NONAME ??_R0?AVH323GatekeeperCall@@@8 @40253 NONAME ??_R0?AVH323GatekeeperDRQ@@@8 @40254 NONAME ??_R0?AVH323GatekeeperGRQ@@@8 @40255 NONAME ??_R0?AVH323GatekeeperIRR@@@8 @40256 NONAME ??_R0?AVH323GatekeeperListener@@@8 @40257 NONAME ??_R0?AVH323GatekeeperLRQ@@@8 @40258 NONAME ??_R0?AVH323GatekeeperRequest@@@8 @40259 NONAME ??_R0?AVH323GatekeeperRRQ@@@8 @40260 NONAME ??_R0?AVH323GatekeeperServer@@@8 @40261 NONAME ??_R0?AVH323GatekeeperURQ@@@8 @40262 NONAME ??_R0?AVH323GenericAudioCapability@@@8 @53300 NONAME ??_R0?AVH323GenericCapabilityInfo@@@8 @53301 NONAME ??_R0?AVH323GenericVideoCapability@@@8 @53302 NONAME ??_R0?AVH323GSMPluginCapability@@@8 @50382 NONAME ??_R0?AVH323H248ServiceControl@@@8 @40263 NONAME ??_R0?AVH323H261PluginCapability@@@8 @50383 NONAME ??_R0?AVH323HTTPServiceControl@@@8 @40264 NONAME ??_R0?AVH323Listener@@@8 @40265 NONAME ??_R0?AVH323ListenerTCP@@@8 @40266 NONAME ??_R0?AVH323LogicalChannelThread@@@8 @40267 NONAME ??_R0?AVH323NonStandardAudioCapability@@@8 @40268 NONAME ??_R0?AVH323NonStandardCapabilityInfo@@@8 @40269 NONAME ??_R0?AVH323NonStandardDataCapability@@@8 @40270 NONAME ??_R0?AVH323NonStandardVideoCapability@@@8 @40271 NONAME ??_R0?AVH323PeerElement@@@8 @40272 NONAME ??_R0?AVH323PeerElementDescriptor@@@8 @40273 NONAME ??_R0?AVH323PeerElementServiceRelationship@@@8 @40274 NONAME ??_R0?AVH323PluginCapability@@@8 @50385 NONAME ??_R0?AVH323PluginCapabilityInfo@@@8 @50386 NONAME ??_R0?AVH323PluginCodecManager@@@8 @50636 NONAME ??_R0?AVH323PluginFramedAudioCodec@@@8 @50701 NONAME ??_R0?AVH323PluginG7231Capability@@@8 @50387 NONAME ??_R0?AVH323PluginVideoCodec@@@8 @50388 NONAME ??_R0?AVH323RasPDU@@@8 @40275 NONAME ??_R0?AVH323RealTimeCapability@@@8 @40276 NONAME ??_R0?AVH323RegisteredEndPoint@@@8 @40277 NONAME ??_R0?AVH323ServiceControlSession@@@8 @40278 NONAME ??_R0?AVH323SignalPDU@@@8 @40279 NONAME ??_R0?AVH323SimultaneousCapabilities@@@8 @40280 NONAME ??_R0?AVH323StreamedAudioCodec@@@8 @40281 NONAME ??_R0?AVH323StreamedPluginAudioCodec@@@8 @50702 NONAME ??_R0?AVH323Transaction@@@8 @40282 NONAME ??_R0?AVH323TransactionPDU@@@8 @40283 NONAME ??_R0?AVH323TransactionServer@@@8 @40284 NONAME ??_R0?AVH323Transactor@@@8 @40285 NONAME ??_R0?AVH323Transport@@@8 @40286 NONAME ??_R0?AVH323TransportAddress@@@8 @40287 NONAME ??_R0?AVH323TransportAddressArray@@@8 @40288 NONAME ??_R0?AVH323TransportIP@@@8 @40289 NONAME ??_R0?AVH323TransportTCP@@@8 @40290 NONAME ??_R0?AVH323TransportUDP@@@8 @40291 NONAME ??_R0?AVH323UnidirectionalChannel@@@8 @40292 NONAME ??_R0?AVH323VideoCapability@@@8 @40293 NONAME ??_R0?AVH323VideoCodec@@@8 @40294 NONAME ??_R0?AVH323_ALawCodec@@@8 @40295 NONAME ??_R0?AVH323_AnnexG@@@8 @40296 NONAME ??_R0?AVH323_CiscoG7231aLIDCapability@@@8 @40297 NONAME ??_R0?AVH323_ExternalRTPChannel@@@8 @40299 NONAME ??_R0?AVH323_G711ALaw64Capability@@@8 @51293 NONAME ??_R0?AVH323_G711Capability@@@8 @40303 NONAME ??_R0?AVH323_G711uLaw64Capability@@@8 @51294 NONAME ??_R0?AVH323_H261Capability@@@8 @40319 NONAME ??_R0?AVH323_H261Codec@@@8 @40320 NONAME ??_R0?AVH323_LIDCapability@@@8 @40323 NONAME ??_R0?AVH323_LIDCodec@@@8 @40324 NONAME ??_R0?AVH323_LID_G711_ALaw_Capability@@@8 @51295 NONAME ??_R0?AVH323_LID_G711_uLaw_Capability@@@8 @51296 NONAME ??_R0?AVH323_LID_G7231A_5k3_Capability@@@8 @51297 NONAME ??_R0?AVH323_LID_G7231A_6k3_Capability@@@8 @51298 NONAME ??_R0?AVH323_LID_G7231_5k3_Capability@@@8 @51299 NONAME ??_R0?AVH323_LID_G7231_6k3_Capability@@@8 @51300 NONAME ??_R0?AVH323_LID_G728_Capability@@@8 @51301 NONAME ??_R0?AVH323_LID_G729AB_Capability@@@8 @51302 NONAME ??_R0?AVH323_LID_G729A_Capability@@@8 @51303 NONAME ??_R0?AVH323_LID_G729B_Capability@@@8 @51304 NONAME ??_R0?AVH323_LID_G729_Capability@@@8 @51305 NONAME ??_R0?AVH323_LID_GSM0610_Capability@@@8 @51306 NONAME ??_R0?AVH323_muLawCodec@@@8 @40340 NONAME ??_R0?AVH323_RealTimeChannel@@@8 @40341 NONAME ??_R0?AVH323_RFC2190_H263Capability@@@8 @53819 NONAME ??_R0?AVH323_RFC2190_H263Codec@@@8 @53820 NONAME ??_R0?AVH323_RTPChannel@@@8 @40342 NONAME ??_R0?AVH323_RTP_Session@@@8 @40343 NONAME ??_R0?AVH323_RTP_UDP@@@8 @40344 NONAME ??_R0?AVH323_T120Capability@@@8 @40345 NONAME ??_R0?AVH323_T120Channel@@@8 @40346 NONAME ??_R0?AVH323_T38Capability@@@8 @40347 NONAME ??_R0?AVH323_T38Channel@@@8 @40348 NONAME ??_R0?AVH323_T38NonStandardCapability@@@8 @40349 NONAME ??_R0?AVH323_UserInputCapability@@@8 @40350 NONAME ??_R0?AVH45010_ArrayOf_MixedExtension@@@8 @40351 NONAME ??_R0?AVH45010_CfbOvrOptArg@@@8 @40352 NONAME ??_R0?AVH45010_CoReqOptArg@@@8 @40353 NONAME ??_R0?AVH45010_H323CallOfferOperations@@@8 @40354 NONAME ??_R0?AVH45010_RUAlertOptArg@@@8 @40355 NONAME ??_R0?AVH45011Handler@@@8 @40356 NONAME ??_R0?AVH45011_ArrayOf_MixedExtension@@@8 @40357 NONAME ??_R0?AVH45011_CallIntrusionErrors@@@8 @40358 NONAME ??_R0?AVH45011_CICapabilityLevel@@@8 @40359 NONAME ??_R0?AVH45011_CIFrcRelArg@@@8 @40360 NONAME ??_R0?AVH45011_CIFrcRelOptRes@@@8 @40361 NONAME ??_R0?AVH45011_CIGetCIPLOptArg@@@8 @40362 NONAME ??_R0?AVH45011_CIGetCIPLRes@@@8 @40363 NONAME ??_R0?AVH45011_CIIsOptArg@@@8 @40364 NONAME ??_R0?AVH45011_CIIsOptRes@@@8 @40365 NONAME ??_R0?AVH45011_CINotificationArg@@@8 @40366 NONAME ??_R0?AVH45011_CIProtectionLevel@@@8 @40367 NONAME ??_R0?AVH45011_CIRequestArg@@@8 @40368 NONAME ??_R0?AVH45011_CIRequestRes@@@8 @40369 NONAME ??_R0?AVH45011_CISilentArg@@@8 @40370 NONAME ??_R0?AVH45011_CISilentOptRes@@@8 @40371 NONAME ??_R0?AVH45011_CIStatusInformation@@@8 @40372 NONAME ??_R0?AVH45011_CIWobOptArg@@@8 @40373 NONAME ??_R0?AVH45011_CIWobOptRes@@@8 @40374 NONAME ??_R0?AVH45011_H323CallIntrusionOperations@@@8 @40375 NONAME ??_R0?AVH4501_Address@@@8 @40376 NONAME ??_R0?AVH4501_AddressInformation@@@8 @40377 NONAME ??_R0?AVH4501_AddressScreened@@@8 @40378 NONAME ??_R0?AVH4501_ArrayOf_AliasAddress@@@8 @40379 NONAME ??_R0?AVH4501_ArrayOf_ROS@@@8 @40380 NONAME ??_R0?AVH4501_EndpointAddress@@@8 @40381 NONAME ??_R0?AVH4501_EntityType@@@8 @40382 NONAME ??_R0?AVH4501_Extension@@@8 @40383 NONAME ??_R0?AVH4501_GeneralErrorList@@@8 @40384 NONAME ??_R0?AVH4501_H225InformationElement@@@8 @40385 NONAME ??_R0?AVH4501_InterpretationApdu@@@8 @40386 NONAME ??_R0?AVH4501_InvokeIDs@@@8 @40387 NONAME ??_R0?AVH4501_InvokeIdSet@@@8 @40388 NONAME ??_R0?AVH4501_NetworkFacilityExtension@@@8 @40389 NONAME ??_R0?AVH4501_NSAPSubaddress@@@8 @40390 NONAME ??_R0?AVH4501_NumberScreened@@@8 @40391 NONAME ??_R0?AVH4501_PartySubaddress@@@8 @40392 NONAME ??_R0?AVH4501_PresentationAllowedIndicator@@@8 @40393 NONAME ??_R0?AVH4501_PresentedAddressScreened@@@8 @40394 NONAME ??_R0?AVH4501_PresentedAddressUnscreened@@@8 @40395 NONAME ??_R0?AVH4501_PresentedNumberScreened@@@8 @40396 NONAME ??_R0?AVH4501_PresentedNumberUnscreened@@@8 @40397 NONAME ??_R0?AVH4501_ScreeningIndicator@@@8 @40398 NONAME ??_R0?AVH4501_ServiceApdus@@@8 @40399 NONAME ??_R0?AVH4501_SubaddressInformation@@@8 @40400 NONAME ??_R0?AVH4501_SupplementaryService@@@8 @40401 NONAME ??_R0?AVH4501_UserSpecifiedSubaddress@@@8 @40402 NONAME ??_R0?AVH4502Handler@@@8 @40403 NONAME ??_R0?AVH4502_CallIdentity@@@8 @40404 NONAME ??_R0?AVH4502_CallStatus@@@8 @40405 NONAME ??_R0?AVH4502_CallTransferErrors@@@8 @40406 NONAME ??_R0?AVH4502_CallTransferOperation@@@8 @40407 NONAME ??_R0?AVH4502_CTActiveArg@@@8 @40408 NONAME ??_R0?AVH4502_CTActiveArg_argumentExtension@@@8 @40409 NONAME ??_R0?AVH4502_CTCompleteArg@@@8 @40410 NONAME ??_R0?AVH4502_CTCompleteArg_argumentExtension@@@8 @40411 NONAME ??_R0?AVH4502_CTIdentifyRes@@@8 @40412 NONAME ??_R0?AVH4502_CTIdentifyRes_resultExtension@@@8 @40413 NONAME ??_R0?AVH4502_CTInitiateArg@@@8 @40414 NONAME ??_R0?AVH4502_CTInitiateArg_argumentExtension@@@8 @40415 NONAME ??_R0?AVH4502_CTSetupArg@@@8 @40416 NONAME ??_R0?AVH4502_CTSetupArg_argumentExtension@@@8 @40417 NONAME ??_R0?AVH4502_CTUpdateArg@@@8 @40418 NONAME ??_R0?AVH4502_CTUpdateArg_argumentExtension@@@8 @40419 NONAME ??_R0?AVH4502_DummyArg@@@8 @40420 NONAME ??_R0?AVH4502_DummyRes@@@8 @40421 NONAME ??_R0?AVH4502_EndDesignation@@@8 @40422 NONAME ??_R0?AVH4502_ExtensionSeq@@@8 @40423 NONAME ??_R0?AVH4502_SubaddressTransferArg@@@8 @40424 NONAME ??_R0?AVH4502_SubaddressTransferArg_argumentExtension@@@8 @40425 NONAME ??_R0?AVH4503_BasicService@@@8 @40426 NONAME ??_R0?AVH4503_CallDiversionErrors@@@8 @40427 NONAME ??_R0?AVH4503_DiversionReason@@@8 @40428 NONAME ??_R0?AVH4503_ExtensionSeq@@@8 @40429 NONAME ??_R0?AVH4503_H323CallDiversionOperations@@@8 @40430 NONAME ??_R0?AVH4503_IntResult@@@8 @40431 NONAME ??_R0?AVH4503_IntResultList@@@8 @40432 NONAME ??_R0?AVH4503_IntResult_extension@@@8 @40433 NONAME ??_R0?AVH4503_Procedure@@@8 @40434 NONAME ??_R0?AVH4503_SubscriptionOption@@@8 @40435 NONAME ??_R0?AVH4504Handler@@@8 @40436 NONAME ??_R0?AVH4504_ArrayOf_MixedExtension@@@8 @40437 NONAME ??_R0?AVH4504_CallHoldOperation@@@8 @40438 NONAME ??_R0?AVH4504_Extension@@@8 @40439 NONAME ??_R0?AVH4504_HoldNotificArg@@@8 @40440 NONAME ??_R0?AVH4504_MixedExtension@@@8 @40441 NONAME ??_R0?AVH4504_RemoteHoldArg@@@8 @40442 NONAME ??_R0?AVH4504_RemoteHoldRes@@@8 @40443 NONAME ??_R0?AVH4504_RemoteRetrieveArg@@@8 @40444 NONAME ??_R0?AVH4504_RemoteRetrieveRes@@@8 @40445 NONAME ??_R0?AVH4504_RetrieveNotificArg@@@8 @40446 NONAME ??_R0?AVH4505_ArrayOf_MixedExtension@@@8 @40447 NONAME ??_R0?AVH4505_CallParkPickupOperations@@@8 @40448 NONAME ??_R0?AVH4505_CallPickupErrors@@@8 @40449 NONAME ??_R0?AVH4505_CallType@@@8 @40450 NONAME ??_R0?AVH4505_CpickupNotifyArg@@@8 @40451 NONAME ??_R0?AVH4505_CpNotifyArg@@@8 @40452 NONAME ??_R0?AVH4505_CpRequestArg@@@8 @40453 NONAME ??_R0?AVH4505_CpRequestRes@@@8 @40454 NONAME ??_R0?AVH4505_CpSetupArg@@@8 @40455 NONAME ??_R0?AVH4505_CpSetupRes@@@8 @40456 NONAME ??_R0?AVH4505_GroupIndicationOffArg@@@8 @40457 NONAME ??_R0?AVH4505_GroupIndicationOffRes@@@8 @40458 NONAME ??_R0?AVH4505_GroupIndicationOnArg@@@8 @40459 NONAME ??_R0?AVH4505_GroupIndicationOnRes@@@8 @40460 NONAME ??_R0?AVH4505_ParkCondition@@@8 @40461 NONAME ??_R0?AVH4505_ParkedToPosition@@@8 @40462 NONAME ??_R0?AVH4505_PickExeArg@@@8 @40463 NONAME ??_R0?AVH4505_PickExeRes@@@8 @40464 NONAME ??_R0?AVH4505_PickrequArg@@@8 @40465 NONAME ??_R0?AVH4505_PickrequRes@@@8 @40466 NONAME ??_R0?AVH4505_PickupArg@@@8 @40467 NONAME ??_R0?AVH4505_PickupRes@@@8 @40468 NONAME ??_R0?AVH4506Handler@@@8 @40469 NONAME ??_R0?AVH4506_ArrayOf_MixedExtension@@@8 @40470 NONAME ??_R0?AVH4506_CallWaitingArg@@@8 @40471 NONAME ??_R0?AVH4506_CallWaitingOperations@@@8 @40472 NONAME ??_R0?AVH4507_ArrayOf_MixedExtension@@@8 @40473 NONAME ??_R0?AVH4507_BasicService@@@8 @40474 NONAME ??_R0?AVH4507_DummyRes@@@8 @40475 NONAME ??_R0?AVH4507_H323_MWI_Operations@@@8 @40476 NONAME ??_R0?AVH4507_MessageWaitingIndicationErrors@@@8 @40477 NONAME ??_R0?AVH4507_MsgCentreId@@@8 @40478 NONAME ??_R0?AVH4507_MWIActivateArg@@@8 @40479 NONAME ??_R0?AVH4507_MWIDeactivateArg@@@8 @40480 NONAME ??_R0?AVH4507_MWIInterrogateArg@@@8 @40481 NONAME ??_R0?AVH4507_MWIInterrogateRes@@@8 @40482 NONAME ??_R0?AVH4507_MWIInterrogateResElt@@@8 @40483 NONAME ??_R0?AVH4507_NbOfMessages@@@8 @40484 NONAME ??_R0?AVH4507_TimeStamp@@@8 @40485 NONAME ??_R0?AVH4508_ExtendedName@@@8 @40486 NONAME ??_R0?AVH4508_Name@@@8 @40487 NONAME ??_R0?AVH4508_NameOperations@@@8 @40488 NONAME ??_R0?AVH4508_NamePresentationAllowed@@@8 @40489 NONAME ??_R0?AVH4508_NamePresentationRestricted@@@8 @40490 NONAME ??_R0?AVH4508_SimpleName@@@8 @40491 NONAME ??_R0?AVH4509_ArrayOf_MixedExtension@@@8 @40492 NONAME ??_R0?AVH4509_CallCompletionErrors@@@8 @40493 NONAME ??_R0?AVH4509_CcArg@@@8 @40494 NONAME ??_R0?AVH4509_CcLongArg@@@8 @40495 NONAME ??_R0?AVH4509_CcRequestArg@@@8 @40496 NONAME ??_R0?AVH4509_CcRequestRes@@@8 @40497 NONAME ??_R0?AVH4509_CcShortArg@@@8 @40498 NONAME ??_R0?AVH4509_H323CallCompletionOperations@@@8 @40499 NONAME ??_R0?AVH450ServiceAPDU@@@8 @40500 NONAME ??_R0?AVH450xDispatcher@@@8 @40501 NONAME ??_R0?AVH450xHandler@@@8 @40502 NONAME ??_R0?AVH501AccessRequest@@@8 @40503 NONAME ??_R0?AVH501DescriptorUpdate@@@8 @40504 NONAME ??_R0?AVH501PDU@@@8 @40505 NONAME ??_R0?AVH501ServiceRequest@@@8 @40506 NONAME ??_R0?AVH501Transaction@@@8 @40507 NONAME ??_R0?AVH501_AccessConfirmation@@@8 @40508 NONAME ??_R0?AVH501_AccessRejection@@@8 @40509 NONAME ??_R0?AVH501_AccessRejectionReason@@@8 @40510 NONAME ??_R0?AVH501_AccessRequest@@@8 @40511 NONAME ??_R0?AVH501_AccessToken@@@8 @40512 NONAME ??_R0?AVH501_AddressTemplate@@@8 @40513 NONAME ??_R0?AVH501_AlternatePE@@@8 @40514 NONAME ??_R0?AVH501_AlternatePEInfo@@@8 @40515 NONAME ??_R0?AVH501_ApplicationMessage@@@8 @40516 NONAME ??_R0?AVH501_ArrayOf_AccessToken@@@8 @40517 NONAME ??_R0?AVH501_ArrayOf_AddressTemplate@@@8 @40518 NONAME ??_R0?AVH501_ArrayOf_AliasAddress@@@8 @40519 NONAME ??_R0?AVH501_ArrayOf_AlternatePE@@@8 @40520 NONAME ??_R0?AVH501_ArrayOf_CircuitIdentifier@@@8 @40521 NONAME ??_R0?AVH501_ArrayOf_ClearToken@@@8 @40522 NONAME ??_R0?AVH501_ArrayOf_ContactInformation@@@8 @40523 NONAME ??_R0?AVH501_ArrayOf_CryptoH323Token@@@8 @40524 NONAME ??_R0?AVH501_ArrayOf_Descriptor@@@8 @40525 NONAME ??_R0?AVH501_ArrayOf_DescriptorInfo@@@8 @40526 NONAME ??_R0?AVH501_ArrayOf_GenericData@@@8 @40527 NONAME ??_R0?AVH501_ArrayOf_GloballyUniqueID@@@8 @40528 NONAME ??_R0?AVH501_ArrayOf_NonStandardParameter@@@8 @40529 NONAME ??_R0?AVH501_ArrayOf_PASN_ObjectId@@@8 @40530 NONAME ??_R0?AVH501_ArrayOf_Pattern@@@8 @40531 NONAME ??_R0?AVH501_ArrayOf_PriceElement@@@8 @40532 NONAME ??_R0?AVH501_ArrayOf_PriceInfoSpec@@@8 @40533 NONAME ??_R0?AVH501_ArrayOf_RouteInformation@@@8 @40534 NONAME ??_R0?AVH501_ArrayOf_SecurityMode@@@8 @40535 NONAME ??_R0?AVH501_ArrayOf_ServiceControlSession@@@8 @40536 NONAME ??_R0?AVH501_ArrayOf_SupportedProtocols@@@8 @40537 NONAME ??_R0?AVH501_ArrayOf_TransportAddress@@@8 @40538 NONAME ??_R0?AVH501_ArrayOf_UpdateInformation@@@8 @40539 NONAME ??_R0?AVH501_ArrayOf_UsageField@@@8 @40540 NONAME ??_R0?AVH501_AuthenticationConfirmation@@@8 @40541 NONAME ??_R0?AVH501_AuthenticationRejection@@@8 @40542 NONAME ??_R0?AVH501_AuthenticationRejectionReason@@@8 @40543 NONAME ??_R0?AVH501_AuthenticationRequest@@@8 @40544 NONAME ??_R0?AVH501_CallInformation@@@8 @40545 NONAME ??_R0?AVH501_ContactInformation@@@8 @40546 NONAME ??_R0?AVH501_Descriptor@@@8 @40547 NONAME ??_R0?AVH501_DescriptorConfirmation@@@8 @40548 NONAME ??_R0?AVH501_DescriptorIDConfirmation@@@8 @40549 NONAME ??_R0?AVH501_DescriptorIDRejection@@@8 @40550 NONAME ??_R0?AVH501_DescriptorIDRejectionReason@@@8 @40551 NONAME ??_R0?AVH501_DescriptorIDRequest@@@8 @40552 NONAME ??_R0?AVH501_DescriptorInfo@@@8 @40553 NONAME ??_R0?AVH501_DescriptorRejection@@@8 @40554 NONAME ??_R0?AVH501_DescriptorRejectionReason@@@8 @40555 NONAME ??_R0?AVH501_DescriptorRequest@@@8 @40556 NONAME ??_R0?AVH501_DescriptorUpdate@@@8 @40557 NONAME ??_R0?AVH501_DescriptorUpdateAck@@@8 @40558 NONAME ??_R0?AVH501_ElementIdentifier@@@8 @40559 NONAME ??_R0?AVH501_GlobalTimeStamp@@@8 @40560 NONAME ??_R0?AVH501_Message@@@8 @40561 NONAME ??_R0?AVH501_MessageBody@@@8 @40562 NONAME ??_R0?AVH501_MessageCommonInfo@@@8 @40563 NONAME ??_R0?AVH501_NonStandardConfirmation@@@8 @40564 NONAME ??_R0?AVH501_NonStandardRejection@@@8 @40565 NONAME ??_R0?AVH501_NonStandardRejectionReason@@@8 @40566 NONAME ??_R0?AVH501_NonStandardRequest@@@8 @40567 NONAME ??_R0?AVH501_PartyInformation@@@8 @40568 NONAME ??_R0?AVH501_Pattern@@@8 @40569 NONAME ??_R0?AVH501_Pattern_range@@@8 @40570 NONAME ??_R0?AVH501_PriceElement@@@8 @40571 NONAME ??_R0?AVH501_PriceElement_units@@@8 @40572 NONAME ??_R0?AVH501_PriceInfoSpec@@@8 @40573 NONAME ??_R0?AVH501_ProtocolVersion@@@8 @40574 NONAME ??_R0?AVH501_RequestInProgress@@@8 @40575 NONAME ??_R0?AVH501_Role@@@8 @40576 NONAME ??_R0?AVH501_RouteInformation@@@8 @40577 NONAME ??_R0?AVH501_RouteInformation_messageType@@@8 @40578 NONAME ??_R0?AVH501_SecurityMode@@@8 @40579 NONAME ??_R0?AVH501_ServiceConfirmation@@@8 @40580 NONAME ??_R0?AVH501_ServiceRejection@@@8 @40581 NONAME ??_R0?AVH501_ServiceRejectionReason@@@8 @40582 NONAME ??_R0?AVH501_ServiceRelease@@@8 @40583 NONAME ??_R0?AVH501_ServiceReleaseReason@@@8 @40584 NONAME ??_R0?AVH501_ServiceRequest@@@8 @40585 NONAME ??_R0?AVH501_TerminationCause@@@8 @40586 NONAME ??_R0?AVH501_TimeZone@@@8 @40587 NONAME ??_R0?AVH501_UnknownMessageReason@@@8 @40588 NONAME ??_R0?AVH501_UnknownMessageResponse@@@8 @40589 NONAME ??_R0?AVH501_UpdateInformation@@@8 @40590 NONAME ??_R0?AVH501_UpdateInformation_descriptorInfo@@@8 @40591 NONAME ??_R0?AVH501_UpdateInformation_updateType@@@8 @40592 NONAME ??_R0?AVH501_UsageCallStatus@@@8 @40593 NONAME ??_R0?AVH501_UsageConfirmation@@@8 @40594 NONAME ??_R0?AVH501_UsageField@@@8 @40595 NONAME ??_R0?AVH501_UsageIndication@@@8 @40596 NONAME ??_R0?AVH501_UsageIndicationConfirmation@@@8 @40597 NONAME ??_R0?AVH501_UsageIndicationRejection@@@8 @40598 NONAME ??_R0?AVH501_UsageIndicationRejectionReason@@@8 @40599 NONAME ??_R0?AVH501_UsageRejection@@@8 @40600 NONAME ??_R0?AVH501_UsageRejectReason@@@8 @40601 NONAME ??_R0?AVH501_UsageRequest@@@8 @40602 NONAME ??_R0?AVH501_UsageSpecification@@@8 @40603 NONAME ??_R0?AVH501_UsageSpecification_when@@@8 @40604 NONAME ??_R0?AVH501_UserInformation@@@8 @40605 NONAME ??_R0?AVH501_ValidationConfirmation@@@8 @40606 NONAME ??_R0?AVH501_ValidationRejection@@@8 @40607 NONAME ??_R0?AVH501_ValidationRejectionReason@@@8 @40608 NONAME ??_R0?AVH501_ValidationRequest@@@8 @40609 NONAME ??_R0?AVHandleTimeout_PNotifier@H245Negotiator@@@8 @40610 NONAME ??_R0?AVHandleTransactions_PNotifier@H323Transactor@@@8 @40611 NONAME ??_R0?AVIntraP64Decoder@@@8 @40612 NONAME ??_R0?AVMCS_ArrayOf_ChannelAttributes@@@8 @40613 NONAME ??_R0?AVMCS_ArrayOf_ChannelId@@@8 @40614 NONAME ??_R0?AVMCS_ArrayOf_TokenAttributes@@@8 @40615 NONAME ??_R0?AVMCS_ArrayOf_TokenId@@@8 @40616 NONAME ??_R0?AVMCS_ArrayOf_UserId@@@8 @40617 NONAME ??_R0?AVMCS_AssignedChannelId@@@8 @40618 NONAME ??_R0?AVMCS_AUcf@@@8 @40619 NONAME ??_R0?AVMCS_AUrq@@@8 @40620 NONAME ??_R0?AVMCS_CAin@@@8 @40621 NONAME ??_R0?AVMCS_CArq@@@8 @40622 NONAME ??_R0?AVMCS_CCcf@@@8 @40623 NONAME ??_R0?AVMCS_CCrq@@@8 @40624 NONAME ??_R0?AVMCS_CDin@@@8 @40625 NONAME ??_R0?AVMCS_CDrq@@@8 @40626 NONAME ??_R0?AVMCS_CEin@@@8 @40627 NONAME ??_R0?AVMCS_CErq@@@8 @40628 NONAME ??_R0?AVMCS_ChannelAttributes@@@8 @40629 NONAME ??_R0?AVMCS_ChannelAttributes_assigned@@@8 @40630 NONAME ??_R0?AVMCS_ChannelAttributes_private@@@8 @40631 NONAME ??_R0?AVMCS_ChannelAttributes_static@@@8 @40632 NONAME ??_R0?AVMCS_ChannelAttributes_userId@@@8 @40633 NONAME ??_R0?AVMCS_ChannelId@@@8 @40634 NONAME ??_R0?AVMCS_CJcf@@@8 @40635 NONAME ??_R0?AVMCS_CJrq@@@8 @40636 NONAME ??_R0?AVMCS_CLrq@@@8 @40637 NONAME ??_R0?AVMCS_ConnectMCSPDU@@@8 @40638 NONAME ??_R0?AVMCS_Connect_Additional@@@8 @40639 NONAME ??_R0?AVMCS_Connect_Initial@@@8 @40640 NONAME ??_R0?AVMCS_Connect_Response@@@8 @40641 NONAME ??_R0?AVMCS_Connect_Result@@@8 @40642 NONAME ??_R0?AVMCS_DataPriority@@@8 @40643 NONAME ??_R0?AVMCS_Diagnostic@@@8 @40644 NONAME ??_R0?AVMCS_DomainMCSPDU@@@8 @40645 NONAME ??_R0?AVMCS_DomainParameters@@@8 @40646 NONAME ??_R0?AVMCS_DPum@@@8 @40647 NONAME ??_R0?AVMCS_DUin@@@8 @40648 NONAME ??_R0?AVMCS_DUrq@@@8 @40649 NONAME ??_R0?AVMCS_DynamicChannelId@@@8 @40650 NONAME ??_R0?AVMCS_EDrq@@@8 @40651 NONAME ??_R0?AVMCS_MCcf@@@8 @40652 NONAME ??_R0?AVMCS_MCrq@@@8 @40653 NONAME ??_R0?AVMCS_MTcf@@@8 @40654 NONAME ??_R0?AVMCS_MTrq@@@8 @40655 NONAME ??_R0?AVMCS_PCin@@@8 @40656 NONAME ??_R0?AVMCS_PDin@@@8 @40657 NONAME ??_R0?AVMCS_PrivateChannelId@@@8 @40658 NONAME ??_R0?AVMCS_PTin@@@8 @40659 NONAME ??_R0?AVMCS_Reason@@@8 @40660 NONAME ??_R0?AVMCS_Result@@@8 @40661 NONAME ??_R0?AVMCS_RJum@@@8 @40662 NONAME ??_R0?AVMCS_SDin@@@8 @40663 NONAME ??_R0?AVMCS_SDrq@@@8 @40664 NONAME ??_R0?AVMCS_Segmentation@@@8 @40665 NONAME ??_R0?AVMCS_StaticChannelId@@@8 @40666 NONAME ??_R0?AVMCS_TGcf@@@8 @40667 NONAME ??_R0?AVMCS_TGrq@@@8 @40668 NONAME ??_R0?AVMCS_TIcf@@@8 @40669 NONAME ??_R0?AVMCS_TIrq@@@8 @40670 NONAME ??_R0?AVMCS_TokenAttributes@@@8 @40671 NONAME ??_R0?AVMCS_TokenAttributes_given@@@8 @40672 NONAME ??_R0?AVMCS_TokenAttributes_giving@@@8 @40673 NONAME ??_R0?AVMCS_TokenAttributes_grabbed@@@8 @40674 NONAME ??_R0?AVMCS_TokenAttributes_inhibited@@@8 @40675 NONAME ??_R0?AVMCS_TokenAttributes_ungivable@@@8 @40676 NONAME ??_R0?AVMCS_TokenId@@@8 @40677 NONAME ??_R0?AVMCS_TokenStatus@@@8 @40678 NONAME ??_R0?AVMCS_TPin@@@8 @40679 NONAME ??_R0?AVMCS_TPrq@@@8 @40680 NONAME ??_R0?AVMCS_TRcf@@@8 @40681 NONAME ??_R0?AVMCS_TRrq@@@8 @40682 NONAME ??_R0?AVMCS_TTcf@@@8 @40683 NONAME ??_R0?AVMCS_TTrq@@@8 @40684 NONAME ??_R0?AVMCS_TVcf@@@8 @40685 NONAME ??_R0?AVMCS_TVin@@@8 @40686 NONAME ??_R0?AVMCS_TVrq@@@8 @40687 NONAME ??_R0?AVMCS_TVrs@@@8 @40688 NONAME ??_R0?AVMCS_UserId@@@8 @40689 NONAME ??_R0?AVMCS_USin@@@8 @40690 NONAME ??_R0?AVMCS_USrq@@@8 @40691 NONAME ??_R0?AVMonitorMain_PNotifier@H323Gatekeeper@@@8 @40699 NONAME ??_R0?AVMonitorMain_PNotifier@H323GatekeeperServer@@@8 @40700 NONAME ??_R0?AVMonitorMain_PNotifier@H323PeerElement@@@8 @40701 NONAME ??_R0?AVMSIPAddress@PILSSession@@@8 @40702 NONAME ??_R0?AVMXRecordList@PDNS@@@8 @52840 NONAME ??_R0?AVOnCallIntrudeTimeOut_PNotifier@H45011Handler@@@8 @40703 NONAME ??_R0?AVOnCallTransferTimeOut_PNotifier@H4502Handler@@@8 @40704 NONAME ??_R0?AVOnLoadModule_PNotifier@PPluginModuleManager@@@8 @50683 NONAME ??_R0?AVOnUserInputInBandDTMF_PNotifier@H323Connection@@@8 @40705 NONAME ??_R0?AVOnUserInputInlineRFC2833_PNotifier@H323Connection@@@8 @40706 NONAME ??_R0?AVOpalFactoryCodec@@@8 @52426 NONAME ??_R0?AVOpalG711ALaw64kFormat@@@8 @50912 NONAME ??_R0?AVOpalG711ALaw64k_Base@@@8 @52427 NONAME ??_R0?AVOpalG711ALaw64k_Decoder@@@8 @52428 NONAME ??_R0?AVOpalG711ALaw64k_Encoder@@@8 @52429 NONAME ??_R0?AVOpalG711uLaw64kFormat@@@8 @50913 NONAME ??_R0?AVOpalG711uLaw64k_Base@@@8 @52430 NONAME ??_R0?AVOpalG711uLaw64k_Decoder@@@8 @52431 NONAME ??_R0?AVOpalG711uLaw64k_Encoder@@@8 @52432 NONAME ??_R0?AVOpalG7231A_5k3Format@@@8 @50914 NONAME ??_R0?AVOpalG7231A_6k3Format@@@8 @50915 NONAME ??_R0?AVOpalG7231_5k3Format@@@8 @50916 NONAME ??_R0?AVOpalG7231_6k3Format@@@8 @50917 NONAME ??_R0?AVOpalG728Format@@@8 @50918 NONAME ??_R0?AVOpalG729ABFormat@@@8 @50919 NONAME ??_R0?AVOpalG729AFormat@@@8 @50920 NONAME ??_R0?AVOpalG729BFormat@@@8 @50921 NONAME ??_R0?AVOpalG729Format@@@8 @50922 NONAME ??_R0?AVOpalGloballyUniqueID@@@8 @40707 NONAME ??_R0?AVOpalGSM0610Format@@@8 @50923 NONAME ??_R0?AVOpalH261Format@@@8 @50924 NONAME ??_R0?AVOpalIxJDevice@@@8 @40708 NONAME ??_R0?AVOpalLineChannel@@@8 @40709 NONAME ??_R0?AVOpalLineInterfaceDevice@@@8 @40710 NONAME ??_R0?AVOpalMediaFormat@@@8 @40711 NONAME ??_R0?AVOpalPCM16Format@@@8 @50925 NONAME ??_R0?AVOpalPluginCodec@@@8 @52433 NONAME ??_R0?AVOpalPluginMediaFormat@@@8 @50926 NONAME ??_R0?AVOpalRFC2190H263Format@@@8 @53821 NONAME ??_R0?AVOpalRFC2833@@@8 @40712 NONAME ??_R0?AVOpalRFC2833Info@@@8 @40713 NONAME ??_R0?AVOpalRtpToWavFile@@@8 @40714 NONAME ??_R0?AVOpalT120Format@@@8 @50927 NONAME ??_R0?AVOpalT120Protocol@@@8 @40715 NONAME ??_R0?AVOpalT38Protocol@@@8 @40716 NONAME ??_R0?AVOpalUserInputRFC2833Format@@@8 @50928 NONAME ??_R0?AVOpalVoipBlasterDevice@@@8 @40717 NONAME ??_R0?AVOpalVXMLSession@@@8 @40718 NONAME ??_R0?AVOpalWAVFile@@@8 @40719 NONAME ??_R0?AVP64Decoder@@@8 @40720 NONAME ??_R0?AVPASN_Array@@@8 @40721 NONAME ??_R0?AVPASN_BitString@@@8 @40722 NONAME ??_R0?AVPASN_BMPString@@@8 @40723 NONAME ??_R0?AVPASN_Boolean@@@8 @40724 NONAME ??_R0?AVPASN_Choice@@@8 @40725 NONAME ??_R0?AVPASN_ConstrainedObject@@@8 @40726 NONAME ??_R0?AVPASN_ConstrainedString@@@8 @40727 NONAME ??_R0?AVPASN_Enumeration@@@8 @40728 NONAME ??_R0?AVPASN_GeneralisedTime@@@8 @40729 NONAME ??_R0?AVPASN_GeneralString@@@8 @40730 NONAME ??_R0?AVPASN_IA5String@@@8 @40731 NONAME ??_R0?AVPASN_Integer@@@8 @40732 NONAME ??_R0?AVPASN_Null@@@8 @40733 NONAME ??_R0?AVPASN_NumericString@@@8 @40734 NONAME ??_R0?AVPASN_Object@@@8 @40735 NONAME ??_R0?AVPASN_ObjectId@@@8 @40736 NONAME ??_R0?AVPASN_OctetString@@@8 @40737 NONAME ??_R0?AVPASN_PrintableString@@@8 @40738 NONAME ??_R0?AVPASN_Sequence@@@8 @40739 NONAME ??_R0?AVPASN_Stream@@@8 @40740 NONAME ??_R0?AVPASN_VisibleString@@@8 @40741 NONAME ??_R0?AVPLDAPAttributeBase@@@8 @40742 NONAME ??_R0?AVPLDAPStructBase@@@8 @40743 NONAME ??_R0?AVPluginLoader@@@8 @52998 NONAME ??_R0?AVPPER_Stream@@@8 @40744 NONAME ??_R0?AVPre_Vid_Coder@@@8 @40745 NONAME ??_R0?AVPVXMLChannelInterface@@@8 @51517 NONAME ??_R0?AVPVXMLSession@@@8 @40746 NONAME ??_R0?AVPWAVFile@@@8 @40747 NONAME ??_R0?AVPWAVFileConverter@@@8 @52220 NONAME ??_R0?AVPWAVFileConverterALaw@@@8 @52221 NONAME ??_R0?AVPWAVFileConverterULaw@@@8 @52222 NONAME ??_R0?AVPWAVFileConverterXLaw@@@8 @52223 NONAME ??_R0?AVQ931@@@8 @40748 NONAME ??_R0?AVReceivedPacket_PNotifier@OpalRFC2833@@@8 @40749 NONAME ??_R0?AVReceivedPacket_PNotifier@OpalRtpToWavFile@@@8 @40750 NONAME ??_R0?AVReceiverReport@RTP_Session@@@8 @40751 NONAME ??_R0?AVReceiveTimeout_PNotifier@OpalRFC2833@@@8 @40752 NONAME ??_R0?AVRequest@H323Transactor@@@8 @40753 NONAME ??_R0?AVResponse@H323Transactor@@@8 @40754 NONAME ??_R0?AVRFC2190_FfmpgLink@@@8 @53822 NONAME ??_R0?AVRTPerson@PILSSession@@@8 @40755 NONAME ??_R0?AVRTP_ControlFrame@@@8 @40756 NONAME ??_R0?AVRTP_DataFrame@@@8 @40757 NONAME ??_R0?AVRTP_JitterBuffer@@@8 @40758 NONAME ??_R0?AVRTP_JitterBufferAnalyser@@@8 @40759 NONAME ??_R0?AVRTP_QOS@@@8 @40760 NONAME ??_R0?AVRTP_Session@@@8 @40761 NONAME ??_R0?AVRTP_SessionManager@@@8 @40762 NONAME ??_R0?AVRTP_UDP@@@8 @40763 NONAME ??_R0?AVRTP_UserData@@@8 @40764 NONAME ??_R0?AVSenderReport@RTP_Session@@@8 @40765 NONAME ??_R0?AVSlowHandler_PNotifier@H323Transaction@@@8 @40766 NONAME ??_R0?AVSourceDescription@RTP_Session@@@8 @40767 NONAME ??_R0?AVSRVRecordList@PDNS@@@8 @52841 NONAME ??_R0?AVStatusHandler_PNotifier@OpalVoipBlasterDevice@@@8 @40768 NONAME ??_R0?AVStringMap@H323GatekeeperServer@@@8 @40769 NONAME ??_R0?AVT120ConnectPDU@@@8 @40770 NONAME ??_R0?AVT120_X224@@@8 @40771 NONAME ??_R0?AVT38_ArrayOf_PASN_OctetString@@@8 @40772 NONAME ??_R0?AVT38_Data_Field@@@8 @40773 NONAME ??_R0?AVT38_Data_Field_subtype@@@8 @40774 NONAME ??_R0?AVT38_Data_Field_subtype_field_type@@@8 @40775 NONAME ??_R0?AVT38_IFPPacket@@@8 @40776 NONAME ??_R0?AVT38_PreCorrigendum_Data_Field@@@8 @40777 NONAME ??_R0?AVT38_PreCorrigendum_Data_Field_subtype@@@8 @40778 NONAME ??_R0?AVT38_PreCorrigendum_Data_Field_subtype_field_type@@@8 @40779 NONAME ??_R0?AVT38_PreCorrigendum_IFPPacket@@@8 @40780 NONAME ??_R0?AVT38_Type_of_msg@@@8 @40781 NONAME ??_R0?AVT38_Type_of_msg_data@@@8 @40782 NONAME ??_R0?AVT38_Type_of_msg_t30_indicator@@@8 @40783 NONAME ??_R0?AVT38_UDPTLPacket@@@8 @40784 NONAME ??_R0?AVT38_UDPTLPacket_error_recovery@@@8 @40785 NONAME ??_R0?AVT38_UDPTLPacket_error_recovery_fec_info@@@8 @40786 NONAME ??_R0?AVT38_UDPTLPacket_error_recovery_secondary_ifp_packets@@@8 @40787 NONAME ??_R0?AVT38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@@8 @40788 NONAME ??_R0?AVT38_UDPTLPacket_primary_ifp_packet@@@8 @40789 NONAME ??_R0?AVTickleMonitor_PNotifier@H323Gatekeeper@@@8 @40790 NONAME ??_R0?AVTransmitEnded_PNotifier@OpalRFC2833@@@8 @40791 NONAME ??_R0?AVTransmitPacket_PNotifier@OpalRFC2833@@@8 @40792 NONAME ??_R0?AVTransmitter@@@8 @40793 NONAME ??_R0?AVUpdateAllDescriptors_PNotifier@H323PeerElement@@@8 @40794 NONAME ??_R0?AVVoipBlasterInterface@@@8 @40796 NONAME ??_R0?AVWorker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@@8 @52434 NONAME ??_R0?AVWorker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@@8 @52435 NONAME ??_R0?AVWorker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@@8 @52436 NONAME ??_R0?AVWorker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@@8 @52437 NONAME ??_R0?AVWorker@OpalPluginCodecFactory@@@8 @52438 NONAME ??_R0?AVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@8 @52842 NONAME ??_R0?AVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@8 @51786 NONAME ??_R0?AVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@8 @52439 NONAME ??_R0?AVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @51787 NONAME ??_R0?AVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@8 @51788 NONAME ??_R0?AVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@8 @52224 NONAME ??_R0?AVX224@@@8 @40797 NONAME ??_R0?AVX880_Code@@@8 @40798 NONAME ??_R0?AVX880_GeneralProblem@@@8 @40799 NONAME ??_R0?AVX880_Invoke@@@8 @40800 NONAME ??_R0?AVX880_InvokeId@@@8 @40801 NONAME ??_R0?AVX880_InvokeProblem@@@8 @40802 NONAME ??_R0?AVX880_Reject@@@8 @40803 NONAME ??_R0?AVX880_RejectProblem@@@8 @40804 NONAME ??_R0?AVX880_Reject_problem@@@8 @40805 NONAME ??_R0?AVX880_ReturnError@@@8 @40806 NONAME ??_R0?AVX880_ReturnErrorProblem@@@8 @40807 NONAME ??_R0?AVX880_ReturnResult@@@8 @40808 NONAME ??_R0?AVX880_ReturnResultProblem@@@8 @40809 NONAME ??_R0?AVX880_ReturnResult_result@@@8 @40810 NONAME ??_R0?AVX880_ROS@@@8 @40811 NONAME ??_R1A@?0A@8WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@8 @52843 NONAME ??_R1A@?0A@8WorkerBase@?$PFactory@VH323Capability@@VPString@@@@8 @51789 NONAME ??_R1A@?0A@8WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51790 NONAME ??_R1A@?0A@8WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @51791 NONAME ??_R1A@?0A@8WorkerBase@?$PFactory@VPWAVFileConverter@@I@@8 @52225 NONAME ??_R1A@?0A@A@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@8 @40812 NONAME ??_R1A@?0A@A@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@8 @40813 NONAME ??_R1A@?0A@A@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@8 @40814 NONAME ??_R1A@?0A@A@?$H235_HASHED@VH235_EncodedGeneralToken@@@@8 @40815 NONAME ??_R1A@?0A@A@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@8 @40816 NONAME ??_R1A@?0A@A@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@8 @40817 NONAME ??_R1A@?0A@A@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@8 @40818 NONAME ??_R1A@?0A@A@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@8 @40819 NONAME ??_R1A@?0A@A@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@8 @40820 NONAME ??_R1A@?0A@A@?$H235_SIGNED@VH235_EncodedReturnSig@@@@8 @40821 NONAME ??_R1A@?0A@A@?$PArray@V?$PList@VH323Capability@@@@@@8 @40822 NONAME ??_R1A@?0A@A@?$PArray@VH323SimultaneousCapabilities@@@@8 @40823 NONAME ??_R1A@?0A@A@?$PArray@VH323TransportAddress@@@@8 @40824 NONAME ??_R1A@?0A@A@?$PArray@VReceiverReport@RTP_Session@@@@8 @40825 NONAME ??_R1A@?0A@A@?$PArray@VSourceDescription@RTP_Session@@@@8 @40826 NONAME ??_R1A@?0A@A@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@8 @40827 NONAME ??_R1A@?0A@A@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@8 @40828 NONAME ??_R1A@?0A@A@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@8 @40829 NONAME ??_R1A@?0A@A@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@8 @40830 NONAME ??_R1A@?0A@A@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@8 @40831 NONAME ??_R1A@?0A@A@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@8 @40832 NONAME ??_R1A@?0A@A@?$PDictionary@VPString@@VH323Connection@@@@8 @40833 NONAME ??_R1A@?0A@A@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@8 @40834 NONAME ??_R1A@?0A@A@?$PDictionary@VPString@@VPOrdinalKey@@@@8 @40835 NONAME ??_R1A@?0A@A@?$PFactory@VH235Authenticator@@VPString@@@@8 @52844 NONAME ??_R1A@?0A@A@?$PFactory@VH323Capability@@VPString@@@@8 @51792 NONAME ??_R1A@?0A@A@?$PFactory@VH323StaticPluginCodec@@VPString@@@@8 @51793 NONAME ??_R1A@?0A@A@?$PFactory@VOpalFactoryCodec@@VPString@@@@8 @52440 NONAME ??_R1A@?0A@A@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51794 NONAME ??_R1A@?0A@A@?$PFactory@VPWAVFileConverter@@I@@8 @52226 NONAME ??_R1A@?0A@A@?$PList@VH235Authenticator@@@@8 @40836 NONAME ??_R1A@?0A@A@?$PList@VH245_GenericParameter@@@@8 @53303 NONAME ??_R1A@?0A@A@?$PList@VH263Packet@@@@8 @53823 NONAME ??_R1A@?0A@A@?$PList@VH323Capability@@@@8 @40838 NONAME ??_R1A@?0A@A@?$PList@VH323Channel@@@@8 @40839 NONAME ??_R1A@?0A@A@?$PList@VH323GatekeeperListener@@@@8 @40840 NONAME ??_R1A@?0A@A@?$PList@VH323Listener@@@@8 @40841 NONAME ??_R1A@?0A@A@?$PList@VH323Transactor@@@@8 @40842 NONAME ??_R1A@?0A@A@?$PList@VH450xHandler@@@@8 @40843 NONAME ??_R1A@?0A@A@?$PList@VOpalMediaFormat@@@@8 @40845 NONAME ??_R1A@?0A@A@?$PList@VPBYTEArray@@@@8 @40846 NONAME ??_R1A@?0A@A@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@8 @40847 NONAME ??_R1A@?0A@A@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@8 @40848 NONAME ??_R1A@?0A@A@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@8 @40849 NONAME ??_R1A@?0A@A@?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@8 @40850 NONAME ??_R1A@?0A@A@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@8 @40851 NONAME ??_R1A@?0A@A@?$PSafePtr@VH323GatekeeperCall@@@@8 @40852 NONAME ??_R1A@?0A@A@?$PSafePtr@VH323PeerElementDescriptor@@@@8 @40853 NONAME ??_R1A@?0A@A@?$PSafePtr@VH323PeerElementServiceRelationship@@@@8 @40854 NONAME ??_R1A@?0A@A@?$PSafePtr@VH323RegisteredEndPoint@@@@8 @40855 NONAME ??_R1A@?0A@A@?$PSafeSortedList@VH323GatekeeperCall@@@@8 @40856 NONAME ??_R1A@?0A@A@?$PSafeSortedList@VH323PeerElementDescriptor@@@@8 @40857 NONAME ??_R1A@?0A@A@?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@8 @40858 NONAME ??_R1A@?0A@A@?$PSet@VPOrdinalKey@@@@8 @40859 NONAME ??_R1A@?0A@A@?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@8 @40860 NONAME ??_R1A@?0A@A@?$PSortedList@VH225_AliasAddress@@@@8 @40861 NONAME ??_R1A@?0A@A@?$PSortedList@VH323GatekeeperCall@@@@8 @40862 NONAME ??_R1A@?0A@A@?$PSortedList@VH323PeerElementDescriptor@@@@8 @40863 NONAME ??_R1A@?0A@A@?$PSortedList@VH323PeerElementServiceRelationship@@@@8 @40864 NONAME ??_R1A@?0A@A@?$PSortedList@VMXRecord@PDNS@@@@8 @52845 NONAME ??_R1A@?0A@A@?$PSortedList@VResponse@H323Transactor@@@@8 @40865 NONAME ??_R1A@?0A@A@?$PSortedList@VSRVRecord@PDNS@@@@8 @52846 NONAME ??_R1A@?0A@A@?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @52847 NONAME ??_R1A@?0A@A@?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @52848 NONAME ??_R1A@?0A@A@?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @52849 NONAME ??_R1A@?0A@A@?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @51795 NONAME ??_R1A@?0A@A@?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51796 NONAME ??_R1A@?0A@A@?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51797 NONAME ??_R1A@?0A@A@?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51798 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51799 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51800 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51801 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51802 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51803 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51804 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51805 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51806 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51807 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51808 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51809 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51810 NONAME ??_R1A@?0A@A@?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51811 NONAME ??_R1A@?0A@A@?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51812 NONAME ??_R1A@?0A@A@?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51813 NONAME ??_R1A@?0A@A@?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51814 NONAME ??_R1A@?0A@A@?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51815 NONAME ??_R1A@?0A@A@?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51816 NONAME ??_R1A@?0A@A@?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51817 NONAME ??_R1A@?0A@A@?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51818 NONAME ??_R1A@?0A@A@?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51819 NONAME ??_R1A@?0A@A@?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51820 NONAME ??_R1A@?0A@A@?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51821 NONAME ??_R1A@?0A@A@?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51822 NONAME ??_R1A@?0A@A@?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51823 NONAME ??_R1A@?0A@A@?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51824 NONAME ??_R1A@?0A@A@?$Worker@VOpalRFC2190H263Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @53824 NONAME ??_R1A@?0A@A@?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51825 NONAME ??_R1A@?0A@A@?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51826 NONAME ??_R1A@?0A@A@?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@8 @52999 NONAME ??_R1A@?0A@A@?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@8 @52227 NONAME ??_R1A@?0A@A@?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@8 @52228 NONAME ??_R1A@?0A@A@AliasKey@H323PeerElement@@8 @40866 NONAME ??_R1A@?0A@A@AlternateInfo@H323Gatekeeper@@8 @40867 NONAME ??_R1A@?0A@A@ByteQueue@OpalVoipBlasterDevice@@8 @40868 NONAME ??_R1A@?0A@A@Encoder@@8 @40869 NONAME ??_R1A@?0A@A@Entry@RTP_JitterBuffer@@8 @40870 NONAME ??_R1A@?0A@A@FilterInfo@H323Codec@@8 @40872 NONAME ??_R1A@?0A@A@FullP64Decoder@@8 @40873 NONAME ??_R1A@?0A@A@G7231_File_Capability@@8 @40874 NONAME ??_R1A@?0A@A@G7231_File_Codec@@8 @40875 NONAME ??_R1A@?0A@A@GCC_AlternativeNodeID@@8 @40876 NONAME ??_R1A@?0A@A@GCC_ApplicationInvokeIndication@@8 @40877 NONAME ??_R1A@?0A@A@GCC_ApplicationInvokeSpecifier@@8 @40878 NONAME ??_R1A@?0A@A@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@8 @40879 NONAME ??_R1A@?0A@A@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@8 @40880 NONAME ??_R1A@?0A@A@GCC_ApplicationRecord@@8 @40881 NONAME ??_R1A@?0A@A@GCC_ApplicationRecord_nonCollapsingCapabilities@@8 @40882 NONAME ??_R1A@?0A@A@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@8 @40883 NONAME ??_R1A@?0A@A@GCC_ArrayOf_ApplicationInvokeSpecifier@@8 @40884 NONAME ??_R1A@?0A@A@GCC_ArrayOf_ChallengeItem@@8 @40885 NONAME ??_R1A@?0A@A@GCC_ArrayOf_ConferenceDescriptor@@8 @40886 NONAME ??_R1A@?0A@A@GCC_ArrayOf_Privilege@@8 @40887 NONAME ??_R1A@?0A@A@GCC_ArrayOf_TextString@@8 @40888 NONAME ??_R1A@?0A@A@GCC_ArrayOf_UserID@@8 @40889 NONAME ??_R1A@?0A@A@GCC_AsymmetryIndicator@@8 @40890 NONAME ??_R1A@?0A@A@GCC_CapabilityClass@@8 @40891 NONAME ??_R1A@?0A@A@GCC_CapabilityID@@8 @40892 NONAME ??_R1A@?0A@A@GCC_ChallengeItem@@8 @40893 NONAME ??_R1A@?0A@A@GCC_ChallengeRequest@@8 @40894 NONAME ??_R1A@?0A@A@GCC_ChallengeResponse@@8 @40895 NONAME ??_R1A@?0A@A@GCC_ChallengeResponseAlgorithm@@8 @40896 NONAME ??_R1A@?0A@A@GCC_ChallengeResponseItem@@8 @40897 NONAME ??_R1A@?0A@A@GCC_ChannelID@@8 @40898 NONAME ??_R1A@?0A@A@GCC_ChannelType@@8 @40899 NONAME ??_R1A@?0A@A@GCC_ConductorAssignIndication@@8 @40900 NONAME ??_R1A@?0A@A@GCC_ConductorPermissionAskIndication@@8 @40901 NONAME ??_R1A@?0A@A@GCC_ConductorPermissionGrantIndication@@8 @40902 NONAME ??_R1A@?0A@A@GCC_ConductorReleaseIndication@@8 @40903 NONAME ??_R1A@?0A@A@GCC_ConferenceAddRequest@@8 @40904 NONAME ??_R1A@?0A@A@GCC_ConferenceAddResponse@@8 @40905 NONAME ??_R1A@?0A@A@GCC_ConferenceAddResponse_result@@8 @40906 NONAME ??_R1A@?0A@A@GCC_ConferenceAssistanceIndication@@8 @40907 NONAME ??_R1A@?0A@A@GCC_ConferenceCreateRequest@@8 @40908 NONAME ??_R1A@?0A@A@GCC_ConferenceCreateResponse@@8 @40909 NONAME ??_R1A@?0A@A@GCC_ConferenceCreateResponse_result@@8 @40910 NONAME ??_R1A@?0A@A@GCC_ConferenceDescriptor@@8 @40911 NONAME ??_R1A@?0A@A@GCC_ConferenceEjectUserIndication@@8 @40912 NONAME ??_R1A@?0A@A@GCC_ConferenceEjectUserIndication_reason@@8 @40913 NONAME ??_R1A@?0A@A@GCC_ConferenceEjectUserRequest@@8 @40914 NONAME ??_R1A@?0A@A@GCC_ConferenceEjectUserRequest_reason@@8 @40915 NONAME ??_R1A@?0A@A@GCC_ConferenceEjectUserResponse@@8 @40916 NONAME ??_R1A@?0A@A@GCC_ConferenceEjectUserResponse_result@@8 @40917 NONAME ??_R1A@?0A@A@GCC_ConferenceInviteRequest@@8 @40918 NONAME ??_R1A@?0A@A@GCC_ConferenceInviteResponse@@8 @40919 NONAME ??_R1A@?0A@A@GCC_ConferenceInviteResponse_result@@8 @40920 NONAME ??_R1A@?0A@A@GCC_ConferenceJoinRequest@@8 @40921 NONAME ??_R1A@?0A@A@GCC_ConferenceJoinResponse@@8 @40922 NONAME ??_R1A@?0A@A@GCC_ConferenceJoinResponse_result@@8 @40923 NONAME ??_R1A@?0A@A@GCC_ConferenceLockIndication@@8 @40924 NONAME ??_R1A@?0A@A@GCC_ConferenceLockRequest@@8 @40925 NONAME ??_R1A@?0A@A@GCC_ConferenceLockResponse@@8 @40926 NONAME ??_R1A@?0A@A@GCC_ConferenceLockResponse_result@@8 @40927 NONAME ??_R1A@?0A@A@GCC_ConferenceName@@8 @40928 NONAME ??_R1A@?0A@A@GCC_ConferenceNameModifier@@8 @40929 NONAME ??_R1A@?0A@A@GCC_ConferenceNameSelector@@8 @40930 NONAME ??_R1A@?0A@A@GCC_ConferencePriority@@8 @40931 NONAME ??_R1A@?0A@A@GCC_ConferencePriorityScheme@@8 @40932 NONAME ??_R1A@?0A@A@GCC_ConferenceQueryRequest@@8 @40933 NONAME ??_R1A@?0A@A@GCC_ConferenceQueryResponse@@8 @40934 NONAME ??_R1A@?0A@A@GCC_ConferenceQueryResponse_result@@8 @40935 NONAME ??_R1A@?0A@A@GCC_ConferenceTerminateIndication@@8 @40936 NONAME ??_R1A@?0A@A@GCC_ConferenceTerminateIndication_reason@@8 @40937 NONAME ??_R1A@?0A@A@GCC_ConferenceTerminateRequest@@8 @40938 NONAME ??_R1A@?0A@A@GCC_ConferenceTerminateRequest_reason@@8 @40939 NONAME ??_R1A@?0A@A@GCC_ConferenceTerminateResponse@@8 @40940 NONAME ??_R1A@?0A@A@GCC_ConferenceTerminateResponse_result@@8 @40941 NONAME ??_R1A@?0A@A@GCC_ConferenceTimeExtendIndication@@8 @40942 NONAME ??_R1A@?0A@A@GCC_ConferenceTimeInquireIndication@@8 @40943 NONAME ??_R1A@?0A@A@GCC_ConferenceTimeRemainingIndication@@8 @40944 NONAME ??_R1A@?0A@A@GCC_ConferenceTransferIndication@@8 @40945 NONAME ??_R1A@?0A@A@GCC_ConferenceTransferRequest@@8 @40946 NONAME ??_R1A@?0A@A@GCC_ConferenceTransferResponse@@8 @40947 NONAME ??_R1A@?0A@A@GCC_ConferenceTransferResponse_result@@8 @40948 NONAME ??_R1A@?0A@A@GCC_ConferenceUnlockIndication@@8 @40949 NONAME ??_R1A@?0A@A@GCC_ConferenceUnlockRequest@@8 @40950 NONAME ??_R1A@?0A@A@GCC_ConferenceUnlockResponse@@8 @40951 NONAME ??_R1A@?0A@A@GCC_ConferenceUnlockResponse_result@@8 @40952 NONAME ??_R1A@?0A@A@GCC_ConnectData@@8 @40953 NONAME ??_R1A@?0A@A@GCC_ConnectGCCPDU@@8 @40954 NONAME ??_R1A@?0A@A@GCC_DialingString@@8 @40955 NONAME ??_R1A@?0A@A@GCC_DynamicChannelID@@8 @40956 NONAME ??_R1A@?0A@A@GCC_DynamicTokenID@@8 @40957 NONAME ??_R1A@?0A@A@GCC_EntityID@@8 @40958 NONAME ??_R1A@?0A@A@GCC_ExtraDialingString@@8 @40959 NONAME ??_R1A@?0A@A@GCC_FunctionNotSupportedResponse@@8 @40960 NONAME ??_R1A@?0A@A@GCC_GCCPDU@@8 @40961 NONAME ??_R1A@?0A@A@GCC_H221NonStandardIdentifier@@8 @40962 NONAME ??_R1A@?0A@A@GCC_Handle@@8 @40963 NONAME ??_R1A@?0A@A@GCC_IndicationPDU@@8 @40964 NONAME ??_R1A@?0A@A@GCC_Key@@8 @40965 NONAME ??_R1A@?0A@A@GCC_NetworkAddress@@8 @40966 NONAME ??_R1A@?0A@A@GCC_NetworkAddress_subtype@@8 @40967 NONAME ??_R1A@?0A@A@GCC_NetworkAddress_subtype_aggregatedChannel@@8 @40968 NONAME ??_R1A@?0A@A@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@8 @40969 NONAME ??_R1A@?0A@A@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@8 @40970 NONAME ??_R1A@?0A@A@GCC_NetworkAddress_subtype_transportConnection@@8 @40971 NONAME ??_R1A@?0A@A@GCC_NodeProperties@@8 @40972 NONAME ??_R1A@?0A@A@GCC_NodeRecord@@8 @40973 NONAME ??_R1A@?0A@A@GCC_NodeType@@8 @40974 NONAME ??_R1A@?0A@A@GCC_NonStandardParameter@@8 @40975 NONAME ??_R1A@?0A@A@GCC_NonStandardPDU@@8 @40976 NONAME ??_R1A@?0A@A@GCC_Password@@8 @40977 NONAME ??_R1A@?0A@A@GCC_PasswordChallengeRequestResponse@@8 @40978 NONAME ??_R1A@?0A@A@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@8 @40979 NONAME ??_R1A@?0A@A@GCC_PasswordSelector@@8 @40980 NONAME ??_R1A@?0A@A@GCC_Privilege@@8 @40981 NONAME ??_R1A@?0A@A@GCC_RegistryAllocateHandleRequest@@8 @40982 NONAME ??_R1A@?0A@A@GCC_RegistryAllocateHandleResponse@@8 @40983 NONAME ??_R1A@?0A@A@GCC_RegistryAllocateHandleResponse_result@@8 @40984 NONAME ??_R1A@?0A@A@GCC_RegistryAssignTokenRequest@@8 @40985 NONAME ??_R1A@?0A@A@GCC_RegistryDeleteEntryRequest@@8 @40986 NONAME ??_R1A@?0A@A@GCC_RegistryEntryOwner@@8 @40987 NONAME ??_R1A@?0A@A@GCC_RegistryEntryOwner_owned@@8 @40988 NONAME ??_R1A@?0A@A@GCC_RegistryItem@@8 @40989 NONAME ??_R1A@?0A@A@GCC_RegistryKey@@8 @40990 NONAME ??_R1A@?0A@A@GCC_RegistryModificationRights@@8 @40991 NONAME ??_R1A@?0A@A@GCC_RegistryMonitorEntryIndication@@8 @40992 NONAME ??_R1A@?0A@A@GCC_RegistryMonitorEntryRequest@@8 @40993 NONAME ??_R1A@?0A@A@GCC_RegistryRegisterChannelRequest@@8 @40994 NONAME ??_R1A@?0A@A@GCC_RegistryResponse@@8 @40995 NONAME ??_R1A@?0A@A@GCC_RegistryResponse_primitiveType@@8 @40996 NONAME ??_R1A@?0A@A@GCC_RegistryResponse_result@@8 @40997 NONAME ??_R1A@?0A@A@GCC_RegistryRetrieveEntryRequest@@8 @40998 NONAME ??_R1A@?0A@A@GCC_RegistrySetParameterRequest@@8 @40999 NONAME ??_R1A@?0A@A@GCC_RequestPDU@@8 @41000 NONAME ??_R1A@?0A@A@GCC_ResponsePDU@@8 @41001 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication@@8 @41002 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation@@8 @41003 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype@@8 @41004 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@8 @41005 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@8 @41006 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@8 @41007 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@8 @41008 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@8 @41009 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@8 @41010 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@8 @41011 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@8 @41012 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@8 @41013 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation@@8 @41014 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@8 @41015 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@8 @41016 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@8 @41017 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@8 @41018 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@8 @41019 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@8 @41020 NONAME ??_R1A@?0A@A@GCC_SessionKey@@8 @41021 NONAME ??_R1A@?0A@A@GCC_SimpleNumericString@@8 @41022 NONAME ??_R1A@?0A@A@GCC_SimpleTextString@@8 @41023 NONAME ??_R1A@?0A@A@GCC_StaticChannelID@@8 @41024 NONAME ??_R1A@?0A@A@GCC_StaticTokenID@@8 @41025 NONAME ??_R1A@?0A@A@GCC_SubAddressString@@8 @41026 NONAME ??_R1A@?0A@A@GCC_TerminationMethod@@8 @41027 NONAME ??_R1A@?0A@A@GCC_TextMessageIndication@@8 @41028 NONAME ??_R1A@?0A@A@GCC_TextString@@8 @41029 NONAME ??_R1A@?0A@A@GCC_Time@@8 @41030 NONAME ??_R1A@?0A@A@GCC_TokenID@@8 @41031 NONAME ??_R1A@?0A@A@GCC_UserData@@8 @41032 NONAME ??_R1A@?0A@A@GCC_UserData_subtype@@8 @41033 NONAME ??_R1A@?0A@A@GCC_UserID@@8 @41034 NONAME ??_R1A@?0A@A@GCC_UserIDIndication@@8 @41035 NONAME ??_R1A@?0A@A@H225CallThread@@8 @41036 NONAME ??_R1A@?0A@A@H225TransportThread@@8 @41037 NONAME ??_R1A@?0A@A@H225_AddressPattern@@8 @41038 NONAME ??_R1A@?0A@A@H225_AddressPattern_range@@8 @41039 NONAME ??_R1A@?0A@A@H225_AdmissionConfirm@@8 @41040 NONAME ??_R1A@?0A@A@H225_AdmissionConfirm_language@@8 @41041 NONAME ??_R1A@?0A@A@H225_AdmissionReject@@8 @41042 NONAME ??_R1A@?0A@A@H225_AdmissionRejectReason@@8 @41043 NONAME ??_R1A@?0A@A@H225_AdmissionRequest@@8 @41044 NONAME ??_R1A@?0A@A@H225_Alerting_UUIE@@8 @41045 NONAME ??_R1A@?0A@A@H225_AliasAddress@@8 @41046 NONAME ??_R1A@?0A@A@H225_AlternateGK@@8 @41047 NONAME ??_R1A@?0A@A@H225_AlternateTransportAddresses@@8 @41048 NONAME ??_R1A@?0A@A@H225_AltGKInfo@@8 @41049 NONAME ??_R1A@?0A@A@H225_ANSI_41_UIM@@8 @41050 NONAME ??_R1A@?0A@A@H225_ANSI_41_UIM_system_id@@8 @41051 NONAME ??_R1A@?0A@A@H225_ArrayOf_AddressPattern@@8 @41052 NONAME ??_R1A@?0A@A@H225_ArrayOf_AdmissionConfirm@@8 @41053 NONAME ??_R1A@?0A@A@H225_ArrayOf_AliasAddress@@8 @41054 NONAME ??_R1A@?0A@A@H225_ArrayOf_AlternateGK@@8 @41055 NONAME ??_R1A@?0A@A@H225_ArrayOf_AuthenticationMechanism@@8 @41056 NONAME ??_R1A@?0A@A@H225_ArrayOf_BandwidthDetails@@8 @41057 NONAME ??_R1A@?0A@A@H225_ArrayOf_CallReferenceValue@@8 @41058 NONAME ??_R1A@?0A@A@H225_ArrayOf_CallsAvailable@@8 @41059 NONAME ??_R1A@?0A@A@H225_ArrayOf_ClearToken@@8 @41060 NONAME ??_R1A@?0A@A@H225_ArrayOf_ConferenceIdentifier@@8 @41061 NONAME ??_R1A@?0A@A@H225_ArrayOf_ConferenceList@@8 @41062 NONAME ??_R1A@?0A@A@H225_ArrayOf_CryptoH323Token@@8 @41063 NONAME ??_R1A@?0A@A@H225_ArrayOf_DataRate@@8 @41064 NONAME ??_R1A@?0A@A@H225_ArrayOf_Endpoint@@8 @41065 NONAME ??_R1A@?0A@A@H225_ArrayOf_EnumeratedParameter@@8 @41066 NONAME ??_R1A@?0A@A@H225_ArrayOf_ExtendedAliasAddress@@8 @41067 NONAME ??_R1A@?0A@A@H225_ArrayOf_FeatureDescriptor@@8 @41068 NONAME ??_R1A@?0A@A@H225_ArrayOf_GenericData@@8 @41069 NONAME ??_R1A@?0A@A@H225_ArrayOf_H245Security@@8 @41070 NONAME ??_R1A@?0A@A@H225_ArrayOf_H248PackagesDescriptor@@8 @41071 NONAME ??_R1A@?0A@A@H225_ArrayOf_IntegrityMechanism@@8 @41072 NONAME ??_R1A@?0A@A@H225_ArrayOf_NonStandardParameter@@8 @41073 NONAME ??_R1A@?0A@A@H225_ArrayOf_PartyNumber@@8 @41074 NONAME ??_R1A@?0A@A@H225_ArrayOf_PASN_ObjectId@@8 @41075 NONAME ??_R1A@?0A@A@H225_ArrayOf_PASN_OctetString@@8 @41076 NONAME ??_R1A@?0A@A@H225_ArrayOf_RasUsageSpecification@@8 @41077 NONAME ??_R1A@?0A@A@H225_ArrayOf_RTPSession@@8 @41078 NONAME ??_R1A@?0A@A@H225_ArrayOf_ServiceControlSession@@8 @41079 NONAME ??_R1A@?0A@A@H225_ArrayOf_SupportedPrefix@@8 @41080 NONAME ??_R1A@?0A@A@H225_ArrayOf_SupportedProtocols@@8 @41081 NONAME ??_R1A@?0A@A@H225_ArrayOf_TransportAddress@@8 @41082 NONAME ??_R1A@?0A@A@H225_ArrayOf_TransportChannelInfo@@8 @41083 NONAME ??_R1A@?0A@A@H225_ArrayOf_TunnelledProtocol@@8 @41084 NONAME ??_R1A@?0A@A@H225_BandRejectReason@@8 @41085 NONAME ??_R1A@?0A@A@H225_BandWidth@@8 @41086 NONAME ??_R1A@?0A@A@H225_BandwidthConfirm@@8 @41087 NONAME ??_R1A@?0A@A@H225_BandwidthDetails@@8 @41088 NONAME ??_R1A@?0A@A@H225_BandwidthReject@@8 @41089 NONAME ??_R1A@?0A@A@H225_BandwidthRequest@@8 @41090 NONAME ??_R1A@?0A@A@H225_CallCapacity@@8 @41091 NONAME ??_R1A@?0A@A@H225_CallCapacityInfo@@8 @41092 NONAME ??_R1A@?0A@A@H225_CallCreditCapability@@8 @41093 NONAME ??_R1A@?0A@A@H225_CallCreditServiceControl@@8 @41094 NONAME ??_R1A@?0A@A@H225_CallCreditServiceControl_billingMode@@8 @41095 NONAME ??_R1A@?0A@A@H225_CallCreditServiceControl_callStartingPoint@@8 @41096 NONAME ??_R1A@?0A@A@H225_CallIdentifier@@8 @41097 NONAME ??_R1A@?0A@A@H225_CallLinkage@@8 @41098 NONAME ??_R1A@?0A@A@H225_CallModel@@8 @41099 NONAME ??_R1A@?0A@A@H225_CallProceeding_UUIE@@8 @41100 NONAME ??_R1A@?0A@A@H225_CallReferenceValue@@8 @41101 NONAME ??_R1A@?0A@A@H225_CallsAvailable@@8 @41102 NONAME ??_R1A@?0A@A@H225_CallTerminationCause@@8 @41103 NONAME ??_R1A@?0A@A@H225_CallType@@8 @41104 NONAME ??_R1A@?0A@A@H225_CapacityReportingCapability@@8 @41105 NONAME ??_R1A@?0A@A@H225_CapacityReportingSpecification@@8 @41106 NONAME ??_R1A@?0A@A@H225_CapacityReportingSpecification_when@@8 @41107 NONAME ??_R1A@?0A@A@H225_CarrierInfo@@8 @41108 NONAME ??_R1A@?0A@A@H225_CicInfo@@8 @41109 NONAME ??_R1A@?0A@A@H225_CicInfo_cic@@8 @41110 NONAME ??_R1A@?0A@A@H225_CircuitIdentifier@@8 @41111 NONAME ??_R1A@?0A@A@H225_CircuitInfo@@8 @41112 NONAME ??_R1A@?0A@A@H225_ConferenceIdentifier@@8 @41113 NONAME ??_R1A@?0A@A@H225_ConferenceList@@8 @41114 NONAME ??_R1A@?0A@A@H225_Connect_UUIE@@8 @41115 NONAME ??_R1A@?0A@A@H225_Connect_UUIE_language@@8 @41116 NONAME ??_R1A@?0A@A@H225_Content@@8 @41117 NONAME ??_R1A@?0A@A@H225_CryptoH323Token@@8 @41118 NONAME ??_R1A@?0A@A@H225_CryptoH323Token_cryptoEPPwdHash@@8 @41119 NONAME ??_R1A@?0A@A@H225_CryptoH323Token_cryptoGKPwdHash@@8 @41120 NONAME ??_R1A@?0A@A@H225_DataRate@@8 @41121 NONAME ??_R1A@?0A@A@H225_DisengageConfirm@@8 @41122 NONAME ??_R1A@?0A@A@H225_DisengageReason@@8 @41123 NONAME ??_R1A@?0A@A@H225_DisengageReject@@8 @41124 NONAME ??_R1A@?0A@A@H225_DisengageRejectReason@@8 @41125 NONAME ??_R1A@?0A@A@H225_DisengageRequest@@8 @41126 NONAME ??_R1A@?0A@A@H225_EncodedFastStartToken@@8 @41127 NONAME ??_R1A@?0A@A@H225_EncryptIntAlg@@8 @41128 NONAME ??_R1A@?0A@A@H225_Endpoint@@8 @41129 NONAME ??_R1A@?0A@A@H225_EndpointIdentifier@@8 @41130 NONAME ??_R1A@?0A@A@H225_EndpointType@@8 @41131 NONAME ??_R1A@?0A@A@H225_EnumeratedParameter@@8 @41132 NONAME ??_R1A@?0A@A@H225_ExtendedAliasAddress@@8 @41133 NONAME ??_R1A@?0A@A@H225_FacilityReason@@8 @41134 NONAME ??_R1A@?0A@A@H225_Facility_UUIE@@8 @41135 NONAME ??_R1A@?0A@A@H225_FastStartToken@@8 @41136 NONAME ??_R1A@?0A@A@H225_FeatureDescriptor@@8 @41137 NONAME ??_R1A@?0A@A@H225_FeatureSet@@8 @41138 NONAME ??_R1A@?0A@A@H225_GatekeeperConfirm@@8 @41139 NONAME ??_R1A@?0A@A@H225_GatekeeperIdentifier@@8 @41140 NONAME ??_R1A@?0A@A@H225_GatekeeperInfo@@8 @41141 NONAME ??_R1A@?0A@A@H225_GatekeeperReject@@8 @41142 NONAME ??_R1A@?0A@A@H225_GatekeeperRejectReason@@8 @41143 NONAME ??_R1A@?0A@A@H225_GatekeeperRequest@@8 @41144 NONAME ??_R1A@?0A@A@H225_GatewayInfo@@8 @41145 NONAME ??_R1A@?0A@A@H225_GenericData@@8 @41146 NONAME ??_R1A@?0A@A@H225_GenericIdentifier@@8 @41147 NONAME ??_R1A@?0A@A@H225_GloballyUniqueID@@8 @41148 NONAME ??_R1A@?0A@A@H225_GroupID@@8 @41149 NONAME ??_R1A@?0A@A@H225_GroupID_member@@8 @41150 NONAME ??_R1A@?0A@A@H225_GSM_UIM@@8 @41151 NONAME ??_R1A@?0A@A@H225_H221NonStandard@@8 @41152 NONAME ??_R1A@?0A@A@H225_H245Security@@8 @41153 NONAME ??_R1A@?0A@A@H225_H248PackagesDescriptor@@8 @41154 NONAME ??_R1A@?0A@A@H225_H248SignalsDescriptor@@8 @41155 NONAME ??_R1A@?0A@A@H225_H310Caps@@8 @41156 NONAME ??_R1A@?0A@A@H225_H320Caps@@8 @41157 NONAME ??_R1A@?0A@A@H225_H321Caps@@8 @41158 NONAME ??_R1A@?0A@A@H225_H322Caps@@8 @41159 NONAME ??_R1A@?0A@A@H225_H323Caps@@8 @41160 NONAME ??_R1A@?0A@A@H225_H323_UserInformation@@8 @41161 NONAME ??_R1A@?0A@A@H225_H323_UserInformation_user_data@@8 @41162 NONAME ??_R1A@?0A@A@H225_H323_UU_PDU@@8 @41163 NONAME ??_R1A@?0A@A@H225_H323_UU_PDU_h323_message_body@@8 @41164 NONAME ??_R1A@?0A@A@H225_H323_UU_PDU_tunnelledSignallingMessage@@8 @41165 NONAME ??_R1A@?0A@A@H225_H324Caps@@8 @41166 NONAME ??_R1A@?0A@A@H225_ICV@@8 @41167 NONAME ??_R1A@?0A@A@H225_InfoRequest@@8 @41168 NONAME ??_R1A@?0A@A@H225_InfoRequestAck@@8 @41169 NONAME ??_R1A@?0A@A@H225_InfoRequestNak@@8 @41170 NONAME ??_R1A@?0A@A@H225_InfoRequestNakReason@@8 @41171 NONAME ??_R1A@?0A@A@H225_InfoRequestResponse@@8 @41172 NONAME ??_R1A@?0A@A@H225_InfoRequestResponseStatus@@8 @41173 NONAME ??_R1A@?0A@A@H225_InfoRequestResponse_perCallInfo@@8 @41174 NONAME ??_R1A@?0A@A@H225_InfoRequestResponse_perCallInfo_subtype@@8 @41175 NONAME ??_R1A@?0A@A@H225_InfoRequestResponse_perCallInfo_subtype_pdu@@8 @41176 NONAME ??_R1A@?0A@A@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@8 @41177 NONAME ??_R1A@?0A@A@H225_Information_UUIE@@8 @41178 NONAME ??_R1A@?0A@A@H225_IntegrityMechanism@@8 @41179 NONAME ??_R1A@?0A@A@H225_LocationConfirm@@8 @41180 NONAME ??_R1A@?0A@A@H225_LocationReject@@8 @41181 NONAME ??_R1A@?0A@A@H225_LocationRejectReason@@8 @41182 NONAME ??_R1A@?0A@A@H225_LocationRequest@@8 @41183 NONAME ??_R1A@?0A@A@H225_McuInfo@@8 @41184 NONAME ??_R1A@?0A@A@H225_MobileUIM@@8 @41185 NONAME ??_R1A@?0A@A@H225_NonIsoIntegrityMechanism@@8 @41186 NONAME ??_R1A@?0A@A@H225_NonStandardIdentifier@@8 @41187 NONAME ??_R1A@?0A@A@H225_NonStandardMessage@@8 @41188 NONAME ??_R1A@?0A@A@H225_NonStandardParameter@@8 @41189 NONAME ??_R1A@?0A@A@H225_NonStandardProtocol@@8 @41190 NONAME ??_R1A@?0A@A@H225_Notify_UUIE@@8 @41191 NONAME ??_R1A@?0A@A@H225_NumberDigits@@8 @41192 NONAME ??_R1A@?0A@A@H225_PartyNumber@@8 @41193 NONAME ??_R1A@?0A@A@H225_PresentationIndicator@@8 @41194 NONAME ??_R1A@?0A@A@H225_PrivatePartyNumber@@8 @41195 NONAME ??_R1A@?0A@A@H225_PrivateTypeOfNumber@@8 @41196 NONAME ??_R1A@?0A@A@H225_Progress_UUIE@@8 @41197 NONAME ??_R1A@?0A@A@H225_ProtocolIdentifier@@8 @41198 NONAME ??_R1A@?0A@A@H225_PublicPartyNumber@@8 @41199 NONAME ??_R1A@?0A@A@H225_PublicTypeOfNumber@@8 @41200 NONAME ??_R1A@?0A@A@H225_Q954Details@@8 @41201 NONAME ??_R1A@?0A@A@H225_QseriesOptions@@8 @41202 NONAME ??_R1A@?0A@A@H225_RAS@@8 @41203 NONAME ??_R1A@?0A@A@H225_RasMessage@@8 @41204 NONAME ??_R1A@?0A@A@H225_RasUsageInformation@@8 @41205 NONAME ??_R1A@?0A@A@H225_RasUsageInfoTypes@@8 @41206 NONAME ??_R1A@?0A@A@H225_RasUsageSpecification@@8 @41207 NONAME ??_R1A@?0A@A@H225_RasUsageSpecification_callStartingPoint@@8 @41208 NONAME ??_R1A@?0A@A@H225_RasUsageSpecification_when@@8 @41209 NONAME ??_R1A@?0A@A@H225_RegistrationConfirm@@8 @41210 NONAME ??_R1A@?0A@A@H225_RegistrationConfirm_preGrantedARQ@@8 @41211 NONAME ??_R1A@?0A@A@H225_RegistrationReject@@8 @41212 NONAME ??_R1A@?0A@A@H225_RegistrationRejectReason@@8 @41213 NONAME ??_R1A@?0A@A@H225_RegistrationRejectReason_invalidTerminalAliases@@8 @41214 NONAME ??_R1A@?0A@A@H225_RegistrationRequest@@8 @41215 NONAME ??_R1A@?0A@A@H225_ReleaseCompleteReason@@8 @41216 NONAME ??_R1A@?0A@A@H225_ReleaseComplete_UUIE@@8 @41217 NONAME ??_R1A@?0A@A@H225_RequestInProgress@@8 @41218 NONAME ??_R1A@?0A@A@H225_RequestSeqNum@@8 @41219 NONAME ??_R1A@?0A@A@H225_ResourcesAvailableConfirm@@8 @41220 NONAME ??_R1A@?0A@A@H225_ResourcesAvailableIndicate@@8 @41221 NONAME ??_R1A@?0A@A@H225_RTPSession@@8 @41222 NONAME ??_R1A@?0A@A@H225_RTPSession_associatedSessionIds@@8 @41223 NONAME ??_R1A@?0A@A@H225_ScnConnectionAggregation@@8 @41224 NONAME ??_R1A@?0A@A@H225_ScnConnectionType@@8 @41225 NONAME ??_R1A@?0A@A@H225_ScreeningIndicator@@8 @41226 NONAME ??_R1A@?0A@A@H225_SecurityCapabilities@@8 @41227 NONAME ??_R1A@?0A@A@H225_SecurityErrors2@@8 @41228 NONAME ??_R1A@?0A@A@H225_SecurityErrors@@8 @41229 NONAME ??_R1A@?0A@A@H225_SecurityServiceMode@@8 @41230 NONAME ??_R1A@?0A@A@H225_ServiceControlDescriptor@@8 @41231 NONAME ??_R1A@?0A@A@H225_ServiceControlIndication@@8 @41232 NONAME ??_R1A@?0A@A@H225_ServiceControlIndication_callSpecific@@8 @41233 NONAME ??_R1A@?0A@A@H225_ServiceControlResponse@@8 @41234 NONAME ??_R1A@?0A@A@H225_ServiceControlResponse_result@@8 @41235 NONAME ??_R1A@?0A@A@H225_ServiceControlSession@@8 @41236 NONAME ??_R1A@?0A@A@H225_ServiceControlSession_reason@@8 @41237 NONAME ??_R1A@?0A@A@H225_SetupAcknowledge_UUIE@@8 @41238 NONAME ??_R1A@?0A@A@H225_Setup_UUIE@@8 @41239 NONAME ??_R1A@?0A@A@H225_Setup_UUIE_conferenceGoal@@8 @41240 NONAME ??_R1A@?0A@A@H225_Setup_UUIE_connectionParameters@@8 @41241 NONAME ??_R1A@?0A@A@H225_Setup_UUIE_language@@8 @41242 NONAME ??_R1A@?0A@A@H225_SIPCaps@@8 @41243 NONAME ??_R1A@?0A@A@H225_StatusInquiry_UUIE@@8 @41244 NONAME ??_R1A@?0A@A@H225_Status_UUIE@@8 @41245 NONAME ??_R1A@?0A@A@H225_StimulusControl@@8 @41246 NONAME ??_R1A@?0A@A@H225_SupportedPrefix@@8 @41247 NONAME ??_R1A@?0A@A@H225_SupportedProtocols@@8 @41248 NONAME ??_R1A@?0A@A@H225_T120OnlyCaps@@8 @41249 NONAME ??_R1A@?0A@A@H225_T38FaxAnnexbOnlyCaps@@8 @41250 NONAME ??_R1A@?0A@A@H225_TBCD_STRING@@8 @41251 NONAME ??_R1A@?0A@A@H225_TerminalInfo@@8 @41252 NONAME ??_R1A@?0A@A@H225_TimeToLive@@8 @41253 NONAME ??_R1A@?0A@A@H225_TransportAddress@@8 @41254 NONAME ??_R1A@?0A@A@H225_TransportAddress_ip6Address@@8 @41255 NONAME ??_R1A@?0A@A@H225_TransportAddress_ipAddress@@8 @41256 NONAME ??_R1A@?0A@A@H225_TransportAddress_ipSourceRoute@@8 @41257 NONAME ??_R1A@?0A@A@H225_TransportAddress_ipSourceRoute_route@@8 @41258 NONAME ??_R1A@?0A@A@H225_TransportAddress_ipSourceRoute_routing@@8 @41259 NONAME ??_R1A@?0A@A@H225_TransportAddress_ipxAddress@@8 @41260 NONAME ??_R1A@?0A@A@H225_TransportChannelInfo@@8 @41261 NONAME ??_R1A@?0A@A@H225_TransportQOS@@8 @41262 NONAME ??_R1A@?0A@A@H225_TunnelledProtocol@@8 @41263 NONAME ??_R1A@?0A@A@H225_TunnelledProtocolAlternateIdentifier@@8 @41264 NONAME ??_R1A@?0A@A@H225_TunnelledProtocol_id@@8 @41265 NONAME ??_R1A@?0A@A@H225_UnknownMessageResponse@@8 @41266 NONAME ??_R1A@?0A@A@H225_UnregistrationConfirm@@8 @41267 NONAME ??_R1A@?0A@A@H225_UnregistrationReject@@8 @41268 NONAME ??_R1A@?0A@A@H225_UnregistrationRequest@@8 @41269 NONAME ??_R1A@?0A@A@H225_UnregRejectReason@@8 @41270 NONAME ??_R1A@?0A@A@H225_UnregRequestReason@@8 @41271 NONAME ??_R1A@?0A@A@H225_UseSpecifiedTransport@@8 @41272 NONAME ??_R1A@?0A@A@H225_UUIEsRequested@@8 @41273 NONAME ??_R1A@?0A@A@H225_VendorIdentifier@@8 @41274 NONAME ??_R1A@?0A@A@H225_VoiceCaps@@8 @41275 NONAME ??_R1A@?0A@A@H235AuthCAT@@8 @41276 NONAME ??_R1A@?0A@A@H235Authenticator@@8 @41277 NONAME ??_R1A@?0A@A@H235Authenticators@@8 @41278 NONAME ??_R1A@?0A@A@H235AuthProcedure1@@8 @41279 NONAME ??_R1A@?0A@A@H235AuthSimpleMD5@@8 @41280 NONAME ??_R1A@?0A@A@H235_AuthenticationBES@@8 @41281 NONAME ??_R1A@?0A@A@H235_AuthenticationMechanism@@8 @41282 NONAME ??_R1A@?0A@A@H235_ChallengeString@@8 @41283 NONAME ??_R1A@?0A@A@H235_ClearToken@@8 @41284 NONAME ??_R1A@?0A@A@H235_CryptoToken@@8 @41285 NONAME ??_R1A@?0A@A@H235_CryptoToken_cryptoEncryptedToken@@8 @41286 NONAME ??_R1A@?0A@A@H235_CryptoToken_cryptoHashedToken@@8 @41287 NONAME ??_R1A@?0A@A@H235_CryptoToken_cryptoSignedToken@@8 @41288 NONAME ??_R1A@?0A@A@H235_DHset@@8 @41289 NONAME ??_R1A@?0A@A@H235_ECGDSASignature@@8 @41290 NONAME ??_R1A@?0A@A@H235_ECKASDH@@8 @41291 NONAME ??_R1A@?0A@A@H235_ECKASDH_eckasdh2@@8 @41292 NONAME ??_R1A@?0A@A@H235_ECKASDH_eckasdhp@@8 @41293 NONAME ??_R1A@?0A@A@H235_ECpoint@@8 @41294 NONAME ??_R1A@?0A@A@H235_EncodedGeneralToken@@8 @41295 NONAME ??_R1A@?0A@A@H235_EncodedKeySignedMaterial@@8 @41296 NONAME ??_R1A@?0A@A@H235_EncodedKeySyncMaterial@@8 @41297 NONAME ??_R1A@?0A@A@H235_EncodedPwdCertToken@@8 @41298 NONAME ??_R1A@?0A@A@H235_EncodedReturnSig@@8 @41299 NONAME ??_R1A@?0A@A@H235_H235CertificateSignature@@8 @41300 NONAME ??_R1A@?0A@A@H235_H235Key@@8 @41301 NONAME ??_R1A@?0A@A@H235_Identifier@@8 @41302 NONAME ??_R1A@?0A@A@H235_IV16@@8 @41303 NONAME ??_R1A@?0A@A@H235_IV8@@8 @41304 NONAME ??_R1A@?0A@A@H235_KeyMaterial@@8 @41305 NONAME ??_R1A@?0A@A@H235_KeySignedMaterial@@8 @41306 NONAME ??_R1A@?0A@A@H235_KeySyncMaterial@@8 @41307 NONAME ??_R1A@?0A@A@H235_NonStandardParameter@@8 @41308 NONAME ??_R1A@?0A@A@H235_Params@@8 @41309 NONAME ??_R1A@?0A@A@H235_Password@@8 @41310 NONAME ??_R1A@?0A@A@H235_PwdCertToken@@8 @41311 NONAME ??_R1A@?0A@A@H235_RandomVal@@8 @41312 NONAME ??_R1A@?0A@A@H235_ReturnSig@@8 @41313 NONAME ??_R1A@?0A@A@H235_TimeStamp@@8 @41314 NONAME ??_R1A@?0A@A@H235_TypedCertificate@@8 @41315 NONAME ??_R1A@?0A@A@H235_V3KeySyncMaterial@@8 @41316 NONAME ??_R1A@?0A@A@H245NegLogicalChannel@@8 @41317 NONAME ??_R1A@?0A@A@H245NegLogicalChannels@@8 @41318 NONAME ??_R1A@?0A@A@H245NegMasterSlaveDetermination@@8 @41319 NONAME ??_R1A@?0A@A@H245Negotiator@@8 @41320 NONAME ??_R1A@?0A@A@H245NegRequestMode@@8 @41321 NONAME ??_R1A@?0A@A@H245NegRoundTripDelay@@8 @41322 NONAME ??_R1A@?0A@A@H245NegTerminalCapabilitySet@@8 @41323 NONAME ??_R1A@?0A@A@H245TransportThread@@8 @41324 NONAME ??_R1A@?0A@A@H245_AlternativeCapabilitySet@@8 @41325 NONAME ??_R1A@?0A@A@H245_ArrayOf_AlternativeCapabilitySet@@8 @41326 NONAME ??_R1A@?0A@A@H245_ArrayOf_BEnhancementParameters@@8 @41327 NONAME ??_R1A@?0A@A@H245_ArrayOf_CapabilityDescriptor@@8 @41328 NONAME ??_R1A@?0A@A@H245_ArrayOf_CapabilityDescriptorNumber@@8 @41329 NONAME ??_R1A@?0A@A@H245_ArrayOf_CapabilityTableEntry@@8 @41330 NONAME ??_R1A@?0A@A@H245_ArrayOf_CapabilityTableEntryNumber@@8 @41331 NONAME ??_R1A@?0A@A@H245_ArrayOf_CommunicationModeTableEntry@@8 @41332 NONAME ??_R1A@?0A@A@H245_ArrayOf_CustomPictureClockFrequency@@8 @41333 NONAME ??_R1A@?0A@A@H245_ArrayOf_CustomPictureFormat@@8 @41334 NONAME ??_R1A@?0A@A@H245_ArrayOf_DataApplicationCapability@@8 @41335 NONAME ??_R1A@?0A@A@H245_ArrayOf_DialingInformationNetworkType@@8 @41336 NONAME ??_R1A@?0A@A@H245_ArrayOf_DialingInformationNumber@@8 @41337 NONAME ??_R1A@?0A@A@H245_ArrayOf_EnhancementOptions@@8 @41338 NONAME ??_R1A@?0A@A@H245_ArrayOf_EscrowData@@8 @41339 NONAME ??_R1A@?0A@A@H245_ArrayOf_GenericCapability@@8 @53119 NONAME ??_R1A@?0A@A@H245_ArrayOf_GenericParameter@@8 @41340 NONAME ??_R1A@?0A@A@H245_ArrayOf_H263ModeComboFlags@@8 @41341 NONAME ??_R1A@?0A@A@H245_ArrayOf_H263VideoModeCombos@@8 @41342 NONAME ??_R1A@?0A@A@H245_ArrayOf_MediaChannelCapability@@8 @41343 NONAME ??_R1A@?0A@A@H245_ArrayOf_MediaDistributionCapability@@8 @41344 NONAME ??_R1A@?0A@A@H245_ArrayOf_ModeDescription@@8 @41345 NONAME ??_R1A@?0A@A@H245_ArrayOf_MultiplePayloadStreamElement@@8 @41346 NONAME ??_R1A@?0A@A@H245_ArrayOf_MultiplePayloadStreamElementMode@@8 @41347 NONAME ??_R1A@?0A@A@H245_ArrayOf_MultiplexElement@@8 @41348 NONAME ??_R1A@?0A@A@H245_ArrayOf_MultiplexEntryDescriptor@@8 @41349 NONAME ??_R1A@?0A@A@H245_ArrayOf_MultiplexEntryRejectionDescriptions@@8 @41350 NONAME ??_R1A@?0A@A@H245_ArrayOf_MultiplexTableEntryNumber@@8 @41351 NONAME ??_R1A@?0A@A@H245_ArrayOf_NonStandardParameter@@8 @41352 NONAME ??_R1A@?0A@A@H245_ArrayOf_ParameterIdentifier@@8 @41353 NONAME ??_R1A@?0A@A@H245_ArrayOf_PictureReference@@8 @41354 NONAME ??_R1A@?0A@A@H245_ArrayOf_Q2931Address@@8 @41355 NONAME ??_R1A@?0A@A@H245_ArrayOf_QOSCapability@@8 @41356 NONAME ??_R1A@?0A@A@H245_ArrayOf_RedundancyEncodingCapability@@8 @41357 NONAME ??_R1A@?0A@A@H245_ArrayOf_RedundancyEncodingDTModeElement@@8 @41358 NONAME ??_R1A@?0A@A@H245_ArrayOf_RedundancyEncodingElement@@8 @41359 NONAME ??_R1A@?0A@A@H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@8 @41360 NONAME ??_R1A@?0A@A@H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@8 @41361 NONAME ??_R1A@?0A@A@H245_ArrayOf_RTPPayloadType@@8 @41362 NONAME ??_R1A@?0A@A@H245_ArrayOf_TerminalInformation@@8 @41363 NONAME ??_R1A@?0A@A@H245_ArrayOf_TerminalLabel@@8 @41364 NONAME ??_R1A@?0A@A@H245_ArrayOf_VCCapability@@8 @41365 NONAME ??_R1A@?0A@A@H245_ArrayOf_VideoCapability@@8 @53120 NONAME ??_R1A@?0A@A@H245_ATMParameters@@8 @41366 NONAME ??_R1A@?0A@A@H245_AudioCapability@@8 @41367 NONAME ??_R1A@?0A@A@H245_AudioCapability_g7231@@8 @41368 NONAME ??_R1A@?0A@A@H245_AudioMode@@8 @41369 NONAME ??_R1A@?0A@A@H245_AudioMode_g7231@@8 @41370 NONAME ??_R1A@?0A@A@H245_AudioTelephonyEventCapability@@8 @41371 NONAME ??_R1A@?0A@A@H245_AudioToneCapability@@8 @41372 NONAME ??_R1A@?0A@A@H245_AuthenticationCapability@@8 @41373 NONAME ??_R1A@?0A@A@H245_BEnhancementParameters@@8 @41374 NONAME ??_R1A@?0A@A@H245_Capability@@8 @41375 NONAME ??_R1A@?0A@A@H245_CapabilityDescriptor@@8 @41376 NONAME ??_R1A@?0A@A@H245_CapabilityDescriptorNumber@@8 @41377 NONAME ??_R1A@?0A@A@H245_CapabilityIdentifier@@8 @41378 NONAME ??_R1A@?0A@A@H245_CapabilityTableEntry@@8 @41379 NONAME ??_R1A@?0A@A@H245_CapabilityTableEntryNumber@@8 @41380 NONAME ??_R1A@?0A@A@H245_Capability_h233EncryptionReceiveCapability@@8 @41381 NONAME ??_R1A@?0A@A@H245_CertSelectionCriteria@@8 @41382 NONAME ??_R1A@?0A@A@H245_CloseLogicalChannel@@8 @41383 NONAME ??_R1A@?0A@A@H245_CloseLogicalChannelAck@@8 @41384 NONAME ??_R1A@?0A@A@H245_CloseLogicalChannel_reason@@8 @41385 NONAME ??_R1A@?0A@A@H245_CloseLogicalChannel_source@@8 @41386 NONAME ??_R1A@?0A@A@H245_CommandMessage@@8 @41387 NONAME ??_R1A@?0A@A@H245_CommunicationModeCommand@@8 @41388 NONAME ??_R1A@?0A@A@H245_CommunicationModeRequest@@8 @41389 NONAME ??_R1A@?0A@A@H245_CommunicationModeResponse@@8 @41390 NONAME ??_R1A@?0A@A@H245_CommunicationModeTableEntry@@8 @41391 NONAME ??_R1A@?0A@A@H245_CommunicationModeTableEntry_dataType@@8 @41392 NONAME ??_R1A@?0A@A@H245_CompressionType@@8 @41393 NONAME ??_R1A@?0A@A@H245_ConferenceCapability@@8 @41394 NONAME ??_R1A@?0A@A@H245_ConferenceCommand@@8 @41395 NONAME ??_R1A@?0A@A@H245_ConferenceID@@8 @41396 NONAME ??_R1A@?0A@A@H245_ConferenceIndication@@8 @41397 NONAME ??_R1A@?0A@A@H245_ConferenceRequest@@8 @41398 NONAME ??_R1A@?0A@A@H245_ConferenceRequest_requestTerminalCertificate@@8 @41399 NONAME ??_R1A@?0A@A@H245_ConferenceResponse@@8 @41400 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@8 @41401 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_chairTokenOwnerResponse@@8 @41402 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_conferenceIDResponse@@8 @41403 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_extensionAddressResponse@@8 @41404 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_makeMeChairResponse@@8 @41405 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_makeTerminalBroadcasterResponse@@8 @41406 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_mCTerminalIDResponse@@8 @41407 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_passwordResponse@@8 @41408 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_sendThisSourceResponse@@8 @41409 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_terminalCertificateResponse@@8 @41410 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_terminalIDResponse@@8 @41411 NONAME ??_R1A@?0A@A@H245_ConnectionIdentifier@@8 @41412 NONAME ??_R1A@?0A@A@H245_CRCLength@@8 @41413 NONAME ??_R1A@?0A@A@H245_Criteria@@8 @41414 NONAME ??_R1A@?0A@A@H245_CustomPictureClockFrequency@@8 @41415 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat@@8 @41416 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_mPI@@8 @41417 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_mPI_customPCF@@8 @41418 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_mPI_customPCF_subtype@@8 @41419 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_pixelAspectInformation@@8 @41420 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@8 @41421 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@8 @41422 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@8 @41423 NONAME ??_R1A@?0A@A@H245_DataApplicationCapability@@8 @41424 NONAME ??_R1A@?0A@A@H245_DataApplicationCapability_application@@8 @41425 NONAME ??_R1A@?0A@A@H245_DataApplicationCapability_application_nlpid@@8 @41426 NONAME ??_R1A@?0A@A@H245_DataApplicationCapability_application_t38fax@@8 @41427 NONAME ??_R1A@?0A@A@H245_DataApplicationCapability_application_t84@@8 @41428 NONAME ??_R1A@?0A@A@H245_DataMode@@8 @41429 NONAME ??_R1A@?0A@A@H245_DataMode_application@@8 @41430 NONAME ??_R1A@?0A@A@H245_DataMode_application_nlpid@@8 @41431 NONAME ??_R1A@?0A@A@H245_DataMode_application_t38fax@@8 @41432 NONAME ??_R1A@?0A@A@H245_DataProtocolCapability@@8 @41433 NONAME ??_R1A@?0A@A@H245_DataProtocolCapability_v76wCompression@@8 @41434 NONAME ??_R1A@?0A@A@H245_DataType@@8 @41435 NONAME ??_R1A@?0A@A@H245_DepFECCapability@@8 @53524 NONAME ??_R1A@?0A@A@H245_DepFECCapability_rfc2733@@8 @53525 NONAME ??_R1A@?0A@A@H245_DepFECCapability_rfc2733_separateStream@@8 @53526 NONAME ??_R1A@?0A@A@H245_DepFECData@@8 @53527 NONAME ??_R1A@?0A@A@H245_DepFECData_rfc2733@@8 @53528 NONAME ??_R1A@?0A@A@H245_DepFECData_rfc2733_mode@@8 @53529 NONAME ??_R1A@?0A@A@H245_DepFECData_rfc2733_mode_separateStream@@8 @53530 NONAME ??_R1A@?0A@A@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@8 @53531 NONAME ??_R1A@?0A@A@H245_DepFECData_rfc2733_mode_separateStream_samePort@@8 @53532 NONAME ??_R1A@?0A@A@H245_DepFECMode@@8 @53533 NONAME ??_R1A@?0A@A@H245_DepFECMode_rfc2733Mode@@8 @53534 NONAME ??_R1A@?0A@A@H245_DepFECMode_rfc2733Mode_mode@@8 @53535 NONAME ??_R1A@?0A@A@H245_DepFECMode_rfc2733Mode_mode_separateStream@@8 @53536 NONAME ??_R1A@?0A@A@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@8 @53537 NONAME ??_R1A@?0A@A@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@8 @53538 NONAME ??_R1A@?0A@A@H245_DialingInformation@@8 @41436 NONAME ??_R1A@?0A@A@H245_DialingInformationNetworkType@@8 @41437 NONAME ??_R1A@?0A@A@H245_DialingInformationNumber@@8 @41438 NONAME ??_R1A@?0A@A@H245_EncryptionAuthenticationAndIntegrity@@8 @41439 NONAME ??_R1A@?0A@A@H245_EncryptionCapability@@8 @41440 NONAME ??_R1A@?0A@A@H245_EncryptionCommand@@8 @41441 NONAME ??_R1A@?0A@A@H245_EncryptionCommand_encryptionAlgorithmID@@8 @41442 NONAME ??_R1A@?0A@A@H245_EncryptionMode@@8 @41443 NONAME ??_R1A@?0A@A@H245_EncryptionSync@@8 @41444 NONAME ??_R1A@?0A@A@H245_EncryptionUpdateDirection@@8 @53121 NONAME ??_R1A@?0A@A@H245_EncryptionUpdateRequest@@8 @41445 NONAME ??_R1A@?0A@A@H245_EndSessionCommand@@8 @41446 NONAME ??_R1A@?0A@A@H245_EndSessionCommand_gstnOptions@@8 @41447 NONAME ??_R1A@?0A@A@H245_EndSessionCommand_isdnOptions@@8 @41448 NONAME ??_R1A@?0A@A@H245_EnhancementLayerInfo@@8 @41449 NONAME ??_R1A@?0A@A@H245_EnhancementOptions@@8 @41450 NONAME ??_R1A@?0A@A@H245_EscrowData@@8 @41451 NONAME ??_R1A@?0A@A@H245_ExtendedVideoCapability@@8 @53122 NONAME ??_R1A@?0A@A@H245_FECCapability@@8 @41452 NONAME ??_R1A@?0A@A@H245_FECCapability_rfc2733Format@@8 @53539 NONAME ??_R1A@?0A@A@H245_FECData@@8 @41455 NONAME ??_R1A@?0A@A@H245_FECData_rfc2733@@8 @41456 NONAME ??_R1A@?0A@A@H245_FECData_rfc2733_pktMode@@8 @53540 NONAME ??_R1A@?0A@A@H245_FECData_rfc2733_pktMode_rfc2733diffport@@8 @53541 NONAME ??_R1A@?0A@A@H245_FECData_rfc2733_pktMode_rfc2733sameport@@8 @53542 NONAME ??_R1A@?0A@A@H245_FECMode@@8 @41461 NONAME ??_R1A@?0A@A@H245_FECMode_rfc2733Format@@8 @53543 NONAME ??_R1A@?0A@A@H245_FlowControlCommand@@8 @41467 NONAME ??_R1A@?0A@A@H245_FlowControlCommand_restriction@@8 @41468 NONAME ??_R1A@?0A@A@H245_FlowControlCommand_scope@@8 @41469 NONAME ??_R1A@?0A@A@H245_FlowControlIndication@@8 @41470 NONAME ??_R1A@?0A@A@H245_FlowControlIndication_restriction@@8 @41471 NONAME ??_R1A@?0A@A@H245_FlowControlIndication_scope@@8 @41472 NONAME ??_R1A@?0A@A@H245_FunctionNotSupported@@8 @41473 NONAME ??_R1A@?0A@A@H245_FunctionNotSupported_cause@@8 @41474 NONAME ??_R1A@?0A@A@H245_FunctionNotUnderstood@@8 @41475 NONAME ??_R1A@?0A@A@H245_G7231AnnexCCapability@@8 @41476 NONAME ??_R1A@?0A@A@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@8 @41477 NONAME ??_R1A@?0A@A@H245_G7231AnnexCMode@@8 @41478 NONAME ??_R1A@?0A@A@H245_G7231AnnexCMode_g723AnnexCAudioMode@@8 @41479 NONAME ??_R1A@?0A@A@H245_G729Extensions@@8 @41480 NONAME ??_R1A@?0A@A@H245_GenericCapability@@8 @41481 NONAME ??_R1A@?0A@A@H245_GenericMessage@@8 @53123 NONAME ??_R1A@?0A@A@H245_GenericParameter@@8 @41482 NONAME ??_R1A@?0A@A@H245_GSMAudioCapability@@8 @41483 NONAME ??_R1A@?0A@A@H245_H222Capability@@8 @41484 NONAME ??_R1A@?0A@A@H245_H222LogicalChannelParameters@@8 @41485 NONAME ??_R1A@?0A@A@H245_H223AL1MParameters@@8 @41486 NONAME ??_R1A@?0A@A@H245_H223AL1MParameters_arqType@@8 @41487 NONAME ??_R1A@?0A@A@H245_H223AL1MParameters_crcLength@@8 @41488 NONAME ??_R1A@?0A@A@H245_H223AL1MParameters_headerFEC@@8 @41489 NONAME ??_R1A@?0A@A@H245_H223AL1MParameters_transferMode@@8 @41490 NONAME ??_R1A@?0A@A@H245_H223AL2MParameters@@8 @41491 NONAME ??_R1A@?0A@A@H245_H223AL2MParameters_headerFEC@@8 @41492 NONAME ??_R1A@?0A@A@H245_H223AL3MParameters@@8 @41493 NONAME ??_R1A@?0A@A@H245_H223AL3MParameters_arqType@@8 @41494 NONAME ??_R1A@?0A@A@H245_H223AL3MParameters_crcLength@@8 @41495 NONAME ??_R1A@?0A@A@H245_H223AL3MParameters_headerFormat@@8 @41496 NONAME ??_R1A@?0A@A@H245_H223AnnexCArqParameters@@8 @41497 NONAME ??_R1A@?0A@A@H245_H223AnnexCArqParameters_numberOfRetransmissions@@8 @41498 NONAME ??_R1A@?0A@A@H245_H223AnnexCCapability@@8 @41499 NONAME ??_R1A@?0A@A@H245_H223Capability@@8 @41500 NONAME ??_R1A@?0A@A@H245_H223Capability_h223MultiplexTableCapability@@8 @41501 NONAME ??_R1A@?0A@A@H245_H223Capability_h223MultiplexTableCapability_enhanced@@8 @41502 NONAME ??_R1A@?0A@A@H245_H223Capability_mobileMultilinkFrameCapability@@8 @41503 NONAME ??_R1A@?0A@A@H245_H223Capability_mobileOperationTransmitCapability@@8 @41504 NONAME ??_R1A@?0A@A@H245_H223LogicalChannelParameters@@8 @41505 NONAME ??_R1A@?0A@A@H245_H223LogicalChannelParameters_adaptationLayerType@@8 @41506 NONAME ??_R1A@?0A@A@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@8 @41507 NONAME ??_R1A@?0A@A@H245_H223ModeParameters@@8 @41508 NONAME ??_R1A@?0A@A@H245_H223ModeParameters_adaptationLayerType@@8 @41509 NONAME ??_R1A@?0A@A@H245_H223ModeParameters_adaptationLayerType_al3@@8 @41510 NONAME ??_R1A@?0A@A@H245_H223MultiplexReconfiguration@@8 @41511 NONAME ??_R1A@?0A@A@H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@8 @41512 NONAME ??_R1A@?0A@A@H245_H223MultiplexReconfiguration_h223ModeChange@@8 @41513 NONAME ??_R1A@?0A@A@H245_H223SkewIndication@@8 @41514 NONAME ??_R1A@?0A@A@H245_H2250Capability@@8 @41515 NONAME ??_R1A@?0A@A@H245_H2250Capability_mcCapability@@8 @41516 NONAME ??_R1A@?0A@A@H245_H2250LogicalChannelAckParameters@@8 @41517 NONAME ??_R1A@?0A@A@H245_H2250LogicalChannelParameters@@8 @41518 NONAME ??_R1A@?0A@A@H245_H2250LogicalChannelParameters_mediaPacketization@@8 @41519 NONAME ??_R1A@?0A@A@H245_H2250MaximumSkewIndication@@8 @41520 NONAME ??_R1A@?0A@A@H245_H2250ModeParameters@@8 @41521 NONAME ??_R1A@?0A@A@H245_H235Media@@8 @41522 NONAME ??_R1A@?0A@A@H245_H235Media_mediaType@@8 @41523 NONAME ??_R1A@?0A@A@H245_H235Mode@@8 @41524 NONAME ??_R1A@?0A@A@H245_H235Mode_mediaMode@@8 @41525 NONAME ??_R1A@?0A@A@H245_H235SecurityCapability@@8 @41526 NONAME ??_R1A@?0A@A@H245_H261VideoCapability@@8 @41527 NONAME ??_R1A@?0A@A@H245_H261VideoMode@@8 @41528 NONAME ??_R1A@?0A@A@H245_H261VideoMode_resolution@@8 @41529 NONAME ??_R1A@?0A@A@H245_H262VideoCapability@@8 @41530 NONAME ??_R1A@?0A@A@H245_H262VideoMode@@8 @41531 NONAME ??_R1A@?0A@A@H245_H262VideoMode_profileAndLevel@@8 @41532 NONAME ??_R1A@?0A@A@H245_H263ModeComboFlags@@8 @41533 NONAME ??_R1A@?0A@A@H245_H263Options@@8 @41534 NONAME ??_R1A@?0A@A@H245_H263Version3Options@@8 @41535 NONAME ??_R1A@?0A@A@H245_H263VideoCapability@@8 @41536 NONAME ??_R1A@?0A@A@H245_H263VideoMode@@8 @41537 NONAME ??_R1A@?0A@A@H245_H263VideoModeCombos@@8 @41538 NONAME ??_R1A@?0A@A@H245_H263VideoMode_resolution@@8 @41539 NONAME ??_R1A@?0A@A@H245_IndicationMessage@@8 @41540 NONAME ??_R1A@?0A@A@H245_IntegrityCapability@@8 @41541 NONAME ??_R1A@?0A@A@H245_IS11172AudioCapability@@8 @41542 NONAME ??_R1A@?0A@A@H245_IS11172AudioMode@@8 @41543 NONAME ??_R1A@?0A@A@H245_IS11172AudioMode_audioLayer@@8 @41544 NONAME ??_R1A@?0A@A@H245_IS11172AudioMode_audioSampling@@8 @41545 NONAME ??_R1A@?0A@A@H245_IS11172AudioMode_multichannelType@@8 @41546 NONAME ??_R1A@?0A@A@H245_IS11172VideoCapability@@8 @41547 NONAME ??_R1A@?0A@A@H245_IS11172VideoMode@@8 @41548 NONAME ??_R1A@?0A@A@H245_IS13818AudioCapability@@8 @41549 NONAME ??_R1A@?0A@A@H245_IS13818AudioMode@@8 @41550 NONAME ??_R1A@?0A@A@H245_IS13818AudioMode_audioLayer@@8 @41551 NONAME ??_R1A@?0A@A@H245_IS13818AudioMode_audioSampling@@8 @41552 NONAME ??_R1A@?0A@A@H245_IS13818AudioMode_multichannelType@@8 @41553 NONAME ??_R1A@?0A@A@H245_IV16@@8 @53124 NONAME ??_R1A@?0A@A@H245_IV8@@8 @53125 NONAME ??_R1A@?0A@A@H245_JitterIndication@@8 @41554 NONAME ??_R1A@?0A@A@H245_JitterIndication_scope@@8 @41555 NONAME ??_R1A@?0A@A@H245_KeyProtectionMethod@@8 @41556 NONAME ??_R1A@?0A@A@H245_LogicalChannelNumber@@8 @41557 NONAME ??_R1A@?0A@A@H245_LogicalChannelRateAcknowledge@@8 @41558 NONAME ??_R1A@?0A@A@H245_LogicalChannelRateReject@@8 @41559 NONAME ??_R1A@?0A@A@H245_LogicalChannelRateRejectReason@@8 @41560 NONAME ??_R1A@?0A@A@H245_LogicalChannelRateRelease@@8 @41561 NONAME ??_R1A@?0A@A@H245_LogicalChannelRateRequest@@8 @41562 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopAck@@8 @41563 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopAck_type@@8 @41564 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopOffCommand@@8 @41565 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopReject@@8 @41566 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopReject_cause@@8 @41567 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopReject_type@@8 @41568 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopRequest@@8 @41569 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopRequest_type@@8 @41570 NONAME ??_R1A@?0A@A@H245_MasterSlaveDetermination@@8 @41571 NONAME ??_R1A@?0A@A@H245_MasterSlaveDeterminationAck@@8 @41572 NONAME ??_R1A@?0A@A@H245_MasterSlaveDeterminationAck_decision@@8 @41573 NONAME ??_R1A@?0A@A@H245_MasterSlaveDeterminationReject@@8 @41574 NONAME ??_R1A@?0A@A@H245_MasterSlaveDeterminationReject_cause@@8 @41575 NONAME ??_R1A@?0A@A@H245_MasterSlaveDeterminationRelease@@8 @41576 NONAME ??_R1A@?0A@A@H245_MaximumBitRate@@8 @41577 NONAME ??_R1A@?0A@A@H245_MaxRedundancy@@8 @53544 NONAME ??_R1A@?0A@A@H245_MCLocationIndication@@8 @41578 NONAME ??_R1A@?0A@A@H245_McuNumber@@8 @41579 NONAME ??_R1A@?0A@A@H245_MediaChannelCapability@@8 @41580 NONAME ??_R1A@?0A@A@H245_MediaDistributionCapability@@8 @41581 NONAME ??_R1A@?0A@A@H245_MediaEncryptionAlgorithm@@8 @41582 NONAME ??_R1A@?0A@A@H245_MediaPacketizationCapability@@8 @41583 NONAME ??_R1A@?0A@A@H245_MediaTransportType@@8 @41584 NONAME ??_R1A@?0A@A@H245_MediaTransportType_atm_AAL5_compressed@@8 @41585 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand@@8 @41586 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type@@8 @41587 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_encryptionUpdateAck@@8 @53126 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@8 @53127 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_lostPartialPicture@@8 @41588 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_progressiveRefinementStart@@8 @41589 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@8 @41590 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_videoBadMBs@@8 @41591 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@8 @41592 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_videoFastUpdateMB@@8 @41593 NONAME ??_R1A@?0A@A@H245_MiscellaneousIndication@@8 @41594 NONAME ??_R1A@?0A@A@H245_MiscellaneousIndication_type@@8 @41595 NONAME ??_R1A@?0A@A@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@8 @41596 NONAME ??_R1A@?0A@A@H245_MobileMultilinkReconfigurationCommand@@8 @41597 NONAME ??_R1A@?0A@A@H245_MobileMultilinkReconfigurationCommand_status@@8 @41598 NONAME ??_R1A@?0A@A@H245_MobileMultilinkReconfigurationIndication@@8 @41599 NONAME ??_R1A@?0A@A@H245_ModeDescription@@8 @41600 NONAME ??_R1A@?0A@A@H245_ModeElement@@8 @41601 NONAME ??_R1A@?0A@A@H245_ModeElementType@@8 @41602 NONAME ??_R1A@?0A@A@H245_MulticastAddress@@8 @41603 NONAME ??_R1A@?0A@A@H245_MulticastAddress_iP6Address@@8 @41604 NONAME ??_R1A@?0A@A@H245_MulticastAddress_iPAddress@@8 @41605 NONAME ??_R1A@?0A@A@H245_MultilinkIndication@@8 @41606 NONAME ??_R1A@?0A@A@H245_MultilinkIndication_crcDesired@@8 @41607 NONAME ??_R1A@?0A@A@H245_MultilinkIndication_excessiveError@@8 @41608 NONAME ??_R1A@?0A@A@H245_MultilinkRequest@@8 @41609 NONAME ??_R1A@?0A@A@H245_MultilinkRequest_addConnection@@8 @41610 NONAME ??_R1A@?0A@A@H245_MultilinkRequest_callInformation@@8 @41611 NONAME ??_R1A@?0A@A@H245_MultilinkRequest_maximumHeaderInterval@@8 @41612 NONAME ??_R1A@?0A@A@H245_MultilinkRequest_maximumHeaderInterval_requestType@@8 @41613 NONAME ??_R1A@?0A@A@H245_MultilinkRequest_removeConnection@@8 @41614 NONAME ??_R1A@?0A@A@H245_MultilinkResponse@@8 @41615 NONAME ??_R1A@?0A@A@H245_MultilinkResponse_addConnection@@8 @41616 NONAME ??_R1A@?0A@A@H245_MultilinkResponse_addConnection_responseCode@@8 @41617 NONAME ??_R1A@?0A@A@H245_MultilinkResponse_addConnection_responseCode_rejected@@8 @41618 NONAME ??_R1A@?0A@A@H245_MultilinkResponse_callInformation@@8 @41619 NONAME ??_R1A@?0A@A@H245_MultilinkResponse_maximumHeaderInterval@@8 @41620 NONAME ??_R1A@?0A@A@H245_MultilinkResponse_removeConnection@@8 @41621 NONAME ??_R1A@?0A@A@H245_MultimediaSystemControlMessage@@8 @41622 NONAME ??_R1A@?0A@A@H245_MultiplePayloadStream@@8 @41623 NONAME ??_R1A@?0A@A@H245_MultiplePayloadStreamCapability@@8 @41624 NONAME ??_R1A@?0A@A@H245_MultiplePayloadStreamElement@@8 @41625 NONAME ??_R1A@?0A@A@H245_MultiplePayloadStreamElementMode@@8 @41626 NONAME ??_R1A@?0A@A@H245_MultiplePayloadStreamMode@@8 @41627 NONAME ??_R1A@?0A@A@H245_MultiplexCapability@@8 @41628 NONAME ??_R1A@?0A@A@H245_MultiplexedStreamCapability@@8 @41629 NONAME ??_R1A@?0A@A@H245_MultiplexedStreamModeParameters@@8 @41630 NONAME ??_R1A@?0A@A@H245_MultiplexedStreamParameter@@8 @41631 NONAME ??_R1A@?0A@A@H245_MultiplexElement@@8 @41632 NONAME ??_R1A@?0A@A@H245_MultiplexElement_repeatCount@@8 @41633 NONAME ??_R1A@?0A@A@H245_MultiplexElement_type@@8 @41634 NONAME ??_R1A@?0A@A@H245_MultiplexEntryDescriptor@@8 @41635 NONAME ??_R1A@?0A@A@H245_MultiplexEntryRejectionDescriptions@@8 @41636 NONAME ??_R1A@?0A@A@H245_MultiplexEntryRejectionDescriptions_cause@@8 @41637 NONAME ??_R1A@?0A@A@H245_MultiplexEntrySend@@8 @41638 NONAME ??_R1A@?0A@A@H245_MultiplexEntrySendAck@@8 @41639 NONAME ??_R1A@?0A@A@H245_MultiplexEntrySendReject@@8 @41640 NONAME ??_R1A@?0A@A@H245_MultiplexEntrySendRelease@@8 @41641 NONAME ??_R1A@?0A@A@H245_MultiplexFormat@@8 @41642 NONAME ??_R1A@?0A@A@H245_MultiplexTableEntryNumber@@8 @41643 NONAME ??_R1A@?0A@A@H245_MultipointCapability@@8 @41644 NONAME ??_R1A@?0A@A@H245_NetworkAccessParameters@@8 @41645 NONAME ??_R1A@?0A@A@H245_NetworkAccessParameters_distribution@@8 @41646 NONAME ??_R1A@?0A@A@H245_NetworkAccessParameters_networkAddress@@8 @41647 NONAME ??_R1A@?0A@A@H245_NetworkAccessParameters_t120SetupProcedure@@8 @41648 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand@@8 @41649 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_aal@@8 @41650 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_aal_aal1@@8 @41651 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_aal_aal1_clockRecovery@@8 @41652 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_aal_aal1_errorCorrection@@8 @41653 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_aal_aal5@@8 @41654 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_multiplex@@8 @41655 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_reverseParameters@@8 @41656 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_reverseParameters_multiplex@@8 @41657 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication@@8 @41658 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_aal@@8 @41659 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_aal_aal1@@8 @41660 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_aal_aal1_clockRecovery@@8 @41661 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_aal_aal1_errorCorrection@@8 @41662 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_aal_aal5@@8 @41663 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_multiplex@@8 @41664 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_reverseParameters@@8 @41665 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_reverseParameters_multiplex@@8 @41666 NONAME ??_R1A@?0A@A@H245_NonStandardIdentifier@@8 @41667 NONAME ??_R1A@?0A@A@H245_NonStandardIdentifier_h221NonStandard@@8 @41668 NONAME ??_R1A@?0A@A@H245_NonStandardMessage@@8 @41669 NONAME ??_R1A@?0A@A@H245_NonStandardParameter@@8 @41670 NONAME ??_R1A@?0A@A@H245_NoPTAudioTelephonyEventCapability@@8 @41671 NONAME ??_R1A@?0A@A@H245_NoPTAudioToneCapability@@8 @41672 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannel@@8 @41673 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelAck@@8 @41674 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@8 @41675 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@8 @41676 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@8 @41677 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelConfirm@@8 @41678 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelReject@@8 @41679 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelReject_cause@@8 @41680 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@8 @41681 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@8 @41682 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@8 @41683 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@8 @41684 NONAME ??_R1A@?0A@A@H245_ParameterIdentifier@@8 @41685 NONAME ??_R1A@?0A@A@H245_ParameterValue@@8 @41686 NONAME ??_R1A@?0A@A@H245_Params@@8 @53128 NONAME ??_R1A@?0A@A@H245_Password@@8 @41687 NONAME ??_R1A@?0A@A@H245_PictureReference@@8 @41688 NONAME ??_R1A@?0A@A@H245_Q2931Address@@8 @41689 NONAME ??_R1A@?0A@A@H245_Q2931Address_address@@8 @41690 NONAME ??_R1A@?0A@A@H245_QOSCapability@@8 @41691 NONAME ??_R1A@?0A@A@H245_QOSMode@@8 @41692 NONAME ??_R1A@?0A@A@H245_RedundancyEncoding@@8 @41693 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingCapability@@8 @41694 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingDTMode@@8 @41695 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingDTModeElement@@8 @41696 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingDTModeElement_type@@8 @41697 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingElement@@8 @41698 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingMethod@@8 @41699 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingMode@@8 @41700 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingMode_secondaryEncoding@@8 @41701 NONAME ??_R1A@?0A@A@H245_RedundancyEncoding_rtpRedundancyEncoding@@8 @41702 NONAME ??_R1A@?0A@A@H245_RefPictureSelection@@8 @41703 NONAME ??_R1A@?0A@A@H245_RefPictureSelection_additionalPictureMemory@@8 @41704 NONAME ??_R1A@?0A@A@H245_RefPictureSelection_enhancedReferencePicSelect@@8 @41705 NONAME ??_R1A@?0A@A@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@8 @41706 NONAME ??_R1A@?0A@A@H245_RefPictureSelection_videoBackChannelSend@@8 @41707 NONAME ??_R1A@?0A@A@H245_RemoteMCRequest@@8 @41708 NONAME ??_R1A@?0A@A@H245_RemoteMCResponse@@8 @41709 NONAME ??_R1A@?0A@A@H245_RemoteMCResponse_reject@@8 @41710 NONAME ??_R1A@?0A@A@H245_RequestAllTerminalIDsResponse@@8 @41711 NONAME ??_R1A@?0A@A@H245_RequestChannelClose@@8 @41712 NONAME ??_R1A@?0A@A@H245_RequestChannelCloseAck@@8 @41713 NONAME ??_R1A@?0A@A@H245_RequestChannelCloseReject@@8 @41714 NONAME ??_R1A@?0A@A@H245_RequestChannelCloseReject_cause@@8 @41715 NONAME ??_R1A@?0A@A@H245_RequestChannelCloseRelease@@8 @41716 NONAME ??_R1A@?0A@A@H245_RequestChannelClose_reason@@8 @41717 NONAME ??_R1A@?0A@A@H245_RequestMessage@@8 @41718 NONAME ??_R1A@?0A@A@H245_RequestMode@@8 @41719 NONAME ??_R1A@?0A@A@H245_RequestModeAck@@8 @41720 NONAME ??_R1A@?0A@A@H245_RequestModeAck_response@@8 @41721 NONAME ??_R1A@?0A@A@H245_RequestModeReject@@8 @41722 NONAME ??_R1A@?0A@A@H245_RequestModeReject_cause@@8 @41723 NONAME ??_R1A@?0A@A@H245_RequestModeRelease@@8 @41724 NONAME ??_R1A@?0A@A@H245_RequestMultiplexEntry@@8 @41725 NONAME ??_R1A@?0A@A@H245_RequestMultiplexEntryAck@@8 @41726 NONAME ??_R1A@?0A@A@H245_RequestMultiplexEntryReject@@8 @41727 NONAME ??_R1A@?0A@A@H245_RequestMultiplexEntryRejectionDescriptions@@8 @41728 NONAME ??_R1A@?0A@A@H245_RequestMultiplexEntryRejectionDescriptions_cause@@8 @41729 NONAME ??_R1A@?0A@A@H245_RequestMultiplexEntryRelease@@8 @41730 NONAME ??_R1A@?0A@A@H245_ResponseMessage@@8 @41731 NONAME ??_R1A@?0A@A@H245_RoundTripDelayRequest@@8 @41732 NONAME ??_R1A@?0A@A@H245_RoundTripDelayResponse@@8 @41733 NONAME ??_R1A@?0A@A@H245_RSVPParameters@@8 @41734 NONAME ??_R1A@?0A@A@H245_RTPH263VideoRedundancyEncoding@@8 @41735 NONAME ??_R1A@?0A@A@H245_RTPH263VideoRedundancyEncoding_containedThreads@@8 @41736 NONAME ??_R1A@?0A@A@H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@8 @41737 NONAME ??_R1A@?0A@A@H245_RTPH263VideoRedundancyFrameMapping@@8 @41738 NONAME ??_R1A@?0A@A@H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@8 @41739 NONAME ??_R1A@?0A@A@H245_RTPPayloadType@@8 @41740 NONAME ??_R1A@?0A@A@H245_RTPPayloadType_payloadDescriptor@@8 @41741 NONAME ??_R1A@?0A@A@H245_SendTerminalCapabilitySet@@8 @41742 NONAME ??_R1A@?0A@A@H245_SendTerminalCapabilitySet_specificRequest@@8 @41743 NONAME ??_R1A@?0A@A@H245_SequenceNumber@@8 @41744 NONAME ??_R1A@?0A@A@H245_SubstituteConferenceIDCommand@@8 @41745 NONAME ??_R1A@?0A@A@H245_T38FaxProfile@@8 @41746 NONAME ??_R1A@?0A@A@H245_T38FaxRateManagement@@8 @41747 NONAME ??_R1A@?0A@A@H245_T38FaxTcpOptions@@8 @41748 NONAME ??_R1A@?0A@A@H245_T38FaxUdpOptions@@8 @41749 NONAME ??_R1A@?0A@A@H245_T38FaxUdpOptions_t38FaxUdpEC@@8 @41750 NONAME ??_R1A@?0A@A@H245_T84Profile@@8 @41751 NONAME ??_R1A@?0A@A@H245_T84Profile_t84Restricted@@8 @41752 NONAME ??_R1A@?0A@A@H245_TerminalCapabilitySet@@8 @41753 NONAME ??_R1A@?0A@A@H245_TerminalCapabilitySetAck@@8 @41754 NONAME ??_R1A@?0A@A@H245_TerminalCapabilitySetReject@@8 @41755 NONAME ??_R1A@?0A@A@H245_TerminalCapabilitySetReject_cause@@8 @41756 NONAME ??_R1A@?0A@A@H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@8 @41757 NONAME ??_R1A@?0A@A@H245_TerminalCapabilitySetRelease@@8 @41758 NONAME ??_R1A@?0A@A@H245_TerminalID@@8 @41759 NONAME ??_R1A@?0A@A@H245_TerminalInformation@@8 @41760 NONAME ??_R1A@?0A@A@H245_TerminalLabel@@8 @41761 NONAME ??_R1A@?0A@A@H245_TerminalNumber@@8 @41762 NONAME ??_R1A@?0A@A@H245_TerminalYouAreSeeingInSubPictureNumber@@8 @41763 NONAME ??_R1A@?0A@A@H245_TransparencyParameters@@8 @41764 NONAME ??_R1A@?0A@A@H245_TransportAddress@@8 @41765 NONAME ??_R1A@?0A@A@H245_TransportCapability@@8 @41766 NONAME ??_R1A@?0A@A@H245_UnicastAddress@@8 @41767 NONAME ??_R1A@?0A@A@H245_UnicastAddress_iP6Address@@8 @41768 NONAME ??_R1A@?0A@A@H245_UnicastAddress_iPAddress@@8 @41769 NONAME ??_R1A@?0A@A@H245_UnicastAddress_iPSourceRouteAddress@@8 @41770 NONAME ??_R1A@?0A@A@H245_UnicastAddress_iPSourceRouteAddress_route@@8 @41771 NONAME ??_R1A@?0A@A@H245_UnicastAddress_iPSourceRouteAddress_routing@@8 @41772 NONAME ??_R1A@?0A@A@H245_UnicastAddress_iPXAddress@@8 @41773 NONAME ??_R1A@?0A@A@H245_UserInputCapability@@8 @41774 NONAME ??_R1A@?0A@A@H245_UserInputIndication@@8 @41775 NONAME ??_R1A@?0A@A@H245_UserInputIndication_encryptedAlphanumeric@@8 @53129 NONAME ??_R1A@?0A@A@H245_UserInputIndication_extendedAlphanumeric@@8 @41776 NONAME ??_R1A@?0A@A@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@8 @53130 NONAME ??_R1A@?0A@A@H245_UserInputIndication_signal@@8 @41777 NONAME ??_R1A@?0A@A@H245_UserInputIndication_signalUpdate@@8 @41778 NONAME ??_R1A@?0A@A@H245_UserInputIndication_signalUpdate_rtp@@8 @41779 NONAME ??_R1A@?0A@A@H245_UserInputIndication_signal_rtp@@8 @41780 NONAME ??_R1A@?0A@A@H245_UserInputIndication_userInputSupportIndication@@8 @41781 NONAME ??_R1A@?0A@A@H245_V42bis@@8 @41782 NONAME ??_R1A@?0A@A@H245_V75Capability@@8 @41783 NONAME ??_R1A@?0A@A@H245_V75Parameters@@8 @41784 NONAME ??_R1A@?0A@A@H245_V76Capability@@8 @41785 NONAME ??_R1A@?0A@A@H245_V76HDLCParameters@@8 @41786 NONAME ??_R1A@?0A@A@H245_V76LogicalChannelParameters@@8 @41787 NONAME ??_R1A@?0A@A@H245_V76LogicalChannelParameters_mode@@8 @41788 NONAME ??_R1A@?0A@A@H245_V76LogicalChannelParameters_mode_eRM@@8 @41789 NONAME ??_R1A@?0A@A@H245_V76LogicalChannelParameters_mode_eRM_recovery@@8 @41790 NONAME ??_R1A@?0A@A@H245_V76LogicalChannelParameters_suspendResume@@8 @41791 NONAME ??_R1A@?0A@A@H245_V76ModeParameters@@8 @41792 NONAME ??_R1A@?0A@A@H245_VBDCapability@@8 @41793 NONAME ??_R1A@?0A@A@H245_VBDMode@@8 @41794 NONAME ??_R1A@?0A@A@H245_VCCapability@@8 @41795 NONAME ??_R1A@?0A@A@H245_VCCapability_aal1@@8 @41796 NONAME ??_R1A@?0A@A@H245_VCCapability_aal1ViaGateway@@8 @41797 NONAME ??_R1A@?0A@A@H245_VCCapability_aal5@@8 @41798 NONAME ??_R1A@?0A@A@H245_VCCapability_availableBitRates@@8 @41799 NONAME ??_R1A@?0A@A@H245_VCCapability_availableBitRates_type@@8 @41800 NONAME ??_R1A@?0A@A@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@8 @41801 NONAME ??_R1A@?0A@A@H245_VendorIdentification@@8 @41802 NONAME ??_R1A@?0A@A@H245_VideoCapability@@8 @41803 NONAME ??_R1A@?0A@A@H245_VideoIndicateCompose@@8 @41804 NONAME ??_R1A@?0A@A@H245_VideoMode@@8 @41805 NONAME ??_R1A@?0A@A@H248_ActionReply@@8 @41806 NONAME ??_R1A@?0A@A@H248_ActionRequest@@8 @41807 NONAME ??_R1A@?0A@A@H248_AmmDescriptor@@8 @41808 NONAME ??_R1A@?0A@A@H248_AmmRequest@@8 @41809 NONAME ??_R1A@?0A@A@H248_AmmsReply@@8 @41810 NONAME ??_R1A@?0A@A@H248_ArrayOf_ActionReply@@8 @41811 NONAME ??_R1A@?0A@A@H248_ArrayOf_ActionRequest@@8 @41812 NONAME ??_R1A@?0A@A@H248_ArrayOf_AmmDescriptor@@8 @41813 NONAME ??_R1A@?0A@A@H248_ArrayOf_CommandReply@@8 @41814 NONAME ??_R1A@?0A@A@H248_ArrayOf_CommandRequest@@8 @41815 NONAME ??_R1A@?0A@A@H248_ArrayOf_EventParameter@@8 @41816 NONAME ??_R1A@?0A@A@H248_ArrayOf_IndAuditParameter@@8 @41817 NONAME ??_R1A@?0A@A@H248_ArrayOf_IndAudPropertyParm@@8 @41818 NONAME ??_R1A@?0A@A@H248_ArrayOf_IndAudStreamDescriptor@@8 @41819 NONAME ??_R1A@?0A@A@H248_ArrayOf_ModemType@@8 @41820 NONAME ??_R1A@?0A@A@H248_ArrayOf_ObservedEvent@@8 @41821 NONAME ??_R1A@?0A@A@H248_ArrayOf_PASN_OctetString@@8 @41822 NONAME ??_R1A@?0A@A@H248_ArrayOf_PropertyGroup@@8 @41823 NONAME ??_R1A@?0A@A@H248_ArrayOf_PropertyParm@@8 @41824 NONAME ??_R1A@?0A@A@H248_ArrayOf_RequestedEvent@@8 @41825 NONAME ??_R1A@?0A@A@H248_ArrayOf_SecondRequestedEvent@@8 @41826 NONAME ??_R1A@?0A@A@H248_ArrayOf_Signal@@8 @41827 NONAME ??_R1A@?0A@A@H248_ArrayOf_SigParameter@@8 @41828 NONAME ??_R1A@?0A@A@H248_ArrayOf_StreamDescriptor@@8 @41829 NONAME ??_R1A@?0A@A@H248_ArrayOf_TerminationID@@8 @41830 NONAME ??_R1A@?0A@A@H248_ArrayOf_TopologyRequest@@8 @41831 NONAME ??_R1A@?0A@A@H248_ArrayOf_Transaction@@8 @41832 NONAME ??_R1A@?0A@A@H248_ArrayOf_WildcardField@@8 @41833 NONAME ??_R1A@?0A@A@H248_AuditDescriptor@@8 @41834 NONAME ??_R1A@?0A@A@H248_AuditReply@@8 @41835 NONAME ??_R1A@?0A@A@H248_AuditRequest@@8 @41836 NONAME ??_R1A@?0A@A@H248_AuditResult@@8 @41837 NONAME ??_R1A@?0A@A@H248_AuditReturnParameter@@8 @41838 NONAME ??_R1A@?0A@A@H248_AuthData@@8 @41839 NONAME ??_R1A@?0A@A@H248_AuthenticationHeader@@8 @41840 NONAME ??_R1A@?0A@A@H248_Command@@8 @41841 NONAME ??_R1A@?0A@A@H248_CommandReply@@8 @41842 NONAME ??_R1A@?0A@A@H248_CommandRequest@@8 @41843 NONAME ??_R1A@?0A@A@H248_ContextAttrAuditRequest@@8 @41844 NONAME ??_R1A@?0A@A@H248_ContextID@@8 @41845 NONAME ??_R1A@?0A@A@H248_ContextRequest@@8 @41846 NONAME ??_R1A@?0A@A@H248_DigitMapDescriptor@@8 @41847 NONAME ??_R1A@?0A@A@H248_DigitMapName@@8 @41848 NONAME ??_R1A@?0A@A@H248_DigitMapValue@@8 @41849 NONAME ??_R1A@?0A@A@H248_DomainName@@8 @41850 NONAME ??_R1A@?0A@A@H248_ErrorCode@@8 @41851 NONAME ??_R1A@?0A@A@H248_ErrorDescriptor@@8 @41852 NONAME ??_R1A@?0A@A@H248_ErrorText@@8 @41853 NONAME ??_R1A@?0A@A@H248_EventBufferControl@@8 @41854 NONAME ??_R1A@?0A@A@H248_EventBufferDescriptor@@8 @41855 NONAME ??_R1A@?0A@A@H248_EventDM@@8 @41856 NONAME ??_R1A@?0A@A@H248_EventName@@8 @41857 NONAME ??_R1A@?0A@A@H248_EventParameter@@8 @41858 NONAME ??_R1A@?0A@A@H248_EventParameter_extraInfo@@8 @41859 NONAME ??_R1A@?0A@A@H248_EventsDescriptor@@8 @41860 NONAME ??_R1A@?0A@A@H248_EventSpec@@8 @41861 NONAME ??_R1A@?0A@A@H248_H221NonStandard@@8 @41862 NONAME ??_R1A@?0A@A@H248_IndAudDigitMapDescriptor@@8 @41863 NONAME ??_R1A@?0A@A@H248_IndAudEventBufferDescriptor@@8 @41864 NONAME ??_R1A@?0A@A@H248_IndAudEventsDescriptor@@8 @41865 NONAME ??_R1A@?0A@A@H248_IndAuditParameter@@8 @41866 NONAME ??_R1A@?0A@A@H248_IndAudLocalControlDescriptor@@8 @41867 NONAME ??_R1A@?0A@A@H248_IndAudLocalRemoteDescriptor@@8 @41868 NONAME ??_R1A@?0A@A@H248_IndAudMediaDescriptor@@8 @41869 NONAME ??_R1A@?0A@A@H248_IndAudMediaDescriptor_streams@@8 @41870 NONAME ??_R1A@?0A@A@H248_IndAudPackagesDescriptor@@8 @41871 NONAME ??_R1A@?0A@A@H248_IndAudPropertyGroup@@8 @41872 NONAME ??_R1A@?0A@A@H248_IndAudPropertyParm@@8 @41873 NONAME ??_R1A@?0A@A@H248_IndAudSeqSigList@@8 @41874 NONAME ??_R1A@?0A@A@H248_IndAudSignal@@8 @41875 NONAME ??_R1A@?0A@A@H248_IndAudSignalsDescriptor@@8 @41876 NONAME ??_R1A@?0A@A@H248_IndAudStatisticsDescriptor@@8 @41877 NONAME ??_R1A@?0A@A@H248_IndAudStreamDescriptor@@8 @41878 NONAME ??_R1A@?0A@A@H248_IndAudStreamParms@@8 @41879 NONAME ??_R1A@?0A@A@H248_IndAudTerminationStateDescriptor@@8 @41880 NONAME ??_R1A@?0A@A@H248_IP4Address@@8 @41881 NONAME ??_R1A@?0A@A@H248_IP6Address@@8 @41882 NONAME ??_R1A@?0A@A@H248_LocalControlDescriptor@@8 @41883 NONAME ??_R1A@?0A@A@H248_LocalRemoteDescriptor@@8 @41884 NONAME ??_R1A@?0A@A@H248_MediaDescriptor@@8 @41885 NONAME ??_R1A@?0A@A@H248_MediaDescriptor_streams@@8 @41886 NONAME ??_R1A@?0A@A@H248_MegacoMessage@@8 @41887 NONAME ??_R1A@?0A@A@H248_Message@@8 @41888 NONAME ??_R1A@?0A@A@H248_Message_messageBody@@8 @41889 NONAME ??_R1A@?0A@A@H248_MId@@8 @41890 NONAME ??_R1A@?0A@A@H248_ModemDescriptor@@8 @41891 NONAME ??_R1A@?0A@A@H248_ModemType@@8 @41892 NONAME ??_R1A@?0A@A@H248_MuxDescriptor@@8 @41893 NONAME ??_R1A@?0A@A@H248_MuxType@@8 @41894 NONAME ??_R1A@?0A@A@H248_Name@@8 @41895 NONAME ??_R1A@?0A@A@H248_NonStandardData@@8 @41896 NONAME ??_R1A@?0A@A@H248_NonStandardIdentifier@@8 @41897 NONAME ??_R1A@?0A@A@H248_NotifyCompletion@@8 @41898 NONAME ??_R1A@?0A@A@H248_NotifyReply@@8 @41899 NONAME ??_R1A@?0A@A@H248_NotifyRequest@@8 @41900 NONAME ??_R1A@?0A@A@H248_ObservedEvent@@8 @41901 NONAME ??_R1A@?0A@A@H248_ObservedEventsDescriptor@@8 @41902 NONAME ??_R1A@?0A@A@H248_PackagesDescriptor@@8 @41903 NONAME ??_R1A@?0A@A@H248_PackagesItem@@8 @41904 NONAME ??_R1A@?0A@A@H248_PathName@@8 @41905 NONAME ??_R1A@?0A@A@H248_PkgdName@@8 @41906 NONAME ??_R1A@?0A@A@H248_PropertyGroup@@8 @41907 NONAME ??_R1A@?0A@A@H248_PropertyParm@@8 @41908 NONAME ??_R1A@?0A@A@H248_PropertyParm_extraInfo@@8 @41909 NONAME ??_R1A@?0A@A@H248_Relation@@8 @41910 NONAME ??_R1A@?0A@A@H248_RequestedActions@@8 @41911 NONAME ??_R1A@?0A@A@H248_RequestedEvent@@8 @41912 NONAME ??_R1A@?0A@A@H248_RequestID@@8 @41913 NONAME ??_R1A@?0A@A@H248_SecondEventsDescriptor@@8 @41914 NONAME ??_R1A@?0A@A@H248_SecondRequestedActions@@8 @41915 NONAME ??_R1A@?0A@A@H248_SecondRequestedEvent@@8 @41916 NONAME ??_R1A@?0A@A@H248_SecurityParmIndex@@8 @41917 NONAME ??_R1A@?0A@A@H248_SeqSigList@@8 @41918 NONAME ??_R1A@?0A@A@H248_SequenceNum@@8 @41919 NONAME ??_R1A@?0A@A@H248_ServiceChangeAddress@@8 @41920 NONAME ??_R1A@?0A@A@H248_ServiceChangeMethod@@8 @41921 NONAME ??_R1A@?0A@A@H248_ServiceChangeParm@@8 @41922 NONAME ??_R1A@?0A@A@H248_ServiceChangeProfile@@8 @41923 NONAME ??_R1A@?0A@A@H248_ServiceChangeReply@@8 @41924 NONAME ??_R1A@?0A@A@H248_ServiceChangeRequest@@8 @41925 NONAME ??_R1A@?0A@A@H248_ServiceChangeResParm@@8 @41926 NONAME ??_R1A@?0A@A@H248_ServiceChangeResult@@8 @41927 NONAME ??_R1A@?0A@A@H248_ServiceState@@8 @41928 NONAME ??_R1A@?0A@A@H248_Signal@@8 @41929 NONAME ??_R1A@?0A@A@H248_SignalName@@8 @41930 NONAME ??_R1A@?0A@A@H248_SignalRequest@@8 @41931 NONAME ??_R1A@?0A@A@H248_SignalsDescriptor@@8 @41932 NONAME ??_R1A@?0A@A@H248_SignalType@@8 @41933 NONAME ??_R1A@?0A@A@H248_SigParameter@@8 @41934 NONAME ??_R1A@?0A@A@H248_SigParameter_extraInfo@@8 @41935 NONAME ??_R1A@?0A@A@H248_StatisticsDescriptor@@8 @41936 NONAME ??_R1A@?0A@A@H248_StatisticsParameter@@8 @41937 NONAME ??_R1A@?0A@A@H248_StreamDescriptor@@8 @41938 NONAME ??_R1A@?0A@A@H248_StreamID@@8 @41939 NONAME ??_R1A@?0A@A@H248_StreamMode@@8 @41940 NONAME ??_R1A@?0A@A@H248_StreamParms@@8 @41941 NONAME ??_R1A@?0A@A@H248_SubtractRequest@@8 @41942 NONAME ??_R1A@?0A@A@H248_TerminationAudit@@8 @41943 NONAME ??_R1A@?0A@A@H248_TerminationID@@8 @41944 NONAME ??_R1A@?0A@A@H248_TerminationIDList@@8 @41945 NONAME ??_R1A@?0A@A@H248_TerminationStateDescriptor@@8 @41946 NONAME ??_R1A@?0A@A@H248_TimeNotation@@8 @41947 NONAME ??_R1A@?0A@A@H248_TopologyRequest@@8 @41948 NONAME ??_R1A@?0A@A@H248_TopologyRequest_topologyDirection@@8 @41949 NONAME ??_R1A@?0A@A@H248_Transaction@@8 @41950 NONAME ??_R1A@?0A@A@H248_TransactionAck@@8 @41951 NONAME ??_R1A@?0A@A@H248_TransactionId@@8 @41952 NONAME ??_R1A@?0A@A@H248_TransactionPending@@8 @41953 NONAME ??_R1A@?0A@A@H248_TransactionReply@@8 @41954 NONAME ??_R1A@?0A@A@H248_TransactionReply_transactionResult@@8 @41955 NONAME ??_R1A@?0A@A@H248_TransactionRequest@@8 @41956 NONAME ??_R1A@?0A@A@H248_TransactionResponseAck@@8 @41957 NONAME ??_R1A@?0A@A@H248_Value@@8 @41958 NONAME ??_R1A@?0A@A@H248_WildcardField@@8 @41959 NONAME ??_R1A@?0A@A@H261DCTEncoder@@8 @41960 NONAME ??_R1A@?0A@A@H261Encoder@@8 @41961 NONAME ??_R1A@?0A@A@H261PixelEncoder@@8 @41962 NONAME ??_R1A@?0A@A@H263Packet@@8 @53825 NONAME ??_R1A@?0A@A@H263PacketList@@8 @53826 NONAME ??_R1A@?0A@A@H323AudioCapability@@8 @41965 NONAME ??_R1A@?0A@A@H323AudioCodec@@8 @41966 NONAME ??_R1A@?0A@A@H323BidirectionalChannel@@8 @41967 NONAME ??_R1A@?0A@A@H323CallCreditServiceControl@@8 @41968 NONAME ??_R1A@?0A@A@H323Capabilities@@8 @41969 NONAME ??_R1A@?0A@A@H323CapabilitiesSet@@8 @41970 NONAME ??_R1A@?0A@A@H323Capability@@8 @41971 NONAME ??_R1A@?0A@A@H323Channel@@8 @41973 NONAME ??_R1A@?0A@A@H323ChannelNumber@@8 @41974 NONAME ??_R1A@?0A@A@H323Codec@@8 @41975 NONAME ??_R1A@?0A@A@H323CodecPluginGenericAudioCapability@@8 @53304 NONAME ??_R1A@?0A@A@H323CodecPluginNonStandardAudioCapability@@8 @50392 NONAME ??_R1A@?0A@A@H323Connection@@8 @41976 NONAME ??_R1A@?0A@A@H323ConnectionsCleaner@@8 @41977 NONAME ??_R1A@?0A@A@H323ControlPDU@@8 @41978 NONAME ??_R1A@?0A@A@H323DataCapability@@8 @41979 NONAME ??_R1A@?0A@A@H323DataChannel@@8 @41980 NONAME ??_R1A@?0A@A@H323DynaLink@@8 @50662 NONAME ??_R1A@?0A@A@H323EndPoint@@8 @41981 NONAME ??_R1A@?0A@A@H323FramedAudioCodec@@8 @41982 NONAME ??_R1A@?0A@A@H323Gatekeeper@@8 @41983 NONAME ??_R1A@?0A@A@H323GatekeeperARQ@@8 @41984 NONAME ??_R1A@?0A@A@H323GatekeeperBRQ@@8 @41985 NONAME ??_R1A@?0A@A@H323GatekeeperCall@@8 @41986 NONAME ??_R1A@?0A@A@H323GatekeeperDRQ@@8 @41987 NONAME ??_R1A@?0A@A@H323GatekeeperGRQ@@8 @41988 NONAME ??_R1A@?0A@A@H323GatekeeperIRR@@8 @41989 NONAME ??_R1A@?0A@A@H323GatekeeperListener@@8 @41990 NONAME ??_R1A@?0A@A@H323GatekeeperLRQ@@8 @41991 NONAME ??_R1A@?0A@A@H323GatekeeperRequest@@8 @41992 NONAME ??_R1A@?0A@A@H323GatekeeperRRQ@@8 @41993 NONAME ??_R1A@?0A@A@H323GatekeeperServer@@8 @41994 NONAME ??_R1A@?0A@A@H323GatekeeperURQ@@8 @41995 NONAME ??_R1A@?0A@A@H323GenericAudioCapability@@8 @53305 NONAME ??_R1A@?0A@A@H323GenericCapabilityInfo@@8 @53306 NONAME ??_R1A@?0A@A@H323GenericVideoCapability@@8 @53307 NONAME ??_R1A@?0A@A@H323GSMPluginCapability@@8 @50393 NONAME ??_R1A@?0A@A@H323H248ServiceControl@@8 @41996 NONAME ??_R1A@?0A@A@H323HTTPServiceControl@@8 @41997 NONAME ??_R1A@?0A@A@H323Listener@@8 @41998 NONAME ??_R1A@?0A@A@H323ListenerTCP@@8 @41999 NONAME ??_R1A@?0A@A@H323LogicalChannelThread@@8 @42000 NONAME ??_R1A@?0A@A@H323NonStandardAudioCapability@@8 @42001 NONAME ??_R1A@?0A@A@H323NonStandardCapabilityInfo@@8 @42002 NONAME ??_R1A@?0A@A@H323NonStandardDataCapability@@8 @42003 NONAME ??_R1A@?0A@A@H323NonStandardVideoCapability@@8 @42004 NONAME ??_R1A@?0A@A@H323PeerElement@@8 @42005 NONAME ??_R1A@?0A@A@H323PeerElementDescriptor@@8 @42006 NONAME ??_R1A@?0A@A@H323PeerElementServiceRelationship@@8 @42007 NONAME ??_R1A@?0A@A@H323PluginCapability@@8 @50396 NONAME ??_R1A@?0A@A@H323PluginCodecManager@@8 @50637 NONAME ??_R1A@?0A@A@H323PluginFramedAudioCodec@@8 @50703 NONAME ??_R1A@?0A@A@H323PluginG7231Capability@@8 @50397 NONAME ??_R1A@?0A@A@H323PluginVideoCodec@@8 @50398 NONAME ??_R1A@?0A@A@H323RasPDU@@8 @42008 NONAME ??_R1A@?0A@A@H323RealTimeCapability@@8 @42009 NONAME ??_R1A@?0A@A@H323RegisteredEndPoint@@8 @42010 NONAME ??_R1A@?0A@A@H323ServiceControlSession@@8 @42011 NONAME ??_R1A@?0A@A@H323SignalPDU@@8 @42012 NONAME ??_R1A@?0A@A@H323SimultaneousCapabilities@@8 @42013 NONAME ??_R1A@?0A@A@H323StreamedAudioCodec@@8 @42014 NONAME ??_R1A@?0A@A@H323StreamedPluginAudioCodec@@8 @50704 NONAME ??_R1A@?0A@A@H323Transaction@@8 @42015 NONAME ??_R1A@?0A@A@H323TransactionPDU@@8 @42016 NONAME ??_R1A@?0A@A@H323TransactionServer@@8 @42017 NONAME ??_R1A@?0A@A@H323Transactor@@8 @42018 NONAME ??_R1A@?0A@A@H323Transport@@8 @42019 NONAME ??_R1A@?0A@A@H323TransportAddress@@8 @42020 NONAME ??_R1A@?0A@A@H323TransportAddressArray@@8 @42021 NONAME ??_R1A@?0A@A@H323TransportIP@@8 @42022 NONAME ??_R1A@?0A@A@H323TransportTCP@@8 @42023 NONAME ??_R1A@?0A@A@H323TransportUDP@@8 @42024 NONAME ??_R1A@?0A@A@H323UnidirectionalChannel@@8 @42025 NONAME ??_R1A@?0A@A@H323VideoCapability@@8 @42026 NONAME ??_R1A@?0A@A@H323VideoCodec@@8 @42027 NONAME ??_R1A@?0A@A@H323_ALawCodec@@8 @42028 NONAME ??_R1A@?0A@A@H323_AnnexG@@8 @42029 NONAME ??_R1A@?0A@A@H323_CiscoG7231aLIDCapability@@8 @42030 NONAME ??_R1A@?0A@A@H323_ExternalRTPChannel@@8 @42032 NONAME ??_R1A@?0A@A@H323_G711ALaw64Capability@@8 @51307 NONAME ??_R1A@?0A@A@H323_G711Capability@@8 @42036 NONAME ??_R1A@?0A@A@H323_G711uLaw64Capability@@8 @51308 NONAME ??_R1A@?0A@A@H323_H261Capability@@8 @42052 NONAME ??_R1A@?0A@A@H323_H261Codec@@8 @42053 NONAME ??_R1A@?0A@A@H323_LIDCapability@@8 @42056 NONAME ??_R1A@?0A@A@H323_LIDCodec@@8 @42057 NONAME ??_R1A@?0A@A@H323_LID_G711_ALaw_Capability@@8 @51309 NONAME ??_R1A@?0A@A@H323_LID_G711_uLaw_Capability@@8 @51310 NONAME ??_R1A@?0A@A@H323_LID_G7231A_5k3_Capability@@8 @51311 NONAME ??_R1A@?0A@A@H323_LID_G7231A_6k3_Capability@@8 @51312 NONAME ??_R1A@?0A@A@H323_LID_G7231_5k3_Capability@@8 @51313 NONAME ??_R1A@?0A@A@H323_LID_G7231_6k3_Capability@@8 @51314 NONAME ??_R1A@?0A@A@H323_LID_G728_Capability@@8 @51315 NONAME ??_R1A@?0A@A@H323_LID_G729AB_Capability@@8 @51316 NONAME ??_R1A@?0A@A@H323_LID_G729A_Capability@@8 @51317 NONAME ??_R1A@?0A@A@H323_LID_G729B_Capability@@8 @51318 NONAME ??_R1A@?0A@A@H323_LID_G729_Capability@@8 @51319 NONAME ??_R1A@?0A@A@H323_LID_GSM0610_Capability@@8 @51320 NONAME ??_R1A@?0A@A@H323_muLawCodec@@8 @42073 NONAME ??_R1A@?0A@A@H323_RealTimeChannel@@8 @42074 NONAME ??_R1A@?0A@A@H323_RFC2190_H263Capability@@8 @53827 NONAME ??_R1A@?0A@A@H323_RFC2190_H263Codec@@8 @53828 NONAME ??_R1A@?0A@A@H323_RTPChannel@@8 @42075 NONAME ??_R1A@?0A@A@H323_RTP_Session@@8 @42076 NONAME ??_R1A@?0A@A@H323_RTP_UDP@@8 @42077 NONAME ??_R1A@?0A@A@H323_T120Capability@@8 @42078 NONAME ??_R1A@?0A@A@H323_T120Channel@@8 @42079 NONAME ??_R1A@?0A@A@H323_T38Capability@@8 @42080 NONAME ??_R1A@?0A@A@H323_T38Channel@@8 @42081 NONAME ??_R1A@?0A@A@H323_T38NonStandardCapability@@8 @42082 NONAME ??_R1A@?0A@A@H323_UserInputCapability@@8 @42083 NONAME ??_R1A@?0A@A@H45010_ArrayOf_MixedExtension@@8 @42084 NONAME ??_R1A@?0A@A@H45010_CfbOvrOptArg@@8 @42085 NONAME ??_R1A@?0A@A@H45010_CoReqOptArg@@8 @42086 NONAME ??_R1A@?0A@A@H45010_H323CallOfferOperations@@8 @42087 NONAME ??_R1A@?0A@A@H45010_RUAlertOptArg@@8 @42088 NONAME ??_R1A@?0A@A@H45011Handler@@8 @42089 NONAME ??_R1A@?0A@A@H45011_ArrayOf_MixedExtension@@8 @42090 NONAME ??_R1A@?0A@A@H45011_CallIntrusionErrors@@8 @42091 NONAME ??_R1A@?0A@A@H45011_CICapabilityLevel@@8 @42092 NONAME ??_R1A@?0A@A@H45011_CIFrcRelArg@@8 @42093 NONAME ??_R1A@?0A@A@H45011_CIFrcRelOptRes@@8 @42094 NONAME ??_R1A@?0A@A@H45011_CIGetCIPLOptArg@@8 @42095 NONAME ??_R1A@?0A@A@H45011_CIGetCIPLRes@@8 @42096 NONAME ??_R1A@?0A@A@H45011_CIIsOptArg@@8 @42097 NONAME ??_R1A@?0A@A@H45011_CIIsOptRes@@8 @42098 NONAME ??_R1A@?0A@A@H45011_CINotificationArg@@8 @42099 NONAME ??_R1A@?0A@A@H45011_CIProtectionLevel@@8 @42100 NONAME ??_R1A@?0A@A@H45011_CIRequestArg@@8 @42101 NONAME ??_R1A@?0A@A@H45011_CIRequestRes@@8 @42102 NONAME ??_R1A@?0A@A@H45011_CISilentArg@@8 @42103 NONAME ??_R1A@?0A@A@H45011_CISilentOptRes@@8 @42104 NONAME ??_R1A@?0A@A@H45011_CIStatusInformation@@8 @42105 NONAME ??_R1A@?0A@A@H45011_CIWobOptArg@@8 @42106 NONAME ??_R1A@?0A@A@H45011_CIWobOptRes@@8 @42107 NONAME ??_R1A@?0A@A@H45011_H323CallIntrusionOperations@@8 @42108 NONAME ??_R1A@?0A@A@H4501_Address@@8 @42109 NONAME ??_R1A@?0A@A@H4501_AddressInformation@@8 @42110 NONAME ??_R1A@?0A@A@H4501_AddressScreened@@8 @42111 NONAME ??_R1A@?0A@A@H4501_ArrayOf_AliasAddress@@8 @42112 NONAME ??_R1A@?0A@A@H4501_ArrayOf_ROS@@8 @42113 NONAME ??_R1A@?0A@A@H4501_EndpointAddress@@8 @42114 NONAME ??_R1A@?0A@A@H4501_EntityType@@8 @42115 NONAME ??_R1A@?0A@A@H4501_Extension@@8 @42116 NONAME ??_R1A@?0A@A@H4501_GeneralErrorList@@8 @42117 NONAME ??_R1A@?0A@A@H4501_H225InformationElement@@8 @42118 NONAME ??_R1A@?0A@A@H4501_InterpretationApdu@@8 @42119 NONAME ??_R1A@?0A@A@H4501_InvokeIDs@@8 @42120 NONAME ??_R1A@?0A@A@H4501_InvokeIdSet@@8 @42121 NONAME ??_R1A@?0A@A@H4501_NetworkFacilityExtension@@8 @42122 NONAME ??_R1A@?0A@A@H4501_NSAPSubaddress@@8 @42123 NONAME ??_R1A@?0A@A@H4501_NumberScreened@@8 @42124 NONAME ??_R1A@?0A@A@H4501_PartySubaddress@@8 @42125 NONAME ??_R1A@?0A@A@H4501_PresentationAllowedIndicator@@8 @42126 NONAME ??_R1A@?0A@A@H4501_PresentedAddressScreened@@8 @42127 NONAME ??_R1A@?0A@A@H4501_PresentedAddressUnscreened@@8 @42128 NONAME ??_R1A@?0A@A@H4501_PresentedNumberScreened@@8 @42129 NONAME ??_R1A@?0A@A@H4501_PresentedNumberUnscreened@@8 @42130 NONAME ??_R1A@?0A@A@H4501_ScreeningIndicator@@8 @42131 NONAME ??_R1A@?0A@A@H4501_ServiceApdus@@8 @42132 NONAME ??_R1A@?0A@A@H4501_SubaddressInformation@@8 @42133 NONAME ??_R1A@?0A@A@H4501_SupplementaryService@@8 @42134 NONAME ??_R1A@?0A@A@H4501_UserSpecifiedSubaddress@@8 @42135 NONAME ??_R1A@?0A@A@H4502Handler@@8 @42136 NONAME ??_R1A@?0A@A@H4502_CallIdentity@@8 @42137 NONAME ??_R1A@?0A@A@H4502_CallStatus@@8 @42138 NONAME ??_R1A@?0A@A@H4502_CallTransferErrors@@8 @42139 NONAME ??_R1A@?0A@A@H4502_CallTransferOperation@@8 @42140 NONAME ??_R1A@?0A@A@H4502_CTActiveArg@@8 @42141 NONAME ??_R1A@?0A@A@H4502_CTActiveArg_argumentExtension@@8 @42142 NONAME ??_R1A@?0A@A@H4502_CTCompleteArg@@8 @42143 NONAME ??_R1A@?0A@A@H4502_CTCompleteArg_argumentExtension@@8 @42144 NONAME ??_R1A@?0A@A@H4502_CTIdentifyRes@@8 @42145 NONAME ??_R1A@?0A@A@H4502_CTIdentifyRes_resultExtension@@8 @42146 NONAME ??_R1A@?0A@A@H4502_CTInitiateArg@@8 @42147 NONAME ??_R1A@?0A@A@H4502_CTInitiateArg_argumentExtension@@8 @42148 NONAME ??_R1A@?0A@A@H4502_CTSetupArg@@8 @42149 NONAME ??_R1A@?0A@A@H4502_CTSetupArg_argumentExtension@@8 @42150 NONAME ??_R1A@?0A@A@H4502_CTUpdateArg@@8 @42151 NONAME ??_R1A@?0A@A@H4502_CTUpdateArg_argumentExtension@@8 @42152 NONAME ??_R1A@?0A@A@H4502_DummyArg@@8 @42153 NONAME ??_R1A@?0A@A@H4502_DummyRes@@8 @42154 NONAME ??_R1A@?0A@A@H4502_EndDesignation@@8 @42155 NONAME ??_R1A@?0A@A@H4502_ExtensionSeq@@8 @42156 NONAME ??_R1A@?0A@A@H4502_SubaddressTransferArg@@8 @42157 NONAME ??_R1A@?0A@A@H4502_SubaddressTransferArg_argumentExtension@@8 @42158 NONAME ??_R1A@?0A@A@H4503_BasicService@@8 @42159 NONAME ??_R1A@?0A@A@H4503_CallDiversionErrors@@8 @42160 NONAME ??_R1A@?0A@A@H4503_DiversionReason@@8 @42161 NONAME ??_R1A@?0A@A@H4503_ExtensionSeq@@8 @42162 NONAME ??_R1A@?0A@A@H4503_H323CallDiversionOperations@@8 @42163 NONAME ??_R1A@?0A@A@H4503_IntResult@@8 @42164 NONAME ??_R1A@?0A@A@H4503_IntResultList@@8 @42165 NONAME ??_R1A@?0A@A@H4503_IntResult_extension@@8 @42166 NONAME ??_R1A@?0A@A@H4503_Procedure@@8 @42167 NONAME ??_R1A@?0A@A@H4503_SubscriptionOption@@8 @42168 NONAME ??_R1A@?0A@A@H4504Handler@@8 @42169 NONAME ??_R1A@?0A@A@H4504_ArrayOf_MixedExtension@@8 @42170 NONAME ??_R1A@?0A@A@H4504_CallHoldOperation@@8 @42171 NONAME ??_R1A@?0A@A@H4504_Extension@@8 @42172 NONAME ??_R1A@?0A@A@H4504_HoldNotificArg@@8 @42173 NONAME ??_R1A@?0A@A@H4504_MixedExtension@@8 @42174 NONAME ??_R1A@?0A@A@H4504_RemoteHoldArg@@8 @42175 NONAME ??_R1A@?0A@A@H4504_RemoteHoldRes@@8 @42176 NONAME ??_R1A@?0A@A@H4504_RemoteRetrieveArg@@8 @42177 NONAME ??_R1A@?0A@A@H4504_RemoteRetrieveRes@@8 @42178 NONAME ??_R1A@?0A@A@H4504_RetrieveNotificArg@@8 @42179 NONAME ??_R1A@?0A@A@H4505_ArrayOf_MixedExtension@@8 @42180 NONAME ??_R1A@?0A@A@H4505_CallParkPickupOperations@@8 @42181 NONAME ??_R1A@?0A@A@H4505_CallPickupErrors@@8 @42182 NONAME ??_R1A@?0A@A@H4505_CallType@@8 @42183 NONAME ??_R1A@?0A@A@H4505_CpickupNotifyArg@@8 @42184 NONAME ??_R1A@?0A@A@H4505_CpNotifyArg@@8 @42185 NONAME ??_R1A@?0A@A@H4505_CpRequestArg@@8 @42186 NONAME ??_R1A@?0A@A@H4505_CpRequestRes@@8 @42187 NONAME ??_R1A@?0A@A@H4505_CpSetupArg@@8 @42188 NONAME ??_R1A@?0A@A@H4505_CpSetupRes@@8 @42189 NONAME ??_R1A@?0A@A@H4505_GroupIndicationOffArg@@8 @42190 NONAME ??_R1A@?0A@A@H4505_GroupIndicationOffRes@@8 @42191 NONAME ??_R1A@?0A@A@H4505_GroupIndicationOnArg@@8 @42192 NONAME ??_R1A@?0A@A@H4505_GroupIndicationOnRes@@8 @42193 NONAME ??_R1A@?0A@A@H4505_ParkCondition@@8 @42194 NONAME ??_R1A@?0A@A@H4505_ParkedToPosition@@8 @42195 NONAME ??_R1A@?0A@A@H4505_PickExeArg@@8 @42196 NONAME ??_R1A@?0A@A@H4505_PickExeRes@@8 @42197 NONAME ??_R1A@?0A@A@H4505_PickrequArg@@8 @42198 NONAME ??_R1A@?0A@A@H4505_PickrequRes@@8 @42199 NONAME ??_R1A@?0A@A@H4505_PickupArg@@8 @42200 NONAME ??_R1A@?0A@A@H4505_PickupRes@@8 @42201 NONAME ??_R1A@?0A@A@H4506Handler@@8 @42202 NONAME ??_R1A@?0A@A@H4506_ArrayOf_MixedExtension@@8 @42203 NONAME ??_R1A@?0A@A@H4506_CallWaitingArg@@8 @42204 NONAME ??_R1A@?0A@A@H4506_CallWaitingOperations@@8 @42205 NONAME ??_R1A@?0A@A@H4507_ArrayOf_MixedExtension@@8 @42206 NONAME ??_R1A@?0A@A@H4507_BasicService@@8 @42207 NONAME ??_R1A@?0A@A@H4507_DummyRes@@8 @42208 NONAME ??_R1A@?0A@A@H4507_H323_MWI_Operations@@8 @42209 NONAME ??_R1A@?0A@A@H4507_MessageWaitingIndicationErrors@@8 @42210 NONAME ??_R1A@?0A@A@H4507_MsgCentreId@@8 @42211 NONAME ??_R1A@?0A@A@H4507_MWIActivateArg@@8 @42212 NONAME ??_R1A@?0A@A@H4507_MWIDeactivateArg@@8 @42213 NONAME ??_R1A@?0A@A@H4507_MWIInterrogateArg@@8 @42214 NONAME ??_R1A@?0A@A@H4507_MWIInterrogateRes@@8 @42215 NONAME ??_R1A@?0A@A@H4507_MWIInterrogateResElt@@8 @42216 NONAME ??_R1A@?0A@A@H4507_NbOfMessages@@8 @42217 NONAME ??_R1A@?0A@A@H4507_TimeStamp@@8 @42218 NONAME ??_R1A@?0A@A@H4508_ExtendedName@@8 @42219 NONAME ??_R1A@?0A@A@H4508_Name@@8 @42220 NONAME ??_R1A@?0A@A@H4508_NameOperations@@8 @42221 NONAME ??_R1A@?0A@A@H4508_NamePresentationAllowed@@8 @42222 NONAME ??_R1A@?0A@A@H4508_NamePresentationRestricted@@8 @42223 NONAME ??_R1A@?0A@A@H4508_SimpleName@@8 @42224 NONAME ??_R1A@?0A@A@H4509_ArrayOf_MixedExtension@@8 @42225 NONAME ??_R1A@?0A@A@H4509_CallCompletionErrors@@8 @42226 NONAME ??_R1A@?0A@A@H4509_CcArg@@8 @42227 NONAME ??_R1A@?0A@A@H4509_CcLongArg@@8 @42228 NONAME ??_R1A@?0A@A@H4509_CcRequestArg@@8 @42229 NONAME ??_R1A@?0A@A@H4509_CcRequestRes@@8 @42230 NONAME ??_R1A@?0A@A@H4509_CcShortArg@@8 @42231 NONAME ??_R1A@?0A@A@H4509_H323CallCompletionOperations@@8 @42232 NONAME ??_R1A@?0A@A@H450ServiceAPDU@@8 @42233 NONAME ??_R1A@?0A@A@H450xDispatcher@@8 @42234 NONAME ??_R1A@?0A@A@H450xHandler@@8 @42235 NONAME ??_R1A@?0A@A@H501AccessRequest@@8 @42236 NONAME ??_R1A@?0A@A@H501DescriptorUpdate@@8 @42237 NONAME ??_R1A@?0A@A@H501PDU@@8 @42238 NONAME ??_R1A@?0A@A@H501ServiceRequest@@8 @42239 NONAME ??_R1A@?0A@A@H501Transaction@@8 @42240 NONAME ??_R1A@?0A@A@H501_AccessConfirmation@@8 @42241 NONAME ??_R1A@?0A@A@H501_AccessRejection@@8 @42242 NONAME ??_R1A@?0A@A@H501_AccessRejectionReason@@8 @42243 NONAME ??_R1A@?0A@A@H501_AccessRequest@@8 @42244 NONAME ??_R1A@?0A@A@H501_AccessToken@@8 @42245 NONAME ??_R1A@?0A@A@H501_AddressTemplate@@8 @42246 NONAME ??_R1A@?0A@A@H501_AlternatePE@@8 @42247 NONAME ??_R1A@?0A@A@H501_AlternatePEInfo@@8 @42248 NONAME ??_R1A@?0A@A@H501_ApplicationMessage@@8 @42249 NONAME ??_R1A@?0A@A@H501_ArrayOf_AccessToken@@8 @42250 NONAME ??_R1A@?0A@A@H501_ArrayOf_AddressTemplate@@8 @42251 NONAME ??_R1A@?0A@A@H501_ArrayOf_AliasAddress@@8 @42252 NONAME ??_R1A@?0A@A@H501_ArrayOf_AlternatePE@@8 @42253 NONAME ??_R1A@?0A@A@H501_ArrayOf_CircuitIdentifier@@8 @42254 NONAME ??_R1A@?0A@A@H501_ArrayOf_ClearToken@@8 @42255 NONAME ??_R1A@?0A@A@H501_ArrayOf_ContactInformation@@8 @42256 NONAME ??_R1A@?0A@A@H501_ArrayOf_CryptoH323Token@@8 @42257 NONAME ??_R1A@?0A@A@H501_ArrayOf_Descriptor@@8 @42258 NONAME ??_R1A@?0A@A@H501_ArrayOf_DescriptorInfo@@8 @42259 NONAME ??_R1A@?0A@A@H501_ArrayOf_GenericData@@8 @42260 NONAME ??_R1A@?0A@A@H501_ArrayOf_GloballyUniqueID@@8 @42261 NONAME ??_R1A@?0A@A@H501_ArrayOf_NonStandardParameter@@8 @42262 NONAME ??_R1A@?0A@A@H501_ArrayOf_PASN_ObjectId@@8 @42263 NONAME ??_R1A@?0A@A@H501_ArrayOf_Pattern@@8 @42264 NONAME ??_R1A@?0A@A@H501_ArrayOf_PriceElement@@8 @42265 NONAME ??_R1A@?0A@A@H501_ArrayOf_PriceInfoSpec@@8 @42266 NONAME ??_R1A@?0A@A@H501_ArrayOf_RouteInformation@@8 @42267 NONAME ??_R1A@?0A@A@H501_ArrayOf_SecurityMode@@8 @42268 NONAME ??_R1A@?0A@A@H501_ArrayOf_ServiceControlSession@@8 @42269 NONAME ??_R1A@?0A@A@H501_ArrayOf_SupportedProtocols@@8 @42270 NONAME ??_R1A@?0A@A@H501_ArrayOf_TransportAddress@@8 @42271 NONAME ??_R1A@?0A@A@H501_ArrayOf_UpdateInformation@@8 @42272 NONAME ??_R1A@?0A@A@H501_ArrayOf_UsageField@@8 @42273 NONAME ??_R1A@?0A@A@H501_AuthenticationConfirmation@@8 @42274 NONAME ??_R1A@?0A@A@H501_AuthenticationRejection@@8 @42275 NONAME ??_R1A@?0A@A@H501_AuthenticationRejectionReason@@8 @42276 NONAME ??_R1A@?0A@A@H501_AuthenticationRequest@@8 @42277 NONAME ??_R1A@?0A@A@H501_CallInformation@@8 @42278 NONAME ??_R1A@?0A@A@H501_ContactInformation@@8 @42279 NONAME ??_R1A@?0A@A@H501_Descriptor@@8 @42280 NONAME ??_R1A@?0A@A@H501_DescriptorConfirmation@@8 @42281 NONAME ??_R1A@?0A@A@H501_DescriptorIDConfirmation@@8 @42282 NONAME ??_R1A@?0A@A@H501_DescriptorIDRejection@@8 @42283 NONAME ??_R1A@?0A@A@H501_DescriptorIDRejectionReason@@8 @42284 NONAME ??_R1A@?0A@A@H501_DescriptorIDRequest@@8 @42285 NONAME ??_R1A@?0A@A@H501_DescriptorInfo@@8 @42286 NONAME ??_R1A@?0A@A@H501_DescriptorRejection@@8 @42287 NONAME ??_R1A@?0A@A@H501_DescriptorRejectionReason@@8 @42288 NONAME ??_R1A@?0A@A@H501_DescriptorRequest@@8 @42289 NONAME ??_R1A@?0A@A@H501_DescriptorUpdate@@8 @42290 NONAME ??_R1A@?0A@A@H501_DescriptorUpdateAck@@8 @42291 NONAME ??_R1A@?0A@A@H501_ElementIdentifier@@8 @42292 NONAME ??_R1A@?0A@A@H501_GlobalTimeStamp@@8 @42293 NONAME ??_R1A@?0A@A@H501_Message@@8 @42294 NONAME ??_R1A@?0A@A@H501_MessageBody@@8 @42295 NONAME ??_R1A@?0A@A@H501_MessageCommonInfo@@8 @42296 NONAME ??_R1A@?0A@A@H501_NonStandardConfirmation@@8 @42297 NONAME ??_R1A@?0A@A@H501_NonStandardRejection@@8 @42298 NONAME ??_R1A@?0A@A@H501_NonStandardRejectionReason@@8 @42299 NONAME ??_R1A@?0A@A@H501_NonStandardRequest@@8 @42300 NONAME ??_R1A@?0A@A@H501_PartyInformation@@8 @42301 NONAME ??_R1A@?0A@A@H501_Pattern@@8 @42302 NONAME ??_R1A@?0A@A@H501_Pattern_range@@8 @42303 NONAME ??_R1A@?0A@A@H501_PriceElement@@8 @42304 NONAME ??_R1A@?0A@A@H501_PriceElement_units@@8 @42305 NONAME ??_R1A@?0A@A@H501_PriceInfoSpec@@8 @42306 NONAME ??_R1A@?0A@A@H501_ProtocolVersion@@8 @42307 NONAME ??_R1A@?0A@A@H501_RequestInProgress@@8 @42308 NONAME ??_R1A@?0A@A@H501_Role@@8 @42309 NONAME ??_R1A@?0A@A@H501_RouteInformation@@8 @42310 NONAME ??_R1A@?0A@A@H501_RouteInformation_messageType@@8 @42311 NONAME ??_R1A@?0A@A@H501_SecurityMode@@8 @42312 NONAME ??_R1A@?0A@A@H501_ServiceConfirmation@@8 @42313 NONAME ??_R1A@?0A@A@H501_ServiceRejection@@8 @42314 NONAME ??_R1A@?0A@A@H501_ServiceRejectionReason@@8 @42315 NONAME ??_R1A@?0A@A@H501_ServiceRelease@@8 @42316 NONAME ??_R1A@?0A@A@H501_ServiceReleaseReason@@8 @42317 NONAME ??_R1A@?0A@A@H501_ServiceRequest@@8 @42318 NONAME ??_R1A@?0A@A@H501_TerminationCause@@8 @42319 NONAME ??_R1A@?0A@A@H501_TimeZone@@8 @42320 NONAME ??_R1A@?0A@A@H501_UnknownMessageReason@@8 @42321 NONAME ??_R1A@?0A@A@H501_UnknownMessageResponse@@8 @42322 NONAME ??_R1A@?0A@A@H501_UpdateInformation@@8 @42323 NONAME ??_R1A@?0A@A@H501_UpdateInformation_descriptorInfo@@8 @42324 NONAME ??_R1A@?0A@A@H501_UpdateInformation_updateType@@8 @42325 NONAME ??_R1A@?0A@A@H501_UsageCallStatus@@8 @42326 NONAME ??_R1A@?0A@A@H501_UsageConfirmation@@8 @42327 NONAME ??_R1A@?0A@A@H501_UsageField@@8 @42328 NONAME ??_R1A@?0A@A@H501_UsageIndication@@8 @42329 NONAME ??_R1A@?0A@A@H501_UsageIndicationConfirmation@@8 @42330 NONAME ??_R1A@?0A@A@H501_UsageIndicationRejection@@8 @42331 NONAME ??_R1A@?0A@A@H501_UsageIndicationRejectionReason@@8 @42332 NONAME ??_R1A@?0A@A@H501_UsageRejection@@8 @42333 NONAME ??_R1A@?0A@A@H501_UsageRejectReason@@8 @42334 NONAME ??_R1A@?0A@A@H501_UsageRequest@@8 @42335 NONAME ??_R1A@?0A@A@H501_UsageSpecification@@8 @42336 NONAME ??_R1A@?0A@A@H501_UsageSpecification_when@@8 @42337 NONAME ??_R1A@?0A@A@H501_UserInformation@@8 @42338 NONAME ??_R1A@?0A@A@H501_ValidationConfirmation@@8 @42339 NONAME ??_R1A@?0A@A@H501_ValidationRejection@@8 @42340 NONAME ??_R1A@?0A@A@H501_ValidationRejectionReason@@8 @42341 NONAME ??_R1A@?0A@A@H501_ValidationRequest@@8 @42342 NONAME ??_R1A@?0A@A@HandleTimeout_PNotifier@H245Negotiator@@8 @42343 NONAME ??_R1A@?0A@A@HandleTransactions_PNotifier@H323Transactor@@8 @42344 NONAME ??_R1A@?0A@A@IntraP64Decoder@@8 @42345 NONAME ??_R1A@?0A@A@MCS_ArrayOf_ChannelAttributes@@8 @42346 NONAME ??_R1A@?0A@A@MCS_ArrayOf_ChannelId@@8 @42347 NONAME ??_R1A@?0A@A@MCS_ArrayOf_TokenAttributes@@8 @42348 NONAME ??_R1A@?0A@A@MCS_ArrayOf_TokenId@@8 @42349 NONAME ??_R1A@?0A@A@MCS_ArrayOf_UserId@@8 @42350 NONAME ??_R1A@?0A@A@MCS_AssignedChannelId@@8 @42351 NONAME ??_R1A@?0A@A@MCS_AUcf@@8 @42352 NONAME ??_R1A@?0A@A@MCS_AUrq@@8 @42353 NONAME ??_R1A@?0A@A@MCS_CAin@@8 @42354 NONAME ??_R1A@?0A@A@MCS_CArq@@8 @42355 NONAME ??_R1A@?0A@A@MCS_CCcf@@8 @42356 NONAME ??_R1A@?0A@A@MCS_CCrq@@8 @42357 NONAME ??_R1A@?0A@A@MCS_CDin@@8 @42358 NONAME ??_R1A@?0A@A@MCS_CDrq@@8 @42359 NONAME ??_R1A@?0A@A@MCS_CEin@@8 @42360 NONAME ??_R1A@?0A@A@MCS_CErq@@8 @42361 NONAME ??_R1A@?0A@A@MCS_ChannelAttributes@@8 @42362 NONAME ??_R1A@?0A@A@MCS_ChannelAttributes_assigned@@8 @42363 NONAME ??_R1A@?0A@A@MCS_ChannelAttributes_private@@8 @42364 NONAME ??_R1A@?0A@A@MCS_ChannelAttributes_static@@8 @42365 NONAME ??_R1A@?0A@A@MCS_ChannelAttributes_userId@@8 @42366 NONAME ??_R1A@?0A@A@MCS_ChannelId@@8 @42367 NONAME ??_R1A@?0A@A@MCS_CJcf@@8 @42368 NONAME ??_R1A@?0A@A@MCS_CJrq@@8 @42369 NONAME ??_R1A@?0A@A@MCS_CLrq@@8 @42370 NONAME ??_R1A@?0A@A@MCS_ConnectMCSPDU@@8 @42371 NONAME ??_R1A@?0A@A@MCS_Connect_Additional@@8 @42372 NONAME ??_R1A@?0A@A@MCS_Connect_Initial@@8 @42373 NONAME ??_R1A@?0A@A@MCS_Connect_Response@@8 @42374 NONAME ??_R1A@?0A@A@MCS_Connect_Result@@8 @42375 NONAME ??_R1A@?0A@A@MCS_DataPriority@@8 @42376 NONAME ??_R1A@?0A@A@MCS_Diagnostic@@8 @42377 NONAME ??_R1A@?0A@A@MCS_DomainMCSPDU@@8 @42378 NONAME ??_R1A@?0A@A@MCS_DomainParameters@@8 @42379 NONAME ??_R1A@?0A@A@MCS_DPum@@8 @42380 NONAME ??_R1A@?0A@A@MCS_DUin@@8 @42381 NONAME ??_R1A@?0A@A@MCS_DUrq@@8 @42382 NONAME ??_R1A@?0A@A@MCS_DynamicChannelId@@8 @42383 NONAME ??_R1A@?0A@A@MCS_EDrq@@8 @42384 NONAME ??_R1A@?0A@A@MCS_MCcf@@8 @42385 NONAME ??_R1A@?0A@A@MCS_MCrq@@8 @42386 NONAME ??_R1A@?0A@A@MCS_MTcf@@8 @42387 NONAME ??_R1A@?0A@A@MCS_MTrq@@8 @42388 NONAME ??_R1A@?0A@A@MCS_PCin@@8 @42389 NONAME ??_R1A@?0A@A@MCS_PDin@@8 @42390 NONAME ??_R1A@?0A@A@MCS_PrivateChannelId@@8 @42391 NONAME ??_R1A@?0A@A@MCS_PTin@@8 @42392 NONAME ??_R1A@?0A@A@MCS_Reason@@8 @42393 NONAME ??_R1A@?0A@A@MCS_Result@@8 @42394 NONAME ??_R1A@?0A@A@MCS_RJum@@8 @42395 NONAME ??_R1A@?0A@A@MCS_SDin@@8 @42396 NONAME ??_R1A@?0A@A@MCS_SDrq@@8 @42397 NONAME ??_R1A@?0A@A@MCS_Segmentation@@8 @42398 NONAME ??_R1A@?0A@A@MCS_StaticChannelId@@8 @42399 NONAME ??_R1A@?0A@A@MCS_TGcf@@8 @42400 NONAME ??_R1A@?0A@A@MCS_TGrq@@8 @42401 NONAME ??_R1A@?0A@A@MCS_TIcf@@8 @42402 NONAME ??_R1A@?0A@A@MCS_TIrq@@8 @42403 NONAME ??_R1A@?0A@A@MCS_TokenAttributes@@8 @42404 NONAME ??_R1A@?0A@A@MCS_TokenAttributes_given@@8 @42405 NONAME ??_R1A@?0A@A@MCS_TokenAttributes_giving@@8 @42406 NONAME ??_R1A@?0A@A@MCS_TokenAttributes_grabbed@@8 @42407 NONAME ??_R1A@?0A@A@MCS_TokenAttributes_inhibited@@8 @42408 NONAME ??_R1A@?0A@A@MCS_TokenAttributes_ungivable@@8 @42409 NONAME ??_R1A@?0A@A@MCS_TokenId@@8 @42410 NONAME ??_R1A@?0A@A@MCS_TokenStatus@@8 @42411 NONAME ??_R1A@?0A@A@MCS_TPin@@8 @42412 NONAME ??_R1A@?0A@A@MCS_TPrq@@8 @42413 NONAME ??_R1A@?0A@A@MCS_TRcf@@8 @42414 NONAME ??_R1A@?0A@A@MCS_TRrq@@8 @42415 NONAME ??_R1A@?0A@A@MCS_TTcf@@8 @42416 NONAME ??_R1A@?0A@A@MCS_TTrq@@8 @42417 NONAME ??_R1A@?0A@A@MCS_TVcf@@8 @42418 NONAME ??_R1A@?0A@A@MCS_TVin@@8 @42419 NONAME ??_R1A@?0A@A@MCS_TVrq@@8 @42420 NONAME ??_R1A@?0A@A@MCS_TVrs@@8 @42421 NONAME ??_R1A@?0A@A@MCS_UserId@@8 @42422 NONAME ??_R1A@?0A@A@MCS_USin@@8 @42423 NONAME ??_R1A@?0A@A@MCS_USrq@@8 @42424 NONAME ??_R1A@?0A@A@MonitorMain_PNotifier@H323Gatekeeper@@8 @42432 NONAME ??_R1A@?0A@A@MonitorMain_PNotifier@H323GatekeeperServer@@8 @42433 NONAME ??_R1A@?0A@A@MonitorMain_PNotifier@H323PeerElement@@8 @42434 NONAME ??_R1A@?0A@A@MSIPAddress@PILSSession@@8 @42435 NONAME ??_R1A@?0A@A@MXRecordList@PDNS@@8 @52850 NONAME ??_R1A@?0A@A@OnCallIntrudeTimeOut_PNotifier@H45011Handler@@8 @42436 NONAME ??_R1A@?0A@A@OnCallTransferTimeOut_PNotifier@H4502Handler@@8 @42437 NONAME ??_R1A@?0A@A@OnLoadModule_PNotifier@PPluginModuleManager@@8 @50684 NONAME ??_R1A@?0A@A@OnUserInputInBandDTMF_PNotifier@H323Connection@@8 @42438 NONAME ??_R1A@?0A@A@OnUserInputInlineRFC2833_PNotifier@H323Connection@@8 @42439 NONAME ??_R1A@?0A@A@OpalFactoryCodec@@8 @52441 NONAME ??_R1A@?0A@A@OpalG711ALaw64kFormat@@8 @50929 NONAME ??_R1A@?0A@A@OpalG711ALaw64k_Base@@8 @52442 NONAME ??_R1A@?0A@A@OpalG711ALaw64k_Decoder@@8 @52443 NONAME ??_R1A@?0A@A@OpalG711ALaw64k_Encoder@@8 @52444 NONAME ??_R1A@?0A@A@OpalG711uLaw64kFormat@@8 @50930 NONAME ??_R1A@?0A@A@OpalG711uLaw64k_Base@@8 @52445 NONAME ??_R1A@?0A@A@OpalG711uLaw64k_Decoder@@8 @52446 NONAME ??_R1A@?0A@A@OpalG711uLaw64k_Encoder@@8 @52447 NONAME ??_R1A@?0A@A@OpalG7231A_5k3Format@@8 @50931 NONAME ??_R1A@?0A@A@OpalG7231A_6k3Format@@8 @50932 NONAME ??_R1A@?0A@A@OpalG7231_5k3Format@@8 @50933 NONAME ??_R1A@?0A@A@OpalG7231_6k3Format@@8 @50934 NONAME ??_R1A@?0A@A@OpalG728Format@@8 @50935 NONAME ??_R1A@?0A@A@OpalG729ABFormat@@8 @50936 NONAME ??_R1A@?0A@A@OpalG729AFormat@@8 @50937 NONAME ??_R1A@?0A@A@OpalG729BFormat@@8 @50938 NONAME ??_R1A@?0A@A@OpalG729Format@@8 @50939 NONAME ??_R1A@?0A@A@OpalGloballyUniqueID@@8 @42440 NONAME ??_R1A@?0A@A@OpalGSM0610Format@@8 @50940 NONAME ??_R1A@?0A@A@OpalH261Format@@8 @50941 NONAME ??_R1A@?0A@A@OpalIxJDevice@@8 @42441 NONAME ??_R1A@?0A@A@OpalLineChannel@@8 @42442 NONAME ??_R1A@?0A@A@OpalLineInterfaceDevice@@8 @42443 NONAME ??_R1A@?0A@A@OpalMediaFormat@@8 @42444 NONAME ??_R1A@?0A@A@OpalPCM16Format@@8 @50942 NONAME ??_R1A@?0A@A@OpalPluginCodec@@8 @52448 NONAME ??_R1A@?0A@A@OpalPluginMediaFormat@@8 @50943 NONAME ??_R1A@?0A@A@OpalRFC2190H263Format@@8 @53829 NONAME ??_R1A@?0A@A@OpalRFC2833@@8 @42445 NONAME ??_R1A@?0A@A@OpalRFC2833Info@@8 @42446 NONAME ??_R1A@?0A@A@OpalRtpToWavFile@@8 @42447 NONAME ??_R1A@?0A@A@OpalT120Format@@8 @50944 NONAME ??_R1A@?0A@A@OpalT120Protocol@@8 @42448 NONAME ??_R1A@?0A@A@OpalT38Protocol@@8 @42449 NONAME ??_R1A@?0A@A@OpalUserInputRFC2833Format@@8 @50945 NONAME ??_R1A@?0A@A@OpalVoipBlasterDevice@@8 @42450 NONAME ??_R1A@?0A@A@OpalVXMLSession@@8 @42451 NONAME ??_R1A@?0A@A@OpalWAVFile@@8 @42452 NONAME ??_R1A@?0A@A@P64Decoder@@8 @42453 NONAME ??_R1A@?0A@A@PASN_Array@@8 @42454 NONAME ??_R1A@?0A@A@PASN_BitString@@8 @42455 NONAME ??_R1A@?0A@A@PASN_BMPString@@8 @42456 NONAME ??_R1A@?0A@A@PASN_Boolean@@8 @42457 NONAME ??_R1A@?0A@A@PASN_Choice@@8 @42458 NONAME ??_R1A@?0A@A@PASN_ConstrainedObject@@8 @42459 NONAME ??_R1A@?0A@A@PASN_ConstrainedString@@8 @42460 NONAME ??_R1A@?0A@A@PASN_Enumeration@@8 @42461 NONAME ??_R1A@?0A@A@PASN_GeneralisedTime@@8 @42462 NONAME ??_R1A@?0A@A@PASN_GeneralString@@8 @42463 NONAME ??_R1A@?0A@A@PASN_IA5String@@8 @42464 NONAME ??_R1A@?0A@A@PASN_Integer@@8 @42465 NONAME ??_R1A@?0A@A@PASN_Null@@8 @42466 NONAME ??_R1A@?0A@A@PASN_NumericString@@8 @42467 NONAME ??_R1A@?0A@A@PASN_Object@@8 @42468 NONAME ??_R1A@?0A@A@PASN_ObjectId@@8 @42469 NONAME ??_R1A@?0A@A@PASN_OctetString@@8 @42470 NONAME ??_R1A@?0A@A@PASN_PrintableString@@8 @42471 NONAME ??_R1A@?0A@A@PASN_Sequence@@8 @42472 NONAME ??_R1A@?0A@A@PASN_Stream@@8 @42473 NONAME ??_R1A@?0A@A@PASN_VisibleString@@8 @42474 NONAME ??_R1A@?0A@A@PLDAPAttributeBase@@8 @42475 NONAME ??_R1A@?0A@A@PLDAPAttr_c@RTPerson@PILSSession@@8 @42476 NONAME ??_R1A@?0A@A@PLDAPAttr_cn@RTPerson@PILSSession@@8 @42477 NONAME ??_R1A@?0A@A@PLDAPAttr_comment@RTPerson@PILSSession@@8 @42478 NONAME ??_R1A@?0A@A@PLDAPAttr_givenName@RTPerson@PILSSession@@8 @42479 NONAME ??_R1A@?0A@A@PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@8 @42480 NONAME ??_R1A@?0A@A@PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@8 @42481 NONAME ??_R1A@?0A@A@PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@8 @42482 NONAME ??_R1A@?0A@A@PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@8 @42483 NONAME ??_R1A@?0A@A@PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@8 @42484 NONAME ??_R1A@?0A@A@PLDAPAttr_location@RTPerson@PILSSession@@8 @42485 NONAME ??_R1A@?0A@A@PLDAPAttr_o@RTPerson@PILSSession@@8 @42486 NONAME ??_R1A@?0A@A@PLDAPAttr_objectClass@RTPerson@PILSSession@@8 @42487 NONAME ??_R1A@?0A@A@PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@8 @42488 NONAME ??_R1A@?0A@A@PLDAPAttr_sappguid@RTPerson@PILSSession@@8 @42489 NONAME ??_R1A@?0A@A@PLDAPAttr_sappid@RTPerson@PILSSession@@8 @42490 NONAME ??_R1A@?0A@A@PLDAPAttr_sflags@RTPerson@PILSSession@@8 @42491 NONAME ??_R1A@?0A@A@PLDAPAttr_sipAddress@RTPerson@PILSSession@@8 @42492 NONAME ??_R1A@?0A@A@PLDAPAttr_smimetype@RTPerson@PILSSession@@8 @42493 NONAME ??_R1A@?0A@A@PLDAPAttr_smodop@RTPerson@PILSSession@@8 @42494 NONAME ??_R1A@?0A@A@PLDAPAttr_sport@RTPerson@PILSSession@@8 @42495 NONAME ??_R1A@?0A@A@PLDAPAttr_sprotid@RTPerson@PILSSession@@8 @42496 NONAME ??_R1A@?0A@A@PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@8 @42497 NONAME ??_R1A@?0A@A@PLDAPAttr_ssecurity@RTPerson@PILSSession@@8 @42498 NONAME ??_R1A@?0A@A@PLDAPAttr_sttl@RTPerson@PILSSession@@8 @42499 NONAME ??_R1A@?0A@A@PLDAPAttr_surname@RTPerson@PILSSession@@8 @42500 NONAME ??_R1A@?0A@A@PLDAPAttr_timestamp@RTPerson@PILSSession@@8 @42501 NONAME ??_R1A@?0A@A@PLDAPStructBase@@8 @42502 NONAME ??_R1A@?0A@A@PluginLoader@@8 @53000 NONAME ??_R1A@?0A@A@PPER_Stream@@8 @42503 NONAME ??_R1A@?0A@A@Pre_Vid_Coder@@8 @42504 NONAME ??_R1A@?0A@A@PVXMLSession@@8 @42505 NONAME ??_R1A@?0A@A@PWAVFile@@8 @42506 NONAME ??_R1A@?0A@A@PWAVFileConverter@@8 @52229 NONAME ??_R1A@?0A@A@PWAVFileConverterALaw@@8 @52230 NONAME ??_R1A@?0A@A@PWAVFileConverterULaw@@8 @52231 NONAME ??_R1A@?0A@A@PWAVFileConverterXLaw@@8 @52232 NONAME ??_R1A@?0A@A@Q931@@8 @42507 NONAME ??_R1A@?0A@A@ReceivedPacket_PNotifier@OpalRFC2833@@8 @42508 NONAME ??_R1A@?0A@A@ReceivedPacket_PNotifier@OpalRtpToWavFile@@8 @42509 NONAME ??_R1A@?0A@A@ReceiverReport@RTP_Session@@8 @42510 NONAME ??_R1A@?0A@A@ReceiveTimeout_PNotifier@OpalRFC2833@@8 @42511 NONAME ??_R1A@?0A@A@Request@H323Transactor@@8 @42512 NONAME ??_R1A@?0A@A@Response@H323Transactor@@8 @42513 NONAME ??_R1A@?0A@A@RFC2190_FfmpgLink@@8 @53830 NONAME ??_R1A@?0A@A@RTPerson@PILSSession@@8 @42514 NONAME ??_R1A@?0A@A@RTP_ControlFrame@@8 @42515 NONAME ??_R1A@?0A@A@RTP_DataFrame@@8 @42516 NONAME ??_R1A@?0A@A@RTP_JitterBuffer@@8 @42517 NONAME ??_R1A@?0A@A@RTP_JitterBufferAnalyser@@8 @42518 NONAME ??_R1A@?0A@A@RTP_QOS@@8 @42519 NONAME ??_R1A@?0A@A@RTP_Session@@8 @42520 NONAME ??_R1A@?0A@A@RTP_SessionManager@@8 @42521 NONAME ??_R1A@?0A@A@RTP_UDP@@8 @42522 NONAME ??_R1A@?0A@A@RTP_UserData@@8 @42523 NONAME ??_R1A@?0A@A@SenderReport@RTP_Session@@8 @42524 NONAME ??_R1A@?0A@A@SlowHandler_PNotifier@H323Transaction@@8 @42525 NONAME ??_R1A@?0A@A@SourceDescription@RTP_Session@@8 @42526 NONAME ??_R1A@?0A@A@SRVRecordList@PDNS@@8 @52851 NONAME ??_R1A@?0A@A@StatusHandler_PNotifier@OpalVoipBlasterDevice@@8 @42527 NONAME ??_R1A@?0A@A@StringMap@H323GatekeeperServer@@8 @42528 NONAME ??_R1A@?0A@A@T120ConnectPDU@@8 @42529 NONAME ??_R1A@?0A@A@T120_X224@@8 @42530 NONAME ??_R1A@?0A@A@T38_ArrayOf_PASN_OctetString@@8 @42531 NONAME ??_R1A@?0A@A@T38_Data_Field@@8 @42532 NONAME ??_R1A@?0A@A@T38_Data_Field_subtype@@8 @42533 NONAME ??_R1A@?0A@A@T38_Data_Field_subtype_field_type@@8 @42534 NONAME ??_R1A@?0A@A@T38_IFPPacket@@8 @42535 NONAME ??_R1A@?0A@A@T38_PreCorrigendum_Data_Field@@8 @42536 NONAME ??_R1A@?0A@A@T38_PreCorrigendum_Data_Field_subtype@@8 @42537 NONAME ??_R1A@?0A@A@T38_PreCorrigendum_Data_Field_subtype_field_type@@8 @42538 NONAME ??_R1A@?0A@A@T38_PreCorrigendum_IFPPacket@@8 @42539 NONAME ??_R1A@?0A@A@T38_Type_of_msg@@8 @42540 NONAME ??_R1A@?0A@A@T38_Type_of_msg_data@@8 @42541 NONAME ??_R1A@?0A@A@T38_Type_of_msg_t30_indicator@@8 @42542 NONAME ??_R1A@?0A@A@T38_UDPTLPacket@@8 @42543 NONAME ??_R1A@?0A@A@T38_UDPTLPacket_error_recovery@@8 @42544 NONAME ??_R1A@?0A@A@T38_UDPTLPacket_error_recovery_fec_info@@8 @42545 NONAME ??_R1A@?0A@A@T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@8 @42546 NONAME ??_R1A@?0A@A@T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@8 @42547 NONAME ??_R1A@?0A@A@T38_UDPTLPacket_primary_ifp_packet@@8 @42548 NONAME ??_R1A@?0A@A@TickleMonitor_PNotifier@H323Gatekeeper@@8 @42549 NONAME ??_R1A@?0A@A@TransmitEnded_PNotifier@OpalRFC2833@@8 @42550 NONAME ??_R1A@?0A@A@TransmitPacket_PNotifier@OpalRFC2833@@8 @42551 NONAME ??_R1A@?0A@A@Transmitter@@8 @42552 NONAME ??_R1A@?0A@A@UpdateAllDescriptors_PNotifier@H323PeerElement@@8 @42553 NONAME ??_R1A@?0A@A@VoipBlasterInterface@@8 @42555 NONAME ??_R1A@?0A@A@Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@8 @52449 NONAME ??_R1A@?0A@A@Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@8 @52450 NONAME ??_R1A@?0A@A@Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@8 @52451 NONAME ??_R1A@?0A@A@Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@8 @52452 NONAME ??_R1A@?0A@A@Worker@OpalPluginCodecFactory@@8 @52453 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@8 @52852 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VH323Capability@@VPString@@@@8 @51827 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@8 @52454 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51828 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @51829 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VPWAVFileConverter@@I@@8 @52233 NONAME ??_R1A@?0A@A@X224@@8 @42556 NONAME ??_R1A@?0A@A@X880_Code@@8 @42557 NONAME ??_R1A@?0A@A@X880_GeneralProblem@@8 @42558 NONAME ??_R1A@?0A@A@X880_Invoke@@8 @42559 NONAME ??_R1A@?0A@A@X880_InvokeId@@8 @42560 NONAME ??_R1A@?0A@A@X880_InvokeProblem@@8 @42561 NONAME ??_R1A@?0A@A@X880_Reject@@8 @42562 NONAME ??_R1A@?0A@A@X880_RejectProblem@@8 @42563 NONAME ??_R1A@?0A@A@X880_Reject_problem@@8 @42564 NONAME ??_R1A@?0A@A@X880_ReturnError@@8 @42565 NONAME ??_R1A@?0A@A@X880_ReturnErrorProblem@@8 @42566 NONAME ??_R1A@?0A@A@X880_ReturnResult@@8 @42567 NONAME ??_R1A@?0A@A@X880_ReturnResultProblem@@8 @42568 NONAME ??_R1A@?0A@A@X880_ReturnResult_result@@8 @42569 NONAME ??_R1A@?0A@A@X880_ROS@@8 @42570 NONAME ??_R1BCA@?0A@A@PVXMLChannelInterface@@8 @53935 NONAME ??_R1BE@?0A@A@H323GenericCapabilityInfo@@8 @53308 NONAME ??_R1BE@?0A@A@H323NonStandardCapabilityInfo@@8 @42571 NONAME ??_R1BM@?0A@A@H323GenericCapabilityInfo@@8 @53309 NONAME ??_R1BM@?0A@A@H323NonStandardCapabilityInfo@@8 @42572 NONAME ??_R1BM@?0A@A@H323PluginCapabilityInfo@@8 @50400 NONAME ??_R1CA@?0A@A@H323TransactionPDU@@8 @53310 NONAME ??_R1EA@?0A@A@H323PluginCapabilityInfo@@8 @53311 NONAME ??_R1EME@?0A@A@H323TransactionPDU@@8 @53312 NONAME ??_R1FI@?0A@A@H323PluginCapabilityInfo@@8 @50401 NONAME ??_R2?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@8 @42575 NONAME ??_R2?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@8 @42576 NONAME ??_R2?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@8 @42577 NONAME ??_R2?$H235_HASHED@VH235_EncodedGeneralToken@@@@8 @42578 NONAME ??_R2?$H235_HASHED@VH235_EncodedPwdCertToken@@@@8 @42579 NONAME ??_R2?$H235_SIGNED@VH225_EncodedFastStartToken@@@@8 @42580 NONAME ??_R2?$H235_SIGNED@VH235_EncodedGeneralToken@@@@8 @42581 NONAME ??_R2?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@8 @42582 NONAME ??_R2?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@8 @42583 NONAME ??_R2?$H235_SIGNED@VH235_EncodedReturnSig@@@@8 @42584 NONAME ??_R2?$PArray@V?$PList@VH323Capability@@@@@@8 @42585 NONAME ??_R2?$PArray@VH323SimultaneousCapabilities@@@@8 @42586 NONAME ??_R2?$PArray@VH323TransportAddress@@@@8 @42587 NONAME ??_R2?$PArray@VReceiverReport@RTP_Session@@@@8 @42588 NONAME ??_R2?$PArray@VSourceDescription@RTP_Session@@@@8 @42589 NONAME ??_R2?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@8 @42590 NONAME ??_R2?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@8 @42591 NONAME ??_R2?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@8 @42592 NONAME ??_R2?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@8 @42593 NONAME ??_R2?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@8 @42594 NONAME ??_R2?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@8 @42595 NONAME ??_R2?$PDictionary@VPString@@VH323Connection@@@@8 @42596 NONAME ??_R2?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@8 @42597 NONAME ??_R2?$PDictionary@VPString@@VPOrdinalKey@@@@8 @42598 NONAME ??_R2?$PFactory@VH235Authenticator@@VPString@@@@8 @52853 NONAME ??_R2?$PFactory@VH323Capability@@VPString@@@@8 @51830 NONAME ??_R2?$PFactory@VH323StaticPluginCodec@@VPString@@@@8 @51831 NONAME ??_R2?$PFactory@VOpalFactoryCodec@@VPString@@@@8 @52455 NONAME ??_R2?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51832 NONAME ??_R2?$PFactory@VPWAVFileConverter@@I@@8 @52234 NONAME ??_R2?$PList@VH235Authenticator@@@@8 @42599 NONAME ??_R2?$PList@VH245_GenericParameter@@@@8 @53313 NONAME ??_R2?$PList@VH263Packet@@@@8 @53831 NONAME ??_R2?$PList@VH323Capability@@@@8 @42601 NONAME ??_R2?$PList@VH323Channel@@@@8 @42602 NONAME ??_R2?$PList@VH323GatekeeperListener@@@@8 @42603 NONAME ??_R2?$PList@VH323Listener@@@@8 @42604 NONAME ??_R2?$PList@VH323Transactor@@@@8 @42605 NONAME ??_R2?$PList@VH450xHandler@@@@8 @42606 NONAME ??_R2?$PList@VOpalMediaFormat@@@@8 @42608 NONAME ??_R2?$PList@VPBYTEArray@@@@8 @42609 NONAME ??_R2?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@8 @42610 NONAME ??_R2?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@8 @42611 NONAME ??_R2?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@8 @42612 NONAME ??_R2?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@8 @42613 NONAME ??_R2?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@8 @42614 NONAME ??_R2?$PSafePtr@VH323GatekeeperCall@@@@8 @42615 NONAME ??_R2?$PSafePtr@VH323PeerElementDescriptor@@@@8 @42616 NONAME ??_R2?$PSafePtr@VH323PeerElementServiceRelationship@@@@8 @42617 NONAME ??_R2?$PSafePtr@VH323RegisteredEndPoint@@@@8 @42618 NONAME ??_R2?$PSafeSortedList@VH323GatekeeperCall@@@@8 @42619 NONAME ??_R2?$PSafeSortedList@VH323PeerElementDescriptor@@@@8 @42620 NONAME ??_R2?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@8 @42621 NONAME ??_R2?$PSet@VPOrdinalKey@@@@8 @42622 NONAME ??_R2?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@8 @42623 NONAME ??_R2?$PSortedList@VH225_AliasAddress@@@@8 @42624 NONAME ??_R2?$PSortedList@VH323GatekeeperCall@@@@8 @42625 NONAME ??_R2?$PSortedList@VH323PeerElementDescriptor@@@@8 @42626 NONAME ??_R2?$PSortedList@VH323PeerElementServiceRelationship@@@@8 @42627 NONAME ??_R2?$PSortedList@VMXRecord@PDNS@@@@8 @52854 NONAME ??_R2?$PSortedList@VResponse@H323Transactor@@@@8 @42628 NONAME ??_R2?$PSortedList@VSRVRecord@PDNS@@@@8 @52855 NONAME ??_R2?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @52856 NONAME ??_R2?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @52857 NONAME ??_R2?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @52858 NONAME ??_R2?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @51833 NONAME ??_R2?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51834 NONAME ??_R2?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51835 NONAME ??_R2?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51836 NONAME ??_R2?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51837 NONAME ??_R2?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51838 NONAME ??_R2?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51839 NONAME ??_R2?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51840 NONAME ??_R2?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51841 NONAME ??_R2?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51842 NONAME ??_R2?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51843 NONAME ??_R2?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51844 NONAME ??_R2?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51845 NONAME ??_R2?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51846 NONAME ??_R2?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51847 NONAME ??_R2?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51848 NONAME ??_R2?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51849 NONAME ??_R2?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51850 NONAME ??_R2?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51851 NONAME ??_R2?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51852 NONAME ??_R2?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51853 NONAME ??_R2?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51854 NONAME ??_R2?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51855 NONAME ??_R2?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51856 NONAME ??_R2?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51857 NONAME ??_R2?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51858 NONAME ??_R2?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51859 NONAME ??_R2?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51860 NONAME ??_R2?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51861 NONAME ??_R2?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51862 NONAME ??_R2?$Worker@VOpalRFC2190H263Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @53832 NONAME ??_R2?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51863 NONAME ??_R2?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51864 NONAME ??_R2?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@8 @53001 NONAME ??_R2?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@8 @52235 NONAME ??_R2?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@8 @52236 NONAME ??_R2AliasKey@H323PeerElement@@8 @42629 NONAME ??_R2AlternateInfo@H323Gatekeeper@@8 @42630 NONAME ??_R2ByteQueue@OpalVoipBlasterDevice@@8 @42631 NONAME ??_R2Encoder@@8 @42632 NONAME ??_R2Entry@RTP_JitterBuffer@@8 @42633 NONAME ??_R2FilterInfo@H323Codec@@8 @42635 NONAME ??_R2FullP64Decoder@@8 @42636 NONAME ??_R2G7231_File_Capability@@8 @42637 NONAME ??_R2G7231_File_Codec@@8 @42638 NONAME ??_R2GCC_AlternativeNodeID@@8 @42639 NONAME ??_R2GCC_ApplicationInvokeIndication@@8 @42640 NONAME ??_R2GCC_ApplicationInvokeSpecifier@@8 @42641 NONAME ??_R2GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@8 @42642 NONAME ??_R2GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@8 @42643 NONAME ??_R2GCC_ApplicationRecord@@8 @42644 NONAME ??_R2GCC_ApplicationRecord_nonCollapsingCapabilities@@8 @42645 NONAME ??_R2GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@8 @42646 NONAME ??_R2GCC_ArrayOf_ApplicationInvokeSpecifier@@8 @42647 NONAME ??_R2GCC_ArrayOf_ChallengeItem@@8 @42648 NONAME ??_R2GCC_ArrayOf_ConferenceDescriptor@@8 @42649 NONAME ??_R2GCC_ArrayOf_Privilege@@8 @42650 NONAME ??_R2GCC_ArrayOf_TextString@@8 @42651 NONAME ??_R2GCC_ArrayOf_UserID@@8 @42652 NONAME ??_R2GCC_AsymmetryIndicator@@8 @42653 NONAME ??_R2GCC_CapabilityClass@@8 @42654 NONAME ??_R2GCC_CapabilityID@@8 @42655 NONAME ??_R2GCC_ChallengeItem@@8 @42656 NONAME ??_R2GCC_ChallengeRequest@@8 @42657 NONAME ??_R2GCC_ChallengeResponse@@8 @42658 NONAME ??_R2GCC_ChallengeResponseAlgorithm@@8 @42659 NONAME ??_R2GCC_ChallengeResponseItem@@8 @42660 NONAME ??_R2GCC_ChannelID@@8 @42661 NONAME ??_R2GCC_ChannelType@@8 @42662 NONAME ??_R2GCC_ConductorAssignIndication@@8 @42663 NONAME ??_R2GCC_ConductorPermissionAskIndication@@8 @42664 NONAME ??_R2GCC_ConductorPermissionGrantIndication@@8 @42665 NONAME ??_R2GCC_ConductorReleaseIndication@@8 @42666 NONAME ??_R2GCC_ConferenceAddRequest@@8 @42667 NONAME ??_R2GCC_ConferenceAddResponse@@8 @42668 NONAME ??_R2GCC_ConferenceAddResponse_result@@8 @42669 NONAME ??_R2GCC_ConferenceAssistanceIndication@@8 @42670 NONAME ??_R2GCC_ConferenceCreateRequest@@8 @42671 NONAME ??_R2GCC_ConferenceCreateResponse@@8 @42672 NONAME ??_R2GCC_ConferenceCreateResponse_result@@8 @42673 NONAME ??_R2GCC_ConferenceDescriptor@@8 @42674 NONAME ??_R2GCC_ConferenceEjectUserIndication@@8 @42675 NONAME ??_R2GCC_ConferenceEjectUserIndication_reason@@8 @42676 NONAME ??_R2GCC_ConferenceEjectUserRequest@@8 @42677 NONAME ??_R2GCC_ConferenceEjectUserRequest_reason@@8 @42678 NONAME ??_R2GCC_ConferenceEjectUserResponse@@8 @42679 NONAME ??_R2GCC_ConferenceEjectUserResponse_result@@8 @42680 NONAME ??_R2GCC_ConferenceInviteRequest@@8 @42681 NONAME ??_R2GCC_ConferenceInviteResponse@@8 @42682 NONAME ??_R2GCC_ConferenceInviteResponse_result@@8 @42683 NONAME ??_R2GCC_ConferenceJoinRequest@@8 @42684 NONAME ??_R2GCC_ConferenceJoinResponse@@8 @42685 NONAME ??_R2GCC_ConferenceJoinResponse_result@@8 @42686 NONAME ??_R2GCC_ConferenceLockIndication@@8 @42687 NONAME ??_R2GCC_ConferenceLockRequest@@8 @42688 NONAME ??_R2GCC_ConferenceLockResponse@@8 @42689 NONAME ??_R2GCC_ConferenceLockResponse_result@@8 @42690 NONAME ??_R2GCC_ConferenceName@@8 @42691 NONAME ??_R2GCC_ConferenceNameModifier@@8 @42692 NONAME ??_R2GCC_ConferenceNameSelector@@8 @42693 NONAME ??_R2GCC_ConferencePriority@@8 @42694 NONAME ??_R2GCC_ConferencePriorityScheme@@8 @42695 NONAME ??_R2GCC_ConferenceQueryRequest@@8 @42696 NONAME ??_R2GCC_ConferenceQueryResponse@@8 @42697 NONAME ??_R2GCC_ConferenceQueryResponse_result@@8 @42698 NONAME ??_R2GCC_ConferenceTerminateIndication@@8 @42699 NONAME ??_R2GCC_ConferenceTerminateIndication_reason@@8 @42700 NONAME ??_R2GCC_ConferenceTerminateRequest@@8 @42701 NONAME ??_R2GCC_ConferenceTerminateRequest_reason@@8 @42702 NONAME ??_R2GCC_ConferenceTerminateResponse@@8 @42703 NONAME ??_R2GCC_ConferenceTerminateResponse_result@@8 @42704 NONAME ??_R2GCC_ConferenceTimeExtendIndication@@8 @42705 NONAME ??_R2GCC_ConferenceTimeInquireIndication@@8 @42706 NONAME ??_R2GCC_ConferenceTimeRemainingIndication@@8 @42707 NONAME ??_R2GCC_ConferenceTransferIndication@@8 @42708 NONAME ??_R2GCC_ConferenceTransferRequest@@8 @42709 NONAME ??_R2GCC_ConferenceTransferResponse@@8 @42710 NONAME ??_R2GCC_ConferenceTransferResponse_result@@8 @42711 NONAME ??_R2GCC_ConferenceUnlockIndication@@8 @42712 NONAME ??_R2GCC_ConferenceUnlockRequest@@8 @42713 NONAME ??_R2GCC_ConferenceUnlockResponse@@8 @42714 NONAME ??_R2GCC_ConferenceUnlockResponse_result@@8 @42715 NONAME ??_R2GCC_ConnectData@@8 @42716 NONAME ??_R2GCC_ConnectGCCPDU@@8 @42717 NONAME ??_R2GCC_DialingString@@8 @42718 NONAME ??_R2GCC_DynamicChannelID@@8 @42719 NONAME ??_R2GCC_DynamicTokenID@@8 @42720 NONAME ??_R2GCC_EntityID@@8 @42721 NONAME ??_R2GCC_ExtraDialingString@@8 @42722 NONAME ??_R2GCC_FunctionNotSupportedResponse@@8 @42723 NONAME ??_R2GCC_GCCPDU@@8 @42724 NONAME ??_R2GCC_H221NonStandardIdentifier@@8 @42725 NONAME ??_R2GCC_Handle@@8 @42726 NONAME ??_R2GCC_IndicationPDU@@8 @42727 NONAME ??_R2GCC_Key@@8 @42728 NONAME ??_R2GCC_NetworkAddress@@8 @42729 NONAME ??_R2GCC_NetworkAddress_subtype@@8 @42730 NONAME ??_R2GCC_NetworkAddress_subtype_aggregatedChannel@@8 @42731 NONAME ??_R2GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@8 @42732 NONAME ??_R2GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@8 @42733 NONAME ??_R2GCC_NetworkAddress_subtype_transportConnection@@8 @42734 NONAME ??_R2GCC_NodeProperties@@8 @42735 NONAME ??_R2GCC_NodeRecord@@8 @42736 NONAME ??_R2GCC_NodeType@@8 @42737 NONAME ??_R2GCC_NonStandardParameter@@8 @42738 NONAME ??_R2GCC_NonStandardPDU@@8 @42739 NONAME ??_R2GCC_Password@@8 @42740 NONAME ??_R2GCC_PasswordChallengeRequestResponse@@8 @42741 NONAME ??_R2GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@8 @42742 NONAME ??_R2GCC_PasswordSelector@@8 @42743 NONAME ??_R2GCC_Privilege@@8 @42744 NONAME ??_R2GCC_RegistryAllocateHandleRequest@@8 @42745 NONAME ??_R2GCC_RegistryAllocateHandleResponse@@8 @42746 NONAME ??_R2GCC_RegistryAllocateHandleResponse_result@@8 @42747 NONAME ??_R2GCC_RegistryAssignTokenRequest@@8 @42748 NONAME ??_R2GCC_RegistryDeleteEntryRequest@@8 @42749 NONAME ??_R2GCC_RegistryEntryOwner@@8 @42750 NONAME ??_R2GCC_RegistryEntryOwner_owned@@8 @42751 NONAME ??_R2GCC_RegistryItem@@8 @42752 NONAME ??_R2GCC_RegistryKey@@8 @42753 NONAME ??_R2GCC_RegistryModificationRights@@8 @42754 NONAME ??_R2GCC_RegistryMonitorEntryIndication@@8 @42755 NONAME ??_R2GCC_RegistryMonitorEntryRequest@@8 @42756 NONAME ??_R2GCC_RegistryRegisterChannelRequest@@8 @42757 NONAME ??_R2GCC_RegistryResponse@@8 @42758 NONAME ??_R2GCC_RegistryResponse_primitiveType@@8 @42759 NONAME ??_R2GCC_RegistryResponse_result@@8 @42760 NONAME ??_R2GCC_RegistryRetrieveEntryRequest@@8 @42761 NONAME ??_R2GCC_RegistrySetParameterRequest@@8 @42762 NONAME ??_R2GCC_RequestPDU@@8 @42763 NONAME ??_R2GCC_ResponsePDU@@8 @42764 NONAME ??_R2GCC_RosterUpdateIndication@@8 @42765 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation@@8 @42766 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype@@8 @42767 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@8 @42768 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@8 @42769 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@8 @42770 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@8 @42771 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@8 @42772 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@8 @42773 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@8 @42774 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@8 @42775 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@8 @42776 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation@@8 @42777 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@8 @42778 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@8 @42779 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@8 @42780 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@8 @42781 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@8 @42782 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@8 @42783 NONAME ??_R2GCC_SessionKey@@8 @42784 NONAME ??_R2GCC_SimpleNumericString@@8 @42785 NONAME ??_R2GCC_SimpleTextString@@8 @42786 NONAME ??_R2GCC_StaticChannelID@@8 @42787 NONAME ??_R2GCC_StaticTokenID@@8 @42788 NONAME ??_R2GCC_SubAddressString@@8 @42789 NONAME ??_R2GCC_TerminationMethod@@8 @42790 NONAME ??_R2GCC_TextMessageIndication@@8 @42791 NONAME ??_R2GCC_TextString@@8 @42792 NONAME ??_R2GCC_Time@@8 @42793 NONAME ??_R2GCC_TokenID@@8 @42794 NONAME ??_R2GCC_UserData@@8 @42795 NONAME ??_R2GCC_UserData_subtype@@8 @42796 NONAME ??_R2GCC_UserID@@8 @42797 NONAME ??_R2GCC_UserIDIndication@@8 @42798 NONAME ??_R2H225CallThread@@8 @42799 NONAME ??_R2H225TransportThread@@8 @42800 NONAME ??_R2H225_AddressPattern@@8 @42801 NONAME ??_R2H225_AddressPattern_range@@8 @42802 NONAME ??_R2H225_AdmissionConfirm@@8 @42803 NONAME ??_R2H225_AdmissionConfirm_language@@8 @42804 NONAME ??_R2H225_AdmissionReject@@8 @42805 NONAME ??_R2H225_AdmissionRejectReason@@8 @42806 NONAME ??_R2H225_AdmissionRequest@@8 @42807 NONAME ??_R2H225_Alerting_UUIE@@8 @42808 NONAME ??_R2H225_AliasAddress@@8 @42809 NONAME ??_R2H225_AlternateGK@@8 @42810 NONAME ??_R2H225_AlternateTransportAddresses@@8 @42811 NONAME ??_R2H225_AltGKInfo@@8 @42812 NONAME ??_R2H225_ANSI_41_UIM@@8 @42813 NONAME ??_R2H225_ANSI_41_UIM_system_id@@8 @42814 NONAME ??_R2H225_ArrayOf_AddressPattern@@8 @42815 NONAME ??_R2H225_ArrayOf_AdmissionConfirm@@8 @42816 NONAME ??_R2H225_ArrayOf_AliasAddress@@8 @42817 NONAME ??_R2H225_ArrayOf_AlternateGK@@8 @42818 NONAME ??_R2H225_ArrayOf_AuthenticationMechanism@@8 @42819 NONAME ??_R2H225_ArrayOf_BandwidthDetails@@8 @42820 NONAME ??_R2H225_ArrayOf_CallReferenceValue@@8 @42821 NONAME ??_R2H225_ArrayOf_CallsAvailable@@8 @42822 NONAME ??_R2H225_ArrayOf_ClearToken@@8 @42823 NONAME ??_R2H225_ArrayOf_ConferenceIdentifier@@8 @42824 NONAME ??_R2H225_ArrayOf_ConferenceList@@8 @42825 NONAME ??_R2H225_ArrayOf_CryptoH323Token@@8 @42826 NONAME ??_R2H225_ArrayOf_DataRate@@8 @42827 NONAME ??_R2H225_ArrayOf_Endpoint@@8 @42828 NONAME ??_R2H225_ArrayOf_EnumeratedParameter@@8 @42829 NONAME ??_R2H225_ArrayOf_ExtendedAliasAddress@@8 @42830 NONAME ??_R2H225_ArrayOf_FeatureDescriptor@@8 @42831 NONAME ??_R2H225_ArrayOf_GenericData@@8 @42832 NONAME ??_R2H225_ArrayOf_H245Security@@8 @42833 NONAME ??_R2H225_ArrayOf_H248PackagesDescriptor@@8 @42834 NONAME ??_R2H225_ArrayOf_IntegrityMechanism@@8 @42835 NONAME ??_R2H225_ArrayOf_NonStandardParameter@@8 @42836 NONAME ??_R2H225_ArrayOf_PartyNumber@@8 @42837 NONAME ??_R2H225_ArrayOf_PASN_ObjectId@@8 @42838 NONAME ??_R2H225_ArrayOf_PASN_OctetString@@8 @42839 NONAME ??_R2H225_ArrayOf_RasUsageSpecification@@8 @42840 NONAME ??_R2H225_ArrayOf_RTPSession@@8 @42841 NONAME ??_R2H225_ArrayOf_ServiceControlSession@@8 @42842 NONAME ??_R2H225_ArrayOf_SupportedPrefix@@8 @42843 NONAME ??_R2H225_ArrayOf_SupportedProtocols@@8 @42844 NONAME ??_R2H225_ArrayOf_TransportAddress@@8 @42845 NONAME ??_R2H225_ArrayOf_TransportChannelInfo@@8 @42846 NONAME ??_R2H225_ArrayOf_TunnelledProtocol@@8 @42847 NONAME ??_R2H225_BandRejectReason@@8 @42848 NONAME ??_R2H225_BandWidth@@8 @42849 NONAME ??_R2H225_BandwidthConfirm@@8 @42850 NONAME ??_R2H225_BandwidthDetails@@8 @42851 NONAME ??_R2H225_BandwidthReject@@8 @42852 NONAME ??_R2H225_BandwidthRequest@@8 @42853 NONAME ??_R2H225_CallCapacity@@8 @42854 NONAME ??_R2H225_CallCapacityInfo@@8 @42855 NONAME ??_R2H225_CallCreditCapability@@8 @42856 NONAME ??_R2H225_CallCreditServiceControl@@8 @42857 NONAME ??_R2H225_CallCreditServiceControl_billingMode@@8 @42858 NONAME ??_R2H225_CallCreditServiceControl_callStartingPoint@@8 @42859 NONAME ??_R2H225_CallIdentifier@@8 @42860 NONAME ??_R2H225_CallLinkage@@8 @42861 NONAME ??_R2H225_CallModel@@8 @42862 NONAME ??_R2H225_CallProceeding_UUIE@@8 @42863 NONAME ??_R2H225_CallReferenceValue@@8 @42864 NONAME ??_R2H225_CallsAvailable@@8 @42865 NONAME ??_R2H225_CallTerminationCause@@8 @42866 NONAME ??_R2H225_CallType@@8 @42867 NONAME ??_R2H225_CapacityReportingCapability@@8 @42868 NONAME ??_R2H225_CapacityReportingSpecification@@8 @42869 NONAME ??_R2H225_CapacityReportingSpecification_when@@8 @42870 NONAME ??_R2H225_CarrierInfo@@8 @42871 NONAME ??_R2H225_CicInfo@@8 @42872 NONAME ??_R2H225_CicInfo_cic@@8 @42873 NONAME ??_R2H225_CircuitIdentifier@@8 @42874 NONAME ??_R2H225_CircuitInfo@@8 @42875 NONAME ??_R2H225_ConferenceIdentifier@@8 @42876 NONAME ??_R2H225_ConferenceList@@8 @42877 NONAME ??_R2H225_Connect_UUIE@@8 @42878 NONAME ??_R2H225_Connect_UUIE_language@@8 @42879 NONAME ??_R2H225_Content@@8 @42880 NONAME ??_R2H225_CryptoH323Token@@8 @42881 NONAME ??_R2H225_CryptoH323Token_cryptoEPPwdHash@@8 @42882 NONAME ??_R2H225_CryptoH323Token_cryptoGKPwdHash@@8 @42883 NONAME ??_R2H225_DataRate@@8 @42884 NONAME ??_R2H225_DisengageConfirm@@8 @42885 NONAME ??_R2H225_DisengageReason@@8 @42886 NONAME ??_R2H225_DisengageReject@@8 @42887 NONAME ??_R2H225_DisengageRejectReason@@8 @42888 NONAME ??_R2H225_DisengageRequest@@8 @42889 NONAME ??_R2H225_EncodedFastStartToken@@8 @42890 NONAME ??_R2H225_EncryptIntAlg@@8 @42891 NONAME ??_R2H225_Endpoint@@8 @42892 NONAME ??_R2H225_EndpointIdentifier@@8 @42893 NONAME ??_R2H225_EndpointType@@8 @42894 NONAME ??_R2H225_EnumeratedParameter@@8 @42895 NONAME ??_R2H225_ExtendedAliasAddress@@8 @42896 NONAME ??_R2H225_FacilityReason@@8 @42897 NONAME ??_R2H225_Facility_UUIE@@8 @42898 NONAME ??_R2H225_FastStartToken@@8 @42899 NONAME ??_R2H225_FeatureDescriptor@@8 @42900 NONAME ??_R2H225_FeatureSet@@8 @42901 NONAME ??_R2H225_GatekeeperConfirm@@8 @42902 NONAME ??_R2H225_GatekeeperIdentifier@@8 @42903 NONAME ??_R2H225_GatekeeperInfo@@8 @42904 NONAME ??_R2H225_GatekeeperReject@@8 @42905 NONAME ??_R2H225_GatekeeperRejectReason@@8 @42906 NONAME ??_R2H225_GatekeeperRequest@@8 @42907 NONAME ??_R2H225_GatewayInfo@@8 @42908 NONAME ??_R2H225_GenericData@@8 @42909 NONAME ??_R2H225_GenericIdentifier@@8 @42910 NONAME ??_R2H225_GloballyUniqueID@@8 @42911 NONAME ??_R2H225_GroupID@@8 @42912 NONAME ??_R2H225_GroupID_member@@8 @42913 NONAME ??_R2H225_GSM_UIM@@8 @42914 NONAME ??_R2H225_H221NonStandard@@8 @42915 NONAME ??_R2H225_H245Security@@8 @42916 NONAME ??_R2H225_H248PackagesDescriptor@@8 @42917 NONAME ??_R2H225_H248SignalsDescriptor@@8 @42918 NONAME ??_R2H225_H310Caps@@8 @42919 NONAME ??_R2H225_H320Caps@@8 @42920 NONAME ??_R2H225_H321Caps@@8 @42921 NONAME ??_R2H225_H322Caps@@8 @42922 NONAME ??_R2H225_H323Caps@@8 @42923 NONAME ??_R2H225_H323_UserInformation@@8 @42924 NONAME ??_R2H225_H323_UserInformation_user_data@@8 @42925 NONAME ??_R2H225_H323_UU_PDU@@8 @42926 NONAME ??_R2H225_H323_UU_PDU_h323_message_body@@8 @42927 NONAME ??_R2H225_H323_UU_PDU_tunnelledSignallingMessage@@8 @42928 NONAME ??_R2H225_H324Caps@@8 @42929 NONAME ??_R2H225_ICV@@8 @42930 NONAME ??_R2H225_InfoRequest@@8 @42931 NONAME ??_R2H225_InfoRequestAck@@8 @42932 NONAME ??_R2H225_InfoRequestNak@@8 @42933 NONAME ??_R2H225_InfoRequestNakReason@@8 @42934 NONAME ??_R2H225_InfoRequestResponse@@8 @42935 NONAME ??_R2H225_InfoRequestResponseStatus@@8 @42936 NONAME ??_R2H225_InfoRequestResponse_perCallInfo@@8 @42937 NONAME ??_R2H225_InfoRequestResponse_perCallInfo_subtype@@8 @42938 NONAME ??_R2H225_InfoRequestResponse_perCallInfo_subtype_pdu@@8 @42939 NONAME ??_R2H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@8 @42940 NONAME ??_R2H225_Information_UUIE@@8 @42941 NONAME ??_R2H225_IntegrityMechanism@@8 @42942 NONAME ??_R2H225_LocationConfirm@@8 @42943 NONAME ??_R2H225_LocationReject@@8 @42944 NONAME ??_R2H225_LocationRejectReason@@8 @42945 NONAME ??_R2H225_LocationRequest@@8 @42946 NONAME ??_R2H225_McuInfo@@8 @42947 NONAME ??_R2H225_MobileUIM@@8 @42948 NONAME ??_R2H225_NonIsoIntegrityMechanism@@8 @42949 NONAME ??_R2H225_NonStandardIdentifier@@8 @42950 NONAME ??_R2H225_NonStandardMessage@@8 @42951 NONAME ??_R2H225_NonStandardParameter@@8 @42952 NONAME ??_R2H225_NonStandardProtocol@@8 @42953 NONAME ??_R2H225_Notify_UUIE@@8 @42954 NONAME ??_R2H225_NumberDigits@@8 @42955 NONAME ??_R2H225_PartyNumber@@8 @42956 NONAME ??_R2H225_PresentationIndicator@@8 @42957 NONAME ??_R2H225_PrivatePartyNumber@@8 @42958 NONAME ??_R2H225_PrivateTypeOfNumber@@8 @42959 NONAME ??_R2H225_Progress_UUIE@@8 @42960 NONAME ??_R2H225_ProtocolIdentifier@@8 @42961 NONAME ??_R2H225_PublicPartyNumber@@8 @42962 NONAME ??_R2H225_PublicTypeOfNumber@@8 @42963 NONAME ??_R2H225_Q954Details@@8 @42964 NONAME ??_R2H225_QseriesOptions@@8 @42965 NONAME ??_R2H225_RAS@@8 @42966 NONAME ??_R2H225_RasMessage@@8 @42967 NONAME ??_R2H225_RasUsageInformation@@8 @42968 NONAME ??_R2H225_RasUsageInfoTypes@@8 @42969 NONAME ??_R2H225_RasUsageSpecification@@8 @42970 NONAME ??_R2H225_RasUsageSpecification_callStartingPoint@@8 @42971 NONAME ??_R2H225_RasUsageSpecification_when@@8 @42972 NONAME ??_R2H225_RegistrationConfirm@@8 @42973 NONAME ??_R2H225_RegistrationConfirm_preGrantedARQ@@8 @42974 NONAME ??_R2H225_RegistrationReject@@8 @42975 NONAME ??_R2H225_RegistrationRejectReason@@8 @42976 NONAME ??_R2H225_RegistrationRejectReason_invalidTerminalAliases@@8 @42977 NONAME ??_R2H225_RegistrationRequest@@8 @42978 NONAME ??_R2H225_ReleaseCompleteReason@@8 @42979 NONAME ??_R2H225_ReleaseComplete_UUIE@@8 @42980 NONAME ??_R2H225_RequestInProgress@@8 @42981 NONAME ??_R2H225_RequestSeqNum@@8 @42982 NONAME ??_R2H225_ResourcesAvailableConfirm@@8 @42983 NONAME ??_R2H225_ResourcesAvailableIndicate@@8 @42984 NONAME ??_R2H225_RTPSession@@8 @42985 NONAME ??_R2H225_RTPSession_associatedSessionIds@@8 @42986 NONAME ??_R2H225_ScnConnectionAggregation@@8 @42987 NONAME ??_R2H225_ScnConnectionType@@8 @42988 NONAME ??_R2H225_ScreeningIndicator@@8 @42989 NONAME ??_R2H225_SecurityCapabilities@@8 @42990 NONAME ??_R2H225_SecurityErrors2@@8 @42991 NONAME ??_R2H225_SecurityErrors@@8 @42992 NONAME ??_R2H225_SecurityServiceMode@@8 @42993 NONAME ??_R2H225_ServiceControlDescriptor@@8 @42994 NONAME ??_R2H225_ServiceControlIndication@@8 @42995 NONAME ??_R2H225_ServiceControlIndication_callSpecific@@8 @42996 NONAME ??_R2H225_ServiceControlResponse@@8 @42997 NONAME ??_R2H225_ServiceControlResponse_result@@8 @42998 NONAME ??_R2H225_ServiceControlSession@@8 @42999 NONAME ??_R2H225_ServiceControlSession_reason@@8 @43000 NONAME ??_R2H225_SetupAcknowledge_UUIE@@8 @43001 NONAME ??_R2H225_Setup_UUIE@@8 @43002 NONAME ??_R2H225_Setup_UUIE_conferenceGoal@@8 @43003 NONAME ??_R2H225_Setup_UUIE_connectionParameters@@8 @43004 NONAME ??_R2H225_Setup_UUIE_language@@8 @43005 NONAME ??_R2H225_SIPCaps@@8 @43006 NONAME ??_R2H225_StatusInquiry_UUIE@@8 @43007 NONAME ??_R2H225_Status_UUIE@@8 @43008 NONAME ??_R2H225_StimulusControl@@8 @43009 NONAME ??_R2H225_SupportedPrefix@@8 @43010 NONAME ??_R2H225_SupportedProtocols@@8 @43011 NONAME ??_R2H225_T120OnlyCaps@@8 @43012 NONAME ??_R2H225_T38FaxAnnexbOnlyCaps@@8 @43013 NONAME ??_R2H225_TBCD_STRING@@8 @43014 NONAME ??_R2H225_TerminalInfo@@8 @43015 NONAME ??_R2H225_TimeToLive@@8 @43016 NONAME ??_R2H225_TransportAddress@@8 @43017 NONAME ??_R2H225_TransportAddress_ip6Address@@8 @43018 NONAME ??_R2H225_TransportAddress_ipAddress@@8 @43019 NONAME ??_R2H225_TransportAddress_ipSourceRoute@@8 @43020 NONAME ??_R2H225_TransportAddress_ipSourceRoute_route@@8 @43021 NONAME ??_R2H225_TransportAddress_ipSourceRoute_routing@@8 @43022 NONAME ??_R2H225_TransportAddress_ipxAddress@@8 @43023 NONAME ??_R2H225_TransportChannelInfo@@8 @43024 NONAME ??_R2H225_TransportQOS@@8 @43025 NONAME ??_R2H225_TunnelledProtocol@@8 @43026 NONAME ??_R2H225_TunnelledProtocolAlternateIdentifier@@8 @43027 NONAME ??_R2H225_TunnelledProtocol_id@@8 @43028 NONAME ??_R2H225_UnknownMessageResponse@@8 @43029 NONAME ??_R2H225_UnregistrationConfirm@@8 @43030 NONAME ??_R2H225_UnregistrationReject@@8 @43031 NONAME ??_R2H225_UnregistrationRequest@@8 @43032 NONAME ??_R2H225_UnregRejectReason@@8 @43033 NONAME ??_R2H225_UnregRequestReason@@8 @43034 NONAME ??_R2H225_UseSpecifiedTransport@@8 @43035 NONAME ??_R2H225_UUIEsRequested@@8 @43036 NONAME ??_R2H225_VendorIdentifier@@8 @43037 NONAME ??_R2H225_VoiceCaps@@8 @43038 NONAME ??_R2H235AuthCAT@@8 @43039 NONAME ??_R2H235Authenticator@@8 @43040 NONAME ??_R2H235Authenticators@@8 @43041 NONAME ??_R2H235AuthProcedure1@@8 @43042 NONAME ??_R2H235AuthSimpleMD5@@8 @43043 NONAME ??_R2H235_AuthenticationBES@@8 @43044 NONAME ??_R2H235_AuthenticationMechanism@@8 @43045 NONAME ??_R2H235_ChallengeString@@8 @43046 NONAME ??_R2H235_ClearToken@@8 @43047 NONAME ??_R2H235_CryptoToken@@8 @43048 NONAME ??_R2H235_CryptoToken_cryptoEncryptedToken@@8 @43049 NONAME ??_R2H235_CryptoToken_cryptoHashedToken@@8 @43050 NONAME ??_R2H235_CryptoToken_cryptoSignedToken@@8 @43051 NONAME ??_R2H235_DHset@@8 @43052 NONAME ??_R2H235_ECGDSASignature@@8 @43053 NONAME ??_R2H235_ECKASDH@@8 @43054 NONAME ??_R2H235_ECKASDH_eckasdh2@@8 @43055 NONAME ??_R2H235_ECKASDH_eckasdhp@@8 @43056 NONAME ??_R2H235_ECpoint@@8 @43057 NONAME ??_R2H235_EncodedGeneralToken@@8 @43058 NONAME ??_R2H235_EncodedKeySignedMaterial@@8 @43059 NONAME ??_R2H235_EncodedKeySyncMaterial@@8 @43060 NONAME ??_R2H235_EncodedPwdCertToken@@8 @43061 NONAME ??_R2H235_EncodedReturnSig@@8 @43062 NONAME ??_R2H235_H235CertificateSignature@@8 @43063 NONAME ??_R2H235_H235Key@@8 @43064 NONAME ??_R2H235_Identifier@@8 @43065 NONAME ??_R2H235_IV16@@8 @43066 NONAME ??_R2H235_IV8@@8 @43067 NONAME ??_R2H235_KeyMaterial@@8 @43068 NONAME ??_R2H235_KeySignedMaterial@@8 @43069 NONAME ??_R2H235_KeySyncMaterial@@8 @43070 NONAME ??_R2H235_NonStandardParameter@@8 @43071 NONAME ??_R2H235_Params@@8 @43072 NONAME ??_R2H235_Password@@8 @43073 NONAME ??_R2H235_PwdCertToken@@8 @43074 NONAME ??_R2H235_RandomVal@@8 @43075 NONAME ??_R2H235_ReturnSig@@8 @43076 NONAME ??_R2H235_TimeStamp@@8 @43077 NONAME ??_R2H235_TypedCertificate@@8 @43078 NONAME ??_R2H235_V3KeySyncMaterial@@8 @43079 NONAME ??_R2H245NegLogicalChannel@@8 @43080 NONAME ??_R2H245NegLogicalChannels@@8 @43081 NONAME ??_R2H245NegMasterSlaveDetermination@@8 @43082 NONAME ??_R2H245Negotiator@@8 @43083 NONAME ??_R2H245NegRequestMode@@8 @43084 NONAME ??_R2H245NegRoundTripDelay@@8 @43085 NONAME ??_R2H245NegTerminalCapabilitySet@@8 @43086 NONAME ??_R2H245TransportThread@@8 @43087 NONAME ??_R2H245_AlternativeCapabilitySet@@8 @43088 NONAME ??_R2H245_ArrayOf_AlternativeCapabilitySet@@8 @43089 NONAME ??_R2H245_ArrayOf_BEnhancementParameters@@8 @43090 NONAME ??_R2H245_ArrayOf_CapabilityDescriptor@@8 @43091 NONAME ??_R2H245_ArrayOf_CapabilityDescriptorNumber@@8 @43092 NONAME ??_R2H245_ArrayOf_CapabilityTableEntry@@8 @43093 NONAME ??_R2H245_ArrayOf_CapabilityTableEntryNumber@@8 @43094 NONAME ??_R2H245_ArrayOf_CommunicationModeTableEntry@@8 @43095 NONAME ??_R2H245_ArrayOf_CustomPictureClockFrequency@@8 @43096 NONAME ??_R2H245_ArrayOf_CustomPictureFormat@@8 @43097 NONAME ??_R2H245_ArrayOf_DataApplicationCapability@@8 @43098 NONAME ??_R2H245_ArrayOf_DialingInformationNetworkType@@8 @43099 NONAME ??_R2H245_ArrayOf_DialingInformationNumber@@8 @43100 NONAME ??_R2H245_ArrayOf_EnhancementOptions@@8 @43101 NONAME ??_R2H245_ArrayOf_EscrowData@@8 @43102 NONAME ??_R2H245_ArrayOf_GenericCapability@@8 @53131 NONAME ??_R2H245_ArrayOf_GenericParameter@@8 @43103 NONAME ??_R2H245_ArrayOf_H263ModeComboFlags@@8 @43104 NONAME ??_R2H245_ArrayOf_H263VideoModeCombos@@8 @43105 NONAME ??_R2H245_ArrayOf_MediaChannelCapability@@8 @43106 NONAME ??_R2H245_ArrayOf_MediaDistributionCapability@@8 @43107 NONAME ??_R2H245_ArrayOf_ModeDescription@@8 @43108 NONAME ??_R2H245_ArrayOf_MultiplePayloadStreamElement@@8 @43109 NONAME ??_R2H245_ArrayOf_MultiplePayloadStreamElementMode@@8 @43110 NONAME ??_R2H245_ArrayOf_MultiplexElement@@8 @43111 NONAME ??_R2H245_ArrayOf_MultiplexEntryDescriptor@@8 @43112 NONAME ??_R2H245_ArrayOf_MultiplexEntryRejectionDescriptions@@8 @43113 NONAME ??_R2H245_ArrayOf_MultiplexTableEntryNumber@@8 @43114 NONAME ??_R2H245_ArrayOf_NonStandardParameter@@8 @43115 NONAME ??_R2H245_ArrayOf_ParameterIdentifier@@8 @43116 NONAME ??_R2H245_ArrayOf_PictureReference@@8 @43117 NONAME ??_R2H245_ArrayOf_Q2931Address@@8 @43118 NONAME ??_R2H245_ArrayOf_QOSCapability@@8 @43119 NONAME ??_R2H245_ArrayOf_RedundancyEncodingCapability@@8 @43120 NONAME ??_R2H245_ArrayOf_RedundancyEncodingDTModeElement@@8 @43121 NONAME ??_R2H245_ArrayOf_RedundancyEncodingElement@@8 @43122 NONAME ??_R2H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@8 @43123 NONAME ??_R2H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@8 @43124 NONAME ??_R2H245_ArrayOf_RTPPayloadType@@8 @43125 NONAME ??_R2H245_ArrayOf_TerminalInformation@@8 @43126 NONAME ??_R2H245_ArrayOf_TerminalLabel@@8 @43127 NONAME ??_R2H245_ArrayOf_VCCapability@@8 @43128 NONAME ??_R2H245_ArrayOf_VideoCapability@@8 @53132 NONAME ??_R2H245_ATMParameters@@8 @43129 NONAME ??_R2H245_AudioCapability@@8 @43130 NONAME ??_R2H245_AudioCapability_g7231@@8 @43131 NONAME ??_R2H245_AudioMode@@8 @43132 NONAME ??_R2H245_AudioMode_g7231@@8 @43133 NONAME ??_R2H245_AudioTelephonyEventCapability@@8 @43134 NONAME ??_R2H245_AudioToneCapability@@8 @43135 NONAME ??_R2H245_AuthenticationCapability@@8 @43136 NONAME ??_R2H245_BEnhancementParameters@@8 @43137 NONAME ??_R2H245_Capability@@8 @43138 NONAME ??_R2H245_CapabilityDescriptor@@8 @43139 NONAME ??_R2H245_CapabilityDescriptorNumber@@8 @43140 NONAME ??_R2H245_CapabilityIdentifier@@8 @43141 NONAME ??_R2H245_CapabilityTableEntry@@8 @43142 NONAME ??_R2H245_CapabilityTableEntryNumber@@8 @43143 NONAME ??_R2H245_Capability_h233EncryptionReceiveCapability@@8 @43144 NONAME ??_R2H245_CertSelectionCriteria@@8 @43145 NONAME ??_R2H245_CloseLogicalChannel@@8 @43146 NONAME ??_R2H245_CloseLogicalChannelAck@@8 @43147 NONAME ??_R2H245_CloseLogicalChannel_reason@@8 @43148 NONAME ??_R2H245_CloseLogicalChannel_source@@8 @43149 NONAME ??_R2H245_CommandMessage@@8 @43150 NONAME ??_R2H245_CommunicationModeCommand@@8 @43151 NONAME ??_R2H245_CommunicationModeRequest@@8 @43152 NONAME ??_R2H245_CommunicationModeResponse@@8 @43153 NONAME ??_R2H245_CommunicationModeTableEntry@@8 @43154 NONAME ??_R2H245_CommunicationModeTableEntry_dataType@@8 @43155 NONAME ??_R2H245_CompressionType@@8 @43156 NONAME ??_R2H245_ConferenceCapability@@8 @43157 NONAME ??_R2H245_ConferenceCommand@@8 @43158 NONAME ??_R2H245_ConferenceID@@8 @43159 NONAME ??_R2H245_ConferenceIndication@@8 @43160 NONAME ??_R2H245_ConferenceRequest@@8 @43161 NONAME ??_R2H245_ConferenceRequest_requestTerminalCertificate@@8 @43162 NONAME ??_R2H245_ConferenceResponse@@8 @43163 NONAME ??_R2H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@8 @43164 NONAME ??_R2H245_ConferenceResponse_chairTokenOwnerResponse@@8 @43165 NONAME ??_R2H245_ConferenceResponse_conferenceIDResponse@@8 @43166 NONAME ??_R2H245_ConferenceResponse_extensionAddressResponse@@8 @43167 NONAME ??_R2H245_ConferenceResponse_makeMeChairResponse@@8 @43168 NONAME ??_R2H245_ConferenceResponse_makeTerminalBroadcasterResponse@@8 @43169 NONAME ??_R2H245_ConferenceResponse_mCTerminalIDResponse@@8 @43170 NONAME ??_R2H245_ConferenceResponse_passwordResponse@@8 @43171 NONAME ??_R2H245_ConferenceResponse_sendThisSourceResponse@@8 @43172 NONAME ??_R2H245_ConferenceResponse_terminalCertificateResponse@@8 @43173 NONAME ??_R2H245_ConferenceResponse_terminalIDResponse@@8 @43174 NONAME ??_R2H245_ConnectionIdentifier@@8 @43175 NONAME ??_R2H245_CRCLength@@8 @43176 NONAME ??_R2H245_Criteria@@8 @43177 NONAME ??_R2H245_CustomPictureClockFrequency@@8 @43178 NONAME ??_R2H245_CustomPictureFormat@@8 @43179 NONAME ??_R2H245_CustomPictureFormat_mPI@@8 @43180 NONAME ??_R2H245_CustomPictureFormat_mPI_customPCF@@8 @43181 NONAME ??_R2H245_CustomPictureFormat_mPI_customPCF_subtype@@8 @43182 NONAME ??_R2H245_CustomPictureFormat_pixelAspectInformation@@8 @43183 NONAME ??_R2H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@8 @43184 NONAME ??_R2H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@8 @43185 NONAME ??_R2H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@8 @43186 NONAME ??_R2H245_DataApplicationCapability@@8 @43187 NONAME ??_R2H245_DataApplicationCapability_application@@8 @43188 NONAME ??_R2H245_DataApplicationCapability_application_nlpid@@8 @43189 NONAME ??_R2H245_DataApplicationCapability_application_t38fax@@8 @43190 NONAME ??_R2H245_DataApplicationCapability_application_t84@@8 @43191 NONAME ??_R2H245_DataMode@@8 @43192 NONAME ??_R2H245_DataMode_application@@8 @43193 NONAME ??_R2H245_DataMode_application_nlpid@@8 @43194 NONAME ??_R2H245_DataMode_application_t38fax@@8 @43195 NONAME ??_R2H245_DataProtocolCapability@@8 @43196 NONAME ??_R2H245_DataProtocolCapability_v76wCompression@@8 @43197 NONAME ??_R2H245_DataType@@8 @43198 NONAME ??_R2H245_DepFECCapability@@8 @53545 NONAME ??_R2H245_DepFECCapability_rfc2733@@8 @53546 NONAME ??_R2H245_DepFECCapability_rfc2733_separateStream@@8 @53547 NONAME ??_R2H245_DepFECData@@8 @53548 NONAME ??_R2H245_DepFECData_rfc2733@@8 @53549 NONAME ??_R2H245_DepFECData_rfc2733_mode@@8 @53550 NONAME ??_R2H245_DepFECData_rfc2733_mode_separateStream@@8 @53551 NONAME ??_R2H245_DepFECData_rfc2733_mode_separateStream_differentPort@@8 @53552 NONAME ??_R2H245_DepFECData_rfc2733_mode_separateStream_samePort@@8 @53553 NONAME ??_R2H245_DepFECMode@@8 @53554 NONAME ??_R2H245_DepFECMode_rfc2733Mode@@8 @53555 NONAME ??_R2H245_DepFECMode_rfc2733Mode_mode@@8 @53556 NONAME ??_R2H245_DepFECMode_rfc2733Mode_mode_separateStream@@8 @53557 NONAME ??_R2H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@8 @53558 NONAME ??_R2H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@8 @53559 NONAME ??_R2H245_DialingInformation@@8 @43199 NONAME ??_R2H245_DialingInformationNetworkType@@8 @43200 NONAME ??_R2H245_DialingInformationNumber@@8 @43201 NONAME ??_R2H245_EncryptionAuthenticationAndIntegrity@@8 @43202 NONAME ??_R2H245_EncryptionCapability@@8 @43203 NONAME ??_R2H245_EncryptionCommand@@8 @43204 NONAME ??_R2H245_EncryptionCommand_encryptionAlgorithmID@@8 @43205 NONAME ??_R2H245_EncryptionMode@@8 @43206 NONAME ??_R2H245_EncryptionSync@@8 @43207 NONAME ??_R2H245_EncryptionUpdateDirection@@8 @53133 NONAME ??_R2H245_EncryptionUpdateRequest@@8 @43208 NONAME ??_R2H245_EndSessionCommand@@8 @43209 NONAME ??_R2H245_EndSessionCommand_gstnOptions@@8 @43210 NONAME ??_R2H245_EndSessionCommand_isdnOptions@@8 @43211 NONAME ??_R2H245_EnhancementLayerInfo@@8 @43212 NONAME ??_R2H245_EnhancementOptions@@8 @43213 NONAME ??_R2H245_EscrowData@@8 @43214 NONAME ??_R2H245_ExtendedVideoCapability@@8 @53134 NONAME ??_R2H245_FECCapability@@8 @43215 NONAME ??_R2H245_FECCapability_rfc2733Format@@8 @53560 NONAME ??_R2H245_FECData@@8 @43218 NONAME ??_R2H245_FECData_rfc2733@@8 @43219 NONAME ??_R2H245_FECData_rfc2733_pktMode@@8 @53561 NONAME ??_R2H245_FECData_rfc2733_pktMode_rfc2733diffport@@8 @53562 NONAME ??_R2H245_FECData_rfc2733_pktMode_rfc2733sameport@@8 @53563 NONAME ??_R2H245_FECMode@@8 @43224 NONAME ??_R2H245_FECMode_rfc2733Format@@8 @53564 NONAME ??_R2H245_FlowControlCommand@@8 @43230 NONAME ??_R2H245_FlowControlCommand_restriction@@8 @43231 NONAME ??_R2H245_FlowControlCommand_scope@@8 @43232 NONAME ??_R2H245_FlowControlIndication@@8 @43233 NONAME ??_R2H245_FlowControlIndication_restriction@@8 @43234 NONAME ??_R2H245_FlowControlIndication_scope@@8 @43235 NONAME ??_R2H245_FunctionNotSupported@@8 @43236 NONAME ??_R2H245_FunctionNotSupported_cause@@8 @43237 NONAME ??_R2H245_FunctionNotUnderstood@@8 @43238 NONAME ??_R2H245_G7231AnnexCCapability@@8 @43239 NONAME ??_R2H245_G7231AnnexCCapability_g723AnnexCAudioMode@@8 @43240 NONAME ??_R2H245_G7231AnnexCMode@@8 @43241 NONAME ??_R2H245_G7231AnnexCMode_g723AnnexCAudioMode@@8 @43242 NONAME ??_R2H245_G729Extensions@@8 @43243 NONAME ??_R2H245_GenericCapability@@8 @43244 NONAME ??_R2H245_GenericMessage@@8 @53135 NONAME ??_R2H245_GenericParameter@@8 @43245 NONAME ??_R2H245_GSMAudioCapability@@8 @43246 NONAME ??_R2H245_H222Capability@@8 @43247 NONAME ??_R2H245_H222LogicalChannelParameters@@8 @43248 NONAME ??_R2H245_H223AL1MParameters@@8 @43249 NONAME ??_R2H245_H223AL1MParameters_arqType@@8 @43250 NONAME ??_R2H245_H223AL1MParameters_crcLength@@8 @43251 NONAME ??_R2H245_H223AL1MParameters_headerFEC@@8 @43252 NONAME ??_R2H245_H223AL1MParameters_transferMode@@8 @43253 NONAME ??_R2H245_H223AL2MParameters@@8 @43254 NONAME ??_R2H245_H223AL2MParameters_headerFEC@@8 @43255 NONAME ??_R2H245_H223AL3MParameters@@8 @43256 NONAME ??_R2H245_H223AL3MParameters_arqType@@8 @43257 NONAME ??_R2H245_H223AL3MParameters_crcLength@@8 @43258 NONAME ??_R2H245_H223AL3MParameters_headerFormat@@8 @43259 NONAME ??_R2H245_H223AnnexCArqParameters@@8 @43260 NONAME ??_R2H245_H223AnnexCArqParameters_numberOfRetransmissions@@8 @43261 NONAME ??_R2H245_H223AnnexCCapability@@8 @43262 NONAME ??_R2H245_H223Capability@@8 @43263 NONAME ??_R2H245_H223Capability_h223MultiplexTableCapability@@8 @43264 NONAME ??_R2H245_H223Capability_h223MultiplexTableCapability_enhanced@@8 @43265 NONAME ??_R2H245_H223Capability_mobileMultilinkFrameCapability@@8 @43266 NONAME ??_R2H245_H223Capability_mobileOperationTransmitCapability@@8 @43267 NONAME ??_R2H245_H223LogicalChannelParameters@@8 @43268 NONAME ??_R2H245_H223LogicalChannelParameters_adaptationLayerType@@8 @43269 NONAME ??_R2H245_H223LogicalChannelParameters_adaptationLayerType_al3@@8 @43270 NONAME ??_R2H245_H223ModeParameters@@8 @43271 NONAME ??_R2H245_H223ModeParameters_adaptationLayerType@@8 @43272 NONAME ??_R2H245_H223ModeParameters_adaptationLayerType_al3@@8 @43273 NONAME ??_R2H245_H223MultiplexReconfiguration@@8 @43274 NONAME ??_R2H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@8 @43275 NONAME ??_R2H245_H223MultiplexReconfiguration_h223ModeChange@@8 @43276 NONAME ??_R2H245_H223SkewIndication@@8 @43277 NONAME ??_R2H245_H2250Capability@@8 @43278 NONAME ??_R2H245_H2250Capability_mcCapability@@8 @43279 NONAME ??_R2H245_H2250LogicalChannelAckParameters@@8 @43280 NONAME ??_R2H245_H2250LogicalChannelParameters@@8 @43281 NONAME ??_R2H245_H2250LogicalChannelParameters_mediaPacketization@@8 @43282 NONAME ??_R2H245_H2250MaximumSkewIndication@@8 @43283 NONAME ??_R2H245_H2250ModeParameters@@8 @43284 NONAME ??_R2H245_H235Media@@8 @43285 NONAME ??_R2H245_H235Media_mediaType@@8 @43286 NONAME ??_R2H245_H235Mode@@8 @43287 NONAME ??_R2H245_H235Mode_mediaMode@@8 @43288 NONAME ??_R2H245_H235SecurityCapability@@8 @43289 NONAME ??_R2H245_H261VideoCapability@@8 @43290 NONAME ??_R2H245_H261VideoMode@@8 @43291 NONAME ??_R2H245_H261VideoMode_resolution@@8 @43292 NONAME ??_R2H245_H262VideoCapability@@8 @43293 NONAME ??_R2H245_H262VideoMode@@8 @43294 NONAME ??_R2H245_H262VideoMode_profileAndLevel@@8 @43295 NONAME ??_R2H245_H263ModeComboFlags@@8 @43296 NONAME ??_R2H245_H263Options@@8 @43297 NONAME ??_R2H245_H263Version3Options@@8 @43298 NONAME ??_R2H245_H263VideoCapability@@8 @43299 NONAME ??_R2H245_H263VideoMode@@8 @43300 NONAME ??_R2H245_H263VideoModeCombos@@8 @43301 NONAME ??_R2H245_H263VideoMode_resolution@@8 @43302 NONAME ??_R2H245_IndicationMessage@@8 @43303 NONAME ??_R2H245_IntegrityCapability@@8 @43304 NONAME ??_R2H245_IS11172AudioCapability@@8 @43305 NONAME ??_R2H245_IS11172AudioMode@@8 @43306 NONAME ??_R2H245_IS11172AudioMode_audioLayer@@8 @43307 NONAME ??_R2H245_IS11172AudioMode_audioSampling@@8 @43308 NONAME ??_R2H245_IS11172AudioMode_multichannelType@@8 @43309 NONAME ??_R2H245_IS11172VideoCapability@@8 @43310 NONAME ??_R2H245_IS11172VideoMode@@8 @43311 NONAME ??_R2H245_IS13818AudioCapability@@8 @43312 NONAME ??_R2H245_IS13818AudioMode@@8 @43313 NONAME ??_R2H245_IS13818AudioMode_audioLayer@@8 @43314 NONAME ??_R2H245_IS13818AudioMode_audioSampling@@8 @43315 NONAME ??_R2H245_IS13818AudioMode_multichannelType@@8 @43316 NONAME ??_R2H245_IV16@@8 @53136 NONAME ??_R2H245_IV8@@8 @53137 NONAME ??_R2H245_JitterIndication@@8 @43317 NONAME ??_R2H245_JitterIndication_scope@@8 @43318 NONAME ??_R2H245_KeyProtectionMethod@@8 @43319 NONAME ??_R2H245_LogicalChannelNumber@@8 @43320 NONAME ??_R2H245_LogicalChannelRateAcknowledge@@8 @43321 NONAME ??_R2H245_LogicalChannelRateReject@@8 @43322 NONAME ??_R2H245_LogicalChannelRateRejectReason@@8 @43323 NONAME ??_R2H245_LogicalChannelRateRelease@@8 @43324 NONAME ??_R2H245_LogicalChannelRateRequest@@8 @43325 NONAME ??_R2H245_MaintenanceLoopAck@@8 @43326 NONAME ??_R2H245_MaintenanceLoopAck_type@@8 @43327 NONAME ??_R2H245_MaintenanceLoopOffCommand@@8 @43328 NONAME ??_R2H245_MaintenanceLoopReject@@8 @43329 NONAME ??_R2H245_MaintenanceLoopReject_cause@@8 @43330 NONAME ??_R2H245_MaintenanceLoopReject_type@@8 @43331 NONAME ??_R2H245_MaintenanceLoopRequest@@8 @43332 NONAME ??_R2H245_MaintenanceLoopRequest_type@@8 @43333 NONAME ??_R2H245_MasterSlaveDetermination@@8 @43334 NONAME ??_R2H245_MasterSlaveDeterminationAck@@8 @43335 NONAME ??_R2H245_MasterSlaveDeterminationAck_decision@@8 @43336 NONAME ??_R2H245_MasterSlaveDeterminationReject@@8 @43337 NONAME ??_R2H245_MasterSlaveDeterminationReject_cause@@8 @43338 NONAME ??_R2H245_MasterSlaveDeterminationRelease@@8 @43339 NONAME ??_R2H245_MaximumBitRate@@8 @43340 NONAME ??_R2H245_MaxRedundancy@@8 @53565 NONAME ??_R2H245_MCLocationIndication@@8 @43341 NONAME ??_R2H245_McuNumber@@8 @43342 NONAME ??_R2H245_MediaChannelCapability@@8 @43343 NONAME ??_R2H245_MediaDistributionCapability@@8 @43344 NONAME ??_R2H245_MediaEncryptionAlgorithm@@8 @43345 NONAME ??_R2H245_MediaPacketizationCapability@@8 @43346 NONAME ??_R2H245_MediaTransportType@@8 @43347 NONAME ??_R2H245_MediaTransportType_atm_AAL5_compressed@@8 @43348 NONAME ??_R2H245_MiscellaneousCommand@@8 @43349 NONAME ??_R2H245_MiscellaneousCommand_type@@8 @43350 NONAME ??_R2H245_MiscellaneousCommand_type_encryptionUpdateAck@@8 @53138 NONAME ??_R2H245_MiscellaneousCommand_type_encryptionUpdateCommand@@8 @53139 NONAME ??_R2H245_MiscellaneousCommand_type_lostPartialPicture@@8 @43351 NONAME ??_R2H245_MiscellaneousCommand_type_progressiveRefinementStart@@8 @43352 NONAME ??_R2H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@8 @43353 NONAME ??_R2H245_MiscellaneousCommand_type_videoBadMBs@@8 @43354 NONAME ??_R2H245_MiscellaneousCommand_type_videoFastUpdateGOB@@8 @43355 NONAME ??_R2H245_MiscellaneousCommand_type_videoFastUpdateMB@@8 @43356 NONAME ??_R2H245_MiscellaneousIndication@@8 @43357 NONAME ??_R2H245_MiscellaneousIndication_type@@8 @43358 NONAME ??_R2H245_MiscellaneousIndication_type_videoNotDecodedMBs@@8 @43359 NONAME ??_R2H245_MobileMultilinkReconfigurationCommand@@8 @43360 NONAME ??_R2H245_MobileMultilinkReconfigurationCommand_status@@8 @43361 NONAME ??_R2H245_MobileMultilinkReconfigurationIndication@@8 @43362 NONAME ??_R2H245_ModeDescription@@8 @43363 NONAME ??_R2H245_ModeElement@@8 @43364 NONAME ??_R2H245_ModeElementType@@8 @43365 NONAME ??_R2H245_MulticastAddress@@8 @43366 NONAME ??_R2H245_MulticastAddress_iP6Address@@8 @43367 NONAME ??_R2H245_MulticastAddress_iPAddress@@8 @43368 NONAME ??_R2H245_MultilinkIndication@@8 @43369 NONAME ??_R2H245_MultilinkIndication_crcDesired@@8 @43370 NONAME ??_R2H245_MultilinkIndication_excessiveError@@8 @43371 NONAME ??_R2H245_MultilinkRequest@@8 @43372 NONAME ??_R2H245_MultilinkRequest_addConnection@@8 @43373 NONAME ??_R2H245_MultilinkRequest_callInformation@@8 @43374 NONAME ??_R2H245_MultilinkRequest_maximumHeaderInterval@@8 @43375 NONAME ??_R2H245_MultilinkRequest_maximumHeaderInterval_requestType@@8 @43376 NONAME ??_R2H245_MultilinkRequest_removeConnection@@8 @43377 NONAME ??_R2H245_MultilinkResponse@@8 @43378 NONAME ??_R2H245_MultilinkResponse_addConnection@@8 @43379 NONAME ??_R2H245_MultilinkResponse_addConnection_responseCode@@8 @43380 NONAME ??_R2H245_MultilinkResponse_addConnection_responseCode_rejected@@8 @43381 NONAME ??_R2H245_MultilinkResponse_callInformation@@8 @43382 NONAME ??_R2H245_MultilinkResponse_maximumHeaderInterval@@8 @43383 NONAME ??_R2H245_MultilinkResponse_removeConnection@@8 @43384 NONAME ??_R2H245_MultimediaSystemControlMessage@@8 @43385 NONAME ??_R2H245_MultiplePayloadStream@@8 @43386 NONAME ??_R2H245_MultiplePayloadStreamCapability@@8 @43387 NONAME ??_R2H245_MultiplePayloadStreamElement@@8 @43388 NONAME ??_R2H245_MultiplePayloadStreamElementMode@@8 @43389 NONAME ??_R2H245_MultiplePayloadStreamMode@@8 @43390 NONAME ??_R2H245_MultiplexCapability@@8 @43391 NONAME ??_R2H245_MultiplexedStreamCapability@@8 @43392 NONAME ??_R2H245_MultiplexedStreamModeParameters@@8 @43393 NONAME ??_R2H245_MultiplexedStreamParameter@@8 @43394 NONAME ??_R2H245_MultiplexElement@@8 @43395 NONAME ??_R2H245_MultiplexElement_repeatCount@@8 @43396 NONAME ??_R2H245_MultiplexElement_type@@8 @43397 NONAME ??_R2H245_MultiplexEntryDescriptor@@8 @43398 NONAME ??_R2H245_MultiplexEntryRejectionDescriptions@@8 @43399 NONAME ??_R2H245_MultiplexEntryRejectionDescriptions_cause@@8 @43400 NONAME ??_R2H245_MultiplexEntrySend@@8 @43401 NONAME ??_R2H245_MultiplexEntrySendAck@@8 @43402 NONAME ??_R2H245_MultiplexEntrySendReject@@8 @43403 NONAME ??_R2H245_MultiplexEntrySendRelease@@8 @43404 NONAME ??_R2H245_MultiplexFormat@@8 @43405 NONAME ??_R2H245_MultiplexTableEntryNumber@@8 @43406 NONAME ??_R2H245_MultipointCapability@@8 @43407 NONAME ??_R2H245_NetworkAccessParameters@@8 @43408 NONAME ??_R2H245_NetworkAccessParameters_distribution@@8 @43409 NONAME ??_R2H245_NetworkAccessParameters_networkAddress@@8 @43410 NONAME ??_R2H245_NetworkAccessParameters_t120SetupProcedure@@8 @43411 NONAME ??_R2H245_NewATMVCCommand@@8 @43412 NONAME ??_R2H245_NewATMVCCommand_aal@@8 @43413 NONAME ??_R2H245_NewATMVCCommand_aal_aal1@@8 @43414 NONAME ??_R2H245_NewATMVCCommand_aal_aal1_clockRecovery@@8 @43415 NONAME ??_R2H245_NewATMVCCommand_aal_aal1_errorCorrection@@8 @43416 NONAME ??_R2H245_NewATMVCCommand_aal_aal5@@8 @43417 NONAME ??_R2H245_NewATMVCCommand_multiplex@@8 @43418 NONAME ??_R2H245_NewATMVCCommand_reverseParameters@@8 @43419 NONAME ??_R2H245_NewATMVCCommand_reverseParameters_multiplex@@8 @43420 NONAME ??_R2H245_NewATMVCIndication@@8 @43421 NONAME ??_R2H245_NewATMVCIndication_aal@@8 @43422 NONAME ??_R2H245_NewATMVCIndication_aal_aal1@@8 @43423 NONAME ??_R2H245_NewATMVCIndication_aal_aal1_clockRecovery@@8 @43424 NONAME ??_R2H245_NewATMVCIndication_aal_aal1_errorCorrection@@8 @43425 NONAME ??_R2H245_NewATMVCIndication_aal_aal5@@8 @43426 NONAME ??_R2H245_NewATMVCIndication_multiplex@@8 @43427 NONAME ??_R2H245_NewATMVCIndication_reverseParameters@@8 @43428 NONAME ??_R2H245_NewATMVCIndication_reverseParameters_multiplex@@8 @43429 NONAME ??_R2H245_NonStandardIdentifier@@8 @43430 NONAME ??_R2H245_NonStandardIdentifier_h221NonStandard@@8 @43431 NONAME ??_R2H245_NonStandardMessage@@8 @43432 NONAME ??_R2H245_NonStandardParameter@@8 @43433 NONAME ??_R2H245_NoPTAudioTelephonyEventCapability@@8 @43434 NONAME ??_R2H245_NoPTAudioToneCapability@@8 @43435 NONAME ??_R2H245_OpenLogicalChannel@@8 @43436 NONAME ??_R2H245_OpenLogicalChannelAck@@8 @43437 NONAME ??_R2H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@8 @43438 NONAME ??_R2H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@8 @43439 NONAME ??_R2H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@8 @43440 NONAME ??_R2H245_OpenLogicalChannelConfirm@@8 @43441 NONAME ??_R2H245_OpenLogicalChannelReject@@8 @43442 NONAME ??_R2H245_OpenLogicalChannelReject_cause@@8 @43443 NONAME ??_R2H245_OpenLogicalChannel_forwardLogicalChannelParameters@@8 @43444 NONAME ??_R2H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@8 @43445 NONAME ??_R2H245_OpenLogicalChannel_reverseLogicalChannelParameters@@8 @43446 NONAME ??_R2H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@8 @43447 NONAME ??_R2H245_ParameterIdentifier@@8 @43448 NONAME ??_R2H245_ParameterValue@@8 @43449 NONAME ??_R2H245_Params@@8 @53140 NONAME ??_R2H245_Password@@8 @43450 NONAME ??_R2H245_PictureReference@@8 @43451 NONAME ??_R2H245_Q2931Address@@8 @43452 NONAME ??_R2H245_Q2931Address_address@@8 @43453 NONAME ??_R2H245_QOSCapability@@8 @43454 NONAME ??_R2H245_QOSMode@@8 @43455 NONAME ??_R2H245_RedundancyEncoding@@8 @43456 NONAME ??_R2H245_RedundancyEncodingCapability@@8 @43457 NONAME ??_R2H245_RedundancyEncodingDTMode@@8 @43458 NONAME ??_R2H245_RedundancyEncodingDTModeElement@@8 @43459 NONAME ??_R2H245_RedundancyEncodingDTModeElement_type@@8 @43460 NONAME ??_R2H245_RedundancyEncodingElement@@8 @43461 NONAME ??_R2H245_RedundancyEncodingMethod@@8 @43462 NONAME ??_R2H245_RedundancyEncodingMode@@8 @43463 NONAME ??_R2H245_RedundancyEncodingMode_secondaryEncoding@@8 @43464 NONAME ??_R2H245_RedundancyEncoding_rtpRedundancyEncoding@@8 @43465 NONAME ??_R2H245_RefPictureSelection@@8 @43466 NONAME ??_R2H245_RefPictureSelection_additionalPictureMemory@@8 @43467 NONAME ??_R2H245_RefPictureSelection_enhancedReferencePicSelect@@8 @43468 NONAME ??_R2H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@8 @43469 NONAME ??_R2H245_RefPictureSelection_videoBackChannelSend@@8 @43470 NONAME ??_R2H245_RemoteMCRequest@@8 @43471 NONAME ??_R2H245_RemoteMCResponse@@8 @43472 NONAME ??_R2H245_RemoteMCResponse_reject@@8 @43473 NONAME ??_R2H245_RequestAllTerminalIDsResponse@@8 @43474 NONAME ??_R2H245_RequestChannelClose@@8 @43475 NONAME ??_R2H245_RequestChannelCloseAck@@8 @43476 NONAME ??_R2H245_RequestChannelCloseReject@@8 @43477 NONAME ??_R2H245_RequestChannelCloseReject_cause@@8 @43478 NONAME ??_R2H245_RequestChannelCloseRelease@@8 @43479 NONAME ??_R2H245_RequestChannelClose_reason@@8 @43480 NONAME ??_R2H245_RequestMessage@@8 @43481 NONAME ??_R2H245_RequestMode@@8 @43482 NONAME ??_R2H245_RequestModeAck@@8 @43483 NONAME ??_R2H245_RequestModeAck_response@@8 @43484 NONAME ??_R2H245_RequestModeReject@@8 @43485 NONAME ??_R2H245_RequestModeReject_cause@@8 @43486 NONAME ??_R2H245_RequestModeRelease@@8 @43487 NONAME ??_R2H245_RequestMultiplexEntry@@8 @43488 NONAME ??_R2H245_RequestMultiplexEntryAck@@8 @43489 NONAME ??_R2H245_RequestMultiplexEntryReject@@8 @43490 NONAME ??_R2H245_RequestMultiplexEntryRejectionDescriptions@@8 @43491 NONAME ??_R2H245_RequestMultiplexEntryRejectionDescriptions_cause@@8 @43492 NONAME ??_R2H245_RequestMultiplexEntryRelease@@8 @43493 NONAME ??_R2H245_ResponseMessage@@8 @43494 NONAME ??_R2H245_RoundTripDelayRequest@@8 @43495 NONAME ??_R2H245_RoundTripDelayResponse@@8 @43496 NONAME ??_R2H245_RSVPParameters@@8 @43497 NONAME ??_R2H245_RTPH263VideoRedundancyEncoding@@8 @43498 NONAME ??_R2H245_RTPH263VideoRedundancyEncoding_containedThreads@@8 @43499 NONAME ??_R2H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@8 @43500 NONAME ??_R2H245_RTPH263VideoRedundancyFrameMapping@@8 @43501 NONAME ??_R2H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@8 @43502 NONAME ??_R2H245_RTPPayloadType@@8 @43503 NONAME ??_R2H245_RTPPayloadType_payloadDescriptor@@8 @43504 NONAME ??_R2H245_SendTerminalCapabilitySet@@8 @43505 NONAME ??_R2H245_SendTerminalCapabilitySet_specificRequest@@8 @43506 NONAME ??_R2H245_SequenceNumber@@8 @43507 NONAME ??_R2H245_SubstituteConferenceIDCommand@@8 @43508 NONAME ??_R2H245_T38FaxProfile@@8 @43509 NONAME ??_R2H245_T38FaxRateManagement@@8 @43510 NONAME ??_R2H245_T38FaxTcpOptions@@8 @43511 NONAME ??_R2H245_T38FaxUdpOptions@@8 @43512 NONAME ??_R2H245_T38FaxUdpOptions_t38FaxUdpEC@@8 @43513 NONAME ??_R2H245_T84Profile@@8 @43514 NONAME ??_R2H245_T84Profile_t84Restricted@@8 @43515 NONAME ??_R2H245_TerminalCapabilitySet@@8 @43516 NONAME ??_R2H245_TerminalCapabilitySetAck@@8 @43517 NONAME ??_R2H245_TerminalCapabilitySetReject@@8 @43518 NONAME ??_R2H245_TerminalCapabilitySetReject_cause@@8 @43519 NONAME ??_R2H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@8 @43520 NONAME ??_R2H245_TerminalCapabilitySetRelease@@8 @43521 NONAME ??_R2H245_TerminalID@@8 @43522 NONAME ??_R2H245_TerminalInformation@@8 @43523 NONAME ??_R2H245_TerminalLabel@@8 @43524 NONAME ??_R2H245_TerminalNumber@@8 @43525 NONAME ??_R2H245_TerminalYouAreSeeingInSubPictureNumber@@8 @43526 NONAME ??_R2H245_TransparencyParameters@@8 @43527 NONAME ??_R2H245_TransportAddress@@8 @43528 NONAME ??_R2H245_TransportCapability@@8 @43529 NONAME ??_R2H245_UnicastAddress@@8 @43530 NONAME ??_R2H245_UnicastAddress_iP6Address@@8 @43531 NONAME ??_R2H245_UnicastAddress_iPAddress@@8 @43532 NONAME ??_R2H245_UnicastAddress_iPSourceRouteAddress@@8 @43533 NONAME ??_R2H245_UnicastAddress_iPSourceRouteAddress_route@@8 @43534 NONAME ??_R2H245_UnicastAddress_iPSourceRouteAddress_routing@@8 @43535 NONAME ??_R2H245_UnicastAddress_iPXAddress@@8 @43536 NONAME ??_R2H245_UserInputCapability@@8 @43537 NONAME ??_R2H245_UserInputIndication@@8 @43538 NONAME ??_R2H245_UserInputIndication_encryptedAlphanumeric@@8 @53141 NONAME ??_R2H245_UserInputIndication_extendedAlphanumeric@@8 @43539 NONAME ??_R2H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@8 @53142 NONAME ??_R2H245_UserInputIndication_signal@@8 @43540 NONAME ??_R2H245_UserInputIndication_signalUpdate@@8 @43541 NONAME ??_R2H245_UserInputIndication_signalUpdate_rtp@@8 @43542 NONAME ??_R2H245_UserInputIndication_signal_rtp@@8 @43543 NONAME ??_R2H245_UserInputIndication_userInputSupportIndication@@8 @43544 NONAME ??_R2H245_V42bis@@8 @43545 NONAME ??_R2H245_V75Capability@@8 @43546 NONAME ??_R2H245_V75Parameters@@8 @43547 NONAME ??_R2H245_V76Capability@@8 @43548 NONAME ??_R2H245_V76HDLCParameters@@8 @43549 NONAME ??_R2H245_V76LogicalChannelParameters@@8 @43550 NONAME ??_R2H245_V76LogicalChannelParameters_mode@@8 @43551 NONAME ??_R2H245_V76LogicalChannelParameters_mode_eRM@@8 @43552 NONAME ??_R2H245_V76LogicalChannelParameters_mode_eRM_recovery@@8 @43553 NONAME ??_R2H245_V76LogicalChannelParameters_suspendResume@@8 @43554 NONAME ??_R2H245_V76ModeParameters@@8 @43555 NONAME ??_R2H245_VBDCapability@@8 @43556 NONAME ??_R2H245_VBDMode@@8 @43557 NONAME ??_R2H245_VCCapability@@8 @43558 NONAME ??_R2H245_VCCapability_aal1@@8 @43559 NONAME ??_R2H245_VCCapability_aal1ViaGateway@@8 @43560 NONAME ??_R2H245_VCCapability_aal5@@8 @43561 NONAME ??_R2H245_VCCapability_availableBitRates@@8 @43562 NONAME ??_R2H245_VCCapability_availableBitRates_type@@8 @43563 NONAME ??_R2H245_VCCapability_availableBitRates_type_rangeOfBitRates@@8 @43564 NONAME ??_R2H245_VendorIdentification@@8 @43565 NONAME ??_R2H245_VideoCapability@@8 @43566 NONAME ??_R2H245_VideoIndicateCompose@@8 @43567 NONAME ??_R2H245_VideoMode@@8 @43568 NONAME ??_R2H248_ActionReply@@8 @43569 NONAME ??_R2H248_ActionRequest@@8 @43570 NONAME ??_R2H248_AmmDescriptor@@8 @43571 NONAME ??_R2H248_AmmRequest@@8 @43572 NONAME ??_R2H248_AmmsReply@@8 @43573 NONAME ??_R2H248_ArrayOf_ActionReply@@8 @43574 NONAME ??_R2H248_ArrayOf_ActionRequest@@8 @43575 NONAME ??_R2H248_ArrayOf_AmmDescriptor@@8 @43576 NONAME ??_R2H248_ArrayOf_CommandReply@@8 @43577 NONAME ??_R2H248_ArrayOf_CommandRequest@@8 @43578 NONAME ??_R2H248_ArrayOf_EventParameter@@8 @43579 NONAME ??_R2H248_ArrayOf_IndAuditParameter@@8 @43580 NONAME ??_R2H248_ArrayOf_IndAudPropertyParm@@8 @43581 NONAME ??_R2H248_ArrayOf_IndAudStreamDescriptor@@8 @43582 NONAME ??_R2H248_ArrayOf_ModemType@@8 @43583 NONAME ??_R2H248_ArrayOf_ObservedEvent@@8 @43584 NONAME ??_R2H248_ArrayOf_PASN_OctetString@@8 @43585 NONAME ??_R2H248_ArrayOf_PropertyGroup@@8 @43586 NONAME ??_R2H248_ArrayOf_PropertyParm@@8 @43587 NONAME ??_R2H248_ArrayOf_RequestedEvent@@8 @43588 NONAME ??_R2H248_ArrayOf_SecondRequestedEvent@@8 @43589 NONAME ??_R2H248_ArrayOf_Signal@@8 @43590 NONAME ??_R2H248_ArrayOf_SigParameter@@8 @43591 NONAME ??_R2H248_ArrayOf_StreamDescriptor@@8 @43592 NONAME ??_R2H248_ArrayOf_TerminationID@@8 @43593 NONAME ??_R2H248_ArrayOf_TopologyRequest@@8 @43594 NONAME ??_R2H248_ArrayOf_Transaction@@8 @43595 NONAME ??_R2H248_ArrayOf_WildcardField@@8 @43596 NONAME ??_R2H248_AuditDescriptor@@8 @43597 NONAME ??_R2H248_AuditReply@@8 @43598 NONAME ??_R2H248_AuditRequest@@8 @43599 NONAME ??_R2H248_AuditResult@@8 @43600 NONAME ??_R2H248_AuditReturnParameter@@8 @43601 NONAME ??_R2H248_AuthData@@8 @43602 NONAME ??_R2H248_AuthenticationHeader@@8 @43603 NONAME ??_R2H248_Command@@8 @43604 NONAME ??_R2H248_CommandReply@@8 @43605 NONAME ??_R2H248_CommandRequest@@8 @43606 NONAME ??_R2H248_ContextAttrAuditRequest@@8 @43607 NONAME ??_R2H248_ContextID@@8 @43608 NONAME ??_R2H248_ContextRequest@@8 @43609 NONAME ??_R2H248_DigitMapDescriptor@@8 @43610 NONAME ??_R2H248_DigitMapName@@8 @43611 NONAME ??_R2H248_DigitMapValue@@8 @43612 NONAME ??_R2H248_DomainName@@8 @43613 NONAME ??_R2H248_ErrorCode@@8 @43614 NONAME ??_R2H248_ErrorDescriptor@@8 @43615 NONAME ??_R2H248_ErrorText@@8 @43616 NONAME ??_R2H248_EventBufferControl@@8 @43617 NONAME ??_R2H248_EventBufferDescriptor@@8 @43618 NONAME ??_R2H248_EventDM@@8 @43619 NONAME ??_R2H248_EventName@@8 @43620 NONAME ??_R2H248_EventParameter@@8 @43621 NONAME ??_R2H248_EventParameter_extraInfo@@8 @43622 NONAME ??_R2H248_EventsDescriptor@@8 @43623 NONAME ??_R2H248_EventSpec@@8 @43624 NONAME ??_R2H248_H221NonStandard@@8 @43625 NONAME ??_R2H248_IndAudDigitMapDescriptor@@8 @43626 NONAME ??_R2H248_IndAudEventBufferDescriptor@@8 @43627 NONAME ??_R2H248_IndAudEventsDescriptor@@8 @43628 NONAME ??_R2H248_IndAuditParameter@@8 @43629 NONAME ??_R2H248_IndAudLocalControlDescriptor@@8 @43630 NONAME ??_R2H248_IndAudLocalRemoteDescriptor@@8 @43631 NONAME ??_R2H248_IndAudMediaDescriptor@@8 @43632 NONAME ??_R2H248_IndAudMediaDescriptor_streams@@8 @43633 NONAME ??_R2H248_IndAudPackagesDescriptor@@8 @43634 NONAME ??_R2H248_IndAudPropertyGroup@@8 @43635 NONAME ??_R2H248_IndAudPropertyParm@@8 @43636 NONAME ??_R2H248_IndAudSeqSigList@@8 @43637 NONAME ??_R2H248_IndAudSignal@@8 @43638 NONAME ??_R2H248_IndAudSignalsDescriptor@@8 @43639 NONAME ??_R2H248_IndAudStatisticsDescriptor@@8 @43640 NONAME ??_R2H248_IndAudStreamDescriptor@@8 @43641 NONAME ??_R2H248_IndAudStreamParms@@8 @43642 NONAME ??_R2H248_IndAudTerminationStateDescriptor@@8 @43643 NONAME ??_R2H248_IP4Address@@8 @43644 NONAME ??_R2H248_IP6Address@@8 @43645 NONAME ??_R2H248_LocalControlDescriptor@@8 @43646 NONAME ??_R2H248_LocalRemoteDescriptor@@8 @43647 NONAME ??_R2H248_MediaDescriptor@@8 @43648 NONAME ??_R2H248_MediaDescriptor_streams@@8 @43649 NONAME ??_R2H248_MegacoMessage@@8 @43650 NONAME ??_R2H248_Message@@8 @43651 NONAME ??_R2H248_Message_messageBody@@8 @43652 NONAME ??_R2H248_MId@@8 @43653 NONAME ??_R2H248_ModemDescriptor@@8 @43654 NONAME ??_R2H248_ModemType@@8 @43655 NONAME ??_R2H248_MuxDescriptor@@8 @43656 NONAME ??_R2H248_MuxType@@8 @43657 NONAME ??_R2H248_Name@@8 @43658 NONAME ??_R2H248_NonStandardData@@8 @43659 NONAME ??_R2H248_NonStandardIdentifier@@8 @43660 NONAME ??_R2H248_NotifyCompletion@@8 @43661 NONAME ??_R2H248_NotifyReply@@8 @43662 NONAME ??_R2H248_NotifyRequest@@8 @43663 NONAME ??_R2H248_ObservedEvent@@8 @43664 NONAME ??_R2H248_ObservedEventsDescriptor@@8 @43665 NONAME ??_R2H248_PackagesDescriptor@@8 @43666 NONAME ??_R2H248_PackagesItem@@8 @43667 NONAME ??_R2H248_PathName@@8 @43668 NONAME ??_R2H248_PkgdName@@8 @43669 NONAME ??_R2H248_PropertyGroup@@8 @43670 NONAME ??_R2H248_PropertyParm@@8 @43671 NONAME ??_R2H248_PropertyParm_extraInfo@@8 @43672 NONAME ??_R2H248_Relation@@8 @43673 NONAME ??_R2H248_RequestedActions@@8 @43674 NONAME ??_R2H248_RequestedEvent@@8 @43675 NONAME ??_R2H248_RequestID@@8 @43676 NONAME ??_R2H248_SecondEventsDescriptor@@8 @43677 NONAME ??_R2H248_SecondRequestedActions@@8 @43678 NONAME ??_R2H248_SecondRequestedEvent@@8 @43679 NONAME ??_R2H248_SecurityParmIndex@@8 @43680 NONAME ??_R2H248_SeqSigList@@8 @43681 NONAME ??_R2H248_SequenceNum@@8 @43682 NONAME ??_R2H248_ServiceChangeAddress@@8 @43683 NONAME ??_R2H248_ServiceChangeMethod@@8 @43684 NONAME ??_R2H248_ServiceChangeParm@@8 @43685 NONAME ??_R2H248_ServiceChangeProfile@@8 @43686 NONAME ??_R2H248_ServiceChangeReply@@8 @43687 NONAME ??_R2H248_ServiceChangeRequest@@8 @43688 NONAME ??_R2H248_ServiceChangeResParm@@8 @43689 NONAME ??_R2H248_ServiceChangeResult@@8 @43690 NONAME ??_R2H248_ServiceState@@8 @43691 NONAME ??_R2H248_Signal@@8 @43692 NONAME ??_R2H248_SignalName@@8 @43693 NONAME ??_R2H248_SignalRequest@@8 @43694 NONAME ??_R2H248_SignalsDescriptor@@8 @43695 NONAME ??_R2H248_SignalType@@8 @43696 NONAME ??_R2H248_SigParameter@@8 @43697 NONAME ??_R2H248_SigParameter_extraInfo@@8 @43698 NONAME ??_R2H248_StatisticsDescriptor@@8 @43699 NONAME ??_R2H248_StatisticsParameter@@8 @43700 NONAME ??_R2H248_StreamDescriptor@@8 @43701 NONAME ??_R2H248_StreamID@@8 @43702 NONAME ??_R2H248_StreamMode@@8 @43703 NONAME ??_R2H248_StreamParms@@8 @43704 NONAME ??_R2H248_SubtractRequest@@8 @43705 NONAME ??_R2H248_TerminationAudit@@8 @43706 NONAME ??_R2H248_TerminationID@@8 @43707 NONAME ??_R2H248_TerminationIDList@@8 @43708 NONAME ??_R2H248_TerminationStateDescriptor@@8 @43709 NONAME ??_R2H248_TimeNotation@@8 @43710 NONAME ??_R2H248_TopologyRequest@@8 @43711 NONAME ??_R2H248_TopologyRequest_topologyDirection@@8 @43712 NONAME ??_R2H248_Transaction@@8 @43713 NONAME ??_R2H248_TransactionAck@@8 @43714 NONAME ??_R2H248_TransactionId@@8 @43715 NONAME ??_R2H248_TransactionPending@@8 @43716 NONAME ??_R2H248_TransactionReply@@8 @43717 NONAME ??_R2H248_TransactionReply_transactionResult@@8 @43718 NONAME ??_R2H248_TransactionRequest@@8 @43719 NONAME ??_R2H248_TransactionResponseAck@@8 @43720 NONAME ??_R2H248_Value@@8 @43721 NONAME ??_R2H248_WildcardField@@8 @43722 NONAME ??_R2H261DCTEncoder@@8 @43723 NONAME ??_R2H261Encoder@@8 @43724 NONAME ??_R2H261PixelEncoder@@8 @43725 NONAME ??_R2H263Packet@@8 @53833 NONAME ??_R2H263PacketList@@8 @53834 NONAME ??_R2H323AudioCapability@@8 @43728 NONAME ??_R2H323AudioCodec@@8 @43729 NONAME ??_R2H323BidirectionalChannel@@8 @43730 NONAME ??_R2H323CallCreditServiceControl@@8 @43731 NONAME ??_R2H323Capabilities@@8 @43732 NONAME ??_R2H323CapabilitiesSet@@8 @43733 NONAME ??_R2H323Capability@@8 @43734 NONAME ??_R2H323Channel@@8 @43736 NONAME ??_R2H323ChannelNumber@@8 @43737 NONAME ??_R2H323Codec@@8 @43738 NONAME ??_R2H323CodecPluginGenericAudioCapability@@8 @53314 NONAME ??_R2H323CodecPluginNonStandardAudioCapability@@8 @50404 NONAME ??_R2H323Connection@@8 @43739 NONAME ??_R2H323ConnectionsCleaner@@8 @43740 NONAME ??_R2H323ControlPDU@@8 @43741 NONAME ??_R2H323DataCapability@@8 @43742 NONAME ??_R2H323DataChannel@@8 @43743 NONAME ??_R2H323DynaLink@@8 @50663 NONAME ??_R2H323EndPoint@@8 @43744 NONAME ??_R2H323FramedAudioCodec@@8 @43745 NONAME ??_R2H323Gatekeeper@@8 @43746 NONAME ??_R2H323GatekeeperARQ@@8 @43747 NONAME ??_R2H323GatekeeperBRQ@@8 @43748 NONAME ??_R2H323GatekeeperCall@@8 @43749 NONAME ??_R2H323GatekeeperDRQ@@8 @43750 NONAME ??_R2H323GatekeeperGRQ@@8 @43751 NONAME ??_R2H323GatekeeperIRR@@8 @43752 NONAME ??_R2H323GatekeeperListener@@8 @43753 NONAME ??_R2H323GatekeeperLRQ@@8 @43754 NONAME ??_R2H323GatekeeperRequest@@8 @43755 NONAME ??_R2H323GatekeeperRRQ@@8 @43756 NONAME ??_R2H323GatekeeperServer@@8 @43757 NONAME ??_R2H323GatekeeperURQ@@8 @43758 NONAME ??_R2H323GenericAudioCapability@@8 @53315 NONAME ??_R2H323GenericCapabilityInfo@@8 @53316 NONAME ??_R2H323GenericVideoCapability@@8 @53317 NONAME ??_R2H323GSMPluginCapability@@8 @50405 NONAME ??_R2H323H248ServiceControl@@8 @43759 NONAME ??_R2H323HTTPServiceControl@@8 @43760 NONAME ??_R2H323Listener@@8 @43761 NONAME ??_R2H323ListenerTCP@@8 @43762 NONAME ??_R2H323LogicalChannelThread@@8 @43763 NONAME ??_R2H323NonStandardAudioCapability@@8 @43764 NONAME ??_R2H323NonStandardCapabilityInfo@@8 @43765 NONAME ??_R2H323NonStandardDataCapability@@8 @43766 NONAME ??_R2H323NonStandardVideoCapability@@8 @43767 NONAME ??_R2H323PeerElement@@8 @43768 NONAME ??_R2H323PeerElementDescriptor@@8 @43769 NONAME ??_R2H323PeerElementServiceRelationship@@8 @43770 NONAME ??_R2H323PluginCapability@@8 @50408 NONAME ??_R2H323PluginCodecManager@@8 @50638 NONAME ??_R2H323PluginFramedAudioCodec@@8 @50705 NONAME ??_R2H323PluginG7231Capability@@8 @50409 NONAME ??_R2H323PluginVideoCodec@@8 @50410 NONAME ??_R2H323RasPDU@@8 @43771 NONAME ??_R2H323RealTimeCapability@@8 @43772 NONAME ??_R2H323RegisteredEndPoint@@8 @43773 NONAME ??_R2H323ServiceControlSession@@8 @43774 NONAME ??_R2H323SignalPDU@@8 @43775 NONAME ??_R2H323SimultaneousCapabilities@@8 @43776 NONAME ??_R2H323StreamedAudioCodec@@8 @43777 NONAME ??_R2H323StreamedPluginAudioCodec@@8 @50706 NONAME ??_R2H323Transaction@@8 @43778 NONAME ??_R2H323TransactionPDU@@8 @43779 NONAME ??_R2H323TransactionServer@@8 @43780 NONAME ??_R2H323Transactor@@8 @43781 NONAME ??_R2H323Transport@@8 @43782 NONAME ??_R2H323TransportAddress@@8 @43783 NONAME ??_R2H323TransportAddressArray@@8 @43784 NONAME ??_R2H323TransportIP@@8 @43785 NONAME ??_R2H323TransportTCP@@8 @43786 NONAME ??_R2H323TransportUDP@@8 @43787 NONAME ??_R2H323UnidirectionalChannel@@8 @43788 NONAME ??_R2H323VideoCapability@@8 @43789 NONAME ??_R2H323VideoCodec@@8 @43790 NONAME ??_R2H323_ALawCodec@@8 @43791 NONAME ??_R2H323_AnnexG@@8 @43792 NONAME ??_R2H323_CiscoG7231aLIDCapability@@8 @43793 NONAME ??_R2H323_ExternalRTPChannel@@8 @43795 NONAME ??_R2H323_G711ALaw64Capability@@8 @51321 NONAME ??_R2H323_G711Capability@@8 @43799 NONAME ??_R2H323_G711uLaw64Capability@@8 @51322 NONAME ??_R2H323_H261Capability@@8 @43815 NONAME ??_R2H323_H261Codec@@8 @43816 NONAME ??_R2H323_LIDCapability@@8 @43819 NONAME ??_R2H323_LIDCodec@@8 @43820 NONAME ??_R2H323_LID_G711_ALaw_Capability@@8 @51323 NONAME ??_R2H323_LID_G711_uLaw_Capability@@8 @51324 NONAME ??_R2H323_LID_G7231A_5k3_Capability@@8 @51325 NONAME ??_R2H323_LID_G7231A_6k3_Capability@@8 @51326 NONAME ??_R2H323_LID_G7231_5k3_Capability@@8 @51327 NONAME ??_R2H323_LID_G7231_6k3_Capability@@8 @51328 NONAME ??_R2H323_LID_G728_Capability@@8 @51329 NONAME ??_R2H323_LID_G729AB_Capability@@8 @51330 NONAME ??_R2H323_LID_G729A_Capability@@8 @51331 NONAME ??_R2H323_LID_G729B_Capability@@8 @51332 NONAME ??_R2H323_LID_G729_Capability@@8 @51333 NONAME ??_R2H323_LID_GSM0610_Capability@@8 @51334 NONAME ??_R2H323_muLawCodec@@8 @43836 NONAME ??_R2H323_RealTimeChannel@@8 @43837 NONAME ??_R2H323_RFC2190_H263Capability@@8 @53835 NONAME ??_R2H323_RFC2190_H263Codec@@8 @53836 NONAME ??_R2H323_RTPChannel@@8 @43838 NONAME ??_R2H323_RTP_Session@@8 @43839 NONAME ??_R2H323_RTP_UDP@@8 @43840 NONAME ??_R2H323_T120Capability@@8 @43841 NONAME ??_R2H323_T120Channel@@8 @43842 NONAME ??_R2H323_T38Capability@@8 @43843 NONAME ??_R2H323_T38Channel@@8 @43844 NONAME ??_R2H323_T38NonStandardCapability@@8 @43845 NONAME ??_R2H323_UserInputCapability@@8 @43846 NONAME ??_R2H45010_ArrayOf_MixedExtension@@8 @43847 NONAME ??_R2H45010_CfbOvrOptArg@@8 @43848 NONAME ??_R2H45010_CoReqOptArg@@8 @43849 NONAME ??_R2H45010_H323CallOfferOperations@@8 @43850 NONAME ??_R2H45010_RUAlertOptArg@@8 @43851 NONAME ??_R2H45011Handler@@8 @43852 NONAME ??_R2H45011_ArrayOf_MixedExtension@@8 @43853 NONAME ??_R2H45011_CallIntrusionErrors@@8 @43854 NONAME ??_R2H45011_CICapabilityLevel@@8 @43855 NONAME ??_R2H45011_CIFrcRelArg@@8 @43856 NONAME ??_R2H45011_CIFrcRelOptRes@@8 @43857 NONAME ??_R2H45011_CIGetCIPLOptArg@@8 @43858 NONAME ??_R2H45011_CIGetCIPLRes@@8 @43859 NONAME ??_R2H45011_CIIsOptArg@@8 @43860 NONAME ??_R2H45011_CIIsOptRes@@8 @43861 NONAME ??_R2H45011_CINotificationArg@@8 @43862 NONAME ??_R2H45011_CIProtectionLevel@@8 @43863 NONAME ??_R2H45011_CIRequestArg@@8 @43864 NONAME ??_R2H45011_CIRequestRes@@8 @43865 NONAME ??_R2H45011_CISilentArg@@8 @43866 NONAME ??_R2H45011_CISilentOptRes@@8 @43867 NONAME ??_R2H45011_CIStatusInformation@@8 @43868 NONAME ??_R2H45011_CIWobOptArg@@8 @43869 NONAME ??_R2H45011_CIWobOptRes@@8 @43870 NONAME ??_R2H45011_H323CallIntrusionOperations@@8 @43871 NONAME ??_R2H4501_Address@@8 @43872 NONAME ??_R2H4501_AddressInformation@@8 @43873 NONAME ??_R2H4501_AddressScreened@@8 @43874 NONAME ??_R2H4501_ArrayOf_AliasAddress@@8 @43875 NONAME ??_R2H4501_ArrayOf_ROS@@8 @43876 NONAME ??_R2H4501_EndpointAddress@@8 @43877 NONAME ??_R2H4501_EntityType@@8 @43878 NONAME ??_R2H4501_Extension@@8 @43879 NONAME ??_R2H4501_GeneralErrorList@@8 @43880 NONAME ??_R2H4501_H225InformationElement@@8 @43881 NONAME ??_R2H4501_InterpretationApdu@@8 @43882 NONAME ??_R2H4501_InvokeIDs@@8 @43883 NONAME ??_R2H4501_InvokeIdSet@@8 @43884 NONAME ??_R2H4501_NetworkFacilityExtension@@8 @43885 NONAME ??_R2H4501_NSAPSubaddress@@8 @43886 NONAME ??_R2H4501_NumberScreened@@8 @43887 NONAME ??_R2H4501_PartySubaddress@@8 @43888 NONAME ??_R2H4501_PresentationAllowedIndicator@@8 @43889 NONAME ??_R2H4501_PresentedAddressScreened@@8 @43890 NONAME ??_R2H4501_PresentedAddressUnscreened@@8 @43891 NONAME ??_R2H4501_PresentedNumberScreened@@8 @43892 NONAME ??_R2H4501_PresentedNumberUnscreened@@8 @43893 NONAME ??_R2H4501_ScreeningIndicator@@8 @43894 NONAME ??_R2H4501_ServiceApdus@@8 @43895 NONAME ??_R2H4501_SubaddressInformation@@8 @43896 NONAME ??_R2H4501_SupplementaryService@@8 @43897 NONAME ??_R2H4501_UserSpecifiedSubaddress@@8 @43898 NONAME ??_R2H4502Handler@@8 @43899 NONAME ??_R2H4502_CallIdentity@@8 @43900 NONAME ??_R2H4502_CallStatus@@8 @43901 NONAME ??_R2H4502_CallTransferErrors@@8 @43902 NONAME ??_R2H4502_CallTransferOperation@@8 @43903 NONAME ??_R2H4502_CTActiveArg@@8 @43904 NONAME ??_R2H4502_CTActiveArg_argumentExtension@@8 @43905 NONAME ??_R2H4502_CTCompleteArg@@8 @43906 NONAME ??_R2H4502_CTCompleteArg_argumentExtension@@8 @43907 NONAME ??_R2H4502_CTIdentifyRes@@8 @43908 NONAME ??_R2H4502_CTIdentifyRes_resultExtension@@8 @43909 NONAME ??_R2H4502_CTInitiateArg@@8 @43910 NONAME ??_R2H4502_CTInitiateArg_argumentExtension@@8 @43911 NONAME ??_R2H4502_CTSetupArg@@8 @43912 NONAME ??_R2H4502_CTSetupArg_argumentExtension@@8 @43913 NONAME ??_R2H4502_CTUpdateArg@@8 @43914 NONAME ??_R2H4502_CTUpdateArg_argumentExtension@@8 @43915 NONAME ??_R2H4502_DummyArg@@8 @43916 NONAME ??_R2H4502_DummyRes@@8 @43917 NONAME ??_R2H4502_EndDesignation@@8 @43918 NONAME ??_R2H4502_ExtensionSeq@@8 @43919 NONAME ??_R2H4502_SubaddressTransferArg@@8 @43920 NONAME ??_R2H4502_SubaddressTransferArg_argumentExtension@@8 @43921 NONAME ??_R2H4503_BasicService@@8 @43922 NONAME ??_R2H4503_CallDiversionErrors@@8 @43923 NONAME ??_R2H4503_DiversionReason@@8 @43924 NONAME ??_R2H4503_ExtensionSeq@@8 @43925 NONAME ??_R2H4503_H323CallDiversionOperations@@8 @43926 NONAME ??_R2H4503_IntResult@@8 @43927 NONAME ??_R2H4503_IntResultList@@8 @43928 NONAME ??_R2H4503_IntResult_extension@@8 @43929 NONAME ??_R2H4503_Procedure@@8 @43930 NONAME ??_R2H4503_SubscriptionOption@@8 @43931 NONAME ??_R2H4504Handler@@8 @43932 NONAME ??_R2H4504_ArrayOf_MixedExtension@@8 @43933 NONAME ??_R2H4504_CallHoldOperation@@8 @43934 NONAME ??_R2H4504_Extension@@8 @43935 NONAME ??_R2H4504_HoldNotificArg@@8 @43936 NONAME ??_R2H4504_MixedExtension@@8 @43937 NONAME ??_R2H4504_RemoteHoldArg@@8 @43938 NONAME ??_R2H4504_RemoteHoldRes@@8 @43939 NONAME ??_R2H4504_RemoteRetrieveArg@@8 @43940 NONAME ??_R2H4504_RemoteRetrieveRes@@8 @43941 NONAME ??_R2H4504_RetrieveNotificArg@@8 @43942 NONAME ??_R2H4505_ArrayOf_MixedExtension@@8 @43943 NONAME ??_R2H4505_CallParkPickupOperations@@8 @43944 NONAME ??_R2H4505_CallPickupErrors@@8 @43945 NONAME ??_R2H4505_CallType@@8 @43946 NONAME ??_R2H4505_CpickupNotifyArg@@8 @43947 NONAME ??_R2H4505_CpNotifyArg@@8 @43948 NONAME ??_R2H4505_CpRequestArg@@8 @43949 NONAME ??_R2H4505_CpRequestRes@@8 @43950 NONAME ??_R2H4505_CpSetupArg@@8 @43951 NONAME ??_R2H4505_CpSetupRes@@8 @43952 NONAME ??_R2H4505_GroupIndicationOffArg@@8 @43953 NONAME ??_R2H4505_GroupIndicationOffRes@@8 @43954 NONAME ??_R2H4505_GroupIndicationOnArg@@8 @43955 NONAME ??_R2H4505_GroupIndicationOnRes@@8 @43956 NONAME ??_R2H4505_ParkCondition@@8 @43957 NONAME ??_R2H4505_ParkedToPosition@@8 @43958 NONAME ??_R2H4505_PickExeArg@@8 @43959 NONAME ??_R2H4505_PickExeRes@@8 @43960 NONAME ??_R2H4505_PickrequArg@@8 @43961 NONAME ??_R2H4505_PickrequRes@@8 @43962 NONAME ??_R2H4505_PickupArg@@8 @43963 NONAME ??_R2H4505_PickupRes@@8 @43964 NONAME ??_R2H4506Handler@@8 @43965 NONAME ??_R2H4506_ArrayOf_MixedExtension@@8 @43966 NONAME ??_R2H4506_CallWaitingArg@@8 @43967 NONAME ??_R2H4506_CallWaitingOperations@@8 @43968 NONAME ??_R2H4507_ArrayOf_MixedExtension@@8 @43969 NONAME ??_R2H4507_BasicService@@8 @43970 NONAME ??_R2H4507_DummyRes@@8 @43971 NONAME ??_R2H4507_H323_MWI_Operations@@8 @43972 NONAME ??_R2H4507_MessageWaitingIndicationErrors@@8 @43973 NONAME ??_R2H4507_MsgCentreId@@8 @43974 NONAME ??_R2H4507_MWIActivateArg@@8 @43975 NONAME ??_R2H4507_MWIDeactivateArg@@8 @43976 NONAME ??_R2H4507_MWIInterrogateArg@@8 @43977 NONAME ??_R2H4507_MWIInterrogateRes@@8 @43978 NONAME ??_R2H4507_MWIInterrogateResElt@@8 @43979 NONAME ??_R2H4507_NbOfMessages@@8 @43980 NONAME ??_R2H4507_TimeStamp@@8 @43981 NONAME ??_R2H4508_ExtendedName@@8 @43982 NONAME ??_R2H4508_Name@@8 @43983 NONAME ??_R2H4508_NameOperations@@8 @43984 NONAME ??_R2H4508_NamePresentationAllowed@@8 @43985 NONAME ??_R2H4508_NamePresentationRestricted@@8 @43986 NONAME ??_R2H4508_SimpleName@@8 @43987 NONAME ??_R2H4509_ArrayOf_MixedExtension@@8 @43988 NONAME ??_R2H4509_CallCompletionErrors@@8 @43989 NONAME ??_R2H4509_CcArg@@8 @43990 NONAME ??_R2H4509_CcLongArg@@8 @43991 NONAME ??_R2H4509_CcRequestArg@@8 @43992 NONAME ??_R2H4509_CcRequestRes@@8 @43993 NONAME ??_R2H4509_CcShortArg@@8 @43994 NONAME ??_R2H4509_H323CallCompletionOperations@@8 @43995 NONAME ??_R2H450ServiceAPDU@@8 @43996 NONAME ??_R2H450xDispatcher@@8 @43997 NONAME ??_R2H450xHandler@@8 @43998 NONAME ??_R2H501AccessRequest@@8 @43999 NONAME ??_R2H501DescriptorUpdate@@8 @44000 NONAME ??_R2H501PDU@@8 @44001 NONAME ??_R2H501ServiceRequest@@8 @44002 NONAME ??_R2H501Transaction@@8 @44003 NONAME ??_R2H501_AccessConfirmation@@8 @44004 NONAME ??_R2H501_AccessRejection@@8 @44005 NONAME ??_R2H501_AccessRejectionReason@@8 @44006 NONAME ??_R2H501_AccessRequest@@8 @44007 NONAME ??_R2H501_AccessToken@@8 @44008 NONAME ??_R2H501_AddressTemplate@@8 @44009 NONAME ??_R2H501_AlternatePE@@8 @44010 NONAME ??_R2H501_AlternatePEInfo@@8 @44011 NONAME ??_R2H501_ApplicationMessage@@8 @44012 NONAME ??_R2H501_ArrayOf_AccessToken@@8 @44013 NONAME ??_R2H501_ArrayOf_AddressTemplate@@8 @44014 NONAME ??_R2H501_ArrayOf_AliasAddress@@8 @44015 NONAME ??_R2H501_ArrayOf_AlternatePE@@8 @44016 NONAME ??_R2H501_ArrayOf_CircuitIdentifier@@8 @44017 NONAME ??_R2H501_ArrayOf_ClearToken@@8 @44018 NONAME ??_R2H501_ArrayOf_ContactInformation@@8 @44019 NONAME ??_R2H501_ArrayOf_CryptoH323Token@@8 @44020 NONAME ??_R2H501_ArrayOf_Descriptor@@8 @44021 NONAME ??_R2H501_ArrayOf_DescriptorInfo@@8 @44022 NONAME ??_R2H501_ArrayOf_GenericData@@8 @44023 NONAME ??_R2H501_ArrayOf_GloballyUniqueID@@8 @44024 NONAME ??_R2H501_ArrayOf_NonStandardParameter@@8 @44025 NONAME ??_R2H501_ArrayOf_PASN_ObjectId@@8 @44026 NONAME ??_R2H501_ArrayOf_Pattern@@8 @44027 NONAME ??_R2H501_ArrayOf_PriceElement@@8 @44028 NONAME ??_R2H501_ArrayOf_PriceInfoSpec@@8 @44029 NONAME ??_R2H501_ArrayOf_RouteInformation@@8 @44030 NONAME ??_R2H501_ArrayOf_SecurityMode@@8 @44031 NONAME ??_R2H501_ArrayOf_ServiceControlSession@@8 @44032 NONAME ??_R2H501_ArrayOf_SupportedProtocols@@8 @44033 NONAME ??_R2H501_ArrayOf_TransportAddress@@8 @44034 NONAME ??_R2H501_ArrayOf_UpdateInformation@@8 @44035 NONAME ??_R2H501_ArrayOf_UsageField@@8 @44036 NONAME ??_R2H501_AuthenticationConfirmation@@8 @44037 NONAME ??_R2H501_AuthenticationRejection@@8 @44038 NONAME ??_R2H501_AuthenticationRejectionReason@@8 @44039 NONAME ??_R2H501_AuthenticationRequest@@8 @44040 NONAME ??_R2H501_CallInformation@@8 @44041 NONAME ??_R2H501_ContactInformation@@8 @44042 NONAME ??_R2H501_Descriptor@@8 @44043 NONAME ??_R2H501_DescriptorConfirmation@@8 @44044 NONAME ??_R2H501_DescriptorIDConfirmation@@8 @44045 NONAME ??_R2H501_DescriptorIDRejection@@8 @44046 NONAME ??_R2H501_DescriptorIDRejectionReason@@8 @44047 NONAME ??_R2H501_DescriptorIDRequest@@8 @44048 NONAME ??_R2H501_DescriptorInfo@@8 @44049 NONAME ??_R2H501_DescriptorRejection@@8 @44050 NONAME ??_R2H501_DescriptorRejectionReason@@8 @44051 NONAME ??_R2H501_DescriptorRequest@@8 @44052 NONAME ??_R2H501_DescriptorUpdate@@8 @44053 NONAME ??_R2H501_DescriptorUpdateAck@@8 @44054 NONAME ??_R2H501_ElementIdentifier@@8 @44055 NONAME ??_R2H501_GlobalTimeStamp@@8 @44056 NONAME ??_R2H501_Message@@8 @44057 NONAME ??_R2H501_MessageBody@@8 @44058 NONAME ??_R2H501_MessageCommonInfo@@8 @44059 NONAME ??_R2H501_NonStandardConfirmation@@8 @44060 NONAME ??_R2H501_NonStandardRejection@@8 @44061 NONAME ??_R2H501_NonStandardRejectionReason@@8 @44062 NONAME ??_R2H501_NonStandardRequest@@8 @44063 NONAME ??_R2H501_PartyInformation@@8 @44064 NONAME ??_R2H501_Pattern@@8 @44065 NONAME ??_R2H501_Pattern_range@@8 @44066 NONAME ??_R2H501_PriceElement@@8 @44067 NONAME ??_R2H501_PriceElement_units@@8 @44068 NONAME ??_R2H501_PriceInfoSpec@@8 @44069 NONAME ??_R2H501_ProtocolVersion@@8 @44070 NONAME ??_R2H501_RequestInProgress@@8 @44071 NONAME ??_R2H501_Role@@8 @44072 NONAME ??_R2H501_RouteInformation@@8 @44073 NONAME ??_R2H501_RouteInformation_messageType@@8 @44074 NONAME ??_R2H501_SecurityMode@@8 @44075 NONAME ??_R2H501_ServiceConfirmation@@8 @44076 NONAME ??_R2H501_ServiceRejection@@8 @44077 NONAME ??_R2H501_ServiceRejectionReason@@8 @44078 NONAME ??_R2H501_ServiceRelease@@8 @44079 NONAME ??_R2H501_ServiceReleaseReason@@8 @44080 NONAME ??_R2H501_ServiceRequest@@8 @44081 NONAME ??_R2H501_TerminationCause@@8 @44082 NONAME ??_R2H501_TimeZone@@8 @44083 NONAME ??_R2H501_UnknownMessageReason@@8 @44084 NONAME ??_R2H501_UnknownMessageResponse@@8 @44085 NONAME ??_R2H501_UpdateInformation@@8 @44086 NONAME ??_R2H501_UpdateInformation_descriptorInfo@@8 @44087 NONAME ??_R2H501_UpdateInformation_updateType@@8 @44088 NONAME ??_R2H501_UsageCallStatus@@8 @44089 NONAME ??_R2H501_UsageConfirmation@@8 @44090 NONAME ??_R2H501_UsageField@@8 @44091 NONAME ??_R2H501_UsageIndication@@8 @44092 NONAME ??_R2H501_UsageIndicationConfirmation@@8 @44093 NONAME ??_R2H501_UsageIndicationRejection@@8 @44094 NONAME ??_R2H501_UsageIndicationRejectionReason@@8 @44095 NONAME ??_R2H501_UsageRejection@@8 @44096 NONAME ??_R2H501_UsageRejectReason@@8 @44097 NONAME ??_R2H501_UsageRequest@@8 @44098 NONAME ??_R2H501_UsageSpecification@@8 @44099 NONAME ??_R2H501_UsageSpecification_when@@8 @44100 NONAME ??_R2H501_UserInformation@@8 @44101 NONAME ??_R2H501_ValidationConfirmation@@8 @44102 NONAME ??_R2H501_ValidationRejection@@8 @44103 NONAME ??_R2H501_ValidationRejectionReason@@8 @44104 NONAME ??_R2H501_ValidationRequest@@8 @44105 NONAME ??_R2HandleTimeout_PNotifier@H245Negotiator@@8 @44106 NONAME ??_R2HandleTransactions_PNotifier@H323Transactor@@8 @44107 NONAME ??_R2IntraP64Decoder@@8 @44108 NONAME ??_R2MCS_ArrayOf_ChannelAttributes@@8 @44109 NONAME ??_R2MCS_ArrayOf_ChannelId@@8 @44110 NONAME ??_R2MCS_ArrayOf_TokenAttributes@@8 @44111 NONAME ??_R2MCS_ArrayOf_TokenId@@8 @44112 NONAME ??_R2MCS_ArrayOf_UserId@@8 @44113 NONAME ??_R2MCS_AssignedChannelId@@8 @44114 NONAME ??_R2MCS_AUcf@@8 @44115 NONAME ??_R2MCS_AUrq@@8 @44116 NONAME ??_R2MCS_CAin@@8 @44117 NONAME ??_R2MCS_CArq@@8 @44118 NONAME ??_R2MCS_CCcf@@8 @44119 NONAME ??_R2MCS_CCrq@@8 @44120 NONAME ??_R2MCS_CDin@@8 @44121 NONAME ??_R2MCS_CDrq@@8 @44122 NONAME ??_R2MCS_CEin@@8 @44123 NONAME ??_R2MCS_CErq@@8 @44124 NONAME ??_R2MCS_ChannelAttributes@@8 @44125 NONAME ??_R2MCS_ChannelAttributes_assigned@@8 @44126 NONAME ??_R2MCS_ChannelAttributes_private@@8 @44127 NONAME ??_R2MCS_ChannelAttributes_static@@8 @44128 NONAME ??_R2MCS_ChannelAttributes_userId@@8 @44129 NONAME ??_R2MCS_ChannelId@@8 @44130 NONAME ??_R2MCS_CJcf@@8 @44131 NONAME ??_R2MCS_CJrq@@8 @44132 NONAME ??_R2MCS_CLrq@@8 @44133 NONAME ??_R2MCS_ConnectMCSPDU@@8 @44134 NONAME ??_R2MCS_Connect_Additional@@8 @44135 NONAME ??_R2MCS_Connect_Initial@@8 @44136 NONAME ??_R2MCS_Connect_Response@@8 @44137 NONAME ??_R2MCS_Connect_Result@@8 @44138 NONAME ??_R2MCS_DataPriority@@8 @44139 NONAME ??_R2MCS_Diagnostic@@8 @44140 NONAME ??_R2MCS_DomainMCSPDU@@8 @44141 NONAME ??_R2MCS_DomainParameters@@8 @44142 NONAME ??_R2MCS_DPum@@8 @44143 NONAME ??_R2MCS_DUin@@8 @44144 NONAME ??_R2MCS_DUrq@@8 @44145 NONAME ??_R2MCS_DynamicChannelId@@8 @44146 NONAME ??_R2MCS_EDrq@@8 @44147 NONAME ??_R2MCS_MCcf@@8 @44148 NONAME ??_R2MCS_MCrq@@8 @44149 NONAME ??_R2MCS_MTcf@@8 @44150 NONAME ??_R2MCS_MTrq@@8 @44151 NONAME ??_R2MCS_PCin@@8 @44152 NONAME ??_R2MCS_PDin@@8 @44153 NONAME ??_R2MCS_PrivateChannelId@@8 @44154 NONAME ??_R2MCS_PTin@@8 @44155 NONAME ??_R2MCS_Reason@@8 @44156 NONAME ??_R2MCS_Result@@8 @44157 NONAME ??_R2MCS_RJum@@8 @44158 NONAME ??_R2MCS_SDin@@8 @44159 NONAME ??_R2MCS_SDrq@@8 @44160 NONAME ??_R2MCS_Segmentation@@8 @44161 NONAME ??_R2MCS_StaticChannelId@@8 @44162 NONAME ??_R2MCS_TGcf@@8 @44163 NONAME ??_R2MCS_TGrq@@8 @44164 NONAME ??_R2MCS_TIcf@@8 @44165 NONAME ??_R2MCS_TIrq@@8 @44166 NONAME ??_R2MCS_TokenAttributes@@8 @44167 NONAME ??_R2MCS_TokenAttributes_given@@8 @44168 NONAME ??_R2MCS_TokenAttributes_giving@@8 @44169 NONAME ??_R2MCS_TokenAttributes_grabbed@@8 @44170 NONAME ??_R2MCS_TokenAttributes_inhibited@@8 @44171 NONAME ??_R2MCS_TokenAttributes_ungivable@@8 @44172 NONAME ??_R2MCS_TokenId@@8 @44173 NONAME ??_R2MCS_TokenStatus@@8 @44174 NONAME ??_R2MCS_TPin@@8 @44175 NONAME ??_R2MCS_TPrq@@8 @44176 NONAME ??_R2MCS_TRcf@@8 @44177 NONAME ??_R2MCS_TRrq@@8 @44178 NONAME ??_R2MCS_TTcf@@8 @44179 NONAME ??_R2MCS_TTrq@@8 @44180 NONAME ??_R2MCS_TVcf@@8 @44181 NONAME ??_R2MCS_TVin@@8 @44182 NONAME ??_R2MCS_TVrq@@8 @44183 NONAME ??_R2MCS_TVrs@@8 @44184 NONAME ??_R2MCS_UserId@@8 @44185 NONAME ??_R2MCS_USin@@8 @44186 NONAME ??_R2MCS_USrq@@8 @44187 NONAME ??_R2MonitorMain_PNotifier@H323Gatekeeper@@8 @44195 NONAME ??_R2MonitorMain_PNotifier@H323GatekeeperServer@@8 @44196 NONAME ??_R2MonitorMain_PNotifier@H323PeerElement@@8 @44197 NONAME ??_R2MSIPAddress@PILSSession@@8 @44198 NONAME ??_R2MXRecordList@PDNS@@8 @52859 NONAME ??_R2OnCallIntrudeTimeOut_PNotifier@H45011Handler@@8 @44199 NONAME ??_R2OnCallTransferTimeOut_PNotifier@H4502Handler@@8 @44200 NONAME ??_R2OnLoadModule_PNotifier@PPluginModuleManager@@8 @50685 NONAME ??_R2OnUserInputInBandDTMF_PNotifier@H323Connection@@8 @44201 NONAME ??_R2OnUserInputInlineRFC2833_PNotifier@H323Connection@@8 @44202 NONAME ??_R2OpalFactoryCodec@@8 @52456 NONAME ??_R2OpalG711ALaw64kFormat@@8 @50946 NONAME ??_R2OpalG711ALaw64k_Base@@8 @52457 NONAME ??_R2OpalG711ALaw64k_Decoder@@8 @52458 NONAME ??_R2OpalG711ALaw64k_Encoder@@8 @52459 NONAME ??_R2OpalG711uLaw64kFormat@@8 @50947 NONAME ??_R2OpalG711uLaw64k_Base@@8 @52460 NONAME ??_R2OpalG711uLaw64k_Decoder@@8 @52461 NONAME ??_R2OpalG711uLaw64k_Encoder@@8 @52462 NONAME ??_R2OpalG7231A_5k3Format@@8 @50948 NONAME ??_R2OpalG7231A_6k3Format@@8 @50949 NONAME ??_R2OpalG7231_5k3Format@@8 @50950 NONAME ??_R2OpalG7231_6k3Format@@8 @50951 NONAME ??_R2OpalG728Format@@8 @50952 NONAME ??_R2OpalG729ABFormat@@8 @50953 NONAME ??_R2OpalG729AFormat@@8 @50954 NONAME ??_R2OpalG729BFormat@@8 @50955 NONAME ??_R2OpalG729Format@@8 @50956 NONAME ??_R2OpalGloballyUniqueID@@8 @44203 NONAME ??_R2OpalGSM0610Format@@8 @50957 NONAME ??_R2OpalH261Format@@8 @50958 NONAME ??_R2OpalIxJDevice@@8 @44204 NONAME ??_R2OpalLineChannel@@8 @44205 NONAME ??_R2OpalLineInterfaceDevice@@8 @44206 NONAME ??_R2OpalMediaFormat@@8 @44207 NONAME ??_R2OpalPCM16Format@@8 @50959 NONAME ??_R2OpalPluginCodec@@8 @52463 NONAME ??_R2OpalPluginMediaFormat@@8 @50960 NONAME ??_R2OpalRFC2190H263Format@@8 @53837 NONAME ??_R2OpalRFC2833@@8 @44208 NONAME ??_R2OpalRFC2833Info@@8 @44209 NONAME ??_R2OpalRtpToWavFile@@8 @44210 NONAME ??_R2OpalT120Format@@8 @50961 NONAME ??_R2OpalT120Protocol@@8 @44211 NONAME ??_R2OpalT38Protocol@@8 @44212 NONAME ??_R2OpalUserInputRFC2833Format@@8 @50962 NONAME ??_R2OpalVoipBlasterDevice@@8 @44213 NONAME ??_R2OpalVXMLSession@@8 @44214 NONAME ??_R2OpalWAVFile@@8 @44215 NONAME ??_R2P64Decoder@@8 @44216 NONAME ??_R2PASN_Boolean@@8 @44217 NONAME ??_R2PASN_ConstrainedObject@@8 @44218 NONAME ??_R2PASN_ConstrainedString@@8 @44219 NONAME ??_R2PASN_Enumeration@@8 @44220 NONAME ??_R2PASN_GeneralisedTime@@8 @44221 NONAME ??_R2PASN_GeneralString@@8 @44222 NONAME ??_R2PASN_IA5String@@8 @44223 NONAME ??_R2PASN_Integer@@8 @44224 NONAME ??_R2PASN_Null@@8 @44225 NONAME ??_R2PASN_NumericString@@8 @44226 NONAME ??_R2PASN_Object@@8 @44227 NONAME ??_R2PASN_PrintableString@@8 @44228 NONAME ??_R2PASN_Stream@@8 @44229 NONAME ??_R2PASN_VisibleString@@8 @44230 NONAME ??_R2PLDAPAttr_c@RTPerson@PILSSession@@8 @44231 NONAME ??_R2PLDAPAttr_cn@RTPerson@PILSSession@@8 @44232 NONAME ??_R2PLDAPAttr_comment@RTPerson@PILSSession@@8 @44233 NONAME ??_R2PLDAPAttr_givenName@RTPerson@PILSSession@@8 @44234 NONAME ??_R2PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@8 @44235 NONAME ??_R2PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@8 @44236 NONAME ??_R2PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@8 @44237 NONAME ??_R2PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@8 @44238 NONAME ??_R2PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@8 @44239 NONAME ??_R2PLDAPAttr_location@RTPerson@PILSSession@@8 @44240 NONAME ??_R2PLDAPAttr_o@RTPerson@PILSSession@@8 @44241 NONAME ??_R2PLDAPAttr_objectClass@RTPerson@PILSSession@@8 @44242 NONAME ??_R2PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@8 @44243 NONAME ??_R2PLDAPAttr_sappguid@RTPerson@PILSSession@@8 @44244 NONAME ??_R2PLDAPAttr_sappid@RTPerson@PILSSession@@8 @44245 NONAME ??_R2PLDAPAttr_sflags@RTPerson@PILSSession@@8 @44246 NONAME ??_R2PLDAPAttr_sipAddress@RTPerson@PILSSession@@8 @44247 NONAME ??_R2PLDAPAttr_smimetype@RTPerson@PILSSession@@8 @44248 NONAME ??_R2PLDAPAttr_smodop@RTPerson@PILSSession@@8 @44249 NONAME ??_R2PLDAPAttr_sport@RTPerson@PILSSession@@8 @44250 NONAME ??_R2PLDAPAttr_sprotid@RTPerson@PILSSession@@8 @44251 NONAME ??_R2PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@8 @44252 NONAME ??_R2PLDAPAttr_ssecurity@RTPerson@PILSSession@@8 @44253 NONAME ??_R2PLDAPAttr_sttl@RTPerson@PILSSession@@8 @44254 NONAME ??_R2PLDAPAttr_surname@RTPerson@PILSSession@@8 @44255 NONAME ??_R2PLDAPAttr_timestamp@RTPerson@PILSSession@@8 @44256 NONAME ??_R2PluginLoader@@8 @53002 NONAME ??_R2PPER_Stream@@8 @44257 NONAME ??_R2Pre_Vid_Coder@@8 @44258 NONAME ??_R2PWAVFileConverter@@8 @52237 NONAME ??_R2PWAVFileConverterALaw@@8 @52238 NONAME ??_R2PWAVFileConverterULaw@@8 @52239 NONAME ??_R2PWAVFileConverterXLaw@@8 @52240 NONAME ??_R2Q931@@8 @44260 NONAME ??_R2ReceivedPacket_PNotifier@OpalRFC2833@@8 @44261 NONAME ??_R2ReceivedPacket_PNotifier@OpalRtpToWavFile@@8 @44262 NONAME ??_R2ReceiverReport@RTP_Session@@8 @44263 NONAME ??_R2ReceiveTimeout_PNotifier@OpalRFC2833@@8 @44264 NONAME ??_R2Request@H323Transactor@@8 @44265 NONAME ??_R2Response@H323Transactor@@8 @44266 NONAME ??_R2RFC2190_FfmpgLink@@8 @53838 NONAME ??_R2RTPerson@PILSSession@@8 @44267 NONAME ??_R2RTP_ControlFrame@@8 @44268 NONAME ??_R2RTP_DataFrame@@8 @44269 NONAME ??_R2RTP_JitterBuffer@@8 @44270 NONAME ??_R2RTP_JitterBufferAnalyser@@8 @44271 NONAME ??_R2RTP_QOS@@8 @44272 NONAME ??_R2RTP_Session@@8 @44273 NONAME ??_R2RTP_SessionManager@@8 @44274 NONAME ??_R2RTP_UDP@@8 @44275 NONAME ??_R2RTP_UserData@@8 @44276 NONAME ??_R2SenderReport@RTP_Session@@8 @44277 NONAME ??_R2SlowHandler_PNotifier@H323Transaction@@8 @44278 NONAME ??_R2SourceDescription@RTP_Session@@8 @44279 NONAME ??_R2SRVRecordList@PDNS@@8 @52860 NONAME ??_R2StatusHandler_PNotifier@OpalVoipBlasterDevice@@8 @44280 NONAME ??_R2StringMap@H323GatekeeperServer@@8 @44281 NONAME ??_R2T120ConnectPDU@@8 @44282 NONAME ??_R2T120_X224@@8 @44283 NONAME ??_R2T38_ArrayOf_PASN_OctetString@@8 @44284 NONAME ??_R2T38_Data_Field@@8 @44285 NONAME ??_R2T38_Data_Field_subtype@@8 @44286 NONAME ??_R2T38_Data_Field_subtype_field_type@@8 @44287 NONAME ??_R2T38_IFPPacket@@8 @44288 NONAME ??_R2T38_PreCorrigendum_Data_Field@@8 @44289 NONAME ??_R2T38_PreCorrigendum_Data_Field_subtype@@8 @44290 NONAME ??_R2T38_PreCorrigendum_Data_Field_subtype_field_type@@8 @44291 NONAME ??_R2T38_PreCorrigendum_IFPPacket@@8 @44292 NONAME ??_R2T38_Type_of_msg@@8 @44293 NONAME ??_R2T38_Type_of_msg_data@@8 @44294 NONAME ??_R2T38_Type_of_msg_t30_indicator@@8 @44295 NONAME ??_R2T38_UDPTLPacket@@8 @44296 NONAME ??_R2T38_UDPTLPacket_error_recovery@@8 @44297 NONAME ??_R2T38_UDPTLPacket_error_recovery_fec_info@@8 @44298 NONAME ??_R2T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@8 @44299 NONAME ??_R2T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@8 @44300 NONAME ??_R2T38_UDPTLPacket_primary_ifp_packet@@8 @44301 NONAME ??_R2TickleMonitor_PNotifier@H323Gatekeeper@@8 @44302 NONAME ??_R2TransmitEnded_PNotifier@OpalRFC2833@@8 @44303 NONAME ??_R2TransmitPacket_PNotifier@OpalRFC2833@@8 @44304 NONAME ??_R2Transmitter@@8 @44305 NONAME ??_R2UpdateAllDescriptors_PNotifier@H323PeerElement@@8 @44306 NONAME ??_R2VoipBlasterInterface@@8 @44308 NONAME ??_R2Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@8 @52464 NONAME ??_R2Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@8 @52465 NONAME ??_R2Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@8 @52466 NONAME ??_R2Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@8 @52467 NONAME ??_R2Worker@OpalPluginCodecFactory@@8 @52468 NONAME ??_R2WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@8 @52861 NONAME ??_R2WorkerBase@?$PFactory@VH323Capability@@VPString@@@@8 @51865 NONAME ??_R2WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@8 @52469 NONAME ??_R2WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51866 NONAME ??_R2WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @51867 NONAME ??_R2WorkerBase@?$PFactory@VPWAVFileConverter@@I@@8 @52241 NONAME ??_R2X224@@8 @44309 NONAME ??_R2X880_Code@@8 @44310 NONAME ??_R2X880_GeneralProblem@@8 @44311 NONAME ??_R2X880_Invoke@@8 @44312 NONAME ??_R2X880_InvokeId@@8 @44313 NONAME ??_R2X880_InvokeProblem@@8 @44314 NONAME ??_R2X880_Reject@@8 @44315 NONAME ??_R2X880_RejectProblem@@8 @44316 NONAME ??_R2X880_Reject_problem@@8 @44317 NONAME ??_R2X880_ReturnError@@8 @44318 NONAME ??_R2X880_ReturnErrorProblem@@8 @44319 NONAME ??_R2X880_ReturnResult@@8 @44320 NONAME ??_R2X880_ReturnResultProblem@@8 @44321 NONAME ??_R2X880_ReturnResult_result@@8 @44322 NONAME ??_R2X880_ROS@@8 @44323 NONAME ??_R3?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@8 @44324 NONAME ??_R3?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@8 @44325 NONAME ??_R3?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@8 @44326 NONAME ??_R3?$H235_HASHED@VH235_EncodedGeneralToken@@@@8 @44327 NONAME ??_R3?$H235_HASHED@VH235_EncodedPwdCertToken@@@@8 @44328 NONAME ??_R3?$H235_SIGNED@VH225_EncodedFastStartToken@@@@8 @44329 NONAME ??_R3?$H235_SIGNED@VH235_EncodedGeneralToken@@@@8 @44330 NONAME ??_R3?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@8 @44331 NONAME ??_R3?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@8 @44332 NONAME ??_R3?$H235_SIGNED@VH235_EncodedReturnSig@@@@8 @44333 NONAME ??_R3?$PArray@V?$PList@VH323Capability@@@@@@8 @44334 NONAME ??_R3?$PArray@VH323SimultaneousCapabilities@@@@8 @44335 NONAME ??_R3?$PArray@VH323TransportAddress@@@@8 @44336 NONAME ??_R3?$PArray@VReceiverReport@RTP_Session@@@@8 @44337 NONAME ??_R3?$PArray@VSourceDescription@RTP_Session@@@@8 @44338 NONAME ??_R3?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@8 @44339 NONAME ??_R3?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@8 @44340 NONAME ??_R3?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@8 @44341 NONAME ??_R3?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@8 @44342 NONAME ??_R3?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@8 @44343 NONAME ??_R3?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@8 @44344 NONAME ??_R3?$PDictionary@VPString@@VH323Connection@@@@8 @44345 NONAME ??_R3?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@8 @44346 NONAME ??_R3?$PDictionary@VPString@@VPOrdinalKey@@@@8 @44347 NONAME ??_R3?$PFactory@VH235Authenticator@@VPString@@@@8 @52862 NONAME ??_R3?$PFactory@VH323Capability@@VPString@@@@8 @51868 NONAME ??_R3?$PFactory@VH323StaticPluginCodec@@VPString@@@@8 @51869 NONAME ??_R3?$PFactory@VOpalFactoryCodec@@VPString@@@@8 @52470 NONAME ??_R3?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51870 NONAME ??_R3?$PFactory@VPWAVFileConverter@@I@@8 @52242 NONAME ??_R3?$PList@VH235Authenticator@@@@8 @44348 NONAME ??_R3?$PList@VH245_GenericParameter@@@@8 @53318 NONAME ??_R3?$PList@VH263Packet@@@@8 @53839 NONAME ??_R3?$PList@VH323Capability@@@@8 @44350 NONAME ??_R3?$PList@VH323Channel@@@@8 @44351 NONAME ??_R3?$PList@VH323GatekeeperListener@@@@8 @44352 NONAME ??_R3?$PList@VH323Listener@@@@8 @44353 NONAME ??_R3?$PList@VH323Transactor@@@@8 @44354 NONAME ??_R3?$PList@VH450xHandler@@@@8 @44355 NONAME ??_R3?$PList@VOpalMediaFormat@@@@8 @44357 NONAME ??_R3?$PList@VPBYTEArray@@@@8 @44358 NONAME ??_R3?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@8 @44359 NONAME ??_R3?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@8 @44360 NONAME ??_R3?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@8 @44361 NONAME ??_R3?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@8 @44362 NONAME ??_R3?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@8 @44363 NONAME ??_R3?$PSafePtr@VH323GatekeeperCall@@@@8 @44364 NONAME ??_R3?$PSafePtr@VH323PeerElementDescriptor@@@@8 @44365 NONAME ??_R3?$PSafePtr@VH323PeerElementServiceRelationship@@@@8 @44366 NONAME ??_R3?$PSafePtr@VH323RegisteredEndPoint@@@@8 @44367 NONAME ??_R3?$PSafeSortedList@VH323GatekeeperCall@@@@8 @44368 NONAME ??_R3?$PSafeSortedList@VH323PeerElementDescriptor@@@@8 @44369 NONAME ??_R3?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@8 @44370 NONAME ??_R3?$PSet@VPOrdinalKey@@@@8 @44371 NONAME ??_R3?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@8 @44372 NONAME ??_R3?$PSortedList@VH225_AliasAddress@@@@8 @44373 NONAME ??_R3?$PSortedList@VH323GatekeeperCall@@@@8 @44374 NONAME ??_R3?$PSortedList@VH323PeerElementDescriptor@@@@8 @44375 NONAME ??_R3?$PSortedList@VH323PeerElementServiceRelationship@@@@8 @44376 NONAME ??_R3?$PSortedList@VMXRecord@PDNS@@@@8 @52863 NONAME ??_R3?$PSortedList@VResponse@H323Transactor@@@@8 @44377 NONAME ??_R3?$PSortedList@VSRVRecord@PDNS@@@@8 @52864 NONAME ??_R3?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @52865 NONAME ??_R3?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @52866 NONAME ??_R3?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @52867 NONAME ??_R3?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @51871 NONAME ??_R3?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51872 NONAME ??_R3?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51873 NONAME ??_R3?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51874 NONAME ??_R3?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51875 NONAME ??_R3?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51876 NONAME ??_R3?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51877 NONAME ??_R3?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51878 NONAME ??_R3?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51879 NONAME ??_R3?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51880 NONAME ??_R3?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51881 NONAME ??_R3?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51882 NONAME ??_R3?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51883 NONAME ??_R3?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51884 NONAME ??_R3?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51885 NONAME ??_R3?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @51886 NONAME ??_R3?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51887 NONAME ??_R3?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51888 NONAME ??_R3?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51889 NONAME ??_R3?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51890 NONAME ??_R3?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51891 NONAME ??_R3?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51892 NONAME ??_R3?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51893 NONAME ??_R3?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51894 NONAME ??_R3?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51895 NONAME ??_R3?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51896 NONAME ??_R3?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51897 NONAME ??_R3?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51898 NONAME ??_R3?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51899 NONAME ??_R3?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51900 NONAME ??_R3?$Worker@VOpalRFC2190H263Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @53840 NONAME ??_R3?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51901 NONAME ??_R3?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51902 NONAME ??_R3?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@8 @53003 NONAME ??_R3?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@8 @52243 NONAME ??_R3?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@8 @52244 NONAME ??_R3AliasKey@H323PeerElement@@8 @44378 NONAME ??_R3AlternateInfo@H323Gatekeeper@@8 @44379 NONAME ??_R3ByteQueue@OpalVoipBlasterDevice@@8 @44380 NONAME ??_R3Encoder@@8 @44381 NONAME ??_R3Entry@RTP_JitterBuffer@@8 @44382 NONAME ??_R3FilterInfo@H323Codec@@8 @44384 NONAME ??_R3FullP64Decoder@@8 @44385 NONAME ??_R3G7231_File_Capability@@8 @44386 NONAME ??_R3G7231_File_Codec@@8 @44387 NONAME ??_R3GCC_AlternativeNodeID@@8 @44388 NONAME ??_R3GCC_ApplicationInvokeIndication@@8 @44389 NONAME ??_R3GCC_ApplicationInvokeSpecifier@@8 @44390 NONAME ??_R3GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@8 @44391 NONAME ??_R3GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@8 @44392 NONAME ??_R3GCC_ApplicationRecord@@8 @44393 NONAME ??_R3GCC_ApplicationRecord_nonCollapsingCapabilities@@8 @44394 NONAME ??_R3GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@8 @44395 NONAME ??_R3GCC_ArrayOf_ApplicationInvokeSpecifier@@8 @44396 NONAME ??_R3GCC_ArrayOf_ChallengeItem@@8 @44397 NONAME ??_R3GCC_ArrayOf_ConferenceDescriptor@@8 @44398 NONAME ??_R3GCC_ArrayOf_Privilege@@8 @44399 NONAME ??_R3GCC_ArrayOf_TextString@@8 @44400 NONAME ??_R3GCC_ArrayOf_UserID@@8 @44401 NONAME ??_R3GCC_AsymmetryIndicator@@8 @44402 NONAME ??_R3GCC_CapabilityClass@@8 @44403 NONAME ??_R3GCC_CapabilityID@@8 @44404 NONAME ??_R3GCC_ChallengeItem@@8 @44405 NONAME ??_R3GCC_ChallengeRequest@@8 @44406 NONAME ??_R3GCC_ChallengeResponse@@8 @44407 NONAME ??_R3GCC_ChallengeResponseAlgorithm@@8 @44408 NONAME ??_R3GCC_ChallengeResponseItem@@8 @44409 NONAME ??_R3GCC_ChannelID@@8 @44410 NONAME ??_R3GCC_ChannelType@@8 @44411 NONAME ??_R3GCC_ConductorAssignIndication@@8 @44412 NONAME ??_R3GCC_ConductorPermissionAskIndication@@8 @44413 NONAME ??_R3GCC_ConductorPermissionGrantIndication@@8 @44414 NONAME ??_R3GCC_ConductorReleaseIndication@@8 @44415 NONAME ??_R3GCC_ConferenceAddRequest@@8 @44416 NONAME ??_R3GCC_ConferenceAddResponse@@8 @44417 NONAME ??_R3GCC_ConferenceAddResponse_result@@8 @44418 NONAME ??_R3GCC_ConferenceAssistanceIndication@@8 @44419 NONAME ??_R3GCC_ConferenceCreateRequest@@8 @44420 NONAME ??_R3GCC_ConferenceCreateResponse@@8 @44421 NONAME ??_R3GCC_ConferenceCreateResponse_result@@8 @44422 NONAME ??_R3GCC_ConferenceDescriptor@@8 @44423 NONAME ??_R3GCC_ConferenceEjectUserIndication@@8 @44424 NONAME ??_R3GCC_ConferenceEjectUserIndication_reason@@8 @44425 NONAME ??_R3GCC_ConferenceEjectUserRequest@@8 @44426 NONAME ??_R3GCC_ConferenceEjectUserRequest_reason@@8 @44427 NONAME ??_R3GCC_ConferenceEjectUserResponse@@8 @44428 NONAME ??_R3GCC_ConferenceEjectUserResponse_result@@8 @44429 NONAME ??_R3GCC_ConferenceInviteRequest@@8 @44430 NONAME ??_R3GCC_ConferenceInviteResponse@@8 @44431 NONAME ??_R3GCC_ConferenceInviteResponse_result@@8 @44432 NONAME ??_R3GCC_ConferenceJoinRequest@@8 @44433 NONAME ??_R3GCC_ConferenceJoinResponse@@8 @44434 NONAME ??_R3GCC_ConferenceJoinResponse_result@@8 @44435 NONAME ??_R3GCC_ConferenceLockIndication@@8 @44436 NONAME ??_R3GCC_ConferenceLockRequest@@8 @44437 NONAME ??_R3GCC_ConferenceLockResponse@@8 @44438 NONAME ??_R3GCC_ConferenceLockResponse_result@@8 @44439 NONAME ??_R3GCC_ConferenceName@@8 @44440 NONAME ??_R3GCC_ConferenceNameModifier@@8 @44441 NONAME ??_R3GCC_ConferenceNameSelector@@8 @44442 NONAME ??_R3GCC_ConferencePriority@@8 @44443 NONAME ??_R3GCC_ConferencePriorityScheme@@8 @44444 NONAME ??_R3GCC_ConferenceQueryRequest@@8 @44445 NONAME ??_R3GCC_ConferenceQueryResponse@@8 @44446 NONAME ??_R3GCC_ConferenceQueryResponse_result@@8 @44447 NONAME ??_R3GCC_ConferenceTerminateIndication@@8 @44448 NONAME ??_R3GCC_ConferenceTerminateIndication_reason@@8 @44449 NONAME ??_R3GCC_ConferenceTerminateRequest@@8 @44450 NONAME ??_R3GCC_ConferenceTerminateRequest_reason@@8 @44451 NONAME ??_R3GCC_ConferenceTerminateResponse@@8 @44452 NONAME ??_R3GCC_ConferenceTerminateResponse_result@@8 @44453 NONAME ??_R3GCC_ConferenceTimeExtendIndication@@8 @44454 NONAME ??_R3GCC_ConferenceTimeInquireIndication@@8 @44455 NONAME ??_R3GCC_ConferenceTimeRemainingIndication@@8 @44456 NONAME ??_R3GCC_ConferenceTransferIndication@@8 @44457 NONAME ??_R3GCC_ConferenceTransferRequest@@8 @44458 NONAME ??_R3GCC_ConferenceTransferResponse@@8 @44459 NONAME ??_R3GCC_ConferenceTransferResponse_result@@8 @44460 NONAME ??_R3GCC_ConferenceUnlockIndication@@8 @44461 NONAME ??_R3GCC_ConferenceUnlockRequest@@8 @44462 NONAME ??_R3GCC_ConferenceUnlockResponse@@8 @44463 NONAME ??_R3GCC_ConferenceUnlockResponse_result@@8 @44464 NONAME ??_R3GCC_ConnectData@@8 @44465 NONAME ??_R3GCC_ConnectGCCPDU@@8 @44466 NONAME ??_R3GCC_DialingString@@8 @44467 NONAME ??_R3GCC_DynamicChannelID@@8 @44468 NONAME ??_R3GCC_DynamicTokenID@@8 @44469 NONAME ??_R3GCC_EntityID@@8 @44470 NONAME ??_R3GCC_ExtraDialingString@@8 @44471 NONAME ??_R3GCC_FunctionNotSupportedResponse@@8 @44472 NONAME ??_R3GCC_GCCPDU@@8 @44473 NONAME ??_R3GCC_H221NonStandardIdentifier@@8 @44474 NONAME ??_R3GCC_Handle@@8 @44475 NONAME ??_R3GCC_IndicationPDU@@8 @44476 NONAME ??_R3GCC_Key@@8 @44477 NONAME ??_R3GCC_NetworkAddress@@8 @44478 NONAME ??_R3GCC_NetworkAddress_subtype@@8 @44479 NONAME ??_R3GCC_NetworkAddress_subtype_aggregatedChannel@@8 @44480 NONAME ??_R3GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@8 @44481 NONAME ??_R3GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@8 @44482 NONAME ??_R3GCC_NetworkAddress_subtype_transportConnection@@8 @44483 NONAME ??_R3GCC_NodeProperties@@8 @44484 NONAME ??_R3GCC_NodeRecord@@8 @44485 NONAME ??_R3GCC_NodeType@@8 @44486 NONAME ??_R3GCC_NonStandardParameter@@8 @44487 NONAME ??_R3GCC_NonStandardPDU@@8 @44488 NONAME ??_R3GCC_Password@@8 @44489 NONAME ??_R3GCC_PasswordChallengeRequestResponse@@8 @44490 NONAME ??_R3GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@8 @44491 NONAME ??_R3GCC_PasswordSelector@@8 @44492 NONAME ??_R3GCC_Privilege@@8 @44493 NONAME ??_R3GCC_RegistryAllocateHandleRequest@@8 @44494 NONAME ??_R3GCC_RegistryAllocateHandleResponse@@8 @44495 NONAME ??_R3GCC_RegistryAllocateHandleResponse_result@@8 @44496 NONAME ??_R3GCC_RegistryAssignTokenRequest@@8 @44497 NONAME ??_R3GCC_RegistryDeleteEntryRequest@@8 @44498 NONAME ??_R3GCC_RegistryEntryOwner@@8 @44499 NONAME ??_R3GCC_RegistryEntryOwner_owned@@8 @44500 NONAME ??_R3GCC_RegistryItem@@8 @44501 NONAME ??_R3GCC_RegistryKey@@8 @44502 NONAME ??_R3GCC_RegistryModificationRights@@8 @44503 NONAME ??_R3GCC_RegistryMonitorEntryIndication@@8 @44504 NONAME ??_R3GCC_RegistryMonitorEntryRequest@@8 @44505 NONAME ??_R3GCC_RegistryRegisterChannelRequest@@8 @44506 NONAME ??_R3GCC_RegistryResponse@@8 @44507 NONAME ??_R3GCC_RegistryResponse_primitiveType@@8 @44508 NONAME ??_R3GCC_RegistryResponse_result@@8 @44509 NONAME ??_R3GCC_RegistryRetrieveEntryRequest@@8 @44510 NONAME ??_R3GCC_RegistrySetParameterRequest@@8 @44511 NONAME ??_R3GCC_RequestPDU@@8 @44512 NONAME ??_R3GCC_ResponsePDU@@8 @44513 NONAME ??_R3GCC_RosterUpdateIndication@@8 @44514 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation@@8 @44515 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype@@8 @44516 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@8 @44517 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@8 @44518 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@8 @44519 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@8 @44520 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@8 @44521 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@8 @44522 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@8 @44523 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@8 @44524 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@8 @44525 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation@@8 @44526 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@8 @44527 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@8 @44528 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@8 @44529 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@8 @44530 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@8 @44531 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@8 @44532 NONAME ??_R3GCC_SessionKey@@8 @44533 NONAME ??_R3GCC_SimpleNumericString@@8 @44534 NONAME ??_R3GCC_SimpleTextString@@8 @44535 NONAME ??_R3GCC_StaticChannelID@@8 @44536 NONAME ??_R3GCC_StaticTokenID@@8 @44537 NONAME ??_R3GCC_SubAddressString@@8 @44538 NONAME ??_R3GCC_TerminationMethod@@8 @44539 NONAME ??_R3GCC_TextMessageIndication@@8 @44540 NONAME ??_R3GCC_TextString@@8 @44541 NONAME ??_R3GCC_Time@@8 @44542 NONAME ??_R3GCC_TokenID@@8 @44543 NONAME ??_R3GCC_UserData@@8 @44544 NONAME ??_R3GCC_UserData_subtype@@8 @44545 NONAME ??_R3GCC_UserID@@8 @44546 NONAME ??_R3GCC_UserIDIndication@@8 @44547 NONAME ??_R3H225CallThread@@8 @44548 NONAME ??_R3H225TransportThread@@8 @44549 NONAME ??_R3H225_AddressPattern@@8 @44550 NONAME ??_R3H225_AddressPattern_range@@8 @44551 NONAME ??_R3H225_AdmissionConfirm@@8 @44552 NONAME ??_R3H225_AdmissionConfirm_language@@8 @44553 NONAME ??_R3H225_AdmissionReject@@8 @44554 NONAME ??_R3H225_AdmissionRejectReason@@8 @44555 NONAME ??_R3H225_AdmissionRequest@@8 @44556 NONAME ??_R3H225_Alerting_UUIE@@8 @44557 NONAME ??_R3H225_AliasAddress@@8 @44558 NONAME ??_R3H225_AlternateGK@@8 @44559 NONAME ??_R3H225_AlternateTransportAddresses@@8 @44560 NONAME ??_R3H225_AltGKInfo@@8 @44561 NONAME ??_R3H225_ANSI_41_UIM@@8 @44562 NONAME ??_R3H225_ANSI_41_UIM_system_id@@8 @44563 NONAME ??_R3H225_ArrayOf_AddressPattern@@8 @44564 NONAME ??_R3H225_ArrayOf_AdmissionConfirm@@8 @44565 NONAME ??_R3H225_ArrayOf_AliasAddress@@8 @44566 NONAME ??_R3H225_ArrayOf_AlternateGK@@8 @44567 NONAME ??_R3H225_ArrayOf_AuthenticationMechanism@@8 @44568 NONAME ??_R3H225_ArrayOf_BandwidthDetails@@8 @44569 NONAME ??_R3H225_ArrayOf_CallReferenceValue@@8 @44570 NONAME ??_R3H225_ArrayOf_CallsAvailable@@8 @44571 NONAME ??_R3H225_ArrayOf_ClearToken@@8 @44572 NONAME ??_R3H225_ArrayOf_ConferenceIdentifier@@8 @44573 NONAME ??_R3H225_ArrayOf_ConferenceList@@8 @44574 NONAME ??_R3H225_ArrayOf_CryptoH323Token@@8 @44575 NONAME ??_R3H225_ArrayOf_DataRate@@8 @44576 NONAME ??_R3H225_ArrayOf_Endpoint@@8 @44577 NONAME ??_R3H225_ArrayOf_EnumeratedParameter@@8 @44578 NONAME ??_R3H225_ArrayOf_ExtendedAliasAddress@@8 @44579 NONAME ??_R3H225_ArrayOf_FeatureDescriptor@@8 @44580 NONAME ??_R3H225_ArrayOf_GenericData@@8 @44581 NONAME ??_R3H225_ArrayOf_H245Security@@8 @44582 NONAME ??_R3H225_ArrayOf_H248PackagesDescriptor@@8 @44583 NONAME ??_R3H225_ArrayOf_IntegrityMechanism@@8 @44584 NONAME ??_R3H225_ArrayOf_NonStandardParameter@@8 @44585 NONAME ??_R3H225_ArrayOf_PartyNumber@@8 @44586 NONAME ??_R3H225_ArrayOf_PASN_ObjectId@@8 @44587 NONAME ??_R3H225_ArrayOf_PASN_OctetString@@8 @44588 NONAME ??_R3H225_ArrayOf_RasUsageSpecification@@8 @44589 NONAME ??_R3H225_ArrayOf_RTPSession@@8 @44590 NONAME ??_R3H225_ArrayOf_ServiceControlSession@@8 @44591 NONAME ??_R3H225_ArrayOf_SupportedPrefix@@8 @44592 NONAME ??_R3H225_ArrayOf_SupportedProtocols@@8 @44593 NONAME ??_R3H225_ArrayOf_TransportAddress@@8 @44594 NONAME ??_R3H225_ArrayOf_TransportChannelInfo@@8 @44595 NONAME ??_R3H225_ArrayOf_TunnelledProtocol@@8 @44596 NONAME ??_R3H225_BandRejectReason@@8 @44597 NONAME ??_R3H225_BandWidth@@8 @44598 NONAME ??_R3H225_BandwidthConfirm@@8 @44599 NONAME ??_R3H225_BandwidthDetails@@8 @44600 NONAME ??_R3H225_BandwidthReject@@8 @44601 NONAME ??_R3H225_BandwidthRequest@@8 @44602 NONAME ??_R3H225_CallCapacity@@8 @44603 NONAME ??_R3H225_CallCapacityInfo@@8 @44604 NONAME ??_R3H225_CallCreditCapability@@8 @44605 NONAME ??_R3H225_CallCreditServiceControl@@8 @44606 NONAME ??_R3H225_CallCreditServiceControl_billingMode@@8 @44607 NONAME ??_R3H225_CallCreditServiceControl_callStartingPoint@@8 @44608 NONAME ??_R3H225_CallIdentifier@@8 @44609 NONAME ??_R3H225_CallLinkage@@8 @44610 NONAME ??_R3H225_CallModel@@8 @44611 NONAME ??_R3H225_CallProceeding_UUIE@@8 @44612 NONAME ??_R3H225_CallReferenceValue@@8 @44613 NONAME ??_R3H225_CallsAvailable@@8 @44614 NONAME ??_R3H225_CallTerminationCause@@8 @44615 NONAME ??_R3H225_CallType@@8 @44616 NONAME ??_R3H225_CapacityReportingCapability@@8 @44617 NONAME ??_R3H225_CapacityReportingSpecification@@8 @44618 NONAME ??_R3H225_CapacityReportingSpecification_when@@8 @44619 NONAME ??_R3H225_CarrierInfo@@8 @44620 NONAME ??_R3H225_CicInfo@@8 @44621 NONAME ??_R3H225_CicInfo_cic@@8 @44622 NONAME ??_R3H225_CircuitIdentifier@@8 @44623 NONAME ??_R3H225_CircuitInfo@@8 @44624 NONAME ??_R3H225_ConferenceIdentifier@@8 @44625 NONAME ??_R3H225_ConferenceList@@8 @44626 NONAME ??_R3H225_Connect_UUIE@@8 @44627 NONAME ??_R3H225_Connect_UUIE_language@@8 @44628 NONAME ??_R3H225_Content@@8 @44629 NONAME ??_R3H225_CryptoH323Token@@8 @44630 NONAME ??_R3H225_CryptoH323Token_cryptoEPPwdHash@@8 @44631 NONAME ??_R3H225_CryptoH323Token_cryptoGKPwdHash@@8 @44632 NONAME ??_R3H225_DataRate@@8 @44633 NONAME ??_R3H225_DisengageConfirm@@8 @44634 NONAME ??_R3H225_DisengageReason@@8 @44635 NONAME ??_R3H225_DisengageReject@@8 @44636 NONAME ??_R3H225_DisengageRejectReason@@8 @44637 NONAME ??_R3H225_DisengageRequest@@8 @44638 NONAME ??_R3H225_EncodedFastStartToken@@8 @44639 NONAME ??_R3H225_EncryptIntAlg@@8 @44640 NONAME ??_R3H225_Endpoint@@8 @44641 NONAME ??_R3H225_EndpointIdentifier@@8 @44642 NONAME ??_R3H225_EndpointType@@8 @44643 NONAME ??_R3H225_EnumeratedParameter@@8 @44644 NONAME ??_R3H225_ExtendedAliasAddress@@8 @44645 NONAME ??_R3H225_FacilityReason@@8 @44646 NONAME ??_R3H225_Facility_UUIE@@8 @44647 NONAME ??_R3H225_FastStartToken@@8 @44648 NONAME ??_R3H225_FeatureDescriptor@@8 @44649 NONAME ??_R3H225_FeatureSet@@8 @44650 NONAME ??_R3H225_GatekeeperConfirm@@8 @44651 NONAME ??_R3H225_GatekeeperIdentifier@@8 @44652 NONAME ??_R3H225_GatekeeperInfo@@8 @44653 NONAME ??_R3H225_GatekeeperReject@@8 @44654 NONAME ??_R3H225_GatekeeperRejectReason@@8 @44655 NONAME ??_R3H225_GatekeeperRequest@@8 @44656 NONAME ??_R3H225_GatewayInfo@@8 @44657 NONAME ??_R3H225_GenericData@@8 @44658 NONAME ??_R3H225_GenericIdentifier@@8 @44659 NONAME ??_R3H225_GloballyUniqueID@@8 @44660 NONAME ??_R3H225_GroupID@@8 @44661 NONAME ??_R3H225_GroupID_member@@8 @44662 NONAME ??_R3H225_GSM_UIM@@8 @44663 NONAME ??_R3H225_H221NonStandard@@8 @44664 NONAME ??_R3H225_H245Security@@8 @44665 NONAME ??_R3H225_H248PackagesDescriptor@@8 @44666 NONAME ??_R3H225_H248SignalsDescriptor@@8 @44667 NONAME ??_R3H225_H310Caps@@8 @44668 NONAME ??_R3H225_H320Caps@@8 @44669 NONAME ??_R3H225_H321Caps@@8 @44670 NONAME ??_R3H225_H322Caps@@8 @44671 NONAME ??_R3H225_H323Caps@@8 @44672 NONAME ??_R3H225_H323_UserInformation@@8 @44673 NONAME ??_R3H225_H323_UserInformation_user_data@@8 @44674 NONAME ??_R3H225_H323_UU_PDU@@8 @44675 NONAME ??_R3H225_H323_UU_PDU_h323_message_body@@8 @44676 NONAME ??_R3H225_H323_UU_PDU_tunnelledSignallingMessage@@8 @44677 NONAME ??_R3H225_H324Caps@@8 @44678 NONAME ??_R3H225_ICV@@8 @44679 NONAME ??_R3H225_InfoRequest@@8 @44680 NONAME ??_R3H225_InfoRequestAck@@8 @44681 NONAME ??_R3H225_InfoRequestNak@@8 @44682 NONAME ??_R3H225_InfoRequestNakReason@@8 @44683 NONAME ??_R3H225_InfoRequestResponse@@8 @44684 NONAME ??_R3H225_InfoRequestResponseStatus@@8 @44685 NONAME ??_R3H225_InfoRequestResponse_perCallInfo@@8 @44686 NONAME ??_R3H225_InfoRequestResponse_perCallInfo_subtype@@8 @44687 NONAME ??_R3H225_InfoRequestResponse_perCallInfo_subtype_pdu@@8 @44688 NONAME ??_R3H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@8 @44689 NONAME ??_R3H225_Information_UUIE@@8 @44690 NONAME ??_R3H225_IntegrityMechanism@@8 @44691 NONAME ??_R3H225_LocationConfirm@@8 @44692 NONAME ??_R3H225_LocationReject@@8 @44693 NONAME ??_R3H225_LocationRejectReason@@8 @44694 NONAME ??_R3H225_LocationRequest@@8 @44695 NONAME ??_R3H225_McuInfo@@8 @44696 NONAME ??_R3H225_MobileUIM@@8 @44697 NONAME ??_R3H225_NonIsoIntegrityMechanism@@8 @44698 NONAME ??_R3H225_NonStandardIdentifier@@8 @44699 NONAME ??_R3H225_NonStandardMessage@@8 @44700 NONAME ??_R3H225_NonStandardParameter@@8 @44701 NONAME ??_R3H225_NonStandardProtocol@@8 @44702 NONAME ??_R3H225_Notify_UUIE@@8 @44703 NONAME ??_R3H225_NumberDigits@@8 @44704 NONAME ??_R3H225_PartyNumber@@8 @44705 NONAME ??_R3H225_PresentationIndicator@@8 @44706 NONAME ??_R3H225_PrivatePartyNumber@@8 @44707 NONAME ??_R3H225_PrivateTypeOfNumber@@8 @44708 NONAME ??_R3H225_Progress_UUIE@@8 @44709 NONAME ??_R3H225_ProtocolIdentifier@@8 @44710 NONAME ??_R3H225_PublicPartyNumber@@8 @44711 NONAME ??_R3H225_PublicTypeOfNumber@@8 @44712 NONAME ??_R3H225_Q954Details@@8 @44713 NONAME ??_R3H225_QseriesOptions@@8 @44714 NONAME ??_R3H225_RAS@@8 @44715 NONAME ??_R3H225_RasMessage@@8 @44716 NONAME ??_R3H225_RasUsageInformation@@8 @44717 NONAME ??_R3H225_RasUsageInfoTypes@@8 @44718 NONAME ??_R3H225_RasUsageSpecification@@8 @44719 NONAME ??_R3H225_RasUsageSpecification_callStartingPoint@@8 @44720 NONAME ??_R3H225_RasUsageSpecification_when@@8 @44721 NONAME ??_R3H225_RegistrationConfirm@@8 @44722 NONAME ??_R3H225_RegistrationConfirm_preGrantedARQ@@8 @44723 NONAME ??_R3H225_RegistrationReject@@8 @44724 NONAME ??_R3H225_RegistrationRejectReason@@8 @44725 NONAME ??_R3H225_RegistrationRejectReason_invalidTerminalAliases@@8 @44726 NONAME ??_R3H225_RegistrationRequest@@8 @44727 NONAME ??_R3H225_ReleaseCompleteReason@@8 @44728 NONAME ??_R3H225_ReleaseComplete_UUIE@@8 @44729 NONAME ??_R3H225_RequestInProgress@@8 @44730 NONAME ??_R3H225_RequestSeqNum@@8 @44731 NONAME ??_R3H225_ResourcesAvailableConfirm@@8 @44732 NONAME ??_R3H225_ResourcesAvailableIndicate@@8 @44733 NONAME ??_R3H225_RTPSession@@8 @44734 NONAME ??_R3H225_RTPSession_associatedSessionIds@@8 @44735 NONAME ??_R3H225_ScnConnectionAggregation@@8 @44736 NONAME ??_R3H225_ScnConnectionType@@8 @44737 NONAME ??_R3H225_ScreeningIndicator@@8 @44738 NONAME ??_R3H225_SecurityCapabilities@@8 @44739 NONAME ??_R3H225_SecurityErrors2@@8 @44740 NONAME ??_R3H225_SecurityErrors@@8 @44741 NONAME ??_R3H225_SecurityServiceMode@@8 @44742 NONAME ??_R3H225_ServiceControlDescriptor@@8 @44743 NONAME ??_R3H225_ServiceControlIndication@@8 @44744 NONAME ??_R3H225_ServiceControlIndication_callSpecific@@8 @44745 NONAME ??_R3H225_ServiceControlResponse@@8 @44746 NONAME ??_R3H225_ServiceControlResponse_result@@8 @44747 NONAME ??_R3H225_ServiceControlSession@@8 @44748 NONAME ??_R3H225_ServiceControlSession_reason@@8 @44749 NONAME ??_R3H225_SetupAcknowledge_UUIE@@8 @44750 NONAME ??_R3H225_Setup_UUIE@@8 @44751 NONAME ??_R3H225_Setup_UUIE_conferenceGoal@@8 @44752 NONAME ??_R3H225_Setup_UUIE_connectionParameters@@8 @44753 NONAME ??_R3H225_Setup_UUIE_language@@8 @44754 NONAME ??_R3H225_SIPCaps@@8 @44755 NONAME ??_R3H225_StatusInquiry_UUIE@@8 @44756 NONAME ??_R3H225_Status_UUIE@@8 @44757 NONAME ??_R3H225_StimulusControl@@8 @44758 NONAME ??_R3H225_SupportedPrefix@@8 @44759 NONAME ??_R3H225_SupportedProtocols@@8 @44760 NONAME ??_R3H225_T120OnlyCaps@@8 @44761 NONAME ??_R3H225_T38FaxAnnexbOnlyCaps@@8 @44762 NONAME ??_R3H225_TBCD_STRING@@8 @44763 NONAME ??_R3H225_TerminalInfo@@8 @44764 NONAME ??_R3H225_TimeToLive@@8 @44765 NONAME ??_R3H225_TransportAddress@@8 @44766 NONAME ??_R3H225_TransportAddress_ip6Address@@8 @44767 NONAME ??_R3H225_TransportAddress_ipAddress@@8 @44768 NONAME ??_R3H225_TransportAddress_ipSourceRoute@@8 @44769 NONAME ??_R3H225_TransportAddress_ipSourceRoute_route@@8 @44770 NONAME ??_R3H225_TransportAddress_ipSourceRoute_routing@@8 @44771 NONAME ??_R3H225_TransportAddress_ipxAddress@@8 @44772 NONAME ??_R3H225_TransportChannelInfo@@8 @44773 NONAME ??_R3H225_TransportQOS@@8 @44774 NONAME ??_R3H225_TunnelledProtocol@@8 @44775 NONAME ??_R3H225_TunnelledProtocolAlternateIdentifier@@8 @44776 NONAME ??_R3H225_TunnelledProtocol_id@@8 @44777 NONAME ??_R3H225_UnknownMessageResponse@@8 @44778 NONAME ??_R3H225_UnregistrationConfirm@@8 @44779 NONAME ??_R3H225_UnregistrationReject@@8 @44780 NONAME ??_R3H225_UnregistrationRequest@@8 @44781 NONAME ??_R3H225_UnregRejectReason@@8 @44782 NONAME ??_R3H225_UnregRequestReason@@8 @44783 NONAME ??_R3H225_UseSpecifiedTransport@@8 @44784 NONAME ??_R3H225_UUIEsRequested@@8 @44785 NONAME ??_R3H225_VendorIdentifier@@8 @44786 NONAME ??_R3H225_VoiceCaps@@8 @44787 NONAME ??_R3H235AuthCAT@@8 @44788 NONAME ??_R3H235Authenticator@@8 @44789 NONAME ??_R3H235Authenticators@@8 @44790 NONAME ??_R3H235AuthProcedure1@@8 @44791 NONAME ??_R3H235AuthSimpleMD5@@8 @44792 NONAME ??_R3H235_AuthenticationBES@@8 @44793 NONAME ??_R3H235_AuthenticationMechanism@@8 @44794 NONAME ??_R3H235_ChallengeString@@8 @44795 NONAME ??_R3H235_ClearToken@@8 @44796 NONAME ??_R3H235_CryptoToken@@8 @44797 NONAME ??_R3H235_CryptoToken_cryptoEncryptedToken@@8 @44798 NONAME ??_R3H235_CryptoToken_cryptoHashedToken@@8 @44799 NONAME ??_R3H235_CryptoToken_cryptoSignedToken@@8 @44800 NONAME ??_R3H235_DHset@@8 @44801 NONAME ??_R3H235_ECGDSASignature@@8 @44802 NONAME ??_R3H235_ECKASDH@@8 @44803 NONAME ??_R3H235_ECKASDH_eckasdh2@@8 @44804 NONAME ??_R3H235_ECKASDH_eckasdhp@@8 @44805 NONAME ??_R3H235_ECpoint@@8 @44806 NONAME ??_R3H235_EncodedGeneralToken@@8 @44807 NONAME ??_R3H235_EncodedKeySignedMaterial@@8 @44808 NONAME ??_R3H235_EncodedKeySyncMaterial@@8 @44809 NONAME ??_R3H235_EncodedPwdCertToken@@8 @44810 NONAME ??_R3H235_EncodedReturnSig@@8 @44811 NONAME ??_R3H235_H235CertificateSignature@@8 @44812 NONAME ??_R3H235_H235Key@@8 @44813 NONAME ??_R3H235_Identifier@@8 @44814 NONAME ??_R3H235_IV16@@8 @44815 NONAME ??_R3H235_IV8@@8 @44816 NONAME ??_R3H235_KeyMaterial@@8 @44817 NONAME ??_R3H235_KeySignedMaterial@@8 @44818 NONAME ??_R3H235_KeySyncMaterial@@8 @44819 NONAME ??_R3H235_NonStandardParameter@@8 @44820 NONAME ??_R3H235_Params@@8 @44821 NONAME ??_R3H235_Password@@8 @44822 NONAME ??_R3H235_PwdCertToken@@8 @44823 NONAME ??_R3H235_RandomVal@@8 @44824 NONAME ??_R3H235_ReturnSig@@8 @44825 NONAME ??_R3H235_TimeStamp@@8 @44826 NONAME ??_R3H235_TypedCertificate@@8 @44827 NONAME ??_R3H235_V3KeySyncMaterial@@8 @44828 NONAME ??_R3H245NegLogicalChannel@@8 @44829 NONAME ??_R3H245NegLogicalChannels@@8 @44830 NONAME ??_R3H245NegMasterSlaveDetermination@@8 @44831 NONAME ??_R3H245Negotiator@@8 @44832 NONAME ??_R3H245NegRequestMode@@8 @44833 NONAME ??_R3H245NegRoundTripDelay@@8 @44834 NONAME ??_R3H245NegTerminalCapabilitySet@@8 @44835 NONAME ??_R3H245TransportThread@@8 @44836 NONAME ??_R3H245_AlternativeCapabilitySet@@8 @44837 NONAME ??_R3H245_ArrayOf_AlternativeCapabilitySet@@8 @44838 NONAME ??_R3H245_ArrayOf_BEnhancementParameters@@8 @44839 NONAME ??_R3H245_ArrayOf_CapabilityDescriptor@@8 @44840 NONAME ??_R3H245_ArrayOf_CapabilityDescriptorNumber@@8 @44841 NONAME ??_R3H245_ArrayOf_CapabilityTableEntry@@8 @44842 NONAME ??_R3H245_ArrayOf_CapabilityTableEntryNumber@@8 @44843 NONAME ??_R3H245_ArrayOf_CommunicationModeTableEntry@@8 @44844 NONAME ??_R3H245_ArrayOf_CustomPictureClockFrequency@@8 @44845 NONAME ??_R3H245_ArrayOf_CustomPictureFormat@@8 @44846 NONAME ??_R3H245_ArrayOf_DataApplicationCapability@@8 @44847 NONAME ??_R3H245_ArrayOf_DialingInformationNetworkType@@8 @44848 NONAME ??_R3H245_ArrayOf_DialingInformationNumber@@8 @44849 NONAME ??_R3H245_ArrayOf_EnhancementOptions@@8 @44850 NONAME ??_R3H245_ArrayOf_EscrowData@@8 @44851 NONAME ??_R3H245_ArrayOf_GenericCapability@@8 @53143 NONAME ??_R3H245_ArrayOf_GenericParameter@@8 @44852 NONAME ??_R3H245_ArrayOf_H263ModeComboFlags@@8 @44853 NONAME ??_R3H245_ArrayOf_H263VideoModeCombos@@8 @44854 NONAME ??_R3H245_ArrayOf_MediaChannelCapability@@8 @44855 NONAME ??_R3H245_ArrayOf_MediaDistributionCapability@@8 @44856 NONAME ??_R3H245_ArrayOf_ModeDescription@@8 @44857 NONAME ??_R3H245_ArrayOf_MultiplePayloadStreamElement@@8 @44858 NONAME ??_R3H245_ArrayOf_MultiplePayloadStreamElementMode@@8 @44859 NONAME ??_R3H245_ArrayOf_MultiplexElement@@8 @44860 NONAME ??_R3H245_ArrayOf_MultiplexEntryDescriptor@@8 @44861 NONAME ??_R3H245_ArrayOf_MultiplexEntryRejectionDescriptions@@8 @44862 NONAME ??_R3H245_ArrayOf_MultiplexTableEntryNumber@@8 @44863 NONAME ??_R3H245_ArrayOf_NonStandardParameter@@8 @44864 NONAME ??_R3H245_ArrayOf_ParameterIdentifier@@8 @44865 NONAME ??_R3H245_ArrayOf_PictureReference@@8 @44866 NONAME ??_R3H245_ArrayOf_Q2931Address@@8 @44867 NONAME ??_R3H245_ArrayOf_QOSCapability@@8 @44868 NONAME ??_R3H245_ArrayOf_RedundancyEncodingCapability@@8 @44869 NONAME ??_R3H245_ArrayOf_RedundancyEncodingDTModeElement@@8 @44870 NONAME ??_R3H245_ArrayOf_RedundancyEncodingElement@@8 @44871 NONAME ??_R3H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@8 @44872 NONAME ??_R3H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@8 @44873 NONAME ??_R3H245_ArrayOf_RTPPayloadType@@8 @44874 NONAME ??_R3H245_ArrayOf_TerminalInformation@@8 @44875 NONAME ??_R3H245_ArrayOf_TerminalLabel@@8 @44876 NONAME ??_R3H245_ArrayOf_VCCapability@@8 @44877 NONAME ??_R3H245_ArrayOf_VideoCapability@@8 @53144 NONAME ??_R3H245_ATMParameters@@8 @44878 NONAME ??_R3H245_AudioCapability@@8 @44879 NONAME ??_R3H245_AudioCapability_g7231@@8 @44880 NONAME ??_R3H245_AudioMode@@8 @44881 NONAME ??_R3H245_AudioMode_g7231@@8 @44882 NONAME ??_R3H245_AudioTelephonyEventCapability@@8 @44883 NONAME ??_R3H245_AudioToneCapability@@8 @44884 NONAME ??_R3H245_AuthenticationCapability@@8 @44885 NONAME ??_R3H245_BEnhancementParameters@@8 @44886 NONAME ??_R3H245_Capability@@8 @44887 NONAME ??_R3H245_CapabilityDescriptor@@8 @44888 NONAME ??_R3H245_CapabilityDescriptorNumber@@8 @44889 NONAME ??_R3H245_CapabilityIdentifier@@8 @44890 NONAME ??_R3H245_CapabilityTableEntry@@8 @44891 NONAME ??_R3H245_CapabilityTableEntryNumber@@8 @44892 NONAME ??_R3H245_Capability_h233EncryptionReceiveCapability@@8 @44893 NONAME ??_R3H245_CertSelectionCriteria@@8 @44894 NONAME ??_R3H245_CloseLogicalChannel@@8 @44895 NONAME ??_R3H245_CloseLogicalChannelAck@@8 @44896 NONAME ??_R3H245_CloseLogicalChannel_reason@@8 @44897 NONAME ??_R3H245_CloseLogicalChannel_source@@8 @44898 NONAME ??_R3H245_CommandMessage@@8 @44899 NONAME ??_R3H245_CommunicationModeCommand@@8 @44900 NONAME ??_R3H245_CommunicationModeRequest@@8 @44901 NONAME ??_R3H245_CommunicationModeResponse@@8 @44902 NONAME ??_R3H245_CommunicationModeTableEntry@@8 @44903 NONAME ??_R3H245_CommunicationModeTableEntry_dataType@@8 @44904 NONAME ??_R3H245_CompressionType@@8 @44905 NONAME ??_R3H245_ConferenceCapability@@8 @44906 NONAME ??_R3H245_ConferenceCommand@@8 @44907 NONAME ??_R3H245_ConferenceID@@8 @44908 NONAME ??_R3H245_ConferenceIndication@@8 @44909 NONAME ??_R3H245_ConferenceRequest@@8 @44910 NONAME ??_R3H245_ConferenceRequest_requestTerminalCertificate@@8 @44911 NONAME ??_R3H245_ConferenceResponse@@8 @44912 NONAME ??_R3H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@8 @44913 NONAME ??_R3H245_ConferenceResponse_chairTokenOwnerResponse@@8 @44914 NONAME ??_R3H245_ConferenceResponse_conferenceIDResponse@@8 @44915 NONAME ??_R3H245_ConferenceResponse_extensionAddressResponse@@8 @44916 NONAME ??_R3H245_ConferenceResponse_makeMeChairResponse@@8 @44917 NONAME ??_R3H245_ConferenceResponse_makeTerminalBroadcasterResponse@@8 @44918 NONAME ??_R3H245_ConferenceResponse_mCTerminalIDResponse@@8 @44919 NONAME ??_R3H245_ConferenceResponse_passwordResponse@@8 @44920 NONAME ??_R3H245_ConferenceResponse_sendThisSourceResponse@@8 @44921 NONAME ??_R3H245_ConferenceResponse_terminalCertificateResponse@@8 @44922 NONAME ??_R3H245_ConferenceResponse_terminalIDResponse@@8 @44923 NONAME ??_R3H245_ConnectionIdentifier@@8 @44924 NONAME ??_R3H245_CRCLength@@8 @44925 NONAME ??_R3H245_Criteria@@8 @44926 NONAME ??_R3H245_CustomPictureClockFrequency@@8 @44927 NONAME ??_R3H245_CustomPictureFormat@@8 @44928 NONAME ??_R3H245_CustomPictureFormat_mPI@@8 @44929 NONAME ??_R3H245_CustomPictureFormat_mPI_customPCF@@8 @44930 NONAME ??_R3H245_CustomPictureFormat_mPI_customPCF_subtype@@8 @44931 NONAME ??_R3H245_CustomPictureFormat_pixelAspectInformation@@8 @44932 NONAME ??_R3H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@8 @44933 NONAME ??_R3H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@8 @44934 NONAME ??_R3H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@8 @44935 NONAME ??_R3H245_DataApplicationCapability@@8 @44936 NONAME ??_R3H245_DataApplicationCapability_application@@8 @44937 NONAME ??_R3H245_DataApplicationCapability_application_nlpid@@8 @44938 NONAME ??_R3H245_DataApplicationCapability_application_t38fax@@8 @44939 NONAME ??_R3H245_DataApplicationCapability_application_t84@@8 @44940 NONAME ??_R3H245_DataMode@@8 @44941 NONAME ??_R3H245_DataMode_application@@8 @44942 NONAME ??_R3H245_DataMode_application_nlpid@@8 @44943 NONAME ??_R3H245_DataMode_application_t38fax@@8 @44944 NONAME ??_R3H245_DataProtocolCapability@@8 @44945 NONAME ??_R3H245_DataProtocolCapability_v76wCompression@@8 @44946 NONAME ??_R3H245_DataType@@8 @44947 NONAME ??_R3H245_DepFECCapability@@8 @53566 NONAME ??_R3H245_DepFECCapability_rfc2733@@8 @53567 NONAME ??_R3H245_DepFECCapability_rfc2733_separateStream@@8 @53568 NONAME ??_R3H245_DepFECData@@8 @53569 NONAME ??_R3H245_DepFECData_rfc2733@@8 @53570 NONAME ??_R3H245_DepFECData_rfc2733_mode@@8 @53571 NONAME ??_R3H245_DepFECData_rfc2733_mode_separateStream@@8 @53572 NONAME ??_R3H245_DepFECData_rfc2733_mode_separateStream_differentPort@@8 @53573 NONAME ??_R3H245_DepFECData_rfc2733_mode_separateStream_samePort@@8 @53574 NONAME ??_R3H245_DepFECMode@@8 @53575 NONAME ??_R3H245_DepFECMode_rfc2733Mode@@8 @53576 NONAME ??_R3H245_DepFECMode_rfc2733Mode_mode@@8 @53577 NONAME ??_R3H245_DepFECMode_rfc2733Mode_mode_separateStream@@8 @53578 NONAME ??_R3H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@8 @53579 NONAME ??_R3H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@8 @53580 NONAME ??_R3H245_DialingInformation@@8 @44948 NONAME ??_R3H245_DialingInformationNetworkType@@8 @44949 NONAME ??_R3H245_DialingInformationNumber@@8 @44950 NONAME ??_R3H245_EncryptionAuthenticationAndIntegrity@@8 @44951 NONAME ??_R3H245_EncryptionCapability@@8 @44952 NONAME ??_R3H245_EncryptionCommand@@8 @44953 NONAME ??_R3H245_EncryptionCommand_encryptionAlgorithmID@@8 @44954 NONAME ??_R3H245_EncryptionMode@@8 @44955 NONAME ??_R3H245_EncryptionSync@@8 @44956 NONAME ??_R3H245_EncryptionUpdateDirection@@8 @53145 NONAME ??_R3H245_EncryptionUpdateRequest@@8 @44957 NONAME ??_R3H245_EndSessionCommand@@8 @44958 NONAME ??_R3H245_EndSessionCommand_gstnOptions@@8 @44959 NONAME ??_R3H245_EndSessionCommand_isdnOptions@@8 @44960 NONAME ??_R3H245_EnhancementLayerInfo@@8 @44961 NONAME ??_R3H245_EnhancementOptions@@8 @44962 NONAME ??_R3H245_EscrowData@@8 @44963 NONAME ??_R3H245_ExtendedVideoCapability@@8 @53146 NONAME ??_R3H245_FECCapability@@8 @44964 NONAME ??_R3H245_FECCapability_rfc2733Format@@8 @53581 NONAME ??_R3H245_FECData@@8 @44967 NONAME ??_R3H245_FECData_rfc2733@@8 @44968 NONAME ??_R3H245_FECData_rfc2733_pktMode@@8 @53582 NONAME ??_R3H245_FECData_rfc2733_pktMode_rfc2733diffport@@8 @53583 NONAME ??_R3H245_FECData_rfc2733_pktMode_rfc2733sameport@@8 @53584 NONAME ??_R3H245_FECMode@@8 @44973 NONAME ??_R3H245_FECMode_rfc2733Format@@8 @53585 NONAME ??_R3H245_FlowControlCommand@@8 @44979 NONAME ??_R3H245_FlowControlCommand_restriction@@8 @44980 NONAME ??_R3H245_FlowControlCommand_scope@@8 @44981 NONAME ??_R3H245_FlowControlIndication@@8 @44982 NONAME ??_R3H245_FlowControlIndication_restriction@@8 @44983 NONAME ??_R3H245_FlowControlIndication_scope@@8 @44984 NONAME ??_R3H245_FunctionNotSupported@@8 @44985 NONAME ??_R3H245_FunctionNotSupported_cause@@8 @44986 NONAME ??_R3H245_FunctionNotUnderstood@@8 @44987 NONAME ??_R3H245_G7231AnnexCCapability@@8 @44988 NONAME ??_R3H245_G7231AnnexCCapability_g723AnnexCAudioMode@@8 @44989 NONAME ??_R3H245_G7231AnnexCMode@@8 @44990 NONAME ??_R3H245_G7231AnnexCMode_g723AnnexCAudioMode@@8 @44991 NONAME ??_R3H245_G729Extensions@@8 @44992 NONAME ??_R3H245_GenericCapability@@8 @44993 NONAME ??_R3H245_GenericMessage@@8 @53147 NONAME ??_R3H245_GenericParameter@@8 @44994 NONAME ??_R3H245_GSMAudioCapability@@8 @44995 NONAME ??_R3H245_H222Capability@@8 @44996 NONAME ??_R3H245_H222LogicalChannelParameters@@8 @44997 NONAME ??_R3H245_H223AL1MParameters@@8 @44998 NONAME ??_R3H245_H223AL1MParameters_arqType@@8 @44999 NONAME ??_R3H245_H223AL1MParameters_crcLength@@8 @45000 NONAME ??_R3H245_H223AL1MParameters_headerFEC@@8 @45001 NONAME ??_R3H245_H223AL1MParameters_transferMode@@8 @45002 NONAME ??_R3H245_H223AL2MParameters@@8 @45003 NONAME ??_R3H245_H223AL2MParameters_headerFEC@@8 @45004 NONAME ??_R3H245_H223AL3MParameters@@8 @45005 NONAME ??_R3H245_H223AL3MParameters_arqType@@8 @45006 NONAME ??_R3H245_H223AL3MParameters_crcLength@@8 @45007 NONAME ??_R3H245_H223AL3MParameters_headerFormat@@8 @45008 NONAME ??_R3H245_H223AnnexCArqParameters@@8 @45009 NONAME ??_R3H245_H223AnnexCArqParameters_numberOfRetransmissions@@8 @45010 NONAME ??_R3H245_H223AnnexCCapability@@8 @45011 NONAME ??_R3H245_H223Capability@@8 @45012 NONAME ??_R3H245_H223Capability_h223MultiplexTableCapability@@8 @45013 NONAME ??_R3H245_H223Capability_h223MultiplexTableCapability_enhanced@@8 @45014 NONAME ??_R3H245_H223Capability_mobileMultilinkFrameCapability@@8 @45015 NONAME ??_R3H245_H223Capability_mobileOperationTransmitCapability@@8 @45016 NONAME ??_R3H245_H223LogicalChannelParameters@@8 @45017 NONAME ??_R3H245_H223LogicalChannelParameters_adaptationLayerType@@8 @45018 NONAME ??_R3H245_H223LogicalChannelParameters_adaptationLayerType_al3@@8 @45019 NONAME ??_R3H245_H223ModeParameters@@8 @45020 NONAME ??_R3H245_H223ModeParameters_adaptationLayerType@@8 @45021 NONAME ??_R3H245_H223ModeParameters_adaptationLayerType_al3@@8 @45022 NONAME ??_R3H245_H223MultiplexReconfiguration@@8 @45023 NONAME ??_R3H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@8 @45024 NONAME ??_R3H245_H223MultiplexReconfiguration_h223ModeChange@@8 @45025 NONAME ??_R3H245_H223SkewIndication@@8 @45026 NONAME ??_R3H245_H2250Capability@@8 @45027 NONAME ??_R3H245_H2250Capability_mcCapability@@8 @45028 NONAME ??_R3H245_H2250LogicalChannelAckParameters@@8 @45029 NONAME ??_R3H245_H2250LogicalChannelParameters@@8 @45030 NONAME ??_R3H245_H2250LogicalChannelParameters_mediaPacketization@@8 @45031 NONAME ??_R3H245_H2250MaximumSkewIndication@@8 @45032 NONAME ??_R3H245_H2250ModeParameters@@8 @45033 NONAME ??_R3H245_H235Media@@8 @45034 NONAME ??_R3H245_H235Media_mediaType@@8 @45035 NONAME ??_R3H245_H235Mode@@8 @45036 NONAME ??_R3H245_H235Mode_mediaMode@@8 @45037 NONAME ??_R3H245_H235SecurityCapability@@8 @45038 NONAME ??_R3H245_H261VideoCapability@@8 @45039 NONAME ??_R3H245_H261VideoMode@@8 @45040 NONAME ??_R3H245_H261VideoMode_resolution@@8 @45041 NONAME ??_R3H245_H262VideoCapability@@8 @45042 NONAME ??_R3H245_H262VideoMode@@8 @45043 NONAME ??_R3H245_H262VideoMode_profileAndLevel@@8 @45044 NONAME ??_R3H245_H263ModeComboFlags@@8 @45045 NONAME ??_R3H245_H263Options@@8 @45046 NONAME ??_R3H245_H263Version3Options@@8 @45047 NONAME ??_R3H245_H263VideoCapability@@8 @45048 NONAME ??_R3H245_H263VideoMode@@8 @45049 NONAME ??_R3H245_H263VideoModeCombos@@8 @45050 NONAME ??_R3H245_H263VideoMode_resolution@@8 @45051 NONAME ??_R3H245_IndicationMessage@@8 @45052 NONAME ??_R3H245_IntegrityCapability@@8 @45053 NONAME ??_R3H245_IS11172AudioCapability@@8 @45054 NONAME ??_R3H245_IS11172AudioMode@@8 @45055 NONAME ??_R3H245_IS11172AudioMode_audioLayer@@8 @45056 NONAME ??_R3H245_IS11172AudioMode_audioSampling@@8 @45057 NONAME ??_R3H245_IS11172AudioMode_multichannelType@@8 @45058 NONAME ??_R3H245_IS11172VideoCapability@@8 @45059 NONAME ??_R3H245_IS11172VideoMode@@8 @45060 NONAME ??_R3H245_IS13818AudioCapability@@8 @45061 NONAME ??_R3H245_IS13818AudioMode@@8 @45062 NONAME ??_R3H245_IS13818AudioMode_audioLayer@@8 @45063 NONAME ??_R3H245_IS13818AudioMode_audioSampling@@8 @45064 NONAME ??_R3H245_IS13818AudioMode_multichannelType@@8 @45065 NONAME ??_R3H245_IV16@@8 @53148 NONAME ??_R3H245_IV8@@8 @53149 NONAME ??_R3H245_JitterIndication@@8 @45066 NONAME ??_R3H245_JitterIndication_scope@@8 @45067 NONAME ??_R3H245_KeyProtectionMethod@@8 @45068 NONAME ??_R3H245_LogicalChannelNumber@@8 @45069 NONAME ??_R3H245_LogicalChannelRateAcknowledge@@8 @45070 NONAME ??_R3H245_LogicalChannelRateReject@@8 @45071 NONAME ??_R3H245_LogicalChannelRateRejectReason@@8 @45072 NONAME ??_R3H245_LogicalChannelRateRelease@@8 @45073 NONAME ??_R3H245_LogicalChannelRateRequest@@8 @45074 NONAME ??_R3H245_MaintenanceLoopAck@@8 @45075 NONAME ??_R3H245_MaintenanceLoopAck_type@@8 @45076 NONAME ??_R3H245_MaintenanceLoopOffCommand@@8 @45077 NONAME ??_R3H245_MaintenanceLoopReject@@8 @45078 NONAME ??_R3H245_MaintenanceLoopReject_cause@@8 @45079 NONAME ??_R3H245_MaintenanceLoopReject_type@@8 @45080 NONAME ??_R3H245_MaintenanceLoopRequest@@8 @45081 NONAME ??_R3H245_MaintenanceLoopRequest_type@@8 @45082 NONAME ??_R3H245_MasterSlaveDetermination@@8 @45083 NONAME ??_R3H245_MasterSlaveDeterminationAck@@8 @45084 NONAME ??_R3H245_MasterSlaveDeterminationAck_decision@@8 @45085 NONAME ??_R3H245_MasterSlaveDeterminationReject@@8 @45086 NONAME ??_R3H245_MasterSlaveDeterminationReject_cause@@8 @45087 NONAME ??_R3H245_MasterSlaveDeterminationRelease@@8 @45088 NONAME ??_R3H245_MaximumBitRate@@8 @45089 NONAME ??_R3H245_MaxRedundancy@@8 @53586 NONAME ??_R3H245_MCLocationIndication@@8 @45090 NONAME ??_R3H245_McuNumber@@8 @45091 NONAME ??_R3H245_MediaChannelCapability@@8 @45092 NONAME ??_R3H245_MediaDistributionCapability@@8 @45093 NONAME ??_R3H245_MediaEncryptionAlgorithm@@8 @45094 NONAME ??_R3H245_MediaPacketizationCapability@@8 @45095 NONAME ??_R3H245_MediaTransportType@@8 @45096 NONAME ??_R3H245_MediaTransportType_atm_AAL5_compressed@@8 @45097 NONAME ??_R3H245_MiscellaneousCommand@@8 @45098 NONAME ??_R3H245_MiscellaneousCommand_type@@8 @45099 NONAME ??_R3H245_MiscellaneousCommand_type_encryptionUpdateAck@@8 @53150 NONAME ??_R3H245_MiscellaneousCommand_type_encryptionUpdateCommand@@8 @53151 NONAME ??_R3H245_MiscellaneousCommand_type_lostPartialPicture@@8 @45100 NONAME ??_R3H245_MiscellaneousCommand_type_progressiveRefinementStart@@8 @45101 NONAME ??_R3H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@8 @45102 NONAME ??_R3H245_MiscellaneousCommand_type_videoBadMBs@@8 @45103 NONAME ??_R3H245_MiscellaneousCommand_type_videoFastUpdateGOB@@8 @45104 NONAME ??_R3H245_MiscellaneousCommand_type_videoFastUpdateMB@@8 @45105 NONAME ??_R3H245_MiscellaneousIndication@@8 @45106 NONAME ??_R3H245_MiscellaneousIndication_type@@8 @45107 NONAME ??_R3H245_MiscellaneousIndication_type_videoNotDecodedMBs@@8 @45108 NONAME ??_R3H245_MobileMultilinkReconfigurationCommand@@8 @45109 NONAME ??_R3H245_MobileMultilinkReconfigurationCommand_status@@8 @45110 NONAME ??_R3H245_MobileMultilinkReconfigurationIndication@@8 @45111 NONAME ??_R3H245_ModeDescription@@8 @45112 NONAME ??_R3H245_ModeElement@@8 @45113 NONAME ??_R3H245_ModeElementType@@8 @45114 NONAME ??_R3H245_MulticastAddress@@8 @45115 NONAME ??_R3H245_MulticastAddress_iP6Address@@8 @45116 NONAME ??_R3H245_MulticastAddress_iPAddress@@8 @45117 NONAME ??_R3H245_MultilinkIndication@@8 @45118 NONAME ??_R3H245_MultilinkIndication_crcDesired@@8 @45119 NONAME ??_R3H245_MultilinkIndication_excessiveError@@8 @45120 NONAME ??_R3H245_MultilinkRequest@@8 @45121 NONAME ??_R3H245_MultilinkRequest_addConnection@@8 @45122 NONAME ??_R3H245_MultilinkRequest_callInformation@@8 @45123 NONAME ??_R3H245_MultilinkRequest_maximumHeaderInterval@@8 @45124 NONAME ??_R3H245_MultilinkRequest_maximumHeaderInterval_requestType@@8 @45125 NONAME ??_R3H245_MultilinkRequest_removeConnection@@8 @45126 NONAME ??_R3H245_MultilinkResponse@@8 @45127 NONAME ??_R3H245_MultilinkResponse_addConnection@@8 @45128 NONAME ??_R3H245_MultilinkResponse_addConnection_responseCode@@8 @45129 NONAME ??_R3H245_MultilinkResponse_addConnection_responseCode_rejected@@8 @45130 NONAME ??_R3H245_MultilinkResponse_callInformation@@8 @45131 NONAME ??_R3H245_MultilinkResponse_maximumHeaderInterval@@8 @45132 NONAME ??_R3H245_MultilinkResponse_removeConnection@@8 @45133 NONAME ??_R3H245_MultimediaSystemControlMessage@@8 @45134 NONAME ??_R3H245_MultiplePayloadStream@@8 @45135 NONAME ??_R3H245_MultiplePayloadStreamCapability@@8 @45136 NONAME ??_R3H245_MultiplePayloadStreamElement@@8 @45137 NONAME ??_R3H245_MultiplePayloadStreamElementMode@@8 @45138 NONAME ??_R3H245_MultiplePayloadStreamMode@@8 @45139 NONAME ??_R3H245_MultiplexCapability@@8 @45140 NONAME ??_R3H245_MultiplexedStreamCapability@@8 @45141 NONAME ??_R3H245_MultiplexedStreamModeParameters@@8 @45142 NONAME ??_R3H245_MultiplexedStreamParameter@@8 @45143 NONAME ??_R3H245_MultiplexElement@@8 @45144 NONAME ??_R3H245_MultiplexElement_repeatCount@@8 @45145 NONAME ??_R3H245_MultiplexElement_type@@8 @45146 NONAME ??_R3H245_MultiplexEntryDescriptor@@8 @45147 NONAME ??_R3H245_MultiplexEntryRejectionDescriptions@@8 @45148 NONAME ??_R3H245_MultiplexEntryRejectionDescriptions_cause@@8 @45149 NONAME ??_R3H245_MultiplexEntrySend@@8 @45150 NONAME ??_R3H245_MultiplexEntrySendAck@@8 @45151 NONAME ??_R3H245_MultiplexEntrySendReject@@8 @45152 NONAME ??_R3H245_MultiplexEntrySendRelease@@8 @45153 NONAME ??_R3H245_MultiplexFormat@@8 @45154 NONAME ??_R3H245_MultiplexTableEntryNumber@@8 @45155 NONAME ??_R3H245_MultipointCapability@@8 @45156 NONAME ??_R3H245_NetworkAccessParameters@@8 @45157 NONAME ??_R3H245_NetworkAccessParameters_distribution@@8 @45158 NONAME ??_R3H245_NetworkAccessParameters_networkAddress@@8 @45159 NONAME ??_R3H245_NetworkAccessParameters_t120SetupProcedure@@8 @45160 NONAME ??_R3H245_NewATMVCCommand@@8 @45161 NONAME ??_R3H245_NewATMVCCommand_aal@@8 @45162 NONAME ??_R3H245_NewATMVCCommand_aal_aal1@@8 @45163 NONAME ??_R3H245_NewATMVCCommand_aal_aal1_clockRecovery@@8 @45164 NONAME ??_R3H245_NewATMVCCommand_aal_aal1_errorCorrection@@8 @45165 NONAME ??_R3H245_NewATMVCCommand_aal_aal5@@8 @45166 NONAME ??_R3H245_NewATMVCCommand_multiplex@@8 @45167 NONAME ??_R3H245_NewATMVCCommand_reverseParameters@@8 @45168 NONAME ??_R3H245_NewATMVCCommand_reverseParameters_multiplex@@8 @45169 NONAME ??_R3H245_NewATMVCIndication@@8 @45170 NONAME ??_R3H245_NewATMVCIndication_aal@@8 @45171 NONAME ??_R3H245_NewATMVCIndication_aal_aal1@@8 @45172 NONAME ??_R3H245_NewATMVCIndication_aal_aal1_clockRecovery@@8 @45173 NONAME ??_R3H245_NewATMVCIndication_aal_aal1_errorCorrection@@8 @45174 NONAME ??_R3H245_NewATMVCIndication_aal_aal5@@8 @45175 NONAME ??_R3H245_NewATMVCIndication_multiplex@@8 @45176 NONAME ??_R3H245_NewATMVCIndication_reverseParameters@@8 @45177 NONAME ??_R3H245_NewATMVCIndication_reverseParameters_multiplex@@8 @45178 NONAME ??_R3H245_NonStandardIdentifier@@8 @45179 NONAME ??_R3H245_NonStandardIdentifier_h221NonStandard@@8 @45180 NONAME ??_R3H245_NonStandardMessage@@8 @45181 NONAME ??_R3H245_NonStandardParameter@@8 @45182 NONAME ??_R3H245_NoPTAudioTelephonyEventCapability@@8 @45183 NONAME ??_R3H245_NoPTAudioToneCapability@@8 @45184 NONAME ??_R3H245_OpenLogicalChannel@@8 @45185 NONAME ??_R3H245_OpenLogicalChannelAck@@8 @45186 NONAME ??_R3H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@8 @45187 NONAME ??_R3H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@8 @45188 NONAME ??_R3H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@8 @45189 NONAME ??_R3H245_OpenLogicalChannelConfirm@@8 @45190 NONAME ??_R3H245_OpenLogicalChannelReject@@8 @45191 NONAME ??_R3H245_OpenLogicalChannelReject_cause@@8 @45192 NONAME ??_R3H245_OpenLogicalChannel_forwardLogicalChannelParameters@@8 @45193 NONAME ??_R3H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@8 @45194 NONAME ??_R3H245_OpenLogicalChannel_reverseLogicalChannelParameters@@8 @45195 NONAME ??_R3H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@8 @45196 NONAME ??_R3H245_ParameterIdentifier@@8 @45197 NONAME ??_R3H245_ParameterValue@@8 @45198 NONAME ??_R3H245_Params@@8 @53152 NONAME ??_R3H245_Password@@8 @45199 NONAME ??_R3H245_PictureReference@@8 @45200 NONAME ??_R3H245_Q2931Address@@8 @45201 NONAME ??_R3H245_Q2931Address_address@@8 @45202 NONAME ??_R3H245_QOSCapability@@8 @45203 NONAME ??_R3H245_QOSMode@@8 @45204 NONAME ??_R3H245_RedundancyEncoding@@8 @45205 NONAME ??_R3H245_RedundancyEncodingCapability@@8 @45206 NONAME ??_R3H245_RedundancyEncodingDTMode@@8 @45207 NONAME ??_R3H245_RedundancyEncodingDTModeElement@@8 @45208 NONAME ??_R3H245_RedundancyEncodingDTModeElement_type@@8 @45209 NONAME ??_R3H245_RedundancyEncodingElement@@8 @45210 NONAME ??_R3H245_RedundancyEncodingMethod@@8 @45211 NONAME ??_R3H245_RedundancyEncodingMode@@8 @45212 NONAME ??_R3H245_RedundancyEncodingMode_secondaryEncoding@@8 @45213 NONAME ??_R3H245_RedundancyEncoding_rtpRedundancyEncoding@@8 @45214 NONAME ??_R3H245_RefPictureSelection@@8 @45215 NONAME ??_R3H245_RefPictureSelection_additionalPictureMemory@@8 @45216 NONAME ??_R3H245_RefPictureSelection_enhancedReferencePicSelect@@8 @45217 NONAME ??_R3H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@8 @45218 NONAME ??_R3H245_RefPictureSelection_videoBackChannelSend@@8 @45219 NONAME ??_R3H245_RemoteMCRequest@@8 @45220 NONAME ??_R3H245_RemoteMCResponse@@8 @45221 NONAME ??_R3H245_RemoteMCResponse_reject@@8 @45222 NONAME ??_R3H245_RequestAllTerminalIDsResponse@@8 @45223 NONAME ??_R3H245_RequestChannelClose@@8 @45224 NONAME ??_R3H245_RequestChannelCloseAck@@8 @45225 NONAME ??_R3H245_RequestChannelCloseReject@@8 @45226 NONAME ??_R3H245_RequestChannelCloseReject_cause@@8 @45227 NONAME ??_R3H245_RequestChannelCloseRelease@@8 @45228 NONAME ??_R3H245_RequestChannelClose_reason@@8 @45229 NONAME ??_R3H245_RequestMessage@@8 @45230 NONAME ??_R3H245_RequestMode@@8 @45231 NONAME ??_R3H245_RequestModeAck@@8 @45232 NONAME ??_R3H245_RequestModeAck_response@@8 @45233 NONAME ??_R3H245_RequestModeReject@@8 @45234 NONAME ??_R3H245_RequestModeReject_cause@@8 @45235 NONAME ??_R3H245_RequestModeRelease@@8 @45236 NONAME ??_R3H245_RequestMultiplexEntry@@8 @45237 NONAME ??_R3H245_RequestMultiplexEntryAck@@8 @45238 NONAME ??_R3H245_RequestMultiplexEntryReject@@8 @45239 NONAME ??_R3H245_RequestMultiplexEntryRejectionDescriptions@@8 @45240 NONAME ??_R3H245_RequestMultiplexEntryRejectionDescriptions_cause@@8 @45241 NONAME ??_R3H245_RequestMultiplexEntryRelease@@8 @45242 NONAME ??_R3H245_ResponseMessage@@8 @45243 NONAME ??_R3H245_RoundTripDelayRequest@@8 @45244 NONAME ??_R3H245_RoundTripDelayResponse@@8 @45245 NONAME ??_R3H245_RSVPParameters@@8 @45246 NONAME ??_R3H245_RTPH263VideoRedundancyEncoding@@8 @45247 NONAME ??_R3H245_RTPH263VideoRedundancyEncoding_containedThreads@@8 @45248 NONAME ??_R3H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@8 @45249 NONAME ??_R3H245_RTPH263VideoRedundancyFrameMapping@@8 @45250 NONAME ??_R3H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@8 @45251 NONAME ??_R3H245_RTPPayloadType@@8 @45252 NONAME ??_R3H245_RTPPayloadType_payloadDescriptor@@8 @45253 NONAME ??_R3H245_SendTerminalCapabilitySet@@8 @45254 NONAME ??_R3H245_SendTerminalCapabilitySet_specificRequest@@8 @45255 NONAME ??_R3H245_SequenceNumber@@8 @45256 NONAME ??_R3H245_SubstituteConferenceIDCommand@@8 @45257 NONAME ??_R3H245_T38FaxProfile@@8 @45258 NONAME ??_R3H245_T38FaxRateManagement@@8 @45259 NONAME ??_R3H245_T38FaxTcpOptions@@8 @45260 NONAME ??_R3H245_T38FaxUdpOptions@@8 @45261 NONAME ??_R3H245_T38FaxUdpOptions_t38FaxUdpEC@@8 @45262 NONAME ??_R3H245_T84Profile@@8 @45263 NONAME ??_R3H245_T84Profile_t84Restricted@@8 @45264 NONAME ??_R3H245_TerminalCapabilitySet@@8 @45265 NONAME ??_R3H245_TerminalCapabilitySetAck@@8 @45266 NONAME ??_R3H245_TerminalCapabilitySetReject@@8 @45267 NONAME ??_R3H245_TerminalCapabilitySetReject_cause@@8 @45268 NONAME ??_R3H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@8 @45269 NONAME ??_R3H245_TerminalCapabilitySetRelease@@8 @45270 NONAME ??_R3H245_TerminalID@@8 @45271 NONAME ??_R3H245_TerminalInformation@@8 @45272 NONAME ??_R3H245_TerminalLabel@@8 @45273 NONAME ??_R3H245_TerminalNumber@@8 @45274 NONAME ??_R3H245_TerminalYouAreSeeingInSubPictureNumber@@8 @45275 NONAME ??_R3H245_TransparencyParameters@@8 @45276 NONAME ??_R3H245_TransportAddress@@8 @45277 NONAME ??_R3H245_TransportCapability@@8 @45278 NONAME ??_R3H245_UnicastAddress@@8 @45279 NONAME ??_R3H245_UnicastAddress_iP6Address@@8 @45280 NONAME ??_R3H245_UnicastAddress_iPAddress@@8 @45281 NONAME ??_R3H245_UnicastAddress_iPSourceRouteAddress@@8 @45282 NONAME ??_R3H245_UnicastAddress_iPSourceRouteAddress_route@@8 @45283 NONAME ??_R3H245_UnicastAddress_iPSourceRouteAddress_routing@@8 @45284 NONAME ??_R3H245_UnicastAddress_iPXAddress@@8 @45285 NONAME ??_R3H245_UserInputCapability@@8 @45286 NONAME ??_R3H245_UserInputIndication@@8 @45287 NONAME ??_R3H245_UserInputIndication_encryptedAlphanumeric@@8 @53153 NONAME ??_R3H245_UserInputIndication_extendedAlphanumeric@@8 @45288 NONAME ??_R3H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@8 @53154 NONAME ??_R3H245_UserInputIndication_signal@@8 @45289 NONAME ??_R3H245_UserInputIndication_signalUpdate@@8 @45290 NONAME ??_R3H245_UserInputIndication_signalUpdate_rtp@@8 @45291 NONAME ??_R3H245_UserInputIndication_signal_rtp@@8 @45292 NONAME ??_R3H245_UserInputIndication_userInputSupportIndication@@8 @45293 NONAME ??_R3H245_V42bis@@8 @45294 NONAME ??_R3H245_V75Capability@@8 @45295 NONAME ??_R3H245_V75Parameters@@8 @45296 NONAME ??_R3H245_V76Capability@@8 @45297 NONAME ??_R3H245_V76HDLCParameters@@8 @45298 NONAME ??_R3H245_V76LogicalChannelParameters@@8 @45299 NONAME ??_R3H245_V76LogicalChannelParameters_mode@@8 @45300 NONAME ??_R3H245_V76LogicalChannelParameters_mode_eRM@@8 @45301 NONAME ??_R3H245_V76LogicalChannelParameters_mode_eRM_recovery@@8 @45302 NONAME ??_R3H245_V76LogicalChannelParameters_suspendResume@@8 @45303 NONAME ??_R3H245_V76ModeParameters@@8 @45304 NONAME ??_R3H245_VBDCapability@@8 @45305 NONAME ??_R3H245_VBDMode@@8 @45306 NONAME ??_R3H245_VCCapability@@8 @45307 NONAME ??_R3H245_VCCapability_aal1@@8 @45308 NONAME ??_R3H245_VCCapability_aal1ViaGateway@@8 @45309 NONAME ??_R3H245_VCCapability_aal5@@8 @45310 NONAME ??_R3H245_VCCapability_availableBitRates@@8 @45311 NONAME ??_R3H245_VCCapability_availableBitRates_type@@8 @45312 NONAME ??_R3H245_VCCapability_availableBitRates_type_rangeOfBitRates@@8 @45313 NONAME ??_R3H245_VendorIdentification@@8 @45314 NONAME ??_R3H245_VideoCapability@@8 @45315 NONAME ??_R3H245_VideoIndicateCompose@@8 @45316 NONAME ??_R3H245_VideoMode@@8 @45317 NONAME ??_R3H248_ActionReply@@8 @45318 NONAME ??_R3H248_ActionRequest@@8 @45319 NONAME ??_R3H248_AmmDescriptor@@8 @45320 NONAME ??_R3H248_AmmRequest@@8 @45321 NONAME ??_R3H248_AmmsReply@@8 @45322 NONAME ??_R3H248_ArrayOf_ActionReply@@8 @45323 NONAME ??_R3H248_ArrayOf_ActionRequest@@8 @45324 NONAME ??_R3H248_ArrayOf_AmmDescriptor@@8 @45325 NONAME ??_R3H248_ArrayOf_CommandReply@@8 @45326 NONAME ??_R3H248_ArrayOf_CommandRequest@@8 @45327 NONAME ??_R3H248_ArrayOf_EventParameter@@8 @45328 NONAME ??_R3H248_ArrayOf_IndAuditParameter@@8 @45329 NONAME ??_R3H248_ArrayOf_IndAudPropertyParm@@8 @45330 NONAME ??_R3H248_ArrayOf_IndAudStreamDescriptor@@8 @45331 NONAME ??_R3H248_ArrayOf_ModemType@@8 @45332 NONAME ??_R3H248_ArrayOf_ObservedEvent@@8 @45333 NONAME ??_R3H248_ArrayOf_PASN_OctetString@@8 @45334 NONAME ??_R3H248_ArrayOf_PropertyGroup@@8 @45335 NONAME ??_R3H248_ArrayOf_PropertyParm@@8 @45336 NONAME ??_R3H248_ArrayOf_RequestedEvent@@8 @45337 NONAME ??_R3H248_ArrayOf_SecondRequestedEvent@@8 @45338 NONAME ??_R3H248_ArrayOf_Signal@@8 @45339 NONAME ??_R3H248_ArrayOf_SigParameter@@8 @45340 NONAME ??_R3H248_ArrayOf_StreamDescriptor@@8 @45341 NONAME ??_R3H248_ArrayOf_TerminationID@@8 @45342 NONAME ??_R3H248_ArrayOf_TopologyRequest@@8 @45343 NONAME ??_R3H248_ArrayOf_Transaction@@8 @45344 NONAME ??_R3H248_ArrayOf_WildcardField@@8 @45345 NONAME ??_R3H248_AuditDescriptor@@8 @45346 NONAME ??_R3H248_AuditReply@@8 @45347 NONAME ??_R3H248_AuditRequest@@8 @45348 NONAME ??_R3H248_AuditResult@@8 @45349 NONAME ??_R3H248_AuditReturnParameter@@8 @45350 NONAME ??_R3H248_AuthData@@8 @45351 NONAME ??_R3H248_AuthenticationHeader@@8 @45352 NONAME ??_R3H248_Command@@8 @45353 NONAME ??_R3H248_CommandReply@@8 @45354 NONAME ??_R3H248_CommandRequest@@8 @45355 NONAME ??_R3H248_ContextAttrAuditRequest@@8 @45356 NONAME ??_R3H248_ContextID@@8 @45357 NONAME ??_R3H248_ContextRequest@@8 @45358 NONAME ??_R3H248_DigitMapDescriptor@@8 @45359 NONAME ??_R3H248_DigitMapName@@8 @45360 NONAME ??_R3H248_DigitMapValue@@8 @45361 NONAME ??_R3H248_DomainName@@8 @45362 NONAME ??_R3H248_ErrorCode@@8 @45363 NONAME ??_R3H248_ErrorDescriptor@@8 @45364 NONAME ??_R3H248_ErrorText@@8 @45365 NONAME ??_R3H248_EventBufferControl@@8 @45366 NONAME ??_R3H248_EventBufferDescriptor@@8 @45367 NONAME ??_R3H248_EventDM@@8 @45368 NONAME ??_R3H248_EventName@@8 @45369 NONAME ??_R3H248_EventParameter@@8 @45370 NONAME ??_R3H248_EventParameter_extraInfo@@8 @45371 NONAME ??_R3H248_EventsDescriptor@@8 @45372 NONAME ??_R3H248_EventSpec@@8 @45373 NONAME ??_R3H248_H221NonStandard@@8 @45374 NONAME ??_R3H248_IndAudDigitMapDescriptor@@8 @45375 NONAME ??_R3H248_IndAudEventBufferDescriptor@@8 @45376 NONAME ??_R3H248_IndAudEventsDescriptor@@8 @45377 NONAME ??_R3H248_IndAuditParameter@@8 @45378 NONAME ??_R3H248_IndAudLocalControlDescriptor@@8 @45379 NONAME ??_R3H248_IndAudLocalRemoteDescriptor@@8 @45380 NONAME ??_R3H248_IndAudMediaDescriptor@@8 @45381 NONAME ??_R3H248_IndAudMediaDescriptor_streams@@8 @45382 NONAME ??_R3H248_IndAudPackagesDescriptor@@8 @45383 NONAME ??_R3H248_IndAudPropertyGroup@@8 @45384 NONAME ??_R3H248_IndAudPropertyParm@@8 @45385 NONAME ??_R3H248_IndAudSeqSigList@@8 @45386 NONAME ??_R3H248_IndAudSignal@@8 @45387 NONAME ??_R3H248_IndAudSignalsDescriptor@@8 @45388 NONAME ??_R3H248_IndAudStatisticsDescriptor@@8 @45389 NONAME ??_R3H248_IndAudStreamDescriptor@@8 @45390 NONAME ??_R3H248_IndAudStreamParms@@8 @45391 NONAME ??_R3H248_IndAudTerminationStateDescriptor@@8 @45392 NONAME ??_R3H248_IP4Address@@8 @45393 NONAME ??_R3H248_IP6Address@@8 @45394 NONAME ??_R3H248_LocalControlDescriptor@@8 @45395 NONAME ??_R3H248_LocalRemoteDescriptor@@8 @45396 NONAME ??_R3H248_MediaDescriptor@@8 @45397 NONAME ??_R3H248_MediaDescriptor_streams@@8 @45398 NONAME ??_R3H248_MegacoMessage@@8 @45399 NONAME ??_R3H248_Message@@8 @45400 NONAME ??_R3H248_Message_messageBody@@8 @45401 NONAME ??_R3H248_MId@@8 @45402 NONAME ??_R3H248_ModemDescriptor@@8 @45403 NONAME ??_R3H248_ModemType@@8 @45404 NONAME ??_R3H248_MuxDescriptor@@8 @45405 NONAME ??_R3H248_MuxType@@8 @45406 NONAME ??_R3H248_Name@@8 @45407 NONAME ??_R3H248_NonStandardData@@8 @45408 NONAME ??_R3H248_NonStandardIdentifier@@8 @45409 NONAME ??_R3H248_NotifyCompletion@@8 @45410 NONAME ??_R3H248_NotifyReply@@8 @45411 NONAME ??_R3H248_NotifyRequest@@8 @45412 NONAME ??_R3H248_ObservedEvent@@8 @45413 NONAME ??_R3H248_ObservedEventsDescriptor@@8 @45414 NONAME ??_R3H248_PackagesDescriptor@@8 @45415 NONAME ??_R3H248_PackagesItem@@8 @45416 NONAME ??_R3H248_PathName@@8 @45417 NONAME ??_R3H248_PkgdName@@8 @45418 NONAME ??_R3H248_PropertyGroup@@8 @45419 NONAME ??_R3H248_PropertyParm@@8 @45420 NONAME ??_R3H248_PropertyParm_extraInfo@@8 @45421 NONAME ??_R3H248_Relation@@8 @45422 NONAME ??_R3H248_RequestedActions@@8 @45423 NONAME ??_R3H248_RequestedEvent@@8 @45424 NONAME ??_R3H248_RequestID@@8 @45425 NONAME ??_R3H248_SecondEventsDescriptor@@8 @45426 NONAME ??_R3H248_SecondRequestedActions@@8 @45427 NONAME ??_R3H248_SecondRequestedEvent@@8 @45428 NONAME ??_R3H248_SecurityParmIndex@@8 @45429 NONAME ??_R3H248_SeqSigList@@8 @45430 NONAME ??_R3H248_SequenceNum@@8 @45431 NONAME ??_R3H248_ServiceChangeAddress@@8 @45432 NONAME ??_R3H248_ServiceChangeMethod@@8 @45433 NONAME ??_R3H248_ServiceChangeParm@@8 @45434 NONAME ??_R3H248_ServiceChangeProfile@@8 @45435 NONAME ??_R3H248_ServiceChangeReply@@8 @45436 NONAME ??_R3H248_ServiceChangeRequest@@8 @45437 NONAME ??_R3H248_ServiceChangeResParm@@8 @45438 NONAME ??_R3H248_ServiceChangeResult@@8 @45439 NONAME ??_R3H248_ServiceState@@8 @45440 NONAME ??_R3H248_Signal@@8 @45441 NONAME ??_R3H248_SignalName@@8 @45442 NONAME ??_R3H248_SignalRequest@@8 @45443 NONAME ??_R3H248_SignalsDescriptor@@8 @45444 NONAME ??_R3H248_SignalType@@8 @45445 NONAME ??_R3H248_SigParameter@@8 @45446 NONAME ??_R3H248_SigParameter_extraInfo@@8 @45447 NONAME ??_R3H248_StatisticsDescriptor@@8 @45448 NONAME ??_R3H248_StatisticsParameter@@8 @45449 NONAME ??_R3H248_StreamDescriptor@@8 @45450 NONAME ??_R3H248_StreamID@@8 @45451 NONAME ??_R3H248_StreamMode@@8 @45452 NONAME ??_R3H248_StreamParms@@8 @45453 NONAME ??_R3H248_SubtractRequest@@8 @45454 NONAME ??_R3H248_TerminationAudit@@8 @45455 NONAME ??_R3H248_TerminationID@@8 @45456 NONAME ??_R3H248_TerminationIDList@@8 @45457 NONAME ??_R3H248_TerminationStateDescriptor@@8 @45458 NONAME ??_R3H248_TimeNotation@@8 @45459 NONAME ??_R3H248_TopologyRequest@@8 @45460 NONAME ??_R3H248_TopologyRequest_topologyDirection@@8 @45461 NONAME ??_R3H248_Transaction@@8 @45462 NONAME ??_R3H248_TransactionAck@@8 @45463 NONAME ??_R3H248_TransactionId@@8 @45464 NONAME ??_R3H248_TransactionPending@@8 @45465 NONAME ??_R3H248_TransactionReply@@8 @45466 NONAME ??_R3H248_TransactionReply_transactionResult@@8 @45467 NONAME ??_R3H248_TransactionRequest@@8 @45468 NONAME ??_R3H248_TransactionResponseAck@@8 @45469 NONAME ??_R3H248_Value@@8 @45470 NONAME ??_R3H248_WildcardField@@8 @45471 NONAME ??_R3H261DCTEncoder@@8 @45472 NONAME ??_R3H261Encoder@@8 @45473 NONAME ??_R3H261PixelEncoder@@8 @45474 NONAME ??_R3H263Packet@@8 @53841 NONAME ??_R3H263PacketList@@8 @53842 NONAME ??_R3H323AudioCapability@@8 @45477 NONAME ??_R3H323AudioCodec@@8 @45478 NONAME ??_R3H323BidirectionalChannel@@8 @45479 NONAME ??_R3H323CallCreditServiceControl@@8 @45480 NONAME ??_R3H323Capabilities@@8 @45481 NONAME ??_R3H323CapabilitiesSet@@8 @45482 NONAME ??_R3H323Capability@@8 @45483 NONAME ??_R3H323Channel@@8 @45485 NONAME ??_R3H323ChannelNumber@@8 @45486 NONAME ??_R3H323Codec@@8 @45487 NONAME ??_R3H323CodecPluginGenericAudioCapability@@8 @53319 NONAME ??_R3H323CodecPluginNonStandardAudioCapability@@8 @50414 NONAME ??_R3H323Connection@@8 @45488 NONAME ??_R3H323ConnectionsCleaner@@8 @45489 NONAME ??_R3H323ControlPDU@@8 @45490 NONAME ??_R3H323DataCapability@@8 @45491 NONAME ??_R3H323DataChannel@@8 @45492 NONAME ??_R3H323DynaLink@@8 @50664 NONAME ??_R3H323EndPoint@@8 @45493 NONAME ??_R3H323FramedAudioCodec@@8 @45494 NONAME ??_R3H323Gatekeeper@@8 @45495 NONAME ??_R3H323GatekeeperARQ@@8 @45496 NONAME ??_R3H323GatekeeperBRQ@@8 @45497 NONAME ??_R3H323GatekeeperCall@@8 @45498 NONAME ??_R3H323GatekeeperDRQ@@8 @45499 NONAME ??_R3H323GatekeeperGRQ@@8 @45500 NONAME ??_R3H323GatekeeperIRR@@8 @45501 NONAME ??_R3H323GatekeeperListener@@8 @45502 NONAME ??_R3H323GatekeeperLRQ@@8 @45503 NONAME ??_R3H323GatekeeperRequest@@8 @45504 NONAME ??_R3H323GatekeeperRRQ@@8 @45505 NONAME ??_R3H323GatekeeperServer@@8 @45506 NONAME ??_R3H323GatekeeperURQ@@8 @45507 NONAME ??_R3H323GenericAudioCapability@@8 @53320 NONAME ??_R3H323GenericCapabilityInfo@@8 @53321 NONAME ??_R3H323GenericVideoCapability@@8 @53322 NONAME ??_R3H323GSMPluginCapability@@8 @50415 NONAME ??_R3H323H248ServiceControl@@8 @45508 NONAME ??_R3H323HTTPServiceControl@@8 @45509 NONAME ??_R3H323Listener@@8 @45510 NONAME ??_R3H323ListenerTCP@@8 @45511 NONAME ??_R3H323LogicalChannelThread@@8 @45512 NONAME ??_R3H323NonStandardAudioCapability@@8 @45513 NONAME ??_R3H323NonStandardCapabilityInfo@@8 @45514 NONAME ??_R3H323NonStandardDataCapability@@8 @45515 NONAME ??_R3H323NonStandardVideoCapability@@8 @45516 NONAME ??_R3H323PeerElement@@8 @45517 NONAME ??_R3H323PeerElementDescriptor@@8 @45518 NONAME ??_R3H323PeerElementServiceRelationship@@8 @45519 NONAME ??_R3H323PluginCapability@@8 @50418 NONAME ??_R3H323PluginCodecManager@@8 @50639 NONAME ??_R3H323PluginFramedAudioCodec@@8 @50707 NONAME ??_R3H323PluginG7231Capability@@8 @50419 NONAME ??_R3H323PluginVideoCodec@@8 @50420 NONAME ??_R3H323RasPDU@@8 @45520 NONAME ??_R3H323RealTimeCapability@@8 @45521 NONAME ??_R3H323RegisteredEndPoint@@8 @45522 NONAME ??_R3H323ServiceControlSession@@8 @45523 NONAME ??_R3H323SignalPDU@@8 @45524 NONAME ??_R3H323SimultaneousCapabilities@@8 @45525 NONAME ??_R3H323StreamedAudioCodec@@8 @45526 NONAME ??_R3H323StreamedPluginAudioCodec@@8 @50708 NONAME ??_R3H323Transaction@@8 @45527 NONAME ??_R3H323TransactionPDU@@8 @45528 NONAME ??_R3H323TransactionServer@@8 @45529 NONAME ??_R3H323Transactor@@8 @45530 NONAME ??_R3H323Transport@@8 @45531 NONAME ??_R3H323TransportAddress@@8 @45532 NONAME ??_R3H323TransportAddressArray@@8 @45533 NONAME ??_R3H323TransportIP@@8 @45534 NONAME ??_R3H323TransportTCP@@8 @45535 NONAME ??_R3H323TransportUDP@@8 @45536 NONAME ??_R3H323UnidirectionalChannel@@8 @45537 NONAME ??_R3H323VideoCapability@@8 @45538 NONAME ??_R3H323VideoCodec@@8 @45539 NONAME ??_R3H323_ALawCodec@@8 @45540 NONAME ??_R3H323_AnnexG@@8 @45541 NONAME ??_R3H323_CiscoG7231aLIDCapability@@8 @45542 NONAME ??_R3H323_ExternalRTPChannel@@8 @45544 NONAME ??_R3H323_G711ALaw64Capability@@8 @51335 NONAME ??_R3H323_G711Capability@@8 @45548 NONAME ??_R3H323_G711uLaw64Capability@@8 @51336 NONAME ??_R3H323_H261Capability@@8 @45564 NONAME ??_R3H323_H261Codec@@8 @45565 NONAME ??_R3H323_LIDCapability@@8 @45568 NONAME ??_R3H323_LIDCodec@@8 @45569 NONAME ??_R3H323_LID_G711_ALaw_Capability@@8 @51337 NONAME ??_R3H323_LID_G711_uLaw_Capability@@8 @51338 NONAME ??_R3H323_LID_G7231A_5k3_Capability@@8 @51339 NONAME ??_R3H323_LID_G7231A_6k3_Capability@@8 @51340 NONAME ??_R3H323_LID_G7231_5k3_Capability@@8 @51341 NONAME ??_R3H323_LID_G7231_6k3_Capability@@8 @51342 NONAME ??_R3H323_LID_G728_Capability@@8 @51343 NONAME ??_R3H323_LID_G729AB_Capability@@8 @51344 NONAME ??_R3H323_LID_G729A_Capability@@8 @51345 NONAME ??_R3H323_LID_G729B_Capability@@8 @51346 NONAME ??_R3H323_LID_G729_Capability@@8 @51347 NONAME ??_R3H323_LID_GSM0610_Capability@@8 @51348 NONAME ??_R3H323_muLawCodec@@8 @45585 NONAME ??_R3H323_RealTimeChannel@@8 @45586 NONAME ??_R3H323_RFC2190_H263Capability@@8 @53843 NONAME ??_R3H323_RFC2190_H263Codec@@8 @53844 NONAME ??_R3H323_RTPChannel@@8 @45587 NONAME ??_R3H323_RTP_Session@@8 @45588 NONAME ??_R3H323_RTP_UDP@@8 @45589 NONAME ??_R3H323_T120Capability@@8 @45590 NONAME ??_R3H323_T120Channel@@8 @45591 NONAME ??_R3H323_T38Capability@@8 @45592 NONAME ??_R3H323_T38Channel@@8 @45593 NONAME ??_R3H323_T38NonStandardCapability@@8 @45594 NONAME ??_R3H323_UserInputCapability@@8 @45595 NONAME ??_R3H45010_ArrayOf_MixedExtension@@8 @45596 NONAME ??_R3H45010_CfbOvrOptArg@@8 @45597 NONAME ??_R3H45010_CoReqOptArg@@8 @45598 NONAME ??_R3H45010_H323CallOfferOperations@@8 @45599 NONAME ??_R3H45010_RUAlertOptArg@@8 @45600 NONAME ??_R3H45011Handler@@8 @45601 NONAME ??_R3H45011_ArrayOf_MixedExtension@@8 @45602 NONAME ??_R3H45011_CallIntrusionErrors@@8 @45603 NONAME ??_R3H45011_CICapabilityLevel@@8 @45604 NONAME ??_R3H45011_CIFrcRelArg@@8 @45605 NONAME ??_R3H45011_CIFrcRelOptRes@@8 @45606 NONAME ??_R3H45011_CIGetCIPLOptArg@@8 @45607 NONAME ??_R3H45011_CIGetCIPLRes@@8 @45608 NONAME ??_R3H45011_CIIsOptArg@@8 @45609 NONAME ??_R3H45011_CIIsOptRes@@8 @45610 NONAME ??_R3H45011_CINotificationArg@@8 @45611 NONAME ??_R3H45011_CIProtectionLevel@@8 @45612 NONAME ??_R3H45011_CIRequestArg@@8 @45613 NONAME ??_R3H45011_CIRequestRes@@8 @45614 NONAME ??_R3H45011_CISilentArg@@8 @45615 NONAME ??_R3H45011_CISilentOptRes@@8 @45616 NONAME ??_R3H45011_CIStatusInformation@@8 @45617 NONAME ??_R3H45011_CIWobOptArg@@8 @45618 NONAME ??_R3H45011_CIWobOptRes@@8 @45619 NONAME ??_R3H45011_H323CallIntrusionOperations@@8 @45620 NONAME ??_R3H4501_Address@@8 @45621 NONAME ??_R3H4501_AddressInformation@@8 @45622 NONAME ??_R3H4501_AddressScreened@@8 @45623 NONAME ??_R3H4501_ArrayOf_AliasAddress@@8 @45624 NONAME ??_R3H4501_ArrayOf_ROS@@8 @45625 NONAME ??_R3H4501_EndpointAddress@@8 @45626 NONAME ??_R3H4501_EntityType@@8 @45627 NONAME ??_R3H4501_Extension@@8 @45628 NONAME ??_R3H4501_GeneralErrorList@@8 @45629 NONAME ??_R3H4501_H225InformationElement@@8 @45630 NONAME ??_R3H4501_InterpretationApdu@@8 @45631 NONAME ??_R3H4501_InvokeIDs@@8 @45632 NONAME ??_R3H4501_InvokeIdSet@@8 @45633 NONAME ??_R3H4501_NetworkFacilityExtension@@8 @45634 NONAME ??_R3H4501_NSAPSubaddress@@8 @45635 NONAME ??_R3H4501_NumberScreened@@8 @45636 NONAME ??_R3H4501_PartySubaddress@@8 @45637 NONAME ??_R3H4501_PresentationAllowedIndicator@@8 @45638 NONAME ??_R3H4501_PresentedAddressScreened@@8 @45639 NONAME ??_R3H4501_PresentedAddressUnscreened@@8 @45640 NONAME ??_R3H4501_PresentedNumberScreened@@8 @45641 NONAME ??_R3H4501_PresentedNumberUnscreened@@8 @45642 NONAME ??_R3H4501_ScreeningIndicator@@8 @45643 NONAME ??_R3H4501_ServiceApdus@@8 @45644 NONAME ??_R3H4501_SubaddressInformation@@8 @45645 NONAME ??_R3H4501_SupplementaryService@@8 @45646 NONAME ??_R3H4501_UserSpecifiedSubaddress@@8 @45647 NONAME ??_R3H4502Handler@@8 @45648 NONAME ??_R3H4502_CallIdentity@@8 @45649 NONAME ??_R3H4502_CallStatus@@8 @45650 NONAME ??_R3H4502_CallTransferErrors@@8 @45651 NONAME ??_R3H4502_CallTransferOperation@@8 @45652 NONAME ??_R3H4502_CTActiveArg@@8 @45653 NONAME ??_R3H4502_CTActiveArg_argumentExtension@@8 @45654 NONAME ??_R3H4502_CTCompleteArg@@8 @45655 NONAME ??_R3H4502_CTCompleteArg_argumentExtension@@8 @45656 NONAME ??_R3H4502_CTIdentifyRes@@8 @45657 NONAME ??_R3H4502_CTIdentifyRes_resultExtension@@8 @45658 NONAME ??_R3H4502_CTInitiateArg@@8 @45659 NONAME ??_R3H4502_CTInitiateArg_argumentExtension@@8 @45660 NONAME ??_R3H4502_CTSetupArg@@8 @45661 NONAME ??_R3H4502_CTSetupArg_argumentExtension@@8 @45662 NONAME ??_R3H4502_CTUpdateArg@@8 @45663 NONAME ??_R3H4502_CTUpdateArg_argumentExtension@@8 @45664 NONAME ??_R3H4502_DummyArg@@8 @45665 NONAME ??_R3H4502_DummyRes@@8 @45666 NONAME ??_R3H4502_EndDesignation@@8 @45667 NONAME ??_R3H4502_ExtensionSeq@@8 @45668 NONAME ??_R3H4502_SubaddressTransferArg@@8 @45669 NONAME ??_R3H4502_SubaddressTransferArg_argumentExtension@@8 @45670 NONAME ??_R3H4503_BasicService@@8 @45671 NONAME ??_R3H4503_CallDiversionErrors@@8 @45672 NONAME ??_R3H4503_DiversionReason@@8 @45673 NONAME ??_R3H4503_ExtensionSeq@@8 @45674 NONAME ??_R3H4503_H323CallDiversionOperations@@8 @45675 NONAME ??_R3H4503_IntResult@@8 @45676 NONAME ??_R3H4503_IntResultList@@8 @45677 NONAME ??_R3H4503_IntResult_extension@@8 @45678 NONAME ??_R3H4503_Procedure@@8 @45679 NONAME ??_R3H4503_SubscriptionOption@@8 @45680 NONAME ??_R3H4504Handler@@8 @45681 NONAME ??_R3H4504_ArrayOf_MixedExtension@@8 @45682 NONAME ??_R3H4504_CallHoldOperation@@8 @45683 NONAME ??_R3H4504_Extension@@8 @45684 NONAME ??_R3H4504_HoldNotificArg@@8 @45685 NONAME ??_R3H4504_MixedExtension@@8 @45686 NONAME ??_R3H4504_RemoteHoldArg@@8 @45687 NONAME ??_R3H4504_RemoteHoldRes@@8 @45688 NONAME ??_R3H4504_RemoteRetrieveArg@@8 @45689 NONAME ??_R3H4504_RemoteRetrieveRes@@8 @45690 NONAME ??_R3H4504_RetrieveNotificArg@@8 @45691 NONAME ??_R3H4505_ArrayOf_MixedExtension@@8 @45692 NONAME ??_R3H4505_CallParkPickupOperations@@8 @45693 NONAME ??_R3H4505_CallPickupErrors@@8 @45694 NONAME ??_R3H4505_CallType@@8 @45695 NONAME ??_R3H4505_CpickupNotifyArg@@8 @45696 NONAME ??_R3H4505_CpNotifyArg@@8 @45697 NONAME ??_R3H4505_CpRequestArg@@8 @45698 NONAME ??_R3H4505_CpRequestRes@@8 @45699 NONAME ??_R3H4505_CpSetupArg@@8 @45700 NONAME ??_R3H4505_CpSetupRes@@8 @45701 NONAME ??_R3H4505_GroupIndicationOffArg@@8 @45702 NONAME ??_R3H4505_GroupIndicationOffRes@@8 @45703 NONAME ??_R3H4505_GroupIndicationOnArg@@8 @45704 NONAME ??_R3H4505_GroupIndicationOnRes@@8 @45705 NONAME ??_R3H4505_ParkCondition@@8 @45706 NONAME ??_R3H4505_ParkedToPosition@@8 @45707 NONAME ??_R3H4505_PickExeArg@@8 @45708 NONAME ??_R3H4505_PickExeRes@@8 @45709 NONAME ??_R3H4505_PickrequArg@@8 @45710 NONAME ??_R3H4505_PickrequRes@@8 @45711 NONAME ??_R3H4505_PickupArg@@8 @45712 NONAME ??_R3H4505_PickupRes@@8 @45713 NONAME ??_R3H4506Handler@@8 @45714 NONAME ??_R3H4506_ArrayOf_MixedExtension@@8 @45715 NONAME ??_R3H4506_CallWaitingArg@@8 @45716 NONAME ??_R3H4506_CallWaitingOperations@@8 @45717 NONAME ??_R3H4507_ArrayOf_MixedExtension@@8 @45718 NONAME ??_R3H4507_BasicService@@8 @45719 NONAME ??_R3H4507_DummyRes@@8 @45720 NONAME ??_R3H4507_H323_MWI_Operations@@8 @45721 NONAME ??_R3H4507_MessageWaitingIndicationErrors@@8 @45722 NONAME ??_R3H4507_MsgCentreId@@8 @45723 NONAME ??_R3H4507_MWIActivateArg@@8 @45724 NONAME ??_R3H4507_MWIDeactivateArg@@8 @45725 NONAME ??_R3H4507_MWIInterrogateArg@@8 @45726 NONAME ??_R3H4507_MWIInterrogateRes@@8 @45727 NONAME ??_R3H4507_MWIInterrogateResElt@@8 @45728 NONAME ??_R3H4507_NbOfMessages@@8 @45729 NONAME ??_R3H4507_TimeStamp@@8 @45730 NONAME ??_R3H4508_ExtendedName@@8 @45731 NONAME ??_R3H4508_Name@@8 @45732 NONAME ??_R3H4508_NameOperations@@8 @45733 NONAME ??_R3H4508_NamePresentationAllowed@@8 @45734 NONAME ??_R3H4508_NamePresentationRestricted@@8 @45735 NONAME ??_R3H4508_SimpleName@@8 @45736 NONAME ??_R3H4509_ArrayOf_MixedExtension@@8 @45737 NONAME ??_R3H4509_CallCompletionErrors@@8 @45738 NONAME ??_R3H4509_CcArg@@8 @45739 NONAME ??_R3H4509_CcLongArg@@8 @45740 NONAME ??_R3H4509_CcRequestArg@@8 @45741 NONAME ??_R3H4509_CcRequestRes@@8 @45742 NONAME ??_R3H4509_CcShortArg@@8 @45743 NONAME ??_R3H4509_H323CallCompletionOperations@@8 @45744 NONAME ??_R3H450ServiceAPDU@@8 @45745 NONAME ??_R3H450xDispatcher@@8 @45746 NONAME ??_R3H450xHandler@@8 @45747 NONAME ??_R3H501AccessRequest@@8 @45748 NONAME ??_R3H501DescriptorUpdate@@8 @45749 NONAME ??_R3H501PDU@@8 @45750 NONAME ??_R3H501ServiceRequest@@8 @45751 NONAME ??_R3H501Transaction@@8 @45752 NONAME ??_R3H501_AccessConfirmation@@8 @45753 NONAME ??_R3H501_AccessRejection@@8 @45754 NONAME ??_R3H501_AccessRejectionReason@@8 @45755 NONAME ??_R3H501_AccessRequest@@8 @45756 NONAME ??_R3H501_AccessToken@@8 @45757 NONAME ??_R3H501_AddressTemplate@@8 @45758 NONAME ??_R3H501_AlternatePE@@8 @45759 NONAME ??_R3H501_AlternatePEInfo@@8 @45760 NONAME ??_R3H501_ApplicationMessage@@8 @45761 NONAME ??_R3H501_ArrayOf_AccessToken@@8 @45762 NONAME ??_R3H501_ArrayOf_AddressTemplate@@8 @45763 NONAME ??_R3H501_ArrayOf_AliasAddress@@8 @45764 NONAME ??_R3H501_ArrayOf_AlternatePE@@8 @45765 NONAME ??_R3H501_ArrayOf_CircuitIdentifier@@8 @45766 NONAME ??_R3H501_ArrayOf_ClearToken@@8 @45767 NONAME ??_R3H501_ArrayOf_ContactInformation@@8 @45768 NONAME ??_R3H501_ArrayOf_CryptoH323Token@@8 @45769 NONAME ??_R3H501_ArrayOf_Descriptor@@8 @45770 NONAME ??_R3H501_ArrayOf_DescriptorInfo@@8 @45771 NONAME ??_R3H501_ArrayOf_GenericData@@8 @45772 NONAME ??_R3H501_ArrayOf_GloballyUniqueID@@8 @45773 NONAME ??_R3H501_ArrayOf_NonStandardParameter@@8 @45774 NONAME ??_R3H501_ArrayOf_PASN_ObjectId@@8 @45775 NONAME ??_R3H501_ArrayOf_Pattern@@8 @45776 NONAME ??_R3H501_ArrayOf_PriceElement@@8 @45777 NONAME ??_R3H501_ArrayOf_PriceInfoSpec@@8 @45778 NONAME ??_R3H501_ArrayOf_RouteInformation@@8 @45779 NONAME ??_R3H501_ArrayOf_SecurityMode@@8 @45780 NONAME ??_R3H501_ArrayOf_ServiceControlSession@@8 @45781 NONAME ??_R3H501_ArrayOf_SupportedProtocols@@8 @45782 NONAME ??_R3H501_ArrayOf_TransportAddress@@8 @45783 NONAME ??_R3H501_ArrayOf_UpdateInformation@@8 @45784 NONAME ??_R3H501_ArrayOf_UsageField@@8 @45785 NONAME ??_R3H501_AuthenticationConfirmation@@8 @45786 NONAME ??_R3H501_AuthenticationRejection@@8 @45787 NONAME ??_R3H501_AuthenticationRejectionReason@@8 @45788 NONAME ??_R3H501_AuthenticationRequest@@8 @45789 NONAME ??_R3H501_CallInformation@@8 @45790 NONAME ??_R3H501_ContactInformation@@8 @45791 NONAME ??_R3H501_Descriptor@@8 @45792 NONAME ??_R3H501_DescriptorConfirmation@@8 @45793 NONAME ??_R3H501_DescriptorIDConfirmation@@8 @45794 NONAME ??_R3H501_DescriptorIDRejection@@8 @45795 NONAME ??_R3H501_DescriptorIDRejectionReason@@8 @45796 NONAME ??_R3H501_DescriptorIDRequest@@8 @45797 NONAME ??_R3H501_DescriptorInfo@@8 @45798 NONAME ??_R3H501_DescriptorRejection@@8 @45799 NONAME ??_R3H501_DescriptorRejectionReason@@8 @45800 NONAME ??_R3H501_DescriptorRequest@@8 @45801 NONAME ??_R3H501_DescriptorUpdate@@8 @45802 NONAME ??_R3H501_DescriptorUpdateAck@@8 @45803 NONAME ??_R3H501_ElementIdentifier@@8 @45804 NONAME ??_R3H501_GlobalTimeStamp@@8 @45805 NONAME ??_R3H501_Message@@8 @45806 NONAME ??_R3H501_MessageBody@@8 @45807 NONAME ??_R3H501_MessageCommonInfo@@8 @45808 NONAME ??_R3H501_NonStandardConfirmation@@8 @45809 NONAME ??_R3H501_NonStandardRejection@@8 @45810 NONAME ??_R3H501_NonStandardRejectionReason@@8 @45811 NONAME ??_R3H501_NonStandardRequest@@8 @45812 NONAME ??_R3H501_PartyInformation@@8 @45813 NONAME ??_R3H501_Pattern@@8 @45814 NONAME ??_R3H501_Pattern_range@@8 @45815 NONAME ??_R3H501_PriceElement@@8 @45816 NONAME ??_R3H501_PriceElement_units@@8 @45817 NONAME ??_R3H501_PriceInfoSpec@@8 @45818 NONAME ??_R3H501_ProtocolVersion@@8 @45819 NONAME ??_R3H501_RequestInProgress@@8 @45820 NONAME ??_R3H501_Role@@8 @45821 NONAME ??_R3H501_RouteInformation@@8 @45822 NONAME ??_R3H501_RouteInformation_messageType@@8 @45823 NONAME ??_R3H501_SecurityMode@@8 @45824 NONAME ??_R3H501_ServiceConfirmation@@8 @45825 NONAME ??_R3H501_ServiceRejection@@8 @45826 NONAME ??_R3H501_ServiceRejectionReason@@8 @45827 NONAME ??_R3H501_ServiceRelease@@8 @45828 NONAME ??_R3H501_ServiceReleaseReason@@8 @45829 NONAME ??_R3H501_ServiceRequest@@8 @45830 NONAME ??_R3H501_TerminationCause@@8 @45831 NONAME ??_R3H501_TimeZone@@8 @45832 NONAME ??_R3H501_UnknownMessageReason@@8 @45833 NONAME ??_R3H501_UnknownMessageResponse@@8 @45834 NONAME ??_R3H501_UpdateInformation@@8 @45835 NONAME ??_R3H501_UpdateInformation_descriptorInfo@@8 @45836 NONAME ??_R3H501_UpdateInformation_updateType@@8 @45837 NONAME ??_R3H501_UsageCallStatus@@8 @45838 NONAME ??_R3H501_UsageConfirmation@@8 @45839 NONAME ??_R3H501_UsageField@@8 @45840 NONAME ??_R3H501_UsageIndication@@8 @45841 NONAME ??_R3H501_UsageIndicationConfirmation@@8 @45842 NONAME ??_R3H501_UsageIndicationRejection@@8 @45843 NONAME ??_R3H501_UsageIndicationRejectionReason@@8 @45844 NONAME ??_R3H501_UsageRejection@@8 @45845 NONAME ??_R3H501_UsageRejectReason@@8 @45846 NONAME ??_R3H501_UsageRequest@@8 @45847 NONAME ??_R3H501_UsageSpecification@@8 @45848 NONAME ??_R3H501_UsageSpecification_when@@8 @45849 NONAME ??_R3H501_UserInformation@@8 @45850 NONAME ??_R3H501_ValidationConfirmation@@8 @45851 NONAME ??_R3H501_ValidationRejection@@8 @45852 NONAME ??_R3H501_ValidationRejectionReason@@8 @45853 NONAME ??_R3H501_ValidationRequest@@8 @45854 NONAME ??_R3HandleTimeout_PNotifier@H245Negotiator@@8 @45855 NONAME ??_R3HandleTransactions_PNotifier@H323Transactor@@8 @45856 NONAME ??_R3IntraP64Decoder@@8 @45857 NONAME ??_R3MCS_ArrayOf_ChannelAttributes@@8 @45858 NONAME ??_R3MCS_ArrayOf_ChannelId@@8 @45859 NONAME ??_R3MCS_ArrayOf_TokenAttributes@@8 @45860 NONAME ??_R3MCS_ArrayOf_TokenId@@8 @45861 NONAME ??_R3MCS_ArrayOf_UserId@@8 @45862 NONAME ??_R3MCS_AssignedChannelId@@8 @45863 NONAME ??_R3MCS_AUcf@@8 @45864 NONAME ??_R3MCS_AUrq@@8 @45865 NONAME ??_R3MCS_CAin@@8 @45866 NONAME ??_R3MCS_CArq@@8 @45867 NONAME ??_R3MCS_CCcf@@8 @45868 NONAME ??_R3MCS_CCrq@@8 @45869 NONAME ??_R3MCS_CDin@@8 @45870 NONAME ??_R3MCS_CDrq@@8 @45871 NONAME ??_R3MCS_CEin@@8 @45872 NONAME ??_R3MCS_CErq@@8 @45873 NONAME ??_R3MCS_ChannelAttributes@@8 @45874 NONAME ??_R3MCS_ChannelAttributes_assigned@@8 @45875 NONAME ??_R3MCS_ChannelAttributes_private@@8 @45876 NONAME ??_R3MCS_ChannelAttributes_static@@8 @45877 NONAME ??_R3MCS_ChannelAttributes_userId@@8 @45878 NONAME ??_R3MCS_ChannelId@@8 @45879 NONAME ??_R3MCS_CJcf@@8 @45880 NONAME ??_R3MCS_CJrq@@8 @45881 NONAME ??_R3MCS_CLrq@@8 @45882 NONAME ??_R3MCS_ConnectMCSPDU@@8 @45883 NONAME ??_R3MCS_Connect_Additional@@8 @45884 NONAME ??_R3MCS_Connect_Initial@@8 @45885 NONAME ??_R3MCS_Connect_Response@@8 @45886 NONAME ??_R3MCS_Connect_Result@@8 @45887 NONAME ??_R3MCS_DataPriority@@8 @45888 NONAME ??_R3MCS_Diagnostic@@8 @45889 NONAME ??_R3MCS_DomainMCSPDU@@8 @45890 NONAME ??_R3MCS_DomainParameters@@8 @45891 NONAME ??_R3MCS_DPum@@8 @45892 NONAME ??_R3MCS_DUin@@8 @45893 NONAME ??_R3MCS_DUrq@@8 @45894 NONAME ??_R3MCS_DynamicChannelId@@8 @45895 NONAME ??_R3MCS_EDrq@@8 @45896 NONAME ??_R3MCS_MCcf@@8 @45897 NONAME ??_R3MCS_MCrq@@8 @45898 NONAME ??_R3MCS_MTcf@@8 @45899 NONAME ??_R3MCS_MTrq@@8 @45900 NONAME ??_R3MCS_PCin@@8 @45901 NONAME ??_R3MCS_PDin@@8 @45902 NONAME ??_R3MCS_PrivateChannelId@@8 @45903 NONAME ??_R3MCS_PTin@@8 @45904 NONAME ??_R3MCS_Reason@@8 @45905 NONAME ??_R3MCS_Result@@8 @45906 NONAME ??_R3MCS_RJum@@8 @45907 NONAME ??_R3MCS_SDin@@8 @45908 NONAME ??_R3MCS_SDrq@@8 @45909 NONAME ??_R3MCS_Segmentation@@8 @45910 NONAME ??_R3MCS_StaticChannelId@@8 @45911 NONAME ??_R3MCS_TGcf@@8 @45912 NONAME ??_R3MCS_TGrq@@8 @45913 NONAME ??_R3MCS_TIcf@@8 @45914 NONAME ??_R3MCS_TIrq@@8 @45915 NONAME ??_R3MCS_TokenAttributes@@8 @45916 NONAME ??_R3MCS_TokenAttributes_given@@8 @45917 NONAME ??_R3MCS_TokenAttributes_giving@@8 @45918 NONAME ??_R3MCS_TokenAttributes_grabbed@@8 @45919 NONAME ??_R3MCS_TokenAttributes_inhibited@@8 @45920 NONAME ??_R3MCS_TokenAttributes_ungivable@@8 @45921 NONAME ??_R3MCS_TokenId@@8 @45922 NONAME ??_R3MCS_TokenStatus@@8 @45923 NONAME ??_R3MCS_TPin@@8 @45924 NONAME ??_R3MCS_TPrq@@8 @45925 NONAME ??_R3MCS_TRcf@@8 @45926 NONAME ??_R3MCS_TRrq@@8 @45927 NONAME ??_R3MCS_TTcf@@8 @45928 NONAME ??_R3MCS_TTrq@@8 @45929 NONAME ??_R3MCS_TVcf@@8 @45930 NONAME ??_R3MCS_TVin@@8 @45931 NONAME ??_R3MCS_TVrq@@8 @45932 NONAME ??_R3MCS_TVrs@@8 @45933 NONAME ??_R3MCS_UserId@@8 @45934 NONAME ??_R3MCS_USin@@8 @45935 NONAME ??_R3MCS_USrq@@8 @45936 NONAME ??_R3MonitorMain_PNotifier@H323Gatekeeper@@8 @45944 NONAME ??_R3MonitorMain_PNotifier@H323GatekeeperServer@@8 @45945 NONAME ??_R3MonitorMain_PNotifier@H323PeerElement@@8 @45946 NONAME ??_R3MSIPAddress@PILSSession@@8 @45947 NONAME ??_R3MXRecordList@PDNS@@8 @52868 NONAME ??_R3OnCallIntrudeTimeOut_PNotifier@H45011Handler@@8 @45948 NONAME ??_R3OnCallTransferTimeOut_PNotifier@H4502Handler@@8 @45949 NONAME ??_R3OnLoadModule_PNotifier@PPluginModuleManager@@8 @50686 NONAME ??_R3OnUserInputInBandDTMF_PNotifier@H323Connection@@8 @45950 NONAME ??_R3OnUserInputInlineRFC2833_PNotifier@H323Connection@@8 @45951 NONAME ??_R3OpalFactoryCodec@@8 @52471 NONAME ??_R3OpalG711ALaw64kFormat@@8 @50963 NONAME ??_R3OpalG711ALaw64k_Base@@8 @52472 NONAME ??_R3OpalG711ALaw64k_Decoder@@8 @52473 NONAME ??_R3OpalG711ALaw64k_Encoder@@8 @52474 NONAME ??_R3OpalG711uLaw64kFormat@@8 @50964 NONAME ??_R3OpalG711uLaw64k_Base@@8 @52475 NONAME ??_R3OpalG711uLaw64k_Decoder@@8 @52476 NONAME ??_R3OpalG711uLaw64k_Encoder@@8 @52477 NONAME ??_R3OpalG7231A_5k3Format@@8 @50965 NONAME ??_R3OpalG7231A_6k3Format@@8 @50966 NONAME ??_R3OpalG7231_5k3Format@@8 @50967 NONAME ??_R3OpalG7231_6k3Format@@8 @50968 NONAME ??_R3OpalG728Format@@8 @50969 NONAME ??_R3OpalG729ABFormat@@8 @50970 NONAME ??_R3OpalG729AFormat@@8 @50971 NONAME ??_R3OpalG729BFormat@@8 @50972 NONAME ??_R3OpalG729Format@@8 @50973 NONAME ??_R3OpalGloballyUniqueID@@8 @45952 NONAME ??_R3OpalGSM0610Format@@8 @50974 NONAME ??_R3OpalH261Format@@8 @50975 NONAME ??_R3OpalIxJDevice@@8 @45953 NONAME ??_R3OpalLineChannel@@8 @45954 NONAME ??_R3OpalLineInterfaceDevice@@8 @45955 NONAME ??_R3OpalMediaFormat@@8 @45956 NONAME ??_R3OpalPCM16Format@@8 @50976 NONAME ??_R3OpalPluginCodec@@8 @52478 NONAME ??_R3OpalPluginMediaFormat@@8 @50977 NONAME ??_R3OpalRFC2190H263Format@@8 @53845 NONAME ??_R3OpalRFC2833@@8 @45957 NONAME ??_R3OpalRFC2833Info@@8 @45958 NONAME ??_R3OpalRtpToWavFile@@8 @45959 NONAME ??_R3OpalT120Format@@8 @50978 NONAME ??_R3OpalT120Protocol@@8 @45960 NONAME ??_R3OpalT38Protocol@@8 @45961 NONAME ??_R3OpalUserInputRFC2833Format@@8 @50979 NONAME ??_R3OpalVoipBlasterDevice@@8 @45962 NONAME ??_R3OpalVXMLSession@@8 @45963 NONAME ??_R3OpalWAVFile@@8 @45964 NONAME ??_R3P64Decoder@@8 @45965 NONAME ??_R3PASN_Boolean@@8 @45966 NONAME ??_R3PASN_ConstrainedObject@@8 @45967 NONAME ??_R3PASN_ConstrainedString@@8 @45968 NONAME ??_R3PASN_Enumeration@@8 @45969 NONAME ??_R3PASN_GeneralisedTime@@8 @45970 NONAME ??_R3PASN_GeneralString@@8 @45971 NONAME ??_R3PASN_IA5String@@8 @45972 NONAME ??_R3PASN_Integer@@8 @45973 NONAME ??_R3PASN_Null@@8 @45974 NONAME ??_R3PASN_NumericString@@8 @45975 NONAME ??_R3PASN_Object@@8 @45976 NONAME ??_R3PASN_PrintableString@@8 @45977 NONAME ??_R3PASN_Stream@@8 @45978 NONAME ??_R3PASN_VisibleString@@8 @45979 NONAME ??_R3PLDAPAttr_c@RTPerson@PILSSession@@8 @45980 NONAME ??_R3PLDAPAttr_cn@RTPerson@PILSSession@@8 @45981 NONAME ??_R3PLDAPAttr_comment@RTPerson@PILSSession@@8 @45982 NONAME ??_R3PLDAPAttr_givenName@RTPerson@PILSSession@@8 @45983 NONAME ??_R3PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@8 @45984 NONAME ??_R3PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@8 @45985 NONAME ??_R3PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@8 @45986 NONAME ??_R3PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@8 @45987 NONAME ??_R3PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@8 @45988 NONAME ??_R3PLDAPAttr_location@RTPerson@PILSSession@@8 @45989 NONAME ??_R3PLDAPAttr_o@RTPerson@PILSSession@@8 @45990 NONAME ??_R3PLDAPAttr_objectClass@RTPerson@PILSSession@@8 @45991 NONAME ??_R3PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@8 @45992 NONAME ??_R3PLDAPAttr_sappguid@RTPerson@PILSSession@@8 @45993 NONAME ??_R3PLDAPAttr_sappid@RTPerson@PILSSession@@8 @45994 NONAME ??_R3PLDAPAttr_sflags@RTPerson@PILSSession@@8 @45995 NONAME ??_R3PLDAPAttr_sipAddress@RTPerson@PILSSession@@8 @45996 NONAME ??_R3PLDAPAttr_smimetype@RTPerson@PILSSession@@8 @45997 NONAME ??_R3PLDAPAttr_smodop@RTPerson@PILSSession@@8 @45998 NONAME ??_R3PLDAPAttr_sport@RTPerson@PILSSession@@8 @45999 NONAME ??_R3PLDAPAttr_sprotid@RTPerson@PILSSession@@8 @46000 NONAME ??_R3PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@8 @46001 NONAME ??_R3PLDAPAttr_ssecurity@RTPerson@PILSSession@@8 @46002 NONAME ??_R3PLDAPAttr_sttl@RTPerson@PILSSession@@8 @46003 NONAME ??_R3PLDAPAttr_surname@RTPerson@PILSSession@@8 @46004 NONAME ??_R3PLDAPAttr_timestamp@RTPerson@PILSSession@@8 @46005 NONAME ??_R3PluginLoader@@8 @53004 NONAME ??_R3PPER_Stream@@8 @46006 NONAME ??_R3Pre_Vid_Coder@@8 @46007 NONAME ??_R3PWAVFileConverter@@8 @52245 NONAME ??_R3PWAVFileConverterALaw@@8 @52246 NONAME ??_R3PWAVFileConverterULaw@@8 @52247 NONAME ??_R3PWAVFileConverterXLaw@@8 @52248 NONAME ??_R3Q931@@8 @46009 NONAME ??_R3ReceivedPacket_PNotifier@OpalRFC2833@@8 @46010 NONAME ??_R3ReceivedPacket_PNotifier@OpalRtpToWavFile@@8 @46011 NONAME ??_R3ReceiverReport@RTP_Session@@8 @46012 NONAME ??_R3ReceiveTimeout_PNotifier@OpalRFC2833@@8 @46013 NONAME ??_R3Request@H323Transactor@@8 @46014 NONAME ??_R3Response@H323Transactor@@8 @46015 NONAME ??_R3RFC2190_FfmpgLink@@8 @53846 NONAME ??_R3RTPerson@PILSSession@@8 @46016 NONAME ??_R3RTP_ControlFrame@@8 @46017 NONAME ??_R3RTP_DataFrame@@8 @46018 NONAME ??_R3RTP_JitterBuffer@@8 @46019 NONAME ??_R3RTP_JitterBufferAnalyser@@8 @46020 NONAME ??_R3RTP_QOS@@8 @46021 NONAME ??_R3RTP_Session@@8 @46022 NONAME ??_R3RTP_SessionManager@@8 @46023 NONAME ??_R3RTP_UDP@@8 @46024 NONAME ??_R3RTP_UserData@@8 @46025 NONAME ??_R3SenderReport@RTP_Session@@8 @46026 NONAME ??_R3SlowHandler_PNotifier@H323Transaction@@8 @46027 NONAME ??_R3SourceDescription@RTP_Session@@8 @46028 NONAME ??_R3SRVRecordList@PDNS@@8 @52869 NONAME ??_R3StatusHandler_PNotifier@OpalVoipBlasterDevice@@8 @46029 NONAME ??_R3StringMap@H323GatekeeperServer@@8 @46030 NONAME ??_R3T120ConnectPDU@@8 @46031 NONAME ??_R3T120_X224@@8 @46032 NONAME ??_R3T38_ArrayOf_PASN_OctetString@@8 @46033 NONAME ??_R3T38_Data_Field@@8 @46034 NONAME ??_R3T38_Data_Field_subtype@@8 @46035 NONAME ??_R3T38_Data_Field_subtype_field_type@@8 @46036 NONAME ??_R3T38_IFPPacket@@8 @46037 NONAME ??_R3T38_PreCorrigendum_Data_Field@@8 @46038 NONAME ??_R3T38_PreCorrigendum_Data_Field_subtype@@8 @46039 NONAME ??_R3T38_PreCorrigendum_Data_Field_subtype_field_type@@8 @46040 NONAME ??_R3T38_PreCorrigendum_IFPPacket@@8 @46041 NONAME ??_R3T38_Type_of_msg@@8 @46042 NONAME ??_R3T38_Type_of_msg_data@@8 @46043 NONAME ??_R3T38_Type_of_msg_t30_indicator@@8 @46044 NONAME ??_R3T38_UDPTLPacket@@8 @46045 NONAME ??_R3T38_UDPTLPacket_error_recovery@@8 @46046 NONAME ??_R3T38_UDPTLPacket_error_recovery_fec_info@@8 @46047 NONAME ??_R3T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@8 @46048 NONAME ??_R3T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@8 @46049 NONAME ??_R3T38_UDPTLPacket_primary_ifp_packet@@8 @46050 NONAME ??_R3TickleMonitor_PNotifier@H323Gatekeeper@@8 @46051 NONAME ??_R3TransmitEnded_PNotifier@OpalRFC2833@@8 @46052 NONAME ??_R3TransmitPacket_PNotifier@OpalRFC2833@@8 @46053 NONAME ??_R3Transmitter@@8 @46054 NONAME ??_R3UpdateAllDescriptors_PNotifier@H323PeerElement@@8 @46055 NONAME ??_R3VoipBlasterInterface@@8 @46057 NONAME ??_R3Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@8 @52479 NONAME ??_R3Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@8 @52480 NONAME ??_R3Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@8 @52481 NONAME ??_R3Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@8 @52482 NONAME ??_R3Worker@OpalPluginCodecFactory@@8 @52483 NONAME ??_R3WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@8 @52870 NONAME ??_R3WorkerBase@?$PFactory@VH323Capability@@VPString@@@@8 @51903 NONAME ??_R3WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@8 @52484 NONAME ??_R3WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @51904 NONAME ??_R3WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @51905 NONAME ??_R3WorkerBase@?$PFactory@VPWAVFileConverter@@I@@8 @52249 NONAME ??_R3X224@@8 @46058 NONAME ??_R3X880_Code@@8 @46059 NONAME ??_R3X880_GeneralProblem@@8 @46060 NONAME ??_R3X880_Invoke@@8 @46061 NONAME ??_R3X880_InvokeId@@8 @46062 NONAME ??_R3X880_InvokeProblem@@8 @46063 NONAME ??_R3X880_Reject@@8 @46064 NONAME ??_R3X880_RejectProblem@@8 @46065 NONAME ??_R3X880_Reject_problem@@8 @46066 NONAME ??_R3X880_ReturnError@@8 @46067 NONAME ??_R3X880_ReturnErrorProblem@@8 @46068 NONAME ??_R3X880_ReturnResult@@8 @46069 NONAME ??_R3X880_ReturnResultProblem@@8 @46070 NONAME ??_R3X880_ReturnResult_result@@8 @46071 NONAME ??_R3X880_ROS@@8 @46072 NONAME ??_R4?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@6B@ @46073 NONAME ??_R4?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@6B@ @46074 NONAME ??_R4?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@6B@ @46075 NONAME ??_R4?$H235_HASHED@VH235_EncodedGeneralToken@@@@6B@ @46076 NONAME ??_R4?$H235_HASHED@VH235_EncodedPwdCertToken@@@@6B@ @46077 NONAME ??_R4?$H235_SIGNED@VH225_EncodedFastStartToken@@@@6B@ @46078 NONAME ??_R4?$H235_SIGNED@VH235_EncodedGeneralToken@@@@6B@ @46079 NONAME ??_R4?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@6B@ @46080 NONAME ??_R4?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@6B@ @46081 NONAME ??_R4?$H235_SIGNED@VH235_EncodedReturnSig@@@@6B@ @46082 NONAME ??_R4?$PArray@V?$PList@VH323Capability@@@@@@6B@ @46083 NONAME ??_R4?$PArray@VH323SimultaneousCapabilities@@@@6B@ @46084 NONAME ??_R4?$PArray@VH323TransportAddress@@@@6B@ @46085 NONAME ??_R4?$PArray@VReceiverReport@RTP_Session@@@@6B@ @46086 NONAME ??_R4?$PArray@VSourceDescription@RTP_Session@@@@6B@ @46087 NONAME ??_R4?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@6B@ @46088 NONAME ??_R4?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@6B@ @46089 NONAME ??_R4?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@6B@ @46090 NONAME ??_R4?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@6B@ @46091 NONAME ??_R4?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@6B@ @46092 NONAME ??_R4?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@6B@ @46093 NONAME ??_R4?$PDictionary@VPString@@VH323Connection@@@@6B@ @46094 NONAME ??_R4?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@6B@ @46095 NONAME ??_R4?$PDictionary@VPString@@VPOrdinalKey@@@@6B@ @46096 NONAME ??_R4?$PFactory@VH235Authenticator@@VPString@@@@6B@ @52871 NONAME ??_R4?$PFactory@VH323Capability@@VPString@@@@6B@ @51906 NONAME ??_R4?$PFactory@VH323StaticPluginCodec@@VPString@@@@6B@ @51907 NONAME ??_R4?$PFactory@VOpalFactoryCodec@@VPString@@@@6B@ @52485 NONAME ??_R4?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @51908 NONAME ??_R4?$PFactory@VPWAVFileConverter@@I@@6B@ @52250 NONAME ??_R4?$PList@VH235Authenticator@@@@6B@ @46097 NONAME ??_R4?$PList@VH245_GenericParameter@@@@6B@ @53323 NONAME ??_R4?$PList@VH263Packet@@@@6B@ @53847 NONAME ??_R4?$PList@VH323Capability@@@@6B@ @46099 NONAME ??_R4?$PList@VH323Channel@@@@6B@ @46100 NONAME ??_R4?$PList@VH323GatekeeperListener@@@@6B@ @46101 NONAME ??_R4?$PList@VH323Listener@@@@6B@ @46102 NONAME ??_R4?$PList@VH323Transactor@@@@6B@ @46103 NONAME ??_R4?$PList@VH450xHandler@@@@6B@ @46104 NONAME ??_R4?$PList@VOpalMediaFormat@@@@6B@ @46106 NONAME ??_R4?$PList@VPBYTEArray@@@@6B@ @46107 NONAME ??_R4?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@6B@ @46108 NONAME ??_R4?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@6B@ @46109 NONAME ??_R4?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@6B@ @46110 NONAME ??_R4?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@6B@ @46111 NONAME ??_R4?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@6B@ @46112 NONAME ??_R4?$PSafePtr@VH323GatekeeperCall@@@@6B@ @46113 NONAME ??_R4?$PSafePtr@VH323PeerElementDescriptor@@@@6B@ @46114 NONAME ??_R4?$PSafePtr@VH323PeerElementServiceRelationship@@@@6B@ @46115 NONAME ??_R4?$PSafePtr@VH323RegisteredEndPoint@@@@6B@ @46116 NONAME ??_R4?$PSafeSortedList@VH323GatekeeperCall@@@@6B@ @46117 NONAME ??_R4?$PSafeSortedList@VH323PeerElementDescriptor@@@@6B@ @46118 NONAME ??_R4?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@6B@ @46119 NONAME ??_R4?$PSet@VPOrdinalKey@@@@6B@ @46120 NONAME ??_R4?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@6B@ @46121 NONAME ??_R4?$PSortedList@VH225_AliasAddress@@@@6B@ @46122 NONAME ??_R4?$PSortedList@VH323GatekeeperCall@@@@6B@ @46123 NONAME ??_R4?$PSortedList@VH323PeerElementDescriptor@@@@6B@ @46124 NONAME ??_R4?$PSortedList@VH323PeerElementServiceRelationship@@@@6B@ @46125 NONAME ??_R4?$PSortedList@VMXRecord@PDNS@@@@6B@ @52872 NONAME ??_R4?$PSortedList@VResponse@H323Transactor@@@@6B@ @46126 NONAME ??_R4?$PSortedList@VSRVRecord@PDNS@@@@6B@ @52873 NONAME ??_R4?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @52874 NONAME ??_R4?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @52875 NONAME ??_R4?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @52876 NONAME ??_R4?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@6B@ @51909 NONAME ??_R4?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @51910 NONAME ??_R4?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @51911 NONAME ??_R4?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @51912 NONAME ??_R4?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @51913 NONAME ??_R4?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @51914 NONAME ??_R4?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @51915 NONAME ??_R4?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @51916 NONAME ??_R4?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @51917 NONAME ??_R4?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @51918 NONAME ??_R4?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @51919 NONAME ??_R4?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @51920 NONAME ??_R4?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @51921 NONAME ??_R4?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @51922 NONAME ??_R4?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @51923 NONAME ??_R4?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @51924 NONAME ??_R4?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @51925 NONAME ??_R4?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @51926 NONAME ??_R4?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @51927 NONAME ??_R4?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @51928 NONAME ??_R4?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @51929 NONAME ??_R4?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @51930 NONAME ??_R4?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @51931 NONAME ??_R4?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @51932 NONAME ??_R4?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @51933 NONAME ??_R4?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @51934 NONAME ??_R4?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @51935 NONAME ??_R4?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @51936 NONAME ??_R4?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @51937 NONAME ??_R4?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @51938 NONAME ??_R4?$Worker@VOpalRFC2190H263Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @53848 NONAME ??_R4?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @51939 NONAME ??_R4?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @51940 NONAME ??_R4?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@6B@ @53005 NONAME ??_R4?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@6B@ @52251 NONAME ??_R4?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@6B@ @52252 NONAME ??_R4AliasKey@H323PeerElement@@6B@ @46127 NONAME ??_R4AlternateInfo@H323Gatekeeper@@6B@ @46128 NONAME ??_R4ByteQueue@OpalVoipBlasterDevice@@6B@ @46129 NONAME ??_R4Encoder@@6B@ @46130 NONAME ??_R4Entry@RTP_JitterBuffer@@6B@ @46131 NONAME ??_R4FilterInfo@H323Codec@@6B@ @46133 NONAME ??_R4FullP64Decoder@@6B@ @46134 NONAME ??_R4G7231_File_Capability@@6B@ @46135 NONAME ??_R4G7231_File_Codec@@6B@ @46136 NONAME ??_R4GCC_AlternativeNodeID@@6B@ @46137 NONAME ??_R4GCC_ApplicationInvokeIndication@@6B@ @46138 NONAME ??_R4GCC_ApplicationInvokeSpecifier@@6B@ @46139 NONAME ??_R4GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@6B@ @46140 NONAME ??_R4GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@6B@ @46141 NONAME ??_R4GCC_ApplicationRecord@@6B@ @46142 NONAME ??_R4GCC_ApplicationRecord_nonCollapsingCapabilities@@6B@ @46143 NONAME ??_R4GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@6B@ @46144 NONAME ??_R4GCC_ArrayOf_ApplicationInvokeSpecifier@@6B@ @46145 NONAME ??_R4GCC_ArrayOf_ChallengeItem@@6B@ @46146 NONAME ??_R4GCC_ArrayOf_ConferenceDescriptor@@6B@ @46147 NONAME ??_R4GCC_ArrayOf_Privilege@@6B@ @46148 NONAME ??_R4GCC_ArrayOf_TextString@@6B@ @46149 NONAME ??_R4GCC_ArrayOf_UserID@@6B@ @46150 NONAME ??_R4GCC_AsymmetryIndicator@@6B@ @46151 NONAME ??_R4GCC_CapabilityClass@@6B@ @46152 NONAME ??_R4GCC_CapabilityID@@6B@ @46153 NONAME ??_R4GCC_ChallengeItem@@6B@ @46154 NONAME ??_R4GCC_ChallengeRequest@@6B@ @46155 NONAME ??_R4GCC_ChallengeResponse@@6B@ @46156 NONAME ??_R4GCC_ChallengeResponseAlgorithm@@6B@ @46157 NONAME ??_R4GCC_ChallengeResponseItem@@6B@ @46158 NONAME ??_R4GCC_ChannelID@@6B@ @46159 NONAME ??_R4GCC_ChannelType@@6B@ @46160 NONAME ??_R4GCC_ConductorAssignIndication@@6B@ @46161 NONAME ??_R4GCC_ConductorPermissionAskIndication@@6B@ @46162 NONAME ??_R4GCC_ConductorPermissionGrantIndication@@6B@ @46163 NONAME ??_R4GCC_ConductorReleaseIndication@@6B@ @46164 NONAME ??_R4GCC_ConferenceAddRequest@@6B@ @46165 NONAME ??_R4GCC_ConferenceAddResponse@@6B@ @46166 NONAME ??_R4GCC_ConferenceAddResponse_result@@6B@ @46167 NONAME ??_R4GCC_ConferenceAssistanceIndication@@6B@ @46168 NONAME ??_R4GCC_ConferenceCreateRequest@@6B@ @46169 NONAME ??_R4GCC_ConferenceCreateResponse@@6B@ @46170 NONAME ??_R4GCC_ConferenceCreateResponse_result@@6B@ @46171 NONAME ??_R4GCC_ConferenceDescriptor@@6B@ @46172 NONAME ??_R4GCC_ConferenceEjectUserIndication@@6B@ @46173 NONAME ??_R4GCC_ConferenceEjectUserIndication_reason@@6B@ @46174 NONAME ??_R4GCC_ConferenceEjectUserRequest@@6B@ @46175 NONAME ??_R4GCC_ConferenceEjectUserRequest_reason@@6B@ @46176 NONAME ??_R4GCC_ConferenceEjectUserResponse@@6B@ @46177 NONAME ??_R4GCC_ConferenceEjectUserResponse_result@@6B@ @46178 NONAME ??_R4GCC_ConferenceInviteRequest@@6B@ @46179 NONAME ??_R4GCC_ConferenceInviteResponse@@6B@ @46180 NONAME ??_R4GCC_ConferenceInviteResponse_result@@6B@ @46181 NONAME ??_R4GCC_ConferenceJoinRequest@@6B@ @46182 NONAME ??_R4GCC_ConferenceJoinResponse@@6B@ @46183 NONAME ??_R4GCC_ConferenceJoinResponse_result@@6B@ @46184 NONAME ??_R4GCC_ConferenceLockIndication@@6B@ @46185 NONAME ??_R4GCC_ConferenceLockRequest@@6B@ @46186 NONAME ??_R4GCC_ConferenceLockResponse@@6B@ @46187 NONAME ??_R4GCC_ConferenceLockResponse_result@@6B@ @46188 NONAME ??_R4GCC_ConferenceName@@6B@ @46189 NONAME ??_R4GCC_ConferenceNameModifier@@6B@ @46190 NONAME ??_R4GCC_ConferenceNameSelector@@6B@ @46191 NONAME ??_R4GCC_ConferencePriority@@6B@ @46192 NONAME ??_R4GCC_ConferencePriorityScheme@@6B@ @46193 NONAME ??_R4GCC_ConferenceQueryRequest@@6B@ @46194 NONAME ??_R4GCC_ConferenceQueryResponse@@6B@ @46195 NONAME ??_R4GCC_ConferenceQueryResponse_result@@6B@ @46196 NONAME ??_R4GCC_ConferenceTerminateIndication@@6B@ @46197 NONAME ??_R4GCC_ConferenceTerminateIndication_reason@@6B@ @46198 NONAME ??_R4GCC_ConferenceTerminateRequest@@6B@ @46199 NONAME ??_R4GCC_ConferenceTerminateRequest_reason@@6B@ @46200 NONAME ??_R4GCC_ConferenceTerminateResponse@@6B@ @46201 NONAME ??_R4GCC_ConferenceTerminateResponse_result@@6B@ @46202 NONAME ??_R4GCC_ConferenceTimeExtendIndication@@6B@ @46203 NONAME ??_R4GCC_ConferenceTimeInquireIndication@@6B@ @46204 NONAME ??_R4GCC_ConferenceTimeRemainingIndication@@6B@ @46205 NONAME ??_R4GCC_ConferenceTransferIndication@@6B@ @46206 NONAME ??_R4GCC_ConferenceTransferRequest@@6B@ @46207 NONAME ??_R4GCC_ConferenceTransferResponse@@6B@ @46208 NONAME ??_R4GCC_ConferenceTransferResponse_result@@6B@ @46209 NONAME ??_R4GCC_ConferenceUnlockIndication@@6B@ @46210 NONAME ??_R4GCC_ConferenceUnlockRequest@@6B@ @46211 NONAME ??_R4GCC_ConferenceUnlockResponse@@6B@ @46212 NONAME ??_R4GCC_ConferenceUnlockResponse_result@@6B@ @46213 NONAME ??_R4GCC_ConnectData@@6B@ @46214 NONAME ??_R4GCC_ConnectGCCPDU@@6B@ @46215 NONAME ??_R4GCC_DialingString@@6B@ @46216 NONAME ??_R4GCC_DynamicChannelID@@6B@ @46217 NONAME ??_R4GCC_DynamicTokenID@@6B@ @46218 NONAME ??_R4GCC_EntityID@@6B@ @46219 NONAME ??_R4GCC_ExtraDialingString@@6B@ @46220 NONAME ??_R4GCC_FunctionNotSupportedResponse@@6B@ @46221 NONAME ??_R4GCC_GCCPDU@@6B@ @46222 NONAME ??_R4GCC_H221NonStandardIdentifier@@6B@ @46223 NONAME ??_R4GCC_Handle@@6B@ @46224 NONAME ??_R4GCC_IndicationPDU@@6B@ @46225 NONAME ??_R4GCC_Key@@6B@ @46226 NONAME ??_R4GCC_NetworkAddress@@6B@ @46227 NONAME ??_R4GCC_NetworkAddress_subtype@@6B@ @46228 NONAME ??_R4GCC_NetworkAddress_subtype_aggregatedChannel@@6B@ @46229 NONAME ??_R4GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@6B@ @46230 NONAME ??_R4GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@6B@ @46231 NONAME ??_R4GCC_NetworkAddress_subtype_transportConnection@@6B@ @46232 NONAME ??_R4GCC_NodeProperties@@6B@ @46233 NONAME ??_R4GCC_NodeRecord@@6B@ @46234 NONAME ??_R4GCC_NodeType@@6B@ @46235 NONAME ??_R4GCC_NonStandardParameter@@6B@ @46236 NONAME ??_R4GCC_NonStandardPDU@@6B@ @46237 NONAME ??_R4GCC_Password@@6B@ @46238 NONAME ??_R4GCC_PasswordChallengeRequestResponse@@6B@ @46239 NONAME ??_R4GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@6B@ @46240 NONAME ??_R4GCC_PasswordSelector@@6B@ @46241 NONAME ??_R4GCC_Privilege@@6B@ @46242 NONAME ??_R4GCC_RegistryAllocateHandleRequest@@6B@ @46243 NONAME ??_R4GCC_RegistryAllocateHandleResponse@@6B@ @46244 NONAME ??_R4GCC_RegistryAllocateHandleResponse_result@@6B@ @46245 NONAME ??_R4GCC_RegistryAssignTokenRequest@@6B@ @46246 NONAME ??_R4GCC_RegistryDeleteEntryRequest@@6B@ @46247 NONAME ??_R4GCC_RegistryEntryOwner@@6B@ @46248 NONAME ??_R4GCC_RegistryEntryOwner_owned@@6B@ @46249 NONAME ??_R4GCC_RegistryItem@@6B@ @46250 NONAME ??_R4GCC_RegistryKey@@6B@ @46251 NONAME ??_R4GCC_RegistryModificationRights@@6B@ @46252 NONAME ??_R4GCC_RegistryMonitorEntryIndication@@6B@ @46253 NONAME ??_R4GCC_RegistryMonitorEntryRequest@@6B@ @46254 NONAME ??_R4GCC_RegistryRegisterChannelRequest@@6B@ @46255 NONAME ??_R4GCC_RegistryResponse@@6B@ @46256 NONAME ??_R4GCC_RegistryResponse_primitiveType@@6B@ @46257 NONAME ??_R4GCC_RegistryResponse_result@@6B@ @46258 NONAME ??_R4GCC_RegistryRetrieveEntryRequest@@6B@ @46259 NONAME ??_R4GCC_RegistrySetParameterRequest@@6B@ @46260 NONAME ??_R4GCC_RequestPDU@@6B@ @46261 NONAME ??_R4GCC_ResponsePDU@@6B@ @46262 NONAME ??_R4GCC_RosterUpdateIndication@@6B@ @46263 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation@@6B@ @46264 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype@@6B@ @46265 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@6B@ @46266 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@6B@ @46267 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@6B@ @46268 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@6B@ @46269 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@6B@ @46270 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@6B@ @46271 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@6B@ @46272 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@6B@ @46273 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@6B@ @46274 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation@@6B@ @46275 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@6B@ @46276 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@6B@ @46277 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@6B@ @46278 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@6B@ @46279 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@6B@ @46280 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@6B@ @46281 NONAME ??_R4GCC_SessionKey@@6B@ @46282 NONAME ??_R4GCC_SimpleNumericString@@6B@ @46283 NONAME ??_R4GCC_SimpleTextString@@6B@ @46284 NONAME ??_R4GCC_StaticChannelID@@6B@ @46285 NONAME ??_R4GCC_StaticTokenID@@6B@ @46286 NONAME ??_R4GCC_SubAddressString@@6B@ @46287 NONAME ??_R4GCC_TerminationMethod@@6B@ @46288 NONAME ??_R4GCC_TextMessageIndication@@6B@ @46289 NONAME ??_R4GCC_TextString@@6B@ @46290 NONAME ??_R4GCC_Time@@6B@ @46291 NONAME ??_R4GCC_TokenID@@6B@ @46292 NONAME ??_R4GCC_UserData@@6B@ @46293 NONAME ??_R4GCC_UserData_subtype@@6B@ @46294 NONAME ??_R4GCC_UserID@@6B@ @46295 NONAME ??_R4GCC_UserIDIndication@@6B@ @46296 NONAME ??_R4H225CallThread@@6B@ @46297 NONAME ??_R4H225TransportThread@@6B@ @46298 NONAME ??_R4H225_AddressPattern@@6B@ @46299 NONAME ??_R4H225_AddressPattern_range@@6B@ @46300 NONAME ??_R4H225_AdmissionConfirm@@6B@ @46301 NONAME ??_R4H225_AdmissionConfirm_language@@6B@ @46302 NONAME ??_R4H225_AdmissionReject@@6B@ @46303 NONAME ??_R4H225_AdmissionRejectReason@@6B@ @46304 NONAME ??_R4H225_AdmissionRequest@@6B@ @46305 NONAME ??_R4H225_Alerting_UUIE@@6B@ @46306 NONAME ??_R4H225_AliasAddress@@6B@ @46307 NONAME ??_R4H225_AlternateGK@@6B@ @46308 NONAME ??_R4H225_AlternateTransportAddresses@@6B@ @46309 NONAME ??_R4H225_AltGKInfo@@6B@ @46310 NONAME ??_R4H225_ANSI_41_UIM@@6B@ @46311 NONAME ??_R4H225_ANSI_41_UIM_system_id@@6B@ @46312 NONAME ??_R4H225_ArrayOf_AddressPattern@@6B@ @46313 NONAME ??_R4H225_ArrayOf_AdmissionConfirm@@6B@ @46314 NONAME ??_R4H225_ArrayOf_AliasAddress@@6B@ @46315 NONAME ??_R4H225_ArrayOf_AlternateGK@@6B@ @46316 NONAME ??_R4H225_ArrayOf_AuthenticationMechanism@@6B@ @46317 NONAME ??_R4H225_ArrayOf_BandwidthDetails@@6B@ @46318 NONAME ??_R4H225_ArrayOf_CallReferenceValue@@6B@ @46319 NONAME ??_R4H225_ArrayOf_CallsAvailable@@6B@ @46320 NONAME ??_R4H225_ArrayOf_ClearToken@@6B@ @46321 NONAME ??_R4H225_ArrayOf_ConferenceIdentifier@@6B@ @46322 NONAME ??_R4H225_ArrayOf_ConferenceList@@6B@ @46323 NONAME ??_R4H225_ArrayOf_CryptoH323Token@@6B@ @46324 NONAME ??_R4H225_ArrayOf_DataRate@@6B@ @46325 NONAME ??_R4H225_ArrayOf_Endpoint@@6B@ @46326 NONAME ??_R4H225_ArrayOf_EnumeratedParameter@@6B@ @46327 NONAME ??_R4H225_ArrayOf_ExtendedAliasAddress@@6B@ @46328 NONAME ??_R4H225_ArrayOf_FeatureDescriptor@@6B@ @46329 NONAME ??_R4H225_ArrayOf_GenericData@@6B@ @46330 NONAME ??_R4H225_ArrayOf_H245Security@@6B@ @46331 NONAME ??_R4H225_ArrayOf_H248PackagesDescriptor@@6B@ @46332 NONAME ??_R4H225_ArrayOf_IntegrityMechanism@@6B@ @46333 NONAME ??_R4H225_ArrayOf_NonStandardParameter@@6B@ @46334 NONAME ??_R4H225_ArrayOf_PartyNumber@@6B@ @46335 NONAME ??_R4H225_ArrayOf_PASN_ObjectId@@6B@ @46336 NONAME ??_R4H225_ArrayOf_PASN_OctetString@@6B@ @46337 NONAME ??_R4H225_ArrayOf_RasUsageSpecification@@6B@ @46338 NONAME ??_R4H225_ArrayOf_RTPSession@@6B@ @46339 NONAME ??_R4H225_ArrayOf_ServiceControlSession@@6B@ @46340 NONAME ??_R4H225_ArrayOf_SupportedPrefix@@6B@ @46341 NONAME ??_R4H225_ArrayOf_SupportedProtocols@@6B@ @46342 NONAME ??_R4H225_ArrayOf_TransportAddress@@6B@ @46343 NONAME ??_R4H225_ArrayOf_TransportChannelInfo@@6B@ @46344 NONAME ??_R4H225_ArrayOf_TunnelledProtocol@@6B@ @46345 NONAME ??_R4H225_BandRejectReason@@6B@ @46346 NONAME ??_R4H225_BandWidth@@6B@ @46347 NONAME ??_R4H225_BandwidthConfirm@@6B@ @46348 NONAME ??_R4H225_BandwidthDetails@@6B@ @46349 NONAME ??_R4H225_BandwidthReject@@6B@ @46350 NONAME ??_R4H225_BandwidthRequest@@6B@ @46351 NONAME ??_R4H225_CallCapacity@@6B@ @46352 NONAME ??_R4H225_CallCapacityInfo@@6B@ @46353 NONAME ??_R4H225_CallCreditCapability@@6B@ @46354 NONAME ??_R4H225_CallCreditServiceControl@@6B@ @46355 NONAME ??_R4H225_CallCreditServiceControl_billingMode@@6B@ @46356 NONAME ??_R4H225_CallCreditServiceControl_callStartingPoint@@6B@ @46357 NONAME ??_R4H225_CallIdentifier@@6B@ @46358 NONAME ??_R4H225_CallLinkage@@6B@ @46359 NONAME ??_R4H225_CallModel@@6B@ @46360 NONAME ??_R4H225_CallProceeding_UUIE@@6B@ @46361 NONAME ??_R4H225_CallReferenceValue@@6B@ @46362 NONAME ??_R4H225_CallsAvailable@@6B@ @46363 NONAME ??_R4H225_CallTerminationCause@@6B@ @46364 NONAME ??_R4H225_CallType@@6B@ @46365 NONAME ??_R4H225_CapacityReportingCapability@@6B@ @46366 NONAME ??_R4H225_CapacityReportingSpecification@@6B@ @46367 NONAME ??_R4H225_CapacityReportingSpecification_when@@6B@ @46368 NONAME ??_R4H225_CarrierInfo@@6B@ @46369 NONAME ??_R4H225_CicInfo@@6B@ @46370 NONAME ??_R4H225_CicInfo_cic@@6B@ @46371 NONAME ??_R4H225_CircuitIdentifier@@6B@ @46372 NONAME ??_R4H225_CircuitInfo@@6B@ @46373 NONAME ??_R4H225_ConferenceIdentifier@@6B@ @46374 NONAME ??_R4H225_ConferenceList@@6B@ @46375 NONAME ??_R4H225_Connect_UUIE@@6B@ @46376 NONAME ??_R4H225_Connect_UUIE_language@@6B@ @46377 NONAME ??_R4H225_Content@@6B@ @46378 NONAME ??_R4H225_CryptoH323Token@@6B@ @46379 NONAME ??_R4H225_CryptoH323Token_cryptoEPPwdHash@@6B@ @46380 NONAME ??_R4H225_CryptoH323Token_cryptoGKPwdHash@@6B@ @46381 NONAME ??_R4H225_DataRate@@6B@ @46382 NONAME ??_R4H225_DisengageConfirm@@6B@ @46383 NONAME ??_R4H225_DisengageReason@@6B@ @46384 NONAME ??_R4H225_DisengageReject@@6B@ @46385 NONAME ??_R4H225_DisengageRejectReason@@6B@ @46386 NONAME ??_R4H225_DisengageRequest@@6B@ @46387 NONAME ??_R4H225_EncodedFastStartToken@@6B@ @46388 NONAME ??_R4H225_EncryptIntAlg@@6B@ @46389 NONAME ??_R4H225_Endpoint@@6B@ @46390 NONAME ??_R4H225_EndpointIdentifier@@6B@ @46391 NONAME ??_R4H225_EndpointType@@6B@ @46392 NONAME ??_R4H225_EnumeratedParameter@@6B@ @46393 NONAME ??_R4H225_ExtendedAliasAddress@@6B@ @46394 NONAME ??_R4H225_FacilityReason@@6B@ @46395 NONAME ??_R4H225_Facility_UUIE@@6B@ @46396 NONAME ??_R4H225_FastStartToken@@6B@ @46397 NONAME ??_R4H225_FeatureDescriptor@@6B@ @46398 NONAME ??_R4H225_FeatureSet@@6B@ @46399 NONAME ??_R4H225_GatekeeperConfirm@@6B@ @46400 NONAME ??_R4H225_GatekeeperIdentifier@@6B@ @46401 NONAME ??_R4H225_GatekeeperInfo@@6B@ @46402 NONAME ??_R4H225_GatekeeperReject@@6B@ @46403 NONAME ??_R4H225_GatekeeperRejectReason@@6B@ @46404 NONAME ??_R4H225_GatekeeperRequest@@6B@ @46405 NONAME ??_R4H225_GatewayInfo@@6B@ @46406 NONAME ??_R4H225_GenericData@@6B@ @46407 NONAME ??_R4H225_GenericIdentifier@@6B@ @46408 NONAME ??_R4H225_GloballyUniqueID@@6B@ @46409 NONAME ??_R4H225_GroupID@@6B@ @46410 NONAME ??_R4H225_GroupID_member@@6B@ @46411 NONAME ??_R4H225_GSM_UIM@@6B@ @46412 NONAME ??_R4H225_H221NonStandard@@6B@ @46413 NONAME ??_R4H225_H245Security@@6B@ @46414 NONAME ??_R4H225_H248PackagesDescriptor@@6B@ @46415 NONAME ??_R4H225_H248SignalsDescriptor@@6B@ @46416 NONAME ??_R4H225_H310Caps@@6B@ @46417 NONAME ??_R4H225_H320Caps@@6B@ @46418 NONAME ??_R4H225_H321Caps@@6B@ @46419 NONAME ??_R4H225_H322Caps@@6B@ @46420 NONAME ??_R4H225_H323Caps@@6B@ @46421 NONAME ??_R4H225_H323_UserInformation@@6B@ @46422 NONAME ??_R4H225_H323_UserInformation_user_data@@6B@ @46423 NONAME ??_R4H225_H323_UU_PDU@@6B@ @46424 NONAME ??_R4H225_H323_UU_PDU_h323_message_body@@6B@ @46425 NONAME ??_R4H225_H323_UU_PDU_tunnelledSignallingMessage@@6B@ @46426 NONAME ??_R4H225_H324Caps@@6B@ @46427 NONAME ??_R4H225_ICV@@6B@ @46428 NONAME ??_R4H225_InfoRequest@@6B@ @46429 NONAME ??_R4H225_InfoRequestAck@@6B@ @46430 NONAME ??_R4H225_InfoRequestNak@@6B@ @46431 NONAME ??_R4H225_InfoRequestNakReason@@6B@ @46432 NONAME ??_R4H225_InfoRequestResponse@@6B@ @46433 NONAME ??_R4H225_InfoRequestResponseStatus@@6B@ @46434 NONAME ??_R4H225_InfoRequestResponse_perCallInfo@@6B@ @46435 NONAME ??_R4H225_InfoRequestResponse_perCallInfo_subtype@@6B@ @46436 NONAME ??_R4H225_InfoRequestResponse_perCallInfo_subtype_pdu@@6B@ @46437 NONAME ??_R4H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@6B@ @46438 NONAME ??_R4H225_Information_UUIE@@6B@ @46439 NONAME ??_R4H225_IntegrityMechanism@@6B@ @46440 NONAME ??_R4H225_LocationConfirm@@6B@ @46441 NONAME ??_R4H225_LocationReject@@6B@ @46442 NONAME ??_R4H225_LocationRejectReason@@6B@ @46443 NONAME ??_R4H225_LocationRequest@@6B@ @46444 NONAME ??_R4H225_McuInfo@@6B@ @46445 NONAME ??_R4H225_MobileUIM@@6B@ @46446 NONAME ??_R4H225_NonIsoIntegrityMechanism@@6B@ @46447 NONAME ??_R4H225_NonStandardIdentifier@@6B@ @46448 NONAME ??_R4H225_NonStandardMessage@@6B@ @46449 NONAME ??_R4H225_NonStandardParameter@@6B@ @46450 NONAME ??_R4H225_NonStandardProtocol@@6B@ @46451 NONAME ??_R4H225_Notify_UUIE@@6B@ @46452 NONAME ??_R4H225_NumberDigits@@6B@ @46453 NONAME ??_R4H225_PartyNumber@@6B@ @46454 NONAME ??_R4H225_PresentationIndicator@@6B@ @46455 NONAME ??_R4H225_PrivatePartyNumber@@6B@ @46456 NONAME ??_R4H225_PrivateTypeOfNumber@@6B@ @46457 NONAME ??_R4H225_Progress_UUIE@@6B@ @46458 NONAME ??_R4H225_ProtocolIdentifier@@6B@ @46459 NONAME ??_R4H225_PublicPartyNumber@@6B@ @46460 NONAME ??_R4H225_PublicTypeOfNumber@@6B@ @46461 NONAME ??_R4H225_Q954Details@@6B@ @46462 NONAME ??_R4H225_QseriesOptions@@6B@ @46463 NONAME ??_R4H225_RAS@@6B@ @46464 NONAME ??_R4H225_RasMessage@@6B@ @46465 NONAME ??_R4H225_RasUsageInformation@@6B@ @46466 NONAME ??_R4H225_RasUsageInfoTypes@@6B@ @46467 NONAME ??_R4H225_RasUsageSpecification@@6B@ @46468 NONAME ??_R4H225_RasUsageSpecification_callStartingPoint@@6B@ @46469 NONAME ??_R4H225_RasUsageSpecification_when@@6B@ @46470 NONAME ??_R4H225_RegistrationConfirm@@6B@ @46471 NONAME ??_R4H225_RegistrationConfirm_preGrantedARQ@@6B@ @46472 NONAME ??_R4H225_RegistrationReject@@6B@ @46473 NONAME ??_R4H225_RegistrationRejectReason@@6B@ @46474 NONAME ??_R4H225_RegistrationRejectReason_invalidTerminalAliases@@6B@ @46475 NONAME ??_R4H225_RegistrationRequest@@6B@ @46476 NONAME ??_R4H225_ReleaseCompleteReason@@6B@ @46477 NONAME ??_R4H225_ReleaseComplete_UUIE@@6B@ @46478 NONAME ??_R4H225_RequestInProgress@@6B@ @46479 NONAME ??_R4H225_RequestSeqNum@@6B@ @46480 NONAME ??_R4H225_ResourcesAvailableConfirm@@6B@ @46481 NONAME ??_R4H225_ResourcesAvailableIndicate@@6B@ @46482 NONAME ??_R4H225_RTPSession@@6B@ @46483 NONAME ??_R4H225_RTPSession_associatedSessionIds@@6B@ @46484 NONAME ??_R4H225_ScnConnectionAggregation@@6B@ @46485 NONAME ??_R4H225_ScnConnectionType@@6B@ @46486 NONAME ??_R4H225_ScreeningIndicator@@6B@ @46487 NONAME ??_R4H225_SecurityCapabilities@@6B@ @46488 NONAME ??_R4H225_SecurityErrors2@@6B@ @46489 NONAME ??_R4H225_SecurityErrors@@6B@ @46490 NONAME ??_R4H225_SecurityServiceMode@@6B@ @46491 NONAME ??_R4H225_ServiceControlDescriptor@@6B@ @46492 NONAME ??_R4H225_ServiceControlIndication@@6B@ @46493 NONAME ??_R4H225_ServiceControlIndication_callSpecific@@6B@ @46494 NONAME ??_R4H225_ServiceControlResponse@@6B@ @46495 NONAME ??_R4H225_ServiceControlResponse_result@@6B@ @46496 NONAME ??_R4H225_ServiceControlSession@@6B@ @46497 NONAME ??_R4H225_ServiceControlSession_reason@@6B@ @46498 NONAME ??_R4H225_SetupAcknowledge_UUIE@@6B@ @46499 NONAME ??_R4H225_Setup_UUIE@@6B@ @46500 NONAME ??_R4H225_Setup_UUIE_conferenceGoal@@6B@ @46501 NONAME ??_R4H225_Setup_UUIE_connectionParameters@@6B@ @46502 NONAME ??_R4H225_Setup_UUIE_language@@6B@ @46503 NONAME ??_R4H225_SIPCaps@@6B@ @46504 NONAME ??_R4H225_StatusInquiry_UUIE@@6B@ @46505 NONAME ??_R4H225_Status_UUIE@@6B@ @46506 NONAME ??_R4H225_StimulusControl@@6B@ @46507 NONAME ??_R4H225_SupportedPrefix@@6B@ @46508 NONAME ??_R4H225_SupportedProtocols@@6B@ @46509 NONAME ??_R4H225_T120OnlyCaps@@6B@ @46510 NONAME ??_R4H225_T38FaxAnnexbOnlyCaps@@6B@ @46511 NONAME ??_R4H225_TBCD_STRING@@6B@ @46512 NONAME ??_R4H225_TerminalInfo@@6B@ @46513 NONAME ??_R4H225_TimeToLive@@6B@ @46514 NONAME ??_R4H225_TransportAddress@@6B@ @46515 NONAME ??_R4H225_TransportAddress_ip6Address@@6B@ @46516 NONAME ??_R4H225_TransportAddress_ipAddress@@6B@ @46517 NONAME ??_R4H225_TransportAddress_ipSourceRoute@@6B@ @46518 NONAME ??_R4H225_TransportAddress_ipSourceRoute_route@@6B@ @46519 NONAME ??_R4H225_TransportAddress_ipSourceRoute_routing@@6B@ @46520 NONAME ??_R4H225_TransportAddress_ipxAddress@@6B@ @46521 NONAME ??_R4H225_TransportChannelInfo@@6B@ @46522 NONAME ??_R4H225_TransportQOS@@6B@ @46523 NONAME ??_R4H225_TunnelledProtocol@@6B@ @46524 NONAME ??_R4H225_TunnelledProtocolAlternateIdentifier@@6B@ @46525 NONAME ??_R4H225_TunnelledProtocol_id@@6B@ @46526 NONAME ??_R4H225_UnknownMessageResponse@@6B@ @46527 NONAME ??_R4H225_UnregistrationConfirm@@6B@ @46528 NONAME ??_R4H225_UnregistrationReject@@6B@ @46529 NONAME ??_R4H225_UnregistrationRequest@@6B@ @46530 NONAME ??_R4H225_UnregRejectReason@@6B@ @46531 NONAME ??_R4H225_UnregRequestReason@@6B@ @46532 NONAME ??_R4H225_UseSpecifiedTransport@@6B@ @46533 NONAME ??_R4H225_UUIEsRequested@@6B@ @46534 NONAME ??_R4H225_VendorIdentifier@@6B@ @46535 NONAME ??_R4H225_VoiceCaps@@6B@ @46536 NONAME ??_R4H235AuthCAT@@6B@ @46537 NONAME ??_R4H235Authenticator@@6B@ @46538 NONAME ??_R4H235Authenticators@@6B@ @46539 NONAME ??_R4H235AuthProcedure1@@6B@ @46540 NONAME ??_R4H235AuthSimpleMD5@@6B@ @46541 NONAME ??_R4H235_AuthenticationBES@@6B@ @46542 NONAME ??_R4H235_AuthenticationMechanism@@6B@ @46543 NONAME ??_R4H235_ChallengeString@@6B@ @46544 NONAME ??_R4H235_ClearToken@@6B@ @46545 NONAME ??_R4H235_CryptoToken@@6B@ @46546 NONAME ??_R4H235_CryptoToken_cryptoEncryptedToken@@6B@ @46547 NONAME ??_R4H235_CryptoToken_cryptoHashedToken@@6B@ @46548 NONAME ??_R4H235_CryptoToken_cryptoSignedToken@@6B@ @46549 NONAME ??_R4H235_DHset@@6B@ @46550 NONAME ??_R4H235_ECGDSASignature@@6B@ @46551 NONAME ??_R4H235_ECKASDH@@6B@ @46552 NONAME ??_R4H235_ECKASDH_eckasdh2@@6B@ @46553 NONAME ??_R4H235_ECKASDH_eckasdhp@@6B@ @46554 NONAME ??_R4H235_ECpoint@@6B@ @46555 NONAME ??_R4H235_EncodedGeneralToken@@6B@ @46556 NONAME ??_R4H235_EncodedKeySignedMaterial@@6B@ @46557 NONAME ??_R4H235_EncodedKeySyncMaterial@@6B@ @46558 NONAME ??_R4H235_EncodedPwdCertToken@@6B@ @46559 NONAME ??_R4H235_EncodedReturnSig@@6B@ @46560 NONAME ??_R4H235_H235CertificateSignature@@6B@ @46561 NONAME ??_R4H235_H235Key@@6B@ @46562 NONAME ??_R4H235_Identifier@@6B@ @46563 NONAME ??_R4H235_IV16@@6B@ @46564 NONAME ??_R4H235_IV8@@6B@ @46565 NONAME ??_R4H235_KeyMaterial@@6B@ @46566 NONAME ??_R4H235_KeySignedMaterial@@6B@ @46567 NONAME ??_R4H235_KeySyncMaterial@@6B@ @46568 NONAME ??_R4H235_NonStandardParameter@@6B@ @46569 NONAME ??_R4H235_Params@@6B@ @46570 NONAME ??_R4H235_Password@@6B@ @46571 NONAME ??_R4H235_PwdCertToken@@6B@ @46572 NONAME ??_R4H235_RandomVal@@6B@ @46573 NONAME ??_R4H235_ReturnSig@@6B@ @46574 NONAME ??_R4H235_TimeStamp@@6B@ @46575 NONAME ??_R4H235_TypedCertificate@@6B@ @46576 NONAME ??_R4H235_V3KeySyncMaterial@@6B@ @46577 NONAME ??_R4H245NegLogicalChannel@@6B@ @46578 NONAME ??_R4H245NegLogicalChannels@@6B@ @46579 NONAME ??_R4H245NegMasterSlaveDetermination@@6B@ @46580 NONAME ??_R4H245Negotiator@@6B@ @46581 NONAME ??_R4H245NegRequestMode@@6B@ @46582 NONAME ??_R4H245NegRoundTripDelay@@6B@ @46583 NONAME ??_R4H245NegTerminalCapabilitySet@@6B@ @46584 NONAME ??_R4H245TransportThread@@6B@ @46585 NONAME ??_R4H245_AlternativeCapabilitySet@@6B@ @46586 NONAME ??_R4H245_ArrayOf_AlternativeCapabilitySet@@6B@ @46587 NONAME ??_R4H245_ArrayOf_BEnhancementParameters@@6B@ @46588 NONAME ??_R4H245_ArrayOf_CapabilityDescriptor@@6B@ @46589 NONAME ??_R4H245_ArrayOf_CapabilityDescriptorNumber@@6B@ @46590 NONAME ??_R4H245_ArrayOf_CapabilityTableEntry@@6B@ @46591 NONAME ??_R4H245_ArrayOf_CapabilityTableEntryNumber@@6B@ @46592 NONAME ??_R4H245_ArrayOf_CommunicationModeTableEntry@@6B@ @46593 NONAME ??_R4H245_ArrayOf_CustomPictureClockFrequency@@6B@ @46594 NONAME ??_R4H245_ArrayOf_CustomPictureFormat@@6B@ @46595 NONAME ??_R4H245_ArrayOf_DataApplicationCapability@@6B@ @46596 NONAME ??_R4H245_ArrayOf_DialingInformationNetworkType@@6B@ @46597 NONAME ??_R4H245_ArrayOf_DialingInformationNumber@@6B@ @46598 NONAME ??_R4H245_ArrayOf_EnhancementOptions@@6B@ @46599 NONAME ??_R4H245_ArrayOf_EscrowData@@6B@ @46600 NONAME ??_R4H245_ArrayOf_GenericCapability@@6B@ @53155 NONAME ??_R4H245_ArrayOf_GenericParameter@@6B@ @46601 NONAME ??_R4H245_ArrayOf_H263ModeComboFlags@@6B@ @46602 NONAME ??_R4H245_ArrayOf_H263VideoModeCombos@@6B@ @46603 NONAME ??_R4H245_ArrayOf_MediaChannelCapability@@6B@ @46604 NONAME ??_R4H245_ArrayOf_MediaDistributionCapability@@6B@ @46605 NONAME ??_R4H245_ArrayOf_ModeDescription@@6B@ @46606 NONAME ??_R4H245_ArrayOf_MultiplePayloadStreamElement@@6B@ @46607 NONAME ??_R4H245_ArrayOf_MultiplePayloadStreamElementMode@@6B@ @46608 NONAME ??_R4H245_ArrayOf_MultiplexElement@@6B@ @46609 NONAME ??_R4H245_ArrayOf_MultiplexEntryDescriptor@@6B@ @46610 NONAME ??_R4H245_ArrayOf_MultiplexEntryRejectionDescriptions@@6B@ @46611 NONAME ??_R4H245_ArrayOf_MultiplexTableEntryNumber@@6B@ @46612 NONAME ??_R4H245_ArrayOf_NonStandardParameter@@6B@ @46613 NONAME ??_R4H245_ArrayOf_ParameterIdentifier@@6B@ @46614 NONAME ??_R4H245_ArrayOf_PictureReference@@6B@ @46615 NONAME ??_R4H245_ArrayOf_Q2931Address@@6B@ @46616 NONAME ??_R4H245_ArrayOf_QOSCapability@@6B@ @46617 NONAME ??_R4H245_ArrayOf_RedundancyEncodingCapability@@6B@ @46618 NONAME ??_R4H245_ArrayOf_RedundancyEncodingDTModeElement@@6B@ @46619 NONAME ??_R4H245_ArrayOf_RedundancyEncodingElement@@6B@ @46620 NONAME ??_R4H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@6B@ @46621 NONAME ??_R4H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@6B@ @46622 NONAME ??_R4H245_ArrayOf_RTPPayloadType@@6B@ @46623 NONAME ??_R4H245_ArrayOf_TerminalInformation@@6B@ @46624 NONAME ??_R4H245_ArrayOf_TerminalLabel@@6B@ @46625 NONAME ??_R4H245_ArrayOf_VCCapability@@6B@ @46626 NONAME ??_R4H245_ArrayOf_VideoCapability@@6B@ @53156 NONAME ??_R4H245_ATMParameters@@6B@ @46627 NONAME ??_R4H245_AudioCapability@@6B@ @46628 NONAME ??_R4H245_AudioCapability_g7231@@6B@ @46629 NONAME ??_R4H245_AudioMode@@6B@ @46630 NONAME ??_R4H245_AudioMode_g7231@@6B@ @46631 NONAME ??_R4H245_AudioTelephonyEventCapability@@6B@ @46632 NONAME ??_R4H245_AudioToneCapability@@6B@ @46633 NONAME ??_R4H245_AuthenticationCapability@@6B@ @46634 NONAME ??_R4H245_BEnhancementParameters@@6B@ @46635 NONAME ??_R4H245_Capability@@6B@ @46636 NONAME ??_R4H245_CapabilityDescriptor@@6B@ @46637 NONAME ??_R4H245_CapabilityDescriptorNumber@@6B@ @46638 NONAME ??_R4H245_CapabilityIdentifier@@6B@ @46639 NONAME ??_R4H245_CapabilityTableEntry@@6B@ @46640 NONAME ??_R4H245_CapabilityTableEntryNumber@@6B@ @46641 NONAME ??_R4H245_Capability_h233EncryptionReceiveCapability@@6B@ @46642 NONAME ??_R4H245_CertSelectionCriteria@@6B@ @46643 NONAME ??_R4H245_CloseLogicalChannel@@6B@ @46644 NONAME ??_R4H245_CloseLogicalChannelAck@@6B@ @46645 NONAME ??_R4H245_CloseLogicalChannel_reason@@6B@ @46646 NONAME ??_R4H245_CloseLogicalChannel_source@@6B@ @46647 NONAME ??_R4H245_CommandMessage@@6B@ @46648 NONAME ??_R4H245_CommunicationModeCommand@@6B@ @46649 NONAME ??_R4H245_CommunicationModeRequest@@6B@ @46650 NONAME ??_R4H245_CommunicationModeResponse@@6B@ @46651 NONAME ??_R4H245_CommunicationModeTableEntry@@6B@ @46652 NONAME ??_R4H245_CommunicationModeTableEntry_dataType@@6B@ @46653 NONAME ??_R4H245_CompressionType@@6B@ @46654 NONAME ??_R4H245_ConferenceCapability@@6B@ @46655 NONAME ??_R4H245_ConferenceCommand@@6B@ @46656 NONAME ??_R4H245_ConferenceID@@6B@ @46657 NONAME ??_R4H245_ConferenceIndication@@6B@ @46658 NONAME ??_R4H245_ConferenceRequest@@6B@ @46659 NONAME ??_R4H245_ConferenceRequest_requestTerminalCertificate@@6B@ @46660 NONAME ??_R4H245_ConferenceResponse@@6B@ @46661 NONAME ??_R4H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@6B@ @46662 NONAME ??_R4H245_ConferenceResponse_chairTokenOwnerResponse@@6B@ @46663 NONAME ??_R4H245_ConferenceResponse_conferenceIDResponse@@6B@ @46664 NONAME ??_R4H245_ConferenceResponse_extensionAddressResponse@@6B@ @46665 NONAME ??_R4H245_ConferenceResponse_makeMeChairResponse@@6B@ @46666 NONAME ??_R4H245_ConferenceResponse_makeTerminalBroadcasterResponse@@6B@ @46667 NONAME ??_R4H245_ConferenceResponse_mCTerminalIDResponse@@6B@ @46668 NONAME ??_R4H245_ConferenceResponse_passwordResponse@@6B@ @46669 NONAME ??_R4H245_ConferenceResponse_sendThisSourceResponse@@6B@ @46670 NONAME ??_R4H245_ConferenceResponse_terminalCertificateResponse@@6B@ @46671 NONAME ??_R4H245_ConferenceResponse_terminalIDResponse@@6B@ @46672 NONAME ??_R4H245_ConnectionIdentifier@@6B@ @46673 NONAME ??_R4H245_CRCLength@@6B@ @46674 NONAME ??_R4H245_Criteria@@6B@ @46675 NONAME ??_R4H245_CustomPictureClockFrequency@@6B@ @46676 NONAME ??_R4H245_CustomPictureFormat@@6B@ @46677 NONAME ??_R4H245_CustomPictureFormat_mPI@@6B@ @46678 NONAME ??_R4H245_CustomPictureFormat_mPI_customPCF@@6B@ @46679 NONAME ??_R4H245_CustomPictureFormat_mPI_customPCF_subtype@@6B@ @46680 NONAME ??_R4H245_CustomPictureFormat_pixelAspectInformation@@6B@ @46681 NONAME ??_R4H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@6B@ @46682 NONAME ??_R4H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@6B@ @46683 NONAME ??_R4H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@6B@ @46684 NONAME ??_R4H245_DataApplicationCapability@@6B@ @46685 NONAME ??_R4H245_DataApplicationCapability_application@@6B@ @46686 NONAME ??_R4H245_DataApplicationCapability_application_nlpid@@6B@ @46687 NONAME ??_R4H245_DataApplicationCapability_application_t38fax@@6B@ @46688 NONAME ??_R4H245_DataApplicationCapability_application_t84@@6B@ @46689 NONAME ??_R4H245_DataMode@@6B@ @46690 NONAME ??_R4H245_DataMode_application@@6B@ @46691 NONAME ??_R4H245_DataMode_application_nlpid@@6B@ @46692 NONAME ??_R4H245_DataMode_application_t38fax@@6B@ @46693 NONAME ??_R4H245_DataProtocolCapability@@6B@ @46694 NONAME ??_R4H245_DataProtocolCapability_v76wCompression@@6B@ @46695 NONAME ??_R4H245_DataType@@6B@ @46696 NONAME ??_R4H245_DepFECCapability@@6B@ @53587 NONAME ??_R4H245_DepFECCapability_rfc2733@@6B@ @53588 NONAME ??_R4H245_DepFECCapability_rfc2733_separateStream@@6B@ @53589 NONAME ??_R4H245_DepFECData@@6B@ @53590 NONAME ??_R4H245_DepFECData_rfc2733@@6B@ @53591 NONAME ??_R4H245_DepFECData_rfc2733_mode@@6B@ @53592 NONAME ??_R4H245_DepFECData_rfc2733_mode_separateStream@@6B@ @53593 NONAME ??_R4H245_DepFECData_rfc2733_mode_separateStream_differentPort@@6B@ @53594 NONAME ??_R4H245_DepFECData_rfc2733_mode_separateStream_samePort@@6B@ @53595 NONAME ??_R4H245_DepFECMode@@6B@ @53596 NONAME ??_R4H245_DepFECMode_rfc2733Mode@@6B@ @53597 NONAME ??_R4H245_DepFECMode_rfc2733Mode_mode@@6B@ @53598 NONAME ??_R4H245_DepFECMode_rfc2733Mode_mode_separateStream@@6B@ @53599 NONAME ??_R4H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@6B@ @53600 NONAME ??_R4H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@6B@ @53601 NONAME ??_R4H245_DialingInformation@@6B@ @46697 NONAME ??_R4H245_DialingInformationNetworkType@@6B@ @46698 NONAME ??_R4H245_DialingInformationNumber@@6B@ @46699 NONAME ??_R4H245_EncryptionAuthenticationAndIntegrity@@6B@ @46700 NONAME ??_R4H245_EncryptionCapability@@6B@ @46701 NONAME ??_R4H245_EncryptionCommand@@6B@ @46702 NONAME ??_R4H245_EncryptionCommand_encryptionAlgorithmID@@6B@ @46703 NONAME ??_R4H245_EncryptionMode@@6B@ @46704 NONAME ??_R4H245_EncryptionSync@@6B@ @46705 NONAME ??_R4H245_EncryptionUpdateDirection@@6B@ @53157 NONAME ??_R4H245_EncryptionUpdateRequest@@6B@ @46706 NONAME ??_R4H245_EndSessionCommand@@6B@ @46707 NONAME ??_R4H245_EndSessionCommand_gstnOptions@@6B@ @46708 NONAME ??_R4H245_EndSessionCommand_isdnOptions@@6B@ @46709 NONAME ??_R4H245_EnhancementLayerInfo@@6B@ @46710 NONAME ??_R4H245_EnhancementOptions@@6B@ @46711 NONAME ??_R4H245_EscrowData@@6B@ @46712 NONAME ??_R4H245_ExtendedVideoCapability@@6B@ @53158 NONAME ??_R4H245_FECCapability@@6B@ @46713 NONAME ??_R4H245_FECCapability_rfc2733Format@@6B@ @53602 NONAME ??_R4H245_FECData@@6B@ @46716 NONAME ??_R4H245_FECData_rfc2733@@6B@ @46717 NONAME ??_R4H245_FECData_rfc2733_pktMode@@6B@ @53603 NONAME ??_R4H245_FECData_rfc2733_pktMode_rfc2733diffport@@6B@ @53604 NONAME ??_R4H245_FECData_rfc2733_pktMode_rfc2733sameport@@6B@ @53605 NONAME ??_R4H245_FECMode@@6B@ @46722 NONAME ??_R4H245_FECMode_rfc2733Format@@6B@ @53606 NONAME ??_R4H245_FlowControlCommand@@6B@ @46728 NONAME ??_R4H245_FlowControlCommand_restriction@@6B@ @46729 NONAME ??_R4H245_FlowControlCommand_scope@@6B@ @46730 NONAME ??_R4H245_FlowControlIndication@@6B@ @46731 NONAME ??_R4H245_FlowControlIndication_restriction@@6B@ @46732 NONAME ??_R4H245_FlowControlIndication_scope@@6B@ @46733 NONAME ??_R4H245_FunctionNotSupported@@6B@ @46734 NONAME ??_R4H245_FunctionNotSupported_cause@@6B@ @46735 NONAME ??_R4H245_FunctionNotUnderstood@@6B@ @46736 NONAME ??_R4H245_G7231AnnexCCapability@@6B@ @46737 NONAME ??_R4H245_G7231AnnexCCapability_g723AnnexCAudioMode@@6B@ @46738 NONAME ??_R4H245_G7231AnnexCMode@@6B@ @46739 NONAME ??_R4H245_G7231AnnexCMode_g723AnnexCAudioMode@@6B@ @46740 NONAME ??_R4H245_G729Extensions@@6B@ @46741 NONAME ??_R4H245_GenericCapability@@6B@ @46742 NONAME ??_R4H245_GenericMessage@@6B@ @53159 NONAME ??_R4H245_GenericParameter@@6B@ @46743 NONAME ??_R4H245_GSMAudioCapability@@6B@ @46744 NONAME ??_R4H245_H222Capability@@6B@ @46745 NONAME ??_R4H245_H222LogicalChannelParameters@@6B@ @46746 NONAME ??_R4H245_H223AL1MParameters@@6B@ @46747 NONAME ??_R4H245_H223AL1MParameters_arqType@@6B@ @46748 NONAME ??_R4H245_H223AL1MParameters_crcLength@@6B@ @46749 NONAME ??_R4H245_H223AL1MParameters_headerFEC@@6B@ @46750 NONAME ??_R4H245_H223AL1MParameters_transferMode@@6B@ @46751 NONAME ??_R4H245_H223AL2MParameters@@6B@ @46752 NONAME ??_R4H245_H223AL2MParameters_headerFEC@@6B@ @46753 NONAME ??_R4H245_H223AL3MParameters@@6B@ @46754 NONAME ??_R4H245_H223AL3MParameters_arqType@@6B@ @46755 NONAME ??_R4H245_H223AL3MParameters_crcLength@@6B@ @46756 NONAME ??_R4H245_H223AL3MParameters_headerFormat@@6B@ @46757 NONAME ??_R4H245_H223AnnexCArqParameters@@6B@ @46758 NONAME ??_R4H245_H223AnnexCArqParameters_numberOfRetransmissions@@6B@ @46759 NONAME ??_R4H245_H223AnnexCCapability@@6B@ @46760 NONAME ??_R4H245_H223Capability@@6B@ @46761 NONAME ??_R4H245_H223Capability_h223MultiplexTableCapability@@6B@ @46762 NONAME ??_R4H245_H223Capability_h223MultiplexTableCapability_enhanced@@6B@ @46763 NONAME ??_R4H245_H223Capability_mobileMultilinkFrameCapability@@6B@ @46764 NONAME ??_R4H245_H223Capability_mobileOperationTransmitCapability@@6B@ @46765 NONAME ??_R4H245_H223LogicalChannelParameters@@6B@ @46766 NONAME ??_R4H245_H223LogicalChannelParameters_adaptationLayerType@@6B@ @46767 NONAME ??_R4H245_H223LogicalChannelParameters_adaptationLayerType_al3@@6B@ @46768 NONAME ??_R4H245_H223ModeParameters@@6B@ @46769 NONAME ??_R4H245_H223ModeParameters_adaptationLayerType@@6B@ @46770 NONAME ??_R4H245_H223ModeParameters_adaptationLayerType_al3@@6B@ @46771 NONAME ??_R4H245_H223MultiplexReconfiguration@@6B@ @46772 NONAME ??_R4H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@6B@ @46773 NONAME ??_R4H245_H223MultiplexReconfiguration_h223ModeChange@@6B@ @46774 NONAME ??_R4H245_H223SkewIndication@@6B@ @46775 NONAME ??_R4H245_H2250Capability@@6B@ @46776 NONAME ??_R4H245_H2250Capability_mcCapability@@6B@ @46777 NONAME ??_R4H245_H2250LogicalChannelAckParameters@@6B@ @46778 NONAME ??_R4H245_H2250LogicalChannelParameters@@6B@ @46779 NONAME ??_R4H245_H2250LogicalChannelParameters_mediaPacketization@@6B@ @46780 NONAME ??_R4H245_H2250MaximumSkewIndication@@6B@ @46781 NONAME ??_R4H245_H2250ModeParameters@@6B@ @46782 NONAME ??_R4H245_H235Media@@6B@ @46783 NONAME ??_R4H245_H235Media_mediaType@@6B@ @46784 NONAME ??_R4H245_H235Mode@@6B@ @46785 NONAME ??_R4H245_H235Mode_mediaMode@@6B@ @46786 NONAME ??_R4H245_H235SecurityCapability@@6B@ @46787 NONAME ??_R4H245_H261VideoCapability@@6B@ @46788 NONAME ??_R4H245_H261VideoMode@@6B@ @46789 NONAME ??_R4H245_H261VideoMode_resolution@@6B@ @46790 NONAME ??_R4H245_H262VideoCapability@@6B@ @46791 NONAME ??_R4H245_H262VideoMode@@6B@ @46792 NONAME ??_R4H245_H262VideoMode_profileAndLevel@@6B@ @46793 NONAME ??_R4H245_H263ModeComboFlags@@6B@ @46794 NONAME ??_R4H245_H263Options@@6B@ @46795 NONAME ??_R4H245_H263Version3Options@@6B@ @46796 NONAME ??_R4H245_H263VideoCapability@@6B@ @46797 NONAME ??_R4H245_H263VideoMode@@6B@ @46798 NONAME ??_R4H245_H263VideoModeCombos@@6B@ @46799 NONAME ??_R4H245_H263VideoMode_resolution@@6B@ @46800 NONAME ??_R4H245_IndicationMessage@@6B@ @46801 NONAME ??_R4H245_IntegrityCapability@@6B@ @46802 NONAME ??_R4H245_IS11172AudioCapability@@6B@ @46803 NONAME ??_R4H245_IS11172AudioMode@@6B@ @46804 NONAME ??_R4H245_IS11172AudioMode_audioLayer@@6B@ @46805 NONAME ??_R4H245_IS11172AudioMode_audioSampling@@6B@ @46806 NONAME ??_R4H245_IS11172AudioMode_multichannelType@@6B@ @46807 NONAME ??_R4H245_IS11172VideoCapability@@6B@ @46808 NONAME ??_R4H245_IS11172VideoMode@@6B@ @46809 NONAME ??_R4H245_IS13818AudioCapability@@6B@ @46810 NONAME ??_R4H245_IS13818AudioMode@@6B@ @46811 NONAME ??_R4H245_IS13818AudioMode_audioLayer@@6B@ @46812 NONAME ??_R4H245_IS13818AudioMode_audioSampling@@6B@ @46813 NONAME ??_R4H245_IS13818AudioMode_multichannelType@@6B@ @46814 NONAME ??_R4H245_IV16@@6B@ @53160 NONAME ??_R4H245_IV8@@6B@ @53161 NONAME ??_R4H245_JitterIndication@@6B@ @46815 NONAME ??_R4H245_JitterIndication_scope@@6B@ @46816 NONAME ??_R4H245_KeyProtectionMethod@@6B@ @46817 NONAME ??_R4H245_LogicalChannelNumber@@6B@ @46818 NONAME ??_R4H245_LogicalChannelRateAcknowledge@@6B@ @46819 NONAME ??_R4H245_LogicalChannelRateReject@@6B@ @46820 NONAME ??_R4H245_LogicalChannelRateRejectReason@@6B@ @46821 NONAME ??_R4H245_LogicalChannelRateRelease@@6B@ @46822 NONAME ??_R4H245_LogicalChannelRateRequest@@6B@ @46823 NONAME ??_R4H245_MaintenanceLoopAck@@6B@ @46824 NONAME ??_R4H245_MaintenanceLoopAck_type@@6B@ @46825 NONAME ??_R4H245_MaintenanceLoopOffCommand@@6B@ @46826 NONAME ??_R4H245_MaintenanceLoopReject@@6B@ @46827 NONAME ??_R4H245_MaintenanceLoopReject_cause@@6B@ @46828 NONAME ??_R4H245_MaintenanceLoopReject_type@@6B@ @46829 NONAME ??_R4H245_MaintenanceLoopRequest@@6B@ @46830 NONAME ??_R4H245_MaintenanceLoopRequest_type@@6B@ @46831 NONAME ??_R4H245_MasterSlaveDetermination@@6B@ @46832 NONAME ??_R4H245_MasterSlaveDeterminationAck@@6B@ @46833 NONAME ??_R4H245_MasterSlaveDeterminationAck_decision@@6B@ @46834 NONAME ??_R4H245_MasterSlaveDeterminationReject@@6B@ @46835 NONAME ??_R4H245_MasterSlaveDeterminationReject_cause@@6B@ @46836 NONAME ??_R4H245_MasterSlaveDeterminationRelease@@6B@ @46837 NONAME ??_R4H245_MaximumBitRate@@6B@ @46838 NONAME ??_R4H245_MaxRedundancy@@6B@ @53607 NONAME ??_R4H245_MCLocationIndication@@6B@ @46839 NONAME ??_R4H245_McuNumber@@6B@ @46840 NONAME ??_R4H245_MediaChannelCapability@@6B@ @46841 NONAME ??_R4H245_MediaDistributionCapability@@6B@ @46842 NONAME ??_R4H245_MediaEncryptionAlgorithm@@6B@ @46843 NONAME ??_R4H245_MediaPacketizationCapability@@6B@ @46844 NONAME ??_R4H245_MediaTransportType@@6B@ @46845 NONAME ??_R4H245_MediaTransportType_atm_AAL5_compressed@@6B@ @46846 NONAME ??_R4H245_MiscellaneousCommand@@6B@ @46847 NONAME ??_R4H245_MiscellaneousCommand_type@@6B@ @46848 NONAME ??_R4H245_MiscellaneousCommand_type_encryptionUpdateAck@@6B@ @53162 NONAME ??_R4H245_MiscellaneousCommand_type_encryptionUpdateCommand@@6B@ @53163 NONAME ??_R4H245_MiscellaneousCommand_type_lostPartialPicture@@6B@ @46849 NONAME ??_R4H245_MiscellaneousCommand_type_progressiveRefinementStart@@6B@ @46850 NONAME ??_R4H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@6B@ @46851 NONAME ??_R4H245_MiscellaneousCommand_type_videoBadMBs@@6B@ @46852 NONAME ??_R4H245_MiscellaneousCommand_type_videoFastUpdateGOB@@6B@ @46853 NONAME ??_R4H245_MiscellaneousCommand_type_videoFastUpdateMB@@6B@ @46854 NONAME ??_R4H245_MiscellaneousIndication@@6B@ @46855 NONAME ??_R4H245_MiscellaneousIndication_type@@6B@ @46856 NONAME ??_R4H245_MiscellaneousIndication_type_videoNotDecodedMBs@@6B@ @46857 NONAME ??_R4H245_MobileMultilinkReconfigurationCommand@@6B@ @46858 NONAME ??_R4H245_MobileMultilinkReconfigurationCommand_status@@6B@ @46859 NONAME ??_R4H245_MobileMultilinkReconfigurationIndication@@6B@ @46860 NONAME ??_R4H245_ModeDescription@@6B@ @46861 NONAME ??_R4H245_ModeElement@@6B@ @46862 NONAME ??_R4H245_ModeElementType@@6B@ @46863 NONAME ??_R4H245_MulticastAddress@@6B@ @46864 NONAME ??_R4H245_MulticastAddress_iP6Address@@6B@ @46865 NONAME ??_R4H245_MulticastAddress_iPAddress@@6B@ @46866 NONAME ??_R4H245_MultilinkIndication@@6B@ @46867 NONAME ??_R4H245_MultilinkIndication_crcDesired@@6B@ @46868 NONAME ??_R4H245_MultilinkIndication_excessiveError@@6B@ @46869 NONAME ??_R4H245_MultilinkRequest@@6B@ @46870 NONAME ??_R4H245_MultilinkRequest_addConnection@@6B@ @46871 NONAME ??_R4H245_MultilinkRequest_callInformation@@6B@ @46872 NONAME ??_R4H245_MultilinkRequest_maximumHeaderInterval@@6B@ @46873 NONAME ??_R4H245_MultilinkRequest_maximumHeaderInterval_requestType@@6B@ @46874 NONAME ??_R4H245_MultilinkRequest_removeConnection@@6B@ @46875 NONAME ??_R4H245_MultilinkResponse@@6B@ @46876 NONAME ??_R4H245_MultilinkResponse_addConnection@@6B@ @46877 NONAME ??_R4H245_MultilinkResponse_addConnection_responseCode@@6B@ @46878 NONAME ??_R4H245_MultilinkResponse_addConnection_responseCode_rejected@@6B@ @46879 NONAME ??_R4H245_MultilinkResponse_callInformation@@6B@ @46880 NONAME ??_R4H245_MultilinkResponse_maximumHeaderInterval@@6B@ @46881 NONAME ??_R4H245_MultilinkResponse_removeConnection@@6B@ @46882 NONAME ??_R4H245_MultimediaSystemControlMessage@@6B@ @46883 NONAME ??_R4H245_MultiplePayloadStream@@6B@ @46884 NONAME ??_R4H245_MultiplePayloadStreamCapability@@6B@ @46885 NONAME ??_R4H245_MultiplePayloadStreamElement@@6B@ @46886 NONAME ??_R4H245_MultiplePayloadStreamElementMode@@6B@ @46887 NONAME ??_R4H245_MultiplePayloadStreamMode@@6B@ @46888 NONAME ??_R4H245_MultiplexCapability@@6B@ @46889 NONAME ??_R4H245_MultiplexedStreamCapability@@6B@ @46890 NONAME ??_R4H245_MultiplexedStreamModeParameters@@6B@ @46891 NONAME ??_R4H245_MultiplexedStreamParameter@@6B@ @46892 NONAME ??_R4H245_MultiplexElement@@6B@ @46893 NONAME ??_R4H245_MultiplexElement_repeatCount@@6B@ @46894 NONAME ??_R4H245_MultiplexElement_type@@6B@ @46895 NONAME ??_R4H245_MultiplexEntryDescriptor@@6B@ @46896 NONAME ??_R4H245_MultiplexEntryRejectionDescriptions@@6B@ @46897 NONAME ??_R4H245_MultiplexEntryRejectionDescriptions_cause@@6B@ @46898 NONAME ??_R4H245_MultiplexEntrySend@@6B@ @46899 NONAME ??_R4H245_MultiplexEntrySendAck@@6B@ @46900 NONAME ??_R4H245_MultiplexEntrySendReject@@6B@ @46901 NONAME ??_R4H245_MultiplexEntrySendRelease@@6B@ @46902 NONAME ??_R4H245_MultiplexFormat@@6B@ @46903 NONAME ??_R4H245_MultiplexTableEntryNumber@@6B@ @46904 NONAME ??_R4H245_MultipointCapability@@6B@ @46905 NONAME ??_R4H245_NetworkAccessParameters@@6B@ @46906 NONAME ??_R4H245_NetworkAccessParameters_distribution@@6B@ @46907 NONAME ??_R4H245_NetworkAccessParameters_networkAddress@@6B@ @46908 NONAME ??_R4H245_NetworkAccessParameters_t120SetupProcedure@@6B@ @46909 NONAME ??_R4H245_NewATMVCCommand@@6B@ @46910 NONAME ??_R4H245_NewATMVCCommand_aal@@6B@ @46911 NONAME ??_R4H245_NewATMVCCommand_aal_aal1@@6B@ @46912 NONAME ??_R4H245_NewATMVCCommand_aal_aal1_clockRecovery@@6B@ @46913 NONAME ??_R4H245_NewATMVCCommand_aal_aal1_errorCorrection@@6B@ @46914 NONAME ??_R4H245_NewATMVCCommand_aal_aal5@@6B@ @46915 NONAME ??_R4H245_NewATMVCCommand_multiplex@@6B@ @46916 NONAME ??_R4H245_NewATMVCCommand_reverseParameters@@6B@ @46917 NONAME ??_R4H245_NewATMVCCommand_reverseParameters_multiplex@@6B@ @46918 NONAME ??_R4H245_NewATMVCIndication@@6B@ @46919 NONAME ??_R4H245_NewATMVCIndication_aal@@6B@ @46920 NONAME ??_R4H245_NewATMVCIndication_aal_aal1@@6B@ @46921 NONAME ??_R4H245_NewATMVCIndication_aal_aal1_clockRecovery@@6B@ @46922 NONAME ??_R4H245_NewATMVCIndication_aal_aal1_errorCorrection@@6B@ @46923 NONAME ??_R4H245_NewATMVCIndication_aal_aal5@@6B@ @46924 NONAME ??_R4H245_NewATMVCIndication_multiplex@@6B@ @46925 NONAME ??_R4H245_NewATMVCIndication_reverseParameters@@6B@ @46926 NONAME ??_R4H245_NewATMVCIndication_reverseParameters_multiplex@@6B@ @46927 NONAME ??_R4H245_NonStandardIdentifier@@6B@ @46928 NONAME ??_R4H245_NonStandardIdentifier_h221NonStandard@@6B@ @46929 NONAME ??_R4H245_NonStandardMessage@@6B@ @46930 NONAME ??_R4H245_NonStandardParameter@@6B@ @46931 NONAME ??_R4H245_NoPTAudioTelephonyEventCapability@@6B@ @46932 NONAME ??_R4H245_NoPTAudioToneCapability@@6B@ @46933 NONAME ??_R4H245_OpenLogicalChannel@@6B@ @46934 NONAME ??_R4H245_OpenLogicalChannelAck@@6B@ @46935 NONAME ??_R4H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@6B@ @46936 NONAME ??_R4H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@6B@ @46937 NONAME ??_R4H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@6B@ @46938 NONAME ??_R4H245_OpenLogicalChannelConfirm@@6B@ @46939 NONAME ??_R4H245_OpenLogicalChannelReject@@6B@ @46940 NONAME ??_R4H245_OpenLogicalChannelReject_cause@@6B@ @46941 NONAME ??_R4H245_OpenLogicalChannel_forwardLogicalChannelParameters@@6B@ @46942 NONAME ??_R4H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@6B@ @46943 NONAME ??_R4H245_OpenLogicalChannel_reverseLogicalChannelParameters@@6B@ @46944 NONAME ??_R4H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@6B@ @46945 NONAME ??_R4H245_ParameterIdentifier@@6B@ @46946 NONAME ??_R4H245_ParameterValue@@6B@ @46947 NONAME ??_R4H245_Params@@6B@ @53164 NONAME ??_R4H245_Password@@6B@ @46948 NONAME ??_R4H245_PictureReference@@6B@ @46949 NONAME ??_R4H245_Q2931Address@@6B@ @46950 NONAME ??_R4H245_Q2931Address_address@@6B@ @46951 NONAME ??_R4H245_QOSCapability@@6B@ @46952 NONAME ??_R4H245_QOSMode@@6B@ @46953 NONAME ??_R4H245_RedundancyEncoding@@6B@ @46954 NONAME ??_R4H245_RedundancyEncodingCapability@@6B@ @46955 NONAME ??_R4H245_RedundancyEncodingDTMode@@6B@ @46956 NONAME ??_R4H245_RedundancyEncodingDTModeElement@@6B@ @46957 NONAME ??_R4H245_RedundancyEncodingDTModeElement_type@@6B@ @46958 NONAME ??_R4H245_RedundancyEncodingElement@@6B@ @46959 NONAME ??_R4H245_RedundancyEncodingMethod@@6B@ @46960 NONAME ??_R4H245_RedundancyEncodingMode@@6B@ @46961 NONAME ??_R4H245_RedundancyEncodingMode_secondaryEncoding@@6B@ @46962 NONAME ??_R4H245_RedundancyEncoding_rtpRedundancyEncoding@@6B@ @46963 NONAME ??_R4H245_RefPictureSelection@@6B@ @46964 NONAME ??_R4H245_RefPictureSelection_additionalPictureMemory@@6B@ @46965 NONAME ??_R4H245_RefPictureSelection_enhancedReferencePicSelect@@6B@ @46966 NONAME ??_R4H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@6B@ @46967 NONAME ??_R4H245_RefPictureSelection_videoBackChannelSend@@6B@ @46968 NONAME ??_R4H245_RemoteMCRequest@@6B@ @46969 NONAME ??_R4H245_RemoteMCResponse@@6B@ @46970 NONAME ??_R4H245_RemoteMCResponse_reject@@6B@ @46971 NONAME ??_R4H245_RequestAllTerminalIDsResponse@@6B@ @46972 NONAME ??_R4H245_RequestChannelClose@@6B@ @46973 NONAME ??_R4H245_RequestChannelCloseAck@@6B@ @46974 NONAME ??_R4H245_RequestChannelCloseReject@@6B@ @46975 NONAME ??_R4H245_RequestChannelCloseReject_cause@@6B@ @46976 NONAME ??_R4H245_RequestChannelCloseRelease@@6B@ @46977 NONAME ??_R4H245_RequestChannelClose_reason@@6B@ @46978 NONAME ??_R4H245_RequestMessage@@6B@ @46979 NONAME ??_R4H245_RequestMode@@6B@ @46980 NONAME ??_R4H245_RequestModeAck@@6B@ @46981 NONAME ??_R4H245_RequestModeAck_response@@6B@ @46982 NONAME ??_R4H245_RequestModeReject@@6B@ @46983 NONAME ??_R4H245_RequestModeReject_cause@@6B@ @46984 NONAME ??_R4H245_RequestModeRelease@@6B@ @46985 NONAME ??_R4H245_RequestMultiplexEntry@@6B@ @46986 NONAME ??_R4H245_RequestMultiplexEntryAck@@6B@ @46987 NONAME ??_R4H245_RequestMultiplexEntryReject@@6B@ @46988 NONAME ??_R4H245_RequestMultiplexEntryRejectionDescriptions@@6B@ @46989 NONAME ??_R4H245_RequestMultiplexEntryRejectionDescriptions_cause@@6B@ @46990 NONAME ??_R4H245_RequestMultiplexEntryRelease@@6B@ @46991 NONAME ??_R4H245_ResponseMessage@@6B@ @46992 NONAME ??_R4H245_RoundTripDelayRequest@@6B@ @46993 NONAME ??_R4H245_RoundTripDelayResponse@@6B@ @46994 NONAME ??_R4H245_RSVPParameters@@6B@ @46995 NONAME ??_R4H245_RTPH263VideoRedundancyEncoding@@6B@ @46996 NONAME ??_R4H245_RTPH263VideoRedundancyEncoding_containedThreads@@6B@ @46997 NONAME ??_R4H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@6B@ @46998 NONAME ??_R4H245_RTPH263VideoRedundancyFrameMapping@@6B@ @46999 NONAME ??_R4H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@6B@ @47000 NONAME ??_R4H245_RTPPayloadType@@6B@ @47001 NONAME ??_R4H245_RTPPayloadType_payloadDescriptor@@6B@ @47002 NONAME ??_R4H245_SendTerminalCapabilitySet@@6B@ @47003 NONAME ??_R4H245_SendTerminalCapabilitySet_specificRequest@@6B@ @47004 NONAME ??_R4H245_SequenceNumber@@6B@ @47005 NONAME ??_R4H245_SubstituteConferenceIDCommand@@6B@ @47006 NONAME ??_R4H245_T38FaxProfile@@6B@ @47007 NONAME ??_R4H245_T38FaxRateManagement@@6B@ @47008 NONAME ??_R4H245_T38FaxTcpOptions@@6B@ @47009 NONAME ??_R4H245_T38FaxUdpOptions@@6B@ @47010 NONAME ??_R4H245_T38FaxUdpOptions_t38FaxUdpEC@@6B@ @47011 NONAME ??_R4H245_T84Profile@@6B@ @47012 NONAME ??_R4H245_T84Profile_t84Restricted@@6B@ @47013 NONAME ??_R4H245_TerminalCapabilitySet@@6B@ @47014 NONAME ??_R4H245_TerminalCapabilitySetAck@@6B@ @47015 NONAME ??_R4H245_TerminalCapabilitySetReject@@6B@ @47016 NONAME ??_R4H245_TerminalCapabilitySetReject_cause@@6B@ @47017 NONAME ??_R4H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@6B@ @47018 NONAME ??_R4H245_TerminalCapabilitySetRelease@@6B@ @47019 NONAME ??_R4H245_TerminalID@@6B@ @47020 NONAME ??_R4H245_TerminalInformation@@6B@ @47021 NONAME ??_R4H245_TerminalLabel@@6B@ @47022 NONAME ??_R4H245_TerminalNumber@@6B@ @47023 NONAME ??_R4H245_TerminalYouAreSeeingInSubPictureNumber@@6B@ @47024 NONAME ??_R4H245_TransparencyParameters@@6B@ @47025 NONAME ??_R4H245_TransportAddress@@6B@ @47026 NONAME ??_R4H245_TransportCapability@@6B@ @47027 NONAME ??_R4H245_UnicastAddress@@6B@ @47028 NONAME ??_R4H245_UnicastAddress_iP6Address@@6B@ @47029 NONAME ??_R4H245_UnicastAddress_iPAddress@@6B@ @47030 NONAME ??_R4H245_UnicastAddress_iPSourceRouteAddress@@6B@ @47031 NONAME ??_R4H245_UnicastAddress_iPSourceRouteAddress_route@@6B@ @47032 NONAME ??_R4H245_UnicastAddress_iPSourceRouteAddress_routing@@6B@ @47033 NONAME ??_R4H245_UnicastAddress_iPXAddress@@6B@ @47034 NONAME ??_R4H245_UserInputCapability@@6B@ @47035 NONAME ??_R4H245_UserInputIndication@@6B@ @47036 NONAME ??_R4H245_UserInputIndication_encryptedAlphanumeric@@6B@ @53165 NONAME ??_R4H245_UserInputIndication_extendedAlphanumeric@@6B@ @47037 NONAME ??_R4H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@6B@ @53166 NONAME ??_R4H245_UserInputIndication_signal@@6B@ @47038 NONAME ??_R4H245_UserInputIndication_signalUpdate@@6B@ @47039 NONAME ??_R4H245_UserInputIndication_signalUpdate_rtp@@6B@ @47040 NONAME ??_R4H245_UserInputIndication_signal_rtp@@6B@ @47041 NONAME ??_R4H245_UserInputIndication_userInputSupportIndication@@6B@ @47042 NONAME ??_R4H245_V42bis@@6B@ @47043 NONAME ??_R4H245_V75Capability@@6B@ @47044 NONAME ??_R4H245_V75Parameters@@6B@ @47045 NONAME ??_R4H245_V76Capability@@6B@ @47046 NONAME ??_R4H245_V76HDLCParameters@@6B@ @47047 NONAME ??_R4H245_V76LogicalChannelParameters@@6B@ @47048 NONAME ??_R4H245_V76LogicalChannelParameters_mode@@6B@ @47049 NONAME ??_R4H245_V76LogicalChannelParameters_mode_eRM@@6B@ @47050 NONAME ??_R4H245_V76LogicalChannelParameters_mode_eRM_recovery@@6B@ @47051 NONAME ??_R4H245_V76LogicalChannelParameters_suspendResume@@6B@ @47052 NONAME ??_R4H245_V76ModeParameters@@6B@ @47053 NONAME ??_R4H245_VBDCapability@@6B@ @47054 NONAME ??_R4H245_VBDMode@@6B@ @47055 NONAME ??_R4H245_VCCapability@@6B@ @47056 NONAME ??_R4H245_VCCapability_aal1@@6B@ @47057 NONAME ??_R4H245_VCCapability_aal1ViaGateway@@6B@ @47058 NONAME ??_R4H245_VCCapability_aal5@@6B@ @47059 NONAME ??_R4H245_VCCapability_availableBitRates@@6B@ @47060 NONAME ??_R4H245_VCCapability_availableBitRates_type@@6B@ @47061 NONAME ??_R4H245_VCCapability_availableBitRates_type_rangeOfBitRates@@6B@ @47062 NONAME ??_R4H245_VendorIdentification@@6B@ @47063 NONAME ??_R4H245_VideoCapability@@6B@ @47064 NONAME ??_R4H245_VideoIndicateCompose@@6B@ @47065 NONAME ??_R4H245_VideoMode@@6B@ @47066 NONAME ??_R4H248_ActionReply@@6B@ @47067 NONAME ??_R4H248_ActionRequest@@6B@ @47068 NONAME ??_R4H248_AmmDescriptor@@6B@ @47069 NONAME ??_R4H248_AmmRequest@@6B@ @47070 NONAME ??_R4H248_AmmsReply@@6B@ @47071 NONAME ??_R4H248_ArrayOf_ActionReply@@6B@ @47072 NONAME ??_R4H248_ArrayOf_ActionRequest@@6B@ @47073 NONAME ??_R4H248_ArrayOf_AmmDescriptor@@6B@ @47074 NONAME ??_R4H248_ArrayOf_CommandReply@@6B@ @47075 NONAME ??_R4H248_ArrayOf_CommandRequest@@6B@ @47076 NONAME ??_R4H248_ArrayOf_EventParameter@@6B@ @47077 NONAME ??_R4H248_ArrayOf_IndAuditParameter@@6B@ @47078 NONAME ??_R4H248_ArrayOf_IndAudPropertyParm@@6B@ @47079 NONAME ??_R4H248_ArrayOf_IndAudStreamDescriptor@@6B@ @47080 NONAME ??_R4H248_ArrayOf_ModemType@@6B@ @47081 NONAME ??_R4H248_ArrayOf_ObservedEvent@@6B@ @47082 NONAME ??_R4H248_ArrayOf_PASN_OctetString@@6B@ @47083 NONAME ??_R4H248_ArrayOf_PropertyGroup@@6B@ @47084 NONAME ??_R4H248_ArrayOf_PropertyParm@@6B@ @47085 NONAME ??_R4H248_ArrayOf_RequestedEvent@@6B@ @47086 NONAME ??_R4H248_ArrayOf_SecondRequestedEvent@@6B@ @47087 NONAME ??_R4H248_ArrayOf_Signal@@6B@ @47088 NONAME ??_R4H248_ArrayOf_SigParameter@@6B@ @47089 NONAME ??_R4H248_ArrayOf_StreamDescriptor@@6B@ @47090 NONAME ??_R4H248_ArrayOf_TerminationID@@6B@ @47091 NONAME ??_R4H248_ArrayOf_TopologyRequest@@6B@ @47092 NONAME ??_R4H248_ArrayOf_Transaction@@6B@ @47093 NONAME ??_R4H248_ArrayOf_WildcardField@@6B@ @47094 NONAME ??_R4H248_AuditDescriptor@@6B@ @47095 NONAME ??_R4H248_AuditReply@@6B@ @47096 NONAME ??_R4H248_AuditRequest@@6B@ @47097 NONAME ??_R4H248_AuditResult@@6B@ @47098 NONAME ??_R4H248_AuditReturnParameter@@6B@ @47099 NONAME ??_R4H248_AuthData@@6B@ @47100 NONAME ??_R4H248_AuthenticationHeader@@6B@ @47101 NONAME ??_R4H248_Command@@6B@ @47102 NONAME ??_R4H248_CommandReply@@6B@ @47103 NONAME ??_R4H248_CommandRequest@@6B@ @47104 NONAME ??_R4H248_ContextAttrAuditRequest@@6B@ @47105 NONAME ??_R4H248_ContextID@@6B@ @47106 NONAME ??_R4H248_ContextRequest@@6B@ @47107 NONAME ??_R4H248_DigitMapDescriptor@@6B@ @47108 NONAME ??_R4H248_DigitMapName@@6B@ @47109 NONAME ??_R4H248_DigitMapValue@@6B@ @47110 NONAME ??_R4H248_DomainName@@6B@ @47111 NONAME ??_R4H248_ErrorCode@@6B@ @47112 NONAME ??_R4H248_ErrorDescriptor@@6B@ @47113 NONAME ??_R4H248_ErrorText@@6B@ @47114 NONAME ??_R4H248_EventBufferControl@@6B@ @47115 NONAME ??_R4H248_EventBufferDescriptor@@6B@ @47116 NONAME ??_R4H248_EventDM@@6B@ @47117 NONAME ??_R4H248_EventName@@6B@ @47118 NONAME ??_R4H248_EventParameter@@6B@ @47119 NONAME ??_R4H248_EventParameter_extraInfo@@6B@ @47120 NONAME ??_R4H248_EventsDescriptor@@6B@ @47121 NONAME ??_R4H248_EventSpec@@6B@ @47122 NONAME ??_R4H248_H221NonStandard@@6B@ @47123 NONAME ??_R4H248_IndAudDigitMapDescriptor@@6B@ @47124 NONAME ??_R4H248_IndAudEventBufferDescriptor@@6B@ @47125 NONAME ??_R4H248_IndAudEventsDescriptor@@6B@ @47126 NONAME ??_R4H248_IndAuditParameter@@6B@ @47127 NONAME ??_R4H248_IndAudLocalControlDescriptor@@6B@ @47128 NONAME ??_R4H248_IndAudLocalRemoteDescriptor@@6B@ @47129 NONAME ??_R4H248_IndAudMediaDescriptor@@6B@ @47130 NONAME ??_R4H248_IndAudMediaDescriptor_streams@@6B@ @47131 NONAME ??_R4H248_IndAudPackagesDescriptor@@6B@ @47132 NONAME ??_R4H248_IndAudPropertyGroup@@6B@ @47133 NONAME ??_R4H248_IndAudPropertyParm@@6B@ @47134 NONAME ??_R4H248_IndAudSeqSigList@@6B@ @47135 NONAME ??_R4H248_IndAudSignal@@6B@ @47136 NONAME ??_R4H248_IndAudSignalsDescriptor@@6B@ @47137 NONAME ??_R4H248_IndAudStatisticsDescriptor@@6B@ @47138 NONAME ??_R4H248_IndAudStreamDescriptor@@6B@ @47139 NONAME ??_R4H248_IndAudStreamParms@@6B@ @47140 NONAME ??_R4H248_IndAudTerminationStateDescriptor@@6B@ @47141 NONAME ??_R4H248_IP4Address@@6B@ @47142 NONAME ??_R4H248_IP6Address@@6B@ @47143 NONAME ??_R4H248_LocalControlDescriptor@@6B@ @47144 NONAME ??_R4H248_LocalRemoteDescriptor@@6B@ @47145 NONAME ??_R4H248_MediaDescriptor@@6B@ @47146 NONAME ??_R4H248_MediaDescriptor_streams@@6B@ @47147 NONAME ??_R4H248_MegacoMessage@@6B@ @47148 NONAME ??_R4H248_Message@@6B@ @47149 NONAME ??_R4H248_Message_messageBody@@6B@ @47150 NONAME ??_R4H248_MId@@6B@ @47151 NONAME ??_R4H248_ModemDescriptor@@6B@ @47152 NONAME ??_R4H248_ModemType@@6B@ @47153 NONAME ??_R4H248_MuxDescriptor@@6B@ @47154 NONAME ??_R4H248_MuxType@@6B@ @47155 NONAME ??_R4H248_Name@@6B@ @47156 NONAME ??_R4H248_NonStandardData@@6B@ @47157 NONAME ??_R4H248_NonStandardIdentifier@@6B@ @47158 NONAME ??_R4H248_NotifyCompletion@@6B@ @47159 NONAME ??_R4H248_NotifyReply@@6B@ @47160 NONAME ??_R4H248_NotifyRequest@@6B@ @47161 NONAME ??_R4H248_ObservedEvent@@6B@ @47162 NONAME ??_R4H248_ObservedEventsDescriptor@@6B@ @47163 NONAME ??_R4H248_PackagesDescriptor@@6B@ @47164 NONAME ??_R4H248_PackagesItem@@6B@ @47165 NONAME ??_R4H248_PathName@@6B@ @47166 NONAME ??_R4H248_PkgdName@@6B@ @47167 NONAME ??_R4H248_PropertyGroup@@6B@ @47168 NONAME ??_R4H248_PropertyParm@@6B@ @47169 NONAME ??_R4H248_PropertyParm_extraInfo@@6B@ @47170 NONAME ??_R4H248_Relation@@6B@ @47171 NONAME ??_R4H248_RequestedActions@@6B@ @47172 NONAME ??_R4H248_RequestedEvent@@6B@ @47173 NONAME ??_R4H248_RequestID@@6B@ @47174 NONAME ??_R4H248_SecondEventsDescriptor@@6B@ @47175 NONAME ??_R4H248_SecondRequestedActions@@6B@ @47176 NONAME ??_R4H248_SecondRequestedEvent@@6B@ @47177 NONAME ??_R4H248_SecurityParmIndex@@6B@ @47178 NONAME ??_R4H248_SeqSigList@@6B@ @47179 NONAME ??_R4H248_SequenceNum@@6B@ @47180 NONAME ??_R4H248_ServiceChangeAddress@@6B@ @47181 NONAME ??_R4H248_ServiceChangeMethod@@6B@ @47182 NONAME ??_R4H248_ServiceChangeParm@@6B@ @47183 NONAME ??_R4H248_ServiceChangeProfile@@6B@ @47184 NONAME ??_R4H248_ServiceChangeReply@@6B@ @47185 NONAME ??_R4H248_ServiceChangeRequest@@6B@ @47186 NONAME ??_R4H248_ServiceChangeResParm@@6B@ @47187 NONAME ??_R4H248_ServiceChangeResult@@6B@ @47188 NONAME ??_R4H248_ServiceState@@6B@ @47189 NONAME ??_R4H248_Signal@@6B@ @47190 NONAME ??_R4H248_SignalName@@6B@ @47191 NONAME ??_R4H248_SignalRequest@@6B@ @47192 NONAME ??_R4H248_SignalsDescriptor@@6B@ @47193 NONAME ??_R4H248_SignalType@@6B@ @47194 NONAME ??_R4H248_SigParameter@@6B@ @47195 NONAME ??_R4H248_SigParameter_extraInfo@@6B@ @47196 NONAME ??_R4H248_StatisticsDescriptor@@6B@ @47197 NONAME ??_R4H248_StatisticsParameter@@6B@ @47198 NONAME ??_R4H248_StreamDescriptor@@6B@ @47199 NONAME ??_R4H248_StreamID@@6B@ @47200 NONAME ??_R4H248_StreamMode@@6B@ @47201 NONAME ??_R4H248_StreamParms@@6B@ @47202 NONAME ??_R4H248_SubtractRequest@@6B@ @47203 NONAME ??_R4H248_TerminationAudit@@6B@ @47204 NONAME ??_R4H248_TerminationID@@6B@ @47205 NONAME ??_R4H248_TerminationIDList@@6B@ @47206 NONAME ??_R4H248_TerminationStateDescriptor@@6B@ @47207 NONAME ??_R4H248_TimeNotation@@6B@ @47208 NONAME ??_R4H248_TopologyRequest@@6B@ @47209 NONAME ??_R4H248_TopologyRequest_topologyDirection@@6B@ @47210 NONAME ??_R4H248_Transaction@@6B@ @47211 NONAME ??_R4H248_TransactionAck@@6B@ @47212 NONAME ??_R4H248_TransactionId@@6B@ @47213 NONAME ??_R4H248_TransactionPending@@6B@ @47214 NONAME ??_R4H248_TransactionReply@@6B@ @47215 NONAME ??_R4H248_TransactionReply_transactionResult@@6B@ @47216 NONAME ??_R4H248_TransactionRequest@@6B@ @47217 NONAME ??_R4H248_TransactionResponseAck@@6B@ @47218 NONAME ??_R4H248_Value@@6B@ @47219 NONAME ??_R4H248_WildcardField@@6B@ @47220 NONAME ??_R4H261DCTEncoder@@6B@ @47221 NONAME ??_R4H261Encoder@@6B@ @47222 NONAME ??_R4H261PixelEncoder@@6B@ @47223 NONAME ??_R4H263Packet@@6B@ @53849 NONAME ??_R4H263PacketList@@6B@ @53850 NONAME ??_R4H323AudioCapability@@6B@ @47226 NONAME ??_R4H323AudioCodec@@6B@ @47227 NONAME ??_R4H323BidirectionalChannel@@6B@ @47228 NONAME ??_R4H323CallCreditServiceControl@@6B@ @47229 NONAME ??_R4H323Capabilities@@6B@ @47230 NONAME ??_R4H323CapabilitiesSet@@6B@ @47231 NONAME ??_R4H323Capability@@6B@ @47232 NONAME ??_R4H323Channel@@6B@ @47234 NONAME ??_R4H323ChannelNumber@@6B@ @47235 NONAME ??_R4H323Codec@@6B@ @47236 NONAME ??_R4H323CodecPluginGenericAudioCapability@@6BH323AudioCapability@@@ @53324 NONAME ??_R4H323CodecPluginGenericAudioCapability@@6BH323GenericCapabilityInfo@@@ @53325 NONAME ??_R4H323CodecPluginNonStandardAudioCapability@@6BH323AudioCapability@@@ @50424 NONAME ??_R4H323CodecPluginNonStandardAudioCapability@@6BH323NonStandardCapabilityInfo@@@ @50425 NONAME ??_R4H323Connection@@6B@ @47237 NONAME ??_R4H323ConnectionsCleaner@@6B@ @47238 NONAME ??_R4H323ControlPDU@@6B@ @47239 NONAME ??_R4H323DataCapability@@6B@ @47240 NONAME ??_R4H323DataChannel@@6B@ @47241 NONAME ??_R4H323DynaLink@@6B@ @50665 NONAME ??_R4H323EndPoint@@6B@ @47242 NONAME ??_R4H323FramedAudioCodec@@6B@ @47243 NONAME ??_R4H323Gatekeeper@@6B@ @47244 NONAME ??_R4H323GatekeeperARQ@@6B@ @47245 NONAME ??_R4H323GatekeeperBRQ@@6B@ @47246 NONAME ??_R4H323GatekeeperCall@@6B@ @47247 NONAME ??_R4H323GatekeeperDRQ@@6B@ @47248 NONAME ??_R4H323GatekeeperGRQ@@6B@ @47249 NONAME ??_R4H323GatekeeperIRR@@6B@ @47250 NONAME ??_R4H323GatekeeperListener@@6B@ @47251 NONAME ??_R4H323GatekeeperLRQ@@6B@ @47252 NONAME ??_R4H323GatekeeperRequest@@6B@ @47253 NONAME ??_R4H323GatekeeperRRQ@@6B@ @47254 NONAME ??_R4H323GatekeeperServer@@6B@ @47255 NONAME ??_R4H323GatekeeperURQ@@6B@ @47256 NONAME ??_R4H323GenericAudioCapability@@6BH323AudioCapability@@@ @53326 NONAME ??_R4H323GenericAudioCapability@@6BH323GenericCapabilityInfo@@@ @53327 NONAME ??_R4H323GenericCapabilityInfo@@6B@ @53328 NONAME ??_R4H323GenericVideoCapability@@6BH323GenericCapabilityInfo@@@ @53329 NONAME ??_R4H323GenericVideoCapability@@6BH323VideoCapability@@@ @53330 NONAME ??_R4H323GSMPluginCapability@@6B@ @50426 NONAME ??_R4H323H248ServiceControl@@6B@ @47257 NONAME ??_R4H323HTTPServiceControl@@6B@ @47258 NONAME ??_R4H323Listener@@6B@ @47259 NONAME ??_R4H323ListenerTCP@@6B@ @47260 NONAME ??_R4H323LogicalChannelThread@@6B@ @47261 NONAME ??_R4H323NonStandardAudioCapability@@6BH323AudioCapability@@@ @47262 NONAME ??_R4H323NonStandardAudioCapability@@6BH323NonStandardCapabilityInfo@@@ @47263 NONAME ??_R4H323NonStandardCapabilityInfo@@6B@ @47264 NONAME ??_R4H323NonStandardDataCapability@@6BH323DataCapability@@@ @47265 NONAME ??_R4H323NonStandardDataCapability@@6BH323NonStandardCapabilityInfo@@@ @47266 NONAME ??_R4H323NonStandardVideoCapability@@6BH323NonStandardCapabilityInfo@@@ @47267 NONAME ??_R4H323NonStandardVideoCapability@@6BH323VideoCapability@@@ @47268 NONAME ??_R4H323PeerElement@@6B@ @47269 NONAME ??_R4H323PeerElementDescriptor@@6B@ @47270 NONAME ??_R4H323PeerElementServiceRelationship@@6B@ @47271 NONAME ??_R4H323PluginCapability@@6B@ @50429 NONAME ??_R4H323PluginCodecManager@@6B@ @50640 NONAME ??_R4H323PluginFramedAudioCodec@@6B@ @50709 NONAME ??_R4H323PluginG7231Capability@@6B@ @50430 NONAME ??_R4H323PluginVideoCodec@@6B@ @50431 NONAME ??_R4H323RasPDU@@6BH225_RasMessage@@@ @47272 NONAME ??_R4H323RasPDU@@6BH323TransactionPDU@@@ @47273 NONAME ??_R4H323RealTimeCapability@@6B@ @47274 NONAME ??_R4H323RegisteredEndPoint@@6B@ @47275 NONAME ??_R4H323ServiceControlSession@@6B@ @47276 NONAME ??_R4H323SignalPDU@@6B@ @47277 NONAME ??_R4H323SimultaneousCapabilities@@6B@ @47278 NONAME ??_R4H323StreamedAudioCodec@@6B@ @47279 NONAME ??_R4H323StreamedPluginAudioCodec@@6B@ @50710 NONAME ??_R4H323Transaction@@6B@ @47280 NONAME ??_R4H323TransactionPDU@@6B@ @47281 NONAME ??_R4H323TransactionServer@@6B@ @47282 NONAME ??_R4H323Transactor@@6B@ @47283 NONAME ??_R4H323Transport@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @47284 NONAME ??_R4H323Transport@@6BPObject@@@ @47285 NONAME ??_R4H323TransportAddress@@6B@ @47286 NONAME ??_R4H323TransportAddressArray@@6B@ @47287 NONAME ??_R4H323TransportIP@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @47288 NONAME ??_R4H323TransportIP@@6BPObject@@@ @47289 NONAME ??_R4H323TransportTCP@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @47290 NONAME ??_R4H323TransportTCP@@6BPObject@@@ @47291 NONAME ??_R4H323TransportUDP@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @47292 NONAME ??_R4H323TransportUDP@@6BPObject@@@ @47293 NONAME ??_R4H323UnidirectionalChannel@@6B@ @47294 NONAME ??_R4H323VideoCapability@@6B@ @47295 NONAME ??_R4H323VideoCodec@@6B@ @47296 NONAME ??_R4H323_ALawCodec@@6B@ @47297 NONAME ??_R4H323_AnnexG@@6B@ @47298 NONAME ??_R4H323_CiscoG7231aLIDCapability@@6BH323AudioCapability@@@ @47299 NONAME ??_R4H323_CiscoG7231aLIDCapability@@6BH323NonStandardCapabilityInfo@@@ @47300 NONAME ??_R4H323_ExternalRTPChannel@@6B@ @47302 NONAME ??_R4H323_G711ALaw64Capability@@6B@ @51349 NONAME ??_R4H323_G711Capability@@6B@ @47307 NONAME ??_R4H323_G711uLaw64Capability@@6B@ @51350 NONAME ??_R4H323_H261Capability@@6B@ @47324 NONAME ??_R4H323_H261Codec@@6B@ @47325 NONAME ??_R4H323_LIDCapability@@6B@ @47328 NONAME ??_R4H323_LIDCodec@@6B@ @47329 NONAME ??_R4H323_LID_G711_ALaw_Capability@@6B@ @51351 NONAME ??_R4H323_LID_G711_uLaw_Capability@@6B@ @51352 NONAME ??_R4H323_LID_G7231A_5k3_Capability@@6B@ @51353 NONAME ??_R4H323_LID_G7231A_6k3_Capability@@6B@ @51354 NONAME ??_R4H323_LID_G7231_5k3_Capability@@6B@ @51355 NONAME ??_R4H323_LID_G7231_6k3_Capability@@6B@ @51356 NONAME ??_R4H323_LID_G728_Capability@@6B@ @51357 NONAME ??_R4H323_LID_G729AB_Capability@@6B@ @51358 NONAME ??_R4H323_LID_G729A_Capability@@6B@ @51359 NONAME ??_R4H323_LID_G729B_Capability@@6B@ @51360 NONAME ??_R4H323_LID_G729_Capability@@6B@ @51361 NONAME ??_R4H323_LID_GSM0610_Capability@@6B@ @51362 NONAME ??_R4H323_muLawCodec@@6B@ @47346 NONAME ??_R4H323_RealTimeChannel@@6B@ @47347 NONAME ??_R4H323_RFC2190_H263Capability@@6B@ @53851 NONAME ??_R4H323_RFC2190_H263Codec@@6B@ @53852 NONAME ??_R4H323_RTPChannel@@6B@ @47348 NONAME ??_R4H323_RTP_Session@@6B@ @47349 NONAME ??_R4H323_RTP_UDP@@6B@ @47350 NONAME ??_R4H323_T120Capability@@6B@ @47351 NONAME ??_R4H323_T120Channel@@6B@ @47352 NONAME ??_R4H323_T38Capability@@6B@ @47353 NONAME ??_R4H323_T38Channel@@6B@ @47354 NONAME ??_R4H323_T38NonStandardCapability@@6BH323DataCapability@@@ @47355 NONAME ??_R4H323_T38NonStandardCapability@@6BH323NonStandardCapabilityInfo@@@ @47356 NONAME ??_R4H323_UserInputCapability@@6B@ @47357 NONAME ??_R4H45010_ArrayOf_MixedExtension@@6B@ @47358 NONAME ??_R4H45010_CfbOvrOptArg@@6B@ @47359 NONAME ??_R4H45010_CoReqOptArg@@6B@ @47360 NONAME ??_R4H45010_H323CallOfferOperations@@6B@ @47361 NONAME ??_R4H45010_RUAlertOptArg@@6B@ @47362 NONAME ??_R4H45011Handler@@6B@ @47363 NONAME ??_R4H45011_ArrayOf_MixedExtension@@6B@ @47364 NONAME ??_R4H45011_CallIntrusionErrors@@6B@ @47365 NONAME ??_R4H45011_CICapabilityLevel@@6B@ @47366 NONAME ??_R4H45011_CIFrcRelArg@@6B@ @47367 NONAME ??_R4H45011_CIFrcRelOptRes@@6B@ @47368 NONAME ??_R4H45011_CIGetCIPLOptArg@@6B@ @47369 NONAME ??_R4H45011_CIGetCIPLRes@@6B@ @47370 NONAME ??_R4H45011_CIIsOptArg@@6B@ @47371 NONAME ??_R4H45011_CIIsOptRes@@6B@ @47372 NONAME ??_R4H45011_CINotificationArg@@6B@ @47373 NONAME ??_R4H45011_CIProtectionLevel@@6B@ @47374 NONAME ??_R4H45011_CIRequestArg@@6B@ @47375 NONAME ??_R4H45011_CIRequestRes@@6B@ @47376 NONAME ??_R4H45011_CISilentArg@@6B@ @47377 NONAME ??_R4H45011_CISilentOptRes@@6B@ @47378 NONAME ??_R4H45011_CIStatusInformation@@6B@ @47379 NONAME ??_R4H45011_CIWobOptArg@@6B@ @47380 NONAME ??_R4H45011_CIWobOptRes@@6B@ @47381 NONAME ??_R4H45011_H323CallIntrusionOperations@@6B@ @47382 NONAME ??_R4H4501_Address@@6B@ @47383 NONAME ??_R4H4501_AddressInformation@@6B@ @47384 NONAME ??_R4H4501_AddressScreened@@6B@ @47385 NONAME ??_R4H4501_ArrayOf_AliasAddress@@6B@ @47386 NONAME ??_R4H4501_ArrayOf_ROS@@6B@ @47387 NONAME ??_R4H4501_EndpointAddress@@6B@ @47388 NONAME ??_R4H4501_EntityType@@6B@ @47389 NONAME ??_R4H4501_Extension@@6B@ @47390 NONAME ??_R4H4501_GeneralErrorList@@6B@ @47391 NONAME ??_R4H4501_H225InformationElement@@6B@ @47392 NONAME ??_R4H4501_InterpretationApdu@@6B@ @47393 NONAME ??_R4H4501_InvokeIDs@@6B@ @47394 NONAME ??_R4H4501_InvokeIdSet@@6B@ @47395 NONAME ??_R4H4501_NetworkFacilityExtension@@6B@ @47396 NONAME ??_R4H4501_NSAPSubaddress@@6B@ @47397 NONAME ??_R4H4501_NumberScreened@@6B@ @47398 NONAME ??_R4H4501_PartySubaddress@@6B@ @47399 NONAME ??_R4H4501_PresentationAllowedIndicator@@6B@ @47400 NONAME ??_R4H4501_PresentedAddressScreened@@6B@ @47401 NONAME ??_R4H4501_PresentedAddressUnscreened@@6B@ @47402 NONAME ??_R4H4501_PresentedNumberScreened@@6B@ @47403 NONAME ??_R4H4501_PresentedNumberUnscreened@@6B@ @47404 NONAME ??_R4H4501_ScreeningIndicator@@6B@ @47405 NONAME ??_R4H4501_ServiceApdus@@6B@ @47406 NONAME ??_R4H4501_SubaddressInformation@@6B@ @47407 NONAME ??_R4H4501_SupplementaryService@@6B@ @47408 NONAME ??_R4H4501_UserSpecifiedSubaddress@@6B@ @47409 NONAME ??_R4H4502Handler@@6B@ @47410 NONAME ??_R4H4502_CallIdentity@@6B@ @47411 NONAME ??_R4H4502_CallStatus@@6B@ @47412 NONAME ??_R4H4502_CallTransferErrors@@6B@ @47413 NONAME ??_R4H4502_CallTransferOperation@@6B@ @47414 NONAME ??_R4H4502_CTActiveArg@@6B@ @47415 NONAME ??_R4H4502_CTActiveArg_argumentExtension@@6B@ @47416 NONAME ??_R4H4502_CTCompleteArg@@6B@ @47417 NONAME ??_R4H4502_CTCompleteArg_argumentExtension@@6B@ @47418 NONAME ??_R4H4502_CTIdentifyRes@@6B@ @47419 NONAME ??_R4H4502_CTIdentifyRes_resultExtension@@6B@ @47420 NONAME ??_R4H4502_CTInitiateArg@@6B@ @47421 NONAME ??_R4H4502_CTInitiateArg_argumentExtension@@6B@ @47422 NONAME ??_R4H4502_CTSetupArg@@6B@ @47423 NONAME ??_R4H4502_CTSetupArg_argumentExtension@@6B@ @47424 NONAME ??_R4H4502_CTUpdateArg@@6B@ @47425 NONAME ??_R4H4502_CTUpdateArg_argumentExtension@@6B@ @47426 NONAME ??_R4H4502_DummyArg@@6B@ @47427 NONAME ??_R4H4502_DummyRes@@6B@ @47428 NONAME ??_R4H4502_EndDesignation@@6B@ @47429 NONAME ??_R4H4502_ExtensionSeq@@6B@ @47430 NONAME ??_R4H4502_SubaddressTransferArg@@6B@ @47431 NONAME ??_R4H4502_SubaddressTransferArg_argumentExtension@@6B@ @47432 NONAME ??_R4H4503_BasicService@@6B@ @47433 NONAME ??_R4H4503_CallDiversionErrors@@6B@ @47434 NONAME ??_R4H4503_DiversionReason@@6B@ @47435 NONAME ??_R4H4503_ExtensionSeq@@6B@ @47436 NONAME ??_R4H4503_H323CallDiversionOperations@@6B@ @47437 NONAME ??_R4H4503_IntResult@@6B@ @47438 NONAME ??_R4H4503_IntResultList@@6B@ @47439 NONAME ??_R4H4503_IntResult_extension@@6B@ @47440 NONAME ??_R4H4503_Procedure@@6B@ @47441 NONAME ??_R4H4503_SubscriptionOption@@6B@ @47442 NONAME ??_R4H4504Handler@@6B@ @47443 NONAME ??_R4H4504_ArrayOf_MixedExtension@@6B@ @47444 NONAME ??_R4H4504_CallHoldOperation@@6B@ @47445 NONAME ??_R4H4504_Extension@@6B@ @47446 NONAME ??_R4H4504_HoldNotificArg@@6B@ @47447 NONAME ??_R4H4504_MixedExtension@@6B@ @47448 NONAME ??_R4H4504_RemoteHoldArg@@6B@ @47449 NONAME ??_R4H4504_RemoteHoldRes@@6B@ @47450 NONAME ??_R4H4504_RemoteRetrieveArg@@6B@ @47451 NONAME ??_R4H4504_RemoteRetrieveRes@@6B@ @47452 NONAME ??_R4H4504_RetrieveNotificArg@@6B@ @47453 NONAME ??_R4H4505_ArrayOf_MixedExtension@@6B@ @47454 NONAME ??_R4H4505_CallParkPickupOperations@@6B@ @47455 NONAME ??_R4H4505_CallPickupErrors@@6B@ @47456 NONAME ??_R4H4505_CallType@@6B@ @47457 NONAME ??_R4H4505_CpickupNotifyArg@@6B@ @47458 NONAME ??_R4H4505_CpNotifyArg@@6B@ @47459 NONAME ??_R4H4505_CpRequestArg@@6B@ @47460 NONAME ??_R4H4505_CpRequestRes@@6B@ @47461 NONAME ??_R4H4505_CpSetupArg@@6B@ @47462 NONAME ??_R4H4505_CpSetupRes@@6B@ @47463 NONAME ??_R4H4505_GroupIndicationOffArg@@6B@ @47464 NONAME ??_R4H4505_GroupIndicationOffRes@@6B@ @47465 NONAME ??_R4H4505_GroupIndicationOnArg@@6B@ @47466 NONAME ??_R4H4505_GroupIndicationOnRes@@6B@ @47467 NONAME ??_R4H4505_ParkCondition@@6B@ @47468 NONAME ??_R4H4505_ParkedToPosition@@6B@ @47469 NONAME ??_R4H4505_PickExeArg@@6B@ @47470 NONAME ??_R4H4505_PickExeRes@@6B@ @47471 NONAME ??_R4H4505_PickrequArg@@6B@ @47472 NONAME ??_R4H4505_PickrequRes@@6B@ @47473 NONAME ??_R4H4505_PickupArg@@6B@ @47474 NONAME ??_R4H4505_PickupRes@@6B@ @47475 NONAME ??_R4H4506Handler@@6B@ @47476 NONAME ??_R4H4506_ArrayOf_MixedExtension@@6B@ @47477 NONAME ??_R4H4506_CallWaitingArg@@6B@ @47478 NONAME ??_R4H4506_CallWaitingOperations@@6B@ @47479 NONAME ??_R4H4507_ArrayOf_MixedExtension@@6B@ @47480 NONAME ??_R4H4507_BasicService@@6B@ @47481 NONAME ??_R4H4507_DummyRes@@6B@ @47482 NONAME ??_R4H4507_H323_MWI_Operations@@6B@ @47483 NONAME ??_R4H4507_MessageWaitingIndicationErrors@@6B@ @47484 NONAME ??_R4H4507_MsgCentreId@@6B@ @47485 NONAME ??_R4H4507_MWIActivateArg@@6B@ @47486 NONAME ??_R4H4507_MWIDeactivateArg@@6B@ @47487 NONAME ??_R4H4507_MWIInterrogateArg@@6B@ @47488 NONAME ??_R4H4507_MWIInterrogateRes@@6B@ @47489 NONAME ??_R4H4507_MWIInterrogateResElt@@6B@ @47490 NONAME ??_R4H4507_NbOfMessages@@6B@ @47491 NONAME ??_R4H4507_TimeStamp@@6B@ @47492 NONAME ??_R4H4508_ExtendedName@@6B@ @47493 NONAME ??_R4H4508_Name@@6B@ @47494 NONAME ??_R4H4508_NameOperations@@6B@ @47495 NONAME ??_R4H4508_NamePresentationAllowed@@6B@ @47496 NONAME ??_R4H4508_NamePresentationRestricted@@6B@ @47497 NONAME ??_R4H4508_SimpleName@@6B@ @47498 NONAME ??_R4H4509_ArrayOf_MixedExtension@@6B@ @47499 NONAME ??_R4H4509_CallCompletionErrors@@6B@ @47500 NONAME ??_R4H4509_CcArg@@6B@ @47501 NONAME ??_R4H4509_CcLongArg@@6B@ @47502 NONAME ??_R4H4509_CcRequestArg@@6B@ @47503 NONAME ??_R4H4509_CcRequestRes@@6B@ @47504 NONAME ??_R4H4509_CcShortArg@@6B@ @47505 NONAME ??_R4H4509_H323CallCompletionOperations@@6B@ @47506 NONAME ??_R4H450ServiceAPDU@@6B@ @47507 NONAME ??_R4H450xDispatcher@@6B@ @47508 NONAME ??_R4H450xHandler@@6B@ @47509 NONAME ??_R4H501AccessRequest@@6B@ @47510 NONAME ??_R4H501DescriptorUpdate@@6B@ @47511 NONAME ??_R4H501PDU@@6BH323TransactionPDU@@@ @47512 NONAME ??_R4H501PDU@@6BH501_Message@@@ @47513 NONAME ??_R4H501ServiceRequest@@6B@ @47514 NONAME ??_R4H501Transaction@@6B@ @47515 NONAME ??_R4H501_AccessConfirmation@@6B@ @47516 NONAME ??_R4H501_AccessRejection@@6B@ @47517 NONAME ??_R4H501_AccessRejectionReason@@6B@ @47518 NONAME ??_R4H501_AccessRequest@@6B@ @47519 NONAME ??_R4H501_AccessToken@@6B@ @47520 NONAME ??_R4H501_AddressTemplate@@6B@ @47521 NONAME ??_R4H501_AlternatePE@@6B@ @47522 NONAME ??_R4H501_AlternatePEInfo@@6B@ @47523 NONAME ??_R4H501_ApplicationMessage@@6B@ @47524 NONAME ??_R4H501_ArrayOf_AccessToken@@6B@ @47525 NONAME ??_R4H501_ArrayOf_AddressTemplate@@6B@ @47526 NONAME ??_R4H501_ArrayOf_AliasAddress@@6B@ @47527 NONAME ??_R4H501_ArrayOf_AlternatePE@@6B@ @47528 NONAME ??_R4H501_ArrayOf_CircuitIdentifier@@6B@ @47529 NONAME ??_R4H501_ArrayOf_ClearToken@@6B@ @47530 NONAME ??_R4H501_ArrayOf_ContactInformation@@6B@ @47531 NONAME ??_R4H501_ArrayOf_CryptoH323Token@@6B@ @47532 NONAME ??_R4H501_ArrayOf_Descriptor@@6B@ @47533 NONAME ??_R4H501_ArrayOf_DescriptorInfo@@6B@ @47534 NONAME ??_R4H501_ArrayOf_GenericData@@6B@ @47535 NONAME ??_R4H501_ArrayOf_GloballyUniqueID@@6B@ @47536 NONAME ??_R4H501_ArrayOf_NonStandardParameter@@6B@ @47537 NONAME ??_R4H501_ArrayOf_PASN_ObjectId@@6B@ @47538 NONAME ??_R4H501_ArrayOf_Pattern@@6B@ @47539 NONAME ??_R4H501_ArrayOf_PriceElement@@6B@ @47540 NONAME ??_R4H501_ArrayOf_PriceInfoSpec@@6B@ @47541 NONAME ??_R4H501_ArrayOf_RouteInformation@@6B@ @47542 NONAME ??_R4H501_ArrayOf_SecurityMode@@6B@ @47543 NONAME ??_R4H501_ArrayOf_ServiceControlSession@@6B@ @47544 NONAME ??_R4H501_ArrayOf_SupportedProtocols@@6B@ @47545 NONAME ??_R4H501_ArrayOf_TransportAddress@@6B@ @47546 NONAME ??_R4H501_ArrayOf_UpdateInformation@@6B@ @47547 NONAME ??_R4H501_ArrayOf_UsageField@@6B@ @47548 NONAME ??_R4H501_AuthenticationConfirmation@@6B@ @47549 NONAME ??_R4H501_AuthenticationRejection@@6B@ @47550 NONAME ??_R4H501_AuthenticationRejectionReason@@6B@ @47551 NONAME ??_R4H501_AuthenticationRequest@@6B@ @47552 NONAME ??_R4H501_CallInformation@@6B@ @47553 NONAME ??_R4H501_ContactInformation@@6B@ @47554 NONAME ??_R4H501_Descriptor@@6B@ @47555 NONAME ??_R4H501_DescriptorConfirmation@@6B@ @47556 NONAME ??_R4H501_DescriptorIDConfirmation@@6B@ @47557 NONAME ??_R4H501_DescriptorIDRejection@@6B@ @47558 NONAME ??_R4H501_DescriptorIDRejectionReason@@6B@ @47559 NONAME ??_R4H501_DescriptorIDRequest@@6B@ @47560 NONAME ??_R4H501_DescriptorInfo@@6B@ @47561 NONAME ??_R4H501_DescriptorRejection@@6B@ @47562 NONAME ??_R4H501_DescriptorRejectionReason@@6B@ @47563 NONAME ??_R4H501_DescriptorRequest@@6B@ @47564 NONAME ??_R4H501_DescriptorUpdate@@6B@ @47565 NONAME ??_R4H501_DescriptorUpdateAck@@6B@ @47566 NONAME ??_R4H501_ElementIdentifier@@6B@ @47567 NONAME ??_R4H501_GlobalTimeStamp@@6B@ @47568 NONAME ??_R4H501_Message@@6B@ @47569 NONAME ??_R4H501_MessageBody@@6B@ @47570 NONAME ??_R4H501_MessageCommonInfo@@6B@ @47571 NONAME ??_R4H501_NonStandardConfirmation@@6B@ @47572 NONAME ??_R4H501_NonStandardRejection@@6B@ @47573 NONAME ??_R4H501_NonStandardRejectionReason@@6B@ @47574 NONAME ??_R4H501_NonStandardRequest@@6B@ @47575 NONAME ??_R4H501_PartyInformation@@6B@ @47576 NONAME ??_R4H501_Pattern@@6B@ @47577 NONAME ??_R4H501_Pattern_range@@6B@ @47578 NONAME ??_R4H501_PriceElement@@6B@ @47579 NONAME ??_R4H501_PriceElement_units@@6B@ @47580 NONAME ??_R4H501_PriceInfoSpec@@6B@ @47581 NONAME ??_R4H501_ProtocolVersion@@6B@ @47582 NONAME ??_R4H501_RequestInProgress@@6B@ @47583 NONAME ??_R4H501_Role@@6B@ @47584 NONAME ??_R4H501_RouteInformation@@6B@ @47585 NONAME ??_R4H501_RouteInformation_messageType@@6B@ @47586 NONAME ??_R4H501_SecurityMode@@6B@ @47587 NONAME ??_R4H501_ServiceConfirmation@@6B@ @47588 NONAME ??_R4H501_ServiceRejection@@6B@ @47589 NONAME ??_R4H501_ServiceRejectionReason@@6B@ @47590 NONAME ??_R4H501_ServiceRelease@@6B@ @47591 NONAME ??_R4H501_ServiceReleaseReason@@6B@ @47592 NONAME ??_R4H501_ServiceRequest@@6B@ @47593 NONAME ??_R4H501_TerminationCause@@6B@ @47594 NONAME ??_R4H501_TimeZone@@6B@ @47595 NONAME ??_R4H501_UnknownMessageReason@@6B@ @47596 NONAME ??_R4H501_UnknownMessageResponse@@6B@ @47597 NONAME ??_R4H501_UpdateInformation@@6B@ @47598 NONAME ??_R4H501_UpdateInformation_descriptorInfo@@6B@ @47599 NONAME ??_R4H501_UpdateInformation_updateType@@6B@ @47600 NONAME ??_R4H501_UsageCallStatus@@6B@ @47601 NONAME ??_R4H501_UsageConfirmation@@6B@ @47602 NONAME ??_R4H501_UsageField@@6B@ @47603 NONAME ??_R4H501_UsageIndication@@6B@ @47604 NONAME ??_R4H501_UsageIndicationConfirmation@@6B@ @47605 NONAME ??_R4H501_UsageIndicationRejection@@6B@ @47606 NONAME ??_R4H501_UsageIndicationRejectionReason@@6B@ @47607 NONAME ??_R4H501_UsageRejection@@6B@ @47608 NONAME ??_R4H501_UsageRejectReason@@6B@ @47609 NONAME ??_R4H501_UsageRequest@@6B@ @47610 NONAME ??_R4H501_UsageSpecification@@6B@ @47611 NONAME ??_R4H501_UsageSpecification_when@@6B@ @47612 NONAME ??_R4H501_UserInformation@@6B@ @47613 NONAME ??_R4H501_ValidationConfirmation@@6B@ @47614 NONAME ??_R4H501_ValidationRejection@@6B@ @47615 NONAME ??_R4H501_ValidationRejectionReason@@6B@ @47616 NONAME ??_R4H501_ValidationRequest@@6B@ @47617 NONAME ??_R4HandleTimeout_PNotifier@H245Negotiator@@6B@ @47618 NONAME ??_R4HandleTransactions_PNotifier@H323Transactor@@6B@ @47619 NONAME ??_R4IntraP64Decoder@@6B@ @47620 NONAME ??_R4MCS_ArrayOf_ChannelAttributes@@6B@ @47621 NONAME ??_R4MCS_ArrayOf_ChannelId@@6B@ @47622 NONAME ??_R4MCS_ArrayOf_TokenAttributes@@6B@ @47623 NONAME ??_R4MCS_ArrayOf_TokenId@@6B@ @47624 NONAME ??_R4MCS_ArrayOf_UserId@@6B@ @47625 NONAME ??_R4MCS_AssignedChannelId@@6B@ @47626 NONAME ??_R4MCS_AUcf@@6B@ @47627 NONAME ??_R4MCS_AUrq@@6B@ @47628 NONAME ??_R4MCS_CAin@@6B@ @47629 NONAME ??_R4MCS_CArq@@6B@ @47630 NONAME ??_R4MCS_CCcf@@6B@ @47631 NONAME ??_R4MCS_CCrq@@6B@ @47632 NONAME ??_R4MCS_CDin@@6B@ @47633 NONAME ??_R4MCS_CDrq@@6B@ @47634 NONAME ??_R4MCS_CEin@@6B@ @47635 NONAME ??_R4MCS_CErq@@6B@ @47636 NONAME ??_R4MCS_ChannelAttributes@@6B@ @47637 NONAME ??_R4MCS_ChannelAttributes_assigned@@6B@ @47638 NONAME ??_R4MCS_ChannelAttributes_private@@6B@ @47639 NONAME ??_R4MCS_ChannelAttributes_static@@6B@ @47640 NONAME ??_R4MCS_ChannelAttributes_userId@@6B@ @47641 NONAME ??_R4MCS_ChannelId@@6B@ @47642 NONAME ??_R4MCS_CJcf@@6B@ @47643 NONAME ??_R4MCS_CJrq@@6B@ @47644 NONAME ??_R4MCS_CLrq@@6B@ @47645 NONAME ??_R4MCS_ConnectMCSPDU@@6B@ @47646 NONAME ??_R4MCS_Connect_Additional@@6B@ @47647 NONAME ??_R4MCS_Connect_Initial@@6B@ @47648 NONAME ??_R4MCS_Connect_Response@@6B@ @47649 NONAME ??_R4MCS_Connect_Result@@6B@ @47650 NONAME ??_R4MCS_DataPriority@@6B@ @47651 NONAME ??_R4MCS_Diagnostic@@6B@ @47652 NONAME ??_R4MCS_DomainMCSPDU@@6B@ @47653 NONAME ??_R4MCS_DomainParameters@@6B@ @47654 NONAME ??_R4MCS_DPum@@6B@ @47655 NONAME ??_R4MCS_DUin@@6B@ @47656 NONAME ??_R4MCS_DUrq@@6B@ @47657 NONAME ??_R4MCS_DynamicChannelId@@6B@ @47658 NONAME ??_R4MCS_EDrq@@6B@ @47659 NONAME ??_R4MCS_MCcf@@6B@ @47660 NONAME ??_R4MCS_MCrq@@6B@ @47661 NONAME ??_R4MCS_MTcf@@6B@ @47662 NONAME ??_R4MCS_MTrq@@6B@ @47663 NONAME ??_R4MCS_PCin@@6B@ @47664 NONAME ??_R4MCS_PDin@@6B@ @47665 NONAME ??_R4MCS_PrivateChannelId@@6B@ @47666 NONAME ??_R4MCS_PTin@@6B@ @47667 NONAME ??_R4MCS_Reason@@6B@ @47668 NONAME ??_R4MCS_Result@@6B@ @47669 NONAME ??_R4MCS_RJum@@6B@ @47670 NONAME ??_R4MCS_SDin@@6B@ @47671 NONAME ??_R4MCS_SDrq@@6B@ @47672 NONAME ??_R4MCS_Segmentation@@6B@ @47673 NONAME ??_R4MCS_StaticChannelId@@6B@ @47674 NONAME ??_R4MCS_TGcf@@6B@ @47675 NONAME ??_R4MCS_TGrq@@6B@ @47676 NONAME ??_R4MCS_TIcf@@6B@ @47677 NONAME ??_R4MCS_TIrq@@6B@ @47678 NONAME ??_R4MCS_TokenAttributes@@6B@ @47679 NONAME ??_R4MCS_TokenAttributes_given@@6B@ @47680 NONAME ??_R4MCS_TokenAttributes_giving@@6B@ @47681 NONAME ??_R4MCS_TokenAttributes_grabbed@@6B@ @47682 NONAME ??_R4MCS_TokenAttributes_inhibited@@6B@ @47683 NONAME ??_R4MCS_TokenAttributes_ungivable@@6B@ @47684 NONAME ??_R4MCS_TokenId@@6B@ @47685 NONAME ??_R4MCS_TokenStatus@@6B@ @47686 NONAME ??_R4MCS_TPin@@6B@ @47687 NONAME ??_R4MCS_TPrq@@6B@ @47688 NONAME ??_R4MCS_TRcf@@6B@ @47689 NONAME ??_R4MCS_TRrq@@6B@ @47690 NONAME ??_R4MCS_TTcf@@6B@ @47691 NONAME ??_R4MCS_TTrq@@6B@ @47692 NONAME ??_R4MCS_TVcf@@6B@ @47693 NONAME ??_R4MCS_TVin@@6B@ @47694 NONAME ??_R4MCS_TVrq@@6B@ @47695 NONAME ??_R4MCS_TVrs@@6B@ @47696 NONAME ??_R4MCS_UserId@@6B@ @47697 NONAME ??_R4MCS_USin@@6B@ @47698 NONAME ??_R4MCS_USrq@@6B@ @47699 NONAME ??_R4MonitorMain_PNotifier@H323Gatekeeper@@6B@ @47710 NONAME ??_R4MonitorMain_PNotifier@H323GatekeeperServer@@6B@ @47711 NONAME ??_R4MonitorMain_PNotifier@H323PeerElement@@6B@ @47712 NONAME ??_R4MSIPAddress@PILSSession@@6B@ @47713 NONAME ??_R4MXRecordList@PDNS@@6B@ @52877 NONAME ??_R4OnCallIntrudeTimeOut_PNotifier@H45011Handler@@6B@ @47714 NONAME ??_R4OnCallTransferTimeOut_PNotifier@H4502Handler@@6B@ @47715 NONAME ??_R4OnLoadModule_PNotifier@PPluginModuleManager@@6B@ @50687 NONAME ??_R4OnUserInputInBandDTMF_PNotifier@H323Connection@@6B@ @47716 NONAME ??_R4OnUserInputInlineRFC2833_PNotifier@H323Connection@@6B@ @47717 NONAME ??_R4OpalFactoryCodec@@6B@ @52486 NONAME ??_R4OpalG711ALaw64kFormat@@6B@ @50980 NONAME ??_R4OpalG711ALaw64k_Base@@6B@ @52487 NONAME ??_R4OpalG711ALaw64k_Decoder@@6B@ @52488 NONAME ??_R4OpalG711ALaw64k_Encoder@@6B@ @52489 NONAME ??_R4OpalG711uLaw64kFormat@@6B@ @50981 NONAME ??_R4OpalG711uLaw64k_Base@@6B@ @52490 NONAME ??_R4OpalG711uLaw64k_Decoder@@6B@ @52491 NONAME ??_R4OpalG711uLaw64k_Encoder@@6B@ @52492 NONAME ??_R4OpalG7231A_5k3Format@@6B@ @50982 NONAME ??_R4OpalG7231A_6k3Format@@6B@ @50983 NONAME ??_R4OpalG7231_5k3Format@@6B@ @50984 NONAME ??_R4OpalG7231_6k3Format@@6B@ @50985 NONAME ??_R4OpalG728Format@@6B@ @50986 NONAME ??_R4OpalG729ABFormat@@6B@ @50987 NONAME ??_R4OpalG729AFormat@@6B@ @50988 NONAME ??_R4OpalG729BFormat@@6B@ @50989 NONAME ??_R4OpalG729Format@@6B@ @50990 NONAME ??_R4OpalGloballyUniqueID@@6B@ @47718 NONAME ??_R4OpalGSM0610Format@@6B@ @50991 NONAME ??_R4OpalH261Format@@6B@ @50992 NONAME ??_R4OpalIxJDevice@@6B@ @47719 NONAME ??_R4OpalLineChannel@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @47720 NONAME ??_R4OpalLineChannel@@6BPObject@@@ @47721 NONAME ??_R4OpalLineInterfaceDevice@@6B@ @47722 NONAME ??_R4OpalMediaFormat@@6B@ @47723 NONAME ??_R4OpalPCM16Format@@6B@ @50993 NONAME ??_R4OpalPluginCodec@@6B@ @52493 NONAME ??_R4OpalPluginMediaFormat@@6B@ @50994 NONAME ??_R4OpalRFC2190H263Format@@6B@ @53853 NONAME ??_R4OpalRFC2833@@6B@ @47724 NONAME ??_R4OpalRFC2833Info@@6B@ @47725 NONAME ??_R4OpalRtpToWavFile@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @47726 NONAME ??_R4OpalRtpToWavFile@@6BPObject@@@ @47727 NONAME ??_R4OpalT120Format@@6B@ @50995 NONAME ??_R4OpalT120Protocol@@6B@ @47728 NONAME ??_R4OpalT38Protocol@@6B@ @47729 NONAME ??_R4OpalUserInputRFC2833Format@@6B@ @50996 NONAME ??_R4OpalVoipBlasterDevice@@6B@ @47730 NONAME ??_R4OpalVXMLSession@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @47731 NONAME ??_R4OpalVXMLSession@@6B@ @51519 NONAME ??_R4OpalVXMLSession@@6BPObject@@@ @47732 NONAME ??_R4OpalWAVFile@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @47733 NONAME ??_R4OpalWAVFile@@6BPObject@@@ @47734 NONAME ??_R4P64Decoder@@6B@ @47735 NONAME ??_R4PASN_Boolean@@6B@ @47736 NONAME ??_R4PASN_ConstrainedObject@@6B@ @47737 NONAME ??_R4PASN_ConstrainedString@@6B@ @47738 NONAME ??_R4PASN_Enumeration@@6B@ @47739 NONAME ??_R4PASN_GeneralisedTime@@6B@ @47740 NONAME ??_R4PASN_GeneralString@@6B@ @47741 NONAME ??_R4PASN_IA5String@@6B@ @47742 NONAME ??_R4PASN_Integer@@6B@ @47743 NONAME ??_R4PASN_Null@@6B@ @47744 NONAME ??_R4PASN_NumericString@@6B@ @47745 NONAME ??_R4PASN_Object@@6B@ @47746 NONAME ??_R4PASN_PrintableString@@6B@ @47747 NONAME ??_R4PASN_Stream@@6B@ @47748 NONAME ??_R4PASN_VisibleString@@6B@ @47749 NONAME ??_R4PLDAPAttr_c@RTPerson@PILSSession@@6B@ @47750 NONAME ??_R4PLDAPAttr_cn@RTPerson@PILSSession@@6B@ @47751 NONAME ??_R4PLDAPAttr_comment@RTPerson@PILSSession@@6B@ @47752 NONAME ??_R4PLDAPAttr_givenName@RTPerson@PILSSession@@6B@ @47753 NONAME ??_R4PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@6B@ @47754 NONAME ??_R4PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@6B@ @47755 NONAME ??_R4PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@6B@ @47756 NONAME ??_R4PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@6B@ @47757 NONAME ??_R4PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@6B@ @47758 NONAME ??_R4PLDAPAttr_location@RTPerson@PILSSession@@6B@ @47759 NONAME ??_R4PLDAPAttr_o@RTPerson@PILSSession@@6B@ @47760 NONAME ??_R4PLDAPAttr_objectClass@RTPerson@PILSSession@@6B@ @47761 NONAME ??_R4PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@6B@ @47762 NONAME ??_R4PLDAPAttr_sappguid@RTPerson@PILSSession@@6B@ @47763 NONAME ??_R4PLDAPAttr_sappid@RTPerson@PILSSession@@6B@ @47764 NONAME ??_R4PLDAPAttr_sflags@RTPerson@PILSSession@@6B@ @47765 NONAME ??_R4PLDAPAttr_sipAddress@RTPerson@PILSSession@@6B@ @47766 NONAME ??_R4PLDAPAttr_smimetype@RTPerson@PILSSession@@6B@ @47767 NONAME ??_R4PLDAPAttr_smodop@RTPerson@PILSSession@@6B@ @47768 NONAME ??_R4PLDAPAttr_sport@RTPerson@PILSSession@@6B@ @47769 NONAME ??_R4PLDAPAttr_sprotid@RTPerson@PILSSession@@6B@ @47770 NONAME ??_R4PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@6B@ @47771 NONAME ??_R4PLDAPAttr_ssecurity@RTPerson@PILSSession@@6B@ @47772 NONAME ??_R4PLDAPAttr_sttl@RTPerson@PILSSession@@6B@ @47773 NONAME ??_R4PLDAPAttr_surname@RTPerson@PILSSession@@6B@ @47774 NONAME ??_R4PLDAPAttr_timestamp@RTPerson@PILSSession@@6B@ @47775 NONAME ??_R4PluginLoader@@6B@ @53006 NONAME ??_R4PPER_Stream@@6B@ @47776 NONAME ??_R4Pre_Vid_Coder@@6B@ @47777 NONAME ??_R4PWAVFileConverter@@6B@ @52253 NONAME ??_R4PWAVFileConverterALaw@@6B@ @52254 NONAME ??_R4PWAVFileConverterULaw@@6B@ @52255 NONAME ??_R4PWAVFileConverterXLaw@@6B@ @52256 NONAME ??_R4Q931@@6B@ @47780 NONAME ??_R4ReceivedPacket_PNotifier@OpalRFC2833@@6B@ @47781 NONAME ??_R4ReceivedPacket_PNotifier@OpalRtpToWavFile@@6B@ @47782 NONAME ??_R4ReceiverReport@RTP_Session@@6B@ @47783 NONAME ??_R4ReceiveTimeout_PNotifier@OpalRFC2833@@6B@ @47784 NONAME ??_R4Request@H323Transactor@@6B@ @47785 NONAME ??_R4Response@H323Transactor@@6B@ @47786 NONAME ??_R4RFC2190_FfmpgLink@@6B@ @53854 NONAME ??_R4RTPerson@PILSSession@@6B@ @47787 NONAME ??_R4RTP_ControlFrame@@6B@ @47788 NONAME ??_R4RTP_DataFrame@@6B@ @47789 NONAME ??_R4RTP_JitterBuffer@@6B@ @47790 NONAME ??_R4RTP_JitterBufferAnalyser@@6B@ @47791 NONAME ??_R4RTP_QOS@@6B@ @47792 NONAME ??_R4RTP_Session@@6B@ @47793 NONAME ??_R4RTP_SessionManager@@6B@ @47794 NONAME ??_R4RTP_UDP@@6B@ @47795 NONAME ??_R4RTP_UserData@@6B@ @47796 NONAME ??_R4SenderReport@RTP_Session@@6B@ @47797 NONAME ??_R4SlowHandler_PNotifier@H323Transaction@@6B@ @47798 NONAME ??_R4SourceDescription@RTP_Session@@6B@ @47799 NONAME ??_R4SRVRecordList@PDNS@@6B@ @52878 NONAME ??_R4StatusHandler_PNotifier@OpalVoipBlasterDevice@@6B@ @47800 NONAME ??_R4StringMap@H323GatekeeperServer@@6B@ @47801 NONAME ??_R4T120ConnectPDU@@6B@ @47802 NONAME ??_R4T120_X224@@6B@ @47803 NONAME ??_R4T38_ArrayOf_PASN_OctetString@@6B@ @47804 NONAME ??_R4T38_Data_Field@@6B@ @47805 NONAME ??_R4T38_Data_Field_subtype@@6B@ @47806 NONAME ??_R4T38_Data_Field_subtype_field_type@@6B@ @47807 NONAME ??_R4T38_IFPPacket@@6B@ @47808 NONAME ??_R4T38_PreCorrigendum_Data_Field@@6B@ @47809 NONAME ??_R4T38_PreCorrigendum_Data_Field_subtype@@6B@ @47810 NONAME ??_R4T38_PreCorrigendum_Data_Field_subtype_field_type@@6B@ @47811 NONAME ??_R4T38_PreCorrigendum_IFPPacket@@6B@ @47812 NONAME ??_R4T38_Type_of_msg@@6B@ @47813 NONAME ??_R4T38_Type_of_msg_data@@6B@ @47814 NONAME ??_R4T38_Type_of_msg_t30_indicator@@6B@ @47815 NONAME ??_R4T38_UDPTLPacket@@6B@ @47816 NONAME ??_R4T38_UDPTLPacket_error_recovery@@6B@ @47817 NONAME ??_R4T38_UDPTLPacket_error_recovery_fec_info@@6B@ @47818 NONAME ??_R4T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@6B@ @47819 NONAME ??_R4T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@6B@ @47820 NONAME ??_R4T38_UDPTLPacket_primary_ifp_packet@@6B@ @47821 NONAME ??_R4TickleMonitor_PNotifier@H323Gatekeeper@@6B@ @47822 NONAME ??_R4TransmitEnded_PNotifier@OpalRFC2833@@6B@ @47823 NONAME ??_R4TransmitPacket_PNotifier@OpalRFC2833@@6B@ @47824 NONAME ??_R4Transmitter@@6B@ @47825 NONAME ??_R4UpdateAllDescriptors_PNotifier@H323PeerElement@@6B@ @47826 NONAME ??_R4VoipBlasterInterface@@6B@ @47828 NONAME ??_R4Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@6B@ @52494 NONAME ??_R4Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@6B@ @52495 NONAME ??_R4Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@6B@ @52496 NONAME ??_R4Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@6B@ @52497 NONAME ??_R4Worker@OpalPluginCodecFactory@@6B@ @52498 NONAME ??_R4WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @52879 NONAME ??_R4WorkerBase@?$PFactory@VH323Capability@@VPString@@@@6B@ @51941 NONAME ??_R4WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@6B@ @52499 NONAME ??_R4WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @51942 NONAME ??_R4WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@6B@ @51943 NONAME ??_R4WorkerBase@?$PFactory@VPWAVFileConverter@@I@@6B@ @52257 NONAME ??_R4X224@@6B@ @47829 NONAME ??_R4X880_Code@@6B@ @47830 NONAME ??_R4X880_GeneralProblem@@6B@ @47831 NONAME ??_R4X880_Invoke@@6B@ @47832 NONAME ??_R4X880_InvokeId@@6B@ @47833 NONAME ??_R4X880_InvokeProblem@@6B@ @47834 NONAME ??_R4X880_Reject@@6B@ @47835 NONAME ??_R4X880_RejectProblem@@6B@ @47836 NONAME ??_R4X880_Reject_problem@@6B@ @47837 NONAME ??_R4X880_ReturnError@@6B@ @47838 NONAME ??_R4X880_ReturnErrorProblem@@6B@ @47839 NONAME ??_R4X880_ReturnResult@@6B@ @47840 NONAME ??_R4X880_ReturnResultProblem@@6B@ @47841 NONAME ??_R4X880_ReturnResult_result@@6B@ @47842 NONAME ??_R4X880_ROS@@6B@ @47843 NONAME ?Accept@H323ListenerTCP@@UAEPAVH323Transport@@ABVPTimeInterval@@@Z @28156 NONAME ?AcceptControlChannel@H323Transport@@UAEHAAVH323Connection@@@Z @7835 NONAME ?AcceptControlChannel@H323TransportTCP@@UAEHAAVH323Connection@@@Z @7836 NONAME ?AccessRequest@H323PeerElement@@QAEHABVH225_AliasAddress@@AAVH225_ArrayOf_AliasAddress@@AAV2@I@Z @37621 NONAME ?AccessRequest@H323PeerElement@@QAEHABVH225_AliasAddress@@AAVH225_ArrayOf_AliasAddress@@AAVH323TransportAddress@@I@Z @37622 NONAME ?AccessRequest@H323PeerElement@@QAEHABVPString@@AAVH225_ArrayOf_AliasAddress@@AAVH323TransportAddress@@I@Z @37623 NONAME ?AccessRequest@H323PeerElement@@QAEHABVPString@@AAVPStringArray@@AAVH323TransportAddress@@I@Z @37624 NONAME ?Add@H245NegLogicalChannels@@UAEXAAVH323Channel@@@Z @29115 NONAME ?Add@H323Capabilities@@QAEXPAVH323Capability@@@Z @17210 NONAME ?AddAliasName@H323EndPoint@@QAEHABVPString@@@Z @7838 NONAME ?AddAllCapabilities@H323Capabilities@@QAEHHHABVPString@@@Z @51363 NONAME ?AddAllCapabilities@H323EndPoint@@QAEHHHABVPString@@@Z @24284 NONAME ?AddAllCapabilities@H323_LIDCapability@@SAXABVOpalLineInterfaceDevice@@AAVH323Capabilities@@HH@Z @17396 NONAME ?AddAllCapabilities@H323_UserInputCapability@@SAXAAVH323Capabilities@@HH@Z @17591 NONAME ?AddAllUserInputCapabilities@H323EndPoint@@QAEXHH@Z @24285 NONAME ?AddCall@H323GatekeeperServer@@UAEXPAVH323GatekeeperCall@@@Z @50666 NONAME ?AddCall@H323RegisteredEndPoint@@UAEXPAVH323GatekeeperCall@@@Z @50667 NONAME ?AddCallCreditServiceControl@H323GatekeeperCall@@QBEHAAVH225_ArrayOf_ServiceControlSession@@@Z @34525 NONAME ?AddCapability@H235Authenticator@@IAEHIABVPString@@AAVH225_ArrayOf_AuthenticationMechanism@@AAVH225_ArrayOf_PASN_ObjectId@@@Z @30562 NONAME ?AddCapability@H323EndPoint@@QAEXPAVH323Capability@@@Z @7839 NONAME ?AddDescriptor@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@ABVH225_ArrayOf_AliasAddress@@1IH@Z @37949 NONAME ?AddDescriptor@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@ABVH225_ArrayOf_AliasAddress@@ABVH323TransportAddressArray@@IH@Z @37950 NONAME ?AddDescriptor@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@ABVPOrdinalKey@@ABVH225_ArrayOf_AliasAddress@@2IH@Z @37951 NONAME ?AddDescriptor@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@ABVPOrdinalKey@@ABVH501_ArrayOf_AddressTemplate@@ABVPTime@@H@Z @38059 NONAME ?AddDescriptor@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@ABVPStringArray@@ABVH323TransportAddressArray@@IH@Z @37952 NONAME ?AddEndPoint@H323GatekeeperServer@@UAEXPAVH323RegisteredEndPoint@@@Z @28469 NONAME ?AddFilter@H323Codec@@QAEXABVPNotifier@@@Z @29973 NONAME ?AddFilter@H323_RTPChannel@@QAEXABVPNotifier@@@Z @29921 NONAME ?AddFormat@H323PluginCodecManager@@SAXABVOpalMediaFormat@@@Z @50726 NONAME ?AddFormat@H323PluginCodecManager@@SAXPAVOpalMediaFormat@@@Z @52986 NONAME ?AddIntegerGenericParameter@H323GenericCapabilityInfo@@UAEHHHHJ@Z @53331 NONAME ?AddListener@H323TransactionServer@@QAEHABVH323TransportAddress@@@Z @34972 NONAME ?AddListener@H323TransactionServer@@QAEHPAVH323Transactor@@@Z @34973 NONAME ?AddListener@H323TransactionServer@@QAEHPAVH323Transport@@@Z @34974 NONAME ?AddListeners@H323TransactionServer@@QAEHABVH323TransportAddressArray@@@Z @34975 NONAME ?AddOpCode@H450xDispatcher@@QAEXIPAVH450xHandler@@@Z @28991 NONAME ?AddReceiverReport@RTP_Session@@IAEXAAUReceiverReport@RTP_ControlFrame@@@Z @30252 NONAME ?AddSample@CodecReadAnalyser@@QAEXK@Z @20677 NONAME ?AddServiceControlSession@H323RegisteredEndPoint@@UAEHABVH323ServiceControlSession@@AAVH225_ArrayOf_ServiceControlSession@@@Z @33110 NONAME ?AddServiceRelationship@H323PeerElement@@QAEHABVH323TransportAddress@@AAVOpalGloballyUniqueID@@H@Z @37475 NONAME ?AddServiceRelationship@H323PeerElement@@QAEHABVH323TransportAddress@@H@Z @37476 NONAME ?AddSession@RTP_SessionManager@@QAEXPAVRTP_Session@@@Z @7840 NONAME ?AddSourceDescription@RTP_ControlFrame@@QAEAAUSourceDescription@1@K@Z @17066 NONAME ?AddSourceDescriptionItem@RTP_ControlFrame@@QAEAAUItem@SourceDescription@1@AAU31@IABVPString@@@Z @17067 NONAME ?AdmissionRequest@H323Gatekeeper@@QAEHAAVH323Connection@@AAUAdmissionResponse@1@H@Z @29215 NONAME ?AgeResponses@H323Transactor@@IAEXXZ @37387 NONAME ?age_blocks@Pre_Vid_Coder@@IAEXXZ @7843 NONAME ?ALawConverter@@3V?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@A @52258 NONAME ?alloc@Transmitter@@QAEPAUpktbuf@1@XZ @7844 NONAME ?allocate@?$allocator@ULookupRecord@@@std@@QAEPAULookupRecord@@I@Z @52880 NONAME ?allocate@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@@std@@QAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@I@Z @52259 NONAME ?allocate@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@I@Z @52881 NONAME ?allocate@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@I@Z @51944 NONAME ?allocate@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@I@Z @51945 NONAME ?allocate@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@I@Z @52500 NONAME ?allocate@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@I@Z @51946 NONAME ?allocate@FullP64Decoder@@MAEXXZ @7845 NONAME ?allocate@IntraP64Decoder@@MAEXXZ @7846 NONAME ?AllocateBandwidth@H323GatekeeperServer@@UAEIII@Z @28474 NONAME ?alloch@Transmitter@@QAEPAUpktbuf@1@XZ @7847 NONAME ?allocref@Pre_Vid_Coder@@IAEXXZ @7848 NONAME ?AllowDuplicateAlias@H323GatekeeperServer@@UAEHABVH225_ArrayOf_AliasAddress@@@Z @50654 NONAME ?Answer@OpalT120Protocol@@UAEHAAVH323Transport@@@Z @28157 NONAME ?Answer@OpalT38Protocol@@UAEHXZ @30220 NONAME ?AnsweringCall@H323Connection@@QAEXW4AnswerCallResponse@1@@Z @7850 NONAME ?Append@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UAE?AV?$PSafePtr@VH323GatekeeperCall@@@@PAVH323GatekeeperCall@@W4PSafetyMode@@@Z @31634 NONAME ?Append@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UAE?AV?$PSafePtr@VH323PeerElementDescriptor@@@@PAVH323PeerElementDescriptor@@W4PSafetyMode@@@Z @37229 NONAME ?Append@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UAE?AV?$PSafePtr@VH323PeerElementServiceRelationship@@@@PAVH323PeerElementServiceRelationship@@W4PSafetyMode@@@Z @37230 NONAME ?Append@PASN_Array@@QAEXPAVPASN_Object@@@Z @34825 NONAME ?AppendAddress@H323TransportAddressArray@@QAEXABVH323TransportAddress@@@Z @34889 NONAME ?AppendString@H323TransportAddressArray@@QAEXABVPString@@@Z @34890 NONAME ?AppendString@H323TransportAddressArray@@QAEXPBD@Z @34891 NONAME ?AppendStringCollection@H323TransportAddressArray@@IAEXABVPCollection@@@Z @31255 NONAME ?ApplyQOS@RTP_UDP@@QAEXABVAddress@PIPSocket@@@Z @38212 NONAME ?AsString@OpalGloballyUniqueID@@QBE?AVPString@@XZ @20688 NONAME ?AttachChannel@H323Codec@@UAEHPAVPChannel@@H@Z @20493 NONAME ?AttachLogicalChannel@H323Codec@@QAEHPAVH323Channel@@@Z @29307 NONAME ?AttachQoS@H323Capability@@UAEXPAVRTP_QOS@@@Z @38213 NONAME ?AttachQoS@H323RealTimeCapability@@UAEXPAVRTP_QOS@@@Z @38214 NONAME ?AttachSignalChannel@H323Connection@@UAEXABVPString@@PAVH323Transport@@H@Z @53943 NONAME ?AttachSupplementaryServiceAPDU@H450ServiceAPDU@@QAEXAAVH323SignalPDU@@@Z @28992 NONAME ?AttachThread@H323Transport@@QAEXPAVPThread@@@Z @7856 NONAME ?AttachToAlerting@H45011Handler@@UAEXAAVH323SignalPDU@@@Z @30738 NONAME ?AttachToAlerting@H4502Handler@@UAEXAAVH323SignalPDU@@@Z @28993 NONAME ?AttachToAlerting@H4506Handler@@UAEXAAVH323SignalPDU@@I@Z @29686 NONAME ?AttachToAlerting@H450xDispatcher@@UAEXAAVH323SignalPDU@@@Z @28994 NONAME ?AttachToAlerting@H450xHandler@@UAEXAAVH323SignalPDU@@@Z @28995 NONAME ?AttachToConnect@H45011Handler@@UAEXAAVH323SignalPDU@@@Z @30739 NONAME ?AttachToConnect@H4502Handler@@UAEXAAVH323SignalPDU@@@Z @28996 NONAME ?AttachToConnect@H450xDispatcher@@UAEXAAVH323SignalPDU@@@Z @28997 NONAME ?AttachToConnect@H450xHandler@@UAEXAAVH323SignalPDU@@@Z @28998 NONAME ?AttachToReleaseComplete@H45011Handler@@UAEXAAVH323SignalPDU@@@Z @30740 NONAME ?AttachToReleaseComplete@H4502Handler@@UAEXAAVH323SignalPDU@@@Z @28999 NONAME ?AttachToReleaseComplete@H450xDispatcher@@UAEXAAVH323SignalPDU@@@Z @29000 NONAME ?AttachToReleaseComplete@H450xHandler@@UAEXAAVH323SignalPDU@@@Z @29001 NONAME ?AttachToSetup@H45011Handler@@UAEXAAVH323SignalPDU@@@Z @30741 NONAME ?AttachToSetup@H4502Handler@@UAEXAAVH323SignalPDU@@@Z @29002 NONAME ?AttachToSetup@H450xDispatcher@@UAEXAAVH323SignalPDU@@@Z @29003 NONAME ?AttachToSetup@H450xHandler@@UAEXAAVH323SignalPDU@@@Z @29004 NONAME ?AvcodecAllocContext@RFC2190_FfmpgLink@@QAEPAUAVCodecContext@@XZ @53855 NONAME ?AvcodecAllocFrame@RFC2190_FfmpgLink@@QAEPAUAVFrame@@XZ @53856 NONAME ?AvcodecClose@RFC2190_FfmpgLink@@QAEHPAUAVCodecContext@@@Z @53857 NONAME ?AvcodecDecodeVideo@RFC2190_FfmpgLink@@QAEHPAUAVCodecContext@@PAUAVFrame@@PAHPAEH@Z @53858 NONAME ?AvcodecEncodeVideo@RFC2190_FfmpgLink@@QAEHPAUAVCodecContext@@PAEHPBUAVFrame@@@Z @53859 NONAME ?AvcodecFindDecoder@RFC2190_FfmpgLink@@QAEPAUAVCodec@@W4CodecID@@@Z @53860 NONAME ?AvcodecFindEncoder@RFC2190_FfmpgLink@@QAEPAUAVCodec@@W4CodecID@@@Z @53861 NONAME ?AvcodecFree@RFC2190_FfmpgLink@@QAEXPAX@Z @53862 NONAME ?AvcodecOpen@RFC2190_FfmpgLink@@QAEHPAUAVCodecContext@@PAUAVCodec@@@Z @53863 NONAME ?AvcodecSetPrintFn@RFC2190_FfmpgLink@@QAEXP6AXPAD@Z@Z @53864 NONAME ?AwaitSetupResponse@H45011Handler@@QAEXABVPString@@0@Z @30742 NONAME ?AwaitSetupResponse@H4502Handler@@QAEXABVPString@@0@Z @29005 NONAME ?BandwidthRequest@H323Gatekeeper@@QAEHAAVH323Connection@@I@Z @7857 NONAME ?begin@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAE?AViterator@12@XZ @52882 NONAME ?begin@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE?AViterator@12@XZ @52260 NONAME ?begin@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@XZ @52883 NONAME ?begin@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@XZ @51947 NONAME ?begin@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@XZ @51948 NONAME ?begin@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@XZ @52501 NONAME ?begin@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@XZ @51949 NONAME ?BeginTransmit@OpalRFC2833@@UAEHD@Z @29922 NONAME ?Bootstrap@H323PluginCodecManager@@SAXXZ @53007 NONAME ?Build@H323ControlPDU@@QAEAAVH245_CommandMessage@@W4Choices@2@@Z @7858 NONAME ?Build@H323ControlPDU@@QAEAAVH245_IndicationMessage@@W4Choices@2@@Z @7859 NONAME ?Build@H323ControlPDU@@QAEAAVH245_RequestMessage@@W4Choices@2@@Z @7860 NONAME ?Build@H323ControlPDU@@QAEAAVH245_ResponseMessage@@W4Choices@2@@Z @7861 NONAME ?BuildAccessConfirmation@H501PDU@@QAEAAVH501_AccessConfirmation@@I@Z @37078 NONAME ?BuildAccessRejection@H501PDU@@QAEAAVH501_AccessRejection@@IH@Z @37231 NONAME ?BuildAccessRequest@H501PDU@@QAEAAVH501_AccessRequest@@IABVH323TransportAddressArray@@@Z @37953 NONAME ?BuildAdmissionConfirm@H323RasPDU@@QAEAAVH225_AdmissionConfirm@@I@Z @28835 NONAME ?BuildAdmissionReject@H323RasPDU@@QAEAAVH225_AdmissionReject@@II@Z @28836 NONAME ?BuildAdmissionRequest@H323RasPDU@@QAEAAVH225_AdmissionRequest@@I@Z @28837 NONAME ?BuildAlerting@H323SignalPDU@@QAEAAVH225_Alerting_UUIE@@ABVH323Connection@@@Z @17168 NONAME ?BuildAlerting@Q931@@QAEXH@Z @7864 NONAME ?BuildAuthenticationConfirmation@H501PDU@@QAEAAVH501_AuthenticationConfirmation@@I@Z @37081 NONAME ?BuildAuthenticationRejection@H501PDU@@QAEAAVH501_AuthenticationRejection@@II@Z @37338 NONAME ?BuildAuthenticationRequest@H501PDU@@QAEAAVH501_AuthenticationRequest@@IABVH323TransportAddressArray@@@Z @37954 NONAME ?BuildBandwidthConfirm@H323RasPDU@@QAEAAVH225_BandwidthConfirm@@II@Z @28838 NONAME ?BuildBandwidthReject@H323RasPDU@@QAEAAVH225_BandwidthReject@@II@Z @28839 NONAME ?BuildBandwidthRequest@H323RasPDU@@QAEAAVH225_BandwidthRequest@@I@Z @28840 NONAME ?BuildCallIntrusionForcedRelease@H450ServiceAPDU@@QAEXHH@Z @30743 NONAME ?BuildCallIntrusionForcedReleaseError@H450ServiceAPDU@@QAEXXZ @30744 NONAME ?BuildCallIntrusionForcedReleaseResult@H450ServiceAPDU@@QAEAAVX880_ReturnResult@@H@Z @31205 NONAME ?BuildCallIntrusionForceRelesed@H450ServiceAPDU@@QAEXH@Z @31206 NONAME ?BuildCallIntrusionGetCIPL@H450ServiceAPDU@@QAEXH@Z @31207 NONAME ?BuildCallIntrusionImpending@H450ServiceAPDU@@QAEXH@Z @31208 NONAME ?BuildCallProceeding@H323SignalPDU@@QAEAAVH225_CallProceeding_UUIE@@ABVH323Connection@@@Z @17169 NONAME ?BuildCallProceeding@Q931@@QAEXH@Z @7869 NONAME ?BuildCallTransferAbandon@H450ServiceAPDU@@QAEXH@Z @29687 NONAME ?BuildCallTransferIdentify@H450ServiceAPDU@@QAEXH@Z @29688 NONAME ?BuildCallTransferInitiate@H450ServiceAPDU@@QAEXHABVPString@@0ABVH323TransportAddress@@@Z @22282 NONAME ?BuildCallTransferSetup@H450ServiceAPDU@@QAEXHABVPString@@@Z @22283 NONAME ?BuildCallWaiting@H450ServiceAPDU@@QAEXHH@Z @29689 NONAME ?BuildCloseLogicalChannel@H323ControlPDU@@QAEAAVH245_CloseLogicalChannel@@I@Z @7870 NONAME ?BuildCloseLogicalChannelAck@H323ControlPDU@@QAEAAVH245_CloseLogicalChannelAck@@I@Z @7871 NONAME ?BuildConnect@H323SignalPDU@@QAEAAVH225_Connect_UUIE@@ABVH323Connection@@@Z @17170 NONAME ?BuildConnect@H323SignalPDU@@QAEAAVH225_Connect_UUIE@@ABVH323Connection@@ABVAddress@PIPSocket@@G@Z @17171 NONAME ?BuildConnect@Q931@@QAEXH@Z @17176 NONAME ?BuildConnectAck@Q931@@QAEXHH@Z @52160 NONAME ?BuildConnectConfirm@X224@@QAEXXZ @7875 NONAME ?BuildConnectionToken@H323EndPoint@@SA?AVPString@@ABVH323Transport@@IH@Z @7876 NONAME ?BuildConnectRequest@X224@@QAEXXZ @7877 NONAME ?BuildData@X224@@QAEXABVPBYTEArray@@@Z @7878 NONAME ?BuildDescriptorConfirmation@H501PDU@@QAEAAVH501_DescriptorConfirmation@@I@Z @37084 NONAME ?BuildDescriptorIDConfirmation@H501PDU@@QAEAAVH501_DescriptorIDConfirmation@@I@Z @37085 NONAME ?BuildDescriptorIDRejection@H501PDU@@QAEAAVH501_DescriptorIDRejection@@II@Z @37339 NONAME ?BuildDescriptorIDRequest@H501PDU@@QAEAAVH501_DescriptorIDRequest@@IABVH323TransportAddressArray@@@Z @37955 NONAME ?BuildDescriptorRejection@H501PDU@@QAEAAVH501_DescriptorRejection@@II@Z @37340 NONAME ?BuildDescriptorRequest@H501PDU@@QAEAAVH501_DescriptorRequest@@IABVH323TransportAddressArray@@@Z @37956 NONAME ?BuildDescriptorUpdate@H501PDU@@QAEAAVH501_DescriptorUpdate@@IABVH323TransportAddressArray@@@Z @37957 NONAME ?BuildDescriptorUpdateAck@H501PDU@@QAEAAVH501_DescriptorUpdateAck@@I@Z @37091 NONAME ?BuildDisengageConfirm@H323RasPDU@@QAEAAVH225_DisengageConfirm@@I@Z @28841 NONAME ?BuildDisengageReject@H323RasPDU@@QAEAAVH225_DisengageReject@@II@Z @28842 NONAME ?BuildDisengageRequest@H323RasPDU@@QAEAAVH225_DisengageRequest@@I@Z @28843 NONAME ?BuildEndSessionCommand@H323ControlPDU@@QAEAAVH245_EndSessionCommand@@I@Z @7881 NONAME ?BuildFacility@H323SignalPDU@@QAEPAVH225_Facility_UUIE@@ABVH323Connection@@H@Z @17172 NONAME ?BuildFacility@Q931@@QAEXHH@Z @7883 NONAME ?BuildFunctionNotUnderstood@H323ControlPDU@@QAEAAVH245_FunctionNotUnderstood@@ABV1@@Z @7884 NONAME ?BuildGatekeeperConfirm@H323RasPDU@@QAEAAVH225_GatekeeperConfirm@@I@Z @28844 NONAME ?BuildGatekeeperReject@H323RasPDU@@QAEAAVH225_GatekeeperReject@@II@Z @28845 NONAME ?BuildGatekeeperRequest@H323RasPDU@@QAEAAVH225_GatekeeperRequest@@I@Z @28846 NONAME ?BuildInfoRequest@H323RasPDU@@QAEAAVH225_InfoRequest@@IIPBVOpalGloballyUniqueID@@@Z @31229 NONAME ?BuildInfoRequestAck@H323RasPDU@@QAEAAVH225_InfoRequestAck@@I@Z @30639 NONAME ?BuildInfoRequestNak@H323RasPDU@@QAEAAVH225_InfoRequestNak@@II@Z @30640 NONAME ?BuildInfoRequestResponse@H323Gatekeeper@@IAEAAVH225_InfoRequestResponse@@AAVH323RasPDU@@I@Z @30563 NONAME ?BuildInfoRequestResponse@H323RasPDU@@QAEAAVH225_InfoRequestResponse@@I@Z @28847 NONAME ?BuildInformation@H323SignalPDU@@QAEAAVH225_Information_UUIE@@ABVH323Connection@@@Z @27601 NONAME ?BuildInformation@Q931@@QAEXHH@Z @27602 NONAME ?BuildInvoke@H450ServiceAPDU@@QAEAAVX880_Invoke@@HH@Z @22284 NONAME ?BuildLocationConfirm@H323RasPDU@@QAEAAVH225_LocationConfirm@@I@Z @28848 NONAME ?BuildLocationReject@H323RasPDU@@QAEAAVH225_LocationReject@@II@Z @28849 NONAME ?BuildLocationRequest@H323RasPDU@@QAEAAVH225_LocationRequest@@I@Z @28850 NONAME ?BuildMasterSlaveDetermination@H323ControlPDU@@QAEAAVH245_MasterSlaveDetermination@@II@Z @7888 NONAME ?BuildMasterSlaveDeterminationAck@H323ControlPDU@@QAEAAVH245_MasterSlaveDeterminationAck@@H@Z @7889 NONAME ?BuildMasterSlaveDeterminationReject@H323ControlPDU@@QAEAAVH245_MasterSlaveDeterminationReject@@I@Z @7890 NONAME ?BuildNonStandardConfirmation@H501PDU@@QAEAAVH501_NonStandardConfirmation@@I@Z @37092 NONAME ?BuildNonStandardRejection@H501PDU@@QAEAAVH501_NonStandardRejection@@II@Z @37341 NONAME ?BuildNonStandardRequest@H501PDU@@QAEAAVH501_NonStandardRequest@@IABVH323TransportAddressArray@@@Z @37958 NONAME ?BuildNotify@H323SignalPDU@@QAEAAVH225_Notify_UUIE@@ABVH323Connection@@@Z @27603 NONAME ?BuildNotify@Q931@@QAEXHH@Z @27604 NONAME ?BuildOpenLogicalChannel@H323ControlPDU@@QAEAAVH245_OpenLogicalChannel@@I@Z @7891 NONAME ?BuildOpenLogicalChannelAck@H323ControlPDU@@QAEAAVH245_OpenLogicalChannelAck@@I@Z @7892 NONAME ?BuildOpenLogicalChannelConfirm@H323ControlPDU@@QAEAAVH245_OpenLogicalChannelConfirm@@I@Z @7893 NONAME ?BuildOpenLogicalChannelReject@H323ControlPDU@@QAEAAVH245_OpenLogicalChannelReject@@II@Z @7894 NONAME ?BuildPDU@H323Capabilities@@QBEXABVH323Connection@@AAVH245_TerminalCapabilitySet@@@Z @30671 NONAME ?BuildPDU@H501PDU@@IAEXII@Z @37388 NONAME ?BuildProgress@H323SignalPDU@@QAEAAVH225_Progress_UUIE@@ABVH323Connection@@@Z @27605 NONAME ?BuildProgress@Q931@@QAEXHHIII@Z @27606 NONAME ?BuildQ931@H323SignalPDU@@QAEXXZ @17573 NONAME ?BuildRegistrationConfirm@H323RasPDU@@QAEAAVH225_RegistrationConfirm@@I@Z @28851 NONAME ?BuildRegistrationReject@H323RasPDU@@QAEAAVH225_RegistrationReject@@II@Z @28852 NONAME ?BuildRegistrationRequest@H323RasPDU@@QAEAAVH225_RegistrationRequest@@I@Z @28853 NONAME ?BuildReject@H450ServiceAPDU@@QAEAAVX880_Reject@@H@Z @22285 NONAME ?BuildReleaseComplete@H323SignalPDU@@QAEAAVH225_ReleaseComplete_UUIE@@ABVH323Connection@@@Z @17398 NONAME ?BuildReleaseComplete@Q931@@QAEXHH@Z @7898 NONAME ?BuildRequest@H501PDU@@IAEXIIABVH323TransportAddressArray@@@Z @37959 NONAME ?BuildRequestChannelClose@H323ControlPDU@@QAEAAVH245_RequestChannelClose@@II@Z @7899 NONAME ?BuildRequestChannelCloseAck@H323ControlPDU@@QAEAAVH245_RequestChannelCloseAck@@I@Z @7900 NONAME ?BuildRequestChannelCloseReject@H323ControlPDU@@QAEAAVH245_RequestChannelCloseReject@@I@Z @7901 NONAME ?BuildRequestChannelCloseRelease@H323ControlPDU@@QAEAAVH245_RequestChannelCloseRelease@@I@Z @17167 NONAME ?BuildRequestInProgress@H323RasPDU@@QAEAAVH225_RequestInProgress@@II@Z @29452 NONAME ?BuildRequestInProgress@H501PDU@@QAEAAVH501_RequestInProgress@@II@Z @37629 NONAME ?BuildRequestMode@H323ControlPDU@@QAEAAVH245_RequestMode@@I@Z @7902 NONAME ?BuildRequestModeAck@H323ControlPDU@@QAEAAVH245_RequestModeAck@@II@Z @7903 NONAME ?BuildRequestModeReject@H323ControlPDU@@QAEAAVH245_RequestModeReject@@II@Z @7904 NONAME ?BuildReturnError@H450ServiceAPDU@@QAEAAVX880_ReturnError@@HH@Z @22286 NONAME ?BuildReturnResult@H450ServiceAPDU@@QAEAAVX880_ReturnResult@@H@Z @22287 NONAME ?BuildRoundTripDelayRequest@H323ControlPDU@@QAEAAVH245_RoundTripDelayRequest@@I@Z @7905 NONAME ?BuildRoundTripDelayResponse@H323ControlPDU@@QAEAAVH245_RoundTripDelayResponse@@I@Z @7906 NONAME ?BuildServiceConfirmation@H501PDU@@QAEAAVH501_ServiceConfirmation@@I@Z @37098 NONAME ?BuildServiceControlIndication@H323RasPDU@@QAEAAVH225_ServiceControlIndication@@IPBVOpalGloballyUniqueID@@@Z @34526 NONAME ?BuildServiceControlResponse@H323RasPDU@@QAEAAVH225_ServiceControlResponse@@I@Z @34527 NONAME ?BuildServiceRejection@H501PDU@@QAEAAVH501_ServiceRejection@@II@Z @37342 NONAME ?BuildServiceRelease@H501PDU@@QAEAAVH501_ServiceRelease@@I@Z @37100 NONAME ?BuildServiceRequest@H501PDU@@QAEAAVH501_ServiceRequest@@IABVH323TransportAddressArray@@@Z @37960 NONAME ?BuildSetup@H323SignalPDU@@QAEAAVH225_Setup_UUIE@@ABVH323Connection@@ABVH323TransportAddress@@@Z @17559 NONAME ?BuildSetup@Q931@@QAEXH@Z @17179 NONAME ?BuildSetupAcknowledge@H323SignalPDU@@QAEAAVH225_SetupAcknowledge_UUIE@@ABVH323Connection@@@Z @27607 NONAME ?BuildSetupAcknowledge@Q931@@QAEXH@Z @27608 NONAME ?BuildStatus@H323SignalPDU@@QAEAAVH225_Status_UUIE@@ABVH323Connection@@@Z @27609 NONAME ?BuildStatus@Q931@@QAEXHH@Z @7911 NONAME ?BuildStatusEnquiry@Q931@@QAEXHH@Z @24341 NONAME ?BuildStatusInquiry@H323SignalPDU@@QAEAAVH225_StatusInquiry_UUIE@@ABVH323Connection@@@Z @27610 NONAME ?BuildTerminalCapabilitySet@H323ControlPDU@@QAEAAVH245_TerminalCapabilitySet@@ABVH323Connection@@IH@Z @24342 NONAME ?BuildTerminalCapabilitySetAck@H323ControlPDU@@QAEAAVH245_TerminalCapabilitySetAck@@I@Z @7913 NONAME ?BuildTerminalCapabilitySetReject@H323ControlPDU@@QAEAAVH245_TerminalCapabilitySetReject@@II@Z @7914 NONAME ?BuildUnknownMessageResponse@H323RasPDU@@QAEAAVH225_UnknownMessageResponse@@I@Z @28854 NONAME ?BuildUnknownMessageResponse@H501PDU@@QAEAAVH501_UnknownMessageResponse@@I@Z @37102 NONAME ?BuildUnregistrationConfirm@H323RasPDU@@QAEAAVH225_UnregistrationConfirm@@I@Z @28855 NONAME ?BuildUnregistrationReject@H323RasPDU@@QAEAAVH225_UnregistrationReject@@II@Z @28856 NONAME ?BuildUnregistrationRequest@H323RasPDU@@QAEAAVH225_UnregistrationRequest@@I@Z @28857 NONAME ?BuildUsageConfirmation@H501PDU@@QAEAAVH501_UsageConfirmation@@I@Z @37103 NONAME ?BuildUsageIndicationConfirmation@H501PDU@@QAEAAVH501_UsageIndicationConfirmation@@I@Z @37104 NONAME ?BuildUsageIndicationRejection@H501PDU@@QAEAAVH501_UsageIndicationRejection@@II@Z @37343 NONAME ?BuildUsageRejection@H501PDU@@QAEAAVH501_UsageRejection@@I@Z @37106 NONAME ?BuildUsageRequest@H501PDU@@QAEAAVH501_UsageRequest@@IABVH323TransportAddressArray@@@Z @37961 NONAME ?BuildUserInputIndication@H323ControlPDU@@QAEAAVH245_UserInputIndication@@ABVPString@@@Z @7918 NONAME ?BuildUserInputIndication@H323ControlPDU@@QAEAAVH245_UserInputIndication@@DIII@Z @7919 NONAME ?BuildValidationConfirmation@H501PDU@@QAEAAVH501_ValidationConfirmation@@I@Z @37108 NONAME ?BuildValidationRejection@H501PDU@@QAEAAVH501_ValidationRejection@@II@Z @37344 NONAME ?BuildValidationRequest@H501PDU@@QAEAAVH501_ValidationRequest@@IABVH323TransportAddressArray@@@Z @37962 NONAME ?bv_rdct1@@YAXHPAFHPAEH@Z @7920 NONAME ?bv_rdct2@@YAXHPAFHPAE1H@Z @7921 NONAME ?bv_rdct3@@YAXHPAFHHPAE1H@Z @7922 NONAME ?Call@HandleTimeout_PNotifier@H245Negotiator@@UBEXAAVPObject@@H@Z @7923 NONAME ?Call@HandleTransactions_PNotifier@H323Transactor@@UBEXAAVPObject@@H@Z @37390 NONAME ?Call@MonitorMain_PNotifier@H323Gatekeeper@@UBEXAAVPObject@@H@Z @30564 NONAME ?Call@MonitorMain_PNotifier@H323GatekeeperServer@@UBEXAAVPObject@@H@Z @30246 NONAME ?Call@MonitorMain_PNotifier@H323PeerElement@@UBEXAAVPObject@@H@Z @34978 NONAME ?Call@OnCallIntrudeTimeOut_PNotifier@H45011Handler@@UBEXAAVPObject@@H@Z @30746 NONAME ?Call@OnCallTransferTimeOut_PNotifier@H4502Handler@@UBEXAAVPObject@@H@Z @29690 NONAME ?Call@OnLoadModule_PNotifier@PPluginModuleManager@@UBEXAAVPObject@@H@Z @50688 NONAME ?Call@OnUserInputInBandDTMF_PNotifier@H323Connection@@UBEXAAVPObject@@H@Z @29987 NONAME ?Call@OnUserInputInlineRFC2833_PNotifier@H323Connection@@UBEXAAVPObject@@H@Z @29923 NONAME ?Call@ReceivedPacket_PNotifier@OpalRFC2833@@UBEXAAVPObject@@H@Z @29924 NONAME ?Call@ReceivedPacket_PNotifier@OpalRtpToWavFile@@UBEXAAVPObject@@H@Z @30611 NONAME ?Call@ReceiveTimeout_PNotifier@OpalRFC2833@@UBEXAAVPObject@@H@Z @29925 NONAME ?Call@SlowHandler_PNotifier@H323Transaction@@UBEXAAVPObject@@H@Z @37630 NONAME ?Call@StatusHandler_PNotifier@OpalVoipBlasterDevice@@UBEXAAVPObject@@H@Z @29748 NONAME ?Call@TickleMonitor_PNotifier@H323Gatekeeper@@UBEXAAVPObject@@H@Z @30565 NONAME ?Call@TransmitEnded_PNotifier@OpalRFC2833@@UBEXAAVPObject@@H@Z @29926 NONAME ?Call@TransmitPacket_PNotifier@OpalRFC2833@@UBEXAAVPObject@@H@Z @29927 NONAME ?Call@UpdateAllDescriptors_PNotifier@H323PeerElement@@UBEXAAVPObject@@H@Z @37477 NONAME ?CanAutoCallForward@H323EndPoint@@QBEHXZ @31695 NONAME ?CanAutoStartReceiveFax@H323EndPoint@@QBEHXZ @29349 NONAME ?CanAutoStartReceiveVideo@H323EndPoint@@QBEHXZ @17434 NONAME ?CanAutoStartTransmitFax@H323EndPoint@@QBEHXZ @29350 NONAME ?CanAutoStartTransmitVideo@H323EndPoint@@QBEHXZ @17435 NONAME ?CanDisplayAmountString@H323EndPoint@@QBEHXZ @33111 NONAME ?CanDisplayAmountString@H323RegisteredEndPoint@@QBEHXZ @33112 NONAME ?CanEnforceDurationLimit@H323EndPoint@@QBEHXZ @33113 NONAME ?CanEnforceDurationLimit@H323RegisteredEndPoint@@QBEHXZ @34520 NONAME ?CanReceiveRIP@H323RegisteredEndPoint@@QBEHXZ @38295 NONAME ?CanSendRIP@H323Transaction@@QBEHXZ @38296 NONAME ?capacity@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QBEIXZ @52884 NONAME ?CheckAliasAddressPolicy@H323GatekeeperServer@@UAEHABVH323RegisteredEndPoint@@ABVH225_AdmissionRequest@@ABVH225_AliasAddress@@@Z @28475 NONAME ?CheckAliasStringPolicy@H323GatekeeperServer@@UAEHABVH323RegisteredEndPoint@@ABVH225_AdmissionRequest@@ABVPString@@@Z @28476 NONAME ?CheckCryptoTokens@H323GatekeeperRequest@@QAEHXZ @31292 NONAME ?CheckCryptoTokens@H323Transaction@@QAEHABVH235Authenticators@@@Z @37631 NONAME ?CheckCryptoTokens@H323Transactor@@IAEHABVH323TransactionPDU@@ABVPASN_Array@@I1I@Z @37632 NONAME ?CheckForResponse@H323Transactor@@IAEHIIPBVPASN_Choice@@@Z @37392 NONAME ?CheckGatekeeperIdentifier@H323GatekeeperRequest@@QAEHXZ @31293 NONAME ?CheckResponse@Request@H323Transactor@@QAEXIPBVPASN_Choice@@@Z @37393 NONAME ?CheckSignalAddressPolicy@H323GatekeeperServer@@UAEHABVH323RegisteredEndPoint@@ABVH225_AdmissionRequest@@ABVH323TransportAddress@@@Z @28478 NONAME ?Class@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@SAPBDXZ @27739 NONAME ?Class@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@SAPBDXZ @27740 NONAME ?Class@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@SAPBDXZ @27741 NONAME ?Class@?$H235_HASHED@VH235_EncodedGeneralToken@@@@SAPBDXZ @27742 NONAME ?Class@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@SAPBDXZ @27743 NONAME ?Class@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@SAPBDXZ @27744 NONAME ?Class@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@SAPBDXZ @27745 NONAME ?Class@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@SAPBDXZ @27746 NONAME ?Class@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@SAPBDXZ @27747 NONAME ?Class@?$H235_SIGNED@VH235_EncodedReturnSig@@@@SAPBDXZ @27748 NONAME ?Class@?$PArray@V?$PList@VH323Capability@@@@@@SAPBDXZ @7940 NONAME ?Class@?$PArray@VH323SimultaneousCapabilities@@@@SAPBDXZ @7941 NONAME ?Class@?$PArray@VH323TransportAddress@@@@SAPBDXZ @28479 NONAME ?Class@?$PArray@VReceiverReport@RTP_Session@@@@SAPBDXZ @17068 NONAME ?Class@?$PArray@VSourceDescription@RTP_Session@@@@SAPBDXZ @17069 NONAME ?Class@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@SAPBDXZ @7942 NONAME ?Class@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@SAPBDXZ @33114 NONAME ?Class@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@SAPBDXZ @29006 NONAME ?Class@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@SAPBDXZ @7943 NONAME ?Class@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@SAPBDXZ @37394 NONAME ?Class@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@SAPBDXZ @7944 NONAME ?Class@?$PDictionary@VPString@@VH323Connection@@@@SAPBDXZ @7945 NONAME ?Class@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@SAPBDXZ @28480 NONAME ?Class@?$PDictionary@VPString@@VPOrdinalKey@@@@SAPBDXZ @37478 NONAME ?Class@?$PList@VH235Authenticator@@@@SAPBDXZ @28860 NONAME ?Class@?$PList@VH245_GenericParameter@@@@SAPBDXZ @53332 NONAME ?Class@?$PList@VH263Packet@@@@SAPBDXZ @53865 NONAME ?Class@?$PList@VH323Capability@@@@SAPBDXZ @7946 NONAME ?Class@?$PList@VH323Channel@@@@SAPBDXZ @7947 NONAME ?Class@?$PList@VH323GatekeeperListener@@@@SAPBDXZ @28481 NONAME ?Class@?$PList@VH323Listener@@@@SAPBDXZ @7949 NONAME ?Class@?$PList@VH323Transactor@@@@SAPBDXZ @34980 NONAME ?Class@?$PList@VH450xHandler@@@@SAPBDXZ @29007 NONAME ?Class@?$PList@VOpalMediaFormat@@@@SAPBDXZ @20602 NONAME ?Class@?$PList@VPBYTEArray@@@@SAPBDXZ @34562 NONAME ?Class@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@SAPBDXZ @31635 NONAME ?Class@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@SAPBDXZ @37232 NONAME ?Class@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@SAPBDXZ @37233 NONAME ?Class@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@SAPBDXZ @31636 NONAME ?Class@?$PSafePtr@VH323GatekeeperCall@@@@SAPBDXZ @30410 NONAME ?Class@?$PSafePtr@VH323PeerElementDescriptor@@@@SAPBDXZ @37234 NONAME ?Class@?$PSafePtr@VH323PeerElementServiceRelationship@@@@SAPBDXZ @37235 NONAME ?Class@?$PSafePtr@VH323RegisteredEndPoint@@@@SAPBDXZ @30411 NONAME ?Class@?$PSet@VPOrdinalKey@@@@SAPBDXZ @37479 NONAME ?Class@?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@SAPBDXZ @30825 NONAME ?Class@?$PSortedList@VH225_AliasAddress@@@@SAPBDXZ @37633 NONAME ?Class@?$PSortedList@VH323GatekeeperCall@@@@SAPBDXZ @28482 NONAME ?Class@?$PSortedList@VH323PeerElementDescriptor@@@@SAPBDXZ @37236 NONAME ?Class@?$PSortedList@VH323PeerElementServiceRelationship@@@@SAPBDXZ @37237 NONAME ?Class@?$PSortedList@VMXRecord@PDNS@@@@SAPBDXZ @52885 NONAME ?Class@?$PSortedList@VResponse@H323Transactor@@@@SAPBDXZ @37395 NONAME ?Class@?$PSortedList@VSRVRecord@PDNS@@@@SAPBDXZ @52886 NONAME ?Class@AlternateInfo@H323Gatekeeper@@SAPBDXZ @30826 NONAME ?Class@ByteQueue@OpalVoipBlasterDevice@@SAPBDXZ @29749 NONAME ?Class@FilterInfo@H323Codec@@SAPBDXZ @29974 NONAME ?Class@G7231_File_Capability@@SAPBDXZ @31034 NONAME ?Class@G7231_File_Codec@@SAPBDXZ @31035 NONAME ?Class@GCC_AlternativeNodeID@@SAPBDXZ @7950 NONAME ?Class@GCC_ApplicationInvokeIndication@@SAPBDXZ @7951 NONAME ?Class@GCC_ApplicationInvokeSpecifier@@SAPBDXZ @7952 NONAME ?Class@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@SAPBDXZ @7953 NONAME ?Class@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@SAPBDXZ @7954 NONAME ?Class@GCC_ApplicationRecord@@SAPBDXZ @7955 NONAME ?Class@GCC_ApplicationRecord_nonCollapsingCapabilities@@SAPBDXZ @7956 NONAME ?Class@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@SAPBDXZ @7957 NONAME ?Class@GCC_ArrayOf_ApplicationInvokeSpecifier@@SAPBDXZ @7958 NONAME ?Class@GCC_ArrayOf_ChallengeItem@@SAPBDXZ @7959 NONAME ?Class@GCC_ArrayOf_ConferenceDescriptor@@SAPBDXZ @7960 NONAME ?Class@GCC_ArrayOf_Privilege@@SAPBDXZ @7961 NONAME ?Class@GCC_ArrayOf_TextString@@SAPBDXZ @7962 NONAME ?Class@GCC_ArrayOf_UserID@@SAPBDXZ @7963 NONAME ?Class@GCC_AsymmetryIndicator@@SAPBDXZ @7964 NONAME ?Class@GCC_CapabilityClass@@SAPBDXZ @7965 NONAME ?Class@GCC_CapabilityID@@SAPBDXZ @7966 NONAME ?Class@GCC_ChallengeItem@@SAPBDXZ @7967 NONAME ?Class@GCC_ChallengeRequest@@SAPBDXZ @7968 NONAME ?Class@GCC_ChallengeResponse@@SAPBDXZ @7969 NONAME ?Class@GCC_ChallengeResponseAlgorithm@@SAPBDXZ @7970 NONAME ?Class@GCC_ChallengeResponseItem@@SAPBDXZ @7971 NONAME ?Class@GCC_ChannelID@@SAPBDXZ @7972 NONAME ?Class@GCC_ChannelType@@SAPBDXZ @7973 NONAME ?Class@GCC_ConductorAssignIndication@@SAPBDXZ @7974 NONAME ?Class@GCC_ConductorPermissionAskIndication@@SAPBDXZ @7975 NONAME ?Class@GCC_ConductorPermissionGrantIndication@@SAPBDXZ @7976 NONAME ?Class@GCC_ConductorReleaseIndication@@SAPBDXZ @7977 NONAME ?Class@GCC_ConferenceAddRequest@@SAPBDXZ @7978 NONAME ?Class@GCC_ConferenceAddResponse@@SAPBDXZ @7979 NONAME ?Class@GCC_ConferenceAddResponse_result@@SAPBDXZ @7980 NONAME ?Class@GCC_ConferenceAssistanceIndication@@SAPBDXZ @7981 NONAME ?Class@GCC_ConferenceCreateRequest@@SAPBDXZ @7982 NONAME ?Class@GCC_ConferenceCreateResponse@@SAPBDXZ @7983 NONAME ?Class@GCC_ConferenceCreateResponse_result@@SAPBDXZ @7984 NONAME ?Class@GCC_ConferenceDescriptor@@SAPBDXZ @7985 NONAME ?Class@GCC_ConferenceEjectUserIndication@@SAPBDXZ @7986 NONAME ?Class@GCC_ConferenceEjectUserIndication_reason@@SAPBDXZ @7987 NONAME ?Class@GCC_ConferenceEjectUserRequest@@SAPBDXZ @7988 NONAME ?Class@GCC_ConferenceEjectUserRequest_reason@@SAPBDXZ @7989 NONAME ?Class@GCC_ConferenceEjectUserResponse@@SAPBDXZ @7990 NONAME ?Class@GCC_ConferenceEjectUserResponse_result@@SAPBDXZ @7991 NONAME ?Class@GCC_ConferenceInviteRequest@@SAPBDXZ @7992 NONAME ?Class@GCC_ConferenceInviteResponse@@SAPBDXZ @7993 NONAME ?Class@GCC_ConferenceInviteResponse_result@@SAPBDXZ @7994 NONAME ?Class@GCC_ConferenceJoinRequest@@SAPBDXZ @7995 NONAME ?Class@GCC_ConferenceJoinResponse@@SAPBDXZ @7996 NONAME ?Class@GCC_ConferenceJoinResponse_result@@SAPBDXZ @7997 NONAME ?Class@GCC_ConferenceLockIndication@@SAPBDXZ @7998 NONAME ?Class@GCC_ConferenceLockRequest@@SAPBDXZ @7999 NONAME ?Class@GCC_ConferenceLockResponse@@SAPBDXZ @8000 NONAME ?Class@GCC_ConferenceLockResponse_result@@SAPBDXZ @8001 NONAME ?Class@GCC_ConferenceName@@SAPBDXZ @8002 NONAME ?Class@GCC_ConferenceNameModifier@@SAPBDXZ @8003 NONAME ?Class@GCC_ConferenceNameSelector@@SAPBDXZ @8004 NONAME ?Class@GCC_ConferencePriority@@SAPBDXZ @8005 NONAME ?Class@GCC_ConferencePriorityScheme@@SAPBDXZ @8006 NONAME ?Class@GCC_ConferenceQueryRequest@@SAPBDXZ @8007 NONAME ?Class@GCC_ConferenceQueryResponse@@SAPBDXZ @8008 NONAME ?Class@GCC_ConferenceQueryResponse_result@@SAPBDXZ @8009 NONAME ?Class@GCC_ConferenceTerminateIndication@@SAPBDXZ @8010 NONAME ?Class@GCC_ConferenceTerminateIndication_reason@@SAPBDXZ @8011 NONAME ?Class@GCC_ConferenceTerminateRequest@@SAPBDXZ @8012 NONAME ?Class@GCC_ConferenceTerminateRequest_reason@@SAPBDXZ @8013 NONAME ?Class@GCC_ConferenceTerminateResponse@@SAPBDXZ @8014 NONAME ?Class@GCC_ConferenceTerminateResponse_result@@SAPBDXZ @8015 NONAME ?Class@GCC_ConferenceTimeExtendIndication@@SAPBDXZ @8016 NONAME ?Class@GCC_ConferenceTimeInquireIndication@@SAPBDXZ @8017 NONAME ?Class@GCC_ConferenceTimeRemainingIndication@@SAPBDXZ @8018 NONAME ?Class@GCC_ConferenceTransferIndication@@SAPBDXZ @8019 NONAME ?Class@GCC_ConferenceTransferRequest@@SAPBDXZ @8020 NONAME ?Class@GCC_ConferenceTransferResponse@@SAPBDXZ @8021 NONAME ?Class@GCC_ConferenceTransferResponse_result@@SAPBDXZ @8022 NONAME ?Class@GCC_ConferenceUnlockIndication@@SAPBDXZ @8023 NONAME ?Class@GCC_ConferenceUnlockRequest@@SAPBDXZ @8024 NONAME ?Class@GCC_ConferenceUnlockResponse@@SAPBDXZ @8025 NONAME ?Class@GCC_ConferenceUnlockResponse_result@@SAPBDXZ @8026 NONAME ?Class@GCC_ConnectData@@SAPBDXZ @8027 NONAME ?Class@GCC_ConnectGCCPDU@@SAPBDXZ @8028 NONAME ?Class@GCC_DialingString@@SAPBDXZ @8029 NONAME ?Class@GCC_DynamicChannelID@@SAPBDXZ @8030 NONAME ?Class@GCC_DynamicTokenID@@SAPBDXZ @8031 NONAME ?Class@GCC_EntityID@@SAPBDXZ @8032 NONAME ?Class@GCC_ExtraDialingString@@SAPBDXZ @8033 NONAME ?Class@GCC_FunctionNotSupportedResponse@@SAPBDXZ @8034 NONAME ?Class@GCC_GCCPDU@@SAPBDXZ @8035 NONAME ?Class@GCC_H221NonStandardIdentifier@@SAPBDXZ @8036 NONAME ?Class@GCC_Handle@@SAPBDXZ @8037 NONAME ?Class@GCC_IndicationPDU@@SAPBDXZ @8038 NONAME ?Class@GCC_Key@@SAPBDXZ @8039 NONAME ?Class@GCC_NetworkAddress@@SAPBDXZ @8040 NONAME ?Class@GCC_NetworkAddress_subtype@@SAPBDXZ @8041 NONAME ?Class@GCC_NetworkAddress_subtype_aggregatedChannel@@SAPBDXZ @8042 NONAME ?Class@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@SAPBDXZ @8043 NONAME ?Class@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@SAPBDXZ @8044 NONAME ?Class@GCC_NetworkAddress_subtype_transportConnection@@SAPBDXZ @8045 NONAME ?Class@GCC_NodeProperties@@SAPBDXZ @8046 NONAME ?Class@GCC_NodeRecord@@SAPBDXZ @8047 NONAME ?Class@GCC_NodeType@@SAPBDXZ @8048 NONAME ?Class@GCC_NonStandardParameter@@SAPBDXZ @8049 NONAME ?Class@GCC_NonStandardPDU@@SAPBDXZ @8050 NONAME ?Class@GCC_Password@@SAPBDXZ @8051 NONAME ?Class@GCC_PasswordChallengeRequestResponse@@SAPBDXZ @8052 NONAME ?Class@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@SAPBDXZ @8053 NONAME ?Class@GCC_PasswordSelector@@SAPBDXZ @8054 NONAME ?Class@GCC_Privilege@@SAPBDXZ @8055 NONAME ?Class@GCC_RegistryAllocateHandleRequest@@SAPBDXZ @8056 NONAME ?Class@GCC_RegistryAllocateHandleResponse@@SAPBDXZ @8057 NONAME ?Class@GCC_RegistryAllocateHandleResponse_result@@SAPBDXZ @8058 NONAME ?Class@GCC_RegistryAssignTokenRequest@@SAPBDXZ @8059 NONAME ?Class@GCC_RegistryDeleteEntryRequest@@SAPBDXZ @8060 NONAME ?Class@GCC_RegistryEntryOwner@@SAPBDXZ @8061 NONAME ?Class@GCC_RegistryEntryOwner_owned@@SAPBDXZ @8062 NONAME ?Class@GCC_RegistryItem@@SAPBDXZ @8063 NONAME ?Class@GCC_RegistryKey@@SAPBDXZ @8064 NONAME ?Class@GCC_RegistryModificationRights@@SAPBDXZ @8065 NONAME ?Class@GCC_RegistryMonitorEntryIndication@@SAPBDXZ @8066 NONAME ?Class@GCC_RegistryMonitorEntryRequest@@SAPBDXZ @8067 NONAME ?Class@GCC_RegistryRegisterChannelRequest@@SAPBDXZ @8068 NONAME ?Class@GCC_RegistryResponse@@SAPBDXZ @8069 NONAME ?Class@GCC_RegistryResponse_primitiveType@@SAPBDXZ @8070 NONAME ?Class@GCC_RegistryResponse_result@@SAPBDXZ @8071 NONAME ?Class@GCC_RegistryRetrieveEntryRequest@@SAPBDXZ @8072 NONAME ?Class@GCC_RegistrySetParameterRequest@@SAPBDXZ @8073 NONAME ?Class@GCC_RequestPDU@@SAPBDXZ @8074 NONAME ?Class@GCC_ResponsePDU@@SAPBDXZ @8075 NONAME ?Class@GCC_RosterUpdateIndication@@SAPBDXZ @8076 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation@@SAPBDXZ @8077 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype@@SAPBDXZ @8078 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@SAPBDXZ @8079 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@SAPBDXZ @8080 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@SAPBDXZ @8081 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@SAPBDXZ @8082 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@SAPBDXZ @8083 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@SAPBDXZ @8084 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@SAPBDXZ @8085 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@SAPBDXZ @8086 NONAME ?Class@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@SAPBDXZ @8087 NONAME ?Class@GCC_RosterUpdateIndication_nodeInformation@@SAPBDXZ @8088 NONAME ?Class@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@SAPBDXZ @8089 NONAME ?Class@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@SAPBDXZ @8090 NONAME ?Class@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@SAPBDXZ @8091 NONAME ?Class@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@SAPBDXZ @8092 NONAME ?Class@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@SAPBDXZ @8093 NONAME ?Class@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@SAPBDXZ @8094 NONAME ?Class@GCC_SessionKey@@SAPBDXZ @8095 NONAME ?Class@GCC_SimpleNumericString@@SAPBDXZ @8096 NONAME ?Class@GCC_SimpleTextString@@SAPBDXZ @8097 NONAME ?Class@GCC_StaticChannelID@@SAPBDXZ @8098 NONAME ?Class@GCC_StaticTokenID@@SAPBDXZ @8099 NONAME ?Class@GCC_SubAddressString@@SAPBDXZ @8100 NONAME ?Class@GCC_TerminationMethod@@SAPBDXZ @8101 NONAME ?Class@GCC_TextMessageIndication@@SAPBDXZ @8102 NONAME ?Class@GCC_TextString@@SAPBDXZ @8103 NONAME ?Class@GCC_Time@@SAPBDXZ @8104 NONAME ?Class@GCC_TokenID@@SAPBDXZ @8105 NONAME ?Class@GCC_UserData@@SAPBDXZ @8106 NONAME ?Class@GCC_UserData_subtype@@SAPBDXZ @8107 NONAME ?Class@GCC_UserID@@SAPBDXZ @8108 NONAME ?Class@GCC_UserIDIndication@@SAPBDXZ @8109 NONAME ?Class@H225CallThread@@SAPBDXZ @8110 NONAME ?Class@H225TransportThread@@SAPBDXZ @8112 NONAME ?Class@H225_AddressPattern@@SAPBDXZ @25670 NONAME ?Class@H225_AddressPattern_range@@SAPBDXZ @25671 NONAME ?Class@H225_AdmissionConfirm@@SAPBDXZ @8113 NONAME ?Class@H225_AdmissionConfirm_language@@SAPBDXZ @25672 NONAME ?Class@H225_AdmissionReject@@SAPBDXZ @8114 NONAME ?Class@H225_AdmissionRejectReason@@SAPBDXZ @8115 NONAME ?Class@H225_AdmissionRequest@@SAPBDXZ @8116 NONAME ?Class@H225_Alerting_UUIE@@SAPBDXZ @8117 NONAME ?Class@H225_AliasAddress@@SAPBDXZ @8118 NONAME ?Class@H225_AlternateGK@@SAPBDXZ @8119 NONAME ?Class@H225_AlternateTransportAddresses@@SAPBDXZ @25673 NONAME ?Class@H225_AltGKInfo@@SAPBDXZ @8120 NONAME ?Class@H225_ANSI_41_UIM@@SAPBDXZ @25674 NONAME ?Class@H225_ANSI_41_UIM_system_id@@SAPBDXZ @25675 NONAME ?Class@H225_ArrayOf_AddressPattern@@SAPBDXZ @25676 NONAME ?Class@H225_ArrayOf_AdmissionConfirm@@SAPBDXZ @38606 NONAME ?Class@H225_ArrayOf_AliasAddress@@SAPBDXZ @8121 NONAME ?Class@H225_ArrayOf_AlternateGK@@SAPBDXZ @8122 NONAME ?Class@H225_ArrayOf_AuthenticationMechanism@@SAPBDXZ @8123 NONAME ?Class@H225_ArrayOf_BandwidthDetails@@SAPBDXZ @25677 NONAME ?Class@H225_ArrayOf_CallReferenceValue@@SAPBDXZ @8124 NONAME ?Class@H225_ArrayOf_CallsAvailable@@SAPBDXZ @25678 NONAME ?Class@H225_ArrayOf_ClearToken@@SAPBDXZ @8125 NONAME ?Class@H225_ArrayOf_ConferenceIdentifier@@SAPBDXZ @8126 NONAME ?Class@H225_ArrayOf_ConferenceList@@SAPBDXZ @8127 NONAME ?Class@H225_ArrayOf_CryptoH323Token@@SAPBDXZ @8128 NONAME ?Class@H225_ArrayOf_DataRate@@SAPBDXZ @8129 NONAME ?Class@H225_ArrayOf_Endpoint@@SAPBDXZ @8130 NONAME ?Class@H225_ArrayOf_EnumeratedParameter@@SAPBDXZ @25679 NONAME ?Class@H225_ArrayOf_ExtendedAliasAddress@@SAPBDXZ @25680 NONAME ?Class@H225_ArrayOf_FeatureDescriptor@@SAPBDXZ @25681 NONAME ?Class@H225_ArrayOf_GenericData@@SAPBDXZ @25682 NONAME ?Class@H225_ArrayOf_H245Security@@SAPBDXZ @8131 NONAME ?Class@H225_ArrayOf_H248PackagesDescriptor@@SAPBDXZ @25683 NONAME ?Class@H225_ArrayOf_IntegrityMechanism@@SAPBDXZ @8132 NONAME ?Class@H225_ArrayOf_NonStandardParameter@@SAPBDXZ @8133 NONAME ?Class@H225_ArrayOf_PartyNumber@@SAPBDXZ @25684 NONAME ?Class@H225_ArrayOf_PASN_ObjectId@@SAPBDXZ @8134 NONAME ?Class@H225_ArrayOf_PASN_OctetString@@SAPBDXZ @8135 NONAME ?Class@H225_ArrayOf_RasUsageSpecification@@SAPBDXZ @25685 NONAME ?Class@H225_ArrayOf_RTPSession@@SAPBDXZ @8136 NONAME ?Class@H225_ArrayOf_ServiceControlSession@@SAPBDXZ @25686 NONAME ?Class@H225_ArrayOf_SupportedPrefix@@SAPBDXZ @8137 NONAME ?Class@H225_ArrayOf_SupportedProtocols@@SAPBDXZ @8138 NONAME ?Class@H225_ArrayOf_TransportAddress@@SAPBDXZ @8139 NONAME ?Class@H225_ArrayOf_TransportChannelInfo@@SAPBDXZ @8140 NONAME ?Class@H225_ArrayOf_TunnelledProtocol@@SAPBDXZ @25687 NONAME ?Class@H225_BandRejectReason@@SAPBDXZ @8141 NONAME ?Class@H225_BandWidth@@SAPBDXZ @8142 NONAME ?Class@H225_BandwidthConfirm@@SAPBDXZ @8143 NONAME ?Class@H225_BandwidthDetails@@SAPBDXZ @25688 NONAME ?Class@H225_BandwidthReject@@SAPBDXZ @8144 NONAME ?Class@H225_BandwidthRequest@@SAPBDXZ @8145 NONAME ?Class@H225_CallCapacity@@SAPBDXZ @25689 NONAME ?Class@H225_CallCapacityInfo@@SAPBDXZ @25690 NONAME ?Class@H225_CallCreditCapability@@SAPBDXZ @25691 NONAME ?Class@H225_CallCreditServiceControl@@SAPBDXZ @25692 NONAME ?Class@H225_CallCreditServiceControl_billingMode@@SAPBDXZ @25693 NONAME ?Class@H225_CallCreditServiceControl_callStartingPoint@@SAPBDXZ @25694 NONAME ?Class@H225_CallIdentifier@@SAPBDXZ @8146 NONAME ?Class@H225_CallLinkage@@SAPBDXZ @25695 NONAME ?Class@H225_CallModel@@SAPBDXZ @8147 NONAME ?Class@H225_CallProceeding_UUIE@@SAPBDXZ @8148 NONAME ?Class@H225_CallReferenceValue@@SAPBDXZ @8149 NONAME ?Class@H225_CallsAvailable@@SAPBDXZ @25696 NONAME ?Class@H225_CallTerminationCause@@SAPBDXZ @25697 NONAME ?Class@H225_CallType@@SAPBDXZ @8150 NONAME ?Class@H225_CapacityReportingCapability@@SAPBDXZ @25698 NONAME ?Class@H225_CapacityReportingSpecification@@SAPBDXZ @25699 NONAME ?Class@H225_CapacityReportingSpecification_when@@SAPBDXZ @25700 NONAME ?Class@H225_CarrierInfo@@SAPBDXZ @38607 NONAME ?Class@H225_CicInfo@@SAPBDXZ @25701 NONAME ?Class@H225_CicInfo_cic@@SAPBDXZ @25702 NONAME ?Class@H225_CircuitIdentifier@@SAPBDXZ @25703 NONAME ?Class@H225_CircuitInfo@@SAPBDXZ @25704 NONAME ?Class@H225_ConferenceIdentifier@@SAPBDXZ @8151 NONAME ?Class@H225_ConferenceList@@SAPBDXZ @8152 NONAME ?Class@H225_Connect_UUIE@@SAPBDXZ @8153 NONAME ?Class@H225_Connect_UUIE_language@@SAPBDXZ @25705 NONAME ?Class@H225_Content@@SAPBDXZ @25706 NONAME ?Class@H225_CryptoH323Token@@SAPBDXZ @8154 NONAME ?Class@H225_CryptoH323Token_cryptoEPPwdHash@@SAPBDXZ @8155 NONAME ?Class@H225_CryptoH323Token_cryptoGKPwdHash@@SAPBDXZ @8156 NONAME ?Class@H225_DataRate@@SAPBDXZ @8157 NONAME ?Class@H225_DisengageConfirm@@SAPBDXZ @8158 NONAME ?Class@H225_DisengageReason@@SAPBDXZ @8159 NONAME ?Class@H225_DisengageReject@@SAPBDXZ @8160 NONAME ?Class@H225_DisengageRejectReason@@SAPBDXZ @8161 NONAME ?Class@H225_DisengageRequest@@SAPBDXZ @8162 NONAME ?Class@H225_EncodedFastStartToken@@SAPBDXZ @27749 NONAME ?Class@H225_EncryptIntAlg@@SAPBDXZ @8163 NONAME ?Class@H225_Endpoint@@SAPBDXZ @8164 NONAME ?Class@H225_EndpointIdentifier@@SAPBDXZ @8165 NONAME ?Class@H225_EndpointType@@SAPBDXZ @8166 NONAME ?Class@H225_EnumeratedParameter@@SAPBDXZ @25707 NONAME ?Class@H225_ExtendedAliasAddress@@SAPBDXZ @25708 NONAME ?Class@H225_FacilityReason@@SAPBDXZ @8167 NONAME ?Class@H225_Facility_UUIE@@SAPBDXZ @8168 NONAME ?Class@H225_FastStartToken@@SAPBDXZ @8169 NONAME ?Class@H225_FeatureDescriptor@@SAPBDXZ @25709 NONAME ?Class@H225_FeatureSet@@SAPBDXZ @25710 NONAME ?Class@H225_GatekeeperConfirm@@SAPBDXZ @8170 NONAME ?Class@H225_GatekeeperIdentifier@@SAPBDXZ @8171 NONAME ?Class@H225_GatekeeperInfo@@SAPBDXZ @8172 NONAME ?Class@H225_GatekeeperReject@@SAPBDXZ @8173 NONAME ?Class@H225_GatekeeperRejectReason@@SAPBDXZ @8174 NONAME ?Class@H225_GatekeeperRequest@@SAPBDXZ @8175 NONAME ?Class@H225_GatewayInfo@@SAPBDXZ @8176 NONAME ?Class@H225_GenericData@@SAPBDXZ @25711 NONAME ?Class@H225_GenericIdentifier@@SAPBDXZ @25712 NONAME ?Class@H225_GloballyUniqueID@@SAPBDXZ @8177 NONAME ?Class@H225_GroupID@@SAPBDXZ @25713 NONAME ?Class@H225_GroupID_member@@SAPBDXZ @25714 NONAME ?Class@H225_GSM_UIM@@SAPBDXZ @25715 NONAME ?Class@H225_H221NonStandard@@SAPBDXZ @8178 NONAME ?Class@H225_H245Security@@SAPBDXZ @8179 NONAME ?Class@H225_H248PackagesDescriptor@@SAPBDXZ @25716 NONAME ?Class@H225_H248SignalsDescriptor@@SAPBDXZ @25717 NONAME ?Class@H225_H310Caps@@SAPBDXZ @8180 NONAME ?Class@H225_H320Caps@@SAPBDXZ @8181 NONAME ?Class@H225_H321Caps@@SAPBDXZ @8182 NONAME ?Class@H225_H322Caps@@SAPBDXZ @8183 NONAME ?Class@H225_H323Caps@@SAPBDXZ @8184 NONAME ?Class@H225_H323_UserInformation@@SAPBDXZ @8185 NONAME ?Class@H225_H323_UserInformation_user_data@@SAPBDXZ @8186 NONAME ?Class@H225_H323_UU_PDU@@SAPBDXZ @8187 NONAME ?Class@H225_H323_UU_PDU_h323_message_body@@SAPBDXZ @8188 NONAME ?Class@H225_H323_UU_PDU_tunnelledSignallingMessage@@SAPBDXZ @25718 NONAME ?Class@H225_H324Caps@@SAPBDXZ @8189 NONAME ?Class@H225_ICV@@SAPBDXZ @8190 NONAME ?Class@H225_InfoRequest@@SAPBDXZ @8191 NONAME ?Class@H225_InfoRequestAck@@SAPBDXZ @8192 NONAME ?Class@H225_InfoRequestNak@@SAPBDXZ @8193 NONAME ?Class@H225_InfoRequestNakReason@@SAPBDXZ @8194 NONAME ?Class@H225_InfoRequestResponse@@SAPBDXZ @8195 NONAME ?Class@H225_InfoRequestResponseStatus@@SAPBDXZ @25719 NONAME ?Class@H225_InfoRequestResponse_perCallInfo@@SAPBDXZ @8196 NONAME ?Class@H225_InfoRequestResponse_perCallInfo_subtype@@SAPBDXZ @8197 NONAME ?Class@H225_InfoRequestResponse_perCallInfo_subtype_pdu@@SAPBDXZ @8198 NONAME ?Class@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@SAPBDXZ @8199 NONAME ?Class@H225_Information_UUIE@@SAPBDXZ @8200 NONAME ?Class@H225_IntegrityMechanism@@SAPBDXZ @8201 NONAME ?Class@H225_LocationConfirm@@SAPBDXZ @8202 NONAME ?Class@H225_LocationReject@@SAPBDXZ @8203 NONAME ?Class@H225_LocationRejectReason@@SAPBDXZ @8204 NONAME ?Class@H225_LocationRequest@@SAPBDXZ @8205 NONAME ?Class@H225_McuInfo@@SAPBDXZ @8206 NONAME ?Class@H225_MobileUIM@@SAPBDXZ @25720 NONAME ?Class@H225_NonIsoIntegrityMechanism@@SAPBDXZ @8207 NONAME ?Class@H225_NonStandardIdentifier@@SAPBDXZ @8208 NONAME ?Class@H225_NonStandardMessage@@SAPBDXZ @8209 NONAME ?Class@H225_NonStandardParameter@@SAPBDXZ @8210 NONAME ?Class@H225_NonStandardProtocol@@SAPBDXZ @8211 NONAME ?Class@H225_Notify_UUIE@@SAPBDXZ @25721 NONAME ?Class@H225_NumberDigits@@SAPBDXZ @8212 NONAME ?Class@H225_PartyNumber@@SAPBDXZ @8213 NONAME ?Class@H225_PresentationIndicator@@SAPBDXZ @25722 NONAME ?Class@H225_PrivatePartyNumber@@SAPBDXZ @8214 NONAME ?Class@H225_PrivateTypeOfNumber@@SAPBDXZ @8215 NONAME ?Class@H225_Progress_UUIE@@SAPBDXZ @8216 NONAME ?Class@H225_ProtocolIdentifier@@SAPBDXZ @8217 NONAME ?Class@H225_PublicPartyNumber@@SAPBDXZ @8218 NONAME ?Class@H225_PublicTypeOfNumber@@SAPBDXZ @8219 NONAME ?Class@H225_Q954Details@@SAPBDXZ @8220 NONAME ?Class@H225_QseriesOptions@@SAPBDXZ @8221 NONAME ?Class@H225_RAS@@SAPBDXZ @27913 NONAME ?Class@H225_RasMessage@@SAPBDXZ @8222 NONAME ?Class@H225_RasUsageInformation@@SAPBDXZ @25723 NONAME ?Class@H225_RasUsageInfoTypes@@SAPBDXZ @25724 NONAME ?Class@H225_RasUsageSpecification@@SAPBDXZ @25725 NONAME ?Class@H225_RasUsageSpecification_callStartingPoint@@SAPBDXZ @25726 NONAME ?Class@H225_RasUsageSpecification_when@@SAPBDXZ @25727 NONAME ?Class@H225_RegistrationConfirm@@SAPBDXZ @8223 NONAME ?Class@H225_RegistrationConfirm_preGrantedARQ@@SAPBDXZ @8224 NONAME ?Class@H225_RegistrationReject@@SAPBDXZ @8225 NONAME ?Class@H225_RegistrationRejectReason@@SAPBDXZ @8226 NONAME ?Class@H225_RegistrationRejectReason_invalidTerminalAliases@@SAPBDXZ @25728 NONAME ?Class@H225_RegistrationRequest@@SAPBDXZ @8227 NONAME ?Class@H225_ReleaseCompleteReason@@SAPBDXZ @8228 NONAME ?Class@H225_ReleaseComplete_UUIE@@SAPBDXZ @8229 NONAME ?Class@H225_RequestInProgress@@SAPBDXZ @8230 NONAME ?Class@H225_RequestSeqNum@@SAPBDXZ @8231 NONAME ?Class@H225_ResourcesAvailableConfirm@@SAPBDXZ @8232 NONAME ?Class@H225_ResourcesAvailableIndicate@@SAPBDXZ @8233 NONAME ?Class@H225_RTPSession@@SAPBDXZ @8234 NONAME ?Class@H225_RTPSession_associatedSessionIds@@SAPBDXZ @8235 NONAME ?Class@H225_ScnConnectionAggregation@@SAPBDXZ @25729 NONAME ?Class@H225_ScnConnectionType@@SAPBDXZ @25730 NONAME ?Class@H225_ScreeningIndicator@@SAPBDXZ @25731 NONAME ?Class@H225_SecurityCapabilities@@SAPBDXZ @8236 NONAME ?Class@H225_SecurityErrors2@@SAPBDXZ @38608 NONAME ?Class@H225_SecurityErrors@@SAPBDXZ @38609 NONAME ?Class@H225_SecurityServiceMode@@SAPBDXZ @8237 NONAME ?Class@H225_ServiceControlDescriptor@@SAPBDXZ @25732 NONAME ?Class@H225_ServiceControlIndication@@SAPBDXZ @25733 NONAME ?Class@H225_ServiceControlIndication_callSpecific@@SAPBDXZ @25734 NONAME ?Class@H225_ServiceControlResponse@@SAPBDXZ @25735 NONAME ?Class@H225_ServiceControlResponse_result@@SAPBDXZ @25736 NONAME ?Class@H225_ServiceControlSession@@SAPBDXZ @25737 NONAME ?Class@H225_ServiceControlSession_reason@@SAPBDXZ @25738 NONAME ?Class@H225_SetupAcknowledge_UUIE@@SAPBDXZ @25739 NONAME ?Class@H225_Setup_UUIE@@SAPBDXZ @8238 NONAME ?Class@H225_Setup_UUIE_conferenceGoal@@SAPBDXZ @8239 NONAME ?Class@H225_Setup_UUIE_connectionParameters@@SAPBDXZ @25740 NONAME ?Class@H225_Setup_UUIE_language@@SAPBDXZ @25741 NONAME ?Class@H225_SIPCaps@@SAPBDXZ @38610 NONAME ?Class@H225_StatusInquiry_UUIE@@SAPBDXZ @25742 NONAME ?Class@H225_Status_UUIE@@SAPBDXZ @25743 NONAME ?Class@H225_StimulusControl@@SAPBDXZ @25744 NONAME ?Class@H225_SupportedPrefix@@SAPBDXZ @8240 NONAME ?Class@H225_SupportedProtocols@@SAPBDXZ @8241 NONAME ?Class@H225_T120OnlyCaps@@SAPBDXZ @8242 NONAME ?Class@H225_T38FaxAnnexbOnlyCaps@@SAPBDXZ @25745 NONAME ?Class@H225_TBCD_STRING@@SAPBDXZ @25746 NONAME ?Class@H225_TerminalInfo@@SAPBDXZ @8243 NONAME ?Class@H225_TimeToLive@@SAPBDXZ @8244 NONAME ?Class@H225_TransportAddress@@SAPBDXZ @8245 NONAME ?Class@H225_TransportAddress_ip6Address@@SAPBDXZ @8246 NONAME ?Class@H225_TransportAddress_ipAddress@@SAPBDXZ @8247 NONAME ?Class@H225_TransportAddress_ipSourceRoute@@SAPBDXZ @8248 NONAME ?Class@H225_TransportAddress_ipSourceRoute_route@@SAPBDXZ @8249 NONAME ?Class@H225_TransportAddress_ipSourceRoute_routing@@SAPBDXZ @8250 NONAME ?Class@H225_TransportAddress_ipxAddress@@SAPBDXZ @8251 NONAME ?Class@H225_TransportChannelInfo@@SAPBDXZ @8252 NONAME ?Class@H225_TransportQOS@@SAPBDXZ @8253 NONAME ?Class@H225_TunnelledProtocol@@SAPBDXZ @25747 NONAME ?Class@H225_TunnelledProtocolAlternateIdentifier@@SAPBDXZ @25748 NONAME ?Class@H225_TunnelledProtocol_id@@SAPBDXZ @25749 NONAME ?Class@H225_UnknownMessageResponse@@SAPBDXZ @8254 NONAME ?Class@H225_UnregistrationConfirm@@SAPBDXZ @8255 NONAME ?Class@H225_UnregistrationReject@@SAPBDXZ @8256 NONAME ?Class@H225_UnregistrationRequest@@SAPBDXZ @8257 NONAME ?Class@H225_UnregRejectReason@@SAPBDXZ @8258 NONAME ?Class@H225_UnregRequestReason@@SAPBDXZ @8259 NONAME ?Class@H225_UseSpecifiedTransport@@SAPBDXZ @25750 NONAME ?Class@H225_UUIEsRequested@@SAPBDXZ @8260 NONAME ?Class@H225_VendorIdentifier@@SAPBDXZ @8261 NONAME ?Class@H225_VoiceCaps@@SAPBDXZ @8262 NONAME ?Class@H235AuthCAT@@SAPBDXZ @34827 NONAME ?Class@H235Authenticator@@SAPBDXZ @28861 NONAME ?Class@H235Authenticators@@SAPBDXZ @31294 NONAME ?Class@H235AuthProcedure1@@SAPBDXZ @28862 NONAME ?Class@H235AuthSimpleMD5@@SAPBDXZ @28863 NONAME ?Class@H235_AuthenticationBES@@SAPBDXZ @28712 NONAME ?Class@H235_AuthenticationMechanism@@SAPBDXZ @8263 NONAME ?Class@H235_ChallengeString@@SAPBDXZ @8264 NONAME ?Class@H235_ClearToken@@SAPBDXZ @8265 NONAME ?Class@H235_CryptoToken@@SAPBDXZ @8266 NONAME ?Class@H235_CryptoToken_cryptoEncryptedToken@@SAPBDXZ @8267 NONAME ?Class@H235_CryptoToken_cryptoHashedToken@@SAPBDXZ @8268 NONAME ?Class@H235_CryptoToken_cryptoSignedToken@@SAPBDXZ @8269 NONAME ?Class@H235_DHset@@SAPBDXZ @8270 NONAME ?Class@H235_ECGDSASignature@@SAPBDXZ @38611 NONAME ?Class@H235_ECKASDH@@SAPBDXZ @28714 NONAME ?Class@H235_ECKASDH_eckasdh2@@SAPBDXZ @28715 NONAME ?Class@H235_ECKASDH_eckasdhp@@SAPBDXZ @28716 NONAME ?Class@H235_ECpoint@@SAPBDXZ @38612 NONAME ?Class@H235_EncodedGeneralToken@@SAPBDXZ @27750 NONAME ?Class@H235_EncodedKeySignedMaterial@@SAPBDXZ @27751 NONAME ?Class@H235_EncodedKeySyncMaterial@@SAPBDXZ @27752 NONAME ?Class@H235_EncodedPwdCertToken@@SAPBDXZ @27753 NONAME ?Class@H235_EncodedReturnSig@@SAPBDXZ @27754 NONAME ?Class@H235_H235CertificateSignature@@SAPBDXZ @8271 NONAME ?Class@H235_H235Key@@SAPBDXZ @8272 NONAME ?Class@H235_Identifier@@SAPBDXZ @8273 NONAME ?Class@H235_IV16@@SAPBDXZ @28717 NONAME ?Class@H235_IV8@@SAPBDXZ @8274 NONAME ?Class@H235_KeyMaterial@@SAPBDXZ @8275 NONAME ?Class@H235_KeySignedMaterial@@SAPBDXZ @8276 NONAME ?Class@H235_KeySyncMaterial@@SAPBDXZ @8277 NONAME ?Class@H235_NonStandardParameter@@SAPBDXZ @8278 NONAME ?Class@H235_Params@@SAPBDXZ @8279 NONAME ?Class@H235_Password@@SAPBDXZ @8280 NONAME ?Class@H235_PwdCertToken@@SAPBDXZ @8281 NONAME ?Class@H235_RandomVal@@SAPBDXZ @8282 NONAME ?Class@H235_ReturnSig@@SAPBDXZ @8283 NONAME ?Class@H235_TimeStamp@@SAPBDXZ @8284 NONAME ?Class@H235_TypedCertificate@@SAPBDXZ @8285 NONAME ?Class@H235_V3KeySyncMaterial@@SAPBDXZ @38613 NONAME ?Class@H245NegLogicalChannel@@SAPBDXZ @8286 NONAME ?Class@H245NegLogicalChannels@@SAPBDXZ @8287 NONAME ?Class@H245NegMasterSlaveDetermination@@SAPBDXZ @8288 NONAME ?Class@H245Negotiator@@SAPBDXZ @8289 NONAME ?Class@H245NegRequestMode@@SAPBDXZ @8290 NONAME ?Class@H245NegRoundTripDelay@@SAPBDXZ @8291 NONAME ?Class@H245NegTerminalCapabilitySet@@SAPBDXZ @8292 NONAME ?Class@H245TransportThread@@SAPBDXZ @8293 NONAME ?Class@H245_AlternativeCapabilitySet@@SAPBDXZ @8294 NONAME ?Class@H245_ArrayOf_AlternativeCapabilitySet@@SAPBDXZ @8295 NONAME ?Class@H245_ArrayOf_BEnhancementParameters@@SAPBDXZ @8296 NONAME ?Class@H245_ArrayOf_CapabilityDescriptor@@SAPBDXZ @8297 NONAME ?Class@H245_ArrayOf_CapabilityDescriptorNumber@@SAPBDXZ @8298 NONAME ?Class@H245_ArrayOf_CapabilityTableEntry@@SAPBDXZ @8299 NONAME ?Class@H245_ArrayOf_CapabilityTableEntryNumber@@SAPBDXZ @8300 NONAME ?Class@H245_ArrayOf_CommunicationModeTableEntry@@SAPBDXZ @8301 NONAME ?Class@H245_ArrayOf_CustomPictureClockFrequency@@SAPBDXZ @8302 NONAME ?Class@H245_ArrayOf_CustomPictureFormat@@SAPBDXZ @8303 NONAME ?Class@H245_ArrayOf_DataApplicationCapability@@SAPBDXZ @8304 NONAME ?Class@H245_ArrayOf_DialingInformationNetworkType@@SAPBDXZ @25751 NONAME ?Class@H245_ArrayOf_DialingInformationNumber@@SAPBDXZ @25752 NONAME ?Class@H245_ArrayOf_EnhancementOptions@@SAPBDXZ @8305 NONAME ?Class@H245_ArrayOf_EscrowData@@SAPBDXZ @8306 NONAME ?Class@H245_ArrayOf_GenericCapability@@SAPBDXZ @53167 NONAME ?Class@H245_ArrayOf_GenericParameter@@SAPBDXZ @25753 NONAME ?Class@H245_ArrayOf_H263ModeComboFlags@@SAPBDXZ @8307 NONAME ?Class@H245_ArrayOf_H263VideoModeCombos@@SAPBDXZ @8308 NONAME ?Class@H245_ArrayOf_MediaChannelCapability@@SAPBDXZ @8309 NONAME ?Class@H245_ArrayOf_MediaDistributionCapability@@SAPBDXZ @8310 NONAME ?Class@H245_ArrayOf_ModeDescription@@SAPBDXZ @8311 NONAME ?Class@H245_ArrayOf_MultiplePayloadStreamElement@@SAPBDXZ @38614 NONAME ?Class@H245_ArrayOf_MultiplePayloadStreamElementMode@@SAPBDXZ @38615 NONAME ?Class@H245_ArrayOf_MultiplexElement@@SAPBDXZ @8312 NONAME ?Class@H245_ArrayOf_MultiplexEntryDescriptor@@SAPBDXZ @8313 NONAME ?Class@H245_ArrayOf_MultiplexEntryRejectionDescriptions@@SAPBDXZ @8314 NONAME ?Class@H245_ArrayOf_MultiplexTableEntryNumber@@SAPBDXZ @8315 NONAME ?Class@H245_ArrayOf_NonStandardParameter@@SAPBDXZ @8316 NONAME ?Class@H245_ArrayOf_ParameterIdentifier@@SAPBDXZ @25754 NONAME ?Class@H245_ArrayOf_PictureReference@@SAPBDXZ @25755 NONAME ?Class@H245_ArrayOf_Q2931Address@@SAPBDXZ @25756 NONAME ?Class@H245_ArrayOf_QOSCapability@@SAPBDXZ @8317 NONAME ?Class@H245_ArrayOf_RedundancyEncodingCapability@@SAPBDXZ @8318 NONAME ?Class@H245_ArrayOf_RedundancyEncodingDTModeElement@@SAPBDXZ @38616 NONAME ?Class@H245_ArrayOf_RedundancyEncodingElement@@SAPBDXZ @38617 NONAME ?Class@H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@SAPBDXZ @8319 NONAME ?Class@H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@SAPBDXZ @8320 NONAME ?Class@H245_ArrayOf_RTPPayloadType@@SAPBDXZ @8321 NONAME ?Class@H245_ArrayOf_TerminalInformation@@SAPBDXZ @8322 NONAME ?Class@H245_ArrayOf_TerminalLabel@@SAPBDXZ @8323 NONAME ?Class@H245_ArrayOf_VCCapability@@SAPBDXZ @8324 NONAME ?Class@H245_ArrayOf_VideoCapability@@SAPBDXZ @53168 NONAME ?Class@H245_ATMParameters@@SAPBDXZ @8325 NONAME ?Class@H245_AudioCapability@@SAPBDXZ @8326 NONAME ?Class@H245_AudioCapability_g7231@@SAPBDXZ @8327 NONAME ?Class@H245_AudioMode@@SAPBDXZ @8328 NONAME ?Class@H245_AudioMode_g7231@@SAPBDXZ @8329 NONAME ?Class@H245_AudioTelephonyEventCapability@@SAPBDXZ @25757 NONAME ?Class@H245_AudioToneCapability@@SAPBDXZ @25758 NONAME ?Class@H245_AuthenticationCapability@@SAPBDXZ @8330 NONAME ?Class@H245_BEnhancementParameters@@SAPBDXZ @8331 NONAME ?Class@H245_Capability@@SAPBDXZ @8332 NONAME ?Class@H245_CapabilityDescriptor@@SAPBDXZ @8333 NONAME ?Class@H245_CapabilityDescriptorNumber@@SAPBDXZ @8334 NONAME ?Class@H245_CapabilityIdentifier@@SAPBDXZ @25759 NONAME ?Class@H245_CapabilityTableEntry@@SAPBDXZ @8335 NONAME ?Class@H245_CapabilityTableEntryNumber@@SAPBDXZ @8336 NONAME ?Class@H245_Capability_h233EncryptionReceiveCapability@@SAPBDXZ @8337 NONAME ?Class@H245_CertSelectionCriteria@@SAPBDXZ @8338 NONAME ?Class@H245_CloseLogicalChannel@@SAPBDXZ @8339 NONAME ?Class@H245_CloseLogicalChannelAck@@SAPBDXZ @8340 NONAME ?Class@H245_CloseLogicalChannel_reason@@SAPBDXZ @8341 NONAME ?Class@H245_CloseLogicalChannel_source@@SAPBDXZ @8342 NONAME ?Class@H245_CommandMessage@@SAPBDXZ @8343 NONAME ?Class@H245_CommunicationModeCommand@@SAPBDXZ @8344 NONAME ?Class@H245_CommunicationModeRequest@@SAPBDXZ @8345 NONAME ?Class@H245_CommunicationModeResponse@@SAPBDXZ @8346 NONAME ?Class@H245_CommunicationModeTableEntry@@SAPBDXZ @8347 NONAME ?Class@H245_CommunicationModeTableEntry_dataType@@SAPBDXZ @8348 NONAME ?Class@H245_CompressionType@@SAPBDXZ @8349 NONAME ?Class@H245_ConferenceCapability@@SAPBDXZ @8350 NONAME ?Class@H245_ConferenceCommand@@SAPBDXZ @8351 NONAME ?Class@H245_ConferenceID@@SAPBDXZ @8352 NONAME ?Class@H245_ConferenceIndication@@SAPBDXZ @8353 NONAME ?Class@H245_ConferenceRequest@@SAPBDXZ @8354 NONAME ?Class@H245_ConferenceRequest_requestTerminalCertificate@@SAPBDXZ @8355 NONAME ?Class@H245_ConferenceResponse@@SAPBDXZ @8356 NONAME ?Class@H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@SAPBDXZ @8357 NONAME ?Class@H245_ConferenceResponse_chairTokenOwnerResponse@@SAPBDXZ @8358 NONAME ?Class@H245_ConferenceResponse_conferenceIDResponse@@SAPBDXZ @8359 NONAME ?Class@H245_ConferenceResponse_extensionAddressResponse@@SAPBDXZ @8360 NONAME ?Class@H245_ConferenceResponse_makeMeChairResponse@@SAPBDXZ @8361 NONAME ?Class@H245_ConferenceResponse_makeTerminalBroadcasterResponse@@SAPBDXZ @8362 NONAME ?Class@H245_ConferenceResponse_mCTerminalIDResponse@@SAPBDXZ @8363 NONAME ?Class@H245_ConferenceResponse_passwordResponse@@SAPBDXZ @8364 NONAME ?Class@H245_ConferenceResponse_sendThisSourceResponse@@SAPBDXZ @8365 NONAME ?Class@H245_ConferenceResponse_terminalCertificateResponse@@SAPBDXZ @8366 NONAME ?Class@H245_ConferenceResponse_terminalIDResponse@@SAPBDXZ @8367 NONAME ?Class@H245_ConnectionIdentifier@@SAPBDXZ @25760 NONAME ?Class@H245_CRCLength@@SAPBDXZ @8368 NONAME ?Class@H245_Criteria@@SAPBDXZ @8369 NONAME ?Class@H245_CustomPictureClockFrequency@@SAPBDXZ @8370 NONAME ?Class@H245_CustomPictureFormat@@SAPBDXZ @8371 NONAME ?Class@H245_CustomPictureFormat_mPI@@SAPBDXZ @8372 NONAME ?Class@H245_CustomPictureFormat_mPI_customPCF@@SAPBDXZ @8373 NONAME ?Class@H245_CustomPictureFormat_mPI_customPCF_subtype@@SAPBDXZ @8374 NONAME ?Class@H245_CustomPictureFormat_pixelAspectInformation@@SAPBDXZ @8375 NONAME ?Class@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@SAPBDXZ @8376 NONAME ?Class@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@SAPBDXZ @8377 NONAME ?Class@H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@SAPBDXZ @8378 NONAME ?Class@H245_DataApplicationCapability@@SAPBDXZ @8379 NONAME ?Class@H245_DataApplicationCapability_application@@SAPBDXZ @8380 NONAME ?Class@H245_DataApplicationCapability_application_nlpid@@SAPBDXZ @8381 NONAME ?Class@H245_DataApplicationCapability_application_t38fax@@SAPBDXZ @25761 NONAME ?Class@H245_DataApplicationCapability_application_t84@@SAPBDXZ @8382 NONAME ?Class@H245_DataMode@@SAPBDXZ @8383 NONAME ?Class@H245_DataMode_application@@SAPBDXZ @8384 NONAME ?Class@H245_DataMode_application_nlpid@@SAPBDXZ @8385 NONAME ?Class@H245_DataMode_application_t38fax@@SAPBDXZ @25762 NONAME ?Class@H245_DataProtocolCapability@@SAPBDXZ @8386 NONAME ?Class@H245_DataProtocolCapability_v76wCompression@@SAPBDXZ @8387 NONAME ?Class@H245_DataType@@SAPBDXZ @8388 NONAME ?Class@H245_DepFECCapability@@SAPBDXZ @53608 NONAME ?Class@H245_DepFECCapability_rfc2733@@SAPBDXZ @53609 NONAME ?Class@H245_DepFECCapability_rfc2733_separateStream@@SAPBDXZ @53610 NONAME ?Class@H245_DepFECData@@SAPBDXZ @53611 NONAME ?Class@H245_DepFECData_rfc2733@@SAPBDXZ @53612 NONAME ?Class@H245_DepFECData_rfc2733_mode@@SAPBDXZ @53613 NONAME ?Class@H245_DepFECData_rfc2733_mode_separateStream@@SAPBDXZ @53614 NONAME ?Class@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@SAPBDXZ @53615 NONAME ?Class@H245_DepFECData_rfc2733_mode_separateStream_samePort@@SAPBDXZ @53616 NONAME ?Class@H245_DepFECMode@@SAPBDXZ @53617 NONAME ?Class@H245_DepFECMode_rfc2733Mode@@SAPBDXZ @53618 NONAME ?Class@H245_DepFECMode_rfc2733Mode_mode@@SAPBDXZ @53619 NONAME ?Class@H245_DepFECMode_rfc2733Mode_mode_separateStream@@SAPBDXZ @53620 NONAME ?Class@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@SAPBDXZ @53621 NONAME ?Class@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@SAPBDXZ @53622 NONAME ?Class@H245_DialingInformation@@SAPBDXZ @25763 NONAME ?Class@H245_DialingInformationNetworkType@@SAPBDXZ @25764 NONAME ?Class@H245_DialingInformationNumber@@SAPBDXZ @25765 NONAME ?Class@H245_EncryptionAuthenticationAndIntegrity@@SAPBDXZ @8389 NONAME ?Class@H245_EncryptionCapability@@SAPBDXZ @8390 NONAME ?Class@H245_EncryptionCommand@@SAPBDXZ @8391 NONAME ?Class@H245_EncryptionCommand_encryptionAlgorithmID@@SAPBDXZ @8392 NONAME ?Class@H245_EncryptionMode@@SAPBDXZ @8393 NONAME ?Class@H245_EncryptionSync@@SAPBDXZ @8394 NONAME ?Class@H245_EncryptionUpdateDirection@@SAPBDXZ @53169 NONAME ?Class@H245_EncryptionUpdateRequest@@SAPBDXZ @8395 NONAME ?Class@H245_EndSessionCommand@@SAPBDXZ @8396 NONAME ?Class@H245_EndSessionCommand_gstnOptions@@SAPBDXZ @8397 NONAME ?Class@H245_EndSessionCommand_isdnOptions@@SAPBDXZ @8398 NONAME ?Class@H245_EnhancementLayerInfo@@SAPBDXZ @8399 NONAME ?Class@H245_EnhancementOptions@@SAPBDXZ @8400 NONAME ?Class@H245_EscrowData@@SAPBDXZ @8401 NONAME ?Class@H245_ExtendedVideoCapability@@SAPBDXZ @53170 NONAME ?Class@H245_FECCapability@@SAPBDXZ @38618 NONAME ?Class@H245_FECCapability_rfc2733Format@@SAPBDXZ @53623 NONAME ?Class@H245_FECData@@SAPBDXZ @38621 NONAME ?Class@H245_FECData_rfc2733@@SAPBDXZ @38622 NONAME ?Class@H245_FECData_rfc2733_pktMode@@SAPBDXZ @53624 NONAME ?Class@H245_FECData_rfc2733_pktMode_rfc2733diffport@@SAPBDXZ @53625 NONAME ?Class@H245_FECData_rfc2733_pktMode_rfc2733sameport@@SAPBDXZ @53626 NONAME ?Class@H245_FECMode@@SAPBDXZ @38627 NONAME ?Class@H245_FECMode_rfc2733Format@@SAPBDXZ @53627 NONAME ?Class@H245_FlowControlCommand@@SAPBDXZ @8402 NONAME ?Class@H245_FlowControlCommand_restriction@@SAPBDXZ @8403 NONAME ?Class@H245_FlowControlCommand_scope@@SAPBDXZ @8404 NONAME ?Class@H245_FlowControlIndication@@SAPBDXZ @25766 NONAME ?Class@H245_FlowControlIndication_restriction@@SAPBDXZ @25767 NONAME ?Class@H245_FlowControlIndication_scope@@SAPBDXZ @25768 NONAME ?Class@H245_FunctionNotSupported@@SAPBDXZ @8405 NONAME ?Class@H245_FunctionNotSupported_cause@@SAPBDXZ @8406 NONAME ?Class@H245_FunctionNotUnderstood@@SAPBDXZ @8407 NONAME ?Class@H245_G7231AnnexCCapability@@SAPBDXZ @8408 NONAME ?Class@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@SAPBDXZ @8409 NONAME ?Class@H245_G7231AnnexCMode@@SAPBDXZ @8410 NONAME ?Class@H245_G7231AnnexCMode_g723AnnexCAudioMode@@SAPBDXZ @8411 NONAME ?Class@H245_G729Extensions@@SAPBDXZ @25769 NONAME ?Class@H245_GenericCapability@@SAPBDXZ @25770 NONAME ?Class@H245_GenericMessage@@SAPBDXZ @53171 NONAME ?Class@H245_GenericParameter@@SAPBDXZ @25771 NONAME ?Class@H245_GSMAudioCapability@@SAPBDXZ @8412 NONAME ?Class@H245_H222Capability@@SAPBDXZ @8413 NONAME ?Class@H245_H222LogicalChannelParameters@@SAPBDXZ @8414 NONAME ?Class@H245_H223AL1MParameters@@SAPBDXZ @8415 NONAME ?Class@H245_H223AL1MParameters_arqType@@SAPBDXZ @8416 NONAME ?Class@H245_H223AL1MParameters_crcLength@@SAPBDXZ @8417 NONAME ?Class@H245_H223AL1MParameters_headerFEC@@SAPBDXZ @8418 NONAME ?Class@H245_H223AL1MParameters_transferMode@@SAPBDXZ @8419 NONAME ?Class@H245_H223AL2MParameters@@SAPBDXZ @8420 NONAME ?Class@H245_H223AL2MParameters_headerFEC@@SAPBDXZ @8421 NONAME ?Class@H245_H223AL3MParameters@@SAPBDXZ @8422 NONAME ?Class@H245_H223AL3MParameters_arqType@@SAPBDXZ @8423 NONAME ?Class@H245_H223AL3MParameters_crcLength@@SAPBDXZ @8424 NONAME ?Class@H245_H223AL3MParameters_headerFormat@@SAPBDXZ @8425 NONAME ?Class@H245_H223AnnexCArqParameters@@SAPBDXZ @8426 NONAME ?Class@H245_H223AnnexCArqParameters_numberOfRetransmissions@@SAPBDXZ @8427 NONAME ?Class@H245_H223AnnexCCapability@@SAPBDXZ @8428 NONAME ?Class@H245_H223Capability@@SAPBDXZ @8429 NONAME ?Class@H245_H223Capability_h223MultiplexTableCapability@@SAPBDXZ @8430 NONAME ?Class@H245_H223Capability_h223MultiplexTableCapability_enhanced@@SAPBDXZ @8431 NONAME ?Class@H245_H223Capability_mobileMultilinkFrameCapability@@SAPBDXZ @25772 NONAME ?Class@H245_H223Capability_mobileOperationTransmitCapability@@SAPBDXZ @8432 NONAME ?Class@H245_H223LogicalChannelParameters@@SAPBDXZ @8433 NONAME ?Class@H245_H223LogicalChannelParameters_adaptationLayerType@@SAPBDXZ @8434 NONAME ?Class@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@SAPBDXZ @8435 NONAME ?Class@H245_H223ModeParameters@@SAPBDXZ @8436 NONAME ?Class@H245_H223ModeParameters_adaptationLayerType@@SAPBDXZ @8437 NONAME ?Class@H245_H223ModeParameters_adaptationLayerType_al3@@SAPBDXZ @8438 NONAME ?Class@H245_H223MultiplexReconfiguration@@SAPBDXZ @8439 NONAME ?Class@H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@SAPBDXZ @8440 NONAME ?Class@H245_H223MultiplexReconfiguration_h223ModeChange@@SAPBDXZ @8441 NONAME ?Class@H245_H223SkewIndication@@SAPBDXZ @8442 NONAME ?Class@H245_H2250Capability@@SAPBDXZ @8443 NONAME ?Class@H245_H2250Capability_mcCapability@@SAPBDXZ @8444 NONAME ?Class@H245_H2250LogicalChannelAckParameters@@SAPBDXZ @8445 NONAME ?Class@H245_H2250LogicalChannelParameters@@SAPBDXZ @8446 NONAME ?Class@H245_H2250LogicalChannelParameters_mediaPacketization@@SAPBDXZ @8447 NONAME ?Class@H245_H2250MaximumSkewIndication@@SAPBDXZ @8448 NONAME ?Class@H245_H2250ModeParameters@@SAPBDXZ @8449 NONAME ?Class@H245_H235Media@@SAPBDXZ @8450 NONAME ?Class@H245_H235Media_mediaType@@SAPBDXZ @8451 NONAME ?Class@H245_H235Mode@@SAPBDXZ @8452 NONAME ?Class@H245_H235Mode_mediaMode@@SAPBDXZ @8453 NONAME ?Class@H245_H235SecurityCapability@@SAPBDXZ @8454 NONAME ?Class@H245_H261VideoCapability@@SAPBDXZ @8455 NONAME ?Class@H245_H261VideoMode@@SAPBDXZ @8456 NONAME ?Class@H245_H261VideoMode_resolution@@SAPBDXZ @8457 NONAME ?Class@H245_H262VideoCapability@@SAPBDXZ @8458 NONAME ?Class@H245_H262VideoMode@@SAPBDXZ @8459 NONAME ?Class@H245_H262VideoMode_profileAndLevel@@SAPBDXZ @8460 NONAME ?Class@H245_H263ModeComboFlags@@SAPBDXZ @8461 NONAME ?Class@H245_H263Options@@SAPBDXZ @8462 NONAME ?Class@H245_H263Version3Options@@SAPBDXZ @25773 NONAME ?Class@H245_H263VideoCapability@@SAPBDXZ @8463 NONAME ?Class@H245_H263VideoMode@@SAPBDXZ @8464 NONAME ?Class@H245_H263VideoModeCombos@@SAPBDXZ @8465 NONAME ?Class@H245_H263VideoMode_resolution@@SAPBDXZ @8466 NONAME ?Class@H245_IndicationMessage@@SAPBDXZ @8467 NONAME ?Class@H245_IntegrityCapability@@SAPBDXZ @8468 NONAME ?Class@H245_IS11172AudioCapability@@SAPBDXZ @8469 NONAME ?Class@H245_IS11172AudioMode@@SAPBDXZ @8470 NONAME ?Class@H245_IS11172AudioMode_audioLayer@@SAPBDXZ @8471 NONAME ?Class@H245_IS11172AudioMode_audioSampling@@SAPBDXZ @8472 NONAME ?Class@H245_IS11172AudioMode_multichannelType@@SAPBDXZ @8473 NONAME ?Class@H245_IS11172VideoCapability@@SAPBDXZ @8474 NONAME ?Class@H245_IS11172VideoMode@@SAPBDXZ @8475 NONAME ?Class@H245_IS13818AudioCapability@@SAPBDXZ @8476 NONAME ?Class@H245_IS13818AudioMode@@SAPBDXZ @8477 NONAME ?Class@H245_IS13818AudioMode_audioLayer@@SAPBDXZ @8478 NONAME ?Class@H245_IS13818AudioMode_audioSampling@@SAPBDXZ @8479 NONAME ?Class@H245_IS13818AudioMode_multichannelType@@SAPBDXZ @8480 NONAME ?Class@H245_IV16@@SAPBDXZ @53172 NONAME ?Class@H245_IV8@@SAPBDXZ @53173 NONAME ?Class@H245_JitterIndication@@SAPBDXZ @8481 NONAME ?Class@H245_JitterIndication_scope@@SAPBDXZ @8482 NONAME ?Class@H245_KeyProtectionMethod@@SAPBDXZ @8483 NONAME ?Class@H245_LogicalChannelNumber@@SAPBDXZ @8484 NONAME ?Class@H245_LogicalChannelRateAcknowledge@@SAPBDXZ @25774 NONAME ?Class@H245_LogicalChannelRateReject@@SAPBDXZ @25775 NONAME ?Class@H245_LogicalChannelRateRejectReason@@SAPBDXZ @25776 NONAME ?Class@H245_LogicalChannelRateRelease@@SAPBDXZ @25777 NONAME ?Class@H245_LogicalChannelRateRequest@@SAPBDXZ @25778 NONAME ?Class@H245_MaintenanceLoopAck@@SAPBDXZ @8485 NONAME ?Class@H245_MaintenanceLoopAck_type@@SAPBDXZ @8486 NONAME ?Class@H245_MaintenanceLoopOffCommand@@SAPBDXZ @8487 NONAME ?Class@H245_MaintenanceLoopReject@@SAPBDXZ @8488 NONAME ?Class@H245_MaintenanceLoopReject_cause@@SAPBDXZ @8489 NONAME ?Class@H245_MaintenanceLoopReject_type@@SAPBDXZ @8490 NONAME ?Class@H245_MaintenanceLoopRequest@@SAPBDXZ @8491 NONAME ?Class@H245_MaintenanceLoopRequest_type@@SAPBDXZ @8492 NONAME ?Class@H245_MasterSlaveDetermination@@SAPBDXZ @8493 NONAME ?Class@H245_MasterSlaveDeterminationAck@@SAPBDXZ @8494 NONAME ?Class@H245_MasterSlaveDeterminationAck_decision@@SAPBDXZ @8495 NONAME ?Class@H245_MasterSlaveDeterminationReject@@SAPBDXZ @8496 NONAME ?Class@H245_MasterSlaveDeterminationReject_cause@@SAPBDXZ @8497 NONAME ?Class@H245_MasterSlaveDeterminationRelease@@SAPBDXZ @8498 NONAME ?Class@H245_MaximumBitRate@@SAPBDXZ @25779 NONAME ?Class@H245_MaxRedundancy@@SAPBDXZ @53628 NONAME ?Class@H245_MCLocationIndication@@SAPBDXZ @8499 NONAME ?Class@H245_McuNumber@@SAPBDXZ @8500 NONAME ?Class@H245_MediaChannelCapability@@SAPBDXZ @8501 NONAME ?Class@H245_MediaDistributionCapability@@SAPBDXZ @8502 NONAME ?Class@H245_MediaEncryptionAlgorithm@@SAPBDXZ @8503 NONAME ?Class@H245_MediaPacketizationCapability@@SAPBDXZ @8504 NONAME ?Class@H245_MediaTransportType@@SAPBDXZ @8505 NONAME ?Class@H245_MediaTransportType_atm_AAL5_compressed@@SAPBDXZ @25780 NONAME ?Class@H245_MiscellaneousCommand@@SAPBDXZ @8506 NONAME ?Class@H245_MiscellaneousCommand_type@@SAPBDXZ @8507 NONAME ?Class@H245_MiscellaneousCommand_type_encryptionUpdateAck@@SAPBDXZ @53174 NONAME ?Class@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@SAPBDXZ @53175 NONAME ?Class@H245_MiscellaneousCommand_type_lostPartialPicture@@SAPBDXZ @25781 NONAME ?Class@H245_MiscellaneousCommand_type_progressiveRefinementStart@@SAPBDXZ @8508 NONAME ?Class@H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@SAPBDXZ @8509 NONAME ?Class@H245_MiscellaneousCommand_type_videoBadMBs@@SAPBDXZ @25782 NONAME ?Class@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@SAPBDXZ @8510 NONAME ?Class@H245_MiscellaneousCommand_type_videoFastUpdateMB@@SAPBDXZ @8511 NONAME ?Class@H245_MiscellaneousIndication@@SAPBDXZ @8512 NONAME ?Class@H245_MiscellaneousIndication_type@@SAPBDXZ @8513 NONAME ?Class@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@SAPBDXZ @8514 NONAME ?Class@H245_MobileMultilinkReconfigurationCommand@@SAPBDXZ @25783 NONAME ?Class@H245_MobileMultilinkReconfigurationCommand_status@@SAPBDXZ @25784 NONAME ?Class@H245_MobileMultilinkReconfigurationIndication@@SAPBDXZ @25785 NONAME ?Class@H245_ModeDescription@@SAPBDXZ @8515 NONAME ?Class@H245_ModeElement@@SAPBDXZ @8516 NONAME ?Class@H245_ModeElementType@@SAPBDXZ @38633 NONAME ?Class@H245_MulticastAddress@@SAPBDXZ @8518 NONAME ?Class@H245_MulticastAddress_iP6Address@@SAPBDXZ @8519 NONAME ?Class@H245_MulticastAddress_iPAddress@@SAPBDXZ @8520 NONAME ?Class@H245_MultilinkIndication@@SAPBDXZ @25786 NONAME ?Class@H245_MultilinkIndication_crcDesired@@SAPBDXZ @25787 NONAME ?Class@H245_MultilinkIndication_excessiveError@@SAPBDXZ @25788 NONAME ?Class@H245_MultilinkRequest@@SAPBDXZ @25789 NONAME ?Class@H245_MultilinkRequest_addConnection@@SAPBDXZ @25790 NONAME ?Class@H245_MultilinkRequest_callInformation@@SAPBDXZ @25791 NONAME ?Class@H245_MultilinkRequest_maximumHeaderInterval@@SAPBDXZ @25792 NONAME ?Class@H245_MultilinkRequest_maximumHeaderInterval_requestType@@SAPBDXZ @25793 NONAME ?Class@H245_MultilinkRequest_removeConnection@@SAPBDXZ @25794 NONAME ?Class@H245_MultilinkResponse@@SAPBDXZ @25795 NONAME ?Class@H245_MultilinkResponse_addConnection@@SAPBDXZ @25796 NONAME ?Class@H245_MultilinkResponse_addConnection_responseCode@@SAPBDXZ @25797 NONAME ?Class@H245_MultilinkResponse_addConnection_responseCode_rejected@@SAPBDXZ @25798 NONAME ?Class@H245_MultilinkResponse_callInformation@@SAPBDXZ @25799 NONAME ?Class@H245_MultilinkResponse_maximumHeaderInterval@@SAPBDXZ @25800 NONAME ?Class@H245_MultilinkResponse_removeConnection@@SAPBDXZ @25801 NONAME ?Class@H245_MultimediaSystemControlMessage@@SAPBDXZ @8521 NONAME ?Class@H245_MultiplePayloadStream@@SAPBDXZ @38634 NONAME ?Class@H245_MultiplePayloadStreamCapability@@SAPBDXZ @38635 NONAME ?Class@H245_MultiplePayloadStreamElement@@SAPBDXZ @38636 NONAME ?Class@H245_MultiplePayloadStreamElementMode@@SAPBDXZ @38637 NONAME ?Class@H245_MultiplePayloadStreamMode@@SAPBDXZ @38638 NONAME ?Class@H245_MultiplexCapability@@SAPBDXZ @8522 NONAME ?Class@H245_MultiplexedStreamCapability@@SAPBDXZ @25802 NONAME ?Class@H245_MultiplexedStreamModeParameters@@SAPBDXZ @25803 NONAME ?Class@H245_MultiplexedStreamParameter@@SAPBDXZ @25804 NONAME ?Class@H245_MultiplexElement@@SAPBDXZ @8523 NONAME ?Class@H245_MultiplexElement_repeatCount@@SAPBDXZ @8524 NONAME ?Class@H245_MultiplexElement_type@@SAPBDXZ @8525 NONAME ?Class@H245_MultiplexEntryDescriptor@@SAPBDXZ @8526 NONAME ?Class@H245_MultiplexEntryRejectionDescriptions@@SAPBDXZ @8527 NONAME ?Class@H245_MultiplexEntryRejectionDescriptions_cause@@SAPBDXZ @8528 NONAME ?Class@H245_MultiplexEntrySend@@SAPBDXZ @8529 NONAME ?Class@H245_MultiplexEntrySendAck@@SAPBDXZ @8530 NONAME ?Class@H245_MultiplexEntrySendReject@@SAPBDXZ @8531 NONAME ?Class@H245_MultiplexEntrySendRelease@@SAPBDXZ @8532 NONAME ?Class@H245_MultiplexFormat@@SAPBDXZ @25805 NONAME ?Class@H245_MultiplexTableEntryNumber@@SAPBDXZ @8533 NONAME ?Class@H245_MultipointCapability@@SAPBDXZ @8534 NONAME ?Class@H245_NetworkAccessParameters@@SAPBDXZ @8535 NONAME ?Class@H245_NetworkAccessParameters_distribution@@SAPBDXZ @8536 NONAME ?Class@H245_NetworkAccessParameters_networkAddress@@SAPBDXZ @8537 NONAME ?Class@H245_NetworkAccessParameters_t120SetupProcedure@@SAPBDXZ @8538 NONAME ?Class@H245_NewATMVCCommand@@SAPBDXZ @25806 NONAME ?Class@H245_NewATMVCCommand_aal@@SAPBDXZ @25807 NONAME ?Class@H245_NewATMVCCommand_aal_aal1@@SAPBDXZ @25808 NONAME ?Class@H245_NewATMVCCommand_aal_aal1_clockRecovery@@SAPBDXZ @25809 NONAME ?Class@H245_NewATMVCCommand_aal_aal1_errorCorrection@@SAPBDXZ @25810 NONAME ?Class@H245_NewATMVCCommand_aal_aal5@@SAPBDXZ @25811 NONAME ?Class@H245_NewATMVCCommand_multiplex@@SAPBDXZ @25812 NONAME ?Class@H245_NewATMVCCommand_reverseParameters@@SAPBDXZ @25813 NONAME ?Class@H245_NewATMVCCommand_reverseParameters_multiplex@@SAPBDXZ @25814 NONAME ?Class@H245_NewATMVCIndication@@SAPBDXZ @8539 NONAME ?Class@H245_NewATMVCIndication_aal@@SAPBDXZ @8540 NONAME ?Class@H245_NewATMVCIndication_aal_aal1@@SAPBDXZ @8541 NONAME ?Class@H245_NewATMVCIndication_aal_aal1_clockRecovery@@SAPBDXZ @8542 NONAME ?Class@H245_NewATMVCIndication_aal_aal1_errorCorrection@@SAPBDXZ @8543 NONAME ?Class@H245_NewATMVCIndication_aal_aal5@@SAPBDXZ @8544 NONAME ?Class@H245_NewATMVCIndication_multiplex@@SAPBDXZ @8545 NONAME ?Class@H245_NewATMVCIndication_reverseParameters@@SAPBDXZ @8546 NONAME ?Class@H245_NewATMVCIndication_reverseParameters_multiplex@@SAPBDXZ @8547 NONAME ?Class@H245_NonStandardIdentifier@@SAPBDXZ @8548 NONAME ?Class@H245_NonStandardIdentifier_h221NonStandard@@SAPBDXZ @8549 NONAME ?Class@H245_NonStandardMessage@@SAPBDXZ @8550 NONAME ?Class@H245_NonStandardParameter@@SAPBDXZ @8551 NONAME ?Class@H245_NoPTAudioTelephonyEventCapability@@SAPBDXZ @38639 NONAME ?Class@H245_NoPTAudioToneCapability@@SAPBDXZ @38640 NONAME ?Class@H245_OpenLogicalChannel@@SAPBDXZ @8552 NONAME ?Class@H245_OpenLogicalChannelAck@@SAPBDXZ @8553 NONAME ?Class@H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@SAPBDXZ @8554 NONAME ?Class@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@SAPBDXZ @8555 NONAME ?Class@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@SAPBDXZ @8556 NONAME ?Class@H245_OpenLogicalChannelConfirm@@SAPBDXZ @8557 NONAME ?Class@H245_OpenLogicalChannelReject@@SAPBDXZ @8558 NONAME ?Class@H245_OpenLogicalChannelReject_cause@@SAPBDXZ @8559 NONAME ?Class@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@SAPBDXZ @8560 NONAME ?Class@H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@SAPBDXZ @8561 NONAME ?Class@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@SAPBDXZ @8562 NONAME ?Class@H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@SAPBDXZ @8563 NONAME ?Class@H245_ParameterIdentifier@@SAPBDXZ @25815 NONAME ?Class@H245_ParameterValue@@SAPBDXZ @25816 NONAME ?Class@H245_Params@@SAPBDXZ @53176 NONAME ?Class@H245_Password@@SAPBDXZ @8564 NONAME ?Class@H245_PictureReference@@SAPBDXZ @25817 NONAME ?Class@H245_Q2931Address@@SAPBDXZ @8565 NONAME ?Class@H245_Q2931Address_address@@SAPBDXZ @8566 NONAME ?Class@H245_QOSCapability@@SAPBDXZ @8567 NONAME ?Class@H245_QOSMode@@SAPBDXZ @8568 NONAME ?Class@H245_RedundancyEncoding@@SAPBDXZ @8569 NONAME ?Class@H245_RedundancyEncodingCapability@@SAPBDXZ @8570 NONAME ?Class@H245_RedundancyEncodingDTMode@@SAPBDXZ @38641 NONAME ?Class@H245_RedundancyEncodingDTModeElement@@SAPBDXZ @38642 NONAME ?Class@H245_RedundancyEncodingDTModeElement_type@@SAPBDXZ @38643 NONAME ?Class@H245_RedundancyEncodingElement@@SAPBDXZ @38644 NONAME ?Class@H245_RedundancyEncodingMethod@@SAPBDXZ @8571 NONAME ?Class@H245_RedundancyEncodingMode@@SAPBDXZ @8572 NONAME ?Class@H245_RedundancyEncodingMode_secondaryEncoding@@SAPBDXZ @8573 NONAME ?Class@H245_RedundancyEncoding_rtpRedundancyEncoding@@SAPBDXZ @38645 NONAME ?Class@H245_RefPictureSelection@@SAPBDXZ @8574 NONAME ?Class@H245_RefPictureSelection_additionalPictureMemory@@SAPBDXZ @8575 NONAME ?Class@H245_RefPictureSelection_enhancedReferencePicSelect@@SAPBDXZ @25818 NONAME ?Class@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@SAPBDXZ @25819 NONAME ?Class@H245_RefPictureSelection_videoBackChannelSend@@SAPBDXZ @8576 NONAME ?Class@H245_RemoteMCRequest@@SAPBDXZ @8577 NONAME ?Class@H245_RemoteMCResponse@@SAPBDXZ @8578 NONAME ?Class@H245_RemoteMCResponse_reject@@SAPBDXZ @8579 NONAME ?Class@H245_RequestAllTerminalIDsResponse@@SAPBDXZ @8580 NONAME ?Class@H245_RequestChannelClose@@SAPBDXZ @8581 NONAME ?Class@H245_RequestChannelCloseAck@@SAPBDXZ @8582 NONAME ?Class@H245_RequestChannelCloseReject@@SAPBDXZ @8583 NONAME ?Class@H245_RequestChannelCloseReject_cause@@SAPBDXZ @8584 NONAME ?Class@H245_RequestChannelCloseRelease@@SAPBDXZ @8585 NONAME ?Class@H245_RequestChannelClose_reason@@SAPBDXZ @8586 NONAME ?Class@H245_RequestMessage@@SAPBDXZ @8587 NONAME ?Class@H245_RequestMode@@SAPBDXZ @8588 NONAME ?Class@H245_RequestModeAck@@SAPBDXZ @8589 NONAME ?Class@H245_RequestModeAck_response@@SAPBDXZ @8590 NONAME ?Class@H245_RequestModeReject@@SAPBDXZ @8591 NONAME ?Class@H245_RequestModeReject_cause@@SAPBDXZ @8592 NONAME ?Class@H245_RequestModeRelease@@SAPBDXZ @8593 NONAME ?Class@H245_RequestMultiplexEntry@@SAPBDXZ @8594 NONAME ?Class@H245_RequestMultiplexEntryAck@@SAPBDXZ @8595 NONAME ?Class@H245_RequestMultiplexEntryReject@@SAPBDXZ @8596 NONAME ?Class@H245_RequestMultiplexEntryRejectionDescriptions@@SAPBDXZ @8597 NONAME ?Class@H245_RequestMultiplexEntryRejectionDescriptions_cause@@SAPBDXZ @8598 NONAME ?Class@H245_RequestMultiplexEntryRelease@@SAPBDXZ @8599 NONAME ?Class@H245_ResponseMessage@@SAPBDXZ @8600 NONAME ?Class@H245_RoundTripDelayRequest@@SAPBDXZ @8601 NONAME ?Class@H245_RoundTripDelayResponse@@SAPBDXZ @8602 NONAME ?Class@H245_RSVPParameters@@SAPBDXZ @8603 NONAME ?Class@H245_RTPH263VideoRedundancyEncoding@@SAPBDXZ @8604 NONAME ?Class@H245_RTPH263VideoRedundancyEncoding_containedThreads@@SAPBDXZ @8605 NONAME ?Class@H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@SAPBDXZ @8606 NONAME ?Class@H245_RTPH263VideoRedundancyFrameMapping@@SAPBDXZ @8607 NONAME ?Class@H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@SAPBDXZ @8608 NONAME ?Class@H245_RTPPayloadType@@SAPBDXZ @8609 NONAME ?Class@H245_RTPPayloadType_payloadDescriptor@@SAPBDXZ @8610 NONAME ?Class@H245_SendTerminalCapabilitySet@@SAPBDXZ @8611 NONAME ?Class@H245_SendTerminalCapabilitySet_specificRequest@@SAPBDXZ @8612 NONAME ?Class@H245_SequenceNumber@@SAPBDXZ @8613 NONAME ?Class@H245_SubstituteConferenceIDCommand@@SAPBDXZ @8614 NONAME ?Class@H245_T38FaxProfile@@SAPBDXZ @25820 NONAME ?Class@H245_T38FaxRateManagement@@SAPBDXZ @25821 NONAME ?Class@H245_T38FaxTcpOptions@@SAPBDXZ @25822 NONAME ?Class@H245_T38FaxUdpOptions@@SAPBDXZ @25823 NONAME ?Class@H245_T38FaxUdpOptions_t38FaxUdpEC@@SAPBDXZ @25824 NONAME ?Class@H245_T84Profile@@SAPBDXZ @8615 NONAME ?Class@H245_T84Profile_t84Restricted@@SAPBDXZ @8616 NONAME ?Class@H245_TerminalCapabilitySet@@SAPBDXZ @8617 NONAME ?Class@H245_TerminalCapabilitySetAck@@SAPBDXZ @8618 NONAME ?Class@H245_TerminalCapabilitySetReject@@SAPBDXZ @8619 NONAME ?Class@H245_TerminalCapabilitySetReject_cause@@SAPBDXZ @8620 NONAME ?Class@H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@SAPBDXZ @8621 NONAME ?Class@H245_TerminalCapabilitySetRelease@@SAPBDXZ @8622 NONAME ?Class@H245_TerminalID@@SAPBDXZ @8623 NONAME ?Class@H245_TerminalInformation@@SAPBDXZ @8624 NONAME ?Class@H245_TerminalLabel@@SAPBDXZ @8625 NONAME ?Class@H245_TerminalNumber@@SAPBDXZ @8626 NONAME ?Class@H245_TerminalYouAreSeeingInSubPictureNumber@@SAPBDXZ @8627 NONAME ?Class@H245_TransparencyParameters@@SAPBDXZ @8628 NONAME ?Class@H245_TransportAddress@@SAPBDXZ @8629 NONAME ?Class@H245_TransportCapability@@SAPBDXZ @8630 NONAME ?Class@H245_UnicastAddress@@SAPBDXZ @8631 NONAME ?Class@H245_UnicastAddress_iP6Address@@SAPBDXZ @8632 NONAME ?Class@H245_UnicastAddress_iPAddress@@SAPBDXZ @8633 NONAME ?Class@H245_UnicastAddress_iPSourceRouteAddress@@SAPBDXZ @8634 NONAME ?Class@H245_UnicastAddress_iPSourceRouteAddress_route@@SAPBDXZ @8635 NONAME ?Class@H245_UnicastAddress_iPSourceRouteAddress_routing@@SAPBDXZ @8636 NONAME ?Class@H245_UnicastAddress_iPXAddress@@SAPBDXZ @8637 NONAME ?Class@H245_UserInputCapability@@SAPBDXZ @8638 NONAME ?Class@H245_UserInputIndication@@SAPBDXZ @8639 NONAME ?Class@H245_UserInputIndication_encryptedAlphanumeric@@SAPBDXZ @53177 NONAME ?Class@H245_UserInputIndication_extendedAlphanumeric@@SAPBDXZ @25825 NONAME ?Class@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@SAPBDXZ @53178 NONAME ?Class@H245_UserInputIndication_signal@@SAPBDXZ @8640 NONAME ?Class@H245_UserInputIndication_signalUpdate@@SAPBDXZ @8641 NONAME ?Class@H245_UserInputIndication_signalUpdate_rtp@@SAPBDXZ @8642 NONAME ?Class@H245_UserInputIndication_signal_rtp@@SAPBDXZ @8643 NONAME ?Class@H245_UserInputIndication_userInputSupportIndication@@SAPBDXZ @8644 NONAME ?Class@H245_V42bis@@SAPBDXZ @8645 NONAME ?Class@H245_V75Capability@@SAPBDXZ @8646 NONAME ?Class@H245_V75Parameters@@SAPBDXZ @8647 NONAME ?Class@H245_V76Capability@@SAPBDXZ @8648 NONAME ?Class@H245_V76HDLCParameters@@SAPBDXZ @8649 NONAME ?Class@H245_V76LogicalChannelParameters@@SAPBDXZ @8650 NONAME ?Class@H245_V76LogicalChannelParameters_mode@@SAPBDXZ @8651 NONAME ?Class@H245_V76LogicalChannelParameters_mode_eRM@@SAPBDXZ @8652 NONAME ?Class@H245_V76LogicalChannelParameters_mode_eRM_recovery@@SAPBDXZ @8653 NONAME ?Class@H245_V76LogicalChannelParameters_suspendResume@@SAPBDXZ @8654 NONAME ?Class@H245_V76ModeParameters@@SAPBDXZ @8655 NONAME ?Class@H245_VBDCapability@@SAPBDXZ @38646 NONAME ?Class@H245_VBDMode@@SAPBDXZ @38647 NONAME ?Class@H245_VCCapability@@SAPBDXZ @8656 NONAME ?Class@H245_VCCapability_aal1@@SAPBDXZ @8657 NONAME ?Class@H245_VCCapability_aal1ViaGateway@@SAPBDXZ @25826 NONAME ?Class@H245_VCCapability_aal5@@SAPBDXZ @8658 NONAME ?Class@H245_VCCapability_availableBitRates@@SAPBDXZ @8659 NONAME ?Class@H245_VCCapability_availableBitRates_type@@SAPBDXZ @8660 NONAME ?Class@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@SAPBDXZ @8661 NONAME ?Class@H245_VendorIdentification@@SAPBDXZ @8662 NONAME ?Class@H245_VideoCapability@@SAPBDXZ @8663 NONAME ?Class@H245_VideoIndicateCompose@@SAPBDXZ @8664 NONAME ?Class@H245_VideoMode@@SAPBDXZ @8665 NONAME ?Class@H248_ActionReply@@SAPBDXZ @33115 NONAME ?Class@H248_ActionRequest@@SAPBDXZ @33116 NONAME ?Class@H248_AmmDescriptor@@SAPBDXZ @33117 NONAME ?Class@H248_AmmRequest@@SAPBDXZ @33118 NONAME ?Class@H248_AmmsReply@@SAPBDXZ @33119 NONAME ?Class@H248_ArrayOf_ActionReply@@SAPBDXZ @33120 NONAME ?Class@H248_ArrayOf_ActionRequest@@SAPBDXZ @33121 NONAME ?Class@H248_ArrayOf_AmmDescriptor@@SAPBDXZ @33122 NONAME ?Class@H248_ArrayOf_CommandReply@@SAPBDXZ @33123 NONAME ?Class@H248_ArrayOf_CommandRequest@@SAPBDXZ @33124 NONAME ?Class@H248_ArrayOf_EventParameter@@SAPBDXZ @33125 NONAME ?Class@H248_ArrayOf_IndAuditParameter@@SAPBDXZ @33126 NONAME ?Class@H248_ArrayOf_IndAudPropertyParm@@SAPBDXZ @33127 NONAME ?Class@H248_ArrayOf_IndAudStreamDescriptor@@SAPBDXZ @33128 NONAME ?Class@H248_ArrayOf_ModemType@@SAPBDXZ @33129 NONAME ?Class@H248_ArrayOf_ObservedEvent@@SAPBDXZ @33130 NONAME ?Class@H248_ArrayOf_PASN_OctetString@@SAPBDXZ @33131 NONAME ?Class@H248_ArrayOf_PropertyGroup@@SAPBDXZ @33132 NONAME ?Class@H248_ArrayOf_PropertyParm@@SAPBDXZ @33133 NONAME ?Class@H248_ArrayOf_RequestedEvent@@SAPBDXZ @33134 NONAME ?Class@H248_ArrayOf_SecondRequestedEvent@@SAPBDXZ @33135 NONAME ?Class@H248_ArrayOf_Signal@@SAPBDXZ @33136 NONAME ?Class@H248_ArrayOf_SigParameter@@SAPBDXZ @33137 NONAME ?Class@H248_ArrayOf_StreamDescriptor@@SAPBDXZ @33138 NONAME ?Class@H248_ArrayOf_TerminationID@@SAPBDXZ @33139 NONAME ?Class@H248_ArrayOf_TopologyRequest@@SAPBDXZ @33140 NONAME ?Class@H248_ArrayOf_Transaction@@SAPBDXZ @33141 NONAME ?Class@H248_ArrayOf_WildcardField@@SAPBDXZ @33142 NONAME ?Class@H248_AuditDescriptor@@SAPBDXZ @33143 NONAME ?Class@H248_AuditReply@@SAPBDXZ @33144 NONAME ?Class@H248_AuditRequest@@SAPBDXZ @33145 NONAME ?Class@H248_AuditResult@@SAPBDXZ @33146 NONAME ?Class@H248_AuditReturnParameter@@SAPBDXZ @33147 NONAME ?Class@H248_AuthData@@SAPBDXZ @33148 NONAME ?Class@H248_AuthenticationHeader@@SAPBDXZ @33149 NONAME ?Class@H248_Command@@SAPBDXZ @33150 NONAME ?Class@H248_CommandReply@@SAPBDXZ @33151 NONAME ?Class@H248_CommandRequest@@SAPBDXZ @33152 NONAME ?Class@H248_ContextAttrAuditRequest@@SAPBDXZ @33153 NONAME ?Class@H248_ContextID@@SAPBDXZ @33154 NONAME ?Class@H248_ContextRequest@@SAPBDXZ @33155 NONAME ?Class@H248_DigitMapDescriptor@@SAPBDXZ @33156 NONAME ?Class@H248_DigitMapName@@SAPBDXZ @33157 NONAME ?Class@H248_DigitMapValue@@SAPBDXZ @33158 NONAME ?Class@H248_DomainName@@SAPBDXZ @33159 NONAME ?Class@H248_ErrorCode@@SAPBDXZ @33160 NONAME ?Class@H248_ErrorDescriptor@@SAPBDXZ @33161 NONAME ?Class@H248_ErrorText@@SAPBDXZ @33162 NONAME ?Class@H248_EventBufferControl@@SAPBDXZ @33163 NONAME ?Class@H248_EventBufferDescriptor@@SAPBDXZ @33164 NONAME ?Class@H248_EventDM@@SAPBDXZ @33165 NONAME ?Class@H248_EventName@@SAPBDXZ @33166 NONAME ?Class@H248_EventParameter@@SAPBDXZ @33167 NONAME ?Class@H248_EventParameter_extraInfo@@SAPBDXZ @33168 NONAME ?Class@H248_EventsDescriptor@@SAPBDXZ @33169 NONAME ?Class@H248_EventSpec@@SAPBDXZ @33170 NONAME ?Class@H248_H221NonStandard@@SAPBDXZ @33171 NONAME ?Class@H248_IndAudDigitMapDescriptor@@SAPBDXZ @33172 NONAME ?Class@H248_IndAudEventBufferDescriptor@@SAPBDXZ @33173 NONAME ?Class@H248_IndAudEventsDescriptor@@SAPBDXZ @33174 NONAME ?Class@H248_IndAuditParameter@@SAPBDXZ @33175 NONAME ?Class@H248_IndAudLocalControlDescriptor@@SAPBDXZ @33176 NONAME ?Class@H248_IndAudLocalRemoteDescriptor@@SAPBDXZ @33177 NONAME ?Class@H248_IndAudMediaDescriptor@@SAPBDXZ @33178 NONAME ?Class@H248_IndAudMediaDescriptor_streams@@SAPBDXZ @33179 NONAME ?Class@H248_IndAudPackagesDescriptor@@SAPBDXZ @33180 NONAME ?Class@H248_IndAudPropertyGroup@@SAPBDXZ @33181 NONAME ?Class@H248_IndAudPropertyParm@@SAPBDXZ @33182 NONAME ?Class@H248_IndAudSeqSigList@@SAPBDXZ @33183 NONAME ?Class@H248_IndAudSignal@@SAPBDXZ @33184 NONAME ?Class@H248_IndAudSignalsDescriptor@@SAPBDXZ @33185 NONAME ?Class@H248_IndAudStatisticsDescriptor@@SAPBDXZ @33186 NONAME ?Class@H248_IndAudStreamDescriptor@@SAPBDXZ @33187 NONAME ?Class@H248_IndAudStreamParms@@SAPBDXZ @33188 NONAME ?Class@H248_IndAudTerminationStateDescriptor@@SAPBDXZ @33189 NONAME ?Class@H248_IP4Address@@SAPBDXZ @33190 NONAME ?Class@H248_IP6Address@@SAPBDXZ @33191 NONAME ?Class@H248_LocalControlDescriptor@@SAPBDXZ @33192 NONAME ?Class@H248_LocalRemoteDescriptor@@SAPBDXZ @33193 NONAME ?Class@H248_MediaDescriptor@@SAPBDXZ @33194 NONAME ?Class@H248_MediaDescriptor_streams@@SAPBDXZ @33195 NONAME ?Class@H248_MegacoMessage@@SAPBDXZ @33196 NONAME ?Class@H248_Message@@SAPBDXZ @33197 NONAME ?Class@H248_Message_messageBody@@SAPBDXZ @33198 NONAME ?Class@H248_MId@@SAPBDXZ @33199 NONAME ?Class@H248_ModemDescriptor@@SAPBDXZ @33200 NONAME ?Class@H248_ModemType@@SAPBDXZ @33201 NONAME ?Class@H248_MuxDescriptor@@SAPBDXZ @33202 NONAME ?Class@H248_MuxType@@SAPBDXZ @33203 NONAME ?Class@H248_Name@@SAPBDXZ @33204 NONAME ?Class@H248_NonStandardData@@SAPBDXZ @33205 NONAME ?Class@H248_NonStandardIdentifier@@SAPBDXZ @33206 NONAME ?Class@H248_NotifyCompletion@@SAPBDXZ @33207 NONAME ?Class@H248_NotifyReply@@SAPBDXZ @33208 NONAME ?Class@H248_NotifyRequest@@SAPBDXZ @33209 NONAME ?Class@H248_ObservedEvent@@SAPBDXZ @33210 NONAME ?Class@H248_ObservedEventsDescriptor@@SAPBDXZ @33211 NONAME ?Class@H248_PackagesDescriptor@@SAPBDXZ @33212 NONAME ?Class@H248_PackagesItem@@SAPBDXZ @33213 NONAME ?Class@H248_PathName@@SAPBDXZ @33214 NONAME ?Class@H248_PkgdName@@SAPBDXZ @33215 NONAME ?Class@H248_PropertyGroup@@SAPBDXZ @33216 NONAME ?Class@H248_PropertyParm@@SAPBDXZ @33217 NONAME ?Class@H248_PropertyParm_extraInfo@@SAPBDXZ @33218 NONAME ?Class@H248_Relation@@SAPBDXZ @33219 NONAME ?Class@H248_RequestedActions@@SAPBDXZ @33220 NONAME ?Class@H248_RequestedEvent@@SAPBDXZ @33221 NONAME ?Class@H248_RequestID@@SAPBDXZ @33222 NONAME ?Class@H248_SecondEventsDescriptor@@SAPBDXZ @33223 NONAME ?Class@H248_SecondRequestedActions@@SAPBDXZ @33224 NONAME ?Class@H248_SecondRequestedEvent@@SAPBDXZ @33225 NONAME ?Class@H248_SecurityParmIndex@@SAPBDXZ @33226 NONAME ?Class@H248_SeqSigList@@SAPBDXZ @33227 NONAME ?Class@H248_SequenceNum@@SAPBDXZ @33228 NONAME ?Class@H248_ServiceChangeAddress@@SAPBDXZ @33229 NONAME ?Class@H248_ServiceChangeMethod@@SAPBDXZ @33230 NONAME ?Class@H248_ServiceChangeParm@@SAPBDXZ @33231 NONAME ?Class@H248_ServiceChangeProfile@@SAPBDXZ @33232 NONAME ?Class@H248_ServiceChangeReply@@SAPBDXZ @33233 NONAME ?Class@H248_ServiceChangeRequest@@SAPBDXZ @33234 NONAME ?Class@H248_ServiceChangeResParm@@SAPBDXZ @33235 NONAME ?Class@H248_ServiceChangeResult@@SAPBDXZ @33236 NONAME ?Class@H248_ServiceState@@SAPBDXZ @33237 NONAME ?Class@H248_Signal@@SAPBDXZ @33238 NONAME ?Class@H248_SignalName@@SAPBDXZ @33239 NONAME ?Class@H248_SignalRequest@@SAPBDXZ @33240 NONAME ?Class@H248_SignalsDescriptor@@SAPBDXZ @33241 NONAME ?Class@H248_SignalType@@SAPBDXZ @33242 NONAME ?Class@H248_SigParameter@@SAPBDXZ @33243 NONAME ?Class@H248_SigParameter_extraInfo@@SAPBDXZ @33244 NONAME ?Class@H248_StatisticsDescriptor@@SAPBDXZ @33245 NONAME ?Class@H248_StatisticsParameter@@SAPBDXZ @33246 NONAME ?Class@H248_StreamDescriptor@@SAPBDXZ @33247 NONAME ?Class@H248_StreamID@@SAPBDXZ @33248 NONAME ?Class@H248_StreamMode@@SAPBDXZ @33249 NONAME ?Class@H248_StreamParms@@SAPBDXZ @33250 NONAME ?Class@H248_SubtractRequest@@SAPBDXZ @33251 NONAME ?Class@H248_TerminationAudit@@SAPBDXZ @33252 NONAME ?Class@H248_TerminationID@@SAPBDXZ @33253 NONAME ?Class@H248_TerminationIDList@@SAPBDXZ @33254 NONAME ?Class@H248_TerminationStateDescriptor@@SAPBDXZ @33255 NONAME ?Class@H248_TimeNotation@@SAPBDXZ @33256 NONAME ?Class@H248_TopologyRequest@@SAPBDXZ @33257 NONAME ?Class@H248_TopologyRequest_topologyDirection@@SAPBDXZ @33258 NONAME ?Class@H248_Transaction@@SAPBDXZ @33259 NONAME ?Class@H248_TransactionAck@@SAPBDXZ @33260 NONAME ?Class@H248_TransactionId@@SAPBDXZ @33261 NONAME ?Class@H248_TransactionPending@@SAPBDXZ @33262 NONAME ?Class@H248_TransactionReply@@SAPBDXZ @33263 NONAME ?Class@H248_TransactionReply_transactionResult@@SAPBDXZ @33264 NONAME ?Class@H248_TransactionRequest@@SAPBDXZ @33265 NONAME ?Class@H248_TransactionResponseAck@@SAPBDXZ @33266 NONAME ?Class@H248_Value@@SAPBDXZ @33267 NONAME ?Class@H248_WildcardField@@SAPBDXZ @33268 NONAME ?Class@H263Packet@@SAPBDXZ @53866 NONAME ?Class@H263PacketList@@SAPBDXZ @53867 NONAME ?Class@H323AudioCapability@@SAPBDXZ @8666 NONAME ?Class@H323AudioCodec@@SAPBDXZ @8667 NONAME ?Class@H323BidirectionalChannel@@SAPBDXZ @8668 NONAME ?Class@H323CallCreditServiceControl@@SAPBDXZ @33269 NONAME ?Class@H323Capabilities@@SAPBDXZ @17213 NONAME ?Class@H323CapabilitiesSet@@SAPBDXZ @17214 NONAME ?Class@H323Capability@@SAPBDXZ @8669 NONAME ?Class@H323Channel@@SAPBDXZ @8671 NONAME ?Class@H323ChannelNumber@@SAPBDXZ @8672 NONAME ?Class@H323Codec@@SAPBDXZ @8673 NONAME ?Class@H323CodecPluginGenericAudioCapability@@SAPBDXZ @53333 NONAME ?Class@H323CodecPluginNonStandardAudioCapability@@SAPBDXZ @50434 NONAME ?Class@H323Connection@@SAPBDXZ @8674 NONAME ?Class@H323ConnectionsCleaner@@SAPBDXZ @8675 NONAME ?Class@H323ControlPDU@@SAPBDXZ @8676 NONAME ?Class@H323DataCapability@@SAPBDXZ @8677 NONAME ?Class@H323DataChannel@@SAPBDXZ @28158 NONAME ?Class@H323DynaLink@@SAPBDXZ @50668 NONAME ?Class@H323EndPoint@@SAPBDXZ @8678 NONAME ?Class@H323FramedAudioCodec@@SAPBDXZ @8679 NONAME ?Class@H323Gatekeeper@@SAPBDXZ @8680 NONAME ?Class@H323GatekeeperARQ@@SAPBDXZ @29454 NONAME ?Class@H323GatekeeperBRQ@@SAPBDXZ @29455 NONAME ?Class@H323GatekeeperCall@@SAPBDXZ @28484 NONAME ?Class@H323GatekeeperDRQ@@SAPBDXZ @29456 NONAME ?Class@H323GatekeeperGRQ@@SAPBDXZ @29457 NONAME ?Class@H323GatekeeperIRR@@SAPBDXZ @30641 NONAME ?Class@H323GatekeeperListener@@SAPBDXZ @28485 NONAME ?Class@H323GatekeeperLRQ@@SAPBDXZ @29458 NONAME ?Class@H323GatekeeperRequest@@SAPBDXZ @29459 NONAME ?Class@H323GatekeeperRRQ@@SAPBDXZ @29460 NONAME ?Class@H323GatekeeperServer@@SAPBDXZ @28486 NONAME ?Class@H323GatekeeperURQ@@SAPBDXZ @29461 NONAME ?Class@H323GenericVideoCapability@@SAPBDXZ @53334 NONAME ?Class@H323GSMPluginCapability@@SAPBDXZ @50435 NONAME ?Class@H323H248ServiceControl@@SAPBDXZ @33270 NONAME ?Class@H323HTTPServiceControl@@SAPBDXZ @33271 NONAME ?Class@H323Listener@@SAPBDXZ @8682 NONAME ?Class@H323ListenerTCP@@SAPBDXZ @8683 NONAME ?Class@H323LogicalChannelThread@@SAPBDXZ @8684 NONAME ?Class@H323NonStandardAudioCapability@@SAPBDXZ @8685 NONAME ?Class@H323NonStandardDataCapability@@SAPBDXZ @8686 NONAME ?Class@H323NonStandardVideoCapability@@SAPBDXZ @8687 NONAME ?Class@H323PeerElement@@SAPBDXZ @34981 NONAME ?Class@H323PeerElementDescriptor@@SAPBDXZ @37238 NONAME ?Class@H323PeerElementServiceRelationship@@SAPBDXZ @37239 NONAME ?Class@H323PluginCapability@@SAPBDXZ @50438 NONAME ?Class@H323PluginCodecManager@@SAPBDXZ @51001 NONAME ?Class@H323PluginFramedAudioCodec@@SAPBDXZ @50711 NONAME ?Class@H323PluginG7231Capability@@SAPBDXZ @50439 NONAME ?Class@H323PluginVideoCodec@@SAPBDXZ @50440 NONAME ?Class@H323RasPDU@@SAPBDXZ @8688 NONAME ?Class@H323RealTimeCapability@@SAPBDXZ @8689 NONAME ?Class@H323RegisteredEndPoint@@SAPBDXZ @28487 NONAME ?Class@H323ServiceControlSession@@SAPBDXZ @33272 NONAME ?Class@H323SignalPDU@@SAPBDXZ @8690 NONAME ?Class@H323SimultaneousCapabilities@@SAPBDXZ @8691 NONAME ?Class@H323StreamedAudioCodec@@SAPBDXZ @8692 NONAME ?Class@H323StreamedPluginAudioCodec@@SAPBDXZ @50712 NONAME ?Class@H323Transaction@@SAPBDXZ @37634 NONAME ?Class@H323TransactionServer@@SAPBDXZ @34983 NONAME ?Class@H323Transactor@@SAPBDXZ @34984 NONAME ?Class@H323Transport@@SAPBDXZ @8693 NONAME ?Class@H323TransportAddress@@SAPBDXZ @8694 NONAME ?Class@H323TransportAddressArray@@SAPBDXZ @31256 NONAME ?Class@H323TransportIP@@SAPBDXZ @8695 NONAME ?Class@H323TransportTCP@@SAPBDXZ @8696 NONAME ?Class@H323TransportUDP@@SAPBDXZ @8697 NONAME ?Class@H323UnidirectionalChannel@@SAPBDXZ @8698 NONAME ?Class@H323VideoCapability@@SAPBDXZ @8699 NONAME ?Class@H323VideoCodec@@SAPBDXZ @8700 NONAME ?Class@H323_ALawCodec@@SAPBDXZ @8705 NONAME ?Class@H323_AnnexG@@SAPBDXZ @34985 NONAME ?Class@H323_CiscoG7231aLIDCapability@@SAPBDXZ @31183 NONAME ?Class@H323_ExternalRTPChannel@@SAPBDXZ @29639 NONAME ?Class@H323_G711Capability@@SAPBDXZ @8706 NONAME ?Class@H323_H261Capability@@SAPBDXZ @8709 NONAME ?Class@H323_H261Codec@@SAPBDXZ @8710 NONAME ?Class@H323_LIDCapability@@SAPBDXZ @8711 NONAME ?Class@H323_LIDCodec@@SAPBDXZ @8712 NONAME ?Class@H323_muLawCodec@@SAPBDXZ @8713 NONAME ?Class@H323_RealTimeChannel@@SAPBDXZ @29640 NONAME ?Class@H323_RFC2190_H263Capability@@SAPBDXZ @53868 NONAME ?Class@H323_RFC2190_H263Codec@@SAPBDXZ @53869 NONAME ?Class@H323_RTPChannel@@SAPBDXZ @8714 NONAME ?Class@H323_RTP_Session@@SAPBDXZ @8715 NONAME ?Class@H323_RTP_UDP@@SAPBDXZ @8716 NONAME ?Class@H323_T120Capability@@SAPBDXZ @8717 NONAME ?Class@H323_T120Channel@@SAPBDXZ @28159 NONAME ?Class@H323_T38Capability@@SAPBDXZ @28160 NONAME ?Class@H323_T38Channel@@SAPBDXZ @28161 NONAME ?Class@H323_T38NonStandardCapability@@SAPBDXZ @30540 NONAME ?Class@H323_UserInputCapability@@SAPBDXZ @8718 NONAME ?Class@H45010_ArrayOf_MixedExtension@@SAPBDXZ @23421 NONAME ?Class@H45010_CfbOvrOptArg@@SAPBDXZ @23422 NONAME ?Class@H45010_CoReqOptArg@@SAPBDXZ @23423 NONAME ?Class@H45010_H323CallOfferOperations@@SAPBDXZ @23424 NONAME ?Class@H45010_RUAlertOptArg@@SAPBDXZ @23425 NONAME ?Class@H45011Handler@@SAPBDXZ @30747 NONAME ?Class@H45011_ArrayOf_MixedExtension@@SAPBDXZ @23426 NONAME ?Class@H45011_CallIntrusionErrors@@SAPBDXZ @23427 NONAME ?Class@H45011_CICapabilityLevel@@SAPBDXZ @23428 NONAME ?Class@H45011_CIFrcRelArg@@SAPBDXZ @23429 NONAME ?Class@H45011_CIFrcRelOptRes@@SAPBDXZ @23430 NONAME ?Class@H45011_CIGetCIPLOptArg@@SAPBDXZ @23431 NONAME ?Class@H45011_CIGetCIPLRes@@SAPBDXZ @23432 NONAME ?Class@H45011_CIIsOptArg@@SAPBDXZ @23433 NONAME ?Class@H45011_CIIsOptRes@@SAPBDXZ @23434 NONAME ?Class@H45011_CINotificationArg@@SAPBDXZ @23435 NONAME ?Class@H45011_CIProtectionLevel@@SAPBDXZ @23436 NONAME ?Class@H45011_CIRequestArg@@SAPBDXZ @23437 NONAME ?Class@H45011_CIRequestRes@@SAPBDXZ @23438 NONAME ?Class@H45011_CISilentArg@@SAPBDXZ @23439 NONAME ?Class@H45011_CISilentOptRes@@SAPBDXZ @23440 NONAME ?Class@H45011_CIStatusInformation@@SAPBDXZ @23441 NONAME ?Class@H45011_CIWobOptArg@@SAPBDXZ @23442 NONAME ?Class@H45011_CIWobOptRes@@SAPBDXZ @23443 NONAME ?Class@H45011_H323CallIntrusionOperations@@SAPBDXZ @23444 NONAME ?Class@H4501_Address@@SAPBDXZ @21569 NONAME ?Class@H4501_AddressInformation@@SAPBDXZ @21570 NONAME ?Class@H4501_AddressScreened@@SAPBDXZ @21571 NONAME ?Class@H4501_ArrayOf_AliasAddress@@SAPBDXZ @21572 NONAME ?Class@H4501_ArrayOf_ROS@@SAPBDXZ @21573 NONAME ?Class@H4501_EndpointAddress@@SAPBDXZ @21574 NONAME ?Class@H4501_EntityType@@SAPBDXZ @21575 NONAME ?Class@H4501_Extension@@SAPBDXZ @21576 NONAME ?Class@H4501_GeneralErrorList@@SAPBDXZ @21577 NONAME ?Class@H4501_H225InformationElement@@SAPBDXZ @21578 NONAME ?Class@H4501_InterpretationApdu@@SAPBDXZ @21579 NONAME ?Class@H4501_InvokeIDs@@SAPBDXZ @21580 NONAME ?Class@H4501_InvokeIdSet@@SAPBDXZ @21581 NONAME ?Class@H4501_NetworkFacilityExtension@@SAPBDXZ @21582 NONAME ?Class@H4501_NSAPSubaddress@@SAPBDXZ @21583 NONAME ?Class@H4501_NumberScreened@@SAPBDXZ @21584 NONAME ?Class@H4501_PartySubaddress@@SAPBDXZ @21585 NONAME ?Class@H4501_PresentationAllowedIndicator@@SAPBDXZ @21586 NONAME ?Class@H4501_PresentedAddressScreened@@SAPBDXZ @21587 NONAME ?Class@H4501_PresentedAddressUnscreened@@SAPBDXZ @21588 NONAME ?Class@H4501_PresentedNumberScreened@@SAPBDXZ @21589 NONAME ?Class@H4501_PresentedNumberUnscreened@@SAPBDXZ @21590 NONAME ?Class@H4501_ScreeningIndicator@@SAPBDXZ @21591 NONAME ?Class@H4501_ServiceApdus@@SAPBDXZ @21592 NONAME ?Class@H4501_SubaddressInformation@@SAPBDXZ @21593 NONAME ?Class@H4501_SupplementaryService@@SAPBDXZ @21594 NONAME ?Class@H4501_UserSpecifiedSubaddress@@SAPBDXZ @21595 NONAME ?Class@H4502Handler@@SAPBDXZ @29008 NONAME ?Class@H4502_CallIdentity@@SAPBDXZ @21596 NONAME ?Class@H4502_CallStatus@@SAPBDXZ @21597 NONAME ?Class@H4502_CallTransferErrors@@SAPBDXZ @21598 NONAME ?Class@H4502_CallTransferOperation@@SAPBDXZ @21599 NONAME ?Class@H4502_CTActiveArg@@SAPBDXZ @21600 NONAME ?Class@H4502_CTActiveArg_argumentExtension@@SAPBDXZ @21601 NONAME ?Class@H4502_CTCompleteArg@@SAPBDXZ @21602 NONAME ?Class@H4502_CTCompleteArg_argumentExtension@@SAPBDXZ @21603 NONAME ?Class@H4502_CTIdentifyRes@@SAPBDXZ @21604 NONAME ?Class@H4502_CTIdentifyRes_resultExtension@@SAPBDXZ @21605 NONAME ?Class@H4502_CTInitiateArg@@SAPBDXZ @21606 NONAME ?Class@H4502_CTInitiateArg_argumentExtension@@SAPBDXZ @21607 NONAME ?Class@H4502_CTSetupArg@@SAPBDXZ @21608 NONAME ?Class@H4502_CTSetupArg_argumentExtension@@SAPBDXZ @21609 NONAME ?Class@H4502_CTUpdateArg@@SAPBDXZ @21610 NONAME ?Class@H4502_CTUpdateArg_argumentExtension@@SAPBDXZ @21611 NONAME ?Class@H4502_DummyArg@@SAPBDXZ @21612 NONAME ?Class@H4502_DummyRes@@SAPBDXZ @21613 NONAME ?Class@H4502_EndDesignation@@SAPBDXZ @21614 NONAME ?Class@H4502_ExtensionSeq@@SAPBDXZ @21615 NONAME ?Class@H4502_SubaddressTransferArg@@SAPBDXZ @21616 NONAME ?Class@H4502_SubaddressTransferArg_argumentExtension@@SAPBDXZ @21617 NONAME ?Class@H4503_BasicService@@SAPBDXZ @22738 NONAME ?Class@H4503_CallDiversionErrors@@SAPBDXZ @22739 NONAME ?Class@H4503_DiversionReason@@SAPBDXZ @22740 NONAME ?Class@H4503_ExtensionSeq@@SAPBDXZ @22741 NONAME ?Class@H4503_H323CallDiversionOperations@@SAPBDXZ @22742 NONAME ?Class@H4503_IntResult@@SAPBDXZ @22743 NONAME ?Class@H4503_IntResultList@@SAPBDXZ @22744 NONAME ?Class@H4503_IntResult_extension@@SAPBDXZ @22745 NONAME ?Class@H4503_Procedure@@SAPBDXZ @22746 NONAME ?Class@H4503_SubscriptionOption@@SAPBDXZ @22747 NONAME ?Class@H4504Handler@@SAPBDXZ @29009 NONAME ?Class@H4504_ArrayOf_MixedExtension@@SAPBDXZ @22372 NONAME ?Class@H4504_CallHoldOperation@@SAPBDXZ @22373 NONAME ?Class@H4504_Extension@@SAPBDXZ @22374 NONAME ?Class@H4504_HoldNotificArg@@SAPBDXZ @22375 NONAME ?Class@H4504_MixedExtension@@SAPBDXZ @22376 NONAME ?Class@H4504_RemoteHoldArg@@SAPBDXZ @22377 NONAME ?Class@H4504_RemoteHoldRes@@SAPBDXZ @22378 NONAME ?Class@H4504_RemoteRetrieveArg@@SAPBDXZ @22379 NONAME ?Class@H4504_RemoteRetrieveRes@@SAPBDXZ @22380 NONAME ?Class@H4504_RetrieveNotificArg@@SAPBDXZ @22381 NONAME ?Class@H4505_ArrayOf_MixedExtension@@SAPBDXZ @23445 NONAME ?Class@H4505_CallParkPickupOperations@@SAPBDXZ @23446 NONAME ?Class@H4505_CallPickupErrors@@SAPBDXZ @23447 NONAME ?Class@H4505_CallType@@SAPBDXZ @23448 NONAME ?Class@H4505_CpickupNotifyArg@@SAPBDXZ @23449 NONAME ?Class@H4505_CpNotifyArg@@SAPBDXZ @23450 NONAME ?Class@H4505_CpRequestArg@@SAPBDXZ @23451 NONAME ?Class@H4505_CpRequestRes@@SAPBDXZ @23452 NONAME ?Class@H4505_CpSetupArg@@SAPBDXZ @23453 NONAME ?Class@H4505_CpSetupRes@@SAPBDXZ @23454 NONAME ?Class@H4505_GroupIndicationOffArg@@SAPBDXZ @23455 NONAME ?Class@H4505_GroupIndicationOffRes@@SAPBDXZ @23456 NONAME ?Class@H4505_GroupIndicationOnArg@@SAPBDXZ @23457 NONAME ?Class@H4505_GroupIndicationOnRes@@SAPBDXZ @23458 NONAME ?Class@H4505_ParkCondition@@SAPBDXZ @23459 NONAME ?Class@H4505_ParkedToPosition@@SAPBDXZ @23460 NONAME ?Class@H4505_PickExeArg@@SAPBDXZ @23461 NONAME ?Class@H4505_PickExeRes@@SAPBDXZ @23462 NONAME ?Class@H4505_PickrequArg@@SAPBDXZ @23463 NONAME ?Class@H4505_PickrequRes@@SAPBDXZ @23464 NONAME ?Class@H4505_PickupArg@@SAPBDXZ @23465 NONAME ?Class@H4505_PickupRes@@SAPBDXZ @23466 NONAME ?Class@H4506Handler@@SAPBDXZ @29691 NONAME ?Class@H4506_ArrayOf_MixedExtension@@SAPBDXZ @23467 NONAME ?Class@H4506_CallWaitingArg@@SAPBDXZ @23468 NONAME ?Class@H4506_CallWaitingOperations@@SAPBDXZ @23469 NONAME ?Class@H4507_ArrayOf_MixedExtension@@SAPBDXZ @23470 NONAME ?Class@H4507_BasicService@@SAPBDXZ @23471 NONAME ?Class@H4507_DummyRes@@SAPBDXZ @23472 NONAME ?Class@H4507_H323_MWI_Operations@@SAPBDXZ @23473 NONAME ?Class@H4507_MessageWaitingIndicationErrors@@SAPBDXZ @23474 NONAME ?Class@H4507_MsgCentreId@@SAPBDXZ @23475 NONAME ?Class@H4507_MWIActivateArg@@SAPBDXZ @23476 NONAME ?Class@H4507_MWIDeactivateArg@@SAPBDXZ @23477 NONAME ?Class@H4507_MWIInterrogateArg@@SAPBDXZ @23478 NONAME ?Class@H4507_MWIInterrogateRes@@SAPBDXZ @23479 NONAME ?Class@H4507_MWIInterrogateResElt@@SAPBDXZ @23480 NONAME ?Class@H4507_NbOfMessages@@SAPBDXZ @23481 NONAME ?Class@H4507_TimeStamp@@SAPBDXZ @23482 NONAME ?Class@H4508_ExtendedName@@SAPBDXZ @23483 NONAME ?Class@H4508_Name@@SAPBDXZ @23484 NONAME ?Class@H4508_NameOperations@@SAPBDXZ @23485 NONAME ?Class@H4508_NamePresentationAllowed@@SAPBDXZ @23486 NONAME ?Class@H4508_NamePresentationRestricted@@SAPBDXZ @23487 NONAME ?Class@H4508_SimpleName@@SAPBDXZ @23488 NONAME ?Class@H4509_ArrayOf_MixedExtension@@SAPBDXZ @23489 NONAME ?Class@H4509_CallCompletionErrors@@SAPBDXZ @23490 NONAME ?Class@H4509_CcArg@@SAPBDXZ @23491 NONAME ?Class@H4509_CcLongArg@@SAPBDXZ @23492 NONAME ?Class@H4509_CcRequestArg@@SAPBDXZ @23493 NONAME ?Class@H4509_CcRequestRes@@SAPBDXZ @23494 NONAME ?Class@H4509_CcShortArg@@SAPBDXZ @23495 NONAME ?Class@H4509_H323CallCompletionOperations@@SAPBDXZ @23496 NONAME ?Class@H450xDispatcher@@SAPBDXZ @29010 NONAME ?Class@H450xHandler@@SAPBDXZ @29011 NONAME ?Class@H501AccessRequest@@SAPBDXZ @37635 NONAME ?Class@H501DescriptorUpdate@@SAPBDXZ @37636 NONAME ?Class@H501PDU@@SAPBDXZ @37111 NONAME ?Class@H501ServiceRequest@@SAPBDXZ @37637 NONAME ?Class@H501Transaction@@SAPBDXZ @37638 NONAME ?Class@H501_AccessConfirmation@@SAPBDXZ @35896 NONAME ?Class@H501_AccessRejection@@SAPBDXZ @35897 NONAME ?Class@H501_AccessRejectionReason@@SAPBDXZ @35898 NONAME ?Class@H501_AccessRequest@@SAPBDXZ @35899 NONAME ?Class@H501_AccessToken@@SAPBDXZ @35900 NONAME ?Class@H501_AddressTemplate@@SAPBDXZ @35901 NONAME ?Class@H501_AlternatePE@@SAPBDXZ @35902 NONAME ?Class@H501_AlternatePEInfo@@SAPBDXZ @35903 NONAME ?Class@H501_ApplicationMessage@@SAPBDXZ @35904 NONAME ?Class@H501_ArrayOf_AccessToken@@SAPBDXZ @35905 NONAME ?Class@H501_ArrayOf_AddressTemplate@@SAPBDXZ @35906 NONAME ?Class@H501_ArrayOf_AliasAddress@@SAPBDXZ @35907 NONAME ?Class@H501_ArrayOf_AlternatePE@@SAPBDXZ @35908 NONAME ?Class@H501_ArrayOf_CircuitIdentifier@@SAPBDXZ @35909 NONAME ?Class@H501_ArrayOf_ClearToken@@SAPBDXZ @35910 NONAME ?Class@H501_ArrayOf_ContactInformation@@SAPBDXZ @35911 NONAME ?Class@H501_ArrayOf_CryptoH323Token@@SAPBDXZ @35912 NONAME ?Class@H501_ArrayOf_Descriptor@@SAPBDXZ @35913 NONAME ?Class@H501_ArrayOf_DescriptorInfo@@SAPBDXZ @35915 NONAME ?Class@H501_ArrayOf_GenericData@@SAPBDXZ @35916 NONAME ?Class@H501_ArrayOf_GloballyUniqueID@@SAPBDXZ @36952 NONAME ?Class@H501_ArrayOf_NonStandardParameter@@SAPBDXZ @35917 NONAME ?Class@H501_ArrayOf_PASN_ObjectId@@SAPBDXZ @35918 NONAME ?Class@H501_ArrayOf_Pattern@@SAPBDXZ @35919 NONAME ?Class@H501_ArrayOf_PriceElement@@SAPBDXZ @35920 NONAME ?Class@H501_ArrayOf_PriceInfoSpec@@SAPBDXZ @35921 NONAME ?Class@H501_ArrayOf_RouteInformation@@SAPBDXZ @35922 NONAME ?Class@H501_ArrayOf_SecurityMode@@SAPBDXZ @35923 NONAME ?Class@H501_ArrayOf_ServiceControlSession@@SAPBDXZ @35924 NONAME ?Class@H501_ArrayOf_SupportedProtocols@@SAPBDXZ @35925 NONAME ?Class@H501_ArrayOf_TransportAddress@@SAPBDXZ @35926 NONAME ?Class@H501_ArrayOf_UpdateInformation@@SAPBDXZ @35927 NONAME ?Class@H501_ArrayOf_UsageField@@SAPBDXZ @35928 NONAME ?Class@H501_AuthenticationConfirmation@@SAPBDXZ @35929 NONAME ?Class@H501_AuthenticationRejection@@SAPBDXZ @35930 NONAME ?Class@H501_AuthenticationRejectionReason@@SAPBDXZ @35931 NONAME ?Class@H501_AuthenticationRequest@@SAPBDXZ @35932 NONAME ?Class@H501_CallInformation@@SAPBDXZ @35933 NONAME ?Class@H501_ContactInformation@@SAPBDXZ @35934 NONAME ?Class@H501_Descriptor@@SAPBDXZ @35935 NONAME ?Class@H501_DescriptorConfirmation@@SAPBDXZ @35936 NONAME ?Class@H501_DescriptorIDConfirmation@@SAPBDXZ @35938 NONAME ?Class@H501_DescriptorIDRejection@@SAPBDXZ @35939 NONAME ?Class@H501_DescriptorIDRejectionReason@@SAPBDXZ @35940 NONAME ?Class@H501_DescriptorIDRequest@@SAPBDXZ @35941 NONAME ?Class@H501_DescriptorInfo@@SAPBDXZ @35942 NONAME ?Class@H501_DescriptorRejection@@SAPBDXZ @35943 NONAME ?Class@H501_DescriptorRejectionReason@@SAPBDXZ @35944 NONAME ?Class@H501_DescriptorRequest@@SAPBDXZ @35945 NONAME ?Class@H501_DescriptorUpdate@@SAPBDXZ @35946 NONAME ?Class@H501_DescriptorUpdateAck@@SAPBDXZ @35947 NONAME ?Class@H501_ElementIdentifier@@SAPBDXZ @35948 NONAME ?Class@H501_GlobalTimeStamp@@SAPBDXZ @35949 NONAME ?Class@H501_Message@@SAPBDXZ @34988 NONAME ?Class@H501_MessageBody@@SAPBDXZ @35950 NONAME ?Class@H501_MessageCommonInfo@@SAPBDXZ @35951 NONAME ?Class@H501_NonStandardConfirmation@@SAPBDXZ @35952 NONAME ?Class@H501_NonStandardRejection@@SAPBDXZ @35953 NONAME ?Class@H501_NonStandardRejectionReason@@SAPBDXZ @35954 NONAME ?Class@H501_NonStandardRequest@@SAPBDXZ @35955 NONAME ?Class@H501_PartyInformation@@SAPBDXZ @35956 NONAME ?Class@H501_Pattern@@SAPBDXZ @35957 NONAME ?Class@H501_Pattern_range@@SAPBDXZ @35958 NONAME ?Class@H501_PriceElement@@SAPBDXZ @35959 NONAME ?Class@H501_PriceElement_units@@SAPBDXZ @35960 NONAME ?Class@H501_PriceInfoSpec@@SAPBDXZ @35961 NONAME ?Class@H501_ProtocolVersion@@SAPBDXZ @35962 NONAME ?Class@H501_RequestInProgress@@SAPBDXZ @35963 NONAME ?Class@H501_Role@@SAPBDXZ @35964 NONAME ?Class@H501_RouteInformation@@SAPBDXZ @35965 NONAME ?Class@H501_RouteInformation_messageType@@SAPBDXZ @35966 NONAME ?Class@H501_SecurityMode@@SAPBDXZ @35967 NONAME ?Class@H501_ServiceConfirmation@@SAPBDXZ @35968 NONAME ?Class@H501_ServiceRejection@@SAPBDXZ @35970 NONAME ?Class@H501_ServiceRejectionReason@@SAPBDXZ @35971 NONAME ?Class@H501_ServiceRelease@@SAPBDXZ @35972 NONAME ?Class@H501_ServiceReleaseReason@@SAPBDXZ @35973 NONAME ?Class@H501_ServiceRequest@@SAPBDXZ @35974 NONAME ?Class@H501_TerminationCause@@SAPBDXZ @35975 NONAME ?Class@H501_TimeZone@@SAPBDXZ @35976 NONAME ?Class@H501_UnknownMessageReason@@SAPBDXZ @35977 NONAME ?Class@H501_UnknownMessageResponse@@SAPBDXZ @35978 NONAME ?Class@H501_UpdateInformation@@SAPBDXZ @35979 NONAME ?Class@H501_UpdateInformation_descriptorInfo@@SAPBDXZ @35980 NONAME ?Class@H501_UpdateInformation_updateType@@SAPBDXZ @35981 NONAME ?Class@H501_UsageCallStatus@@SAPBDXZ @35982 NONAME ?Class@H501_UsageConfirmation@@SAPBDXZ @35983 NONAME ?Class@H501_UsageField@@SAPBDXZ @35984 NONAME ?Class@H501_UsageIndication@@SAPBDXZ @35985 NONAME ?Class@H501_UsageIndicationConfirmation@@SAPBDXZ @35986 NONAME ?Class@H501_UsageIndicationRejection@@SAPBDXZ @35987 NONAME ?Class@H501_UsageIndicationRejectionReason@@SAPBDXZ @35988 NONAME ?Class@H501_UsageRejection@@SAPBDXZ @35989 NONAME ?Class@H501_UsageRejectReason@@SAPBDXZ @35990 NONAME ?Class@H501_UsageRequest@@SAPBDXZ @35991 NONAME ?Class@H501_UsageSpecification@@SAPBDXZ @35992 NONAME ?Class@H501_UsageSpecification_when@@SAPBDXZ @35993 NONAME ?Class@H501_UserInformation@@SAPBDXZ @35994 NONAME ?Class@H501_ValidationConfirmation@@SAPBDXZ @35995 NONAME ?Class@H501_ValidationRejection@@SAPBDXZ @35996 NONAME ?Class@H501_ValidationRejectionReason@@SAPBDXZ @35997 NONAME ?Class@H501_ValidationRequest@@SAPBDXZ @35998 NONAME ?Class@MCS_ArrayOf_ChannelAttributes@@SAPBDXZ @8765 NONAME ?Class@MCS_ArrayOf_ChannelId@@SAPBDXZ @8766 NONAME ?Class@MCS_ArrayOf_TokenAttributes@@SAPBDXZ @8767 NONAME ?Class@MCS_ArrayOf_TokenId@@SAPBDXZ @8768 NONAME ?Class@MCS_ArrayOf_UserId@@SAPBDXZ @8769 NONAME ?Class@MCS_AssignedChannelId@@SAPBDXZ @8770 NONAME ?Class@MCS_AUcf@@SAPBDXZ @8771 NONAME ?Class@MCS_AUrq@@SAPBDXZ @8772 NONAME ?Class@MCS_CAin@@SAPBDXZ @8773 NONAME ?Class@MCS_CArq@@SAPBDXZ @8774 NONAME ?Class@MCS_CCcf@@SAPBDXZ @8775 NONAME ?Class@MCS_CCrq@@SAPBDXZ @8776 NONAME ?Class@MCS_CDin@@SAPBDXZ @8777 NONAME ?Class@MCS_CDrq@@SAPBDXZ @8778 NONAME ?Class@MCS_CEin@@SAPBDXZ @8779 NONAME ?Class@MCS_CErq@@SAPBDXZ @8780 NONAME ?Class@MCS_ChannelAttributes@@SAPBDXZ @8781 NONAME ?Class@MCS_ChannelAttributes_assigned@@SAPBDXZ @8782 NONAME ?Class@MCS_ChannelAttributes_private@@SAPBDXZ @8783 NONAME ?Class@MCS_ChannelAttributes_static@@SAPBDXZ @8784 NONAME ?Class@MCS_ChannelAttributes_userId@@SAPBDXZ @8785 NONAME ?Class@MCS_ChannelId@@SAPBDXZ @8786 NONAME ?Class@MCS_CJcf@@SAPBDXZ @8787 NONAME ?Class@MCS_CJrq@@SAPBDXZ @8788 NONAME ?Class@MCS_CLrq@@SAPBDXZ @8789 NONAME ?Class@MCS_ConnectMCSPDU@@SAPBDXZ @8790 NONAME ?Class@MCS_Connect_Additional@@SAPBDXZ @8791 NONAME ?Class@MCS_Connect_Initial@@SAPBDXZ @8792 NONAME ?Class@MCS_Connect_Response@@SAPBDXZ @8793 NONAME ?Class@MCS_Connect_Result@@SAPBDXZ @8794 NONAME ?Class@MCS_DataPriority@@SAPBDXZ @8795 NONAME ?Class@MCS_Diagnostic@@SAPBDXZ @8796 NONAME ?Class@MCS_DomainMCSPDU@@SAPBDXZ @8797 NONAME ?Class@MCS_DomainParameters@@SAPBDXZ @8798 NONAME ?Class@MCS_DPum@@SAPBDXZ @8799 NONAME ?Class@MCS_DUin@@SAPBDXZ @8800 NONAME ?Class@MCS_DUrq@@SAPBDXZ @8801 NONAME ?Class@MCS_DynamicChannelId@@SAPBDXZ @8802 NONAME ?Class@MCS_EDrq@@SAPBDXZ @8803 NONAME ?Class@MCS_MCcf@@SAPBDXZ @8804 NONAME ?Class@MCS_MCrq@@SAPBDXZ @8805 NONAME ?Class@MCS_MTcf@@SAPBDXZ @8806 NONAME ?Class@MCS_MTrq@@SAPBDXZ @8807 NONAME ?Class@MCS_PCin@@SAPBDXZ @8808 NONAME ?Class@MCS_PDin@@SAPBDXZ @8809 NONAME ?Class@MCS_PrivateChannelId@@SAPBDXZ @8810 NONAME ?Class@MCS_PTin@@SAPBDXZ @8811 NONAME ?Class@MCS_Reason@@SAPBDXZ @8812 NONAME ?Class@MCS_Result@@SAPBDXZ @8813 NONAME ?Class@MCS_RJum@@SAPBDXZ @8814 NONAME ?Class@MCS_SDin@@SAPBDXZ @8815 NONAME ?Class@MCS_SDrq@@SAPBDXZ @8816 NONAME ?Class@MCS_Segmentation@@SAPBDXZ @8817 NONAME ?Class@MCS_StaticChannelId@@SAPBDXZ @8818 NONAME ?Class@MCS_TGcf@@SAPBDXZ @8819 NONAME ?Class@MCS_TGrq@@SAPBDXZ @8820 NONAME ?Class@MCS_TIcf@@SAPBDXZ @8821 NONAME ?Class@MCS_TIrq@@SAPBDXZ @8822 NONAME ?Class@MCS_TokenAttributes@@SAPBDXZ @8823 NONAME ?Class@MCS_TokenAttributes_given@@SAPBDXZ @8824 NONAME ?Class@MCS_TokenAttributes_giving@@SAPBDXZ @8825 NONAME ?Class@MCS_TokenAttributes_grabbed@@SAPBDXZ @8826 NONAME ?Class@MCS_TokenAttributes_inhibited@@SAPBDXZ @8827 NONAME ?Class@MCS_TokenAttributes_ungivable@@SAPBDXZ @8828 NONAME ?Class@MCS_TokenId@@SAPBDXZ @8829 NONAME ?Class@MCS_TokenStatus@@SAPBDXZ @8830 NONAME ?Class@MCS_TPin@@SAPBDXZ @8831 NONAME ?Class@MCS_TPrq@@SAPBDXZ @8832 NONAME ?Class@MCS_TRcf@@SAPBDXZ @8833 NONAME ?Class@MCS_TRrq@@SAPBDXZ @8834 NONAME ?Class@MCS_TTcf@@SAPBDXZ @8835 NONAME ?Class@MCS_TTrq@@SAPBDXZ @8836 NONAME ?Class@MCS_TVcf@@SAPBDXZ @8837 NONAME ?Class@MCS_TVin@@SAPBDXZ @8838 NONAME ?Class@MCS_TVrq@@SAPBDXZ @8839 NONAME ?Class@MCS_TVrs@@SAPBDXZ @8840 NONAME ?Class@MCS_UserId@@SAPBDXZ @8841 NONAME ?Class@MCS_USin@@SAPBDXZ @8842 NONAME ?Class@MCS_USrq@@SAPBDXZ @8843 NONAME ?Class@MXRecordList@PDNS@@SAPBDXZ @52887 NONAME ?Class@OpalFactoryCodec@@SAPBDXZ @52502 NONAME ?Class@OpalG711ALaw64k_Base@@SAPBDXZ @52503 NONAME ?Class@OpalG711ALaw64k_Decoder@@SAPBDXZ @52504 NONAME ?Class@OpalG711ALaw64k_Encoder@@SAPBDXZ @52505 NONAME ?Class@OpalG711uLaw64k_Base@@SAPBDXZ @52506 NONAME ?Class@OpalG711uLaw64k_Decoder@@SAPBDXZ @52507 NONAME ?Class@OpalG711uLaw64k_Encoder@@SAPBDXZ @52508 NONAME ?Class@OpalGloballyUniqueID@@SAPBDXZ @20689 NONAME ?Class@OpalIxJDevice@@SAPBDXZ @8844 NONAME ?Class@OpalLineChannel@@SAPBDXZ @8845 NONAME ?Class@OpalLineInterfaceDevice@@SAPBDXZ @8846 NONAME ?Class@OpalMediaFormat@@SAPBDXZ @20603 NONAME ?Class@OpalPluginCodec@@SAPBDXZ @52509 NONAME ?Class@OpalRFC2833@@SAPBDXZ @29929 NONAME ?Class@OpalRFC2833Info@@SAPBDXZ @29930 NONAME ?Class@OpalRtpToWavFile@@SAPBDXZ @30612 NONAME ?Class@OpalT120Protocol@@SAPBDXZ @28162 NONAME ?Class@OpalT38Protocol@@SAPBDXZ @28163 NONAME ?Class@OpalVoipBlasterDevice@@SAPBDXZ @29750 NONAME ?Class@OpalVXMLSession@@SAPBDXZ @31042 NONAME ?Class@OpalWAVFile@@SAPBDXZ @30715 NONAME ?Class@PASN_Array@@SAPBDXZ @8853 NONAME ?Class@PASN_BitString@@SAPBDXZ @8854 NONAME ?Class@PASN_BMPString@@SAPBDXZ @8855 NONAME ?Class@PASN_Boolean@@SAPBDXZ @8856 NONAME ?Class@PASN_Choice@@SAPBDXZ @8857 NONAME ?Class@PASN_ConstrainedObject@@SAPBDXZ @8858 NONAME ?Class@PASN_ConstrainedString@@SAPBDXZ @8859 NONAME ?Class@PASN_Enumeration@@SAPBDXZ @8860 NONAME ?Class@PASN_GeneralisedTime@@SAPBDXZ @23497 NONAME ?Class@PASN_GeneralString@@SAPBDXZ @8861 NONAME ?Class@PASN_IA5String@@SAPBDXZ @8862 NONAME ?Class@PASN_Integer@@SAPBDXZ @8863 NONAME ?Class@PASN_Null@@SAPBDXZ @8864 NONAME ?Class@PASN_NumericString@@SAPBDXZ @8865 NONAME ?Class@PASN_Object@@SAPBDXZ @8866 NONAME ?Class@PASN_ObjectId@@SAPBDXZ @8867 NONAME ?Class@PASN_OctetString@@SAPBDXZ @8868 NONAME ?Class@PASN_PrintableString@@SAPBDXZ @8869 NONAME ?Class@PASN_Sequence@@SAPBDXZ @8870 NONAME ?Class@PASN_Stream@@SAPBDXZ @30345 NONAME ?Class@PASN_VisibleString@@SAPBDXZ @23498 NONAME ?Class@PLDAPAttributeBase@@SAPBDXZ @37849 NONAME ?Class@PLDAPStructBase@@SAPBDXZ @37850 NONAME ?Class@PluginLoader@@SAPBDXZ @53008 NONAME ?Class@PPER_Stream@@SAPBDXZ @30346 NONAME ?Class@PVXMLSession@@SAPBDXZ @31050 NONAME ?Class@PWAVFile@@SAPBDXZ @30613 NONAME ?Class@Q931@@SAPBDXZ @8872 NONAME ?Class@ReceiverReport@RTP_Session@@SAPBDXZ @17073 NONAME ?Class@Request@H323Transactor@@SAPBDXZ @37396 NONAME ?Class@Response@H323Transactor@@SAPBDXZ @37397 NONAME ?Class@RFC2190_FfmpgLink@@SAPBDXZ @53870 NONAME ?Class@RTP_ControlFrame@@SAPBDXZ @8873 NONAME ?Class@RTP_DataFrame@@SAPBDXZ @8874 NONAME ?Class@RTP_JitterBuffer@@SAPBDXZ @8875 NONAME ?Class@RTP_JitterBufferAnalyser@@SAPBDXZ @17134 NONAME ?Class@RTP_QOS@@SAPBDXZ @38229 NONAME ?Class@RTP_Session@@SAPBDXZ @8876 NONAME ?Class@RTP_SessionManager@@SAPBDXZ @8877 NONAME ?Class@RTP_UDP@@SAPBDXZ @8878 NONAME ?Class@RTP_UserData@@SAPBDXZ @8879 NONAME ?Class@SenderReport@RTP_Session@@SAPBDXZ @17074 NONAME ?Class@SourceDescription@RTP_Session@@SAPBDXZ @17075 NONAME ?Class@SRVRecordList@PDNS@@SAPBDXZ @52888 NONAME ?Class@StringMap@H323GatekeeperServer@@SAPBDXZ @31688 NONAME ?Class@T120ConnectPDU@@SAPBDXZ @30017 NONAME ?Class@T120_X224@@SAPBDXZ @30018 NONAME ?Class@T38_ArrayOf_PASN_OctetString@@SAPBDXZ @28164 NONAME ?Class@T38_Data_Field@@SAPBDXZ @28165 NONAME ?Class@T38_Data_Field_subtype@@SAPBDXZ @28166 NONAME ?Class@T38_Data_Field_subtype_field_type@@SAPBDXZ @28167 NONAME ?Class@T38_IFPPacket@@SAPBDXZ @28168 NONAME ?Class@T38_PreCorrigendum_Data_Field@@SAPBDXZ @31727 NONAME ?Class@T38_PreCorrigendum_Data_Field_subtype@@SAPBDXZ @31728 NONAME ?Class@T38_PreCorrigendum_Data_Field_subtype_field_type@@SAPBDXZ @31729 NONAME ?Class@T38_PreCorrigendum_IFPPacket@@SAPBDXZ @31730 NONAME ?Class@T38_Type_of_msg@@SAPBDXZ @28169 NONAME ?Class@T38_Type_of_msg_data@@SAPBDXZ @28170 NONAME ?Class@T38_Type_of_msg_t30_indicator@@SAPBDXZ @28171 NONAME ?Class@T38_UDPTLPacket@@SAPBDXZ @28172 NONAME ?Class@T38_UDPTLPacket_error_recovery@@SAPBDXZ @28173 NONAME ?Class@T38_UDPTLPacket_error_recovery_fec_info@@SAPBDXZ @28174 NONAME ?Class@T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@SAPBDXZ @28175 NONAME ?Class@T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@SAPBDXZ @28176 NONAME ?Class@T38_UDPTLPacket_primary_ifp_packet@@SAPBDXZ @28177 NONAME ?Class@VoipBlasterInterface@@SAPBDXZ @29751 NONAME ?Class@X224@@SAPBDXZ @8880 NONAME ?Class@X880_Code@@SAPBDXZ @21618 NONAME ?Class@X880_GeneralProblem@@SAPBDXZ @21619 NONAME ?Class@X880_Invoke@@SAPBDXZ @21620 NONAME ?Class@X880_InvokeId@@SAPBDXZ @21621 NONAME ?Class@X880_InvokeProblem@@SAPBDXZ @21622 NONAME ?Class@X880_Reject@@SAPBDXZ @21623 NONAME ?Class@X880_RejectProblem@@SAPBDXZ @21624 NONAME ?Class@X880_Reject_problem@@SAPBDXZ @21625 NONAME ?Class@X880_ReturnError@@SAPBDXZ @21626 NONAME ?Class@X880_ReturnErrorProblem@@SAPBDXZ @21627 NONAME ?Class@X880_ReturnResult@@SAPBDXZ @21628 NONAME ?Class@X880_ReturnResultProblem@@SAPBDXZ @21629 NONAME ?Class@X880_ReturnResult_result@@SAPBDXZ @21630 NONAME ?Class@X880_ROS@@SAPBDXZ @21631 NONAME ?CleanUpConnections@H323EndPoint@@UAEXXZ @52161 NONAME ?CleanUpOnCallEnd@H323Connection@@UAEXXZ @8882 NONAME ?CleanUpOnTermination@H323Channel@@UAEXXZ @8883 NONAME ?CleanUpOnTermination@H323DataChannel@@UAEXXZ @28178 NONAME ?CleanUpOnTermination@H323Transport@@QAEXXZ @8884 NONAME ?CleanUpOnTermination@H323_RTPChannel@@UAEXXZ @8885 NONAME ?CleanUpOnTermination@H323_T38Channel@@UAEXXZ @29589 NONAME ?CleanUpOnTermination@OpalT38Protocol@@UAEXXZ @29590 NONAME ?clear@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAEXXZ @52261 NONAME ?clear@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @52889 NONAME ?clear@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @51950 NONAME ?clear@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @51951 NONAME ?clear@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @52510 NONAME ?clear@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @51952 NONAME ?ClearAllCalls@H323EndPoint@@UAEXW4CallEndReason@H323Connection@@H@Z @20465 NONAME ?ClearCall@H323Connection@@UAEHW4CallEndReason@1@@Z @20466 NONAME ?ClearCall@H323EndPoint@@UAEHABVPString@@W4CallEndReason@H323Connection@@@Z @20467 NONAME ?ClearCallSynchronous@H323Connection@@UAEHPAVPSyncPoint@@W4CallEndReason@1@@Z @20468 NONAME ?ClearCallSynchronous@H323EndPoint@@UAEHABVPString@@W4CallEndReason@H323Connection@@@Z @20469 NONAME ?ClearCallSynchronous@H323EndPoint@@UAEHABVPString@@W4CallEndReason@H323Connection@@PAVPSyncPoint@@@Z @20470 NONAME ?ClearInfoRequestRate@H323Gatekeeper@@IAEXXZ @31462 NONAME ?Clone@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBEPAVPObject@@XZ @27755 NONAME ?Clone@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBEPAVPObject@@XZ @27756 NONAME ?Clone@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBEPAVPObject@@XZ @27757 NONAME ?Clone@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBEPAVPObject@@XZ @27758 NONAME ?Clone@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBEPAVPObject@@XZ @27759 NONAME ?Clone@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBEPAVPObject@@XZ @27760 NONAME ?Clone@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBEPAVPObject@@XZ @27761 NONAME ?Clone@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBEPAVPObject@@XZ @27762 NONAME ?Clone@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBEPAVPObject@@XZ @27763 NONAME ?Clone@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBEPAVPObject@@XZ @27764 NONAME ?Clone@?$PArray@V?$PList@VH323Capability@@@@@@UBEPAVPObject@@XZ @8899 NONAME ?Clone@?$PArray@VH323SimultaneousCapabilities@@@@UBEPAVPObject@@XZ @8900 NONAME ?Clone@?$PArray@VH323TransportAddress@@@@UBEPAVPObject@@XZ @28488 NONAME ?Clone@?$PArray@VReceiverReport@RTP_Session@@@@UBEPAVPObject@@XZ @17076 NONAME ?Clone@?$PArray@VSourceDescription@RTP_Session@@@@UBEPAVPObject@@XZ @17077 NONAME ?Clone@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UBEPAVPObject@@XZ @8901 NONAME ?Clone@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UBEPAVPObject@@XZ @33273 NONAME ?Clone@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UBEPAVPObject@@XZ @29012 NONAME ?Clone@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UBEPAVPObject@@XZ @8902 NONAME ?Clone@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UBEPAVPObject@@XZ @37398 NONAME ?Clone@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UBEPAVPObject@@XZ @8903 NONAME ?Clone@?$PDictionary@VPString@@VH323Connection@@@@UBEPAVPObject@@XZ @8904 NONAME ?Clone@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UBEPAVPObject@@XZ @28489 NONAME ?Clone@?$PDictionary@VPString@@VPOrdinalKey@@@@UBEPAVPObject@@XZ @37480 NONAME ?Clone@?$PList@VH235Authenticator@@@@UBEPAVPObject@@XZ @28864 NONAME ?Clone@?$PList@VH245_GenericParameter@@@@UBEPAVPObject@@XZ @53335 NONAME ?Clone@?$PList@VH263Packet@@@@UBEPAVPObject@@XZ @53871 NONAME ?Clone@?$PList@VH323Capability@@@@UBEPAVPObject@@XZ @8905 NONAME ?Clone@?$PList@VH323Channel@@@@UBEPAVPObject@@XZ @8906 NONAME ?Clone@?$PList@VH323GatekeeperListener@@@@UBEPAVPObject@@XZ @28490 NONAME ?Clone@?$PList@VH323Listener@@@@UBEPAVPObject@@XZ @8908 NONAME ?Clone@?$PList@VH323Transactor@@@@UBEPAVPObject@@XZ @34989 NONAME ?Clone@?$PList@VH450xHandler@@@@UBEPAVPObject@@XZ @29013 NONAME ?Clone@?$PList@VOpalMediaFormat@@@@UBEPAVPObject@@XZ @20604 NONAME ?Clone@?$PList@VPBYTEArray@@@@UBEPAVPObject@@XZ @34563 NONAME ?Clone@?$PSet@VPOrdinalKey@@@@UBEPAVPObject@@XZ @37481 NONAME ?Clone@?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@UBEPAVPObject@@XZ @30827 NONAME ?Clone@?$PSortedList@VH225_AliasAddress@@@@UBEPAVPObject@@XZ @37639 NONAME ?Clone@?$PSortedList@VH323GatekeeperCall@@@@UBEPAVPObject@@XZ @28491 NONAME ?Clone@?$PSortedList@VH323PeerElementDescriptor@@@@UBEPAVPObject@@XZ @37240 NONAME ?Clone@?$PSortedList@VH323PeerElementServiceRelationship@@@@UBEPAVPObject@@XZ @37241 NONAME ?Clone@?$PSortedList@VMXRecord@PDNS@@@@UBEPAVPObject@@XZ @52890 NONAME ?Clone@?$PSortedList@VResponse@H323Transactor@@@@UBEPAVPObject@@XZ @37399 NONAME ?Clone@?$PSortedList@VSRVRecord@PDNS@@@@UBEPAVPObject@@XZ @52891 NONAME ?Clone@G7231_File_Capability@@UBEPAVPObject@@XZ @31053 NONAME ?Clone@GCC_AlternativeNodeID@@UBEPAVPObject@@XZ @8909 NONAME ?Clone@GCC_ApplicationInvokeIndication@@UBEPAVPObject@@XZ @8910 NONAME ?Clone@GCC_ApplicationInvokeSpecifier@@UBEPAVPObject@@XZ @8911 NONAME ?Clone@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@UBEPAVPObject@@XZ @8912 NONAME ?Clone@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBEPAVPObject@@XZ @8913 NONAME ?Clone@GCC_ApplicationRecord@@UBEPAVPObject@@XZ @8914 NONAME ?Clone@GCC_ApplicationRecord_nonCollapsingCapabilities@@UBEPAVPObject@@XZ @8915 NONAME ?Clone@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBEPAVPObject@@XZ @8916 NONAME ?Clone@GCC_ArrayOf_ApplicationInvokeSpecifier@@UBEPAVPObject@@XZ @8917 NONAME ?Clone@GCC_ArrayOf_ChallengeItem@@UBEPAVPObject@@XZ @8918 NONAME ?Clone@GCC_ArrayOf_ConferenceDescriptor@@UBEPAVPObject@@XZ @8919 NONAME ?Clone@GCC_ArrayOf_Privilege@@UBEPAVPObject@@XZ @8920 NONAME ?Clone@GCC_ArrayOf_TextString@@UBEPAVPObject@@XZ @8921 NONAME ?Clone@GCC_ArrayOf_UserID@@UBEPAVPObject@@XZ @8922 NONAME ?Clone@GCC_AsymmetryIndicator@@UBEPAVPObject@@XZ @8923 NONAME ?Clone@GCC_CapabilityClass@@UBEPAVPObject@@XZ @8924 NONAME ?Clone@GCC_CapabilityID@@UBEPAVPObject@@XZ @8925 NONAME ?Clone@GCC_ChallengeItem@@UBEPAVPObject@@XZ @8926 NONAME ?Clone@GCC_ChallengeRequest@@UBEPAVPObject@@XZ @8927 NONAME ?Clone@GCC_ChallengeResponse@@UBEPAVPObject@@XZ @8928 NONAME ?Clone@GCC_ChallengeResponseAlgorithm@@UBEPAVPObject@@XZ @8929 NONAME ?Clone@GCC_ChallengeResponseItem@@UBEPAVPObject@@XZ @8930 NONAME ?Clone@GCC_ChannelID@@UBEPAVPObject@@XZ @8931 NONAME ?Clone@GCC_ChannelType@@UBEPAVPObject@@XZ @8932 NONAME ?Clone@GCC_ConductorAssignIndication@@UBEPAVPObject@@XZ @8933 NONAME ?Clone@GCC_ConductorPermissionAskIndication@@UBEPAVPObject@@XZ @8934 NONAME ?Clone@GCC_ConductorPermissionGrantIndication@@UBEPAVPObject@@XZ @8935 NONAME ?Clone@GCC_ConductorReleaseIndication@@UBEPAVPObject@@XZ @8936 NONAME ?Clone@GCC_ConferenceAddRequest@@UBEPAVPObject@@XZ @8937 NONAME ?Clone@GCC_ConferenceAddResponse@@UBEPAVPObject@@XZ @8938 NONAME ?Clone@GCC_ConferenceAddResponse_result@@UBEPAVPObject@@XZ @8939 NONAME ?Clone@GCC_ConferenceAssistanceIndication@@UBEPAVPObject@@XZ @8940 NONAME ?Clone@GCC_ConferenceCreateRequest@@UBEPAVPObject@@XZ @8941 NONAME ?Clone@GCC_ConferenceCreateResponse@@UBEPAVPObject@@XZ @8942 NONAME ?Clone@GCC_ConferenceCreateResponse_result@@UBEPAVPObject@@XZ @8943 NONAME ?Clone@GCC_ConferenceDescriptor@@UBEPAVPObject@@XZ @8944 NONAME ?Clone@GCC_ConferenceEjectUserIndication@@UBEPAVPObject@@XZ @8945 NONAME ?Clone@GCC_ConferenceEjectUserIndication_reason@@UBEPAVPObject@@XZ @8946 NONAME ?Clone@GCC_ConferenceEjectUserRequest@@UBEPAVPObject@@XZ @8947 NONAME ?Clone@GCC_ConferenceEjectUserRequest_reason@@UBEPAVPObject@@XZ @8948 NONAME ?Clone@GCC_ConferenceEjectUserResponse@@UBEPAVPObject@@XZ @8949 NONAME ?Clone@GCC_ConferenceEjectUserResponse_result@@UBEPAVPObject@@XZ @8950 NONAME ?Clone@GCC_ConferenceInviteRequest@@UBEPAVPObject@@XZ @8951 NONAME ?Clone@GCC_ConferenceInviteResponse@@UBEPAVPObject@@XZ @8952 NONAME ?Clone@GCC_ConferenceInviteResponse_result@@UBEPAVPObject@@XZ @8953 NONAME ?Clone@GCC_ConferenceJoinRequest@@UBEPAVPObject@@XZ @8954 NONAME ?Clone@GCC_ConferenceJoinResponse@@UBEPAVPObject@@XZ @8955 NONAME ?Clone@GCC_ConferenceJoinResponse_result@@UBEPAVPObject@@XZ @8956 NONAME ?Clone@GCC_ConferenceLockIndication@@UBEPAVPObject@@XZ @8957 NONAME ?Clone@GCC_ConferenceLockRequest@@UBEPAVPObject@@XZ @8958 NONAME ?Clone@GCC_ConferenceLockResponse@@UBEPAVPObject@@XZ @8959 NONAME ?Clone@GCC_ConferenceLockResponse_result@@UBEPAVPObject@@XZ @8960 NONAME ?Clone@GCC_ConferenceName@@UBEPAVPObject@@XZ @8961 NONAME ?Clone@GCC_ConferenceNameModifier@@UBEPAVPObject@@XZ @8962 NONAME ?Clone@GCC_ConferenceNameSelector@@UBEPAVPObject@@XZ @8963 NONAME ?Clone@GCC_ConferencePriority@@UBEPAVPObject@@XZ @8964 NONAME ?Clone@GCC_ConferencePriorityScheme@@UBEPAVPObject@@XZ @8965 NONAME ?Clone@GCC_ConferenceQueryRequest@@UBEPAVPObject@@XZ @8966 NONAME ?Clone@GCC_ConferenceQueryResponse@@UBEPAVPObject@@XZ @8967 NONAME ?Clone@GCC_ConferenceQueryResponse_result@@UBEPAVPObject@@XZ @8968 NONAME ?Clone@GCC_ConferenceTerminateIndication@@UBEPAVPObject@@XZ @8969 NONAME ?Clone@GCC_ConferenceTerminateIndication_reason@@UBEPAVPObject@@XZ @8970 NONAME ?Clone@GCC_ConferenceTerminateRequest@@UBEPAVPObject@@XZ @8971 NONAME ?Clone@GCC_ConferenceTerminateRequest_reason@@UBEPAVPObject@@XZ @8972 NONAME ?Clone@GCC_ConferenceTerminateResponse@@UBEPAVPObject@@XZ @8973 NONAME ?Clone@GCC_ConferenceTerminateResponse_result@@UBEPAVPObject@@XZ @8974 NONAME ?Clone@GCC_ConferenceTimeExtendIndication@@UBEPAVPObject@@XZ @8975 NONAME ?Clone@GCC_ConferenceTimeInquireIndication@@UBEPAVPObject@@XZ @8976 NONAME ?Clone@GCC_ConferenceTimeRemainingIndication@@UBEPAVPObject@@XZ @8977 NONAME ?Clone@GCC_ConferenceTransferIndication@@UBEPAVPObject@@XZ @8978 NONAME ?Clone@GCC_ConferenceTransferRequest@@UBEPAVPObject@@XZ @8979 NONAME ?Clone@GCC_ConferenceTransferResponse@@UBEPAVPObject@@XZ @8980 NONAME ?Clone@GCC_ConferenceTransferResponse_result@@UBEPAVPObject@@XZ @8981 NONAME ?Clone@GCC_ConferenceUnlockIndication@@UBEPAVPObject@@XZ @8982 NONAME ?Clone@GCC_ConferenceUnlockRequest@@UBEPAVPObject@@XZ @8983 NONAME ?Clone@GCC_ConferenceUnlockResponse@@UBEPAVPObject@@XZ @8984 NONAME ?Clone@GCC_ConferenceUnlockResponse_result@@UBEPAVPObject@@XZ @8985 NONAME ?Clone@GCC_ConnectData@@UBEPAVPObject@@XZ @8986 NONAME ?Clone@GCC_ConnectGCCPDU@@UBEPAVPObject@@XZ @8987 NONAME ?Clone@GCC_DialingString@@UBEPAVPObject@@XZ @8988 NONAME ?Clone@GCC_DynamicChannelID@@UBEPAVPObject@@XZ @8989 NONAME ?Clone@GCC_DynamicTokenID@@UBEPAVPObject@@XZ @8990 NONAME ?Clone@GCC_EntityID@@UBEPAVPObject@@XZ @8991 NONAME ?Clone@GCC_ExtraDialingString@@UBEPAVPObject@@XZ @8992 NONAME ?Clone@GCC_FunctionNotSupportedResponse@@UBEPAVPObject@@XZ @8993 NONAME ?Clone@GCC_GCCPDU@@UBEPAVPObject@@XZ @8994 NONAME ?Clone@GCC_H221NonStandardIdentifier@@UBEPAVPObject@@XZ @8995 NONAME ?Clone@GCC_Handle@@UBEPAVPObject@@XZ @8996 NONAME ?Clone@GCC_IndicationPDU@@UBEPAVPObject@@XZ @8997 NONAME ?Clone@GCC_Key@@UBEPAVPObject@@XZ @8998 NONAME ?Clone@GCC_NetworkAddress@@UBEPAVPObject@@XZ @8999 NONAME ?Clone@GCC_NetworkAddress_subtype@@UBEPAVPObject@@XZ @9000 NONAME ?Clone@GCC_NetworkAddress_subtype_aggregatedChannel@@UBEPAVPObject@@XZ @9001 NONAME ?Clone@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBEPAVPObject@@XZ @9002 NONAME ?Clone@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBEPAVPObject@@XZ @9003 NONAME ?Clone@GCC_NetworkAddress_subtype_transportConnection@@UBEPAVPObject@@XZ @9004 NONAME ?Clone@GCC_NodeProperties@@UBEPAVPObject@@XZ @9005 NONAME ?Clone@GCC_NodeRecord@@UBEPAVPObject@@XZ @9006 NONAME ?Clone@GCC_NodeType@@UBEPAVPObject@@XZ @9007 NONAME ?Clone@GCC_NonStandardParameter@@UBEPAVPObject@@XZ @9008 NONAME ?Clone@GCC_NonStandardPDU@@UBEPAVPObject@@XZ @9009 NONAME ?Clone@GCC_Password@@UBEPAVPObject@@XZ @9010 NONAME ?Clone@GCC_PasswordChallengeRequestResponse@@UBEPAVPObject@@XZ @9011 NONAME ?Clone@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBEPAVPObject@@XZ @9012 NONAME ?Clone@GCC_PasswordSelector@@UBEPAVPObject@@XZ @9013 NONAME ?Clone@GCC_Privilege@@UBEPAVPObject@@XZ @9014 NONAME ?Clone@GCC_RegistryAllocateHandleRequest@@UBEPAVPObject@@XZ @9015 NONAME ?Clone@GCC_RegistryAllocateHandleResponse@@UBEPAVPObject@@XZ @9016 NONAME ?Clone@GCC_RegistryAllocateHandleResponse_result@@UBEPAVPObject@@XZ @9017 NONAME ?Clone@GCC_RegistryAssignTokenRequest@@UBEPAVPObject@@XZ @9018 NONAME ?Clone@GCC_RegistryDeleteEntryRequest@@UBEPAVPObject@@XZ @9019 NONAME ?Clone@GCC_RegistryEntryOwner@@UBEPAVPObject@@XZ @9020 NONAME ?Clone@GCC_RegistryEntryOwner_owned@@UBEPAVPObject@@XZ @9021 NONAME ?Clone@GCC_RegistryItem@@UBEPAVPObject@@XZ @9022 NONAME ?Clone@GCC_RegistryKey@@UBEPAVPObject@@XZ @9023 NONAME ?Clone@GCC_RegistryModificationRights@@UBEPAVPObject@@XZ @9024 NONAME ?Clone@GCC_RegistryMonitorEntryIndication@@UBEPAVPObject@@XZ @9025 NONAME ?Clone@GCC_RegistryMonitorEntryRequest@@UBEPAVPObject@@XZ @9026 NONAME ?Clone@GCC_RegistryRegisterChannelRequest@@UBEPAVPObject@@XZ @9027 NONAME ?Clone@GCC_RegistryResponse@@UBEPAVPObject@@XZ @9028 NONAME ?Clone@GCC_RegistryResponse_primitiveType@@UBEPAVPObject@@XZ @9029 NONAME ?Clone@GCC_RegistryResponse_result@@UBEPAVPObject@@XZ @9030 NONAME ?Clone@GCC_RegistryRetrieveEntryRequest@@UBEPAVPObject@@XZ @9031 NONAME ?Clone@GCC_RegistrySetParameterRequest@@UBEPAVPObject@@XZ @9032 NONAME ?Clone@GCC_RequestPDU@@UBEPAVPObject@@XZ @9033 NONAME ?Clone@GCC_ResponsePDU@@UBEPAVPObject@@XZ @9034 NONAME ?Clone@GCC_RosterUpdateIndication@@UBEPAVPObject@@XZ @9035 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation@@UBEPAVPObject@@XZ @9036 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBEPAVPObject@@XZ @9037 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@UBEPAVPObject@@XZ @9038 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@UBEPAVPObject@@XZ @9039 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBEPAVPObject@@XZ @9040 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@UBEPAVPObject@@XZ @9041 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@UBEPAVPObject@@XZ @9042 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBEPAVPObject@@XZ @9043 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@UBEPAVPObject@@XZ @9044 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBEPAVPObject@@XZ @9045 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@UBEPAVPObject@@XZ @9046 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation@@UBEPAVPObject@@XZ @9047 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@UBEPAVPObject@@XZ @9048 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@UBEPAVPObject@@XZ @9049 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBEPAVPObject@@XZ @9050 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@UBEPAVPObject@@XZ @9051 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBEPAVPObject@@XZ @9052 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@UBEPAVPObject@@XZ @9053 NONAME ?Clone@GCC_SessionKey@@UBEPAVPObject@@XZ @9054 NONAME ?Clone@GCC_SimpleNumericString@@UBEPAVPObject@@XZ @9055 NONAME ?Clone@GCC_SimpleTextString@@UBEPAVPObject@@XZ @9056 NONAME ?Clone@GCC_StaticChannelID@@UBEPAVPObject@@XZ @9057 NONAME ?Clone@GCC_StaticTokenID@@UBEPAVPObject@@XZ @9058 NONAME ?Clone@GCC_SubAddressString@@UBEPAVPObject@@XZ @9059 NONAME ?Clone@GCC_TerminationMethod@@UBEPAVPObject@@XZ @9060 NONAME ?Clone@GCC_TextMessageIndication@@UBEPAVPObject@@XZ @9061 NONAME ?Clone@GCC_TextString@@UBEPAVPObject@@XZ @9062 NONAME ?Clone@GCC_Time@@UBEPAVPObject@@XZ @9063 NONAME ?Clone@GCC_TokenID@@UBEPAVPObject@@XZ @9064 NONAME ?Clone@GCC_UserData@@UBEPAVPObject@@XZ @9065 NONAME ?Clone@GCC_UserData_subtype@@UBEPAVPObject@@XZ @9066 NONAME ?Clone@GCC_UserID@@UBEPAVPObject@@XZ @9067 NONAME ?Clone@GCC_UserIDIndication@@UBEPAVPObject@@XZ @9068 NONAME ?Clone@H225_AddressPattern@@UBEPAVPObject@@XZ @25827 NONAME ?Clone@H225_AddressPattern_range@@UBEPAVPObject@@XZ @25828 NONAME ?Clone@H225_AdmissionConfirm@@UBEPAVPObject@@XZ @9069 NONAME ?Clone@H225_AdmissionConfirm_language@@UBEPAVPObject@@XZ @25829 NONAME ?Clone@H225_AdmissionReject@@UBEPAVPObject@@XZ @9070 NONAME ?Clone@H225_AdmissionRejectReason@@UBEPAVPObject@@XZ @9071 NONAME ?Clone@H225_AdmissionRequest@@UBEPAVPObject@@XZ @9072 NONAME ?Clone@H225_Alerting_UUIE@@UBEPAVPObject@@XZ @9073 NONAME ?Clone@H225_AliasAddress@@UBEPAVPObject@@XZ @9074 NONAME ?Clone@H225_AlternateGK@@UBEPAVPObject@@XZ @9075 NONAME ?Clone@H225_AlternateTransportAddresses@@UBEPAVPObject@@XZ @25830 NONAME ?Clone@H225_AltGKInfo@@UBEPAVPObject@@XZ @9076 NONAME ?Clone@H225_ANSI_41_UIM@@UBEPAVPObject@@XZ @25831 NONAME ?Clone@H225_ANSI_41_UIM_system_id@@UBEPAVPObject@@XZ @25832 NONAME ?Clone@H225_ArrayOf_AddressPattern@@UBEPAVPObject@@XZ @25833 NONAME ?Clone@H225_ArrayOf_AdmissionConfirm@@UBEPAVPObject@@XZ @38648 NONAME ?Clone@H225_ArrayOf_AliasAddress@@UBEPAVPObject@@XZ @9077 NONAME ?Clone@H225_ArrayOf_AlternateGK@@UBEPAVPObject@@XZ @9078 NONAME ?Clone@H225_ArrayOf_AuthenticationMechanism@@UBEPAVPObject@@XZ @9079 NONAME ?Clone@H225_ArrayOf_BandwidthDetails@@UBEPAVPObject@@XZ @25834 NONAME ?Clone@H225_ArrayOf_CallReferenceValue@@UBEPAVPObject@@XZ @9080 NONAME ?Clone@H225_ArrayOf_CallsAvailable@@UBEPAVPObject@@XZ @25835 NONAME ?Clone@H225_ArrayOf_ClearToken@@UBEPAVPObject@@XZ @9081 NONAME ?Clone@H225_ArrayOf_ConferenceIdentifier@@UBEPAVPObject@@XZ @9082 NONAME ?Clone@H225_ArrayOf_ConferenceList@@UBEPAVPObject@@XZ @9083 NONAME ?Clone@H225_ArrayOf_CryptoH323Token@@UBEPAVPObject@@XZ @9084 NONAME ?Clone@H225_ArrayOf_DataRate@@UBEPAVPObject@@XZ @9085 NONAME ?Clone@H225_ArrayOf_Endpoint@@UBEPAVPObject@@XZ @9086 NONAME ?Clone@H225_ArrayOf_EnumeratedParameter@@UBEPAVPObject@@XZ @25836 NONAME ?Clone@H225_ArrayOf_ExtendedAliasAddress@@UBEPAVPObject@@XZ @25837 NONAME ?Clone@H225_ArrayOf_FeatureDescriptor@@UBEPAVPObject@@XZ @25838 NONAME ?Clone@H225_ArrayOf_GenericData@@UBEPAVPObject@@XZ @25839 NONAME ?Clone@H225_ArrayOf_H245Security@@UBEPAVPObject@@XZ @9087 NONAME ?Clone@H225_ArrayOf_H248PackagesDescriptor@@UBEPAVPObject@@XZ @25840 NONAME ?Clone@H225_ArrayOf_IntegrityMechanism@@UBEPAVPObject@@XZ @9088 NONAME ?Clone@H225_ArrayOf_NonStandardParameter@@UBEPAVPObject@@XZ @9089 NONAME ?Clone@H225_ArrayOf_PartyNumber@@UBEPAVPObject@@XZ @25841 NONAME ?Clone@H225_ArrayOf_PASN_ObjectId@@UBEPAVPObject@@XZ @9090 NONAME ?Clone@H225_ArrayOf_PASN_OctetString@@UBEPAVPObject@@XZ @9091 NONAME ?Clone@H225_ArrayOf_RasUsageSpecification@@UBEPAVPObject@@XZ @25842 NONAME ?Clone@H225_ArrayOf_RTPSession@@UBEPAVPObject@@XZ @9092 NONAME ?Clone@H225_ArrayOf_ServiceControlSession@@UBEPAVPObject@@XZ @25843 NONAME ?Clone@H225_ArrayOf_SupportedPrefix@@UBEPAVPObject@@XZ @9093 NONAME ?Clone@H225_ArrayOf_SupportedProtocols@@UBEPAVPObject@@XZ @9094 NONAME ?Clone@H225_ArrayOf_TransportAddress@@UBEPAVPObject@@XZ @9095 NONAME ?Clone@H225_ArrayOf_TransportChannelInfo@@UBEPAVPObject@@XZ @9096 NONAME ?Clone@H225_ArrayOf_TunnelledProtocol@@UBEPAVPObject@@XZ @25844 NONAME ?Clone@H225_BandRejectReason@@UBEPAVPObject@@XZ @9097 NONAME ?Clone@H225_BandWidth@@UBEPAVPObject@@XZ @9098 NONAME ?Clone@H225_BandwidthConfirm@@UBEPAVPObject@@XZ @9099 NONAME ?Clone@H225_BandwidthDetails@@UBEPAVPObject@@XZ @25845 NONAME ?Clone@H225_BandwidthReject@@UBEPAVPObject@@XZ @9100 NONAME ?Clone@H225_BandwidthRequest@@UBEPAVPObject@@XZ @9101 NONAME ?Clone@H225_CallCapacity@@UBEPAVPObject@@XZ @25846 NONAME ?Clone@H225_CallCapacityInfo@@UBEPAVPObject@@XZ @25847 NONAME ?Clone@H225_CallCreditCapability@@UBEPAVPObject@@XZ @25848 NONAME ?Clone@H225_CallCreditServiceControl@@UBEPAVPObject@@XZ @25849 NONAME ?Clone@H225_CallCreditServiceControl_billingMode@@UBEPAVPObject@@XZ @25850 NONAME ?Clone@H225_CallCreditServiceControl_callStartingPoint@@UBEPAVPObject@@XZ @25851 NONAME ?Clone@H225_CallIdentifier@@UBEPAVPObject@@XZ @9102 NONAME ?Clone@H225_CallLinkage@@UBEPAVPObject@@XZ @25852 NONAME ?Clone@H225_CallModel@@UBEPAVPObject@@XZ @9103 NONAME ?Clone@H225_CallProceeding_UUIE@@UBEPAVPObject@@XZ @9104 NONAME ?Clone@H225_CallReferenceValue@@UBEPAVPObject@@XZ @9105 NONAME ?Clone@H225_CallsAvailable@@UBEPAVPObject@@XZ @25853 NONAME ?Clone@H225_CallTerminationCause@@UBEPAVPObject@@XZ @25854 NONAME ?Clone@H225_CallType@@UBEPAVPObject@@XZ @9106 NONAME ?Clone@H225_CapacityReportingCapability@@UBEPAVPObject@@XZ @25855 NONAME ?Clone@H225_CapacityReportingSpecification@@UBEPAVPObject@@XZ @25856 NONAME ?Clone@H225_CapacityReportingSpecification_when@@UBEPAVPObject@@XZ @25857 NONAME ?Clone@H225_CarrierInfo@@UBEPAVPObject@@XZ @38649 NONAME ?Clone@H225_CicInfo@@UBEPAVPObject@@XZ @25858 NONAME ?Clone@H225_CicInfo_cic@@UBEPAVPObject@@XZ @25859 NONAME ?Clone@H225_CircuitIdentifier@@UBEPAVPObject@@XZ @25860 NONAME ?Clone@H225_CircuitInfo@@UBEPAVPObject@@XZ @25861 NONAME ?Clone@H225_ConferenceIdentifier@@UBEPAVPObject@@XZ @9107 NONAME ?Clone@H225_ConferenceList@@UBEPAVPObject@@XZ @9108 NONAME ?Clone@H225_Connect_UUIE@@UBEPAVPObject@@XZ @9109 NONAME ?Clone@H225_Connect_UUIE_language@@UBEPAVPObject@@XZ @25862 NONAME ?Clone@H225_Content@@UBEPAVPObject@@XZ @25863 NONAME ?Clone@H225_CryptoH323Token@@UBEPAVPObject@@XZ @9110 NONAME ?Clone@H225_CryptoH323Token_cryptoEPPwdHash@@UBEPAVPObject@@XZ @9111 NONAME ?Clone@H225_CryptoH323Token_cryptoGKPwdHash@@UBEPAVPObject@@XZ @9112 NONAME ?Clone@H225_DataRate@@UBEPAVPObject@@XZ @9113 NONAME ?Clone@H225_DisengageConfirm@@UBEPAVPObject@@XZ @9114 NONAME ?Clone@H225_DisengageReason@@UBEPAVPObject@@XZ @9115 NONAME ?Clone@H225_DisengageReject@@UBEPAVPObject@@XZ @9116 NONAME ?Clone@H225_DisengageRejectReason@@UBEPAVPObject@@XZ @9117 NONAME ?Clone@H225_DisengageRequest@@UBEPAVPObject@@XZ @9118 NONAME ?Clone@H225_EncodedFastStartToken@@UBEPAVPObject@@XZ @27765 NONAME ?Clone@H225_EncryptIntAlg@@UBEPAVPObject@@XZ @9119 NONAME ?Clone@H225_Endpoint@@UBEPAVPObject@@XZ @9120 NONAME ?Clone@H225_EndpointIdentifier@@UBEPAVPObject@@XZ @9121 NONAME ?Clone@H225_EndpointType@@UBEPAVPObject@@XZ @9122 NONAME ?Clone@H225_EnumeratedParameter@@UBEPAVPObject@@XZ @25864 NONAME ?Clone@H225_ExtendedAliasAddress@@UBEPAVPObject@@XZ @25865 NONAME ?Clone@H225_FacilityReason@@UBEPAVPObject@@XZ @9123 NONAME ?Clone@H225_Facility_UUIE@@UBEPAVPObject@@XZ @9124 NONAME ?Clone@H225_FastStartToken@@UBEPAVPObject@@XZ @9125 NONAME ?Clone@H225_FeatureDescriptor@@UBEPAVPObject@@XZ @25866 NONAME ?Clone@H225_FeatureSet@@UBEPAVPObject@@XZ @25867 NONAME ?Clone@H225_GatekeeperConfirm@@UBEPAVPObject@@XZ @9126 NONAME ?Clone@H225_GatekeeperIdentifier@@UBEPAVPObject@@XZ @9127 NONAME ?Clone@H225_GatekeeperInfo@@UBEPAVPObject@@XZ @9128 NONAME ?Clone@H225_GatekeeperReject@@UBEPAVPObject@@XZ @9129 NONAME ?Clone@H225_GatekeeperRejectReason@@UBEPAVPObject@@XZ @9130 NONAME ?Clone@H225_GatekeeperRequest@@UBEPAVPObject@@XZ @9131 NONAME ?Clone@H225_GatewayInfo@@UBEPAVPObject@@XZ @9132 NONAME ?Clone@H225_GenericData@@UBEPAVPObject@@XZ @25868 NONAME ?Clone@H225_GenericIdentifier@@UBEPAVPObject@@XZ @25869 NONAME ?Clone@H225_GloballyUniqueID@@UBEPAVPObject@@XZ @9133 NONAME ?Clone@H225_GroupID@@UBEPAVPObject@@XZ @25870 NONAME ?Clone@H225_GroupID_member@@UBEPAVPObject@@XZ @25871 NONAME ?Clone@H225_GSM_UIM@@UBEPAVPObject@@XZ @25872 NONAME ?Clone@H225_H221NonStandard@@UBEPAVPObject@@XZ @9134 NONAME ?Clone@H225_H245Security@@UBEPAVPObject@@XZ @9135 NONAME ?Clone@H225_H248PackagesDescriptor@@UBEPAVPObject@@XZ @25873 NONAME ?Clone@H225_H248SignalsDescriptor@@UBEPAVPObject@@XZ @25874 NONAME ?Clone@H225_H310Caps@@UBEPAVPObject@@XZ @9136 NONAME ?Clone@H225_H320Caps@@UBEPAVPObject@@XZ @9137 NONAME ?Clone@H225_H321Caps@@UBEPAVPObject@@XZ @9138 NONAME ?Clone@H225_H322Caps@@UBEPAVPObject@@XZ @9139 NONAME ?Clone@H225_H323Caps@@UBEPAVPObject@@XZ @9140 NONAME ?Clone@H225_H323_UserInformation@@UBEPAVPObject@@XZ @9141 NONAME ?Clone@H225_H323_UserInformation_user_data@@UBEPAVPObject@@XZ @9142 NONAME ?Clone@H225_H323_UU_PDU@@UBEPAVPObject@@XZ @9143 NONAME ?Clone@H225_H323_UU_PDU_h323_message_body@@UBEPAVPObject@@XZ @9144 NONAME ?Clone@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBEPAVPObject@@XZ @25875 NONAME ?Clone@H225_H324Caps@@UBEPAVPObject@@XZ @9145 NONAME ?Clone@H225_ICV@@UBEPAVPObject@@XZ @9146 NONAME ?Clone@H225_InfoRequest@@UBEPAVPObject@@XZ @9147 NONAME ?Clone@H225_InfoRequestAck@@UBEPAVPObject@@XZ @9148 NONAME ?Clone@H225_InfoRequestNak@@UBEPAVPObject@@XZ @9149 NONAME ?Clone@H225_InfoRequestNakReason@@UBEPAVPObject@@XZ @9150 NONAME ?Clone@H225_InfoRequestResponse@@UBEPAVPObject@@XZ @9151 NONAME ?Clone@H225_InfoRequestResponseStatus@@UBEPAVPObject@@XZ @25876 NONAME ?Clone@H225_InfoRequestResponse_perCallInfo@@UBEPAVPObject@@XZ @9152 NONAME ?Clone@H225_InfoRequestResponse_perCallInfo_subtype@@UBEPAVPObject@@XZ @9153 NONAME ?Clone@H225_InfoRequestResponse_perCallInfo_subtype_pdu@@UBEPAVPObject@@XZ @9154 NONAME ?Clone@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBEPAVPObject@@XZ @9155 NONAME ?Clone@H225_Information_UUIE@@UBEPAVPObject@@XZ @9156 NONAME ?Clone@H225_IntegrityMechanism@@UBEPAVPObject@@XZ @9157 NONAME ?Clone@H225_LocationConfirm@@UBEPAVPObject@@XZ @9158 NONAME ?Clone@H225_LocationReject@@UBEPAVPObject@@XZ @9159 NONAME ?Clone@H225_LocationRejectReason@@UBEPAVPObject@@XZ @9160 NONAME ?Clone@H225_LocationRequest@@UBEPAVPObject@@XZ @9161 NONAME ?Clone@H225_McuInfo@@UBEPAVPObject@@XZ @9162 NONAME ?Clone@H225_MobileUIM@@UBEPAVPObject@@XZ @25877 NONAME ?Clone@H225_NonIsoIntegrityMechanism@@UBEPAVPObject@@XZ @9163 NONAME ?Clone@H225_NonStandardIdentifier@@UBEPAVPObject@@XZ @9164 NONAME ?Clone@H225_NonStandardMessage@@UBEPAVPObject@@XZ @9165 NONAME ?Clone@H225_NonStandardParameter@@UBEPAVPObject@@XZ @9166 NONAME ?Clone@H225_NonStandardProtocol@@UBEPAVPObject@@XZ @9167 NONAME ?Clone@H225_Notify_UUIE@@UBEPAVPObject@@XZ @25878 NONAME ?Clone@H225_NumberDigits@@UBEPAVPObject@@XZ @9168 NONAME ?Clone@H225_PartyNumber@@UBEPAVPObject@@XZ @9169 NONAME ?Clone@H225_PresentationIndicator@@UBEPAVPObject@@XZ @25879 NONAME ?Clone@H225_PrivatePartyNumber@@UBEPAVPObject@@XZ @9170 NONAME ?Clone@H225_PrivateTypeOfNumber@@UBEPAVPObject@@XZ @9171 NONAME ?Clone@H225_Progress_UUIE@@UBEPAVPObject@@XZ @9172 NONAME ?Clone@H225_ProtocolIdentifier@@UBEPAVPObject@@XZ @9173 NONAME ?Clone@H225_PublicPartyNumber@@UBEPAVPObject@@XZ @9174 NONAME ?Clone@H225_PublicTypeOfNumber@@UBEPAVPObject@@XZ @9175 NONAME ?Clone@H225_Q954Details@@UBEPAVPObject@@XZ @9176 NONAME ?Clone@H225_QseriesOptions@@UBEPAVPObject@@XZ @9177 NONAME ?Clone@H225_RasMessage@@UBEPAVPObject@@XZ @9178 NONAME ?Clone@H225_RasUsageInformation@@UBEPAVPObject@@XZ @25880 NONAME ?Clone@H225_RasUsageInfoTypes@@UBEPAVPObject@@XZ @25881 NONAME ?Clone@H225_RasUsageSpecification@@UBEPAVPObject@@XZ @25882 NONAME ?Clone@H225_RasUsageSpecification_callStartingPoint@@UBEPAVPObject@@XZ @25883 NONAME ?Clone@H225_RasUsageSpecification_when@@UBEPAVPObject@@XZ @25884 NONAME ?Clone@H225_RegistrationConfirm@@UBEPAVPObject@@XZ @9179 NONAME ?Clone@H225_RegistrationConfirm_preGrantedARQ@@UBEPAVPObject@@XZ @9180 NONAME ?Clone@H225_RegistrationReject@@UBEPAVPObject@@XZ @9181 NONAME ?Clone@H225_RegistrationRejectReason@@UBEPAVPObject@@XZ @9182 NONAME ?Clone@H225_RegistrationRejectReason_invalidTerminalAliases@@UBEPAVPObject@@XZ @25885 NONAME ?Clone@H225_RegistrationRequest@@UBEPAVPObject@@XZ @9183 NONAME ?Clone@H225_ReleaseCompleteReason@@UBEPAVPObject@@XZ @9184 NONAME ?Clone@H225_ReleaseComplete_UUIE@@UBEPAVPObject@@XZ @9185 NONAME ?Clone@H225_RequestInProgress@@UBEPAVPObject@@XZ @9186 NONAME ?Clone@H225_RequestSeqNum@@UBEPAVPObject@@XZ @9187 NONAME ?Clone@H225_ResourcesAvailableConfirm@@UBEPAVPObject@@XZ @9188 NONAME ?Clone@H225_ResourcesAvailableIndicate@@UBEPAVPObject@@XZ @9189 NONAME ?Clone@H225_RTPSession@@UBEPAVPObject@@XZ @9190 NONAME ?Clone@H225_RTPSession_associatedSessionIds@@UBEPAVPObject@@XZ @9191 NONAME ?Clone@H225_ScnConnectionAggregation@@UBEPAVPObject@@XZ @25886 NONAME ?Clone@H225_ScnConnectionType@@UBEPAVPObject@@XZ @25887 NONAME ?Clone@H225_ScreeningIndicator@@UBEPAVPObject@@XZ @25888 NONAME ?Clone@H225_SecurityCapabilities@@UBEPAVPObject@@XZ @9192 NONAME ?Clone@H225_SecurityErrors2@@UBEPAVPObject@@XZ @38650 NONAME ?Clone@H225_SecurityErrors@@UBEPAVPObject@@XZ @38651 NONAME ?Clone@H225_SecurityServiceMode@@UBEPAVPObject@@XZ @9193 NONAME ?Clone@H225_ServiceControlDescriptor@@UBEPAVPObject@@XZ @25889 NONAME ?Clone@H225_ServiceControlIndication@@UBEPAVPObject@@XZ @25890 NONAME ?Clone@H225_ServiceControlIndication_callSpecific@@UBEPAVPObject@@XZ @25891 NONAME ?Clone@H225_ServiceControlResponse@@UBEPAVPObject@@XZ @25892 NONAME ?Clone@H225_ServiceControlResponse_result@@UBEPAVPObject@@XZ @25893 NONAME ?Clone@H225_ServiceControlSession@@UBEPAVPObject@@XZ @25894 NONAME ?Clone@H225_ServiceControlSession_reason@@UBEPAVPObject@@XZ @25895 NONAME ?Clone@H225_SetupAcknowledge_UUIE@@UBEPAVPObject@@XZ @25896 NONAME ?Clone@H225_Setup_UUIE@@UBEPAVPObject@@XZ @9194 NONAME ?Clone@H225_Setup_UUIE_conferenceGoal@@UBEPAVPObject@@XZ @9195 NONAME ?Clone@H225_Setup_UUIE_connectionParameters@@UBEPAVPObject@@XZ @25897 NONAME ?Clone@H225_Setup_UUIE_language@@UBEPAVPObject@@XZ @25898 NONAME ?Clone@H225_SIPCaps@@UBEPAVPObject@@XZ @38652 NONAME ?Clone@H225_StatusInquiry_UUIE@@UBEPAVPObject@@XZ @25899 NONAME ?Clone@H225_Status_UUIE@@UBEPAVPObject@@XZ @25900 NONAME ?Clone@H225_StimulusControl@@UBEPAVPObject@@XZ @25901 NONAME ?Clone@H225_SupportedPrefix@@UBEPAVPObject@@XZ @9196 NONAME ?Clone@H225_SupportedProtocols@@UBEPAVPObject@@XZ @9197 NONAME ?Clone@H225_T120OnlyCaps@@UBEPAVPObject@@XZ @9198 NONAME ?Clone@H225_T38FaxAnnexbOnlyCaps@@UBEPAVPObject@@XZ @25902 NONAME ?Clone@H225_TBCD_STRING@@UBEPAVPObject@@XZ @25903 NONAME ?Clone@H225_TerminalInfo@@UBEPAVPObject@@XZ @9199 NONAME ?Clone@H225_TimeToLive@@UBEPAVPObject@@XZ @9200 NONAME ?Clone@H225_TransportAddress@@UBEPAVPObject@@XZ @9201 NONAME ?Clone@H225_TransportAddress_ip6Address@@UBEPAVPObject@@XZ @9202 NONAME ?Clone@H225_TransportAddress_ipAddress@@UBEPAVPObject@@XZ @9203 NONAME ?Clone@H225_TransportAddress_ipSourceRoute@@UBEPAVPObject@@XZ @9204 NONAME ?Clone@H225_TransportAddress_ipSourceRoute_route@@UBEPAVPObject@@XZ @9205 NONAME ?Clone@H225_TransportAddress_ipSourceRoute_routing@@UBEPAVPObject@@XZ @9206 NONAME ?Clone@H225_TransportAddress_ipxAddress@@UBEPAVPObject@@XZ @9207 NONAME ?Clone@H225_TransportChannelInfo@@UBEPAVPObject@@XZ @9208 NONAME ?Clone@H225_TransportQOS@@UBEPAVPObject@@XZ @9209 NONAME ?Clone@H225_TunnelledProtocol@@UBEPAVPObject@@XZ @25904 NONAME ?Clone@H225_TunnelledProtocolAlternateIdentifier@@UBEPAVPObject@@XZ @25905 NONAME ?Clone@H225_TunnelledProtocol_id@@UBEPAVPObject@@XZ @25906 NONAME ?Clone@H225_UnknownMessageResponse@@UBEPAVPObject@@XZ @9210 NONAME ?Clone@H225_UnregistrationConfirm@@UBEPAVPObject@@XZ @9211 NONAME ?Clone@H225_UnregistrationReject@@UBEPAVPObject@@XZ @9212 NONAME ?Clone@H225_UnregistrationRequest@@UBEPAVPObject@@XZ @9213 NONAME ?Clone@H225_UnregRejectReason@@UBEPAVPObject@@XZ @9214 NONAME ?Clone@H225_UnregRequestReason@@UBEPAVPObject@@XZ @9215 NONAME ?Clone@H225_UseSpecifiedTransport@@UBEPAVPObject@@XZ @25907 NONAME ?Clone@H225_UUIEsRequested@@UBEPAVPObject@@XZ @9216 NONAME ?Clone@H225_VendorIdentifier@@UBEPAVPObject@@XZ @9217 NONAME ?Clone@H225_VoiceCaps@@UBEPAVPObject@@XZ @9218 NONAME ?Clone@H235AuthCAT@@UBEPAVPObject@@XZ @34828 NONAME ?Clone@H235Authenticators@@UBEPAVPObject@@XZ @31295 NONAME ?Clone@H235AuthProcedure1@@UBEPAVPObject@@XZ @31296 NONAME ?Clone@H235AuthSimpleMD5@@UBEPAVPObject@@XZ @31297 NONAME ?Clone@H235_AuthenticationBES@@UBEPAVPObject@@XZ @28718 NONAME ?Clone@H235_AuthenticationMechanism@@UBEPAVPObject@@XZ @9219 NONAME ?Clone@H235_ChallengeString@@UBEPAVPObject@@XZ @9220 NONAME ?Clone@H235_ClearToken@@UBEPAVPObject@@XZ @9221 NONAME ?Clone@H235_CryptoToken@@UBEPAVPObject@@XZ @9222 NONAME ?Clone@H235_CryptoToken_cryptoEncryptedToken@@UBEPAVPObject@@XZ @9223 NONAME ?Clone@H235_CryptoToken_cryptoHashedToken@@UBEPAVPObject@@XZ @9224 NONAME ?Clone@H235_CryptoToken_cryptoSignedToken@@UBEPAVPObject@@XZ @9225 NONAME ?Clone@H235_DHset@@UBEPAVPObject@@XZ @9226 NONAME ?Clone@H235_ECGDSASignature@@UBEPAVPObject@@XZ @38653 NONAME ?Clone@H235_ECKASDH@@UBEPAVPObject@@XZ @28720 NONAME ?Clone@H235_ECKASDH_eckasdh2@@UBEPAVPObject@@XZ @28721 NONAME ?Clone@H235_ECKASDH_eckasdhp@@UBEPAVPObject@@XZ @28722 NONAME ?Clone@H235_ECpoint@@UBEPAVPObject@@XZ @38654 NONAME ?Clone@H235_EncodedGeneralToken@@UBEPAVPObject@@XZ @27766 NONAME ?Clone@H235_EncodedKeySignedMaterial@@UBEPAVPObject@@XZ @27767 NONAME ?Clone@H235_EncodedKeySyncMaterial@@UBEPAVPObject@@XZ @27768 NONAME ?Clone@H235_EncodedPwdCertToken@@UBEPAVPObject@@XZ @27769 NONAME ?Clone@H235_EncodedReturnSig@@UBEPAVPObject@@XZ @27770 NONAME ?Clone@H235_H235CertificateSignature@@UBEPAVPObject@@XZ @9227 NONAME ?Clone@H235_H235Key@@UBEPAVPObject@@XZ @9228 NONAME ?Clone@H235_Identifier@@UBEPAVPObject@@XZ @9229 NONAME ?Clone@H235_IV16@@UBEPAVPObject@@XZ @28723 NONAME ?Clone@H235_IV8@@UBEPAVPObject@@XZ @9230 NONAME ?Clone@H235_KeyMaterial@@UBEPAVPObject@@XZ @9231 NONAME ?Clone@H235_KeySignedMaterial@@UBEPAVPObject@@XZ @9232 NONAME ?Clone@H235_KeySyncMaterial@@UBEPAVPObject@@XZ @9233 NONAME ?Clone@H235_NonStandardParameter@@UBEPAVPObject@@XZ @9234 NONAME ?Clone@H235_Params@@UBEPAVPObject@@XZ @9235 NONAME ?Clone@H235_Password@@UBEPAVPObject@@XZ @9236 NONAME ?Clone@H235_PwdCertToken@@UBEPAVPObject@@XZ @9237 NONAME ?Clone@H235_RandomVal@@UBEPAVPObject@@XZ @9238 NONAME ?Clone@H235_ReturnSig@@UBEPAVPObject@@XZ @9239 NONAME ?Clone@H235_TimeStamp@@UBEPAVPObject@@XZ @9240 NONAME ?Clone@H235_TypedCertificate@@UBEPAVPObject@@XZ @9241 NONAME ?Clone@H235_V3KeySyncMaterial@@UBEPAVPObject@@XZ @38655 NONAME ?Clone@H245_AlternativeCapabilitySet@@UBEPAVPObject@@XZ @9242 NONAME ?Clone@H245_ArrayOf_AlternativeCapabilitySet@@UBEPAVPObject@@XZ @9243 NONAME ?Clone@H245_ArrayOf_BEnhancementParameters@@UBEPAVPObject@@XZ @9244 NONAME ?Clone@H245_ArrayOf_CapabilityDescriptor@@UBEPAVPObject@@XZ @9245 NONAME ?Clone@H245_ArrayOf_CapabilityDescriptorNumber@@UBEPAVPObject@@XZ @9246 NONAME ?Clone@H245_ArrayOf_CapabilityTableEntry@@UBEPAVPObject@@XZ @9247 NONAME ?Clone@H245_ArrayOf_CapabilityTableEntryNumber@@UBEPAVPObject@@XZ @9248 NONAME ?Clone@H245_ArrayOf_CommunicationModeTableEntry@@UBEPAVPObject@@XZ @9249 NONAME ?Clone@H245_ArrayOf_CustomPictureClockFrequency@@UBEPAVPObject@@XZ @9250 NONAME ?Clone@H245_ArrayOf_CustomPictureFormat@@UBEPAVPObject@@XZ @9251 NONAME ?Clone@H245_ArrayOf_DataApplicationCapability@@UBEPAVPObject@@XZ @9252 NONAME ?Clone@H245_ArrayOf_DialingInformationNetworkType@@UBEPAVPObject@@XZ @25908 NONAME ?Clone@H245_ArrayOf_DialingInformationNumber@@UBEPAVPObject@@XZ @25909 NONAME ?Clone@H245_ArrayOf_EnhancementOptions@@UBEPAVPObject@@XZ @9253 NONAME ?Clone@H245_ArrayOf_EscrowData@@UBEPAVPObject@@XZ @9254 NONAME ?Clone@H245_ArrayOf_GenericCapability@@UBEPAVPObject@@XZ @53179 NONAME ?Clone@H245_ArrayOf_GenericParameter@@UBEPAVPObject@@XZ @25910 NONAME ?Clone@H245_ArrayOf_H263ModeComboFlags@@UBEPAVPObject@@XZ @9255 NONAME ?Clone@H245_ArrayOf_H263VideoModeCombos@@UBEPAVPObject@@XZ @9256 NONAME ?Clone@H245_ArrayOf_MediaChannelCapability@@UBEPAVPObject@@XZ @9257 NONAME ?Clone@H245_ArrayOf_MediaDistributionCapability@@UBEPAVPObject@@XZ @9258 NONAME ?Clone@H245_ArrayOf_ModeDescription@@UBEPAVPObject@@XZ @9259 NONAME ?Clone@H245_ArrayOf_MultiplePayloadStreamElement@@UBEPAVPObject@@XZ @38656 NONAME ?Clone@H245_ArrayOf_MultiplePayloadStreamElementMode@@UBEPAVPObject@@XZ @38657 NONAME ?Clone@H245_ArrayOf_MultiplexElement@@UBEPAVPObject@@XZ @9260 NONAME ?Clone@H245_ArrayOf_MultiplexEntryDescriptor@@UBEPAVPObject@@XZ @9261 NONAME ?Clone@H245_ArrayOf_MultiplexEntryRejectionDescriptions@@UBEPAVPObject@@XZ @9262 NONAME ?Clone@H245_ArrayOf_MultiplexTableEntryNumber@@UBEPAVPObject@@XZ @9263 NONAME ?Clone@H245_ArrayOf_NonStandardParameter@@UBEPAVPObject@@XZ @9264 NONAME ?Clone@H245_ArrayOf_ParameterIdentifier@@UBEPAVPObject@@XZ @25911 NONAME ?Clone@H245_ArrayOf_PictureReference@@UBEPAVPObject@@XZ @25912 NONAME ?Clone@H245_ArrayOf_Q2931Address@@UBEPAVPObject@@XZ @25913 NONAME ?Clone@H245_ArrayOf_QOSCapability@@UBEPAVPObject@@XZ @9265 NONAME ?Clone@H245_ArrayOf_RedundancyEncodingCapability@@UBEPAVPObject@@XZ @9266 NONAME ?Clone@H245_ArrayOf_RedundancyEncodingDTModeElement@@UBEPAVPObject@@XZ @38658 NONAME ?Clone@H245_ArrayOf_RedundancyEncodingElement@@UBEPAVPObject@@XZ @38659 NONAME ?Clone@H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@UBEPAVPObject@@XZ @9267 NONAME ?Clone@H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@UBEPAVPObject@@XZ @9268 NONAME ?Clone@H245_ArrayOf_RTPPayloadType@@UBEPAVPObject@@XZ @9269 NONAME ?Clone@H245_ArrayOf_TerminalInformation@@UBEPAVPObject@@XZ @9270 NONAME ?Clone@H245_ArrayOf_TerminalLabel@@UBEPAVPObject@@XZ @9271 NONAME ?Clone@H245_ArrayOf_VCCapability@@UBEPAVPObject@@XZ @9272 NONAME ?Clone@H245_ArrayOf_VideoCapability@@UBEPAVPObject@@XZ @53180 NONAME ?Clone@H245_ATMParameters@@UBEPAVPObject@@XZ @9273 NONAME ?Clone@H245_AudioCapability@@UBEPAVPObject@@XZ @9274 NONAME ?Clone@H245_AudioCapability_g7231@@UBEPAVPObject@@XZ @9275 NONAME ?Clone@H245_AudioMode@@UBEPAVPObject@@XZ @9276 NONAME ?Clone@H245_AudioMode_g7231@@UBEPAVPObject@@XZ @9277 NONAME ?Clone@H245_AudioTelephonyEventCapability@@UBEPAVPObject@@XZ @25914 NONAME ?Clone@H245_AudioToneCapability@@UBEPAVPObject@@XZ @25915 NONAME ?Clone@H245_AuthenticationCapability@@UBEPAVPObject@@XZ @9278 NONAME ?Clone@H245_BEnhancementParameters@@UBEPAVPObject@@XZ @9279 NONAME ?Clone@H245_Capability@@UBEPAVPObject@@XZ @9280 NONAME ?Clone@H245_CapabilityDescriptor@@UBEPAVPObject@@XZ @9281 NONAME ?Clone@H245_CapabilityDescriptorNumber@@UBEPAVPObject@@XZ @9282 NONAME ?Clone@H245_CapabilityIdentifier@@UBEPAVPObject@@XZ @25916 NONAME ?Clone@H245_CapabilityTableEntry@@UBEPAVPObject@@XZ @9283 NONAME ?Clone@H245_CapabilityTableEntryNumber@@UBEPAVPObject@@XZ @9284 NONAME ?Clone@H245_Capability_h233EncryptionReceiveCapability@@UBEPAVPObject@@XZ @9285 NONAME ?Clone@H245_CertSelectionCriteria@@UBEPAVPObject@@XZ @9286 NONAME ?Clone@H245_CloseLogicalChannel@@UBEPAVPObject@@XZ @9287 NONAME ?Clone@H245_CloseLogicalChannelAck@@UBEPAVPObject@@XZ @9288 NONAME ?Clone@H245_CloseLogicalChannel_reason@@UBEPAVPObject@@XZ @9289 NONAME ?Clone@H245_CloseLogicalChannel_source@@UBEPAVPObject@@XZ @9290 NONAME ?Clone@H245_CommandMessage@@UBEPAVPObject@@XZ @9291 NONAME ?Clone@H245_CommunicationModeCommand@@UBEPAVPObject@@XZ @9292 NONAME ?Clone@H245_CommunicationModeRequest@@UBEPAVPObject@@XZ @9293 NONAME ?Clone@H245_CommunicationModeResponse@@UBEPAVPObject@@XZ @9294 NONAME ?Clone@H245_CommunicationModeTableEntry@@UBEPAVPObject@@XZ @9295 NONAME ?Clone@H245_CommunicationModeTableEntry_dataType@@UBEPAVPObject@@XZ @9296 NONAME ?Clone@H245_CompressionType@@UBEPAVPObject@@XZ @9297 NONAME ?Clone@H245_ConferenceCapability@@UBEPAVPObject@@XZ @9298 NONAME ?Clone@H245_ConferenceCommand@@UBEPAVPObject@@XZ @9299 NONAME ?Clone@H245_ConferenceID@@UBEPAVPObject@@XZ @9300 NONAME ?Clone@H245_ConferenceIndication@@UBEPAVPObject@@XZ @9301 NONAME ?Clone@H245_ConferenceRequest@@UBEPAVPObject@@XZ @9302 NONAME ?Clone@H245_ConferenceRequest_requestTerminalCertificate@@UBEPAVPObject@@XZ @9303 NONAME ?Clone@H245_ConferenceResponse@@UBEPAVPObject@@XZ @9304 NONAME ?Clone@H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@UBEPAVPObject@@XZ @9305 NONAME ?Clone@H245_ConferenceResponse_chairTokenOwnerResponse@@UBEPAVPObject@@XZ @9306 NONAME ?Clone@H245_ConferenceResponse_conferenceIDResponse@@UBEPAVPObject@@XZ @9307 NONAME ?Clone@H245_ConferenceResponse_extensionAddressResponse@@UBEPAVPObject@@XZ @9308 NONAME ?Clone@H245_ConferenceResponse_makeMeChairResponse@@UBEPAVPObject@@XZ @9309 NONAME ?Clone@H245_ConferenceResponse_makeTerminalBroadcasterResponse@@UBEPAVPObject@@XZ @9310 NONAME ?Clone@H245_ConferenceResponse_mCTerminalIDResponse@@UBEPAVPObject@@XZ @9311 NONAME ?Clone@H245_ConferenceResponse_passwordResponse@@UBEPAVPObject@@XZ @9312 NONAME ?Clone@H245_ConferenceResponse_sendThisSourceResponse@@UBEPAVPObject@@XZ @9313 NONAME ?Clone@H245_ConferenceResponse_terminalCertificateResponse@@UBEPAVPObject@@XZ @9314 NONAME ?Clone@H245_ConferenceResponse_terminalIDResponse@@UBEPAVPObject@@XZ @9315 NONAME ?Clone@H245_ConnectionIdentifier@@UBEPAVPObject@@XZ @25917 NONAME ?Clone@H245_CRCLength@@UBEPAVPObject@@XZ @9316 NONAME ?Clone@H245_Criteria@@UBEPAVPObject@@XZ @9317 NONAME ?Clone@H245_CustomPictureClockFrequency@@UBEPAVPObject@@XZ @9318 NONAME ?Clone@H245_CustomPictureFormat@@UBEPAVPObject@@XZ @9319 NONAME ?Clone@H245_CustomPictureFormat_mPI@@UBEPAVPObject@@XZ @9320 NONAME ?Clone@H245_CustomPictureFormat_mPI_customPCF@@UBEPAVPObject@@XZ @9321 NONAME ?Clone@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBEPAVPObject@@XZ @9322 NONAME ?Clone@H245_CustomPictureFormat_pixelAspectInformation@@UBEPAVPObject@@XZ @9323 NONAME ?Clone@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@UBEPAVPObject@@XZ @9324 NONAME ?Clone@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBEPAVPObject@@XZ @9325 NONAME ?Clone@H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@UBEPAVPObject@@XZ @9326 NONAME ?Clone@H245_DataApplicationCapability@@UBEPAVPObject@@XZ @9327 NONAME ?Clone@H245_DataApplicationCapability_application@@UBEPAVPObject@@XZ @9328 NONAME ?Clone@H245_DataApplicationCapability_application_nlpid@@UBEPAVPObject@@XZ @9329 NONAME ?Clone@H245_DataApplicationCapability_application_t38fax@@UBEPAVPObject@@XZ @25918 NONAME ?Clone@H245_DataApplicationCapability_application_t84@@UBEPAVPObject@@XZ @9330 NONAME ?Clone@H245_DataMode@@UBEPAVPObject@@XZ @9331 NONAME ?Clone@H245_DataMode_application@@UBEPAVPObject@@XZ @9332 NONAME ?Clone@H245_DataMode_application_nlpid@@UBEPAVPObject@@XZ @9333 NONAME ?Clone@H245_DataMode_application_t38fax@@UBEPAVPObject@@XZ @25919 NONAME ?Clone@H245_DataProtocolCapability@@UBEPAVPObject@@XZ @9334 NONAME ?Clone@H245_DataProtocolCapability_v76wCompression@@UBEPAVPObject@@XZ @9335 NONAME ?Clone@H245_DataType@@UBEPAVPObject@@XZ @9336 NONAME ?Clone@H245_DepFECCapability@@UBEPAVPObject@@XZ @53629 NONAME ?Clone@H245_DepFECCapability_rfc2733@@UBEPAVPObject@@XZ @53630 NONAME ?Clone@H245_DepFECCapability_rfc2733_separateStream@@UBEPAVPObject@@XZ @53631 NONAME ?Clone@H245_DepFECData@@UBEPAVPObject@@XZ @53632 NONAME ?Clone@H245_DepFECData_rfc2733@@UBEPAVPObject@@XZ @53633 NONAME ?Clone@H245_DepFECData_rfc2733_mode@@UBEPAVPObject@@XZ @53634 NONAME ?Clone@H245_DepFECData_rfc2733_mode_separateStream@@UBEPAVPObject@@XZ @53635 NONAME ?Clone@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBEPAVPObject@@XZ @53636 NONAME ?Clone@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBEPAVPObject@@XZ @53637 NONAME ?Clone@H245_DepFECMode@@UBEPAVPObject@@XZ @53638 NONAME ?Clone@H245_DepFECMode_rfc2733Mode@@UBEPAVPObject@@XZ @53639 NONAME ?Clone@H245_DepFECMode_rfc2733Mode_mode@@UBEPAVPObject@@XZ @53640 NONAME ?Clone@H245_DepFECMode_rfc2733Mode_mode_separateStream@@UBEPAVPObject@@XZ @53641 NONAME ?Clone@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBEPAVPObject@@XZ @53642 NONAME ?Clone@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBEPAVPObject@@XZ @53643 NONAME ?Clone@H245_DialingInformation@@UBEPAVPObject@@XZ @25920 NONAME ?Clone@H245_DialingInformationNetworkType@@UBEPAVPObject@@XZ @25921 NONAME ?Clone@H245_DialingInformationNumber@@UBEPAVPObject@@XZ @25922 NONAME ?Clone@H245_EncryptionAuthenticationAndIntegrity@@UBEPAVPObject@@XZ @9337 NONAME ?Clone@H245_EncryptionCapability@@UBEPAVPObject@@XZ @9338 NONAME ?Clone@H245_EncryptionCommand@@UBEPAVPObject@@XZ @9339 NONAME ?Clone@H245_EncryptionCommand_encryptionAlgorithmID@@UBEPAVPObject@@XZ @9340 NONAME ?Clone@H245_EncryptionMode@@UBEPAVPObject@@XZ @9341 NONAME ?Clone@H245_EncryptionSync@@UBEPAVPObject@@XZ @9342 NONAME ?Clone@H245_EncryptionUpdateDirection@@UBEPAVPObject@@XZ @53181 NONAME ?Clone@H245_EncryptionUpdateRequest@@UBEPAVPObject@@XZ @9343 NONAME ?Clone@H245_EndSessionCommand@@UBEPAVPObject@@XZ @9344 NONAME ?Clone@H245_EndSessionCommand_gstnOptions@@UBEPAVPObject@@XZ @9345 NONAME ?Clone@H245_EndSessionCommand_isdnOptions@@UBEPAVPObject@@XZ @9346 NONAME ?Clone@H245_EnhancementLayerInfo@@UBEPAVPObject@@XZ @9347 NONAME ?Clone@H245_EnhancementOptions@@UBEPAVPObject@@XZ @9348 NONAME ?Clone@H245_EscrowData@@UBEPAVPObject@@XZ @9349 NONAME ?Clone@H245_ExtendedVideoCapability@@UBEPAVPObject@@XZ @53182 NONAME ?Clone@H245_FECCapability@@UBEPAVPObject@@XZ @38660 NONAME ?Clone@H245_FECCapability_rfc2733Format@@UBEPAVPObject@@XZ @53644 NONAME ?Clone@H245_FECData@@UBEPAVPObject@@XZ @38663 NONAME ?Clone@H245_FECData_rfc2733@@UBEPAVPObject@@XZ @38664 NONAME ?Clone@H245_FECData_rfc2733_pktMode@@UBEPAVPObject@@XZ @53645 NONAME ?Clone@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBEPAVPObject@@XZ @53646 NONAME ?Clone@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UBEPAVPObject@@XZ @53647 NONAME ?Clone@H245_FECMode@@UBEPAVPObject@@XZ @38669 NONAME ?Clone@H245_FECMode_rfc2733Format@@UBEPAVPObject@@XZ @53648 NONAME ?Clone@H245_FlowControlCommand@@UBEPAVPObject@@XZ @9350 NONAME ?Clone@H245_FlowControlCommand_restriction@@UBEPAVPObject@@XZ @9351 NONAME ?Clone@H245_FlowControlCommand_scope@@UBEPAVPObject@@XZ @9352 NONAME ?Clone@H245_FlowControlIndication@@UBEPAVPObject@@XZ @25923 NONAME ?Clone@H245_FlowControlIndication_restriction@@UBEPAVPObject@@XZ @25924 NONAME ?Clone@H245_FlowControlIndication_scope@@UBEPAVPObject@@XZ @25925 NONAME ?Clone@H245_FunctionNotSupported@@UBEPAVPObject@@XZ @9353 NONAME ?Clone@H245_FunctionNotSupported_cause@@UBEPAVPObject@@XZ @9354 NONAME ?Clone@H245_FunctionNotUnderstood@@UBEPAVPObject@@XZ @9355 NONAME ?Clone@H245_G7231AnnexCCapability@@UBEPAVPObject@@XZ @9356 NONAME ?Clone@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBEPAVPObject@@XZ @9357 NONAME ?Clone@H245_G7231AnnexCMode@@UBEPAVPObject@@XZ @9358 NONAME ?Clone@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBEPAVPObject@@XZ @9359 NONAME ?Clone@H245_G729Extensions@@UBEPAVPObject@@XZ @25926 NONAME ?Clone@H245_GenericCapability@@UBEPAVPObject@@XZ @25927 NONAME ?Clone@H245_GenericMessage@@UBEPAVPObject@@XZ @53183 NONAME ?Clone@H245_GenericParameter@@UBEPAVPObject@@XZ @25928 NONAME ?Clone@H245_GSMAudioCapability@@UBEPAVPObject@@XZ @9360 NONAME ?Clone@H245_H222Capability@@UBEPAVPObject@@XZ @9361 NONAME ?Clone@H245_H222LogicalChannelParameters@@UBEPAVPObject@@XZ @9362 NONAME ?Clone@H245_H223AL1MParameters@@UBEPAVPObject@@XZ @9363 NONAME ?Clone@H245_H223AL1MParameters_arqType@@UBEPAVPObject@@XZ @9364 NONAME ?Clone@H245_H223AL1MParameters_crcLength@@UBEPAVPObject@@XZ @9365 NONAME ?Clone@H245_H223AL1MParameters_headerFEC@@UBEPAVPObject@@XZ @9366 NONAME ?Clone@H245_H223AL1MParameters_transferMode@@UBEPAVPObject@@XZ @9367 NONAME ?Clone@H245_H223AL2MParameters@@UBEPAVPObject@@XZ @9368 NONAME ?Clone@H245_H223AL2MParameters_headerFEC@@UBEPAVPObject@@XZ @9369 NONAME ?Clone@H245_H223AL3MParameters@@UBEPAVPObject@@XZ @9370 NONAME ?Clone@H245_H223AL3MParameters_arqType@@UBEPAVPObject@@XZ @9371 NONAME ?Clone@H245_H223AL3MParameters_crcLength@@UBEPAVPObject@@XZ @9372 NONAME ?Clone@H245_H223AL3MParameters_headerFormat@@UBEPAVPObject@@XZ @9373 NONAME ?Clone@H245_H223AnnexCArqParameters@@UBEPAVPObject@@XZ @9374 NONAME ?Clone@H245_H223AnnexCArqParameters_numberOfRetransmissions@@UBEPAVPObject@@XZ @9375 NONAME ?Clone@H245_H223AnnexCCapability@@UBEPAVPObject@@XZ @9376 NONAME ?Clone@H245_H223Capability@@UBEPAVPObject@@XZ @9377 NONAME ?Clone@H245_H223Capability_h223MultiplexTableCapability@@UBEPAVPObject@@XZ @9378 NONAME ?Clone@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBEPAVPObject@@XZ @9379 NONAME ?Clone@H245_H223Capability_mobileMultilinkFrameCapability@@UBEPAVPObject@@XZ @25929 NONAME ?Clone@H245_H223Capability_mobileOperationTransmitCapability@@UBEPAVPObject@@XZ @9380 NONAME ?Clone@H245_H223LogicalChannelParameters@@UBEPAVPObject@@XZ @9381 NONAME ?Clone@H245_H223LogicalChannelParameters_adaptationLayerType@@UBEPAVPObject@@XZ @9382 NONAME ?Clone@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBEPAVPObject@@XZ @9383 NONAME ?Clone@H245_H223ModeParameters@@UBEPAVPObject@@XZ @9384 NONAME ?Clone@H245_H223ModeParameters_adaptationLayerType@@UBEPAVPObject@@XZ @9385 NONAME ?Clone@H245_H223ModeParameters_adaptationLayerType_al3@@UBEPAVPObject@@XZ @9386 NONAME ?Clone@H245_H223MultiplexReconfiguration@@UBEPAVPObject@@XZ @9387 NONAME ?Clone@H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@UBEPAVPObject@@XZ @9388 NONAME ?Clone@H245_H223MultiplexReconfiguration_h223ModeChange@@UBEPAVPObject@@XZ @9389 NONAME ?Clone@H245_H223SkewIndication@@UBEPAVPObject@@XZ @9390 NONAME ?Clone@H245_H2250Capability@@UBEPAVPObject@@XZ @9391 NONAME ?Clone@H245_H2250Capability_mcCapability@@UBEPAVPObject@@XZ @9392 NONAME ?Clone@H245_H2250LogicalChannelAckParameters@@UBEPAVPObject@@XZ @9393 NONAME ?Clone@H245_H2250LogicalChannelParameters@@UBEPAVPObject@@XZ @9394 NONAME ?Clone@H245_H2250LogicalChannelParameters_mediaPacketization@@UBEPAVPObject@@XZ @9395 NONAME ?Clone@H245_H2250MaximumSkewIndication@@UBEPAVPObject@@XZ @9396 NONAME ?Clone@H245_H2250ModeParameters@@UBEPAVPObject@@XZ @9397 NONAME ?Clone@H245_H235Media@@UBEPAVPObject@@XZ @9398 NONAME ?Clone@H245_H235Media_mediaType@@UBEPAVPObject@@XZ @9399 NONAME ?Clone@H245_H235Mode@@UBEPAVPObject@@XZ @9400 NONAME ?Clone@H245_H235Mode_mediaMode@@UBEPAVPObject@@XZ @9401 NONAME ?Clone@H245_H235SecurityCapability@@UBEPAVPObject@@XZ @9402 NONAME ?Clone@H245_H261VideoCapability@@UBEPAVPObject@@XZ @9403 NONAME ?Clone@H245_H261VideoMode@@UBEPAVPObject@@XZ @9404 NONAME ?Clone@H245_H261VideoMode_resolution@@UBEPAVPObject@@XZ @9405 NONAME ?Clone@H245_H262VideoCapability@@UBEPAVPObject@@XZ @9406 NONAME ?Clone@H245_H262VideoMode@@UBEPAVPObject@@XZ @9407 NONAME ?Clone@H245_H262VideoMode_profileAndLevel@@UBEPAVPObject@@XZ @9408 NONAME ?Clone@H245_H263ModeComboFlags@@UBEPAVPObject@@XZ @9409 NONAME ?Clone@H245_H263Options@@UBEPAVPObject@@XZ @9410 NONAME ?Clone@H245_H263Version3Options@@UBEPAVPObject@@XZ @25930 NONAME ?Clone@H245_H263VideoCapability@@UBEPAVPObject@@XZ @9411 NONAME ?Clone@H245_H263VideoMode@@UBEPAVPObject@@XZ @9412 NONAME ?Clone@H245_H263VideoModeCombos@@UBEPAVPObject@@XZ @9413 NONAME ?Clone@H245_H263VideoMode_resolution@@UBEPAVPObject@@XZ @9414 NONAME ?Clone@H245_IndicationMessage@@UBEPAVPObject@@XZ @9415 NONAME ?Clone@H245_IntegrityCapability@@UBEPAVPObject@@XZ @9416 NONAME ?Clone@H245_IS11172AudioCapability@@UBEPAVPObject@@XZ @9417 NONAME ?Clone@H245_IS11172AudioMode@@UBEPAVPObject@@XZ @9418 NONAME ?Clone@H245_IS11172AudioMode_audioLayer@@UBEPAVPObject@@XZ @9419 NONAME ?Clone@H245_IS11172AudioMode_audioSampling@@UBEPAVPObject@@XZ @9420 NONAME ?Clone@H245_IS11172AudioMode_multichannelType@@UBEPAVPObject@@XZ @9421 NONAME ?Clone@H245_IS11172VideoCapability@@UBEPAVPObject@@XZ @9422 NONAME ?Clone@H245_IS11172VideoMode@@UBEPAVPObject@@XZ @9423 NONAME ?Clone@H245_IS13818AudioCapability@@UBEPAVPObject@@XZ @9424 NONAME ?Clone@H245_IS13818AudioMode@@UBEPAVPObject@@XZ @9425 NONAME ?Clone@H245_IS13818AudioMode_audioLayer@@UBEPAVPObject@@XZ @9426 NONAME ?Clone@H245_IS13818AudioMode_audioSampling@@UBEPAVPObject@@XZ @9427 NONAME ?Clone@H245_IS13818AudioMode_multichannelType@@UBEPAVPObject@@XZ @9428 NONAME ?Clone@H245_IV16@@UBEPAVPObject@@XZ @53184 NONAME ?Clone@H245_IV8@@UBEPAVPObject@@XZ @53185 NONAME ?Clone@H245_JitterIndication@@UBEPAVPObject@@XZ @9429 NONAME ?Clone@H245_JitterIndication_scope@@UBEPAVPObject@@XZ @9430 NONAME ?Clone@H245_KeyProtectionMethod@@UBEPAVPObject@@XZ @9431 NONAME ?Clone@H245_LogicalChannelNumber@@UBEPAVPObject@@XZ @9432 NONAME ?Clone@H245_LogicalChannelRateAcknowledge@@UBEPAVPObject@@XZ @25931 NONAME ?Clone@H245_LogicalChannelRateReject@@UBEPAVPObject@@XZ @25932 NONAME ?Clone@H245_LogicalChannelRateRejectReason@@UBEPAVPObject@@XZ @25933 NONAME ?Clone@H245_LogicalChannelRateRelease@@UBEPAVPObject@@XZ @25934 NONAME ?Clone@H245_LogicalChannelRateRequest@@UBEPAVPObject@@XZ @25935 NONAME ?Clone@H245_MaintenanceLoopAck@@UBEPAVPObject@@XZ @9433 NONAME ?Clone@H245_MaintenanceLoopAck_type@@UBEPAVPObject@@XZ @9434 NONAME ?Clone@H245_MaintenanceLoopOffCommand@@UBEPAVPObject@@XZ @9435 NONAME ?Clone@H245_MaintenanceLoopReject@@UBEPAVPObject@@XZ @9436 NONAME ?Clone@H245_MaintenanceLoopReject_cause@@UBEPAVPObject@@XZ @9437 NONAME ?Clone@H245_MaintenanceLoopReject_type@@UBEPAVPObject@@XZ @9438 NONAME ?Clone@H245_MaintenanceLoopRequest@@UBEPAVPObject@@XZ @9439 NONAME ?Clone@H245_MaintenanceLoopRequest_type@@UBEPAVPObject@@XZ @9440 NONAME ?Clone@H245_MasterSlaveDetermination@@UBEPAVPObject@@XZ @9441 NONAME ?Clone@H245_MasterSlaveDeterminationAck@@UBEPAVPObject@@XZ @9442 NONAME ?Clone@H245_MasterSlaveDeterminationAck_decision@@UBEPAVPObject@@XZ @9443 NONAME ?Clone@H245_MasterSlaveDeterminationReject@@UBEPAVPObject@@XZ @9444 NONAME ?Clone@H245_MasterSlaveDeterminationReject_cause@@UBEPAVPObject@@XZ @9445 NONAME ?Clone@H245_MasterSlaveDeterminationRelease@@UBEPAVPObject@@XZ @9446 NONAME ?Clone@H245_MaximumBitRate@@UBEPAVPObject@@XZ @25936 NONAME ?Clone@H245_MaxRedundancy@@UBEPAVPObject@@XZ @53649 NONAME ?Clone@H245_MCLocationIndication@@UBEPAVPObject@@XZ @9447 NONAME ?Clone@H245_McuNumber@@UBEPAVPObject@@XZ @9448 NONAME ?Clone@H245_MediaChannelCapability@@UBEPAVPObject@@XZ @9449 NONAME ?Clone@H245_MediaDistributionCapability@@UBEPAVPObject@@XZ @9450 NONAME ?Clone@H245_MediaEncryptionAlgorithm@@UBEPAVPObject@@XZ @9451 NONAME ?Clone@H245_MediaPacketizationCapability@@UBEPAVPObject@@XZ @9452 NONAME ?Clone@H245_MediaTransportType@@UBEPAVPObject@@XZ @9453 NONAME ?Clone@H245_MediaTransportType_atm_AAL5_compressed@@UBEPAVPObject@@XZ @25937 NONAME ?Clone@H245_MiscellaneousCommand@@UBEPAVPObject@@XZ @9454 NONAME ?Clone@H245_MiscellaneousCommand_type@@UBEPAVPObject@@XZ @9455 NONAME ?Clone@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBEPAVPObject@@XZ @53186 NONAME ?Clone@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBEPAVPObject@@XZ @53187 NONAME ?Clone@H245_MiscellaneousCommand_type_lostPartialPicture@@UBEPAVPObject@@XZ @25938 NONAME ?Clone@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBEPAVPObject@@XZ @9456 NONAME ?Clone@H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@UBEPAVPObject@@XZ @9457 NONAME ?Clone@H245_MiscellaneousCommand_type_videoBadMBs@@UBEPAVPObject@@XZ @25939 NONAME ?Clone@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBEPAVPObject@@XZ @9458 NONAME ?Clone@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBEPAVPObject@@XZ @9459 NONAME ?Clone@H245_MiscellaneousIndication@@UBEPAVPObject@@XZ @9460 NONAME ?Clone@H245_MiscellaneousIndication_type@@UBEPAVPObject@@XZ @9461 NONAME ?Clone@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBEPAVPObject@@XZ @9462 NONAME ?Clone@H245_MobileMultilinkReconfigurationCommand@@UBEPAVPObject@@XZ @25940 NONAME ?Clone@H245_MobileMultilinkReconfigurationCommand_status@@UBEPAVPObject@@XZ @25941 NONAME ?Clone@H245_MobileMultilinkReconfigurationIndication@@UBEPAVPObject@@XZ @25942 NONAME ?Clone@H245_ModeDescription@@UBEPAVPObject@@XZ @9463 NONAME ?Clone@H245_ModeElement@@UBEPAVPObject@@XZ @9464 NONAME ?Clone@H245_ModeElementType@@UBEPAVPObject@@XZ @38675 NONAME ?Clone@H245_MulticastAddress@@UBEPAVPObject@@XZ @9466 NONAME ?Clone@H245_MulticastAddress_iP6Address@@UBEPAVPObject@@XZ @9467 NONAME ?Clone@H245_MulticastAddress_iPAddress@@UBEPAVPObject@@XZ @9468 NONAME ?Clone@H245_MultilinkIndication@@UBEPAVPObject@@XZ @25943 NONAME ?Clone@H245_MultilinkIndication_crcDesired@@UBEPAVPObject@@XZ @25944 NONAME ?Clone@H245_MultilinkIndication_excessiveError@@UBEPAVPObject@@XZ @25945 NONAME ?Clone@H245_MultilinkRequest@@UBEPAVPObject@@XZ @25946 NONAME ?Clone@H245_MultilinkRequest_addConnection@@UBEPAVPObject@@XZ @25947 NONAME ?Clone@H245_MultilinkRequest_callInformation@@UBEPAVPObject@@XZ @25948 NONAME ?Clone@H245_MultilinkRequest_maximumHeaderInterval@@UBEPAVPObject@@XZ @25949 NONAME ?Clone@H245_MultilinkRequest_maximumHeaderInterval_requestType@@UBEPAVPObject@@XZ @25950 NONAME ?Clone@H245_MultilinkRequest_removeConnection@@UBEPAVPObject@@XZ @25951 NONAME ?Clone@H245_MultilinkResponse@@UBEPAVPObject@@XZ @25952 NONAME ?Clone@H245_MultilinkResponse_addConnection@@UBEPAVPObject@@XZ @25953 NONAME ?Clone@H245_MultilinkResponse_addConnection_responseCode@@UBEPAVPObject@@XZ @25954 NONAME ?Clone@H245_MultilinkResponse_addConnection_responseCode_rejected@@UBEPAVPObject@@XZ @25955 NONAME ?Clone@H245_MultilinkResponse_callInformation@@UBEPAVPObject@@XZ @25956 NONAME ?Clone@H245_MultilinkResponse_maximumHeaderInterval@@UBEPAVPObject@@XZ @25957 NONAME ?Clone@H245_MultilinkResponse_removeConnection@@UBEPAVPObject@@XZ @25958 NONAME ?Clone@H245_MultimediaSystemControlMessage@@UBEPAVPObject@@XZ @9469 NONAME ?Clone@H245_MultiplePayloadStream@@UBEPAVPObject@@XZ @38676 NONAME ?Clone@H245_MultiplePayloadStreamCapability@@UBEPAVPObject@@XZ @38677 NONAME ?Clone@H245_MultiplePayloadStreamElement@@UBEPAVPObject@@XZ @38678 NONAME ?Clone@H245_MultiplePayloadStreamElementMode@@UBEPAVPObject@@XZ @38679 NONAME ?Clone@H245_MultiplePayloadStreamMode@@UBEPAVPObject@@XZ @38680 NONAME ?Clone@H245_MultiplexCapability@@UBEPAVPObject@@XZ @9470 NONAME ?Clone@H245_MultiplexedStreamCapability@@UBEPAVPObject@@XZ @25959 NONAME ?Clone@H245_MultiplexedStreamModeParameters@@UBEPAVPObject@@XZ @25960 NONAME ?Clone@H245_MultiplexedStreamParameter@@UBEPAVPObject@@XZ @25961 NONAME ?Clone@H245_MultiplexElement@@UBEPAVPObject@@XZ @9471 NONAME ?Clone@H245_MultiplexElement_repeatCount@@UBEPAVPObject@@XZ @9472 NONAME ?Clone@H245_MultiplexElement_type@@UBEPAVPObject@@XZ @9473 NONAME ?Clone@H245_MultiplexEntryDescriptor@@UBEPAVPObject@@XZ @9474 NONAME ?Clone@H245_MultiplexEntryRejectionDescriptions@@UBEPAVPObject@@XZ @9475 NONAME ?Clone@H245_MultiplexEntryRejectionDescriptions_cause@@UBEPAVPObject@@XZ @9476 NONAME ?Clone@H245_MultiplexEntrySend@@UBEPAVPObject@@XZ @9477 NONAME ?Clone@H245_MultiplexEntrySendAck@@UBEPAVPObject@@XZ @9478 NONAME ?Clone@H245_MultiplexEntrySendReject@@UBEPAVPObject@@XZ @9479 NONAME ?Clone@H245_MultiplexEntrySendRelease@@UBEPAVPObject@@XZ @9480 NONAME ?Clone@H245_MultiplexFormat@@UBEPAVPObject@@XZ @25962 NONAME ?Clone@H245_MultiplexTableEntryNumber@@UBEPAVPObject@@XZ @9481 NONAME ?Clone@H245_MultipointCapability@@UBEPAVPObject@@XZ @9482 NONAME ?Clone@H245_NetworkAccessParameters@@UBEPAVPObject@@XZ @9483 NONAME ?Clone@H245_NetworkAccessParameters_distribution@@UBEPAVPObject@@XZ @9484 NONAME ?Clone@H245_NetworkAccessParameters_networkAddress@@UBEPAVPObject@@XZ @9485 NONAME ?Clone@H245_NetworkAccessParameters_t120SetupProcedure@@UBEPAVPObject@@XZ @9486 NONAME ?Clone@H245_NewATMVCCommand@@UBEPAVPObject@@XZ @25963 NONAME ?Clone@H245_NewATMVCCommand_aal@@UBEPAVPObject@@XZ @25964 NONAME ?Clone@H245_NewATMVCCommand_aal_aal1@@UBEPAVPObject@@XZ @25965 NONAME ?Clone@H245_NewATMVCCommand_aal_aal1_clockRecovery@@UBEPAVPObject@@XZ @25966 NONAME ?Clone@H245_NewATMVCCommand_aal_aal1_errorCorrection@@UBEPAVPObject@@XZ @25967 NONAME ?Clone@H245_NewATMVCCommand_aal_aal5@@UBEPAVPObject@@XZ @25968 NONAME ?Clone@H245_NewATMVCCommand_multiplex@@UBEPAVPObject@@XZ @25969 NONAME ?Clone@H245_NewATMVCCommand_reverseParameters@@UBEPAVPObject@@XZ @25970 NONAME ?Clone@H245_NewATMVCCommand_reverseParameters_multiplex@@UBEPAVPObject@@XZ @25971 NONAME ?Clone@H245_NewATMVCIndication@@UBEPAVPObject@@XZ @9487 NONAME ?Clone@H245_NewATMVCIndication_aal@@UBEPAVPObject@@XZ @9488 NONAME ?Clone@H245_NewATMVCIndication_aal_aal1@@UBEPAVPObject@@XZ @9489 NONAME ?Clone@H245_NewATMVCIndication_aal_aal1_clockRecovery@@UBEPAVPObject@@XZ @9490 NONAME ?Clone@H245_NewATMVCIndication_aal_aal1_errorCorrection@@UBEPAVPObject@@XZ @9491 NONAME ?Clone@H245_NewATMVCIndication_aal_aal5@@UBEPAVPObject@@XZ @9492 NONAME ?Clone@H245_NewATMVCIndication_multiplex@@UBEPAVPObject@@XZ @9493 NONAME ?Clone@H245_NewATMVCIndication_reverseParameters@@UBEPAVPObject@@XZ @9494 NONAME ?Clone@H245_NewATMVCIndication_reverseParameters_multiplex@@UBEPAVPObject@@XZ @9495 NONAME ?Clone@H245_NonStandardIdentifier@@UBEPAVPObject@@XZ @9496 NONAME ?Clone@H245_NonStandardIdentifier_h221NonStandard@@UBEPAVPObject@@XZ @9497 NONAME ?Clone@H245_NonStandardMessage@@UBEPAVPObject@@XZ @9498 NONAME ?Clone@H245_NonStandardParameter@@UBEPAVPObject@@XZ @9499 NONAME ?Clone@H245_NoPTAudioTelephonyEventCapability@@UBEPAVPObject@@XZ @38681 NONAME ?Clone@H245_NoPTAudioToneCapability@@UBEPAVPObject@@XZ @38682 NONAME ?Clone@H245_OpenLogicalChannel@@UBEPAVPObject@@XZ @9500 NONAME ?Clone@H245_OpenLogicalChannelAck@@UBEPAVPObject@@XZ @9501 NONAME ?Clone@H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@UBEPAVPObject@@XZ @9502 NONAME ?Clone@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBEPAVPObject@@XZ @9503 NONAME ?Clone@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@UBEPAVPObject@@XZ @9504 NONAME ?Clone@H245_OpenLogicalChannelConfirm@@UBEPAVPObject@@XZ @9505 NONAME ?Clone@H245_OpenLogicalChannelReject@@UBEPAVPObject@@XZ @9506 NONAME ?Clone@H245_OpenLogicalChannelReject_cause@@UBEPAVPObject@@XZ @9507 NONAME ?Clone@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBEPAVPObject@@XZ @9508 NONAME ?Clone@H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@UBEPAVPObject@@XZ @9509 NONAME ?Clone@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBEPAVPObject@@XZ @9510 NONAME ?Clone@H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@UBEPAVPObject@@XZ @9511 NONAME ?Clone@H245_ParameterIdentifier@@UBEPAVPObject@@XZ @25972 NONAME ?Clone@H245_ParameterValue@@UBEPAVPObject@@XZ @25973 NONAME ?Clone@H245_Params@@UBEPAVPObject@@XZ @53188 NONAME ?Clone@H245_Password@@UBEPAVPObject@@XZ @9512 NONAME ?Clone@H245_PictureReference@@UBEPAVPObject@@XZ @25974 NONAME ?Clone@H245_Q2931Address@@UBEPAVPObject@@XZ @9513 NONAME ?Clone@H245_Q2931Address_address@@UBEPAVPObject@@XZ @9514 NONAME ?Clone@H245_QOSCapability@@UBEPAVPObject@@XZ @9515 NONAME ?Clone@H245_QOSMode@@UBEPAVPObject@@XZ @9516 NONAME ?Clone@H245_RedundancyEncoding@@UBEPAVPObject@@XZ @9517 NONAME ?Clone@H245_RedundancyEncodingCapability@@UBEPAVPObject@@XZ @9518 NONAME ?Clone@H245_RedundancyEncodingDTMode@@UBEPAVPObject@@XZ @38683 NONAME ?Clone@H245_RedundancyEncodingDTModeElement@@UBEPAVPObject@@XZ @38684 NONAME ?Clone@H245_RedundancyEncodingDTModeElement_type@@UBEPAVPObject@@XZ @38685 NONAME ?Clone@H245_RedundancyEncodingElement@@UBEPAVPObject@@XZ @38686 NONAME ?Clone@H245_RedundancyEncodingMethod@@UBEPAVPObject@@XZ @9519 NONAME ?Clone@H245_RedundancyEncodingMode@@UBEPAVPObject@@XZ @9520 NONAME ?Clone@H245_RedundancyEncodingMode_secondaryEncoding@@UBEPAVPObject@@XZ @9521 NONAME ?Clone@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBEPAVPObject@@XZ @38687 NONAME ?Clone@H245_RefPictureSelection@@UBEPAVPObject@@XZ @9522 NONAME ?Clone@H245_RefPictureSelection_additionalPictureMemory@@UBEPAVPObject@@XZ @9523 NONAME ?Clone@H245_RefPictureSelection_enhancedReferencePicSelect@@UBEPAVPObject@@XZ @25975 NONAME ?Clone@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBEPAVPObject@@XZ @25976 NONAME ?Clone@H245_RefPictureSelection_videoBackChannelSend@@UBEPAVPObject@@XZ @9524 NONAME ?Clone@H245_RemoteMCRequest@@UBEPAVPObject@@XZ @9525 NONAME ?Clone@H245_RemoteMCResponse@@UBEPAVPObject@@XZ @9526 NONAME ?Clone@H245_RemoteMCResponse_reject@@UBEPAVPObject@@XZ @9527 NONAME ?Clone@H245_RequestAllTerminalIDsResponse@@UBEPAVPObject@@XZ @9528 NONAME ?Clone@H245_RequestChannelClose@@UBEPAVPObject@@XZ @9529 NONAME ?Clone@H245_RequestChannelCloseAck@@UBEPAVPObject@@XZ @9530 NONAME ?Clone@H245_RequestChannelCloseReject@@UBEPAVPObject@@XZ @9531 NONAME ?Clone@H245_RequestChannelCloseReject_cause@@UBEPAVPObject@@XZ @9532 NONAME ?Clone@H245_RequestChannelCloseRelease@@UBEPAVPObject@@XZ @9533 NONAME ?Clone@H245_RequestChannelClose_reason@@UBEPAVPObject@@XZ @9534 NONAME ?Clone@H245_RequestMessage@@UBEPAVPObject@@XZ @9535 NONAME ?Clone@H245_RequestMode@@UBEPAVPObject@@XZ @9536 NONAME ?Clone@H245_RequestModeAck@@UBEPAVPObject@@XZ @9537 NONAME ?Clone@H245_RequestModeAck_response@@UBEPAVPObject@@XZ @9538 NONAME ?Clone@H245_RequestModeReject@@UBEPAVPObject@@XZ @9539 NONAME ?Clone@H245_RequestModeReject_cause@@UBEPAVPObject@@XZ @9540 NONAME ?Clone@H245_RequestModeRelease@@UBEPAVPObject@@XZ @9541 NONAME ?Clone@H245_RequestMultiplexEntry@@UBEPAVPObject@@XZ @9542 NONAME ?Clone@H245_RequestMultiplexEntryAck@@UBEPAVPObject@@XZ @9543 NONAME ?Clone@H245_RequestMultiplexEntryReject@@UBEPAVPObject@@XZ @9544 NONAME ?Clone@H245_RequestMultiplexEntryRejectionDescriptions@@UBEPAVPObject@@XZ @9545 NONAME ?Clone@H245_RequestMultiplexEntryRejectionDescriptions_cause@@UBEPAVPObject@@XZ @9546 NONAME ?Clone@H245_RequestMultiplexEntryRelease@@UBEPAVPObject@@XZ @9547 NONAME ?Clone@H245_ResponseMessage@@UBEPAVPObject@@XZ @9548 NONAME ?Clone@H245_RoundTripDelayRequest@@UBEPAVPObject@@XZ @9549 NONAME ?Clone@H245_RoundTripDelayResponse@@UBEPAVPObject@@XZ @9550 NONAME ?Clone@H245_RSVPParameters@@UBEPAVPObject@@XZ @9551 NONAME ?Clone@H245_RTPH263VideoRedundancyEncoding@@UBEPAVPObject@@XZ @9552 NONAME ?Clone@H245_RTPH263VideoRedundancyEncoding_containedThreads@@UBEPAVPObject@@XZ @9553 NONAME ?Clone@H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@UBEPAVPObject@@XZ @9554 NONAME ?Clone@H245_RTPH263VideoRedundancyFrameMapping@@UBEPAVPObject@@XZ @9555 NONAME ?Clone@H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@UBEPAVPObject@@XZ @9556 NONAME ?Clone@H245_RTPPayloadType@@UBEPAVPObject@@XZ @9557 NONAME ?Clone@H245_RTPPayloadType_payloadDescriptor@@UBEPAVPObject@@XZ @9558 NONAME ?Clone@H245_SendTerminalCapabilitySet@@UBEPAVPObject@@XZ @9559 NONAME ?Clone@H245_SendTerminalCapabilitySet_specificRequest@@UBEPAVPObject@@XZ @9560 NONAME ?Clone@H245_SequenceNumber@@UBEPAVPObject@@XZ @9561 NONAME ?Clone@H245_SubstituteConferenceIDCommand@@UBEPAVPObject@@XZ @9562 NONAME ?Clone@H245_T38FaxProfile@@UBEPAVPObject@@XZ @25977 NONAME ?Clone@H245_T38FaxRateManagement@@UBEPAVPObject@@XZ @25978 NONAME ?Clone@H245_T38FaxTcpOptions@@UBEPAVPObject@@XZ @25979 NONAME ?Clone@H245_T38FaxUdpOptions@@UBEPAVPObject@@XZ @25980 NONAME ?Clone@H245_T38FaxUdpOptions_t38FaxUdpEC@@UBEPAVPObject@@XZ @25981 NONAME ?Clone@H245_T84Profile@@UBEPAVPObject@@XZ @9563 NONAME ?Clone@H245_T84Profile_t84Restricted@@UBEPAVPObject@@XZ @9564 NONAME ?Clone@H245_TerminalCapabilitySet@@UBEPAVPObject@@XZ @9565 NONAME ?Clone@H245_TerminalCapabilitySetAck@@UBEPAVPObject@@XZ @9566 NONAME ?Clone@H245_TerminalCapabilitySetReject@@UBEPAVPObject@@XZ @9567 NONAME ?Clone@H245_TerminalCapabilitySetReject_cause@@UBEPAVPObject@@XZ @9568 NONAME ?Clone@H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@UBEPAVPObject@@XZ @9569 NONAME ?Clone@H245_TerminalCapabilitySetRelease@@UBEPAVPObject@@XZ @9570 NONAME ?Clone@H245_TerminalID@@UBEPAVPObject@@XZ @9571 NONAME ?Clone@H245_TerminalInformation@@UBEPAVPObject@@XZ @9572 NONAME ?Clone@H245_TerminalLabel@@UBEPAVPObject@@XZ @9573 NONAME ?Clone@H245_TerminalNumber@@UBEPAVPObject@@XZ @9574 NONAME ?Clone@H245_TerminalYouAreSeeingInSubPictureNumber@@UBEPAVPObject@@XZ @9575 NONAME ?Clone@H245_TransparencyParameters@@UBEPAVPObject@@XZ @9576 NONAME ?Clone@H245_TransportAddress@@UBEPAVPObject@@XZ @9577 NONAME ?Clone@H245_TransportCapability@@UBEPAVPObject@@XZ @9578 NONAME ?Clone@H245_UnicastAddress@@UBEPAVPObject@@XZ @9579 NONAME ?Clone@H245_UnicastAddress_iP6Address@@UBEPAVPObject@@XZ @9580 NONAME ?Clone@H245_UnicastAddress_iPAddress@@UBEPAVPObject@@XZ @9581 NONAME ?Clone@H245_UnicastAddress_iPSourceRouteAddress@@UBEPAVPObject@@XZ @9582 NONAME ?Clone@H245_UnicastAddress_iPSourceRouteAddress_route@@UBEPAVPObject@@XZ @9583 NONAME ?Clone@H245_UnicastAddress_iPSourceRouteAddress_routing@@UBEPAVPObject@@XZ @9584 NONAME ?Clone@H245_UnicastAddress_iPXAddress@@UBEPAVPObject@@XZ @9585 NONAME ?Clone@H245_UserInputCapability@@UBEPAVPObject@@XZ @9586 NONAME ?Clone@H245_UserInputIndication@@UBEPAVPObject@@XZ @9587 NONAME ?Clone@H245_UserInputIndication_encryptedAlphanumeric@@UBEPAVPObject@@XZ @53189 NONAME ?Clone@H245_UserInputIndication_extendedAlphanumeric@@UBEPAVPObject@@XZ @25982 NONAME ?Clone@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBEPAVPObject@@XZ @53190 NONAME ?Clone@H245_UserInputIndication_signal@@UBEPAVPObject@@XZ @9588 NONAME ?Clone@H245_UserInputIndication_signalUpdate@@UBEPAVPObject@@XZ @9589 NONAME ?Clone@H245_UserInputIndication_signalUpdate_rtp@@UBEPAVPObject@@XZ @9590 NONAME ?Clone@H245_UserInputIndication_signal_rtp@@UBEPAVPObject@@XZ @9591 NONAME ?Clone@H245_UserInputIndication_userInputSupportIndication@@UBEPAVPObject@@XZ @9592 NONAME ?Clone@H245_V42bis@@UBEPAVPObject@@XZ @9593 NONAME ?Clone@H245_V75Capability@@UBEPAVPObject@@XZ @9594 NONAME ?Clone@H245_V75Parameters@@UBEPAVPObject@@XZ @9595 NONAME ?Clone@H245_V76Capability@@UBEPAVPObject@@XZ @9596 NONAME ?Clone@H245_V76HDLCParameters@@UBEPAVPObject@@XZ @9597 NONAME ?Clone@H245_V76LogicalChannelParameters@@UBEPAVPObject@@XZ @9598 NONAME ?Clone@H245_V76LogicalChannelParameters_mode@@UBEPAVPObject@@XZ @9599 NONAME ?Clone@H245_V76LogicalChannelParameters_mode_eRM@@UBEPAVPObject@@XZ @9600 NONAME ?Clone@H245_V76LogicalChannelParameters_mode_eRM_recovery@@UBEPAVPObject@@XZ @9601 NONAME ?Clone@H245_V76LogicalChannelParameters_suspendResume@@UBEPAVPObject@@XZ @9602 NONAME ?Clone@H245_V76ModeParameters@@UBEPAVPObject@@XZ @9603 NONAME ?Clone@H245_VBDCapability@@UBEPAVPObject@@XZ @38688 NONAME ?Clone@H245_VBDMode@@UBEPAVPObject@@XZ @38689 NONAME ?Clone@H245_VCCapability@@UBEPAVPObject@@XZ @9604 NONAME ?Clone@H245_VCCapability_aal1@@UBEPAVPObject@@XZ @9605 NONAME ?Clone@H245_VCCapability_aal1ViaGateway@@UBEPAVPObject@@XZ @25983 NONAME ?Clone@H245_VCCapability_aal5@@UBEPAVPObject@@XZ @9606 NONAME ?Clone@H245_VCCapability_availableBitRates@@UBEPAVPObject@@XZ @9607 NONAME ?Clone@H245_VCCapability_availableBitRates_type@@UBEPAVPObject@@XZ @9608 NONAME ?Clone@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBEPAVPObject@@XZ @9609 NONAME ?Clone@H245_VendorIdentification@@UBEPAVPObject@@XZ @9610 NONAME ?Clone@H245_VideoCapability@@UBEPAVPObject@@XZ @9611 NONAME ?Clone@H245_VideoIndicateCompose@@UBEPAVPObject@@XZ @9612 NONAME ?Clone@H245_VideoMode@@UBEPAVPObject@@XZ @9613 NONAME ?Clone@H248_ActionReply@@UBEPAVPObject@@XZ @33274 NONAME ?Clone@H248_ActionRequest@@UBEPAVPObject@@XZ @33275 NONAME ?Clone@H248_AmmDescriptor@@UBEPAVPObject@@XZ @33276 NONAME ?Clone@H248_AmmRequest@@UBEPAVPObject@@XZ @33277 NONAME ?Clone@H248_AmmsReply@@UBEPAVPObject@@XZ @33278 NONAME ?Clone@H248_ArrayOf_ActionReply@@UBEPAVPObject@@XZ @33279 NONAME ?Clone@H248_ArrayOf_ActionRequest@@UBEPAVPObject@@XZ @33280 NONAME ?Clone@H248_ArrayOf_AmmDescriptor@@UBEPAVPObject@@XZ @33281 NONAME ?Clone@H248_ArrayOf_CommandReply@@UBEPAVPObject@@XZ @33282 NONAME ?Clone@H248_ArrayOf_CommandRequest@@UBEPAVPObject@@XZ @33283 NONAME ?Clone@H248_ArrayOf_EventParameter@@UBEPAVPObject@@XZ @33284 NONAME ?Clone@H248_ArrayOf_IndAuditParameter@@UBEPAVPObject@@XZ @33285 NONAME ?Clone@H248_ArrayOf_IndAudPropertyParm@@UBEPAVPObject@@XZ @33286 NONAME ?Clone@H248_ArrayOf_IndAudStreamDescriptor@@UBEPAVPObject@@XZ @33287 NONAME ?Clone@H248_ArrayOf_ModemType@@UBEPAVPObject@@XZ @33288 NONAME ?Clone@H248_ArrayOf_ObservedEvent@@UBEPAVPObject@@XZ @33289 NONAME ?Clone@H248_ArrayOf_PASN_OctetString@@UBEPAVPObject@@XZ @33290 NONAME ?Clone@H248_ArrayOf_PropertyGroup@@UBEPAVPObject@@XZ @33291 NONAME ?Clone@H248_ArrayOf_PropertyParm@@UBEPAVPObject@@XZ @33292 NONAME ?Clone@H248_ArrayOf_RequestedEvent@@UBEPAVPObject@@XZ @33293 NONAME ?Clone@H248_ArrayOf_SecondRequestedEvent@@UBEPAVPObject@@XZ @33294 NONAME ?Clone@H248_ArrayOf_Signal@@UBEPAVPObject@@XZ @33295 NONAME ?Clone@H248_ArrayOf_SigParameter@@UBEPAVPObject@@XZ @33296 NONAME ?Clone@H248_ArrayOf_StreamDescriptor@@UBEPAVPObject@@XZ @33297 NONAME ?Clone@H248_ArrayOf_TerminationID@@UBEPAVPObject@@XZ @33298 NONAME ?Clone@H248_ArrayOf_TopologyRequest@@UBEPAVPObject@@XZ @33299 NONAME ?Clone@H248_ArrayOf_Transaction@@UBEPAVPObject@@XZ @33300 NONAME ?Clone@H248_ArrayOf_WildcardField@@UBEPAVPObject@@XZ @33301 NONAME ?Clone@H248_AuditDescriptor@@UBEPAVPObject@@XZ @33302 NONAME ?Clone@H248_AuditReply@@UBEPAVPObject@@XZ @33303 NONAME ?Clone@H248_AuditRequest@@UBEPAVPObject@@XZ @33304 NONAME ?Clone@H248_AuditResult@@UBEPAVPObject@@XZ @33305 NONAME ?Clone@H248_AuditReturnParameter@@UBEPAVPObject@@XZ @33306 NONAME ?Clone@H248_AuthData@@UBEPAVPObject@@XZ @33307 NONAME ?Clone@H248_AuthenticationHeader@@UBEPAVPObject@@XZ @33308 NONAME ?Clone@H248_Command@@UBEPAVPObject@@XZ @33309 NONAME ?Clone@H248_CommandReply@@UBEPAVPObject@@XZ @33310 NONAME ?Clone@H248_CommandRequest@@UBEPAVPObject@@XZ @33311 NONAME ?Clone@H248_ContextAttrAuditRequest@@UBEPAVPObject@@XZ @33312 NONAME ?Clone@H248_ContextID@@UBEPAVPObject@@XZ @33313 NONAME ?Clone@H248_ContextRequest@@UBEPAVPObject@@XZ @33314 NONAME ?Clone@H248_DigitMapDescriptor@@UBEPAVPObject@@XZ @33315 NONAME ?Clone@H248_DigitMapName@@UBEPAVPObject@@XZ @33316 NONAME ?Clone@H248_DigitMapValue@@UBEPAVPObject@@XZ @33317 NONAME ?Clone@H248_DomainName@@UBEPAVPObject@@XZ @33318 NONAME ?Clone@H248_ErrorCode@@UBEPAVPObject@@XZ @33319 NONAME ?Clone@H248_ErrorDescriptor@@UBEPAVPObject@@XZ @33320 NONAME ?Clone@H248_ErrorText@@UBEPAVPObject@@XZ @33321 NONAME ?Clone@H248_EventBufferControl@@UBEPAVPObject@@XZ @33322 NONAME ?Clone@H248_EventBufferDescriptor@@UBEPAVPObject@@XZ @33323 NONAME ?Clone@H248_EventDM@@UBEPAVPObject@@XZ @33324 NONAME ?Clone@H248_EventName@@UBEPAVPObject@@XZ @33325 NONAME ?Clone@H248_EventParameter@@UBEPAVPObject@@XZ @33326 NONAME ?Clone@H248_EventParameter_extraInfo@@UBEPAVPObject@@XZ @33327 NONAME ?Clone@H248_EventsDescriptor@@UBEPAVPObject@@XZ @33328 NONAME ?Clone@H248_EventSpec@@UBEPAVPObject@@XZ @33329 NONAME ?Clone@H248_H221NonStandard@@UBEPAVPObject@@XZ @33330 NONAME ?Clone@H248_IndAudDigitMapDescriptor@@UBEPAVPObject@@XZ @33331 NONAME ?Clone@H248_IndAudEventBufferDescriptor@@UBEPAVPObject@@XZ @33332 NONAME ?Clone@H248_IndAudEventsDescriptor@@UBEPAVPObject@@XZ @33333 NONAME ?Clone@H248_IndAuditParameter@@UBEPAVPObject@@XZ @33334 NONAME ?Clone@H248_IndAudLocalControlDescriptor@@UBEPAVPObject@@XZ @33335 NONAME ?Clone@H248_IndAudLocalRemoteDescriptor@@UBEPAVPObject@@XZ @33336 NONAME ?Clone@H248_IndAudMediaDescriptor@@UBEPAVPObject@@XZ @33337 NONAME ?Clone@H248_IndAudMediaDescriptor_streams@@UBEPAVPObject@@XZ @33338 NONAME ?Clone@H248_IndAudPackagesDescriptor@@UBEPAVPObject@@XZ @33339 NONAME ?Clone@H248_IndAudPropertyGroup@@UBEPAVPObject@@XZ @33340 NONAME ?Clone@H248_IndAudPropertyParm@@UBEPAVPObject@@XZ @33341 NONAME ?Clone@H248_IndAudSeqSigList@@UBEPAVPObject@@XZ @33342 NONAME ?Clone@H248_IndAudSignal@@UBEPAVPObject@@XZ @33343 NONAME ?Clone@H248_IndAudSignalsDescriptor@@UBEPAVPObject@@XZ @33344 NONAME ?Clone@H248_IndAudStatisticsDescriptor@@UBEPAVPObject@@XZ @33345 NONAME ?Clone@H248_IndAudStreamDescriptor@@UBEPAVPObject@@XZ @33346 NONAME ?Clone@H248_IndAudStreamParms@@UBEPAVPObject@@XZ @33347 NONAME ?Clone@H248_IndAudTerminationStateDescriptor@@UBEPAVPObject@@XZ @33348 NONAME ?Clone@H248_IP4Address@@UBEPAVPObject@@XZ @33349 NONAME ?Clone@H248_IP6Address@@UBEPAVPObject@@XZ @33350 NONAME ?Clone@H248_LocalControlDescriptor@@UBEPAVPObject@@XZ @33351 NONAME ?Clone@H248_LocalRemoteDescriptor@@UBEPAVPObject@@XZ @33352 NONAME ?Clone@H248_MediaDescriptor@@UBEPAVPObject@@XZ @33353 NONAME ?Clone@H248_MediaDescriptor_streams@@UBEPAVPObject@@XZ @33354 NONAME ?Clone@H248_MegacoMessage@@UBEPAVPObject@@XZ @33355 NONAME ?Clone@H248_Message@@UBEPAVPObject@@XZ @33356 NONAME ?Clone@H248_Message_messageBody@@UBEPAVPObject@@XZ @33357 NONAME ?Clone@H248_MId@@UBEPAVPObject@@XZ @33358 NONAME ?Clone@H248_ModemDescriptor@@UBEPAVPObject@@XZ @33359 NONAME ?Clone@H248_ModemType@@UBEPAVPObject@@XZ @33360 NONAME ?Clone@H248_MuxDescriptor@@UBEPAVPObject@@XZ @33361 NONAME ?Clone@H248_MuxType@@UBEPAVPObject@@XZ @33362 NONAME ?Clone@H248_Name@@UBEPAVPObject@@XZ @33363 NONAME ?Clone@H248_NonStandardData@@UBEPAVPObject@@XZ @33364 NONAME ?Clone@H248_NonStandardIdentifier@@UBEPAVPObject@@XZ @33365 NONAME ?Clone@H248_NotifyCompletion@@UBEPAVPObject@@XZ @33366 NONAME ?Clone@H248_NotifyReply@@UBEPAVPObject@@XZ @33367 NONAME ?Clone@H248_NotifyRequest@@UBEPAVPObject@@XZ @33368 NONAME ?Clone@H248_ObservedEvent@@UBEPAVPObject@@XZ @33369 NONAME ?Clone@H248_ObservedEventsDescriptor@@UBEPAVPObject@@XZ @33370 NONAME ?Clone@H248_PackagesDescriptor@@UBEPAVPObject@@XZ @33371 NONAME ?Clone@H248_PackagesItem@@UBEPAVPObject@@XZ @33372 NONAME ?Clone@H248_PathName@@UBEPAVPObject@@XZ @33373 NONAME ?Clone@H248_PkgdName@@UBEPAVPObject@@XZ @33374 NONAME ?Clone@H248_PropertyGroup@@UBEPAVPObject@@XZ @33375 NONAME ?Clone@H248_PropertyParm@@UBEPAVPObject@@XZ @33376 NONAME ?Clone@H248_PropertyParm_extraInfo@@UBEPAVPObject@@XZ @33377 NONAME ?Clone@H248_Relation@@UBEPAVPObject@@XZ @33378 NONAME ?Clone@H248_RequestedActions@@UBEPAVPObject@@XZ @33379 NONAME ?Clone@H248_RequestedEvent@@UBEPAVPObject@@XZ @33380 NONAME ?Clone@H248_RequestID@@UBEPAVPObject@@XZ @33381 NONAME ?Clone@H248_SecondEventsDescriptor@@UBEPAVPObject@@XZ @33382 NONAME ?Clone@H248_SecondRequestedActions@@UBEPAVPObject@@XZ @33383 NONAME ?Clone@H248_SecondRequestedEvent@@UBEPAVPObject@@XZ @33384 NONAME ?Clone@H248_SecurityParmIndex@@UBEPAVPObject@@XZ @33385 NONAME ?Clone@H248_SeqSigList@@UBEPAVPObject@@XZ @33386 NONAME ?Clone@H248_SequenceNum@@UBEPAVPObject@@XZ @33387 NONAME ?Clone@H248_ServiceChangeAddress@@UBEPAVPObject@@XZ @33388 NONAME ?Clone@H248_ServiceChangeMethod@@UBEPAVPObject@@XZ @33389 NONAME ?Clone@H248_ServiceChangeParm@@UBEPAVPObject@@XZ @33390 NONAME ?Clone@H248_ServiceChangeProfile@@UBEPAVPObject@@XZ @33391 NONAME ?Clone@H248_ServiceChangeReply@@UBEPAVPObject@@XZ @33392 NONAME ?Clone@H248_ServiceChangeRequest@@UBEPAVPObject@@XZ @33393 NONAME ?Clone@H248_ServiceChangeResParm@@UBEPAVPObject@@XZ @33394 NONAME ?Clone@H248_ServiceChangeResult@@UBEPAVPObject@@XZ @33395 NONAME ?Clone@H248_ServiceState@@UBEPAVPObject@@XZ @33396 NONAME ?Clone@H248_Signal@@UBEPAVPObject@@XZ @33397 NONAME ?Clone@H248_SignalName@@UBEPAVPObject@@XZ @33398 NONAME ?Clone@H248_SignalRequest@@UBEPAVPObject@@XZ @33399 NONAME ?Clone@H248_SignalsDescriptor@@UBEPAVPObject@@XZ @33400 NONAME ?Clone@H248_SignalType@@UBEPAVPObject@@XZ @33401 NONAME ?Clone@H248_SigParameter@@UBEPAVPObject@@XZ @33402 NONAME ?Clone@H248_SigParameter_extraInfo@@UBEPAVPObject@@XZ @33403 NONAME ?Clone@H248_StatisticsDescriptor@@UBEPAVPObject@@XZ @33404 NONAME ?Clone@H248_StatisticsParameter@@UBEPAVPObject@@XZ @33405 NONAME ?Clone@H248_StreamDescriptor@@UBEPAVPObject@@XZ @33406 NONAME ?Clone@H248_StreamID@@UBEPAVPObject@@XZ @33407 NONAME ?Clone@H248_StreamMode@@UBEPAVPObject@@XZ @33408 NONAME ?Clone@H248_StreamParms@@UBEPAVPObject@@XZ @33409 NONAME ?Clone@H248_SubtractRequest@@UBEPAVPObject@@XZ @33410 NONAME ?Clone@H248_TerminationAudit@@UBEPAVPObject@@XZ @33411 NONAME ?Clone@H248_TerminationID@@UBEPAVPObject@@XZ @33412 NONAME ?Clone@H248_TerminationIDList@@UBEPAVPObject@@XZ @33413 NONAME ?Clone@H248_TerminationStateDescriptor@@UBEPAVPObject@@XZ @33414 NONAME ?Clone@H248_TimeNotation@@UBEPAVPObject@@XZ @33415 NONAME ?Clone@H248_TopologyRequest@@UBEPAVPObject@@XZ @33416 NONAME ?Clone@H248_TopologyRequest_topologyDirection@@UBEPAVPObject@@XZ @33417 NONAME ?Clone@H248_Transaction@@UBEPAVPObject@@XZ @33418 NONAME ?Clone@H248_TransactionAck@@UBEPAVPObject@@XZ @33419 NONAME ?Clone@H248_TransactionId@@UBEPAVPObject@@XZ @33420 NONAME ?Clone@H248_TransactionPending@@UBEPAVPObject@@XZ @33421 NONAME ?Clone@H248_TransactionReply@@UBEPAVPObject@@XZ @33422 NONAME ?Clone@H248_TransactionReply_transactionResult@@UBEPAVPObject@@XZ @33423 NONAME ?Clone@H248_TransactionRequest@@UBEPAVPObject@@XZ @33424 NONAME ?Clone@H248_TransactionResponseAck@@UBEPAVPObject@@XZ @33425 NONAME ?Clone@H248_Value@@UBEPAVPObject@@XZ @33426 NONAME ?Clone@H248_WildcardField@@UBEPAVPObject@@XZ @33427 NONAME ?Clone@H263PacketList@@UBEPAVPObject@@XZ @53872 NONAME ?Clone@H323ChannelNumber@@UBEPAVPObject@@XZ @9614 NONAME ?Clone@H323CodecPluginGenericAudioCapability@@UBEPAVPObject@@XZ @53336 NONAME ?Clone@H323CodecPluginNonStandardAudioCapability@@UBEPAVPObject@@XZ @50441 NONAME ?Clone@H323GSMPluginCapability@@UBEPAVPObject@@XZ @50442 NONAME ?Clone@H323PluginCapability@@UBEPAVPObject@@XZ @50444 NONAME ?Clone@H323PluginG7231Capability@@UBEPAVPObject@@XZ @50445 NONAME ?Clone@H323RasPDU@@UBEPAVPObject@@XZ @37400 NONAME ?Clone@H323TransportAddressArray@@UBEPAVPObject@@XZ @31257 NONAME ?Clone@H323_CiscoG7231aLIDCapability@@UBEPAVPObject@@XZ @31184 NONAME ?Clone@H323_G711Capability@@UBEPAVPObject@@XZ @9617 NONAME ?Clone@H323_H261Capability@@UBEPAVPObject@@XZ @9619 NONAME ?Clone@H323_LIDCapability@@UBEPAVPObject@@XZ @9620 NONAME ?Clone@H323_RFC2190_H263Capability@@UBEPAVPObject@@XZ @53873 NONAME ?Clone@H323_T120Capability@@UBEPAVPObject@@XZ @9621 NONAME ?Clone@H323_T38Capability@@UBEPAVPObject@@XZ @28179 NONAME ?Clone@H323_T38NonStandardCapability@@UBEPAVPObject@@XZ @30541 NONAME ?Clone@H323_UserInputCapability@@UBEPAVPObject@@XZ @9622 NONAME ?Clone@H45010_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @23499 NONAME ?Clone@H45010_CfbOvrOptArg@@UBEPAVPObject@@XZ @23500 NONAME ?Clone@H45010_CoReqOptArg@@UBEPAVPObject@@XZ @23501 NONAME ?Clone@H45010_H323CallOfferOperations@@UBEPAVPObject@@XZ @23502 NONAME ?Clone@H45010_RUAlertOptArg@@UBEPAVPObject@@XZ @23503 NONAME ?Clone@H45011_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @23504 NONAME ?Clone@H45011_CallIntrusionErrors@@UBEPAVPObject@@XZ @23505 NONAME ?Clone@H45011_CICapabilityLevel@@UBEPAVPObject@@XZ @23506 NONAME ?Clone@H45011_CIFrcRelArg@@UBEPAVPObject@@XZ @23507 NONAME ?Clone@H45011_CIFrcRelOptRes@@UBEPAVPObject@@XZ @23508 NONAME ?Clone@H45011_CIGetCIPLOptArg@@UBEPAVPObject@@XZ @23509 NONAME ?Clone@H45011_CIGetCIPLRes@@UBEPAVPObject@@XZ @23510 NONAME ?Clone@H45011_CIIsOptArg@@UBEPAVPObject@@XZ @23511 NONAME ?Clone@H45011_CIIsOptRes@@UBEPAVPObject@@XZ @23512 NONAME ?Clone@H45011_CINotificationArg@@UBEPAVPObject@@XZ @23513 NONAME ?Clone@H45011_CIProtectionLevel@@UBEPAVPObject@@XZ @23514 NONAME ?Clone@H45011_CIRequestArg@@UBEPAVPObject@@XZ @23515 NONAME ?Clone@H45011_CIRequestRes@@UBEPAVPObject@@XZ @23516 NONAME ?Clone@H45011_CISilentArg@@UBEPAVPObject@@XZ @23517 NONAME ?Clone@H45011_CISilentOptRes@@UBEPAVPObject@@XZ @23518 NONAME ?Clone@H45011_CIStatusInformation@@UBEPAVPObject@@XZ @23519 NONAME ?Clone@H45011_CIWobOptArg@@UBEPAVPObject@@XZ @23520 NONAME ?Clone@H45011_CIWobOptRes@@UBEPAVPObject@@XZ @23521 NONAME ?Clone@H45011_H323CallIntrusionOperations@@UBEPAVPObject@@XZ @23522 NONAME ?Clone@H4501_Address@@UBEPAVPObject@@XZ @21632 NONAME ?Clone@H4501_AddressInformation@@UBEPAVPObject@@XZ @21633 NONAME ?Clone@H4501_AddressScreened@@UBEPAVPObject@@XZ @21634 NONAME ?Clone@H4501_ArrayOf_AliasAddress@@UBEPAVPObject@@XZ @21635 NONAME ?Clone@H4501_ArrayOf_ROS@@UBEPAVPObject@@XZ @21636 NONAME ?Clone@H4501_EndpointAddress@@UBEPAVPObject@@XZ @21637 NONAME ?Clone@H4501_EntityType@@UBEPAVPObject@@XZ @21638 NONAME ?Clone@H4501_Extension@@UBEPAVPObject@@XZ @21639 NONAME ?Clone@H4501_GeneralErrorList@@UBEPAVPObject@@XZ @21640 NONAME ?Clone@H4501_H225InformationElement@@UBEPAVPObject@@XZ @21641 NONAME ?Clone@H4501_InterpretationApdu@@UBEPAVPObject@@XZ @21642 NONAME ?Clone@H4501_InvokeIDs@@UBEPAVPObject@@XZ @21643 NONAME ?Clone@H4501_InvokeIdSet@@UBEPAVPObject@@XZ @21644 NONAME ?Clone@H4501_NetworkFacilityExtension@@UBEPAVPObject@@XZ @21645 NONAME ?Clone@H4501_NSAPSubaddress@@UBEPAVPObject@@XZ @21646 NONAME ?Clone@H4501_NumberScreened@@UBEPAVPObject@@XZ @21647 NONAME ?Clone@H4501_PartySubaddress@@UBEPAVPObject@@XZ @21648 NONAME ?Clone@H4501_PresentationAllowedIndicator@@UBEPAVPObject@@XZ @21649 NONAME ?Clone@H4501_PresentedAddressScreened@@UBEPAVPObject@@XZ @21650 NONAME ?Clone@H4501_PresentedAddressUnscreened@@UBEPAVPObject@@XZ @21651 NONAME ?Clone@H4501_PresentedNumberScreened@@UBEPAVPObject@@XZ @21652 NONAME ?Clone@H4501_PresentedNumberUnscreened@@UBEPAVPObject@@XZ @21653 NONAME ?Clone@H4501_ScreeningIndicator@@UBEPAVPObject@@XZ @21654 NONAME ?Clone@H4501_ServiceApdus@@UBEPAVPObject@@XZ @21655 NONAME ?Clone@H4501_SubaddressInformation@@UBEPAVPObject@@XZ @21656 NONAME ?Clone@H4501_SupplementaryService@@UBEPAVPObject@@XZ @21657 NONAME ?Clone@H4501_UserSpecifiedSubaddress@@UBEPAVPObject@@XZ @21658 NONAME ?Clone@H4502_CallIdentity@@UBEPAVPObject@@XZ @21659 NONAME ?Clone@H4502_CallStatus@@UBEPAVPObject@@XZ @21660 NONAME ?Clone@H4502_CallTransferErrors@@UBEPAVPObject@@XZ @21661 NONAME ?Clone@H4502_CallTransferOperation@@UBEPAVPObject@@XZ @21662 NONAME ?Clone@H4502_CTActiveArg@@UBEPAVPObject@@XZ @21663 NONAME ?Clone@H4502_CTActiveArg_argumentExtension@@UBEPAVPObject@@XZ @21664 NONAME ?Clone@H4502_CTCompleteArg@@UBEPAVPObject@@XZ @21665 NONAME ?Clone@H4502_CTCompleteArg_argumentExtension@@UBEPAVPObject@@XZ @21666 NONAME ?Clone@H4502_CTIdentifyRes@@UBEPAVPObject@@XZ @21667 NONAME ?Clone@H4502_CTIdentifyRes_resultExtension@@UBEPAVPObject@@XZ @21668 NONAME ?Clone@H4502_CTInitiateArg@@UBEPAVPObject@@XZ @21669 NONAME ?Clone@H4502_CTInitiateArg_argumentExtension@@UBEPAVPObject@@XZ @21670 NONAME ?Clone@H4502_CTSetupArg@@UBEPAVPObject@@XZ @21671 NONAME ?Clone@H4502_CTSetupArg_argumentExtension@@UBEPAVPObject@@XZ @21672 NONAME ?Clone@H4502_CTUpdateArg@@UBEPAVPObject@@XZ @21673 NONAME ?Clone@H4502_CTUpdateArg_argumentExtension@@UBEPAVPObject@@XZ @21674 NONAME ?Clone@H4502_DummyArg@@UBEPAVPObject@@XZ @21675 NONAME ?Clone@H4502_DummyRes@@UBEPAVPObject@@XZ @21676 NONAME ?Clone@H4502_EndDesignation@@UBEPAVPObject@@XZ @21677 NONAME ?Clone@H4502_ExtensionSeq@@UBEPAVPObject@@XZ @21678 NONAME ?Clone@H4502_SubaddressTransferArg@@UBEPAVPObject@@XZ @21679 NONAME ?Clone@H4502_SubaddressTransferArg_argumentExtension@@UBEPAVPObject@@XZ @21680 NONAME ?Clone@H4503_BasicService@@UBEPAVPObject@@XZ @22748 NONAME ?Clone@H4503_CallDiversionErrors@@UBEPAVPObject@@XZ @22749 NONAME ?Clone@H4503_DiversionReason@@UBEPAVPObject@@XZ @22750 NONAME ?Clone@H4503_ExtensionSeq@@UBEPAVPObject@@XZ @22751 NONAME ?Clone@H4503_H323CallDiversionOperations@@UBEPAVPObject@@XZ @22752 NONAME ?Clone@H4503_IntResult@@UBEPAVPObject@@XZ @22753 NONAME ?Clone@H4503_IntResultList@@UBEPAVPObject@@XZ @22754 NONAME ?Clone@H4503_IntResult_extension@@UBEPAVPObject@@XZ @22755 NONAME ?Clone@H4503_Procedure@@UBEPAVPObject@@XZ @22756 NONAME ?Clone@H4503_SubscriptionOption@@UBEPAVPObject@@XZ @22757 NONAME ?Clone@H4504_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @22382 NONAME ?Clone@H4504_CallHoldOperation@@UBEPAVPObject@@XZ @22383 NONAME ?Clone@H4504_Extension@@UBEPAVPObject@@XZ @22384 NONAME ?Clone@H4504_HoldNotificArg@@UBEPAVPObject@@XZ @22385 NONAME ?Clone@H4504_MixedExtension@@UBEPAVPObject@@XZ @22386 NONAME ?Clone@H4504_RemoteHoldArg@@UBEPAVPObject@@XZ @22387 NONAME ?Clone@H4504_RemoteHoldRes@@UBEPAVPObject@@XZ @22388 NONAME ?Clone@H4504_RemoteRetrieveArg@@UBEPAVPObject@@XZ @22389 NONAME ?Clone@H4504_RemoteRetrieveRes@@UBEPAVPObject@@XZ @22390 NONAME ?Clone@H4504_RetrieveNotificArg@@UBEPAVPObject@@XZ @22391 NONAME ?Clone@H4505_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @23523 NONAME ?Clone@H4505_CallParkPickupOperations@@UBEPAVPObject@@XZ @23524 NONAME ?Clone@H4505_CallPickupErrors@@UBEPAVPObject@@XZ @23525 NONAME ?Clone@H4505_CallType@@UBEPAVPObject@@XZ @23526 NONAME ?Clone@H4505_CpickupNotifyArg@@UBEPAVPObject@@XZ @23527 NONAME ?Clone@H4505_CpNotifyArg@@UBEPAVPObject@@XZ @23528 NONAME ?Clone@H4505_CpRequestArg@@UBEPAVPObject@@XZ @23529 NONAME ?Clone@H4505_CpRequestRes@@UBEPAVPObject@@XZ @23530 NONAME ?Clone@H4505_CpSetupArg@@UBEPAVPObject@@XZ @23531 NONAME ?Clone@H4505_CpSetupRes@@UBEPAVPObject@@XZ @23532 NONAME ?Clone@H4505_GroupIndicationOffArg@@UBEPAVPObject@@XZ @23533 NONAME ?Clone@H4505_GroupIndicationOffRes@@UBEPAVPObject@@XZ @23534 NONAME ?Clone@H4505_GroupIndicationOnArg@@UBEPAVPObject@@XZ @23535 NONAME ?Clone@H4505_GroupIndicationOnRes@@UBEPAVPObject@@XZ @23536 NONAME ?Clone@H4505_ParkCondition@@UBEPAVPObject@@XZ @23537 NONAME ?Clone@H4505_ParkedToPosition@@UBEPAVPObject@@XZ @23538 NONAME ?Clone@H4505_PickExeArg@@UBEPAVPObject@@XZ @23539 NONAME ?Clone@H4505_PickExeRes@@UBEPAVPObject@@XZ @23540 NONAME ?Clone@H4505_PickrequArg@@UBEPAVPObject@@XZ @23541 NONAME ?Clone@H4505_PickrequRes@@UBEPAVPObject@@XZ @23542 NONAME ?Clone@H4505_PickupArg@@UBEPAVPObject@@XZ @23543 NONAME ?Clone@H4505_PickupRes@@UBEPAVPObject@@XZ @23544 NONAME ?Clone@H4506_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @23545 NONAME ?Clone@H4506_CallWaitingArg@@UBEPAVPObject@@XZ @23546 NONAME ?Clone@H4506_CallWaitingOperations@@UBEPAVPObject@@XZ @23547 NONAME ?Clone@H4507_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @23548 NONAME ?Clone@H4507_BasicService@@UBEPAVPObject@@XZ @23549 NONAME ?Clone@H4507_DummyRes@@UBEPAVPObject@@XZ @23550 NONAME ?Clone@H4507_H323_MWI_Operations@@UBEPAVPObject@@XZ @23551 NONAME ?Clone@H4507_MessageWaitingIndicationErrors@@UBEPAVPObject@@XZ @23552 NONAME ?Clone@H4507_MsgCentreId@@UBEPAVPObject@@XZ @23553 NONAME ?Clone@H4507_MWIActivateArg@@UBEPAVPObject@@XZ @23554 NONAME ?Clone@H4507_MWIDeactivateArg@@UBEPAVPObject@@XZ @23555 NONAME ?Clone@H4507_MWIInterrogateArg@@UBEPAVPObject@@XZ @23556 NONAME ?Clone@H4507_MWIInterrogateRes@@UBEPAVPObject@@XZ @23557 NONAME ?Clone@H4507_MWIInterrogateResElt@@UBEPAVPObject@@XZ @23558 NONAME ?Clone@H4507_NbOfMessages@@UBEPAVPObject@@XZ @23559 NONAME ?Clone@H4507_TimeStamp@@UBEPAVPObject@@XZ @23560 NONAME ?Clone@H4508_ExtendedName@@UBEPAVPObject@@XZ @23561 NONAME ?Clone@H4508_Name@@UBEPAVPObject@@XZ @23562 NONAME ?Clone@H4508_NameOperations@@UBEPAVPObject@@XZ @23563 NONAME ?Clone@H4508_NamePresentationAllowed@@UBEPAVPObject@@XZ @23564 NONAME ?Clone@H4508_NamePresentationRestricted@@UBEPAVPObject@@XZ @23565 NONAME ?Clone@H4508_SimpleName@@UBEPAVPObject@@XZ @23566 NONAME ?Clone@H4509_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @23567 NONAME ?Clone@H4509_CallCompletionErrors@@UBEPAVPObject@@XZ @23568 NONAME ?Clone@H4509_CcArg@@UBEPAVPObject@@XZ @23569 NONAME ?Clone@H4509_CcLongArg@@UBEPAVPObject@@XZ @23570 NONAME ?Clone@H4509_CcRequestArg@@UBEPAVPObject@@XZ @23571 NONAME ?Clone@H4509_CcRequestRes@@UBEPAVPObject@@XZ @23572 NONAME ?Clone@H4509_CcShortArg@@UBEPAVPObject@@XZ @23573 NONAME ?Clone@H4509_H323CallCompletionOperations@@UBEPAVPObject@@XZ @23574 NONAME ?Clone@H501PDU@@UBEPAVPObject@@XZ @37401 NONAME ?Clone@H501_AccessConfirmation@@UBEPAVPObject@@XZ @35999 NONAME ?Clone@H501_AccessRejection@@UBEPAVPObject@@XZ @36000 NONAME ?Clone@H501_AccessRejectionReason@@UBEPAVPObject@@XZ @36001 NONAME ?Clone@H501_AccessRequest@@UBEPAVPObject@@XZ @36002 NONAME ?Clone@H501_AccessToken@@UBEPAVPObject@@XZ @36003 NONAME ?Clone@H501_AddressTemplate@@UBEPAVPObject@@XZ @36004 NONAME ?Clone@H501_AlternatePE@@UBEPAVPObject@@XZ @36005 NONAME ?Clone@H501_AlternatePEInfo@@UBEPAVPObject@@XZ @36006 NONAME ?Clone@H501_ApplicationMessage@@UBEPAVPObject@@XZ @36007 NONAME ?Clone@H501_ArrayOf_AccessToken@@UBEPAVPObject@@XZ @36008 NONAME ?Clone@H501_ArrayOf_AddressTemplate@@UBEPAVPObject@@XZ @36009 NONAME ?Clone@H501_ArrayOf_AliasAddress@@UBEPAVPObject@@XZ @36010 NONAME ?Clone@H501_ArrayOf_AlternatePE@@UBEPAVPObject@@XZ @36011 NONAME ?Clone@H501_ArrayOf_CircuitIdentifier@@UBEPAVPObject@@XZ @36012 NONAME ?Clone@H501_ArrayOf_ClearToken@@UBEPAVPObject@@XZ @36013 NONAME ?Clone@H501_ArrayOf_ContactInformation@@UBEPAVPObject@@XZ @36014 NONAME ?Clone@H501_ArrayOf_CryptoH323Token@@UBEPAVPObject@@XZ @36015 NONAME ?Clone@H501_ArrayOf_Descriptor@@UBEPAVPObject@@XZ @36016 NONAME ?Clone@H501_ArrayOf_DescriptorInfo@@UBEPAVPObject@@XZ @36018 NONAME ?Clone@H501_ArrayOf_GenericData@@UBEPAVPObject@@XZ @36019 NONAME ?Clone@H501_ArrayOf_GloballyUniqueID@@UBEPAVPObject@@XZ @36958 NONAME ?Clone@H501_ArrayOf_NonStandardParameter@@UBEPAVPObject@@XZ @36020 NONAME ?Clone@H501_ArrayOf_PASN_ObjectId@@UBEPAVPObject@@XZ @36021 NONAME ?Clone@H501_ArrayOf_Pattern@@UBEPAVPObject@@XZ @36022 NONAME ?Clone@H501_ArrayOf_PriceElement@@UBEPAVPObject@@XZ @36023 NONAME ?Clone@H501_ArrayOf_PriceInfoSpec@@UBEPAVPObject@@XZ @36024 NONAME ?Clone@H501_ArrayOf_RouteInformation@@UBEPAVPObject@@XZ @36025 NONAME ?Clone@H501_ArrayOf_SecurityMode@@UBEPAVPObject@@XZ @36026 NONAME ?Clone@H501_ArrayOf_ServiceControlSession@@UBEPAVPObject@@XZ @36027 NONAME ?Clone@H501_ArrayOf_SupportedProtocols@@UBEPAVPObject@@XZ @36028 NONAME ?Clone@H501_ArrayOf_TransportAddress@@UBEPAVPObject@@XZ @36029 NONAME ?Clone@H501_ArrayOf_UpdateInformation@@UBEPAVPObject@@XZ @36030 NONAME ?Clone@H501_ArrayOf_UsageField@@UBEPAVPObject@@XZ @36031 NONAME ?Clone@H501_AuthenticationConfirmation@@UBEPAVPObject@@XZ @36032 NONAME ?Clone@H501_AuthenticationRejection@@UBEPAVPObject@@XZ @36033 NONAME ?Clone@H501_AuthenticationRejectionReason@@UBEPAVPObject@@XZ @36034 NONAME ?Clone@H501_AuthenticationRequest@@UBEPAVPObject@@XZ @36035 NONAME ?Clone@H501_CallInformation@@UBEPAVPObject@@XZ @36036 NONAME ?Clone@H501_ContactInformation@@UBEPAVPObject@@XZ @36037 NONAME ?Clone@H501_Descriptor@@UBEPAVPObject@@XZ @36038 NONAME ?Clone@H501_DescriptorConfirmation@@UBEPAVPObject@@XZ @36039 NONAME ?Clone@H501_DescriptorIDConfirmation@@UBEPAVPObject@@XZ @36041 NONAME ?Clone@H501_DescriptorIDRejection@@UBEPAVPObject@@XZ @36042 NONAME ?Clone@H501_DescriptorIDRejectionReason@@UBEPAVPObject@@XZ @36043 NONAME ?Clone@H501_DescriptorIDRequest@@UBEPAVPObject@@XZ @36044 NONAME ?Clone@H501_DescriptorInfo@@UBEPAVPObject@@XZ @36045 NONAME ?Clone@H501_DescriptorRejection@@UBEPAVPObject@@XZ @36046 NONAME ?Clone@H501_DescriptorRejectionReason@@UBEPAVPObject@@XZ @36047 NONAME ?Clone@H501_DescriptorRequest@@UBEPAVPObject@@XZ @36048 NONAME ?Clone@H501_DescriptorUpdate@@UBEPAVPObject@@XZ @36049 NONAME ?Clone@H501_DescriptorUpdateAck@@UBEPAVPObject@@XZ @36050 NONAME ?Clone@H501_ElementIdentifier@@UBEPAVPObject@@XZ @36051 NONAME ?Clone@H501_GlobalTimeStamp@@UBEPAVPObject@@XZ @36052 NONAME ?Clone@H501_Message@@UBEPAVPObject@@XZ @36053 NONAME ?Clone@H501_MessageBody@@UBEPAVPObject@@XZ @36054 NONAME ?Clone@H501_MessageCommonInfo@@UBEPAVPObject@@XZ @36055 NONAME ?Clone@H501_NonStandardConfirmation@@UBEPAVPObject@@XZ @36056 NONAME ?Clone@H501_NonStandardRejection@@UBEPAVPObject@@XZ @36057 NONAME ?Clone@H501_NonStandardRejectionReason@@UBEPAVPObject@@XZ @36058 NONAME ?Clone@H501_NonStandardRequest@@UBEPAVPObject@@XZ @36059 NONAME ?Clone@H501_PartyInformation@@UBEPAVPObject@@XZ @36060 NONAME ?Clone@H501_Pattern@@UBEPAVPObject@@XZ @36061 NONAME ?Clone@H501_Pattern_range@@UBEPAVPObject@@XZ @36062 NONAME ?Clone@H501_PriceElement@@UBEPAVPObject@@XZ @36063 NONAME ?Clone@H501_PriceElement_units@@UBEPAVPObject@@XZ @36064 NONAME ?Clone@H501_PriceInfoSpec@@UBEPAVPObject@@XZ @36065 NONAME ?Clone@H501_ProtocolVersion@@UBEPAVPObject@@XZ @36066 NONAME ?Clone@H501_RequestInProgress@@UBEPAVPObject@@XZ @36067 NONAME ?Clone@H501_Role@@UBEPAVPObject@@XZ @36068 NONAME ?Clone@H501_RouteInformation@@UBEPAVPObject@@XZ @36069 NONAME ?Clone@H501_RouteInformation_messageType@@UBEPAVPObject@@XZ @36070 NONAME ?Clone@H501_SecurityMode@@UBEPAVPObject@@XZ @36071 NONAME ?Clone@H501_ServiceConfirmation@@UBEPAVPObject@@XZ @36072 NONAME ?Clone@H501_ServiceRejection@@UBEPAVPObject@@XZ @36074 NONAME ?Clone@H501_ServiceRejectionReason@@UBEPAVPObject@@XZ @36075 NONAME ?Clone@H501_ServiceRelease@@UBEPAVPObject@@XZ @36076 NONAME ?Clone@H501_ServiceReleaseReason@@UBEPAVPObject@@XZ @36077 NONAME ?Clone@H501_ServiceRequest@@UBEPAVPObject@@XZ @36078 NONAME ?Clone@H501_TerminationCause@@UBEPAVPObject@@XZ @36079 NONAME ?Clone@H501_TimeZone@@UBEPAVPObject@@XZ @36080 NONAME ?Clone@H501_UnknownMessageReason@@UBEPAVPObject@@XZ @36081 NONAME ?Clone@H501_UnknownMessageResponse@@UBEPAVPObject@@XZ @36082 NONAME ?Clone@H501_UpdateInformation@@UBEPAVPObject@@XZ @36083 NONAME ?Clone@H501_UpdateInformation_descriptorInfo@@UBEPAVPObject@@XZ @36084 NONAME ?Clone@H501_UpdateInformation_updateType@@UBEPAVPObject@@XZ @36085 NONAME ?Clone@H501_UsageCallStatus@@UBEPAVPObject@@XZ @36086 NONAME ?Clone@H501_UsageConfirmation@@UBEPAVPObject@@XZ @36087 NONAME ?Clone@H501_UsageField@@UBEPAVPObject@@XZ @36088 NONAME ?Clone@H501_UsageIndication@@UBEPAVPObject@@XZ @36089 NONAME ?Clone@H501_UsageIndicationConfirmation@@UBEPAVPObject@@XZ @36090 NONAME ?Clone@H501_UsageIndicationRejection@@UBEPAVPObject@@XZ @36091 NONAME ?Clone@H501_UsageIndicationRejectionReason@@UBEPAVPObject@@XZ @36092 NONAME ?Clone@H501_UsageRejection@@UBEPAVPObject@@XZ @36093 NONAME ?Clone@H501_UsageRejectReason@@UBEPAVPObject@@XZ @36094 NONAME ?Clone@H501_UsageRequest@@UBEPAVPObject@@XZ @36095 NONAME ?Clone@H501_UsageSpecification@@UBEPAVPObject@@XZ @36096 NONAME ?Clone@H501_UsageSpecification_when@@UBEPAVPObject@@XZ @36097 NONAME ?Clone@H501_UserInformation@@UBEPAVPObject@@XZ @36098 NONAME ?Clone@H501_ValidationConfirmation@@UBEPAVPObject@@XZ @36099 NONAME ?Clone@H501_ValidationRejection@@UBEPAVPObject@@XZ @36100 NONAME ?Clone@H501_ValidationRejectionReason@@UBEPAVPObject@@XZ @36101 NONAME ?Clone@H501_ValidationRequest@@UBEPAVPObject@@XZ @36102 NONAME ?Clone@MCS_ArrayOf_ChannelAttributes@@UBEPAVPObject@@XZ @9669 NONAME ?Clone@MCS_ArrayOf_ChannelId@@UBEPAVPObject@@XZ @9670 NONAME ?Clone@MCS_ArrayOf_TokenAttributes@@UBEPAVPObject@@XZ @9671 NONAME ?Clone@MCS_ArrayOf_TokenId@@UBEPAVPObject@@XZ @9672 NONAME ?Clone@MCS_ArrayOf_UserId@@UBEPAVPObject@@XZ @9673 NONAME ?Clone@MCS_AssignedChannelId@@UBEPAVPObject@@XZ @9674 NONAME ?Clone@MCS_AUcf@@UBEPAVPObject@@XZ @9675 NONAME ?Clone@MCS_AUrq@@UBEPAVPObject@@XZ @9676 NONAME ?Clone@MCS_CAin@@UBEPAVPObject@@XZ @9677 NONAME ?Clone@MCS_CArq@@UBEPAVPObject@@XZ @9678 NONAME ?Clone@MCS_CCcf@@UBEPAVPObject@@XZ @9679 NONAME ?Clone@MCS_CCrq@@UBEPAVPObject@@XZ @9680 NONAME ?Clone@MCS_CDin@@UBEPAVPObject@@XZ @9681 NONAME ?Clone@MCS_CDrq@@UBEPAVPObject@@XZ @9682 NONAME ?Clone@MCS_CEin@@UBEPAVPObject@@XZ @9683 NONAME ?Clone@MCS_CErq@@UBEPAVPObject@@XZ @9684 NONAME ?Clone@MCS_ChannelAttributes@@UBEPAVPObject@@XZ @9685 NONAME ?Clone@MCS_ChannelAttributes_assigned@@UBEPAVPObject@@XZ @9686 NONAME ?Clone@MCS_ChannelAttributes_private@@UBEPAVPObject@@XZ @9687 NONAME ?Clone@MCS_ChannelAttributes_static@@UBEPAVPObject@@XZ @9688 NONAME ?Clone@MCS_ChannelAttributes_userId@@UBEPAVPObject@@XZ @9689 NONAME ?Clone@MCS_ChannelId@@UBEPAVPObject@@XZ @9690 NONAME ?Clone@MCS_CJcf@@UBEPAVPObject@@XZ @9691 NONAME ?Clone@MCS_CJrq@@UBEPAVPObject@@XZ @9692 NONAME ?Clone@MCS_CLrq@@UBEPAVPObject@@XZ @9693 NONAME ?Clone@MCS_ConnectMCSPDU@@UBEPAVPObject@@XZ @9694 NONAME ?Clone@MCS_Connect_Additional@@UBEPAVPObject@@XZ @9695 NONAME ?Clone@MCS_Connect_Initial@@UBEPAVPObject@@XZ @9696 NONAME ?Clone@MCS_Connect_Response@@UBEPAVPObject@@XZ @9697 NONAME ?Clone@MCS_Connect_Result@@UBEPAVPObject@@XZ @9698 NONAME ?Clone@MCS_DataPriority@@UBEPAVPObject@@XZ @9699 NONAME ?Clone@MCS_Diagnostic@@UBEPAVPObject@@XZ @9700 NONAME ?Clone@MCS_DomainMCSPDU@@UBEPAVPObject@@XZ @9701 NONAME ?Clone@MCS_DomainParameters@@UBEPAVPObject@@XZ @9702 NONAME ?Clone@MCS_DPum@@UBEPAVPObject@@XZ @9703 NONAME ?Clone@MCS_DUin@@UBEPAVPObject@@XZ @9704 NONAME ?Clone@MCS_DUrq@@UBEPAVPObject@@XZ @9705 NONAME ?Clone@MCS_DynamicChannelId@@UBEPAVPObject@@XZ @9706 NONAME ?Clone@MCS_EDrq@@UBEPAVPObject@@XZ @9707 NONAME ?Clone@MCS_MCcf@@UBEPAVPObject@@XZ @9708 NONAME ?Clone@MCS_MCrq@@UBEPAVPObject@@XZ @9709 NONAME ?Clone@MCS_MTcf@@UBEPAVPObject@@XZ @9710 NONAME ?Clone@MCS_MTrq@@UBEPAVPObject@@XZ @9711 NONAME ?Clone@MCS_PCin@@UBEPAVPObject@@XZ @9712 NONAME ?Clone@MCS_PDin@@UBEPAVPObject@@XZ @9713 NONAME ?Clone@MCS_PrivateChannelId@@UBEPAVPObject@@XZ @9714 NONAME ?Clone@MCS_PTin@@UBEPAVPObject@@XZ @9715 NONAME ?Clone@MCS_Reason@@UBEPAVPObject@@XZ @9716 NONAME ?Clone@MCS_Result@@UBEPAVPObject@@XZ @9717 NONAME ?Clone@MCS_RJum@@UBEPAVPObject@@XZ @9718 NONAME ?Clone@MCS_SDin@@UBEPAVPObject@@XZ @9719 NONAME ?Clone@MCS_SDrq@@UBEPAVPObject@@XZ @9720 NONAME ?Clone@MCS_Segmentation@@UBEPAVPObject@@XZ @9721 NONAME ?Clone@MCS_StaticChannelId@@UBEPAVPObject@@XZ @9722 NONAME ?Clone@MCS_TGcf@@UBEPAVPObject@@XZ @9723 NONAME ?Clone@MCS_TGrq@@UBEPAVPObject@@XZ @9724 NONAME ?Clone@MCS_TIcf@@UBEPAVPObject@@XZ @9725 NONAME ?Clone@MCS_TIrq@@UBEPAVPObject@@XZ @9726 NONAME ?Clone@MCS_TokenAttributes@@UBEPAVPObject@@XZ @9727 NONAME ?Clone@MCS_TokenAttributes_given@@UBEPAVPObject@@XZ @9728 NONAME ?Clone@MCS_TokenAttributes_giving@@UBEPAVPObject@@XZ @9729 NONAME ?Clone@MCS_TokenAttributes_grabbed@@UBEPAVPObject@@XZ @9730 NONAME ?Clone@MCS_TokenAttributes_inhibited@@UBEPAVPObject@@XZ @9731 NONAME ?Clone@MCS_TokenAttributes_ungivable@@UBEPAVPObject@@XZ @9732 NONAME ?Clone@MCS_TokenId@@UBEPAVPObject@@XZ @9733 NONAME ?Clone@MCS_TokenStatus@@UBEPAVPObject@@XZ @9734 NONAME ?Clone@MCS_TPin@@UBEPAVPObject@@XZ @9735 NONAME ?Clone@MCS_TPrq@@UBEPAVPObject@@XZ @9736 NONAME ?Clone@MCS_TRcf@@UBEPAVPObject@@XZ @9737 NONAME ?Clone@MCS_TRrq@@UBEPAVPObject@@XZ @9738 NONAME ?Clone@MCS_TTcf@@UBEPAVPObject@@XZ @9739 NONAME ?Clone@MCS_TTrq@@UBEPAVPObject@@XZ @9740 NONAME ?Clone@MCS_TVcf@@UBEPAVPObject@@XZ @9741 NONAME ?Clone@MCS_TVin@@UBEPAVPObject@@XZ @9742 NONAME ?Clone@MCS_TVrq@@UBEPAVPObject@@XZ @9743 NONAME ?Clone@MCS_TVrs@@UBEPAVPObject@@XZ @9744 NONAME ?Clone@MCS_UserId@@UBEPAVPObject@@XZ @9745 NONAME ?Clone@MCS_USin@@UBEPAVPObject@@XZ @9746 NONAME ?Clone@MCS_USrq@@UBEPAVPObject@@XZ @9747 NONAME ?Clone@MXRecordList@PDNS@@UBEPAVPObject@@XZ @52892 NONAME ?Clone@OpalGloballyUniqueID@@UBEPAVPObject@@XZ @20704 NONAME ?Clone@SRVRecordList@PDNS@@UBEPAVPObject@@XZ @52893 NONAME ?Clone@T38_ArrayOf_PASN_OctetString@@UBEPAVPObject@@XZ @28180 NONAME ?Clone@T38_Data_Field@@UBEPAVPObject@@XZ @28181 NONAME ?Clone@T38_Data_Field_subtype@@UBEPAVPObject@@XZ @28182 NONAME ?Clone@T38_Data_Field_subtype_field_type@@UBEPAVPObject@@XZ @28183 NONAME ?Clone@T38_IFPPacket@@UBEPAVPObject@@XZ @28184 NONAME ?Clone@T38_PreCorrigendum_Data_Field@@UBEPAVPObject@@XZ @31731 NONAME ?Clone@T38_PreCorrigendum_Data_Field_subtype@@UBEPAVPObject@@XZ @31732 NONAME ?Clone@T38_PreCorrigendum_Data_Field_subtype_field_type@@UBEPAVPObject@@XZ @31733 NONAME ?Clone@T38_PreCorrigendum_IFPPacket@@UBEPAVPObject@@XZ @31734 NONAME ?Clone@T38_Type_of_msg@@UBEPAVPObject@@XZ @28185 NONAME ?Clone@T38_Type_of_msg_data@@UBEPAVPObject@@XZ @28186 NONAME ?Clone@T38_Type_of_msg_t30_indicator@@UBEPAVPObject@@XZ @28187 NONAME ?Clone@T38_UDPTLPacket@@UBEPAVPObject@@XZ @28188 NONAME ?Clone@T38_UDPTLPacket_error_recovery@@UBEPAVPObject@@XZ @28189 NONAME ?Clone@T38_UDPTLPacket_error_recovery_fec_info@@UBEPAVPObject@@XZ @28190 NONAME ?Clone@T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@UBEPAVPObject@@XZ @28191 NONAME ?Clone@T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@UBEPAVPObject@@XZ @28192 NONAME ?Clone@T38_UDPTLPacket_primary_ifp_packet@@UBEPAVPObject@@XZ @28193 NONAME ?Clone@X880_Code@@UBEPAVPObject@@XZ @21681 NONAME ?Clone@X880_GeneralProblem@@UBEPAVPObject@@XZ @21682 NONAME ?Clone@X880_Invoke@@UBEPAVPObject@@XZ @21683 NONAME ?Clone@X880_InvokeId@@UBEPAVPObject@@XZ @21684 NONAME ?Clone@X880_InvokeProblem@@UBEPAVPObject@@XZ @21685 NONAME ?Clone@X880_Reject@@UBEPAVPObject@@XZ @21686 NONAME ?Clone@X880_RejectProblem@@UBEPAVPObject@@XZ @21687 NONAME ?Clone@X880_Reject_problem@@UBEPAVPObject@@XZ @21688 NONAME ?Clone@X880_ReturnError@@UBEPAVPObject@@XZ @21689 NONAME ?Clone@X880_ReturnErrorProblem@@UBEPAVPObject@@XZ @21690 NONAME ?Clone@X880_ReturnResult@@UBEPAVPObject@@XZ @21691 NONAME ?Clone@X880_ReturnResultProblem@@UBEPAVPObject@@XZ @21692 NONAME ?Clone@X880_ReturnResult_result@@UBEPAVPObject@@XZ @21693 NONAME ?Clone@X880_ROS@@UBEPAVPObject@@XZ @21694 NONAME ?ClonePDU@H323RasPDU@@UBEPAVH323TransactionPDU@@XZ @37514 NONAME ?ClonePDU@H501PDU@@UBEPAVH323TransactionPDU@@XZ @37515 NONAME ?Close@H245NegLogicalChannel@@UAEHXZ @29116 NONAME ?Close@H245NegLogicalChannels@@UAEHIH@Z @29117 NONAME ?Close@H323AudioCodec@@UAEXXZ @9750 NONAME ?Close@H323ListenerTCP@@UAEHXZ @9751 NONAME ?Close@H323Transport@@UAEHXZ @9752 NONAME ?Close@H323TransportTCP@@UAEHXZ @20573 NONAME ?Close@H323VideoCodec@@UAEXXZ @9753 NONAME ?Close@OpalIxJDevice@@UAEHXZ @9755 NONAME ?Close@OpalLineChannel@@UAEHXZ @9756 NONAME ?Close@OpalLineInterfaceDevice@@UAEHXZ @9757 NONAME ?Close@OpalVoipBlasterDevice@@UAEHXZ @29752 NONAME ?Close@OpalVXMLSession@@UAEHXZ @31449 NONAME ?Close@RTP_UDP@@UAEXH@Z @9759 NONAME ?CloseAllLogicalChannels@H323Connection@@UAEXH@Z @29609 NONAME ?CloseCodec@H323_RFC2190_H263Codec@@IAEXXZ @53874 NONAME ?CloseCommand@VoipBlasterInterface@@QAEHXZ @29753 NONAME ?CloseData@VoipBlasterInterface@@QAEHXZ @29754 NONAME ?CloseLogicalChannel@H323Connection@@UAEXIH@Z @9760 NONAME ?CloseLogicalChannelNumber@H323Connection@@UAEXABVH323ChannelNumber@@@Z @17547 NONAME ?CloseRawDataChannel@H323Codec@@UAEHXZ @20496 NONAME ?CloseTimeout@VoipBlasterInterface@@UAEXAAVPTimer@@H@Z @29755 NONAME ?CloseWhileLocked@H245NegLogicalChannel@@MAEHXZ @20755 NONAME ?COLZAG@@3QBEB @9761 NONAME ?Compare@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27771 NONAME ?Compare@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27772 NONAME ?Compare@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27773 NONAME ?Compare@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27774 NONAME ?Compare@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27775 NONAME ?Compare@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27776 NONAME ?Compare@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27777 NONAME ?Compare@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27778 NONAME ?Compare@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27779 NONAME ?Compare@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27780 NONAME ?Compare@AlternateInfo@H323Gatekeeper@@QAE?AW4Comparison@PObject@@ABV4@@Z @30828 NONAME ?Compare@GCC_ApplicationInvokeIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @9772 NONAME ?Compare@GCC_ApplicationInvokeSpecifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @9773 NONAME ?Compare@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @9774 NONAME ?Compare@GCC_ApplicationRecord@@UBE?AW4Comparison@PObject@@ABV3@@Z @9775 NONAME ?Compare@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @9776 NONAME ?Compare@GCC_ChallengeItem@@UBE?AW4Comparison@PObject@@ABV3@@Z @9777 NONAME ?Compare@GCC_ChallengeRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9778 NONAME ?Compare@GCC_ChallengeResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9779 NONAME ?Compare@GCC_ConductorAssignIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @9780 NONAME ?Compare@GCC_ConductorPermissionAskIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @9781 NONAME ?Compare@GCC_ConductorPermissionGrantIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @9782 NONAME ?Compare@GCC_ConferenceAddRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9783 NONAME ?Compare@GCC_ConferenceAddResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9784 NONAME ?Compare@GCC_ConferenceAssistanceIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @9785 NONAME ?Compare@GCC_ConferenceCreateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9786 NONAME ?Compare@GCC_ConferenceCreateResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9787 NONAME ?Compare@GCC_ConferenceDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @9788 NONAME ?Compare@GCC_ConferenceEjectUserIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @9789 NONAME ?Compare@GCC_ConferenceEjectUserRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9790 NONAME ?Compare@GCC_ConferenceEjectUserResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9791 NONAME ?Compare@GCC_ConferenceInviteRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9792 NONAME ?Compare@GCC_ConferenceInviteResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9793 NONAME ?Compare@GCC_ConferenceJoinRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9794 NONAME ?Compare@GCC_ConferenceJoinResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9795 NONAME ?Compare@GCC_ConferenceLockResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9796 NONAME ?Compare@GCC_ConferenceName@@UBE?AW4Comparison@PObject@@ABV3@@Z @9797 NONAME ?Compare@GCC_ConferencePriority@@UBE?AW4Comparison@PObject@@ABV3@@Z @9798 NONAME ?Compare@GCC_ConferenceQueryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9799 NONAME ?Compare@GCC_ConferenceQueryResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9800 NONAME ?Compare@GCC_ConferenceTerminateIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @9801 NONAME ?Compare@GCC_ConferenceTerminateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9802 NONAME ?Compare@GCC_ConferenceTerminateResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9803 NONAME ?Compare@GCC_ConferenceTimeExtendIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @9804 NONAME ?Compare@GCC_ConferenceTimeInquireIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @9805 NONAME ?Compare@GCC_ConferenceTimeRemainingIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @9806 NONAME ?Compare@GCC_ConferenceTransferIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @9807 NONAME ?Compare@GCC_ConferenceTransferRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9808 NONAME ?Compare@GCC_ConferenceTransferResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9809 NONAME ?Compare@GCC_ConferenceUnlockResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9810 NONAME ?Compare@GCC_ConnectData@@UBE?AW4Comparison@PObject@@ABV3@@Z @9811 NONAME ?Compare@GCC_FunctionNotSupportedResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9812 NONAME ?Compare@GCC_NetworkAddress_subtype_aggregatedChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @9813 NONAME ?Compare@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBE?AW4Comparison@PObject@@ABV3@@Z @9814 NONAME ?Compare@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBE?AW4Comparison@PObject@@ABV3@@Z @9815 NONAME ?Compare@GCC_NetworkAddress_subtype_transportConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @9816 NONAME ?Compare@GCC_NodeProperties@@UBE?AW4Comparison@PObject@@ABV3@@Z @9817 NONAME ?Compare@GCC_NodeRecord@@UBE?AW4Comparison@PObject@@ABV3@@Z @9818 NONAME ?Compare@GCC_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @9819 NONAME ?Compare@GCC_NonStandardPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @9820 NONAME ?Compare@GCC_Password@@UBE?AW4Comparison@PObject@@ABV3@@Z @9821 NONAME ?Compare@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9822 NONAME ?Compare@GCC_RegistryAllocateHandleRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9823 NONAME ?Compare@GCC_RegistryAllocateHandleResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9824 NONAME ?Compare@GCC_RegistryAssignTokenRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9825 NONAME ?Compare@GCC_RegistryDeleteEntryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9826 NONAME ?Compare@GCC_RegistryEntryOwner_owned@@UBE?AW4Comparison@PObject@@ABV3@@Z @9827 NONAME ?Compare@GCC_RegistryKey@@UBE?AW4Comparison@PObject@@ABV3@@Z @9828 NONAME ?Compare@GCC_RegistryMonitorEntryIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @9829 NONAME ?Compare@GCC_RegistryMonitorEntryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9830 NONAME ?Compare@GCC_RegistryRegisterChannelRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9831 NONAME ?Compare@GCC_RegistryResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9832 NONAME ?Compare@GCC_RegistryRetrieveEntryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9833 NONAME ?Compare@GCC_RegistrySetParameterRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9834 NONAME ?Compare@GCC_RosterUpdateIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @9835 NONAME ?Compare@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @9836 NONAME ?Compare@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @9837 NONAME ?Compare@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @9838 NONAME ?Compare@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @9839 NONAME ?Compare@GCC_RosterUpdateIndication_nodeInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @9840 NONAME ?Compare@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @9841 NONAME ?Compare@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @9842 NONAME ?Compare@GCC_SessionKey@@UBE?AW4Comparison@PObject@@ABV3@@Z @9843 NONAME ?Compare@GCC_TextMessageIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @9844 NONAME ?Compare@GCC_UserData_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @9845 NONAME ?Compare@GCC_UserIDIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @9846 NONAME ?Compare@H225_AddressPattern_range@@UBE?AW4Comparison@PObject@@ABV3@@Z @25984 NONAME ?Compare@H225_AdmissionConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @9847 NONAME ?Compare@H225_AdmissionReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @9848 NONAME ?Compare@H225_AdmissionRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9849 NONAME ?Compare@H225_Alerting_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @9850 NONAME ?Compare@H225_AlternateGK@@UBE?AW4Comparison@PObject@@ABV3@@Z @9851 NONAME ?Compare@H225_AlternateTransportAddresses@@UBE?AW4Comparison@PObject@@ABV3@@Z @25985 NONAME ?Compare@H225_AltGKInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @9852 NONAME ?Compare@H225_ANSI_41_UIM@@UBE?AW4Comparison@PObject@@ABV3@@Z @25986 NONAME ?Compare@H225_BandwidthConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @9853 NONAME ?Compare@H225_BandwidthDetails@@UBE?AW4Comparison@PObject@@ABV3@@Z @25987 NONAME ?Compare@H225_BandwidthReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @9854 NONAME ?Compare@H225_BandwidthRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9855 NONAME ?Compare@H225_CallCapacity@@UBE?AW4Comparison@PObject@@ABV3@@Z @25988 NONAME ?Compare@H225_CallCapacityInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @25989 NONAME ?Compare@H225_CallCreditCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @25990 NONAME ?Compare@H225_CallCreditServiceControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @25991 NONAME ?Compare@H225_CallIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @9856 NONAME ?Compare@H225_CallLinkage@@UBE?AW4Comparison@PObject@@ABV3@@Z @25992 NONAME ?Compare@H225_CallProceeding_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @9857 NONAME ?Compare@H225_CallsAvailable@@UBE?AW4Comparison@PObject@@ABV3@@Z @25993 NONAME ?Compare@H225_CapacityReportingCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @25994 NONAME ?Compare@H225_CapacityReportingSpecification@@UBE?AW4Comparison@PObject@@ABV3@@Z @25995 NONAME ?Compare@H225_CapacityReportingSpecification_when@@UBE?AW4Comparison@PObject@@ABV3@@Z @25996 NONAME ?Compare@H225_CarrierInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @38690 NONAME ?Compare@H225_CicInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @25997 NONAME ?Compare@H225_CircuitIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @38297 NONAME ?Compare@H225_CircuitInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @25998 NONAME ?Compare@H225_ConferenceList@@UBE?AW4Comparison@PObject@@ABV3@@Z @9858 NONAME ?Compare@H225_Connect_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @9859 NONAME ?Compare@H225_CryptoH323Token_cryptoEPPwdHash@@UBE?AW4Comparison@PObject@@ABV3@@Z @9860 NONAME ?Compare@H225_CryptoH323Token_cryptoGKPwdHash@@UBE?AW4Comparison@PObject@@ABV3@@Z @9861 NONAME ?Compare@H225_DataRate@@UBE?AW4Comparison@PObject@@ABV3@@Z @9862 NONAME ?Compare@H225_DisengageConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @9863 NONAME ?Compare@H225_DisengageReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @9864 NONAME ?Compare@H225_DisengageRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9865 NONAME ?Compare@H225_Endpoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @9866 NONAME ?Compare@H225_EndpointType@@UBE?AW4Comparison@PObject@@ABV3@@Z @9867 NONAME ?Compare@H225_EnumeratedParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @25999 NONAME ?Compare@H225_ExtendedAliasAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @26000 NONAME ?Compare@H225_Facility_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @9868 NONAME ?Compare@H225_FeatureSet@@UBE?AW4Comparison@PObject@@ABV3@@Z @26001 NONAME ?Compare@H225_GatekeeperConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @9869 NONAME ?Compare@H225_GatekeeperInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @9870 NONAME ?Compare@H225_GatekeeperReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @9871 NONAME ?Compare@H225_GatekeeperRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9872 NONAME ?Compare@H225_GatewayInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @9873 NONAME ?Compare@H225_GenericData@@UBE?AW4Comparison@PObject@@ABV3@@Z @26002 NONAME ?Compare@H225_GroupID@@UBE?AW4Comparison@PObject@@ABV3@@Z @26003 NONAME ?Compare@H225_GSM_UIM@@UBE?AW4Comparison@PObject@@ABV3@@Z @26004 NONAME ?Compare@H225_H221NonStandard@@UBE?AW4Comparison@PObject@@ABV3@@Z @9874 NONAME ?Compare@H225_H310Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @9875 NONAME ?Compare@H225_H320Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @9876 NONAME ?Compare@H225_H321Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @9877 NONAME ?Compare@H225_H322Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @9878 NONAME ?Compare@H225_H323Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @9879 NONAME ?Compare@H225_H323_UserInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @9880 NONAME ?Compare@H225_H323_UserInformation_user_data@@UBE?AW4Comparison@PObject@@ABV3@@Z @9881 NONAME ?Compare@H225_H323_UU_PDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @9882 NONAME ?Compare@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @26005 NONAME ?Compare@H225_H324Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @9883 NONAME ?Compare@H225_ICV@@UBE?AW4Comparison@PObject@@ABV3@@Z @9884 NONAME ?Compare@H225_InfoRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9885 NONAME ?Compare@H225_InfoRequestAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @9886 NONAME ?Compare@H225_InfoRequestNak@@UBE?AW4Comparison@PObject@@ABV3@@Z @9887 NONAME ?Compare@H225_InfoRequestResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9888 NONAME ?Compare@H225_InfoRequestResponse_perCallInfo_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @9889 NONAME ?Compare@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @9890 NONAME ?Compare@H225_Information_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @9891 NONAME ?Compare@H225_LocationConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @9892 NONAME ?Compare@H225_LocationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @9893 NONAME ?Compare@H225_LocationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9894 NONAME ?Compare@H225_McuInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @9895 NONAME ?Compare@H225_NonStandardMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @9896 NONAME ?Compare@H225_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @9897 NONAME ?Compare@H225_NonStandardProtocol@@UBE?AW4Comparison@PObject@@ABV3@@Z @9898 NONAME ?Compare@H225_Notify_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @26006 NONAME ?Compare@H225_PrivatePartyNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @9899 NONAME ?Compare@H225_Progress_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @9900 NONAME ?Compare@H225_PublicPartyNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @9901 NONAME ?Compare@H225_Q954Details@@UBE?AW4Comparison@PObject@@ABV3@@Z @9902 NONAME ?Compare@H225_QseriesOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @9903 NONAME ?Compare@H225_RasUsageInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @26007 NONAME ?Compare@H225_RasUsageInfoTypes@@UBE?AW4Comparison@PObject@@ABV3@@Z @26008 NONAME ?Compare@H225_RasUsageSpecification@@UBE?AW4Comparison@PObject@@ABV3@@Z @26009 NONAME ?Compare@H225_RasUsageSpecification_callStartingPoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @26010 NONAME ?Compare@H225_RasUsageSpecification_when@@UBE?AW4Comparison@PObject@@ABV3@@Z @26011 NONAME ?Compare@H225_RegistrationConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @9904 NONAME ?Compare@H225_RegistrationConfirm_preGrantedARQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @9905 NONAME ?Compare@H225_RegistrationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @9906 NONAME ?Compare@H225_RegistrationRejectReason_invalidTerminalAliases@@UBE?AW4Comparison@PObject@@ABV3@@Z @26012 NONAME ?Compare@H225_RegistrationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9907 NONAME ?Compare@H225_ReleaseComplete_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @9908 NONAME ?Compare@H225_RequestInProgress@@UBE?AW4Comparison@PObject@@ABV3@@Z @9909 NONAME ?Compare@H225_ResourcesAvailableConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @9910 NONAME ?Compare@H225_ResourcesAvailableIndicate@@UBE?AW4Comparison@PObject@@ABV3@@Z @9911 NONAME ?Compare@H225_RTPSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @9912 NONAME ?Compare@H225_SecurityCapabilities@@UBE?AW4Comparison@PObject@@ABV3@@Z @9913 NONAME ?Compare@H225_ServiceControlIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @26013 NONAME ?Compare@H225_ServiceControlIndication_callSpecific@@UBE?AW4Comparison@PObject@@ABV3@@Z @26014 NONAME ?Compare@H225_ServiceControlResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @26015 NONAME ?Compare@H225_ServiceControlSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @26016 NONAME ?Compare@H225_SetupAcknowledge_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @26017 NONAME ?Compare@H225_Setup_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @9914 NONAME ?Compare@H225_Setup_UUIE_connectionParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @26018 NONAME ?Compare@H225_SIPCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @38691 NONAME ?Compare@H225_StatusInquiry_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @26019 NONAME ?Compare@H225_Status_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @26020 NONAME ?Compare@H225_StimulusControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @26021 NONAME ?Compare@H225_SupportedPrefix@@UBE?AW4Comparison@PObject@@ABV3@@Z @9915 NONAME ?Compare@H225_T120OnlyCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @9916 NONAME ?Compare@H225_T38FaxAnnexbOnlyCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @26022 NONAME ?Compare@H225_TerminalInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @9917 NONAME ?Compare@H225_TransportAddress_ip6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @9918 NONAME ?Compare@H225_TransportAddress_ipAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @9919 NONAME ?Compare@H225_TransportAddress_ipSourceRoute@@UBE?AW4Comparison@PObject@@ABV3@@Z @9920 NONAME ?Compare@H225_TransportAddress_ipxAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @9921 NONAME ?Compare@H225_TransportChannelInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @9922 NONAME ?Compare@H225_TunnelledProtocol@@UBE?AW4Comparison@PObject@@ABV3@@Z @26023 NONAME ?Compare@H225_TunnelledProtocolAlternateIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @26024 NONAME ?Compare@H225_UnknownMessageResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9923 NONAME ?Compare@H225_UnregistrationConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @9924 NONAME ?Compare@H225_UnregistrationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @9925 NONAME ?Compare@H225_UnregistrationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9926 NONAME ?Compare@H225_UUIEsRequested@@UBE?AW4Comparison@PObject@@ABV3@@Z @9927 NONAME ?Compare@H225_VendorIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @9928 NONAME ?Compare@H225_VoiceCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @9929 NONAME ?Compare@H235_ClearToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @9930 NONAME ?Compare@H235_CryptoToken_cryptoEncryptedToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @9931 NONAME ?Compare@H235_CryptoToken_cryptoHashedToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @9932 NONAME ?Compare@H235_CryptoToken_cryptoSignedToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @9933 NONAME ?Compare@H235_DHset@@UBE?AW4Comparison@PObject@@ABV3@@Z @9934 NONAME ?Compare@H235_ECGDSASignature@@UBE?AW4Comparison@PObject@@ABV3@@Z @38692 NONAME ?Compare@H235_ECKASDH_eckasdh2@@UBE?AW4Comparison@PObject@@ABV3@@Z @28725 NONAME ?Compare@H235_ECKASDH_eckasdhp@@UBE?AW4Comparison@PObject@@ABV3@@Z @28726 NONAME ?Compare@H235_ECpoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @38693 NONAME ?Compare@H235_H235CertificateSignature@@UBE?AW4Comparison@PObject@@ABV3@@Z @9935 NONAME ?Compare@H235_KeySignedMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @9936 NONAME ?Compare@H235_KeySyncMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @9937 NONAME ?Compare@H235_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @9938 NONAME ?Compare@H235_Params@@UBE?AW4Comparison@PObject@@ABV3@@Z @9939 NONAME ?Compare@H235_ReturnSig@@UBE?AW4Comparison@PObject@@ABV3@@Z @9940 NONAME ?Compare@H235_TypedCertificate@@UBE?AW4Comparison@PObject@@ABV3@@Z @9941 NONAME ?Compare@H235_V3KeySyncMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @38694 NONAME ?Compare@H245_ATMParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @9942 NONAME ?Compare@H245_AudioCapability_g7231@@UBE?AW4Comparison@PObject@@ABV3@@Z @9943 NONAME ?Compare@H245_AudioTelephonyEventCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @26025 NONAME ?Compare@H245_AudioToneCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @26026 NONAME ?Compare@H245_AuthenticationCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @9944 NONAME ?Compare@H245_BEnhancementParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @9945 NONAME ?Compare@H245_CapabilityDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @9946 NONAME ?Compare@H245_CapabilityTableEntry@@UBE?AW4Comparison@PObject@@ABV3@@Z @9947 NONAME ?Compare@H245_Capability_h233EncryptionReceiveCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @9948 NONAME ?Compare@H245_CloseLogicalChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @9949 NONAME ?Compare@H245_CloseLogicalChannelAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @9950 NONAME ?Compare@H245_CommunicationModeCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @9951 NONAME ?Compare@H245_CommunicationModeTableEntry@@UBE?AW4Comparison@PObject@@ABV3@@Z @9952 NONAME ?Compare@H245_ConferenceCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @9953 NONAME ?Compare@H245_ConferenceRequest_requestTerminalCertificate@@UBE?AW4Comparison@PObject@@ABV3@@Z @9954 NONAME ?Compare@H245_ConferenceResponse_chairTokenOwnerResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9955 NONAME ?Compare@H245_ConferenceResponse_conferenceIDResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9956 NONAME ?Compare@H245_ConferenceResponse_extensionAddressResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9957 NONAME ?Compare@H245_ConferenceResponse_mCTerminalIDResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9958 NONAME ?Compare@H245_ConferenceResponse_passwordResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9959 NONAME ?Compare@H245_ConferenceResponse_terminalCertificateResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9960 NONAME ?Compare@H245_ConferenceResponse_terminalIDResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @9961 NONAME ?Compare@H245_ConnectionIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @26027 NONAME ?Compare@H245_Criteria@@UBE?AW4Comparison@PObject@@ABV3@@Z @9962 NONAME ?Compare@H245_CustomPictureClockFrequency@@UBE?AW4Comparison@PObject@@ABV3@@Z @9963 NONAME ?Compare@H245_CustomPictureFormat@@UBE?AW4Comparison@PObject@@ABV3@@Z @9964 NONAME ?Compare@H245_CustomPictureFormat_mPI@@UBE?AW4Comparison@PObject@@ABV3@@Z @9965 NONAME ?Compare@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @9966 NONAME ?Compare@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @9967 NONAME ?Compare@H245_DataApplicationCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @9968 NONAME ?Compare@H245_DataApplicationCapability_application_nlpid@@UBE?AW4Comparison@PObject@@ABV3@@Z @9969 NONAME ?Compare@H245_DataApplicationCapability_application_t38fax@@UBE?AW4Comparison@PObject@@ABV3@@Z @26028 NONAME ?Compare@H245_DataApplicationCapability_application_t84@@UBE?AW4Comparison@PObject@@ABV3@@Z @9970 NONAME ?Compare@H245_DataMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @9971 NONAME ?Compare@H245_DataMode_application_nlpid@@UBE?AW4Comparison@PObject@@ABV3@@Z @9972 NONAME ?Compare@H245_DataMode_application_t38fax@@UBE?AW4Comparison@PObject@@ABV3@@Z @26029 NONAME ?Compare@H245_DepFECCapability_rfc2733@@UBE?AW4Comparison@PObject@@ABV3@@Z @53650 NONAME ?Compare@H245_DepFECCapability_rfc2733_separateStream@@UBE?AW4Comparison@PObject@@ABV3@@Z @53651 NONAME ?Compare@H245_DepFECData_rfc2733@@UBE?AW4Comparison@PObject@@ABV3@@Z @53652 NONAME ?Compare@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBE?AW4Comparison@PObject@@ABV3@@Z @53653 NONAME ?Compare@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBE?AW4Comparison@PObject@@ABV3@@Z @53654 NONAME ?Compare@H245_DepFECMode_rfc2733Mode@@UBE?AW4Comparison@PObject@@ABV3@@Z @53655 NONAME ?Compare@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBE?AW4Comparison@PObject@@ABV3@@Z @53656 NONAME ?Compare@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBE?AW4Comparison@PObject@@ABV3@@Z @53657 NONAME ?Compare@H245_DialingInformationNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @26030 NONAME ?Compare@H245_EncryptionAuthenticationAndIntegrity@@UBE?AW4Comparison@PObject@@ABV3@@Z @9973 NONAME ?Compare@H245_EncryptionCommand_encryptionAlgorithmID@@UBE?AW4Comparison@PObject@@ABV3@@Z @9974 NONAME ?Compare@H245_EncryptionSync@@UBE?AW4Comparison@PObject@@ABV3@@Z @9975 NONAME ?Compare@H245_EncryptionUpdateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @9976 NONAME ?Compare@H245_EnhancementLayerInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @9977 NONAME ?Compare@H245_EnhancementOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @9978 NONAME ?Compare@H245_EscrowData@@UBE?AW4Comparison@PObject@@ABV3@@Z @9979 NONAME ?Compare@H245_ExtendedVideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @53191 NONAME ?Compare@H245_FECCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @53658 NONAME ?Compare@H245_FECData_rfc2733@@UBE?AW4Comparison@PObject@@ABV3@@Z @38697 NONAME ?Compare@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBE?AW4Comparison@PObject@@ABV3@@Z @53659 NONAME ?Compare@H245_FECMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @53660 NONAME ?Compare@H245_FlowControlCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @9980 NONAME ?Compare@H245_FlowControlIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @26031 NONAME ?Compare@H245_FunctionNotSupported@@UBE?AW4Comparison@PObject@@ABV3@@Z @9981 NONAME ?Compare@H245_G7231AnnexCCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @9982 NONAME ?Compare@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @9983 NONAME ?Compare@H245_G7231AnnexCMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @9984 NONAME ?Compare@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @9985 NONAME ?Compare@H245_G729Extensions@@UBE?AW4Comparison@PObject@@ABV3@@Z @26032 NONAME ?Compare@H245_GenericCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @26033 NONAME ?Compare@H245_GenericMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @53192 NONAME ?Compare@H245_GenericParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @26034 NONAME ?Compare@H245_GSMAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @9986 NONAME ?Compare@H245_H222Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @9987 NONAME ?Compare@H245_H222LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @9988 NONAME ?Compare@H245_H223AL1MParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @9989 NONAME ?Compare@H245_H223AL2MParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @9990 NONAME ?Compare@H245_H223AL3MParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @9991 NONAME ?Compare@H245_H223AnnexCArqParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @9992 NONAME ?Compare@H245_H223AnnexCCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @9993 NONAME ?Compare@H245_H223Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @9994 NONAME ?Compare@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBE?AW4Comparison@PObject@@ABV3@@Z @9995 NONAME ?Compare@H245_H223Capability_mobileMultilinkFrameCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @26035 NONAME ?Compare@H245_H223Capability_mobileOperationTransmitCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @9996 NONAME ?Compare@H245_H223LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @9997 NONAME ?Compare@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBE?AW4Comparison@PObject@@ABV3@@Z @9998 NONAME ?Compare@H245_H223ModeParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @9999 NONAME ?Compare@H245_H223ModeParameters_adaptationLayerType_al3@@UBE?AW4Comparison@PObject@@ABV3@@Z @10000 NONAME ?Compare@H245_H223SkewIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10001 NONAME ?Compare@H245_H2250Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10002 NONAME ?Compare@H245_H2250Capability_mcCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10003 NONAME ?Compare@H245_H2250LogicalChannelAckParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10004 NONAME ?Compare@H245_H2250LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10005 NONAME ?Compare@H245_H2250MaximumSkewIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10006 NONAME ?Compare@H245_H2250ModeParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10007 NONAME ?Compare@H245_H235Media@@UBE?AW4Comparison@PObject@@ABV3@@Z @10008 NONAME ?Compare@H245_H235Mode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10009 NONAME ?Compare@H245_H235SecurityCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10010 NONAME ?Compare@H245_H261VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10011 NONAME ?Compare@H245_H261VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10012 NONAME ?Compare@H245_H262VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10013 NONAME ?Compare@H245_H262VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10014 NONAME ?Compare@H245_H263ModeComboFlags@@UBE?AW4Comparison@PObject@@ABV3@@Z @10015 NONAME ?Compare@H245_H263Options@@UBE?AW4Comparison@PObject@@ABV3@@Z @10016 NONAME ?Compare@H245_H263Version3Options@@UBE?AW4Comparison@PObject@@ABV3@@Z @26036 NONAME ?Compare@H245_H263VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10017 NONAME ?Compare@H245_H263VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10018 NONAME ?Compare@H245_H263VideoModeCombos@@UBE?AW4Comparison@PObject@@ABV3@@Z @10019 NONAME ?Compare@H245_IntegrityCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10020 NONAME ?Compare@H245_IS11172AudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10021 NONAME ?Compare@H245_IS11172AudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10022 NONAME ?Compare@H245_IS11172VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10023 NONAME ?Compare@H245_IS11172VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10024 NONAME ?Compare@H245_IS13818AudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10025 NONAME ?Compare@H245_IS13818AudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10026 NONAME ?Compare@H245_JitterIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10027 NONAME ?Compare@H245_KeyProtectionMethod@@UBE?AW4Comparison@PObject@@ABV3@@Z @10028 NONAME ?Compare@H245_LogicalChannelRateAcknowledge@@UBE?AW4Comparison@PObject@@ABV3@@Z @26037 NONAME ?Compare@H245_LogicalChannelRateReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @26038 NONAME ?Compare@H245_LogicalChannelRateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @26039 NONAME ?Compare@H245_MaintenanceLoopAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @10029 NONAME ?Compare@H245_MaintenanceLoopReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10030 NONAME ?Compare@H245_MaintenanceLoopRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10031 NONAME ?Compare@H245_MasterSlaveDetermination@@UBE?AW4Comparison@PObject@@ABV3@@Z @10032 NONAME ?Compare@H245_MasterSlaveDeterminationAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @10033 NONAME ?Compare@H245_MasterSlaveDeterminationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10034 NONAME ?Compare@H245_MCLocationIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10035 NONAME ?Compare@H245_MediaChannelCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10036 NONAME ?Compare@H245_MediaDistributionCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10037 NONAME ?Compare@H245_MediaPacketizationCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10038 NONAME ?Compare@H245_MediaTransportType_atm_AAL5_compressed@@UBE?AW4Comparison@PObject@@ABV3@@Z @26040 NONAME ?Compare@H245_MiscellaneousCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @10039 NONAME ?Compare@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @53193 NONAME ?Compare@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @53194 NONAME ?Compare@H245_MiscellaneousCommand_type_lostPartialPicture@@UBE?AW4Comparison@PObject@@ABV3@@Z @26041 NONAME ?Compare@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBE?AW4Comparison@PObject@@ABV3@@Z @10040 NONAME ?Compare@H245_MiscellaneousCommand_type_videoBadMBs@@UBE?AW4Comparison@PObject@@ABV3@@Z @26042 NONAME ?Compare@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBE?AW4Comparison@PObject@@ABV3@@Z @10041 NONAME ?Compare@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBE?AW4Comparison@PObject@@ABV3@@Z @10042 NONAME ?Compare@H245_MiscellaneousIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10043 NONAME ?Compare@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBE?AW4Comparison@PObject@@ABV3@@Z @10044 NONAME ?Compare@H245_MobileMultilinkReconfigurationCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @26043 NONAME ?Compare@H245_MobileMultilinkReconfigurationIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @26044 NONAME ?Compare@H245_ModeElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @10045 NONAME ?Compare@H245_MulticastAddress_iP6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @10046 NONAME ?Compare@H245_MulticastAddress_iPAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10047 NONAME ?Compare@H245_MultilinkIndication_excessiveError@@UBE?AW4Comparison@PObject@@ABV3@@Z @26045 NONAME ?Compare@H245_MultilinkRequest_addConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @26046 NONAME ?Compare@H245_MultilinkRequest_callInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @26047 NONAME ?Compare@H245_MultilinkRequest_maximumHeaderInterval@@UBE?AW4Comparison@PObject@@ABV3@@Z @26048 NONAME ?Compare@H245_MultilinkRequest_removeConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @26049 NONAME ?Compare@H245_MultilinkResponse_addConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @26050 NONAME ?Compare@H245_MultilinkResponse_callInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @26051 NONAME ?Compare@H245_MultilinkResponse_maximumHeaderInterval@@UBE?AW4Comparison@PObject@@ABV3@@Z @26052 NONAME ?Compare@H245_MultilinkResponse_removeConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @26053 NONAME ?Compare@H245_MultiplePayloadStream@@UBE?AW4Comparison@PObject@@ABV3@@Z @38703 NONAME ?Compare@H245_MultiplePayloadStreamCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @38704 NONAME ?Compare@H245_MultiplePayloadStreamElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @38705 NONAME ?Compare@H245_MultiplePayloadStreamElementMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @38706 NONAME ?Compare@H245_MultiplePayloadStreamMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @38707 NONAME ?Compare@H245_MultiplexedStreamCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @26054 NONAME ?Compare@H245_MultiplexedStreamModeParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @26055 NONAME ?Compare@H245_MultiplexedStreamParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @26056 NONAME ?Compare@H245_MultiplexElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @10048 NONAME ?Compare@H245_MultiplexEntryDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @10049 NONAME ?Compare@H245_MultiplexEntryRejectionDescriptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @10050 NONAME ?Compare@H245_MultiplexEntrySend@@UBE?AW4Comparison@PObject@@ABV3@@Z @10051 NONAME ?Compare@H245_MultiplexEntrySendAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @10052 NONAME ?Compare@H245_MultiplexEntrySendReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10053 NONAME ?Compare@H245_MultiplexEntrySendRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @10054 NONAME ?Compare@H245_MultipointCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10055 NONAME ?Compare@H245_NetworkAccessParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10056 NONAME ?Compare@H245_NewATMVCCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @26057 NONAME ?Compare@H245_NewATMVCCommand_aal_aal1@@UBE?AW4Comparison@PObject@@ABV3@@Z @26058 NONAME ?Compare@H245_NewATMVCCommand_aal_aal5@@UBE?AW4Comparison@PObject@@ABV3@@Z @26059 NONAME ?Compare@H245_NewATMVCCommand_reverseParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @26060 NONAME ?Compare@H245_NewATMVCIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10057 NONAME ?Compare@H245_NewATMVCIndication_aal_aal1@@UBE?AW4Comparison@PObject@@ABV3@@Z @10058 NONAME ?Compare@H245_NewATMVCIndication_aal_aal5@@UBE?AW4Comparison@PObject@@ABV3@@Z @10059 NONAME ?Compare@H245_NewATMVCIndication_reverseParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10060 NONAME ?Compare@H245_NonStandardIdentifier_h221NonStandard@@UBE?AW4Comparison@PObject@@ABV3@@Z @10061 NONAME ?Compare@H245_NonStandardMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @10062 NONAME ?Compare@H245_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @10063 NONAME ?Compare@H245_NoPTAudioTelephonyEventCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @38708 NONAME ?Compare@H245_OpenLogicalChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @10064 NONAME ?Compare@H245_OpenLogicalChannelAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @10065 NONAME ?Compare@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10066 NONAME ?Compare@H245_OpenLogicalChannelConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @10067 NONAME ?Compare@H245_OpenLogicalChannelReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10068 NONAME ?Compare@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10069 NONAME ?Compare@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10070 NONAME ?Compare@H245_Params@@UBE?AW4Comparison@PObject@@ABV3@@Z @53195 NONAME ?Compare@H245_Q2931Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @10071 NONAME ?Compare@H245_QOSCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10072 NONAME ?Compare@H245_RedundancyEncoding@@UBE?AW4Comparison@PObject@@ABV3@@Z @10073 NONAME ?Compare@H245_RedundancyEncodingCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10074 NONAME ?Compare@H245_RedundancyEncodingDTMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @38709 NONAME ?Compare@H245_RedundancyEncodingDTModeElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @38710 NONAME ?Compare@H245_RedundancyEncodingElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @38711 NONAME ?Compare@H245_RedundancyEncodingMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10075 NONAME ?Compare@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBE?AW4Comparison@PObject@@ABV3@@Z @38712 NONAME ?Compare@H245_RefPictureSelection@@UBE?AW4Comparison@PObject@@ABV3@@Z @10076 NONAME ?Compare@H245_RefPictureSelection_additionalPictureMemory@@UBE?AW4Comparison@PObject@@ABV3@@Z @10077 NONAME ?Compare@H245_RefPictureSelection_enhancedReferencePicSelect@@UBE?AW4Comparison@PObject@@ABV3@@Z @26061 NONAME ?Compare@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @26062 NONAME ?Compare@H245_RequestAllTerminalIDsResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10078 NONAME ?Compare@H245_RequestChannelClose@@UBE?AW4Comparison@PObject@@ABV3@@Z @10079 NONAME ?Compare@H245_RequestChannelCloseAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @10080 NONAME ?Compare@H245_RequestChannelCloseReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10081 NONAME ?Compare@H245_RequestChannelCloseRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @10082 NONAME ?Compare@H245_RequestMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10083 NONAME ?Compare@H245_RequestModeAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @10084 NONAME ?Compare@H245_RequestModeReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10085 NONAME ?Compare@H245_RequestMultiplexEntry@@UBE?AW4Comparison@PObject@@ABV3@@Z @10086 NONAME ?Compare@H245_RequestMultiplexEntryAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @10087 NONAME ?Compare@H245_RequestMultiplexEntryReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10088 NONAME ?Compare@H245_RequestMultiplexEntryRejectionDescriptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @10089 NONAME ?Compare@H245_RequestMultiplexEntryRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @10090 NONAME ?Compare@H245_RoundTripDelayRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10091 NONAME ?Compare@H245_RoundTripDelayResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10092 NONAME ?Compare@H245_RSVPParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10093 NONAME ?Compare@H245_RTPH263VideoRedundancyEncoding@@UBE?AW4Comparison@PObject@@ABV3@@Z @10094 NONAME ?Compare@H245_RTPH263VideoRedundancyFrameMapping@@UBE?AW4Comparison@PObject@@ABV3@@Z @10095 NONAME ?Compare@H245_RTPPayloadType@@UBE?AW4Comparison@PObject@@ABV3@@Z @10096 NONAME ?Compare@H245_SendTerminalCapabilitySet_specificRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10097 NONAME ?Compare@H245_SubstituteConferenceIDCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @10098 NONAME ?Compare@H245_T38FaxProfile@@UBE?AW4Comparison@PObject@@ABV3@@Z @26063 NONAME ?Compare@H245_T38FaxTcpOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @26064 NONAME ?Compare@H245_T38FaxUdpOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @26065 NONAME ?Compare@H245_T84Profile_t84Restricted@@UBE?AW4Comparison@PObject@@ABV3@@Z @10099 NONAME ?Compare@H245_TerminalCapabilitySet@@UBE?AW4Comparison@PObject@@ABV3@@Z @10100 NONAME ?Compare@H245_TerminalCapabilitySetAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @10101 NONAME ?Compare@H245_TerminalCapabilitySetReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10102 NONAME ?Compare@H245_TerminalInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @10103 NONAME ?Compare@H245_TerminalLabel@@UBE?AW4Comparison@PObject@@ABV3@@Z @10104 NONAME ?Compare@H245_TerminalYouAreSeeingInSubPictureNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @10105 NONAME ?Compare@H245_TransparencyParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10106 NONAME ?Compare@H245_TransportCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10107 NONAME ?Compare@H245_UnicastAddress_iP6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @10108 NONAME ?Compare@H245_UnicastAddress_iPAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10109 NONAME ?Compare@H245_UnicastAddress_iPSourceRouteAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10110 NONAME ?Compare@H245_UnicastAddress_iPXAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10111 NONAME ?Compare@H245_UserInputIndication_encryptedAlphanumeric@@UBE?AW4Comparison@PObject@@ABV3@@Z @53196 NONAME ?Compare@H245_UserInputIndication_extendedAlphanumeric@@UBE?AW4Comparison@PObject@@ABV3@@Z @26066 NONAME ?Compare@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBE?AW4Comparison@PObject@@ABV3@@Z @53197 NONAME ?Compare@H245_UserInputIndication_signal@@UBE?AW4Comparison@PObject@@ABV3@@Z @10112 NONAME ?Compare@H245_UserInputIndication_signalUpdate@@UBE?AW4Comparison@PObject@@ABV3@@Z @10113 NONAME ?Compare@H245_UserInputIndication_signalUpdate_rtp@@UBE?AW4Comparison@PObject@@ABV3@@Z @10114 NONAME ?Compare@H245_UserInputIndication_signal_rtp@@UBE?AW4Comparison@PObject@@ABV3@@Z @10115 NONAME ?Compare@H245_V42bis@@UBE?AW4Comparison@PObject@@ABV3@@Z @10116 NONAME ?Compare@H245_V75Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10117 NONAME ?Compare@H245_V75Parameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10118 NONAME ?Compare@H245_V76Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10119 NONAME ?Compare@H245_V76HDLCParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10120 NONAME ?Compare@H245_V76LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10121 NONAME ?Compare@H245_V76LogicalChannelParameters_mode_eRM@@UBE?AW4Comparison@PObject@@ABV3@@Z @10122 NONAME ?Compare@H245_VBDCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @38713 NONAME ?Compare@H245_VBDMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @38714 NONAME ?Compare@H245_VCCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10123 NONAME ?Compare@H245_VCCapability_aal1@@UBE?AW4Comparison@PObject@@ABV3@@Z @10124 NONAME ?Compare@H245_VCCapability_aal1ViaGateway@@UBE?AW4Comparison@PObject@@ABV3@@Z @26067 NONAME ?Compare@H245_VCCapability_aal5@@UBE?AW4Comparison@PObject@@ABV3@@Z @10125 NONAME ?Compare@H245_VCCapability_availableBitRates@@UBE?AW4Comparison@PObject@@ABV3@@Z @10126 NONAME ?Compare@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBE?AW4Comparison@PObject@@ABV3@@Z @10127 NONAME ?Compare@H245_VendorIdentification@@UBE?AW4Comparison@PObject@@ABV3@@Z @10128 NONAME ?Compare@H245_VideoIndicateCompose@@UBE?AW4Comparison@PObject@@ABV3@@Z @10129 NONAME ?Compare@H248_ActionReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @33428 NONAME ?Compare@H248_ActionRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33429 NONAME ?Compare@H248_AmmRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33430 NONAME ?Compare@H248_AmmsReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @33431 NONAME ?Compare@H248_AuditDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33432 NONAME ?Compare@H248_AuditRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33433 NONAME ?Compare@H248_AuditResult@@UBE?AW4Comparison@PObject@@ABV3@@Z @33434 NONAME ?Compare@H248_AuthenticationHeader@@UBE?AW4Comparison@PObject@@ABV3@@Z @33435 NONAME ?Compare@H248_CommandRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33436 NONAME ?Compare@H248_ContextAttrAuditRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33437 NONAME ?Compare@H248_ContextRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33438 NONAME ?Compare@H248_DigitMapDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33439 NONAME ?Compare@H248_DigitMapValue@@UBE?AW4Comparison@PObject@@ABV3@@Z @33440 NONAME ?Compare@H248_DomainName@@UBE?AW4Comparison@PObject@@ABV3@@Z @33441 NONAME ?Compare@H248_ErrorDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33442 NONAME ?Compare@H248_EventParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @33443 NONAME ?Compare@H248_EventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33444 NONAME ?Compare@H248_EventSpec@@UBE?AW4Comparison@PObject@@ABV3@@Z @33445 NONAME ?Compare@H248_H221NonStandard@@UBE?AW4Comparison@PObject@@ABV3@@Z @33446 NONAME ?Compare@H248_IndAudDigitMapDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33447 NONAME ?Compare@H248_IndAudEventBufferDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33448 NONAME ?Compare@H248_IndAudEventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33449 NONAME ?Compare@H248_IndAudLocalControlDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33450 NONAME ?Compare@H248_IndAudLocalRemoteDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33451 NONAME ?Compare@H248_IndAudMediaDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33452 NONAME ?Compare@H248_IndAudPackagesDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33453 NONAME ?Compare@H248_IndAudPropertyParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @33454 NONAME ?Compare@H248_IndAudSeqSigList@@UBE?AW4Comparison@PObject@@ABV3@@Z @33455 NONAME ?Compare@H248_IndAudSignal@@UBE?AW4Comparison@PObject@@ABV3@@Z @33456 NONAME ?Compare@H248_IndAudStatisticsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33457 NONAME ?Compare@H248_IndAudStreamDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33458 NONAME ?Compare@H248_IndAudStreamParms@@UBE?AW4Comparison@PObject@@ABV3@@Z @33459 NONAME ?Compare@H248_IndAudTerminationStateDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33460 NONAME ?Compare@H248_IP4Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @33461 NONAME ?Compare@H248_IP6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @33462 NONAME ?Compare@H248_LocalControlDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33463 NONAME ?Compare@H248_LocalRemoteDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33464 NONAME ?Compare@H248_MediaDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33465 NONAME ?Compare@H248_MegacoMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @33466 NONAME ?Compare@H248_Message@@UBE?AW4Comparison@PObject@@ABV3@@Z @33467 NONAME ?Compare@H248_ModemDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33468 NONAME ?Compare@H248_MuxDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33469 NONAME ?Compare@H248_NonStandardData@@UBE?AW4Comparison@PObject@@ABV3@@Z @33470 NONAME ?Compare@H248_NotifyReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @33471 NONAME ?Compare@H248_NotifyRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33472 NONAME ?Compare@H248_ObservedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @33473 NONAME ?Compare@H248_ObservedEventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33474 NONAME ?Compare@H248_PackagesItem@@UBE?AW4Comparison@PObject@@ABV3@@Z @33475 NONAME ?Compare@H248_PropertyParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @33476 NONAME ?Compare@H248_RequestedActions@@UBE?AW4Comparison@PObject@@ABV3@@Z @33477 NONAME ?Compare@H248_RequestedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @33478 NONAME ?Compare@H248_SecondEventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33479 NONAME ?Compare@H248_SecondRequestedActions@@UBE?AW4Comparison@PObject@@ABV3@@Z @33480 NONAME ?Compare@H248_SecondRequestedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @33481 NONAME ?Compare@H248_SeqSigList@@UBE?AW4Comparison@PObject@@ABV3@@Z @33482 NONAME ?Compare@H248_ServiceChangeParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @33483 NONAME ?Compare@H248_ServiceChangeProfile@@UBE?AW4Comparison@PObject@@ABV3@@Z @33484 NONAME ?Compare@H248_ServiceChangeReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @33485 NONAME ?Compare@H248_ServiceChangeRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33486 NONAME ?Compare@H248_ServiceChangeResParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @33487 NONAME ?Compare@H248_Signal@@UBE?AW4Comparison@PObject@@ABV3@@Z @33488 NONAME ?Compare@H248_SigParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @33489 NONAME ?Compare@H248_StatisticsParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @33490 NONAME ?Compare@H248_StreamDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33491 NONAME ?Compare@H248_StreamParms@@UBE?AW4Comparison@PObject@@ABV3@@Z @33492 NONAME ?Compare@H248_SubtractRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33493 NONAME ?Compare@H248_TerminationID@@UBE?AW4Comparison@PObject@@ABV3@@Z @33494 NONAME ?Compare@H248_TerminationStateDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33495 NONAME ?Compare@H248_TimeNotation@@UBE?AW4Comparison@PObject@@ABV3@@Z @33496 NONAME ?Compare@H248_TopologyRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33497 NONAME ?Compare@H248_TransactionAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @33498 NONAME ?Compare@H248_TransactionPending@@UBE?AW4Comparison@PObject@@ABV3@@Z @33499 NONAME ?Compare@H248_TransactionReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @33500 NONAME ?Compare@H248_TransactionRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33501 NONAME ?Compare@H323Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10130 NONAME ?Compare@H323ChannelNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @17594 NONAME ?Compare@H323GatekeeperCall@@UBE?AW4Comparison@PObject@@ABV3@@Z @28493 NONAME ?Compare@H323GenericAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @53337 NONAME ?Compare@H323GenericVideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @53338 NONAME ?Compare@H323GSMPluginCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @50446 NONAME ?Compare@H323H261PluginCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @50447 NONAME ?Compare@H323NonStandardAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @20551 NONAME ?Compare@H323NonStandardDataCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @20552 NONAME ?Compare@H323NonStandardVideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @20553 NONAME ?Compare@H323PeerElementDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @37242 NONAME ?Compare@H323PeerElementServiceRelationship@@UBE?AW4Comparison@PObject@@ABV3@@Z @37243 NONAME ?Compare@H323PluginG7231Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @50448 NONAME ?Compare@H323RegisteredEndPoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @28494 NONAME ?Compare@H323_H261Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @17407 NONAME ?Compare@H323_LIDCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @30802 NONAME ?Compare@H323_RFC2190_H263Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @53875 NONAME ?Compare@H323_T38Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @28630 NONAME ?Compare@H45010_CfbOvrOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23575 NONAME ?Compare@H45010_CoReqOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23576 NONAME ?Compare@H45010_RUAlertOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23577 NONAME ?Compare@H45011_CIFrcRelArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23578 NONAME ?Compare@H45011_CIFrcRelOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23579 NONAME ?Compare@H45011_CIGetCIPLOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23580 NONAME ?Compare@H45011_CIGetCIPLRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23581 NONAME ?Compare@H45011_CIIsOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23582 NONAME ?Compare@H45011_CIIsOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23583 NONAME ?Compare@H45011_CINotificationArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23584 NONAME ?Compare@H45011_CIRequestArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23585 NONAME ?Compare@H45011_CIRequestRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23586 NONAME ?Compare@H45011_CISilentArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23587 NONAME ?Compare@H45011_CISilentOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23588 NONAME ?Compare@H45011_CIWobOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23589 NONAME ?Compare@H45011_CIWobOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23590 NONAME ?Compare@H4501_Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @21695 NONAME ?Compare@H4501_AddressScreened@@UBE?AW4Comparison@PObject@@ABV3@@Z @21696 NONAME ?Compare@H4501_EndpointAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @21697 NONAME ?Compare@H4501_Extension@@UBE?AW4Comparison@PObject@@ABV3@@Z @21698 NONAME ?Compare@H4501_NetworkFacilityExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @21699 NONAME ?Compare@H4501_NumberScreened@@UBE?AW4Comparison@PObject@@ABV3@@Z @21700 NONAME ?Compare@H4501_SupplementaryService@@UBE?AW4Comparison@PObject@@ABV3@@Z @21701 NONAME ?Compare@H4501_UserSpecifiedSubaddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @21702 NONAME ?Compare@H4502_CTActiveArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @21703 NONAME ?Compare@H4502_CTCompleteArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @21704 NONAME ?Compare@H4502_CTIdentifyRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @21705 NONAME ?Compare@H4502_CTInitiateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @21706 NONAME ?Compare@H4502_CTSetupArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @21707 NONAME ?Compare@H4502_CTUpdateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @21708 NONAME ?Compare@H4502_SubaddressTransferArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @21709 NONAME ?Compare@H4503_IntResult@@UBE?AW4Comparison@PObject@@ABV3@@Z @22758 NONAME ?Compare@H4504_Extension@@UBE?AW4Comparison@PObject@@ABV3@@Z @22392 NONAME ?Compare@H4504_HoldNotificArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @22393 NONAME ?Compare@H4504_RemoteHoldArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @22394 NONAME ?Compare@H4504_RemoteHoldRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @22395 NONAME ?Compare@H4504_RemoteRetrieveArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @22396 NONAME ?Compare@H4504_RemoteRetrieveRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @22397 NONAME ?Compare@H4504_RetrieveNotificArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @22398 NONAME ?Compare@H4505_CpickupNotifyArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23591 NONAME ?Compare@H4505_CpNotifyArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23592 NONAME ?Compare@H4505_CpRequestArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23593 NONAME ?Compare@H4505_CpRequestRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23594 NONAME ?Compare@H4505_CpSetupArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23595 NONAME ?Compare@H4505_CpSetupRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23596 NONAME ?Compare@H4505_GroupIndicationOffArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23597 NONAME ?Compare@H4505_GroupIndicationOffRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23598 NONAME ?Compare@H4505_GroupIndicationOnArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23599 NONAME ?Compare@H4505_GroupIndicationOnRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23600 NONAME ?Compare@H4505_PickExeArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23601 NONAME ?Compare@H4505_PickExeRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23602 NONAME ?Compare@H4505_PickrequArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23603 NONAME ?Compare@H4505_PickrequRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23604 NONAME ?Compare@H4505_PickupArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23605 NONAME ?Compare@H4505_PickupRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23606 NONAME ?Compare@H4506_CallWaitingArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23607 NONAME ?Compare@H4507_MWIActivateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23608 NONAME ?Compare@H4507_MWIDeactivateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23609 NONAME ?Compare@H4507_MWIInterrogateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23610 NONAME ?Compare@H4507_MWIInterrogateResElt@@UBE?AW4Comparison@PObject@@ABV3@@Z @23611 NONAME ?Compare@H4509_CcLongArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23612 NONAME ?Compare@H4509_CcRequestArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23613 NONAME ?Compare@H4509_CcRequestRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23614 NONAME ?Compare@H4509_CcShortArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23615 NONAME ?Compare@H501_AccessConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36103 NONAME ?Compare@H501_AccessRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @36104 NONAME ?Compare@H501_AccessRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @36105 NONAME ?Compare@H501_AddressTemplate@@UBE?AW4Comparison@PObject@@ABV3@@Z @36106 NONAME ?Compare@H501_AlternatePE@@UBE?AW4Comparison@PObject@@ABV3@@Z @36107 NONAME ?Compare@H501_AlternatePEInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @36108 NONAME ?Compare@H501_AuthenticationRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @36109 NONAME ?Compare@H501_AuthenticationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @36110 NONAME ?Compare@H501_CallInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36111 NONAME ?Compare@H501_ContactInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36112 NONAME ?Compare@H501_Descriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @36113 NONAME ?Compare@H501_DescriptorConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36114 NONAME ?Compare@H501_DescriptorIDConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36115 NONAME ?Compare@H501_DescriptorIDRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @36116 NONAME ?Compare@H501_DescriptorInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @36117 NONAME ?Compare@H501_DescriptorRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @36118 NONAME ?Compare@H501_DescriptorRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @36119 NONAME ?Compare@H501_DescriptorUpdate@@UBE?AW4Comparison@PObject@@ABV3@@Z @36120 NONAME ?Compare@H501_Message@@UBE?AW4Comparison@PObject@@ABV3@@Z @36121 NONAME ?Compare@H501_MessageCommonInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @36122 NONAME ?Compare@H501_NonStandardRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @36123 NONAME ?Compare@H501_PartyInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36124 NONAME ?Compare@H501_Pattern_range@@UBE?AW4Comparison@PObject@@ABV3@@Z @36125 NONAME ?Compare@H501_PriceElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @36126 NONAME ?Compare@H501_PriceInfoSpec@@UBE?AW4Comparison@PObject@@ABV3@@Z @36127 NONAME ?Compare@H501_RequestInProgress@@UBE?AW4Comparison@PObject@@ABV3@@Z @36128 NONAME ?Compare@H501_RouteInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36129 NONAME ?Compare@H501_SecurityMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @36130 NONAME ?Compare@H501_ServiceConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36131 NONAME ?Compare@H501_ServiceRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @36132 NONAME ?Compare@H501_ServiceRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @36133 NONAME ?Compare@H501_ServiceRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @36134 NONAME ?Compare@H501_TerminationCause@@UBE?AW4Comparison@PObject@@ABV3@@Z @36135 NONAME ?Compare@H501_UnknownMessageResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @36136 NONAME ?Compare@H501_UpdateInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36137 NONAME ?Compare@H501_UsageField@@UBE?AW4Comparison@PObject@@ABV3@@Z @36138 NONAME ?Compare@H501_UsageIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @36139 NONAME ?Compare@H501_UsageIndicationRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @36140 NONAME ?Compare@H501_UsageRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @36141 NONAME ?Compare@H501_UsageRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @36142 NONAME ?Compare@H501_UsageSpecification@@UBE?AW4Comparison@PObject@@ABV3@@Z @36143 NONAME ?Compare@H501_UsageSpecification_when@@UBE?AW4Comparison@PObject@@ABV3@@Z @36144 NONAME ?Compare@H501_UserInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36145 NONAME ?Compare@H501_ValidationConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36146 NONAME ?Compare@H501_ValidationRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @36147 NONAME ?Compare@H501_ValidationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @36148 NONAME ?Compare@MCS_AUcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @10146 NONAME ?Compare@MCS_CAin@@UBE?AW4Comparison@PObject@@ABV3@@Z @10147 NONAME ?Compare@MCS_CArq@@UBE?AW4Comparison@PObject@@ABV3@@Z @10148 NONAME ?Compare@MCS_CCcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @10149 NONAME ?Compare@MCS_CCrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @10150 NONAME ?Compare@MCS_CDin@@UBE?AW4Comparison@PObject@@ABV3@@Z @10151 NONAME ?Compare@MCS_CDrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @10152 NONAME ?Compare@MCS_CEin@@UBE?AW4Comparison@PObject@@ABV3@@Z @10153 NONAME ?Compare@MCS_CErq@@UBE?AW4Comparison@PObject@@ABV3@@Z @10154 NONAME ?Compare@MCS_ChannelAttributes_assigned@@UBE?AW4Comparison@PObject@@ABV3@@Z @10155 NONAME ?Compare@MCS_ChannelAttributes_private@@UBE?AW4Comparison@PObject@@ABV3@@Z @10156 NONAME ?Compare@MCS_ChannelAttributes_static@@UBE?AW4Comparison@PObject@@ABV3@@Z @10157 NONAME ?Compare@MCS_ChannelAttributes_userId@@UBE?AW4Comparison@PObject@@ABV3@@Z @10158 NONAME ?Compare@MCS_CJcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @10159 NONAME ?Compare@MCS_CJrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @10160 NONAME ?Compare@MCS_CLrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @10161 NONAME ?Compare@MCS_Connect_Additional@@UBE?AW4Comparison@PObject@@ABV3@@Z @10162 NONAME ?Compare@MCS_Connect_Initial@@UBE?AW4Comparison@PObject@@ABV3@@Z @10163 NONAME ?Compare@MCS_Connect_Response@@UBE?AW4Comparison@PObject@@ABV3@@Z @10164 NONAME ?Compare@MCS_Connect_Result@@UBE?AW4Comparison@PObject@@ABV3@@Z @10165 NONAME ?Compare@MCS_DomainParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10166 NONAME ?Compare@MCS_DPum@@UBE?AW4Comparison@PObject@@ABV3@@Z @10167 NONAME ?Compare@MCS_DUin@@UBE?AW4Comparison@PObject@@ABV3@@Z @10168 NONAME ?Compare@MCS_DUrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @10169 NONAME ?Compare@MCS_EDrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @10170 NONAME ?Compare@MCS_MCcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @10171 NONAME ?Compare@MCS_MCrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @10172 NONAME ?Compare@MCS_MTcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @10173 NONAME ?Compare@MCS_MTrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @10174 NONAME ?Compare@MCS_PCin@@UBE?AW4Comparison@PObject@@ABV3@@Z @10175 NONAME ?Compare@MCS_PDin@@UBE?AW4Comparison@PObject@@ABV3@@Z @10176 NONAME ?Compare@MCS_PTin@@UBE?AW4Comparison@PObject@@ABV3@@Z @10177 NONAME ?Compare@MCS_RJum@@UBE?AW4Comparison@PObject@@ABV3@@Z @10178 NONAME ?Compare@MCS_SDin@@UBE?AW4Comparison@PObject@@ABV3@@Z @10179 NONAME ?Compare@MCS_SDrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @10180 NONAME ?Compare@MCS_TGcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @10181 NONAME ?Compare@MCS_TGrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @10182 NONAME ?Compare@MCS_TIcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @10183 NONAME ?Compare@MCS_TIrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @10184 NONAME ?Compare@MCS_TokenAttributes_given@@UBE?AW4Comparison@PObject@@ABV3@@Z @10185 NONAME ?Compare@MCS_TokenAttributes_giving@@UBE?AW4Comparison@PObject@@ABV3@@Z @10186 NONAME ?Compare@MCS_TokenAttributes_grabbed@@UBE?AW4Comparison@PObject@@ABV3@@Z @10187 NONAME ?Compare@MCS_TokenAttributes_inhibited@@UBE?AW4Comparison@PObject@@ABV3@@Z @10188 NONAME ?Compare@MCS_TokenAttributes_ungivable@@UBE?AW4Comparison@PObject@@ABV3@@Z @10189 NONAME ?Compare@MCS_TPin@@UBE?AW4Comparison@PObject@@ABV3@@Z @10190 NONAME ?Compare@MCS_TPrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @10191 NONAME ?Compare@MCS_TRcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @10192 NONAME ?Compare@MCS_TRrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @10193 NONAME ?Compare@MCS_TTcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @10194 NONAME ?Compare@MCS_TTrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @10195 NONAME ?Compare@MCS_TVcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @10196 NONAME ?Compare@MCS_TVin@@UBE?AW4Comparison@PObject@@ABV3@@Z @10197 NONAME ?Compare@MCS_TVrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @10198 NONAME ?Compare@MCS_TVrs@@UBE?AW4Comparison@PObject@@ABV3@@Z @10199 NONAME ?Compare@MCS_USin@@UBE?AW4Comparison@PObject@@ABV3@@Z @10200 NONAME ?Compare@MCS_USrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @10201 NONAME ?Compare@T38_Data_Field_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @28194 NONAME ?Compare@T38_IFPPacket@@UBE?AW4Comparison@PObject@@ABV3@@Z @28195 NONAME ?Compare@T38_PreCorrigendum_Data_Field_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @31735 NONAME ?Compare@T38_PreCorrigendum_IFPPacket@@UBE?AW4Comparison@PObject@@ABV3@@Z @31736 NONAME ?Compare@T38_UDPTLPacket@@UBE?AW4Comparison@PObject@@ABV3@@Z @28196 NONAME ?Compare@T38_UDPTLPacket_error_recovery_fec_info@@UBE?AW4Comparison@PObject@@ABV3@@Z @28197 NONAME ?Compare@X880_Invoke@@UBE?AW4Comparison@PObject@@ABV3@@Z @21710 NONAME ?Compare@X880_Reject@@UBE?AW4Comparison@PObject@@ABV3@@Z @21711 NONAME ?Compare@X880_ReturnError@@UBE?AW4Comparison@PObject@@ABV3@@Z @21712 NONAME ?Compare@X880_ReturnResult@@UBE?AW4Comparison@PObject@@ABV3@@Z @21713 NONAME ?Compare@X880_ReturnResult_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @21714 NONAME ?CompareData@H323NonStandardCapabilityInfo@@IBE?AW4Comparison@PObject@@ABVPBYTEArray@@@Z @20554 NONAME ?CompareInfo@H323GenericCapabilityInfo@@IBE?AW4Comparison@PObject@@ABV1@@Z @53339 NONAME ?CompareInfo@H323NonStandardCapabilityInfo@@IBE?AW4Comparison@PObject@@ABV1@@Z @20555 NONAME ?CompareObjectMemoryDirect@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27781 NONAME ?CompareObjectMemoryDirect@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27782 NONAME ?CompareObjectMemoryDirect@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27783 NONAME ?CompareObjectMemoryDirect@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27784 NONAME ?CompareObjectMemoryDirect@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27785 NONAME ?CompareObjectMemoryDirect@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27786 NONAME ?CompareObjectMemoryDirect@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27787 NONAME ?CompareObjectMemoryDirect@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27788 NONAME ?CompareObjectMemoryDirect@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27789 NONAME ?CompareObjectMemoryDirect@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @27790 NONAME ?CompareObjectMemoryDirect@?$PArray@V?$PList@VH323Capability@@@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @10212 NONAME ?CompareObjectMemoryDirect@?$PArray@VH323SimultaneousCapabilities@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @10213 NONAME ?CompareObjectMemoryDirect@?$PArray@VH323TransportAddress@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @28495 NONAME ?CompareObjectMemoryDirect@?$PArray@VReceiverReport@RTP_Session@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @17079 NONAME ?CompareObjectMemoryDirect@?$PArray@VSourceDescription@RTP_Session@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @17080 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @10214 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @33502 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @29014 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @10215 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @37402 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @10216 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPString@@VH323Connection@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @10217 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @28496 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPString@@VPOrdinalKey@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @37482 NONAME ?CompareObjectMemoryDirect@?$PList@VH235Authenticator@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @28865 NONAME ?CompareObjectMemoryDirect@?$PList@VH245_GenericParameter@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @53340 NONAME ?CompareObjectMemoryDirect@?$PList@VH263Packet@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @53876 NONAME ?CompareObjectMemoryDirect@?$PList@VH323Capability@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @10218 NONAME ?CompareObjectMemoryDirect@?$PList@VH323Channel@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @10219 NONAME ?CompareObjectMemoryDirect@?$PList@VH323GatekeeperListener@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @28497 NONAME ?CompareObjectMemoryDirect@?$PList@VH323Listener@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @10221 NONAME ?CompareObjectMemoryDirect@?$PList@VH323Transactor@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @34990 NONAME ?CompareObjectMemoryDirect@?$PList@VH450xHandler@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @29015 NONAME ?CompareObjectMemoryDirect@?$PList@VOpalMediaFormat@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @20605 NONAME ?CompareObjectMemoryDirect@?$PList@VPBYTEArray@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @34564 NONAME ?CompareObjectMemoryDirect@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @31637 NONAME ?CompareObjectMemoryDirect@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @37244 NONAME ?CompareObjectMemoryDirect@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @37245 NONAME ?CompareObjectMemoryDirect@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @31638 NONAME ?CompareObjectMemoryDirect@?$PSafePtr@VH323GatekeeperCall@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @30414 NONAME ?CompareObjectMemoryDirect@?$PSafePtr@VH323PeerElementDescriptor@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @37246 NONAME ?CompareObjectMemoryDirect@?$PSafePtr@VH323PeerElementServiceRelationship@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @37247 NONAME ?CompareObjectMemoryDirect@?$PSafePtr@VH323RegisteredEndPoint@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @30415 NONAME ?CompareObjectMemoryDirect@?$PSet@VPOrdinalKey@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @37483 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @30829 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VH225_AliasAddress@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @37640 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VH323GatekeeperCall@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @28498 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VH323PeerElementDescriptor@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @37248 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VH323PeerElementServiceRelationship@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @37249 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VMXRecord@PDNS@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @52894 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VResponse@H323Transactor@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @37403 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VSRVRecord@PDNS@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @52895 NONAME ?CompareObjectMemoryDirect@AlternateInfo@H323Gatekeeper@@UBE?AW4Comparison@PObject@@ABV4@@Z @30830 NONAME ?CompareObjectMemoryDirect@ByteQueue@OpalVoipBlasterDevice@@UBE?AW4Comparison@PObject@@ABV4@@Z @29756 NONAME ?CompareObjectMemoryDirect@FilterInfo@H323Codec@@UBE?AW4Comparison@PObject@@ABV4@@Z @29975 NONAME ?CompareObjectMemoryDirect@G7231_File_Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @31056 NONAME ?CompareObjectMemoryDirect@G7231_File_Codec@@UBE?AW4Comparison@PObject@@ABV3@@Z @31057 NONAME ?CompareObjectMemoryDirect@GCC_AlternativeNodeID@@UBE?AW4Comparison@PObject@@ABV3@@Z @10222 NONAME ?CompareObjectMemoryDirect@GCC_ApplicationInvokeIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10223 NONAME ?CompareObjectMemoryDirect@GCC_ApplicationInvokeSpecifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @10224 NONAME ?CompareObjectMemoryDirect@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@UBE?AW4Comparison@PObject@@ABV3@@Z @10225 NONAME ?CompareObjectMemoryDirect@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @10226 NONAME ?CompareObjectMemoryDirect@GCC_ApplicationRecord@@UBE?AW4Comparison@PObject@@ABV3@@Z @10227 NONAME ?CompareObjectMemoryDirect@GCC_ApplicationRecord_nonCollapsingCapabilities@@UBE?AW4Comparison@PObject@@ABV3@@Z @10228 NONAME ?CompareObjectMemoryDirect@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @10229 NONAME ?CompareObjectMemoryDirect@GCC_ArrayOf_ApplicationInvokeSpecifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @10230 NONAME ?CompareObjectMemoryDirect@GCC_ArrayOf_ChallengeItem@@UBE?AW4Comparison@PObject@@ABV3@@Z @10231 NONAME ?CompareObjectMemoryDirect@GCC_ArrayOf_ConferenceDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @10232 NONAME ?CompareObjectMemoryDirect@GCC_ArrayOf_Privilege@@UBE?AW4Comparison@PObject@@ABV3@@Z @10233 NONAME ?CompareObjectMemoryDirect@GCC_ArrayOf_TextString@@UBE?AW4Comparison@PObject@@ABV3@@Z @10234 NONAME ?CompareObjectMemoryDirect@GCC_ArrayOf_UserID@@UBE?AW4Comparison@PObject@@ABV3@@Z @10235 NONAME ?CompareObjectMemoryDirect@GCC_AsymmetryIndicator@@UBE?AW4Comparison@PObject@@ABV3@@Z @10236 NONAME ?CompareObjectMemoryDirect@GCC_CapabilityClass@@UBE?AW4Comparison@PObject@@ABV3@@Z @10237 NONAME ?CompareObjectMemoryDirect@GCC_CapabilityID@@UBE?AW4Comparison@PObject@@ABV3@@Z @10238 NONAME ?CompareObjectMemoryDirect@GCC_ChallengeItem@@UBE?AW4Comparison@PObject@@ABV3@@Z @10239 NONAME ?CompareObjectMemoryDirect@GCC_ChallengeRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10240 NONAME ?CompareObjectMemoryDirect@GCC_ChallengeResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10241 NONAME ?CompareObjectMemoryDirect@GCC_ChallengeResponseAlgorithm@@UBE?AW4Comparison@PObject@@ABV3@@Z @10242 NONAME ?CompareObjectMemoryDirect@GCC_ChallengeResponseItem@@UBE?AW4Comparison@PObject@@ABV3@@Z @10243 NONAME ?CompareObjectMemoryDirect@GCC_ChannelID@@UBE?AW4Comparison@PObject@@ABV3@@Z @10244 NONAME ?CompareObjectMemoryDirect@GCC_ChannelType@@UBE?AW4Comparison@PObject@@ABV3@@Z @10245 NONAME ?CompareObjectMemoryDirect@GCC_ConductorAssignIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10246 NONAME ?CompareObjectMemoryDirect@GCC_ConductorPermissionAskIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10247 NONAME ?CompareObjectMemoryDirect@GCC_ConductorPermissionGrantIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10248 NONAME ?CompareObjectMemoryDirect@GCC_ConductorReleaseIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10249 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceAddRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10250 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceAddResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10251 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceAddResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @10252 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceAssistanceIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10253 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceCreateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10254 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceCreateResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10255 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceCreateResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @10256 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @10257 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceEjectUserIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10258 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceEjectUserIndication_reason@@UBE?AW4Comparison@PObject@@ABV3@@Z @10259 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceEjectUserRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10260 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceEjectUserRequest_reason@@UBE?AW4Comparison@PObject@@ABV3@@Z @10261 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceEjectUserResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10262 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceEjectUserResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @10263 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceInviteRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10264 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceInviteResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10265 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceInviteResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @10266 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceJoinRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10267 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceJoinResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10268 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceJoinResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @10269 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceLockIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10270 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceLockRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10271 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceLockResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10272 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceLockResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @10273 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceName@@UBE?AW4Comparison@PObject@@ABV3@@Z @10274 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceNameModifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @10275 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceNameSelector@@UBE?AW4Comparison@PObject@@ABV3@@Z @10276 NONAME ?CompareObjectMemoryDirect@GCC_ConferencePriority@@UBE?AW4Comparison@PObject@@ABV3@@Z @10277 NONAME ?CompareObjectMemoryDirect@GCC_ConferencePriorityScheme@@UBE?AW4Comparison@PObject@@ABV3@@Z @10278 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceQueryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10279 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceQueryResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10280 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceQueryResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @10281 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTerminateIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10282 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTerminateIndication_reason@@UBE?AW4Comparison@PObject@@ABV3@@Z @10283 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTerminateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10284 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTerminateRequest_reason@@UBE?AW4Comparison@PObject@@ABV3@@Z @10285 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTerminateResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10286 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTerminateResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @10287 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTimeExtendIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10288 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTimeInquireIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10289 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTimeRemainingIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10290 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTransferIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10291 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTransferRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10292 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTransferResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10293 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceTransferResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @10294 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceUnlockIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10295 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceUnlockRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10296 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceUnlockResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10297 NONAME ?CompareObjectMemoryDirect@GCC_ConferenceUnlockResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @10298 NONAME ?CompareObjectMemoryDirect@GCC_ConnectData@@UBE?AW4Comparison@PObject@@ABV3@@Z @10299 NONAME ?CompareObjectMemoryDirect@GCC_ConnectGCCPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @10300 NONAME ?CompareObjectMemoryDirect@GCC_DialingString@@UBE?AW4Comparison@PObject@@ABV3@@Z @10301 NONAME ?CompareObjectMemoryDirect@GCC_DynamicChannelID@@UBE?AW4Comparison@PObject@@ABV3@@Z @10302 NONAME ?CompareObjectMemoryDirect@GCC_DynamicTokenID@@UBE?AW4Comparison@PObject@@ABV3@@Z @10303 NONAME ?CompareObjectMemoryDirect@GCC_EntityID@@UBE?AW4Comparison@PObject@@ABV3@@Z @10304 NONAME ?CompareObjectMemoryDirect@GCC_ExtraDialingString@@UBE?AW4Comparison@PObject@@ABV3@@Z @10305 NONAME ?CompareObjectMemoryDirect@GCC_FunctionNotSupportedResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10306 NONAME ?CompareObjectMemoryDirect@GCC_GCCPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @10307 NONAME ?CompareObjectMemoryDirect@GCC_H221NonStandardIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @10308 NONAME ?CompareObjectMemoryDirect@GCC_Handle@@UBE?AW4Comparison@PObject@@ABV3@@Z @10309 NONAME ?CompareObjectMemoryDirect@GCC_IndicationPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @10310 NONAME ?CompareObjectMemoryDirect@GCC_Key@@UBE?AW4Comparison@PObject@@ABV3@@Z @10311 NONAME ?CompareObjectMemoryDirect@GCC_NetworkAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10312 NONAME ?CompareObjectMemoryDirect@GCC_NetworkAddress_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @10313 NONAME ?CompareObjectMemoryDirect@GCC_NetworkAddress_subtype_aggregatedChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @10314 NONAME ?CompareObjectMemoryDirect@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBE?AW4Comparison@PObject@@ABV3@@Z @10315 NONAME ?CompareObjectMemoryDirect@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBE?AW4Comparison@PObject@@ABV3@@Z @10316 NONAME ?CompareObjectMemoryDirect@GCC_NetworkAddress_subtype_transportConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @10317 NONAME ?CompareObjectMemoryDirect@GCC_NodeProperties@@UBE?AW4Comparison@PObject@@ABV3@@Z @10318 NONAME ?CompareObjectMemoryDirect@GCC_NodeRecord@@UBE?AW4Comparison@PObject@@ABV3@@Z @10319 NONAME ?CompareObjectMemoryDirect@GCC_NodeType@@UBE?AW4Comparison@PObject@@ABV3@@Z @10320 NONAME ?CompareObjectMemoryDirect@GCC_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @10321 NONAME ?CompareObjectMemoryDirect@GCC_NonStandardPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @10322 NONAME ?CompareObjectMemoryDirect@GCC_Password@@UBE?AW4Comparison@PObject@@ABV3@@Z @10323 NONAME ?CompareObjectMemoryDirect@GCC_PasswordChallengeRequestResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10324 NONAME ?CompareObjectMemoryDirect@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10325 NONAME ?CompareObjectMemoryDirect@GCC_PasswordSelector@@UBE?AW4Comparison@PObject@@ABV3@@Z @10326 NONAME ?CompareObjectMemoryDirect@GCC_Privilege@@UBE?AW4Comparison@PObject@@ABV3@@Z @10327 NONAME ?CompareObjectMemoryDirect@GCC_RegistryAllocateHandleRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10328 NONAME ?CompareObjectMemoryDirect@GCC_RegistryAllocateHandleResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10329 NONAME ?CompareObjectMemoryDirect@GCC_RegistryAllocateHandleResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @10330 NONAME ?CompareObjectMemoryDirect@GCC_RegistryAssignTokenRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10331 NONAME ?CompareObjectMemoryDirect@GCC_RegistryDeleteEntryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10332 NONAME ?CompareObjectMemoryDirect@GCC_RegistryEntryOwner@@UBE?AW4Comparison@PObject@@ABV3@@Z @10333 NONAME ?CompareObjectMemoryDirect@GCC_RegistryEntryOwner_owned@@UBE?AW4Comparison@PObject@@ABV3@@Z @10334 NONAME ?CompareObjectMemoryDirect@GCC_RegistryItem@@UBE?AW4Comparison@PObject@@ABV3@@Z @10335 NONAME ?CompareObjectMemoryDirect@GCC_RegistryKey@@UBE?AW4Comparison@PObject@@ABV3@@Z @10336 NONAME ?CompareObjectMemoryDirect@GCC_RegistryModificationRights@@UBE?AW4Comparison@PObject@@ABV3@@Z @10337 NONAME ?CompareObjectMemoryDirect@GCC_RegistryMonitorEntryIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10338 NONAME ?CompareObjectMemoryDirect@GCC_RegistryMonitorEntryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10339 NONAME ?CompareObjectMemoryDirect@GCC_RegistryRegisterChannelRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10340 NONAME ?CompareObjectMemoryDirect@GCC_RegistryResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10341 NONAME ?CompareObjectMemoryDirect@GCC_RegistryResponse_primitiveType@@UBE?AW4Comparison@PObject@@ABV3@@Z @10342 NONAME ?CompareObjectMemoryDirect@GCC_RegistryResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @10343 NONAME ?CompareObjectMemoryDirect@GCC_RegistryRetrieveEntryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10344 NONAME ?CompareObjectMemoryDirect@GCC_RegistrySetParameterRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10345 NONAME ?CompareObjectMemoryDirect@GCC_RequestPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @10346 NONAME ?CompareObjectMemoryDirect@GCC_ResponsePDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @10347 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10348 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @10349 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @10350 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@UBE?AW4Comparison@PObject@@ABV3@@Z @10351 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@UBE?AW4Comparison@PObject@@ABV3@@Z @10352 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @10353 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@UBE?AW4Comparison@PObject@@ABV3@@Z @10354 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@UBE?AW4Comparison@PObject@@ABV3@@Z @10355 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @10356 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@UBE?AW4Comparison@PObject@@ABV3@@Z @10357 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @10358 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@UBE?AW4Comparison@PObject@@ABV3@@Z @10359 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_nodeInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @10360 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@UBE?AW4Comparison@PObject@@ABV3@@Z @10361 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@UBE?AW4Comparison@PObject@@ABV3@@Z @10362 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @10363 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@UBE?AW4Comparison@PObject@@ABV3@@Z @10364 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @10365 NONAME ?CompareObjectMemoryDirect@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@UBE?AW4Comparison@PObject@@ABV3@@Z @10366 NONAME ?CompareObjectMemoryDirect@GCC_SessionKey@@UBE?AW4Comparison@PObject@@ABV3@@Z @10367 NONAME ?CompareObjectMemoryDirect@GCC_SimpleNumericString@@UBE?AW4Comparison@PObject@@ABV3@@Z @10368 NONAME ?CompareObjectMemoryDirect@GCC_SimpleTextString@@UBE?AW4Comparison@PObject@@ABV3@@Z @10369 NONAME ?CompareObjectMemoryDirect@GCC_StaticChannelID@@UBE?AW4Comparison@PObject@@ABV3@@Z @10370 NONAME ?CompareObjectMemoryDirect@GCC_StaticTokenID@@UBE?AW4Comparison@PObject@@ABV3@@Z @10371 NONAME ?CompareObjectMemoryDirect@GCC_SubAddressString@@UBE?AW4Comparison@PObject@@ABV3@@Z @10372 NONAME ?CompareObjectMemoryDirect@GCC_TerminationMethod@@UBE?AW4Comparison@PObject@@ABV3@@Z @10373 NONAME ?CompareObjectMemoryDirect@GCC_TextMessageIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10374 NONAME ?CompareObjectMemoryDirect@GCC_TextString@@UBE?AW4Comparison@PObject@@ABV3@@Z @10375 NONAME ?CompareObjectMemoryDirect@GCC_Time@@UBE?AW4Comparison@PObject@@ABV3@@Z @10376 NONAME ?CompareObjectMemoryDirect@GCC_TokenID@@UBE?AW4Comparison@PObject@@ABV3@@Z @10377 NONAME ?CompareObjectMemoryDirect@GCC_UserData@@UBE?AW4Comparison@PObject@@ABV3@@Z @10378 NONAME ?CompareObjectMemoryDirect@GCC_UserData_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @10379 NONAME ?CompareObjectMemoryDirect@GCC_UserID@@UBE?AW4Comparison@PObject@@ABV3@@Z @10380 NONAME ?CompareObjectMemoryDirect@GCC_UserIDIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10381 NONAME ?CompareObjectMemoryDirect@H225CallThread@@UBE?AW4Comparison@PObject@@ABV3@@Z @10382 NONAME ?CompareObjectMemoryDirect@H225TransportThread@@UBE?AW4Comparison@PObject@@ABV3@@Z @10384 NONAME ?CompareObjectMemoryDirect@H225_AddressPattern@@UBE?AW4Comparison@PObject@@ABV3@@Z @26068 NONAME ?CompareObjectMemoryDirect@H225_AddressPattern_range@@UBE?AW4Comparison@PObject@@ABV3@@Z @26069 NONAME ?CompareObjectMemoryDirect@H225_AdmissionConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @10385 NONAME ?CompareObjectMemoryDirect@H225_AdmissionConfirm_language@@UBE?AW4Comparison@PObject@@ABV3@@Z @26070 NONAME ?CompareObjectMemoryDirect@H225_AdmissionReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10386 NONAME ?CompareObjectMemoryDirect@H225_AdmissionRejectReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @10387 NONAME ?CompareObjectMemoryDirect@H225_AdmissionRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10388 NONAME ?CompareObjectMemoryDirect@H225_Alerting_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @10389 NONAME ?CompareObjectMemoryDirect@H225_AliasAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10390 NONAME ?CompareObjectMemoryDirect@H225_AlternateGK@@UBE?AW4Comparison@PObject@@ABV3@@Z @10391 NONAME ?CompareObjectMemoryDirect@H225_AlternateTransportAddresses@@UBE?AW4Comparison@PObject@@ABV3@@Z @26071 NONAME ?CompareObjectMemoryDirect@H225_AltGKInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @10392 NONAME ?CompareObjectMemoryDirect@H225_ANSI_41_UIM@@UBE?AW4Comparison@PObject@@ABV3@@Z @26072 NONAME ?CompareObjectMemoryDirect@H225_ANSI_41_UIM_system_id@@UBE?AW4Comparison@PObject@@ABV3@@Z @26073 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_AddressPattern@@UBE?AW4Comparison@PObject@@ABV3@@Z @26074 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_AdmissionConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @38715 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_AliasAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10393 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_AlternateGK@@UBE?AW4Comparison@PObject@@ABV3@@Z @10394 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_AuthenticationMechanism@@UBE?AW4Comparison@PObject@@ABV3@@Z @10395 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_BandwidthDetails@@UBE?AW4Comparison@PObject@@ABV3@@Z @26075 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_CallReferenceValue@@UBE?AW4Comparison@PObject@@ABV3@@Z @10396 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_CallsAvailable@@UBE?AW4Comparison@PObject@@ABV3@@Z @26076 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_ClearToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @10397 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_ConferenceIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @10398 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_ConferenceList@@UBE?AW4Comparison@PObject@@ABV3@@Z @10399 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_CryptoH323Token@@UBE?AW4Comparison@PObject@@ABV3@@Z @10400 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_DataRate@@UBE?AW4Comparison@PObject@@ABV3@@Z @10401 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_Endpoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @10402 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_EnumeratedParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @26077 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_ExtendedAliasAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @26078 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_FeatureDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @26079 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_GenericData@@UBE?AW4Comparison@PObject@@ABV3@@Z @26080 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_H245Security@@UBE?AW4Comparison@PObject@@ABV3@@Z @10403 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_H248PackagesDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @26081 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_IntegrityMechanism@@UBE?AW4Comparison@PObject@@ABV3@@Z @10404 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @10405 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_PartyNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @26082 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_PASN_ObjectId@@UBE?AW4Comparison@PObject@@ABV3@@Z @10406 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_PASN_OctetString@@UBE?AW4Comparison@PObject@@ABV3@@Z @10407 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_RasUsageSpecification@@UBE?AW4Comparison@PObject@@ABV3@@Z @26083 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_RTPSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @10408 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_ServiceControlSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @26084 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_SupportedPrefix@@UBE?AW4Comparison@PObject@@ABV3@@Z @10409 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_SupportedProtocols@@UBE?AW4Comparison@PObject@@ABV3@@Z @10410 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_TransportAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10411 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_TransportChannelInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @10412 NONAME ?CompareObjectMemoryDirect@H225_ArrayOf_TunnelledProtocol@@UBE?AW4Comparison@PObject@@ABV3@@Z @26085 NONAME ?CompareObjectMemoryDirect@H225_BandRejectReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @10413 NONAME ?CompareObjectMemoryDirect@H225_BandWidth@@UBE?AW4Comparison@PObject@@ABV3@@Z @10414 NONAME ?CompareObjectMemoryDirect@H225_BandwidthConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @10415 NONAME ?CompareObjectMemoryDirect@H225_BandwidthDetails@@UBE?AW4Comparison@PObject@@ABV3@@Z @26086 NONAME ?CompareObjectMemoryDirect@H225_BandwidthReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10416 NONAME ?CompareObjectMemoryDirect@H225_BandwidthRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10417 NONAME ?CompareObjectMemoryDirect@H225_CallCapacity@@UBE?AW4Comparison@PObject@@ABV3@@Z @26087 NONAME ?CompareObjectMemoryDirect@H225_CallCapacityInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @26088 NONAME ?CompareObjectMemoryDirect@H225_CallCreditCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @26089 NONAME ?CompareObjectMemoryDirect@H225_CallCreditServiceControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @26090 NONAME ?CompareObjectMemoryDirect@H225_CallCreditServiceControl_billingMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @26091 NONAME ?CompareObjectMemoryDirect@H225_CallCreditServiceControl_callStartingPoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @26092 NONAME ?CompareObjectMemoryDirect@H225_CallIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @10418 NONAME ?CompareObjectMemoryDirect@H225_CallLinkage@@UBE?AW4Comparison@PObject@@ABV3@@Z @26093 NONAME ?CompareObjectMemoryDirect@H225_CallModel@@UBE?AW4Comparison@PObject@@ABV3@@Z @10419 NONAME ?CompareObjectMemoryDirect@H225_CallProceeding_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @10420 NONAME ?CompareObjectMemoryDirect@H225_CallReferenceValue@@UBE?AW4Comparison@PObject@@ABV3@@Z @10421 NONAME ?CompareObjectMemoryDirect@H225_CallsAvailable@@UBE?AW4Comparison@PObject@@ABV3@@Z @26094 NONAME ?CompareObjectMemoryDirect@H225_CallTerminationCause@@UBE?AW4Comparison@PObject@@ABV3@@Z @26095 NONAME ?CompareObjectMemoryDirect@H225_CallType@@UBE?AW4Comparison@PObject@@ABV3@@Z @10422 NONAME ?CompareObjectMemoryDirect@H225_CapacityReportingCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @26096 NONAME ?CompareObjectMemoryDirect@H225_CapacityReportingSpecification@@UBE?AW4Comparison@PObject@@ABV3@@Z @26097 NONAME ?CompareObjectMemoryDirect@H225_CapacityReportingSpecification_when@@UBE?AW4Comparison@PObject@@ABV3@@Z @26098 NONAME ?CompareObjectMemoryDirect@H225_CarrierInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @38716 NONAME ?CompareObjectMemoryDirect@H225_CicInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @26099 NONAME ?CompareObjectMemoryDirect@H225_CicInfo_cic@@UBE?AW4Comparison@PObject@@ABV3@@Z @26100 NONAME ?CompareObjectMemoryDirect@H225_CircuitIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @26101 NONAME ?CompareObjectMemoryDirect@H225_CircuitInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @26102 NONAME ?CompareObjectMemoryDirect@H225_ConferenceIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @10423 NONAME ?CompareObjectMemoryDirect@H225_ConferenceList@@UBE?AW4Comparison@PObject@@ABV3@@Z @10424 NONAME ?CompareObjectMemoryDirect@H225_Connect_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @10425 NONAME ?CompareObjectMemoryDirect@H225_Connect_UUIE_language@@UBE?AW4Comparison@PObject@@ABV3@@Z @26103 NONAME ?CompareObjectMemoryDirect@H225_Content@@UBE?AW4Comparison@PObject@@ABV3@@Z @26104 NONAME ?CompareObjectMemoryDirect@H225_CryptoH323Token@@UBE?AW4Comparison@PObject@@ABV3@@Z @10426 NONAME ?CompareObjectMemoryDirect@H225_CryptoH323Token_cryptoEPPwdHash@@UBE?AW4Comparison@PObject@@ABV3@@Z @10427 NONAME ?CompareObjectMemoryDirect@H225_CryptoH323Token_cryptoGKPwdHash@@UBE?AW4Comparison@PObject@@ABV3@@Z @10428 NONAME ?CompareObjectMemoryDirect@H225_DataRate@@UBE?AW4Comparison@PObject@@ABV3@@Z @10429 NONAME ?CompareObjectMemoryDirect@H225_DisengageConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @10430 NONAME ?CompareObjectMemoryDirect@H225_DisengageReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @10431 NONAME ?CompareObjectMemoryDirect@H225_DisengageReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10432 NONAME ?CompareObjectMemoryDirect@H225_DisengageRejectReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @10433 NONAME ?CompareObjectMemoryDirect@H225_DisengageRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10434 NONAME ?CompareObjectMemoryDirect@H225_EncodedFastStartToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @27791 NONAME ?CompareObjectMemoryDirect@H225_EncryptIntAlg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10435 NONAME ?CompareObjectMemoryDirect@H225_Endpoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @10436 NONAME ?CompareObjectMemoryDirect@H225_EndpointIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @10437 NONAME ?CompareObjectMemoryDirect@H225_EndpointType@@UBE?AW4Comparison@PObject@@ABV3@@Z @10438 NONAME ?CompareObjectMemoryDirect@H225_EnumeratedParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @26105 NONAME ?CompareObjectMemoryDirect@H225_ExtendedAliasAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @26106 NONAME ?CompareObjectMemoryDirect@H225_FacilityReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @10439 NONAME ?CompareObjectMemoryDirect@H225_Facility_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @10440 NONAME ?CompareObjectMemoryDirect@H225_FastStartToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @10441 NONAME ?CompareObjectMemoryDirect@H225_FeatureDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @26107 NONAME ?CompareObjectMemoryDirect@H225_FeatureSet@@UBE?AW4Comparison@PObject@@ABV3@@Z @26108 NONAME ?CompareObjectMemoryDirect@H225_GatekeeperConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @10442 NONAME ?CompareObjectMemoryDirect@H225_GatekeeperIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @10443 NONAME ?CompareObjectMemoryDirect@H225_GatekeeperInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @10444 NONAME ?CompareObjectMemoryDirect@H225_GatekeeperReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10445 NONAME ?CompareObjectMemoryDirect@H225_GatekeeperRejectReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @10446 NONAME ?CompareObjectMemoryDirect@H225_GatekeeperRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10447 NONAME ?CompareObjectMemoryDirect@H225_GatewayInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @10448 NONAME ?CompareObjectMemoryDirect@H225_GenericData@@UBE?AW4Comparison@PObject@@ABV3@@Z @26109 NONAME ?CompareObjectMemoryDirect@H225_GenericIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @26110 NONAME ?CompareObjectMemoryDirect@H225_GloballyUniqueID@@UBE?AW4Comparison@PObject@@ABV3@@Z @10449 NONAME ?CompareObjectMemoryDirect@H225_GroupID@@UBE?AW4Comparison@PObject@@ABV3@@Z @26111 NONAME ?CompareObjectMemoryDirect@H225_GroupID_member@@UBE?AW4Comparison@PObject@@ABV3@@Z @26112 NONAME ?CompareObjectMemoryDirect@H225_GSM_UIM@@UBE?AW4Comparison@PObject@@ABV3@@Z @26113 NONAME ?CompareObjectMemoryDirect@H225_H221NonStandard@@UBE?AW4Comparison@PObject@@ABV3@@Z @10450 NONAME ?CompareObjectMemoryDirect@H225_H245Security@@UBE?AW4Comparison@PObject@@ABV3@@Z @10451 NONAME ?CompareObjectMemoryDirect@H225_H248PackagesDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @26114 NONAME ?CompareObjectMemoryDirect@H225_H248SignalsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @26115 NONAME ?CompareObjectMemoryDirect@H225_H310Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @10452 NONAME ?CompareObjectMemoryDirect@H225_H320Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @10453 NONAME ?CompareObjectMemoryDirect@H225_H321Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @10454 NONAME ?CompareObjectMemoryDirect@H225_H322Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @10455 NONAME ?CompareObjectMemoryDirect@H225_H323Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @10456 NONAME ?CompareObjectMemoryDirect@H225_H323_UserInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @10457 NONAME ?CompareObjectMemoryDirect@H225_H323_UserInformation_user_data@@UBE?AW4Comparison@PObject@@ABV3@@Z @10458 NONAME ?CompareObjectMemoryDirect@H225_H323_UU_PDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @10459 NONAME ?CompareObjectMemoryDirect@H225_H323_UU_PDU_h323_message_body@@UBE?AW4Comparison@PObject@@ABV3@@Z @10460 NONAME ?CompareObjectMemoryDirect@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @26116 NONAME ?CompareObjectMemoryDirect@H225_H324Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @10461 NONAME ?CompareObjectMemoryDirect@H225_ICV@@UBE?AW4Comparison@PObject@@ABV3@@Z @10462 NONAME ?CompareObjectMemoryDirect@H225_InfoRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10463 NONAME ?CompareObjectMemoryDirect@H225_InfoRequestAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @10464 NONAME ?CompareObjectMemoryDirect@H225_InfoRequestNak@@UBE?AW4Comparison@PObject@@ABV3@@Z @10465 NONAME ?CompareObjectMemoryDirect@H225_InfoRequestNakReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @10466 NONAME ?CompareObjectMemoryDirect@H225_InfoRequestResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10467 NONAME ?CompareObjectMemoryDirect@H225_InfoRequestResponseStatus@@UBE?AW4Comparison@PObject@@ABV3@@Z @26117 NONAME ?CompareObjectMemoryDirect@H225_InfoRequestResponse_perCallInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @10468 NONAME ?CompareObjectMemoryDirect@H225_InfoRequestResponse_perCallInfo_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @10469 NONAME ?CompareObjectMemoryDirect@H225_InfoRequestResponse_perCallInfo_subtype_pdu@@UBE?AW4Comparison@PObject@@ABV3@@Z @10470 NONAME ?CompareObjectMemoryDirect@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @10471 NONAME ?CompareObjectMemoryDirect@H225_Information_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @10472 NONAME ?CompareObjectMemoryDirect@H225_IntegrityMechanism@@UBE?AW4Comparison@PObject@@ABV3@@Z @10473 NONAME ?CompareObjectMemoryDirect@H225_LocationConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @10474 NONAME ?CompareObjectMemoryDirect@H225_LocationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10475 NONAME ?CompareObjectMemoryDirect@H225_LocationRejectReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @10476 NONAME ?CompareObjectMemoryDirect@H225_LocationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10477 NONAME ?CompareObjectMemoryDirect@H225_McuInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @10478 NONAME ?CompareObjectMemoryDirect@H225_MobileUIM@@UBE?AW4Comparison@PObject@@ABV3@@Z @26118 NONAME ?CompareObjectMemoryDirect@H225_NonIsoIntegrityMechanism@@UBE?AW4Comparison@PObject@@ABV3@@Z @10479 NONAME ?CompareObjectMemoryDirect@H225_NonStandardIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @10480 NONAME ?CompareObjectMemoryDirect@H225_NonStandardMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @10481 NONAME ?CompareObjectMemoryDirect@H225_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @10482 NONAME ?CompareObjectMemoryDirect@H225_NonStandardProtocol@@UBE?AW4Comparison@PObject@@ABV3@@Z @10483 NONAME ?CompareObjectMemoryDirect@H225_Notify_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @26119 NONAME ?CompareObjectMemoryDirect@H225_NumberDigits@@UBE?AW4Comparison@PObject@@ABV3@@Z @10484 NONAME ?CompareObjectMemoryDirect@H225_PartyNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @10485 NONAME ?CompareObjectMemoryDirect@H225_PresentationIndicator@@UBE?AW4Comparison@PObject@@ABV3@@Z @26120 NONAME ?CompareObjectMemoryDirect@H225_PrivatePartyNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @10486 NONAME ?CompareObjectMemoryDirect@H225_PrivateTypeOfNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @10487 NONAME ?CompareObjectMemoryDirect@H225_Progress_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @10488 NONAME ?CompareObjectMemoryDirect@H225_ProtocolIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @10489 NONAME ?CompareObjectMemoryDirect@H225_PublicPartyNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @10490 NONAME ?CompareObjectMemoryDirect@H225_PublicTypeOfNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @10491 NONAME ?CompareObjectMemoryDirect@H225_Q954Details@@UBE?AW4Comparison@PObject@@ABV3@@Z @10492 NONAME ?CompareObjectMemoryDirect@H225_QseriesOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @10493 NONAME ?CompareObjectMemoryDirect@H225_RAS@@UBE?AW4Comparison@PObject@@ABV3@@Z @27914 NONAME ?CompareObjectMemoryDirect@H225_RasMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @10494 NONAME ?CompareObjectMemoryDirect@H225_RasUsageInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @26121 NONAME ?CompareObjectMemoryDirect@H225_RasUsageInfoTypes@@UBE?AW4Comparison@PObject@@ABV3@@Z @26122 NONAME ?CompareObjectMemoryDirect@H225_RasUsageSpecification@@UBE?AW4Comparison@PObject@@ABV3@@Z @26123 NONAME ?CompareObjectMemoryDirect@H225_RasUsageSpecification_callStartingPoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @26124 NONAME ?CompareObjectMemoryDirect@H225_RasUsageSpecification_when@@UBE?AW4Comparison@PObject@@ABV3@@Z @26125 NONAME ?CompareObjectMemoryDirect@H225_RegistrationConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @10495 NONAME ?CompareObjectMemoryDirect@H225_RegistrationConfirm_preGrantedARQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @10496 NONAME ?CompareObjectMemoryDirect@H225_RegistrationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10497 NONAME ?CompareObjectMemoryDirect@H225_RegistrationRejectReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @10498 NONAME ?CompareObjectMemoryDirect@H225_RegistrationRejectReason_invalidTerminalAliases@@UBE?AW4Comparison@PObject@@ABV3@@Z @26126 NONAME ?CompareObjectMemoryDirect@H225_RegistrationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10499 NONAME ?CompareObjectMemoryDirect@H225_ReleaseCompleteReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @10500 NONAME ?CompareObjectMemoryDirect@H225_ReleaseComplete_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @10501 NONAME ?CompareObjectMemoryDirect@H225_RequestInProgress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10502 NONAME ?CompareObjectMemoryDirect@H225_RequestSeqNum@@UBE?AW4Comparison@PObject@@ABV3@@Z @10503 NONAME ?CompareObjectMemoryDirect@H225_ResourcesAvailableConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @10504 NONAME ?CompareObjectMemoryDirect@H225_ResourcesAvailableIndicate@@UBE?AW4Comparison@PObject@@ABV3@@Z @10505 NONAME ?CompareObjectMemoryDirect@H225_RTPSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @10506 NONAME ?CompareObjectMemoryDirect@H225_RTPSession_associatedSessionIds@@UBE?AW4Comparison@PObject@@ABV3@@Z @10507 NONAME ?CompareObjectMemoryDirect@H225_ScnConnectionAggregation@@UBE?AW4Comparison@PObject@@ABV3@@Z @26127 NONAME ?CompareObjectMemoryDirect@H225_ScnConnectionType@@UBE?AW4Comparison@PObject@@ABV3@@Z @26128 NONAME ?CompareObjectMemoryDirect@H225_ScreeningIndicator@@UBE?AW4Comparison@PObject@@ABV3@@Z @26129 NONAME ?CompareObjectMemoryDirect@H225_SecurityCapabilities@@UBE?AW4Comparison@PObject@@ABV3@@Z @10508 NONAME ?CompareObjectMemoryDirect@H225_SecurityErrors2@@UBE?AW4Comparison@PObject@@ABV3@@Z @38717 NONAME ?CompareObjectMemoryDirect@H225_SecurityErrors@@UBE?AW4Comparison@PObject@@ABV3@@Z @38718 NONAME ?CompareObjectMemoryDirect@H225_SecurityServiceMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10509 NONAME ?CompareObjectMemoryDirect@H225_ServiceControlDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @26130 NONAME ?CompareObjectMemoryDirect@H225_ServiceControlIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @26131 NONAME ?CompareObjectMemoryDirect@H225_ServiceControlIndication_callSpecific@@UBE?AW4Comparison@PObject@@ABV3@@Z @26132 NONAME ?CompareObjectMemoryDirect@H225_ServiceControlResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @26133 NONAME ?CompareObjectMemoryDirect@H225_ServiceControlResponse_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @26134 NONAME ?CompareObjectMemoryDirect@H225_ServiceControlSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @26135 NONAME ?CompareObjectMemoryDirect@H225_ServiceControlSession_reason@@UBE?AW4Comparison@PObject@@ABV3@@Z @26136 NONAME ?CompareObjectMemoryDirect@H225_SetupAcknowledge_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @26137 NONAME ?CompareObjectMemoryDirect@H225_Setup_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @10510 NONAME ?CompareObjectMemoryDirect@H225_Setup_UUIE_conferenceGoal@@UBE?AW4Comparison@PObject@@ABV3@@Z @10511 NONAME ?CompareObjectMemoryDirect@H225_Setup_UUIE_connectionParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @26138 NONAME ?CompareObjectMemoryDirect@H225_Setup_UUIE_language@@UBE?AW4Comparison@PObject@@ABV3@@Z @26139 NONAME ?CompareObjectMemoryDirect@H225_SIPCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @38719 NONAME ?CompareObjectMemoryDirect@H225_StatusInquiry_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @26140 NONAME ?CompareObjectMemoryDirect@H225_Status_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @26141 NONAME ?CompareObjectMemoryDirect@H225_StimulusControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @26142 NONAME ?CompareObjectMemoryDirect@H225_SupportedPrefix@@UBE?AW4Comparison@PObject@@ABV3@@Z @10512 NONAME ?CompareObjectMemoryDirect@H225_SupportedProtocols@@UBE?AW4Comparison@PObject@@ABV3@@Z @10513 NONAME ?CompareObjectMemoryDirect@H225_T120OnlyCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @10514 NONAME ?CompareObjectMemoryDirect@H225_T38FaxAnnexbOnlyCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @26143 NONAME ?CompareObjectMemoryDirect@H225_TBCD_STRING@@UBE?AW4Comparison@PObject@@ABV3@@Z @26144 NONAME ?CompareObjectMemoryDirect@H225_TerminalInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @10515 NONAME ?CompareObjectMemoryDirect@H225_TimeToLive@@UBE?AW4Comparison@PObject@@ABV3@@Z @10516 NONAME ?CompareObjectMemoryDirect@H225_TransportAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10517 NONAME ?CompareObjectMemoryDirect@H225_TransportAddress_ip6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @10518 NONAME ?CompareObjectMemoryDirect@H225_TransportAddress_ipAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10519 NONAME ?CompareObjectMemoryDirect@H225_TransportAddress_ipSourceRoute@@UBE?AW4Comparison@PObject@@ABV3@@Z @10520 NONAME ?CompareObjectMemoryDirect@H225_TransportAddress_ipSourceRoute_route@@UBE?AW4Comparison@PObject@@ABV3@@Z @10521 NONAME ?CompareObjectMemoryDirect@H225_TransportAddress_ipSourceRoute_routing@@UBE?AW4Comparison@PObject@@ABV3@@Z @10522 NONAME ?CompareObjectMemoryDirect@H225_TransportAddress_ipxAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10523 NONAME ?CompareObjectMemoryDirect@H225_TransportChannelInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @10524 NONAME ?CompareObjectMemoryDirect@H225_TransportQOS@@UBE?AW4Comparison@PObject@@ABV3@@Z @10525 NONAME ?CompareObjectMemoryDirect@H225_TunnelledProtocol@@UBE?AW4Comparison@PObject@@ABV3@@Z @26145 NONAME ?CompareObjectMemoryDirect@H225_TunnelledProtocolAlternateIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @26146 NONAME ?CompareObjectMemoryDirect@H225_TunnelledProtocol_id@@UBE?AW4Comparison@PObject@@ABV3@@Z @26147 NONAME ?CompareObjectMemoryDirect@H225_UnknownMessageResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10526 NONAME ?CompareObjectMemoryDirect@H225_UnregistrationConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @10527 NONAME ?CompareObjectMemoryDirect@H225_UnregistrationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10528 NONAME ?CompareObjectMemoryDirect@H225_UnregistrationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10529 NONAME ?CompareObjectMemoryDirect@H225_UnregRejectReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @10530 NONAME ?CompareObjectMemoryDirect@H225_UnregRequestReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @10531 NONAME ?CompareObjectMemoryDirect@H225_UseSpecifiedTransport@@UBE?AW4Comparison@PObject@@ABV3@@Z @26148 NONAME ?CompareObjectMemoryDirect@H225_UUIEsRequested@@UBE?AW4Comparison@PObject@@ABV3@@Z @10532 NONAME ?CompareObjectMemoryDirect@H225_VendorIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @10533 NONAME ?CompareObjectMemoryDirect@H225_VoiceCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @10534 NONAME ?CompareObjectMemoryDirect@H235AuthCAT@@UBE?AW4Comparison@PObject@@ABV3@@Z @34829 NONAME ?CompareObjectMemoryDirect@H235Authenticator@@UBE?AW4Comparison@PObject@@ABV3@@Z @28866 NONAME ?CompareObjectMemoryDirect@H235Authenticators@@UBE?AW4Comparison@PObject@@ABV3@@Z @31298 NONAME ?CompareObjectMemoryDirect@H235AuthProcedure1@@UBE?AW4Comparison@PObject@@ABV3@@Z @28867 NONAME ?CompareObjectMemoryDirect@H235AuthSimpleMD5@@UBE?AW4Comparison@PObject@@ABV3@@Z @28868 NONAME ?CompareObjectMemoryDirect@H235_AuthenticationBES@@UBE?AW4Comparison@PObject@@ABV3@@Z @28727 NONAME ?CompareObjectMemoryDirect@H235_AuthenticationMechanism@@UBE?AW4Comparison@PObject@@ABV3@@Z @10535 NONAME ?CompareObjectMemoryDirect@H235_ChallengeString@@UBE?AW4Comparison@PObject@@ABV3@@Z @10536 NONAME ?CompareObjectMemoryDirect@H235_ClearToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @10537 NONAME ?CompareObjectMemoryDirect@H235_CryptoToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @10538 NONAME ?CompareObjectMemoryDirect@H235_CryptoToken_cryptoEncryptedToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @10539 NONAME ?CompareObjectMemoryDirect@H235_CryptoToken_cryptoHashedToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @10540 NONAME ?CompareObjectMemoryDirect@H235_CryptoToken_cryptoSignedToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @10541 NONAME ?CompareObjectMemoryDirect@H235_DHset@@UBE?AW4Comparison@PObject@@ABV3@@Z @10542 NONAME ?CompareObjectMemoryDirect@H235_ECGDSASignature@@UBE?AW4Comparison@PObject@@ABV3@@Z @38720 NONAME ?CompareObjectMemoryDirect@H235_ECKASDH@@UBE?AW4Comparison@PObject@@ABV3@@Z @28729 NONAME ?CompareObjectMemoryDirect@H235_ECKASDH_eckasdh2@@UBE?AW4Comparison@PObject@@ABV3@@Z @28730 NONAME ?CompareObjectMemoryDirect@H235_ECKASDH_eckasdhp@@UBE?AW4Comparison@PObject@@ABV3@@Z @28731 NONAME ?CompareObjectMemoryDirect@H235_ECpoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @38721 NONAME ?CompareObjectMemoryDirect@H235_EncodedGeneralToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @27792 NONAME ?CompareObjectMemoryDirect@H235_EncodedKeySignedMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @27793 NONAME ?CompareObjectMemoryDirect@H235_EncodedKeySyncMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @27794 NONAME ?CompareObjectMemoryDirect@H235_EncodedPwdCertToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @27795 NONAME ?CompareObjectMemoryDirect@H235_EncodedReturnSig@@UBE?AW4Comparison@PObject@@ABV3@@Z @27796 NONAME ?CompareObjectMemoryDirect@H235_H235CertificateSignature@@UBE?AW4Comparison@PObject@@ABV3@@Z @10543 NONAME ?CompareObjectMemoryDirect@H235_H235Key@@UBE?AW4Comparison@PObject@@ABV3@@Z @10544 NONAME ?CompareObjectMemoryDirect@H235_Identifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @10545 NONAME ?CompareObjectMemoryDirect@H235_IV16@@UBE?AW4Comparison@PObject@@ABV3@@Z @28732 NONAME ?CompareObjectMemoryDirect@H235_IV8@@UBE?AW4Comparison@PObject@@ABV3@@Z @10546 NONAME ?CompareObjectMemoryDirect@H235_KeyMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @10547 NONAME ?CompareObjectMemoryDirect@H235_KeySignedMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @10548 NONAME ?CompareObjectMemoryDirect@H235_KeySyncMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @10549 NONAME ?CompareObjectMemoryDirect@H235_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @10550 NONAME ?CompareObjectMemoryDirect@H235_Params@@UBE?AW4Comparison@PObject@@ABV3@@Z @10551 NONAME ?CompareObjectMemoryDirect@H235_Password@@UBE?AW4Comparison@PObject@@ABV3@@Z @10552 NONAME ?CompareObjectMemoryDirect@H235_PwdCertToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @10553 NONAME ?CompareObjectMemoryDirect@H235_RandomVal@@UBE?AW4Comparison@PObject@@ABV3@@Z @10554 NONAME ?CompareObjectMemoryDirect@H235_ReturnSig@@UBE?AW4Comparison@PObject@@ABV3@@Z @10555 NONAME ?CompareObjectMemoryDirect@H235_TimeStamp@@UBE?AW4Comparison@PObject@@ABV3@@Z @10556 NONAME ?CompareObjectMemoryDirect@H235_TypedCertificate@@UBE?AW4Comparison@PObject@@ABV3@@Z @10557 NONAME ?CompareObjectMemoryDirect@H235_V3KeySyncMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @38722 NONAME ?CompareObjectMemoryDirect@H245NegLogicalChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @10558 NONAME ?CompareObjectMemoryDirect@H245NegLogicalChannels@@UBE?AW4Comparison@PObject@@ABV3@@Z @10559 NONAME ?CompareObjectMemoryDirect@H245NegMasterSlaveDetermination@@UBE?AW4Comparison@PObject@@ABV3@@Z @10560 NONAME ?CompareObjectMemoryDirect@H245Negotiator@@UBE?AW4Comparison@PObject@@ABV3@@Z @10561 NONAME ?CompareObjectMemoryDirect@H245NegRequestMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10562 NONAME ?CompareObjectMemoryDirect@H245NegRoundTripDelay@@UBE?AW4Comparison@PObject@@ABV3@@Z @10563 NONAME ?CompareObjectMemoryDirect@H245NegTerminalCapabilitySet@@UBE?AW4Comparison@PObject@@ABV3@@Z @10564 NONAME ?CompareObjectMemoryDirect@H245TransportThread@@UBE?AW4Comparison@PObject@@ABV3@@Z @10565 NONAME ?CompareObjectMemoryDirect@H245_AlternativeCapabilitySet@@UBE?AW4Comparison@PObject@@ABV3@@Z @10566 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_AlternativeCapabilitySet@@UBE?AW4Comparison@PObject@@ABV3@@Z @10567 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_BEnhancementParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10568 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_CapabilityDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @10569 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_CapabilityDescriptorNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @10570 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_CapabilityTableEntry@@UBE?AW4Comparison@PObject@@ABV3@@Z @10571 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_CapabilityTableEntryNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @10572 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_CommunicationModeTableEntry@@UBE?AW4Comparison@PObject@@ABV3@@Z @10573 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_CustomPictureClockFrequency@@UBE?AW4Comparison@PObject@@ABV3@@Z @10574 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_CustomPictureFormat@@UBE?AW4Comparison@PObject@@ABV3@@Z @10575 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_DataApplicationCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10576 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_DialingInformationNetworkType@@UBE?AW4Comparison@PObject@@ABV3@@Z @26149 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_DialingInformationNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @26150 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_EnhancementOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @10577 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_EscrowData@@UBE?AW4Comparison@PObject@@ABV3@@Z @10578 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_GenericCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @53198 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_GenericParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @26151 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_H263ModeComboFlags@@UBE?AW4Comparison@PObject@@ABV3@@Z @10579 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_H263VideoModeCombos@@UBE?AW4Comparison@PObject@@ABV3@@Z @10580 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_MediaChannelCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10581 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_MediaDistributionCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10582 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_ModeDescription@@UBE?AW4Comparison@PObject@@ABV3@@Z @10583 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_MultiplePayloadStreamElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @38723 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_MultiplePayloadStreamElementMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @38724 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_MultiplexElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @10584 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_MultiplexEntryDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @10585 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_MultiplexEntryRejectionDescriptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @10586 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_MultiplexTableEntryNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @10587 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @10588 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_ParameterIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @26152 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_PictureReference@@UBE?AW4Comparison@PObject@@ABV3@@Z @26153 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_Q2931Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @26154 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_QOSCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10589 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_RedundancyEncodingCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10590 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_RedundancyEncodingDTModeElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @38725 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_RedundancyEncodingElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @38726 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @10591 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@UBE?AW4Comparison@PObject@@ABV3@@Z @10592 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_RTPPayloadType@@UBE?AW4Comparison@PObject@@ABV3@@Z @10593 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_TerminalInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @10594 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_TerminalLabel@@UBE?AW4Comparison@PObject@@ABV3@@Z @10595 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_VCCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10596 NONAME ?CompareObjectMemoryDirect@H245_ArrayOf_VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @53199 NONAME ?CompareObjectMemoryDirect@H245_ATMParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10597 NONAME ?CompareObjectMemoryDirect@H245_AudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10598 NONAME ?CompareObjectMemoryDirect@H245_AudioCapability_g7231@@UBE?AW4Comparison@PObject@@ABV3@@Z @10599 NONAME ?CompareObjectMemoryDirect@H245_AudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10600 NONAME ?CompareObjectMemoryDirect@H245_AudioMode_g7231@@UBE?AW4Comparison@PObject@@ABV3@@Z @10601 NONAME ?CompareObjectMemoryDirect@H245_AudioTelephonyEventCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @26155 NONAME ?CompareObjectMemoryDirect@H245_AudioToneCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @26156 NONAME ?CompareObjectMemoryDirect@H245_AuthenticationCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10602 NONAME ?CompareObjectMemoryDirect@H245_BEnhancementParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10603 NONAME ?CompareObjectMemoryDirect@H245_Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10604 NONAME ?CompareObjectMemoryDirect@H245_CapabilityDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @10605 NONAME ?CompareObjectMemoryDirect@H245_CapabilityDescriptorNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @10606 NONAME ?CompareObjectMemoryDirect@H245_CapabilityIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @26157 NONAME ?CompareObjectMemoryDirect@H245_CapabilityTableEntry@@UBE?AW4Comparison@PObject@@ABV3@@Z @10607 NONAME ?CompareObjectMemoryDirect@H245_CapabilityTableEntryNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @10608 NONAME ?CompareObjectMemoryDirect@H245_Capability_h233EncryptionReceiveCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10609 NONAME ?CompareObjectMemoryDirect@H245_CertSelectionCriteria@@UBE?AW4Comparison@PObject@@ABV3@@Z @10610 NONAME ?CompareObjectMemoryDirect@H245_CloseLogicalChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @10611 NONAME ?CompareObjectMemoryDirect@H245_CloseLogicalChannelAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @10612 NONAME ?CompareObjectMemoryDirect@H245_CloseLogicalChannel_reason@@UBE?AW4Comparison@PObject@@ABV3@@Z @10613 NONAME ?CompareObjectMemoryDirect@H245_CloseLogicalChannel_source@@UBE?AW4Comparison@PObject@@ABV3@@Z @10614 NONAME ?CompareObjectMemoryDirect@H245_CommandMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @10615 NONAME ?CompareObjectMemoryDirect@H245_CommunicationModeCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @10616 NONAME ?CompareObjectMemoryDirect@H245_CommunicationModeRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10617 NONAME ?CompareObjectMemoryDirect@H245_CommunicationModeResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10618 NONAME ?CompareObjectMemoryDirect@H245_CommunicationModeTableEntry@@UBE?AW4Comparison@PObject@@ABV3@@Z @10619 NONAME ?CompareObjectMemoryDirect@H245_CommunicationModeTableEntry_dataType@@UBE?AW4Comparison@PObject@@ABV3@@Z @10620 NONAME ?CompareObjectMemoryDirect@H245_CompressionType@@UBE?AW4Comparison@PObject@@ABV3@@Z @10621 NONAME ?CompareObjectMemoryDirect@H245_ConferenceCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10622 NONAME ?CompareObjectMemoryDirect@H245_ConferenceCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @10623 NONAME ?CompareObjectMemoryDirect@H245_ConferenceID@@UBE?AW4Comparison@PObject@@ABV3@@Z @10624 NONAME ?CompareObjectMemoryDirect@H245_ConferenceIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10625 NONAME ?CompareObjectMemoryDirect@H245_ConferenceRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10626 NONAME ?CompareObjectMemoryDirect@H245_ConferenceRequest_requestTerminalCertificate@@UBE?AW4Comparison@PObject@@ABV3@@Z @10627 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10628 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10629 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_chairTokenOwnerResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10630 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_conferenceIDResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10631 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_extensionAddressResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10632 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_makeMeChairResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10633 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_makeTerminalBroadcasterResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10634 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_mCTerminalIDResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10635 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_passwordResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10636 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_sendThisSourceResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10637 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_terminalCertificateResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10638 NONAME ?CompareObjectMemoryDirect@H245_ConferenceResponse_terminalIDResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10639 NONAME ?CompareObjectMemoryDirect@H245_ConnectionIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @26158 NONAME ?CompareObjectMemoryDirect@H245_CRCLength@@UBE?AW4Comparison@PObject@@ABV3@@Z @10640 NONAME ?CompareObjectMemoryDirect@H245_Criteria@@UBE?AW4Comparison@PObject@@ABV3@@Z @10641 NONAME ?CompareObjectMemoryDirect@H245_CustomPictureClockFrequency@@UBE?AW4Comparison@PObject@@ABV3@@Z @10642 NONAME ?CompareObjectMemoryDirect@H245_CustomPictureFormat@@UBE?AW4Comparison@PObject@@ABV3@@Z @10643 NONAME ?CompareObjectMemoryDirect@H245_CustomPictureFormat_mPI@@UBE?AW4Comparison@PObject@@ABV3@@Z @10644 NONAME ?CompareObjectMemoryDirect@H245_CustomPictureFormat_mPI_customPCF@@UBE?AW4Comparison@PObject@@ABV3@@Z @10645 NONAME ?CompareObjectMemoryDirect@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @10646 NONAME ?CompareObjectMemoryDirect@H245_CustomPictureFormat_pixelAspectInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @10647 NONAME ?CompareObjectMemoryDirect@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@UBE?AW4Comparison@PObject@@ABV3@@Z @10648 NONAME ?CompareObjectMemoryDirect@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @10649 NONAME ?CompareObjectMemoryDirect@H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10650 NONAME ?CompareObjectMemoryDirect@H245_DataApplicationCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10651 NONAME ?CompareObjectMemoryDirect@H245_DataApplicationCapability_application@@UBE?AW4Comparison@PObject@@ABV3@@Z @10652 NONAME ?CompareObjectMemoryDirect@H245_DataApplicationCapability_application_nlpid@@UBE?AW4Comparison@PObject@@ABV3@@Z @10653 NONAME ?CompareObjectMemoryDirect@H245_DataApplicationCapability_application_t38fax@@UBE?AW4Comparison@PObject@@ABV3@@Z @26159 NONAME ?CompareObjectMemoryDirect@H245_DataApplicationCapability_application_t84@@UBE?AW4Comparison@PObject@@ABV3@@Z @10654 NONAME ?CompareObjectMemoryDirect@H245_DataMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10655 NONAME ?CompareObjectMemoryDirect@H245_DataMode_application@@UBE?AW4Comparison@PObject@@ABV3@@Z @10656 NONAME ?CompareObjectMemoryDirect@H245_DataMode_application_nlpid@@UBE?AW4Comparison@PObject@@ABV3@@Z @10657 NONAME ?CompareObjectMemoryDirect@H245_DataMode_application_t38fax@@UBE?AW4Comparison@PObject@@ABV3@@Z @26160 NONAME ?CompareObjectMemoryDirect@H245_DataProtocolCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10658 NONAME ?CompareObjectMemoryDirect@H245_DataProtocolCapability_v76wCompression@@UBE?AW4Comparison@PObject@@ABV3@@Z @10659 NONAME ?CompareObjectMemoryDirect@H245_DataType@@UBE?AW4Comparison@PObject@@ABV3@@Z @10660 NONAME ?CompareObjectMemoryDirect@H245_DepFECCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @53661 NONAME ?CompareObjectMemoryDirect@H245_DepFECCapability_rfc2733@@UBE?AW4Comparison@PObject@@ABV3@@Z @53662 NONAME ?CompareObjectMemoryDirect@H245_DepFECCapability_rfc2733_separateStream@@UBE?AW4Comparison@PObject@@ABV3@@Z @53663 NONAME ?CompareObjectMemoryDirect@H245_DepFECData@@UBE?AW4Comparison@PObject@@ABV3@@Z @53664 NONAME ?CompareObjectMemoryDirect@H245_DepFECData_rfc2733@@UBE?AW4Comparison@PObject@@ABV3@@Z @53665 NONAME ?CompareObjectMemoryDirect@H245_DepFECData_rfc2733_mode@@UBE?AW4Comparison@PObject@@ABV3@@Z @53666 NONAME ?CompareObjectMemoryDirect@H245_DepFECData_rfc2733_mode_separateStream@@UBE?AW4Comparison@PObject@@ABV3@@Z @53667 NONAME ?CompareObjectMemoryDirect@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBE?AW4Comparison@PObject@@ABV3@@Z @53668 NONAME ?CompareObjectMemoryDirect@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBE?AW4Comparison@PObject@@ABV3@@Z @53669 NONAME ?CompareObjectMemoryDirect@H245_DepFECMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @53670 NONAME ?CompareObjectMemoryDirect@H245_DepFECMode_rfc2733Mode@@UBE?AW4Comparison@PObject@@ABV3@@Z @53671 NONAME ?CompareObjectMemoryDirect@H245_DepFECMode_rfc2733Mode_mode@@UBE?AW4Comparison@PObject@@ABV3@@Z @53672 NONAME ?CompareObjectMemoryDirect@H245_DepFECMode_rfc2733Mode_mode_separateStream@@UBE?AW4Comparison@PObject@@ABV3@@Z @53673 NONAME ?CompareObjectMemoryDirect@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBE?AW4Comparison@PObject@@ABV3@@Z @53674 NONAME ?CompareObjectMemoryDirect@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBE?AW4Comparison@PObject@@ABV3@@Z @53675 NONAME ?CompareObjectMemoryDirect@H245_DialingInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @26161 NONAME ?CompareObjectMemoryDirect@H245_DialingInformationNetworkType@@UBE?AW4Comparison@PObject@@ABV3@@Z @26162 NONAME ?CompareObjectMemoryDirect@H245_DialingInformationNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @26163 NONAME ?CompareObjectMemoryDirect@H245_EncryptionAuthenticationAndIntegrity@@UBE?AW4Comparison@PObject@@ABV3@@Z @10661 NONAME ?CompareObjectMemoryDirect@H245_EncryptionCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10662 NONAME ?CompareObjectMemoryDirect@H245_EncryptionCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @10663 NONAME ?CompareObjectMemoryDirect@H245_EncryptionCommand_encryptionAlgorithmID@@UBE?AW4Comparison@PObject@@ABV3@@Z @10664 NONAME ?CompareObjectMemoryDirect@H245_EncryptionMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10665 NONAME ?CompareObjectMemoryDirect@H245_EncryptionSync@@UBE?AW4Comparison@PObject@@ABV3@@Z @10666 NONAME ?CompareObjectMemoryDirect@H245_EncryptionUpdateDirection@@UBE?AW4Comparison@PObject@@ABV3@@Z @53200 NONAME ?CompareObjectMemoryDirect@H245_EncryptionUpdateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10667 NONAME ?CompareObjectMemoryDirect@H245_EndSessionCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @10668 NONAME ?CompareObjectMemoryDirect@H245_EndSessionCommand_gstnOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @10669 NONAME ?CompareObjectMemoryDirect@H245_EndSessionCommand_isdnOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @10670 NONAME ?CompareObjectMemoryDirect@H245_EnhancementLayerInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @10671 NONAME ?CompareObjectMemoryDirect@H245_EnhancementOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @10672 NONAME ?CompareObjectMemoryDirect@H245_EscrowData@@UBE?AW4Comparison@PObject@@ABV3@@Z @10673 NONAME ?CompareObjectMemoryDirect@H245_ExtendedVideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @53201 NONAME ?CompareObjectMemoryDirect@H245_FECCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @38727 NONAME ?CompareObjectMemoryDirect@H245_FECCapability_rfc2733Format@@UBE?AW4Comparison@PObject@@ABV3@@Z @53676 NONAME ?CompareObjectMemoryDirect@H245_FECData@@UBE?AW4Comparison@PObject@@ABV3@@Z @38730 NONAME ?CompareObjectMemoryDirect@H245_FECData_rfc2733@@UBE?AW4Comparison@PObject@@ABV3@@Z @38731 NONAME ?CompareObjectMemoryDirect@H245_FECData_rfc2733_pktMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @53677 NONAME ?CompareObjectMemoryDirect@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBE?AW4Comparison@PObject@@ABV3@@Z @53678 NONAME ?CompareObjectMemoryDirect@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UBE?AW4Comparison@PObject@@ABV3@@Z @53679 NONAME ?CompareObjectMemoryDirect@H245_FECMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @38736 NONAME ?CompareObjectMemoryDirect@H245_FECMode_rfc2733Format@@UBE?AW4Comparison@PObject@@ABV3@@Z @53680 NONAME ?CompareObjectMemoryDirect@H245_FlowControlCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @10674 NONAME ?CompareObjectMemoryDirect@H245_FlowControlCommand_restriction@@UBE?AW4Comparison@PObject@@ABV3@@Z @10675 NONAME ?CompareObjectMemoryDirect@H245_FlowControlCommand_scope@@UBE?AW4Comparison@PObject@@ABV3@@Z @10676 NONAME ?CompareObjectMemoryDirect@H245_FlowControlIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @26164 NONAME ?CompareObjectMemoryDirect@H245_FlowControlIndication_restriction@@UBE?AW4Comparison@PObject@@ABV3@@Z @26165 NONAME ?CompareObjectMemoryDirect@H245_FlowControlIndication_scope@@UBE?AW4Comparison@PObject@@ABV3@@Z @26166 NONAME ?CompareObjectMemoryDirect@H245_FunctionNotSupported@@UBE?AW4Comparison@PObject@@ABV3@@Z @10677 NONAME ?CompareObjectMemoryDirect@H245_FunctionNotSupported_cause@@UBE?AW4Comparison@PObject@@ABV3@@Z @10678 NONAME ?CompareObjectMemoryDirect@H245_FunctionNotUnderstood@@UBE?AW4Comparison@PObject@@ABV3@@Z @10679 NONAME ?CompareObjectMemoryDirect@H245_G7231AnnexCCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10680 NONAME ?CompareObjectMemoryDirect@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10681 NONAME ?CompareObjectMemoryDirect@H245_G7231AnnexCMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10682 NONAME ?CompareObjectMemoryDirect@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10683 NONAME ?CompareObjectMemoryDirect@H245_G729Extensions@@UBE?AW4Comparison@PObject@@ABV3@@Z @26167 NONAME ?CompareObjectMemoryDirect@H245_GenericCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @26168 NONAME ?CompareObjectMemoryDirect@H245_GenericMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @53202 NONAME ?CompareObjectMemoryDirect@H245_GenericParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @26169 NONAME ?CompareObjectMemoryDirect@H245_GSMAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10684 NONAME ?CompareObjectMemoryDirect@H245_H222Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10685 NONAME ?CompareObjectMemoryDirect@H245_H222LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10686 NONAME ?CompareObjectMemoryDirect@H245_H223AL1MParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10687 NONAME ?CompareObjectMemoryDirect@H245_H223AL1MParameters_arqType@@UBE?AW4Comparison@PObject@@ABV3@@Z @10688 NONAME ?CompareObjectMemoryDirect@H245_H223AL1MParameters_crcLength@@UBE?AW4Comparison@PObject@@ABV3@@Z @10689 NONAME ?CompareObjectMemoryDirect@H245_H223AL1MParameters_headerFEC@@UBE?AW4Comparison@PObject@@ABV3@@Z @10690 NONAME ?CompareObjectMemoryDirect@H245_H223AL1MParameters_transferMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10691 NONAME ?CompareObjectMemoryDirect@H245_H223AL2MParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10692 NONAME ?CompareObjectMemoryDirect@H245_H223AL2MParameters_headerFEC@@UBE?AW4Comparison@PObject@@ABV3@@Z @10693 NONAME ?CompareObjectMemoryDirect@H245_H223AL3MParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10694 NONAME ?CompareObjectMemoryDirect@H245_H223AL3MParameters_arqType@@UBE?AW4Comparison@PObject@@ABV3@@Z @10695 NONAME ?CompareObjectMemoryDirect@H245_H223AL3MParameters_crcLength@@UBE?AW4Comparison@PObject@@ABV3@@Z @10696 NONAME ?CompareObjectMemoryDirect@H245_H223AL3MParameters_headerFormat@@UBE?AW4Comparison@PObject@@ABV3@@Z @10697 NONAME ?CompareObjectMemoryDirect@H245_H223AnnexCArqParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10698 NONAME ?CompareObjectMemoryDirect@H245_H223AnnexCArqParameters_numberOfRetransmissions@@UBE?AW4Comparison@PObject@@ABV3@@Z @10699 NONAME ?CompareObjectMemoryDirect@H245_H223AnnexCCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10700 NONAME ?CompareObjectMemoryDirect@H245_H223Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10701 NONAME ?CompareObjectMemoryDirect@H245_H223Capability_h223MultiplexTableCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10702 NONAME ?CompareObjectMemoryDirect@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBE?AW4Comparison@PObject@@ABV3@@Z @10703 NONAME ?CompareObjectMemoryDirect@H245_H223Capability_mobileMultilinkFrameCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @26170 NONAME ?CompareObjectMemoryDirect@H245_H223Capability_mobileOperationTransmitCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10704 NONAME ?CompareObjectMemoryDirect@H245_H223LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10705 NONAME ?CompareObjectMemoryDirect@H245_H223LogicalChannelParameters_adaptationLayerType@@UBE?AW4Comparison@PObject@@ABV3@@Z @10706 NONAME ?CompareObjectMemoryDirect@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBE?AW4Comparison@PObject@@ABV3@@Z @10707 NONAME ?CompareObjectMemoryDirect@H245_H223ModeParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10708 NONAME ?CompareObjectMemoryDirect@H245_H223ModeParameters_adaptationLayerType@@UBE?AW4Comparison@PObject@@ABV3@@Z @10709 NONAME ?CompareObjectMemoryDirect@H245_H223ModeParameters_adaptationLayerType_al3@@UBE?AW4Comparison@PObject@@ABV3@@Z @10710 NONAME ?CompareObjectMemoryDirect@H245_H223MultiplexReconfiguration@@UBE?AW4Comparison@PObject@@ABV3@@Z @10711 NONAME ?CompareObjectMemoryDirect@H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@UBE?AW4Comparison@PObject@@ABV3@@Z @10712 NONAME ?CompareObjectMemoryDirect@H245_H223MultiplexReconfiguration_h223ModeChange@@UBE?AW4Comparison@PObject@@ABV3@@Z @10713 NONAME ?CompareObjectMemoryDirect@H245_H223SkewIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10714 NONAME ?CompareObjectMemoryDirect@H245_H2250Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10715 NONAME ?CompareObjectMemoryDirect@H245_H2250Capability_mcCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10716 NONAME ?CompareObjectMemoryDirect@H245_H2250LogicalChannelAckParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10717 NONAME ?CompareObjectMemoryDirect@H245_H2250LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10718 NONAME ?CompareObjectMemoryDirect@H245_H2250LogicalChannelParameters_mediaPacketization@@UBE?AW4Comparison@PObject@@ABV3@@Z @10719 NONAME ?CompareObjectMemoryDirect@H245_H2250MaximumSkewIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10720 NONAME ?CompareObjectMemoryDirect@H245_H2250ModeParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10721 NONAME ?CompareObjectMemoryDirect@H245_H235Media@@UBE?AW4Comparison@PObject@@ABV3@@Z @10722 NONAME ?CompareObjectMemoryDirect@H245_H235Media_mediaType@@UBE?AW4Comparison@PObject@@ABV3@@Z @10723 NONAME ?CompareObjectMemoryDirect@H245_H235Mode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10724 NONAME ?CompareObjectMemoryDirect@H245_H235Mode_mediaMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10725 NONAME ?CompareObjectMemoryDirect@H245_H235SecurityCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10726 NONAME ?CompareObjectMemoryDirect@H245_H261VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10727 NONAME ?CompareObjectMemoryDirect@H245_H261VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10728 NONAME ?CompareObjectMemoryDirect@H245_H261VideoMode_resolution@@UBE?AW4Comparison@PObject@@ABV3@@Z @10729 NONAME ?CompareObjectMemoryDirect@H245_H262VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10730 NONAME ?CompareObjectMemoryDirect@H245_H262VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10731 NONAME ?CompareObjectMemoryDirect@H245_H262VideoMode_profileAndLevel@@UBE?AW4Comparison@PObject@@ABV3@@Z @10732 NONAME ?CompareObjectMemoryDirect@H245_H263ModeComboFlags@@UBE?AW4Comparison@PObject@@ABV3@@Z @10733 NONAME ?CompareObjectMemoryDirect@H245_H263Options@@UBE?AW4Comparison@PObject@@ABV3@@Z @10734 NONAME ?CompareObjectMemoryDirect@H245_H263Version3Options@@UBE?AW4Comparison@PObject@@ABV3@@Z @26171 NONAME ?CompareObjectMemoryDirect@H245_H263VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10735 NONAME ?CompareObjectMemoryDirect@H245_H263VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10736 NONAME ?CompareObjectMemoryDirect@H245_H263VideoModeCombos@@UBE?AW4Comparison@PObject@@ABV3@@Z @10737 NONAME ?CompareObjectMemoryDirect@H245_H263VideoMode_resolution@@UBE?AW4Comparison@PObject@@ABV3@@Z @10738 NONAME ?CompareObjectMemoryDirect@H245_IndicationMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @10739 NONAME ?CompareObjectMemoryDirect@H245_IntegrityCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10740 NONAME ?CompareObjectMemoryDirect@H245_IS11172AudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10741 NONAME ?CompareObjectMemoryDirect@H245_IS11172AudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10742 NONAME ?CompareObjectMemoryDirect@H245_IS11172AudioMode_audioLayer@@UBE?AW4Comparison@PObject@@ABV3@@Z @10743 NONAME ?CompareObjectMemoryDirect@H245_IS11172AudioMode_audioSampling@@UBE?AW4Comparison@PObject@@ABV3@@Z @10744 NONAME ?CompareObjectMemoryDirect@H245_IS11172AudioMode_multichannelType@@UBE?AW4Comparison@PObject@@ABV3@@Z @10745 NONAME ?CompareObjectMemoryDirect@H245_IS11172VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10746 NONAME ?CompareObjectMemoryDirect@H245_IS11172VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10747 NONAME ?CompareObjectMemoryDirect@H245_IS13818AudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10748 NONAME ?CompareObjectMemoryDirect@H245_IS13818AudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10749 NONAME ?CompareObjectMemoryDirect@H245_IS13818AudioMode_audioLayer@@UBE?AW4Comparison@PObject@@ABV3@@Z @10750 NONAME ?CompareObjectMemoryDirect@H245_IS13818AudioMode_audioSampling@@UBE?AW4Comparison@PObject@@ABV3@@Z @10751 NONAME ?CompareObjectMemoryDirect@H245_IS13818AudioMode_multichannelType@@UBE?AW4Comparison@PObject@@ABV3@@Z @10752 NONAME ?CompareObjectMemoryDirect@H245_IV16@@UBE?AW4Comparison@PObject@@ABV3@@Z @53203 NONAME ?CompareObjectMemoryDirect@H245_IV8@@UBE?AW4Comparison@PObject@@ABV3@@Z @53204 NONAME ?CompareObjectMemoryDirect@H245_JitterIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10753 NONAME ?CompareObjectMemoryDirect@H245_JitterIndication_scope@@UBE?AW4Comparison@PObject@@ABV3@@Z @10754 NONAME ?CompareObjectMemoryDirect@H245_KeyProtectionMethod@@UBE?AW4Comparison@PObject@@ABV3@@Z @10755 NONAME ?CompareObjectMemoryDirect@H245_LogicalChannelNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @10756 NONAME ?CompareObjectMemoryDirect@H245_LogicalChannelRateAcknowledge@@UBE?AW4Comparison@PObject@@ABV3@@Z @26172 NONAME ?CompareObjectMemoryDirect@H245_LogicalChannelRateReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @26173 NONAME ?CompareObjectMemoryDirect@H245_LogicalChannelRateRejectReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @26174 NONAME ?CompareObjectMemoryDirect@H245_LogicalChannelRateRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @26175 NONAME ?CompareObjectMemoryDirect@H245_LogicalChannelRateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @26176 NONAME ?CompareObjectMemoryDirect@H245_MaintenanceLoopAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @10757 NONAME ?CompareObjectMemoryDirect@H245_MaintenanceLoopAck_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @10758 NONAME ?CompareObjectMemoryDirect@H245_MaintenanceLoopOffCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @10759 NONAME ?CompareObjectMemoryDirect@H245_MaintenanceLoopReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10760 NONAME ?CompareObjectMemoryDirect@H245_MaintenanceLoopReject_cause@@UBE?AW4Comparison@PObject@@ABV3@@Z @10761 NONAME ?CompareObjectMemoryDirect@H245_MaintenanceLoopReject_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @10762 NONAME ?CompareObjectMemoryDirect@H245_MaintenanceLoopRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10763 NONAME ?CompareObjectMemoryDirect@H245_MaintenanceLoopRequest_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @10764 NONAME ?CompareObjectMemoryDirect@H245_MasterSlaveDetermination@@UBE?AW4Comparison@PObject@@ABV3@@Z @10765 NONAME ?CompareObjectMemoryDirect@H245_MasterSlaveDeterminationAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @10766 NONAME ?CompareObjectMemoryDirect@H245_MasterSlaveDeterminationAck_decision@@UBE?AW4Comparison@PObject@@ABV3@@Z @10767 NONAME ?CompareObjectMemoryDirect@H245_MasterSlaveDeterminationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10768 NONAME ?CompareObjectMemoryDirect@H245_MasterSlaveDeterminationReject_cause@@UBE?AW4Comparison@PObject@@ABV3@@Z @10769 NONAME ?CompareObjectMemoryDirect@H245_MasterSlaveDeterminationRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @10770 NONAME ?CompareObjectMemoryDirect@H245_MaximumBitRate@@UBE?AW4Comparison@PObject@@ABV3@@Z @26177 NONAME ?CompareObjectMemoryDirect@H245_MaxRedundancy@@UBE?AW4Comparison@PObject@@ABV3@@Z @53681 NONAME ?CompareObjectMemoryDirect@H245_MCLocationIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10771 NONAME ?CompareObjectMemoryDirect@H245_McuNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @10772 NONAME ?CompareObjectMemoryDirect@H245_MediaChannelCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10773 NONAME ?CompareObjectMemoryDirect@H245_MediaDistributionCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10774 NONAME ?CompareObjectMemoryDirect@H245_MediaEncryptionAlgorithm@@UBE?AW4Comparison@PObject@@ABV3@@Z @10775 NONAME ?CompareObjectMemoryDirect@H245_MediaPacketizationCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10776 NONAME ?CompareObjectMemoryDirect@H245_MediaTransportType@@UBE?AW4Comparison@PObject@@ABV3@@Z @10777 NONAME ?CompareObjectMemoryDirect@H245_MediaTransportType_atm_AAL5_compressed@@UBE?AW4Comparison@PObject@@ABV3@@Z @26178 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @10778 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @10779 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @53205 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @53206 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand_type_lostPartialPicture@@UBE?AW4Comparison@PObject@@ABV3@@Z @26179 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBE?AW4Comparison@PObject@@ABV3@@Z @10780 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@UBE?AW4Comparison@PObject@@ABV3@@Z @10781 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand_type_videoBadMBs@@UBE?AW4Comparison@PObject@@ABV3@@Z @26180 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBE?AW4Comparison@PObject@@ABV3@@Z @10782 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBE?AW4Comparison@PObject@@ABV3@@Z @10783 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10784 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousIndication_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @10785 NONAME ?CompareObjectMemoryDirect@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBE?AW4Comparison@PObject@@ABV3@@Z @10786 NONAME ?CompareObjectMemoryDirect@H245_MobileMultilinkReconfigurationCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @26181 NONAME ?CompareObjectMemoryDirect@H245_MobileMultilinkReconfigurationCommand_status@@UBE?AW4Comparison@PObject@@ABV3@@Z @26182 NONAME ?CompareObjectMemoryDirect@H245_MobileMultilinkReconfigurationIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @26183 NONAME ?CompareObjectMemoryDirect@H245_ModeDescription@@UBE?AW4Comparison@PObject@@ABV3@@Z @10787 NONAME ?CompareObjectMemoryDirect@H245_ModeElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @10788 NONAME ?CompareObjectMemoryDirect@H245_ModeElementType@@UBE?AW4Comparison@PObject@@ABV3@@Z @38742 NONAME ?CompareObjectMemoryDirect@H245_MulticastAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10790 NONAME ?CompareObjectMemoryDirect@H245_MulticastAddress_iP6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @10791 NONAME ?CompareObjectMemoryDirect@H245_MulticastAddress_iPAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10792 NONAME ?CompareObjectMemoryDirect@H245_MultilinkIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @26184 NONAME ?CompareObjectMemoryDirect@H245_MultilinkIndication_crcDesired@@UBE?AW4Comparison@PObject@@ABV3@@Z @26185 NONAME ?CompareObjectMemoryDirect@H245_MultilinkIndication_excessiveError@@UBE?AW4Comparison@PObject@@ABV3@@Z @26186 NONAME ?CompareObjectMemoryDirect@H245_MultilinkRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @26187 NONAME ?CompareObjectMemoryDirect@H245_MultilinkRequest_addConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @26188 NONAME ?CompareObjectMemoryDirect@H245_MultilinkRequest_callInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @26189 NONAME ?CompareObjectMemoryDirect@H245_MultilinkRequest_maximumHeaderInterval@@UBE?AW4Comparison@PObject@@ABV3@@Z @26190 NONAME ?CompareObjectMemoryDirect@H245_MultilinkRequest_maximumHeaderInterval_requestType@@UBE?AW4Comparison@PObject@@ABV3@@Z @26191 NONAME ?CompareObjectMemoryDirect@H245_MultilinkRequest_removeConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @26192 NONAME ?CompareObjectMemoryDirect@H245_MultilinkResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @26193 NONAME ?CompareObjectMemoryDirect@H245_MultilinkResponse_addConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @26194 NONAME ?CompareObjectMemoryDirect@H245_MultilinkResponse_addConnection_responseCode@@UBE?AW4Comparison@PObject@@ABV3@@Z @26195 NONAME ?CompareObjectMemoryDirect@H245_MultilinkResponse_addConnection_responseCode_rejected@@UBE?AW4Comparison@PObject@@ABV3@@Z @26196 NONAME ?CompareObjectMemoryDirect@H245_MultilinkResponse_callInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @26197 NONAME ?CompareObjectMemoryDirect@H245_MultilinkResponse_maximumHeaderInterval@@UBE?AW4Comparison@PObject@@ABV3@@Z @26198 NONAME ?CompareObjectMemoryDirect@H245_MultilinkResponse_removeConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @26199 NONAME ?CompareObjectMemoryDirect@H245_MultimediaSystemControlMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @10793 NONAME ?CompareObjectMemoryDirect@H245_MultiplePayloadStream@@UBE?AW4Comparison@PObject@@ABV3@@Z @38743 NONAME ?CompareObjectMemoryDirect@H245_MultiplePayloadStreamCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @38744 NONAME ?CompareObjectMemoryDirect@H245_MultiplePayloadStreamElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @38745 NONAME ?CompareObjectMemoryDirect@H245_MultiplePayloadStreamElementMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @38746 NONAME ?CompareObjectMemoryDirect@H245_MultiplePayloadStreamMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @38747 NONAME ?CompareObjectMemoryDirect@H245_MultiplexCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10794 NONAME ?CompareObjectMemoryDirect@H245_MultiplexedStreamCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @26200 NONAME ?CompareObjectMemoryDirect@H245_MultiplexedStreamModeParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @26201 NONAME ?CompareObjectMemoryDirect@H245_MultiplexedStreamParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @26202 NONAME ?CompareObjectMemoryDirect@H245_MultiplexElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @10795 NONAME ?CompareObjectMemoryDirect@H245_MultiplexElement_repeatCount@@UBE?AW4Comparison@PObject@@ABV3@@Z @10796 NONAME ?CompareObjectMemoryDirect@H245_MultiplexElement_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @10797 NONAME ?CompareObjectMemoryDirect@H245_MultiplexEntryDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @10798 NONAME ?CompareObjectMemoryDirect@H245_MultiplexEntryRejectionDescriptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @10799 NONAME ?CompareObjectMemoryDirect@H245_MultiplexEntryRejectionDescriptions_cause@@UBE?AW4Comparison@PObject@@ABV3@@Z @10800 NONAME ?CompareObjectMemoryDirect@H245_MultiplexEntrySend@@UBE?AW4Comparison@PObject@@ABV3@@Z @10801 NONAME ?CompareObjectMemoryDirect@H245_MultiplexEntrySendAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @10802 NONAME ?CompareObjectMemoryDirect@H245_MultiplexEntrySendReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10803 NONAME ?CompareObjectMemoryDirect@H245_MultiplexEntrySendRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @10804 NONAME ?CompareObjectMemoryDirect@H245_MultiplexFormat@@UBE?AW4Comparison@PObject@@ABV3@@Z @26203 NONAME ?CompareObjectMemoryDirect@H245_MultiplexTableEntryNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @10805 NONAME ?CompareObjectMemoryDirect@H245_MultipointCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10806 NONAME ?CompareObjectMemoryDirect@H245_NetworkAccessParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10807 NONAME ?CompareObjectMemoryDirect@H245_NetworkAccessParameters_distribution@@UBE?AW4Comparison@PObject@@ABV3@@Z @10808 NONAME ?CompareObjectMemoryDirect@H245_NetworkAccessParameters_networkAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10809 NONAME ?CompareObjectMemoryDirect@H245_NetworkAccessParameters_t120SetupProcedure@@UBE?AW4Comparison@PObject@@ABV3@@Z @10810 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @26204 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCCommand_aal@@UBE?AW4Comparison@PObject@@ABV3@@Z @26205 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCCommand_aal_aal1@@UBE?AW4Comparison@PObject@@ABV3@@Z @26206 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCCommand_aal_aal1_clockRecovery@@UBE?AW4Comparison@PObject@@ABV3@@Z @26207 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCCommand_aal_aal1_errorCorrection@@UBE?AW4Comparison@PObject@@ABV3@@Z @26208 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCCommand_aal_aal5@@UBE?AW4Comparison@PObject@@ABV3@@Z @26209 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCCommand_multiplex@@UBE?AW4Comparison@PObject@@ABV3@@Z @26210 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCCommand_reverseParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @26211 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCCommand_reverseParameters_multiplex@@UBE?AW4Comparison@PObject@@ABV3@@Z @26212 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10811 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCIndication_aal@@UBE?AW4Comparison@PObject@@ABV3@@Z @10812 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCIndication_aal_aal1@@UBE?AW4Comparison@PObject@@ABV3@@Z @10813 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCIndication_aal_aal1_clockRecovery@@UBE?AW4Comparison@PObject@@ABV3@@Z @10814 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCIndication_aal_aal1_errorCorrection@@UBE?AW4Comparison@PObject@@ABV3@@Z @10815 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCIndication_aal_aal5@@UBE?AW4Comparison@PObject@@ABV3@@Z @10816 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCIndication_multiplex@@UBE?AW4Comparison@PObject@@ABV3@@Z @10817 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCIndication_reverseParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10818 NONAME ?CompareObjectMemoryDirect@H245_NewATMVCIndication_reverseParameters_multiplex@@UBE?AW4Comparison@PObject@@ABV3@@Z @10819 NONAME ?CompareObjectMemoryDirect@H245_NonStandardIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @10820 NONAME ?CompareObjectMemoryDirect@H245_NonStandardIdentifier_h221NonStandard@@UBE?AW4Comparison@PObject@@ABV3@@Z @10821 NONAME ?CompareObjectMemoryDirect@H245_NonStandardMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @10822 NONAME ?CompareObjectMemoryDirect@H245_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @10823 NONAME ?CompareObjectMemoryDirect@H245_NoPTAudioTelephonyEventCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @38748 NONAME ?CompareObjectMemoryDirect@H245_NoPTAudioToneCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @38749 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @10824 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannelAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @10825 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10826 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10827 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10828 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannelConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @10829 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannelReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10830 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannelReject_cause@@UBE?AW4Comparison@PObject@@ABV3@@Z @10831 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10832 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10833 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10834 NONAME ?CompareObjectMemoryDirect@H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10835 NONAME ?CompareObjectMemoryDirect@H245_ParameterIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @26213 NONAME ?CompareObjectMemoryDirect@H245_ParameterValue@@UBE?AW4Comparison@PObject@@ABV3@@Z @26214 NONAME ?CompareObjectMemoryDirect@H245_Params@@UBE?AW4Comparison@PObject@@ABV3@@Z @53207 NONAME ?CompareObjectMemoryDirect@H245_Password@@UBE?AW4Comparison@PObject@@ABV3@@Z @10836 NONAME ?CompareObjectMemoryDirect@H245_PictureReference@@UBE?AW4Comparison@PObject@@ABV3@@Z @26215 NONAME ?CompareObjectMemoryDirect@H245_Q2931Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @10837 NONAME ?CompareObjectMemoryDirect@H245_Q2931Address_address@@UBE?AW4Comparison@PObject@@ABV3@@Z @10838 NONAME ?CompareObjectMemoryDirect@H245_QOSCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10839 NONAME ?CompareObjectMemoryDirect@H245_QOSMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10840 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncoding@@UBE?AW4Comparison@PObject@@ABV3@@Z @10841 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncodingCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10842 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncodingDTMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @38750 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncodingDTModeElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @38751 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncodingDTModeElement_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @38752 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncodingElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @38753 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncodingMethod@@UBE?AW4Comparison@PObject@@ABV3@@Z @10843 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncodingMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10844 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncodingMode_secondaryEncoding@@UBE?AW4Comparison@PObject@@ABV3@@Z @10845 NONAME ?CompareObjectMemoryDirect@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBE?AW4Comparison@PObject@@ABV3@@Z @38754 NONAME ?CompareObjectMemoryDirect@H245_RefPictureSelection@@UBE?AW4Comparison@PObject@@ABV3@@Z @10846 NONAME ?CompareObjectMemoryDirect@H245_RefPictureSelection_additionalPictureMemory@@UBE?AW4Comparison@PObject@@ABV3@@Z @10847 NONAME ?CompareObjectMemoryDirect@H245_RefPictureSelection_enhancedReferencePicSelect@@UBE?AW4Comparison@PObject@@ABV3@@Z @26216 NONAME ?CompareObjectMemoryDirect@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @26217 NONAME ?CompareObjectMemoryDirect@H245_RefPictureSelection_videoBackChannelSend@@UBE?AW4Comparison@PObject@@ABV3@@Z @10848 NONAME ?CompareObjectMemoryDirect@H245_RemoteMCRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10849 NONAME ?CompareObjectMemoryDirect@H245_RemoteMCResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10850 NONAME ?CompareObjectMemoryDirect@H245_RemoteMCResponse_reject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10851 NONAME ?CompareObjectMemoryDirect@H245_RequestAllTerminalIDsResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10852 NONAME ?CompareObjectMemoryDirect@H245_RequestChannelClose@@UBE?AW4Comparison@PObject@@ABV3@@Z @10853 NONAME ?CompareObjectMemoryDirect@H245_RequestChannelCloseAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @10854 NONAME ?CompareObjectMemoryDirect@H245_RequestChannelCloseReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10855 NONAME ?CompareObjectMemoryDirect@H245_RequestChannelCloseReject_cause@@UBE?AW4Comparison@PObject@@ABV3@@Z @10856 NONAME ?CompareObjectMemoryDirect@H245_RequestChannelCloseRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @10857 NONAME ?CompareObjectMemoryDirect@H245_RequestChannelClose_reason@@UBE?AW4Comparison@PObject@@ABV3@@Z @10858 NONAME ?CompareObjectMemoryDirect@H245_RequestMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @10859 NONAME ?CompareObjectMemoryDirect@H245_RequestMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10860 NONAME ?CompareObjectMemoryDirect@H245_RequestModeAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @10861 NONAME ?CompareObjectMemoryDirect@H245_RequestModeAck_response@@UBE?AW4Comparison@PObject@@ABV3@@Z @10862 NONAME ?CompareObjectMemoryDirect@H245_RequestModeReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10863 NONAME ?CompareObjectMemoryDirect@H245_RequestModeReject_cause@@UBE?AW4Comparison@PObject@@ABV3@@Z @10864 NONAME ?CompareObjectMemoryDirect@H245_RequestModeRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @10865 NONAME ?CompareObjectMemoryDirect@H245_RequestMultiplexEntry@@UBE?AW4Comparison@PObject@@ABV3@@Z @10866 NONAME ?CompareObjectMemoryDirect@H245_RequestMultiplexEntryAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @10867 NONAME ?CompareObjectMemoryDirect@H245_RequestMultiplexEntryReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10868 NONAME ?CompareObjectMemoryDirect@H245_RequestMultiplexEntryRejectionDescriptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @10869 NONAME ?CompareObjectMemoryDirect@H245_RequestMultiplexEntryRejectionDescriptions_cause@@UBE?AW4Comparison@PObject@@ABV3@@Z @10870 NONAME ?CompareObjectMemoryDirect@H245_RequestMultiplexEntryRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @10871 NONAME ?CompareObjectMemoryDirect@H245_ResponseMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @10872 NONAME ?CompareObjectMemoryDirect@H245_RoundTripDelayRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10873 NONAME ?CompareObjectMemoryDirect@H245_RoundTripDelayResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @10874 NONAME ?CompareObjectMemoryDirect@H245_RSVPParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10875 NONAME ?CompareObjectMemoryDirect@H245_RTPH263VideoRedundancyEncoding@@UBE?AW4Comparison@PObject@@ABV3@@Z @10876 NONAME ?CompareObjectMemoryDirect@H245_RTPH263VideoRedundancyEncoding_containedThreads@@UBE?AW4Comparison@PObject@@ABV3@@Z @10877 NONAME ?CompareObjectMemoryDirect@H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@UBE?AW4Comparison@PObject@@ABV3@@Z @10878 NONAME ?CompareObjectMemoryDirect@H245_RTPH263VideoRedundancyFrameMapping@@UBE?AW4Comparison@PObject@@ABV3@@Z @10879 NONAME ?CompareObjectMemoryDirect@H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@UBE?AW4Comparison@PObject@@ABV3@@Z @10880 NONAME ?CompareObjectMemoryDirect@H245_RTPPayloadType@@UBE?AW4Comparison@PObject@@ABV3@@Z @10881 NONAME ?CompareObjectMemoryDirect@H245_RTPPayloadType_payloadDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @10882 NONAME ?CompareObjectMemoryDirect@H245_SendTerminalCapabilitySet@@UBE?AW4Comparison@PObject@@ABV3@@Z @10883 NONAME ?CompareObjectMemoryDirect@H245_SendTerminalCapabilitySet_specificRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @10884 NONAME ?CompareObjectMemoryDirect@H245_SequenceNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @10885 NONAME ?CompareObjectMemoryDirect@H245_SubstituteConferenceIDCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @10886 NONAME ?CompareObjectMemoryDirect@H245_T38FaxProfile@@UBE?AW4Comparison@PObject@@ABV3@@Z @26218 NONAME ?CompareObjectMemoryDirect@H245_T38FaxRateManagement@@UBE?AW4Comparison@PObject@@ABV3@@Z @26219 NONAME ?CompareObjectMemoryDirect@H245_T38FaxTcpOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @26220 NONAME ?CompareObjectMemoryDirect@H245_T38FaxUdpOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @26221 NONAME ?CompareObjectMemoryDirect@H245_T38FaxUdpOptions_t38FaxUdpEC@@UBE?AW4Comparison@PObject@@ABV3@@Z @26222 NONAME ?CompareObjectMemoryDirect@H245_T84Profile@@UBE?AW4Comparison@PObject@@ABV3@@Z @10887 NONAME ?CompareObjectMemoryDirect@H245_T84Profile_t84Restricted@@UBE?AW4Comparison@PObject@@ABV3@@Z @10888 NONAME ?CompareObjectMemoryDirect@H245_TerminalCapabilitySet@@UBE?AW4Comparison@PObject@@ABV3@@Z @10889 NONAME ?CompareObjectMemoryDirect@H245_TerminalCapabilitySetAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @10890 NONAME ?CompareObjectMemoryDirect@H245_TerminalCapabilitySetReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10891 NONAME ?CompareObjectMemoryDirect@H245_TerminalCapabilitySetReject_cause@@UBE?AW4Comparison@PObject@@ABV3@@Z @10892 NONAME ?CompareObjectMemoryDirect@H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@UBE?AW4Comparison@PObject@@ABV3@@Z @10893 NONAME ?CompareObjectMemoryDirect@H245_TerminalCapabilitySetRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @10894 NONAME ?CompareObjectMemoryDirect@H245_TerminalID@@UBE?AW4Comparison@PObject@@ABV3@@Z @10895 NONAME ?CompareObjectMemoryDirect@H245_TerminalInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @10896 NONAME ?CompareObjectMemoryDirect@H245_TerminalLabel@@UBE?AW4Comparison@PObject@@ABV3@@Z @10897 NONAME ?CompareObjectMemoryDirect@H245_TerminalNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @10898 NONAME ?CompareObjectMemoryDirect@H245_TerminalYouAreSeeingInSubPictureNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @10899 NONAME ?CompareObjectMemoryDirect@H245_TransparencyParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10900 NONAME ?CompareObjectMemoryDirect@H245_TransportAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10901 NONAME ?CompareObjectMemoryDirect@H245_TransportCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10902 NONAME ?CompareObjectMemoryDirect@H245_UnicastAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10903 NONAME ?CompareObjectMemoryDirect@H245_UnicastAddress_iP6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @10904 NONAME ?CompareObjectMemoryDirect@H245_UnicastAddress_iPAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10905 NONAME ?CompareObjectMemoryDirect@H245_UnicastAddress_iPSourceRouteAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10906 NONAME ?CompareObjectMemoryDirect@H245_UnicastAddress_iPSourceRouteAddress_route@@UBE?AW4Comparison@PObject@@ABV3@@Z @10907 NONAME ?CompareObjectMemoryDirect@H245_UnicastAddress_iPSourceRouteAddress_routing@@UBE?AW4Comparison@PObject@@ABV3@@Z @10908 NONAME ?CompareObjectMemoryDirect@H245_UnicastAddress_iPXAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10909 NONAME ?CompareObjectMemoryDirect@H245_UserInputCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10910 NONAME ?CompareObjectMemoryDirect@H245_UserInputIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10911 NONAME ?CompareObjectMemoryDirect@H245_UserInputIndication_encryptedAlphanumeric@@UBE?AW4Comparison@PObject@@ABV3@@Z @53208 NONAME ?CompareObjectMemoryDirect@H245_UserInputIndication_extendedAlphanumeric@@UBE?AW4Comparison@PObject@@ABV3@@Z @26223 NONAME ?CompareObjectMemoryDirect@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBE?AW4Comparison@PObject@@ABV3@@Z @53209 NONAME ?CompareObjectMemoryDirect@H245_UserInputIndication_signal@@UBE?AW4Comparison@PObject@@ABV3@@Z @10912 NONAME ?CompareObjectMemoryDirect@H245_UserInputIndication_signalUpdate@@UBE?AW4Comparison@PObject@@ABV3@@Z @10913 NONAME ?CompareObjectMemoryDirect@H245_UserInputIndication_signalUpdate_rtp@@UBE?AW4Comparison@PObject@@ABV3@@Z @10914 NONAME ?CompareObjectMemoryDirect@H245_UserInputIndication_signal_rtp@@UBE?AW4Comparison@PObject@@ABV3@@Z @10915 NONAME ?CompareObjectMemoryDirect@H245_UserInputIndication_userInputSupportIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @10916 NONAME ?CompareObjectMemoryDirect@H245_V42bis@@UBE?AW4Comparison@PObject@@ABV3@@Z @10917 NONAME ?CompareObjectMemoryDirect@H245_V75Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10918 NONAME ?CompareObjectMemoryDirect@H245_V75Parameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10919 NONAME ?CompareObjectMemoryDirect@H245_V76Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10920 NONAME ?CompareObjectMemoryDirect@H245_V76HDLCParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10921 NONAME ?CompareObjectMemoryDirect@H245_V76LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10922 NONAME ?CompareObjectMemoryDirect@H245_V76LogicalChannelParameters_mode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10923 NONAME ?CompareObjectMemoryDirect@H245_V76LogicalChannelParameters_mode_eRM@@UBE?AW4Comparison@PObject@@ABV3@@Z @10924 NONAME ?CompareObjectMemoryDirect@H245_V76LogicalChannelParameters_mode_eRM_recovery@@UBE?AW4Comparison@PObject@@ABV3@@Z @10925 NONAME ?CompareObjectMemoryDirect@H245_V76LogicalChannelParameters_suspendResume@@UBE?AW4Comparison@PObject@@ABV3@@Z @10926 NONAME ?CompareObjectMemoryDirect@H245_V76ModeParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @10927 NONAME ?CompareObjectMemoryDirect@H245_VBDCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @38755 NONAME ?CompareObjectMemoryDirect@H245_VBDMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @38756 NONAME ?CompareObjectMemoryDirect@H245_VCCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10928 NONAME ?CompareObjectMemoryDirect@H245_VCCapability_aal1@@UBE?AW4Comparison@PObject@@ABV3@@Z @10929 NONAME ?CompareObjectMemoryDirect@H245_VCCapability_aal1ViaGateway@@UBE?AW4Comparison@PObject@@ABV3@@Z @26224 NONAME ?CompareObjectMemoryDirect@H245_VCCapability_aal5@@UBE?AW4Comparison@PObject@@ABV3@@Z @10930 NONAME ?CompareObjectMemoryDirect@H245_VCCapability_availableBitRates@@UBE?AW4Comparison@PObject@@ABV3@@Z @10931 NONAME ?CompareObjectMemoryDirect@H245_VCCapability_availableBitRates_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @10932 NONAME ?CompareObjectMemoryDirect@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBE?AW4Comparison@PObject@@ABV3@@Z @10933 NONAME ?CompareObjectMemoryDirect@H245_VendorIdentification@@UBE?AW4Comparison@PObject@@ABV3@@Z @10934 NONAME ?CompareObjectMemoryDirect@H245_VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10935 NONAME ?CompareObjectMemoryDirect@H245_VideoIndicateCompose@@UBE?AW4Comparison@PObject@@ABV3@@Z @10936 NONAME ?CompareObjectMemoryDirect@H245_VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @10937 NONAME ?CompareObjectMemoryDirect@H248_ActionReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @33503 NONAME ?CompareObjectMemoryDirect@H248_ActionRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33504 NONAME ?CompareObjectMemoryDirect@H248_AmmDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33505 NONAME ?CompareObjectMemoryDirect@H248_AmmRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33506 NONAME ?CompareObjectMemoryDirect@H248_AmmsReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @33507 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_ActionReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @33508 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_ActionRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33509 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_AmmDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33510 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_CommandReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @33511 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_CommandRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33512 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_EventParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @33513 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_IndAuditParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @33514 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_IndAudPropertyParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @33515 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_IndAudStreamDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33516 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_ModemType@@UBE?AW4Comparison@PObject@@ABV3@@Z @33517 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_ObservedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @33518 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_PASN_OctetString@@UBE?AW4Comparison@PObject@@ABV3@@Z @33519 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_PropertyGroup@@UBE?AW4Comparison@PObject@@ABV3@@Z @33520 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_PropertyParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @33521 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_RequestedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @33522 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_SecondRequestedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @33523 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_Signal@@UBE?AW4Comparison@PObject@@ABV3@@Z @33524 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_SigParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @33525 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_StreamDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33526 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_TerminationID@@UBE?AW4Comparison@PObject@@ABV3@@Z @33527 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_TopologyRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33528 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_Transaction@@UBE?AW4Comparison@PObject@@ABV3@@Z @33529 NONAME ?CompareObjectMemoryDirect@H248_ArrayOf_WildcardField@@UBE?AW4Comparison@PObject@@ABV3@@Z @33530 NONAME ?CompareObjectMemoryDirect@H248_AuditDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33531 NONAME ?CompareObjectMemoryDirect@H248_AuditReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @33532 NONAME ?CompareObjectMemoryDirect@H248_AuditRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33533 NONAME ?CompareObjectMemoryDirect@H248_AuditResult@@UBE?AW4Comparison@PObject@@ABV3@@Z @33534 NONAME ?CompareObjectMemoryDirect@H248_AuditReturnParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @33535 NONAME ?CompareObjectMemoryDirect@H248_AuthData@@UBE?AW4Comparison@PObject@@ABV3@@Z @33536 NONAME ?CompareObjectMemoryDirect@H248_AuthenticationHeader@@UBE?AW4Comparison@PObject@@ABV3@@Z @33537 NONAME ?CompareObjectMemoryDirect@H248_Command@@UBE?AW4Comparison@PObject@@ABV3@@Z @33538 NONAME ?CompareObjectMemoryDirect@H248_CommandReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @33539 NONAME ?CompareObjectMemoryDirect@H248_CommandRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33540 NONAME ?CompareObjectMemoryDirect@H248_ContextAttrAuditRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33541 NONAME ?CompareObjectMemoryDirect@H248_ContextID@@UBE?AW4Comparison@PObject@@ABV3@@Z @33542 NONAME ?CompareObjectMemoryDirect@H248_ContextRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33543 NONAME ?CompareObjectMemoryDirect@H248_DigitMapDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33544 NONAME ?CompareObjectMemoryDirect@H248_DigitMapName@@UBE?AW4Comparison@PObject@@ABV3@@Z @33545 NONAME ?CompareObjectMemoryDirect@H248_DigitMapValue@@UBE?AW4Comparison@PObject@@ABV3@@Z @33546 NONAME ?CompareObjectMemoryDirect@H248_DomainName@@UBE?AW4Comparison@PObject@@ABV3@@Z @33547 NONAME ?CompareObjectMemoryDirect@H248_ErrorCode@@UBE?AW4Comparison@PObject@@ABV3@@Z @33548 NONAME ?CompareObjectMemoryDirect@H248_ErrorDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33549 NONAME ?CompareObjectMemoryDirect@H248_ErrorText@@UBE?AW4Comparison@PObject@@ABV3@@Z @33550 NONAME ?CompareObjectMemoryDirect@H248_EventBufferControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @33551 NONAME ?CompareObjectMemoryDirect@H248_EventBufferDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33552 NONAME ?CompareObjectMemoryDirect@H248_EventDM@@UBE?AW4Comparison@PObject@@ABV3@@Z @33553 NONAME ?CompareObjectMemoryDirect@H248_EventName@@UBE?AW4Comparison@PObject@@ABV3@@Z @33554 NONAME ?CompareObjectMemoryDirect@H248_EventParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @33555 NONAME ?CompareObjectMemoryDirect@H248_EventParameter_extraInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @33556 NONAME ?CompareObjectMemoryDirect@H248_EventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33557 NONAME ?CompareObjectMemoryDirect@H248_EventSpec@@UBE?AW4Comparison@PObject@@ABV3@@Z @33558 NONAME ?CompareObjectMemoryDirect@H248_H221NonStandard@@UBE?AW4Comparison@PObject@@ABV3@@Z @33559 NONAME ?CompareObjectMemoryDirect@H248_IndAudDigitMapDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33560 NONAME ?CompareObjectMemoryDirect@H248_IndAudEventBufferDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33561 NONAME ?CompareObjectMemoryDirect@H248_IndAudEventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33562 NONAME ?CompareObjectMemoryDirect@H248_IndAuditParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @33563 NONAME ?CompareObjectMemoryDirect@H248_IndAudLocalControlDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33564 NONAME ?CompareObjectMemoryDirect@H248_IndAudLocalRemoteDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33565 NONAME ?CompareObjectMemoryDirect@H248_IndAudMediaDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33566 NONAME ?CompareObjectMemoryDirect@H248_IndAudMediaDescriptor_streams@@UBE?AW4Comparison@PObject@@ABV3@@Z @33567 NONAME ?CompareObjectMemoryDirect@H248_IndAudPackagesDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33568 NONAME ?CompareObjectMemoryDirect@H248_IndAudPropertyGroup@@UBE?AW4Comparison@PObject@@ABV3@@Z @33569 NONAME ?CompareObjectMemoryDirect@H248_IndAudPropertyParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @33570 NONAME ?CompareObjectMemoryDirect@H248_IndAudSeqSigList@@UBE?AW4Comparison@PObject@@ABV3@@Z @33571 NONAME ?CompareObjectMemoryDirect@H248_IndAudSignal@@UBE?AW4Comparison@PObject@@ABV3@@Z @33572 NONAME ?CompareObjectMemoryDirect@H248_IndAudSignalsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33573 NONAME ?CompareObjectMemoryDirect@H248_IndAudStatisticsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33574 NONAME ?CompareObjectMemoryDirect@H248_IndAudStreamDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33575 NONAME ?CompareObjectMemoryDirect@H248_IndAudStreamParms@@UBE?AW4Comparison@PObject@@ABV3@@Z @33576 NONAME ?CompareObjectMemoryDirect@H248_IndAudTerminationStateDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33577 NONAME ?CompareObjectMemoryDirect@H248_IP4Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @33578 NONAME ?CompareObjectMemoryDirect@H248_IP6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @33579 NONAME ?CompareObjectMemoryDirect@H248_LocalControlDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33580 NONAME ?CompareObjectMemoryDirect@H248_LocalRemoteDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33581 NONAME ?CompareObjectMemoryDirect@H248_MediaDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33582 NONAME ?CompareObjectMemoryDirect@H248_MediaDescriptor_streams@@UBE?AW4Comparison@PObject@@ABV3@@Z @33583 NONAME ?CompareObjectMemoryDirect@H248_MegacoMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @33584 NONAME ?CompareObjectMemoryDirect@H248_Message@@UBE?AW4Comparison@PObject@@ABV3@@Z @33585 NONAME ?CompareObjectMemoryDirect@H248_Message_messageBody@@UBE?AW4Comparison@PObject@@ABV3@@Z @33586 NONAME ?CompareObjectMemoryDirect@H248_MId@@UBE?AW4Comparison@PObject@@ABV3@@Z @33587 NONAME ?CompareObjectMemoryDirect@H248_ModemDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33588 NONAME ?CompareObjectMemoryDirect@H248_ModemType@@UBE?AW4Comparison@PObject@@ABV3@@Z @33589 NONAME ?CompareObjectMemoryDirect@H248_MuxDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33590 NONAME ?CompareObjectMemoryDirect@H248_MuxType@@UBE?AW4Comparison@PObject@@ABV3@@Z @33591 NONAME ?CompareObjectMemoryDirect@H248_Name@@UBE?AW4Comparison@PObject@@ABV3@@Z @33592 NONAME ?CompareObjectMemoryDirect@H248_NonStandardData@@UBE?AW4Comparison@PObject@@ABV3@@Z @33593 NONAME ?CompareObjectMemoryDirect@H248_NonStandardIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @33594 NONAME ?CompareObjectMemoryDirect@H248_NotifyCompletion@@UBE?AW4Comparison@PObject@@ABV3@@Z @33595 NONAME ?CompareObjectMemoryDirect@H248_NotifyReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @33596 NONAME ?CompareObjectMemoryDirect@H248_NotifyRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33597 NONAME ?CompareObjectMemoryDirect@H248_ObservedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @33598 NONAME ?CompareObjectMemoryDirect@H248_ObservedEventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33599 NONAME ?CompareObjectMemoryDirect@H248_PackagesDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33600 NONAME ?CompareObjectMemoryDirect@H248_PackagesItem@@UBE?AW4Comparison@PObject@@ABV3@@Z @33601 NONAME ?CompareObjectMemoryDirect@H248_PathName@@UBE?AW4Comparison@PObject@@ABV3@@Z @33602 NONAME ?CompareObjectMemoryDirect@H248_PkgdName@@UBE?AW4Comparison@PObject@@ABV3@@Z @33603 NONAME ?CompareObjectMemoryDirect@H248_PropertyGroup@@UBE?AW4Comparison@PObject@@ABV3@@Z @33604 NONAME ?CompareObjectMemoryDirect@H248_PropertyParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @33605 NONAME ?CompareObjectMemoryDirect@H248_PropertyParm_extraInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @33606 NONAME ?CompareObjectMemoryDirect@H248_Relation@@UBE?AW4Comparison@PObject@@ABV3@@Z @33607 NONAME ?CompareObjectMemoryDirect@H248_RequestedActions@@UBE?AW4Comparison@PObject@@ABV3@@Z @33608 NONAME ?CompareObjectMemoryDirect@H248_RequestedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @33609 NONAME ?CompareObjectMemoryDirect@H248_RequestID@@UBE?AW4Comparison@PObject@@ABV3@@Z @33610 NONAME ?CompareObjectMemoryDirect@H248_SecondEventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33611 NONAME ?CompareObjectMemoryDirect@H248_SecondRequestedActions@@UBE?AW4Comparison@PObject@@ABV3@@Z @33612 NONAME ?CompareObjectMemoryDirect@H248_SecondRequestedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @33613 NONAME ?CompareObjectMemoryDirect@H248_SecurityParmIndex@@UBE?AW4Comparison@PObject@@ABV3@@Z @33614 NONAME ?CompareObjectMemoryDirect@H248_SeqSigList@@UBE?AW4Comparison@PObject@@ABV3@@Z @33615 NONAME ?CompareObjectMemoryDirect@H248_SequenceNum@@UBE?AW4Comparison@PObject@@ABV3@@Z @33616 NONAME ?CompareObjectMemoryDirect@H248_ServiceChangeAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @33617 NONAME ?CompareObjectMemoryDirect@H248_ServiceChangeMethod@@UBE?AW4Comparison@PObject@@ABV3@@Z @33618 NONAME ?CompareObjectMemoryDirect@H248_ServiceChangeParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @33619 NONAME ?CompareObjectMemoryDirect@H248_ServiceChangeProfile@@UBE?AW4Comparison@PObject@@ABV3@@Z @33620 NONAME ?CompareObjectMemoryDirect@H248_ServiceChangeReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @33621 NONAME ?CompareObjectMemoryDirect@H248_ServiceChangeRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33622 NONAME ?CompareObjectMemoryDirect@H248_ServiceChangeResParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @33623 NONAME ?CompareObjectMemoryDirect@H248_ServiceChangeResult@@UBE?AW4Comparison@PObject@@ABV3@@Z @33624 NONAME ?CompareObjectMemoryDirect@H248_ServiceState@@UBE?AW4Comparison@PObject@@ABV3@@Z @33625 NONAME ?CompareObjectMemoryDirect@H248_Signal@@UBE?AW4Comparison@PObject@@ABV3@@Z @33626 NONAME ?CompareObjectMemoryDirect@H248_SignalName@@UBE?AW4Comparison@PObject@@ABV3@@Z @33627 NONAME ?CompareObjectMemoryDirect@H248_SignalRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33628 NONAME ?CompareObjectMemoryDirect@H248_SignalsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33629 NONAME ?CompareObjectMemoryDirect@H248_SignalType@@UBE?AW4Comparison@PObject@@ABV3@@Z @33630 NONAME ?CompareObjectMemoryDirect@H248_SigParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @33631 NONAME ?CompareObjectMemoryDirect@H248_SigParameter_extraInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @33632 NONAME ?CompareObjectMemoryDirect@H248_StatisticsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33633 NONAME ?CompareObjectMemoryDirect@H248_StatisticsParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @33634 NONAME ?CompareObjectMemoryDirect@H248_StreamDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33635 NONAME ?CompareObjectMemoryDirect@H248_StreamID@@UBE?AW4Comparison@PObject@@ABV3@@Z @33636 NONAME ?CompareObjectMemoryDirect@H248_StreamMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @33637 NONAME ?CompareObjectMemoryDirect@H248_StreamParms@@UBE?AW4Comparison@PObject@@ABV3@@Z @33638 NONAME ?CompareObjectMemoryDirect@H248_SubtractRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33639 NONAME ?CompareObjectMemoryDirect@H248_TerminationAudit@@UBE?AW4Comparison@PObject@@ABV3@@Z @33640 NONAME ?CompareObjectMemoryDirect@H248_TerminationID@@UBE?AW4Comparison@PObject@@ABV3@@Z @33641 NONAME ?CompareObjectMemoryDirect@H248_TerminationIDList@@UBE?AW4Comparison@PObject@@ABV3@@Z @33642 NONAME ?CompareObjectMemoryDirect@H248_TerminationStateDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @33643 NONAME ?CompareObjectMemoryDirect@H248_TimeNotation@@UBE?AW4Comparison@PObject@@ABV3@@Z @33644 NONAME ?CompareObjectMemoryDirect@H248_TopologyRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33645 NONAME ?CompareObjectMemoryDirect@H248_TopologyRequest_topologyDirection@@UBE?AW4Comparison@PObject@@ABV3@@Z @33646 NONAME ?CompareObjectMemoryDirect@H248_Transaction@@UBE?AW4Comparison@PObject@@ABV3@@Z @33647 NONAME ?CompareObjectMemoryDirect@H248_TransactionAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @33648 NONAME ?CompareObjectMemoryDirect@H248_TransactionId@@UBE?AW4Comparison@PObject@@ABV3@@Z @33649 NONAME ?CompareObjectMemoryDirect@H248_TransactionPending@@UBE?AW4Comparison@PObject@@ABV3@@Z @33650 NONAME ?CompareObjectMemoryDirect@H248_TransactionReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @33651 NONAME ?CompareObjectMemoryDirect@H248_TransactionReply_transactionResult@@UBE?AW4Comparison@PObject@@ABV3@@Z @33652 NONAME ?CompareObjectMemoryDirect@H248_TransactionRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @33653 NONAME ?CompareObjectMemoryDirect@H248_TransactionResponseAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @33654 NONAME ?CompareObjectMemoryDirect@H248_Value@@UBE?AW4Comparison@PObject@@ABV3@@Z @33655 NONAME ?CompareObjectMemoryDirect@H248_WildcardField@@UBE?AW4Comparison@PObject@@ABV3@@Z @33656 NONAME ?CompareObjectMemoryDirect@H263Packet@@UBE?AW4Comparison@PObject@@ABV3@@Z @53877 NONAME ?CompareObjectMemoryDirect@H263PacketList@@UBE?AW4Comparison@PObject@@ABV3@@Z @53878 NONAME ?CompareObjectMemoryDirect@H323AudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10938 NONAME ?CompareObjectMemoryDirect@H323AudioCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @10939 NONAME ?CompareObjectMemoryDirect@H323BidirectionalChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @10940 NONAME ?CompareObjectMemoryDirect@H323CallCreditServiceControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @33657 NONAME ?CompareObjectMemoryDirect@H323Capabilities@@UBE?AW4Comparison@PObject@@ABV3@@Z @17215 NONAME ?CompareObjectMemoryDirect@H323CapabilitiesSet@@UBE?AW4Comparison@PObject@@ABV3@@Z @17216 NONAME ?CompareObjectMemoryDirect@H323Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10941 NONAME ?CompareObjectMemoryDirect@H323Channel@@UBE?AW4Comparison@PObject@@ABV3@@Z @10943 NONAME ?CompareObjectMemoryDirect@H323ChannelNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @10944 NONAME ?CompareObjectMemoryDirect@H323Codec@@UBE?AW4Comparison@PObject@@ABV3@@Z @10945 NONAME ?CompareObjectMemoryDirect@H323CodecPluginGenericAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @53341 NONAME ?CompareObjectMemoryDirect@H323CodecPluginNonStandardAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @50449 NONAME ?CompareObjectMemoryDirect@H323Connection@@UBE?AW4Comparison@PObject@@ABV3@@Z @10946 NONAME ?CompareObjectMemoryDirect@H323ConnectionsCleaner@@UBE?AW4Comparison@PObject@@ABV3@@Z @10947 NONAME ?CompareObjectMemoryDirect@H323ControlPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @10948 NONAME ?CompareObjectMemoryDirect@H323DataCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10949 NONAME ?CompareObjectMemoryDirect@H323DataChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @28198 NONAME ?CompareObjectMemoryDirect@H323DynaLink@@UBE?AW4Comparison@PObject@@ABV3@@Z @50669 NONAME ?CompareObjectMemoryDirect@H323EndPoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @10950 NONAME ?CompareObjectMemoryDirect@H323FramedAudioCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @10951 NONAME ?CompareObjectMemoryDirect@H323Gatekeeper@@UBE?AW4Comparison@PObject@@ABV3@@Z @10952 NONAME ?CompareObjectMemoryDirect@H323GatekeeperARQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @29462 NONAME ?CompareObjectMemoryDirect@H323GatekeeperBRQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @29463 NONAME ?CompareObjectMemoryDirect@H323GatekeeperCall@@UBE?AW4Comparison@PObject@@ABV3@@Z @28500 NONAME ?CompareObjectMemoryDirect@H323GatekeeperDRQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @29464 NONAME ?CompareObjectMemoryDirect@H323GatekeeperGRQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @29465 NONAME ?CompareObjectMemoryDirect@H323GatekeeperIRR@@UBE?AW4Comparison@PObject@@ABV3@@Z @30642 NONAME ?CompareObjectMemoryDirect@H323GatekeeperListener@@UBE?AW4Comparison@PObject@@ABV3@@Z @28501 NONAME ?CompareObjectMemoryDirect@H323GatekeeperLRQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @29466 NONAME ?CompareObjectMemoryDirect@H323GatekeeperRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @29467 NONAME ?CompareObjectMemoryDirect@H323GatekeeperRRQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @29468 NONAME ?CompareObjectMemoryDirect@H323GatekeeperServer@@UBE?AW4Comparison@PObject@@ABV3@@Z @28502 NONAME ?CompareObjectMemoryDirect@H323GatekeeperURQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @29469 NONAME ?CompareObjectMemoryDirect@H323GenericAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @53342 NONAME ?CompareObjectMemoryDirect@H323GenericVideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @53343 NONAME ?CompareObjectMemoryDirect@H323GSMPluginCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @50450 NONAME ?CompareObjectMemoryDirect@H323H248ServiceControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @33658 NONAME ?CompareObjectMemoryDirect@H323HTTPServiceControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @33659 NONAME ?CompareObjectMemoryDirect@H323Listener@@UBE?AW4Comparison@PObject@@ABV3@@Z @10954 NONAME ?CompareObjectMemoryDirect@H323ListenerTCP@@UBE?AW4Comparison@PObject@@ABV3@@Z @10955 NONAME ?CompareObjectMemoryDirect@H323LogicalChannelThread@@UBE?AW4Comparison@PObject@@ABV3@@Z @10956 NONAME ?CompareObjectMemoryDirect@H323NonStandardAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10957 NONAME ?CompareObjectMemoryDirect@H323NonStandardDataCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10958 NONAME ?CompareObjectMemoryDirect@H323NonStandardVideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10959 NONAME ?CompareObjectMemoryDirect@H323PeerElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @34991 NONAME ?CompareObjectMemoryDirect@H323PeerElementDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @37250 NONAME ?CompareObjectMemoryDirect@H323PeerElementServiceRelationship@@UBE?AW4Comparison@PObject@@ABV3@@Z @37251 NONAME ?CompareObjectMemoryDirect@H323PluginCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @50453 NONAME ?CompareObjectMemoryDirect@H323PluginCodecManager@@UBE?AW4Comparison@PObject@@ABV3@@Z @51004 NONAME ?CompareObjectMemoryDirect@H323PluginFramedAudioCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @50713 NONAME ?CompareObjectMemoryDirect@H323PluginG7231Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @50454 NONAME ?CompareObjectMemoryDirect@H323PluginVideoCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @50455 NONAME ?CompareObjectMemoryDirect@H323RasPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @10960 NONAME ?CompareObjectMemoryDirect@H323RealTimeCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10961 NONAME ?CompareObjectMemoryDirect@H323RegisteredEndPoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @28503 NONAME ?CompareObjectMemoryDirect@H323ServiceControlSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @33660 NONAME ?CompareObjectMemoryDirect@H323SignalPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @10962 NONAME ?CompareObjectMemoryDirect@H323SimultaneousCapabilities@@UBE?AW4Comparison@PObject@@ABV3@@Z @10963 NONAME ?CompareObjectMemoryDirect@H323StreamedAudioCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @10964 NONAME ?CompareObjectMemoryDirect@H323StreamedPluginAudioCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @50714 NONAME ?CompareObjectMemoryDirect@H323Transaction@@UBE?AW4Comparison@PObject@@ABV3@@Z @37641 NONAME ?CompareObjectMemoryDirect@H323TransactionServer@@UBE?AW4Comparison@PObject@@ABV3@@Z @34993 NONAME ?CompareObjectMemoryDirect@H323Transactor@@UBE?AW4Comparison@PObject@@ABV3@@Z @34994 NONAME ?CompareObjectMemoryDirect@H323Transport@@UBE?AW4Comparison@PObject@@ABV3@@Z @10965 NONAME ?CompareObjectMemoryDirect@H323TransportAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10966 NONAME ?CompareObjectMemoryDirect@H323TransportAddressArray@@UBE?AW4Comparison@PObject@@ABV3@@Z @31258 NONAME ?CompareObjectMemoryDirect@H323TransportIP@@UBE?AW4Comparison@PObject@@ABV3@@Z @10967 NONAME ?CompareObjectMemoryDirect@H323TransportTCP@@UBE?AW4Comparison@PObject@@ABV3@@Z @10968 NONAME ?CompareObjectMemoryDirect@H323TransportUDP@@UBE?AW4Comparison@PObject@@ABV3@@Z @10969 NONAME ?CompareObjectMemoryDirect@H323UnidirectionalChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @10970 NONAME ?CompareObjectMemoryDirect@H323VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10971 NONAME ?CompareObjectMemoryDirect@H323VideoCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @10972 NONAME ?CompareObjectMemoryDirect@H323_ALawCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @10977 NONAME ?CompareObjectMemoryDirect@H323_AnnexG@@UBE?AW4Comparison@PObject@@ABV3@@Z @34995 NONAME ?CompareObjectMemoryDirect@H323_CiscoG7231aLIDCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @31185 NONAME ?CompareObjectMemoryDirect@H323_ExternalRTPChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @29641 NONAME ?CompareObjectMemoryDirect@H323_G711Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10978 NONAME ?CompareObjectMemoryDirect@H323_H261Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10981 NONAME ?CompareObjectMemoryDirect@H323_H261Codec@@UBE?AW4Comparison@PObject@@ABV3@@Z @10982 NONAME ?CompareObjectMemoryDirect@H323_LIDCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10983 NONAME ?CompareObjectMemoryDirect@H323_LIDCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @10984 NONAME ?CompareObjectMemoryDirect@H323_muLawCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @10985 NONAME ?CompareObjectMemoryDirect@H323_RealTimeChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @29642 NONAME ?CompareObjectMemoryDirect@H323_RFC2190_H263Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @53879 NONAME ?CompareObjectMemoryDirect@H323_RFC2190_H263Codec@@UBE?AW4Comparison@PObject@@ABV3@@Z @53880 NONAME ?CompareObjectMemoryDirect@H323_RTPChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @10986 NONAME ?CompareObjectMemoryDirect@H323_RTP_Session@@UBE?AW4Comparison@PObject@@ABV3@@Z @10987 NONAME ?CompareObjectMemoryDirect@H323_RTP_UDP@@UBE?AW4Comparison@PObject@@ABV3@@Z @10988 NONAME ?CompareObjectMemoryDirect@H323_T120Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10989 NONAME ?CompareObjectMemoryDirect@H323_T120Channel@@UBE?AW4Comparison@PObject@@ABV3@@Z @28199 NONAME ?CompareObjectMemoryDirect@H323_T38Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @28200 NONAME ?CompareObjectMemoryDirect@H323_T38Channel@@UBE?AW4Comparison@PObject@@ABV3@@Z @28201 NONAME ?CompareObjectMemoryDirect@H323_T38NonStandardCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @30542 NONAME ?CompareObjectMemoryDirect@H323_UserInputCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @10990 NONAME ?CompareObjectMemoryDirect@H45010_ArrayOf_MixedExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @23616 NONAME ?CompareObjectMemoryDirect@H45010_CfbOvrOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23617 NONAME ?CompareObjectMemoryDirect@H45010_CoReqOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23618 NONAME ?CompareObjectMemoryDirect@H45010_H323CallOfferOperations@@UBE?AW4Comparison@PObject@@ABV3@@Z @23619 NONAME ?CompareObjectMemoryDirect@H45010_RUAlertOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23620 NONAME ?CompareObjectMemoryDirect@H45011Handler@@UBE?AW4Comparison@PObject@@ABV3@@Z @30748 NONAME ?CompareObjectMemoryDirect@H45011_ArrayOf_MixedExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @23621 NONAME ?CompareObjectMemoryDirect@H45011_CallIntrusionErrors@@UBE?AW4Comparison@PObject@@ABV3@@Z @23622 NONAME ?CompareObjectMemoryDirect@H45011_CICapabilityLevel@@UBE?AW4Comparison@PObject@@ABV3@@Z @23623 NONAME ?CompareObjectMemoryDirect@H45011_CIFrcRelArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23624 NONAME ?CompareObjectMemoryDirect@H45011_CIFrcRelOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23625 NONAME ?CompareObjectMemoryDirect@H45011_CIGetCIPLOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23626 NONAME ?CompareObjectMemoryDirect@H45011_CIGetCIPLRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23627 NONAME ?CompareObjectMemoryDirect@H45011_CIIsOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23628 NONAME ?CompareObjectMemoryDirect@H45011_CIIsOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23629 NONAME ?CompareObjectMemoryDirect@H45011_CINotificationArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23630 NONAME ?CompareObjectMemoryDirect@H45011_CIProtectionLevel@@UBE?AW4Comparison@PObject@@ABV3@@Z @23631 NONAME ?CompareObjectMemoryDirect@H45011_CIRequestArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23632 NONAME ?CompareObjectMemoryDirect@H45011_CIRequestRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23633 NONAME ?CompareObjectMemoryDirect@H45011_CISilentArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23634 NONAME ?CompareObjectMemoryDirect@H45011_CISilentOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23635 NONAME ?CompareObjectMemoryDirect@H45011_CIStatusInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @23636 NONAME ?CompareObjectMemoryDirect@H45011_CIWobOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23637 NONAME ?CompareObjectMemoryDirect@H45011_CIWobOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23638 NONAME ?CompareObjectMemoryDirect@H45011_H323CallIntrusionOperations@@UBE?AW4Comparison@PObject@@ABV3@@Z @23639 NONAME ?CompareObjectMemoryDirect@H4501_Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @21715 NONAME ?CompareObjectMemoryDirect@H4501_AddressInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @21716 NONAME ?CompareObjectMemoryDirect@H4501_AddressScreened@@UBE?AW4Comparison@PObject@@ABV3@@Z @21717 NONAME ?CompareObjectMemoryDirect@H4501_ArrayOf_AliasAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @21718 NONAME ?CompareObjectMemoryDirect@H4501_ArrayOf_ROS@@UBE?AW4Comparison@PObject@@ABV3@@Z @21719 NONAME ?CompareObjectMemoryDirect@H4501_EndpointAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @21720 NONAME ?CompareObjectMemoryDirect@H4501_EntityType@@UBE?AW4Comparison@PObject@@ABV3@@Z @21721 NONAME ?CompareObjectMemoryDirect@H4501_Extension@@UBE?AW4Comparison@PObject@@ABV3@@Z @21722 NONAME ?CompareObjectMemoryDirect@H4501_GeneralErrorList@@UBE?AW4Comparison@PObject@@ABV3@@Z @21723 NONAME ?CompareObjectMemoryDirect@H4501_H225InformationElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @21724 NONAME ?CompareObjectMemoryDirect@H4501_InterpretationApdu@@UBE?AW4Comparison@PObject@@ABV3@@Z @21725 NONAME ?CompareObjectMemoryDirect@H4501_InvokeIDs@@UBE?AW4Comparison@PObject@@ABV3@@Z @21726 NONAME ?CompareObjectMemoryDirect@H4501_InvokeIdSet@@UBE?AW4Comparison@PObject@@ABV3@@Z @21727 NONAME ?CompareObjectMemoryDirect@H4501_NetworkFacilityExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @21728 NONAME ?CompareObjectMemoryDirect@H4501_NSAPSubaddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @21729 NONAME ?CompareObjectMemoryDirect@H4501_NumberScreened@@UBE?AW4Comparison@PObject@@ABV3@@Z @21730 NONAME ?CompareObjectMemoryDirect@H4501_PartySubaddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @21731 NONAME ?CompareObjectMemoryDirect@H4501_PresentationAllowedIndicator@@UBE?AW4Comparison@PObject@@ABV3@@Z @21732 NONAME ?CompareObjectMemoryDirect@H4501_PresentedAddressScreened@@UBE?AW4Comparison@PObject@@ABV3@@Z @21733 NONAME ?CompareObjectMemoryDirect@H4501_PresentedAddressUnscreened@@UBE?AW4Comparison@PObject@@ABV3@@Z @21734 NONAME ?CompareObjectMemoryDirect@H4501_PresentedNumberScreened@@UBE?AW4Comparison@PObject@@ABV3@@Z @21735 NONAME ?CompareObjectMemoryDirect@H4501_PresentedNumberUnscreened@@UBE?AW4Comparison@PObject@@ABV3@@Z @21736 NONAME ?CompareObjectMemoryDirect@H4501_ScreeningIndicator@@UBE?AW4Comparison@PObject@@ABV3@@Z @21737 NONAME ?CompareObjectMemoryDirect@H4501_ServiceApdus@@UBE?AW4Comparison@PObject@@ABV3@@Z @21738 NONAME ?CompareObjectMemoryDirect@H4501_SubaddressInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @21739 NONAME ?CompareObjectMemoryDirect@H4501_SupplementaryService@@UBE?AW4Comparison@PObject@@ABV3@@Z @21740 NONAME ?CompareObjectMemoryDirect@H4501_UserSpecifiedSubaddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @21741 NONAME ?CompareObjectMemoryDirect@H4502Handler@@UBE?AW4Comparison@PObject@@ABV3@@Z @29016 NONAME ?CompareObjectMemoryDirect@H4502_CallIdentity@@UBE?AW4Comparison@PObject@@ABV3@@Z @21742 NONAME ?CompareObjectMemoryDirect@H4502_CallStatus@@UBE?AW4Comparison@PObject@@ABV3@@Z @21743 NONAME ?CompareObjectMemoryDirect@H4502_CallTransferErrors@@UBE?AW4Comparison@PObject@@ABV3@@Z @21744 NONAME ?CompareObjectMemoryDirect@H4502_CallTransferOperation@@UBE?AW4Comparison@PObject@@ABV3@@Z @21745 NONAME ?CompareObjectMemoryDirect@H4502_CTActiveArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @21746 NONAME ?CompareObjectMemoryDirect@H4502_CTActiveArg_argumentExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @21747 NONAME ?CompareObjectMemoryDirect@H4502_CTCompleteArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @21748 NONAME ?CompareObjectMemoryDirect@H4502_CTCompleteArg_argumentExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @21749 NONAME ?CompareObjectMemoryDirect@H4502_CTIdentifyRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @21750 NONAME ?CompareObjectMemoryDirect@H4502_CTIdentifyRes_resultExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @21751 NONAME ?CompareObjectMemoryDirect@H4502_CTInitiateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @21752 NONAME ?CompareObjectMemoryDirect@H4502_CTInitiateArg_argumentExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @21753 NONAME ?CompareObjectMemoryDirect@H4502_CTSetupArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @21754 NONAME ?CompareObjectMemoryDirect@H4502_CTSetupArg_argumentExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @21755 NONAME ?CompareObjectMemoryDirect@H4502_CTUpdateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @21756 NONAME ?CompareObjectMemoryDirect@H4502_CTUpdateArg_argumentExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @21757 NONAME ?CompareObjectMemoryDirect@H4502_DummyArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @21758 NONAME ?CompareObjectMemoryDirect@H4502_DummyRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @21759 NONAME ?CompareObjectMemoryDirect@H4502_EndDesignation@@UBE?AW4Comparison@PObject@@ABV3@@Z @21760 NONAME ?CompareObjectMemoryDirect@H4502_ExtensionSeq@@UBE?AW4Comparison@PObject@@ABV3@@Z @21761 NONAME ?CompareObjectMemoryDirect@H4502_SubaddressTransferArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @21762 NONAME ?CompareObjectMemoryDirect@H4502_SubaddressTransferArg_argumentExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @21763 NONAME ?CompareObjectMemoryDirect@H4503_BasicService@@UBE?AW4Comparison@PObject@@ABV3@@Z @22759 NONAME ?CompareObjectMemoryDirect@H4503_CallDiversionErrors@@UBE?AW4Comparison@PObject@@ABV3@@Z @22760 NONAME ?CompareObjectMemoryDirect@H4503_DiversionReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @22761 NONAME ?CompareObjectMemoryDirect@H4503_ExtensionSeq@@UBE?AW4Comparison@PObject@@ABV3@@Z @22762 NONAME ?CompareObjectMemoryDirect@H4503_H323CallDiversionOperations@@UBE?AW4Comparison@PObject@@ABV3@@Z @22763 NONAME ?CompareObjectMemoryDirect@H4503_IntResult@@UBE?AW4Comparison@PObject@@ABV3@@Z @22764 NONAME ?CompareObjectMemoryDirect@H4503_IntResultList@@UBE?AW4Comparison@PObject@@ABV3@@Z @22765 NONAME ?CompareObjectMemoryDirect@H4503_IntResult_extension@@UBE?AW4Comparison@PObject@@ABV3@@Z @22766 NONAME ?CompareObjectMemoryDirect@H4503_Procedure@@UBE?AW4Comparison@PObject@@ABV3@@Z @22767 NONAME ?CompareObjectMemoryDirect@H4503_SubscriptionOption@@UBE?AW4Comparison@PObject@@ABV3@@Z @22768 NONAME ?CompareObjectMemoryDirect@H4504Handler@@UBE?AW4Comparison@PObject@@ABV3@@Z @29017 NONAME ?CompareObjectMemoryDirect@H4504_ArrayOf_MixedExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @22399 NONAME ?CompareObjectMemoryDirect@H4504_CallHoldOperation@@UBE?AW4Comparison@PObject@@ABV3@@Z @22400 NONAME ?CompareObjectMemoryDirect@H4504_Extension@@UBE?AW4Comparison@PObject@@ABV3@@Z @22401 NONAME ?CompareObjectMemoryDirect@H4504_HoldNotificArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @22402 NONAME ?CompareObjectMemoryDirect@H4504_MixedExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @22403 NONAME ?CompareObjectMemoryDirect@H4504_RemoteHoldArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @22404 NONAME ?CompareObjectMemoryDirect@H4504_RemoteHoldRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @22405 NONAME ?CompareObjectMemoryDirect@H4504_RemoteRetrieveArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @22406 NONAME ?CompareObjectMemoryDirect@H4504_RemoteRetrieveRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @22407 NONAME ?CompareObjectMemoryDirect@H4504_RetrieveNotificArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @22408 NONAME ?CompareObjectMemoryDirect@H4505_ArrayOf_MixedExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @23640 NONAME ?CompareObjectMemoryDirect@H4505_CallParkPickupOperations@@UBE?AW4Comparison@PObject@@ABV3@@Z @23641 NONAME ?CompareObjectMemoryDirect@H4505_CallPickupErrors@@UBE?AW4Comparison@PObject@@ABV3@@Z @23642 NONAME ?CompareObjectMemoryDirect@H4505_CallType@@UBE?AW4Comparison@PObject@@ABV3@@Z @23643 NONAME ?CompareObjectMemoryDirect@H4505_CpickupNotifyArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23644 NONAME ?CompareObjectMemoryDirect@H4505_CpNotifyArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23645 NONAME ?CompareObjectMemoryDirect@H4505_CpRequestArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23646 NONAME ?CompareObjectMemoryDirect@H4505_CpRequestRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23647 NONAME ?CompareObjectMemoryDirect@H4505_CpSetupArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23648 NONAME ?CompareObjectMemoryDirect@H4505_CpSetupRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23649 NONAME ?CompareObjectMemoryDirect@H4505_GroupIndicationOffArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23650 NONAME ?CompareObjectMemoryDirect@H4505_GroupIndicationOffRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23651 NONAME ?CompareObjectMemoryDirect@H4505_GroupIndicationOnArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23652 NONAME ?CompareObjectMemoryDirect@H4505_GroupIndicationOnRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23653 NONAME ?CompareObjectMemoryDirect@H4505_ParkCondition@@UBE?AW4Comparison@PObject@@ABV3@@Z @23654 NONAME ?CompareObjectMemoryDirect@H4505_ParkedToPosition@@UBE?AW4Comparison@PObject@@ABV3@@Z @23655 NONAME ?CompareObjectMemoryDirect@H4505_PickExeArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23656 NONAME ?CompareObjectMemoryDirect@H4505_PickExeRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23657 NONAME ?CompareObjectMemoryDirect@H4505_PickrequArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23658 NONAME ?CompareObjectMemoryDirect@H4505_PickrequRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23659 NONAME ?CompareObjectMemoryDirect@H4505_PickupArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23660 NONAME ?CompareObjectMemoryDirect@H4505_PickupRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23661 NONAME ?CompareObjectMemoryDirect@H4506Handler@@UBE?AW4Comparison@PObject@@ABV3@@Z @29692 NONAME ?CompareObjectMemoryDirect@H4506_ArrayOf_MixedExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @23662 NONAME ?CompareObjectMemoryDirect@H4506_CallWaitingArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23663 NONAME ?CompareObjectMemoryDirect@H4506_CallWaitingOperations@@UBE?AW4Comparison@PObject@@ABV3@@Z @23664 NONAME ?CompareObjectMemoryDirect@H4507_ArrayOf_MixedExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @23665 NONAME ?CompareObjectMemoryDirect@H4507_BasicService@@UBE?AW4Comparison@PObject@@ABV3@@Z @23666 NONAME ?CompareObjectMemoryDirect@H4507_DummyRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23667 NONAME ?CompareObjectMemoryDirect@H4507_H323_MWI_Operations@@UBE?AW4Comparison@PObject@@ABV3@@Z @23668 NONAME ?CompareObjectMemoryDirect@H4507_MessageWaitingIndicationErrors@@UBE?AW4Comparison@PObject@@ABV3@@Z @23669 NONAME ?CompareObjectMemoryDirect@H4507_MsgCentreId@@UBE?AW4Comparison@PObject@@ABV3@@Z @23670 NONAME ?CompareObjectMemoryDirect@H4507_MWIActivateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23671 NONAME ?CompareObjectMemoryDirect@H4507_MWIDeactivateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23672 NONAME ?CompareObjectMemoryDirect@H4507_MWIInterrogateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23673 NONAME ?CompareObjectMemoryDirect@H4507_MWIInterrogateRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23674 NONAME ?CompareObjectMemoryDirect@H4507_MWIInterrogateResElt@@UBE?AW4Comparison@PObject@@ABV3@@Z @23675 NONAME ?CompareObjectMemoryDirect@H4507_NbOfMessages@@UBE?AW4Comparison@PObject@@ABV3@@Z @23676 NONAME ?CompareObjectMemoryDirect@H4507_TimeStamp@@UBE?AW4Comparison@PObject@@ABV3@@Z @23677 NONAME ?CompareObjectMemoryDirect@H4508_ExtendedName@@UBE?AW4Comparison@PObject@@ABV3@@Z @23678 NONAME ?CompareObjectMemoryDirect@H4508_Name@@UBE?AW4Comparison@PObject@@ABV3@@Z @23679 NONAME ?CompareObjectMemoryDirect@H4508_NameOperations@@UBE?AW4Comparison@PObject@@ABV3@@Z @23680 NONAME ?CompareObjectMemoryDirect@H4508_NamePresentationAllowed@@UBE?AW4Comparison@PObject@@ABV3@@Z @23681 NONAME ?CompareObjectMemoryDirect@H4508_NamePresentationRestricted@@UBE?AW4Comparison@PObject@@ABV3@@Z @23682 NONAME ?CompareObjectMemoryDirect@H4508_SimpleName@@UBE?AW4Comparison@PObject@@ABV3@@Z @23683 NONAME ?CompareObjectMemoryDirect@H4509_ArrayOf_MixedExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @23684 NONAME ?CompareObjectMemoryDirect@H4509_CallCompletionErrors@@UBE?AW4Comparison@PObject@@ABV3@@Z @23685 NONAME ?CompareObjectMemoryDirect@H4509_CcArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23686 NONAME ?CompareObjectMemoryDirect@H4509_CcLongArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23687 NONAME ?CompareObjectMemoryDirect@H4509_CcRequestArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23688 NONAME ?CompareObjectMemoryDirect@H4509_CcRequestRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @23689 NONAME ?CompareObjectMemoryDirect@H4509_CcShortArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @23690 NONAME ?CompareObjectMemoryDirect@H4509_H323CallCompletionOperations@@UBE?AW4Comparison@PObject@@ABV3@@Z @23691 NONAME ?CompareObjectMemoryDirect@H450xDispatcher@@UBE?AW4Comparison@PObject@@ABV3@@Z @29018 NONAME ?CompareObjectMemoryDirect@H450xHandler@@UBE?AW4Comparison@PObject@@ABV3@@Z @29019 NONAME ?CompareObjectMemoryDirect@H501AccessRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @37642 NONAME ?CompareObjectMemoryDirect@H501DescriptorUpdate@@UBE?AW4Comparison@PObject@@ABV3@@Z @37643 NONAME ?CompareObjectMemoryDirect@H501PDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @37112 NONAME ?CompareObjectMemoryDirect@H501ServiceRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @37644 NONAME ?CompareObjectMemoryDirect@H501Transaction@@UBE?AW4Comparison@PObject@@ABV3@@Z @37645 NONAME ?CompareObjectMemoryDirect@H501_AccessConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36149 NONAME ?CompareObjectMemoryDirect@H501_AccessRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @36150 NONAME ?CompareObjectMemoryDirect@H501_AccessRejectionReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @36151 NONAME ?CompareObjectMemoryDirect@H501_AccessRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @36152 NONAME ?CompareObjectMemoryDirect@H501_AccessToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @36153 NONAME ?CompareObjectMemoryDirect@H501_AddressTemplate@@UBE?AW4Comparison@PObject@@ABV3@@Z @36154 NONAME ?CompareObjectMemoryDirect@H501_AlternatePE@@UBE?AW4Comparison@PObject@@ABV3@@Z @36155 NONAME ?CompareObjectMemoryDirect@H501_AlternatePEInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @36156 NONAME ?CompareObjectMemoryDirect@H501_ApplicationMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @36157 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_AccessToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @36158 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_AddressTemplate@@UBE?AW4Comparison@PObject@@ABV3@@Z @36159 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_AliasAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @36160 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_AlternatePE@@UBE?AW4Comparison@PObject@@ABV3@@Z @36161 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_CircuitIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @36162 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_ClearToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @36163 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_ContactInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36164 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_CryptoH323Token@@UBE?AW4Comparison@PObject@@ABV3@@Z @36165 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_Descriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @36166 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_DescriptorInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @36168 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_GenericData@@UBE?AW4Comparison@PObject@@ABV3@@Z @36169 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_GloballyUniqueID@@UBE?AW4Comparison@PObject@@ABV3@@Z @36969 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @36170 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_PASN_ObjectId@@UBE?AW4Comparison@PObject@@ABV3@@Z @36171 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_Pattern@@UBE?AW4Comparison@PObject@@ABV3@@Z @36172 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_PriceElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @36173 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_PriceInfoSpec@@UBE?AW4Comparison@PObject@@ABV3@@Z @36174 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_RouteInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36175 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_SecurityMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @36176 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_ServiceControlSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @36177 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_SupportedProtocols@@UBE?AW4Comparison@PObject@@ABV3@@Z @36178 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_TransportAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @36179 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_UpdateInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36180 NONAME ?CompareObjectMemoryDirect@H501_ArrayOf_UsageField@@UBE?AW4Comparison@PObject@@ABV3@@Z @36181 NONAME ?CompareObjectMemoryDirect@H501_AuthenticationConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36182 NONAME ?CompareObjectMemoryDirect@H501_AuthenticationRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @36183 NONAME ?CompareObjectMemoryDirect@H501_AuthenticationRejectionReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @36184 NONAME ?CompareObjectMemoryDirect@H501_AuthenticationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @36185 NONAME ?CompareObjectMemoryDirect@H501_CallInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36186 NONAME ?CompareObjectMemoryDirect@H501_ContactInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36187 NONAME ?CompareObjectMemoryDirect@H501_Descriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @36188 NONAME ?CompareObjectMemoryDirect@H501_DescriptorConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36189 NONAME ?CompareObjectMemoryDirect@H501_DescriptorIDConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36191 NONAME ?CompareObjectMemoryDirect@H501_DescriptorIDRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @36192 NONAME ?CompareObjectMemoryDirect@H501_DescriptorIDRejectionReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @36193 NONAME ?CompareObjectMemoryDirect@H501_DescriptorIDRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @36194 NONAME ?CompareObjectMemoryDirect@H501_DescriptorInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @36195 NONAME ?CompareObjectMemoryDirect@H501_DescriptorRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @36196 NONAME ?CompareObjectMemoryDirect@H501_DescriptorRejectionReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @36197 NONAME ?CompareObjectMemoryDirect@H501_DescriptorRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @36198 NONAME ?CompareObjectMemoryDirect@H501_DescriptorUpdate@@UBE?AW4Comparison@PObject@@ABV3@@Z @36199 NONAME ?CompareObjectMemoryDirect@H501_DescriptorUpdateAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @36200 NONAME ?CompareObjectMemoryDirect@H501_ElementIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @36201 NONAME ?CompareObjectMemoryDirect@H501_GlobalTimeStamp@@UBE?AW4Comparison@PObject@@ABV3@@Z @36202 NONAME ?CompareObjectMemoryDirect@H501_Message@@UBE?AW4Comparison@PObject@@ABV3@@Z @36203 NONAME ?CompareObjectMemoryDirect@H501_MessageBody@@UBE?AW4Comparison@PObject@@ABV3@@Z @36204 NONAME ?CompareObjectMemoryDirect@H501_MessageCommonInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @36205 NONAME ?CompareObjectMemoryDirect@H501_NonStandardConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36206 NONAME ?CompareObjectMemoryDirect@H501_NonStandardRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @36207 NONAME ?CompareObjectMemoryDirect@H501_NonStandardRejectionReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @36208 NONAME ?CompareObjectMemoryDirect@H501_NonStandardRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @36209 NONAME ?CompareObjectMemoryDirect@H501_PartyInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36210 NONAME ?CompareObjectMemoryDirect@H501_Pattern@@UBE?AW4Comparison@PObject@@ABV3@@Z @36211 NONAME ?CompareObjectMemoryDirect@H501_Pattern_range@@UBE?AW4Comparison@PObject@@ABV3@@Z @36212 NONAME ?CompareObjectMemoryDirect@H501_PriceElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @36213 NONAME ?CompareObjectMemoryDirect@H501_PriceElement_units@@UBE?AW4Comparison@PObject@@ABV3@@Z @36214 NONAME ?CompareObjectMemoryDirect@H501_PriceInfoSpec@@UBE?AW4Comparison@PObject@@ABV3@@Z @36215 NONAME ?CompareObjectMemoryDirect@H501_ProtocolVersion@@UBE?AW4Comparison@PObject@@ABV3@@Z @36216 NONAME ?CompareObjectMemoryDirect@H501_RequestInProgress@@UBE?AW4Comparison@PObject@@ABV3@@Z @36217 NONAME ?CompareObjectMemoryDirect@H501_Role@@UBE?AW4Comparison@PObject@@ABV3@@Z @36218 NONAME ?CompareObjectMemoryDirect@H501_RouteInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36219 NONAME ?CompareObjectMemoryDirect@H501_RouteInformation_messageType@@UBE?AW4Comparison@PObject@@ABV3@@Z @36220 NONAME ?CompareObjectMemoryDirect@H501_SecurityMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @36221 NONAME ?CompareObjectMemoryDirect@H501_ServiceConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36222 NONAME ?CompareObjectMemoryDirect@H501_ServiceRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @36224 NONAME ?CompareObjectMemoryDirect@H501_ServiceRejectionReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @36225 NONAME ?CompareObjectMemoryDirect@H501_ServiceRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @36226 NONAME ?CompareObjectMemoryDirect@H501_ServiceReleaseReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @36227 NONAME ?CompareObjectMemoryDirect@H501_ServiceRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @36228 NONAME ?CompareObjectMemoryDirect@H501_TerminationCause@@UBE?AW4Comparison@PObject@@ABV3@@Z @36229 NONAME ?CompareObjectMemoryDirect@H501_TimeZone@@UBE?AW4Comparison@PObject@@ABV3@@Z @36230 NONAME ?CompareObjectMemoryDirect@H501_UnknownMessageReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @36231 NONAME ?CompareObjectMemoryDirect@H501_UnknownMessageResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @36232 NONAME ?CompareObjectMemoryDirect@H501_UpdateInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36233 NONAME ?CompareObjectMemoryDirect@H501_UpdateInformation_descriptorInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @36234 NONAME ?CompareObjectMemoryDirect@H501_UpdateInformation_updateType@@UBE?AW4Comparison@PObject@@ABV3@@Z @36235 NONAME ?CompareObjectMemoryDirect@H501_UsageCallStatus@@UBE?AW4Comparison@PObject@@ABV3@@Z @36236 NONAME ?CompareObjectMemoryDirect@H501_UsageConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36237 NONAME ?CompareObjectMemoryDirect@H501_UsageField@@UBE?AW4Comparison@PObject@@ABV3@@Z @36238 NONAME ?CompareObjectMemoryDirect@H501_UsageIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @36239 NONAME ?CompareObjectMemoryDirect@H501_UsageIndicationConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36240 NONAME ?CompareObjectMemoryDirect@H501_UsageIndicationRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @36241 NONAME ?CompareObjectMemoryDirect@H501_UsageIndicationRejectionReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @36242 NONAME ?CompareObjectMemoryDirect@H501_UsageRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @36243 NONAME ?CompareObjectMemoryDirect@H501_UsageRejectReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @36244 NONAME ?CompareObjectMemoryDirect@H501_UsageRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @36245 NONAME ?CompareObjectMemoryDirect@H501_UsageSpecification@@UBE?AW4Comparison@PObject@@ABV3@@Z @36246 NONAME ?CompareObjectMemoryDirect@H501_UsageSpecification_when@@UBE?AW4Comparison@PObject@@ABV3@@Z @36247 NONAME ?CompareObjectMemoryDirect@H501_UserInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36248 NONAME ?CompareObjectMemoryDirect@H501_ValidationConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @36249 NONAME ?CompareObjectMemoryDirect@H501_ValidationRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @36250 NONAME ?CompareObjectMemoryDirect@H501_ValidationRejectionReason@@UBE?AW4Comparison@PObject@@ABV3@@Z @36251 NONAME ?CompareObjectMemoryDirect@H501_ValidationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @36252 NONAME ?CompareObjectMemoryDirect@MCS_ArrayOf_ChannelAttributes@@UBE?AW4Comparison@PObject@@ABV3@@Z @11037 NONAME ?CompareObjectMemoryDirect@MCS_ArrayOf_ChannelId@@UBE?AW4Comparison@PObject@@ABV3@@Z @11038 NONAME ?CompareObjectMemoryDirect@MCS_ArrayOf_TokenAttributes@@UBE?AW4Comparison@PObject@@ABV3@@Z @11039 NONAME ?CompareObjectMemoryDirect@MCS_ArrayOf_TokenId@@UBE?AW4Comparison@PObject@@ABV3@@Z @11040 NONAME ?CompareObjectMemoryDirect@MCS_ArrayOf_UserId@@UBE?AW4Comparison@PObject@@ABV3@@Z @11041 NONAME ?CompareObjectMemoryDirect@MCS_AssignedChannelId@@UBE?AW4Comparison@PObject@@ABV3@@Z @11042 NONAME ?CompareObjectMemoryDirect@MCS_AUcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @11043 NONAME ?CompareObjectMemoryDirect@MCS_AUrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @11044 NONAME ?CompareObjectMemoryDirect@MCS_CAin@@UBE?AW4Comparison@PObject@@ABV3@@Z @11045 NONAME ?CompareObjectMemoryDirect@MCS_CArq@@UBE?AW4Comparison@PObject@@ABV3@@Z @11046 NONAME ?CompareObjectMemoryDirect@MCS_CCcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @11047 NONAME ?CompareObjectMemoryDirect@MCS_CCrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @11048 NONAME ?CompareObjectMemoryDirect@MCS_CDin@@UBE?AW4Comparison@PObject@@ABV3@@Z @11049 NONAME ?CompareObjectMemoryDirect@MCS_CDrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @11050 NONAME ?CompareObjectMemoryDirect@MCS_CEin@@UBE?AW4Comparison@PObject@@ABV3@@Z @11051 NONAME ?CompareObjectMemoryDirect@MCS_CErq@@UBE?AW4Comparison@PObject@@ABV3@@Z @11052 NONAME ?CompareObjectMemoryDirect@MCS_ChannelAttributes@@UBE?AW4Comparison@PObject@@ABV3@@Z @11053 NONAME ?CompareObjectMemoryDirect@MCS_ChannelAttributes_assigned@@UBE?AW4Comparison@PObject@@ABV3@@Z @11054 NONAME ?CompareObjectMemoryDirect@MCS_ChannelAttributes_private@@UBE?AW4Comparison@PObject@@ABV3@@Z @11055 NONAME ?CompareObjectMemoryDirect@MCS_ChannelAttributes_static@@UBE?AW4Comparison@PObject@@ABV3@@Z @11056 NONAME ?CompareObjectMemoryDirect@MCS_ChannelAttributes_userId@@UBE?AW4Comparison@PObject@@ABV3@@Z @11057 NONAME ?CompareObjectMemoryDirect@MCS_ChannelId@@UBE?AW4Comparison@PObject@@ABV3@@Z @11058 NONAME ?CompareObjectMemoryDirect@MCS_CJcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @11059 NONAME ?CompareObjectMemoryDirect@MCS_CJrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @11060 NONAME ?CompareObjectMemoryDirect@MCS_CLrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @11061 NONAME ?CompareObjectMemoryDirect@MCS_ConnectMCSPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @11062 NONAME ?CompareObjectMemoryDirect@MCS_Connect_Additional@@UBE?AW4Comparison@PObject@@ABV3@@Z @11063 NONAME ?CompareObjectMemoryDirect@MCS_Connect_Initial@@UBE?AW4Comparison@PObject@@ABV3@@Z @11064 NONAME ?CompareObjectMemoryDirect@MCS_Connect_Response@@UBE?AW4Comparison@PObject@@ABV3@@Z @11065 NONAME ?CompareObjectMemoryDirect@MCS_Connect_Result@@UBE?AW4Comparison@PObject@@ABV3@@Z @11066 NONAME ?CompareObjectMemoryDirect@MCS_DataPriority@@UBE?AW4Comparison@PObject@@ABV3@@Z @11067 NONAME ?CompareObjectMemoryDirect@MCS_Diagnostic@@UBE?AW4Comparison@PObject@@ABV3@@Z @11068 NONAME ?CompareObjectMemoryDirect@MCS_DomainMCSPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @11069 NONAME ?CompareObjectMemoryDirect@MCS_DomainParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @11070 NONAME ?CompareObjectMemoryDirect@MCS_DPum@@UBE?AW4Comparison@PObject@@ABV3@@Z @11071 NONAME ?CompareObjectMemoryDirect@MCS_DUin@@UBE?AW4Comparison@PObject@@ABV3@@Z @11072 NONAME ?CompareObjectMemoryDirect@MCS_DUrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @11073 NONAME ?CompareObjectMemoryDirect@MCS_DynamicChannelId@@UBE?AW4Comparison@PObject@@ABV3@@Z @11074 NONAME ?CompareObjectMemoryDirect@MCS_EDrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @11075 NONAME ?CompareObjectMemoryDirect@MCS_MCcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @11076 NONAME ?CompareObjectMemoryDirect@MCS_MCrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @11077 NONAME ?CompareObjectMemoryDirect@MCS_MTcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @11078 NONAME ?CompareObjectMemoryDirect@MCS_MTrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @11079 NONAME ?CompareObjectMemoryDirect@MCS_PCin@@UBE?AW4Comparison@PObject@@ABV3@@Z @11080 NONAME ?CompareObjectMemoryDirect@MCS_PDin@@UBE?AW4Comparison@PObject@@ABV3@@Z @11081 NONAME ?CompareObjectMemoryDirect@MCS_PrivateChannelId@@UBE?AW4Comparison@PObject@@ABV3@@Z @11082 NONAME ?CompareObjectMemoryDirect@MCS_PTin@@UBE?AW4Comparison@PObject@@ABV3@@Z @11083 NONAME ?CompareObjectMemoryDirect@MCS_Reason@@UBE?AW4Comparison@PObject@@ABV3@@Z @11084 NONAME ?CompareObjectMemoryDirect@MCS_Result@@UBE?AW4Comparison@PObject@@ABV3@@Z @11085 NONAME ?CompareObjectMemoryDirect@MCS_RJum@@UBE?AW4Comparison@PObject@@ABV3@@Z @11086 NONAME ?CompareObjectMemoryDirect@MCS_SDin@@UBE?AW4Comparison@PObject@@ABV3@@Z @11087 NONAME ?CompareObjectMemoryDirect@MCS_SDrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @11088 NONAME ?CompareObjectMemoryDirect@MCS_Segmentation@@UBE?AW4Comparison@PObject@@ABV3@@Z @11089 NONAME ?CompareObjectMemoryDirect@MCS_StaticChannelId@@UBE?AW4Comparison@PObject@@ABV3@@Z @11090 NONAME ?CompareObjectMemoryDirect@MCS_TGcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @11091 NONAME ?CompareObjectMemoryDirect@MCS_TGrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @11092 NONAME ?CompareObjectMemoryDirect@MCS_TIcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @11093 NONAME ?CompareObjectMemoryDirect@MCS_TIrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @11094 NONAME ?CompareObjectMemoryDirect@MCS_TokenAttributes@@UBE?AW4Comparison@PObject@@ABV3@@Z @11095 NONAME ?CompareObjectMemoryDirect@MCS_TokenAttributes_given@@UBE?AW4Comparison@PObject@@ABV3@@Z @11096 NONAME ?CompareObjectMemoryDirect@MCS_TokenAttributes_giving@@UBE?AW4Comparison@PObject@@ABV3@@Z @11097 NONAME ?CompareObjectMemoryDirect@MCS_TokenAttributes_grabbed@@UBE?AW4Comparison@PObject@@ABV3@@Z @11098 NONAME ?CompareObjectMemoryDirect@MCS_TokenAttributes_inhibited@@UBE?AW4Comparison@PObject@@ABV3@@Z @11099 NONAME ?CompareObjectMemoryDirect@MCS_TokenAttributes_ungivable@@UBE?AW4Comparison@PObject@@ABV3@@Z @11100 NONAME ?CompareObjectMemoryDirect@MCS_TokenId@@UBE?AW4Comparison@PObject@@ABV3@@Z @11101 NONAME ?CompareObjectMemoryDirect@MCS_TokenStatus@@UBE?AW4Comparison@PObject@@ABV3@@Z @11102 NONAME ?CompareObjectMemoryDirect@MCS_TPin@@UBE?AW4Comparison@PObject@@ABV3@@Z @11103 NONAME ?CompareObjectMemoryDirect@MCS_TPrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @11104 NONAME ?CompareObjectMemoryDirect@MCS_TRcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @11105 NONAME ?CompareObjectMemoryDirect@MCS_TRrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @11106 NONAME ?CompareObjectMemoryDirect@MCS_TTcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @11107 NONAME ?CompareObjectMemoryDirect@MCS_TTrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @11108 NONAME ?CompareObjectMemoryDirect@MCS_TVcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @11109 NONAME ?CompareObjectMemoryDirect@MCS_TVin@@UBE?AW4Comparison@PObject@@ABV3@@Z @11110 NONAME ?CompareObjectMemoryDirect@MCS_TVrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @11111 NONAME ?CompareObjectMemoryDirect@MCS_TVrs@@UBE?AW4Comparison@PObject@@ABV3@@Z @11112 NONAME ?CompareObjectMemoryDirect@MCS_UserId@@UBE?AW4Comparison@PObject@@ABV3@@Z @11113 NONAME ?CompareObjectMemoryDirect@MCS_USin@@UBE?AW4Comparison@PObject@@ABV3@@Z @11114 NONAME ?CompareObjectMemoryDirect@MCS_USrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @11115 NONAME ?CompareObjectMemoryDirect@MXRecordList@PDNS@@UBE?AW4Comparison@PObject@@ABV4@@Z @52896 NONAME ?CompareObjectMemoryDirect@OpalFactoryCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @52511 NONAME ?CompareObjectMemoryDirect@OpalG711ALaw64k_Base@@UBE?AW4Comparison@PObject@@ABV3@@Z @52512 NONAME ?CompareObjectMemoryDirect@OpalG711ALaw64k_Decoder@@UBE?AW4Comparison@PObject@@ABV3@@Z @52513 NONAME ?CompareObjectMemoryDirect@OpalG711ALaw64k_Encoder@@UBE?AW4Comparison@PObject@@ABV3@@Z @52514 NONAME ?CompareObjectMemoryDirect@OpalG711uLaw64k_Base@@UBE?AW4Comparison@PObject@@ABV3@@Z @52515 NONAME ?CompareObjectMemoryDirect@OpalG711uLaw64k_Decoder@@UBE?AW4Comparison@PObject@@ABV3@@Z @52516 NONAME ?CompareObjectMemoryDirect@OpalG711uLaw64k_Encoder@@UBE?AW4Comparison@PObject@@ABV3@@Z @52517 NONAME ?CompareObjectMemoryDirect@OpalGloballyUniqueID@@UBE?AW4Comparison@PObject@@ABV3@@Z @20690 NONAME ?CompareObjectMemoryDirect@OpalIxJDevice@@UBE?AW4Comparison@PObject@@ABV3@@Z @11116 NONAME ?CompareObjectMemoryDirect@OpalLineChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @11117 NONAME ?CompareObjectMemoryDirect@OpalLineInterfaceDevice@@UBE?AW4Comparison@PObject@@ABV3@@Z @11118 NONAME ?CompareObjectMemoryDirect@OpalMediaFormat@@UBE?AW4Comparison@PObject@@ABV3@@Z @20606 NONAME ?CompareObjectMemoryDirect@OpalPluginCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @52518 NONAME ?CompareObjectMemoryDirect@OpalRFC2833@@UBE?AW4Comparison@PObject@@ABV3@@Z @29933 NONAME ?CompareObjectMemoryDirect@OpalRFC2833Info@@UBE?AW4Comparison@PObject@@ABV3@@Z @29934 NONAME ?CompareObjectMemoryDirect@OpalRtpToWavFile@@UBE?AW4Comparison@PObject@@ABV3@@Z @30614 NONAME ?CompareObjectMemoryDirect@OpalT120Protocol@@UBE?AW4Comparison@PObject@@ABV3@@Z @28202 NONAME ?CompareObjectMemoryDirect@OpalT38Protocol@@UBE?AW4Comparison@PObject@@ABV3@@Z @28203 NONAME ?CompareObjectMemoryDirect@OpalVoipBlasterDevice@@UBE?AW4Comparison@PObject@@ABV3@@Z @29757 NONAME ?CompareObjectMemoryDirect@OpalVXMLSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @31064 NONAME ?CompareObjectMemoryDirect@OpalWAVFile@@UBE?AW4Comparison@PObject@@ABV3@@Z @30716 NONAME ?CompareObjectMemoryDirect@PASN_Boolean@@UBE?AW4Comparison@PObject@@ABV3@@Z @11125 NONAME ?CompareObjectMemoryDirect@PASN_ConstrainedObject@@UBE?AW4Comparison@PObject@@ABV3@@Z @11126 NONAME ?CompareObjectMemoryDirect@PASN_ConstrainedString@@UBE?AW4Comparison@PObject@@ABV3@@Z @11127 NONAME ?CompareObjectMemoryDirect@PASN_Enumeration@@UBE?AW4Comparison@PObject@@ABV3@@Z @11128 NONAME ?CompareObjectMemoryDirect@PASN_GeneralisedTime@@UBE?AW4Comparison@PObject@@ABV3@@Z @23692 NONAME ?CompareObjectMemoryDirect@PASN_GeneralString@@UBE?AW4Comparison@PObject@@ABV3@@Z @26225 NONAME ?CompareObjectMemoryDirect@PASN_IA5String@@UBE?AW4Comparison@PObject@@ABV3@@Z @11129 NONAME ?CompareObjectMemoryDirect@PASN_Integer@@UBE?AW4Comparison@PObject@@ABV3@@Z @11130 NONAME ?CompareObjectMemoryDirect@PASN_Null@@UBE?AW4Comparison@PObject@@ABV3@@Z @11131 NONAME ?CompareObjectMemoryDirect@PASN_NumericString@@UBE?AW4Comparison@PObject@@ABV3@@Z @11132 NONAME ?CompareObjectMemoryDirect@PASN_Object@@UBE?AW4Comparison@PObject@@ABV3@@Z @11133 NONAME ?CompareObjectMemoryDirect@PASN_PrintableString@@UBE?AW4Comparison@PObject@@ABV3@@Z @11134 NONAME ?CompareObjectMemoryDirect@PASN_Stream@@UBE?AW4Comparison@PObject@@ABV3@@Z @30350 NONAME ?CompareObjectMemoryDirect@PASN_VisibleString@@UBE?AW4Comparison@PObject@@ABV3@@Z @23693 NONAME ?CompareObjectMemoryDirect@PLDAPAttributeBase@@UBE?AW4Comparison@PObject@@ABV3@@Z @37851 NONAME ?CompareObjectMemoryDirect@PLDAPStructBase@@UBE?AW4Comparison@PObject@@ABV3@@Z @37852 NONAME ?CompareObjectMemoryDirect@PluginLoader@@UBE?AW4Comparison@PObject@@ABV3@@Z @53009 NONAME ?CompareObjectMemoryDirect@PPER_Stream@@UBE?AW4Comparison@PObject@@ABV3@@Z @30351 NONAME ?CompareObjectMemoryDirect@Q931@@UBE?AW4Comparison@PObject@@ABV3@@Z @11136 NONAME ?CompareObjectMemoryDirect@ReceiverReport@RTP_Session@@UBE?AW4Comparison@PObject@@ABV4@@Z @17084 NONAME ?CompareObjectMemoryDirect@Request@H323Transactor@@UBE?AW4Comparison@PObject@@ABV4@@Z @37404 NONAME ?CompareObjectMemoryDirect@Response@H323Transactor@@UBE?AW4Comparison@PObject@@ABV4@@Z @37405 NONAME ?CompareObjectMemoryDirect@RFC2190_FfmpgLink@@UBE?AW4Comparison@PObject@@ABV3@@Z @53881 NONAME ?CompareObjectMemoryDirect@RTP_ControlFrame@@UBE?AW4Comparison@PObject@@ABV3@@Z @11137 NONAME ?CompareObjectMemoryDirect@RTP_DataFrame@@UBE?AW4Comparison@PObject@@ABV3@@Z @11138 NONAME ?CompareObjectMemoryDirect@RTP_JitterBuffer@@UBE?AW4Comparison@PObject@@ABV3@@Z @11139 NONAME ?CompareObjectMemoryDirect@RTP_JitterBufferAnalyser@@UBE?AW4Comparison@PObject@@ABV3@@Z @17135 NONAME ?CompareObjectMemoryDirect@RTP_QOS@@UBE?AW4Comparison@PObject@@ABV3@@Z @38237 NONAME ?CompareObjectMemoryDirect@RTP_Session@@UBE?AW4Comparison@PObject@@ABV3@@Z @11140 NONAME ?CompareObjectMemoryDirect@RTP_SessionManager@@UBE?AW4Comparison@PObject@@ABV3@@Z @11141 NONAME ?CompareObjectMemoryDirect@RTP_UDP@@UBE?AW4Comparison@PObject@@ABV3@@Z @11142 NONAME ?CompareObjectMemoryDirect@RTP_UserData@@UBE?AW4Comparison@PObject@@ABV3@@Z @11143 NONAME ?CompareObjectMemoryDirect@SenderReport@RTP_Session@@UBE?AW4Comparison@PObject@@ABV4@@Z @17085 NONAME ?CompareObjectMemoryDirect@SourceDescription@RTP_Session@@UBE?AW4Comparison@PObject@@ABV4@@Z @17086 NONAME ?CompareObjectMemoryDirect@SRVRecordList@PDNS@@UBE?AW4Comparison@PObject@@ABV4@@Z @52897 NONAME ?CompareObjectMemoryDirect@StringMap@H323GatekeeperServer@@UBE?AW4Comparison@PObject@@ABV4@@Z @31689 NONAME ?CompareObjectMemoryDirect@T120ConnectPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @30019 NONAME ?CompareObjectMemoryDirect@T120_X224@@UBE?AW4Comparison@PObject@@ABV3@@Z @30020 NONAME ?CompareObjectMemoryDirect@T38_ArrayOf_PASN_OctetString@@UBE?AW4Comparison@PObject@@ABV3@@Z @28204 NONAME ?CompareObjectMemoryDirect@T38_Data_Field@@UBE?AW4Comparison@PObject@@ABV3@@Z @28205 NONAME ?CompareObjectMemoryDirect@T38_Data_Field_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @28206 NONAME ?CompareObjectMemoryDirect@T38_Data_Field_subtype_field_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @28207 NONAME ?CompareObjectMemoryDirect@T38_IFPPacket@@UBE?AW4Comparison@PObject@@ABV3@@Z @28208 NONAME ?CompareObjectMemoryDirect@T38_PreCorrigendum_Data_Field@@UBE?AW4Comparison@PObject@@ABV3@@Z @31737 NONAME ?CompareObjectMemoryDirect@T38_PreCorrigendum_Data_Field_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @31738 NONAME ?CompareObjectMemoryDirect@T38_PreCorrigendum_Data_Field_subtype_field_type@@UBE?AW4Comparison@PObject@@ABV3@@Z @31739 NONAME ?CompareObjectMemoryDirect@T38_PreCorrigendum_IFPPacket@@UBE?AW4Comparison@PObject@@ABV3@@Z @31740 NONAME ?CompareObjectMemoryDirect@T38_Type_of_msg@@UBE?AW4Comparison@PObject@@ABV3@@Z @28209 NONAME ?CompareObjectMemoryDirect@T38_Type_of_msg_data@@UBE?AW4Comparison@PObject@@ABV3@@Z @28210 NONAME ?CompareObjectMemoryDirect@T38_Type_of_msg_t30_indicator@@UBE?AW4Comparison@PObject@@ABV3@@Z @28211 NONAME ?CompareObjectMemoryDirect@T38_UDPTLPacket@@UBE?AW4Comparison@PObject@@ABV3@@Z @28212 NONAME ?CompareObjectMemoryDirect@T38_UDPTLPacket_error_recovery@@UBE?AW4Comparison@PObject@@ABV3@@Z @28213 NONAME ?CompareObjectMemoryDirect@T38_UDPTLPacket_error_recovery_fec_info@@UBE?AW4Comparison@PObject@@ABV3@@Z @28214 NONAME ?CompareObjectMemoryDirect@T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@UBE?AW4Comparison@PObject@@ABV3@@Z @28215 NONAME ?CompareObjectMemoryDirect@T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @28216 NONAME ?CompareObjectMemoryDirect@T38_UDPTLPacket_primary_ifp_packet@@UBE?AW4Comparison@PObject@@ABV3@@Z @28217 NONAME ?CompareObjectMemoryDirect@VoipBlasterInterface@@UBE?AW4Comparison@PObject@@ABV3@@Z @29758 NONAME ?CompareObjectMemoryDirect@X224@@UBE?AW4Comparison@PObject@@ABV3@@Z @11144 NONAME ?CompareObjectMemoryDirect@X880_Code@@UBE?AW4Comparison@PObject@@ABV3@@Z @21764 NONAME ?CompareObjectMemoryDirect@X880_GeneralProblem@@UBE?AW4Comparison@PObject@@ABV3@@Z @21765 NONAME ?CompareObjectMemoryDirect@X880_Invoke@@UBE?AW4Comparison@PObject@@ABV3@@Z @21766 NONAME ?CompareObjectMemoryDirect@X880_InvokeId@@UBE?AW4Comparison@PObject@@ABV3@@Z @21767 NONAME ?CompareObjectMemoryDirect@X880_InvokeProblem@@UBE?AW4Comparison@PObject@@ABV3@@Z @21768 NONAME ?CompareObjectMemoryDirect@X880_Reject@@UBE?AW4Comparison@PObject@@ABV3@@Z @21769 NONAME ?CompareObjectMemoryDirect@X880_RejectProblem@@UBE?AW4Comparison@PObject@@ABV3@@Z @21770 NONAME ?CompareObjectMemoryDirect@X880_Reject_problem@@UBE?AW4Comparison@PObject@@ABV3@@Z @21771 NONAME ?CompareObjectMemoryDirect@X880_ReturnError@@UBE?AW4Comparison@PObject@@ABV3@@Z @21772 NONAME ?CompareObjectMemoryDirect@X880_ReturnErrorProblem@@UBE?AW4Comparison@PObject@@ABV3@@Z @21773 NONAME ?CompareObjectMemoryDirect@X880_ReturnResult@@UBE?AW4Comparison@PObject@@ABV3@@Z @21774 NONAME ?CompareObjectMemoryDirect@X880_ReturnResultProblem@@UBE?AW4Comparison@PObject@@ABV3@@Z @21775 NONAME ?CompareObjectMemoryDirect@X880_ReturnResult_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @21776 NONAME ?CompareObjectMemoryDirect@X880_ROS@@UBE?AW4Comparison@PObject@@ABV3@@Z @21777 NONAME ?CompareParam@H323NonStandardCapabilityInfo@@IBE?AW4Comparison@PObject@@ABVH245_NonStandardParameter@@@Z @50732 NONAME ?Connect@H323Gatekeeper@@IAEXABVH323TransportAddress@@ABVPString@@@Z @34807 NONAME ?Connect@H323TransportTCP@@UAEHXZ @11145 NONAME ?Connect@H323TransportUDP@@UAEHXZ @11146 NONAME ?ConnectionStatesNames@H323Connection@@1QBQBDB @11148 NONAME ?ConnectTo@H323Transport@@QAEHABVH323TransportAddress@@@Z @28504 NONAME ?construct@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@@std@@QAEXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@ABQAU342@@Z @52262 NONAME ?construct@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@ABQAU342@@Z @52898 NONAME ?construct@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@ABQAU342@@Z @51953 NONAME ?construct@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@ABQAU342@@Z @51954 NONAME ?construct@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@ABQAU342@@Z @52519 NONAME ?construct@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@ABQAU342@@Z @51955 NONAME ?construct@?$allocator@ULookupRecord@@@std@@QAEXPAULookupRecord@@ABU3@@Z @52899 NONAME ?Construct@H323PeerElement@@IAEXXZ @36972 NONAME ?Construct@H323Transactor@@IAEXXZ @37406 NONAME ?Construct@H323_AnnexG@@IAEXXZ @36973 NONAME ?ConsultationTransfer@H323Connection@@QAEXABVPString@@@Z @30075 NONAME ?ConsultationTransfer@H323EndPoint@@QAEXABVPString@@0@Z @30076 NONAME ?ConsultationTransfer@H4502Handler@@QAEXABVPString@@@Z @30077 NONAME ?consume@Encoder@@UAEHPBVVideoFrame@@@Z @11149 NONAME ?consume@H261DCTEncoder@@UAEHPBVVideoFrame@@@Z @11150 NONAME ?consume@H261PixelEncoder@@UAEHPBVVideoFrame@@@Z @11151 NONAME ?Contains@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@QBEHABVH323ChannelNumber@@@Z @11152 NONAME ?Contains@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@QBEHABVPOrdinalKey@@@Z @33661 NONAME ?Contains@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@QBEHABVPOrdinalKey@@@Z @29020 NONAME ?Contains@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@QBEHABVPOrdinalKey@@@Z @11153 NONAME ?Contains@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@QBEHABVPOrdinalKey@@@Z @11154 NONAME ?Contains@?$PDictionary@VPString@@VH323Connection@@@@QBEHABVPString@@@Z @11155 NONAME ?Contains@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@QBEHABVPString@@@Z @52328 NONAME ?Contains@?$POrdinalDictionary@VPString@@@@QBEHABVPString@@@Z @33662 NONAME ?Contains@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UAEHABVPString@@@Z @52329 NONAME ?Contains@?$PSet@VPOrdinalKey@@@@QBEHABVPOrdinalKey@@@Z @37947 NONAME ?Contains@?$PSet@VPString@@@@QBEHABVPString@@@Z @30145 NONAME ?Contains@?$PStringDictionary@VPOrdinalKey@@@@QBEHABVPOrdinalKey@@@Z @30629 NONAME ?ContainsAlias@H323RegisteredEndPoint@@QAEHABVPString@@@Z @38318 NONAME ?ContainsNonexistent@H323PeerElementDescriptor@@QAEHXZ @38020 NONAME ?Copy@H323Capabilities@@QAEPAVH323Capability@@ABV2@@Z @17420 NONAME ?Copy@PLDAPAttr_c@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37853 NONAME ?Copy@PLDAPAttr_cn@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37854 NONAME ?Copy@PLDAPAttr_comment@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37855 NONAME ?Copy@PLDAPAttr_givenName@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37856 NONAME ?Copy@PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37857 NONAME ?Copy@PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37858 NONAME ?Copy@PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37859 NONAME ?Copy@PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37860 NONAME ?Copy@PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37861 NONAME ?Copy@PLDAPAttr_location@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37862 NONAME ?Copy@PLDAPAttr_o@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37863 NONAME ?Copy@PLDAPAttr_objectClass@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37864 NONAME ?Copy@PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37865 NONAME ?Copy@PLDAPAttr_sappguid@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37866 NONAME ?Copy@PLDAPAttr_sappid@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37867 NONAME ?Copy@PLDAPAttr_sflags@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37868 NONAME ?Copy@PLDAPAttr_sipAddress@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37869 NONAME ?Copy@PLDAPAttr_smimetype@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37870 NONAME ?Copy@PLDAPAttr_smodop@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37871 NONAME ?Copy@PLDAPAttr_sport@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37872 NONAME ?Copy@PLDAPAttr_sprotid@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37873 NONAME ?Copy@PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37874 NONAME ?Copy@PLDAPAttr_ssecurity@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37875 NONAME ?Copy@PLDAPAttr_sttl@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37876 NONAME ?Copy@PLDAPAttr_surname@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37877 NONAME ?Copy@PLDAPAttr_timestamp@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @37878 NONAME ?CopyTo@H323PeerElementDescriptor@@QAEXAAVH501_Descriptor@@@Z @37256 NONAME ?CopyToAddressTemplate@H323PeerElementDescriptor@@SAHAAVH501_AddressTemplate@@ABVH225_EndpointType@@ABVH225_ArrayOf_AliasAddress@@2I@Z @37979 NONAME ?Create@?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@MBEPAVH235Authenticator@@ABVPString@@@Z @52900 NONAME ?Create@?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@MBEPAVH235Authenticator@@ABVPString@@@Z @52901 NONAME ?Create@?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@MBEPAVH235Authenticator@@ABVPString@@@Z @52902 NONAME ?Create@?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@MBEPAVPPluginModuleManager@@ABVPString@@@Z @52520 NONAME ?Create@?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @52521 NONAME ?Create@?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @52522 NONAME ?Create@?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @52523 NONAME ?Create@?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @52524 NONAME ?Create@?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @52525 NONAME ?Create@?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @52526 NONAME ?Create@?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @52527 NONAME ?Create@?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @52528 NONAME ?Create@?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @52529 NONAME ?Create@?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @52530 NONAME ?Create@?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @52531 NONAME ?Create@?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @52532 NONAME ?Create@?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @52533 NONAME ?Create@?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @52534 NONAME ?Create@?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @52535 NONAME ?Create@?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @52536 NONAME ?Create@?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @52537 NONAME ?Create@?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @52538 NONAME ?Create@?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @52539 NONAME ?Create@?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @52540 NONAME ?Create@?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @52541 NONAME ?Create@?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @52542 NONAME ?Create@?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @52543 NONAME ?Create@?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @52544 NONAME ?Create@?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @52545 NONAME ?Create@?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @52546 NONAME ?Create@?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @52547 NONAME ?Create@?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @52548 NONAME ?Create@?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @52549 NONAME ?Create@?$Worker@VOpalRFC2190H263Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @53882 NONAME ?Create@?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @52550 NONAME ?Create@?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @52551 NONAME ?Create@?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@MBEPAVPProcessStartup@@ABVPString@@@Z @53010 NONAME ?Create@?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@MBEPAVPWAVFileConverter@@ABI@Z @52552 NONAME ?Create@?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@MBEPAVPWAVFileConverter@@ABI@Z @52553 NONAME ?Create@H323Capability@@SAPAV1@ABVPString@@@Z @51368 NONAME ?Create@Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@MBEPAVOpalFactoryCodec@@ABVPString@@@Z @52554 NONAME ?Create@Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@MBEPAVOpalFactoryCodec@@ABVPString@@@Z @52555 NONAME ?Create@Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@MBEPAVOpalFactoryCodec@@ABVPString@@@Z @52556 NONAME ?Create@Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@MBEPAVOpalFactoryCodec@@ABVPString@@@Z @52557 NONAME ?Create@Worker@OpalPluginCodecFactory@@MBEPAVOpalFactoryCodec@@ABVPString@@@Z @52558 NONAME ?Create@WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@MBEPAVH235Authenticator@@ABVPString@@@Z @52903 NONAME ?Create@WorkerBase@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @52559 NONAME ?Create@WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@MBEPAVOpalFactoryCodec@@ABVPString@@@Z @52560 NONAME ?Create@WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @52561 NONAME ?Create@WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@MBEPAVPPluginModuleManager@@ABVPString@@@Z @52562 NONAME ?Create@WorkerBase@?$PFactory@VPWAVFileConverter@@I@@MBEPAVPWAVFileConverter@@ABI@Z @52563 NONAME ?CreateAliasKey@H323PeerElement@@MAEPAVAliasKey@1@ABVH225_AliasAddress@@ABVOpalGloballyUniqueID@@HH@Z @37993 NONAME ?CreateAuthenticators@H323EndPoint@@UAE?AVH235Authenticators@@XZ @31299 NONAME ?CreateCall@H323GatekeeperServer@@UAEPAVH323GatekeeperCall@@ABVOpalGloballyUniqueID@@W4Direction@2@@Z @30416 NONAME ?CreateCapability@H323PluginCodecManager@@QAEPAVH323Capability@@ABVPString@@0III@Z @53682 NONAME ?CreateCapabilityAndMediaFormat@H323PluginCodecManager@@IAEXPAUPluginCodec_Definition@@0@Z @51369 NONAME ?CreateChannel@H323RealTimeCapability@@UBEPAVH323Channel@@AAVH323Connection@@W4Directions@2@IPBVH245_H2250LogicalChannelParameters@@@Z @11157 NONAME ?CreateChannel@H323_T120Capability@@UBEPAVH323Channel@@AAVH323Connection@@W4Directions@2@IPBVH245_H2250LogicalChannelParameters@@@Z @11158 NONAME ?CreateChannel@H323_T38Capability@@UBEPAVH323Channel@@AAVH323Connection@@W4Directions@2@IPBVH245_H2250LogicalChannelParameters@@@Z @28218 NONAME ?CreateChannel@H323_T38NonStandardCapability@@UBEPAVH323Channel@@AAVH323Connection@@W4Directions@2@IPBVH245_H2250LogicalChannelParameters@@@Z @30543 NONAME ?CreateChannel@H323_UserInputCapability@@UBEPAVH323Channel@@AAVH323Connection@@W4Directions@2@IPBVH245_H2250LogicalChannelParameters@@@Z @11159 NONAME ?CreateClearToken@H235AuthCAT@@UAEPAVH235_ClearToken@@XZ @34830 NONAME ?CreateClearToken@H235Authenticator@@UAEPAVH235_ClearToken@@XZ @34831 NONAME ?CreateCodec@G7231_File_Capability@@UBEPAVH323Codec@@W4Direction@2@@Z @31071 NONAME ?CreateCodec@H323CodecPluginGenericAudioCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @53344 NONAME ?CreateCodec@H323CodecPluginNonStandardAudioCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @50457 NONAME ?CreateCodec@H323DataCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @11160 NONAME ?CreateCodec@H323PluginCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @50459 NONAME ?CreateCodec@H323PluginCapabilityInfo@@QBEPAVH323Codec@@W4Direction@2@@Z @50460 NONAME ?CreateCodec@H323_CiscoG7231aLIDCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @31187 NONAME ?CreateCodec@H323_G711Capability@@UBEPAVH323Codec@@W4Direction@2@@Z @11163 NONAME ?CreateCodec@H323_H261Capability@@UBEPAVH323Codec@@W4Direction@2@@Z @11165 NONAME ?CreateCodec@H323_LIDCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @11166 NONAME ?CreateCodec@H323_RFC2190_H263Capability@@UBEPAVH323Codec@@W4Direction@2@@Z @53883 NONAME ?CreateCodec@H323_UserInputCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @11167 NONAME ?CreateCompatibleListener@H323TransportAddress@@QBEPAVH323Listener@@AAVH323EndPoint@@@Z @28219 NONAME ?CreateConnection@H323EndPoint@@UAEPAVH323Connection@@I@Z @17630 NONAME ?CreateConnection@H323EndPoint@@UAEPAVH323Connection@@IPAX@Z @17631 NONAME ?CreateConnection@H323EndPoint@@UAEPAVH323Connection@@IPAXPAVH323Transport@@PAVH323SignalPDU@@@Z @27999 NONAME ?CreateControlChannel@H323Transport@@UAEPAV1@AAVH323Connection@@@Z @17570 NONAME ?CreateControlChannel@H323TransportTCP@@UAEPAVH323Transport@@AAVH323Connection@@@Z @17571 NONAME ?CreateCryptoToken@H235Authenticator@@UAEPAVH225_CryptoH323Token@@XZ @34832 NONAME ?CreateCryptoToken@H235AuthProcedure1@@UAEPAVH225_CryptoH323Token@@XZ @34833 NONAME ?CreateCryptoToken@H235AuthSimpleMD5@@UAEPAVH225_CryptoH323Token@@XZ @34834 NONAME ?CreateDescriptor@H323PeerElement@@MAEPAVH323PeerElementDescriptor@@ABVOpalGloballyUniqueID@@@Z @37647 NONAME ?CreateEndPointIdentifier@H323GatekeeperServer@@UAE?AVPString@@XZ @28506 NONAME ?CreateGatekeeper@H323EndPoint@@UAEPAVH323Gatekeeper@@PAVH323Transport@@@Z @11170 NONAME ?CreateInstance@?$PFactory@VH235Authenticator@@VPString@@@@SAPAVH235Authenticator@@ABVPString@@@Z @52904 NONAME ?CreateInstance@?$PFactory@VH323Capability@@VPString@@@@SAPAVH323Capability@@ABVPString@@@Z @51991 NONAME ?CreateInstance@?$PFactory@VH323StaticPluginCodec@@VPString@@@@SAPAVH323StaticPluginCodec@@ABVPString@@@Z @51992 NONAME ?CreateInstance@?$PFactory@VOpalMediaFormat@@VPString@@@@SAPAVOpalMediaFormat@@ABVPString@@@Z @51993 NONAME ?CreateInstance@WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@IAEPAVH235Authenticator@@ABVPString@@@Z @52905 NONAME ?CreateInstance@WorkerBase@?$PFactory@VH323Capability@@VPString@@@@IAEPAVH323Capability@@ABVPString@@@Z @52564 NONAME ?CreateInstance@WorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@IAEPAVH323StaticPluginCodec@@ABVPString@@@Z @52565 NONAME ?CreateInstance@WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@IAEPAVOpalMediaFormat@@ABVPString@@@Z @52566 NONAME ?CreateInstance_Internal@?$PFactory@VH235Authenticator@@VPString@@@@IAEPAVH235Authenticator@@ABVPString@@@Z @52906 NONAME ?CreateInstance_Internal@?$PFactory@VH323Capability@@VPString@@@@IAEPAVH323Capability@@ABVPString@@@Z @51997 NONAME ?CreateInstance_Internal@?$PFactory@VH323StaticPluginCodec@@VPString@@@@IAEPAVH323StaticPluginCodec@@ABVPString@@@Z @51998 NONAME ?CreateInstance_Internal@?$PFactory@VOpalMediaFormat@@VPString@@@@IAEPAVOpalMediaFormat@@ABVPString@@@Z @51999 NONAME ?CreateListener@H323DataChannel@@UAEHXZ @28220 NONAME ?CreateListener@H323GatekeeperServer@@UAEPAVH323Transactor@@PAVH323Transport@@@Z @34998 NONAME ?CreateListener@H323TransportAddress@@QBEPAVH323Listener@@AAVH323EndPoint@@@Z @17562 NONAME ?CreateListener@H323_T38Channel@@UAEHXZ @28631 NONAME ?CreateLogicalChannel@H323Connection@@UAEPAVH323Channel@@ABVH245_OpenLogicalChannel@@HAAI@Z @17405 NONAME ?CreateObject@GCC_AlternativeNodeID@@UAEHXZ @11172 NONAME ?CreateObject@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@UBEPAVPASN_Object@@XZ @11173 NONAME ?CreateObject@GCC_ApplicationRecord_nonCollapsingCapabilities@@UBEPAVPASN_Object@@XZ @11174 NONAME ?CreateObject@GCC_ArrayOf_ApplicationInvokeSpecifier@@UBEPAVPASN_Object@@XZ @11175 NONAME ?CreateObject@GCC_ArrayOf_ChallengeItem@@UBEPAVPASN_Object@@XZ @11176 NONAME ?CreateObject@GCC_ArrayOf_ConferenceDescriptor@@UBEPAVPASN_Object@@XZ @11177 NONAME ?CreateObject@GCC_ArrayOf_Privilege@@UBEPAVPASN_Object@@XZ @11178 NONAME ?CreateObject@GCC_ArrayOf_TextString@@UBEPAVPASN_Object@@XZ @11179 NONAME ?CreateObject@GCC_ArrayOf_UserID@@UBEPAVPASN_Object@@XZ @11180 NONAME ?CreateObject@GCC_AsymmetryIndicator@@UAEHXZ @11181 NONAME ?CreateObject@GCC_CapabilityClass@@UAEHXZ @11182 NONAME ?CreateObject@GCC_CapabilityID@@UAEHXZ @11183 NONAME ?CreateObject@GCC_ChallengeResponseAlgorithm@@UAEHXZ @11184 NONAME ?CreateObject@GCC_ChallengeResponseItem@@UAEHXZ @11185 NONAME ?CreateObject@GCC_ConferenceNameSelector@@UAEHXZ @11186 NONAME ?CreateObject@GCC_ConferencePriorityScheme@@UAEHXZ @11187 NONAME ?CreateObject@GCC_ConnectGCCPDU@@UAEHXZ @11188 NONAME ?CreateObject@GCC_GCCPDU@@UAEHXZ @11189 NONAME ?CreateObject@GCC_IndicationPDU@@UAEHXZ @11190 NONAME ?CreateObject@GCC_Key@@UAEHXZ @11191 NONAME ?CreateObject@GCC_NetworkAddress@@UBEPAVPASN_Object@@XZ @11192 NONAME ?CreateObject@GCC_NetworkAddress_subtype@@UAEHXZ @11193 NONAME ?CreateObject@GCC_PasswordChallengeRequestResponse@@UAEHXZ @11194 NONAME ?CreateObject@GCC_PasswordSelector@@UAEHXZ @11195 NONAME ?CreateObject@GCC_RegistryEntryOwner@@UAEHXZ @11196 NONAME ?CreateObject@GCC_RegistryItem@@UAEHXZ @11197 NONAME ?CreateObject@GCC_RequestPDU@@UAEHXZ @11198 NONAME ?CreateObject@GCC_ResponsePDU@@UAEHXZ @11199 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation@@UBEPAVPASN_Object@@XZ @11200 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@UAEHXZ @11201 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@UBEPAVPASN_Object@@XZ @11202 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@UAEHXZ @11203 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@UBEPAVPASN_Object@@XZ @11204 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@UBEPAVPASN_Object@@XZ @11205 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@UAEHXZ @11206 NONAME ?CreateObject@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@UAEHXZ @11207 NONAME ?CreateObject@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@UBEPAVPASN_Object@@XZ @11208 NONAME ?CreateObject@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@UBEPAVPASN_Object@@XZ @11209 NONAME ?CreateObject@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@UAEHXZ @11210 NONAME ?CreateObject@GCC_UserData@@UBEPAVPASN_Object@@XZ @11211 NONAME ?CreateObject@H225_AddressPattern@@UAEHXZ @26226 NONAME ?CreateObject@H225_AdmissionConfirm_language@@UBEPAVPASN_Object@@XZ @26227 NONAME ?CreateObject@H225_AdmissionRejectReason@@UAEHXZ @11212 NONAME ?CreateObject@H225_AliasAddress@@UAEHXZ @11213 NONAME ?CreateObject@H225_ANSI_41_UIM_system_id@@UAEHXZ @26228 NONAME ?CreateObject@H225_ArrayOf_AddressPattern@@UBEPAVPASN_Object@@XZ @26229 NONAME ?CreateObject@H225_ArrayOf_AdmissionConfirm@@UBEPAVPASN_Object@@XZ @38757 NONAME ?CreateObject@H225_ArrayOf_AliasAddress@@UBEPAVPASN_Object@@XZ @11214 NONAME ?CreateObject@H225_ArrayOf_AlternateGK@@UBEPAVPASN_Object@@XZ @11215 NONAME ?CreateObject@H225_ArrayOf_AuthenticationMechanism@@UBEPAVPASN_Object@@XZ @11216 NONAME ?CreateObject@H225_ArrayOf_BandwidthDetails@@UBEPAVPASN_Object@@XZ @26230 NONAME ?CreateObject@H225_ArrayOf_CallReferenceValue@@UBEPAVPASN_Object@@XZ @11217 NONAME ?CreateObject@H225_ArrayOf_CallsAvailable@@UBEPAVPASN_Object@@XZ @26231 NONAME ?CreateObject@H225_ArrayOf_ClearToken@@UBEPAVPASN_Object@@XZ @11218 NONAME ?CreateObject@H225_ArrayOf_ConferenceIdentifier@@UBEPAVPASN_Object@@XZ @11219 NONAME ?CreateObject@H225_ArrayOf_ConferenceList@@UBEPAVPASN_Object@@XZ @11220 NONAME ?CreateObject@H225_ArrayOf_CryptoH323Token@@UBEPAVPASN_Object@@XZ @11221 NONAME ?CreateObject@H225_ArrayOf_DataRate@@UBEPAVPASN_Object@@XZ @11222 NONAME ?CreateObject@H225_ArrayOf_Endpoint@@UBEPAVPASN_Object@@XZ @11223 NONAME ?CreateObject@H225_ArrayOf_EnumeratedParameter@@UBEPAVPASN_Object@@XZ @26232 NONAME ?CreateObject@H225_ArrayOf_ExtendedAliasAddress@@UBEPAVPASN_Object@@XZ @26233 NONAME ?CreateObject@H225_ArrayOf_FeatureDescriptor@@UBEPAVPASN_Object@@XZ @26234 NONAME ?CreateObject@H225_ArrayOf_GenericData@@UBEPAVPASN_Object@@XZ @26235 NONAME ?CreateObject@H225_ArrayOf_H245Security@@UBEPAVPASN_Object@@XZ @11224 NONAME ?CreateObject@H225_ArrayOf_H248PackagesDescriptor@@UBEPAVPASN_Object@@XZ @26236 NONAME ?CreateObject@H225_ArrayOf_IntegrityMechanism@@UBEPAVPASN_Object@@XZ @11225 NONAME ?CreateObject@H225_ArrayOf_NonStandardParameter@@UBEPAVPASN_Object@@XZ @11226 NONAME ?CreateObject@H225_ArrayOf_PartyNumber@@UBEPAVPASN_Object@@XZ @26237 NONAME ?CreateObject@H225_ArrayOf_PASN_ObjectId@@UBEPAVPASN_Object@@XZ @11227 NONAME ?CreateObject@H225_ArrayOf_PASN_OctetString@@UBEPAVPASN_Object@@XZ @11228 NONAME ?CreateObject@H225_ArrayOf_RasUsageSpecification@@UBEPAVPASN_Object@@XZ @26238 NONAME ?CreateObject@H225_ArrayOf_RTPSession@@UBEPAVPASN_Object@@XZ @11229 NONAME ?CreateObject@H225_ArrayOf_ServiceControlSession@@UBEPAVPASN_Object@@XZ @26239 NONAME ?CreateObject@H225_ArrayOf_SupportedPrefix@@UBEPAVPASN_Object@@XZ @11230 NONAME ?CreateObject@H225_ArrayOf_SupportedProtocols@@UBEPAVPASN_Object@@XZ @11231 NONAME ?CreateObject@H225_ArrayOf_TransportAddress@@UBEPAVPASN_Object@@XZ @11232 NONAME ?CreateObject@H225_ArrayOf_TransportChannelInfo@@UBEPAVPASN_Object@@XZ @11233 NONAME ?CreateObject@H225_ArrayOf_TunnelledProtocol@@UBEPAVPASN_Object@@XZ @26240 NONAME ?CreateObject@H225_BandRejectReason@@UAEHXZ @11234 NONAME ?CreateObject@H225_CallCreditServiceControl_billingMode@@UAEHXZ @26241 NONAME ?CreateObject@H225_CallCreditServiceControl_callStartingPoint@@UAEHXZ @26242 NONAME ?CreateObject@H225_CallModel@@UAEHXZ @11235 NONAME ?CreateObject@H225_CallTerminationCause@@UAEHXZ @26243 NONAME ?CreateObject@H225_CallType@@UAEHXZ @11236 NONAME ?CreateObject@H225_CicInfo_cic@@UBEPAVPASN_Object@@XZ @26244 NONAME ?CreateObject@H225_Connect_UUIE_language@@UBEPAVPASN_Object@@XZ @26246 NONAME ?CreateObject@H225_Content@@UAEHXZ @26247 NONAME ?CreateObject@H225_CryptoH323Token@@UAEHXZ @11237 NONAME ?CreateObject@H225_DisengageReason@@UAEHXZ @11238 NONAME ?CreateObject@H225_DisengageRejectReason@@UAEHXZ @11239 NONAME ?CreateObject@H225_EncryptIntAlg@@UAEHXZ @11240 NONAME ?CreateObject@H225_FacilityReason@@UAEHXZ @11241 NONAME ?CreateObject@H225_GatekeeperRejectReason@@UAEHXZ @11242 NONAME ?CreateObject@H225_GenericIdentifier@@UAEHXZ @26248 NONAME ?CreateObject@H225_GroupID_member@@UBEPAVPASN_Object@@XZ @26249 NONAME ?CreateObject@H225_H245Security@@UAEHXZ @11243 NONAME ?CreateObject@H225_H323_UU_PDU_h323_message_body@@UAEHXZ @11244 NONAME ?CreateObject@H225_InfoRequestNakReason@@UAEHXZ @11245 NONAME ?CreateObject@H225_InfoRequestResponseStatus@@UAEHXZ @26250 NONAME ?CreateObject@H225_InfoRequestResponse_perCallInfo@@UBEPAVPASN_Object@@XZ @11246 NONAME ?CreateObject@H225_InfoRequestResponse_perCallInfo_subtype_pdu@@UBEPAVPASN_Object@@XZ @11247 NONAME ?CreateObject@H225_IntegrityMechanism@@UAEHXZ @11248 NONAME ?CreateObject@H225_LocationRejectReason@@UAEHXZ @11249 NONAME ?CreateObject@H225_MobileUIM@@UAEHXZ @26251 NONAME ?CreateObject@H225_NonIsoIntegrityMechanism@@UAEHXZ @11250 NONAME ?CreateObject@H225_NonStandardIdentifier@@UAEHXZ @11251 NONAME ?CreateObject@H225_PartyNumber@@UAEHXZ @11252 NONAME ?CreateObject@H225_PresentationIndicator@@UAEHXZ @26252 NONAME ?CreateObject@H225_PrivateTypeOfNumber@@UAEHXZ @11253 NONAME ?CreateObject@H225_PublicTypeOfNumber@@UAEHXZ @11254 NONAME ?CreateObject@H225_RasMessage@@UAEHXZ @11255 NONAME ?CreateObject@H225_RegistrationRejectReason@@UAEHXZ @11256 NONAME ?CreateObject@H225_ReleaseCompleteReason@@UAEHXZ @11257 NONAME ?CreateObject@H225_RTPSession_associatedSessionIds@@UBEPAVPASN_Object@@XZ @11258 NONAME ?CreateObject@H225_ScnConnectionAggregation@@UAEHXZ @26253 NONAME ?CreateObject@H225_ScnConnectionType@@UAEHXZ @26254 NONAME ?CreateObject@H225_SecurityErrors2@@UAEHXZ @38758 NONAME ?CreateObject@H225_SecurityErrors@@UAEHXZ @38759 NONAME ?CreateObject@H225_SecurityServiceMode@@UAEHXZ @11259 NONAME ?CreateObject@H225_ServiceControlDescriptor@@UAEHXZ @26255 NONAME ?CreateObject@H225_ServiceControlResponse_result@@UAEHXZ @26256 NONAME ?CreateObject@H225_ServiceControlSession_reason@@UAEHXZ @26257 NONAME ?CreateObject@H225_Setup_UUIE_conferenceGoal@@UAEHXZ @11260 NONAME ?CreateObject@H225_Setup_UUIE_language@@UBEPAVPASN_Object@@XZ @26258 NONAME ?CreateObject@H225_SupportedProtocols@@UAEHXZ @11261 NONAME ?CreateObject@H225_TransportAddress@@UAEHXZ @11262 NONAME ?CreateObject@H225_TransportAddress_ipSourceRoute_route@@UBEPAVPASN_Object@@XZ @11263 NONAME ?CreateObject@H225_TransportAddress_ipSourceRoute_routing@@UAEHXZ @11264 NONAME ?CreateObject@H225_TransportQOS@@UAEHXZ @11265 NONAME ?CreateObject@H225_TunnelledProtocol_id@@UAEHXZ @26259 NONAME ?CreateObject@H225_UnregRejectReason@@UAEHXZ @11266 NONAME ?CreateObject@H225_UnregRequestReason@@UAEHXZ @11267 NONAME ?CreateObject@H225_UseSpecifiedTransport@@UAEHXZ @26260 NONAME ?CreateObject@H235_AuthenticationBES@@UAEHXZ @28733 NONAME ?CreateObject@H235_AuthenticationMechanism@@UAEHXZ @11268 NONAME ?CreateObject@H235_CryptoToken@@UAEHXZ @11269 NONAME ?CreateObject@H235_ECKASDH@@UAEHXZ @28734 NONAME ?CreateObject@H235_H235Key@@UAEHXZ @11270 NONAME ?CreateObject@H245_AlternativeCapabilitySet@@UBEPAVPASN_Object@@XZ @11271 NONAME ?CreateObject@H245_ArrayOf_AlternativeCapabilitySet@@UBEPAVPASN_Object@@XZ @11272 NONAME ?CreateObject@H245_ArrayOf_BEnhancementParameters@@UBEPAVPASN_Object@@XZ @11273 NONAME ?CreateObject@H245_ArrayOf_CapabilityDescriptor@@UBEPAVPASN_Object@@XZ @11274 NONAME ?CreateObject@H245_ArrayOf_CapabilityDescriptorNumber@@UBEPAVPASN_Object@@XZ @11275 NONAME ?CreateObject@H245_ArrayOf_CapabilityTableEntry@@UBEPAVPASN_Object@@XZ @11276 NONAME ?CreateObject@H245_ArrayOf_CapabilityTableEntryNumber@@UBEPAVPASN_Object@@XZ @11277 NONAME ?CreateObject@H245_ArrayOf_CommunicationModeTableEntry@@UBEPAVPASN_Object@@XZ @11278 NONAME ?CreateObject@H245_ArrayOf_CustomPictureClockFrequency@@UBEPAVPASN_Object@@XZ @11279 NONAME ?CreateObject@H245_ArrayOf_CustomPictureFormat@@UBEPAVPASN_Object@@XZ @11280 NONAME ?CreateObject@H245_ArrayOf_DataApplicationCapability@@UBEPAVPASN_Object@@XZ @11281 NONAME ?CreateObject@H245_ArrayOf_DialingInformationNetworkType@@UBEPAVPASN_Object@@XZ @26261 NONAME ?CreateObject@H245_ArrayOf_DialingInformationNumber@@UBEPAVPASN_Object@@XZ @26262 NONAME ?CreateObject@H245_ArrayOf_EnhancementOptions@@UBEPAVPASN_Object@@XZ @11282 NONAME ?CreateObject@H245_ArrayOf_EscrowData@@UBEPAVPASN_Object@@XZ @11283 NONAME ?CreateObject@H245_ArrayOf_GenericCapability@@UBEPAVPASN_Object@@XZ @53210 NONAME ?CreateObject@H245_ArrayOf_GenericParameter@@UBEPAVPASN_Object@@XZ @26263 NONAME ?CreateObject@H245_ArrayOf_H263ModeComboFlags@@UBEPAVPASN_Object@@XZ @11284 NONAME ?CreateObject@H245_ArrayOf_H263VideoModeCombos@@UBEPAVPASN_Object@@XZ @11285 NONAME ?CreateObject@H245_ArrayOf_MediaChannelCapability@@UBEPAVPASN_Object@@XZ @11286 NONAME ?CreateObject@H245_ArrayOf_MediaDistributionCapability@@UBEPAVPASN_Object@@XZ @11287 NONAME ?CreateObject@H245_ArrayOf_ModeDescription@@UBEPAVPASN_Object@@XZ @11288 NONAME ?CreateObject@H245_ArrayOf_MultiplePayloadStreamElement@@UBEPAVPASN_Object@@XZ @38760 NONAME ?CreateObject@H245_ArrayOf_MultiplePayloadStreamElementMode@@UBEPAVPASN_Object@@XZ @38761 NONAME ?CreateObject@H245_ArrayOf_MultiplexElement@@UBEPAVPASN_Object@@XZ @11289 NONAME ?CreateObject@H245_ArrayOf_MultiplexEntryDescriptor@@UBEPAVPASN_Object@@XZ @11290 NONAME ?CreateObject@H245_ArrayOf_MultiplexEntryRejectionDescriptions@@UBEPAVPASN_Object@@XZ @11291 NONAME ?CreateObject@H245_ArrayOf_MultiplexTableEntryNumber@@UBEPAVPASN_Object@@XZ @11292 NONAME ?CreateObject@H245_ArrayOf_NonStandardParameter@@UBEPAVPASN_Object@@XZ @11293 NONAME ?CreateObject@H245_ArrayOf_ParameterIdentifier@@UBEPAVPASN_Object@@XZ @26264 NONAME ?CreateObject@H245_ArrayOf_PictureReference@@UBEPAVPASN_Object@@XZ @26265 NONAME ?CreateObject@H245_ArrayOf_Q2931Address@@UBEPAVPASN_Object@@XZ @26266 NONAME ?CreateObject@H245_ArrayOf_QOSCapability@@UBEPAVPASN_Object@@XZ @11294 NONAME ?CreateObject@H245_ArrayOf_RedundancyEncodingCapability@@UBEPAVPASN_Object@@XZ @11295 NONAME ?CreateObject@H245_ArrayOf_RedundancyEncodingDTModeElement@@UBEPAVPASN_Object@@XZ @38762 NONAME ?CreateObject@H245_ArrayOf_RedundancyEncodingElement@@UBEPAVPASN_Object@@XZ @38763 NONAME ?CreateObject@H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@UBEPAVPASN_Object@@XZ @11296 NONAME ?CreateObject@H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@UBEPAVPASN_Object@@XZ @11297 NONAME ?CreateObject@H245_ArrayOf_RTPPayloadType@@UBEPAVPASN_Object@@XZ @11298 NONAME ?CreateObject@H245_ArrayOf_TerminalInformation@@UBEPAVPASN_Object@@XZ @11299 NONAME ?CreateObject@H245_ArrayOf_TerminalLabel@@UBEPAVPASN_Object@@XZ @11300 NONAME ?CreateObject@H245_ArrayOf_VCCapability@@UBEPAVPASN_Object@@XZ @11301 NONAME ?CreateObject@H245_ArrayOf_VideoCapability@@UBEPAVPASN_Object@@XZ @53211 NONAME ?CreateObject@H245_AudioCapability@@UAEHXZ @11302 NONAME ?CreateObject@H245_AudioMode@@UAEHXZ @11303 NONAME ?CreateObject@H245_AudioMode_g7231@@UAEHXZ @11304 NONAME ?CreateObject@H245_Capability@@UAEHXZ @11305 NONAME ?CreateObject@H245_CapabilityIdentifier@@UAEHXZ @26267 NONAME ?CreateObject@H245_CertSelectionCriteria@@UBEPAVPASN_Object@@XZ @11306 NONAME ?CreateObject@H245_CloseLogicalChannel_reason@@UAEHXZ @11307 NONAME ?CreateObject@H245_CloseLogicalChannel_source@@UAEHXZ @11308 NONAME ?CreateObject@H245_CommandMessage@@UAEHXZ @11309 NONAME ?CreateObject@H245_CommunicationModeResponse@@UAEHXZ @11310 NONAME ?CreateObject@H245_CommunicationModeTableEntry_dataType@@UAEHXZ @11311 NONAME ?CreateObject@H245_CompressionType@@UAEHXZ @11312 NONAME ?CreateObject@H245_ConferenceCommand@@UAEHXZ @11313 NONAME ?CreateObject@H245_ConferenceIndication@@UAEHXZ @11314 NONAME ?CreateObject@H245_ConferenceRequest@@UAEHXZ @11315 NONAME ?CreateObject@H245_ConferenceResponse@@UAEHXZ @11316 NONAME ?CreateObject@H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@UAEHXZ @11317 NONAME ?CreateObject@H245_ConferenceResponse_makeMeChairResponse@@UAEHXZ @11318 NONAME ?CreateObject@H245_ConferenceResponse_makeTerminalBroadcasterResponse@@UAEHXZ @11319 NONAME ?CreateObject@H245_ConferenceResponse_sendThisSourceResponse@@UAEHXZ @11320 NONAME ?CreateObject@H245_CRCLength@@UAEHXZ @11321 NONAME ?CreateObject@H245_CustomPictureFormat_mPI_customPCF@@UBEPAVPASN_Object@@XZ @11322 NONAME ?CreateObject@H245_CustomPictureFormat_pixelAspectInformation@@UAEHXZ @11323 NONAME ?CreateObject@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@UBEPAVPASN_Object@@XZ @11324 NONAME ?CreateObject@H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@UBEPAVPASN_Object@@XZ @11325 NONAME ?CreateObject@H245_DataApplicationCapability_application@@UAEHXZ @11326 NONAME ?CreateObject@H245_DataMode_application@@UAEHXZ @11327 NONAME ?CreateObject@H245_DataProtocolCapability@@UAEHXZ @11328 NONAME ?CreateObject@H245_DataProtocolCapability_v76wCompression@@UAEHXZ @11329 NONAME ?CreateObject@H245_DataType@@UAEHXZ @11330 NONAME ?CreateObject@H245_DepFECCapability@@UAEHXZ @53683 NONAME ?CreateObject@H245_DepFECData@@UAEHXZ @53684 NONAME ?CreateObject@H245_DepFECData_rfc2733_mode@@UAEHXZ @53685 NONAME ?CreateObject@H245_DepFECData_rfc2733_mode_separateStream@@UAEHXZ @53686 NONAME ?CreateObject@H245_DepFECMode@@UAEHXZ @53687 NONAME ?CreateObject@H245_DepFECMode_rfc2733Mode_mode@@UAEHXZ @53688 NONAME ?CreateObject@H245_DepFECMode_rfc2733Mode_mode_separateStream@@UAEHXZ @53689 NONAME ?CreateObject@H245_DialingInformation@@UAEHXZ @26268 NONAME ?CreateObject@H245_DialingInformationNetworkType@@UAEHXZ @26269 NONAME ?CreateObject@H245_EncryptionCapability@@UBEPAVPASN_Object@@XZ @11331 NONAME ?CreateObject@H245_EncryptionCommand@@UAEHXZ @11332 NONAME ?CreateObject@H245_EncryptionMode@@UAEHXZ @11333 NONAME ?CreateObject@H245_EncryptionUpdateDirection@@UAEHXZ @53212 NONAME ?CreateObject@H245_EndSessionCommand@@UAEHXZ @11334 NONAME ?CreateObject@H245_EndSessionCommand_gstnOptions@@UAEHXZ @11335 NONAME ?CreateObject@H245_EndSessionCommand_isdnOptions@@UAEHXZ @11336 NONAME ?CreateObject@H245_FECCapability_rfc2733Format@@UAEHXZ @53690 NONAME ?CreateObject@H245_FECData@@UAEHXZ @38765 NONAME ?CreateObject@H245_FECData_rfc2733_pktMode@@UAEHXZ @53691 NONAME ?CreateObject@H245_FECMode_rfc2733Format@@UAEHXZ @53692 NONAME ?CreateObject@H245_FlowControlCommand_restriction@@UAEHXZ @11337 NONAME ?CreateObject@H245_FlowControlCommand_scope@@UAEHXZ @11338 NONAME ?CreateObject@H245_FlowControlIndication_restriction@@UAEHXZ @26270 NONAME ?CreateObject@H245_FlowControlIndication_scope@@UAEHXZ @26271 NONAME ?CreateObject@H245_FunctionNotSupported_cause@@UAEHXZ @11339 NONAME ?CreateObject@H245_FunctionNotUnderstood@@UAEHXZ @11340 NONAME ?CreateObject@H245_H223AL1MParameters_arqType@@UAEHXZ @11341 NONAME ?CreateObject@H245_H223AL1MParameters_crcLength@@UAEHXZ @11342 NONAME ?CreateObject@H245_H223AL1MParameters_headerFEC@@UAEHXZ @11343 NONAME ?CreateObject@H245_H223AL1MParameters_transferMode@@UAEHXZ @11344 NONAME ?CreateObject@H245_H223AL2MParameters_headerFEC@@UAEHXZ @11345 NONAME ?CreateObject@H245_H223AL3MParameters_arqType@@UAEHXZ @11346 NONAME ?CreateObject@H245_H223AL3MParameters_crcLength@@UAEHXZ @11347 NONAME ?CreateObject@H245_H223AL3MParameters_headerFormat@@UAEHXZ @11348 NONAME ?CreateObject@H245_H223AnnexCArqParameters_numberOfRetransmissions@@UAEHXZ @11349 NONAME ?CreateObject@H245_H223Capability_h223MultiplexTableCapability@@UAEHXZ @11350 NONAME ?CreateObject@H245_H223LogicalChannelParameters_adaptationLayerType@@UAEHXZ @11351 NONAME ?CreateObject@H245_H223ModeParameters_adaptationLayerType@@UAEHXZ @11352 NONAME ?CreateObject@H245_H223MultiplexReconfiguration@@UAEHXZ @11353 NONAME ?CreateObject@H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@UAEHXZ @11354 NONAME ?CreateObject@H245_H223MultiplexReconfiguration_h223ModeChange@@UAEHXZ @11355 NONAME ?CreateObject@H245_H2250LogicalChannelParameters_mediaPacketization@@UAEHXZ @11356 NONAME ?CreateObject@H245_H235Media_mediaType@@UAEHXZ @11357 NONAME ?CreateObject@H245_H235Mode_mediaMode@@UAEHXZ @11358 NONAME ?CreateObject@H245_H261VideoMode_resolution@@UAEHXZ @11359 NONAME ?CreateObject@H245_H262VideoMode_profileAndLevel@@UAEHXZ @11360 NONAME ?CreateObject@H245_H263VideoMode_resolution@@UAEHXZ @11361 NONAME ?CreateObject@H245_IndicationMessage@@UAEHXZ @11362 NONAME ?CreateObject@H245_IS11172AudioMode_audioLayer@@UAEHXZ @11363 NONAME ?CreateObject@H245_IS11172AudioMode_audioSampling@@UAEHXZ @11364 NONAME ?CreateObject@H245_IS11172AudioMode_multichannelType@@UAEHXZ @11365 NONAME ?CreateObject@H245_IS13818AudioMode_audioLayer@@UAEHXZ @11366 NONAME ?CreateObject@H245_IS13818AudioMode_audioSampling@@UAEHXZ @11367 NONAME ?CreateObject@H245_IS13818AudioMode_multichannelType@@UAEHXZ @11368 NONAME ?CreateObject@H245_JitterIndication_scope@@UAEHXZ @11369 NONAME ?CreateObject@H245_LogicalChannelRateRejectReason@@UAEHXZ @26272 NONAME ?CreateObject@H245_MaintenanceLoopAck_type@@UAEHXZ @11370 NONAME ?CreateObject@H245_MaintenanceLoopReject_cause@@UAEHXZ @11371 NONAME ?CreateObject@H245_MaintenanceLoopReject_type@@UAEHXZ @11372 NONAME ?CreateObject@H245_MaintenanceLoopRequest_type@@UAEHXZ @11373 NONAME ?CreateObject@H245_MasterSlaveDeterminationAck_decision@@UAEHXZ @11374 NONAME ?CreateObject@H245_MasterSlaveDeterminationReject_cause@@UAEHXZ @11375 NONAME ?CreateObject@H245_MediaEncryptionAlgorithm@@UAEHXZ @11376 NONAME ?CreateObject@H245_MediaTransportType@@UAEHXZ @11377 NONAME ?CreateObject@H245_MiscellaneousCommand_type@@UAEHXZ @11378 NONAME ?CreateObject@H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@UAEHXZ @11379 NONAME ?CreateObject@H245_MiscellaneousIndication_type@@UAEHXZ @11380 NONAME ?CreateObject@H245_MobileMultilinkReconfigurationCommand_status@@UAEHXZ @26273 NONAME ?CreateObject@H245_ModeDescription@@UBEPAVPASN_Object@@XZ @11381 NONAME ?CreateObject@H245_ModeElementType@@UAEHXZ @38771 NONAME ?CreateObject@H245_MulticastAddress@@UAEHXZ @11383 NONAME ?CreateObject@H245_MultilinkIndication@@UAEHXZ @26274 NONAME ?CreateObject@H245_MultilinkRequest@@UAEHXZ @26275 NONAME ?CreateObject@H245_MultilinkRequest_maximumHeaderInterval_requestType@@UAEHXZ @26276 NONAME ?CreateObject@H245_MultilinkResponse@@UAEHXZ @26277 NONAME ?CreateObject@H245_MultilinkResponse_addConnection_responseCode@@UAEHXZ @26278 NONAME ?CreateObject@H245_MultilinkResponse_addConnection_responseCode_rejected@@UAEHXZ @26279 NONAME ?CreateObject@H245_MultimediaSystemControlMessage@@UAEHXZ @11384 NONAME ?CreateObject@H245_MultiplexCapability@@UAEHXZ @11385 NONAME ?CreateObject@H245_MultiplexElement_repeatCount@@UAEHXZ @11386 NONAME ?CreateObject@H245_MultiplexElement_type@@UAEHXZ @11387 NONAME ?CreateObject@H245_MultiplexEntryRejectionDescriptions_cause@@UAEHXZ @11388 NONAME ?CreateObject@H245_MultiplexFormat@@UAEHXZ @26280 NONAME ?CreateObject@H245_NetworkAccessParameters_distribution@@UAEHXZ @11389 NONAME ?CreateObject@H245_NetworkAccessParameters_networkAddress@@UAEHXZ @11390 NONAME ?CreateObject@H245_NetworkAccessParameters_t120SetupProcedure@@UAEHXZ @11391 NONAME ?CreateObject@H245_NewATMVCCommand_aal@@UAEHXZ @26281 NONAME ?CreateObject@H245_NewATMVCCommand_aal_aal1_clockRecovery@@UAEHXZ @26282 NONAME ?CreateObject@H245_NewATMVCCommand_aal_aal1_errorCorrection@@UAEHXZ @26283 NONAME ?CreateObject@H245_NewATMVCCommand_multiplex@@UAEHXZ @26284 NONAME ?CreateObject@H245_NewATMVCCommand_reverseParameters_multiplex@@UAEHXZ @26285 NONAME ?CreateObject@H245_NewATMVCIndication_aal@@UAEHXZ @11392 NONAME ?CreateObject@H245_NewATMVCIndication_aal_aal1_clockRecovery@@UAEHXZ @11393 NONAME ?CreateObject@H245_NewATMVCIndication_aal_aal1_errorCorrection@@UAEHXZ @11394 NONAME ?CreateObject@H245_NewATMVCIndication_multiplex@@UAEHXZ @11395 NONAME ?CreateObject@H245_NewATMVCIndication_reverseParameters_multiplex@@UAEHXZ @11396 NONAME ?CreateObject@H245_NonStandardIdentifier@@UAEHXZ @11397 NONAME ?CreateObject@H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@UAEHXZ @11398 NONAME ?CreateObject@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@UAEHXZ @11399 NONAME ?CreateObject@H245_OpenLogicalChannelReject_cause@@UAEHXZ @11400 NONAME ?CreateObject@H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@UAEHXZ @11401 NONAME ?CreateObject@H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@UAEHXZ @11402 NONAME ?CreateObject@H245_ParameterIdentifier@@UAEHXZ @26286 NONAME ?CreateObject@H245_ParameterValue@@UAEHXZ @26287 NONAME ?CreateObject@H245_PictureReference@@UAEHXZ @26288 NONAME ?CreateObject@H245_Q2931Address_address@@UAEHXZ @11403 NONAME ?CreateObject@H245_QOSMode@@UAEHXZ @11404 NONAME ?CreateObject@H245_RedundancyEncodingDTModeElement_type@@UAEHXZ @38772 NONAME ?CreateObject@H245_RedundancyEncodingMethod@@UAEHXZ @11405 NONAME ?CreateObject@H245_RedundancyEncodingMode_secondaryEncoding@@UAEHXZ @11406 NONAME ?CreateObject@H245_RefPictureSelection_videoBackChannelSend@@UAEHXZ @11407 NONAME ?CreateObject@H245_RemoteMCRequest@@UAEHXZ @11408 NONAME ?CreateObject@H245_RemoteMCResponse@@UAEHXZ @11409 NONAME ?CreateObject@H245_RemoteMCResponse_reject@@UAEHXZ @11410 NONAME ?CreateObject@H245_RequestChannelCloseReject_cause@@UAEHXZ @11411 NONAME ?CreateObject@H245_RequestChannelClose_reason@@UAEHXZ @11412 NONAME ?CreateObject@H245_RequestMessage@@UAEHXZ @11413 NONAME ?CreateObject@H245_RequestModeAck_response@@UAEHXZ @11414 NONAME ?CreateObject@H245_RequestModeReject_cause@@UAEHXZ @11415 NONAME ?CreateObject@H245_RequestMultiplexEntryRejectionDescriptions_cause@@UAEHXZ @11416 NONAME ?CreateObject@H245_ResponseMessage@@UAEHXZ @11417 NONAME ?CreateObject@H245_RTPH263VideoRedundancyEncoding_containedThreads@@UBEPAVPASN_Object@@XZ @11418 NONAME ?CreateObject@H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@UAEHXZ @11419 NONAME ?CreateObject@H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@UBEPAVPASN_Object@@XZ @11420 NONAME ?CreateObject@H245_RTPPayloadType_payloadDescriptor@@UAEHXZ @11421 NONAME ?CreateObject@H245_SendTerminalCapabilitySet@@UAEHXZ @11422 NONAME ?CreateObject@H245_T38FaxRateManagement@@UAEHXZ @26289 NONAME ?CreateObject@H245_T38FaxUdpOptions_t38FaxUdpEC@@UAEHXZ @26290 NONAME ?CreateObject@H245_T84Profile@@UAEHXZ @11423 NONAME ?CreateObject@H245_TerminalCapabilitySetReject_cause@@UAEHXZ @11424 NONAME ?CreateObject@H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@UAEHXZ @11425 NONAME ?CreateObject@H245_TransportAddress@@UAEHXZ @11426 NONAME ?CreateObject@H245_UnicastAddress@@UAEHXZ @11427 NONAME ?CreateObject@H245_UnicastAddress_iPSourceRouteAddress_route@@UBEPAVPASN_Object@@XZ @11428 NONAME ?CreateObject@H245_UnicastAddress_iPSourceRouteAddress_routing@@UAEHXZ @11429 NONAME ?CreateObject@H245_UserInputCapability@@UAEHXZ @11430 NONAME ?CreateObject@H245_UserInputIndication@@UAEHXZ @11431 NONAME ?CreateObject@H245_UserInputIndication_userInputSupportIndication@@UAEHXZ @11432 NONAME ?CreateObject@H245_V76LogicalChannelParameters_mode@@UAEHXZ @11433 NONAME ?CreateObject@H245_V76LogicalChannelParameters_mode_eRM_recovery@@UAEHXZ @11434 NONAME ?CreateObject@H245_V76LogicalChannelParameters_suspendResume@@UAEHXZ @11435 NONAME ?CreateObject@H245_V76ModeParameters@@UAEHXZ @11436 NONAME ?CreateObject@H245_VCCapability_availableBitRates_type@@UAEHXZ @11437 NONAME ?CreateObject@H245_VideoCapability@@UAEHXZ @11438 NONAME ?CreateObject@H245_VideoMode@@UAEHXZ @11439 NONAME ?CreateObject@H248_AmmDescriptor@@UAEHXZ @33663 NONAME ?CreateObject@H248_ArrayOf_ActionReply@@UBEPAVPASN_Object@@XZ @33664 NONAME ?CreateObject@H248_ArrayOf_ActionRequest@@UBEPAVPASN_Object@@XZ @33665 NONAME ?CreateObject@H248_ArrayOf_AmmDescriptor@@UBEPAVPASN_Object@@XZ @33666 NONAME ?CreateObject@H248_ArrayOf_CommandReply@@UBEPAVPASN_Object@@XZ @33667 NONAME ?CreateObject@H248_ArrayOf_CommandRequest@@UBEPAVPASN_Object@@XZ @33668 NONAME ?CreateObject@H248_ArrayOf_EventParameter@@UBEPAVPASN_Object@@XZ @33669 NONAME ?CreateObject@H248_ArrayOf_IndAuditParameter@@UBEPAVPASN_Object@@XZ @33670 NONAME ?CreateObject@H248_ArrayOf_IndAudPropertyParm@@UBEPAVPASN_Object@@XZ @33671 NONAME ?CreateObject@H248_ArrayOf_IndAudStreamDescriptor@@UBEPAVPASN_Object@@XZ @33672 NONAME ?CreateObject@H248_ArrayOf_ModemType@@UBEPAVPASN_Object@@XZ @33673 NONAME ?CreateObject@H248_ArrayOf_ObservedEvent@@UBEPAVPASN_Object@@XZ @33674 NONAME ?CreateObject@H248_ArrayOf_PASN_OctetString@@UBEPAVPASN_Object@@XZ @33675 NONAME ?CreateObject@H248_ArrayOf_PropertyGroup@@UBEPAVPASN_Object@@XZ @33676 NONAME ?CreateObject@H248_ArrayOf_PropertyParm@@UBEPAVPASN_Object@@XZ @33677 NONAME ?CreateObject@H248_ArrayOf_RequestedEvent@@UBEPAVPASN_Object@@XZ @33678 NONAME ?CreateObject@H248_ArrayOf_SecondRequestedEvent@@UBEPAVPASN_Object@@XZ @33679 NONAME ?CreateObject@H248_ArrayOf_Signal@@UBEPAVPASN_Object@@XZ @33680 NONAME ?CreateObject@H248_ArrayOf_SigParameter@@UBEPAVPASN_Object@@XZ @33681 NONAME ?CreateObject@H248_ArrayOf_StreamDescriptor@@UBEPAVPASN_Object@@XZ @33682 NONAME ?CreateObject@H248_ArrayOf_TerminationID@@UBEPAVPASN_Object@@XZ @33683 NONAME ?CreateObject@H248_ArrayOf_TopologyRequest@@UBEPAVPASN_Object@@XZ @33684 NONAME ?CreateObject@H248_ArrayOf_Transaction@@UBEPAVPASN_Object@@XZ @33685 NONAME ?CreateObject@H248_ArrayOf_WildcardField@@UBEPAVPASN_Object@@XZ @33686 NONAME ?CreateObject@H248_AuditReply@@UAEHXZ @33687 NONAME ?CreateObject@H248_AuditReturnParameter@@UAEHXZ @33688 NONAME ?CreateObject@H248_Command@@UAEHXZ @33689 NONAME ?CreateObject@H248_CommandReply@@UAEHXZ @33690 NONAME ?CreateObject@H248_EventBufferDescriptor@@UBEPAVPASN_Object@@XZ @33691 NONAME ?CreateObject@H248_EventDM@@UAEHXZ @33692 NONAME ?CreateObject@H248_EventParameter_extraInfo@@UAEHXZ @33693 NONAME ?CreateObject@H248_IndAuditParameter@@UAEHXZ @33694 NONAME ?CreateObject@H248_IndAudMediaDescriptor_streams@@UAEHXZ @33695 NONAME ?CreateObject@H248_IndAudPropertyGroup@@UBEPAVPASN_Object@@XZ @33696 NONAME ?CreateObject@H248_IndAudSignalsDescriptor@@UAEHXZ @33697 NONAME ?CreateObject@H248_MediaDescriptor_streams@@UAEHXZ @33698 NONAME ?CreateObject@H248_Message_messageBody@@UAEHXZ @33699 NONAME ?CreateObject@H248_MId@@UAEHXZ @33700 NONAME ?CreateObject@H248_NonStandardIdentifier@@UAEHXZ @33701 NONAME ?CreateObject@H248_PackagesDescriptor@@UBEPAVPASN_Object@@XZ @33702 NONAME ?CreateObject@H248_PropertyGroup@@UBEPAVPASN_Object@@XZ @33703 NONAME ?CreateObject@H248_PropertyParm_extraInfo@@UAEHXZ @33704 NONAME ?CreateObject@H248_ServiceChangeAddress@@UAEHXZ @33705 NONAME ?CreateObject@H248_ServiceChangeResult@@UAEHXZ @33706 NONAME ?CreateObject@H248_SignalRequest@@UAEHXZ @33707 NONAME ?CreateObject@H248_SignalsDescriptor@@UBEPAVPASN_Object@@XZ @33708 NONAME ?CreateObject@H248_SigParameter_extraInfo@@UAEHXZ @33709 NONAME ?CreateObject@H248_StatisticsDescriptor@@UBEPAVPASN_Object@@XZ @33710 NONAME ?CreateObject@H248_TerminationAudit@@UBEPAVPASN_Object@@XZ @33711 NONAME ?CreateObject@H248_TerminationIDList@@UBEPAVPASN_Object@@XZ @33712 NONAME ?CreateObject@H248_Transaction@@UAEHXZ @33713 NONAME ?CreateObject@H248_TransactionReply_transactionResult@@UAEHXZ @33714 NONAME ?CreateObject@H248_TransactionResponseAck@@UBEPAVPASN_Object@@XZ @33715 NONAME ?CreateObject@H248_Value@@UBEPAVPASN_Object@@XZ @33716 NONAME ?CreateObject@H45010_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @23694 NONAME ?CreateObject@H45011_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @23695 NONAME ?CreateObject@H45011_CIStatusInformation@@UAEHXZ @23696 NONAME ?CreateObject@H4501_ArrayOf_AliasAddress@@UBEPAVPASN_Object@@XZ @21778 NONAME ?CreateObject@H4501_ArrayOf_ROS@@UBEPAVPASN_Object@@XZ @21779 NONAME ?CreateObject@H4501_EntityType@@UAEHXZ @21780 NONAME ?CreateObject@H4501_InterpretationApdu@@UAEHXZ @21781 NONAME ?CreateObject@H4501_PartySubaddress@@UAEHXZ @21782 NONAME ?CreateObject@H4501_PresentedAddressScreened@@UAEHXZ @21783 NONAME ?CreateObject@H4501_PresentedAddressUnscreened@@UAEHXZ @21784 NONAME ?CreateObject@H4501_PresentedNumberScreened@@UAEHXZ @21785 NONAME ?CreateObject@H4501_PresentedNumberUnscreened@@UAEHXZ @21786 NONAME ?CreateObject@H4501_ServiceApdus@@UAEHXZ @21787 NONAME ?CreateObject@H4502_CTActiveArg_argumentExtension@@UAEHXZ @21788 NONAME ?CreateObject@H4502_CTCompleteArg_argumentExtension@@UAEHXZ @21789 NONAME ?CreateObject@H4502_CTIdentifyRes_resultExtension@@UAEHXZ @21790 NONAME ?CreateObject@H4502_CTInitiateArg_argumentExtension@@UAEHXZ @21791 NONAME ?CreateObject@H4502_CTSetupArg_argumentExtension@@UAEHXZ @21792 NONAME ?CreateObject@H4502_CTUpdateArg_argumentExtension@@UAEHXZ @21793 NONAME ?CreateObject@H4502_DummyArg@@UAEHXZ @21794 NONAME ?CreateObject@H4502_DummyRes@@UAEHXZ @21795 NONAME ?CreateObject@H4502_ExtensionSeq@@UBEPAVPASN_Object@@XZ @21796 NONAME ?CreateObject@H4502_SubaddressTransferArg_argumentExtension@@UAEHXZ @21797 NONAME ?CreateObject@H4503_ExtensionSeq@@UBEPAVPASN_Object@@XZ @22769 NONAME ?CreateObject@H4503_IntResultList@@UBEPAVPASN_Object@@XZ @22770 NONAME ?CreateObject@H4503_IntResult_extension@@UAEHXZ @22771 NONAME ?CreateObject@H4504_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @22409 NONAME ?CreateObject@H4504_MixedExtension@@UAEHXZ @22410 NONAME ?CreateObject@H4505_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @23697 NONAME ?CreateObject@H4506_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @23698 NONAME ?CreateObject@H4507_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @23699 NONAME ?CreateObject@H4507_DummyRes@@UBEPAVPASN_Object@@XZ @23700 NONAME ?CreateObject@H4507_MsgCentreId@@UAEHXZ @23701 NONAME ?CreateObject@H4507_MWIInterrogateRes@@UBEPAVPASN_Object@@XZ @23702 NONAME ?CreateObject@H4508_Name@@UAEHXZ @23703 NONAME ?CreateObject@H4508_NamePresentationAllowed@@UAEHXZ @23704 NONAME ?CreateObject@H4508_NamePresentationRestricted@@UAEHXZ @23705 NONAME ?CreateObject@H4509_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @23706 NONAME ?CreateObject@H4509_CcArg@@UAEHXZ @23707 NONAME ?CreateObject@H501_AccessRejectionReason@@UAEHXZ @36253 NONAME ?CreateObject@H501_AccessToken@@UAEHXZ @36254 NONAME ?CreateObject@H501_ArrayOf_AccessToken@@UBEPAVPASN_Object@@XZ @36255 NONAME ?CreateObject@H501_ArrayOf_AddressTemplate@@UBEPAVPASN_Object@@XZ @36256 NONAME ?CreateObject@H501_ArrayOf_AliasAddress@@UBEPAVPASN_Object@@XZ @36257 NONAME ?CreateObject@H501_ArrayOf_AlternatePE@@UBEPAVPASN_Object@@XZ @36258 NONAME ?CreateObject@H501_ArrayOf_CircuitIdentifier@@UBEPAVPASN_Object@@XZ @36259 NONAME ?CreateObject@H501_ArrayOf_ClearToken@@UBEPAVPASN_Object@@XZ @36260 NONAME ?CreateObject@H501_ArrayOf_ContactInformation@@UBEPAVPASN_Object@@XZ @36261 NONAME ?CreateObject@H501_ArrayOf_CryptoH323Token@@UBEPAVPASN_Object@@XZ @36262 NONAME ?CreateObject@H501_ArrayOf_Descriptor@@UBEPAVPASN_Object@@XZ @36263 NONAME ?CreateObject@H501_ArrayOf_DescriptorInfo@@UBEPAVPASN_Object@@XZ @36265 NONAME ?CreateObject@H501_ArrayOf_GenericData@@UBEPAVPASN_Object@@XZ @36266 NONAME ?CreateObject@H501_ArrayOf_GloballyUniqueID@@UBEPAVPASN_Object@@XZ @36975 NONAME ?CreateObject@H501_ArrayOf_NonStandardParameter@@UBEPAVPASN_Object@@XZ @36267 NONAME ?CreateObject@H501_ArrayOf_PASN_ObjectId@@UBEPAVPASN_Object@@XZ @36268 NONAME ?CreateObject@H501_ArrayOf_Pattern@@UBEPAVPASN_Object@@XZ @36269 NONAME ?CreateObject@H501_ArrayOf_PriceElement@@UBEPAVPASN_Object@@XZ @36270 NONAME ?CreateObject@H501_ArrayOf_PriceInfoSpec@@UBEPAVPASN_Object@@XZ @36271 NONAME ?CreateObject@H501_ArrayOf_RouteInformation@@UBEPAVPASN_Object@@XZ @36272 NONAME ?CreateObject@H501_ArrayOf_SecurityMode@@UBEPAVPASN_Object@@XZ @36273 NONAME ?CreateObject@H501_ArrayOf_ServiceControlSession@@UBEPAVPASN_Object@@XZ @36274 NONAME ?CreateObject@H501_ArrayOf_SupportedProtocols@@UBEPAVPASN_Object@@XZ @36275 NONAME ?CreateObject@H501_ArrayOf_TransportAddress@@UBEPAVPASN_Object@@XZ @36276 NONAME ?CreateObject@H501_ArrayOf_UpdateInformation@@UBEPAVPASN_Object@@XZ @36277 NONAME ?CreateObject@H501_ArrayOf_UsageField@@UBEPAVPASN_Object@@XZ @36278 NONAME ?CreateObject@H501_AuthenticationRejectionReason@@UAEHXZ @36279 NONAME ?CreateObject@H501_DescriptorIDRejectionReason@@UAEHXZ @36280 NONAME ?CreateObject@H501_DescriptorRejectionReason@@UAEHXZ @36281 NONAME ?CreateObject@H501_MessageBody@@UAEHXZ @36282 NONAME ?CreateObject@H501_NonStandardRejectionReason@@UAEHXZ @36283 NONAME ?CreateObject@H501_Pattern@@UAEHXZ @36284 NONAME ?CreateObject@H501_PriceElement_units@@UAEHXZ @36285 NONAME ?CreateObject@H501_Role@@UAEHXZ @36286 NONAME ?CreateObject@H501_RouteInformation_messageType@@UAEHXZ @36287 NONAME ?CreateObject@H501_ServiceRejectionReason@@UAEHXZ @36288 NONAME ?CreateObject@H501_ServiceReleaseReason@@UAEHXZ @36289 NONAME ?CreateObject@H501_UnknownMessageReason@@UAEHXZ @36290 NONAME ?CreateObject@H501_UpdateInformation_descriptorInfo@@UAEHXZ @36291 NONAME ?CreateObject@H501_UpdateInformation_updateType@@UAEHXZ @36292 NONAME ?CreateObject@H501_UsageCallStatus@@UAEHXZ @36293 NONAME ?CreateObject@H501_UsageIndicationRejectionReason@@UAEHXZ @36294 NONAME ?CreateObject@H501_UsageRejectReason@@UAEHXZ @36295 NONAME ?CreateObject@H501_ValidationRejectionReason@@UAEHXZ @36296 NONAME ?CreateObject@MCS_ArrayOf_ChannelAttributes@@UBEPAVPASN_Object@@XZ @11452 NONAME ?CreateObject@MCS_ArrayOf_ChannelId@@UBEPAVPASN_Object@@XZ @11453 NONAME ?CreateObject@MCS_ArrayOf_TokenAttributes@@UBEPAVPASN_Object@@XZ @11454 NONAME ?CreateObject@MCS_ArrayOf_TokenId@@UBEPAVPASN_Object@@XZ @11455 NONAME ?CreateObject@MCS_ArrayOf_UserId@@UBEPAVPASN_Object@@XZ @11456 NONAME ?CreateObject@MCS_ChannelAttributes@@UAEHXZ @11457 NONAME ?CreateObject@MCS_ConnectMCSPDU@@UAEHXZ @11458 NONAME ?CreateObject@MCS_DomainMCSPDU@@UAEHXZ @11459 NONAME ?CreateObject@MCS_TokenAttributes@@UAEHXZ @11460 NONAME ?CreateObject@T38_ArrayOf_PASN_OctetString@@UBEPAVPASN_Object@@XZ @28221 NONAME ?CreateObject@T38_Data_Field@@UBEPAVPASN_Object@@XZ @28222 NONAME ?CreateObject@T38_PreCorrigendum_Data_Field@@UBEPAVPASN_Object@@XZ @31741 NONAME ?CreateObject@T38_Type_of_msg@@UAEHXZ @28223 NONAME ?CreateObject@T38_UDPTLPacket_error_recovery@@UAEHXZ @28224 NONAME ?CreateObject@T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@UBEPAVPASN_Object@@XZ @28225 NONAME ?CreateObject@X880_Code@@UAEHXZ @21798 NONAME ?CreateObject@X880_Reject_problem@@UAEHXZ @21799 NONAME ?CreateObject@X880_ROS@@UAEHXZ @21800 NONAME ?CreatePeerElement@H323GatekeeperServer@@QAEXABVH323TransportAddress@@@Z @37746 NONAME ?CreateRealTimeLogicalChannel@H323Connection@@UAEPAVH323Channel@@ABVH323Capability@@W4Directions@2@IPBVH245_H2250LogicalChannelParameters@@PAVRTP_QOS@@@Z @38240 NONAME ?CreateRegisteredEndPoint@H323GatekeeperServer@@UAEPAVH323RegisteredEndPoint@@AAVH323GatekeeperRRQ@@@Z @30517 NONAME ?CreateRIP@H323GatekeeperRequest@@UBEPAVH323TransactionPDU@@II@Z @37648 NONAME ?CreateRIP@H501Transaction@@UBEPAVH323TransactionPDU@@II@Z @37649 NONAME ?CreateServiceControlSession@H323EndPoint@@UAEPAVH323ServiceControlSession@@ABVH225_ServiceControlDescriptor@@@Z @33717 NONAME ?CreateServiceRelationship@H323PeerElement@@MAEPAVH323PeerElementServiceRelationship@@XZ @37650 NONAME ?CreateT120ProtocolHandler@H323Connection@@UAEPAVOpalT120Protocol@@XZ @30568 NONAME ?CreateT120ProtocolHandler@H323EndPoint@@UBEPAVOpalT120Protocol@@ABVH323Connection@@@Z @29562 NONAME ?CreateT38ProtocolHandler@H323Connection@@UAEPAVOpalT38Protocol@@XZ @30569 NONAME ?CreateT38ProtocolHandler@H323EndPoint@@UBEPAVOpalT38Protocol@@ABVH323Connection@@@Z @29564 NONAME ?CreateTransactionPDU@H225_RAS@@UBEPAVH323TransactionPDU@@XZ @37407 NONAME ?CreateTransactionPDU@H323_AnnexG@@UBEPAVH323TransactionPDU@@XZ @37448 NONAME ?CreateTransport@H323DataChannel@@UAEHXZ @28228 NONAME ?CreateTransport@H323TransportAddress@@QBEPAVH323Transport@@AAVH323EndPoint@@@Z @17392 NONAME ?CreateTransport@H323_T38Channel@@UAEHXZ @28632 NONAME ?crinit@Pre_Vid_Coder@@IAEXXZ @11461 NONAME ?dcfill@@YAXHPAEH@Z @11462 NONAME ?dcsum2@@YAXHPAE0H@Z @11463 NONAME ?dcsum@@YAXHPAE0H@Z @11464 NONAME ?dct_decimate@@YAXPBF0PAF@Z @11465 NONAME ?deallocate@?$allocator@ULookupRecord@@@std@@QAEXPAULookupRecord@@I@Z @52907 NONAME ?deallocate@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@@std@@QAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@I@Z @52266 NONAME ?deallocate@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@I@Z @52908 NONAME ?deallocate@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@I@Z @52000 NONAME ?deallocate@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@I@Z @52001 NONAME ?deallocate@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@I@Z @52567 NONAME ?deallocate@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@I@Z @52002 NONAME ?Decode@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UAEHAAVPASN_Stream@@@Z @27797 NONAME ?Decode@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UAEHAAVPASN_Stream@@@Z @27798 NONAME ?Decode@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UAEHAAVPASN_Stream@@@Z @27799 NONAME ?Decode@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UAEHAAVPASN_Stream@@@Z @27800 NONAME ?Decode@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UAEHAAVPASN_Stream@@@Z @27801 NONAME ?Decode@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UAEHAAVPASN_Stream@@@Z @27802 NONAME ?Decode@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UAEHAAVPASN_Stream@@@Z @27803 NONAME ?Decode@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UAEHAAVPASN_Stream@@@Z @27804 NONAME ?Decode@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UAEHAAVPASN_Stream@@@Z @27805 NONAME ?Decode@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UAEHAAVPASN_Stream@@@Z @27806 NONAME ?Decode@GCC_ApplicationInvokeIndication@@UAEHAAVPASN_Stream@@@Z @11476 NONAME ?Decode@GCC_ApplicationInvokeSpecifier@@UAEHAAVPASN_Stream@@@Z @11477 NONAME ?Decode@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UAEHAAVPASN_Stream@@@Z @11478 NONAME ?Decode@GCC_ApplicationRecord@@UAEHAAVPASN_Stream@@@Z @11479 NONAME ?Decode@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UAEHAAVPASN_Stream@@@Z @11480 NONAME ?Decode@GCC_ChallengeItem@@UAEHAAVPASN_Stream@@@Z @11481 NONAME ?Decode@GCC_ChallengeRequest@@UAEHAAVPASN_Stream@@@Z @11482 NONAME ?Decode@GCC_ChallengeResponse@@UAEHAAVPASN_Stream@@@Z @11483 NONAME ?Decode@GCC_ConductorAssignIndication@@UAEHAAVPASN_Stream@@@Z @11484 NONAME ?Decode@GCC_ConductorPermissionAskIndication@@UAEHAAVPASN_Stream@@@Z @11485 NONAME ?Decode@GCC_ConductorPermissionGrantIndication@@UAEHAAVPASN_Stream@@@Z @11486 NONAME ?Decode@GCC_ConductorReleaseIndication@@UAEHAAVPASN_Stream@@@Z @11487 NONAME ?Decode@GCC_ConferenceAddRequest@@UAEHAAVPASN_Stream@@@Z @11488 NONAME ?Decode@GCC_ConferenceAddResponse@@UAEHAAVPASN_Stream@@@Z @11489 NONAME ?Decode@GCC_ConferenceAssistanceIndication@@UAEHAAVPASN_Stream@@@Z @11490 NONAME ?Decode@GCC_ConferenceCreateRequest@@UAEHAAVPASN_Stream@@@Z @11491 NONAME ?Decode@GCC_ConferenceCreateResponse@@UAEHAAVPASN_Stream@@@Z @11492 NONAME ?Decode@GCC_ConferenceDescriptor@@UAEHAAVPASN_Stream@@@Z @11493 NONAME ?Decode@GCC_ConferenceEjectUserIndication@@UAEHAAVPASN_Stream@@@Z @11494 NONAME ?Decode@GCC_ConferenceEjectUserRequest@@UAEHAAVPASN_Stream@@@Z @11495 NONAME ?Decode@GCC_ConferenceEjectUserResponse@@UAEHAAVPASN_Stream@@@Z @11496 NONAME ?Decode@GCC_ConferenceInviteRequest@@UAEHAAVPASN_Stream@@@Z @11497 NONAME ?Decode@GCC_ConferenceInviteResponse@@UAEHAAVPASN_Stream@@@Z @11498 NONAME ?Decode@GCC_ConferenceJoinRequest@@UAEHAAVPASN_Stream@@@Z @11499 NONAME ?Decode@GCC_ConferenceJoinResponse@@UAEHAAVPASN_Stream@@@Z @11500 NONAME ?Decode@GCC_ConferenceLockIndication@@UAEHAAVPASN_Stream@@@Z @11501 NONAME ?Decode@GCC_ConferenceLockRequest@@UAEHAAVPASN_Stream@@@Z @11502 NONAME ?Decode@GCC_ConferenceLockResponse@@UAEHAAVPASN_Stream@@@Z @11503 NONAME ?Decode@GCC_ConferenceName@@UAEHAAVPASN_Stream@@@Z @11504 NONAME ?Decode@GCC_ConferencePriority@@UAEHAAVPASN_Stream@@@Z @11505 NONAME ?Decode@GCC_ConferenceQueryRequest@@UAEHAAVPASN_Stream@@@Z @11506 NONAME ?Decode@GCC_ConferenceQueryResponse@@UAEHAAVPASN_Stream@@@Z @11507 NONAME ?Decode@GCC_ConferenceTerminateIndication@@UAEHAAVPASN_Stream@@@Z @11508 NONAME ?Decode@GCC_ConferenceTerminateRequest@@UAEHAAVPASN_Stream@@@Z @11509 NONAME ?Decode@GCC_ConferenceTerminateResponse@@UAEHAAVPASN_Stream@@@Z @11510 NONAME ?Decode@GCC_ConferenceTimeExtendIndication@@UAEHAAVPASN_Stream@@@Z @11511 NONAME ?Decode@GCC_ConferenceTimeInquireIndication@@UAEHAAVPASN_Stream@@@Z @11512 NONAME ?Decode@GCC_ConferenceTimeRemainingIndication@@UAEHAAVPASN_Stream@@@Z @11513 NONAME ?Decode@GCC_ConferenceTransferIndication@@UAEHAAVPASN_Stream@@@Z @11514 NONAME ?Decode@GCC_ConferenceTransferRequest@@UAEHAAVPASN_Stream@@@Z @11515 NONAME ?Decode@GCC_ConferenceTransferResponse@@UAEHAAVPASN_Stream@@@Z @11516 NONAME ?Decode@GCC_ConferenceUnlockIndication@@UAEHAAVPASN_Stream@@@Z @11517 NONAME ?Decode@GCC_ConferenceUnlockRequest@@UAEHAAVPASN_Stream@@@Z @11518 NONAME ?Decode@GCC_ConferenceUnlockResponse@@UAEHAAVPASN_Stream@@@Z @11519 NONAME ?Decode@GCC_ConnectData@@UAEHAAVPASN_Stream@@@Z @11520 NONAME ?Decode@GCC_FunctionNotSupportedResponse@@UAEHAAVPASN_Stream@@@Z @11521 NONAME ?Decode@GCC_NetworkAddress_subtype_aggregatedChannel@@UAEHAAVPASN_Stream@@@Z @11522 NONAME ?Decode@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UAEHAAVPASN_Stream@@@Z @11523 NONAME ?Decode@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UAEHAAVPASN_Stream@@@Z @11524 NONAME ?Decode@GCC_NetworkAddress_subtype_transportConnection@@UAEHAAVPASN_Stream@@@Z @11525 NONAME ?Decode@GCC_NodeProperties@@UAEHAAVPASN_Stream@@@Z @11526 NONAME ?Decode@GCC_NodeRecord@@UAEHAAVPASN_Stream@@@Z @11527 NONAME ?Decode@GCC_NonStandardParameter@@UAEHAAVPASN_Stream@@@Z @11528 NONAME ?Decode@GCC_NonStandardPDU@@UAEHAAVPASN_Stream@@@Z @11529 NONAME ?Decode@GCC_Password@@UAEHAAVPASN_Stream@@@Z @11530 NONAME ?Decode@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UAEHAAVPASN_Stream@@@Z @11531 NONAME ?Decode@GCC_RegistryAllocateHandleRequest@@UAEHAAVPASN_Stream@@@Z @11532 NONAME ?Decode@GCC_RegistryAllocateHandleResponse@@UAEHAAVPASN_Stream@@@Z @11533 NONAME ?Decode@GCC_RegistryAssignTokenRequest@@UAEHAAVPASN_Stream@@@Z @11534 NONAME ?Decode@GCC_RegistryDeleteEntryRequest@@UAEHAAVPASN_Stream@@@Z @11535 NONAME ?Decode@GCC_RegistryEntryOwner_owned@@UAEHAAVPASN_Stream@@@Z @11536 NONAME ?Decode@GCC_RegistryKey@@UAEHAAVPASN_Stream@@@Z @11537 NONAME ?Decode@GCC_RegistryMonitorEntryIndication@@UAEHAAVPASN_Stream@@@Z @11538 NONAME ?Decode@GCC_RegistryMonitorEntryRequest@@UAEHAAVPASN_Stream@@@Z @11539 NONAME ?Decode@GCC_RegistryRegisterChannelRequest@@UAEHAAVPASN_Stream@@@Z @11540 NONAME ?Decode@GCC_RegistryResponse@@UAEHAAVPASN_Stream@@@Z @11541 NONAME ?Decode@GCC_RegistryRetrieveEntryRequest@@UAEHAAVPASN_Stream@@@Z @11542 NONAME ?Decode@GCC_RegistrySetParameterRequest@@UAEHAAVPASN_Stream@@@Z @11543 NONAME ?Decode@GCC_RosterUpdateIndication@@UAEHAAVPASN_Stream@@@Z @11544 NONAME ?Decode@GCC_RosterUpdateIndication_applicationInformation_subtype@@UAEHAAVPASN_Stream@@@Z @11545 NONAME ?Decode@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UAEHAAVPASN_Stream@@@Z @11546 NONAME ?Decode@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UAEHAAVPASN_Stream@@@Z @11547 NONAME ?Decode@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UAEHAAVPASN_Stream@@@Z @11548 NONAME ?Decode@GCC_RosterUpdateIndication_nodeInformation@@UAEHAAVPASN_Stream@@@Z @11549 NONAME ?Decode@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UAEHAAVPASN_Stream@@@Z @11550 NONAME ?Decode@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UAEHAAVPASN_Stream@@@Z @11551 NONAME ?Decode@GCC_SessionKey@@UAEHAAVPASN_Stream@@@Z @11552 NONAME ?Decode@GCC_TextMessageIndication@@UAEHAAVPASN_Stream@@@Z @11553 NONAME ?Decode@GCC_UserData_subtype@@UAEHAAVPASN_Stream@@@Z @11554 NONAME ?Decode@GCC_UserIDIndication@@UAEHAAVPASN_Stream@@@Z @11555 NONAME ?Decode@H225_AddressPattern_range@@UAEHAAVPASN_Stream@@@Z @26291 NONAME ?Decode@H225_AdmissionConfirm@@UAEHAAVPASN_Stream@@@Z @11556 NONAME ?Decode@H225_AdmissionReject@@UAEHAAVPASN_Stream@@@Z @11557 NONAME ?Decode@H225_AdmissionRequest@@UAEHAAVPASN_Stream@@@Z @11558 NONAME ?Decode@H225_Alerting_UUIE@@UAEHAAVPASN_Stream@@@Z @11559 NONAME ?Decode@H225_AlternateGK@@UAEHAAVPASN_Stream@@@Z @11560 NONAME ?Decode@H225_AlternateTransportAddresses@@UAEHAAVPASN_Stream@@@Z @26292 NONAME ?Decode@H225_AltGKInfo@@UAEHAAVPASN_Stream@@@Z @11561 NONAME ?Decode@H225_ANSI_41_UIM@@UAEHAAVPASN_Stream@@@Z @26293 NONAME ?Decode@H225_BandwidthConfirm@@UAEHAAVPASN_Stream@@@Z @11562 NONAME ?Decode@H225_BandwidthDetails@@UAEHAAVPASN_Stream@@@Z @26294 NONAME ?Decode@H225_BandwidthReject@@UAEHAAVPASN_Stream@@@Z @11563 NONAME ?Decode@H225_BandwidthRequest@@UAEHAAVPASN_Stream@@@Z @11564 NONAME ?Decode@H225_CallCapacity@@UAEHAAVPASN_Stream@@@Z @26295 NONAME ?Decode@H225_CallCapacityInfo@@UAEHAAVPASN_Stream@@@Z @26296 NONAME ?Decode@H225_CallCreditCapability@@UAEHAAVPASN_Stream@@@Z @26297 NONAME ?Decode@H225_CallCreditServiceControl@@UAEHAAVPASN_Stream@@@Z @26298 NONAME ?Decode@H225_CallIdentifier@@UAEHAAVPASN_Stream@@@Z @11565 NONAME ?Decode@H225_CallLinkage@@UAEHAAVPASN_Stream@@@Z @26299 NONAME ?Decode@H225_CallProceeding_UUIE@@UAEHAAVPASN_Stream@@@Z @11566 NONAME ?Decode@H225_CallsAvailable@@UAEHAAVPASN_Stream@@@Z @26300 NONAME ?Decode@H225_CapacityReportingCapability@@UAEHAAVPASN_Stream@@@Z @26301 NONAME ?Decode@H225_CapacityReportingSpecification@@UAEHAAVPASN_Stream@@@Z @26302 NONAME ?Decode@H225_CapacityReportingSpecification_when@@UAEHAAVPASN_Stream@@@Z @26303 NONAME ?Decode@H225_CarrierInfo@@UAEHAAVPASN_Stream@@@Z @38773 NONAME ?Decode@H225_CicInfo@@UAEHAAVPASN_Stream@@@Z @26304 NONAME ?Decode@H225_CircuitIdentifier@@UAEHAAVPASN_Stream@@@Z @38298 NONAME ?Decode@H225_CircuitInfo@@UAEHAAVPASN_Stream@@@Z @26305 NONAME ?Decode@H225_ConferenceList@@UAEHAAVPASN_Stream@@@Z @11567 NONAME ?Decode@H225_Connect_UUIE@@UAEHAAVPASN_Stream@@@Z @11568 NONAME ?Decode@H225_CryptoH323Token_cryptoEPPwdHash@@UAEHAAVPASN_Stream@@@Z @11569 NONAME ?Decode@H225_CryptoH323Token_cryptoGKPwdHash@@UAEHAAVPASN_Stream@@@Z @11570 NONAME ?Decode@H225_DataRate@@UAEHAAVPASN_Stream@@@Z @11571 NONAME ?Decode@H225_DisengageConfirm@@UAEHAAVPASN_Stream@@@Z @11572 NONAME ?Decode@H225_DisengageReject@@UAEHAAVPASN_Stream@@@Z @11573 NONAME ?Decode@H225_DisengageRequest@@UAEHAAVPASN_Stream@@@Z @11574 NONAME ?Decode@H225_Endpoint@@UAEHAAVPASN_Stream@@@Z @11575 NONAME ?Decode@H225_EndpointType@@UAEHAAVPASN_Stream@@@Z @11576 NONAME ?Decode@H225_EnumeratedParameter@@UAEHAAVPASN_Stream@@@Z @26306 NONAME ?Decode@H225_ExtendedAliasAddress@@UAEHAAVPASN_Stream@@@Z @26307 NONAME ?Decode@H225_Facility_UUIE@@UAEHAAVPASN_Stream@@@Z @11577 NONAME ?Decode@H225_FeatureSet@@UAEHAAVPASN_Stream@@@Z @26308 NONAME ?Decode@H225_GatekeeperConfirm@@UAEHAAVPASN_Stream@@@Z @11578 NONAME ?Decode@H225_GatekeeperInfo@@UAEHAAVPASN_Stream@@@Z @11579 NONAME ?Decode@H225_GatekeeperReject@@UAEHAAVPASN_Stream@@@Z @11580 NONAME ?Decode@H225_GatekeeperRequest@@UAEHAAVPASN_Stream@@@Z @11581 NONAME ?Decode@H225_GatewayInfo@@UAEHAAVPASN_Stream@@@Z @11582 NONAME ?Decode@H225_GenericData@@UAEHAAVPASN_Stream@@@Z @26309 NONAME ?Decode@H225_GroupID@@UAEHAAVPASN_Stream@@@Z @26310 NONAME ?Decode@H225_GSM_UIM@@UAEHAAVPASN_Stream@@@Z @26311 NONAME ?Decode@H225_H221NonStandard@@UAEHAAVPASN_Stream@@@Z @11583 NONAME ?Decode@H225_H310Caps@@UAEHAAVPASN_Stream@@@Z @11584 NONAME ?Decode@H225_H320Caps@@UAEHAAVPASN_Stream@@@Z @11585 NONAME ?Decode@H225_H321Caps@@UAEHAAVPASN_Stream@@@Z @11586 NONAME ?Decode@H225_H322Caps@@UAEHAAVPASN_Stream@@@Z @11587 NONAME ?Decode@H225_H323Caps@@UAEHAAVPASN_Stream@@@Z @11588 NONAME ?Decode@H225_H323_UserInformation@@UAEHAAVPASN_Stream@@@Z @11589 NONAME ?Decode@H225_H323_UserInformation_user_data@@UAEHAAVPASN_Stream@@@Z @11590 NONAME ?Decode@H225_H323_UU_PDU@@UAEHAAVPASN_Stream@@@Z @11591 NONAME ?Decode@H225_H323_UU_PDU_tunnelledSignallingMessage@@UAEHAAVPASN_Stream@@@Z @26312 NONAME ?Decode@H225_H324Caps@@UAEHAAVPASN_Stream@@@Z @11592 NONAME ?Decode@H225_ICV@@UAEHAAVPASN_Stream@@@Z @11593 NONAME ?Decode@H225_InfoRequest@@UAEHAAVPASN_Stream@@@Z @11594 NONAME ?Decode@H225_InfoRequestAck@@UAEHAAVPASN_Stream@@@Z @11595 NONAME ?Decode@H225_InfoRequestNak@@UAEHAAVPASN_Stream@@@Z @11596 NONAME ?Decode@H225_InfoRequestResponse@@UAEHAAVPASN_Stream@@@Z @11597 NONAME ?Decode@H225_InfoRequestResponse_perCallInfo_subtype@@UAEHAAVPASN_Stream@@@Z @11598 NONAME ?Decode@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UAEHAAVPASN_Stream@@@Z @11599 NONAME ?Decode@H225_Information_UUIE@@UAEHAAVPASN_Stream@@@Z @11600 NONAME ?Decode@H225_LocationConfirm@@UAEHAAVPASN_Stream@@@Z @11601 NONAME ?Decode@H225_LocationReject@@UAEHAAVPASN_Stream@@@Z @11602 NONAME ?Decode@H225_LocationRequest@@UAEHAAVPASN_Stream@@@Z @11603 NONAME ?Decode@H225_McuInfo@@UAEHAAVPASN_Stream@@@Z @11604 NONAME ?Decode@H225_NonStandardMessage@@UAEHAAVPASN_Stream@@@Z @11605 NONAME ?Decode@H225_NonStandardParameter@@UAEHAAVPASN_Stream@@@Z @11606 NONAME ?Decode@H225_NonStandardProtocol@@UAEHAAVPASN_Stream@@@Z @11607 NONAME ?Decode@H225_Notify_UUIE@@UAEHAAVPASN_Stream@@@Z @26313 NONAME ?Decode@H225_PrivatePartyNumber@@UAEHAAVPASN_Stream@@@Z @11608 NONAME ?Decode@H225_Progress_UUIE@@UAEHAAVPASN_Stream@@@Z @11609 NONAME ?Decode@H225_PublicPartyNumber@@UAEHAAVPASN_Stream@@@Z @11610 NONAME ?Decode@H225_Q954Details@@UAEHAAVPASN_Stream@@@Z @11611 NONAME ?Decode@H225_QseriesOptions@@UAEHAAVPASN_Stream@@@Z @11612 NONAME ?Decode@H225_RasUsageInformation@@UAEHAAVPASN_Stream@@@Z @26314 NONAME ?Decode@H225_RasUsageInfoTypes@@UAEHAAVPASN_Stream@@@Z @26315 NONAME ?Decode@H225_RasUsageSpecification@@UAEHAAVPASN_Stream@@@Z @26316 NONAME ?Decode@H225_RasUsageSpecification_callStartingPoint@@UAEHAAVPASN_Stream@@@Z @26317 NONAME ?Decode@H225_RasUsageSpecification_when@@UAEHAAVPASN_Stream@@@Z @26318 NONAME ?Decode@H225_RegistrationConfirm@@UAEHAAVPASN_Stream@@@Z @11613 NONAME ?Decode@H225_RegistrationConfirm_preGrantedARQ@@UAEHAAVPASN_Stream@@@Z @11614 NONAME ?Decode@H225_RegistrationReject@@UAEHAAVPASN_Stream@@@Z @11615 NONAME ?Decode@H225_RegistrationRejectReason_invalidTerminalAliases@@UAEHAAVPASN_Stream@@@Z @26319 NONAME ?Decode@H225_RegistrationRequest@@UAEHAAVPASN_Stream@@@Z @11616 NONAME ?Decode@H225_ReleaseComplete_UUIE@@UAEHAAVPASN_Stream@@@Z @11617 NONAME ?Decode@H225_RequestInProgress@@UAEHAAVPASN_Stream@@@Z @11618 NONAME ?Decode@H225_ResourcesAvailableConfirm@@UAEHAAVPASN_Stream@@@Z @11619 NONAME ?Decode@H225_ResourcesAvailableIndicate@@UAEHAAVPASN_Stream@@@Z @11620 NONAME ?Decode@H225_RTPSession@@UAEHAAVPASN_Stream@@@Z @11621 NONAME ?Decode@H225_SecurityCapabilities@@UAEHAAVPASN_Stream@@@Z @11622 NONAME ?Decode@H225_ServiceControlIndication@@UAEHAAVPASN_Stream@@@Z @26320 NONAME ?Decode@H225_ServiceControlIndication_callSpecific@@UAEHAAVPASN_Stream@@@Z @26321 NONAME ?Decode@H225_ServiceControlResponse@@UAEHAAVPASN_Stream@@@Z @26322 NONAME ?Decode@H225_ServiceControlSession@@UAEHAAVPASN_Stream@@@Z @26323 NONAME ?Decode@H225_SetupAcknowledge_UUIE@@UAEHAAVPASN_Stream@@@Z @26324 NONAME ?Decode@H225_Setup_UUIE@@UAEHAAVPASN_Stream@@@Z @11623 NONAME ?Decode@H225_Setup_UUIE_connectionParameters@@UAEHAAVPASN_Stream@@@Z @26325 NONAME ?Decode@H225_SIPCaps@@UAEHAAVPASN_Stream@@@Z @38774 NONAME ?Decode@H225_StatusInquiry_UUIE@@UAEHAAVPASN_Stream@@@Z @26326 NONAME ?Decode@H225_Status_UUIE@@UAEHAAVPASN_Stream@@@Z @26327 NONAME ?Decode@H225_StimulusControl@@UAEHAAVPASN_Stream@@@Z @26328 NONAME ?Decode@H225_SupportedPrefix@@UAEHAAVPASN_Stream@@@Z @11624 NONAME ?Decode@H225_T120OnlyCaps@@UAEHAAVPASN_Stream@@@Z @11625 NONAME ?Decode@H225_T38FaxAnnexbOnlyCaps@@UAEHAAVPASN_Stream@@@Z @26329 NONAME ?Decode@H225_TerminalInfo@@UAEHAAVPASN_Stream@@@Z @11626 NONAME ?Decode@H225_TransportAddress_ip6Address@@UAEHAAVPASN_Stream@@@Z @11627 NONAME ?Decode@H225_TransportAddress_ipAddress@@UAEHAAVPASN_Stream@@@Z @11628 NONAME ?Decode@H225_TransportAddress_ipSourceRoute@@UAEHAAVPASN_Stream@@@Z @11629 NONAME ?Decode@H225_TransportAddress_ipxAddress@@UAEHAAVPASN_Stream@@@Z @11630 NONAME ?Decode@H225_TransportChannelInfo@@UAEHAAVPASN_Stream@@@Z @11631 NONAME ?Decode@H225_TunnelledProtocol@@UAEHAAVPASN_Stream@@@Z @26330 NONAME ?Decode@H225_TunnelledProtocolAlternateIdentifier@@UAEHAAVPASN_Stream@@@Z @26331 NONAME ?Decode@H225_UnknownMessageResponse@@UAEHAAVPASN_Stream@@@Z @11632 NONAME ?Decode@H225_UnregistrationConfirm@@UAEHAAVPASN_Stream@@@Z @11633 NONAME ?Decode@H225_UnregistrationReject@@UAEHAAVPASN_Stream@@@Z @11634 NONAME ?Decode@H225_UnregistrationRequest@@UAEHAAVPASN_Stream@@@Z @11635 NONAME ?Decode@H225_UUIEsRequested@@UAEHAAVPASN_Stream@@@Z @11636 NONAME ?Decode@H225_VendorIdentifier@@UAEHAAVPASN_Stream@@@Z @11637 NONAME ?Decode@H225_VoiceCaps@@UAEHAAVPASN_Stream@@@Z @11638 NONAME ?Decode@H235_ClearToken@@UAEHAAVPASN_Stream@@@Z @11639 NONAME ?Decode@H235_CryptoToken_cryptoEncryptedToken@@UAEHAAVPASN_Stream@@@Z @11640 NONAME ?Decode@H235_CryptoToken_cryptoHashedToken@@UAEHAAVPASN_Stream@@@Z @11641 NONAME ?Decode@H235_CryptoToken_cryptoSignedToken@@UAEHAAVPASN_Stream@@@Z @11642 NONAME ?Decode@H235_DHset@@UAEHAAVPASN_Stream@@@Z @11643 NONAME ?Decode@H235_ECGDSASignature@@UAEHAAVPASN_Stream@@@Z @38775 NONAME ?Decode@H235_ECKASDH_eckasdh2@@UAEHAAVPASN_Stream@@@Z @28736 NONAME ?Decode@H235_ECKASDH_eckasdhp@@UAEHAAVPASN_Stream@@@Z @28737 NONAME ?Decode@H235_ECpoint@@UAEHAAVPASN_Stream@@@Z @38776 NONAME ?Decode@H235_H235CertificateSignature@@UAEHAAVPASN_Stream@@@Z @11644 NONAME ?Decode@H235_KeySignedMaterial@@UAEHAAVPASN_Stream@@@Z @11645 NONAME ?Decode@H235_KeySyncMaterial@@UAEHAAVPASN_Stream@@@Z @11646 NONAME ?Decode@H235_NonStandardParameter@@UAEHAAVPASN_Stream@@@Z @11647 NONAME ?Decode@H235_Params@@UAEHAAVPASN_Stream@@@Z @11648 NONAME ?Decode@H235_ReturnSig@@UAEHAAVPASN_Stream@@@Z @11649 NONAME ?Decode@H235_TypedCertificate@@UAEHAAVPASN_Stream@@@Z @11650 NONAME ?Decode@H235_V3KeySyncMaterial@@UAEHAAVPASN_Stream@@@Z @38777 NONAME ?Decode@H245_ATMParameters@@UAEHAAVPASN_Stream@@@Z @11651 NONAME ?Decode@H245_AudioCapability_g7231@@UAEHAAVPASN_Stream@@@Z @11652 NONAME ?Decode@H245_AudioTelephonyEventCapability@@UAEHAAVPASN_Stream@@@Z @26332 NONAME ?Decode@H245_AudioToneCapability@@UAEHAAVPASN_Stream@@@Z @26333 NONAME ?Decode@H245_AuthenticationCapability@@UAEHAAVPASN_Stream@@@Z @11653 NONAME ?Decode@H245_BEnhancementParameters@@UAEHAAVPASN_Stream@@@Z @11654 NONAME ?Decode@H245_CapabilityDescriptor@@UAEHAAVPASN_Stream@@@Z @11655 NONAME ?Decode@H245_CapabilityTableEntry@@UAEHAAVPASN_Stream@@@Z @11656 NONAME ?Decode@H245_Capability_h233EncryptionReceiveCapability@@UAEHAAVPASN_Stream@@@Z @11657 NONAME ?Decode@H245_CloseLogicalChannel@@UAEHAAVPASN_Stream@@@Z @11658 NONAME ?Decode@H245_CloseLogicalChannelAck@@UAEHAAVPASN_Stream@@@Z @11659 NONAME ?Decode@H245_CommunicationModeCommand@@UAEHAAVPASN_Stream@@@Z @11660 NONAME ?Decode@H245_CommunicationModeRequest@@UAEHAAVPASN_Stream@@@Z @11661 NONAME ?Decode@H245_CommunicationModeTableEntry@@UAEHAAVPASN_Stream@@@Z @11662 NONAME ?Decode@H245_ConferenceCapability@@UAEHAAVPASN_Stream@@@Z @11663 NONAME ?Decode@H245_ConferenceRequest_requestTerminalCertificate@@UAEHAAVPASN_Stream@@@Z @11664 NONAME ?Decode@H245_ConferenceResponse_chairTokenOwnerResponse@@UAEHAAVPASN_Stream@@@Z @11665 NONAME ?Decode@H245_ConferenceResponse_conferenceIDResponse@@UAEHAAVPASN_Stream@@@Z @11666 NONAME ?Decode@H245_ConferenceResponse_extensionAddressResponse@@UAEHAAVPASN_Stream@@@Z @11667 NONAME ?Decode@H245_ConferenceResponse_mCTerminalIDResponse@@UAEHAAVPASN_Stream@@@Z @11668 NONAME ?Decode@H245_ConferenceResponse_passwordResponse@@UAEHAAVPASN_Stream@@@Z @11669 NONAME ?Decode@H245_ConferenceResponse_terminalCertificateResponse@@UAEHAAVPASN_Stream@@@Z @11670 NONAME ?Decode@H245_ConferenceResponse_terminalIDResponse@@UAEHAAVPASN_Stream@@@Z @11671 NONAME ?Decode@H245_ConnectionIdentifier@@UAEHAAVPASN_Stream@@@Z @26334 NONAME ?Decode@H245_Criteria@@UAEHAAVPASN_Stream@@@Z @11672 NONAME ?Decode@H245_CustomPictureClockFrequency@@UAEHAAVPASN_Stream@@@Z @11673 NONAME ?Decode@H245_CustomPictureFormat@@UAEHAAVPASN_Stream@@@Z @11674 NONAME ?Decode@H245_CustomPictureFormat_mPI@@UAEHAAVPASN_Stream@@@Z @11675 NONAME ?Decode@H245_CustomPictureFormat_mPI_customPCF_subtype@@UAEHAAVPASN_Stream@@@Z @11676 NONAME ?Decode@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UAEHAAVPASN_Stream@@@Z @11677 NONAME ?Decode@H245_DataApplicationCapability@@UAEHAAVPASN_Stream@@@Z @11678 NONAME ?Decode@H245_DataApplicationCapability_application_nlpid@@UAEHAAVPASN_Stream@@@Z @11679 NONAME ?Decode@H245_DataApplicationCapability_application_t38fax@@UAEHAAVPASN_Stream@@@Z @26335 NONAME ?Decode@H245_DataApplicationCapability_application_t84@@UAEHAAVPASN_Stream@@@Z @11680 NONAME ?Decode@H245_DataMode@@UAEHAAVPASN_Stream@@@Z @11681 NONAME ?Decode@H245_DataMode_application_nlpid@@UAEHAAVPASN_Stream@@@Z @11682 NONAME ?Decode@H245_DataMode_application_t38fax@@UAEHAAVPASN_Stream@@@Z @26336 NONAME ?Decode@H245_DepFECCapability_rfc2733@@UAEHAAVPASN_Stream@@@Z @53693 NONAME ?Decode@H245_DepFECCapability_rfc2733_separateStream@@UAEHAAVPASN_Stream@@@Z @53694 NONAME ?Decode@H245_DepFECData_rfc2733@@UAEHAAVPASN_Stream@@@Z @53695 NONAME ?Decode@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UAEHAAVPASN_Stream@@@Z @53696 NONAME ?Decode@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UAEHAAVPASN_Stream@@@Z @53697 NONAME ?Decode@H245_DepFECMode_rfc2733Mode@@UAEHAAVPASN_Stream@@@Z @53698 NONAME ?Decode@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UAEHAAVPASN_Stream@@@Z @53699 NONAME ?Decode@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UAEHAAVPASN_Stream@@@Z @53700 NONAME ?Decode@H245_DialingInformationNumber@@UAEHAAVPASN_Stream@@@Z @26337 NONAME ?Decode@H245_EncryptionAuthenticationAndIntegrity@@UAEHAAVPASN_Stream@@@Z @11683 NONAME ?Decode@H245_EncryptionCommand_encryptionAlgorithmID@@UAEHAAVPASN_Stream@@@Z @11684 NONAME ?Decode@H245_EncryptionSync@@UAEHAAVPASN_Stream@@@Z @11685 NONAME ?Decode@H245_EncryptionUpdateRequest@@UAEHAAVPASN_Stream@@@Z @11686 NONAME ?Decode@H245_EnhancementLayerInfo@@UAEHAAVPASN_Stream@@@Z @11687 NONAME ?Decode@H245_EnhancementOptions@@UAEHAAVPASN_Stream@@@Z @11688 NONAME ?Decode@H245_EscrowData@@UAEHAAVPASN_Stream@@@Z @11689 NONAME ?Decode@H245_ExtendedVideoCapability@@UAEHAAVPASN_Stream@@@Z @53213 NONAME ?Decode@H245_FECCapability@@UAEHAAVPASN_Stream@@@Z @53701 NONAME ?Decode@H245_FECData_rfc2733@@UAEHAAVPASN_Stream@@@Z @38780 NONAME ?Decode@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UAEHAAVPASN_Stream@@@Z @53702 NONAME ?Decode@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UAEHAAVPASN_Stream@@@Z @53703 NONAME ?Decode@H245_FECMode@@UAEHAAVPASN_Stream@@@Z @53704 NONAME ?Decode@H245_FlowControlCommand@@UAEHAAVPASN_Stream@@@Z @11690 NONAME ?Decode@H245_FlowControlIndication@@UAEHAAVPASN_Stream@@@Z @26338 NONAME ?Decode@H245_FunctionNotSupported@@UAEHAAVPASN_Stream@@@Z @11691 NONAME ?Decode@H245_G7231AnnexCCapability@@UAEHAAVPASN_Stream@@@Z @11692 NONAME ?Decode@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UAEHAAVPASN_Stream@@@Z @11693 NONAME ?Decode@H245_G7231AnnexCMode@@UAEHAAVPASN_Stream@@@Z @11694 NONAME ?Decode@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UAEHAAVPASN_Stream@@@Z @11695 NONAME ?Decode@H245_G729Extensions@@UAEHAAVPASN_Stream@@@Z @26339 NONAME ?Decode@H245_GenericCapability@@UAEHAAVPASN_Stream@@@Z @26340 NONAME ?Decode@H245_GenericMessage@@UAEHAAVPASN_Stream@@@Z @53214 NONAME ?Decode@H245_GenericParameter@@UAEHAAVPASN_Stream@@@Z @26341 NONAME ?Decode@H245_GSMAudioCapability@@UAEHAAVPASN_Stream@@@Z @11696 NONAME ?Decode@H245_H222Capability@@UAEHAAVPASN_Stream@@@Z @11697 NONAME ?Decode@H245_H222LogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @11698 NONAME ?Decode@H245_H223AL1MParameters@@UAEHAAVPASN_Stream@@@Z @11699 NONAME ?Decode@H245_H223AL2MParameters@@UAEHAAVPASN_Stream@@@Z @11700 NONAME ?Decode@H245_H223AL3MParameters@@UAEHAAVPASN_Stream@@@Z @11701 NONAME ?Decode@H245_H223AnnexCArqParameters@@UAEHAAVPASN_Stream@@@Z @11702 NONAME ?Decode@H245_H223AnnexCCapability@@UAEHAAVPASN_Stream@@@Z @11703 NONAME ?Decode@H245_H223Capability@@UAEHAAVPASN_Stream@@@Z @11704 NONAME ?Decode@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UAEHAAVPASN_Stream@@@Z @11705 NONAME ?Decode@H245_H223Capability_mobileMultilinkFrameCapability@@UAEHAAVPASN_Stream@@@Z @26342 NONAME ?Decode@H245_H223Capability_mobileOperationTransmitCapability@@UAEHAAVPASN_Stream@@@Z @11706 NONAME ?Decode@H245_H223LogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @11707 NONAME ?Decode@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UAEHAAVPASN_Stream@@@Z @11708 NONAME ?Decode@H245_H223ModeParameters@@UAEHAAVPASN_Stream@@@Z @11709 NONAME ?Decode@H245_H223ModeParameters_adaptationLayerType_al3@@UAEHAAVPASN_Stream@@@Z @11710 NONAME ?Decode@H245_H223SkewIndication@@UAEHAAVPASN_Stream@@@Z @11711 NONAME ?Decode@H245_H2250Capability@@UAEHAAVPASN_Stream@@@Z @11712 NONAME ?Decode@H245_H2250Capability_mcCapability@@UAEHAAVPASN_Stream@@@Z @11713 NONAME ?Decode@H245_H2250LogicalChannelAckParameters@@UAEHAAVPASN_Stream@@@Z @11714 NONAME ?Decode@H245_H2250LogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @11715 NONAME ?Decode@H245_H2250MaximumSkewIndication@@UAEHAAVPASN_Stream@@@Z @11716 NONAME ?Decode@H245_H2250ModeParameters@@UAEHAAVPASN_Stream@@@Z @11717 NONAME ?Decode@H245_H235Media@@UAEHAAVPASN_Stream@@@Z @11718 NONAME ?Decode@H245_H235Mode@@UAEHAAVPASN_Stream@@@Z @11719 NONAME ?Decode@H245_H235SecurityCapability@@UAEHAAVPASN_Stream@@@Z @11720 NONAME ?Decode@H245_H261VideoCapability@@UAEHAAVPASN_Stream@@@Z @11721 NONAME ?Decode@H245_H261VideoMode@@UAEHAAVPASN_Stream@@@Z @11722 NONAME ?Decode@H245_H262VideoCapability@@UAEHAAVPASN_Stream@@@Z @11723 NONAME ?Decode@H245_H262VideoMode@@UAEHAAVPASN_Stream@@@Z @11724 NONAME ?Decode@H245_H263ModeComboFlags@@UAEHAAVPASN_Stream@@@Z @11725 NONAME ?Decode@H245_H263Options@@UAEHAAVPASN_Stream@@@Z @11726 NONAME ?Decode@H245_H263Version3Options@@UAEHAAVPASN_Stream@@@Z @26343 NONAME ?Decode@H245_H263VideoCapability@@UAEHAAVPASN_Stream@@@Z @11727 NONAME ?Decode@H245_H263VideoMode@@UAEHAAVPASN_Stream@@@Z @11728 NONAME ?Decode@H245_H263VideoModeCombos@@UAEHAAVPASN_Stream@@@Z @11729 NONAME ?Decode@H245_IntegrityCapability@@UAEHAAVPASN_Stream@@@Z @11730 NONAME ?Decode@H245_IS11172AudioCapability@@UAEHAAVPASN_Stream@@@Z @11731 NONAME ?Decode@H245_IS11172AudioMode@@UAEHAAVPASN_Stream@@@Z @11732 NONAME ?Decode@H245_IS11172VideoCapability@@UAEHAAVPASN_Stream@@@Z @11733 NONAME ?Decode@H245_IS11172VideoMode@@UAEHAAVPASN_Stream@@@Z @11734 NONAME ?Decode@H245_IS13818AudioCapability@@UAEHAAVPASN_Stream@@@Z @11735 NONAME ?Decode@H245_IS13818AudioMode@@UAEHAAVPASN_Stream@@@Z @11736 NONAME ?Decode@H245_JitterIndication@@UAEHAAVPASN_Stream@@@Z @11737 NONAME ?Decode@H245_KeyProtectionMethod@@UAEHAAVPASN_Stream@@@Z @11738 NONAME ?Decode@H245_LogicalChannelRateAcknowledge@@UAEHAAVPASN_Stream@@@Z @26344 NONAME ?Decode@H245_LogicalChannelRateReject@@UAEHAAVPASN_Stream@@@Z @26345 NONAME ?Decode@H245_LogicalChannelRateRelease@@UAEHAAVPASN_Stream@@@Z @26346 NONAME ?Decode@H245_LogicalChannelRateRequest@@UAEHAAVPASN_Stream@@@Z @26347 NONAME ?Decode@H245_MaintenanceLoopAck@@UAEHAAVPASN_Stream@@@Z @11739 NONAME ?Decode@H245_MaintenanceLoopOffCommand@@UAEHAAVPASN_Stream@@@Z @11740 NONAME ?Decode@H245_MaintenanceLoopReject@@UAEHAAVPASN_Stream@@@Z @11741 NONAME ?Decode@H245_MaintenanceLoopRequest@@UAEHAAVPASN_Stream@@@Z @11742 NONAME ?Decode@H245_MasterSlaveDetermination@@UAEHAAVPASN_Stream@@@Z @11743 NONAME ?Decode@H245_MasterSlaveDeterminationAck@@UAEHAAVPASN_Stream@@@Z @11744 NONAME ?Decode@H245_MasterSlaveDeterminationReject@@UAEHAAVPASN_Stream@@@Z @11745 NONAME ?Decode@H245_MasterSlaveDeterminationRelease@@UAEHAAVPASN_Stream@@@Z @11746 NONAME ?Decode@H245_MCLocationIndication@@UAEHAAVPASN_Stream@@@Z @11747 NONAME ?Decode@H245_MediaChannelCapability@@UAEHAAVPASN_Stream@@@Z @11748 NONAME ?Decode@H245_MediaDistributionCapability@@UAEHAAVPASN_Stream@@@Z @11749 NONAME ?Decode@H245_MediaPacketizationCapability@@UAEHAAVPASN_Stream@@@Z @11750 NONAME ?Decode@H245_MediaTransportType_atm_AAL5_compressed@@UAEHAAVPASN_Stream@@@Z @26348 NONAME ?Decode@H245_MiscellaneousCommand@@UAEHAAVPASN_Stream@@@Z @11751 NONAME ?Decode@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UAEHAAVPASN_Stream@@@Z @53215 NONAME ?Decode@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UAEHAAVPASN_Stream@@@Z @53216 NONAME ?Decode@H245_MiscellaneousCommand_type_lostPartialPicture@@UAEHAAVPASN_Stream@@@Z @26349 NONAME ?Decode@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UAEHAAVPASN_Stream@@@Z @11752 NONAME ?Decode@H245_MiscellaneousCommand_type_videoBadMBs@@UAEHAAVPASN_Stream@@@Z @26350 NONAME ?Decode@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UAEHAAVPASN_Stream@@@Z @11753 NONAME ?Decode@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UAEHAAVPASN_Stream@@@Z @11754 NONAME ?Decode@H245_MiscellaneousIndication@@UAEHAAVPASN_Stream@@@Z @11755 NONAME ?Decode@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UAEHAAVPASN_Stream@@@Z @11756 NONAME ?Decode@H245_MobileMultilinkReconfigurationCommand@@UAEHAAVPASN_Stream@@@Z @26351 NONAME ?Decode@H245_MobileMultilinkReconfigurationIndication@@UAEHAAVPASN_Stream@@@Z @26352 NONAME ?Decode@H245_ModeElement@@UAEHAAVPASN_Stream@@@Z @11757 NONAME ?Decode@H245_MulticastAddress_iP6Address@@UAEHAAVPASN_Stream@@@Z @11758 NONAME ?Decode@H245_MulticastAddress_iPAddress@@UAEHAAVPASN_Stream@@@Z @11759 NONAME ?Decode@H245_MultilinkIndication_crcDesired@@UAEHAAVPASN_Stream@@@Z @26353 NONAME ?Decode@H245_MultilinkIndication_excessiveError@@UAEHAAVPASN_Stream@@@Z @26354 NONAME ?Decode@H245_MultilinkRequest_addConnection@@UAEHAAVPASN_Stream@@@Z @26355 NONAME ?Decode@H245_MultilinkRequest_callInformation@@UAEHAAVPASN_Stream@@@Z @26356 NONAME ?Decode@H245_MultilinkRequest_maximumHeaderInterval@@UAEHAAVPASN_Stream@@@Z @26357 NONAME ?Decode@H245_MultilinkRequest_removeConnection@@UAEHAAVPASN_Stream@@@Z @26358 NONAME ?Decode@H245_MultilinkResponse_addConnection@@UAEHAAVPASN_Stream@@@Z @26359 NONAME ?Decode@H245_MultilinkResponse_callInformation@@UAEHAAVPASN_Stream@@@Z @26360 NONAME ?Decode@H245_MultilinkResponse_maximumHeaderInterval@@UAEHAAVPASN_Stream@@@Z @26361 NONAME ?Decode@H245_MultilinkResponse_removeConnection@@UAEHAAVPASN_Stream@@@Z @26362 NONAME ?Decode@H245_MultiplePayloadStream@@UAEHAAVPASN_Stream@@@Z @38786 NONAME ?Decode@H245_MultiplePayloadStreamCapability@@UAEHAAVPASN_Stream@@@Z @38787 NONAME ?Decode@H245_MultiplePayloadStreamElement@@UAEHAAVPASN_Stream@@@Z @38788 NONAME ?Decode@H245_MultiplePayloadStreamElementMode@@UAEHAAVPASN_Stream@@@Z @38789 NONAME ?Decode@H245_MultiplePayloadStreamMode@@UAEHAAVPASN_Stream@@@Z @38790 NONAME ?Decode@H245_MultiplexedStreamCapability@@UAEHAAVPASN_Stream@@@Z @26363 NONAME ?Decode@H245_MultiplexedStreamModeParameters@@UAEHAAVPASN_Stream@@@Z @26364 NONAME ?Decode@H245_MultiplexedStreamParameter@@UAEHAAVPASN_Stream@@@Z @26365 NONAME ?Decode@H245_MultiplexElement@@UAEHAAVPASN_Stream@@@Z @11760 NONAME ?Decode@H245_MultiplexEntryDescriptor@@UAEHAAVPASN_Stream@@@Z @11761 NONAME ?Decode@H245_MultiplexEntryRejectionDescriptions@@UAEHAAVPASN_Stream@@@Z @11762 NONAME ?Decode@H245_MultiplexEntrySend@@UAEHAAVPASN_Stream@@@Z @11763 NONAME ?Decode@H245_MultiplexEntrySendAck@@UAEHAAVPASN_Stream@@@Z @11764 NONAME ?Decode@H245_MultiplexEntrySendReject@@UAEHAAVPASN_Stream@@@Z @11765 NONAME ?Decode@H245_MultiplexEntrySendRelease@@UAEHAAVPASN_Stream@@@Z @11766 NONAME ?Decode@H245_MultipointCapability@@UAEHAAVPASN_Stream@@@Z @11767 NONAME ?Decode@H245_NetworkAccessParameters@@UAEHAAVPASN_Stream@@@Z @11768 NONAME ?Decode@H245_NewATMVCCommand@@UAEHAAVPASN_Stream@@@Z @26366 NONAME ?Decode@H245_NewATMVCCommand_aal_aal1@@UAEHAAVPASN_Stream@@@Z @26367 NONAME ?Decode@H245_NewATMVCCommand_aal_aal5@@UAEHAAVPASN_Stream@@@Z @26368 NONAME ?Decode@H245_NewATMVCCommand_reverseParameters@@UAEHAAVPASN_Stream@@@Z @26369 NONAME ?Decode@H245_NewATMVCIndication@@UAEHAAVPASN_Stream@@@Z @11769 NONAME ?Decode@H245_NewATMVCIndication_aal_aal1@@UAEHAAVPASN_Stream@@@Z @11770 NONAME ?Decode@H245_NewATMVCIndication_aal_aal5@@UAEHAAVPASN_Stream@@@Z @11771 NONAME ?Decode@H245_NewATMVCIndication_reverseParameters@@UAEHAAVPASN_Stream@@@Z @11772 NONAME ?Decode@H245_NonStandardIdentifier_h221NonStandard@@UAEHAAVPASN_Stream@@@Z @11773 NONAME ?Decode@H245_NonStandardMessage@@UAEHAAVPASN_Stream@@@Z @11774 NONAME ?Decode@H245_NonStandardParameter@@UAEHAAVPASN_Stream@@@Z @11775 NONAME ?Decode@H245_NoPTAudioTelephonyEventCapability@@UAEHAAVPASN_Stream@@@Z @38791 NONAME ?Decode@H245_NoPTAudioToneCapability@@UAEHAAVPASN_Stream@@@Z @38792 NONAME ?Decode@H245_OpenLogicalChannel@@UAEHAAVPASN_Stream@@@Z @11776 NONAME ?Decode@H245_OpenLogicalChannelAck@@UAEHAAVPASN_Stream@@@Z @11777 NONAME ?Decode@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @11778 NONAME ?Decode@H245_OpenLogicalChannelConfirm@@UAEHAAVPASN_Stream@@@Z @11779 NONAME ?Decode@H245_OpenLogicalChannelReject@@UAEHAAVPASN_Stream@@@Z @11780 NONAME ?Decode@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @11781 NONAME ?Decode@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @11782 NONAME ?Decode@H245_Params@@UAEHAAVPASN_Stream@@@Z @53217 NONAME ?Decode@H245_Q2931Address@@UAEHAAVPASN_Stream@@@Z @11783 NONAME ?Decode@H245_QOSCapability@@UAEHAAVPASN_Stream@@@Z @11784 NONAME ?Decode@H245_RedundancyEncoding@@UAEHAAVPASN_Stream@@@Z @11785 NONAME ?Decode@H245_RedundancyEncodingCapability@@UAEHAAVPASN_Stream@@@Z @11786 NONAME ?Decode@H245_RedundancyEncodingDTMode@@UAEHAAVPASN_Stream@@@Z @38793 NONAME ?Decode@H245_RedundancyEncodingDTModeElement@@UAEHAAVPASN_Stream@@@Z @38794 NONAME ?Decode@H245_RedundancyEncodingElement@@UAEHAAVPASN_Stream@@@Z @38795 NONAME ?Decode@H245_RedundancyEncodingMode@@UAEHAAVPASN_Stream@@@Z @11787 NONAME ?Decode@H245_RedundancyEncoding_rtpRedundancyEncoding@@UAEHAAVPASN_Stream@@@Z @38796 NONAME ?Decode@H245_RefPictureSelection@@UAEHAAVPASN_Stream@@@Z @11788 NONAME ?Decode@H245_RefPictureSelection_additionalPictureMemory@@UAEHAAVPASN_Stream@@@Z @11789 NONAME ?Decode@H245_RefPictureSelection_enhancedReferencePicSelect@@UAEHAAVPASN_Stream@@@Z @26370 NONAME ?Decode@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UAEHAAVPASN_Stream@@@Z @26371 NONAME ?Decode@H245_RequestAllTerminalIDsResponse@@UAEHAAVPASN_Stream@@@Z @11790 NONAME ?Decode@H245_RequestChannelClose@@UAEHAAVPASN_Stream@@@Z @11791 NONAME ?Decode@H245_RequestChannelCloseAck@@UAEHAAVPASN_Stream@@@Z @11792 NONAME ?Decode@H245_RequestChannelCloseReject@@UAEHAAVPASN_Stream@@@Z @11793 NONAME ?Decode@H245_RequestChannelCloseRelease@@UAEHAAVPASN_Stream@@@Z @11794 NONAME ?Decode@H245_RequestMode@@UAEHAAVPASN_Stream@@@Z @11795 NONAME ?Decode@H245_RequestModeAck@@UAEHAAVPASN_Stream@@@Z @11796 NONAME ?Decode@H245_RequestModeReject@@UAEHAAVPASN_Stream@@@Z @11797 NONAME ?Decode@H245_RequestModeRelease@@UAEHAAVPASN_Stream@@@Z @11798 NONAME ?Decode@H245_RequestMultiplexEntry@@UAEHAAVPASN_Stream@@@Z @11799 NONAME ?Decode@H245_RequestMultiplexEntryAck@@UAEHAAVPASN_Stream@@@Z @11800 NONAME ?Decode@H245_RequestMultiplexEntryReject@@UAEHAAVPASN_Stream@@@Z @11801 NONAME ?Decode@H245_RequestMultiplexEntryRejectionDescriptions@@UAEHAAVPASN_Stream@@@Z @11802 NONAME ?Decode@H245_RequestMultiplexEntryRelease@@UAEHAAVPASN_Stream@@@Z @11803 NONAME ?Decode@H245_RoundTripDelayRequest@@UAEHAAVPASN_Stream@@@Z @11804 NONAME ?Decode@H245_RoundTripDelayResponse@@UAEHAAVPASN_Stream@@@Z @11805 NONAME ?Decode@H245_RSVPParameters@@UAEHAAVPASN_Stream@@@Z @11806 NONAME ?Decode@H245_RTPH263VideoRedundancyEncoding@@UAEHAAVPASN_Stream@@@Z @11807 NONAME ?Decode@H245_RTPH263VideoRedundancyFrameMapping@@UAEHAAVPASN_Stream@@@Z @11808 NONAME ?Decode@H245_RTPPayloadType@@UAEHAAVPASN_Stream@@@Z @11809 NONAME ?Decode@H245_SendTerminalCapabilitySet_specificRequest@@UAEHAAVPASN_Stream@@@Z @11810 NONAME ?Decode@H245_SubstituteConferenceIDCommand@@UAEHAAVPASN_Stream@@@Z @11811 NONAME ?Decode@H245_T38FaxProfile@@UAEHAAVPASN_Stream@@@Z @26372 NONAME ?Decode@H245_T38FaxTcpOptions@@UAEHAAVPASN_Stream@@@Z @26373 NONAME ?Decode@H245_T38FaxUdpOptions@@UAEHAAVPASN_Stream@@@Z @26374 NONAME ?Decode@H245_T84Profile_t84Restricted@@UAEHAAVPASN_Stream@@@Z @11812 NONAME ?Decode@H245_TerminalCapabilitySet@@UAEHAAVPASN_Stream@@@Z @11813 NONAME ?Decode@H245_TerminalCapabilitySetAck@@UAEHAAVPASN_Stream@@@Z @11814 NONAME ?Decode@H245_TerminalCapabilitySetReject@@UAEHAAVPASN_Stream@@@Z @11815 NONAME ?Decode@H245_TerminalCapabilitySetRelease@@UAEHAAVPASN_Stream@@@Z @11816 NONAME ?Decode@H245_TerminalInformation@@UAEHAAVPASN_Stream@@@Z @11817 NONAME ?Decode@H245_TerminalLabel@@UAEHAAVPASN_Stream@@@Z @11818 NONAME ?Decode@H245_TerminalYouAreSeeingInSubPictureNumber@@UAEHAAVPASN_Stream@@@Z @11819 NONAME ?Decode@H245_TransparencyParameters@@UAEHAAVPASN_Stream@@@Z @11820 NONAME ?Decode@H245_TransportCapability@@UAEHAAVPASN_Stream@@@Z @11821 NONAME ?Decode@H245_UnicastAddress_iP6Address@@UAEHAAVPASN_Stream@@@Z @11822 NONAME ?Decode@H245_UnicastAddress_iPAddress@@UAEHAAVPASN_Stream@@@Z @11823 NONAME ?Decode@H245_UnicastAddress_iPSourceRouteAddress@@UAEHAAVPASN_Stream@@@Z @11824 NONAME ?Decode@H245_UnicastAddress_iPXAddress@@UAEHAAVPASN_Stream@@@Z @11825 NONAME ?Decode@H245_UserInputIndication_encryptedAlphanumeric@@UAEHAAVPASN_Stream@@@Z @53218 NONAME ?Decode@H245_UserInputIndication_extendedAlphanumeric@@UAEHAAVPASN_Stream@@@Z @26375 NONAME ?Decode@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UAEHAAVPASN_Stream@@@Z @53219 NONAME ?Decode@H245_UserInputIndication_signal@@UAEHAAVPASN_Stream@@@Z @11826 NONAME ?Decode@H245_UserInputIndication_signalUpdate@@UAEHAAVPASN_Stream@@@Z @11827 NONAME ?Decode@H245_UserInputIndication_signalUpdate_rtp@@UAEHAAVPASN_Stream@@@Z @11828 NONAME ?Decode@H245_UserInputIndication_signal_rtp@@UAEHAAVPASN_Stream@@@Z @11829 NONAME ?Decode@H245_V42bis@@UAEHAAVPASN_Stream@@@Z @11830 NONAME ?Decode@H245_V75Capability@@UAEHAAVPASN_Stream@@@Z @11831 NONAME ?Decode@H245_V75Parameters@@UAEHAAVPASN_Stream@@@Z @11832 NONAME ?Decode@H245_V76Capability@@UAEHAAVPASN_Stream@@@Z @11833 NONAME ?Decode@H245_V76HDLCParameters@@UAEHAAVPASN_Stream@@@Z @11834 NONAME ?Decode@H245_V76LogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @11835 NONAME ?Decode@H245_V76LogicalChannelParameters_mode_eRM@@UAEHAAVPASN_Stream@@@Z @11836 NONAME ?Decode@H245_VBDCapability@@UAEHAAVPASN_Stream@@@Z @38797 NONAME ?Decode@H245_VBDMode@@UAEHAAVPASN_Stream@@@Z @38798 NONAME ?Decode@H245_VCCapability@@UAEHAAVPASN_Stream@@@Z @11837 NONAME ?Decode@H245_VCCapability_aal1@@UAEHAAVPASN_Stream@@@Z @11838 NONAME ?Decode@H245_VCCapability_aal1ViaGateway@@UAEHAAVPASN_Stream@@@Z @26376 NONAME ?Decode@H245_VCCapability_aal5@@UAEHAAVPASN_Stream@@@Z @11839 NONAME ?Decode@H245_VCCapability_availableBitRates@@UAEHAAVPASN_Stream@@@Z @11840 NONAME ?Decode@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UAEHAAVPASN_Stream@@@Z @11841 NONAME ?Decode@H245_VendorIdentification@@UAEHAAVPASN_Stream@@@Z @11842 NONAME ?Decode@H245_VideoIndicateCompose@@UAEHAAVPASN_Stream@@@Z @11843 NONAME ?Decode@H248_ActionReply@@UAEHAAVPASN_Stream@@@Z @33718 NONAME ?Decode@H248_ActionRequest@@UAEHAAVPASN_Stream@@@Z @33719 NONAME ?Decode@H248_AmmRequest@@UAEHAAVPASN_Stream@@@Z @33720 NONAME ?Decode@H248_AmmsReply@@UAEHAAVPASN_Stream@@@Z @33721 NONAME ?Decode@H248_AuditDescriptor@@UAEHAAVPASN_Stream@@@Z @33722 NONAME ?Decode@H248_AuditRequest@@UAEHAAVPASN_Stream@@@Z @33723 NONAME ?Decode@H248_AuditResult@@UAEHAAVPASN_Stream@@@Z @33724 NONAME ?Decode@H248_AuthenticationHeader@@UAEHAAVPASN_Stream@@@Z @33725 NONAME ?Decode@H248_CommandRequest@@UAEHAAVPASN_Stream@@@Z @33726 NONAME ?Decode@H248_ContextAttrAuditRequest@@UAEHAAVPASN_Stream@@@Z @33727 NONAME ?Decode@H248_ContextRequest@@UAEHAAVPASN_Stream@@@Z @33728 NONAME ?Decode@H248_DigitMapDescriptor@@UAEHAAVPASN_Stream@@@Z @33729 NONAME ?Decode@H248_DigitMapValue@@UAEHAAVPASN_Stream@@@Z @33730 NONAME ?Decode@H248_DomainName@@UAEHAAVPASN_Stream@@@Z @33731 NONAME ?Decode@H248_ErrorDescriptor@@UAEHAAVPASN_Stream@@@Z @33732 NONAME ?Decode@H248_EventParameter@@UAEHAAVPASN_Stream@@@Z @33733 NONAME ?Decode@H248_EventsDescriptor@@UAEHAAVPASN_Stream@@@Z @33734 NONAME ?Decode@H248_EventSpec@@UAEHAAVPASN_Stream@@@Z @33735 NONAME ?Decode@H248_H221NonStandard@@UAEHAAVPASN_Stream@@@Z @33736 NONAME ?Decode@H248_IndAudDigitMapDescriptor@@UAEHAAVPASN_Stream@@@Z @33737 NONAME ?Decode@H248_IndAudEventBufferDescriptor@@UAEHAAVPASN_Stream@@@Z @33738 NONAME ?Decode@H248_IndAudEventsDescriptor@@UAEHAAVPASN_Stream@@@Z @33739 NONAME ?Decode@H248_IndAudLocalControlDescriptor@@UAEHAAVPASN_Stream@@@Z @33740 NONAME ?Decode@H248_IndAudLocalRemoteDescriptor@@UAEHAAVPASN_Stream@@@Z @33741 NONAME ?Decode@H248_IndAudMediaDescriptor@@UAEHAAVPASN_Stream@@@Z @33742 NONAME ?Decode@H248_IndAudPackagesDescriptor@@UAEHAAVPASN_Stream@@@Z @33743 NONAME ?Decode@H248_IndAudPropertyParm@@UAEHAAVPASN_Stream@@@Z @33744 NONAME ?Decode@H248_IndAudSeqSigList@@UAEHAAVPASN_Stream@@@Z @33745 NONAME ?Decode@H248_IndAudSignal@@UAEHAAVPASN_Stream@@@Z @33746 NONAME ?Decode@H248_IndAudStatisticsDescriptor@@UAEHAAVPASN_Stream@@@Z @33747 NONAME ?Decode@H248_IndAudStreamDescriptor@@UAEHAAVPASN_Stream@@@Z @33748 NONAME ?Decode@H248_IndAudStreamParms@@UAEHAAVPASN_Stream@@@Z @33749 NONAME ?Decode@H248_IndAudTerminationStateDescriptor@@UAEHAAVPASN_Stream@@@Z @33750 NONAME ?Decode@H248_IP4Address@@UAEHAAVPASN_Stream@@@Z @33751 NONAME ?Decode@H248_IP6Address@@UAEHAAVPASN_Stream@@@Z @33752 NONAME ?Decode@H248_LocalControlDescriptor@@UAEHAAVPASN_Stream@@@Z @33753 NONAME ?Decode@H248_LocalRemoteDescriptor@@UAEHAAVPASN_Stream@@@Z @33754 NONAME ?Decode@H248_MediaDescriptor@@UAEHAAVPASN_Stream@@@Z @33755 NONAME ?Decode@H248_MegacoMessage@@UAEHAAVPASN_Stream@@@Z @33756 NONAME ?Decode@H248_Message@@UAEHAAVPASN_Stream@@@Z @33757 NONAME ?Decode@H248_ModemDescriptor@@UAEHAAVPASN_Stream@@@Z @33758 NONAME ?Decode@H248_MuxDescriptor@@UAEHAAVPASN_Stream@@@Z @33759 NONAME ?Decode@H248_NonStandardData@@UAEHAAVPASN_Stream@@@Z @33760 NONAME ?Decode@H248_NotifyReply@@UAEHAAVPASN_Stream@@@Z @33761 NONAME ?Decode@H248_NotifyRequest@@UAEHAAVPASN_Stream@@@Z @33762 NONAME ?Decode@H248_ObservedEvent@@UAEHAAVPASN_Stream@@@Z @33763 NONAME ?Decode@H248_ObservedEventsDescriptor@@UAEHAAVPASN_Stream@@@Z @33764 NONAME ?Decode@H248_PackagesItem@@UAEHAAVPASN_Stream@@@Z @33765 NONAME ?Decode@H248_PropertyParm@@UAEHAAVPASN_Stream@@@Z @33766 NONAME ?Decode@H248_RequestedActions@@UAEHAAVPASN_Stream@@@Z @33767 NONAME ?Decode@H248_RequestedEvent@@UAEHAAVPASN_Stream@@@Z @33768 NONAME ?Decode@H248_SecondEventsDescriptor@@UAEHAAVPASN_Stream@@@Z @33769 NONAME ?Decode@H248_SecondRequestedActions@@UAEHAAVPASN_Stream@@@Z @33770 NONAME ?Decode@H248_SecondRequestedEvent@@UAEHAAVPASN_Stream@@@Z @33771 NONAME ?Decode@H248_SeqSigList@@UAEHAAVPASN_Stream@@@Z @33772 NONAME ?Decode@H248_ServiceChangeParm@@UAEHAAVPASN_Stream@@@Z @33773 NONAME ?Decode@H248_ServiceChangeProfile@@UAEHAAVPASN_Stream@@@Z @33774 NONAME ?Decode@H248_ServiceChangeReply@@UAEHAAVPASN_Stream@@@Z @33775 NONAME ?Decode@H248_ServiceChangeRequest@@UAEHAAVPASN_Stream@@@Z @33776 NONAME ?Decode@H248_ServiceChangeResParm@@UAEHAAVPASN_Stream@@@Z @33777 NONAME ?Decode@H248_Signal@@UAEHAAVPASN_Stream@@@Z @33778 NONAME ?Decode@H248_SigParameter@@UAEHAAVPASN_Stream@@@Z @33779 NONAME ?Decode@H248_StatisticsParameter@@UAEHAAVPASN_Stream@@@Z @33780 NONAME ?Decode@H248_StreamDescriptor@@UAEHAAVPASN_Stream@@@Z @33781 NONAME ?Decode@H248_StreamParms@@UAEHAAVPASN_Stream@@@Z @33782 NONAME ?Decode@H248_SubtractRequest@@UAEHAAVPASN_Stream@@@Z @33783 NONAME ?Decode@H248_TerminationID@@UAEHAAVPASN_Stream@@@Z @33784 NONAME ?Decode@H248_TerminationStateDescriptor@@UAEHAAVPASN_Stream@@@Z @33785 NONAME ?Decode@H248_TimeNotation@@UAEHAAVPASN_Stream@@@Z @33786 NONAME ?Decode@H248_TopologyRequest@@UAEHAAVPASN_Stream@@@Z @33787 NONAME ?Decode@H248_TransactionAck@@UAEHAAVPASN_Stream@@@Z @33788 NONAME ?Decode@H248_TransactionPending@@UAEHAAVPASN_Stream@@@Z @33789 NONAME ?Decode@H248_TransactionReply@@UAEHAAVPASN_Stream@@@Z @33790 NONAME ?Decode@H248_TransactionRequest@@UAEHAAVPASN_Stream@@@Z @33791 NONAME ?Decode@H323StreamedPluginAudioCodec@@UBEFH@Z @50715 NONAME ?Decode@H323_ALawCodec@@UBEFH@Z @11844 NONAME ?Decode@H323_muLawCodec@@UBEFH@Z @11845 NONAME ?Decode@H45010_CfbOvrOptArg@@UAEHAAVPASN_Stream@@@Z @23708 NONAME ?Decode@H45010_CoReqOptArg@@UAEHAAVPASN_Stream@@@Z @23709 NONAME ?Decode@H45010_RUAlertOptArg@@UAEHAAVPASN_Stream@@@Z @23710 NONAME ?Decode@H45011_CIFrcRelArg@@UAEHAAVPASN_Stream@@@Z @23711 NONAME ?Decode@H45011_CIFrcRelOptRes@@UAEHAAVPASN_Stream@@@Z @23712 NONAME ?Decode@H45011_CIGetCIPLOptArg@@UAEHAAVPASN_Stream@@@Z @23713 NONAME ?Decode@H45011_CIGetCIPLRes@@UAEHAAVPASN_Stream@@@Z @23714 NONAME ?Decode@H45011_CIIsOptArg@@UAEHAAVPASN_Stream@@@Z @23715 NONAME ?Decode@H45011_CIIsOptRes@@UAEHAAVPASN_Stream@@@Z @23716 NONAME ?Decode@H45011_CINotificationArg@@UAEHAAVPASN_Stream@@@Z @23717 NONAME ?Decode@H45011_CIRequestArg@@UAEHAAVPASN_Stream@@@Z @23718 NONAME ?Decode@H45011_CIRequestRes@@UAEHAAVPASN_Stream@@@Z @23719 NONAME ?Decode@H45011_CISilentArg@@UAEHAAVPASN_Stream@@@Z @23720 NONAME ?Decode@H45011_CISilentOptRes@@UAEHAAVPASN_Stream@@@Z @23721 NONAME ?Decode@H45011_CIWobOptArg@@UAEHAAVPASN_Stream@@@Z @23722 NONAME ?Decode@H45011_CIWobOptRes@@UAEHAAVPASN_Stream@@@Z @23723 NONAME ?Decode@H4501_Address@@UAEHAAVPASN_Stream@@@Z @21801 NONAME ?Decode@H4501_AddressScreened@@UAEHAAVPASN_Stream@@@Z @21802 NONAME ?Decode@H4501_EndpointAddress@@UAEHAAVPASN_Stream@@@Z @21803 NONAME ?Decode@H4501_Extension@@UAEHAAVPASN_Stream@@@Z @21804 NONAME ?Decode@H4501_NetworkFacilityExtension@@UAEHAAVPASN_Stream@@@Z @21805 NONAME ?Decode@H4501_NumberScreened@@UAEHAAVPASN_Stream@@@Z @21806 NONAME ?Decode@H4501_SupplementaryService@@UAEHAAVPASN_Stream@@@Z @21807 NONAME ?Decode@H4501_UserSpecifiedSubaddress@@UAEHAAVPASN_Stream@@@Z @21808 NONAME ?Decode@H4502_CTActiveArg@@UAEHAAVPASN_Stream@@@Z @21809 NONAME ?Decode@H4502_CTCompleteArg@@UAEHAAVPASN_Stream@@@Z @21810 NONAME ?Decode@H4502_CTIdentifyRes@@UAEHAAVPASN_Stream@@@Z @21811 NONAME ?Decode@H4502_CTInitiateArg@@UAEHAAVPASN_Stream@@@Z @21812 NONAME ?Decode@H4502_CTSetupArg@@UAEHAAVPASN_Stream@@@Z @21813 NONAME ?Decode@H4502_CTUpdateArg@@UAEHAAVPASN_Stream@@@Z @21814 NONAME ?Decode@H4502_SubaddressTransferArg@@UAEHAAVPASN_Stream@@@Z @21815 NONAME ?Decode@H4503_IntResult@@UAEHAAVPASN_Stream@@@Z @22772 NONAME ?Decode@H4504_Extension@@UAEHAAVPASN_Stream@@@Z @22411 NONAME ?Decode@H4504_HoldNotificArg@@UAEHAAVPASN_Stream@@@Z @22412 NONAME ?Decode@H4504_RemoteHoldArg@@UAEHAAVPASN_Stream@@@Z @22413 NONAME ?Decode@H4504_RemoteHoldRes@@UAEHAAVPASN_Stream@@@Z @22414 NONAME ?Decode@H4504_RemoteRetrieveArg@@UAEHAAVPASN_Stream@@@Z @22415 NONAME ?Decode@H4504_RemoteRetrieveRes@@UAEHAAVPASN_Stream@@@Z @22416 NONAME ?Decode@H4504_RetrieveNotificArg@@UAEHAAVPASN_Stream@@@Z @22417 NONAME ?Decode@H4505_CpickupNotifyArg@@UAEHAAVPASN_Stream@@@Z @23724 NONAME ?Decode@H4505_CpNotifyArg@@UAEHAAVPASN_Stream@@@Z @23725 NONAME ?Decode@H4505_CpRequestArg@@UAEHAAVPASN_Stream@@@Z @23726 NONAME ?Decode@H4505_CpRequestRes@@UAEHAAVPASN_Stream@@@Z @23727 NONAME ?Decode@H4505_CpSetupArg@@UAEHAAVPASN_Stream@@@Z @23728 NONAME ?Decode@H4505_CpSetupRes@@UAEHAAVPASN_Stream@@@Z @23729 NONAME ?Decode@H4505_GroupIndicationOffArg@@UAEHAAVPASN_Stream@@@Z @23730 NONAME ?Decode@H4505_GroupIndicationOffRes@@UAEHAAVPASN_Stream@@@Z @23731 NONAME ?Decode@H4505_GroupIndicationOnArg@@UAEHAAVPASN_Stream@@@Z @23732 NONAME ?Decode@H4505_GroupIndicationOnRes@@UAEHAAVPASN_Stream@@@Z @23733 NONAME ?Decode@H4505_PickExeArg@@UAEHAAVPASN_Stream@@@Z @23734 NONAME ?Decode@H4505_PickExeRes@@UAEHAAVPASN_Stream@@@Z @23735 NONAME ?Decode@H4505_PickrequArg@@UAEHAAVPASN_Stream@@@Z @23736 NONAME ?Decode@H4505_PickrequRes@@UAEHAAVPASN_Stream@@@Z @23737 NONAME ?Decode@H4505_PickupArg@@UAEHAAVPASN_Stream@@@Z @23738 NONAME ?Decode@H4505_PickupRes@@UAEHAAVPASN_Stream@@@Z @23739 NONAME ?Decode@H4506_CallWaitingArg@@UAEHAAVPASN_Stream@@@Z @23740 NONAME ?Decode@H4507_MWIActivateArg@@UAEHAAVPASN_Stream@@@Z @23741 NONAME ?Decode@H4507_MWIDeactivateArg@@UAEHAAVPASN_Stream@@@Z @23742 NONAME ?Decode@H4507_MWIInterrogateArg@@UAEHAAVPASN_Stream@@@Z @23743 NONAME ?Decode@H4507_MWIInterrogateResElt@@UAEHAAVPASN_Stream@@@Z @23744 NONAME ?Decode@H4509_CcLongArg@@UAEHAAVPASN_Stream@@@Z @23745 NONAME ?Decode@H4509_CcRequestArg@@UAEHAAVPASN_Stream@@@Z @23746 NONAME ?Decode@H4509_CcRequestRes@@UAEHAAVPASN_Stream@@@Z @23747 NONAME ?Decode@H4509_CcShortArg@@UAEHAAVPASN_Stream@@@Z @23748 NONAME ?Decode@H501_AccessConfirmation@@UAEHAAVPASN_Stream@@@Z @36297 NONAME ?Decode@H501_AccessRejection@@UAEHAAVPASN_Stream@@@Z @36298 NONAME ?Decode@H501_AccessRequest@@UAEHAAVPASN_Stream@@@Z @36299 NONAME ?Decode@H501_AddressTemplate@@UAEHAAVPASN_Stream@@@Z @36300 NONAME ?Decode@H501_AlternatePE@@UAEHAAVPASN_Stream@@@Z @36301 NONAME ?Decode@H501_AlternatePEInfo@@UAEHAAVPASN_Stream@@@Z @36302 NONAME ?Decode@H501_AuthenticationConfirmation@@UAEHAAVPASN_Stream@@@Z @36303 NONAME ?Decode@H501_AuthenticationRejection@@UAEHAAVPASN_Stream@@@Z @36304 NONAME ?Decode@H501_AuthenticationRequest@@UAEHAAVPASN_Stream@@@Z @36305 NONAME ?Decode@H501_CallInformation@@UAEHAAVPASN_Stream@@@Z @36306 NONAME ?Decode@H501_ContactInformation@@UAEHAAVPASN_Stream@@@Z @36307 NONAME ?Decode@H501_Descriptor@@UAEHAAVPASN_Stream@@@Z @36308 NONAME ?Decode@H501_DescriptorConfirmation@@UAEHAAVPASN_Stream@@@Z @36309 NONAME ?Decode@H501_DescriptorIDConfirmation@@UAEHAAVPASN_Stream@@@Z @36310 NONAME ?Decode@H501_DescriptorIDRejection@@UAEHAAVPASN_Stream@@@Z @36311 NONAME ?Decode@H501_DescriptorIDRequest@@UAEHAAVPASN_Stream@@@Z @36312 NONAME ?Decode@H501_DescriptorInfo@@UAEHAAVPASN_Stream@@@Z @36313 NONAME ?Decode@H501_DescriptorRejection@@UAEHAAVPASN_Stream@@@Z @36314 NONAME ?Decode@H501_DescriptorRequest@@UAEHAAVPASN_Stream@@@Z @36315 NONAME ?Decode@H501_DescriptorUpdate@@UAEHAAVPASN_Stream@@@Z @36316 NONAME ?Decode@H501_DescriptorUpdateAck@@UAEHAAVPASN_Stream@@@Z @36317 NONAME ?Decode@H501_Message@@UAEHAAVPASN_Stream@@@Z @36318 NONAME ?Decode@H501_MessageCommonInfo@@UAEHAAVPASN_Stream@@@Z @36319 NONAME ?Decode@H501_NonStandardConfirmation@@UAEHAAVPASN_Stream@@@Z @36320 NONAME ?Decode@H501_NonStandardRejection@@UAEHAAVPASN_Stream@@@Z @36321 NONAME ?Decode@H501_NonStandardRequest@@UAEHAAVPASN_Stream@@@Z @36322 NONAME ?Decode@H501_PartyInformation@@UAEHAAVPASN_Stream@@@Z @36323 NONAME ?Decode@H501_Pattern_range@@UAEHAAVPASN_Stream@@@Z @36324 NONAME ?Decode@H501_PriceElement@@UAEHAAVPASN_Stream@@@Z @36325 NONAME ?Decode@H501_PriceInfoSpec@@UAEHAAVPASN_Stream@@@Z @36326 NONAME ?Decode@H501_RequestInProgress@@UAEHAAVPASN_Stream@@@Z @36327 NONAME ?Decode@H501_RouteInformation@@UAEHAAVPASN_Stream@@@Z @36328 NONAME ?Decode@H501_SecurityMode@@UAEHAAVPASN_Stream@@@Z @36329 NONAME ?Decode@H501_ServiceConfirmation@@UAEHAAVPASN_Stream@@@Z @36330 NONAME ?Decode@H501_ServiceRejection@@UAEHAAVPASN_Stream@@@Z @36331 NONAME ?Decode@H501_ServiceRelease@@UAEHAAVPASN_Stream@@@Z @36332 NONAME ?Decode@H501_ServiceRequest@@UAEHAAVPASN_Stream@@@Z @36333 NONAME ?Decode@H501_TerminationCause@@UAEHAAVPASN_Stream@@@Z @36334 NONAME ?Decode@H501_UnknownMessageResponse@@UAEHAAVPASN_Stream@@@Z @36335 NONAME ?Decode@H501_UpdateInformation@@UAEHAAVPASN_Stream@@@Z @36336 NONAME ?Decode@H501_UsageConfirmation@@UAEHAAVPASN_Stream@@@Z @36337 NONAME ?Decode@H501_UsageField@@UAEHAAVPASN_Stream@@@Z @36338 NONAME ?Decode@H501_UsageIndication@@UAEHAAVPASN_Stream@@@Z @36339 NONAME ?Decode@H501_UsageIndicationConfirmation@@UAEHAAVPASN_Stream@@@Z @36340 NONAME ?Decode@H501_UsageIndicationRejection@@UAEHAAVPASN_Stream@@@Z @36341 NONAME ?Decode@H501_UsageRejection@@UAEHAAVPASN_Stream@@@Z @36342 NONAME ?Decode@H501_UsageRequest@@UAEHAAVPASN_Stream@@@Z @36343 NONAME ?Decode@H501_UsageSpecification@@UAEHAAVPASN_Stream@@@Z @36344 NONAME ?Decode@H501_UsageSpecification_when@@UAEHAAVPASN_Stream@@@Z @36345 NONAME ?Decode@H501_UserInformation@@UAEHAAVPASN_Stream@@@Z @36346 NONAME ?Decode@H501_ValidationConfirmation@@UAEHAAVPASN_Stream@@@Z @36347 NONAME ?Decode@H501_ValidationRejection@@UAEHAAVPASN_Stream@@@Z @36348 NONAME ?Decode@H501_ValidationRequest@@UAEHAAVPASN_Stream@@@Z @36349 NONAME ?Decode@MCS_AUcf@@UAEHAAVPASN_Stream@@@Z @11861 NONAME ?Decode@MCS_AUrq@@UAEHAAVPASN_Stream@@@Z @11862 NONAME ?Decode@MCS_CAin@@UAEHAAVPASN_Stream@@@Z @11863 NONAME ?Decode@MCS_CArq@@UAEHAAVPASN_Stream@@@Z @11864 NONAME ?Decode@MCS_CCcf@@UAEHAAVPASN_Stream@@@Z @11865 NONAME ?Decode@MCS_CCrq@@UAEHAAVPASN_Stream@@@Z @11866 NONAME ?Decode@MCS_CDin@@UAEHAAVPASN_Stream@@@Z @11867 NONAME ?Decode@MCS_CDrq@@UAEHAAVPASN_Stream@@@Z @11868 NONAME ?Decode@MCS_CEin@@UAEHAAVPASN_Stream@@@Z @11869 NONAME ?Decode@MCS_CErq@@UAEHAAVPASN_Stream@@@Z @11870 NONAME ?Decode@MCS_ChannelAttributes_assigned@@UAEHAAVPASN_Stream@@@Z @11871 NONAME ?Decode@MCS_ChannelAttributes_private@@UAEHAAVPASN_Stream@@@Z @11872 NONAME ?Decode@MCS_ChannelAttributes_static@@UAEHAAVPASN_Stream@@@Z @11873 NONAME ?Decode@MCS_ChannelAttributes_userId@@UAEHAAVPASN_Stream@@@Z @11874 NONAME ?Decode@MCS_CJcf@@UAEHAAVPASN_Stream@@@Z @11875 NONAME ?Decode@MCS_CJrq@@UAEHAAVPASN_Stream@@@Z @11876 NONAME ?Decode@MCS_CLrq@@UAEHAAVPASN_Stream@@@Z @11877 NONAME ?Decode@MCS_Connect_Additional@@UAEHAAVPASN_Stream@@@Z @11878 NONAME ?Decode@MCS_Connect_Initial@@UAEHAAVPASN_Stream@@@Z @11879 NONAME ?Decode@MCS_Connect_Response@@UAEHAAVPASN_Stream@@@Z @11880 NONAME ?Decode@MCS_Connect_Result@@UAEHAAVPASN_Stream@@@Z @11881 NONAME ?Decode@MCS_DomainParameters@@UAEHAAVPASN_Stream@@@Z @11882 NONAME ?Decode@MCS_DPum@@UAEHAAVPASN_Stream@@@Z @11883 NONAME ?Decode@MCS_DUin@@UAEHAAVPASN_Stream@@@Z @11884 NONAME ?Decode@MCS_DUrq@@UAEHAAVPASN_Stream@@@Z @11885 NONAME ?Decode@MCS_EDrq@@UAEHAAVPASN_Stream@@@Z @11886 NONAME ?Decode@MCS_MCcf@@UAEHAAVPASN_Stream@@@Z @11887 NONAME ?Decode@MCS_MCrq@@UAEHAAVPASN_Stream@@@Z @11888 NONAME ?Decode@MCS_MTcf@@UAEHAAVPASN_Stream@@@Z @11889 NONAME ?Decode@MCS_MTrq@@UAEHAAVPASN_Stream@@@Z @11890 NONAME ?Decode@MCS_PCin@@UAEHAAVPASN_Stream@@@Z @11891 NONAME ?Decode@MCS_PDin@@UAEHAAVPASN_Stream@@@Z @11892 NONAME ?Decode@MCS_PTin@@UAEHAAVPASN_Stream@@@Z @11893 NONAME ?Decode@MCS_RJum@@UAEHAAVPASN_Stream@@@Z @11894 NONAME ?Decode@MCS_SDin@@UAEHAAVPASN_Stream@@@Z @11895 NONAME ?Decode@MCS_SDrq@@UAEHAAVPASN_Stream@@@Z @11896 NONAME ?Decode@MCS_TGcf@@UAEHAAVPASN_Stream@@@Z @11897 NONAME ?Decode@MCS_TGrq@@UAEHAAVPASN_Stream@@@Z @11898 NONAME ?Decode@MCS_TIcf@@UAEHAAVPASN_Stream@@@Z @11899 NONAME ?Decode@MCS_TIrq@@UAEHAAVPASN_Stream@@@Z @11900 NONAME ?Decode@MCS_TokenAttributes_given@@UAEHAAVPASN_Stream@@@Z @11901 NONAME ?Decode@MCS_TokenAttributes_giving@@UAEHAAVPASN_Stream@@@Z @11902 NONAME ?Decode@MCS_TokenAttributes_grabbed@@UAEHAAVPASN_Stream@@@Z @11903 NONAME ?Decode@MCS_TokenAttributes_inhibited@@UAEHAAVPASN_Stream@@@Z @11904 NONAME ?Decode@MCS_TokenAttributes_ungivable@@UAEHAAVPASN_Stream@@@Z @11905 NONAME ?Decode@MCS_TPin@@UAEHAAVPASN_Stream@@@Z @11906 NONAME ?Decode@MCS_TPrq@@UAEHAAVPASN_Stream@@@Z @11907 NONAME ?Decode@MCS_TRcf@@UAEHAAVPASN_Stream@@@Z @11908 NONAME ?Decode@MCS_TRrq@@UAEHAAVPASN_Stream@@@Z @11909 NONAME ?Decode@MCS_TTcf@@UAEHAAVPASN_Stream@@@Z @11910 NONAME ?Decode@MCS_TTrq@@UAEHAAVPASN_Stream@@@Z @11911 NONAME ?Decode@MCS_TVcf@@UAEHAAVPASN_Stream@@@Z @11912 NONAME ?Decode@MCS_TVin@@UAEHAAVPASN_Stream@@@Z @11913 NONAME ?Decode@MCS_TVrq@@UAEHAAVPASN_Stream@@@Z @11914 NONAME ?Decode@MCS_TVrs@@UAEHAAVPASN_Stream@@@Z @11915 NONAME ?Decode@MCS_USin@@UAEHAAVPASN_Stream@@@Z @11916 NONAME ?Decode@MCS_USrq@@UAEHAAVPASN_Stream@@@Z @11917 NONAME ?decode@P64Decoder@@UAEHPBEHH@Z @30253 NONAME ?Decode@Q931@@QAEHABVPBYTEArray@@@Z @11919 NONAME ?Decode@T38_Data_Field_subtype@@UAEHAAVPASN_Stream@@@Z @28229 NONAME ?Decode@T38_IFPPacket@@UAEHAAVPASN_Stream@@@Z @28230 NONAME ?Decode@T38_PreCorrigendum_Data_Field_subtype@@UAEHAAVPASN_Stream@@@Z @31742 NONAME ?Decode@T38_PreCorrigendum_IFPPacket@@UAEHAAVPASN_Stream@@@Z @31743 NONAME ?Decode@T38_UDPTLPacket@@UAEHAAVPASN_Stream@@@Z @28231 NONAME ?Decode@T38_UDPTLPacket_error_recovery_fec_info@@UAEHAAVPASN_Stream@@@Z @28232 NONAME ?Decode@X224@@QAEHABVPBYTEArray@@@Z @11920 NONAME ?Decode@X880_Invoke@@UAEHAAVPASN_Stream@@@Z @21816 NONAME ?Decode@X880_Reject@@UAEHAAVPASN_Stream@@@Z @21817 NONAME ?Decode@X880_ReturnError@@UAEHAAVPASN_Stream@@@Z @21818 NONAME ?Decode@X880_ReturnResult@@UAEHAAVPASN_Stream@@@Z @21819 NONAME ?Decode@X880_ReturnResult_result@@UAEHAAVPASN_Stream@@@Z @21820 NONAME ?DecodeArguments@H450xHandler@@QAEHPAVPASN_OctetString@@AAVPASN_Object@@H@Z @29021 NONAME ?DecodeFastStartCaps@H323Connection@@IAEHABVH225_ArrayOf_PASN_OctetString@@@Z @53928 NONAME ?DecodeFrame@H323FramedAudioCodec@@UAEHPBEIAAI1@Z @50677 NONAME ?DecodeFrame@H323FramedAudioCodec@@UAEHPBEIAAI@Z @50678 NONAME ?DecodeFrame@H323PluginFramedAudioCodec@@UAEHPBEIAAI1@Z @50716 NONAME ?DecodeFrame@H323StreamedAudioCodec@@UAEHPBEIAAI1@Z @50679 NONAME ?DecodeSample@H323_ALawCodec@@SAFH@Z @29384 NONAME ?DecodeSample@H323_muLawCodec@@SAFH@Z @29385 NONAME ?DecodeSample@PWAVFileConverterALaw@@UAEFH@Z @52267 NONAME ?DecodeSample@PWAVFileConverterULaw@@UAEFH@Z @52268 NONAME ?DecodeSilenceFrame@H323FramedAudioCodec@@UAEXPAXI@Z @38299 NONAME ?DecodeSilenceFrame@H323PluginFramedAudioCodec@@UAEXPAXI@Z @50717 NONAME ?decode_block@P64Decoder@@IAEXIIIIPAE0H@Z @11924 NONAME ?decode_mb@P64Decoder@@IAEHXZ @11925 NONAME ?DecrementReference@RTP_Session@@QAEHXZ @11926 NONAME ?defaultManufacturerCode@H323EndPoint@@2GA @51404 NONAME ?defaultT35CountryCode@H323EndPoint@@2EA @51405 NONAME ?defaultT35Extension@H323EndPoint@@2EA @51406 NONAME ?DeleteDescriptor@H323PeerElement@@QAEHABVH225_AliasAddress@@H@Z @37485 NONAME ?DeleteDescriptor@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@H@Z @37651 NONAME ?DeleteDescriptor@H323PeerElement@@QAEHABVPString@@H@Z @37486 NONAME ?DeletePDU@H323RasPDU@@UAEXXZ @37516 NONAME ?DeletePDU@H501PDU@@UAEXXZ @37517 NONAME ?Dequeue@ByteQueue@OpalVoipBlasterDevice@@QAEHXZ @29759 NONAME ?destroy@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@@std@@QAEXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@@Z @52269 NONAME ?destroy@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52909 NONAME ?destroy@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52003 NONAME ?destroy@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52004 NONAME ?destroy@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52568 NONAME ?destroy@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52005 NONAME ?destroy@?$allocator@ULookupRecord@@@std@@QAEXPAULookupRecord@@@Z @52910 NONAME ?destroy@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@@std@@QAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@@Z @52270 NONAME ?destroy@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52911 NONAME ?destroy@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52006 NONAME ?destroy@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52007 NONAME ?destroy@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52569 NONAME ?destroy@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52008 NONAME ?DetectInBandDTMFDisabled@H323EndPoint@@QBEHXZ @30254 NONAME ?DetectSilence@H323AudioCodec@@UAEHXZ @20915 NONAME ?DetectSilence@H323_LIDCodec@@UAEHXZ @20916 NONAME ?DialOut@OpalLineInterfaceDevice@@UAE?AW4CallProgressTones@1@IABVPString@@H@Z @11928 NONAME ?Disable@H235Authenticator@@UAEXXZ @52912 NONAME ?DiscoverAny@H323Gatekeeper@@QAEHXZ @17507 NONAME ?DiscoverByAddress@H323Gatekeeper@@QAEHABVH323TransportAddress@@@Z @17508 NONAME ?DiscoverByName@H323Gatekeeper@@QAEHABVPString@@@Z @17509 NONAME ?DiscoverByNameAndAddress@H323Gatekeeper@@QAEHABVPString@@ABVH323TransportAddress@@@Z @20680 NONAME ?DiscoverGatekeeper@H323EndPoint@@QAEHPAVH323Transport@@@Z @11930 NONAME ?DiscoverGatekeeper@H323Transport@@UAEHAAVH323Gatekeeper@@AAVH323RasPDU@@ABVH323TransportAddress@@@Z @11931 NONAME ?DiscoverGatekeeper@H323TransportUDP@@UAEHAAVH323Gatekeeper@@AAVH323RasPDU@@ABVH323TransportAddress@@@Z @11932 NONAME ?Disengage@H323GatekeeperCall@@UAEHH@Z @31484 NONAME ?DisengageRequest@H323Gatekeeper@@QAEHABVH323Connection@@I@Z @11933 NONAME ?DisengageRequest@H323GatekeeperListener@@QAEHABVH323GatekeeperCall@@I@Z @31234 NONAME ?DoTransfer@PVXMLSession@@UAEHABVPVXMLTransferOptions@@@Z @51410 NONAME ?Enable@H235Authenticator@@UAEXH@Z @52913 NONAME ?EnableAudio@OpalIxJDevice@@UAEHIH@Z @11934 NONAME ?EnableAudio@OpalLineInterfaceDevice@@UAEHIH@Z @11935 NONAME ?EnableAudio@OpalVoipBlasterDevice@@UAEHIH@Z @29760 NONAME ?EnableGQoS@RTP_UDP@@UAEXXZ @53936 NONAME ?Encode@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBEXAAVPASN_Stream@@@Z @27807 NONAME ?Encode@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBEXAAVPASN_Stream@@@Z @27808 NONAME ?Encode@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBEXAAVPASN_Stream@@@Z @27809 NONAME ?Encode@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBEXAAVPASN_Stream@@@Z @27810 NONAME ?Encode@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBEXAAVPASN_Stream@@@Z @27811 NONAME ?Encode@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBEXAAVPASN_Stream@@@Z @27812 NONAME ?Encode@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBEXAAVPASN_Stream@@@Z @27813 NONAME ?Encode@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBEXAAVPASN_Stream@@@Z @27814 NONAME ?Encode@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBEXAAVPASN_Stream@@@Z @27815 NONAME ?Encode@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBEXAAVPASN_Stream@@@Z @27816 NONAME ?Encode@GCC_ApplicationInvokeIndication@@UBEXAAVPASN_Stream@@@Z @11946 NONAME ?Encode@GCC_ApplicationInvokeSpecifier@@UBEXAAVPASN_Stream@@@Z @11947 NONAME ?Encode@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBEXAAVPASN_Stream@@@Z @11948 NONAME ?Encode@GCC_ApplicationRecord@@UBEXAAVPASN_Stream@@@Z @11949 NONAME ?Encode@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBEXAAVPASN_Stream@@@Z @11950 NONAME ?Encode@GCC_ChallengeItem@@UBEXAAVPASN_Stream@@@Z @11951 NONAME ?Encode@GCC_ChallengeRequest@@UBEXAAVPASN_Stream@@@Z @11952 NONAME ?Encode@GCC_ChallengeResponse@@UBEXAAVPASN_Stream@@@Z @11953 NONAME ?Encode@GCC_ConductorAssignIndication@@UBEXAAVPASN_Stream@@@Z @11954 NONAME ?Encode@GCC_ConductorPermissionAskIndication@@UBEXAAVPASN_Stream@@@Z @11955 NONAME ?Encode@GCC_ConductorPermissionGrantIndication@@UBEXAAVPASN_Stream@@@Z @11956 NONAME ?Encode@GCC_ConductorReleaseIndication@@UBEXAAVPASN_Stream@@@Z @11957 NONAME ?Encode@GCC_ConferenceAddRequest@@UBEXAAVPASN_Stream@@@Z @11958 NONAME ?Encode@GCC_ConferenceAddResponse@@UBEXAAVPASN_Stream@@@Z @11959 NONAME ?Encode@GCC_ConferenceAssistanceIndication@@UBEXAAVPASN_Stream@@@Z @11960 NONAME ?Encode@GCC_ConferenceCreateRequest@@UBEXAAVPASN_Stream@@@Z @11961 NONAME ?Encode@GCC_ConferenceCreateResponse@@UBEXAAVPASN_Stream@@@Z @11962 NONAME ?Encode@GCC_ConferenceDescriptor@@UBEXAAVPASN_Stream@@@Z @11963 NONAME ?Encode@GCC_ConferenceEjectUserIndication@@UBEXAAVPASN_Stream@@@Z @11964 NONAME ?Encode@GCC_ConferenceEjectUserRequest@@UBEXAAVPASN_Stream@@@Z @11965 NONAME ?Encode@GCC_ConferenceEjectUserResponse@@UBEXAAVPASN_Stream@@@Z @11966 NONAME ?Encode@GCC_ConferenceInviteRequest@@UBEXAAVPASN_Stream@@@Z @11967 NONAME ?Encode@GCC_ConferenceInviteResponse@@UBEXAAVPASN_Stream@@@Z @11968 NONAME ?Encode@GCC_ConferenceJoinRequest@@UBEXAAVPASN_Stream@@@Z @11969 NONAME ?Encode@GCC_ConferenceJoinResponse@@UBEXAAVPASN_Stream@@@Z @11970 NONAME ?Encode@GCC_ConferenceLockIndication@@UBEXAAVPASN_Stream@@@Z @11971 NONAME ?Encode@GCC_ConferenceLockRequest@@UBEXAAVPASN_Stream@@@Z @11972 NONAME ?Encode@GCC_ConferenceLockResponse@@UBEXAAVPASN_Stream@@@Z @11973 NONAME ?Encode@GCC_ConferenceName@@UBEXAAVPASN_Stream@@@Z @11974 NONAME ?Encode@GCC_ConferencePriority@@UBEXAAVPASN_Stream@@@Z @11975 NONAME ?Encode@GCC_ConferenceQueryRequest@@UBEXAAVPASN_Stream@@@Z @11976 NONAME ?Encode@GCC_ConferenceQueryResponse@@UBEXAAVPASN_Stream@@@Z @11977 NONAME ?Encode@GCC_ConferenceTerminateIndication@@UBEXAAVPASN_Stream@@@Z @11978 NONAME ?Encode@GCC_ConferenceTerminateRequest@@UBEXAAVPASN_Stream@@@Z @11979 NONAME ?Encode@GCC_ConferenceTerminateResponse@@UBEXAAVPASN_Stream@@@Z @11980 NONAME ?Encode@GCC_ConferenceTimeExtendIndication@@UBEXAAVPASN_Stream@@@Z @11981 NONAME ?Encode@GCC_ConferenceTimeInquireIndication@@UBEXAAVPASN_Stream@@@Z @11982 NONAME ?Encode@GCC_ConferenceTimeRemainingIndication@@UBEXAAVPASN_Stream@@@Z @11983 NONAME ?Encode@GCC_ConferenceTransferIndication@@UBEXAAVPASN_Stream@@@Z @11984 NONAME ?Encode@GCC_ConferenceTransferRequest@@UBEXAAVPASN_Stream@@@Z @11985 NONAME ?Encode@GCC_ConferenceTransferResponse@@UBEXAAVPASN_Stream@@@Z @11986 NONAME ?Encode@GCC_ConferenceUnlockIndication@@UBEXAAVPASN_Stream@@@Z @11987 NONAME ?Encode@GCC_ConferenceUnlockRequest@@UBEXAAVPASN_Stream@@@Z @11988 NONAME ?Encode@GCC_ConferenceUnlockResponse@@UBEXAAVPASN_Stream@@@Z @11989 NONAME ?Encode@GCC_ConnectData@@UBEXAAVPASN_Stream@@@Z @11990 NONAME ?Encode@GCC_FunctionNotSupportedResponse@@UBEXAAVPASN_Stream@@@Z @11991 NONAME ?Encode@GCC_NetworkAddress_subtype_aggregatedChannel@@UBEXAAVPASN_Stream@@@Z @11992 NONAME ?Encode@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBEXAAVPASN_Stream@@@Z @11993 NONAME ?Encode@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBEXAAVPASN_Stream@@@Z @11994 NONAME ?Encode@GCC_NetworkAddress_subtype_transportConnection@@UBEXAAVPASN_Stream@@@Z @11995 NONAME ?Encode@GCC_NodeProperties@@UBEXAAVPASN_Stream@@@Z @11996 NONAME ?Encode@GCC_NodeRecord@@UBEXAAVPASN_Stream@@@Z @11997 NONAME ?Encode@GCC_NonStandardParameter@@UBEXAAVPASN_Stream@@@Z @11998 NONAME ?Encode@GCC_NonStandardPDU@@UBEXAAVPASN_Stream@@@Z @11999 NONAME ?Encode@GCC_Password@@UBEXAAVPASN_Stream@@@Z @12000 NONAME ?Encode@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBEXAAVPASN_Stream@@@Z @12001 NONAME ?Encode@GCC_RegistryAllocateHandleRequest@@UBEXAAVPASN_Stream@@@Z @12002 NONAME ?Encode@GCC_RegistryAllocateHandleResponse@@UBEXAAVPASN_Stream@@@Z @12003 NONAME ?Encode@GCC_RegistryAssignTokenRequest@@UBEXAAVPASN_Stream@@@Z @12004 NONAME ?Encode@GCC_RegistryDeleteEntryRequest@@UBEXAAVPASN_Stream@@@Z @12005 NONAME ?Encode@GCC_RegistryEntryOwner_owned@@UBEXAAVPASN_Stream@@@Z @12006 NONAME ?Encode@GCC_RegistryKey@@UBEXAAVPASN_Stream@@@Z @12007 NONAME ?Encode@GCC_RegistryMonitorEntryIndication@@UBEXAAVPASN_Stream@@@Z @12008 NONAME ?Encode@GCC_RegistryMonitorEntryRequest@@UBEXAAVPASN_Stream@@@Z @12009 NONAME ?Encode@GCC_RegistryRegisterChannelRequest@@UBEXAAVPASN_Stream@@@Z @12010 NONAME ?Encode@GCC_RegistryResponse@@UBEXAAVPASN_Stream@@@Z @12011 NONAME ?Encode@GCC_RegistryRetrieveEntryRequest@@UBEXAAVPASN_Stream@@@Z @12012 NONAME ?Encode@GCC_RegistrySetParameterRequest@@UBEXAAVPASN_Stream@@@Z @12013 NONAME ?Encode@GCC_RosterUpdateIndication@@UBEXAAVPASN_Stream@@@Z @12014 NONAME ?Encode@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBEXAAVPASN_Stream@@@Z @12015 NONAME ?Encode@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBEXAAVPASN_Stream@@@Z @12016 NONAME ?Encode@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBEXAAVPASN_Stream@@@Z @12017 NONAME ?Encode@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBEXAAVPASN_Stream@@@Z @12018 NONAME ?Encode@GCC_RosterUpdateIndication_nodeInformation@@UBEXAAVPASN_Stream@@@Z @12019 NONAME ?Encode@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBEXAAVPASN_Stream@@@Z @12020 NONAME ?Encode@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBEXAAVPASN_Stream@@@Z @12021 NONAME ?Encode@GCC_SessionKey@@UBEXAAVPASN_Stream@@@Z @12022 NONAME ?Encode@GCC_TextMessageIndication@@UBEXAAVPASN_Stream@@@Z @12023 NONAME ?Encode@GCC_UserData_subtype@@UBEXAAVPASN_Stream@@@Z @12024 NONAME ?Encode@GCC_UserIDIndication@@UBEXAAVPASN_Stream@@@Z @12025 NONAME ?Encode@H225_AddressPattern_range@@UBEXAAVPASN_Stream@@@Z @26377 NONAME ?Encode@H225_AdmissionConfirm@@UBEXAAVPASN_Stream@@@Z @12026 NONAME ?Encode@H225_AdmissionReject@@UBEXAAVPASN_Stream@@@Z @12027 NONAME ?Encode@H225_AdmissionRequest@@UBEXAAVPASN_Stream@@@Z @12028 NONAME ?Encode@H225_Alerting_UUIE@@UBEXAAVPASN_Stream@@@Z @12029 NONAME ?Encode@H225_AlternateGK@@UBEXAAVPASN_Stream@@@Z @12030 NONAME ?Encode@H225_AlternateTransportAddresses@@UBEXAAVPASN_Stream@@@Z @26378 NONAME ?Encode@H225_AltGKInfo@@UBEXAAVPASN_Stream@@@Z @12031 NONAME ?Encode@H225_ANSI_41_UIM@@UBEXAAVPASN_Stream@@@Z @26379 NONAME ?Encode@H225_BandwidthConfirm@@UBEXAAVPASN_Stream@@@Z @12032 NONAME ?Encode@H225_BandwidthDetails@@UBEXAAVPASN_Stream@@@Z @26380 NONAME ?Encode@H225_BandwidthReject@@UBEXAAVPASN_Stream@@@Z @12033 NONAME ?Encode@H225_BandwidthRequest@@UBEXAAVPASN_Stream@@@Z @12034 NONAME ?Encode@H225_CallCapacity@@UBEXAAVPASN_Stream@@@Z @26381 NONAME ?Encode@H225_CallCapacityInfo@@UBEXAAVPASN_Stream@@@Z @26382 NONAME ?Encode@H225_CallCreditCapability@@UBEXAAVPASN_Stream@@@Z @26383 NONAME ?Encode@H225_CallCreditServiceControl@@UBEXAAVPASN_Stream@@@Z @26384 NONAME ?Encode@H225_CallIdentifier@@UBEXAAVPASN_Stream@@@Z @12035 NONAME ?Encode@H225_CallLinkage@@UBEXAAVPASN_Stream@@@Z @26385 NONAME ?Encode@H225_CallProceeding_UUIE@@UBEXAAVPASN_Stream@@@Z @12036 NONAME ?Encode@H225_CallsAvailable@@UBEXAAVPASN_Stream@@@Z @26386 NONAME ?Encode@H225_CapacityReportingCapability@@UBEXAAVPASN_Stream@@@Z @26387 NONAME ?Encode@H225_CapacityReportingSpecification@@UBEXAAVPASN_Stream@@@Z @26388 NONAME ?Encode@H225_CapacityReportingSpecification_when@@UBEXAAVPASN_Stream@@@Z @26389 NONAME ?Encode@H225_CarrierInfo@@UBEXAAVPASN_Stream@@@Z @38799 NONAME ?Encode@H225_CicInfo@@UBEXAAVPASN_Stream@@@Z @26390 NONAME ?Encode@H225_CircuitIdentifier@@UBEXAAVPASN_Stream@@@Z @38300 NONAME ?Encode@H225_CircuitInfo@@UBEXAAVPASN_Stream@@@Z @26391 NONAME ?Encode@H225_ConferenceList@@UBEXAAVPASN_Stream@@@Z @12037 NONAME ?Encode@H225_Connect_UUIE@@UBEXAAVPASN_Stream@@@Z @12038 NONAME ?Encode@H225_CryptoH323Token_cryptoEPPwdHash@@UBEXAAVPASN_Stream@@@Z @12039 NONAME ?Encode@H225_CryptoH323Token_cryptoGKPwdHash@@UBEXAAVPASN_Stream@@@Z @12040 NONAME ?Encode@H225_DataRate@@UBEXAAVPASN_Stream@@@Z @12041 NONAME ?Encode@H225_DisengageConfirm@@UBEXAAVPASN_Stream@@@Z @12042 NONAME ?Encode@H225_DisengageReject@@UBEXAAVPASN_Stream@@@Z @12043 NONAME ?Encode@H225_DisengageRequest@@UBEXAAVPASN_Stream@@@Z @12044 NONAME ?Encode@H225_Endpoint@@UBEXAAVPASN_Stream@@@Z @12045 NONAME ?Encode@H225_EndpointType@@UBEXAAVPASN_Stream@@@Z @12046 NONAME ?Encode@H225_EnumeratedParameter@@UBEXAAVPASN_Stream@@@Z @26392 NONAME ?Encode@H225_ExtendedAliasAddress@@UBEXAAVPASN_Stream@@@Z @26393 NONAME ?Encode@H225_Facility_UUIE@@UBEXAAVPASN_Stream@@@Z @12047 NONAME ?Encode@H225_FeatureSet@@UBEXAAVPASN_Stream@@@Z @26394 NONAME ?Encode@H225_GatekeeperConfirm@@UBEXAAVPASN_Stream@@@Z @12048 NONAME ?Encode@H225_GatekeeperInfo@@UBEXAAVPASN_Stream@@@Z @12049 NONAME ?Encode@H225_GatekeeperReject@@UBEXAAVPASN_Stream@@@Z @12050 NONAME ?Encode@H225_GatekeeperRequest@@UBEXAAVPASN_Stream@@@Z @12051 NONAME ?Encode@H225_GatewayInfo@@UBEXAAVPASN_Stream@@@Z @12052 NONAME ?Encode@H225_GenericData@@UBEXAAVPASN_Stream@@@Z @26395 NONAME ?Encode@H225_GroupID@@UBEXAAVPASN_Stream@@@Z @26396 NONAME ?Encode@H225_GSM_UIM@@UBEXAAVPASN_Stream@@@Z @26397 NONAME ?Encode@H225_H221NonStandard@@UBEXAAVPASN_Stream@@@Z @12053 NONAME ?Encode@H225_H310Caps@@UBEXAAVPASN_Stream@@@Z @12054 NONAME ?Encode@H225_H320Caps@@UBEXAAVPASN_Stream@@@Z @12055 NONAME ?Encode@H225_H321Caps@@UBEXAAVPASN_Stream@@@Z @12056 NONAME ?Encode@H225_H322Caps@@UBEXAAVPASN_Stream@@@Z @12057 NONAME ?Encode@H225_H323Caps@@UBEXAAVPASN_Stream@@@Z @12058 NONAME ?Encode@H225_H323_UserInformation@@UBEXAAVPASN_Stream@@@Z @12059 NONAME ?Encode@H225_H323_UserInformation_user_data@@UBEXAAVPASN_Stream@@@Z @12060 NONAME ?Encode@H225_H323_UU_PDU@@UBEXAAVPASN_Stream@@@Z @12061 NONAME ?Encode@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBEXAAVPASN_Stream@@@Z @26398 NONAME ?Encode@H225_H324Caps@@UBEXAAVPASN_Stream@@@Z @12062 NONAME ?Encode@H225_ICV@@UBEXAAVPASN_Stream@@@Z @12063 NONAME ?Encode@H225_InfoRequest@@UBEXAAVPASN_Stream@@@Z @12064 NONAME ?Encode@H225_InfoRequestAck@@UBEXAAVPASN_Stream@@@Z @12065 NONAME ?Encode@H225_InfoRequestNak@@UBEXAAVPASN_Stream@@@Z @12066 NONAME ?Encode@H225_InfoRequestResponse@@UBEXAAVPASN_Stream@@@Z @12067 NONAME ?Encode@H225_InfoRequestResponse_perCallInfo_subtype@@UBEXAAVPASN_Stream@@@Z @12068 NONAME ?Encode@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBEXAAVPASN_Stream@@@Z @12069 NONAME ?Encode@H225_Information_UUIE@@UBEXAAVPASN_Stream@@@Z @12070 NONAME ?Encode@H225_LocationConfirm@@UBEXAAVPASN_Stream@@@Z @12071 NONAME ?Encode@H225_LocationReject@@UBEXAAVPASN_Stream@@@Z @12072 NONAME ?Encode@H225_LocationRequest@@UBEXAAVPASN_Stream@@@Z @12073 NONAME ?Encode@H225_McuInfo@@UBEXAAVPASN_Stream@@@Z @12074 NONAME ?Encode@H225_NonStandardMessage@@UBEXAAVPASN_Stream@@@Z @12075 NONAME ?Encode@H225_NonStandardParameter@@UBEXAAVPASN_Stream@@@Z @12076 NONAME ?Encode@H225_NonStandardProtocol@@UBEXAAVPASN_Stream@@@Z @12077 NONAME ?Encode@H225_Notify_UUIE@@UBEXAAVPASN_Stream@@@Z @26399 NONAME ?Encode@H225_PrivatePartyNumber@@UBEXAAVPASN_Stream@@@Z @12078 NONAME ?Encode@H225_Progress_UUIE@@UBEXAAVPASN_Stream@@@Z @12079 NONAME ?Encode@H225_PublicPartyNumber@@UBEXAAVPASN_Stream@@@Z @12080 NONAME ?Encode@H225_Q954Details@@UBEXAAVPASN_Stream@@@Z @12081 NONAME ?Encode@H225_QseriesOptions@@UBEXAAVPASN_Stream@@@Z @12082 NONAME ?Encode@H225_RasUsageInformation@@UBEXAAVPASN_Stream@@@Z @26400 NONAME ?Encode@H225_RasUsageInfoTypes@@UBEXAAVPASN_Stream@@@Z @26401 NONAME ?Encode@H225_RasUsageSpecification@@UBEXAAVPASN_Stream@@@Z @26402 NONAME ?Encode@H225_RasUsageSpecification_callStartingPoint@@UBEXAAVPASN_Stream@@@Z @26403 NONAME ?Encode@H225_RasUsageSpecification_when@@UBEXAAVPASN_Stream@@@Z @26404 NONAME ?Encode@H225_RegistrationConfirm@@UBEXAAVPASN_Stream@@@Z @12083 NONAME ?Encode@H225_RegistrationConfirm_preGrantedARQ@@UBEXAAVPASN_Stream@@@Z @12084 NONAME ?Encode@H225_RegistrationReject@@UBEXAAVPASN_Stream@@@Z @12085 NONAME ?Encode@H225_RegistrationRejectReason_invalidTerminalAliases@@UBEXAAVPASN_Stream@@@Z @26405 NONAME ?Encode@H225_RegistrationRequest@@UBEXAAVPASN_Stream@@@Z @12086 NONAME ?Encode@H225_ReleaseComplete_UUIE@@UBEXAAVPASN_Stream@@@Z @12087 NONAME ?Encode@H225_RequestInProgress@@UBEXAAVPASN_Stream@@@Z @12088 NONAME ?Encode@H225_ResourcesAvailableConfirm@@UBEXAAVPASN_Stream@@@Z @12089 NONAME ?Encode@H225_ResourcesAvailableIndicate@@UBEXAAVPASN_Stream@@@Z @12090 NONAME ?Encode@H225_RTPSession@@UBEXAAVPASN_Stream@@@Z @12091 NONAME ?Encode@H225_SecurityCapabilities@@UBEXAAVPASN_Stream@@@Z @12092 NONAME ?Encode@H225_ServiceControlIndication@@UBEXAAVPASN_Stream@@@Z @26406 NONAME ?Encode@H225_ServiceControlIndication_callSpecific@@UBEXAAVPASN_Stream@@@Z @26407 NONAME ?Encode@H225_ServiceControlResponse@@UBEXAAVPASN_Stream@@@Z @26408 NONAME ?Encode@H225_ServiceControlSession@@UBEXAAVPASN_Stream@@@Z @26409 NONAME ?Encode@H225_SetupAcknowledge_UUIE@@UBEXAAVPASN_Stream@@@Z @26410 NONAME ?Encode@H225_Setup_UUIE@@UBEXAAVPASN_Stream@@@Z @12093 NONAME ?Encode@H225_Setup_UUIE_connectionParameters@@UBEXAAVPASN_Stream@@@Z @26411 NONAME ?Encode@H225_SIPCaps@@UBEXAAVPASN_Stream@@@Z @38800 NONAME ?Encode@H225_StatusInquiry_UUIE@@UBEXAAVPASN_Stream@@@Z @26412 NONAME ?Encode@H225_Status_UUIE@@UBEXAAVPASN_Stream@@@Z @26413 NONAME ?Encode@H225_StimulusControl@@UBEXAAVPASN_Stream@@@Z @26414 NONAME ?Encode@H225_SupportedPrefix@@UBEXAAVPASN_Stream@@@Z @12094 NONAME ?Encode@H225_T120OnlyCaps@@UBEXAAVPASN_Stream@@@Z @12095 NONAME ?Encode@H225_T38FaxAnnexbOnlyCaps@@UBEXAAVPASN_Stream@@@Z @26415 NONAME ?Encode@H225_TerminalInfo@@UBEXAAVPASN_Stream@@@Z @12096 NONAME ?Encode@H225_TransportAddress_ip6Address@@UBEXAAVPASN_Stream@@@Z @12097 NONAME ?Encode@H225_TransportAddress_ipAddress@@UBEXAAVPASN_Stream@@@Z @12098 NONAME ?Encode@H225_TransportAddress_ipSourceRoute@@UBEXAAVPASN_Stream@@@Z @12099 NONAME ?Encode@H225_TransportAddress_ipxAddress@@UBEXAAVPASN_Stream@@@Z @12100 NONAME ?Encode@H225_TransportChannelInfo@@UBEXAAVPASN_Stream@@@Z @12101 NONAME ?Encode@H225_TunnelledProtocol@@UBEXAAVPASN_Stream@@@Z @26416 NONAME ?Encode@H225_TunnelledProtocolAlternateIdentifier@@UBEXAAVPASN_Stream@@@Z @26417 NONAME ?Encode@H225_UnknownMessageResponse@@UBEXAAVPASN_Stream@@@Z @12102 NONAME ?Encode@H225_UnregistrationConfirm@@UBEXAAVPASN_Stream@@@Z @12103 NONAME ?Encode@H225_UnregistrationReject@@UBEXAAVPASN_Stream@@@Z @12104 NONAME ?Encode@H225_UnregistrationRequest@@UBEXAAVPASN_Stream@@@Z @12105 NONAME ?Encode@H225_UUIEsRequested@@UBEXAAVPASN_Stream@@@Z @12106 NONAME ?Encode@H225_VendorIdentifier@@UBEXAAVPASN_Stream@@@Z @12107 NONAME ?Encode@H225_VoiceCaps@@UBEXAAVPASN_Stream@@@Z @12108 NONAME ?Encode@H235_ClearToken@@UBEXAAVPASN_Stream@@@Z @12109 NONAME ?Encode@H235_CryptoToken_cryptoEncryptedToken@@UBEXAAVPASN_Stream@@@Z @12110 NONAME ?Encode@H235_CryptoToken_cryptoHashedToken@@UBEXAAVPASN_Stream@@@Z @12111 NONAME ?Encode@H235_CryptoToken_cryptoSignedToken@@UBEXAAVPASN_Stream@@@Z @12112 NONAME ?Encode@H235_DHset@@UBEXAAVPASN_Stream@@@Z @12113 NONAME ?Encode@H235_ECGDSASignature@@UBEXAAVPASN_Stream@@@Z @38801 NONAME ?Encode@H235_ECKASDH_eckasdh2@@UBEXAAVPASN_Stream@@@Z @28739 NONAME ?Encode@H235_ECKASDH_eckasdhp@@UBEXAAVPASN_Stream@@@Z @28740 NONAME ?Encode@H235_ECpoint@@UBEXAAVPASN_Stream@@@Z @38802 NONAME ?Encode@H235_H235CertificateSignature@@UBEXAAVPASN_Stream@@@Z @12114 NONAME ?Encode@H235_KeySignedMaterial@@UBEXAAVPASN_Stream@@@Z @12115 NONAME ?Encode@H235_KeySyncMaterial@@UBEXAAVPASN_Stream@@@Z @12116 NONAME ?Encode@H235_NonStandardParameter@@UBEXAAVPASN_Stream@@@Z @12117 NONAME ?Encode@H235_Params@@UBEXAAVPASN_Stream@@@Z @12118 NONAME ?Encode@H235_ReturnSig@@UBEXAAVPASN_Stream@@@Z @12119 NONAME ?Encode@H235_TypedCertificate@@UBEXAAVPASN_Stream@@@Z @12120 NONAME ?Encode@H235_V3KeySyncMaterial@@UBEXAAVPASN_Stream@@@Z @38803 NONAME ?Encode@H245_ATMParameters@@UBEXAAVPASN_Stream@@@Z @12121 NONAME ?Encode@H245_AudioCapability_g7231@@UBEXAAVPASN_Stream@@@Z @12122 NONAME ?Encode@H245_AudioTelephonyEventCapability@@UBEXAAVPASN_Stream@@@Z @26418 NONAME ?Encode@H245_AudioToneCapability@@UBEXAAVPASN_Stream@@@Z @26419 NONAME ?Encode@H245_AuthenticationCapability@@UBEXAAVPASN_Stream@@@Z @12123 NONAME ?Encode@H245_BEnhancementParameters@@UBEXAAVPASN_Stream@@@Z @12124 NONAME ?Encode@H245_CapabilityDescriptor@@UBEXAAVPASN_Stream@@@Z @12125 NONAME ?Encode@H245_CapabilityTableEntry@@UBEXAAVPASN_Stream@@@Z @12126 NONAME ?Encode@H245_Capability_h233EncryptionReceiveCapability@@UBEXAAVPASN_Stream@@@Z @12127 NONAME ?Encode@H245_CloseLogicalChannel@@UBEXAAVPASN_Stream@@@Z @12128 NONAME ?Encode@H245_CloseLogicalChannelAck@@UBEXAAVPASN_Stream@@@Z @12129 NONAME ?Encode@H245_CommunicationModeCommand@@UBEXAAVPASN_Stream@@@Z @12130 NONAME ?Encode@H245_CommunicationModeRequest@@UBEXAAVPASN_Stream@@@Z @12131 NONAME ?Encode@H245_CommunicationModeTableEntry@@UBEXAAVPASN_Stream@@@Z @12132 NONAME ?Encode@H245_ConferenceCapability@@UBEXAAVPASN_Stream@@@Z @12133 NONAME ?Encode@H245_ConferenceRequest_requestTerminalCertificate@@UBEXAAVPASN_Stream@@@Z @12134 NONAME ?Encode@H245_ConferenceResponse_chairTokenOwnerResponse@@UBEXAAVPASN_Stream@@@Z @12135 NONAME ?Encode@H245_ConferenceResponse_conferenceIDResponse@@UBEXAAVPASN_Stream@@@Z @12136 NONAME ?Encode@H245_ConferenceResponse_extensionAddressResponse@@UBEXAAVPASN_Stream@@@Z @12137 NONAME ?Encode@H245_ConferenceResponse_mCTerminalIDResponse@@UBEXAAVPASN_Stream@@@Z @12138 NONAME ?Encode@H245_ConferenceResponse_passwordResponse@@UBEXAAVPASN_Stream@@@Z @12139 NONAME ?Encode@H245_ConferenceResponse_terminalCertificateResponse@@UBEXAAVPASN_Stream@@@Z @12140 NONAME ?Encode@H245_ConferenceResponse_terminalIDResponse@@UBEXAAVPASN_Stream@@@Z @12141 NONAME ?Encode@H245_ConnectionIdentifier@@UBEXAAVPASN_Stream@@@Z @26420 NONAME ?Encode@H245_Criteria@@UBEXAAVPASN_Stream@@@Z @12142 NONAME ?Encode@H245_CustomPictureClockFrequency@@UBEXAAVPASN_Stream@@@Z @12143 NONAME ?Encode@H245_CustomPictureFormat@@UBEXAAVPASN_Stream@@@Z @12144 NONAME ?Encode@H245_CustomPictureFormat_mPI@@UBEXAAVPASN_Stream@@@Z @12145 NONAME ?Encode@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBEXAAVPASN_Stream@@@Z @12146 NONAME ?Encode@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBEXAAVPASN_Stream@@@Z @12147 NONAME ?Encode@H245_DataApplicationCapability@@UBEXAAVPASN_Stream@@@Z @12148 NONAME ?Encode@H245_DataApplicationCapability_application_nlpid@@UBEXAAVPASN_Stream@@@Z @12149 NONAME ?Encode@H245_DataApplicationCapability_application_t38fax@@UBEXAAVPASN_Stream@@@Z @26421 NONAME ?Encode@H245_DataApplicationCapability_application_t84@@UBEXAAVPASN_Stream@@@Z @12150 NONAME ?Encode@H245_DataMode@@UBEXAAVPASN_Stream@@@Z @12151 NONAME ?Encode@H245_DataMode_application_nlpid@@UBEXAAVPASN_Stream@@@Z @12152 NONAME ?Encode@H245_DataMode_application_t38fax@@UBEXAAVPASN_Stream@@@Z @26422 NONAME ?Encode@H245_DepFECCapability_rfc2733@@UBEXAAVPASN_Stream@@@Z @53705 NONAME ?Encode@H245_DepFECCapability_rfc2733_separateStream@@UBEXAAVPASN_Stream@@@Z @53706 NONAME ?Encode@H245_DepFECData_rfc2733@@UBEXAAVPASN_Stream@@@Z @53707 NONAME ?Encode@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBEXAAVPASN_Stream@@@Z @53708 NONAME ?Encode@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBEXAAVPASN_Stream@@@Z @53709 NONAME ?Encode@H245_DepFECMode_rfc2733Mode@@UBEXAAVPASN_Stream@@@Z @53710 NONAME ?Encode@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBEXAAVPASN_Stream@@@Z @53711 NONAME ?Encode@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBEXAAVPASN_Stream@@@Z @53712 NONAME ?Encode@H245_DialingInformationNumber@@UBEXAAVPASN_Stream@@@Z @26423 NONAME ?Encode@H245_EncryptionAuthenticationAndIntegrity@@UBEXAAVPASN_Stream@@@Z @12153 NONAME ?Encode@H245_EncryptionCommand_encryptionAlgorithmID@@UBEXAAVPASN_Stream@@@Z @12154 NONAME ?Encode@H245_EncryptionSync@@UBEXAAVPASN_Stream@@@Z @12155 NONAME ?Encode@H245_EncryptionUpdateRequest@@UBEXAAVPASN_Stream@@@Z @12156 NONAME ?Encode@H245_EnhancementLayerInfo@@UBEXAAVPASN_Stream@@@Z @12157 NONAME ?Encode@H245_EnhancementOptions@@UBEXAAVPASN_Stream@@@Z @12158 NONAME ?Encode@H245_EscrowData@@UBEXAAVPASN_Stream@@@Z @12159 NONAME ?Encode@H245_ExtendedVideoCapability@@UBEXAAVPASN_Stream@@@Z @53220 NONAME ?Encode@H245_FECCapability@@UBEXAAVPASN_Stream@@@Z @53713 NONAME ?Encode@H245_FECData_rfc2733@@UBEXAAVPASN_Stream@@@Z @38806 NONAME ?Encode@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBEXAAVPASN_Stream@@@Z @53714 NONAME ?Encode@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UBEXAAVPASN_Stream@@@Z @53715 NONAME ?Encode@H245_FECMode@@UBEXAAVPASN_Stream@@@Z @53716 NONAME ?Encode@H245_FlowControlCommand@@UBEXAAVPASN_Stream@@@Z @12160 NONAME ?Encode@H245_FlowControlIndication@@UBEXAAVPASN_Stream@@@Z @26424 NONAME ?Encode@H245_FunctionNotSupported@@UBEXAAVPASN_Stream@@@Z @12161 NONAME ?Encode@H245_G7231AnnexCCapability@@UBEXAAVPASN_Stream@@@Z @12162 NONAME ?Encode@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBEXAAVPASN_Stream@@@Z @12163 NONAME ?Encode@H245_G7231AnnexCMode@@UBEXAAVPASN_Stream@@@Z @12164 NONAME ?Encode@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBEXAAVPASN_Stream@@@Z @12165 NONAME ?Encode@H245_G729Extensions@@UBEXAAVPASN_Stream@@@Z @26425 NONAME ?Encode@H245_GenericCapability@@UBEXAAVPASN_Stream@@@Z @26426 NONAME ?Encode@H245_GenericMessage@@UBEXAAVPASN_Stream@@@Z @53221 NONAME ?Encode@H245_GenericParameter@@UBEXAAVPASN_Stream@@@Z @26427 NONAME ?Encode@H245_GSMAudioCapability@@UBEXAAVPASN_Stream@@@Z @12166 NONAME ?Encode@H245_H222Capability@@UBEXAAVPASN_Stream@@@Z @12167 NONAME ?Encode@H245_H222LogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @12168 NONAME ?Encode@H245_H223AL1MParameters@@UBEXAAVPASN_Stream@@@Z @12169 NONAME ?Encode@H245_H223AL2MParameters@@UBEXAAVPASN_Stream@@@Z @12170 NONAME ?Encode@H245_H223AL3MParameters@@UBEXAAVPASN_Stream@@@Z @12171 NONAME ?Encode@H245_H223AnnexCArqParameters@@UBEXAAVPASN_Stream@@@Z @12172 NONAME ?Encode@H245_H223AnnexCCapability@@UBEXAAVPASN_Stream@@@Z @12173 NONAME ?Encode@H245_H223Capability@@UBEXAAVPASN_Stream@@@Z @12174 NONAME ?Encode@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBEXAAVPASN_Stream@@@Z @12175 NONAME ?Encode@H245_H223Capability_mobileMultilinkFrameCapability@@UBEXAAVPASN_Stream@@@Z @26428 NONAME ?Encode@H245_H223Capability_mobileOperationTransmitCapability@@UBEXAAVPASN_Stream@@@Z @12176 NONAME ?Encode@H245_H223LogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @12177 NONAME ?Encode@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBEXAAVPASN_Stream@@@Z @12178 NONAME ?Encode@H245_H223ModeParameters@@UBEXAAVPASN_Stream@@@Z @12179 NONAME ?Encode@H245_H223ModeParameters_adaptationLayerType_al3@@UBEXAAVPASN_Stream@@@Z @12180 NONAME ?Encode@H245_H223SkewIndication@@UBEXAAVPASN_Stream@@@Z @12181 NONAME ?Encode@H245_H2250Capability@@UBEXAAVPASN_Stream@@@Z @12182 NONAME ?Encode@H245_H2250Capability_mcCapability@@UBEXAAVPASN_Stream@@@Z @12183 NONAME ?Encode@H245_H2250LogicalChannelAckParameters@@UBEXAAVPASN_Stream@@@Z @12184 NONAME ?Encode@H245_H2250LogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @12185 NONAME ?Encode@H245_H2250MaximumSkewIndication@@UBEXAAVPASN_Stream@@@Z @12186 NONAME ?Encode@H245_H2250ModeParameters@@UBEXAAVPASN_Stream@@@Z @12187 NONAME ?Encode@H245_H235Media@@UBEXAAVPASN_Stream@@@Z @12188 NONAME ?Encode@H245_H235Mode@@UBEXAAVPASN_Stream@@@Z @12189 NONAME ?Encode@H245_H235SecurityCapability@@UBEXAAVPASN_Stream@@@Z @12190 NONAME ?Encode@H245_H261VideoCapability@@UBEXAAVPASN_Stream@@@Z @12191 NONAME ?Encode@H245_H261VideoMode@@UBEXAAVPASN_Stream@@@Z @12192 NONAME ?Encode@H245_H262VideoCapability@@UBEXAAVPASN_Stream@@@Z @12193 NONAME ?Encode@H245_H262VideoMode@@UBEXAAVPASN_Stream@@@Z @12194 NONAME ?Encode@H245_H263ModeComboFlags@@UBEXAAVPASN_Stream@@@Z @12195 NONAME ?Encode@H245_H263Options@@UBEXAAVPASN_Stream@@@Z @12196 NONAME ?Encode@H245_H263Version3Options@@UBEXAAVPASN_Stream@@@Z @26429 NONAME ?Encode@H245_H263VideoCapability@@UBEXAAVPASN_Stream@@@Z @12197 NONAME ?Encode@H245_H263VideoMode@@UBEXAAVPASN_Stream@@@Z @12198 NONAME ?Encode@H245_H263VideoModeCombos@@UBEXAAVPASN_Stream@@@Z @12199 NONAME ?Encode@H245_IntegrityCapability@@UBEXAAVPASN_Stream@@@Z @12200 NONAME ?Encode@H245_IS11172AudioCapability@@UBEXAAVPASN_Stream@@@Z @12201 NONAME ?Encode@H245_IS11172AudioMode@@UBEXAAVPASN_Stream@@@Z @12202 NONAME ?Encode@H245_IS11172VideoCapability@@UBEXAAVPASN_Stream@@@Z @12203 NONAME ?Encode@H245_IS11172VideoMode@@UBEXAAVPASN_Stream@@@Z @12204 NONAME ?Encode@H245_IS13818AudioCapability@@UBEXAAVPASN_Stream@@@Z @12205 NONAME ?Encode@H245_IS13818AudioMode@@UBEXAAVPASN_Stream@@@Z @12206 NONAME ?Encode@H245_JitterIndication@@UBEXAAVPASN_Stream@@@Z @12207 NONAME ?Encode@H245_KeyProtectionMethod@@UBEXAAVPASN_Stream@@@Z @12208 NONAME ?Encode@H245_LogicalChannelRateAcknowledge@@UBEXAAVPASN_Stream@@@Z @26430 NONAME ?Encode@H245_LogicalChannelRateReject@@UBEXAAVPASN_Stream@@@Z @26431 NONAME ?Encode@H245_LogicalChannelRateRelease@@UBEXAAVPASN_Stream@@@Z @26432 NONAME ?Encode@H245_LogicalChannelRateRequest@@UBEXAAVPASN_Stream@@@Z @26433 NONAME ?Encode@H245_MaintenanceLoopAck@@UBEXAAVPASN_Stream@@@Z @12209 NONAME ?Encode@H245_MaintenanceLoopOffCommand@@UBEXAAVPASN_Stream@@@Z @12210 NONAME ?Encode@H245_MaintenanceLoopReject@@UBEXAAVPASN_Stream@@@Z @12211 NONAME ?Encode@H245_MaintenanceLoopRequest@@UBEXAAVPASN_Stream@@@Z @12212 NONAME ?Encode@H245_MasterSlaveDetermination@@UBEXAAVPASN_Stream@@@Z @12213 NONAME ?Encode@H245_MasterSlaveDeterminationAck@@UBEXAAVPASN_Stream@@@Z @12214 NONAME ?Encode@H245_MasterSlaveDeterminationReject@@UBEXAAVPASN_Stream@@@Z @12215 NONAME ?Encode@H245_MasterSlaveDeterminationRelease@@UBEXAAVPASN_Stream@@@Z @12216 NONAME ?Encode@H245_MCLocationIndication@@UBEXAAVPASN_Stream@@@Z @12217 NONAME ?Encode@H245_MediaChannelCapability@@UBEXAAVPASN_Stream@@@Z @12218 NONAME ?Encode@H245_MediaDistributionCapability@@UBEXAAVPASN_Stream@@@Z @12219 NONAME ?Encode@H245_MediaPacketizationCapability@@UBEXAAVPASN_Stream@@@Z @12220 NONAME ?Encode@H245_MediaTransportType_atm_AAL5_compressed@@UBEXAAVPASN_Stream@@@Z @26434 NONAME ?Encode@H245_MiscellaneousCommand@@UBEXAAVPASN_Stream@@@Z @12221 NONAME ?Encode@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBEXAAVPASN_Stream@@@Z @53222 NONAME ?Encode@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBEXAAVPASN_Stream@@@Z @53223 NONAME ?Encode@H245_MiscellaneousCommand_type_lostPartialPicture@@UBEXAAVPASN_Stream@@@Z @26435 NONAME ?Encode@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBEXAAVPASN_Stream@@@Z @12222 NONAME ?Encode@H245_MiscellaneousCommand_type_videoBadMBs@@UBEXAAVPASN_Stream@@@Z @26436 NONAME ?Encode@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBEXAAVPASN_Stream@@@Z @12223 NONAME ?Encode@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBEXAAVPASN_Stream@@@Z @12224 NONAME ?Encode@H245_MiscellaneousIndication@@UBEXAAVPASN_Stream@@@Z @12225 NONAME ?Encode@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBEXAAVPASN_Stream@@@Z @12226 NONAME ?Encode@H245_MobileMultilinkReconfigurationCommand@@UBEXAAVPASN_Stream@@@Z @26437 NONAME ?Encode@H245_MobileMultilinkReconfigurationIndication@@UBEXAAVPASN_Stream@@@Z @26438 NONAME ?Encode@H245_ModeElement@@UBEXAAVPASN_Stream@@@Z @12227 NONAME ?Encode@H245_MulticastAddress_iP6Address@@UBEXAAVPASN_Stream@@@Z @12228 NONAME ?Encode@H245_MulticastAddress_iPAddress@@UBEXAAVPASN_Stream@@@Z @12229 NONAME ?Encode@H245_MultilinkIndication_crcDesired@@UBEXAAVPASN_Stream@@@Z @26439 NONAME ?Encode@H245_MultilinkIndication_excessiveError@@UBEXAAVPASN_Stream@@@Z @26440 NONAME ?Encode@H245_MultilinkRequest_addConnection@@UBEXAAVPASN_Stream@@@Z @26441 NONAME ?Encode@H245_MultilinkRequest_callInformation@@UBEXAAVPASN_Stream@@@Z @26442 NONAME ?Encode@H245_MultilinkRequest_maximumHeaderInterval@@UBEXAAVPASN_Stream@@@Z @26443 NONAME ?Encode@H245_MultilinkRequest_removeConnection@@UBEXAAVPASN_Stream@@@Z @26444 NONAME ?Encode@H245_MultilinkResponse_addConnection@@UBEXAAVPASN_Stream@@@Z @26445 NONAME ?Encode@H245_MultilinkResponse_callInformation@@UBEXAAVPASN_Stream@@@Z @26446 NONAME ?Encode@H245_MultilinkResponse_maximumHeaderInterval@@UBEXAAVPASN_Stream@@@Z @26447 NONAME ?Encode@H245_MultilinkResponse_removeConnection@@UBEXAAVPASN_Stream@@@Z @26448 NONAME ?Encode@H245_MultiplePayloadStream@@UBEXAAVPASN_Stream@@@Z @38812 NONAME ?Encode@H245_MultiplePayloadStreamCapability@@UBEXAAVPASN_Stream@@@Z @38813 NONAME ?Encode@H245_MultiplePayloadStreamElement@@UBEXAAVPASN_Stream@@@Z @38814 NONAME ?Encode@H245_MultiplePayloadStreamElementMode@@UBEXAAVPASN_Stream@@@Z @38815 NONAME ?Encode@H245_MultiplePayloadStreamMode@@UBEXAAVPASN_Stream@@@Z @38816 NONAME ?Encode@H245_MultiplexedStreamCapability@@UBEXAAVPASN_Stream@@@Z @26449 NONAME ?Encode@H245_MultiplexedStreamModeParameters@@UBEXAAVPASN_Stream@@@Z @26450 NONAME ?Encode@H245_MultiplexedStreamParameter@@UBEXAAVPASN_Stream@@@Z @26451 NONAME ?Encode@H245_MultiplexElement@@UBEXAAVPASN_Stream@@@Z @12230 NONAME ?Encode@H245_MultiplexEntryDescriptor@@UBEXAAVPASN_Stream@@@Z @12231 NONAME ?Encode@H245_MultiplexEntryRejectionDescriptions@@UBEXAAVPASN_Stream@@@Z @12232 NONAME ?Encode@H245_MultiplexEntrySend@@UBEXAAVPASN_Stream@@@Z @12233 NONAME ?Encode@H245_MultiplexEntrySendAck@@UBEXAAVPASN_Stream@@@Z @12234 NONAME ?Encode@H245_MultiplexEntrySendReject@@UBEXAAVPASN_Stream@@@Z @12235 NONAME ?Encode@H245_MultiplexEntrySendRelease@@UBEXAAVPASN_Stream@@@Z @12236 NONAME ?Encode@H245_MultipointCapability@@UBEXAAVPASN_Stream@@@Z @12237 NONAME ?Encode@H245_NetworkAccessParameters@@UBEXAAVPASN_Stream@@@Z @12238 NONAME ?Encode@H245_NewATMVCCommand@@UBEXAAVPASN_Stream@@@Z @26452 NONAME ?Encode@H245_NewATMVCCommand_aal_aal1@@UBEXAAVPASN_Stream@@@Z @26453 NONAME ?Encode@H245_NewATMVCCommand_aal_aal5@@UBEXAAVPASN_Stream@@@Z @26454 NONAME ?Encode@H245_NewATMVCCommand_reverseParameters@@UBEXAAVPASN_Stream@@@Z @26455 NONAME ?Encode@H245_NewATMVCIndication@@UBEXAAVPASN_Stream@@@Z @12239 NONAME ?Encode@H245_NewATMVCIndication_aal_aal1@@UBEXAAVPASN_Stream@@@Z @12240 NONAME ?Encode@H245_NewATMVCIndication_aal_aal5@@UBEXAAVPASN_Stream@@@Z @12241 NONAME ?Encode@H245_NewATMVCIndication_reverseParameters@@UBEXAAVPASN_Stream@@@Z @12242 NONAME ?Encode@H245_NonStandardIdentifier_h221NonStandard@@UBEXAAVPASN_Stream@@@Z @12243 NONAME ?Encode@H245_NonStandardMessage@@UBEXAAVPASN_Stream@@@Z @12244 NONAME ?Encode@H245_NonStandardParameter@@UBEXAAVPASN_Stream@@@Z @12245 NONAME ?Encode@H245_NoPTAudioTelephonyEventCapability@@UBEXAAVPASN_Stream@@@Z @38817 NONAME ?Encode@H245_NoPTAudioToneCapability@@UBEXAAVPASN_Stream@@@Z @38818 NONAME ?Encode@H245_OpenLogicalChannel@@UBEXAAVPASN_Stream@@@Z @12246 NONAME ?Encode@H245_OpenLogicalChannelAck@@UBEXAAVPASN_Stream@@@Z @12247 NONAME ?Encode@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @12248 NONAME ?Encode@H245_OpenLogicalChannelConfirm@@UBEXAAVPASN_Stream@@@Z @12249 NONAME ?Encode@H245_OpenLogicalChannelReject@@UBEXAAVPASN_Stream@@@Z @12250 NONAME ?Encode@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @12251 NONAME ?Encode@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @12252 NONAME ?Encode@H245_Params@@UBEXAAVPASN_Stream@@@Z @53224 NONAME ?Encode@H245_Q2931Address@@UBEXAAVPASN_Stream@@@Z @12253 NONAME ?Encode@H245_QOSCapability@@UBEXAAVPASN_Stream@@@Z @12254 NONAME ?Encode@H245_RedundancyEncoding@@UBEXAAVPASN_Stream@@@Z @12255 NONAME ?Encode@H245_RedundancyEncodingCapability@@UBEXAAVPASN_Stream@@@Z @12256 NONAME ?Encode@H245_RedundancyEncodingDTMode@@UBEXAAVPASN_Stream@@@Z @38819 NONAME ?Encode@H245_RedundancyEncodingDTModeElement@@UBEXAAVPASN_Stream@@@Z @38820 NONAME ?Encode@H245_RedundancyEncodingElement@@UBEXAAVPASN_Stream@@@Z @38821 NONAME ?Encode@H245_RedundancyEncodingMode@@UBEXAAVPASN_Stream@@@Z @12257 NONAME ?Encode@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBEXAAVPASN_Stream@@@Z @38822 NONAME ?Encode@H245_RefPictureSelection@@UBEXAAVPASN_Stream@@@Z @12258 NONAME ?Encode@H245_RefPictureSelection_additionalPictureMemory@@UBEXAAVPASN_Stream@@@Z @12259 NONAME ?Encode@H245_RefPictureSelection_enhancedReferencePicSelect@@UBEXAAVPASN_Stream@@@Z @26456 NONAME ?Encode@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBEXAAVPASN_Stream@@@Z @26457 NONAME ?Encode@H245_RequestAllTerminalIDsResponse@@UBEXAAVPASN_Stream@@@Z @12260 NONAME ?Encode@H245_RequestChannelClose@@UBEXAAVPASN_Stream@@@Z @12261 NONAME ?Encode@H245_RequestChannelCloseAck@@UBEXAAVPASN_Stream@@@Z @12262 NONAME ?Encode@H245_RequestChannelCloseReject@@UBEXAAVPASN_Stream@@@Z @12263 NONAME ?Encode@H245_RequestChannelCloseRelease@@UBEXAAVPASN_Stream@@@Z @12264 NONAME ?Encode@H245_RequestMode@@UBEXAAVPASN_Stream@@@Z @12265 NONAME ?Encode@H245_RequestModeAck@@UBEXAAVPASN_Stream@@@Z @12266 NONAME ?Encode@H245_RequestModeReject@@UBEXAAVPASN_Stream@@@Z @12267 NONAME ?Encode@H245_RequestModeRelease@@UBEXAAVPASN_Stream@@@Z @12268 NONAME ?Encode@H245_RequestMultiplexEntry@@UBEXAAVPASN_Stream@@@Z @12269 NONAME ?Encode@H245_RequestMultiplexEntryAck@@UBEXAAVPASN_Stream@@@Z @12270 NONAME ?Encode@H245_RequestMultiplexEntryReject@@UBEXAAVPASN_Stream@@@Z @12271 NONAME ?Encode@H245_RequestMultiplexEntryRejectionDescriptions@@UBEXAAVPASN_Stream@@@Z @12272 NONAME ?Encode@H245_RequestMultiplexEntryRelease@@UBEXAAVPASN_Stream@@@Z @12273 NONAME ?Encode@H245_RoundTripDelayRequest@@UBEXAAVPASN_Stream@@@Z @12274 NONAME ?Encode@H245_RoundTripDelayResponse@@UBEXAAVPASN_Stream@@@Z @12275 NONAME ?Encode@H245_RSVPParameters@@UBEXAAVPASN_Stream@@@Z @12276 NONAME ?Encode@H245_RTPH263VideoRedundancyEncoding@@UBEXAAVPASN_Stream@@@Z @12277 NONAME ?Encode@H245_RTPH263VideoRedundancyFrameMapping@@UBEXAAVPASN_Stream@@@Z @12278 NONAME ?Encode@H245_RTPPayloadType@@UBEXAAVPASN_Stream@@@Z @12279 NONAME ?Encode@H245_SendTerminalCapabilitySet_specificRequest@@UBEXAAVPASN_Stream@@@Z @12280 NONAME ?Encode@H245_SubstituteConferenceIDCommand@@UBEXAAVPASN_Stream@@@Z @12281 NONAME ?Encode@H245_T38FaxProfile@@UBEXAAVPASN_Stream@@@Z @26458 NONAME ?Encode@H245_T38FaxTcpOptions@@UBEXAAVPASN_Stream@@@Z @26459 NONAME ?Encode@H245_T38FaxUdpOptions@@UBEXAAVPASN_Stream@@@Z @26460 NONAME ?Encode@H245_T84Profile_t84Restricted@@UBEXAAVPASN_Stream@@@Z @12282 NONAME ?Encode@H245_TerminalCapabilitySet@@UBEXAAVPASN_Stream@@@Z @12283 NONAME ?Encode@H245_TerminalCapabilitySetAck@@UBEXAAVPASN_Stream@@@Z @12284 NONAME ?Encode@H245_TerminalCapabilitySetReject@@UBEXAAVPASN_Stream@@@Z @12285 NONAME ?Encode@H245_TerminalCapabilitySetRelease@@UBEXAAVPASN_Stream@@@Z @12286 NONAME ?Encode@H245_TerminalInformation@@UBEXAAVPASN_Stream@@@Z @12287 NONAME ?Encode@H245_TerminalLabel@@UBEXAAVPASN_Stream@@@Z @12288 NONAME ?Encode@H245_TerminalYouAreSeeingInSubPictureNumber@@UBEXAAVPASN_Stream@@@Z @12289 NONAME ?Encode@H245_TransparencyParameters@@UBEXAAVPASN_Stream@@@Z @12290 NONAME ?Encode@H245_TransportCapability@@UBEXAAVPASN_Stream@@@Z @12291 NONAME ?Encode@H245_UnicastAddress_iP6Address@@UBEXAAVPASN_Stream@@@Z @12292 NONAME ?Encode@H245_UnicastAddress_iPAddress@@UBEXAAVPASN_Stream@@@Z @12293 NONAME ?Encode@H245_UnicastAddress_iPSourceRouteAddress@@UBEXAAVPASN_Stream@@@Z @12294 NONAME ?Encode@H245_UnicastAddress_iPXAddress@@UBEXAAVPASN_Stream@@@Z @12295 NONAME ?Encode@H245_UserInputIndication_encryptedAlphanumeric@@UBEXAAVPASN_Stream@@@Z @53225 NONAME ?Encode@H245_UserInputIndication_extendedAlphanumeric@@UBEXAAVPASN_Stream@@@Z @26461 NONAME ?Encode@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBEXAAVPASN_Stream@@@Z @53226 NONAME ?Encode@H245_UserInputIndication_signal@@UBEXAAVPASN_Stream@@@Z @12296 NONAME ?Encode@H245_UserInputIndication_signalUpdate@@UBEXAAVPASN_Stream@@@Z @12297 NONAME ?Encode@H245_UserInputIndication_signalUpdate_rtp@@UBEXAAVPASN_Stream@@@Z @12298 NONAME ?Encode@H245_UserInputIndication_signal_rtp@@UBEXAAVPASN_Stream@@@Z @12299 NONAME ?Encode@H245_V42bis@@UBEXAAVPASN_Stream@@@Z @12300 NONAME ?Encode@H245_V75Capability@@UBEXAAVPASN_Stream@@@Z @12301 NONAME ?Encode@H245_V75Parameters@@UBEXAAVPASN_Stream@@@Z @12302 NONAME ?Encode@H245_V76Capability@@UBEXAAVPASN_Stream@@@Z @12303 NONAME ?Encode@H245_V76HDLCParameters@@UBEXAAVPASN_Stream@@@Z @12304 NONAME ?Encode@H245_V76LogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @12305 NONAME ?Encode@H245_V76LogicalChannelParameters_mode_eRM@@UBEXAAVPASN_Stream@@@Z @12306 NONAME ?Encode@H245_VBDCapability@@UBEXAAVPASN_Stream@@@Z @38823 NONAME ?Encode@H245_VBDMode@@UBEXAAVPASN_Stream@@@Z @38824 NONAME ?Encode@H245_VCCapability@@UBEXAAVPASN_Stream@@@Z @12307 NONAME ?Encode@H245_VCCapability_aal1@@UBEXAAVPASN_Stream@@@Z @12308 NONAME ?Encode@H245_VCCapability_aal1ViaGateway@@UBEXAAVPASN_Stream@@@Z @26462 NONAME ?Encode@H245_VCCapability_aal5@@UBEXAAVPASN_Stream@@@Z @12309 NONAME ?Encode@H245_VCCapability_availableBitRates@@UBEXAAVPASN_Stream@@@Z @12310 NONAME ?Encode@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBEXAAVPASN_Stream@@@Z @12311 NONAME ?Encode@H245_VendorIdentification@@UBEXAAVPASN_Stream@@@Z @12312 NONAME ?Encode@H245_VideoIndicateCompose@@UBEXAAVPASN_Stream@@@Z @12313 NONAME ?Encode@H248_ActionReply@@UBEXAAVPASN_Stream@@@Z @33792 NONAME ?Encode@H248_ActionRequest@@UBEXAAVPASN_Stream@@@Z @33793 NONAME ?Encode@H248_AmmRequest@@UBEXAAVPASN_Stream@@@Z @33794 NONAME ?Encode@H248_AmmsReply@@UBEXAAVPASN_Stream@@@Z @33795 NONAME ?Encode@H248_AuditDescriptor@@UBEXAAVPASN_Stream@@@Z @33796 NONAME ?Encode@H248_AuditRequest@@UBEXAAVPASN_Stream@@@Z @33797 NONAME ?Encode@H248_AuditResult@@UBEXAAVPASN_Stream@@@Z @33798 NONAME ?Encode@H248_AuthenticationHeader@@UBEXAAVPASN_Stream@@@Z @33799 NONAME ?Encode@H248_CommandRequest@@UBEXAAVPASN_Stream@@@Z @33800 NONAME ?Encode@H248_ContextAttrAuditRequest@@UBEXAAVPASN_Stream@@@Z @33801 NONAME ?Encode@H248_ContextRequest@@UBEXAAVPASN_Stream@@@Z @33802 NONAME ?Encode@H248_DigitMapDescriptor@@UBEXAAVPASN_Stream@@@Z @33803 NONAME ?Encode@H248_DigitMapValue@@UBEXAAVPASN_Stream@@@Z @33804 NONAME ?Encode@H248_DomainName@@UBEXAAVPASN_Stream@@@Z @33805 NONAME ?Encode@H248_ErrorDescriptor@@UBEXAAVPASN_Stream@@@Z @33806 NONAME ?Encode@H248_EventParameter@@UBEXAAVPASN_Stream@@@Z @33807 NONAME ?Encode@H248_EventsDescriptor@@UBEXAAVPASN_Stream@@@Z @33808 NONAME ?Encode@H248_EventSpec@@UBEXAAVPASN_Stream@@@Z @33809 NONAME ?Encode@H248_H221NonStandard@@UBEXAAVPASN_Stream@@@Z @33810 NONAME ?Encode@H248_IndAudDigitMapDescriptor@@UBEXAAVPASN_Stream@@@Z @33811 NONAME ?Encode@H248_IndAudEventBufferDescriptor@@UBEXAAVPASN_Stream@@@Z @33812 NONAME ?Encode@H248_IndAudEventsDescriptor@@UBEXAAVPASN_Stream@@@Z @33813 NONAME ?Encode@H248_IndAudLocalControlDescriptor@@UBEXAAVPASN_Stream@@@Z @33814 NONAME ?Encode@H248_IndAudLocalRemoteDescriptor@@UBEXAAVPASN_Stream@@@Z @33815 NONAME ?Encode@H248_IndAudMediaDescriptor@@UBEXAAVPASN_Stream@@@Z @33816 NONAME ?Encode@H248_IndAudPackagesDescriptor@@UBEXAAVPASN_Stream@@@Z @33817 NONAME ?Encode@H248_IndAudPropertyParm@@UBEXAAVPASN_Stream@@@Z @33818 NONAME ?Encode@H248_IndAudSeqSigList@@UBEXAAVPASN_Stream@@@Z @33819 NONAME ?Encode@H248_IndAudSignal@@UBEXAAVPASN_Stream@@@Z @33820 NONAME ?Encode@H248_IndAudStatisticsDescriptor@@UBEXAAVPASN_Stream@@@Z @33821 NONAME ?Encode@H248_IndAudStreamDescriptor@@UBEXAAVPASN_Stream@@@Z @33822 NONAME ?Encode@H248_IndAudStreamParms@@UBEXAAVPASN_Stream@@@Z @33823 NONAME ?Encode@H248_IndAudTerminationStateDescriptor@@UBEXAAVPASN_Stream@@@Z @33824 NONAME ?Encode@H248_IP4Address@@UBEXAAVPASN_Stream@@@Z @33825 NONAME ?Encode@H248_IP6Address@@UBEXAAVPASN_Stream@@@Z @33826 NONAME ?Encode@H248_LocalControlDescriptor@@UBEXAAVPASN_Stream@@@Z @33827 NONAME ?Encode@H248_LocalRemoteDescriptor@@UBEXAAVPASN_Stream@@@Z @33828 NONAME ?Encode@H248_MediaDescriptor@@UBEXAAVPASN_Stream@@@Z @33829 NONAME ?Encode@H248_MegacoMessage@@UBEXAAVPASN_Stream@@@Z @33830 NONAME ?Encode@H248_Message@@UBEXAAVPASN_Stream@@@Z @33831 NONAME ?Encode@H248_ModemDescriptor@@UBEXAAVPASN_Stream@@@Z @33832 NONAME ?Encode@H248_MuxDescriptor@@UBEXAAVPASN_Stream@@@Z @33833 NONAME ?Encode@H248_NonStandardData@@UBEXAAVPASN_Stream@@@Z @33834 NONAME ?Encode@H248_NotifyReply@@UBEXAAVPASN_Stream@@@Z @33835 NONAME ?Encode@H248_NotifyRequest@@UBEXAAVPASN_Stream@@@Z @33836 NONAME ?Encode@H248_ObservedEvent@@UBEXAAVPASN_Stream@@@Z @33837 NONAME ?Encode@H248_ObservedEventsDescriptor@@UBEXAAVPASN_Stream@@@Z @33838 NONAME ?Encode@H248_PackagesItem@@UBEXAAVPASN_Stream@@@Z @33839 NONAME ?Encode@H248_PropertyParm@@UBEXAAVPASN_Stream@@@Z @33840 NONAME ?Encode@H248_RequestedActions@@UBEXAAVPASN_Stream@@@Z @33841 NONAME ?Encode@H248_RequestedEvent@@UBEXAAVPASN_Stream@@@Z @33842 NONAME ?Encode@H248_SecondEventsDescriptor@@UBEXAAVPASN_Stream@@@Z @33843 NONAME ?Encode@H248_SecondRequestedActions@@UBEXAAVPASN_Stream@@@Z @33844 NONAME ?Encode@H248_SecondRequestedEvent@@UBEXAAVPASN_Stream@@@Z @33845 NONAME ?Encode@H248_SeqSigList@@UBEXAAVPASN_Stream@@@Z @33846 NONAME ?Encode@H248_ServiceChangeParm@@UBEXAAVPASN_Stream@@@Z @33847 NONAME ?Encode@H248_ServiceChangeProfile@@UBEXAAVPASN_Stream@@@Z @33848 NONAME ?Encode@H248_ServiceChangeReply@@UBEXAAVPASN_Stream@@@Z @33849 NONAME ?Encode@H248_ServiceChangeRequest@@UBEXAAVPASN_Stream@@@Z @33850 NONAME ?Encode@H248_ServiceChangeResParm@@UBEXAAVPASN_Stream@@@Z @33851 NONAME ?Encode@H248_Signal@@UBEXAAVPASN_Stream@@@Z @33852 NONAME ?Encode@H248_SigParameter@@UBEXAAVPASN_Stream@@@Z @33853 NONAME ?Encode@H248_StatisticsParameter@@UBEXAAVPASN_Stream@@@Z @33854 NONAME ?Encode@H248_StreamDescriptor@@UBEXAAVPASN_Stream@@@Z @33855 NONAME ?Encode@H248_StreamParms@@UBEXAAVPASN_Stream@@@Z @33856 NONAME ?Encode@H248_SubtractRequest@@UBEXAAVPASN_Stream@@@Z @33857 NONAME ?Encode@H248_TerminationID@@UBEXAAVPASN_Stream@@@Z @33858 NONAME ?Encode@H248_TerminationStateDescriptor@@UBEXAAVPASN_Stream@@@Z @33859 NONAME ?Encode@H248_TimeNotation@@UBEXAAVPASN_Stream@@@Z @33860 NONAME ?Encode@H248_TopologyRequest@@UBEXAAVPASN_Stream@@@Z @33861 NONAME ?Encode@H248_TransactionAck@@UBEXAAVPASN_Stream@@@Z @33862 NONAME ?Encode@H248_TransactionPending@@UBEXAAVPASN_Stream@@@Z @33863 NONAME ?Encode@H248_TransactionReply@@UBEXAAVPASN_Stream@@@Z @33864 NONAME ?Encode@H248_TransactionRequest@@UBEXAAVPASN_Stream@@@Z @33865 NONAME ?encode@H261Encoder@@IAEHPBVVideoFrame@@PBE@Z @12314 NONAME ?Encode@H323StreamedPluginAudioCodec@@UBEHF@Z @50718 NONAME ?Encode@H323_ALawCodec@@UBEHF@Z @12315 NONAME ?Encode@H323_muLawCodec@@UBEHF@Z @12316 NONAME ?Encode@H45010_CfbOvrOptArg@@UBEXAAVPASN_Stream@@@Z @23749 NONAME ?Encode@H45010_CoReqOptArg@@UBEXAAVPASN_Stream@@@Z @23750 NONAME ?Encode@H45010_RUAlertOptArg@@UBEXAAVPASN_Stream@@@Z @23751 NONAME ?Encode@H45011_CIFrcRelArg@@UBEXAAVPASN_Stream@@@Z @23752 NONAME ?Encode@H45011_CIFrcRelOptRes@@UBEXAAVPASN_Stream@@@Z @23753 NONAME ?Encode@H45011_CIGetCIPLOptArg@@UBEXAAVPASN_Stream@@@Z @23754 NONAME ?Encode@H45011_CIGetCIPLRes@@UBEXAAVPASN_Stream@@@Z @23755 NONAME ?Encode@H45011_CIIsOptArg@@UBEXAAVPASN_Stream@@@Z @23756 NONAME ?Encode@H45011_CIIsOptRes@@UBEXAAVPASN_Stream@@@Z @23757 NONAME ?Encode@H45011_CINotificationArg@@UBEXAAVPASN_Stream@@@Z @23758 NONAME ?Encode@H45011_CIRequestArg@@UBEXAAVPASN_Stream@@@Z @23759 NONAME ?Encode@H45011_CIRequestRes@@UBEXAAVPASN_Stream@@@Z @23760 NONAME ?Encode@H45011_CISilentArg@@UBEXAAVPASN_Stream@@@Z @23761 NONAME ?Encode@H45011_CISilentOptRes@@UBEXAAVPASN_Stream@@@Z @23762 NONAME ?Encode@H45011_CIWobOptArg@@UBEXAAVPASN_Stream@@@Z @23763 NONAME ?Encode@H45011_CIWobOptRes@@UBEXAAVPASN_Stream@@@Z @23764 NONAME ?Encode@H4501_Address@@UBEXAAVPASN_Stream@@@Z @21821 NONAME ?Encode@H4501_AddressScreened@@UBEXAAVPASN_Stream@@@Z @21822 NONAME ?Encode@H4501_EndpointAddress@@UBEXAAVPASN_Stream@@@Z @21823 NONAME ?Encode@H4501_Extension@@UBEXAAVPASN_Stream@@@Z @21824 NONAME ?Encode@H4501_NetworkFacilityExtension@@UBEXAAVPASN_Stream@@@Z @21825 NONAME ?Encode@H4501_NumberScreened@@UBEXAAVPASN_Stream@@@Z @21826 NONAME ?Encode@H4501_SupplementaryService@@UBEXAAVPASN_Stream@@@Z @21827 NONAME ?Encode@H4501_UserSpecifiedSubaddress@@UBEXAAVPASN_Stream@@@Z @21828 NONAME ?Encode@H4502_CTActiveArg@@UBEXAAVPASN_Stream@@@Z @21829 NONAME ?Encode@H4502_CTCompleteArg@@UBEXAAVPASN_Stream@@@Z @21830 NONAME ?Encode@H4502_CTIdentifyRes@@UBEXAAVPASN_Stream@@@Z @21831 NONAME ?Encode@H4502_CTInitiateArg@@UBEXAAVPASN_Stream@@@Z @21832 NONAME ?Encode@H4502_CTSetupArg@@UBEXAAVPASN_Stream@@@Z @21833 NONAME ?Encode@H4502_CTUpdateArg@@UBEXAAVPASN_Stream@@@Z @21834 NONAME ?Encode@H4502_SubaddressTransferArg@@UBEXAAVPASN_Stream@@@Z @21835 NONAME ?Encode@H4503_IntResult@@UBEXAAVPASN_Stream@@@Z @22773 NONAME ?Encode@H4504_Extension@@UBEXAAVPASN_Stream@@@Z @22418 NONAME ?Encode@H4504_HoldNotificArg@@UBEXAAVPASN_Stream@@@Z @22419 NONAME ?Encode@H4504_RemoteHoldArg@@UBEXAAVPASN_Stream@@@Z @22420 NONAME ?Encode@H4504_RemoteHoldRes@@UBEXAAVPASN_Stream@@@Z @22421 NONAME ?Encode@H4504_RemoteRetrieveArg@@UBEXAAVPASN_Stream@@@Z @22422 NONAME ?Encode@H4504_RemoteRetrieveRes@@UBEXAAVPASN_Stream@@@Z @22423 NONAME ?Encode@H4504_RetrieveNotificArg@@UBEXAAVPASN_Stream@@@Z @22424 NONAME ?Encode@H4505_CpickupNotifyArg@@UBEXAAVPASN_Stream@@@Z @23765 NONAME ?Encode@H4505_CpNotifyArg@@UBEXAAVPASN_Stream@@@Z @23766 NONAME ?Encode@H4505_CpRequestArg@@UBEXAAVPASN_Stream@@@Z @23767 NONAME ?Encode@H4505_CpRequestRes@@UBEXAAVPASN_Stream@@@Z @23768 NONAME ?Encode@H4505_CpSetupArg@@UBEXAAVPASN_Stream@@@Z @23769 NONAME ?Encode@H4505_CpSetupRes@@UBEXAAVPASN_Stream@@@Z @23770 NONAME ?Encode@H4505_GroupIndicationOffArg@@UBEXAAVPASN_Stream@@@Z @23771 NONAME ?Encode@H4505_GroupIndicationOffRes@@UBEXAAVPASN_Stream@@@Z @23772 NONAME ?Encode@H4505_GroupIndicationOnArg@@UBEXAAVPASN_Stream@@@Z @23773 NONAME ?Encode@H4505_GroupIndicationOnRes@@UBEXAAVPASN_Stream@@@Z @23774 NONAME ?Encode@H4505_PickExeArg@@UBEXAAVPASN_Stream@@@Z @23775 NONAME ?Encode@H4505_PickExeRes@@UBEXAAVPASN_Stream@@@Z @23776 NONAME ?Encode@H4505_PickrequArg@@UBEXAAVPASN_Stream@@@Z @23777 NONAME ?Encode@H4505_PickrequRes@@UBEXAAVPASN_Stream@@@Z @23778 NONAME ?Encode@H4505_PickupArg@@UBEXAAVPASN_Stream@@@Z @23779 NONAME ?Encode@H4505_PickupRes@@UBEXAAVPASN_Stream@@@Z @23780 NONAME ?Encode@H4506_CallWaitingArg@@UBEXAAVPASN_Stream@@@Z @23781 NONAME ?Encode@H4507_MWIActivateArg@@UBEXAAVPASN_Stream@@@Z @23782 NONAME ?Encode@H4507_MWIDeactivateArg@@UBEXAAVPASN_Stream@@@Z @23783 NONAME ?Encode@H4507_MWIInterrogateArg@@UBEXAAVPASN_Stream@@@Z @23784 NONAME ?Encode@H4507_MWIInterrogateResElt@@UBEXAAVPASN_Stream@@@Z @23785 NONAME ?Encode@H4509_CcLongArg@@UBEXAAVPASN_Stream@@@Z @23786 NONAME ?Encode@H4509_CcRequestArg@@UBEXAAVPASN_Stream@@@Z @23787 NONAME ?Encode@H4509_CcRequestRes@@UBEXAAVPASN_Stream@@@Z @23788 NONAME ?Encode@H4509_CcShortArg@@UBEXAAVPASN_Stream@@@Z @23789 NONAME ?Encode@H501_AccessConfirmation@@UBEXAAVPASN_Stream@@@Z @36350 NONAME ?Encode@H501_AccessRejection@@UBEXAAVPASN_Stream@@@Z @36351 NONAME ?Encode@H501_AccessRequest@@UBEXAAVPASN_Stream@@@Z @36352 NONAME ?Encode@H501_AddressTemplate@@UBEXAAVPASN_Stream@@@Z @36353 NONAME ?Encode@H501_AlternatePE@@UBEXAAVPASN_Stream@@@Z @36354 NONAME ?Encode@H501_AlternatePEInfo@@UBEXAAVPASN_Stream@@@Z @36355 NONAME ?Encode@H501_AuthenticationConfirmation@@UBEXAAVPASN_Stream@@@Z @36356 NONAME ?Encode@H501_AuthenticationRejection@@UBEXAAVPASN_Stream@@@Z @36357 NONAME ?Encode@H501_AuthenticationRequest@@UBEXAAVPASN_Stream@@@Z @36358 NONAME ?Encode@H501_CallInformation@@UBEXAAVPASN_Stream@@@Z @36359 NONAME ?Encode@H501_ContactInformation@@UBEXAAVPASN_Stream@@@Z @36360 NONAME ?Encode@H501_Descriptor@@UBEXAAVPASN_Stream@@@Z @36361 NONAME ?Encode@H501_DescriptorConfirmation@@UBEXAAVPASN_Stream@@@Z @36362 NONAME ?Encode@H501_DescriptorIDConfirmation@@UBEXAAVPASN_Stream@@@Z @36363 NONAME ?Encode@H501_DescriptorIDRejection@@UBEXAAVPASN_Stream@@@Z @36364 NONAME ?Encode@H501_DescriptorIDRequest@@UBEXAAVPASN_Stream@@@Z @36365 NONAME ?Encode@H501_DescriptorInfo@@UBEXAAVPASN_Stream@@@Z @36366 NONAME ?Encode@H501_DescriptorRejection@@UBEXAAVPASN_Stream@@@Z @36367 NONAME ?Encode@H501_DescriptorRequest@@UBEXAAVPASN_Stream@@@Z @36368 NONAME ?Encode@H501_DescriptorUpdate@@UBEXAAVPASN_Stream@@@Z @36369 NONAME ?Encode@H501_DescriptorUpdateAck@@UBEXAAVPASN_Stream@@@Z @36370 NONAME ?Encode@H501_Message@@UBEXAAVPASN_Stream@@@Z @36371 NONAME ?Encode@H501_MessageCommonInfo@@UBEXAAVPASN_Stream@@@Z @36372 NONAME ?Encode@H501_NonStandardConfirmation@@UBEXAAVPASN_Stream@@@Z @36373 NONAME ?Encode@H501_NonStandardRejection@@UBEXAAVPASN_Stream@@@Z @36374 NONAME ?Encode@H501_NonStandardRequest@@UBEXAAVPASN_Stream@@@Z @36375 NONAME ?Encode@H501_PartyInformation@@UBEXAAVPASN_Stream@@@Z @36376 NONAME ?Encode@H501_Pattern_range@@UBEXAAVPASN_Stream@@@Z @36377 NONAME ?Encode@H501_PriceElement@@UBEXAAVPASN_Stream@@@Z @36378 NONAME ?Encode@H501_PriceInfoSpec@@UBEXAAVPASN_Stream@@@Z @36379 NONAME ?Encode@H501_RequestInProgress@@UBEXAAVPASN_Stream@@@Z @36380 NONAME ?Encode@H501_RouteInformation@@UBEXAAVPASN_Stream@@@Z @36381 NONAME ?Encode@H501_SecurityMode@@UBEXAAVPASN_Stream@@@Z @36382 NONAME ?Encode@H501_ServiceConfirmation@@UBEXAAVPASN_Stream@@@Z @36383 NONAME ?Encode@H501_ServiceRejection@@UBEXAAVPASN_Stream@@@Z @36384 NONAME ?Encode@H501_ServiceRelease@@UBEXAAVPASN_Stream@@@Z @36385 NONAME ?Encode@H501_ServiceRequest@@UBEXAAVPASN_Stream@@@Z @36386 NONAME ?Encode@H501_TerminationCause@@UBEXAAVPASN_Stream@@@Z @36387 NONAME ?Encode@H501_UnknownMessageResponse@@UBEXAAVPASN_Stream@@@Z @36388 NONAME ?Encode@H501_UpdateInformation@@UBEXAAVPASN_Stream@@@Z @36389 NONAME ?Encode@H501_UsageConfirmation@@UBEXAAVPASN_Stream@@@Z @36390 NONAME ?Encode@H501_UsageField@@UBEXAAVPASN_Stream@@@Z @36391 NONAME ?Encode@H501_UsageIndication@@UBEXAAVPASN_Stream@@@Z @36392 NONAME ?Encode@H501_UsageIndicationConfirmation@@UBEXAAVPASN_Stream@@@Z @36393 NONAME ?Encode@H501_UsageIndicationRejection@@UBEXAAVPASN_Stream@@@Z @36394 NONAME ?Encode@H501_UsageRejection@@UBEXAAVPASN_Stream@@@Z @36395 NONAME ?Encode@H501_UsageRequest@@UBEXAAVPASN_Stream@@@Z @36396 NONAME ?Encode@H501_UsageSpecification@@UBEXAAVPASN_Stream@@@Z @36397 NONAME ?Encode@H501_UsageSpecification_when@@UBEXAAVPASN_Stream@@@Z @36398 NONAME ?Encode@H501_UserInformation@@UBEXAAVPASN_Stream@@@Z @36399 NONAME ?Encode@H501_ValidationConfirmation@@UBEXAAVPASN_Stream@@@Z @36400 NONAME ?Encode@H501_ValidationRejection@@UBEXAAVPASN_Stream@@@Z @36401 NONAME ?Encode@H501_ValidationRequest@@UBEXAAVPASN_Stream@@@Z @36402 NONAME ?Encode@MCS_AUcf@@UBEXAAVPASN_Stream@@@Z @12332 NONAME ?Encode@MCS_AUrq@@UBEXAAVPASN_Stream@@@Z @12333 NONAME ?Encode@MCS_CAin@@UBEXAAVPASN_Stream@@@Z @12334 NONAME ?Encode@MCS_CArq@@UBEXAAVPASN_Stream@@@Z @12335 NONAME ?Encode@MCS_CCcf@@UBEXAAVPASN_Stream@@@Z @12336 NONAME ?Encode@MCS_CCrq@@UBEXAAVPASN_Stream@@@Z @12337 NONAME ?Encode@MCS_CDin@@UBEXAAVPASN_Stream@@@Z @12338 NONAME ?Encode@MCS_CDrq@@UBEXAAVPASN_Stream@@@Z @12339 NONAME ?Encode@MCS_CEin@@UBEXAAVPASN_Stream@@@Z @12340 NONAME ?Encode@MCS_CErq@@UBEXAAVPASN_Stream@@@Z @12341 NONAME ?Encode@MCS_ChannelAttributes_assigned@@UBEXAAVPASN_Stream@@@Z @12342 NONAME ?Encode@MCS_ChannelAttributes_private@@UBEXAAVPASN_Stream@@@Z @12343 NONAME ?Encode@MCS_ChannelAttributes_static@@UBEXAAVPASN_Stream@@@Z @12344 NONAME ?Encode@MCS_ChannelAttributes_userId@@UBEXAAVPASN_Stream@@@Z @12345 NONAME ?Encode@MCS_CJcf@@UBEXAAVPASN_Stream@@@Z @12346 NONAME ?Encode@MCS_CJrq@@UBEXAAVPASN_Stream@@@Z @12347 NONAME ?Encode@MCS_CLrq@@UBEXAAVPASN_Stream@@@Z @12348 NONAME ?Encode@MCS_Connect_Additional@@UBEXAAVPASN_Stream@@@Z @12349 NONAME ?Encode@MCS_Connect_Initial@@UBEXAAVPASN_Stream@@@Z @12350 NONAME ?Encode@MCS_Connect_Response@@UBEXAAVPASN_Stream@@@Z @12351 NONAME ?Encode@MCS_Connect_Result@@UBEXAAVPASN_Stream@@@Z @12352 NONAME ?Encode@MCS_DomainParameters@@UBEXAAVPASN_Stream@@@Z @12353 NONAME ?Encode@MCS_DPum@@UBEXAAVPASN_Stream@@@Z @12354 NONAME ?Encode@MCS_DUin@@UBEXAAVPASN_Stream@@@Z @12355 NONAME ?Encode@MCS_DUrq@@UBEXAAVPASN_Stream@@@Z @12356 NONAME ?Encode@MCS_EDrq@@UBEXAAVPASN_Stream@@@Z @12357 NONAME ?Encode@MCS_MCcf@@UBEXAAVPASN_Stream@@@Z @12358 NONAME ?Encode@MCS_MCrq@@UBEXAAVPASN_Stream@@@Z @12359 NONAME ?Encode@MCS_MTcf@@UBEXAAVPASN_Stream@@@Z @12360 NONAME ?Encode@MCS_MTrq@@UBEXAAVPASN_Stream@@@Z @12361 NONAME ?Encode@MCS_PCin@@UBEXAAVPASN_Stream@@@Z @12362 NONAME ?Encode@MCS_PDin@@UBEXAAVPASN_Stream@@@Z @12363 NONAME ?Encode@MCS_PTin@@UBEXAAVPASN_Stream@@@Z @12364 NONAME ?Encode@MCS_RJum@@UBEXAAVPASN_Stream@@@Z @12365 NONAME ?Encode@MCS_SDin@@UBEXAAVPASN_Stream@@@Z @12366 NONAME ?Encode@MCS_SDrq@@UBEXAAVPASN_Stream@@@Z @12367 NONAME ?Encode@MCS_TGcf@@UBEXAAVPASN_Stream@@@Z @12368 NONAME ?Encode@MCS_TGrq@@UBEXAAVPASN_Stream@@@Z @12369 NONAME ?Encode@MCS_TIcf@@UBEXAAVPASN_Stream@@@Z @12370 NONAME ?Encode@MCS_TIrq@@UBEXAAVPASN_Stream@@@Z @12371 NONAME ?Encode@MCS_TokenAttributes_given@@UBEXAAVPASN_Stream@@@Z @12372 NONAME ?Encode@MCS_TokenAttributes_giving@@UBEXAAVPASN_Stream@@@Z @12373 NONAME ?Encode@MCS_TokenAttributes_grabbed@@UBEXAAVPASN_Stream@@@Z @12374 NONAME ?Encode@MCS_TokenAttributes_inhibited@@UBEXAAVPASN_Stream@@@Z @12375 NONAME ?Encode@MCS_TokenAttributes_ungivable@@UBEXAAVPASN_Stream@@@Z @12376 NONAME ?Encode@MCS_TPin@@UBEXAAVPASN_Stream@@@Z @12377 NONAME ?Encode@MCS_TPrq@@UBEXAAVPASN_Stream@@@Z @12378 NONAME ?Encode@MCS_TRcf@@UBEXAAVPASN_Stream@@@Z @12379 NONAME ?Encode@MCS_TRrq@@UBEXAAVPASN_Stream@@@Z @12380 NONAME ?Encode@MCS_TTcf@@UBEXAAVPASN_Stream@@@Z @12381 NONAME ?Encode@MCS_TTrq@@UBEXAAVPASN_Stream@@@Z @12382 NONAME ?Encode@MCS_TVcf@@UBEXAAVPASN_Stream@@@Z @12383 NONAME ?Encode@MCS_TVin@@UBEXAAVPASN_Stream@@@Z @12384 NONAME ?Encode@MCS_TVrq@@UBEXAAVPASN_Stream@@@Z @12385 NONAME ?Encode@MCS_TVrs@@UBEXAAVPASN_Stream@@@Z @12386 NONAME ?Encode@MCS_USin@@UBEXAAVPASN_Stream@@@Z @12387 NONAME ?Encode@MCS_USrq@@UBEXAAVPASN_Stream@@@Z @12388 NONAME ?Encode@OpalG711ALaw64k_Decoder@@UAEHPBXPAIPAX11@Z @52570 NONAME ?Encode@OpalG711ALaw64k_Encoder@@UAEHPBXPAIPAX11@Z @52571 NONAME ?Encode@OpalG711uLaw64k_Decoder@@UAEHPBXPAIPAX11@Z @52572 NONAME ?Encode@OpalG711uLaw64k_Encoder@@UAEHPBXPAIPAX11@Z @52573 NONAME ?Encode@OpalPluginCodec@@UAEHPBXPAIPAX11@Z @52574 NONAME ?Encode@Q931@@QBEHAAVPBYTEArray@@@Z @12389 NONAME ?Encode@T38_Data_Field_subtype@@UBEXAAVPASN_Stream@@@Z @28233 NONAME ?Encode@T38_IFPPacket@@UBEXAAVPASN_Stream@@@Z @28234 NONAME ?Encode@T38_PreCorrigendum_Data_Field_subtype@@UBEXAAVPASN_Stream@@@Z @31744 NONAME ?Encode@T38_PreCorrigendum_IFPPacket@@UBEXAAVPASN_Stream@@@Z @31745 NONAME ?Encode@T38_UDPTLPacket@@UBEXAAVPASN_Stream@@@Z @28235 NONAME ?Encode@T38_UDPTLPacket_error_recovery_fec_info@@UBEXAAVPASN_Stream@@@Z @28236 NONAME ?Encode@X224@@QBEHAAVPBYTEArray@@@Z @12390 NONAME ?Encode@X880_Invoke@@UBEXAAVPASN_Stream@@@Z @21836 NONAME ?Encode@X880_Reject@@UBEXAAVPASN_Stream@@@Z @21837 NONAME ?Encode@X880_ReturnError@@UBEXAAVPASN_Stream@@@Z @21838 NONAME ?Encode@X880_ReturnResult@@UBEXAAVPASN_Stream@@@Z @21839 NONAME ?Encode@X880_ReturnResult_result@@UBEXAAVPASN_Stream@@@Z @21840 NONAME ?EncodeFrame@H323PluginFramedAudioCodec@@UAEHPAEAAI@Z @50719 NONAME ?EncodeFrame@H323StreamedAudioCodec@@UAEHPAEAAI@Z @12391 NONAME ?EncodeSample@H323_ALawCodec@@SAHF@Z @29386 NONAME ?EncodeSample@H323_muLawCodec@@SAHF@Z @29387 NONAME ?EncodeSubType@T38_UDPTLPacket_primary_ifp_packet@@QAEXABVT38_IFPPacket@@@Z @29352 NONAME ?encode_blk@H261Encoder@@IAEXPBFPBD@Z @12394 NONAME ?encode_mb@H261DCTEncoder@@MAEXIPBEIIH@Z @12395 NONAME ?encode_mb@H261Encoder@@MAEXIPBEIIH@Z @12396 NONAME ?encode_mb@H261PixelEncoder@@MAEXIPBEIIH@Z @12397 NONAME ?end@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAE?AViterator@12@XZ @52914 NONAME ?end@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE?AViterator@12@XZ @52271 NONAME ?end@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@XZ @52915 NONAME ?end@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@XZ @52009 NONAME ?end@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@XZ @52010 NONAME ?end@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@XZ @52575 NONAME ?end@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@XZ @52011 NONAME ?EndTransmit@OpalRFC2833@@UAEHXZ @29935 NONAME ?Enqueue@ByteQueue@OpalVoipBlasterDevice@@QAEHE@Z @29761 NONAME ?equal_range@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AU?$pair@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@V123@@2@ABVPString@@@Z @53227 NONAME ?erase@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE?AViterator@12@V312@0@Z @52272 NONAME ?erase@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE?AViterator@12@V312@@Z @52273 NONAME ?erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@0@Z @52916 NONAME ?erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@@Z @52917 NONAME ?erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@0@Z @52012 NONAME ?erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@@Z @52013 NONAME ?erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@0@Z @52014 NONAME ?erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@@Z @52015 NONAME ?erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@0@Z @52576 NONAME ?erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@@Z @52577 NONAME ?erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@0@Z @52016 NONAME ?erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@@Z @52017 NONAME ?erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEIABVPString@@@Z @53228 NONAME ?err@P64Decoder@@MBAXPBDZZ @12398 NONAME ?ETSIXMLTokenOID@OpalOSP@@3PBDB @53011 NONAME ?Exit@RTP_SessionManager@@QAEXXZ @24352 NONAME ?ExtractTransport@H323_RTP_UDP@@MAEHABVH245_TransportAddress@@HAAI@Z @34895 NONAME ?FastStartStateNames@H323Connection@@1QBQBDB @12399 NONAME ?FastUpdatePicture@P64Encoder@@QAEXXZ @37753 NONAME ?FastUpdatePicture@Pre_Vid_Coder@@QAEXXZ @37754 NONAME ?fdct@@YAXPBEHPAFPBM@Z @30570 NONAME ?fdct_fold_q@@YAXPBHPAM@Z @30571 NONAME ?filter@P64Decoder@@IAEXPAE0I@Z @12402 NONAME ?Finalise@H235Authenticator@@UAEHAAVPBYTEArray@@@Z @34835 NONAME ?Finalise@H235AuthProcedure1@@UAEHAAVPBYTEArray@@@Z @28872 NONAME ?find@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE?AViterator@12@ABI@Z @52274 NONAME ?find@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@ABVPString@@@Z @52918 NONAME ?find@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@ABVPString@@@Z @52018 NONAME ?find@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@ABVPString@@@Z @52019 NONAME ?find@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@ABVPString@@@Z @52578 NONAME ?find@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@ABVPString@@@Z @52020 NONAME ?FindCall@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323GatekeeperCall@@@@ABVOpalGloballyUniqueID@@HW4PSafetyMode@@@Z @30419 NONAME ?FindCall@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323GatekeeperCall@@@@ABVOpalGloballyUniqueID@@W4Direction@H323GatekeeperCall@@W4PSafetyMode@@@Z @30420 NONAME ?FindCall@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323GatekeeperCall@@@@ABVPString@@W4PSafetyMode@@@Z @31487 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@ABV2@@Z @17219 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@ABVH245_Capability@@@Z @17220 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@ABVH245_DataType@@@Z @17221 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@ABVH245_ModeElement@@@Z @29565 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@ABVPString@@W4CapabilityDirection@2@@Z @29109 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@I@Z @17222 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@W4CapabilityDirection@2@@Z @29110 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@W4MainTypes@2@ABVPASN_Choice@@PBI@Z @38327 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@W4MainTypes@2@I@Z @17223 NONAME ?FindCapability@H323EndPoint@@QBEPAVH323Capability@@ABVH245_Capability@@@Z @17224 NONAME ?FindCapability@H323EndPoint@@QBEPAVH323Capability@@ABVH245_DataType@@@Z @17225 NONAME ?FindCapability@H323EndPoint@@QBEPAVH323Capability@@W4MainTypes@2@I@Z @17226 NONAME ?FindChannel@H245NegLogicalChannels@@QAEPAVH323Channel@@IH@Z @12406 NONAME ?FindChannel@H323Connection@@QBEPAVH323Channel@@IH@Z @17193 NONAME ?FindChannelBySession@H245NegLogicalChannels@@QAEPAVH323Channel@@IH@Z @17194 NONAME ?FindConnectionWithLock@H323EndPoint@@QAEPAVH323Connection@@ABVPString@@@Z @12407 NONAME ?FindConnectionWithoutLocks@H323EndPoint@@IAEPAVH323Connection@@ABVPString@@@Z @12408 NONAME ?FindDestinationEndPoint@H323GatekeeperServer@@QAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVOpalGloballyUniqueID@@W4Direction@H323GatekeeperCall@@@Z @38319 NONAME ?FindEndPointByAliasAddress@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVH225_AliasAddress@@W4PSafetyMode@@@Z @30421 NONAME ?FindEndPointByAliasString@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVPString@@W4PSafetyMode@@@Z @30422 NONAME ?FindEndPointByIdentifier@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVPString@@W4PSafetyMode@@@Z @30423 NONAME ?FindEndPointByPartialAlias@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVPString@@W4PSafetyMode@@@Z @31690 NONAME ?FindEndPointByPrefixString@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVPString@@W4PSafetyMode@@@Z @38321 NONAME ?FindEndPointBySignalAddress@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVH323TransportAddress@@W4PSafetyMode@@@Z @30424 NONAME ?FindEndPointBySignalAddresses@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVH225_ArrayOf_TransportAddress@@W4PSafetyMode@@@Z @30425 NONAME ?FindMediaFormat@@YA?AVOpalMediaFormat@@W4PayloadTypes@RTP_DataFrame@@@Z @20607 NONAME ?FindNegLogicalChannel@H245NegLogicalChannels@@QAEPAVH245NegLogicalChannel@@IH@Z @30857 NONAME ?FindWithLock@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UAE?AV?$PSafePtr@VH323GatekeeperCall@@@@ABVH323GatekeeperCall@@W4PSafetyMode@@@Z @31639 NONAME ?FindWithLock@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UAE?AV?$PSafePtr@VH323PeerElementDescriptor@@@@ABVH323PeerElementDescriptor@@W4PSafetyMode@@@Z @37259 NONAME ?FindWithLock@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UAE?AV?$PSafePtr@VH323PeerElementServiceRelationship@@@@ABVH323PeerElementServiceRelationship@@W4PSafetyMode@@@Z @37260 NONAME ?FindWithLock@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVPString@@W4PSafetyMode@@@Z @31640 NONAME ?First@RTP_SessionManager@@QAEPAVRTP_Session@@XZ @24353 NONAME ?flush@H261Encoder@@IAEHPAUpktbuf@Transmitter@@H0@Z @12410 NONAME ?Flush@VoipBlasterInterface@@QAEXVPTimeInterval@@@Z @38301 NONAME ?ForwardCall@H323Connection@@UAEHABVPString@@@Z @17395 NONAME ?ForwardConnection@H323EndPoint@@UAEHAAVH323Connection@@ABVPString@@ABVH323SignalPDU@@@Z @31696 NONAME ?Free_Memory@Pre_Vid_Coder@@IAEXXZ @12417 NONAME ?GenerateCallReference@Q931@@SAIXZ @29188 NONAME ?GetAdmissionRequestAuthentication@H323Connection@@UAEHABVH225_AdmissionRequest@@AAVH235Authenticators@@@Z @38012 NONAME ?GetAdmissionRequestAuthentication@H323GatekeeperServer@@UAEHAAVH323GatekeeperARQ@@AAVH235Authenticators@@@Z @38013 NONAME ?GetAEC@OpalIxJDevice@@UAE?AW4AECLevels@OpalLineInterfaceDevice@@I@Z @12419 NONAME ?GetAEC@OpalLineInterfaceDevice@@UAE?AW4AECLevels@1@I@Z @12420 NONAME ?GetAEC@OpalVoipBlasterDevice@@UAE?AW4AECLevels@OpalLineInterfaceDevice@@I@Z @29763 NONAME ?GetAlertingTime@H323Connection@@QBE?AVPTime@@XZ @29557 NONAME ?GetAlias@H323RegisteredEndPoint@@QBE?AVPString@@H@Z @28515 NONAME ?GetAliasCount@H323RegisteredEndPoint@@QBEHXZ @28516 NONAME ?GetAliases@H323RegisteredEndPoint@@QBEABVPStringArray@@XZ @37747 NONAME ?GetAliasNames@H323EndPoint@@QBEABVPStringList@@XZ @12421 NONAME ?GetAllConnections@H323EndPoint@@QAE?AVPStringList@@XZ @30572 NONAME ?GetAt@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UBEPAVH245NegLogicalChannel@@ABVH323ChannelNumber@@@Z @12424 NONAME ?GetAt@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UBEPAVH323ServiceControlSession@@ABVPOrdinalKey@@@Z @33866 NONAME ?GetAt@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UBEPAVH450xHandler@@ABVPOrdinalKey@@@Z @29022 NONAME ?GetAt@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UBEPAVPBYTEArray@@ABVPOrdinalKey@@@Z @12425 NONAME ?GetAt@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UBEPAVRequest@H323Transactor@@ABVPOrdinalKey@@@Z @37408 NONAME ?GetAt@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UBEPAVRTP_Session@@ABVPOrdinalKey@@@Z @12426 NONAME ?GetAt@?$PDictionary@VPString@@VH323Connection@@@@UBEPAVH323Connection@@ABVPString@@@Z @12427 NONAME ?GetAt@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UBEPAVH323RegisteredEndPoint@@ABVPString@@@Z @28517 NONAME ?GetAt@?$PDictionary@VPString@@VPOrdinalKey@@@@UBEPAVPOrdinalKey@@ABVPString@@@Z @37488 NONAME ?GetAt@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UAE?AV?$PSafePtr@VH323GatekeeperCall@@@@HW4PSafetyMode@@@Z @52330 NONAME ?GetAt@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UAE?AV?$PSafePtr@VH323PeerElementDescriptor@@@@HW4PSafetyMode@@@Z @52331 NONAME ?GetAt@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UAE?AV?$PSafePtr@VH323PeerElementServiceRelationship@@@@HW4PSafetyMode@@@Z @52332 NONAME ?GetAt@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@HW4PSafetyMode@@@Z @52333 NONAME ?GetAuthenticators@H323RegisteredEndPoint@@UBEABVH235Authenticators@@XZ @31306 NONAME ?GetAuthenticators@H323TransactionPDU@@QBEABVH235Authenticators@@XZ @36820 NONAME ?GetAverageSignalLevel@G7231_File_Codec@@UAEIXZ @31453 NONAME ?GetAverageSignalLevel@H323AudioCodec@@UAEIXZ @12429 NONAME ?GetAverageSignalLevel@H323FramedAudioCodec@@UAEIXZ @12430 NONAME ?GetAverageSignalLevel@H323_LIDCodec@@UAEIXZ @12431 NONAME ?GetAverageSignalLevel@OpalIxJDevice@@UAEIIH@Z @20919 NONAME ?GetAverageSignalLevel@OpalLineInterfaceDevice@@UAEIIH@Z @20920 NONAME ?GetAverageSignalLevel@OpalVoipBlasterDevice@@UAEIIH@Z @29764 NONAME ?GetBandwidth@G7231_File_Codec@@QBEIXZ @31088 NONAME ?GetBandwidth@OpalMediaFormat@@QBEIXZ @20608 NONAME ?GetBandwidthAvailable@H323Connection@@QBEIXZ @12437 NONAME ?GetBandwidthUsed@H323Channel@@QBEIXZ @12438 NONAME ?GetBandwidthUsed@H323Connection@@QBEIXZ @12439 NONAME ?GetBearerCapabilities@Q931@@QAEHAAW4InformationTransferCapability@1@AAIPAI2@Z @29098 NONAME ?GetBitsPerSec@OpalG711ALaw64k_Base@@UBEIXZ @52579 NONAME ?GetBitsPerSec@OpalG711uLaw64k_Base@@UBEIXZ @52580 NONAME ?GetBitsPerSec@OpalPluginCodec@@UBEIXZ @52581 NONAME ?GetBytesPerFrame@OpalG711ALaw64k_Base@@UBEIXZ @52582 NONAME ?GetBytesPerFrame@OpalG711uLaw64k_Base@@UBEIXZ @52583 NONAME ?GetBytesPerFrame@OpalPluginCodec@@UBEIXZ @52584 NONAME ?GetCall@H323RegisteredEndPoint@@QAEAAVH323GatekeeperCall@@H@Z @31264 NONAME ?GetCallCount@H323RegisteredEndPoint@@QBEHXZ @31265 NONAME ?GetCallCreditAmount@H323GatekeeperCall@@UBE?AVPString@@XZ @33867 NONAME ?GetCallCreditAmount@H323RegisteredEndPoint@@UBE?AVPString@@XZ @33868 NONAME ?GetCallCreditMode@H323GatekeeperCall@@UBEHXZ @33869 NONAME ?GetCallCreditMode@H323RegisteredEndPoint@@UBEHXZ @33870 NONAME ?GetCalledPartyNumber@Q931@@QBEHAAVPString@@PAI1@Z @12440 NONAME ?GetCallEndReason@H323Connection@@QBE?AW4CallEndReason@1@XZ @17399 NONAME ?GetCallerID@OpalIxJDevice@@UAEHIAAVPString@@H@Z @12441 NONAME ?GetCallerID@OpalLineInterfaceDevice@@UAEHIAAVPString@@H@Z @12442 NONAME ?GetCallerID@OpalVoipBlasterDevice@@UAEHIAAVPString@@H@Z @29765 NONAME ?GetCallIdentifier@H323Connection@@QBEABVOpalGloballyUniqueID@@XZ @20691 NONAME ?GetCallIdentifier@H323GatekeeperCall@@QBEABVOpalGloballyUniqueID@@XZ @31230 NONAME ?GetCallIdentityDictionary@H323EndPoint@@QAEAAV?$PDictionary@VPString@@VH323Connection@@@@XZ @30078 NONAME ?GetCallingPartyNumber@Q931@@QBEHAAVPString@@PAI111II@Z @17163 NONAME ?GetCallIntrusionProtectionLevel@H323EndPoint@@QBEIXZ @30749 NONAME ?GetCallIntrusionT1@H323EndPoint@@QBEABVPTimeInterval@@XZ @30750 NONAME ?GetCallIntrusionT5@H323EndPoint@@QBEABVPTimeInterval@@XZ @31209 NONAME ?GetCallIntrusionT6@H323EndPoint@@QBEABVPTimeInterval@@XZ @31210 NONAME ?GetCallReference@H323Connection@@QBEIXZ @12445 NONAME ?GetCallReference@H323GatekeeperCall@@QBEIXZ @31231 NONAME ?GetCallReference@Q931@@QBEIXZ @12446 NONAME ?GetCallState@Q931@@QBE?AW4CallStates@1@PAI@Z @30255 NONAME ?GetCallToken@H323Connection@@QBEABVPString@@XZ @12447 NONAME ?GetCallTransferInvokeId@H323Connection@@QAEHXZ @29023 NONAME ?GetCallTransferT1@H323EndPoint@@QBEABVPTimeInterval@@XZ @30290 NONAME ?GetCallTransferT2@H323EndPoint@@QBEABVPTimeInterval@@XZ @30291 NONAME ?GetCallTransferT3@H323EndPoint@@QBEABVPTimeInterval@@XZ @30292 NONAME ?GetCallTransferT4@H323EndPoint@@QBEABVPTimeInterval@@XZ @30293 NONAME ?GetCanonicalName@RTP_Session@@QBE?AVPString@@XZ @31763 NONAME ?GetCapabilities@H323EndPoint@@QBEABVH323Capabilities@@XZ @17227 NONAME ?GetCapability@H323Channel@@QBEABVH323Capability@@XZ @12448 NONAME ?GetCapabilityDirection@H323Capability@@QBE?AW4CapabilityDirection@1@XZ @29111 NONAME ?GetCapabilityExchangeTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @30294 NONAME ?GetCapabilityNumber@H323Capability@@QBEIXZ @12450 NONAME ?GetCause@Q931@@QBE?AW4CauseValues@1@PAI0@Z @17400 NONAME ?GetChannel@H245NegLogicalChannel@@QAEPAVH323Channel@@XZ @12453 NONAME ?GetChannelAt@H245NegLogicalChannels@@QAEPAVH323Channel@@H@Z @17437 NONAME ?GetChannelIdentification@Q931@@QBEHPAI0PAH@Z @37332 NONAME ?GetChannelThreadPriority@H323EndPoint@@QBE?AW4Priority@PThread@@XZ @52334 NONAME ?GetChannelThreadStackSize@H323EndPoint@@QBEHXZ @12455 NONAME ?GetCheckResponseCryptoTokens@H323Transactor@@QAEHXZ @37409 NONAME ?GetChoice@H323RasPDU@@UAEAAVPASN_Choice@@XZ @36821 NONAME ?GetChoice@H323RasPDU@@UBEABVPASN_Choice@@XZ @35005 NONAME ?GetChoice@H501PDU@@UAEAAVPASN_Choice@@XZ @37114 NONAME ?GetChoice@H501PDU@@UBEABVPASN_Choice@@XZ @37115 NONAME ?GetClass@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBEPBDI@Z @27817 NONAME ?GetClass@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBEPBDI@Z @27818 NONAME ?GetClass@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBEPBDI@Z @27819 NONAME ?GetClass@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBEPBDI@Z @27820 NONAME ?GetClass@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBEPBDI@Z @27821 NONAME ?GetClass@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBEPBDI@Z @27822 NONAME ?GetClass@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBEPBDI@Z @27823 NONAME ?GetClass@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBEPBDI@Z @27824 NONAME ?GetClass@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBEPBDI@Z @27825 NONAME ?GetClass@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBEPBDI@Z @27826 NONAME ?GetClass@?$PArray@V?$PList@VH323Capability@@@@@@UBEPBDI@Z @12466 NONAME ?GetClass@?$PArray@VH323SimultaneousCapabilities@@@@UBEPBDI@Z @12467 NONAME ?GetClass@?$PArray@VH323TransportAddress@@@@UBEPBDI@Z @28519 NONAME ?GetClass@?$PArray@VReceiverReport@RTP_Session@@@@UBEPBDI@Z @17088 NONAME ?GetClass@?$PArray@VSourceDescription@RTP_Session@@@@UBEPBDI@Z @17089 NONAME ?GetClass@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UBEPBDI@Z @12468 NONAME ?GetClass@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UBEPBDI@Z @33871 NONAME ?GetClass@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UBEPBDI@Z @29024 NONAME ?GetClass@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UBEPBDI@Z @12469 NONAME ?GetClass@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UBEPBDI@Z @37410 NONAME ?GetClass@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UBEPBDI@Z @12470 NONAME ?GetClass@?$PDictionary@VPString@@VH323Connection@@@@UBEPBDI@Z @12471 NONAME ?GetClass@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UBEPBDI@Z @28520 NONAME ?GetClass@?$PDictionary@VPString@@VPOrdinalKey@@@@UBEPBDI@Z @37489 NONAME ?GetClass@?$PList@VH235Authenticator@@@@UBEPBDI@Z @28877 NONAME ?GetClass@?$PList@VH245_GenericParameter@@@@UBEPBDI@Z @53345 NONAME ?GetClass@?$PList@VH263Packet@@@@UBEPBDI@Z @53884 NONAME ?GetClass@?$PList@VH323Capability@@@@UBEPBDI@Z @12472 NONAME ?GetClass@?$PList@VH323Channel@@@@UBEPBDI@Z @12473 NONAME ?GetClass@?$PList@VH323GatekeeperListener@@@@UBEPBDI@Z @28521 NONAME ?GetClass@?$PList@VH323Listener@@@@UBEPBDI@Z @12475 NONAME ?GetClass@?$PList@VH323Transactor@@@@UBEPBDI@Z @35007 NONAME ?GetClass@?$PList@VH450xHandler@@@@UBEPBDI@Z @29025 NONAME ?GetClass@?$PList@VOpalMediaFormat@@@@UBEPBDI@Z @20609 NONAME ?GetClass@?$PList@VPBYTEArray@@@@UBEPBDI@Z @34565 NONAME ?GetClass@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UBEPBDI@Z @31641 NONAME ?GetClass@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UBEPBDI@Z @37261 NONAME ?GetClass@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UBEPBDI@Z @37262 NONAME ?GetClass@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UBEPBDI@Z @31642 NONAME ?GetClass@?$PSafePtr@VH323GatekeeperCall@@@@UBEPBDI@Z @30430 NONAME ?GetClass@?$PSafePtr@VH323PeerElementDescriptor@@@@UBEPBDI@Z @37263 NONAME ?GetClass@?$PSafePtr@VH323PeerElementServiceRelationship@@@@UBEPBDI@Z @37264 NONAME ?GetClass@?$PSafePtr@VH323RegisteredEndPoint@@@@UBEPBDI@Z @30431 NONAME ?GetClass@?$PSet@VPOrdinalKey@@@@UBEPBDI@Z @37490 NONAME ?GetClass@?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@UBEPBDI@Z @30831 NONAME ?GetClass@?$PSortedList@VH225_AliasAddress@@@@UBEPBDI@Z @37652 NONAME ?GetClass@?$PSortedList@VH323GatekeeperCall@@@@UBEPBDI@Z @28522 NONAME ?GetClass@?$PSortedList@VH323PeerElementDescriptor@@@@UBEPBDI@Z @37265 NONAME ?GetClass@?$PSortedList@VH323PeerElementServiceRelationship@@@@UBEPBDI@Z @37266 NONAME ?GetClass@?$PSortedList@VMXRecord@PDNS@@@@UBEPBDI@Z @52919 NONAME ?GetClass@?$PSortedList@VResponse@H323Transactor@@@@UBEPBDI@Z @37411 NONAME ?GetClass@?$PSortedList@VSRVRecord@PDNS@@@@UBEPBDI@Z @52920 NONAME ?GetClass@AlternateInfo@H323Gatekeeper@@UBEPBDI@Z @30832 NONAME ?GetClass@ByteQueue@OpalVoipBlasterDevice@@UBEPBDI@Z @29766 NONAME ?GetClass@FilterInfo@H323Codec@@UBEPBDI@Z @29976 NONAME ?GetClass@G7231_File_Capability@@UBEPBDI@Z @31090 NONAME ?GetClass@G7231_File_Codec@@UBEPBDI@Z @31091 NONAME ?GetClass@GCC_AlternativeNodeID@@UBEPBDI@Z @12476 NONAME ?GetClass@GCC_ApplicationInvokeIndication@@UBEPBDI@Z @12477 NONAME ?GetClass@GCC_ApplicationInvokeSpecifier@@UBEPBDI@Z @12478 NONAME ?GetClass@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@UBEPBDI@Z @12479 NONAME ?GetClass@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBEPBDI@Z @12480 NONAME ?GetClass@GCC_ApplicationRecord@@UBEPBDI@Z @12481 NONAME ?GetClass@GCC_ApplicationRecord_nonCollapsingCapabilities@@UBEPBDI@Z @12482 NONAME ?GetClass@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBEPBDI@Z @12483 NONAME ?GetClass@GCC_ArrayOf_ApplicationInvokeSpecifier@@UBEPBDI@Z @12484 NONAME ?GetClass@GCC_ArrayOf_ChallengeItem@@UBEPBDI@Z @12485 NONAME ?GetClass@GCC_ArrayOf_ConferenceDescriptor@@UBEPBDI@Z @12486 NONAME ?GetClass@GCC_ArrayOf_Privilege@@UBEPBDI@Z @12487 NONAME ?GetClass@GCC_ArrayOf_TextString@@UBEPBDI@Z @12488 NONAME ?GetClass@GCC_ArrayOf_UserID@@UBEPBDI@Z @12489 NONAME ?GetClass@GCC_AsymmetryIndicator@@UBEPBDI@Z @12490 NONAME ?GetClass@GCC_CapabilityClass@@UBEPBDI@Z @12491 NONAME ?GetClass@GCC_CapabilityID@@UBEPBDI@Z @12492 NONAME ?GetClass@GCC_ChallengeItem@@UBEPBDI@Z @12493 NONAME ?GetClass@GCC_ChallengeRequest@@UBEPBDI@Z @12494 NONAME ?GetClass@GCC_ChallengeResponse@@UBEPBDI@Z @12495 NONAME ?GetClass@GCC_ChallengeResponseAlgorithm@@UBEPBDI@Z @12496 NONAME ?GetClass@GCC_ChallengeResponseItem@@UBEPBDI@Z @12497 NONAME ?GetClass@GCC_ChannelID@@UBEPBDI@Z @12498 NONAME ?GetClass@GCC_ChannelType@@UBEPBDI@Z @12499 NONAME ?GetClass@GCC_ConductorAssignIndication@@UBEPBDI@Z @12500 NONAME ?GetClass@GCC_ConductorPermissionAskIndication@@UBEPBDI@Z @12501 NONAME ?GetClass@GCC_ConductorPermissionGrantIndication@@UBEPBDI@Z @12502 NONAME ?GetClass@GCC_ConductorReleaseIndication@@UBEPBDI@Z @12503 NONAME ?GetClass@GCC_ConferenceAddRequest@@UBEPBDI@Z @12504 NONAME ?GetClass@GCC_ConferenceAddResponse@@UBEPBDI@Z @12505 NONAME ?GetClass@GCC_ConferenceAddResponse_result@@UBEPBDI@Z @12506 NONAME ?GetClass@GCC_ConferenceAssistanceIndication@@UBEPBDI@Z @12507 NONAME ?GetClass@GCC_ConferenceCreateRequest@@UBEPBDI@Z @12508 NONAME ?GetClass@GCC_ConferenceCreateResponse@@UBEPBDI@Z @12509 NONAME ?GetClass@GCC_ConferenceCreateResponse_result@@UBEPBDI@Z @12510 NONAME ?GetClass@GCC_ConferenceDescriptor@@UBEPBDI@Z @12511 NONAME ?GetClass@GCC_ConferenceEjectUserIndication@@UBEPBDI@Z @12512 NONAME ?GetClass@GCC_ConferenceEjectUserIndication_reason@@UBEPBDI@Z @12513 NONAME ?GetClass@GCC_ConferenceEjectUserRequest@@UBEPBDI@Z @12514 NONAME ?GetClass@GCC_ConferenceEjectUserRequest_reason@@UBEPBDI@Z @12515 NONAME ?GetClass@GCC_ConferenceEjectUserResponse@@UBEPBDI@Z @12516 NONAME ?GetClass@GCC_ConferenceEjectUserResponse_result@@UBEPBDI@Z @12517 NONAME ?GetClass@GCC_ConferenceInviteRequest@@UBEPBDI@Z @12518 NONAME ?GetClass@GCC_ConferenceInviteResponse@@UBEPBDI@Z @12519 NONAME ?GetClass@GCC_ConferenceInviteResponse_result@@UBEPBDI@Z @12520 NONAME ?GetClass@GCC_ConferenceJoinRequest@@UBEPBDI@Z @12521 NONAME ?GetClass@GCC_ConferenceJoinResponse@@UBEPBDI@Z @12522 NONAME ?GetClass@GCC_ConferenceJoinResponse_result@@UBEPBDI@Z @12523 NONAME ?GetClass@GCC_ConferenceLockIndication@@UBEPBDI@Z @12524 NONAME ?GetClass@GCC_ConferenceLockRequest@@UBEPBDI@Z @12525 NONAME ?GetClass@GCC_ConferenceLockResponse@@UBEPBDI@Z @12526 NONAME ?GetClass@GCC_ConferenceLockResponse_result@@UBEPBDI@Z @12527 NONAME ?GetClass@GCC_ConferenceName@@UBEPBDI@Z @12528 NONAME ?GetClass@GCC_ConferenceNameModifier@@UBEPBDI@Z @12529 NONAME ?GetClass@GCC_ConferenceNameSelector@@UBEPBDI@Z @12530 NONAME ?GetClass@GCC_ConferencePriority@@UBEPBDI@Z @12531 NONAME ?GetClass@GCC_ConferencePriorityScheme@@UBEPBDI@Z @12532 NONAME ?GetClass@GCC_ConferenceQueryRequest@@UBEPBDI@Z @12533 NONAME ?GetClass@GCC_ConferenceQueryResponse@@UBEPBDI@Z @12534 NONAME ?GetClass@GCC_ConferenceQueryResponse_result@@UBEPBDI@Z @12535 NONAME ?GetClass@GCC_ConferenceTerminateIndication@@UBEPBDI@Z @12536 NONAME ?GetClass@GCC_ConferenceTerminateIndication_reason@@UBEPBDI@Z @12537 NONAME ?GetClass@GCC_ConferenceTerminateRequest@@UBEPBDI@Z @12538 NONAME ?GetClass@GCC_ConferenceTerminateRequest_reason@@UBEPBDI@Z @12539 NONAME ?GetClass@GCC_ConferenceTerminateResponse@@UBEPBDI@Z @12540 NONAME ?GetClass@GCC_ConferenceTerminateResponse_result@@UBEPBDI@Z @12541 NONAME ?GetClass@GCC_ConferenceTimeExtendIndication@@UBEPBDI@Z @12542 NONAME ?GetClass@GCC_ConferenceTimeInquireIndication@@UBEPBDI@Z @12543 NONAME ?GetClass@GCC_ConferenceTimeRemainingIndication@@UBEPBDI@Z @12544 NONAME ?GetClass@GCC_ConferenceTransferIndication@@UBEPBDI@Z @12545 NONAME ?GetClass@GCC_ConferenceTransferRequest@@UBEPBDI@Z @12546 NONAME ?GetClass@GCC_ConferenceTransferResponse@@UBEPBDI@Z @12547 NONAME ?GetClass@GCC_ConferenceTransferResponse_result@@UBEPBDI@Z @12548 NONAME ?GetClass@GCC_ConferenceUnlockIndication@@UBEPBDI@Z @12549 NONAME ?GetClass@GCC_ConferenceUnlockRequest@@UBEPBDI@Z @12550 NONAME ?GetClass@GCC_ConferenceUnlockResponse@@UBEPBDI@Z @12551 NONAME ?GetClass@GCC_ConferenceUnlockResponse_result@@UBEPBDI@Z @12552 NONAME ?GetClass@GCC_ConnectData@@UBEPBDI@Z @12553 NONAME ?GetClass@GCC_ConnectGCCPDU@@UBEPBDI@Z @12554 NONAME ?GetClass@GCC_DialingString@@UBEPBDI@Z @12555 NONAME ?GetClass@GCC_DynamicChannelID@@UBEPBDI@Z @12556 NONAME ?GetClass@GCC_DynamicTokenID@@UBEPBDI@Z @12557 NONAME ?GetClass@GCC_EntityID@@UBEPBDI@Z @12558 NONAME ?GetClass@GCC_ExtraDialingString@@UBEPBDI@Z @12559 NONAME ?GetClass@GCC_FunctionNotSupportedResponse@@UBEPBDI@Z @12560 NONAME ?GetClass@GCC_GCCPDU@@UBEPBDI@Z @12561 NONAME ?GetClass@GCC_H221NonStandardIdentifier@@UBEPBDI@Z @12562 NONAME ?GetClass@GCC_Handle@@UBEPBDI@Z @12563 NONAME ?GetClass@GCC_IndicationPDU@@UBEPBDI@Z @12564 NONAME ?GetClass@GCC_Key@@UBEPBDI@Z @12565 NONAME ?GetClass@GCC_NetworkAddress@@UBEPBDI@Z @12566 NONAME ?GetClass@GCC_NetworkAddress_subtype@@UBEPBDI@Z @12567 NONAME ?GetClass@GCC_NetworkAddress_subtype_aggregatedChannel@@UBEPBDI@Z @12568 NONAME ?GetClass@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBEPBDI@Z @12569 NONAME ?GetClass@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBEPBDI@Z @12570 NONAME ?GetClass@GCC_NetworkAddress_subtype_transportConnection@@UBEPBDI@Z @12571 NONAME ?GetClass@GCC_NodeProperties@@UBEPBDI@Z @12572 NONAME ?GetClass@GCC_NodeRecord@@UBEPBDI@Z @12573 NONAME ?GetClass@GCC_NodeType@@UBEPBDI@Z @12574 NONAME ?GetClass@GCC_NonStandardParameter@@UBEPBDI@Z @12575 NONAME ?GetClass@GCC_NonStandardPDU@@UBEPBDI@Z @12576 NONAME ?GetClass@GCC_Password@@UBEPBDI@Z @12577 NONAME ?GetClass@GCC_PasswordChallengeRequestResponse@@UBEPBDI@Z @12578 NONAME ?GetClass@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBEPBDI@Z @12579 NONAME ?GetClass@GCC_PasswordSelector@@UBEPBDI@Z @12580 NONAME ?GetClass@GCC_Privilege@@UBEPBDI@Z @12581 NONAME ?GetClass@GCC_RegistryAllocateHandleRequest@@UBEPBDI@Z @12582 NONAME ?GetClass@GCC_RegistryAllocateHandleResponse@@UBEPBDI@Z @12583 NONAME ?GetClass@GCC_RegistryAllocateHandleResponse_result@@UBEPBDI@Z @12584 NONAME ?GetClass@GCC_RegistryAssignTokenRequest@@UBEPBDI@Z @12585 NONAME ?GetClass@GCC_RegistryDeleteEntryRequest@@UBEPBDI@Z @12586 NONAME ?GetClass@GCC_RegistryEntryOwner@@UBEPBDI@Z @12587 NONAME ?GetClass@GCC_RegistryEntryOwner_owned@@UBEPBDI@Z @12588 NONAME ?GetClass@GCC_RegistryItem@@UBEPBDI@Z @12589 NONAME ?GetClass@GCC_RegistryKey@@UBEPBDI@Z @12590 NONAME ?GetClass@GCC_RegistryModificationRights@@UBEPBDI@Z @12591 NONAME ?GetClass@GCC_RegistryMonitorEntryIndication@@UBEPBDI@Z @12592 NONAME ?GetClass@GCC_RegistryMonitorEntryRequest@@UBEPBDI@Z @12593 NONAME ?GetClass@GCC_RegistryRegisterChannelRequest@@UBEPBDI@Z @12594 NONAME ?GetClass@GCC_RegistryResponse@@UBEPBDI@Z @12595 NONAME ?GetClass@GCC_RegistryResponse_primitiveType@@UBEPBDI@Z @12596 NONAME ?GetClass@GCC_RegistryResponse_result@@UBEPBDI@Z @12597 NONAME ?GetClass@GCC_RegistryRetrieveEntryRequest@@UBEPBDI@Z @12598 NONAME ?GetClass@GCC_RegistrySetParameterRequest@@UBEPBDI@Z @12599 NONAME ?GetClass@GCC_RequestPDU@@UBEPBDI@Z @12600 NONAME ?GetClass@GCC_ResponsePDU@@UBEPBDI@Z @12601 NONAME ?GetClass@GCC_RosterUpdateIndication@@UBEPBDI@Z @12602 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation@@UBEPBDI@Z @12603 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBEPBDI@Z @12604 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@UBEPBDI@Z @12605 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@UBEPBDI@Z @12606 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBEPBDI@Z @12607 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@UBEPBDI@Z @12608 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@UBEPBDI@Z @12609 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBEPBDI@Z @12610 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@UBEPBDI@Z @12611 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBEPBDI@Z @12612 NONAME ?GetClass@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@UBEPBDI@Z @12613 NONAME ?GetClass@GCC_RosterUpdateIndication_nodeInformation@@UBEPBDI@Z @12614 NONAME ?GetClass@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@UBEPBDI@Z @12615 NONAME ?GetClass@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@UBEPBDI@Z @12616 NONAME ?GetClass@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBEPBDI@Z @12617 NONAME ?GetClass@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@UBEPBDI@Z @12618 NONAME ?GetClass@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBEPBDI@Z @12619 NONAME ?GetClass@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@UBEPBDI@Z @12620 NONAME ?GetClass@GCC_SessionKey@@UBEPBDI@Z @12621 NONAME ?GetClass@GCC_SimpleNumericString@@UBEPBDI@Z @12622 NONAME ?GetClass@GCC_SimpleTextString@@UBEPBDI@Z @12623 NONAME ?GetClass@GCC_StaticChannelID@@UBEPBDI@Z @12624 NONAME ?GetClass@GCC_StaticTokenID@@UBEPBDI@Z @12625 NONAME ?GetClass@GCC_SubAddressString@@UBEPBDI@Z @12626 NONAME ?GetClass@GCC_TerminationMethod@@UBEPBDI@Z @12627 NONAME ?GetClass@GCC_TextMessageIndication@@UBEPBDI@Z @12628 NONAME ?GetClass@GCC_TextString@@UBEPBDI@Z @12629 NONAME ?GetClass@GCC_Time@@UBEPBDI@Z @12630 NONAME ?GetClass@GCC_TokenID@@UBEPBDI@Z @12631 NONAME ?GetClass@GCC_UserData@@UBEPBDI@Z @12632 NONAME ?GetClass@GCC_UserData_subtype@@UBEPBDI@Z @12633 NONAME ?GetClass@GCC_UserID@@UBEPBDI@Z @12634 NONAME ?GetClass@GCC_UserIDIndication@@UBEPBDI@Z @12635 NONAME ?GetClass@H225CallThread@@UBEPBDI@Z @12636 NONAME ?GetClass@H225TransportThread@@UBEPBDI@Z @12638 NONAME ?GetClass@H225_AddressPattern@@UBEPBDI@Z @26463 NONAME ?GetClass@H225_AddressPattern_range@@UBEPBDI@Z @26464 NONAME ?GetClass@H225_AdmissionConfirm@@UBEPBDI@Z @12639 NONAME ?GetClass@H225_AdmissionConfirm_language@@UBEPBDI@Z @26465 NONAME ?GetClass@H225_AdmissionReject@@UBEPBDI@Z @12640 NONAME ?GetClass@H225_AdmissionRejectReason@@UBEPBDI@Z @12641 NONAME ?GetClass@H225_AdmissionRequest@@UBEPBDI@Z @12642 NONAME ?GetClass@H225_Alerting_UUIE@@UBEPBDI@Z @12643 NONAME ?GetClass@H225_AliasAddress@@UBEPBDI@Z @12644 NONAME ?GetClass@H225_AlternateGK@@UBEPBDI@Z @12645 NONAME ?GetClass@H225_AlternateTransportAddresses@@UBEPBDI@Z @26466 NONAME ?GetClass@H225_AltGKInfo@@UBEPBDI@Z @12646 NONAME ?GetClass@H225_ANSI_41_UIM@@UBEPBDI@Z @26467 NONAME ?GetClass@H225_ANSI_41_UIM_system_id@@UBEPBDI@Z @26468 NONAME ?GetClass@H225_ArrayOf_AddressPattern@@UBEPBDI@Z @26469 NONAME ?GetClass@H225_ArrayOf_AdmissionConfirm@@UBEPBDI@Z @38825 NONAME ?GetClass@H225_ArrayOf_AliasAddress@@UBEPBDI@Z @12647 NONAME ?GetClass@H225_ArrayOf_AlternateGK@@UBEPBDI@Z @12648 NONAME ?GetClass@H225_ArrayOf_AuthenticationMechanism@@UBEPBDI@Z @12649 NONAME ?GetClass@H225_ArrayOf_BandwidthDetails@@UBEPBDI@Z @26470 NONAME ?GetClass@H225_ArrayOf_CallReferenceValue@@UBEPBDI@Z @12650 NONAME ?GetClass@H225_ArrayOf_CallsAvailable@@UBEPBDI@Z @26471 NONAME ?GetClass@H225_ArrayOf_ClearToken@@UBEPBDI@Z @12651 NONAME ?GetClass@H225_ArrayOf_ConferenceIdentifier@@UBEPBDI@Z @12652 NONAME ?GetClass@H225_ArrayOf_ConferenceList@@UBEPBDI@Z @12653 NONAME ?GetClass@H225_ArrayOf_CryptoH323Token@@UBEPBDI@Z @12654 NONAME ?GetClass@H225_ArrayOf_DataRate@@UBEPBDI@Z @12655 NONAME ?GetClass@H225_ArrayOf_Endpoint@@UBEPBDI@Z @12656 NONAME ?GetClass@H225_ArrayOf_EnumeratedParameter@@UBEPBDI@Z @26472 NONAME ?GetClass@H225_ArrayOf_ExtendedAliasAddress@@UBEPBDI@Z @26473 NONAME ?GetClass@H225_ArrayOf_FeatureDescriptor@@UBEPBDI@Z @26474 NONAME ?GetClass@H225_ArrayOf_GenericData@@UBEPBDI@Z @26475 NONAME ?GetClass@H225_ArrayOf_H245Security@@UBEPBDI@Z @12657 NONAME ?GetClass@H225_ArrayOf_H248PackagesDescriptor@@UBEPBDI@Z @26476 NONAME ?GetClass@H225_ArrayOf_IntegrityMechanism@@UBEPBDI@Z @12658 NONAME ?GetClass@H225_ArrayOf_NonStandardParameter@@UBEPBDI@Z @12659 NONAME ?GetClass@H225_ArrayOf_PartyNumber@@UBEPBDI@Z @26477 NONAME ?GetClass@H225_ArrayOf_PASN_ObjectId@@UBEPBDI@Z @12660 NONAME ?GetClass@H225_ArrayOf_PASN_OctetString@@UBEPBDI@Z @12661 NONAME ?GetClass@H225_ArrayOf_RasUsageSpecification@@UBEPBDI@Z @26478 NONAME ?GetClass@H225_ArrayOf_RTPSession@@UBEPBDI@Z @12662 NONAME ?GetClass@H225_ArrayOf_ServiceControlSession@@UBEPBDI@Z @26479 NONAME ?GetClass@H225_ArrayOf_SupportedPrefix@@UBEPBDI@Z @12663 NONAME ?GetClass@H225_ArrayOf_SupportedProtocols@@UBEPBDI@Z @12664 NONAME ?GetClass@H225_ArrayOf_TransportAddress@@UBEPBDI@Z @12665 NONAME ?GetClass@H225_ArrayOf_TransportChannelInfo@@UBEPBDI@Z @12666 NONAME ?GetClass@H225_ArrayOf_TunnelledProtocol@@UBEPBDI@Z @26480 NONAME ?GetClass@H225_BandRejectReason@@UBEPBDI@Z @12667 NONAME ?GetClass@H225_BandWidth@@UBEPBDI@Z @12668 NONAME ?GetClass@H225_BandwidthConfirm@@UBEPBDI@Z @12669 NONAME ?GetClass@H225_BandwidthDetails@@UBEPBDI@Z @26481 NONAME ?GetClass@H225_BandwidthReject@@UBEPBDI@Z @12670 NONAME ?GetClass@H225_BandwidthRequest@@UBEPBDI@Z @12671 NONAME ?GetClass@H225_CallCapacity@@UBEPBDI@Z @26482 NONAME ?GetClass@H225_CallCapacityInfo@@UBEPBDI@Z @26483 NONAME ?GetClass@H225_CallCreditCapability@@UBEPBDI@Z @26484 NONAME ?GetClass@H225_CallCreditServiceControl@@UBEPBDI@Z @26485 NONAME ?GetClass@H225_CallCreditServiceControl_billingMode@@UBEPBDI@Z @26486 NONAME ?GetClass@H225_CallCreditServiceControl_callStartingPoint@@UBEPBDI@Z @26487 NONAME ?GetClass@H225_CallIdentifier@@UBEPBDI@Z @12672 NONAME ?GetClass@H225_CallLinkage@@UBEPBDI@Z @26488 NONAME ?GetClass@H225_CallModel@@UBEPBDI@Z @12673 NONAME ?GetClass@H225_CallProceeding_UUIE@@UBEPBDI@Z @12674 NONAME ?GetClass@H225_CallReferenceValue@@UBEPBDI@Z @12675 NONAME ?GetClass@H225_CallsAvailable@@UBEPBDI@Z @26489 NONAME ?GetClass@H225_CallTerminationCause@@UBEPBDI@Z @26490 NONAME ?GetClass@H225_CallType@@UBEPBDI@Z @12676 NONAME ?GetClass@H225_CapacityReportingCapability@@UBEPBDI@Z @26491 NONAME ?GetClass@H225_CapacityReportingSpecification@@UBEPBDI@Z @26492 NONAME ?GetClass@H225_CapacityReportingSpecification_when@@UBEPBDI@Z @26493 NONAME ?GetClass@H225_CarrierInfo@@UBEPBDI@Z @38826 NONAME ?GetClass@H225_CicInfo@@UBEPBDI@Z @26494 NONAME ?GetClass@H225_CicInfo_cic@@UBEPBDI@Z @26495 NONAME ?GetClass@H225_CircuitIdentifier@@UBEPBDI@Z @26496 NONAME ?GetClass@H225_CircuitInfo@@UBEPBDI@Z @26497 NONAME ?GetClass@H225_ConferenceIdentifier@@UBEPBDI@Z @12677 NONAME ?GetClass@H225_ConferenceList@@UBEPBDI@Z @12678 NONAME ?GetClass@H225_Connect_UUIE@@UBEPBDI@Z @12679 NONAME ?GetClass@H225_Connect_UUIE_language@@UBEPBDI@Z @26498 NONAME ?GetClass@H225_Content@@UBEPBDI@Z @26499 NONAME ?GetClass@H225_CryptoH323Token@@UBEPBDI@Z @12680 NONAME ?GetClass@H225_CryptoH323Token_cryptoEPPwdHash@@UBEPBDI@Z @12681 NONAME ?GetClass@H225_CryptoH323Token_cryptoGKPwdHash@@UBEPBDI@Z @12682 NONAME ?GetClass@H225_DataRate@@UBEPBDI@Z @12683 NONAME ?GetClass@H225_DisengageConfirm@@UBEPBDI@Z @12684 NONAME ?GetClass@H225_DisengageReason@@UBEPBDI@Z @12685 NONAME ?GetClass@H225_DisengageReject@@UBEPBDI@Z @12686 NONAME ?GetClass@H225_DisengageRejectReason@@UBEPBDI@Z @12687 NONAME ?GetClass@H225_DisengageRequest@@UBEPBDI@Z @12688 NONAME ?GetClass@H225_EncodedFastStartToken@@UBEPBDI@Z @27827 NONAME ?GetClass@H225_EncryptIntAlg@@UBEPBDI@Z @12689 NONAME ?GetClass@H225_Endpoint@@UBEPBDI@Z @12690 NONAME ?GetClass@H225_EndpointIdentifier@@UBEPBDI@Z @12691 NONAME ?GetClass@H225_EndpointType@@UBEPBDI@Z @12692 NONAME ?GetClass@H225_EnumeratedParameter@@UBEPBDI@Z @26500 NONAME ?GetClass@H225_ExtendedAliasAddress@@UBEPBDI@Z @26501 NONAME ?GetClass@H225_FacilityReason@@UBEPBDI@Z @12693 NONAME ?GetClass@H225_Facility_UUIE@@UBEPBDI@Z @12694 NONAME ?GetClass@H225_FastStartToken@@UBEPBDI@Z @12695 NONAME ?GetClass@H225_FeatureDescriptor@@UBEPBDI@Z @26502 NONAME ?GetClass@H225_FeatureSet@@UBEPBDI@Z @26503 NONAME ?GetClass@H225_GatekeeperConfirm@@UBEPBDI@Z @12696 NONAME ?GetClass@H225_GatekeeperIdentifier@@UBEPBDI@Z @12697 NONAME ?GetClass@H225_GatekeeperInfo@@UBEPBDI@Z @12698 NONAME ?GetClass@H225_GatekeeperReject@@UBEPBDI@Z @12699 NONAME ?GetClass@H225_GatekeeperRejectReason@@UBEPBDI@Z @12700 NONAME ?GetClass@H225_GatekeeperRequest@@UBEPBDI@Z @12701 NONAME ?GetClass@H225_GatewayInfo@@UBEPBDI@Z @12702 NONAME ?GetClass@H225_GenericData@@UBEPBDI@Z @26504 NONAME ?GetClass@H225_GenericIdentifier@@UBEPBDI@Z @26505 NONAME ?GetClass@H225_GloballyUniqueID@@UBEPBDI@Z @12703 NONAME ?GetClass@H225_GroupID@@UBEPBDI@Z @26506 NONAME ?GetClass@H225_GroupID_member@@UBEPBDI@Z @26507 NONAME ?GetClass@H225_GSM_UIM@@UBEPBDI@Z @26508 NONAME ?GetClass@H225_H221NonStandard@@UBEPBDI@Z @12704 NONAME ?GetClass@H225_H245Security@@UBEPBDI@Z @12705 NONAME ?GetClass@H225_H248PackagesDescriptor@@UBEPBDI@Z @26509 NONAME ?GetClass@H225_H248SignalsDescriptor@@UBEPBDI@Z @26510 NONAME ?GetClass@H225_H310Caps@@UBEPBDI@Z @12706 NONAME ?GetClass@H225_H320Caps@@UBEPBDI@Z @12707 NONAME ?GetClass@H225_H321Caps@@UBEPBDI@Z @12708 NONAME ?GetClass@H225_H322Caps@@UBEPBDI@Z @12709 NONAME ?GetClass@H225_H323Caps@@UBEPBDI@Z @12710 NONAME ?GetClass@H225_H323_UserInformation@@UBEPBDI@Z @12711 NONAME ?GetClass@H225_H323_UserInformation_user_data@@UBEPBDI@Z @12712 NONAME ?GetClass@H225_H323_UU_PDU@@UBEPBDI@Z @12713 NONAME ?GetClass@H225_H323_UU_PDU_h323_message_body@@UBEPBDI@Z @12714 NONAME ?GetClass@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBEPBDI@Z @26511 NONAME ?GetClass@H225_H324Caps@@UBEPBDI@Z @12715 NONAME ?GetClass@H225_ICV@@UBEPBDI@Z @12716 NONAME ?GetClass@H225_InfoRequest@@UBEPBDI@Z @12717 NONAME ?GetClass@H225_InfoRequestAck@@UBEPBDI@Z @12718 NONAME ?GetClass@H225_InfoRequestNak@@UBEPBDI@Z @12719 NONAME ?GetClass@H225_InfoRequestNakReason@@UBEPBDI@Z @12720 NONAME ?GetClass@H225_InfoRequestResponse@@UBEPBDI@Z @12721 NONAME ?GetClass@H225_InfoRequestResponseStatus@@UBEPBDI@Z @26512 NONAME ?GetClass@H225_InfoRequestResponse_perCallInfo@@UBEPBDI@Z @12722 NONAME ?GetClass@H225_InfoRequestResponse_perCallInfo_subtype@@UBEPBDI@Z @12723 NONAME ?GetClass@H225_InfoRequestResponse_perCallInfo_subtype_pdu@@UBEPBDI@Z @12724 NONAME ?GetClass@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBEPBDI@Z @12725 NONAME ?GetClass@H225_Information_UUIE@@UBEPBDI@Z @12726 NONAME ?GetClass@H225_IntegrityMechanism@@UBEPBDI@Z @12727 NONAME ?GetClass@H225_LocationConfirm@@UBEPBDI@Z @12728 NONAME ?GetClass@H225_LocationReject@@UBEPBDI@Z @12729 NONAME ?GetClass@H225_LocationRejectReason@@UBEPBDI@Z @12730 NONAME ?GetClass@H225_LocationRequest@@UBEPBDI@Z @12731 NONAME ?GetClass@H225_McuInfo@@UBEPBDI@Z @12732 NONAME ?GetClass@H225_MobileUIM@@UBEPBDI@Z @26513 NONAME ?GetClass@H225_NonIsoIntegrityMechanism@@UBEPBDI@Z @12733 NONAME ?GetClass@H225_NonStandardIdentifier@@UBEPBDI@Z @12734 NONAME ?GetClass@H225_NonStandardMessage@@UBEPBDI@Z @12735 NONAME ?GetClass@H225_NonStandardParameter@@UBEPBDI@Z @12736 NONAME ?GetClass@H225_NonStandardProtocol@@UBEPBDI@Z @12737 NONAME ?GetClass@H225_Notify_UUIE@@UBEPBDI@Z @26514 NONAME ?GetClass@H225_NumberDigits@@UBEPBDI@Z @12738 NONAME ?GetClass@H225_PartyNumber@@UBEPBDI@Z @12739 NONAME ?GetClass@H225_PresentationIndicator@@UBEPBDI@Z @26515 NONAME ?GetClass@H225_PrivatePartyNumber@@UBEPBDI@Z @12740 NONAME ?GetClass@H225_PrivateTypeOfNumber@@UBEPBDI@Z @12741 NONAME ?GetClass@H225_Progress_UUIE@@UBEPBDI@Z @12742 NONAME ?GetClass@H225_ProtocolIdentifier@@UBEPBDI@Z @12743 NONAME ?GetClass@H225_PublicPartyNumber@@UBEPBDI@Z @12744 NONAME ?GetClass@H225_PublicTypeOfNumber@@UBEPBDI@Z @12745 NONAME ?GetClass@H225_Q954Details@@UBEPBDI@Z @12746 NONAME ?GetClass@H225_QseriesOptions@@UBEPBDI@Z @12747 NONAME ?GetClass@H225_RAS@@UBEPBDI@Z @27915 NONAME ?GetClass@H225_RasMessage@@UBEPBDI@Z @12748 NONAME ?GetClass@H225_RasUsageInformation@@UBEPBDI@Z @26516 NONAME ?GetClass@H225_RasUsageInfoTypes@@UBEPBDI@Z @26517 NONAME ?GetClass@H225_RasUsageSpecification@@UBEPBDI@Z @26518 NONAME ?GetClass@H225_RasUsageSpecification_callStartingPoint@@UBEPBDI@Z @26519 NONAME ?GetClass@H225_RasUsageSpecification_when@@UBEPBDI@Z @26520 NONAME ?GetClass@H225_RegistrationConfirm@@UBEPBDI@Z @12749 NONAME ?GetClass@H225_RegistrationConfirm_preGrantedARQ@@UBEPBDI@Z @12750 NONAME ?GetClass@H225_RegistrationReject@@UBEPBDI@Z @12751 NONAME ?GetClass@H225_RegistrationRejectReason@@UBEPBDI@Z @12752 NONAME ?GetClass@H225_RegistrationRejectReason_invalidTerminalAliases@@UBEPBDI@Z @26521 NONAME ?GetClass@H225_RegistrationRequest@@UBEPBDI@Z @12753 NONAME ?GetClass@H225_ReleaseCompleteReason@@UBEPBDI@Z @12754 NONAME ?GetClass@H225_ReleaseComplete_UUIE@@UBEPBDI@Z @12755 NONAME ?GetClass@H225_RequestInProgress@@UBEPBDI@Z @12756 NONAME ?GetClass@H225_RequestSeqNum@@UBEPBDI@Z @12757 NONAME ?GetClass@H225_ResourcesAvailableConfirm@@UBEPBDI@Z @12758 NONAME ?GetClass@H225_ResourcesAvailableIndicate@@UBEPBDI@Z @12759 NONAME ?GetClass@H225_RTPSession@@UBEPBDI@Z @12760 NONAME ?GetClass@H225_RTPSession_associatedSessionIds@@UBEPBDI@Z @12761 NONAME ?GetClass@H225_ScnConnectionAggregation@@UBEPBDI@Z @26522 NONAME ?GetClass@H225_ScnConnectionType@@UBEPBDI@Z @26523 NONAME ?GetClass@H225_ScreeningIndicator@@UBEPBDI@Z @26524 NONAME ?GetClass@H225_SecurityCapabilities@@UBEPBDI@Z @12762 NONAME ?GetClass@H225_SecurityErrors2@@UBEPBDI@Z @38827 NONAME ?GetClass@H225_SecurityErrors@@UBEPBDI@Z @38828 NONAME ?GetClass@H225_SecurityServiceMode@@UBEPBDI@Z @12763 NONAME ?GetClass@H225_ServiceControlDescriptor@@UBEPBDI@Z @26525 NONAME ?GetClass@H225_ServiceControlIndication@@UBEPBDI@Z @26526 NONAME ?GetClass@H225_ServiceControlIndication_callSpecific@@UBEPBDI@Z @26527 NONAME ?GetClass@H225_ServiceControlResponse@@UBEPBDI@Z @26528 NONAME ?GetClass@H225_ServiceControlResponse_result@@UBEPBDI@Z @26529 NONAME ?GetClass@H225_ServiceControlSession@@UBEPBDI@Z @26530 NONAME ?GetClass@H225_ServiceControlSession_reason@@UBEPBDI@Z @26531 NONAME ?GetClass@H225_SetupAcknowledge_UUIE@@UBEPBDI@Z @26532 NONAME ?GetClass@H225_Setup_UUIE@@UBEPBDI@Z @12764 NONAME ?GetClass@H225_Setup_UUIE_conferenceGoal@@UBEPBDI@Z @12765 NONAME ?GetClass@H225_Setup_UUIE_connectionParameters@@UBEPBDI@Z @26533 NONAME ?GetClass@H225_Setup_UUIE_language@@UBEPBDI@Z @26534 NONAME ?GetClass@H225_SIPCaps@@UBEPBDI@Z @38829 NONAME ?GetClass@H225_StatusInquiry_UUIE@@UBEPBDI@Z @26535 NONAME ?GetClass@H225_Status_UUIE@@UBEPBDI@Z @26536 NONAME ?GetClass@H225_StimulusControl@@UBEPBDI@Z @26537 NONAME ?GetClass@H225_SupportedPrefix@@UBEPBDI@Z @12766 NONAME ?GetClass@H225_SupportedProtocols@@UBEPBDI@Z @12767 NONAME ?GetClass@H225_T120OnlyCaps@@UBEPBDI@Z @12768 NONAME ?GetClass@H225_T38FaxAnnexbOnlyCaps@@UBEPBDI@Z @26538 NONAME ?GetClass@H225_TBCD_STRING@@UBEPBDI@Z @26539 NONAME ?GetClass@H225_TerminalInfo@@UBEPBDI@Z @12769 NONAME ?GetClass@H225_TimeToLive@@UBEPBDI@Z @12770 NONAME ?GetClass@H225_TransportAddress@@UBEPBDI@Z @12771 NONAME ?GetClass@H225_TransportAddress_ip6Address@@UBEPBDI@Z @12772 NONAME ?GetClass@H225_TransportAddress_ipAddress@@UBEPBDI@Z @12773 NONAME ?GetClass@H225_TransportAddress_ipSourceRoute@@UBEPBDI@Z @12774 NONAME ?GetClass@H225_TransportAddress_ipSourceRoute_route@@UBEPBDI@Z @12775 NONAME ?GetClass@H225_TransportAddress_ipSourceRoute_routing@@UBEPBDI@Z @12776 NONAME ?GetClass@H225_TransportAddress_ipxAddress@@UBEPBDI@Z @12777 NONAME ?GetClass@H225_TransportChannelInfo@@UBEPBDI@Z @12778 NONAME ?GetClass@H225_TransportQOS@@UBEPBDI@Z @12779 NONAME ?GetClass@H225_TunnelledProtocol@@UBEPBDI@Z @26540 NONAME ?GetClass@H225_TunnelledProtocolAlternateIdentifier@@UBEPBDI@Z @26541 NONAME ?GetClass@H225_TunnelledProtocol_id@@UBEPBDI@Z @26542 NONAME ?GetClass@H225_UnknownMessageResponse@@UBEPBDI@Z @12780 NONAME ?GetClass@H225_UnregistrationConfirm@@UBEPBDI@Z @12781 NONAME ?GetClass@H225_UnregistrationReject@@UBEPBDI@Z @12782 NONAME ?GetClass@H225_UnregistrationRequest@@UBEPBDI@Z @12783 NONAME ?GetClass@H225_UnregRejectReason@@UBEPBDI@Z @12784 NONAME ?GetClass@H225_UnregRequestReason@@UBEPBDI@Z @12785 NONAME ?GetClass@H225_UseSpecifiedTransport@@UBEPBDI@Z @26543 NONAME ?GetClass@H225_UUIEsRequested@@UBEPBDI@Z @12786 NONAME ?GetClass@H225_VendorIdentifier@@UBEPBDI@Z @12787 NONAME ?GetClass@H225_VoiceCaps@@UBEPBDI@Z @12788 NONAME ?GetClass@H235AuthCAT@@UBEPBDI@Z @34836 NONAME ?GetClass@H235Authenticator@@UBEPBDI@Z @28878 NONAME ?GetClass@H235Authenticators@@UBEPBDI@Z @31307 NONAME ?GetClass@H235AuthProcedure1@@UBEPBDI@Z @28879 NONAME ?GetClass@H235AuthSimpleMD5@@UBEPBDI@Z @28880 NONAME ?GetClass@H235_AuthenticationBES@@UBEPBDI@Z @28741 NONAME ?GetClass@H235_AuthenticationMechanism@@UBEPBDI@Z @12789 NONAME ?GetClass@H235_ChallengeString@@UBEPBDI@Z @12790 NONAME ?GetClass@H235_ClearToken@@UBEPBDI@Z @12791 NONAME ?GetClass@H235_CryptoToken@@UBEPBDI@Z @12792 NONAME ?GetClass@H235_CryptoToken_cryptoEncryptedToken@@UBEPBDI@Z @12793 NONAME ?GetClass@H235_CryptoToken_cryptoHashedToken@@UBEPBDI@Z @12794 NONAME ?GetClass@H235_CryptoToken_cryptoSignedToken@@UBEPBDI@Z @12795 NONAME ?GetClass@H235_DHset@@UBEPBDI@Z @12796 NONAME ?GetClass@H235_ECGDSASignature@@UBEPBDI@Z @38830 NONAME ?GetClass@H235_ECKASDH@@UBEPBDI@Z @28743 NONAME ?GetClass@H235_ECKASDH_eckasdh2@@UBEPBDI@Z @28744 NONAME ?GetClass@H235_ECKASDH_eckasdhp@@UBEPBDI@Z @28745 NONAME ?GetClass@H235_ECpoint@@UBEPBDI@Z @38831 NONAME ?GetClass@H235_EncodedGeneralToken@@UBEPBDI@Z @27828 NONAME ?GetClass@H235_EncodedKeySignedMaterial@@UBEPBDI@Z @27829 NONAME ?GetClass@H235_EncodedKeySyncMaterial@@UBEPBDI@Z @27830 NONAME ?GetClass@H235_EncodedPwdCertToken@@UBEPBDI@Z @27831 NONAME ?GetClass@H235_EncodedReturnSig@@UBEPBDI@Z @27832 NONAME ?GetClass@H235_H235CertificateSignature@@UBEPBDI@Z @12797 NONAME ?GetClass@H235_H235Key@@UBEPBDI@Z @12798 NONAME ?GetClass@H235_Identifier@@UBEPBDI@Z @12799 NONAME ?GetClass@H235_IV16@@UBEPBDI@Z @28746 NONAME ?GetClass@H235_IV8@@UBEPBDI@Z @12800 NONAME ?GetClass@H235_KeyMaterial@@UBEPBDI@Z @12801 NONAME ?GetClass@H235_KeySignedMaterial@@UBEPBDI@Z @12802 NONAME ?GetClass@H235_KeySyncMaterial@@UBEPBDI@Z @12803 NONAME ?GetClass@H235_NonStandardParameter@@UBEPBDI@Z @12804 NONAME ?GetClass@H235_Params@@UBEPBDI@Z @12805 NONAME ?GetClass@H235_Password@@UBEPBDI@Z @12806 NONAME ?GetClass@H235_PwdCertToken@@UBEPBDI@Z @12807 NONAME ?GetClass@H235_RandomVal@@UBEPBDI@Z @12808 NONAME ?GetClass@H235_ReturnSig@@UBEPBDI@Z @12809 NONAME ?GetClass@H235_TimeStamp@@UBEPBDI@Z @12810 NONAME ?GetClass@H235_TypedCertificate@@UBEPBDI@Z @12811 NONAME ?GetClass@H235_V3KeySyncMaterial@@UBEPBDI@Z @38832 NONAME ?GetClass@H245NegLogicalChannel@@UBEPBDI@Z @12812 NONAME ?GetClass@H245NegLogicalChannels@@UBEPBDI@Z @12813 NONAME ?GetClass@H245NegMasterSlaveDetermination@@UBEPBDI@Z @12814 NONAME ?GetClass@H245Negotiator@@UBEPBDI@Z @12815 NONAME ?GetClass@H245NegRequestMode@@UBEPBDI@Z @12816 NONAME ?GetClass@H245NegRoundTripDelay@@UBEPBDI@Z @12817 NONAME ?GetClass@H245NegTerminalCapabilitySet@@UBEPBDI@Z @12818 NONAME ?GetClass@H245TransportThread@@UBEPBDI@Z @12819 NONAME ?GetClass@H245_AlternativeCapabilitySet@@UBEPBDI@Z @12820 NONAME ?GetClass@H245_ArrayOf_AlternativeCapabilitySet@@UBEPBDI@Z @12821 NONAME ?GetClass@H245_ArrayOf_BEnhancementParameters@@UBEPBDI@Z @12822 NONAME ?GetClass@H245_ArrayOf_CapabilityDescriptor@@UBEPBDI@Z @12823 NONAME ?GetClass@H245_ArrayOf_CapabilityDescriptorNumber@@UBEPBDI@Z @12824 NONAME ?GetClass@H245_ArrayOf_CapabilityTableEntry@@UBEPBDI@Z @12825 NONAME ?GetClass@H245_ArrayOf_CapabilityTableEntryNumber@@UBEPBDI@Z @12826 NONAME ?GetClass@H245_ArrayOf_CommunicationModeTableEntry@@UBEPBDI@Z @12827 NONAME ?GetClass@H245_ArrayOf_CustomPictureClockFrequency@@UBEPBDI@Z @12828 NONAME ?GetClass@H245_ArrayOf_CustomPictureFormat@@UBEPBDI@Z @12829 NONAME ?GetClass@H245_ArrayOf_DataApplicationCapability@@UBEPBDI@Z @12830 NONAME ?GetClass@H245_ArrayOf_DialingInformationNetworkType@@UBEPBDI@Z @26544 NONAME ?GetClass@H245_ArrayOf_DialingInformationNumber@@UBEPBDI@Z @26545 NONAME ?GetClass@H245_ArrayOf_EnhancementOptions@@UBEPBDI@Z @12831 NONAME ?GetClass@H245_ArrayOf_EscrowData@@UBEPBDI@Z @12832 NONAME ?GetClass@H245_ArrayOf_GenericCapability@@UBEPBDI@Z @53229 NONAME ?GetClass@H245_ArrayOf_GenericParameter@@UBEPBDI@Z @26546 NONAME ?GetClass@H245_ArrayOf_H263ModeComboFlags@@UBEPBDI@Z @12833 NONAME ?GetClass@H245_ArrayOf_H263VideoModeCombos@@UBEPBDI@Z @12834 NONAME ?GetClass@H245_ArrayOf_MediaChannelCapability@@UBEPBDI@Z @12835 NONAME ?GetClass@H245_ArrayOf_MediaDistributionCapability@@UBEPBDI@Z @12836 NONAME ?GetClass@H245_ArrayOf_ModeDescription@@UBEPBDI@Z @12837 NONAME ?GetClass@H245_ArrayOf_MultiplePayloadStreamElement@@UBEPBDI@Z @38833 NONAME ?GetClass@H245_ArrayOf_MultiplePayloadStreamElementMode@@UBEPBDI@Z @38834 NONAME ?GetClass@H245_ArrayOf_MultiplexElement@@UBEPBDI@Z @12838 NONAME ?GetClass@H245_ArrayOf_MultiplexEntryDescriptor@@UBEPBDI@Z @12839 NONAME ?GetClass@H245_ArrayOf_MultiplexEntryRejectionDescriptions@@UBEPBDI@Z @12840 NONAME ?GetClass@H245_ArrayOf_MultiplexTableEntryNumber@@UBEPBDI@Z @12841 NONAME ?GetClass@H245_ArrayOf_NonStandardParameter@@UBEPBDI@Z @12842 NONAME ?GetClass@H245_ArrayOf_ParameterIdentifier@@UBEPBDI@Z @26547 NONAME ?GetClass@H245_ArrayOf_PictureReference@@UBEPBDI@Z @26548 NONAME ?GetClass@H245_ArrayOf_Q2931Address@@UBEPBDI@Z @26549 NONAME ?GetClass@H245_ArrayOf_QOSCapability@@UBEPBDI@Z @12843 NONAME ?GetClass@H245_ArrayOf_RedundancyEncodingCapability@@UBEPBDI@Z @12844 NONAME ?GetClass@H245_ArrayOf_RedundancyEncodingDTModeElement@@UBEPBDI@Z @38835 NONAME ?GetClass@H245_ArrayOf_RedundancyEncodingElement@@UBEPBDI@Z @38836 NONAME ?GetClass@H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@UBEPBDI@Z @12845 NONAME ?GetClass@H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@UBEPBDI@Z @12846 NONAME ?GetClass@H245_ArrayOf_RTPPayloadType@@UBEPBDI@Z @12847 NONAME ?GetClass@H245_ArrayOf_TerminalInformation@@UBEPBDI@Z @12848 NONAME ?GetClass@H245_ArrayOf_TerminalLabel@@UBEPBDI@Z @12849 NONAME ?GetClass@H245_ArrayOf_VCCapability@@UBEPBDI@Z @12850 NONAME ?GetClass@H245_ArrayOf_VideoCapability@@UBEPBDI@Z @53230 NONAME ?GetClass@H245_ATMParameters@@UBEPBDI@Z @12851 NONAME ?GetClass@H245_AudioCapability@@UBEPBDI@Z @12852 NONAME ?GetClass@H245_AudioCapability_g7231@@UBEPBDI@Z @12853 NONAME ?GetClass@H245_AudioMode@@UBEPBDI@Z @12854 NONAME ?GetClass@H245_AudioMode_g7231@@UBEPBDI@Z @12855 NONAME ?GetClass@H245_AudioTelephonyEventCapability@@UBEPBDI@Z @26550 NONAME ?GetClass@H245_AudioToneCapability@@UBEPBDI@Z @26551 NONAME ?GetClass@H245_AuthenticationCapability@@UBEPBDI@Z @12856 NONAME ?GetClass@H245_BEnhancementParameters@@UBEPBDI@Z @12857 NONAME ?GetClass@H245_Capability@@UBEPBDI@Z @12858 NONAME ?GetClass@H245_CapabilityDescriptor@@UBEPBDI@Z @12859 NONAME ?GetClass@H245_CapabilityDescriptorNumber@@UBEPBDI@Z @12860 NONAME ?GetClass@H245_CapabilityIdentifier@@UBEPBDI@Z @26552 NONAME ?GetClass@H245_CapabilityTableEntry@@UBEPBDI@Z @12861 NONAME ?GetClass@H245_CapabilityTableEntryNumber@@UBEPBDI@Z @12862 NONAME ?GetClass@H245_Capability_h233EncryptionReceiveCapability@@UBEPBDI@Z @12863 NONAME ?GetClass@H245_CertSelectionCriteria@@UBEPBDI@Z @12864 NONAME ?GetClass@H245_CloseLogicalChannel@@UBEPBDI@Z @12865 NONAME ?GetClass@H245_CloseLogicalChannelAck@@UBEPBDI@Z @12866 NONAME ?GetClass@H245_CloseLogicalChannel_reason@@UBEPBDI@Z @12867 NONAME ?GetClass@H245_CloseLogicalChannel_source@@UBEPBDI@Z @12868 NONAME ?GetClass@H245_CommandMessage@@UBEPBDI@Z @12869 NONAME ?GetClass@H245_CommunicationModeCommand@@UBEPBDI@Z @12870 NONAME ?GetClass@H245_CommunicationModeRequest@@UBEPBDI@Z @12871 NONAME ?GetClass@H245_CommunicationModeResponse@@UBEPBDI@Z @12872 NONAME ?GetClass@H245_CommunicationModeTableEntry@@UBEPBDI@Z @12873 NONAME ?GetClass@H245_CommunicationModeTableEntry_dataType@@UBEPBDI@Z @12874 NONAME ?GetClass@H245_CompressionType@@UBEPBDI@Z @12875 NONAME ?GetClass@H245_ConferenceCapability@@UBEPBDI@Z @12876 NONAME ?GetClass@H245_ConferenceCommand@@UBEPBDI@Z @12877 NONAME ?GetClass@H245_ConferenceID@@UBEPBDI@Z @12878 NONAME ?GetClass@H245_ConferenceIndication@@UBEPBDI@Z @12879 NONAME ?GetClass@H245_ConferenceRequest@@UBEPBDI@Z @12880 NONAME ?GetClass@H245_ConferenceRequest_requestTerminalCertificate@@UBEPBDI@Z @12881 NONAME ?GetClass@H245_ConferenceResponse@@UBEPBDI@Z @12882 NONAME ?GetClass@H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@UBEPBDI@Z @12883 NONAME ?GetClass@H245_ConferenceResponse_chairTokenOwnerResponse@@UBEPBDI@Z @12884 NONAME ?GetClass@H245_ConferenceResponse_conferenceIDResponse@@UBEPBDI@Z @12885 NONAME ?GetClass@H245_ConferenceResponse_extensionAddressResponse@@UBEPBDI@Z @12886 NONAME ?GetClass@H245_ConferenceResponse_makeMeChairResponse@@UBEPBDI@Z @12887 NONAME ?GetClass@H245_ConferenceResponse_makeTerminalBroadcasterResponse@@UBEPBDI@Z @12888 NONAME ?GetClass@H245_ConferenceResponse_mCTerminalIDResponse@@UBEPBDI@Z @12889 NONAME ?GetClass@H245_ConferenceResponse_passwordResponse@@UBEPBDI@Z @12890 NONAME ?GetClass@H245_ConferenceResponse_sendThisSourceResponse@@UBEPBDI@Z @12891 NONAME ?GetClass@H245_ConferenceResponse_terminalCertificateResponse@@UBEPBDI@Z @12892 NONAME ?GetClass@H245_ConferenceResponse_terminalIDResponse@@UBEPBDI@Z @12893 NONAME ?GetClass@H245_ConnectionIdentifier@@UBEPBDI@Z @26553 NONAME ?GetClass@H245_CRCLength@@UBEPBDI@Z @12894 NONAME ?GetClass@H245_Criteria@@UBEPBDI@Z @12895 NONAME ?GetClass@H245_CustomPictureClockFrequency@@UBEPBDI@Z @12896 NONAME ?GetClass@H245_CustomPictureFormat@@UBEPBDI@Z @12897 NONAME ?GetClass@H245_CustomPictureFormat_mPI@@UBEPBDI@Z @12898 NONAME ?GetClass@H245_CustomPictureFormat_mPI_customPCF@@UBEPBDI@Z @12899 NONAME ?GetClass@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBEPBDI@Z @12900 NONAME ?GetClass@H245_CustomPictureFormat_pixelAspectInformation@@UBEPBDI@Z @12901 NONAME ?GetClass@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@UBEPBDI@Z @12902 NONAME ?GetClass@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBEPBDI@Z @12903 NONAME ?GetClass@H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@UBEPBDI@Z @12904 NONAME ?GetClass@H245_DataApplicationCapability@@UBEPBDI@Z @12905 NONAME ?GetClass@H245_DataApplicationCapability_application@@UBEPBDI@Z @12906 NONAME ?GetClass@H245_DataApplicationCapability_application_nlpid@@UBEPBDI@Z @12907 NONAME ?GetClass@H245_DataApplicationCapability_application_t38fax@@UBEPBDI@Z @26554 NONAME ?GetClass@H245_DataApplicationCapability_application_t84@@UBEPBDI@Z @12908 NONAME ?GetClass@H245_DataMode@@UBEPBDI@Z @12909 NONAME ?GetClass@H245_DataMode_application@@UBEPBDI@Z @12910 NONAME ?GetClass@H245_DataMode_application_nlpid@@UBEPBDI@Z @12911 NONAME ?GetClass@H245_DataMode_application_t38fax@@UBEPBDI@Z @26555 NONAME ?GetClass@H245_DataProtocolCapability@@UBEPBDI@Z @12912 NONAME ?GetClass@H245_DataProtocolCapability_v76wCompression@@UBEPBDI@Z @12913 NONAME ?GetClass@H245_DataType@@UBEPBDI@Z @12914 NONAME ?GetClass@H245_DepFECCapability@@UBEPBDI@Z @53717 NONAME ?GetClass@H245_DepFECCapability_rfc2733@@UBEPBDI@Z @53718 NONAME ?GetClass@H245_DepFECCapability_rfc2733_separateStream@@UBEPBDI@Z @53719 NONAME ?GetClass@H245_DepFECData@@UBEPBDI@Z @53720 NONAME ?GetClass@H245_DepFECData_rfc2733@@UBEPBDI@Z @53721 NONAME ?GetClass@H245_DepFECData_rfc2733_mode@@UBEPBDI@Z @53722 NONAME ?GetClass@H245_DepFECData_rfc2733_mode_separateStream@@UBEPBDI@Z @53723 NONAME ?GetClass@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBEPBDI@Z @53724 NONAME ?GetClass@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBEPBDI@Z @53725 NONAME ?GetClass@H245_DepFECMode@@UBEPBDI@Z @53726 NONAME ?GetClass@H245_DepFECMode_rfc2733Mode@@UBEPBDI@Z @53727 NONAME ?GetClass@H245_DepFECMode_rfc2733Mode_mode@@UBEPBDI@Z @53728 NONAME ?GetClass@H245_DepFECMode_rfc2733Mode_mode_separateStream@@UBEPBDI@Z @53729 NONAME ?GetClass@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBEPBDI@Z @53730 NONAME ?GetClass@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBEPBDI@Z @53731 NONAME ?GetClass@H245_DialingInformation@@UBEPBDI@Z @26556 NONAME ?GetClass@H245_DialingInformationNetworkType@@UBEPBDI@Z @26557 NONAME ?GetClass@H245_DialingInformationNumber@@UBEPBDI@Z @26558 NONAME ?GetClass@H245_EncryptionAuthenticationAndIntegrity@@UBEPBDI@Z @12915 NONAME ?GetClass@H245_EncryptionCapability@@UBEPBDI@Z @12916 NONAME ?GetClass@H245_EncryptionCommand@@UBEPBDI@Z @12917 NONAME ?GetClass@H245_EncryptionCommand_encryptionAlgorithmID@@UBEPBDI@Z @12918 NONAME ?GetClass@H245_EncryptionMode@@UBEPBDI@Z @12919 NONAME ?GetClass@H245_EncryptionSync@@UBEPBDI@Z @12920 NONAME ?GetClass@H245_EncryptionUpdateDirection@@UBEPBDI@Z @53231 NONAME ?GetClass@H245_EncryptionUpdateRequest@@UBEPBDI@Z @12921 NONAME ?GetClass@H245_EndSessionCommand@@UBEPBDI@Z @12922 NONAME ?GetClass@H245_EndSessionCommand_gstnOptions@@UBEPBDI@Z @12923 NONAME ?GetClass@H245_EndSessionCommand_isdnOptions@@UBEPBDI@Z @12924 NONAME ?GetClass@H245_EnhancementLayerInfo@@UBEPBDI@Z @12925 NONAME ?GetClass@H245_EnhancementOptions@@UBEPBDI@Z @12926 NONAME ?GetClass@H245_EscrowData@@UBEPBDI@Z @12927 NONAME ?GetClass@H245_ExtendedVideoCapability@@UBEPBDI@Z @53232 NONAME ?GetClass@H245_FECCapability@@UBEPBDI@Z @38837 NONAME ?GetClass@H245_FECCapability_rfc2733Format@@UBEPBDI@Z @53732 NONAME ?GetClass@H245_FECData@@UBEPBDI@Z @38840 NONAME ?GetClass@H245_FECData_rfc2733@@UBEPBDI@Z @38841 NONAME ?GetClass@H245_FECData_rfc2733_pktMode@@UBEPBDI@Z @53733 NONAME ?GetClass@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBEPBDI@Z @53734 NONAME ?GetClass@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UBEPBDI@Z @53735 NONAME ?GetClass@H245_FECMode@@UBEPBDI@Z @38846 NONAME ?GetClass@H245_FECMode_rfc2733Format@@UBEPBDI@Z @53736 NONAME ?GetClass@H245_FlowControlCommand@@UBEPBDI@Z @12928 NONAME ?GetClass@H245_FlowControlCommand_restriction@@UBEPBDI@Z @12929 NONAME ?GetClass@H245_FlowControlCommand_scope@@UBEPBDI@Z @12930 NONAME ?GetClass@H245_FlowControlIndication@@UBEPBDI@Z @26559 NONAME ?GetClass@H245_FlowControlIndication_restriction@@UBEPBDI@Z @26560 NONAME ?GetClass@H245_FlowControlIndication_scope@@UBEPBDI@Z @26561 NONAME ?GetClass@H245_FunctionNotSupported@@UBEPBDI@Z @12931 NONAME ?GetClass@H245_FunctionNotSupported_cause@@UBEPBDI@Z @12932 NONAME ?GetClass@H245_FunctionNotUnderstood@@UBEPBDI@Z @12933 NONAME ?GetClass@H245_G7231AnnexCCapability@@UBEPBDI@Z @12934 NONAME ?GetClass@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBEPBDI@Z @12935 NONAME ?GetClass@H245_G7231AnnexCMode@@UBEPBDI@Z @12936 NONAME ?GetClass@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBEPBDI@Z @12937 NONAME ?GetClass@H245_G729Extensions@@UBEPBDI@Z @26562 NONAME ?GetClass@H245_GenericCapability@@UBEPBDI@Z @26563 NONAME ?GetClass@H245_GenericMessage@@UBEPBDI@Z @53233 NONAME ?GetClass@H245_GenericParameter@@UBEPBDI@Z @26564 NONAME ?GetClass@H245_GSMAudioCapability@@UBEPBDI@Z @12938 NONAME ?GetClass@H245_H222Capability@@UBEPBDI@Z @12939 NONAME ?GetClass@H245_H222LogicalChannelParameters@@UBEPBDI@Z @12940 NONAME ?GetClass@H245_H223AL1MParameters@@UBEPBDI@Z @12941 NONAME ?GetClass@H245_H223AL1MParameters_arqType@@UBEPBDI@Z @12942 NONAME ?GetClass@H245_H223AL1MParameters_crcLength@@UBEPBDI@Z @12943 NONAME ?GetClass@H245_H223AL1MParameters_headerFEC@@UBEPBDI@Z @12944 NONAME ?GetClass@H245_H223AL1MParameters_transferMode@@UBEPBDI@Z @12945 NONAME ?GetClass@H245_H223AL2MParameters@@UBEPBDI@Z @12946 NONAME ?GetClass@H245_H223AL2MParameters_headerFEC@@UBEPBDI@Z @12947 NONAME ?GetClass@H245_H223AL3MParameters@@UBEPBDI@Z @12948 NONAME ?GetClass@H245_H223AL3MParameters_arqType@@UBEPBDI@Z @12949 NONAME ?GetClass@H245_H223AL3MParameters_crcLength@@UBEPBDI@Z @12950 NONAME ?GetClass@H245_H223AL3MParameters_headerFormat@@UBEPBDI@Z @12951 NONAME ?GetClass@H245_H223AnnexCArqParameters@@UBEPBDI@Z @12952 NONAME ?GetClass@H245_H223AnnexCArqParameters_numberOfRetransmissions@@UBEPBDI@Z @12953 NONAME ?GetClass@H245_H223AnnexCCapability@@UBEPBDI@Z @12954 NONAME ?GetClass@H245_H223Capability@@UBEPBDI@Z @12955 NONAME ?GetClass@H245_H223Capability_h223MultiplexTableCapability@@UBEPBDI@Z @12956 NONAME ?GetClass@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBEPBDI@Z @12957 NONAME ?GetClass@H245_H223Capability_mobileMultilinkFrameCapability@@UBEPBDI@Z @26565 NONAME ?GetClass@H245_H223Capability_mobileOperationTransmitCapability@@UBEPBDI@Z @12958 NONAME ?GetClass@H245_H223LogicalChannelParameters@@UBEPBDI@Z @12959 NONAME ?GetClass@H245_H223LogicalChannelParameters_adaptationLayerType@@UBEPBDI@Z @12960 NONAME ?GetClass@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBEPBDI@Z @12961 NONAME ?GetClass@H245_H223ModeParameters@@UBEPBDI@Z @12962 NONAME ?GetClass@H245_H223ModeParameters_adaptationLayerType@@UBEPBDI@Z @12963 NONAME ?GetClass@H245_H223ModeParameters_adaptationLayerType_al3@@UBEPBDI@Z @12964 NONAME ?GetClass@H245_H223MultiplexReconfiguration@@UBEPBDI@Z @12965 NONAME ?GetClass@H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@UBEPBDI@Z @12966 NONAME ?GetClass@H245_H223MultiplexReconfiguration_h223ModeChange@@UBEPBDI@Z @12967 NONAME ?GetClass@H245_H223SkewIndication@@UBEPBDI@Z @12968 NONAME ?GetClass@H245_H2250Capability@@UBEPBDI@Z @12969 NONAME ?GetClass@H245_H2250Capability_mcCapability@@UBEPBDI@Z @12970 NONAME ?GetClass@H245_H2250LogicalChannelAckParameters@@UBEPBDI@Z @12971 NONAME ?GetClass@H245_H2250LogicalChannelParameters@@UBEPBDI@Z @12972 NONAME ?GetClass@H245_H2250LogicalChannelParameters_mediaPacketization@@UBEPBDI@Z @12973 NONAME ?GetClass@H245_H2250MaximumSkewIndication@@UBEPBDI@Z @12974 NONAME ?GetClass@H245_H2250ModeParameters@@UBEPBDI@Z @12975 NONAME ?GetClass@H245_H235Media@@UBEPBDI@Z @12976 NONAME ?GetClass@H245_H235Media_mediaType@@UBEPBDI@Z @12977 NONAME ?GetClass@H245_H235Mode@@UBEPBDI@Z @12978 NONAME ?GetClass@H245_H235Mode_mediaMode@@UBEPBDI@Z @12979 NONAME ?GetClass@H245_H235SecurityCapability@@UBEPBDI@Z @12980 NONAME ?GetClass@H245_H261VideoCapability@@UBEPBDI@Z @12981 NONAME ?GetClass@H245_H261VideoMode@@UBEPBDI@Z @12982 NONAME ?GetClass@H245_H261VideoMode_resolution@@UBEPBDI@Z @12983 NONAME ?GetClass@H245_H262VideoCapability@@UBEPBDI@Z @12984 NONAME ?GetClass@H245_H262VideoMode@@UBEPBDI@Z @12985 NONAME ?GetClass@H245_H262VideoMode_profileAndLevel@@UBEPBDI@Z @12986 NONAME ?GetClass@H245_H263ModeComboFlags@@UBEPBDI@Z @12987 NONAME ?GetClass@H245_H263Options@@UBEPBDI@Z @12988 NONAME ?GetClass@H245_H263Version3Options@@UBEPBDI@Z @26566 NONAME ?GetClass@H245_H263VideoCapability@@UBEPBDI@Z @12989 NONAME ?GetClass@H245_H263VideoMode@@UBEPBDI@Z @12990 NONAME ?GetClass@H245_H263VideoModeCombos@@UBEPBDI@Z @12991 NONAME ?GetClass@H245_H263VideoMode_resolution@@UBEPBDI@Z @12992 NONAME ?GetClass@H245_IndicationMessage@@UBEPBDI@Z @12993 NONAME ?GetClass@H245_IntegrityCapability@@UBEPBDI@Z @12994 NONAME ?GetClass@H245_IS11172AudioCapability@@UBEPBDI@Z @12995 NONAME ?GetClass@H245_IS11172AudioMode@@UBEPBDI@Z @12996 NONAME ?GetClass@H245_IS11172AudioMode_audioLayer@@UBEPBDI@Z @12997 NONAME ?GetClass@H245_IS11172AudioMode_audioSampling@@UBEPBDI@Z @12998 NONAME ?GetClass@H245_IS11172AudioMode_multichannelType@@UBEPBDI@Z @12999 NONAME ?GetClass@H245_IS11172VideoCapability@@UBEPBDI@Z @13000 NONAME ?GetClass@H245_IS11172VideoMode@@UBEPBDI@Z @13001 NONAME ?GetClass@H245_IS13818AudioCapability@@UBEPBDI@Z @13002 NONAME ?GetClass@H245_IS13818AudioMode@@UBEPBDI@Z @13003 NONAME ?GetClass@H245_IS13818AudioMode_audioLayer@@UBEPBDI@Z @13004 NONAME ?GetClass@H245_IS13818AudioMode_audioSampling@@UBEPBDI@Z @13005 NONAME ?GetClass@H245_IS13818AudioMode_multichannelType@@UBEPBDI@Z @13006 NONAME ?GetClass@H245_IV16@@UBEPBDI@Z @53234 NONAME ?GetClass@H245_IV8@@UBEPBDI@Z @53235 NONAME ?GetClass@H245_JitterIndication@@UBEPBDI@Z @13007 NONAME ?GetClass@H245_JitterIndication_scope@@UBEPBDI@Z @13008 NONAME ?GetClass@H245_KeyProtectionMethod@@UBEPBDI@Z @13009 NONAME ?GetClass@H245_LogicalChannelNumber@@UBEPBDI@Z @13010 NONAME ?GetClass@H245_LogicalChannelRateAcknowledge@@UBEPBDI@Z @26567 NONAME ?GetClass@H245_LogicalChannelRateReject@@UBEPBDI@Z @26568 NONAME ?GetClass@H245_LogicalChannelRateRejectReason@@UBEPBDI@Z @26569 NONAME ?GetClass@H245_LogicalChannelRateRelease@@UBEPBDI@Z @26570 NONAME ?GetClass@H245_LogicalChannelRateRequest@@UBEPBDI@Z @26571 NONAME ?GetClass@H245_MaintenanceLoopAck@@UBEPBDI@Z @13011 NONAME ?GetClass@H245_MaintenanceLoopAck_type@@UBEPBDI@Z @13012 NONAME ?GetClass@H245_MaintenanceLoopOffCommand@@UBEPBDI@Z @13013 NONAME ?GetClass@H245_MaintenanceLoopReject@@UBEPBDI@Z @13014 NONAME ?GetClass@H245_MaintenanceLoopReject_cause@@UBEPBDI@Z @13015 NONAME ?GetClass@H245_MaintenanceLoopReject_type@@UBEPBDI@Z @13016 NONAME ?GetClass@H245_MaintenanceLoopRequest@@UBEPBDI@Z @13017 NONAME ?GetClass@H245_MaintenanceLoopRequest_type@@UBEPBDI@Z @13018 NONAME ?GetClass@H245_MasterSlaveDetermination@@UBEPBDI@Z @13019 NONAME ?GetClass@H245_MasterSlaveDeterminationAck@@UBEPBDI@Z @13020 NONAME ?GetClass@H245_MasterSlaveDeterminationAck_decision@@UBEPBDI@Z @13021 NONAME ?GetClass@H245_MasterSlaveDeterminationReject@@UBEPBDI@Z @13022 NONAME ?GetClass@H245_MasterSlaveDeterminationReject_cause@@UBEPBDI@Z @13023 NONAME ?GetClass@H245_MasterSlaveDeterminationRelease@@UBEPBDI@Z @13024 NONAME ?GetClass@H245_MaximumBitRate@@UBEPBDI@Z @26572 NONAME ?GetClass@H245_MaxRedundancy@@UBEPBDI@Z @53737 NONAME ?GetClass@H245_MCLocationIndication@@UBEPBDI@Z @13025 NONAME ?GetClass@H245_McuNumber@@UBEPBDI@Z @13026 NONAME ?GetClass@H245_MediaChannelCapability@@UBEPBDI@Z @13027 NONAME ?GetClass@H245_MediaDistributionCapability@@UBEPBDI@Z @13028 NONAME ?GetClass@H245_MediaEncryptionAlgorithm@@UBEPBDI@Z @13029 NONAME ?GetClass@H245_MediaPacketizationCapability@@UBEPBDI@Z @13030 NONAME ?GetClass@H245_MediaTransportType@@UBEPBDI@Z @13031 NONAME ?GetClass@H245_MediaTransportType_atm_AAL5_compressed@@UBEPBDI@Z @26573 NONAME ?GetClass@H245_MiscellaneousCommand@@UBEPBDI@Z @13032 NONAME ?GetClass@H245_MiscellaneousCommand_type@@UBEPBDI@Z @13033 NONAME ?GetClass@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBEPBDI@Z @53236 NONAME ?GetClass@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBEPBDI@Z @53237 NONAME ?GetClass@H245_MiscellaneousCommand_type_lostPartialPicture@@UBEPBDI@Z @26574 NONAME ?GetClass@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBEPBDI@Z @13034 NONAME ?GetClass@H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@UBEPBDI@Z @13035 NONAME ?GetClass@H245_MiscellaneousCommand_type_videoBadMBs@@UBEPBDI@Z @26575 NONAME ?GetClass@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBEPBDI@Z @13036 NONAME ?GetClass@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBEPBDI@Z @13037 NONAME ?GetClass@H245_MiscellaneousIndication@@UBEPBDI@Z @13038 NONAME ?GetClass@H245_MiscellaneousIndication_type@@UBEPBDI@Z @13039 NONAME ?GetClass@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBEPBDI@Z @13040 NONAME ?GetClass@H245_MobileMultilinkReconfigurationCommand@@UBEPBDI@Z @26576 NONAME ?GetClass@H245_MobileMultilinkReconfigurationCommand_status@@UBEPBDI@Z @26577 NONAME ?GetClass@H245_MobileMultilinkReconfigurationIndication@@UBEPBDI@Z @26578 NONAME ?GetClass@H245_ModeDescription@@UBEPBDI@Z @13041 NONAME ?GetClass@H245_ModeElement@@UBEPBDI@Z @13042 NONAME ?GetClass@H245_ModeElementType@@UBEPBDI@Z @38852 NONAME ?GetClass@H245_MulticastAddress@@UBEPBDI@Z @13044 NONAME ?GetClass@H245_MulticastAddress_iP6Address@@UBEPBDI@Z @13045 NONAME ?GetClass@H245_MulticastAddress_iPAddress@@UBEPBDI@Z @13046 NONAME ?GetClass@H245_MultilinkIndication@@UBEPBDI@Z @26579 NONAME ?GetClass@H245_MultilinkIndication_crcDesired@@UBEPBDI@Z @26580 NONAME ?GetClass@H245_MultilinkIndication_excessiveError@@UBEPBDI@Z @26581 NONAME ?GetClass@H245_MultilinkRequest@@UBEPBDI@Z @26582 NONAME ?GetClass@H245_MultilinkRequest_addConnection@@UBEPBDI@Z @26583 NONAME ?GetClass@H245_MultilinkRequest_callInformation@@UBEPBDI@Z @26584 NONAME ?GetClass@H245_MultilinkRequest_maximumHeaderInterval@@UBEPBDI@Z @26585 NONAME ?GetClass@H245_MultilinkRequest_maximumHeaderInterval_requestType@@UBEPBDI@Z @26586 NONAME ?GetClass@H245_MultilinkRequest_removeConnection@@UBEPBDI@Z @26587 NONAME ?GetClass@H245_MultilinkResponse@@UBEPBDI@Z @26588 NONAME ?GetClass@H245_MultilinkResponse_addConnection@@UBEPBDI@Z @26589 NONAME ?GetClass@H245_MultilinkResponse_addConnection_responseCode@@UBEPBDI@Z @26590 NONAME ?GetClass@H245_MultilinkResponse_addConnection_responseCode_rejected@@UBEPBDI@Z @26591 NONAME ?GetClass@H245_MultilinkResponse_callInformation@@UBEPBDI@Z @26592 NONAME ?GetClass@H245_MultilinkResponse_maximumHeaderInterval@@UBEPBDI@Z @26593 NONAME ?GetClass@H245_MultilinkResponse_removeConnection@@UBEPBDI@Z @26594 NONAME ?GetClass@H245_MultimediaSystemControlMessage@@UBEPBDI@Z @13047 NONAME ?GetClass@H245_MultiplePayloadStream@@UBEPBDI@Z @38853 NONAME ?GetClass@H245_MultiplePayloadStreamCapability@@UBEPBDI@Z @38854 NONAME ?GetClass@H245_MultiplePayloadStreamElement@@UBEPBDI@Z @38855 NONAME ?GetClass@H245_MultiplePayloadStreamElementMode@@UBEPBDI@Z @38856 NONAME ?GetClass@H245_MultiplePayloadStreamMode@@UBEPBDI@Z @38857 NONAME ?GetClass@H245_MultiplexCapability@@UBEPBDI@Z @13048 NONAME ?GetClass@H245_MultiplexedStreamCapability@@UBEPBDI@Z @26595 NONAME ?GetClass@H245_MultiplexedStreamModeParameters@@UBEPBDI@Z @26596 NONAME ?GetClass@H245_MultiplexedStreamParameter@@UBEPBDI@Z @26597 NONAME ?GetClass@H245_MultiplexElement@@UBEPBDI@Z @13049 NONAME ?GetClass@H245_MultiplexElement_repeatCount@@UBEPBDI@Z @13050 NONAME ?GetClass@H245_MultiplexElement_type@@UBEPBDI@Z @13051 NONAME ?GetClass@H245_MultiplexEntryDescriptor@@UBEPBDI@Z @13052 NONAME ?GetClass@H245_MultiplexEntryRejectionDescriptions@@UBEPBDI@Z @13053 NONAME ?GetClass@H245_MultiplexEntryRejectionDescriptions_cause@@UBEPBDI@Z @13054 NONAME ?GetClass@H245_MultiplexEntrySend@@UBEPBDI@Z @13055 NONAME ?GetClass@H245_MultiplexEntrySendAck@@UBEPBDI@Z @13056 NONAME ?GetClass@H245_MultiplexEntrySendReject@@UBEPBDI@Z @13057 NONAME ?GetClass@H245_MultiplexEntrySendRelease@@UBEPBDI@Z @13058 NONAME ?GetClass@H245_MultiplexFormat@@UBEPBDI@Z @26598 NONAME ?GetClass@H245_MultiplexTableEntryNumber@@UBEPBDI@Z @13059 NONAME ?GetClass@H245_MultipointCapability@@UBEPBDI@Z @13060 NONAME ?GetClass@H245_NetworkAccessParameters@@UBEPBDI@Z @13061 NONAME ?GetClass@H245_NetworkAccessParameters_distribution@@UBEPBDI@Z @13062 NONAME ?GetClass@H245_NetworkAccessParameters_networkAddress@@UBEPBDI@Z @13063 NONAME ?GetClass@H245_NetworkAccessParameters_t120SetupProcedure@@UBEPBDI@Z @13064 NONAME ?GetClass@H245_NewATMVCCommand@@UBEPBDI@Z @26599 NONAME ?GetClass@H245_NewATMVCCommand_aal@@UBEPBDI@Z @26600 NONAME ?GetClass@H245_NewATMVCCommand_aal_aal1@@UBEPBDI@Z @26601 NONAME ?GetClass@H245_NewATMVCCommand_aal_aal1_clockRecovery@@UBEPBDI@Z @26602 NONAME ?GetClass@H245_NewATMVCCommand_aal_aal1_errorCorrection@@UBEPBDI@Z @26603 NONAME ?GetClass@H245_NewATMVCCommand_aal_aal5@@UBEPBDI@Z @26604 NONAME ?GetClass@H245_NewATMVCCommand_multiplex@@UBEPBDI@Z @26605 NONAME ?GetClass@H245_NewATMVCCommand_reverseParameters@@UBEPBDI@Z @26606 NONAME ?GetClass@H245_NewATMVCCommand_reverseParameters_multiplex@@UBEPBDI@Z @26607 NONAME ?GetClass@H245_NewATMVCIndication@@UBEPBDI@Z @13065 NONAME ?GetClass@H245_NewATMVCIndication_aal@@UBEPBDI@Z @13066 NONAME ?GetClass@H245_NewATMVCIndication_aal_aal1@@UBEPBDI@Z @13067 NONAME ?GetClass@H245_NewATMVCIndication_aal_aal1_clockRecovery@@UBEPBDI@Z @13068 NONAME ?GetClass@H245_NewATMVCIndication_aal_aal1_errorCorrection@@UBEPBDI@Z @13069 NONAME ?GetClass@H245_NewATMVCIndication_aal_aal5@@UBEPBDI@Z @13070 NONAME ?GetClass@H245_NewATMVCIndication_multiplex@@UBEPBDI@Z @13071 NONAME ?GetClass@H245_NewATMVCIndication_reverseParameters@@UBEPBDI@Z @13072 NONAME ?GetClass@H245_NewATMVCIndication_reverseParameters_multiplex@@UBEPBDI@Z @13073 NONAME ?GetClass@H245_NonStandardIdentifier@@UBEPBDI@Z @13074 NONAME ?GetClass@H245_NonStandardIdentifier_h221NonStandard@@UBEPBDI@Z @13075 NONAME ?GetClass@H245_NonStandardMessage@@UBEPBDI@Z @13076 NONAME ?GetClass@H245_NonStandardParameter@@UBEPBDI@Z @13077 NONAME ?GetClass@H245_NoPTAudioTelephonyEventCapability@@UBEPBDI@Z @38858 NONAME ?GetClass@H245_NoPTAudioToneCapability@@UBEPBDI@Z @38859 NONAME ?GetClass@H245_OpenLogicalChannel@@UBEPBDI@Z @13078 NONAME ?GetClass@H245_OpenLogicalChannelAck@@UBEPBDI@Z @13079 NONAME ?GetClass@H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@UBEPBDI@Z @13080 NONAME ?GetClass@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBEPBDI@Z @13081 NONAME ?GetClass@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@UBEPBDI@Z @13082 NONAME ?GetClass@H245_OpenLogicalChannelConfirm@@UBEPBDI@Z @13083 NONAME ?GetClass@H245_OpenLogicalChannelReject@@UBEPBDI@Z @13084 NONAME ?GetClass@H245_OpenLogicalChannelReject_cause@@UBEPBDI@Z @13085 NONAME ?GetClass@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBEPBDI@Z @13086 NONAME ?GetClass@H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@UBEPBDI@Z @13087 NONAME ?GetClass@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBEPBDI@Z @13088 NONAME ?GetClass@H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@UBEPBDI@Z @13089 NONAME ?GetClass@H245_ParameterIdentifier@@UBEPBDI@Z @26608 NONAME ?GetClass@H245_ParameterValue@@UBEPBDI@Z @26609 NONAME ?GetClass@H245_Params@@UBEPBDI@Z @53238 NONAME ?GetClass@H245_Password@@UBEPBDI@Z @13090 NONAME ?GetClass@H245_PictureReference@@UBEPBDI@Z @26610 NONAME ?GetClass@H245_Q2931Address@@UBEPBDI@Z @13091 NONAME ?GetClass@H245_Q2931Address_address@@UBEPBDI@Z @13092 NONAME ?GetClass@H245_QOSCapability@@UBEPBDI@Z @13093 NONAME ?GetClass@H245_QOSMode@@UBEPBDI@Z @13094 NONAME ?GetClass@H245_RedundancyEncoding@@UBEPBDI@Z @13095 NONAME ?GetClass@H245_RedundancyEncodingCapability@@UBEPBDI@Z @13096 NONAME ?GetClass@H245_RedundancyEncodingDTMode@@UBEPBDI@Z @38860 NONAME ?GetClass@H245_RedundancyEncodingDTModeElement@@UBEPBDI@Z @38861 NONAME ?GetClass@H245_RedundancyEncodingDTModeElement_type@@UBEPBDI@Z @38862 NONAME ?GetClass@H245_RedundancyEncodingElement@@UBEPBDI@Z @38863 NONAME ?GetClass@H245_RedundancyEncodingMethod@@UBEPBDI@Z @13097 NONAME ?GetClass@H245_RedundancyEncodingMode@@UBEPBDI@Z @13098 NONAME ?GetClass@H245_RedundancyEncodingMode_secondaryEncoding@@UBEPBDI@Z @13099 NONAME ?GetClass@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBEPBDI@Z @38864 NONAME ?GetClass@H245_RefPictureSelection@@UBEPBDI@Z @13100 NONAME ?GetClass@H245_RefPictureSelection_additionalPictureMemory@@UBEPBDI@Z @13101 NONAME ?GetClass@H245_RefPictureSelection_enhancedReferencePicSelect@@UBEPBDI@Z @26611 NONAME ?GetClass@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBEPBDI@Z @26612 NONAME ?GetClass@H245_RefPictureSelection_videoBackChannelSend@@UBEPBDI@Z @13102 NONAME ?GetClass@H245_RemoteMCRequest@@UBEPBDI@Z @13103 NONAME ?GetClass@H245_RemoteMCResponse@@UBEPBDI@Z @13104 NONAME ?GetClass@H245_RemoteMCResponse_reject@@UBEPBDI@Z @13105 NONAME ?GetClass@H245_RequestAllTerminalIDsResponse@@UBEPBDI@Z @13106 NONAME ?GetClass@H245_RequestChannelClose@@UBEPBDI@Z @13107 NONAME ?GetClass@H245_RequestChannelCloseAck@@UBEPBDI@Z @13108 NONAME ?GetClass@H245_RequestChannelCloseReject@@UBEPBDI@Z @13109 NONAME ?GetClass@H245_RequestChannelCloseReject_cause@@UBEPBDI@Z @13110 NONAME ?GetClass@H245_RequestChannelCloseRelease@@UBEPBDI@Z @13111 NONAME ?GetClass@H245_RequestChannelClose_reason@@UBEPBDI@Z @13112 NONAME ?GetClass@H245_RequestMessage@@UBEPBDI@Z @13113 NONAME ?GetClass@H245_RequestMode@@UBEPBDI@Z @13114 NONAME ?GetClass@H245_RequestModeAck@@UBEPBDI@Z @13115 NONAME ?GetClass@H245_RequestModeAck_response@@UBEPBDI@Z @13116 NONAME ?GetClass@H245_RequestModeReject@@UBEPBDI@Z @13117 NONAME ?GetClass@H245_RequestModeReject_cause@@UBEPBDI@Z @13118 NONAME ?GetClass@H245_RequestModeRelease@@UBEPBDI@Z @13119 NONAME ?GetClass@H245_RequestMultiplexEntry@@UBEPBDI@Z @13120 NONAME ?GetClass@H245_RequestMultiplexEntryAck@@UBEPBDI@Z @13121 NONAME ?GetClass@H245_RequestMultiplexEntryReject@@UBEPBDI@Z @13122 NONAME ?GetClass@H245_RequestMultiplexEntryRejectionDescriptions@@UBEPBDI@Z @13123 NONAME ?GetClass@H245_RequestMultiplexEntryRejectionDescriptions_cause@@UBEPBDI@Z @13124 NONAME ?GetClass@H245_RequestMultiplexEntryRelease@@UBEPBDI@Z @13125 NONAME ?GetClass@H245_ResponseMessage@@UBEPBDI@Z @13126 NONAME ?GetClass@H245_RoundTripDelayRequest@@UBEPBDI@Z @13127 NONAME ?GetClass@H245_RoundTripDelayResponse@@UBEPBDI@Z @13128 NONAME ?GetClass@H245_RSVPParameters@@UBEPBDI@Z @13129 NONAME ?GetClass@H245_RTPH263VideoRedundancyEncoding@@UBEPBDI@Z @13130 NONAME ?GetClass@H245_RTPH263VideoRedundancyEncoding_containedThreads@@UBEPBDI@Z @13131 NONAME ?GetClass@H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@UBEPBDI@Z @13132 NONAME ?GetClass@H245_RTPH263VideoRedundancyFrameMapping@@UBEPBDI@Z @13133 NONAME ?GetClass@H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@UBEPBDI@Z @13134 NONAME ?GetClass@H245_RTPPayloadType@@UBEPBDI@Z @13135 NONAME ?GetClass@H245_RTPPayloadType_payloadDescriptor@@UBEPBDI@Z @13136 NONAME ?GetClass@H245_SendTerminalCapabilitySet@@UBEPBDI@Z @13137 NONAME ?GetClass@H245_SendTerminalCapabilitySet_specificRequest@@UBEPBDI@Z @13138 NONAME ?GetClass@H245_SequenceNumber@@UBEPBDI@Z @13139 NONAME ?GetClass@H245_SubstituteConferenceIDCommand@@UBEPBDI@Z @13140 NONAME ?GetClass@H245_T38FaxProfile@@UBEPBDI@Z @26613 NONAME ?GetClass@H245_T38FaxRateManagement@@UBEPBDI@Z @26614 NONAME ?GetClass@H245_T38FaxTcpOptions@@UBEPBDI@Z @26615 NONAME ?GetClass@H245_T38FaxUdpOptions@@UBEPBDI@Z @26616 NONAME ?GetClass@H245_T38FaxUdpOptions_t38FaxUdpEC@@UBEPBDI@Z @26617 NONAME ?GetClass@H245_T84Profile@@UBEPBDI@Z @13141 NONAME ?GetClass@H245_T84Profile_t84Restricted@@UBEPBDI@Z @13142 NONAME ?GetClass@H245_TerminalCapabilitySet@@UBEPBDI@Z @13143 NONAME ?GetClass@H245_TerminalCapabilitySetAck@@UBEPBDI@Z @13144 NONAME ?GetClass@H245_TerminalCapabilitySetReject@@UBEPBDI@Z @13145 NONAME ?GetClass@H245_TerminalCapabilitySetReject_cause@@UBEPBDI@Z @13146 NONAME ?GetClass@H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@UBEPBDI@Z @13147 NONAME ?GetClass@H245_TerminalCapabilitySetRelease@@UBEPBDI@Z @13148 NONAME ?GetClass@H245_TerminalID@@UBEPBDI@Z @13149 NONAME ?GetClass@H245_TerminalInformation@@UBEPBDI@Z @13150 NONAME ?GetClass@H245_TerminalLabel@@UBEPBDI@Z @13151 NONAME ?GetClass@H245_TerminalNumber@@UBEPBDI@Z @13152 NONAME ?GetClass@H245_TerminalYouAreSeeingInSubPictureNumber@@UBEPBDI@Z @13153 NONAME ?GetClass@H245_TransparencyParameters@@UBEPBDI@Z @13154 NONAME ?GetClass@H245_TransportAddress@@UBEPBDI@Z @13155 NONAME ?GetClass@H245_TransportCapability@@UBEPBDI@Z @13156 NONAME ?GetClass@H245_UnicastAddress@@UBEPBDI@Z @13157 NONAME ?GetClass@H245_UnicastAddress_iP6Address@@UBEPBDI@Z @13158 NONAME ?GetClass@H245_UnicastAddress_iPAddress@@UBEPBDI@Z @13159 NONAME ?GetClass@H245_UnicastAddress_iPSourceRouteAddress@@UBEPBDI@Z @13160 NONAME ?GetClass@H245_UnicastAddress_iPSourceRouteAddress_route@@UBEPBDI@Z @13161 NONAME ?GetClass@H245_UnicastAddress_iPSourceRouteAddress_routing@@UBEPBDI@Z @13162 NONAME ?GetClass@H245_UnicastAddress_iPXAddress@@UBEPBDI@Z @13163 NONAME ?GetClass@H245_UserInputCapability@@UBEPBDI@Z @13164 NONAME ?GetClass@H245_UserInputIndication@@UBEPBDI@Z @13165 NONAME ?GetClass@H245_UserInputIndication_encryptedAlphanumeric@@UBEPBDI@Z @53239 NONAME ?GetClass@H245_UserInputIndication_extendedAlphanumeric@@UBEPBDI@Z @26618 NONAME ?GetClass@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBEPBDI@Z @53240 NONAME ?GetClass@H245_UserInputIndication_signal@@UBEPBDI@Z @13166 NONAME ?GetClass@H245_UserInputIndication_signalUpdate@@UBEPBDI@Z @13167 NONAME ?GetClass@H245_UserInputIndication_signalUpdate_rtp@@UBEPBDI@Z @13168 NONAME ?GetClass@H245_UserInputIndication_signal_rtp@@UBEPBDI@Z @13169 NONAME ?GetClass@H245_UserInputIndication_userInputSupportIndication@@UBEPBDI@Z @13170 NONAME ?GetClass@H245_V42bis@@UBEPBDI@Z @13171 NONAME ?GetClass@H245_V75Capability@@UBEPBDI@Z @13172 NONAME ?GetClass@H245_V75Parameters@@UBEPBDI@Z @13173 NONAME ?GetClass@H245_V76Capability@@UBEPBDI@Z @13174 NONAME ?GetClass@H245_V76HDLCParameters@@UBEPBDI@Z @13175 NONAME ?GetClass@H245_V76LogicalChannelParameters@@UBEPBDI@Z @13176 NONAME ?GetClass@H245_V76LogicalChannelParameters_mode@@UBEPBDI@Z @13177 NONAME ?GetClass@H245_V76LogicalChannelParameters_mode_eRM@@UBEPBDI@Z @13178 NONAME ?GetClass@H245_V76LogicalChannelParameters_mode_eRM_recovery@@UBEPBDI@Z @13179 NONAME ?GetClass@H245_V76LogicalChannelParameters_suspendResume@@UBEPBDI@Z @13180 NONAME ?GetClass@H245_V76ModeParameters@@UBEPBDI@Z @13181 NONAME ?GetClass@H245_VBDCapability@@UBEPBDI@Z @38865 NONAME ?GetClass@H245_VBDMode@@UBEPBDI@Z @38866 NONAME ?GetClass@H245_VCCapability@@UBEPBDI@Z @13182 NONAME ?GetClass@H245_VCCapability_aal1@@UBEPBDI@Z @13183 NONAME ?GetClass@H245_VCCapability_aal1ViaGateway@@UBEPBDI@Z @26619 NONAME ?GetClass@H245_VCCapability_aal5@@UBEPBDI@Z @13184 NONAME ?GetClass@H245_VCCapability_availableBitRates@@UBEPBDI@Z @13185 NONAME ?GetClass@H245_VCCapability_availableBitRates_type@@UBEPBDI@Z @13186 NONAME ?GetClass@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBEPBDI@Z @13187 NONAME ?GetClass@H245_VendorIdentification@@UBEPBDI@Z @13188 NONAME ?GetClass@H245_VideoCapability@@UBEPBDI@Z @13189 NONAME ?GetClass@H245_VideoIndicateCompose@@UBEPBDI@Z @13190 NONAME ?GetClass@H245_VideoMode@@UBEPBDI@Z @13191 NONAME ?GetClass@H248_ActionReply@@UBEPBDI@Z @33872 NONAME ?GetClass@H248_ActionRequest@@UBEPBDI@Z @33873 NONAME ?GetClass@H248_AmmDescriptor@@UBEPBDI@Z @33874 NONAME ?GetClass@H248_AmmRequest@@UBEPBDI@Z @33875 NONAME ?GetClass@H248_AmmsReply@@UBEPBDI@Z @33876 NONAME ?GetClass@H248_ArrayOf_ActionReply@@UBEPBDI@Z @33877 NONAME ?GetClass@H248_ArrayOf_ActionRequest@@UBEPBDI@Z @33878 NONAME ?GetClass@H248_ArrayOf_AmmDescriptor@@UBEPBDI@Z @33879 NONAME ?GetClass@H248_ArrayOf_CommandReply@@UBEPBDI@Z @33880 NONAME ?GetClass@H248_ArrayOf_CommandRequest@@UBEPBDI@Z @33881 NONAME ?GetClass@H248_ArrayOf_EventParameter@@UBEPBDI@Z @33882 NONAME ?GetClass@H248_ArrayOf_IndAuditParameter@@UBEPBDI@Z @33883 NONAME ?GetClass@H248_ArrayOf_IndAudPropertyParm@@UBEPBDI@Z @33884 NONAME ?GetClass@H248_ArrayOf_IndAudStreamDescriptor@@UBEPBDI@Z @33885 NONAME ?GetClass@H248_ArrayOf_ModemType@@UBEPBDI@Z @33886 NONAME ?GetClass@H248_ArrayOf_ObservedEvent@@UBEPBDI@Z @33887 NONAME ?GetClass@H248_ArrayOf_PASN_OctetString@@UBEPBDI@Z @33888 NONAME ?GetClass@H248_ArrayOf_PropertyGroup@@UBEPBDI@Z @33889 NONAME ?GetClass@H248_ArrayOf_PropertyParm@@UBEPBDI@Z @33890 NONAME ?GetClass@H248_ArrayOf_RequestedEvent@@UBEPBDI@Z @33891 NONAME ?GetClass@H248_ArrayOf_SecondRequestedEvent@@UBEPBDI@Z @33892 NONAME ?GetClass@H248_ArrayOf_Signal@@UBEPBDI@Z @33893 NONAME ?GetClass@H248_ArrayOf_SigParameter@@UBEPBDI@Z @33894 NONAME ?GetClass@H248_ArrayOf_StreamDescriptor@@UBEPBDI@Z @33895 NONAME ?GetClass@H248_ArrayOf_TerminationID@@UBEPBDI@Z @33896 NONAME ?GetClass@H248_ArrayOf_TopologyRequest@@UBEPBDI@Z @33897 NONAME ?GetClass@H248_ArrayOf_Transaction@@UBEPBDI@Z @33898 NONAME ?GetClass@H248_ArrayOf_WildcardField@@UBEPBDI@Z @33899 NONAME ?GetClass@H248_AuditDescriptor@@UBEPBDI@Z @33900 NONAME ?GetClass@H248_AuditReply@@UBEPBDI@Z @33901 NONAME ?GetClass@H248_AuditRequest@@UBEPBDI@Z @33902 NONAME ?GetClass@H248_AuditResult@@UBEPBDI@Z @33903 NONAME ?GetClass@H248_AuditReturnParameter@@UBEPBDI@Z @33904 NONAME ?GetClass@H248_AuthData@@UBEPBDI@Z @33905 NONAME ?GetClass@H248_AuthenticationHeader@@UBEPBDI@Z @33906 NONAME ?GetClass@H248_Command@@UBEPBDI@Z @33907 NONAME ?GetClass@H248_CommandReply@@UBEPBDI@Z @33908 NONAME ?GetClass@H248_CommandRequest@@UBEPBDI@Z @33909 NONAME ?GetClass@H248_ContextAttrAuditRequest@@UBEPBDI@Z @33910 NONAME ?GetClass@H248_ContextID@@UBEPBDI@Z @33911 NONAME ?GetClass@H248_ContextRequest@@UBEPBDI@Z @33912 NONAME ?GetClass@H248_DigitMapDescriptor@@UBEPBDI@Z @33913 NONAME ?GetClass@H248_DigitMapName@@UBEPBDI@Z @33914 NONAME ?GetClass@H248_DigitMapValue@@UBEPBDI@Z @33915 NONAME ?GetClass@H248_DomainName@@UBEPBDI@Z @33916 NONAME ?GetClass@H248_ErrorCode@@UBEPBDI@Z @33917 NONAME ?GetClass@H248_ErrorDescriptor@@UBEPBDI@Z @33918 NONAME ?GetClass@H248_ErrorText@@UBEPBDI@Z @33919 NONAME ?GetClass@H248_EventBufferControl@@UBEPBDI@Z @33920 NONAME ?GetClass@H248_EventBufferDescriptor@@UBEPBDI@Z @33921 NONAME ?GetClass@H248_EventDM@@UBEPBDI@Z @33922 NONAME ?GetClass@H248_EventName@@UBEPBDI@Z @33923 NONAME ?GetClass@H248_EventParameter@@UBEPBDI@Z @33924 NONAME ?GetClass@H248_EventParameter_extraInfo@@UBEPBDI@Z @33925 NONAME ?GetClass@H248_EventsDescriptor@@UBEPBDI@Z @33926 NONAME ?GetClass@H248_EventSpec@@UBEPBDI@Z @33927 NONAME ?GetClass@H248_H221NonStandard@@UBEPBDI@Z @33928 NONAME ?GetClass@H248_IndAudDigitMapDescriptor@@UBEPBDI@Z @33929 NONAME ?GetClass@H248_IndAudEventBufferDescriptor@@UBEPBDI@Z @33930 NONAME ?GetClass@H248_IndAudEventsDescriptor@@UBEPBDI@Z @33931 NONAME ?GetClass@H248_IndAuditParameter@@UBEPBDI@Z @33932 NONAME ?GetClass@H248_IndAudLocalControlDescriptor@@UBEPBDI@Z @33933 NONAME ?GetClass@H248_IndAudLocalRemoteDescriptor@@UBEPBDI@Z @33934 NONAME ?GetClass@H248_IndAudMediaDescriptor@@UBEPBDI@Z @33935 NONAME ?GetClass@H248_IndAudMediaDescriptor_streams@@UBEPBDI@Z @33936 NONAME ?GetClass@H248_IndAudPackagesDescriptor@@UBEPBDI@Z @33937 NONAME ?GetClass@H248_IndAudPropertyGroup@@UBEPBDI@Z @33938 NONAME ?GetClass@H248_IndAudPropertyParm@@UBEPBDI@Z @33939 NONAME ?GetClass@H248_IndAudSeqSigList@@UBEPBDI@Z @33940 NONAME ?GetClass@H248_IndAudSignal@@UBEPBDI@Z @33941 NONAME ?GetClass@H248_IndAudSignalsDescriptor@@UBEPBDI@Z @33942 NONAME ?GetClass@H248_IndAudStatisticsDescriptor@@UBEPBDI@Z @33943 NONAME ?GetClass@H248_IndAudStreamDescriptor@@UBEPBDI@Z @33944 NONAME ?GetClass@H248_IndAudStreamParms@@UBEPBDI@Z @33945 NONAME ?GetClass@H248_IndAudTerminationStateDescriptor@@UBEPBDI@Z @33946 NONAME ?GetClass@H248_IP4Address@@UBEPBDI@Z @33947 NONAME ?GetClass@H248_IP6Address@@UBEPBDI@Z @33948 NONAME ?GetClass@H248_LocalControlDescriptor@@UBEPBDI@Z @33949 NONAME ?GetClass@H248_LocalRemoteDescriptor@@UBEPBDI@Z @33950 NONAME ?GetClass@H248_MediaDescriptor@@UBEPBDI@Z @33951 NONAME ?GetClass@H248_MediaDescriptor_streams@@UBEPBDI@Z @33952 NONAME ?GetClass@H248_MegacoMessage@@UBEPBDI@Z @33953 NONAME ?GetClass@H248_Message@@UBEPBDI@Z @33954 NONAME ?GetClass@H248_Message_messageBody@@UBEPBDI@Z @33955 NONAME ?GetClass@H248_MId@@UBEPBDI@Z @33956 NONAME ?GetClass@H248_ModemDescriptor@@UBEPBDI@Z @33957 NONAME ?GetClass@H248_ModemType@@UBEPBDI@Z @33958 NONAME ?GetClass@H248_MuxDescriptor@@UBEPBDI@Z @33959 NONAME ?GetClass@H248_MuxType@@UBEPBDI@Z @33960 NONAME ?GetClass@H248_Name@@UBEPBDI@Z @33961 NONAME ?GetClass@H248_NonStandardData@@UBEPBDI@Z @33962 NONAME ?GetClass@H248_NonStandardIdentifier@@UBEPBDI@Z @33963 NONAME ?GetClass@H248_NotifyCompletion@@UBEPBDI@Z @33964 NONAME ?GetClass@H248_NotifyReply@@UBEPBDI@Z @33965 NONAME ?GetClass@H248_NotifyRequest@@UBEPBDI@Z @33966 NONAME ?GetClass@H248_ObservedEvent@@UBEPBDI@Z @33967 NONAME ?GetClass@H248_ObservedEventsDescriptor@@UBEPBDI@Z @33968 NONAME ?GetClass@H248_PackagesDescriptor@@UBEPBDI@Z @33969 NONAME ?GetClass@H248_PackagesItem@@UBEPBDI@Z @33970 NONAME ?GetClass@H248_PathName@@UBEPBDI@Z @33971 NONAME ?GetClass@H248_PkgdName@@UBEPBDI@Z @33972 NONAME ?GetClass@H248_PropertyGroup@@UBEPBDI@Z @33973 NONAME ?GetClass@H248_PropertyParm@@UBEPBDI@Z @33974 NONAME ?GetClass@H248_PropertyParm_extraInfo@@UBEPBDI@Z @33975 NONAME ?GetClass@H248_Relation@@UBEPBDI@Z @33976 NONAME ?GetClass@H248_RequestedActions@@UBEPBDI@Z @33977 NONAME ?GetClass@H248_RequestedEvent@@UBEPBDI@Z @33978 NONAME ?GetClass@H248_RequestID@@UBEPBDI@Z @33979 NONAME ?GetClass@H248_SecondEventsDescriptor@@UBEPBDI@Z @33980 NONAME ?GetClass@H248_SecondRequestedActions@@UBEPBDI@Z @33981 NONAME ?GetClass@H248_SecondRequestedEvent@@UBEPBDI@Z @33982 NONAME ?GetClass@H248_SecurityParmIndex@@UBEPBDI@Z @33983 NONAME ?GetClass@H248_SeqSigList@@UBEPBDI@Z @33984 NONAME ?GetClass@H248_SequenceNum@@UBEPBDI@Z @33985 NONAME ?GetClass@H248_ServiceChangeAddress@@UBEPBDI@Z @33986 NONAME ?GetClass@H248_ServiceChangeMethod@@UBEPBDI@Z @33987 NONAME ?GetClass@H248_ServiceChangeParm@@UBEPBDI@Z @33988 NONAME ?GetClass@H248_ServiceChangeProfile@@UBEPBDI@Z @33989 NONAME ?GetClass@H248_ServiceChangeReply@@UBEPBDI@Z @33990 NONAME ?GetClass@H248_ServiceChangeRequest@@UBEPBDI@Z @33991 NONAME ?GetClass@H248_ServiceChangeResParm@@UBEPBDI@Z @33992 NONAME ?GetClass@H248_ServiceChangeResult@@UBEPBDI@Z @33993 NONAME ?GetClass@H248_ServiceState@@UBEPBDI@Z @33994 NONAME ?GetClass@H248_Signal@@UBEPBDI@Z @33995 NONAME ?GetClass@H248_SignalName@@UBEPBDI@Z @33996 NONAME ?GetClass@H248_SignalRequest@@UBEPBDI@Z @33997 NONAME ?GetClass@H248_SignalsDescriptor@@UBEPBDI@Z @33998 NONAME ?GetClass@H248_SignalType@@UBEPBDI@Z @33999 NONAME ?GetClass@H248_SigParameter@@UBEPBDI@Z @34000 NONAME ?GetClass@H248_SigParameter_extraInfo@@UBEPBDI@Z @34001 NONAME ?GetClass@H248_StatisticsDescriptor@@UBEPBDI@Z @34002 NONAME ?GetClass@H248_StatisticsParameter@@UBEPBDI@Z @34003 NONAME ?GetClass@H248_StreamDescriptor@@UBEPBDI@Z @34004 NONAME ?GetClass@H248_StreamID@@UBEPBDI@Z @34005 NONAME ?GetClass@H248_StreamMode@@UBEPBDI@Z @34006 NONAME ?GetClass@H248_StreamParms@@UBEPBDI@Z @34007 NONAME ?GetClass@H248_SubtractRequest@@UBEPBDI@Z @34008 NONAME ?GetClass@H248_TerminationAudit@@UBEPBDI@Z @34009 NONAME ?GetClass@H248_TerminationID@@UBEPBDI@Z @34010 NONAME ?GetClass@H248_TerminationIDList@@UBEPBDI@Z @34011 NONAME ?GetClass@H248_TerminationStateDescriptor@@UBEPBDI@Z @34012 NONAME ?GetClass@H248_TimeNotation@@UBEPBDI@Z @34013 NONAME ?GetClass@H248_TopologyRequest@@UBEPBDI@Z @34014 NONAME ?GetClass@H248_TopologyRequest_topologyDirection@@UBEPBDI@Z @34015 NONAME ?GetClass@H248_Transaction@@UBEPBDI@Z @34016 NONAME ?GetClass@H248_TransactionAck@@UBEPBDI@Z @34017 NONAME ?GetClass@H248_TransactionId@@UBEPBDI@Z @34018 NONAME ?GetClass@H248_TransactionPending@@UBEPBDI@Z @34019 NONAME ?GetClass@H248_TransactionReply@@UBEPBDI@Z @34020 NONAME ?GetClass@H248_TransactionReply_transactionResult@@UBEPBDI@Z @34021 NONAME ?GetClass@H248_TransactionRequest@@UBEPBDI@Z @34022 NONAME ?GetClass@H248_TransactionResponseAck@@UBEPBDI@Z @34023 NONAME ?GetClass@H248_Value@@UBEPBDI@Z @34024 NONAME ?GetClass@H248_WildcardField@@UBEPBDI@Z @34025 NONAME ?GetClass@H263Packet@@UBEPBDI@Z @53885 NONAME ?GetClass@H263PacketList@@UBEPBDI@Z @53886 NONAME ?GetClass@H323AudioCapability@@UBEPBDI@Z @13192 NONAME ?GetClass@H323AudioCodec@@UBEPBDI@Z @13193 NONAME ?GetClass@H323BidirectionalChannel@@UBEPBDI@Z @13194 NONAME ?GetClass@H323CallCreditServiceControl@@UBEPBDI@Z @34026 NONAME ?GetClass@H323Capabilities@@UBEPBDI@Z @17229 NONAME ?GetClass@H323CapabilitiesSet@@UBEPBDI@Z @17230 NONAME ?GetClass@H323Capability@@UBEPBDI@Z @13195 NONAME ?GetClass@H323Channel@@UBEPBDI@Z @13197 NONAME ?GetClass@H323ChannelNumber@@UBEPBDI@Z @13198 NONAME ?GetClass@H323Codec@@UBEPBDI@Z @13199 NONAME ?GetClass@H323CodecPluginGenericAudioCapability@@UBEPBDI@Z @53346 NONAME ?GetClass@H323CodecPluginNonStandardAudioCapability@@UBEPBDI@Z @50468 NONAME ?GetClass@H323Connection@@UBEPBDI@Z @13200 NONAME ?GetClass@H323ConnectionsCleaner@@UBEPBDI@Z @13201 NONAME ?GetClass@H323ControlPDU@@UBEPBDI@Z @13202 NONAME ?GetClass@H323DataCapability@@UBEPBDI@Z @13203 NONAME ?GetClass@H323DataChannel@@UBEPBDI@Z @28237 NONAME ?GetClass@H323DynaLink@@UBEPBDI@Z @50670 NONAME ?GetClass@H323EndPoint@@UBEPBDI@Z @13204 NONAME ?GetClass@H323FramedAudioCodec@@UBEPBDI@Z @13205 NONAME ?GetClass@H323Gatekeeper@@UBEPBDI@Z @13206 NONAME ?GetClass@H323GatekeeperARQ@@UBEPBDI@Z @29472 NONAME ?GetClass@H323GatekeeperBRQ@@UBEPBDI@Z @29473 NONAME ?GetClass@H323GatekeeperCall@@UBEPBDI@Z @28524 NONAME ?GetClass@H323GatekeeperDRQ@@UBEPBDI@Z @29474 NONAME ?GetClass@H323GatekeeperGRQ@@UBEPBDI@Z @29475 NONAME ?GetClass@H323GatekeeperIRR@@UBEPBDI@Z @30643 NONAME ?GetClass@H323GatekeeperListener@@UBEPBDI@Z @28525 NONAME ?GetClass@H323GatekeeperLRQ@@UBEPBDI@Z @29476 NONAME ?GetClass@H323GatekeeperRequest@@UBEPBDI@Z @29477 NONAME ?GetClass@H323GatekeeperRRQ@@UBEPBDI@Z @29478 NONAME ?GetClass@H323GatekeeperServer@@UBEPBDI@Z @28526 NONAME ?GetClass@H323GatekeeperURQ@@UBEPBDI@Z @29479 NONAME ?GetClass@H323GenericAudioCapability@@UBEPBDI@Z @53347 NONAME ?GetClass@H323GenericVideoCapability@@UBEPBDI@Z @53348 NONAME ?GetClass@H323GSMPluginCapability@@UBEPBDI@Z @50469 NONAME ?GetClass@H323H248ServiceControl@@UBEPBDI@Z @34027 NONAME ?GetClass@H323HTTPServiceControl@@UBEPBDI@Z @34028 NONAME ?GetClass@H323Listener@@UBEPBDI@Z @13208 NONAME ?GetClass@H323ListenerTCP@@UBEPBDI@Z @13209 NONAME ?GetClass@H323LogicalChannelThread@@UBEPBDI@Z @13210 NONAME ?GetClass@H323NonStandardAudioCapability@@UBEPBDI@Z @13211 NONAME ?GetClass@H323NonStandardDataCapability@@UBEPBDI@Z @13212 NONAME ?GetClass@H323NonStandardVideoCapability@@UBEPBDI@Z @13213 NONAME ?GetClass@H323PeerElement@@UBEPBDI@Z @35008 NONAME ?GetClass@H323PeerElementDescriptor@@UBEPBDI@Z @37267 NONAME ?GetClass@H323PeerElementServiceRelationship@@UBEPBDI@Z @37268 NONAME ?GetClass@H323PluginCapability@@UBEPBDI@Z @50472 NONAME ?GetClass@H323PluginCodecManager@@UBEPBDI@Z @51027 NONAME ?GetClass@H323PluginFramedAudioCodec@@UBEPBDI@Z @50720 NONAME ?GetClass@H323PluginG7231Capability@@UBEPBDI@Z @50473 NONAME ?GetClass@H323PluginVideoCodec@@UBEPBDI@Z @50474 NONAME ?GetClass@H323RasPDU@@UBEPBDI@Z @13214 NONAME ?GetClass@H323RealTimeCapability@@UBEPBDI@Z @13215 NONAME ?GetClass@H323RegisteredEndPoint@@UBEPBDI@Z @28527 NONAME ?GetClass@H323ServiceControlSession@@UBEPBDI@Z @34029 NONAME ?GetClass@H323SignalPDU@@UBEPBDI@Z @13216 NONAME ?GetClass@H323SimultaneousCapabilities@@UBEPBDI@Z @13217 NONAME ?GetClass@H323StreamedAudioCodec@@UBEPBDI@Z @13218 NONAME ?GetClass@H323StreamedPluginAudioCodec@@UBEPBDI@Z @50721 NONAME ?GetClass@H323Transaction@@UBEPBDI@Z @37653 NONAME ?GetClass@H323TransactionServer@@UBEPBDI@Z @35010 NONAME ?GetClass@H323Transactor@@UBEPBDI@Z @35011 NONAME ?GetClass@H323Transport@@UBEPBDI@Z @13219 NONAME ?GetClass@H323TransportAddress@@UBEPBDI@Z @13220 NONAME ?GetClass@H323TransportAddressArray@@UBEPBDI@Z @31259 NONAME ?GetClass@H323TransportIP@@UBEPBDI@Z @13221 NONAME ?GetClass@H323TransportTCP@@UBEPBDI@Z @13222 NONAME ?GetClass@H323TransportUDP@@UBEPBDI@Z @13223 NONAME ?GetClass@H323UnidirectionalChannel@@UBEPBDI@Z @13224 NONAME ?GetClass@H323VideoCapability@@UBEPBDI@Z @13225 NONAME ?GetClass@H323VideoCodec@@UBEPBDI@Z @13226 NONAME ?GetClass@H323_ALawCodec@@UBEPBDI@Z @13231 NONAME ?GetClass@H323_AnnexG@@UBEPBDI@Z @35012 NONAME ?GetClass@H323_CiscoG7231aLIDCapability@@UBEPBDI@Z @31188 NONAME ?GetClass@H323_ExternalRTPChannel@@UBEPBDI@Z @29644 NONAME ?GetClass@H323_G711Capability@@UBEPBDI@Z @13232 NONAME ?GetClass@H323_H261Capability@@UBEPBDI@Z @13235 NONAME ?GetClass@H323_H261Codec@@UBEPBDI@Z @13236 NONAME ?GetClass@H323_LIDCapability@@UBEPBDI@Z @13237 NONAME ?GetClass@H323_LIDCodec@@UBEPBDI@Z @13238 NONAME ?GetClass@H323_muLawCodec@@UBEPBDI@Z @13239 NONAME ?GetClass@H323_RealTimeChannel@@UBEPBDI@Z @29645 NONAME ?GetClass@H323_RFC2190_H263Capability@@UBEPBDI@Z @53887 NONAME ?GetClass@H323_RFC2190_H263Codec@@UBEPBDI@Z @53888 NONAME ?GetClass@H323_RTPChannel@@UBEPBDI@Z @13240 NONAME ?GetClass@H323_RTP_Session@@UBEPBDI@Z @13241 NONAME ?GetClass@H323_RTP_UDP@@UBEPBDI@Z @13242 NONAME ?GetClass@H323_T120Capability@@UBEPBDI@Z @13243 NONAME ?GetClass@H323_T120Channel@@UBEPBDI@Z @28238 NONAME ?GetClass@H323_T38Capability@@UBEPBDI@Z @28239 NONAME ?GetClass@H323_T38Channel@@UBEPBDI@Z @28240 NONAME ?GetClass@H323_T38NonStandardCapability@@UBEPBDI@Z @30544 NONAME ?GetClass@H323_UserInputCapability@@UBEPBDI@Z @13244 NONAME ?GetClass@H45010_ArrayOf_MixedExtension@@UBEPBDI@Z @23790 NONAME ?GetClass@H45010_CfbOvrOptArg@@UBEPBDI@Z @23791 NONAME ?GetClass@H45010_CoReqOptArg@@UBEPBDI@Z @23792 NONAME ?GetClass@H45010_H323CallOfferOperations@@UBEPBDI@Z @23793 NONAME ?GetClass@H45010_RUAlertOptArg@@UBEPBDI@Z @23794 NONAME ?GetClass@H45011Handler@@UBEPBDI@Z @30751 NONAME ?GetClass@H45011_ArrayOf_MixedExtension@@UBEPBDI@Z @23795 NONAME ?GetClass@H45011_CallIntrusionErrors@@UBEPBDI@Z @23796 NONAME ?GetClass@H45011_CICapabilityLevel@@UBEPBDI@Z @23797 NONAME ?GetClass@H45011_CIFrcRelArg@@UBEPBDI@Z @23798 NONAME ?GetClass@H45011_CIFrcRelOptRes@@UBEPBDI@Z @23799 NONAME ?GetClass@H45011_CIGetCIPLOptArg@@UBEPBDI@Z @23800 NONAME ?GetClass@H45011_CIGetCIPLRes@@UBEPBDI@Z @23801 NONAME ?GetClass@H45011_CIIsOptArg@@UBEPBDI@Z @23802 NONAME ?GetClass@H45011_CIIsOptRes@@UBEPBDI@Z @23803 NONAME ?GetClass@H45011_CINotificationArg@@UBEPBDI@Z @23804 NONAME ?GetClass@H45011_CIProtectionLevel@@UBEPBDI@Z @23805 NONAME ?GetClass@H45011_CIRequestArg@@UBEPBDI@Z @23806 NONAME ?GetClass@H45011_CIRequestRes@@UBEPBDI@Z @23807 NONAME ?GetClass@H45011_CISilentArg@@UBEPBDI@Z @23808 NONAME ?GetClass@H45011_CISilentOptRes@@UBEPBDI@Z @23809 NONAME ?GetClass@H45011_CIStatusInformation@@UBEPBDI@Z @23810 NONAME ?GetClass@H45011_CIWobOptArg@@UBEPBDI@Z @23811 NONAME ?GetClass@H45011_CIWobOptRes@@UBEPBDI@Z @23812 NONAME ?GetClass@H45011_H323CallIntrusionOperations@@UBEPBDI@Z @23813 NONAME ?GetClass@H4501_Address@@UBEPBDI@Z @21843 NONAME ?GetClass@H4501_AddressInformation@@UBEPBDI@Z @21844 NONAME ?GetClass@H4501_AddressScreened@@UBEPBDI@Z @21845 NONAME ?GetClass@H4501_ArrayOf_AliasAddress@@UBEPBDI@Z @21846 NONAME ?GetClass@H4501_ArrayOf_ROS@@UBEPBDI@Z @21847 NONAME ?GetClass@H4501_EndpointAddress@@UBEPBDI@Z @21848 NONAME ?GetClass@H4501_EntityType@@UBEPBDI@Z @21849 NONAME ?GetClass@H4501_Extension@@UBEPBDI@Z @21850 NONAME ?GetClass@H4501_GeneralErrorList@@UBEPBDI@Z @21851 NONAME ?GetClass@H4501_H225InformationElement@@UBEPBDI@Z @21852 NONAME ?GetClass@H4501_InterpretationApdu@@UBEPBDI@Z @21853 NONAME ?GetClass@H4501_InvokeIDs@@UBEPBDI@Z @21854 NONAME ?GetClass@H4501_InvokeIdSet@@UBEPBDI@Z @21855 NONAME ?GetClass@H4501_NetworkFacilityExtension@@UBEPBDI@Z @21856 NONAME ?GetClass@H4501_NSAPSubaddress@@UBEPBDI@Z @21857 NONAME ?GetClass@H4501_NumberScreened@@UBEPBDI@Z @21858 NONAME ?GetClass@H4501_PartySubaddress@@UBEPBDI@Z @21859 NONAME ?GetClass@H4501_PresentationAllowedIndicator@@UBEPBDI@Z @21860 NONAME ?GetClass@H4501_PresentedAddressScreened@@UBEPBDI@Z @21861 NONAME ?GetClass@H4501_PresentedAddressUnscreened@@UBEPBDI@Z @21862 NONAME ?GetClass@H4501_PresentedNumberScreened@@UBEPBDI@Z @21863 NONAME ?GetClass@H4501_PresentedNumberUnscreened@@UBEPBDI@Z @21864 NONAME ?GetClass@H4501_ScreeningIndicator@@UBEPBDI@Z @21865 NONAME ?GetClass@H4501_ServiceApdus@@UBEPBDI@Z @21866 NONAME ?GetClass@H4501_SubaddressInformation@@UBEPBDI@Z @21867 NONAME ?GetClass@H4501_SupplementaryService@@UBEPBDI@Z @21868 NONAME ?GetClass@H4501_UserSpecifiedSubaddress@@UBEPBDI@Z @21869 NONAME ?GetClass@H4502Handler@@UBEPBDI@Z @29026 NONAME ?GetClass@H4502_CallIdentity@@UBEPBDI@Z @21870 NONAME ?GetClass@H4502_CallStatus@@UBEPBDI@Z @21871 NONAME ?GetClass@H4502_CallTransferErrors@@UBEPBDI@Z @21872 NONAME ?GetClass@H4502_CallTransferOperation@@UBEPBDI@Z @21873 NONAME ?GetClass@H4502_CTActiveArg@@UBEPBDI@Z @21874 NONAME ?GetClass@H4502_CTActiveArg_argumentExtension@@UBEPBDI@Z @21875 NONAME ?GetClass@H4502_CTCompleteArg@@UBEPBDI@Z @21876 NONAME ?GetClass@H4502_CTCompleteArg_argumentExtension@@UBEPBDI@Z @21877 NONAME ?GetClass@H4502_CTIdentifyRes@@UBEPBDI@Z @21878 NONAME ?GetClass@H4502_CTIdentifyRes_resultExtension@@UBEPBDI@Z @21879 NONAME ?GetClass@H4502_CTInitiateArg@@UBEPBDI@Z @21880 NONAME ?GetClass@H4502_CTInitiateArg_argumentExtension@@UBEPBDI@Z @21881 NONAME ?GetClass@H4502_CTSetupArg@@UBEPBDI@Z @21882 NONAME ?GetClass@H4502_CTSetupArg_argumentExtension@@UBEPBDI@Z @21883 NONAME ?GetClass@H4502_CTUpdateArg@@UBEPBDI@Z @21884 NONAME ?GetClass@H4502_CTUpdateArg_argumentExtension@@UBEPBDI@Z @21885 NONAME ?GetClass@H4502_DummyArg@@UBEPBDI@Z @21886 NONAME ?GetClass@H4502_DummyRes@@UBEPBDI@Z @21887 NONAME ?GetClass@H4502_EndDesignation@@UBEPBDI@Z @21888 NONAME ?GetClass@H4502_ExtensionSeq@@UBEPBDI@Z @21889 NONAME ?GetClass@H4502_SubaddressTransferArg@@UBEPBDI@Z @21890 NONAME ?GetClass@H4502_SubaddressTransferArg_argumentExtension@@UBEPBDI@Z @21891 NONAME ?GetClass@H4503_BasicService@@UBEPBDI@Z @22774 NONAME ?GetClass@H4503_CallDiversionErrors@@UBEPBDI@Z @22775 NONAME ?GetClass@H4503_DiversionReason@@UBEPBDI@Z @22776 NONAME ?GetClass@H4503_ExtensionSeq@@UBEPBDI@Z @22777 NONAME ?GetClass@H4503_H323CallDiversionOperations@@UBEPBDI@Z @22778 NONAME ?GetClass@H4503_IntResult@@UBEPBDI@Z @22779 NONAME ?GetClass@H4503_IntResultList@@UBEPBDI@Z @22780 NONAME ?GetClass@H4503_IntResult_extension@@UBEPBDI@Z @22781 NONAME ?GetClass@H4503_Procedure@@UBEPBDI@Z @22782 NONAME ?GetClass@H4503_SubscriptionOption@@UBEPBDI@Z @22783 NONAME ?GetClass@H4504Handler@@UBEPBDI@Z @29027 NONAME ?GetClass@H4504_ArrayOf_MixedExtension@@UBEPBDI@Z @22425 NONAME ?GetClass@H4504_CallHoldOperation@@UBEPBDI@Z @22426 NONAME ?GetClass@H4504_Extension@@UBEPBDI@Z @22427 NONAME ?GetClass@H4504_HoldNotificArg@@UBEPBDI@Z @22428 NONAME ?GetClass@H4504_MixedExtension@@UBEPBDI@Z @22429 NONAME ?GetClass@H4504_RemoteHoldArg@@UBEPBDI@Z @22430 NONAME ?GetClass@H4504_RemoteHoldRes@@UBEPBDI@Z @22431 NONAME ?GetClass@H4504_RemoteRetrieveArg@@UBEPBDI@Z @22432 NONAME ?GetClass@H4504_RemoteRetrieveRes@@UBEPBDI@Z @22433 NONAME ?GetClass@H4504_RetrieveNotificArg@@UBEPBDI@Z @22434 NONAME ?GetClass@H4505_ArrayOf_MixedExtension@@UBEPBDI@Z @23814 NONAME ?GetClass@H4505_CallParkPickupOperations@@UBEPBDI@Z @23815 NONAME ?GetClass@H4505_CallPickupErrors@@UBEPBDI@Z @23816 NONAME ?GetClass@H4505_CallType@@UBEPBDI@Z @23817 NONAME ?GetClass@H4505_CpickupNotifyArg@@UBEPBDI@Z @23818 NONAME ?GetClass@H4505_CpNotifyArg@@UBEPBDI@Z @23819 NONAME ?GetClass@H4505_CpRequestArg@@UBEPBDI@Z @23820 NONAME ?GetClass@H4505_CpRequestRes@@UBEPBDI@Z @23821 NONAME ?GetClass@H4505_CpSetupArg@@UBEPBDI@Z @23822 NONAME ?GetClass@H4505_CpSetupRes@@UBEPBDI@Z @23823 NONAME ?GetClass@H4505_GroupIndicationOffArg@@UBEPBDI@Z @23824 NONAME ?GetClass@H4505_GroupIndicationOffRes@@UBEPBDI@Z @23825 NONAME ?GetClass@H4505_GroupIndicationOnArg@@UBEPBDI@Z @23826 NONAME ?GetClass@H4505_GroupIndicationOnRes@@UBEPBDI@Z @23827 NONAME ?GetClass@H4505_ParkCondition@@UBEPBDI@Z @23828 NONAME ?GetClass@H4505_ParkedToPosition@@UBEPBDI@Z @23829 NONAME ?GetClass@H4505_PickExeArg@@UBEPBDI@Z @23830 NONAME ?GetClass@H4505_PickExeRes@@UBEPBDI@Z @23831 NONAME ?GetClass@H4505_PickrequArg@@UBEPBDI@Z @23832 NONAME ?GetClass@H4505_PickrequRes@@UBEPBDI@Z @23833 NONAME ?GetClass@H4505_PickupArg@@UBEPBDI@Z @23834 NONAME ?GetClass@H4505_PickupRes@@UBEPBDI@Z @23835 NONAME ?GetClass@H4506Handler@@UBEPBDI@Z @29695 NONAME ?GetClass@H4506_ArrayOf_MixedExtension@@UBEPBDI@Z @23836 NONAME ?GetClass@H4506_CallWaitingArg@@UBEPBDI@Z @23837 NONAME ?GetClass@H4506_CallWaitingOperations@@UBEPBDI@Z @23838 NONAME ?GetClass@H4507_ArrayOf_MixedExtension@@UBEPBDI@Z @23839 NONAME ?GetClass@H4507_BasicService@@UBEPBDI@Z @23840 NONAME ?GetClass@H4507_DummyRes@@UBEPBDI@Z @23841 NONAME ?GetClass@H4507_H323_MWI_Operations@@UBEPBDI@Z @23842 NONAME ?GetClass@H4507_MessageWaitingIndicationErrors@@UBEPBDI@Z @23843 NONAME ?GetClass@H4507_MsgCentreId@@UBEPBDI@Z @23844 NONAME ?GetClass@H4507_MWIActivateArg@@UBEPBDI@Z @23845 NONAME ?GetClass@H4507_MWIDeactivateArg@@UBEPBDI@Z @23846 NONAME ?GetClass@H4507_MWIInterrogateArg@@UBEPBDI@Z @23847 NONAME ?GetClass@H4507_MWIInterrogateRes@@UBEPBDI@Z @23848 NONAME ?GetClass@H4507_MWIInterrogateResElt@@UBEPBDI@Z @23849 NONAME ?GetClass@H4507_NbOfMessages@@UBEPBDI@Z @23850 NONAME ?GetClass@H4507_TimeStamp@@UBEPBDI@Z @23851 NONAME ?GetClass@H4508_ExtendedName@@UBEPBDI@Z @23852 NONAME ?GetClass@H4508_Name@@UBEPBDI@Z @23853 NONAME ?GetClass@H4508_NameOperations@@UBEPBDI@Z @23854 NONAME ?GetClass@H4508_NamePresentationAllowed@@UBEPBDI@Z @23855 NONAME ?GetClass@H4508_NamePresentationRestricted@@UBEPBDI@Z @23856 NONAME ?GetClass@H4508_SimpleName@@UBEPBDI@Z @23857 NONAME ?GetClass@H4509_ArrayOf_MixedExtension@@UBEPBDI@Z @23858 NONAME ?GetClass@H4509_CallCompletionErrors@@UBEPBDI@Z @23859 NONAME ?GetClass@H4509_CcArg@@UBEPBDI@Z @23860 NONAME ?GetClass@H4509_CcLongArg@@UBEPBDI@Z @23861 NONAME ?GetClass@H4509_CcRequestArg@@UBEPBDI@Z @23862 NONAME ?GetClass@H4509_CcRequestRes@@UBEPBDI@Z @23863 NONAME ?GetClass@H4509_CcShortArg@@UBEPBDI@Z @23864 NONAME ?GetClass@H4509_H323CallCompletionOperations@@UBEPBDI@Z @23865 NONAME ?GetClass@H450xDispatcher@@UBEPBDI@Z @29028 NONAME ?GetClass@H450xHandler@@UBEPBDI@Z @29029 NONAME ?GetClass@H501AccessRequest@@UBEPBDI@Z @37654 NONAME ?GetClass@H501DescriptorUpdate@@UBEPBDI@Z @37655 NONAME ?GetClass@H501PDU@@UBEPBDI@Z @37116 NONAME ?GetClass@H501ServiceRequest@@UBEPBDI@Z @37656 NONAME ?GetClass@H501Transaction@@UBEPBDI@Z @37657 NONAME ?GetClass@H501_AccessConfirmation@@UBEPBDI@Z @36403 NONAME ?GetClass@H501_AccessRejection@@UBEPBDI@Z @36404 NONAME ?GetClass@H501_AccessRejectionReason@@UBEPBDI@Z @36405 NONAME ?GetClass@H501_AccessRequest@@UBEPBDI@Z @36406 NONAME ?GetClass@H501_AccessToken@@UBEPBDI@Z @36407 NONAME ?GetClass@H501_AddressTemplate@@UBEPBDI@Z @36408 NONAME ?GetClass@H501_AlternatePE@@UBEPBDI@Z @36409 NONAME ?GetClass@H501_AlternatePEInfo@@UBEPBDI@Z @36410 NONAME ?GetClass@H501_ApplicationMessage@@UBEPBDI@Z @36411 NONAME ?GetClass@H501_ArrayOf_AccessToken@@UBEPBDI@Z @36412 NONAME ?GetClass@H501_ArrayOf_AddressTemplate@@UBEPBDI@Z @36413 NONAME ?GetClass@H501_ArrayOf_AliasAddress@@UBEPBDI@Z @36414 NONAME ?GetClass@H501_ArrayOf_AlternatePE@@UBEPBDI@Z @36415 NONAME ?GetClass@H501_ArrayOf_CircuitIdentifier@@UBEPBDI@Z @36416 NONAME ?GetClass@H501_ArrayOf_ClearToken@@UBEPBDI@Z @36417 NONAME ?GetClass@H501_ArrayOf_ContactInformation@@UBEPBDI@Z @36418 NONAME ?GetClass@H501_ArrayOf_CryptoH323Token@@UBEPBDI@Z @36419 NONAME ?GetClass@H501_ArrayOf_Descriptor@@UBEPBDI@Z @36420 NONAME ?GetClass@H501_ArrayOf_DescriptorInfo@@UBEPBDI@Z @36422 NONAME ?GetClass@H501_ArrayOf_GenericData@@UBEPBDI@Z @36423 NONAME ?GetClass@H501_ArrayOf_GloballyUniqueID@@UBEPBDI@Z @36987 NONAME ?GetClass@H501_ArrayOf_NonStandardParameter@@UBEPBDI@Z @36424 NONAME ?GetClass@H501_ArrayOf_PASN_ObjectId@@UBEPBDI@Z @36425 NONAME ?GetClass@H501_ArrayOf_Pattern@@UBEPBDI@Z @36426 NONAME ?GetClass@H501_ArrayOf_PriceElement@@UBEPBDI@Z @36427 NONAME ?GetClass@H501_ArrayOf_PriceInfoSpec@@UBEPBDI@Z @36428 NONAME ?GetClass@H501_ArrayOf_RouteInformation@@UBEPBDI@Z @36429 NONAME ?GetClass@H501_ArrayOf_SecurityMode@@UBEPBDI@Z @36430 NONAME ?GetClass@H501_ArrayOf_ServiceControlSession@@UBEPBDI@Z @36431 NONAME ?GetClass@H501_ArrayOf_SupportedProtocols@@UBEPBDI@Z @36432 NONAME ?GetClass@H501_ArrayOf_TransportAddress@@UBEPBDI@Z @36433 NONAME ?GetClass@H501_ArrayOf_UpdateInformation@@UBEPBDI@Z @36434 NONAME ?GetClass@H501_ArrayOf_UsageField@@UBEPBDI@Z @36435 NONAME ?GetClass@H501_AuthenticationConfirmation@@UBEPBDI@Z @36436 NONAME ?GetClass@H501_AuthenticationRejection@@UBEPBDI@Z @36437 NONAME ?GetClass@H501_AuthenticationRejectionReason@@UBEPBDI@Z @36438 NONAME ?GetClass@H501_AuthenticationRequest@@UBEPBDI@Z @36439 NONAME ?GetClass@H501_CallInformation@@UBEPBDI@Z @36440 NONAME ?GetClass@H501_ContactInformation@@UBEPBDI@Z @36441 NONAME ?GetClass@H501_Descriptor@@UBEPBDI@Z @36442 NONAME ?GetClass@H501_DescriptorConfirmation@@UBEPBDI@Z @36443 NONAME ?GetClass@H501_DescriptorIDConfirmation@@UBEPBDI@Z @36445 NONAME ?GetClass@H501_DescriptorIDRejection@@UBEPBDI@Z @36446 NONAME ?GetClass@H501_DescriptorIDRejectionReason@@UBEPBDI@Z @36447 NONAME ?GetClass@H501_DescriptorIDRequest@@UBEPBDI@Z @36448 NONAME ?GetClass@H501_DescriptorInfo@@UBEPBDI@Z @36449 NONAME ?GetClass@H501_DescriptorRejection@@UBEPBDI@Z @36450 NONAME ?GetClass@H501_DescriptorRejectionReason@@UBEPBDI@Z @36451 NONAME ?GetClass@H501_DescriptorRequest@@UBEPBDI@Z @36452 NONAME ?GetClass@H501_DescriptorUpdate@@UBEPBDI@Z @36453 NONAME ?GetClass@H501_DescriptorUpdateAck@@UBEPBDI@Z @36454 NONAME ?GetClass@H501_ElementIdentifier@@UBEPBDI@Z @36455 NONAME ?GetClass@H501_GlobalTimeStamp@@UBEPBDI@Z @36456 NONAME ?GetClass@H501_Message@@UBEPBDI@Z @35015 NONAME ?GetClass@H501_MessageBody@@UBEPBDI@Z @36457 NONAME ?GetClass@H501_MessageCommonInfo@@UBEPBDI@Z @36458 NONAME ?GetClass@H501_NonStandardConfirmation@@UBEPBDI@Z @36459 NONAME ?GetClass@H501_NonStandardRejection@@UBEPBDI@Z @36460 NONAME ?GetClass@H501_NonStandardRejectionReason@@UBEPBDI@Z @36461 NONAME ?GetClass@H501_NonStandardRequest@@UBEPBDI@Z @36462 NONAME ?GetClass@H501_PartyInformation@@UBEPBDI@Z @36463 NONAME ?GetClass@H501_Pattern@@UBEPBDI@Z @36464 NONAME ?GetClass@H501_Pattern_range@@UBEPBDI@Z @36465 NONAME ?GetClass@H501_PriceElement@@UBEPBDI@Z @36466 NONAME ?GetClass@H501_PriceElement_units@@UBEPBDI@Z @36467 NONAME ?GetClass@H501_PriceInfoSpec@@UBEPBDI@Z @36468 NONAME ?GetClass@H501_ProtocolVersion@@UBEPBDI@Z @36469 NONAME ?GetClass@H501_RequestInProgress@@UBEPBDI@Z @36470 NONAME ?GetClass@H501_Role@@UBEPBDI@Z @36471 NONAME ?GetClass@H501_RouteInformation@@UBEPBDI@Z @36472 NONAME ?GetClass@H501_RouteInformation_messageType@@UBEPBDI@Z @36473 NONAME ?GetClass@H501_SecurityMode@@UBEPBDI@Z @36474 NONAME ?GetClass@H501_ServiceConfirmation@@UBEPBDI@Z @36475 NONAME ?GetClass@H501_ServiceRejection@@UBEPBDI@Z @36477 NONAME ?GetClass@H501_ServiceRejectionReason@@UBEPBDI@Z @36478 NONAME ?GetClass@H501_ServiceRelease@@UBEPBDI@Z @36479 NONAME ?GetClass@H501_ServiceReleaseReason@@UBEPBDI@Z @36480 NONAME ?GetClass@H501_ServiceRequest@@UBEPBDI@Z @36481 NONAME ?GetClass@H501_TerminationCause@@UBEPBDI@Z @36482 NONAME ?GetClass@H501_TimeZone@@UBEPBDI@Z @36483 NONAME ?GetClass@H501_UnknownMessageReason@@UBEPBDI@Z @36484 NONAME ?GetClass@H501_UnknownMessageResponse@@UBEPBDI@Z @36485 NONAME ?GetClass@H501_UpdateInformation@@UBEPBDI@Z @36486 NONAME ?GetClass@H501_UpdateInformation_descriptorInfo@@UBEPBDI@Z @36487 NONAME ?GetClass@H501_UpdateInformation_updateType@@UBEPBDI@Z @36488 NONAME ?GetClass@H501_UsageCallStatus@@UBEPBDI@Z @36489 NONAME ?GetClass@H501_UsageConfirmation@@UBEPBDI@Z @36490 NONAME ?GetClass@H501_UsageField@@UBEPBDI@Z @36491 NONAME ?GetClass@H501_UsageIndication@@UBEPBDI@Z @36492 NONAME ?GetClass@H501_UsageIndicationConfirmation@@UBEPBDI@Z @36493 NONAME ?GetClass@H501_UsageIndicationRejection@@UBEPBDI@Z @36494 NONAME ?GetClass@H501_UsageIndicationRejectionReason@@UBEPBDI@Z @36495 NONAME ?GetClass@H501_UsageRejection@@UBEPBDI@Z @36496 NONAME ?GetClass@H501_UsageRejectReason@@UBEPBDI@Z @36497 NONAME ?GetClass@H501_UsageRequest@@UBEPBDI@Z @36498 NONAME ?GetClass@H501_UsageSpecification@@UBEPBDI@Z @36499 NONAME ?GetClass@H501_UsageSpecification_when@@UBEPBDI@Z @36500 NONAME ?GetClass@H501_UserInformation@@UBEPBDI@Z @36501 NONAME ?GetClass@H501_ValidationConfirmation@@UBEPBDI@Z @36502 NONAME ?GetClass@H501_ValidationRejection@@UBEPBDI@Z @36503 NONAME ?GetClass@H501_ValidationRejectionReason@@UBEPBDI@Z @36504 NONAME ?GetClass@H501_ValidationRequest@@UBEPBDI@Z @36505 NONAME ?GetClass@MCS_ArrayOf_ChannelAttributes@@UBEPBDI@Z @13291 NONAME ?GetClass@MCS_ArrayOf_ChannelId@@UBEPBDI@Z @13292 NONAME ?GetClass@MCS_ArrayOf_TokenAttributes@@UBEPBDI@Z @13293 NONAME ?GetClass@MCS_ArrayOf_TokenId@@UBEPBDI@Z @13294 NONAME ?GetClass@MCS_ArrayOf_UserId@@UBEPBDI@Z @13295 NONAME ?GetClass@MCS_AssignedChannelId@@UBEPBDI@Z @13296 NONAME ?GetClass@MCS_AUcf@@UBEPBDI@Z @13297 NONAME ?GetClass@MCS_AUrq@@UBEPBDI@Z @13298 NONAME ?GetClass@MCS_CAin@@UBEPBDI@Z @13299 NONAME ?GetClass@MCS_CArq@@UBEPBDI@Z @13300 NONAME ?GetClass@MCS_CCcf@@UBEPBDI@Z @13301 NONAME ?GetClass@MCS_CCrq@@UBEPBDI@Z @13302 NONAME ?GetClass@MCS_CDin@@UBEPBDI@Z @13303 NONAME ?GetClass@MCS_CDrq@@UBEPBDI@Z @13304 NONAME ?GetClass@MCS_CEin@@UBEPBDI@Z @13305 NONAME ?GetClass@MCS_CErq@@UBEPBDI@Z @13306 NONAME ?GetClass@MCS_ChannelAttributes@@UBEPBDI@Z @13307 NONAME ?GetClass@MCS_ChannelAttributes_assigned@@UBEPBDI@Z @13308 NONAME ?GetClass@MCS_ChannelAttributes_private@@UBEPBDI@Z @13309 NONAME ?GetClass@MCS_ChannelAttributes_static@@UBEPBDI@Z @13310 NONAME ?GetClass@MCS_ChannelAttributes_userId@@UBEPBDI@Z @13311 NONAME ?GetClass@MCS_ChannelId@@UBEPBDI@Z @13312 NONAME ?GetClass@MCS_CJcf@@UBEPBDI@Z @13313 NONAME ?GetClass@MCS_CJrq@@UBEPBDI@Z @13314 NONAME ?GetClass@MCS_CLrq@@UBEPBDI@Z @13315 NONAME ?GetClass@MCS_ConnectMCSPDU@@UBEPBDI@Z @13316 NONAME ?GetClass@MCS_Connect_Additional@@UBEPBDI@Z @13317 NONAME ?GetClass@MCS_Connect_Initial@@UBEPBDI@Z @13318 NONAME ?GetClass@MCS_Connect_Response@@UBEPBDI@Z @13319 NONAME ?GetClass@MCS_Connect_Result@@UBEPBDI@Z @13320 NONAME ?GetClass@MCS_DataPriority@@UBEPBDI@Z @13321 NONAME ?GetClass@MCS_Diagnostic@@UBEPBDI@Z @13322 NONAME ?GetClass@MCS_DomainMCSPDU@@UBEPBDI@Z @13323 NONAME ?GetClass@MCS_DomainParameters@@UBEPBDI@Z @13324 NONAME ?GetClass@MCS_DPum@@UBEPBDI@Z @13325 NONAME ?GetClass@MCS_DUin@@UBEPBDI@Z @13326 NONAME ?GetClass@MCS_DUrq@@UBEPBDI@Z @13327 NONAME ?GetClass@MCS_DynamicChannelId@@UBEPBDI@Z @13328 NONAME ?GetClass@MCS_EDrq@@UBEPBDI@Z @13329 NONAME ?GetClass@MCS_MCcf@@UBEPBDI@Z @13330 NONAME ?GetClass@MCS_MCrq@@UBEPBDI@Z @13331 NONAME ?GetClass@MCS_MTcf@@UBEPBDI@Z @13332 NONAME ?GetClass@MCS_MTrq@@UBEPBDI@Z @13333 NONAME ?GetClass@MCS_PCin@@UBEPBDI@Z @13334 NONAME ?GetClass@MCS_PDin@@UBEPBDI@Z @13335 NONAME ?GetClass@MCS_PrivateChannelId@@UBEPBDI@Z @13336 NONAME ?GetClass@MCS_PTin@@UBEPBDI@Z @13337 NONAME ?GetClass@MCS_Reason@@UBEPBDI@Z @13338 NONAME ?GetClass@MCS_Result@@UBEPBDI@Z @13339 NONAME ?GetClass@MCS_RJum@@UBEPBDI@Z @13340 NONAME ?GetClass@MCS_SDin@@UBEPBDI@Z @13341 NONAME ?GetClass@MCS_SDrq@@UBEPBDI@Z @13342 NONAME ?GetClass@MCS_Segmentation@@UBEPBDI@Z @13343 NONAME ?GetClass@MCS_StaticChannelId@@UBEPBDI@Z @13344 NONAME ?GetClass@MCS_TGcf@@UBEPBDI@Z @13345 NONAME ?GetClass@MCS_TGrq@@UBEPBDI@Z @13346 NONAME ?GetClass@MCS_TIcf@@UBEPBDI@Z @13347 NONAME ?GetClass@MCS_TIrq@@UBEPBDI@Z @13348 NONAME ?GetClass@MCS_TokenAttributes@@UBEPBDI@Z @13349 NONAME ?GetClass@MCS_TokenAttributes_given@@UBEPBDI@Z @13350 NONAME ?GetClass@MCS_TokenAttributes_giving@@UBEPBDI@Z @13351 NONAME ?GetClass@MCS_TokenAttributes_grabbed@@UBEPBDI@Z @13352 NONAME ?GetClass@MCS_TokenAttributes_inhibited@@UBEPBDI@Z @13353 NONAME ?GetClass@MCS_TokenAttributes_ungivable@@UBEPBDI@Z @13354 NONAME ?GetClass@MCS_TokenId@@UBEPBDI@Z @13355 NONAME ?GetClass@MCS_TokenStatus@@UBEPBDI@Z @13356 NONAME ?GetClass@MCS_TPin@@UBEPBDI@Z @13357 NONAME ?GetClass@MCS_TPrq@@UBEPBDI@Z @13358 NONAME ?GetClass@MCS_TRcf@@UBEPBDI@Z @13359 NONAME ?GetClass@MCS_TRrq@@UBEPBDI@Z @13360 NONAME ?GetClass@MCS_TTcf@@UBEPBDI@Z @13361 NONAME ?GetClass@MCS_TTrq@@UBEPBDI@Z @13362 NONAME ?GetClass@MCS_TVcf@@UBEPBDI@Z @13363 NONAME ?GetClass@MCS_TVin@@UBEPBDI@Z @13364 NONAME ?GetClass@MCS_TVrq@@UBEPBDI@Z @13365 NONAME ?GetClass@MCS_TVrs@@UBEPBDI@Z @13366 NONAME ?GetClass@MCS_UserId@@UBEPBDI@Z @13367 NONAME ?GetClass@MCS_USin@@UBEPBDI@Z @13368 NONAME ?GetClass@MCS_USrq@@UBEPBDI@Z @13369 NONAME ?GetClass@MXRecordList@PDNS@@UBEPBDI@Z @52921 NONAME ?GetClass@OpalFactoryCodec@@UBEPBDI@Z @52585 NONAME ?GetClass@OpalG711ALaw64k_Base@@UBEPBDI@Z @52586 NONAME ?GetClass@OpalG711ALaw64k_Decoder@@UBEPBDI@Z @52587 NONAME ?GetClass@OpalG711ALaw64k_Encoder@@UBEPBDI@Z @52588 NONAME ?GetClass@OpalG711uLaw64k_Base@@UBEPBDI@Z @52589 NONAME ?GetClass@OpalG711uLaw64k_Decoder@@UBEPBDI@Z @52590 NONAME ?GetClass@OpalG711uLaw64k_Encoder@@UBEPBDI@Z @52591 NONAME ?GetClass@OpalGloballyUniqueID@@UBEPBDI@Z @20692 NONAME ?GetClass@OpalIxJDevice@@UBEPBDI@Z @13370 NONAME ?GetClass@OpalLineChannel@@UBEPBDI@Z @13371 NONAME ?GetClass@OpalLineInterfaceDevice@@UBEPBDI@Z @13372 NONAME ?GetClass@OpalMediaFormat@@UBEPBDI@Z @20610 NONAME ?GetClass@OpalPluginCodec@@UBEPBDI@Z @52592 NONAME ?GetClass@OpalRFC2833@@UBEPBDI@Z @29937 NONAME ?GetClass@OpalRFC2833Info@@UBEPBDI@Z @29938 NONAME ?GetClass@OpalRtpToWavFile@@UBEPBDI@Z @30616 NONAME ?GetClass@OpalT120Protocol@@UBEPBDI@Z @28241 NONAME ?GetClass@OpalT38Protocol@@UBEPBDI@Z @28242 NONAME ?GetClass@OpalVoipBlasterDevice@@UBEPBDI@Z @29767 NONAME ?GetClass@OpalVXMLSession@@UBEPBDI@Z @31098 NONAME ?GetClass@OpalWAVFile@@UBEPBDI@Z @30717 NONAME ?GetClass@PASN_Array@@UBEPBDI@Z @13379 NONAME ?GetClass@PASN_BitString@@UBEPBDI@Z @13380 NONAME ?GetClass@PASN_BMPString@@UBEPBDI@Z @13381 NONAME ?GetClass@PASN_Boolean@@UBEPBDI@Z @13382 NONAME ?GetClass@PASN_Choice@@UBEPBDI@Z @13383 NONAME ?GetClass@PASN_ConstrainedObject@@UBEPBDI@Z @13384 NONAME ?GetClass@PASN_ConstrainedString@@UBEPBDI@Z @13385 NONAME ?GetClass@PASN_Enumeration@@UBEPBDI@Z @13386 NONAME ?GetClass@PASN_GeneralisedTime@@UBEPBDI@Z @23866 NONAME ?GetClass@PASN_GeneralString@@UBEPBDI@Z @26620 NONAME ?GetClass@PASN_IA5String@@UBEPBDI@Z @13387 NONAME ?GetClass@PASN_Integer@@UBEPBDI@Z @13388 NONAME ?GetClass@PASN_Null@@UBEPBDI@Z @13389 NONAME ?GetClass@PASN_NumericString@@UBEPBDI@Z @13390 NONAME ?GetClass@PASN_Object@@UBEPBDI@Z @13391 NONAME ?GetClass@PASN_ObjectId@@UBEPBDI@Z @13392 NONAME ?GetClass@PASN_OctetString@@UBEPBDI@Z @13393 NONAME ?GetClass@PASN_PrintableString@@UBEPBDI@Z @13394 NONAME ?GetClass@PASN_Sequence@@UBEPBDI@Z @13395 NONAME ?GetClass@PASN_Stream@@UBEPBDI@Z @30354 NONAME ?GetClass@PASN_VisibleString@@UBEPBDI@Z @23867 NONAME ?GetClass@PLDAPAttributeBase@@UBEPBDI@Z @37879 NONAME ?GetClass@PLDAPStructBase@@UBEPBDI@Z @37880 NONAME ?GetClass@PluginLoader@@UBEPBDI@Z @53012 NONAME ?GetClass@PPER_Stream@@UBEPBDI@Z @30355 NONAME ?GetClass@PVXMLSession@@UBEPBDI@Z @31105 NONAME ?GetClass@PWAVFile@@UBEPBDI@Z @30617 NONAME ?GetClass@Q931@@UBEPBDI@Z @13397 NONAME ?GetClass@ReceiverReport@RTP_Session@@UBEPBDI@Z @17093 NONAME ?GetClass@Request@H323Transactor@@UBEPBDI@Z @37412 NONAME ?GetClass@Response@H323Transactor@@UBEPBDI@Z @37413 NONAME ?GetClass@RFC2190_FfmpgLink@@UBEPBDI@Z @53889 NONAME ?GetClass@RTP_ControlFrame@@UBEPBDI@Z @13398 NONAME ?GetClass@RTP_DataFrame@@UBEPBDI@Z @13399 NONAME ?GetClass@RTP_JitterBuffer@@UBEPBDI@Z @13400 NONAME ?GetClass@RTP_JitterBufferAnalyser@@UBEPBDI@Z @17136 NONAME ?GetClass@RTP_QOS@@UBEPBDI@Z @38245 NONAME ?GetClass@RTP_Session@@UBEPBDI@Z @13401 NONAME ?GetClass@RTP_SessionManager@@UBEPBDI@Z @13402 NONAME ?GetClass@RTP_UDP@@UBEPBDI@Z @13403 NONAME ?GetClass@RTP_UserData@@UBEPBDI@Z @13404 NONAME ?GetClass@SenderReport@RTP_Session@@UBEPBDI@Z @17094 NONAME ?GetClass@SourceDescription@RTP_Session@@UBEPBDI@Z @17095 NONAME ?GetClass@SRVRecordList@PDNS@@UBEPBDI@Z @52922 NONAME ?GetClass@StringMap@H323GatekeeperServer@@UBEPBDI@Z @31691 NONAME ?GetClass@T120ConnectPDU@@UBEPBDI@Z @30021 NONAME ?GetClass@T120_X224@@UBEPBDI@Z @30022 NONAME ?GetClass@T38_ArrayOf_PASN_OctetString@@UBEPBDI@Z @28243 NONAME ?GetClass@T38_Data_Field@@UBEPBDI@Z @28244 NONAME ?GetClass@T38_Data_Field_subtype@@UBEPBDI@Z @28245 NONAME ?GetClass@T38_Data_Field_subtype_field_type@@UBEPBDI@Z @28246 NONAME ?GetClass@T38_IFPPacket@@UBEPBDI@Z @28247 NONAME ?GetClass@T38_PreCorrigendum_Data_Field@@UBEPBDI@Z @31746 NONAME ?GetClass@T38_PreCorrigendum_Data_Field_subtype@@UBEPBDI@Z @31747 NONAME ?GetClass@T38_PreCorrigendum_Data_Field_subtype_field_type@@UBEPBDI@Z @31748 NONAME ?GetClass@T38_PreCorrigendum_IFPPacket@@UBEPBDI@Z @31749 NONAME ?GetClass@T38_Type_of_msg@@UBEPBDI@Z @28248 NONAME ?GetClass@T38_Type_of_msg_data@@UBEPBDI@Z @28249 NONAME ?GetClass@T38_Type_of_msg_t30_indicator@@UBEPBDI@Z @28250 NONAME ?GetClass@T38_UDPTLPacket@@UBEPBDI@Z @28251 NONAME ?GetClass@T38_UDPTLPacket_error_recovery@@UBEPBDI@Z @28252 NONAME ?GetClass@T38_UDPTLPacket_error_recovery_fec_info@@UBEPBDI@Z @28253 NONAME ?GetClass@T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@UBEPBDI@Z @28254 NONAME ?GetClass@T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@UBEPBDI@Z @28255 NONAME ?GetClass@T38_UDPTLPacket_primary_ifp_packet@@UBEPBDI@Z @28256 NONAME ?GetClass@VoipBlasterInterface@@UBEPBDI@Z @29768 NONAME ?GetClass@X224@@UBEPBDI@Z @13405 NONAME ?GetClass@X880_Code@@UBEPBDI@Z @21892 NONAME ?GetClass@X880_GeneralProblem@@UBEPBDI@Z @21893 NONAME ?GetClass@X880_Invoke@@UBEPBDI@Z @21894 NONAME ?GetClass@X880_InvokeId@@UBEPBDI@Z @21895 NONAME ?GetClass@X880_InvokeProblem@@UBEPBDI@Z @21896 NONAME ?GetClass@X880_Reject@@UBEPBDI@Z @21897 NONAME ?GetClass@X880_RejectProblem@@UBEPBDI@Z @21898 NONAME ?GetClass@X880_Reject_problem@@UBEPBDI@Z @21899 NONAME ?GetClass@X880_ReturnError@@UBEPBDI@Z @21900 NONAME ?GetClass@X880_ReturnErrorProblem@@UBEPBDI@Z @21901 NONAME ?GetClass@X880_ReturnResult@@UBEPBDI@Z @21902 NONAME ?GetClass@X880_ReturnResultProblem@@UBEPBDI@Z @21903 NONAME ?GetClass@X880_ReturnResult_result@@UBEPBDI@Z @21904 NONAME ?GetClass@X880_ROS@@UBEPBDI@Z @21905 NONAME ?GetCleanerThreadStackSize@H323EndPoint@@QBEHXZ @29107 NONAME ?GetCode@X224@@QBEHXZ @13406 NONAME ?GetCodec@H323Channel@@QBEPAVH323Codec@@XZ @13407 NONAME ?GetCompoundSize@RTP_ControlFrame@@QBEHXZ @30256 NONAME ?GetConferenceIdentifier@H323Connection@@QBEABVOpalGloballyUniqueID@@XZ @20693 NONAME ?GetConferenceIdentifier@H323GatekeeperCall@@QBEABVOpalGloballyUniqueID@@XZ @31235 NONAME ?GetConnectedNumber@Q931@@QBEHAAVPString@@PAI1111III@Z @29604 NONAME ?GetConnectionEndTime@H323Connection@@QBE?AVPTime@@XZ @29558 NONAME ?GetConnectionStartTime@H323Connection@@QBE?AVPTime@@XZ @29559 NONAME ?GetContribSource@RTP_DataFrame@@QBEKH@Z @13411 NONAME ?GetContribSrcCount@RTP_DataFrame@@QBEHXZ @13412 NONAME ?GetControlChannel@H323Connection@@QBEABVH323Transport@@XZ @13413 NONAME ?GetControlChannelStartTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @34813 NONAME ?GetControlVersion@H323Connection@@QBEIXZ @30672 NONAME ?GetCount@RTP_ControlFrame@@QBEIXZ @13414 NONAME ?GetCountPacketsOutStanding@Transmitter@@QAEHXZ @29592 NONAME ?GetCountryCode@OpalLineInterfaceDevice@@SA?AW4T35CountryCodes@1@ABVPString@@@Z @20474 NONAME ?GetCountryCodeName@OpalLineInterfaceDevice@@QBE?AVPString@@XZ @13415 NONAME ?GetCountryCodeName@OpalLineInterfaceDevice@@SA?AVPString@@W4T35CountryCodes@1@@Z @17608 NONAME ?GetCountryCodeNameList@OpalLineInterfaceDevice@@UBE?AVPStringList@@XZ @20475 NONAME ?GetData@X224@@QBEABVPBYTEArray@@XZ @28257 NONAME ?GetDataAt@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@QBEAAVH245NegLogicalChannel@@H@Z @13416 NONAME ?GetDataAt@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@QBEAAVPBYTEArray@@H@Z @13417 NONAME ?GetDataAt@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@QBEAAVRTP_Session@@H@Z @24350 NONAME ?GetDataAt@?$PDictionary@VPString@@VH323Connection@@@@QBEAAVH323Connection@@H@Z @13418 NONAME ?GetDataAt@?$POrdinalDictionary@VPString@@@@QBEHH@Z @34030 NONAME ?GetDataAt@?$PStringDictionary@VPOrdinalKey@@@@QBEAAVPString@@H@Z @13419 NONAME ?GetDataLength@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBEHXZ @27833 NONAME ?GetDataLength@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBEHXZ @27834 NONAME ?GetDataLength@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBEHXZ @27835 NONAME ?GetDataLength@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBEHXZ @27836 NONAME ?GetDataLength@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBEHXZ @27837 NONAME ?GetDataLength@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBEHXZ @27838 NONAME ?GetDataLength@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBEHXZ @27839 NONAME ?GetDataLength@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBEHXZ @27840 NONAME ?GetDataLength@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBEHXZ @27841 NONAME ?GetDataLength@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBEHXZ @27842 NONAME ?GetDataLength@GCC_ApplicationInvokeIndication@@UBEHXZ @13430 NONAME ?GetDataLength@GCC_ApplicationInvokeSpecifier@@UBEHXZ @13431 NONAME ?GetDataLength@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBEHXZ @13432 NONAME ?GetDataLength@GCC_ApplicationRecord@@UBEHXZ @13433 NONAME ?GetDataLength@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBEHXZ @13434 NONAME ?GetDataLength@GCC_ChallengeItem@@UBEHXZ @13435 NONAME ?GetDataLength@GCC_ChallengeRequest@@UBEHXZ @13436 NONAME ?GetDataLength@GCC_ChallengeResponse@@UBEHXZ @13437 NONAME ?GetDataLength@GCC_ConductorAssignIndication@@UBEHXZ @13438 NONAME ?GetDataLength@GCC_ConductorPermissionAskIndication@@UBEHXZ @13439 NONAME ?GetDataLength@GCC_ConductorPermissionGrantIndication@@UBEHXZ @13440 NONAME ?GetDataLength@GCC_ConductorReleaseIndication@@UBEHXZ @13441 NONAME ?GetDataLength@GCC_ConferenceAddRequest@@UBEHXZ @13442 NONAME ?GetDataLength@GCC_ConferenceAddResponse@@UBEHXZ @13443 NONAME ?GetDataLength@GCC_ConferenceAssistanceIndication@@UBEHXZ @13444 NONAME ?GetDataLength@GCC_ConferenceCreateRequest@@UBEHXZ @13445 NONAME ?GetDataLength@GCC_ConferenceCreateResponse@@UBEHXZ @13446 NONAME ?GetDataLength@GCC_ConferenceDescriptor@@UBEHXZ @13447 NONAME ?GetDataLength@GCC_ConferenceEjectUserIndication@@UBEHXZ @13448 NONAME ?GetDataLength@GCC_ConferenceEjectUserRequest@@UBEHXZ @13449 NONAME ?GetDataLength@GCC_ConferenceEjectUserResponse@@UBEHXZ @13450 NONAME ?GetDataLength@GCC_ConferenceInviteRequest@@UBEHXZ @13451 NONAME ?GetDataLength@GCC_ConferenceInviteResponse@@UBEHXZ @13452 NONAME ?GetDataLength@GCC_ConferenceJoinRequest@@UBEHXZ @13453 NONAME ?GetDataLength@GCC_ConferenceJoinResponse@@UBEHXZ @13454 NONAME ?GetDataLength@GCC_ConferenceLockIndication@@UBEHXZ @13455 NONAME ?GetDataLength@GCC_ConferenceLockRequest@@UBEHXZ @13456 NONAME ?GetDataLength@GCC_ConferenceLockResponse@@UBEHXZ @13457 NONAME ?GetDataLength@GCC_ConferenceName@@UBEHXZ @13458 NONAME ?GetDataLength@GCC_ConferencePriority@@UBEHXZ @13459 NONAME ?GetDataLength@GCC_ConferenceQueryRequest@@UBEHXZ @13460 NONAME ?GetDataLength@GCC_ConferenceQueryResponse@@UBEHXZ @13461 NONAME ?GetDataLength@GCC_ConferenceTerminateIndication@@UBEHXZ @13462 NONAME ?GetDataLength@GCC_ConferenceTerminateRequest@@UBEHXZ @13463 NONAME ?GetDataLength@GCC_ConferenceTerminateResponse@@UBEHXZ @13464 NONAME ?GetDataLength@GCC_ConferenceTimeExtendIndication@@UBEHXZ @13465 NONAME ?GetDataLength@GCC_ConferenceTimeInquireIndication@@UBEHXZ @13466 NONAME ?GetDataLength@GCC_ConferenceTimeRemainingIndication@@UBEHXZ @13467 NONAME ?GetDataLength@GCC_ConferenceTransferIndication@@UBEHXZ @13468 NONAME ?GetDataLength@GCC_ConferenceTransferRequest@@UBEHXZ @13469 NONAME ?GetDataLength@GCC_ConferenceTransferResponse@@UBEHXZ @13470 NONAME ?GetDataLength@GCC_ConferenceUnlockIndication@@UBEHXZ @13471 NONAME ?GetDataLength@GCC_ConferenceUnlockRequest@@UBEHXZ @13472 NONAME ?GetDataLength@GCC_ConferenceUnlockResponse@@UBEHXZ @13473 NONAME ?GetDataLength@GCC_ConnectData@@UBEHXZ @13474 NONAME ?GetDataLength@GCC_FunctionNotSupportedResponse@@UBEHXZ @13475 NONAME ?GetDataLength@GCC_NetworkAddress_subtype_aggregatedChannel@@UBEHXZ @13476 NONAME ?GetDataLength@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBEHXZ @13477 NONAME ?GetDataLength@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBEHXZ @13478 NONAME ?GetDataLength@GCC_NetworkAddress_subtype_transportConnection@@UBEHXZ @13479 NONAME ?GetDataLength@GCC_NodeProperties@@UBEHXZ @13480 NONAME ?GetDataLength@GCC_NodeRecord@@UBEHXZ @13481 NONAME ?GetDataLength@GCC_NonStandardParameter@@UBEHXZ @13482 NONAME ?GetDataLength@GCC_NonStandardPDU@@UBEHXZ @13483 NONAME ?GetDataLength@GCC_Password@@UBEHXZ @13484 NONAME ?GetDataLength@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBEHXZ @13485 NONAME ?GetDataLength@GCC_RegistryAllocateHandleRequest@@UBEHXZ @13486 NONAME ?GetDataLength@GCC_RegistryAllocateHandleResponse@@UBEHXZ @13487 NONAME ?GetDataLength@GCC_RegistryAssignTokenRequest@@UBEHXZ @13488 NONAME ?GetDataLength@GCC_RegistryDeleteEntryRequest@@UBEHXZ @13489 NONAME ?GetDataLength@GCC_RegistryEntryOwner_owned@@UBEHXZ @13490 NONAME ?GetDataLength@GCC_RegistryKey@@UBEHXZ @13491 NONAME ?GetDataLength@GCC_RegistryMonitorEntryIndication@@UBEHXZ @13492 NONAME ?GetDataLength@GCC_RegistryMonitorEntryRequest@@UBEHXZ @13493 NONAME ?GetDataLength@GCC_RegistryRegisterChannelRequest@@UBEHXZ @13494 NONAME ?GetDataLength@GCC_RegistryResponse@@UBEHXZ @13495 NONAME ?GetDataLength@GCC_RegistryRetrieveEntryRequest@@UBEHXZ @13496 NONAME ?GetDataLength@GCC_RegistrySetParameterRequest@@UBEHXZ @13497 NONAME ?GetDataLength@GCC_RosterUpdateIndication@@UBEHXZ @13498 NONAME ?GetDataLength@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBEHXZ @13499 NONAME ?GetDataLength@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBEHXZ @13500 NONAME ?GetDataLength@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBEHXZ @13501 NONAME ?GetDataLength@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBEHXZ @13502 NONAME ?GetDataLength@GCC_RosterUpdateIndication_nodeInformation@@UBEHXZ @13503 NONAME ?GetDataLength@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBEHXZ @13504 NONAME ?GetDataLength@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBEHXZ @13505 NONAME ?GetDataLength@GCC_SessionKey@@UBEHXZ @13506 NONAME ?GetDataLength@GCC_TextMessageIndication@@UBEHXZ @13507 NONAME ?GetDataLength@GCC_UserData_subtype@@UBEHXZ @13508 NONAME ?GetDataLength@GCC_UserIDIndication@@UBEHXZ @13509 NONAME ?GetDataLength@H225_AddressPattern_range@@UBEHXZ @26621 NONAME ?GetDataLength@H225_AdmissionConfirm@@UBEHXZ @13510 NONAME ?GetDataLength@H225_AdmissionReject@@UBEHXZ @13511 NONAME ?GetDataLength@H225_AdmissionRequest@@UBEHXZ @13512 NONAME ?GetDataLength@H225_Alerting_UUIE@@UBEHXZ @13513 NONAME ?GetDataLength@H225_AlternateGK@@UBEHXZ @13514 NONAME ?GetDataLength@H225_AlternateTransportAddresses@@UBEHXZ @26622 NONAME ?GetDataLength@H225_AltGKInfo@@UBEHXZ @13515 NONAME ?GetDataLength@H225_ANSI_41_UIM@@UBEHXZ @26623 NONAME ?GetDataLength@H225_BandwidthConfirm@@UBEHXZ @13516 NONAME ?GetDataLength@H225_BandwidthDetails@@UBEHXZ @26624 NONAME ?GetDataLength@H225_BandwidthReject@@UBEHXZ @13517 NONAME ?GetDataLength@H225_BandwidthRequest@@UBEHXZ @13518 NONAME ?GetDataLength@H225_CallCapacity@@UBEHXZ @26625 NONAME ?GetDataLength@H225_CallCapacityInfo@@UBEHXZ @26626 NONAME ?GetDataLength@H225_CallCreditCapability@@UBEHXZ @26627 NONAME ?GetDataLength@H225_CallCreditServiceControl@@UBEHXZ @26628 NONAME ?GetDataLength@H225_CallIdentifier@@UBEHXZ @13519 NONAME ?GetDataLength@H225_CallLinkage@@UBEHXZ @26629 NONAME ?GetDataLength@H225_CallProceeding_UUIE@@UBEHXZ @13520 NONAME ?GetDataLength@H225_CallsAvailable@@UBEHXZ @26630 NONAME ?GetDataLength@H225_CapacityReportingCapability@@UBEHXZ @26631 NONAME ?GetDataLength@H225_CapacityReportingSpecification@@UBEHXZ @26632 NONAME ?GetDataLength@H225_CapacityReportingSpecification_when@@UBEHXZ @26633 NONAME ?GetDataLength@H225_CarrierInfo@@UBEHXZ @38867 NONAME ?GetDataLength@H225_CicInfo@@UBEHXZ @26634 NONAME ?GetDataLength@H225_CircuitIdentifier@@UBEHXZ @38302 NONAME ?GetDataLength@H225_CircuitInfo@@UBEHXZ @26635 NONAME ?GetDataLength@H225_ConferenceList@@UBEHXZ @13521 NONAME ?GetDataLength@H225_Connect_UUIE@@UBEHXZ @13522 NONAME ?GetDataLength@H225_CryptoH323Token_cryptoEPPwdHash@@UBEHXZ @13523 NONAME ?GetDataLength@H225_CryptoH323Token_cryptoGKPwdHash@@UBEHXZ @13524 NONAME ?GetDataLength@H225_DataRate@@UBEHXZ @13525 NONAME ?GetDataLength@H225_DisengageConfirm@@UBEHXZ @13526 NONAME ?GetDataLength@H225_DisengageReject@@UBEHXZ @13527 NONAME ?GetDataLength@H225_DisengageRequest@@UBEHXZ @13528 NONAME ?GetDataLength@H225_Endpoint@@UBEHXZ @13529 NONAME ?GetDataLength@H225_EndpointType@@UBEHXZ @13530 NONAME ?GetDataLength@H225_EnumeratedParameter@@UBEHXZ @26636 NONAME ?GetDataLength@H225_ExtendedAliasAddress@@UBEHXZ @26637 NONAME ?GetDataLength@H225_Facility_UUIE@@UBEHXZ @13531 NONAME ?GetDataLength@H225_FeatureSet@@UBEHXZ @26638 NONAME ?GetDataLength@H225_GatekeeperConfirm@@UBEHXZ @13532 NONAME ?GetDataLength@H225_GatekeeperInfo@@UBEHXZ @13533 NONAME ?GetDataLength@H225_GatekeeperReject@@UBEHXZ @13534 NONAME ?GetDataLength@H225_GatekeeperRequest@@UBEHXZ @13535 NONAME ?GetDataLength@H225_GatewayInfo@@UBEHXZ @13536 NONAME ?GetDataLength@H225_GenericData@@UBEHXZ @26639 NONAME ?GetDataLength@H225_GroupID@@UBEHXZ @26640 NONAME ?GetDataLength@H225_GSM_UIM@@UBEHXZ @26641 NONAME ?GetDataLength@H225_H221NonStandard@@UBEHXZ @13537 NONAME ?GetDataLength@H225_H310Caps@@UBEHXZ @13538 NONAME ?GetDataLength@H225_H320Caps@@UBEHXZ @13539 NONAME ?GetDataLength@H225_H321Caps@@UBEHXZ @13540 NONAME ?GetDataLength@H225_H322Caps@@UBEHXZ @13541 NONAME ?GetDataLength@H225_H323Caps@@UBEHXZ @13542 NONAME ?GetDataLength@H225_H323_UserInformation@@UBEHXZ @13543 NONAME ?GetDataLength@H225_H323_UserInformation_user_data@@UBEHXZ @13544 NONAME ?GetDataLength@H225_H323_UU_PDU@@UBEHXZ @13545 NONAME ?GetDataLength@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBEHXZ @26642 NONAME ?GetDataLength@H225_H324Caps@@UBEHXZ @13546 NONAME ?GetDataLength@H225_ICV@@UBEHXZ @13547 NONAME ?GetDataLength@H225_InfoRequest@@UBEHXZ @13548 NONAME ?GetDataLength@H225_InfoRequestAck@@UBEHXZ @13549 NONAME ?GetDataLength@H225_InfoRequestNak@@UBEHXZ @13550 NONAME ?GetDataLength@H225_InfoRequestResponse@@UBEHXZ @13551 NONAME ?GetDataLength@H225_InfoRequestResponse_perCallInfo_subtype@@UBEHXZ @13552 NONAME ?GetDataLength@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBEHXZ @13553 NONAME ?GetDataLength@H225_Information_UUIE@@UBEHXZ @13554 NONAME ?GetDataLength@H225_LocationConfirm@@UBEHXZ @13555 NONAME ?GetDataLength@H225_LocationReject@@UBEHXZ @13556 NONAME ?GetDataLength@H225_LocationRequest@@UBEHXZ @13557 NONAME ?GetDataLength@H225_McuInfo@@UBEHXZ @13558 NONAME ?GetDataLength@H225_NonStandardMessage@@UBEHXZ @13559 NONAME ?GetDataLength@H225_NonStandardParameter@@UBEHXZ @13560 NONAME ?GetDataLength@H225_NonStandardProtocol@@UBEHXZ @13561 NONAME ?GetDataLength@H225_Notify_UUIE@@UBEHXZ @26643 NONAME ?GetDataLength@H225_PrivatePartyNumber@@UBEHXZ @13562 NONAME ?GetDataLength@H225_Progress_UUIE@@UBEHXZ @13563 NONAME ?GetDataLength@H225_PublicPartyNumber@@UBEHXZ @13564 NONAME ?GetDataLength@H225_Q954Details@@UBEHXZ @13565 NONAME ?GetDataLength@H225_QseriesOptions@@UBEHXZ @13566 NONAME ?GetDataLength@H225_RasUsageInformation@@UBEHXZ @26644 NONAME ?GetDataLength@H225_RasUsageInfoTypes@@UBEHXZ @26645 NONAME ?GetDataLength@H225_RasUsageSpecification@@UBEHXZ @26646 NONAME ?GetDataLength@H225_RasUsageSpecification_callStartingPoint@@UBEHXZ @26647 NONAME ?GetDataLength@H225_RasUsageSpecification_when@@UBEHXZ @26648 NONAME ?GetDataLength@H225_RegistrationConfirm@@UBEHXZ @13567 NONAME ?GetDataLength@H225_RegistrationConfirm_preGrantedARQ@@UBEHXZ @13568 NONAME ?GetDataLength@H225_RegistrationReject@@UBEHXZ @13569 NONAME ?GetDataLength@H225_RegistrationRejectReason_invalidTerminalAliases@@UBEHXZ @26649 NONAME ?GetDataLength@H225_RegistrationRequest@@UBEHXZ @13570 NONAME ?GetDataLength@H225_ReleaseComplete_UUIE@@UBEHXZ @13571 NONAME ?GetDataLength@H225_RequestInProgress@@UBEHXZ @13572 NONAME ?GetDataLength@H225_ResourcesAvailableConfirm@@UBEHXZ @13573 NONAME ?GetDataLength@H225_ResourcesAvailableIndicate@@UBEHXZ @13574 NONAME ?GetDataLength@H225_RTPSession@@UBEHXZ @13575 NONAME ?GetDataLength@H225_SecurityCapabilities@@UBEHXZ @13576 NONAME ?GetDataLength@H225_ServiceControlIndication@@UBEHXZ @26650 NONAME ?GetDataLength@H225_ServiceControlIndication_callSpecific@@UBEHXZ @26651 NONAME ?GetDataLength@H225_ServiceControlResponse@@UBEHXZ @26652 NONAME ?GetDataLength@H225_ServiceControlSession@@UBEHXZ @26653 NONAME ?GetDataLength@H225_SetupAcknowledge_UUIE@@UBEHXZ @26654 NONAME ?GetDataLength@H225_Setup_UUIE@@UBEHXZ @13577 NONAME ?GetDataLength@H225_Setup_UUIE_connectionParameters@@UBEHXZ @26655 NONAME ?GetDataLength@H225_SIPCaps@@UBEHXZ @38868 NONAME ?GetDataLength@H225_StatusInquiry_UUIE@@UBEHXZ @26656 NONAME ?GetDataLength@H225_Status_UUIE@@UBEHXZ @26657 NONAME ?GetDataLength@H225_StimulusControl@@UBEHXZ @26658 NONAME ?GetDataLength@H225_SupportedPrefix@@UBEHXZ @13578 NONAME ?GetDataLength@H225_T120OnlyCaps@@UBEHXZ @13579 NONAME ?GetDataLength@H225_T38FaxAnnexbOnlyCaps@@UBEHXZ @26659 NONAME ?GetDataLength@H225_TerminalInfo@@UBEHXZ @13580 NONAME ?GetDataLength@H225_TransportAddress_ip6Address@@UBEHXZ @13581 NONAME ?GetDataLength@H225_TransportAddress_ipAddress@@UBEHXZ @13582 NONAME ?GetDataLength@H225_TransportAddress_ipSourceRoute@@UBEHXZ @13583 NONAME ?GetDataLength@H225_TransportAddress_ipxAddress@@UBEHXZ @13584 NONAME ?GetDataLength@H225_TransportChannelInfo@@UBEHXZ @13585 NONAME ?GetDataLength@H225_TunnelledProtocol@@UBEHXZ @26660 NONAME ?GetDataLength@H225_TunnelledProtocolAlternateIdentifier@@UBEHXZ @26661 NONAME ?GetDataLength@H225_UnknownMessageResponse@@UBEHXZ @13586 NONAME ?GetDataLength@H225_UnregistrationConfirm@@UBEHXZ @13587 NONAME ?GetDataLength@H225_UnregistrationReject@@UBEHXZ @13588 NONAME ?GetDataLength@H225_UnregistrationRequest@@UBEHXZ @13589 NONAME ?GetDataLength@H225_UUIEsRequested@@UBEHXZ @13590 NONAME ?GetDataLength@H225_VendorIdentifier@@UBEHXZ @13591 NONAME ?GetDataLength@H225_VoiceCaps@@UBEHXZ @13592 NONAME ?GetDataLength@H235_ClearToken@@UBEHXZ @13593 NONAME ?GetDataLength@H235_CryptoToken_cryptoEncryptedToken@@UBEHXZ @13594 NONAME ?GetDataLength@H235_CryptoToken_cryptoHashedToken@@UBEHXZ @13595 NONAME ?GetDataLength@H235_CryptoToken_cryptoSignedToken@@UBEHXZ @13596 NONAME ?GetDataLength@H235_DHset@@UBEHXZ @13597 NONAME ?GetDataLength@H235_ECGDSASignature@@UBEHXZ @38869 NONAME ?GetDataLength@H235_ECKASDH_eckasdh2@@UBEHXZ @28748 NONAME ?GetDataLength@H235_ECKASDH_eckasdhp@@UBEHXZ @28749 NONAME ?GetDataLength@H235_ECpoint@@UBEHXZ @38870 NONAME ?GetDataLength@H235_H235CertificateSignature@@UBEHXZ @13598 NONAME ?GetDataLength@H235_KeySignedMaterial@@UBEHXZ @13599 NONAME ?GetDataLength@H235_KeySyncMaterial@@UBEHXZ @13600 NONAME ?GetDataLength@H235_NonStandardParameter@@UBEHXZ @13601 NONAME ?GetDataLength@H235_Params@@UBEHXZ @13602 NONAME ?GetDataLength@H235_ReturnSig@@UBEHXZ @13603 NONAME ?GetDataLength@H235_TypedCertificate@@UBEHXZ @13604 NONAME ?GetDataLength@H235_V3KeySyncMaterial@@UBEHXZ @38871 NONAME ?GetDataLength@H245_ATMParameters@@UBEHXZ @13605 NONAME ?GetDataLength@H245_AudioCapability_g7231@@UBEHXZ @13606 NONAME ?GetDataLength@H245_AudioTelephonyEventCapability@@UBEHXZ @26662 NONAME ?GetDataLength@H245_AudioToneCapability@@UBEHXZ @26663 NONAME ?GetDataLength@H245_AuthenticationCapability@@UBEHXZ @13607 NONAME ?GetDataLength@H245_BEnhancementParameters@@UBEHXZ @13608 NONAME ?GetDataLength@H245_CapabilityDescriptor@@UBEHXZ @13609 NONAME ?GetDataLength@H245_CapabilityTableEntry@@UBEHXZ @13610 NONAME ?GetDataLength@H245_Capability_h233EncryptionReceiveCapability@@UBEHXZ @13611 NONAME ?GetDataLength@H245_CloseLogicalChannel@@UBEHXZ @13612 NONAME ?GetDataLength@H245_CloseLogicalChannelAck@@UBEHXZ @13613 NONAME ?GetDataLength@H245_CommunicationModeCommand@@UBEHXZ @13614 NONAME ?GetDataLength@H245_CommunicationModeRequest@@UBEHXZ @13615 NONAME ?GetDataLength@H245_CommunicationModeTableEntry@@UBEHXZ @13616 NONAME ?GetDataLength@H245_ConferenceCapability@@UBEHXZ @13617 NONAME ?GetDataLength@H245_ConferenceRequest_requestTerminalCertificate@@UBEHXZ @13618 NONAME ?GetDataLength@H245_ConferenceResponse_chairTokenOwnerResponse@@UBEHXZ @13619 NONAME ?GetDataLength@H245_ConferenceResponse_conferenceIDResponse@@UBEHXZ @13620 NONAME ?GetDataLength@H245_ConferenceResponse_extensionAddressResponse@@UBEHXZ @13621 NONAME ?GetDataLength@H245_ConferenceResponse_mCTerminalIDResponse@@UBEHXZ @13622 NONAME ?GetDataLength@H245_ConferenceResponse_passwordResponse@@UBEHXZ @13623 NONAME ?GetDataLength@H245_ConferenceResponse_terminalCertificateResponse@@UBEHXZ @13624 NONAME ?GetDataLength@H245_ConferenceResponse_terminalIDResponse@@UBEHXZ @13625 NONAME ?GetDataLength@H245_ConnectionIdentifier@@UBEHXZ @26664 NONAME ?GetDataLength@H245_Criteria@@UBEHXZ @13626 NONAME ?GetDataLength@H245_CustomPictureClockFrequency@@UBEHXZ @13627 NONAME ?GetDataLength@H245_CustomPictureFormat@@UBEHXZ @13628 NONAME ?GetDataLength@H245_CustomPictureFormat_mPI@@UBEHXZ @13629 NONAME ?GetDataLength@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBEHXZ @13630 NONAME ?GetDataLength@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBEHXZ @13631 NONAME ?GetDataLength@H245_DataApplicationCapability@@UBEHXZ @13632 NONAME ?GetDataLength@H245_DataApplicationCapability_application_nlpid@@UBEHXZ @13633 NONAME ?GetDataLength@H245_DataApplicationCapability_application_t38fax@@UBEHXZ @26665 NONAME ?GetDataLength@H245_DataApplicationCapability_application_t84@@UBEHXZ @13634 NONAME ?GetDataLength@H245_DataMode@@UBEHXZ @13635 NONAME ?GetDataLength@H245_DataMode_application_nlpid@@UBEHXZ @13636 NONAME ?GetDataLength@H245_DataMode_application_t38fax@@UBEHXZ @26666 NONAME ?GetDataLength@H245_DepFECCapability_rfc2733@@UBEHXZ @53738 NONAME ?GetDataLength@H245_DepFECCapability_rfc2733_separateStream@@UBEHXZ @53739 NONAME ?GetDataLength@H245_DepFECData_rfc2733@@UBEHXZ @53740 NONAME ?GetDataLength@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBEHXZ @53741 NONAME ?GetDataLength@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBEHXZ @53742 NONAME ?GetDataLength@H245_DepFECMode_rfc2733Mode@@UBEHXZ @53743 NONAME ?GetDataLength@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBEHXZ @53744 NONAME ?GetDataLength@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBEHXZ @53745 NONAME ?GetDataLength@H245_DialingInformationNumber@@UBEHXZ @26667 NONAME ?GetDataLength@H245_EncryptionAuthenticationAndIntegrity@@UBEHXZ @13637 NONAME ?GetDataLength@H245_EncryptionCommand_encryptionAlgorithmID@@UBEHXZ @13638 NONAME ?GetDataLength@H245_EncryptionSync@@UBEHXZ @13639 NONAME ?GetDataLength@H245_EncryptionUpdateRequest@@UBEHXZ @13640 NONAME ?GetDataLength@H245_EnhancementLayerInfo@@UBEHXZ @13641 NONAME ?GetDataLength@H245_EnhancementOptions@@UBEHXZ @13642 NONAME ?GetDataLength@H245_EscrowData@@UBEHXZ @13643 NONAME ?GetDataLength@H245_ExtendedVideoCapability@@UBEHXZ @53241 NONAME ?GetDataLength@H245_FECCapability@@UBEHXZ @53746 NONAME ?GetDataLength@H245_FECData_rfc2733@@UBEHXZ @38874 NONAME ?GetDataLength@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBEHXZ @53747 NONAME ?GetDataLength@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UBEHXZ @53748 NONAME ?GetDataLength@H245_FECMode@@UBEHXZ @53749 NONAME ?GetDataLength@H245_FlowControlCommand@@UBEHXZ @13644 NONAME ?GetDataLength@H245_FlowControlIndication@@UBEHXZ @26668 NONAME ?GetDataLength@H245_FunctionNotSupported@@UBEHXZ @13645 NONAME ?GetDataLength@H245_G7231AnnexCCapability@@UBEHXZ @13646 NONAME ?GetDataLength@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBEHXZ @13647 NONAME ?GetDataLength@H245_G7231AnnexCMode@@UBEHXZ @13648 NONAME ?GetDataLength@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBEHXZ @13649 NONAME ?GetDataLength@H245_G729Extensions@@UBEHXZ @26669 NONAME ?GetDataLength@H245_GenericCapability@@UBEHXZ @26670 NONAME ?GetDataLength@H245_GenericMessage@@UBEHXZ @53242 NONAME ?GetDataLength@H245_GenericParameter@@UBEHXZ @26671 NONAME ?GetDataLength@H245_GSMAudioCapability@@UBEHXZ @13650 NONAME ?GetDataLength@H245_H222Capability@@UBEHXZ @13651 NONAME ?GetDataLength@H245_H222LogicalChannelParameters@@UBEHXZ @13652 NONAME ?GetDataLength@H245_H223AL1MParameters@@UBEHXZ @13653 NONAME ?GetDataLength@H245_H223AL2MParameters@@UBEHXZ @13654 NONAME ?GetDataLength@H245_H223AL3MParameters@@UBEHXZ @13655 NONAME ?GetDataLength@H245_H223AnnexCArqParameters@@UBEHXZ @13656 NONAME ?GetDataLength@H245_H223AnnexCCapability@@UBEHXZ @13657 NONAME ?GetDataLength@H245_H223Capability@@UBEHXZ @13658 NONAME ?GetDataLength@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBEHXZ @13659 NONAME ?GetDataLength@H245_H223Capability_mobileMultilinkFrameCapability@@UBEHXZ @26672 NONAME ?GetDataLength@H245_H223Capability_mobileOperationTransmitCapability@@UBEHXZ @13660 NONAME ?GetDataLength@H245_H223LogicalChannelParameters@@UBEHXZ @13661 NONAME ?GetDataLength@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBEHXZ @13662 NONAME ?GetDataLength@H245_H223ModeParameters@@UBEHXZ @13663 NONAME ?GetDataLength@H245_H223ModeParameters_adaptationLayerType_al3@@UBEHXZ @13664 NONAME ?GetDataLength@H245_H223SkewIndication@@UBEHXZ @13665 NONAME ?GetDataLength@H245_H2250Capability@@UBEHXZ @13666 NONAME ?GetDataLength@H245_H2250Capability_mcCapability@@UBEHXZ @13667 NONAME ?GetDataLength@H245_H2250LogicalChannelAckParameters@@UBEHXZ @13668 NONAME ?GetDataLength@H245_H2250LogicalChannelParameters@@UBEHXZ @13669 NONAME ?GetDataLength@H245_H2250MaximumSkewIndication@@UBEHXZ @13670 NONAME ?GetDataLength@H245_H2250ModeParameters@@UBEHXZ @13671 NONAME ?GetDataLength@H245_H235Media@@UBEHXZ @13672 NONAME ?GetDataLength@H245_H235Mode@@UBEHXZ @13673 NONAME ?GetDataLength@H245_H235SecurityCapability@@UBEHXZ @13674 NONAME ?GetDataLength@H245_H261VideoCapability@@UBEHXZ @13675 NONAME ?GetDataLength@H245_H261VideoMode@@UBEHXZ @13676 NONAME ?GetDataLength@H245_H262VideoCapability@@UBEHXZ @13677 NONAME ?GetDataLength@H245_H262VideoMode@@UBEHXZ @13678 NONAME ?GetDataLength@H245_H263ModeComboFlags@@UBEHXZ @13679 NONAME ?GetDataLength@H245_H263Options@@UBEHXZ @13680 NONAME ?GetDataLength@H245_H263Version3Options@@UBEHXZ @26673 NONAME ?GetDataLength@H245_H263VideoCapability@@UBEHXZ @13681 NONAME ?GetDataLength@H245_H263VideoMode@@UBEHXZ @13682 NONAME ?GetDataLength@H245_H263VideoModeCombos@@UBEHXZ @13683 NONAME ?GetDataLength@H245_IntegrityCapability@@UBEHXZ @13684 NONAME ?GetDataLength@H245_IS11172AudioCapability@@UBEHXZ @13685 NONAME ?GetDataLength@H245_IS11172AudioMode@@UBEHXZ @13686 NONAME ?GetDataLength@H245_IS11172VideoCapability@@UBEHXZ @13687 NONAME ?GetDataLength@H245_IS11172VideoMode@@UBEHXZ @13688 NONAME ?GetDataLength@H245_IS13818AudioCapability@@UBEHXZ @13689 NONAME ?GetDataLength@H245_IS13818AudioMode@@UBEHXZ @13690 NONAME ?GetDataLength@H245_JitterIndication@@UBEHXZ @13691 NONAME ?GetDataLength@H245_KeyProtectionMethod@@UBEHXZ @13692 NONAME ?GetDataLength@H245_LogicalChannelRateAcknowledge@@UBEHXZ @26674 NONAME ?GetDataLength@H245_LogicalChannelRateReject@@UBEHXZ @26675 NONAME ?GetDataLength@H245_LogicalChannelRateRelease@@UBEHXZ @26676 NONAME ?GetDataLength@H245_LogicalChannelRateRequest@@UBEHXZ @26677 NONAME ?GetDataLength@H245_MaintenanceLoopAck@@UBEHXZ @13693 NONAME ?GetDataLength@H245_MaintenanceLoopOffCommand@@UBEHXZ @13694 NONAME ?GetDataLength@H245_MaintenanceLoopReject@@UBEHXZ @13695 NONAME ?GetDataLength@H245_MaintenanceLoopRequest@@UBEHXZ @13696 NONAME ?GetDataLength@H245_MasterSlaveDetermination@@UBEHXZ @13697 NONAME ?GetDataLength@H245_MasterSlaveDeterminationAck@@UBEHXZ @13698 NONAME ?GetDataLength@H245_MasterSlaveDeterminationReject@@UBEHXZ @13699 NONAME ?GetDataLength@H245_MasterSlaveDeterminationRelease@@UBEHXZ @13700 NONAME ?GetDataLength@H245_MCLocationIndication@@UBEHXZ @13701 NONAME ?GetDataLength@H245_MediaChannelCapability@@UBEHXZ @13702 NONAME ?GetDataLength@H245_MediaDistributionCapability@@UBEHXZ @13703 NONAME ?GetDataLength@H245_MediaPacketizationCapability@@UBEHXZ @13704 NONAME ?GetDataLength@H245_MediaTransportType_atm_AAL5_compressed@@UBEHXZ @26678 NONAME ?GetDataLength@H245_MiscellaneousCommand@@UBEHXZ @13705 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBEHXZ @53243 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBEHXZ @53244 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_lostPartialPicture@@UBEHXZ @26679 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBEHXZ @13706 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_videoBadMBs@@UBEHXZ @26680 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBEHXZ @13707 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBEHXZ @13708 NONAME ?GetDataLength@H245_MiscellaneousIndication@@UBEHXZ @13709 NONAME ?GetDataLength@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBEHXZ @13710 NONAME ?GetDataLength@H245_MobileMultilinkReconfigurationCommand@@UBEHXZ @26681 NONAME ?GetDataLength@H245_MobileMultilinkReconfigurationIndication@@UBEHXZ @26682 NONAME ?GetDataLength@H245_ModeElement@@UBEHXZ @13711 NONAME ?GetDataLength@H245_MulticastAddress_iP6Address@@UBEHXZ @13712 NONAME ?GetDataLength@H245_MulticastAddress_iPAddress@@UBEHXZ @13713 NONAME ?GetDataLength@H245_MultilinkIndication_crcDesired@@UBEHXZ @26683 NONAME ?GetDataLength@H245_MultilinkIndication_excessiveError@@UBEHXZ @26684 NONAME ?GetDataLength@H245_MultilinkRequest_addConnection@@UBEHXZ @26685 NONAME ?GetDataLength@H245_MultilinkRequest_callInformation@@UBEHXZ @26686 NONAME ?GetDataLength@H245_MultilinkRequest_maximumHeaderInterval@@UBEHXZ @26687 NONAME ?GetDataLength@H245_MultilinkRequest_removeConnection@@UBEHXZ @26688 NONAME ?GetDataLength@H245_MultilinkResponse_addConnection@@UBEHXZ @26689 NONAME ?GetDataLength@H245_MultilinkResponse_callInformation@@UBEHXZ @26690 NONAME ?GetDataLength@H245_MultilinkResponse_maximumHeaderInterval@@UBEHXZ @26691 NONAME ?GetDataLength@H245_MultilinkResponse_removeConnection@@UBEHXZ @26692 NONAME ?GetDataLength@H245_MultiplePayloadStream@@UBEHXZ @38880 NONAME ?GetDataLength@H245_MultiplePayloadStreamCapability@@UBEHXZ @38881 NONAME ?GetDataLength@H245_MultiplePayloadStreamElement@@UBEHXZ @38882 NONAME ?GetDataLength@H245_MultiplePayloadStreamElementMode@@UBEHXZ @38883 NONAME ?GetDataLength@H245_MultiplePayloadStreamMode@@UBEHXZ @38884 NONAME ?GetDataLength@H245_MultiplexedStreamCapability@@UBEHXZ @26693 NONAME ?GetDataLength@H245_MultiplexedStreamModeParameters@@UBEHXZ @26694 NONAME ?GetDataLength@H245_MultiplexedStreamParameter@@UBEHXZ @26695 NONAME ?GetDataLength@H245_MultiplexElement@@UBEHXZ @13714 NONAME ?GetDataLength@H245_MultiplexEntryDescriptor@@UBEHXZ @13715 NONAME ?GetDataLength@H245_MultiplexEntryRejectionDescriptions@@UBEHXZ @13716 NONAME ?GetDataLength@H245_MultiplexEntrySend@@UBEHXZ @13717 NONAME ?GetDataLength@H245_MultiplexEntrySendAck@@UBEHXZ @13718 NONAME ?GetDataLength@H245_MultiplexEntrySendReject@@UBEHXZ @13719 NONAME ?GetDataLength@H245_MultiplexEntrySendRelease@@UBEHXZ @13720 NONAME ?GetDataLength@H245_MultipointCapability@@UBEHXZ @13721 NONAME ?GetDataLength@H245_NetworkAccessParameters@@UBEHXZ @13722 NONAME ?GetDataLength@H245_NewATMVCCommand@@UBEHXZ @26696 NONAME ?GetDataLength@H245_NewATMVCCommand_aal_aal1@@UBEHXZ @26697 NONAME ?GetDataLength@H245_NewATMVCCommand_aal_aal5@@UBEHXZ @26698 NONAME ?GetDataLength@H245_NewATMVCCommand_reverseParameters@@UBEHXZ @26699 NONAME ?GetDataLength@H245_NewATMVCIndication@@UBEHXZ @13723 NONAME ?GetDataLength@H245_NewATMVCIndication_aal_aal1@@UBEHXZ @13724 NONAME ?GetDataLength@H245_NewATMVCIndication_aal_aal5@@UBEHXZ @13725 NONAME ?GetDataLength@H245_NewATMVCIndication_reverseParameters@@UBEHXZ @13726 NONAME ?GetDataLength@H245_NonStandardIdentifier_h221NonStandard@@UBEHXZ @13727 NONAME ?GetDataLength@H245_NonStandardMessage@@UBEHXZ @13728 NONAME ?GetDataLength@H245_NonStandardParameter@@UBEHXZ @13729 NONAME ?GetDataLength@H245_NoPTAudioTelephonyEventCapability@@UBEHXZ @38885 NONAME ?GetDataLength@H245_NoPTAudioToneCapability@@UBEHXZ @38886 NONAME ?GetDataLength@H245_OpenLogicalChannel@@UBEHXZ @13730 NONAME ?GetDataLength@H245_OpenLogicalChannelAck@@UBEHXZ @13731 NONAME ?GetDataLength@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBEHXZ @13732 NONAME ?GetDataLength@H245_OpenLogicalChannelConfirm@@UBEHXZ @13733 NONAME ?GetDataLength@H245_OpenLogicalChannelReject@@UBEHXZ @13734 NONAME ?GetDataLength@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBEHXZ @13735 NONAME ?GetDataLength@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBEHXZ @13736 NONAME ?GetDataLength@H245_Params@@UBEHXZ @53245 NONAME ?GetDataLength@H245_Q2931Address@@UBEHXZ @13737 NONAME ?GetDataLength@H245_QOSCapability@@UBEHXZ @13738 NONAME ?GetDataLength@H245_RedundancyEncoding@@UBEHXZ @13739 NONAME ?GetDataLength@H245_RedundancyEncodingCapability@@UBEHXZ @13740 NONAME ?GetDataLength@H245_RedundancyEncodingDTMode@@UBEHXZ @38887 NONAME ?GetDataLength@H245_RedundancyEncodingDTModeElement@@UBEHXZ @38888 NONAME ?GetDataLength@H245_RedundancyEncodingElement@@UBEHXZ @38889 NONAME ?GetDataLength@H245_RedundancyEncodingMode@@UBEHXZ @13741 NONAME ?GetDataLength@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBEHXZ @38890 NONAME ?GetDataLength@H245_RefPictureSelection@@UBEHXZ @13742 NONAME ?GetDataLength@H245_RefPictureSelection_additionalPictureMemory@@UBEHXZ @13743 NONAME ?GetDataLength@H245_RefPictureSelection_enhancedReferencePicSelect@@UBEHXZ @26700 NONAME ?GetDataLength@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBEHXZ @26701 NONAME ?GetDataLength@H245_RequestAllTerminalIDsResponse@@UBEHXZ @13744 NONAME ?GetDataLength@H245_RequestChannelClose@@UBEHXZ @13745 NONAME ?GetDataLength@H245_RequestChannelCloseAck@@UBEHXZ @13746 NONAME ?GetDataLength@H245_RequestChannelCloseReject@@UBEHXZ @13747 NONAME ?GetDataLength@H245_RequestChannelCloseRelease@@UBEHXZ @13748 NONAME ?GetDataLength@H245_RequestMode@@UBEHXZ @13749 NONAME ?GetDataLength@H245_RequestModeAck@@UBEHXZ @13750 NONAME ?GetDataLength@H245_RequestModeReject@@UBEHXZ @13751 NONAME ?GetDataLength@H245_RequestModeRelease@@UBEHXZ @13752 NONAME ?GetDataLength@H245_RequestMultiplexEntry@@UBEHXZ @13753 NONAME ?GetDataLength@H245_RequestMultiplexEntryAck@@UBEHXZ @13754 NONAME ?GetDataLength@H245_RequestMultiplexEntryReject@@UBEHXZ @13755 NONAME ?GetDataLength@H245_RequestMultiplexEntryRejectionDescriptions@@UBEHXZ @13756 NONAME ?GetDataLength@H245_RequestMultiplexEntryRelease@@UBEHXZ @13757 NONAME ?GetDataLength@H245_RoundTripDelayRequest@@UBEHXZ @13758 NONAME ?GetDataLength@H245_RoundTripDelayResponse@@UBEHXZ @13759 NONAME ?GetDataLength@H245_RSVPParameters@@UBEHXZ @13760 NONAME ?GetDataLength@H245_RTPH263VideoRedundancyEncoding@@UBEHXZ @13761 NONAME ?GetDataLength@H245_RTPH263VideoRedundancyFrameMapping@@UBEHXZ @13762 NONAME ?GetDataLength@H245_RTPPayloadType@@UBEHXZ @13763 NONAME ?GetDataLength@H245_SendTerminalCapabilitySet_specificRequest@@UBEHXZ @13764 NONAME ?GetDataLength@H245_SubstituteConferenceIDCommand@@UBEHXZ @13765 NONAME ?GetDataLength@H245_T38FaxProfile@@UBEHXZ @26702 NONAME ?GetDataLength@H245_T38FaxTcpOptions@@UBEHXZ @26703 NONAME ?GetDataLength@H245_T38FaxUdpOptions@@UBEHXZ @26704 NONAME ?GetDataLength@H245_T84Profile_t84Restricted@@UBEHXZ @13766 NONAME ?GetDataLength@H245_TerminalCapabilitySet@@UBEHXZ @13767 NONAME ?GetDataLength@H245_TerminalCapabilitySetAck@@UBEHXZ @13768 NONAME ?GetDataLength@H245_TerminalCapabilitySetReject@@UBEHXZ @13769 NONAME ?GetDataLength@H245_TerminalCapabilitySetRelease@@UBEHXZ @13770 NONAME ?GetDataLength@H245_TerminalInformation@@UBEHXZ @13771 NONAME ?GetDataLength@H245_TerminalLabel@@UBEHXZ @13772 NONAME ?GetDataLength@H245_TerminalYouAreSeeingInSubPictureNumber@@UBEHXZ @13773 NONAME ?GetDataLength@H245_TransparencyParameters@@UBEHXZ @13774 NONAME ?GetDataLength@H245_TransportCapability@@UBEHXZ @13775 NONAME ?GetDataLength@H245_UnicastAddress_iP6Address@@UBEHXZ @13776 NONAME ?GetDataLength@H245_UnicastAddress_iPAddress@@UBEHXZ @13777 NONAME ?GetDataLength@H245_UnicastAddress_iPSourceRouteAddress@@UBEHXZ @13778 NONAME ?GetDataLength@H245_UnicastAddress_iPXAddress@@UBEHXZ @13779 NONAME ?GetDataLength@H245_UserInputIndication_encryptedAlphanumeric@@UBEHXZ @53246 NONAME ?GetDataLength@H245_UserInputIndication_extendedAlphanumeric@@UBEHXZ @26705 NONAME ?GetDataLength@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBEHXZ @53247 NONAME ?GetDataLength@H245_UserInputIndication_signal@@UBEHXZ @13780 NONAME ?GetDataLength@H245_UserInputIndication_signalUpdate@@UBEHXZ @13781 NONAME ?GetDataLength@H245_UserInputIndication_signalUpdate_rtp@@UBEHXZ @13782 NONAME ?GetDataLength@H245_UserInputIndication_signal_rtp@@UBEHXZ @13783 NONAME ?GetDataLength@H245_V42bis@@UBEHXZ @13784 NONAME ?GetDataLength@H245_V75Capability@@UBEHXZ @13785 NONAME ?GetDataLength@H245_V75Parameters@@UBEHXZ @13786 NONAME ?GetDataLength@H245_V76Capability@@UBEHXZ @13787 NONAME ?GetDataLength@H245_V76HDLCParameters@@UBEHXZ @13788 NONAME ?GetDataLength@H245_V76LogicalChannelParameters@@UBEHXZ @13789 NONAME ?GetDataLength@H245_V76LogicalChannelParameters_mode_eRM@@UBEHXZ @13790 NONAME ?GetDataLength@H245_VBDCapability@@UBEHXZ @38891 NONAME ?GetDataLength@H245_VBDMode@@UBEHXZ @38892 NONAME ?GetDataLength@H245_VCCapability@@UBEHXZ @13791 NONAME ?GetDataLength@H245_VCCapability_aal1@@UBEHXZ @13792 NONAME ?GetDataLength@H245_VCCapability_aal1ViaGateway@@UBEHXZ @26706 NONAME ?GetDataLength@H245_VCCapability_aal5@@UBEHXZ @13793 NONAME ?GetDataLength@H245_VCCapability_availableBitRates@@UBEHXZ @13794 NONAME ?GetDataLength@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBEHXZ @13795 NONAME ?GetDataLength@H245_VendorIdentification@@UBEHXZ @13796 NONAME ?GetDataLength@H245_VideoIndicateCompose@@UBEHXZ @13797 NONAME ?GetDataLength@H248_ActionReply@@UBEHXZ @34031 NONAME ?GetDataLength@H248_ActionRequest@@UBEHXZ @34032 NONAME ?GetDataLength@H248_AmmRequest@@UBEHXZ @34033 NONAME ?GetDataLength@H248_AmmsReply@@UBEHXZ @34034 NONAME ?GetDataLength@H248_AuditDescriptor@@UBEHXZ @34035 NONAME ?GetDataLength@H248_AuditRequest@@UBEHXZ @34036 NONAME ?GetDataLength@H248_AuditResult@@UBEHXZ @34037 NONAME ?GetDataLength@H248_AuthenticationHeader@@UBEHXZ @34038 NONAME ?GetDataLength@H248_CommandRequest@@UBEHXZ @34039 NONAME ?GetDataLength@H248_ContextAttrAuditRequest@@UBEHXZ @34040 NONAME ?GetDataLength@H248_ContextRequest@@UBEHXZ @34041 NONAME ?GetDataLength@H248_DigitMapDescriptor@@UBEHXZ @34042 NONAME ?GetDataLength@H248_DigitMapValue@@UBEHXZ @34043 NONAME ?GetDataLength@H248_DomainName@@UBEHXZ @34044 NONAME ?GetDataLength@H248_ErrorDescriptor@@UBEHXZ @34045 NONAME ?GetDataLength@H248_EventParameter@@UBEHXZ @34046 NONAME ?GetDataLength@H248_EventsDescriptor@@UBEHXZ @34047 NONAME ?GetDataLength@H248_EventSpec@@UBEHXZ @34048 NONAME ?GetDataLength@H248_H221NonStandard@@UBEHXZ @34049 NONAME ?GetDataLength@H248_IndAudDigitMapDescriptor@@UBEHXZ @34050 NONAME ?GetDataLength@H248_IndAudEventBufferDescriptor@@UBEHXZ @34051 NONAME ?GetDataLength@H248_IndAudEventsDescriptor@@UBEHXZ @34052 NONAME ?GetDataLength@H248_IndAudLocalControlDescriptor@@UBEHXZ @34053 NONAME ?GetDataLength@H248_IndAudLocalRemoteDescriptor@@UBEHXZ @34054 NONAME ?GetDataLength@H248_IndAudMediaDescriptor@@UBEHXZ @34055 NONAME ?GetDataLength@H248_IndAudPackagesDescriptor@@UBEHXZ @34056 NONAME ?GetDataLength@H248_IndAudPropertyParm@@UBEHXZ @34057 NONAME ?GetDataLength@H248_IndAudSeqSigList@@UBEHXZ @34058 NONAME ?GetDataLength@H248_IndAudSignal@@UBEHXZ @34059 NONAME ?GetDataLength@H248_IndAudStatisticsDescriptor@@UBEHXZ @34060 NONAME ?GetDataLength@H248_IndAudStreamDescriptor@@UBEHXZ @34061 NONAME ?GetDataLength@H248_IndAudStreamParms@@UBEHXZ @34062 NONAME ?GetDataLength@H248_IndAudTerminationStateDescriptor@@UBEHXZ @34063 NONAME ?GetDataLength@H248_IP4Address@@UBEHXZ @34064 NONAME ?GetDataLength@H248_IP6Address@@UBEHXZ @34065 NONAME ?GetDataLength@H248_LocalControlDescriptor@@UBEHXZ @34066 NONAME ?GetDataLength@H248_LocalRemoteDescriptor@@UBEHXZ @34067 NONAME ?GetDataLength@H248_MediaDescriptor@@UBEHXZ @34068 NONAME ?GetDataLength@H248_MegacoMessage@@UBEHXZ @34069 NONAME ?GetDataLength@H248_Message@@UBEHXZ @34070 NONAME ?GetDataLength@H248_ModemDescriptor@@UBEHXZ @34071 NONAME ?GetDataLength@H248_MuxDescriptor@@UBEHXZ @34072 NONAME ?GetDataLength@H248_NonStandardData@@UBEHXZ @34073 NONAME ?GetDataLength@H248_NotifyReply@@UBEHXZ @34074 NONAME ?GetDataLength@H248_NotifyRequest@@UBEHXZ @34075 NONAME ?GetDataLength@H248_ObservedEvent@@UBEHXZ @34076 NONAME ?GetDataLength@H248_ObservedEventsDescriptor@@UBEHXZ @34077 NONAME ?GetDataLength@H248_PackagesItem@@UBEHXZ @34078 NONAME ?GetDataLength@H248_PropertyParm@@UBEHXZ @34079 NONAME ?GetDataLength@H248_RequestedActions@@UBEHXZ @34080 NONAME ?GetDataLength@H248_RequestedEvent@@UBEHXZ @34081 NONAME ?GetDataLength@H248_SecondEventsDescriptor@@UBEHXZ @34082 NONAME ?GetDataLength@H248_SecondRequestedActions@@UBEHXZ @34083 NONAME ?GetDataLength@H248_SecondRequestedEvent@@UBEHXZ @34084 NONAME ?GetDataLength@H248_SeqSigList@@UBEHXZ @34085 NONAME ?GetDataLength@H248_ServiceChangeParm@@UBEHXZ @34086 NONAME ?GetDataLength@H248_ServiceChangeProfile@@UBEHXZ @34087 NONAME ?GetDataLength@H248_ServiceChangeReply@@UBEHXZ @34088 NONAME ?GetDataLength@H248_ServiceChangeRequest@@UBEHXZ @34089 NONAME ?GetDataLength@H248_ServiceChangeResParm@@UBEHXZ @34090 NONAME ?GetDataLength@H248_Signal@@UBEHXZ @34091 NONAME ?GetDataLength@H248_SigParameter@@UBEHXZ @34092 NONAME ?GetDataLength@H248_StatisticsParameter@@UBEHXZ @34093 NONAME ?GetDataLength@H248_StreamDescriptor@@UBEHXZ @34094 NONAME ?GetDataLength@H248_StreamParms@@UBEHXZ @34095 NONAME ?GetDataLength@H248_SubtractRequest@@UBEHXZ @34096 NONAME ?GetDataLength@H248_TerminationID@@UBEHXZ @34097 NONAME ?GetDataLength@H248_TerminationStateDescriptor@@UBEHXZ @34098 NONAME ?GetDataLength@H248_TimeNotation@@UBEHXZ @34099 NONAME ?GetDataLength@H248_TopologyRequest@@UBEHXZ @34100 NONAME ?GetDataLength@H248_TransactionAck@@UBEHXZ @34101 NONAME ?GetDataLength@H248_TransactionPending@@UBEHXZ @34102 NONAME ?GetDataLength@H248_TransactionReply@@UBEHXZ @34103 NONAME ?GetDataLength@H248_TransactionRequest@@UBEHXZ @34104 NONAME ?GetDataLength@H45010_CfbOvrOptArg@@UBEHXZ @23868 NONAME ?GetDataLength@H45010_CoReqOptArg@@UBEHXZ @23869 NONAME ?GetDataLength@H45010_RUAlertOptArg@@UBEHXZ @23870 NONAME ?GetDataLength@H45011_CIFrcRelArg@@UBEHXZ @23871 NONAME ?GetDataLength@H45011_CIFrcRelOptRes@@UBEHXZ @23872 NONAME ?GetDataLength@H45011_CIGetCIPLOptArg@@UBEHXZ @23873 NONAME ?GetDataLength@H45011_CIGetCIPLRes@@UBEHXZ @23874 NONAME ?GetDataLength@H45011_CIIsOptArg@@UBEHXZ @23875 NONAME ?GetDataLength@H45011_CIIsOptRes@@UBEHXZ @23876 NONAME ?GetDataLength@H45011_CINotificationArg@@UBEHXZ @23877 NONAME ?GetDataLength@H45011_CIRequestArg@@UBEHXZ @23878 NONAME ?GetDataLength@H45011_CIRequestRes@@UBEHXZ @23879 NONAME ?GetDataLength@H45011_CISilentArg@@UBEHXZ @23880 NONAME ?GetDataLength@H45011_CISilentOptRes@@UBEHXZ @23881 NONAME ?GetDataLength@H45011_CIWobOptArg@@UBEHXZ @23882 NONAME ?GetDataLength@H45011_CIWobOptRes@@UBEHXZ @23883 NONAME ?GetDataLength@H4501_Address@@UBEHXZ @21906 NONAME ?GetDataLength@H4501_AddressScreened@@UBEHXZ @21907 NONAME ?GetDataLength@H4501_EndpointAddress@@UBEHXZ @21908 NONAME ?GetDataLength@H4501_Extension@@UBEHXZ @21909 NONAME ?GetDataLength@H4501_NetworkFacilityExtension@@UBEHXZ @21910 NONAME ?GetDataLength@H4501_NumberScreened@@UBEHXZ @21911 NONAME ?GetDataLength@H4501_SupplementaryService@@UBEHXZ @21912 NONAME ?GetDataLength@H4501_UserSpecifiedSubaddress@@UBEHXZ @21913 NONAME ?GetDataLength@H4502_CTActiveArg@@UBEHXZ @21914 NONAME ?GetDataLength@H4502_CTCompleteArg@@UBEHXZ @21915 NONAME ?GetDataLength@H4502_CTIdentifyRes@@UBEHXZ @21916 NONAME ?GetDataLength@H4502_CTInitiateArg@@UBEHXZ @21917 NONAME ?GetDataLength@H4502_CTSetupArg@@UBEHXZ @21918 NONAME ?GetDataLength@H4502_CTUpdateArg@@UBEHXZ @21919 NONAME ?GetDataLength@H4502_SubaddressTransferArg@@UBEHXZ @21920 NONAME ?GetDataLength@H4503_IntResult@@UBEHXZ @22784 NONAME ?GetDataLength@H4504_Extension@@UBEHXZ @22435 NONAME ?GetDataLength@H4504_HoldNotificArg@@UBEHXZ @22436 NONAME ?GetDataLength@H4504_RemoteHoldArg@@UBEHXZ @22437 NONAME ?GetDataLength@H4504_RemoteHoldRes@@UBEHXZ @22438 NONAME ?GetDataLength@H4504_RemoteRetrieveArg@@UBEHXZ @22439 NONAME ?GetDataLength@H4504_RemoteRetrieveRes@@UBEHXZ @22440 NONAME ?GetDataLength@H4504_RetrieveNotificArg@@UBEHXZ @22441 NONAME ?GetDataLength@H4505_CpickupNotifyArg@@UBEHXZ @23884 NONAME ?GetDataLength@H4505_CpNotifyArg@@UBEHXZ @23885 NONAME ?GetDataLength@H4505_CpRequestArg@@UBEHXZ @23886 NONAME ?GetDataLength@H4505_CpRequestRes@@UBEHXZ @23887 NONAME ?GetDataLength@H4505_CpSetupArg@@UBEHXZ @23888 NONAME ?GetDataLength@H4505_CpSetupRes@@UBEHXZ @23889 NONAME ?GetDataLength@H4505_GroupIndicationOffArg@@UBEHXZ @23890 NONAME ?GetDataLength@H4505_GroupIndicationOffRes@@UBEHXZ @23891 NONAME ?GetDataLength@H4505_GroupIndicationOnArg@@UBEHXZ @23892 NONAME ?GetDataLength@H4505_GroupIndicationOnRes@@UBEHXZ @23893 NONAME ?GetDataLength@H4505_PickExeArg@@UBEHXZ @23894 NONAME ?GetDataLength@H4505_PickExeRes@@UBEHXZ @23895 NONAME ?GetDataLength@H4505_PickrequArg@@UBEHXZ @23896 NONAME ?GetDataLength@H4505_PickrequRes@@UBEHXZ @23897 NONAME ?GetDataLength@H4505_PickupArg@@UBEHXZ @23898 NONAME ?GetDataLength@H4505_PickupRes@@UBEHXZ @23899 NONAME ?GetDataLength@H4506_CallWaitingArg@@UBEHXZ @23900 NONAME ?GetDataLength@H4507_MWIActivateArg@@UBEHXZ @23901 NONAME ?GetDataLength@H4507_MWIDeactivateArg@@UBEHXZ @23902 NONAME ?GetDataLength@H4507_MWIInterrogateArg@@UBEHXZ @23903 NONAME ?GetDataLength@H4507_MWIInterrogateResElt@@UBEHXZ @23904 NONAME ?GetDataLength@H4509_CcLongArg@@UBEHXZ @23905 NONAME ?GetDataLength@H4509_CcRequestArg@@UBEHXZ @23906 NONAME ?GetDataLength@H4509_CcRequestRes@@UBEHXZ @23907 NONAME ?GetDataLength@H4509_CcShortArg@@UBEHXZ @23908 NONAME ?GetDataLength@H501_AccessConfirmation@@UBEHXZ @36506 NONAME ?GetDataLength@H501_AccessRejection@@UBEHXZ @36507 NONAME ?GetDataLength@H501_AccessRequest@@UBEHXZ @36508 NONAME ?GetDataLength@H501_AddressTemplate@@UBEHXZ @36509 NONAME ?GetDataLength@H501_AlternatePE@@UBEHXZ @36510 NONAME ?GetDataLength@H501_AlternatePEInfo@@UBEHXZ @36511 NONAME ?GetDataLength@H501_AuthenticationConfirmation@@UBEHXZ @36512 NONAME ?GetDataLength@H501_AuthenticationRejection@@UBEHXZ @36513 NONAME ?GetDataLength@H501_AuthenticationRequest@@UBEHXZ @36514 NONAME ?GetDataLength@H501_CallInformation@@UBEHXZ @36515 NONAME ?GetDataLength@H501_ContactInformation@@UBEHXZ @36516 NONAME ?GetDataLength@H501_Descriptor@@UBEHXZ @36517 NONAME ?GetDataLength@H501_DescriptorConfirmation@@UBEHXZ @36518 NONAME ?GetDataLength@H501_DescriptorIDConfirmation@@UBEHXZ @36519 NONAME ?GetDataLength@H501_DescriptorIDRejection@@UBEHXZ @36520 NONAME ?GetDataLength@H501_DescriptorIDRequest@@UBEHXZ @36521 NONAME ?GetDataLength@H501_DescriptorInfo@@UBEHXZ @36522 NONAME ?GetDataLength@H501_DescriptorRejection@@UBEHXZ @36523 NONAME ?GetDataLength@H501_DescriptorRequest@@UBEHXZ @36524 NONAME ?GetDataLength@H501_DescriptorUpdate@@UBEHXZ @36525 NONAME ?GetDataLength@H501_DescriptorUpdateAck@@UBEHXZ @36526 NONAME ?GetDataLength@H501_Message@@UBEHXZ @36527 NONAME ?GetDataLength@H501_MessageCommonInfo@@UBEHXZ @36528 NONAME ?GetDataLength@H501_NonStandardConfirmation@@UBEHXZ @36529 NONAME ?GetDataLength@H501_NonStandardRejection@@UBEHXZ @36530 NONAME ?GetDataLength@H501_NonStandardRequest@@UBEHXZ @36531 NONAME ?GetDataLength@H501_PartyInformation@@UBEHXZ @36532 NONAME ?GetDataLength@H501_Pattern_range@@UBEHXZ @36533 NONAME ?GetDataLength@H501_PriceElement@@UBEHXZ @36534 NONAME ?GetDataLength@H501_PriceInfoSpec@@UBEHXZ @36535 NONAME ?GetDataLength@H501_RequestInProgress@@UBEHXZ @36536 NONAME ?GetDataLength@H501_RouteInformation@@UBEHXZ @36537 NONAME ?GetDataLength@H501_SecurityMode@@UBEHXZ @36538 NONAME ?GetDataLength@H501_ServiceConfirmation@@UBEHXZ @36539 NONAME ?GetDataLength@H501_ServiceRejection@@UBEHXZ @36540 NONAME ?GetDataLength@H501_ServiceRelease@@UBEHXZ @36541 NONAME ?GetDataLength@H501_ServiceRequest@@UBEHXZ @36542 NONAME ?GetDataLength@H501_TerminationCause@@UBEHXZ @36543 NONAME ?GetDataLength@H501_UnknownMessageResponse@@UBEHXZ @36544 NONAME ?GetDataLength@H501_UpdateInformation@@UBEHXZ @36545 NONAME ?GetDataLength@H501_UsageConfirmation@@UBEHXZ @36546 NONAME ?GetDataLength@H501_UsageField@@UBEHXZ @36547 NONAME ?GetDataLength@H501_UsageIndication@@UBEHXZ @36548 NONAME ?GetDataLength@H501_UsageIndicationConfirmation@@UBEHXZ @36549 NONAME ?GetDataLength@H501_UsageIndicationRejection@@UBEHXZ @36550 NONAME ?GetDataLength@H501_UsageRejection@@UBEHXZ @36551 NONAME ?GetDataLength@H501_UsageRequest@@UBEHXZ @36552 NONAME ?GetDataLength@H501_UsageSpecification@@UBEHXZ @36553 NONAME ?GetDataLength@H501_UsageSpecification_when@@UBEHXZ @36554 NONAME ?GetDataLength@H501_UserInformation@@UBEHXZ @36555 NONAME ?GetDataLength@H501_ValidationConfirmation@@UBEHXZ @36556 NONAME ?GetDataLength@H501_ValidationRejection@@UBEHXZ @36557 NONAME ?GetDataLength@H501_ValidationRequest@@UBEHXZ @36558 NONAME ?GetDataLength@MCS_AUcf@@UBEHXZ @13813 NONAME ?GetDataLength@MCS_AUrq@@UBEHXZ @13814 NONAME ?GetDataLength@MCS_CAin@@UBEHXZ @13815 NONAME ?GetDataLength@MCS_CArq@@UBEHXZ @13816 NONAME ?GetDataLength@MCS_CCcf@@UBEHXZ @13817 NONAME ?GetDataLength@MCS_CCrq@@UBEHXZ @13818 NONAME ?GetDataLength@MCS_CDin@@UBEHXZ @13819 NONAME ?GetDataLength@MCS_CDrq@@UBEHXZ @13820 NONAME ?GetDataLength@MCS_CEin@@UBEHXZ @13821 NONAME ?GetDataLength@MCS_CErq@@UBEHXZ @13822 NONAME ?GetDataLength@MCS_ChannelAttributes_assigned@@UBEHXZ @13823 NONAME ?GetDataLength@MCS_ChannelAttributes_private@@UBEHXZ @13824 NONAME ?GetDataLength@MCS_ChannelAttributes_static@@UBEHXZ @13825 NONAME ?GetDataLength@MCS_ChannelAttributes_userId@@UBEHXZ @13826 NONAME ?GetDataLength@MCS_CJcf@@UBEHXZ @13827 NONAME ?GetDataLength@MCS_CJrq@@UBEHXZ @13828 NONAME ?GetDataLength@MCS_CLrq@@UBEHXZ @13829 NONAME ?GetDataLength@MCS_Connect_Additional@@UBEHXZ @13830 NONAME ?GetDataLength@MCS_Connect_Initial@@UBEHXZ @13831 NONAME ?GetDataLength@MCS_Connect_Response@@UBEHXZ @13832 NONAME ?GetDataLength@MCS_Connect_Result@@UBEHXZ @13833 NONAME ?GetDataLength@MCS_DomainParameters@@UBEHXZ @13834 NONAME ?GetDataLength@MCS_DPum@@UBEHXZ @13835 NONAME ?GetDataLength@MCS_DUin@@UBEHXZ @13836 NONAME ?GetDataLength@MCS_DUrq@@UBEHXZ @13837 NONAME ?GetDataLength@MCS_EDrq@@UBEHXZ @13838 NONAME ?GetDataLength@MCS_MCcf@@UBEHXZ @13839 NONAME ?GetDataLength@MCS_MCrq@@UBEHXZ @13840 NONAME ?GetDataLength@MCS_MTcf@@UBEHXZ @13841 NONAME ?GetDataLength@MCS_MTrq@@UBEHXZ @13842 NONAME ?GetDataLength@MCS_PCin@@UBEHXZ @13843 NONAME ?GetDataLength@MCS_PDin@@UBEHXZ @13844 NONAME ?GetDataLength@MCS_PTin@@UBEHXZ @13845 NONAME ?GetDataLength@MCS_RJum@@UBEHXZ @13846 NONAME ?GetDataLength@MCS_SDin@@UBEHXZ @13847 NONAME ?GetDataLength@MCS_SDrq@@UBEHXZ @13848 NONAME ?GetDataLength@MCS_TGcf@@UBEHXZ @13849 NONAME ?GetDataLength@MCS_TGrq@@UBEHXZ @13850 NONAME ?GetDataLength@MCS_TIcf@@UBEHXZ @13851 NONAME ?GetDataLength@MCS_TIrq@@UBEHXZ @13852 NONAME ?GetDataLength@MCS_TokenAttributes_given@@UBEHXZ @13853 NONAME ?GetDataLength@MCS_TokenAttributes_giving@@UBEHXZ @13854 NONAME ?GetDataLength@MCS_TokenAttributes_grabbed@@UBEHXZ @13855 NONAME ?GetDataLength@MCS_TokenAttributes_inhibited@@UBEHXZ @13856 NONAME ?GetDataLength@MCS_TokenAttributes_ungivable@@UBEHXZ @13857 NONAME ?GetDataLength@MCS_TPin@@UBEHXZ @13858 NONAME ?GetDataLength@MCS_TPrq@@UBEHXZ @13859 NONAME ?GetDataLength@MCS_TRcf@@UBEHXZ @13860 NONAME ?GetDataLength@MCS_TRrq@@UBEHXZ @13861 NONAME ?GetDataLength@MCS_TTcf@@UBEHXZ @13862 NONAME ?GetDataLength@MCS_TTrq@@UBEHXZ @13863 NONAME ?GetDataLength@MCS_TVcf@@UBEHXZ @13864 NONAME ?GetDataLength@MCS_TVin@@UBEHXZ @13865 NONAME ?GetDataLength@MCS_TVrq@@UBEHXZ @13866 NONAME ?GetDataLength@MCS_TVrs@@UBEHXZ @13867 NONAME ?GetDataLength@MCS_USin@@UBEHXZ @13868 NONAME ?GetDataLength@MCS_USrq@@UBEHXZ @13869 NONAME ?GetDataLength@PWAVFileConverterXLaw@@UAEJAAVPWAVFile@@@Z @52275 NONAME ?GetDataLength@T38_Data_Field_subtype@@UBEHXZ @28258 NONAME ?GetDataLength@T38_IFPPacket@@UBEHXZ @28259 NONAME ?GetDataLength@T38_PreCorrigendum_Data_Field_subtype@@UBEHXZ @31750 NONAME ?GetDataLength@T38_PreCorrigendum_IFPPacket@@UBEHXZ @31751 NONAME ?GetDataLength@T38_UDPTLPacket@@UBEHXZ @28260 NONAME ?GetDataLength@T38_UDPTLPacket_error_recovery_fec_info@@UBEHXZ @28261 NONAME ?GetDataLength@X880_Invoke@@UBEHXZ @21921 NONAME ?GetDataLength@X880_Reject@@UBEHXZ @21922 NONAME ?GetDataLength@X880_ReturnError@@UBEHXZ @21923 NONAME ?GetDataLength@X880_ReturnResult@@UBEHXZ @21924 NONAME ?GetDataLength@X880_ReturnResult_result@@UBEHXZ @21925 NONAME ?GetDataPointer@PASN_BitString@@QBEPBEXZ @21005 NONAME ?GetDefaultBandwidth@H323GatekeeperServer@@QBEIXZ @30439 NONAME ?GetDefaultSessionID@H323AudioCapability@@UBEIXZ @13870 NONAME ?GetDefaultSessionID@H323Capability@@UBEIXZ @13871 NONAME ?GetDefaultSessionID@H323DataCapability@@UBEIXZ @28627 NONAME ?GetDefaultSessionID@H323VideoCapability@@UBEIXZ @13872 NONAME ?GetDefaultUdpPort@H323GatekeeperServer@@UAEGXZ @35016 NONAME ?GetDefinition@OpalFactoryCodec@@UAEPBUPluginCodec_Definition@@XZ @52593 NONAME ?GetDefinition@OpalPluginCodec@@UAEPBUPluginCodec_Definition@@XZ @52594 NONAME ?GetDescriptorID@H323RegisteredEndPoint@@QBEABVOpalGloballyUniqueID@@XZ @37748 NONAME ?GetDestinationAddress@H323GatekeeperCall@@QBE?AVPString@@XZ @30040 NONAME ?GetDestinationAlias@H323SignalPDU@@QBE?AVPString@@H@Z @27611 NONAME ?GetDestinationAliases@H323GatekeeperCall@@QBEABVPStringArray@@XZ @38320 NONAME ?GetDestinationE164@H323SignalPDU@@QBEHAAVPString@@@Z @13873 NONAME ?GetDevice@OpalLineChannel@@QBEAAVOpalLineInterfaceDevice@@XZ @13874 NONAME ?GetDeviceNames@OpalIxJDevice@@SA?AVPStringArray@@XZ @13875 NONAME ?GetDeviceNames@OpalVoipBlasterDevice@@SA?AVPStringArray@@XZ @29769 NONAME ?GetDeviceNames@PSoundChannel@@SA?AVPStringList@@ABVPString@@W4Directions@1@PAVPPluginManager@@@Z @53750 NONAME ?GetDeviceType@OpalLineInterfaceDevice@@UAE?AW4DeviceType@1@XZ @53751 NONAME ?GetDirection@H323BidirectionalChannel@@UBE?AW4Directions@H323Channel@@XZ @13876 NONAME ?GetDirection@H323Codec@@QBE?AW4Direction@1@XZ @17557 NONAME ?GetDirection@H323UnidirectionalChannel@@UBE?AW4Directions@H323Channel@@XZ @13877 NONAME ?GetDisplayName@H323Connection@@QBE?BVPString@@XZ @50671 NONAME ?GetDisplayName@Q931@@QBE?AVPString@@XZ @13878 NONAME ?GetDistinctiveRing@H323Connection@@QBEIXZ @17184 NONAME ?GetDistinctiveRing@H323SignalPDU@@QBEIXZ @27597 NONAME ?GetDomainName@H323PeerElement@@QBE?AVPString@@XZ @37345 NONAME ?GetDuration@OpalRFC2833Info@@QBEIXZ @29939 NONAME ?GetDurationLimit@H323GatekeeperCall@@UBEIXZ @34515 NONAME ?GetEndPoint@H323Connection@@QBEAAVH323EndPoint@@XZ @13879 NONAME ?GetEndPoint@H323GatekeeperCall@@QBEAAVH323RegisteredEndPoint@@XZ @30440 NONAME ?GetEndPoint@H323Transactor@@QBEAAVH323EndPoint@@XZ @35018 NONAME ?GetEndPoint@H323Transport@@QBEAAVH323EndPoint@@XZ @37980 NONAME ?GetEndpointIdentifier@H323Gatekeeper@@QBEABVPString@@XZ @34904 NONAME ?GetEndpointIdentifier@H323GatekeeperARQ@@UBE?AVPString@@XZ @30441 NONAME ?GetEndpointIdentifier@H323GatekeeperBRQ@@UBE?AVPString@@XZ @30442 NONAME ?GetEndpointIdentifier@H323GatekeeperDRQ@@UBE?AVPString@@XZ @30443 NONAME ?GetEndpointIdentifier@H323GatekeeperGRQ@@UBE?AVPString@@XZ @30444 NONAME ?GetEndpointIdentifier@H323GatekeeperIRR@@UBE?AVPString@@XZ @30645 NONAME ?GetEndpointIdentifier@H323GatekeeperLRQ@@UBE?AVPString@@XZ @30445 NONAME ?GetEndpointIdentifier@H323GatekeeperRRQ@@UBE?AVPString@@XZ @30446 NONAME ?GetEndpointIdentifier@H323GatekeeperURQ@@UBE?AVPString@@XZ @30447 NONAME ?GetEndSessionTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @30679 NONAME ?GetErrorNumber@OpalLineInterfaceDevice@@QBEHXZ @16983 NONAME ?GetErrorText@OpalLineInterfaceDevice@@QBE?AVPString@@XZ @13880 NONAME ?GetExtension@RTP_DataFrame@@QBEHXZ @13881 NONAME ?GetExtensionPtr@RTP_DataFrame@@QBEPAEXZ @38021 NONAME ?GetExtensionSize@RTP_DataFrame@@QBEHXZ @38022 NONAME ?GetExtensionType@RTP_DataFrame@@QBEHXZ @38023 NONAME ?GetFactoryName@OpalG711ALaw64k_Decoder@@SA?AVPString@@XZ @52595 NONAME ?GetFactoryName@OpalG711ALaw64k_Encoder@@SA?AVPString@@XZ @52596 NONAME ?GetFactoryName@OpalG711uLaw64k_Decoder@@SA?AVPString@@XZ @52597 NONAME ?GetFactoryName@OpalG711uLaw64k_Encoder@@SA?AVPString@@XZ @52598 NONAME ?GetFirstCall@H323GatekeeperServer@@QAE?AV?$PSafePtr@VH323GatekeeperCall@@@@W4PSafetyMode@@@Z @30448 NONAME ?GetFirstDescriptor@H323PeerElement@@QAE?AV?$PSafePtr@VH323PeerElementDescriptor@@@@W4PSafetyMode@@@Z @37346 NONAME ?GetFirstEndPoint@H323GatekeeperServer@@QAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@W4PSafetyMode@@@Z @30449 NONAME ?GetFirstLocalServiceRelationship@H323PeerElement@@QAE?AV?$PSafePtr@VH323PeerElementServiceRelationship@@@@W4PSafetyMode@@@Z @37347 NONAME ?GetFirstRemoteServiceRelationship@H323PeerElement@@QAE?AV?$PSafePtr@VH323PeerElementServiceRelationship@@@@W4PSafetyMode@@@Z @37348 NONAME ?GetFormat@PWAVFileConverterALaw@@UBEIABVPWAVFile@@@Z @52276 NONAME ?GetFormat@PWAVFileConverterULaw@@UBEIABVPWAVFile@@@Z @52277 NONAME ?GetFormatName@G7231_File_Capability@@UBE?AVPString@@XZ @31106 NONAME ?GetFormatName@H323CodecPluginGenericAudioCapability@@UBE?AVPString@@XZ @53349 NONAME ?GetFormatName@H323CodecPluginNonStandardAudioCapability@@UBE?AVPString@@XZ @50476 NONAME ?GetFormatName@H323PluginCapability@@UBE?AVPString@@XZ @50477 NONAME ?GetFormatName@H323PluginCapabilityInfo@@QBEABVPString@@XZ @50728 NONAME ?GetFormatName@H323_CiscoG7231aLIDCapability@@UBE?AVPString@@XZ @31189 NONAME ?GetFormatName@H323_G711Capability@@UBE?AVPString@@XZ @17187 NONAME ?GetFormatName@H323_H261Capability@@UBE?AVPString@@XZ @17189 NONAME ?GetFormatName@H323_LIDCapability@@UBE?AVPString@@XZ @17190 NONAME ?GetFormatName@H323_RFC2190_H263Capability@@UBE?AVPString@@XZ @53890 NONAME ?GetFormatName@H323_T120Capability@@UBE?AVPString@@XZ @17191 NONAME ?GetFormatName@H323_T38Capability@@UBE?AVPString@@XZ @28262 NONAME ?GetFormatName@H323_T38NonStandardCapability@@UBE?AVPString@@XZ @30545 NONAME ?GetFormatName@H323_UserInputCapability@@UBE?AVPString@@XZ @17192 NONAME ?GetFrameLen@G7231_File_Codec@@SAHH@Z @31107 NONAME ?GetFrameNum@H323VideoCodec@@UAEHXZ @38893 NONAME ?GetFramePtr@P64Decoder@@QBEPAEXZ @20500 NONAME ?GetFramePtr@P64Encoder@@QAEPAEXZ @20501 NONAME ?GetFrameRate@H323AudioCodec@@UBEIXZ @13883 NONAME ?GetFrameRate@H323Codec@@UBEIXZ @20611 NONAME ?GetFrameRate@H323PluginVideoCodec@@UBEIXZ @50479 NONAME ?GetFrameRate@H323_H261Codec@@UBEIXZ @29629 NONAME ?GetFrameRate@H323_RFC2190_H263Codec@@UBEIXZ @53891 NONAME ?GetFrameSize@OpalMediaFormat@@QBEHXZ @20612 NONAME ?GetFrameTime@OpalG711ALaw64k_Base@@UBEIXZ @52599 NONAME ?GetFrameTime@OpalG711uLaw64k_Base@@UBEIXZ @52600 NONAME ?GetFrameTime@OpalMediaFormat@@QBEIXZ @20613 NONAME ?GetFrameTime@OpalPluginCodec@@UBEIXZ @52601 NONAME ?GetGatekeeper@H323EndPoint@@QBEPAVH323Gatekeeper@@XZ @13885 NONAME ?GetGatekeeper@H323GatekeeperListener@@QBEAAVH323GatekeeperServer@@XZ @31316 NONAME ?GetGatekeeperIdentifier@H323GatekeeperARQ@@UBE?AVPString@@XZ @30450 NONAME ?GetGatekeeperIdentifier@H323GatekeeperBRQ@@UBE?AVPString@@XZ @30451 NONAME ?GetGatekeeperIdentifier@H323GatekeeperDRQ@@UBE?AVPString@@XZ @30452 NONAME ?GetGatekeeperIdentifier@H323GatekeeperGRQ@@UBE?AVPString@@XZ @30453 NONAME ?GetGatekeeperIdentifier@H323GatekeeperIRR@@UBE?AVPString@@XZ @30646 NONAME ?GetGatekeeperIdentifier@H323GatekeeperLRQ@@UBE?AVPString@@XZ @30454 NONAME ?GetGatekeeperIdentifier@H323GatekeeperRRQ@@UBE?AVPString@@XZ @30455 NONAME ?GetGatekeeperIdentifier@H323GatekeeperURQ@@UBE?AVPString@@XZ @30456 NONAME ?GetGatekeeperPassword@H323EndPoint@@UBEABVPString@@XZ @34541 NONAME ?GetGatekeeperRejectTag@H323GatekeeperARQ@@UBEIXZ @31317 NONAME ?GetGatekeeperRejectTag@H323GatekeeperBRQ@@UBEIXZ @31318 NONAME ?GetGatekeeperRejectTag@H323GatekeeperDRQ@@UBEIXZ @31319 NONAME ?GetGatekeeperRejectTag@H323GatekeeperGRQ@@UBEIXZ @31320 NONAME ?GetGatekeeperRejectTag@H323GatekeeperIRR@@UBEIXZ @31321 NONAME ?GetGatekeeperRejectTag@H323GatekeeperLRQ@@UBEIXZ @31322 NONAME ?GetGatekeeperRejectTag@H323GatekeeperRRQ@@UBEIXZ @31323 NONAME ?GetGatekeeperRejectTag@H323GatekeeperURQ@@UBEIXZ @31324 NONAME ?GetGatekeeperRequestRetries@H323EndPoint@@QBEIXZ @13886 NONAME ?GetGatekeeperRequestTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @30295 NONAME ?GetGatekeeperTimeToLive@H323EndPoint@@QBEABVPTimeInterval@@XZ @30296 NONAME ?GetGkAccessTokenOID@H323Connection@@QBE?BVPString@@XZ @29179 NONAME ?GetGkAccessTokenOID@H323EndPoint@@QBEABVPString@@XZ @31488 NONAME ?GetHandler@H323_T38Channel@@QBEPAVOpalT38Protocol@@XZ @29566 NONAME ?GetHeaderSize@RTP_DataFrame@@QBEHXZ @13888 NONAME ?GetHostName@H323TransportAddress@@QBE?AVPString@@XZ @17164 NONAME ?GetHostName@PURL@@QBEABVPCaselessString@@XZ @37757 NONAME ?GetIdentifier@H225_RAS@@QBEABVPString@@XZ @31325 NONAME ?GetIdentifier@H323RegisteredEndPoint@@QBEABVPString@@XZ @28881 NONAME ?GetIE@Q931@@QBE?AVPBYTEArray@@W4InformationElementCodes@1@@Z @17416 NONAME ?GetInfoResponseRate@H323GatekeeperServer@@QBEIXZ @30660 NONAME ?GetInitialBandwidth@H323EndPoint@@QBEIXZ @13889 NONAME ?GetInitialiser@PLDAPStructBase@@SAAAV1@XZ @37881 NONAME ?GetInputFormat@OpalG711ALaw64k_Decoder@@UBE?AVPString@@XZ @52602 NONAME ?GetInputFormat@OpalG711ALaw64k_Encoder@@UBE?AVPString@@XZ @52603 NONAME ?GetInputFormat@OpalG711uLaw64k_Decoder@@UBE?AVPString@@XZ @52604 NONAME ?GetInputFormat@OpalG711uLaw64k_Encoder@@UBE?AVPString@@XZ @52605 NONAME ?GetInputFormat@OpalPluginCodec@@UBE?AVPString@@XZ @52606 NONAME ?GetInstance@?$PFactory@VH235Authenticator@@VPString@@@@KAAAV1@XZ @52923 NONAME ?GetInstance@?$PFactory@VH323Capability@@VPString@@@@KAAAV1@XZ @52021 NONAME ?GetInstance@?$PFactory@VH323StaticPluginCodec@@VPString@@@@KAAAV1@XZ @52022 NONAME ?GetInstance@?$PFactory@VOpalFactoryCodec@@VPString@@@@KAAAV1@XZ @52607 NONAME ?GetInstance@?$PFactory@VOpalMediaFormat@@VPString@@@@KAAAV1@XZ @52023 NONAME ?GetInstance@?$PFactory@VPWAVFileConverter@@I@@KAAAV1@XZ @52278 NONAME ?GetInterfaceAddresses@H323EndPoint@@QAE?AVH323TransportAddressArray@@HPAVH323Transport@@@Z @37981 NONAME ?GetInterfaceAddresses@H323Transactor@@QAE?AVH323TransportAddressArray@@HPAVH323Transport@@@Z @37982 NONAME ?GetInvokeId@H450xHandler@@QBEIXZ @30081 NONAME ?GetIpAddress@H323TransportAddress@@QBEHAAVAddress@PIPSocket@@@Z @31199 NONAME ?GetIpAndPort@H323TransportAddress@@QBEHAAVAddress@PIPSocket@@AAGPBD@Z @13890 NONAME ?GetJitterBufferSize@RTP_Session@@QBEIXZ @31663 NONAME ?GetJitterThreadStackSize@H323EndPoint@@QBEHXZ @29103 NONAME ?GetJitterTime@RTP_JitterBuffer@@QBEKXZ @31664 NONAME ?GetKeyAt@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@QBEABVPOrdinalKey@@H@Z @13891 NONAME ?GetKeyAt@?$PDictionary@VPString@@VH323Connection@@@@QBEABVPString@@H@Z @30573 NONAME ?GetKeyAt@?$PSet@VPOrdinalKey@@@@UBEABVPOrdinalKey@@H@Z @37491 NONAME ?GetKeyAt@?$PStringDictionary@VPOrdinalKey@@@@QBEABVPOrdinalKey@@H@Z @13892 NONAME ?GetKeyList@?$PFactory@VH235Authenticator@@VPString@@@@SA?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @52924 NONAME ?GetKeyList@?$PFactory@VH323Capability@@VPString@@@@SA?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @52024 NONAME ?GetKeyList@?$PFactory@VH323StaticPluginCodec@@VPString@@@@SA?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @52025 NONAME ?GetKeyList@?$PFactory@VOpalMediaFormat@@VPString@@@@SA?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @52026 NONAME ?GetKeyList_Internal@?$PFactory@VH235Authenticator@@VPString@@@@IAE?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @52925 NONAME ?GetKeyList_Internal@?$PFactory@VH323Capability@@VPString@@@@IAE?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @52027 NONAME ?GetKeyList_Internal@?$PFactory@VH323StaticPluginCodec@@VPString@@@@IAE?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @52028 NONAME ?GetKeyList_Internal@?$PFactory@VOpalMediaFormat@@VPString@@@@IAE?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @52029 NONAME ?GetKeyMap@?$PFactory@VOpalMediaFormat@@VPString@@@@SAAAV?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@@std@@XZ @52030 NONAME ?GetKeypad@Q931@@QBE?AVPString@@XZ @30312 NONAME ?GetLastReceivedAddress@H323Transport@@UBE?AVH323TransportAddress@@XZ @31769 NONAME ?GetLastReceivedAddress@H323TransportUDP@@UBE?AVH323TransportAddress@@XZ @31770 NONAME ?GetLastReceiveToAddress@PIPSocket@@QBE?AVAddress@1@XZ @52608 NONAME ?GetLineCount@OpalIxJDevice@@UAEIXZ @13893 NONAME ?GetLineCount@OpalVoipBlasterDevice@@UAEIXZ @29770 NONAME ?GetListeners@H323EndPoint@@QBEABV?$PList@VH323Listener@@@@XZ @13895 NONAME ?GetListenerThreadStackSize@H323EndPoint@@QBEHXZ @13896 NONAME ?GetLocalAddress@H323TransportIP@@UBE?AVH323TransportAddress@@XZ @13897 NONAME ?GetLocalAddress@H323TransportUDP@@UBE?AVH323TransportAddress@@XZ @52609 NONAME ?GetLocalAddress@RTP_UDP@@QBE?AVAddress@PIPSocket@@XZ @34883 NONAME ?GetLocalAliasNames@H323Connection@@QBEABVPStringList@@XZ @30626 NONAME ?GetLocalCallIntrusionProtectionLevel@H323Connection@@QAEIXZ @30752 NONAME ?GetLocalCapabilities@H323Connection@@QBEABVH323Capabilities@@XZ @17231 NONAME ?GetLocalControlPort@RTP_UDP@@QBEGXZ @13898 NONAME ?GetLocalDataPort@RTP_UDP@@QBEGXZ @13899 NONAME ?GetLocalHostName@RTP_UDP@@UAE?AVPString@@XZ @13900 NONAME ?GetLocalId@H235Authenticator@@UBEABVPString@@XZ @52926 NONAME ?GetLocalName@H323PeerElement@@QBE?AVPString@@XZ @37269 NONAME ?GetLocalPartyName@H323Connection@@QBEABVPString@@XZ @13901 NONAME ?GetLocalUserName@H323EndPoint@@UBEABVPString@@XZ @34542 NONAME ?GetLogicalChannel@H323Connection@@QBEPAVH323Channel@@IH@Z @17195 NONAME ?GetLogicalChannelTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @30297 NONAME ?GetLostPackets@ReceiverReport@RTP_ControlFrame@@QBEIXZ @17125 NONAME ?GetMACAddress@InterfaceEntry@PIPSocket@@QBEABVPString@@XZ @20669 NONAME ?GetMainType@H323AudioCapability@@UBE?AW4MainTypes@H323Capability@@XZ @13905 NONAME ?GetMainType@H323DataCapability@@UBE?AW4MainTypes@H323Capability@@XZ @13906 NONAME ?GetMainType@H323VideoCapability@@UBE?AW4MainTypes@H323Capability@@XZ @13907 NONAME ?GetMainType@H323_UserInputCapability@@UBE?AW4MainTypes@H323Capability@@XZ @13908 NONAME ?GetMarker@RTP_DataFrame@@QBEHXZ @13909 NONAME ?GetMasterSlaveDeterminationRetries@H323EndPoint@@QBEIXZ @13910 NONAME ?GetMasterSlaveDeterminationTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @30298 NONAME ?GetMaxAudioJitterDelay@H323Connection@@QBEIXZ @31655 NONAME ?GetMaxAudioJitterDelay@H323EndPoint@@QBEIXZ @31656 NONAME ?GetMaxFramesPerPacket@OpalG711ALaw64k_Base@@UBEIXZ @52610 NONAME ?GetMaxFramesPerPacket@OpalG711uLaw64k_Base@@UBEIXZ @52611 NONAME ?GetMaxFramesPerPacket@OpalPluginCodec@@UBEIXZ @52612 NONAME ?GetMediaFormat@H323Codec@@QBEABVOpalMediaFormat@@XZ @20614 NONAME ?GetMediaFormatList@H323PluginCodecManager@@KAAAV?$PList@VOpalMediaFormat@@@@XZ @50729 NONAME ?GetMediaFormatMutex@H323PluginCodecManager@@KAAAVPCriticalSection@@XZ @53937 NONAME ?GetMediaFormats@H323PluginCodecManager@@SA?AV?$PList@VOpalMediaFormat@@@@XZ @50731 NONAME ?GetMediaFormats@OpalIxJDevice@@UBE?AV?$PList@VOpalMediaFormat@@@@XZ @20615 NONAME ?GetMediaFormats@OpalVoipBlasterDevice@@UBE?AV?$PList@VOpalMediaFormat@@@@XZ @29771 NONAME ?GetMessageType@Q931@@QBE?AW4MsgTypes@1@XZ @13916 NONAME ?GetMessageTypeName@Q931@@QBE?AVPString@@XZ @13917 NONAME ?GetMinAudioJitterDelay@H323Connection@@QBEIXZ @31657 NONAME ?GetMinAudioJitterDelay@H323EndPoint@@QBEIXZ @31658 NONAME ?GetMutex@?$PFactory@VOpalMediaFormat@@VPString@@@@SAAAVPCriticalSection@@XZ @53938 NONAME ?GetName@H235AuthCAT@@UBEPBDXZ @34837 NONAME ?GetName@H235AuthProcedure1@@UBEPBDXZ @34810 NONAME ?GetName@H235AuthSimpleMD5@@UBEPBDXZ @34811 NONAME ?GetName@H323Gatekeeper@@QBE?AVPString@@XZ @17397 NONAME ?GetName@H323GatekeeperARQ@@UBEPBDXZ @31326 NONAME ?GetName@H323GatekeeperBRQ@@UBEPBDXZ @31327 NONAME ?GetName@H323GatekeeperDRQ@@UBEPBDXZ @31328 NONAME ?GetName@H323GatekeeperGRQ@@UBEPBDXZ @31329 NONAME ?GetName@H323GatekeeperIRR@@UBEPBDXZ @31330 NONAME ?GetName@H323GatekeeperLRQ@@UBEPBDXZ @31331 NONAME ?GetName@H323GatekeeperRRQ@@UBEPBDXZ @31332 NONAME ?GetName@H323GatekeeperURQ@@UBEPBDXZ @31333 NONAME ?GetName@H501AccessRequest@@UBEPBDXZ @37658 NONAME ?GetName@H501DescriptorUpdate@@UBEPBDXZ @37659 NONAME ?GetName@H501ServiceRequest@@UBEPBDXZ @37660 NONAME ?GetName@OpalIxJDevice@@UBE?AVPString@@XZ @13918 NONAME ?GetName@OpalLineChannel@@UBE?AVPString@@XZ @13919 NONAME ?GetName@OpalVoipBlasterDevice@@UBE?AVPString@@XZ @29772 NONAME ?GetNatTypeName@PSTUNClient@@QAE?AVPString@@H@Z @53752 NONAME ?GetNegLogicalChannelAt@H245NegLogicalChannels@@QAEAAVH245NegLogicalChannel@@H@Z @17421 NONAME ?GetNext@PortInfo@H323EndPoint@@QAEGI@Z @31244 NONAME ?GetNextChannelNumber@H245NegLogicalChannels@@QAE?AVH323ChannelNumber@@XZ @13921 NONAME ?GetNextH450CallIdentityValue@H323EndPoint@@QBEIXZ @53248 NONAME ?GetNextInvokeId@H450xDispatcher@@QBEIXZ @30083 NONAME ?GetNextItem@Item@SourceDescription@RTP_ControlFrame@@QAEPAU123@XZ @17097 NONAME ?GetNextItem@Item@SourceDescription@RTP_ControlFrame@@QBEPBU123@XZ @17098 NONAME ?GetNextPacket@Transmitter@@QAEXPAPAE0AAI1@Z @13922 NONAME ?GetNextSequenceNumber@H323Transactor@@IAEIXZ @35019 NONAME ?GetNextTCPPort@H323EndPoint@@QAEGXZ @30661 NONAME ?GetNextUDPPort@H323EndPoint@@QAEGXZ @30662 NONAME ?GetNoMediaTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @30299 NONAME ?GetNumber@H323Channel@@QBEABVH323ChannelNumber@@XZ @13923 NONAME ?GetOutputFormat@OpalG711ALaw64k_Decoder@@UBE?AVPString@@XZ @52613 NONAME ?GetOutputFormat@OpalG711ALaw64k_Encoder@@UBE?AVPString@@XZ @52614 NONAME ?GetOutputFormat@OpalG711uLaw64k_Decoder@@UBE?AVPString@@XZ @52615 NONAME ?GetOutputFormat@OpalG711uLaw64k_Encoder@@UBE?AVPString@@XZ @52616 NONAME ?GetOutputFormat@OpalPluginCodec@@UBE?AVPString@@XZ @52617 NONAME ?GetOwnerEndPoint@H323TransactionServer@@QBEAAVH323EndPoint@@XZ @35020 NONAME ?GetPacketsTooLate@RTP_JitterBuffer@@QBEKXZ @17154 NONAME ?GetPacketsTooLate@RTP_Session@@QBEKXZ @17155 NONAME ?GetParamVars@PURL@@QBEABVPStringToString@@XZ @37758 NONAME ?GetPassword@H235Authenticator@@UBEABVPString@@XZ @52927 NONAME ?GetPayloadPtr@RTP_ControlFrame@@QBEPAEXZ @13925 NONAME ?GetPayloadPtr@RTP_DataFrame@@QBEPAEXZ @13926 NONAME ?GetPayloadSize@RTP_ControlFrame@@QBEHXZ @13927 NONAME ?GetPayloadSize@RTP_DataFrame@@QBEHXZ @13928 NONAME ?GetPayloadType@H323Capability@@QBE?AW4PayloadTypes@RTP_DataFrame@@XZ @29940 NONAME ?GetPayloadType@OpalMediaFormat@@QBE?AW4PayloadTypes@RTP_DataFrame@@XZ @20618 NONAME ?GetPayloadType@OpalRFC2833@@QBE?AW4PayloadTypes@RTP_DataFrame@@XZ @30257 NONAME ?GetPayloadType@RTP_ControlFrame@@QBEIXZ @13929 NONAME ?GetPayloadType@RTP_DataFrame@@QBE?AW4PayloadTypes@1@XZ @13930 NONAME ?GetPDU@H323RasPDU@@UAEAAVPASN_Object@@XZ @36823 NONAME ?GetPDU@H323RasPDU@@UBEABVPASN_Object@@XZ @35021 NONAME ?GetPDU@H501PDU@@UAEAAVPASN_Object@@XZ @37117 NONAME ?GetPDU@H501PDU@@UBEABVPASN_Object@@XZ @37118 NONAME ?GetPeerElement@H323GatekeeperServer@@QBEPAVH323PeerElement@@XZ @37749 NONAME ?GetPlayVolume@OpalIxJDevice@@UAEHIAAI@Z @17251 NONAME ?GetPlayVolume@OpalLineInterfaceDevice@@UAEHIAAI@Z @17252 NONAME ?GetPlayVolume@OpalVoipBlasterDevice@@UAEHIAAI@Z @29773 NONAME ?GetPort@PURL@@QBEGXZ @37759 NONAME ?GetPosition@PWAVFileConverterXLaw@@UBEJABVPWAVFile@@@Z @52279 NONAME ?GetPrefix@H323RegisteredEndPoint@@QBE?AVPString@@H@Z @29388 NONAME ?GetPrefixCount@H323RegisteredEndPoint@@QBEHXZ @29389 NONAME ?GetPriorityOption@H323PeerElementDescriptor@@SAII@Z @39004 NONAME ?GetProgressIndicator@Q931@@QBEHAAIPAI1@Z @30258 NONAME ?GetProtocolList@H323PeerElementDescriptor@@SAIABVH501_ArrayOf_SupportedProtocols@@@Z @37270 NONAME ?GetProtocolName@H323RasPDU@@UBEPBDXZ @37414 NONAME ?GetProtocolName@H501PDU@@UBEPBDXZ @37415 NONAME ?GetProtocolVersion@H323RegisteredEndPoint@@QBEIXZ @31482 NONAME ?GetQ931@H323SignalPDU@@QAEAAVQ931@@XZ @20567 NONAME ?GetQ931@H323SignalPDU@@QBEABVQ931@@XZ @13936 NONAME ?GetQ931Cause@H323Connection@@QBEIXZ @53944 NONAME ?GetQOS@RTP_UDP@@QAEAAVPQoS@@XZ @53939 NONAME ?GetRASAddress@H323RegisteredEndPoint@@QBE?AVH323TransportAddress@@H@Z @34815 NONAME ?GetRASAddresses@H323RegisteredEndPoint@@QBEABVH323TransportAddressArray@@XZ @31467 NONAME ?GetRasChannel@H323GatekeeperRequest@@QBEAAVH323GatekeeperListener@@XZ @31232 NONAME ?GetRasRequestRetries@H323EndPoint@@QBEIXZ @13937 NONAME ?GetRasRequestTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @30300 NONAME ?GetReadFormat@OpalIxJDevice@@UAE?AVOpalMediaFormat@@I@Z @20619 NONAME ?GetReadFormat@OpalVoipBlasterDevice@@UAE?AVOpalMediaFormat@@I@Z @29774 NONAME ?GetReadFrameSize@OpalIxJDevice@@UAEHI@Z @13941 NONAME ?GetReadFrameSize@OpalVoipBlasterDevice@@UAEHI@Z @29775 NONAME ?GetRealSendUserInputMode@H323Connection@@QBE?AW4SendUserInputModes@1@XZ @30313 NONAME ?GetReceiveHandler@OpalRFC2833@@QBEABVPNotifier@@XZ @29965 NONAME ?GetRecommendedFramesPerPacket@OpalG711ALaw64k_Base@@UBEIXZ @52618 NONAME ?GetRecommendedFramesPerPacket@OpalG711uLaw64k_Base@@UBEIXZ @52619 NONAME ?GetRecommendedFramesPerPacket@OpalPluginCodec@@UBEIXZ @52620 NONAME ?GetRecords@PDNS@@YAHABVPString@@AAVMXRecordList@1@@Z @52928 NONAME ?GetRecords@PDNS@@YAHABVPString@@AAVSRVRecordList@1@@Z @52929 NONAME ?GetRecordVolume@OpalIxJDevice@@UAEHIAAI@Z @17253 NONAME ?GetRecordVolume@OpalLineInterfaceDevice@@UAEHIAAI@Z @17254 NONAME ?GetRecordVolume@OpalVoipBlasterDevice@@UAEHIAAI@Z @29776 NONAME ?GetRedirectingNumber@Q931@@QBEHAAVPString@@PAI1111III@Z @29198 NONAME ?GetRegisteredEndPoint@H323GatekeeperRequest@@QAEHXZ @31334 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperARQ@@UBEIXZ @31335 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperBRQ@@UBEIXZ @31336 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperDRQ@@UBEIXZ @31337 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperGRQ@@UBEIXZ @31338 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperIRR@@UBEIXZ @31339 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperLRQ@@UBEIXZ @31340 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperRRQ@@UBEIXZ @31341 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperURQ@@UBEIXZ @31342 NONAME ?GetRegisteredMediaFormats@OpalMediaFormat@@SA?AV?$PList@VOpalMediaFormat@@@@XZ @38325 NONAME ?GetRegisteredMediaFormats@OpalMediaFormat@@SAXAAV?$PList@VOpalMediaFormat@@@@@Z @50689 NONAME ?GetRemoteAddress@H323TransportIP@@UBE?AVH323TransportAddress@@XZ @13944 NONAME ?GetRemoteAddress@H323_ExternalRTPChannel@@QBEHAAVAddress@PIPSocket@@AAG@Z @29646 NONAME ?GetRemoteAddress@RTP_UDP@@QBE?AVAddress@PIPSocket@@XZ @13945 NONAME ?GetRemoteApplication@H323Connection@@QBEABVPString@@XZ @20520 NONAME ?GetRemoteCallIntrusionProtectionLevel@H323Connection@@UAEHABVPString@@I@Z @31211 NONAME ?GetRemoteCallIntrusionProtectionLevel@H45011Handler@@QAEHABVPString@@I@Z @31212 NONAME ?GetRemoteControlPort@RTP_UDP@@QBEGXZ @38251 NONAME ?GetRemoteDataPort@RTP_UDP@@QBEGXZ @13946 NONAME ?GetRemoteId@H235Authenticator@@UBEABVPString@@XZ @52930 NONAME ?GetRemotePartyName@H323Connection@@QBEABVPString@@XZ @13947 NONAME ?GetRemotePartyNumber@H323Connection@@QBEABVPString@@XZ @17180 NONAME ?GetRemoveDTMF@OpalIxJDevice@@UAEHI@Z @13948 NONAME ?GetRemoveDTMF@OpalLineInterfaceDevice@@UAEHI@Z @13949 NONAME ?GetRemoveDTMF@OpalVoipBlasterDevice@@UAEHI@Z @29777 NONAME ?GetReplyAddress@H323Transaction@@QBE?AVH323TransportAddress@@XZ @37661 NONAME ?GetReplyAddresses@H323Transaction@@QBEABVH323TransportAddressArray@@XZ @37662 NONAME ?GetRequestInProgressDelay@H323RasPDU@@UBEIXZ @37416 NONAME ?GetRequestInProgressDelay@H501PDU@@UBEIXZ @37417 NONAME ?GetRequestModeTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @30301 NONAME ?GetRoundTripDelay@H245NegRoundTripDelay@@QBE?AVPTimeInterval@@XZ @13951 NONAME ?GetRoundTripDelay@H323Connection@@QBE?AVPTimeInterval@@XZ @13952 NONAME ?GetRoundTripDelayRate@H323EndPoint@@QBEABVPTimeInterval@@XZ @30302 NONAME ?GetRoundTripDelayTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @30303 NONAME ?GetRtpIpPortBase@H323EndPoint@@QBEGXZ @34884 NONAME ?GetRtpIpPortMax@H323EndPoint@@QBEGXZ @34885 NONAME ?GetRtpIpPortPair@H323EndPoint@@QAEGXZ @30663 NONAME ?GetRtpIpTypeofService@H323EndPoint@@QBEEXZ @17249 NONAME ?GetRTPPayload@OpalG711ALaw64k_Base@@UBEEXZ @52621 NONAME ?GetRTPPayload@OpalG711uLaw64k_Base@@UBEEXZ @52622 NONAME ?GetRTPPayload@OpalPluginCodec@@UBEEXZ @52623 NONAME ?GetRTPPayloadType@H323_RealTimeChannel@@UBE?AW4PayloadTypes@RTP_DataFrame@@XZ @52140 NONAME ?GetRxFramesInPacket@H323AudioCapability@@UBEIXZ @13957 NONAME ?GetRxFramesInPacket@H323Capability@@UBEIXZ @13958 NONAME ?GetSampleRate@OpalG711ALaw64k_Base@@UBEIXZ @52624 NONAME ?GetSampleRate@OpalG711uLaw64k_Base@@UBEIXZ @52625 NONAME ?GetSampleRate@OpalPluginCodec@@UBEIXZ @52626 NONAME ?GetSampleSize@PWAVFileConverterXLaw@@UBEIABVPWAVFile@@@Z @52280 NONAME ?GetSamplesPerFrame@OpalG711ALaw64k_Base@@UBEIXZ @52627 NONAME ?GetSamplesPerFrame@OpalG711uLaw64k_Base@@UBEIXZ @52628 NONAME ?GetSamplesPerFrame@OpalPluginCodec@@UBEIXZ @52629 NONAME ?GetScheme@PURL@@QBEABVPCaselessString@@XZ @37760 NONAME ?GetSDPFormat@OpalG711ALaw64k_Base@@UBE?AVPString@@XZ @52630 NONAME ?GetSDPFormat@OpalG711uLaw64k_Base@@UBE?AVPString@@XZ @52631 NONAME ?GetSDPFormat@OpalPluginCodec@@UBE?AVPString@@XZ @52632 NONAME ?GetSecurityRejectTag@H323GatekeeperARQ@@UBEIXZ @31343 NONAME ?GetSecurityRejectTag@H323GatekeeperBRQ@@UBEIXZ @31344 NONAME ?GetSecurityRejectTag@H323GatekeeperDRQ@@UBEIXZ @31345 NONAME ?GetSecurityRejectTag@H323GatekeeperGRQ@@UBEIXZ @31346 NONAME ?GetSecurityRejectTag@H323GatekeeperIRR@@UBEIXZ @31347 NONAME ?GetSecurityRejectTag@H323GatekeeperLRQ@@UBEIXZ @31348 NONAME ?GetSecurityRejectTag@H323GatekeeperRRQ@@UBEIXZ @31349 NONAME ?GetSecurityRejectTag@H323GatekeeperURQ@@UBEIXZ @31350 NONAME ?GetSendUserInputMode@H323EndPoint@@QBE?AW4SendUserInputModes@H323Connection@@XZ @30314 NONAME ?GetSequenceNumber@H323RasPDU@@UBEIXZ @35023 NONAME ?GetSequenceNumber@H501PDU@@UBEIXZ @37120 NONAME ?GetSequenceNumber@RTP_DataFrame@@QBEGXZ @13959 NONAME ?GetSerialNumber@OpalIxJDevice@@UAEKXZ @17595 NONAME ?GetSerialNumber@OpalVoipBlasterDevice@@UAEKXZ @29778 NONAME ?GetServiceControlType@H323HTTPServiceControl@@UBE?AVPString@@XZ @34105 NONAME ?GetServiceControlType@H323ServiceControlSession@@UBE?AVPString@@XZ @34106 NONAME ?GetSession@H323Connection@@UBEPAVRTP_Session@@I@Z @29567 NONAME ?GetSession@RTP_SessionManager@@QBEPAVRTP_Session@@I@Z @13961 NONAME ?GetSessionCallbacks@H323Connection@@UBEPAVH323_RTP_Session@@I@Z @29568 NONAME ?GetSessionCodecNames@H323Connection@@UBE?AVPString@@I@Z @29569 NONAME ?GetSessionID@H323Channel@@UBEIXZ @13964 NONAME ?GetSessionID@H323DataChannel@@UBEIXZ @30546 NONAME ?GetSessionID@H323_ExternalRTPChannel@@UBEIXZ @29647 NONAME ?GetSessionID@H323_RTPChannel@@UBEIXZ @13965 NONAME ?GetSessionID@RTP_Session@@QBEIXZ @13966 NONAME ?GetSignalAddress@H323RegisteredEndPoint@@QBE?AVH323TransportAddress@@H@Z @28531 NONAME ?GetSignalAddressCount@H323RegisteredEndPoint@@QBEHXZ @28532 NONAME ?GetSignalAddresses@H323RegisteredEndPoint@@QBEABVH323TransportAddressArray@@XZ @37966 NONAME ?GetSignalInfo@Q931@@QBE?AW4SignalInfo@1@XZ @17182 NONAME ?GetSignallingChannel@H323Connection@@QBEPBVH323Transport@@XZ @13967 NONAME ?GetSignallingChannelCallTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @30304 NONAME ?GetSignallingChannelConnectTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @53929 NONAME ?GetSignallingThreadStackSize@H323EndPoint@@QBEHXZ @13969 NONAME ?GetSignallingVersion@H323Connection@@QBEIXZ @31767 NONAME ?GetSilenceDetectionMode@H323AudioCodec@@QBE?AW4SilenceDetectionMode@1@PAHPAI@Z @20914 NONAME ?GetSilenceDetectionMode@H323EndPoint@@QBE?AW4SilenceDetectionMode@H323AudioCodec@@XZ @29344 NONAME ?GetSilenceDuration@H323_RTPChannel@@QBE?AVPTimeInterval@@XZ @30305 NONAME ?GetSize@H245NegLogicalChannels@@QBEHXZ @13970 NONAME ?GetSize@H323Capabilities@@QBEHXZ @17232 NONAME ?GetSize@PASN_Array@@QBEHXZ @13971 NONAME ?GetSize@PASN_BitString@@QBEIXZ @21006 NONAME ?GetSize@PASN_ObjectId@@QBEHXZ @28533 NONAME ?GetSize@PASN_OctetString@@QBEHXZ @13972 NONAME ?GetSoundChannelPlayDevice@H323EndPoint@@QBEABVPString@@XZ @13973 NONAME ?GetSoundChannelPlayDriver@H323EndPoint@@QBEABVPString@@XZ @52714 NONAME ?GetSoundChannelRecordDevice@H323EndPoint@@QBEABVPString@@XZ @13974 NONAME ?GetSoundChannelRecordDriver@H323EndPoint@@QBEABVPString@@XZ @52715 NONAME ?GetSourceAddress@H323GatekeeperCall@@QBE?AVPString@@XZ @30041 NONAME ?GetSourceAliases@H323SignalPDU@@QBE?AVPString@@PBVH323Transport@@@Z @27612 NONAME ?GetSourceE164@H323SignalPDU@@QBEHAAVPString@@@Z @21927 NONAME ?GetState@H4502Handler@@QBE?AW4State@1@XZ @29032 NONAME ?GetState@H4504Handler@@QBE?AW4State@1@XZ @29033 NONAME ?GetStdHeight@H323_RFC2190_H263Codec@@KAHW4StdSize@1@@Z @53892 NONAME ?GetStdSize@H323_RFC2190_H263Codec@@KAHHH@Z @53893 NONAME ?GetStdWidth@H323_RFC2190_H263Codec@@KAHW4StdSize@1@@Z @53894 NONAME ?GetSTUN@H323EndPoint@@QBEPAVPSTUNClient@@ABVAddress@PIPSocket@@@Z @34879 NONAME ?GetSubType@G7231_File_Capability@@UBEIXZ @31108 NONAME ?GetSubType@H323GenericAudioCapability@@UBEIXZ @53350 NONAME ?GetSubType@H323GenericVideoCapability@@UBEIXZ @53351 NONAME ?GetSubType@H323NonStandardAudioCapability@@UBEIXZ @13975 NONAME ?GetSubType@H323NonStandardDataCapability@@UBEIXZ @13976 NONAME ?GetSubType@H323NonStandardVideoCapability@@UBEIXZ @13977 NONAME ?GetSubType@H323PluginCapability@@UBEIXZ @50480 NONAME ?GetSubType@H323_G711Capability@@UBEIXZ @13979 NONAME ?GetSubType@H323_H261Capability@@UBEIXZ @13981 NONAME ?GetSubType@H323_LIDCapability@@UBEIXZ @13982 NONAME ?GetSubType@H323_RFC2190_H263Capability@@UBEIXZ @53895 NONAME ?GetSubType@H323_T120Capability@@UBEIXZ @13983 NONAME ?GetSubType@H323_T38Capability@@UBEIXZ @28263 NONAME ?GetSubType@H323_UserInputCapability@@UBEIXZ @13984 NONAME ?GetSyncSource@RTP_DataFrame@@QBEKXZ @13985 NONAME ?GetSyncSourceOut@RTP_Session@@QBEKXZ @13986 NONAME ?GetTag@PASN_Object@@QBEIXZ @13987 NONAME ?GetTcpIpTypeofService@H323EndPoint@@QBEEXZ @53940 NONAME ?GetTCPPortBase@H323EndPoint@@QBEGXZ @20478 NONAME ?GetTCPPortMax@H323EndPoint@@QBEGXZ @20479 NONAME ?GetTerminalType@H323EndPoint@@QBE?AW4TerminalTypes@1@XZ @13988 NONAME ?GetTimestamp@OpalRFC2833Info@@QBEIXZ @29941 NONAME ?GetTimestamp@RTP_DataFrame@@QBEKXZ @13989 NONAME ?GetTimestampGracePeriod@H235Authenticator@@UBEHXZ @53018 NONAME ?GetTimeToLive@H323GatekeeperServer@@QBEIXZ @28534 NONAME ?GetTimeUnits@OpalMediaFormat@@QBEIXZ @20622 NONAME ?GetTone@OpalRFC2833Info@@QBEDXZ @29942 NONAME ?GetToolName@RTP_Session@@QBE?AVPString@@XZ @31764 NONAME ?GetTransmitHandler@OpalRFC2833@@QBEABVPNotifier@@XZ @29966 NONAME ?GetTransport@H323Transactor@@QBEAAVH323Transport@@XZ @35025 NONAME ?GetTransport@OpalT38Protocol@@QBEPAVH323Transport@@XZ @30225 NONAME ?GetTransportAddress@H323ListenerTCP@@UBE?AVH323TransportAddress@@XZ @20973 NONAME ?GetTxFramesInPacket@H323AudioCapability@@UBEIXZ @13993 NONAME ?GetTxFramesInPacket@H323Capability@@UBEIXZ @13994 NONAME ?GetTxQualityLevel@H323AudioCodec@@UAEHH@Z @53352 NONAME ?GetTxQualityLevel@H323PluginFramedAudioCodec@@UBEHXZ @53353 NONAME ?GetTxQualityLevel@H323StreamedPluginAudioCodec@@UBEHXZ @53354 NONAME ?GetUDPPortBase@H323EndPoint@@QBEGXZ @30664 NONAME ?GetUDPPortMax@H323EndPoint@@QBEGXZ @30665 NONAME ?GetUserData@RTP_Session@@QBEPAVRTP_UserData@@XZ @13995 NONAME ?GetUserNameA@PURL@@QBEABVPString@@XZ @37761 NONAME ?GetUsersPassword@H323GatekeeperServer@@UBEHABVPString@@AAV2@@Z @28884 NONAME ?GetUsersPassword@H323GatekeeperServer@@UBEHABVPString@@AAV2@AAVH323RegisteredEndPoint@@@Z @50642 NONAME ?GetUUIEsRequested@H323Connection@@QBEIXZ @29175 NONAME ?GetVAD@OpalIxJDevice@@UAEHI@Z @17640 NONAME ?GetVAD@OpalLineInterfaceDevice@@UAEHI@Z @17641 NONAME ?GetVAD@OpalVoipBlasterDevice@@UAEHI@Z @29779 NONAME ?GetValue@PASN_BMPString@@QBE?AVPString@@XZ @31666 NONAME ?GetValue@PASN_ConstrainedString@@QBEABVPString@@XZ @17099 NONAME ?GetValue@PASN_Integer@@QBEIXZ @21007 NONAME ?GetValue@PASN_ObjectId@@QBEABV?$PScalarArray@I@@XZ @38303 NONAME ?GetValue@PASN_OctetString@@QBEABVPBYTEArray@@XZ @13996 NONAME ?GetVersion@RTP_DataFrame@@QBEIXZ @13997 NONAME ?GetWinkDuration@OpalIxJDevice@@UAEII@Z @38018 NONAME ?GetWinkDuration@OpalLineInterfaceDevice@@UAEII@Z @38019 NONAME ?GetWriteFormat@OpalIxJDevice@@UAE?AVOpalMediaFormat@@I@Z @20623 NONAME ?GetWriteFormat@OpalVoipBlasterDevice@@UAE?AVOpalMediaFormat@@I@Z @29780 NONAME ?GetWriteFrameSize@OpalIxJDevice@@UAEHI@Z @13999 NONAME ?GetWriteFrameSize@OpalVoipBlasterDevice@@UAEHI@Z @29781 NONAME ?h235AuthLoader@PWLibStupidLinkerHacks@@3HA @52931 NONAME ?h235AuthProcedure1Loader@PWLibStupidLinkerHacks@@3HA @52932 NONAME ?h261Loader@PWLibStupidLinkerHacks@@3HA @52633 NONAME ?H323GetAliasAddressE164@@YA?AVPString@@ABVH225_AliasAddress@@@Z @29550 NONAME ?H323GetAliasAddressE164@@YA?AVPString@@ABVH225_ArrayOf_AliasAddress@@@Z @29551 NONAME ?H323GetAliasAddressString@@YA?AVPString@@ABVH225_AliasAddress@@@Z @14004 NONAME ?H323GetAliasAddressStrings@@YA?AVPStringArray@@ABVH225_ArrayOf_AliasAddress@@@Z @37663 NONAME ?H323GetApplicationInfo@@YA?AVPString@@ABVH225_VendorIdentifier@@@Z @30519 NONAME ?H323GetInterfaceAddresses@@YA?AVH323TransportAddressArray@@ABV?$PList@VH323Listener@@@@HPAVH323Transport@@@Z @37983 NONAME ?H323GetInterfaceAddresses@@YA?AVH323TransportAddressArray@@ABVH323TransportAddress@@HPAVH323Transport@@@Z @37984 NONAME ?h323Loader@PWLibStupidLinkerHacks@@3HA @53017 NONAME ?H323SetAliasAddress@@YAXABVH323TransportAddress@@AAVH225_AliasAddress@@@Z @37985 NONAME ?H323SetAliasAddress@@YAXABVPString@@AAVH225_AliasAddress@@H@Z @30260 NONAME ?H323SetAliasAddresses@@YAXABVH323TransportAddressArray@@AAVH225_ArrayOf_AliasAddress@@@Z @37986 NONAME ?H323SetAliasAddresses@@YAXABVPStringArray@@AAVH225_ArrayOf_AliasAddress@@H@Z @37987 NONAME ?H323SetAliasAddresses@@YAXABVPStringList@@AAVH225_ArrayOf_AliasAddress@@H@Z @37988 NONAME ?H323SetTransportAddresses@@YAXABVH323Transport@@ABVH323TransportAddressArray@@AAVH225_ArrayOf_TransportAddress@@@Z @37989 NONAME ?H323TraceDumpPDU@@YAXPBDHABVPBYTEArray@@ABVPASN_Object@@ABVPASN_Choice@@IABVH323TransportAddress@@4@Z @53249 NONAME ?H323TranslateFromCallEndReason@@YA?AW4CauseValues@Q931@@ABVH323Connection@@AAVH225_ReleaseCompleteReason@@@Z @29548 NONAME ?H323TranslateFromCallEndReason@@YA?AW4CauseValues@Q931@@W4CallEndReason@H323Connection@@AAVH225_ReleaseCompleteReason@@@Z @52988 NONAME ?H323TranslateToCallEndReason@@YA?AW4CallEndReason@H323Connection@@W4CauseValues@Q931@@ABVH225_ReleaseCompleteReason@@@Z @29549 NONAME ?HadAnsweredCall@H323Connection@@QBEHXZ @14007 NONAME ?HandleAck@H245NegMasterSlaveDetermination@@QAEHABVH245_MasterSlaveDeterminationAck@@@Z @14008 NONAME ?HandleAck@H245NegRequestMode@@UAEHABVH245_RequestModeAck@@@Z @29593 NONAME ?HandleAck@H245NegTerminalCapabilitySet@@QAEHABVH245_TerminalCapabilitySetAck@@@Z @14010 NONAME ?HandleCallTransferFailure@H323Connection@@UAEXH@Z @30684 NONAME ?HandleCallTransferFailure@H4502Handler@@QAEXH@Z @29698 NONAME ?HandleChannel@H323_T120Channel@@UAEXXZ @30023 NONAME ?HandleClose@H245NegLogicalChannel@@UAEHABVH245_CloseLogicalChannel@@@Z @29118 NONAME ?HandleClose@H245NegLogicalChannels@@UAEHABVH245_CloseLogicalChannel@@@Z @29119 NONAME ?HandleCloseAck@H245NegLogicalChannel@@UAEHABVH245_CloseLogicalChannelAck@@@Z @29120 NONAME ?HandleCloseAck@H245NegLogicalChannels@@UAEHABVH245_CloseLogicalChannelAck@@@Z @29121 NONAME ?HandleConnect@OpalT120Protocol@@UAEHABVMCS_ConnectMCSPDU@@@Z @28264 NONAME ?HandleConsultationTransfer@H323Connection@@UAEXABVPString@@AAV1@@Z @30685 NONAME ?HandleConsultationTransfer@H4502Handler@@QAEXABVPString@@AAVH323Connection@@@Z @30086 NONAME ?HandleControlChannel@H323Connection@@UAEXXZ @14015 NONAME ?HandleControlData@H323Connection@@UAEHAAVPPER_Stream@@@Z @14016 NONAME ?HandleControlPDU@H323Connection@@UAEHABVH323ControlPDU@@@Z @14017 NONAME ?HandleDomain@OpalT120Protocol@@UAEHABVMCS_DomainMCSPDU@@@Z @28265 NONAME ?HandleFastStartAcknowledge@H323Connection@@UAEHABVH225_ArrayOf_PASN_OctetString@@@Z @14018 NONAME ?HandleFirstSignallingChannelPDU@H323Transport@@QAEHXZ @28266 NONAME ?HandleIncoming@H245NegMasterSlaveDetermination@@QAEHABVH245_MasterSlaveDetermination@@@Z @14020 NONAME ?HandleIncoming@H245NegTerminalCapabilitySet@@QAEHABVH245_TerminalCapabilitySet@@@Z @14021 NONAME ?HandleIntrudeCall@H323Connection@@UAEXABVPString@@0@Z @30754 NONAME ?HandleOpen@H245NegLogicalChannel@@UAEHABVH245_OpenLogicalChannel@@@Z @29122 NONAME ?HandleOpen@H245NegLogicalChannels@@UAEHABVH245_OpenLogicalChannel@@@Z @29123 NONAME ?HandleOpenAck@H245NegLogicalChannel@@UAEHABVH245_OpenLogicalChannelAck@@@Z @29124 NONAME ?HandleOpenAck@H245NegLogicalChannels@@UAEHABVH245_OpenLogicalChannelAck@@@Z @29125 NONAME ?HandleOpenConfirm@H245NegLogicalChannel@@UAEHABVH245_OpenLogicalChannelConfirm@@@Z @29126 NONAME ?HandleOpenConfirm@H245NegLogicalChannels@@UAEHABVH245_OpenLogicalChannelConfirm@@@Z @29127 NONAME ?HandlePacket@OpalT38Protocol@@UAEHABVT38_IFPPacket@@@Z @28268 NONAME ?HandlePacketLost@OpalT38Protocol@@UAEHI@Z @29353 NONAME ?HandlePDU@H323Transaction@@QAEHXZ @37664 NONAME ?HandlePDU@H450xDispatcher@@UAEHABVH323SignalPDU@@@Z @30755 NONAME ?HandleRawIFP@OpalT38Protocol@@IAEHABVPASN_OctetString@@@Z @34547 NONAME ?HandleReject@H245NegLogicalChannel@@UAEHABVH245_OpenLogicalChannelReject@@@Z @29128 NONAME ?HandleReject@H245NegLogicalChannels@@UAEHABVH245_OpenLogicalChannelReject@@@Z @29129 NONAME ?HandleReject@H245NegMasterSlaveDetermination@@QAEHABVH245_MasterSlaveDeterminationReject@@@Z @14032 NONAME ?HandleReject@H245NegRequestMode@@UAEHABVH245_RequestModeReject@@@Z @29594 NONAME ?HandleReject@H245NegTerminalCapabilitySet@@QAEHABVH245_TerminalCapabilitySetReject@@@Z @14034 NONAME ?HandleRelease@H245NegMasterSlaveDetermination@@QAEHABVH245_MasterSlaveDeterminationRelease@@@Z @14035 NONAME ?HandleRelease@H245NegRequestMode@@UAEHABVH245_RequestModeRelease@@@Z @29595 NONAME ?HandleRelease@H245NegTerminalCapabilitySet@@QAEHABVH245_TerminalCapabilitySetRelease@@@Z @14037 NONAME ?HandleRequest@H245NegRequestMode@@UAEHABVH245_RequestMode@@@Z @29596 NONAME ?HandleRequest@H245NegRoundTripDelay@@QAEHABVH245_RoundTripDelayRequest@@@Z @14039 NONAME ?HandleRequestClose@H245NegLogicalChannel@@UAEHABVH245_RequestChannelClose@@@Z @29130 NONAME ?HandleRequestClose@H245NegLogicalChannels@@UAEHABVH245_RequestChannelClose@@@Z @29131 NONAME ?HandleRequestCloseAck@H245NegLogicalChannel@@UAEHABVH245_RequestChannelCloseAck@@@Z @29132 NONAME ?HandleRequestCloseAck@H245NegLogicalChannels@@UAEHABVH245_RequestChannelCloseAck@@@Z @29133 NONAME ?HandleRequestCloseReject@H245NegLogicalChannel@@UAEHABVH245_RequestChannelCloseReject@@@Z @29134 NONAME ?HandleRequestCloseReject@H245NegLogicalChannels@@UAEHABVH245_RequestChannelCloseReject@@@Z @29135 NONAME ?HandleRequestCloseRelease@H245NegLogicalChannel@@UAEHABVH245_RequestChannelCloseRelease@@@Z @29136 NONAME ?HandleRequestCloseRelease@H245NegLogicalChannels@@UAEHABVH245_RequestChannelCloseRelease@@@Z @29137 NONAME ?HandleRequestInProgress@H323Transactor@@IAEHABVH323TransactionPDU@@I@Z @37418 NONAME ?HandleResponse@H245NegRoundTripDelay@@QAEHABVH245_RoundTripDelayResponse@@@Z @14048 NONAME ?HandleServiceRequest@H323PeerElement@@IAE?AW4Response@H323Transaction@@AAVH501ServiceRequest@@@Z @38115 NONAME ?HandleSignallingChannel@H323Connection@@UAEXXZ @30686 NONAME ?HandleSignalPDU@H323Connection@@UAEHAAVH323SignalPDU@@@Z @14050 NONAME ?HandleStatus@OpalVoipBlasterDevice@@IAEXH@Z @38304 NONAME ?HandleTimeout@H245NegLogicalChannel@@UAEXAAVPTimer@@H@Z @14051 NONAME ?HandleTimeout@H245NegMasterSlaveDetermination@@UAEXAAVPTimer@@H@Z @14052 NONAME ?HandleTimeout@H245Negotiator@@MAEXAAVPTimer@@H@Z @14053 NONAME ?HandleTimeout@H245NegRequestMode@@UAEXAAVPTimer@@H@Z @14054 NONAME ?HandleTimeout@H245NegRoundTripDelay@@UAEXAAVPTimer@@H@Z @14055 NONAME ?HandleTimeout@H245NegTerminalCapabilitySet@@UAEXAAVPTimer@@H@Z @14056 NONAME ?HandleTransaction@H225_RAS@@UAEHABVPASN_Object@@@Z @37419 NONAME ?HandleTransaction@H323_AnnexG@@UAEHABVPASN_Object@@@Z @37420 NONAME ?HandleTransactions@H323Transactor@@MAEXAAVPThread@@H@Z @37421 NONAME ?HandleTransferCall@H323Connection@@UAEXABVPString@@0@Z @30687 NONAME ?HandleTunnelPDU@H323Connection@@UAEXPAVH323SignalPDU@@@Z @29885 NONAME ?HasConnection@H323EndPoint@@UAEHABVPString@@@Z @14058 NONAME ?HashFunction@H323ChannelNumber@@UBEHXZ @14060 NONAME ?HashFunction@OpalGloballyUniqueID@@UBEHXZ @20705 NONAME ?HasHookFlash@OpalIxJDevice@@UAEHI@Z @17632 NONAME ?HasHookFlash@OpalLineInterfaceDevice@@UAEHI@Z @17633 NONAME ?HasHookFlash@OpalVoipBlasterDevice@@UAEHI@Z @29782 NONAME ?HasIE@Q931@@QBEHW4InformationElementCodes@1@@Z @17417 NONAME ?HasReceivedCapabilities@H245NegTerminalCapabilitySet@@QBEHXZ @14061 NONAME ?HasSentCapabilities@H245NegTerminalCapabilitySet@@QBEHXZ @14062 NONAME ?height@P64Decoder@@QBEHXZ @14064 NONAME ?HoldCall@H323Connection@@QAEXH@Z @22501 NONAME ?HoldCall@H323EndPoint@@QAEXABVPString@@H@Z @22502 NONAME ?HoldCall@H4504Handler@@QAEXH@Z @29036 NONAME ?HookFlash@OpalLineInterfaceDevice@@UAEHII@Z @14065 NONAME ?In@RTP_JitterBufferAnalyser@@QAEXKIPBD@Z @17147 NONAME ?IncEncodeAndGetPacket@H261PixelEncoder@@QAEXPAEAAI@Z @30261 NONAME ?IncEncodeAndGetPacket@P64Encoder@@QAEXPAEAAI@Z @30262 NONAME ?IncrementReference@RTP_Session@@QAEXXZ @14066 NONAME ?InfoRequest@H323GatekeeperListener@@UAEHAAVH323RegisteredEndPoint@@PAVH323GatekeeperCall@@@Z @31233 NONAME ?InfoRequestResponse@H323Gatekeeper@@QAEXABVH323Connection@@@Z @30574 NONAME ?InfoRequestResponse@H323Gatekeeper@@QAEXABVH323Connection@@ABVH225_H323_UU_PDU@@H@Z @29176 NONAME ?InfoRequestResponse@H323Gatekeeper@@QAEXXZ @30575 NONAME ?init@P64Decoder@@IAEXXZ @14068 NONAME ?inithuff@P64Decoder@@IAEXXZ @14069 NONAME ?initquant@P64Decoder@@IAEXXZ @14070 NONAME ?insert@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAE?AViterator@12@V312@ABULookupRecord@@@Z @52933 NONAME ?insert@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE?AU?$pair@Viterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@_N@2@ABU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@Z @52281 NONAME ?insert@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE?AViterator@12@V312@ABU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@Z @52282 NONAME ?insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AU?$pair@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@@Z @52934 NONAME ?insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@@Z @52935 NONAME ?insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AU?$pair@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@@Z @52032 NONAME ?insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@@Z @52033 NONAME ?insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AU?$pair@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@@Z @52636 NONAME ?insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@@Z @52637 NONAME ?insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AU?$pair@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@@Z @52034 NONAME ?insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@@Z @52035 NONAME ?insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AU?$pair@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@2@@Z @52036 NONAME ?insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@2@@Z @52037 NONAME ?InternalCreateGatekeeper@H323EndPoint@@IAEPAVH323Gatekeeper@@PAVH323Transport@@@Z @17510 NONAME ?InternalEndSessionCheck@H323Connection@@IAEHAAVPPER_Stream@@@Z @30792 NONAME ?InternalEstablishedConnectionCheck@H323Connection@@MAEXXZ @30681 NONAME ?InternalIsDescendant@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBEHPBD@Z @47844 NONAME ?InternalIsDescendant@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBEHPBD@Z @47845 NONAME ?InternalIsDescendant@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBEHPBD@Z @47846 NONAME ?InternalIsDescendant@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBEHPBD@Z @47847 NONAME ?InternalIsDescendant@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBEHPBD@Z @47848 NONAME ?InternalIsDescendant@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBEHPBD@Z @47849 NONAME ?InternalIsDescendant@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBEHPBD@Z @47850 NONAME ?InternalIsDescendant@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBEHPBD@Z @47851 NONAME ?InternalIsDescendant@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBEHPBD@Z @47852 NONAME ?InternalIsDescendant@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBEHPBD@Z @47853 NONAME ?InternalIsDescendant@?$PArray@V?$PList@VH323Capability@@@@@@UBEHPBD@Z @47854 NONAME ?InternalIsDescendant@?$PArray@VH323SimultaneousCapabilities@@@@UBEHPBD@Z @47855 NONAME ?InternalIsDescendant@?$PArray@VH323TransportAddress@@@@UBEHPBD@Z @47856 NONAME ?InternalIsDescendant@?$PArray@VReceiverReport@RTP_Session@@@@UBEHPBD@Z @47857 NONAME ?InternalIsDescendant@?$PArray@VSourceDescription@RTP_Session@@@@UBEHPBD@Z @47858 NONAME ?InternalIsDescendant@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UBEHPBD@Z @47859 NONAME ?InternalIsDescendant@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UBEHPBD@Z @47860 NONAME ?InternalIsDescendant@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UBEHPBD@Z @47861 NONAME ?InternalIsDescendant@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UBEHPBD@Z @47862 NONAME ?InternalIsDescendant@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UBEHPBD@Z @47863 NONAME ?InternalIsDescendant@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UBEHPBD@Z @47864 NONAME ?InternalIsDescendant@?$PDictionary@VPString@@VH323Connection@@@@UBEHPBD@Z @47865 NONAME ?InternalIsDescendant@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UBEHPBD@Z @47866 NONAME ?InternalIsDescendant@?$PDictionary@VPString@@VPOrdinalKey@@@@UBEHPBD@Z @47867 NONAME ?InternalIsDescendant@?$PList@VH235Authenticator@@@@UBEHPBD@Z @47868 NONAME ?InternalIsDescendant@?$PList@VH245_GenericParameter@@@@UBEHPBD@Z @53355 NONAME ?InternalIsDescendant@?$PList@VH263Packet@@@@UBEHPBD@Z @53896 NONAME ?InternalIsDescendant@?$PList@VH323Capability@@@@UBEHPBD@Z @47870 NONAME ?InternalIsDescendant@?$PList@VH323Channel@@@@UBEHPBD@Z @47871 NONAME ?InternalIsDescendant@?$PList@VH323GatekeeperListener@@@@UBEHPBD@Z @47872 NONAME ?InternalIsDescendant@?$PList@VH323Listener@@@@UBEHPBD@Z @47873 NONAME ?InternalIsDescendant@?$PList@VH323Transactor@@@@UBEHPBD@Z @47874 NONAME ?InternalIsDescendant@?$PList@VH450xHandler@@@@UBEHPBD@Z @47875 NONAME ?InternalIsDescendant@?$PList@VOpalMediaFormat@@@@UBEHPBD@Z @47877 NONAME ?InternalIsDescendant@?$PList@VPBYTEArray@@@@UBEHPBD@Z @47878 NONAME ?InternalIsDescendant@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UBEHPBD@Z @47879 NONAME ?InternalIsDescendant@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UBEHPBD@Z @47880 NONAME ?InternalIsDescendant@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UBEHPBD@Z @47881 NONAME ?InternalIsDescendant@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UBEHPBD@Z @47882 NONAME ?InternalIsDescendant@?$PSafePtr@VH323GatekeeperCall@@@@UBEHPBD@Z @47883 NONAME ?InternalIsDescendant@?$PSafePtr@VH323PeerElementDescriptor@@@@UBEHPBD@Z @47884 NONAME ?InternalIsDescendant@?$PSafePtr@VH323PeerElementServiceRelationship@@@@UBEHPBD@Z @47885 NONAME ?InternalIsDescendant@?$PSafePtr@VH323RegisteredEndPoint@@@@UBEHPBD@Z @47886 NONAME ?InternalIsDescendant@?$PSet@VPOrdinalKey@@@@UBEHPBD@Z @47887 NONAME ?InternalIsDescendant@?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@UBEHPBD@Z @47888 NONAME ?InternalIsDescendant@?$PSortedList@VH225_AliasAddress@@@@UBEHPBD@Z @47889 NONAME ?InternalIsDescendant@?$PSortedList@VH323GatekeeperCall@@@@UBEHPBD@Z @47890 NONAME ?InternalIsDescendant@?$PSortedList@VH323PeerElementDescriptor@@@@UBEHPBD@Z @47891 NONAME ?InternalIsDescendant@?$PSortedList@VH323PeerElementServiceRelationship@@@@UBEHPBD@Z @47892 NONAME ?InternalIsDescendant@?$PSortedList@VMXRecord@PDNS@@@@UBEHPBD@Z @52936 NONAME ?InternalIsDescendant@?$PSortedList@VResponse@H323Transactor@@@@UBEHPBD@Z @47893 NONAME ?InternalIsDescendant@?$PSortedList@VSRVRecord@PDNS@@@@UBEHPBD@Z @52937 NONAME ?InternalIsDescendant@AlternateInfo@H323Gatekeeper@@UBEHPBD@Z @47894 NONAME ?InternalIsDescendant@ByteQueue@OpalVoipBlasterDevice@@UBEHPBD@Z @47895 NONAME ?InternalIsDescendant@FilterInfo@H323Codec@@UBEHPBD@Z @47897 NONAME ?InternalIsDescendant@G7231_File_Capability@@UBEHPBD@Z @47898 NONAME ?InternalIsDescendant@G7231_File_Codec@@UBEHPBD@Z @47899 NONAME ?InternalIsDescendant@GCC_AlternativeNodeID@@UBEHPBD@Z @47900 NONAME ?InternalIsDescendant@GCC_ApplicationInvokeIndication@@UBEHPBD@Z @47901 NONAME ?InternalIsDescendant@GCC_ApplicationInvokeSpecifier@@UBEHPBD@Z @47902 NONAME ?InternalIsDescendant@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@UBEHPBD@Z @47903 NONAME ?InternalIsDescendant@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBEHPBD@Z @47904 NONAME ?InternalIsDescendant@GCC_ApplicationRecord@@UBEHPBD@Z @47905 NONAME ?InternalIsDescendant@GCC_ApplicationRecord_nonCollapsingCapabilities@@UBEHPBD@Z @47906 NONAME ?InternalIsDescendant@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBEHPBD@Z @47907 NONAME ?InternalIsDescendant@GCC_ArrayOf_ApplicationInvokeSpecifier@@UBEHPBD@Z @47908 NONAME ?InternalIsDescendant@GCC_ArrayOf_ChallengeItem@@UBEHPBD@Z @47909 NONAME ?InternalIsDescendant@GCC_ArrayOf_ConferenceDescriptor@@UBEHPBD@Z @47910 NONAME ?InternalIsDescendant@GCC_ArrayOf_Privilege@@UBEHPBD@Z @47911 NONAME ?InternalIsDescendant@GCC_ArrayOf_TextString@@UBEHPBD@Z @47912 NONAME ?InternalIsDescendant@GCC_ArrayOf_UserID@@UBEHPBD@Z @47913 NONAME ?InternalIsDescendant@GCC_AsymmetryIndicator@@UBEHPBD@Z @47914 NONAME ?InternalIsDescendant@GCC_CapabilityClass@@UBEHPBD@Z @47915 NONAME ?InternalIsDescendant@GCC_CapabilityID@@UBEHPBD@Z @47916 NONAME ?InternalIsDescendant@GCC_ChallengeItem@@UBEHPBD@Z @47917 NONAME ?InternalIsDescendant@GCC_ChallengeRequest@@UBEHPBD@Z @47918 NONAME ?InternalIsDescendant@GCC_ChallengeResponse@@UBEHPBD@Z @47919 NONAME ?InternalIsDescendant@GCC_ChallengeResponseAlgorithm@@UBEHPBD@Z @47920 NONAME ?InternalIsDescendant@GCC_ChallengeResponseItem@@UBEHPBD@Z @47921 NONAME ?InternalIsDescendant@GCC_ChannelID@@UBEHPBD@Z @47922 NONAME ?InternalIsDescendant@GCC_ChannelType@@UBEHPBD@Z @47923 NONAME ?InternalIsDescendant@GCC_ConductorAssignIndication@@UBEHPBD@Z @47924 NONAME ?InternalIsDescendant@GCC_ConductorPermissionAskIndication@@UBEHPBD@Z @47925 NONAME ?InternalIsDescendant@GCC_ConductorPermissionGrantIndication@@UBEHPBD@Z @47926 NONAME ?InternalIsDescendant@GCC_ConductorReleaseIndication@@UBEHPBD@Z @47927 NONAME ?InternalIsDescendant@GCC_ConferenceAddRequest@@UBEHPBD@Z @47928 NONAME ?InternalIsDescendant@GCC_ConferenceAddResponse@@UBEHPBD@Z @47929 NONAME ?InternalIsDescendant@GCC_ConferenceAddResponse_result@@UBEHPBD@Z @47930 NONAME ?InternalIsDescendant@GCC_ConferenceAssistanceIndication@@UBEHPBD@Z @47931 NONAME ?InternalIsDescendant@GCC_ConferenceCreateRequest@@UBEHPBD@Z @47932 NONAME ?InternalIsDescendant@GCC_ConferenceCreateResponse@@UBEHPBD@Z @47933 NONAME ?InternalIsDescendant@GCC_ConferenceCreateResponse_result@@UBEHPBD@Z @47934 NONAME ?InternalIsDescendant@GCC_ConferenceDescriptor@@UBEHPBD@Z @47935 NONAME ?InternalIsDescendant@GCC_ConferenceEjectUserIndication@@UBEHPBD@Z @47936 NONAME ?InternalIsDescendant@GCC_ConferenceEjectUserIndication_reason@@UBEHPBD@Z @47937 NONAME ?InternalIsDescendant@GCC_ConferenceEjectUserRequest@@UBEHPBD@Z @47938 NONAME ?InternalIsDescendant@GCC_ConferenceEjectUserRequest_reason@@UBEHPBD@Z @47939 NONAME ?InternalIsDescendant@GCC_ConferenceEjectUserResponse@@UBEHPBD@Z @47940 NONAME ?InternalIsDescendant@GCC_ConferenceEjectUserResponse_result@@UBEHPBD@Z @47941 NONAME ?InternalIsDescendant@GCC_ConferenceInviteRequest@@UBEHPBD@Z @47942 NONAME ?InternalIsDescendant@GCC_ConferenceInviteResponse@@UBEHPBD@Z @47943 NONAME ?InternalIsDescendant@GCC_ConferenceInviteResponse_result@@UBEHPBD@Z @47944 NONAME ?InternalIsDescendant@GCC_ConferenceJoinRequest@@UBEHPBD@Z @47945 NONAME ?InternalIsDescendant@GCC_ConferenceJoinResponse@@UBEHPBD@Z @47946 NONAME ?InternalIsDescendant@GCC_ConferenceJoinResponse_result@@UBEHPBD@Z @47947 NONAME ?InternalIsDescendant@GCC_ConferenceLockIndication@@UBEHPBD@Z @47948 NONAME ?InternalIsDescendant@GCC_ConferenceLockRequest@@UBEHPBD@Z @47949 NONAME ?InternalIsDescendant@GCC_ConferenceLockResponse@@UBEHPBD@Z @47950 NONAME ?InternalIsDescendant@GCC_ConferenceLockResponse_result@@UBEHPBD@Z @47951 NONAME ?InternalIsDescendant@GCC_ConferenceName@@UBEHPBD@Z @47952 NONAME ?InternalIsDescendant@GCC_ConferenceNameModifier@@UBEHPBD@Z @47953 NONAME ?InternalIsDescendant@GCC_ConferenceNameSelector@@UBEHPBD@Z @47954 NONAME ?InternalIsDescendant@GCC_ConferencePriority@@UBEHPBD@Z @47955 NONAME ?InternalIsDescendant@GCC_ConferencePriorityScheme@@UBEHPBD@Z @47956 NONAME ?InternalIsDescendant@GCC_ConferenceQueryRequest@@UBEHPBD@Z @47957 NONAME ?InternalIsDescendant@GCC_ConferenceQueryResponse@@UBEHPBD@Z @47958 NONAME ?InternalIsDescendant@GCC_ConferenceQueryResponse_result@@UBEHPBD@Z @47959 NONAME ?InternalIsDescendant@GCC_ConferenceTerminateIndication@@UBEHPBD@Z @47960 NONAME ?InternalIsDescendant@GCC_ConferenceTerminateIndication_reason@@UBEHPBD@Z @47961 NONAME ?InternalIsDescendant@GCC_ConferenceTerminateRequest@@UBEHPBD@Z @47962 NONAME ?InternalIsDescendant@GCC_ConferenceTerminateRequest_reason@@UBEHPBD@Z @47963 NONAME ?InternalIsDescendant@GCC_ConferenceTerminateResponse@@UBEHPBD@Z @47964 NONAME ?InternalIsDescendant@GCC_ConferenceTerminateResponse_result@@UBEHPBD@Z @47965 NONAME ?InternalIsDescendant@GCC_ConferenceTimeExtendIndication@@UBEHPBD@Z @47966 NONAME ?InternalIsDescendant@GCC_ConferenceTimeInquireIndication@@UBEHPBD@Z @47967 NONAME ?InternalIsDescendant@GCC_ConferenceTimeRemainingIndication@@UBEHPBD@Z @47968 NONAME ?InternalIsDescendant@GCC_ConferenceTransferIndication@@UBEHPBD@Z @47969 NONAME ?InternalIsDescendant@GCC_ConferenceTransferRequest@@UBEHPBD@Z @47970 NONAME ?InternalIsDescendant@GCC_ConferenceTransferResponse@@UBEHPBD@Z @47971 NONAME ?InternalIsDescendant@GCC_ConferenceTransferResponse_result@@UBEHPBD@Z @47972 NONAME ?InternalIsDescendant@GCC_ConferenceUnlockIndication@@UBEHPBD@Z @47973 NONAME ?InternalIsDescendant@GCC_ConferenceUnlockRequest@@UBEHPBD@Z @47974 NONAME ?InternalIsDescendant@GCC_ConferenceUnlockResponse@@UBEHPBD@Z @47975 NONAME ?InternalIsDescendant@GCC_ConferenceUnlockResponse_result@@UBEHPBD@Z @47976 NONAME ?InternalIsDescendant@GCC_ConnectData@@UBEHPBD@Z @47977 NONAME ?InternalIsDescendant@GCC_ConnectGCCPDU@@UBEHPBD@Z @47978 NONAME ?InternalIsDescendant@GCC_DialingString@@UBEHPBD@Z @47979 NONAME ?InternalIsDescendant@GCC_DynamicChannelID@@UBEHPBD@Z @47980 NONAME ?InternalIsDescendant@GCC_DynamicTokenID@@UBEHPBD@Z @47981 NONAME ?InternalIsDescendant@GCC_EntityID@@UBEHPBD@Z @47982 NONAME ?InternalIsDescendant@GCC_ExtraDialingString@@UBEHPBD@Z @47983 NONAME ?InternalIsDescendant@GCC_FunctionNotSupportedResponse@@UBEHPBD@Z @47984 NONAME ?InternalIsDescendant@GCC_GCCPDU@@UBEHPBD@Z @47985 NONAME ?InternalIsDescendant@GCC_H221NonStandardIdentifier@@UBEHPBD@Z @47986 NONAME ?InternalIsDescendant@GCC_Handle@@UBEHPBD@Z @47987 NONAME ?InternalIsDescendant@GCC_IndicationPDU@@UBEHPBD@Z @47988 NONAME ?InternalIsDescendant@GCC_Key@@UBEHPBD@Z @47989 NONAME ?InternalIsDescendant@GCC_NetworkAddress@@UBEHPBD@Z @47990 NONAME ?InternalIsDescendant@GCC_NetworkAddress_subtype@@UBEHPBD@Z @47991 NONAME ?InternalIsDescendant@GCC_NetworkAddress_subtype_aggregatedChannel@@UBEHPBD@Z @47992 NONAME ?InternalIsDescendant@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBEHPBD@Z @47993 NONAME ?InternalIsDescendant@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBEHPBD@Z @47994 NONAME ?InternalIsDescendant@GCC_NetworkAddress_subtype_transportConnection@@UBEHPBD@Z @47995 NONAME ?InternalIsDescendant@GCC_NodeProperties@@UBEHPBD@Z @47996 NONAME ?InternalIsDescendant@GCC_NodeRecord@@UBEHPBD@Z @47997 NONAME ?InternalIsDescendant@GCC_NodeType@@UBEHPBD@Z @47998 NONAME ?InternalIsDescendant@GCC_NonStandardParameter@@UBEHPBD@Z @47999 NONAME ?InternalIsDescendant@GCC_NonStandardPDU@@UBEHPBD@Z @48000 NONAME ?InternalIsDescendant@GCC_Password@@UBEHPBD@Z @48001 NONAME ?InternalIsDescendant@GCC_PasswordChallengeRequestResponse@@UBEHPBD@Z @48002 NONAME ?InternalIsDescendant@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBEHPBD@Z @48003 NONAME ?InternalIsDescendant@GCC_PasswordSelector@@UBEHPBD@Z @48004 NONAME ?InternalIsDescendant@GCC_Privilege@@UBEHPBD@Z @48005 NONAME ?InternalIsDescendant@GCC_RegistryAllocateHandleRequest@@UBEHPBD@Z @48006 NONAME ?InternalIsDescendant@GCC_RegistryAllocateHandleResponse@@UBEHPBD@Z @48007 NONAME ?InternalIsDescendant@GCC_RegistryAllocateHandleResponse_result@@UBEHPBD@Z @48008 NONAME ?InternalIsDescendant@GCC_RegistryAssignTokenRequest@@UBEHPBD@Z @48009 NONAME ?InternalIsDescendant@GCC_RegistryDeleteEntryRequest@@UBEHPBD@Z @48010 NONAME ?InternalIsDescendant@GCC_RegistryEntryOwner@@UBEHPBD@Z @48011 NONAME ?InternalIsDescendant@GCC_RegistryEntryOwner_owned@@UBEHPBD@Z @48012 NONAME ?InternalIsDescendant@GCC_RegistryItem@@UBEHPBD@Z @48013 NONAME ?InternalIsDescendant@GCC_RegistryKey@@UBEHPBD@Z @48014 NONAME ?InternalIsDescendant@GCC_RegistryModificationRights@@UBEHPBD@Z @48015 NONAME ?InternalIsDescendant@GCC_RegistryMonitorEntryIndication@@UBEHPBD@Z @48016 NONAME ?InternalIsDescendant@GCC_RegistryMonitorEntryRequest@@UBEHPBD@Z @48017 NONAME ?InternalIsDescendant@GCC_RegistryRegisterChannelRequest@@UBEHPBD@Z @48018 NONAME ?InternalIsDescendant@GCC_RegistryResponse@@UBEHPBD@Z @48019 NONAME ?InternalIsDescendant@GCC_RegistryResponse_primitiveType@@UBEHPBD@Z @48020 NONAME ?InternalIsDescendant@GCC_RegistryResponse_result@@UBEHPBD@Z @48021 NONAME ?InternalIsDescendant@GCC_RegistryRetrieveEntryRequest@@UBEHPBD@Z @48022 NONAME ?InternalIsDescendant@GCC_RegistrySetParameterRequest@@UBEHPBD@Z @48023 NONAME ?InternalIsDescendant@GCC_RequestPDU@@UBEHPBD@Z @48024 NONAME ?InternalIsDescendant@GCC_ResponsePDU@@UBEHPBD@Z @48025 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication@@UBEHPBD@Z @48026 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation@@UBEHPBD@Z @48027 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBEHPBD@Z @48028 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@UBEHPBD@Z @48029 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@UBEHPBD@Z @48030 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBEHPBD@Z @48031 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@UBEHPBD@Z @48032 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@UBEHPBD@Z @48033 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBEHPBD@Z @48034 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@UBEHPBD@Z @48035 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBEHPBD@Z @48036 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@UBEHPBD@Z @48037 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_nodeInformation@@UBEHPBD@Z @48038 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@UBEHPBD@Z @48039 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@UBEHPBD@Z @48040 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBEHPBD@Z @48041 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@UBEHPBD@Z @48042 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBEHPBD@Z @48043 NONAME ?InternalIsDescendant@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@UBEHPBD@Z @48044 NONAME ?InternalIsDescendant@GCC_SessionKey@@UBEHPBD@Z @48045 NONAME ?InternalIsDescendant@GCC_SimpleNumericString@@UBEHPBD@Z @48046 NONAME ?InternalIsDescendant@GCC_SimpleTextString@@UBEHPBD@Z @48047 NONAME ?InternalIsDescendant@GCC_StaticChannelID@@UBEHPBD@Z @48048 NONAME ?InternalIsDescendant@GCC_StaticTokenID@@UBEHPBD@Z @48049 NONAME ?InternalIsDescendant@GCC_SubAddressString@@UBEHPBD@Z @48050 NONAME ?InternalIsDescendant@GCC_TerminationMethod@@UBEHPBD@Z @48051 NONAME ?InternalIsDescendant@GCC_TextMessageIndication@@UBEHPBD@Z @48052 NONAME ?InternalIsDescendant@GCC_TextString@@UBEHPBD@Z @48053 NONAME ?InternalIsDescendant@GCC_Time@@UBEHPBD@Z @48054 NONAME ?InternalIsDescendant@GCC_TokenID@@UBEHPBD@Z @48055 NONAME ?InternalIsDescendant@GCC_UserData@@UBEHPBD@Z @48056 NONAME ?InternalIsDescendant@GCC_UserData_subtype@@UBEHPBD@Z @48057 NONAME ?InternalIsDescendant@GCC_UserID@@UBEHPBD@Z @48058 NONAME ?InternalIsDescendant@GCC_UserIDIndication@@UBEHPBD@Z @48059 NONAME ?InternalIsDescendant@H225CallThread@@UBEHPBD@Z @48060 NONAME ?InternalIsDescendant@H225TransportThread@@UBEHPBD@Z @48061 NONAME ?InternalIsDescendant@H225_AddressPattern@@UBEHPBD@Z @48062 NONAME ?InternalIsDescendant@H225_AddressPattern_range@@UBEHPBD@Z @48063 NONAME ?InternalIsDescendant@H225_AdmissionConfirm@@UBEHPBD@Z @48064 NONAME ?InternalIsDescendant@H225_AdmissionConfirm_language@@UBEHPBD@Z @48065 NONAME ?InternalIsDescendant@H225_AdmissionReject@@UBEHPBD@Z @48066 NONAME ?InternalIsDescendant@H225_AdmissionRejectReason@@UBEHPBD@Z @48067 NONAME ?InternalIsDescendant@H225_AdmissionRequest@@UBEHPBD@Z @48068 NONAME ?InternalIsDescendant@H225_Alerting_UUIE@@UBEHPBD@Z @48069 NONAME ?InternalIsDescendant@H225_AliasAddress@@UBEHPBD@Z @48070 NONAME ?InternalIsDescendant@H225_AlternateGK@@UBEHPBD@Z @48071 NONAME ?InternalIsDescendant@H225_AlternateTransportAddresses@@UBEHPBD@Z @48072 NONAME ?InternalIsDescendant@H225_AltGKInfo@@UBEHPBD@Z @48073 NONAME ?InternalIsDescendant@H225_ANSI_41_UIM@@UBEHPBD@Z @48074 NONAME ?InternalIsDescendant@H225_ANSI_41_UIM_system_id@@UBEHPBD@Z @48075 NONAME ?InternalIsDescendant@H225_ArrayOf_AddressPattern@@UBEHPBD@Z @48076 NONAME ?InternalIsDescendant@H225_ArrayOf_AdmissionConfirm@@UBEHPBD@Z @48077 NONAME ?InternalIsDescendant@H225_ArrayOf_AliasAddress@@UBEHPBD@Z @48078 NONAME ?InternalIsDescendant@H225_ArrayOf_AlternateGK@@UBEHPBD@Z @48079 NONAME ?InternalIsDescendant@H225_ArrayOf_AuthenticationMechanism@@UBEHPBD@Z @48080 NONAME ?InternalIsDescendant@H225_ArrayOf_BandwidthDetails@@UBEHPBD@Z @48081 NONAME ?InternalIsDescendant@H225_ArrayOf_CallReferenceValue@@UBEHPBD@Z @48082 NONAME ?InternalIsDescendant@H225_ArrayOf_CallsAvailable@@UBEHPBD@Z @48083 NONAME ?InternalIsDescendant@H225_ArrayOf_ClearToken@@UBEHPBD@Z @48084 NONAME ?InternalIsDescendant@H225_ArrayOf_ConferenceIdentifier@@UBEHPBD@Z @48085 NONAME ?InternalIsDescendant@H225_ArrayOf_ConferenceList@@UBEHPBD@Z @48086 NONAME ?InternalIsDescendant@H225_ArrayOf_CryptoH323Token@@UBEHPBD@Z @48087 NONAME ?InternalIsDescendant@H225_ArrayOf_DataRate@@UBEHPBD@Z @48088 NONAME ?InternalIsDescendant@H225_ArrayOf_Endpoint@@UBEHPBD@Z @48089 NONAME ?InternalIsDescendant@H225_ArrayOf_EnumeratedParameter@@UBEHPBD@Z @48090 NONAME ?InternalIsDescendant@H225_ArrayOf_ExtendedAliasAddress@@UBEHPBD@Z @48091 NONAME ?InternalIsDescendant@H225_ArrayOf_FeatureDescriptor@@UBEHPBD@Z @48092 NONAME ?InternalIsDescendant@H225_ArrayOf_GenericData@@UBEHPBD@Z @48093 NONAME ?InternalIsDescendant@H225_ArrayOf_H245Security@@UBEHPBD@Z @48094 NONAME ?InternalIsDescendant@H225_ArrayOf_H248PackagesDescriptor@@UBEHPBD@Z @48095 NONAME ?InternalIsDescendant@H225_ArrayOf_IntegrityMechanism@@UBEHPBD@Z @48096 NONAME ?InternalIsDescendant@H225_ArrayOf_NonStandardParameter@@UBEHPBD@Z @48097 NONAME ?InternalIsDescendant@H225_ArrayOf_PartyNumber@@UBEHPBD@Z @48098 NONAME ?InternalIsDescendant@H225_ArrayOf_PASN_ObjectId@@UBEHPBD@Z @48099 NONAME ?InternalIsDescendant@H225_ArrayOf_PASN_OctetString@@UBEHPBD@Z @48100 NONAME ?InternalIsDescendant@H225_ArrayOf_RasUsageSpecification@@UBEHPBD@Z @48101 NONAME ?InternalIsDescendant@H225_ArrayOf_RTPSession@@UBEHPBD@Z @48102 NONAME ?InternalIsDescendant@H225_ArrayOf_ServiceControlSession@@UBEHPBD@Z @48103 NONAME ?InternalIsDescendant@H225_ArrayOf_SupportedPrefix@@UBEHPBD@Z @48104 NONAME ?InternalIsDescendant@H225_ArrayOf_SupportedProtocols@@UBEHPBD@Z @48105 NONAME ?InternalIsDescendant@H225_ArrayOf_TransportAddress@@UBEHPBD@Z @48106 NONAME ?InternalIsDescendant@H225_ArrayOf_TransportChannelInfo@@UBEHPBD@Z @48107 NONAME ?InternalIsDescendant@H225_ArrayOf_TunnelledProtocol@@UBEHPBD@Z @48108 NONAME ?InternalIsDescendant@H225_BandRejectReason@@UBEHPBD@Z @48109 NONAME ?InternalIsDescendant@H225_BandWidth@@UBEHPBD@Z @48110 NONAME ?InternalIsDescendant@H225_BandwidthConfirm@@UBEHPBD@Z @48111 NONAME ?InternalIsDescendant@H225_BandwidthDetails@@UBEHPBD@Z @48112 NONAME ?InternalIsDescendant@H225_BandwidthReject@@UBEHPBD@Z @48113 NONAME ?InternalIsDescendant@H225_BandwidthRequest@@UBEHPBD@Z @48114 NONAME ?InternalIsDescendant@H225_CallCapacity@@UBEHPBD@Z @48115 NONAME ?InternalIsDescendant@H225_CallCapacityInfo@@UBEHPBD@Z @48116 NONAME ?InternalIsDescendant@H225_CallCreditCapability@@UBEHPBD@Z @48117 NONAME ?InternalIsDescendant@H225_CallCreditServiceControl@@UBEHPBD@Z @48118 NONAME ?InternalIsDescendant@H225_CallCreditServiceControl_billingMode@@UBEHPBD@Z @48119 NONAME ?InternalIsDescendant@H225_CallCreditServiceControl_callStartingPoint@@UBEHPBD@Z @48120 NONAME ?InternalIsDescendant@H225_CallIdentifier@@UBEHPBD@Z @48121 NONAME ?InternalIsDescendant@H225_CallLinkage@@UBEHPBD@Z @48122 NONAME ?InternalIsDescendant@H225_CallModel@@UBEHPBD@Z @48123 NONAME ?InternalIsDescendant@H225_CallProceeding_UUIE@@UBEHPBD@Z @48124 NONAME ?InternalIsDescendant@H225_CallReferenceValue@@UBEHPBD@Z @48125 NONAME ?InternalIsDescendant@H225_CallsAvailable@@UBEHPBD@Z @48126 NONAME ?InternalIsDescendant@H225_CallTerminationCause@@UBEHPBD@Z @48127 NONAME ?InternalIsDescendant@H225_CallType@@UBEHPBD@Z @48128 NONAME ?InternalIsDescendant@H225_CapacityReportingCapability@@UBEHPBD@Z @48129 NONAME ?InternalIsDescendant@H225_CapacityReportingSpecification@@UBEHPBD@Z @48130 NONAME ?InternalIsDescendant@H225_CapacityReportingSpecification_when@@UBEHPBD@Z @48131 NONAME ?InternalIsDescendant@H225_CarrierInfo@@UBEHPBD@Z @48132 NONAME ?InternalIsDescendant@H225_CicInfo@@UBEHPBD@Z @48133 NONAME ?InternalIsDescendant@H225_CicInfo_cic@@UBEHPBD@Z @48134 NONAME ?InternalIsDescendant@H225_CircuitIdentifier@@UBEHPBD@Z @48135 NONAME ?InternalIsDescendant@H225_CircuitInfo@@UBEHPBD@Z @48136 NONAME ?InternalIsDescendant@H225_ConferenceIdentifier@@UBEHPBD@Z @48137 NONAME ?InternalIsDescendant@H225_ConferenceList@@UBEHPBD@Z @48138 NONAME ?InternalIsDescendant@H225_Connect_UUIE@@UBEHPBD@Z @48139 NONAME ?InternalIsDescendant@H225_Connect_UUIE_language@@UBEHPBD@Z @48140 NONAME ?InternalIsDescendant@H225_Content@@UBEHPBD@Z @48141 NONAME ?InternalIsDescendant@H225_CryptoH323Token@@UBEHPBD@Z @48142 NONAME ?InternalIsDescendant@H225_CryptoH323Token_cryptoEPPwdHash@@UBEHPBD@Z @48143 NONAME ?InternalIsDescendant@H225_CryptoH323Token_cryptoGKPwdHash@@UBEHPBD@Z @48144 NONAME ?InternalIsDescendant@H225_DataRate@@UBEHPBD@Z @48145 NONAME ?InternalIsDescendant@H225_DisengageConfirm@@UBEHPBD@Z @48146 NONAME ?InternalIsDescendant@H225_DisengageReason@@UBEHPBD@Z @48147 NONAME ?InternalIsDescendant@H225_DisengageReject@@UBEHPBD@Z @48148 NONAME ?InternalIsDescendant@H225_DisengageRejectReason@@UBEHPBD@Z @48149 NONAME ?InternalIsDescendant@H225_DisengageRequest@@UBEHPBD@Z @48150 NONAME ?InternalIsDescendant@H225_EncodedFastStartToken@@UBEHPBD@Z @48151 NONAME ?InternalIsDescendant@H225_EncryptIntAlg@@UBEHPBD@Z @48152 NONAME ?InternalIsDescendant@H225_Endpoint@@UBEHPBD@Z @48153 NONAME ?InternalIsDescendant@H225_EndpointIdentifier@@UBEHPBD@Z @48154 NONAME ?InternalIsDescendant@H225_EndpointType@@UBEHPBD@Z @48155 NONAME ?InternalIsDescendant@H225_EnumeratedParameter@@UBEHPBD@Z @48156 NONAME ?InternalIsDescendant@H225_ExtendedAliasAddress@@UBEHPBD@Z @48157 NONAME ?InternalIsDescendant@H225_FacilityReason@@UBEHPBD@Z @48158 NONAME ?InternalIsDescendant@H225_Facility_UUIE@@UBEHPBD@Z @48159 NONAME ?InternalIsDescendant@H225_FastStartToken@@UBEHPBD@Z @48160 NONAME ?InternalIsDescendant@H225_FeatureDescriptor@@UBEHPBD@Z @48161 NONAME ?InternalIsDescendant@H225_FeatureSet@@UBEHPBD@Z @48162 NONAME ?InternalIsDescendant@H225_GatekeeperConfirm@@UBEHPBD@Z @48163 NONAME ?InternalIsDescendant@H225_GatekeeperIdentifier@@UBEHPBD@Z @48164 NONAME ?InternalIsDescendant@H225_GatekeeperInfo@@UBEHPBD@Z @48165 NONAME ?InternalIsDescendant@H225_GatekeeperReject@@UBEHPBD@Z @48166 NONAME ?InternalIsDescendant@H225_GatekeeperRejectReason@@UBEHPBD@Z @48167 NONAME ?InternalIsDescendant@H225_GatekeeperRequest@@UBEHPBD@Z @48168 NONAME ?InternalIsDescendant@H225_GatewayInfo@@UBEHPBD@Z @48169 NONAME ?InternalIsDescendant@H225_GenericData@@UBEHPBD@Z @48170 NONAME ?InternalIsDescendant@H225_GenericIdentifier@@UBEHPBD@Z @48171 NONAME ?InternalIsDescendant@H225_GloballyUniqueID@@UBEHPBD@Z @48172 NONAME ?InternalIsDescendant@H225_GroupID@@UBEHPBD@Z @48173 NONAME ?InternalIsDescendant@H225_GroupID_member@@UBEHPBD@Z @48174 NONAME ?InternalIsDescendant@H225_GSM_UIM@@UBEHPBD@Z @48175 NONAME ?InternalIsDescendant@H225_H221NonStandard@@UBEHPBD@Z @48176 NONAME ?InternalIsDescendant@H225_H245Security@@UBEHPBD@Z @48177 NONAME ?InternalIsDescendant@H225_H248PackagesDescriptor@@UBEHPBD@Z @48178 NONAME ?InternalIsDescendant@H225_H248SignalsDescriptor@@UBEHPBD@Z @48179 NONAME ?InternalIsDescendant@H225_H310Caps@@UBEHPBD@Z @48180 NONAME ?InternalIsDescendant@H225_H320Caps@@UBEHPBD@Z @48181 NONAME ?InternalIsDescendant@H225_H321Caps@@UBEHPBD@Z @48182 NONAME ?InternalIsDescendant@H225_H322Caps@@UBEHPBD@Z @48183 NONAME ?InternalIsDescendant@H225_H323Caps@@UBEHPBD@Z @48184 NONAME ?InternalIsDescendant@H225_H323_UserInformation@@UBEHPBD@Z @48185 NONAME ?InternalIsDescendant@H225_H323_UserInformation_user_data@@UBEHPBD@Z @48186 NONAME ?InternalIsDescendant@H225_H323_UU_PDU@@UBEHPBD@Z @48187 NONAME ?InternalIsDescendant@H225_H323_UU_PDU_h323_message_body@@UBEHPBD@Z @48188 NONAME ?InternalIsDescendant@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBEHPBD@Z @48189 NONAME ?InternalIsDescendant@H225_H324Caps@@UBEHPBD@Z @48190 NONAME ?InternalIsDescendant@H225_ICV@@UBEHPBD@Z @48191 NONAME ?InternalIsDescendant@H225_InfoRequest@@UBEHPBD@Z @48192 NONAME ?InternalIsDescendant@H225_InfoRequestAck@@UBEHPBD@Z @48193 NONAME ?InternalIsDescendant@H225_InfoRequestNak@@UBEHPBD@Z @48194 NONAME ?InternalIsDescendant@H225_InfoRequestNakReason@@UBEHPBD@Z @48195 NONAME ?InternalIsDescendant@H225_InfoRequestResponse@@UBEHPBD@Z @48196 NONAME ?InternalIsDescendant@H225_InfoRequestResponseStatus@@UBEHPBD@Z @48197 NONAME ?InternalIsDescendant@H225_InfoRequestResponse_perCallInfo@@UBEHPBD@Z @48198 NONAME ?InternalIsDescendant@H225_InfoRequestResponse_perCallInfo_subtype@@UBEHPBD@Z @48199 NONAME ?InternalIsDescendant@H225_InfoRequestResponse_perCallInfo_subtype_pdu@@UBEHPBD@Z @48200 NONAME ?InternalIsDescendant@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBEHPBD@Z @48201 NONAME ?InternalIsDescendant@H225_Information_UUIE@@UBEHPBD@Z @48202 NONAME ?InternalIsDescendant@H225_IntegrityMechanism@@UBEHPBD@Z @48203 NONAME ?InternalIsDescendant@H225_LocationConfirm@@UBEHPBD@Z @48204 NONAME ?InternalIsDescendant@H225_LocationReject@@UBEHPBD@Z @48205 NONAME ?InternalIsDescendant@H225_LocationRejectReason@@UBEHPBD@Z @48206 NONAME ?InternalIsDescendant@H225_LocationRequest@@UBEHPBD@Z @48207 NONAME ?InternalIsDescendant@H225_McuInfo@@UBEHPBD@Z @48208 NONAME ?InternalIsDescendant@H225_MobileUIM@@UBEHPBD@Z @48209 NONAME ?InternalIsDescendant@H225_NonIsoIntegrityMechanism@@UBEHPBD@Z @48210 NONAME ?InternalIsDescendant@H225_NonStandardIdentifier@@UBEHPBD@Z @48211 NONAME ?InternalIsDescendant@H225_NonStandardMessage@@UBEHPBD@Z @48212 NONAME ?InternalIsDescendant@H225_NonStandardParameter@@UBEHPBD@Z @48213 NONAME ?InternalIsDescendant@H225_NonStandardProtocol@@UBEHPBD@Z @48214 NONAME ?InternalIsDescendant@H225_Notify_UUIE@@UBEHPBD@Z @48215 NONAME ?InternalIsDescendant@H225_NumberDigits@@UBEHPBD@Z @48216 NONAME ?InternalIsDescendant@H225_PartyNumber@@UBEHPBD@Z @48217 NONAME ?InternalIsDescendant@H225_PresentationIndicator@@UBEHPBD@Z @48218 NONAME ?InternalIsDescendant@H225_PrivatePartyNumber@@UBEHPBD@Z @48219 NONAME ?InternalIsDescendant@H225_PrivateTypeOfNumber@@UBEHPBD@Z @48220 NONAME ?InternalIsDescendant@H225_Progress_UUIE@@UBEHPBD@Z @48221 NONAME ?InternalIsDescendant@H225_ProtocolIdentifier@@UBEHPBD@Z @48222 NONAME ?InternalIsDescendant@H225_PublicPartyNumber@@UBEHPBD@Z @48223 NONAME ?InternalIsDescendant@H225_PublicTypeOfNumber@@UBEHPBD@Z @48224 NONAME ?InternalIsDescendant@H225_Q954Details@@UBEHPBD@Z @48225 NONAME ?InternalIsDescendant@H225_QseriesOptions@@UBEHPBD@Z @48226 NONAME ?InternalIsDescendant@H225_RAS@@UBEHPBD@Z @48227 NONAME ?InternalIsDescendant@H225_RasMessage@@UBEHPBD@Z @48228 NONAME ?InternalIsDescendant@H225_RasUsageInformation@@UBEHPBD@Z @48229 NONAME ?InternalIsDescendant@H225_RasUsageInfoTypes@@UBEHPBD@Z @48230 NONAME ?InternalIsDescendant@H225_RasUsageSpecification@@UBEHPBD@Z @48231 NONAME ?InternalIsDescendant@H225_RasUsageSpecification_callStartingPoint@@UBEHPBD@Z @48232 NONAME ?InternalIsDescendant@H225_RasUsageSpecification_when@@UBEHPBD@Z @48233 NONAME ?InternalIsDescendant@H225_RegistrationConfirm@@UBEHPBD@Z @48234 NONAME ?InternalIsDescendant@H225_RegistrationConfirm_preGrantedARQ@@UBEHPBD@Z @48235 NONAME ?InternalIsDescendant@H225_RegistrationReject@@UBEHPBD@Z @48236 NONAME ?InternalIsDescendant@H225_RegistrationRejectReason@@UBEHPBD@Z @48237 NONAME ?InternalIsDescendant@H225_RegistrationRejectReason_invalidTerminalAliases@@UBEHPBD@Z @48238 NONAME ?InternalIsDescendant@H225_RegistrationRequest@@UBEHPBD@Z @48239 NONAME ?InternalIsDescendant@H225_ReleaseCompleteReason@@UBEHPBD@Z @48240 NONAME ?InternalIsDescendant@H225_ReleaseComplete_UUIE@@UBEHPBD@Z @48241 NONAME ?InternalIsDescendant@H225_RequestInProgress@@UBEHPBD@Z @48242 NONAME ?InternalIsDescendant@H225_RequestSeqNum@@UBEHPBD@Z @48243 NONAME ?InternalIsDescendant@H225_ResourcesAvailableConfirm@@UBEHPBD@Z @48244 NONAME ?InternalIsDescendant@H225_ResourcesAvailableIndicate@@UBEHPBD@Z @48245 NONAME ?InternalIsDescendant@H225_RTPSession@@UBEHPBD@Z @48246 NONAME ?InternalIsDescendant@H225_RTPSession_associatedSessionIds@@UBEHPBD@Z @48247 NONAME ?InternalIsDescendant@H225_ScnConnectionAggregation@@UBEHPBD@Z @48248 NONAME ?InternalIsDescendant@H225_ScnConnectionType@@UBEHPBD@Z @48249 NONAME ?InternalIsDescendant@H225_ScreeningIndicator@@UBEHPBD@Z @48250 NONAME ?InternalIsDescendant@H225_SecurityCapabilities@@UBEHPBD@Z @48251 NONAME ?InternalIsDescendant@H225_SecurityErrors2@@UBEHPBD@Z @48252 NONAME ?InternalIsDescendant@H225_SecurityErrors@@UBEHPBD@Z @48253 NONAME ?InternalIsDescendant@H225_SecurityServiceMode@@UBEHPBD@Z @48254 NONAME ?InternalIsDescendant@H225_ServiceControlDescriptor@@UBEHPBD@Z @48255 NONAME ?InternalIsDescendant@H225_ServiceControlIndication@@UBEHPBD@Z @48256 NONAME ?InternalIsDescendant@H225_ServiceControlIndication_callSpecific@@UBEHPBD@Z @48257 NONAME ?InternalIsDescendant@H225_ServiceControlResponse@@UBEHPBD@Z @48258 NONAME ?InternalIsDescendant@H225_ServiceControlResponse_result@@UBEHPBD@Z @48259 NONAME ?InternalIsDescendant@H225_ServiceControlSession@@UBEHPBD@Z @48260 NONAME ?InternalIsDescendant@H225_ServiceControlSession_reason@@UBEHPBD@Z @48261 NONAME ?InternalIsDescendant@H225_SetupAcknowledge_UUIE@@UBEHPBD@Z @48262 NONAME ?InternalIsDescendant@H225_Setup_UUIE@@UBEHPBD@Z @48263 NONAME ?InternalIsDescendant@H225_Setup_UUIE_conferenceGoal@@UBEHPBD@Z @48264 NONAME ?InternalIsDescendant@H225_Setup_UUIE_connectionParameters@@UBEHPBD@Z @48265 NONAME ?InternalIsDescendant@H225_Setup_UUIE_language@@UBEHPBD@Z @48266 NONAME ?InternalIsDescendant@H225_SIPCaps@@UBEHPBD@Z @48267 NONAME ?InternalIsDescendant@H225_StatusInquiry_UUIE@@UBEHPBD@Z @48268 NONAME ?InternalIsDescendant@H225_Status_UUIE@@UBEHPBD@Z @48269 NONAME ?InternalIsDescendant@H225_StimulusControl@@UBEHPBD@Z @48270 NONAME ?InternalIsDescendant@H225_SupportedPrefix@@UBEHPBD@Z @48271 NONAME ?InternalIsDescendant@H225_SupportedProtocols@@UBEHPBD@Z @48272 NONAME ?InternalIsDescendant@H225_T120OnlyCaps@@UBEHPBD@Z @48273 NONAME ?InternalIsDescendant@H225_T38FaxAnnexbOnlyCaps@@UBEHPBD@Z @48274 NONAME ?InternalIsDescendant@H225_TBCD_STRING@@UBEHPBD@Z @48275 NONAME ?InternalIsDescendant@H225_TerminalInfo@@UBEHPBD@Z @48276 NONAME ?InternalIsDescendant@H225_TimeToLive@@UBEHPBD@Z @48277 NONAME ?InternalIsDescendant@H225_TransportAddress@@UBEHPBD@Z @48278 NONAME ?InternalIsDescendant@H225_TransportAddress_ip6Address@@UBEHPBD@Z @48279 NONAME ?InternalIsDescendant@H225_TransportAddress_ipAddress@@UBEHPBD@Z @48280 NONAME ?InternalIsDescendant@H225_TransportAddress_ipSourceRoute@@UBEHPBD@Z @48281 NONAME ?InternalIsDescendant@H225_TransportAddress_ipSourceRoute_route@@UBEHPBD@Z @48282 NONAME ?InternalIsDescendant@H225_TransportAddress_ipSourceRoute_routing@@UBEHPBD@Z @48283 NONAME ?InternalIsDescendant@H225_TransportAddress_ipxAddress@@UBEHPBD@Z @48284 NONAME ?InternalIsDescendant@H225_TransportChannelInfo@@UBEHPBD@Z @48285 NONAME ?InternalIsDescendant@H225_TransportQOS@@UBEHPBD@Z @48286 NONAME ?InternalIsDescendant@H225_TunnelledProtocol@@UBEHPBD@Z @48287 NONAME ?InternalIsDescendant@H225_TunnelledProtocolAlternateIdentifier@@UBEHPBD@Z @48288 NONAME ?InternalIsDescendant@H225_TunnelledProtocol_id@@UBEHPBD@Z @48289 NONAME ?InternalIsDescendant@H225_UnknownMessageResponse@@UBEHPBD@Z @48290 NONAME ?InternalIsDescendant@H225_UnregistrationConfirm@@UBEHPBD@Z @48291 NONAME ?InternalIsDescendant@H225_UnregistrationReject@@UBEHPBD@Z @48292 NONAME ?InternalIsDescendant@H225_UnregistrationRequest@@UBEHPBD@Z @48293 NONAME ?InternalIsDescendant@H225_UnregRejectReason@@UBEHPBD@Z @48294 NONAME ?InternalIsDescendant@H225_UnregRequestReason@@UBEHPBD@Z @48295 NONAME ?InternalIsDescendant@H225_UseSpecifiedTransport@@UBEHPBD@Z @48296 NONAME ?InternalIsDescendant@H225_UUIEsRequested@@UBEHPBD@Z @48297 NONAME ?InternalIsDescendant@H225_VendorIdentifier@@UBEHPBD@Z @48298 NONAME ?InternalIsDescendant@H225_VoiceCaps@@UBEHPBD@Z @48299 NONAME ?InternalIsDescendant@H235AuthCAT@@UBEHPBD@Z @48300 NONAME ?InternalIsDescendant@H235Authenticator@@UBEHPBD@Z @48301 NONAME ?InternalIsDescendant@H235Authenticators@@UBEHPBD@Z @48302 NONAME ?InternalIsDescendant@H235AuthProcedure1@@UBEHPBD@Z @48303 NONAME ?InternalIsDescendant@H235AuthSimpleMD5@@UBEHPBD@Z @48304 NONAME ?InternalIsDescendant@H235_AuthenticationBES@@UBEHPBD@Z @48305 NONAME ?InternalIsDescendant@H235_AuthenticationMechanism@@UBEHPBD@Z @48306 NONAME ?InternalIsDescendant@H235_ChallengeString@@UBEHPBD@Z @48307 NONAME ?InternalIsDescendant@H235_ClearToken@@UBEHPBD@Z @48308 NONAME ?InternalIsDescendant@H235_CryptoToken@@UBEHPBD@Z @48309 NONAME ?InternalIsDescendant@H235_CryptoToken_cryptoEncryptedToken@@UBEHPBD@Z @48310 NONAME ?InternalIsDescendant@H235_CryptoToken_cryptoHashedToken@@UBEHPBD@Z @48311 NONAME ?InternalIsDescendant@H235_CryptoToken_cryptoSignedToken@@UBEHPBD@Z @48312 NONAME ?InternalIsDescendant@H235_DHset@@UBEHPBD@Z @48313 NONAME ?InternalIsDescendant@H235_ECGDSASignature@@UBEHPBD@Z @48314 NONAME ?InternalIsDescendant@H235_ECKASDH@@UBEHPBD@Z @48315 NONAME ?InternalIsDescendant@H235_ECKASDH_eckasdh2@@UBEHPBD@Z @48316 NONAME ?InternalIsDescendant@H235_ECKASDH_eckasdhp@@UBEHPBD@Z @48317 NONAME ?InternalIsDescendant@H235_ECpoint@@UBEHPBD@Z @48318 NONAME ?InternalIsDescendant@H235_EncodedGeneralToken@@UBEHPBD@Z @48319 NONAME ?InternalIsDescendant@H235_EncodedKeySignedMaterial@@UBEHPBD@Z @48320 NONAME ?InternalIsDescendant@H235_EncodedKeySyncMaterial@@UBEHPBD@Z @48321 NONAME ?InternalIsDescendant@H235_EncodedPwdCertToken@@UBEHPBD@Z @48322 NONAME ?InternalIsDescendant@H235_EncodedReturnSig@@UBEHPBD@Z @48323 NONAME ?InternalIsDescendant@H235_H235CertificateSignature@@UBEHPBD@Z @48324 NONAME ?InternalIsDescendant@H235_H235Key@@UBEHPBD@Z @48325 NONAME ?InternalIsDescendant@H235_Identifier@@UBEHPBD@Z @48326 NONAME ?InternalIsDescendant@H235_IV16@@UBEHPBD@Z @48327 NONAME ?InternalIsDescendant@H235_IV8@@UBEHPBD@Z @48328 NONAME ?InternalIsDescendant@H235_KeyMaterial@@UBEHPBD@Z @48329 NONAME ?InternalIsDescendant@H235_KeySignedMaterial@@UBEHPBD@Z @48330 NONAME ?InternalIsDescendant@H235_KeySyncMaterial@@UBEHPBD@Z @48331 NONAME ?InternalIsDescendant@H235_NonStandardParameter@@UBEHPBD@Z @48332 NONAME ?InternalIsDescendant@H235_Params@@UBEHPBD@Z @48333 NONAME ?InternalIsDescendant@H235_Password@@UBEHPBD@Z @48334 NONAME ?InternalIsDescendant@H235_PwdCertToken@@UBEHPBD@Z @48335 NONAME ?InternalIsDescendant@H235_RandomVal@@UBEHPBD@Z @48336 NONAME ?InternalIsDescendant@H235_ReturnSig@@UBEHPBD@Z @48337 NONAME ?InternalIsDescendant@H235_TimeStamp@@UBEHPBD@Z @48338 NONAME ?InternalIsDescendant@H235_TypedCertificate@@UBEHPBD@Z @48339 NONAME ?InternalIsDescendant@H235_V3KeySyncMaterial@@UBEHPBD@Z @48340 NONAME ?InternalIsDescendant@H245NegLogicalChannel@@UBEHPBD@Z @48341 NONAME ?InternalIsDescendant@H245NegLogicalChannels@@UBEHPBD@Z @48342 NONAME ?InternalIsDescendant@H245NegMasterSlaveDetermination@@UBEHPBD@Z @48343 NONAME ?InternalIsDescendant@H245Negotiator@@UBEHPBD@Z @48344 NONAME ?InternalIsDescendant@H245NegRequestMode@@UBEHPBD@Z @48345 NONAME ?InternalIsDescendant@H245NegRoundTripDelay@@UBEHPBD@Z @48346 NONAME ?InternalIsDescendant@H245NegTerminalCapabilitySet@@UBEHPBD@Z @48347 NONAME ?InternalIsDescendant@H245TransportThread@@UBEHPBD@Z @48348 NONAME ?InternalIsDescendant@H245_AlternativeCapabilitySet@@UBEHPBD@Z @48349 NONAME ?InternalIsDescendant@H245_ArrayOf_AlternativeCapabilitySet@@UBEHPBD@Z @48350 NONAME ?InternalIsDescendant@H245_ArrayOf_BEnhancementParameters@@UBEHPBD@Z @48351 NONAME ?InternalIsDescendant@H245_ArrayOf_CapabilityDescriptor@@UBEHPBD@Z @48352 NONAME ?InternalIsDescendant@H245_ArrayOf_CapabilityDescriptorNumber@@UBEHPBD@Z @48353 NONAME ?InternalIsDescendant@H245_ArrayOf_CapabilityTableEntry@@UBEHPBD@Z @48354 NONAME ?InternalIsDescendant@H245_ArrayOf_CapabilityTableEntryNumber@@UBEHPBD@Z @48355 NONAME ?InternalIsDescendant@H245_ArrayOf_CommunicationModeTableEntry@@UBEHPBD@Z @48356 NONAME ?InternalIsDescendant@H245_ArrayOf_CustomPictureClockFrequency@@UBEHPBD@Z @48357 NONAME ?InternalIsDescendant@H245_ArrayOf_CustomPictureFormat@@UBEHPBD@Z @48358 NONAME ?InternalIsDescendant@H245_ArrayOf_DataApplicationCapability@@UBEHPBD@Z @48359 NONAME ?InternalIsDescendant@H245_ArrayOf_DialingInformationNetworkType@@UBEHPBD@Z @48360 NONAME ?InternalIsDescendant@H245_ArrayOf_DialingInformationNumber@@UBEHPBD@Z @48361 NONAME ?InternalIsDescendant@H245_ArrayOf_EnhancementOptions@@UBEHPBD@Z @48362 NONAME ?InternalIsDescendant@H245_ArrayOf_EscrowData@@UBEHPBD@Z @48363 NONAME ?InternalIsDescendant@H245_ArrayOf_GenericCapability@@UBEHPBD@Z @53250 NONAME ?InternalIsDescendant@H245_ArrayOf_GenericParameter@@UBEHPBD@Z @48364 NONAME ?InternalIsDescendant@H245_ArrayOf_H263ModeComboFlags@@UBEHPBD@Z @48365 NONAME ?InternalIsDescendant@H245_ArrayOf_H263VideoModeCombos@@UBEHPBD@Z @48366 NONAME ?InternalIsDescendant@H245_ArrayOf_MediaChannelCapability@@UBEHPBD@Z @48367 NONAME ?InternalIsDescendant@H245_ArrayOf_MediaDistributionCapability@@UBEHPBD@Z @48368 NONAME ?InternalIsDescendant@H245_ArrayOf_ModeDescription@@UBEHPBD@Z @48369 NONAME ?InternalIsDescendant@H245_ArrayOf_MultiplePayloadStreamElement@@UBEHPBD@Z @48370 NONAME ?InternalIsDescendant@H245_ArrayOf_MultiplePayloadStreamElementMode@@UBEHPBD@Z @48371 NONAME ?InternalIsDescendant@H245_ArrayOf_MultiplexElement@@UBEHPBD@Z @48372 NONAME ?InternalIsDescendant@H245_ArrayOf_MultiplexEntryDescriptor@@UBEHPBD@Z @48373 NONAME ?InternalIsDescendant@H245_ArrayOf_MultiplexEntryRejectionDescriptions@@UBEHPBD@Z @48374 NONAME ?InternalIsDescendant@H245_ArrayOf_MultiplexTableEntryNumber@@UBEHPBD@Z @48375 NONAME ?InternalIsDescendant@H245_ArrayOf_NonStandardParameter@@UBEHPBD@Z @48376 NONAME ?InternalIsDescendant@H245_ArrayOf_ParameterIdentifier@@UBEHPBD@Z @48377 NONAME ?InternalIsDescendant@H245_ArrayOf_PictureReference@@UBEHPBD@Z @48378 NONAME ?InternalIsDescendant@H245_ArrayOf_Q2931Address@@UBEHPBD@Z @48379 NONAME ?InternalIsDescendant@H245_ArrayOf_QOSCapability@@UBEHPBD@Z @48380 NONAME ?InternalIsDescendant@H245_ArrayOf_RedundancyEncodingCapability@@UBEHPBD@Z @48381 NONAME ?InternalIsDescendant@H245_ArrayOf_RedundancyEncodingDTModeElement@@UBEHPBD@Z @48382 NONAME ?InternalIsDescendant@H245_ArrayOf_RedundancyEncodingElement@@UBEHPBD@Z @48383 NONAME ?InternalIsDescendant@H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@UBEHPBD@Z @48384 NONAME ?InternalIsDescendant@H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@UBEHPBD@Z @48385 NONAME ?InternalIsDescendant@H245_ArrayOf_RTPPayloadType@@UBEHPBD@Z @48386 NONAME ?InternalIsDescendant@H245_ArrayOf_TerminalInformation@@UBEHPBD@Z @48387 NONAME ?InternalIsDescendant@H245_ArrayOf_TerminalLabel@@UBEHPBD@Z @48388 NONAME ?InternalIsDescendant@H245_ArrayOf_VCCapability@@UBEHPBD@Z @48389 NONAME ?InternalIsDescendant@H245_ArrayOf_VideoCapability@@UBEHPBD@Z @53251 NONAME ?InternalIsDescendant@H245_ATMParameters@@UBEHPBD@Z @48390 NONAME ?InternalIsDescendant@H245_AudioCapability@@UBEHPBD@Z @48391 NONAME ?InternalIsDescendant@H245_AudioCapability_g7231@@UBEHPBD@Z @48392 NONAME ?InternalIsDescendant@H245_AudioMode@@UBEHPBD@Z @48393 NONAME ?InternalIsDescendant@H245_AudioMode_g7231@@UBEHPBD@Z @48394 NONAME ?InternalIsDescendant@H245_AudioTelephonyEventCapability@@UBEHPBD@Z @48395 NONAME ?InternalIsDescendant@H245_AudioToneCapability@@UBEHPBD@Z @48396 NONAME ?InternalIsDescendant@H245_AuthenticationCapability@@UBEHPBD@Z @48397 NONAME ?InternalIsDescendant@H245_BEnhancementParameters@@UBEHPBD@Z @48398 NONAME ?InternalIsDescendant@H245_Capability@@UBEHPBD@Z @48399 NONAME ?InternalIsDescendant@H245_CapabilityDescriptor@@UBEHPBD@Z @48400 NONAME ?InternalIsDescendant@H245_CapabilityDescriptorNumber@@UBEHPBD@Z @48401 NONAME ?InternalIsDescendant@H245_CapabilityIdentifier@@UBEHPBD@Z @48402 NONAME ?InternalIsDescendant@H245_CapabilityTableEntry@@UBEHPBD@Z @48403 NONAME ?InternalIsDescendant@H245_CapabilityTableEntryNumber@@UBEHPBD@Z @48404 NONAME ?InternalIsDescendant@H245_Capability_h233EncryptionReceiveCapability@@UBEHPBD@Z @48405 NONAME ?InternalIsDescendant@H245_CertSelectionCriteria@@UBEHPBD@Z @48406 NONAME ?InternalIsDescendant@H245_CloseLogicalChannel@@UBEHPBD@Z @48407 NONAME ?InternalIsDescendant@H245_CloseLogicalChannelAck@@UBEHPBD@Z @48408 NONAME ?InternalIsDescendant@H245_CloseLogicalChannel_reason@@UBEHPBD@Z @48409 NONAME ?InternalIsDescendant@H245_CloseLogicalChannel_source@@UBEHPBD@Z @48410 NONAME ?InternalIsDescendant@H245_CommandMessage@@UBEHPBD@Z @48411 NONAME ?InternalIsDescendant@H245_CommunicationModeCommand@@UBEHPBD@Z @48412 NONAME ?InternalIsDescendant@H245_CommunicationModeRequest@@UBEHPBD@Z @48413 NONAME ?InternalIsDescendant@H245_CommunicationModeResponse@@UBEHPBD@Z @48414 NONAME ?InternalIsDescendant@H245_CommunicationModeTableEntry@@UBEHPBD@Z @48415 NONAME ?InternalIsDescendant@H245_CommunicationModeTableEntry_dataType@@UBEHPBD@Z @48416 NONAME ?InternalIsDescendant@H245_CompressionType@@UBEHPBD@Z @48417 NONAME ?InternalIsDescendant@H245_ConferenceCapability@@UBEHPBD@Z @48418 NONAME ?InternalIsDescendant@H245_ConferenceCommand@@UBEHPBD@Z @48419 NONAME ?InternalIsDescendant@H245_ConferenceID@@UBEHPBD@Z @48420 NONAME ?InternalIsDescendant@H245_ConferenceIndication@@UBEHPBD@Z @48421 NONAME ?InternalIsDescendant@H245_ConferenceRequest@@UBEHPBD@Z @48422 NONAME ?InternalIsDescendant@H245_ConferenceRequest_requestTerminalCertificate@@UBEHPBD@Z @48423 NONAME ?InternalIsDescendant@H245_ConferenceResponse@@UBEHPBD@Z @48424 NONAME ?InternalIsDescendant@H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@UBEHPBD@Z @48425 NONAME ?InternalIsDescendant@H245_ConferenceResponse_chairTokenOwnerResponse@@UBEHPBD@Z @48426 NONAME ?InternalIsDescendant@H245_ConferenceResponse_conferenceIDResponse@@UBEHPBD@Z @48427 NONAME ?InternalIsDescendant@H245_ConferenceResponse_extensionAddressResponse@@UBEHPBD@Z @48428 NONAME ?InternalIsDescendant@H245_ConferenceResponse_makeMeChairResponse@@UBEHPBD@Z @48429 NONAME ?InternalIsDescendant@H245_ConferenceResponse_makeTerminalBroadcasterResponse@@UBEHPBD@Z @48430 NONAME ?InternalIsDescendant@H245_ConferenceResponse_mCTerminalIDResponse@@UBEHPBD@Z @48431 NONAME ?InternalIsDescendant@H245_ConferenceResponse_passwordResponse@@UBEHPBD@Z @48432 NONAME ?InternalIsDescendant@H245_ConferenceResponse_sendThisSourceResponse@@UBEHPBD@Z @48433 NONAME ?InternalIsDescendant@H245_ConferenceResponse_terminalCertificateResponse@@UBEHPBD@Z @48434 NONAME ?InternalIsDescendant@H245_ConferenceResponse_terminalIDResponse@@UBEHPBD@Z @48435 NONAME ?InternalIsDescendant@H245_ConnectionIdentifier@@UBEHPBD@Z @48436 NONAME ?InternalIsDescendant@H245_CRCLength@@UBEHPBD@Z @48437 NONAME ?InternalIsDescendant@H245_Criteria@@UBEHPBD@Z @48438 NONAME ?InternalIsDescendant@H245_CustomPictureClockFrequency@@UBEHPBD@Z @48439 NONAME ?InternalIsDescendant@H245_CustomPictureFormat@@UBEHPBD@Z @48440 NONAME ?InternalIsDescendant@H245_CustomPictureFormat_mPI@@UBEHPBD@Z @48441 NONAME ?InternalIsDescendant@H245_CustomPictureFormat_mPI_customPCF@@UBEHPBD@Z @48442 NONAME ?InternalIsDescendant@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBEHPBD@Z @48443 NONAME ?InternalIsDescendant@H245_CustomPictureFormat_pixelAspectInformation@@UBEHPBD@Z @48444 NONAME ?InternalIsDescendant@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@UBEHPBD@Z @48445 NONAME ?InternalIsDescendant@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBEHPBD@Z @48446 NONAME ?InternalIsDescendant@H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@UBEHPBD@Z @48447 NONAME ?InternalIsDescendant@H245_DataApplicationCapability@@UBEHPBD@Z @48448 NONAME ?InternalIsDescendant@H245_DataApplicationCapability_application@@UBEHPBD@Z @48449 NONAME ?InternalIsDescendant@H245_DataApplicationCapability_application_nlpid@@UBEHPBD@Z @48450 NONAME ?InternalIsDescendant@H245_DataApplicationCapability_application_t38fax@@UBEHPBD@Z @48451 NONAME ?InternalIsDescendant@H245_DataApplicationCapability_application_t84@@UBEHPBD@Z @48452 NONAME ?InternalIsDescendant@H245_DataMode@@UBEHPBD@Z @48453 NONAME ?InternalIsDescendant@H245_DataMode_application@@UBEHPBD@Z @48454 NONAME ?InternalIsDescendant@H245_DataMode_application_nlpid@@UBEHPBD@Z @48455 NONAME ?InternalIsDescendant@H245_DataMode_application_t38fax@@UBEHPBD@Z @48456 NONAME ?InternalIsDescendant@H245_DataProtocolCapability@@UBEHPBD@Z @48457 NONAME ?InternalIsDescendant@H245_DataProtocolCapability_v76wCompression@@UBEHPBD@Z @48458 NONAME ?InternalIsDescendant@H245_DataType@@UBEHPBD@Z @48459 NONAME ?InternalIsDescendant@H245_DepFECCapability@@UBEHPBD@Z @53753 NONAME ?InternalIsDescendant@H245_DepFECCapability_rfc2733@@UBEHPBD@Z @53754 NONAME ?InternalIsDescendant@H245_DepFECCapability_rfc2733_separateStream@@UBEHPBD@Z @53755 NONAME ?InternalIsDescendant@H245_DepFECData@@UBEHPBD@Z @53756 NONAME ?InternalIsDescendant@H245_DepFECData_rfc2733@@UBEHPBD@Z @53757 NONAME ?InternalIsDescendant@H245_DepFECData_rfc2733_mode@@UBEHPBD@Z @53758 NONAME ?InternalIsDescendant@H245_DepFECData_rfc2733_mode_separateStream@@UBEHPBD@Z @53759 NONAME ?InternalIsDescendant@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBEHPBD@Z @53760 NONAME ?InternalIsDescendant@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBEHPBD@Z @53761 NONAME ?InternalIsDescendant@H245_DepFECMode@@UBEHPBD@Z @53762 NONAME ?InternalIsDescendant@H245_DepFECMode_rfc2733Mode@@UBEHPBD@Z @53763 NONAME ?InternalIsDescendant@H245_DepFECMode_rfc2733Mode_mode@@UBEHPBD@Z @53764 NONAME ?InternalIsDescendant@H245_DepFECMode_rfc2733Mode_mode_separateStream@@UBEHPBD@Z @53765 NONAME ?InternalIsDescendant@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBEHPBD@Z @53766 NONAME ?InternalIsDescendant@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBEHPBD@Z @53767 NONAME ?InternalIsDescendant@H245_DialingInformation@@UBEHPBD@Z @48460 NONAME ?InternalIsDescendant@H245_DialingInformationNetworkType@@UBEHPBD@Z @48461 NONAME ?InternalIsDescendant@H245_DialingInformationNumber@@UBEHPBD@Z @48462 NONAME ?InternalIsDescendant@H245_EncryptionAuthenticationAndIntegrity@@UBEHPBD@Z @48463 NONAME ?InternalIsDescendant@H245_EncryptionCapability@@UBEHPBD@Z @48464 NONAME ?InternalIsDescendant@H245_EncryptionCommand@@UBEHPBD@Z @48465 NONAME ?InternalIsDescendant@H245_EncryptionCommand_encryptionAlgorithmID@@UBEHPBD@Z @48466 NONAME ?InternalIsDescendant@H245_EncryptionMode@@UBEHPBD@Z @48467 NONAME ?InternalIsDescendant@H245_EncryptionSync@@UBEHPBD@Z @48468 NONAME ?InternalIsDescendant@H245_EncryptionUpdateDirection@@UBEHPBD@Z @53252 NONAME ?InternalIsDescendant@H245_EncryptionUpdateRequest@@UBEHPBD@Z @48469 NONAME ?InternalIsDescendant@H245_EndSessionCommand@@UBEHPBD@Z @48470 NONAME ?InternalIsDescendant@H245_EndSessionCommand_gstnOptions@@UBEHPBD@Z @48471 NONAME ?InternalIsDescendant@H245_EndSessionCommand_isdnOptions@@UBEHPBD@Z @48472 NONAME ?InternalIsDescendant@H245_EnhancementLayerInfo@@UBEHPBD@Z @48473 NONAME ?InternalIsDescendant@H245_EnhancementOptions@@UBEHPBD@Z @48474 NONAME ?InternalIsDescendant@H245_EscrowData@@UBEHPBD@Z @48475 NONAME ?InternalIsDescendant@H245_ExtendedVideoCapability@@UBEHPBD@Z @53253 NONAME ?InternalIsDescendant@H245_FECCapability@@UBEHPBD@Z @48476 NONAME ?InternalIsDescendant@H245_FECCapability_rfc2733Format@@UBEHPBD@Z @53768 NONAME ?InternalIsDescendant@H245_FECData@@UBEHPBD@Z @48479 NONAME ?InternalIsDescendant@H245_FECData_rfc2733@@UBEHPBD@Z @48480 NONAME ?InternalIsDescendant@H245_FECData_rfc2733_pktMode@@UBEHPBD@Z @53769 NONAME ?InternalIsDescendant@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBEHPBD@Z @53770 NONAME ?InternalIsDescendant@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UBEHPBD@Z @53771 NONAME ?InternalIsDescendant@H245_FECMode@@UBEHPBD@Z @48485 NONAME ?InternalIsDescendant@H245_FECMode_rfc2733Format@@UBEHPBD@Z @53772 NONAME ?InternalIsDescendant@H245_FlowControlCommand@@UBEHPBD@Z @48491 NONAME ?InternalIsDescendant@H245_FlowControlCommand_restriction@@UBEHPBD@Z @48492 NONAME ?InternalIsDescendant@H245_FlowControlCommand_scope@@UBEHPBD@Z @48493 NONAME ?InternalIsDescendant@H245_FlowControlIndication@@UBEHPBD@Z @48494 NONAME ?InternalIsDescendant@H245_FlowControlIndication_restriction@@UBEHPBD@Z @48495 NONAME ?InternalIsDescendant@H245_FlowControlIndication_scope@@UBEHPBD@Z @48496 NONAME ?InternalIsDescendant@H245_FunctionNotSupported@@UBEHPBD@Z @48497 NONAME ?InternalIsDescendant@H245_FunctionNotSupported_cause@@UBEHPBD@Z @48498 NONAME ?InternalIsDescendant@H245_FunctionNotUnderstood@@UBEHPBD@Z @48499 NONAME ?InternalIsDescendant@H245_G7231AnnexCCapability@@UBEHPBD@Z @48500 NONAME ?InternalIsDescendant@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBEHPBD@Z @48501 NONAME ?InternalIsDescendant@H245_G7231AnnexCMode@@UBEHPBD@Z @48502 NONAME ?InternalIsDescendant@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBEHPBD@Z @48503 NONAME ?InternalIsDescendant@H245_G729Extensions@@UBEHPBD@Z @48504 NONAME ?InternalIsDescendant@H245_GenericCapability@@UBEHPBD@Z @48505 NONAME ?InternalIsDescendant@H245_GenericMessage@@UBEHPBD@Z @53254 NONAME ?InternalIsDescendant@H245_GenericParameter@@UBEHPBD@Z @48506 NONAME ?InternalIsDescendant@H245_GSMAudioCapability@@UBEHPBD@Z @48507 NONAME ?InternalIsDescendant@H245_H222Capability@@UBEHPBD@Z @48508 NONAME ?InternalIsDescendant@H245_H222LogicalChannelParameters@@UBEHPBD@Z @48509 NONAME ?InternalIsDescendant@H245_H223AL1MParameters@@UBEHPBD@Z @48510 NONAME ?InternalIsDescendant@H245_H223AL1MParameters_arqType@@UBEHPBD@Z @48511 NONAME ?InternalIsDescendant@H245_H223AL1MParameters_crcLength@@UBEHPBD@Z @48512 NONAME ?InternalIsDescendant@H245_H223AL1MParameters_headerFEC@@UBEHPBD@Z @48513 NONAME ?InternalIsDescendant@H245_H223AL1MParameters_transferMode@@UBEHPBD@Z @48514 NONAME ?InternalIsDescendant@H245_H223AL2MParameters@@UBEHPBD@Z @48515 NONAME ?InternalIsDescendant@H245_H223AL2MParameters_headerFEC@@UBEHPBD@Z @48516 NONAME ?InternalIsDescendant@H245_H223AL3MParameters@@UBEHPBD@Z @48517 NONAME ?InternalIsDescendant@H245_H223AL3MParameters_arqType@@UBEHPBD@Z @48518 NONAME ?InternalIsDescendant@H245_H223AL3MParameters_crcLength@@UBEHPBD@Z @48519 NONAME ?InternalIsDescendant@H245_H223AL3MParameters_headerFormat@@UBEHPBD@Z @48520 NONAME ?InternalIsDescendant@H245_H223AnnexCArqParameters@@UBEHPBD@Z @48521 NONAME ?InternalIsDescendant@H245_H223AnnexCArqParameters_numberOfRetransmissions@@UBEHPBD@Z @48522 NONAME ?InternalIsDescendant@H245_H223AnnexCCapability@@UBEHPBD@Z @48523 NONAME ?InternalIsDescendant@H245_H223Capability@@UBEHPBD@Z @48524 NONAME ?InternalIsDescendant@H245_H223Capability_h223MultiplexTableCapability@@UBEHPBD@Z @48525 NONAME ?InternalIsDescendant@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBEHPBD@Z @48526 NONAME ?InternalIsDescendant@H245_H223Capability_mobileMultilinkFrameCapability@@UBEHPBD@Z @48527 NONAME ?InternalIsDescendant@H245_H223Capability_mobileOperationTransmitCapability@@UBEHPBD@Z @48528 NONAME ?InternalIsDescendant@H245_H223LogicalChannelParameters@@UBEHPBD@Z @48529 NONAME ?InternalIsDescendant@H245_H223LogicalChannelParameters_adaptationLayerType@@UBEHPBD@Z @48530 NONAME ?InternalIsDescendant@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBEHPBD@Z @48531 NONAME ?InternalIsDescendant@H245_H223ModeParameters@@UBEHPBD@Z @48532 NONAME ?InternalIsDescendant@H245_H223ModeParameters_adaptationLayerType@@UBEHPBD@Z @48533 NONAME ?InternalIsDescendant@H245_H223ModeParameters_adaptationLayerType_al3@@UBEHPBD@Z @48534 NONAME ?InternalIsDescendant@H245_H223MultiplexReconfiguration@@UBEHPBD@Z @48535 NONAME ?InternalIsDescendant@H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@UBEHPBD@Z @48536 NONAME ?InternalIsDescendant@H245_H223MultiplexReconfiguration_h223ModeChange@@UBEHPBD@Z @48537 NONAME ?InternalIsDescendant@H245_H223SkewIndication@@UBEHPBD@Z @48538 NONAME ?InternalIsDescendant@H245_H2250Capability@@UBEHPBD@Z @48539 NONAME ?InternalIsDescendant@H245_H2250Capability_mcCapability@@UBEHPBD@Z @48540 NONAME ?InternalIsDescendant@H245_H2250LogicalChannelAckParameters@@UBEHPBD@Z @48541 NONAME ?InternalIsDescendant@H245_H2250LogicalChannelParameters@@UBEHPBD@Z @48542 NONAME ?InternalIsDescendant@H245_H2250LogicalChannelParameters_mediaPacketization@@UBEHPBD@Z @48543 NONAME ?InternalIsDescendant@H245_H2250MaximumSkewIndication@@UBEHPBD@Z @48544 NONAME ?InternalIsDescendant@H245_H2250ModeParameters@@UBEHPBD@Z @48545 NONAME ?InternalIsDescendant@H245_H235Media@@UBEHPBD@Z @48546 NONAME ?InternalIsDescendant@H245_H235Media_mediaType@@UBEHPBD@Z @48547 NONAME ?InternalIsDescendant@H245_H235Mode@@UBEHPBD@Z @48548 NONAME ?InternalIsDescendant@H245_H235Mode_mediaMode@@UBEHPBD@Z @48549 NONAME ?InternalIsDescendant@H245_H235SecurityCapability@@UBEHPBD@Z @48550 NONAME ?InternalIsDescendant@H245_H261VideoCapability@@UBEHPBD@Z @48551 NONAME ?InternalIsDescendant@H245_H261VideoMode@@UBEHPBD@Z @48552 NONAME ?InternalIsDescendant@H245_H261VideoMode_resolution@@UBEHPBD@Z @48553 NONAME ?InternalIsDescendant@H245_H262VideoCapability@@UBEHPBD@Z @48554 NONAME ?InternalIsDescendant@H245_H262VideoMode@@UBEHPBD@Z @48555 NONAME ?InternalIsDescendant@H245_H262VideoMode_profileAndLevel@@UBEHPBD@Z @48556 NONAME ?InternalIsDescendant@H245_H263ModeComboFlags@@UBEHPBD@Z @48557 NONAME ?InternalIsDescendant@H245_H263Options@@UBEHPBD@Z @48558 NONAME ?InternalIsDescendant@H245_H263Version3Options@@UBEHPBD@Z @48559 NONAME ?InternalIsDescendant@H245_H263VideoCapability@@UBEHPBD@Z @48560 NONAME ?InternalIsDescendant@H245_H263VideoMode@@UBEHPBD@Z @48561 NONAME ?InternalIsDescendant@H245_H263VideoModeCombos@@UBEHPBD@Z @48562 NONAME ?InternalIsDescendant@H245_H263VideoMode_resolution@@UBEHPBD@Z @48563 NONAME ?InternalIsDescendant@H245_IndicationMessage@@UBEHPBD@Z @48564 NONAME ?InternalIsDescendant@H245_IntegrityCapability@@UBEHPBD@Z @48565 NONAME ?InternalIsDescendant@H245_IS11172AudioCapability@@UBEHPBD@Z @48566 NONAME ?InternalIsDescendant@H245_IS11172AudioMode@@UBEHPBD@Z @48567 NONAME ?InternalIsDescendant@H245_IS11172AudioMode_audioLayer@@UBEHPBD@Z @48568 NONAME ?InternalIsDescendant@H245_IS11172AudioMode_audioSampling@@UBEHPBD@Z @48569 NONAME ?InternalIsDescendant@H245_IS11172AudioMode_multichannelType@@UBEHPBD@Z @48570 NONAME ?InternalIsDescendant@H245_IS11172VideoCapability@@UBEHPBD@Z @48571 NONAME ?InternalIsDescendant@H245_IS11172VideoMode@@UBEHPBD@Z @48572 NONAME ?InternalIsDescendant@H245_IS13818AudioCapability@@UBEHPBD@Z @48573 NONAME ?InternalIsDescendant@H245_IS13818AudioMode@@UBEHPBD@Z @48574 NONAME ?InternalIsDescendant@H245_IS13818AudioMode_audioLayer@@UBEHPBD@Z @48575 NONAME ?InternalIsDescendant@H245_IS13818AudioMode_audioSampling@@UBEHPBD@Z @48576 NONAME ?InternalIsDescendant@H245_IS13818AudioMode_multichannelType@@UBEHPBD@Z @48577 NONAME ?InternalIsDescendant@H245_IV16@@UBEHPBD@Z @53255 NONAME ?InternalIsDescendant@H245_IV8@@UBEHPBD@Z @53256 NONAME ?InternalIsDescendant@H245_JitterIndication@@UBEHPBD@Z @48578 NONAME ?InternalIsDescendant@H245_JitterIndication_scope@@UBEHPBD@Z @48579 NONAME ?InternalIsDescendant@H245_KeyProtectionMethod@@UBEHPBD@Z @48580 NONAME ?InternalIsDescendant@H245_LogicalChannelNumber@@UBEHPBD@Z @48581 NONAME ?InternalIsDescendant@H245_LogicalChannelRateAcknowledge@@UBEHPBD@Z @48582 NONAME ?InternalIsDescendant@H245_LogicalChannelRateReject@@UBEHPBD@Z @48583 NONAME ?InternalIsDescendant@H245_LogicalChannelRateRejectReason@@UBEHPBD@Z @48584 NONAME ?InternalIsDescendant@H245_LogicalChannelRateRelease@@UBEHPBD@Z @48585 NONAME ?InternalIsDescendant@H245_LogicalChannelRateRequest@@UBEHPBD@Z @48586 NONAME ?InternalIsDescendant@H245_MaintenanceLoopAck@@UBEHPBD@Z @48587 NONAME ?InternalIsDescendant@H245_MaintenanceLoopAck_type@@UBEHPBD@Z @48588 NONAME ?InternalIsDescendant@H245_MaintenanceLoopOffCommand@@UBEHPBD@Z @48589 NONAME ?InternalIsDescendant@H245_MaintenanceLoopReject@@UBEHPBD@Z @48590 NONAME ?InternalIsDescendant@H245_MaintenanceLoopReject_cause@@UBEHPBD@Z @48591 NONAME ?InternalIsDescendant@H245_MaintenanceLoopReject_type@@UBEHPBD@Z @48592 NONAME ?InternalIsDescendant@H245_MaintenanceLoopRequest@@UBEHPBD@Z @48593 NONAME ?InternalIsDescendant@H245_MaintenanceLoopRequest_type@@UBEHPBD@Z @48594 NONAME ?InternalIsDescendant@H245_MasterSlaveDetermination@@UBEHPBD@Z @48595 NONAME ?InternalIsDescendant@H245_MasterSlaveDeterminationAck@@UBEHPBD@Z @48596 NONAME ?InternalIsDescendant@H245_MasterSlaveDeterminationAck_decision@@UBEHPBD@Z @48597 NONAME ?InternalIsDescendant@H245_MasterSlaveDeterminationReject@@UBEHPBD@Z @48598 NONAME ?InternalIsDescendant@H245_MasterSlaveDeterminationReject_cause@@UBEHPBD@Z @48599 NONAME ?InternalIsDescendant@H245_MasterSlaveDeterminationRelease@@UBEHPBD@Z @48600 NONAME ?InternalIsDescendant@H245_MaximumBitRate@@UBEHPBD@Z @48601 NONAME ?InternalIsDescendant@H245_MaxRedundancy@@UBEHPBD@Z @53773 NONAME ?InternalIsDescendant@H245_MCLocationIndication@@UBEHPBD@Z @48602 NONAME ?InternalIsDescendant@H245_McuNumber@@UBEHPBD@Z @48603 NONAME ?InternalIsDescendant@H245_MediaChannelCapability@@UBEHPBD@Z @48604 NONAME ?InternalIsDescendant@H245_MediaDistributionCapability@@UBEHPBD@Z @48605 NONAME ?InternalIsDescendant@H245_MediaEncryptionAlgorithm@@UBEHPBD@Z @48606 NONAME ?InternalIsDescendant@H245_MediaPacketizationCapability@@UBEHPBD@Z @48607 NONAME ?InternalIsDescendant@H245_MediaTransportType@@UBEHPBD@Z @48608 NONAME ?InternalIsDescendant@H245_MediaTransportType_atm_AAL5_compressed@@UBEHPBD@Z @48609 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand@@UBEHPBD@Z @48610 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand_type@@UBEHPBD@Z @48611 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBEHPBD@Z @53257 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBEHPBD@Z @53258 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand_type_lostPartialPicture@@UBEHPBD@Z @48612 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBEHPBD@Z @48613 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@UBEHPBD@Z @48614 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand_type_videoBadMBs@@UBEHPBD@Z @48615 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBEHPBD@Z @48616 NONAME ?InternalIsDescendant@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBEHPBD@Z @48617 NONAME ?InternalIsDescendant@H245_MiscellaneousIndication@@UBEHPBD@Z @48618 NONAME ?InternalIsDescendant@H245_MiscellaneousIndication_type@@UBEHPBD@Z @48619 NONAME ?InternalIsDescendant@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBEHPBD@Z @48620 NONAME ?InternalIsDescendant@H245_MobileMultilinkReconfigurationCommand@@UBEHPBD@Z @48621 NONAME ?InternalIsDescendant@H245_MobileMultilinkReconfigurationCommand_status@@UBEHPBD@Z @48622 NONAME ?InternalIsDescendant@H245_MobileMultilinkReconfigurationIndication@@UBEHPBD@Z @48623 NONAME ?InternalIsDescendant@H245_ModeDescription@@UBEHPBD@Z @48624 NONAME ?InternalIsDescendant@H245_ModeElement@@UBEHPBD@Z @48625 NONAME ?InternalIsDescendant@H245_ModeElementType@@UBEHPBD@Z @48626 NONAME ?InternalIsDescendant@H245_MulticastAddress@@UBEHPBD@Z @48627 NONAME ?InternalIsDescendant@H245_MulticastAddress_iP6Address@@UBEHPBD@Z @48628 NONAME ?InternalIsDescendant@H245_MulticastAddress_iPAddress@@UBEHPBD@Z @48629 NONAME ?InternalIsDescendant@H245_MultilinkIndication@@UBEHPBD@Z @48630 NONAME ?InternalIsDescendant@H245_MultilinkIndication_crcDesired@@UBEHPBD@Z @48631 NONAME ?InternalIsDescendant@H245_MultilinkIndication_excessiveError@@UBEHPBD@Z @48632 NONAME ?InternalIsDescendant@H245_MultilinkRequest@@UBEHPBD@Z @48633 NONAME ?InternalIsDescendant@H245_MultilinkRequest_addConnection@@UBEHPBD@Z @48634 NONAME ?InternalIsDescendant@H245_MultilinkRequest_callInformation@@UBEHPBD@Z @48635 NONAME ?InternalIsDescendant@H245_MultilinkRequest_maximumHeaderInterval@@UBEHPBD@Z @48636 NONAME ?InternalIsDescendant@H245_MultilinkRequest_maximumHeaderInterval_requestType@@UBEHPBD@Z @48637 NONAME ?InternalIsDescendant@H245_MultilinkRequest_removeConnection@@UBEHPBD@Z @48638 NONAME ?InternalIsDescendant@H245_MultilinkResponse@@UBEHPBD@Z @48639 NONAME ?InternalIsDescendant@H245_MultilinkResponse_addConnection@@UBEHPBD@Z @48640 NONAME ?InternalIsDescendant@H245_MultilinkResponse_addConnection_responseCode@@UBEHPBD@Z @48641 NONAME ?InternalIsDescendant@H245_MultilinkResponse_addConnection_responseCode_rejected@@UBEHPBD@Z @48642 NONAME ?InternalIsDescendant@H245_MultilinkResponse_callInformation@@UBEHPBD@Z @48643 NONAME ?InternalIsDescendant@H245_MultilinkResponse_maximumHeaderInterval@@UBEHPBD@Z @48644 NONAME ?InternalIsDescendant@H245_MultilinkResponse_removeConnection@@UBEHPBD@Z @48645 NONAME ?InternalIsDescendant@H245_MultimediaSystemControlMessage@@UBEHPBD@Z @48646 NONAME ?InternalIsDescendant@H245_MultiplePayloadStream@@UBEHPBD@Z @48647 NONAME ?InternalIsDescendant@H245_MultiplePayloadStreamCapability@@UBEHPBD@Z @48648 NONAME ?InternalIsDescendant@H245_MultiplePayloadStreamElement@@UBEHPBD@Z @48649 NONAME ?InternalIsDescendant@H245_MultiplePayloadStreamElementMode@@UBEHPBD@Z @48650 NONAME ?InternalIsDescendant@H245_MultiplePayloadStreamMode@@UBEHPBD@Z @48651 NONAME ?InternalIsDescendant@H245_MultiplexCapability@@UBEHPBD@Z @48652 NONAME ?InternalIsDescendant@H245_MultiplexedStreamCapability@@UBEHPBD@Z @48653 NONAME ?InternalIsDescendant@H245_MultiplexedStreamModeParameters@@UBEHPBD@Z @48654 NONAME ?InternalIsDescendant@H245_MultiplexedStreamParameter@@UBEHPBD@Z @48655 NONAME ?InternalIsDescendant@H245_MultiplexElement@@UBEHPBD@Z @48656 NONAME ?InternalIsDescendant@H245_MultiplexElement_repeatCount@@UBEHPBD@Z @48657 NONAME ?InternalIsDescendant@H245_MultiplexElement_type@@UBEHPBD@Z @48658 NONAME ?InternalIsDescendant@H245_MultiplexEntryDescriptor@@UBEHPBD@Z @48659 NONAME ?InternalIsDescendant@H245_MultiplexEntryRejectionDescriptions@@UBEHPBD@Z @48660 NONAME ?InternalIsDescendant@H245_MultiplexEntryRejectionDescriptions_cause@@UBEHPBD@Z @48661 NONAME ?InternalIsDescendant@H245_MultiplexEntrySend@@UBEHPBD@Z @48662 NONAME ?InternalIsDescendant@H245_MultiplexEntrySendAck@@UBEHPBD@Z @48663 NONAME ?InternalIsDescendant@H245_MultiplexEntrySendReject@@UBEHPBD@Z @48664 NONAME ?InternalIsDescendant@H245_MultiplexEntrySendRelease@@UBEHPBD@Z @48665 NONAME ?InternalIsDescendant@H245_MultiplexFormat@@UBEHPBD@Z @48666 NONAME ?InternalIsDescendant@H245_MultiplexTableEntryNumber@@UBEHPBD@Z @48667 NONAME ?InternalIsDescendant@H245_MultipointCapability@@UBEHPBD@Z @48668 NONAME ?InternalIsDescendant@H245_NetworkAccessParameters@@UBEHPBD@Z @48669 NONAME ?InternalIsDescendant@H245_NetworkAccessParameters_distribution@@UBEHPBD@Z @48670 NONAME ?InternalIsDescendant@H245_NetworkAccessParameters_networkAddress@@UBEHPBD@Z @48671 NONAME ?InternalIsDescendant@H245_NetworkAccessParameters_t120SetupProcedure@@UBEHPBD@Z @48672 NONAME ?InternalIsDescendant@H245_NewATMVCCommand@@UBEHPBD@Z @48673 NONAME ?InternalIsDescendant@H245_NewATMVCCommand_aal@@UBEHPBD@Z @48674 NONAME ?InternalIsDescendant@H245_NewATMVCCommand_aal_aal1@@UBEHPBD@Z @48675 NONAME ?InternalIsDescendant@H245_NewATMVCCommand_aal_aal1_clockRecovery@@UBEHPBD@Z @48676 NONAME ?InternalIsDescendant@H245_NewATMVCCommand_aal_aal1_errorCorrection@@UBEHPBD@Z @48677 NONAME ?InternalIsDescendant@H245_NewATMVCCommand_aal_aal5@@UBEHPBD@Z @48678 NONAME ?InternalIsDescendant@H245_NewATMVCCommand_multiplex@@UBEHPBD@Z @48679 NONAME ?InternalIsDescendant@H245_NewATMVCCommand_reverseParameters@@UBEHPBD@Z @48680 NONAME ?InternalIsDescendant@H245_NewATMVCCommand_reverseParameters_multiplex@@UBEHPBD@Z @48681 NONAME ?InternalIsDescendant@H245_NewATMVCIndication@@UBEHPBD@Z @48682 NONAME ?InternalIsDescendant@H245_NewATMVCIndication_aal@@UBEHPBD@Z @48683 NONAME ?InternalIsDescendant@H245_NewATMVCIndication_aal_aal1@@UBEHPBD@Z @48684 NONAME ?InternalIsDescendant@H245_NewATMVCIndication_aal_aal1_clockRecovery@@UBEHPBD@Z @48685 NONAME ?InternalIsDescendant@H245_NewATMVCIndication_aal_aal1_errorCorrection@@UBEHPBD@Z @48686 NONAME ?InternalIsDescendant@H245_NewATMVCIndication_aal_aal5@@UBEHPBD@Z @48687 NONAME ?InternalIsDescendant@H245_NewATMVCIndication_multiplex@@UBEHPBD@Z @48688 NONAME ?InternalIsDescendant@H245_NewATMVCIndication_reverseParameters@@UBEHPBD@Z @48689 NONAME ?InternalIsDescendant@H245_NewATMVCIndication_reverseParameters_multiplex@@UBEHPBD@Z @48690 NONAME ?InternalIsDescendant@H245_NonStandardIdentifier@@UBEHPBD@Z @48691 NONAME ?InternalIsDescendant@H245_NonStandardIdentifier_h221NonStandard@@UBEHPBD@Z @48692 NONAME ?InternalIsDescendant@H245_NonStandardMessage@@UBEHPBD@Z @48693 NONAME ?InternalIsDescendant@H245_NonStandardParameter@@UBEHPBD@Z @48694 NONAME ?InternalIsDescendant@H245_NoPTAudioTelephonyEventCapability@@UBEHPBD@Z @48695 NONAME ?InternalIsDescendant@H245_NoPTAudioToneCapability@@UBEHPBD@Z @48696 NONAME ?InternalIsDescendant@H245_OpenLogicalChannel@@UBEHPBD@Z @48697 NONAME ?InternalIsDescendant@H245_OpenLogicalChannelAck@@UBEHPBD@Z @48698 NONAME ?InternalIsDescendant@H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@UBEHPBD@Z @48699 NONAME ?InternalIsDescendant@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBEHPBD@Z @48700 NONAME ?InternalIsDescendant@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@UBEHPBD@Z @48701 NONAME ?InternalIsDescendant@H245_OpenLogicalChannelConfirm@@UBEHPBD@Z @48702 NONAME ?InternalIsDescendant@H245_OpenLogicalChannelReject@@UBEHPBD@Z @48703 NONAME ?InternalIsDescendant@H245_OpenLogicalChannelReject_cause@@UBEHPBD@Z @48704 NONAME ?InternalIsDescendant@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBEHPBD@Z @48705 NONAME ?InternalIsDescendant@H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@UBEHPBD@Z @48706 NONAME ?InternalIsDescendant@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBEHPBD@Z @48707 NONAME ?InternalIsDescendant@H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@UBEHPBD@Z @48708 NONAME ?InternalIsDescendant@H245_ParameterIdentifier@@UBEHPBD@Z @48709 NONAME ?InternalIsDescendant@H245_ParameterValue@@UBEHPBD@Z @48710 NONAME ?InternalIsDescendant@H245_Params@@UBEHPBD@Z @53259 NONAME ?InternalIsDescendant@H245_Password@@UBEHPBD@Z @48711 NONAME ?InternalIsDescendant@H245_PictureReference@@UBEHPBD@Z @48712 NONAME ?InternalIsDescendant@H245_Q2931Address@@UBEHPBD@Z @48713 NONAME ?InternalIsDescendant@H245_Q2931Address_address@@UBEHPBD@Z @48714 NONAME ?InternalIsDescendant@H245_QOSCapability@@UBEHPBD@Z @48715 NONAME ?InternalIsDescendant@H245_QOSMode@@UBEHPBD@Z @48716 NONAME ?InternalIsDescendant@H245_RedundancyEncoding@@UBEHPBD@Z @48717 NONAME ?InternalIsDescendant@H245_RedundancyEncodingCapability@@UBEHPBD@Z @48718 NONAME ?InternalIsDescendant@H245_RedundancyEncodingDTMode@@UBEHPBD@Z @48719 NONAME ?InternalIsDescendant@H245_RedundancyEncodingDTModeElement@@UBEHPBD@Z @48720 NONAME ?InternalIsDescendant@H245_RedundancyEncodingDTModeElement_type@@UBEHPBD@Z @48721 NONAME ?InternalIsDescendant@H245_RedundancyEncodingElement@@UBEHPBD@Z @48722 NONAME ?InternalIsDescendant@H245_RedundancyEncodingMethod@@UBEHPBD@Z @48723 NONAME ?InternalIsDescendant@H245_RedundancyEncodingMode@@UBEHPBD@Z @48724 NONAME ?InternalIsDescendant@H245_RedundancyEncodingMode_secondaryEncoding@@UBEHPBD@Z @48725 NONAME ?InternalIsDescendant@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBEHPBD@Z @48726 NONAME ?InternalIsDescendant@H245_RefPictureSelection@@UBEHPBD@Z @48727 NONAME ?InternalIsDescendant@H245_RefPictureSelection_additionalPictureMemory@@UBEHPBD@Z @48728 NONAME ?InternalIsDescendant@H245_RefPictureSelection_enhancedReferencePicSelect@@UBEHPBD@Z @48729 NONAME ?InternalIsDescendant@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBEHPBD@Z @48730 NONAME ?InternalIsDescendant@H245_RefPictureSelection_videoBackChannelSend@@UBEHPBD@Z @48731 NONAME ?InternalIsDescendant@H245_RemoteMCRequest@@UBEHPBD@Z @48732 NONAME ?InternalIsDescendant@H245_RemoteMCResponse@@UBEHPBD@Z @48733 NONAME ?InternalIsDescendant@H245_RemoteMCResponse_reject@@UBEHPBD@Z @48734 NONAME ?InternalIsDescendant@H245_RequestAllTerminalIDsResponse@@UBEHPBD@Z @48735 NONAME ?InternalIsDescendant@H245_RequestChannelClose@@UBEHPBD@Z @48736 NONAME ?InternalIsDescendant@H245_RequestChannelCloseAck@@UBEHPBD@Z @48737 NONAME ?InternalIsDescendant@H245_RequestChannelCloseReject@@UBEHPBD@Z @48738 NONAME ?InternalIsDescendant@H245_RequestChannelCloseReject_cause@@UBEHPBD@Z @48739 NONAME ?InternalIsDescendant@H245_RequestChannelCloseRelease@@UBEHPBD@Z @48740 NONAME ?InternalIsDescendant@H245_RequestChannelClose_reason@@UBEHPBD@Z @48741 NONAME ?InternalIsDescendant@H245_RequestMessage@@UBEHPBD@Z @48742 NONAME ?InternalIsDescendant@H245_RequestMode@@UBEHPBD@Z @48743 NONAME ?InternalIsDescendant@H245_RequestModeAck@@UBEHPBD@Z @48744 NONAME ?InternalIsDescendant@H245_RequestModeAck_response@@UBEHPBD@Z @48745 NONAME ?InternalIsDescendant@H245_RequestModeReject@@UBEHPBD@Z @48746 NONAME ?InternalIsDescendant@H245_RequestModeReject_cause@@UBEHPBD@Z @48747 NONAME ?InternalIsDescendant@H245_RequestModeRelease@@UBEHPBD@Z @48748 NONAME ?InternalIsDescendant@H245_RequestMultiplexEntry@@UBEHPBD@Z @48749 NONAME ?InternalIsDescendant@H245_RequestMultiplexEntryAck@@UBEHPBD@Z @48750 NONAME ?InternalIsDescendant@H245_RequestMultiplexEntryReject@@UBEHPBD@Z @48751 NONAME ?InternalIsDescendant@H245_RequestMultiplexEntryRejectionDescriptions@@UBEHPBD@Z @48752 NONAME ?InternalIsDescendant@H245_RequestMultiplexEntryRejectionDescriptions_cause@@UBEHPBD@Z @48753 NONAME ?InternalIsDescendant@H245_RequestMultiplexEntryRelease@@UBEHPBD@Z @48754 NONAME ?InternalIsDescendant@H245_ResponseMessage@@UBEHPBD@Z @48755 NONAME ?InternalIsDescendant@H245_RoundTripDelayRequest@@UBEHPBD@Z @48756 NONAME ?InternalIsDescendant@H245_RoundTripDelayResponse@@UBEHPBD@Z @48757 NONAME ?InternalIsDescendant@H245_RSVPParameters@@UBEHPBD@Z @48758 NONAME ?InternalIsDescendant@H245_RTPH263VideoRedundancyEncoding@@UBEHPBD@Z @48759 NONAME ?InternalIsDescendant@H245_RTPH263VideoRedundancyEncoding_containedThreads@@UBEHPBD@Z @48760 NONAME ?InternalIsDescendant@H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@UBEHPBD@Z @48761 NONAME ?InternalIsDescendant@H245_RTPH263VideoRedundancyFrameMapping@@UBEHPBD@Z @48762 NONAME ?InternalIsDescendant@H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@UBEHPBD@Z @48763 NONAME ?InternalIsDescendant@H245_RTPPayloadType@@UBEHPBD@Z @48764 NONAME ?InternalIsDescendant@H245_RTPPayloadType_payloadDescriptor@@UBEHPBD@Z @48765 NONAME ?InternalIsDescendant@H245_SendTerminalCapabilitySet@@UBEHPBD@Z @48766 NONAME ?InternalIsDescendant@H245_SendTerminalCapabilitySet_specificRequest@@UBEHPBD@Z @48767 NONAME ?InternalIsDescendant@H245_SequenceNumber@@UBEHPBD@Z @48768 NONAME ?InternalIsDescendant@H245_SubstituteConferenceIDCommand@@UBEHPBD@Z @48769 NONAME ?InternalIsDescendant@H245_T38FaxProfile@@UBEHPBD@Z @48770 NONAME ?InternalIsDescendant@H245_T38FaxRateManagement@@UBEHPBD@Z @48771 NONAME ?InternalIsDescendant@H245_T38FaxTcpOptions@@UBEHPBD@Z @48772 NONAME ?InternalIsDescendant@H245_T38FaxUdpOptions@@UBEHPBD@Z @48773 NONAME ?InternalIsDescendant@H245_T38FaxUdpOptions_t38FaxUdpEC@@UBEHPBD@Z @48774 NONAME ?InternalIsDescendant@H245_T84Profile@@UBEHPBD@Z @48775 NONAME ?InternalIsDescendant@H245_T84Profile_t84Restricted@@UBEHPBD@Z @48776 NONAME ?InternalIsDescendant@H245_TerminalCapabilitySet@@UBEHPBD@Z @48777 NONAME ?InternalIsDescendant@H245_TerminalCapabilitySetAck@@UBEHPBD@Z @48778 NONAME ?InternalIsDescendant@H245_TerminalCapabilitySetReject@@UBEHPBD@Z @48779 NONAME ?InternalIsDescendant@H245_TerminalCapabilitySetReject_cause@@UBEHPBD@Z @48780 NONAME ?InternalIsDescendant@H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@UBEHPBD@Z @48781 NONAME ?InternalIsDescendant@H245_TerminalCapabilitySetRelease@@UBEHPBD@Z @48782 NONAME ?InternalIsDescendant@H245_TerminalID@@UBEHPBD@Z @48783 NONAME ?InternalIsDescendant@H245_TerminalInformation@@UBEHPBD@Z @48784 NONAME ?InternalIsDescendant@H245_TerminalLabel@@UBEHPBD@Z @48785 NONAME ?InternalIsDescendant@H245_TerminalNumber@@UBEHPBD@Z @48786 NONAME ?InternalIsDescendant@H245_TerminalYouAreSeeingInSubPictureNumber@@UBEHPBD@Z @48787 NONAME ?InternalIsDescendant@H245_TransparencyParameters@@UBEHPBD@Z @48788 NONAME ?InternalIsDescendant@H245_TransportAddress@@UBEHPBD@Z @48789 NONAME ?InternalIsDescendant@H245_TransportCapability@@UBEHPBD@Z @48790 NONAME ?InternalIsDescendant@H245_UnicastAddress@@UBEHPBD@Z @48791 NONAME ?InternalIsDescendant@H245_UnicastAddress_iP6Address@@UBEHPBD@Z @48792 NONAME ?InternalIsDescendant@H245_UnicastAddress_iPAddress@@UBEHPBD@Z @48793 NONAME ?InternalIsDescendant@H245_UnicastAddress_iPSourceRouteAddress@@UBEHPBD@Z @48794 NONAME ?InternalIsDescendant@H245_UnicastAddress_iPSourceRouteAddress_route@@UBEHPBD@Z @48795 NONAME ?InternalIsDescendant@H245_UnicastAddress_iPSourceRouteAddress_routing@@UBEHPBD@Z @48796 NONAME ?InternalIsDescendant@H245_UnicastAddress_iPXAddress@@UBEHPBD@Z @48797 NONAME ?InternalIsDescendant@H245_UserInputCapability@@UBEHPBD@Z @48798 NONAME ?InternalIsDescendant@H245_UserInputIndication@@UBEHPBD@Z @48799 NONAME ?InternalIsDescendant@H245_UserInputIndication_encryptedAlphanumeric@@UBEHPBD@Z @53260 NONAME ?InternalIsDescendant@H245_UserInputIndication_extendedAlphanumeric@@UBEHPBD@Z @48800 NONAME ?InternalIsDescendant@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBEHPBD@Z @53261 NONAME ?InternalIsDescendant@H245_UserInputIndication_signal@@UBEHPBD@Z @48801 NONAME ?InternalIsDescendant@H245_UserInputIndication_signalUpdate@@UBEHPBD@Z @48802 NONAME ?InternalIsDescendant@H245_UserInputIndication_signalUpdate_rtp@@UBEHPBD@Z @48803 NONAME ?InternalIsDescendant@H245_UserInputIndication_signal_rtp@@UBEHPBD@Z @48804 NONAME ?InternalIsDescendant@H245_UserInputIndication_userInputSupportIndication@@UBEHPBD@Z @48805 NONAME ?InternalIsDescendant@H245_V42bis@@UBEHPBD@Z @48806 NONAME ?InternalIsDescendant@H245_V75Capability@@UBEHPBD@Z @48807 NONAME ?InternalIsDescendant@H245_V75Parameters@@UBEHPBD@Z @48808 NONAME ?InternalIsDescendant@H245_V76Capability@@UBEHPBD@Z @48809 NONAME ?InternalIsDescendant@H245_V76HDLCParameters@@UBEHPBD@Z @48810 NONAME ?InternalIsDescendant@H245_V76LogicalChannelParameters@@UBEHPBD@Z @48811 NONAME ?InternalIsDescendant@H245_V76LogicalChannelParameters_mode@@UBEHPBD@Z @48812 NONAME ?InternalIsDescendant@H245_V76LogicalChannelParameters_mode_eRM@@UBEHPBD@Z @48813 NONAME ?InternalIsDescendant@H245_V76LogicalChannelParameters_mode_eRM_recovery@@UBEHPBD@Z @48814 NONAME ?InternalIsDescendant@H245_V76LogicalChannelParameters_suspendResume@@UBEHPBD@Z @48815 NONAME ?InternalIsDescendant@H245_V76ModeParameters@@UBEHPBD@Z @48816 NONAME ?InternalIsDescendant@H245_VBDCapability@@UBEHPBD@Z @48817 NONAME ?InternalIsDescendant@H245_VBDMode@@UBEHPBD@Z @48818 NONAME ?InternalIsDescendant@H245_VCCapability@@UBEHPBD@Z @48819 NONAME ?InternalIsDescendant@H245_VCCapability_aal1@@UBEHPBD@Z @48820 NONAME ?InternalIsDescendant@H245_VCCapability_aal1ViaGateway@@UBEHPBD@Z @48821 NONAME ?InternalIsDescendant@H245_VCCapability_aal5@@UBEHPBD@Z @48822 NONAME ?InternalIsDescendant@H245_VCCapability_availableBitRates@@UBEHPBD@Z @48823 NONAME ?InternalIsDescendant@H245_VCCapability_availableBitRates_type@@UBEHPBD@Z @48824 NONAME ?InternalIsDescendant@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBEHPBD@Z @48825 NONAME ?InternalIsDescendant@H245_VendorIdentification@@UBEHPBD@Z @48826 NONAME ?InternalIsDescendant@H245_VideoCapability@@UBEHPBD@Z @48827 NONAME ?InternalIsDescendant@H245_VideoIndicateCompose@@UBEHPBD@Z @48828 NONAME ?InternalIsDescendant@H245_VideoMode@@UBEHPBD@Z @48829 NONAME ?InternalIsDescendant@H248_ActionReply@@UBEHPBD@Z @48830 NONAME ?InternalIsDescendant@H248_ActionRequest@@UBEHPBD@Z @48831 NONAME ?InternalIsDescendant@H248_AmmDescriptor@@UBEHPBD@Z @48832 NONAME ?InternalIsDescendant@H248_AmmRequest@@UBEHPBD@Z @48833 NONAME ?InternalIsDescendant@H248_AmmsReply@@UBEHPBD@Z @48834 NONAME ?InternalIsDescendant@H248_ArrayOf_ActionReply@@UBEHPBD@Z @48835 NONAME ?InternalIsDescendant@H248_ArrayOf_ActionRequest@@UBEHPBD@Z @48836 NONAME ?InternalIsDescendant@H248_ArrayOf_AmmDescriptor@@UBEHPBD@Z @48837 NONAME ?InternalIsDescendant@H248_ArrayOf_CommandReply@@UBEHPBD@Z @48838 NONAME ?InternalIsDescendant@H248_ArrayOf_CommandRequest@@UBEHPBD@Z @48839 NONAME ?InternalIsDescendant@H248_ArrayOf_EventParameter@@UBEHPBD@Z @48840 NONAME ?InternalIsDescendant@H248_ArrayOf_IndAuditParameter@@UBEHPBD@Z @48841 NONAME ?InternalIsDescendant@H248_ArrayOf_IndAudPropertyParm@@UBEHPBD@Z @48842 NONAME ?InternalIsDescendant@H248_ArrayOf_IndAudStreamDescriptor@@UBEHPBD@Z @48843 NONAME ?InternalIsDescendant@H248_ArrayOf_ModemType@@UBEHPBD@Z @48844 NONAME ?InternalIsDescendant@H248_ArrayOf_ObservedEvent@@UBEHPBD@Z @48845 NONAME ?InternalIsDescendant@H248_ArrayOf_PASN_OctetString@@UBEHPBD@Z @48846 NONAME ?InternalIsDescendant@H248_ArrayOf_PropertyGroup@@UBEHPBD@Z @48847 NONAME ?InternalIsDescendant@H248_ArrayOf_PropertyParm@@UBEHPBD@Z @48848 NONAME ?InternalIsDescendant@H248_ArrayOf_RequestedEvent@@UBEHPBD@Z @48849 NONAME ?InternalIsDescendant@H248_ArrayOf_SecondRequestedEvent@@UBEHPBD@Z @48850 NONAME ?InternalIsDescendant@H248_ArrayOf_Signal@@UBEHPBD@Z @48851 NONAME ?InternalIsDescendant@H248_ArrayOf_SigParameter@@UBEHPBD@Z @48852 NONAME ?InternalIsDescendant@H248_ArrayOf_StreamDescriptor@@UBEHPBD@Z @48853 NONAME ?InternalIsDescendant@H248_ArrayOf_TerminationID@@UBEHPBD@Z @48854 NONAME ?InternalIsDescendant@H248_ArrayOf_TopologyRequest@@UBEHPBD@Z @48855 NONAME ?InternalIsDescendant@H248_ArrayOf_Transaction@@UBEHPBD@Z @48856 NONAME ?InternalIsDescendant@H248_ArrayOf_WildcardField@@UBEHPBD@Z @48857 NONAME ?InternalIsDescendant@H248_AuditDescriptor@@UBEHPBD@Z @48858 NONAME ?InternalIsDescendant@H248_AuditReply@@UBEHPBD@Z @48859 NONAME ?InternalIsDescendant@H248_AuditRequest@@UBEHPBD@Z @48860 NONAME ?InternalIsDescendant@H248_AuditResult@@UBEHPBD@Z @48861 NONAME ?InternalIsDescendant@H248_AuditReturnParameter@@UBEHPBD@Z @48862 NONAME ?InternalIsDescendant@H248_AuthData@@UBEHPBD@Z @48863 NONAME ?InternalIsDescendant@H248_AuthenticationHeader@@UBEHPBD@Z @48864 NONAME ?InternalIsDescendant@H248_Command@@UBEHPBD@Z @48865 NONAME ?InternalIsDescendant@H248_CommandReply@@UBEHPBD@Z @48866 NONAME ?InternalIsDescendant@H248_CommandRequest@@UBEHPBD@Z @48867 NONAME ?InternalIsDescendant@H248_ContextAttrAuditRequest@@UBEHPBD@Z @48868 NONAME ?InternalIsDescendant@H248_ContextID@@UBEHPBD@Z @48869 NONAME ?InternalIsDescendant@H248_ContextRequest@@UBEHPBD@Z @48870 NONAME ?InternalIsDescendant@H248_DigitMapDescriptor@@UBEHPBD@Z @48871 NONAME ?InternalIsDescendant@H248_DigitMapName@@UBEHPBD@Z @48872 NONAME ?InternalIsDescendant@H248_DigitMapValue@@UBEHPBD@Z @48873 NONAME ?InternalIsDescendant@H248_DomainName@@UBEHPBD@Z @48874 NONAME ?InternalIsDescendant@H248_ErrorCode@@UBEHPBD@Z @48875 NONAME ?InternalIsDescendant@H248_ErrorDescriptor@@UBEHPBD@Z @48876 NONAME ?InternalIsDescendant@H248_ErrorText@@UBEHPBD@Z @48877 NONAME ?InternalIsDescendant@H248_EventBufferControl@@UBEHPBD@Z @48878 NONAME ?InternalIsDescendant@H248_EventBufferDescriptor@@UBEHPBD@Z @48879 NONAME ?InternalIsDescendant@H248_EventDM@@UBEHPBD@Z @48880 NONAME ?InternalIsDescendant@H248_EventName@@UBEHPBD@Z @48881 NONAME ?InternalIsDescendant@H248_EventParameter@@UBEHPBD@Z @48882 NONAME ?InternalIsDescendant@H248_EventParameter_extraInfo@@UBEHPBD@Z @48883 NONAME ?InternalIsDescendant@H248_EventsDescriptor@@UBEHPBD@Z @48884 NONAME ?InternalIsDescendant@H248_EventSpec@@UBEHPBD@Z @48885 NONAME ?InternalIsDescendant@H248_H221NonStandard@@UBEHPBD@Z @48886 NONAME ?InternalIsDescendant@H248_IndAudDigitMapDescriptor@@UBEHPBD@Z @48887 NONAME ?InternalIsDescendant@H248_IndAudEventBufferDescriptor@@UBEHPBD@Z @48888 NONAME ?InternalIsDescendant@H248_IndAudEventsDescriptor@@UBEHPBD@Z @48889 NONAME ?InternalIsDescendant@H248_IndAuditParameter@@UBEHPBD@Z @48890 NONAME ?InternalIsDescendant@H248_IndAudLocalControlDescriptor@@UBEHPBD@Z @48891 NONAME ?InternalIsDescendant@H248_IndAudLocalRemoteDescriptor@@UBEHPBD@Z @48892 NONAME ?InternalIsDescendant@H248_IndAudMediaDescriptor@@UBEHPBD@Z @48893 NONAME ?InternalIsDescendant@H248_IndAudMediaDescriptor_streams@@UBEHPBD@Z @48894 NONAME ?InternalIsDescendant@H248_IndAudPackagesDescriptor@@UBEHPBD@Z @48895 NONAME ?InternalIsDescendant@H248_IndAudPropertyGroup@@UBEHPBD@Z @48896 NONAME ?InternalIsDescendant@H248_IndAudPropertyParm@@UBEHPBD@Z @48897 NONAME ?InternalIsDescendant@H248_IndAudSeqSigList@@UBEHPBD@Z @48898 NONAME ?InternalIsDescendant@H248_IndAudSignal@@UBEHPBD@Z @48899 NONAME ?InternalIsDescendant@H248_IndAudSignalsDescriptor@@UBEHPBD@Z @48900 NONAME ?InternalIsDescendant@H248_IndAudStatisticsDescriptor@@UBEHPBD@Z @48901 NONAME ?InternalIsDescendant@H248_IndAudStreamDescriptor@@UBEHPBD@Z @48902 NONAME ?InternalIsDescendant@H248_IndAudStreamParms@@UBEHPBD@Z @48903 NONAME ?InternalIsDescendant@H248_IndAudTerminationStateDescriptor@@UBEHPBD@Z @48904 NONAME ?InternalIsDescendant@H248_IP4Address@@UBEHPBD@Z @48905 NONAME ?InternalIsDescendant@H248_IP6Address@@UBEHPBD@Z @48906 NONAME ?InternalIsDescendant@H248_LocalControlDescriptor@@UBEHPBD@Z @48907 NONAME ?InternalIsDescendant@H248_LocalRemoteDescriptor@@UBEHPBD@Z @48908 NONAME ?InternalIsDescendant@H248_MediaDescriptor@@UBEHPBD@Z @48909 NONAME ?InternalIsDescendant@H248_MediaDescriptor_streams@@UBEHPBD@Z @48910 NONAME ?InternalIsDescendant@H248_MegacoMessage@@UBEHPBD@Z @48911 NONAME ?InternalIsDescendant@H248_Message@@UBEHPBD@Z @48912 NONAME ?InternalIsDescendant@H248_Message_messageBody@@UBEHPBD@Z @48913 NONAME ?InternalIsDescendant@H248_MId@@UBEHPBD@Z @48914 NONAME ?InternalIsDescendant@H248_ModemDescriptor@@UBEHPBD@Z @48915 NONAME ?InternalIsDescendant@H248_ModemType@@UBEHPBD@Z @48916 NONAME ?InternalIsDescendant@H248_MuxDescriptor@@UBEHPBD@Z @48917 NONAME ?InternalIsDescendant@H248_MuxType@@UBEHPBD@Z @48918 NONAME ?InternalIsDescendant@H248_Name@@UBEHPBD@Z @48919 NONAME ?InternalIsDescendant@H248_NonStandardData@@UBEHPBD@Z @48920 NONAME ?InternalIsDescendant@H248_NonStandardIdentifier@@UBEHPBD@Z @48921 NONAME ?InternalIsDescendant@H248_NotifyCompletion@@UBEHPBD@Z @48922 NONAME ?InternalIsDescendant@H248_NotifyReply@@UBEHPBD@Z @48923 NONAME ?InternalIsDescendant@H248_NotifyRequest@@UBEHPBD@Z @48924 NONAME ?InternalIsDescendant@H248_ObservedEvent@@UBEHPBD@Z @48925 NONAME ?InternalIsDescendant@H248_ObservedEventsDescriptor@@UBEHPBD@Z @48926 NONAME ?InternalIsDescendant@H248_PackagesDescriptor@@UBEHPBD@Z @48927 NONAME ?InternalIsDescendant@H248_PackagesItem@@UBEHPBD@Z @48928 NONAME ?InternalIsDescendant@H248_PathName@@UBEHPBD@Z @48929 NONAME ?InternalIsDescendant@H248_PkgdName@@UBEHPBD@Z @48930 NONAME ?InternalIsDescendant@H248_PropertyGroup@@UBEHPBD@Z @48931 NONAME ?InternalIsDescendant@H248_PropertyParm@@UBEHPBD@Z @48932 NONAME ?InternalIsDescendant@H248_PropertyParm_extraInfo@@UBEHPBD@Z @48933 NONAME ?InternalIsDescendant@H248_Relation@@UBEHPBD@Z @48934 NONAME ?InternalIsDescendant@H248_RequestedActions@@UBEHPBD@Z @48935 NONAME ?InternalIsDescendant@H248_RequestedEvent@@UBEHPBD@Z @48936 NONAME ?InternalIsDescendant@H248_RequestID@@UBEHPBD@Z @48937 NONAME ?InternalIsDescendant@H248_SecondEventsDescriptor@@UBEHPBD@Z @48938 NONAME ?InternalIsDescendant@H248_SecondRequestedActions@@UBEHPBD@Z @48939 NONAME ?InternalIsDescendant@H248_SecondRequestedEvent@@UBEHPBD@Z @48940 NONAME ?InternalIsDescendant@H248_SecurityParmIndex@@UBEHPBD@Z @48941 NONAME ?InternalIsDescendant@H248_SeqSigList@@UBEHPBD@Z @48942 NONAME ?InternalIsDescendant@H248_SequenceNum@@UBEHPBD@Z @48943 NONAME ?InternalIsDescendant@H248_ServiceChangeAddress@@UBEHPBD@Z @48944 NONAME ?InternalIsDescendant@H248_ServiceChangeMethod@@UBEHPBD@Z @48945 NONAME ?InternalIsDescendant@H248_ServiceChangeParm@@UBEHPBD@Z @48946 NONAME ?InternalIsDescendant@H248_ServiceChangeProfile@@UBEHPBD@Z @48947 NONAME ?InternalIsDescendant@H248_ServiceChangeReply@@UBEHPBD@Z @48948 NONAME ?InternalIsDescendant@H248_ServiceChangeRequest@@UBEHPBD@Z @48949 NONAME ?InternalIsDescendant@H248_ServiceChangeResParm@@UBEHPBD@Z @48950 NONAME ?InternalIsDescendant@H248_ServiceChangeResult@@UBEHPBD@Z @48951 NONAME ?InternalIsDescendant@H248_ServiceState@@UBEHPBD@Z @48952 NONAME ?InternalIsDescendant@H248_Signal@@UBEHPBD@Z @48953 NONAME ?InternalIsDescendant@H248_SignalName@@UBEHPBD@Z @48954 NONAME ?InternalIsDescendant@H248_SignalRequest@@UBEHPBD@Z @48955 NONAME ?InternalIsDescendant@H248_SignalsDescriptor@@UBEHPBD@Z @48956 NONAME ?InternalIsDescendant@H248_SignalType@@UBEHPBD@Z @48957 NONAME ?InternalIsDescendant@H248_SigParameter@@UBEHPBD@Z @48958 NONAME ?InternalIsDescendant@H248_SigParameter_extraInfo@@UBEHPBD@Z @48959 NONAME ?InternalIsDescendant@H248_StatisticsDescriptor@@UBEHPBD@Z @48960 NONAME ?InternalIsDescendant@H248_StatisticsParameter@@UBEHPBD@Z @48961 NONAME ?InternalIsDescendant@H248_StreamDescriptor@@UBEHPBD@Z @48962 NONAME ?InternalIsDescendant@H248_StreamID@@UBEHPBD@Z @48963 NONAME ?InternalIsDescendant@H248_StreamMode@@UBEHPBD@Z @48964 NONAME ?InternalIsDescendant@H248_StreamParms@@UBEHPBD@Z @48965 NONAME ?InternalIsDescendant@H248_SubtractRequest@@UBEHPBD@Z @48966 NONAME ?InternalIsDescendant@H248_TerminationAudit@@UBEHPBD@Z @48967 NONAME ?InternalIsDescendant@H248_TerminationID@@UBEHPBD@Z @48968 NONAME ?InternalIsDescendant@H248_TerminationIDList@@UBEHPBD@Z @48969 NONAME ?InternalIsDescendant@H248_TerminationStateDescriptor@@UBEHPBD@Z @48970 NONAME ?InternalIsDescendant@H248_TimeNotation@@UBEHPBD@Z @48971 NONAME ?InternalIsDescendant@H248_TopologyRequest@@UBEHPBD@Z @48972 NONAME ?InternalIsDescendant@H248_TopologyRequest_topologyDirection@@UBEHPBD@Z @48973 NONAME ?InternalIsDescendant@H248_Transaction@@UBEHPBD@Z @48974 NONAME ?InternalIsDescendant@H248_TransactionAck@@UBEHPBD@Z @48975 NONAME ?InternalIsDescendant@H248_TransactionId@@UBEHPBD@Z @48976 NONAME ?InternalIsDescendant@H248_TransactionPending@@UBEHPBD@Z @48977 NONAME ?InternalIsDescendant@H248_TransactionReply@@UBEHPBD@Z @48978 NONAME ?InternalIsDescendant@H248_TransactionReply_transactionResult@@UBEHPBD@Z @48979 NONAME ?InternalIsDescendant@H248_TransactionRequest@@UBEHPBD@Z @48980 NONAME ?InternalIsDescendant@H248_TransactionResponseAck@@UBEHPBD@Z @48981 NONAME ?InternalIsDescendant@H248_Value@@UBEHPBD@Z @48982 NONAME ?InternalIsDescendant@H248_WildcardField@@UBEHPBD@Z @48983 NONAME ?InternalIsDescendant@H263Packet@@UBEHPBD@Z @53897 NONAME ?InternalIsDescendant@H263PacketList@@UBEHPBD@Z @53898 NONAME ?InternalIsDescendant@H323AudioCapability@@UBEHPBD@Z @48986 NONAME ?InternalIsDescendant@H323AudioCodec@@UBEHPBD@Z @48987 NONAME ?InternalIsDescendant@H323BidirectionalChannel@@UBEHPBD@Z @48988 NONAME ?InternalIsDescendant@H323CallCreditServiceControl@@UBEHPBD@Z @48989 NONAME ?InternalIsDescendant@H323Capabilities@@UBEHPBD@Z @48990 NONAME ?InternalIsDescendant@H323CapabilitiesSet@@UBEHPBD@Z @48991 NONAME ?InternalIsDescendant@H323Capability@@UBEHPBD@Z @48992 NONAME ?InternalIsDescendant@H323Channel@@UBEHPBD@Z @48994 NONAME ?InternalIsDescendant@H323ChannelNumber@@UBEHPBD@Z @48995 NONAME ?InternalIsDescendant@H323Codec@@UBEHPBD@Z @48996 NONAME ?InternalIsDescendant@H323CodecPluginGenericAudioCapability@@UBEHPBD@Z @53356 NONAME ?InternalIsDescendant@H323CodecPluginNonStandardAudioCapability@@UBEHPBD@Z @50482 NONAME ?InternalIsDescendant@H323Connection@@UBEHPBD@Z @48997 NONAME ?InternalIsDescendant@H323ConnectionsCleaner@@UBEHPBD@Z @48998 NONAME ?InternalIsDescendant@H323ControlPDU@@UBEHPBD@Z @48999 NONAME ?InternalIsDescendant@H323DataCapability@@UBEHPBD@Z @49000 NONAME ?InternalIsDescendant@H323DataChannel@@UBEHPBD@Z @49001 NONAME ?InternalIsDescendant@H323DynaLink@@UBEHPBD@Z @50672 NONAME ?InternalIsDescendant@H323EndPoint@@UBEHPBD@Z @49002 NONAME ?InternalIsDescendant@H323FramedAudioCodec@@UBEHPBD@Z @49003 NONAME ?InternalIsDescendant@H323Gatekeeper@@UBEHPBD@Z @49004 NONAME ?InternalIsDescendant@H323GatekeeperARQ@@UBEHPBD@Z @49005 NONAME ?InternalIsDescendant@H323GatekeeperBRQ@@UBEHPBD@Z @49006 NONAME ?InternalIsDescendant@H323GatekeeperCall@@UBEHPBD@Z @49007 NONAME ?InternalIsDescendant@H323GatekeeperDRQ@@UBEHPBD@Z @49008 NONAME ?InternalIsDescendant@H323GatekeeperGRQ@@UBEHPBD@Z @49009 NONAME ?InternalIsDescendant@H323GatekeeperIRR@@UBEHPBD@Z @49010 NONAME ?InternalIsDescendant@H323GatekeeperListener@@UBEHPBD@Z @49011 NONAME ?InternalIsDescendant@H323GatekeeperLRQ@@UBEHPBD@Z @49012 NONAME ?InternalIsDescendant@H323GatekeeperRequest@@UBEHPBD@Z @49013 NONAME ?InternalIsDescendant@H323GatekeeperRRQ@@UBEHPBD@Z @49014 NONAME ?InternalIsDescendant@H323GatekeeperServer@@UBEHPBD@Z @49015 NONAME ?InternalIsDescendant@H323GatekeeperURQ@@UBEHPBD@Z @49016 NONAME ?InternalIsDescendant@H323GenericAudioCapability@@UBEHPBD@Z @53357 NONAME ?InternalIsDescendant@H323GenericVideoCapability@@UBEHPBD@Z @53358 NONAME ?InternalIsDescendant@H323GSMPluginCapability@@UBEHPBD@Z @50483 NONAME ?InternalIsDescendant@H323H248ServiceControl@@UBEHPBD@Z @49017 NONAME ?InternalIsDescendant@H323HTTPServiceControl@@UBEHPBD@Z @49018 NONAME ?InternalIsDescendant@H323Listener@@UBEHPBD@Z @49019 NONAME ?InternalIsDescendant@H323ListenerTCP@@UBEHPBD@Z @49020 NONAME ?InternalIsDescendant@H323LogicalChannelThread@@UBEHPBD@Z @49021 NONAME ?InternalIsDescendant@H323NonStandardAudioCapability@@UBEHPBD@Z @49022 NONAME ?InternalIsDescendant@H323NonStandardDataCapability@@UBEHPBD@Z @49023 NONAME ?InternalIsDescendant@H323NonStandardVideoCapability@@UBEHPBD@Z @49024 NONAME ?InternalIsDescendant@H323PeerElement@@UBEHPBD@Z @49025 NONAME ?InternalIsDescendant@H323PeerElementDescriptor@@UBEHPBD@Z @49026 NONAME ?InternalIsDescendant@H323PeerElementServiceRelationship@@UBEHPBD@Z @49027 NONAME ?InternalIsDescendant@H323PluginCapability@@UBEHPBD@Z @50486 NONAME ?InternalIsDescendant@H323PluginCodecManager@@UBEHPBD@Z @51091 NONAME ?InternalIsDescendant@H323PluginFramedAudioCodec@@UBEHPBD@Z @50722 NONAME ?InternalIsDescendant@H323PluginG7231Capability@@UBEHPBD@Z @50487 NONAME ?InternalIsDescendant@H323PluginVideoCodec@@UBEHPBD@Z @50488 NONAME ?InternalIsDescendant@H323RasPDU@@UBEHPBD@Z @49028 NONAME ?InternalIsDescendant@H323RealTimeCapability@@UBEHPBD@Z @49029 NONAME ?InternalIsDescendant@H323RegisteredEndPoint@@UBEHPBD@Z @49030 NONAME ?InternalIsDescendant@H323ServiceControlSession@@UBEHPBD@Z @49031 NONAME ?InternalIsDescendant@H323SignalPDU@@UBEHPBD@Z @49032 NONAME ?InternalIsDescendant@H323SimultaneousCapabilities@@UBEHPBD@Z @49033 NONAME ?InternalIsDescendant@H323StreamedAudioCodec@@UBEHPBD@Z @49034 NONAME ?InternalIsDescendant@H323StreamedPluginAudioCodec@@UBEHPBD@Z @50723 NONAME ?InternalIsDescendant@H323Transaction@@UBEHPBD@Z @49035 NONAME ?InternalIsDescendant@H323TransactionServer@@UBEHPBD@Z @49036 NONAME ?InternalIsDescendant@H323Transactor@@UBEHPBD@Z @49037 NONAME ?InternalIsDescendant@H323Transport@@UBEHPBD@Z @49038 NONAME ?InternalIsDescendant@H323TransportAddress@@UBEHPBD@Z @49039 NONAME ?InternalIsDescendant@H323TransportAddressArray@@UBEHPBD@Z @49040 NONAME ?InternalIsDescendant@H323TransportIP@@UBEHPBD@Z @49041 NONAME ?InternalIsDescendant@H323TransportTCP@@UBEHPBD@Z @49042 NONAME ?InternalIsDescendant@H323TransportUDP@@UBEHPBD@Z @49043 NONAME ?InternalIsDescendant@H323UnidirectionalChannel@@UBEHPBD@Z @49044 NONAME ?InternalIsDescendant@H323VideoCapability@@UBEHPBD@Z @49045 NONAME ?InternalIsDescendant@H323VideoCodec@@UBEHPBD@Z @49046 NONAME ?InternalIsDescendant@H323_ALawCodec@@UBEHPBD@Z @49047 NONAME ?InternalIsDescendant@H323_AnnexG@@UBEHPBD@Z @49048 NONAME ?InternalIsDescendant@H323_CiscoG7231aLIDCapability@@UBEHPBD@Z @49049 NONAME ?InternalIsDescendant@H323_ExternalRTPChannel@@UBEHPBD@Z @49050 NONAME ?InternalIsDescendant@H323_G711Capability@@UBEHPBD@Z @49053 NONAME ?InternalIsDescendant@H323_H261Capability@@UBEHPBD@Z @49061 NONAME ?InternalIsDescendant@H323_H261Codec@@UBEHPBD@Z @49062 NONAME ?InternalIsDescendant@H323_LIDCapability@@UBEHPBD@Z @49065 NONAME ?InternalIsDescendant@H323_LIDCodec@@UBEHPBD@Z @49066 NONAME ?InternalIsDescendant@H323_muLawCodec@@UBEHPBD@Z @49069 NONAME ?InternalIsDescendant@H323_RealTimeChannel@@UBEHPBD@Z @49070 NONAME ?InternalIsDescendant@H323_RFC2190_H263Capability@@UBEHPBD@Z @53899 NONAME ?InternalIsDescendant@H323_RFC2190_H263Codec@@UBEHPBD@Z @53900 NONAME ?InternalIsDescendant@H323_RTPChannel@@UBEHPBD@Z @49071 NONAME ?InternalIsDescendant@H323_RTP_Session@@UBEHPBD@Z @49072 NONAME ?InternalIsDescendant@H323_RTP_UDP@@UBEHPBD@Z @49073 NONAME ?InternalIsDescendant@H323_T120Capability@@UBEHPBD@Z @49074 NONAME ?InternalIsDescendant@H323_T120Channel@@UBEHPBD@Z @49075 NONAME ?InternalIsDescendant@H323_T38Capability@@UBEHPBD@Z @49076 NONAME ?InternalIsDescendant@H323_T38Channel@@UBEHPBD@Z @49077 NONAME ?InternalIsDescendant@H323_T38NonStandardCapability@@UBEHPBD@Z @49078 NONAME ?InternalIsDescendant@H323_UserInputCapability@@UBEHPBD@Z @49079 NONAME ?InternalIsDescendant@H45010_ArrayOf_MixedExtension@@UBEHPBD@Z @49080 NONAME ?InternalIsDescendant@H45010_CfbOvrOptArg@@UBEHPBD@Z @49081 NONAME ?InternalIsDescendant@H45010_CoReqOptArg@@UBEHPBD@Z @49082 NONAME ?InternalIsDescendant@H45010_H323CallOfferOperations@@UBEHPBD@Z @49083 NONAME ?InternalIsDescendant@H45010_RUAlertOptArg@@UBEHPBD@Z @49084 NONAME ?InternalIsDescendant@H45011Handler@@UBEHPBD@Z @49085 NONAME ?InternalIsDescendant@H45011_ArrayOf_MixedExtension@@UBEHPBD@Z @49086 NONAME ?InternalIsDescendant@H45011_CallIntrusionErrors@@UBEHPBD@Z @49087 NONAME ?InternalIsDescendant@H45011_CICapabilityLevel@@UBEHPBD@Z @49088 NONAME ?InternalIsDescendant@H45011_CIFrcRelArg@@UBEHPBD@Z @49089 NONAME ?InternalIsDescendant@H45011_CIFrcRelOptRes@@UBEHPBD@Z @49090 NONAME ?InternalIsDescendant@H45011_CIGetCIPLOptArg@@UBEHPBD@Z @49091 NONAME ?InternalIsDescendant@H45011_CIGetCIPLRes@@UBEHPBD@Z @49092 NONAME ?InternalIsDescendant@H45011_CIIsOptArg@@UBEHPBD@Z @49093 NONAME ?InternalIsDescendant@H45011_CIIsOptRes@@UBEHPBD@Z @49094 NONAME ?InternalIsDescendant@H45011_CINotificationArg@@UBEHPBD@Z @49095 NONAME ?InternalIsDescendant@H45011_CIProtectionLevel@@UBEHPBD@Z @49096 NONAME ?InternalIsDescendant@H45011_CIRequestArg@@UBEHPBD@Z @49097 NONAME ?InternalIsDescendant@H45011_CIRequestRes@@UBEHPBD@Z @49098 NONAME ?InternalIsDescendant@H45011_CISilentArg@@UBEHPBD@Z @49099 NONAME ?InternalIsDescendant@H45011_CISilentOptRes@@UBEHPBD@Z @49100 NONAME ?InternalIsDescendant@H45011_CIStatusInformation@@UBEHPBD@Z @49101 NONAME ?InternalIsDescendant@H45011_CIWobOptArg@@UBEHPBD@Z @49102 NONAME ?InternalIsDescendant@H45011_CIWobOptRes@@UBEHPBD@Z @49103 NONAME ?InternalIsDescendant@H45011_H323CallIntrusionOperations@@UBEHPBD@Z @49104 NONAME ?InternalIsDescendant@H4501_Address@@UBEHPBD@Z @49105 NONAME ?InternalIsDescendant@H4501_AddressInformation@@UBEHPBD@Z @49106 NONAME ?InternalIsDescendant@H4501_AddressScreened@@UBEHPBD@Z @49107 NONAME ?InternalIsDescendant@H4501_ArrayOf_AliasAddress@@UBEHPBD@Z @49108 NONAME ?InternalIsDescendant@H4501_ArrayOf_ROS@@UBEHPBD@Z @49109 NONAME ?InternalIsDescendant@H4501_EndpointAddress@@UBEHPBD@Z @49110 NONAME ?InternalIsDescendant@H4501_EntityType@@UBEHPBD@Z @49111 NONAME ?InternalIsDescendant@H4501_Extension@@UBEHPBD@Z @49112 NONAME ?InternalIsDescendant@H4501_GeneralErrorList@@UBEHPBD@Z @49113 NONAME ?InternalIsDescendant@H4501_H225InformationElement@@UBEHPBD@Z @49114 NONAME ?InternalIsDescendant@H4501_InterpretationApdu@@UBEHPBD@Z @49115 NONAME ?InternalIsDescendant@H4501_InvokeIDs@@UBEHPBD@Z @49116 NONAME ?InternalIsDescendant@H4501_InvokeIdSet@@UBEHPBD@Z @49117 NONAME ?InternalIsDescendant@H4501_NetworkFacilityExtension@@UBEHPBD@Z @49118 NONAME ?InternalIsDescendant@H4501_NSAPSubaddress@@UBEHPBD@Z @49119 NONAME ?InternalIsDescendant@H4501_NumberScreened@@UBEHPBD@Z @49120 NONAME ?InternalIsDescendant@H4501_PartySubaddress@@UBEHPBD@Z @49121 NONAME ?InternalIsDescendant@H4501_PresentationAllowedIndicator@@UBEHPBD@Z @49122 NONAME ?InternalIsDescendant@H4501_PresentedAddressScreened@@UBEHPBD@Z @49123 NONAME ?InternalIsDescendant@H4501_PresentedAddressUnscreened@@UBEHPBD@Z @49124 NONAME ?InternalIsDescendant@H4501_PresentedNumberScreened@@UBEHPBD@Z @49125 NONAME ?InternalIsDescendant@H4501_PresentedNumberUnscreened@@UBEHPBD@Z @49126 NONAME ?InternalIsDescendant@H4501_ScreeningIndicator@@UBEHPBD@Z @49127 NONAME ?InternalIsDescendant@H4501_ServiceApdus@@UBEHPBD@Z @49128 NONAME ?InternalIsDescendant@H4501_SubaddressInformation@@UBEHPBD@Z @49129 NONAME ?InternalIsDescendant@H4501_SupplementaryService@@UBEHPBD@Z @49130 NONAME ?InternalIsDescendant@H4501_UserSpecifiedSubaddress@@UBEHPBD@Z @49131 NONAME ?InternalIsDescendant@H4502Handler@@UBEHPBD@Z @49132 NONAME ?InternalIsDescendant@H4502_CallIdentity@@UBEHPBD@Z @49133 NONAME ?InternalIsDescendant@H4502_CallStatus@@UBEHPBD@Z @49134 NONAME ?InternalIsDescendant@H4502_CallTransferErrors@@UBEHPBD@Z @49135 NONAME ?InternalIsDescendant@H4502_CallTransferOperation@@UBEHPBD@Z @49136 NONAME ?InternalIsDescendant@H4502_CTActiveArg@@UBEHPBD@Z @49137 NONAME ?InternalIsDescendant@H4502_CTActiveArg_argumentExtension@@UBEHPBD@Z @49138 NONAME ?InternalIsDescendant@H4502_CTCompleteArg@@UBEHPBD@Z @49139 NONAME ?InternalIsDescendant@H4502_CTCompleteArg_argumentExtension@@UBEHPBD@Z @49140 NONAME ?InternalIsDescendant@H4502_CTIdentifyRes@@UBEHPBD@Z @49141 NONAME ?InternalIsDescendant@H4502_CTIdentifyRes_resultExtension@@UBEHPBD@Z @49142 NONAME ?InternalIsDescendant@H4502_CTInitiateArg@@UBEHPBD@Z @49143 NONAME ?InternalIsDescendant@H4502_CTInitiateArg_argumentExtension@@UBEHPBD@Z @49144 NONAME ?InternalIsDescendant@H4502_CTSetupArg@@UBEHPBD@Z @49145 NONAME ?InternalIsDescendant@H4502_CTSetupArg_argumentExtension@@UBEHPBD@Z @49146 NONAME ?InternalIsDescendant@H4502_CTUpdateArg@@UBEHPBD@Z @49147 NONAME ?InternalIsDescendant@H4502_CTUpdateArg_argumentExtension@@UBEHPBD@Z @49148 NONAME ?InternalIsDescendant@H4502_DummyArg@@UBEHPBD@Z @49149 NONAME ?InternalIsDescendant@H4502_DummyRes@@UBEHPBD@Z @49150 NONAME ?InternalIsDescendant@H4502_EndDesignation@@UBEHPBD@Z @49151 NONAME ?InternalIsDescendant@H4502_ExtensionSeq@@UBEHPBD@Z @49152 NONAME ?InternalIsDescendant@H4502_SubaddressTransferArg@@UBEHPBD@Z @49153 NONAME ?InternalIsDescendant@H4502_SubaddressTransferArg_argumentExtension@@UBEHPBD@Z @49154 NONAME ?InternalIsDescendant@H4503_BasicService@@UBEHPBD@Z @49155 NONAME ?InternalIsDescendant@H4503_CallDiversionErrors@@UBEHPBD@Z @49156 NONAME ?InternalIsDescendant@H4503_DiversionReason@@UBEHPBD@Z @49157 NONAME ?InternalIsDescendant@H4503_ExtensionSeq@@UBEHPBD@Z @49158 NONAME ?InternalIsDescendant@H4503_H323CallDiversionOperations@@UBEHPBD@Z @49159 NONAME ?InternalIsDescendant@H4503_IntResult@@UBEHPBD@Z @49160 NONAME ?InternalIsDescendant@H4503_IntResultList@@UBEHPBD@Z @49161 NONAME ?InternalIsDescendant@H4503_IntResult_extension@@UBEHPBD@Z @49162 NONAME ?InternalIsDescendant@H4503_Procedure@@UBEHPBD@Z @49163 NONAME ?InternalIsDescendant@H4503_SubscriptionOption@@UBEHPBD@Z @49164 NONAME ?InternalIsDescendant@H4504Handler@@UBEHPBD@Z @49165 NONAME ?InternalIsDescendant@H4504_ArrayOf_MixedExtension@@UBEHPBD@Z @49166 NONAME ?InternalIsDescendant@H4504_CallHoldOperation@@UBEHPBD@Z @49167 NONAME ?InternalIsDescendant@H4504_Extension@@UBEHPBD@Z @49168 NONAME ?InternalIsDescendant@H4504_HoldNotificArg@@UBEHPBD@Z @49169 NONAME ?InternalIsDescendant@H4504_MixedExtension@@UBEHPBD@Z @49170 NONAME ?InternalIsDescendant@H4504_RemoteHoldArg@@UBEHPBD@Z @49171 NONAME ?InternalIsDescendant@H4504_RemoteHoldRes@@UBEHPBD@Z @49172 NONAME ?InternalIsDescendant@H4504_RemoteRetrieveArg@@UBEHPBD@Z @49173 NONAME ?InternalIsDescendant@H4504_RemoteRetrieveRes@@UBEHPBD@Z @49174 NONAME ?InternalIsDescendant@H4504_RetrieveNotificArg@@UBEHPBD@Z @49175 NONAME ?InternalIsDescendant@H4505_ArrayOf_MixedExtension@@UBEHPBD@Z @49176 NONAME ?InternalIsDescendant@H4505_CallParkPickupOperations@@UBEHPBD@Z @49177 NONAME ?InternalIsDescendant@H4505_CallPickupErrors@@UBEHPBD@Z @49178 NONAME ?InternalIsDescendant@H4505_CallType@@UBEHPBD@Z @49179 NONAME ?InternalIsDescendant@H4505_CpickupNotifyArg@@UBEHPBD@Z @49180 NONAME ?InternalIsDescendant@H4505_CpNotifyArg@@UBEHPBD@Z @49181 NONAME ?InternalIsDescendant@H4505_CpRequestArg@@UBEHPBD@Z @49182 NONAME ?InternalIsDescendant@H4505_CpRequestRes@@UBEHPBD@Z @49183 NONAME ?InternalIsDescendant@H4505_CpSetupArg@@UBEHPBD@Z @49184 NONAME ?InternalIsDescendant@H4505_CpSetupRes@@UBEHPBD@Z @49185 NONAME ?InternalIsDescendant@H4505_GroupIndicationOffArg@@UBEHPBD@Z @49186 NONAME ?InternalIsDescendant@H4505_GroupIndicationOffRes@@UBEHPBD@Z @49187 NONAME ?InternalIsDescendant@H4505_GroupIndicationOnArg@@UBEHPBD@Z @49188 NONAME ?InternalIsDescendant@H4505_GroupIndicationOnRes@@UBEHPBD@Z @49189 NONAME ?InternalIsDescendant@H4505_ParkCondition@@UBEHPBD@Z @49190 NONAME ?InternalIsDescendant@H4505_ParkedToPosition@@UBEHPBD@Z @49191 NONAME ?InternalIsDescendant@H4505_PickExeArg@@UBEHPBD@Z @49192 NONAME ?InternalIsDescendant@H4505_PickExeRes@@UBEHPBD@Z @49193 NONAME ?InternalIsDescendant@H4505_PickrequArg@@UBEHPBD@Z @49194 NONAME ?InternalIsDescendant@H4505_PickrequRes@@UBEHPBD@Z @49195 NONAME ?InternalIsDescendant@H4505_PickupArg@@UBEHPBD@Z @49196 NONAME ?InternalIsDescendant@H4505_PickupRes@@UBEHPBD@Z @49197 NONAME ?InternalIsDescendant@H4506Handler@@UBEHPBD@Z @49198 NONAME ?InternalIsDescendant@H4506_ArrayOf_MixedExtension@@UBEHPBD@Z @49199 NONAME ?InternalIsDescendant@H4506_CallWaitingArg@@UBEHPBD@Z @49200 NONAME ?InternalIsDescendant@H4506_CallWaitingOperations@@UBEHPBD@Z @49201 NONAME ?InternalIsDescendant@H4507_ArrayOf_MixedExtension@@UBEHPBD@Z @49202 NONAME ?InternalIsDescendant@H4507_BasicService@@UBEHPBD@Z @49203 NONAME ?InternalIsDescendant@H4507_DummyRes@@UBEHPBD@Z @49204 NONAME ?InternalIsDescendant@H4507_H323_MWI_Operations@@UBEHPBD@Z @49205 NONAME ?InternalIsDescendant@H4507_MessageWaitingIndicationErrors@@UBEHPBD@Z @49206 NONAME ?InternalIsDescendant@H4507_MsgCentreId@@UBEHPBD@Z @49207 NONAME ?InternalIsDescendant@H4507_MWIActivateArg@@UBEHPBD@Z @49208 NONAME ?InternalIsDescendant@H4507_MWIDeactivateArg@@UBEHPBD@Z @49209 NONAME ?InternalIsDescendant@H4507_MWIInterrogateArg@@UBEHPBD@Z @49210 NONAME ?InternalIsDescendant@H4507_MWIInterrogateRes@@UBEHPBD@Z @49211 NONAME ?InternalIsDescendant@H4507_MWIInterrogateResElt@@UBEHPBD@Z @49212 NONAME ?InternalIsDescendant@H4507_NbOfMessages@@UBEHPBD@Z @49213 NONAME ?InternalIsDescendant@H4507_TimeStamp@@UBEHPBD@Z @49214 NONAME ?InternalIsDescendant@H4508_ExtendedName@@UBEHPBD@Z @49215 NONAME ?InternalIsDescendant@H4508_Name@@UBEHPBD@Z @49216 NONAME ?InternalIsDescendant@H4508_NameOperations@@UBEHPBD@Z @49217 NONAME ?InternalIsDescendant@H4508_NamePresentationAllowed@@UBEHPBD@Z @49218 NONAME ?InternalIsDescendant@H4508_NamePresentationRestricted@@UBEHPBD@Z @49219 NONAME ?InternalIsDescendant@H4508_SimpleName@@UBEHPBD@Z @49220 NONAME ?InternalIsDescendant@H4509_ArrayOf_MixedExtension@@UBEHPBD@Z @49221 NONAME ?InternalIsDescendant@H4509_CallCompletionErrors@@UBEHPBD@Z @49222 NONAME ?InternalIsDescendant@H4509_CcArg@@UBEHPBD@Z @49223 NONAME ?InternalIsDescendant@H4509_CcLongArg@@UBEHPBD@Z @49224 NONAME ?InternalIsDescendant@H4509_CcRequestArg@@UBEHPBD@Z @49225 NONAME ?InternalIsDescendant@H4509_CcRequestRes@@UBEHPBD@Z @49226 NONAME ?InternalIsDescendant@H4509_CcShortArg@@UBEHPBD@Z @49227 NONAME ?InternalIsDescendant@H4509_H323CallCompletionOperations@@UBEHPBD@Z @49228 NONAME ?InternalIsDescendant@H450xDispatcher@@UBEHPBD@Z @49229 NONAME ?InternalIsDescendant@H450xHandler@@UBEHPBD@Z @49230 NONAME ?InternalIsDescendant@H501AccessRequest@@UBEHPBD@Z @49231 NONAME ?InternalIsDescendant@H501DescriptorUpdate@@UBEHPBD@Z @49232 NONAME ?InternalIsDescendant@H501PDU@@UBEHPBD@Z @49233 NONAME ?InternalIsDescendant@H501ServiceRequest@@UBEHPBD@Z @49234 NONAME ?InternalIsDescendant@H501Transaction@@UBEHPBD@Z @49235 NONAME ?InternalIsDescendant@H501_AccessConfirmation@@UBEHPBD@Z @49236 NONAME ?InternalIsDescendant@H501_AccessRejection@@UBEHPBD@Z @49237 NONAME ?InternalIsDescendant@H501_AccessRejectionReason@@UBEHPBD@Z @49238 NONAME ?InternalIsDescendant@H501_AccessRequest@@UBEHPBD@Z @49239 NONAME ?InternalIsDescendant@H501_AccessToken@@UBEHPBD@Z @49240 NONAME ?InternalIsDescendant@H501_AddressTemplate@@UBEHPBD@Z @49241 NONAME ?InternalIsDescendant@H501_AlternatePE@@UBEHPBD@Z @49242 NONAME ?InternalIsDescendant@H501_AlternatePEInfo@@UBEHPBD@Z @49243 NONAME ?InternalIsDescendant@H501_ApplicationMessage@@UBEHPBD@Z @49244 NONAME ?InternalIsDescendant@H501_ArrayOf_AccessToken@@UBEHPBD@Z @49245 NONAME ?InternalIsDescendant@H501_ArrayOf_AddressTemplate@@UBEHPBD@Z @49246 NONAME ?InternalIsDescendant@H501_ArrayOf_AliasAddress@@UBEHPBD@Z @49247 NONAME ?InternalIsDescendant@H501_ArrayOf_AlternatePE@@UBEHPBD@Z @49248 NONAME ?InternalIsDescendant@H501_ArrayOf_CircuitIdentifier@@UBEHPBD@Z @49249 NONAME ?InternalIsDescendant@H501_ArrayOf_ClearToken@@UBEHPBD@Z @49250 NONAME ?InternalIsDescendant@H501_ArrayOf_ContactInformation@@UBEHPBD@Z @49251 NONAME ?InternalIsDescendant@H501_ArrayOf_CryptoH323Token@@UBEHPBD@Z @49252 NONAME ?InternalIsDescendant@H501_ArrayOf_Descriptor@@UBEHPBD@Z @49253 NONAME ?InternalIsDescendant@H501_ArrayOf_DescriptorInfo@@UBEHPBD@Z @49254 NONAME ?InternalIsDescendant@H501_ArrayOf_GenericData@@UBEHPBD@Z @49255 NONAME ?InternalIsDescendant@H501_ArrayOf_GloballyUniqueID@@UBEHPBD@Z @49256 NONAME ?InternalIsDescendant@H501_ArrayOf_NonStandardParameter@@UBEHPBD@Z @49257 NONAME ?InternalIsDescendant@H501_ArrayOf_PASN_ObjectId@@UBEHPBD@Z @49258 NONAME ?InternalIsDescendant@H501_ArrayOf_Pattern@@UBEHPBD@Z @49259 NONAME ?InternalIsDescendant@H501_ArrayOf_PriceElement@@UBEHPBD@Z @49260 NONAME ?InternalIsDescendant@H501_ArrayOf_PriceInfoSpec@@UBEHPBD@Z @49261 NONAME ?InternalIsDescendant@H501_ArrayOf_RouteInformation@@UBEHPBD@Z @49262 NONAME ?InternalIsDescendant@H501_ArrayOf_SecurityMode@@UBEHPBD@Z @49263 NONAME ?InternalIsDescendant@H501_ArrayOf_ServiceControlSession@@UBEHPBD@Z @49264 NONAME ?InternalIsDescendant@H501_ArrayOf_SupportedProtocols@@UBEHPBD@Z @49265 NONAME ?InternalIsDescendant@H501_ArrayOf_TransportAddress@@UBEHPBD@Z @49266 NONAME ?InternalIsDescendant@H501_ArrayOf_UpdateInformation@@UBEHPBD@Z @49267 NONAME ?InternalIsDescendant@H501_ArrayOf_UsageField@@UBEHPBD@Z @49268 NONAME ?InternalIsDescendant@H501_AuthenticationConfirmation@@UBEHPBD@Z @49269 NONAME ?InternalIsDescendant@H501_AuthenticationRejection@@UBEHPBD@Z @49270 NONAME ?InternalIsDescendant@H501_AuthenticationRejectionReason@@UBEHPBD@Z @49271 NONAME ?InternalIsDescendant@H501_AuthenticationRequest@@UBEHPBD@Z @49272 NONAME ?InternalIsDescendant@H501_CallInformation@@UBEHPBD@Z @49273 NONAME ?InternalIsDescendant@H501_ContactInformation@@UBEHPBD@Z @49274 NONAME ?InternalIsDescendant@H501_Descriptor@@UBEHPBD@Z @49275 NONAME ?InternalIsDescendant@H501_DescriptorConfirmation@@UBEHPBD@Z @49276 NONAME ?InternalIsDescendant@H501_DescriptorIDConfirmation@@UBEHPBD@Z @49277 NONAME ?InternalIsDescendant@H501_DescriptorIDRejection@@UBEHPBD@Z @49278 NONAME ?InternalIsDescendant@H501_DescriptorIDRejectionReason@@UBEHPBD@Z @49279 NONAME ?InternalIsDescendant@H501_DescriptorIDRequest@@UBEHPBD@Z @49280 NONAME ?InternalIsDescendant@H501_DescriptorInfo@@UBEHPBD@Z @49281 NONAME ?InternalIsDescendant@H501_DescriptorRejection@@UBEHPBD@Z @49282 NONAME ?InternalIsDescendant@H501_DescriptorRejectionReason@@UBEHPBD@Z @49283 NONAME ?InternalIsDescendant@H501_DescriptorRequest@@UBEHPBD@Z @49284 NONAME ?InternalIsDescendant@H501_DescriptorUpdate@@UBEHPBD@Z @49285 NONAME ?InternalIsDescendant@H501_DescriptorUpdateAck@@UBEHPBD@Z @49286 NONAME ?InternalIsDescendant@H501_ElementIdentifier@@UBEHPBD@Z @49287 NONAME ?InternalIsDescendant@H501_GlobalTimeStamp@@UBEHPBD@Z @49288 NONAME ?InternalIsDescendant@H501_Message@@UBEHPBD@Z @49289 NONAME ?InternalIsDescendant@H501_MessageBody@@UBEHPBD@Z @49290 NONAME ?InternalIsDescendant@H501_MessageCommonInfo@@UBEHPBD@Z @49291 NONAME ?InternalIsDescendant@H501_NonStandardConfirmation@@UBEHPBD@Z @49292 NONAME ?InternalIsDescendant@H501_NonStandardRejection@@UBEHPBD@Z @49293 NONAME ?InternalIsDescendant@H501_NonStandardRejectionReason@@UBEHPBD@Z @49294 NONAME ?InternalIsDescendant@H501_NonStandardRequest@@UBEHPBD@Z @49295 NONAME ?InternalIsDescendant@H501_PartyInformation@@UBEHPBD@Z @49296 NONAME ?InternalIsDescendant@H501_Pattern@@UBEHPBD@Z @49297 NONAME ?InternalIsDescendant@H501_Pattern_range@@UBEHPBD@Z @49298 NONAME ?InternalIsDescendant@H501_PriceElement@@UBEHPBD@Z @49299 NONAME ?InternalIsDescendant@H501_PriceElement_units@@UBEHPBD@Z @49300 NONAME ?InternalIsDescendant@H501_PriceInfoSpec@@UBEHPBD@Z @49301 NONAME ?InternalIsDescendant@H501_ProtocolVersion@@UBEHPBD@Z @49302 NONAME ?InternalIsDescendant@H501_RequestInProgress@@UBEHPBD@Z @49303 NONAME ?InternalIsDescendant@H501_Role@@UBEHPBD@Z @49304 NONAME ?InternalIsDescendant@H501_RouteInformation@@UBEHPBD@Z @49305 NONAME ?InternalIsDescendant@H501_RouteInformation_messageType@@UBEHPBD@Z @49306 NONAME ?InternalIsDescendant@H501_SecurityMode@@UBEHPBD@Z @49307 NONAME ?InternalIsDescendant@H501_ServiceConfirmation@@UBEHPBD@Z @49308 NONAME ?InternalIsDescendant@H501_ServiceRejection@@UBEHPBD@Z @49309 NONAME ?InternalIsDescendant@H501_ServiceRejectionReason@@UBEHPBD@Z @49310 NONAME ?InternalIsDescendant@H501_ServiceRelease@@UBEHPBD@Z @49311 NONAME ?InternalIsDescendant@H501_ServiceReleaseReason@@UBEHPBD@Z @49312 NONAME ?InternalIsDescendant@H501_ServiceRequest@@UBEHPBD@Z @49313 NONAME ?InternalIsDescendant@H501_TerminationCause@@UBEHPBD@Z @49314 NONAME ?InternalIsDescendant@H501_TimeZone@@UBEHPBD@Z @49315 NONAME ?InternalIsDescendant@H501_UnknownMessageReason@@UBEHPBD@Z @49316 NONAME ?InternalIsDescendant@H501_UnknownMessageResponse@@UBEHPBD@Z @49317 NONAME ?InternalIsDescendant@H501_UpdateInformation@@UBEHPBD@Z @49318 NONAME ?InternalIsDescendant@H501_UpdateInformation_descriptorInfo@@UBEHPBD@Z @49319 NONAME ?InternalIsDescendant@H501_UpdateInformation_updateType@@UBEHPBD@Z @49320 NONAME ?InternalIsDescendant@H501_UsageCallStatus@@UBEHPBD@Z @49321 NONAME ?InternalIsDescendant@H501_UsageConfirmation@@UBEHPBD@Z @49322 NONAME ?InternalIsDescendant@H501_UsageField@@UBEHPBD@Z @49323 NONAME ?InternalIsDescendant@H501_UsageIndication@@UBEHPBD@Z @49324 NONAME ?InternalIsDescendant@H501_UsageIndicationConfirmation@@UBEHPBD@Z @49325 NONAME ?InternalIsDescendant@H501_UsageIndicationRejection@@UBEHPBD@Z @49326 NONAME ?InternalIsDescendant@H501_UsageIndicationRejectionReason@@UBEHPBD@Z @49327 NONAME ?InternalIsDescendant@H501_UsageRejection@@UBEHPBD@Z @49328 NONAME ?InternalIsDescendant@H501_UsageRejectReason@@UBEHPBD@Z @49329 NONAME ?InternalIsDescendant@H501_UsageRequest@@UBEHPBD@Z @49330 NONAME ?InternalIsDescendant@H501_UsageSpecification@@UBEHPBD@Z @49331 NONAME ?InternalIsDescendant@H501_UsageSpecification_when@@UBEHPBD@Z @49332 NONAME ?InternalIsDescendant@H501_UserInformation@@UBEHPBD@Z @49333 NONAME ?InternalIsDescendant@H501_ValidationConfirmation@@UBEHPBD@Z @49334 NONAME ?InternalIsDescendant@H501_ValidationRejection@@UBEHPBD@Z @49335 NONAME ?InternalIsDescendant@H501_ValidationRejectionReason@@UBEHPBD@Z @49336 NONAME ?InternalIsDescendant@H501_ValidationRequest@@UBEHPBD@Z @49337 NONAME ?InternalIsDescendant@MCS_ArrayOf_ChannelAttributes@@UBEHPBD@Z @49338 NONAME ?InternalIsDescendant@MCS_ArrayOf_ChannelId@@UBEHPBD@Z @49339 NONAME ?InternalIsDescendant@MCS_ArrayOf_TokenAttributes@@UBEHPBD@Z @49340 NONAME ?InternalIsDescendant@MCS_ArrayOf_TokenId@@UBEHPBD@Z @49341 NONAME ?InternalIsDescendant@MCS_ArrayOf_UserId@@UBEHPBD@Z @49342 NONAME ?InternalIsDescendant@MCS_AssignedChannelId@@UBEHPBD@Z @49343 NONAME ?InternalIsDescendant@MCS_AUcf@@UBEHPBD@Z @49344 NONAME ?InternalIsDescendant@MCS_AUrq@@UBEHPBD@Z @49345 NONAME ?InternalIsDescendant@MCS_CAin@@UBEHPBD@Z @49346 NONAME ?InternalIsDescendant@MCS_CArq@@UBEHPBD@Z @49347 NONAME ?InternalIsDescendant@MCS_CCcf@@UBEHPBD@Z @49348 NONAME ?InternalIsDescendant@MCS_CCrq@@UBEHPBD@Z @49349 NONAME ?InternalIsDescendant@MCS_CDin@@UBEHPBD@Z @49350 NONAME ?InternalIsDescendant@MCS_CDrq@@UBEHPBD@Z @49351 NONAME ?InternalIsDescendant@MCS_CEin@@UBEHPBD@Z @49352 NONAME ?InternalIsDescendant@MCS_CErq@@UBEHPBD@Z @49353 NONAME ?InternalIsDescendant@MCS_ChannelAttributes@@UBEHPBD@Z @49354 NONAME ?InternalIsDescendant@MCS_ChannelAttributes_assigned@@UBEHPBD@Z @49355 NONAME ?InternalIsDescendant@MCS_ChannelAttributes_private@@UBEHPBD@Z @49356 NONAME ?InternalIsDescendant@MCS_ChannelAttributes_static@@UBEHPBD@Z @49357 NONAME ?InternalIsDescendant@MCS_ChannelAttributes_userId@@UBEHPBD@Z @49358 NONAME ?InternalIsDescendant@MCS_ChannelId@@UBEHPBD@Z @49359 NONAME ?InternalIsDescendant@MCS_CJcf@@UBEHPBD@Z @49360 NONAME ?InternalIsDescendant@MCS_CJrq@@UBEHPBD@Z @49361 NONAME ?InternalIsDescendant@MCS_CLrq@@UBEHPBD@Z @49362 NONAME ?InternalIsDescendant@MCS_ConnectMCSPDU@@UBEHPBD@Z @49363 NONAME ?InternalIsDescendant@MCS_Connect_Additional@@UBEHPBD@Z @49364 NONAME ?InternalIsDescendant@MCS_Connect_Initial@@UBEHPBD@Z @49365 NONAME ?InternalIsDescendant@MCS_Connect_Response@@UBEHPBD@Z @49366 NONAME ?InternalIsDescendant@MCS_Connect_Result@@UBEHPBD@Z @49367 NONAME ?InternalIsDescendant@MCS_DataPriority@@UBEHPBD@Z @49368 NONAME ?InternalIsDescendant@MCS_Diagnostic@@UBEHPBD@Z @49369 NONAME ?InternalIsDescendant@MCS_DomainMCSPDU@@UBEHPBD@Z @49370 NONAME ?InternalIsDescendant@MCS_DomainParameters@@UBEHPBD@Z @49371 NONAME ?InternalIsDescendant@MCS_DPum@@UBEHPBD@Z @49372 NONAME ?InternalIsDescendant@MCS_DUin@@UBEHPBD@Z @49373 NONAME ?InternalIsDescendant@MCS_DUrq@@UBEHPBD@Z @49374 NONAME ?InternalIsDescendant@MCS_DynamicChannelId@@UBEHPBD@Z @49375 NONAME ?InternalIsDescendant@MCS_EDrq@@UBEHPBD@Z @49376 NONAME ?InternalIsDescendant@MCS_MCcf@@UBEHPBD@Z @49377 NONAME ?InternalIsDescendant@MCS_MCrq@@UBEHPBD@Z @49378 NONAME ?InternalIsDescendant@MCS_MTcf@@UBEHPBD@Z @49379 NONAME ?InternalIsDescendant@MCS_MTrq@@UBEHPBD@Z @49380 NONAME ?InternalIsDescendant@MCS_PCin@@UBEHPBD@Z @49381 NONAME ?InternalIsDescendant@MCS_PDin@@UBEHPBD@Z @49382 NONAME ?InternalIsDescendant@MCS_PrivateChannelId@@UBEHPBD@Z @49383 NONAME ?InternalIsDescendant@MCS_PTin@@UBEHPBD@Z @49384 NONAME ?InternalIsDescendant@MCS_Reason@@UBEHPBD@Z @49385 NONAME ?InternalIsDescendant@MCS_Result@@UBEHPBD@Z @49386 NONAME ?InternalIsDescendant@MCS_RJum@@UBEHPBD@Z @49387 NONAME ?InternalIsDescendant@MCS_SDin@@UBEHPBD@Z @49388 NONAME ?InternalIsDescendant@MCS_SDrq@@UBEHPBD@Z @49389 NONAME ?InternalIsDescendant@MCS_Segmentation@@UBEHPBD@Z @49390 NONAME ?InternalIsDescendant@MCS_StaticChannelId@@UBEHPBD@Z @49391 NONAME ?InternalIsDescendant@MCS_TGcf@@UBEHPBD@Z @49392 NONAME ?InternalIsDescendant@MCS_TGrq@@UBEHPBD@Z @49393 NONAME ?InternalIsDescendant@MCS_TIcf@@UBEHPBD@Z @49394 NONAME ?InternalIsDescendant@MCS_TIrq@@UBEHPBD@Z @49395 NONAME ?InternalIsDescendant@MCS_TokenAttributes@@UBEHPBD@Z @49396 NONAME ?InternalIsDescendant@MCS_TokenAttributes_given@@UBEHPBD@Z @49397 NONAME ?InternalIsDescendant@MCS_TokenAttributes_giving@@UBEHPBD@Z @49398 NONAME ?InternalIsDescendant@MCS_TokenAttributes_grabbed@@UBEHPBD@Z @49399 NONAME ?InternalIsDescendant@MCS_TokenAttributes_inhibited@@UBEHPBD@Z @49400 NONAME ?InternalIsDescendant@MCS_TokenAttributes_ungivable@@UBEHPBD@Z @49401 NONAME ?InternalIsDescendant@MCS_TokenId@@UBEHPBD@Z @49402 NONAME ?InternalIsDescendant@MCS_TokenStatus@@UBEHPBD@Z @49403 NONAME ?InternalIsDescendant@MCS_TPin@@UBEHPBD@Z @49404 NONAME ?InternalIsDescendant@MCS_TPrq@@UBEHPBD@Z @49405 NONAME ?InternalIsDescendant@MCS_TRcf@@UBEHPBD@Z @49406 NONAME ?InternalIsDescendant@MCS_TRrq@@UBEHPBD@Z @49407 NONAME ?InternalIsDescendant@MCS_TTcf@@UBEHPBD@Z @49408 NONAME ?InternalIsDescendant@MCS_TTrq@@UBEHPBD@Z @49409 NONAME ?InternalIsDescendant@MCS_TVcf@@UBEHPBD@Z @49410 NONAME ?InternalIsDescendant@MCS_TVin@@UBEHPBD@Z @49411 NONAME ?InternalIsDescendant@MCS_TVrq@@UBEHPBD@Z @49412 NONAME ?InternalIsDescendant@MCS_TVrs@@UBEHPBD@Z @49413 NONAME ?InternalIsDescendant@MCS_UserId@@UBEHPBD@Z @49414 NONAME ?InternalIsDescendant@MCS_USin@@UBEHPBD@Z @49415 NONAME ?InternalIsDescendant@MCS_USrq@@UBEHPBD@Z @49416 NONAME ?InternalIsDescendant@MXRecordList@PDNS@@UBEHPBD@Z @52938 NONAME ?InternalIsDescendant@OpalFactoryCodec@@UBEHPBD@Z @52638 NONAME ?InternalIsDescendant@OpalG711ALaw64k_Base@@UBEHPBD@Z @52639 NONAME ?InternalIsDescendant@OpalG711ALaw64k_Decoder@@UBEHPBD@Z @52640 NONAME ?InternalIsDescendant@OpalG711ALaw64k_Encoder@@UBEHPBD@Z @52641 NONAME ?InternalIsDescendant@OpalG711uLaw64k_Base@@UBEHPBD@Z @52642 NONAME ?InternalIsDescendant@OpalG711uLaw64k_Decoder@@UBEHPBD@Z @52643 NONAME ?InternalIsDescendant@OpalG711uLaw64k_Encoder@@UBEHPBD@Z @52644 NONAME ?InternalIsDescendant@OpalGloballyUniqueID@@UBEHPBD@Z @49422 NONAME ?InternalIsDescendant@OpalIxJDevice@@UBEHPBD@Z @49423 NONAME ?InternalIsDescendant@OpalLineChannel@@UBEHPBD@Z @49424 NONAME ?InternalIsDescendant@OpalLineInterfaceDevice@@UBEHPBD@Z @49425 NONAME ?InternalIsDescendant@OpalMediaFormat@@UBEHPBD@Z @49426 NONAME ?InternalIsDescendant@OpalPluginCodec@@UBEHPBD@Z @52645 NONAME ?InternalIsDescendant@OpalRFC2833@@UBEHPBD@Z @49427 NONAME ?InternalIsDescendant@OpalRFC2833Info@@UBEHPBD@Z @49428 NONAME ?InternalIsDescendant@OpalRtpToWavFile@@UBEHPBD@Z @49429 NONAME ?InternalIsDescendant@OpalT120Protocol@@UBEHPBD@Z @49430 NONAME ?InternalIsDescendant@OpalT38Protocol@@UBEHPBD@Z @49431 NONAME ?InternalIsDescendant@OpalVoipBlasterDevice@@UBEHPBD@Z @49432 NONAME ?InternalIsDescendant@OpalVXMLSession@@UBEHPBD@Z @49433 NONAME ?InternalIsDescendant@OpalWAVFile@@UBEHPBD@Z @49434 NONAME ?InternalIsDescendant@PASN_Array@@UBEHPBD@Z @49435 NONAME ?InternalIsDescendant@PASN_BitString@@UBEHPBD@Z @49436 NONAME ?InternalIsDescendant@PASN_BMPString@@UBEHPBD@Z @49437 NONAME ?InternalIsDescendant@PASN_Boolean@@UBEHPBD@Z @49438 NONAME ?InternalIsDescendant@PASN_Choice@@UBEHPBD@Z @49439 NONAME ?InternalIsDescendant@PASN_ConstrainedObject@@UBEHPBD@Z @49440 NONAME ?InternalIsDescendant@PASN_ConstrainedString@@UBEHPBD@Z @49441 NONAME ?InternalIsDescendant@PASN_Enumeration@@UBEHPBD@Z @49442 NONAME ?InternalIsDescendant@PASN_GeneralisedTime@@UBEHPBD@Z @49443 NONAME ?InternalIsDescendant@PASN_GeneralString@@UBEHPBD@Z @49444 NONAME ?InternalIsDescendant@PASN_IA5String@@UBEHPBD@Z @49445 NONAME ?InternalIsDescendant@PASN_Integer@@UBEHPBD@Z @49446 NONAME ?InternalIsDescendant@PASN_Null@@UBEHPBD@Z @49447 NONAME ?InternalIsDescendant@PASN_NumericString@@UBEHPBD@Z @49448 NONAME ?InternalIsDescendant@PASN_Object@@UBEHPBD@Z @49449 NONAME ?InternalIsDescendant@PASN_ObjectId@@UBEHPBD@Z @49450 NONAME ?InternalIsDescendant@PASN_OctetString@@UBEHPBD@Z @49451 NONAME ?InternalIsDescendant@PASN_PrintableString@@UBEHPBD@Z @49452 NONAME ?InternalIsDescendant@PASN_Sequence@@UBEHPBD@Z @49453 NONAME ?InternalIsDescendant@PASN_Stream@@UBEHPBD@Z @49454 NONAME ?InternalIsDescendant@PASN_VisibleString@@UBEHPBD@Z @49455 NONAME ?InternalIsDescendant@PLDAPAttributeBase@@UBEHPBD@Z @49456 NONAME ?InternalIsDescendant@PLDAPStructBase@@UBEHPBD@Z @49457 NONAME ?InternalIsDescendant@PluginLoader@@UBEHPBD@Z @53014 NONAME ?InternalIsDescendant@PPER_Stream@@UBEHPBD@Z @49458 NONAME ?InternalIsDescendant@PVXMLSession@@UBEHPBD@Z @49459 NONAME ?InternalIsDescendant@PWAVFile@@UBEHPBD@Z @49460 NONAME ?InternalIsDescendant@Q931@@UBEHPBD@Z @49461 NONAME ?InternalIsDescendant@ReceiverReport@RTP_Session@@UBEHPBD@Z @49462 NONAME ?InternalIsDescendant@Request@H323Transactor@@UBEHPBD@Z @49463 NONAME ?InternalIsDescendant@Response@H323Transactor@@UBEHPBD@Z @49464 NONAME ?InternalIsDescendant@RFC2190_FfmpgLink@@UBEHPBD@Z @53901 NONAME ?InternalIsDescendant@RTP_ControlFrame@@UBEHPBD@Z @49465 NONAME ?InternalIsDescendant@RTP_DataFrame@@UBEHPBD@Z @49466 NONAME ?InternalIsDescendant@RTP_JitterBuffer@@UBEHPBD@Z @49467 NONAME ?InternalIsDescendant@RTP_JitterBufferAnalyser@@UBEHPBD@Z @49468 NONAME ?InternalIsDescendant@RTP_QOS@@UBEHPBD@Z @49469 NONAME ?InternalIsDescendant@RTP_Session@@UBEHPBD@Z @49470 NONAME ?InternalIsDescendant@RTP_SessionManager@@UBEHPBD@Z @49471 NONAME ?InternalIsDescendant@RTP_UDP@@UBEHPBD@Z @49472 NONAME ?InternalIsDescendant@RTP_UserData@@UBEHPBD@Z @49473 NONAME ?InternalIsDescendant@SenderReport@RTP_Session@@UBEHPBD@Z @49474 NONAME ?InternalIsDescendant@SourceDescription@RTP_Session@@UBEHPBD@Z @49475 NONAME ?InternalIsDescendant@SRVRecordList@PDNS@@UBEHPBD@Z @52939 NONAME ?InternalIsDescendant@StringMap@H323GatekeeperServer@@UBEHPBD@Z @49476 NONAME ?InternalIsDescendant@T120ConnectPDU@@UBEHPBD@Z @49477 NONAME ?InternalIsDescendant@T120_X224@@UBEHPBD@Z @49478 NONAME ?InternalIsDescendant@T38_ArrayOf_PASN_OctetString@@UBEHPBD@Z @49479 NONAME ?InternalIsDescendant@T38_Data_Field@@UBEHPBD@Z @49480 NONAME ?InternalIsDescendant@T38_Data_Field_subtype@@UBEHPBD@Z @49481 NONAME ?InternalIsDescendant@T38_Data_Field_subtype_field_type@@UBEHPBD@Z @49482 NONAME ?InternalIsDescendant@T38_IFPPacket@@UBEHPBD@Z @49483 NONAME ?InternalIsDescendant@T38_PreCorrigendum_Data_Field@@UBEHPBD@Z @49484 NONAME ?InternalIsDescendant@T38_PreCorrigendum_Data_Field_subtype@@UBEHPBD@Z @49485 NONAME ?InternalIsDescendant@T38_PreCorrigendum_Data_Field_subtype_field_type@@UBEHPBD@Z @49486 NONAME ?InternalIsDescendant@T38_PreCorrigendum_IFPPacket@@UBEHPBD@Z @49487 NONAME ?InternalIsDescendant@T38_Type_of_msg@@UBEHPBD@Z @49488 NONAME ?InternalIsDescendant@T38_Type_of_msg_data@@UBEHPBD@Z @49489 NONAME ?InternalIsDescendant@T38_Type_of_msg_t30_indicator@@UBEHPBD@Z @49490 NONAME ?InternalIsDescendant@T38_UDPTLPacket@@UBEHPBD@Z @49491 NONAME ?InternalIsDescendant@T38_UDPTLPacket_error_recovery@@UBEHPBD@Z @49492 NONAME ?InternalIsDescendant@T38_UDPTLPacket_error_recovery_fec_info@@UBEHPBD@Z @49493 NONAME ?InternalIsDescendant@T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@UBEHPBD@Z @49494 NONAME ?InternalIsDescendant@T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@UBEHPBD@Z @49495 NONAME ?InternalIsDescendant@T38_UDPTLPacket_primary_ifp_packet@@UBEHPBD@Z @49496 NONAME ?InternalIsDescendant@VoipBlasterInterface@@UBEHPBD@Z @49498 NONAME ?InternalIsDescendant@X224@@UBEHPBD@Z @49499 NONAME ?InternalIsDescendant@X880_Code@@UBEHPBD@Z @49500 NONAME ?InternalIsDescendant@X880_GeneralProblem@@UBEHPBD@Z @49501 NONAME ?InternalIsDescendant@X880_Invoke@@UBEHPBD@Z @49502 NONAME ?InternalIsDescendant@X880_InvokeId@@UBEHPBD@Z @49503 NONAME ?InternalIsDescendant@X880_InvokeProblem@@UBEHPBD@Z @49504 NONAME ?InternalIsDescendant@X880_Reject@@UBEHPBD@Z @49505 NONAME ?InternalIsDescendant@X880_RejectProblem@@UBEHPBD@Z @49506 NONAME ?InternalIsDescendant@X880_Reject_problem@@UBEHPBD@Z @49507 NONAME ?InternalIsDescendant@X880_ReturnError@@UBEHPBD@Z @49508 NONAME ?InternalIsDescendant@X880_ReturnErrorProblem@@UBEHPBD@Z @49509 NONAME ?InternalIsDescendant@X880_ReturnResult@@UBEHPBD@Z @49510 NONAME ?InternalIsDescendant@X880_ReturnResultProblem@@UBEHPBD@Z @49511 NONAME ?InternalIsDescendant@X880_ReturnResult_result@@UBEHPBD@Z @49512 NONAME ?InternalIsDescendant@X880_ROS@@UBEHPBD@Z @49513 NONAME ?InternalMakeCall@H323EndPoint@@MAEPAVH323Connection@@ABVPString@@0I0PAVH323Transport@@AAV3@PAX@Z @52335 NONAME ?InternalPlayTone@OpalIxJDevice@@IAEHIKKKH@Z @14071 NONAME ?InternalRegisterGatekeeper@H323EndPoint@@IAEHPAVH323Gatekeeper@@H@Z @17511 NONAME ?InternalRemoveServiceRelationship@H323PeerElement@@IAEXABVH323TransportAddress@@@Z @37493 NONAME ?InternalSetVolume@OpalIxJDevice@@IAEHHIHH@Z @17621 NONAME ?InternalTranslateTCPAddress@H323EndPoint@@QAEXAAVAddress@PIPSocket@@ABV23@@Z @52987 NONAME ?IntrudeCall@H323Connection@@UAEXI@Z @30757 NONAME ?IntrudeCall@H323EndPoint@@QAEPAVH323Connection@@ABVPString@@AAV3@IPAX@Z @30758 NONAME ?IntrudeCall@H323EndPoint@@QAEPAVH323Connection@@ABVPString@@PAVH323Transport@@AAV3@IPAX@Z @30759 NONAME ?IntrudeCall@H45011Handler@@QAEXH@Z @30760 NONAME ?IoControl@OpalIxJDevice@@IAEHKKPAK@Z @14072 NONAME ?IoControl@OpalIxJDevice@@IAEHKPAXK0KPAKPAVPWin32Overlapped@@@Z @20472 NONAME ?IsActive@H235Authenticator@@UBEHXZ @29196 NONAME ?IsAllowed@H323Capabilities@@QAEHABVH323Capability@@0@Z @17403 NONAME ?IsAllowed@H323Capabilities@@QAEHABVH323Capability@@@Z @22824 NONAME ?IsAllowed@H323Capabilities@@QAEHI@Z @22825 NONAME ?IsAllowed@H323Capabilities@@QAEHII@Z @20762 NONAME ?IsAnsweringCall@H323GatekeeperCall@@QBEHXZ @31236 NONAME ?IsAtEnd@PASN_Stream@@QAEHXZ @14074 NONAME ?IsAudioEnabled@OpalIxJDevice@@UAEHI@Z @30521 NONAME ?IsAudioEnabled@OpalLineInterfaceDevice@@UAEHI@Z @30522 NONAME ?IsBehindNAT@H323RegisteredEndPoint@@QBEHXZ @34894 NONAME ?IsBehindNAT@H323Transaction@@QBEHXZ @37665 NONAME ?IsCallIntrusion@H323Connection@@QAEHXZ @30761 NONAME ?IsCallOnHold@H323Connection@@QBEHXZ @29699 NONAME ?IsCapability@H235AuthCAT@@UAEHABVH235_AuthenticationMechanism@@ABVPASN_ObjectId@@@Z @34838 NONAME ?IsCapability@H235AuthProcedure1@@UAEHABVH235_AuthenticationMechanism@@ABVPASN_ObjectId@@@Z @30576 NONAME ?IsCapability@H235AuthSimpleMD5@@UAEHABVH235_AuthenticationMechanism@@ABVPASN_ObjectId@@@Z @30577 NONAME ?IsCompatibleTransport@H323Transport@@UBEHABVH225_TransportAddress@@@Z @15018 NONAME ?IsCompatibleTransport@H323TransportIP@@UBEHABVH225_TransportAddress@@@Z @15019 NONAME ?IsConnected@H323Connection@@QBEHXZ @31667 NONAME ?IsConnectionEstablished@H323EndPoint@@UAEHABVPString@@@Z @15020 NONAME ?isConsultationTransferSuccess@H4502Handler@@QAEHXZ @30701 NONAME ?IsctTimerRunning@H4502Handler@@QAEHXZ @30087 NONAME ?IsDetermined@H245NegMasterSlaveDetermination@@QBEHXZ @15971 NONAME ?IsDevicePresent@VoipBlasterInterface@@QAEHH@Z @29846 NONAME ?IsDiscoveryComplete@H323Gatekeeper@@QBEHXZ @34808 NONAME ?IsEquivalent@H323TransportAddress@@QAEHABV1@@Z @30692 NONAME ?IsEstablished@H323Connection@@QBEHXZ @15972 NONAME ?IsFastResponseRequired@H323Transaction@@QBEHXZ @37678 NONAME ?IsFastStartDisabled@H323EndPoint@@QBEHXZ @29342 NONAME ?IsFromRemote@H323ChannelNumber@@QBEHXZ @15974 NONAME ?IsGatekeeper@H323EndPoint@@QBEHXZ @15975 NONAME ?IsGatekeeperRouted@H323Connection@@QBEHXZ @34905 NONAME ?IsGatekeeperRouted@H323GatekeeperServer@@QBEHXZ @30476 NONAME ?IsGateway@H323EndPoint@@QBEHXZ @15976 NONAME ?IsGenericMatch@H323Capability@@UBEHABVH245_GenericCapability@@@Z @53359 NONAME ?IsGenericMatch@H323GenericAudioCapability@@UBEHABVH245_GenericCapability@@@Z @53360 NONAME ?IsGenericMatch@H323GenericAudioCapability@@WBM@BEHABVH245_GenericCapability@@@Z @53361 NONAME ?IsGenericMatch@H323GenericCapabilityInfo@@UBEHABVH245_GenericCapability@@@Z @53362 NONAME ?IsGenericMatch@H323GenericVideoCapability@@UBEHABVH245_GenericCapability@@@Z @53363 NONAME ?IsGenericMatch@H323GenericVideoCapability@@WBE@BEHABVH245_GenericCapability@@@Z @53364 NONAME ?IsH245inSetupDisabled@H323EndPoint@@QBEHXZ @29993 NONAME ?IsH245Master@H323Connection@@QBEHXZ @15977 NONAME ?IsH245TunnelingDisabled@H323EndPoint@@QBEHXZ @29343 NONAME ?IsLineDisconnected@OpalIxJDevice@@UAEHIH@Z @24337 NONAME ?IsLineDisconnected@OpalLineInterfaceDevice@@UAEHIH@Z @24339 NONAME ?IsLineDisconnected@OpalVoipBlasterDevice@@UAEHIH@Z @29789 NONAME ?IsLineOffHook@OpalIxJDevice@@UAEHI@Z @15980 NONAME ?IsLineOffHook@OpalVoipBlasterDevice@@UAEHI@Z @29790 NONAME ?IsLinePresent@OpalIxJDevice@@UAEHIH@Z @17602 NONAME ?IsLinePresent@OpalLineInterfaceDevice@@UAEHIH@Z @17603 NONAME ?IsLinePresent@OpalVoipBlasterDevice@@UAEHIH@Z @29791 NONAME ?IsLineRinging@OpalIxJDevice@@UAEHIPAK@Z @15985 NONAME ?IsLineRinging@OpalLineInterfaceDevice@@UAEHIPAK@Z @15986 NONAME ?IsLineRinging@OpalVoipBlasterDevice@@UAEHIPAK@Z @29792 NONAME ?IsLineTerminal@OpalIxJDevice@@UAEHI@Z @15988 NONAME ?IsLineTerminal@OpalLineInterfaceDevice@@UAEHI@Z @15989 NONAME ?IsLineTerminal@OpalVoipBlasterDevice@@UAEHI@Z @29793 NONAME ?IsLineToLineDirect@OpalIxJDevice@@UAEHII@Z @15990 NONAME ?IsLineToLineDirect@OpalLineInterfaceDevice@@UAEHII@Z @15991 NONAME ?IsLineToLineDirect@OpalVoipBlasterDevice@@UAEHII@Z @29794 NONAME ?IsListening@H323TransportTCP@@UBEHXZ @53941 NONAME ?IsLoaded@H323DynaLink@@UAEHXZ @50673 NONAME ?IsLoaded@PVXMLSession@@UBEHXZ @37158 NONAME ?IsLocalAddress@H323EndPoint@@UBEHABVAddress@PIPSocket@@@Z @34880 NONAME ?IsLocalHold@H323Connection@@QBEHXZ @29050 NONAME ?IsMaster@H245NegMasterSlaveDetermination@@QBEHXZ @15992 NONAME ?IsMCU@H323EndPoint@@QBEHXZ @15993 NONAME ?IsMediaOnHold@H323Connection@@QBEHXZ @29702 NONAME ?IsNonStandardMatch@H323Capability@@UBEHABVH245_NonStandardParameter@@@Z @20558 NONAME ?IsNonStandardMatch@H323NonStandardAudioCapability@@UBEHABVH245_NonStandardParameter@@@Z @20559 NONAME ?IsNonStandardMatch@H323NonStandardDataCapability@@UBEHABVH245_NonStandardParameter@@@Z @20560 NONAME ?IsNonStandardMatch@H323NonStandardVideoCapability@@UBEHABVH245_NonStandardParameter@@@Z @20561 NONAME ?IsNULL@OpalGloballyUniqueID@@QBEHXZ @20701 NONAME ?IsOpen@OpalLineInterfaceDevice@@UBEHXZ @15994 NONAME ?IsPrimitive@PASN_Object@@UBEHXZ @15995 NONAME ?IsRawDataChannelNative@G7231_File_Codec@@UBEHXZ @31196 NONAME ?IsRawDataChannelNative@H323Codec@@UBEHXZ @29967 NONAME ?IsRawDataChannelNative@H323_LIDCodec@@UBEHXZ @29968 NONAME ?IsRegistered@H323Gatekeeper@@QBEHXZ @28646 NONAME ?IsRegisteredWithGatekeeper@H323EndPoint@@QBEHXZ @34897 NONAME ?IsRemoteHold@H323Connection@@QBEHXZ @29051 NONAME ?IsRemoteOffline@H245NegRoundTripDelay@@QBEHXZ @15996 NONAME ?IsRequiredH235@H323GatekeeperServer@@QBEHXZ @34875 NONAME ?IsRunning@H323Channel@@UBEHXZ @30288 NONAME ?IsRunning@H323_ExternalRTPChannel@@UBEHXZ @30289 NONAME ?IsSecuredPDU@H235AuthCAT@@UBEHIH@Z @34898 NONAME ?IsSecuredPDU@H235Authenticator@@UBEHIH@Z @34899 NONAME ?IsSecuredPDU@H235AuthSimpleMD5@@UBEHIH@Z @34900 NONAME ?IsTerminal@H323EndPoint@@QBEHXZ @15998 NONAME ?IsToneDetected@OpalIxJDevice@@UAEII@Z @17609 NONAME ?IsToneDetected@OpalLineInterfaceDevice@@UAEII@Z @17610 NONAME ?IsToneDetected@OpalVoipBlasterDevice@@UAEII@Z @29795 NONAME ?IsTonePlaying@OpalIxJDevice@@UAEHI@Z @20483 NONAME ?IsTonePlaying@OpalLineInterfaceDevice@@UAEHI@Z @20484 NONAME ?IsTonePlaying@OpalVoipBlasterDevice@@UAEHI@Z @29796 NONAME ?IsToneStart@OpalRFC2833Info@@QBEHXZ @29949 NONAME ?IsTransferredCall@H323Connection@@QBEHXZ @29052 NONAME ?IsTransferringCall@H323Connection@@QBEHXZ @29053 NONAME ?IsUsable@H323Capability@@UBEHABVH323Connection@@@Z @30673 NONAME ?IsUsable@H323_UserInputCapability@@UBEHABVH323Connection@@@Z @30674 NONAME ?IsValid@H323CallCreditServiceControl@@UBEHXZ @34523 NONAME ?IsValid@H323HTTPServiceControl@@UBEHXZ @34524 NONAME ?IsValid@H323_LIDCapability@@QBEHXZ @17259 NONAME ?IsValid@OpalMediaFormat@@QBEHXZ @20629 NONAME ?IsValid@PASN_Choice@@QBEHXZ @16006 NONAME ?Load@H323DynaLink@@UAEXXZ @50674 NONAME ?LoadPlugin@H323DynaLink@@UAEHABVPString@@@Z @50675 NONAME ?LocateGatekeeper@H323EndPoint@@QAEHABVPString@@PAVH323Transport@@@Z @17512 NONAME ?LocationRequest@H323Gatekeeper@@QAEHABVPString@@AAVH323TransportAddress@@@Z @16007 NONAME ?LocationRequest@H323Gatekeeper@@QAEHABVPStringList@@AAVH323TransportAddress@@@Z @16008 NONAME ?Lock@H323Connection@@QAEHXZ @22292 NONAME ?lower_bound@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE?AViterator@12@ABI@Z @52283 NONAME ?lower_bound@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@ABVPString@@@Z @52940 NONAME ?lower_bound@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@ABVPString@@@Z @52038 NONAME ?lower_bound@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@ABVPString@@@Z @52039 NONAME ?lower_bound@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@ABVPString@@@Z @52646 NONAME ?lower_bound@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@ABVPString@@@Z @52040 NONAME ?Main@H225CallThread@@MAEXXZ @16010 NONAME ?Main@H225TransportThread@@MAEXXZ @16012 NONAME ?Main@H245TransportThread@@MAEXXZ @16013 NONAME ?Main@H323ConnectionsCleaner@@MAEXXZ @16014 NONAME ?Main@H323ListenerTCP@@MAEXXZ @16015 NONAME ?Main@H323LogicalChannelThread@@UAEXXZ @16016 NONAME ?Main@RTP_JitterBuffer@@MAEXXZ @17156 NONAME ?MakeCall@H323EndPoint@@QAEPAVH323Connection@@ABVPString@@AAV3@PAX@Z @17634 NONAME ?MakeCall@H323EndPoint@@QAEPAVH323Connection@@ABVPString@@PAVH323Transport@@AAV3@PAX@Z @17635 NONAME ?MakeCallLocked@H323EndPoint@@QAEPAVH323Connection@@ABVPString@@AAV3@PAXPAVH323Transport@@@Z @29606 NONAME ?MakeRequest@H323Gatekeeper@@MAEHAAVRequest@H323Transactor@@@Z @37430 NONAME ?MakeRequest@H323PeerElement@@UAEHAAVRequest@H323Transactor@@@Z @37431 NONAME ?MakeRequest@H323Transactor@@MAEHAAVRequest@1@@Z @37432 NONAME ?MakeRequestWithReregister@H323Gatekeeper@@IAEHAAVRequest@H323Transactor@@I@Z @37433 NONAME ?make_level_map@H261Encoder@@IAEPADHI@Z @16027 NONAME ?mark@P64Decoder@@QAEXH@Z @16028 NONAME ?marks@P64Decoder@@QAEXPAE@Z @16029 NONAME ?max_size@?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@std@@QBEIXZ @52284 NONAME ?max_size@?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@std@@QBEIXZ @52941 NONAME ?max_size@?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@std@@QBEIXZ @52041 NONAME ?max_size@?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@std@@QBEIXZ @52647 NONAME ?max_size@?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@std@@QBEIXZ @52042 NONAME ?max_size@?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@std@@QBEIXZ @52043 NONAME ?max_size@?$allocator@ULookupRecord@@@std@@QBEIXZ @52942 NONAME ?max_size@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QBEIXZ @52943 NONAME ?max_size@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QBEIXZ @52285 NONAME ?max_size@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEIXZ @52944 NONAME ?max_size@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEIXZ @52044 NONAME ?max_size@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEIXZ @52648 NONAME ?max_size@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEIXZ @52045 NONAME ?max_size@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEIXZ @52046 NONAME ?mbcopy@FullP64Decoder@@IAEXI@Z @16030 NONAME ?Merge@H323Capabilities@@QAEHABV1@@Z @17237 NONAME ?ModifyQOS@RTP_Session@@UAEHPAVRTP_QOS@@@Z @38268 NONAME ?ModifyQOS@RTP_UDP@@UAEHPAVRTP_QOS@@@Z @38269 NONAME ?MonitorCallStatus@H323Connection@@IAEXXZ @30306 NONAME ?MonitorMain@H323Gatekeeper@@MAEXAAVPThread@@H@Z @30578 NONAME ?MonitorMain@H323GatekeeperServer@@MAEXAAVPThread@@H@Z @30247 NONAME ?MonitorMain@H323PeerElement@@MAEXAAVPThread@@H@Z @35044 NONAME ?MoreToIncEncode@H261PixelEncoder@@QAEHXZ @30263 NONAME ?MoreToIncEncode@P64Encoder@@QAEHXZ @30264 NONAME ?mtu@Transmitter@@UAEHXZ @16031 NONAME ?mvblk@P64Decoder@@IAEXPAE0I@Z @16032 NONAME ?mvblka@P64Decoder@@IAEXPAE0I@Z @16033 NONAME ?ndblk@P64Decoder@@QBEHXZ @16035 NONAME ?NeedsJitterBuffer@OpalMediaFormat@@QBEHXZ @20630 NONAME ?Next@RTP_SessionManager@@QAEPAVRTP_Session@@XZ @24354 NONAME ?OnAcceptModeChange@H323Connection@@UAEXABVH245_RequestModeAck@@@Z @29570 NONAME ?OnAccessRequest@H323PeerElement@@UAE?AW4Response@H323Transaction@@AAVH501AccessRequest@@@Z @37679 NONAME ?OnAddServiceRelationship@H323PeerElement@@UAEXABVH323TransportAddress@@@Z @37021 NONAME ?OnAdmission@H323GatekeeperCall@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperARQ@@@Z @37680 NONAME ?OnAdmission@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperARQ@@@Z @37681 NONAME ?OnAdmission@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperARQ@@@Z @37682 NONAME ?OnAlerting@H323Connection@@UAEHABVH323SignalPDU@@ABVPString@@@Z @16040 NONAME ?OnAlerting@H323EndPoint@@UAEHAAVH323Connection@@ABVH323SignalPDU@@ABVPString@@@Z @16041 NONAME ?OnAlerting@H323GatekeeperCall@@UAEXXZ @34805 NONAME ?OnAnswerCall@H323Connection@@UAE?AW4AnswerCallResponse@1@ABVPString@@ABVH323SignalPDU@@AAV4@@Z @16042 NONAME ?OnAnswerCall@H323EndPoint@@UAE?AW4AnswerCallResponse@H323Connection@@AAV3@ABVPString@@ABVH323SignalPDU@@AAV5@@Z @16043 NONAME ?OnBandwidth@H323GatekeeperCall@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperBRQ@@@Z @37683 NONAME ?OnBandwidth@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperBRQ@@@Z @37684 NONAME ?OnBandwidth@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperBRQ@@@Z @37685 NONAME ?OnCallCreditServiceControl@H323EndPoint@@UAEXABVPString@@H@Z @34425 NONAME ?OnCallIndependentSupplementaryService@H323EndPoint@@UAEHABVH323SignalPDU@@@Z @51098 NONAME ?OnCallIntrudeTimeOut@H45011Handler@@UAEXAAVPTimer@@H@Z @30764 NONAME ?OnCallTransferIdentify@H323EndPoint@@UAEHAAVH323Connection@@@Z @30088 NONAME ?OnCallTransferInitiate@H323EndPoint@@UAEHAAVH323Connection@@ABVPString@@@Z @34906 NONAME ?OnCallTransferTimeOut@H4502Handler@@UAEXAAVPTimer@@H@Z @29703 NONAME ?OnCED@OpalT38Protocol@@UAEHXZ @34548 NONAME ?OnChange@H323CallCreditServiceControl@@UBEXIIAAVH323EndPoint@@PAVH323Connection@@@Z @34426 NONAME ?OnChange@H323HTTPServiceControl@@UBEXIIAAVH323EndPoint@@PAVH323Connection@@@Z @34427 NONAME ?OnCleared@H323Connection@@UAEXXZ @17605 NONAME ?OnClosedLogicalChannel@H323Connection@@UAEXABVH323Channel@@@Z @16044 NONAME ?OnClosedLogicalChannel@H323EndPoint@@UAEXAAVH323Connection@@ABVH323Channel@@@Z @16045 NONAME ?OnClosingLogicalChannel@H323Connection@@UAEHAAVH323Channel@@@Z @16046 NONAME ?OnCNG@OpalT38Protocol@@UAEHXZ @34549 NONAME ?OnConferenceInvite@H323EndPoint@@UAEHABVH323SignalPDU@@@Z @51099 NONAME ?OnConflictingLogicalChannel@H323Connection@@UAEHAAVH323Channel@@@Z @17549 NONAME ?OnConnected@H323GatekeeperCall@@UAEXXZ @34806 NONAME ?OnConnectionCleared@H323EndPoint@@UAEXAAVH323Connection@@ABVPString@@@Z @16047 NONAME ?OnConnectionEstablished@H323EndPoint@@UAEXAAVH323Connection@@ABVPString@@@Z @16048 NONAME ?OnConnectionForwarded@H323EndPoint@@UAEHAAVH323Connection@@ABVPString@@ABVH323SignalPDU@@@Z @17391 NONAME ?OnConsultationTransferSuccess@H323Connection@@UAEXAAV1@@Z @30089 NONAME ?OnControlProtocolError@H323Connection@@UAEHW4ControlProtocolErrors@1@PBX@Z @16050 NONAME ?OnCreateLogicalChannel@H323Connection@@UAEHABVH323Capability@@W4Directions@H323Channel@@AAI@Z @17404 NONAME ?OnData@OpalT38Protocol@@UAEHIIABVPBYTEArray@@@Z @34550 NONAME ?OnDescriptorUpdate@H323PeerElement@@UAE?AW4Response@H323Transaction@@AAVH501DescriptorUpdate@@@Z @37686 NONAME ?OnDiscovery@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperGRQ@@@Z @37687 NONAME ?OnDiscovery@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperGRQ@@@Z @37688 NONAME ?OnDisengage@H323GatekeeperCall@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperDRQ@@@Z @37689 NONAME ?OnDisengage@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperDRQ@@@Z @37690 NONAME ?OnDisengage@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperDRQ@@@Z @37691 NONAME ?OnEndReceive@OpalRFC2833@@UAEXDII@Z @29950 NONAME ?OnEndSession@PVXMLSession@@UAEXXZ @31376 NONAME ?OnEstablished@H323Connection@@UAEXXZ @17606 NONAME ?OnFastUpdateGOB@H323VideoCodec@@UAEXII@Z @16051 NONAME ?OnFastUpdateMB@H323VideoCodec@@UAEXHHI@Z @16052 NONAME ?OnFastUpdatePicture@H323PluginVideoCodec@@UAEXXZ @50489 NONAME ?OnFastUpdatePicture@H323VideoCodec@@UAEXXZ @16053 NONAME ?OnFastUpdatePicture@H323_H261Codec@@UAEXXZ @37755 NONAME ?OnFirstPacket@OpalRtpToWavFile@@UAEHAAVRTP_DataFrame@@@Z @30630 NONAME ?OnFlowControl@H323Channel@@UAEXJ@Z @16054 NONAME ?OnFlowControl@H323Codec@@UAEXJ@Z @16055 NONAME ?OnFreezePicture@H323VideoCodec@@UAEXXZ @16056 NONAME ?OnFullRegistration@H323RegisteredEndPoint@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperRRQ@@@Z @37692 NONAME ?OnGatekeeperConfirm@H323EndPoint@@UAEXXZ @38310 NONAME ?OnGatekeeperNATDetect@H323EndPoint@@UAEXVAddress@PIPSocket@@AAVPString@@AAVH323TransportAddress@@@Z @53942 NONAME ?OnGatekeeperReject@H323EndPoint@@UAEXXZ @38311 NONAME ?OnH245Command@H323Connection@@UAEHABVH323ControlPDU@@@Z @16057 NONAME ?OnH245Indication@H323Connection@@UAEHABVH323ControlPDU@@@Z @16058 NONAME ?OnH245Request@H323Connection@@UAEHABVH323ControlPDU@@@Z @16059 NONAME ?OnH245Response@H323Connection@@UAEHABVH323ControlPDU@@@Z @16060 NONAME ?OnH245_FlowControlCommand@H323Connection@@UAEHABVH245_FlowControlCommand@@@Z @16061 NONAME ?OnH245_JitterIndication@H323Connection@@UAEHABVH245_JitterIndication@@@Z @16062 NONAME ?OnH245_MiscellaneousCommand@H323Connection@@UAEHABVH245_MiscellaneousCommand@@@Z @16063 NONAME ?OnH245_MiscellaneousIndication@H323Connection@@UAEHABVH245_MiscellaneousIndication@@@Z @16064 NONAME ?OnH245_SendTerminalCapabilitySet@H323Connection@@UAEHABVH245_SendTerminalCapabilitySet@@@Z @16065 NONAME ?OnHandlePDU@H323GatekeeperARQ@@MAE?AW4Response@H323Transaction@@XZ @37693 NONAME ?OnHandlePDU@H323GatekeeperBRQ@@MAE?AW4Response@H323Transaction@@XZ @37694 NONAME ?OnHandlePDU@H323GatekeeperDRQ@@MAE?AW4Response@H323Transaction@@XZ @37695 NONAME ?OnHandlePDU@H323GatekeeperGRQ@@MAE?AW4Response@H323Transaction@@XZ @37696 NONAME ?OnHandlePDU@H323GatekeeperIRR@@MAE?AW4Response@H323Transaction@@XZ @37697 NONAME ?OnHandlePDU@H323GatekeeperLRQ@@MAE?AW4Response@H323Transaction@@XZ @37698 NONAME ?OnHandlePDU@H323GatekeeperRRQ@@MAE?AW4Response@H323Transaction@@XZ @37699 NONAME ?OnHandlePDU@H323GatekeeperURQ@@MAE?AW4Response@H323Transaction@@XZ @37700 NONAME ?OnHandlePDU@H501AccessRequest@@MAE?AW4Response@H323Transaction@@XZ @37701 NONAME ?OnHandlePDU@H501DescriptorUpdate@@MAE?AW4Response@H323Transaction@@XZ @37702 NONAME ?OnHandlePDU@H501ServiceRequest@@MAE?AW4Response@H323Transaction@@XZ @37703 NONAME ?OnHeartbeat@H323GatekeeperCall@@UAEHXZ @30477 NONAME ?OnHTTPServiceControl@H323EndPoint@@UAEXIIABVPString@@@Z @34428 NONAME ?OnIncomingCall@H323Connection@@UAEHABVH323SignalPDU@@AAV2@@Z @16066 NONAME ?OnIncomingCall@H323Connection@@UAEHABVH323SignalPDU@@AAV2@AAW4CallEndReason@1@@Z @53930 NONAME ?OnIncomingCall@H323EndPoint@@UAEHAAVH323Connection@@ABVH323SignalPDU@@AAV3@@Z @16067 NONAME ?OnIncomingCall@H323EndPoint@@UAEHAAVH323Connection@@ABVH323SignalPDU@@AAV3@AAW4CallEndReason@2@@Z @53931 NONAME ?OnIncomingConnection@H323EndPoint@@UAEPAVH323Connection@@PAVH323Transport@@AAVH323SignalPDU@@@Z @38312 NONAME ?OnIndicator@OpalT38Protocol@@UAEHI@Z @34551 NONAME ?OnInfoResponse@H323GatekeeperCall@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperIRR@@AAVH225_InfoRequestResponse_perCallInfo_subtype@@@Z @37704 NONAME ?OnInfoResponse@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperIRR@@@Z @37705 NONAME ?OnInfoResponse@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperIRR@@@Z @37706 NONAME ?OnInfoResponse@H323RegisteredEndPoint@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperIRR@@@Z @37707 NONAME ?OnInsufficientDigits@H323Connection@@UAEHXZ @29242 NONAME ?OnJitterIndication@H323Channel@@UAEXKHH@Z @16068 NONAME ?OnLoadPlugin@H323PluginCodecManager@@UAEXAAVPDynaLink@@H@Z @50644 NONAME ?OnLocation@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperLRQ@@@Z @37708 NONAME ?OnLocation@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperLRQ@@@Z @37709 NONAME ?OnLogicalChannelFlowControl@H323Connection@@UAEXPAVH323Channel@@J@Z @16069 NONAME ?OnLogicalChannelJitter@H323Connection@@UAEXPAVH323Channel@@KHH@Z @16070 NONAME ?OnLostPartialPicture@H323PluginVideoCodec@@UAEXXZ @50491 NONAME ?OnLostPartialPicture@H323VideoCodec@@UAEXXZ @29308 NONAME ?OnLostPartialPicture@H323_H261Codec@@UAEXXZ @29309 NONAME ?OnLostPartialPicture@H323_RFC2190_H263Codec@@UAEXXZ @53902 NONAME ?OnLostPicture@H323PluginVideoCodec@@UAEXXZ @50492 NONAME ?OnLostPicture@H323VideoCodec@@UAEXXZ @29310 NONAME ?OnLostPicture@H323_H261Codec@@UAEXXZ @29311 NONAME ?OnLostPicture@H323_RFC2190_H263Codec@@UAEXXZ @53903 NONAME ?OnMiscellaneousCommand@H323Channel@@UAEXABVH245_MiscellaneousCommand_type@@@Z @16071 NONAME ?OnMiscellaneousCommand@H323Codec@@UAEXABVH245_MiscellaneousCommand_type@@@Z @16072 NONAME ?OnMiscellaneousCommand@H323VideoCodec@@UAEXABVH245_MiscellaneousCommand_type@@@Z @16073 NONAME ?OnMiscellaneousIndication@H323Channel@@UAEXABVH245_MiscellaneousIndication_type@@@Z @16074 NONAME ?OnMiscellaneousIndication@H323Codec@@UAEXABVH245_MiscellaneousIndication_type@@@Z @16075 NONAME ?OnMiscellaneousIndication@H323VideoCodec@@UAEXABVH245_MiscellaneousIndication_type@@@Z @16076 NONAME ?OnModeChanged@H323Connection@@UAEXABVH245_ModeDescription@@@Z @29571 NONAME ?OnNegotiateConferenceCapabilities@H323EndPoint@@UAEHABVH323SignalPDU@@@Z @51100 NONAME ?OnNewDescriptor@H323PeerElement@@UAEXABVH323PeerElementDescriptor@@@Z @37943 NONAME ?OnOpen@H323TransportTCP@@MAEHXZ @16077 NONAME ?OnOpenLogicalChannel@H323Connection@@UAEHABVH245_OpenLogicalChannel@@AAVH245_OpenLogicalChannelAck@@AAI@Z @16078 NONAME ?OnOutgoingCall@H323Connection@@UAEHABVH323SignalPDU@@@Z @16079 NONAME ?OnOutgoingCall@H323EndPoint@@UAEHAAVH323Connection@@ABVH323SignalPDU@@@Z @38313 NONAME ?OnPreamble@OpalT38Protocol@@UAEHXZ @34552 NONAME ?OnReceiveAccessConfirmation@H323PeerElement@@UAEHABVH501PDU@@ABVH501_AccessConfirmation@@@Z @37289 NONAME ?OnReceiveAccessConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_AccessConfirmation@@@Z @37290 NONAME ?OnReceiveAccessRejection@H323PeerElement@@UAEHABVH501PDU@@ABVH501_AccessRejection@@@Z @37291 NONAME ?OnReceiveAccessRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_AccessRejection@@@Z @37292 NONAME ?OnReceiveAccessRequest@H323PeerElement@@UAEHABVH501PDU@@ABVH501_AccessRequest@@@Z @37710 NONAME ?OnReceiveAccessRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_AccessRequest@@@Z @37293 NONAME ?OnReceiveAdmissionConfirm@H225_RAS@@UAEHABVH225_AdmissionConfirm@@@Z @27924 NONAME ?OnReceiveAdmissionConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_AdmissionConfirm@@@Z @31377 NONAME ?OnReceiveAdmissionConfirm@H323Gatekeeper@@UAEHABVH225_AdmissionConfirm@@@Z @16080 NONAME ?OnReceiveAdmissionReject@H225_RAS@@UAEHABVH225_AdmissionReject@@@Z @27925 NONAME ?OnReceiveAdmissionReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_AdmissionReject@@@Z @31378 NONAME ?OnReceiveAdmissionReject@H323Gatekeeper@@UAEHABVH225_AdmissionReject@@@Z @34429 NONAME ?OnReceiveAdmissionRequest@H225_RAS@@UAEHABVH225_AdmissionRequest@@@Z @28895 NONAME ?OnReceiveAdmissionRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_AdmissionRequest@@@Z @31379 NONAME ?OnReceiveAdmissionRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_AdmissionRequest@@@Z @31380 NONAME ?OnReceiveAuthenticationConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_AuthenticationConfirmation@@@Z @37294 NONAME ?OnReceiveAuthenticationRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_AuthenticationRejection@@@Z @37295 NONAME ?OnReceiveAuthenticationRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_AuthenticationRequest@@@Z @37296 NONAME ?OnReceiveBandwidthConfirm@H225_RAS@@UAEHABVH225_BandwidthConfirm@@@Z @27927 NONAME ?OnReceiveBandwidthConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_BandwidthConfirm@@@Z @31381 NONAME ?OnReceiveBandwidthConfirm@H323Gatekeeper@@UAEHABVH225_BandwidthConfirm@@@Z @16083 NONAME ?OnReceiveBandwidthConfirm@H323GatekeeperListener@@UAEHABVH225_BandwidthConfirm@@@Z @28566 NONAME ?OnReceiveBandwidthReject@H225_RAS@@UAEHABVH225_BandwidthReject@@@Z @27928 NONAME ?OnReceiveBandwidthReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_BandwidthReject@@@Z @31382 NONAME ?OnReceiveBandwidthReject@H323GatekeeperListener@@UAEHABVH225_BandwidthReject@@@Z @28567 NONAME ?OnReceiveBandwidthRequest@H225_RAS@@UAEHABVH225_BandwidthRequest@@@Z @28897 NONAME ?OnReceiveBandwidthRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_BandwidthRequest@@@Z @31383 NONAME ?OnReceiveBandwidthRequest@H323Gatekeeper@@UAEHABVH225_BandwidthRequest@@@Z @28898 NONAME ?OnReceiveBandwidthRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_BandwidthRequest@@@Z @31384 NONAME ?OnReceiveControl@RTP_Session@@UAE?AW4SendReceiveStatus@1@AAVRTP_ControlFrame@@@Z @30266 NONAME ?OnReceivedAckPDU@H323Channel@@UAEHABVH245_OpenLogicalChannelAck@@@Z @16087 NONAME ?OnReceivedAckPDU@H323DataChannel@@UAEHABVH245_OpenLogicalChannelAck@@@Z @28309 NONAME ?OnReceivedAckPDU@H323_ExternalRTPChannel@@UAEHABVH245_H2250LogicalChannelAckParameters@@@Z @29652 NONAME ?OnReceivedAckPDU@H323_RealTimeChannel@@UAEHABVH245_OpenLogicalChannelAck@@@Z @29653 NONAME ?OnReceivedAckPDU@H323_RTPChannel@@UAEHABVH245_H2250LogicalChannelAckParameters@@@Z @29654 NONAME ?OnReceivedAckPDU@H323_RTP_UDP@@UAEHAAVH323_RTPChannel@@ABVH245_H2250LogicalChannelAckParameters@@@Z @17502 NONAME ?OnReceivedAckPDU@H323_T120Channel@@UAEHABVH245_OpenLogicalChannelAck@@@Z @28310 NONAME ?onReceivedAdmissionReject@H4502Handler@@UAEXH@Z @29704 NONAME ?OnReceivedAlerting@H323Connection@@UAEHABVH323SignalPDU@@@Z @16090 NONAME ?OnReceiveData@RTP_Session@@UAE?AW4SendReceiveStatus@1@ABVRTP_DataFrame@@@Z @16091 NONAME ?OnReceivedCallIntrusionForcedRelease@H45011Handler@@UAEHHPAVPASN_OctetString@@@Z @30765 NONAME ?OnReceivedCallIntrusionGetCIPL@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @30766 NONAME ?OnReceivedCallIntrusionIsolate@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @30767 NONAME ?OnReceivedCallIntrusionNotification@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @30768 NONAME ?OnReceivedCallIntrusionRequest@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @30769 NONAME ?OnReceivedCallIntrusionSilentMonitor@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @30770 NONAME ?OnReceivedCallIntrusionWOBRequest@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @30771 NONAME ?OnReceivedCallProceeding@H323Connection@@UAEHABVH323SignalPDU@@@Z @16092 NONAME ?OnReceivedCallTransferAbandon@H4502Handler@@UAEXH@Z @29055 NONAME ?OnReceivedCallTransferActive@H4502Handler@@UAEXHPAVPASN_OctetString@@@Z @29056 NONAME ?OnReceivedCallTransferComplete@H4502Handler@@UAEXHPAVPASN_OctetString@@@Z @29057 NONAME ?OnReceivedCallTransferIdentify@H4502Handler@@UAEXH@Z @29058 NONAME ?OnReceivedCallTransferInitiate@H4502Handler@@UAEXHPAVPASN_OctetString@@@Z @29059 NONAME ?OnReceivedCallTransferSetup@H4502Handler@@UAEXHPAVPASN_OctetString@@@Z @29060 NONAME ?OnReceivedCallTransferUpdate@H4502Handler@@UAEXHPAVPASN_OctetString@@@Z @29061 NONAME ?OnReceivedCallWaiting@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @30772 NONAME ?OnReceivedCallWaitingIndication@H4506Handler@@UAEXHPAVPASN_OctetString@@@Z @29705 NONAME ?OnReceivedCapabilitySet@H323Connection@@UAEHABVH323Capabilities@@PBVH245_MultiplexCapability@@AAVH245_TerminalCapabilitySetReject@@@Z @17238 NONAME ?OnReceivedCfbOverride@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @30773 NONAME ?OnReceivedCIGetCIPLResult@H45011Handler@@QAEXAAVX880_ReturnResult@@@Z @31213 NONAME ?OnReceivedCIRequestResult@H45011Handler@@QAEXXZ @30774 NONAME ?OnReceiveDescriptorConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorConfirmation@@@Z @37297 NONAME ?OnReceiveDescriptorIDConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorIDConfirmation@@@Z @37298 NONAME ?OnReceiveDescriptorIDRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorIDRejection@@@Z @37299 NONAME ?OnReceiveDescriptorIDRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorIDRequest@@@Z @37300 NONAME ?OnReceiveDescriptorRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorRejection@@@Z @37301 NONAME ?OnReceiveDescriptorRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorRequest@@@Z @37302 NONAME ?OnReceiveDescriptorUpdate@H323PeerElement@@UAEHABVH501PDU@@ABVH501_DescriptorUpdate@@@Z @37711 NONAME ?OnReceiveDescriptorUpdate@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorUpdate@@@Z @37303 NONAME ?OnReceiveDescriptorUpdateACK@H323PeerElement@@UAEHABVH501PDU@@ABVH501_DescriptorUpdateAck@@@Z @37304 NONAME ?OnReceiveDescriptorUpdateACK@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorUpdateAck@@@Z @37305 NONAME ?OnReceivedFacility@H323Connection@@UAEHABVH323SignalPDU@@@Z @16094 NONAME ?OnReceivedGenericPDU@H323GenericCapabilityInfo@@MAEHABVH245_GenericCapability@@@Z @53365 NONAME ?OnReceivedGetCIPLReturnError@H45011Handler@@QAEHH_N@Z @31214 NONAME ?OnReceivedIdentifyReturnError@H4502Handler@@QAEX_N@Z @30090 NONAME ?OnReceivedIdentifyReturnResult@H4502Handler@@QAEXAAVX880_ReturnResult@@@Z @30091 NONAME ?OnReceivedInitiateReturnError@H323EndPoint@@UAEXXZ @53774 NONAME ?OnReceivedInitiateReturnError@H4502Handler@@QAEX_N@Z @30092 NONAME ?OnReceivedInitiateReturnResult@H4502Handler@@QAEXXZ @30093 NONAME ?OnReceivedInvoke@H45011Handler@@UAEHHHHPAVPASN_OctetString@@@Z @30775 NONAME ?OnReceivedInvoke@H4502Handler@@UAEHHHHPAVPASN_OctetString@@@Z @29062 NONAME ?OnReceivedInvoke@H4504Handler@@UAEHHHHPAVPASN_OctetString@@@Z @29063 NONAME ?OnReceivedInvoke@H4506Handler@@UAEHHHHPAVPASN_OctetString@@@Z @29706 NONAME ?OnReceivedInvoke@H450xDispatcher@@UAEHAAVX880_Invoke@@AAVH4501_InterpretationApdu@@@Z @31773 NONAME ?OnReceivedInvokeReturnError@H45011Handler@@QAEHH_N@Z @30777 NONAME ?OnReceiveDisengageConfirm@H225_RAS@@UAEHABVH225_DisengageConfirm@@@Z @27931 NONAME ?OnReceiveDisengageConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_DisengageConfirm@@@Z @31385 NONAME ?OnReceiveDisengageConfirm@H323GatekeeperListener@@UAEHABVH225_DisengageConfirm@@@Z @28569 NONAME ?OnReceiveDisengageReject@H225_RAS@@UAEHABVH225_DisengageReject@@@Z @27932 NONAME ?OnReceiveDisengageReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_DisengageReject@@@Z @31386 NONAME ?OnReceiveDisengageReject@H323GatekeeperListener@@UAEHABVH225_DisengageReject@@@Z @28570 NONAME ?OnReceiveDisengageRequest@H225_RAS@@UAEHABVH225_DisengageRequest@@@Z @28900 NONAME ?OnReceiveDisengageRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_DisengageRequest@@@Z @31387 NONAME ?OnReceiveDisengageRequest@H323Gatekeeper@@UAEHABVH225_DisengageRequest@@@Z @28901 NONAME ?OnReceiveDisengageRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_DisengageRequest@@@Z @31388 NONAME ?OnReceivedLocalCallHold@H4504Handler@@UAEXH@Z @29065 NONAME ?OnReceivedLocalCallRetrieve@H4504Handler@@UAEXH@Z @29066 NONAME ?OnReceivedNonStandardPDU@H323NonStandardCapabilityInfo@@IAEHABVPASN_Choice@@I@Z @16098 NONAME ?OnReceivedPDU@G7231_File_Capability@@UAEHABVH245_AudioCapability@@AAI@Z @31151 NONAME ?OnReceivedPDU@H323AudioCapability@@UAEHABVH245_AudioCapability@@AAI@Z @29278 NONAME ?OnReceivedPDU@H323AudioCapability@@UAEHABVH245_Capability@@@Z @16099 NONAME ?OnReceivedPDU@H323AudioCapability@@UAEHABVH245_DataType@@H@Z @17429 NONAME ?OnReceivedPDU@H323CallCreditServiceControl@@UAEHABVH225_ServiceControlDescriptor@@@Z @34430 NONAME ?OnReceivedPDU@H323Capability@@UAEHABVH245_Capability@@@Z @29112 NONAME ?OnReceivedPDU@H323Channel@@UAEHABVH245_OpenLogicalChannel@@AAI@Z @16101 NONAME ?OnReceivedPDU@H323DataCapability@@UAEHABVH245_Capability@@@Z @16102 NONAME ?OnReceivedPDU@H323DataCapability@@UAEHABVH245_DataType@@H@Z @17430 NONAME ?OnReceivedPDU@H323DataChannel@@UAEHABVH245_OpenLogicalChannel@@AAI@Z @28311 NONAME ?OnReceivedPDU@H323GenericAudioCapability@@UAEHABVH245_AudioCapability@@AAI@Z @53366 NONAME ?OnReceivedPDU@H323GenericVideoCapability@@UAEHABVH245_VideoCapability@@@Z @53367 NONAME ?OnReceivedPDU@H323GSMPluginCapability@@UAEHABVH245_AudioCapability@@AAI@Z @50493 NONAME ?OnReceivedPDU@H323H248ServiceControl@@UAEHABVH225_ServiceControlDescriptor@@@Z @34431 NONAME ?OnReceivedPDU@H323H248ServiceControl@@UAEHABVH248_SignalsDescriptor@@@Z @34516 NONAME ?OnReceivedPDU@H323H261PluginCapability@@UAEHABVH245_VideoCapability@@@Z @50494 NONAME ?OnReceivedPDU@H323HTTPServiceControl@@UAEHABVH225_ServiceControlDescriptor@@@Z @34432 NONAME ?OnReceivedPDU@H323NonStandardAudioCapability@@UAEHABVH245_AudioCapability@@AAI@Z @16104 NONAME ?OnReceivedPDU@H323NonStandardCapabilityInfo@@UAEHABVPBYTEArray@@@Z @16105 NONAME ?OnReceivedPDU@H323NonStandardDataCapability@@UAEHABVH245_DataApplicationCapability@@@Z @16106 NONAME ?OnReceivedPDU@H323NonStandardVideoCapability@@UAEHABVH245_VideoCapability@@@Z @16107 NONAME ?OnReceivedPDU@H323PluginG7231Capability@@UAEHABVH245_AudioCapability@@AAI@Z @50495 NONAME ?OnReceivedPDU@H323VideoCapability@@UAEHABVH245_Capability@@@Z @16108 NONAME ?OnReceivedPDU@H323VideoCapability@@UAEHABVH245_DataType@@H@Z @17431 NONAME ?OnReceivedPDU@H323_ExternalRTPChannel@@UAEHABVH245_H2250LogicalChannelParameters@@AAI@Z @29655 NONAME ?OnReceivedPDU@H323_H261Capability@@UAEHABVH245_VideoCapability@@@Z @16113 NONAME ?OnReceivedPDU@H323_LIDCapability@@UAEHABVH245_AudioCapability@@AAI@Z @16114 NONAME ?OnReceivedPDU@H323_RealTimeChannel@@UAEHABVH245_OpenLogicalChannel@@AAI@Z @29656 NONAME ?OnReceivedPDU@H323_RFC2190_H263Capability@@UAEHABVH245_VideoCapability@@@Z @53904 NONAME ?OnReceivedPDU@H323_RTPChannel@@UAEHABVH245_H2250LogicalChannelParameters@@AAI@Z @29657 NONAME ?OnReceivedPDU@H323_RTP_UDP@@UAEHAAVH323_RTPChannel@@ABVH245_H2250LogicalChannelParameters@@AAI@Z @17503 NONAME ?OnReceivedPDU@H323_T120Capability@@UAEHABVH245_DataApplicationCapability@@@Z @16117 NONAME ?OnReceivedPDU@H323_T120Channel@@UAEHABVH245_OpenLogicalChannel@@AAI@Z @28312 NONAME ?OnReceivedPDU@H323_T38Capability@@UAEHABVH245_DataApplicationCapability@@@Z @28313 NONAME ?OnReceivedPDU@H323_T38Channel@@UAEHABVH245_OpenLogicalChannel@@AAI@Z @29354 NONAME ?OnReceivedPDU@H323_UserInputCapability@@UAEHABVH245_Capability@@@Z @16118 NONAME ?OnReceivedPDU@H323_UserInputCapability@@UAEHABVH245_DataType@@H@Z @17432 NONAME ?OnReceivedProgress@H323Connection@@UAEHABVH323SignalPDU@@@Z @17579 NONAME ?OnReceivedReject@H45011Handler@@UAEHHH@Z @31215 NONAME ?OnReceivedReject@H450xDispatcher@@UAEHAAVX880_Reject@@@Z @30778 NONAME ?OnReceivedReject@H450xHandler@@UAEHHH@Z @30779 NONAME ?OnReceivedReleaseComplete@H323Connection@@UAEXABVH323SignalPDU@@@Z @24255 NONAME ?OnReceivedRemoteCallHold@H4504Handler@@UAEXH@Z @29069 NONAME ?OnReceivedRemoteCallRetrieve@H4504Handler@@UAEXH@Z @29070 NONAME ?OnReceivedRemoteUserAlerting@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @30780 NONAME ?OnReceivedReturnError@H45011Handler@@UAEHHAAVX880_ReturnError@@@Z @30781 NONAME ?OnReceivedReturnError@H4502Handler@@UAEHHAAVX880_ReturnError@@@Z @30782 NONAME ?OnReceivedReturnError@H450xDispatcher@@UAEHAAVX880_ReturnError@@@Z @30783 NONAME ?OnReceivedReturnError@H450xHandler@@UAEHHAAVX880_ReturnError@@@Z @30784 NONAME ?OnReceivedReturnResult@H45011Handler@@UAEHAAVX880_ReturnResult@@@Z @30785 NONAME ?OnReceivedReturnResult@H4502Handler@@UAEHAAVX880_ReturnResult@@@Z @30786 NONAME ?OnReceivedReturnResult@H450xDispatcher@@UAEHAAVX880_ReturnResult@@@Z @30787 NONAME ?OnReceivedReturnResult@H450xHandler@@UAEHAAVX880_ReturnResult@@@Z @30788 NONAME ?OnReceivedSetupReturnError@H4502Handler@@QAEXH_N@Z @30094 NONAME ?OnReceivedSetupReturnResult@H4502Handler@@QAEXXZ @30095 NONAME ?OnReceivedSignalConnect@H323Connection@@UAEHABVH323SignalPDU@@@Z @16120 NONAME ?OnReceivedSignalInformation@H323Connection@@UAEHABVH323SignalPDU@@@Z @29191 NONAME ?OnReceivedSignalNotify@H323Connection@@UAEHABVH323SignalPDU@@@Z @29194 NONAME ?OnReceivedSignalSetup@H323Connection@@UAEHABVH323SignalPDU@@@Z @16121 NONAME ?OnReceivedSignalSetupAck@H323Connection@@UAEHABVH323SignalPDU@@@Z @29192 NONAME ?OnReceivedSignalStatus@H323Connection@@UAEHABVH323SignalPDU@@@Z @29195 NONAME ?OnReceivedStatusEnquiry@H323Connection@@UAEHABVH323SignalPDU@@@Z @16122 NONAME ?OnReceivedSubaddressTransfer@H4502Handler@@UAEXHPAVPASN_OctetString@@@Z @29077 NONAME ?OnReceiveFeatureSet@H225_RAS@@UBEXIABVH225_FeatureSet@@@Z @52716 NONAME ?OnReceiveFeatureSet@H323Connection@@UBEXIABVH225_FeatureSet@@@Z @52717 NONAME ?OnReceiveFeatureSet@H323EndPoint@@UAEXIABVH225_FeatureSet@@@Z @52718 NONAME ?OnReceiveFeatureSet@H323Gatekeeper@@UBEXIABVH225_FeatureSet@@@Z @52719 NONAME ?OnReceiveFeatureSet@H323GatekeeperListener@@UBEXIABVH225_FeatureSet@@@Z @52720 NONAME ?OnReceiveFeatureSet@H323GatekeeperServer@@UBEXIABVH225_FeatureSet@@@Z @52721 NONAME ?OnReceiveGatekeeperConfirm@H225_RAS@@UAEHABVH225_GatekeeperConfirm@@@Z @27935 NONAME ?OnReceiveGatekeeperConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_GatekeeperConfirm@@@Z @31389 NONAME ?OnReceiveGatekeeperConfirm@H323Gatekeeper@@UAEHABVH225_GatekeeperConfirm@@@Z @16123 NONAME ?OnReceiveGatekeeperReject@H225_RAS@@UAEHABVH225_GatekeeperReject@@@Z @27936 NONAME ?OnReceiveGatekeeperReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_GatekeeperReject@@@Z @31390 NONAME ?OnReceiveGatekeeperReject@H323Gatekeeper@@UAEHABVH225_GatekeeperReject@@@Z @30839 NONAME ?OnReceiveGatekeeperRequest@H225_RAS@@UAEHABVH225_GatekeeperRequest@@@Z @28903 NONAME ?OnReceiveGatekeeperRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_GatekeeperRequest@@@Z @31391 NONAME ?OnReceiveGatekeeperRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_GatekeeperRequest@@@Z @31392 NONAME ?OnReceiveInfoRequest@H225_RAS@@UAEHABVH225_InfoRequest@@@Z @28905 NONAME ?OnReceiveInfoRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_InfoRequest@@@Z @31393 NONAME ?OnReceiveInfoRequest@H323Gatekeeper@@UAEHABVH225_InfoRequest@@@Z @28906 NONAME ?OnReceiveInfoRequestAck@H225_RAS@@UAEHABVH225_InfoRequestAck@@@Z @27940 NONAME ?OnReceiveInfoRequestAck@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_InfoRequestAck@@@Z @31394 NONAME ?OnReceiveInfoRequestNak@H225_RAS@@UAEHABVH225_InfoRequestNak@@@Z @27941 NONAME ?OnReceiveInfoRequestNak@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_InfoRequestNak@@@Z @31395 NONAME ?OnReceiveInfoRequestResponse@H225_RAS@@UAEHABVH225_InfoRequestResponse@@@Z @27942 NONAME ?OnReceiveInfoRequestResponse@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_InfoRequestResponse@@@Z @31396 NONAME ?OnReceiveInfoRequestResponse@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_InfoRequestResponse@@@Z @31397 NONAME ?OnReceiveLocationConfirm@H225_RAS@@UAEHABVH225_LocationConfirm@@@Z @27943 NONAME ?OnReceiveLocationConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_LocationConfirm@@@Z @31398 NONAME ?OnReceiveLocationReject@H225_RAS@@UAEHABVH225_LocationReject@@@Z @27944 NONAME ?OnReceiveLocationReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_LocationReject@@@Z @31399 NONAME ?OnReceiveLocationRequest@H225_RAS@@UAEHABVH225_LocationRequest@@@Z @28907 NONAME ?OnReceiveLocationRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_LocationRequest@@@Z @31400 NONAME ?OnReceiveLocationRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_LocationRequest@@@Z @31401 NONAME ?OnReceiveNonStandardConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_NonStandardConfirmation@@@Z @37306 NONAME ?OnReceiveNonStandardMessage@H225_RAS@@UAEHABVH225_NonStandardMessage@@@Z @28909 NONAME ?OnReceiveNonStandardMessage@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_NonStandardMessage@@@Z @31402 NONAME ?OnReceiveNonStandardRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_NonStandardRejection@@@Z @37307 NONAME ?OnReceiveNonStandardRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_NonStandardRequest@@@Z @37308 NONAME ?OnReceiveRegistrationConfirm@H225_RAS@@UAEHABVH225_RegistrationConfirm@@@Z @27947 NONAME ?OnReceiveRegistrationConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_RegistrationConfirm@@@Z @31403 NONAME ?OnReceiveRegistrationConfirm@H323Gatekeeper@@UAEHABVH225_RegistrationConfirm@@@Z @16134 NONAME ?OnReceiveRegistrationReject@H225_RAS@@UAEHABVH225_RegistrationReject@@@Z @27948 NONAME ?OnReceiveRegistrationReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_RegistrationReject@@@Z @31404 NONAME ?OnReceiveRegistrationReject@H323Gatekeeper@@UAEHABVH225_RegistrationReject@@@Z @16135 NONAME ?OnReceiveRegistrationRequest@H225_RAS@@UAEHABVH225_RegistrationRequest@@@Z @28910 NONAME ?OnReceiveRegistrationRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_RegistrationRequest@@@Z @31405 NONAME ?OnReceiveRegistrationRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_RegistrationRequest@@@Z @31406 NONAME ?OnReceiveRequestInProgress@H225_RAS@@UAEHABVH225_RequestInProgress@@@Z @27950 NONAME ?OnReceiveRequestInProgress@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_RequestInProgress@@@Z @31407 NONAME ?OnReceiveRequestInProgress@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_RequestInProgress@@@Z @37309 NONAME ?OnReceiveResourcesAvailableConfirm@H225_RAS@@UAEHABVH225_ResourcesAvailableConfirm@@@Z @27951 NONAME ?OnReceiveResourcesAvailableConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_ResourcesAvailableConfirm@@@Z @31408 NONAME ?OnReceiveResourcesAvailableConfirm@H323GatekeeperListener@@UAEHABVH225_ResourcesAvailableConfirm@@@Z @28578 NONAME ?OnReceiveResourcesAvailableIndicate@H225_RAS@@UAEHABVH225_ResourcesAvailableIndicate@@@Z @28912 NONAME ?OnReceiveResourcesAvailableIndicate@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_ResourcesAvailableIndicate@@@Z @31409 NONAME ?OnReceiveRIP@Request@H323Transactor@@QAEXI@Z @37434 NONAME ?OnReceiveServiceConfirmation@H323PeerElement@@UAEHABVH501PDU@@ABVH501_ServiceConfirmation@@@Z @37310 NONAME ?OnReceiveServiceConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ServiceConfirmation@@@Z @37311 NONAME ?OnReceiveServiceControlIndication@H225_RAS@@UAEHABVH225_ServiceControlIndication@@@Z @34528 NONAME ?OnReceiveServiceControlIndication@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_ServiceControlIndication@@@Z @34529 NONAME ?OnReceiveServiceControlIndication@H323Gatekeeper@@UAEHABVH225_ServiceControlIndication@@@Z @34530 NONAME ?OnReceiveServiceControlResponse@H225_RAS@@UAEHABVH225_ServiceControlResponse@@@Z @34531 NONAME ?OnReceiveServiceControlResponse@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_ServiceControlResponse@@@Z @34532 NONAME ?OnReceiveServiceRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ServiceRejection@@@Z @37312 NONAME ?OnReceiveServiceRelease@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ServiceRelease@@@Z @37313 NONAME ?OnReceiveServiceRequest@H323PeerElement@@UAEHABVH501PDU@@ABVH501_ServiceRequest@@@Z @37712 NONAME ?OnReceiveServiceRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ServiceRequest@@@Z @37314 NONAME ?OnReceiveUnknown@H225_RAS@@UAEHABVH323RasPDU@@@Z @37046 NONAME ?OnReceiveUnknown@H323_AnnexG@@UAEHABVH501PDU@@@Z @37047 NONAME ?OnReceiveUnknownMessageResponse@H225_RAS@@UAEHABVH225_UnknownMessageResponse@@@Z @28913 NONAME ?OnReceiveUnknownMessageResponse@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_UnknownMessageResponse@@@Z @31410 NONAME ?OnReceiveUnknownMessageResponse@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_UnknownMessageResponse@@@Z @37315 NONAME ?OnReceiveUnregistrationConfirm@H225_RAS@@UAEHABVH225_UnregistrationConfirm@@@Z @27955 NONAME ?OnReceiveUnregistrationConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_UnregistrationConfirm@@@Z @31411 NONAME ?OnReceiveUnregistrationConfirm@H323Gatekeeper@@UAEHABVH225_UnregistrationConfirm@@@Z @16142 NONAME ?OnReceiveUnregistrationConfirm@H323GatekeeperListener@@UAEHABVH225_UnregistrationConfirm@@@Z @28579 NONAME ?OnReceiveUnregistrationReject@H225_RAS@@UAEHABVH225_UnregistrationReject@@@Z @27956 NONAME ?OnReceiveUnregistrationReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_UnregistrationReject@@@Z @31412 NONAME ?OnReceiveUnregistrationReject@H323Gatekeeper@@UAEHABVH225_UnregistrationReject@@@Z @16143 NONAME ?OnReceiveUnregistrationReject@H323GatekeeperListener@@UAEHABVH225_UnregistrationReject@@@Z @28580 NONAME ?OnReceiveUnregistrationRequest@H225_RAS@@UAEHABVH225_UnregistrationRequest@@@Z @28915 NONAME ?OnReceiveUnregistrationRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_UnregistrationRequest@@@Z @31413 NONAME ?OnReceiveUnregistrationRequest@H323Gatekeeper@@UAEHABVH225_UnregistrationRequest@@@Z @28916 NONAME ?OnReceiveUnregistrationRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_UnregistrationRequest@@@Z @31414 NONAME ?OnReceiveUsageConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_UsageConfirmation@@@Z @37316 NONAME ?OnReceiveUsageIndicationConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_UsageIndicationConfirmation@@@Z @37317 NONAME ?OnReceiveUsageIndicationRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_UsageIndicationRejection@@@Z @37318 NONAME ?OnReceiveUsageRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_UsageRejection@@@Z @37319 NONAME ?OnReceiveUsageRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_UsageRequest@@@Z @37320 NONAME ?OnReceiveValidationConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ValidationConfirmation@@@Z @37321 NONAME ?OnReceiveValidationRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ValidationRejection@@@Z @37322 NONAME ?OnReceiveValidationRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ValidationRequest@@@Z @37323 NONAME ?OnRefusedModeChange@H323Connection@@UAEXPBVH245_RequestModeReject@@@Z @29572 NONAME ?OnRegistration@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperRRQ@@@Z @37713 NONAME ?OnRegistration@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperRRQ@@@Z @37714 NONAME ?OnRegistration@H323RegisteredEndPoint@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperRRQ@@@Z @37715 NONAME ?OnRegistrationConfirm@H323EndPoint@@UAEXXZ @38314 NONAME ?OnRegistrationReject@H323EndPoint@@UAEXXZ @38315 NONAME ?OnRemoteServiceRelationshipDisappeared@H323PeerElement@@IAEHAAVOpalGloballyUniqueID@@ABVH323TransportAddress@@@Z @37498 NONAME ?OnRemoveDescriptor@H323PeerElement@@UAEXABVH323PeerElementDescriptor@@@Z @37944 NONAME ?OnRemoveServiceRelationship@H323PeerElement@@UAEXABVH323TransportAddress@@@Z @37057 NONAME ?OnRequestModeChange@H323Connection@@UAEHABVH245_RequestMode@@AAVH245_RequestModeAck@@AAVH245_RequestModeReject@@AAH@Z @29573 NONAME ?OnRTPStatistics@H323Connection@@UBEXABVRTP_Session@@@Z @16147 NONAME ?OnRTPStatistics@H323EndPoint@@UBEXABVH323Connection@@ABVRTP_Session@@@Z @16148 NONAME ?OnRxApplDefined@RTP_Session@@UAEXABVPString@@IKPBEH@Z @16149 NONAME ?OnRxGoodbye@RTP_Session@@UAEXABV?$PScalarArray@K@@ABVPString@@@Z @38003 NONAME ?OnRxReceiverReport@RTP_Session@@UAEXKABV?$PArray@VReceiverReport@RTP_Session@@@@@Z @17117 NONAME ?OnRxSenderReport@RTP_Session@@UAEXABVSenderReport@1@ABV?$PArray@VReceiverReport@RTP_Session@@@@@Z @17118 NONAME ?OnRxSourceDescription@RTP_Session@@UAEXABV?$PArray@VSourceDescription@RTP_Session@@@@@Z @17119 NONAME ?OnRxStatistics@H323_RTP_Session@@UBEXABVRTP_Session@@@Z @16154 NONAME ?OnRxStatistics@RTP_UserData@@UBEXABVRTP_Session@@@Z @16155 NONAME ?OnSecureRegistration@H323RegisteredEndPoint@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperRRQ@@@Z @37716 NONAME ?OnSelectLogicalChannels@H323Connection@@UAEXXZ @16156 NONAME ?OnSendAdmissionConfirm@H225_RAS@@UAEXAAVH225_AdmissionConfirm@@@Z @27959 NONAME ?OnSendAdmissionConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_AdmissionConfirm@@@Z @31415 NONAME ?OnSendAdmissionReject@H225_RAS@@UAEXAAVH225_AdmissionReject@@@Z @27960 NONAME ?OnSendAdmissionReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_AdmissionReject@@@Z @31416 NONAME ?OnSendAdmissionRequest@H225_RAS@@UAEXAAVH225_AdmissionRequest@@@Z @27961 NONAME ?OnSendAdmissionRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_AdmissionRequest@@@Z @31417 NONAME ?OnSendAdmissionRequest@H323Gatekeeper@@UAEXAAVH225_AdmissionRequest@@@Z @29186 NONAME ?OnSendARQ@H323Connection@@UAEXAAVH225_AdmissionRequest@@@Z @51520 NONAME ?OnSendARQ@H323EndPoint@@UAEXAAVH323Connection@@AAVH225_AdmissionRequest@@@Z @51521 NONAME ?OnSendBandwidthConfirm@H225_RAS@@UAEXAAVH225_BandwidthConfirm@@@Z @27962 NONAME ?OnSendBandwidthConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_BandwidthConfirm@@@Z @31418 NONAME ?OnSendBandwidthReject@H225_RAS@@UAEXAAVH225_BandwidthReject@@@Z @27963 NONAME ?OnSendBandwidthReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_BandwidthReject@@@Z @31419 NONAME ?OnSendBandwidthRequest@H225_RAS@@UAEXAAVH225_BandwidthRequest@@@Z @27964 NONAME ?OnSendBandwidthRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_BandwidthRequest@@@Z @31420 NONAME ?OnSendCallProceeding@H323Connection@@UAEHAAVH323SignalPDU@@@Z @17604 NONAME ?OnSendCapabilitySet@H323Connection@@UAEXAAVH245_TerminalCapabilitySet@@@Z @16163 NONAME ?OnSendData@RTP_Session@@UAE?AW4SendReceiveStatus@1@AAVRTP_DataFrame@@@Z @16164 NONAME ?OnSendDescriptorForEndpoint@H323GatekeeperServer@@UAEHAAVH323RegisteredEndPoint@@AAVH225_ArrayOf_AliasAddress@@AAVH225_EndpointType@@1@Z @49514 NONAME ?OnSendDescriptorForEndpoint@H323RegisteredEndPoint@@UAEHAAVH225_ArrayOf_AliasAddress@@AAVH225_EndpointType@@0@Z @49515 NONAME ?OnSendDisengageConfirm@H225_RAS@@UAEXAAVH225_DisengageConfirm@@@Z @27965 NONAME ?OnSendDisengageConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_DisengageConfirm@@@Z @31421 NONAME ?OnSendDisengageReject@H225_RAS@@UAEXAAVH225_DisengageReject@@@Z @27966 NONAME ?OnSendDisengageReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_DisengageReject@@@Z @31422 NONAME ?OnSendDisengageRequest@H225_RAS@@UAEXAAVH225_DisengageRequest@@@Z @27967 NONAME ?OnSendDisengageRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_DisengageRequest@@@Z @31423 NONAME ?OnSendFeatureSet@H225_RAS@@UBEHIAAVH225_FeatureSet@@@Z @52722 NONAME ?OnSendFeatureSet@H323Connection@@UBEHIAAVH225_FeatureSet@@@Z @52723 NONAME ?OnSendFeatureSet@H323EndPoint@@UAEHIAAVH225_FeatureSet@@@Z @52724 NONAME ?OnSendFeatureSet@H323Gatekeeper@@UBEHIAAVH225_FeatureSet@@@Z @52725 NONAME ?OnSendFeatureSet@H323GatekeeperListener@@UBEHIAAVH225_FeatureSet@@@Z @52726 NONAME ?OnSendFeatureSet@H323GatekeeperServer@@UBEHIAAVH225_FeatureSet@@@Z @52727 NONAME ?OnSendGatekeeperConfirm@H225_RAS@@UAEXAAVH225_GatekeeperConfirm@@@Z @27968 NONAME ?OnSendGatekeeperConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_GatekeeperConfirm@@@Z @31424 NONAME ?OnSendGatekeeperReject@H225_RAS@@UAEXAAVH225_GatekeeperReject@@@Z @27969 NONAME ?OnSendGatekeeperReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_GatekeeperReject@@@Z @31425 NONAME ?OnSendGatekeeperRequest@H225_RAS@@UAEXAAVH225_GatekeeperRequest@@@Z @27970 NONAME ?OnSendGatekeeperRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_GatekeeperRequest@@@Z @31426 NONAME ?OnSendGatekeeperRequest@H323Gatekeeper@@UAEXAAVH225_GatekeeperRequest@@@Z @31427 NONAME ?OnSendInfoRequest@H225_RAS@@UAEXAAVH225_InfoRequest@@@Z @27971 NONAME ?OnSendInfoRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_InfoRequest@@@Z @31428 NONAME ?OnSendInfoRequestAck@H225_RAS@@UAEXAAVH225_InfoRequestAck@@@Z @27972 NONAME ?OnSendInfoRequestAck@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_InfoRequestAck@@@Z @31429 NONAME ?OnSendInfoRequestNak@H225_RAS@@UAEXAAVH225_InfoRequestNak@@@Z @27973 NONAME ?OnSendInfoRequestNak@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_InfoRequestNak@@@Z @31430 NONAME ?OnSendInfoRequestResponse@H225_RAS@@UAEXAAVH225_InfoRequestResponse@@@Z @27974 NONAME ?OnSendInfoRequestResponse@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_InfoRequestResponse@@@Z @31431 NONAME ?OnSendingAckPDU@H323_RTP_UDP@@UBEXABVH323_RTPChannel@@AAVH245_H2250LogicalChannelAckParameters@@@Z @17504 NONAME ?OnSendingGenericPDU@H323GenericCapabilityInfo@@MBEHAAVH245_GenericCapability@@@Z @53368 NONAME ?OnSendingNonStandardPDU@H323NonStandardCapabilityInfo@@IBEHAAVPASN_Choice@@I@Z @16176 NONAME ?OnSendingPDU@G7231_File_Capability@@UBEHAAVH245_AudioCapability@@I@Z @31152 NONAME ?OnSendingPDU@H225_RAS@@UAEXAAVPASN_Object@@@Z @37435 NONAME ?OnSendingPDU@H323AudioCapability@@UBEHAAVH245_AudioCapability@@I@Z @29280 NONAME ?OnSendingPDU@H323AudioCapability@@UBEHAAVH245_AudioMode@@@Z @29610 NONAME ?OnSendingPDU@H323AudioCapability@@UBEHAAVH245_Capability@@@Z @16177 NONAME ?OnSendingPDU@H323AudioCapability@@UBEHAAVH245_DataType@@@Z @16178 NONAME ?OnSendingPDU@H323AudioCapability@@UBEHAAVH245_ModeElement@@@Z @29611 NONAME ?OnSendingPDU@H323CallCreditServiceControl@@UBEHAAVH225_ServiceControlDescriptor@@@Z @34433 NONAME ?OnSendingPDU@H323DataCapability@@UBEHAAVH245_Capability@@@Z @16179 NONAME ?OnSendingPDU@H323DataCapability@@UBEHAAVH245_DataType@@@Z @16180 NONAME ?OnSendingPDU@H323DataCapability@@UBEHAAVH245_ModeElement@@@Z @29612 NONAME ?OnSendingPDU@H323DataChannel@@UBEHAAVH245_OpenLogicalChannel@@@Z @28314 NONAME ?OnSendingPDU@H323GenericAudioCapability@@UBEHAAVH245_AudioCapability@@I@Z @53369 NONAME ?OnSendingPDU@H323GenericVideoCapability@@UBEHAAVH245_VideoCapability@@@Z @53370 NONAME ?OnSendingPDU@H323GenericVideoCapability@@UBEHAAVH245_VideoMode@@@Z @53371 NONAME ?OnSendingPDU@H323GSMPluginCapability@@UBEHAAVH245_AudioCapability@@I@Z @50496 NONAME ?OnSendingPDU@H323H248ServiceControl@@UBEHAAVH225_ServiceControlDescriptor@@@Z @34434 NONAME ?OnSendingPDU@H323H248ServiceControl@@UBEHAAVH248_SignalsDescriptor@@@Z @34517 NONAME ?OnSendingPDU@H323H261PluginCapability@@UBEHAAVH245_VideoCapability@@@Z @50497 NONAME ?OnSendingPDU@H323H261PluginCapability@@UBEHAAVH245_VideoMode@@@Z @50498 NONAME ?OnSendingPDU@H323HTTPServiceControl@@UBEHAAVH225_ServiceControlDescriptor@@@Z @34435 NONAME ?OnSendingPDU@H323NonStandardAudioCapability@@UBEHAAVH245_AudioCapability@@I@Z @16181 NONAME ?OnSendingPDU@H323NonStandardAudioCapability@@UBEHAAVH245_AudioMode@@@Z @29865 NONAME ?OnSendingPDU@H323NonStandardCapabilityInfo@@UBEHAAVPBYTEArray@@@Z @16182 NONAME ?OnSendingPDU@H323NonStandardDataCapability@@UBEHAAVH245_DataApplicationCapability@@@Z @16183 NONAME ?OnSendingPDU@H323NonStandardDataCapability@@UBEHAAVH245_DataMode@@@Z @29866 NONAME ?OnSendingPDU@H323NonStandardVideoCapability@@UBEHAAVH245_VideoCapability@@@Z @16184 NONAME ?OnSendingPDU@H323NonStandardVideoCapability@@UBEHAAVH245_VideoMode@@@Z @29867 NONAME ?OnSendingPDU@H323PluginG7231Capability@@UBEHAAVH245_AudioCapability@@I@Z @50499 NONAME ?OnSendingPDU@H323VideoCapability@@UBEHAAVH245_Capability@@@Z @16185 NONAME ?OnSendingPDU@H323VideoCapability@@UBEHAAVH245_DataType@@@Z @16186 NONAME ?OnSendingPDU@H323VideoCapability@@UBEHAAVH245_ModeElement@@@Z @29613 NONAME ?OnSendingPDU@H323_AnnexG@@UAEXAAVPASN_Object@@@Z @37449 NONAME ?OnSendingPDU@H323_ExternalRTPChannel@@UBEHAAVH245_H2250LogicalChannelParameters@@@Z @29658 NONAME ?OnSendingPDU@H323_H261Capability@@UBEHAAVH245_VideoCapability@@@Z @16190 NONAME ?OnSendingPDU@H323_H261Capability@@UBEHAAVH245_VideoMode@@@Z @29614 NONAME ?OnSendingPDU@H323_LIDCapability@@UBEHAAVH245_AudioCapability@@I@Z @16191 NONAME ?OnSendingPDU@H323_RealTimeChannel@@UBEHAAVH245_OpenLogicalChannel@@@Z @29659 NONAME ?OnSendingPDU@H323_RFC2190_H263Capability@@UBEHAAVH245_VideoCapability@@@Z @53905 NONAME ?OnSendingPDU@H323_RFC2190_H263Capability@@UBEHAAVH245_VideoMode@@@Z @53906 NONAME ?OnSendingPDU@H323_RTPChannel@@UBEHAAVH245_H2250LogicalChannelParameters@@@Z @29660 NONAME ?OnSendingPDU@H323_RTP_UDP@@UBEHABVH323_RTPChannel@@AAVH245_H2250LogicalChannelParameters@@@Z @17505 NONAME ?OnSendingPDU@H323_T120Capability@@UBEHAAVH245_DataApplicationCapability@@@Z @16194 NONAME ?OnSendingPDU@H323_T120Capability@@UBEHAAVH245_DataMode@@@Z @29615 NONAME ?OnSendingPDU@H323_T120Capability@@UBEHAAVH245_DataProtocolCapability@@@Z @29616 NONAME ?OnSendingPDU@H323_T120Channel@@UBEHAAVH245_OpenLogicalChannel@@@Z @28315 NONAME ?OnSendingPDU@H323_T38Capability@@UBEHAAVH245_DataApplicationCapability@@@Z @28316 NONAME ?OnSendingPDU@H323_T38Capability@@UBEHAAVH245_DataMode@@@Z @29617 NONAME ?OnSendingPDU@H323_T38Capability@@UBEHAAVH245_DataProtocolCapability@@AAVH245_T38FaxProfile@@@Z @29618 NONAME ?OnSendingPDU@H323_T38Channel@@UBEHAAVH245_OpenLogicalChannel@@@Z @29552 NONAME ?OnSendingPDU@H323_UserInputCapability@@UBEHAAVH245_Capability@@@Z @16195 NONAME ?OnSendingPDU@H323_UserInputCapability@@UBEHAAVH245_DataType@@@Z @16196 NONAME ?OnSendingPDU@H323_UserInputCapability@@UBEHAAVH245_ModeElement@@@Z @29619 NONAME ?OnSendLocationConfirm@H225_RAS@@UAEXAAVH225_LocationConfirm@@@Z @27975 NONAME ?OnSendLocationConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_LocationConfirm@@@Z @31432 NONAME ?OnSendLocationReject@H225_RAS@@UAEXAAVH225_LocationReject@@@Z @27976 NONAME ?OnSendLocationReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_LocationReject@@@Z @31433 NONAME ?OnSendLocationRequest@H225_RAS@@UAEXAAVH225_LocationRequest@@@Z @27977 NONAME ?OnSendLocationRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_LocationRequest@@@Z @31434 NONAME ?OnSendNonStandardMessage@H225_RAS@@UAEXAAVH225_NonStandardMessage@@@Z @27978 NONAME ?OnSendNonStandardMessage@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_NonStandardMessage@@@Z @31435 NONAME ?OnSendOpenAck@H323Channel@@UBEXABVH245_OpenLogicalChannel@@AAVH245_OpenLogicalChannelAck@@@Z @16201 NONAME ?OnSendOpenAck@H323DataChannel@@UBEXABVH245_OpenLogicalChannel@@AAVH245_OpenLogicalChannelAck@@@Z @28317 NONAME ?OnSendOpenAck@H323_ExternalRTPChannel@@UBEXAAVH245_H2250LogicalChannelAckParameters@@@Z @29661 NONAME ?OnSendOpenAck@H323_RealTimeChannel@@UBEXABVH245_OpenLogicalChannel@@AAVH245_OpenLogicalChannelAck@@@Z @29662 NONAME ?OnSendOpenAck@H323_RTPChannel@@UBEXAAVH245_H2250LogicalChannelAckParameters@@@Z @29663 NONAME ?OnSendOpenAck@H323_T120Channel@@UBEXABVH245_OpenLogicalChannel@@AAVH245_OpenLogicalChannelAck@@@Z @28318 NONAME ?OnSendRasInfo@H323_RTP_UDP@@UAEXAAVH225_RTPSession@@@Z @16203 NONAME ?OnSendRegistrationConfirm@H225_RAS@@UAEXAAVH225_RegistrationConfirm@@@Z @27979 NONAME ?OnSendRegistrationConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_RegistrationConfirm@@@Z @31436 NONAME ?OnSendRegistrationReject@H225_RAS@@UAEXAAVH225_RegistrationReject@@@Z @27980 NONAME ?OnSendRegistrationReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_RegistrationReject@@@Z @31437 NONAME ?OnSendRegistrationRequest@H225_RAS@@UAEXAAVH225_RegistrationRequest@@@Z @27981 NONAME ?OnSendRegistrationRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_RegistrationRequest@@@Z @31438 NONAME ?OnSendReleaseComplete@H323Connection@@UAEHAAVH323SignalPDU@@@Z @29193 NONAME ?OnSendRequestInProgress@H225_RAS@@UAEXAAVH225_RequestInProgress@@@Z @27982 NONAME ?OnSendRequestInProgress@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_RequestInProgress@@@Z @31439 NONAME ?OnSendResourcesAvailableConfirm@H225_RAS@@UAEXAAVH225_ResourcesAvailableConfirm@@@Z @27983 NONAME ?OnSendResourcesAvailableConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_ResourcesAvailableConfirm@@@Z @31440 NONAME ?OnSendResourcesAvailableIndicate@H225_RAS@@UAEXAAVH225_ResourcesAvailableIndicate@@@Z @27984 NONAME ?OnSendResourcesAvailableIndicate@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_ResourcesAvailableIndicate@@@Z @31441 NONAME ?OnSendServiceControlIndication@H225_RAS@@UAEXAAVH225_ServiceControlIndication@@@Z @34533 NONAME ?OnSendServiceControlIndication@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_ServiceControlIndication@@@Z @34534 NONAME ?OnSendServiceControlResponse@H225_RAS@@UAEXAAVH225_ServiceControlResponse@@@Z @34535 NONAME ?OnSendServiceControlResponse@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_ServiceControlResponse@@@Z @34536 NONAME ?OnSendSignalSetup@H323Connection@@UAEHAAVH323SignalPDU@@@Z @16210 NONAME ?OnSendUnknownMessageResponse@H225_RAS@@UAEXAAVH225_UnknownMessageResponse@@@Z @27985 NONAME ?OnSendUnknownMessageResponse@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_UnknownMessageResponse@@@Z @31442 NONAME ?OnSendUnregistrationConfirm@H225_RAS@@UAEXAAVH225_UnregistrationConfirm@@@Z @27986 NONAME ?OnSendUnregistrationConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_UnregistrationConfirm@@@Z @31443 NONAME ?OnSendUnregistrationReject@H225_RAS@@UAEXAAVH225_UnregistrationReject@@@Z @27987 NONAME ?OnSendUnregistrationReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_UnregistrationReject@@@Z @31444 NONAME ?OnSendUnregistrationRequest@H225_RAS@@UAEXAAVH225_UnregistrationRequest@@@Z @27988 NONAME ?OnSendUnregistrationRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_UnregistrationRequest@@@Z @31445 NONAME ?OnServiceControlSession@H323EndPoint@@UAEXIIABVH323ServiceControlSession@@PAVH323Connection@@@Z @34436 NONAME ?OnServiceControlSessions@H323Gatekeeper@@UAEXABVH225_ArrayOf_ServiceControlSession@@PAVH323Connection@@@Z @34437 NONAME ?OnServiceRequest@H323PeerElement@@UAE?AW4Response@H323Transaction@@AAVH501ServiceRequest@@@Z @37717 NONAME ?OnSetLocalCapabilities@H323Connection@@UAEXXZ @28009 NONAME ?OnShutdown@H323PluginCodecManager@@UAEXXZ @51475 NONAME ?OnStartLogicalChannel@H323Connection@@UAEHAAVH323Channel@@@Z @16215 NONAME ?OnStartLogicalChannel@H323EndPoint@@UAEHAAVH323Connection@@AAVH323Channel@@@Z @16216 NONAME ?OnStartReceive@OpalRFC2833@@UAEXD@Z @29951 NONAME ?OnStartup@PluginLoader@@UAEXXZ @53015 NONAME ?OnTimeToLive@H323RegisteredEndPoint@@UAEHXZ @31480 NONAME ?OnTraining@OpalT38Protocol@@UAEHI@Z @34553 NONAME ?OnTxStatistics@H323_RTP_Session@@UBEXABVRTP_Session@@@Z @16217 NONAME ?OnTxStatistics@RTP_UserData@@UBEXABVRTP_Session@@@Z @16218 NONAME ?OnUnknownControlPDU@H323Connection@@UAEHABVH323ControlPDU@@@Z @16219 NONAME ?OnUnknownSignalPDU@H323Connection@@UAEHABVH323SignalPDU@@@Z @16220 NONAME ?OnUnregistration@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperURQ@@@Z @37718 NONAME ?OnUnregistration@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperURQ@@@Z @37719 NONAME ?OnUnregistration@H323RegisteredEndPoint@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperURQ@@@Z @37720 NONAME ?OnUpdateDescriptor@H323PeerElement@@UAEXABVH323PeerElementDescriptor@@@Z @37945 NONAME ?OnUserInputInBandDTMF@H323Connection@@MAEXAAVFilterInfo@H323Codec@@H@Z @29988 NONAME ?OnUserInputIndication@H323Connection@@UAEXABVH245_UserInputIndication@@@Z @16221 NONAME ?OnUserInputInlineRFC2833@H323Connection@@MAEXAAVOpalRFC2833Info@@H@Z @29952 NONAME ?OnUserInputString@H323Connection@@UAEXABVPString@@@Z @16222 NONAME ?OnUserInputString@H323EndPoint@@UAEXAAVH323Connection@@ABVPString@@@Z @16223 NONAME ?OnUserInputTone@H323Connection@@UAEXDIII@Z @16224 NONAME ?OnUserInputTone@H323EndPoint@@UAEXAAVH323Connection@@DIII@Z @16225 NONAME ?OnVideoIndicateReadyToActivate@H323VideoCodec@@UAEXXZ @16226 NONAME ?OnVideoNotDecodedMBs@H323VideoCodec@@UAEXIII@Z @16227 NONAME ?OnVideoTemporalSpatialTradeOff@H323_RFC2190_H263Codec@@UAEXXZ @53907 NONAME ?OnVideoTemporalSpatialTradeOffCommand@H323VideoCodec@@UAEXH@Z @52141 NONAME ?OnVideoTemporalSpatialTradeOffIndication@H323VideoCodec@@UAEXH@Z @52142 NONAME ?OpalG711ALaw64k@@3PADA @51101 NONAME ?OpalG711ALaw64kFormatFactory@@3V?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @52144 NONAME ?OpalG711uLaw64k@@3PADA @51102 NONAME ?OpalG711uLaw64kFormatFactory@@3V?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @52145 NONAME ?OpalG7231A_5k3@@3PADA @51103 NONAME ?OpalG7231A_5k3FormatFactory@@3V?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @52146 NONAME ?OpalG7231A_6k3@@3PADA @51104 NONAME ?OpalG7231A_6k3FormatFactory@@3V?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @52147 NONAME ?OpalG7231_5k3@@3PADA @51105 NONAME ?OpalG7231_5k3FormatFactory@@3V?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @52148 NONAME ?OpalG7231_6k3@@3PADA @51106 NONAME ?OpalG7231_6k3FormatFactory@@3V?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @52149 NONAME ?OpalG728@@3PADA @51107 NONAME ?OpalG728FormatFactory@@3V?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @52150 NONAME ?OpalG729@@3PADA @51108 NONAME ?OpalG729A@@3PADA @51109 NONAME ?OpalG729AB@@3PADA @51110 NONAME ?OpalG729ABFormatFactory@@3V?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @52151 NONAME ?OpalG729AFormatFactory@@3V?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @52152 NONAME ?OpalG729B@@3PADA @51111 NONAME ?OpalG729BFormatFactory@@3V?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @52153 NONAME ?OpalG729FormatFactory@@3V?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @52154 NONAME ?OpalGetBuildNumber@@YAIXZ @31473 NONAME ?OpalGetMajorVersion@@YAIXZ @31474 NONAME ?OpalGetMinorVersion@@YAIXZ @31475 NONAME ?OpalGetVersion@@YA?AVPString@@XZ @31476 NONAME ?OpalGSM0610@@3PADA @51112 NONAME ?OpalGSM0610FormatFactory@@3V?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @52155 NONAME ?OpalH261@@3PADA @51113 NONAME ?OpalH261FormatFactory@@3V?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @52156 NONAME ?OpalPCM16@@3PADA @51114 NONAME ?OpalPCM16FormatFactory@@3V?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @52157 NONAME ?OpalRFC2190H263@@3PADA @53908 NONAME ?OpalRFC2190H263FormatFactory@@3V?$Worker@VOpalRFC2190H263Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @53909 NONAME ?OpalT120@@3PADA @51115 NONAME ?OpalT120FormatFactory@@3V?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @52158 NONAME ?OpalUserInputRFC2833@@3PADA @51116 NONAME ?OpalUserInputRFC2833FormatFactory@@3V?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @52159 NONAME ?opalwavfileLoader@PWLibStupidLinkerHacks@@3HA @52649 NONAME ?Open@H245NegLogicalChannel@@UAEHABVH323Capability@@II@Z @30307 NONAME ?Open@H245NegLogicalChannels@@UAEHABVH323Capability@@II@Z @30308 NONAME ?Open@H323AudioCodec@@UAEHAAVH323Connection@@@Z @16231 NONAME ?Open@H323Channel@@UAEHXZ @29664 NONAME ?Open@H323Codec@@UAEHAAVH323Connection@@@Z @16232 NONAME ?Open@H323ListenerTCP@@UAEHXZ @16233 NONAME ?Open@H323VideoCodec@@UAEHAAVH323Connection@@@Z @16234 NONAME ?Open@H323_RTPChannel@@UAEHXZ @28320 NONAME ?Open@OpalIxJDevice@@UAEHABVPString@@@Z @16238 NONAME ?Open@OpalVoipBlasterDevice@@UAEHABVPString@@@Z @29797 NONAME ?Open@RTP_UDP@@QAEHVAddress@PIPSocket@@GGEPAVPSTUNClient@@PAVRTP_QOS@@@Z @38276 NONAME ?OpenAudioChannel@H323Connection@@UAEHHIAAVH323AudioCodec@@@Z @16241 NONAME ?OpenAudioChannel@H323EndPoint@@UAEHAAVH323Connection@@HIAAVH323AudioCodec@@@Z @16242 NONAME ?OpenCodec@H323_RFC2190_H263Codec@@IAEHXZ @53910 NONAME ?OpenCommand@VoipBlasterInterface@@QAEHH@Z @29798 NONAME ?OpenData@VoipBlasterInterface@@QAEHXZ @29799 NONAME ?OpenH323_IsRFC2190Loaded@@YAHXZ @53911 NONAME ?OpenLogicalChannel@H323Connection@@UAEHABVH323Capability@@IW4Directions@H323Channel@@@Z @16243 NONAME ?OpenPeerElement@H323GatekeeperServer@@QAEHABVH323TransportAddress@@HH@Z @37750 NONAME ?OpenVideoChannel@H323Connection@@UAEHHAAVH323VideoCodec@@@Z @20508 NONAME ?OpenVideoChannel@H323EndPoint@@UAEHAAVH323Connection@@HAAVH323VideoCodec@@@Z @20509 NONAME ?OpenVOIPPipe@VoipBlasterInterface@@IAEHW4Pipe@1@@Z @29800 NONAME ?OpenWhileLocked@H245NegLogicalChannel@@MAEHABVH323Capability@@II@Z @30309 NONAME ?Originate@OpalT120Protocol@@UAEHAAVH323Transport@@@Z @28321 NONAME ?Originate@OpalT38Protocol@@UAEHXZ @30221 NONAME ?Out@RTP_JitterBufferAnalyser@@QAEXKIPBD@Z @17148 NONAME ?PacketsOutStanding@Transmitter@@QAEHXZ @16247 NONAME ?Parse@PURL@@QAEHABVPString@@PBD@Z @38330 NONAME ?ParseEndpointAddress@H450ServiceAPDU@@SAXAAVH4501_EndpointAddress@@AAVPString@@@Z @22288 NONAME ?ParsePartyName@H323EndPoint@@QAEHABVPString@@AAV2@AAVH323TransportAddress@@@Z @34814 NONAME ?parse_block@P64Decoder@@IAEHPAFPAI@Z @30267 NONAME ?parse_gob_hdr@P64Decoder@@IAEHH@Z @16249 NONAME ?parse_mb_hdr@P64Decoder@@IAEHAAI@Z @16250 NONAME ?parse_picture_hdr@P64Decoder@@IAEHXZ @16251 NONAME ?parse_sc@P64Decoder@@IAEHXZ @16252 NONAME ?PlayAudio@OpalLineInterfaceDevice@@UAEHIABVPString@@@Z @37126 NONAME ?PlayDTMF@OpalIxJDevice@@UAEHIPBDKK@Z @16253 NONAME ?PlayDTMF@OpalLineInterfaceDevice@@UAEHIPBDKK@Z @16254 NONAME ?PlayDTMF@OpalVoipBlasterDevice@@UAEHIPBDKK@Z @29801 NONAME ?PlayTone@OpalIxJDevice@@UAEHIW4CallProgressTones@OpalLineInterfaceDevice@@@Z @16256 NONAME ?PlayTone@OpalLineInterfaceDevice@@UAEHIW4CallProgressTones@1@@Z @16257 NONAME ?PlayTone@OpalVoipBlasterDevice@@UAEHIW4CallProgressTones@OpalLineInterfaceDevice@@@Z @29802 NONAME ?Poll@Request@H323Transactor@@QAEHAAV2@@Z @37436 NONAME ?PreIncEncodeSetup@H261PixelEncoder@@QAEHPBVVideoFrame@@@Z @30268 NONAME ?Prepare@H323TransactionPDU@@QAEXAAVPASN_Array@@I0I@Z @37721 NONAME ?PreparePDU@H235Authenticators@@QBEXAAVH323TransactionPDU@@AAVPASN_Array@@I1I@Z @37722 NONAME ?PrepareTokens@H235Authenticator@@UAEHAAVPASN_Array@@0@Z @37723 NONAME ?PreProcessOneFrame@P64Encoder@@QAEXXZ @30269 NONAME ?PrintOn@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49516 NONAME ?PrintOn@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49517 NONAME ?PrintOn@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49518 NONAME ?PrintOn@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49519 NONAME ?PrintOn@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49520 NONAME ?PrintOn@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49521 NONAME ?PrintOn@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49522 NONAME ?PrintOn@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49523 NONAME ?PrintOn@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49524 NONAME ?PrintOn@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49525 NONAME ?PrintOn@AlternateInfo@H323Gatekeeper@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49526 NONAME ?PrintOn@GCC_ApplicationInvokeIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49527 NONAME ?PrintOn@GCC_ApplicationInvokeSpecifier@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49528 NONAME ?PrintOn@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49529 NONAME ?PrintOn@GCC_ApplicationRecord@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49530 NONAME ?PrintOn@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49531 NONAME ?PrintOn@GCC_ChallengeItem@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49532 NONAME ?PrintOn@GCC_ChallengeRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49533 NONAME ?PrintOn@GCC_ChallengeResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49534 NONAME ?PrintOn@GCC_ConductorAssignIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49535 NONAME ?PrintOn@GCC_ConductorPermissionAskIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49536 NONAME ?PrintOn@GCC_ConductorPermissionGrantIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49537 NONAME ?PrintOn@GCC_ConductorReleaseIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49538 NONAME ?PrintOn@GCC_ConferenceAddRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49539 NONAME ?PrintOn@GCC_ConferenceAddResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49540 NONAME ?PrintOn@GCC_ConferenceAssistanceIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49541 NONAME ?PrintOn@GCC_ConferenceCreateRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49542 NONAME ?PrintOn@GCC_ConferenceCreateResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49543 NONAME ?PrintOn@GCC_ConferenceDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49544 NONAME ?PrintOn@GCC_ConferenceEjectUserIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49545 NONAME ?PrintOn@GCC_ConferenceEjectUserRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49546 NONAME ?PrintOn@GCC_ConferenceEjectUserResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49547 NONAME ?PrintOn@GCC_ConferenceInviteRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49548 NONAME ?PrintOn@GCC_ConferenceInviteResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49549 NONAME ?PrintOn@GCC_ConferenceJoinRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49550 NONAME ?PrintOn@GCC_ConferenceJoinResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49551 NONAME ?PrintOn@GCC_ConferenceLockIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49552 NONAME ?PrintOn@GCC_ConferenceLockRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49553 NONAME ?PrintOn@GCC_ConferenceLockResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49554 NONAME ?PrintOn@GCC_ConferenceName@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49555 NONAME ?PrintOn@GCC_ConferencePriority@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49556 NONAME ?PrintOn@GCC_ConferenceQueryRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49557 NONAME ?PrintOn@GCC_ConferenceQueryResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49558 NONAME ?PrintOn@GCC_ConferenceTerminateIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49559 NONAME ?PrintOn@GCC_ConferenceTerminateRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49560 NONAME ?PrintOn@GCC_ConferenceTerminateResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49561 NONAME ?PrintOn@GCC_ConferenceTimeExtendIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49562 NONAME ?PrintOn@GCC_ConferenceTimeInquireIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49563 NONAME ?PrintOn@GCC_ConferenceTimeRemainingIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49564 NONAME ?PrintOn@GCC_ConferenceTransferIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49565 NONAME ?PrintOn@GCC_ConferenceTransferRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49566 NONAME ?PrintOn@GCC_ConferenceTransferResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49567 NONAME ?PrintOn@GCC_ConferenceUnlockIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49568 NONAME ?PrintOn@GCC_ConferenceUnlockRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49569 NONAME ?PrintOn@GCC_ConferenceUnlockResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49570 NONAME ?PrintOn@GCC_ConnectData@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49571 NONAME ?PrintOn@GCC_FunctionNotSupportedResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49572 NONAME ?PrintOn@GCC_NetworkAddress_subtype_aggregatedChannel@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49573 NONAME ?PrintOn@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49574 NONAME ?PrintOn@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49575 NONAME ?PrintOn@GCC_NetworkAddress_subtype_transportConnection@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49576 NONAME ?PrintOn@GCC_NodeProperties@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49577 NONAME ?PrintOn@GCC_NodeRecord@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49578 NONAME ?PrintOn@GCC_NonStandardParameter@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49579 NONAME ?PrintOn@GCC_NonStandardPDU@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49580 NONAME ?PrintOn@GCC_Password@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49581 NONAME ?PrintOn@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49582 NONAME ?PrintOn@GCC_RegistryAllocateHandleRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49583 NONAME ?PrintOn@GCC_RegistryAllocateHandleResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49584 NONAME ?PrintOn@GCC_RegistryAssignTokenRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49585 NONAME ?PrintOn@GCC_RegistryDeleteEntryRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49586 NONAME ?PrintOn@GCC_RegistryEntryOwner_owned@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49587 NONAME ?PrintOn@GCC_RegistryKey@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49588 NONAME ?PrintOn@GCC_RegistryMonitorEntryIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49589 NONAME ?PrintOn@GCC_RegistryMonitorEntryRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49590 NONAME ?PrintOn@GCC_RegistryRegisterChannelRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49591 NONAME ?PrintOn@GCC_RegistryResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49592 NONAME ?PrintOn@GCC_RegistryRetrieveEntryRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49593 NONAME ?PrintOn@GCC_RegistrySetParameterRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49594 NONAME ?PrintOn@GCC_RosterUpdateIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49595 NONAME ?PrintOn@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49596 NONAME ?PrintOn@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49597 NONAME ?PrintOn@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49598 NONAME ?PrintOn@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49599 NONAME ?PrintOn@GCC_RosterUpdateIndication_nodeInformation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49600 NONAME ?PrintOn@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49601 NONAME ?PrintOn@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49602 NONAME ?PrintOn@GCC_SessionKey@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49603 NONAME ?PrintOn@GCC_TextMessageIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49604 NONAME ?PrintOn@GCC_UserData_subtype@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49605 NONAME ?PrintOn@GCC_UserIDIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49606 NONAME ?PrintOn@H225_AddressPattern_range@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49607 NONAME ?PrintOn@H225_AdmissionConfirm@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49608 NONAME ?PrintOn@H225_AdmissionReject@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49609 NONAME ?PrintOn@H225_AdmissionRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49610 NONAME ?PrintOn@H225_Alerting_UUIE@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49611 NONAME ?PrintOn@H225_AlternateGK@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49612 NONAME ?PrintOn@H225_AlternateTransportAddresses@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49613 NONAME ?PrintOn@H225_AltGKInfo@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49614 NONAME ?PrintOn@H225_ANSI_41_UIM@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49615 NONAME ?PrintOn@H225_BandwidthConfirm@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49616 NONAME ?PrintOn@H225_BandwidthDetails@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49617 NONAME ?PrintOn@H225_BandwidthReject@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49618 NONAME ?PrintOn@H225_BandwidthRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49619 NONAME ?PrintOn@H225_CallCapacity@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49620 NONAME ?PrintOn@H225_CallCapacityInfo@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49621 NONAME ?PrintOn@H225_CallCreditCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49622 NONAME ?PrintOn@H225_CallCreditServiceControl@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49623 NONAME ?PrintOn@H225_CallIdentifier@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49624 NONAME ?PrintOn@H225_CallLinkage@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49625 NONAME ?PrintOn@H225_CallProceeding_UUIE@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49626 NONAME ?PrintOn@H225_CallsAvailable@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49627 NONAME ?PrintOn@H225_CapacityReportingCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49628 NONAME ?PrintOn@H225_CapacityReportingSpecification@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49629 NONAME ?PrintOn@H225_CapacityReportingSpecification_when@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49630 NONAME ?PrintOn@H225_CarrierInfo@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49631 NONAME ?PrintOn@H225_CicInfo@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49632 NONAME ?PrintOn@H225_CircuitIdentifier@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49633 NONAME ?PrintOn@H225_CircuitInfo@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49634 NONAME ?PrintOn@H225_ConferenceList@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49635 NONAME ?PrintOn@H225_Connect_UUIE@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49636 NONAME ?PrintOn@H225_CryptoH323Token_cryptoEPPwdHash@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49637 NONAME ?PrintOn@H225_CryptoH323Token_cryptoGKPwdHash@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49638 NONAME ?PrintOn@H225_DataRate@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49639 NONAME ?PrintOn@H225_DisengageConfirm@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49640 NONAME ?PrintOn@H225_DisengageReject@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49641 NONAME ?PrintOn@H225_DisengageRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49642 NONAME ?PrintOn@H225_Endpoint@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49643 NONAME ?PrintOn@H225_EndpointType@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49644 NONAME ?PrintOn@H225_EnumeratedParameter@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49645 NONAME ?PrintOn@H225_ExtendedAliasAddress@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49646 NONAME ?PrintOn@H225_Facility_UUIE@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49647 NONAME ?PrintOn@H225_FeatureSet@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49648 NONAME ?PrintOn@H225_GatekeeperConfirm@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49649 NONAME ?PrintOn@H225_GatekeeperInfo@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49650 NONAME ?PrintOn@H225_GatekeeperReject@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49651 NONAME ?PrintOn@H225_GatekeeperRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49652 NONAME ?PrintOn@H225_GatewayInfo@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49653 NONAME ?PrintOn@H225_GenericData@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49654 NONAME ?PrintOn@H225_GroupID@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49655 NONAME ?PrintOn@H225_GSM_UIM@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49656 NONAME ?PrintOn@H225_H221NonStandard@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49657 NONAME ?PrintOn@H225_H310Caps@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49658 NONAME ?PrintOn@H225_H320Caps@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49659 NONAME ?PrintOn@H225_H321Caps@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49660 NONAME ?PrintOn@H225_H322Caps@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49661 NONAME ?PrintOn@H225_H323Caps@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49662 NONAME ?PrintOn@H225_H323_UserInformation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49663 NONAME ?PrintOn@H225_H323_UserInformation_user_data@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49664 NONAME ?PrintOn@H225_H323_UU_PDU@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49665 NONAME ?PrintOn@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49666 NONAME ?PrintOn@H225_H324Caps@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49667 NONAME ?PrintOn@H225_ICV@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49668 NONAME ?PrintOn@H225_InfoRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49669 NONAME ?PrintOn@H225_InfoRequestAck@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49670 NONAME ?PrintOn@H225_InfoRequestNak@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49671 NONAME ?PrintOn@H225_InfoRequestResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49672 NONAME ?PrintOn@H225_InfoRequestResponse_perCallInfo_subtype@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49673 NONAME ?PrintOn@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49674 NONAME ?PrintOn@H225_Information_UUIE@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49675 NONAME ?PrintOn@H225_LocationConfirm@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49676 NONAME ?PrintOn@H225_LocationReject@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49677 NONAME ?PrintOn@H225_LocationRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49678 NONAME ?PrintOn@H225_McuInfo@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49679 NONAME ?PrintOn@H225_NonStandardMessage@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49680 NONAME ?PrintOn@H225_NonStandardParameter@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49681 NONAME ?PrintOn@H225_NonStandardProtocol@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49682 NONAME ?PrintOn@H225_Notify_UUIE@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49683 NONAME ?PrintOn@H225_PrivatePartyNumber@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49684 NONAME ?PrintOn@H225_Progress_UUIE@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49685 NONAME ?PrintOn@H225_PublicPartyNumber@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49686 NONAME ?PrintOn@H225_Q954Details@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49687 NONAME ?PrintOn@H225_QseriesOptions@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49688 NONAME ?PrintOn@H225_RAS@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49689 NONAME ?PrintOn@H225_RasUsageInformation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49690 NONAME ?PrintOn@H225_RasUsageInfoTypes@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49691 NONAME ?PrintOn@H225_RasUsageSpecification@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49692 NONAME ?PrintOn@H225_RasUsageSpecification_callStartingPoint@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49693 NONAME ?PrintOn@H225_RasUsageSpecification_when@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49694 NONAME ?PrintOn@H225_RegistrationConfirm@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49695 NONAME ?PrintOn@H225_RegistrationConfirm_preGrantedARQ@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49696 NONAME ?PrintOn@H225_RegistrationReject@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49697 NONAME ?PrintOn@H225_RegistrationRejectReason_invalidTerminalAliases@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49698 NONAME ?PrintOn@H225_RegistrationRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49699 NONAME ?PrintOn@H225_ReleaseComplete_UUIE@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49700 NONAME ?PrintOn@H225_RequestInProgress@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49701 NONAME ?PrintOn@H225_ResourcesAvailableConfirm@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49702 NONAME ?PrintOn@H225_ResourcesAvailableIndicate@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49703 NONAME ?PrintOn@H225_RTPSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49704 NONAME ?PrintOn@H225_SecurityCapabilities@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49705 NONAME ?PrintOn@H225_ServiceControlIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49706 NONAME ?PrintOn@H225_ServiceControlIndication_callSpecific@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49707 NONAME ?PrintOn@H225_ServiceControlResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49708 NONAME ?PrintOn@H225_ServiceControlSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49709 NONAME ?PrintOn@H225_SetupAcknowledge_UUIE@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49710 NONAME ?PrintOn@H225_Setup_UUIE@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49711 NONAME ?PrintOn@H225_Setup_UUIE_connectionParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49712 NONAME ?PrintOn@H225_SIPCaps@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49713 NONAME ?PrintOn@H225_StatusInquiry_UUIE@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49714 NONAME ?PrintOn@H225_Status_UUIE@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49715 NONAME ?PrintOn@H225_StimulusControl@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49716 NONAME ?PrintOn@H225_SupportedPrefix@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49717 NONAME ?PrintOn@H225_T120OnlyCaps@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49718 NONAME ?PrintOn@H225_T38FaxAnnexbOnlyCaps@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49719 NONAME ?PrintOn@H225_TerminalInfo@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49720 NONAME ?PrintOn@H225_TransportAddress_ip6Address@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49721 NONAME ?PrintOn@H225_TransportAddress_ipAddress@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49722 NONAME ?PrintOn@H225_TransportAddress_ipSourceRoute@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49723 NONAME ?PrintOn@H225_TransportAddress_ipxAddress@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49724 NONAME ?PrintOn@H225_TransportChannelInfo@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49725 NONAME ?PrintOn@H225_TunnelledProtocol@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49726 NONAME ?PrintOn@H225_TunnelledProtocolAlternateIdentifier@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49727 NONAME ?PrintOn@H225_UnknownMessageResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49728 NONAME ?PrintOn@H225_UnregistrationConfirm@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49729 NONAME ?PrintOn@H225_UnregistrationReject@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49730 NONAME ?PrintOn@H225_UnregistrationRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49731 NONAME ?PrintOn@H225_UUIEsRequested@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49732 NONAME ?PrintOn@H225_VendorIdentifier@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49733 NONAME ?PrintOn@H225_VoiceCaps@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49734 NONAME ?PrintOn@H235Authenticator@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49735 NONAME ?PrintOn@H235_ClearToken@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49736 NONAME ?PrintOn@H235_CryptoToken_cryptoEncryptedToken@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49737 NONAME ?PrintOn@H235_CryptoToken_cryptoHashedToken@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49738 NONAME ?PrintOn@H235_CryptoToken_cryptoSignedToken@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49739 NONAME ?PrintOn@H235_DHset@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49740 NONAME ?PrintOn@H235_ECGDSASignature@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49741 NONAME ?PrintOn@H235_ECKASDH_eckasdh2@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49742 NONAME ?PrintOn@H235_ECKASDH_eckasdhp@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49743 NONAME ?PrintOn@H235_ECpoint@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49744 NONAME ?PrintOn@H235_H235CertificateSignature@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49745 NONAME ?PrintOn@H235_KeySignedMaterial@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49746 NONAME ?PrintOn@H235_KeySyncMaterial@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49747 NONAME ?PrintOn@H235_NonStandardParameter@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49748 NONAME ?PrintOn@H235_Params@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49749 NONAME ?PrintOn@H235_ReturnSig@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49750 NONAME ?PrintOn@H235_TypedCertificate@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49751 NONAME ?PrintOn@H235_V3KeySyncMaterial@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49752 NONAME ?PrintOn@H245_ATMParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49753 NONAME ?PrintOn@H245_AudioCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49754 NONAME ?PrintOn@H245_AudioCapability_g7231@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49755 NONAME ?PrintOn@H245_AudioTelephonyEventCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49756 NONAME ?PrintOn@H245_AudioToneCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49757 NONAME ?PrintOn@H245_AuthenticationCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49758 NONAME ?PrintOn@H245_BEnhancementParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49759 NONAME ?PrintOn@H245_CapabilityDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49760 NONAME ?PrintOn@H245_CapabilityTableEntry@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49761 NONAME ?PrintOn@H245_Capability_h233EncryptionReceiveCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49762 NONAME ?PrintOn@H245_CloseLogicalChannel@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49763 NONAME ?PrintOn@H245_CloseLogicalChannelAck@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49764 NONAME ?PrintOn@H245_CommunicationModeCommand@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49765 NONAME ?PrintOn@H245_CommunicationModeRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49766 NONAME ?PrintOn@H245_CommunicationModeTableEntry@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49767 NONAME ?PrintOn@H245_ConferenceCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49768 NONAME ?PrintOn@H245_ConferenceRequest_requestTerminalCertificate@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49769 NONAME ?PrintOn@H245_ConferenceResponse_chairTokenOwnerResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49770 NONAME ?PrintOn@H245_ConferenceResponse_conferenceIDResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49771 NONAME ?PrintOn@H245_ConferenceResponse_extensionAddressResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49772 NONAME ?PrintOn@H245_ConferenceResponse_mCTerminalIDResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49773 NONAME ?PrintOn@H245_ConferenceResponse_passwordResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49774 NONAME ?PrintOn@H245_ConferenceResponse_terminalCertificateResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49775 NONAME ?PrintOn@H245_ConferenceResponse_terminalIDResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49776 NONAME ?PrintOn@H245_ConnectionIdentifier@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49777 NONAME ?PrintOn@H245_Criteria@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49778 NONAME ?PrintOn@H245_CustomPictureClockFrequency@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49779 NONAME ?PrintOn@H245_CustomPictureFormat@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49780 NONAME ?PrintOn@H245_CustomPictureFormat_mPI@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49781 NONAME ?PrintOn@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49782 NONAME ?PrintOn@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49783 NONAME ?PrintOn@H245_DataApplicationCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49784 NONAME ?PrintOn@H245_DataApplicationCapability_application_nlpid@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49785 NONAME ?PrintOn@H245_DataApplicationCapability_application_t38fax@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49786 NONAME ?PrintOn@H245_DataApplicationCapability_application_t84@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49787 NONAME ?PrintOn@H245_DataMode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49788 NONAME ?PrintOn@H245_DataMode_application_nlpid@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49789 NONAME ?PrintOn@H245_DataMode_application_t38fax@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49790 NONAME ?PrintOn@H245_DepFECCapability_rfc2733@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @53775 NONAME ?PrintOn@H245_DepFECCapability_rfc2733_separateStream@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @53776 NONAME ?PrintOn@H245_DepFECData_rfc2733@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @53777 NONAME ?PrintOn@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @53778 NONAME ?PrintOn@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @53779 NONAME ?PrintOn@H245_DepFECMode_rfc2733Mode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @53780 NONAME ?PrintOn@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @53781 NONAME ?PrintOn@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @53782 NONAME ?PrintOn@H245_DialingInformationNumber@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49791 NONAME ?PrintOn@H245_EncryptionAuthenticationAndIntegrity@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49792 NONAME ?PrintOn@H245_EncryptionCommand_encryptionAlgorithmID@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49793 NONAME ?PrintOn@H245_EncryptionSync@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49794 NONAME ?PrintOn@H245_EncryptionUpdateRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49795 NONAME ?PrintOn@H245_EnhancementLayerInfo@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49796 NONAME ?PrintOn@H245_EnhancementOptions@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49797 NONAME ?PrintOn@H245_EscrowData@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49798 NONAME ?PrintOn@H245_ExtendedVideoCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @53262 NONAME ?PrintOn@H245_FECCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @53783 NONAME ?PrintOn@H245_FECData_rfc2733@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49801 NONAME ?PrintOn@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @53784 NONAME ?PrintOn@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @53785 NONAME ?PrintOn@H245_FECMode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @53786 NONAME ?PrintOn@H245_FlowControlCommand@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49807 NONAME ?PrintOn@H245_FlowControlIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49808 NONAME ?PrintOn@H245_FunctionNotSupported@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49809 NONAME ?PrintOn@H245_G7231AnnexCCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49810 NONAME ?PrintOn@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49811 NONAME ?PrintOn@H245_G7231AnnexCMode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49812 NONAME ?PrintOn@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49813 NONAME ?PrintOn@H245_G729Extensions@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49814 NONAME ?PrintOn@H245_GenericCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49815 NONAME ?PrintOn@H245_GenericMessage@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @53263 NONAME ?PrintOn@H245_GenericParameter@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49816 NONAME ?PrintOn@H245_GSMAudioCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49817 NONAME ?PrintOn@H245_H222Capability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49818 NONAME ?PrintOn@H245_H222LogicalChannelParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49819 NONAME ?PrintOn@H245_H223AL1MParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49820 NONAME ?PrintOn@H245_H223AL2MParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49821 NONAME ?PrintOn@H245_H223AL3MParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49822 NONAME ?PrintOn@H245_H223AnnexCArqParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49823 NONAME ?PrintOn@H245_H223AnnexCCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49824 NONAME ?PrintOn@H245_H223Capability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49825 NONAME ?PrintOn@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49826 NONAME ?PrintOn@H245_H223Capability_mobileMultilinkFrameCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49827 NONAME ?PrintOn@H245_H223Capability_mobileOperationTransmitCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49828 NONAME ?PrintOn@H245_H223LogicalChannelParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49829 NONAME ?PrintOn@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49830 NONAME ?PrintOn@H245_H223ModeParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49831 NONAME ?PrintOn@H245_H223ModeParameters_adaptationLayerType_al3@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49832 NONAME ?PrintOn@H245_H223SkewIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49833 NONAME ?PrintOn@H245_H2250Capability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49834 NONAME ?PrintOn@H245_H2250Capability_mcCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49835 NONAME ?PrintOn@H245_H2250LogicalChannelAckParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49836 NONAME ?PrintOn@H245_H2250LogicalChannelParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49837 NONAME ?PrintOn@H245_H2250MaximumSkewIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49838 NONAME ?PrintOn@H245_H2250ModeParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49839 NONAME ?PrintOn@H245_H235Media@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49840 NONAME ?PrintOn@H245_H235Mode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49841 NONAME ?PrintOn@H245_H235SecurityCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49842 NONAME ?PrintOn@H245_H261VideoCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49843 NONAME ?PrintOn@H245_H261VideoMode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49844 NONAME ?PrintOn@H245_H262VideoCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49845 NONAME ?PrintOn@H245_H262VideoMode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49846 NONAME ?PrintOn@H245_H263ModeComboFlags@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49847 NONAME ?PrintOn@H245_H263Options@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49848 NONAME ?PrintOn@H245_H263Version3Options@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49849 NONAME ?PrintOn@H245_H263VideoCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49850 NONAME ?PrintOn@H245_H263VideoMode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49851 NONAME ?PrintOn@H245_H263VideoModeCombos@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49852 NONAME ?PrintOn@H245_IntegrityCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49853 NONAME ?PrintOn@H245_IS11172AudioCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49854 NONAME ?PrintOn@H245_IS11172AudioMode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49855 NONAME ?PrintOn@H245_IS11172VideoCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49856 NONAME ?PrintOn@H245_IS11172VideoMode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49857 NONAME ?PrintOn@H245_IS13818AudioCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49858 NONAME ?PrintOn@H245_IS13818AudioMode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49859 NONAME ?PrintOn@H245_JitterIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49860 NONAME ?PrintOn@H245_KeyProtectionMethod@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49861 NONAME ?PrintOn@H245_LogicalChannelRateAcknowledge@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49862 NONAME ?PrintOn@H245_LogicalChannelRateReject@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49863 NONAME ?PrintOn@H245_LogicalChannelRateRelease@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49864 NONAME ?PrintOn@H245_LogicalChannelRateRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49865 NONAME ?PrintOn@H245_MaintenanceLoopAck@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49866 NONAME ?PrintOn@H245_MaintenanceLoopOffCommand@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49867 NONAME ?PrintOn@H245_MaintenanceLoopReject@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49868 NONAME ?PrintOn@H245_MaintenanceLoopRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49869 NONAME ?PrintOn@H245_MasterSlaveDetermination@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49870 NONAME ?PrintOn@H245_MasterSlaveDeterminationAck@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49871 NONAME ?PrintOn@H245_MasterSlaveDeterminationReject@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49872 NONAME ?PrintOn@H245_MasterSlaveDeterminationRelease@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49873 NONAME ?PrintOn@H245_MCLocationIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49874 NONAME ?PrintOn@H245_MediaChannelCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49875 NONAME ?PrintOn@H245_MediaDistributionCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49876 NONAME ?PrintOn@H245_MediaPacketizationCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49877 NONAME ?PrintOn@H245_MediaTransportType_atm_AAL5_compressed@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49878 NONAME ?PrintOn@H245_MiscellaneousCommand@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49879 NONAME ?PrintOn@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @53264 NONAME ?PrintOn@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @53265 NONAME ?PrintOn@H245_MiscellaneousCommand_type_lostPartialPicture@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49880 NONAME ?PrintOn@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49881 NONAME ?PrintOn@H245_MiscellaneousCommand_type_videoBadMBs@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49882 NONAME ?PrintOn@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49883 NONAME ?PrintOn@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49884 NONAME ?PrintOn@H245_MiscellaneousIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49885 NONAME ?PrintOn@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49886 NONAME ?PrintOn@H245_MobileMultilinkReconfigurationCommand@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49887 NONAME ?PrintOn@H245_MobileMultilinkReconfigurationIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49888 NONAME ?PrintOn@H245_ModeElement@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49889 NONAME ?PrintOn@H245_MulticastAddress_iP6Address@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49890 NONAME ?PrintOn@H245_MulticastAddress_iPAddress@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49891 NONAME ?PrintOn@H245_MultilinkIndication_crcDesired@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49892 NONAME ?PrintOn@H245_MultilinkIndication_excessiveError@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49893 NONAME ?PrintOn@H245_MultilinkRequest_addConnection@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49894 NONAME ?PrintOn@H245_MultilinkRequest_callInformation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49895 NONAME ?PrintOn@H245_MultilinkRequest_maximumHeaderInterval@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49896 NONAME ?PrintOn@H245_MultilinkRequest_removeConnection@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49897 NONAME ?PrintOn@H245_MultilinkResponse_addConnection@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49898 NONAME ?PrintOn@H245_MultilinkResponse_callInformation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49899 NONAME ?PrintOn@H245_MultilinkResponse_maximumHeaderInterval@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49900 NONAME ?PrintOn@H245_MultilinkResponse_removeConnection@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49901 NONAME ?PrintOn@H245_MultiplePayloadStream@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49902 NONAME ?PrintOn@H245_MultiplePayloadStreamCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49903 NONAME ?PrintOn@H245_MultiplePayloadStreamElement@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49904 NONAME ?PrintOn@H245_MultiplePayloadStreamElementMode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49905 NONAME ?PrintOn@H245_MultiplePayloadStreamMode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49906 NONAME ?PrintOn@H245_MultiplexedStreamCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49907 NONAME ?PrintOn@H245_MultiplexedStreamModeParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49908 NONAME ?PrintOn@H245_MultiplexedStreamParameter@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49909 NONAME ?PrintOn@H245_MultiplexElement@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49910 NONAME ?PrintOn@H245_MultiplexEntryDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49911 NONAME ?PrintOn@H245_MultiplexEntryRejectionDescriptions@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49912 NONAME ?PrintOn@H245_MultiplexEntrySend@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49913 NONAME ?PrintOn@H245_MultiplexEntrySendAck@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49914 NONAME ?PrintOn@H245_MultiplexEntrySendReject@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49915 NONAME ?PrintOn@H245_MultiplexEntrySendRelease@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49916 NONAME ?PrintOn@H245_MultipointCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49917 NONAME ?PrintOn@H245_NetworkAccessParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49918 NONAME ?PrintOn@H245_NewATMVCCommand@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49919 NONAME ?PrintOn@H245_NewATMVCCommand_aal_aal1@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49920 NONAME ?PrintOn@H245_NewATMVCCommand_aal_aal5@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49921 NONAME ?PrintOn@H245_NewATMVCCommand_reverseParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49922 NONAME ?PrintOn@H245_NewATMVCIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49923 NONAME ?PrintOn@H245_NewATMVCIndication_aal_aal1@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49924 NONAME ?PrintOn@H245_NewATMVCIndication_aal_aal5@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49925 NONAME ?PrintOn@H245_NewATMVCIndication_reverseParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49926 NONAME ?PrintOn@H245_NonStandardIdentifier_h221NonStandard@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49927 NONAME ?PrintOn@H245_NonStandardMessage@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49928 NONAME ?PrintOn@H245_NonStandardParameter@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49929 NONAME ?PrintOn@H245_NoPTAudioTelephonyEventCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49930 NONAME ?PrintOn@H245_NoPTAudioToneCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49931 NONAME ?PrintOn@H245_OpenLogicalChannel@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49932 NONAME ?PrintOn@H245_OpenLogicalChannelAck@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49933 NONAME ?PrintOn@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49934 NONAME ?PrintOn@H245_OpenLogicalChannelConfirm@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49935 NONAME ?PrintOn@H245_OpenLogicalChannelReject@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49936 NONAME ?PrintOn@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49937 NONAME ?PrintOn@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49938 NONAME ?PrintOn@H245_Params@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @53266 NONAME ?PrintOn@H245_Q2931Address@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49939 NONAME ?PrintOn@H245_QOSCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49940 NONAME ?PrintOn@H245_RedundancyEncoding@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49941 NONAME ?PrintOn@H245_RedundancyEncodingCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49942 NONAME ?PrintOn@H245_RedundancyEncodingDTMode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49943 NONAME ?PrintOn@H245_RedundancyEncodingDTModeElement@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49944 NONAME ?PrintOn@H245_RedundancyEncodingElement@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49945 NONAME ?PrintOn@H245_RedundancyEncodingMode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49946 NONAME ?PrintOn@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49947 NONAME ?PrintOn@H245_RefPictureSelection@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49948 NONAME ?PrintOn@H245_RefPictureSelection_additionalPictureMemory@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49949 NONAME ?PrintOn@H245_RefPictureSelection_enhancedReferencePicSelect@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49950 NONAME ?PrintOn@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49951 NONAME ?PrintOn@H245_RequestAllTerminalIDsResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49952 NONAME ?PrintOn@H245_RequestChannelClose@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49953 NONAME ?PrintOn@H245_RequestChannelCloseAck@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49954 NONAME ?PrintOn@H245_RequestChannelCloseReject@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49955 NONAME ?PrintOn@H245_RequestChannelCloseRelease@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49956 NONAME ?PrintOn@H245_RequestMode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49957 NONAME ?PrintOn@H245_RequestModeAck@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49958 NONAME ?PrintOn@H245_RequestModeReject@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49959 NONAME ?PrintOn@H245_RequestModeRelease@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49960 NONAME ?PrintOn@H245_RequestMultiplexEntry@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49961 NONAME ?PrintOn@H245_RequestMultiplexEntryAck@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49962 NONAME ?PrintOn@H245_RequestMultiplexEntryReject@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49963 NONAME ?PrintOn@H245_RequestMultiplexEntryRejectionDescriptions@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49964 NONAME ?PrintOn@H245_RequestMultiplexEntryRelease@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49965 NONAME ?PrintOn@H245_RoundTripDelayRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49966 NONAME ?PrintOn@H245_RoundTripDelayResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49967 NONAME ?PrintOn@H245_RSVPParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49968 NONAME ?PrintOn@H245_RTPH263VideoRedundancyEncoding@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49969 NONAME ?PrintOn@H245_RTPH263VideoRedundancyFrameMapping@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49970 NONAME ?PrintOn@H245_RTPPayloadType@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49971 NONAME ?PrintOn@H245_SendTerminalCapabilitySet_specificRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49972 NONAME ?PrintOn@H245_SubstituteConferenceIDCommand@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49973 NONAME ?PrintOn@H245_T38FaxProfile@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49974 NONAME ?PrintOn@H245_T38FaxTcpOptions@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49975 NONAME ?PrintOn@H245_T38FaxUdpOptions@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49976 NONAME ?PrintOn@H245_T84Profile_t84Restricted@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49977 NONAME ?PrintOn@H245_TerminalCapabilitySet@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49978 NONAME ?PrintOn@H245_TerminalCapabilitySetAck@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49979 NONAME ?PrintOn@H245_TerminalCapabilitySetReject@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49980 NONAME ?PrintOn@H245_TerminalCapabilitySetRelease@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49981 NONAME ?PrintOn@H245_TerminalInformation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49982 NONAME ?PrintOn@H245_TerminalLabel@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49983 NONAME ?PrintOn@H245_TerminalYouAreSeeingInSubPictureNumber@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49984 NONAME ?PrintOn@H245_TransparencyParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49985 NONAME ?PrintOn@H245_TransportCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49986 NONAME ?PrintOn@H245_UnicastAddress_iP6Address@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49987 NONAME ?PrintOn@H245_UnicastAddress_iPAddress@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49988 NONAME ?PrintOn@H245_UnicastAddress_iPSourceRouteAddress@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49989 NONAME ?PrintOn@H245_UnicastAddress_iPXAddress@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49990 NONAME ?PrintOn@H245_UserInputIndication_encryptedAlphanumeric@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @53267 NONAME ?PrintOn@H245_UserInputIndication_extendedAlphanumeric@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49991 NONAME ?PrintOn@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @53268 NONAME ?PrintOn@H245_UserInputIndication_signal@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49992 NONAME ?PrintOn@H245_UserInputIndication_signalUpdate@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49993 NONAME ?PrintOn@H245_UserInputIndication_signalUpdate_rtp@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49994 NONAME ?PrintOn@H245_UserInputIndication_signal_rtp@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49995 NONAME ?PrintOn@H245_V42bis@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49996 NONAME ?PrintOn@H245_V75Capability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49997 NONAME ?PrintOn@H245_V75Parameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49998 NONAME ?PrintOn@H245_V76Capability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @49999 NONAME ?PrintOn@H245_V76HDLCParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50000 NONAME ?PrintOn@H245_V76LogicalChannelParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50001 NONAME ?PrintOn@H245_V76LogicalChannelParameters_mode_eRM@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50002 NONAME ?PrintOn@H245_VBDCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50003 NONAME ?PrintOn@H245_VBDMode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50004 NONAME ?PrintOn@H245_VCCapability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50005 NONAME ?PrintOn@H245_VCCapability_aal1@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50006 NONAME ?PrintOn@H245_VCCapability_aal1ViaGateway@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50007 NONAME ?PrintOn@H245_VCCapability_aal5@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50008 NONAME ?PrintOn@H245_VCCapability_availableBitRates@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50009 NONAME ?PrintOn@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50010 NONAME ?PrintOn@H245_VendorIdentification@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50011 NONAME ?PrintOn@H245_VideoIndicateCompose@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50012 NONAME ?PrintOn@H248_ActionReply@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50013 NONAME ?PrintOn@H248_ActionRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50014 NONAME ?PrintOn@H248_AmmRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50015 NONAME ?PrintOn@H248_AmmsReply@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50016 NONAME ?PrintOn@H248_AuditDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50017 NONAME ?PrintOn@H248_AuditRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50018 NONAME ?PrintOn@H248_AuditResult@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50019 NONAME ?PrintOn@H248_AuthenticationHeader@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50020 NONAME ?PrintOn@H248_CommandRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50021 NONAME ?PrintOn@H248_ContextAttrAuditRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50022 NONAME ?PrintOn@H248_ContextRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50023 NONAME ?PrintOn@H248_DigitMapDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50024 NONAME ?PrintOn@H248_DigitMapValue@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50025 NONAME ?PrintOn@H248_DomainName@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50026 NONAME ?PrintOn@H248_ErrorDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50027 NONAME ?PrintOn@H248_EventParameter@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50028 NONAME ?PrintOn@H248_EventsDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50029 NONAME ?PrintOn@H248_EventSpec@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50030 NONAME ?PrintOn@H248_H221NonStandard@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50031 NONAME ?PrintOn@H248_IndAudDigitMapDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50032 NONAME ?PrintOn@H248_IndAudEventBufferDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50033 NONAME ?PrintOn@H248_IndAudEventsDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50034 NONAME ?PrintOn@H248_IndAudLocalControlDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50035 NONAME ?PrintOn@H248_IndAudLocalRemoteDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50036 NONAME ?PrintOn@H248_IndAudMediaDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50037 NONAME ?PrintOn@H248_IndAudPackagesDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50038 NONAME ?PrintOn@H248_IndAudPropertyParm@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50039 NONAME ?PrintOn@H248_IndAudSeqSigList@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50040 NONAME ?PrintOn@H248_IndAudSignal@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50041 NONAME ?PrintOn@H248_IndAudStatisticsDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50042 NONAME ?PrintOn@H248_IndAudStreamDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50043 NONAME ?PrintOn@H248_IndAudStreamParms@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50044 NONAME ?PrintOn@H248_IndAudTerminationStateDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50045 NONAME ?PrintOn@H248_IP4Address@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50046 NONAME ?PrintOn@H248_IP6Address@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50047 NONAME ?PrintOn@H248_LocalControlDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50048 NONAME ?PrintOn@H248_LocalRemoteDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50049 NONAME ?PrintOn@H248_MediaDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50050 NONAME ?PrintOn@H248_MegacoMessage@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50051 NONAME ?PrintOn@H248_Message@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50052 NONAME ?PrintOn@H248_ModemDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50053 NONAME ?PrintOn@H248_MuxDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50054 NONAME ?PrintOn@H248_NonStandardData@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50055 NONAME ?PrintOn@H248_NotifyReply@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50056 NONAME ?PrintOn@H248_NotifyRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50057 NONAME ?PrintOn@H248_ObservedEvent@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50058 NONAME ?PrintOn@H248_ObservedEventsDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50059 NONAME ?PrintOn@H248_PackagesItem@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50060 NONAME ?PrintOn@H248_PropertyParm@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50061 NONAME ?PrintOn@H248_RequestedActions@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50062 NONAME ?PrintOn@H248_RequestedEvent@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50063 NONAME ?PrintOn@H248_SecondEventsDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50064 NONAME ?PrintOn@H248_SecondRequestedActions@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50065 NONAME ?PrintOn@H248_SecondRequestedEvent@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50066 NONAME ?PrintOn@H248_SeqSigList@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50067 NONAME ?PrintOn@H248_ServiceChangeParm@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50068 NONAME ?PrintOn@H248_ServiceChangeProfile@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50069 NONAME ?PrintOn@H248_ServiceChangeReply@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50070 NONAME ?PrintOn@H248_ServiceChangeRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50071 NONAME ?PrintOn@H248_ServiceChangeResParm@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50072 NONAME ?PrintOn@H248_Signal@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50073 NONAME ?PrintOn@H248_SigParameter@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50074 NONAME ?PrintOn@H248_StatisticsParameter@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50075 NONAME ?PrintOn@H248_StreamDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50076 NONAME ?PrintOn@H248_StreamParms@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50077 NONAME ?PrintOn@H248_SubtractRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50078 NONAME ?PrintOn@H248_TerminationID@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50079 NONAME ?PrintOn@H248_TerminationStateDescriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50080 NONAME ?PrintOn@H248_TimeNotation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50081 NONAME ?PrintOn@H248_TopologyRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50082 NONAME ?PrintOn@H248_TransactionAck@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50083 NONAME ?PrintOn@H248_TransactionPending@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50084 NONAME ?PrintOn@H248_TransactionReply@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50085 NONAME ?PrintOn@H248_TransactionRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50086 NONAME ?PrintOn@H323Capabilities@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50087 NONAME ?PrintOn@H323Capability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50088 NONAME ?PrintOn@H323Channel@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50089 NONAME ?PrintOn@H323ChannelNumber@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50090 NONAME ?PrintOn@H323GatekeeperCall@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50091 NONAME ?PrintOn@H323Listener@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50092 NONAME ?PrintOn@H323PeerElement@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50093 NONAME ?PrintOn@H323RegisteredEndPoint@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50094 NONAME ?PrintOn@H323SignalPDU@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50095 NONAME ?PrintOn@H323Transactor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50096 NONAME ?PrintOn@H323Transport@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50097 NONAME ?PrintOn@H323_AnnexG@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50098 NONAME ?PrintOn@H45010_CfbOvrOptArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50099 NONAME ?PrintOn@H45010_CoReqOptArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50100 NONAME ?PrintOn@H45010_RUAlertOptArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50101 NONAME ?PrintOn@H45011_CIFrcRelArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50102 NONAME ?PrintOn@H45011_CIFrcRelOptRes@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50103 NONAME ?PrintOn@H45011_CIGetCIPLOptArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50104 NONAME ?PrintOn@H45011_CIGetCIPLRes@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50105 NONAME ?PrintOn@H45011_CIIsOptArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50106 NONAME ?PrintOn@H45011_CIIsOptRes@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50107 NONAME ?PrintOn@H45011_CINotificationArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50108 NONAME ?PrintOn@H45011_CIRequestArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50109 NONAME ?PrintOn@H45011_CIRequestRes@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50110 NONAME ?PrintOn@H45011_CISilentArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50111 NONAME ?PrintOn@H45011_CISilentOptRes@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50112 NONAME ?PrintOn@H45011_CIWobOptArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50113 NONAME ?PrintOn@H45011_CIWobOptRes@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50114 NONAME ?PrintOn@H4501_Address@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50115 NONAME ?PrintOn@H4501_AddressScreened@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50116 NONAME ?PrintOn@H4501_EndpointAddress@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50117 NONAME ?PrintOn@H4501_Extension@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50118 NONAME ?PrintOn@H4501_NetworkFacilityExtension@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50119 NONAME ?PrintOn@H4501_NumberScreened@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50120 NONAME ?PrintOn@H4501_SupplementaryService@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50121 NONAME ?PrintOn@H4501_UserSpecifiedSubaddress@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50122 NONAME ?PrintOn@H4502_CTActiveArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50123 NONAME ?PrintOn@H4502_CTCompleteArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50124 NONAME ?PrintOn@H4502_CTIdentifyRes@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50125 NONAME ?PrintOn@H4502_CTInitiateArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50126 NONAME ?PrintOn@H4502_CTSetupArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50127 NONAME ?PrintOn@H4502_CTUpdateArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50128 NONAME ?PrintOn@H4502_SubaddressTransferArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50129 NONAME ?PrintOn@H4503_IntResult@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50130 NONAME ?PrintOn@H4504_Extension@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50131 NONAME ?PrintOn@H4504_HoldNotificArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50132 NONAME ?PrintOn@H4504_RemoteHoldArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50133 NONAME ?PrintOn@H4504_RemoteHoldRes@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50134 NONAME ?PrintOn@H4504_RemoteRetrieveArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50135 NONAME ?PrintOn@H4504_RemoteRetrieveRes@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50136 NONAME ?PrintOn@H4504_RetrieveNotificArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50137 NONAME ?PrintOn@H4505_CpickupNotifyArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50138 NONAME ?PrintOn@H4505_CpNotifyArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50139 NONAME ?PrintOn@H4505_CpRequestArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50140 NONAME ?PrintOn@H4505_CpRequestRes@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50141 NONAME ?PrintOn@H4505_CpSetupArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50142 NONAME ?PrintOn@H4505_CpSetupRes@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50143 NONAME ?PrintOn@H4505_GroupIndicationOffArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50144 NONAME ?PrintOn@H4505_GroupIndicationOffRes@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50145 NONAME ?PrintOn@H4505_GroupIndicationOnArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50146 NONAME ?PrintOn@H4505_GroupIndicationOnRes@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50147 NONAME ?PrintOn@H4505_PickExeArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50148 NONAME ?PrintOn@H4505_PickExeRes@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50149 NONAME ?PrintOn@H4505_PickrequArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50150 NONAME ?PrintOn@H4505_PickrequRes@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50151 NONAME ?PrintOn@H4505_PickupArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50152 NONAME ?PrintOn@H4505_PickupRes@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50153 NONAME ?PrintOn@H4506_CallWaitingArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50154 NONAME ?PrintOn@H4507_MWIActivateArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50155 NONAME ?PrintOn@H4507_MWIDeactivateArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50156 NONAME ?PrintOn@H4507_MWIInterrogateArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50157 NONAME ?PrintOn@H4507_MWIInterrogateResElt@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50158 NONAME ?PrintOn@H4509_CcLongArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50159 NONAME ?PrintOn@H4509_CcRequestArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50160 NONAME ?PrintOn@H4509_CcRequestRes@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50161 NONAME ?PrintOn@H4509_CcShortArg@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50162 NONAME ?PrintOn@H501_AccessConfirmation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50163 NONAME ?PrintOn@H501_AccessRejection@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50164 NONAME ?PrintOn@H501_AccessRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50165 NONAME ?PrintOn@H501_AddressTemplate@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50166 NONAME ?PrintOn@H501_AlternatePE@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50167 NONAME ?PrintOn@H501_AlternatePEInfo@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50168 NONAME ?PrintOn@H501_AuthenticationConfirmation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50169 NONAME ?PrintOn@H501_AuthenticationRejection@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50170 NONAME ?PrintOn@H501_AuthenticationRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50171 NONAME ?PrintOn@H501_CallInformation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50172 NONAME ?PrintOn@H501_ContactInformation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50173 NONAME ?PrintOn@H501_Descriptor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50174 NONAME ?PrintOn@H501_DescriptorConfirmation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50175 NONAME ?PrintOn@H501_DescriptorIDConfirmation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50176 NONAME ?PrintOn@H501_DescriptorIDRejection@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50177 NONAME ?PrintOn@H501_DescriptorIDRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50178 NONAME ?PrintOn@H501_DescriptorInfo@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50179 NONAME ?PrintOn@H501_DescriptorRejection@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50180 NONAME ?PrintOn@H501_DescriptorRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50181 NONAME ?PrintOn@H501_DescriptorUpdate@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50182 NONAME ?PrintOn@H501_DescriptorUpdateAck@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50183 NONAME ?PrintOn@H501_Message@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50184 NONAME ?PrintOn@H501_MessageCommonInfo@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50185 NONAME ?PrintOn@H501_NonStandardConfirmation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50186 NONAME ?PrintOn@H501_NonStandardRejection@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50187 NONAME ?PrintOn@H501_NonStandardRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50188 NONAME ?PrintOn@H501_PartyInformation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50189 NONAME ?PrintOn@H501_Pattern_range@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50190 NONAME ?PrintOn@H501_PriceElement@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50191 NONAME ?PrintOn@H501_PriceInfoSpec@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50192 NONAME ?PrintOn@H501_RequestInProgress@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50193 NONAME ?PrintOn@H501_RouteInformation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50194 NONAME ?PrintOn@H501_SecurityMode@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50195 NONAME ?PrintOn@H501_ServiceConfirmation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50196 NONAME ?PrintOn@H501_ServiceRejection@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50197 NONAME ?PrintOn@H501_ServiceRelease@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50198 NONAME ?PrintOn@H501_ServiceRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50199 NONAME ?PrintOn@H501_TerminationCause@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50200 NONAME ?PrintOn@H501_UnknownMessageResponse@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50201 NONAME ?PrintOn@H501_UpdateInformation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50202 NONAME ?PrintOn@H501_UsageConfirmation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50203 NONAME ?PrintOn@H501_UsageField@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50204 NONAME ?PrintOn@H501_UsageIndication@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50205 NONAME ?PrintOn@H501_UsageIndicationConfirmation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50206 NONAME ?PrintOn@H501_UsageIndicationRejection@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50207 NONAME ?PrintOn@H501_UsageRejection@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50208 NONAME ?PrintOn@H501_UsageRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50209 NONAME ?PrintOn@H501_UsageSpecification@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50210 NONAME ?PrintOn@H501_UsageSpecification_when@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50211 NONAME ?PrintOn@H501_UserInformation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50212 NONAME ?PrintOn@H501_ValidationConfirmation@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50213 NONAME ?PrintOn@H501_ValidationRejection@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50214 NONAME ?PrintOn@H501_ValidationRequest@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50215 NONAME ?PrintOn@MCS_AUcf@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50216 NONAME ?PrintOn@MCS_AUrq@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50217 NONAME ?PrintOn@MCS_CAin@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50218 NONAME ?PrintOn@MCS_CArq@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50219 NONAME ?PrintOn@MCS_CCcf@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50220 NONAME ?PrintOn@MCS_CCrq@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50221 NONAME ?PrintOn@MCS_CDin@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50222 NONAME ?PrintOn@MCS_CDrq@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50223 NONAME ?PrintOn@MCS_CEin@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50224 NONAME ?PrintOn@MCS_CErq@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50225 NONAME ?PrintOn@MCS_ChannelAttributes_assigned@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50226 NONAME ?PrintOn@MCS_ChannelAttributes_private@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50227 NONAME ?PrintOn@MCS_ChannelAttributes_static@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50228 NONAME ?PrintOn@MCS_ChannelAttributes_userId@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50229 NONAME ?PrintOn@MCS_CJcf@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50230 NONAME ?PrintOn@MCS_CJrq@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50231 NONAME ?PrintOn@MCS_CLrq@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50232 NONAME ?PrintOn@MCS_Connect_Additional@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50233 NONAME ?PrintOn@MCS_Connect_Initial@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50234 NONAME ?PrintOn@MCS_Connect_Response@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50235 NONAME ?PrintOn@MCS_Connect_Result@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50236 NONAME ?PrintOn@MCS_DomainParameters@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50237 NONAME ?PrintOn@MCS_DPum@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50238 NONAME ?PrintOn@MCS_DUin@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50239 NONAME ?PrintOn@MCS_DUrq@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50240 NONAME ?PrintOn@MCS_EDrq@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50241 NONAME ?PrintOn@MCS_MCcf@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50242 NONAME ?PrintOn@MCS_MCrq@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50243 NONAME ?PrintOn@MCS_MTcf@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50244 NONAME ?PrintOn@MCS_MTrq@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50245 NONAME ?PrintOn@MCS_PCin@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50246 NONAME ?PrintOn@MCS_PDin@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50247 NONAME ?PrintOn@MCS_PTin@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50248 NONAME ?PrintOn@MCS_RJum@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50249 NONAME ?PrintOn@MCS_SDin@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50250 NONAME ?PrintOn@MCS_SDrq@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50251 NONAME ?PrintOn@MCS_TGcf@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50252 NONAME ?PrintOn@MCS_TGrq@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50253 NONAME ?PrintOn@MCS_TIcf@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50254 NONAME ?PrintOn@MCS_TIrq@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50255 NONAME ?PrintOn@MCS_TokenAttributes_given@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50256 NONAME ?PrintOn@MCS_TokenAttributes_giving@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50257 NONAME ?PrintOn@MCS_TokenAttributes_grabbed@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50258 NONAME ?PrintOn@MCS_TokenAttributes_inhibited@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50259 NONAME ?PrintOn@MCS_TokenAttributes_ungivable@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50260 NONAME ?PrintOn@MCS_TPin@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50261 NONAME ?PrintOn@MCS_TPrq@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50262 NONAME ?PrintOn@MCS_TRcf@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50263 NONAME ?PrintOn@MCS_TRrq@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50264 NONAME ?PrintOn@MCS_TTcf@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50265 NONAME ?PrintOn@MCS_TTrq@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50266 NONAME ?PrintOn@MCS_TVcf@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50267 NONAME ?PrintOn@MCS_TVin@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50268 NONAME ?PrintOn@MCS_TVrq@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50269 NONAME ?PrintOn@MCS_TVrs@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50270 NONAME ?PrintOn@MCS_USin@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50271 NONAME ?PrintOn@MCS_USrq@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50272 NONAME ?PrintOn@OpalGloballyUniqueID@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50273 NONAME ?PrintOn@OpalLineInterfaceDevice@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50274 NONAME ?PrintOn@PLDAPAttr_c@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50275 NONAME ?PrintOn@PLDAPAttr_cn@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50276 NONAME ?PrintOn@PLDAPAttr_comment@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50277 NONAME ?PrintOn@PLDAPAttr_givenName@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50278 NONAME ?PrintOn@PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50279 NONAME ?PrintOn@PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50280 NONAME ?PrintOn@PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50281 NONAME ?PrintOn@PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50282 NONAME ?PrintOn@PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50283 NONAME ?PrintOn@PLDAPAttr_location@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50284 NONAME ?PrintOn@PLDAPAttr_o@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50285 NONAME ?PrintOn@PLDAPAttr_objectClass@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50286 NONAME ?PrintOn@PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50287 NONAME ?PrintOn@PLDAPAttr_sappguid@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50288 NONAME ?PrintOn@PLDAPAttr_sappid@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50289 NONAME ?PrintOn@PLDAPAttr_sflags@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50290 NONAME ?PrintOn@PLDAPAttr_sipAddress@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50291 NONAME ?PrintOn@PLDAPAttr_smimetype@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50292 NONAME ?PrintOn@PLDAPAttr_smodop@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50293 NONAME ?PrintOn@PLDAPAttr_sport@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50294 NONAME ?PrintOn@PLDAPAttr_sprotid@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50295 NONAME ?PrintOn@PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50296 NONAME ?PrintOn@PLDAPAttr_ssecurity@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50297 NONAME ?PrintOn@PLDAPAttr_sttl@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50298 NONAME ?PrintOn@PLDAPAttr_surname@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50299 NONAME ?PrintOn@PLDAPAttr_timestamp@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50300 NONAME ?PrintOn@Q931@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50301 NONAME ?PrintOn@ReceiverReport@RTP_Session@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50302 NONAME ?PrintOn@RTP_JitterBufferAnalyser@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50303 NONAME ?PrintOn@SenderReport@RTP_Session@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50304 NONAME ?PrintOn@SourceDescription@RTP_Session@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50305 NONAME ?PrintOn@T38_Data_Field_subtype@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50306 NONAME ?PrintOn@T38_IFPPacket@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50307 NONAME ?PrintOn@T38_PreCorrigendum_Data_Field_subtype@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50308 NONAME ?PrintOn@T38_PreCorrigendum_IFPPacket@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50309 NONAME ?PrintOn@T38_UDPTLPacket@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50310 NONAME ?PrintOn@T38_UDPTLPacket_error_recovery_fec_info@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50311 NONAME ?PrintOn@X224@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50312 NONAME ?PrintOn@X880_Invoke@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50313 NONAME ?PrintOn@X880_Reject@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50314 NONAME ?PrintOn@X880_ReturnError@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50315 NONAME ?PrintOn@X880_ReturnResult@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50316 NONAME ?PrintOn@X880_ReturnResult_result@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @50317 NONAME ?ProcessFrame@Pre_Vid_Coder@@QAEXPAVVideoFrame@@@Z @16724 NONAME ?ProcessOneFrame@P64Encoder@@QAEXXZ @16725 NONAME ?PurgeBufferQueue@Transmitter@@IAEXPAUpktbuf@1@@Z @16726 NONAME ?push_back@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAEXABULookupRecord@@@Z @52945 NONAME ?quantize@P64Decoder@@IAEHHH@Z @16727 NONAME ?rdct@@YAXPAFIIPAEHPBE@Z @30270 NONAME ?rdct@@YAXPAFIIPAEHPBH@Z @30271 NONAME ?rdct_fold_q@@YAXPBHPAH@Z @16731 NONAME ?Read@G7231_File_Codec@@UAEHPAEAAIAAVRTP_DataFrame@@@Z @31161 NONAME ?Read@H263Packet@@QAEHAAIAAVRTP_DataFrame@@@Z @53912 NONAME ?Read@H323FramedAudioCodec@@UAEHPAEAAIAAVRTP_DataFrame@@@Z @16732 NONAME ?Read@H323PluginVideoCodec@@UAEHPAEAAIAAVRTP_DataFrame@@@Z @50500 NONAME ?Read@H323SignalPDU@@QAEHAAVH323Transport@@@Z @16734 NONAME ?Read@H323TransactionPDU@@UAEHAAVH323Transport@@@Z @35052 NONAME ?Read@H323_H261Codec@@UAEHPAEAAIAAVRTP_DataFrame@@@Z @16735 NONAME ?Read@H323_LIDCodec@@UAEHPAEAAIAAVRTP_DataFrame@@@Z @16736 NONAME ?Read@H323_RFC2190_H263Codec@@UAEHPAEAAIAAVRTP_DataFrame@@@Z @53913 NONAME ?Read@OpalLineChannel@@UAEHPAXH@Z @16737 NONAME ?Read@PWAVFileConverterXLaw@@UAEHAAVPWAVFile@@PAXH@Z @52286 NONAME ?Read@T120ConnectPDU@@QAEHAAVH323Transport@@@Z @30028 NONAME ?Read@T120_X224@@QAEHAAVH323Transport@@@Z @30029 NONAME ?ReadBlock@OpalLineInterfaceDevice@@UAEHIPAXH@Z @17575 NONAME ?ReadBufferedData@RTP_Session@@QAEHKAAVRTP_DataFrame@@@Z @17157 NONAME ?ReadControlPDU@RTP_UDP@@IAE?AW4SendReceiveStatus@RTP_Session@@XZ @16738 NONAME ?ReadData@RTP_JitterBuffer@@UAEHKAAVRTP_DataFrame@@@Z @17158 NONAME ?ReadData@RTP_UDP@@UAEHAAVRTP_DataFrame@@@Z @16739 NONAME ?ReadData@VoipBlasterInterface@@QAEHPAXHVPTimeInterval@@@Z @38306 NONAME ?ReadDataOrControlPDU@RTP_UDP@@IAE?AW4SendReceiveStatus@RTP_Session@@AAVPUDPSocket@@AAVPBYTEArray@@H@Z @34896 NONAME ?ReadDataPDU@RTP_UDP@@IAE?AW4SendReceiveStatus@RTP_Session@@AAVRTP_DataFrame@@@Z @16740 NONAME ?ReadDTMF@OpalIxJDevice@@UAEDI@Z @16741 NONAME ?ReadDTMF@OpalLineInterfaceDevice@@UAEDI@Z @16742 NONAME ?ReadDTMF@OpalVoipBlasterDevice@@UAEDI@Z @29804 NONAME ?ReadFrame@OpalIxJDevice@@UAEHIPAXAAH@Z @17617 NONAME ?ReadFrame@OpalVoipBlasterDevice@@UAEHIPAXAAH@Z @29805 NONAME ?ReadFrom@OpalGloballyUniqueID@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @50318 NONAME ?ReadFrom@PLDAPAttr_c@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @50319 NONAME ?ReadFrom@PLDAPAttr_cn@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @50320 NONAME ?ReadFrom@PLDAPAttr_comment@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @50321 NONAME ?ReadFrom@PLDAPAttr_givenName@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @50322 NONAME ?ReadFrom@PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @50323 NONAME ?ReadFrom@PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @50324 NONAME ?ReadFrom@PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @50325 NONAME ?ReadFrom@PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @50326 NONAME ?ReadFrom@PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @50327 NONAME ?ReadFrom@PLDAPAttr_location@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @50328 NONAME ?ReadFrom@PLDAPAttr_o@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @50329 NONAME ?ReadFrom@PLDAPAttr_objectClass@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @50330 NONAME ?ReadFrom@PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @50331 NONAME ?ReadFrom@PLDAPAttr_sappguid@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @50332 NONAME ?ReadFrom@PLDAPAttr_sappid@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @50333 NONAME ?ReadFrom@PLDAPAttr_sflags@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @50334 NONAME ?ReadFrom@PLDAPAttr_sipAddress@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @50335 NONAME ?ReadFrom@PLDAPAttr_smimetype@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @50336 NONAME ?ReadFrom@PLDAPAttr_smodop@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @50337 NONAME ?ReadFrom@PLDAPAttr_sport@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @50338 NONAME ?ReadFrom@PLDAPAttr_sprotid@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @50339 NONAME ?ReadFrom@PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @50340 NONAME ?ReadFrom@PLDAPAttr_ssecurity@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @50341 NONAME ?ReadFrom@PLDAPAttr_sttl@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @50342 NONAME ?ReadFrom@PLDAPAttr_surname@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @50343 NONAME ?ReadFrom@PLDAPAttr_timestamp@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @50344 NONAME ?ReadNextCompound@RTP_ControlFrame@@QAEHXZ @30666 NONAME ?ReadOnePacket@P64Encoder@@QAEXPAEAAI@Z @16746 NONAME ?ReadPDU@H323TransportTCP@@UAEHAAVPBYTEArray@@@Z @16747 NONAME ?ReadPDU@H323TransportUDP@@UAEHAAVPBYTEArray@@@Z @16748 NONAME ?ReadPipe@VoipBlasterInterface@@IAEHPAX0KVPTimeInterval@@@Z @38307 NONAME ?ReadRaw@H323Codec@@QAEHPAXHAAH@Z @29979 NONAME ?ReadStatus@VoipBlasterInterface@@QAE?AW4Status@1@VPTimeInterval@@@Z @38308 NONAME ?Receive@H323_ExternalRTPChannel@@UAEXXZ @29665 NONAME ?Receive@H323_RTPChannel@@UAEXXZ @16749 NONAME ?Receive@H323_T120Channel@@UAEXXZ @28326 NONAME ?Receive@H323_T38Channel@@UAEXXZ @28327 NONAME ?ReceivedPacket@OpalRFC2833@@MAEXAAVRTP_DataFrame@@H@Z @29953 NONAME ?ReceivedPacket@OpalRtpToWavFile@@MAEXAAVRTP_DataFrame@@H@Z @30622 NONAME ?ReceiveTimeout@OpalRFC2833@@MAEXAAVPTimer@@H@Z @29954 NONAME ?Redraw@H323_H261Codec@@IAEHXZ @16752 NONAME ?Register@?$PFactory@VH235Authenticator@@VPString@@@@SAXABVPString@@PAVWorkerBase@1@@Z @52946 NONAME ?Register@?$PFactory@VH323Capability@@VPString@@@@SAXABVPString@@PAVH323Capability@@@Z @52047 NONAME ?Register@?$PFactory@VH323Capability@@VPString@@@@SAXABVPString@@PAVWorkerBase@1@@Z @52048 NONAME ?Register@?$PFactory@VOpalFactoryCodec@@VPString@@@@SAXABVPString@@PAVWorkerBase@1@@Z @52650 NONAME ?Register@?$PFactory@VOpalMediaFormat@@VPString@@@@SAXABVPString@@PAVOpalMediaFormat@@@Z @52049 NONAME ?Register@?$PFactory@VOpalMediaFormat@@VPString@@@@SAXABVPString@@PAVWorkerBase@1@@Z @52050 NONAME ?Register@?$PFactory@VPPluginModuleManager@@VPString@@@@SAXABVPString@@PAVWorkerBase@1@@Z @52051 NONAME ?Register@?$PFactory@VPWAVFileConverter@@I@@SAXABIPAVWorkerBase@1@@Z @52287 NONAME ?RegisterCodecs@H323PluginCodecManager@@IAEXIPAX@Z @50645 NONAME ?RegisterStaticCodec@H323PluginCodecManager@@QAEXPBDP6AIXZP6APAUPluginCodec_Definition@@PAII@Z@Z @50646 NONAME ?Register_Internal@?$PFactory@VH235Authenticator@@VPString@@@@IAEXABVPString@@PAVWorkerBase@1@@Z @52947 NONAME ?Register_Internal@?$PFactory@VH323Capability@@VPString@@@@IAEXABVPString@@PAVWorkerBase@1@@Z @52052 NONAME ?Register_Internal@?$PFactory@VOpalFactoryCodec@@VPString@@@@IAEXABVPString@@PAVWorkerBase@1@@Z @52651 NONAME ?Register_Internal@?$PFactory@VOpalMediaFormat@@VPString@@@@IAEXABVPString@@PAVWorkerBase@1@@Z @52053 NONAME ?Register_Internal@?$PFactory@VPPluginModuleManager@@VPString@@@@IAEXABVPString@@PAVWorkerBase@1@@Z @52054 NONAME ?Register_Internal@?$PFactory@VPWAVFileConverter@@I@@IAEXABIPAVWorkerBase@1@@Z @52288 NONAME ?RegistrationRequest@H323Gatekeeper@@QAEHH@Z @16754 NONAME ?RegistrationTimeToLive@H323Gatekeeper@@IAEXXZ @30580 NONAME ?Release@H245NegLogicalChannel@@MAEXXZ @20756 NONAME ?ReleaseOnePacket@Transmitter@@IAEXPAUpktbuf@1@@Z @16757 NONAME ?ReleaseSession@H323Connection@@UAEXI@Z @29576 NONAME ?ReleaseSession@RTP_SessionManager@@QAEXI@Z @16759 NONAME ?Remove@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UAEHPAVH323GatekeeperCall@@@Z @31649 NONAME ?Remove@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UAEHPAVH323PeerElementDescriptor@@@Z @37324 NONAME ?Remove@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UAEHPAVH323PeerElementServiceRelationship@@@Z @37325 NONAME ?Remove@H323Capabilities@@QAEXABVPString@@@Z @17246 NONAME ?Remove@H323Capabilities@@QAEXABVPStringArray@@@Z @17247 NONAME ?Remove@H323Capabilities@@QAEXPAVH323Capability@@@Z @17240 NONAME ?RemoveAlias@H323GatekeeperServer@@QAEXAAVH323RegisteredEndPoint@@ABVPString@@@Z @38309 NONAME ?RemoveAlias@H323RegisteredEndPoint@@QAEXABVPString@@@Z @28590 NONAME ?RemoveAliasName@H323EndPoint@@QAEHABVPString@@@Z @16760 NONAME ?RemoveAll@H245NegLogicalChannels@@QAEXXZ @16761 NONAME ?RemoveAll@H323Capabilities@@QAEXXZ @17241 NONAME ?RemoveAll@PASN_Array@@QAEXXZ @29154 NONAME ?RemoveAllServiceRelationships@H323PeerElement@@QAEHXZ @37499 NONAME ?RemoveAt@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UAEPAVH245NegLogicalChannel@@ABVH323ChannelNumber@@@Z @16762 NONAME ?RemoveAt@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UAEPAVH323ServiceControlSession@@ABVPOrdinalKey@@@Z @34513 NONAME ?RemoveAt@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UAEPAVH450xHandler@@ABVPOrdinalKey@@@Z @29078 NONAME ?RemoveAt@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UAEPAVPBYTEArray@@ABVPOrdinalKey@@@Z @16763 NONAME ?RemoveAt@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UAEPAVRequest@H323Transactor@@ABVPOrdinalKey@@@Z @37437 NONAME ?RemoveAt@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UAEPAVRTP_Session@@ABVPOrdinalKey@@@Z @16764 NONAME ?RemoveAt@?$PDictionary@VPString@@VH323Connection@@@@UAEPAVH323Connection@@ABVPString@@@Z @16765 NONAME ?RemoveAt@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UAEPAVH323RegisteredEndPoint@@ABVPString@@@Z @28591 NONAME ?RemoveAt@?$PDictionary@VPString@@VPOrdinalKey@@@@UAEPAVPOrdinalKey@@ABVPString@@@Z @37500 NONAME ?RemoveAt@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UAEHH@Z @31650 NONAME ?RemoveAt@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UAEHH@Z @37326 NONAME ?RemoveAt@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UAEHH@Z @37327 NONAME ?RemoveAt@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UAEHABVPString@@@Z @31651 NONAME ?RemoveCall@H323GatekeeperServer@@UAEXPAVH323GatekeeperCall@@@Z @30482 NONAME ?RemoveCall@H323RegisteredEndPoint@@UAEHPAVH323GatekeeperCall@@@Z @50676 NONAME ?RemoveCapabilities@H323EndPoint@@QAEXABVPStringArray@@@Z @24298 NONAME ?RemoveDescriptorInformation@H323PeerElement@@IAEXABVH501_ArrayOf_AddressTemplate@@@Z @37724 NONAME ?RemoveEndPoint@H323GatekeeperServer@@UAEHPAVH323RegisteredEndPoint@@@Z @38322 NONAME ?RemoveFilter@H323_RTPChannel@@QAEXABVPNotifier@@@Z @30632 NONAME ?RemoveGatekeeper@H323EndPoint@@QAEHH@Z @16767 NONAME ?RemoveIE@Q931@@QAEXW4InformationElementCodes@1@@Z @28644 NONAME ?RemoveListener@H323EndPoint@@QAEHPAVH323Listener@@@Z @17596 NONAME ?RemoveListener@H323TransactionServer@@QAEHPAVH323Transactor@@@Z @35053 NONAME ?RemoveServiceRelationship@H323PeerElement@@QAEHABVH323TransportAddress@@H@Z @37501 NONAME ?RemoveServiceRelationship@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@H@Z @38116 NONAME ?RenderFrame@H323_H261Codec@@IAEHXZ @16768 NONAME ?RenderFrame@H323_RFC2190_H263Codec@@IAEHPBUAVFrame@@@Z @53914 NONAME ?RenderFrame@H323_RFC2190_H263Codec@@IAEHPBX@Z @53915 NONAME ?Reopen@RTP_UDP@@QAEXH@Z @38282 NONAME ?Reorder@H323Capabilities@@QAEXABVPStringArray@@@Z @17244 NONAME ?ReorderCapabilities@H323EndPoint@@QAEXABVPStringArray@@@Z @24299 NONAME ?RequestModeChange@H323Connection@@UAEHABVH245_ArrayOf_ModeDescription@@@Z @29620 NONAME ?RequestModeChange@H323Connection@@UAEHABVPString@@@Z @29621 NONAME ?RequestModeChangeT38@H323Connection@@UAEHPBD@Z @30581 NONAME ?resetndblk@P64Decoder@@QAEXXZ @16770 NONAME ?Resize@H323_H261Codec@@IAEHHH@Z @16771 NONAME ?Resize@H323_RFC2190_H263Codec@@IAEHHH@Z @53916 NONAME ?Restart@H245NegMasterSlaveDetermination@@IAEHXZ @16772 NONAME ?RetrieveCall@H323Connection@@QAEXXZ @29707 NONAME ?RetrieveCall@H4504Handler@@QAEXXZ @29708 NONAME ?rfc2190h263Loader@PWLibStupidLinkerHacks@@3HA @53917 NONAME ?rfc2190_ff@@3VRFC2190_FfmpgLink@@A @53918 NONAME ?RingLine@OpalIxJDevice@@UAEHIHPAI@Z @31668 NONAME ?RingLine@OpalIxJDevice@@UAEHIK@Z @16773 NONAME ?RingLine@OpalLineInterfaceDevice@@UAEHIHPAI@Z @31669 NONAME ?RingLine@OpalLineInterfaceDevice@@UAEHIK@Z @16774 NONAME ?RingLine@OpalVoipBlasterDevice@@UAEHIK@Z @29808 NONAME ?ROWZAG@@3QBEB @16775 NONAME ?RtpCallback@H323_RFC2190_H263Codec@@SAXPAXH0H0@Z @53919 NONAME ?SameSize@Encoder@@IAEHPBVVideoFrame@@@Z @16776 NONAME ?save@Pre_Vid_Coder@@IAEXPAE0H@Z @16777 NONAME ?saveblks@Pre_Vid_Coder@@IAEXPAE@Z @16778 NONAME ?SelectDefaultLogicalChannel@H323Connection@@UAEXI@Z @16779 NONAME ?SelectFastStartChannels@H323Connection@@UAEXIHH@Z @17592 NONAME ?SendAccessRequestByAddr@H323PeerElement@@QAE?AW4Error@1@ABVH323TransportAddress@@AAVH501PDU@@1@Z @37990 NONAME ?SendAccessRequestByID@H323PeerElement@@QAE?AW4Error@1@ABVOpalGloballyUniqueID@@AAVH501PDU@@1@Z @37991 NONAME ?SendCachedResponse@H323Transactor@@IAEHABVH323TransactionPDU@@@Z @37438 NONAME ?SendCachedResponse@Response@H323Transactor@@QAEHAAVH323Transport@@@Z @37439 NONAME ?SendCallCreditServiceControl@H323GatekeeperCall@@UAEHXZ @34537 NONAME ?SendCallerIDOnCallWaiting@OpalIxJDevice@@UAEHIABVPString@@@Z @17513 NONAME ?SendCallerIDOnCallWaiting@OpalLineInterfaceDevice@@UAEHIABVPString@@@Z @17514 NONAME ?SendCallerIDOnCallWaiting@OpalVoipBlasterDevice@@UAEHIABVPString@@@Z @29809 NONAME ?SendCallWaitingIndication@H323Connection@@QAEXI@Z @29709 NONAME ?SendCapabilitySet@H323Connection@@UAEXH@Z @24343 NONAME ?SendFastStartAcknowledge@H323Connection@@UAEHAAVH225_ArrayOf_PASN_OctetString@@@Z @27593 NONAME ?SendGeneralReject@H450xDispatcher@@QAEXHH@Z @29080 NONAME ?SendGeneralReject@H450xHandler@@QAEXH@Z @29081 NONAME ?SendInvokeReject@H450xDispatcher@@QAEXHH@Z @29082 NONAME ?SendInvokeReject@H450xHandler@@QAEXH@Z @29083 NONAME ?SendLogicalChannelMiscCommand@H323Connection@@QAEXAAVH323Channel@@I@Z @29332 NONAME ?SendMiscCommand@H323Channel@@QAEXI@Z @29312 NONAME ?SendMiscCommand@H323VideoCodec@@QAEXI@Z @29314 NONAME ?SendMoreDigits@H323Connection@@UAEXABVPString@@@Z @29243 NONAME ?SendReport@RTP_Session@@UAEHXZ @30272 NONAME ?SendReturnError@H450xDispatcher@@QAEXHH@Z @29084 NONAME ?SendReturnError@H450xHandler@@QAEXH@Z @29085 NONAME ?SendReturnErrorReject@H450xDispatcher@@QAEXHH@Z @29086 NONAME ?SendReturnErrorReject@H450xHandler@@QAEXH@Z @29087 NONAME ?SendReturnResultReject@H450xDispatcher@@QAEXHH@Z @29088 NONAME ?SendReturnResultReject@H450xHandler@@QAEXH@Z @29089 NONAME ?SendServiceControlSession@H323GatekeeperCall@@UAEHABVH323ServiceControlSession@@@Z @34538 NONAME ?SendServiceControlSession@H323RegisteredEndPoint@@UAEHABVH323ServiceControlSession@@@Z @34539 NONAME ?SendSignalSetup@H323Connection@@UAE?AW4CallEndReason@1@ABVPString@@ABVH323TransportAddress@@@Z @16781 NONAME ?SendTone@OpalRFC2833@@UAEHDI@Z @29955 NONAME ?SendUnsolicitedIRR@H323Gatekeeper@@IAEHAAVH225_InfoRequestResponse@@AAVH323RasPDU@@@Z @30670 NONAME ?SendUpdateDescriptor@H323PeerElement@@IAE?AW4Error@1@AAVH501PDU@@ABVH323TransportAddress@@PAVH323PeerElementDescriptor@@W4Choices@H501_UpdateInformation_updateType@@@Z @37504 NONAME ?SendUpdateDescriptorByAddr@H323PeerElement@@QAE?AW4Error@1@ABVH323TransportAddress@@PAVH323PeerElementDescriptor@@W4Choices@H501_UpdateInformation_updateType@@@Z @37505 NONAME ?SendUpdateDescriptorByID@H323PeerElement@@QAE?AW4Error@1@ABVOpalGloballyUniqueID@@PAVH323PeerElementDescriptor@@W4Choices@H501_UpdateInformation_updateType@@@Z @37506 NONAME ?SendUserInput@H323Connection@@UAEXABVPString@@@Z @16782 NONAME ?SendUserInputIndication@H323Connection@@UAEXABVH245_UserInputIndication@@@Z @16783 NONAME ?SendUserInputIndicationQ931@H323Connection@@UAEXABVPString@@@Z @30315 NONAME ?SendUserInputIndicationString@H323Connection@@UAEXABVPString@@@Z @29868 NONAME ?SendUserInputIndicationTone@H323Connection@@UAEXDIII@Z @29869 NONAME ?SendUserInputTone@H323Connection@@UAEXDIII@Z @16784 NONAME ?SendVisualMessageWaitingIndicator@OpalIxJDevice@@UAEHIH@Z @17515 NONAME ?SendVisualMessageWaitingIndicator@OpalLineInterfaceDevice@@UAEHIH@Z @17516 NONAME ?SendVisualMessageWaitingIndicator@OpalVoipBlasterDevice@@UAEHIH@Z @29810 NONAME ?ServiceControlIndication@H323GatekeeperListener@@UAEHAAVH323RegisteredEndPoint@@ABVH323ServiceControlSession@@PAVH323GatekeeperCall@@@Z @34540 NONAME ?ServiceRelease@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@I@Z @37349 NONAME ?ServiceRequestByAddr@H323PeerElement@@QAE?AW4Error@1@ABVH323TransportAddress@@AAVOpalGloballyUniqueID@@@Z @37507 NONAME ?ServiceRequestByID@H323PeerElement@@QAE?AW4Error@1@AAVOpalGloballyUniqueID@@@Z @37508 NONAME ?Set@PortInfo@H323EndPoint@@QAEXIIII@Z @31246 NONAME ?SetAEC@OpalIxJDevice@@UAEHIW4AECLevels@OpalLineInterfaceDevice@@@Z @16786 NONAME ?SetAEC@OpalLineInterfaceDevice@@UAEHIW4AECLevels@1@@Z @16787 NONAME ?SetAEC@OpalVoipBlasterDevice@@UAEHIW4AECLevels@OpalLineInterfaceDevice@@@Z @29811 NONAME ?SetAlternates@H323Gatekeeper@@IAEXABVH225_ArrayOf_AlternateGK@@H@Z @30840 NONAME ?SetAssociatedCallToken@H323Connection@@QAEXABVPString@@@Z @30096 NONAME ?SetAssociatedCallToken@H4502Handler@@QAEXABVPString@@@Z @30097 NONAME ?SetAt@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UAEHABVH323ChannelNumber@@PAVH245NegLogicalChannel@@@Z @16788 NONAME ?SetAt@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UAEHABVPOrdinalKey@@PAVH323ServiceControlSession@@@Z @34514 NONAME ?SetAt@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UAEHABVPOrdinalKey@@PAVH450xHandler@@@Z @29090 NONAME ?SetAt@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UAEHABVPOrdinalKey@@PAVPBYTEArray@@@Z @16789 NONAME ?SetAt@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UAEHABVPOrdinalKey@@PAVRequest@H323Transactor@@@Z @37440 NONAME ?SetAt@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UAEHABVPOrdinalKey@@PAVRTP_Session@@@Z @16790 NONAME ?SetAt@?$PDictionary@VPString@@VH323Connection@@@@UAEHABVPString@@PAVH323Connection@@@Z @16791 NONAME ?SetAt@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UAEHABVPString@@PAVH323RegisteredEndPoint@@@Z @28596 NONAME ?SetAt@?$PDictionary@VPString@@VPOrdinalKey@@@@UAEHABVPString@@PAVPOrdinalKey@@@Z @37509 NONAME ?SetAt@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UAEXABVPString@@PAVH323RegisteredEndPoint@@@Z @31652 NONAME ?SetAudioJitterDelay@H323Connection@@QAEXII@Z @31659 NONAME ?SetAudioJitterDelay@H323EndPoint@@QAEXII@Z @31660 NONAME ?SetAuthenticators@H323TransactionPDU@@QAEXABVH235Authenticators@@@Z @36827 NONAME ?SetBackgroundFill@H323PluginVideoCodec@@UAEXH@Z @50503 NONAME ?SetBackgroundFill@H323VideoCodec@@UAEXH@Z @17454 NONAME ?SetBackgroundFill@H323_H261Codec@@UAEXH@Z @29392 NONAME ?SetBackgroundFill@H323_RFC2190_H263Codec@@UAEXH@Z @53920 NONAME ?SetBackgroundFill@P64Encoder@@QAEXH@Z @29393 NONAME ?SetBackgroundFill@Pre_Vid_Coder@@QAEXH@Z @17455 NONAME ?SetBandwidthAvailable@H323Connection@@QAEHIH@Z @16793 NONAME ?SetBandwidthUsed@H323Channel@@QAEHI@Z @16794 NONAME ?SetBandwidthUsed@H323GatekeeperCall@@QAEHI@Z @37067 NONAME ?SetBearerCapabilities@Q931@@QAEXW4InformationTransferCapability@1@III@Z @29099 NONAME ?SetCalledPartyNumber@Q931@@QAEXABVPString@@II@Z @16795 NONAME ?SetCallEndReason@H323Connection@@UAEXW4CallEndReason@1@PAVPSyncPoint@@@Z @30689 NONAME ?SetCallerID@OpalIxJDevice@@UAEHIABVPString@@@Z @16797 NONAME ?SetCallerID@OpalLineInterfaceDevice@@UAEHIABVPString@@@Z @16798 NONAME ?SetCallerID@OpalVoipBlasterDevice@@UAEHIABVPString@@@Z @29812 NONAME ?SetCallingPartyNumber@Q931@@QAEXABVPString@@IIHH@Z @17165 NONAME ?SetCallIntrusion@H323Connection@@QAEXXZ @30789 NONAME ?SetCallState@Q931@@QAEXW4CallStates@1@I@Z @30273 NONAME ?SetCanonicalName@RTP_Session@@QAEXABVPString@@@Z @31765 NONAME ?SetCapability@H235AuthCAT@@UAEHAAVH225_ArrayOf_AuthenticationMechanism@@AAVH225_ArrayOf_PASN_ObjectId@@@Z @34846 NONAME ?SetCapability@H235AuthProcedure1@@UAEHAAVH225_ArrayOf_AuthenticationMechanism@@AAVH225_ArrayOf_PASN_ObjectId@@@Z @30582 NONAME ?SetCapability@H235AuthSimpleMD5@@UAEHAAVH225_ArrayOf_AuthenticationMechanism@@AAVH225_ArrayOf_PASN_ObjectId@@@Z @28926 NONAME ?SetCapability@H323Capabilities@@QAEHHHPAVH323Capability@@@Z @17242 NONAME ?SetCapability@H323EndPoint@@QAEHHHPAVH323Capability@@@Z @17149 NONAME ?SetCapabilityNumber@H323Capability@@QAEXI@Z @16801 NONAME ?SetCaptureReceiveToAddress@PIPSocket@@QAEHXZ @52652 NONAME ?SetCause@Q931@@QAEXW4CauseValues@1@II@Z @17401 NONAME ?SetChannelIdentification@Q931@@QAEXIIH@Z @37333 NONAME ?SetConnectedNumber@Q931@@QAEXABVPString@@IIHHH@Z @29605 NONAME ?SetConstraints@PASN_Object@@QAEXW4ConstraintType@1@H@Z @22293 NONAME ?SetConstraints@PASN_Object@@QAEXW4ConstraintType@1@HI@Z @22294 NONAME ?SetConstraints@PASN_Object@@QAEXW4ConstraintType@1@HW4MaximumValueTag@1@@Z @22295 NONAME ?SetConsultationTransferSuccess@H4502Handler@@QAEXXZ @30098 NONAME ?SetContribSource@RTP_DataFrame@@QAEXHK@Z @16803 NONAME ?SetCount@RTP_ControlFrame@@QAEXI@Z @17123 NONAME ?SetCountryCode@OpalIxJDevice@@UAEHW4T35CountryCodes@OpalLineInterfaceDevice@@@Z @16804 NONAME ?SetCountryCode@OpalLineInterfaceDevice@@UAEHW4T35CountryCodes@1@@Z @16806 NONAME ?SetCountryCode@OpalVoipBlasterDevice@@UAEHW4T35CountryCodes@OpalLineInterfaceDevice@@@Z @29813 NONAME ?SetCountryCodeName@OpalLineInterfaceDevice@@UAEHABVPString@@@Z @17501 NONAME ?SetDelay@RTP_JitterBuffer@@QAEXII@Z @31661 NONAME ?SetDisplayName@Q931@@QAEXABVPString@@@Z @16808 NONAME ?SetDomainName@H323PeerElement@@QAEXABVPString@@@Z @37354 NONAME ?SetDynamicRTPPayloadType@H323_RealTimeChannel@@UAEHH@Z @29871 NONAME ?SetEndpointTypeInfo@H323EndPoint@@UBEXAAVH225_EndpointType@@@Z @16809 NONAME ?SetEnforcedDurationLimit@H323Connection@@QAEXI@Z @34518 NONAME ?SetExtension@RTP_DataFrame@@QAEXH@Z @16810 NONAME ?SetExtensionSize@RTP_DataFrame@@QAEHH@Z @38024 NONAME ?SetExtensionType@RTP_DataFrame@@QAEXH@Z @38025 NONAME ?SetExternalAddress@H323_ExternalRTPChannel@@QAEXABVH323TransportAddress@@0@Z @30122 NONAME ?SetForcedReleaseAccepted@H323Connection@@UAEXXZ @31216 NONAME ?SetForcedReleaseAccepted@H45011Handler@@QAEXXZ @31217 NONAME ?SetGatekeeper@H323EndPoint@@QAEHABVPString@@PAVH323Transport@@@Z @16813 NONAME ?SetGatekeeperIdentifier@H323GatekeeperServer@@QAEXABVPString@@H@Z @28597 NONAME ?SetGatekeeperPassword@H323EndPoint@@UAEXABVPString@@@Z @34543 NONAME ?SetGatekeeperZone@H323EndPoint@@QAEHABVPString@@0PAVH323Transport@@@Z @20758 NONAME ?SetH221NonStandardInfo@H323EndPoint@@UBEXAAVH225_H221NonStandard@@@Z @16814 NONAME ?SetHoldMedia@H323Connection@@QAEXPAVPChannel@@@Z @29711 NONAME ?SetIdentifier@H225_RAS@@QAEXABVPString@@@Z @28598 NONAME ?SetIE@Q931@@QAEXW4InformationElementCodes@1@ABVPBYTEArray@@@Z @17418 NONAME ?SetIgnoreOutOfOrderPackets@RTP_Session@@QAEXH@Z @17142 NONAME ?SetInfoRequestRate@H323Gatekeeper@@IAEXABVPTimeInterval@@@Z @31463 NONAME ?SetInitialBandwidth@H323Channel@@UAEHXZ @16815 NONAME ?SetIntrusionImpending@H323Connection@@UAEXXZ @31218 NONAME ?SetIntrusionImpending@H45011Handler@@QAEXXZ @31219 NONAME ?SetIntrusionNotAuthorized@H323Connection@@UAEXXZ @31220 NONAME ?SetIntrusionNotAuthorized@H45011Handler@@QAEXXZ @31221 NONAME ?SetJitterBufferSize@RTP_Session@@QAEXIIH@Z @31662 NONAME ?SetKeypad@Q931@@QAEXABVPString@@@Z @30316 NONAME ?SetLastReadCount@PWAVFile@@QAEXH@Z @52289 NONAME ?SetLineOffHook@OpalIxJDevice@@UAEHIH@Z @16817 NONAME ?SetLineOffHook@OpalVoipBlasterDevice@@UAEHIH@Z @29814 NONAME ?SetLineOnHook@OpalLineInterfaceDevice@@UAEHI@Z @16819 NONAME ?SetLineToLineDirect@OpalIxJDevice@@UAEHIIH@Z @16820 NONAME ?SetLineToLineDirect@OpalLineInterfaceDevice@@UAEHIIH@Z @16821 NONAME ?SetLineToLineDirect@OpalVoipBlasterDevice@@UAEHIIH@Z @29815 NONAME ?SetLocalAddress@RTP_UDP@@QAEXABVAddress@PIPSocket@@@Z @34886 NONAME ?SetLocalId@H235Authenticator@@UAEXABVPString@@@Z @52948 NONAME ?SetLocalName@H323PeerElement@@QAEXABVPString@@@Z @37328 NONAME ?SetLocalPartyName@H323Connection@@QAEXABVPString@@@Z @30627 NONAME ?SetLocalUserName@H323EndPoint@@UAEXABVPString@@@Z @34544 NONAME ?SetLostPackets@ReceiverReport@RTP_ControlFrame@@QAEXI@Z @17126 NONAME ?SetMarker@RTP_DataFrame@@QAEXH@Z @16823 NONAME ?SetMaxBitRate@H323VideoCodec@@UAEHI@Z @34799 NONAME ?SetMaxBitRate@H323_RFC2190_H263Codec@@UAEHI@Z @53921 NONAME ?SetNoAutoDelete@PThread@@QAEXXZ @17600 NONAME ?SetNoMediaTimeout@H323EndPoint@@QAEHVPTimeInterval@@@Z @38007 NONAME ?SetNumber@H323Channel@@QAEXABVH323ChannelNumber@@@Z @16825 NONAME ?SetOnlyServiceRelationship@H323PeerElement@@QAEHABVPString@@H@Z @37510 NONAME ?SetPassword@H235Authenticator@@UAEXABVPString@@@Z @52949 NONAME ?SetPassword@H323Gatekeeper@@QAEXABVPString@@0@Z @28951 NONAME ?SetPassword@H323RegisteredEndPoint@@UAEHABVPString@@0@Z @34847 NONAME ?SetPause@H323Channel@@QAEXH@Z @29712 NONAME ?SetPayloadSize@RTP_ControlFrame@@QAEXH@Z @16827 NONAME ?SetPayloadSize@RTP_DataFrame@@QAEHH@Z @16828 NONAME ?SetPayloadType@OpalRFC2833@@QAEXW4PayloadTypes@RTP_DataFrame@@@Z @29956 NONAME ?SetPayloadType@RTP_ControlFrame@@QAEXI@Z @16829 NONAME ?SetPayloadType@RTP_DataFrame@@QAEXW4PayloadTypes@1@@Z @16830 NONAME ?SetPDU@H323TransportAddress@@QBEHAAVH225_TransportAddress@@@Z @16831 NONAME ?SetPDU@H323TransportAddress@@QBEHAAVH245_TransportAddress@@@Z @16832 NONAME ?SetPDU@Response@H323Transactor@@QAEXABVH323TransactionPDU@@@Z @37441 NONAME ?SetPeerElement@H323GatekeeperServer@@QAEXPAVH323PeerElement@@@Z @37751 NONAME ?SetPlayVolume@OpalIxJDevice@@UAEHII@Z @16833 NONAME ?SetPlayVolume@OpalLineInterfaceDevice@@UAEHII@Z @16834 NONAME ?SetPlayVolume@OpalVoipBlasterDevice@@UAEHII@Z @29816 NONAME ?SetPosition@PWAVFileConverterXLaw@@UAEHAAVPWAVFile@@JW4FilePositionOrigin@PFile@@@Z @52290 NONAME ?SetProgressIndicator@Q931@@QAEXIII@Z @17580 NONAME ?SetPromiscuous@H323Transport@@UAEXW4PromisciousModes@1@@Z @31771 NONAME ?SetPromiscuous@H323TransportUDP@@UAEXW4PromisciousModes@H323Transport@@@Z @31772 NONAME ?SetProtocolList@H323PeerElementDescriptor@@SAXAAVH501_ArrayOf_SupportedProtocols@@I@Z @37329 NONAME ?SetQ931Fields@H323SignalPDU@@QAEXABVH323Connection@@HIIHH@Z @27595 NONAME ?setq@H261Encoder@@QAEXH@Z @16837 NONAME ?SetQualityLevel@P64Encoder@@QAEXH@Z @29292 NONAME ?setquantizers@H261Encoder@@IAEXHHH@Z @16838 NONAME ?SetRawCodec@OpalIxJDevice@@UAEHI@Z @17624 NONAME ?SetRawCodec@OpalLineInterfaceDevice@@UAEHI@Z @17625 NONAME ?SetRawCodec@OpalVoipBlasterDevice@@UAEHI@Z @29817 NONAME ?SetReadCodec@OpalLineInterfaceDevice@@UAEHIW4PayloadTypes@RTP_DataFrame@@@Z @16840 NONAME ?SetReadFormat@OpalIxJDevice@@UAEHIABVOpalMediaFormat@@@Z @20632 NONAME ?SetReadFormat@OpalVoipBlasterDevice@@UAEHIABVOpalMediaFormat@@@Z @29818 NONAME ?SetReadFrameSize@OpalIxJDevice@@UAEHIH@Z @17517 NONAME ?SetReadFrameSize@OpalLineInterfaceDevice@@UAEHIH@Z @16842 NONAME ?SetReadFrameSize@OpalVoipBlasterDevice@@UAEHIH@Z @29819 NONAME ?SetRecordVolume@OpalIxJDevice@@UAEHII@Z @16845 NONAME ?SetRecordVolume@OpalLineInterfaceDevice@@UAEHII@Z @16846 NONAME ?SetRecordVolume@OpalVoipBlasterDevice@@UAEHII@Z @29820 NONAME ?SetRedirectingNumber@Q931@@QAEXABVPString@@IIHHH@Z @29199 NONAME ?SetRejectReason@H323GatekeeperARQ@@UAEXI@Z @30485 NONAME ?SetRejectReason@H323GatekeeperBRQ@@UAEXI@Z @30486 NONAME ?SetRejectReason@H323GatekeeperDRQ@@UAEXI@Z @30487 NONAME ?SetRejectReason@H323GatekeeperGRQ@@UAEXI@Z @30488 NONAME ?SetRejectReason@H323GatekeeperIRR@@UAEXI@Z @30655 NONAME ?SetRejectReason@H323GatekeeperLRQ@@UAEXI@Z @30489 NONAME ?SetRejectReason@H323GatekeeperRRQ@@UAEXI@Z @30490 NONAME ?SetRejectReason@H323GatekeeperURQ@@UAEXI@Z @30491 NONAME ?SetRejectReason@H501AccessRequest@@UAEXI@Z @37725 NONAME ?SetRejectReason@H501DescriptorUpdate@@UAEXI@Z @37726 NONAME ?SetRejectReason@H501ServiceRequest@@UAEXI@Z @37727 NONAME ?SetRemotCallWaiting@H323Connection@@QAEXI@Z @30099 NONAME ?SetRemoteAddress@H323TransportTCP@@UAEHABVH323TransportAddress@@@Z @16848 NONAME ?SetRemoteAddress@H323TransportUDP@@UAEHABVH323TransportAddress@@@Z @16849 NONAME ?SetRemoteApplication@H323Connection@@QAEXABVH225_EndpointType@@@Z @16986 NONAME ?SetRemoteId@H235Authenticator@@UAEXABVPString@@@Z @52950 NONAME ?SetRemotePartyInfo@H323Connection@@QAEXABVH323SignalPDU@@@Z @17166 NONAME ?SetRemoteSocketInfo@RTP_UDP@@QAEHVAddress@PIPSocket@@GH@Z @16851 NONAME ?SetRemoteVersions@H323Connection@@IAEXABVH225_ProtocolIdentifier@@@Z @30675 NONAME ?SetRemoveDTMF@OpalIxJDevice@@UAEHIH@Z @16852 NONAME ?SetRemoveDTMF@OpalLineInterfaceDevice@@UAEHIH@Z @16853 NONAME ?SetRemoveDTMF@OpalVoipBlasterDevice@@UAEHIH@Z @29821 NONAME ?SetRtpIpPorts@H323EndPoint@@QAEXII@Z @30274 NONAME ?SetRxStatisticsInterval@RTP_Session@@QAEXI@Z @30275 NONAME ?SetSendUserInputMode@H323Connection@@QAEXW4SendUserInputModes@1@@Z @29872 NONAME ?SetSequenceNumber@RTP_DataFrame@@QAEXG@Z @16855 NONAME ?SetSignalInfo@Q931@@QAEXW4SignalInfo@1@@Z @17183 NONAME ?SetSilenceDetectionMode@H323AudioCodec@@QAEXW4SilenceDetectionMode@1@IIII@Z @16856 NONAME ?SetSize@Encoder@@QAEXHH@Z @16857 NONAME ?SetSize@H261DCTEncoder@@UAEXHH@Z @16859 NONAME ?SetSize@H261Encoder@@MAEXHH@Z @16860 NONAME ?SetSize@H261PixelEncoder@@UAEXHH@Z @16861 NONAME ?SetSize@H323CapabilitiesSet@@UAEHH@Z @17243 NONAME ?SetSize@H323SimultaneousCapabilities@@UAEHH@Z @16863 NONAME ?SetSize@P64Encoder@@QAEXHH@Z @16865 NONAME ?SetSize@Pre_Vid_Coder@@IAEXHH@Z @16867 NONAME ?SetSize@VideoFrame@@QAEXHH@Z @16868 NONAME ?SetSoundChannelBufferDepth@H323EndPoint@@QAEXI@Z @17402 NONAME ?SetSoundChannelPlayDevice@H323EndPoint@@UAEHABVPString@@@Z @16870 NONAME ?SetSoundChannelPlayDriver@H323EndPoint@@UAEHABVPString@@@Z @52728 NONAME ?SetSoundChannelRecordDevice@H323EndPoint@@UAEHABVPString@@@Z @16871 NONAME ?SetSoundChannelRecordDriver@H323EndPoint@@UAEHABVPString@@@Z @52729 NONAME ?SetSTUNServer@H323EndPoint@@QAEXABVPString@@@Z @34882 NONAME ?SetSyncSource@RTP_DataFrame@@QAEXK@Z @16872 NONAME ?SetTargetFrameTimeMs@H323VideoCodec@@UAEHI@Z @34800 NONAME ?SetTCPPorts@H323EndPoint@@QAEXII@Z @30276 NONAME ?SetTimestamp@RTP_DataFrame@@QAEXK@Z @16873 NONAME ?SetTimestampGracePeriod@H235Authenticator@@UAEXH@Z @53019 NONAME ?SetToneFilter@OpalLineInterfaceDevice@@UAEHIW4CallProgressTones@1@ABVPString@@@Z @28391 NONAME ?SetToneFilterParameters@OpalIxJDevice@@UAEHIW4CallProgressTones@OpalLineInterfaceDevice@@IIHPBI1@Z @28392 NONAME ?SetToneFilterParameters@OpalLineInterfaceDevice@@UAEHIW4CallProgressTones@1@IIHPBI1@Z @28393 NONAME ?SetToolName@RTP_Session@@QAEXABVPString@@@Z @31766 NONAME ?SetTransport@H323Transactor@@QAEHABVH323TransportAddress@@@Z @37525 NONAME ?SetTransport@OpalT38Protocol@@QAEXPAVH323Transport@@H@Z @30222 NONAME ?SetTxFramesInPacket@H323AudioCapability@@UAEXI@Z @16874 NONAME ?SetTxFramesInPacket@H323Capability@@UAEXI@Z @16875 NONAME ?SetTxMaxQuality@H323PluginVideoCodec@@UAEXH@Z @50504 NONAME ?SetTxMaxQuality@H323VideoCodec@@UAEXH@Z @34801 NONAME ?SetTxMaxQuality@H323_H261Codec@@UAEXH@Z @34802 NONAME ?SetTxMaxQuality@H323_RFC2190_H263Codec@@UAEXH@Z @53922 NONAME ?SetTxMinQuality@H323PluginVideoCodec@@UAEXH@Z @50505 NONAME ?SetTxMinQuality@H323VideoCodec@@UAEXH@Z @34803 NONAME ?SetTxMinQuality@H323_H261Codec@@UAEXH@Z @34804 NONAME ?SetTxMinQuality@H323_RFC2190_H263Codec@@UAEXH@Z @53923 NONAME ?SetTxQualityLevel@H323AudioCodec@@UAEXH@Z @53372 NONAME ?SetTxQualityLevel@H323PluginFramedAudioCodec@@UAEXH@Z @53373 NONAME ?SetTxQualityLevel@H323PluginVideoCodec@@UAEXH@Z @50506 NONAME ?SetTxQualityLevel@H323StreamedPluginAudioCodec@@UAEXH@Z @53374 NONAME ?SetTxQualityLevel@H323VideoCodec@@UAEXH@Z @17456 NONAME ?SetTxQualityLevel@H323_H261Codec@@UAEXH@Z @29293 NONAME ?SetTxQualityLevel@H323_RFC2190_H263Codec@@UAEXH@Z @53924 NONAME ?SetTxStatisticsInterval@RTP_Session@@QAEXI@Z @30277 NONAME ?SetUDPPorts@H323EndPoint@@QAEXII@Z @30667 NONAME ?SetUpCallSignalAddresses@H323Transactor@@IAEHAAVH225_ArrayOf_TransportAddress@@@Z @35056 NONAME ?SetupGatekeeperRequest@H323Gatekeeper@@IAEIAAVH323RasPDU@@@Z @29236 NONAME ?SetupTransfer@H323EndPoint@@UAEPAVH323Connection@@ABVPString@@00AAV3@PAX@Z @29713 NONAME ?SetUpTransportPDU@H323ListenerTCP@@UAEHAAVH245_TransportAddress@@ABVH323Transport@@@Z @31193 NONAME ?SetUpTransportPDU@H323Transport@@UBEXAAVH225_TransportAddress@@H@Z @16877 NONAME ?SetUpTransportPDU@H323Transport@@UBEXAAVH245_TransportAddress@@I@Z @16878 NONAME ?SetUpTransportPDU@H323TransportIP@@UBEXAAVH225_TransportAddress@@H@Z @16879 NONAME ?SetUpTransportPDU@H323TransportIP@@UBEXAAVH245_TransportAddress@@I@Z @16880 NONAME ?SetUsageInfo@H323GatekeeperCall@@IAEXABVH225_RasUsageInformation@@@Z @31653 NONAME ?SetUserData@RTP_Session@@QAEXPAVRTP_UserData@@@Z @16881 NONAME ?SetUUIEsRequested@H323Connection@@QAEXI@Z @29177 NONAME ?SetVAD@OpalIxJDevice@@UAEHIH@Z @17642 NONAME ?SetVAD@OpalLineInterfaceDevice@@UAEHIH@Z @17643 NONAME ?SetVAD@OpalVoipBlasterDevice@@UAEHIH@Z @29822 NONAME ?SetValue@PASN_BMPString@@QAEXABV1@@Z @28791 NONAME ?SetValue@PASN_BMPString@@QAEXABV?$PScalarArray@G@@@Z @38004 NONAME ?SetValue@PASN_BMPString@@QAEXABVPString@@@Z @16882 NONAME ?SetValue@PASN_BMPString@@QAEXPBD@Z @28792 NONAME ?SetValue@PASN_Boolean@@QAEXH@Z @22107 NONAME ?SetValue@PASN_ConstrainedString@@QAEXABVPString@@@Z @16883 NONAME ?SetValue@PASN_ConstrainedString@@QAEXPBD@Z @22289 NONAME ?SetValue@PASN_Enumeration@@QAEXI@Z @16884 NONAME ?SetValue@PASN_Integer@@QAEXI@Z @16885 NONAME ?SetValue@PASN_OctetString@@QAEXABVPBYTEArray@@@Z @16886 NONAME ?SetValue@PASN_OctetString@@QAEXABVPString@@@Z @16887 NONAME ?SetValue@PASN_OctetString@@QAEXPBD@Z @16888 NONAME ?SetVendorIdentifierInfo@H323EndPoint@@UBEXAAVH225_VendorIdentifier@@@Z @16889 NONAME ?SetVideoMode@H323_RFC2190_H263Codec@@UAEXI@Z @53925 NONAME ?SetWinkDuration@OpalIxJDevice@@UAEHII@Z @38017 NONAME ?SetWinkDuration@OpalLineInterfaceDevice@@UAEHII@Z @38011 NONAME ?SetWriteCodec@OpalLineInterfaceDevice@@UAEHIW4PayloadTypes@RTP_DataFrame@@@Z @16894 NONAME ?SetWriteFormat@OpalIxJDevice@@UAEHIABVOpalMediaFormat@@@Z @20634 NONAME ?SetWriteFormat@OpalVoipBlasterDevice@@UAEHIABVOpalMediaFormat@@@Z @29823 NONAME ?SetWriteFrameSize@OpalIxJDevice@@UAEHIH@Z @17518 NONAME ?SetWriteFrameSize@OpalLineInterfaceDevice@@UAEHIH@Z @16896 NONAME ?SetWriteFrameSize@OpalVoipBlasterDevice@@UAEHIH@Z @29824 NONAME ?ShouldClearCallOnRoundTripFail@H323EndPoint@@QBEHXZ @16898 NONAME ?Signal@H323ConnectionsCleaner@@QAEXXZ @16899 NONAME ?size@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QBEIXZ @52951 NONAME ?size@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QBEIXZ @52291 NONAME ?size@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEIXZ @52952 NONAME ?size@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEIXZ @52055 NONAME ?size@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEIXZ @52653 NONAME ?size@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEIXZ @52056 NONAME ?size@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEIXZ @52057 NONAME ?SlowHandler@H323Transaction@@MAEXAAVPThread@@H@Z @37728 NONAME ?Start@H245NegMasterSlaveDetermination@@QAEHH@Z @20711 NONAME ?Start@H245NegTerminalCapabilitySet@@QAEHHH@Z @24344 NONAME ?Start@H323BidirectionalChannel@@UAEHXZ @17552 NONAME ?Start@H323UnidirectionalChannel@@UAEHXZ @17553 NONAME ?Start@H323_ExternalRTPChannel@@UAEHXZ @29666 NONAME ?StartChannel@H323Transactor@@UAEHXZ @37442 NONAME ?StartciTimer@H45011Handler@@QAEXVPTimeInterval@@@Z @30790 NONAME ?StartControlChannel@H323Connection@@UAEHABVH225_TransportAddress@@@Z @16906 NONAME ?StartControlChannel@H323Connection@@UAEHXZ @29302 NONAME ?StartControlChannel@H323Transport@@UAEXAAVH323Connection@@@Z @17572 NONAME ?StartControlNegotiations@H323Connection@@UAEHH@Z @52985 NONAME ?StartctTimer@H4502Handler@@QAEXVPTimeInterval@@@Z @29714 NONAME ?StartDiscovery@H323Gatekeeper@@IAEHABVH323TransportAddress@@@Z @17519 NONAME ?StartListener@H323EndPoint@@QAEHABVH323TransportAddress@@@Z @17563 NONAME ?StartListener@H323EndPoint@@QAEHPAVH323Listener@@@Z @16908 NONAME ?StartListeners@H323EndPoint@@QAEHABVH323TransportAddressArray@@@Z @31262 NONAME ?StartRequest@H245NegRequestMode@@UAEHABVH245_ArrayOf_ModeDescription@@@Z @29623 NONAME ?StartRequest@H245NegRequestMode@@UAEHABVPString@@@Z @29624 NONAME ?StartRequest@H245NegRoundTripDelay@@QAEHXZ @16910 NONAME ?StartRoundTripDelay@H323Connection@@QAEXXZ @16911 NONAME ?StateNames@H245NegLogicalChannel@@1QBQBDB @16912 NONAME ?StateNames@H245NegMasterSlaveDetermination@@1QBQBDB @16913 NONAME ?StateNames@H245NegTerminalCapabilitySet@@1QBQBDB @16914 NONAME ?StatusHandler@OpalVoipBlasterDevice@@UAEXAAVPThread@@H@Z @29825 NONAME ?StatusNames@H245NegMasterSlaveDetermination@@1QBQBDB @16915 NONAME ?Stop@H245NegMasterSlaveDetermination@@QAEXXZ @17422 NONAME ?Stop@H245NegTerminalCapabilitySet@@QAEXXZ @17423 NONAME ?StopAudio@OpalLineInterfaceDevice@@UAEHI@Z @37127 NONAME ?StopChannel@H323Transactor@@UAEXXZ @37948 NONAME ?StopciTimer@H45011Handler@@QAEXXZ @30791 NONAME ?StopctTimer@H4502Handler@@QAEXXZ @29715 NONAME ?StopRawCodec@OpalIxJDevice@@UAEHI@Z @17626 NONAME ?StopRawCodec@OpalLineInterfaceDevice@@UAEHI@Z @17627 NONAME ?StopRawCodec@OpalVoipBlasterDevice@@UAEHI@Z @29826 NONAME ?StopReadCodec@OpalIxJDevice@@UAEHI@Z @16918 NONAME ?StopReadCodec@OpalLineInterfaceDevice@@UAEHI@Z @16919 NONAME ?StopReadCodec@OpalVoipBlasterDevice@@UAEHI@Z @29827 NONAME ?StopTone@OpalIxJDevice@@UAEHI@Z @16921 NONAME ?StopTone@OpalLineInterfaceDevice@@UAEHI@Z @16922 NONAME ?StopTone@OpalVoipBlasterDevice@@UAEHI@Z @29828 NONAME ?StopWriteCodec@OpalIxJDevice@@UAEHI@Z @16923 NONAME ?StopWriteCodec@OpalLineInterfaceDevice@@UAEHI@Z @16924 NONAME ?StopWriteCodec@OpalVoipBlasterDevice@@UAEHI@Z @29829 NONAME ?Store@H263Packet@@QAEXPAXH0H@Z @53926 NONAME ?StoreOnePacket@Transmitter@@QAEXPAUpktbuf@1@@Z @16926 NONAME ?SubTypeNames@H323_UserInputCapability@@2QBQBDB @29884 NONAME ?suppress@Pre_Vid_Coder@@IAEXPBE@Z @16927 NONAME ?swap@FullP64Decoder@@IAEXXZ @16928 NONAME ?SwapChannel@H323Codec@@UAEPAVPChannel@@PAV2@H@Z @38288 NONAME ?SwapHoldMediaChannels@H323Connection@@AAEPAVPChannel@@PAV2@@Z @29716 NONAME ?sync@FullP64Decoder@@MAEXXZ @16929 NONAME ?sync@P64Decoder@@UAEXXZ @16930 NONAME ?TickleMonitor@H323Gatekeeper@@MAEXAAVPTimer@@H@Z @30583 NONAME ?TickleMonitor@H323PeerElement@@MAEXAAVPTimer@@H@Z @35060 NONAME ?TransferCall@H323Connection@@QAEXABVPString@@0@Z @30100 NONAME ?TransferCall@H323EndPoint@@QAEXABVPString@@00@Z @30101 NONAME ?TransferCall@H4502Handler@@QAEXABVPString@@0@Z @30102 NONAME ?TranslateAliasAddress@H323GatekeeperCall@@UAEHABVH225_AliasAddress@@AAVH225_ArrayOf_AliasAddress@@AAVH323TransportAddress@@AAH@Z @52336 NONAME ?TranslateAliasAddress@H323GatekeeperServer@@UAEHABVH225_AliasAddress@@AAVH225_ArrayOf_AliasAddress@@AAVH323TransportAddress@@AAHPAVH323GatekeeperCall@@@Z @52989 NONAME ?TranslateAliasAddressToSignalAddress@H323GatekeeperServer@@UAEHABVH225_AliasAddress@@AAVH323TransportAddress@@@Z @28599 NONAME ?TranslateTCPAddress@H323EndPoint@@UAEXAAVAddress@PIPSocket@@ABV23@@Z @20481 NONAME ?Transmit@H323_ExternalRTPChannel@@UAEXXZ @29667 NONAME ?Transmit@H323_RTPChannel@@UAEXXZ @16931 NONAME ?Transmit@H323_T120Channel@@UAEXXZ @28330 NONAME ?Transmit@H323_T38Channel@@UAEXXZ @28388 NONAME ?TransmitEnded@OpalRFC2833@@MAEXAAVPTimer@@H@Z @29957 NONAME ?TransmitPacket@OpalRFC2833@@MAEXAAVRTP_DataFrame@@H@Z @29958 NONAME ?TryLock@H323Connection@@QAEHXZ @29345 NONAME ?uLawConverter@@3V?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@A @52292 NONAME ?Unlock@H323Connection@@QAEXXZ @16932 NONAME ?Unregister@?$PFactory@VOpalMediaFormat@@VPString@@@@SAXABVPString@@@Z @53269 NONAME ?Unregister@H323RegisteredEndPoint@@UAEHH@Z @31485 NONAME ?UnregisterAll@?$PFactory@VH323Capability@@VPString@@@@SAXXZ @52058 NONAME ?UnregisterAll@?$PFactory@VOpalMediaFormat@@VPString@@@@SAXXZ @52059 NONAME ?UnregisterAll_Internal@?$PFactory@VH323Capability@@VPString@@@@IAEXXZ @52060 NONAME ?UnregisterAll_Internal@?$PFactory@VOpalMediaFormat@@VPString@@@@IAEXXZ @52061 NONAME ?UnregisterCodecs@H323PluginCodecManager@@IAEXIPAX@Z @50647 NONAME ?Unregister_Internal@?$PFactory@VOpalMediaFormat@@VPString@@@@IAEXABVPString@@@Z @53270 NONAME ?UnregistrationRequest@H323Gatekeeper@@QAEHH@Z @16933 NONAME ?UnregistrationRequest@H323GatekeeperListener@@QAEHABVH323RegisteredEndPoint@@I@Z @31486 NONAME ?UpdateAllDescriptors@H323PeerElement@@MAEXAAVPThread@@H@Z @37511 NONAME ?UpdateDescriptor@H323PeerElement@@QAEHPAVH323PeerElementDescriptor@@@Z @37512 NONAME ?UpdateDescriptor@H323PeerElement@@QAEHPAVH323PeerElementDescriptor@@W4Choices@H501_UpdateInformation_updateType@@@Z @37513 NONAME ?upper_bound@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@ABVPString@@@Z @53271 NONAME ?UseBandwidth@H323Connection@@QAEHIH@Z @16934 NONAME ?UseGatekeeper@H323EndPoint@@QAEHABVPString@@00@Z @31490 NONAME ?UseGkAndEpIdentifiers@H235Authenticator@@UBEHXZ @29180 NONAME ?UseGkAndEpIdentifiers@H235AuthProcedure1@@UBEHXZ @29181 NONAME ?UseSession@H323Connection@@UAEPAVRTP_Session@@IABVH245_TransportAddress@@W4Directions@H323Channel@@PAVRTP_QOS@@@Z @38289 NONAME ?UseSession@RTP_SessionManager@@QAEPAVRTP_Session@@I@Z @16936 NONAME ?Validate@H323TransactionPDU@@QBE?AW4ValidationResult@H235Authenticator@@ABVPASN_Array@@I0I@Z @37729 NONAME ?Validate@H323TransportAddress@@IAEXXZ @16937 NONAME ?ValidateClearToken@H235AuthCAT@@UAE?AW4ValidationResult@H235Authenticator@@ABVH235_ClearToken@@@Z @34849 NONAME ?ValidateClearToken@H235Authenticator@@UAE?AW4ValidationResult@1@ABVH235_ClearToken@@@Z @34850 NONAME ?ValidateCryptoToken@H235Authenticator@@UAE?AW4ValidationResult@1@ABVH225_CryptoH323Token@@ABVPBYTEArray@@@Z @34851 NONAME ?ValidateCryptoToken@H235AuthProcedure1@@UAE?AW4ValidationResult@H235Authenticator@@ABVH225_CryptoH323Token@@ABVPBYTEArray@@@Z @34852 NONAME ?ValidateCryptoToken@H235AuthSimpleMD5@@UAE?AW4ValidationResult@H235Authenticator@@ABVH225_CryptoH323Token@@ABVPBYTEArray@@@Z @34853 NONAME ?ValidatePDU@H235Authenticators@@QBE?AW4ValidationResult@H235Authenticator@@ABVH323TransactionPDU@@ABVPASN_Array@@I1IABVPBYTEArray@@@Z @37730 NONAME ?ValidatePDU@H323GatekeeperARQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @34855 NONAME ?ValidatePDU@H323GatekeeperBRQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @34856 NONAME ?ValidatePDU@H323GatekeeperDRQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @34857 NONAME ?ValidatePDU@H323GatekeeperGRQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @34858 NONAME ?ValidatePDU@H323GatekeeperIRR@@UBE?AW4ValidationResult@H235Authenticator@@XZ @34859 NONAME ?ValidatePDU@H323GatekeeperLRQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @34860 NONAME ?ValidatePDU@H323GatekeeperRRQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @34861 NONAME ?ValidatePDU@H323GatekeeperURQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @34862 NONAME ?ValidatePDU@H501Transaction@@UBE?AW4ValidationResult@H235Authenticator@@XZ @37731 NONAME ?ValidateTokens@H235Authenticator@@UAE?AW4ValidationResult@1@ABVPASN_Array@@0ABVPBYTEArray@@@Z @37732 NONAME ?WaitForTone@OpalLineInterfaceDevice@@UAEHIW4CallProgressTones@1@I@Z @16938 NONAME ?WaitForToneDetect@OpalLineInterfaceDevice@@UAEIII@Z @17616 NONAME ?width@P64Decoder@@QBEHXZ @16941 NONAME ?Write@G7231_File_Codec@@UAEHPBEIABVRTP_DataFrame@@AAI@Z @31168 NONAME ?Write@H323FramedAudioCodec@@UAEHPBEIABVRTP_DataFrame@@AAI@Z @16942 NONAME ?Write@H323PluginVideoCodec@@UAEHPBEIABVRTP_DataFrame@@AAI@Z @50508 NONAME ?Write@H323SignalPDU@@QAEHAAVH323Transport@@@Z @16944 NONAME ?Write@H323TransactionPDU@@UAEHAAVH323Transport@@@Z @35062 NONAME ?Write@H323_H261Codec@@UAEHPBEIABVRTP_DataFrame@@AAI@Z @16945 NONAME ?Write@H323_LIDCodec@@UAEHPBEIABVRTP_DataFrame@@AAI@Z @16946 NONAME ?Write@H323_RFC2190_H263Codec@@UAEHPBEIABVRTP_DataFrame@@AAI@Z @53927 NONAME ?Write@OpalLineChannel@@UAEHPBXH@Z @16947 NONAME ?Write@PWAVFileConverterXLaw@@UAEHAAVPWAVFile@@PBXH@Z @52293 NONAME ?Write@T120ConnectPDU@@QAEHAAVH323Transport@@@Z @30030 NONAME ?Write@T120_X224@@QAEHAAVH323Transport@@@Z @30031 NONAME ?WriteBlock@OpalLineInterfaceDevice@@UAEHIPBXH@Z @17576 NONAME ?WriteCommand@VoipBlasterInterface@@QAEHW4Command@1@@Z @29830 NONAME ?WriteControl@RTP_UDP@@UAEHAAVRTP_ControlFrame@@@Z @16948 NONAME ?WriteControlPDU@H323Connection@@QAEHABVH323ControlPDU@@@Z @16949 NONAME ?WriteData@OpalT38Protocol@@UAEHIIABVPBYTEArray@@@Z @34568 NONAME ?WriteData@RTP_UDP@@UAEHAAVRTP_DataFrame@@@Z @16950 NONAME ?WriteData@VoipBlasterInterface@@QAEHPBXH@Z @29831 NONAME ?WriteFacilityPDU@H450ServiceAPDU@@QAEHAAVH323Connection@@@Z @29092 NONAME ?WriteFrame@OpalIxJDevice@@UAEHIPBXHAAH@Z @17622 NONAME ?WriteFrame@OpalVoipBlasterDevice@@UAEHIPBXHAAH@Z @29832 NONAME ?WriteIndicator@OpalT38Protocol@@UAEHI@Z @34569 NONAME ?WriteMultipleData@OpalT38Protocol@@UAEHIHPAIPBVPBYTEArray@@@Z @34570 NONAME ?WriteNextCompound@RTP_ControlFrame@@QAEHXZ @30668 NONAME ?WritePacket@OpalT38Protocol@@UAEHABVT38_IFPPacket@@@Z @34571 NONAME ?WritePDU@H323GatekeeperRequest@@UAEHAAVH323TransactionPDU@@@Z @37733 NONAME ?WritePDU@H323Transaction@@UAEHAAVH323TransactionPDU@@@Z @37734 NONAME ?WritePDU@H323Transactor@@UAEHAAVH323TransactionPDU@@@Z @37443 NONAME ?WritePDU@H323TransportTCP@@UAEHABVPBYTEArray@@@Z @16954 NONAME ?WritePDU@H323TransportUDP@@UAEHABVPBYTEArray@@@Z @16955 NONAME ?WritePipe@VoipBlasterInterface@@IAEHPAXPBXK@Z @29833 NONAME ?WriteRaw@H323Codec@@QAEHPAXH@Z @29980 NONAME ?WriteSignalPDU@H323Connection@@QAEHAAVH323SignalPDU@@@Z @16956 NONAME ?WriteTo@H323Transactor@@UAEHAAVH323TransactionPDU@@ABVH323TransportAddressArray@@H@Z @37444 NONAME ?_Buy@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@IAE_NI@Z @52953 NONAME ?_Buynode@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@PAU342@00ABU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@D@Z @52294 NONAME ?_Buynode@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@XZ @52295 NONAME ?_Buynode@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@00ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@D@Z @52954 NONAME ?_Buynode@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @52955 NONAME ?_Buynode@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@00ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@D@Z @52062 NONAME ?_Buynode@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @52063 NONAME ?_Buynode@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @52064 NONAME ?_Buynode@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@00ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@D@Z @52654 NONAME ?_Buynode@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @52655 NONAME ?_Buynode@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@00ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@D@Z @52065 NONAME ?_Buynode@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @52066 NONAME ?_Buynode@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@00ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@2@D@Z @52067 NONAME ?_Color@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@KAAADPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@@Z @52296 NONAME ?_Color@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAADPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52956 NONAME ?_Color@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAADPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52068 NONAME ?_Color@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAADPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52069 NONAME ?_Color@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAADPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52656 NONAME ?_Color@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAADPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52070 NONAME ?_Dec@const_iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAEXXZ @52297 NONAME ?_Dec@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @52957 NONAME ?_Dec@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @52071 NONAME ?_Dec@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @52657 NONAME ?_Dec@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @52072 NONAME ?_Dec@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @52073 NONAME ?_Destroy@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@IAEXPAULookupRecord@@0@Z @52958 NONAME ?_Erase@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@@Z @52298 NONAME ?_Erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52959 NONAME ?_Erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52074 NONAME ?_Erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52075 NONAME ?_Erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52658 NONAME ?_Erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52076 NONAME ?_Inc@const_iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAEXXZ @52299 NONAME ?_Inc@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @52960 NONAME ?_Inc@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @52077 NONAME ?_Inc@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @52078 NONAME ?_Inc@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @52659 NONAME ?_Inc@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @52079 NONAME ?_Init@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAEXXZ @52300 NONAME ?_Init@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXXZ @52961 NONAME ?_Init@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXXZ @52080 NONAME ?_Init@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXXZ @52081 NONAME ?_Init@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXXZ @52660 NONAME ?_Init@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXXZ @52082 NONAME ?_Insert@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAE?AViterator@12@_NPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@ABU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@Z @52301 NONAME ?_Insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE?AViterator@12@_NPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@@Z @52962 NONAME ?_Insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE?AViterator@12@_NPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@@Z @52083 NONAME ?_Insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE?AViterator@12@_NPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@@Z @52661 NONAME ?_Insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE?AViterator@12@_NPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@@Z @52084 NONAME ?_Insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE?AViterator@12@_NPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@2@@Z @52085 NONAME ?_Insert_n@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@IAEXViterator@12@IABULookupRecord@@@Z @52963 NONAME ?_Isnil@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@KAAADPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@@Z @52302 NONAME ?_Isnil@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAADPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52964 NONAME ?_Isnil@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAADPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52086 NONAME ?_Isnil@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAADPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52087 NONAME ?_Isnil@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAADPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52662 NONAME ?_Isnil@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAADPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52088 NONAME ?_Key@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@KAABIPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@@Z @52303 NONAME ?_Key@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAABVPString@@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52965 NONAME ?_Key@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAABVPString@@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52089 NONAME ?_Key@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAABVPString@@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52090 NONAME ?_Key@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAABVPString@@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52663 NONAME ?_Key@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAABVPString@@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52091 NONAME ?_Kfn@?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@SAABIABU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@Z @52304 NONAME ?_Kfn@?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@SAABVPString@@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@@Z @52966 NONAME ?_Kfn@?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@SAABVPString@@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@@Z @52092 NONAME ?_Kfn@?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@SAABVPString@@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@2@@Z @52093 NONAME ?_Kfn@?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@SAABVPString@@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@@Z @52664 NONAME ?_Kfn@?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@SAABVPString@@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@@Z @52094 NONAME ?_Lbound@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@ABI@Z @52305 NONAME ?_Lbound@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@ABVPString@@@Z @52967 NONAME ?_Lbound@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@ABVPString@@@Z @52095 NONAME ?_Lbound@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@ABVPString@@@Z @52096 NONAME ?_Lbound@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@ABVPString@@@Z @52665 NONAME ?_Lbound@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@ABVPString@@@Z @52097 NONAME ?_Left@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@PAU342@@Z @52306 NONAME ?_Left@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @52968 NONAME ?_Left@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @52098 NONAME ?_Left@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @52099 NONAME ?_Left@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @52666 NONAME ?_Left@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @52100 NONAME ?_Lmost@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@XZ @52307 NONAME ?_Lmost@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @52969 NONAME ?_Lmost@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @52101 NONAME ?_Lmost@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @52102 NONAME ?_Lmost@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @52667 NONAME ?_Lmost@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @52103 NONAME ?_Lrotate@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@@Z @52308 NONAME ?_Lrotate@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52970 NONAME ?_Lrotate@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52104 NONAME ?_Lrotate@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52105 NONAME ?_Lrotate@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52668 NONAME ?_Lrotate@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52106 NONAME ?_Max@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@KAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@PAU342@@Z @52309 NONAME ?_Max@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @52971 NONAME ?_Max@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @52107 NONAME ?_Max@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @52108 NONAME ?_Max@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @52669 NONAME ?_Max@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @52109 NONAME ?_Min@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@KAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@PAU342@@Z @52310 NONAME ?_Min@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @52972 NONAME ?_Min@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @52110 NONAME ?_Min@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @52111 NONAME ?_Min@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @52670 NONAME ?_Min@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @52112 NONAME ?_Mynode@const_iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@3@XZ @52311 NONAME ?_Mynode@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@3@XZ @52973 NONAME ?_Mynode@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@3@XZ @52113 NONAME ?_Mynode@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@3@XZ @52114 NONAME ?_Mynode@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@3@XZ @52671 NONAME ?_Mynode@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@3@XZ @52115 NONAME ?_Myval@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@KAAAU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@@Z @52312 NONAME ?_Myval@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52974 NONAME ?_Myval@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52116 NONAME ?_Myval@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@2@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52117 NONAME ?_Myval@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52672 NONAME ?_Myval@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52118 NONAME ?_Parent@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@PAU342@@Z @52313 NONAME ?_Parent@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @52975 NONAME ?_Parent@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @52119 NONAME ?_Parent@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @52120 NONAME ?_Parent@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @52673 NONAME ?_Parent@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @52121 NONAME ?_Right@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@PAU342@@Z @52314 NONAME ?_Right@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @52976 NONAME ?_Right@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @52122 NONAME ?_Right@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @52123 NONAME ?_Right@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @52674 NONAME ?_Right@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @52124 NONAME ?_Rmost@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@XZ @52315 NONAME ?_Rmost@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @52977 NONAME ?_Rmost@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @52125 NONAME ?_Rmost@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @52126 NONAME ?_Rmost@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @52675 NONAME ?_Rmost@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @52127 NONAME ?_Root@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@XZ @52316 NONAME ?_Root@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IBEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@XZ @52317 NONAME ?_Root@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @52978 NONAME ?_Root@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IBEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @52979 NONAME ?_Root@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @52128 NONAME ?_Root@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IBEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @52129 NONAME ?_Root@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @52130 NONAME ?_Root@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IBEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @52131 NONAME ?_Root@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @52676 NONAME ?_Root@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IBEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @52677 NONAME ?_Root@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @52132 NONAME ?_Root@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IBEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @52133 NONAME ?_Rrotate@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@@Z @52318 NONAME ?_Rrotate@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52980 NONAME ?_Rrotate@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52134 NONAME ?_Rrotate@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52135 NONAME ?_Rrotate@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52678 NONAME ?_Rrotate@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @52136 NONAME ?_Tidy@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@IAEXXZ @52981 NONAME ?_Tidy@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAEXXZ @52319 NONAME ?_Tidy@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXXZ @52982 NONAME ?_Tidy@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXXZ @52137 NONAME ?_Tidy@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXXZ @52138 NONAME ?_Tidy@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXXZ @52679 NONAME ?_Tidy@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXXZ @52139 NONAME ?_Ubound@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@ABVPString@@@Z @53272 NONAME ?_Ufill@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@IAEPAULookupRecord@@PAU3@IABU3@@Z @52983 NONAME ?_Xlen@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@IBEXXZ @52984 NONAME openh323_v1_18_0/src/OpenH323n.dtf0100644000176200056700000667352710277314046016573 0ustar releasepostincrLIBRARY OpenH323n EXPORTS ??0?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@QAE@ABV0@@Z @12365 NONAME ??0?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @12366 NONAME ??0?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@QAE@ABV0@@Z @12367 NONAME ??0?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@QAE@IW4TagClass@PASN_Object@@@Z @12368 NONAME ??0?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@QAE@ABV0@@Z @12369 NONAME ??0?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @12370 NONAME ??0?$H235_HASHED@VH235_EncodedGeneralToken@@@@QAE@ABV0@@Z @12371 NONAME ??0?$H235_HASHED@VH235_EncodedGeneralToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @12372 NONAME ??0?$H235_HASHED@VH235_EncodedPwdCertToken@@@@QAE@ABV0@@Z @12373 NONAME ??0?$H235_HASHED@VH235_EncodedPwdCertToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @12374 NONAME ??0?$H235_SIGNED@VH225_EncodedFastStartToken@@@@QAE@ABV0@@Z @12375 NONAME ??0?$H235_SIGNED@VH225_EncodedFastStartToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @12376 NONAME ??0?$H235_SIGNED@VH235_EncodedGeneralToken@@@@QAE@ABV0@@Z @12377 NONAME ??0?$H235_SIGNED@VH235_EncodedGeneralToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @12378 NONAME ??0?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@QAE@ABV0@@Z @12379 NONAME ??0?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@QAE@IW4TagClass@PASN_Object@@@Z @12380 NONAME ??0?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@QAE@ABV0@@Z @12381 NONAME ??0?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @12382 NONAME ??0?$H235_SIGNED@VH235_EncodedReturnSig@@@@QAE@ABV0@@Z @12383 NONAME ??0?$H235_SIGNED@VH235_EncodedReturnSig@@@@QAE@IW4TagClass@PASN_Object@@@Z @12384 NONAME ??0?$PArray@VH323TransportAddress@@@@QAE@H@Z @18152 NONAME ??0?$PBaseArray@E@@QAE@ABV0@@Z @13869 NONAME ??0?$PBaseArray@E@@QAE@PBEHH@Z @14759 NONAME ??0?$PFactory@VH235Authenticator@@VPString@@@@IAE@XZ @29990 NONAME ??0?$PFactory@VH323Capability@@VPString@@@@IAE@XZ @29193 NONAME ??0?$PFactory@VH323StaticPluginCodec@@VPString@@@@IAE@XZ @29194 NONAME ??0?$PFactory@VOpalFactoryCodec@@VPString@@@@IAE@XZ @29709 NONAME ??0?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@IAE@XZ @29991 NONAME ??0?$PFactory@VOpalMediaFormat@@VPString@@@@IAE@XZ @29195 NONAME ??0?$PFactory@VPWAVFileConverter@@I@@IAE@XZ @29628 NONAME ??0?$PList@VOpalMediaFormat@@@@QAE@XZ @29710 NONAME ??0?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@QAE@XZ @15048 NONAME ??0?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@QAE@XZ @17997 NONAME ??0?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@QAE@XZ @17998 NONAME ??0?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@QAE@XZ @15049 NONAME ??0?$PSet@VPOrdinalKey@@@@IAE@HPBV0@@Z @28587 NONAME ??0?$PSet@VPString@@@@IAE@HPBV0@@Z @28588 NONAME ??0?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@QAE@ABVPString@@_N@Z @29992 NONAME ??0?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@QAE@ABVPString@@_N@Z @29993 NONAME ??0?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@QAE@ABVPString@@_N@Z @29994 NONAME ??0?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@QAE@ABVPString@@_N@Z @29196 NONAME ??0?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @29197 NONAME ??0?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @29198 NONAME ??0?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @29199 NONAME ??0?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @29200 NONAME ??0?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @29201 NONAME ??0?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @29202 NONAME ??0?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @29203 NONAME ??0?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @29204 NONAME ??0?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @29205 NONAME ??0?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @29206 NONAME ??0?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @29207 NONAME ??0?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @29208 NONAME ??0?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @29209 NONAME ??0?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @29210 NONAME ??0?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @29211 NONAME ??0?$Worker@VHIDPluginDeviceManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@QAE@ABVPString@@_N@Z @29995 NONAME ??0?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @29212 NONAME ??0?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @29213 NONAME ??0?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @29214 NONAME ??0?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @29215 NONAME ??0?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @29216 NONAME ??0?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @29217 NONAME ??0?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @29218 NONAME ??0?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @29219 NONAME ??0?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @29220 NONAME ??0?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @29221 NONAME ??0?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @29222 NONAME ??0?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @29223 NONAME ??0?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @29224 NONAME ??0?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @29225 NONAME ??0?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @29226 NONAME ??0?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @29227 NONAME ??0?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@QAE@ABVPString@@_N@Z @29996 NONAME ??0?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@QAE@ABI_N@Z @29629 NONAME ??0?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@QAE@ABI_N@Z @29630 NONAME ??0AdmissionResponse@H323Gatekeeper@@QAE@XZ @13296 NONAME ??0AliasKey@H323PeerElement@@QAE@ABVH225_AliasAddress@@ABVOpalGloballyUniqueID@@HH@Z @18707 NONAME ??0AlternateInfo@H323Gatekeeper@@QAE@AAVH225_AlternateGK@@@Z @14399 NONAME ??0ByteQueue@OpalVoipBlasterDevice@@QAE@H@Z @13649 NONAME ??0Entry@RTP_JitterBuffer@@QAE@XZ @15082 NONAME ??0FullP64Decoder@@QAE@XZ @23 NONAME ??0G7231_File_Capability@@QAE@XZ @14478 NONAME ??0G7231_File_Codec@@QAE@W4Direction@H323Codec@@@Z @14479 NONAME ??0GCC_AlternativeNodeID@@QAE@IW4TagClass@PASN_Object@@@Z @24 NONAME ??0GCC_ApplicationInvokeIndication@@QAE@ABV0@@Z @25 NONAME ??0GCC_ApplicationInvokeIndication@@QAE@IW4TagClass@PASN_Object@@@Z @26 NONAME ??0GCC_ApplicationInvokeSpecifier@@QAE@ABV0@@Z @27 NONAME ??0GCC_ApplicationInvokeSpecifier@@QAE@IW4TagClass@PASN_Object@@@Z @28 NONAME ??0GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@QAE@IW4TagClass@PASN_Object@@@Z @29 NONAME ??0GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@QAE@ABV0@@Z @30 NONAME ??0GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @31 NONAME ??0GCC_ApplicationRecord@@QAE@ABV0@@Z @32 NONAME ??0GCC_ApplicationRecord@@QAE@IW4TagClass@PASN_Object@@@Z @33 NONAME ??0GCC_ApplicationRecord_nonCollapsingCapabilities@@QAE@IW4TagClass@PASN_Object@@@Z @34 NONAME ??0GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@QAE@ABV0@@Z @35 NONAME ??0GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @36 NONAME ??0GCC_ArrayOf_ApplicationInvokeSpecifier@@QAE@IW4TagClass@PASN_Object@@@Z @37 NONAME ??0GCC_ArrayOf_ChallengeItem@@QAE@IW4TagClass@PASN_Object@@@Z @38 NONAME ??0GCC_ArrayOf_ConferenceDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @39 NONAME ??0GCC_ArrayOf_Privilege@@QAE@IW4TagClass@PASN_Object@@@Z @40 NONAME ??0GCC_ArrayOf_TextString@@QAE@IW4TagClass@PASN_Object@@@Z @41 NONAME ??0GCC_ArrayOf_UserID@@QAE@IW4TagClass@PASN_Object@@@Z @42 NONAME ??0GCC_AsymmetryIndicator@@QAE@IW4TagClass@PASN_Object@@@Z @43 NONAME ??0GCC_CapabilityClass@@QAE@IW4TagClass@PASN_Object@@@Z @44 NONAME ??0GCC_CapabilityID@@QAE@IW4TagClass@PASN_Object@@@Z @45 NONAME ??0GCC_ChallengeItem@@QAE@ABV0@@Z @46 NONAME ??0GCC_ChallengeItem@@QAE@IW4TagClass@PASN_Object@@@Z @47 NONAME ??0GCC_ChallengeRequest@@QAE@ABV0@@Z @48 NONAME ??0GCC_ChallengeRequest@@QAE@IW4TagClass@PASN_Object@@@Z @49 NONAME ??0GCC_ChallengeResponse@@QAE@ABV0@@Z @50 NONAME ??0GCC_ChallengeResponse@@QAE@IW4TagClass@PASN_Object@@@Z @51 NONAME ??0GCC_ChallengeResponseAlgorithm@@QAE@IW4TagClass@PASN_Object@@@Z @52 NONAME ??0GCC_ChallengeResponseItem@@QAE@IW4TagClass@PASN_Object@@@Z @53 NONAME ??0GCC_ChannelID@@QAE@IW4TagClass@PASN_Object@@@Z @54 NONAME ??0GCC_ChannelType@@QAE@IW4TagClass@PASN_Object@@@Z @55 NONAME ??0GCC_ConductorAssignIndication@@QAE@ABV0@@Z @56 NONAME ??0GCC_ConductorAssignIndication@@QAE@IW4TagClass@PASN_Object@@@Z @57 NONAME ??0GCC_ConductorPermissionAskIndication@@QAE@ABV0@@Z @58 NONAME ??0GCC_ConductorPermissionAskIndication@@QAE@IW4TagClass@PASN_Object@@@Z @59 NONAME ??0GCC_ConductorPermissionGrantIndication@@QAE@ABV0@@Z @60 NONAME ??0GCC_ConductorPermissionGrantIndication@@QAE@IW4TagClass@PASN_Object@@@Z @61 NONAME ??0GCC_ConductorReleaseIndication@@QAE@IW4TagClass@PASN_Object@@@Z @62 NONAME ??0GCC_ConferenceAddRequest@@QAE@ABV0@@Z @63 NONAME ??0GCC_ConferenceAddRequest@@QAE@IW4TagClass@PASN_Object@@@Z @64 NONAME ??0GCC_ConferenceAddResponse@@QAE@ABV0@@Z @65 NONAME ??0GCC_ConferenceAddResponse@@QAE@IW4TagClass@PASN_Object@@@Z @66 NONAME ??0GCC_ConferenceAddResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @67 NONAME ??0GCC_ConferenceAssistanceIndication@@QAE@ABV0@@Z @68 NONAME ??0GCC_ConferenceAssistanceIndication@@QAE@IW4TagClass@PASN_Object@@@Z @69 NONAME ??0GCC_ConferenceCreateRequest@@QAE@ABV0@@Z @70 NONAME ??0GCC_ConferenceCreateRequest@@QAE@IW4TagClass@PASN_Object@@@Z @71 NONAME ??0GCC_ConferenceCreateResponse@@QAE@ABV0@@Z @72 NONAME ??0GCC_ConferenceCreateResponse@@QAE@IW4TagClass@PASN_Object@@@Z @73 NONAME ??0GCC_ConferenceCreateResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @74 NONAME ??0GCC_ConferenceDescriptor@@QAE@ABV0@@Z @75 NONAME ??0GCC_ConferenceDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @76 NONAME ??0GCC_ConferenceEjectUserIndication@@QAE@ABV0@@Z @77 NONAME ??0GCC_ConferenceEjectUserIndication@@QAE@IW4TagClass@PASN_Object@@@Z @78 NONAME ??0GCC_ConferenceEjectUserIndication_reason@@QAE@IW4TagClass@PASN_Object@@@Z @79 NONAME ??0GCC_ConferenceEjectUserRequest@@QAE@ABV0@@Z @80 NONAME ??0GCC_ConferenceEjectUserRequest@@QAE@IW4TagClass@PASN_Object@@@Z @81 NONAME ??0GCC_ConferenceEjectUserRequest_reason@@QAE@IW4TagClass@PASN_Object@@@Z @82 NONAME ??0GCC_ConferenceEjectUserResponse@@QAE@ABV0@@Z @83 NONAME ??0GCC_ConferenceEjectUserResponse@@QAE@IW4TagClass@PASN_Object@@@Z @84 NONAME ??0GCC_ConferenceEjectUserResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @85 NONAME ??0GCC_ConferenceInviteRequest@@QAE@ABV0@@Z @86 NONAME ??0GCC_ConferenceInviteRequest@@QAE@IW4TagClass@PASN_Object@@@Z @87 NONAME ??0GCC_ConferenceInviteResponse@@QAE@ABV0@@Z @88 NONAME ??0GCC_ConferenceInviteResponse@@QAE@IW4TagClass@PASN_Object@@@Z @89 NONAME ??0GCC_ConferenceInviteResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @90 NONAME ??0GCC_ConferenceJoinRequest@@QAE@ABV0@@Z @91 NONAME ??0GCC_ConferenceJoinRequest@@QAE@IW4TagClass@PASN_Object@@@Z @92 NONAME ??0GCC_ConferenceJoinResponse@@QAE@ABV0@@Z @93 NONAME ??0GCC_ConferenceJoinResponse@@QAE@IW4TagClass@PASN_Object@@@Z @94 NONAME ??0GCC_ConferenceJoinResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @95 NONAME ??0GCC_ConferenceLockIndication@@QAE@IW4TagClass@PASN_Object@@@Z @96 NONAME ??0GCC_ConferenceLockRequest@@QAE@IW4TagClass@PASN_Object@@@Z @97 NONAME ??0GCC_ConferenceLockResponse@@QAE@ABV0@@Z @98 NONAME ??0GCC_ConferenceLockResponse@@QAE@IW4TagClass@PASN_Object@@@Z @99 NONAME ??0GCC_ConferenceLockResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @100 NONAME ??0GCC_ConferenceName@@QAE@ABV0@@Z @101 NONAME ??0GCC_ConferenceName@@QAE@IW4TagClass@PASN_Object@@@Z @102 NONAME ??0GCC_ConferenceNameModifier@@QAE@IW4TagClass@PASN_Object@@@Z @103 NONAME ??0GCC_ConferenceNameSelector@@QAE@IW4TagClass@PASN_Object@@@Z @104 NONAME ??0GCC_ConferencePriority@@QAE@ABV0@@Z @105 NONAME ??0GCC_ConferencePriority@@QAE@IW4TagClass@PASN_Object@@@Z @106 NONAME ??0GCC_ConferencePriorityScheme@@QAE@IW4TagClass@PASN_Object@@@Z @107 NONAME ??0GCC_ConferenceQueryRequest@@QAE@ABV0@@Z @108 NONAME ??0GCC_ConferenceQueryRequest@@QAE@IW4TagClass@PASN_Object@@@Z @109 NONAME ??0GCC_ConferenceQueryResponse@@QAE@ABV0@@Z @110 NONAME ??0GCC_ConferenceQueryResponse@@QAE@IW4TagClass@PASN_Object@@@Z @111 NONAME ??0GCC_ConferenceQueryResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @112 NONAME ??0GCC_ConferenceTerminateIndication@@QAE@ABV0@@Z @113 NONAME ??0GCC_ConferenceTerminateIndication@@QAE@IW4TagClass@PASN_Object@@@Z @114 NONAME ??0GCC_ConferenceTerminateIndication_reason@@QAE@IW4TagClass@PASN_Object@@@Z @115 NONAME ??0GCC_ConferenceTerminateRequest@@QAE@ABV0@@Z @116 NONAME ??0GCC_ConferenceTerminateRequest@@QAE@IW4TagClass@PASN_Object@@@Z @117 NONAME ??0GCC_ConferenceTerminateRequest_reason@@QAE@IW4TagClass@PASN_Object@@@Z @118 NONAME ??0GCC_ConferenceTerminateResponse@@QAE@ABV0@@Z @119 NONAME ??0GCC_ConferenceTerminateResponse@@QAE@IW4TagClass@PASN_Object@@@Z @120 NONAME ??0GCC_ConferenceTerminateResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @121 NONAME ??0GCC_ConferenceTimeExtendIndication@@QAE@ABV0@@Z @122 NONAME ??0GCC_ConferenceTimeExtendIndication@@QAE@IW4TagClass@PASN_Object@@@Z @123 NONAME ??0GCC_ConferenceTimeInquireIndication@@QAE@ABV0@@Z @124 NONAME ??0GCC_ConferenceTimeInquireIndication@@QAE@IW4TagClass@PASN_Object@@@Z @125 NONAME ??0GCC_ConferenceTimeRemainingIndication@@QAE@ABV0@@Z @126 NONAME ??0GCC_ConferenceTimeRemainingIndication@@QAE@IW4TagClass@PASN_Object@@@Z @127 NONAME ??0GCC_ConferenceTransferIndication@@QAE@ABV0@@Z @128 NONAME ??0GCC_ConferenceTransferIndication@@QAE@IW4TagClass@PASN_Object@@@Z @129 NONAME ??0GCC_ConferenceTransferRequest@@QAE@ABV0@@Z @130 NONAME ??0GCC_ConferenceTransferRequest@@QAE@IW4TagClass@PASN_Object@@@Z @131 NONAME ??0GCC_ConferenceTransferResponse@@QAE@ABV0@@Z @132 NONAME ??0GCC_ConferenceTransferResponse@@QAE@IW4TagClass@PASN_Object@@@Z @133 NONAME ??0GCC_ConferenceTransferResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @134 NONAME ??0GCC_ConferenceUnlockIndication@@QAE@IW4TagClass@PASN_Object@@@Z @135 NONAME ??0GCC_ConferenceUnlockRequest@@QAE@IW4TagClass@PASN_Object@@@Z @136 NONAME ??0GCC_ConferenceUnlockResponse@@QAE@ABV0@@Z @137 NONAME ??0GCC_ConferenceUnlockResponse@@QAE@IW4TagClass@PASN_Object@@@Z @138 NONAME ??0GCC_ConferenceUnlockResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @139 NONAME ??0GCC_ConnectData@@QAE@ABV0@@Z @140 NONAME ??0GCC_ConnectData@@QAE@IW4TagClass@PASN_Object@@@Z @141 NONAME ??0GCC_ConnectGCCPDU@@QAE@IW4TagClass@PASN_Object@@@Z @142 NONAME ??0GCC_DialingString@@QAE@IW4TagClass@PASN_Object@@@Z @143 NONAME ??0GCC_DynamicChannelID@@QAE@ABV0@@Z @144 NONAME ??0GCC_DynamicChannelID@@QAE@IW4TagClass@PASN_Object@@@Z @145 NONAME ??0GCC_DynamicTokenID@@QAE@IW4TagClass@PASN_Object@@@Z @146 NONAME ??0GCC_EntityID@@QAE@IW4TagClass@PASN_Object@@@Z @147 NONAME ??0GCC_ExtraDialingString@@QAE@IW4TagClass@PASN_Object@@@Z @148 NONAME ??0GCC_FunctionNotSupportedResponse@@QAE@ABV0@@Z @149 NONAME ??0GCC_FunctionNotSupportedResponse@@QAE@IW4TagClass@PASN_Object@@@Z @150 NONAME ??0GCC_GCCPDU@@QAE@IW4TagClass@PASN_Object@@@Z @151 NONAME ??0GCC_H221NonStandardIdentifier@@QAE@ABVPBYTEArray@@@Z @18295 NONAME ??0GCC_H221NonStandardIdentifier@@QAE@ABVPString@@@Z @18296 NONAME ??0GCC_H221NonStandardIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @152 NONAME ??0GCC_H221NonStandardIdentifier@@QAE@PBD@Z @18297 NONAME ??0GCC_Handle@@QAE@IW4TagClass@PASN_Object@@@Z @153 NONAME ??0GCC_IndicationPDU@@QAE@IW4TagClass@PASN_Object@@@Z @154 NONAME ??0GCC_Key@@QAE@IW4TagClass@PASN_Object@@@Z @155 NONAME ??0GCC_NetworkAddress@@QAE@IW4TagClass@PASN_Object@@@Z @156 NONAME ??0GCC_NetworkAddress_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @157 NONAME ??0GCC_NetworkAddress_subtype_aggregatedChannel@@QAE@ABV0@@Z @158 NONAME ??0GCC_NetworkAddress_subtype_aggregatedChannel@@QAE@IW4TagClass@PASN_Object@@@Z @159 NONAME ??0GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@QAE@ABV0@@Z @160 NONAME ??0GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@QAE@IW4TagClass@PASN_Object@@@Z @161 NONAME ??0GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@QAE@ABV0@@Z @162 NONAME ??0GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@QAE@IW4TagClass@PASN_Object@@@Z @163 NONAME ??0GCC_NetworkAddress_subtype_transportConnection@@QAE@ABV0@@Z @164 NONAME ??0GCC_NetworkAddress_subtype_transportConnection@@QAE@IW4TagClass@PASN_Object@@@Z @165 NONAME ??0GCC_NodeProperties@@QAE@ABV0@@Z @166 NONAME ??0GCC_NodeProperties@@QAE@IW4TagClass@PASN_Object@@@Z @167 NONAME ??0GCC_NodeRecord@@QAE@ABV0@@Z @168 NONAME ??0GCC_NodeRecord@@QAE@IW4TagClass@PASN_Object@@@Z @169 NONAME ??0GCC_NodeType@@QAE@IW4TagClass@PASN_Object@@@Z @170 NONAME ??0GCC_NonStandardParameter@@QAE@ABV0@@Z @171 NONAME ??0GCC_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @172 NONAME ??0GCC_NonStandardPDU@@QAE@IW4TagClass@PASN_Object@@@Z @173 NONAME ??0GCC_Password@@QAE@ABV0@@Z @174 NONAME ??0GCC_Password@@QAE@IW4TagClass@PASN_Object@@@Z @175 NONAME ??0GCC_PasswordChallengeRequestResponse@@QAE@IW4TagClass@PASN_Object@@@Z @176 NONAME ??0GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@QAE@ABV0@@Z @177 NONAME ??0GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@QAE@IW4TagClass@PASN_Object@@@Z @178 NONAME ??0GCC_PasswordSelector@@QAE@IW4TagClass@PASN_Object@@@Z @179 NONAME ??0GCC_Privilege@@QAE@IW4TagClass@PASN_Object@@@Z @180 NONAME ??0GCC_RegistryAllocateHandleRequest@@QAE@ABV0@@Z @181 NONAME ??0GCC_RegistryAllocateHandleRequest@@QAE@IW4TagClass@PASN_Object@@@Z @182 NONAME ??0GCC_RegistryAllocateHandleResponse@@QAE@ABV0@@Z @183 NONAME ??0GCC_RegistryAllocateHandleResponse@@QAE@IW4TagClass@PASN_Object@@@Z @184 NONAME ??0GCC_RegistryAllocateHandleResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @185 NONAME ??0GCC_RegistryAssignTokenRequest@@QAE@ABV0@@Z @186 NONAME ??0GCC_RegistryAssignTokenRequest@@QAE@IW4TagClass@PASN_Object@@@Z @187 NONAME ??0GCC_RegistryDeleteEntryRequest@@QAE@ABV0@@Z @188 NONAME ??0GCC_RegistryDeleteEntryRequest@@QAE@IW4TagClass@PASN_Object@@@Z @189 NONAME ??0GCC_RegistryEntryOwner@@QAE@IW4TagClass@PASN_Object@@@Z @190 NONAME ??0GCC_RegistryEntryOwner_owned@@QAE@ABV0@@Z @191 NONAME ??0GCC_RegistryEntryOwner_owned@@QAE@IW4TagClass@PASN_Object@@@Z @192 NONAME ??0GCC_RegistryItem@@QAE@IW4TagClass@PASN_Object@@@Z @193 NONAME ??0GCC_RegistryKey@@QAE@ABV0@@Z @194 NONAME ??0GCC_RegistryKey@@QAE@IW4TagClass@PASN_Object@@@Z @195 NONAME ??0GCC_RegistryModificationRights@@QAE@IW4TagClass@PASN_Object@@@Z @196 NONAME ??0GCC_RegistryMonitorEntryIndication@@QAE@ABV0@@Z @197 NONAME ??0GCC_RegistryMonitorEntryIndication@@QAE@IW4TagClass@PASN_Object@@@Z @198 NONAME ??0GCC_RegistryMonitorEntryRequest@@QAE@ABV0@@Z @199 NONAME ??0GCC_RegistryMonitorEntryRequest@@QAE@IW4TagClass@PASN_Object@@@Z @200 NONAME ??0GCC_RegistryRegisterChannelRequest@@QAE@ABV0@@Z @201 NONAME ??0GCC_RegistryRegisterChannelRequest@@QAE@IW4TagClass@PASN_Object@@@Z @202 NONAME ??0GCC_RegistryResponse@@QAE@ABV0@@Z @203 NONAME ??0GCC_RegistryResponse@@QAE@IW4TagClass@PASN_Object@@@Z @204 NONAME ??0GCC_RegistryResponse_primitiveType@@QAE@IW4TagClass@PASN_Object@@@Z @205 NONAME ??0GCC_RegistryResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @206 NONAME ??0GCC_RegistryRetrieveEntryRequest@@QAE@ABV0@@Z @207 NONAME ??0GCC_RegistryRetrieveEntryRequest@@QAE@IW4TagClass@PASN_Object@@@Z @208 NONAME ??0GCC_RegistrySetParameterRequest@@QAE@ABV0@@Z @209 NONAME ??0GCC_RegistrySetParameterRequest@@QAE@IW4TagClass@PASN_Object@@@Z @210 NONAME ??0GCC_RequestPDU@@QAE@IW4TagClass@PASN_Object@@@Z @211 NONAME ??0GCC_ResponsePDU@@QAE@IW4TagClass@PASN_Object@@@Z @212 NONAME ??0GCC_RosterUpdateIndication@@QAE@ABV0@@Z @213 NONAME ??0GCC_RosterUpdateIndication@@QAE@IW4TagClass@PASN_Object@@@Z @214 NONAME ??0GCC_RosterUpdateIndication_applicationInformation@@QAE@IW4TagClass@PASN_Object@@@Z @215 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype@@QAE@ABV0@@Z @216 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @217 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@QAE@IW4TagClass@PASN_Object@@@Z @218 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@QAE@IW4TagClass@PASN_Object@@@Z @219 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@QAE@ABV0@@Z @220 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @221 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@QAE@IW4TagClass@PASN_Object@@@Z @222 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@QAE@IW4TagClass@PASN_Object@@@Z @223 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@QAE@ABV0@@Z @224 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @225 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@QAE@IW4TagClass@PASN_Object@@@Z @226 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@QAE@ABV0@@Z @227 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @228 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@QAE@IW4TagClass@PASN_Object@@@Z @229 NONAME ??0GCC_RosterUpdateIndication_nodeInformation@@QAE@ABV0@@Z @230 NONAME ??0GCC_RosterUpdateIndication_nodeInformation@@QAE@IW4TagClass@PASN_Object@@@Z @231 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@QAE@IW4TagClass@PASN_Object@@@Z @232 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@QAE@IW4TagClass@PASN_Object@@@Z @233 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@QAE@ABV0@@Z @234 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @235 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@QAE@IW4TagClass@PASN_Object@@@Z @236 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@QAE@ABV0@@Z @237 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @238 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@QAE@IW4TagClass@PASN_Object@@@Z @239 NONAME ??0GCC_SessionKey@@QAE@ABV0@@Z @240 NONAME ??0GCC_SessionKey@@QAE@IW4TagClass@PASN_Object@@@Z @241 NONAME ??0GCC_SimpleNumericString@@QAE@IW4TagClass@PASN_Object@@@Z @242 NONAME ??0GCC_SimpleTextString@@QAE@IW4TagClass@PASN_Object@@@Z @243 NONAME ??0GCC_StaticChannelID@@QAE@IW4TagClass@PASN_Object@@@Z @244 NONAME ??0GCC_StaticTokenID@@QAE@IW4TagClass@PASN_Object@@@Z @245 NONAME ??0GCC_SubAddressString@@QAE@IW4TagClass@PASN_Object@@@Z @246 NONAME ??0GCC_TerminationMethod@@QAE@IW4TagClass@PASN_Object@@@Z @247 NONAME ??0GCC_TextMessageIndication@@QAE@ABV0@@Z @248 NONAME ??0GCC_TextMessageIndication@@QAE@IW4TagClass@PASN_Object@@@Z @249 NONAME ??0GCC_TextString@@QAE@IW4TagClass@PASN_Object@@@Z @250 NONAME ??0GCC_Time@@QAE@IW4TagClass@PASN_Object@@@Z @251 NONAME ??0GCC_TokenID@@QAE@IW4TagClass@PASN_Object@@@Z @252 NONAME ??0GCC_UserData@@QAE@ABV0@@Z @253 NONAME ??0GCC_UserData@@QAE@IW4TagClass@PASN_Object@@@Z @254 NONAME ??0GCC_UserData_subtype@@QAE@ABV0@@Z @255 NONAME ??0GCC_UserData_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @256 NONAME ??0GCC_UserID@@QAE@IW4TagClass@PASN_Object@@@Z @257 NONAME ??0GCC_UserIDIndication@@QAE@ABV0@@Z @258 NONAME ??0GCC_UserIDIndication@@QAE@IW4TagClass@PASN_Object@@@Z @259 NONAME ??0H225CallThread@@QAE@AAVH323EndPoint@@AAVH323Connection@@AAVH323Transport@@ABVPString@@ABVH323TransportAddress@@@Z @261 NONAME ??0H225TransportThread@@QAE@AAVH323EndPoint@@PAVH323Transport@@@Z @12583 NONAME ??0H225_AddressPattern@@QAE@IW4TagClass@PASN_Object@@@Z @11005 NONAME ??0H225_AddressPattern_range@@QAE@ABV0@@Z @11006 NONAME ??0H225_AddressPattern_range@@QAE@IW4TagClass@PASN_Object@@@Z @11007 NONAME ??0H225_AdmissionConfirm@@QAE@ABV0@@Z @264 NONAME ??0H225_AdmissionConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @265 NONAME ??0H225_AdmissionConfirm_language@@QAE@IW4TagClass@PASN_Object@@@Z @11008 NONAME ??0H225_AdmissionReject@@QAE@ABV0@@Z @266 NONAME ??0H225_AdmissionReject@@QAE@IW4TagClass@PASN_Object@@@Z @267 NONAME ??0H225_AdmissionRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @268 NONAME ??0H225_AdmissionRequest@@QAE@ABV0@@Z @269 NONAME ??0H225_AdmissionRequest@@QAE@IW4TagClass@PASN_Object@@@Z @270 NONAME ??0H225_Alerting_UUIE@@QAE@ABV0@@Z @271 NONAME ??0H225_Alerting_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @272 NONAME ??0H225_AliasAddress@@QAE@IW4TagClass@PASN_Object@@@Z @273 NONAME ??0H225_AlternateGK@@QAE@ABV0@@Z @274 NONAME ??0H225_AlternateGK@@QAE@IW4TagClass@PASN_Object@@@Z @275 NONAME ??0H225_AlternateTransportAddresses@@QAE@ABV0@@Z @11009 NONAME ??0H225_AlternateTransportAddresses@@QAE@IW4TagClass@PASN_Object@@@Z @11010 NONAME ??0H225_AltGKInfo@@QAE@ABV0@@Z @276 NONAME ??0H225_AltGKInfo@@QAE@IW4TagClass@PASN_Object@@@Z @277 NONAME ??0H225_ANSI_41_UIM@@QAE@ABV0@@Z @11011 NONAME ??0H225_ANSI_41_UIM@@QAE@IW4TagClass@PASN_Object@@@Z @11012 NONAME ??0H225_ANSI_41_UIM_system_id@@QAE@IW4TagClass@PASN_Object@@@Z @11013 NONAME ??0H225_ArrayOf_AddressPattern@@QAE@IW4TagClass@PASN_Object@@@Z @11014 NONAME ??0H225_ArrayOf_AdmissionConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @18999 NONAME ??0H225_ArrayOf_AliasAddress@@QAE@IW4TagClass@PASN_Object@@@Z @278 NONAME ??0H225_ArrayOf_AlternateGK@@QAE@IW4TagClass@PASN_Object@@@Z @279 NONAME ??0H225_ArrayOf_AuthenticationMechanism@@QAE@IW4TagClass@PASN_Object@@@Z @280 NONAME ??0H225_ArrayOf_BandwidthDetails@@QAE@ABV0@@Z @11015 NONAME ??0H225_ArrayOf_BandwidthDetails@@QAE@IW4TagClass@PASN_Object@@@Z @11016 NONAME ??0H225_ArrayOf_CallReferenceValue@@QAE@IW4TagClass@PASN_Object@@@Z @281 NONAME ??0H225_ArrayOf_CallsAvailable@@QAE@IW4TagClass@PASN_Object@@@Z @11017 NONAME ??0H225_ArrayOf_ClearToken@@QAE@IW4TagClass@PASN_Object@@@Z @282 NONAME ??0H225_ArrayOf_ConferenceIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @284 NONAME ??0H225_ArrayOf_ConferenceList@@QAE@IW4TagClass@PASN_Object@@@Z @285 NONAME ??0H225_ArrayOf_CryptoH323Token@@QAE@IW4TagClass@PASN_Object@@@Z @287 NONAME ??0H225_ArrayOf_DataRate@@QAE@IW4TagClass@PASN_Object@@@Z @288 NONAME ??0H225_ArrayOf_Endpoint@@QAE@IW4TagClass@PASN_Object@@@Z @289 NONAME ??0H225_ArrayOf_EnumeratedParameter@@QAE@IW4TagClass@PASN_Object@@@Z @11018 NONAME ??0H225_ArrayOf_ExtendedAliasAddress@@QAE@IW4TagClass@PASN_Object@@@Z @11019 NONAME ??0H225_ArrayOf_FeatureDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @11020 NONAME ??0H225_ArrayOf_GenericData@@QAE@ABV0@@Z @11021 NONAME ??0H225_ArrayOf_GenericData@@QAE@IW4TagClass@PASN_Object@@@Z @11022 NONAME ??0H225_ArrayOf_H245Security@@QAE@IW4TagClass@PASN_Object@@@Z @290 NONAME ??0H225_ArrayOf_H248PackagesDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @11023 NONAME ??0H225_ArrayOf_IntegrityMechanism@@QAE@IW4TagClass@PASN_Object@@@Z @291 NONAME ??0H225_ArrayOf_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @292 NONAME ??0H225_ArrayOf_PartyNumber@@QAE@IW4TagClass@PASN_Object@@@Z @11024 NONAME ??0H225_ArrayOf_PASN_ObjectId@@QAE@IW4TagClass@PASN_Object@@@Z @293 NONAME ??0H225_ArrayOf_PASN_OctetString@@QAE@IW4TagClass@PASN_Object@@@Z @294 NONAME ??0H225_ArrayOf_RasUsageSpecification@@QAE@IW4TagClass@PASN_Object@@@Z @11025 NONAME ??0H225_ArrayOf_RTPSession@@QAE@IW4TagClass@PASN_Object@@@Z @295 NONAME ??0H225_ArrayOf_ServiceControlSession@@QAE@ABV0@@Z @11026 NONAME ??0H225_ArrayOf_ServiceControlSession@@QAE@IW4TagClass@PASN_Object@@@Z @11027 NONAME ??0H225_ArrayOf_SupportedPrefix@@QAE@IW4TagClass@PASN_Object@@@Z @296 NONAME ??0H225_ArrayOf_SupportedProtocols@@QAE@IW4TagClass@PASN_Object@@@Z @297 NONAME ??0H225_ArrayOf_TransportAddress@@QAE@IW4TagClass@PASN_Object@@@Z @298 NONAME ??0H225_ArrayOf_TransportChannelInfo@@QAE@IW4TagClass@PASN_Object@@@Z @299 NONAME ??0H225_ArrayOf_TunnelledProtocol@@QAE@IW4TagClass@PASN_Object@@@Z @11029 NONAME ??0H225_BandRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @300 NONAME ??0H225_BandWidth@@QAE@IW4TagClass@PASN_Object@@@Z @301 NONAME ??0H225_BandwidthConfirm@@QAE@ABV0@@Z @302 NONAME ??0H225_BandwidthConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @303 NONAME ??0H225_BandwidthDetails@@QAE@ABV0@@Z @11030 NONAME ??0H225_BandwidthDetails@@QAE@IW4TagClass@PASN_Object@@@Z @11031 NONAME ??0H225_BandwidthReject@@QAE@ABV0@@Z @304 NONAME ??0H225_BandwidthReject@@QAE@IW4TagClass@PASN_Object@@@Z @305 NONAME ??0H225_BandwidthRequest@@QAE@ABV0@@Z @306 NONAME ??0H225_BandwidthRequest@@QAE@IW4TagClass@PASN_Object@@@Z @307 NONAME ??0H225_CallCapacity@@QAE@ABV0@@Z @11032 NONAME ??0H225_CallCapacity@@QAE@IW4TagClass@PASN_Object@@@Z @11033 NONAME ??0H225_CallCapacityInfo@@QAE@ABV0@@Z @11034 NONAME ??0H225_CallCapacityInfo@@QAE@IW4TagClass@PASN_Object@@@Z @11035 NONAME ??0H225_CallCreditCapability@@QAE@ABV0@@Z @11036 NONAME ??0H225_CallCreditCapability@@QAE@IW4TagClass@PASN_Object@@@Z @11037 NONAME ??0H225_CallCreditServiceControl@@QAE@ABV0@@Z @11038 NONAME ??0H225_CallCreditServiceControl@@QAE@IW4TagClass@PASN_Object@@@Z @11039 NONAME ??0H225_CallCreditServiceControl_billingMode@@QAE@IW4TagClass@PASN_Object@@@Z @11040 NONAME ??0H225_CallCreditServiceControl_callStartingPoint@@QAE@IW4TagClass@PASN_Object@@@Z @11041 NONAME ??0H225_CallIdentifier@@QAE@ABV0@@Z @308 NONAME ??0H225_CallIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @309 NONAME ??0H225_CallLinkage@@QAE@ABV0@@Z @11042 NONAME ??0H225_CallLinkage@@QAE@IW4TagClass@PASN_Object@@@Z @11043 NONAME ??0H225_CallModel@@QAE@IW4TagClass@PASN_Object@@@Z @310 NONAME ??0H225_CallProceeding_UUIE@@QAE@ABV0@@Z @311 NONAME ??0H225_CallProceeding_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @312 NONAME ??0H225_CallReferenceValue@@QAE@IW4TagClass@PASN_Object@@@Z @313 NONAME ??0H225_CallsAvailable@@QAE@ABV0@@Z @11044 NONAME ??0H225_CallsAvailable@@QAE@IW4TagClass@PASN_Object@@@Z @11045 NONAME ??0H225_CallTerminationCause@@QAE@ABV0@@Z @11046 NONAME ??0H225_CallTerminationCause@@QAE@IW4TagClass@PASN_Object@@@Z @11047 NONAME ??0H225_CallType@@QAE@IW4TagClass@PASN_Object@@@Z @314 NONAME ??0H225_CapacityReportingCapability@@QAE@ABV0@@Z @11048 NONAME ??0H225_CapacityReportingCapability@@QAE@IW4TagClass@PASN_Object@@@Z @11049 NONAME ??0H225_CapacityReportingSpecification@@QAE@IW4TagClass@PASN_Object@@@Z @11050 NONAME ??0H225_CapacityReportingSpecification_when@@QAE@ABV0@@Z @11051 NONAME ??0H225_CapacityReportingSpecification_when@@QAE@IW4TagClass@PASN_Object@@@Z @11052 NONAME ??0H225_CarrierInfo@@QAE@ABV0@@Z @19000 NONAME ??0H225_CarrierInfo@@QAE@IW4TagClass@PASN_Object@@@Z @19001 NONAME ??0H225_CicInfo@@QAE@ABV0@@Z @11053 NONAME ??0H225_CicInfo@@QAE@IW4TagClass@PASN_Object@@@Z @11054 NONAME ??0H225_CicInfo_cic@@QAE@IW4TagClass@PASN_Object@@@Z @11055 NONAME ??0H225_CircuitIdentifier@@QAE@ABV0@@Z @18968 NONAME ??0H225_CircuitIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @11056 NONAME ??0H225_CircuitInfo@@QAE@ABV0@@Z @11057 NONAME ??0H225_CircuitInfo@@QAE@IW4TagClass@PASN_Object@@@Z @11058 NONAME ??0H225_ConferenceIdentifier@@QAE@ABVPBYTEArray@@@Z @17747 NONAME ??0H225_ConferenceIdentifier@@QAE@ABVPString@@@Z @17748 NONAME ??0H225_ConferenceIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @315 NONAME ??0H225_ConferenceIdentifier@@QAE@PBD@Z @17749 NONAME ??0H225_ConferenceList@@QAE@ABV0@@Z @316 NONAME ??0H225_ConferenceList@@QAE@IW4TagClass@PASN_Object@@@Z @317 NONAME ??0H225_Connect_UUIE@@QAE@ABV0@@Z @318 NONAME ??0H225_Connect_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @319 NONAME ??0H225_Connect_UUIE_language@@QAE@IW4TagClass@PASN_Object@@@Z @11059 NONAME ??0H225_Content@@QAE@IW4TagClass@PASN_Object@@@Z @11060 NONAME ??0H225_CryptoH323Token@@QAE@IW4TagClass@PASN_Object@@@Z @320 NONAME ??0H225_CryptoH323Token_cryptoEPPwdHash@@QAE@ABV0@@Z @321 NONAME ??0H225_CryptoH323Token_cryptoEPPwdHash@@QAE@IW4TagClass@PASN_Object@@@Z @322 NONAME ??0H225_CryptoH323Token_cryptoGKPwdHash@@QAE@ABV0@@Z @323 NONAME ??0H225_CryptoH323Token_cryptoGKPwdHash@@QAE@IW4TagClass@PASN_Object@@@Z @324 NONAME ??0H225_DataRate@@QAE@ABV0@@Z @325 NONAME ??0H225_DataRate@@QAE@IW4TagClass@PASN_Object@@@Z @326 NONAME ??0H225_DisengageConfirm@@QAE@ABV0@@Z @327 NONAME ??0H225_DisengageConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @328 NONAME ??0H225_DisengageReason@@QAE@IW4TagClass@PASN_Object@@@Z @329 NONAME ??0H225_DisengageReject@@QAE@ABV0@@Z @330 NONAME ??0H225_DisengageReject@@QAE@IW4TagClass@PASN_Object@@@Z @331 NONAME ??0H225_DisengageRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @332 NONAME ??0H225_DisengageRequest@@QAE@ABV0@@Z @333 NONAME ??0H225_DisengageRequest@@QAE@IW4TagClass@PASN_Object@@@Z @334 NONAME ??0H225_EncodedFastStartToken@@QAE@IW4TagClass@PASN_Object@@@Z @12385 NONAME ??0H225_EncryptIntAlg@@QAE@IW4TagClass@PASN_Object@@@Z @335 NONAME ??0H225_Endpoint@@QAE@ABV0@@Z @336 NONAME ??0H225_Endpoint@@QAE@IW4TagClass@PASN_Object@@@Z @337 NONAME ??0H225_EndpointIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @338 NONAME ??0H225_EndpointType@@QAE@ABV0@@Z @339 NONAME ??0H225_EndpointType@@QAE@IW4TagClass@PASN_Object@@@Z @340 NONAME ??0H225_EnumeratedParameter@@QAE@ABV0@@Z @11061 NONAME ??0H225_EnumeratedParameter@@QAE@IW4TagClass@PASN_Object@@@Z @11062 NONAME ??0H225_ExtendedAliasAddress@@QAE@ABV0@@Z @11063 NONAME ??0H225_ExtendedAliasAddress@@QAE@IW4TagClass@PASN_Object@@@Z @11064 NONAME ??0H225_FacilityReason@@QAE@IW4TagClass@PASN_Object@@@Z @341 NONAME ??0H225_Facility_UUIE@@QAE@ABV0@@Z @342 NONAME ??0H225_Facility_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @343 NONAME ??0H225_FastStartToken@@QAE@IW4TagClass@PASN_Object@@@Z @344 NONAME ??0H225_FeatureDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @11065 NONAME ??0H225_FeatureSet@@QAE@ABV0@@Z @11066 NONAME ??0H225_FeatureSet@@QAE@IW4TagClass@PASN_Object@@@Z @11067 NONAME ??0H225_GatekeeperConfirm@@QAE@ABV0@@Z @345 NONAME ??0H225_GatekeeperConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @346 NONAME ??0H225_GatekeeperIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @347 NONAME ??0H225_GatekeeperInfo@@QAE@IW4TagClass@PASN_Object@@@Z @348 NONAME ??0H225_GatekeeperReject@@QAE@ABV0@@Z @349 NONAME ??0H225_GatekeeperReject@@QAE@IW4TagClass@PASN_Object@@@Z @350 NONAME ??0H225_GatekeeperRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @351 NONAME ??0H225_GatekeeperRequest@@QAE@ABV0@@Z @352 NONAME ??0H225_GatekeeperRequest@@QAE@IW4TagClass@PASN_Object@@@Z @353 NONAME ??0H225_GatewayInfo@@QAE@ABV0@@Z @354 NONAME ??0H225_GatewayInfo@@QAE@IW4TagClass@PASN_Object@@@Z @355 NONAME ??0H225_GenericData@@QAE@ABV0@@Z @11068 NONAME ??0H225_GenericData@@QAE@IW4TagClass@PASN_Object@@@Z @11069 NONAME ??0H225_GenericIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @11070 NONAME ??0H225_GloballyUniqueID@@QAE@ABV0@@Z @356 NONAME ??0H225_GloballyUniqueID@@QAE@ABVPBYTEArray@@@Z @17750 NONAME ??0H225_GloballyUniqueID@@QAE@ABVPString@@@Z @17751 NONAME ??0H225_GloballyUniqueID@@QAE@IW4TagClass@PASN_Object@@@Z @357 NONAME ??0H225_GloballyUniqueID@@QAE@PBD@Z @17752 NONAME ??0H225_GroupID@@QAE@ABV0@@Z @11071 NONAME ??0H225_GroupID@@QAE@IW4TagClass@PASN_Object@@@Z @11072 NONAME ??0H225_GroupID_member@@QAE@IW4TagClass@PASN_Object@@@Z @11073 NONAME ??0H225_GSM_UIM@@QAE@ABV0@@Z @11074 NONAME ??0H225_GSM_UIM@@QAE@IW4TagClass@PASN_Object@@@Z @11075 NONAME ??0H225_H221NonStandard@@QAE@ABV0@@Z @358 NONAME ??0H225_H221NonStandard@@QAE@IW4TagClass@PASN_Object@@@Z @359 NONAME ??0H225_H245Security@@QAE@IW4TagClass@PASN_Object@@@Z @360 NONAME ??0H225_H248PackagesDescriptor@@QAE@ABVPBYTEArray@@@Z @17753 NONAME ??0H225_H248PackagesDescriptor@@QAE@ABVPString@@@Z @17754 NONAME ??0H225_H248PackagesDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @11076 NONAME ??0H225_H248PackagesDescriptor@@QAE@PBD@Z @17755 NONAME ??0H225_H248SignalsDescriptor@@QAE@ABVPBYTEArray@@@Z @17756 NONAME ??0H225_H248SignalsDescriptor@@QAE@ABVPString@@@Z @17757 NONAME ??0H225_H248SignalsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @11077 NONAME ??0H225_H248SignalsDescriptor@@QAE@PBD@Z @17758 NONAME ??0H225_H310Caps@@QAE@ABV0@@Z @361 NONAME ??0H225_H310Caps@@QAE@IW4TagClass@PASN_Object@@@Z @362 NONAME ??0H225_H320Caps@@QAE@ABV0@@Z @363 NONAME ??0H225_H320Caps@@QAE@IW4TagClass@PASN_Object@@@Z @364 NONAME ??0H225_H321Caps@@QAE@ABV0@@Z @365 NONAME ??0H225_H321Caps@@QAE@IW4TagClass@PASN_Object@@@Z @366 NONAME ??0H225_H322Caps@@QAE@ABV0@@Z @367 NONAME ??0H225_H322Caps@@QAE@IW4TagClass@PASN_Object@@@Z @368 NONAME ??0H225_H323Caps@@QAE@ABV0@@Z @369 NONAME ??0H225_H323Caps@@QAE@IW4TagClass@PASN_Object@@@Z @370 NONAME ??0H225_H323_UserInformation@@QAE@ABV0@@Z @371 NONAME ??0H225_H323_UserInformation@@QAE@IW4TagClass@PASN_Object@@@Z @372 NONAME ??0H225_H323_UserInformation_user_data@@QAE@ABV0@@Z @373 NONAME ??0H225_H323_UserInformation_user_data@@QAE@IW4TagClass@PASN_Object@@@Z @374 NONAME ??0H225_H323_UU_PDU@@QAE@ABV0@@Z @375 NONAME ??0H225_H323_UU_PDU@@QAE@IW4TagClass@PASN_Object@@@Z @376 NONAME ??0H225_H323_UU_PDU_h323_message_body@@QAE@IW4TagClass@PASN_Object@@@Z @377 NONAME ??0H225_H323_UU_PDU_tunnelledSignallingMessage@@QAE@ABV0@@Z @11078 NONAME ??0H225_H323_UU_PDU_tunnelledSignallingMessage@@QAE@IW4TagClass@PASN_Object@@@Z @11079 NONAME ??0H225_H324Caps@@QAE@ABV0@@Z @378 NONAME ??0H225_H324Caps@@QAE@IW4TagClass@PASN_Object@@@Z @379 NONAME ??0H225_ICV@@QAE@ABV0@@Z @380 NONAME ??0H225_ICV@@QAE@IW4TagClass@PASN_Object@@@Z @381 NONAME ??0H225_InfoRequest@@QAE@ABV0@@Z @382 NONAME ??0H225_InfoRequest@@QAE@IW4TagClass@PASN_Object@@@Z @383 NONAME ??0H225_InfoRequestAck@@QAE@ABV0@@Z @384 NONAME ??0H225_InfoRequestAck@@QAE@IW4TagClass@PASN_Object@@@Z @385 NONAME ??0H225_InfoRequestNak@@QAE@ABV0@@Z @386 NONAME ??0H225_InfoRequestNak@@QAE@IW4TagClass@PASN_Object@@@Z @387 NONAME ??0H225_InfoRequestNakReason@@QAE@IW4TagClass@PASN_Object@@@Z @388 NONAME ??0H225_InfoRequestResponse@@QAE@ABV0@@Z @389 NONAME ??0H225_InfoRequestResponse@@QAE@IW4TagClass@PASN_Object@@@Z @390 NONAME ??0H225_InfoRequestResponseStatus@@QAE@IW4TagClass@PASN_Object@@@Z @11080 NONAME ??0H225_InfoRequestResponse_perCallInfo@@QAE@IW4TagClass@PASN_Object@@@Z @391 NONAME ??0H225_InfoRequestResponse_perCallInfo_subtype@@QAE@ABV0@@Z @392 NONAME ??0H225_InfoRequestResponse_perCallInfo_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @393 NONAME ??0H225_InfoRequestResponse_perCallInfo_subtype_pdu@@QAE@ABV0@@Z @394 NONAME ??0H225_InfoRequestResponse_perCallInfo_subtype_pdu@@QAE@IW4TagClass@PASN_Object@@@Z @395 NONAME ??0H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@QAE@ABV0@@Z @396 NONAME ??0H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @397 NONAME ??0H225_Information_UUIE@@QAE@ABV0@@Z @398 NONAME ??0H225_Information_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @399 NONAME ??0H225_IntegrityMechanism@@QAE@IW4TagClass@PASN_Object@@@Z @400 NONAME ??0H225_LocationConfirm@@QAE@ABV0@@Z @401 NONAME ??0H225_LocationConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @402 NONAME ??0H225_LocationReject@@QAE@ABV0@@Z @403 NONAME ??0H225_LocationReject@@QAE@IW4TagClass@PASN_Object@@@Z @404 NONAME ??0H225_LocationRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @405 NONAME ??0H225_LocationRequest@@QAE@ABV0@@Z @406 NONAME ??0H225_LocationRequest@@QAE@IW4TagClass@PASN_Object@@@Z @407 NONAME ??0H225_McuInfo@@QAE@ABV0@@Z @11081 NONAME ??0H225_McuInfo@@QAE@IW4TagClass@PASN_Object@@@Z @408 NONAME ??0H225_MobileUIM@@QAE@IW4TagClass@PASN_Object@@@Z @11082 NONAME ??0H225_NonIsoIntegrityMechanism@@QAE@IW4TagClass@PASN_Object@@@Z @409 NONAME ??0H225_NonStandardIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @410 NONAME ??0H225_NonStandardMessage@@QAE@ABV0@@Z @411 NONAME ??0H225_NonStandardMessage@@QAE@IW4TagClass@PASN_Object@@@Z @412 NONAME ??0H225_NonStandardParameter@@QAE@ABV0@@Z @413 NONAME ??0H225_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @414 NONAME ??0H225_NonStandardProtocol@@QAE@ABV0@@Z @415 NONAME ??0H225_NonStandardProtocol@@QAE@IW4TagClass@PASN_Object@@@Z @416 NONAME ??0H225_Notify_UUIE@@QAE@ABV0@@Z @11083 NONAME ??0H225_Notify_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @11084 NONAME ??0H225_NumberDigits@@QAE@IW4TagClass@PASN_Object@@@Z @417 NONAME ??0H225_PartyNumber@@QAE@IW4TagClass@PASN_Object@@@Z @418 NONAME ??0H225_PresentationIndicator@@QAE@IW4TagClass@PASN_Object@@@Z @11085 NONAME ??0H225_PrivatePartyNumber@@QAE@ABV0@@Z @419 NONAME ??0H225_PrivatePartyNumber@@QAE@IW4TagClass@PASN_Object@@@Z @420 NONAME ??0H225_PrivateTypeOfNumber@@QAE@IW4TagClass@PASN_Object@@@Z @421 NONAME ??0H225_Progress_UUIE@@QAE@ABV0@@Z @422 NONAME ??0H225_Progress_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @423 NONAME ??0H225_ProtocolIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @424 NONAME ??0H225_PublicPartyNumber@@QAE@ABV0@@Z @425 NONAME ??0H225_PublicPartyNumber@@QAE@IW4TagClass@PASN_Object@@@Z @426 NONAME ??0H225_PublicTypeOfNumber@@QAE@IW4TagClass@PASN_Object@@@Z @427 NONAME ??0H225_Q954Details@@QAE@ABV0@@Z @428 NONAME ??0H225_Q954Details@@QAE@IW4TagClass@PASN_Object@@@Z @429 NONAME ??0H225_QseriesOptions@@QAE@ABV0@@Z @430 NONAME ??0H225_QseriesOptions@@QAE@IW4TagClass@PASN_Object@@@Z @431 NONAME ??0H225_RAS@@QAE@AAVH323EndPoint@@PAVH323Transport@@@Z @12491 NONAME ??0H225_RasMessage@@QAE@IW4TagClass@PASN_Object@@@Z @432 NONAME ??0H225_RasUsageInformation@@QAE@ABV0@@Z @11086 NONAME ??0H225_RasUsageInformation@@QAE@IW4TagClass@PASN_Object@@@Z @11087 NONAME ??0H225_RasUsageInfoTypes@@QAE@ABV0@@Z @11088 NONAME ??0H225_RasUsageInfoTypes@@QAE@IW4TagClass@PASN_Object@@@Z @11089 NONAME ??0H225_RasUsageSpecification@@QAE@ABV0@@Z @11090 NONAME ??0H225_RasUsageSpecification@@QAE@IW4TagClass@PASN_Object@@@Z @11091 NONAME ??0H225_RasUsageSpecification_callStartingPoint@@QAE@ABV0@@Z @11092 NONAME ??0H225_RasUsageSpecification_callStartingPoint@@QAE@IW4TagClass@PASN_Object@@@Z @11093 NONAME ??0H225_RasUsageSpecification_when@@QAE@ABV0@@Z @11094 NONAME ??0H225_RasUsageSpecification_when@@QAE@IW4TagClass@PASN_Object@@@Z @11095 NONAME ??0H225_RegistrationConfirm@@QAE@ABV0@@Z @433 NONAME ??0H225_RegistrationConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @434 NONAME ??0H225_RegistrationConfirm_preGrantedARQ@@QAE@ABV0@@Z @435 NONAME ??0H225_RegistrationConfirm_preGrantedARQ@@QAE@IW4TagClass@PASN_Object@@@Z @436 NONAME ??0H225_RegistrationReject@@QAE@ABV0@@Z @437 NONAME ??0H225_RegistrationReject@@QAE@IW4TagClass@PASN_Object@@@Z @438 NONAME ??0H225_RegistrationRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @439 NONAME ??0H225_RegistrationRejectReason_invalidTerminalAliases@@QAE@ABV0@@Z @11096 NONAME ??0H225_RegistrationRejectReason_invalidTerminalAliases@@QAE@IW4TagClass@PASN_Object@@@Z @11097 NONAME ??0H225_RegistrationRequest@@QAE@ABV0@@Z @440 NONAME ??0H225_RegistrationRequest@@QAE@IW4TagClass@PASN_Object@@@Z @441 NONAME ??0H225_ReleaseCompleteReason@@QAE@IW4TagClass@PASN_Object@@@Z @442 NONAME ??0H225_ReleaseComplete_UUIE@@QAE@ABV0@@Z @443 NONAME ??0H225_ReleaseComplete_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @444 NONAME ??0H225_RequestInProgress@@QAE@ABV0@@Z @445 NONAME ??0H225_RequestInProgress@@QAE@IW4TagClass@PASN_Object@@@Z @446 NONAME ??0H225_RequestSeqNum@@QAE@IW4TagClass@PASN_Object@@@Z @447 NONAME ??0H225_ResourcesAvailableConfirm@@QAE@ABV0@@Z @448 NONAME ??0H225_ResourcesAvailableConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @449 NONAME ??0H225_ResourcesAvailableIndicate@@QAE@ABV0@@Z @450 NONAME ??0H225_ResourcesAvailableIndicate@@QAE@IW4TagClass@PASN_Object@@@Z @451 NONAME ??0H225_RTPSession@@QAE@ABV0@@Z @452 NONAME ??0H225_RTPSession@@QAE@IW4TagClass@PASN_Object@@@Z @453 NONAME ??0H225_RTPSession_associatedSessionIds@@QAE@IW4TagClass@PASN_Object@@@Z @454 NONAME ??0H225_ScnConnectionAggregation@@QAE@IW4TagClass@PASN_Object@@@Z @11098 NONAME ??0H225_ScnConnectionType@@QAE@IW4TagClass@PASN_Object@@@Z @11099 NONAME ??0H225_ScreeningIndicator@@QAE@IW4TagClass@PASN_Object@@@Z @11100 NONAME ??0H225_SecurityCapabilities@@QAE@ABV0@@Z @455 NONAME ??0H225_SecurityCapabilities@@QAE@IW4TagClass@PASN_Object@@@Z @456 NONAME ??0H225_SecurityErrors2@@QAE@IW4TagClass@PASN_Object@@@Z @19002 NONAME ??0H225_SecurityErrors@@QAE@IW4TagClass@PASN_Object@@@Z @19003 NONAME ??0H225_SecurityServiceMode@@QAE@IW4TagClass@PASN_Object@@@Z @457 NONAME ??0H225_ServiceControlDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @11101 NONAME ??0H225_ServiceControlIndication@@QAE@ABV0@@Z @11102 NONAME ??0H225_ServiceControlIndication@@QAE@IW4TagClass@PASN_Object@@@Z @11103 NONAME ??0H225_ServiceControlIndication_callSpecific@@QAE@ABV0@@Z @11104 NONAME ??0H225_ServiceControlIndication_callSpecific@@QAE@IW4TagClass@PASN_Object@@@Z @11105 NONAME ??0H225_ServiceControlResponse@@QAE@ABV0@@Z @11106 NONAME ??0H225_ServiceControlResponse@@QAE@IW4TagClass@PASN_Object@@@Z @11107 NONAME ??0H225_ServiceControlResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @11108 NONAME ??0H225_ServiceControlSession@@QAE@ABV0@@Z @11109 NONAME ??0H225_ServiceControlSession@@QAE@IW4TagClass@PASN_Object@@@Z @11110 NONAME ??0H225_ServiceControlSession_reason@@QAE@IW4TagClass@PASN_Object@@@Z @11111 NONAME ??0H225_SetupAcknowledge_UUIE@@QAE@ABV0@@Z @11112 NONAME ??0H225_SetupAcknowledge_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @11113 NONAME ??0H225_Setup_UUIE@@QAE@ABV0@@Z @458 NONAME ??0H225_Setup_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @459 NONAME ??0H225_Setup_UUIE_conferenceGoal@@QAE@IW4TagClass@PASN_Object@@@Z @460 NONAME ??0H225_Setup_UUIE_connectionParameters@@QAE@ABV0@@Z @11114 NONAME ??0H225_Setup_UUIE_connectionParameters@@QAE@IW4TagClass@PASN_Object@@@Z @11115 NONAME ??0H225_Setup_UUIE_language@@QAE@IW4TagClass@PASN_Object@@@Z @11116 NONAME ??0H225_SIPCaps@@QAE@ABV0@@Z @19004 NONAME ??0H225_SIPCaps@@QAE@IW4TagClass@PASN_Object@@@Z @19005 NONAME ??0H225_StatusInquiry_UUIE@@QAE@ABV0@@Z @11117 NONAME ??0H225_StatusInquiry_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @11118 NONAME ??0H225_Status_UUIE@@QAE@ABV0@@Z @11119 NONAME ??0H225_Status_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @11120 NONAME ??0H225_StimulusControl@@QAE@ABV0@@Z @11121 NONAME ??0H225_StimulusControl@@QAE@IW4TagClass@PASN_Object@@@Z @11122 NONAME ??0H225_SupportedPrefix@@QAE@ABV0@@Z @461 NONAME ??0H225_SupportedPrefix@@QAE@IW4TagClass@PASN_Object@@@Z @462 NONAME ??0H225_SupportedProtocols@@QAE@IW4TagClass@PASN_Object@@@Z @463 NONAME ??0H225_T120OnlyCaps@@QAE@ABV0@@Z @464 NONAME ??0H225_T120OnlyCaps@@QAE@IW4TagClass@PASN_Object@@@Z @465 NONAME ??0H225_T38FaxAnnexbOnlyCaps@@QAE@ABV0@@Z @11123 NONAME ??0H225_T38FaxAnnexbOnlyCaps@@QAE@IW4TagClass@PASN_Object@@@Z @11124 NONAME ??0H225_TBCD_STRING@@QAE@IW4TagClass@PASN_Object@@@Z @11125 NONAME ??0H225_TerminalInfo@@QAE@IW4TagClass@PASN_Object@@@Z @466 NONAME ??0H225_TimeToLive@@QAE@IW4TagClass@PASN_Object@@@Z @467 NONAME ??0H225_TransportAddress@@QAE@IW4TagClass@PASN_Object@@@Z @468 NONAME ??0H225_TransportAddress_ip6Address@@QAE@ABV0@@Z @469 NONAME ??0H225_TransportAddress_ip6Address@@QAE@IW4TagClass@PASN_Object@@@Z @470 NONAME ??0H225_TransportAddress_ipAddress@@QAE@ABV0@@Z @471 NONAME ??0H225_TransportAddress_ipAddress@@QAE@IW4TagClass@PASN_Object@@@Z @472 NONAME ??0H225_TransportAddress_ipSourceRoute@@QAE@ABV0@@Z @473 NONAME ??0H225_TransportAddress_ipSourceRoute@@QAE@IW4TagClass@PASN_Object@@@Z @474 NONAME ??0H225_TransportAddress_ipSourceRoute_route@@QAE@IW4TagClass@PASN_Object@@@Z @475 NONAME ??0H225_TransportAddress_ipSourceRoute_routing@@QAE@IW4TagClass@PASN_Object@@@Z @476 NONAME ??0H225_TransportAddress_ipxAddress@@QAE@ABV0@@Z @477 NONAME ??0H225_TransportAddress_ipxAddress@@QAE@IW4TagClass@PASN_Object@@@Z @478 NONAME ??0H225_TransportChannelInfo@@QAE@ABV0@@Z @479 NONAME ??0H225_TransportChannelInfo@@QAE@IW4TagClass@PASN_Object@@@Z @480 NONAME ??0H225_TransportQOS@@QAE@IW4TagClass@PASN_Object@@@Z @482 NONAME ??0H225_TunnelledProtocol@@QAE@ABV0@@Z @11126 NONAME ??0H225_TunnelledProtocol@@QAE@IW4TagClass@PASN_Object@@@Z @11127 NONAME ??0H225_TunnelledProtocolAlternateIdentifier@@QAE@ABV0@@Z @11128 NONAME ??0H225_TunnelledProtocolAlternateIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @11129 NONAME ??0H225_TunnelledProtocol_id@@QAE@IW4TagClass@PASN_Object@@@Z @11130 NONAME ??0H225_UnknownMessageResponse@@QAE@ABV0@@Z @483 NONAME ??0H225_UnknownMessageResponse@@QAE@IW4TagClass@PASN_Object@@@Z @484 NONAME ??0H225_UnregistrationConfirm@@QAE@ABV0@@Z @485 NONAME ??0H225_UnregistrationConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @486 NONAME ??0H225_UnregistrationReject@@QAE@ABV0@@Z @487 NONAME ??0H225_UnregistrationReject@@QAE@IW4TagClass@PASN_Object@@@Z @488 NONAME ??0H225_UnregistrationRequest@@QAE@ABV0@@Z @489 NONAME ??0H225_UnregistrationRequest@@QAE@IW4TagClass@PASN_Object@@@Z @490 NONAME ??0H225_UnregRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @491 NONAME ??0H225_UnregRequestReason@@QAE@IW4TagClass@PASN_Object@@@Z @492 NONAME ??0H225_UseSpecifiedTransport@@QAE@IW4TagClass@PASN_Object@@@Z @11131 NONAME ??0H225_UUIEsRequested@@QAE@ABV0@@Z @493 NONAME ??0H225_UUIEsRequested@@QAE@IW4TagClass@PASN_Object@@@Z @494 NONAME ??0H225_VendorIdentifier@@QAE@ABV0@@Z @495 NONAME ??0H225_VendorIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @496 NONAME ??0H225_VoiceCaps@@QAE@ABV0@@Z @497 NONAME ??0H225_VoiceCaps@@QAE@IW4TagClass@PASN_Object@@@Z @498 NONAME ??0H235AuthCAT@@QAE@XZ @16728 NONAME ??0H235Authenticator@@QAE@ABV0@@Z @14764 NONAME ??0H235Authenticator@@QAE@XZ @13015 NONAME ??0H235AuthProcedure1@@QAE@XZ @13016 NONAME ??0H235AuthSimpleMD5@@QAE@XZ @13017 NONAME ??0H235_AuthenticationBES@@QAE@IW4TagClass@PASN_Object@@@Z @12946 NONAME ??0H235_AuthenticationMechanism@@QAE@IW4TagClass@PASN_Object@@@Z @499 NONAME ??0H235_ChallengeString@@QAE@ABVPBYTEArray@@@Z @18298 NONAME ??0H235_ChallengeString@@QAE@ABVPString@@@Z @18299 NONAME ??0H235_ChallengeString@@QAE@IW4TagClass@PASN_Object@@@Z @500 NONAME ??0H235_ChallengeString@@QAE@PBD@Z @18300 NONAME ??0H235_ClearToken@@QAE@ABV0@@Z @501 NONAME ??0H235_ClearToken@@QAE@IW4TagClass@PASN_Object@@@Z @502 NONAME ??0H235_CryptoToken@@QAE@IW4TagClass@PASN_Object@@@Z @503 NONAME ??0H235_CryptoToken_cryptoEncryptedToken@@QAE@ABV0@@Z @504 NONAME ??0H235_CryptoToken_cryptoEncryptedToken@@QAE@IW4TagClass@PASN_Object@@@Z @505 NONAME ??0H235_CryptoToken_cryptoHashedToken@@QAE@ABV0@@Z @506 NONAME ??0H235_CryptoToken_cryptoHashedToken@@QAE@IW4TagClass@PASN_Object@@@Z @507 NONAME ??0H235_CryptoToken_cryptoSignedToken@@QAE@ABV0@@Z @508 NONAME ??0H235_CryptoToken_cryptoSignedToken@@QAE@IW4TagClass@PASN_Object@@@Z @509 NONAME ??0H235_DHset@@QAE@ABV0@@Z @510 NONAME ??0H235_DHset@@QAE@IW4TagClass@PASN_Object@@@Z @511 NONAME ??0H235_ECGDSASignature@@QAE@ABV0@@Z @19006 NONAME ??0H235_ECGDSASignature@@QAE@IW4TagClass@PASN_Object@@@Z @19007 NONAME ??0H235_ECKASDH@@QAE@IW4TagClass@PASN_Object@@@Z @12949 NONAME ??0H235_ECKASDH_eckasdh2@@QAE@ABV0@@Z @12950 NONAME ??0H235_ECKASDH_eckasdh2@@QAE@IW4TagClass@PASN_Object@@@Z @12951 NONAME ??0H235_ECKASDH_eckasdhp@@QAE@ABV0@@Z @12952 NONAME ??0H235_ECKASDH_eckasdhp@@QAE@IW4TagClass@PASN_Object@@@Z @12953 NONAME ??0H235_ECpoint@@QAE@ABV0@@Z @19008 NONAME ??0H235_ECpoint@@QAE@IW4TagClass@PASN_Object@@@Z @19009 NONAME ??0H235_EncodedGeneralToken@@QAE@IW4TagClass@PASN_Object@@@Z @12386 NONAME ??0H235_EncodedKeySignedMaterial@@QAE@IW4TagClass@PASN_Object@@@Z @12387 NONAME ??0H235_EncodedKeySyncMaterial@@QAE@IW4TagClass@PASN_Object@@@Z @12388 NONAME ??0H235_EncodedPwdCertToken@@QAE@IW4TagClass@PASN_Object@@@Z @12389 NONAME ??0H235_EncodedReturnSig@@QAE@IW4TagClass@PASN_Object@@@Z @12390 NONAME ??0H235_H235CertificateSignature@@QAE@ABV0@@Z @512 NONAME ??0H235_H235CertificateSignature@@QAE@IW4TagClass@PASN_Object@@@Z @513 NONAME ??0H235_H235Key@@QAE@IW4TagClass@PASN_Object@@@Z @514 NONAME ??0H235_Identifier@@QAE@IW4TagClass@PASN_Object@@@Z @515 NONAME ??0H235_IV16@@QAE@ABVPBYTEArray@@@Z @18301 NONAME ??0H235_IV16@@QAE@ABVPString@@@Z @18302 NONAME ??0H235_IV16@@QAE@IW4TagClass@PASN_Object@@@Z @12954 NONAME ??0H235_IV16@@QAE@PBD@Z @18303 NONAME ??0H235_IV8@@QAE@ABVPBYTEArray@@@Z @18304 NONAME ??0H235_IV8@@QAE@ABVPString@@@Z @18305 NONAME ??0H235_IV8@@QAE@IW4TagClass@PASN_Object@@@Z @516 NONAME ??0H235_IV8@@QAE@PBD@Z @18306 NONAME ??0H235_KeyMaterial@@QAE@IW4TagClass@PASN_Object@@@Z @517 NONAME ??0H235_KeySignedMaterial@@QAE@ABV0@@Z @518 NONAME ??0H235_KeySignedMaterial@@QAE@IW4TagClass@PASN_Object@@@Z @519 NONAME ??0H235_KeySyncMaterial@@QAE@ABV0@@Z @520 NONAME ??0H235_KeySyncMaterial@@QAE@IW4TagClass@PASN_Object@@@Z @521 NONAME ??0H235_NonStandardParameter@@QAE@ABV0@@Z @522 NONAME ??0H235_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @523 NONAME ??0H235_Params@@QAE@ABV0@@Z @524 NONAME ??0H235_Params@@QAE@IW4TagClass@PASN_Object@@@Z @525 NONAME ??0H235_Password@@QAE@IW4TagClass@PASN_Object@@@Z @526 NONAME ??0H235_PwdCertToken@@QAE@IW4TagClass@PASN_Object@@@Z @527 NONAME ??0H235_RandomVal@@QAE@IW4TagClass@PASN_Object@@@Z @528 NONAME ??0H235_ReturnSig@@QAE@ABV0@@Z @529 NONAME ??0H235_ReturnSig@@QAE@IW4TagClass@PASN_Object@@@Z @530 NONAME ??0H235_TimeStamp@@QAE@IW4TagClass@PASN_Object@@@Z @531 NONAME ??0H235_TypedCertificate@@QAE@ABV0@@Z @532 NONAME ??0H235_TypedCertificate@@QAE@IW4TagClass@PASN_Object@@@Z @533 NONAME ??0H235_V3KeySyncMaterial@@QAE@ABV0@@Z @19010 NONAME ??0H235_V3KeySyncMaterial@@QAE@IW4TagClass@PASN_Object@@@Z @19011 NONAME ??0H245NegLogicalChannel@@QAE@AAVH323EndPoint@@AAVH323Connection@@AAVH323Channel@@@Z @534 NONAME ??0H245NegLogicalChannel@@QAE@AAVH323EndPoint@@AAVH323Connection@@ABVH323ChannelNumber@@@Z @535 NONAME ??0H245NegLogicalChannels@@QAE@AAVH323EndPoint@@AAVH323Connection@@@Z @536 NONAME ??0H245NegMasterSlaveDetermination@@QAE@AAVH323EndPoint@@AAVH323Connection@@@Z @537 NONAME ??0H245Negotiator@@QAE@AAVH323EndPoint@@AAVH323Connection@@@Z @538 NONAME ??0H245NegRequestMode@@QAE@AAVH323EndPoint@@AAVH323Connection@@@Z @539 NONAME ??0H245NegRoundTripDelay@@QAE@AAVH323EndPoint@@AAVH323Connection@@@Z @540 NONAME ??0H245NegTerminalCapabilitySet@@QAE@AAVH323EndPoint@@AAVH323Connection@@@Z @541 NONAME ??0H245TransportThread@@QAE@AAVH323EndPoint@@AAVH323Connection@@AAVH323Transport@@@Z @542 NONAME ??0H245_AlternativeCapabilitySet@@QAE@IW4TagClass@PASN_Object@@@Z @543 NONAME ??0H245_ArrayOf_AlternativeCapabilitySet@@QAE@IW4TagClass@PASN_Object@@@Z @544 NONAME ??0H245_ArrayOf_BEnhancementParameters@@QAE@IW4TagClass@PASN_Object@@@Z @545 NONAME ??0H245_ArrayOf_CapabilityDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @546 NONAME ??0H245_ArrayOf_CapabilityDescriptorNumber@@QAE@IW4TagClass@PASN_Object@@@Z @547 NONAME ??0H245_ArrayOf_CapabilityTableEntry@@QAE@IW4TagClass@PASN_Object@@@Z @548 NONAME ??0H245_ArrayOf_CapabilityTableEntryNumber@@QAE@IW4TagClass@PASN_Object@@@Z @549 NONAME ??0H245_ArrayOf_CommunicationModeTableEntry@@QAE@IW4TagClass@PASN_Object@@@Z @550 NONAME ??0H245_ArrayOf_CustomPictureClockFrequency@@QAE@IW4TagClass@PASN_Object@@@Z @551 NONAME ??0H245_ArrayOf_CustomPictureFormat@@QAE@IW4TagClass@PASN_Object@@@Z @553 NONAME ??0H245_ArrayOf_DataApplicationCapability@@QAE@IW4TagClass@PASN_Object@@@Z @554 NONAME ??0H245_ArrayOf_DialingInformationNetworkType@@QAE@IW4TagClass@PASN_Object@@@Z @11132 NONAME ??0H245_ArrayOf_DialingInformationNumber@@QAE@IW4TagClass@PASN_Object@@@Z @11133 NONAME ??0H245_ArrayOf_EnhancementOptions@@QAE@IW4TagClass@PASN_Object@@@Z @555 NONAME ??0H245_ArrayOf_EscrowData@@QAE@IW4TagClass@PASN_Object@@@Z @556 NONAME ??0H245_ArrayOf_GenericCapability@@QAE@IW4TagClass@PASN_Object@@@Z @29997 NONAME ??0H245_ArrayOf_GenericParameter@@QAE@IW4TagClass@PASN_Object@@@Z @11134 NONAME ??0H245_ArrayOf_H263ModeComboFlags@@QAE@IW4TagClass@PASN_Object@@@Z @557 NONAME ??0H245_ArrayOf_H263VideoModeCombos@@QAE@ABV0@@Z @558 NONAME ??0H245_ArrayOf_H263VideoModeCombos@@QAE@IW4TagClass@PASN_Object@@@Z @559 NONAME ??0H245_ArrayOf_MediaChannelCapability@@QAE@IW4TagClass@PASN_Object@@@Z @560 NONAME ??0H245_ArrayOf_MediaDistributionCapability@@QAE@IW4TagClass@PASN_Object@@@Z @561 NONAME ??0H245_ArrayOf_ModeDescription@@QAE@IW4TagClass@PASN_Object@@@Z @562 NONAME ??0H245_ArrayOf_MultiplePayloadStreamElement@@QAE@IW4TagClass@PASN_Object@@@Z @19012 NONAME ??0H245_ArrayOf_MultiplePayloadStreamElementMode@@QAE@IW4TagClass@PASN_Object@@@Z @19013 NONAME ??0H245_ArrayOf_MultiplexElement@@QAE@IW4TagClass@PASN_Object@@@Z @563 NONAME ??0H245_ArrayOf_MultiplexEntryDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @564 NONAME ??0H245_ArrayOf_MultiplexEntryRejectionDescriptions@@QAE@IW4TagClass@PASN_Object@@@Z @565 NONAME ??0H245_ArrayOf_MultiplexTableEntryNumber@@QAE@IW4TagClass@PASN_Object@@@Z @566 NONAME ??0H245_ArrayOf_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @567 NONAME ??0H245_ArrayOf_ParameterIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @11135 NONAME ??0H245_ArrayOf_PictureReference@@QAE@IW4TagClass@PASN_Object@@@Z @11136 NONAME ??0H245_ArrayOf_Q2931Address@@QAE@IW4TagClass@PASN_Object@@@Z @11137 NONAME ??0H245_ArrayOf_QOSCapability@@QAE@IW4TagClass@PASN_Object@@@Z @568 NONAME ??0H245_ArrayOf_RedundancyEncodingCapability@@QAE@IW4TagClass@PASN_Object@@@Z @569 NONAME ??0H245_ArrayOf_RedundancyEncodingDTModeElement@@QAE@IW4TagClass@PASN_Object@@@Z @19014 NONAME ??0H245_ArrayOf_RedundancyEncodingElement@@QAE@IW4TagClass@PASN_Object@@@Z @19015 NONAME ??0H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@QAE@IW4TagClass@PASN_Object@@@Z @570 NONAME ??0H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@QAE@IW4TagClass@PASN_Object@@@Z @571 NONAME ??0H245_ArrayOf_RTPPayloadType@@QAE@IW4TagClass@PASN_Object@@@Z @572 NONAME ??0H245_ArrayOf_TerminalInformation@@QAE@IW4TagClass@PASN_Object@@@Z @573 NONAME ??0H245_ArrayOf_TerminalLabel@@QAE@IW4TagClass@PASN_Object@@@Z @574 NONAME ??0H245_ArrayOf_VCCapability@@QAE@IW4TagClass@PASN_Object@@@Z @575 NONAME ??0H245_ArrayOf_VideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @29998 NONAME ??0H245_ATMParameters@@QAE@ABV0@@Z @576 NONAME ??0H245_ATMParameters@@QAE@IW4TagClass@PASN_Object@@@Z @577 NONAME ??0H245_AudioCapability@@QAE@IW4TagClass@PASN_Object@@@Z @578 NONAME ??0H245_AudioCapability_g7231@@QAE@ABV0@@Z @579 NONAME ??0H245_AudioCapability_g7231@@QAE@IW4TagClass@PASN_Object@@@Z @580 NONAME ??0H245_AudioMode@@QAE@IW4TagClass@PASN_Object@@@Z @581 NONAME ??0H245_AudioMode_g7231@@QAE@IW4TagClass@PASN_Object@@@Z @582 NONAME ??0H245_AudioTelephonyEventCapability@@QAE@ABV0@@Z @11138 NONAME ??0H245_AudioTelephonyEventCapability@@QAE@IW4TagClass@PASN_Object@@@Z @11139 NONAME ??0H245_AudioToneCapability@@QAE@ABV0@@Z @11140 NONAME ??0H245_AudioToneCapability@@QAE@IW4TagClass@PASN_Object@@@Z @11141 NONAME ??0H245_AuthenticationCapability@@QAE@ABV0@@Z @11142 NONAME ??0H245_AuthenticationCapability@@QAE@IW4TagClass@PASN_Object@@@Z @583 NONAME ??0H245_BEnhancementParameters@@QAE@ABV0@@Z @584 NONAME ??0H245_BEnhancementParameters@@QAE@IW4TagClass@PASN_Object@@@Z @585 NONAME ??0H245_Capability@@QAE@IW4TagClass@PASN_Object@@@Z @586 NONAME ??0H245_CapabilityDescriptor@@QAE@ABV0@@Z @587 NONAME ??0H245_CapabilityDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @588 NONAME ??0H245_CapabilityDescriptorNumber@@QAE@IW4TagClass@PASN_Object@@@Z @589 NONAME ??0H245_CapabilityIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @11143 NONAME ??0H245_CapabilityTableEntry@@QAE@ABV0@@Z @590 NONAME ??0H245_CapabilityTableEntry@@QAE@IW4TagClass@PASN_Object@@@Z @591 NONAME ??0H245_CapabilityTableEntryNumber@@QAE@IW4TagClass@PASN_Object@@@Z @592 NONAME ??0H245_Capability_h233EncryptionReceiveCapability@@QAE@ABV0@@Z @593 NONAME ??0H245_Capability_h233EncryptionReceiveCapability@@QAE@IW4TagClass@PASN_Object@@@Z @594 NONAME ??0H245_CertSelectionCriteria@@QAE@IW4TagClass@PASN_Object@@@Z @595 NONAME ??0H245_CloseLogicalChannel@@QAE@ABV0@@Z @596 NONAME ??0H245_CloseLogicalChannel@@QAE@IW4TagClass@PASN_Object@@@Z @597 NONAME ??0H245_CloseLogicalChannelAck@@QAE@ABV0@@Z @598 NONAME ??0H245_CloseLogicalChannelAck@@QAE@IW4TagClass@PASN_Object@@@Z @599 NONAME ??0H245_CloseLogicalChannel_reason@@QAE@IW4TagClass@PASN_Object@@@Z @600 NONAME ??0H245_CloseLogicalChannel_source@@QAE@IW4TagClass@PASN_Object@@@Z @601 NONAME ??0H245_CommandMessage@@QAE@IW4TagClass@PASN_Object@@@Z @602 NONAME ??0H245_CommunicationModeCommand@@QAE@ABV0@@Z @603 NONAME ??0H245_CommunicationModeCommand@@QAE@IW4TagClass@PASN_Object@@@Z @604 NONAME ??0H245_CommunicationModeRequest@@QAE@IW4TagClass@PASN_Object@@@Z @605 NONAME ??0H245_CommunicationModeResponse@@QAE@IW4TagClass@PASN_Object@@@Z @606 NONAME ??0H245_CommunicationModeTableEntry@@QAE@ABV0@@Z @607 NONAME ??0H245_CommunicationModeTableEntry@@QAE@IW4TagClass@PASN_Object@@@Z @608 NONAME ??0H245_CommunicationModeTableEntry_dataType@@QAE@IW4TagClass@PASN_Object@@@Z @609 NONAME ??0H245_CompressionType@@QAE@IW4TagClass@PASN_Object@@@Z @610 NONAME ??0H245_ConferenceCapability@@QAE@ABV0@@Z @611 NONAME ??0H245_ConferenceCapability@@QAE@IW4TagClass@PASN_Object@@@Z @612 NONAME ??0H245_ConferenceCommand@@QAE@IW4TagClass@PASN_Object@@@Z @613 NONAME ??0H245_ConferenceID@@QAE@ABVPBYTEArray@@@Z @18307 NONAME ??0H245_ConferenceID@@QAE@ABVPString@@@Z @18308 NONAME ??0H245_ConferenceID@@QAE@IW4TagClass@PASN_Object@@@Z @614 NONAME ??0H245_ConferenceID@@QAE@PBD@Z @18309 NONAME ??0H245_ConferenceIndication@@QAE@IW4TagClass@PASN_Object@@@Z @615 NONAME ??0H245_ConferenceRequest@@QAE@IW4TagClass@PASN_Object@@@Z @616 NONAME ??0H245_ConferenceRequest_requestTerminalCertificate@@QAE@ABV0@@Z @617 NONAME ??0H245_ConferenceRequest_requestTerminalCertificate@@QAE@IW4TagClass@PASN_Object@@@Z @618 NONAME ??0H245_ConferenceResponse@@QAE@IW4TagClass@PASN_Object@@@Z @619 NONAME ??0H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@QAE@IW4TagClass@PASN_Object@@@Z @620 NONAME ??0H245_ConferenceResponse_chairTokenOwnerResponse@@QAE@ABV0@@Z @621 NONAME ??0H245_ConferenceResponse_chairTokenOwnerResponse@@QAE@IW4TagClass@PASN_Object@@@Z @622 NONAME ??0H245_ConferenceResponse_conferenceIDResponse@@QAE@ABV0@@Z @623 NONAME ??0H245_ConferenceResponse_conferenceIDResponse@@QAE@IW4TagClass@PASN_Object@@@Z @624 NONAME ??0H245_ConferenceResponse_extensionAddressResponse@@QAE@ABV0@@Z @625 NONAME ??0H245_ConferenceResponse_extensionAddressResponse@@QAE@IW4TagClass@PASN_Object@@@Z @626 NONAME ??0H245_ConferenceResponse_makeMeChairResponse@@QAE@IW4TagClass@PASN_Object@@@Z @627 NONAME ??0H245_ConferenceResponse_makeTerminalBroadcasterResponse@@QAE@IW4TagClass@PASN_Object@@@Z @628 NONAME ??0H245_ConferenceResponse_mCTerminalIDResponse@@QAE@ABV0@@Z @629 NONAME ??0H245_ConferenceResponse_mCTerminalIDResponse@@QAE@IW4TagClass@PASN_Object@@@Z @630 NONAME ??0H245_ConferenceResponse_passwordResponse@@QAE@ABV0@@Z @631 NONAME ??0H245_ConferenceResponse_passwordResponse@@QAE@IW4TagClass@PASN_Object@@@Z @632 NONAME ??0H245_ConferenceResponse_sendThisSourceResponse@@QAE@IW4TagClass@PASN_Object@@@Z @633 NONAME ??0H245_ConferenceResponse_terminalCertificateResponse@@QAE@ABV0@@Z @634 NONAME ??0H245_ConferenceResponse_terminalCertificateResponse@@QAE@IW4TagClass@PASN_Object@@@Z @635 NONAME ??0H245_ConferenceResponse_terminalIDResponse@@QAE@ABV0@@Z @636 NONAME ??0H245_ConferenceResponse_terminalIDResponse@@QAE@IW4TagClass@PASN_Object@@@Z @637 NONAME ??0H245_ConnectionIdentifier@@QAE@ABV0@@Z @11144 NONAME ??0H245_ConnectionIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @11145 NONAME ??0H245_CRCLength@@QAE@IW4TagClass@PASN_Object@@@Z @638 NONAME ??0H245_Criteria@@QAE@ABV0@@Z @639 NONAME ??0H245_Criteria@@QAE@IW4TagClass@PASN_Object@@@Z @640 NONAME ??0H245_CustomPictureClockFrequency@@QAE@ABV0@@Z @641 NONAME ??0H245_CustomPictureClockFrequency@@QAE@IW4TagClass@PASN_Object@@@Z @642 NONAME ??0H245_CustomPictureFormat@@QAE@ABV0@@Z @643 NONAME ??0H245_CustomPictureFormat@@QAE@IW4TagClass@PASN_Object@@@Z @644 NONAME ??0H245_CustomPictureFormat_mPI@@QAE@ABV0@@Z @645 NONAME ??0H245_CustomPictureFormat_mPI@@QAE@IW4TagClass@PASN_Object@@@Z @646 NONAME ??0H245_CustomPictureFormat_mPI_customPCF@@QAE@IW4TagClass@PASN_Object@@@Z @647 NONAME ??0H245_CustomPictureFormat_mPI_customPCF_subtype@@QAE@ABV0@@Z @648 NONAME ??0H245_CustomPictureFormat_mPI_customPCF_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @649 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation@@QAE@IW4TagClass@PASN_Object@@@Z @650 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@QAE@IW4TagClass@PASN_Object@@@Z @651 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@QAE@ABV0@@Z @652 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @653 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@QAE@IW4TagClass@PASN_Object@@@Z @654 NONAME ??0H245_DataApplicationCapability@@QAE@ABV0@@Z @655 NONAME ??0H245_DataApplicationCapability@@QAE@IW4TagClass@PASN_Object@@@Z @656 NONAME ??0H245_DataApplicationCapability_application@@QAE@IW4TagClass@PASN_Object@@@Z @657 NONAME ??0H245_DataApplicationCapability_application_nlpid@@QAE@ABV0@@Z @658 NONAME ??0H245_DataApplicationCapability_application_nlpid@@QAE@IW4TagClass@PASN_Object@@@Z @659 NONAME ??0H245_DataApplicationCapability_application_t38fax@@QAE@ABV0@@Z @11146 NONAME ??0H245_DataApplicationCapability_application_t38fax@@QAE@IW4TagClass@PASN_Object@@@Z @11147 NONAME ??0H245_DataApplicationCapability_application_t84@@QAE@ABV0@@Z @660 NONAME ??0H245_DataApplicationCapability_application_t84@@QAE@IW4TagClass@PASN_Object@@@Z @661 NONAME ??0H245_DataMode@@QAE@ABV0@@Z @662 NONAME ??0H245_DataMode@@QAE@IW4TagClass@PASN_Object@@@Z @663 NONAME ??0H245_DataMode_application@@QAE@IW4TagClass@PASN_Object@@@Z @664 NONAME ??0H245_DataMode_application_nlpid@@QAE@ABV0@@Z @665 NONAME ??0H245_DataMode_application_nlpid@@QAE@IW4TagClass@PASN_Object@@@Z @666 NONAME ??0H245_DataMode_application_t38fax@@QAE@ABV0@@Z @11148 NONAME ??0H245_DataMode_application_t38fax@@QAE@IW4TagClass@PASN_Object@@@Z @11149 NONAME ??0H245_DataProtocolCapability@@QAE@IW4TagClass@PASN_Object@@@Z @667 NONAME ??0H245_DataProtocolCapability_v76wCompression@@QAE@IW4TagClass@PASN_Object@@@Z @668 NONAME ??0H245_DataType@@QAE@IW4TagClass@PASN_Object@@@Z @669 NONAME ??0H245_DepFECCapability@@QAE@IW4TagClass@PASN_Object@@@Z @29999 NONAME ??0H245_DepFECCapability_rfc2733@@QAE@ABV0@@Z @30000 NONAME ??0H245_DepFECCapability_rfc2733@@QAE@IW4TagClass@PASN_Object@@@Z @30001 NONAME ??0H245_DepFECCapability_rfc2733_separateStream@@QAE@ABV0@@Z @30002 NONAME ??0H245_DepFECCapability_rfc2733_separateStream@@QAE@IW4TagClass@PASN_Object@@@Z @30003 NONAME ??0H245_DepFECData@@QAE@IW4TagClass@PASN_Object@@@Z @30004 NONAME ??0H245_DepFECData_rfc2733@@QAE@ABV0@@Z @30005 NONAME ??0H245_DepFECData_rfc2733@@QAE@IW4TagClass@PASN_Object@@@Z @30006 NONAME ??0H245_DepFECData_rfc2733_mode@@QAE@IW4TagClass@PASN_Object@@@Z @30007 NONAME ??0H245_DepFECData_rfc2733_mode_separateStream@@QAE@IW4TagClass@PASN_Object@@@Z @30008 NONAME ??0H245_DepFECData_rfc2733_mode_separateStream_differentPort@@QAE@ABV0@@Z @30009 NONAME ??0H245_DepFECData_rfc2733_mode_separateStream_differentPort@@QAE@IW4TagClass@PASN_Object@@@Z @30010 NONAME ??0H245_DepFECData_rfc2733_mode_separateStream_samePort@@QAE@ABV0@@Z @30011 NONAME ??0H245_DepFECData_rfc2733_mode_separateStream_samePort@@QAE@IW4TagClass@PASN_Object@@@Z @30012 NONAME ??0H245_DepFECMode@@QAE@IW4TagClass@PASN_Object@@@Z @30013 NONAME ??0H245_DepFECMode_rfc2733Mode@@QAE@ABV0@@Z @30014 NONAME ??0H245_DepFECMode_rfc2733Mode@@QAE@IW4TagClass@PASN_Object@@@Z @30015 NONAME ??0H245_DepFECMode_rfc2733Mode_mode@@QAE@IW4TagClass@PASN_Object@@@Z @30016 NONAME ??0H245_DepFECMode_rfc2733Mode_mode_separateStream@@QAE@IW4TagClass@PASN_Object@@@Z @30017 NONAME ??0H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@QAE@ABV0@@Z @30018 NONAME ??0H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@QAE@IW4TagClass@PASN_Object@@@Z @30019 NONAME ??0H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@QAE@ABV0@@Z @30020 NONAME ??0H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@QAE@IW4TagClass@PASN_Object@@@Z @30021 NONAME ??0H245_DialingInformation@@QAE@IW4TagClass@PASN_Object@@@Z @11150 NONAME ??0H245_DialingInformationNetworkType@@QAE@IW4TagClass@PASN_Object@@@Z @11151 NONAME ??0H245_DialingInformationNumber@@QAE@ABV0@@Z @11152 NONAME ??0H245_DialingInformationNumber@@QAE@IW4TagClass@PASN_Object@@@Z @11153 NONAME ??0H245_EncryptionAuthenticationAndIntegrity@@QAE@ABV0@@Z @670 NONAME ??0H245_EncryptionAuthenticationAndIntegrity@@QAE@IW4TagClass@PASN_Object@@@Z @671 NONAME ??0H245_EncryptionCapability@@QAE@IW4TagClass@PASN_Object@@@Z @672 NONAME ??0H245_EncryptionCommand@@QAE@IW4TagClass@PASN_Object@@@Z @673 NONAME ??0H245_EncryptionCommand_encryptionAlgorithmID@@QAE@ABV0@@Z @674 NONAME ??0H245_EncryptionCommand_encryptionAlgorithmID@@QAE@IW4TagClass@PASN_Object@@@Z @675 NONAME ??0H245_EncryptionMode@@QAE@IW4TagClass@PASN_Object@@@Z @676 NONAME ??0H245_EncryptionSync@@QAE@ABV0@@Z @677 NONAME ??0H245_EncryptionSync@@QAE@IW4TagClass@PASN_Object@@@Z @678 NONAME ??0H245_EncryptionUpdateDirection@@QAE@IW4TagClass@PASN_Object@@@Z @30022 NONAME ??0H245_EncryptionUpdateRequest@@QAE@ABV0@@Z @30023 NONAME ??0H245_EncryptionUpdateRequest@@QAE@IW4TagClass@PASN_Object@@@Z @679 NONAME ??0H245_EndSessionCommand@@QAE@IW4TagClass@PASN_Object@@@Z @680 NONAME ??0H245_EndSessionCommand_gstnOptions@@QAE@IW4TagClass@PASN_Object@@@Z @681 NONAME ??0H245_EndSessionCommand_isdnOptions@@QAE@IW4TagClass@PASN_Object@@@Z @682 NONAME ??0H245_EnhancementLayerInfo@@QAE@ABV0@@Z @683 NONAME ??0H245_EnhancementLayerInfo@@QAE@IW4TagClass@PASN_Object@@@Z @684 NONAME ??0H245_EnhancementOptions@@QAE@ABV0@@Z @685 NONAME ??0H245_EnhancementOptions@@QAE@IW4TagClass@PASN_Object@@@Z @686 NONAME ??0H245_EscrowData@@QAE@ABV0@@Z @687 NONAME ??0H245_EscrowData@@QAE@IW4TagClass@PASN_Object@@@Z @688 NONAME ??0H245_ExtendedVideoCapability@@QAE@ABV0@@Z @30024 NONAME ??0H245_ExtendedVideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @30025 NONAME ??0H245_FECCapability@@QAE@ABV0@@Z @30026 NONAME ??0H245_FECCapability@@QAE@IW4TagClass@PASN_Object@@@Z @19016 NONAME ??0H245_FECCapability_rfc2733Format@@QAE@IW4TagClass@PASN_Object@@@Z @30027 NONAME ??0H245_FECData@@QAE@IW4TagClass@PASN_Object@@@Z @19021 NONAME ??0H245_FECData_rfc2733@@QAE@ABV0@@Z @19022 NONAME ??0H245_FECData_rfc2733@@QAE@IW4TagClass@PASN_Object@@@Z @19023 NONAME ??0H245_FECData_rfc2733_pktMode@@QAE@IW4TagClass@PASN_Object@@@Z @30028 NONAME ??0H245_FECData_rfc2733_pktMode_rfc2733diffport@@QAE@ABV0@@Z @30029 NONAME ??0H245_FECData_rfc2733_pktMode_rfc2733diffport@@QAE@IW4TagClass@PASN_Object@@@Z @30030 NONAME ??0H245_FECData_rfc2733_pktMode_rfc2733sameport@@QAE@IW4TagClass@PASN_Object@@@Z @30031 NONAME ??0H245_FECMode@@QAE@ABV0@@Z @30032 NONAME ??0H245_FECMode@@QAE@IW4TagClass@PASN_Object@@@Z @19030 NONAME ??0H245_FECMode_rfc2733Format@@QAE@IW4TagClass@PASN_Object@@@Z @30033 NONAME ??0H245_FlowControlCommand@@QAE@ABV0@@Z @689 NONAME ??0H245_FlowControlCommand@@QAE@IW4TagClass@PASN_Object@@@Z @690 NONAME ??0H245_FlowControlCommand_restriction@@QAE@IW4TagClass@PASN_Object@@@Z @691 NONAME ??0H245_FlowControlCommand_scope@@QAE@IW4TagClass@PASN_Object@@@Z @692 NONAME ??0H245_FlowControlIndication@@QAE@ABV0@@Z @11154 NONAME ??0H245_FlowControlIndication@@QAE@IW4TagClass@PASN_Object@@@Z @11155 NONAME ??0H245_FlowControlIndication_restriction@@QAE@IW4TagClass@PASN_Object@@@Z @11156 NONAME ??0H245_FlowControlIndication_scope@@QAE@IW4TagClass@PASN_Object@@@Z @11157 NONAME ??0H245_FunctionNotSupported@@QAE@ABV0@@Z @693 NONAME ??0H245_FunctionNotSupported@@QAE@IW4TagClass@PASN_Object@@@Z @694 NONAME ??0H245_FunctionNotSupported_cause@@QAE@IW4TagClass@PASN_Object@@@Z @695 NONAME ??0H245_FunctionNotUnderstood@@QAE@IW4TagClass@PASN_Object@@@Z @696 NONAME ??0H245_G7231AnnexCCapability@@QAE@ABV0@@Z @697 NONAME ??0H245_G7231AnnexCCapability@@QAE@IW4TagClass@PASN_Object@@@Z @698 NONAME ??0H245_G7231AnnexCCapability_g723AnnexCAudioMode@@QAE@ABV0@@Z @699 NONAME ??0H245_G7231AnnexCCapability_g723AnnexCAudioMode@@QAE@IW4TagClass@PASN_Object@@@Z @700 NONAME ??0H245_G7231AnnexCMode@@QAE@ABV0@@Z @701 NONAME ??0H245_G7231AnnexCMode@@QAE@IW4TagClass@PASN_Object@@@Z @702 NONAME ??0H245_G7231AnnexCMode_g723AnnexCAudioMode@@QAE@ABV0@@Z @703 NONAME ??0H245_G7231AnnexCMode_g723AnnexCAudioMode@@QAE@IW4TagClass@PASN_Object@@@Z @704 NONAME ??0H245_G729Extensions@@QAE@ABV0@@Z @11158 NONAME ??0H245_G729Extensions@@QAE@IW4TagClass@PASN_Object@@@Z @11159 NONAME ??0H245_GenericCapability@@QAE@ABV0@@Z @11160 NONAME ??0H245_GenericCapability@@QAE@IW4TagClass@PASN_Object@@@Z @11161 NONAME ??0H245_GenericMessage@@QAE@ABV0@@Z @30034 NONAME ??0H245_GenericMessage@@QAE@IW4TagClass@PASN_Object@@@Z @30035 NONAME ??0H245_GenericParameter@@QAE@ABV0@@Z @11162 NONAME ??0H245_GenericParameter@@QAE@IW4TagClass@PASN_Object@@@Z @11163 NONAME ??0H245_GSMAudioCapability@@QAE@ABV0@@Z @705 NONAME ??0H245_GSMAudioCapability@@QAE@IW4TagClass@PASN_Object@@@Z @706 NONAME ??0H245_H222Capability@@QAE@ABV0@@Z @707 NONAME ??0H245_H222Capability@@QAE@IW4TagClass@PASN_Object@@@Z @708 NONAME ??0H245_H222LogicalChannelParameters@@QAE@ABV0@@Z @709 NONAME ??0H245_H222LogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @710 NONAME ??0H245_H223AL1MParameters@@QAE@ABV0@@Z @711 NONAME ??0H245_H223AL1MParameters@@QAE@IW4TagClass@PASN_Object@@@Z @712 NONAME ??0H245_H223AL1MParameters_arqType@@QAE@IW4TagClass@PASN_Object@@@Z @713 NONAME ??0H245_H223AL1MParameters_crcLength@@QAE@IW4TagClass@PASN_Object@@@Z @714 NONAME ??0H245_H223AL1MParameters_headerFEC@@QAE@IW4TagClass@PASN_Object@@@Z @715 NONAME ??0H245_H223AL1MParameters_transferMode@@QAE@IW4TagClass@PASN_Object@@@Z @716 NONAME ??0H245_H223AL2MParameters@@QAE@ABV0@@Z @717 NONAME ??0H245_H223AL2MParameters@@QAE@IW4TagClass@PASN_Object@@@Z @718 NONAME ??0H245_H223AL2MParameters_headerFEC@@QAE@IW4TagClass@PASN_Object@@@Z @719 NONAME ??0H245_H223AL3MParameters@@QAE@ABV0@@Z @720 NONAME ??0H245_H223AL3MParameters@@QAE@IW4TagClass@PASN_Object@@@Z @721 NONAME ??0H245_H223AL3MParameters_arqType@@QAE@IW4TagClass@PASN_Object@@@Z @722 NONAME ??0H245_H223AL3MParameters_crcLength@@QAE@IW4TagClass@PASN_Object@@@Z @723 NONAME ??0H245_H223AL3MParameters_headerFormat@@QAE@IW4TagClass@PASN_Object@@@Z @724 NONAME ??0H245_H223AnnexCArqParameters@@QAE@ABV0@@Z @725 NONAME ??0H245_H223AnnexCArqParameters@@QAE@IW4TagClass@PASN_Object@@@Z @726 NONAME ??0H245_H223AnnexCArqParameters_numberOfRetransmissions@@QAE@IW4TagClass@PASN_Object@@@Z @727 NONAME ??0H245_H223AnnexCCapability@@QAE@ABV0@@Z @728 NONAME ??0H245_H223AnnexCCapability@@QAE@IW4TagClass@PASN_Object@@@Z @729 NONAME ??0H245_H223Capability@@QAE@ABV0@@Z @730 NONAME ??0H245_H223Capability@@QAE@IW4TagClass@PASN_Object@@@Z @731 NONAME ??0H245_H223Capability_h223MultiplexTableCapability@@QAE@IW4TagClass@PASN_Object@@@Z @732 NONAME ??0H245_H223Capability_h223MultiplexTableCapability_enhanced@@QAE@ABV0@@Z @733 NONAME ??0H245_H223Capability_h223MultiplexTableCapability_enhanced@@QAE@IW4TagClass@PASN_Object@@@Z @734 NONAME ??0H245_H223Capability_mobileMultilinkFrameCapability@@QAE@ABV0@@Z @11164 NONAME ??0H245_H223Capability_mobileMultilinkFrameCapability@@QAE@IW4TagClass@PASN_Object@@@Z @11165 NONAME ??0H245_H223Capability_mobileOperationTransmitCapability@@QAE@ABV0@@Z @735 NONAME ??0H245_H223Capability_mobileOperationTransmitCapability@@QAE@IW4TagClass@PASN_Object@@@Z @736 NONAME ??0H245_H223LogicalChannelParameters@@QAE@ABV0@@Z @737 NONAME ??0H245_H223LogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @738 NONAME ??0H245_H223LogicalChannelParameters_adaptationLayerType@@QAE@IW4TagClass@PASN_Object@@@Z @739 NONAME ??0H245_H223LogicalChannelParameters_adaptationLayerType_al3@@QAE@ABV0@@Z @740 NONAME ??0H245_H223LogicalChannelParameters_adaptationLayerType_al3@@QAE@IW4TagClass@PASN_Object@@@Z @741 NONAME ??0H245_H223ModeParameters@@QAE@ABV0@@Z @742 NONAME ??0H245_H223ModeParameters@@QAE@IW4TagClass@PASN_Object@@@Z @743 NONAME ??0H245_H223ModeParameters_adaptationLayerType@@QAE@IW4TagClass@PASN_Object@@@Z @744 NONAME ??0H245_H223ModeParameters_adaptationLayerType_al3@@QAE@ABV0@@Z @745 NONAME ??0H245_H223ModeParameters_adaptationLayerType_al3@@QAE@IW4TagClass@PASN_Object@@@Z @746 NONAME ??0H245_H223MultiplexReconfiguration@@QAE@IW4TagClass@PASN_Object@@@Z @747 NONAME ??0H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@QAE@IW4TagClass@PASN_Object@@@Z @748 NONAME ??0H245_H223MultiplexReconfiguration_h223ModeChange@@QAE@IW4TagClass@PASN_Object@@@Z @749 NONAME ??0H245_H223SkewIndication@@QAE@ABV0@@Z @750 NONAME ??0H245_H223SkewIndication@@QAE@IW4TagClass@PASN_Object@@@Z @751 NONAME ??0H245_H2250Capability@@QAE@ABV0@@Z @752 NONAME ??0H245_H2250Capability@@QAE@IW4TagClass@PASN_Object@@@Z @753 NONAME ??0H245_H2250Capability_mcCapability@@QAE@ABV0@@Z @754 NONAME ??0H245_H2250Capability_mcCapability@@QAE@IW4TagClass@PASN_Object@@@Z @755 NONAME ??0H245_H2250LogicalChannelAckParameters@@QAE@ABV0@@Z @756 NONAME ??0H245_H2250LogicalChannelAckParameters@@QAE@IW4TagClass@PASN_Object@@@Z @757 NONAME ??0H245_H2250LogicalChannelParameters@@QAE@ABV0@@Z @758 NONAME ??0H245_H2250LogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @759 NONAME ??0H245_H2250LogicalChannelParameters_mediaPacketization@@QAE@IW4TagClass@PASN_Object@@@Z @760 NONAME ??0H245_H2250MaximumSkewIndication@@QAE@ABV0@@Z @761 NONAME ??0H245_H2250MaximumSkewIndication@@QAE@IW4TagClass@PASN_Object@@@Z @762 NONAME ??0H245_H2250ModeParameters@@QAE@IW4TagClass@PASN_Object@@@Z @763 NONAME ??0H245_H235Media@@QAE@ABV0@@Z @764 NONAME ??0H245_H235Media@@QAE@IW4TagClass@PASN_Object@@@Z @765 NONAME ??0H245_H235Media_mediaType@@QAE@IW4TagClass@PASN_Object@@@Z @766 NONAME ??0H245_H235Mode@@QAE@ABV0@@Z @767 NONAME ??0H245_H235Mode@@QAE@IW4TagClass@PASN_Object@@@Z @768 NONAME ??0H245_H235Mode_mediaMode@@QAE@IW4TagClass@PASN_Object@@@Z @769 NONAME ??0H245_H235SecurityCapability@@QAE@ABV0@@Z @770 NONAME ??0H245_H235SecurityCapability@@QAE@IW4TagClass@PASN_Object@@@Z @771 NONAME ??0H245_H261VideoCapability@@QAE@ABV0@@Z @772 NONAME ??0H245_H261VideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @773 NONAME ??0H245_H261VideoMode@@QAE@ABV0@@Z @774 NONAME ??0H245_H261VideoMode@@QAE@IW4TagClass@PASN_Object@@@Z @775 NONAME ??0H245_H261VideoMode_resolution@@QAE@IW4TagClass@PASN_Object@@@Z @776 NONAME ??0H245_H262VideoCapability@@QAE@ABV0@@Z @777 NONAME ??0H245_H262VideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @778 NONAME ??0H245_H262VideoMode@@QAE@ABV0@@Z @779 NONAME ??0H245_H262VideoMode@@QAE@IW4TagClass@PASN_Object@@@Z @780 NONAME ??0H245_H262VideoMode_profileAndLevel@@QAE@IW4TagClass@PASN_Object@@@Z @781 NONAME ??0H245_H263ModeComboFlags@@QAE@ABV0@@Z @782 NONAME ??0H245_H263ModeComboFlags@@QAE@IW4TagClass@PASN_Object@@@Z @783 NONAME ??0H245_H263Options@@QAE@ABV0@@Z @784 NONAME ??0H245_H263Options@@QAE@IW4TagClass@PASN_Object@@@Z @785 NONAME ??0H245_H263Version3Options@@QAE@ABV0@@Z @11166 NONAME ??0H245_H263Version3Options@@QAE@IW4TagClass@PASN_Object@@@Z @11167 NONAME ??0H245_H263VideoCapability@@QAE@ABV0@@Z @786 NONAME ??0H245_H263VideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @787 NONAME ??0H245_H263VideoMode@@QAE@ABV0@@Z @788 NONAME ??0H245_H263VideoMode@@QAE@IW4TagClass@PASN_Object@@@Z @789 NONAME ??0H245_H263VideoModeCombos@@QAE@ABV0@@Z @790 NONAME ??0H245_H263VideoModeCombos@@QAE@IW4TagClass@PASN_Object@@@Z @791 NONAME ??0H245_H263VideoMode_resolution@@QAE@IW4TagClass@PASN_Object@@@Z @792 NONAME ??0H245_IndicationMessage@@QAE@IW4TagClass@PASN_Object@@@Z @793 NONAME ??0H245_IntegrityCapability@@QAE@IW4TagClass@PASN_Object@@@Z @794 NONAME ??0H245_IS11172AudioCapability@@QAE@ABV0@@Z @795 NONAME ??0H245_IS11172AudioCapability@@QAE@IW4TagClass@PASN_Object@@@Z @796 NONAME ??0H245_IS11172AudioMode@@QAE@ABV0@@Z @797 NONAME ??0H245_IS11172AudioMode@@QAE@IW4TagClass@PASN_Object@@@Z @798 NONAME ??0H245_IS11172AudioMode_audioLayer@@QAE@IW4TagClass@PASN_Object@@@Z @799 NONAME ??0H245_IS11172AudioMode_audioSampling@@QAE@IW4TagClass@PASN_Object@@@Z @800 NONAME ??0H245_IS11172AudioMode_multichannelType@@QAE@IW4TagClass@PASN_Object@@@Z @801 NONAME ??0H245_IS11172VideoCapability@@QAE@ABV0@@Z @802 NONAME ??0H245_IS11172VideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @803 NONAME ??0H245_IS11172VideoMode@@QAE@ABV0@@Z @804 NONAME ??0H245_IS11172VideoMode@@QAE@IW4TagClass@PASN_Object@@@Z @805 NONAME ??0H245_IS13818AudioCapability@@QAE@ABV0@@Z @806 NONAME ??0H245_IS13818AudioCapability@@QAE@IW4TagClass@PASN_Object@@@Z @807 NONAME ??0H245_IS13818AudioMode@@QAE@ABV0@@Z @808 NONAME ??0H245_IS13818AudioMode@@QAE@IW4TagClass@PASN_Object@@@Z @809 NONAME ??0H245_IS13818AudioMode_audioLayer@@QAE@IW4TagClass@PASN_Object@@@Z @810 NONAME ??0H245_IS13818AudioMode_audioSampling@@QAE@IW4TagClass@PASN_Object@@@Z @811 NONAME ??0H245_IS13818AudioMode_multichannelType@@QAE@IW4TagClass@PASN_Object@@@Z @812 NONAME ??0H245_IV16@@QAE@ABVPBYTEArray@@@Z @30036 NONAME ??0H245_IV16@@QAE@ABVPString@@@Z @30037 NONAME ??0H245_IV16@@QAE@IW4TagClass@PASN_Object@@@Z @30038 NONAME ??0H245_IV16@@QAE@PBD@Z @30039 NONAME ??0H245_IV8@@QAE@ABVPBYTEArray@@@Z @30040 NONAME ??0H245_IV8@@QAE@ABVPString@@@Z @30041 NONAME ??0H245_IV8@@QAE@IW4TagClass@PASN_Object@@@Z @30042 NONAME ??0H245_IV8@@QAE@PBD@Z @30043 NONAME ??0H245_JitterIndication@@QAE@ABV0@@Z @813 NONAME ??0H245_JitterIndication@@QAE@IW4TagClass@PASN_Object@@@Z @814 NONAME ??0H245_JitterIndication_scope@@QAE@IW4TagClass@PASN_Object@@@Z @815 NONAME ??0H245_KeyProtectionMethod@@QAE@ABV0@@Z @816 NONAME ??0H245_KeyProtectionMethod@@QAE@IW4TagClass@PASN_Object@@@Z @817 NONAME ??0H245_LogicalChannelNumber@@QAE@IW4TagClass@PASN_Object@@@Z @818 NONAME ??0H245_LogicalChannelRateAcknowledge@@QAE@ABV0@@Z @11168 NONAME ??0H245_LogicalChannelRateAcknowledge@@QAE@IW4TagClass@PASN_Object@@@Z @11169 NONAME ??0H245_LogicalChannelRateReject@@QAE@ABV0@@Z @11170 NONAME ??0H245_LogicalChannelRateReject@@QAE@IW4TagClass@PASN_Object@@@Z @11171 NONAME ??0H245_LogicalChannelRateRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @11172 NONAME ??0H245_LogicalChannelRateRelease@@QAE@IW4TagClass@PASN_Object@@@Z @11173 NONAME ??0H245_LogicalChannelRateRequest@@QAE@ABV0@@Z @11174 NONAME ??0H245_LogicalChannelRateRequest@@QAE@IW4TagClass@PASN_Object@@@Z @11175 NONAME ??0H245_MaintenanceLoopAck@@QAE@ABV0@@Z @819 NONAME ??0H245_MaintenanceLoopAck@@QAE@IW4TagClass@PASN_Object@@@Z @820 NONAME ??0H245_MaintenanceLoopAck_type@@QAE@IW4TagClass@PASN_Object@@@Z @821 NONAME ??0H245_MaintenanceLoopOffCommand@@QAE@IW4TagClass@PASN_Object@@@Z @822 NONAME ??0H245_MaintenanceLoopReject@@QAE@ABV0@@Z @823 NONAME ??0H245_MaintenanceLoopReject@@QAE@IW4TagClass@PASN_Object@@@Z @824 NONAME ??0H245_MaintenanceLoopReject_cause@@QAE@IW4TagClass@PASN_Object@@@Z @825 NONAME ??0H245_MaintenanceLoopReject_type@@QAE@IW4TagClass@PASN_Object@@@Z @826 NONAME ??0H245_MaintenanceLoopRequest@@QAE@ABV0@@Z @827 NONAME ??0H245_MaintenanceLoopRequest@@QAE@IW4TagClass@PASN_Object@@@Z @828 NONAME ??0H245_MaintenanceLoopRequest_type@@QAE@IW4TagClass@PASN_Object@@@Z @829 NONAME ??0H245_MasterSlaveDetermination@@QAE@ABV0@@Z @830 NONAME ??0H245_MasterSlaveDetermination@@QAE@IW4TagClass@PASN_Object@@@Z @831 NONAME ??0H245_MasterSlaveDeterminationAck@@QAE@ABV0@@Z @832 NONAME ??0H245_MasterSlaveDeterminationAck@@QAE@IW4TagClass@PASN_Object@@@Z @833 NONAME ??0H245_MasterSlaveDeterminationAck_decision@@QAE@IW4TagClass@PASN_Object@@@Z @834 NONAME ??0H245_MasterSlaveDeterminationReject@@QAE@ABV0@@Z @835 NONAME ??0H245_MasterSlaveDeterminationReject@@QAE@IW4TagClass@PASN_Object@@@Z @836 NONAME ??0H245_MasterSlaveDeterminationReject_cause@@QAE@IW4TagClass@PASN_Object@@@Z @837 NONAME ??0H245_MasterSlaveDeterminationRelease@@QAE@IW4TagClass@PASN_Object@@@Z @838 NONAME ??0H245_MaximumBitRate@@QAE@IW4TagClass@PASN_Object@@@Z @11176 NONAME ??0H245_MaxRedundancy@@QAE@IW4TagClass@PASN_Object@@@Z @30044 NONAME ??0H245_MCLocationIndication@@QAE@ABV0@@Z @839 NONAME ??0H245_MCLocationIndication@@QAE@IW4TagClass@PASN_Object@@@Z @840 NONAME ??0H245_McuNumber@@QAE@IW4TagClass@PASN_Object@@@Z @841 NONAME ??0H245_MediaChannelCapability@@QAE@ABV0@@Z @842 NONAME ??0H245_MediaChannelCapability@@QAE@IW4TagClass@PASN_Object@@@Z @843 NONAME ??0H245_MediaDistributionCapability@@QAE@ABV0@@Z @844 NONAME ??0H245_MediaDistributionCapability@@QAE@IW4TagClass@PASN_Object@@@Z @845 NONAME ??0H245_MediaEncryptionAlgorithm@@QAE@IW4TagClass@PASN_Object@@@Z @846 NONAME ??0H245_MediaPacketizationCapability@@QAE@ABV0@@Z @847 NONAME ??0H245_MediaPacketizationCapability@@QAE@IW4TagClass@PASN_Object@@@Z @848 NONAME ??0H245_MediaTransportType@@QAE@IW4TagClass@PASN_Object@@@Z @849 NONAME ??0H245_MediaTransportType_atm_AAL5_compressed@@QAE@ABV0@@Z @11177 NONAME ??0H245_MediaTransportType_atm_AAL5_compressed@@QAE@IW4TagClass@PASN_Object@@@Z @11178 NONAME ??0H245_MiscellaneousCommand@@QAE@ABV0@@Z @850 NONAME ??0H245_MiscellaneousCommand@@QAE@IW4TagClass@PASN_Object@@@Z @851 NONAME ??0H245_MiscellaneousCommand_type@@QAE@IW4TagClass@PASN_Object@@@Z @852 NONAME ??0H245_MiscellaneousCommand_type_encryptionUpdateAck@@QAE@ABV0@@Z @30045 NONAME ??0H245_MiscellaneousCommand_type_encryptionUpdateAck@@QAE@IW4TagClass@PASN_Object@@@Z @30046 NONAME ??0H245_MiscellaneousCommand_type_encryptionUpdateCommand@@QAE@ABV0@@Z @30047 NONAME ??0H245_MiscellaneousCommand_type_encryptionUpdateCommand@@QAE@IW4TagClass@PASN_Object@@@Z @30048 NONAME ??0H245_MiscellaneousCommand_type_lostPartialPicture@@QAE@ABV0@@Z @11179 NONAME ??0H245_MiscellaneousCommand_type_lostPartialPicture@@QAE@IW4TagClass@PASN_Object@@@Z @11180 NONAME ??0H245_MiscellaneousCommand_type_progressiveRefinementStart@@QAE@ABV0@@Z @853 NONAME ??0H245_MiscellaneousCommand_type_progressiveRefinementStart@@QAE@IW4TagClass@PASN_Object@@@Z @854 NONAME ??0H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@QAE@IW4TagClass@PASN_Object@@@Z @855 NONAME ??0H245_MiscellaneousCommand_type_videoBadMBs@@QAE@ABV0@@Z @11181 NONAME ??0H245_MiscellaneousCommand_type_videoBadMBs@@QAE@IW4TagClass@PASN_Object@@@Z @11182 NONAME ??0H245_MiscellaneousCommand_type_videoFastUpdateGOB@@QAE@ABV0@@Z @856 NONAME ??0H245_MiscellaneousCommand_type_videoFastUpdateGOB@@QAE@IW4TagClass@PASN_Object@@@Z @857 NONAME ??0H245_MiscellaneousCommand_type_videoFastUpdateMB@@QAE@ABV0@@Z @858 NONAME ??0H245_MiscellaneousCommand_type_videoFastUpdateMB@@QAE@IW4TagClass@PASN_Object@@@Z @859 NONAME ??0H245_MiscellaneousIndication@@QAE@ABV0@@Z @860 NONAME ??0H245_MiscellaneousIndication@@QAE@IW4TagClass@PASN_Object@@@Z @861 NONAME ??0H245_MiscellaneousIndication_type@@QAE@IW4TagClass@PASN_Object@@@Z @862 NONAME ??0H245_MiscellaneousIndication_type_videoNotDecodedMBs@@QAE@ABV0@@Z @863 NONAME ??0H245_MiscellaneousIndication_type_videoNotDecodedMBs@@QAE@IW4TagClass@PASN_Object@@@Z @864 NONAME ??0H245_MobileMultilinkReconfigurationCommand@@QAE@ABV0@@Z @11183 NONAME ??0H245_MobileMultilinkReconfigurationCommand@@QAE@IW4TagClass@PASN_Object@@@Z @11184 NONAME ??0H245_MobileMultilinkReconfigurationCommand_status@@QAE@IW4TagClass@PASN_Object@@@Z @11185 NONAME ??0H245_MobileMultilinkReconfigurationIndication@@QAE@ABV0@@Z @11186 NONAME ??0H245_MobileMultilinkReconfigurationIndication@@QAE@IW4TagClass@PASN_Object@@@Z @11187 NONAME ??0H245_ModeDescription@@QAE@IW4TagClass@PASN_Object@@@Z @865 NONAME ??0H245_ModeElement@@QAE@ABV0@@Z @866 NONAME ??0H245_ModeElement@@QAE@IW4TagClass@PASN_Object@@@Z @867 NONAME ??0H245_ModeElementType@@QAE@IW4TagClass@PASN_Object@@@Z @19039 NONAME ??0H245_MulticastAddress@@QAE@IW4TagClass@PASN_Object@@@Z @869 NONAME ??0H245_MulticastAddress_iP6Address@@QAE@ABV0@@Z @870 NONAME ??0H245_MulticastAddress_iP6Address@@QAE@IW4TagClass@PASN_Object@@@Z @871 NONAME ??0H245_MulticastAddress_iPAddress@@QAE@ABV0@@Z @872 NONAME ??0H245_MulticastAddress_iPAddress@@QAE@IW4TagClass@PASN_Object@@@Z @873 NONAME ??0H245_MultilinkIndication@@QAE@IW4TagClass@PASN_Object@@@Z @11188 NONAME ??0H245_MultilinkIndication_crcDesired@@QAE@IW4TagClass@PASN_Object@@@Z @11189 NONAME ??0H245_MultilinkIndication_excessiveError@@QAE@IW4TagClass@PASN_Object@@@Z @11190 NONAME ??0H245_MultilinkRequest@@QAE@IW4TagClass@PASN_Object@@@Z @11191 NONAME ??0H245_MultilinkRequest_addConnection@@QAE@ABV0@@Z @11192 NONAME ??0H245_MultilinkRequest_addConnection@@QAE@IW4TagClass@PASN_Object@@@Z @11193 NONAME ??0H245_MultilinkRequest_callInformation@@QAE@ABV0@@Z @11194 NONAME ??0H245_MultilinkRequest_callInformation@@QAE@IW4TagClass@PASN_Object@@@Z @11195 NONAME ??0H245_MultilinkRequest_maximumHeaderInterval@@QAE@ABV0@@Z @11196 NONAME ??0H245_MultilinkRequest_maximumHeaderInterval@@QAE@IW4TagClass@PASN_Object@@@Z @11197 NONAME ??0H245_MultilinkRequest_maximumHeaderInterval_requestType@@QAE@IW4TagClass@PASN_Object@@@Z @11198 NONAME ??0H245_MultilinkRequest_removeConnection@@QAE@IW4TagClass@PASN_Object@@@Z @11199 NONAME ??0H245_MultilinkResponse@@QAE@IW4TagClass@PASN_Object@@@Z @11200 NONAME ??0H245_MultilinkResponse_addConnection@@QAE@ABV0@@Z @11201 NONAME ??0H245_MultilinkResponse_addConnection@@QAE@IW4TagClass@PASN_Object@@@Z @11202 NONAME ??0H245_MultilinkResponse_addConnection_responseCode@@QAE@IW4TagClass@PASN_Object@@@Z @11203 NONAME ??0H245_MultilinkResponse_addConnection_responseCode_rejected@@QAE@IW4TagClass@PASN_Object@@@Z @11204 NONAME ??0H245_MultilinkResponse_callInformation@@QAE@ABV0@@Z @11205 NONAME ??0H245_MultilinkResponse_callInformation@@QAE@IW4TagClass@PASN_Object@@@Z @11206 NONAME ??0H245_MultilinkResponse_maximumHeaderInterval@@QAE@ABV0@@Z @11207 NONAME ??0H245_MultilinkResponse_maximumHeaderInterval@@QAE@IW4TagClass@PASN_Object@@@Z @11208 NONAME ??0H245_MultilinkResponse_removeConnection@@QAE@IW4TagClass@PASN_Object@@@Z @11209 NONAME ??0H245_MultimediaSystemControlMessage@@QAE@IW4TagClass@PASN_Object@@@Z @874 NONAME ??0H245_MultiplePayloadStream@@QAE@ABV0@@Z @19040 NONAME ??0H245_MultiplePayloadStream@@QAE@IW4TagClass@PASN_Object@@@Z @19041 NONAME ??0H245_MultiplePayloadStreamCapability@@QAE@ABV0@@Z @19042 NONAME ??0H245_MultiplePayloadStreamCapability@@QAE@IW4TagClass@PASN_Object@@@Z @19043 NONAME ??0H245_MultiplePayloadStreamElement@@QAE@ABV0@@Z @19044 NONAME ??0H245_MultiplePayloadStreamElement@@QAE@IW4TagClass@PASN_Object@@@Z @19045 NONAME ??0H245_MultiplePayloadStreamElementMode@@QAE@ABV0@@Z @19046 NONAME ??0H245_MultiplePayloadStreamElementMode@@QAE@IW4TagClass@PASN_Object@@@Z @19047 NONAME ??0H245_MultiplePayloadStreamMode@@QAE@ABV0@@Z @19048 NONAME ??0H245_MultiplePayloadStreamMode@@QAE@IW4TagClass@PASN_Object@@@Z @19049 NONAME ??0H245_MultiplexCapability@@QAE@IW4TagClass@PASN_Object@@@Z @875 NONAME ??0H245_MultiplexedStreamCapability@@QAE@ABV0@@Z @11210 NONAME ??0H245_MultiplexedStreamCapability@@QAE@IW4TagClass@PASN_Object@@@Z @11211 NONAME ??0H245_MultiplexedStreamModeParameters@@QAE@ABV0@@Z @11212 NONAME ??0H245_MultiplexedStreamModeParameters@@QAE@IW4TagClass@PASN_Object@@@Z @11213 NONAME ??0H245_MultiplexedStreamParameter@@QAE@ABV0@@Z @11214 NONAME ??0H245_MultiplexedStreamParameter@@QAE@IW4TagClass@PASN_Object@@@Z @11215 NONAME ??0H245_MultiplexElement@@QAE@ABV0@@Z @876 NONAME ??0H245_MultiplexElement@@QAE@IW4TagClass@PASN_Object@@@Z @877 NONAME ??0H245_MultiplexElement_repeatCount@@QAE@IW4TagClass@PASN_Object@@@Z @878 NONAME ??0H245_MultiplexElement_type@@QAE@IW4TagClass@PASN_Object@@@Z @879 NONAME ??0H245_MultiplexEntryDescriptor@@QAE@ABV0@@Z @880 NONAME ??0H245_MultiplexEntryDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @881 NONAME ??0H245_MultiplexEntryRejectionDescriptions@@QAE@ABV0@@Z @882 NONAME ??0H245_MultiplexEntryRejectionDescriptions@@QAE@IW4TagClass@PASN_Object@@@Z @883 NONAME ??0H245_MultiplexEntryRejectionDescriptions_cause@@QAE@IW4TagClass@PASN_Object@@@Z @884 NONAME ??0H245_MultiplexEntrySend@@QAE@ABV0@@Z @885 NONAME ??0H245_MultiplexEntrySend@@QAE@IW4TagClass@PASN_Object@@@Z @886 NONAME ??0H245_MultiplexEntrySendAck@@QAE@ABV0@@Z @887 NONAME ??0H245_MultiplexEntrySendAck@@QAE@IW4TagClass@PASN_Object@@@Z @888 NONAME ??0H245_MultiplexEntrySendReject@@QAE@ABV0@@Z @889 NONAME ??0H245_MultiplexEntrySendReject@@QAE@IW4TagClass@PASN_Object@@@Z @890 NONAME ??0H245_MultiplexEntrySendRelease@@QAE@ABV0@@Z @891 NONAME ??0H245_MultiplexEntrySendRelease@@QAE@IW4TagClass@PASN_Object@@@Z @892 NONAME ??0H245_MultiplexFormat@@QAE@IW4TagClass@PASN_Object@@@Z @11216 NONAME ??0H245_MultiplexTableEntryNumber@@QAE@IW4TagClass@PASN_Object@@@Z @893 NONAME ??0H245_MultipointCapability@@QAE@ABV0@@Z @894 NONAME ??0H245_MultipointCapability@@QAE@IW4TagClass@PASN_Object@@@Z @895 NONAME ??0H245_NetworkAccessParameters@@QAE@ABV0@@Z @896 NONAME ??0H245_NetworkAccessParameters@@QAE@IW4TagClass@PASN_Object@@@Z @897 NONAME ??0H245_NetworkAccessParameters_distribution@@QAE@IW4TagClass@PASN_Object@@@Z @898 NONAME ??0H245_NetworkAccessParameters_networkAddress@@QAE@IW4TagClass@PASN_Object@@@Z @899 NONAME ??0H245_NetworkAccessParameters_t120SetupProcedure@@QAE@IW4TagClass@PASN_Object@@@Z @900 NONAME ??0H245_NewATMVCCommand@@QAE@ABV0@@Z @11217 NONAME ??0H245_NewATMVCCommand@@QAE@IW4TagClass@PASN_Object@@@Z @11218 NONAME ??0H245_NewATMVCCommand_aal@@QAE@IW4TagClass@PASN_Object@@@Z @11219 NONAME ??0H245_NewATMVCCommand_aal_aal1@@QAE@ABV0@@Z @11220 NONAME ??0H245_NewATMVCCommand_aal_aal1@@QAE@IW4TagClass@PASN_Object@@@Z @11221 NONAME ??0H245_NewATMVCCommand_aal_aal1_clockRecovery@@QAE@IW4TagClass@PASN_Object@@@Z @11222 NONAME ??0H245_NewATMVCCommand_aal_aal1_errorCorrection@@QAE@IW4TagClass@PASN_Object@@@Z @11223 NONAME ??0H245_NewATMVCCommand_aal_aal5@@QAE@ABV0@@Z @11224 NONAME ??0H245_NewATMVCCommand_aal_aal5@@QAE@IW4TagClass@PASN_Object@@@Z @11225 NONAME ??0H245_NewATMVCCommand_multiplex@@QAE@IW4TagClass@PASN_Object@@@Z @11226 NONAME ??0H245_NewATMVCCommand_reverseParameters@@QAE@ABV0@@Z @11227 NONAME ??0H245_NewATMVCCommand_reverseParameters@@QAE@IW4TagClass@PASN_Object@@@Z @11228 NONAME ??0H245_NewATMVCCommand_reverseParameters_multiplex@@QAE@IW4TagClass@PASN_Object@@@Z @11229 NONAME ??0H245_NewATMVCIndication@@QAE@ABV0@@Z @901 NONAME ??0H245_NewATMVCIndication@@QAE@IW4TagClass@PASN_Object@@@Z @902 NONAME ??0H245_NewATMVCIndication_aal@@QAE@IW4TagClass@PASN_Object@@@Z @903 NONAME ??0H245_NewATMVCIndication_aal_aal1@@QAE@ABV0@@Z @904 NONAME ??0H245_NewATMVCIndication_aal_aal1@@QAE@IW4TagClass@PASN_Object@@@Z @905 NONAME ??0H245_NewATMVCIndication_aal_aal1_clockRecovery@@QAE@IW4TagClass@PASN_Object@@@Z @906 NONAME ??0H245_NewATMVCIndication_aal_aal1_errorCorrection@@QAE@IW4TagClass@PASN_Object@@@Z @907 NONAME ??0H245_NewATMVCIndication_aal_aal5@@QAE@ABV0@@Z @908 NONAME ??0H245_NewATMVCIndication_aal_aal5@@QAE@IW4TagClass@PASN_Object@@@Z @909 NONAME ??0H245_NewATMVCIndication_multiplex@@QAE@IW4TagClass@PASN_Object@@@Z @910 NONAME ??0H245_NewATMVCIndication_reverseParameters@@QAE@ABV0@@Z @911 NONAME ??0H245_NewATMVCIndication_reverseParameters@@QAE@IW4TagClass@PASN_Object@@@Z @912 NONAME ??0H245_NewATMVCIndication_reverseParameters_multiplex@@QAE@IW4TagClass@PASN_Object@@@Z @913 NONAME ??0H245_NonStandardIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @914 NONAME ??0H245_NonStandardIdentifier_h221NonStandard@@QAE@ABV0@@Z @915 NONAME ??0H245_NonStandardIdentifier_h221NonStandard@@QAE@IW4TagClass@PASN_Object@@@Z @916 NONAME ??0H245_NonStandardMessage@@QAE@IW4TagClass@PASN_Object@@@Z @917 NONAME ??0H245_NonStandardParameter@@QAE@ABV0@@Z @918 NONAME ??0H245_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @919 NONAME ??0H245_NoPTAudioTelephonyEventCapability@@QAE@ABV0@@Z @19050 NONAME ??0H245_NoPTAudioTelephonyEventCapability@@QAE@IW4TagClass@PASN_Object@@@Z @19051 NONAME ??0H245_NoPTAudioToneCapability@@QAE@IW4TagClass@PASN_Object@@@Z @19052 NONAME ??0H245_OpenLogicalChannel@@QAE@ABV0@@Z @920 NONAME ??0H245_OpenLogicalChannel@@QAE@IW4TagClass@PASN_Object@@@Z @921 NONAME ??0H245_OpenLogicalChannelAck@@QAE@ABV0@@Z @922 NONAME ??0H245_OpenLogicalChannelAck@@QAE@IW4TagClass@PASN_Object@@@Z @923 NONAME ??0H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@QAE@IW4TagClass@PASN_Object@@@Z @924 NONAME ??0H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@QAE@ABV0@@Z @925 NONAME ??0H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @926 NONAME ??0H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@QAE@IW4TagClass@PASN_Object@@@Z @927 NONAME ??0H245_OpenLogicalChannelConfirm@@QAE@ABV0@@Z @928 NONAME ??0H245_OpenLogicalChannelConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @929 NONAME ??0H245_OpenLogicalChannelReject@@QAE@ABV0@@Z @930 NONAME ??0H245_OpenLogicalChannelReject@@QAE@IW4TagClass@PASN_Object@@@Z @931 NONAME ??0H245_OpenLogicalChannelReject_cause@@QAE@IW4TagClass@PASN_Object@@@Z @932 NONAME ??0H245_OpenLogicalChannel_forwardLogicalChannelParameters@@QAE@ABV0@@Z @933 NONAME ??0H245_OpenLogicalChannel_forwardLogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @934 NONAME ??0H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QAE@IW4TagClass@PASN_Object@@@Z @935 NONAME ??0H245_OpenLogicalChannel_reverseLogicalChannelParameters@@QAE@ABV0@@Z @936 NONAME ??0H245_OpenLogicalChannel_reverseLogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @937 NONAME ??0H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QAE@IW4TagClass@PASN_Object@@@Z @938 NONAME ??0H245_ParameterIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @11230 NONAME ??0H245_ParameterValue@@QAE@IW4TagClass@PASN_Object@@@Z @11231 NONAME ??0H245_Params@@QAE@ABV0@@Z @30049 NONAME ??0H245_Params@@QAE@IW4TagClass@PASN_Object@@@Z @30050 NONAME ??0H245_Password@@QAE@ABVPBYTEArray@@@Z @18310 NONAME ??0H245_Password@@QAE@ABVPString@@@Z @18311 NONAME ??0H245_Password@@QAE@IW4TagClass@PASN_Object@@@Z @939 NONAME ??0H245_Password@@QAE@PBD@Z @18312 NONAME ??0H245_PictureReference@@QAE@IW4TagClass@PASN_Object@@@Z @11232 NONAME ??0H245_Q2931Address@@QAE@ABV0@@Z @940 NONAME ??0H245_Q2931Address@@QAE@IW4TagClass@PASN_Object@@@Z @941 NONAME ??0H245_Q2931Address_address@@QAE@IW4TagClass@PASN_Object@@@Z @942 NONAME ??0H245_QOSCapability@@QAE@ABV0@@Z @943 NONAME ??0H245_QOSCapability@@QAE@IW4TagClass@PASN_Object@@@Z @944 NONAME ??0H245_QOSMode@@QAE@IW4TagClass@PASN_Object@@@Z @945 NONAME ??0H245_RedundancyEncoding@@QAE@ABV0@@Z @946 NONAME ??0H245_RedundancyEncoding@@QAE@IW4TagClass@PASN_Object@@@Z @947 NONAME ??0H245_RedundancyEncodingCapability@@QAE@ABV0@@Z @948 NONAME ??0H245_RedundancyEncodingCapability@@QAE@IW4TagClass@PASN_Object@@@Z @949 NONAME ??0H245_RedundancyEncodingDTMode@@QAE@ABV0@@Z @19053 NONAME ??0H245_RedundancyEncodingDTMode@@QAE@IW4TagClass@PASN_Object@@@Z @19054 NONAME ??0H245_RedundancyEncodingDTModeElement@@QAE@ABV0@@Z @19055 NONAME ??0H245_RedundancyEncodingDTModeElement@@QAE@IW4TagClass@PASN_Object@@@Z @19056 NONAME ??0H245_RedundancyEncodingDTModeElement_type@@QAE@IW4TagClass@PASN_Object@@@Z @19057 NONAME ??0H245_RedundancyEncodingElement@@QAE@ABV0@@Z @19058 NONAME ??0H245_RedundancyEncodingElement@@QAE@IW4TagClass@PASN_Object@@@Z @19059 NONAME ??0H245_RedundancyEncodingMethod@@QAE@IW4TagClass@PASN_Object@@@Z @950 NONAME ??0H245_RedundancyEncodingMode@@QAE@ABV0@@Z @951 NONAME ??0H245_RedundancyEncodingMode@@QAE@IW4TagClass@PASN_Object@@@Z @952 NONAME ??0H245_RedundancyEncodingMode_secondaryEncoding@@QAE@IW4TagClass@PASN_Object@@@Z @953 NONAME ??0H245_RedundancyEncoding_rtpRedundancyEncoding@@QAE@ABV0@@Z @19060 NONAME ??0H245_RedundancyEncoding_rtpRedundancyEncoding@@QAE@IW4TagClass@PASN_Object@@@Z @19061 NONAME ??0H245_RefPictureSelection@@QAE@ABV0@@Z @954 NONAME ??0H245_RefPictureSelection@@QAE@IW4TagClass@PASN_Object@@@Z @955 NONAME ??0H245_RefPictureSelection_additionalPictureMemory@@QAE@ABV0@@Z @956 NONAME ??0H245_RefPictureSelection_additionalPictureMemory@@QAE@IW4TagClass@PASN_Object@@@Z @957 NONAME ??0H245_RefPictureSelection_enhancedReferencePicSelect@@QAE@IW4TagClass@PASN_Object@@@Z @11233 NONAME ??0H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@QAE@ABV0@@Z @11234 NONAME ??0H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@QAE@IW4TagClass@PASN_Object@@@Z @11235 NONAME ??0H245_RefPictureSelection_videoBackChannelSend@@QAE@IW4TagClass@PASN_Object@@@Z @958 NONAME ??0H245_RemoteMCRequest@@QAE@IW4TagClass@PASN_Object@@@Z @959 NONAME ??0H245_RemoteMCResponse@@QAE@IW4TagClass@PASN_Object@@@Z @960 NONAME ??0H245_RemoteMCResponse_reject@@QAE@IW4TagClass@PASN_Object@@@Z @961 NONAME ??0H245_RequestAllTerminalIDsResponse@@QAE@ABV0@@Z @962 NONAME ??0H245_RequestAllTerminalIDsResponse@@QAE@IW4TagClass@PASN_Object@@@Z @963 NONAME ??0H245_RequestChannelClose@@QAE@ABV0@@Z @964 NONAME ??0H245_RequestChannelClose@@QAE@IW4TagClass@PASN_Object@@@Z @965 NONAME ??0H245_RequestChannelCloseAck@@QAE@ABV0@@Z @966 NONAME ??0H245_RequestChannelCloseAck@@QAE@IW4TagClass@PASN_Object@@@Z @967 NONAME ??0H245_RequestChannelCloseReject@@QAE@ABV0@@Z @968 NONAME ??0H245_RequestChannelCloseReject@@QAE@IW4TagClass@PASN_Object@@@Z @969 NONAME ??0H245_RequestChannelCloseReject_cause@@QAE@IW4TagClass@PASN_Object@@@Z @970 NONAME ??0H245_RequestChannelCloseRelease@@QAE@ABV0@@Z @971 NONAME ??0H245_RequestChannelCloseRelease@@QAE@IW4TagClass@PASN_Object@@@Z @972 NONAME ??0H245_RequestChannelClose_reason@@QAE@IW4TagClass@PASN_Object@@@Z @973 NONAME ??0H245_RequestMessage@@QAE@IW4TagClass@PASN_Object@@@Z @974 NONAME ??0H245_RequestMode@@QAE@ABV0@@Z @975 NONAME ??0H245_RequestMode@@QAE@IW4TagClass@PASN_Object@@@Z @976 NONAME ??0H245_RequestModeAck@@QAE@ABV0@@Z @977 NONAME ??0H245_RequestModeAck@@QAE@IW4TagClass@PASN_Object@@@Z @978 NONAME ??0H245_RequestModeAck_response@@QAE@IW4TagClass@PASN_Object@@@Z @979 NONAME ??0H245_RequestModeReject@@QAE@ABV0@@Z @980 NONAME ??0H245_RequestModeReject@@QAE@IW4TagClass@PASN_Object@@@Z @981 NONAME ??0H245_RequestModeReject_cause@@QAE@IW4TagClass@PASN_Object@@@Z @982 NONAME ??0H245_RequestModeRelease@@QAE@IW4TagClass@PASN_Object@@@Z @983 NONAME ??0H245_RequestMultiplexEntry@@QAE@ABV0@@Z @984 NONAME ??0H245_RequestMultiplexEntry@@QAE@IW4TagClass@PASN_Object@@@Z @985 NONAME ??0H245_RequestMultiplexEntryAck@@QAE@ABV0@@Z @986 NONAME ??0H245_RequestMultiplexEntryAck@@QAE@IW4TagClass@PASN_Object@@@Z @987 NONAME ??0H245_RequestMultiplexEntryReject@@QAE@ABV0@@Z @988 NONAME ??0H245_RequestMultiplexEntryReject@@QAE@IW4TagClass@PASN_Object@@@Z @989 NONAME ??0H245_RequestMultiplexEntryRejectionDescriptions@@QAE@ABV0@@Z @990 NONAME ??0H245_RequestMultiplexEntryRejectionDescriptions@@QAE@IW4TagClass@PASN_Object@@@Z @991 NONAME ??0H245_RequestMultiplexEntryRejectionDescriptions_cause@@QAE@IW4TagClass@PASN_Object@@@Z @992 NONAME ??0H245_RequestMultiplexEntryRelease@@QAE@ABV0@@Z @993 NONAME ??0H245_RequestMultiplexEntryRelease@@QAE@IW4TagClass@PASN_Object@@@Z @994 NONAME ??0H245_ResponseMessage@@QAE@IW4TagClass@PASN_Object@@@Z @995 NONAME ??0H245_RoundTripDelayRequest@@QAE@ABV0@@Z @996 NONAME ??0H245_RoundTripDelayRequest@@QAE@IW4TagClass@PASN_Object@@@Z @997 NONAME ??0H245_RoundTripDelayResponse@@QAE@ABV0@@Z @998 NONAME ??0H245_RoundTripDelayResponse@@QAE@IW4TagClass@PASN_Object@@@Z @999 NONAME ??0H245_RSVPParameters@@QAE@ABV0@@Z @1000 NONAME ??0H245_RSVPParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1001 NONAME ??0H245_RTPH263VideoRedundancyEncoding@@QAE@ABV0@@Z @1002 NONAME ??0H245_RTPH263VideoRedundancyEncoding@@QAE@IW4TagClass@PASN_Object@@@Z @1003 NONAME ??0H245_RTPH263VideoRedundancyEncoding_containedThreads@@QAE@IW4TagClass@PASN_Object@@@Z @1004 NONAME ??0H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@QAE@IW4TagClass@PASN_Object@@@Z @1005 NONAME ??0H245_RTPH263VideoRedundancyFrameMapping@@QAE@ABV0@@Z @1006 NONAME ??0H245_RTPH263VideoRedundancyFrameMapping@@QAE@IW4TagClass@PASN_Object@@@Z @1007 NONAME ??0H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@QAE@IW4TagClass@PASN_Object@@@Z @1008 NONAME ??0H245_RTPPayloadType@@QAE@ABV0@@Z @1009 NONAME ??0H245_RTPPayloadType@@QAE@IW4TagClass@PASN_Object@@@Z @1010 NONAME ??0H245_RTPPayloadType_payloadDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @1011 NONAME ??0H245_SendTerminalCapabilitySet@@QAE@IW4TagClass@PASN_Object@@@Z @1012 NONAME ??0H245_SendTerminalCapabilitySet_specificRequest@@QAE@ABV0@@Z @1013 NONAME ??0H245_SendTerminalCapabilitySet_specificRequest@@QAE@IW4TagClass@PASN_Object@@@Z @1014 NONAME ??0H245_SequenceNumber@@QAE@IW4TagClass@PASN_Object@@@Z @1015 NONAME ??0H245_SubstituteConferenceIDCommand@@QAE@IW4TagClass@PASN_Object@@@Z @1016 NONAME ??0H245_T38FaxProfile@@QAE@ABV0@@Z @11236 NONAME ??0H245_T38FaxProfile@@QAE@IW4TagClass@PASN_Object@@@Z @11237 NONAME ??0H245_T38FaxRateManagement@@QAE@IW4TagClass@PASN_Object@@@Z @11238 NONAME ??0H245_T38FaxTcpOptions@@QAE@ABV0@@Z @11239 NONAME ??0H245_T38FaxTcpOptions@@QAE@IW4TagClass@PASN_Object@@@Z @11240 NONAME ??0H245_T38FaxUdpOptions@@QAE@ABV0@@Z @11241 NONAME ??0H245_T38FaxUdpOptions@@QAE@IW4TagClass@PASN_Object@@@Z @11242 NONAME ??0H245_T38FaxUdpOptions_t38FaxUdpEC@@QAE@IW4TagClass@PASN_Object@@@Z @11243 NONAME ??0H245_T84Profile@@QAE@IW4TagClass@PASN_Object@@@Z @1017 NONAME ??0H245_T84Profile_t84Restricted@@QAE@ABV0@@Z @1018 NONAME ??0H245_T84Profile_t84Restricted@@QAE@IW4TagClass@PASN_Object@@@Z @1019 NONAME ??0H245_TerminalCapabilitySet@@QAE@ABV0@@Z @1020 NONAME ??0H245_TerminalCapabilitySet@@QAE@IW4TagClass@PASN_Object@@@Z @1021 NONAME ??0H245_TerminalCapabilitySetAck@@QAE@ABV0@@Z @1022 NONAME ??0H245_TerminalCapabilitySetAck@@QAE@IW4TagClass@PASN_Object@@@Z @1023 NONAME ??0H245_TerminalCapabilitySetReject@@QAE@ABV0@@Z @1024 NONAME ??0H245_TerminalCapabilitySetReject@@QAE@IW4TagClass@PASN_Object@@@Z @1025 NONAME ??0H245_TerminalCapabilitySetReject_cause@@QAE@IW4TagClass@PASN_Object@@@Z @1026 NONAME ??0H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@QAE@IW4TagClass@PASN_Object@@@Z @1027 NONAME ??0H245_TerminalCapabilitySetRelease@@QAE@IW4TagClass@PASN_Object@@@Z @1028 NONAME ??0H245_TerminalID@@QAE@ABVPBYTEArray@@@Z @18313 NONAME ??0H245_TerminalID@@QAE@ABVPString@@@Z @18314 NONAME ??0H245_TerminalID@@QAE@IW4TagClass@PASN_Object@@@Z @1029 NONAME ??0H245_TerminalID@@QAE@PBD@Z @18315 NONAME ??0H245_TerminalInformation@@QAE@ABV0@@Z @1030 NONAME ??0H245_TerminalInformation@@QAE@IW4TagClass@PASN_Object@@@Z @1031 NONAME ??0H245_TerminalLabel@@QAE@ABV0@@Z @1032 NONAME ??0H245_TerminalLabel@@QAE@IW4TagClass@PASN_Object@@@Z @1033 NONAME ??0H245_TerminalNumber@@QAE@IW4TagClass@PASN_Object@@@Z @1034 NONAME ??0H245_TerminalYouAreSeeingInSubPictureNumber@@QAE@ABV0@@Z @1035 NONAME ??0H245_TerminalYouAreSeeingInSubPictureNumber@@QAE@IW4TagClass@PASN_Object@@@Z @1036 NONAME ??0H245_TransparencyParameters@@QAE@ABV0@@Z @1037 NONAME ??0H245_TransparencyParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1038 NONAME ??0H245_TransportAddress@@QAE@IW4TagClass@PASN_Object@@@Z @1039 NONAME ??0H245_TransportCapability@@QAE@ABV0@@Z @1040 NONAME ??0H245_TransportCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1041 NONAME ??0H245_UnicastAddress@@QAE@IW4TagClass@PASN_Object@@@Z @1042 NONAME ??0H245_UnicastAddress_iP6Address@@QAE@ABV0@@Z @1043 NONAME ??0H245_UnicastAddress_iP6Address@@QAE@IW4TagClass@PASN_Object@@@Z @1044 NONAME ??0H245_UnicastAddress_iPAddress@@QAE@ABV0@@Z @1045 NONAME ??0H245_UnicastAddress_iPAddress@@QAE@IW4TagClass@PASN_Object@@@Z @1046 NONAME ??0H245_UnicastAddress_iPSourceRouteAddress@@QAE@ABV0@@Z @1047 NONAME ??0H245_UnicastAddress_iPSourceRouteAddress@@QAE@IW4TagClass@PASN_Object@@@Z @1048 NONAME ??0H245_UnicastAddress_iPSourceRouteAddress_route@@QAE@IW4TagClass@PASN_Object@@@Z @1049 NONAME ??0H245_UnicastAddress_iPSourceRouteAddress_routing@@QAE@IW4TagClass@PASN_Object@@@Z @1050 NONAME ??0H245_UnicastAddress_iPXAddress@@QAE@ABV0@@Z @1051 NONAME ??0H245_UnicastAddress_iPXAddress@@QAE@IW4TagClass@PASN_Object@@@Z @1052 NONAME ??0H245_UserInputCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1053 NONAME ??0H245_UserInputIndication@@QAE@IW4TagClass@PASN_Object@@@Z @1054 NONAME ??0H245_UserInputIndication_encryptedAlphanumeric@@QAE@ABV0@@Z @30051 NONAME ??0H245_UserInputIndication_encryptedAlphanumeric@@QAE@IW4TagClass@PASN_Object@@@Z @30052 NONAME ??0H245_UserInputIndication_extendedAlphanumeric@@QAE@ABV0@@Z @11244 NONAME ??0H245_UserInputIndication_extendedAlphanumeric@@QAE@IW4TagClass@PASN_Object@@@Z @11245 NONAME ??0H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@QAE@ABV0@@Z @30053 NONAME ??0H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@QAE@IW4TagClass@PASN_Object@@@Z @30054 NONAME ??0H245_UserInputIndication_signal@@QAE@ABV0@@Z @1055 NONAME ??0H245_UserInputIndication_signal@@QAE@IW4TagClass@PASN_Object@@@Z @1056 NONAME ??0H245_UserInputIndication_signalUpdate@@QAE@ABV0@@Z @1057 NONAME ??0H245_UserInputIndication_signalUpdate@@QAE@IW4TagClass@PASN_Object@@@Z @1058 NONAME ??0H245_UserInputIndication_signalUpdate_rtp@@QAE@ABV0@@Z @1059 NONAME ??0H245_UserInputIndication_signalUpdate_rtp@@QAE@IW4TagClass@PASN_Object@@@Z @1060 NONAME ??0H245_UserInputIndication_signal_rtp@@QAE@ABV0@@Z @1061 NONAME ??0H245_UserInputIndication_signal_rtp@@QAE@IW4TagClass@PASN_Object@@@Z @1062 NONAME ??0H245_UserInputIndication_userInputSupportIndication@@QAE@IW4TagClass@PASN_Object@@@Z @1063 NONAME ??0H245_V42bis@@QAE@ABV0@@Z @1064 NONAME ??0H245_V42bis@@QAE@IW4TagClass@PASN_Object@@@Z @1065 NONAME ??0H245_V75Capability@@QAE@ABV0@@Z @1066 NONAME ??0H245_V75Capability@@QAE@IW4TagClass@PASN_Object@@@Z @1067 NONAME ??0H245_V75Parameters@@QAE@ABV0@@Z @1068 NONAME ??0H245_V75Parameters@@QAE@IW4TagClass@PASN_Object@@@Z @1069 NONAME ??0H245_V76Capability@@QAE@ABV0@@Z @1070 NONAME ??0H245_V76Capability@@QAE@IW4TagClass@PASN_Object@@@Z @1071 NONAME ??0H245_V76HDLCParameters@@QAE@ABV0@@Z @1072 NONAME ??0H245_V76HDLCParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1073 NONAME ??0H245_V76LogicalChannelParameters@@QAE@ABV0@@Z @1074 NONAME ??0H245_V76LogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1075 NONAME ??0H245_V76LogicalChannelParameters_mode@@QAE@IW4TagClass@PASN_Object@@@Z @1076 NONAME ??0H245_V76LogicalChannelParameters_mode_eRM@@QAE@ABV0@@Z @1077 NONAME ??0H245_V76LogicalChannelParameters_mode_eRM@@QAE@IW4TagClass@PASN_Object@@@Z @1078 NONAME ??0H245_V76LogicalChannelParameters_mode_eRM_recovery@@QAE@IW4TagClass@PASN_Object@@@Z @1079 NONAME ??0H245_V76LogicalChannelParameters_suspendResume@@QAE@IW4TagClass@PASN_Object@@@Z @1080 NONAME ??0H245_V76ModeParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1081 NONAME ??0H245_VBDCapability@@QAE@ABV0@@Z @19062 NONAME ??0H245_VBDCapability@@QAE@IW4TagClass@PASN_Object@@@Z @19063 NONAME ??0H245_VBDMode@@QAE@ABV0@@Z @19064 NONAME ??0H245_VBDMode@@QAE@IW4TagClass@PASN_Object@@@Z @19065 NONAME ??0H245_VCCapability@@QAE@ABV0@@Z @1082 NONAME ??0H245_VCCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1083 NONAME ??0H245_VCCapability_aal1@@QAE@ABV0@@Z @1084 NONAME ??0H245_VCCapability_aal1@@QAE@IW4TagClass@PASN_Object@@@Z @1085 NONAME ??0H245_VCCapability_aal1ViaGateway@@QAE@ABV0@@Z @11246 NONAME ??0H245_VCCapability_aal1ViaGateway@@QAE@IW4TagClass@PASN_Object@@@Z @11247 NONAME ??0H245_VCCapability_aal5@@QAE@ABV0@@Z @1086 NONAME ??0H245_VCCapability_aal5@@QAE@IW4TagClass@PASN_Object@@@Z @1087 NONAME ??0H245_VCCapability_availableBitRates@@QAE@ABV0@@Z @1088 NONAME ??0H245_VCCapability_availableBitRates@@QAE@IW4TagClass@PASN_Object@@@Z @1089 NONAME ??0H245_VCCapability_availableBitRates_type@@QAE@IW4TagClass@PASN_Object@@@Z @1090 NONAME ??0H245_VCCapability_availableBitRates_type_rangeOfBitRates@@QAE@ABV0@@Z @1091 NONAME ??0H245_VCCapability_availableBitRates_type_rangeOfBitRates@@QAE@IW4TagClass@PASN_Object@@@Z @1092 NONAME ??0H245_VendorIdentification@@QAE@ABV0@@Z @1093 NONAME ??0H245_VendorIdentification@@QAE@IW4TagClass@PASN_Object@@@Z @1094 NONAME ??0H245_VideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1095 NONAME ??0H245_VideoIndicateCompose@@QAE@ABV0@@Z @1096 NONAME ??0H245_VideoIndicateCompose@@QAE@IW4TagClass@PASN_Object@@@Z @1097 NONAME ??0H245_VideoMode@@QAE@IW4TagClass@PASN_Object@@@Z @1098 NONAME ??0H248_ActionReply@@QAE@ABV0@@Z @15150 NONAME ??0H248_ActionReply@@QAE@IW4TagClass@PASN_Object@@@Z @15151 NONAME ??0H248_ActionRequest@@QAE@ABV0@@Z @15152 NONAME ??0H248_ActionRequest@@QAE@IW4TagClass@PASN_Object@@@Z @15153 NONAME ??0H248_AmmDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15154 NONAME ??0H248_AmmRequest@@QAE@ABV0@@Z @15155 NONAME ??0H248_AmmRequest@@QAE@IW4TagClass@PASN_Object@@@Z @15156 NONAME ??0H248_AmmsReply@@QAE@ABV0@@Z @15157 NONAME ??0H248_AmmsReply@@QAE@IW4TagClass@PASN_Object@@@Z @15158 NONAME ??0H248_ArrayOf_ActionReply@@QAE@IW4TagClass@PASN_Object@@@Z @15159 NONAME ??0H248_ArrayOf_ActionRequest@@QAE@IW4TagClass@PASN_Object@@@Z @15160 NONAME ??0H248_ArrayOf_AmmDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15161 NONAME ??0H248_ArrayOf_CommandReply@@QAE@IW4TagClass@PASN_Object@@@Z @15162 NONAME ??0H248_ArrayOf_CommandRequest@@QAE@IW4TagClass@PASN_Object@@@Z @15163 NONAME ??0H248_ArrayOf_EventParameter@@QAE@IW4TagClass@PASN_Object@@@Z @15164 NONAME ??0H248_ArrayOf_IndAuditParameter@@QAE@IW4TagClass@PASN_Object@@@Z @15165 NONAME ??0H248_ArrayOf_IndAudPropertyParm@@QAE@IW4TagClass@PASN_Object@@@Z @15166 NONAME ??0H248_ArrayOf_IndAudStreamDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15167 NONAME ??0H248_ArrayOf_ModemType@@QAE@IW4TagClass@PASN_Object@@@Z @15168 NONAME ??0H248_ArrayOf_ObservedEvent@@QAE@IW4TagClass@PASN_Object@@@Z @15169 NONAME ??0H248_ArrayOf_PASN_OctetString@@QAE@IW4TagClass@PASN_Object@@@Z @15170 NONAME ??0H248_ArrayOf_PropertyGroup@@QAE@IW4TagClass@PASN_Object@@@Z @15171 NONAME ??0H248_ArrayOf_PropertyParm@@QAE@IW4TagClass@PASN_Object@@@Z @15172 NONAME ??0H248_ArrayOf_RequestedEvent@@QAE@IW4TagClass@PASN_Object@@@Z @15173 NONAME ??0H248_ArrayOf_SecondRequestedEvent@@QAE@IW4TagClass@PASN_Object@@@Z @15174 NONAME ??0H248_ArrayOf_Signal@@QAE@IW4TagClass@PASN_Object@@@Z @15175 NONAME ??0H248_ArrayOf_SigParameter@@QAE@IW4TagClass@PASN_Object@@@Z @15176 NONAME ??0H248_ArrayOf_StreamDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15177 NONAME ??0H248_ArrayOf_TerminationID@@QAE@IW4TagClass@PASN_Object@@@Z @15178 NONAME ??0H248_ArrayOf_TopologyRequest@@QAE@IW4TagClass@PASN_Object@@@Z @15179 NONAME ??0H248_ArrayOf_Transaction@@QAE@IW4TagClass@PASN_Object@@@Z @15180 NONAME ??0H248_ArrayOf_WildcardField@@QAE@IW4TagClass@PASN_Object@@@Z @15181 NONAME ??0H248_AuditDescriptor@@QAE@ABV0@@Z @15182 NONAME ??0H248_AuditDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15183 NONAME ??0H248_AuditReply@@QAE@IW4TagClass@PASN_Object@@@Z @15184 NONAME ??0H248_AuditRequest@@QAE@ABV0@@Z @15185 NONAME ??0H248_AuditRequest@@QAE@IW4TagClass@PASN_Object@@@Z @15186 NONAME ??0H248_AuditResult@@QAE@ABV0@@Z @15187 NONAME ??0H248_AuditResult@@QAE@IW4TagClass@PASN_Object@@@Z @15188 NONAME ??0H248_AuditReturnParameter@@QAE@IW4TagClass@PASN_Object@@@Z @15189 NONAME ??0H248_AuthData@@QAE@ABVPBYTEArray@@@Z @17966 NONAME ??0H248_AuthData@@QAE@ABVPString@@@Z @17967 NONAME ??0H248_AuthData@@QAE@IW4TagClass@PASN_Object@@@Z @15190 NONAME ??0H248_AuthData@@QAE@PBD@Z @17968 NONAME ??0H248_AuthenticationHeader@@QAE@ABV0@@Z @15191 NONAME ??0H248_AuthenticationHeader@@QAE@IW4TagClass@PASN_Object@@@Z @15192 NONAME ??0H248_Command@@QAE@IW4TagClass@PASN_Object@@@Z @15193 NONAME ??0H248_CommandReply@@QAE@IW4TagClass@PASN_Object@@@Z @15194 NONAME ??0H248_CommandRequest@@QAE@ABV0@@Z @15195 NONAME ??0H248_CommandRequest@@QAE@IW4TagClass@PASN_Object@@@Z @15196 NONAME ??0H248_ContextAttrAuditRequest@@QAE@ABV0@@Z @15197 NONAME ??0H248_ContextAttrAuditRequest@@QAE@IW4TagClass@PASN_Object@@@Z @15198 NONAME ??0H248_ContextID@@QAE@IW4TagClass@PASN_Object@@@Z @15199 NONAME ??0H248_ContextRequest@@QAE@ABV0@@Z @15200 NONAME ??0H248_ContextRequest@@QAE@IW4TagClass@PASN_Object@@@Z @15201 NONAME ??0H248_DigitMapDescriptor@@QAE@ABV0@@Z @15202 NONAME ??0H248_DigitMapDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15203 NONAME ??0H248_DigitMapName@@QAE@ABVPBYTEArray@@@Z @17969 NONAME ??0H248_DigitMapName@@QAE@ABVPString@@@Z @17970 NONAME ??0H248_DigitMapName@@QAE@IW4TagClass@PASN_Object@@@Z @15204 NONAME ??0H248_DigitMapName@@QAE@PBD@Z @17971 NONAME ??0H248_DigitMapValue@@QAE@ABV0@@Z @15205 NONAME ??0H248_DigitMapValue@@QAE@IW4TagClass@PASN_Object@@@Z @15206 NONAME ??0H248_DomainName@@QAE@ABV0@@Z @15207 NONAME ??0H248_DomainName@@QAE@IW4TagClass@PASN_Object@@@Z @15208 NONAME ??0H248_ErrorCode@@QAE@IW4TagClass@PASN_Object@@@Z @15209 NONAME ??0H248_ErrorDescriptor@@QAE@ABV0@@Z @15210 NONAME ??0H248_ErrorDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15211 NONAME ??0H248_ErrorText@@QAE@IW4TagClass@PASN_Object@@@Z @15212 NONAME ??0H248_EventBufferControl@@QAE@IW4TagClass@PASN_Object@@@Z @15213 NONAME ??0H248_EventBufferDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15214 NONAME ??0H248_EventDM@@QAE@IW4TagClass@PASN_Object@@@Z @15215 NONAME ??0H248_EventName@@QAE@ABVPBYTEArray@@@Z @17972 NONAME ??0H248_EventName@@QAE@ABVPString@@@Z @17973 NONAME ??0H248_EventName@@QAE@IW4TagClass@PASN_Object@@@Z @15216 NONAME ??0H248_EventName@@QAE@PBD@Z @17974 NONAME ??0H248_EventParameter@@QAE@ABV0@@Z @15217 NONAME ??0H248_EventParameter@@QAE@IW4TagClass@PASN_Object@@@Z @15218 NONAME ??0H248_EventParameter_extraInfo@@QAE@IW4TagClass@PASN_Object@@@Z @15219 NONAME ??0H248_EventsDescriptor@@QAE@ABV0@@Z @15220 NONAME ??0H248_EventsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15221 NONAME ??0H248_EventSpec@@QAE@ABV0@@Z @15222 NONAME ??0H248_EventSpec@@QAE@IW4TagClass@PASN_Object@@@Z @15223 NONAME ??0H248_H221NonStandard@@QAE@ABV0@@Z @15224 NONAME ??0H248_H221NonStandard@@QAE@IW4TagClass@PASN_Object@@@Z @15225 NONAME ??0H248_IndAudDigitMapDescriptor@@QAE@ABV0@@Z @15226 NONAME ??0H248_IndAudDigitMapDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15227 NONAME ??0H248_IndAudEventBufferDescriptor@@QAE@ABV0@@Z @15228 NONAME ??0H248_IndAudEventBufferDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15229 NONAME ??0H248_IndAudEventsDescriptor@@QAE@ABV0@@Z @15230 NONAME ??0H248_IndAudEventsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15231 NONAME ??0H248_IndAuditParameter@@QAE@IW4TagClass@PASN_Object@@@Z @15232 NONAME ??0H248_IndAudLocalControlDescriptor@@QAE@ABV0@@Z @15233 NONAME ??0H248_IndAudLocalControlDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15234 NONAME ??0H248_IndAudLocalRemoteDescriptor@@QAE@ABV0@@Z @15235 NONAME ??0H248_IndAudLocalRemoteDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15236 NONAME ??0H248_IndAudMediaDescriptor@@QAE@ABV0@@Z @15237 NONAME ??0H248_IndAudMediaDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15238 NONAME ??0H248_IndAudMediaDescriptor_streams@@QAE@IW4TagClass@PASN_Object@@@Z @15239 NONAME ??0H248_IndAudPackagesDescriptor@@QAE@ABV0@@Z @15240 NONAME ??0H248_IndAudPackagesDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15241 NONAME ??0H248_IndAudPropertyGroup@@QAE@IW4TagClass@PASN_Object@@@Z @15242 NONAME ??0H248_IndAudPropertyParm@@QAE@ABV0@@Z @15243 NONAME ??0H248_IndAudPropertyParm@@QAE@IW4TagClass@PASN_Object@@@Z @15244 NONAME ??0H248_IndAudSeqSigList@@QAE@ABV0@@Z @15245 NONAME ??0H248_IndAudSeqSigList@@QAE@IW4TagClass@PASN_Object@@@Z @15246 NONAME ??0H248_IndAudSignal@@QAE@ABV0@@Z @15247 NONAME ??0H248_IndAudSignal@@QAE@IW4TagClass@PASN_Object@@@Z @15248 NONAME ??0H248_IndAudSignalsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15249 NONAME ??0H248_IndAudStatisticsDescriptor@@QAE@ABV0@@Z @15250 NONAME ??0H248_IndAudStatisticsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15251 NONAME ??0H248_IndAudStreamDescriptor@@QAE@ABV0@@Z @15252 NONAME ??0H248_IndAudStreamDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15253 NONAME ??0H248_IndAudStreamParms@@QAE@ABV0@@Z @15254 NONAME ??0H248_IndAudStreamParms@@QAE@IW4TagClass@PASN_Object@@@Z @15255 NONAME ??0H248_IndAudTerminationStateDescriptor@@QAE@ABV0@@Z @15256 NONAME ??0H248_IndAudTerminationStateDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15257 NONAME ??0H248_IP4Address@@QAE@ABV0@@Z @15258 NONAME ??0H248_IP4Address@@QAE@IW4TagClass@PASN_Object@@@Z @15259 NONAME ??0H248_IP6Address@@QAE@ABV0@@Z @15260 NONAME ??0H248_IP6Address@@QAE@IW4TagClass@PASN_Object@@@Z @15261 NONAME ??0H248_LocalControlDescriptor@@QAE@ABV0@@Z @15262 NONAME ??0H248_LocalControlDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15263 NONAME ??0H248_LocalRemoteDescriptor@@QAE@ABV0@@Z @15264 NONAME ??0H248_LocalRemoteDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15265 NONAME ??0H248_MediaDescriptor@@QAE@ABV0@@Z @15266 NONAME ??0H248_MediaDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15267 NONAME ??0H248_MediaDescriptor_streams@@QAE@IW4TagClass@PASN_Object@@@Z @15268 NONAME ??0H248_MegacoMessage@@QAE@ABV0@@Z @15269 NONAME ??0H248_MegacoMessage@@QAE@IW4TagClass@PASN_Object@@@Z @15270 NONAME ??0H248_Message@@QAE@ABV0@@Z @15271 NONAME ??0H248_Message@@QAE@IW4TagClass@PASN_Object@@@Z @15272 NONAME ??0H248_Message_messageBody@@QAE@IW4TagClass@PASN_Object@@@Z @15273 NONAME ??0H248_MId@@QAE@IW4TagClass@PASN_Object@@@Z @15274 NONAME ??0H248_ModemDescriptor@@QAE@ABV0@@Z @15275 NONAME ??0H248_ModemDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15276 NONAME ??0H248_ModemType@@QAE@IW4TagClass@PASN_Object@@@Z @15277 NONAME ??0H248_MuxDescriptor@@QAE@ABV0@@Z @15278 NONAME ??0H248_MuxDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15279 NONAME ??0H248_MuxType@@QAE@IW4TagClass@PASN_Object@@@Z @15280 NONAME ??0H248_Name@@QAE@ABVPBYTEArray@@@Z @17975 NONAME ??0H248_Name@@QAE@ABVPString@@@Z @17976 NONAME ??0H248_Name@@QAE@IW4TagClass@PASN_Object@@@Z @15281 NONAME ??0H248_Name@@QAE@PBD@Z @17977 NONAME ??0H248_NonStandardData@@QAE@ABV0@@Z @15282 NONAME ??0H248_NonStandardData@@QAE@IW4TagClass@PASN_Object@@@Z @15283 NONAME ??0H248_NonStandardIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @15284 NONAME ??0H248_NotifyCompletion@@QAE@IW4TagClass@PASN_Object@@@Z @15285 NONAME ??0H248_NotifyReply@@QAE@ABV0@@Z @15286 NONAME ??0H248_NotifyReply@@QAE@IW4TagClass@PASN_Object@@@Z @15287 NONAME ??0H248_NotifyRequest@@QAE@ABV0@@Z @15288 NONAME ??0H248_NotifyRequest@@QAE@IW4TagClass@PASN_Object@@@Z @15289 NONAME ??0H248_ObservedEvent@@QAE@ABV0@@Z @15290 NONAME ??0H248_ObservedEvent@@QAE@IW4TagClass@PASN_Object@@@Z @15291 NONAME ??0H248_ObservedEventsDescriptor@@QAE@ABV0@@Z @15292 NONAME ??0H248_ObservedEventsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15293 NONAME ??0H248_PackagesDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15294 NONAME ??0H248_PackagesItem@@QAE@ABV0@@Z @15295 NONAME ??0H248_PackagesItem@@QAE@IW4TagClass@PASN_Object@@@Z @15296 NONAME ??0H248_PathName@@QAE@IW4TagClass@PASN_Object@@@Z @15297 NONAME ??0H248_PkgdName@@QAE@ABVPBYTEArray@@@Z @17978 NONAME ??0H248_PkgdName@@QAE@ABVPString@@@Z @17979 NONAME ??0H248_PkgdName@@QAE@IW4TagClass@PASN_Object@@@Z @15298 NONAME ??0H248_PkgdName@@QAE@PBD@Z @17980 NONAME ??0H248_PropertyGroup@@QAE@IW4TagClass@PASN_Object@@@Z @15299 NONAME ??0H248_PropertyParm@@QAE@ABV0@@Z @15300 NONAME ??0H248_PropertyParm@@QAE@IW4TagClass@PASN_Object@@@Z @15301 NONAME ??0H248_PropertyParm_extraInfo@@QAE@IW4TagClass@PASN_Object@@@Z @15302 NONAME ??0H248_Relation@@QAE@IW4TagClass@PASN_Object@@@Z @15303 NONAME ??0H248_RequestedActions@@QAE@ABV0@@Z @15304 NONAME ??0H248_RequestedActions@@QAE@IW4TagClass@PASN_Object@@@Z @15305 NONAME ??0H248_RequestedEvent@@QAE@ABV0@@Z @15306 NONAME ??0H248_RequestedEvent@@QAE@IW4TagClass@PASN_Object@@@Z @15307 NONAME ??0H248_RequestID@@QAE@IW4TagClass@PASN_Object@@@Z @15308 NONAME ??0H248_SecondEventsDescriptor@@QAE@ABV0@@Z @15309 NONAME ??0H248_SecondEventsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15310 NONAME ??0H248_SecondRequestedActions@@QAE@ABV0@@Z @15311 NONAME ??0H248_SecondRequestedActions@@QAE@IW4TagClass@PASN_Object@@@Z @15312 NONAME ??0H248_SecondRequestedEvent@@QAE@ABV0@@Z @15313 NONAME ??0H248_SecondRequestedEvent@@QAE@IW4TagClass@PASN_Object@@@Z @15314 NONAME ??0H248_SecurityParmIndex@@QAE@ABVPBYTEArray@@@Z @17981 NONAME ??0H248_SecurityParmIndex@@QAE@ABVPString@@@Z @17982 NONAME ??0H248_SecurityParmIndex@@QAE@IW4TagClass@PASN_Object@@@Z @15315 NONAME ??0H248_SecurityParmIndex@@QAE@PBD@Z @17983 NONAME ??0H248_SeqSigList@@QAE@ABV0@@Z @15316 NONAME ??0H248_SeqSigList@@QAE@IW4TagClass@PASN_Object@@@Z @15317 NONAME ??0H248_SequenceNum@@QAE@ABVPBYTEArray@@@Z @17984 NONAME ??0H248_SequenceNum@@QAE@ABVPString@@@Z @17985 NONAME ??0H248_SequenceNum@@QAE@IW4TagClass@PASN_Object@@@Z @15318 NONAME ??0H248_SequenceNum@@QAE@PBD@Z @17986 NONAME ??0H248_ServiceChangeAddress@@QAE@IW4TagClass@PASN_Object@@@Z @15319 NONAME ??0H248_ServiceChangeMethod@@QAE@IW4TagClass@PASN_Object@@@Z @15320 NONAME ??0H248_ServiceChangeParm@@QAE@ABV0@@Z @15321 NONAME ??0H248_ServiceChangeParm@@QAE@IW4TagClass@PASN_Object@@@Z @15322 NONAME ??0H248_ServiceChangeProfile@@QAE@ABV0@@Z @15323 NONAME ??0H248_ServiceChangeProfile@@QAE@IW4TagClass@PASN_Object@@@Z @15324 NONAME ??0H248_ServiceChangeReply@@QAE@ABV0@@Z @15325 NONAME ??0H248_ServiceChangeReply@@QAE@IW4TagClass@PASN_Object@@@Z @15326 NONAME ??0H248_ServiceChangeRequest@@QAE@ABV0@@Z @15327 NONAME ??0H248_ServiceChangeRequest@@QAE@IW4TagClass@PASN_Object@@@Z @15328 NONAME ??0H248_ServiceChangeResParm@@QAE@ABV0@@Z @15329 NONAME ??0H248_ServiceChangeResParm@@QAE@IW4TagClass@PASN_Object@@@Z @15330 NONAME ??0H248_ServiceChangeResult@@QAE@IW4TagClass@PASN_Object@@@Z @15331 NONAME ??0H248_ServiceState@@QAE@IW4TagClass@PASN_Object@@@Z @15332 NONAME ??0H248_Signal@@QAE@ABV0@@Z @15333 NONAME ??0H248_Signal@@QAE@IW4TagClass@PASN_Object@@@Z @15334 NONAME ??0H248_SignalName@@QAE@ABVPBYTEArray@@@Z @17987 NONAME ??0H248_SignalName@@QAE@ABVPString@@@Z @17988 NONAME ??0H248_SignalName@@QAE@IW4TagClass@PASN_Object@@@Z @15335 NONAME ??0H248_SignalName@@QAE@PBD@Z @17989 NONAME ??0H248_SignalRequest@@QAE@IW4TagClass@PASN_Object@@@Z @15336 NONAME ??0H248_SignalsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15337 NONAME ??0H248_SignalType@@QAE@IW4TagClass@PASN_Object@@@Z @15338 NONAME ??0H248_SigParameter@@QAE@ABV0@@Z @15339 NONAME ??0H248_SigParameter@@QAE@IW4TagClass@PASN_Object@@@Z @15340 NONAME ??0H248_SigParameter_extraInfo@@QAE@IW4TagClass@PASN_Object@@@Z @15341 NONAME ??0H248_StatisticsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15342 NONAME ??0H248_StatisticsParameter@@QAE@ABV0@@Z @15343 NONAME ??0H248_StatisticsParameter@@QAE@IW4TagClass@PASN_Object@@@Z @15344 NONAME ??0H248_StreamDescriptor@@QAE@ABV0@@Z @15345 NONAME ??0H248_StreamDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15346 NONAME ??0H248_StreamID@@QAE@IW4TagClass@PASN_Object@@@Z @15347 NONAME ??0H248_StreamMode@@QAE@IW4TagClass@PASN_Object@@@Z @15348 NONAME ??0H248_StreamParms@@QAE@ABV0@@Z @15349 NONAME ??0H248_StreamParms@@QAE@IW4TagClass@PASN_Object@@@Z @15350 NONAME ??0H248_SubtractRequest@@QAE@ABV0@@Z @15351 NONAME ??0H248_SubtractRequest@@QAE@IW4TagClass@PASN_Object@@@Z @15352 NONAME ??0H248_TerminationAudit@@QAE@IW4TagClass@PASN_Object@@@Z @15353 NONAME ??0H248_TerminationID@@QAE@ABV0@@Z @15354 NONAME ??0H248_TerminationID@@QAE@IW4TagClass@PASN_Object@@@Z @15355 NONAME ??0H248_TerminationIDList@@QAE@IW4TagClass@PASN_Object@@@Z @15356 NONAME ??0H248_TerminationStateDescriptor@@QAE@ABV0@@Z @15357 NONAME ??0H248_TerminationStateDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15358 NONAME ??0H248_TimeNotation@@QAE@ABV0@@Z @15359 NONAME ??0H248_TimeNotation@@QAE@IW4TagClass@PASN_Object@@@Z @15360 NONAME ??0H248_TopologyRequest@@QAE@ABV0@@Z @15361 NONAME ??0H248_TopologyRequest@@QAE@IW4TagClass@PASN_Object@@@Z @15362 NONAME ??0H248_TopologyRequest_topologyDirection@@QAE@IW4TagClass@PASN_Object@@@Z @15363 NONAME ??0H248_Transaction@@QAE@IW4TagClass@PASN_Object@@@Z @15364 NONAME ??0H248_TransactionAck@@QAE@ABV0@@Z @15365 NONAME ??0H248_TransactionAck@@QAE@IW4TagClass@PASN_Object@@@Z @15366 NONAME ??0H248_TransactionId@@QAE@IW4TagClass@PASN_Object@@@Z @15367 NONAME ??0H248_TransactionPending@@QAE@ABV0@@Z @15368 NONAME ??0H248_TransactionPending@@QAE@IW4TagClass@PASN_Object@@@Z @15369 NONAME ??0H248_TransactionReply@@QAE@ABV0@@Z @15370 NONAME ??0H248_TransactionReply@@QAE@IW4TagClass@PASN_Object@@@Z @15371 NONAME ??0H248_TransactionReply_transactionResult@@QAE@IW4TagClass@PASN_Object@@@Z @15372 NONAME ??0H248_TransactionRequest@@QAE@ABV0@@Z @15373 NONAME ??0H248_TransactionRequest@@QAE@IW4TagClass@PASN_Object@@@Z @15374 NONAME ??0H248_TransactionResponseAck@@QAE@IW4TagClass@PASN_Object@@@Z @15375 NONAME ??0H248_Value@@QAE@IW4TagClass@PASN_Object@@@Z @15376 NONAME ??0H248_WildcardField@@QAE@ABVPBYTEArray@@@Z @17990 NONAME ??0H248_WildcardField@@QAE@ABVPString@@@Z @17991 NONAME ??0H248_WildcardField@@QAE@IW4TagClass@PASN_Object@@@Z @15377 NONAME ??0H248_WildcardField@@QAE@PBD@Z @17992 NONAME ??0H261DCTEncoder@@QAE@PAVTransmitter@@@Z @1099 NONAME ??0H261Encoder@@IAE@PAVTransmitter@@@Z @1100 NONAME ??0H261PixelEncoder@@QAE@PAVTransmitter@@@Z @1101 NONAME ??0H323AudioCapability@@QAE@II@Z @1102 NONAME ??0H323AudioCodec@@QAE@PBDW4Direction@H323Codec@@@Z @9419 NONAME ??0H323BidirectionalChannel@@QAE@AAVH323Connection@@ABVH323Capability@@@Z @1104 NONAME ??0H323CallCreditServiceControl@@QAE@ABVH225_ServiceControlDescriptor@@@Z @15378 NONAME ??0H323CallCreditServiceControl@@QAE@ABVPString@@HI@Z @15379 NONAME ??0H323Capabilities@@QAE@ABV0@@Z @9015 NONAME ??0H323Capabilities@@QAE@ABVH323Connection@@ABVH245_TerminalCapabilitySet@@@Z @9143 NONAME ??0H323Capabilities@@QAE@XZ @9017 NONAME ??0H323Capability@@QAE@XZ @1105 NONAME ??0H323Channel@@QAE@AAVH323Connection@@ABVH323Capability@@@Z @1106 NONAME ??0H323ChannelNumber@@QAE@IH@Z @1107 NONAME ??0H323Codec@@QAE@PBDW4Direction@0@@Z @9420 NONAME ??0H323CodecPluginGenericAudioCapability@@QAE@ABV0@@Z @30055 NONAME ??0H323CodecPluginGenericAudioCapability@@QAE@PBUPluginCodec_Definition@@0PBUPluginCodec_H323GenericCodecData@@@Z @30056 NONAME ??0H323CodecPluginNonStandardAudioCapability@@QAE@ABV0@@Z @28648 NONAME ??0H323CodecPluginNonStandardAudioCapability@@QAE@PAUPluginCodec_Definition@@0P6A?AW4Comparison@PObject@@PAUPluginCodec_H323NonStandardCodecData@@@ZPBEI@Z @29711 NONAME ??0H323CodecPluginNonStandardAudioCapability@@QAE@PAUPluginCodec_Definition@@0PBEI@Z @28949 NONAME ??0H323Connection@@QAE@AAVH323EndPoint@@II@Z @13841 NONAME ??0H323ConnectionsCleaner@@QAE@AAVH323EndPoint@@@Z @1110 NONAME ??0H323DataCapability@@QAE@I@Z @14173 NONAME ??0H323DataChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@I@Z @14174 NONAME ??0H323DynaLink@@QAE@PBD0@Z @28616 NONAME ??0H323EndPoint@@QAE@XZ @1111 NONAME ??0H323FramedAudioCodec@@QAE@PBDW4Direction@H323Codec@@@Z @9421 NONAME ??0H323Gatekeeper@@QAE@AAVH323EndPoint@@PAVH323Transport@@@Z @1113 NONAME ??0H323GatekeeperARQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @14822 NONAME ??0H323GatekeeperBRQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @14823 NONAME ??0H323GatekeeperCall@@QAE@AAVH323GatekeeperServer@@ABVOpalGloballyUniqueID@@W4Direction@0@@Z @14070 NONAME ??0H323GatekeeperDRQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @14824 NONAME ??0H323GatekeeperGRQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @14825 NONAME ??0H323GatekeeperIRR@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @14826 NONAME ??0H323GatekeeperListener@@QAE@AAVH323EndPoint@@AAVH323GatekeeperServer@@ABVPString@@PAVH323Transport@@@Z @12777 NONAME ??0H323GatekeeperLRQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @14827 NONAME ??0H323GatekeeperRequest@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @14828 NONAME ??0H323GatekeeperRRQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @14829 NONAME ??0H323GatekeeperServer@@QAE@AAVH323EndPoint@@@Z @12778 NONAME ??0H323GatekeeperURQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @14830 NONAME ??0H323GenericAudioCapability@@QAE@ABV0@@Z @30057 NONAME ??0H323GenericAudioCapability@@QAE@IIABVPString@@H@Z @30058 NONAME ??0H323GenericCapabilityInfo@@QAE@ABV0@@Z @30059 NONAME ??0H323GenericCapabilityInfo@@QAE@ABVPString@@H@Z @30060 NONAME ??0H323GenericVideoCapability@@QAE@ABVPString@@H@Z @30061 NONAME ??0H323H248ServiceControl@@QAE@ABVH225_ServiceControlDescriptor@@@Z @15380 NONAME ??0H323H248ServiceControl@@QAE@XZ @15381 NONAME ??0H323HTTPServiceControl@@QAE@ABVH225_ServiceControlDescriptor@@@Z @15382 NONAME ??0H323HTTPServiceControl@@QAE@ABVPString@@@Z @15383 NONAME ??0H323Listener@@QAE@AAVH323EndPoint@@@Z @1116 NONAME ??0H323ListenerTCP@@QAE@AAVH323EndPoint@@VAddress@PIPSocket@@GH@Z @12580 NONAME ??0H323LogicalChannelThread@@QAE@AAVH323EndPoint@@AAVH323Channel@@H@Z @1118 NONAME ??0H323NonStandardAudioCapability@@QAE@ABV0@@Z @1119 NONAME ??0H323NonStandardAudioCapability@@QAE@IIAAVH323EndPoint@@P6A?AW4Comparison@PObject@@PAUPluginCodec_H323NonStandardCodecData@@@ZPBEH@Z @29712 NONAME ??0H323NonStandardAudioCapability@@QAE@IIAAVH323EndPoint@@PBEHHH@Z @29185 NONAME ??0H323NonStandardAudioCapability@@QAE@IIABVPString@@PBEHHH@Z @9397 NONAME ??0H323NonStandardAudioCapability@@QAE@IIEEGPBEHHH@Z @9398 NONAME ??0H323NonStandardAudioCapability@@QAE@IIP6A?AW4Comparison@PObject@@PAUPluginCodec_H323NonStandardCodecData@@@ZPBEH@Z @29713 NONAME ??0H323NonStandardAudioCapability@@QAE@IIPBEHHH@Z @28951 NONAME ??0H323NonStandardCapabilityInfo@@QAE@ABV0@@Z @1124 NONAME ??0H323NonStandardCapabilityInfo@@QAE@ABVPString@@PBEHHH@Z @9189 NONAME ??0H323NonStandardCapabilityInfo@@QAE@EEGPBEHHH@Z @9190 NONAME ??0H323NonStandardCapabilityInfo@@QAE@P6A?AW4Comparison@PObject@@PAUPluginCodec_H323NonStandardCodecData@@@ZPBEH@Z @29714 NONAME ??0H323NonStandardCapabilityInfo@@QAE@PBEHHH@Z @28953 NONAME ??0H323NonStandardDataCapability@@QAE@ABV0@@Z @14175 NONAME ??0H323NonStandardDataCapability@@QAE@IABVPString@@PBEHHH@Z @14177 NONAME ??0H323NonStandardDataCapability@@QAE@IEEGPBEHHH@Z @14178 NONAME ??0H323NonStandardDataCapability@@QAE@IPBEHHH@Z @28954 NONAME ??0H323NonStandardVideoCapability@@QAE@AAVH323EndPoint@@PBEHHH@Z @29186 NONAME ??0H323NonStandardVideoCapability@@QAE@ABVPString@@PBEHHH@Z @9403 NONAME ??0H323NonStandardVideoCapability@@QAE@EEGPBEHHH@Z @9404 NONAME ??0H323NonStandardVideoCapability@@QAE@PBEHHH@Z @28955 NONAME ??0H323PeerElement@@QAE@AAVH323EndPoint@@ABVH323TransportAddress@@@Z @17759 NONAME ??0H323PeerElement@@QAE@AAVH323EndPoint@@PAVH323Transport@@@Z @16794 NONAME ??0H323PeerElementDescriptor@@QAE@ABVOpalGloballyUniqueID@@@Z @18316 NONAME ??0H323PeerElementServiceRelationship@@QAE@ABVOpalGloballyUniqueID@@@Z @18133 NONAME ??0H323PeerElementServiceRelationship@@QAE@XZ @18134 NONAME ??0H323PluginCapability@@QAE@ABV0@@Z @28650 NONAME ??0H323PluginCapability@@QAE@ABVPString@@0III@Z @30062 NONAME ??0H323PluginCapabilityInfo@@QAE@ABV0@@Z @28678 NONAME ??0H323PluginCapabilityInfo@@QAE@ABVPString@@0@Z @30063 NONAME ??0H323PluginCapabilityInfo@@QAE@PAUPluginCodec_Definition@@0@Z @19427 NONAME ??0H323PluginCodecManager@@QAE@PAVPPluginManager@@@Z @28589 NONAME ??0H323PluginFramedAudioCodec@@QAE@ABVPString@@W4Direction@H323Codec@@PAUPluginCodec_Definition@@@Z @28651 NONAME ??0H323PluginG7231Capability@@QAE@PAUPluginCodec_Definition@@0H@Z @28679 NONAME ??0H323PluginVideoCodec@@QAE@ABVPString@@W4Direction@H323Codec@@PAUPluginCodec_Definition@@@Z @19428 NONAME ??0H323RasPDU@@QAE@ABV0@@Z @14031 NONAME ??0H323RasPDU@@QAE@ABVH235Authenticators@@@Z @14831 NONAME ??0H323RasPDU@@QAE@XZ @14765 NONAME ??0H323RealTimeCapability@@QAE@ABV0@@Z @18876 NONAME ??0H323RealTimeCapability@@QAE@XZ @18877 NONAME ??0H323RegisteredEndPoint@@QAE@AAVH323GatekeeperServer@@ABVPString@@@Z @13844 NONAME ??0H323ServiceControlSession@@QAE@XZ @15384 NONAME ??0H323SignalPDU@@QAE@XZ @1133 NONAME ??0H323StreamedAudioCodec@@QAE@PBDW4Direction@H323Codec@@II@Z @9422 NONAME ??0H323StreamedPluginAudioCodec@@QAE@ABVPString@@W4Direction@H323Codec@@IIPAUPluginCodec_Definition@@@Z @28652 NONAME ??0H323Transaction@@QAE@AAVH323Transactor@@ABVH323TransactionPDU@@PAV2@2@Z @18473 NONAME ??0H323TransactionPDU@@QAE@ABV0@@Z @16796 NONAME ??0H323TransactionPDU@@QAE@ABVH235Authenticators@@@Z @17735 NONAME ??0H323TransactionPDU@@QAE@XZ @17736 NONAME ??0H323TransactionServer@@QAE@AAVH323EndPoint@@@Z @16797 NONAME ??0H323Transactor@@QAE@AAVH323EndPoint@@ABVH323TransportAddress@@GG@Z @18231 NONAME ??0H323Transactor@@QAE@AAVH323EndPoint@@PAVH323Transport@@GG@Z @18232 NONAME ??0H323Transport@@QAE@AAVH323EndPoint@@@Z @1135 NONAME ??0H323TransportAddress@@QAE@ABVAddress@PIPSocket@@G@Z @1137 NONAME ??0H323TransportAddress@@QAE@ABVH225_TransportAddress@@@Z @1138 NONAME ??0H323TransportAddress@@QAE@ABVH245_TransportAddress@@@Z @1139 NONAME ??0H323TransportAddress@@QAE@ABVPString@@@Z @1140 NONAME ??0H323TransportAddress@@QAE@PBD@Z @1141 NONAME ??0H323TransportAddressArray@@QAE@ABVH225_ArrayOf_TransportAddress@@@Z @16779 NONAME ??0H323TransportIP@@QAE@AAVH323EndPoint@@VAddress@PIPSocket@@G@Z @9283 NONAME ??0H323TransportTCP@@QAE@AAVH323EndPoint@@VAddress@PIPSocket@@H@Z @9284 NONAME ??0H323TransportUDP@@QAE@AAVH323EndPoint@@VAddress@PIPSocket@@GG@Z @18233 NONAME ??0H323UnidirectionalChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@@Z @1145 NONAME ??0H323VideoCodec@@QAE@PBDW4Direction@H323Codec@@@Z @9423 NONAME ??0H323_ALawCodec@@QAE@W4Direction@H323Codec@@HI@Z @1152 NONAME ??0H323_AnnexG@@QAE@AAVH323EndPoint@@ABVH323TransportAddress@@@Z @17761 NONAME ??0H323_AnnexG@@QAE@AAVH323EndPoint@@PAVH323Transport@@@Z @16799 NONAME ??0H323_CiscoG7231aLIDCapability@@QAE@XZ @14686 NONAME ??0H323_ExternalRTPChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@I@Z @13909 NONAME ??0H323_ExternalRTPChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@IABVAddress@PIPSocket@@G@Z @13581 NONAME ??0H323_ExternalRTPChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@IABVH323TransportAddress@@3@Z @13910 NONAME ??0H323_G711ALaw64Capability@@QAE@XZ @28956 NONAME ??0H323_G711Capability@@QAE@ABV0@@Z @18881 NONAME ??0H323_G711Capability@@QAE@W4Mode@0@W4Speed@0@@Z @1153 NONAME ??0H323_G711uLaw64Capability@@QAE@XZ @28957 NONAME ??0H323_H261Capability@@QAE@ABV0@@Z @9298 NONAME ??0H323_H261Capability@@QAE@IIHHI@Z @1156 NONAME ??0H323_H261Codec@@QAE@W4Direction@H323Codec@@H@Z @9158 NONAME ??0H323_LIDCapability@@QAE@ABV0@@Z @9163 NONAME ??0H323_LIDCapability@@QAE@ABVOpalMediaFormat@@@Z @9425 NONAME ??0H323_LIDCodec@@QAE@PBDW4Direction@H323Codec@@IH@Z @9426 NONAME ??0H323_LID_G711_ALaw_Capability@@QAE@XZ @28958 NONAME ??0H323_LID_G711_uLaw_Capability@@QAE@XZ @28959 NONAME ??0H323_LID_G7231A_5k3_Capability@@QAE@XZ @28960 NONAME ??0H323_LID_G7231A_6k3_Capability@@QAE@XZ @28961 NONAME ??0H323_LID_G7231_5k3_Capability@@QAE@XZ @28962 NONAME ??0H323_LID_G7231_6k3_Capability@@QAE@XZ @28963 NONAME ??0H323_LID_G728_Capability@@QAE@XZ @28964 NONAME ??0H323_LID_G729AB_Capability@@QAE@XZ @28965 NONAME ??0H323_LID_G729A_Capability@@QAE@XZ @28966 NONAME ??0H323_LID_G729B_Capability@@QAE@XZ @28967 NONAME ??0H323_LID_G729_Capability@@QAE@XZ @28968 NONAME ??0H323_LID_GSM0610_Capability@@QAE@XZ @28969 NONAME ??0H323_muLawCodec@@QAE@W4Direction@H323Codec@@HI@Z @1160 NONAME ??0H323_RealTimeChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@@Z @13582 NONAME ??0H323_RTPChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@AAVRTP_Session@@@Z @1161 NONAME ??0H323_RTP_Session@@IAE@ABVH323Connection@@@Z @1162 NONAME ??0H323_RTP_UDP@@QAE@ABVH323Connection@@AAVRTP_UDP@@PAVRTP_QOS@@@Z @18882 NONAME ??0H323_T120Capability@@QAE@ABV0@@Z @14179 NONAME ??0H323_T120Capability@@QAE@XZ @13870 NONAME ??0H323_T120Channel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@I@Z @14180 NONAME ??0H323_T38Capability@@QAE@ABV0@@Z @14181 NONAME ??0H323_T38Capability@@QAE@W4TransportMode@0@@Z @12780 NONAME ??0H323_T38Channel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@IW4TransportMode@H323_T38Capability@@@Z @14182 NONAME ??0H323_T38NonStandardCapability@@QAE@EEG@Z @14198 NONAME ??0H323_UserInputCapability@@QAE@W4SubTypes@0@@Z @13750 NONAME ??0H45010_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @10340 NONAME ??0H45010_CfbOvrOptArg@@QAE@ABV0@@Z @10341 NONAME ??0H45010_CfbOvrOptArg@@QAE@IW4TagClass@PASN_Object@@@Z @10342 NONAME ??0H45010_CoReqOptArg@@QAE@ABV0@@Z @10343 NONAME ??0H45010_CoReqOptArg@@QAE@IW4TagClass@PASN_Object@@@Z @10344 NONAME ??0H45010_H323CallOfferOperations@@QAE@IW4TagClass@PASN_Object@@@Z @10345 NONAME ??0H45010_RUAlertOptArg@@QAE@ABV0@@Z @10346 NONAME ??0H45010_RUAlertOptArg@@QAE@IW4TagClass@PASN_Object@@@Z @10347 NONAME ??0H45011Handler@@QAE@AAVH323Connection@@AAVH450xDispatcher@@@Z @14319 NONAME ??0H45011_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @10348 NONAME ??0H45011_CallIntrusionErrors@@QAE@IW4TagClass@PASN_Object@@@Z @10349 NONAME ??0H45011_CICapabilityLevel@@QAE@IW4TagClass@PASN_Object@@@Z @10350 NONAME ??0H45011_CIFrcRelArg@@QAE@ABV0@@Z @10351 NONAME ??0H45011_CIFrcRelArg@@QAE@IW4TagClass@PASN_Object@@@Z @10352 NONAME ??0H45011_CIFrcRelOptRes@@QAE@ABV0@@Z @10353 NONAME ??0H45011_CIFrcRelOptRes@@QAE@IW4TagClass@PASN_Object@@@Z @10354 NONAME ??0H45011_CIGetCIPLOptArg@@QAE@ABV0@@Z @10355 NONAME ??0H45011_CIGetCIPLOptArg@@QAE@IW4TagClass@PASN_Object@@@Z @10356 NONAME ??0H45011_CIGetCIPLRes@@QAE@ABV0@@Z @10357 NONAME ??0H45011_CIGetCIPLRes@@QAE@IW4TagClass@PASN_Object@@@Z @10358 NONAME ??0H45011_CIIsOptArg@@QAE@ABV0@@Z @10359 NONAME ??0H45011_CIIsOptArg@@QAE@IW4TagClass@PASN_Object@@@Z @10360 NONAME ??0H45011_CIIsOptRes@@QAE@ABV0@@Z @10361 NONAME ??0H45011_CIIsOptRes@@QAE@IW4TagClass@PASN_Object@@@Z @10362 NONAME ??0H45011_CINotificationArg@@QAE@ABV0@@Z @10363 NONAME ??0H45011_CINotificationArg@@QAE@IW4TagClass@PASN_Object@@@Z @10364 NONAME ??0H45011_CIProtectionLevel@@QAE@IW4TagClass@PASN_Object@@@Z @10365 NONAME ??0H45011_CIRequestArg@@QAE@ABV0@@Z @10366 NONAME ??0H45011_CIRequestArg@@QAE@IW4TagClass@PASN_Object@@@Z @10367 NONAME ??0H45011_CIRequestRes@@QAE@ABV0@@Z @10368 NONAME ??0H45011_CIRequestRes@@QAE@IW4TagClass@PASN_Object@@@Z @10369 NONAME ??0H45011_CISilentArg@@QAE@ABV0@@Z @10370 NONAME ??0H45011_CISilentArg@@QAE@IW4TagClass@PASN_Object@@@Z @10371 NONAME ??0H45011_CISilentOptRes@@QAE@ABV0@@Z @10372 NONAME ??0H45011_CISilentOptRes@@QAE@IW4TagClass@PASN_Object@@@Z @10373 NONAME ??0H45011_CIStatusInformation@@QAE@IW4TagClass@PASN_Object@@@Z @10374 NONAME ??0H45011_CIWobOptArg@@QAE@ABV0@@Z @10375 NONAME ??0H45011_CIWobOptArg@@QAE@IW4TagClass@PASN_Object@@@Z @10376 NONAME ??0H45011_CIWobOptRes@@QAE@ABV0@@Z @10377 NONAME ??0H45011_CIWobOptRes@@QAE@IW4TagClass@PASN_Object@@@Z @10378 NONAME ??0H45011_H323CallIntrusionOperations@@QAE@IW4TagClass@PASN_Object@@@Z @10379 NONAME ??0H4501_Address@@QAE@ABV0@@Z @9668 NONAME ??0H4501_Address@@QAE@IW4TagClass@PASN_Object@@@Z @9669 NONAME ??0H4501_AddressInformation@@QAE@IW4TagClass@PASN_Object@@@Z @9670 NONAME ??0H4501_AddressScreened@@QAE@ABV0@@Z @9671 NONAME ??0H4501_AddressScreened@@QAE@IW4TagClass@PASN_Object@@@Z @9672 NONAME ??0H4501_ArrayOf_AliasAddress@@QAE@IW4TagClass@PASN_Object@@@Z @9673 NONAME ??0H4501_ArrayOf_ROS@@QAE@IW4TagClass@PASN_Object@@@Z @9674 NONAME ??0H4501_EndpointAddress@@QAE@ABV0@@Z @9675 NONAME ??0H4501_EndpointAddress@@QAE@IW4TagClass@PASN_Object@@@Z @9676 NONAME ??0H4501_EntityType@@QAE@IW4TagClass@PASN_Object@@@Z @9677 NONAME ??0H4501_Extension@@QAE@ABV0@@Z @9678 NONAME ??0H4501_Extension@@QAE@IW4TagClass@PASN_Object@@@Z @9679 NONAME ??0H4501_GeneralErrorList@@QAE@IW4TagClass@PASN_Object@@@Z @9680 NONAME ??0H4501_H225InformationElement@@QAE@ABVPBYTEArray@@@Z @18318 NONAME ??0H4501_H225InformationElement@@QAE@ABVPString@@@Z @18319 NONAME ??0H4501_H225InformationElement@@QAE@IW4TagClass@PASN_Object@@@Z @9681 NONAME ??0H4501_H225InformationElement@@QAE@PBD@Z @18320 NONAME ??0H4501_InterpretationApdu@@QAE@IW4TagClass@PASN_Object@@@Z @9682 NONAME ??0H4501_InvokeIDs@@QAE@IW4TagClass@PASN_Object@@@Z @9683 NONAME ??0H4501_InvokeIdSet@@QAE@IW4TagClass@PASN_Object@@@Z @9684 NONAME ??0H4501_NetworkFacilityExtension@@QAE@ABV0@@Z @9685 NONAME ??0H4501_NetworkFacilityExtension@@QAE@IW4TagClass@PASN_Object@@@Z @9686 NONAME ??0H4501_NSAPSubaddress@@QAE@ABVPBYTEArray@@@Z @18321 NONAME ??0H4501_NSAPSubaddress@@QAE@ABVPString@@@Z @18322 NONAME ??0H4501_NSAPSubaddress@@QAE@IW4TagClass@PASN_Object@@@Z @9687 NONAME ??0H4501_NSAPSubaddress@@QAE@PBD@Z @18323 NONAME ??0H4501_NumberScreened@@QAE@ABV0@@Z @9688 NONAME ??0H4501_NumberScreened@@QAE@IW4TagClass@PASN_Object@@@Z @9689 NONAME ??0H4501_PartySubaddress@@QAE@IW4TagClass@PASN_Object@@@Z @9690 NONAME ??0H4501_PresentationAllowedIndicator@@QAE@IW4TagClass@PASN_Object@@@Z @9691 NONAME ??0H4501_PresentedAddressScreened@@QAE@IW4TagClass@PASN_Object@@@Z @9692 NONAME ??0H4501_PresentedAddressUnscreened@@QAE@IW4TagClass@PASN_Object@@@Z @9693 NONAME ??0H4501_PresentedNumberScreened@@QAE@IW4TagClass@PASN_Object@@@Z @9694 NONAME ??0H4501_PresentedNumberUnscreened@@QAE@IW4TagClass@PASN_Object@@@Z @9695 NONAME ??0H4501_ScreeningIndicator@@QAE@IW4TagClass@PASN_Object@@@Z @9696 NONAME ??0H4501_ServiceApdus@@QAE@IW4TagClass@PASN_Object@@@Z @9697 NONAME ??0H4501_SubaddressInformation@@QAE@ABVPBYTEArray@@@Z @18324 NONAME ??0H4501_SubaddressInformation@@QAE@ABVPString@@@Z @18325 NONAME ??0H4501_SubaddressInformation@@QAE@IW4TagClass@PASN_Object@@@Z @9698 NONAME ??0H4501_SubaddressInformation@@QAE@PBD@Z @18326 NONAME ??0H4501_SupplementaryService@@QAE@ABV0@@Z @9699 NONAME ??0H4501_SupplementaryService@@QAE@IW4TagClass@PASN_Object@@@Z @9700 NONAME ??0H4501_UserSpecifiedSubaddress@@QAE@ABV0@@Z @9701 NONAME ??0H4501_UserSpecifiedSubaddress@@QAE@IW4TagClass@PASN_Object@@@Z @9702 NONAME ??0H4502Handler@@QAE@AAVH323Connection@@AAVH450xDispatcher@@@Z @13125 NONAME ??0H4502_CallIdentity@@QAE@IW4TagClass@PASN_Object@@@Z @9703 NONAME ??0H4502_CallStatus@@QAE@IW4TagClass@PASN_Object@@@Z @9704 NONAME ??0H4502_CallTransferErrors@@QAE@IW4TagClass@PASN_Object@@@Z @9705 NONAME ??0H4502_CallTransferOperation@@QAE@IW4TagClass@PASN_Object@@@Z @9706 NONAME ??0H4502_CTActiveArg@@QAE@ABV0@@Z @9707 NONAME ??0H4502_CTActiveArg@@QAE@IW4TagClass@PASN_Object@@@Z @9708 NONAME ??0H4502_CTActiveArg_argumentExtension@@QAE@IW4TagClass@PASN_Object@@@Z @9709 NONAME ??0H4502_CTCompleteArg@@QAE@ABV0@@Z @9710 NONAME ??0H4502_CTCompleteArg@@QAE@IW4TagClass@PASN_Object@@@Z @9711 NONAME ??0H4502_CTCompleteArg_argumentExtension@@QAE@IW4TagClass@PASN_Object@@@Z @9712 NONAME ??0H4502_CTIdentifyRes@@QAE@ABV0@@Z @9713 NONAME ??0H4502_CTIdentifyRes@@QAE@IW4TagClass@PASN_Object@@@Z @9714 NONAME ??0H4502_CTIdentifyRes_resultExtension@@QAE@IW4TagClass@PASN_Object@@@Z @9715 NONAME ??0H4502_CTInitiateArg@@QAE@ABV0@@Z @9716 NONAME ??0H4502_CTInitiateArg@@QAE@IW4TagClass@PASN_Object@@@Z @9717 NONAME ??0H4502_CTInitiateArg_argumentExtension@@QAE@IW4TagClass@PASN_Object@@@Z @9718 NONAME ??0H4502_CTSetupArg@@QAE@ABV0@@Z @9719 NONAME ??0H4502_CTSetupArg@@QAE@IW4TagClass@PASN_Object@@@Z @9720 NONAME ??0H4502_CTSetupArg_argumentExtension@@QAE@IW4TagClass@PASN_Object@@@Z @9721 NONAME ??0H4502_CTUpdateArg@@QAE@ABV0@@Z @9722 NONAME ??0H4502_CTUpdateArg@@QAE@IW4TagClass@PASN_Object@@@Z @9723 NONAME ??0H4502_CTUpdateArg_argumentExtension@@QAE@IW4TagClass@PASN_Object@@@Z @9724 NONAME ??0H4502_DummyArg@@QAE@IW4TagClass@PASN_Object@@@Z @9725 NONAME ??0H4502_DummyRes@@QAE@IW4TagClass@PASN_Object@@@Z @9726 NONAME ??0H4502_EndDesignation@@QAE@IW4TagClass@PASN_Object@@@Z @9727 NONAME ??0H4502_ExtensionSeq@@QAE@IW4TagClass@PASN_Object@@@Z @9728 NONAME ??0H4502_SubaddressTransferArg@@QAE@ABV0@@Z @9729 NONAME ??0H4502_SubaddressTransferArg@@QAE@IW4TagClass@PASN_Object@@@Z @9730 NONAME ??0H4502_SubaddressTransferArg_argumentExtension@@QAE@IW4TagClass@PASN_Object@@@Z @9731 NONAME ??0H4503_BasicService@@QAE@IW4TagClass@PASN_Object@@@Z @10278 NONAME ??0H4503_CallDiversionErrors@@QAE@IW4TagClass@PASN_Object@@@Z @10279 NONAME ??0H4503_DiversionReason@@QAE@IW4TagClass@PASN_Object@@@Z @10280 NONAME ??0H4503_ExtensionSeq@@QAE@IW4TagClass@PASN_Object@@@Z @10281 NONAME ??0H4503_H323CallDiversionOperations@@QAE@IW4TagClass@PASN_Object@@@Z @10282 NONAME ??0H4503_IntResult@@QAE@ABV0@@Z @10283 NONAME ??0H4503_IntResult@@QAE@IW4TagClass@PASN_Object@@@Z @10284 NONAME ??0H4503_IntResultList@@QAE@IW4TagClass@PASN_Object@@@Z @10285 NONAME ??0H4503_IntResult_extension@@QAE@IW4TagClass@PASN_Object@@@Z @10286 NONAME ??0H4503_Procedure@@QAE@IW4TagClass@PASN_Object@@@Z @10287 NONAME ??0H4503_SubscriptionOption@@QAE@IW4TagClass@PASN_Object@@@Z @10288 NONAME ??0H4504Handler@@QAE@AAVH323Connection@@AAVH450xDispatcher@@@Z @13126 NONAME ??0H4504_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @10185 NONAME ??0H4504_CallHoldOperation@@QAE@IW4TagClass@PASN_Object@@@Z @10186 NONAME ??0H4504_Extension@@QAE@ABV0@@Z @10187 NONAME ??0H4504_Extension@@QAE@IW4TagClass@PASN_Object@@@Z @10188 NONAME ??0H4504_HoldNotificArg@@QAE@ABV0@@Z @10189 NONAME ??0H4504_HoldNotificArg@@QAE@IW4TagClass@PASN_Object@@@Z @10190 NONAME ??0H4504_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @10191 NONAME ??0H4504_RemoteHoldArg@@QAE@ABV0@@Z @10192 NONAME ??0H4504_RemoteHoldArg@@QAE@IW4TagClass@PASN_Object@@@Z @10193 NONAME ??0H4504_RemoteHoldRes@@QAE@ABV0@@Z @10194 NONAME ??0H4504_RemoteHoldRes@@QAE@IW4TagClass@PASN_Object@@@Z @10195 NONAME ??0H4504_RemoteRetrieveArg@@QAE@ABV0@@Z @10196 NONAME ??0H4504_RemoteRetrieveArg@@QAE@IW4TagClass@PASN_Object@@@Z @10197 NONAME ??0H4504_RemoteRetrieveRes@@QAE@ABV0@@Z @10198 NONAME ??0H4504_RemoteRetrieveRes@@QAE@IW4TagClass@PASN_Object@@@Z @10199 NONAME ??0H4504_RetrieveNotificArg@@QAE@ABV0@@Z @10200 NONAME ??0H4504_RetrieveNotificArg@@QAE@IW4TagClass@PASN_Object@@@Z @10201 NONAME ??0H4505_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @10380 NONAME ??0H4505_CallParkPickupOperations@@QAE@IW4TagClass@PASN_Object@@@Z @10381 NONAME ??0H4505_CallPickupErrors@@QAE@IW4TagClass@PASN_Object@@@Z @10382 NONAME ??0H4505_CallType@@QAE@IW4TagClass@PASN_Object@@@Z @10383 NONAME ??0H4505_CpickupNotifyArg@@QAE@ABV0@@Z @10384 NONAME ??0H4505_CpickupNotifyArg@@QAE@IW4TagClass@PASN_Object@@@Z @10385 NONAME ??0H4505_CpNotifyArg@@QAE@ABV0@@Z @10386 NONAME ??0H4505_CpNotifyArg@@QAE@IW4TagClass@PASN_Object@@@Z @10387 NONAME ??0H4505_CpRequestArg@@QAE@ABV0@@Z @10388 NONAME ??0H4505_CpRequestArg@@QAE@IW4TagClass@PASN_Object@@@Z @10389 NONAME ??0H4505_CpRequestRes@@QAE@ABV0@@Z @10390 NONAME ??0H4505_CpRequestRes@@QAE@IW4TagClass@PASN_Object@@@Z @10391 NONAME ??0H4505_CpSetupArg@@QAE@ABV0@@Z @10392 NONAME ??0H4505_CpSetupArg@@QAE@IW4TagClass@PASN_Object@@@Z @10393 NONAME ??0H4505_CpSetupRes@@QAE@ABV0@@Z @10394 NONAME ??0H4505_CpSetupRes@@QAE@IW4TagClass@PASN_Object@@@Z @10395 NONAME ??0H4505_GroupIndicationOffArg@@QAE@ABV0@@Z @10396 NONAME ??0H4505_GroupIndicationOffArg@@QAE@IW4TagClass@PASN_Object@@@Z @10397 NONAME ??0H4505_GroupIndicationOffRes@@QAE@ABV0@@Z @10398 NONAME ??0H4505_GroupIndicationOffRes@@QAE@IW4TagClass@PASN_Object@@@Z @10399 NONAME ??0H4505_GroupIndicationOnArg@@QAE@ABV0@@Z @10400 NONAME ??0H4505_GroupIndicationOnArg@@QAE@IW4TagClass@PASN_Object@@@Z @10401 NONAME ??0H4505_GroupIndicationOnRes@@QAE@ABV0@@Z @10402 NONAME ??0H4505_GroupIndicationOnRes@@QAE@IW4TagClass@PASN_Object@@@Z @10403 NONAME ??0H4505_ParkCondition@@QAE@IW4TagClass@PASN_Object@@@Z @10404 NONAME ??0H4505_ParkedToPosition@@QAE@IW4TagClass@PASN_Object@@@Z @10405 NONAME ??0H4505_PickExeArg@@QAE@ABV0@@Z @10406 NONAME ??0H4505_PickExeArg@@QAE@IW4TagClass@PASN_Object@@@Z @10407 NONAME ??0H4505_PickExeRes@@QAE@ABV0@@Z @10408 NONAME ??0H4505_PickExeRes@@QAE@IW4TagClass@PASN_Object@@@Z @10409 NONAME ??0H4505_PickrequArg@@QAE@ABV0@@Z @10410 NONAME ??0H4505_PickrequArg@@QAE@IW4TagClass@PASN_Object@@@Z @10411 NONAME ??0H4505_PickrequRes@@QAE@ABV0@@Z @10412 NONAME ??0H4505_PickrequRes@@QAE@IW4TagClass@PASN_Object@@@Z @10413 NONAME ??0H4505_PickupArg@@QAE@ABV0@@Z @10414 NONAME ??0H4505_PickupArg@@QAE@IW4TagClass@PASN_Object@@@Z @10415 NONAME ??0H4505_PickupRes@@QAE@ABV0@@Z @10416 NONAME ??0H4505_PickupRes@@QAE@IW4TagClass@PASN_Object@@@Z @10417 NONAME ??0H4506Handler@@QAE@AAVH323Connection@@AAVH450xDispatcher@@@Z @13615 NONAME ??0H4506_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @10418 NONAME ??0H4506_CallWaitingArg@@QAE@ABV0@@Z @10419 NONAME ??0H4506_CallWaitingArg@@QAE@IW4TagClass@PASN_Object@@@Z @10420 NONAME ??0H4506_CallWaitingOperations@@QAE@IW4TagClass@PASN_Object@@@Z @10421 NONAME ??0H4507_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @10422 NONAME ??0H4507_BasicService@@QAE@IW4TagClass@PASN_Object@@@Z @10423 NONAME ??0H4507_DummyRes@@QAE@IW4TagClass@PASN_Object@@@Z @10424 NONAME ??0H4507_H323_MWI_Operations@@QAE@IW4TagClass@PASN_Object@@@Z @10425 NONAME ??0H4507_MessageWaitingIndicationErrors@@QAE@IW4TagClass@PASN_Object@@@Z @10426 NONAME ??0H4507_MsgCentreId@@QAE@IW4TagClass@PASN_Object@@@Z @10427 NONAME ??0H4507_MWIActivateArg@@QAE@ABV0@@Z @10428 NONAME ??0H4507_MWIActivateArg@@QAE@IW4TagClass@PASN_Object@@@Z @10429 NONAME ??0H4507_MWIDeactivateArg@@QAE@ABV0@@Z @10430 NONAME ??0H4507_MWIDeactivateArg@@QAE@IW4TagClass@PASN_Object@@@Z @10431 NONAME ??0H4507_MWIInterrogateArg@@QAE@ABV0@@Z @10432 NONAME ??0H4507_MWIInterrogateArg@@QAE@IW4TagClass@PASN_Object@@@Z @10433 NONAME ??0H4507_MWIInterrogateRes@@QAE@IW4TagClass@PASN_Object@@@Z @10434 NONAME ??0H4507_MWIInterrogateResElt@@QAE@ABV0@@Z @10435 NONAME ??0H4507_MWIInterrogateResElt@@QAE@IW4TagClass@PASN_Object@@@Z @10436 NONAME ??0H4507_NbOfMessages@@QAE@IW4TagClass@PASN_Object@@@Z @10437 NONAME ??0H4507_TimeStamp@@QAE@IW4TagClass@PASN_Object@@@Z @10438 NONAME ??0H4508_ExtendedName@@QAE@IW4TagClass@PASN_Object@@@Z @10439 NONAME ??0H4508_Name@@QAE@IW4TagClass@PASN_Object@@@Z @10440 NONAME ??0H4508_NameOperations@@QAE@IW4TagClass@PASN_Object@@@Z @10441 NONAME ??0H4508_NamePresentationAllowed@@QAE@IW4TagClass@PASN_Object@@@Z @10442 NONAME ??0H4508_NamePresentationRestricted@@QAE@IW4TagClass@PASN_Object@@@Z @10443 NONAME ??0H4508_SimpleName@@QAE@ABVPBYTEArray@@@Z @18327 NONAME ??0H4508_SimpleName@@QAE@ABVPString@@@Z @18328 NONAME ??0H4508_SimpleName@@QAE@IW4TagClass@PASN_Object@@@Z @10444 NONAME ??0H4508_SimpleName@@QAE@PBD@Z @18329 NONAME ??0H4509_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @10445 NONAME ??0H4509_CallCompletionErrors@@QAE@IW4TagClass@PASN_Object@@@Z @10446 NONAME ??0H4509_CcArg@@QAE@IW4TagClass@PASN_Object@@@Z @10447 NONAME ??0H4509_CcLongArg@@QAE@ABV0@@Z @10448 NONAME ??0H4509_CcLongArg@@QAE@IW4TagClass@PASN_Object@@@Z @10449 NONAME ??0H4509_CcRequestArg@@QAE@ABV0@@Z @10450 NONAME ??0H4509_CcRequestArg@@QAE@IW4TagClass@PASN_Object@@@Z @10451 NONAME ??0H4509_CcRequestRes@@QAE@ABV0@@Z @10452 NONAME ??0H4509_CcRequestRes@@QAE@IW4TagClass@PASN_Object@@@Z @10453 NONAME ??0H4509_CcShortArg@@QAE@ABV0@@Z @10454 NONAME ??0H4509_CcShortArg@@QAE@IW4TagClass@PASN_Object@@@Z @10455 NONAME ??0H4509_H323CallCompletionOperations@@QAE@IW4TagClass@PASN_Object@@@Z @10456 NONAME ??0H450xDispatcher@@QAE@AAVH323Connection@@@Z @13127 NONAME ??0H450xHandler@@QAE@AAVH323Connection@@AAVH450xDispatcher@@@Z @13128 NONAME ??0H501AccessRequest@@QAE@AAVH323PeerElement@@ABVH501PDU@@@Z @18330 NONAME ??0H501DescriptorUpdate@@QAE@AAVH323PeerElement@@ABVH501PDU@@@Z @18331 NONAME ??0H501PDU@@QAE@ABV0@@Z @18153 NONAME ??0H501PDU@@QAE@XZ @16801 NONAME ??0H501ServiceRequest@@QAE@AAVH323PeerElement@@ABVH501PDU@@@Z @18332 NONAME ??0H501Transaction@@QAE@AAVH323PeerElement@@ABVH501PDU@@H@Z @18474 NONAME ??0H501_AccessConfirmation@@QAE@ABV0@@Z @16802 NONAME ??0H501_AccessConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @16803 NONAME ??0H501_AccessRejection@@QAE@ABV0@@Z @16804 NONAME ??0H501_AccessRejection@@QAE@IW4TagClass@PASN_Object@@@Z @16805 NONAME ??0H501_AccessRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @16806 NONAME ??0H501_AccessRequest@@QAE@ABV0@@Z @16807 NONAME ??0H501_AccessRequest@@QAE@IW4TagClass@PASN_Object@@@Z @16808 NONAME ??0H501_AccessToken@@QAE@IW4TagClass@PASN_Object@@@Z @16809 NONAME ??0H501_AddressTemplate@@QAE@ABV0@@Z @16810 NONAME ??0H501_AddressTemplate@@QAE@IW4TagClass@PASN_Object@@@Z @16811 NONAME ??0H501_AlternatePE@@QAE@ABV0@@Z @16812 NONAME ??0H501_AlternatePE@@QAE@IW4TagClass@PASN_Object@@@Z @16813 NONAME ??0H501_AlternatePEInfo@@QAE@ABV0@@Z @16814 NONAME ??0H501_AlternatePEInfo@@QAE@IW4TagClass@PASN_Object@@@Z @16815 NONAME ??0H501_ApplicationMessage@@QAE@ABVPBYTEArray@@@Z @17762 NONAME ??0H501_ApplicationMessage@@QAE@ABVPString@@@Z @17763 NONAME ??0H501_ApplicationMessage@@QAE@IW4TagClass@PASN_Object@@@Z @16816 NONAME ??0H501_ApplicationMessage@@QAE@PBD@Z @17764 NONAME ??0H501_ArrayOf_AccessToken@@QAE@IW4TagClass@PASN_Object@@@Z @16817 NONAME ??0H501_ArrayOf_AddressTemplate@@QAE@IW4TagClass@PASN_Object@@@Z @16818 NONAME ??0H501_ArrayOf_AliasAddress@@QAE@IW4TagClass@PASN_Object@@@Z @16819 NONAME ??0H501_ArrayOf_AlternatePE@@QAE@IW4TagClass@PASN_Object@@@Z @16820 NONAME ??0H501_ArrayOf_CircuitIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @16821 NONAME ??0H501_ArrayOf_ClearToken@@QAE@IW4TagClass@PASN_Object@@@Z @16822 NONAME ??0H501_ArrayOf_ContactInformation@@QAE@IW4TagClass@PASN_Object@@@Z @16823 NONAME ??0H501_ArrayOf_CryptoH323Token@@QAE@IW4TagClass@PASN_Object@@@Z @16824 NONAME ??0H501_ArrayOf_Descriptor@@QAE@IW4TagClass@PASN_Object@@@Z @16825 NONAME ??0H501_ArrayOf_DescriptorInfo@@QAE@IW4TagClass@PASN_Object@@@Z @16827 NONAME ??0H501_ArrayOf_GenericData@@QAE@IW4TagClass@PASN_Object@@@Z @16828 NONAME ??0H501_ArrayOf_GloballyUniqueID@@QAE@IW4TagClass@PASN_Object@@@Z @17765 NONAME ??0H501_ArrayOf_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @16829 NONAME ??0H501_ArrayOf_PASN_ObjectId@@QAE@IW4TagClass@PASN_Object@@@Z @16830 NONAME ??0H501_ArrayOf_Pattern@@QAE@IW4TagClass@PASN_Object@@@Z @16831 NONAME ??0H501_ArrayOf_PriceElement@@QAE@IW4TagClass@PASN_Object@@@Z @16832 NONAME ??0H501_ArrayOf_PriceInfoSpec@@QAE@IW4TagClass@PASN_Object@@@Z @16833 NONAME ??0H501_ArrayOf_RouteInformation@@QAE@IW4TagClass@PASN_Object@@@Z @16834 NONAME ??0H501_ArrayOf_SecurityMode@@QAE@IW4TagClass@PASN_Object@@@Z @16835 NONAME ??0H501_ArrayOf_ServiceControlSession@@QAE@IW4TagClass@PASN_Object@@@Z @16836 NONAME ??0H501_ArrayOf_SupportedProtocols@@QAE@IW4TagClass@PASN_Object@@@Z @16837 NONAME ??0H501_ArrayOf_TransportAddress@@QAE@IW4TagClass@PASN_Object@@@Z @16838 NONAME ??0H501_ArrayOf_UpdateInformation@@QAE@IW4TagClass@PASN_Object@@@Z @16839 NONAME ??0H501_ArrayOf_UsageField@@QAE@IW4TagClass@PASN_Object@@@Z @16840 NONAME ??0H501_AuthenticationConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @16841 NONAME ??0H501_AuthenticationRejection@@QAE@ABV0@@Z @16842 NONAME ??0H501_AuthenticationRejection@@QAE@IW4TagClass@PASN_Object@@@Z @16843 NONAME ??0H501_AuthenticationRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @16844 NONAME ??0H501_AuthenticationRequest@@QAE@ABV0@@Z @16845 NONAME ??0H501_AuthenticationRequest@@QAE@IW4TagClass@PASN_Object@@@Z @16846 NONAME ??0H501_CallInformation@@QAE@ABV0@@Z @16847 NONAME ??0H501_CallInformation@@QAE@IW4TagClass@PASN_Object@@@Z @16848 NONAME ??0H501_ContactInformation@@QAE@ABV0@@Z @16849 NONAME ??0H501_ContactInformation@@QAE@IW4TagClass@PASN_Object@@@Z @16850 NONAME ??0H501_Descriptor@@QAE@ABV0@@Z @16851 NONAME ??0H501_Descriptor@@QAE@IW4TagClass@PASN_Object@@@Z @16852 NONAME ??0H501_DescriptorConfirmation@@QAE@ABV0@@Z @16853 NONAME ??0H501_DescriptorConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @16854 NONAME ??0H501_DescriptorIDConfirmation@@QAE@ABV0@@Z @16856 NONAME ??0H501_DescriptorIDConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @16857 NONAME ??0H501_DescriptorIDRejection@@QAE@ABV0@@Z @16858 NONAME ??0H501_DescriptorIDRejection@@QAE@IW4TagClass@PASN_Object@@@Z @16859 NONAME ??0H501_DescriptorIDRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @16860 NONAME ??0H501_DescriptorIDRequest@@QAE@IW4TagClass@PASN_Object@@@Z @16861 NONAME ??0H501_DescriptorInfo@@QAE@ABV0@@Z @16862 NONAME ??0H501_DescriptorInfo@@QAE@IW4TagClass@PASN_Object@@@Z @16863 NONAME ??0H501_DescriptorRejection@@QAE@ABV0@@Z @16864 NONAME ??0H501_DescriptorRejection@@QAE@IW4TagClass@PASN_Object@@@Z @16865 NONAME ??0H501_DescriptorRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @16866 NONAME ??0H501_DescriptorRequest@@QAE@ABV0@@Z @16867 NONAME ??0H501_DescriptorRequest@@QAE@IW4TagClass@PASN_Object@@@Z @16868 NONAME ??0H501_DescriptorUpdate@@QAE@ABV0@@Z @16869 NONAME ??0H501_DescriptorUpdate@@QAE@IW4TagClass@PASN_Object@@@Z @16870 NONAME ??0H501_DescriptorUpdateAck@@QAE@IW4TagClass@PASN_Object@@@Z @16871 NONAME ??0H501_ElementIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @16872 NONAME ??0H501_GlobalTimeStamp@@QAE@IW4TagClass@PASN_Object@@@Z @16873 NONAME ??0H501_Message@@QAE@ABV0@@Z @16874 NONAME ??0H501_Message@@QAE@IW4TagClass@PASN_Object@@@Z @16875 NONAME ??0H501_MessageBody@@QAE@IW4TagClass@PASN_Object@@@Z @16876 NONAME ??0H501_MessageCommonInfo@@QAE@ABV0@@Z @16877 NONAME ??0H501_MessageCommonInfo@@QAE@IW4TagClass@PASN_Object@@@Z @16878 NONAME ??0H501_NonStandardConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @16879 NONAME ??0H501_NonStandardRejection@@QAE@ABV0@@Z @16880 NONAME ??0H501_NonStandardRejection@@QAE@IW4TagClass@PASN_Object@@@Z @16881 NONAME ??0H501_NonStandardRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @16882 NONAME ??0H501_NonStandardRequest@@QAE@IW4TagClass@PASN_Object@@@Z @16883 NONAME ??0H501_PartyInformation@@QAE@ABV0@@Z @16884 NONAME ??0H501_PartyInformation@@QAE@IW4TagClass@PASN_Object@@@Z @16885 NONAME ??0H501_Pattern@@QAE@IW4TagClass@PASN_Object@@@Z @16886 NONAME ??0H501_Pattern_range@@QAE@ABV0@@Z @16887 NONAME ??0H501_Pattern_range@@QAE@IW4TagClass@PASN_Object@@@Z @16888 NONAME ??0H501_PriceElement@@QAE@ABV0@@Z @16889 NONAME ??0H501_PriceElement@@QAE@IW4TagClass@PASN_Object@@@Z @16890 NONAME ??0H501_PriceElement_units@@QAE@IW4TagClass@PASN_Object@@@Z @16891 NONAME ??0H501_PriceInfoSpec@@QAE@ABV0@@Z @16892 NONAME ??0H501_PriceInfoSpec@@QAE@IW4TagClass@PASN_Object@@@Z @16893 NONAME ??0H501_ProtocolVersion@@QAE@IW4TagClass@PASN_Object@@@Z @16894 NONAME ??0H501_RequestInProgress@@QAE@ABV0@@Z @16895 NONAME ??0H501_RequestInProgress@@QAE@IW4TagClass@PASN_Object@@@Z @16896 NONAME ??0H501_Role@@QAE@IW4TagClass@PASN_Object@@@Z @16897 NONAME ??0H501_RouteInformation@@QAE@ABV0@@Z @16898 NONAME ??0H501_RouteInformation@@QAE@IW4TagClass@PASN_Object@@@Z @16899 NONAME ??0H501_RouteInformation_messageType@@QAE@IW4TagClass@PASN_Object@@@Z @16900 NONAME ??0H501_SecurityMode@@QAE@ABV0@@Z @16901 NONAME ??0H501_SecurityMode@@QAE@IW4TagClass@PASN_Object@@@Z @16902 NONAME ??0H501_ServiceConfirmation@@QAE@ABV0@@Z @16903 NONAME ??0H501_ServiceConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @16904 NONAME ??0H501_ServiceRejection@@QAE@ABV0@@Z @16906 NONAME ??0H501_ServiceRejection@@QAE@IW4TagClass@PASN_Object@@@Z @16907 NONAME ??0H501_ServiceRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @16908 NONAME ??0H501_ServiceRelease@@QAE@ABV0@@Z @16909 NONAME ??0H501_ServiceRelease@@QAE@IW4TagClass@PASN_Object@@@Z @16910 NONAME ??0H501_ServiceReleaseReason@@QAE@IW4TagClass@PASN_Object@@@Z @16911 NONAME ??0H501_ServiceRequest@@QAE@ABV0@@Z @16912 NONAME ??0H501_ServiceRequest@@QAE@IW4TagClass@PASN_Object@@@Z @16913 NONAME ??0H501_TerminationCause@@QAE@ABV0@@Z @16914 NONAME ??0H501_TerminationCause@@QAE@IW4TagClass@PASN_Object@@@Z @16915 NONAME ??0H501_TimeZone@@QAE@IW4TagClass@PASN_Object@@@Z @16916 NONAME ??0H501_UnknownMessageReason@@QAE@IW4TagClass@PASN_Object@@@Z @16917 NONAME ??0H501_UnknownMessageResponse@@QAE@ABV0@@Z @16918 NONAME ??0H501_UnknownMessageResponse@@QAE@IW4TagClass@PASN_Object@@@Z @16919 NONAME ??0H501_UpdateInformation@@QAE@ABV0@@Z @16920 NONAME ??0H501_UpdateInformation@@QAE@IW4TagClass@PASN_Object@@@Z @16921 NONAME ??0H501_UpdateInformation_descriptorInfo@@QAE@IW4TagClass@PASN_Object@@@Z @16922 NONAME ??0H501_UpdateInformation_updateType@@QAE@IW4TagClass@PASN_Object@@@Z @16923 NONAME ??0H501_UsageCallStatus@@QAE@IW4TagClass@PASN_Object@@@Z @16924 NONAME ??0H501_UsageConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @16925 NONAME ??0H501_UsageField@@QAE@ABV0@@Z @16926 NONAME ??0H501_UsageField@@QAE@IW4TagClass@PASN_Object@@@Z @16927 NONAME ??0H501_UsageIndication@@QAE@ABV0@@Z @16928 NONAME ??0H501_UsageIndication@@QAE@IW4TagClass@PASN_Object@@@Z @16929 NONAME ??0H501_UsageIndicationConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @16930 NONAME ??0H501_UsageIndicationRejection@@QAE@ABV0@@Z @16931 NONAME ??0H501_UsageIndicationRejection@@QAE@IW4TagClass@PASN_Object@@@Z @16932 NONAME ??0H501_UsageIndicationRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @16933 NONAME ??0H501_UsageRejection@@QAE@ABV0@@Z @16934 NONAME ??0H501_UsageRejection@@QAE@IW4TagClass@PASN_Object@@@Z @16935 NONAME ??0H501_UsageRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @16936 NONAME ??0H501_UsageRequest@@QAE@ABV0@@Z @16937 NONAME ??0H501_UsageRequest@@QAE@IW4TagClass@PASN_Object@@@Z @16938 NONAME ??0H501_UsageSpecification@@QAE@ABV0@@Z @16939 NONAME ??0H501_UsageSpecification@@QAE@IW4TagClass@PASN_Object@@@Z @16940 NONAME ??0H501_UsageSpecification_when@@QAE@ABV0@@Z @16941 NONAME ??0H501_UsageSpecification_when@@QAE@IW4TagClass@PASN_Object@@@Z @16942 NONAME ??0H501_UserInformation@@QAE@ABV0@@Z @16943 NONAME ??0H501_UserInformation@@QAE@IW4TagClass@PASN_Object@@@Z @16944 NONAME ??0H501_ValidationConfirmation@@QAE@ABV0@@Z @16945 NONAME ??0H501_ValidationConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @16946 NONAME ??0H501_ValidationRejection@@QAE@ABV0@@Z @16947 NONAME ??0H501_ValidationRejection@@QAE@IW4TagClass@PASN_Object@@@Z @16948 NONAME ??0H501_ValidationRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @16949 NONAME ??0H501_ValidationRequest@@QAE@ABV0@@Z @16950 NONAME ??0H501_ValidationRequest@@QAE@IW4TagClass@PASN_Object@@@Z @16951 NONAME ??0HIDPluginDeviceManager@@QAE@PAVPPluginManager@@@Z @30064 NONAME ??0IntraP64Decoder@@QAE@XZ @1165 NONAME ??0MCS_ArrayOf_ChannelAttributes@@QAE@IW4TagClass@PASN_Object@@@Z @1228 NONAME ??0MCS_ArrayOf_ChannelId@@QAE@IW4TagClass@PASN_Object@@@Z @1229 NONAME ??0MCS_ArrayOf_TokenAttributes@@QAE@IW4TagClass@PASN_Object@@@Z @1230 NONAME ??0MCS_ArrayOf_TokenId@@QAE@IW4TagClass@PASN_Object@@@Z @1231 NONAME ??0MCS_ArrayOf_UserId@@QAE@IW4TagClass@PASN_Object@@@Z @1232 NONAME ??0MCS_AssignedChannelId@@QAE@IW4TagClass@PASN_Object@@@Z @1233 NONAME ??0MCS_AUcf@@QAE@ABV0@@Z @1234 NONAME ??0MCS_AUcf@@QAE@IW4TagClass@PASN_Object@@@Z @1235 NONAME ??0MCS_AUrq@@QAE@IW4TagClass@PASN_Object@@@Z @1236 NONAME ??0MCS_CAin@@QAE@ABV0@@Z @1237 NONAME ??0MCS_CAin@@QAE@IW4TagClass@PASN_Object@@@Z @1238 NONAME ??0MCS_CArq@@QAE@ABV0@@Z @1239 NONAME ??0MCS_CArq@@QAE@IW4TagClass@PASN_Object@@@Z @1240 NONAME ??0MCS_CCcf@@QAE@ABV0@@Z @1241 NONAME ??0MCS_CCcf@@QAE@IW4TagClass@PASN_Object@@@Z @1242 NONAME ??0MCS_CCrq@@QAE@ABV0@@Z @1243 NONAME ??0MCS_CCrq@@QAE@IW4TagClass@PASN_Object@@@Z @1244 NONAME ??0MCS_CDin@@QAE@ABV0@@Z @1245 NONAME ??0MCS_CDin@@QAE@IW4TagClass@PASN_Object@@@Z @1246 NONAME ??0MCS_CDrq@@QAE@ABV0@@Z @1247 NONAME ??0MCS_CDrq@@QAE@IW4TagClass@PASN_Object@@@Z @1248 NONAME ??0MCS_CEin@@QAE@ABV0@@Z @1249 NONAME ??0MCS_CEin@@QAE@IW4TagClass@PASN_Object@@@Z @1250 NONAME ??0MCS_CErq@@QAE@ABV0@@Z @1251 NONAME ??0MCS_CErq@@QAE@IW4TagClass@PASN_Object@@@Z @1252 NONAME ??0MCS_ChannelAttributes@@QAE@IW4TagClass@PASN_Object@@@Z @1253 NONAME ??0MCS_ChannelAttributes_assigned@@QAE@ABV0@@Z @1254 NONAME ??0MCS_ChannelAttributes_assigned@@QAE@IW4TagClass@PASN_Object@@@Z @1255 NONAME ??0MCS_ChannelAttributes_private@@QAE@ABV0@@Z @1256 NONAME ??0MCS_ChannelAttributes_private@@QAE@IW4TagClass@PASN_Object@@@Z @1257 NONAME ??0MCS_ChannelAttributes_static@@QAE@ABV0@@Z @1258 NONAME ??0MCS_ChannelAttributes_static@@QAE@IW4TagClass@PASN_Object@@@Z @1259 NONAME ??0MCS_ChannelAttributes_userId@@QAE@ABV0@@Z @1260 NONAME ??0MCS_ChannelAttributes_userId@@QAE@IW4TagClass@PASN_Object@@@Z @1261 NONAME ??0MCS_ChannelId@@QAE@IW4TagClass@PASN_Object@@@Z @1262 NONAME ??0MCS_CJcf@@QAE@ABV0@@Z @1263 NONAME ??0MCS_CJcf@@QAE@IW4TagClass@PASN_Object@@@Z @1264 NONAME ??0MCS_CJrq@@QAE@ABV0@@Z @1265 NONAME ??0MCS_CJrq@@QAE@IW4TagClass@PASN_Object@@@Z @1266 NONAME ??0MCS_CLrq@@QAE@ABV0@@Z @1267 NONAME ??0MCS_CLrq@@QAE@IW4TagClass@PASN_Object@@@Z @1268 NONAME ??0MCS_ConnectMCSPDU@@QAE@IW4TagClass@PASN_Object@@@Z @1269 NONAME ??0MCS_Connect_Additional@@QAE@ABV0@@Z @1270 NONAME ??0MCS_Connect_Additional@@QAE@IW4TagClass@PASN_Object@@@Z @1271 NONAME ??0MCS_Connect_Initial@@QAE@ABV0@@Z @1272 NONAME ??0MCS_Connect_Initial@@QAE@IW4TagClass@PASN_Object@@@Z @1273 NONAME ??0MCS_Connect_Response@@QAE@ABV0@@Z @1274 NONAME ??0MCS_Connect_Response@@QAE@IW4TagClass@PASN_Object@@@Z @1275 NONAME ??0MCS_Connect_Result@@QAE@ABV0@@Z @1276 NONAME ??0MCS_Connect_Result@@QAE@IW4TagClass@PASN_Object@@@Z @1277 NONAME ??0MCS_DataPriority@@QAE@IW4TagClass@PASN_Object@@@Z @1278 NONAME ??0MCS_Diagnostic@@QAE@IW4TagClass@PASN_Object@@@Z @1279 NONAME ??0MCS_DomainMCSPDU@@QAE@IW4TagClass@PASN_Object@@@Z @1280 NONAME ??0MCS_DomainParameters@@QAE@ABV0@@Z @1281 NONAME ??0MCS_DomainParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1282 NONAME ??0MCS_DPum@@QAE@ABV0@@Z @1283 NONAME ??0MCS_DPum@@QAE@IW4TagClass@PASN_Object@@@Z @1284 NONAME ??0MCS_DUin@@QAE@ABV0@@Z @1285 NONAME ??0MCS_DUin@@QAE@IW4TagClass@PASN_Object@@@Z @1286 NONAME ??0MCS_DUrq@@QAE@ABV0@@Z @1287 NONAME ??0MCS_DUrq@@QAE@IW4TagClass@PASN_Object@@@Z @1288 NONAME ??0MCS_DynamicChannelId@@QAE@IW4TagClass@PASN_Object@@@Z @1289 NONAME ??0MCS_EDrq@@QAE@ABV0@@Z @1290 NONAME ??0MCS_EDrq@@QAE@IW4TagClass@PASN_Object@@@Z @1291 NONAME ??0MCS_MCcf@@QAE@ABV0@@Z @1292 NONAME ??0MCS_MCcf@@QAE@IW4TagClass@PASN_Object@@@Z @1293 NONAME ??0MCS_MCrq@@QAE@ABV0@@Z @1294 NONAME ??0MCS_MCrq@@QAE@IW4TagClass@PASN_Object@@@Z @1295 NONAME ??0MCS_MTcf@@QAE@ABV0@@Z @1296 NONAME ??0MCS_MTcf@@QAE@IW4TagClass@PASN_Object@@@Z @1297 NONAME ??0MCS_MTrq@@QAE@ABV0@@Z @1298 NONAME ??0MCS_MTrq@@QAE@IW4TagClass@PASN_Object@@@Z @1299 NONAME ??0MCS_PCin@@QAE@ABV0@@Z @1300 NONAME ??0MCS_PCin@@QAE@IW4TagClass@PASN_Object@@@Z @1301 NONAME ??0MCS_PDin@@QAE@ABV0@@Z @1302 NONAME ??0MCS_PDin@@QAE@IW4TagClass@PASN_Object@@@Z @1303 NONAME ??0MCS_PrivateChannelId@@QAE@IW4TagClass@PASN_Object@@@Z @1304 NONAME ??0MCS_PTin@@QAE@ABV0@@Z @1305 NONAME ??0MCS_PTin@@QAE@IW4TagClass@PASN_Object@@@Z @1306 NONAME ??0MCS_Reason@@QAE@IW4TagClass@PASN_Object@@@Z @1307 NONAME ??0MCS_Result@@QAE@IW4TagClass@PASN_Object@@@Z @1308 NONAME ??0MCS_RJum@@QAE@ABV0@@Z @1309 NONAME ??0MCS_RJum@@QAE@IW4TagClass@PASN_Object@@@Z @1310 NONAME ??0MCS_SDin@@QAE@ABV0@@Z @1311 NONAME ??0MCS_SDin@@QAE@IW4TagClass@PASN_Object@@@Z @1312 NONAME ??0MCS_SDrq@@QAE@ABV0@@Z @1313 NONAME ??0MCS_SDrq@@QAE@IW4TagClass@PASN_Object@@@Z @1314 NONAME ??0MCS_Segmentation@@QAE@IW4TagClass@PASN_Object@@@Z @1315 NONAME ??0MCS_StaticChannelId@@QAE@IW4TagClass@PASN_Object@@@Z @1316 NONAME ??0MCS_TGcf@@QAE@ABV0@@Z @1317 NONAME ??0MCS_TGcf@@QAE@IW4TagClass@PASN_Object@@@Z @1318 NONAME ??0MCS_TGrq@@QAE@ABV0@@Z @1319 NONAME ??0MCS_TGrq@@QAE@IW4TagClass@PASN_Object@@@Z @1320 NONAME ??0MCS_TIcf@@QAE@ABV0@@Z @1321 NONAME ??0MCS_TIcf@@QAE@IW4TagClass@PASN_Object@@@Z @1322 NONAME ??0MCS_TIrq@@QAE@ABV0@@Z @1323 NONAME ??0MCS_TIrq@@QAE@IW4TagClass@PASN_Object@@@Z @1324 NONAME ??0MCS_TokenAttributes@@QAE@IW4TagClass@PASN_Object@@@Z @1325 NONAME ??0MCS_TokenAttributes_given@@QAE@ABV0@@Z @1326 NONAME ??0MCS_TokenAttributes_given@@QAE@IW4TagClass@PASN_Object@@@Z @1327 NONAME ??0MCS_TokenAttributes_giving@@QAE@ABV0@@Z @1328 NONAME ??0MCS_TokenAttributes_giving@@QAE@IW4TagClass@PASN_Object@@@Z @1329 NONAME ??0MCS_TokenAttributes_grabbed@@QAE@ABV0@@Z @1330 NONAME ??0MCS_TokenAttributes_grabbed@@QAE@IW4TagClass@PASN_Object@@@Z @1331 NONAME ??0MCS_TokenAttributes_inhibited@@QAE@ABV0@@Z @1332 NONAME ??0MCS_TokenAttributes_inhibited@@QAE@IW4TagClass@PASN_Object@@@Z @1333 NONAME ??0MCS_TokenAttributes_ungivable@@QAE@ABV0@@Z @1334 NONAME ??0MCS_TokenAttributes_ungivable@@QAE@IW4TagClass@PASN_Object@@@Z @1335 NONAME ??0MCS_TokenId@@QAE@IW4TagClass@PASN_Object@@@Z @1336 NONAME ??0MCS_TokenStatus@@QAE@IW4TagClass@PASN_Object@@@Z @1337 NONAME ??0MCS_TPin@@QAE@ABV0@@Z @1338 NONAME ??0MCS_TPin@@QAE@IW4TagClass@PASN_Object@@@Z @1339 NONAME ??0MCS_TPrq@@QAE@ABV0@@Z @1340 NONAME ??0MCS_TPrq@@QAE@IW4TagClass@PASN_Object@@@Z @1341 NONAME ??0MCS_TRcf@@QAE@ABV0@@Z @1342 NONAME ??0MCS_TRcf@@QAE@IW4TagClass@PASN_Object@@@Z @1343 NONAME ??0MCS_TRrq@@QAE@ABV0@@Z @1344 NONAME ??0MCS_TRrq@@QAE@IW4TagClass@PASN_Object@@@Z @1345 NONAME ??0MCS_TTcf@@QAE@ABV0@@Z @1346 NONAME ??0MCS_TTcf@@QAE@IW4TagClass@PASN_Object@@@Z @1347 NONAME ??0MCS_TTrq@@QAE@ABV0@@Z @1348 NONAME ??0MCS_TTrq@@QAE@IW4TagClass@PASN_Object@@@Z @1349 NONAME ??0MCS_TVcf@@QAE@ABV0@@Z @1350 NONAME ??0MCS_TVcf@@QAE@IW4TagClass@PASN_Object@@@Z @1351 NONAME ??0MCS_TVin@@QAE@ABV0@@Z @1352 NONAME ??0MCS_TVin@@QAE@IW4TagClass@PASN_Object@@@Z @1353 NONAME ??0MCS_TVrq@@QAE@ABV0@@Z @1354 NONAME ??0MCS_TVrq@@QAE@IW4TagClass@PASN_Object@@@Z @1355 NONAME ??0MCS_TVrs@@QAE@ABV0@@Z @1356 NONAME ??0MCS_TVrs@@QAE@IW4TagClass@PASN_Object@@@Z @1357 NONAME ??0MCS_UserId@@QAE@IW4TagClass@PASN_Object@@@Z @1358 NONAME ??0MCS_USin@@QAE@ABV0@@Z @1359 NONAME ??0MCS_USin@@QAE@IW4TagClass@PASN_Object@@@Z @1360 NONAME ??0MCS_USrq@@QAE@ABV0@@Z @1361 NONAME ??0MCS_USrq@@QAE@IW4TagClass@PASN_Object@@@Z @1362 NONAME ??0OpalG711ALaw64kFormat@@QAE@XZ @28710 NONAME ??0OpalG711uLaw64kFormat@@QAE@XZ @28711 NONAME ??0OpalG7231A_5k3Format@@QAE@XZ @28712 NONAME ??0OpalG7231A_6k3Format@@QAE@XZ @28713 NONAME ??0OpalG7231_5k3Format@@QAE@XZ @28714 NONAME ??0OpalG7231_6k3Format@@QAE@XZ @28715 NONAME ??0OpalG728Format@@QAE@XZ @28716 NONAME ??0OpalG729ABFormat@@QAE@XZ @28717 NONAME ??0OpalG729AFormat@@QAE@XZ @28718 NONAME ??0OpalG729BFormat@@QAE@XZ @28719 NONAME ??0OpalG729Format@@QAE@XZ @28720 NONAME ??0OpalGloballyUniqueID@@QAE@ABVPASN_OctetString@@@Z @9533 NONAME ??0OpalGloballyUniqueID@@QAE@ABVPString@@@Z @9534 NONAME ??0OpalGloballyUniqueID@@QAE@PBD@Z @9535 NONAME ??0OpalGloballyUniqueID@@QAE@XZ @9536 NONAME ??0OpalGSM0610Format@@QAE@XZ @28721 NONAME ??0OpalH261Format@@QAE@XZ @28722 NONAME ??0OpalInstantiateMe@@QAE@XZ @30065 NONAME ??0OpalIxJDevice@@QAE@XZ @1363 NONAME ??0OpalLineChannel@@QAE@AAVOpalLineInterfaceDevice@@IABVH323AudioCodec@@@Z @9278 NONAME ??0OpalLineInterfaceDevice@@QAE@XZ @1365 NONAME ??0OpalMediaFormat@@IAE@PBDIW4PayloadTypes@RTP_DataFrame@@HIHIIJ@Z @28723 NONAME ??0OpalMediaFormat@@QAE@ABV0@@Z @9428 NONAME ??0OpalMediaFormat@@QAE@PBDH@Z @9429 NONAME ??0OpalMediaFormat@@QAE@XZ @9431 NONAME ??0OpalPCM16Format@@QAE@XZ @28724 NONAME ??0OpalPluginCodec@@QAE@PAUPluginCodec_Definition@@@Z @29715 NONAME ??0OpalPluginMediaFormat@@QAE@PAUPluginCodec_Definition@@IHIIJ@Z @28725 NONAME ??0OpalRFC2833@@QAE@ABVPNotifier@@@Z @13775 NONAME ??0OpalRFC2833Info@@QAE@DII@Z @13776 NONAME ??0OpalRtpToWavFile@@QAE@ABVPString@@@Z @14228 NONAME ??0OpalRtpToWavFile@@QAE@XZ @14229 NONAME ??0OpalT120Format@@QAE@XZ @28726 NONAME ??0OpalT120Protocol@@QAE@XZ @12587 NONAME ??0OpalT38Protocol@@QAE@XZ @12588 NONAME ??0OpalUSBDevice@@QAE@PAUPluginHID_Definition@@@Z @30066 NONAME ??0OpalUSBDevice@@QAE@XZ @30067 NONAME ??0OpalUserInputRFC2833Format@@QAE@XZ @28727 NONAME ??0OpalVoipBlasterDevice@@QAE@XZ @13650 NONAME ??0OpalVXMLSession@@QAE@PAVH323Connection@@PAVPTextToSpeech@@H@Z @14832 NONAME ??0OpalWAVFile@@QAE@ABVPFilePath@@W4OpenMode@PFile@@HI@Z @14298 NONAME ??0OpalWAVFile@@QAE@I@Z @14299 NONAME ??0OpalWAVFile@@QAE@W4OpenMode@PFile@@HI@Z @14300 NONAME ??0P64Decoder@@IAE@XZ @1367 NONAME ??0P64Encoder@@QAE@HH@Z @9366 NONAME ??0PASN_Boolean@@QAE@ABV0@@Z @1373 NONAME ??0PASN_ConstrainedObject@@QAE@ABV0@@Z @1374 NONAME ??0PASN_ConstrainedString@@QAE@ABV0@@Z @1375 NONAME ??0PASN_Enumeration@@QAE@ABV0@@Z @1376 NONAME ??0PASN_Integer@@QAE@ABV0@@Z @1377 NONAME ??0PASN_Null@@QAE@ABV0@@Z @11248 NONAME ??0PASN_Object@@QAE@ABV0@@Z @1378 NONAME ??0PASN_Stream@@QAE@ABV0@@Z @14032 NONAME ??0PASN_VisibleString@@QAE@ABV0@@Z @30068 NONAME ??0PBYTEArray@@QAE@ABV0@@Z @18236 NONAME ??0PDTMFEncoder@@QAE@PBDI@Z @30069 NONAME ??0PLDAPAttr_c@RTPerson@PILSSession@@QAE@XZ @18492 NONAME ??0PLDAPAttr_cn@RTPerson@PILSSession@@QAE@XZ @18493 NONAME ??0PLDAPAttr_comment@RTPerson@PILSSession@@QAE@XZ @18494 NONAME ??0PLDAPAttr_givenName@RTPerson@PILSSession@@QAE@XZ @18495 NONAME ??0PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@QAE@XZ @18496 NONAME ??0PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@QAE@XZ @18497 NONAME ??0PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@QAE@XZ @18498 NONAME ??0PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@QAE@XZ @18499 NONAME ??0PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@QAE@XZ @18500 NONAME ??0PLDAPAttr_location@RTPerson@PILSSession@@QAE@XZ @18501 NONAME ??0PLDAPAttr_o@RTPerson@PILSSession@@QAE@XZ @18502 NONAME ??0PLDAPAttr_objectClass@RTPerson@PILSSession@@QAE@XZ @18503 NONAME ??0PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@QAE@XZ @18504 NONAME ??0PLDAPAttr_sappguid@RTPerson@PILSSession@@QAE@XZ @18505 NONAME ??0PLDAPAttr_sappid@RTPerson@PILSSession@@QAE@XZ @18506 NONAME ??0PLDAPAttr_sflags@RTPerson@PILSSession@@QAE@XZ @18507 NONAME ??0PLDAPAttr_sipAddress@RTPerson@PILSSession@@QAE@XZ @18508 NONAME ??0PLDAPAttr_smimetype@RTPerson@PILSSession@@QAE@XZ @18509 NONAME ??0PLDAPAttr_smodop@RTPerson@PILSSession@@QAE@XZ @18510 NONAME ??0PLDAPAttr_sport@RTPerson@PILSSession@@QAE@XZ @18511 NONAME ??0PLDAPAttr_sprotid@RTPerson@PILSSession@@QAE@XZ @18512 NONAME ??0PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@QAE@XZ @18513 NONAME ??0PLDAPAttr_ssecurity@RTPerson@PILSSession@@QAE@XZ @18514 NONAME ??0PLDAPAttr_sttl@RTPerson@PILSSession@@QAE@XZ @18515 NONAME ??0PLDAPAttr_surname@RTPerson@PILSSession@@QAE@XZ @18516 NONAME ??0PLDAPAttr_timestamp@RTPerson@PILSSession@@QAE@XZ @18517 NONAME ??0PNotifierFunction@@QAE@PAX@Z @8897 NONAME ??0Pre_Vid_Coder@@QAE@XZ @1388 NONAME ??0Q931@@QAE@ABV0@@Z @14729 NONAME ??0Q931@@QAE@XZ @1391 NONAME ??0ReceiverReport@RTP_Session@@QAE@XZ @8898 NONAME ??0Request@H323Transactor@@QAE@IAAVH323TransactionPDU@@@Z @18154 NONAME ??0Request@H323Transactor@@QAE@IAAVH323TransactionPDU@@ABVH323TransportAddressArray@@@Z @18155 NONAME ??0Response@H323Transactor@@QAE@ABV01@@Z @18156 NONAME ??0Response@H323Transactor@@QAE@ABVH323TransportAddress@@I@Z @18157 NONAME ??0RTPerson@PILSSession@@QAE@XZ @18518 NONAME ??0RTP_ControlFrame@@QAE@H@Z @1392 NONAME ??0RTP_DataFrame@@QAE@H@Z @1393 NONAME ??0RTP_JitterBuffer@@QAE@AAVRTP_Session@@IIH@Z @15076 NONAME ??0RTP_QOS@@QAE@ABV0@@Z @28617 NONAME ??0RTP_Session@@QAE@IPAVRTP_UserData@@@Z @1395 NONAME ??0RTP_SessionManager@@QAE@ABV0@@Z @14917 NONAME ??0RTP_SessionManager@@QAE@XZ @1396 NONAME ??0RTP_UDP@@QAE@IH@Z @19430 NONAME ??0SoundTones@OpalUSBDevice@@QAE@IIIHPBE@Z @30070 NONAME ??0SRVRecordList@PDNS@@IAE@HPBV01@@Z @30071 NONAME ??0SRVRecordList@PDNS@@QAE@XZ @30072 NONAME ??0T120ConnectPDU@@QAE@XZ @13851 NONAME ??0T38_ArrayOf_PASN_OctetString@@QAE@IW4TagClass@PASN_Object@@@Z @12589 NONAME ??0T38_Data_Field@@QAE@IW4TagClass@PASN_Object@@@Z @12590 NONAME ??0T38_Data_Field_subtype@@QAE@ABV0@@Z @12591 NONAME ??0T38_Data_Field_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @12592 NONAME ??0T38_Data_Field_subtype_field_type@@QAE@IW4TagClass@PASN_Object@@@Z @12593 NONAME ??0T38_IFPPacket@@QAE@ABV0@@Z @12594 NONAME ??0T38_IFPPacket@@QAE@IW4TagClass@PASN_Object@@@Z @12595 NONAME ??0T38_PreCorrigendum_Data_Field@@QAE@IW4TagClass@PASN_Object@@@Z @15110 NONAME ??0T38_PreCorrigendum_Data_Field_subtype@@QAE@ABV0@@Z @15111 NONAME ??0T38_PreCorrigendum_Data_Field_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @15112 NONAME ??0T38_PreCorrigendum_Data_Field_subtype_field_type@@QAE@IW4TagClass@PASN_Object@@@Z @15113 NONAME ??0T38_PreCorrigendum_IFPPacket@@QAE@ABV0@@Z @15114 NONAME ??0T38_PreCorrigendum_IFPPacket@@QAE@IW4TagClass@PASN_Object@@@Z @15115 NONAME ??0T38_Type_of_msg@@QAE@IW4TagClass@PASN_Object@@@Z @12596 NONAME ??0T38_Type_of_msg_data@@QAE@IW4TagClass@PASN_Object@@@Z @12597 NONAME ??0T38_Type_of_msg_t30_indicator@@QAE@IW4TagClass@PASN_Object@@@Z @12598 NONAME ??0T38_UDPTLPacket@@QAE@ABV0@@Z @12599 NONAME ??0T38_UDPTLPacket@@QAE@IW4TagClass@PASN_Object@@@Z @12600 NONAME ??0T38_UDPTLPacket_error_recovery@@QAE@IW4TagClass@PASN_Object@@@Z @12601 NONAME ??0T38_UDPTLPacket_error_recovery_fec_info@@QAE@ABV0@@Z @12602 NONAME ??0T38_UDPTLPacket_error_recovery_fec_info@@QAE@IW4TagClass@PASN_Object@@@Z @12603 NONAME ??0T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@QAE@IW4TagClass@PASN_Object@@@Z @12604 NONAME ??0T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @12605 NONAME ??0T38_UDPTLPacket_primary_ifp_packet@@QAE@IW4TagClass@PASN_Object@@@Z @12606 NONAME ??0Transmitter@@QAE@XZ @1398 NONAME ??0VideoFrame@@QAE@HH@Z @9367 NONAME ??0VideoFrame@@QAE@PAEHH@Z @9369 NONAME ??0VoipBlasterInterface@@QAE@XZ @13652 NONAME ??0Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@QAE@ABVPString@@@Z @29716 NONAME ??0Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@QAE@ABVPString@@@Z @29717 NONAME ??0Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@QAE@ABVPString@@@Z @29718 NONAME ??0Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@QAE@ABVPString@@@Z @29719 NONAME ??0Worker@OpalPluginCodecFactory@@QAE@ABVPString@@PAUPluginCodec_Definition@@@Z @29720 NONAME ??0X224@@QAE@XZ @1400 NONAME ??0X880_Code@@QAE@IW4TagClass@PASN_Object@@@Z @9732 NONAME ??0X880_GeneralProblem@@QAE@IW4TagClass@PASN_Object@@@Z @9733 NONAME ??0X880_Invoke@@QAE@ABV0@@Z @9734 NONAME ??0X880_Invoke@@QAE@IW4TagClass@PASN_Object@@@Z @9735 NONAME ??0X880_InvokeId@@QAE@IW4TagClass@PASN_Object@@@Z @9736 NONAME ??0X880_InvokeProblem@@QAE@IW4TagClass@PASN_Object@@@Z @9737 NONAME ??0X880_Reject@@QAE@ABV0@@Z @9738 NONAME ??0X880_Reject@@QAE@IW4TagClass@PASN_Object@@@Z @9739 NONAME ??0X880_RejectProblem@@QAE@IW4TagClass@PASN_Object@@@Z @9740 NONAME ??0X880_Reject_problem@@QAE@IW4TagClass@PASN_Object@@@Z @9741 NONAME ??0X880_ReturnError@@QAE@ABV0@@Z @9742 NONAME ??0X880_ReturnError@@QAE@IW4TagClass@PASN_Object@@@Z @9743 NONAME ??0X880_ReturnErrorProblem@@QAE@IW4TagClass@PASN_Object@@@Z @9744 NONAME ??0X880_ReturnResult@@QAE@ABV0@@Z @9745 NONAME ??0X880_ReturnResult@@QAE@IW4TagClass@PASN_Object@@@Z @9746 NONAME ??0X880_ReturnResultProblem@@QAE@IW4TagClass@PASN_Object@@@Z @9747 NONAME ??0X880_ReturnResult_result@@QAE@ABV0@@Z @9748 NONAME ??0X880_ReturnResult_result@@QAE@IW4TagClass@PASN_Object@@@Z @9749 NONAME ??0X880_ROS@@QAE@IW4TagClass@PASN_Object@@@Z @9750 NONAME ??1?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UAE@XZ @12391 NONAME ??1?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UAE@XZ @12392 NONAME ??1?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UAE@XZ @12393 NONAME ??1?$H235_HASHED@VH235_EncodedGeneralToken@@@@UAE@XZ @12394 NONAME ??1?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UAE@XZ @12395 NONAME ??1?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UAE@XZ @12396 NONAME ??1?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UAE@XZ @12397 NONAME ??1?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UAE@XZ @12398 NONAME ??1?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UAE@XZ @12399 NONAME ??1?$H235_SIGNED@VH235_EncodedReturnSig@@@@UAE@XZ @12400 NONAME ??1?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@std@@QAE@XZ @29631 NONAME ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@std@@QAE@XZ @30073 NONAME ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@std@@QAE@XZ @29228 NONAME ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@std@@QAE@XZ @29229 NONAME ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@std@@QAE@XZ @29721 NONAME ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@std@@QAE@XZ @30074 NONAME ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@std@@QAE@XZ @29230 NONAME ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@QAE@XZ @30075 NONAME ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@QAE@XZ @29231 NONAME ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@QAE@XZ @29232 NONAME ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@QAE@XZ @29722 NONAME ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@QAE@XZ @30076 NONAME ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@QAE@XZ @29233 NONAME ??1?$PArray@V?$PList@VH323Capability@@@@@@UAE@XZ @1411 NONAME ??1?$PArray@VH323SimultaneousCapabilities@@@@UAE@XZ @1412 NONAME ??1?$PArray@VH323TransportAddress@@@@UAE@XZ @16780 NONAME ??1?$PArray@VPASN_Object@@@@UAE@XZ @8899 NONAME ??1?$PArray@VReceiverReport@RTP_Session@@@@UAE@XZ @8900 NONAME ??1?$PArray@VSourceDescription@RTP_Session@@@@UAE@XZ @8901 NONAME ??1?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UAE@XZ @1414 NONAME ??1?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UAE@XZ @15385 NONAME ??1?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UAE@XZ @13129 NONAME ??1?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UAE@XZ @1415 NONAME ??1?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UAE@XZ @18158 NONAME ??1?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UAE@XZ @1416 NONAME ??1?$PDictionary@VPString@@VH323Connection@@@@UAE@XZ @1417 NONAME ??1?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UAE@XZ @12783 NONAME ??1?$PDictionary@VPString@@VPOrdinalKey@@@@UAE@XZ @18237 NONAME ??1?$PFactory@VH235Authenticator@@VPString@@@@MAE@XZ @30077 NONAME ??1?$PFactory@VH323Capability@@VPString@@@@MAE@XZ @29234 NONAME ??1?$PFactory@VH323StaticPluginCodec@@VPString@@@@MAE@XZ @29235 NONAME ??1?$PFactory@VOpalFactoryCodec@@VPString@@@@MAE@XZ @29723 NONAME ??1?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@MAE@XZ @30078 NONAME ??1?$PFactory@VOpalMediaFormat@@VPString@@@@MAE@XZ @29236 NONAME ??1?$PFactory@VPWAVFileConverter@@I@@MAE@XZ @29632 NONAME ??1?$PList@VH245_GenericParameter@@@@UAE@XZ @30079 NONAME ??1?$PList@VH323Capability@@@@UAE@XZ @1418 NONAME ??1?$PList@VH323Channel@@@@UAE@XZ @1419 NONAME ??1?$PList@VH323GatekeeperListener@@@@UAE@XZ @12784 NONAME ??1?$PList@VH323Listener@@@@UAE@XZ @1421 NONAME ??1?$PList@VH323Transactor@@@@UAE@XZ @16952 NONAME ??1?$PList@VH450xHandler@@@@UAE@XZ @13130 NONAME ??1?$PList@VOpalMediaFormat@@@@UAE@XZ @9432 NONAME ??1?$PList@VPBYTEArray@@@@UAE@XZ @16521 NONAME ??1?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UAE@XZ @15050 NONAME ??1?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UAE@XZ @18001 NONAME ??1?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UAE@XZ @18002 NONAME ??1?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@UAE@XZ @15051 NONAME ??1?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UAE@XZ @15052 NONAME ??1?$PSafePtr@VH323GatekeeperCall@@@@UAE@XZ @14073 NONAME ??1?$PSafePtr@VH323PeerElementDescriptor@@@@UAE@XZ @18003 NONAME ??1?$PSafePtr@VH323PeerElementServiceRelationship@@@@UAE@XZ @18004 NONAME ??1?$PSafePtr@VH323RegisteredEndPoint@@@@UAE@XZ @14074 NONAME ??1?$PSafeSortedList@VH323GatekeeperCall@@@@UAE@XZ @15053 NONAME ??1?$PSafeSortedList@VH323PeerElementDescriptor@@@@UAE@XZ @18005 NONAME ??1?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@UAE@XZ @18006 NONAME ??1?$PSet@VPOrdinalKey@@@@UAE@XZ @18238 NONAME ??1?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@UAE@XZ @14400 NONAME ??1?$PSortedList@VH225_AliasAddress@@@@UAE@XZ @18353 NONAME ??1?$PSortedList@VH323GatekeeperCall@@@@UAE@XZ @12785 NONAME ??1?$PSortedList@VH323PeerElementDescriptor@@@@UAE@XZ @18007 NONAME ??1?$PSortedList@VH323PeerElementServiceRelationship@@@@UAE@XZ @18008 NONAME ??1?$PSortedList@VResponse@H323Transactor@@@@UAE@XZ @18159 NONAME ??1?$PSortedList@VSRVRecord@PDNS@@@@UAE@XZ @30080 NONAME ??1?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAE@XZ @30081 NONAME ??1?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@UAE@XZ @30082 NONAME ??1?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@UAE@XZ @30083 NONAME ??1?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@UAE@XZ @30084 NONAME ??1?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@UAE@XZ @29237 NONAME ??1?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @29238 NONAME ??1?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @29239 NONAME ??1?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @29240 NONAME ??1?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @29241 NONAME ??1?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @29242 NONAME ??1?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @29243 NONAME ??1?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @29244 NONAME ??1?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @29245 NONAME ??1?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @29246 NONAME ??1?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @29247 NONAME ??1?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @29248 NONAME ??1?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @29249 NONAME ??1?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @29250 NONAME ??1?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @29251 NONAME ??1?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @29252 NONAME ??1?$Worker@VHIDPluginDeviceManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@UAE@XZ @30085 NONAME ??1?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @29253 NONAME ??1?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @29254 NONAME ??1?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @29255 NONAME ??1?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @29256 NONAME ??1?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @29257 NONAME ??1?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @29258 NONAME ??1?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @29259 NONAME ??1?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @29260 NONAME ??1?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @29261 NONAME ??1?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @29262 NONAME ??1?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @29263 NONAME ??1?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @29264 NONAME ??1?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @29265 NONAME ??1?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @29266 NONAME ??1?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @29267 NONAME ??1?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @29268 NONAME ??1?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@UAE@XZ @30086 NONAME ??1?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@UAE@XZ @29633 NONAME ??1?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@UAE@XZ @29634 NONAME ??1?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAE@XZ @29635 NONAME ??1?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAE@XZ @30087 NONAME ??1?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAE@XZ @29269 NONAME ??1?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QAE@XZ @29270 NONAME ??1?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAE@XZ @29724 NONAME ??1?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAE@XZ @30088 NONAME ??1?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAE@XZ @29271 NONAME ??1AdmissionRequestResponseInfo@@QAE@XZ @13299 NONAME ??1AliasKey@H323PeerElement@@UAE@XZ @18354 NONAME ??1AlternateInfo@H323Gatekeeper@@UAE@XZ @14401 NONAME ??1ByteQueue@OpalVoipBlasterDevice@@UAE@XZ @13653 NONAME ??1Encoder@@UAE@XZ @30089 NONAME ??1Entry@RTP_JitterBuffer@@UAE@XZ @1422 NONAME ??1FilterInfo@H323Codec@@UAE@XZ @13827 NONAME ??1FullP64Decoder@@UAE@XZ @1424 NONAME ??1G7231_File_Capability@@UAE@XZ @14494 NONAME ??1G7231_File_Codec@@UAE@XZ @14495 NONAME ??1GCC_AlternativeNodeID@@UAE@XZ @1425 NONAME ??1GCC_ApplicationInvokeIndication@@UAE@XZ @1426 NONAME ??1GCC_ApplicationInvokeSpecifier@@UAE@XZ @1427 NONAME ??1GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@UAE@XZ @1428 NONAME ??1GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UAE@XZ @1429 NONAME ??1GCC_ApplicationRecord@@UAE@XZ @1430 NONAME ??1GCC_ApplicationRecord_nonCollapsingCapabilities@@UAE@XZ @1431 NONAME ??1GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UAE@XZ @1432 NONAME ??1GCC_ArrayOf_ApplicationInvokeSpecifier@@UAE@XZ @1433 NONAME ??1GCC_ArrayOf_ChallengeItem@@UAE@XZ @1434 NONAME ??1GCC_ArrayOf_ConferenceDescriptor@@UAE@XZ @1435 NONAME ??1GCC_ArrayOf_Privilege@@UAE@XZ @1436 NONAME ??1GCC_ArrayOf_TextString@@UAE@XZ @1437 NONAME ??1GCC_ArrayOf_UserID@@UAE@XZ @1438 NONAME ??1GCC_AsymmetryIndicator@@UAE@XZ @1439 NONAME ??1GCC_CapabilityClass@@UAE@XZ @1440 NONAME ??1GCC_CapabilityID@@UAE@XZ @1441 NONAME ??1GCC_ChallengeItem@@UAE@XZ @1442 NONAME ??1GCC_ChallengeRequest@@UAE@XZ @1443 NONAME ??1GCC_ChallengeResponse@@UAE@XZ @1444 NONAME ??1GCC_ChallengeResponseAlgorithm@@UAE@XZ @1445 NONAME ??1GCC_ChallengeResponseItem@@UAE@XZ @1446 NONAME ??1GCC_ChannelID@@UAE@XZ @1447 NONAME ??1GCC_ChannelType@@UAE@XZ @1448 NONAME ??1GCC_ConductorAssignIndication@@UAE@XZ @1449 NONAME ??1GCC_ConductorPermissionAskIndication@@UAE@XZ @1450 NONAME ??1GCC_ConductorPermissionGrantIndication@@UAE@XZ @1451 NONAME ??1GCC_ConductorReleaseIndication@@UAE@XZ @1452 NONAME ??1GCC_ConferenceAddRequest@@UAE@XZ @1453 NONAME ??1GCC_ConferenceAddResponse@@UAE@XZ @1454 NONAME ??1GCC_ConferenceAddResponse_result@@UAE@XZ @1455 NONAME ??1GCC_ConferenceAssistanceIndication@@UAE@XZ @1456 NONAME ??1GCC_ConferenceCreateRequest@@UAE@XZ @1457 NONAME ??1GCC_ConferenceCreateResponse@@UAE@XZ @1458 NONAME ??1GCC_ConferenceCreateResponse_result@@UAE@XZ @1459 NONAME ??1GCC_ConferenceDescriptor@@UAE@XZ @1460 NONAME ??1GCC_ConferenceEjectUserIndication@@UAE@XZ @1461 NONAME ??1GCC_ConferenceEjectUserIndication_reason@@UAE@XZ @1462 NONAME ??1GCC_ConferenceEjectUserRequest@@UAE@XZ @1463 NONAME ??1GCC_ConferenceEjectUserRequest_reason@@UAE@XZ @1464 NONAME ??1GCC_ConferenceEjectUserResponse@@UAE@XZ @1465 NONAME ??1GCC_ConferenceEjectUserResponse_result@@UAE@XZ @1466 NONAME ??1GCC_ConferenceInviteRequest@@UAE@XZ @1467 NONAME ??1GCC_ConferenceInviteResponse@@UAE@XZ @1468 NONAME ??1GCC_ConferenceInviteResponse_result@@UAE@XZ @1469 NONAME ??1GCC_ConferenceJoinRequest@@UAE@XZ @1470 NONAME ??1GCC_ConferenceJoinResponse@@UAE@XZ @1471 NONAME ??1GCC_ConferenceJoinResponse_result@@UAE@XZ @1472 NONAME ??1GCC_ConferenceLockIndication@@UAE@XZ @1473 NONAME ??1GCC_ConferenceLockRequest@@UAE@XZ @1474 NONAME ??1GCC_ConferenceLockResponse@@UAE@XZ @1475 NONAME ??1GCC_ConferenceLockResponse_result@@UAE@XZ @1476 NONAME ??1GCC_ConferenceName@@UAE@XZ @1477 NONAME ??1GCC_ConferenceNameModifier@@UAE@XZ @1478 NONAME ??1GCC_ConferenceNameSelector@@UAE@XZ @1479 NONAME ??1GCC_ConferencePriority@@UAE@XZ @1480 NONAME ??1GCC_ConferencePriorityScheme@@UAE@XZ @1481 NONAME ??1GCC_ConferenceQueryRequest@@UAE@XZ @1482 NONAME ??1GCC_ConferenceQueryResponse@@UAE@XZ @1483 NONAME ??1GCC_ConferenceQueryResponse_result@@UAE@XZ @1484 NONAME ??1GCC_ConferenceTerminateIndication@@UAE@XZ @1485 NONAME ??1GCC_ConferenceTerminateIndication_reason@@UAE@XZ @1486 NONAME ??1GCC_ConferenceTerminateRequest@@UAE@XZ @1487 NONAME ??1GCC_ConferenceTerminateRequest_reason@@UAE@XZ @1488 NONAME ??1GCC_ConferenceTerminateResponse@@UAE@XZ @1489 NONAME ??1GCC_ConferenceTerminateResponse_result@@UAE@XZ @1490 NONAME ??1GCC_ConferenceTimeExtendIndication@@UAE@XZ @1491 NONAME ??1GCC_ConferenceTimeInquireIndication@@UAE@XZ @1492 NONAME ??1GCC_ConferenceTimeRemainingIndication@@UAE@XZ @1493 NONAME ??1GCC_ConferenceTransferIndication@@UAE@XZ @1494 NONAME ??1GCC_ConferenceTransferRequest@@UAE@XZ @1495 NONAME ??1GCC_ConferenceTransferResponse@@UAE@XZ @1496 NONAME ??1GCC_ConferenceTransferResponse_result@@UAE@XZ @1497 NONAME ??1GCC_ConferenceUnlockIndication@@UAE@XZ @1498 NONAME ??1GCC_ConferenceUnlockRequest@@UAE@XZ @1499 NONAME ??1GCC_ConferenceUnlockResponse@@UAE@XZ @1500 NONAME ??1GCC_ConferenceUnlockResponse_result@@UAE@XZ @1501 NONAME ??1GCC_ConnectData@@UAE@XZ @1502 NONAME ??1GCC_ConnectGCCPDU@@UAE@XZ @1503 NONAME ??1GCC_DialingString@@UAE@XZ @1504 NONAME ??1GCC_DynamicChannelID@@UAE@XZ @1505 NONAME ??1GCC_DynamicTokenID@@UAE@XZ @1506 NONAME ??1GCC_EntityID@@UAE@XZ @1507 NONAME ??1GCC_ExtraDialingString@@UAE@XZ @1508 NONAME ??1GCC_FunctionNotSupportedResponse@@UAE@XZ @1509 NONAME ??1GCC_GCCPDU@@UAE@XZ @1510 NONAME ??1GCC_H221NonStandardIdentifier@@UAE@XZ @1511 NONAME ??1GCC_Handle@@UAE@XZ @1512 NONAME ??1GCC_IndicationPDU@@UAE@XZ @1513 NONAME ??1GCC_Key@@UAE@XZ @1514 NONAME ??1GCC_NetworkAddress@@UAE@XZ @1515 NONAME ??1GCC_NetworkAddress_subtype@@UAE@XZ @1516 NONAME ??1GCC_NetworkAddress_subtype_aggregatedChannel@@UAE@XZ @1517 NONAME ??1GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UAE@XZ @1518 NONAME ??1GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UAE@XZ @1519 NONAME ??1GCC_NetworkAddress_subtype_transportConnection@@UAE@XZ @1520 NONAME ??1GCC_NodeProperties@@UAE@XZ @1521 NONAME ??1GCC_NodeRecord@@UAE@XZ @1522 NONAME ??1GCC_NodeType@@UAE@XZ @1523 NONAME ??1GCC_NonStandardParameter@@UAE@XZ @1524 NONAME ??1GCC_NonStandardPDU@@UAE@XZ @1525 NONAME ??1GCC_Password@@UAE@XZ @1526 NONAME ??1GCC_PasswordChallengeRequestResponse@@UAE@XZ @1527 NONAME ??1GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UAE@XZ @1528 NONAME ??1GCC_PasswordSelector@@UAE@XZ @1529 NONAME ??1GCC_Privilege@@UAE@XZ @1530 NONAME ??1GCC_RegistryAllocateHandleRequest@@UAE@XZ @1531 NONAME ??1GCC_RegistryAllocateHandleResponse@@UAE@XZ @1532 NONAME ??1GCC_RegistryAllocateHandleResponse_result@@UAE@XZ @1533 NONAME ??1GCC_RegistryAssignTokenRequest@@UAE@XZ @1534 NONAME ??1GCC_RegistryDeleteEntryRequest@@UAE@XZ @1535 NONAME ??1GCC_RegistryEntryOwner@@UAE@XZ @1536 NONAME ??1GCC_RegistryEntryOwner_owned@@UAE@XZ @1537 NONAME ??1GCC_RegistryItem@@UAE@XZ @1538 NONAME ??1GCC_RegistryKey@@UAE@XZ @1539 NONAME ??1GCC_RegistryModificationRights@@UAE@XZ @1540 NONAME ??1GCC_RegistryMonitorEntryIndication@@UAE@XZ @1541 NONAME ??1GCC_RegistryMonitorEntryRequest@@UAE@XZ @1542 NONAME ??1GCC_RegistryRegisterChannelRequest@@UAE@XZ @1543 NONAME ??1GCC_RegistryResponse@@UAE@XZ @1544 NONAME ??1GCC_RegistryResponse_primitiveType@@UAE@XZ @1545 NONAME ??1GCC_RegistryResponse_result@@UAE@XZ @1546 NONAME ??1GCC_RegistryRetrieveEntryRequest@@UAE@XZ @1547 NONAME ??1GCC_RegistrySetParameterRequest@@UAE@XZ @1548 NONAME ??1GCC_RequestPDU@@UAE@XZ @1549 NONAME ??1GCC_ResponsePDU@@UAE@XZ @1550 NONAME ??1GCC_RosterUpdateIndication@@UAE@XZ @1551 NONAME ??1GCC_RosterUpdateIndication_applicationInformation@@UAE@XZ @1552 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype@@UAE@XZ @1553 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@UAE@XZ @1554 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@UAE@XZ @1555 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UAE@XZ @1556 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@UAE@XZ @1557 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@UAE@XZ @1558 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UAE@XZ @1559 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@UAE@XZ @1560 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UAE@XZ @1561 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@UAE@XZ @1562 NONAME ??1GCC_RosterUpdateIndication_nodeInformation@@UAE@XZ @1563 NONAME ??1GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@UAE@XZ @1564 NONAME ??1GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@UAE@XZ @1565 NONAME ??1GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UAE@XZ @1566 NONAME ??1GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@UAE@XZ @1567 NONAME ??1GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UAE@XZ @1568 NONAME ??1GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@UAE@XZ @1569 NONAME ??1GCC_SessionKey@@UAE@XZ @1570 NONAME ??1GCC_SimpleNumericString@@UAE@XZ @1571 NONAME ??1GCC_SimpleTextString@@UAE@XZ @1572 NONAME ??1GCC_StaticChannelID@@UAE@XZ @1573 NONAME ??1GCC_StaticTokenID@@UAE@XZ @1574 NONAME ??1GCC_SubAddressString@@UAE@XZ @1575 NONAME ??1GCC_TerminationMethod@@UAE@XZ @1576 NONAME ??1GCC_TextMessageIndication@@UAE@XZ @1577 NONAME ??1GCC_TextString@@UAE@XZ @1578 NONAME ??1GCC_Time@@UAE@XZ @1579 NONAME ??1GCC_TokenID@@UAE@XZ @1580 NONAME ??1GCC_UserData@@UAE@XZ @1581 NONAME ??1GCC_UserData_subtype@@UAE@XZ @1582 NONAME ??1GCC_UserID@@UAE@XZ @1583 NONAME ??1GCC_UserIDIndication@@UAE@XZ @1584 NONAME ??1H225CallThread@@UAE@XZ @1586 NONAME ??1H225TransportThread@@UAE@XZ @1588 NONAME ??1H225_AddressPattern@@UAE@XZ @11249 NONAME ??1H225_AddressPattern_range@@UAE@XZ @11250 NONAME ??1H225_AdmissionConfirm@@UAE@XZ @1589 NONAME ??1H225_AdmissionConfirm_language@@UAE@XZ @11251 NONAME ??1H225_AdmissionReject@@UAE@XZ @1590 NONAME ??1H225_AdmissionRejectReason@@UAE@XZ @1591 NONAME ??1H225_AdmissionRequest@@UAE@XZ @1592 NONAME ??1H225_Alerting_UUIE@@UAE@XZ @1593 NONAME ??1H225_AliasAddress@@UAE@XZ @1594 NONAME ??1H225_AlternateGK@@UAE@XZ @1595 NONAME ??1H225_AlternateTransportAddresses@@UAE@XZ @11252 NONAME ??1H225_AltGKInfo@@UAE@XZ @1596 NONAME ??1H225_ANSI_41_UIM@@UAE@XZ @11253 NONAME ??1H225_ANSI_41_UIM_system_id@@UAE@XZ @11254 NONAME ??1H225_ArrayOf_AddressPattern@@UAE@XZ @11255 NONAME ??1H225_ArrayOf_AdmissionConfirm@@UAE@XZ @19066 NONAME ??1H225_ArrayOf_AliasAddress@@UAE@XZ @1597 NONAME ??1H225_ArrayOf_AlternateGK@@UAE@XZ @1598 NONAME ??1H225_ArrayOf_AuthenticationMechanism@@UAE@XZ @1599 NONAME ??1H225_ArrayOf_BandwidthDetails@@UAE@XZ @11256 NONAME ??1H225_ArrayOf_CallReferenceValue@@UAE@XZ @1600 NONAME ??1H225_ArrayOf_CallsAvailable@@UAE@XZ @11257 NONAME ??1H225_ArrayOf_ClearToken@@UAE@XZ @1601 NONAME ??1H225_ArrayOf_ConferenceIdentifier@@UAE@XZ @1602 NONAME ??1H225_ArrayOf_ConferenceList@@UAE@XZ @1603 NONAME ??1H225_ArrayOf_CryptoH323Token@@UAE@XZ @1604 NONAME ??1H225_ArrayOf_DataRate@@UAE@XZ @1605 NONAME ??1H225_ArrayOf_Endpoint@@UAE@XZ @1606 NONAME ??1H225_ArrayOf_EnumeratedParameter@@UAE@XZ @11258 NONAME ??1H225_ArrayOf_ExtendedAliasAddress@@UAE@XZ @11259 NONAME ??1H225_ArrayOf_FeatureDescriptor@@UAE@XZ @11260 NONAME ??1H225_ArrayOf_GenericData@@UAE@XZ @11261 NONAME ??1H225_ArrayOf_H245Security@@UAE@XZ @1607 NONAME ??1H225_ArrayOf_H248PackagesDescriptor@@UAE@XZ @11262 NONAME ??1H225_ArrayOf_IntegrityMechanism@@UAE@XZ @1608 NONAME ??1H225_ArrayOf_NonStandardParameter@@UAE@XZ @1609 NONAME ??1H225_ArrayOf_PartyNumber@@UAE@XZ @11263 NONAME ??1H225_ArrayOf_PASN_ObjectId@@UAE@XZ @1610 NONAME ??1H225_ArrayOf_PASN_OctetString@@UAE@XZ @1611 NONAME ??1H225_ArrayOf_RasUsageSpecification@@UAE@XZ @11264 NONAME ??1H225_ArrayOf_RTPSession@@UAE@XZ @1612 NONAME ??1H225_ArrayOf_ServiceControlSession@@UAE@XZ @11265 NONAME ??1H225_ArrayOf_SupportedPrefix@@UAE@XZ @1613 NONAME ??1H225_ArrayOf_SupportedProtocols@@UAE@XZ @1614 NONAME ??1H225_ArrayOf_TransportAddress@@UAE@XZ @1615 NONAME ??1H225_ArrayOf_TransportChannelInfo@@UAE@XZ @1616 NONAME ??1H225_ArrayOf_TunnelledProtocol@@UAE@XZ @11266 NONAME ??1H225_BandRejectReason@@UAE@XZ @1617 NONAME ??1H225_BandWidth@@UAE@XZ @1618 NONAME ??1H225_BandwidthConfirm@@UAE@XZ @1619 NONAME ??1H225_BandwidthDetails@@UAE@XZ @11267 NONAME ??1H225_BandwidthReject@@UAE@XZ @1620 NONAME ??1H225_BandwidthRequest@@UAE@XZ @1621 NONAME ??1H225_CallCapacity@@UAE@XZ @11268 NONAME ??1H225_CallCapacityInfo@@UAE@XZ @11269 NONAME ??1H225_CallCreditCapability@@UAE@XZ @11270 NONAME ??1H225_CallCreditServiceControl@@UAE@XZ @11271 NONAME ??1H225_CallCreditServiceControl_billingMode@@UAE@XZ @11272 NONAME ??1H225_CallCreditServiceControl_callStartingPoint@@UAE@XZ @11273 NONAME ??1H225_CallIdentifier@@UAE@XZ @1622 NONAME ??1H225_CallLinkage@@UAE@XZ @11274 NONAME ??1H225_CallModel@@UAE@XZ @1623 NONAME ??1H225_CallProceeding_UUIE@@UAE@XZ @1624 NONAME ??1H225_CallReferenceValue@@UAE@XZ @1625 NONAME ??1H225_CallsAvailable@@UAE@XZ @11275 NONAME ??1H225_CallTerminationCause@@UAE@XZ @11276 NONAME ??1H225_CallType@@UAE@XZ @1626 NONAME ??1H225_CapacityReportingCapability@@UAE@XZ @11277 NONAME ??1H225_CapacityReportingSpecification@@UAE@XZ @11278 NONAME ??1H225_CapacityReportingSpecification_when@@UAE@XZ @11279 NONAME ??1H225_CarrierInfo@@UAE@XZ @19067 NONAME ??1H225_CicInfo@@UAE@XZ @11280 NONAME ??1H225_CicInfo_cic@@UAE@XZ @11281 NONAME ??1H225_CircuitIdentifier@@UAE@XZ @11282 NONAME ??1H225_CircuitInfo@@UAE@XZ @11283 NONAME ??1H225_ConferenceIdentifier@@UAE@XZ @1627 NONAME ??1H225_ConferenceList@@UAE@XZ @1628 NONAME ??1H225_Connect_UUIE@@UAE@XZ @1629 NONAME ??1H225_Connect_UUIE_language@@UAE@XZ @11284 NONAME ??1H225_Content@@UAE@XZ @11285 NONAME ??1H225_CryptoH323Token@@UAE@XZ @1630 NONAME ??1H225_CryptoH323Token_cryptoEPPwdHash@@UAE@XZ @1631 NONAME ??1H225_CryptoH323Token_cryptoGKPwdHash@@UAE@XZ @1632 NONAME ??1H225_DataRate@@UAE@XZ @1633 NONAME ??1H225_DisengageConfirm@@UAE@XZ @1634 NONAME ??1H225_DisengageReason@@UAE@XZ @1635 NONAME ??1H225_DisengageReject@@UAE@XZ @1636 NONAME ??1H225_DisengageRejectReason@@UAE@XZ @1637 NONAME ??1H225_DisengageRequest@@UAE@XZ @1638 NONAME ??1H225_EncodedFastStartToken@@UAE@XZ @12401 NONAME ??1H225_EncryptIntAlg@@UAE@XZ @1639 NONAME ??1H225_Endpoint@@UAE@XZ @1640 NONAME ??1H225_EndpointIdentifier@@UAE@XZ @1641 NONAME ??1H225_EndpointType@@UAE@XZ @1642 NONAME ??1H225_EnumeratedParameter@@UAE@XZ @11286 NONAME ??1H225_ExtendedAliasAddress@@UAE@XZ @11287 NONAME ??1H225_FacilityReason@@UAE@XZ @1643 NONAME ??1H225_Facility_UUIE@@UAE@XZ @1644 NONAME ??1H225_FastStartToken@@UAE@XZ @1645 NONAME ??1H225_FeatureDescriptor@@UAE@XZ @11288 NONAME ??1H225_FeatureSet@@UAE@XZ @11289 NONAME ??1H225_GatekeeperConfirm@@UAE@XZ @1646 NONAME ??1H225_GatekeeperIdentifier@@UAE@XZ @1647 NONAME ??1H225_GatekeeperInfo@@UAE@XZ @1648 NONAME ??1H225_GatekeeperReject@@UAE@XZ @1649 NONAME ??1H225_GatekeeperRejectReason@@UAE@XZ @1650 NONAME ??1H225_GatekeeperRequest@@UAE@XZ @1651 NONAME ??1H225_GatewayInfo@@UAE@XZ @1652 NONAME ??1H225_GenericData@@UAE@XZ @11290 NONAME ??1H225_GenericIdentifier@@UAE@XZ @11291 NONAME ??1H225_GloballyUniqueID@@UAE@XZ @1653 NONAME ??1H225_GroupID@@UAE@XZ @11292 NONAME ??1H225_GroupID_member@@UAE@XZ @11293 NONAME ??1H225_GSM_UIM@@UAE@XZ @11294 NONAME ??1H225_H221NonStandard@@UAE@XZ @1654 NONAME ??1H225_H245Security@@UAE@XZ @1655 NONAME ??1H225_H248PackagesDescriptor@@UAE@XZ @11295 NONAME ??1H225_H248SignalsDescriptor@@UAE@XZ @11296 NONAME ??1H225_H310Caps@@UAE@XZ @1656 NONAME ??1H225_H320Caps@@UAE@XZ @1657 NONAME ??1H225_H321Caps@@UAE@XZ @1658 NONAME ??1H225_H322Caps@@UAE@XZ @1659 NONAME ??1H225_H323Caps@@UAE@XZ @1660 NONAME ??1H225_H323_UserInformation@@UAE@XZ @1661 NONAME ??1H225_H323_UserInformation_user_data@@UAE@XZ @1662 NONAME ??1H225_H323_UU_PDU@@UAE@XZ @1663 NONAME ??1H225_H323_UU_PDU_h323_message_body@@UAE@XZ @1664 NONAME ??1H225_H323_UU_PDU_tunnelledSignallingMessage@@UAE@XZ @11297 NONAME ??1H225_H324Caps@@UAE@XZ @1665 NONAME ??1H225_ICV@@UAE@XZ @1666 NONAME ??1H225_InfoRequest@@UAE@XZ @1667 NONAME ??1H225_InfoRequestAck@@UAE@XZ @1668 NONAME ??1H225_InfoRequestNak@@UAE@XZ @1669 NONAME ??1H225_InfoRequestNakReason@@UAE@XZ @1670 NONAME ??1H225_InfoRequestResponse@@UAE@XZ @1671 NONAME ??1H225_InfoRequestResponseStatus@@UAE@XZ @11298 NONAME ??1H225_InfoRequestResponse_perCallInfo@@UAE@XZ @1672 NONAME ??1H225_InfoRequestResponse_perCallInfo_subtype@@UAE@XZ @1673 NONAME ??1H225_InfoRequestResponse_perCallInfo_subtype_pdu@@UAE@XZ @1674 NONAME ??1H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UAE@XZ @1675 NONAME ??1H225_Information_UUIE@@UAE@XZ @1676 NONAME ??1H225_IntegrityMechanism@@UAE@XZ @1677 NONAME ??1H225_LocationConfirm@@UAE@XZ @1678 NONAME ??1H225_LocationReject@@UAE@XZ @1679 NONAME ??1H225_LocationRejectReason@@UAE@XZ @1680 NONAME ??1H225_LocationRequest@@UAE@XZ @1681 NONAME ??1H225_McuInfo@@UAE@XZ @1682 NONAME ??1H225_MobileUIM@@UAE@XZ @11299 NONAME ??1H225_NonIsoIntegrityMechanism@@UAE@XZ @1683 NONAME ??1H225_NonStandardIdentifier@@UAE@XZ @1684 NONAME ??1H225_NonStandardMessage@@UAE@XZ @1685 NONAME ??1H225_NonStandardParameter@@UAE@XZ @1686 NONAME ??1H225_NonStandardProtocol@@UAE@XZ @1687 NONAME ??1H225_Notify_UUIE@@UAE@XZ @11300 NONAME ??1H225_NumberDigits@@UAE@XZ @1688 NONAME ??1H225_PartyNumber@@UAE@XZ @1689 NONAME ??1H225_PresentationIndicator@@UAE@XZ @11301 NONAME ??1H225_PrivatePartyNumber@@UAE@XZ @1690 NONAME ??1H225_PrivateTypeOfNumber@@UAE@XZ @1691 NONAME ??1H225_Progress_UUIE@@UAE@XZ @1692 NONAME ??1H225_ProtocolIdentifier@@UAE@XZ @1693 NONAME ??1H225_PublicPartyNumber@@UAE@XZ @1694 NONAME ??1H225_PublicTypeOfNumber@@UAE@XZ @1695 NONAME ??1H225_Q954Details@@UAE@XZ @1696 NONAME ??1H225_QseriesOptions@@UAE@XZ @1697 NONAME ??1H225_RAS@@UAE@XZ @12492 NONAME ??1H225_RasMessage@@UAE@XZ @1698 NONAME ??1H225_RasUsageInformation@@UAE@XZ @11302 NONAME ??1H225_RasUsageInfoTypes@@UAE@XZ @11303 NONAME ??1H225_RasUsageSpecification@@UAE@XZ @11304 NONAME ??1H225_RasUsageSpecification_callStartingPoint@@UAE@XZ @11305 NONAME ??1H225_RasUsageSpecification_when@@UAE@XZ @11306 NONAME ??1H225_RegistrationConfirm@@UAE@XZ @1699 NONAME ??1H225_RegistrationConfirm_preGrantedARQ@@UAE@XZ @1700 NONAME ??1H225_RegistrationReject@@UAE@XZ @1701 NONAME ??1H225_RegistrationRejectReason@@UAE@XZ @1702 NONAME ??1H225_RegistrationRejectReason_invalidTerminalAliases@@UAE@XZ @11307 NONAME ??1H225_RegistrationRequest@@UAE@XZ @1703 NONAME ??1H225_ReleaseCompleteReason@@UAE@XZ @1704 NONAME ??1H225_ReleaseComplete_UUIE@@UAE@XZ @1705 NONAME ??1H225_RequestInProgress@@UAE@XZ @1706 NONAME ??1H225_RequestSeqNum@@UAE@XZ @1707 NONAME ??1H225_ResourcesAvailableConfirm@@UAE@XZ @1708 NONAME ??1H225_ResourcesAvailableIndicate@@UAE@XZ @1709 NONAME ??1H225_RTPSession@@UAE@XZ @1710 NONAME ??1H225_RTPSession_associatedSessionIds@@UAE@XZ @1711 NONAME ??1H225_ScnConnectionAggregation@@UAE@XZ @11308 NONAME ??1H225_ScnConnectionType@@UAE@XZ @11309 NONAME ??1H225_ScreeningIndicator@@UAE@XZ @11310 NONAME ??1H225_SecurityCapabilities@@UAE@XZ @1712 NONAME ??1H225_SecurityErrors2@@UAE@XZ @19068 NONAME ??1H225_SecurityErrors@@UAE@XZ @19069 NONAME ??1H225_SecurityServiceMode@@UAE@XZ @1713 NONAME ??1H225_ServiceControlDescriptor@@UAE@XZ @11311 NONAME ??1H225_ServiceControlIndication@@UAE@XZ @11312 NONAME ??1H225_ServiceControlIndication_callSpecific@@UAE@XZ @11313 NONAME ??1H225_ServiceControlResponse@@UAE@XZ @11314 NONAME ??1H225_ServiceControlResponse_result@@UAE@XZ @11315 NONAME ??1H225_ServiceControlSession@@UAE@XZ @11316 NONAME ??1H225_ServiceControlSession_reason@@UAE@XZ @11317 NONAME ??1H225_SetupAcknowledge_UUIE@@UAE@XZ @11318 NONAME ??1H225_Setup_UUIE@@UAE@XZ @1714 NONAME ??1H225_Setup_UUIE_conferenceGoal@@UAE@XZ @1715 NONAME ??1H225_Setup_UUIE_connectionParameters@@UAE@XZ @11319 NONAME ??1H225_Setup_UUIE_language@@UAE@XZ @11320 NONAME ??1H225_SIPCaps@@UAE@XZ @19070 NONAME ??1H225_StatusInquiry_UUIE@@UAE@XZ @11321 NONAME ??1H225_Status_UUIE@@UAE@XZ @11322 NONAME ??1H225_StimulusControl@@UAE@XZ @11323 NONAME ??1H225_SupportedPrefix@@UAE@XZ @1716 NONAME ??1H225_SupportedProtocols@@UAE@XZ @1717 NONAME ??1H225_T120OnlyCaps@@UAE@XZ @1718 NONAME ??1H225_T38FaxAnnexbOnlyCaps@@UAE@XZ @11324 NONAME ??1H225_TBCD_STRING@@UAE@XZ @11325 NONAME ??1H225_TerminalInfo@@UAE@XZ @1719 NONAME ??1H225_TimeToLive@@UAE@XZ @1720 NONAME ??1H225_TransportAddress@@UAE@XZ @1721 NONAME ??1H225_TransportAddress_ip6Address@@UAE@XZ @1722 NONAME ??1H225_TransportAddress_ipAddress@@UAE@XZ @1723 NONAME ??1H225_TransportAddress_ipSourceRoute@@UAE@XZ @1724 NONAME ??1H225_TransportAddress_ipSourceRoute_route@@UAE@XZ @1725 NONAME ??1H225_TransportAddress_ipSourceRoute_routing@@UAE@XZ @1726 NONAME ??1H225_TransportAddress_ipxAddress@@UAE@XZ @1727 NONAME ??1H225_TransportChannelInfo@@UAE@XZ @1728 NONAME ??1H225_TransportQOS@@UAE@XZ @1729 NONAME ??1H225_TunnelledProtocol@@UAE@XZ @11326 NONAME ??1H225_TunnelledProtocolAlternateIdentifier@@UAE@XZ @11327 NONAME ??1H225_TunnelledProtocol_id@@UAE@XZ @11328 NONAME ??1H225_UnknownMessageResponse@@UAE@XZ @1730 NONAME ??1H225_UnregistrationConfirm@@UAE@XZ @1731 NONAME ??1H225_UnregistrationReject@@UAE@XZ @1732 NONAME ??1H225_UnregistrationRequest@@UAE@XZ @1733 NONAME ??1H225_UnregRejectReason@@UAE@XZ @1734 NONAME ??1H225_UnregRequestReason@@UAE@XZ @1735 NONAME ??1H225_UseSpecifiedTransport@@UAE@XZ @11329 NONAME ??1H225_UUIEsRequested@@UAE@XZ @1736 NONAME ??1H225_VendorIdentifier@@UAE@XZ @1737 NONAME ??1H225_VoiceCaps@@UAE@XZ @1738 NONAME ??1H235AuthCAT@@UAE@XZ @16729 NONAME ??1H235Authenticator@@UAE@XZ @13020 NONAME ??1H235Authenticators@@UAE@XZ @14766 NONAME ??1H235AuthProcedure1@@UAE@XZ @13021 NONAME ??1H235AuthSimpleMD5@@UAE@XZ @13022 NONAME ??1H235_AuthenticationBES@@UAE@XZ @12957 NONAME ??1H235_AuthenticationMechanism@@UAE@XZ @1739 NONAME ??1H235_ChallengeString@@UAE@XZ @1740 NONAME ??1H235_ClearToken@@UAE@XZ @1741 NONAME ??1H235_CryptoToken@@UAE@XZ @1742 NONAME ??1H235_CryptoToken_cryptoEncryptedToken@@UAE@XZ @1743 NONAME ??1H235_CryptoToken_cryptoHashedToken@@UAE@XZ @1744 NONAME ??1H235_CryptoToken_cryptoSignedToken@@UAE@XZ @1745 NONAME ??1H235_DHset@@UAE@XZ @1746 NONAME ??1H235_ECGDSASignature@@UAE@XZ @19071 NONAME ??1H235_ECKASDH@@UAE@XZ @12959 NONAME ??1H235_ECKASDH_eckasdh2@@UAE@XZ @12960 NONAME ??1H235_ECKASDH_eckasdhp@@UAE@XZ @12961 NONAME ??1H235_ECpoint@@UAE@XZ @19072 NONAME ??1H235_EncodedGeneralToken@@UAE@XZ @12402 NONAME ??1H235_EncodedKeySignedMaterial@@UAE@XZ @12403 NONAME ??1H235_EncodedKeySyncMaterial@@UAE@XZ @12404 NONAME ??1H235_EncodedPwdCertToken@@UAE@XZ @12405 NONAME ??1H235_EncodedReturnSig@@UAE@XZ @12406 NONAME ??1H235_H235CertificateSignature@@UAE@XZ @1747 NONAME ??1H235_H235Key@@UAE@XZ @1748 NONAME ??1H235_Identifier@@UAE@XZ @1749 NONAME ??1H235_IV16@@UAE@XZ @12962 NONAME ??1H235_IV8@@UAE@XZ @1750 NONAME ??1H235_KeyMaterial@@UAE@XZ @1751 NONAME ??1H235_KeySignedMaterial@@UAE@XZ @1752 NONAME ??1H235_KeySyncMaterial@@UAE@XZ @1753 NONAME ??1H235_NonStandardParameter@@UAE@XZ @1754 NONAME ??1H235_Params@@UAE@XZ @1755 NONAME ??1H235_Password@@UAE@XZ @1756 NONAME ??1H235_PwdCertToken@@UAE@XZ @1757 NONAME ??1H235_RandomVal@@UAE@XZ @1758 NONAME ??1H235_ReturnSig@@UAE@XZ @1759 NONAME ??1H235_TimeStamp@@UAE@XZ @1760 NONAME ??1H235_TypedCertificate@@UAE@XZ @1761 NONAME ??1H235_V3KeySyncMaterial@@UAE@XZ @19073 NONAME ??1H245NegLogicalChannel@@UAE@XZ @1762 NONAME ??1H245NegLogicalChannels@@UAE@XZ @1763 NONAME ??1H245NegMasterSlaveDetermination@@UAE@XZ @1764 NONAME ??1H245Negotiator@@UAE@XZ @1765 NONAME ??1H245NegRequestMode@@UAE@XZ @1766 NONAME ??1H245NegRoundTripDelay@@UAE@XZ @1767 NONAME ??1H245NegTerminalCapabilitySet@@UAE@XZ @1768 NONAME ??1H245TransportThread@@UAE@XZ @1769 NONAME ??1H245_AlternativeCapabilitySet@@UAE@XZ @1770 NONAME ??1H245_ArrayOf_AlternativeCapabilitySet@@UAE@XZ @1771 NONAME ??1H245_ArrayOf_BEnhancementParameters@@UAE@XZ @1772 NONAME ??1H245_ArrayOf_CapabilityDescriptor@@UAE@XZ @1773 NONAME ??1H245_ArrayOf_CapabilityDescriptorNumber@@UAE@XZ @1774 NONAME ??1H245_ArrayOf_CapabilityTableEntry@@UAE@XZ @1775 NONAME ??1H245_ArrayOf_CapabilityTableEntryNumber@@UAE@XZ @1776 NONAME ??1H245_ArrayOf_CommunicationModeTableEntry@@UAE@XZ @1777 NONAME ??1H245_ArrayOf_CustomPictureClockFrequency@@UAE@XZ @1778 NONAME ??1H245_ArrayOf_CustomPictureFormat@@UAE@XZ @1779 NONAME ??1H245_ArrayOf_DataApplicationCapability@@UAE@XZ @1780 NONAME ??1H245_ArrayOf_DialingInformationNetworkType@@UAE@XZ @11330 NONAME ??1H245_ArrayOf_DialingInformationNumber@@UAE@XZ @11331 NONAME ??1H245_ArrayOf_EnhancementOptions@@UAE@XZ @1781 NONAME ??1H245_ArrayOf_EscrowData@@UAE@XZ @1782 NONAME ??1H245_ArrayOf_GenericCapability@@UAE@XZ @30090 NONAME ??1H245_ArrayOf_GenericParameter@@UAE@XZ @11332 NONAME ??1H245_ArrayOf_H263ModeComboFlags@@UAE@XZ @1783 NONAME ??1H245_ArrayOf_H263VideoModeCombos@@UAE@XZ @1784 NONAME ??1H245_ArrayOf_MediaChannelCapability@@UAE@XZ @1785 NONAME ??1H245_ArrayOf_MediaDistributionCapability@@UAE@XZ @1786 NONAME ??1H245_ArrayOf_ModeDescription@@UAE@XZ @1787 NONAME ??1H245_ArrayOf_MultiplePayloadStreamElement@@UAE@XZ @19074 NONAME ??1H245_ArrayOf_MultiplePayloadStreamElementMode@@UAE@XZ @19075 NONAME ??1H245_ArrayOf_MultiplexElement@@UAE@XZ @1788 NONAME ??1H245_ArrayOf_MultiplexEntryDescriptor@@UAE@XZ @1789 NONAME ??1H245_ArrayOf_MultiplexEntryRejectionDescriptions@@UAE@XZ @1790 NONAME ??1H245_ArrayOf_MultiplexTableEntryNumber@@UAE@XZ @1791 NONAME ??1H245_ArrayOf_NonStandardParameter@@UAE@XZ @1792 NONAME ??1H245_ArrayOf_ParameterIdentifier@@UAE@XZ @11333 NONAME ??1H245_ArrayOf_PictureReference@@UAE@XZ @11334 NONAME ??1H245_ArrayOf_Q2931Address@@UAE@XZ @11335 NONAME ??1H245_ArrayOf_QOSCapability@@UAE@XZ @1793 NONAME ??1H245_ArrayOf_RedundancyEncodingCapability@@UAE@XZ @1794 NONAME ??1H245_ArrayOf_RedundancyEncodingDTModeElement@@UAE@XZ @19076 NONAME ??1H245_ArrayOf_RedundancyEncodingElement@@UAE@XZ @19077 NONAME ??1H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@UAE@XZ @1795 NONAME ??1H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@UAE@XZ @1796 NONAME ??1H245_ArrayOf_RTPPayloadType@@UAE@XZ @1797 NONAME ??1H245_ArrayOf_TerminalInformation@@UAE@XZ @1798 NONAME ??1H245_ArrayOf_TerminalLabel@@UAE@XZ @1799 NONAME ??1H245_ArrayOf_VCCapability@@UAE@XZ @1800 NONAME ??1H245_ArrayOf_VideoCapability@@UAE@XZ @30091 NONAME ??1H245_ATMParameters@@UAE@XZ @1801 NONAME ??1H245_AudioCapability@@UAE@XZ @1802 NONAME ??1H245_AudioCapability_g7231@@UAE@XZ @1803 NONAME ??1H245_AudioMode@@UAE@XZ @1804 NONAME ??1H245_AudioMode_g7231@@UAE@XZ @1805 NONAME ??1H245_AudioTelephonyEventCapability@@UAE@XZ @11336 NONAME ??1H245_AudioToneCapability@@UAE@XZ @11337 NONAME ??1H245_AuthenticationCapability@@UAE@XZ @1806 NONAME ??1H245_BEnhancementParameters@@UAE@XZ @1807 NONAME ??1H245_Capability@@UAE@XZ @1808 NONAME ??1H245_CapabilityDescriptor@@UAE@XZ @1809 NONAME ??1H245_CapabilityDescriptorNumber@@UAE@XZ @1810 NONAME ??1H245_CapabilityIdentifier@@UAE@XZ @11338 NONAME ??1H245_CapabilityTableEntry@@UAE@XZ @1811 NONAME ??1H245_CapabilityTableEntryNumber@@UAE@XZ @1812 NONAME ??1H245_Capability_h233EncryptionReceiveCapability@@UAE@XZ @1813 NONAME ??1H245_CertSelectionCriteria@@UAE@XZ @1814 NONAME ??1H245_CloseLogicalChannel@@UAE@XZ @1815 NONAME ??1H245_CloseLogicalChannelAck@@UAE@XZ @1816 NONAME ??1H245_CloseLogicalChannel_reason@@UAE@XZ @1817 NONAME ??1H245_CloseLogicalChannel_source@@UAE@XZ @1818 NONAME ??1H245_CommandMessage@@UAE@XZ @1819 NONAME ??1H245_CommunicationModeCommand@@UAE@XZ @1820 NONAME ??1H245_CommunicationModeRequest@@UAE@XZ @1821 NONAME ??1H245_CommunicationModeResponse@@UAE@XZ @1822 NONAME ??1H245_CommunicationModeTableEntry@@UAE@XZ @1823 NONAME ??1H245_CommunicationModeTableEntry_dataType@@UAE@XZ @1824 NONAME ??1H245_CompressionType@@UAE@XZ @1825 NONAME ??1H245_ConferenceCapability@@UAE@XZ @1826 NONAME ??1H245_ConferenceCommand@@UAE@XZ @1827 NONAME ??1H245_ConferenceID@@UAE@XZ @1828 NONAME ??1H245_ConferenceIndication@@UAE@XZ @1829 NONAME ??1H245_ConferenceRequest@@UAE@XZ @1830 NONAME ??1H245_ConferenceRequest_requestTerminalCertificate@@UAE@XZ @1831 NONAME ??1H245_ConferenceResponse@@UAE@XZ @1832 NONAME ??1H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@UAE@XZ @1833 NONAME ??1H245_ConferenceResponse_chairTokenOwnerResponse@@UAE@XZ @1834 NONAME ??1H245_ConferenceResponse_conferenceIDResponse@@UAE@XZ @1835 NONAME ??1H245_ConferenceResponse_extensionAddressResponse@@UAE@XZ @1836 NONAME ??1H245_ConferenceResponse_makeMeChairResponse@@UAE@XZ @1837 NONAME ??1H245_ConferenceResponse_makeTerminalBroadcasterResponse@@UAE@XZ @1838 NONAME ??1H245_ConferenceResponse_mCTerminalIDResponse@@UAE@XZ @1839 NONAME ??1H245_ConferenceResponse_passwordResponse@@UAE@XZ @1840 NONAME ??1H245_ConferenceResponse_sendThisSourceResponse@@UAE@XZ @1841 NONAME ??1H245_ConferenceResponse_terminalCertificateResponse@@UAE@XZ @1842 NONAME ??1H245_ConferenceResponse_terminalIDResponse@@UAE@XZ @1843 NONAME ??1H245_ConnectionIdentifier@@UAE@XZ @11339 NONAME ??1H245_CRCLength@@UAE@XZ @1844 NONAME ??1H245_Criteria@@UAE@XZ @1845 NONAME ??1H245_CustomPictureClockFrequency@@UAE@XZ @1846 NONAME ??1H245_CustomPictureFormat@@UAE@XZ @1847 NONAME ??1H245_CustomPictureFormat_mPI@@UAE@XZ @1848 NONAME ??1H245_CustomPictureFormat_mPI_customPCF@@UAE@XZ @1849 NONAME ??1H245_CustomPictureFormat_mPI_customPCF_subtype@@UAE@XZ @1850 NONAME ??1H245_CustomPictureFormat_pixelAspectInformation@@UAE@XZ @1851 NONAME ??1H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@UAE@XZ @1852 NONAME ??1H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UAE@XZ @1853 NONAME ??1H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@UAE@XZ @1854 NONAME ??1H245_DataApplicationCapability@@UAE@XZ @1855 NONAME ??1H245_DataApplicationCapability_application@@UAE@XZ @1856 NONAME ??1H245_DataApplicationCapability_application_nlpid@@UAE@XZ @1857 NONAME ??1H245_DataApplicationCapability_application_t38fax@@UAE@XZ @11340 NONAME ??1H245_DataApplicationCapability_application_t84@@UAE@XZ @1858 NONAME ??1H245_DataMode@@UAE@XZ @1859 NONAME ??1H245_DataMode_application@@UAE@XZ @1860 NONAME ??1H245_DataMode_application_nlpid@@UAE@XZ @1861 NONAME ??1H245_DataMode_application_t38fax@@UAE@XZ @11341 NONAME ??1H245_DataProtocolCapability@@UAE@XZ @1862 NONAME ??1H245_DataProtocolCapability_v76wCompression@@UAE@XZ @1863 NONAME ??1H245_DataType@@UAE@XZ @1864 NONAME ??1H245_DepFECCapability@@UAE@XZ @30092 NONAME ??1H245_DepFECCapability_rfc2733@@UAE@XZ @30093 NONAME ??1H245_DepFECCapability_rfc2733_separateStream@@UAE@XZ @30094 NONAME ??1H245_DepFECData@@UAE@XZ @30095 NONAME ??1H245_DepFECData_rfc2733@@UAE@XZ @30096 NONAME ??1H245_DepFECData_rfc2733_mode@@UAE@XZ @30097 NONAME ??1H245_DepFECData_rfc2733_mode_separateStream@@UAE@XZ @30098 NONAME ??1H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UAE@XZ @30099 NONAME ??1H245_DepFECData_rfc2733_mode_separateStream_samePort@@UAE@XZ @30100 NONAME ??1H245_DepFECMode@@UAE@XZ @30101 NONAME ??1H245_DepFECMode_rfc2733Mode@@UAE@XZ @30102 NONAME ??1H245_DepFECMode_rfc2733Mode_mode@@UAE@XZ @30103 NONAME ??1H245_DepFECMode_rfc2733Mode_mode_separateStream@@UAE@XZ @30104 NONAME ??1H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UAE@XZ @30105 NONAME ??1H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UAE@XZ @30106 NONAME ??1H245_DialingInformation@@UAE@XZ @11342 NONAME ??1H245_DialingInformationNetworkType@@UAE@XZ @11343 NONAME ??1H245_DialingInformationNumber@@UAE@XZ @11344 NONAME ??1H245_EncryptionAuthenticationAndIntegrity@@UAE@XZ @1865 NONAME ??1H245_EncryptionCapability@@UAE@XZ @1866 NONAME ??1H245_EncryptionCommand@@UAE@XZ @1867 NONAME ??1H245_EncryptionCommand_encryptionAlgorithmID@@UAE@XZ @1868 NONAME ??1H245_EncryptionMode@@UAE@XZ @1869 NONAME ??1H245_EncryptionSync@@UAE@XZ @1870 NONAME ??1H245_EncryptionUpdateDirection@@UAE@XZ @30107 NONAME ??1H245_EncryptionUpdateRequest@@UAE@XZ @1871 NONAME ??1H245_EndSessionCommand@@UAE@XZ @1872 NONAME ??1H245_EndSessionCommand_gstnOptions@@UAE@XZ @1873 NONAME ??1H245_EndSessionCommand_isdnOptions@@UAE@XZ @1874 NONAME ??1H245_EnhancementLayerInfo@@UAE@XZ @1875 NONAME ??1H245_EnhancementOptions@@UAE@XZ @1876 NONAME ??1H245_EscrowData@@UAE@XZ @1877 NONAME ??1H245_ExtendedVideoCapability@@UAE@XZ @30108 NONAME ??1H245_FECCapability@@UAE@XZ @19078 NONAME ??1H245_FECCapability_rfc2733Format@@UAE@XZ @30109 NONAME ??1H245_FECData@@UAE@XZ @19081 NONAME ??1H245_FECData_rfc2733@@UAE@XZ @19082 NONAME ??1H245_FECData_rfc2733_pktMode@@UAE@XZ @30110 NONAME ??1H245_FECData_rfc2733_pktMode_rfc2733diffport@@UAE@XZ @30111 NONAME ??1H245_FECData_rfc2733_pktMode_rfc2733sameport@@UAE@XZ @30112 NONAME ??1H245_FECMode@@UAE@XZ @19087 NONAME ??1H245_FECMode_rfc2733Format@@UAE@XZ @30113 NONAME ??1H245_FlowControlCommand@@UAE@XZ @1878 NONAME ??1H245_FlowControlCommand_restriction@@UAE@XZ @1879 NONAME ??1H245_FlowControlCommand_scope@@UAE@XZ @1880 NONAME ??1H245_FlowControlIndication@@UAE@XZ @11345 NONAME ??1H245_FlowControlIndication_restriction@@UAE@XZ @11346 NONAME ??1H245_FlowControlIndication_scope@@UAE@XZ @11347 NONAME ??1H245_FunctionNotSupported@@UAE@XZ @1881 NONAME ??1H245_FunctionNotSupported_cause@@UAE@XZ @1882 NONAME ??1H245_FunctionNotUnderstood@@UAE@XZ @1883 NONAME ??1H245_G7231AnnexCCapability@@UAE@XZ @1884 NONAME ??1H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UAE@XZ @1885 NONAME ??1H245_G7231AnnexCMode@@UAE@XZ @1886 NONAME ??1H245_G7231AnnexCMode_g723AnnexCAudioMode@@UAE@XZ @1887 NONAME ??1H245_G729Extensions@@UAE@XZ @11348 NONAME ??1H245_GenericCapability@@UAE@XZ @11349 NONAME ??1H245_GenericMessage@@UAE@XZ @30114 NONAME ??1H245_GenericParameter@@UAE@XZ @11350 NONAME ??1H245_GSMAudioCapability@@UAE@XZ @1888 NONAME ??1H245_H222Capability@@UAE@XZ @1889 NONAME ??1H245_H222LogicalChannelParameters@@UAE@XZ @1890 NONAME ??1H245_H223AL1MParameters@@UAE@XZ @1891 NONAME ??1H245_H223AL1MParameters_arqType@@UAE@XZ @1892 NONAME ??1H245_H223AL1MParameters_crcLength@@UAE@XZ @1893 NONAME ??1H245_H223AL1MParameters_headerFEC@@UAE@XZ @1894 NONAME ??1H245_H223AL1MParameters_transferMode@@UAE@XZ @1895 NONAME ??1H245_H223AL2MParameters@@UAE@XZ @1896 NONAME ??1H245_H223AL2MParameters_headerFEC@@UAE@XZ @1897 NONAME ??1H245_H223AL3MParameters@@UAE@XZ @1898 NONAME ??1H245_H223AL3MParameters_arqType@@UAE@XZ @1899 NONAME ??1H245_H223AL3MParameters_crcLength@@UAE@XZ @1900 NONAME ??1H245_H223AL3MParameters_headerFormat@@UAE@XZ @1901 NONAME ??1H245_H223AnnexCArqParameters@@UAE@XZ @1902 NONAME ??1H245_H223AnnexCArqParameters_numberOfRetransmissions@@UAE@XZ @1903 NONAME ??1H245_H223AnnexCCapability@@UAE@XZ @1904 NONAME ??1H245_H223Capability@@UAE@XZ @1905 NONAME ??1H245_H223Capability_h223MultiplexTableCapability@@UAE@XZ @1906 NONAME ??1H245_H223Capability_h223MultiplexTableCapability_enhanced@@UAE@XZ @1907 NONAME ??1H245_H223Capability_mobileMultilinkFrameCapability@@UAE@XZ @11351 NONAME ??1H245_H223Capability_mobileOperationTransmitCapability@@UAE@XZ @1908 NONAME ??1H245_H223LogicalChannelParameters@@UAE@XZ @1909 NONAME ??1H245_H223LogicalChannelParameters_adaptationLayerType@@UAE@XZ @1910 NONAME ??1H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UAE@XZ @1911 NONAME ??1H245_H223ModeParameters@@UAE@XZ @1912 NONAME ??1H245_H223ModeParameters_adaptationLayerType@@UAE@XZ @1913 NONAME ??1H245_H223ModeParameters_adaptationLayerType_al3@@UAE@XZ @1914 NONAME ??1H245_H223MultiplexReconfiguration@@UAE@XZ @1915 NONAME ??1H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@UAE@XZ @1916 NONAME ??1H245_H223MultiplexReconfiguration_h223ModeChange@@UAE@XZ @1917 NONAME ??1H245_H223SkewIndication@@UAE@XZ @1918 NONAME ??1H245_H2250Capability@@UAE@XZ @1919 NONAME ??1H245_H2250Capability_mcCapability@@UAE@XZ @1920 NONAME ??1H245_H2250LogicalChannelAckParameters@@UAE@XZ @1921 NONAME ??1H245_H2250LogicalChannelParameters@@UAE@XZ @1922 NONAME ??1H245_H2250LogicalChannelParameters_mediaPacketization@@UAE@XZ @1923 NONAME ??1H245_H2250MaximumSkewIndication@@UAE@XZ @1924 NONAME ??1H245_H2250ModeParameters@@UAE@XZ @1925 NONAME ??1H245_H235Media@@UAE@XZ @1926 NONAME ??1H245_H235Media_mediaType@@UAE@XZ @1927 NONAME ??1H245_H235Mode@@UAE@XZ @1928 NONAME ??1H245_H235Mode_mediaMode@@UAE@XZ @1929 NONAME ??1H245_H235SecurityCapability@@UAE@XZ @1930 NONAME ??1H245_H261VideoCapability@@UAE@XZ @1931 NONAME ??1H245_H261VideoMode@@UAE@XZ @1932 NONAME ??1H245_H261VideoMode_resolution@@UAE@XZ @1933 NONAME ??1H245_H262VideoCapability@@UAE@XZ @1934 NONAME ??1H245_H262VideoMode@@UAE@XZ @1935 NONAME ??1H245_H262VideoMode_profileAndLevel@@UAE@XZ @1936 NONAME ??1H245_H263ModeComboFlags@@UAE@XZ @1937 NONAME ??1H245_H263Options@@UAE@XZ @1938 NONAME ??1H245_H263Version3Options@@UAE@XZ @11352 NONAME ??1H245_H263VideoCapability@@UAE@XZ @1939 NONAME ??1H245_H263VideoMode@@UAE@XZ @1940 NONAME ??1H245_H263VideoModeCombos@@UAE@XZ @1941 NONAME ??1H245_H263VideoMode_resolution@@UAE@XZ @1942 NONAME ??1H245_IndicationMessage@@UAE@XZ @1943 NONAME ??1H245_IntegrityCapability@@UAE@XZ @1944 NONAME ??1H245_IS11172AudioCapability@@UAE@XZ @1945 NONAME ??1H245_IS11172AudioMode@@UAE@XZ @1946 NONAME ??1H245_IS11172AudioMode_audioLayer@@UAE@XZ @1947 NONAME ??1H245_IS11172AudioMode_audioSampling@@UAE@XZ @1948 NONAME ??1H245_IS11172AudioMode_multichannelType@@UAE@XZ @1949 NONAME ??1H245_IS11172VideoCapability@@UAE@XZ @1950 NONAME ??1H245_IS11172VideoMode@@UAE@XZ @1951 NONAME ??1H245_IS13818AudioCapability@@UAE@XZ @1952 NONAME ??1H245_IS13818AudioMode@@UAE@XZ @1953 NONAME ??1H245_IS13818AudioMode_audioLayer@@UAE@XZ @1954 NONAME ??1H245_IS13818AudioMode_audioSampling@@UAE@XZ @1955 NONAME ??1H245_IS13818AudioMode_multichannelType@@UAE@XZ @1956 NONAME ??1H245_IV16@@UAE@XZ @30115 NONAME ??1H245_IV8@@UAE@XZ @30116 NONAME ??1H245_JitterIndication@@UAE@XZ @1957 NONAME ??1H245_JitterIndication_scope@@UAE@XZ @1958 NONAME ??1H245_KeyProtectionMethod@@UAE@XZ @1959 NONAME ??1H245_LogicalChannelNumber@@UAE@XZ @1960 NONAME ??1H245_LogicalChannelRateAcknowledge@@UAE@XZ @11353 NONAME ??1H245_LogicalChannelRateReject@@UAE@XZ @11354 NONAME ??1H245_LogicalChannelRateRejectReason@@UAE@XZ @11355 NONAME ??1H245_LogicalChannelRateRelease@@UAE@XZ @11356 NONAME ??1H245_LogicalChannelRateRequest@@UAE@XZ @11357 NONAME ??1H245_MaintenanceLoopAck@@UAE@XZ @1961 NONAME ??1H245_MaintenanceLoopAck_type@@UAE@XZ @1962 NONAME ??1H245_MaintenanceLoopOffCommand@@UAE@XZ @1963 NONAME ??1H245_MaintenanceLoopReject@@UAE@XZ @1964 NONAME ??1H245_MaintenanceLoopReject_cause@@UAE@XZ @1965 NONAME ??1H245_MaintenanceLoopReject_type@@UAE@XZ @1966 NONAME ??1H245_MaintenanceLoopRequest@@UAE@XZ @1967 NONAME ??1H245_MaintenanceLoopRequest_type@@UAE@XZ @1968 NONAME ??1H245_MasterSlaveDetermination@@UAE@XZ @1969 NONAME ??1H245_MasterSlaveDeterminationAck@@UAE@XZ @1970 NONAME ??1H245_MasterSlaveDeterminationAck_decision@@UAE@XZ @1971 NONAME ??1H245_MasterSlaveDeterminationReject@@UAE@XZ @1972 NONAME ??1H245_MasterSlaveDeterminationReject_cause@@UAE@XZ @1973 NONAME ??1H245_MasterSlaveDeterminationRelease@@UAE@XZ @1974 NONAME ??1H245_MaximumBitRate@@UAE@XZ @11358 NONAME ??1H245_MaxRedundancy@@UAE@XZ @30117 NONAME ??1H245_MCLocationIndication@@UAE@XZ @1975 NONAME ??1H245_McuNumber@@UAE@XZ @1976 NONAME ??1H245_MediaChannelCapability@@UAE@XZ @1977 NONAME ??1H245_MediaDistributionCapability@@UAE@XZ @1978 NONAME ??1H245_MediaEncryptionAlgorithm@@UAE@XZ @1979 NONAME ??1H245_MediaPacketizationCapability@@UAE@XZ @1980 NONAME ??1H245_MediaTransportType@@UAE@XZ @1981 NONAME ??1H245_MediaTransportType_atm_AAL5_compressed@@UAE@XZ @11359 NONAME ??1H245_MiscellaneousCommand@@UAE@XZ @1982 NONAME ??1H245_MiscellaneousCommand_type@@UAE@XZ @1983 NONAME ??1H245_MiscellaneousCommand_type_encryptionUpdateAck@@UAE@XZ @30118 NONAME ??1H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UAE@XZ @30119 NONAME ??1H245_MiscellaneousCommand_type_lostPartialPicture@@UAE@XZ @11360 NONAME ??1H245_MiscellaneousCommand_type_progressiveRefinementStart@@UAE@XZ @1984 NONAME ??1H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@UAE@XZ @1985 NONAME ??1H245_MiscellaneousCommand_type_videoBadMBs@@UAE@XZ @11361 NONAME ??1H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UAE@XZ @1986 NONAME ??1H245_MiscellaneousCommand_type_videoFastUpdateMB@@UAE@XZ @1987 NONAME ??1H245_MiscellaneousIndication@@UAE@XZ @1988 NONAME ??1H245_MiscellaneousIndication_type@@UAE@XZ @1989 NONAME ??1H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UAE@XZ @1990 NONAME ??1H245_MobileMultilinkReconfigurationCommand@@UAE@XZ @11362 NONAME ??1H245_MobileMultilinkReconfigurationCommand_status@@UAE@XZ @11363 NONAME ??1H245_MobileMultilinkReconfigurationIndication@@UAE@XZ @11364 NONAME ??1H245_ModeDescription@@UAE@XZ @1991 NONAME ??1H245_ModeElement@@UAE@XZ @1992 NONAME ??1H245_ModeElementType@@UAE@XZ @19093 NONAME ??1H245_MulticastAddress@@UAE@XZ @1994 NONAME ??1H245_MulticastAddress_iP6Address@@UAE@XZ @1995 NONAME ??1H245_MulticastAddress_iPAddress@@UAE@XZ @1996 NONAME ??1H245_MultilinkIndication@@UAE@XZ @11365 NONAME ??1H245_MultilinkIndication_crcDesired@@UAE@XZ @11366 NONAME ??1H245_MultilinkIndication_excessiveError@@UAE@XZ @11367 NONAME ??1H245_MultilinkRequest@@UAE@XZ @11368 NONAME ??1H245_MultilinkRequest_addConnection@@UAE@XZ @11369 NONAME ??1H245_MultilinkRequest_callInformation@@UAE@XZ @11370 NONAME ??1H245_MultilinkRequest_maximumHeaderInterval@@UAE@XZ @11371 NONAME ??1H245_MultilinkRequest_maximumHeaderInterval_requestType@@UAE@XZ @11372 NONAME ??1H245_MultilinkRequest_removeConnection@@UAE@XZ @11373 NONAME ??1H245_MultilinkResponse@@UAE@XZ @11374 NONAME ??1H245_MultilinkResponse_addConnection@@UAE@XZ @11375 NONAME ??1H245_MultilinkResponse_addConnection_responseCode@@UAE@XZ @11376 NONAME ??1H245_MultilinkResponse_addConnection_responseCode_rejected@@UAE@XZ @11377 NONAME ??1H245_MultilinkResponse_callInformation@@UAE@XZ @11378 NONAME ??1H245_MultilinkResponse_maximumHeaderInterval@@UAE@XZ @11379 NONAME ??1H245_MultilinkResponse_removeConnection@@UAE@XZ @11380 NONAME ??1H245_MultimediaSystemControlMessage@@UAE@XZ @1997 NONAME ??1H245_MultiplePayloadStream@@UAE@XZ @19094 NONAME ??1H245_MultiplePayloadStreamCapability@@UAE@XZ @19095 NONAME ??1H245_MultiplePayloadStreamElement@@UAE@XZ @19096 NONAME ??1H245_MultiplePayloadStreamElementMode@@UAE@XZ @19097 NONAME ??1H245_MultiplePayloadStreamMode@@UAE@XZ @19098 NONAME ??1H245_MultiplexCapability@@UAE@XZ @1998 NONAME ??1H245_MultiplexedStreamCapability@@UAE@XZ @11381 NONAME ??1H245_MultiplexedStreamModeParameters@@UAE@XZ @11382 NONAME ??1H245_MultiplexedStreamParameter@@UAE@XZ @11383 NONAME ??1H245_MultiplexElement@@UAE@XZ @1999 NONAME ??1H245_MultiplexElement_repeatCount@@UAE@XZ @2000 NONAME ??1H245_MultiplexElement_type@@UAE@XZ @2001 NONAME ??1H245_MultiplexEntryDescriptor@@UAE@XZ @2002 NONAME ??1H245_MultiplexEntryRejectionDescriptions@@UAE@XZ @2003 NONAME ??1H245_MultiplexEntryRejectionDescriptions_cause@@UAE@XZ @2004 NONAME ??1H245_MultiplexEntrySend@@UAE@XZ @2005 NONAME ??1H245_MultiplexEntrySendAck@@UAE@XZ @2006 NONAME ??1H245_MultiplexEntrySendReject@@UAE@XZ @2007 NONAME ??1H245_MultiplexEntrySendRelease@@UAE@XZ @2008 NONAME ??1H245_MultiplexFormat@@UAE@XZ @11384 NONAME ??1H245_MultiplexTableEntryNumber@@UAE@XZ @2009 NONAME ??1H245_MultipointCapability@@UAE@XZ @2010 NONAME ??1H245_NetworkAccessParameters@@UAE@XZ @2011 NONAME ??1H245_NetworkAccessParameters_distribution@@UAE@XZ @2012 NONAME ??1H245_NetworkAccessParameters_networkAddress@@UAE@XZ @2013 NONAME ??1H245_NetworkAccessParameters_t120SetupProcedure@@UAE@XZ @2014 NONAME ??1H245_NewATMVCCommand@@UAE@XZ @11385 NONAME ??1H245_NewATMVCCommand_aal@@UAE@XZ @11386 NONAME ??1H245_NewATMVCCommand_aal_aal1@@UAE@XZ @11387 NONAME ??1H245_NewATMVCCommand_aal_aal1_clockRecovery@@UAE@XZ @11388 NONAME ??1H245_NewATMVCCommand_aal_aal1_errorCorrection@@UAE@XZ @11389 NONAME ??1H245_NewATMVCCommand_aal_aal5@@UAE@XZ @11390 NONAME ??1H245_NewATMVCCommand_multiplex@@UAE@XZ @11391 NONAME ??1H245_NewATMVCCommand_reverseParameters@@UAE@XZ @11392 NONAME ??1H245_NewATMVCCommand_reverseParameters_multiplex@@UAE@XZ @11393 NONAME ??1H245_NewATMVCIndication@@UAE@XZ @2015 NONAME ??1H245_NewATMVCIndication_aal@@UAE@XZ @2016 NONAME ??1H245_NewATMVCIndication_aal_aal1@@UAE@XZ @2017 NONAME ??1H245_NewATMVCIndication_aal_aal1_clockRecovery@@UAE@XZ @2018 NONAME ??1H245_NewATMVCIndication_aal_aal1_errorCorrection@@UAE@XZ @2019 NONAME ??1H245_NewATMVCIndication_aal_aal5@@UAE@XZ @2020 NONAME ??1H245_NewATMVCIndication_multiplex@@UAE@XZ @2021 NONAME ??1H245_NewATMVCIndication_reverseParameters@@UAE@XZ @2022 NONAME ??1H245_NewATMVCIndication_reverseParameters_multiplex@@UAE@XZ @2023 NONAME ??1H245_NonStandardIdentifier@@UAE@XZ @2024 NONAME ??1H245_NonStandardIdentifier_h221NonStandard@@UAE@XZ @2025 NONAME ??1H245_NonStandardMessage@@UAE@XZ @2026 NONAME ??1H245_NonStandardParameter@@UAE@XZ @2027 NONAME ??1H245_NoPTAudioTelephonyEventCapability@@UAE@XZ @19099 NONAME ??1H245_NoPTAudioToneCapability@@UAE@XZ @19100 NONAME ??1H245_OpenLogicalChannel@@UAE@XZ @2028 NONAME ??1H245_OpenLogicalChannelAck@@UAE@XZ @2029 NONAME ??1H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@UAE@XZ @2030 NONAME ??1H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UAE@XZ @2031 NONAME ??1H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@UAE@XZ @2032 NONAME ??1H245_OpenLogicalChannelConfirm@@UAE@XZ @2033 NONAME ??1H245_OpenLogicalChannelReject@@UAE@XZ @2034 NONAME ??1H245_OpenLogicalChannelReject_cause@@UAE@XZ @2035 NONAME ??1H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UAE@XZ @2036 NONAME ??1H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@UAE@XZ @2037 NONAME ??1H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UAE@XZ @2038 NONAME ??1H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@UAE@XZ @2039 NONAME ??1H245_ParameterIdentifier@@UAE@XZ @11394 NONAME ??1H245_ParameterValue@@UAE@XZ @11395 NONAME ??1H245_Params@@UAE@XZ @30120 NONAME ??1H245_Password@@UAE@XZ @2040 NONAME ??1H245_PictureReference@@UAE@XZ @11396 NONAME ??1H245_Q2931Address@@UAE@XZ @2041 NONAME ??1H245_Q2931Address_address@@UAE@XZ @2042 NONAME ??1H245_QOSCapability@@UAE@XZ @2043 NONAME ??1H245_QOSMode@@UAE@XZ @2044 NONAME ??1H245_RedundancyEncoding@@UAE@XZ @2045 NONAME ??1H245_RedundancyEncodingCapability@@UAE@XZ @2046 NONAME ??1H245_RedundancyEncodingDTMode@@UAE@XZ @19101 NONAME ??1H245_RedundancyEncodingDTModeElement@@UAE@XZ @19102 NONAME ??1H245_RedundancyEncodingDTModeElement_type@@UAE@XZ @19103 NONAME ??1H245_RedundancyEncodingElement@@UAE@XZ @19104 NONAME ??1H245_RedundancyEncodingMethod@@UAE@XZ @2047 NONAME ??1H245_RedundancyEncodingMode@@UAE@XZ @2048 NONAME ??1H245_RedundancyEncodingMode_secondaryEncoding@@UAE@XZ @2049 NONAME ??1H245_RedundancyEncoding_rtpRedundancyEncoding@@UAE@XZ @19105 NONAME ??1H245_RefPictureSelection@@UAE@XZ @2050 NONAME ??1H245_RefPictureSelection_additionalPictureMemory@@UAE@XZ @2051 NONAME ??1H245_RefPictureSelection_enhancedReferencePicSelect@@UAE@XZ @11397 NONAME ??1H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UAE@XZ @11398 NONAME ??1H245_RefPictureSelection_videoBackChannelSend@@UAE@XZ @2052 NONAME ??1H245_RemoteMCRequest@@UAE@XZ @2053 NONAME ??1H245_RemoteMCResponse@@UAE@XZ @2054 NONAME ??1H245_RemoteMCResponse_reject@@UAE@XZ @2055 NONAME ??1H245_RequestAllTerminalIDsResponse@@UAE@XZ @2056 NONAME ??1H245_RequestChannelClose@@UAE@XZ @2057 NONAME ??1H245_RequestChannelCloseAck@@UAE@XZ @2058 NONAME ??1H245_RequestChannelCloseReject@@UAE@XZ @2059 NONAME ??1H245_RequestChannelCloseReject_cause@@UAE@XZ @2060 NONAME ??1H245_RequestChannelCloseRelease@@UAE@XZ @2061 NONAME ??1H245_RequestChannelClose_reason@@UAE@XZ @2062 NONAME ??1H245_RequestMessage@@UAE@XZ @2063 NONAME ??1H245_RequestMode@@UAE@XZ @2064 NONAME ??1H245_RequestModeAck@@UAE@XZ @2065 NONAME ??1H245_RequestModeAck_response@@UAE@XZ @2066 NONAME ??1H245_RequestModeReject@@UAE@XZ @2067 NONAME ??1H245_RequestModeReject_cause@@UAE@XZ @2068 NONAME ??1H245_RequestModeRelease@@UAE@XZ @2069 NONAME ??1H245_RequestMultiplexEntry@@UAE@XZ @2070 NONAME ??1H245_RequestMultiplexEntryAck@@UAE@XZ @2071 NONAME ??1H245_RequestMultiplexEntryReject@@UAE@XZ @2072 NONAME ??1H245_RequestMultiplexEntryRejectionDescriptions@@UAE@XZ @2073 NONAME ??1H245_RequestMultiplexEntryRejectionDescriptions_cause@@UAE@XZ @2074 NONAME ??1H245_RequestMultiplexEntryRelease@@UAE@XZ @2075 NONAME ??1H245_ResponseMessage@@UAE@XZ @2076 NONAME ??1H245_RoundTripDelayRequest@@UAE@XZ @2077 NONAME ??1H245_RoundTripDelayResponse@@UAE@XZ @2078 NONAME ??1H245_RSVPParameters@@UAE@XZ @2079 NONAME ??1H245_RTPH263VideoRedundancyEncoding@@UAE@XZ @2080 NONAME ??1H245_RTPH263VideoRedundancyEncoding_containedThreads@@UAE@XZ @2081 NONAME ??1H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@UAE@XZ @2082 NONAME ??1H245_RTPH263VideoRedundancyFrameMapping@@UAE@XZ @2083 NONAME ??1H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@UAE@XZ @2084 NONAME ??1H245_RTPPayloadType@@UAE@XZ @2085 NONAME ??1H245_RTPPayloadType_payloadDescriptor@@UAE@XZ @2086 NONAME ??1H245_SendTerminalCapabilitySet@@UAE@XZ @2087 NONAME ??1H245_SendTerminalCapabilitySet_specificRequest@@UAE@XZ @2088 NONAME ??1H245_SequenceNumber@@UAE@XZ @2089 NONAME ??1H245_SubstituteConferenceIDCommand@@UAE@XZ @2090 NONAME ??1H245_T38FaxProfile@@UAE@XZ @11399 NONAME ??1H245_T38FaxRateManagement@@UAE@XZ @11400 NONAME ??1H245_T38FaxTcpOptions@@UAE@XZ @11401 NONAME ??1H245_T38FaxUdpOptions@@UAE@XZ @11402 NONAME ??1H245_T38FaxUdpOptions_t38FaxUdpEC@@UAE@XZ @11403 NONAME ??1H245_T84Profile@@UAE@XZ @2091 NONAME ??1H245_T84Profile_t84Restricted@@UAE@XZ @2092 NONAME ??1H245_TerminalCapabilitySet@@UAE@XZ @2093 NONAME ??1H245_TerminalCapabilitySetAck@@UAE@XZ @2094 NONAME ??1H245_TerminalCapabilitySetReject@@UAE@XZ @2095 NONAME ??1H245_TerminalCapabilitySetReject_cause@@UAE@XZ @2096 NONAME ??1H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@UAE@XZ @2097 NONAME ??1H245_TerminalCapabilitySetRelease@@UAE@XZ @2098 NONAME ??1H245_TerminalID@@UAE@XZ @2099 NONAME ??1H245_TerminalInformation@@UAE@XZ @2100 NONAME ??1H245_TerminalLabel@@UAE@XZ @2101 NONAME ??1H245_TerminalNumber@@UAE@XZ @2102 NONAME ??1H245_TerminalYouAreSeeingInSubPictureNumber@@UAE@XZ @2103 NONAME ??1H245_TransparencyParameters@@UAE@XZ @2104 NONAME ??1H245_TransportAddress@@UAE@XZ @2105 NONAME ??1H245_TransportCapability@@UAE@XZ @2106 NONAME ??1H245_UnicastAddress@@UAE@XZ @2107 NONAME ??1H245_UnicastAddress_iP6Address@@UAE@XZ @2108 NONAME ??1H245_UnicastAddress_iPAddress@@UAE@XZ @2109 NONAME ??1H245_UnicastAddress_iPSourceRouteAddress@@UAE@XZ @2110 NONAME ??1H245_UnicastAddress_iPSourceRouteAddress_route@@UAE@XZ @2111 NONAME ??1H245_UnicastAddress_iPSourceRouteAddress_routing@@UAE@XZ @2112 NONAME ??1H245_UnicastAddress_iPXAddress@@UAE@XZ @2113 NONAME ??1H245_UserInputCapability@@UAE@XZ @2114 NONAME ??1H245_UserInputIndication@@UAE@XZ @2115 NONAME ??1H245_UserInputIndication_encryptedAlphanumeric@@UAE@XZ @30121 NONAME ??1H245_UserInputIndication_extendedAlphanumeric@@UAE@XZ @11404 NONAME ??1H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UAE@XZ @30122 NONAME ??1H245_UserInputIndication_signal@@UAE@XZ @2116 NONAME ??1H245_UserInputIndication_signalUpdate@@UAE@XZ @2117 NONAME ??1H245_UserInputIndication_signalUpdate_rtp@@UAE@XZ @2118 NONAME ??1H245_UserInputIndication_signal_rtp@@UAE@XZ @2119 NONAME ??1H245_UserInputIndication_userInputSupportIndication@@UAE@XZ @2120 NONAME ??1H245_V42bis@@UAE@XZ @2121 NONAME ??1H245_V75Capability@@UAE@XZ @2122 NONAME ??1H245_V75Parameters@@UAE@XZ @2123 NONAME ??1H245_V76Capability@@UAE@XZ @2124 NONAME ??1H245_V76HDLCParameters@@UAE@XZ @2125 NONAME ??1H245_V76LogicalChannelParameters@@UAE@XZ @2126 NONAME ??1H245_V76LogicalChannelParameters_mode@@UAE@XZ @2127 NONAME ??1H245_V76LogicalChannelParameters_mode_eRM@@UAE@XZ @2128 NONAME ??1H245_V76LogicalChannelParameters_mode_eRM_recovery@@UAE@XZ @2129 NONAME ??1H245_V76LogicalChannelParameters_suspendResume@@UAE@XZ @2130 NONAME ??1H245_V76ModeParameters@@UAE@XZ @2131 NONAME ??1H245_VBDCapability@@UAE@XZ @19106 NONAME ??1H245_VBDMode@@UAE@XZ @19107 NONAME ??1H245_VCCapability@@UAE@XZ @2132 NONAME ??1H245_VCCapability_aal1@@UAE@XZ @2133 NONAME ??1H245_VCCapability_aal1ViaGateway@@UAE@XZ @11405 NONAME ??1H245_VCCapability_aal5@@UAE@XZ @2134 NONAME ??1H245_VCCapability_availableBitRates@@UAE@XZ @2135 NONAME ??1H245_VCCapability_availableBitRates_type@@UAE@XZ @2136 NONAME ??1H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UAE@XZ @2137 NONAME ??1H245_VendorIdentification@@UAE@XZ @2138 NONAME ??1H245_VideoCapability@@UAE@XZ @2139 NONAME ??1H245_VideoIndicateCompose@@UAE@XZ @2140 NONAME ??1H245_VideoMode@@UAE@XZ @2141 NONAME ??1H248_ActionReply@@UAE@XZ @15386 NONAME ??1H248_ActionRequest@@UAE@XZ @15387 NONAME ??1H248_AmmDescriptor@@UAE@XZ @15388 NONAME ??1H248_AmmRequest@@UAE@XZ @15389 NONAME ??1H248_AmmsReply@@UAE@XZ @15390 NONAME ??1H248_ArrayOf_ActionReply@@UAE@XZ @15391 NONAME ??1H248_ArrayOf_ActionRequest@@UAE@XZ @15392 NONAME ??1H248_ArrayOf_AmmDescriptor@@UAE@XZ @15393 NONAME ??1H248_ArrayOf_CommandReply@@UAE@XZ @15394 NONAME ??1H248_ArrayOf_CommandRequest@@UAE@XZ @15395 NONAME ??1H248_ArrayOf_EventParameter@@UAE@XZ @15396 NONAME ??1H248_ArrayOf_IndAuditParameter@@UAE@XZ @15397 NONAME ??1H248_ArrayOf_IndAudPropertyParm@@UAE@XZ @15398 NONAME ??1H248_ArrayOf_IndAudStreamDescriptor@@UAE@XZ @15399 NONAME ??1H248_ArrayOf_ModemType@@UAE@XZ @15400 NONAME ??1H248_ArrayOf_ObservedEvent@@UAE@XZ @15401 NONAME ??1H248_ArrayOf_PASN_OctetString@@UAE@XZ @15402 NONAME ??1H248_ArrayOf_PropertyGroup@@UAE@XZ @15403 NONAME ??1H248_ArrayOf_PropertyParm@@UAE@XZ @15404 NONAME ??1H248_ArrayOf_RequestedEvent@@UAE@XZ @15405 NONAME ??1H248_ArrayOf_SecondRequestedEvent@@UAE@XZ @15406 NONAME ??1H248_ArrayOf_Signal@@UAE@XZ @15407 NONAME ??1H248_ArrayOf_SigParameter@@UAE@XZ @15408 NONAME ??1H248_ArrayOf_StreamDescriptor@@UAE@XZ @15409 NONAME ??1H248_ArrayOf_TerminationID@@UAE@XZ @15410 NONAME ??1H248_ArrayOf_TopologyRequest@@UAE@XZ @15411 NONAME ??1H248_ArrayOf_Transaction@@UAE@XZ @15412 NONAME ??1H248_ArrayOf_WildcardField@@UAE@XZ @15413 NONAME ??1H248_AuditDescriptor@@UAE@XZ @15414 NONAME ??1H248_AuditReply@@UAE@XZ @15415 NONAME ??1H248_AuditRequest@@UAE@XZ @15416 NONAME ??1H248_AuditResult@@UAE@XZ @15417 NONAME ??1H248_AuditReturnParameter@@UAE@XZ @15418 NONAME ??1H248_AuthData@@UAE@XZ @15419 NONAME ??1H248_AuthenticationHeader@@UAE@XZ @15420 NONAME ??1H248_Command@@UAE@XZ @15421 NONAME ??1H248_CommandReply@@UAE@XZ @15422 NONAME ??1H248_CommandRequest@@UAE@XZ @15423 NONAME ??1H248_ContextAttrAuditRequest@@UAE@XZ @15424 NONAME ??1H248_ContextID@@UAE@XZ @15425 NONAME ??1H248_ContextRequest@@UAE@XZ @15426 NONAME ??1H248_DigitMapDescriptor@@UAE@XZ @15427 NONAME ??1H248_DigitMapName@@UAE@XZ @15428 NONAME ??1H248_DigitMapValue@@UAE@XZ @15429 NONAME ??1H248_DomainName@@UAE@XZ @15430 NONAME ??1H248_ErrorCode@@UAE@XZ @15431 NONAME ??1H248_ErrorDescriptor@@UAE@XZ @15432 NONAME ??1H248_ErrorText@@UAE@XZ @15433 NONAME ??1H248_EventBufferControl@@UAE@XZ @15434 NONAME ??1H248_EventBufferDescriptor@@UAE@XZ @15435 NONAME ??1H248_EventDM@@UAE@XZ @15436 NONAME ??1H248_EventName@@UAE@XZ @15437 NONAME ??1H248_EventParameter@@UAE@XZ @15438 NONAME ??1H248_EventParameter_extraInfo@@UAE@XZ @15439 NONAME ??1H248_EventsDescriptor@@UAE@XZ @15440 NONAME ??1H248_EventSpec@@UAE@XZ @15441 NONAME ??1H248_H221NonStandard@@UAE@XZ @15442 NONAME ??1H248_IndAudDigitMapDescriptor@@UAE@XZ @15443 NONAME ??1H248_IndAudEventBufferDescriptor@@UAE@XZ @15444 NONAME ??1H248_IndAudEventsDescriptor@@UAE@XZ @15445 NONAME ??1H248_IndAuditParameter@@UAE@XZ @15446 NONAME ??1H248_IndAudLocalControlDescriptor@@UAE@XZ @15447 NONAME ??1H248_IndAudLocalRemoteDescriptor@@UAE@XZ @15448 NONAME ??1H248_IndAudMediaDescriptor@@UAE@XZ @15449 NONAME ??1H248_IndAudMediaDescriptor_streams@@UAE@XZ @15450 NONAME ??1H248_IndAudPackagesDescriptor@@UAE@XZ @15451 NONAME ??1H248_IndAudPropertyGroup@@UAE@XZ @15452 NONAME ??1H248_IndAudPropertyParm@@UAE@XZ @15453 NONAME ??1H248_IndAudSeqSigList@@UAE@XZ @15454 NONAME ??1H248_IndAudSignal@@UAE@XZ @15455 NONAME ??1H248_IndAudSignalsDescriptor@@UAE@XZ @15456 NONAME ??1H248_IndAudStatisticsDescriptor@@UAE@XZ @15457 NONAME ??1H248_IndAudStreamDescriptor@@UAE@XZ @15458 NONAME ??1H248_IndAudStreamParms@@UAE@XZ @15459 NONAME ??1H248_IndAudTerminationStateDescriptor@@UAE@XZ @15460 NONAME ??1H248_IP4Address@@UAE@XZ @15461 NONAME ??1H248_IP6Address@@UAE@XZ @15462 NONAME ??1H248_LocalControlDescriptor@@UAE@XZ @15463 NONAME ??1H248_LocalRemoteDescriptor@@UAE@XZ @15464 NONAME ??1H248_MediaDescriptor@@UAE@XZ @15465 NONAME ??1H248_MediaDescriptor_streams@@UAE@XZ @15466 NONAME ??1H248_MegacoMessage@@UAE@XZ @15467 NONAME ??1H248_Message@@UAE@XZ @15468 NONAME ??1H248_Message_messageBody@@UAE@XZ @15469 NONAME ??1H248_MId@@UAE@XZ @15470 NONAME ??1H248_ModemDescriptor@@UAE@XZ @15471 NONAME ??1H248_ModemType@@UAE@XZ @15472 NONAME ??1H248_MuxDescriptor@@UAE@XZ @15473 NONAME ??1H248_MuxType@@UAE@XZ @15474 NONAME ??1H248_Name@@UAE@XZ @15475 NONAME ??1H248_NonStandardData@@UAE@XZ @15476 NONAME ??1H248_NonStandardIdentifier@@UAE@XZ @15477 NONAME ??1H248_NotifyCompletion@@UAE@XZ @15478 NONAME ??1H248_NotifyReply@@UAE@XZ @15479 NONAME ??1H248_NotifyRequest@@UAE@XZ @15480 NONAME ??1H248_ObservedEvent@@UAE@XZ @15481 NONAME ??1H248_ObservedEventsDescriptor@@UAE@XZ @15482 NONAME ??1H248_PackagesDescriptor@@UAE@XZ @15483 NONAME ??1H248_PackagesItem@@UAE@XZ @15484 NONAME ??1H248_PathName@@UAE@XZ @15485 NONAME ??1H248_PkgdName@@UAE@XZ @15486 NONAME ??1H248_PropertyGroup@@UAE@XZ @15487 NONAME ??1H248_PropertyParm@@UAE@XZ @15488 NONAME ??1H248_PropertyParm_extraInfo@@UAE@XZ @15489 NONAME ??1H248_Relation@@UAE@XZ @15490 NONAME ??1H248_RequestedActions@@UAE@XZ @15491 NONAME ??1H248_RequestedEvent@@UAE@XZ @15492 NONAME ??1H248_RequestID@@UAE@XZ @15493 NONAME ??1H248_SecondEventsDescriptor@@UAE@XZ @15494 NONAME ??1H248_SecondRequestedActions@@UAE@XZ @15495 NONAME ??1H248_SecondRequestedEvent@@UAE@XZ @15496 NONAME ??1H248_SecurityParmIndex@@UAE@XZ @15497 NONAME ??1H248_SeqSigList@@UAE@XZ @15498 NONAME ??1H248_SequenceNum@@UAE@XZ @15499 NONAME ??1H248_ServiceChangeAddress@@UAE@XZ @15500 NONAME ??1H248_ServiceChangeMethod@@UAE@XZ @15501 NONAME ??1H248_ServiceChangeParm@@UAE@XZ @15502 NONAME ??1H248_ServiceChangeProfile@@UAE@XZ @15503 NONAME ??1H248_ServiceChangeReply@@UAE@XZ @15504 NONAME ??1H248_ServiceChangeRequest@@UAE@XZ @15505 NONAME ??1H248_ServiceChangeResParm@@UAE@XZ @15506 NONAME ??1H248_ServiceChangeResult@@UAE@XZ @15507 NONAME ??1H248_ServiceState@@UAE@XZ @15508 NONAME ??1H248_Signal@@UAE@XZ @15509 NONAME ??1H248_SignalName@@UAE@XZ @15510 NONAME ??1H248_SignalRequest@@UAE@XZ @15511 NONAME ??1H248_SignalsDescriptor@@UAE@XZ @15512 NONAME ??1H248_SignalType@@UAE@XZ @15513 NONAME ??1H248_SigParameter@@UAE@XZ @15514 NONAME ??1H248_SigParameter_extraInfo@@UAE@XZ @15515 NONAME ??1H248_StatisticsDescriptor@@UAE@XZ @15516 NONAME ??1H248_StatisticsParameter@@UAE@XZ @15517 NONAME ??1H248_StreamDescriptor@@UAE@XZ @15518 NONAME ??1H248_StreamID@@UAE@XZ @15519 NONAME ??1H248_StreamMode@@UAE@XZ @15520 NONAME ??1H248_StreamParms@@UAE@XZ @15521 NONAME ??1H248_SubtractRequest@@UAE@XZ @15522 NONAME ??1H248_TerminationAudit@@UAE@XZ @15523 NONAME ??1H248_TerminationID@@UAE@XZ @15524 NONAME ??1H248_TerminationIDList@@UAE@XZ @15525 NONAME ??1H248_TerminationStateDescriptor@@UAE@XZ @15526 NONAME ??1H248_TimeNotation@@UAE@XZ @15527 NONAME ??1H248_TopologyRequest@@UAE@XZ @15528 NONAME ??1H248_TopologyRequest_topologyDirection@@UAE@XZ @15529 NONAME ??1H248_Transaction@@UAE@XZ @15530 NONAME ??1H248_TransactionAck@@UAE@XZ @15531 NONAME ??1H248_TransactionId@@UAE@XZ @15532 NONAME ??1H248_TransactionPending@@UAE@XZ @15533 NONAME ??1H248_TransactionReply@@UAE@XZ @15534 NONAME ??1H248_TransactionReply_transactionResult@@UAE@XZ @15535 NONAME ??1H248_TransactionRequest@@UAE@XZ @15536 NONAME ??1H248_TransactionResponseAck@@UAE@XZ @15537 NONAME ??1H248_Value@@UAE@XZ @15538 NONAME ??1H248_WildcardField@@UAE@XZ @15539 NONAME ??1H261DCTEncoder@@UAE@XZ @9181 NONAME ??1H261Encoder@@MAE@XZ @9182 NONAME ??1H261PixelEncoder@@UAE@XZ @9183 NONAME ??1H323AudioCapability@@UAE@XZ @2142 NONAME ??1H323AudioCodec@@UAE@XZ @2143 NONAME ??1H323BidirectionalChannel@@UAE@XZ @2144 NONAME ??1H323CallCreditServiceControl@@UAE@XZ @15540 NONAME ??1H323Capabilities@@UAE@XZ @9018 NONAME ??1H323CapabilitiesSet@@UAE@XZ @9019 NONAME ??1H323Capability@@UAE@XZ @2145 NONAME ??1H323Channel@@UAE@XZ @2147 NONAME ??1H323ChannelNumber@@UAE@XZ @2148 NONAME ??1H323Codec@@UAE@XZ @2149 NONAME ??1H323CodecPluginGenericAudioCapability@@UAE@XZ @30123 NONAME ??1H323CodecPluginNonStandardAudioCapability@@UAE@XZ @19433 NONAME ??1H323Connection@@UAE@XZ @2150 NONAME ??1H323ConnectionsCleaner@@UAE@XZ @2151 NONAME ??1H323ControlPDU@@UAE@XZ @2152 NONAME ??1H323DataCapability@@UAE@XZ @2153 NONAME ??1H323DataChannel@@UAE@XZ @12607 NONAME ??1H323DynaLink@@UAE@XZ @28618 NONAME ??1H323EndPoint@@UAE@XZ @2154 NONAME ??1H323FramedAudioCodec@@UAE@XZ @2155 NONAME ??1H323Gatekeeper@@UAE@XZ @2156 NONAME ??1H323GatekeeperARQ@@UAE@XZ @13431 NONAME ??1H323GatekeeperBRQ@@UAE@XZ @13432 NONAME ??1H323GatekeeperCall@@UAE@XZ @12787 NONAME ??1H323GatekeeperDRQ@@UAE@XZ @13433 NONAME ??1H323GatekeeperGRQ@@UAE@XZ @13434 NONAME ??1H323GatekeeperIRR@@UAE@XZ @14254 NONAME ??1H323GatekeeperListener@@UAE@XZ @12788 NONAME ??1H323GatekeeperLRQ@@UAE@XZ @13435 NONAME ??1H323GatekeeperRequest@@UAE@XZ @13436 NONAME ??1H323GatekeeperRRQ@@UAE@XZ @13437 NONAME ??1H323GatekeeperServer@@UAE@XZ @12789 NONAME ??1H323GatekeeperURQ@@UAE@XZ @13438 NONAME ??1H323GenericAudioCapability@@UAE@XZ @30124 NONAME ??1H323GenericCapabilityInfo@@UAE@XZ @30125 NONAME ??1H323GenericVideoCapability@@UAE@XZ @30126 NONAME ??1H323GSMPluginCapability@@UAE@XZ @19434 NONAME ??1H323H248ServiceControl@@UAE@XZ @15541 NONAME ??1H323HTTPServiceControl@@UAE@XZ @15542 NONAME ??1H323Listener@@UAE@XZ @2158 NONAME ??1H323ListenerTCP@@UAE@XZ @2159 NONAME ??1H323LogicalChannelThread@@UAE@XZ @2160 NONAME ??1H323NonStandardAudioCapability@@UAE@XZ @2161 NONAME ??1H323NonStandardCapabilityInfo@@UAE@XZ @2162 NONAME ??1H323NonStandardDataCapability@@UAE@XZ @2163 NONAME ??1H323NonStandardVideoCapability@@UAE@XZ @2164 NONAME ??1H323PeerElement@@UAE@XZ @16953 NONAME ??1H323PeerElementDescriptor@@UAE@XZ @18009 NONAME ??1H323PeerElementServiceRelationship@@UAE@XZ @18010 NONAME ??1H323PluginCapability@@UAE@XZ @19437 NONAME ??1H323PluginCapabilityInfo@@QAE@XZ @28680 NONAME ??1H323PluginCodecManager@@UAE@XZ @28591 NONAME ??1H323PluginFramedAudioCodec@@UAE@XZ @28653 NONAME ??1H323PluginG7231Capability@@UAE@XZ @19438 NONAME ??1H323PluginVideoCodec@@UAE@XZ @19439 NONAME ??1H323RasPDU@@UAE@XZ @2165 NONAME ??1H323RealTimeCapability@@UAE@XZ @2166 NONAME ??1H323RegisteredEndPoint@@UAE@XZ @12790 NONAME ??1H323ServiceControlSession@@UAE@XZ @15543 NONAME ??1H323SignalPDU@@UAE@XZ @2167 NONAME ??1H323SimultaneousCapabilities@@UAE@XZ @2168 NONAME ??1H323StreamedAudioCodec@@UAE@XZ @2169 NONAME ??1H323StreamedPluginAudioCodec@@UAE@XZ @28654 NONAME ??1H323Transaction@@UAE@XZ @18355 NONAME ??1H323TransactionPDU@@UAE@XZ @17743 NONAME ??1H323TransactionServer@@UAE@XZ @16956 NONAME ??1H323Transactor@@UAE@XZ @16957 NONAME ??1H323Transport@@UAE@XZ @2170 NONAME ??1H323TransportAddress@@UAE@XZ @2171 NONAME ??1H323TransportAddressArray@@UAE@XZ @14748 NONAME ??1H323TransportIP@@UAE@XZ @2172 NONAME ??1H323TransportTCP@@UAE@XZ @2173 NONAME ??1H323TransportUDP@@UAE@XZ @2174 NONAME ??1H323UnidirectionalChannel@@UAE@XZ @2175 NONAME ??1H323VideoCapability@@UAE@XZ @2176 NONAME ??1H323VideoCodec@@UAE@XZ @2177 NONAME ??1H323_ALawCodec@@UAE@XZ @2182 NONAME ??1H323_AnnexG@@UAE@XZ @16958 NONAME ??1H323_CiscoG7231aLIDCapability@@UAE@XZ @14688 NONAME ??1H323_ExternalRTPChannel@@UAE@XZ @13583 NONAME ??1H323_G711ALaw64Capability@@UAE@XZ @28973 NONAME ??1H323_G711Capability@@UAE@XZ @2183 NONAME ??1H323_G711uLaw64Capability@@UAE@XZ @28974 NONAME ??1H323_H261Capability@@UAE@XZ @2186 NONAME ??1H323_H261Codec@@UAE@XZ @2187 NONAME ??1H323_LIDCapability@@UAE@XZ @2188 NONAME ??1H323_LIDCodec@@UAE@XZ @2189 NONAME ??1H323_LID_G711_ALaw_Capability@@UAE@XZ @28975 NONAME ??1H323_LID_G711_uLaw_Capability@@UAE@XZ @28976 NONAME ??1H323_LID_G7231A_5k3_Capability@@UAE@XZ @28977 NONAME ??1H323_LID_G7231A_6k3_Capability@@UAE@XZ @28978 NONAME ??1H323_LID_G7231_5k3_Capability@@UAE@XZ @28979 NONAME ??1H323_LID_G7231_6k3_Capability@@UAE@XZ @28980 NONAME ??1H323_LID_G728_Capability@@UAE@XZ @28981 NONAME ??1H323_LID_G729AB_Capability@@UAE@XZ @28982 NONAME ??1H323_LID_G729A_Capability@@UAE@XZ @28983 NONAME ??1H323_LID_G729B_Capability@@UAE@XZ @28984 NONAME ??1H323_LID_G729_Capability@@UAE@XZ @28985 NONAME ??1H323_LID_GSM0610_Capability@@UAE@XZ @28986 NONAME ??1H323_muLawCodec@@UAE@XZ @2190 NONAME ??1H323_RealTimeChannel@@UAE@XZ @13584 NONAME ??1H323_RTPChannel@@UAE@XZ @2191 NONAME ??1H323_RTP_Session@@UAE@XZ @2192 NONAME ??1H323_RTP_UDP@@UAE@XZ @2193 NONAME ??1H323_T120Capability@@UAE@XZ @2194 NONAME ??1H323_T120Channel@@UAE@XZ @12608 NONAME ??1H323_T38Capability@@UAE@XZ @12609 NONAME ??1H323_T38Channel@@UAE@XZ @12610 NONAME ??1H323_T38NonStandardCapability@@UAE@XZ @14184 NONAME ??1H323_UserInputCapability@@UAE@XZ @2195 NONAME ??1H45010_ArrayOf_MixedExtension@@UAE@XZ @10457 NONAME ??1H45010_CfbOvrOptArg@@UAE@XZ @10458 NONAME ??1H45010_CoReqOptArg@@UAE@XZ @10459 NONAME ??1H45010_H323CallOfferOperations@@UAE@XZ @10460 NONAME ??1H45010_RUAlertOptArg@@UAE@XZ @10461 NONAME ??1H45011Handler@@UAE@XZ @14320 NONAME ??1H45011_ArrayOf_MixedExtension@@UAE@XZ @10462 NONAME ??1H45011_CallIntrusionErrors@@UAE@XZ @10463 NONAME ??1H45011_CICapabilityLevel@@UAE@XZ @10464 NONAME ??1H45011_CIFrcRelArg@@UAE@XZ @10465 NONAME ??1H45011_CIFrcRelOptRes@@UAE@XZ @10466 NONAME ??1H45011_CIGetCIPLOptArg@@UAE@XZ @10467 NONAME ??1H45011_CIGetCIPLRes@@UAE@XZ @10468 NONAME ??1H45011_CIIsOptArg@@UAE@XZ @10469 NONAME ??1H45011_CIIsOptRes@@UAE@XZ @10470 NONAME ??1H45011_CINotificationArg@@UAE@XZ @10471 NONAME ??1H45011_CIProtectionLevel@@UAE@XZ @10472 NONAME ??1H45011_CIRequestArg@@UAE@XZ @10473 NONAME ??1H45011_CIRequestRes@@UAE@XZ @10474 NONAME ??1H45011_CISilentArg@@UAE@XZ @10475 NONAME ??1H45011_CISilentOptRes@@UAE@XZ @10476 NONAME ??1H45011_CIStatusInformation@@UAE@XZ @10477 NONAME ??1H45011_CIWobOptArg@@UAE@XZ @10478 NONAME ??1H45011_CIWobOptRes@@UAE@XZ @10479 NONAME ??1H45011_H323CallIntrusionOperations@@UAE@XZ @10480 NONAME ??1H4501_Address@@UAE@XZ @9751 NONAME ??1H4501_AddressInformation@@UAE@XZ @9752 NONAME ??1H4501_AddressScreened@@UAE@XZ @9753 NONAME ??1H4501_ArrayOf_AliasAddress@@UAE@XZ @9754 NONAME ??1H4501_ArrayOf_ROS@@UAE@XZ @9755 NONAME ??1H4501_EndpointAddress@@UAE@XZ @9756 NONAME ??1H4501_EntityType@@UAE@XZ @9757 NONAME ??1H4501_Extension@@UAE@XZ @9758 NONAME ??1H4501_GeneralErrorList@@UAE@XZ @9759 NONAME ??1H4501_H225InformationElement@@UAE@XZ @9760 NONAME ??1H4501_InterpretationApdu@@UAE@XZ @9761 NONAME ??1H4501_InvokeIDs@@UAE@XZ @9762 NONAME ??1H4501_InvokeIdSet@@UAE@XZ @9763 NONAME ??1H4501_NetworkFacilityExtension@@UAE@XZ @9764 NONAME ??1H4501_NSAPSubaddress@@UAE@XZ @9765 NONAME ??1H4501_NumberScreened@@UAE@XZ @9766 NONAME ??1H4501_PartySubaddress@@UAE@XZ @9767 NONAME ??1H4501_PresentationAllowedIndicator@@UAE@XZ @9768 NONAME ??1H4501_PresentedAddressScreened@@UAE@XZ @9769 NONAME ??1H4501_PresentedAddressUnscreened@@UAE@XZ @9770 NONAME ??1H4501_PresentedNumberScreened@@UAE@XZ @9771 NONAME ??1H4501_PresentedNumberUnscreened@@UAE@XZ @9772 NONAME ??1H4501_ScreeningIndicator@@UAE@XZ @9773 NONAME ??1H4501_ServiceApdus@@UAE@XZ @9774 NONAME ??1H4501_SubaddressInformation@@UAE@XZ @9775 NONAME ??1H4501_SupplementaryService@@UAE@XZ @9776 NONAME ??1H4501_UserSpecifiedSubaddress@@UAE@XZ @9777 NONAME ??1H4502Handler@@UAE@XZ @13131 NONAME ??1H4502_CallIdentity@@UAE@XZ @9778 NONAME ??1H4502_CallStatus@@UAE@XZ @9779 NONAME ??1H4502_CallTransferErrors@@UAE@XZ @9780 NONAME ??1H4502_CallTransferOperation@@UAE@XZ @9781 NONAME ??1H4502_CTActiveArg@@UAE@XZ @9782 NONAME ??1H4502_CTActiveArg_argumentExtension@@UAE@XZ @9783 NONAME ??1H4502_CTCompleteArg@@UAE@XZ @9784 NONAME ??1H4502_CTCompleteArg_argumentExtension@@UAE@XZ @9785 NONAME ??1H4502_CTIdentifyRes@@UAE@XZ @9786 NONAME ??1H4502_CTIdentifyRes_resultExtension@@UAE@XZ @9787 NONAME ??1H4502_CTInitiateArg@@UAE@XZ @9788 NONAME ??1H4502_CTInitiateArg_argumentExtension@@UAE@XZ @9789 NONAME ??1H4502_CTSetupArg@@UAE@XZ @9790 NONAME ??1H4502_CTSetupArg_argumentExtension@@UAE@XZ @9791 NONAME ??1H4502_CTUpdateArg@@UAE@XZ @9792 NONAME ??1H4502_CTUpdateArg_argumentExtension@@UAE@XZ @9793 NONAME ??1H4502_DummyArg@@UAE@XZ @9794 NONAME ??1H4502_DummyRes@@UAE@XZ @9795 NONAME ??1H4502_EndDesignation@@UAE@XZ @9796 NONAME ??1H4502_ExtensionSeq@@UAE@XZ @9797 NONAME ??1H4502_SubaddressTransferArg@@UAE@XZ @9798 NONAME ??1H4502_SubaddressTransferArg_argumentExtension@@UAE@XZ @9799 NONAME ??1H4503_BasicService@@UAE@XZ @10289 NONAME ??1H4503_CallDiversionErrors@@UAE@XZ @10290 NONAME ??1H4503_DiversionReason@@UAE@XZ @10291 NONAME ??1H4503_ExtensionSeq@@UAE@XZ @10292 NONAME ??1H4503_H323CallDiversionOperations@@UAE@XZ @10293 NONAME ??1H4503_IntResult@@UAE@XZ @10294 NONAME ??1H4503_IntResultList@@UAE@XZ @10295 NONAME ??1H4503_IntResult_extension@@UAE@XZ @10296 NONAME ??1H4503_Procedure@@UAE@XZ @10297 NONAME ??1H4503_SubscriptionOption@@UAE@XZ @10298 NONAME ??1H4504Handler@@UAE@XZ @13132 NONAME ??1H4504_ArrayOf_MixedExtension@@UAE@XZ @10202 NONAME ??1H4504_CallHoldOperation@@UAE@XZ @10203 NONAME ??1H4504_Extension@@UAE@XZ @10204 NONAME ??1H4504_HoldNotificArg@@UAE@XZ @10205 NONAME ??1H4504_MixedExtension@@UAE@XZ @10206 NONAME ??1H4504_RemoteHoldArg@@UAE@XZ @10207 NONAME ??1H4504_RemoteHoldRes@@UAE@XZ @10208 NONAME ??1H4504_RemoteRetrieveArg@@UAE@XZ @10209 NONAME ??1H4504_RemoteRetrieveRes@@UAE@XZ @10210 NONAME ??1H4504_RetrieveNotificArg@@UAE@XZ @10211 NONAME ??1H4505_ArrayOf_MixedExtension@@UAE@XZ @10481 NONAME ??1H4505_CallParkPickupOperations@@UAE@XZ @10482 NONAME ??1H4505_CallPickupErrors@@UAE@XZ @10483 NONAME ??1H4505_CallType@@UAE@XZ @10484 NONAME ??1H4505_CpickupNotifyArg@@UAE@XZ @10485 NONAME ??1H4505_CpNotifyArg@@UAE@XZ @10486 NONAME ??1H4505_CpRequestArg@@UAE@XZ @10487 NONAME ??1H4505_CpRequestRes@@UAE@XZ @10488 NONAME ??1H4505_CpSetupArg@@UAE@XZ @10489 NONAME ??1H4505_CpSetupRes@@UAE@XZ @10490 NONAME ??1H4505_GroupIndicationOffArg@@UAE@XZ @10491 NONAME ??1H4505_GroupIndicationOffRes@@UAE@XZ @10492 NONAME ??1H4505_GroupIndicationOnArg@@UAE@XZ @10493 NONAME ??1H4505_GroupIndicationOnRes@@UAE@XZ @10494 NONAME ??1H4505_ParkCondition@@UAE@XZ @10495 NONAME ??1H4505_ParkedToPosition@@UAE@XZ @10496 NONAME ??1H4505_PickExeArg@@UAE@XZ @10497 NONAME ??1H4505_PickExeRes@@UAE@XZ @10498 NONAME ??1H4505_PickrequArg@@UAE@XZ @10499 NONAME ??1H4505_PickrequRes@@UAE@XZ @10500 NONAME ??1H4505_PickupArg@@UAE@XZ @10501 NONAME ??1H4505_PickupRes@@UAE@XZ @10502 NONAME ??1H4506Handler@@UAE@XZ @13616 NONAME ??1H4506_ArrayOf_MixedExtension@@UAE@XZ @10503 NONAME ??1H4506_CallWaitingArg@@UAE@XZ @10504 NONAME ??1H4506_CallWaitingOperations@@UAE@XZ @10505 NONAME ??1H4507_ArrayOf_MixedExtension@@UAE@XZ @10506 NONAME ??1H4507_BasicService@@UAE@XZ @10507 NONAME ??1H4507_DummyRes@@UAE@XZ @10508 NONAME ??1H4507_H323_MWI_Operations@@UAE@XZ @10509 NONAME ??1H4507_MessageWaitingIndicationErrors@@UAE@XZ @10510 NONAME ??1H4507_MsgCentreId@@UAE@XZ @10511 NONAME ??1H4507_MWIActivateArg@@UAE@XZ @10512 NONAME ??1H4507_MWIDeactivateArg@@UAE@XZ @10513 NONAME ??1H4507_MWIInterrogateArg@@UAE@XZ @10514 NONAME ??1H4507_MWIInterrogateRes@@UAE@XZ @10515 NONAME ??1H4507_MWIInterrogateResElt@@UAE@XZ @10516 NONAME ??1H4507_NbOfMessages@@UAE@XZ @10517 NONAME ??1H4507_TimeStamp@@UAE@XZ @10518 NONAME ??1H4508_ExtendedName@@UAE@XZ @10519 NONAME ??1H4508_Name@@UAE@XZ @10520 NONAME ??1H4508_NameOperations@@UAE@XZ @10521 NONAME ??1H4508_NamePresentationAllowed@@UAE@XZ @10522 NONAME ??1H4508_NamePresentationRestricted@@UAE@XZ @10523 NONAME ??1H4508_SimpleName@@UAE@XZ @10524 NONAME ??1H4509_ArrayOf_MixedExtension@@UAE@XZ @10525 NONAME ??1H4509_CallCompletionErrors@@UAE@XZ @10526 NONAME ??1H4509_CcArg@@UAE@XZ @10527 NONAME ??1H4509_CcLongArg@@UAE@XZ @10528 NONAME ??1H4509_CcRequestArg@@UAE@XZ @10529 NONAME ??1H4509_CcRequestRes@@UAE@XZ @10530 NONAME ??1H4509_CcShortArg@@UAE@XZ @10531 NONAME ??1H4509_H323CallCompletionOperations@@UAE@XZ @10532 NONAME ??1H450ServiceAPDU@@UAE@XZ @9800 NONAME ??1H450xDispatcher@@UAE@XZ @13133 NONAME ??1H450xHandler@@UAE@XZ @13134 NONAME ??1H501AccessRequest@@UAE@XZ @18356 NONAME ??1H501DescriptorUpdate@@UAE@XZ @18357 NONAME ??1H501PDU@@UAE@XZ @16960 NONAME ??1H501ServiceRequest@@UAE@XZ @18358 NONAME ??1H501Transaction@@UAE@XZ @18359 NONAME ??1H501_AccessConfirmation@@UAE@XZ @16961 NONAME ??1H501_AccessRejection@@UAE@XZ @16962 NONAME ??1H501_AccessRejectionReason@@UAE@XZ @16963 NONAME ??1H501_AccessRequest@@UAE@XZ @16964 NONAME ??1H501_AccessToken@@UAE@XZ @16965 NONAME ??1H501_AddressTemplate@@UAE@XZ @16966 NONAME ??1H501_AlternatePE@@UAE@XZ @16967 NONAME ??1H501_AlternatePEInfo@@UAE@XZ @16968 NONAME ??1H501_ApplicationMessage@@UAE@XZ @16969 NONAME ??1H501_ArrayOf_AccessToken@@UAE@XZ @16970 NONAME ??1H501_ArrayOf_AddressTemplate@@UAE@XZ @16971 NONAME ??1H501_ArrayOf_AliasAddress@@UAE@XZ @16972 NONAME ??1H501_ArrayOf_AlternatePE@@UAE@XZ @16973 NONAME ??1H501_ArrayOf_CircuitIdentifier@@UAE@XZ @16974 NONAME ??1H501_ArrayOf_ClearToken@@UAE@XZ @16975 NONAME ??1H501_ArrayOf_ContactInformation@@UAE@XZ @16976 NONAME ??1H501_ArrayOf_CryptoH323Token@@UAE@XZ @16977 NONAME ??1H501_ArrayOf_Descriptor@@UAE@XZ @16978 NONAME ??1H501_ArrayOf_DescriptorInfo@@UAE@XZ @16980 NONAME ??1H501_ArrayOf_GenericData@@UAE@XZ @16981 NONAME ??1H501_ArrayOf_GloballyUniqueID@@UAE@XZ @17778 NONAME ??1H501_ArrayOf_NonStandardParameter@@UAE@XZ @16982 NONAME ??1H501_ArrayOf_PASN_ObjectId@@UAE@XZ @16983 NONAME ??1H501_ArrayOf_Pattern@@UAE@XZ @16984 NONAME ??1H501_ArrayOf_PriceElement@@UAE@XZ @16985 NONAME ??1H501_ArrayOf_PriceInfoSpec@@UAE@XZ @16986 NONAME ??1H501_ArrayOf_RouteInformation@@UAE@XZ @16987 NONAME ??1H501_ArrayOf_SecurityMode@@UAE@XZ @16988 NONAME ??1H501_ArrayOf_ServiceControlSession@@UAE@XZ @16989 NONAME ??1H501_ArrayOf_SupportedProtocols@@UAE@XZ @16990 NONAME ??1H501_ArrayOf_TransportAddress@@UAE@XZ @16991 NONAME ??1H501_ArrayOf_UpdateInformation@@UAE@XZ @16992 NONAME ??1H501_ArrayOf_UsageField@@UAE@XZ @16993 NONAME ??1H501_AuthenticationConfirmation@@UAE@XZ @16994 NONAME ??1H501_AuthenticationRejection@@UAE@XZ @16995 NONAME ??1H501_AuthenticationRejectionReason@@UAE@XZ @16996 NONAME ??1H501_AuthenticationRequest@@UAE@XZ @16997 NONAME ??1H501_CallInformation@@UAE@XZ @16998 NONAME ??1H501_ContactInformation@@UAE@XZ @16999 NONAME ??1H501_Descriptor@@UAE@XZ @17000 NONAME ??1H501_DescriptorConfirmation@@UAE@XZ @17001 NONAME ??1H501_DescriptorIDConfirmation@@UAE@XZ @17003 NONAME ??1H501_DescriptorIDRejection@@UAE@XZ @17004 NONAME ??1H501_DescriptorIDRejectionReason@@UAE@XZ @17005 NONAME ??1H501_DescriptorIDRequest@@UAE@XZ @17006 NONAME ??1H501_DescriptorInfo@@UAE@XZ @17007 NONAME ??1H501_DescriptorRejection@@UAE@XZ @17008 NONAME ??1H501_DescriptorRejectionReason@@UAE@XZ @17009 NONAME ??1H501_DescriptorRequest@@UAE@XZ @17010 NONAME ??1H501_DescriptorUpdate@@UAE@XZ @17011 NONAME ??1H501_DescriptorUpdateAck@@UAE@XZ @17012 NONAME ??1H501_ElementIdentifier@@UAE@XZ @17013 NONAME ??1H501_GlobalTimeStamp@@UAE@XZ @17014 NONAME ??1H501_Message@@UAE@XZ @17015 NONAME ??1H501_MessageBody@@UAE@XZ @17016 NONAME ??1H501_MessageCommonInfo@@UAE@XZ @17017 NONAME ??1H501_NonStandardConfirmation@@UAE@XZ @17018 NONAME ??1H501_NonStandardRejection@@UAE@XZ @17019 NONAME ??1H501_NonStandardRejectionReason@@UAE@XZ @17020 NONAME ??1H501_NonStandardRequest@@UAE@XZ @17021 NONAME ??1H501_PartyInformation@@UAE@XZ @17022 NONAME ??1H501_Pattern@@UAE@XZ @17023 NONAME ??1H501_Pattern_range@@UAE@XZ @17024 NONAME ??1H501_PriceElement@@UAE@XZ @17025 NONAME ??1H501_PriceElement_units@@UAE@XZ @17026 NONAME ??1H501_PriceInfoSpec@@UAE@XZ @17027 NONAME ??1H501_ProtocolVersion@@UAE@XZ @17028 NONAME ??1H501_RequestInProgress@@UAE@XZ @17029 NONAME ??1H501_Role@@UAE@XZ @17030 NONAME ??1H501_RouteInformation@@UAE@XZ @17031 NONAME ??1H501_RouteInformation_messageType@@UAE@XZ @17032 NONAME ??1H501_SecurityMode@@UAE@XZ @17033 NONAME ??1H501_ServiceConfirmation@@UAE@XZ @17034 NONAME ??1H501_ServiceRejection@@UAE@XZ @17036 NONAME ??1H501_ServiceRejectionReason@@UAE@XZ @17037 NONAME ??1H501_ServiceRelease@@UAE@XZ @17038 NONAME ??1H501_ServiceReleaseReason@@UAE@XZ @17039 NONAME ??1H501_ServiceRequest@@UAE@XZ @17040 NONAME ??1H501_TerminationCause@@UAE@XZ @17041 NONAME ??1H501_TimeZone@@UAE@XZ @17042 NONAME ??1H501_UnknownMessageReason@@UAE@XZ @17043 NONAME ??1H501_UnknownMessageResponse@@UAE@XZ @17044 NONAME ??1H501_UpdateInformation@@UAE@XZ @17045 NONAME ??1H501_UpdateInformation_descriptorInfo@@UAE@XZ @17046 NONAME ??1H501_UpdateInformation_updateType@@UAE@XZ @17047 NONAME ??1H501_UsageCallStatus@@UAE@XZ @17048 NONAME ??1H501_UsageConfirmation@@UAE@XZ @17049 NONAME ??1H501_UsageField@@UAE@XZ @17050 NONAME ??1H501_UsageIndication@@UAE@XZ @17051 NONAME ??1H501_UsageIndicationConfirmation@@UAE@XZ @17052 NONAME ??1H501_UsageIndicationRejection@@UAE@XZ @17053 NONAME ??1H501_UsageIndicationRejectionReason@@UAE@XZ @17054 NONAME ??1H501_UsageRejection@@UAE@XZ @17055 NONAME ??1H501_UsageRejectReason@@UAE@XZ @17056 NONAME ??1H501_UsageRequest@@UAE@XZ @17057 NONAME ??1H501_UsageSpecification@@UAE@XZ @17058 NONAME ??1H501_UsageSpecification_when@@UAE@XZ @17059 NONAME ??1H501_UserInformation@@UAE@XZ @17060 NONAME ??1H501_ValidationConfirmation@@UAE@XZ @17061 NONAME ??1H501_ValidationRejection@@UAE@XZ @17062 NONAME ??1H501_ValidationRejectionReason@@UAE@XZ @17063 NONAME ??1H501_ValidationRequest@@UAE@XZ @17064 NONAME ??1HandleTimeout_PNotifier@H245Negotiator@@UAE@XZ @2196 NONAME ??1HandleTransactions_PNotifier@H323Transactor@@UAE@XZ @18160 NONAME ??1HIDPluginDeviceManager@@UAE@XZ @30127 NONAME ??1IntraP64Decoder@@UAE@XZ @2197 NONAME ??1LookupRecord@@QAE@XZ @30128 NONAME ??1MCS_ArrayOf_ChannelAttributes@@UAE@XZ @2245 NONAME ??1MCS_ArrayOf_ChannelId@@UAE@XZ @2246 NONAME ??1MCS_ArrayOf_TokenAttributes@@UAE@XZ @2247 NONAME ??1MCS_ArrayOf_TokenId@@UAE@XZ @2248 NONAME ??1MCS_ArrayOf_UserId@@UAE@XZ @2249 NONAME ??1MCS_AssignedChannelId@@UAE@XZ @2250 NONAME ??1MCS_AUcf@@UAE@XZ @2251 NONAME ??1MCS_AUrq@@UAE@XZ @2252 NONAME ??1MCS_CAin@@UAE@XZ @2253 NONAME ??1MCS_CArq@@UAE@XZ @2254 NONAME ??1MCS_CCcf@@UAE@XZ @2255 NONAME ??1MCS_CCrq@@UAE@XZ @2256 NONAME ??1MCS_CDin@@UAE@XZ @2257 NONAME ??1MCS_CDrq@@UAE@XZ @2258 NONAME ??1MCS_CEin@@UAE@XZ @2259 NONAME ??1MCS_CErq@@UAE@XZ @2260 NONAME ??1MCS_ChannelAttributes@@UAE@XZ @2261 NONAME ??1MCS_ChannelAttributes_assigned@@UAE@XZ @2262 NONAME ??1MCS_ChannelAttributes_private@@UAE@XZ @2263 NONAME ??1MCS_ChannelAttributes_static@@UAE@XZ @2264 NONAME ??1MCS_ChannelAttributes_userId@@UAE@XZ @2265 NONAME ??1MCS_ChannelId@@UAE@XZ @2266 NONAME ??1MCS_CJcf@@UAE@XZ @2267 NONAME ??1MCS_CJrq@@UAE@XZ @2268 NONAME ??1MCS_CLrq@@UAE@XZ @2269 NONAME ??1MCS_ConnectMCSPDU@@UAE@XZ @2270 NONAME ??1MCS_Connect_Additional@@UAE@XZ @2271 NONAME ??1MCS_Connect_Initial@@UAE@XZ @2272 NONAME ??1MCS_Connect_Response@@UAE@XZ @2273 NONAME ??1MCS_Connect_Result@@UAE@XZ @2274 NONAME ??1MCS_DataPriority@@UAE@XZ @2275 NONAME ??1MCS_Diagnostic@@UAE@XZ @2276 NONAME ??1MCS_DomainMCSPDU@@UAE@XZ @2277 NONAME ??1MCS_DomainParameters@@UAE@XZ @2278 NONAME ??1MCS_DPum@@UAE@XZ @2279 NONAME ??1MCS_DUin@@UAE@XZ @2280 NONAME ??1MCS_DUrq@@UAE@XZ @2281 NONAME ??1MCS_DynamicChannelId@@UAE@XZ @2282 NONAME ??1MCS_EDrq@@UAE@XZ @2283 NONAME ??1MCS_MCcf@@UAE@XZ @2284 NONAME ??1MCS_MCrq@@UAE@XZ @2285 NONAME ??1MCS_MTcf@@UAE@XZ @2286 NONAME ??1MCS_MTrq@@UAE@XZ @2287 NONAME ??1MCS_PCin@@UAE@XZ @2288 NONAME ??1MCS_PDin@@UAE@XZ @2289 NONAME ??1MCS_PrivateChannelId@@UAE@XZ @2290 NONAME ??1MCS_PTin@@UAE@XZ @2291 NONAME ??1MCS_Reason@@UAE@XZ @2292 NONAME ??1MCS_Result@@UAE@XZ @2293 NONAME ??1MCS_RJum@@UAE@XZ @2294 NONAME ??1MCS_SDin@@UAE@XZ @2295 NONAME ??1MCS_SDrq@@UAE@XZ @2296 NONAME ??1MCS_Segmentation@@UAE@XZ @2297 NONAME ??1MCS_StaticChannelId@@UAE@XZ @2298 NONAME ??1MCS_TGcf@@UAE@XZ @2299 NONAME ??1MCS_TGrq@@UAE@XZ @2300 NONAME ??1MCS_TIcf@@UAE@XZ @2301 NONAME ??1MCS_TIrq@@UAE@XZ @2302 NONAME ??1MCS_TokenAttributes@@UAE@XZ @2303 NONAME ??1MCS_TokenAttributes_given@@UAE@XZ @2304 NONAME ??1MCS_TokenAttributes_giving@@UAE@XZ @2305 NONAME ??1MCS_TokenAttributes_grabbed@@UAE@XZ @2306 NONAME ??1MCS_TokenAttributes_inhibited@@UAE@XZ @2307 NONAME ??1MCS_TokenAttributes_ungivable@@UAE@XZ @2308 NONAME ??1MCS_TokenId@@UAE@XZ @2309 NONAME ??1MCS_TokenStatus@@UAE@XZ @2310 NONAME ??1MCS_TPin@@UAE@XZ @2311 NONAME ??1MCS_TPrq@@UAE@XZ @2312 NONAME ??1MCS_TRcf@@UAE@XZ @2313 NONAME ??1MCS_TRrq@@UAE@XZ @2314 NONAME ??1MCS_TTcf@@UAE@XZ @2315 NONAME ??1MCS_TTrq@@UAE@XZ @2316 NONAME ??1MCS_TVcf@@UAE@XZ @2317 NONAME ??1MCS_TVin@@UAE@XZ @2318 NONAME ??1MCS_TVrq@@UAE@XZ @2319 NONAME ??1MCS_TVrs@@UAE@XZ @2320 NONAME ??1MCS_UserId@@UAE@XZ @2321 NONAME ??1MCS_USin@@UAE@XZ @2322 NONAME ??1MCS_USrq@@UAE@XZ @2323 NONAME ??1MonitorMain_PNotifier@H323Gatekeeper@@UAE@XZ @14199 NONAME ??1MonitorMain_PNotifier@H323GatekeeperServer@@UAE@XZ @13992 NONAME ??1MonitorMain_PNotifier@H323PeerElement@@UAE@XZ @17066 NONAME ??1Monitor_PNotifier@OpalUSBDevice@@UAE@XZ @30129 NONAME ??1MSIPAddress@PILSSession@@UAE@XZ @18663 NONAME ??1MXRecordList@PDNS@@UAE@XZ @30130 NONAME ??1OnCallIntrudeTimeOut_PNotifier@H45011Handler@@UAE@XZ @14321 NONAME ??1OnCallTransferTimeOut_PNotifier@H4502Handler@@UAE@XZ @13617 NONAME ??1OnLoadModule_PNotifier@PPluginModuleManager@@UAE@XZ @28636 NONAME ??1OnUserInputInBandDTMF_PNotifier@H323Connection@@UAE@XZ @13836 NONAME ??1OnUserInputInlineRFC2833_PNotifier@H323Connection@@UAE@XZ @13778 NONAME ??1OpalFactoryCodec@@UAE@XZ @29725 NONAME ??1OpalG711ALaw64kFormat@@UAE@XZ @28734 NONAME ??1OpalG711ALaw64k_Decoder@@UAE@XZ @29726 NONAME ??1OpalG711ALaw64k_Encoder@@UAE@XZ @29727 NONAME ??1OpalG711uLaw64kFormat@@UAE@XZ @28735 NONAME ??1OpalG711uLaw64k_Decoder@@UAE@XZ @29728 NONAME ??1OpalG711uLaw64k_Encoder@@UAE@XZ @29729 NONAME ??1OpalG7231A_5k3Format@@UAE@XZ @28736 NONAME ??1OpalG7231A_6k3Format@@UAE@XZ @28737 NONAME ??1OpalG7231_5k3Format@@UAE@XZ @28738 NONAME ??1OpalG7231_6k3Format@@UAE@XZ @28739 NONAME ??1OpalG728Format@@UAE@XZ @28740 NONAME ??1OpalG729ABFormat@@UAE@XZ @28741 NONAME ??1OpalG729AFormat@@UAE@XZ @28742 NONAME ??1OpalG729BFormat@@UAE@XZ @28743 NONAME ??1OpalG729Format@@UAE@XZ @28744 NONAME ??1OpalGloballyUniqueID@@UAE@XZ @9537 NONAME ??1OpalGSM0610Format@@UAE@XZ @28745 NONAME ??1OpalH261Format@@UAE@XZ @28746 NONAME ??1OpalIxJDevice@@UAE@XZ @2324 NONAME ??1OpalLineChannel@@UAE@XZ @2325 NONAME ??1OpalLineInterfaceDevice@@UAE@XZ @2326 NONAME ??1OpalMediaFormat@@UAE@XZ @9433 NONAME ??1OpalPCM16Format@@UAE@XZ @28747 NONAME ??1OpalPluginCodec@@UAE@XZ @29730 NONAME ??1OpalPluginMediaFormat@@UAE@XZ @28748 NONAME ??1OpalRFC2833@@UAE@XZ @13779 NONAME ??1OpalRFC2833Info@@UAE@XZ @13780 NONAME ??1OpalRtpToWavFile@@UAE@XZ @14230 NONAME ??1OpalT120Format@@UAE@XZ @28749 NONAME ??1OpalT120Protocol@@UAE@XZ @12611 NONAME ??1OpalT38Protocol@@UAE@XZ @12612 NONAME ??1OpalUSBDevice@@UAE@XZ @30131 NONAME ??1OpalUserInputRFC2833Format@@UAE@XZ @28750 NONAME ??1OpalVoipBlasterDevice@@UAE@XZ @13655 NONAME ??1OpalVXMLSession@@UAE@XZ @14502 NONAME ??1OpalWAVFile@@UAE@XZ @14301 NONAME ??1P64Decoder@@UAE@XZ @2328 NONAME ??1P64Encoder@@QAE@XZ @2329 NONAME ??1PAdaptiveDelay@@UAE@XZ @13656 NONAME ??1PASN_Array@@UAE@XZ @2334 NONAME ??1PASN_BitString@@UAE@XZ @2335 NONAME ??1PASN_BMPString@@UAE@XZ @2336 NONAME ??1PASN_Boolean@@UAE@XZ @2337 NONAME ??1PASN_ConstrainedObject@@UAE@XZ @2338 NONAME ??1PASN_ConstrainedString@@UAE@XZ @2339 NONAME ??1PASN_Enumeration@@UAE@XZ @2340 NONAME ??1PASN_GeneralisedTime@@UAE@XZ @10533 NONAME ??1PASN_GeneralString@@UAE@XZ @11406 NONAME ??1PASN_IA5String@@UAE@XZ @2341 NONAME ??1PASN_Integer@@UAE@XZ @2342 NONAME ??1PASN_Null@@UAE@XZ @10534 NONAME ??1PASN_NumericString@@UAE@XZ @2343 NONAME ??1PASN_Object@@UAE@XZ @2344 NONAME ??1PASN_ObjectId@@UAE@XZ @2345 NONAME ??1PASN_OctetString@@UAE@XZ @2346 NONAME ??1PASN_PrintableString@@UAE@XZ @2347 NONAME ??1PASN_Sequence@@UAE@XZ @2348 NONAME ??1PASN_Stream@@UAE@XZ @14036 NONAME ??1PASN_VisibleString@@UAE@XZ @30132 NONAME ??1PBER_Stream@@UAE@XZ @12613 NONAME ??1PDTMFDecoder@@UAE@XZ @13840 NONAME ??1PDTMFEncoder@@UAE@XZ @30133 NONAME ??1PILSSession@@UAE@XZ @18519 NONAME ??1PLDAPAttributeBase@@UAE@XZ @18520 NONAME ??1PLDAPAttr_c@RTPerson@PILSSession@@UAE@XZ @18521 NONAME ??1PLDAPAttr_cn@RTPerson@PILSSession@@UAE@XZ @18522 NONAME ??1PLDAPAttr_comment@RTPerson@PILSSession@@UAE@XZ @18523 NONAME ??1PLDAPAttr_givenName@RTPerson@PILSSession@@UAE@XZ @18524 NONAME ??1PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@UAE@XZ @18525 NONAME ??1PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@UAE@XZ @18526 NONAME ??1PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@UAE@XZ @18527 NONAME ??1PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@UAE@XZ @18528 NONAME ??1PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@UAE@XZ @18529 NONAME ??1PLDAPAttr_location@RTPerson@PILSSession@@UAE@XZ @18530 NONAME ??1PLDAPAttr_o@RTPerson@PILSSession@@UAE@XZ @18531 NONAME ??1PLDAPAttr_objectClass@RTPerson@PILSSession@@UAE@XZ @18532 NONAME ??1PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@UAE@XZ @18533 NONAME ??1PLDAPAttr_sappguid@RTPerson@PILSSession@@UAE@XZ @18534 NONAME ??1PLDAPAttr_sappid@RTPerson@PILSSession@@UAE@XZ @18535 NONAME ??1PLDAPAttr_sflags@RTPerson@PILSSession@@UAE@XZ @18536 NONAME ??1PLDAPAttr_sipAddress@RTPerson@PILSSession@@UAE@XZ @18537 NONAME ??1PLDAPAttr_smimetype@RTPerson@PILSSession@@UAE@XZ @18538 NONAME ??1PLDAPAttr_smodop@RTPerson@PILSSession@@UAE@XZ @18539 NONAME ??1PLDAPAttr_sport@RTPerson@PILSSession@@UAE@XZ @18540 NONAME ??1PLDAPAttr_sprotid@RTPerson@PILSSession@@UAE@XZ @18541 NONAME ??1PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@UAE@XZ @18542 NONAME ??1PLDAPAttr_ssecurity@RTPerson@PILSSession@@UAE@XZ @18543 NONAME ??1PLDAPAttr_sttl@RTPerson@PILSSession@@UAE@XZ @18544 NONAME ??1PLDAPAttr_surname@RTPerson@PILSSession@@UAE@XZ @18545 NONAME ??1PLDAPAttr_timestamp@RTPerson@PILSSession@@UAE@XZ @18546 NONAME ??1PLDAPStructBase@@UAE@XZ @18547 NONAME ??1PluginLoader@@UAE@XZ @30134 NONAME ??1PMessageDigest5@@UAE@XZ @13023 NONAME ??1PortInfo@H323EndPoint@@QAE@XZ @14744 NONAME ??1PPER_Stream@@UAE@XZ @2351 NONAME ??1Pre_Vid_Coder@@UAE@XZ @2354 NONAME ??1PURL@@UAE@XZ @18491 NONAME ??1PWAVFileConverterALaw@@UAE@XZ @30135 NONAME ??1PWAVFileConverterULaw@@UAE@XZ @30136 NONAME ??1Q931@@UAE@XZ @2367 NONAME ??1ReceivedPacket_PNotifier@OpalRFC2833@@UAE@XZ @13781 NONAME ??1ReceivedPacket_PNotifier@OpalRtpToWavFile@@UAE@XZ @14232 NONAME ??1ReceiverReport@RTP_Session@@UAE@XZ @8904 NONAME ??1ReceiveTimeout_PNotifier@OpalRFC2833@@UAE@XZ @13782 NONAME ??1Request@H323Transactor@@UAE@XZ @18161 NONAME ??1Response@H323Transactor@@UAE@XZ @18162 NONAME ??1RTPerson@PILSSession@@UAE@XZ @18548 NONAME ??1RTP_ControlFrame@@UAE@XZ @2369 NONAME ??1RTP_DataFrame@@UAE@XZ @2370 NONAME ??1RTP_JitterBuffer@@UAE@XZ @2371 NONAME ??1RTP_QOS@@UAE@XZ @18888 NONAME ??1RTP_Session@@UAE@XZ @2372 NONAME ??1RTP_SessionManager@@UAE@XZ @2373 NONAME ??1RTP_UDP@@UAE@XZ @2374 NONAME ??1SenderReport@RTP_Session@@UAE@XZ @8905 NONAME ??1SlowHandler_PNotifier@H323Transaction@@UAE@XZ @18360 NONAME ??1SoundTones@OpalUSBDevice@@UAE@XZ @30137 NONAME ??1SourceDescription@RTP_Session@@UAE@XZ @8906 NONAME ??1SRVRecordList@PDNS@@UAE@XZ @30138 NONAME ??1StatusHandler_PNotifier@OpalVoipBlasterDevice@@UAE@XZ @13657 NONAME ??1StringMap@H323GatekeeperServer@@UAE@XZ @15098 NONAME ??1T120ConnectPDU@@UAE@XZ @13852 NONAME ??1T120_X224@@UAE@XZ @13853 NONAME ??1T38_ArrayOf_PASN_OctetString@@UAE@XZ @12614 NONAME ??1T38_Data_Field@@UAE@XZ @12615 NONAME ??1T38_Data_Field_subtype@@UAE@XZ @12616 NONAME ??1T38_Data_Field_subtype_field_type@@UAE@XZ @12617 NONAME ??1T38_IFPPacket@@UAE@XZ @12618 NONAME ??1T38_PreCorrigendum_Data_Field@@UAE@XZ @15116 NONAME ??1T38_PreCorrigendum_Data_Field_subtype@@UAE@XZ @15117 NONAME ??1T38_PreCorrigendum_Data_Field_subtype_field_type@@UAE@XZ @15118 NONAME ??1T38_PreCorrigendum_IFPPacket@@UAE@XZ @15119 NONAME ??1T38_Type_of_msg@@UAE@XZ @12619 NONAME ??1T38_Type_of_msg_data@@UAE@XZ @12620 NONAME ??1T38_Type_of_msg_t30_indicator@@UAE@XZ @12621 NONAME ??1T38_UDPTLPacket@@UAE@XZ @12622 NONAME ??1T38_UDPTLPacket_error_recovery@@UAE@XZ @12623 NONAME ??1T38_UDPTLPacket_error_recovery_fec_info@@UAE@XZ @12624 NONAME ??1T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@UAE@XZ @12625 NONAME ??1T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@UAE@XZ @12626 NONAME ??1T38_UDPTLPacket_primary_ifp_packet@@UAE@XZ @12627 NONAME ??1TickleMonitor_PNotifier@H323Gatekeeper@@UAE@XZ @14200 NONAME ??1TonePlay_PNotifier@OpalUSBDevice@@UAE@XZ @30139 NONAME ??1TransmitEnded_PNotifier@OpalRFC2833@@UAE@XZ @13783 NONAME ??1TransmitPacket_PNotifier@OpalRFC2833@@UAE@XZ @13784 NONAME ??1Transmitter@@UAE@XZ @2375 NONAME ??1UpdateAllDescriptors_PNotifier@H323PeerElement@@UAE@XZ @18239 NONAME ??1VideoFrame@@QAE@XZ @9371 NONAME ??1VoipBlasterInterface@@UAE@XZ @13658 NONAME ??1Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@UAE@XZ @29731 NONAME ??1Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@UAE@XZ @29732 NONAME ??1Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@UAE@XZ @29733 NONAME ??1Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@UAE@XZ @29734 NONAME ??1Worker@OpalPluginCodecFactory@@UAE@XZ @29735 NONAME ??1WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@MAE@XZ @30140 NONAME ??1WorkerBase@?$PFactory@VH323Capability@@VPString@@@@MAE@XZ @29272 NONAME ??1WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@MAE@XZ @29736 NONAME ??1WorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@MAE@XZ @30141 NONAME ??1WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@MAE@XZ @29273 NONAME ??1WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@MAE@XZ @29274 NONAME ??1WorkerBase@?$PFactory@VPWAVFileConverter@@I@@MAE@XZ @29636 NONAME ??1X224@@UAE@XZ @2377 NONAME ??1X880_Code@@UAE@XZ @9801 NONAME ??1X880_GeneralProblem@@UAE@XZ @9802 NONAME ??1X880_Invoke@@UAE@XZ @9803 NONAME ??1X880_InvokeId@@UAE@XZ @9804 NONAME ??1X880_InvokeProblem@@UAE@XZ @9805 NONAME ??1X880_Reject@@UAE@XZ @9806 NONAME ??1X880_RejectProblem@@UAE@XZ @9807 NONAME ??1X880_Reject_problem@@UAE@XZ @9808 NONAME ??1X880_ReturnError@@UAE@XZ @9809 NONAME ??1X880_ReturnErrorProblem@@UAE@XZ @9810 NONAME ??1X880_ReturnResult@@UAE@XZ @9811 NONAME ??1X880_ReturnResultProblem@@UAE@XZ @9812 NONAME ??1X880_ReturnResult_result@@UAE@XZ @9813 NONAME ??1X880_ROS@@UAE@XZ @9814 NONAME ??4?$PList@VH235Authenticator@@@@QAEAAV0@ABV0@@Z @14768 NONAME ??4GCC_ChannelID@@QAEAAV0@H@Z @2380 NONAME ??4GCC_ChannelID@@QAEAAV0@I@Z @2381 NONAME ??4GCC_ChannelType@@QAEAAV0@I@Z @2382 NONAME ??4GCC_ConferenceAddResponse_result@@QAEAAV0@I@Z @2383 NONAME ??4GCC_ConferenceCreateResponse_result@@QAEAAV0@I@Z @2384 NONAME ??4GCC_ConferenceEjectUserIndication_reason@@QAEAAV0@I@Z @2385 NONAME ??4GCC_ConferenceEjectUserRequest_reason@@QAEAAV0@I@Z @2386 NONAME ??4GCC_ConferenceEjectUserResponse_result@@QAEAAV0@I@Z @2387 NONAME ??4GCC_ConferenceInviteResponse_result@@QAEAAV0@I@Z @2388 NONAME ??4GCC_ConferenceJoinResponse_result@@QAEAAV0@I@Z @2389 NONAME ??4GCC_ConferenceLockResponse_result@@QAEAAV0@I@Z @2390 NONAME ??4GCC_ConferenceNameModifier@@QAEAAV0@ABVPString@@@Z @2391 NONAME ??4GCC_ConferenceNameModifier@@QAEAAV0@PBD@Z @2392 NONAME ??4GCC_ConferenceQueryResponse_result@@QAEAAV0@I@Z @2393 NONAME ??4GCC_ConferenceTerminateIndication_reason@@QAEAAV0@I@Z @2394 NONAME ??4GCC_ConferenceTerminateRequest_reason@@QAEAAV0@I@Z @2395 NONAME ??4GCC_ConferenceTerminateResponse_result@@QAEAAV0@I@Z @2396 NONAME ??4GCC_ConferenceTransferResponse_result@@QAEAAV0@I@Z @2397 NONAME ??4GCC_ConferenceUnlockResponse_result@@QAEAAV0@I@Z @2398 NONAME ??4GCC_DialingString@@QAEAAV0@ABVPString@@@Z @2399 NONAME ??4GCC_DialingString@@QAEAAV0@PBD@Z @2400 NONAME ??4GCC_DynamicChannelID@@QAEAAV0@H@Z @2401 NONAME ??4GCC_DynamicChannelID@@QAEAAV0@I@Z @2402 NONAME ??4GCC_DynamicTokenID@@QAEAAV0@H@Z @2403 NONAME ??4GCC_DynamicTokenID@@QAEAAV0@I@Z @2404 NONAME ??4GCC_EntityID@@QAEAAV0@H@Z @2405 NONAME ??4GCC_EntityID@@QAEAAV0@I@Z @2406 NONAME ??4GCC_ExtraDialingString@@QAEAAV0@ABV?$PScalarArray@G@@@Z @18709 NONAME ??4GCC_ExtraDialingString@@QAEAAV0@ABVPASN_BMPString@@@Z @12999 NONAME ??4GCC_ExtraDialingString@@QAEAAV0@ABVPString@@@Z @2407 NONAME ??4GCC_ExtraDialingString@@QAEAAV0@PBD@Z @2408 NONAME ??4GCC_H221NonStandardIdentifier@@QAEAAV0@ABVPBYTEArray@@@Z @2409 NONAME ??4GCC_H221NonStandardIdentifier@@QAEAAV0@ABVPString@@@Z @2410 NONAME ??4GCC_H221NonStandardIdentifier@@QAEAAV0@PBD@Z @2411 NONAME ??4GCC_Handle@@QAEAAV0@H@Z @2412 NONAME ??4GCC_Handle@@QAEAAV0@I@Z @2413 NONAME ??4GCC_NodeType@@QAEAAV0@I@Z @2414 NONAME ??4GCC_Privilege@@QAEAAV0@I@Z @2415 NONAME ??4GCC_RegistryAllocateHandleResponse_result@@QAEAAV0@I@Z @2416 NONAME ??4GCC_RegistryModificationRights@@QAEAAV0@I@Z @2417 NONAME ??4GCC_RegistryResponse_primitiveType@@QAEAAV0@I@Z @2418 NONAME ??4GCC_RegistryResponse_result@@QAEAAV0@I@Z @2419 NONAME ??4GCC_SimpleNumericString@@QAEAAV0@ABVPString@@@Z @2420 NONAME ??4GCC_SimpleNumericString@@QAEAAV0@PBD@Z @2421 NONAME ??4GCC_SimpleTextString@@QAEAAV0@ABV?$PScalarArray@G@@@Z @18710 NONAME ??4GCC_SimpleTextString@@QAEAAV0@ABVPASN_BMPString@@@Z @13000 NONAME ??4GCC_SimpleTextString@@QAEAAV0@ABVPString@@@Z @2422 NONAME ??4GCC_SimpleTextString@@QAEAAV0@PBD@Z @2423 NONAME ??4GCC_StaticChannelID@@QAEAAV0@H@Z @2424 NONAME ??4GCC_StaticChannelID@@QAEAAV0@I@Z @2425 NONAME ??4GCC_StaticTokenID@@QAEAAV0@H@Z @2426 NONAME ??4GCC_StaticTokenID@@QAEAAV0@I@Z @2427 NONAME ??4GCC_SubAddressString@@QAEAAV0@ABVPString@@@Z @2428 NONAME ??4GCC_SubAddressString@@QAEAAV0@PBD@Z @2429 NONAME ??4GCC_TerminationMethod@@QAEAAV0@I@Z @2430 NONAME ??4GCC_TextString@@QAEAAV0@ABV?$PScalarArray@G@@@Z @18711 NONAME ??4GCC_TextString@@QAEAAV0@ABVPASN_BMPString@@@Z @13001 NONAME ??4GCC_TextString@@QAEAAV0@ABVPString@@@Z @2431 NONAME ??4GCC_TextString@@QAEAAV0@PBD@Z @2432 NONAME ??4GCC_Time@@QAEAAV0@H@Z @2433 NONAME ??4GCC_Time@@QAEAAV0@I@Z @2434 NONAME ??4GCC_TokenID@@QAEAAV0@H@Z @2435 NONAME ??4GCC_TokenID@@QAEAAV0@I@Z @2436 NONAME ??4GCC_UserID@@QAEAAV0@H@Z @2437 NONAME ??4GCC_UserID@@QAEAAV0@I@Z @2438 NONAME ??4H225_BandWidth@@QAEAAV0@H@Z @2439 NONAME ??4H225_BandWidth@@QAEAAV0@I@Z @2440 NONAME ??4H225_CallLinkage@@QAEAAV0@ABV0@@Z @13271 NONAME ??4H225_CallReferenceValue@@QAEAAV0@H@Z @2441 NONAME ??4H225_CallReferenceValue@@QAEAAV0@I@Z @2442 NONAME ??4H225_ConferenceIdentifier@@QAEAAV0@ABVPBYTEArray@@@Z @2443 NONAME ??4H225_ConferenceIdentifier@@QAEAAV0@ABVPString@@@Z @2444 NONAME ??4H225_ConferenceIdentifier@@QAEAAV0@PBD@Z @2445 NONAME ??4H225_EndpointIdentifier@@QAEAAV0@ABV?$PScalarArray@G@@@Z @18712 NONAME ??4H225_EndpointIdentifier@@QAEAAV0@ABVPASN_BMPString@@@Z @13002 NONAME ??4H225_EndpointIdentifier@@QAEAAV0@ABVPString@@@Z @2446 NONAME ??4H225_EndpointIdentifier@@QAEAAV0@PBD@Z @2447 NONAME ??4H225_EndpointType@@QAEAAV0@ABV0@@Z @18690 NONAME ??4H225_FeatureSet@@QAEAAV0@ABV0@@Z @17786 NONAME ??4H225_GatekeeperIdentifier@@QAEAAV0@ABV?$PScalarArray@G@@@Z @18713 NONAME ??4H225_GatekeeperIdentifier@@QAEAAV0@ABVPASN_BMPString@@@Z @13003 NONAME ??4H225_GatekeeperIdentifier@@QAEAAV0@ABVPString@@@Z @2448 NONAME ??4H225_GatekeeperIdentifier@@QAEAAV0@PBD@Z @2449 NONAME ??4H225_GatewayInfo@@QAEAAV0@ABV0@@Z @18691 NONAME ??4H225_GloballyUniqueID@@QAEAAV0@ABVPBYTEArray@@@Z @2450 NONAME ??4H225_GloballyUniqueID@@QAEAAV0@ABVPString@@@Z @2451 NONAME ??4H225_GloballyUniqueID@@QAEAAV0@PBD@Z @2452 NONAME ??4H225_H221NonStandard@@QAEAAV0@ABV0@@Z @18692 NONAME ??4H225_H248PackagesDescriptor@@QAEAAV0@ABVPBYTEArray@@@Z @11407 NONAME ??4H225_H248PackagesDescriptor@@QAEAAV0@ABVPString@@@Z @11408 NONAME ??4H225_H248PackagesDescriptor@@QAEAAV0@PBD@Z @11409 NONAME ??4H225_H248SignalsDescriptor@@QAEAAV0@ABVPBYTEArray@@@Z @11410 NONAME ??4H225_H248SignalsDescriptor@@QAEAAV0@ABVPString@@@Z @11411 NONAME ??4H225_H248SignalsDescriptor@@QAEAAV0@PBD@Z @11412 NONAME ??4H225_H323_UU_PDU@@QAEAAV0@ABV0@@Z @13272 NONAME ??4H225_H323_UU_PDU_tunnelledSignallingMessage@@QAEAAV0@ABV0@@Z @13273 NONAME ??4H225_ICV@@QAEAAV0@ABV0@@Z @17787 NONAME ??4H225_McuInfo@@QAEAAV0@ABV0@@Z @18693 NONAME ??4H225_NonStandardParameter@@QAEAAV0@ABV0@@Z @13274 NONAME ??4H225_NumberDigits@@QAEAAV0@ABVPString@@@Z @2453 NONAME ??4H225_NumberDigits@@QAEAAV0@PBD@Z @2454 NONAME ??4H225_RequestSeqNum@@QAEAAV0@H@Z @2455 NONAME ??4H225_RequestSeqNum@@QAEAAV0@I@Z @2456 NONAME ??4H225_ScreeningIndicator@@QAEAAV0@I@Z @11413 NONAME ??4H225_StimulusControl@@QAEAAV0@ABV0@@Z @13275 NONAME ??4H225_TBCD_STRING@@QAEAAV0@ABVPString@@@Z @11414 NONAME ??4H225_TBCD_STRING@@QAEAAV0@PBD@Z @11415 NONAME ??4H225_TimeToLive@@QAEAAV0@H@Z @2457 NONAME ??4H225_TimeToLive@@QAEAAV0@I@Z @2458 NONAME ??4H225_TunnelledProtocol@@QAEAAV0@ABV0@@Z @13276 NONAME ??4H225_VendorIdentifier@@QAEAAV0@ABV0@@Z @18694 NONAME ??4H235_ChallengeString@@QAEAAV0@ABVPBYTEArray@@@Z @2460 NONAME ??4H235_ChallengeString@@QAEAAV0@ABVPString@@@Z @2461 NONAME ??4H235_ChallengeString@@QAEAAV0@PBD@Z @2462 NONAME ??4H235_ClearToken@@QAEAAV0@ABV0@@Z @16768 NONAME ??4H235_DHset@@QAEAAV0@ABV0@@Z @16769 NONAME ??4H235_Identifier@@QAEAAV0@ABV?$PScalarArray@G@@@Z @18714 NONAME ??4H235_Identifier@@QAEAAV0@ABVPASN_BMPString@@@Z @13004 NONAME ??4H235_Identifier@@QAEAAV0@ABVPString@@@Z @2463 NONAME ??4H235_Identifier@@QAEAAV0@PBD@Z @2464 NONAME ??4H235_IV16@@QAEAAV0@ABVPBYTEArray@@@Z @12963 NONAME ??4H235_IV16@@QAEAAV0@ABVPString@@@Z @12964 NONAME ??4H235_IV16@@QAEAAV0@PBD@Z @12965 NONAME ??4H235_IV8@@QAEAAV0@ABVPBYTEArray@@@Z @2465 NONAME ??4H235_IV8@@QAEAAV0@ABVPString@@@Z @2466 NONAME ??4H235_IV8@@QAEAAV0@PBD@Z @2467 NONAME ??4H235_NonStandardParameter@@QAEAAV0@ABV0@@Z @16770 NONAME ??4H235_Password@@QAEAAV0@ABV?$PScalarArray@G@@@Z @18715 NONAME ??4H235_Password@@QAEAAV0@ABVPASN_BMPString@@@Z @13005 NONAME ??4H235_Password@@QAEAAV0@ABVPString@@@Z @2468 NONAME ??4H235_Password@@QAEAAV0@PBD@Z @2469 NONAME ??4H235_RandomVal@@QAEAAV0@H@Z @2470 NONAME ??4H235_RandomVal@@QAEAAV0@I@Z @2471 NONAME ??4H235_TimeStamp@@QAEAAV0@H@Z @2472 NONAME ??4H235_TimeStamp@@QAEAAV0@I@Z @2473 NONAME ??4H235_TypedCertificate@@QAEAAV0@ABV0@@Z @16771 NONAME ??4H245_CapabilityDescriptorNumber@@QAEAAV0@H@Z @2474 NONAME ??4H245_CapabilityDescriptorNumber@@QAEAAV0@I@Z @2475 NONAME ??4H245_CapabilityTableEntryNumber@@QAEAAV0@H@Z @2476 NONAME ??4H245_CapabilityTableEntryNumber@@QAEAAV0@I@Z @2477 NONAME ??4H245_ConferenceID@@QAEAAV0@ABVPBYTEArray@@@Z @2478 NONAME ??4H245_ConferenceID@@QAEAAV0@ABVPString@@@Z @2479 NONAME ??4H245_ConferenceID@@QAEAAV0@PBD@Z @2480 NONAME ??4H245_IV16@@QAEAAV0@ABVPBYTEArray@@@Z @30142 NONAME ??4H245_IV16@@QAEAAV0@ABVPString@@@Z @30143 NONAME ??4H245_IV16@@QAEAAV0@PBD@Z @30144 NONAME ??4H245_IV8@@QAEAAV0@ABVPBYTEArray@@@Z @30145 NONAME ??4H245_IV8@@QAEAAV0@ABVPString@@@Z @30146 NONAME ??4H245_IV8@@QAEAAV0@PBD@Z @30147 NONAME ??4H245_LogicalChannelNumber@@QAEAAV0@H@Z @2481 NONAME ??4H245_LogicalChannelNumber@@QAEAAV0@I@Z @2482 NONAME ??4H245_MaximumBitRate@@QAEAAV0@H@Z @11416 NONAME ??4H245_MaximumBitRate@@QAEAAV0@I@Z @11417 NONAME ??4H245_MaxRedundancy@@QAEAAV0@H@Z @30148 NONAME ??4H245_MaxRedundancy@@QAEAAV0@I@Z @30149 NONAME ??4H245_McuNumber@@QAEAAV0@H@Z @2483 NONAME ??4H245_McuNumber@@QAEAAV0@I@Z @2484 NONAME ??4H245_MultiplexTableEntryNumber@@QAEAAV0@H@Z @2485 NONAME ??4H245_MultiplexTableEntryNumber@@QAEAAV0@I@Z @2486 NONAME ??4H245_Password@@QAEAAV0@ABVPBYTEArray@@@Z @2487 NONAME ??4H245_Password@@QAEAAV0@ABVPString@@@Z @2488 NONAME ??4H245_Password@@QAEAAV0@PBD@Z @2489 NONAME ??4H245_SequenceNumber@@QAEAAV0@H@Z @2490 NONAME ??4H245_SequenceNumber@@QAEAAV0@I@Z @2491 NONAME ??4H245_TerminalID@@QAEAAV0@ABVPBYTEArray@@@Z @2492 NONAME ??4H245_TerminalID@@QAEAAV0@ABVPString@@@Z @2493 NONAME ??4H245_TerminalID@@QAEAAV0@PBD@Z @2494 NONAME ??4H245_TerminalNumber@@QAEAAV0@H@Z @2495 NONAME ??4H245_TerminalNumber@@QAEAAV0@I@Z @2496 NONAME ??4H248_AuthData@@QAEAAV0@ABVPBYTEArray@@@Z @15548 NONAME ??4H248_AuthData@@QAEAAV0@ABVPString@@@Z @15549 NONAME ??4H248_AuthData@@QAEAAV0@PBD@Z @15550 NONAME ??4H248_ContextID@@QAEAAV0@H@Z @15551 NONAME ??4H248_ContextID@@QAEAAV0@I@Z @15552 NONAME ??4H248_DigitMapName@@QAEAAV0@ABVPBYTEArray@@@Z @15553 NONAME ??4H248_DigitMapName@@QAEAAV0@ABVPString@@@Z @15554 NONAME ??4H248_DigitMapName@@QAEAAV0@PBD@Z @15555 NONAME ??4H248_ErrorCode@@QAEAAV0@H@Z @15556 NONAME ??4H248_ErrorCode@@QAEAAV0@I@Z @15557 NONAME ??4H248_ErrorText@@QAEAAV0@ABVPString@@@Z @15558 NONAME ??4H248_ErrorText@@QAEAAV0@PBD@Z @15559 NONAME ??4H248_EventBufferControl@@QAEAAV0@I@Z @15560 NONAME ??4H248_EventName@@QAEAAV0@ABVPBYTEArray@@@Z @15561 NONAME ??4H248_EventName@@QAEAAV0@ABVPString@@@Z @15562 NONAME ??4H248_EventName@@QAEAAV0@PBD@Z @15563 NONAME ??4H248_ModemType@@QAEAAV0@I@Z @15564 NONAME ??4H248_MuxType@@QAEAAV0@I@Z @15565 NONAME ??4H248_Name@@QAEAAV0@ABVPBYTEArray@@@Z @15566 NONAME ??4H248_Name@@QAEAAV0@ABVPString@@@Z @15567 NONAME ??4H248_Name@@QAEAAV0@PBD@Z @15568 NONAME ??4H248_PathName@@QAEAAV0@ABVPString@@@Z @15569 NONAME ??4H248_PathName@@QAEAAV0@PBD@Z @15570 NONAME ??4H248_PkgdName@@QAEAAV0@ABVPBYTEArray@@@Z @15571 NONAME ??4H248_PkgdName@@QAEAAV0@ABVPString@@@Z @15572 NONAME ??4H248_PkgdName@@QAEAAV0@PBD@Z @15573 NONAME ??4H248_Relation@@QAEAAV0@I@Z @15574 NONAME ??4H248_RequestID@@QAEAAV0@H@Z @15575 NONAME ??4H248_RequestID@@QAEAAV0@I@Z @15576 NONAME ??4H248_SecurityParmIndex@@QAEAAV0@ABVPBYTEArray@@@Z @15577 NONAME ??4H248_SecurityParmIndex@@QAEAAV0@ABVPString@@@Z @15578 NONAME ??4H248_SecurityParmIndex@@QAEAAV0@PBD@Z @15579 NONAME ??4H248_SequenceNum@@QAEAAV0@ABVPBYTEArray@@@Z @15580 NONAME ??4H248_SequenceNum@@QAEAAV0@ABVPString@@@Z @15581 NONAME ??4H248_SequenceNum@@QAEAAV0@PBD@Z @15582 NONAME ??4H248_ServiceChangeMethod@@QAEAAV0@I@Z @15583 NONAME ??4H248_ServiceState@@QAEAAV0@I@Z @15584 NONAME ??4H248_SignalName@@QAEAAV0@ABVPBYTEArray@@@Z @15585 NONAME ??4H248_SignalName@@QAEAAV0@ABVPString@@@Z @15586 NONAME ??4H248_SignalName@@QAEAAV0@PBD@Z @15587 NONAME ??4H248_SignalType@@QAEAAV0@I@Z @15588 NONAME ??4H248_StreamID@@QAEAAV0@H@Z @15589 NONAME ??4H248_StreamID@@QAEAAV0@I@Z @15590 NONAME ??4H248_StreamMode@@QAEAAV0@I@Z @15591 NONAME ??4H248_TopologyRequest_topologyDirection@@QAEAAV0@I@Z @15592 NONAME ??4H248_TransactionId@@QAEAAV0@H@Z @15593 NONAME ??4H248_TransactionId@@QAEAAV0@I@Z @15594 NONAME ??4H248_WildcardField@@QAEAAV0@ABVPBYTEArray@@@Z @15595 NONAME ??4H248_WildcardField@@QAEAAV0@ABVPString@@@Z @15596 NONAME ??4H248_WildcardField@@QAEAAV0@PBD@Z @15597 NONAME ??4H323Capabilities@@QAEAAV0@ABV0@@Z @9020 NONAME ??4H323TransactionPDU@@QAEAAV0@ABV0@@Z @18015 NONAME ??4H45010_H323CallOfferOperations@@QAEAAV0@I@Z @10536 NONAME ??4H45011_CallIntrusionErrors@@QAEAAV0@I@Z @10537 NONAME ??4H45011_CICapabilityLevel@@QAEAAV0@H@Z @10538 NONAME ??4H45011_CICapabilityLevel@@QAEAAV0@I@Z @10539 NONAME ??4H45011_CIProtectionLevel@@QAEAAV0@H@Z @10540 NONAME ??4H45011_CIProtectionLevel@@QAEAAV0@I@Z @10541 NONAME ??4H45011_H323CallIntrusionOperations@@QAEAAV0@I@Z @10542 NONAME ??4H4501_GeneralErrorList@@QAEAAV0@I@Z @9815 NONAME ??4H4501_H225InformationElement@@QAEAAV0@ABVPBYTEArray@@@Z @9816 NONAME ??4H4501_H225InformationElement@@QAEAAV0@ABVPString@@@Z @9817 NONAME ??4H4501_H225InformationElement@@QAEAAV0@PBD@Z @9818 NONAME ??4H4501_InvokeIDs@@QAEAAV0@H@Z @9819 NONAME ??4H4501_InvokeIDs@@QAEAAV0@I@Z @9820 NONAME ??4H4501_InvokeIdSet@@QAEAAV0@H@Z @9821 NONAME ??4H4501_InvokeIdSet@@QAEAAV0@I@Z @9822 NONAME ??4H4501_NSAPSubaddress@@QAEAAV0@ABVPBYTEArray@@@Z @9823 NONAME ??4H4501_NSAPSubaddress@@QAEAAV0@ABVPString@@@Z @9824 NONAME ??4H4501_NSAPSubaddress@@QAEAAV0@PBD@Z @9825 NONAME ??4H4501_PresentationAllowedIndicator@@QAEAAV0@H@Z @9826 NONAME ??4H4501_ScreeningIndicator@@QAEAAV0@I@Z @9827 NONAME ??4H4501_SubaddressInformation@@QAEAAV0@ABVPBYTEArray@@@Z @9828 NONAME ??4H4501_SubaddressInformation@@QAEAAV0@ABVPString@@@Z @9829 NONAME ??4H4501_SubaddressInformation@@QAEAAV0@PBD@Z @9830 NONAME ??4H4502_CallIdentity@@QAEAAV0@ABVPString@@@Z @9831 NONAME ??4H4502_CallIdentity@@QAEAAV0@PBD@Z @9832 NONAME ??4H4502_CallStatus@@QAEAAV0@I@Z @9833 NONAME ??4H4502_CallTransferErrors@@QAEAAV0@I@Z @9834 NONAME ??4H4502_CallTransferOperation@@QAEAAV0@I@Z @9835 NONAME ??4H4502_EndDesignation@@QAEAAV0@I@Z @9836 NONAME ??4H4503_BasicService@@QAEAAV0@I@Z @10299 NONAME ??4H4503_CallDiversionErrors@@QAEAAV0@I@Z @10300 NONAME ??4H4503_DiversionReason@@QAEAAV0@I@Z @10301 NONAME ??4H4503_H323CallDiversionOperations@@QAEAAV0@I@Z @10302 NONAME ??4H4503_Procedure@@QAEAAV0@I@Z @10303 NONAME ??4H4503_SubscriptionOption@@QAEAAV0@I@Z @10304 NONAME ??4H4504_CallHoldOperation@@QAEAAV0@I@Z @10212 NONAME ??4H4505_CallParkPickupOperations@@QAEAAV0@I@Z @10543 NONAME ??4H4505_CallPickupErrors@@QAEAAV0@I@Z @10544 NONAME ??4H4505_CallType@@QAEAAV0@I@Z @10545 NONAME ??4H4505_ParkCondition@@QAEAAV0@I@Z @10546 NONAME ??4H4505_ParkedToPosition@@QAEAAV0@H@Z @10547 NONAME ??4H4505_ParkedToPosition@@QAEAAV0@I@Z @10548 NONAME ??4H4506_CallWaitingOperations@@QAEAAV0@I@Z @10549 NONAME ??4H4507_BasicService@@QAEAAV0@I@Z @10550 NONAME ??4H4507_H323_MWI_Operations@@QAEAAV0@I@Z @10551 NONAME ??4H4507_MessageWaitingIndicationErrors@@QAEAAV0@I@Z @10552 NONAME ??4H4507_NbOfMessages@@QAEAAV0@H@Z @10553 NONAME ??4H4507_NbOfMessages@@QAEAAV0@I@Z @10554 NONAME ??4H4508_ExtendedName@@QAEAAV0@ABV?$PScalarArray@G@@@Z @18716 NONAME ??4H4508_ExtendedName@@QAEAAV0@ABVPASN_BMPString@@@Z @13006 NONAME ??4H4508_ExtendedName@@QAEAAV0@ABVPString@@@Z @10555 NONAME ??4H4508_ExtendedName@@QAEAAV0@PBD@Z @10556 NONAME ??4H4508_NameOperations@@QAEAAV0@I@Z @10557 NONAME ??4H4508_SimpleName@@QAEAAV0@ABVPBYTEArray@@@Z @10558 NONAME ??4H4508_SimpleName@@QAEAAV0@ABVPString@@@Z @10559 NONAME ??4H4508_SimpleName@@QAEAAV0@PBD@Z @10560 NONAME ??4H4509_CallCompletionErrors@@QAEAAV0@I@Z @10561 NONAME ??4H4509_H323CallCompletionOperations@@QAEAAV0@I@Z @10562 NONAME ??4H501_ApplicationMessage@@QAEAAV0@ABVPBYTEArray@@@Z @17070 NONAME ??4H501_ApplicationMessage@@QAEAAV0@ABVPString@@@Z @17071 NONAME ??4H501_ApplicationMessage@@QAEAAV0@PBD@Z @17072 NONAME ??4H501_ElementIdentifier@@QAEAAV0@ABV?$PScalarArray@G@@@Z @18717 NONAME ??4H501_ElementIdentifier@@QAEAAV0@ABVPASN_BMPString@@@Z @17073 NONAME ??4H501_ElementIdentifier@@QAEAAV0@ABVPString@@@Z @17074 NONAME ??4H501_ElementIdentifier@@QAEAAV0@PBD@Z @17076 NONAME ??4H501_GlobalTimeStamp@@QAEAAV0@ABVPString@@@Z @17077 NONAME ??4H501_GlobalTimeStamp@@QAEAAV0@PBD@Z @17078 NONAME ??4H501_Message@@QAEAAV0@ABV0@@Z @18016 NONAME ??4H501_MessageCommonInfo@@QAEAAV0@ABV0@@Z @17788 NONAME ??4H501_TimeZone@@QAEAAV0@H@Z @17079 NONAME ??4H501_TimeZone@@QAEAAV0@I@Z @17080 NONAME ??4MCS_AssignedChannelId@@QAEAAV0@H@Z @2524 NONAME ??4MCS_AssignedChannelId@@QAEAAV0@I@Z @2525 NONAME ??4MCS_ChannelId@@QAEAAV0@H@Z @2526 NONAME ??4MCS_ChannelId@@QAEAAV0@I@Z @2527 NONAME ??4MCS_DataPriority@@QAEAAV0@I@Z @2528 NONAME ??4MCS_Diagnostic@@QAEAAV0@I@Z @2529 NONAME ??4MCS_DynamicChannelId@@QAEAAV0@H@Z @2530 NONAME ??4MCS_DynamicChannelId@@QAEAAV0@I@Z @2531 NONAME ??4MCS_PrivateChannelId@@QAEAAV0@H@Z @2532 NONAME ??4MCS_PrivateChannelId@@QAEAAV0@I@Z @2533 NONAME ??4MCS_Reason@@QAEAAV0@I@Z @2534 NONAME ??4MCS_Result@@QAEAAV0@I@Z @2535 NONAME ??4MCS_StaticChannelId@@QAEAAV0@H@Z @2536 NONAME ??4MCS_StaticChannelId@@QAEAAV0@I@Z @2537 NONAME ??4MCS_TokenId@@QAEAAV0@H@Z @2538 NONAME ??4MCS_TokenId@@QAEAAV0@I@Z @2539 NONAME ??4MCS_TokenStatus@@QAEAAV0@I@Z @2540 NONAME ??4MCS_UserId@@QAEAAV0@H@Z @2541 NONAME ??4MCS_UserId@@QAEAAV0@I@Z @2542 NONAME ??4OpalMediaFormat@@QAEAAV0@ABV0@@Z @9434 NONAME ??4PASN_BMPString@@QAEAAV0@ABVPString@@@Z @15083 NONAME ??4PASN_ConstrainedObject@@QAEAAV0@ABV0@@Z @2544 NONAME ??4PASN_ConstrainedString@@QAEAAV0@ABV0@@Z @13277 NONAME ??4PPER_Stream@@QAEAAV0@ABV0@@Z @18017 NONAME ??4Q931@@QAEAAV0@ABV0@@Z @2548 NONAME ??4RTP_SessionManager@@QAEAAV0@ABV0@@Z @14918 NONAME ??4T38_Data_Field_subtype_field_type@@QAEAAV0@I@Z @12630 NONAME ??4T38_PreCorrigendum_Data_Field_subtype_field_type@@QAEAAV0@I@Z @15120 NONAME ??4T38_Type_of_msg_data@@QAEAAV0@I@Z @12631 NONAME ??4T38_Type_of_msg_t30_indicator@@QAEAAV0@I@Z @12632 NONAME ??4X880_GeneralProblem@@QAEAAV0@H@Z @9837 NONAME ??4X880_GeneralProblem@@QAEAAV0@I@Z @9838 NONAME ??4X880_InvokeId@@QAEAAV0@H@Z @9839 NONAME ??4X880_InvokeId@@QAEAAV0@I@Z @9840 NONAME ??4X880_InvokeProblem@@QAEAAV0@H@Z @9841 NONAME ??4X880_InvokeProblem@@QAEAAV0@I@Z @9842 NONAME ??4X880_RejectProblem@@QAEAAV0@H@Z @9843 NONAME ??4X880_RejectProblem@@QAEAAV0@I@Z @9844 NONAME ??4X880_ReturnErrorProblem@@QAEAAV0@H@Z @9845 NONAME ??4X880_ReturnErrorProblem@@QAEAAV0@I@Z @9846 NONAME ??4X880_ReturnResultProblem@@QAEAAV0@H@Z @9847 NONAME ??4X880_ReturnResultProblem@@QAEAAV0@I@Z @9848 NONAME ??6@YAAAVostream@@AAV0@ABVH323TransactionPDU@@@Z @17081 NONAME ??6@YAAAVostream@@AAV0@W4CauseValues@Q931@@@Z @16790 NONAME ??6@YAAAVostream@@AAV0@W4InformationElementCodes@Q931@@@Z @16791 NONAME ??A?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@std@@QAEAAPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@ABI@Z @29637 NONAME ??A?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@std@@QAEAAPAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@ABVPString@@@Z @30150 NONAME ??A?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@std@@QAEAAPAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@ABVPString@@@Z @29275 NONAME ??A?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@std@@QAEAAPAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@ABVPString@@@Z @29737 NONAME ??A?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@std@@QAEAAPAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@ABVPString@@@Z @30151 NONAME ??A?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@std@@QAEAAPAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@ABVPString@@@Z @29276 NONAME ??A?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@std@@QAEAAPAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@ABVPString@@@Z @29277 NONAME ??A?$PArray@V?$PList@VH323Capability@@@@@@QBEAAV?$PList@VH323Capability@@@@H@Z @14381 NONAME ??A?$PArray@VH323SimultaneousCapabilities@@@@QBEAAVH323SimultaneousCapabilities@@H@Z @14382 NONAME ??A?$PArray@VH323TransportAddress@@@@QBEAAVH323TransportAddress@@H@Z @14383 NONAME ??A?$PArray@VPASN_Object@@@@QBEAAVPASN_Object@@H@Z @14384 NONAME ??A?$PArray@VSourceDescription@RTP_Session@@@@QBEAAVSourceDescription@RTP_Session@@H@Z @14386 NONAME ??A?$PBaseArray@E@@QAEAAEH@Z @8911 NONAME ??A?$PBaseArray@F@@QAEAAFH@Z @8912 NONAME ??A?$PBaseArray@G@@QAEAAGH@Z @29738 NONAME ??AGCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@QBEAAVGCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@H@Z @2550 NONAME ??AGCC_ApplicationRecord_nonCollapsingCapabilities@@QBEAAVGCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@H@Z @2551 NONAME ??AGCC_ArrayOf_ApplicationInvokeSpecifier@@QBEAAVGCC_ApplicationInvokeSpecifier@@H@Z @2552 NONAME ??AGCC_ArrayOf_ChallengeItem@@QBEAAVGCC_ChallengeItem@@H@Z @2553 NONAME ??AGCC_ArrayOf_ConferenceDescriptor@@QBEAAVGCC_ConferenceDescriptor@@H@Z @2554 NONAME ??AGCC_ArrayOf_Privilege@@QBEAAVGCC_Privilege@@H@Z @2555 NONAME ??AGCC_ArrayOf_TextString@@QBEAAVGCC_TextString@@H@Z @2556 NONAME ??AGCC_ArrayOf_UserID@@QBEAAVGCC_UserID@@H@Z @2557 NONAME ??AGCC_NetworkAddress@@QBEAAVGCC_NetworkAddress_subtype@@H@Z @2558 NONAME ??AGCC_RosterUpdateIndication_applicationInformation@@QBEAAVGCC_RosterUpdateIndication_applicationInformation_subtype@@H@Z @2559 NONAME ??AGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@QBEAAVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@H@Z @2560 NONAME ??AGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@QBEAAVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@H@Z @2561 NONAME ??AGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@QBEAAVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@H@Z @2562 NONAME ??AGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@QBEAAVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@H@Z @2563 NONAME ??AGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@QBEAAVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@H@Z @2564 NONAME ??AGCC_UserData@@QBEAAVGCC_UserData_subtype@@H@Z @2565 NONAME ??AH225_AdmissionConfirm_language@@QBEAAVPASN_IA5String@@H@Z @11418 NONAME ??AH225_ArrayOf_AddressPattern@@QBEAAVH225_AddressPattern@@H@Z @11419 NONAME ??AH225_ArrayOf_AdmissionConfirm@@QBEAAVH225_AdmissionConfirm@@H@Z @19108 NONAME ??AH225_ArrayOf_AliasAddress@@QBEAAVH225_AliasAddress@@H@Z @2566 NONAME ??AH225_ArrayOf_AlternateGK@@QBEAAVH225_AlternateGK@@H@Z @2567 NONAME ??AH225_ArrayOf_AuthenticationMechanism@@QBEAAVH235_AuthenticationMechanism@@H@Z @2568 NONAME ??AH225_ArrayOf_BandwidthDetails@@QBEAAVH225_BandwidthDetails@@H@Z @11420 NONAME ??AH225_ArrayOf_CallReferenceValue@@QBEAAVH225_CallReferenceValue@@H@Z @2569 NONAME ??AH225_ArrayOf_CallsAvailable@@QBEAAVH225_CallsAvailable@@H@Z @11421 NONAME ??AH225_ArrayOf_ClearToken@@QBEAAVH235_ClearToken@@H@Z @2570 NONAME ??AH225_ArrayOf_ConferenceIdentifier@@QBEAAVH225_ConferenceIdentifier@@H@Z @2571 NONAME ??AH225_ArrayOf_ConferenceList@@QBEAAVH225_ConferenceList@@H@Z @2572 NONAME ??AH225_ArrayOf_CryptoH323Token@@QBEAAVH225_CryptoH323Token@@H@Z @2573 NONAME ??AH225_ArrayOf_DataRate@@QBEAAVH225_DataRate@@H@Z @2574 NONAME ??AH225_ArrayOf_Endpoint@@QBEAAVH225_Endpoint@@H@Z @2575 NONAME ??AH225_ArrayOf_EnumeratedParameter@@QBEAAVH225_EnumeratedParameter@@H@Z @11422 NONAME ??AH225_ArrayOf_ExtendedAliasAddress@@QBEAAVH225_ExtendedAliasAddress@@H@Z @11423 NONAME ??AH225_ArrayOf_FeatureDescriptor@@QBEAAVH225_FeatureDescriptor@@H@Z @11424 NONAME ??AH225_ArrayOf_GenericData@@QBEAAVH225_GenericData@@H@Z @11425 NONAME ??AH225_ArrayOf_H245Security@@QBEAAVH225_H245Security@@H@Z @2576 NONAME ??AH225_ArrayOf_H248PackagesDescriptor@@QBEAAVH225_H248PackagesDescriptor@@H@Z @11426 NONAME ??AH225_ArrayOf_IntegrityMechanism@@QBEAAVH225_IntegrityMechanism@@H@Z @2577 NONAME ??AH225_ArrayOf_NonStandardParameter@@QBEAAVH225_NonStandardParameter@@H@Z @2578 NONAME ??AH225_ArrayOf_PartyNumber@@QBEAAVH225_PartyNumber@@H@Z @11427 NONAME ??AH225_ArrayOf_PASN_ObjectId@@QBEAAVPASN_ObjectId@@H@Z @2579 NONAME ??AH225_ArrayOf_PASN_OctetString@@QBEAAVPASN_OctetString@@H@Z @2580 NONAME ??AH225_ArrayOf_RasUsageSpecification@@QBEAAVH225_RasUsageSpecification@@H@Z @11428 NONAME ??AH225_ArrayOf_RTPSession@@QBEAAVH225_RTPSession@@H@Z @2581 NONAME ??AH225_ArrayOf_ServiceControlSession@@QBEAAVH225_ServiceControlSession@@H@Z @11429 NONAME ??AH225_ArrayOf_SupportedPrefix@@QBEAAVH225_SupportedPrefix@@H@Z @2582 NONAME ??AH225_ArrayOf_SupportedProtocols@@QBEAAVH225_SupportedProtocols@@H@Z @2583 NONAME ??AH225_ArrayOf_TransportAddress@@QBEAAVH225_TransportAddress@@H@Z @2584 NONAME ??AH225_ArrayOf_TransportChannelInfo@@QBEAAVH225_TransportChannelInfo@@H@Z @2585 NONAME ??AH225_ArrayOf_TunnelledProtocol@@QBEAAVH225_TunnelledProtocol@@H@Z @11430 NONAME ??AH225_CicInfo_cic@@QBEAAVPASN_OctetString@@H@Z @11431 NONAME ??AH225_Connect_UUIE_language@@QBEAAVPASN_IA5String@@H@Z @11432 NONAME ??AH225_GroupID_member@@QBEAAVPASN_Integer@@H@Z @11433 NONAME ??AH225_InfoRequestResponse_perCallInfo@@QBEAAVH225_InfoRequestResponse_perCallInfo_subtype@@H@Z @2586 NONAME ??AH225_InfoRequestResponse_perCallInfo_subtype_pdu@@QBEAAVH225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@H@Z @2587 NONAME ??AH225_RTPSession_associatedSessionIds@@QBEAAVPASN_Integer@@H@Z @2588 NONAME ??AH225_Setup_UUIE_language@@QBEAAVPASN_IA5String@@H@Z @11434 NONAME ??AH225_TransportAddress_ipSourceRoute_route@@QBEAAVPASN_OctetString@@H@Z @2589 NONAME ??AH245_AlternativeCapabilitySet@@QBEAAVH245_CapabilityTableEntryNumber@@H@Z @2590 NONAME ??AH245_ArrayOf_AlternativeCapabilitySet@@QBEAAVH245_AlternativeCapabilitySet@@H@Z @2591 NONAME ??AH245_ArrayOf_BEnhancementParameters@@QBEAAVH245_BEnhancementParameters@@H@Z @2592 NONAME ??AH245_ArrayOf_CapabilityDescriptor@@QBEAAVH245_CapabilityDescriptor@@H@Z @2593 NONAME ??AH245_ArrayOf_CapabilityDescriptorNumber@@QBEAAVH245_CapabilityDescriptorNumber@@H@Z @2594 NONAME ??AH245_ArrayOf_CapabilityTableEntry@@QBEAAVH245_CapabilityTableEntry@@H@Z @2595 NONAME ??AH245_ArrayOf_CapabilityTableEntryNumber@@QBEAAVH245_CapabilityTableEntryNumber@@H@Z @2596 NONAME ??AH245_ArrayOf_CommunicationModeTableEntry@@QBEAAVH245_CommunicationModeTableEntry@@H@Z @2597 NONAME ??AH245_ArrayOf_CustomPictureClockFrequency@@QBEAAVH245_CustomPictureClockFrequency@@H@Z @2598 NONAME ??AH245_ArrayOf_CustomPictureFormat@@QBEAAVH245_CustomPictureFormat@@H@Z @2599 NONAME ??AH245_ArrayOf_DataApplicationCapability@@QBEAAVH245_DataApplicationCapability@@H@Z @2600 NONAME ??AH245_ArrayOf_DialingInformationNetworkType@@QBEAAVH245_DialingInformationNetworkType@@H@Z @11435 NONAME ??AH245_ArrayOf_DialingInformationNumber@@QBEAAVH245_DialingInformationNumber@@H@Z @11436 NONAME ??AH245_ArrayOf_EnhancementOptions@@QBEAAVH245_EnhancementOptions@@H@Z @2601 NONAME ??AH245_ArrayOf_EscrowData@@QBEAAVH245_EscrowData@@H@Z @2602 NONAME ??AH245_ArrayOf_GenericCapability@@QBEAAVH245_GenericCapability@@H@Z @30152 NONAME ??AH245_ArrayOf_GenericParameter@@QBEAAVH245_GenericParameter@@H@Z @11437 NONAME ??AH245_ArrayOf_H263ModeComboFlags@@QBEAAVH245_H263ModeComboFlags@@H@Z @2603 NONAME ??AH245_ArrayOf_H263VideoModeCombos@@QBEAAVH245_H263VideoModeCombos@@H@Z @2604 NONAME ??AH245_ArrayOf_MediaChannelCapability@@QBEAAVH245_MediaChannelCapability@@H@Z @2605 NONAME ??AH245_ArrayOf_MediaDistributionCapability@@QBEAAVH245_MediaDistributionCapability@@H@Z @2606 NONAME ??AH245_ArrayOf_ModeDescription@@QBEAAVH245_ModeDescription@@H@Z @2607 NONAME ??AH245_ArrayOf_MultiplePayloadStreamElement@@QBEAAVH245_MultiplePayloadStreamElement@@H@Z @19109 NONAME ??AH245_ArrayOf_MultiplePayloadStreamElementMode@@QBEAAVH245_MultiplePayloadStreamElementMode@@H@Z @19110 NONAME ??AH245_ArrayOf_MultiplexElement@@QBEAAVH245_MultiplexElement@@H@Z @2608 NONAME ??AH245_ArrayOf_MultiplexEntryDescriptor@@QBEAAVH245_MultiplexEntryDescriptor@@H@Z @2609 NONAME ??AH245_ArrayOf_MultiplexEntryRejectionDescriptions@@QBEAAVH245_MultiplexEntryRejectionDescriptions@@H@Z @2610 NONAME ??AH245_ArrayOf_MultiplexTableEntryNumber@@QBEAAVH245_MultiplexTableEntryNumber@@H@Z @2611 NONAME ??AH245_ArrayOf_NonStandardParameter@@QBEAAVH245_NonStandardParameter@@H@Z @2612 NONAME ??AH245_ArrayOf_ParameterIdentifier@@QBEAAVH245_ParameterIdentifier@@H@Z @11438 NONAME ??AH245_ArrayOf_PictureReference@@QBEAAVH245_PictureReference@@H@Z @11439 NONAME ??AH245_ArrayOf_Q2931Address@@QBEAAVH245_Q2931Address@@H@Z @11440 NONAME ??AH245_ArrayOf_QOSCapability@@QBEAAVH245_QOSCapability@@H@Z @2613 NONAME ??AH245_ArrayOf_RedundancyEncodingCapability@@QBEAAVH245_RedundancyEncodingCapability@@H@Z @2614 NONAME ??AH245_ArrayOf_RedundancyEncodingDTModeElement@@QBEAAVH245_RedundancyEncodingDTModeElement@@H@Z @19111 NONAME ??AH245_ArrayOf_RedundancyEncodingElement@@QBEAAVH245_RedundancyEncodingElement@@H@Z @19112 NONAME ??AH245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@QBEAAVH245_RequestMultiplexEntryRejectionDescriptions@@H@Z @2615 NONAME ??AH245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@QBEAAVH245_RTPH263VideoRedundancyFrameMapping@@H@Z @2616 NONAME ??AH245_ArrayOf_RTPPayloadType@@QBEAAVH245_RTPPayloadType@@H@Z @2617 NONAME ??AH245_ArrayOf_TerminalInformation@@QBEAAVH245_TerminalInformation@@H@Z @2618 NONAME ??AH245_ArrayOf_TerminalLabel@@QBEAAVH245_TerminalLabel@@H@Z @2619 NONAME ??AH245_ArrayOf_VCCapability@@QBEAAVH245_VCCapability@@H@Z @2620 NONAME ??AH245_ArrayOf_VideoCapability@@QBEAAVH245_VideoCapability@@H@Z @30153 NONAME ??AH245_CertSelectionCriteria@@QBEAAVH245_Criteria@@H@Z @2621 NONAME ??AH245_CustomPictureFormat_mPI_customPCF@@QBEAAVH245_CustomPictureFormat_mPI_customPCF_subtype@@H@Z @2622 NONAME ??AH245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@QBEAAVH245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@H@Z @2623 NONAME ??AH245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@QBEAAVPASN_Integer@@H@Z @2624 NONAME ??AH245_EncryptionCapability@@QBEAAVH245_MediaEncryptionAlgorithm@@H@Z @2625 NONAME ??AH245_ModeDescription@@QBEAAVH245_ModeElement@@H@Z @2626 NONAME ??AH245_RTPH263VideoRedundancyEncoding_containedThreads@@QBEAAVPASN_Integer@@H@Z @2627 NONAME ??AH245_RTPH263VideoRedundancyFrameMapping_frameSequence@@QBEAAVPASN_Integer@@H@Z @2628 NONAME ??AH245_UnicastAddress_iPSourceRouteAddress_route@@QBEAAVPASN_OctetString@@H@Z @2629 NONAME ??AH248_ArrayOf_ActionReply@@QBEAAVH248_ActionReply@@H@Z @15598 NONAME ??AH248_ArrayOf_ActionRequest@@QBEAAVH248_ActionRequest@@H@Z @15599 NONAME ??AH248_ArrayOf_AmmDescriptor@@QBEAAVH248_AmmDescriptor@@H@Z @15600 NONAME ??AH248_ArrayOf_CommandReply@@QBEAAVH248_CommandReply@@H@Z @15601 NONAME ??AH248_ArrayOf_CommandRequest@@QBEAAVH248_CommandRequest@@H@Z @15602 NONAME ??AH248_ArrayOf_EventParameter@@QBEAAVH248_EventParameter@@H@Z @15603 NONAME ??AH248_ArrayOf_IndAuditParameter@@QBEAAVH248_IndAuditParameter@@H@Z @15604 NONAME ??AH248_ArrayOf_IndAudPropertyParm@@QBEAAVH248_IndAudPropertyParm@@H@Z @15605 NONAME ??AH248_ArrayOf_IndAudStreamDescriptor@@QBEAAVH248_IndAudStreamDescriptor@@H@Z @15606 NONAME ??AH248_ArrayOf_ModemType@@QBEAAVH248_ModemType@@H@Z @15607 NONAME ??AH248_ArrayOf_ObservedEvent@@QBEAAVH248_ObservedEvent@@H@Z @15608 NONAME ??AH248_ArrayOf_PASN_OctetString@@QBEAAVPASN_OctetString@@H@Z @15609 NONAME ??AH248_ArrayOf_PropertyGroup@@QBEAAVH248_PropertyGroup@@H@Z @15610 NONAME ??AH248_ArrayOf_PropertyParm@@QBEAAVH248_PropertyParm@@H@Z @15611 NONAME ??AH248_ArrayOf_RequestedEvent@@QBEAAVH248_RequestedEvent@@H@Z @15612 NONAME ??AH248_ArrayOf_SecondRequestedEvent@@QBEAAVH248_SecondRequestedEvent@@H@Z @15613 NONAME ??AH248_ArrayOf_Signal@@QBEAAVH248_Signal@@H@Z @15614 NONAME ??AH248_ArrayOf_SigParameter@@QBEAAVH248_SigParameter@@H@Z @15615 NONAME ??AH248_ArrayOf_StreamDescriptor@@QBEAAVH248_StreamDescriptor@@H@Z @15616 NONAME ??AH248_ArrayOf_TerminationID@@QBEAAVH248_TerminationID@@H@Z @15617 NONAME ??AH248_ArrayOf_TopologyRequest@@QBEAAVH248_TopologyRequest@@H@Z @15618 NONAME ??AH248_ArrayOf_Transaction@@QBEAAVH248_Transaction@@H@Z @15619 NONAME ??AH248_ArrayOf_WildcardField@@QBEAAVH248_WildcardField@@H@Z @15620 NONAME ??AH248_EventBufferDescriptor@@QBEAAVH248_EventSpec@@H@Z @15621 NONAME ??AH248_IndAudPropertyGroup@@QBEAAVH248_IndAudPropertyParm@@H@Z @15622 NONAME ??AH248_PackagesDescriptor@@QBEAAVH248_PackagesItem@@H@Z @15623 NONAME ??AH248_PropertyGroup@@QBEAAVH248_PropertyParm@@H@Z @15624 NONAME ??AH248_SignalsDescriptor@@QBEAAVH248_SignalRequest@@H@Z @15625 NONAME ??AH248_StatisticsDescriptor@@QBEAAVH248_StatisticsParameter@@H@Z @15626 NONAME ??AH248_TerminationAudit@@QBEAAVH248_AuditReturnParameter@@H@Z @15627 NONAME ??AH248_TerminationIDList@@QBEAAVH248_TerminationID@@H@Z @15628 NONAME ??AH248_TransactionResponseAck@@QBEAAVH248_TransactionAck@@H@Z @15629 NONAME ??AH248_Value@@QBEAAVPASN_OctetString@@H@Z @15630 NONAME ??AH45010_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @10563 NONAME ??AH45011_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @10564 NONAME ??AH4501_ArrayOf_AliasAddress@@QBEAAVH225_AliasAddress@@H@Z @9849 NONAME ??AH4501_ArrayOf_ROS@@QBEAAVX880_ROS@@H@Z @9850 NONAME ??AH4502_ExtensionSeq@@QBEAAVH4501_Extension@@H@Z @9851 NONAME ??AH4503_ExtensionSeq@@QBEAAVH4501_Extension@@H@Z @10305 NONAME ??AH4503_IntResultList@@QBEAAVH4503_IntResult@@H@Z @10306 NONAME ??AH4504_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @10213 NONAME ??AH4505_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @10565 NONAME ??AH4506_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @10566 NONAME ??AH4507_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @10567 NONAME ??AH4507_DummyRes@@QBEAAVH4504_MixedExtension@@H@Z @10568 NONAME ??AH4507_MWIInterrogateRes@@QBEAAVH4507_MWIInterrogateResElt@@H@Z @10569 NONAME ??AH4509_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @10570 NONAME ??AH501_ArrayOf_AccessToken@@QBEAAVH501_AccessToken@@H@Z @17082 NONAME ??AH501_ArrayOf_AddressTemplate@@QBEAAVH501_AddressTemplate@@H@Z @17083 NONAME ??AH501_ArrayOf_AliasAddress@@QBEAAVH225_AliasAddress@@H@Z @17084 NONAME ??AH501_ArrayOf_AlternatePE@@QBEAAVH501_AlternatePE@@H@Z @17085 NONAME ??AH501_ArrayOf_CircuitIdentifier@@QBEAAVH225_CircuitIdentifier@@H@Z @17086 NONAME ??AH501_ArrayOf_ClearToken@@QBEAAVH235_ClearToken@@H@Z @17087 NONAME ??AH501_ArrayOf_ContactInformation@@QBEAAVH501_ContactInformation@@H@Z @17088 NONAME ??AH501_ArrayOf_CryptoH323Token@@QBEAAVH225_CryptoH323Token@@H@Z @17089 NONAME ??AH501_ArrayOf_Descriptor@@QBEAAVH501_Descriptor@@H@Z @17090 NONAME ??AH501_ArrayOf_DescriptorInfo@@QBEAAVH501_DescriptorInfo@@H@Z @17092 NONAME ??AH501_ArrayOf_GenericData@@QBEAAVH225_GenericData@@H@Z @17093 NONAME ??AH501_ArrayOf_GloballyUniqueID@@QBEAAVH225_GloballyUniqueID@@H@Z @17789 NONAME ??AH501_ArrayOf_NonStandardParameter@@QBEAAVH225_NonStandardParameter@@H@Z @17094 NONAME ??AH501_ArrayOf_PASN_ObjectId@@QBEAAVPASN_ObjectId@@H@Z @17095 NONAME ??AH501_ArrayOf_Pattern@@QBEAAVH501_Pattern@@H@Z @17096 NONAME ??AH501_ArrayOf_PriceElement@@QBEAAVH501_PriceElement@@H@Z @17097 NONAME ??AH501_ArrayOf_PriceInfoSpec@@QBEAAVH501_PriceInfoSpec@@H@Z @17098 NONAME ??AH501_ArrayOf_RouteInformation@@QBEAAVH501_RouteInformation@@H@Z @17099 NONAME ??AH501_ArrayOf_SecurityMode@@QBEAAVH501_SecurityMode@@H@Z @17100 NONAME ??AH501_ArrayOf_ServiceControlSession@@QBEAAVH225_ServiceControlSession@@H@Z @17101 NONAME ??AH501_ArrayOf_SupportedProtocols@@QBEAAVH225_SupportedProtocols@@H@Z @17102 NONAME ??AH501_ArrayOf_TransportAddress@@QBEAAVH225_TransportAddress@@H@Z @17103 NONAME ??AH501_ArrayOf_UpdateInformation@@QBEAAVH501_UpdateInformation@@H@Z @17104 NONAME ??AH501_ArrayOf_UsageField@@QBEAAVH501_UsageField@@H@Z @17105 NONAME ??AMCS_ArrayOf_ChannelAttributes@@QBEAAVMCS_ChannelAttributes@@H@Z @2637 NONAME ??AMCS_ArrayOf_ChannelId@@QBEAAVMCS_ChannelId@@H@Z @2638 NONAME ??AMCS_ArrayOf_TokenAttributes@@QBEAAVMCS_TokenAttributes@@H@Z @2639 NONAME ??AMCS_ArrayOf_TokenId@@QBEAAVMCS_TokenId@@H@Z @2640 NONAME ??AMCS_ArrayOf_UserId@@QBEAAVMCS_UserId@@H@Z @2641 NONAME ??AT38_ArrayOf_PASN_OctetString@@QBEAAVPASN_OctetString@@H@Z @12633 NONAME ??AT38_Data_Field@@QBEAAVT38_Data_Field_subtype@@H@Z @12634 NONAME ??AT38_PreCorrigendum_Data_Field@@QBEAAVT38_PreCorrigendum_Data_Field_subtype@@H@Z @15121 NONAME ??AT38_UDPTLPacket_error_recovery_secondary_ifp_packets@@QBEAAVT38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@H@Z @12635 NONAME ??BGCC_CapabilityID@@QAEAAVGCC_Key@@XZ @2642 NONAME ??BGCC_CapabilityID@@QBEABVGCC_Key@@XZ @2643 NONAME ??BGCC_ChallengeResponseAlgorithm@@QAEAAVGCC_NonStandardParameter@@XZ @2644 NONAME ??BGCC_ChallengeResponseAlgorithm@@QBEABVGCC_NonStandardParameter@@XZ @2645 NONAME ??BGCC_ChallengeResponseItem@@QAEAAVGCC_PasswordSelector@@XZ @2646 NONAME ??BGCC_ChallengeResponseItem@@QAEAAVGCC_UserData@@XZ @2647 NONAME ??BGCC_ChallengeResponseItem@@QBEABVGCC_PasswordSelector@@XZ @2648 NONAME ??BGCC_ChallengeResponseItem@@QBEABVGCC_UserData@@XZ @2649 NONAME ??BGCC_ConferenceNameSelector@@QAEAAVGCC_SimpleNumericString@@XZ @2650 NONAME ??BGCC_ConferenceNameSelector@@QAEAAVGCC_SimpleTextString@@XZ @2651 NONAME ??BGCC_ConferenceNameSelector@@QBEABVGCC_SimpleNumericString@@XZ @2652 NONAME ??BGCC_ConferenceNameSelector@@QBEABVGCC_SimpleTextString@@XZ @2653 NONAME ??BGCC_ConferencePriorityScheme@@QAEAAVGCC_NonStandardParameter@@XZ @2654 NONAME ??BGCC_ConferencePriorityScheme@@QBEABVGCC_NonStandardParameter@@XZ @2655 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceCreateRequest@@XZ @2656 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceCreateResponse@@XZ @2657 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceInviteRequest@@XZ @2658 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceInviteResponse@@XZ @2659 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceJoinRequest@@XZ @2660 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceJoinResponse@@XZ @2661 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceQueryRequest@@XZ @2662 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceQueryResponse@@XZ @2663 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceCreateRequest@@XZ @2664 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceCreateResponse@@XZ @2665 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceInviteRequest@@XZ @2666 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceInviteResponse@@XZ @2667 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceJoinRequest@@XZ @2668 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceJoinResponse@@XZ @2669 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceQueryRequest@@XZ @2670 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceQueryResponse@@XZ @2671 NONAME ??BGCC_GCCPDU@@QAEAAVGCC_IndicationPDU@@XZ @2672 NONAME ??BGCC_GCCPDU@@QAEAAVGCC_RequestPDU@@XZ @2673 NONAME ??BGCC_GCCPDU@@QAEAAVGCC_ResponsePDU@@XZ @2674 NONAME ??BGCC_GCCPDU@@QBEABVGCC_IndicationPDU@@XZ @2675 NONAME ??BGCC_GCCPDU@@QBEABVGCC_RequestPDU@@XZ @2676 NONAME ??BGCC_GCCPDU@@QBEABVGCC_ResponsePDU@@XZ @2677 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ApplicationInvokeIndication@@XZ @2678 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConductorAssignIndication@@XZ @2679 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConductorPermissionAskIndication@@XZ @2680 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConductorPermissionGrantIndication@@XZ @2681 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConductorReleaseIndication@@XZ @2682 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceAssistanceIndication@@XZ @2683 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceEjectUserIndication@@XZ @2684 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceLockIndication@@XZ @2685 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceTerminateIndication@@XZ @2686 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceTimeExtendIndication@@XZ @2687 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceTimeInquireIndication@@XZ @2688 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceTimeRemainingIndication@@XZ @2689 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceTransferIndication@@XZ @2690 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceUnlockIndication@@XZ @2691 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_NonStandardPDU@@XZ @2692 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_RegistryMonitorEntryIndication@@XZ @2693 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_RosterUpdateIndication@@XZ @2694 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_TextMessageIndication@@XZ @2695 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_UserIDIndication@@XZ @2696 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ApplicationInvokeIndication@@XZ @2697 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConductorAssignIndication@@XZ @2698 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConductorPermissionAskIndication@@XZ @2699 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConductorPermissionGrantIndication@@XZ @2700 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConductorReleaseIndication@@XZ @2701 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceAssistanceIndication@@XZ @2702 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceEjectUserIndication@@XZ @2703 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceLockIndication@@XZ @2704 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceTerminateIndication@@XZ @2705 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceTimeExtendIndication@@XZ @2706 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceTimeInquireIndication@@XZ @2707 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceTimeRemainingIndication@@XZ @2708 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceTransferIndication@@XZ @2709 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceUnlockIndication@@XZ @2710 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_NonStandardPDU@@XZ @2711 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_RegistryMonitorEntryIndication@@XZ @2712 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_RosterUpdateIndication@@XZ @2713 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_TextMessageIndication@@XZ @2714 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_UserIDIndication@@XZ @2715 NONAME ??BGCC_Key@@QAEAAVGCC_H221NonStandardIdentifier@@XZ @2716 NONAME ??BGCC_Key@@QBEABVGCC_H221NonStandardIdentifier@@XZ @2717 NONAME ??BGCC_NetworkAddress_subtype@@QAEAAVGCC_NetworkAddress_subtype_aggregatedChannel@@XZ @2718 NONAME ??BGCC_NetworkAddress_subtype@@QAEAAVGCC_NetworkAddress_subtype_transportConnection@@XZ @2719 NONAME ??BGCC_NetworkAddress_subtype@@QAEAAVGCC_NonStandardParameter@@XZ @2720 NONAME ??BGCC_NetworkAddress_subtype@@QBEABVGCC_NetworkAddress_subtype_aggregatedChannel@@XZ @2721 NONAME ??BGCC_NetworkAddress_subtype@@QBEABVGCC_NetworkAddress_subtype_transportConnection@@XZ @2722 NONAME ??BGCC_NetworkAddress_subtype@@QBEABVGCC_NonStandardParameter@@XZ @2723 NONAME ??BGCC_PasswordChallengeRequestResponse@@QAEAAVGCC_PasswordChallengeRequestResponse_challengeRequestResponse@@XZ @2724 NONAME ??BGCC_PasswordChallengeRequestResponse@@QAEAAVGCC_PasswordSelector@@XZ @2725 NONAME ??BGCC_PasswordChallengeRequestResponse@@QBEABVGCC_PasswordChallengeRequestResponse_challengeRequestResponse@@XZ @2726 NONAME ??BGCC_PasswordChallengeRequestResponse@@QBEABVGCC_PasswordSelector@@XZ @2727 NONAME ??BGCC_PasswordSelector@@QAEAAVGCC_SimpleNumericString@@XZ @2728 NONAME ??BGCC_PasswordSelector@@QAEAAVGCC_SimpleTextString@@XZ @2729 NONAME ??BGCC_PasswordSelector@@QBEABVGCC_SimpleNumericString@@XZ @2730 NONAME ??BGCC_PasswordSelector@@QBEABVGCC_SimpleTextString@@XZ @2731 NONAME ??BGCC_RegistryEntryOwner@@QAEAAVGCC_RegistryEntryOwner_owned@@XZ @2732 NONAME ??BGCC_RegistryEntryOwner@@QBEABVGCC_RegistryEntryOwner_owned@@XZ @2733 NONAME ??BGCC_RegistryItem@@QAEAAVGCC_DynamicChannelID@@XZ @2734 NONAME ??BGCC_RegistryItem@@QAEAAVGCC_DynamicTokenID@@XZ @2735 NONAME ??BGCC_RegistryItem@@QBEABVGCC_DynamicChannelID@@XZ @2736 NONAME ??BGCC_RegistryItem@@QBEABVGCC_DynamicTokenID@@XZ @2737 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceAddRequest@@XZ @2738 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceEjectUserRequest@@XZ @2739 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceJoinRequest@@XZ @2740 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceLockRequest@@XZ @2741 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceTerminateRequest@@XZ @2742 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceTransferRequest@@XZ @2743 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceUnlockRequest@@XZ @2744 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_NonStandardPDU@@XZ @2745 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistryAllocateHandleRequest@@XZ @2746 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistryAssignTokenRequest@@XZ @2747 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistryDeleteEntryRequest@@XZ @2748 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistryMonitorEntryRequest@@XZ @2749 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistryRegisterChannelRequest@@XZ @2750 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistryRetrieveEntryRequest@@XZ @2751 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistrySetParameterRequest@@XZ @2752 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceAddRequest@@XZ @2753 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceEjectUserRequest@@XZ @2754 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceJoinRequest@@XZ @2755 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceLockRequest@@XZ @2756 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceTerminateRequest@@XZ @2757 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceTransferRequest@@XZ @2758 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceUnlockRequest@@XZ @2759 NONAME ??BGCC_RequestPDU@@QBEABVGCC_NonStandardPDU@@XZ @2760 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistryAllocateHandleRequest@@XZ @2761 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistryAssignTokenRequest@@XZ @2762 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistryDeleteEntryRequest@@XZ @2763 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistryMonitorEntryRequest@@XZ @2764 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistryRegisterChannelRequest@@XZ @2765 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistryRetrieveEntryRequest@@XZ @2766 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistrySetParameterRequest@@XZ @2767 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceAddResponse@@XZ @2768 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceEjectUserResponse@@XZ @2769 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceJoinResponse@@XZ @2770 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceLockResponse@@XZ @2771 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceTerminateResponse@@XZ @2772 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceTransferResponse@@XZ @2773 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceUnlockResponse@@XZ @2774 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_FunctionNotSupportedResponse@@XZ @2775 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_NonStandardPDU@@XZ @2776 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_RegistryAllocateHandleResponse@@XZ @2777 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_RegistryResponse@@XZ @2778 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceAddResponse@@XZ @2779 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceEjectUserResponse@@XZ @2780 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceJoinResponse@@XZ @2781 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceLockResponse@@XZ @2782 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceTerminateResponse@@XZ @2783 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceTransferResponse@@XZ @2784 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceUnlockResponse@@XZ @2785 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_FunctionNotSupportedResponse@@XZ @2786 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_NonStandardPDU@@XZ @2787 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_RegistryAllocateHandleResponse@@XZ @2788 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_RegistryResponse@@XZ @2789 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@QAEAAVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@XZ @2790 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@QBEABVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@XZ @2791 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@QAEAAVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@XZ @2792 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@QAEAAVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@XZ @2793 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@QBEABVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@XZ @2794 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@QBEABVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@XZ @2795 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@QAEAAVGCC_ApplicationRecord@@XZ @2796 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@QBEABVGCC_ApplicationRecord@@XZ @2797 NONAME ??BGCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@QAEAAVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@XZ @2798 NONAME ??BGCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@QAEAAVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@XZ @2799 NONAME ??BGCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@QBEABVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@XZ @2800 NONAME ??BGCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@QBEABVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@XZ @2801 NONAME ??BGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@QAEAAVGCC_NodeRecord@@XZ @2802 NONAME ??BGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@QBEABVGCC_NodeRecord@@XZ @2803 NONAME ??BH225_AddressPattern@@QAEAAVH225_AddressPattern_range@@XZ @11441 NONAME ??BH225_AddressPattern@@QAEAAVH225_AliasAddress@@XZ @11442 NONAME ??BH225_AddressPattern@@QBEABVH225_AddressPattern_range@@XZ @11443 NONAME ??BH225_AddressPattern@@QBEABVH225_AliasAddress@@XZ @11444 NONAME ??BH225_AdmissionRejectReason@@QAEAAVH225_ArrayOf_PartyNumber@@XZ @11445 NONAME ??BH225_AdmissionRejectReason@@QAEAAVH225_SecurityErrors2@@XZ @19113 NONAME ??BH225_AdmissionRejectReason@@QBEABVH225_ArrayOf_PartyNumber@@XZ @11446 NONAME ??BH225_AdmissionRejectReason@@QBEABVH225_SecurityErrors2@@XZ @19114 NONAME ??BH225_AliasAddress@@QAEAAVH225_MobileUIM@@XZ @11447 NONAME ??BH225_AliasAddress@@QAEAAVH225_PartyNumber@@XZ @2804 NONAME ??BH225_AliasAddress@@QAEAAVH225_TransportAddress@@XZ @2805 NONAME ??BH225_AliasAddress@@QBEABVH225_MobileUIM@@XZ @11448 NONAME ??BH225_AliasAddress@@QBEABVH225_PartyNumber@@XZ @2806 NONAME ??BH225_AliasAddress@@QBEABVH225_TransportAddress@@XZ @2807 NONAME ??BH225_BandRejectReason@@QAEAAVH225_SecurityErrors2@@XZ @19115 NONAME ??BH225_BandRejectReason@@QBEABVH225_SecurityErrors2@@XZ @19116 NONAME ??BH225_CallTerminationCause@@QAEAAVH225_ReleaseCompleteReason@@XZ @11449 NONAME ??BH225_CallTerminationCause@@QBEABVH225_ReleaseCompleteReason@@XZ @11450 NONAME ??BH225_Content@@QAEAAVH225_AliasAddress@@XZ @11455 NONAME ??BH225_Content@@QAEAAVH225_ArrayOf_EnumeratedParameter@@XZ @11456 NONAME ??BH225_Content@@QAEAAVH225_ArrayOf_GenericData@@XZ @11457 NONAME ??BH225_Content@@QAEAAVH225_GenericIdentifier@@XZ @11458 NONAME ??BH225_Content@@QAEAAVH225_TransportAddress@@XZ @11459 NONAME ??BH225_Content@@QBEABVH225_AliasAddress@@XZ @11460 NONAME ??BH225_Content@@QBEABVH225_ArrayOf_EnumeratedParameter@@XZ @11461 NONAME ??BH225_Content@@QBEABVH225_ArrayOf_GenericData@@XZ @11462 NONAME ??BH225_Content@@QBEABVH225_GenericIdentifier@@XZ @11463 NONAME ??BH225_Content@@QBEABVH225_TransportAddress@@XZ @11464 NONAME ??BH225_CryptoH323Token@@QAEAAV?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@XZ @12407 NONAME ??BH225_CryptoH323Token@@QAEAAV?$H235_SIGNED@VH225_EncodedFastStartToken@@@@XZ @12408 NONAME ??BH225_CryptoH323Token@@QAEAAV?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@XZ @12409 NONAME ??BH225_CryptoH323Token@@QAEAAVH225_CryptoH323Token_cryptoEPPwdHash@@XZ @2811 NONAME ??BH225_CryptoH323Token@@QAEAAVH225_CryptoH323Token_cryptoGKPwdHash@@XZ @2812 NONAME ??BH225_CryptoH323Token@@QAEAAVH235_CryptoToken@@XZ @2813 NONAME ??BH225_CryptoH323Token@@QBEABV?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@XZ @12410 NONAME ??BH225_CryptoH323Token@@QBEABV?$H235_SIGNED@VH225_EncodedFastStartToken@@@@XZ @12411 NONAME ??BH225_CryptoH323Token@@QBEABV?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@XZ @12412 NONAME ??BH225_CryptoH323Token@@QBEABVH225_CryptoH323Token_cryptoEPPwdHash@@XZ @2817 NONAME ??BH225_CryptoH323Token@@QBEABVH225_CryptoH323Token_cryptoGKPwdHash@@XZ @2818 NONAME ??BH225_CryptoH323Token@@QBEABVH235_CryptoToken@@XZ @2819 NONAME ??BH225_DisengageRejectReason@@QAEAAVH225_SecurityErrors2@@XZ @19117 NONAME ??BH225_DisengageRejectReason@@QBEABVH225_SecurityErrors2@@XZ @19118 NONAME ??BH225_EncryptIntAlg@@QAEAAVH225_NonStandardParameter@@XZ @2820 NONAME ??BH225_EncryptIntAlg@@QBEABVH225_NonStandardParameter@@XZ @2821 NONAME ??BH225_GatekeeperRejectReason@@QAEAAVH225_SecurityErrors@@XZ @19119 NONAME ??BH225_GatekeeperRejectReason@@QBEABVH225_SecurityErrors@@XZ @19120 NONAME ??BH225_GenericIdentifier@@QAEAAVH225_GloballyUniqueID@@XZ @11465 NONAME ??BH225_GenericIdentifier@@QBEABVH225_GloballyUniqueID@@XZ @11466 NONAME ??BH225_H245Security@@QAEAAVH225_NonStandardParameter@@XZ @2822 NONAME ??BH225_H245Security@@QAEAAVH225_SecurityCapabilities@@XZ @2823 NONAME ??BH225_H245Security@@QBEABVH225_NonStandardParameter@@XZ @2824 NONAME ??BH225_H245Security@@QBEABVH225_SecurityCapabilities@@XZ @2825 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Alerting_UUIE@@XZ @2826 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_CallProceeding_UUIE@@XZ @2827 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Connect_UUIE@@XZ @2828 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Facility_UUIE@@XZ @2829 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Information_UUIE@@XZ @2830 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Notify_UUIE@@XZ @11467 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Progress_UUIE@@XZ @2831 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_ReleaseComplete_UUIE@@XZ @2832 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_SetupAcknowledge_UUIE@@XZ @11468 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Setup_UUIE@@XZ @2833 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_StatusInquiry_UUIE@@XZ @11469 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Status_UUIE@@XZ @11470 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Alerting_UUIE@@XZ @2834 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_CallProceeding_UUIE@@XZ @2835 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Connect_UUIE@@XZ @2836 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Facility_UUIE@@XZ @2837 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Information_UUIE@@XZ @2838 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Notify_UUIE@@XZ @11471 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Progress_UUIE@@XZ @2839 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_ReleaseComplete_UUIE@@XZ @2840 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_SetupAcknowledge_UUIE@@XZ @11472 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Setup_UUIE@@XZ @2841 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_StatusInquiry_UUIE@@XZ @11473 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Status_UUIE@@XZ @11474 NONAME ??BH225_InfoRequestNakReason@@QAEAAVH225_SecurityErrors2@@XZ @19121 NONAME ??BH225_InfoRequestNakReason@@QBEABVH225_SecurityErrors2@@XZ @19122 NONAME ??BH225_IntegrityMechanism@@QAEAAVH225_NonIsoIntegrityMechanism@@XZ @2842 NONAME ??BH225_IntegrityMechanism@@QAEAAVH225_NonStandardParameter@@XZ @2843 NONAME ??BH225_IntegrityMechanism@@QBEABVH225_NonIsoIntegrityMechanism@@XZ @2844 NONAME ??BH225_IntegrityMechanism@@QBEABVH225_NonStandardParameter@@XZ @2845 NONAME ??BH225_LocationRejectReason@@QAEAAVH225_ArrayOf_PartyNumber@@XZ @11475 NONAME ??BH225_LocationRejectReason@@QAEAAVH225_SecurityErrors2@@XZ @19123 NONAME ??BH225_LocationRejectReason@@QBEABVH225_ArrayOf_PartyNumber@@XZ @11476 NONAME ??BH225_LocationRejectReason@@QBEABVH225_SecurityErrors2@@XZ @19124 NONAME ??BH225_MobileUIM@@QAEAAVH225_ANSI_41_UIM@@XZ @11477 NONAME ??BH225_MobileUIM@@QAEAAVH225_GSM_UIM@@XZ @11478 NONAME ??BH225_MobileUIM@@QBEABVH225_ANSI_41_UIM@@XZ @11479 NONAME ??BH225_MobileUIM@@QBEABVH225_GSM_UIM@@XZ @11480 NONAME ??BH225_NonIsoIntegrityMechanism@@QAEAAVH225_EncryptIntAlg@@XZ @2846 NONAME ??BH225_NonIsoIntegrityMechanism@@QBEABVH225_EncryptIntAlg@@XZ @2847 NONAME ??BH225_NonStandardIdentifier@@QAEAAVH225_H221NonStandard@@XZ @2848 NONAME ??BH225_NonStandardIdentifier@@QBEABVH225_H221NonStandard@@XZ @2849 NONAME ??BH225_PartyNumber@@QAEAAVH225_NumberDigits@@XZ @2850 NONAME ??BH225_PartyNumber@@QAEAAVH225_PrivatePartyNumber@@XZ @2851 NONAME ??BH225_PartyNumber@@QAEAAVH225_PublicPartyNumber@@XZ @2852 NONAME ??BH225_PartyNumber@@QBEABVH225_NumberDigits@@XZ @2853 NONAME ??BH225_PartyNumber@@QBEABVH225_PrivatePartyNumber@@XZ @2854 NONAME ??BH225_PartyNumber@@QBEABVH225_PublicPartyNumber@@XZ @2855 NONAME ??BH225_RasMessage@@QAEAAVH225_AdmissionConfirm@@XZ @2856 NONAME ??BH225_RasMessage@@QAEAAVH225_AdmissionReject@@XZ @2857 NONAME ??BH225_RasMessage@@QAEAAVH225_AdmissionRequest@@XZ @2858 NONAME ??BH225_RasMessage@@QAEAAVH225_ArrayOf_AdmissionConfirm@@XZ @19125 NONAME ??BH225_RasMessage@@QAEAAVH225_BandwidthConfirm@@XZ @2859 NONAME ??BH225_RasMessage@@QAEAAVH225_BandwidthReject@@XZ @2860 NONAME ??BH225_RasMessage@@QAEAAVH225_BandwidthRequest@@XZ @2861 NONAME ??BH225_RasMessage@@QAEAAVH225_DisengageConfirm@@XZ @2862 NONAME ??BH225_RasMessage@@QAEAAVH225_DisengageReject@@XZ @2863 NONAME ??BH225_RasMessage@@QAEAAVH225_DisengageRequest@@XZ @2864 NONAME ??BH225_RasMessage@@QAEAAVH225_GatekeeperConfirm@@XZ @2865 NONAME ??BH225_RasMessage@@QAEAAVH225_GatekeeperReject@@XZ @2866 NONAME ??BH225_RasMessage@@QAEAAVH225_GatekeeperRequest@@XZ @2867 NONAME ??BH225_RasMessage@@QAEAAVH225_InfoRequest@@XZ @2868 NONAME ??BH225_RasMessage@@QAEAAVH225_InfoRequestAck@@XZ @2869 NONAME ??BH225_RasMessage@@QAEAAVH225_InfoRequestNak@@XZ @2870 NONAME ??BH225_RasMessage@@QAEAAVH225_InfoRequestResponse@@XZ @2871 NONAME ??BH225_RasMessage@@QAEAAVH225_LocationConfirm@@XZ @2872 NONAME ??BH225_RasMessage@@QAEAAVH225_LocationReject@@XZ @2873 NONAME ??BH225_RasMessage@@QAEAAVH225_LocationRequest@@XZ @2874 NONAME ??BH225_RasMessage@@QAEAAVH225_NonStandardMessage@@XZ @2875 NONAME ??BH225_RasMessage@@QAEAAVH225_RegistrationConfirm@@XZ @2876 NONAME ??BH225_RasMessage@@QAEAAVH225_RegistrationReject@@XZ @2877 NONAME ??BH225_RasMessage@@QAEAAVH225_RegistrationRequest@@XZ @2878 NONAME ??BH225_RasMessage@@QAEAAVH225_RequestInProgress@@XZ @2879 NONAME ??BH225_RasMessage@@QAEAAVH225_ResourcesAvailableConfirm@@XZ @2880 NONAME ??BH225_RasMessage@@QAEAAVH225_ResourcesAvailableIndicate@@XZ @2881 NONAME ??BH225_RasMessage@@QAEAAVH225_ServiceControlIndication@@XZ @11481 NONAME ??BH225_RasMessage@@QAEAAVH225_ServiceControlResponse@@XZ @11482 NONAME ??BH225_RasMessage@@QAEAAVH225_UnknownMessageResponse@@XZ @2882 NONAME ??BH225_RasMessage@@QAEAAVH225_UnregistrationConfirm@@XZ @2883 NONAME ??BH225_RasMessage@@QAEAAVH225_UnregistrationReject@@XZ @2884 NONAME ??BH225_RasMessage@@QAEAAVH225_UnregistrationRequest@@XZ @2885 NONAME ??BH225_RasMessage@@QBEABVH225_AdmissionConfirm@@XZ @2886 NONAME ??BH225_RasMessage@@QBEABVH225_AdmissionReject@@XZ @2887 NONAME ??BH225_RasMessage@@QBEABVH225_AdmissionRequest@@XZ @2888 NONAME ??BH225_RasMessage@@QBEABVH225_ArrayOf_AdmissionConfirm@@XZ @19126 NONAME ??BH225_RasMessage@@QBEABVH225_BandwidthConfirm@@XZ @2889 NONAME ??BH225_RasMessage@@QBEABVH225_BandwidthReject@@XZ @2890 NONAME ??BH225_RasMessage@@QBEABVH225_BandwidthRequest@@XZ @2891 NONAME ??BH225_RasMessage@@QBEABVH225_DisengageConfirm@@XZ @2892 NONAME ??BH225_RasMessage@@QBEABVH225_DisengageReject@@XZ @2893 NONAME ??BH225_RasMessage@@QBEABVH225_DisengageRequest@@XZ @2894 NONAME ??BH225_RasMessage@@QBEABVH225_GatekeeperConfirm@@XZ @2895 NONAME ??BH225_RasMessage@@QBEABVH225_GatekeeperReject@@XZ @2896 NONAME ??BH225_RasMessage@@QBEABVH225_GatekeeperRequest@@XZ @2897 NONAME ??BH225_RasMessage@@QBEABVH225_InfoRequest@@XZ @2898 NONAME ??BH225_RasMessage@@QBEABVH225_InfoRequestAck@@XZ @2899 NONAME ??BH225_RasMessage@@QBEABVH225_InfoRequestNak@@XZ @2900 NONAME ??BH225_RasMessage@@QBEABVH225_InfoRequestResponse@@XZ @2901 NONAME ??BH225_RasMessage@@QBEABVH225_LocationConfirm@@XZ @2902 NONAME ??BH225_RasMessage@@QBEABVH225_LocationReject@@XZ @2903 NONAME ??BH225_RasMessage@@QBEABVH225_LocationRequest@@XZ @2904 NONAME ??BH225_RasMessage@@QBEABVH225_NonStandardMessage@@XZ @2905 NONAME ??BH225_RasMessage@@QBEABVH225_RegistrationConfirm@@XZ @2906 NONAME ??BH225_RasMessage@@QBEABVH225_RegistrationReject@@XZ @2907 NONAME ??BH225_RasMessage@@QBEABVH225_RegistrationRequest@@XZ @2908 NONAME ??BH225_RasMessage@@QBEABVH225_RequestInProgress@@XZ @2909 NONAME ??BH225_RasMessage@@QBEABVH225_ResourcesAvailableConfirm@@XZ @2910 NONAME ??BH225_RasMessage@@QBEABVH225_ResourcesAvailableIndicate@@XZ @2911 NONAME ??BH225_RasMessage@@QBEABVH225_ServiceControlIndication@@XZ @11483 NONAME ??BH225_RasMessage@@QBEABVH225_ServiceControlResponse@@XZ @11484 NONAME ??BH225_RasMessage@@QBEABVH225_UnknownMessageResponse@@XZ @2912 NONAME ??BH225_RasMessage@@QBEABVH225_UnregistrationConfirm@@XZ @2913 NONAME ??BH225_RasMessage@@QBEABVH225_UnregistrationReject@@XZ @2914 NONAME ??BH225_RasMessage@@QBEABVH225_UnregistrationRequest@@XZ @2915 NONAME ??BH225_RegistrationRejectReason@@QAEAAVH225_ArrayOf_AliasAddress@@XZ @2916 NONAME ??BH225_RegistrationRejectReason@@QAEAAVH225_RegistrationRejectReason_invalidTerminalAliases@@XZ @11485 NONAME ??BH225_RegistrationRejectReason@@QAEAAVH225_SecurityErrors@@XZ @19127 NONAME ??BH225_RegistrationRejectReason@@QBEABVH225_ArrayOf_AliasAddress@@XZ @2917 NONAME ??BH225_RegistrationRejectReason@@QBEABVH225_RegistrationRejectReason_invalidTerminalAliases@@XZ @11486 NONAME ??BH225_RegistrationRejectReason@@QBEABVH225_SecurityErrors@@XZ @19128 NONAME ??BH225_ReleaseCompleteReason@@QAEAAVH225_ConferenceIdentifier@@XZ @11487 NONAME ??BH225_ReleaseCompleteReason@@QAEAAVH225_NonStandardParameter@@XZ @11488 NONAME ??BH225_ReleaseCompleteReason@@QAEAAVH225_SecurityErrors@@XZ @19129 NONAME ??BH225_ReleaseCompleteReason@@QBEABVH225_ConferenceIdentifier@@XZ @11489 NONAME ??BH225_ReleaseCompleteReason@@QBEABVH225_NonStandardParameter@@XZ @11490 NONAME ??BH225_ReleaseCompleteReason@@QBEABVH225_SecurityErrors@@XZ @19130 NONAME ??BH225_SecurityServiceMode@@QAEAAVH225_NonStandardParameter@@XZ @2918 NONAME ??BH225_SecurityServiceMode@@QBEABVH225_NonStandardParameter@@XZ @2919 NONAME ??BH225_ServiceControlDescriptor@@QAEAAVH225_CallCreditServiceControl@@XZ @11491 NONAME ??BH225_ServiceControlDescriptor@@QAEAAVH225_H248SignalsDescriptor@@XZ @11492 NONAME ??BH225_ServiceControlDescriptor@@QAEAAVH225_NonStandardParameter@@XZ @11493 NONAME ??BH225_ServiceControlDescriptor@@QBEABVH225_CallCreditServiceControl@@XZ @11494 NONAME ??BH225_ServiceControlDescriptor@@QBEABVH225_H248SignalsDescriptor@@XZ @11495 NONAME ??BH225_ServiceControlDescriptor@@QBEABVH225_NonStandardParameter@@XZ @11496 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_H310Caps@@XZ @2920 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_H320Caps@@XZ @2921 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_H321Caps@@XZ @2922 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_H322Caps@@XZ @2923 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_H323Caps@@XZ @2924 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_H324Caps@@XZ @2925 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_NonStandardParameter@@XZ @2926 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_NonStandardProtocol@@XZ @2927 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_SIPCaps@@XZ @19131 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_T120OnlyCaps@@XZ @2928 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_T38FaxAnnexbOnlyCaps@@XZ @11497 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_VoiceCaps@@XZ @2929 NONAME ??BH225_SupportedProtocols@@QBEABVH225_H310Caps@@XZ @2930 NONAME ??BH225_SupportedProtocols@@QBEABVH225_H320Caps@@XZ @2931 NONAME ??BH225_SupportedProtocols@@QBEABVH225_H321Caps@@XZ @2932 NONAME ??BH225_SupportedProtocols@@QBEABVH225_H322Caps@@XZ @2933 NONAME ??BH225_SupportedProtocols@@QBEABVH225_H323Caps@@XZ @2934 NONAME ??BH225_SupportedProtocols@@QBEABVH225_H324Caps@@XZ @2935 NONAME ??BH225_SupportedProtocols@@QBEABVH225_NonStandardParameter@@XZ @2936 NONAME ??BH225_SupportedProtocols@@QBEABVH225_NonStandardProtocol@@XZ @2937 NONAME ??BH225_SupportedProtocols@@QBEABVH225_SIPCaps@@XZ @19132 NONAME ??BH225_SupportedProtocols@@QBEABVH225_T120OnlyCaps@@XZ @2938 NONAME ??BH225_SupportedProtocols@@QBEABVH225_T38FaxAnnexbOnlyCaps@@XZ @11498 NONAME ??BH225_SupportedProtocols@@QBEABVH225_VoiceCaps@@XZ @2939 NONAME ??BH225_TransportAddress@@QAEAAVH225_NonStandardParameter@@XZ @2940 NONAME ??BH225_TransportAddress@@QAEAAVH225_TransportAddress_ip6Address@@XZ @2941 NONAME ??BH225_TransportAddress@@QAEAAVH225_TransportAddress_ipAddress@@XZ @2942 NONAME ??BH225_TransportAddress@@QAEAAVH225_TransportAddress_ipSourceRoute@@XZ @2943 NONAME ??BH225_TransportAddress@@QAEAAVH225_TransportAddress_ipxAddress@@XZ @2944 NONAME ??BH225_TransportAddress@@QBEABVH225_NonStandardParameter@@XZ @2945 NONAME ??BH225_TransportAddress@@QBEABVH225_TransportAddress_ip6Address@@XZ @2946 NONAME ??BH225_TransportAddress@@QBEABVH225_TransportAddress_ipAddress@@XZ @2947 NONAME ??BH225_TransportAddress@@QBEABVH225_TransportAddress_ipSourceRoute@@XZ @2948 NONAME ??BH225_TransportAddress@@QBEABVH225_TransportAddress_ipxAddress@@XZ @2949 NONAME ??BH225_TunnelledProtocol_id@@QAEAAVH225_TunnelledProtocolAlternateIdentifier@@XZ @11499 NONAME ??BH225_TunnelledProtocol_id@@QBEABVH225_TunnelledProtocolAlternateIdentifier@@XZ @11500 NONAME ??BH225_UnregRejectReason@@QAEAAVH225_SecurityErrors2@@XZ @19133 NONAME ??BH225_UnregRejectReason@@QBEABVH225_SecurityErrors2@@XZ @19134 NONAME ??BH225_UnregRequestReason@@QAEAAVH225_SecurityErrors2@@XZ @19135 NONAME ??BH225_UnregRequestReason@@QBEABVH225_SecurityErrors2@@XZ @19136 NONAME ??BH235_AuthenticationMechanism@@QAEAAVH235_AuthenticationBES@@XZ @12966 NONAME ??BH235_AuthenticationMechanism@@QAEAAVH235_NonStandardParameter@@XZ @2950 NONAME ??BH235_AuthenticationMechanism@@QBEABVH235_AuthenticationBES@@XZ @12967 NONAME ??BH235_AuthenticationMechanism@@QBEABVH235_NonStandardParameter@@XZ @2951 NONAME ??BH235_CryptoToken@@QAEAAV?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@XZ @12413 NONAME ??BH235_CryptoToken@@QAEAAVH235_CryptoToken_cryptoEncryptedToken@@XZ @2953 NONAME ??BH235_CryptoToken@@QAEAAVH235_CryptoToken_cryptoHashedToken@@XZ @2954 NONAME ??BH235_CryptoToken@@QAEAAVH235_CryptoToken_cryptoSignedToken@@XZ @2955 NONAME ??BH235_CryptoToken@@QBEABV?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@XZ @12414 NONAME ??BH235_CryptoToken@@QBEABVH235_CryptoToken_cryptoEncryptedToken@@XZ @2957 NONAME ??BH235_CryptoToken@@QBEABVH235_CryptoToken_cryptoHashedToken@@XZ @2958 NONAME ??BH235_CryptoToken@@QBEABVH235_CryptoToken_cryptoSignedToken@@XZ @2959 NONAME ??BH235_ECKASDH@@QAEAAVH235_ECKASDH_eckasdh2@@XZ @12968 NONAME ??BH235_ECKASDH@@QAEAAVH235_ECKASDH_eckasdhp@@XZ @12969 NONAME ??BH235_ECKASDH@@QBEABVH235_ECKASDH_eckasdh2@@XZ @12970 NONAME ??BH235_ECKASDH@@QBEABVH235_ECKASDH_eckasdhp@@XZ @12971 NONAME ??BH235_H235Key@@QAEAAV?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@XZ @12415 NONAME ??BH235_H235Key@@QAEAAV?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@XZ @12416 NONAME ??BH235_H235Key@@QAEAAVH235_KeyMaterial@@XZ @2962 NONAME ??BH235_H235Key@@QAEAAVH235_V3KeySyncMaterial@@XZ @19137 NONAME ??BH235_H235Key@@QBEABV?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@XZ @12417 NONAME ??BH235_H235Key@@QBEABV?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@XZ @12418 NONAME ??BH235_H235Key@@QBEABVH235_KeyMaterial@@XZ @2965 NONAME ??BH235_H235Key@@QBEABVH235_V3KeySyncMaterial@@XZ @19138 NONAME ??BH245_AudioCapability@@QAEAAVH245_AudioCapability_g7231@@XZ @2966 NONAME ??BH245_AudioCapability@@QAEAAVH245_G7231AnnexCCapability@@XZ @2967 NONAME ??BH245_AudioCapability@@QAEAAVH245_G729Extensions@@XZ @11501 NONAME ??BH245_AudioCapability@@QAEAAVH245_GenericCapability@@XZ @11502 NONAME ??BH245_AudioCapability@@QAEAAVH245_GSMAudioCapability@@XZ @2968 NONAME ??BH245_AudioCapability@@QAEAAVH245_IS11172AudioCapability@@XZ @2969 NONAME ??BH245_AudioCapability@@QAEAAVH245_IS13818AudioCapability@@XZ @2970 NONAME ??BH245_AudioCapability@@QAEAAVH245_NonStandardParameter@@XZ @2971 NONAME ??BH245_AudioCapability@@QAEAAVH245_NoPTAudioTelephonyEventCapability@@XZ @19139 NONAME ??BH245_AudioCapability@@QAEAAVH245_NoPTAudioToneCapability@@XZ @19140 NONAME ??BH245_AudioCapability@@QAEAAVH245_VBDCapability@@XZ @19141 NONAME ??BH245_AudioCapability@@QBEABVH245_AudioCapability_g7231@@XZ @2972 NONAME ??BH245_AudioCapability@@QBEABVH245_G7231AnnexCCapability@@XZ @2973 NONAME ??BH245_AudioCapability@@QBEABVH245_G729Extensions@@XZ @11503 NONAME ??BH245_AudioCapability@@QBEABVH245_GenericCapability@@XZ @11504 NONAME ??BH245_AudioCapability@@QBEABVH245_GSMAudioCapability@@XZ @2974 NONAME ??BH245_AudioCapability@@QBEABVH245_IS11172AudioCapability@@XZ @2975 NONAME ??BH245_AudioCapability@@QBEABVH245_IS13818AudioCapability@@XZ @2976 NONAME ??BH245_AudioCapability@@QBEABVH245_NonStandardParameter@@XZ @2977 NONAME ??BH245_AudioCapability@@QBEABVH245_NoPTAudioTelephonyEventCapability@@XZ @19142 NONAME ??BH245_AudioCapability@@QBEABVH245_NoPTAudioToneCapability@@XZ @19143 NONAME ??BH245_AudioCapability@@QBEABVH245_VBDCapability@@XZ @19144 NONAME ??BH245_AudioMode@@QAEAAVH245_AudioMode_g7231@@XZ @2978 NONAME ??BH245_AudioMode@@QAEAAVH245_G7231AnnexCMode@@XZ @2979 NONAME ??BH245_AudioMode@@QAEAAVH245_G729Extensions@@XZ @11505 NONAME ??BH245_AudioMode@@QAEAAVH245_GenericCapability@@XZ @11506 NONAME ??BH245_AudioMode@@QAEAAVH245_GSMAudioCapability@@XZ @2980 NONAME ??BH245_AudioMode@@QAEAAVH245_IS11172AudioMode@@XZ @2981 NONAME ??BH245_AudioMode@@QAEAAVH245_IS13818AudioMode@@XZ @2982 NONAME ??BH245_AudioMode@@QAEAAVH245_NonStandardParameter@@XZ @2983 NONAME ??BH245_AudioMode@@QAEAAVH245_VBDMode@@XZ @19145 NONAME ??BH245_AudioMode@@QBEABVH245_AudioMode_g7231@@XZ @2984 NONAME ??BH245_AudioMode@@QBEABVH245_G7231AnnexCMode@@XZ @2985 NONAME ??BH245_AudioMode@@QBEABVH245_G729Extensions@@XZ @11507 NONAME ??BH245_AudioMode@@QBEABVH245_GenericCapability@@XZ @11508 NONAME ??BH245_AudioMode@@QBEABVH245_GSMAudioCapability@@XZ @2986 NONAME ??BH245_AudioMode@@QBEABVH245_IS11172AudioMode@@XZ @2987 NONAME ??BH245_AudioMode@@QBEABVH245_IS13818AudioMode@@XZ @2988 NONAME ??BH245_AudioMode@@QBEABVH245_NonStandardParameter@@XZ @2989 NONAME ??BH245_AudioMode@@QBEABVH245_VBDMode@@XZ @19146 NONAME ??BH245_Capability@@QAEAAVH245_AlternativeCapabilitySet@@XZ @30154 NONAME ??BH245_Capability@@QAEAAVH245_AudioCapability@@XZ @2990 NONAME ??BH245_Capability@@QAEAAVH245_AudioTelephonyEventCapability@@XZ @11509 NONAME ??BH245_Capability@@QAEAAVH245_AudioToneCapability@@XZ @11510 NONAME ??BH245_Capability@@QAEAAVH245_Capability_h233EncryptionReceiveCapability@@XZ @2991 NONAME ??BH245_Capability@@QAEAAVH245_ConferenceCapability@@XZ @2992 NONAME ??BH245_Capability@@QAEAAVH245_DataApplicationCapability@@XZ @2993 NONAME ??BH245_Capability@@QAEAAVH245_DepFECCapability@@XZ @30155 NONAME ??BH245_Capability@@QAEAAVH245_FECCapability@@XZ @19147 NONAME ??BH245_Capability@@QAEAAVH245_GenericCapability@@XZ @11511 NONAME ??BH245_Capability@@QAEAAVH245_H235SecurityCapability@@XZ @2994 NONAME ??BH245_Capability@@QAEAAVH245_MultiplePayloadStreamCapability@@XZ @19148 NONAME ??BH245_Capability@@QAEAAVH245_MultiplexedStreamCapability@@XZ @11512 NONAME ??BH245_Capability@@QAEAAVH245_NonStandardParameter@@XZ @2995 NONAME ??BH245_Capability@@QAEAAVH245_RedundancyEncodingCapability@@XZ @30156 NONAME ??BH245_Capability@@QAEAAVH245_UserInputCapability@@XZ @2996 NONAME ??BH245_Capability@@QAEAAVH245_VideoCapability@@XZ @2997 NONAME ??BH245_Capability@@QBEABVH245_AlternativeCapabilitySet@@XZ @30157 NONAME ??BH245_Capability@@QBEABVH245_AudioCapability@@XZ @2998 NONAME ??BH245_Capability@@QBEABVH245_AudioTelephonyEventCapability@@XZ @11513 NONAME ??BH245_Capability@@QBEABVH245_AudioToneCapability@@XZ @11514 NONAME ??BH245_Capability@@QBEABVH245_Capability_h233EncryptionReceiveCapability@@XZ @2999 NONAME ??BH245_Capability@@QBEABVH245_ConferenceCapability@@XZ @3000 NONAME ??BH245_Capability@@QBEABVH245_DataApplicationCapability@@XZ @3001 NONAME ??BH245_Capability@@QBEABVH245_DepFECCapability@@XZ @30158 NONAME ??BH245_Capability@@QBEABVH245_FECCapability@@XZ @19149 NONAME ??BH245_Capability@@QBEABVH245_GenericCapability@@XZ @11515 NONAME ??BH245_Capability@@QBEABVH245_H235SecurityCapability@@XZ @3002 NONAME ??BH245_Capability@@QBEABVH245_MultiplePayloadStreamCapability@@XZ @19150 NONAME ??BH245_Capability@@QBEABVH245_MultiplexedStreamCapability@@XZ @11516 NONAME ??BH245_Capability@@QBEABVH245_NonStandardParameter@@XZ @3003 NONAME ??BH245_Capability@@QBEABVH245_RedundancyEncodingCapability@@XZ @30159 NONAME ??BH245_Capability@@QBEABVH245_UserInputCapability@@XZ @3004 NONAME ??BH245_Capability@@QBEABVH245_VideoCapability@@XZ @3005 NONAME ??BH245_CapabilityIdentifier@@QAEAAVH245_NonStandardParameter@@XZ @11517 NONAME ??BH245_CapabilityIdentifier@@QBEABVH245_NonStandardParameter@@XZ @11518 NONAME ??BH245_CommandMessage@@QAEAAVH245_CommunicationModeCommand@@XZ @3006 NONAME ??BH245_CommandMessage@@QAEAAVH245_ConferenceCommand@@XZ @3007 NONAME ??BH245_CommandMessage@@QAEAAVH245_EncryptionCommand@@XZ @3008 NONAME ??BH245_CommandMessage@@QAEAAVH245_EndSessionCommand@@XZ @3009 NONAME ??BH245_CommandMessage@@QAEAAVH245_FlowControlCommand@@XZ @3010 NONAME ??BH245_CommandMessage@@QAEAAVH245_GenericMessage@@XZ @30160 NONAME ??BH245_CommandMessage@@QAEAAVH245_H223MultiplexReconfiguration@@XZ @3011 NONAME ??BH245_CommandMessage@@QAEAAVH245_MaintenanceLoopOffCommand@@XZ @3012 NONAME ??BH245_CommandMessage@@QAEAAVH245_MiscellaneousCommand@@XZ @3013 NONAME ??BH245_CommandMessage@@QAEAAVH245_MobileMultilinkReconfigurationCommand@@XZ @11519 NONAME ??BH245_CommandMessage@@QAEAAVH245_NewATMVCCommand@@XZ @11520 NONAME ??BH245_CommandMessage@@QAEAAVH245_NonStandardMessage@@XZ @3014 NONAME ??BH245_CommandMessage@@QAEAAVH245_SendTerminalCapabilitySet@@XZ @3015 NONAME ??BH245_CommandMessage@@QBEABVH245_CommunicationModeCommand@@XZ @3016 NONAME ??BH245_CommandMessage@@QBEABVH245_ConferenceCommand@@XZ @3017 NONAME ??BH245_CommandMessage@@QBEABVH245_EncryptionCommand@@XZ @3018 NONAME ??BH245_CommandMessage@@QBEABVH245_EndSessionCommand@@XZ @3019 NONAME ??BH245_CommandMessage@@QBEABVH245_FlowControlCommand@@XZ @3020 NONAME ??BH245_CommandMessage@@QBEABVH245_GenericMessage@@XZ @30161 NONAME ??BH245_CommandMessage@@QBEABVH245_H223MultiplexReconfiguration@@XZ @3021 NONAME ??BH245_CommandMessage@@QBEABVH245_MaintenanceLoopOffCommand@@XZ @3022 NONAME ??BH245_CommandMessage@@QBEABVH245_MiscellaneousCommand@@XZ @3023 NONAME ??BH245_CommandMessage@@QBEABVH245_MobileMultilinkReconfigurationCommand@@XZ @11521 NONAME ??BH245_CommandMessage@@QBEABVH245_NewATMVCCommand@@XZ @11522 NONAME ??BH245_CommandMessage@@QBEABVH245_NonStandardMessage@@XZ @3024 NONAME ??BH245_CommandMessage@@QBEABVH245_SendTerminalCapabilitySet@@XZ @3025 NONAME ??BH245_CommunicationModeResponse@@QAEAAVH245_ArrayOf_CommunicationModeTableEntry@@XZ @3026 NONAME ??BH245_CommunicationModeResponse@@QBEABVH245_ArrayOf_CommunicationModeTableEntry@@XZ @3027 NONAME ??BH245_CommunicationModeTableEntry_dataType@@QAEAAVH245_AudioCapability@@XZ @3028 NONAME ??BH245_CommunicationModeTableEntry_dataType@@QAEAAVH245_DataApplicationCapability@@XZ @3029 NONAME ??BH245_CommunicationModeTableEntry_dataType@@QAEAAVH245_VideoCapability@@XZ @3030 NONAME ??BH245_CommunicationModeTableEntry_dataType@@QBEABVH245_AudioCapability@@XZ @3031 NONAME ??BH245_CommunicationModeTableEntry_dataType@@QBEABVH245_DataApplicationCapability@@XZ @3032 NONAME ??BH245_CommunicationModeTableEntry_dataType@@QBEABVH245_VideoCapability@@XZ @3033 NONAME ??BH245_CompressionType@@QAEAAVH245_V42bis@@XZ @3034 NONAME ??BH245_CompressionType@@QBEABVH245_V42bis@@XZ @3035 NONAME ??BH245_ConferenceCommand@@QAEAAVH245_LogicalChannelNumber@@XZ @3036 NONAME ??BH245_ConferenceCommand@@QAEAAVH245_SubstituteConferenceIDCommand@@XZ @3037 NONAME ??BH245_ConferenceCommand@@QAEAAVH245_TerminalLabel@@XZ @3038 NONAME ??BH245_ConferenceCommand@@QBEABVH245_LogicalChannelNumber@@XZ @3039 NONAME ??BH245_ConferenceCommand@@QBEABVH245_SubstituteConferenceIDCommand@@XZ @3040 NONAME ??BH245_ConferenceCommand@@QBEABVH245_TerminalLabel@@XZ @3041 NONAME ??BH245_ConferenceIndication@@QAEAAVH245_TerminalLabel@@XZ @3042 NONAME ??BH245_ConferenceIndication@@QAEAAVH245_TerminalYouAreSeeingInSubPictureNumber@@XZ @3043 NONAME ??BH245_ConferenceIndication@@QAEAAVH245_VideoIndicateCompose@@XZ @3044 NONAME ??BH245_ConferenceIndication@@QBEABVH245_TerminalLabel@@XZ @3045 NONAME ??BH245_ConferenceIndication@@QBEABVH245_TerminalYouAreSeeingInSubPictureNumber@@XZ @3046 NONAME ??BH245_ConferenceIndication@@QBEABVH245_VideoIndicateCompose@@XZ @3047 NONAME ??BH245_ConferenceRequest@@QAEAAVH245_ConferenceRequest_requestTerminalCertificate@@XZ @3048 NONAME ??BH245_ConferenceRequest@@QAEAAVH245_LogicalChannelNumber@@XZ @3049 NONAME ??BH245_ConferenceRequest@@QAEAAVH245_RemoteMCRequest@@XZ @3050 NONAME ??BH245_ConferenceRequest@@QAEAAVH245_TerminalLabel@@XZ @3051 NONAME ??BH245_ConferenceRequest@@QBEABVH245_ConferenceRequest_requestTerminalCertificate@@XZ @3052 NONAME ??BH245_ConferenceRequest@@QBEABVH245_LogicalChannelNumber@@XZ @3053 NONAME ??BH245_ConferenceRequest@@QBEABVH245_RemoteMCRequest@@XZ @3054 NONAME ??BH245_ConferenceRequest@@QBEABVH245_TerminalLabel@@XZ @3055 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ArrayOf_TerminalLabel@@XZ @3056 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_broadcastMyLogicalChannelResponse@@XZ @3057 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_chairTokenOwnerResponse@@XZ @3058 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_conferenceIDResponse@@XZ @3059 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_extensionAddressResponse@@XZ @3060 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_makeMeChairResponse@@XZ @3061 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_makeTerminalBroadcasterResponse@@XZ @3062 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_mCTerminalIDResponse@@XZ @3063 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_passwordResponse@@XZ @3064 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_sendThisSourceResponse@@XZ @3065 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_terminalCertificateResponse@@XZ @3066 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_terminalIDResponse@@XZ @3067 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_RemoteMCResponse@@XZ @3068 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_RequestAllTerminalIDsResponse@@XZ @3069 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ArrayOf_TerminalLabel@@XZ @3070 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_broadcastMyLogicalChannelResponse@@XZ @3071 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_chairTokenOwnerResponse@@XZ @3072 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_conferenceIDResponse@@XZ @3073 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_extensionAddressResponse@@XZ @3074 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_makeMeChairResponse@@XZ @3075 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_makeTerminalBroadcasterResponse@@XZ @3076 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_mCTerminalIDResponse@@XZ @3077 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_passwordResponse@@XZ @3078 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_sendThisSourceResponse@@XZ @3079 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_terminalCertificateResponse@@XZ @3080 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_terminalIDResponse@@XZ @3081 NONAME ??BH245_ConferenceResponse@@QBEABVH245_RemoteMCResponse@@XZ @3082 NONAME ??BH245_ConferenceResponse@@QBEABVH245_RequestAllTerminalIDsResponse@@XZ @3083 NONAME ??BH245_CustomPictureFormat_pixelAspectInformation@@QAEAAVH245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@XZ @3084 NONAME ??BH245_CustomPictureFormat_pixelAspectInformation@@QAEAAVH245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@XZ @3085 NONAME ??BH245_CustomPictureFormat_pixelAspectInformation@@QBEABVH245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@XZ @3086 NONAME ??BH245_CustomPictureFormat_pixelAspectInformation@@QBEABVH245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@XZ @3087 NONAME ??BH245_DataApplicationCapability_application@@QAEAAVH245_DataApplicationCapability_application_nlpid@@XZ @3088 NONAME ??BH245_DataApplicationCapability_application@@QAEAAVH245_DataApplicationCapability_application_t38fax@@XZ @11523 NONAME ??BH245_DataApplicationCapability_application@@QAEAAVH245_DataApplicationCapability_application_t84@@XZ @3089 NONAME ??BH245_DataApplicationCapability_application@@QAEAAVH245_DataProtocolCapability@@XZ @3090 NONAME ??BH245_DataApplicationCapability_application@@QAEAAVH245_GenericCapability@@XZ @11524 NONAME ??BH245_DataApplicationCapability_application@@QAEAAVH245_NonStandardParameter@@XZ @3091 NONAME ??BH245_DataApplicationCapability_application@@QBEABVH245_DataApplicationCapability_application_nlpid@@XZ @3092 NONAME ??BH245_DataApplicationCapability_application@@QBEABVH245_DataApplicationCapability_application_t38fax@@XZ @11525 NONAME ??BH245_DataApplicationCapability_application@@QBEABVH245_DataApplicationCapability_application_t84@@XZ @3093 NONAME ??BH245_DataApplicationCapability_application@@QBEABVH245_DataProtocolCapability@@XZ @3094 NONAME ??BH245_DataApplicationCapability_application@@QBEABVH245_GenericCapability@@XZ @11526 NONAME ??BH245_DataApplicationCapability_application@@QBEABVH245_NonStandardParameter@@XZ @3095 NONAME ??BH245_DataMode_application@@QAEAAVH245_DataMode_application_nlpid@@XZ @3096 NONAME ??BH245_DataMode_application@@QAEAAVH245_DataMode_application_t38fax@@XZ @11527 NONAME ??BH245_DataMode_application@@QAEAAVH245_DataProtocolCapability@@XZ @3097 NONAME ??BH245_DataMode_application@@QAEAAVH245_GenericCapability@@XZ @11528 NONAME ??BH245_DataMode_application@@QAEAAVH245_NonStandardParameter@@XZ @3098 NONAME ??BH245_DataMode_application@@QBEABVH245_DataMode_application_nlpid@@XZ @3099 NONAME ??BH245_DataMode_application@@QBEABVH245_DataMode_application_t38fax@@XZ @11529 NONAME ??BH245_DataMode_application@@QBEABVH245_DataProtocolCapability@@XZ @3100 NONAME ??BH245_DataMode_application@@QBEABVH245_GenericCapability@@XZ @11530 NONAME ??BH245_DataMode_application@@QBEABVH245_NonStandardParameter@@XZ @3101 NONAME ??BH245_DataProtocolCapability@@QAEAAVH245_DataProtocolCapability_v76wCompression@@XZ @3102 NONAME ??BH245_DataProtocolCapability@@QAEAAVH245_NonStandardParameter@@XZ @3103 NONAME ??BH245_DataProtocolCapability@@QBEABVH245_DataProtocolCapability_v76wCompression@@XZ @3104 NONAME ??BH245_DataProtocolCapability@@QBEABVH245_NonStandardParameter@@XZ @3105 NONAME ??BH245_DataProtocolCapability_v76wCompression@@QAEAAVH245_CompressionType@@XZ @3106 NONAME ??BH245_DataProtocolCapability_v76wCompression@@QBEABVH245_CompressionType@@XZ @3107 NONAME ??BH245_DataType@@QAEAAVH245_AudioCapability@@XZ @3108 NONAME ??BH245_DataType@@QAEAAVH245_DataApplicationCapability@@XZ @3109 NONAME ??BH245_DataType@@QAEAAVH245_DepFECData@@XZ @30162 NONAME ??BH245_DataType@@QAEAAVH245_EncryptionMode@@XZ @3110 NONAME ??BH245_DataType@@QAEAAVH245_FECData@@XZ @19151 NONAME ??BH245_DataType@@QAEAAVH245_H235Media@@XZ @3111 NONAME ??BH245_DataType@@QAEAAVH245_MultiplePayloadStream@@XZ @19152 NONAME ??BH245_DataType@@QAEAAVH245_MultiplexedStreamParameter@@XZ @11531 NONAME ??BH245_DataType@@QAEAAVH245_NonStandardParameter@@XZ @3112 NONAME ??BH245_DataType@@QAEAAVH245_RedundancyEncoding@@XZ @19153 NONAME ??BH245_DataType@@QAEAAVH245_VideoCapability@@XZ @3113 NONAME ??BH245_DataType@@QBEABVH245_AudioCapability@@XZ @3114 NONAME ??BH245_DataType@@QBEABVH245_DataApplicationCapability@@XZ @3115 NONAME ??BH245_DataType@@QBEABVH245_DepFECData@@XZ @30163 NONAME ??BH245_DataType@@QBEABVH245_EncryptionMode@@XZ @3116 NONAME ??BH245_DataType@@QBEABVH245_FECData@@XZ @19154 NONAME ??BH245_DataType@@QBEABVH245_H235Media@@XZ @3117 NONAME ??BH245_DataType@@QBEABVH245_MultiplePayloadStream@@XZ @19155 NONAME ??BH245_DataType@@QBEABVH245_MultiplexedStreamParameter@@XZ @11532 NONAME ??BH245_DataType@@QBEABVH245_NonStandardParameter@@XZ @3118 NONAME ??BH245_DataType@@QBEABVH245_RedundancyEncoding@@XZ @19156 NONAME ??BH245_DataType@@QBEABVH245_VideoCapability@@XZ @3119 NONAME ??BH245_DepFECCapability@@QAEAAVH245_DepFECCapability_rfc2733@@XZ @30164 NONAME ??BH245_DepFECCapability@@QBEABVH245_DepFECCapability_rfc2733@@XZ @30165 NONAME ??BH245_DepFECData@@QAEAAVH245_DepFECData_rfc2733@@XZ @30166 NONAME ??BH245_DepFECData@@QBEABVH245_DepFECData_rfc2733@@XZ @30167 NONAME ??BH245_DepFECData_rfc2733_mode@@QAEAAVH245_DepFECData_rfc2733_mode_separateStream@@XZ @30168 NONAME ??BH245_DepFECData_rfc2733_mode@@QBEABVH245_DepFECData_rfc2733_mode_separateStream@@XZ @30169 NONAME ??BH245_DepFECData_rfc2733_mode_separateStream@@QAEAAVH245_DepFECData_rfc2733_mode_separateStream_differentPort@@XZ @30170 NONAME ??BH245_DepFECData_rfc2733_mode_separateStream@@QAEAAVH245_DepFECData_rfc2733_mode_separateStream_samePort@@XZ @30171 NONAME ??BH245_DepFECData_rfc2733_mode_separateStream@@QBEABVH245_DepFECData_rfc2733_mode_separateStream_differentPort@@XZ @30172 NONAME ??BH245_DepFECData_rfc2733_mode_separateStream@@QBEABVH245_DepFECData_rfc2733_mode_separateStream_samePort@@XZ @30173 NONAME ??BH245_DepFECMode@@QAEAAVH245_DepFECMode_rfc2733Mode@@XZ @30174 NONAME ??BH245_DepFECMode@@QBEABVH245_DepFECMode_rfc2733Mode@@XZ @30175 NONAME ??BH245_DepFECMode_rfc2733Mode_mode@@QAEAAVH245_DepFECMode_rfc2733Mode_mode_separateStream@@XZ @30176 NONAME ??BH245_DepFECMode_rfc2733Mode_mode@@QBEABVH245_DepFECMode_rfc2733Mode_mode_separateStream@@XZ @30177 NONAME ??BH245_DepFECMode_rfc2733Mode_mode_separateStream@@QAEAAVH245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@XZ @30178 NONAME ??BH245_DepFECMode_rfc2733Mode_mode_separateStream@@QAEAAVH245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@XZ @30179 NONAME ??BH245_DepFECMode_rfc2733Mode_mode_separateStream@@QBEABVH245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@XZ @30180 NONAME ??BH245_DepFECMode_rfc2733Mode_mode_separateStream@@QBEABVH245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@XZ @30181 NONAME ??BH245_DialingInformation@@QAEAAVH245_ArrayOf_DialingInformationNumber@@XZ @11533 NONAME ??BH245_DialingInformation@@QAEAAVH245_NonStandardMessage@@XZ @11534 NONAME ??BH245_DialingInformation@@QBEABVH245_ArrayOf_DialingInformationNumber@@XZ @11535 NONAME ??BH245_DialingInformation@@QBEABVH245_NonStandardMessage@@XZ @11536 NONAME ??BH245_DialingInformationNetworkType@@QAEAAVH245_NonStandardMessage@@XZ @11537 NONAME ??BH245_DialingInformationNetworkType@@QBEABVH245_NonStandardMessage@@XZ @11538 NONAME ??BH245_EncryptionCommand@@QAEAAVH245_EncryptionCommand_encryptionAlgorithmID@@XZ @3120 NONAME ??BH245_EncryptionCommand@@QBEABVH245_EncryptionCommand_encryptionAlgorithmID@@XZ @3121 NONAME ??BH245_EncryptionMode@@QAEAAVH245_NonStandardParameter@@XZ @3122 NONAME ??BH245_EncryptionMode@@QBEABVH245_NonStandardParameter@@XZ @3123 NONAME ??BH245_EndSessionCommand@@QAEAAVH245_EndSessionCommand_gstnOptions@@XZ @3124 NONAME ??BH245_EndSessionCommand@@QAEAAVH245_EndSessionCommand_isdnOptions@@XZ @3125 NONAME ??BH245_EndSessionCommand@@QAEAAVH245_NonStandardParameter@@XZ @3126 NONAME ??BH245_EndSessionCommand@@QBEABVH245_EndSessionCommand_gstnOptions@@XZ @3127 NONAME ??BH245_EndSessionCommand@@QBEABVH245_EndSessionCommand_isdnOptions@@XZ @3128 NONAME ??BH245_EndSessionCommand@@QBEABVH245_NonStandardParameter@@XZ @3129 NONAME ??BH245_FECCapability_rfc2733Format@@QAEAAVH245_MaxRedundancy@@XZ @30182 NONAME ??BH245_FECCapability_rfc2733Format@@QBEABVH245_MaxRedundancy@@XZ @30183 NONAME ??BH245_FECData@@QAEAAVH245_FECData_rfc2733@@XZ @19159 NONAME ??BH245_FECData@@QBEABVH245_FECData_rfc2733@@XZ @19160 NONAME ??BH245_FECData_rfc2733_pktMode@@QAEAAVH245_FECData_rfc2733_pktMode_rfc2733diffport@@XZ @30184 NONAME ??BH245_FECData_rfc2733_pktMode@@QAEAAVH245_FECData_rfc2733_pktMode_rfc2733sameport@@XZ @30185 NONAME ??BH245_FECData_rfc2733_pktMode@@QBEABVH245_FECData_rfc2733_pktMode_rfc2733diffport@@XZ @30186 NONAME ??BH245_FECData_rfc2733_pktMode@@QBEABVH245_FECData_rfc2733_pktMode_rfc2733sameport@@XZ @30187 NONAME ??BH245_FECMode_rfc2733Format@@QAEAAVH245_MaxRedundancy@@XZ @30188 NONAME ??BH245_FECMode_rfc2733Format@@QBEABVH245_MaxRedundancy@@XZ @30189 NONAME ??BH245_FlowControlCommand_scope@@QAEAAVH245_LogicalChannelNumber@@XZ @3130 NONAME ??BH245_FlowControlCommand_scope@@QBEABVH245_LogicalChannelNumber@@XZ @3131 NONAME ??BH245_FlowControlIndication_scope@@QAEAAVH245_LogicalChannelNumber@@XZ @11539 NONAME ??BH245_FlowControlIndication_scope@@QBEABVH245_LogicalChannelNumber@@XZ @11540 NONAME ??BH245_FunctionNotUnderstood@@QAEAAVH245_CommandMessage@@XZ @3132 NONAME ??BH245_FunctionNotUnderstood@@QAEAAVH245_RequestMessage@@XZ @3133 NONAME ??BH245_FunctionNotUnderstood@@QAEAAVH245_ResponseMessage@@XZ @3134 NONAME ??BH245_FunctionNotUnderstood@@QBEABVH245_CommandMessage@@XZ @3135 NONAME ??BH245_FunctionNotUnderstood@@QBEABVH245_RequestMessage@@XZ @3136 NONAME ??BH245_FunctionNotUnderstood@@QBEABVH245_ResponseMessage@@XZ @3137 NONAME ??BH245_H223AL1MParameters_arqType@@QAEAAVH245_H223AnnexCArqParameters@@XZ @3138 NONAME ??BH245_H223AL1MParameters_arqType@@QBEABVH245_H223AnnexCArqParameters@@XZ @3139 NONAME ??BH245_H223AL3MParameters_arqType@@QAEAAVH245_H223AnnexCArqParameters@@XZ @3140 NONAME ??BH245_H223AL3MParameters_arqType@@QBEABVH245_H223AnnexCArqParameters@@XZ @3141 NONAME ??BH245_H223Capability_h223MultiplexTableCapability@@QAEAAVH245_H223Capability_h223MultiplexTableCapability_enhanced@@XZ @3142 NONAME ??BH245_H223Capability_h223MultiplexTableCapability@@QBEABVH245_H223Capability_h223MultiplexTableCapability_enhanced@@XZ @3143 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QAEAAVH245_H223AL1MParameters@@XZ @3144 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QAEAAVH245_H223AL2MParameters@@XZ @3145 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QAEAAVH245_H223AL3MParameters@@XZ @3146 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QAEAAVH245_H223LogicalChannelParameters_adaptationLayerType_al3@@XZ @3147 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QAEAAVH245_NonStandardParameter@@XZ @3148 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QBEABVH245_H223AL1MParameters@@XZ @3149 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QBEABVH245_H223AL2MParameters@@XZ @3150 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QBEABVH245_H223AL3MParameters@@XZ @3151 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QBEABVH245_H223LogicalChannelParameters_adaptationLayerType_al3@@XZ @3152 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QBEABVH245_NonStandardParameter@@XZ @3153 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QAEAAVH245_H223AL1MParameters@@XZ @3154 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QAEAAVH245_H223AL2MParameters@@XZ @3155 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QAEAAVH245_H223AL3MParameters@@XZ @3156 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QAEAAVH245_H223ModeParameters_adaptationLayerType_al3@@XZ @3157 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QAEAAVH245_NonStandardParameter@@XZ @3158 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QBEABVH245_H223AL1MParameters@@XZ @3159 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QBEABVH245_H223AL2MParameters@@XZ @3160 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QBEABVH245_H223AL3MParameters@@XZ @3161 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QBEABVH245_H223ModeParameters_adaptationLayerType_al3@@XZ @3162 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QBEABVH245_NonStandardParameter@@XZ @3163 NONAME ??BH245_H223MultiplexReconfiguration@@QAEAAVH245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@XZ @3164 NONAME ??BH245_H223MultiplexReconfiguration@@QAEAAVH245_H223MultiplexReconfiguration_h223ModeChange@@XZ @3165 NONAME ??BH245_H223MultiplexReconfiguration@@QBEABVH245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@XZ @3166 NONAME ??BH245_H223MultiplexReconfiguration@@QBEABVH245_H223MultiplexReconfiguration_h223ModeChange@@XZ @3167 NONAME ??BH245_H2250LogicalChannelParameters_mediaPacketization@@QAEAAVH245_RTPPayloadType@@XZ @3168 NONAME ??BH245_H2250LogicalChannelParameters_mediaPacketization@@QBEABVH245_RTPPayloadType@@XZ @3169 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_AudioCapability@@XZ @3170 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_DataApplicationCapability@@XZ @3171 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_DepFECData@@XZ @30190 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_FECData@@XZ @19175 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_MultiplePayloadStream@@XZ @19176 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_NonStandardParameter@@XZ @3172 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_RedundancyEncoding@@XZ @19177 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_VideoCapability@@XZ @3173 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_AudioCapability@@XZ @3174 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_DataApplicationCapability@@XZ @3175 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_DepFECData@@XZ @30191 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_FECData@@XZ @19178 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_MultiplePayloadStream@@XZ @19179 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_NonStandardParameter@@XZ @3176 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_RedundancyEncoding@@XZ @19180 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_VideoCapability@@XZ @3177 NONAME ??BH245_H235Mode_mediaMode@@QAEAAVH245_AudioMode@@XZ @3178 NONAME ??BH245_H235Mode_mediaMode@@QAEAAVH245_DataMode@@XZ @3179 NONAME ??BH245_H235Mode_mediaMode@@QAEAAVH245_NonStandardParameter@@XZ @3180 NONAME ??BH245_H235Mode_mediaMode@@QAEAAVH245_VideoMode@@XZ @3181 NONAME ??BH245_H235Mode_mediaMode@@QBEABVH245_AudioMode@@XZ @3182 NONAME ??BH245_H235Mode_mediaMode@@QBEABVH245_DataMode@@XZ @3183 NONAME ??BH245_H235Mode_mediaMode@@QBEABVH245_NonStandardParameter@@XZ @3184 NONAME ??BH245_H235Mode_mediaMode@@QBEABVH245_VideoMode@@XZ @3185 NONAME ??BH245_IndicationMessage@@QAEAAVH245_ConferenceIndication@@XZ @3186 NONAME ??BH245_IndicationMessage@@QAEAAVH245_FlowControlIndication@@XZ @11541 NONAME ??BH245_IndicationMessage@@QAEAAVH245_FunctionNotSupported@@XZ @3187 NONAME ??BH245_IndicationMessage@@QAEAAVH245_FunctionNotUnderstood@@XZ @3188 NONAME ??BH245_IndicationMessage@@QAEAAVH245_GenericMessage@@XZ @30192 NONAME ??BH245_IndicationMessage@@QAEAAVH245_H223SkewIndication@@XZ @3189 NONAME ??BH245_IndicationMessage@@QAEAAVH245_H2250MaximumSkewIndication@@XZ @3190 NONAME ??BH245_IndicationMessage@@QAEAAVH245_JitterIndication@@XZ @3191 NONAME ??BH245_IndicationMessage@@QAEAAVH245_LogicalChannelRateRelease@@XZ @11542 NONAME ??BH245_IndicationMessage@@QAEAAVH245_MasterSlaveDeterminationRelease@@XZ @3192 NONAME ??BH245_IndicationMessage@@QAEAAVH245_MCLocationIndication@@XZ @3193 NONAME ??BH245_IndicationMessage@@QAEAAVH245_MiscellaneousIndication@@XZ @3194 NONAME ??BH245_IndicationMessage@@QAEAAVH245_MobileMultilinkReconfigurationIndication@@XZ @11543 NONAME ??BH245_IndicationMessage@@QAEAAVH245_MultilinkIndication@@XZ @11544 NONAME ??BH245_IndicationMessage@@QAEAAVH245_MultiplexEntrySendRelease@@XZ @3195 NONAME ??BH245_IndicationMessage@@QAEAAVH245_NewATMVCIndication@@XZ @3196 NONAME ??BH245_IndicationMessage@@QAEAAVH245_NonStandardMessage@@XZ @3197 NONAME ??BH245_IndicationMessage@@QAEAAVH245_OpenLogicalChannelConfirm@@XZ @3198 NONAME ??BH245_IndicationMessage@@QAEAAVH245_RequestChannelCloseRelease@@XZ @3199 NONAME ??BH245_IndicationMessage@@QAEAAVH245_RequestModeRelease@@XZ @3200 NONAME ??BH245_IndicationMessage@@QAEAAVH245_RequestMultiplexEntryRelease@@XZ @3201 NONAME ??BH245_IndicationMessage@@QAEAAVH245_TerminalCapabilitySetRelease@@XZ @3202 NONAME ??BH245_IndicationMessage@@QAEAAVH245_UserInputIndication@@XZ @3203 NONAME ??BH245_IndicationMessage@@QAEAAVH245_VendorIdentification@@XZ @3204 NONAME ??BH245_IndicationMessage@@QBEABVH245_ConferenceIndication@@XZ @3205 NONAME ??BH245_IndicationMessage@@QBEABVH245_FlowControlIndication@@XZ @11545 NONAME ??BH245_IndicationMessage@@QBEABVH245_FunctionNotSupported@@XZ @3206 NONAME ??BH245_IndicationMessage@@QBEABVH245_FunctionNotUnderstood@@XZ @3207 NONAME ??BH245_IndicationMessage@@QBEABVH245_GenericMessage@@XZ @30193 NONAME ??BH245_IndicationMessage@@QBEABVH245_H223SkewIndication@@XZ @3208 NONAME ??BH245_IndicationMessage@@QBEABVH245_H2250MaximumSkewIndication@@XZ @3209 NONAME ??BH245_IndicationMessage@@QBEABVH245_JitterIndication@@XZ @3210 NONAME ??BH245_IndicationMessage@@QBEABVH245_LogicalChannelRateRelease@@XZ @11546 NONAME ??BH245_IndicationMessage@@QBEABVH245_MasterSlaveDeterminationRelease@@XZ @3211 NONAME ??BH245_IndicationMessage@@QBEABVH245_MCLocationIndication@@XZ @3212 NONAME ??BH245_IndicationMessage@@QBEABVH245_MiscellaneousIndication@@XZ @3213 NONAME ??BH245_IndicationMessage@@QBEABVH245_MobileMultilinkReconfigurationIndication@@XZ @11547 NONAME ??BH245_IndicationMessage@@QBEABVH245_MultilinkIndication@@XZ @11548 NONAME ??BH245_IndicationMessage@@QBEABVH245_MultiplexEntrySendRelease@@XZ @3214 NONAME ??BH245_IndicationMessage@@QBEABVH245_NewATMVCIndication@@XZ @3215 NONAME ??BH245_IndicationMessage@@QBEABVH245_NonStandardMessage@@XZ @3216 NONAME ??BH245_IndicationMessage@@QBEABVH245_OpenLogicalChannelConfirm@@XZ @3217 NONAME ??BH245_IndicationMessage@@QBEABVH245_RequestChannelCloseRelease@@XZ @3218 NONAME ??BH245_IndicationMessage@@QBEABVH245_RequestModeRelease@@XZ @3219 NONAME ??BH245_IndicationMessage@@QBEABVH245_RequestMultiplexEntryRelease@@XZ @3220 NONAME ??BH245_IndicationMessage@@QBEABVH245_TerminalCapabilitySetRelease@@XZ @3221 NONAME ??BH245_IndicationMessage@@QBEABVH245_UserInputIndication@@XZ @3222 NONAME ??BH245_IndicationMessage@@QBEABVH245_VendorIdentification@@XZ @3223 NONAME ??BH245_JitterIndication_scope@@QAEAAVH245_LogicalChannelNumber@@XZ @3224 NONAME ??BH245_JitterIndication_scope@@QBEABVH245_LogicalChannelNumber@@XZ @3225 NONAME ??BH245_MaintenanceLoopAck_type@@QAEAAVH245_LogicalChannelNumber@@XZ @3226 NONAME ??BH245_MaintenanceLoopAck_type@@QBEABVH245_LogicalChannelNumber@@XZ @3227 NONAME ??BH245_MaintenanceLoopReject_type@@QAEAAVH245_LogicalChannelNumber@@XZ @3228 NONAME ??BH245_MaintenanceLoopReject_type@@QBEABVH245_LogicalChannelNumber@@XZ @3229 NONAME ??BH245_MaintenanceLoopRequest_type@@QAEAAVH245_LogicalChannelNumber@@XZ @3230 NONAME ??BH245_MaintenanceLoopRequest_type@@QBEABVH245_LogicalChannelNumber@@XZ @3231 NONAME ??BH245_MediaEncryptionAlgorithm@@QAEAAVH245_NonStandardParameter@@XZ @3232 NONAME ??BH245_MediaEncryptionAlgorithm@@QBEABVH245_NonStandardParameter@@XZ @3233 NONAME ??BH245_MediaTransportType@@QAEAAVH245_MediaTransportType_atm_AAL5_compressed@@XZ @11549 NONAME ??BH245_MediaTransportType@@QBEABVH245_MediaTransportType_atm_AAL5_compressed@@XZ @11550 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_ArrayOf_PictureReference@@XZ @11551 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_EncryptionSync@@XZ @3234 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_EncryptionUpdateRequest@@XZ @3235 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_encryptionUpdateAck@@XZ @30194 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_encryptionUpdateCommand@@XZ @30195 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_lostPartialPicture@@XZ @11552 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_progressiveRefinementStart@@XZ @3236 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_videoBadMBs@@XZ @11553 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_videoFastUpdateGOB@@XZ @3237 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_videoFastUpdateMB@@XZ @3238 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_ArrayOf_PictureReference@@XZ @11554 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_EncryptionSync@@XZ @3239 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_EncryptionUpdateRequest@@XZ @3240 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_encryptionUpdateAck@@XZ @30196 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_encryptionUpdateCommand@@XZ @30197 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_lostPartialPicture@@XZ @11555 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_progressiveRefinementStart@@XZ @3241 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_videoBadMBs@@XZ @11556 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_videoFastUpdateGOB@@XZ @3242 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_videoFastUpdateMB@@XZ @3243 NONAME ??BH245_MiscellaneousIndication_type@@QAEAAVH245_MiscellaneousIndication_type_videoNotDecodedMBs@@XZ @3244 NONAME ??BH245_MiscellaneousIndication_type@@QAEAAVH245_TransportCapability@@XZ @3245 NONAME ??BH245_MiscellaneousIndication_type@@QBEABVH245_MiscellaneousIndication_type_videoNotDecodedMBs@@XZ @3246 NONAME ??BH245_MiscellaneousIndication_type@@QBEABVH245_TransportCapability@@XZ @3247 NONAME ??BH245_ModeElementType@@QAEAAVH245_AudioMode@@XZ @19181 NONAME ??BH245_ModeElementType@@QAEAAVH245_DataMode@@XZ @19182 NONAME ??BH245_ModeElementType@@QAEAAVH245_DepFECMode@@XZ @30198 NONAME ??BH245_ModeElementType@@QAEAAVH245_EncryptionMode@@XZ @19183 NONAME ??BH245_ModeElementType@@QAEAAVH245_FECMode@@XZ @19184 NONAME ??BH245_ModeElementType@@QAEAAVH245_H235Mode@@XZ @19185 NONAME ??BH245_ModeElementType@@QAEAAVH245_MultiplePayloadStreamMode@@XZ @19186 NONAME ??BH245_ModeElementType@@QAEAAVH245_MultiplexedStreamParameter@@XZ @19187 NONAME ??BH245_ModeElementType@@QAEAAVH245_NonStandardParameter@@XZ @19188 NONAME ??BH245_ModeElementType@@QAEAAVH245_RedundancyEncodingDTMode@@XZ @19189 NONAME ??BH245_ModeElementType@@QAEAAVH245_VideoMode@@XZ @19190 NONAME ??BH245_ModeElementType@@QBEABVH245_AudioMode@@XZ @19191 NONAME ??BH245_ModeElementType@@QBEABVH245_DataMode@@XZ @19192 NONAME ??BH245_ModeElementType@@QBEABVH245_DepFECMode@@XZ @30199 NONAME ??BH245_ModeElementType@@QBEABVH245_EncryptionMode@@XZ @19193 NONAME ??BH245_ModeElementType@@QBEABVH245_FECMode@@XZ @19194 NONAME ??BH245_ModeElementType@@QBEABVH245_H235Mode@@XZ @19195 NONAME ??BH245_ModeElementType@@QBEABVH245_MultiplePayloadStreamMode@@XZ @19196 NONAME ??BH245_ModeElementType@@QBEABVH245_MultiplexedStreamParameter@@XZ @19197 NONAME ??BH245_ModeElementType@@QBEABVH245_NonStandardParameter@@XZ @19198 NONAME ??BH245_ModeElementType@@QBEABVH245_RedundancyEncodingDTMode@@XZ @19199 NONAME ??BH245_ModeElementType@@QBEABVH245_VideoMode@@XZ @19200 NONAME ??BH245_MulticastAddress@@QAEAAVH245_MulticastAddress_iP6Address@@XZ @3260 NONAME ??BH245_MulticastAddress@@QAEAAVH245_MulticastAddress_iPAddress@@XZ @3261 NONAME ??BH245_MulticastAddress@@QAEAAVH245_NonStandardParameter@@XZ @3262 NONAME ??BH245_MulticastAddress@@QBEABVH245_MulticastAddress_iP6Address@@XZ @3263 NONAME ??BH245_MulticastAddress@@QBEABVH245_MulticastAddress_iPAddress@@XZ @3264 NONAME ??BH245_MulticastAddress@@QBEABVH245_NonStandardParameter@@XZ @3265 NONAME ??BH245_MultilinkIndication@@QAEAAVH245_MultilinkIndication_crcDesired@@XZ @11559 NONAME ??BH245_MultilinkIndication@@QAEAAVH245_MultilinkIndication_excessiveError@@XZ @11560 NONAME ??BH245_MultilinkIndication@@QAEAAVH245_NonStandardMessage@@XZ @11561 NONAME ??BH245_MultilinkIndication@@QBEABVH245_MultilinkIndication_crcDesired@@XZ @11562 NONAME ??BH245_MultilinkIndication@@QBEABVH245_MultilinkIndication_excessiveError@@XZ @11563 NONAME ??BH245_MultilinkIndication@@QBEABVH245_NonStandardMessage@@XZ @11564 NONAME ??BH245_MultilinkRequest@@QAEAAVH245_MultilinkRequest_addConnection@@XZ @11565 NONAME ??BH245_MultilinkRequest@@QAEAAVH245_MultilinkRequest_callInformation@@XZ @11566 NONAME ??BH245_MultilinkRequest@@QAEAAVH245_MultilinkRequest_maximumHeaderInterval@@XZ @11567 NONAME ??BH245_MultilinkRequest@@QAEAAVH245_MultilinkRequest_removeConnection@@XZ @11568 NONAME ??BH245_MultilinkRequest@@QAEAAVH245_NonStandardMessage@@XZ @11569 NONAME ??BH245_MultilinkRequest@@QBEABVH245_MultilinkRequest_addConnection@@XZ @11570 NONAME ??BH245_MultilinkRequest@@QBEABVH245_MultilinkRequest_callInformation@@XZ @11571 NONAME ??BH245_MultilinkRequest@@QBEABVH245_MultilinkRequest_maximumHeaderInterval@@XZ @11572 NONAME ??BH245_MultilinkRequest@@QBEABVH245_MultilinkRequest_removeConnection@@XZ @11573 NONAME ??BH245_MultilinkRequest@@QBEABVH245_NonStandardMessage@@XZ @11574 NONAME ??BH245_MultilinkResponse@@QAEAAVH245_MultilinkResponse_addConnection@@XZ @11575 NONAME ??BH245_MultilinkResponse@@QAEAAVH245_MultilinkResponse_callInformation@@XZ @11576 NONAME ??BH245_MultilinkResponse@@QAEAAVH245_MultilinkResponse_maximumHeaderInterval@@XZ @11577 NONAME ??BH245_MultilinkResponse@@QAEAAVH245_MultilinkResponse_removeConnection@@XZ @11578 NONAME ??BH245_MultilinkResponse@@QAEAAVH245_NonStandardMessage@@XZ @11579 NONAME ??BH245_MultilinkResponse@@QBEABVH245_MultilinkResponse_addConnection@@XZ @11580 NONAME ??BH245_MultilinkResponse@@QBEABVH245_MultilinkResponse_callInformation@@XZ @11581 NONAME ??BH245_MultilinkResponse@@QBEABVH245_MultilinkResponse_maximumHeaderInterval@@XZ @11582 NONAME ??BH245_MultilinkResponse@@QBEABVH245_MultilinkResponse_removeConnection@@XZ @11583 NONAME ??BH245_MultilinkResponse@@QBEABVH245_NonStandardMessage@@XZ @11584 NONAME ??BH245_MultilinkResponse_addConnection_responseCode@@QAEAAVH245_MultilinkResponse_addConnection_responseCode_rejected@@XZ @11585 NONAME ??BH245_MultilinkResponse_addConnection_responseCode@@QBEABVH245_MultilinkResponse_addConnection_responseCode_rejected@@XZ @11586 NONAME ??BH245_MultimediaSystemControlMessage@@QAEAAVH245_CommandMessage@@XZ @3266 NONAME ??BH245_MultimediaSystemControlMessage@@QAEAAVH245_IndicationMessage@@XZ @3267 NONAME ??BH245_MultimediaSystemControlMessage@@QAEAAVH245_RequestMessage@@XZ @3268 NONAME ??BH245_MultimediaSystemControlMessage@@QAEAAVH245_ResponseMessage@@XZ @3269 NONAME ??BH245_MultimediaSystemControlMessage@@QBEABVH245_CommandMessage@@XZ @3270 NONAME ??BH245_MultimediaSystemControlMessage@@QBEABVH245_IndicationMessage@@XZ @3271 NONAME ??BH245_MultimediaSystemControlMessage@@QBEABVH245_RequestMessage@@XZ @3272 NONAME ??BH245_MultimediaSystemControlMessage@@QBEABVH245_ResponseMessage@@XZ @3273 NONAME ??BH245_MultiplexCapability@@QAEAAVH245_GenericCapability@@XZ @11587 NONAME ??BH245_MultiplexCapability@@QAEAAVH245_H222Capability@@XZ @3274 NONAME ??BH245_MultiplexCapability@@QAEAAVH245_H223Capability@@XZ @3275 NONAME ??BH245_MultiplexCapability@@QAEAAVH245_H2250Capability@@XZ @3276 NONAME ??BH245_MultiplexCapability@@QAEAAVH245_NonStandardParameter@@XZ @3277 NONAME ??BH245_MultiplexCapability@@QAEAAVH245_V76Capability@@XZ @3278 NONAME ??BH245_MultiplexCapability@@QBEABVH245_GenericCapability@@XZ @11588 NONAME ??BH245_MultiplexCapability@@QBEABVH245_H222Capability@@XZ @3279 NONAME ??BH245_MultiplexCapability@@QBEABVH245_H223Capability@@XZ @3280 NONAME ??BH245_MultiplexCapability@@QBEABVH245_H2250Capability@@XZ @3281 NONAME ??BH245_MultiplexCapability@@QBEABVH245_NonStandardParameter@@XZ @3282 NONAME ??BH245_MultiplexCapability@@QBEABVH245_V76Capability@@XZ @3283 NONAME ??BH245_MultiplexElement_type@@QAEAAVH245_ArrayOf_MultiplexElement@@XZ @3284 NONAME ??BH245_MultiplexElement_type@@QBEABVH245_ArrayOf_MultiplexElement@@XZ @3285 NONAME ??BH245_MultiplexFormat@@QAEAAVH245_H222Capability@@XZ @11589 NONAME ??BH245_MultiplexFormat@@QAEAAVH245_H223Capability@@XZ @11590 NONAME ??BH245_MultiplexFormat@@QAEAAVH245_NonStandardParameter@@XZ @11591 NONAME ??BH245_MultiplexFormat@@QBEABVH245_H222Capability@@XZ @11592 NONAME ??BH245_MultiplexFormat@@QBEABVH245_H223Capability@@XZ @11593 NONAME ??BH245_MultiplexFormat@@QBEABVH245_NonStandardParameter@@XZ @11594 NONAME ??BH245_NetworkAccessParameters_networkAddress@@QAEAAVH245_Q2931Address@@XZ @3286 NONAME ??BH245_NetworkAccessParameters_networkAddress@@QAEAAVH245_TransportAddress@@XZ @3287 NONAME ??BH245_NetworkAccessParameters_networkAddress@@QBEABVH245_Q2931Address@@XZ @3288 NONAME ??BH245_NetworkAccessParameters_networkAddress@@QBEABVH245_TransportAddress@@XZ @3289 NONAME ??BH245_NewATMVCCommand_aal@@QAEAAVH245_NewATMVCCommand_aal_aal1@@XZ @11595 NONAME ??BH245_NewATMVCCommand_aal@@QAEAAVH245_NewATMVCCommand_aal_aal5@@XZ @11596 NONAME ??BH245_NewATMVCCommand_aal@@QBEABVH245_NewATMVCCommand_aal_aal1@@XZ @11597 NONAME ??BH245_NewATMVCCommand_aal@@QBEABVH245_NewATMVCCommand_aal_aal5@@XZ @11598 NONAME ??BH245_NewATMVCIndication_aal@@QAEAAVH245_NewATMVCIndication_aal_aal1@@XZ @3290 NONAME ??BH245_NewATMVCIndication_aal@@QAEAAVH245_NewATMVCIndication_aal_aal5@@XZ @3291 NONAME ??BH245_NewATMVCIndication_aal@@QBEABVH245_NewATMVCIndication_aal_aal1@@XZ @3292 NONAME ??BH245_NewATMVCIndication_aal@@QBEABVH245_NewATMVCIndication_aal_aal5@@XZ @3293 NONAME ??BH245_NonStandardIdentifier@@QAEAAVH245_NonStandardIdentifier_h221NonStandard@@XZ @3294 NONAME ??BH245_NonStandardIdentifier@@QBEABVH245_NonStandardIdentifier_h221NonStandard@@XZ @3295 NONAME ??BH245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@QAEAAVH245_H2250LogicalChannelAckParameters@@XZ @3296 NONAME ??BH245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@QBEABVH245_H2250LogicalChannelAckParameters@@XZ @3297 NONAME ??BH245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H222LogicalChannelParameters@@XZ @3298 NONAME ??BH245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H2250LogicalChannelParameters@@XZ @3299 NONAME ??BH245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@QBEABVH245_H222LogicalChannelParameters@@XZ @3300 NONAME ??BH245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@QBEABVH245_H2250LogicalChannelParameters@@XZ @3301 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H222LogicalChannelParameters@@XZ @3302 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H223LogicalChannelParameters@@XZ @3303 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H2250LogicalChannelParameters@@XZ @3304 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QAEAAVH245_V76LogicalChannelParameters@@XZ @3305 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QBEABVH245_H222LogicalChannelParameters@@XZ @3306 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QBEABVH245_H223LogicalChannelParameters@@XZ @3307 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QBEABVH245_H2250LogicalChannelParameters@@XZ @3308 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QBEABVH245_V76LogicalChannelParameters@@XZ @3309 NONAME ??BH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H223LogicalChannelParameters@@XZ @3310 NONAME ??BH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H2250LogicalChannelParameters@@XZ @3311 NONAME ??BH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QAEAAVH245_V76LogicalChannelParameters@@XZ @3312 NONAME ??BH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QBEABVH245_H223LogicalChannelParameters@@XZ @3313 NONAME ??BH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QBEABVH245_H2250LogicalChannelParameters@@XZ @3314 NONAME ??BH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QBEABVH245_V76LogicalChannelParameters@@XZ @3315 NONAME ??BH245_ParameterIdentifier@@QAEAAVH245_NonStandardParameter@@XZ @11599 NONAME ??BH245_ParameterIdentifier@@QBEABVH245_NonStandardParameter@@XZ @11600 NONAME ??BH245_ParameterValue@@QAEAAVH245_ArrayOf_GenericParameter@@XZ @11601 NONAME ??BH245_ParameterValue@@QBEABVH245_ArrayOf_GenericParameter@@XZ @11602 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_AudioMode@@XZ @19201 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_DataMode@@XZ @19202 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_EncryptionMode@@XZ @19203 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_FECMode@@XZ @30200 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_H235Mode@@XZ @19204 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_NonStandardParameter@@XZ @19205 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_VideoMode@@XZ @19206 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_AudioMode@@XZ @19207 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_DataMode@@XZ @19208 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_EncryptionMode@@XZ @19209 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_FECMode@@XZ @30201 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_H235Mode@@XZ @19210 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_NonStandardParameter@@XZ @19211 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_VideoMode@@XZ @19212 NONAME ??BH245_RedundancyEncodingMethod@@QAEAAVH245_NonStandardParameter@@XZ @3316 NONAME ??BH245_RedundancyEncodingMethod@@QAEAAVH245_RTPH263VideoRedundancyEncoding@@XZ @3317 NONAME ??BH245_RedundancyEncodingMethod@@QBEABVH245_NonStandardParameter@@XZ @3318 NONAME ??BH245_RedundancyEncodingMethod@@QBEABVH245_RTPH263VideoRedundancyEncoding@@XZ @3319 NONAME ??BH245_RedundancyEncodingMode_secondaryEncoding@@QAEAAVH245_AudioMode@@XZ @3320 NONAME ??BH245_RedundancyEncodingMode_secondaryEncoding@@QAEAAVH245_NonStandardParameter@@XZ @3321 NONAME ??BH245_RedundancyEncodingMode_secondaryEncoding@@QBEABVH245_AudioMode@@XZ @3322 NONAME ??BH245_RedundancyEncodingMode_secondaryEncoding@@QBEABVH245_NonStandardParameter@@XZ @3323 NONAME ??BH245_RemoteMCResponse@@QAEAAVH245_RemoteMCResponse_reject@@XZ @3324 NONAME ??BH245_RemoteMCResponse@@QBEABVH245_RemoteMCResponse_reject@@XZ @3325 NONAME ??BH245_RequestMessage@@QAEAAVH245_CloseLogicalChannel@@XZ @3326 NONAME ??BH245_RequestMessage@@QAEAAVH245_CommunicationModeRequest@@XZ @3327 NONAME ??BH245_RequestMessage@@QAEAAVH245_ConferenceRequest@@XZ @3328 NONAME ??BH245_RequestMessage@@QAEAAVH245_GenericMessage@@XZ @30202 NONAME ??BH245_RequestMessage@@QAEAAVH245_LogicalChannelRateRequest@@XZ @11603 NONAME ??BH245_RequestMessage@@QAEAAVH245_MaintenanceLoopRequest@@XZ @3329 NONAME ??BH245_RequestMessage@@QAEAAVH245_MasterSlaveDetermination@@XZ @3330 NONAME ??BH245_RequestMessage@@QAEAAVH245_MultilinkRequest@@XZ @11604 NONAME ??BH245_RequestMessage@@QAEAAVH245_MultiplexEntrySend@@XZ @3331 NONAME ??BH245_RequestMessage@@QAEAAVH245_NonStandardMessage@@XZ @3332 NONAME ??BH245_RequestMessage@@QAEAAVH245_OpenLogicalChannel@@XZ @3333 NONAME ??BH245_RequestMessage@@QAEAAVH245_RequestChannelClose@@XZ @3334 NONAME ??BH245_RequestMessage@@QAEAAVH245_RequestMode@@XZ @3335 NONAME ??BH245_RequestMessage@@QAEAAVH245_RequestMultiplexEntry@@XZ @3336 NONAME ??BH245_RequestMessage@@QAEAAVH245_RoundTripDelayRequest@@XZ @3337 NONAME ??BH245_RequestMessage@@QAEAAVH245_TerminalCapabilitySet@@XZ @3338 NONAME ??BH245_RequestMessage@@QBEABVH245_CloseLogicalChannel@@XZ @3339 NONAME ??BH245_RequestMessage@@QBEABVH245_CommunicationModeRequest@@XZ @3340 NONAME ??BH245_RequestMessage@@QBEABVH245_ConferenceRequest@@XZ @3341 NONAME ??BH245_RequestMessage@@QBEABVH245_GenericMessage@@XZ @30203 NONAME ??BH245_RequestMessage@@QBEABVH245_LogicalChannelRateRequest@@XZ @11605 NONAME ??BH245_RequestMessage@@QBEABVH245_MaintenanceLoopRequest@@XZ @3342 NONAME ??BH245_RequestMessage@@QBEABVH245_MasterSlaveDetermination@@XZ @3343 NONAME ??BH245_RequestMessage@@QBEABVH245_MultilinkRequest@@XZ @11606 NONAME ??BH245_RequestMessage@@QBEABVH245_MultiplexEntrySend@@XZ @3344 NONAME ??BH245_RequestMessage@@QBEABVH245_NonStandardMessage@@XZ @3345 NONAME ??BH245_RequestMessage@@QBEABVH245_OpenLogicalChannel@@XZ @3346 NONAME ??BH245_RequestMessage@@QBEABVH245_RequestChannelClose@@XZ @3347 NONAME ??BH245_RequestMessage@@QBEABVH245_RequestMode@@XZ @3348 NONAME ??BH245_RequestMessage@@QBEABVH245_RequestMultiplexEntry@@XZ @3349 NONAME ??BH245_RequestMessage@@QBEABVH245_RoundTripDelayRequest@@XZ @3350 NONAME ??BH245_RequestMessage@@QBEABVH245_TerminalCapabilitySet@@XZ @3351 NONAME ??BH245_ResponseMessage@@QAEAAVH245_CloseLogicalChannelAck@@XZ @3352 NONAME ??BH245_ResponseMessage@@QAEAAVH245_CommunicationModeResponse@@XZ @3353 NONAME ??BH245_ResponseMessage@@QAEAAVH245_ConferenceResponse@@XZ @3354 NONAME ??BH245_ResponseMessage@@QAEAAVH245_GenericMessage@@XZ @30204 NONAME ??BH245_ResponseMessage@@QAEAAVH245_LogicalChannelRateAcknowledge@@XZ @11607 NONAME ??BH245_ResponseMessage@@QAEAAVH245_LogicalChannelRateReject@@XZ @11608 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MaintenanceLoopAck@@XZ @3355 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MaintenanceLoopReject@@XZ @3356 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MasterSlaveDeterminationAck@@XZ @3357 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MasterSlaveDeterminationReject@@XZ @3358 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MultilinkResponse@@XZ @11609 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MultiplexEntrySendAck@@XZ @3359 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MultiplexEntrySendReject@@XZ @3360 NONAME ??BH245_ResponseMessage@@QAEAAVH245_NonStandardMessage@@XZ @3361 NONAME ??BH245_ResponseMessage@@QAEAAVH245_OpenLogicalChannelAck@@XZ @3362 NONAME ??BH245_ResponseMessage@@QAEAAVH245_OpenLogicalChannelReject@@XZ @3363 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RequestChannelCloseAck@@XZ @3364 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RequestChannelCloseReject@@XZ @3365 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RequestModeAck@@XZ @3366 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RequestModeReject@@XZ @3367 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RequestMultiplexEntryAck@@XZ @3368 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RequestMultiplexEntryReject@@XZ @3369 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RoundTripDelayResponse@@XZ @3370 NONAME ??BH245_ResponseMessage@@QAEAAVH245_TerminalCapabilitySetAck@@XZ @3371 NONAME ??BH245_ResponseMessage@@QAEAAVH245_TerminalCapabilitySetReject@@XZ @3372 NONAME ??BH245_ResponseMessage@@QBEABVH245_CloseLogicalChannelAck@@XZ @3373 NONAME ??BH245_ResponseMessage@@QBEABVH245_CommunicationModeResponse@@XZ @3374 NONAME ??BH245_ResponseMessage@@QBEABVH245_ConferenceResponse@@XZ @3375 NONAME ??BH245_ResponseMessage@@QBEABVH245_GenericMessage@@XZ @30205 NONAME ??BH245_ResponseMessage@@QBEABVH245_LogicalChannelRateAcknowledge@@XZ @11610 NONAME ??BH245_ResponseMessage@@QBEABVH245_LogicalChannelRateReject@@XZ @11611 NONAME ??BH245_ResponseMessage@@QBEABVH245_MaintenanceLoopAck@@XZ @3376 NONAME ??BH245_ResponseMessage@@QBEABVH245_MaintenanceLoopReject@@XZ @3377 NONAME ??BH245_ResponseMessage@@QBEABVH245_MasterSlaveDeterminationAck@@XZ @3378 NONAME ??BH245_ResponseMessage@@QBEABVH245_MasterSlaveDeterminationReject@@XZ @3379 NONAME ??BH245_ResponseMessage@@QBEABVH245_MultilinkResponse@@XZ @11612 NONAME ??BH245_ResponseMessage@@QBEABVH245_MultiplexEntrySendAck@@XZ @3380 NONAME ??BH245_ResponseMessage@@QBEABVH245_MultiplexEntrySendReject@@XZ @3381 NONAME ??BH245_ResponseMessage@@QBEABVH245_NonStandardMessage@@XZ @3382 NONAME ??BH245_ResponseMessage@@QBEABVH245_OpenLogicalChannelAck@@XZ @3383 NONAME ??BH245_ResponseMessage@@QBEABVH245_OpenLogicalChannelReject@@XZ @3384 NONAME ??BH245_ResponseMessage@@QBEABVH245_RequestChannelCloseAck@@XZ @3385 NONAME ??BH245_ResponseMessage@@QBEABVH245_RequestChannelCloseReject@@XZ @3386 NONAME ??BH245_ResponseMessage@@QBEABVH245_RequestModeAck@@XZ @3387 NONAME ??BH245_ResponseMessage@@QBEABVH245_RequestModeReject@@XZ @3388 NONAME ??BH245_ResponseMessage@@QBEABVH245_RequestMultiplexEntryAck@@XZ @3389 NONAME ??BH245_ResponseMessage@@QBEABVH245_RequestMultiplexEntryReject@@XZ @3390 NONAME ??BH245_ResponseMessage@@QBEABVH245_RoundTripDelayResponse@@XZ @3391 NONAME ??BH245_ResponseMessage@@QBEABVH245_TerminalCapabilitySetAck@@XZ @3392 NONAME ??BH245_ResponseMessage@@QBEABVH245_TerminalCapabilitySetReject@@XZ @3393 NONAME ??BH245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@QAEAAVH245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@XZ @3394 NONAME ??BH245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@QBEABVH245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@XZ @3395 NONAME ??BH245_RTPPayloadType_payloadDescriptor@@QAEAAVH245_NonStandardParameter@@XZ @3396 NONAME ??BH245_RTPPayloadType_payloadDescriptor@@QBEABVH245_NonStandardParameter@@XZ @3397 NONAME ??BH245_SendTerminalCapabilitySet@@QAEAAVH245_SendTerminalCapabilitySet_specificRequest@@XZ @3398 NONAME ??BH245_SendTerminalCapabilitySet@@QBEABVH245_SendTerminalCapabilitySet_specificRequest@@XZ @3399 NONAME ??BH245_T84Profile@@QAEAAVH245_T84Profile_t84Restricted@@XZ @3400 NONAME ??BH245_T84Profile@@QBEABVH245_T84Profile_t84Restricted@@XZ @3401 NONAME ??BH245_TerminalCapabilitySetReject_cause@@QAEAAVH245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@XZ @3402 NONAME ??BH245_TerminalCapabilitySetReject_cause@@QBEABVH245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@XZ @3403 NONAME ??BH245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@QAEAAVH245_CapabilityTableEntryNumber@@XZ @3404 NONAME ??BH245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@QBEABVH245_CapabilityTableEntryNumber@@XZ @3405 NONAME ??BH245_TransportAddress@@QAEAAVH245_MulticastAddress@@XZ @3406 NONAME ??BH245_TransportAddress@@QAEAAVH245_UnicastAddress@@XZ @3407 NONAME ??BH245_TransportAddress@@QBEABVH245_MulticastAddress@@XZ @3408 NONAME ??BH245_TransportAddress@@QBEABVH245_UnicastAddress@@XZ @3409 NONAME ??BH245_UnicastAddress@@QAEAAVH245_NonStandardParameter@@XZ @3410 NONAME ??BH245_UnicastAddress@@QAEAAVH245_UnicastAddress_iP6Address@@XZ @3411 NONAME ??BH245_UnicastAddress@@QAEAAVH245_UnicastAddress_iPAddress@@XZ @3412 NONAME ??BH245_UnicastAddress@@QAEAAVH245_UnicastAddress_iPSourceRouteAddress@@XZ @3413 NONAME ??BH245_UnicastAddress@@QAEAAVH245_UnicastAddress_iPXAddress@@XZ @3414 NONAME ??BH245_UnicastAddress@@QBEABVH245_NonStandardParameter@@XZ @3415 NONAME ??BH245_UnicastAddress@@QBEABVH245_UnicastAddress_iP6Address@@XZ @3416 NONAME ??BH245_UnicastAddress@@QBEABVH245_UnicastAddress_iPAddress@@XZ @3417 NONAME ??BH245_UnicastAddress@@QBEABVH245_UnicastAddress_iPSourceRouteAddress@@XZ @3418 NONAME ??BH245_UnicastAddress@@QBEABVH245_UnicastAddress_iPXAddress@@XZ @3419 NONAME ??BH245_UserInputCapability@@QAEAAVH245_ArrayOf_NonStandardParameter@@XZ @3420 NONAME ??BH245_UserInputCapability@@QBEABVH245_ArrayOf_NonStandardParameter@@XZ @3421 NONAME ??BH245_UserInputIndication@@QAEAAVH245_NonStandardParameter@@XZ @3422 NONAME ??BH245_UserInputIndication@@QAEAAVH245_UserInputIndication_encryptedAlphanumeric@@XZ @30206 NONAME ??BH245_UserInputIndication@@QAEAAVH245_UserInputIndication_extendedAlphanumeric@@XZ @11613 NONAME ??BH245_UserInputIndication@@QAEAAVH245_UserInputIndication_signal@@XZ @3423 NONAME ??BH245_UserInputIndication@@QAEAAVH245_UserInputIndication_signalUpdate@@XZ @3424 NONAME ??BH245_UserInputIndication@@QAEAAVH245_UserInputIndication_userInputSupportIndication@@XZ @3425 NONAME ??BH245_UserInputIndication@@QBEABVH245_NonStandardParameter@@XZ @3426 NONAME ??BH245_UserInputIndication@@QBEABVH245_UserInputIndication_encryptedAlphanumeric@@XZ @30207 NONAME ??BH245_UserInputIndication@@QBEABVH245_UserInputIndication_extendedAlphanumeric@@XZ @11614 NONAME ??BH245_UserInputIndication@@QBEABVH245_UserInputIndication_signal@@XZ @3427 NONAME ??BH245_UserInputIndication@@QBEABVH245_UserInputIndication_signalUpdate@@XZ @3428 NONAME ??BH245_UserInputIndication@@QBEABVH245_UserInputIndication_userInputSupportIndication@@XZ @3429 NONAME ??BH245_UserInputIndication_userInputSupportIndication@@QAEAAVH245_NonStandardParameter@@XZ @3430 NONAME ??BH245_UserInputIndication_userInputSupportIndication@@QBEABVH245_NonStandardParameter@@XZ @3431 NONAME ??BH245_V76LogicalChannelParameters_mode@@QAEAAVH245_V76LogicalChannelParameters_mode_eRM@@XZ @3432 NONAME ??BH245_V76LogicalChannelParameters_mode@@QBEABVH245_V76LogicalChannelParameters_mode_eRM@@XZ @3433 NONAME ??BH245_VCCapability_availableBitRates_type@@QAEAAVH245_VCCapability_availableBitRates_type_rangeOfBitRates@@XZ @3434 NONAME ??BH245_VCCapability_availableBitRates_type@@QBEABVH245_VCCapability_availableBitRates_type_rangeOfBitRates@@XZ @3435 NONAME ??BH245_VideoCapability@@QAEAAVH245_ExtendedVideoCapability@@XZ @30208 NONAME ??BH245_VideoCapability@@QAEAAVH245_GenericCapability@@XZ @11615 NONAME ??BH245_VideoCapability@@QAEAAVH245_H261VideoCapability@@XZ @3436 NONAME ??BH245_VideoCapability@@QAEAAVH245_H262VideoCapability@@XZ @3437 NONAME ??BH245_VideoCapability@@QAEAAVH245_H263VideoCapability@@XZ @3438 NONAME ??BH245_VideoCapability@@QAEAAVH245_IS11172VideoCapability@@XZ @3439 NONAME ??BH245_VideoCapability@@QAEAAVH245_NonStandardParameter@@XZ @3440 NONAME ??BH245_VideoCapability@@QBEABVH245_ExtendedVideoCapability@@XZ @30209 NONAME ??BH245_VideoCapability@@QBEABVH245_GenericCapability@@XZ @11616 NONAME ??BH245_VideoCapability@@QBEABVH245_H261VideoCapability@@XZ @3441 NONAME ??BH245_VideoCapability@@QBEABVH245_H262VideoCapability@@XZ @3442 NONAME ??BH245_VideoCapability@@QBEABVH245_H263VideoCapability@@XZ @3443 NONAME ??BH245_VideoCapability@@QBEABVH245_IS11172VideoCapability@@XZ @3444 NONAME ??BH245_VideoCapability@@QBEABVH245_NonStandardParameter@@XZ @3445 NONAME ??BH245_VideoMode@@QAEAAVH245_GenericCapability@@XZ @11617 NONAME ??BH245_VideoMode@@QAEAAVH245_H261VideoMode@@XZ @3446 NONAME ??BH245_VideoMode@@QAEAAVH245_H262VideoMode@@XZ @3447 NONAME ??BH245_VideoMode@@QAEAAVH245_H263VideoMode@@XZ @3448 NONAME ??BH245_VideoMode@@QAEAAVH245_IS11172VideoMode@@XZ @3449 NONAME ??BH245_VideoMode@@QAEAAVH245_NonStandardParameter@@XZ @3450 NONAME ??BH245_VideoMode@@QBEABVH245_GenericCapability@@XZ @11618 NONAME ??BH245_VideoMode@@QBEABVH245_H261VideoMode@@XZ @3451 NONAME ??BH245_VideoMode@@QBEABVH245_H262VideoMode@@XZ @3452 NONAME ??BH245_VideoMode@@QBEABVH245_H263VideoMode@@XZ @3453 NONAME ??BH245_VideoMode@@QBEABVH245_IS11172VideoMode@@XZ @3454 NONAME ??BH245_VideoMode@@QBEABVH245_NonStandardParameter@@XZ @3455 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_AuditDescriptor@@XZ @15631 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_DigitMapDescriptor@@XZ @15632 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_EventBufferDescriptor@@XZ @15633 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_EventsDescriptor@@XZ @15634 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_MediaDescriptor@@XZ @15635 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_ModemDescriptor@@XZ @15636 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_MuxDescriptor@@XZ @15637 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_SignalsDescriptor@@XZ @15638 NONAME ??BH248_AmmDescriptor@@QBEABVH248_AuditDescriptor@@XZ @15639 NONAME ??BH248_AmmDescriptor@@QBEABVH248_DigitMapDescriptor@@XZ @15640 NONAME ??BH248_AmmDescriptor@@QBEABVH248_EventBufferDescriptor@@XZ @15641 NONAME ??BH248_AmmDescriptor@@QBEABVH248_EventsDescriptor@@XZ @15642 NONAME ??BH248_AmmDescriptor@@QBEABVH248_MediaDescriptor@@XZ @15643 NONAME ??BH248_AmmDescriptor@@QBEABVH248_ModemDescriptor@@XZ @15644 NONAME ??BH248_AmmDescriptor@@QBEABVH248_MuxDescriptor@@XZ @15645 NONAME ??BH248_AmmDescriptor@@QBEABVH248_SignalsDescriptor@@XZ @15646 NONAME ??BH248_AuditReply@@QAEAAVH248_AuditResult@@XZ @15647 NONAME ??BH248_AuditReply@@QAEAAVH248_ErrorDescriptor@@XZ @15648 NONAME ??BH248_AuditReply@@QAEAAVH248_TerminationIDList@@XZ @15649 NONAME ??BH248_AuditReply@@QBEABVH248_AuditResult@@XZ @15650 NONAME ??BH248_AuditReply@@QBEABVH248_ErrorDescriptor@@XZ @15651 NONAME ??BH248_AuditReply@@QBEABVH248_TerminationIDList@@XZ @15652 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_AuditDescriptor@@XZ @15653 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_DigitMapDescriptor@@XZ @15654 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_ErrorDescriptor@@XZ @15655 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_EventBufferDescriptor@@XZ @15656 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_EventsDescriptor@@XZ @15657 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_MediaDescriptor@@XZ @15658 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_ModemDescriptor@@XZ @15659 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_MuxDescriptor@@XZ @15660 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_ObservedEventsDescriptor@@XZ @15661 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_PackagesDescriptor@@XZ @15662 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_SignalsDescriptor@@XZ @15663 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_StatisticsDescriptor@@XZ @15664 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_AuditDescriptor@@XZ @15665 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_DigitMapDescriptor@@XZ @15666 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_ErrorDescriptor@@XZ @15667 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_EventBufferDescriptor@@XZ @15668 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_EventsDescriptor@@XZ @15669 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_MediaDescriptor@@XZ @15670 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_ModemDescriptor@@XZ @15671 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_MuxDescriptor@@XZ @15672 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_ObservedEventsDescriptor@@XZ @15673 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_PackagesDescriptor@@XZ @15674 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_SignalsDescriptor@@XZ @15675 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_StatisticsDescriptor@@XZ @15676 NONAME ??BH248_Command@@QAEAAVH248_AmmRequest@@XZ @15677 NONAME ??BH248_Command@@QAEAAVH248_AuditRequest@@XZ @15678 NONAME ??BH248_Command@@QAEAAVH248_NotifyRequest@@XZ @15679 NONAME ??BH248_Command@@QAEAAVH248_ServiceChangeRequest@@XZ @15680 NONAME ??BH248_Command@@QAEAAVH248_SubtractRequest@@XZ @15681 NONAME ??BH248_Command@@QBEABVH248_AmmRequest@@XZ @15682 NONAME ??BH248_Command@@QBEABVH248_AuditRequest@@XZ @15683 NONAME ??BH248_Command@@QBEABVH248_NotifyRequest@@XZ @15684 NONAME ??BH248_Command@@QBEABVH248_ServiceChangeRequest@@XZ @15685 NONAME ??BH248_Command@@QBEABVH248_SubtractRequest@@XZ @15686 NONAME ??BH248_CommandReply@@QAEAAVH248_AmmsReply@@XZ @15687 NONAME ??BH248_CommandReply@@QAEAAVH248_AuditReply@@XZ @15688 NONAME ??BH248_CommandReply@@QAEAAVH248_NotifyReply@@XZ @15689 NONAME ??BH248_CommandReply@@QAEAAVH248_ServiceChangeReply@@XZ @15690 NONAME ??BH248_CommandReply@@QBEABVH248_AmmsReply@@XZ @15691 NONAME ??BH248_CommandReply@@QBEABVH248_AuditReply@@XZ @15692 NONAME ??BH248_CommandReply@@QBEABVH248_NotifyReply@@XZ @15693 NONAME ??BH248_CommandReply@@QBEABVH248_ServiceChangeReply@@XZ @15694 NONAME ??BH248_EventDM@@QAEAAVH248_DigitMapName@@XZ @15695 NONAME ??BH248_EventDM@@QAEAAVH248_DigitMapValue@@XZ @15696 NONAME ??BH248_EventDM@@QBEABVH248_DigitMapName@@XZ @15697 NONAME ??BH248_EventDM@@QBEABVH248_DigitMapValue@@XZ @15698 NONAME ??BH248_EventParameter_extraInfo@@QAEAAVH248_Relation@@XZ @15699 NONAME ??BH248_EventParameter_extraInfo@@QBEABVH248_Relation@@XZ @15700 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudDigitMapDescriptor@@XZ @15701 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudEventBufferDescriptor@@XZ @15702 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudEventsDescriptor@@XZ @15703 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudMediaDescriptor@@XZ @15704 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudPackagesDescriptor@@XZ @15705 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudSignalsDescriptor@@XZ @15706 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudStatisticsDescriptor@@XZ @15707 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudDigitMapDescriptor@@XZ @15708 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudEventBufferDescriptor@@XZ @15709 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudEventsDescriptor@@XZ @15710 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudMediaDescriptor@@XZ @15711 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudPackagesDescriptor@@XZ @15712 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudSignalsDescriptor@@XZ @15713 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudStatisticsDescriptor@@XZ @15714 NONAME ??BH248_IndAudMediaDescriptor_streams@@QAEAAVH248_ArrayOf_IndAudStreamDescriptor@@XZ @15715 NONAME ??BH248_IndAudMediaDescriptor_streams@@QAEAAVH248_IndAudStreamParms@@XZ @15716 NONAME ??BH248_IndAudMediaDescriptor_streams@@QBEABVH248_ArrayOf_IndAudStreamDescriptor@@XZ @15717 NONAME ??BH248_IndAudMediaDescriptor_streams@@QBEABVH248_IndAudStreamParms@@XZ @15718 NONAME ??BH248_IndAudSignalsDescriptor@@QAEAAVH248_IndAudSeqSigList@@XZ @15719 NONAME ??BH248_IndAudSignalsDescriptor@@QAEAAVH248_IndAudSignal@@XZ @15720 NONAME ??BH248_IndAudSignalsDescriptor@@QBEABVH248_IndAudSeqSigList@@XZ @15721 NONAME ??BH248_IndAudSignalsDescriptor@@QBEABVH248_IndAudSignal@@XZ @15722 NONAME ??BH248_MediaDescriptor_streams@@QAEAAVH248_ArrayOf_StreamDescriptor@@XZ @15723 NONAME ??BH248_MediaDescriptor_streams@@QAEAAVH248_StreamParms@@XZ @15724 NONAME ??BH248_MediaDescriptor_streams@@QBEABVH248_ArrayOf_StreamDescriptor@@XZ @15725 NONAME ??BH248_MediaDescriptor_streams@@QBEABVH248_StreamParms@@XZ @15726 NONAME ??BH248_Message_messageBody@@QAEAAVH248_ArrayOf_Transaction@@XZ @15727 NONAME ??BH248_Message_messageBody@@QAEAAVH248_ErrorDescriptor@@XZ @15728 NONAME ??BH248_Message_messageBody@@QBEABVH248_ArrayOf_Transaction@@XZ @15729 NONAME ??BH248_Message_messageBody@@QBEABVH248_ErrorDescriptor@@XZ @15730 NONAME ??BH248_MId@@QAEAAVH248_DomainName@@XZ @15731 NONAME ??BH248_MId@@QAEAAVH248_IP4Address@@XZ @15732 NONAME ??BH248_MId@@QAEAAVH248_IP6Address@@XZ @15733 NONAME ??BH248_MId@@QAEAAVH248_PathName@@XZ @15734 NONAME ??BH248_MId@@QBEABVH248_DomainName@@XZ @15735 NONAME ??BH248_MId@@QBEABVH248_IP4Address@@XZ @15736 NONAME ??BH248_MId@@QBEABVH248_IP6Address@@XZ @15737 NONAME ??BH248_MId@@QBEABVH248_PathName@@XZ @15738 NONAME ??BH248_NonStandardIdentifier@@QAEAAVH248_H221NonStandard@@XZ @15739 NONAME ??BH248_NonStandardIdentifier@@QBEABVH248_H221NonStandard@@XZ @15740 NONAME ??BH248_PropertyParm_extraInfo@@QAEAAVH248_Relation@@XZ @15741 NONAME ??BH248_PropertyParm_extraInfo@@QBEABVH248_Relation@@XZ @15742 NONAME ??BH248_ServiceChangeAddress@@QAEAAVH248_DomainName@@XZ @15743 NONAME ??BH248_ServiceChangeAddress@@QAEAAVH248_IP4Address@@XZ @15744 NONAME ??BH248_ServiceChangeAddress@@QAEAAVH248_IP6Address@@XZ @15745 NONAME ??BH248_ServiceChangeAddress@@QAEAAVH248_PathName@@XZ @15746 NONAME ??BH248_ServiceChangeAddress@@QBEABVH248_DomainName@@XZ @15747 NONAME ??BH248_ServiceChangeAddress@@QBEABVH248_IP4Address@@XZ @15748 NONAME ??BH248_ServiceChangeAddress@@QBEABVH248_IP6Address@@XZ @15749 NONAME ??BH248_ServiceChangeAddress@@QBEABVH248_PathName@@XZ @15750 NONAME ??BH248_ServiceChangeResult@@QAEAAVH248_ErrorDescriptor@@XZ @15751 NONAME ??BH248_ServiceChangeResult@@QAEAAVH248_ServiceChangeResParm@@XZ @15752 NONAME ??BH248_ServiceChangeResult@@QBEABVH248_ErrorDescriptor@@XZ @15753 NONAME ??BH248_ServiceChangeResult@@QBEABVH248_ServiceChangeResParm@@XZ @15754 NONAME ??BH248_SignalRequest@@QAEAAVH248_SeqSigList@@XZ @15755 NONAME ??BH248_SignalRequest@@QAEAAVH248_Signal@@XZ @15756 NONAME ??BH248_SignalRequest@@QBEABVH248_SeqSigList@@XZ @15757 NONAME ??BH248_SignalRequest@@QBEABVH248_Signal@@XZ @15758 NONAME ??BH248_SigParameter_extraInfo@@QAEAAVH248_Relation@@XZ @15759 NONAME ??BH248_SigParameter_extraInfo@@QBEABVH248_Relation@@XZ @15760 NONAME ??BH248_Transaction@@QAEAAVH248_TransactionPending@@XZ @15761 NONAME ??BH248_Transaction@@QAEAAVH248_TransactionReply@@XZ @15762 NONAME ??BH248_Transaction@@QAEAAVH248_TransactionRequest@@XZ @15763 NONAME ??BH248_Transaction@@QAEAAVH248_TransactionResponseAck@@XZ @15764 NONAME ??BH248_Transaction@@QBEABVH248_TransactionPending@@XZ @15765 NONAME ??BH248_Transaction@@QBEABVH248_TransactionReply@@XZ @15766 NONAME ??BH248_Transaction@@QBEABVH248_TransactionRequest@@XZ @15767 NONAME ??BH248_Transaction@@QBEABVH248_TransactionResponseAck@@XZ @15768 NONAME ??BH248_TransactionReply_transactionResult@@QAEAAVH248_ArrayOf_ActionReply@@XZ @15769 NONAME ??BH248_TransactionReply_transactionResult@@QAEAAVH248_ErrorDescriptor@@XZ @15770 NONAME ??BH248_TransactionReply_transactionResult@@QBEABVH248_ArrayOf_ActionReply@@XZ @15771 NONAME ??BH248_TransactionReply_transactionResult@@QBEABVH248_ErrorDescriptor@@XZ @15772 NONAME ??BH4501_PartySubaddress@@QAEAAVH4501_NSAPSubaddress@@XZ @9852 NONAME ??BH4501_PartySubaddress@@QAEAAVH4501_UserSpecifiedSubaddress@@XZ @9853 NONAME ??BH4501_PartySubaddress@@QBEABVH4501_NSAPSubaddress@@XZ @9854 NONAME ??BH4501_PartySubaddress@@QBEABVH4501_UserSpecifiedSubaddress@@XZ @9855 NONAME ??BH4501_PresentedAddressScreened@@QAEAAVH4501_AddressScreened@@XZ @9856 NONAME ??BH4501_PresentedAddressScreened@@QBEABVH4501_AddressScreened@@XZ @9857 NONAME ??BH4501_PresentedAddressUnscreened@@QAEAAVH4501_Address@@XZ @9858 NONAME ??BH4501_PresentedAddressUnscreened@@QBEABVH4501_Address@@XZ @9859 NONAME ??BH4501_PresentedNumberScreened@@QAEAAVH4501_NumberScreened@@XZ @9860 NONAME ??BH4501_PresentedNumberScreened@@QBEABVH4501_NumberScreened@@XZ @9861 NONAME ??BH4501_PresentedNumberUnscreened@@QAEAAVH225_PartyNumber@@XZ @9862 NONAME ??BH4501_PresentedNumberUnscreened@@QBEABVH225_PartyNumber@@XZ @9863 NONAME ??BH4501_ServiceApdus@@QAEAAVH4501_ArrayOf_ROS@@XZ @9864 NONAME ??BH4501_ServiceApdus@@QBEABVH4501_ArrayOf_ROS@@XZ @9865 NONAME ??BH4502_CTActiveArg_argumentExtension@@QAEAAVH225_NonStandardParameter@@XZ @9866 NONAME ??BH4502_CTActiveArg_argumentExtension@@QAEAAVH4502_ExtensionSeq@@XZ @9867 NONAME ??BH4502_CTActiveArg_argumentExtension@@QBEABVH225_NonStandardParameter@@XZ @9868 NONAME ??BH4502_CTActiveArg_argumentExtension@@QBEABVH4502_ExtensionSeq@@XZ @9869 NONAME ??BH4502_CTCompleteArg_argumentExtension@@QAEAAVH225_NonStandardParameter@@XZ @9870 NONAME ??BH4502_CTCompleteArg_argumentExtension@@QAEAAVH4502_ExtensionSeq@@XZ @9871 NONAME ??BH4502_CTCompleteArg_argumentExtension@@QBEABVH225_NonStandardParameter@@XZ @9872 NONAME ??BH4502_CTCompleteArg_argumentExtension@@QBEABVH4502_ExtensionSeq@@XZ @9873 NONAME ??BH4502_CTIdentifyRes_resultExtension@@QAEAAVH225_NonStandardParameter@@XZ @9874 NONAME ??BH4502_CTIdentifyRes_resultExtension@@QAEAAVH4502_ExtensionSeq@@XZ @9875 NONAME ??BH4502_CTIdentifyRes_resultExtension@@QBEABVH225_NonStandardParameter@@XZ @9876 NONAME ??BH4502_CTIdentifyRes_resultExtension@@QBEABVH4502_ExtensionSeq@@XZ @9877 NONAME ??BH4502_CTInitiateArg_argumentExtension@@QAEAAVH225_NonStandardParameter@@XZ @9878 NONAME ??BH4502_CTInitiateArg_argumentExtension@@QAEAAVH4502_ExtensionSeq@@XZ @9879 NONAME ??BH4502_CTInitiateArg_argumentExtension@@QBEABVH225_NonStandardParameter@@XZ @9880 NONAME ??BH4502_CTInitiateArg_argumentExtension@@QBEABVH4502_ExtensionSeq@@XZ @9881 NONAME ??BH4502_CTSetupArg_argumentExtension@@QAEAAVH225_NonStandardParameter@@XZ @9882 NONAME ??BH4502_CTSetupArg_argumentExtension@@QAEAAVH4502_ExtensionSeq@@XZ @9883 NONAME ??BH4502_CTSetupArg_argumentExtension@@QBEABVH225_NonStandardParameter@@XZ @9884 NONAME ??BH4502_CTSetupArg_argumentExtension@@QBEABVH4502_ExtensionSeq@@XZ @9885 NONAME ??BH4502_CTUpdateArg_argumentExtension@@QAEAAVH225_NonStandardParameter@@XZ @9886 NONAME ??BH4502_CTUpdateArg_argumentExtension@@QAEAAVH4502_ExtensionSeq@@XZ @9887 NONAME ??BH4502_CTUpdateArg_argumentExtension@@QBEABVH225_NonStandardParameter@@XZ @9888 NONAME ??BH4502_CTUpdateArg_argumentExtension@@QBEABVH4502_ExtensionSeq@@XZ @9889 NONAME ??BH4502_DummyArg@@QAEAAVH225_NonStandardParameter@@XZ @9890 NONAME ??BH4502_DummyArg@@QAEAAVH4502_ExtensionSeq@@XZ @9891 NONAME ??BH4502_DummyArg@@QBEABVH225_NonStandardParameter@@XZ @9892 NONAME ??BH4502_DummyArg@@QBEABVH4502_ExtensionSeq@@XZ @9893 NONAME ??BH4502_DummyRes@@QAEAAVH225_NonStandardParameter@@XZ @9894 NONAME ??BH4502_DummyRes@@QAEAAVH4502_ExtensionSeq@@XZ @9895 NONAME ??BH4502_DummyRes@@QBEABVH225_NonStandardParameter@@XZ @9896 NONAME ??BH4502_DummyRes@@QBEABVH4502_ExtensionSeq@@XZ @9897 NONAME ??BH4502_SubaddressTransferArg_argumentExtension@@QAEAAVH225_NonStandardParameter@@XZ @9898 NONAME ??BH4502_SubaddressTransferArg_argumentExtension@@QAEAAVH4502_ExtensionSeq@@XZ @9899 NONAME ??BH4502_SubaddressTransferArg_argumentExtension@@QBEABVH225_NonStandardParameter@@XZ @9900 NONAME ??BH4502_SubaddressTransferArg_argumentExtension@@QBEABVH4502_ExtensionSeq@@XZ @9901 NONAME ??BH4503_IntResult_extension@@QAEAAVH225_NonStandardParameter@@XZ @10307 NONAME ??BH4503_IntResult_extension@@QAEAAVH4503_ExtensionSeq@@XZ @10308 NONAME ??BH4503_IntResult_extension@@QBEABVH225_NonStandardParameter@@XZ @10309 NONAME ??BH4503_IntResult_extension@@QBEABVH4503_ExtensionSeq@@XZ @10310 NONAME ??BH4504_MixedExtension@@QAEAAVH225_NonStandardParameter@@XZ @10214 NONAME ??BH4504_MixedExtension@@QAEAAVH4501_Extension@@XZ @10215 NONAME ??BH4504_MixedExtension@@QBEABVH225_NonStandardParameter@@XZ @10216 NONAME ??BH4504_MixedExtension@@QBEABVH4501_Extension@@XZ @10217 NONAME ??BH4507_MsgCentreId@@QAEAAVH4501_EndpointAddress@@XZ @10571 NONAME ??BH4507_MsgCentreId@@QBEABVH4501_EndpointAddress@@XZ @10572 NONAME ??BH4508_Name@@QAEAAVH4508_NamePresentationAllowed@@XZ @10573 NONAME ??BH4508_Name@@QAEAAVH4508_NamePresentationRestricted@@XZ @10574 NONAME ??BH4508_Name@@QBEABVH4508_NamePresentationAllowed@@XZ @10575 NONAME ??BH4508_Name@@QBEABVH4508_NamePresentationRestricted@@XZ @10576 NONAME ??BH4508_NamePresentationAllowed@@QAEAAVH4508_ExtendedName@@XZ @10577 NONAME ??BH4508_NamePresentationAllowed@@QAEAAVH4508_SimpleName@@XZ @10578 NONAME ??BH4508_NamePresentationAllowed@@QBEABVH4508_ExtendedName@@XZ @10579 NONAME ??BH4508_NamePresentationAllowed@@QBEABVH4508_SimpleName@@XZ @10580 NONAME ??BH4508_NamePresentationRestricted@@QAEAAVH4508_ExtendedName@@XZ @10581 NONAME ??BH4508_NamePresentationRestricted@@QAEAAVH4508_SimpleName@@XZ @10582 NONAME ??BH4508_NamePresentationRestricted@@QBEABVH4508_ExtendedName@@XZ @10583 NONAME ??BH4508_NamePresentationRestricted@@QBEABVH4508_SimpleName@@XZ @10584 NONAME ??BH4509_CcArg@@QAEAAVH4509_CcLongArg@@XZ @10585 NONAME ??BH4509_CcArg@@QAEAAVH4509_CcShortArg@@XZ @10586 NONAME ??BH4509_CcArg@@QBEABVH4509_CcLongArg@@XZ @10587 NONAME ??BH4509_CcArg@@QBEABVH4509_CcShortArg@@XZ @10588 NONAME ??BH501_AccessToken@@QAEAAVH225_CryptoH323Token@@XZ @17106 NONAME ??BH501_AccessToken@@QAEAAVH225_GenericData@@XZ @17107 NONAME ??BH501_AccessToken@@QAEAAVH235_ClearToken@@XZ @17108 NONAME ??BH501_AccessToken@@QBEABVH225_CryptoH323Token@@XZ @17109 NONAME ??BH501_AccessToken@@QBEABVH225_GenericData@@XZ @17110 NONAME ??BH501_AccessToken@@QBEABVH235_ClearToken@@XZ @17111 NONAME ??BH501_MessageBody@@QAEAAVH501_AccessConfirmation@@XZ @17112 NONAME ??BH501_MessageBody@@QAEAAVH501_AccessRejection@@XZ @17113 NONAME ??BH501_MessageBody@@QAEAAVH501_AccessRequest@@XZ @17114 NONAME ??BH501_MessageBody@@QAEAAVH501_AuthenticationConfirmation@@XZ @17115 NONAME ??BH501_MessageBody@@QAEAAVH501_AuthenticationRejection@@XZ @17116 NONAME ??BH501_MessageBody@@QAEAAVH501_AuthenticationRequest@@XZ @17117 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorConfirmation@@XZ @17118 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorIDConfirmation@@XZ @17119 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorIDRejection@@XZ @17120 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorIDRequest@@XZ @17121 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorRejection@@XZ @17122 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorRequest@@XZ @17123 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorUpdate@@XZ @17124 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorUpdateAck@@XZ @17125 NONAME ??BH501_MessageBody@@QAEAAVH501_NonStandardConfirmation@@XZ @17126 NONAME ??BH501_MessageBody@@QAEAAVH501_NonStandardRejection@@XZ @17127 NONAME ??BH501_MessageBody@@QAEAAVH501_NonStandardRequest@@XZ @17128 NONAME ??BH501_MessageBody@@QAEAAVH501_RequestInProgress@@XZ @17129 NONAME ??BH501_MessageBody@@QAEAAVH501_ServiceConfirmation@@XZ @17130 NONAME ??BH501_MessageBody@@QAEAAVH501_ServiceRejection@@XZ @17131 NONAME ??BH501_MessageBody@@QAEAAVH501_ServiceRelease@@XZ @17132 NONAME ??BH501_MessageBody@@QAEAAVH501_ServiceRequest@@XZ @17133 NONAME ??BH501_MessageBody@@QAEAAVH501_UnknownMessageResponse@@XZ @17134 NONAME ??BH501_MessageBody@@QAEAAVH501_UsageConfirmation@@XZ @17135 NONAME ??BH501_MessageBody@@QAEAAVH501_UsageIndication@@XZ @17136 NONAME ??BH501_MessageBody@@QAEAAVH501_UsageIndicationConfirmation@@XZ @17137 NONAME ??BH501_MessageBody@@QAEAAVH501_UsageIndicationRejection@@XZ @17138 NONAME ??BH501_MessageBody@@QAEAAVH501_UsageRejection@@XZ @17139 NONAME ??BH501_MessageBody@@QAEAAVH501_UsageRequest@@XZ @17140 NONAME ??BH501_MessageBody@@QAEAAVH501_ValidationConfirmation@@XZ @17141 NONAME ??BH501_MessageBody@@QAEAAVH501_ValidationRejection@@XZ @17142 NONAME ??BH501_MessageBody@@QAEAAVH501_ValidationRequest@@XZ @17143 NONAME ??BH501_MessageBody@@QBEABVH501_AccessConfirmation@@XZ @17144 NONAME ??BH501_MessageBody@@QBEABVH501_AccessRejection@@XZ @17145 NONAME ??BH501_MessageBody@@QBEABVH501_AccessRequest@@XZ @17146 NONAME ??BH501_MessageBody@@QBEABVH501_AuthenticationConfirmation@@XZ @17147 NONAME ??BH501_MessageBody@@QBEABVH501_AuthenticationRejection@@XZ @17148 NONAME ??BH501_MessageBody@@QBEABVH501_AuthenticationRequest@@XZ @17149 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorConfirmation@@XZ @17150 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorIDConfirmation@@XZ @17151 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorIDRejection@@XZ @17152 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorIDRequest@@XZ @17153 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorRejection@@XZ @17154 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorRequest@@XZ @17155 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorUpdate@@XZ @17156 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorUpdateAck@@XZ @17157 NONAME ??BH501_MessageBody@@QBEABVH501_NonStandardConfirmation@@XZ @17158 NONAME ??BH501_MessageBody@@QBEABVH501_NonStandardRejection@@XZ @17159 NONAME ??BH501_MessageBody@@QBEABVH501_NonStandardRequest@@XZ @17160 NONAME ??BH501_MessageBody@@QBEABVH501_RequestInProgress@@XZ @17161 NONAME ??BH501_MessageBody@@QBEABVH501_ServiceConfirmation@@XZ @17162 NONAME ??BH501_MessageBody@@QBEABVH501_ServiceRejection@@XZ @17163 NONAME ??BH501_MessageBody@@QBEABVH501_ServiceRelease@@XZ @17164 NONAME ??BH501_MessageBody@@QBEABVH501_ServiceRequest@@XZ @17165 NONAME ??BH501_MessageBody@@QBEABVH501_UnknownMessageResponse@@XZ @17166 NONAME ??BH501_MessageBody@@QBEABVH501_UsageConfirmation@@XZ @17167 NONAME ??BH501_MessageBody@@QBEABVH501_UsageIndication@@XZ @17168 NONAME ??BH501_MessageBody@@QBEABVH501_UsageIndicationConfirmation@@XZ @17169 NONAME ??BH501_MessageBody@@QBEABVH501_UsageIndicationRejection@@XZ @17170 NONAME ??BH501_MessageBody@@QBEABVH501_UsageRejection@@XZ @17171 NONAME ??BH501_MessageBody@@QBEABVH501_UsageRequest@@XZ @17172 NONAME ??BH501_MessageBody@@QBEABVH501_ValidationConfirmation@@XZ @17173 NONAME ??BH501_MessageBody@@QBEABVH501_ValidationRejection@@XZ @17174 NONAME ??BH501_MessageBody@@QBEABVH501_ValidationRequest@@XZ @17175 NONAME ??BH501_Pattern@@QAEAAVH225_AliasAddress@@XZ @17176 NONAME ??BH501_Pattern@@QAEAAVH501_Pattern_range@@XZ @17177 NONAME ??BH501_Pattern@@QBEABVH225_AliasAddress@@XZ @17178 NONAME ??BH501_Pattern@@QBEABVH501_Pattern_range@@XZ @17179 NONAME ??BH501_Role@@QAEAAVH225_NonStandardParameter@@XZ @17180 NONAME ??BH501_Role@@QBEABVH225_NonStandardParameter@@XZ @17181 NONAME ??BH501_UpdateInformation_descriptorInfo@@QAEAAVH225_GloballyUniqueID@@XZ @17790 NONAME ??BH501_UpdateInformation_descriptorInfo@@QAEAAVH501_Descriptor@@XZ @17182 NONAME ??BH501_UpdateInformation_descriptorInfo@@QBEABVH225_GloballyUniqueID@@XZ @17791 NONAME ??BH501_UpdateInformation_descriptorInfo@@QBEABVH501_Descriptor@@XZ @17184 NONAME ??BMCS_ChannelAttributes@@QAEAAVMCS_ChannelAttributes_assigned@@XZ @3502 NONAME ??BMCS_ChannelAttributes@@QAEAAVMCS_ChannelAttributes_private@@XZ @3503 NONAME ??BMCS_ChannelAttributes@@QAEAAVMCS_ChannelAttributes_static@@XZ @3504 NONAME ??BMCS_ChannelAttributes@@QAEAAVMCS_ChannelAttributes_userId@@XZ @3505 NONAME ??BMCS_ChannelAttributes@@QBEABVMCS_ChannelAttributes_assigned@@XZ @3506 NONAME ??BMCS_ChannelAttributes@@QBEABVMCS_ChannelAttributes_private@@XZ @3507 NONAME ??BMCS_ChannelAttributes@@QBEABVMCS_ChannelAttributes_static@@XZ @3508 NONAME ??BMCS_ChannelAttributes@@QBEABVMCS_ChannelAttributes_userId@@XZ @3509 NONAME ??BMCS_ConnectMCSPDU@@QAEAAVMCS_Connect_Additional@@XZ @3510 NONAME ??BMCS_ConnectMCSPDU@@QAEAAVMCS_Connect_Initial@@XZ @3511 NONAME ??BMCS_ConnectMCSPDU@@QAEAAVMCS_Connect_Response@@XZ @3512 NONAME ??BMCS_ConnectMCSPDU@@QAEAAVMCS_Connect_Result@@XZ @3513 NONAME ??BMCS_ConnectMCSPDU@@QBEABVMCS_Connect_Additional@@XZ @3514 NONAME ??BMCS_ConnectMCSPDU@@QBEABVMCS_Connect_Initial@@XZ @3515 NONAME ??BMCS_ConnectMCSPDU@@QBEABVMCS_Connect_Response@@XZ @3516 NONAME ??BMCS_ConnectMCSPDU@@QBEABVMCS_Connect_Result@@XZ @3517 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_AUcf@@XZ @3518 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_AUrq@@XZ @3519 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CAin@@XZ @3520 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CArq@@XZ @3521 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CCcf@@XZ @3522 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CCrq@@XZ @3523 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CDin@@XZ @3524 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CDrq@@XZ @3525 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CEin@@XZ @3526 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CErq@@XZ @3527 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CJcf@@XZ @3528 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CJrq@@XZ @3529 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CLrq@@XZ @3530 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_DPum@@XZ @3531 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_DUin@@XZ @3532 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_DUrq@@XZ @3533 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_EDrq@@XZ @3534 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_MCcf@@XZ @3535 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_MCrq@@XZ @3536 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_MTcf@@XZ @3537 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_MTrq@@XZ @3538 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_PCin@@XZ @3539 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_PDin@@XZ @3540 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_PTin@@XZ @3541 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_RJum@@XZ @3542 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_SDin@@XZ @3543 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_SDrq@@XZ @3544 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TGcf@@XZ @3545 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TGrq@@XZ @3546 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TIcf@@XZ @3547 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TIrq@@XZ @3548 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TPin@@XZ @3549 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TPrq@@XZ @3550 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TRcf@@XZ @3551 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TRrq@@XZ @3552 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TTcf@@XZ @3553 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TTrq@@XZ @3554 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TVcf@@XZ @3555 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TVin@@XZ @3556 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TVrq@@XZ @3557 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TVrs@@XZ @3558 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_USin@@XZ @3559 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_USrq@@XZ @3560 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_AUcf@@XZ @3561 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_AUrq@@XZ @3562 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CAin@@XZ @3563 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CArq@@XZ @3564 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CCcf@@XZ @3565 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CCrq@@XZ @3566 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CDin@@XZ @3567 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CDrq@@XZ @3568 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CEin@@XZ @3569 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CErq@@XZ @3570 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CJcf@@XZ @3571 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CJrq@@XZ @3572 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CLrq@@XZ @3573 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_DPum@@XZ @3574 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_DUin@@XZ @3575 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_DUrq@@XZ @3576 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_EDrq@@XZ @3577 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_MCcf@@XZ @3578 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_MCrq@@XZ @3579 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_MTcf@@XZ @3580 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_MTrq@@XZ @3581 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_PCin@@XZ @3582 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_PDin@@XZ @3583 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_PTin@@XZ @3584 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_RJum@@XZ @3585 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_SDin@@XZ @3586 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_SDrq@@XZ @3587 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TGcf@@XZ @3588 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TGrq@@XZ @3589 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TIcf@@XZ @3590 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TIrq@@XZ @3591 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TPin@@XZ @3592 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TPrq@@XZ @3593 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TRcf@@XZ @3594 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TRrq@@XZ @3595 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TTcf@@XZ @3596 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TTrq@@XZ @3597 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TVcf@@XZ @3598 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TVin@@XZ @3599 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TVrq@@XZ @3600 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TVrs@@XZ @3601 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_USin@@XZ @3602 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_USrq@@XZ @3603 NONAME ??BMCS_TokenAttributes@@QAEAAVMCS_TokenAttributes_given@@XZ @3604 NONAME ??BMCS_TokenAttributes@@QAEAAVMCS_TokenAttributes_giving@@XZ @3605 NONAME ??BMCS_TokenAttributes@@QAEAAVMCS_TokenAttributes_grabbed@@XZ @3606 NONAME ??BMCS_TokenAttributes@@QAEAAVMCS_TokenAttributes_inhibited@@XZ @3607 NONAME ??BMCS_TokenAttributes@@QAEAAVMCS_TokenAttributes_ungivable@@XZ @3608 NONAME ??BMCS_TokenAttributes@@QBEABVMCS_TokenAttributes_given@@XZ @3609 NONAME ??BMCS_TokenAttributes@@QBEABVMCS_TokenAttributes_giving@@XZ @3610 NONAME ??BMCS_TokenAttributes@@QBEABVMCS_TokenAttributes_grabbed@@XZ @3611 NONAME ??BMCS_TokenAttributes@@QBEABVMCS_TokenAttributes_inhibited@@XZ @3612 NONAME ??BMCS_TokenAttributes@@QBEABVMCS_TokenAttributes_ungivable@@XZ @3613 NONAME ??BPASN_BMPString@@QBE?AVPString@@XZ @3614 NONAME ??BPUInt16b@@QBEGXZ @8913 NONAME ??BT38_Type_of_msg@@QAEAAVT38_Type_of_msg_data@@XZ @12636 NONAME ??BT38_Type_of_msg@@QAEAAVT38_Type_of_msg_t30_indicator@@XZ @12637 NONAME ??BT38_Type_of_msg@@QBEABVT38_Type_of_msg_data@@XZ @12638 NONAME ??BT38_Type_of_msg@@QBEABVT38_Type_of_msg_t30_indicator@@XZ @12639 NONAME ??BT38_UDPTLPacket_error_recovery@@QAEAAVT38_UDPTLPacket_error_recovery_fec_info@@XZ @12640 NONAME ??BT38_UDPTLPacket_error_recovery@@QAEAAVT38_UDPTLPacket_error_recovery_secondary_ifp_packets@@XZ @12641 NONAME ??BT38_UDPTLPacket_error_recovery@@QBEABVT38_UDPTLPacket_error_recovery_fec_info@@XZ @12642 NONAME ??BT38_UDPTLPacket_error_recovery@@QBEABVT38_UDPTLPacket_error_recovery_secondary_ifp_packets@@XZ @12643 NONAME ??BX880_Reject_problem@@QAEAAVX880_GeneralProblem@@XZ @9902 NONAME ??BX880_Reject_problem@@QAEAAVX880_InvokeProblem@@XZ @9903 NONAME ??BX880_Reject_problem@@QAEAAVX880_ReturnErrorProblem@@XZ @9904 NONAME ??BX880_Reject_problem@@QAEAAVX880_ReturnResultProblem@@XZ @9905 NONAME ??BX880_Reject_problem@@QBEABVX880_GeneralProblem@@XZ @9906 NONAME ??BX880_Reject_problem@@QBEABVX880_InvokeProblem@@XZ @9907 NONAME ??BX880_Reject_problem@@QBEABVX880_ReturnErrorProblem@@XZ @9908 NONAME ??BX880_Reject_problem@@QBEABVX880_ReturnResultProblem@@XZ @9909 NONAME ??BX880_ROS@@QAEAAVX880_Invoke@@XZ @9910 NONAME ??BX880_ROS@@QAEAAVX880_Reject@@XZ @9911 NONAME ??BX880_ROS@@QAEAAVX880_ReturnError@@XZ @9912 NONAME ??BX880_ROS@@QAEAAVX880_ReturnResult@@XZ @9913 NONAME ??BX880_ROS@@QBEABVX880_Invoke@@XZ @9914 NONAME ??BX880_ROS@@QBEABVX880_Reject@@XZ @9915 NONAME ??BX880_ROS@@QBEABVX880_ReturnError@@XZ @9916 NONAME ??BX880_ROS@@QBEABVX880_ReturnResult@@XZ @9917 NONAME ??C?$PSafePtr@VH323GatekeeperCall@@@@QBEPAVH323GatekeeperCall@@XZ @14931 NONAME ??C?$PSafePtr@VH323PeerElementDescriptor@@@@QBEPAVH323PeerElementDescriptor@@XZ @18018 NONAME ??C?$PSafePtr@VH323PeerElementServiceRelationship@@@@QBEPAVH323PeerElementServiceRelationship@@XZ @18019 NONAME ??C?$PSafePtr@VH323RegisteredEndPoint@@@@QBEPAVH323RegisteredEndPoint@@XZ @14932 NONAME ??D?$PSafePtr@VH323PeerElementDescriptor@@@@QBEAAVH323PeerElementDescriptor@@XZ @18665 NONAME ??EH323ChannelNumber@@QAEAAV0@H@Z @3616 NONAME ??R?$PStringDictionary@VPString@@@@QBE?AVPString@@ABV1@PBD@Z @14076 NONAME ??_7?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@6B@ @12419 NONAME ??_7?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@6B@ @12420 NONAME ??_7?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@6B@ @12421 NONAME ??_7?$H235_HASHED@VH235_EncodedGeneralToken@@@@6B@ @12422 NONAME ??_7?$H235_HASHED@VH235_EncodedPwdCertToken@@@@6B@ @12423 NONAME ??_7?$H235_SIGNED@VH225_EncodedFastStartToken@@@@6B@ @12424 NONAME ??_7?$H235_SIGNED@VH235_EncodedGeneralToken@@@@6B@ @12425 NONAME ??_7?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@6B@ @12426 NONAME ??_7?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@6B@ @12427 NONAME ??_7?$H235_SIGNED@VH235_EncodedReturnSig@@@@6B@ @12428 NONAME ??_7?$PArray@V?$PList@VH323Capability@@@@@@6B@ @3632 NONAME ??_7?$PArray@VH323SimultaneousCapabilities@@@@6B@ @3633 NONAME ??_7?$PArray@VH323TransportAddress@@@@6B@ @18168 NONAME ??_7?$PArray@VReceiverReport@RTP_Session@@@@6B@ @8915 NONAME ??_7?$PArray@VSourceDescription@RTP_Session@@@@6B@ @8916 NONAME ??_7?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@6B@ @3635 NONAME ??_7?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@6B@ @15773 NONAME ??_7?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@6B@ @13140 NONAME ??_7?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@6B@ @3636 NONAME ??_7?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@6B@ @18169 NONAME ??_7?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@6B@ @3637 NONAME ??_7?$PDictionary@VPString@@VH323Connection@@@@6B@ @3638 NONAME ??_7?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@6B@ @12802 NONAME ??_7?$PDictionary@VPString@@VPOrdinalKey@@@@6B@ @18243 NONAME ??_7?$PFactory@VH235Authenticator@@VPString@@@@6B@ @30210 NONAME ??_7?$PFactory@VH323Capability@@VPString@@@@6B@ @29278 NONAME ??_7?$PFactory@VH323StaticPluginCodec@@VPString@@@@6B@ @29279 NONAME ??_7?$PFactory@VOpalFactoryCodec@@VPString@@@@6B@ @29739 NONAME ??_7?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@6B@ @30211 NONAME ??_7?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @29280 NONAME ??_7?$PFactory@VPWAVFileConverter@@I@@6B@ @29638 NONAME ??_7?$PList@VH245_GenericParameter@@@@6B@ @30212 NONAME ??_7?$PList@VH323Capability@@@@6B@ @3639 NONAME ??_7?$PList@VH323Channel@@@@6B@ @3640 NONAME ??_7?$PList@VH323GatekeeperListener@@@@6B@ @12803 NONAME ??_7?$PList@VH323Listener@@@@6B@ @3642 NONAME ??_7?$PList@VH323Transactor@@@@6B@ @17186 NONAME ??_7?$PList@VH450xHandler@@@@6B@ @13141 NONAME ??_7?$PList@VOpalMediaFormat@@@@6B@ @9435 NONAME ??_7?$PList@VPBYTEArray@@@@6B@ @16523 NONAME ??_7?$POrdinalDictionary@VPString@@@@6B@ @15774 NONAME ??_7?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@6B@ @15054 NONAME ??_7?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@6B@ @18020 NONAME ??_7?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@6B@ @18021 NONAME ??_7?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@6B@ @15055 NONAME ??_7?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@6B@ @15056 NONAME ??_7?$PSafePtr@VH323GatekeeperCall@@@@6B@ @14079 NONAME ??_7?$PSafePtr@VH323PeerElementDescriptor@@@@6B@ @18022 NONAME ??_7?$PSafePtr@VH323PeerElementServiceRelationship@@@@6B@ @18023 NONAME ??_7?$PSafePtr@VH323RegisteredEndPoint@@@@6B@ @14080 NONAME ??_7?$PSafeSortedList@VH323GatekeeperCall@@@@6B@ @15057 NONAME ??_7?$PSafeSortedList@VH323PeerElementDescriptor@@@@6B@ @18024 NONAME ??_7?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@6B@ @18025 NONAME ??_7?$PSet@VPOrdinalKey@@@@6B@ @18244 NONAME ??_7?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@6B@ @14404 NONAME ??_7?$PSortedList@VH225_AliasAddress@@@@6B@ @18365 NONAME ??_7?$PSortedList@VH323GatekeeperCall@@@@6B@ @12804 NONAME ??_7?$PSortedList@VH323PeerElementDescriptor@@@@6B@ @18026 NONAME ??_7?$PSortedList@VH323PeerElementServiceRelationship@@@@6B@ @18027 NONAME ??_7?$PSortedList@VResponse@H323Transactor@@@@6B@ @18170 NONAME ??_7?$PSortedList@VSRVRecord@PDNS@@@@6B@ @30213 NONAME ??_7?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @30214 NONAME ??_7?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @30215 NONAME ??_7?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @30216 NONAME ??_7?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@6B@ @29281 NONAME ??_7?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @29282 NONAME ??_7?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @29283 NONAME ??_7?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @29284 NONAME ??_7?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @29285 NONAME ??_7?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @29286 NONAME ??_7?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @29287 NONAME ??_7?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @29288 NONAME ??_7?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @29289 NONAME ??_7?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @29290 NONAME ??_7?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @29291 NONAME ??_7?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @29292 NONAME ??_7?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @29293 NONAME ??_7?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @29294 NONAME ??_7?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @29295 NONAME ??_7?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @29296 NONAME ??_7?$Worker@VHIDPluginDeviceManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@6B@ @30217 NONAME ??_7?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @29297 NONAME ??_7?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @29298 NONAME ??_7?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @29299 NONAME ??_7?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @29300 NONAME ??_7?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @29301 NONAME ??_7?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @29302 NONAME ??_7?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @29303 NONAME ??_7?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @29304 NONAME ??_7?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @29305 NONAME ??_7?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @29306 NONAME ??_7?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @29307 NONAME ??_7?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @29308 NONAME ??_7?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @29309 NONAME ??_7?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @29310 NONAME ??_7?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @29311 NONAME ??_7?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @29312 NONAME ??_7?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@6B@ @30218 NONAME ??_7?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@6B@ @29639 NONAME ??_7?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@6B@ @29640 NONAME ??_7AliasKey@H323PeerElement@@6B@ @18366 NONAME ??_7AlternateInfo@H323Gatekeeper@@6B@ @14405 NONAME ??_7ByteQueue@OpalVoipBlasterDevice@@6B@ @13659 NONAME ??_7Encoder@@6B@ @30219 NONAME ??_7Entry@RTP_JitterBuffer@@6B@ @3643 NONAME ??_7FilterInfo@H323Codec@@6B@ @13828 NONAME ??_7FullP64Decoder@@6B@ @3644 NONAME ??_7G7231_File_Capability@@6B@ @14524 NONAME ??_7G7231_File_Codec@@6B@ @14525 NONAME ??_7GCC_AlternativeNodeID@@6B@ @3645 NONAME ??_7GCC_ApplicationInvokeIndication@@6B@ @3646 NONAME ??_7GCC_ApplicationInvokeSpecifier@@6B@ @3647 NONAME ??_7GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@6B@ @3648 NONAME ??_7GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@6B@ @3649 NONAME ??_7GCC_ApplicationRecord@@6B@ @3650 NONAME ??_7GCC_ApplicationRecord_nonCollapsingCapabilities@@6B@ @3651 NONAME ??_7GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@6B@ @3652 NONAME ??_7GCC_ArrayOf_ApplicationInvokeSpecifier@@6B@ @3653 NONAME ??_7GCC_ArrayOf_ChallengeItem@@6B@ @3654 NONAME ??_7GCC_ArrayOf_ConferenceDescriptor@@6B@ @3655 NONAME ??_7GCC_ArrayOf_Privilege@@6B@ @3656 NONAME ??_7GCC_ArrayOf_TextString@@6B@ @3657 NONAME ??_7GCC_ArrayOf_UserID@@6B@ @3658 NONAME ??_7GCC_AsymmetryIndicator@@6B@ @3659 NONAME ??_7GCC_CapabilityClass@@6B@ @3660 NONAME ??_7GCC_CapabilityID@@6B@ @3661 NONAME ??_7GCC_ChallengeItem@@6B@ @3662 NONAME ??_7GCC_ChallengeRequest@@6B@ @3663 NONAME ??_7GCC_ChallengeResponse@@6B@ @3664 NONAME ??_7GCC_ChallengeResponseAlgorithm@@6B@ @3665 NONAME ??_7GCC_ChallengeResponseItem@@6B@ @3666 NONAME ??_7GCC_ChannelID@@6B@ @3667 NONAME ??_7GCC_ChannelType@@6B@ @3668 NONAME ??_7GCC_ConductorAssignIndication@@6B@ @3669 NONAME ??_7GCC_ConductorPermissionAskIndication@@6B@ @3670 NONAME ??_7GCC_ConductorPermissionGrantIndication@@6B@ @3671 NONAME ??_7GCC_ConductorReleaseIndication@@6B@ @3672 NONAME ??_7GCC_ConferenceAddRequest@@6B@ @3673 NONAME ??_7GCC_ConferenceAddResponse@@6B@ @3674 NONAME ??_7GCC_ConferenceAddResponse_result@@6B@ @3675 NONAME ??_7GCC_ConferenceAssistanceIndication@@6B@ @3676 NONAME ??_7GCC_ConferenceCreateRequest@@6B@ @3677 NONAME ??_7GCC_ConferenceCreateResponse@@6B@ @3678 NONAME ??_7GCC_ConferenceCreateResponse_result@@6B@ @3679 NONAME ??_7GCC_ConferenceDescriptor@@6B@ @3680 NONAME ??_7GCC_ConferenceEjectUserIndication@@6B@ @3681 NONAME ??_7GCC_ConferenceEjectUserIndication_reason@@6B@ @3682 NONAME ??_7GCC_ConferenceEjectUserRequest@@6B@ @3683 NONAME ??_7GCC_ConferenceEjectUserRequest_reason@@6B@ @3684 NONAME ??_7GCC_ConferenceEjectUserResponse@@6B@ @3685 NONAME ??_7GCC_ConferenceEjectUserResponse_result@@6B@ @3686 NONAME ??_7GCC_ConferenceInviteRequest@@6B@ @3687 NONAME ??_7GCC_ConferenceInviteResponse@@6B@ @3688 NONAME ??_7GCC_ConferenceInviteResponse_result@@6B@ @3689 NONAME ??_7GCC_ConferenceJoinRequest@@6B@ @3690 NONAME ??_7GCC_ConferenceJoinResponse@@6B@ @3691 NONAME ??_7GCC_ConferenceJoinResponse_result@@6B@ @3692 NONAME ??_7GCC_ConferenceLockIndication@@6B@ @3693 NONAME ??_7GCC_ConferenceLockRequest@@6B@ @3694 NONAME ??_7GCC_ConferenceLockResponse@@6B@ @3695 NONAME ??_7GCC_ConferenceLockResponse_result@@6B@ @3696 NONAME ??_7GCC_ConferenceName@@6B@ @3697 NONAME ??_7GCC_ConferenceNameModifier@@6B@ @3698 NONAME ??_7GCC_ConferenceNameSelector@@6B@ @3699 NONAME ??_7GCC_ConferencePriority@@6B@ @3700 NONAME ??_7GCC_ConferencePriorityScheme@@6B@ @3701 NONAME ??_7GCC_ConferenceQueryRequest@@6B@ @3702 NONAME ??_7GCC_ConferenceQueryResponse@@6B@ @3703 NONAME ??_7GCC_ConferenceQueryResponse_result@@6B@ @3704 NONAME ??_7GCC_ConferenceTerminateIndication@@6B@ @3705 NONAME ??_7GCC_ConferenceTerminateIndication_reason@@6B@ @3706 NONAME ??_7GCC_ConferenceTerminateRequest@@6B@ @3707 NONAME ??_7GCC_ConferenceTerminateRequest_reason@@6B@ @3708 NONAME ??_7GCC_ConferenceTerminateResponse@@6B@ @3709 NONAME ??_7GCC_ConferenceTerminateResponse_result@@6B@ @3710 NONAME ??_7GCC_ConferenceTimeExtendIndication@@6B@ @3711 NONAME ??_7GCC_ConferenceTimeInquireIndication@@6B@ @3712 NONAME ??_7GCC_ConferenceTimeRemainingIndication@@6B@ @3713 NONAME ??_7GCC_ConferenceTransferIndication@@6B@ @3714 NONAME ??_7GCC_ConferenceTransferRequest@@6B@ @3715 NONAME ??_7GCC_ConferenceTransferResponse@@6B@ @3716 NONAME ??_7GCC_ConferenceTransferResponse_result@@6B@ @3717 NONAME ??_7GCC_ConferenceUnlockIndication@@6B@ @3718 NONAME ??_7GCC_ConferenceUnlockRequest@@6B@ @3719 NONAME ??_7GCC_ConferenceUnlockResponse@@6B@ @3720 NONAME ??_7GCC_ConferenceUnlockResponse_result@@6B@ @3721 NONAME ??_7GCC_ConnectData@@6B@ @3722 NONAME ??_7GCC_ConnectGCCPDU@@6B@ @3723 NONAME ??_7GCC_DialingString@@6B@ @3724 NONAME ??_7GCC_DynamicChannelID@@6B@ @3725 NONAME ??_7GCC_DynamicTokenID@@6B@ @3726 NONAME ??_7GCC_EntityID@@6B@ @3727 NONAME ??_7GCC_ExtraDialingString@@6B@ @3728 NONAME ??_7GCC_FunctionNotSupportedResponse@@6B@ @3729 NONAME ??_7GCC_GCCPDU@@6B@ @3730 NONAME ??_7GCC_H221NonStandardIdentifier@@6B@ @3731 NONAME ??_7GCC_Handle@@6B@ @3732 NONAME ??_7GCC_IndicationPDU@@6B@ @3733 NONAME ??_7GCC_Key@@6B@ @3734 NONAME ??_7GCC_NetworkAddress@@6B@ @3735 NONAME ??_7GCC_NetworkAddress_subtype@@6B@ @3736 NONAME ??_7GCC_NetworkAddress_subtype_aggregatedChannel@@6B@ @3737 NONAME ??_7GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@6B@ @3738 NONAME ??_7GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@6B@ @3739 NONAME ??_7GCC_NetworkAddress_subtype_transportConnection@@6B@ @3740 NONAME ??_7GCC_NodeProperties@@6B@ @3741 NONAME ??_7GCC_NodeRecord@@6B@ @3742 NONAME ??_7GCC_NodeType@@6B@ @3743 NONAME ??_7GCC_NonStandardParameter@@6B@ @3744 NONAME ??_7GCC_NonStandardPDU@@6B@ @3745 NONAME ??_7GCC_Password@@6B@ @3746 NONAME ??_7GCC_PasswordChallengeRequestResponse@@6B@ @3747 NONAME ??_7GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@6B@ @3748 NONAME ??_7GCC_PasswordSelector@@6B@ @3749 NONAME ??_7GCC_Privilege@@6B@ @3750 NONAME ??_7GCC_RegistryAllocateHandleRequest@@6B@ @3751 NONAME ??_7GCC_RegistryAllocateHandleResponse@@6B@ @3752 NONAME ??_7GCC_RegistryAllocateHandleResponse_result@@6B@ @3753 NONAME ??_7GCC_RegistryAssignTokenRequest@@6B@ @3754 NONAME ??_7GCC_RegistryDeleteEntryRequest@@6B@ @3755 NONAME ??_7GCC_RegistryEntryOwner@@6B@ @3756 NONAME ??_7GCC_RegistryEntryOwner_owned@@6B@ @3757 NONAME ??_7GCC_RegistryItem@@6B@ @3758 NONAME ??_7GCC_RegistryKey@@6B@ @3759 NONAME ??_7GCC_RegistryModificationRights@@6B@ @3760 NONAME ??_7GCC_RegistryMonitorEntryIndication@@6B@ @3761 NONAME ??_7GCC_RegistryMonitorEntryRequest@@6B@ @3762 NONAME ??_7GCC_RegistryRegisterChannelRequest@@6B@ @3763 NONAME ??_7GCC_RegistryResponse@@6B@ @3764 NONAME ??_7GCC_RegistryResponse_primitiveType@@6B@ @3765 NONAME ??_7GCC_RegistryResponse_result@@6B@ @3766 NONAME ??_7GCC_RegistryRetrieveEntryRequest@@6B@ @3767 NONAME ??_7GCC_RegistrySetParameterRequest@@6B@ @3768 NONAME ??_7GCC_RequestPDU@@6B@ @3769 NONAME ??_7GCC_ResponsePDU@@6B@ @3770 NONAME ??_7GCC_RosterUpdateIndication@@6B@ @3771 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation@@6B@ @3772 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype@@6B@ @3773 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@6B@ @3774 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@6B@ @3775 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@6B@ @3776 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@6B@ @3777 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@6B@ @3778 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@6B@ @3779 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@6B@ @3780 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@6B@ @3781 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@6B@ @3782 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation@@6B@ @3783 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@6B@ @3784 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@6B@ @3785 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@6B@ @3786 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@6B@ @3787 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@6B@ @3788 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@6B@ @3789 NONAME ??_7GCC_SessionKey@@6B@ @3790 NONAME ??_7GCC_SimpleNumericString@@6B@ @3791 NONAME ??_7GCC_SimpleTextString@@6B@ @3792 NONAME ??_7GCC_StaticChannelID@@6B@ @3793 NONAME ??_7GCC_StaticTokenID@@6B@ @3794 NONAME ??_7GCC_SubAddressString@@6B@ @3795 NONAME ??_7GCC_TerminationMethod@@6B@ @3796 NONAME ??_7GCC_TextMessageIndication@@6B@ @3797 NONAME ??_7GCC_TextString@@6B@ @3798 NONAME ??_7GCC_Time@@6B@ @3799 NONAME ??_7GCC_TokenID@@6B@ @3800 NONAME ??_7GCC_UserData@@6B@ @3801 NONAME ??_7GCC_UserData_subtype@@6B@ @3802 NONAME ??_7GCC_UserID@@6B@ @3803 NONAME ??_7GCC_UserIDIndication@@6B@ @3804 NONAME ??_7H225CallThread@@6B@ @3806 NONAME ??_7H225TransportThread@@6B@ @3808 NONAME ??_7H225_AddressPattern@@6B@ @11619 NONAME ??_7H225_AddressPattern_range@@6B@ @11620 NONAME ??_7H225_AdmissionConfirm@@6B@ @3809 NONAME ??_7H225_AdmissionConfirm_language@@6B@ @11621 NONAME ??_7H225_AdmissionReject@@6B@ @3810 NONAME ??_7H225_AdmissionRejectReason@@6B@ @3811 NONAME ??_7H225_AdmissionRequest@@6B@ @3812 NONAME ??_7H225_Alerting_UUIE@@6B@ @3813 NONAME ??_7H225_AliasAddress@@6B@ @3814 NONAME ??_7H225_AlternateGK@@6B@ @3815 NONAME ??_7H225_AlternateTransportAddresses@@6B@ @11622 NONAME ??_7H225_AltGKInfo@@6B@ @3816 NONAME ??_7H225_ANSI_41_UIM@@6B@ @11623 NONAME ??_7H225_ANSI_41_UIM_system_id@@6B@ @11624 NONAME ??_7H225_ArrayOf_AddressPattern@@6B@ @11625 NONAME ??_7H225_ArrayOf_AdmissionConfirm@@6B@ @19213 NONAME ??_7H225_ArrayOf_AliasAddress@@6B@ @3817 NONAME ??_7H225_ArrayOf_AlternateGK@@6B@ @3818 NONAME ??_7H225_ArrayOf_AuthenticationMechanism@@6B@ @3819 NONAME ??_7H225_ArrayOf_BandwidthDetails@@6B@ @11626 NONAME ??_7H225_ArrayOf_CallReferenceValue@@6B@ @3820 NONAME ??_7H225_ArrayOf_CallsAvailable@@6B@ @11627 NONAME ??_7H225_ArrayOf_ClearToken@@6B@ @3821 NONAME ??_7H225_ArrayOf_ConferenceIdentifier@@6B@ @3822 NONAME ??_7H225_ArrayOf_ConferenceList@@6B@ @3823 NONAME ??_7H225_ArrayOf_CryptoH323Token@@6B@ @3824 NONAME ??_7H225_ArrayOf_DataRate@@6B@ @3825 NONAME ??_7H225_ArrayOf_Endpoint@@6B@ @3826 NONAME ??_7H225_ArrayOf_EnumeratedParameter@@6B@ @11628 NONAME ??_7H225_ArrayOf_ExtendedAliasAddress@@6B@ @11629 NONAME ??_7H225_ArrayOf_FeatureDescriptor@@6B@ @11630 NONAME ??_7H225_ArrayOf_GenericData@@6B@ @11631 NONAME ??_7H225_ArrayOf_H245Security@@6B@ @3827 NONAME ??_7H225_ArrayOf_H248PackagesDescriptor@@6B@ @11632 NONAME ??_7H225_ArrayOf_IntegrityMechanism@@6B@ @3828 NONAME ??_7H225_ArrayOf_NonStandardParameter@@6B@ @3829 NONAME ??_7H225_ArrayOf_PartyNumber@@6B@ @11633 NONAME ??_7H225_ArrayOf_PASN_ObjectId@@6B@ @3830 NONAME ??_7H225_ArrayOf_PASN_OctetString@@6B@ @3831 NONAME ??_7H225_ArrayOf_RasUsageSpecification@@6B@ @11634 NONAME ??_7H225_ArrayOf_RTPSession@@6B@ @3832 NONAME ??_7H225_ArrayOf_ServiceControlSession@@6B@ @11635 NONAME ??_7H225_ArrayOf_SupportedPrefix@@6B@ @3833 NONAME ??_7H225_ArrayOf_SupportedProtocols@@6B@ @3834 NONAME ??_7H225_ArrayOf_TransportAddress@@6B@ @3835 NONAME ??_7H225_ArrayOf_TransportChannelInfo@@6B@ @3836 NONAME ??_7H225_ArrayOf_TunnelledProtocol@@6B@ @11636 NONAME ??_7H225_BandRejectReason@@6B@ @3837 NONAME ??_7H225_BandWidth@@6B@ @3838 NONAME ??_7H225_BandwidthConfirm@@6B@ @3839 NONAME ??_7H225_BandwidthDetails@@6B@ @11637 NONAME ??_7H225_BandwidthReject@@6B@ @3840 NONAME ??_7H225_BandwidthRequest@@6B@ @3841 NONAME ??_7H225_CallCapacity@@6B@ @11638 NONAME ??_7H225_CallCapacityInfo@@6B@ @11639 NONAME ??_7H225_CallCreditCapability@@6B@ @11640 NONAME ??_7H225_CallCreditServiceControl@@6B@ @11641 NONAME ??_7H225_CallCreditServiceControl_billingMode@@6B@ @11642 NONAME ??_7H225_CallCreditServiceControl_callStartingPoint@@6B@ @11643 NONAME ??_7H225_CallIdentifier@@6B@ @3842 NONAME ??_7H225_CallLinkage@@6B@ @11644 NONAME ??_7H225_CallModel@@6B@ @3843 NONAME ??_7H225_CallProceeding_UUIE@@6B@ @3844 NONAME ??_7H225_CallReferenceValue@@6B@ @3845 NONAME ??_7H225_CallsAvailable@@6B@ @11645 NONAME ??_7H225_CallTerminationCause@@6B@ @11646 NONAME ??_7H225_CallType@@6B@ @3846 NONAME ??_7H225_CapacityReportingCapability@@6B@ @11647 NONAME ??_7H225_CapacityReportingSpecification@@6B@ @11648 NONAME ??_7H225_CapacityReportingSpecification_when@@6B@ @11649 NONAME ??_7H225_CarrierInfo@@6B@ @19214 NONAME ??_7H225_CicInfo@@6B@ @11650 NONAME ??_7H225_CicInfo_cic@@6B@ @11651 NONAME ??_7H225_CircuitIdentifier@@6B@ @11652 NONAME ??_7H225_CircuitInfo@@6B@ @11653 NONAME ??_7H225_ConferenceIdentifier@@6B@ @3847 NONAME ??_7H225_ConferenceList@@6B@ @3848 NONAME ??_7H225_Connect_UUIE@@6B@ @3849 NONAME ??_7H225_Connect_UUIE_language@@6B@ @11654 NONAME ??_7H225_Content@@6B@ @11655 NONAME ??_7H225_CryptoH323Token@@6B@ @3850 NONAME ??_7H225_CryptoH323Token_cryptoEPPwdHash@@6B@ @3851 NONAME ??_7H225_CryptoH323Token_cryptoGKPwdHash@@6B@ @3852 NONAME ??_7H225_DataRate@@6B@ @3853 NONAME ??_7H225_DisengageConfirm@@6B@ @3854 NONAME ??_7H225_DisengageReason@@6B@ @3855 NONAME ??_7H225_DisengageReject@@6B@ @3856 NONAME ??_7H225_DisengageRejectReason@@6B@ @3857 NONAME ??_7H225_DisengageRequest@@6B@ @3858 NONAME ??_7H225_EncodedFastStartToken@@6B@ @12429 NONAME ??_7H225_EncryptIntAlg@@6B@ @3859 NONAME ??_7H225_Endpoint@@6B@ @3860 NONAME ??_7H225_EndpointIdentifier@@6B@ @3861 NONAME ??_7H225_EndpointType@@6B@ @3862 NONAME ??_7H225_EnumeratedParameter@@6B@ @11656 NONAME ??_7H225_ExtendedAliasAddress@@6B@ @11657 NONAME ??_7H225_FacilityReason@@6B@ @3863 NONAME ??_7H225_Facility_UUIE@@6B@ @3864 NONAME ??_7H225_FastStartToken@@6B@ @3865 NONAME ??_7H225_FeatureDescriptor@@6B@ @11658 NONAME ??_7H225_FeatureSet@@6B@ @11659 NONAME ??_7H225_GatekeeperConfirm@@6B@ @3866 NONAME ??_7H225_GatekeeperIdentifier@@6B@ @3867 NONAME ??_7H225_GatekeeperInfo@@6B@ @3868 NONAME ??_7H225_GatekeeperReject@@6B@ @3869 NONAME ??_7H225_GatekeeperRejectReason@@6B@ @3870 NONAME ??_7H225_GatekeeperRequest@@6B@ @3871 NONAME ??_7H225_GatewayInfo@@6B@ @3872 NONAME ??_7H225_GenericData@@6B@ @11660 NONAME ??_7H225_GenericIdentifier@@6B@ @11661 NONAME ??_7H225_GloballyUniqueID@@6B@ @3873 NONAME ??_7H225_GroupID@@6B@ @11662 NONAME ??_7H225_GroupID_member@@6B@ @11663 NONAME ??_7H225_GSM_UIM@@6B@ @11664 NONAME ??_7H225_H221NonStandard@@6B@ @3874 NONAME ??_7H225_H245Security@@6B@ @3875 NONAME ??_7H225_H248PackagesDescriptor@@6B@ @11665 NONAME ??_7H225_H248SignalsDescriptor@@6B@ @11666 NONAME ??_7H225_H310Caps@@6B@ @3876 NONAME ??_7H225_H320Caps@@6B@ @3877 NONAME ??_7H225_H321Caps@@6B@ @3878 NONAME ??_7H225_H322Caps@@6B@ @3879 NONAME ??_7H225_H323Caps@@6B@ @3880 NONAME ??_7H225_H323_UserInformation@@6B@ @3881 NONAME ??_7H225_H323_UserInformation_user_data@@6B@ @3882 NONAME ??_7H225_H323_UU_PDU@@6B@ @3883 NONAME ??_7H225_H323_UU_PDU_h323_message_body@@6B@ @3884 NONAME ??_7H225_H323_UU_PDU_tunnelledSignallingMessage@@6B@ @11667 NONAME ??_7H225_H324Caps@@6B@ @3885 NONAME ??_7H225_ICV@@6B@ @3886 NONAME ??_7H225_InfoRequest@@6B@ @3887 NONAME ??_7H225_InfoRequestAck@@6B@ @3888 NONAME ??_7H225_InfoRequestNak@@6B@ @3889 NONAME ??_7H225_InfoRequestNakReason@@6B@ @3890 NONAME ??_7H225_InfoRequestResponse@@6B@ @3891 NONAME ??_7H225_InfoRequestResponseStatus@@6B@ @11668 NONAME ??_7H225_InfoRequestResponse_perCallInfo@@6B@ @3892 NONAME ??_7H225_InfoRequestResponse_perCallInfo_subtype@@6B@ @3893 NONAME ??_7H225_InfoRequestResponse_perCallInfo_subtype_pdu@@6B@ @3894 NONAME ??_7H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@6B@ @3895 NONAME ??_7H225_Information_UUIE@@6B@ @3896 NONAME ??_7H225_IntegrityMechanism@@6B@ @3897 NONAME ??_7H225_LocationConfirm@@6B@ @3898 NONAME ??_7H225_LocationReject@@6B@ @3899 NONAME ??_7H225_LocationRejectReason@@6B@ @3900 NONAME ??_7H225_LocationRequest@@6B@ @3901 NONAME ??_7H225_McuInfo@@6B@ @3902 NONAME ??_7H225_MobileUIM@@6B@ @11669 NONAME ??_7H225_NonIsoIntegrityMechanism@@6B@ @3903 NONAME ??_7H225_NonStandardIdentifier@@6B@ @3904 NONAME ??_7H225_NonStandardMessage@@6B@ @3905 NONAME ??_7H225_NonStandardParameter@@6B@ @3906 NONAME ??_7H225_NonStandardProtocol@@6B@ @3907 NONAME ??_7H225_Notify_UUIE@@6B@ @11670 NONAME ??_7H225_NumberDigits@@6B@ @3908 NONAME ??_7H225_PartyNumber@@6B@ @3909 NONAME ??_7H225_PresentationIndicator@@6B@ @11671 NONAME ??_7H225_PrivatePartyNumber@@6B@ @3910 NONAME ??_7H225_PrivateTypeOfNumber@@6B@ @3911 NONAME ??_7H225_Progress_UUIE@@6B@ @3912 NONAME ??_7H225_ProtocolIdentifier@@6B@ @3913 NONAME ??_7H225_PublicPartyNumber@@6B@ @3914 NONAME ??_7H225_PublicTypeOfNumber@@6B@ @3915 NONAME ??_7H225_Q954Details@@6B@ @3916 NONAME ??_7H225_QseriesOptions@@6B@ @3917 NONAME ??_7H225_RAS@@6B@ @12494 NONAME ??_7H225_RasMessage@@6B@ @3918 NONAME ??_7H225_RasUsageInformation@@6B@ @11672 NONAME ??_7H225_RasUsageInfoTypes@@6B@ @11673 NONAME ??_7H225_RasUsageSpecification@@6B@ @11674 NONAME ??_7H225_RasUsageSpecification_callStartingPoint@@6B@ @11675 NONAME ??_7H225_RasUsageSpecification_when@@6B@ @11676 NONAME ??_7H225_RegistrationConfirm@@6B@ @3919 NONAME ??_7H225_RegistrationConfirm_preGrantedARQ@@6B@ @3920 NONAME ??_7H225_RegistrationReject@@6B@ @3921 NONAME ??_7H225_RegistrationRejectReason@@6B@ @3922 NONAME ??_7H225_RegistrationRejectReason_invalidTerminalAliases@@6B@ @11677 NONAME ??_7H225_RegistrationRequest@@6B@ @3923 NONAME ??_7H225_ReleaseCompleteReason@@6B@ @3924 NONAME ??_7H225_ReleaseComplete_UUIE@@6B@ @3925 NONAME ??_7H225_RequestInProgress@@6B@ @3926 NONAME ??_7H225_RequestSeqNum@@6B@ @3927 NONAME ??_7H225_ResourcesAvailableConfirm@@6B@ @3928 NONAME ??_7H225_ResourcesAvailableIndicate@@6B@ @3929 NONAME ??_7H225_RTPSession@@6B@ @3930 NONAME ??_7H225_RTPSession_associatedSessionIds@@6B@ @3931 NONAME ??_7H225_ScnConnectionAggregation@@6B@ @11678 NONAME ??_7H225_ScnConnectionType@@6B@ @11679 NONAME ??_7H225_ScreeningIndicator@@6B@ @11680 NONAME ??_7H225_SecurityCapabilities@@6B@ @3932 NONAME ??_7H225_SecurityErrors2@@6B@ @19215 NONAME ??_7H225_SecurityErrors@@6B@ @19216 NONAME ??_7H225_SecurityServiceMode@@6B@ @3933 NONAME ??_7H225_ServiceControlDescriptor@@6B@ @11681 NONAME ??_7H225_ServiceControlIndication@@6B@ @11682 NONAME ??_7H225_ServiceControlIndication_callSpecific@@6B@ @11683 NONAME ??_7H225_ServiceControlResponse@@6B@ @11684 NONAME ??_7H225_ServiceControlResponse_result@@6B@ @11685 NONAME ??_7H225_ServiceControlSession@@6B@ @11686 NONAME ??_7H225_ServiceControlSession_reason@@6B@ @11687 NONAME ??_7H225_SetupAcknowledge_UUIE@@6B@ @11688 NONAME ??_7H225_Setup_UUIE@@6B@ @3934 NONAME ??_7H225_Setup_UUIE_conferenceGoal@@6B@ @3935 NONAME ??_7H225_Setup_UUIE_connectionParameters@@6B@ @11689 NONAME ??_7H225_Setup_UUIE_language@@6B@ @11690 NONAME ??_7H225_SIPCaps@@6B@ @19217 NONAME ??_7H225_StatusInquiry_UUIE@@6B@ @11691 NONAME ??_7H225_Status_UUIE@@6B@ @11692 NONAME ??_7H225_StimulusControl@@6B@ @11693 NONAME ??_7H225_SupportedPrefix@@6B@ @3936 NONAME ??_7H225_SupportedProtocols@@6B@ @3937 NONAME ??_7H225_T120OnlyCaps@@6B@ @3938 NONAME ??_7H225_T38FaxAnnexbOnlyCaps@@6B@ @11694 NONAME ??_7H225_TBCD_STRING@@6B@ @11695 NONAME ??_7H225_TerminalInfo@@6B@ @3939 NONAME ??_7H225_TimeToLive@@6B@ @3940 NONAME ??_7H225_TransportAddress@@6B@ @3941 NONAME ??_7H225_TransportAddress_ip6Address@@6B@ @3942 NONAME ??_7H225_TransportAddress_ipAddress@@6B@ @3943 NONAME ??_7H225_TransportAddress_ipSourceRoute@@6B@ @3944 NONAME ??_7H225_TransportAddress_ipSourceRoute_route@@6B@ @3945 NONAME ??_7H225_TransportAddress_ipSourceRoute_routing@@6B@ @3946 NONAME ??_7H225_TransportAddress_ipxAddress@@6B@ @3947 NONAME ??_7H225_TransportChannelInfo@@6B@ @3948 NONAME ??_7H225_TransportQOS@@6B@ @3949 NONAME ??_7H225_TunnelledProtocol@@6B@ @11696 NONAME ??_7H225_TunnelledProtocolAlternateIdentifier@@6B@ @11697 NONAME ??_7H225_TunnelledProtocol_id@@6B@ @11698 NONAME ??_7H225_UnknownMessageResponse@@6B@ @3950 NONAME ??_7H225_UnregistrationConfirm@@6B@ @3951 NONAME ??_7H225_UnregistrationReject@@6B@ @3952 NONAME ??_7H225_UnregistrationRequest@@6B@ @3953 NONAME ??_7H225_UnregRejectReason@@6B@ @3954 NONAME ??_7H225_UnregRequestReason@@6B@ @3955 NONAME ??_7H225_UseSpecifiedTransport@@6B@ @11699 NONAME ??_7H225_UUIEsRequested@@6B@ @3956 NONAME ??_7H225_VendorIdentifier@@6B@ @3957 NONAME ??_7H225_VoiceCaps@@6B@ @3958 NONAME ??_7H235AuthCAT@@6B@ @16731 NONAME ??_7H235Authenticator@@6B@ @13029 NONAME ??_7H235Authenticators@@6B@ @14769 NONAME ??_7H235AuthProcedure1@@6B@ @13030 NONAME ??_7H235AuthSimpleMD5@@6B@ @13031 NONAME ??_7H235_AuthenticationBES@@6B@ @12972 NONAME ??_7H235_AuthenticationMechanism@@6B@ @3959 NONAME ??_7H235_ChallengeString@@6B@ @3960 NONAME ??_7H235_ClearToken@@6B@ @3961 NONAME ??_7H235_CryptoToken@@6B@ @3962 NONAME ??_7H235_CryptoToken_cryptoEncryptedToken@@6B@ @3963 NONAME ??_7H235_CryptoToken_cryptoHashedToken@@6B@ @3964 NONAME ??_7H235_CryptoToken_cryptoSignedToken@@6B@ @3965 NONAME ??_7H235_DHset@@6B@ @3966 NONAME ??_7H235_ECGDSASignature@@6B@ @19218 NONAME ??_7H235_ECKASDH@@6B@ @12974 NONAME ??_7H235_ECKASDH_eckasdh2@@6B@ @12975 NONAME ??_7H235_ECKASDH_eckasdhp@@6B@ @12976 NONAME ??_7H235_ECpoint@@6B@ @19219 NONAME ??_7H235_EncodedGeneralToken@@6B@ @12430 NONAME ??_7H235_EncodedKeySignedMaterial@@6B@ @12431 NONAME ??_7H235_EncodedKeySyncMaterial@@6B@ @12432 NONAME ??_7H235_EncodedPwdCertToken@@6B@ @12433 NONAME ??_7H235_EncodedReturnSig@@6B@ @12434 NONAME ??_7H235_H235CertificateSignature@@6B@ @3967 NONAME ??_7H235_H235Key@@6B@ @3968 NONAME ??_7H235_Identifier@@6B@ @3969 NONAME ??_7H235_IV16@@6B@ @12977 NONAME ??_7H235_IV8@@6B@ @3970 NONAME ??_7H235_KeyMaterial@@6B@ @3971 NONAME ??_7H235_KeySignedMaterial@@6B@ @3972 NONAME ??_7H235_KeySyncMaterial@@6B@ @3973 NONAME ??_7H235_NonStandardParameter@@6B@ @3974 NONAME ??_7H235_Params@@6B@ @3975 NONAME ??_7H235_Password@@6B@ @3976 NONAME ??_7H235_PwdCertToken@@6B@ @3977 NONAME ??_7H235_RandomVal@@6B@ @3978 NONAME ??_7H235_ReturnSig@@6B@ @3979 NONAME ??_7H235_TimeStamp@@6B@ @3980 NONAME ??_7H235_TypedCertificate@@6B@ @3981 NONAME ??_7H235_V3KeySyncMaterial@@6B@ @19220 NONAME ??_7H245NegLogicalChannel@@6B@ @3982 NONAME ??_7H245NegLogicalChannels@@6B@ @3983 NONAME ??_7H245NegMasterSlaveDetermination@@6B@ @3984 NONAME ??_7H245Negotiator@@6B@ @3985 NONAME ??_7H245NegRequestMode@@6B@ @3986 NONAME ??_7H245NegRoundTripDelay@@6B@ @3987 NONAME ??_7H245NegTerminalCapabilitySet@@6B@ @3988 NONAME ??_7H245TransportThread@@6B@ @3989 NONAME ??_7H245_AlternativeCapabilitySet@@6B@ @3990 NONAME ??_7H245_ArrayOf_AlternativeCapabilitySet@@6B@ @3991 NONAME ??_7H245_ArrayOf_BEnhancementParameters@@6B@ @3992 NONAME ??_7H245_ArrayOf_CapabilityDescriptor@@6B@ @3993 NONAME ??_7H245_ArrayOf_CapabilityDescriptorNumber@@6B@ @3994 NONAME ??_7H245_ArrayOf_CapabilityTableEntry@@6B@ @3995 NONAME ??_7H245_ArrayOf_CapabilityTableEntryNumber@@6B@ @3996 NONAME ??_7H245_ArrayOf_CommunicationModeTableEntry@@6B@ @3997 NONAME ??_7H245_ArrayOf_CustomPictureClockFrequency@@6B@ @3998 NONAME ??_7H245_ArrayOf_CustomPictureFormat@@6B@ @3999 NONAME ??_7H245_ArrayOf_DataApplicationCapability@@6B@ @4000 NONAME ??_7H245_ArrayOf_DialingInformationNetworkType@@6B@ @11700 NONAME ??_7H245_ArrayOf_DialingInformationNumber@@6B@ @11701 NONAME ??_7H245_ArrayOf_EnhancementOptions@@6B@ @4001 NONAME ??_7H245_ArrayOf_EscrowData@@6B@ @4002 NONAME ??_7H245_ArrayOf_GenericCapability@@6B@ @30220 NONAME ??_7H245_ArrayOf_GenericParameter@@6B@ @11702 NONAME ??_7H245_ArrayOf_H263ModeComboFlags@@6B@ @4003 NONAME ??_7H245_ArrayOf_H263VideoModeCombos@@6B@ @4004 NONAME ??_7H245_ArrayOf_MediaChannelCapability@@6B@ @4005 NONAME ??_7H245_ArrayOf_MediaDistributionCapability@@6B@ @4006 NONAME ??_7H245_ArrayOf_ModeDescription@@6B@ @4007 NONAME ??_7H245_ArrayOf_MultiplePayloadStreamElement@@6B@ @19221 NONAME ??_7H245_ArrayOf_MultiplePayloadStreamElementMode@@6B@ @19222 NONAME ??_7H245_ArrayOf_MultiplexElement@@6B@ @4008 NONAME ??_7H245_ArrayOf_MultiplexEntryDescriptor@@6B@ @4009 NONAME ??_7H245_ArrayOf_MultiplexEntryRejectionDescriptions@@6B@ @4010 NONAME ??_7H245_ArrayOf_MultiplexTableEntryNumber@@6B@ @4011 NONAME ??_7H245_ArrayOf_NonStandardParameter@@6B@ @4012 NONAME ??_7H245_ArrayOf_ParameterIdentifier@@6B@ @11703 NONAME ??_7H245_ArrayOf_PictureReference@@6B@ @11704 NONAME ??_7H245_ArrayOf_Q2931Address@@6B@ @11705 NONAME ??_7H245_ArrayOf_QOSCapability@@6B@ @4013 NONAME ??_7H245_ArrayOf_RedundancyEncodingCapability@@6B@ @4014 NONAME ??_7H245_ArrayOf_RedundancyEncodingDTModeElement@@6B@ @19223 NONAME ??_7H245_ArrayOf_RedundancyEncodingElement@@6B@ @19224 NONAME ??_7H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@6B@ @4015 NONAME ??_7H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@6B@ @4016 NONAME ??_7H245_ArrayOf_RTPPayloadType@@6B@ @4017 NONAME ??_7H245_ArrayOf_TerminalInformation@@6B@ @4018 NONAME ??_7H245_ArrayOf_TerminalLabel@@6B@ @4019 NONAME ??_7H245_ArrayOf_VCCapability@@6B@ @4020 NONAME ??_7H245_ArrayOf_VideoCapability@@6B@ @30221 NONAME ??_7H245_ATMParameters@@6B@ @4021 NONAME ??_7H245_AudioCapability@@6B@ @4022 NONAME ??_7H245_AudioCapability_g7231@@6B@ @4023 NONAME ??_7H245_AudioMode@@6B@ @4024 NONAME ??_7H245_AudioMode_g7231@@6B@ @4025 NONAME ??_7H245_AudioTelephonyEventCapability@@6B@ @11706 NONAME ??_7H245_AudioToneCapability@@6B@ @11707 NONAME ??_7H245_AuthenticationCapability@@6B@ @4026 NONAME ??_7H245_BEnhancementParameters@@6B@ @4027 NONAME ??_7H245_Capability@@6B@ @4028 NONAME ??_7H245_CapabilityDescriptor@@6B@ @4029 NONAME ??_7H245_CapabilityDescriptorNumber@@6B@ @4030 NONAME ??_7H245_CapabilityIdentifier@@6B@ @11708 NONAME ??_7H245_CapabilityTableEntry@@6B@ @4031 NONAME ??_7H245_CapabilityTableEntryNumber@@6B@ @4032 NONAME ??_7H245_Capability_h233EncryptionReceiveCapability@@6B@ @4033 NONAME ??_7H245_CertSelectionCriteria@@6B@ @4034 NONAME ??_7H245_CloseLogicalChannel@@6B@ @4035 NONAME ??_7H245_CloseLogicalChannelAck@@6B@ @4036 NONAME ??_7H245_CloseLogicalChannel_reason@@6B@ @4037 NONAME ??_7H245_CloseLogicalChannel_source@@6B@ @4038 NONAME ??_7H245_CommandMessage@@6B@ @4039 NONAME ??_7H245_CommunicationModeCommand@@6B@ @4040 NONAME ??_7H245_CommunicationModeRequest@@6B@ @4041 NONAME ??_7H245_CommunicationModeResponse@@6B@ @4042 NONAME ??_7H245_CommunicationModeTableEntry@@6B@ @4043 NONAME ??_7H245_CommunicationModeTableEntry_dataType@@6B@ @4044 NONAME ??_7H245_CompressionType@@6B@ @4045 NONAME ??_7H245_ConferenceCapability@@6B@ @4046 NONAME ??_7H245_ConferenceCommand@@6B@ @4047 NONAME ??_7H245_ConferenceID@@6B@ @4048 NONAME ??_7H245_ConferenceIndication@@6B@ @4049 NONAME ??_7H245_ConferenceRequest@@6B@ @4050 NONAME ??_7H245_ConferenceRequest_requestTerminalCertificate@@6B@ @4051 NONAME ??_7H245_ConferenceResponse@@6B@ @4052 NONAME ??_7H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@6B@ @4053 NONAME ??_7H245_ConferenceResponse_chairTokenOwnerResponse@@6B@ @4054 NONAME ??_7H245_ConferenceResponse_conferenceIDResponse@@6B@ @4055 NONAME ??_7H245_ConferenceResponse_extensionAddressResponse@@6B@ @4056 NONAME ??_7H245_ConferenceResponse_makeMeChairResponse@@6B@ @4057 NONAME ??_7H245_ConferenceResponse_makeTerminalBroadcasterResponse@@6B@ @4058 NONAME ??_7H245_ConferenceResponse_mCTerminalIDResponse@@6B@ @4059 NONAME ??_7H245_ConferenceResponse_passwordResponse@@6B@ @4060 NONAME ??_7H245_ConferenceResponse_sendThisSourceResponse@@6B@ @4061 NONAME ??_7H245_ConferenceResponse_terminalCertificateResponse@@6B@ @4062 NONAME ??_7H245_ConferenceResponse_terminalIDResponse@@6B@ @4063 NONAME ??_7H245_ConnectionIdentifier@@6B@ @11709 NONAME ??_7H245_CRCLength@@6B@ @4064 NONAME ??_7H245_Criteria@@6B@ @4065 NONAME ??_7H245_CustomPictureClockFrequency@@6B@ @4066 NONAME ??_7H245_CustomPictureFormat@@6B@ @4067 NONAME ??_7H245_CustomPictureFormat_mPI@@6B@ @4068 NONAME ??_7H245_CustomPictureFormat_mPI_customPCF@@6B@ @4069 NONAME ??_7H245_CustomPictureFormat_mPI_customPCF_subtype@@6B@ @4070 NONAME ??_7H245_CustomPictureFormat_pixelAspectInformation@@6B@ @4071 NONAME ??_7H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@6B@ @4072 NONAME ??_7H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@6B@ @4073 NONAME ??_7H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@6B@ @4074 NONAME ??_7H245_DataApplicationCapability@@6B@ @4075 NONAME ??_7H245_DataApplicationCapability_application@@6B@ @4076 NONAME ??_7H245_DataApplicationCapability_application_nlpid@@6B@ @4077 NONAME ??_7H245_DataApplicationCapability_application_t38fax@@6B@ @11710 NONAME ??_7H245_DataApplicationCapability_application_t84@@6B@ @4078 NONAME ??_7H245_DataMode@@6B@ @4079 NONAME ??_7H245_DataMode_application@@6B@ @4080 NONAME ??_7H245_DataMode_application_nlpid@@6B@ @4081 NONAME ??_7H245_DataMode_application_t38fax@@6B@ @11711 NONAME ??_7H245_DataProtocolCapability@@6B@ @4082 NONAME ??_7H245_DataProtocolCapability_v76wCompression@@6B@ @4083 NONAME ??_7H245_DataType@@6B@ @4084 NONAME ??_7H245_DepFECCapability@@6B@ @30222 NONAME ??_7H245_DepFECCapability_rfc2733@@6B@ @30223 NONAME ??_7H245_DepFECCapability_rfc2733_separateStream@@6B@ @30224 NONAME ??_7H245_DepFECData@@6B@ @30225 NONAME ??_7H245_DepFECData_rfc2733@@6B@ @30226 NONAME ??_7H245_DepFECData_rfc2733_mode@@6B@ @30227 NONAME ??_7H245_DepFECData_rfc2733_mode_separateStream@@6B@ @30228 NONAME ??_7H245_DepFECData_rfc2733_mode_separateStream_differentPort@@6B@ @30229 NONAME ??_7H245_DepFECData_rfc2733_mode_separateStream_samePort@@6B@ @30230 NONAME ??_7H245_DepFECMode@@6B@ @30231 NONAME ??_7H245_DepFECMode_rfc2733Mode@@6B@ @30232 NONAME ??_7H245_DepFECMode_rfc2733Mode_mode@@6B@ @30233 NONAME ??_7H245_DepFECMode_rfc2733Mode_mode_separateStream@@6B@ @30234 NONAME ??_7H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@6B@ @30235 NONAME ??_7H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@6B@ @30236 NONAME ??_7H245_DialingInformation@@6B@ @11712 NONAME ??_7H245_DialingInformationNetworkType@@6B@ @11713 NONAME ??_7H245_DialingInformationNumber@@6B@ @11714 NONAME ??_7H245_EncryptionAuthenticationAndIntegrity@@6B@ @4085 NONAME ??_7H245_EncryptionCapability@@6B@ @4086 NONAME ??_7H245_EncryptionCommand@@6B@ @4087 NONAME ??_7H245_EncryptionCommand_encryptionAlgorithmID@@6B@ @4088 NONAME ??_7H245_EncryptionMode@@6B@ @4089 NONAME ??_7H245_EncryptionSync@@6B@ @4090 NONAME ??_7H245_EncryptionUpdateDirection@@6B@ @30237 NONAME ??_7H245_EncryptionUpdateRequest@@6B@ @4091 NONAME ??_7H245_EndSessionCommand@@6B@ @4092 NONAME ??_7H245_EndSessionCommand_gstnOptions@@6B@ @4093 NONAME ??_7H245_EndSessionCommand_isdnOptions@@6B@ @4094 NONAME ??_7H245_EnhancementLayerInfo@@6B@ @4095 NONAME ??_7H245_EnhancementOptions@@6B@ @4096 NONAME ??_7H245_EscrowData@@6B@ @4097 NONAME ??_7H245_ExtendedVideoCapability@@6B@ @30238 NONAME ??_7H245_FECCapability@@6B@ @19225 NONAME ??_7H245_FECCapability_rfc2733Format@@6B@ @30239 NONAME ??_7H245_FECData@@6B@ @19228 NONAME ??_7H245_FECData_rfc2733@@6B@ @19229 NONAME ??_7H245_FECData_rfc2733_pktMode@@6B@ @30240 NONAME ??_7H245_FECData_rfc2733_pktMode_rfc2733diffport@@6B@ @30241 NONAME ??_7H245_FECData_rfc2733_pktMode_rfc2733sameport@@6B@ @30242 NONAME ??_7H245_FECMode@@6B@ @19234 NONAME ??_7H245_FECMode_rfc2733Format@@6B@ @30243 NONAME ??_7H245_FlowControlCommand@@6B@ @4098 NONAME ??_7H245_FlowControlCommand_restriction@@6B@ @4099 NONAME ??_7H245_FlowControlCommand_scope@@6B@ @4100 NONAME ??_7H245_FlowControlIndication@@6B@ @11715 NONAME ??_7H245_FlowControlIndication_restriction@@6B@ @11716 NONAME ??_7H245_FlowControlIndication_scope@@6B@ @11717 NONAME ??_7H245_FunctionNotSupported@@6B@ @4101 NONAME ??_7H245_FunctionNotSupported_cause@@6B@ @4102 NONAME ??_7H245_FunctionNotUnderstood@@6B@ @4103 NONAME ??_7H245_G7231AnnexCCapability@@6B@ @4104 NONAME ??_7H245_G7231AnnexCCapability_g723AnnexCAudioMode@@6B@ @4105 NONAME ??_7H245_G7231AnnexCMode@@6B@ @4106 NONAME ??_7H245_G7231AnnexCMode_g723AnnexCAudioMode@@6B@ @4107 NONAME ??_7H245_G729Extensions@@6B@ @11718 NONAME ??_7H245_GenericCapability@@6B@ @11719 NONAME ??_7H245_GenericMessage@@6B@ @30244 NONAME ??_7H245_GenericParameter@@6B@ @11720 NONAME ??_7H245_GSMAudioCapability@@6B@ @4108 NONAME ??_7H245_H222Capability@@6B@ @4109 NONAME ??_7H245_H222LogicalChannelParameters@@6B@ @4110 NONAME ??_7H245_H223AL1MParameters@@6B@ @4111 NONAME ??_7H245_H223AL1MParameters_arqType@@6B@ @4112 NONAME ??_7H245_H223AL1MParameters_crcLength@@6B@ @4113 NONAME ??_7H245_H223AL1MParameters_headerFEC@@6B@ @4114 NONAME ??_7H245_H223AL1MParameters_transferMode@@6B@ @4115 NONAME ??_7H245_H223AL2MParameters@@6B@ @4116 NONAME ??_7H245_H223AL2MParameters_headerFEC@@6B@ @4117 NONAME ??_7H245_H223AL3MParameters@@6B@ @4118 NONAME ??_7H245_H223AL3MParameters_arqType@@6B@ @4119 NONAME ??_7H245_H223AL3MParameters_crcLength@@6B@ @4120 NONAME ??_7H245_H223AL3MParameters_headerFormat@@6B@ @4121 NONAME ??_7H245_H223AnnexCArqParameters@@6B@ @4122 NONAME ??_7H245_H223AnnexCArqParameters_numberOfRetransmissions@@6B@ @4123 NONAME ??_7H245_H223AnnexCCapability@@6B@ @4124 NONAME ??_7H245_H223Capability@@6B@ @4125 NONAME ??_7H245_H223Capability_h223MultiplexTableCapability@@6B@ @4126 NONAME ??_7H245_H223Capability_h223MultiplexTableCapability_enhanced@@6B@ @4127 NONAME ??_7H245_H223Capability_mobileMultilinkFrameCapability@@6B@ @11721 NONAME ??_7H245_H223Capability_mobileOperationTransmitCapability@@6B@ @4128 NONAME ??_7H245_H223LogicalChannelParameters@@6B@ @4129 NONAME ??_7H245_H223LogicalChannelParameters_adaptationLayerType@@6B@ @4130 NONAME ??_7H245_H223LogicalChannelParameters_adaptationLayerType_al3@@6B@ @4131 NONAME ??_7H245_H223ModeParameters@@6B@ @4132 NONAME ??_7H245_H223ModeParameters_adaptationLayerType@@6B@ @4133 NONAME ??_7H245_H223ModeParameters_adaptationLayerType_al3@@6B@ @4134 NONAME ??_7H245_H223MultiplexReconfiguration@@6B@ @4135 NONAME ??_7H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@6B@ @4136 NONAME ??_7H245_H223MultiplexReconfiguration_h223ModeChange@@6B@ @4137 NONAME ??_7H245_H223SkewIndication@@6B@ @4138 NONAME ??_7H245_H2250Capability@@6B@ @4139 NONAME ??_7H245_H2250Capability_mcCapability@@6B@ @4140 NONAME ??_7H245_H2250LogicalChannelAckParameters@@6B@ @4141 NONAME ??_7H245_H2250LogicalChannelParameters@@6B@ @4142 NONAME ??_7H245_H2250LogicalChannelParameters_mediaPacketization@@6B@ @4143 NONAME ??_7H245_H2250MaximumSkewIndication@@6B@ @4144 NONAME ??_7H245_H2250ModeParameters@@6B@ @4145 NONAME ??_7H245_H235Media@@6B@ @4146 NONAME ??_7H245_H235Media_mediaType@@6B@ @4147 NONAME ??_7H245_H235Mode@@6B@ @4148 NONAME ??_7H245_H235Mode_mediaMode@@6B@ @4149 NONAME ??_7H245_H235SecurityCapability@@6B@ @4150 NONAME ??_7H245_H261VideoCapability@@6B@ @4151 NONAME ??_7H245_H261VideoMode@@6B@ @4152 NONAME ??_7H245_H261VideoMode_resolution@@6B@ @4153 NONAME ??_7H245_H262VideoCapability@@6B@ @4154 NONAME ??_7H245_H262VideoMode@@6B@ @4155 NONAME ??_7H245_H262VideoMode_profileAndLevel@@6B@ @4156 NONAME ??_7H245_H263ModeComboFlags@@6B@ @4157 NONAME ??_7H245_H263Options@@6B@ @4158 NONAME ??_7H245_H263Version3Options@@6B@ @11722 NONAME ??_7H245_H263VideoCapability@@6B@ @4159 NONAME ??_7H245_H263VideoMode@@6B@ @4160 NONAME ??_7H245_H263VideoModeCombos@@6B@ @4161 NONAME ??_7H245_H263VideoMode_resolution@@6B@ @4162 NONAME ??_7H245_IndicationMessage@@6B@ @4163 NONAME ??_7H245_IntegrityCapability@@6B@ @4164 NONAME ??_7H245_IS11172AudioCapability@@6B@ @4165 NONAME ??_7H245_IS11172AudioMode@@6B@ @4166 NONAME ??_7H245_IS11172AudioMode_audioLayer@@6B@ @4167 NONAME ??_7H245_IS11172AudioMode_audioSampling@@6B@ @4168 NONAME ??_7H245_IS11172AudioMode_multichannelType@@6B@ @4169 NONAME ??_7H245_IS11172VideoCapability@@6B@ @4170 NONAME ??_7H245_IS11172VideoMode@@6B@ @4171 NONAME ??_7H245_IS13818AudioCapability@@6B@ @4172 NONAME ??_7H245_IS13818AudioMode@@6B@ @4173 NONAME ??_7H245_IS13818AudioMode_audioLayer@@6B@ @4174 NONAME ??_7H245_IS13818AudioMode_audioSampling@@6B@ @4175 NONAME ??_7H245_IS13818AudioMode_multichannelType@@6B@ @4176 NONAME ??_7H245_IV16@@6B@ @30245 NONAME ??_7H245_IV8@@6B@ @30246 NONAME ??_7H245_JitterIndication@@6B@ @4177 NONAME ??_7H245_JitterIndication_scope@@6B@ @4178 NONAME ??_7H245_KeyProtectionMethod@@6B@ @4179 NONAME ??_7H245_LogicalChannelNumber@@6B@ @4180 NONAME ??_7H245_LogicalChannelRateAcknowledge@@6B@ @11723 NONAME ??_7H245_LogicalChannelRateReject@@6B@ @11724 NONAME ??_7H245_LogicalChannelRateRejectReason@@6B@ @11725 NONAME ??_7H245_LogicalChannelRateRelease@@6B@ @11726 NONAME ??_7H245_LogicalChannelRateRequest@@6B@ @11727 NONAME ??_7H245_MaintenanceLoopAck@@6B@ @4181 NONAME ??_7H245_MaintenanceLoopAck_type@@6B@ @4182 NONAME ??_7H245_MaintenanceLoopOffCommand@@6B@ @4183 NONAME ??_7H245_MaintenanceLoopReject@@6B@ @4184 NONAME ??_7H245_MaintenanceLoopReject_cause@@6B@ @4185 NONAME ??_7H245_MaintenanceLoopReject_type@@6B@ @4186 NONAME ??_7H245_MaintenanceLoopRequest@@6B@ @4187 NONAME ??_7H245_MaintenanceLoopRequest_type@@6B@ @4188 NONAME ??_7H245_MasterSlaveDetermination@@6B@ @4189 NONAME ??_7H245_MasterSlaveDeterminationAck@@6B@ @4190 NONAME ??_7H245_MasterSlaveDeterminationAck_decision@@6B@ @4191 NONAME ??_7H245_MasterSlaveDeterminationReject@@6B@ @4192 NONAME ??_7H245_MasterSlaveDeterminationReject_cause@@6B@ @4193 NONAME ??_7H245_MasterSlaveDeterminationRelease@@6B@ @4194 NONAME ??_7H245_MaximumBitRate@@6B@ @11728 NONAME ??_7H245_MaxRedundancy@@6B@ @30247 NONAME ??_7H245_MCLocationIndication@@6B@ @4195 NONAME ??_7H245_McuNumber@@6B@ @4196 NONAME ??_7H245_MediaChannelCapability@@6B@ @4197 NONAME ??_7H245_MediaDistributionCapability@@6B@ @4198 NONAME ??_7H245_MediaEncryptionAlgorithm@@6B@ @4199 NONAME ??_7H245_MediaPacketizationCapability@@6B@ @4200 NONAME ??_7H245_MediaTransportType@@6B@ @4201 NONAME ??_7H245_MediaTransportType_atm_AAL5_compressed@@6B@ @11729 NONAME ??_7H245_MiscellaneousCommand@@6B@ @4202 NONAME ??_7H245_MiscellaneousCommand_type@@6B@ @4203 NONAME ??_7H245_MiscellaneousCommand_type_encryptionUpdateAck@@6B@ @30248 NONAME ??_7H245_MiscellaneousCommand_type_encryptionUpdateCommand@@6B@ @30249 NONAME ??_7H245_MiscellaneousCommand_type_lostPartialPicture@@6B@ @11730 NONAME ??_7H245_MiscellaneousCommand_type_progressiveRefinementStart@@6B@ @4204 NONAME ??_7H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@6B@ @4205 NONAME ??_7H245_MiscellaneousCommand_type_videoBadMBs@@6B@ @11731 NONAME ??_7H245_MiscellaneousCommand_type_videoFastUpdateGOB@@6B@ @4206 NONAME ??_7H245_MiscellaneousCommand_type_videoFastUpdateMB@@6B@ @4207 NONAME ??_7H245_MiscellaneousIndication@@6B@ @4208 NONAME ??_7H245_MiscellaneousIndication_type@@6B@ @4209 NONAME ??_7H245_MiscellaneousIndication_type_videoNotDecodedMBs@@6B@ @4210 NONAME ??_7H245_MobileMultilinkReconfigurationCommand@@6B@ @11732 NONAME ??_7H245_MobileMultilinkReconfigurationCommand_status@@6B@ @11733 NONAME ??_7H245_MobileMultilinkReconfigurationIndication@@6B@ @11734 NONAME ??_7H245_ModeDescription@@6B@ @4211 NONAME ??_7H245_ModeElement@@6B@ @4212 NONAME ??_7H245_ModeElementType@@6B@ @19240 NONAME ??_7H245_MulticastAddress@@6B@ @4214 NONAME ??_7H245_MulticastAddress_iP6Address@@6B@ @4215 NONAME ??_7H245_MulticastAddress_iPAddress@@6B@ @4216 NONAME ??_7H245_MultilinkIndication@@6B@ @11735 NONAME ??_7H245_MultilinkIndication_crcDesired@@6B@ @11736 NONAME ??_7H245_MultilinkIndication_excessiveError@@6B@ @11737 NONAME ??_7H245_MultilinkRequest@@6B@ @11738 NONAME ??_7H245_MultilinkRequest_addConnection@@6B@ @11739 NONAME ??_7H245_MultilinkRequest_callInformation@@6B@ @11740 NONAME ??_7H245_MultilinkRequest_maximumHeaderInterval@@6B@ @11741 NONAME ??_7H245_MultilinkRequest_maximumHeaderInterval_requestType@@6B@ @11742 NONAME ??_7H245_MultilinkRequest_removeConnection@@6B@ @11743 NONAME ??_7H245_MultilinkResponse@@6B@ @11744 NONAME ??_7H245_MultilinkResponse_addConnection@@6B@ @11745 NONAME ??_7H245_MultilinkResponse_addConnection_responseCode@@6B@ @11746 NONAME ??_7H245_MultilinkResponse_addConnection_responseCode_rejected@@6B@ @11747 NONAME ??_7H245_MultilinkResponse_callInformation@@6B@ @11748 NONAME ??_7H245_MultilinkResponse_maximumHeaderInterval@@6B@ @11749 NONAME ??_7H245_MultilinkResponse_removeConnection@@6B@ @11750 NONAME ??_7H245_MultimediaSystemControlMessage@@6B@ @4217 NONAME ??_7H245_MultiplePayloadStream@@6B@ @19241 NONAME ??_7H245_MultiplePayloadStreamCapability@@6B@ @19242 NONAME ??_7H245_MultiplePayloadStreamElement@@6B@ @19243 NONAME ??_7H245_MultiplePayloadStreamElementMode@@6B@ @19244 NONAME ??_7H245_MultiplePayloadStreamMode@@6B@ @19245 NONAME ??_7H245_MultiplexCapability@@6B@ @4218 NONAME ??_7H245_MultiplexedStreamCapability@@6B@ @11751 NONAME ??_7H245_MultiplexedStreamModeParameters@@6B@ @11752 NONAME ??_7H245_MultiplexedStreamParameter@@6B@ @11753 NONAME ??_7H245_MultiplexElement@@6B@ @4219 NONAME ??_7H245_MultiplexElement_repeatCount@@6B@ @4220 NONAME ??_7H245_MultiplexElement_type@@6B@ @4221 NONAME ??_7H245_MultiplexEntryDescriptor@@6B@ @4222 NONAME ??_7H245_MultiplexEntryRejectionDescriptions@@6B@ @4223 NONAME ??_7H245_MultiplexEntryRejectionDescriptions_cause@@6B@ @4224 NONAME ??_7H245_MultiplexEntrySend@@6B@ @4225 NONAME ??_7H245_MultiplexEntrySendAck@@6B@ @4226 NONAME ??_7H245_MultiplexEntrySendReject@@6B@ @4227 NONAME ??_7H245_MultiplexEntrySendRelease@@6B@ @4228 NONAME ??_7H245_MultiplexFormat@@6B@ @11754 NONAME ??_7H245_MultiplexTableEntryNumber@@6B@ @4229 NONAME ??_7H245_MultipointCapability@@6B@ @4230 NONAME ??_7H245_NetworkAccessParameters@@6B@ @4231 NONAME ??_7H245_NetworkAccessParameters_distribution@@6B@ @4232 NONAME ??_7H245_NetworkAccessParameters_networkAddress@@6B@ @4233 NONAME ??_7H245_NetworkAccessParameters_t120SetupProcedure@@6B@ @4234 NONAME ??_7H245_NewATMVCCommand@@6B@ @11755 NONAME ??_7H245_NewATMVCCommand_aal@@6B@ @11756 NONAME ??_7H245_NewATMVCCommand_aal_aal1@@6B@ @11757 NONAME ??_7H245_NewATMVCCommand_aal_aal1_clockRecovery@@6B@ @11758 NONAME ??_7H245_NewATMVCCommand_aal_aal1_errorCorrection@@6B@ @11759 NONAME ??_7H245_NewATMVCCommand_aal_aal5@@6B@ @11760 NONAME ??_7H245_NewATMVCCommand_multiplex@@6B@ @11761 NONAME ??_7H245_NewATMVCCommand_reverseParameters@@6B@ @11762 NONAME ??_7H245_NewATMVCCommand_reverseParameters_multiplex@@6B@ @11763 NONAME ??_7H245_NewATMVCIndication@@6B@ @4235 NONAME ??_7H245_NewATMVCIndication_aal@@6B@ @4236 NONAME ??_7H245_NewATMVCIndication_aal_aal1@@6B@ @4237 NONAME ??_7H245_NewATMVCIndication_aal_aal1_clockRecovery@@6B@ @4238 NONAME ??_7H245_NewATMVCIndication_aal_aal1_errorCorrection@@6B@ @4239 NONAME ??_7H245_NewATMVCIndication_aal_aal5@@6B@ @4240 NONAME ??_7H245_NewATMVCIndication_multiplex@@6B@ @4241 NONAME ??_7H245_NewATMVCIndication_reverseParameters@@6B@ @4242 NONAME ??_7H245_NewATMVCIndication_reverseParameters_multiplex@@6B@ @4243 NONAME ??_7H245_NonStandardIdentifier@@6B@ @4244 NONAME ??_7H245_NonStandardIdentifier_h221NonStandard@@6B@ @4245 NONAME ??_7H245_NonStandardMessage@@6B@ @4246 NONAME ??_7H245_NonStandardParameter@@6B@ @4247 NONAME ??_7H245_NoPTAudioTelephonyEventCapability@@6B@ @19246 NONAME ??_7H245_NoPTAudioToneCapability@@6B@ @19247 NONAME ??_7H245_OpenLogicalChannel@@6B@ @4248 NONAME ??_7H245_OpenLogicalChannelAck@@6B@ @4249 NONAME ??_7H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@6B@ @4250 NONAME ??_7H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@6B@ @4251 NONAME ??_7H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@6B@ @4252 NONAME ??_7H245_OpenLogicalChannelConfirm@@6B@ @4253 NONAME ??_7H245_OpenLogicalChannelReject@@6B@ @4254 NONAME ??_7H245_OpenLogicalChannelReject_cause@@6B@ @4255 NONAME ??_7H245_OpenLogicalChannel_forwardLogicalChannelParameters@@6B@ @4256 NONAME ??_7H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@6B@ @4257 NONAME ??_7H245_OpenLogicalChannel_reverseLogicalChannelParameters@@6B@ @4258 NONAME ??_7H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@6B@ @4259 NONAME ??_7H245_ParameterIdentifier@@6B@ @11764 NONAME ??_7H245_ParameterValue@@6B@ @11765 NONAME ??_7H245_Params@@6B@ @30250 NONAME ??_7H245_Password@@6B@ @4260 NONAME ??_7H245_PictureReference@@6B@ @11766 NONAME ??_7H245_Q2931Address@@6B@ @4261 NONAME ??_7H245_Q2931Address_address@@6B@ @4262 NONAME ??_7H245_QOSCapability@@6B@ @4263 NONAME ??_7H245_QOSMode@@6B@ @4264 NONAME ??_7H245_RedundancyEncoding@@6B@ @4265 NONAME ??_7H245_RedundancyEncodingCapability@@6B@ @4266 NONAME ??_7H245_RedundancyEncodingDTMode@@6B@ @19248 NONAME ??_7H245_RedundancyEncodingDTModeElement@@6B@ @19249 NONAME ??_7H245_RedundancyEncodingDTModeElement_type@@6B@ @19250 NONAME ??_7H245_RedundancyEncodingElement@@6B@ @19251 NONAME ??_7H245_RedundancyEncodingMethod@@6B@ @4267 NONAME ??_7H245_RedundancyEncodingMode@@6B@ @4268 NONAME ??_7H245_RedundancyEncodingMode_secondaryEncoding@@6B@ @4269 NONAME ??_7H245_RedundancyEncoding_rtpRedundancyEncoding@@6B@ @19252 NONAME ??_7H245_RefPictureSelection@@6B@ @4270 NONAME ??_7H245_RefPictureSelection_additionalPictureMemory@@6B@ @4271 NONAME ??_7H245_RefPictureSelection_enhancedReferencePicSelect@@6B@ @11767 NONAME ??_7H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@6B@ @11768 NONAME ??_7H245_RefPictureSelection_videoBackChannelSend@@6B@ @4272 NONAME ??_7H245_RemoteMCRequest@@6B@ @4273 NONAME ??_7H245_RemoteMCResponse@@6B@ @4274 NONAME ??_7H245_RemoteMCResponse_reject@@6B@ @4275 NONAME ??_7H245_RequestAllTerminalIDsResponse@@6B@ @4276 NONAME ??_7H245_RequestChannelClose@@6B@ @4277 NONAME ??_7H245_RequestChannelCloseAck@@6B@ @4278 NONAME ??_7H245_RequestChannelCloseReject@@6B@ @4279 NONAME ??_7H245_RequestChannelCloseReject_cause@@6B@ @4280 NONAME ??_7H245_RequestChannelCloseRelease@@6B@ @4281 NONAME ??_7H245_RequestChannelClose_reason@@6B@ @4282 NONAME ??_7H245_RequestMessage@@6B@ @4283 NONAME ??_7H245_RequestMode@@6B@ @4284 NONAME ??_7H245_RequestModeAck@@6B@ @4285 NONAME ??_7H245_RequestModeAck_response@@6B@ @4286 NONAME ??_7H245_RequestModeReject@@6B@ @4287 NONAME ??_7H245_RequestModeReject_cause@@6B@ @4288 NONAME ??_7H245_RequestModeRelease@@6B@ @4289 NONAME ??_7H245_RequestMultiplexEntry@@6B@ @4290 NONAME ??_7H245_RequestMultiplexEntryAck@@6B@ @4291 NONAME ??_7H245_RequestMultiplexEntryReject@@6B@ @4292 NONAME ??_7H245_RequestMultiplexEntryRejectionDescriptions@@6B@ @4293 NONAME ??_7H245_RequestMultiplexEntryRejectionDescriptions_cause@@6B@ @4294 NONAME ??_7H245_RequestMultiplexEntryRelease@@6B@ @4295 NONAME ??_7H245_ResponseMessage@@6B@ @4296 NONAME ??_7H245_RoundTripDelayRequest@@6B@ @4297 NONAME ??_7H245_RoundTripDelayResponse@@6B@ @4298 NONAME ??_7H245_RSVPParameters@@6B@ @4299 NONAME ??_7H245_RTPH263VideoRedundancyEncoding@@6B@ @4300 NONAME ??_7H245_RTPH263VideoRedundancyEncoding_containedThreads@@6B@ @4301 NONAME ??_7H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@6B@ @4302 NONAME ??_7H245_RTPH263VideoRedundancyFrameMapping@@6B@ @4303 NONAME ??_7H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@6B@ @4304 NONAME ??_7H245_RTPPayloadType@@6B@ @4305 NONAME ??_7H245_RTPPayloadType_payloadDescriptor@@6B@ @4306 NONAME ??_7H245_SendTerminalCapabilitySet@@6B@ @4307 NONAME ??_7H245_SendTerminalCapabilitySet_specificRequest@@6B@ @4308 NONAME ??_7H245_SequenceNumber@@6B@ @4309 NONAME ??_7H245_SubstituteConferenceIDCommand@@6B@ @4310 NONAME ??_7H245_T38FaxProfile@@6B@ @11769 NONAME ??_7H245_T38FaxRateManagement@@6B@ @11770 NONAME ??_7H245_T38FaxTcpOptions@@6B@ @11771 NONAME ??_7H245_T38FaxUdpOptions@@6B@ @11772 NONAME ??_7H245_T38FaxUdpOptions_t38FaxUdpEC@@6B@ @11773 NONAME ??_7H245_T84Profile@@6B@ @4311 NONAME ??_7H245_T84Profile_t84Restricted@@6B@ @4312 NONAME ??_7H245_TerminalCapabilitySet@@6B@ @4313 NONAME ??_7H245_TerminalCapabilitySetAck@@6B@ @4314 NONAME ??_7H245_TerminalCapabilitySetReject@@6B@ @4315 NONAME ??_7H245_TerminalCapabilitySetReject_cause@@6B@ @4316 NONAME ??_7H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@6B@ @4317 NONAME ??_7H245_TerminalCapabilitySetRelease@@6B@ @4318 NONAME ??_7H245_TerminalID@@6B@ @4319 NONAME ??_7H245_TerminalInformation@@6B@ @4320 NONAME ??_7H245_TerminalLabel@@6B@ @4321 NONAME ??_7H245_TerminalNumber@@6B@ @4322 NONAME ??_7H245_TerminalYouAreSeeingInSubPictureNumber@@6B@ @4323 NONAME ??_7H245_TransparencyParameters@@6B@ @4324 NONAME ??_7H245_TransportAddress@@6B@ @4325 NONAME ??_7H245_TransportCapability@@6B@ @4326 NONAME ??_7H245_UnicastAddress@@6B@ @4327 NONAME ??_7H245_UnicastAddress_iP6Address@@6B@ @4328 NONAME ??_7H245_UnicastAddress_iPAddress@@6B@ @4329 NONAME ??_7H245_UnicastAddress_iPSourceRouteAddress@@6B@ @4330 NONAME ??_7H245_UnicastAddress_iPSourceRouteAddress_route@@6B@ @4331 NONAME ??_7H245_UnicastAddress_iPSourceRouteAddress_routing@@6B@ @4332 NONAME ??_7H245_UnicastAddress_iPXAddress@@6B@ @4333 NONAME ??_7H245_UserInputCapability@@6B@ @4334 NONAME ??_7H245_UserInputIndication@@6B@ @4335 NONAME ??_7H245_UserInputIndication_encryptedAlphanumeric@@6B@ @30251 NONAME ??_7H245_UserInputIndication_extendedAlphanumeric@@6B@ @11774 NONAME ??_7H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@6B@ @30252 NONAME ??_7H245_UserInputIndication_signal@@6B@ @4336 NONAME ??_7H245_UserInputIndication_signalUpdate@@6B@ @4337 NONAME ??_7H245_UserInputIndication_signalUpdate_rtp@@6B@ @4338 NONAME ??_7H245_UserInputIndication_signal_rtp@@6B@ @4339 NONAME ??_7H245_UserInputIndication_userInputSupportIndication@@6B@ @4340 NONAME ??_7H245_V42bis@@6B@ @4341 NONAME ??_7H245_V75Capability@@6B@ @4342 NONAME ??_7H245_V75Parameters@@6B@ @4343 NONAME ??_7H245_V76Capability@@6B@ @4344 NONAME ??_7H245_V76HDLCParameters@@6B@ @4345 NONAME ??_7H245_V76LogicalChannelParameters@@6B@ @4346 NONAME ??_7H245_V76LogicalChannelParameters_mode@@6B@ @4347 NONAME ??_7H245_V76LogicalChannelParameters_mode_eRM@@6B@ @4348 NONAME ??_7H245_V76LogicalChannelParameters_mode_eRM_recovery@@6B@ @4349 NONAME ??_7H245_V76LogicalChannelParameters_suspendResume@@6B@ @4350 NONAME ??_7H245_V76ModeParameters@@6B@ @4351 NONAME ??_7H245_VBDCapability@@6B@ @19253 NONAME ??_7H245_VBDMode@@6B@ @19254 NONAME ??_7H245_VCCapability@@6B@ @4352 NONAME ??_7H245_VCCapability_aal1@@6B@ @4353 NONAME ??_7H245_VCCapability_aal1ViaGateway@@6B@ @11775 NONAME ??_7H245_VCCapability_aal5@@6B@ @4354 NONAME ??_7H245_VCCapability_availableBitRates@@6B@ @4355 NONAME ??_7H245_VCCapability_availableBitRates_type@@6B@ @4356 NONAME ??_7H245_VCCapability_availableBitRates_type_rangeOfBitRates@@6B@ @4357 NONAME ??_7H245_VendorIdentification@@6B@ @4358 NONAME ??_7H245_VideoCapability@@6B@ @4359 NONAME ??_7H245_VideoIndicateCompose@@6B@ @4360 NONAME ??_7H245_VideoMode@@6B@ @4361 NONAME ??_7H248_ActionReply@@6B@ @15775 NONAME ??_7H248_ActionRequest@@6B@ @15776 NONAME ??_7H248_AmmDescriptor@@6B@ @15777 NONAME ??_7H248_AmmRequest@@6B@ @15778 NONAME ??_7H248_AmmsReply@@6B@ @15779 NONAME ??_7H248_ArrayOf_ActionReply@@6B@ @15780 NONAME ??_7H248_ArrayOf_ActionRequest@@6B@ @15781 NONAME ??_7H248_ArrayOf_AmmDescriptor@@6B@ @15782 NONAME ??_7H248_ArrayOf_CommandReply@@6B@ @15783 NONAME ??_7H248_ArrayOf_CommandRequest@@6B@ @15784 NONAME ??_7H248_ArrayOf_EventParameter@@6B@ @15785 NONAME ??_7H248_ArrayOf_IndAuditParameter@@6B@ @15786 NONAME ??_7H248_ArrayOf_IndAudPropertyParm@@6B@ @15787 NONAME ??_7H248_ArrayOf_IndAudStreamDescriptor@@6B@ @15788 NONAME ??_7H248_ArrayOf_ModemType@@6B@ @15789 NONAME ??_7H248_ArrayOf_ObservedEvent@@6B@ @15790 NONAME ??_7H248_ArrayOf_PASN_OctetString@@6B@ @15791 NONAME ??_7H248_ArrayOf_PropertyGroup@@6B@ @15792 NONAME ??_7H248_ArrayOf_PropertyParm@@6B@ @15793 NONAME ??_7H248_ArrayOf_RequestedEvent@@6B@ @15794 NONAME ??_7H248_ArrayOf_SecondRequestedEvent@@6B@ @15795 NONAME ??_7H248_ArrayOf_Signal@@6B@ @15796 NONAME ??_7H248_ArrayOf_SigParameter@@6B@ @15797 NONAME ??_7H248_ArrayOf_StreamDescriptor@@6B@ @15798 NONAME ??_7H248_ArrayOf_TerminationID@@6B@ @15799 NONAME ??_7H248_ArrayOf_TopologyRequest@@6B@ @15800 NONAME ??_7H248_ArrayOf_Transaction@@6B@ @15801 NONAME ??_7H248_ArrayOf_WildcardField@@6B@ @15802 NONAME ??_7H248_AuditDescriptor@@6B@ @15803 NONAME ??_7H248_AuditReply@@6B@ @15804 NONAME ??_7H248_AuditRequest@@6B@ @15805 NONAME ??_7H248_AuditResult@@6B@ @15806 NONAME ??_7H248_AuditReturnParameter@@6B@ @15807 NONAME ??_7H248_AuthData@@6B@ @15808 NONAME ??_7H248_AuthenticationHeader@@6B@ @15809 NONAME ??_7H248_Command@@6B@ @15810 NONAME ??_7H248_CommandReply@@6B@ @15811 NONAME ??_7H248_CommandRequest@@6B@ @15812 NONAME ??_7H248_ContextAttrAuditRequest@@6B@ @15813 NONAME ??_7H248_ContextID@@6B@ @15814 NONAME ??_7H248_ContextRequest@@6B@ @15815 NONAME ??_7H248_DigitMapDescriptor@@6B@ @15816 NONAME ??_7H248_DigitMapName@@6B@ @15817 NONAME ??_7H248_DigitMapValue@@6B@ @15818 NONAME ??_7H248_DomainName@@6B@ @15819 NONAME ??_7H248_ErrorCode@@6B@ @15820 NONAME ??_7H248_ErrorDescriptor@@6B@ @15821 NONAME ??_7H248_ErrorText@@6B@ @15822 NONAME ??_7H248_EventBufferControl@@6B@ @15823 NONAME ??_7H248_EventBufferDescriptor@@6B@ @15824 NONAME ??_7H248_EventDM@@6B@ @15825 NONAME ??_7H248_EventName@@6B@ @15826 NONAME ??_7H248_EventParameter@@6B@ @15827 NONAME ??_7H248_EventParameter_extraInfo@@6B@ @15828 NONAME ??_7H248_EventsDescriptor@@6B@ @15829 NONAME ??_7H248_EventSpec@@6B@ @15830 NONAME ??_7H248_H221NonStandard@@6B@ @15831 NONAME ??_7H248_IndAudDigitMapDescriptor@@6B@ @15832 NONAME ??_7H248_IndAudEventBufferDescriptor@@6B@ @15833 NONAME ??_7H248_IndAudEventsDescriptor@@6B@ @15834 NONAME ??_7H248_IndAuditParameter@@6B@ @15835 NONAME ??_7H248_IndAudLocalControlDescriptor@@6B@ @15836 NONAME ??_7H248_IndAudLocalRemoteDescriptor@@6B@ @15837 NONAME ??_7H248_IndAudMediaDescriptor@@6B@ @15838 NONAME ??_7H248_IndAudMediaDescriptor_streams@@6B@ @15839 NONAME ??_7H248_IndAudPackagesDescriptor@@6B@ @15840 NONAME ??_7H248_IndAudPropertyGroup@@6B@ @15841 NONAME ??_7H248_IndAudPropertyParm@@6B@ @15842 NONAME ??_7H248_IndAudSeqSigList@@6B@ @15843 NONAME ??_7H248_IndAudSignal@@6B@ @15844 NONAME ??_7H248_IndAudSignalsDescriptor@@6B@ @15845 NONAME ??_7H248_IndAudStatisticsDescriptor@@6B@ @15846 NONAME ??_7H248_IndAudStreamDescriptor@@6B@ @15847 NONAME ??_7H248_IndAudStreamParms@@6B@ @15848 NONAME ??_7H248_IndAudTerminationStateDescriptor@@6B@ @15849 NONAME ??_7H248_IP4Address@@6B@ @15850 NONAME ??_7H248_IP6Address@@6B@ @15851 NONAME ??_7H248_LocalControlDescriptor@@6B@ @15852 NONAME ??_7H248_LocalRemoteDescriptor@@6B@ @15853 NONAME ??_7H248_MediaDescriptor@@6B@ @15854 NONAME ??_7H248_MediaDescriptor_streams@@6B@ @15855 NONAME ??_7H248_MegacoMessage@@6B@ @15856 NONAME ??_7H248_Message@@6B@ @15857 NONAME ??_7H248_Message_messageBody@@6B@ @15858 NONAME ??_7H248_MId@@6B@ @15859 NONAME ??_7H248_ModemDescriptor@@6B@ @15860 NONAME ??_7H248_ModemType@@6B@ @15861 NONAME ??_7H248_MuxDescriptor@@6B@ @15862 NONAME ??_7H248_MuxType@@6B@ @15863 NONAME ??_7H248_Name@@6B@ @15864 NONAME ??_7H248_NonStandardData@@6B@ @15865 NONAME ??_7H248_NonStandardIdentifier@@6B@ @15866 NONAME ??_7H248_NotifyCompletion@@6B@ @15867 NONAME ??_7H248_NotifyReply@@6B@ @15868 NONAME ??_7H248_NotifyRequest@@6B@ @15869 NONAME ??_7H248_ObservedEvent@@6B@ @15870 NONAME ??_7H248_ObservedEventsDescriptor@@6B@ @15871 NONAME ??_7H248_PackagesDescriptor@@6B@ @15872 NONAME ??_7H248_PackagesItem@@6B@ @15873 NONAME ??_7H248_PathName@@6B@ @15874 NONAME ??_7H248_PkgdName@@6B@ @15875 NONAME ??_7H248_PropertyGroup@@6B@ @15876 NONAME ??_7H248_PropertyParm@@6B@ @15877 NONAME ??_7H248_PropertyParm_extraInfo@@6B@ @15878 NONAME ??_7H248_Relation@@6B@ @15879 NONAME ??_7H248_RequestedActions@@6B@ @15880 NONAME ??_7H248_RequestedEvent@@6B@ @15881 NONAME ??_7H248_RequestID@@6B@ @15882 NONAME ??_7H248_SecondEventsDescriptor@@6B@ @15883 NONAME ??_7H248_SecondRequestedActions@@6B@ @15884 NONAME ??_7H248_SecondRequestedEvent@@6B@ @15885 NONAME ??_7H248_SecurityParmIndex@@6B@ @15886 NONAME ??_7H248_SeqSigList@@6B@ @15887 NONAME ??_7H248_SequenceNum@@6B@ @15888 NONAME ??_7H248_ServiceChangeAddress@@6B@ @15889 NONAME ??_7H248_ServiceChangeMethod@@6B@ @15890 NONAME ??_7H248_ServiceChangeParm@@6B@ @15891 NONAME ??_7H248_ServiceChangeProfile@@6B@ @15892 NONAME ??_7H248_ServiceChangeReply@@6B@ @15893 NONAME ??_7H248_ServiceChangeRequest@@6B@ @15894 NONAME ??_7H248_ServiceChangeResParm@@6B@ @15895 NONAME ??_7H248_ServiceChangeResult@@6B@ @15896 NONAME ??_7H248_ServiceState@@6B@ @15897 NONAME ??_7H248_Signal@@6B@ @15898 NONAME ??_7H248_SignalName@@6B@ @15899 NONAME ??_7H248_SignalRequest@@6B@ @15900 NONAME ??_7H248_SignalsDescriptor@@6B@ @15901 NONAME ??_7H248_SignalType@@6B@ @15902 NONAME ??_7H248_SigParameter@@6B@ @15903 NONAME ??_7H248_SigParameter_extraInfo@@6B@ @15904 NONAME ??_7H248_StatisticsDescriptor@@6B@ @15905 NONAME ??_7H248_StatisticsParameter@@6B@ @15906 NONAME ??_7H248_StreamDescriptor@@6B@ @15907 NONAME ??_7H248_StreamID@@6B@ @15908 NONAME ??_7H248_StreamMode@@6B@ @15909 NONAME ??_7H248_StreamParms@@6B@ @15910 NONAME ??_7H248_SubtractRequest@@6B@ @15911 NONAME ??_7H248_TerminationAudit@@6B@ @15912 NONAME ??_7H248_TerminationID@@6B@ @15913 NONAME ??_7H248_TerminationIDList@@6B@ @15914 NONAME ??_7H248_TerminationStateDescriptor@@6B@ @15915 NONAME ??_7H248_TimeNotation@@6B@ @15916 NONAME ??_7H248_TopologyRequest@@6B@ @15917 NONAME ??_7H248_TopologyRequest_topologyDirection@@6B@ @15918 NONAME ??_7H248_Transaction@@6B@ @15919 NONAME ??_7H248_TransactionAck@@6B@ @15920 NONAME ??_7H248_TransactionId@@6B@ @15921 NONAME ??_7H248_TransactionPending@@6B@ @15922 NONAME ??_7H248_TransactionReply@@6B@ @15923 NONAME ??_7H248_TransactionReply_transactionResult@@6B@ @15924 NONAME ??_7H248_TransactionRequest@@6B@ @15925 NONAME ??_7H248_TransactionResponseAck@@6B@ @15926 NONAME ??_7H248_Value@@6B@ @15927 NONAME ??_7H248_WildcardField@@6B@ @15928 NONAME ??_7H261DCTEncoder@@6B@ @4362 NONAME ??_7H261Encoder@@6B@ @4363 NONAME ??_7H261PixelEncoder@@6B@ @4364 NONAME ??_7H323AudioCapability@@6B@ @4365 NONAME ??_7H323AudioCodec@@6B@ @4366 NONAME ??_7H323BidirectionalChannel@@6B@ @4367 NONAME ??_7H323CallCreditServiceControl@@6B@ @15929 NONAME ??_7H323Capabilities@@6B@ @9022 NONAME ??_7H323CapabilitiesSet@@6B@ @9023 NONAME ??_7H323Capability@@6B@ @4368 NONAME ??_7H323Channel@@6B@ @4370 NONAME ??_7H323ChannelNumber@@6B@ @4371 NONAME ??_7H323Codec@@6B@ @4372 NONAME ??_7H323CodecPluginGenericAudioCapability@@6BH323AudioCapability@@@ @30253 NONAME ??_7H323CodecPluginGenericAudioCapability@@6BH323GenericCapabilityInfo@@@ @30254 NONAME ??_7H323CodecPluginNonStandardAudioCapability@@6BH323AudioCapability@@@ @19443 NONAME ??_7H323CodecPluginNonStandardAudioCapability@@6BH323NonStandardCapabilityInfo@@@ @19444 NONAME ??_7H323Connection@@6B@ @4373 NONAME ??_7H323ConnectionsCleaner@@6B@ @4374 NONAME ??_7H323ControlPDU@@6B@ @4375 NONAME ??_7H323DataCapability@@6B@ @4376 NONAME ??_7H323DataChannel@@6B@ @12644 NONAME ??_7H323DynaLink@@6B@ @28619 NONAME ??_7H323EndPoint@@6B@ @4377 NONAME ??_7H323FramedAudioCodec@@6B@ @4378 NONAME ??_7H323Gatekeeper@@6B@ @4379 NONAME ??_7H323GatekeeperARQ@@6B@ @13449 NONAME ??_7H323GatekeeperBRQ@@6B@ @13450 NONAME ??_7H323GatekeeperCall@@6B@ @12806 NONAME ??_7H323GatekeeperDRQ@@6B@ @13451 NONAME ??_7H323GatekeeperGRQ@@6B@ @13452 NONAME ??_7H323GatekeeperIRR@@6B@ @14256 NONAME ??_7H323GatekeeperListener@@6B@ @12807 NONAME ??_7H323GatekeeperLRQ@@6B@ @13453 NONAME ??_7H323GatekeeperRequest@@6B@ @13454 NONAME ??_7H323GatekeeperRRQ@@6B@ @13455 NONAME ??_7H323GatekeeperServer@@6B@ @12808 NONAME ??_7H323GatekeeperURQ@@6B@ @13456 NONAME ??_7H323GenericAudioCapability@@6BH323AudioCapability@@@ @30255 NONAME ??_7H323GenericAudioCapability@@6BH323GenericCapabilityInfo@@@ @30256 NONAME ??_7H323GenericCapabilityInfo@@6B@ @30257 NONAME ??_7H323GenericVideoCapability@@6BH323GenericCapabilityInfo@@@ @30258 NONAME ??_7H323GenericVideoCapability@@6BH323VideoCapability@@@ @30259 NONAME ??_7H323GSMPluginCapability@@6B@ @19445 NONAME ??_7H323H248ServiceControl@@6B@ @15930 NONAME ??_7H323HTTPServiceControl@@6B@ @15931 NONAME ??_7H323Listener@@6B@ @4381 NONAME ??_7H323ListenerTCP@@6B@ @4382 NONAME ??_7H323LogicalChannelThread@@6B@ @4383 NONAME ??_7H323NonStandardAudioCapability@@6BH323AudioCapability@@@ @4384 NONAME ??_7H323NonStandardAudioCapability@@6BH323NonStandardCapabilityInfo@@@ @4385 NONAME ??_7H323NonStandardCapabilityInfo@@6B@ @4386 NONAME ??_7H323NonStandardDataCapability@@6BH323DataCapability@@@ @4387 NONAME ??_7H323NonStandardDataCapability@@6BH323NonStandardCapabilityInfo@@@ @4388 NONAME ??_7H323NonStandardVideoCapability@@6BH323NonStandardCapabilityInfo@@@ @4389 NONAME ??_7H323NonStandardVideoCapability@@6BH323VideoCapability@@@ @4390 NONAME ??_7H323PeerElement@@6B@ @17187 NONAME ??_7H323PeerElementDescriptor@@6B@ @18028 NONAME ??_7H323PeerElementServiceRelationship@@6B@ @18029 NONAME ??_7H323PluginCapability@@6B@ @19448 NONAME ??_7H323PluginCodecManager@@6B@ @28593 NONAME ??_7H323PluginFramedAudioCodec@@6B@ @28655 NONAME ??_7H323PluginG7231Capability@@6B@ @19449 NONAME ??_7H323PluginVideoCodec@@6B@ @19450 NONAME ??_7H323RasPDU@@6BH225_RasMessage@@@ @17189 NONAME ??_7H323RasPDU@@6BH323TransactionPDU@@@ @17190 NONAME ??_7H323RealTimeCapability@@6B@ @4392 NONAME ??_7H323RegisteredEndPoint@@6B@ @12809 NONAME ??_7H323ServiceControlSession@@6B@ @15932 NONAME ??_7H323SignalPDU@@6B@ @4393 NONAME ??_7H323SimultaneousCapabilities@@6B@ @4394 NONAME ??_7H323StreamedAudioCodec@@6B@ @4395 NONAME ??_7H323StreamedPluginAudioCodec@@6B@ @28656 NONAME ??_7H323Transaction@@6B@ @18367 NONAME ??_7H323TransactionPDU@@6B@ @17191 NONAME ??_7H323TransactionServer@@6B@ @17192 NONAME ??_7H323Transactor@@6B@ @17193 NONAME ??_7H323Transport@@6Biostream@@@ @4396 NONAME ??_7H323Transport@@6BPObject@@@ @4397 NONAME ??_7H323TransportAddress@@6B@ @4398 NONAME ??_7H323TransportAddressArray@@6B@ @14750 NONAME ??_7H323TransportIP@@6Biostream@@@ @4399 NONAME ??_7H323TransportIP@@6BPObject@@@ @4400 NONAME ??_7H323TransportTCP@@6Biostream@@@ @4401 NONAME ??_7H323TransportTCP@@6BPObject@@@ @4402 NONAME ??_7H323TransportUDP@@6Biostream@@@ @4403 NONAME ??_7H323TransportUDP@@6BPObject@@@ @4404 NONAME ??_7H323UnidirectionalChannel@@6B@ @4405 NONAME ??_7H323VideoCapability@@6B@ @4406 NONAME ??_7H323VideoCodec@@6B@ @4407 NONAME ??_7H323_ALawCodec@@6B@ @4413 NONAME ??_7H323_AnnexG@@6B@ @17194 NONAME ??_7H323_CiscoG7231aLIDCapability@@6BH323AudioCapability@@@ @14691 NONAME ??_7H323_CiscoG7231aLIDCapability@@6BH323NonStandardCapabilityInfo@@@ @14692 NONAME ??_7H323_ExternalRTPChannel@@6B@ @13585 NONAME ??_7H323_G711ALaw64Capability@@6B@ @28988 NONAME ??_7H323_G711Capability@@6B@ @4414 NONAME ??_7H323_G711uLaw64Capability@@6B@ @28989 NONAME ??_7H323_H261Capability@@6B@ @4417 NONAME ??_7H323_H261Codec@@6B@ @4418 NONAME ??_7H323_LIDCapability@@6B@ @4419 NONAME ??_7H323_LIDCodec@@6B@ @4420 NONAME ??_7H323_LID_G711_ALaw_Capability@@6B@ @28990 NONAME ??_7H323_LID_G711_uLaw_Capability@@6B@ @28991 NONAME ??_7H323_LID_G7231A_5k3_Capability@@6B@ @28992 NONAME ??_7H323_LID_G7231A_6k3_Capability@@6B@ @28993 NONAME ??_7H323_LID_G7231_5k3_Capability@@6B@ @28994 NONAME ??_7H323_LID_G7231_6k3_Capability@@6B@ @28995 NONAME ??_7H323_LID_G728_Capability@@6B@ @28996 NONAME ??_7H323_LID_G729AB_Capability@@6B@ @28997 NONAME ??_7H323_LID_G729A_Capability@@6B@ @28998 NONAME ??_7H323_LID_G729B_Capability@@6B@ @28999 NONAME ??_7H323_LID_G729_Capability@@6B@ @29000 NONAME ??_7H323_LID_GSM0610_Capability@@6B@ @29001 NONAME ??_7H323_muLawCodec@@6B@ @4421 NONAME ??_7H323_RealTimeChannel@@6B@ @13586 NONAME ??_7H323_RTPChannel@@6B@ @4422 NONAME ??_7H323_RTP_Session@@6B@ @4423 NONAME ??_7H323_RTP_UDP@@6B@ @4424 NONAME ??_7H323_T120Capability@@6B@ @4425 NONAME ??_7H323_T120Channel@@6B@ @12645 NONAME ??_7H323_T38Capability@@6B@ @12646 NONAME ??_7H323_T38Channel@@6B@ @12647 NONAME ??_7H323_T38NonStandardCapability@@6BH323DataCapability@@@ @14188 NONAME ??_7H323_T38NonStandardCapability@@6BH323NonStandardCapabilityInfo@@@ @14189 NONAME ??_7H323_UserInputCapability@@6B@ @4426 NONAME ??_7H45010_ArrayOf_MixedExtension@@6B@ @10589 NONAME ??_7H45010_CfbOvrOptArg@@6B@ @10590 NONAME ??_7H45010_CoReqOptArg@@6B@ @10591 NONAME ??_7H45010_H323CallOfferOperations@@6B@ @10592 NONAME ??_7H45010_RUAlertOptArg@@6B@ @10593 NONAME ??_7H45011Handler@@6B@ @14323 NONAME ??_7H45011_ArrayOf_MixedExtension@@6B@ @10594 NONAME ??_7H45011_CallIntrusionErrors@@6B@ @10595 NONAME ??_7H45011_CICapabilityLevel@@6B@ @10596 NONAME ??_7H45011_CIFrcRelArg@@6B@ @10597 NONAME ??_7H45011_CIFrcRelOptRes@@6B@ @10598 NONAME ??_7H45011_CIGetCIPLOptArg@@6B@ @10599 NONAME ??_7H45011_CIGetCIPLRes@@6B@ @10600 NONAME ??_7H45011_CIIsOptArg@@6B@ @10601 NONAME ??_7H45011_CIIsOptRes@@6B@ @10602 NONAME ??_7H45011_CINotificationArg@@6B@ @10603 NONAME ??_7H45011_CIProtectionLevel@@6B@ @10604 NONAME ??_7H45011_CIRequestArg@@6B@ @10605 NONAME ??_7H45011_CIRequestRes@@6B@ @10606 NONAME ??_7H45011_CISilentArg@@6B@ @10607 NONAME ??_7H45011_CISilentOptRes@@6B@ @10608 NONAME ??_7H45011_CIStatusInformation@@6B@ @10609 NONAME ??_7H45011_CIWobOptArg@@6B@ @10610 NONAME ??_7H45011_CIWobOptRes@@6B@ @10611 NONAME ??_7H45011_H323CallIntrusionOperations@@6B@ @10612 NONAME ??_7H4501_Address@@6B@ @9918 NONAME ??_7H4501_AddressInformation@@6B@ @9919 NONAME ??_7H4501_AddressScreened@@6B@ @9920 NONAME ??_7H4501_ArrayOf_AliasAddress@@6B@ @9921 NONAME ??_7H4501_ArrayOf_ROS@@6B@ @9922 NONAME ??_7H4501_EndpointAddress@@6B@ @9923 NONAME ??_7H4501_EntityType@@6B@ @9924 NONAME ??_7H4501_Extension@@6B@ @9925 NONAME ??_7H4501_GeneralErrorList@@6B@ @9926 NONAME ??_7H4501_H225InformationElement@@6B@ @9927 NONAME ??_7H4501_InterpretationApdu@@6B@ @9928 NONAME ??_7H4501_InvokeIDs@@6B@ @9929 NONAME ??_7H4501_InvokeIdSet@@6B@ @9930 NONAME ??_7H4501_NetworkFacilityExtension@@6B@ @9931 NONAME ??_7H4501_NSAPSubaddress@@6B@ @9932 NONAME ??_7H4501_NumberScreened@@6B@ @9933 NONAME ??_7H4501_PartySubaddress@@6B@ @9934 NONAME ??_7H4501_PresentationAllowedIndicator@@6B@ @9935 NONAME ??_7H4501_PresentedAddressScreened@@6B@ @9936 NONAME ??_7H4501_PresentedAddressUnscreened@@6B@ @9937 NONAME ??_7H4501_PresentedNumberScreened@@6B@ @9938 NONAME ??_7H4501_PresentedNumberUnscreened@@6B@ @9939 NONAME ??_7H4501_ScreeningIndicator@@6B@ @9940 NONAME ??_7H4501_ServiceApdus@@6B@ @9941 NONAME ??_7H4501_SubaddressInformation@@6B@ @9942 NONAME ??_7H4501_SupplementaryService@@6B@ @9943 NONAME ??_7H4501_UserSpecifiedSubaddress@@6B@ @9944 NONAME ??_7H4502Handler@@6B@ @13142 NONAME ??_7H4502_CallIdentity@@6B@ @9945 NONAME ??_7H4502_CallStatus@@6B@ @9946 NONAME ??_7H4502_CallTransferErrors@@6B@ @9947 NONAME ??_7H4502_CallTransferOperation@@6B@ @9948 NONAME ??_7H4502_CTActiveArg@@6B@ @9949 NONAME ??_7H4502_CTActiveArg_argumentExtension@@6B@ @9950 NONAME ??_7H4502_CTCompleteArg@@6B@ @9951 NONAME ??_7H4502_CTCompleteArg_argumentExtension@@6B@ @9952 NONAME ??_7H4502_CTIdentifyRes@@6B@ @9953 NONAME ??_7H4502_CTIdentifyRes_resultExtension@@6B@ @9954 NONAME ??_7H4502_CTInitiateArg@@6B@ @9955 NONAME ??_7H4502_CTInitiateArg_argumentExtension@@6B@ @9956 NONAME ??_7H4502_CTSetupArg@@6B@ @9957 NONAME ??_7H4502_CTSetupArg_argumentExtension@@6B@ @9958 NONAME ??_7H4502_CTUpdateArg@@6B@ @9959 NONAME ??_7H4502_CTUpdateArg_argumentExtension@@6B@ @9960 NONAME ??_7H4502_DummyArg@@6B@ @9961 NONAME ??_7H4502_DummyRes@@6B@ @9962 NONAME ??_7H4502_EndDesignation@@6B@ @9963 NONAME ??_7H4502_ExtensionSeq@@6B@ @9964 NONAME ??_7H4502_SubaddressTransferArg@@6B@ @9965 NONAME ??_7H4502_SubaddressTransferArg_argumentExtension@@6B@ @9966 NONAME ??_7H4503_BasicService@@6B@ @10311 NONAME ??_7H4503_CallDiversionErrors@@6B@ @10312 NONAME ??_7H4503_DiversionReason@@6B@ @10313 NONAME ??_7H4503_ExtensionSeq@@6B@ @10314 NONAME ??_7H4503_H323CallDiversionOperations@@6B@ @10315 NONAME ??_7H4503_IntResult@@6B@ @10316 NONAME ??_7H4503_IntResultList@@6B@ @10317 NONAME ??_7H4503_IntResult_extension@@6B@ @10318 NONAME ??_7H4503_Procedure@@6B@ @10319 NONAME ??_7H4503_SubscriptionOption@@6B@ @10320 NONAME ??_7H4504Handler@@6B@ @13143 NONAME ??_7H4504_ArrayOf_MixedExtension@@6B@ @10218 NONAME ??_7H4504_CallHoldOperation@@6B@ @10219 NONAME ??_7H4504_Extension@@6B@ @10220 NONAME ??_7H4504_HoldNotificArg@@6B@ @10221 NONAME ??_7H4504_MixedExtension@@6B@ @10222 NONAME ??_7H4504_RemoteHoldArg@@6B@ @10223 NONAME ??_7H4504_RemoteHoldRes@@6B@ @10224 NONAME ??_7H4504_RemoteRetrieveArg@@6B@ @10225 NONAME ??_7H4504_RemoteRetrieveRes@@6B@ @10226 NONAME ??_7H4504_RetrieveNotificArg@@6B@ @10227 NONAME ??_7H4505_ArrayOf_MixedExtension@@6B@ @10613 NONAME ??_7H4505_CallParkPickupOperations@@6B@ @10614 NONAME ??_7H4505_CallPickupErrors@@6B@ @10615 NONAME ??_7H4505_CallType@@6B@ @10616 NONAME ??_7H4505_CpickupNotifyArg@@6B@ @10617 NONAME ??_7H4505_CpNotifyArg@@6B@ @10618 NONAME ??_7H4505_CpRequestArg@@6B@ @10619 NONAME ??_7H4505_CpRequestRes@@6B@ @10620 NONAME ??_7H4505_CpSetupArg@@6B@ @10621 NONAME ??_7H4505_CpSetupRes@@6B@ @10622 NONAME ??_7H4505_GroupIndicationOffArg@@6B@ @10623 NONAME ??_7H4505_GroupIndicationOffRes@@6B@ @10624 NONAME ??_7H4505_GroupIndicationOnArg@@6B@ @10625 NONAME ??_7H4505_GroupIndicationOnRes@@6B@ @10626 NONAME ??_7H4505_ParkCondition@@6B@ @10627 NONAME ??_7H4505_ParkedToPosition@@6B@ @10628 NONAME ??_7H4505_PickExeArg@@6B@ @10629 NONAME ??_7H4505_PickExeRes@@6B@ @10630 NONAME ??_7H4505_PickrequArg@@6B@ @10631 NONAME ??_7H4505_PickrequRes@@6B@ @10632 NONAME ??_7H4505_PickupArg@@6B@ @10633 NONAME ??_7H4505_PickupRes@@6B@ @10634 NONAME ??_7H4506Handler@@6B@ @13619 NONAME ??_7H4506_ArrayOf_MixedExtension@@6B@ @10635 NONAME ??_7H4506_CallWaitingArg@@6B@ @10636 NONAME ??_7H4506_CallWaitingOperations@@6B@ @10637 NONAME ??_7H4507_ArrayOf_MixedExtension@@6B@ @10638 NONAME ??_7H4507_BasicService@@6B@ @10639 NONAME ??_7H4507_DummyRes@@6B@ @10640 NONAME ??_7H4507_H323_MWI_Operations@@6B@ @10641 NONAME ??_7H4507_MessageWaitingIndicationErrors@@6B@ @10642 NONAME ??_7H4507_MsgCentreId@@6B@ @10643 NONAME ??_7H4507_MWIActivateArg@@6B@ @10644 NONAME ??_7H4507_MWIDeactivateArg@@6B@ @10645 NONAME ??_7H4507_MWIInterrogateArg@@6B@ @10646 NONAME ??_7H4507_MWIInterrogateRes@@6B@ @10647 NONAME ??_7H4507_MWIInterrogateResElt@@6B@ @10648 NONAME ??_7H4507_NbOfMessages@@6B@ @10649 NONAME ??_7H4507_TimeStamp@@6B@ @10650 NONAME ??_7H4508_ExtendedName@@6B@ @10651 NONAME ??_7H4508_Name@@6B@ @10652 NONAME ??_7H4508_NameOperations@@6B@ @10653 NONAME ??_7H4508_NamePresentationAllowed@@6B@ @10654 NONAME ??_7H4508_NamePresentationRestricted@@6B@ @10655 NONAME ??_7H4508_SimpleName@@6B@ @10656 NONAME ??_7H4509_ArrayOf_MixedExtension@@6B@ @10657 NONAME ??_7H4509_CallCompletionErrors@@6B@ @10658 NONAME ??_7H4509_CcArg@@6B@ @10659 NONAME ??_7H4509_CcLongArg@@6B@ @10660 NONAME ??_7H4509_CcRequestArg@@6B@ @10661 NONAME ??_7H4509_CcRequestRes@@6B@ @10662 NONAME ??_7H4509_CcShortArg@@6B@ @10663 NONAME ??_7H4509_H323CallCompletionOperations@@6B@ @10664 NONAME ??_7H450ServiceAPDU@@6B@ @9967 NONAME ??_7H450xDispatcher@@6B@ @13144 NONAME ??_7H450xHandler@@6B@ @13145 NONAME ??_7H501AccessRequest@@6B@ @18368 NONAME ??_7H501DescriptorUpdate@@6B@ @18369 NONAME ??_7H501PDU@@6BH323TransactionPDU@@@ @17196 NONAME ??_7H501PDU@@6BH501_Message@@@ @17197 NONAME ??_7H501ServiceRequest@@6B@ @18370 NONAME ??_7H501Transaction@@6B@ @18371 NONAME ??_7H501_AccessConfirmation@@6B@ @17198 NONAME ??_7H501_AccessRejection@@6B@ @17199 NONAME ??_7H501_AccessRejectionReason@@6B@ @17200 NONAME ??_7H501_AccessRequest@@6B@ @17201 NONAME ??_7H501_AccessToken@@6B@ @17202 NONAME ??_7H501_AddressTemplate@@6B@ @17203 NONAME ??_7H501_AlternatePE@@6B@ @17204 NONAME ??_7H501_AlternatePEInfo@@6B@ @17205 NONAME ??_7H501_ApplicationMessage@@6B@ @17206 NONAME ??_7H501_ArrayOf_AccessToken@@6B@ @17207 NONAME ??_7H501_ArrayOf_AddressTemplate@@6B@ @17208 NONAME ??_7H501_ArrayOf_AliasAddress@@6B@ @17209 NONAME ??_7H501_ArrayOf_AlternatePE@@6B@ @17210 NONAME ??_7H501_ArrayOf_CircuitIdentifier@@6B@ @17211 NONAME ??_7H501_ArrayOf_ClearToken@@6B@ @17212 NONAME ??_7H501_ArrayOf_ContactInformation@@6B@ @17213 NONAME ??_7H501_ArrayOf_CryptoH323Token@@6B@ @17214 NONAME ??_7H501_ArrayOf_Descriptor@@6B@ @17215 NONAME ??_7H501_ArrayOf_DescriptorInfo@@6B@ @17217 NONAME ??_7H501_ArrayOf_GenericData@@6B@ @17218 NONAME ??_7H501_ArrayOf_GloballyUniqueID@@6B@ @17804 NONAME ??_7H501_ArrayOf_NonStandardParameter@@6B@ @17219 NONAME ??_7H501_ArrayOf_PASN_ObjectId@@6B@ @17220 NONAME ??_7H501_ArrayOf_Pattern@@6B@ @17221 NONAME ??_7H501_ArrayOf_PriceElement@@6B@ @17222 NONAME ??_7H501_ArrayOf_PriceInfoSpec@@6B@ @17223 NONAME ??_7H501_ArrayOf_RouteInformation@@6B@ @17224 NONAME ??_7H501_ArrayOf_SecurityMode@@6B@ @17225 NONAME ??_7H501_ArrayOf_ServiceControlSession@@6B@ @17226 NONAME ??_7H501_ArrayOf_SupportedProtocols@@6B@ @17227 NONAME ??_7H501_ArrayOf_TransportAddress@@6B@ @17228 NONAME ??_7H501_ArrayOf_UpdateInformation@@6B@ @17229 NONAME ??_7H501_ArrayOf_UsageField@@6B@ @17230 NONAME ??_7H501_AuthenticationConfirmation@@6B@ @17231 NONAME ??_7H501_AuthenticationRejection@@6B@ @17232 NONAME ??_7H501_AuthenticationRejectionReason@@6B@ @17233 NONAME ??_7H501_AuthenticationRequest@@6B@ @17234 NONAME ??_7H501_CallInformation@@6B@ @17235 NONAME ??_7H501_ContactInformation@@6B@ @17236 NONAME ??_7H501_Descriptor@@6B@ @17237 NONAME ??_7H501_DescriptorConfirmation@@6B@ @17238 NONAME ??_7H501_DescriptorIDConfirmation@@6B@ @17240 NONAME ??_7H501_DescriptorIDRejection@@6B@ @17241 NONAME ??_7H501_DescriptorIDRejectionReason@@6B@ @17242 NONAME ??_7H501_DescriptorIDRequest@@6B@ @17243 NONAME ??_7H501_DescriptorInfo@@6B@ @17244 NONAME ??_7H501_DescriptorRejection@@6B@ @17245 NONAME ??_7H501_DescriptorRejectionReason@@6B@ @17246 NONAME ??_7H501_DescriptorRequest@@6B@ @17247 NONAME ??_7H501_DescriptorUpdate@@6B@ @17248 NONAME ??_7H501_DescriptorUpdateAck@@6B@ @17249 NONAME ??_7H501_ElementIdentifier@@6B@ @17250 NONAME ??_7H501_GlobalTimeStamp@@6B@ @17251 NONAME ??_7H501_Message@@6B@ @17252 NONAME ??_7H501_MessageBody@@6B@ @17253 NONAME ??_7H501_MessageCommonInfo@@6B@ @17254 NONAME ??_7H501_NonStandardConfirmation@@6B@ @17255 NONAME ??_7H501_NonStandardRejection@@6B@ @17256 NONAME ??_7H501_NonStandardRejectionReason@@6B@ @17257 NONAME ??_7H501_NonStandardRequest@@6B@ @17258 NONAME ??_7H501_PartyInformation@@6B@ @17259 NONAME ??_7H501_Pattern@@6B@ @17260 NONAME ??_7H501_Pattern_range@@6B@ @17261 NONAME ??_7H501_PriceElement@@6B@ @17262 NONAME ??_7H501_PriceElement_units@@6B@ @17263 NONAME ??_7H501_PriceInfoSpec@@6B@ @17264 NONAME ??_7H501_ProtocolVersion@@6B@ @17265 NONAME ??_7H501_RequestInProgress@@6B@ @17266 NONAME ??_7H501_Role@@6B@ @17267 NONAME ??_7H501_RouteInformation@@6B@ @17268 NONAME ??_7H501_RouteInformation_messageType@@6B@ @17269 NONAME ??_7H501_SecurityMode@@6B@ @17270 NONAME ??_7H501_ServiceConfirmation@@6B@ @17271 NONAME ??_7H501_ServiceRejection@@6B@ @17273 NONAME ??_7H501_ServiceRejectionReason@@6B@ @17274 NONAME ??_7H501_ServiceRelease@@6B@ @17275 NONAME ??_7H501_ServiceReleaseReason@@6B@ @17276 NONAME ??_7H501_ServiceRequest@@6B@ @17277 NONAME ??_7H501_TerminationCause@@6B@ @17278 NONAME ??_7H501_TimeZone@@6B@ @17279 NONAME ??_7H501_UnknownMessageReason@@6B@ @17280 NONAME ??_7H501_UnknownMessageResponse@@6B@ @17281 NONAME ??_7H501_UpdateInformation@@6B@ @17282 NONAME ??_7H501_UpdateInformation_descriptorInfo@@6B@ @17283 NONAME ??_7H501_UpdateInformation_updateType@@6B@ @17284 NONAME ??_7H501_UsageCallStatus@@6B@ @17285 NONAME ??_7H501_UsageConfirmation@@6B@ @17286 NONAME ??_7H501_UsageField@@6B@ @17287 NONAME ??_7H501_UsageIndication@@6B@ @17288 NONAME ??_7H501_UsageIndicationConfirmation@@6B@ @17289 NONAME ??_7H501_UsageIndicationRejection@@6B@ @17290 NONAME ??_7H501_UsageIndicationRejectionReason@@6B@ @17291 NONAME ??_7H501_UsageRejection@@6B@ @17292 NONAME ??_7H501_UsageRejectReason@@6B@ @17293 NONAME ??_7H501_UsageRequest@@6B@ @17294 NONAME ??_7H501_UsageSpecification@@6B@ @17295 NONAME ??_7H501_UsageSpecification_when@@6B@ @17296 NONAME ??_7H501_UserInformation@@6B@ @17297 NONAME ??_7H501_ValidationConfirmation@@6B@ @17298 NONAME ??_7H501_ValidationRejection@@6B@ @17299 NONAME ??_7H501_ValidationRejectionReason@@6B@ @17300 NONAME ??_7H501_ValidationRequest@@6B@ @17301 NONAME ??_7HandleTimeout_PNotifier@H245Negotiator@@6B@ @4427 NONAME ??_7HandleTransactions_PNotifier@H323Transactor@@6B@ @18171 NONAME ??_7HIDPluginDeviceManager@@6B@ @30260 NONAME ??_7IntraP64Decoder@@6B@ @4428 NONAME ??_7MCS_ArrayOf_ChannelAttributes@@6B@ @4475 NONAME ??_7MCS_ArrayOf_ChannelId@@6B@ @4476 NONAME ??_7MCS_ArrayOf_TokenAttributes@@6B@ @4477 NONAME ??_7MCS_ArrayOf_TokenId@@6B@ @4478 NONAME ??_7MCS_ArrayOf_UserId@@6B@ @4479 NONAME ??_7MCS_AssignedChannelId@@6B@ @4480 NONAME ??_7MCS_AUcf@@6B@ @4481 NONAME ??_7MCS_AUrq@@6B@ @4482 NONAME ??_7MCS_CAin@@6B@ @4483 NONAME ??_7MCS_CArq@@6B@ @4484 NONAME ??_7MCS_CCcf@@6B@ @4485 NONAME ??_7MCS_CCrq@@6B@ @4486 NONAME ??_7MCS_CDin@@6B@ @4487 NONAME ??_7MCS_CDrq@@6B@ @4488 NONAME ??_7MCS_CEin@@6B@ @4489 NONAME ??_7MCS_CErq@@6B@ @4490 NONAME ??_7MCS_ChannelAttributes@@6B@ @4491 NONAME ??_7MCS_ChannelAttributes_assigned@@6B@ @4492 NONAME ??_7MCS_ChannelAttributes_private@@6B@ @4493 NONAME ??_7MCS_ChannelAttributes_static@@6B@ @4494 NONAME ??_7MCS_ChannelAttributes_userId@@6B@ @4495 NONAME ??_7MCS_ChannelId@@6B@ @4496 NONAME ??_7MCS_CJcf@@6B@ @4497 NONAME ??_7MCS_CJrq@@6B@ @4498 NONAME ??_7MCS_CLrq@@6B@ @4499 NONAME ??_7MCS_ConnectMCSPDU@@6B@ @4500 NONAME ??_7MCS_Connect_Additional@@6B@ @4501 NONAME ??_7MCS_Connect_Initial@@6B@ @4502 NONAME ??_7MCS_Connect_Response@@6B@ @4503 NONAME ??_7MCS_Connect_Result@@6B@ @4504 NONAME ??_7MCS_DataPriority@@6B@ @4505 NONAME ??_7MCS_Diagnostic@@6B@ @4506 NONAME ??_7MCS_DomainMCSPDU@@6B@ @4507 NONAME ??_7MCS_DomainParameters@@6B@ @4508 NONAME ??_7MCS_DPum@@6B@ @4509 NONAME ??_7MCS_DUin@@6B@ @4510 NONAME ??_7MCS_DUrq@@6B@ @4511 NONAME ??_7MCS_DynamicChannelId@@6B@ @4512 NONAME ??_7MCS_EDrq@@6B@ @4513 NONAME ??_7MCS_MCcf@@6B@ @4514 NONAME ??_7MCS_MCrq@@6B@ @4515 NONAME ??_7MCS_MTcf@@6B@ @4516 NONAME ??_7MCS_MTrq@@6B@ @4517 NONAME ??_7MCS_PCin@@6B@ @4518 NONAME ??_7MCS_PDin@@6B@ @4519 NONAME ??_7MCS_PrivateChannelId@@6B@ @4520 NONAME ??_7MCS_PTin@@6B@ @4521 NONAME ??_7MCS_Reason@@6B@ @4522 NONAME ??_7MCS_Result@@6B@ @4523 NONAME ??_7MCS_RJum@@6B@ @4524 NONAME ??_7MCS_SDin@@6B@ @4525 NONAME ??_7MCS_SDrq@@6B@ @4526 NONAME ??_7MCS_Segmentation@@6B@ @4527 NONAME ??_7MCS_StaticChannelId@@6B@ @4528 NONAME ??_7MCS_TGcf@@6B@ @4529 NONAME ??_7MCS_TGrq@@6B@ @4530 NONAME ??_7MCS_TIcf@@6B@ @4531 NONAME ??_7MCS_TIrq@@6B@ @4532 NONAME ??_7MCS_TokenAttributes@@6B@ @4533 NONAME ??_7MCS_TokenAttributes_given@@6B@ @4534 NONAME ??_7MCS_TokenAttributes_giving@@6B@ @4535 NONAME ??_7MCS_TokenAttributes_grabbed@@6B@ @4536 NONAME ??_7MCS_TokenAttributes_inhibited@@6B@ @4537 NONAME ??_7MCS_TokenAttributes_ungivable@@6B@ @4538 NONAME ??_7MCS_TokenId@@6B@ @4539 NONAME ??_7MCS_TokenStatus@@6B@ @4540 NONAME ??_7MCS_TPin@@6B@ @4541 NONAME ??_7MCS_TPrq@@6B@ @4542 NONAME ??_7MCS_TRcf@@6B@ @4543 NONAME ??_7MCS_TRrq@@6B@ @4544 NONAME ??_7MCS_TTcf@@6B@ @4545 NONAME ??_7MCS_TTrq@@6B@ @4546 NONAME ??_7MCS_TVcf@@6B@ @4547 NONAME ??_7MCS_TVin@@6B@ @4548 NONAME ??_7MCS_TVrq@@6B@ @4549 NONAME ??_7MCS_TVrs@@6B@ @4550 NONAME ??_7MCS_UserId@@6B@ @4551 NONAME ??_7MCS_USin@@6B@ @4552 NONAME ??_7MCS_USrq@@6B@ @4553 NONAME ??_7MonitorMain_PNotifier@H323Gatekeeper@@6B@ @14201 NONAME ??_7MonitorMain_PNotifier@H323GatekeeperServer@@6B@ @13993 NONAME ??_7MonitorMain_PNotifier@H323PeerElement@@6B@ @17303 NONAME ??_7Monitor_PNotifier@OpalUSBDevice@@6B@ @30261 NONAME ??_7MSIPAddress@PILSSession@@6B@ @18664 NONAME ??_7MXRecordList@PDNS@@6B@ @30262 NONAME ??_7OnCallIntrudeTimeOut_PNotifier@H45011Handler@@6B@ @14324 NONAME ??_7OnCallTransferTimeOut_PNotifier@H4502Handler@@6B@ @13620 NONAME ??_7OnLoadModule_PNotifier@PPluginModuleManager@@6B@ @28637 NONAME ??_7OnUserInputInBandDTMF_PNotifier@H323Connection@@6B@ @13837 NONAME ??_7OnUserInputInlineRFC2833_PNotifier@H323Connection@@6B@ @13789 NONAME ??_7OpalG711ALaw64kFormat@@6B@ @28753 NONAME ??_7OpalG711ALaw64k_Decoder@@6B@ @29740 NONAME ??_7OpalG711ALaw64k_Encoder@@6B@ @29741 NONAME ??_7OpalG711uLaw64kFormat@@6B@ @28754 NONAME ??_7OpalG711uLaw64k_Decoder@@6B@ @29742 NONAME ??_7OpalG711uLaw64k_Encoder@@6B@ @29743 NONAME ??_7OpalG7231A_5k3Format@@6B@ @28755 NONAME ??_7OpalG7231A_6k3Format@@6B@ @28756 NONAME ??_7OpalG7231_5k3Format@@6B@ @28757 NONAME ??_7OpalG7231_6k3Format@@6B@ @28758 NONAME ??_7OpalG728Format@@6B@ @28759 NONAME ??_7OpalG729ABFormat@@6B@ @28760 NONAME ??_7OpalG729AFormat@@6B@ @28761 NONAME ??_7OpalG729BFormat@@6B@ @28762 NONAME ??_7OpalG729Format@@6B@ @28763 NONAME ??_7OpalGloballyUniqueID@@6B@ @9539 NONAME ??_7OpalGSM0610Format@@6B@ @28764 NONAME ??_7OpalH261Format@@6B@ @28765 NONAME ??_7OpalIxJDevice@@6B@ @4554 NONAME ??_7OpalLineChannel@@6Biostream@@@ @4555 NONAME ??_7OpalLineChannel@@6BPObject@@@ @4556 NONAME ??_7OpalLineInterfaceDevice@@6B@ @4557 NONAME ??_7OpalMediaFormat@@6B@ @9436 NONAME ??_7OpalPCM16Format@@6B@ @28766 NONAME ??_7OpalPluginCodec@@6B@ @29744 NONAME ??_7OpalPluginMediaFormat@@6B@ @28767 NONAME ??_7OpalRFC2833@@6B@ @13790 NONAME ??_7OpalRFC2833Info@@6B@ @13791 NONAME ??_7OpalRtpToWavFile@@6Biostream@@@ @14233 NONAME ??_7OpalRtpToWavFile@@6BPObject@@@ @14234 NONAME ??_7OpalT120Format@@6B@ @28768 NONAME ??_7OpalT120Protocol@@6B@ @12648 NONAME ??_7OpalT38Protocol@@6B@ @12649 NONAME ??_7OpalUSBDevice@@6B@ @30263 NONAME ??_7OpalUserInputRFC2833Format@@6B@ @28769 NONAME ??_7OpalVoipBlasterDevice@@6B@ @13661 NONAME ??_7OpalVXMLSession@@6B@ @29187 NONAME ??_7OpalVXMLSession@@6Biostream@@@ @14833 NONAME ??_7OpalVXMLSession@@6BPObject@@@ @14834 NONAME ??_7OpalWAVFile@@6Biostream@@@ @14302 NONAME ??_7OpalWAVFile@@6BPObject@@@ @14303 NONAME ??_7P64Decoder@@6B@ @4559 NONAME ??_7PASN_Boolean@@6B@ @4564 NONAME ??_7PASN_ConstrainedObject@@6B@ @4565 NONAME ??_7PASN_ConstrainedString@@6B@ @4566 NONAME ??_7PASN_Enumeration@@6B@ @4567 NONAME ??_7PASN_GeneralString@@6B@ @11776 NONAME ??_7PASN_IA5String@@6B@ @4568 NONAME ??_7PASN_Integer@@6B@ @4569 NONAME ??_7PASN_Null@@6B@ @10665 NONAME ??_7PASN_NumericString@@6B@ @11777 NONAME ??_7PASN_Object@@6B@ @4570 NONAME ??_7PASN_PrintableString@@6B@ @4571 NONAME ??_7PASN_Stream@@6B@ @14042 NONAME ??_7PASN_VisibleString@@6B@ @30264 NONAME ??_7PDTMFEncoder@@6B@ @30265 NONAME ??_7PLDAPAttr_c@RTPerson@PILSSession@@6B@ @18549 NONAME ??_7PLDAPAttr_cn@RTPerson@PILSSession@@6B@ @18550 NONAME ??_7PLDAPAttr_comment@RTPerson@PILSSession@@6B@ @18551 NONAME ??_7PLDAPAttr_givenName@RTPerson@PILSSession@@6B@ @18552 NONAME ??_7PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@6B@ @18553 NONAME ??_7PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@6B@ @18554 NONAME ??_7PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@6B@ @18555 NONAME ??_7PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@6B@ @18556 NONAME ??_7PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@6B@ @18557 NONAME ??_7PLDAPAttr_location@RTPerson@PILSSession@@6B@ @18558 NONAME ??_7PLDAPAttr_o@RTPerson@PILSSession@@6B@ @18559 NONAME ??_7PLDAPAttr_objectClass@RTPerson@PILSSession@@6B@ @18560 NONAME ??_7PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@6B@ @18561 NONAME ??_7PLDAPAttr_sappguid@RTPerson@PILSSession@@6B@ @18562 NONAME ??_7PLDAPAttr_sappid@RTPerson@PILSSession@@6B@ @18563 NONAME ??_7PLDAPAttr_sflags@RTPerson@PILSSession@@6B@ @18564 NONAME ??_7PLDAPAttr_sipAddress@RTPerson@PILSSession@@6B@ @18565 NONAME ??_7PLDAPAttr_smimetype@RTPerson@PILSSession@@6B@ @18566 NONAME ??_7PLDAPAttr_smodop@RTPerson@PILSSession@@6B@ @18567 NONAME ??_7PLDAPAttr_sport@RTPerson@PILSSession@@6B@ @18568 NONAME ??_7PLDAPAttr_sprotid@RTPerson@PILSSession@@6B@ @18569 NONAME ??_7PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@6B@ @18570 NONAME ??_7PLDAPAttr_ssecurity@RTPerson@PILSSession@@6B@ @18571 NONAME ??_7PLDAPAttr_sttl@RTPerson@PILSSession@@6B@ @18572 NONAME ??_7PLDAPAttr_surname@RTPerson@PILSSession@@6B@ @18573 NONAME ??_7PLDAPAttr_timestamp@RTPerson@PILSSession@@6B@ @18574 NONAME ??_7PluginLoader@@6B@ @30266 NONAME ??_7PPER_Stream@@6B@ @14043 NONAME ??_7Pre_Vid_Coder@@6B@ @4582 NONAME ??_7PWAVFileConverter@@6B@ @30267 NONAME ??_7PWAVFileConverterALaw@@6B@ @29641 NONAME ??_7PWAVFileConverterULaw@@6B@ @29642 NONAME ??_7Q931@@6B@ @4584 NONAME ??_7ReceivedPacket_PNotifier@OpalRFC2833@@6B@ @13792 NONAME ??_7ReceivedPacket_PNotifier@OpalRtpToWavFile@@6B@ @14237 NONAME ??_7ReceiverReport@RTP_Session@@6B@ @8919 NONAME ??_7ReceiveTimeout_PNotifier@OpalRFC2833@@6B@ @13793 NONAME ??_7Request@H323Transactor@@6B@ @18172 NONAME ??_7Response@H323Transactor@@6B@ @18173 NONAME ??_7RTPerson@PILSSession@@6B@ @18575 NONAME ??_7RTP_ControlFrame@@6B@ @4586 NONAME ??_7RTP_DataFrame@@6B@ @4587 NONAME ??_7RTP_JitterBuffer@@6B@ @4588 NONAME ??_7RTP_QOS@@6B@ @18896 NONAME ??_7RTP_Session@@6B@ @4589 NONAME ??_7RTP_SessionManager@@6B@ @4590 NONAME ??_7RTP_UDP@@6B@ @4591 NONAME ??_7SenderReport@RTP_Session@@6B@ @8920 NONAME ??_7SlowHandler_PNotifier@H323Transaction@@6B@ @18372 NONAME ??_7SoundTones@OpalUSBDevice@@6B@ @30268 NONAME ??_7SourceDescription@RTP_Session@@6B@ @8921 NONAME ??_7SRVRecordList@PDNS@@6B@ @30269 NONAME ??_7StatusHandler_PNotifier@OpalVoipBlasterDevice@@6B@ @13662 NONAME ??_7StringMap@H323GatekeeperServer@@6B@ @15100 NONAME ??_7T120ConnectPDU@@6B@ @13854 NONAME ??_7T120_X224@@6B@ @13855 NONAME ??_7T38_ArrayOf_PASN_OctetString@@6B@ @12650 NONAME ??_7T38_Data_Field@@6B@ @12651 NONAME ??_7T38_Data_Field_subtype@@6B@ @12652 NONAME ??_7T38_Data_Field_subtype_field_type@@6B@ @12653 NONAME ??_7T38_IFPPacket@@6B@ @12654 NONAME ??_7T38_PreCorrigendum_Data_Field@@6B@ @15122 NONAME ??_7T38_PreCorrigendum_Data_Field_subtype@@6B@ @15123 NONAME ??_7T38_PreCorrigendum_Data_Field_subtype_field_type@@6B@ @15124 NONAME ??_7T38_PreCorrigendum_IFPPacket@@6B@ @15125 NONAME ??_7T38_Type_of_msg@@6B@ @12655 NONAME ??_7T38_Type_of_msg_data@@6B@ @12656 NONAME ??_7T38_Type_of_msg_t30_indicator@@6B@ @12657 NONAME ??_7T38_UDPTLPacket@@6B@ @12658 NONAME ??_7T38_UDPTLPacket_error_recovery@@6B@ @12659 NONAME ??_7T38_UDPTLPacket_error_recovery_fec_info@@6B@ @12660 NONAME ??_7T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@6B@ @12661 NONAME ??_7T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@6B@ @12662 NONAME ??_7T38_UDPTLPacket_primary_ifp_packet@@6B@ @12663 NONAME ??_7TickleMonitor_PNotifier@H323Gatekeeper@@6B@ @14202 NONAME ??_7TonePlay_PNotifier@OpalUSBDevice@@6B@ @30270 NONAME ??_7TransmitEnded_PNotifier@OpalRFC2833@@6B@ @13794 NONAME ??_7TransmitPacket_PNotifier@OpalRFC2833@@6B@ @13795 NONAME ??_7Transmitter@@6B@ @4592 NONAME ??_7UpdateAllDescriptors_PNotifier@H323PeerElement@@6B@ @18245 NONAME ??_7VoipBlasterInterface@@6B@ @13663 NONAME ??_7Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@6B@ @29745 NONAME ??_7Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@6B@ @29746 NONAME ??_7Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@6B@ @29747 NONAME ??_7Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@6B@ @29748 NONAME ??_7Worker@OpalPluginCodecFactory@@6B@ @29749 NONAME ??_7WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @30271 NONAME ??_7WorkerBase@?$PFactory@VH323Capability@@VPString@@@@6B@ @29313 NONAME ??_7WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@6B@ @29750 NONAME ??_7WorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@6B@ @30272 NONAME ??_7WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @29314 NONAME ??_7WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@6B@ @29315 NONAME ??_7WorkerBase@?$PFactory@VPWAVFileConverter@@I@@6B@ @29643 NONAME ??_7X224@@6B@ @4594 NONAME ??_7X880_Code@@6B@ @9968 NONAME ??_7X880_GeneralProblem@@6B@ @9969 NONAME ??_7X880_Invoke@@6B@ @9970 NONAME ??_7X880_InvokeId@@6B@ @9971 NONAME ??_7X880_InvokeProblem@@6B@ @9972 NONAME ??_7X880_Reject@@6B@ @9973 NONAME ??_7X880_RejectProblem@@6B@ @9974 NONAME ??_7X880_Reject_problem@@6B@ @9975 NONAME ??_7X880_ReturnError@@6B@ @9976 NONAME ??_7X880_ReturnErrorProblem@@6B@ @9977 NONAME ??_7X880_ReturnResult@@6B@ @9978 NONAME ??_7X880_ReturnResultProblem@@6B@ @9979 NONAME ??_7X880_ReturnResult_result@@6B@ @9980 NONAME ??_7X880_ROS@@6B@ @9981 NONAME ??_8H323Transport@@7Bistream@@@ @4595 NONAME ??_8H323Transport@@7Bostream@@@ @4596 NONAME ??_8H323TransportIP@@7Bistream@@@ @4597 NONAME ??_8H323TransportIP@@7Bostream@@@ @4598 NONAME ??_8H323TransportTCP@@7Bistream@@@ @4599 NONAME ??_8H323TransportTCP@@7Bostream@@@ @4600 NONAME ??_8H323TransportUDP@@7Bistream@@@ @4601 NONAME ??_8H323TransportUDP@@7Bostream@@@ @4602 NONAME ??_8OpalLineChannel@@7Bistream@@@ @4603 NONAME ??_8OpalLineChannel@@7Bostream@@@ @4604 NONAME ??_8OpalRtpToWavFile@@7Bistream@@@ @14238 NONAME ??_8OpalRtpToWavFile@@7Bostream@@@ @14239 NONAME ??_8OpalVXMLSession@@7Bistream@@@ @14835 NONAME ??_8OpalVXMLSession@@7Bostream@@@ @14836 NONAME ??_8OpalWAVFile@@7Bistream@@@ @14304 NONAME ??_8OpalWAVFile@@7Bostream@@@ @14305 NONAME ??_DPTCPSocket@@QAEXXZ @4609 NONAME ??_H@YGXPAXIHP6EX0@Z@Z @13032 NONAME ??_R0?AUPLDAPAttr_c@RTPerson@PILSSession@@@8 @19452 NONAME ??_R0?AUPLDAPAttr_cn@RTPerson@PILSSession@@@8 @19453 NONAME ??_R0?AUPLDAPAttr_comment@RTPerson@PILSSession@@@8 @19454 NONAME ??_R0?AUPLDAPAttr_givenName@RTPerson@PILSSession@@@8 @19455 NONAME ??_R0?AUPLDAPAttr_ilsa26214430@RTPerson@PILSSession@@@8 @19456 NONAME ??_R0?AUPLDAPAttr_ilsa26279966@RTPerson@PILSSession@@@8 @19457 NONAME ??_R0?AUPLDAPAttr_ilsa32833566@RTPerson@PILSSession@@@8 @19458 NONAME ??_R0?AUPLDAPAttr_ilsa32964638@RTPerson@PILSSession@@@8 @19459 NONAME ??_R0?AUPLDAPAttr_ilsa39321630@RTPerson@PILSSession@@@8 @19460 NONAME ??_R0?AUPLDAPAttr_location@RTPerson@PILSSession@@@8 @19461 NONAME ??_R0?AUPLDAPAttr_o@RTPerson@PILSSession@@@8 @19462 NONAME ??_R0?AUPLDAPAttr_objectClass@RTPerson@PILSSession@@@8 @19463 NONAME ??_R0?AUPLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@@8 @19464 NONAME ??_R0?AUPLDAPAttr_sappguid@RTPerson@PILSSession@@@8 @19465 NONAME ??_R0?AUPLDAPAttr_sappid@RTPerson@PILSSession@@@8 @19466 NONAME ??_R0?AUPLDAPAttr_sflags@RTPerson@PILSSession@@@8 @19467 NONAME ??_R0?AUPLDAPAttr_sipAddress@RTPerson@PILSSession@@@8 @19468 NONAME ??_R0?AUPLDAPAttr_smimetype@RTPerson@PILSSession@@@8 @19469 NONAME ??_R0?AUPLDAPAttr_smodop@RTPerson@PILSSession@@@8 @19470 NONAME ??_R0?AUPLDAPAttr_sport@RTPerson@PILSSession@@@8 @19471 NONAME ??_R0?AUPLDAPAttr_sprotid@RTPerson@PILSSession@@@8 @19472 NONAME ??_R0?AUPLDAPAttr_sprotmimetype@RTPerson@PILSSession@@@8 @19473 NONAME ??_R0?AUPLDAPAttr_ssecurity@RTPerson@PILSSession@@@8 @19474 NONAME ??_R0?AUPLDAPAttr_sttl@RTPerson@PILSSession@@@8 @19475 NONAME ??_R0?AUPLDAPAttr_surname@RTPerson@PILSSession@@@8 @19476 NONAME ??_R0?AUPLDAPAttr_timestamp@RTPerson@PILSSession@@@8 @19477 NONAME ??_R0?AV?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@@8 @19478 NONAME ??_R0?AV?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@@8 @19479 NONAME ??_R0?AV?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@@8 @19480 NONAME ??_R0?AV?$H235_HASHED@VH235_EncodedGeneralToken@@@@@8 @19481 NONAME ??_R0?AV?$H235_HASHED@VH235_EncodedPwdCertToken@@@@@8 @19482 NONAME ??_R0?AV?$H235_SIGNED@VH225_EncodedFastStartToken@@@@@8 @19483 NONAME ??_R0?AV?$H235_SIGNED@VH235_EncodedGeneralToken@@@@@8 @19484 NONAME ??_R0?AV?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@@8 @19485 NONAME ??_R0?AV?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@@8 @19486 NONAME ??_R0?AV?$H235_SIGNED@VH235_EncodedReturnSig@@@@@8 @19487 NONAME ??_R0?AV?$PArray@V?$PList@VH323Capability@@@@@@@8 @19488 NONAME ??_R0?AV?$PArray@VH323SimultaneousCapabilities@@@@@8 @19489 NONAME ??_R0?AV?$PArray@VH323TransportAddress@@@@@8 @19490 NONAME ??_R0?AV?$PArray@VReceiverReport@RTP_Session@@@@@8 @19491 NONAME ??_R0?AV?$PArray@VSourceDescription@RTP_Session@@@@@8 @19492 NONAME ??_R0?AV?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@@8 @19493 NONAME ??_R0?AV?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@@8 @19494 NONAME ??_R0?AV?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@@8 @19495 NONAME ??_R0?AV?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@@8 @19496 NONAME ??_R0?AV?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@@8 @19497 NONAME ??_R0?AV?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@@8 @19498 NONAME ??_R0?AV?$PDictionary@VPString@@VH323Connection@@@@@8 @19499 NONAME ??_R0?AV?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@@8 @19500 NONAME ??_R0?AV?$PDictionary@VPString@@VPOrdinalKey@@@@@8 @19501 NONAME ??_R0?AV?$PFactory@VH235Authenticator@@VPString@@@@@8 @30273 NONAME ??_R0?AV?$PFactory@VH323Capability@@VPString@@@@@8 @29316 NONAME ??_R0?AV?$PFactory@VH323StaticPluginCodec@@VPString@@@@@8 @29317 NONAME ??_R0?AV?$PFactory@VOpalFactoryCodec@@VPString@@@@@8 @29751 NONAME ??_R0?AV?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@8 @30274 NONAME ??_R0?AV?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @29318 NONAME ??_R0?AV?$PFactory@VPWAVFileConverter@@I@@@8 @29644 NONAME ??_R0?AV?$PList@VH235Authenticator@@@@@8 @19502 NONAME ??_R0?AV?$PList@VH245_GenericParameter@@@@@8 @30275 NONAME ??_R0?AV?$PList@VH323Capability@@@@@8 @19504 NONAME ??_R0?AV?$PList@VH323Channel@@@@@8 @19505 NONAME ??_R0?AV?$PList@VH323GatekeeperListener@@@@@8 @19506 NONAME ??_R0?AV?$PList@VH323Listener@@@@@8 @19507 NONAME ??_R0?AV?$PList@VH323Transactor@@@@@8 @19508 NONAME ??_R0?AV?$PList@VH450xHandler@@@@@8 @19509 NONAME ??_R0?AV?$PList@VOpalMediaFormat@@@@@8 @19511 NONAME ??_R0?AV?$PList@VPBYTEArray@@@@@8 @19512 NONAME ??_R0?AV?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@@8 @19513 NONAME ??_R0?AV?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@@8 @19514 NONAME ??_R0?AV?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@@8 @19515 NONAME ??_R0?AV?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@@8 @19516 NONAME ??_R0?AV?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@@8 @19517 NONAME ??_R0?AV?$PSafePtr@VH323GatekeeperCall@@@@@8 @19518 NONAME ??_R0?AV?$PSafePtr@VH323PeerElementDescriptor@@@@@8 @19519 NONAME ??_R0?AV?$PSafePtr@VH323PeerElementServiceRelationship@@@@@8 @19520 NONAME ??_R0?AV?$PSafePtr@VH323RegisteredEndPoint@@@@@8 @19521 NONAME ??_R0?AV?$PSafeSortedList@VH323GatekeeperCall@@@@@8 @19522 NONAME ??_R0?AV?$PSafeSortedList@VH323PeerElementDescriptor@@@@@8 @19523 NONAME ??_R0?AV?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@@8 @19524 NONAME ??_R0?AV?$PSet@VPOrdinalKey@@@@@8 @19525 NONAME ??_R0?AV?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@@8 @19526 NONAME ??_R0?AV?$PSortedList@VH225_AliasAddress@@@@@8 @19527 NONAME ??_R0?AV?$PSortedList@VH323GatekeeperCall@@@@@8 @19528 NONAME ??_R0?AV?$PSortedList@VH323PeerElementDescriptor@@@@@8 @19529 NONAME ??_R0?AV?$PSortedList@VH323PeerElementServiceRelationship@@@@@8 @19530 NONAME ??_R0?AV?$PSortedList@VMXRecord@PDNS@@@@@8 @30276 NONAME ??_R0?AV?$PSortedList@VResponse@H323Transactor@@@@@8 @19531 NONAME ??_R0?AV?$PSortedList@VSRVRecord@PDNS@@@@@8 @30277 NONAME ??_R0?AV?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@@8 @30278 NONAME ??_R0?AV?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@@8 @30279 NONAME ??_R0?AV?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@@8 @30280 NONAME ??_R0?AV?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@@8 @29319 NONAME ??_R0?AV?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @29320 NONAME ??_R0?AV?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @29321 NONAME ??_R0?AV?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @29322 NONAME ??_R0?AV?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @29323 NONAME ??_R0?AV?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @29324 NONAME ??_R0?AV?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @29325 NONAME ??_R0?AV?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @29326 NONAME ??_R0?AV?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @29327 NONAME ??_R0?AV?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @29328 NONAME ??_R0?AV?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @29329 NONAME ??_R0?AV?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @29330 NONAME ??_R0?AV?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @29331 NONAME ??_R0?AV?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @29332 NONAME ??_R0?AV?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @29333 NONAME ??_R0?AV?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @29334 NONAME ??_R0?AV?$Worker@VHIDPluginDeviceManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@@8 @30281 NONAME ??_R0?AV?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @29335 NONAME ??_R0?AV?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @29336 NONAME ??_R0?AV?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @29337 NONAME ??_R0?AV?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @29338 NONAME ??_R0?AV?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @29339 NONAME ??_R0?AV?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @29340 NONAME ??_R0?AV?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @29341 NONAME ??_R0?AV?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @29342 NONAME ??_R0?AV?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @29343 NONAME ??_R0?AV?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @29344 NONAME ??_R0?AV?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @29345 NONAME ??_R0?AV?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @29346 NONAME ??_R0?AV?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @29347 NONAME ??_R0?AV?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @29348 NONAME ??_R0?AV?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @29349 NONAME ??_R0?AV?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @29350 NONAME ??_R0?AV?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@@8 @30282 NONAME ??_R0?AV?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@@8 @29645 NONAME ??_R0?AV?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@@8 @29646 NONAME ??_R0?AVAliasKey@H323PeerElement@@@8 @19532 NONAME ??_R0?AVAlternateInfo@H323Gatekeeper@@@8 @19533 NONAME ??_R0?AVByteQueue@OpalVoipBlasterDevice@@@8 @19534 NONAME ??_R0?AVEncoder@@@8 @19535 NONAME ??_R0?AVEntry@RTP_JitterBuffer@@@8 @19536 NONAME ??_R0?AVFilterInfo@H323Codec@@@8 @19538 NONAME ??_R0?AVFullP64Decoder@@@8 @19539 NONAME ??_R0?AVG7231_File_Capability@@@8 @19540 NONAME ??_R0?AVG7231_File_Codec@@@8 @19541 NONAME ??_R0?AVGCC_AlternativeNodeID@@@8 @19542 NONAME ??_R0?AVGCC_ApplicationInvokeIndication@@@8 @19543 NONAME ??_R0?AVGCC_ApplicationInvokeSpecifier@@@8 @19544 NONAME ??_R0?AVGCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@@8 @19545 NONAME ??_R0?AVGCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@@8 @19546 NONAME ??_R0?AVGCC_ApplicationRecord@@@8 @19547 NONAME ??_R0?AVGCC_ApplicationRecord_nonCollapsingCapabilities@@@8 @19548 NONAME ??_R0?AVGCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@@8 @19549 NONAME ??_R0?AVGCC_ArrayOf_ApplicationInvokeSpecifier@@@8 @19550 NONAME ??_R0?AVGCC_ArrayOf_ChallengeItem@@@8 @19551 NONAME ??_R0?AVGCC_ArrayOf_ConferenceDescriptor@@@8 @19552 NONAME ??_R0?AVGCC_ArrayOf_Privilege@@@8 @19553 NONAME ??_R0?AVGCC_ArrayOf_TextString@@@8 @19554 NONAME ??_R0?AVGCC_ArrayOf_UserID@@@8 @19555 NONAME ??_R0?AVGCC_AsymmetryIndicator@@@8 @19556 NONAME ??_R0?AVGCC_CapabilityClass@@@8 @19557 NONAME ??_R0?AVGCC_CapabilityID@@@8 @19558 NONAME ??_R0?AVGCC_ChallengeItem@@@8 @19559 NONAME ??_R0?AVGCC_ChallengeRequest@@@8 @19560 NONAME ??_R0?AVGCC_ChallengeResponse@@@8 @19561 NONAME ??_R0?AVGCC_ChallengeResponseAlgorithm@@@8 @19562 NONAME ??_R0?AVGCC_ChallengeResponseItem@@@8 @19563 NONAME ??_R0?AVGCC_ChannelID@@@8 @19564 NONAME ??_R0?AVGCC_ChannelType@@@8 @19565 NONAME ??_R0?AVGCC_ConductorAssignIndication@@@8 @19566 NONAME ??_R0?AVGCC_ConductorPermissionAskIndication@@@8 @19567 NONAME ??_R0?AVGCC_ConductorPermissionGrantIndication@@@8 @19568 NONAME ??_R0?AVGCC_ConductorReleaseIndication@@@8 @19569 NONAME ??_R0?AVGCC_ConferenceAddRequest@@@8 @19570 NONAME ??_R0?AVGCC_ConferenceAddResponse@@@8 @19571 NONAME ??_R0?AVGCC_ConferenceAddResponse_result@@@8 @19572 NONAME ??_R0?AVGCC_ConferenceAssistanceIndication@@@8 @19573 NONAME ??_R0?AVGCC_ConferenceCreateRequest@@@8 @19574 NONAME ??_R0?AVGCC_ConferenceCreateResponse@@@8 @19575 NONAME ??_R0?AVGCC_ConferenceCreateResponse_result@@@8 @19576 NONAME ??_R0?AVGCC_ConferenceDescriptor@@@8 @19577 NONAME ??_R0?AVGCC_ConferenceEjectUserIndication@@@8 @19578 NONAME ??_R0?AVGCC_ConferenceEjectUserIndication_reason@@@8 @19579 NONAME ??_R0?AVGCC_ConferenceEjectUserRequest@@@8 @19580 NONAME ??_R0?AVGCC_ConferenceEjectUserRequest_reason@@@8 @19581 NONAME ??_R0?AVGCC_ConferenceEjectUserResponse@@@8 @19582 NONAME ??_R0?AVGCC_ConferenceEjectUserResponse_result@@@8 @19583 NONAME ??_R0?AVGCC_ConferenceInviteRequest@@@8 @19584 NONAME ??_R0?AVGCC_ConferenceInviteResponse@@@8 @19585 NONAME ??_R0?AVGCC_ConferenceInviteResponse_result@@@8 @19586 NONAME ??_R0?AVGCC_ConferenceJoinRequest@@@8 @19587 NONAME ??_R0?AVGCC_ConferenceJoinResponse@@@8 @19588 NONAME ??_R0?AVGCC_ConferenceJoinResponse_result@@@8 @19589 NONAME ??_R0?AVGCC_ConferenceLockIndication@@@8 @19590 NONAME ??_R0?AVGCC_ConferenceLockRequest@@@8 @19591 NONAME ??_R0?AVGCC_ConferenceLockResponse@@@8 @19592 NONAME ??_R0?AVGCC_ConferenceLockResponse_result@@@8 @19593 NONAME ??_R0?AVGCC_ConferenceName@@@8 @19594 NONAME ??_R0?AVGCC_ConferenceNameModifier@@@8 @19595 NONAME ??_R0?AVGCC_ConferenceNameSelector@@@8 @19596 NONAME ??_R0?AVGCC_ConferencePriority@@@8 @19597 NONAME ??_R0?AVGCC_ConferencePriorityScheme@@@8 @19598 NONAME ??_R0?AVGCC_ConferenceQueryRequest@@@8 @19599 NONAME ??_R0?AVGCC_ConferenceQueryResponse@@@8 @19600 NONAME ??_R0?AVGCC_ConferenceQueryResponse_result@@@8 @19601 NONAME ??_R0?AVGCC_ConferenceTerminateIndication@@@8 @19602 NONAME ??_R0?AVGCC_ConferenceTerminateIndication_reason@@@8 @19603 NONAME ??_R0?AVGCC_ConferenceTerminateRequest@@@8 @19604 NONAME ??_R0?AVGCC_ConferenceTerminateRequest_reason@@@8 @19605 NONAME ??_R0?AVGCC_ConferenceTerminateResponse@@@8 @19606 NONAME ??_R0?AVGCC_ConferenceTerminateResponse_result@@@8 @19607 NONAME ??_R0?AVGCC_ConferenceTimeExtendIndication@@@8 @19608 NONAME ??_R0?AVGCC_ConferenceTimeInquireIndication@@@8 @19609 NONAME ??_R0?AVGCC_ConferenceTimeRemainingIndication@@@8 @19610 NONAME ??_R0?AVGCC_ConferenceTransferIndication@@@8 @19611 NONAME ??_R0?AVGCC_ConferenceTransferRequest@@@8 @19612 NONAME ??_R0?AVGCC_ConferenceTransferResponse@@@8 @19613 NONAME ??_R0?AVGCC_ConferenceTransferResponse_result@@@8 @19614 NONAME ??_R0?AVGCC_ConferenceUnlockIndication@@@8 @19615 NONAME ??_R0?AVGCC_ConferenceUnlockRequest@@@8 @19616 NONAME ??_R0?AVGCC_ConferenceUnlockResponse@@@8 @19617 NONAME ??_R0?AVGCC_ConferenceUnlockResponse_result@@@8 @19618 NONAME ??_R0?AVGCC_ConnectData@@@8 @19619 NONAME ??_R0?AVGCC_ConnectGCCPDU@@@8 @19620 NONAME ??_R0?AVGCC_DialingString@@@8 @19621 NONAME ??_R0?AVGCC_DynamicChannelID@@@8 @19622 NONAME ??_R0?AVGCC_DynamicTokenID@@@8 @19623 NONAME ??_R0?AVGCC_EntityID@@@8 @19624 NONAME ??_R0?AVGCC_ExtraDialingString@@@8 @19625 NONAME ??_R0?AVGCC_FunctionNotSupportedResponse@@@8 @19626 NONAME ??_R0?AVGCC_GCCPDU@@@8 @19627 NONAME ??_R0?AVGCC_H221NonStandardIdentifier@@@8 @19628 NONAME ??_R0?AVGCC_Handle@@@8 @19629 NONAME ??_R0?AVGCC_IndicationPDU@@@8 @19630 NONAME ??_R0?AVGCC_Key@@@8 @19631 NONAME ??_R0?AVGCC_NetworkAddress@@@8 @19632 NONAME ??_R0?AVGCC_NetworkAddress_subtype@@@8 @19633 NONAME ??_R0?AVGCC_NetworkAddress_subtype_aggregatedChannel@@@8 @19634 NONAME ??_R0?AVGCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@@8 @19635 NONAME ??_R0?AVGCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@@8 @19636 NONAME ??_R0?AVGCC_NetworkAddress_subtype_transportConnection@@@8 @19637 NONAME ??_R0?AVGCC_NodeProperties@@@8 @19638 NONAME ??_R0?AVGCC_NodeRecord@@@8 @19639 NONAME ??_R0?AVGCC_NodeType@@@8 @19640 NONAME ??_R0?AVGCC_NonStandardParameter@@@8 @19641 NONAME ??_R0?AVGCC_NonStandardPDU@@@8 @19642 NONAME ??_R0?AVGCC_Password@@@8 @19643 NONAME ??_R0?AVGCC_PasswordChallengeRequestResponse@@@8 @19644 NONAME ??_R0?AVGCC_PasswordChallengeRequestResponse_challengeRequestResponse@@@8 @19645 NONAME ??_R0?AVGCC_PasswordSelector@@@8 @19646 NONAME ??_R0?AVGCC_Privilege@@@8 @19647 NONAME ??_R0?AVGCC_RegistryAllocateHandleRequest@@@8 @19648 NONAME ??_R0?AVGCC_RegistryAllocateHandleResponse@@@8 @19649 NONAME ??_R0?AVGCC_RegistryAllocateHandleResponse_result@@@8 @19650 NONAME ??_R0?AVGCC_RegistryAssignTokenRequest@@@8 @19651 NONAME ??_R0?AVGCC_RegistryDeleteEntryRequest@@@8 @19652 NONAME ??_R0?AVGCC_RegistryEntryOwner@@@8 @19653 NONAME ??_R0?AVGCC_RegistryEntryOwner_owned@@@8 @19654 NONAME ??_R0?AVGCC_RegistryItem@@@8 @19655 NONAME ??_R0?AVGCC_RegistryKey@@@8 @19656 NONAME ??_R0?AVGCC_RegistryModificationRights@@@8 @19657 NONAME ??_R0?AVGCC_RegistryMonitorEntryIndication@@@8 @19658 NONAME ??_R0?AVGCC_RegistryMonitorEntryRequest@@@8 @19659 NONAME ??_R0?AVGCC_RegistryRegisterChannelRequest@@@8 @19660 NONAME ??_R0?AVGCC_RegistryResponse@@@8 @19661 NONAME ??_R0?AVGCC_RegistryResponse_primitiveType@@@8 @19662 NONAME ??_R0?AVGCC_RegistryResponse_result@@@8 @19663 NONAME ??_R0?AVGCC_RegistryRetrieveEntryRequest@@@8 @19664 NONAME ??_R0?AVGCC_RegistrySetParameterRequest@@@8 @19665 NONAME ??_R0?AVGCC_RequestPDU@@@8 @19666 NONAME ??_R0?AVGCC_ResponsePDU@@@8 @19667 NONAME ??_R0?AVGCC_RosterUpdateIndication@@@8 @19668 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation@@@8 @19669 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype@@@8 @19670 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@@8 @19671 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@@8 @19672 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@@8 @19673 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@@8 @19674 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@@8 @19675 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@@8 @19676 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@@8 @19677 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@@8 @19678 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@@8 @19679 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation@@@8 @19680 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@@8 @19681 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@@8 @19682 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@@8 @19683 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@@8 @19684 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@@8 @19685 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@@8 @19686 NONAME ??_R0?AVGCC_SessionKey@@@8 @19687 NONAME ??_R0?AVGCC_SimpleNumericString@@@8 @19688 NONAME ??_R0?AVGCC_SimpleTextString@@@8 @19689 NONAME ??_R0?AVGCC_StaticChannelID@@@8 @19690 NONAME ??_R0?AVGCC_StaticTokenID@@@8 @19691 NONAME ??_R0?AVGCC_SubAddressString@@@8 @19692 NONAME ??_R0?AVGCC_TerminationMethod@@@8 @19693 NONAME ??_R0?AVGCC_TextMessageIndication@@@8 @19694 NONAME ??_R0?AVGCC_TextString@@@8 @19695 NONAME ??_R0?AVGCC_Time@@@8 @19696 NONAME ??_R0?AVGCC_TokenID@@@8 @19697 NONAME ??_R0?AVGCC_UserData@@@8 @19698 NONAME ??_R0?AVGCC_UserData_subtype@@@8 @19699 NONAME ??_R0?AVGCC_UserID@@@8 @19700 NONAME ??_R0?AVGCC_UserIDIndication@@@8 @19701 NONAME ??_R0?AVH225CallThread@@@8 @19702 NONAME ??_R0?AVH225TransportThread@@@8 @19703 NONAME ??_R0?AVH225_AddressPattern@@@8 @19704 NONAME ??_R0?AVH225_AddressPattern_range@@@8 @19705 NONAME ??_R0?AVH225_AdmissionConfirm@@@8 @19706 NONAME ??_R0?AVH225_AdmissionConfirm_language@@@8 @19707 NONAME ??_R0?AVH225_AdmissionReject@@@8 @19708 NONAME ??_R0?AVH225_AdmissionRejectReason@@@8 @19709 NONAME ??_R0?AVH225_AdmissionRequest@@@8 @19710 NONAME ??_R0?AVH225_Alerting_UUIE@@@8 @19711 NONAME ??_R0?AVH225_AliasAddress@@@8 @19712 NONAME ??_R0?AVH225_AlternateGK@@@8 @19713 NONAME ??_R0?AVH225_AlternateTransportAddresses@@@8 @19714 NONAME ??_R0?AVH225_AltGKInfo@@@8 @19715 NONAME ??_R0?AVH225_ANSI_41_UIM@@@8 @19716 NONAME ??_R0?AVH225_ANSI_41_UIM_system_id@@@8 @19717 NONAME ??_R0?AVH225_ArrayOf_AddressPattern@@@8 @19718 NONAME ??_R0?AVH225_ArrayOf_AdmissionConfirm@@@8 @19719 NONAME ??_R0?AVH225_ArrayOf_AliasAddress@@@8 @19720 NONAME ??_R0?AVH225_ArrayOf_AlternateGK@@@8 @19721 NONAME ??_R0?AVH225_ArrayOf_AuthenticationMechanism@@@8 @19722 NONAME ??_R0?AVH225_ArrayOf_BandwidthDetails@@@8 @19723 NONAME ??_R0?AVH225_ArrayOf_CallReferenceValue@@@8 @19724 NONAME ??_R0?AVH225_ArrayOf_CallsAvailable@@@8 @19725 NONAME ??_R0?AVH225_ArrayOf_ClearToken@@@8 @19726 NONAME ??_R0?AVH225_ArrayOf_ConferenceIdentifier@@@8 @19727 NONAME ??_R0?AVH225_ArrayOf_ConferenceList@@@8 @19728 NONAME ??_R0?AVH225_ArrayOf_CryptoH323Token@@@8 @19729 NONAME ??_R0?AVH225_ArrayOf_DataRate@@@8 @19730 NONAME ??_R0?AVH225_ArrayOf_Endpoint@@@8 @19731 NONAME ??_R0?AVH225_ArrayOf_EnumeratedParameter@@@8 @19732 NONAME ??_R0?AVH225_ArrayOf_ExtendedAliasAddress@@@8 @19733 NONAME ??_R0?AVH225_ArrayOf_FeatureDescriptor@@@8 @19734 NONAME ??_R0?AVH225_ArrayOf_GenericData@@@8 @19735 NONAME ??_R0?AVH225_ArrayOf_H245Security@@@8 @19736 NONAME ??_R0?AVH225_ArrayOf_H248PackagesDescriptor@@@8 @19737 NONAME ??_R0?AVH225_ArrayOf_IntegrityMechanism@@@8 @19738 NONAME ??_R0?AVH225_ArrayOf_NonStandardParameter@@@8 @19739 NONAME ??_R0?AVH225_ArrayOf_PartyNumber@@@8 @19740 NONAME ??_R0?AVH225_ArrayOf_PASN_ObjectId@@@8 @19741 NONAME ??_R0?AVH225_ArrayOf_PASN_OctetString@@@8 @19742 NONAME ??_R0?AVH225_ArrayOf_RasUsageSpecification@@@8 @19743 NONAME ??_R0?AVH225_ArrayOf_RTPSession@@@8 @19744 NONAME ??_R0?AVH225_ArrayOf_ServiceControlSession@@@8 @19745 NONAME ??_R0?AVH225_ArrayOf_SupportedPrefix@@@8 @19746 NONAME ??_R0?AVH225_ArrayOf_SupportedProtocols@@@8 @19747 NONAME ??_R0?AVH225_ArrayOf_TransportAddress@@@8 @19748 NONAME ??_R0?AVH225_ArrayOf_TransportChannelInfo@@@8 @19749 NONAME ??_R0?AVH225_ArrayOf_TunnelledProtocol@@@8 @19750 NONAME ??_R0?AVH225_BandRejectReason@@@8 @19751 NONAME ??_R0?AVH225_BandWidth@@@8 @19752 NONAME ??_R0?AVH225_BandwidthConfirm@@@8 @19753 NONAME ??_R0?AVH225_BandwidthDetails@@@8 @19754 NONAME ??_R0?AVH225_BandwidthReject@@@8 @19755 NONAME ??_R0?AVH225_BandwidthRequest@@@8 @19756 NONAME ??_R0?AVH225_CallCapacity@@@8 @19757 NONAME ??_R0?AVH225_CallCapacityInfo@@@8 @19758 NONAME ??_R0?AVH225_CallCreditCapability@@@8 @19759 NONAME ??_R0?AVH225_CallCreditServiceControl@@@8 @19760 NONAME ??_R0?AVH225_CallCreditServiceControl_billingMode@@@8 @19761 NONAME ??_R0?AVH225_CallCreditServiceControl_callStartingPoint@@@8 @19762 NONAME ??_R0?AVH225_CallIdentifier@@@8 @19763 NONAME ??_R0?AVH225_CallLinkage@@@8 @19764 NONAME ??_R0?AVH225_CallModel@@@8 @19765 NONAME ??_R0?AVH225_CallProceeding_UUIE@@@8 @19766 NONAME ??_R0?AVH225_CallReferenceValue@@@8 @19767 NONAME ??_R0?AVH225_CallsAvailable@@@8 @19768 NONAME ??_R0?AVH225_CallTerminationCause@@@8 @19769 NONAME ??_R0?AVH225_CallType@@@8 @19770 NONAME ??_R0?AVH225_CapacityReportingCapability@@@8 @19771 NONAME ??_R0?AVH225_CapacityReportingSpecification@@@8 @19772 NONAME ??_R0?AVH225_CapacityReportingSpecification_when@@@8 @19773 NONAME ??_R0?AVH225_CarrierInfo@@@8 @19774 NONAME ??_R0?AVH225_CicInfo@@@8 @19775 NONAME ??_R0?AVH225_CicInfo_cic@@@8 @19776 NONAME ??_R0?AVH225_CircuitIdentifier@@@8 @19777 NONAME ??_R0?AVH225_CircuitInfo@@@8 @19778 NONAME ??_R0?AVH225_ConferenceIdentifier@@@8 @19779 NONAME ??_R0?AVH225_ConferenceList@@@8 @19780 NONAME ??_R0?AVH225_Connect_UUIE@@@8 @19781 NONAME ??_R0?AVH225_Connect_UUIE_language@@@8 @19782 NONAME ??_R0?AVH225_Content@@@8 @19783 NONAME ??_R0?AVH225_CryptoH323Token@@@8 @19784 NONAME ??_R0?AVH225_CryptoH323Token_cryptoEPPwdHash@@@8 @19785 NONAME ??_R0?AVH225_CryptoH323Token_cryptoGKPwdHash@@@8 @19786 NONAME ??_R0?AVH225_DataRate@@@8 @19787 NONAME ??_R0?AVH225_DisengageConfirm@@@8 @19788 NONAME ??_R0?AVH225_DisengageReason@@@8 @19789 NONAME ??_R0?AVH225_DisengageReject@@@8 @19790 NONAME ??_R0?AVH225_DisengageRejectReason@@@8 @19791 NONAME ??_R0?AVH225_DisengageRequest@@@8 @19792 NONAME ??_R0?AVH225_EncodedFastStartToken@@@8 @19793 NONAME ??_R0?AVH225_EncryptIntAlg@@@8 @19794 NONAME ??_R0?AVH225_Endpoint@@@8 @19795 NONAME ??_R0?AVH225_EndpointIdentifier@@@8 @19796 NONAME ??_R0?AVH225_EndpointType@@@8 @19797 NONAME ??_R0?AVH225_EnumeratedParameter@@@8 @19798 NONAME ??_R0?AVH225_ExtendedAliasAddress@@@8 @19799 NONAME ??_R0?AVH225_FacilityReason@@@8 @19800 NONAME ??_R0?AVH225_Facility_UUIE@@@8 @19801 NONAME ??_R0?AVH225_FastStartToken@@@8 @19802 NONAME ??_R0?AVH225_FeatureDescriptor@@@8 @19803 NONAME ??_R0?AVH225_FeatureSet@@@8 @19804 NONAME ??_R0?AVH225_GatekeeperConfirm@@@8 @19805 NONAME ??_R0?AVH225_GatekeeperIdentifier@@@8 @19806 NONAME ??_R0?AVH225_GatekeeperInfo@@@8 @19807 NONAME ??_R0?AVH225_GatekeeperReject@@@8 @19808 NONAME ??_R0?AVH225_GatekeeperRejectReason@@@8 @19809 NONAME ??_R0?AVH225_GatekeeperRequest@@@8 @19810 NONAME ??_R0?AVH225_GatewayInfo@@@8 @19811 NONAME ??_R0?AVH225_GenericData@@@8 @19812 NONAME ??_R0?AVH225_GenericIdentifier@@@8 @19813 NONAME ??_R0?AVH225_GloballyUniqueID@@@8 @19814 NONAME ??_R0?AVH225_GroupID@@@8 @19815 NONAME ??_R0?AVH225_GroupID_member@@@8 @19816 NONAME ??_R0?AVH225_GSM_UIM@@@8 @19817 NONAME ??_R0?AVH225_H221NonStandard@@@8 @19818 NONAME ??_R0?AVH225_H245Security@@@8 @19819 NONAME ??_R0?AVH225_H248PackagesDescriptor@@@8 @19820 NONAME ??_R0?AVH225_H248SignalsDescriptor@@@8 @19821 NONAME ??_R0?AVH225_H310Caps@@@8 @19822 NONAME ??_R0?AVH225_H320Caps@@@8 @19823 NONAME ??_R0?AVH225_H321Caps@@@8 @19824 NONAME ??_R0?AVH225_H322Caps@@@8 @19825 NONAME ??_R0?AVH225_H323Caps@@@8 @19826 NONAME ??_R0?AVH225_H323_UserInformation@@@8 @19827 NONAME ??_R0?AVH225_H323_UserInformation_user_data@@@8 @19828 NONAME ??_R0?AVH225_H323_UU_PDU@@@8 @19829 NONAME ??_R0?AVH225_H323_UU_PDU_h323_message_body@@@8 @19830 NONAME ??_R0?AVH225_H323_UU_PDU_tunnelledSignallingMessage@@@8 @19831 NONAME ??_R0?AVH225_H324Caps@@@8 @19832 NONAME ??_R0?AVH225_ICV@@@8 @19833 NONAME ??_R0?AVH225_InfoRequest@@@8 @19834 NONAME ??_R0?AVH225_InfoRequestAck@@@8 @19835 NONAME ??_R0?AVH225_InfoRequestNak@@@8 @19836 NONAME ??_R0?AVH225_InfoRequestNakReason@@@8 @19837 NONAME ??_R0?AVH225_InfoRequestResponse@@@8 @19838 NONAME ??_R0?AVH225_InfoRequestResponseStatus@@@8 @19839 NONAME ??_R0?AVH225_InfoRequestResponse_perCallInfo@@@8 @19840 NONAME ??_R0?AVH225_InfoRequestResponse_perCallInfo_subtype@@@8 @19841 NONAME ??_R0?AVH225_InfoRequestResponse_perCallInfo_subtype_pdu@@@8 @19842 NONAME ??_R0?AVH225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@@8 @19843 NONAME ??_R0?AVH225_Information_UUIE@@@8 @19844 NONAME ??_R0?AVH225_IntegrityMechanism@@@8 @19845 NONAME ??_R0?AVH225_LocationConfirm@@@8 @19846 NONAME ??_R0?AVH225_LocationReject@@@8 @19847 NONAME ??_R0?AVH225_LocationRejectReason@@@8 @19848 NONAME ??_R0?AVH225_LocationRequest@@@8 @19849 NONAME ??_R0?AVH225_McuInfo@@@8 @19850 NONAME ??_R0?AVH225_MobileUIM@@@8 @19851 NONAME ??_R0?AVH225_NonIsoIntegrityMechanism@@@8 @19852 NONAME ??_R0?AVH225_NonStandardIdentifier@@@8 @19853 NONAME ??_R0?AVH225_NonStandardMessage@@@8 @19854 NONAME ??_R0?AVH225_NonStandardParameter@@@8 @19855 NONAME ??_R0?AVH225_NonStandardProtocol@@@8 @19856 NONAME ??_R0?AVH225_Notify_UUIE@@@8 @19857 NONAME ??_R0?AVH225_NumberDigits@@@8 @19858 NONAME ??_R0?AVH225_PartyNumber@@@8 @19859 NONAME ??_R0?AVH225_PresentationIndicator@@@8 @19860 NONAME ??_R0?AVH225_PrivatePartyNumber@@@8 @19861 NONAME ??_R0?AVH225_PrivateTypeOfNumber@@@8 @19862 NONAME ??_R0?AVH225_Progress_UUIE@@@8 @19863 NONAME ??_R0?AVH225_ProtocolIdentifier@@@8 @19864 NONAME ??_R0?AVH225_PublicPartyNumber@@@8 @19865 NONAME ??_R0?AVH225_PublicTypeOfNumber@@@8 @19866 NONAME ??_R0?AVH225_Q954Details@@@8 @19867 NONAME ??_R0?AVH225_QseriesOptions@@@8 @19868 NONAME ??_R0?AVH225_RAS@@@8 @19869 NONAME ??_R0?AVH225_RasMessage@@@8 @19870 NONAME ??_R0?AVH225_RasUsageInformation@@@8 @19871 NONAME ??_R0?AVH225_RasUsageInfoTypes@@@8 @19872 NONAME ??_R0?AVH225_RasUsageSpecification@@@8 @19873 NONAME ??_R0?AVH225_RasUsageSpecification_callStartingPoint@@@8 @19874 NONAME ??_R0?AVH225_RasUsageSpecification_when@@@8 @19875 NONAME ??_R0?AVH225_RegistrationConfirm@@@8 @19876 NONAME ??_R0?AVH225_RegistrationConfirm_preGrantedARQ@@@8 @19877 NONAME ??_R0?AVH225_RegistrationReject@@@8 @19878 NONAME ??_R0?AVH225_RegistrationRejectReason@@@8 @19879 NONAME ??_R0?AVH225_RegistrationRejectReason_invalidTerminalAliases@@@8 @19880 NONAME ??_R0?AVH225_RegistrationRequest@@@8 @19881 NONAME ??_R0?AVH225_ReleaseCompleteReason@@@8 @19882 NONAME ??_R0?AVH225_ReleaseComplete_UUIE@@@8 @19883 NONAME ??_R0?AVH225_RequestInProgress@@@8 @19884 NONAME ??_R0?AVH225_RequestSeqNum@@@8 @19885 NONAME ??_R0?AVH225_ResourcesAvailableConfirm@@@8 @19886 NONAME ??_R0?AVH225_ResourcesAvailableIndicate@@@8 @19887 NONAME ??_R0?AVH225_RTPSession@@@8 @19888 NONAME ??_R0?AVH225_RTPSession_associatedSessionIds@@@8 @19889 NONAME ??_R0?AVH225_ScnConnectionAggregation@@@8 @19890 NONAME ??_R0?AVH225_ScnConnectionType@@@8 @19891 NONAME ??_R0?AVH225_ScreeningIndicator@@@8 @19892 NONAME ??_R0?AVH225_SecurityCapabilities@@@8 @19893 NONAME ??_R0?AVH225_SecurityErrors2@@@8 @19894 NONAME ??_R0?AVH225_SecurityErrors@@@8 @19895 NONAME ??_R0?AVH225_SecurityServiceMode@@@8 @19896 NONAME ??_R0?AVH225_ServiceControlDescriptor@@@8 @19897 NONAME ??_R0?AVH225_ServiceControlIndication@@@8 @19898 NONAME ??_R0?AVH225_ServiceControlIndication_callSpecific@@@8 @19899 NONAME ??_R0?AVH225_ServiceControlResponse@@@8 @19900 NONAME ??_R0?AVH225_ServiceControlResponse_result@@@8 @19901 NONAME ??_R0?AVH225_ServiceControlSession@@@8 @19902 NONAME ??_R0?AVH225_ServiceControlSession_reason@@@8 @19903 NONAME ??_R0?AVH225_SetupAcknowledge_UUIE@@@8 @19904 NONAME ??_R0?AVH225_Setup_UUIE@@@8 @19905 NONAME ??_R0?AVH225_Setup_UUIE_conferenceGoal@@@8 @19906 NONAME ??_R0?AVH225_Setup_UUIE_connectionParameters@@@8 @19907 NONAME ??_R0?AVH225_Setup_UUIE_language@@@8 @19908 NONAME ??_R0?AVH225_SIPCaps@@@8 @19909 NONAME ??_R0?AVH225_StatusInquiry_UUIE@@@8 @19910 NONAME ??_R0?AVH225_Status_UUIE@@@8 @19911 NONAME ??_R0?AVH225_StimulusControl@@@8 @19912 NONAME ??_R0?AVH225_SupportedPrefix@@@8 @19913 NONAME ??_R0?AVH225_SupportedProtocols@@@8 @19914 NONAME ??_R0?AVH225_T120OnlyCaps@@@8 @19915 NONAME ??_R0?AVH225_T38FaxAnnexbOnlyCaps@@@8 @19916 NONAME ??_R0?AVH225_TBCD_STRING@@@8 @19917 NONAME ??_R0?AVH225_TerminalInfo@@@8 @19918 NONAME ??_R0?AVH225_TimeToLive@@@8 @19919 NONAME ??_R0?AVH225_TransportAddress@@@8 @19920 NONAME ??_R0?AVH225_TransportAddress_ip6Address@@@8 @19921 NONAME ??_R0?AVH225_TransportAddress_ipAddress@@@8 @19922 NONAME ??_R0?AVH225_TransportAddress_ipSourceRoute@@@8 @19923 NONAME ??_R0?AVH225_TransportAddress_ipSourceRoute_route@@@8 @19924 NONAME ??_R0?AVH225_TransportAddress_ipSourceRoute_routing@@@8 @19925 NONAME ??_R0?AVH225_TransportAddress_ipxAddress@@@8 @19926 NONAME ??_R0?AVH225_TransportChannelInfo@@@8 @19927 NONAME ??_R0?AVH225_TransportQOS@@@8 @19928 NONAME ??_R0?AVH225_TunnelledProtocol@@@8 @19929 NONAME ??_R0?AVH225_TunnelledProtocolAlternateIdentifier@@@8 @19930 NONAME ??_R0?AVH225_TunnelledProtocol_id@@@8 @19931 NONAME ??_R0?AVH225_UnknownMessageResponse@@@8 @19932 NONAME ??_R0?AVH225_UnregistrationConfirm@@@8 @19933 NONAME ??_R0?AVH225_UnregistrationReject@@@8 @19934 NONAME ??_R0?AVH225_UnregistrationRequest@@@8 @19935 NONAME ??_R0?AVH225_UnregRejectReason@@@8 @19936 NONAME ??_R0?AVH225_UnregRequestReason@@@8 @19937 NONAME ??_R0?AVH225_UseSpecifiedTransport@@@8 @19938 NONAME ??_R0?AVH225_UUIEsRequested@@@8 @19939 NONAME ??_R0?AVH225_VendorIdentifier@@@8 @19940 NONAME ??_R0?AVH225_VoiceCaps@@@8 @19941 NONAME ??_R0?AVH235AuthCAT@@@8 @19942 NONAME ??_R0?AVH235Authenticator@@@8 @19943 NONAME ??_R0?AVH235Authenticators@@@8 @19944 NONAME ??_R0?AVH235AuthProcedure1@@@8 @19945 NONAME ??_R0?AVH235AuthSimpleMD5@@@8 @19946 NONAME ??_R0?AVH235_AuthenticationBES@@@8 @19947 NONAME ??_R0?AVH235_AuthenticationMechanism@@@8 @19948 NONAME ??_R0?AVH235_ChallengeString@@@8 @19949 NONAME ??_R0?AVH235_ClearToken@@@8 @19950 NONAME ??_R0?AVH235_CryptoToken@@@8 @19951 NONAME ??_R0?AVH235_CryptoToken_cryptoEncryptedToken@@@8 @19952 NONAME ??_R0?AVH235_CryptoToken_cryptoHashedToken@@@8 @19953 NONAME ??_R0?AVH235_CryptoToken_cryptoSignedToken@@@8 @19954 NONAME ??_R0?AVH235_DHset@@@8 @19955 NONAME ??_R0?AVH235_ECGDSASignature@@@8 @19956 NONAME ??_R0?AVH235_ECKASDH@@@8 @19957 NONAME ??_R0?AVH235_ECKASDH_eckasdh2@@@8 @19958 NONAME ??_R0?AVH235_ECKASDH_eckasdhp@@@8 @19959 NONAME ??_R0?AVH235_ECpoint@@@8 @19960 NONAME ??_R0?AVH235_EncodedGeneralToken@@@8 @19961 NONAME ??_R0?AVH235_EncodedKeySignedMaterial@@@8 @19962 NONAME ??_R0?AVH235_EncodedKeySyncMaterial@@@8 @19963 NONAME ??_R0?AVH235_EncodedPwdCertToken@@@8 @19964 NONAME ??_R0?AVH235_EncodedReturnSig@@@8 @19965 NONAME ??_R0?AVH235_H235CertificateSignature@@@8 @19966 NONAME ??_R0?AVH235_H235Key@@@8 @19967 NONAME ??_R0?AVH235_Identifier@@@8 @19968 NONAME ??_R0?AVH235_IV16@@@8 @19969 NONAME ??_R0?AVH235_IV8@@@8 @19970 NONAME ??_R0?AVH235_KeyMaterial@@@8 @19971 NONAME ??_R0?AVH235_KeySignedMaterial@@@8 @19972 NONAME ??_R0?AVH235_KeySyncMaterial@@@8 @19973 NONAME ??_R0?AVH235_NonStandardParameter@@@8 @19974 NONAME ??_R0?AVH235_Params@@@8 @19975 NONAME ??_R0?AVH235_Password@@@8 @19976 NONAME ??_R0?AVH235_PwdCertToken@@@8 @19977 NONAME ??_R0?AVH235_RandomVal@@@8 @19978 NONAME ??_R0?AVH235_ReturnSig@@@8 @19979 NONAME ??_R0?AVH235_TimeStamp@@@8 @19980 NONAME ??_R0?AVH235_TypedCertificate@@@8 @19981 NONAME ??_R0?AVH235_V3KeySyncMaterial@@@8 @19982 NONAME ??_R0?AVH245NegLogicalChannel@@@8 @19983 NONAME ??_R0?AVH245NegLogicalChannels@@@8 @19984 NONAME ??_R0?AVH245NegMasterSlaveDetermination@@@8 @19985 NONAME ??_R0?AVH245Negotiator@@@8 @19986 NONAME ??_R0?AVH245NegRequestMode@@@8 @19987 NONAME ??_R0?AVH245NegRoundTripDelay@@@8 @19988 NONAME ??_R0?AVH245NegTerminalCapabilitySet@@@8 @19989 NONAME ??_R0?AVH245TransportThread@@@8 @19990 NONAME ??_R0?AVH245_AlternativeCapabilitySet@@@8 @19991 NONAME ??_R0?AVH245_ArrayOf_AlternativeCapabilitySet@@@8 @19992 NONAME ??_R0?AVH245_ArrayOf_BEnhancementParameters@@@8 @19993 NONAME ??_R0?AVH245_ArrayOf_CapabilityDescriptor@@@8 @19994 NONAME ??_R0?AVH245_ArrayOf_CapabilityDescriptorNumber@@@8 @19995 NONAME ??_R0?AVH245_ArrayOf_CapabilityTableEntry@@@8 @19996 NONAME ??_R0?AVH245_ArrayOf_CapabilityTableEntryNumber@@@8 @19997 NONAME ??_R0?AVH245_ArrayOf_CommunicationModeTableEntry@@@8 @19998 NONAME ??_R0?AVH245_ArrayOf_CustomPictureClockFrequency@@@8 @19999 NONAME ??_R0?AVH245_ArrayOf_CustomPictureFormat@@@8 @20000 NONAME ??_R0?AVH245_ArrayOf_DataApplicationCapability@@@8 @20001 NONAME ??_R0?AVH245_ArrayOf_DialingInformationNetworkType@@@8 @20002 NONAME ??_R0?AVH245_ArrayOf_DialingInformationNumber@@@8 @20003 NONAME ??_R0?AVH245_ArrayOf_EnhancementOptions@@@8 @20004 NONAME ??_R0?AVH245_ArrayOf_EscrowData@@@8 @20005 NONAME ??_R0?AVH245_ArrayOf_GenericCapability@@@8 @30283 NONAME ??_R0?AVH245_ArrayOf_GenericParameter@@@8 @20006 NONAME ??_R0?AVH245_ArrayOf_H263ModeComboFlags@@@8 @20007 NONAME ??_R0?AVH245_ArrayOf_H263VideoModeCombos@@@8 @20008 NONAME ??_R0?AVH245_ArrayOf_MediaChannelCapability@@@8 @20009 NONAME ??_R0?AVH245_ArrayOf_MediaDistributionCapability@@@8 @20010 NONAME ??_R0?AVH245_ArrayOf_ModeDescription@@@8 @20011 NONAME ??_R0?AVH245_ArrayOf_MultiplePayloadStreamElement@@@8 @20012 NONAME ??_R0?AVH245_ArrayOf_MultiplePayloadStreamElementMode@@@8 @20013 NONAME ??_R0?AVH245_ArrayOf_MultiplexElement@@@8 @20014 NONAME ??_R0?AVH245_ArrayOf_MultiplexEntryDescriptor@@@8 @20015 NONAME ??_R0?AVH245_ArrayOf_MultiplexEntryRejectionDescriptions@@@8 @20016 NONAME ??_R0?AVH245_ArrayOf_MultiplexTableEntryNumber@@@8 @20017 NONAME ??_R0?AVH245_ArrayOf_NonStandardParameter@@@8 @20018 NONAME ??_R0?AVH245_ArrayOf_ParameterIdentifier@@@8 @20019 NONAME ??_R0?AVH245_ArrayOf_PictureReference@@@8 @20020 NONAME ??_R0?AVH245_ArrayOf_Q2931Address@@@8 @20021 NONAME ??_R0?AVH245_ArrayOf_QOSCapability@@@8 @20022 NONAME ??_R0?AVH245_ArrayOf_RedundancyEncodingCapability@@@8 @20023 NONAME ??_R0?AVH245_ArrayOf_RedundancyEncodingDTModeElement@@@8 @20024 NONAME ??_R0?AVH245_ArrayOf_RedundancyEncodingElement@@@8 @20025 NONAME ??_R0?AVH245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@@8 @20026 NONAME ??_R0?AVH245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@@8 @20027 NONAME ??_R0?AVH245_ArrayOf_RTPPayloadType@@@8 @20028 NONAME ??_R0?AVH245_ArrayOf_TerminalInformation@@@8 @20029 NONAME ??_R0?AVH245_ArrayOf_TerminalLabel@@@8 @20030 NONAME ??_R0?AVH245_ArrayOf_VCCapability@@@8 @20031 NONAME ??_R0?AVH245_ArrayOf_VideoCapability@@@8 @30284 NONAME ??_R0?AVH245_ATMParameters@@@8 @20032 NONAME ??_R0?AVH245_AudioCapability@@@8 @20033 NONAME ??_R0?AVH245_AudioCapability_g7231@@@8 @20034 NONAME ??_R0?AVH245_AudioMode@@@8 @20035 NONAME ??_R0?AVH245_AudioMode_g7231@@@8 @20036 NONAME ??_R0?AVH245_AudioTelephonyEventCapability@@@8 @20037 NONAME ??_R0?AVH245_AudioToneCapability@@@8 @20038 NONAME ??_R0?AVH245_AuthenticationCapability@@@8 @20039 NONAME ??_R0?AVH245_BEnhancementParameters@@@8 @20040 NONAME ??_R0?AVH245_Capability@@@8 @20041 NONAME ??_R0?AVH245_CapabilityDescriptor@@@8 @20042 NONAME ??_R0?AVH245_CapabilityDescriptorNumber@@@8 @20043 NONAME ??_R0?AVH245_CapabilityIdentifier@@@8 @20044 NONAME ??_R0?AVH245_CapabilityTableEntry@@@8 @20045 NONAME ??_R0?AVH245_CapabilityTableEntryNumber@@@8 @20046 NONAME ??_R0?AVH245_Capability_h233EncryptionReceiveCapability@@@8 @20047 NONAME ??_R0?AVH245_CertSelectionCriteria@@@8 @20048 NONAME ??_R0?AVH245_CloseLogicalChannel@@@8 @20049 NONAME ??_R0?AVH245_CloseLogicalChannelAck@@@8 @20050 NONAME ??_R0?AVH245_CloseLogicalChannel_reason@@@8 @20051 NONAME ??_R0?AVH245_CloseLogicalChannel_source@@@8 @20052 NONAME ??_R0?AVH245_CommandMessage@@@8 @20053 NONAME ??_R0?AVH245_CommunicationModeCommand@@@8 @20054 NONAME ??_R0?AVH245_CommunicationModeRequest@@@8 @20055 NONAME ??_R0?AVH245_CommunicationModeResponse@@@8 @20056 NONAME ??_R0?AVH245_CommunicationModeTableEntry@@@8 @20057 NONAME ??_R0?AVH245_CommunicationModeTableEntry_dataType@@@8 @20058 NONAME ??_R0?AVH245_CompressionType@@@8 @20059 NONAME ??_R0?AVH245_ConferenceCapability@@@8 @20060 NONAME ??_R0?AVH245_ConferenceCommand@@@8 @20061 NONAME ??_R0?AVH245_ConferenceID@@@8 @20062 NONAME ??_R0?AVH245_ConferenceIndication@@@8 @20063 NONAME ??_R0?AVH245_ConferenceRequest@@@8 @20064 NONAME ??_R0?AVH245_ConferenceRequest_requestTerminalCertificate@@@8 @20065 NONAME ??_R0?AVH245_ConferenceResponse@@@8 @20066 NONAME ??_R0?AVH245_ConferenceResponse_broadcastMyLogicalChannelResponse@@@8 @20067 NONAME ??_R0?AVH245_ConferenceResponse_chairTokenOwnerResponse@@@8 @20068 NONAME ??_R0?AVH245_ConferenceResponse_conferenceIDResponse@@@8 @20069 NONAME ??_R0?AVH245_ConferenceResponse_extensionAddressResponse@@@8 @20070 NONAME ??_R0?AVH245_ConferenceResponse_makeMeChairResponse@@@8 @20071 NONAME ??_R0?AVH245_ConferenceResponse_makeTerminalBroadcasterResponse@@@8 @20072 NONAME ??_R0?AVH245_ConferenceResponse_mCTerminalIDResponse@@@8 @20073 NONAME ??_R0?AVH245_ConferenceResponse_passwordResponse@@@8 @20074 NONAME ??_R0?AVH245_ConferenceResponse_sendThisSourceResponse@@@8 @20075 NONAME ??_R0?AVH245_ConferenceResponse_terminalCertificateResponse@@@8 @20076 NONAME ??_R0?AVH245_ConferenceResponse_terminalIDResponse@@@8 @20077 NONAME ??_R0?AVH245_ConnectionIdentifier@@@8 @20078 NONAME ??_R0?AVH245_CRCLength@@@8 @20079 NONAME ??_R0?AVH245_Criteria@@@8 @20080 NONAME ??_R0?AVH245_CustomPictureClockFrequency@@@8 @20081 NONAME ??_R0?AVH245_CustomPictureFormat@@@8 @20082 NONAME ??_R0?AVH245_CustomPictureFormat_mPI@@@8 @20083 NONAME ??_R0?AVH245_CustomPictureFormat_mPI_customPCF@@@8 @20084 NONAME ??_R0?AVH245_CustomPictureFormat_mPI_customPCF_subtype@@@8 @20085 NONAME ??_R0?AVH245_CustomPictureFormat_pixelAspectInformation@@@8 @20086 NONAME ??_R0?AVH245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@@8 @20087 NONAME ??_R0?AVH245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@@8 @20088 NONAME ??_R0?AVH245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@@8 @20089 NONAME ??_R0?AVH245_DataApplicationCapability@@@8 @20090 NONAME ??_R0?AVH245_DataApplicationCapability_application@@@8 @20091 NONAME ??_R0?AVH245_DataApplicationCapability_application_nlpid@@@8 @20092 NONAME ??_R0?AVH245_DataApplicationCapability_application_t38fax@@@8 @20093 NONAME ??_R0?AVH245_DataApplicationCapability_application_t84@@@8 @20094 NONAME ??_R0?AVH245_DataMode@@@8 @20095 NONAME ??_R0?AVH245_DataMode_application@@@8 @20096 NONAME ??_R0?AVH245_DataMode_application_nlpid@@@8 @20097 NONAME ??_R0?AVH245_DataMode_application_t38fax@@@8 @20098 NONAME ??_R0?AVH245_DataProtocolCapability@@@8 @20099 NONAME ??_R0?AVH245_DataProtocolCapability_v76wCompression@@@8 @20100 NONAME ??_R0?AVH245_DataType@@@8 @20101 NONAME ??_R0?AVH245_DepFECCapability@@@8 @30285 NONAME ??_R0?AVH245_DepFECCapability_rfc2733@@@8 @30286 NONAME ??_R0?AVH245_DepFECCapability_rfc2733_separateStream@@@8 @30287 NONAME ??_R0?AVH245_DepFECData@@@8 @30288 NONAME ??_R0?AVH245_DepFECData_rfc2733@@@8 @30289 NONAME ??_R0?AVH245_DepFECData_rfc2733_mode@@@8 @30290 NONAME ??_R0?AVH245_DepFECData_rfc2733_mode_separateStream@@@8 @30291 NONAME ??_R0?AVH245_DepFECData_rfc2733_mode_separateStream_differentPort@@@8 @30292 NONAME ??_R0?AVH245_DepFECData_rfc2733_mode_separateStream_samePort@@@8 @30293 NONAME ??_R0?AVH245_DepFECMode@@@8 @30294 NONAME ??_R0?AVH245_DepFECMode_rfc2733Mode@@@8 @30295 NONAME ??_R0?AVH245_DepFECMode_rfc2733Mode_mode@@@8 @30296 NONAME ??_R0?AVH245_DepFECMode_rfc2733Mode_mode_separateStream@@@8 @30297 NONAME ??_R0?AVH245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@@8 @30298 NONAME ??_R0?AVH245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@@8 @30299 NONAME ??_R0?AVH245_DialingInformation@@@8 @20102 NONAME ??_R0?AVH245_DialingInformationNetworkType@@@8 @20103 NONAME ??_R0?AVH245_DialingInformationNumber@@@8 @20104 NONAME ??_R0?AVH245_EncryptionAuthenticationAndIntegrity@@@8 @20105 NONAME ??_R0?AVH245_EncryptionCapability@@@8 @20106 NONAME ??_R0?AVH245_EncryptionCommand@@@8 @20107 NONAME ??_R0?AVH245_EncryptionCommand_encryptionAlgorithmID@@@8 @20108 NONAME ??_R0?AVH245_EncryptionMode@@@8 @20109 NONAME ??_R0?AVH245_EncryptionSync@@@8 @20110 NONAME ??_R0?AVH245_EncryptionUpdateDirection@@@8 @30300 NONAME ??_R0?AVH245_EncryptionUpdateRequest@@@8 @20111 NONAME ??_R0?AVH245_EndSessionCommand@@@8 @20112 NONAME ??_R0?AVH245_EndSessionCommand_gstnOptions@@@8 @20113 NONAME ??_R0?AVH245_EndSessionCommand_isdnOptions@@@8 @20114 NONAME ??_R0?AVH245_EnhancementLayerInfo@@@8 @20115 NONAME ??_R0?AVH245_EnhancementOptions@@@8 @20116 NONAME ??_R0?AVH245_EscrowData@@@8 @20117 NONAME ??_R0?AVH245_ExtendedVideoCapability@@@8 @30301 NONAME ??_R0?AVH245_FECCapability@@@8 @20118 NONAME ??_R0?AVH245_FECCapability_rfc2733Format@@@8 @30302 NONAME ??_R0?AVH245_FECData@@@8 @20121 NONAME ??_R0?AVH245_FECData_rfc2733@@@8 @20122 NONAME ??_R0?AVH245_FECData_rfc2733_pktMode@@@8 @30303 NONAME ??_R0?AVH245_FECData_rfc2733_pktMode_rfc2733diffport@@@8 @30304 NONAME ??_R0?AVH245_FECData_rfc2733_pktMode_rfc2733sameport@@@8 @30305 NONAME ??_R0?AVH245_FECMode@@@8 @20127 NONAME ??_R0?AVH245_FECMode_rfc2733Format@@@8 @30306 NONAME ??_R0?AVH245_FlowControlCommand@@@8 @20133 NONAME ??_R0?AVH245_FlowControlCommand_restriction@@@8 @20134 NONAME ??_R0?AVH245_FlowControlCommand_scope@@@8 @20135 NONAME ??_R0?AVH245_FlowControlIndication@@@8 @20136 NONAME ??_R0?AVH245_FlowControlIndication_restriction@@@8 @20137 NONAME ??_R0?AVH245_FlowControlIndication_scope@@@8 @20138 NONAME ??_R0?AVH245_FunctionNotSupported@@@8 @20139 NONAME ??_R0?AVH245_FunctionNotSupported_cause@@@8 @20140 NONAME ??_R0?AVH245_FunctionNotUnderstood@@@8 @20141 NONAME ??_R0?AVH245_G7231AnnexCCapability@@@8 @20142 NONAME ??_R0?AVH245_G7231AnnexCCapability_g723AnnexCAudioMode@@@8 @20143 NONAME ??_R0?AVH245_G7231AnnexCMode@@@8 @20144 NONAME ??_R0?AVH245_G7231AnnexCMode_g723AnnexCAudioMode@@@8 @20145 NONAME ??_R0?AVH245_G729Extensions@@@8 @20146 NONAME ??_R0?AVH245_GenericCapability@@@8 @20147 NONAME ??_R0?AVH245_GenericMessage@@@8 @30307 NONAME ??_R0?AVH245_GenericParameter@@@8 @20148 NONAME ??_R0?AVH245_GSMAudioCapability@@@8 @20149 NONAME ??_R0?AVH245_H222Capability@@@8 @20150 NONAME ??_R0?AVH245_H222LogicalChannelParameters@@@8 @20151 NONAME ??_R0?AVH245_H223AL1MParameters@@@8 @20152 NONAME ??_R0?AVH245_H223AL1MParameters_arqType@@@8 @20153 NONAME ??_R0?AVH245_H223AL1MParameters_crcLength@@@8 @20154 NONAME ??_R0?AVH245_H223AL1MParameters_headerFEC@@@8 @20155 NONAME ??_R0?AVH245_H223AL1MParameters_transferMode@@@8 @20156 NONAME ??_R0?AVH245_H223AL2MParameters@@@8 @20157 NONAME ??_R0?AVH245_H223AL2MParameters_headerFEC@@@8 @20158 NONAME ??_R0?AVH245_H223AL3MParameters@@@8 @20159 NONAME ??_R0?AVH245_H223AL3MParameters_arqType@@@8 @20160 NONAME ??_R0?AVH245_H223AL3MParameters_crcLength@@@8 @20161 NONAME ??_R0?AVH245_H223AL3MParameters_headerFormat@@@8 @20162 NONAME ??_R0?AVH245_H223AnnexCArqParameters@@@8 @20163 NONAME ??_R0?AVH245_H223AnnexCArqParameters_numberOfRetransmissions@@@8 @20164 NONAME ??_R0?AVH245_H223AnnexCCapability@@@8 @20165 NONAME ??_R0?AVH245_H223Capability@@@8 @20166 NONAME ??_R0?AVH245_H223Capability_h223MultiplexTableCapability@@@8 @20167 NONAME ??_R0?AVH245_H223Capability_h223MultiplexTableCapability_enhanced@@@8 @20168 NONAME ??_R0?AVH245_H223Capability_mobileMultilinkFrameCapability@@@8 @20169 NONAME ??_R0?AVH245_H223Capability_mobileOperationTransmitCapability@@@8 @20170 NONAME ??_R0?AVH245_H223LogicalChannelParameters@@@8 @20171 NONAME ??_R0?AVH245_H223LogicalChannelParameters_adaptationLayerType@@@8 @20172 NONAME ??_R0?AVH245_H223LogicalChannelParameters_adaptationLayerType_al3@@@8 @20173 NONAME ??_R0?AVH245_H223ModeParameters@@@8 @20174 NONAME ??_R0?AVH245_H223ModeParameters_adaptationLayerType@@@8 @20175 NONAME ??_R0?AVH245_H223ModeParameters_adaptationLayerType_al3@@@8 @20176 NONAME ??_R0?AVH245_H223MultiplexReconfiguration@@@8 @20177 NONAME ??_R0?AVH245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@@8 @20178 NONAME ??_R0?AVH245_H223MultiplexReconfiguration_h223ModeChange@@@8 @20179 NONAME ??_R0?AVH245_H223SkewIndication@@@8 @20180 NONAME ??_R0?AVH245_H2250Capability@@@8 @20181 NONAME ??_R0?AVH245_H2250Capability_mcCapability@@@8 @20182 NONAME ??_R0?AVH245_H2250LogicalChannelAckParameters@@@8 @20183 NONAME ??_R0?AVH245_H2250LogicalChannelParameters@@@8 @20184 NONAME ??_R0?AVH245_H2250LogicalChannelParameters_mediaPacketization@@@8 @20185 NONAME ??_R0?AVH245_H2250MaximumSkewIndication@@@8 @20186 NONAME ??_R0?AVH245_H2250ModeParameters@@@8 @20187 NONAME ??_R0?AVH245_H235Media@@@8 @20188 NONAME ??_R0?AVH245_H235Media_mediaType@@@8 @20189 NONAME ??_R0?AVH245_H235Mode@@@8 @20190 NONAME ??_R0?AVH245_H235Mode_mediaMode@@@8 @20191 NONAME ??_R0?AVH245_H235SecurityCapability@@@8 @20192 NONAME ??_R0?AVH245_H261VideoCapability@@@8 @20193 NONAME ??_R0?AVH245_H261VideoMode@@@8 @20194 NONAME ??_R0?AVH245_H261VideoMode_resolution@@@8 @20195 NONAME ??_R0?AVH245_H262VideoCapability@@@8 @20196 NONAME ??_R0?AVH245_H262VideoMode@@@8 @20197 NONAME ??_R0?AVH245_H262VideoMode_profileAndLevel@@@8 @20198 NONAME ??_R0?AVH245_H263ModeComboFlags@@@8 @20199 NONAME ??_R0?AVH245_H263Options@@@8 @20200 NONAME ??_R0?AVH245_H263Version3Options@@@8 @20201 NONAME ??_R0?AVH245_H263VideoCapability@@@8 @20202 NONAME ??_R0?AVH245_H263VideoMode@@@8 @20203 NONAME ??_R0?AVH245_H263VideoModeCombos@@@8 @20204 NONAME ??_R0?AVH245_H263VideoMode_resolution@@@8 @20205 NONAME ??_R0?AVH245_IndicationMessage@@@8 @20206 NONAME ??_R0?AVH245_IntegrityCapability@@@8 @20207 NONAME ??_R0?AVH245_IS11172AudioCapability@@@8 @20208 NONAME ??_R0?AVH245_IS11172AudioMode@@@8 @20209 NONAME ??_R0?AVH245_IS11172AudioMode_audioLayer@@@8 @20210 NONAME ??_R0?AVH245_IS11172AudioMode_audioSampling@@@8 @20211 NONAME ??_R0?AVH245_IS11172AudioMode_multichannelType@@@8 @20212 NONAME ??_R0?AVH245_IS11172VideoCapability@@@8 @20213 NONAME ??_R0?AVH245_IS11172VideoMode@@@8 @20214 NONAME ??_R0?AVH245_IS13818AudioCapability@@@8 @20215 NONAME ??_R0?AVH245_IS13818AudioMode@@@8 @20216 NONAME ??_R0?AVH245_IS13818AudioMode_audioLayer@@@8 @20217 NONAME ??_R0?AVH245_IS13818AudioMode_audioSampling@@@8 @20218 NONAME ??_R0?AVH245_IS13818AudioMode_multichannelType@@@8 @20219 NONAME ??_R0?AVH245_IV16@@@8 @30308 NONAME ??_R0?AVH245_IV8@@@8 @30309 NONAME ??_R0?AVH245_JitterIndication@@@8 @20220 NONAME ??_R0?AVH245_JitterIndication_scope@@@8 @20221 NONAME ??_R0?AVH245_KeyProtectionMethod@@@8 @20222 NONAME ??_R0?AVH245_LogicalChannelNumber@@@8 @20223 NONAME ??_R0?AVH245_LogicalChannelRateAcknowledge@@@8 @20224 NONAME ??_R0?AVH245_LogicalChannelRateReject@@@8 @20225 NONAME ??_R0?AVH245_LogicalChannelRateRejectReason@@@8 @20226 NONAME ??_R0?AVH245_LogicalChannelRateRelease@@@8 @20227 NONAME ??_R0?AVH245_LogicalChannelRateRequest@@@8 @20228 NONAME ??_R0?AVH245_MaintenanceLoopAck@@@8 @20229 NONAME ??_R0?AVH245_MaintenanceLoopAck_type@@@8 @20230 NONAME ??_R0?AVH245_MaintenanceLoopOffCommand@@@8 @20231 NONAME ??_R0?AVH245_MaintenanceLoopReject@@@8 @20232 NONAME ??_R0?AVH245_MaintenanceLoopReject_cause@@@8 @20233 NONAME ??_R0?AVH245_MaintenanceLoopReject_type@@@8 @20234 NONAME ??_R0?AVH245_MaintenanceLoopRequest@@@8 @20235 NONAME ??_R0?AVH245_MaintenanceLoopRequest_type@@@8 @20236 NONAME ??_R0?AVH245_MasterSlaveDetermination@@@8 @20237 NONAME ??_R0?AVH245_MasterSlaveDeterminationAck@@@8 @20238 NONAME ??_R0?AVH245_MasterSlaveDeterminationAck_decision@@@8 @20239 NONAME ??_R0?AVH245_MasterSlaveDeterminationReject@@@8 @20240 NONAME ??_R0?AVH245_MasterSlaveDeterminationReject_cause@@@8 @20241 NONAME ??_R0?AVH245_MasterSlaveDeterminationRelease@@@8 @20242 NONAME ??_R0?AVH245_MaximumBitRate@@@8 @20243 NONAME ??_R0?AVH245_MaxRedundancy@@@8 @30310 NONAME ??_R0?AVH245_MCLocationIndication@@@8 @20244 NONAME ??_R0?AVH245_McuNumber@@@8 @20245 NONAME ??_R0?AVH245_MediaChannelCapability@@@8 @20246 NONAME ??_R0?AVH245_MediaDistributionCapability@@@8 @20247 NONAME ??_R0?AVH245_MediaEncryptionAlgorithm@@@8 @20248 NONAME ??_R0?AVH245_MediaPacketizationCapability@@@8 @20249 NONAME ??_R0?AVH245_MediaTransportType@@@8 @20250 NONAME ??_R0?AVH245_MediaTransportType_atm_AAL5_compressed@@@8 @20251 NONAME ??_R0?AVH245_MiscellaneousCommand@@@8 @20252 NONAME ??_R0?AVH245_MiscellaneousCommand_type@@@8 @20253 NONAME ??_R0?AVH245_MiscellaneousCommand_type_encryptionUpdateAck@@@8 @30311 NONAME ??_R0?AVH245_MiscellaneousCommand_type_encryptionUpdateCommand@@@8 @30312 NONAME ??_R0?AVH245_MiscellaneousCommand_type_lostPartialPicture@@@8 @20254 NONAME ??_R0?AVH245_MiscellaneousCommand_type_progressiveRefinementStart@@@8 @20255 NONAME ??_R0?AVH245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@@8 @20256 NONAME ??_R0?AVH245_MiscellaneousCommand_type_videoBadMBs@@@8 @20257 NONAME ??_R0?AVH245_MiscellaneousCommand_type_videoFastUpdateGOB@@@8 @20258 NONAME ??_R0?AVH245_MiscellaneousCommand_type_videoFastUpdateMB@@@8 @20259 NONAME ??_R0?AVH245_MiscellaneousIndication@@@8 @20260 NONAME ??_R0?AVH245_MiscellaneousIndication_type@@@8 @20261 NONAME ??_R0?AVH245_MiscellaneousIndication_type_videoNotDecodedMBs@@@8 @20262 NONAME ??_R0?AVH245_MobileMultilinkReconfigurationCommand@@@8 @20263 NONAME ??_R0?AVH245_MobileMultilinkReconfigurationCommand_status@@@8 @20264 NONAME ??_R0?AVH245_MobileMultilinkReconfigurationIndication@@@8 @20265 NONAME ??_R0?AVH245_ModeDescription@@@8 @20266 NONAME ??_R0?AVH245_ModeElement@@@8 @20267 NONAME ??_R0?AVH245_ModeElementType@@@8 @20268 NONAME ??_R0?AVH245_MulticastAddress@@@8 @20269 NONAME ??_R0?AVH245_MulticastAddress_iP6Address@@@8 @20270 NONAME ??_R0?AVH245_MulticastAddress_iPAddress@@@8 @20271 NONAME ??_R0?AVH245_MultilinkIndication@@@8 @20272 NONAME ??_R0?AVH245_MultilinkIndication_crcDesired@@@8 @20273 NONAME ??_R0?AVH245_MultilinkIndication_excessiveError@@@8 @20274 NONAME ??_R0?AVH245_MultilinkRequest@@@8 @20275 NONAME ??_R0?AVH245_MultilinkRequest_addConnection@@@8 @20276 NONAME ??_R0?AVH245_MultilinkRequest_callInformation@@@8 @20277 NONAME ??_R0?AVH245_MultilinkRequest_maximumHeaderInterval@@@8 @20278 NONAME ??_R0?AVH245_MultilinkRequest_maximumHeaderInterval_requestType@@@8 @20279 NONAME ??_R0?AVH245_MultilinkRequest_removeConnection@@@8 @20280 NONAME ??_R0?AVH245_MultilinkResponse@@@8 @20281 NONAME ??_R0?AVH245_MultilinkResponse_addConnection@@@8 @20282 NONAME ??_R0?AVH245_MultilinkResponse_addConnection_responseCode@@@8 @20283 NONAME ??_R0?AVH245_MultilinkResponse_addConnection_responseCode_rejected@@@8 @20284 NONAME ??_R0?AVH245_MultilinkResponse_callInformation@@@8 @20285 NONAME ??_R0?AVH245_MultilinkResponse_maximumHeaderInterval@@@8 @20286 NONAME ??_R0?AVH245_MultilinkResponse_removeConnection@@@8 @20287 NONAME ??_R0?AVH245_MultimediaSystemControlMessage@@@8 @20288 NONAME ??_R0?AVH245_MultiplePayloadStream@@@8 @20289 NONAME ??_R0?AVH245_MultiplePayloadStreamCapability@@@8 @20290 NONAME ??_R0?AVH245_MultiplePayloadStreamElement@@@8 @20291 NONAME ??_R0?AVH245_MultiplePayloadStreamElementMode@@@8 @20292 NONAME ??_R0?AVH245_MultiplePayloadStreamMode@@@8 @20293 NONAME ??_R0?AVH245_MultiplexCapability@@@8 @20294 NONAME ??_R0?AVH245_MultiplexedStreamCapability@@@8 @20295 NONAME ??_R0?AVH245_MultiplexedStreamModeParameters@@@8 @20296 NONAME ??_R0?AVH245_MultiplexedStreamParameter@@@8 @20297 NONAME ??_R0?AVH245_MultiplexElement@@@8 @20298 NONAME ??_R0?AVH245_MultiplexElement_repeatCount@@@8 @20299 NONAME ??_R0?AVH245_MultiplexElement_type@@@8 @20300 NONAME ??_R0?AVH245_MultiplexEntryDescriptor@@@8 @20301 NONAME ??_R0?AVH245_MultiplexEntryRejectionDescriptions@@@8 @20302 NONAME ??_R0?AVH245_MultiplexEntryRejectionDescriptions_cause@@@8 @20303 NONAME ??_R0?AVH245_MultiplexEntrySend@@@8 @20304 NONAME ??_R0?AVH245_MultiplexEntrySendAck@@@8 @20305 NONAME ??_R0?AVH245_MultiplexEntrySendReject@@@8 @20306 NONAME ??_R0?AVH245_MultiplexEntrySendRelease@@@8 @20307 NONAME ??_R0?AVH245_MultiplexFormat@@@8 @20308 NONAME ??_R0?AVH245_MultiplexTableEntryNumber@@@8 @20309 NONAME ??_R0?AVH245_MultipointCapability@@@8 @20310 NONAME ??_R0?AVH245_NetworkAccessParameters@@@8 @20311 NONAME ??_R0?AVH245_NetworkAccessParameters_distribution@@@8 @20312 NONAME ??_R0?AVH245_NetworkAccessParameters_networkAddress@@@8 @20313 NONAME ??_R0?AVH245_NetworkAccessParameters_t120SetupProcedure@@@8 @20314 NONAME ??_R0?AVH245_NewATMVCCommand@@@8 @20315 NONAME ??_R0?AVH245_NewATMVCCommand_aal@@@8 @20316 NONAME ??_R0?AVH245_NewATMVCCommand_aal_aal1@@@8 @20317 NONAME ??_R0?AVH245_NewATMVCCommand_aal_aal1_clockRecovery@@@8 @20318 NONAME ??_R0?AVH245_NewATMVCCommand_aal_aal1_errorCorrection@@@8 @20319 NONAME ??_R0?AVH245_NewATMVCCommand_aal_aal5@@@8 @20320 NONAME ??_R0?AVH245_NewATMVCCommand_multiplex@@@8 @20321 NONAME ??_R0?AVH245_NewATMVCCommand_reverseParameters@@@8 @20322 NONAME ??_R0?AVH245_NewATMVCCommand_reverseParameters_multiplex@@@8 @20323 NONAME ??_R0?AVH245_NewATMVCIndication@@@8 @20324 NONAME ??_R0?AVH245_NewATMVCIndication_aal@@@8 @20325 NONAME ??_R0?AVH245_NewATMVCIndication_aal_aal1@@@8 @20326 NONAME ??_R0?AVH245_NewATMVCIndication_aal_aal1_clockRecovery@@@8 @20327 NONAME ??_R0?AVH245_NewATMVCIndication_aal_aal1_errorCorrection@@@8 @20328 NONAME ??_R0?AVH245_NewATMVCIndication_aal_aal5@@@8 @20329 NONAME ??_R0?AVH245_NewATMVCIndication_multiplex@@@8 @20330 NONAME ??_R0?AVH245_NewATMVCIndication_reverseParameters@@@8 @20331 NONAME ??_R0?AVH245_NewATMVCIndication_reverseParameters_multiplex@@@8 @20332 NONAME ??_R0?AVH245_NonStandardIdentifier@@@8 @20333 NONAME ??_R0?AVH245_NonStandardIdentifier_h221NonStandard@@@8 @20334 NONAME ??_R0?AVH245_NonStandardMessage@@@8 @20335 NONAME ??_R0?AVH245_NonStandardParameter@@@8 @20336 NONAME ??_R0?AVH245_NoPTAudioTelephonyEventCapability@@@8 @20337 NONAME ??_R0?AVH245_NoPTAudioToneCapability@@@8 @20338 NONAME ??_R0?AVH245_OpenLogicalChannel@@@8 @20339 NONAME ??_R0?AVH245_OpenLogicalChannelAck@@@8 @20340 NONAME ??_R0?AVH245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@@8 @20341 NONAME ??_R0?AVH245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@@8 @20342 NONAME ??_R0?AVH245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@@8 @20343 NONAME ??_R0?AVH245_OpenLogicalChannelConfirm@@@8 @20344 NONAME ??_R0?AVH245_OpenLogicalChannelReject@@@8 @20345 NONAME ??_R0?AVH245_OpenLogicalChannelReject_cause@@@8 @20346 NONAME ??_R0?AVH245_OpenLogicalChannel_forwardLogicalChannelParameters@@@8 @20347 NONAME ??_R0?AVH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@@8 @20348 NONAME ??_R0?AVH245_OpenLogicalChannel_reverseLogicalChannelParameters@@@8 @20349 NONAME ??_R0?AVH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@@8 @20350 NONAME ??_R0?AVH245_ParameterIdentifier@@@8 @20351 NONAME ??_R0?AVH245_ParameterValue@@@8 @20352 NONAME ??_R0?AVH245_Params@@@8 @30313 NONAME ??_R0?AVH245_Password@@@8 @20353 NONAME ??_R0?AVH245_PictureReference@@@8 @20354 NONAME ??_R0?AVH245_Q2931Address@@@8 @20355 NONAME ??_R0?AVH245_Q2931Address_address@@@8 @20356 NONAME ??_R0?AVH245_QOSCapability@@@8 @20357 NONAME ??_R0?AVH245_QOSMode@@@8 @20358 NONAME ??_R0?AVH245_RedundancyEncoding@@@8 @20359 NONAME ??_R0?AVH245_RedundancyEncodingCapability@@@8 @20360 NONAME ??_R0?AVH245_RedundancyEncodingDTMode@@@8 @20361 NONAME ??_R0?AVH245_RedundancyEncodingDTModeElement@@@8 @20362 NONAME ??_R0?AVH245_RedundancyEncodingDTModeElement_type@@@8 @20363 NONAME ??_R0?AVH245_RedundancyEncodingElement@@@8 @20364 NONAME ??_R0?AVH245_RedundancyEncodingMethod@@@8 @20365 NONAME ??_R0?AVH245_RedundancyEncodingMode@@@8 @20366 NONAME ??_R0?AVH245_RedundancyEncodingMode_secondaryEncoding@@@8 @20367 NONAME ??_R0?AVH245_RedundancyEncoding_rtpRedundancyEncoding@@@8 @20368 NONAME ??_R0?AVH245_RefPictureSelection@@@8 @20369 NONAME ??_R0?AVH245_RefPictureSelection_additionalPictureMemory@@@8 @20370 NONAME ??_R0?AVH245_RefPictureSelection_enhancedReferencePicSelect@@@8 @20371 NONAME ??_R0?AVH245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@@8 @20372 NONAME ??_R0?AVH245_RefPictureSelection_videoBackChannelSend@@@8 @20373 NONAME ??_R0?AVH245_RemoteMCRequest@@@8 @20374 NONAME ??_R0?AVH245_RemoteMCResponse@@@8 @20375 NONAME ??_R0?AVH245_RemoteMCResponse_reject@@@8 @20376 NONAME ??_R0?AVH245_RequestAllTerminalIDsResponse@@@8 @20377 NONAME ??_R0?AVH245_RequestChannelClose@@@8 @20378 NONAME ??_R0?AVH245_RequestChannelCloseAck@@@8 @20379 NONAME ??_R0?AVH245_RequestChannelCloseReject@@@8 @20380 NONAME ??_R0?AVH245_RequestChannelCloseReject_cause@@@8 @20381 NONAME ??_R0?AVH245_RequestChannelCloseRelease@@@8 @20382 NONAME ??_R0?AVH245_RequestChannelClose_reason@@@8 @20383 NONAME ??_R0?AVH245_RequestMessage@@@8 @20384 NONAME ??_R0?AVH245_RequestMode@@@8 @20385 NONAME ??_R0?AVH245_RequestModeAck@@@8 @20386 NONAME ??_R0?AVH245_RequestModeAck_response@@@8 @20387 NONAME ??_R0?AVH245_RequestModeReject@@@8 @20388 NONAME ??_R0?AVH245_RequestModeReject_cause@@@8 @20389 NONAME ??_R0?AVH245_RequestModeRelease@@@8 @20390 NONAME ??_R0?AVH245_RequestMultiplexEntry@@@8 @20391 NONAME ??_R0?AVH245_RequestMultiplexEntryAck@@@8 @20392 NONAME ??_R0?AVH245_RequestMultiplexEntryReject@@@8 @20393 NONAME ??_R0?AVH245_RequestMultiplexEntryRejectionDescriptions@@@8 @20394 NONAME ??_R0?AVH245_RequestMultiplexEntryRejectionDescriptions_cause@@@8 @20395 NONAME ??_R0?AVH245_RequestMultiplexEntryRelease@@@8 @20396 NONAME ??_R0?AVH245_ResponseMessage@@@8 @20397 NONAME ??_R0?AVH245_RoundTripDelayRequest@@@8 @20398 NONAME ??_R0?AVH245_RoundTripDelayResponse@@@8 @20399 NONAME ??_R0?AVH245_RSVPParameters@@@8 @20400 NONAME ??_R0?AVH245_RTPH263VideoRedundancyEncoding@@@8 @20401 NONAME ??_R0?AVH245_RTPH263VideoRedundancyEncoding_containedThreads@@@8 @20402 NONAME ??_R0?AVH245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@@8 @20403 NONAME ??_R0?AVH245_RTPH263VideoRedundancyFrameMapping@@@8 @20404 NONAME ??_R0?AVH245_RTPH263VideoRedundancyFrameMapping_frameSequence@@@8 @20405 NONAME ??_R0?AVH245_RTPPayloadType@@@8 @20406 NONAME ??_R0?AVH245_RTPPayloadType_payloadDescriptor@@@8 @20407 NONAME ??_R0?AVH245_SendTerminalCapabilitySet@@@8 @20408 NONAME ??_R0?AVH245_SendTerminalCapabilitySet_specificRequest@@@8 @20409 NONAME ??_R0?AVH245_SequenceNumber@@@8 @20410 NONAME ??_R0?AVH245_SubstituteConferenceIDCommand@@@8 @20411 NONAME ??_R0?AVH245_T38FaxProfile@@@8 @20412 NONAME ??_R0?AVH245_T38FaxRateManagement@@@8 @20413 NONAME ??_R0?AVH245_T38FaxTcpOptions@@@8 @20414 NONAME ??_R0?AVH245_T38FaxUdpOptions@@@8 @20415 NONAME ??_R0?AVH245_T38FaxUdpOptions_t38FaxUdpEC@@@8 @20416 NONAME ??_R0?AVH245_T84Profile@@@8 @20417 NONAME ??_R0?AVH245_T84Profile_t84Restricted@@@8 @20418 NONAME ??_R0?AVH245_TerminalCapabilitySet@@@8 @20419 NONAME ??_R0?AVH245_TerminalCapabilitySetAck@@@8 @20420 NONAME ??_R0?AVH245_TerminalCapabilitySetReject@@@8 @20421 NONAME ??_R0?AVH245_TerminalCapabilitySetReject_cause@@@8 @20422 NONAME ??_R0?AVH245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@@8 @20423 NONAME ??_R0?AVH245_TerminalCapabilitySetRelease@@@8 @20424 NONAME ??_R0?AVH245_TerminalID@@@8 @20425 NONAME ??_R0?AVH245_TerminalInformation@@@8 @20426 NONAME ??_R0?AVH245_TerminalLabel@@@8 @20427 NONAME ??_R0?AVH245_TerminalNumber@@@8 @20428 NONAME ??_R0?AVH245_TerminalYouAreSeeingInSubPictureNumber@@@8 @20429 NONAME ??_R0?AVH245_TransparencyParameters@@@8 @20430 NONAME ??_R0?AVH245_TransportAddress@@@8 @20431 NONAME ??_R0?AVH245_TransportCapability@@@8 @20432 NONAME ??_R0?AVH245_UnicastAddress@@@8 @20433 NONAME ??_R0?AVH245_UnicastAddress_iP6Address@@@8 @20434 NONAME ??_R0?AVH245_UnicastAddress_iPAddress@@@8 @20435 NONAME ??_R0?AVH245_UnicastAddress_iPSourceRouteAddress@@@8 @20436 NONAME ??_R0?AVH245_UnicastAddress_iPSourceRouteAddress_route@@@8 @20437 NONAME ??_R0?AVH245_UnicastAddress_iPSourceRouteAddress_routing@@@8 @20438 NONAME ??_R0?AVH245_UnicastAddress_iPXAddress@@@8 @20439 NONAME ??_R0?AVH245_UserInputCapability@@@8 @20440 NONAME ??_R0?AVH245_UserInputIndication@@@8 @20441 NONAME ??_R0?AVH245_UserInputIndication_encryptedAlphanumeric@@@8 @30314 NONAME ??_R0?AVH245_UserInputIndication_extendedAlphanumeric@@@8 @20442 NONAME ??_R0?AVH245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@@8 @30315 NONAME ??_R0?AVH245_UserInputIndication_signal@@@8 @20443 NONAME ??_R0?AVH245_UserInputIndication_signalUpdate@@@8 @20444 NONAME ??_R0?AVH245_UserInputIndication_signalUpdate_rtp@@@8 @20445 NONAME ??_R0?AVH245_UserInputIndication_signal_rtp@@@8 @20446 NONAME ??_R0?AVH245_UserInputIndication_userInputSupportIndication@@@8 @20447 NONAME ??_R0?AVH245_V42bis@@@8 @20448 NONAME ??_R0?AVH245_V75Capability@@@8 @20449 NONAME ??_R0?AVH245_V75Parameters@@@8 @20450 NONAME ??_R0?AVH245_V76Capability@@@8 @20451 NONAME ??_R0?AVH245_V76HDLCParameters@@@8 @20452 NONAME ??_R0?AVH245_V76LogicalChannelParameters@@@8 @20453 NONAME ??_R0?AVH245_V76LogicalChannelParameters_mode@@@8 @20454 NONAME ??_R0?AVH245_V76LogicalChannelParameters_mode_eRM@@@8 @20455 NONAME ??_R0?AVH245_V76LogicalChannelParameters_mode_eRM_recovery@@@8 @20456 NONAME ??_R0?AVH245_V76LogicalChannelParameters_suspendResume@@@8 @20457 NONAME ??_R0?AVH245_V76ModeParameters@@@8 @20458 NONAME ??_R0?AVH245_VBDCapability@@@8 @20459 NONAME ??_R0?AVH245_VBDMode@@@8 @20460 NONAME ??_R0?AVH245_VCCapability@@@8 @20461 NONAME ??_R0?AVH245_VCCapability_aal1@@@8 @20462 NONAME ??_R0?AVH245_VCCapability_aal1ViaGateway@@@8 @20463 NONAME ??_R0?AVH245_VCCapability_aal5@@@8 @20464 NONAME ??_R0?AVH245_VCCapability_availableBitRates@@@8 @20465 NONAME ??_R0?AVH245_VCCapability_availableBitRates_type@@@8 @20466 NONAME ??_R0?AVH245_VCCapability_availableBitRates_type_rangeOfBitRates@@@8 @20467 NONAME ??_R0?AVH245_VendorIdentification@@@8 @20468 NONAME ??_R0?AVH245_VideoCapability@@@8 @20469 NONAME ??_R0?AVH245_VideoIndicateCompose@@@8 @20470 NONAME ??_R0?AVH245_VideoMode@@@8 @20471 NONAME ??_R0?AVH248_ActionReply@@@8 @20472 NONAME ??_R0?AVH248_ActionRequest@@@8 @20473 NONAME ??_R0?AVH248_AmmDescriptor@@@8 @20474 NONAME ??_R0?AVH248_AmmRequest@@@8 @20475 NONAME ??_R0?AVH248_AmmsReply@@@8 @20476 NONAME ??_R0?AVH248_ArrayOf_ActionReply@@@8 @20477 NONAME ??_R0?AVH248_ArrayOf_ActionRequest@@@8 @20478 NONAME ??_R0?AVH248_ArrayOf_AmmDescriptor@@@8 @20479 NONAME ??_R0?AVH248_ArrayOf_CommandReply@@@8 @20480 NONAME ??_R0?AVH248_ArrayOf_CommandRequest@@@8 @20481 NONAME ??_R0?AVH248_ArrayOf_EventParameter@@@8 @20482 NONAME ??_R0?AVH248_ArrayOf_IndAuditParameter@@@8 @20483 NONAME ??_R0?AVH248_ArrayOf_IndAudPropertyParm@@@8 @20484 NONAME ??_R0?AVH248_ArrayOf_IndAudStreamDescriptor@@@8 @20485 NONAME ??_R0?AVH248_ArrayOf_ModemType@@@8 @20486 NONAME ??_R0?AVH248_ArrayOf_ObservedEvent@@@8 @20487 NONAME ??_R0?AVH248_ArrayOf_PASN_OctetString@@@8 @20488 NONAME ??_R0?AVH248_ArrayOf_PropertyGroup@@@8 @20489 NONAME ??_R0?AVH248_ArrayOf_PropertyParm@@@8 @20490 NONAME ??_R0?AVH248_ArrayOf_RequestedEvent@@@8 @20491 NONAME ??_R0?AVH248_ArrayOf_SecondRequestedEvent@@@8 @20492 NONAME ??_R0?AVH248_ArrayOf_Signal@@@8 @20493 NONAME ??_R0?AVH248_ArrayOf_SigParameter@@@8 @20494 NONAME ??_R0?AVH248_ArrayOf_StreamDescriptor@@@8 @20495 NONAME ??_R0?AVH248_ArrayOf_TerminationID@@@8 @20496 NONAME ??_R0?AVH248_ArrayOf_TopologyRequest@@@8 @20497 NONAME ??_R0?AVH248_ArrayOf_Transaction@@@8 @20498 NONAME ??_R0?AVH248_ArrayOf_WildcardField@@@8 @20499 NONAME ??_R0?AVH248_AuditDescriptor@@@8 @20500 NONAME ??_R0?AVH248_AuditReply@@@8 @20501 NONAME ??_R0?AVH248_AuditRequest@@@8 @20502 NONAME ??_R0?AVH248_AuditResult@@@8 @20503 NONAME ??_R0?AVH248_AuditReturnParameter@@@8 @20504 NONAME ??_R0?AVH248_AuthData@@@8 @20505 NONAME ??_R0?AVH248_AuthenticationHeader@@@8 @20506 NONAME ??_R0?AVH248_Command@@@8 @20507 NONAME ??_R0?AVH248_CommandReply@@@8 @20508 NONAME ??_R0?AVH248_CommandRequest@@@8 @20509 NONAME ??_R0?AVH248_ContextAttrAuditRequest@@@8 @20510 NONAME ??_R0?AVH248_ContextID@@@8 @20511 NONAME ??_R0?AVH248_ContextRequest@@@8 @20512 NONAME ??_R0?AVH248_DigitMapDescriptor@@@8 @20513 NONAME ??_R0?AVH248_DigitMapName@@@8 @20514 NONAME ??_R0?AVH248_DigitMapValue@@@8 @20515 NONAME ??_R0?AVH248_DomainName@@@8 @20516 NONAME ??_R0?AVH248_ErrorCode@@@8 @20517 NONAME ??_R0?AVH248_ErrorDescriptor@@@8 @20518 NONAME ??_R0?AVH248_ErrorText@@@8 @20519 NONAME ??_R0?AVH248_EventBufferControl@@@8 @20520 NONAME ??_R0?AVH248_EventBufferDescriptor@@@8 @20521 NONAME ??_R0?AVH248_EventDM@@@8 @20522 NONAME ??_R0?AVH248_EventName@@@8 @20523 NONAME ??_R0?AVH248_EventParameter@@@8 @20524 NONAME ??_R0?AVH248_EventParameter_extraInfo@@@8 @20525 NONAME ??_R0?AVH248_EventsDescriptor@@@8 @20526 NONAME ??_R0?AVH248_EventSpec@@@8 @20527 NONAME ??_R0?AVH248_H221NonStandard@@@8 @20528 NONAME ??_R0?AVH248_IndAudDigitMapDescriptor@@@8 @20529 NONAME ??_R0?AVH248_IndAudEventBufferDescriptor@@@8 @20530 NONAME ??_R0?AVH248_IndAudEventsDescriptor@@@8 @20531 NONAME ??_R0?AVH248_IndAuditParameter@@@8 @20532 NONAME ??_R0?AVH248_IndAudLocalControlDescriptor@@@8 @20533 NONAME ??_R0?AVH248_IndAudLocalRemoteDescriptor@@@8 @20534 NONAME ??_R0?AVH248_IndAudMediaDescriptor@@@8 @20535 NONAME ??_R0?AVH248_IndAudMediaDescriptor_streams@@@8 @20536 NONAME ??_R0?AVH248_IndAudPackagesDescriptor@@@8 @20537 NONAME ??_R0?AVH248_IndAudPropertyGroup@@@8 @20538 NONAME ??_R0?AVH248_IndAudPropertyParm@@@8 @20539 NONAME ??_R0?AVH248_IndAudSeqSigList@@@8 @20540 NONAME ??_R0?AVH248_IndAudSignal@@@8 @20541 NONAME ??_R0?AVH248_IndAudSignalsDescriptor@@@8 @20542 NONAME ??_R0?AVH248_IndAudStatisticsDescriptor@@@8 @20543 NONAME ??_R0?AVH248_IndAudStreamDescriptor@@@8 @20544 NONAME ??_R0?AVH248_IndAudStreamParms@@@8 @20545 NONAME ??_R0?AVH248_IndAudTerminationStateDescriptor@@@8 @20546 NONAME ??_R0?AVH248_IP4Address@@@8 @20547 NONAME ??_R0?AVH248_IP6Address@@@8 @20548 NONAME ??_R0?AVH248_LocalControlDescriptor@@@8 @20549 NONAME ??_R0?AVH248_LocalRemoteDescriptor@@@8 @20550 NONAME ??_R0?AVH248_MediaDescriptor@@@8 @20551 NONAME ??_R0?AVH248_MediaDescriptor_streams@@@8 @20552 NONAME ??_R0?AVH248_MegacoMessage@@@8 @20553 NONAME ??_R0?AVH248_Message@@@8 @20554 NONAME ??_R0?AVH248_Message_messageBody@@@8 @20555 NONAME ??_R0?AVH248_MId@@@8 @20556 NONAME ??_R0?AVH248_ModemDescriptor@@@8 @20557 NONAME ??_R0?AVH248_ModemType@@@8 @20558 NONAME ??_R0?AVH248_MuxDescriptor@@@8 @20559 NONAME ??_R0?AVH248_MuxType@@@8 @20560 NONAME ??_R0?AVH248_Name@@@8 @20561 NONAME ??_R0?AVH248_NonStandardData@@@8 @20562 NONAME ??_R0?AVH248_NonStandardIdentifier@@@8 @20563 NONAME ??_R0?AVH248_NotifyCompletion@@@8 @20564 NONAME ??_R0?AVH248_NotifyReply@@@8 @20565 NONAME ??_R0?AVH248_NotifyRequest@@@8 @20566 NONAME ??_R0?AVH248_ObservedEvent@@@8 @20567 NONAME ??_R0?AVH248_ObservedEventsDescriptor@@@8 @20568 NONAME ??_R0?AVH248_PackagesDescriptor@@@8 @20569 NONAME ??_R0?AVH248_PackagesItem@@@8 @20570 NONAME ??_R0?AVH248_PathName@@@8 @20571 NONAME ??_R0?AVH248_PkgdName@@@8 @20572 NONAME ??_R0?AVH248_PropertyGroup@@@8 @20573 NONAME ??_R0?AVH248_PropertyParm@@@8 @20574 NONAME ??_R0?AVH248_PropertyParm_extraInfo@@@8 @20575 NONAME ??_R0?AVH248_Relation@@@8 @20576 NONAME ??_R0?AVH248_RequestedActions@@@8 @20577 NONAME ??_R0?AVH248_RequestedEvent@@@8 @20578 NONAME ??_R0?AVH248_RequestID@@@8 @20579 NONAME ??_R0?AVH248_SecondEventsDescriptor@@@8 @20580 NONAME ??_R0?AVH248_SecondRequestedActions@@@8 @20581 NONAME ??_R0?AVH248_SecondRequestedEvent@@@8 @20582 NONAME ??_R0?AVH248_SecurityParmIndex@@@8 @20583 NONAME ??_R0?AVH248_SeqSigList@@@8 @20584 NONAME ??_R0?AVH248_SequenceNum@@@8 @20585 NONAME ??_R0?AVH248_ServiceChangeAddress@@@8 @20586 NONAME ??_R0?AVH248_ServiceChangeMethod@@@8 @20587 NONAME ??_R0?AVH248_ServiceChangeParm@@@8 @20588 NONAME ??_R0?AVH248_ServiceChangeProfile@@@8 @20589 NONAME ??_R0?AVH248_ServiceChangeReply@@@8 @20590 NONAME ??_R0?AVH248_ServiceChangeRequest@@@8 @20591 NONAME ??_R0?AVH248_ServiceChangeResParm@@@8 @20592 NONAME ??_R0?AVH248_ServiceChangeResult@@@8 @20593 NONAME ??_R0?AVH248_ServiceState@@@8 @20594 NONAME ??_R0?AVH248_Signal@@@8 @20595 NONAME ??_R0?AVH248_SignalName@@@8 @20596 NONAME ??_R0?AVH248_SignalRequest@@@8 @20597 NONAME ??_R0?AVH248_SignalsDescriptor@@@8 @20598 NONAME ??_R0?AVH248_SignalType@@@8 @20599 NONAME ??_R0?AVH248_SigParameter@@@8 @20600 NONAME ??_R0?AVH248_SigParameter_extraInfo@@@8 @20601 NONAME ??_R0?AVH248_StatisticsDescriptor@@@8 @20602 NONAME ??_R0?AVH248_StatisticsParameter@@@8 @20603 NONAME ??_R0?AVH248_StreamDescriptor@@@8 @20604 NONAME ??_R0?AVH248_StreamID@@@8 @20605 NONAME ??_R0?AVH248_StreamMode@@@8 @20606 NONAME ??_R0?AVH248_StreamParms@@@8 @20607 NONAME ??_R0?AVH248_SubtractRequest@@@8 @20608 NONAME ??_R0?AVH248_TerminationAudit@@@8 @20609 NONAME ??_R0?AVH248_TerminationID@@@8 @20610 NONAME ??_R0?AVH248_TerminationIDList@@@8 @20611 NONAME ??_R0?AVH248_TerminationStateDescriptor@@@8 @20612 NONAME ??_R0?AVH248_TimeNotation@@@8 @20613 NONAME ??_R0?AVH248_TopologyRequest@@@8 @20614 NONAME ??_R0?AVH248_TopologyRequest_topologyDirection@@@8 @20615 NONAME ??_R0?AVH248_Transaction@@@8 @20616 NONAME ??_R0?AVH248_TransactionAck@@@8 @20617 NONAME ??_R0?AVH248_TransactionId@@@8 @20618 NONAME ??_R0?AVH248_TransactionPending@@@8 @20619 NONAME ??_R0?AVH248_TransactionReply@@@8 @20620 NONAME ??_R0?AVH248_TransactionReply_transactionResult@@@8 @20621 NONAME ??_R0?AVH248_TransactionRequest@@@8 @20622 NONAME ??_R0?AVH248_TransactionResponseAck@@@8 @20623 NONAME ??_R0?AVH248_Value@@@8 @20624 NONAME ??_R0?AVH248_WildcardField@@@8 @20625 NONAME ??_R0?AVH261DCTEncoder@@@8 @20626 NONAME ??_R0?AVH261Encoder@@@8 @20627 NONAME ??_R0?AVH261PixelEncoder@@@8 @20628 NONAME ??_R0?AVH323AudioCapability@@@8 @20631 NONAME ??_R0?AVH323AudioCodec@@@8 @20632 NONAME ??_R0?AVH323BidirectionalChannel@@@8 @20633 NONAME ??_R0?AVH323CallCreditServiceControl@@@8 @20634 NONAME ??_R0?AVH323Capabilities@@@8 @20635 NONAME ??_R0?AVH323CapabilitiesSet@@@8 @20636 NONAME ??_R0?AVH323Capability@@@8 @20637 NONAME ??_R0?AVH323Channel@@@8 @20639 NONAME ??_R0?AVH323ChannelNumber@@@8 @20640 NONAME ??_R0?AVH323Codec@@@8 @20641 NONAME ??_R0?AVH323CodecPluginGenericAudioCapability@@@8 @30316 NONAME ??_R0?AVH323CodecPluginNonStandardAudioCapability@@@8 @20644 NONAME ??_R0?AVH323Connection@@@8 @20645 NONAME ??_R0?AVH323ConnectionsCleaner@@@8 @20646 NONAME ??_R0?AVH323ControlPDU@@@8 @20647 NONAME ??_R0?AVH323DataCapability@@@8 @20648 NONAME ??_R0?AVH323DataChannel@@@8 @20649 NONAME ??_R0?AVH323DynaLink@@@8 @28620 NONAME ??_R0?AVH323EndPoint@@@8 @20650 NONAME ??_R0?AVH323FramedAudioCodec@@@8 @20651 NONAME ??_R0?AVH323Gatekeeper@@@8 @20652 NONAME ??_R0?AVH323GatekeeperARQ@@@8 @20653 NONAME ??_R0?AVH323GatekeeperBRQ@@@8 @20654 NONAME ??_R0?AVH323GatekeeperCall@@@8 @20655 NONAME ??_R0?AVH323GatekeeperDRQ@@@8 @20656 NONAME ??_R0?AVH323GatekeeperGRQ@@@8 @20657 NONAME ??_R0?AVH323GatekeeperIRR@@@8 @20658 NONAME ??_R0?AVH323GatekeeperListener@@@8 @20659 NONAME ??_R0?AVH323GatekeeperLRQ@@@8 @20660 NONAME ??_R0?AVH323GatekeeperRequest@@@8 @20661 NONAME ??_R0?AVH323GatekeeperRRQ@@@8 @20662 NONAME ??_R0?AVH323GatekeeperServer@@@8 @20663 NONAME ??_R0?AVH323GatekeeperURQ@@@8 @20664 NONAME ??_R0?AVH323GenericAudioCapability@@@8 @30317 NONAME ??_R0?AVH323GenericCapabilityInfo@@@8 @30318 NONAME ??_R0?AVH323GenericVideoCapability@@@8 @30319 NONAME ??_R0?AVH323GSMPluginCapability@@@8 @20665 NONAME ??_R0?AVH323H248ServiceControl@@@8 @20666 NONAME ??_R0?AVH323H261PluginCapability@@@8 @20667 NONAME ??_R0?AVH323HTTPServiceControl@@@8 @20668 NONAME ??_R0?AVH323Listener@@@8 @20669 NONAME ??_R0?AVH323ListenerTCP@@@8 @20670 NONAME ??_R0?AVH323LogicalChannelThread@@@8 @20671 NONAME ??_R0?AVH323NonStandardAudioCapability@@@8 @20672 NONAME ??_R0?AVH323NonStandardCapabilityInfo@@@8 @20673 NONAME ??_R0?AVH323NonStandardDataCapability@@@8 @20674 NONAME ??_R0?AVH323NonStandardVideoCapability@@@8 @20675 NONAME ??_R0?AVH323PeerElement@@@8 @20676 NONAME ??_R0?AVH323PeerElementDescriptor@@@8 @20677 NONAME ??_R0?AVH323PeerElementServiceRelationship@@@8 @20678 NONAME ??_R0?AVH323PluginCapability@@@8 @20680 NONAME ??_R0?AVH323PluginCapabilityInfo@@@8 @20681 NONAME ??_R0?AVH323PluginCodecManager@@@8 @28594 NONAME ??_R0?AVH323PluginFramedAudioCodec@@@8 @28657 NONAME ??_R0?AVH323PluginG7231Capability@@@8 @20682 NONAME ??_R0?AVH323PluginVideoCodec@@@8 @20683 NONAME ??_R0?AVH323RasPDU@@@8 @20684 NONAME ??_R0?AVH323RealTimeCapability@@@8 @20685 NONAME ??_R0?AVH323RegisteredEndPoint@@@8 @20686 NONAME ??_R0?AVH323ServiceControlSession@@@8 @20687 NONAME ??_R0?AVH323SignalPDU@@@8 @20688 NONAME ??_R0?AVH323SimultaneousCapabilities@@@8 @20689 NONAME ??_R0?AVH323StreamedAudioCodec@@@8 @20690 NONAME ??_R0?AVH323StreamedPluginAudioCodec@@@8 @28658 NONAME ??_R0?AVH323Transaction@@@8 @20691 NONAME ??_R0?AVH323TransactionPDU@@@8 @20692 NONAME ??_R0?AVH323TransactionServer@@@8 @20693 NONAME ??_R0?AVH323Transactor@@@8 @20694 NONAME ??_R0?AVH323Transport@@@8 @20695 NONAME ??_R0?AVH323TransportAddress@@@8 @20696 NONAME ??_R0?AVH323TransportAddressArray@@@8 @20697 NONAME ??_R0?AVH323TransportIP@@@8 @20698 NONAME ??_R0?AVH323TransportTCP@@@8 @20699 NONAME ??_R0?AVH323TransportUDP@@@8 @20700 NONAME ??_R0?AVH323UnidirectionalChannel@@@8 @20701 NONAME ??_R0?AVH323VideoCapability@@@8 @20702 NONAME ??_R0?AVH323VideoCodec@@@8 @20703 NONAME ??_R0?AVH323_ALawCodec@@@8 @20704 NONAME ??_R0?AVH323_AnnexG@@@8 @20705 NONAME ??_R0?AVH323_CiscoG7231aLIDCapability@@@8 @20706 NONAME ??_R0?AVH323_ExternalRTPChannel@@@8 @20708 NONAME ??_R0?AVH323_G711ALaw64Capability@@@8 @29002 NONAME ??_R0?AVH323_G711Capability@@@8 @20712 NONAME ??_R0?AVH323_G711uLaw64Capability@@@8 @29003 NONAME ??_R0?AVH323_H261Capability@@@8 @20728 NONAME ??_R0?AVH323_H261Codec@@@8 @20729 NONAME ??_R0?AVH323_LIDCapability@@@8 @20732 NONAME ??_R0?AVH323_LIDCodec@@@8 @20733 NONAME ??_R0?AVH323_LID_G711_ALaw_Capability@@@8 @29004 NONAME ??_R0?AVH323_LID_G711_uLaw_Capability@@@8 @29005 NONAME ??_R0?AVH323_LID_G7231A_5k3_Capability@@@8 @29006 NONAME ??_R0?AVH323_LID_G7231A_6k3_Capability@@@8 @29007 NONAME ??_R0?AVH323_LID_G7231_5k3_Capability@@@8 @29008 NONAME ??_R0?AVH323_LID_G7231_6k3_Capability@@@8 @29009 NONAME ??_R0?AVH323_LID_G728_Capability@@@8 @29010 NONAME ??_R0?AVH323_LID_G729AB_Capability@@@8 @29011 NONAME ??_R0?AVH323_LID_G729A_Capability@@@8 @29012 NONAME ??_R0?AVH323_LID_G729B_Capability@@@8 @29013 NONAME ??_R0?AVH323_LID_G729_Capability@@@8 @29014 NONAME ??_R0?AVH323_LID_GSM0610_Capability@@@8 @29015 NONAME ??_R0?AVH323_muLawCodec@@@8 @20749 NONAME ??_R0?AVH323_RealTimeChannel@@@8 @20750 NONAME ??_R0?AVH323_RTPChannel@@@8 @20751 NONAME ??_R0?AVH323_RTP_Session@@@8 @20752 NONAME ??_R0?AVH323_RTP_UDP@@@8 @20753 NONAME ??_R0?AVH323_T120Capability@@@8 @20754 NONAME ??_R0?AVH323_T120Channel@@@8 @20755 NONAME ??_R0?AVH323_T38Capability@@@8 @20756 NONAME ??_R0?AVH323_T38Channel@@@8 @20757 NONAME ??_R0?AVH323_T38NonStandardCapability@@@8 @20758 NONAME ??_R0?AVH323_UserInputCapability@@@8 @20759 NONAME ??_R0?AVH45010_ArrayOf_MixedExtension@@@8 @20760 NONAME ??_R0?AVH45010_CfbOvrOptArg@@@8 @20761 NONAME ??_R0?AVH45010_CoReqOptArg@@@8 @20762 NONAME ??_R0?AVH45010_H323CallOfferOperations@@@8 @20763 NONAME ??_R0?AVH45010_RUAlertOptArg@@@8 @20764 NONAME ??_R0?AVH45011Handler@@@8 @20765 NONAME ??_R0?AVH45011_ArrayOf_MixedExtension@@@8 @20766 NONAME ??_R0?AVH45011_CallIntrusionErrors@@@8 @20767 NONAME ??_R0?AVH45011_CICapabilityLevel@@@8 @20768 NONAME ??_R0?AVH45011_CIFrcRelArg@@@8 @20769 NONAME ??_R0?AVH45011_CIFrcRelOptRes@@@8 @20770 NONAME ??_R0?AVH45011_CIGetCIPLOptArg@@@8 @20771 NONAME ??_R0?AVH45011_CIGetCIPLRes@@@8 @20772 NONAME ??_R0?AVH45011_CIIsOptArg@@@8 @20773 NONAME ??_R0?AVH45011_CIIsOptRes@@@8 @20774 NONAME ??_R0?AVH45011_CINotificationArg@@@8 @20775 NONAME ??_R0?AVH45011_CIProtectionLevel@@@8 @20776 NONAME ??_R0?AVH45011_CIRequestArg@@@8 @20777 NONAME ??_R0?AVH45011_CIRequestRes@@@8 @20778 NONAME ??_R0?AVH45011_CISilentArg@@@8 @20779 NONAME ??_R0?AVH45011_CISilentOptRes@@@8 @20780 NONAME ??_R0?AVH45011_CIStatusInformation@@@8 @20781 NONAME ??_R0?AVH45011_CIWobOptArg@@@8 @20782 NONAME ??_R0?AVH45011_CIWobOptRes@@@8 @20783 NONAME ??_R0?AVH45011_H323CallIntrusionOperations@@@8 @20784 NONAME ??_R0?AVH4501_Address@@@8 @20785 NONAME ??_R0?AVH4501_AddressInformation@@@8 @20786 NONAME ??_R0?AVH4501_AddressScreened@@@8 @20787 NONAME ??_R0?AVH4501_ArrayOf_AliasAddress@@@8 @20788 NONAME ??_R0?AVH4501_ArrayOf_ROS@@@8 @20789 NONAME ??_R0?AVH4501_EndpointAddress@@@8 @20790 NONAME ??_R0?AVH4501_EntityType@@@8 @20791 NONAME ??_R0?AVH4501_Extension@@@8 @20792 NONAME ??_R0?AVH4501_GeneralErrorList@@@8 @20793 NONAME ??_R0?AVH4501_H225InformationElement@@@8 @20794 NONAME ??_R0?AVH4501_InterpretationApdu@@@8 @20795 NONAME ??_R0?AVH4501_InvokeIDs@@@8 @20796 NONAME ??_R0?AVH4501_InvokeIdSet@@@8 @20797 NONAME ??_R0?AVH4501_NetworkFacilityExtension@@@8 @20798 NONAME ??_R0?AVH4501_NSAPSubaddress@@@8 @20799 NONAME ??_R0?AVH4501_NumberScreened@@@8 @20800 NONAME ??_R0?AVH4501_PartySubaddress@@@8 @20801 NONAME ??_R0?AVH4501_PresentationAllowedIndicator@@@8 @20802 NONAME ??_R0?AVH4501_PresentedAddressScreened@@@8 @20803 NONAME ??_R0?AVH4501_PresentedAddressUnscreened@@@8 @20804 NONAME ??_R0?AVH4501_PresentedNumberScreened@@@8 @20805 NONAME ??_R0?AVH4501_PresentedNumberUnscreened@@@8 @20806 NONAME ??_R0?AVH4501_ScreeningIndicator@@@8 @20807 NONAME ??_R0?AVH4501_ServiceApdus@@@8 @20808 NONAME ??_R0?AVH4501_SubaddressInformation@@@8 @20809 NONAME ??_R0?AVH4501_SupplementaryService@@@8 @20810 NONAME ??_R0?AVH4501_UserSpecifiedSubaddress@@@8 @20811 NONAME ??_R0?AVH4502Handler@@@8 @20812 NONAME ??_R0?AVH4502_CallIdentity@@@8 @20813 NONAME ??_R0?AVH4502_CallStatus@@@8 @20814 NONAME ??_R0?AVH4502_CallTransferErrors@@@8 @20815 NONAME ??_R0?AVH4502_CallTransferOperation@@@8 @20816 NONAME ??_R0?AVH4502_CTActiveArg@@@8 @20817 NONAME ??_R0?AVH4502_CTActiveArg_argumentExtension@@@8 @20818 NONAME ??_R0?AVH4502_CTCompleteArg@@@8 @20819 NONAME ??_R0?AVH4502_CTCompleteArg_argumentExtension@@@8 @20820 NONAME ??_R0?AVH4502_CTIdentifyRes@@@8 @20821 NONAME ??_R0?AVH4502_CTIdentifyRes_resultExtension@@@8 @20822 NONAME ??_R0?AVH4502_CTInitiateArg@@@8 @20823 NONAME ??_R0?AVH4502_CTInitiateArg_argumentExtension@@@8 @20824 NONAME ??_R0?AVH4502_CTSetupArg@@@8 @20825 NONAME ??_R0?AVH4502_CTSetupArg_argumentExtension@@@8 @20826 NONAME ??_R0?AVH4502_CTUpdateArg@@@8 @20827 NONAME ??_R0?AVH4502_CTUpdateArg_argumentExtension@@@8 @20828 NONAME ??_R0?AVH4502_DummyArg@@@8 @20829 NONAME ??_R0?AVH4502_DummyRes@@@8 @20830 NONAME ??_R0?AVH4502_EndDesignation@@@8 @20831 NONAME ??_R0?AVH4502_ExtensionSeq@@@8 @20832 NONAME ??_R0?AVH4502_SubaddressTransferArg@@@8 @20833 NONAME ??_R0?AVH4502_SubaddressTransferArg_argumentExtension@@@8 @20834 NONAME ??_R0?AVH4503_BasicService@@@8 @20835 NONAME ??_R0?AVH4503_CallDiversionErrors@@@8 @20836 NONAME ??_R0?AVH4503_DiversionReason@@@8 @20837 NONAME ??_R0?AVH4503_ExtensionSeq@@@8 @20838 NONAME ??_R0?AVH4503_H323CallDiversionOperations@@@8 @20839 NONAME ??_R0?AVH4503_IntResult@@@8 @20840 NONAME ??_R0?AVH4503_IntResultList@@@8 @20841 NONAME ??_R0?AVH4503_IntResult_extension@@@8 @20842 NONAME ??_R0?AVH4503_Procedure@@@8 @20843 NONAME ??_R0?AVH4503_SubscriptionOption@@@8 @20844 NONAME ??_R0?AVH4504Handler@@@8 @20845 NONAME ??_R0?AVH4504_ArrayOf_MixedExtension@@@8 @20846 NONAME ??_R0?AVH4504_CallHoldOperation@@@8 @20847 NONAME ??_R0?AVH4504_Extension@@@8 @20848 NONAME ??_R0?AVH4504_HoldNotificArg@@@8 @20849 NONAME ??_R0?AVH4504_MixedExtension@@@8 @20850 NONAME ??_R0?AVH4504_RemoteHoldArg@@@8 @20851 NONAME ??_R0?AVH4504_RemoteHoldRes@@@8 @20852 NONAME ??_R0?AVH4504_RemoteRetrieveArg@@@8 @20853 NONAME ??_R0?AVH4504_RemoteRetrieveRes@@@8 @20854 NONAME ??_R0?AVH4504_RetrieveNotificArg@@@8 @20855 NONAME ??_R0?AVH4505_ArrayOf_MixedExtension@@@8 @20856 NONAME ??_R0?AVH4505_CallParkPickupOperations@@@8 @20857 NONAME ??_R0?AVH4505_CallPickupErrors@@@8 @20858 NONAME ??_R0?AVH4505_CallType@@@8 @20859 NONAME ??_R0?AVH4505_CpickupNotifyArg@@@8 @20860 NONAME ??_R0?AVH4505_CpNotifyArg@@@8 @20861 NONAME ??_R0?AVH4505_CpRequestArg@@@8 @20862 NONAME ??_R0?AVH4505_CpRequestRes@@@8 @20863 NONAME ??_R0?AVH4505_CpSetupArg@@@8 @20864 NONAME ??_R0?AVH4505_CpSetupRes@@@8 @20865 NONAME ??_R0?AVH4505_GroupIndicationOffArg@@@8 @20866 NONAME ??_R0?AVH4505_GroupIndicationOffRes@@@8 @20867 NONAME ??_R0?AVH4505_GroupIndicationOnArg@@@8 @20868 NONAME ??_R0?AVH4505_GroupIndicationOnRes@@@8 @20869 NONAME ??_R0?AVH4505_ParkCondition@@@8 @20870 NONAME ??_R0?AVH4505_ParkedToPosition@@@8 @20871 NONAME ??_R0?AVH4505_PickExeArg@@@8 @20872 NONAME ??_R0?AVH4505_PickExeRes@@@8 @20873 NONAME ??_R0?AVH4505_PickrequArg@@@8 @20874 NONAME ??_R0?AVH4505_PickrequRes@@@8 @20875 NONAME ??_R0?AVH4505_PickupArg@@@8 @20876 NONAME ??_R0?AVH4505_PickupRes@@@8 @20877 NONAME ??_R0?AVH4506Handler@@@8 @20878 NONAME ??_R0?AVH4506_ArrayOf_MixedExtension@@@8 @20879 NONAME ??_R0?AVH4506_CallWaitingArg@@@8 @20880 NONAME ??_R0?AVH4506_CallWaitingOperations@@@8 @20881 NONAME ??_R0?AVH4507_ArrayOf_MixedExtension@@@8 @20882 NONAME ??_R0?AVH4507_BasicService@@@8 @20883 NONAME ??_R0?AVH4507_DummyRes@@@8 @20884 NONAME ??_R0?AVH4507_H323_MWI_Operations@@@8 @20885 NONAME ??_R0?AVH4507_MessageWaitingIndicationErrors@@@8 @20886 NONAME ??_R0?AVH4507_MsgCentreId@@@8 @20887 NONAME ??_R0?AVH4507_MWIActivateArg@@@8 @20888 NONAME ??_R0?AVH4507_MWIDeactivateArg@@@8 @20889 NONAME ??_R0?AVH4507_MWIInterrogateArg@@@8 @20890 NONAME ??_R0?AVH4507_MWIInterrogateRes@@@8 @20891 NONAME ??_R0?AVH4507_MWIInterrogateResElt@@@8 @20892 NONAME ??_R0?AVH4507_NbOfMessages@@@8 @20893 NONAME ??_R0?AVH4507_TimeStamp@@@8 @20894 NONAME ??_R0?AVH4508_ExtendedName@@@8 @20895 NONAME ??_R0?AVH4508_Name@@@8 @20896 NONAME ??_R0?AVH4508_NameOperations@@@8 @20897 NONAME ??_R0?AVH4508_NamePresentationAllowed@@@8 @20898 NONAME ??_R0?AVH4508_NamePresentationRestricted@@@8 @20899 NONAME ??_R0?AVH4508_SimpleName@@@8 @20900 NONAME ??_R0?AVH4509_ArrayOf_MixedExtension@@@8 @20901 NONAME ??_R0?AVH4509_CallCompletionErrors@@@8 @20902 NONAME ??_R0?AVH4509_CcArg@@@8 @20903 NONAME ??_R0?AVH4509_CcLongArg@@@8 @20904 NONAME ??_R0?AVH4509_CcRequestArg@@@8 @20905 NONAME ??_R0?AVH4509_CcRequestRes@@@8 @20906 NONAME ??_R0?AVH4509_CcShortArg@@@8 @20907 NONAME ??_R0?AVH4509_H323CallCompletionOperations@@@8 @20908 NONAME ??_R0?AVH450ServiceAPDU@@@8 @20909 NONAME ??_R0?AVH450xDispatcher@@@8 @20910 NONAME ??_R0?AVH450xHandler@@@8 @20911 NONAME ??_R0?AVH501AccessRequest@@@8 @20912 NONAME ??_R0?AVH501DescriptorUpdate@@@8 @20913 NONAME ??_R0?AVH501PDU@@@8 @20914 NONAME ??_R0?AVH501ServiceRequest@@@8 @20915 NONAME ??_R0?AVH501Transaction@@@8 @20916 NONAME ??_R0?AVH501_AccessConfirmation@@@8 @20917 NONAME ??_R0?AVH501_AccessRejection@@@8 @20918 NONAME ??_R0?AVH501_AccessRejectionReason@@@8 @20919 NONAME ??_R0?AVH501_AccessRequest@@@8 @20920 NONAME ??_R0?AVH501_AccessToken@@@8 @20921 NONAME ??_R0?AVH501_AddressTemplate@@@8 @20922 NONAME ??_R0?AVH501_AlternatePE@@@8 @20923 NONAME ??_R0?AVH501_AlternatePEInfo@@@8 @20924 NONAME ??_R0?AVH501_ApplicationMessage@@@8 @20925 NONAME ??_R0?AVH501_ArrayOf_AccessToken@@@8 @20926 NONAME ??_R0?AVH501_ArrayOf_AddressTemplate@@@8 @20927 NONAME ??_R0?AVH501_ArrayOf_AliasAddress@@@8 @20928 NONAME ??_R0?AVH501_ArrayOf_AlternatePE@@@8 @20929 NONAME ??_R0?AVH501_ArrayOf_CircuitIdentifier@@@8 @20930 NONAME ??_R0?AVH501_ArrayOf_ClearToken@@@8 @20931 NONAME ??_R0?AVH501_ArrayOf_ContactInformation@@@8 @20932 NONAME ??_R0?AVH501_ArrayOf_CryptoH323Token@@@8 @20933 NONAME ??_R0?AVH501_ArrayOf_Descriptor@@@8 @20934 NONAME ??_R0?AVH501_ArrayOf_DescriptorInfo@@@8 @20935 NONAME ??_R0?AVH501_ArrayOf_GenericData@@@8 @20936 NONAME ??_R0?AVH501_ArrayOf_GloballyUniqueID@@@8 @20937 NONAME ??_R0?AVH501_ArrayOf_NonStandardParameter@@@8 @20938 NONAME ??_R0?AVH501_ArrayOf_PASN_ObjectId@@@8 @20939 NONAME ??_R0?AVH501_ArrayOf_Pattern@@@8 @20940 NONAME ??_R0?AVH501_ArrayOf_PriceElement@@@8 @20941 NONAME ??_R0?AVH501_ArrayOf_PriceInfoSpec@@@8 @20942 NONAME ??_R0?AVH501_ArrayOf_RouteInformation@@@8 @20943 NONAME ??_R0?AVH501_ArrayOf_SecurityMode@@@8 @20944 NONAME ??_R0?AVH501_ArrayOf_ServiceControlSession@@@8 @20945 NONAME ??_R0?AVH501_ArrayOf_SupportedProtocols@@@8 @20946 NONAME ??_R0?AVH501_ArrayOf_TransportAddress@@@8 @20947 NONAME ??_R0?AVH501_ArrayOf_UpdateInformation@@@8 @20948 NONAME ??_R0?AVH501_ArrayOf_UsageField@@@8 @20949 NONAME ??_R0?AVH501_AuthenticationConfirmation@@@8 @20950 NONAME ??_R0?AVH501_AuthenticationRejection@@@8 @20951 NONAME ??_R0?AVH501_AuthenticationRejectionReason@@@8 @20952 NONAME ??_R0?AVH501_AuthenticationRequest@@@8 @20953 NONAME ??_R0?AVH501_CallInformation@@@8 @20954 NONAME ??_R0?AVH501_ContactInformation@@@8 @20955 NONAME ??_R0?AVH501_Descriptor@@@8 @20956 NONAME ??_R0?AVH501_DescriptorConfirmation@@@8 @20957 NONAME ??_R0?AVH501_DescriptorIDConfirmation@@@8 @20958 NONAME ??_R0?AVH501_DescriptorIDRejection@@@8 @20959 NONAME ??_R0?AVH501_DescriptorIDRejectionReason@@@8 @20960 NONAME ??_R0?AVH501_DescriptorIDRequest@@@8 @20961 NONAME ??_R0?AVH501_DescriptorInfo@@@8 @20962 NONAME ??_R0?AVH501_DescriptorRejection@@@8 @20963 NONAME ??_R0?AVH501_DescriptorRejectionReason@@@8 @20964 NONAME ??_R0?AVH501_DescriptorRequest@@@8 @20965 NONAME ??_R0?AVH501_DescriptorUpdate@@@8 @20966 NONAME ??_R0?AVH501_DescriptorUpdateAck@@@8 @20967 NONAME ??_R0?AVH501_ElementIdentifier@@@8 @20968 NONAME ??_R0?AVH501_GlobalTimeStamp@@@8 @20969 NONAME ??_R0?AVH501_Message@@@8 @20970 NONAME ??_R0?AVH501_MessageBody@@@8 @20971 NONAME ??_R0?AVH501_MessageCommonInfo@@@8 @20972 NONAME ??_R0?AVH501_NonStandardConfirmation@@@8 @20973 NONAME ??_R0?AVH501_NonStandardRejection@@@8 @20974 NONAME ??_R0?AVH501_NonStandardRejectionReason@@@8 @20975 NONAME ??_R0?AVH501_NonStandardRequest@@@8 @20976 NONAME ??_R0?AVH501_PartyInformation@@@8 @20977 NONAME ??_R0?AVH501_Pattern@@@8 @20978 NONAME ??_R0?AVH501_Pattern_range@@@8 @20979 NONAME ??_R0?AVH501_PriceElement@@@8 @20980 NONAME ??_R0?AVH501_PriceElement_units@@@8 @20981 NONAME ??_R0?AVH501_PriceInfoSpec@@@8 @20982 NONAME ??_R0?AVH501_ProtocolVersion@@@8 @20983 NONAME ??_R0?AVH501_RequestInProgress@@@8 @20984 NONAME ??_R0?AVH501_Role@@@8 @20985 NONAME ??_R0?AVH501_RouteInformation@@@8 @20986 NONAME ??_R0?AVH501_RouteInformation_messageType@@@8 @20987 NONAME ??_R0?AVH501_SecurityMode@@@8 @20988 NONAME ??_R0?AVH501_ServiceConfirmation@@@8 @20989 NONAME ??_R0?AVH501_ServiceRejection@@@8 @20990 NONAME ??_R0?AVH501_ServiceRejectionReason@@@8 @20991 NONAME ??_R0?AVH501_ServiceRelease@@@8 @20992 NONAME ??_R0?AVH501_ServiceReleaseReason@@@8 @20993 NONAME ??_R0?AVH501_ServiceRequest@@@8 @20994 NONAME ??_R0?AVH501_TerminationCause@@@8 @20995 NONAME ??_R0?AVH501_TimeZone@@@8 @20996 NONAME ??_R0?AVH501_UnknownMessageReason@@@8 @20997 NONAME ??_R0?AVH501_UnknownMessageResponse@@@8 @20998 NONAME ??_R0?AVH501_UpdateInformation@@@8 @20999 NONAME ??_R0?AVH501_UpdateInformation_descriptorInfo@@@8 @21000 NONAME ??_R0?AVH501_UpdateInformation_updateType@@@8 @21001 NONAME ??_R0?AVH501_UsageCallStatus@@@8 @21002 NONAME ??_R0?AVH501_UsageConfirmation@@@8 @21003 NONAME ??_R0?AVH501_UsageField@@@8 @21004 NONAME ??_R0?AVH501_UsageIndication@@@8 @21005 NONAME ??_R0?AVH501_UsageIndicationConfirmation@@@8 @21006 NONAME ??_R0?AVH501_UsageIndicationRejection@@@8 @21007 NONAME ??_R0?AVH501_UsageIndicationRejectionReason@@@8 @21008 NONAME ??_R0?AVH501_UsageRejection@@@8 @21009 NONAME ??_R0?AVH501_UsageRejectReason@@@8 @21010 NONAME ??_R0?AVH501_UsageRequest@@@8 @21011 NONAME ??_R0?AVH501_UsageSpecification@@@8 @21012 NONAME ??_R0?AVH501_UsageSpecification_when@@@8 @21013 NONAME ??_R0?AVH501_UserInformation@@@8 @21014 NONAME ??_R0?AVH501_ValidationConfirmation@@@8 @21015 NONAME ??_R0?AVH501_ValidationRejection@@@8 @21016 NONAME ??_R0?AVH501_ValidationRejectionReason@@@8 @21017 NONAME ??_R0?AVH501_ValidationRequest@@@8 @21018 NONAME ??_R0?AVHandleTimeout_PNotifier@H245Negotiator@@@8 @21019 NONAME ??_R0?AVHandleTransactions_PNotifier@H323Transactor@@@8 @21020 NONAME ??_R0?AVHIDPluginDeviceManager@@@8 @30320 NONAME ??_R0?AVIntraP64Decoder@@@8 @21021 NONAME ??_R0?AVMCS_ArrayOf_ChannelAttributes@@@8 @21022 NONAME ??_R0?AVMCS_ArrayOf_ChannelId@@@8 @21023 NONAME ??_R0?AVMCS_ArrayOf_TokenAttributes@@@8 @21024 NONAME ??_R0?AVMCS_ArrayOf_TokenId@@@8 @21025 NONAME ??_R0?AVMCS_ArrayOf_UserId@@@8 @21026 NONAME ??_R0?AVMCS_AssignedChannelId@@@8 @21027 NONAME ??_R0?AVMCS_AUcf@@@8 @21028 NONAME ??_R0?AVMCS_AUrq@@@8 @21029 NONAME ??_R0?AVMCS_CAin@@@8 @21030 NONAME ??_R0?AVMCS_CArq@@@8 @21031 NONAME ??_R0?AVMCS_CCcf@@@8 @21032 NONAME ??_R0?AVMCS_CCrq@@@8 @21033 NONAME ??_R0?AVMCS_CDin@@@8 @21034 NONAME ??_R0?AVMCS_CDrq@@@8 @21035 NONAME ??_R0?AVMCS_CEin@@@8 @21036 NONAME ??_R0?AVMCS_CErq@@@8 @21037 NONAME ??_R0?AVMCS_ChannelAttributes@@@8 @21038 NONAME ??_R0?AVMCS_ChannelAttributes_assigned@@@8 @21039 NONAME ??_R0?AVMCS_ChannelAttributes_private@@@8 @21040 NONAME ??_R0?AVMCS_ChannelAttributes_static@@@8 @21041 NONAME ??_R0?AVMCS_ChannelAttributes_userId@@@8 @21042 NONAME ??_R0?AVMCS_ChannelId@@@8 @21043 NONAME ??_R0?AVMCS_CJcf@@@8 @21044 NONAME ??_R0?AVMCS_CJrq@@@8 @21045 NONAME ??_R0?AVMCS_CLrq@@@8 @21046 NONAME ??_R0?AVMCS_ConnectMCSPDU@@@8 @21047 NONAME ??_R0?AVMCS_Connect_Additional@@@8 @21048 NONAME ??_R0?AVMCS_Connect_Initial@@@8 @21049 NONAME ??_R0?AVMCS_Connect_Response@@@8 @21050 NONAME ??_R0?AVMCS_Connect_Result@@@8 @21051 NONAME ??_R0?AVMCS_DataPriority@@@8 @21052 NONAME ??_R0?AVMCS_Diagnostic@@@8 @21053 NONAME ??_R0?AVMCS_DomainMCSPDU@@@8 @21054 NONAME ??_R0?AVMCS_DomainParameters@@@8 @21055 NONAME ??_R0?AVMCS_DPum@@@8 @21056 NONAME ??_R0?AVMCS_DUin@@@8 @21057 NONAME ??_R0?AVMCS_DUrq@@@8 @21058 NONAME ??_R0?AVMCS_DynamicChannelId@@@8 @21059 NONAME ??_R0?AVMCS_EDrq@@@8 @21060 NONAME ??_R0?AVMCS_MCcf@@@8 @21061 NONAME ??_R0?AVMCS_MCrq@@@8 @21062 NONAME ??_R0?AVMCS_MTcf@@@8 @21063 NONAME ??_R0?AVMCS_MTrq@@@8 @21064 NONAME ??_R0?AVMCS_PCin@@@8 @21065 NONAME ??_R0?AVMCS_PDin@@@8 @21066 NONAME ??_R0?AVMCS_PrivateChannelId@@@8 @21067 NONAME ??_R0?AVMCS_PTin@@@8 @21068 NONAME ??_R0?AVMCS_Reason@@@8 @21069 NONAME ??_R0?AVMCS_Result@@@8 @21070 NONAME ??_R0?AVMCS_RJum@@@8 @21071 NONAME ??_R0?AVMCS_SDin@@@8 @21072 NONAME ??_R0?AVMCS_SDrq@@@8 @21073 NONAME ??_R0?AVMCS_Segmentation@@@8 @21074 NONAME ??_R0?AVMCS_StaticChannelId@@@8 @21075 NONAME ??_R0?AVMCS_TGcf@@@8 @21076 NONAME ??_R0?AVMCS_TGrq@@@8 @21077 NONAME ??_R0?AVMCS_TIcf@@@8 @21078 NONAME ??_R0?AVMCS_TIrq@@@8 @21079 NONAME ??_R0?AVMCS_TokenAttributes@@@8 @21080 NONAME ??_R0?AVMCS_TokenAttributes_given@@@8 @21081 NONAME ??_R0?AVMCS_TokenAttributes_giving@@@8 @21082 NONAME ??_R0?AVMCS_TokenAttributes_grabbed@@@8 @21083 NONAME ??_R0?AVMCS_TokenAttributes_inhibited@@@8 @21084 NONAME ??_R0?AVMCS_TokenAttributes_ungivable@@@8 @21085 NONAME ??_R0?AVMCS_TokenId@@@8 @21086 NONAME ??_R0?AVMCS_TokenStatus@@@8 @21087 NONAME ??_R0?AVMCS_TPin@@@8 @21088 NONAME ??_R0?AVMCS_TPrq@@@8 @21089 NONAME ??_R0?AVMCS_TRcf@@@8 @21090 NONAME ??_R0?AVMCS_TRrq@@@8 @21091 NONAME ??_R0?AVMCS_TTcf@@@8 @21092 NONAME ??_R0?AVMCS_TTrq@@@8 @21093 NONAME ??_R0?AVMCS_TVcf@@@8 @21094 NONAME ??_R0?AVMCS_TVin@@@8 @21095 NONAME ??_R0?AVMCS_TVrq@@@8 @21096 NONAME ??_R0?AVMCS_TVrs@@@8 @21097 NONAME ??_R0?AVMCS_UserId@@@8 @21098 NONAME ??_R0?AVMCS_USin@@@8 @21099 NONAME ??_R0?AVMCS_USrq@@@8 @21100 NONAME ??_R0?AVMonitorMain_PNotifier@H323Gatekeeper@@@8 @21108 NONAME ??_R0?AVMonitorMain_PNotifier@H323GatekeeperServer@@@8 @21109 NONAME ??_R0?AVMonitorMain_PNotifier@H323PeerElement@@@8 @21110 NONAME ??_R0?AVMonitor_PNotifier@OpalUSBDevice@@@8 @30321 NONAME ??_R0?AVMSIPAddress@PILSSession@@@8 @21111 NONAME ??_R0?AVMXRecordList@PDNS@@@8 @30322 NONAME ??_R0?AVOnCallIntrudeTimeOut_PNotifier@H45011Handler@@@8 @21112 NONAME ??_R0?AVOnCallTransferTimeOut_PNotifier@H4502Handler@@@8 @21113 NONAME ??_R0?AVOnLoadModule_PNotifier@PPluginModuleManager@@@8 @28638 NONAME ??_R0?AVOnUserInputInBandDTMF_PNotifier@H323Connection@@@8 @21115 NONAME ??_R0?AVOnUserInputInlineRFC2833_PNotifier@H323Connection@@@8 @21116 NONAME ??_R0?AVOpalFactoryCodec@@@8 @29752 NONAME ??_R0?AVOpalG711ALaw64kFormat@@@8 @28770 NONAME ??_R0?AVOpalG711ALaw64k_Base@@@8 @29753 NONAME ??_R0?AVOpalG711ALaw64k_Decoder@@@8 @29754 NONAME ??_R0?AVOpalG711ALaw64k_Encoder@@@8 @29755 NONAME ??_R0?AVOpalG711uLaw64kFormat@@@8 @28771 NONAME ??_R0?AVOpalG711uLaw64k_Base@@@8 @29756 NONAME ??_R0?AVOpalG711uLaw64k_Decoder@@@8 @29757 NONAME ??_R0?AVOpalG711uLaw64k_Encoder@@@8 @29758 NONAME ??_R0?AVOpalG7231A_5k3Format@@@8 @28772 NONAME ??_R0?AVOpalG7231A_6k3Format@@@8 @28773 NONAME ??_R0?AVOpalG7231_5k3Format@@@8 @28774 NONAME ??_R0?AVOpalG7231_6k3Format@@@8 @28775 NONAME ??_R0?AVOpalG728Format@@@8 @28776 NONAME ??_R0?AVOpalG729ABFormat@@@8 @28777 NONAME ??_R0?AVOpalG729AFormat@@@8 @28778 NONAME ??_R0?AVOpalG729BFormat@@@8 @28779 NONAME ??_R0?AVOpalG729Format@@@8 @28780 NONAME ??_R0?AVOpalGloballyUniqueID@@@8 @21117 NONAME ??_R0?AVOpalGSM0610Format@@@8 @28781 NONAME ??_R0?AVOpalH261Format@@@8 @28782 NONAME ??_R0?AVOpalIxJDevice@@@8 @21118 NONAME ??_R0?AVOpalLineChannel@@@8 @21119 NONAME ??_R0?AVOpalLineInterfaceDevice@@@8 @21120 NONAME ??_R0?AVOpalMediaFormat@@@8 @21121 NONAME ??_R0?AVOpalPCM16Format@@@8 @28783 NONAME ??_R0?AVOpalPluginCodec@@@8 @29759 NONAME ??_R0?AVOpalPluginMediaFormat@@@8 @28784 NONAME ??_R0?AVOpalRFC2833@@@8 @21122 NONAME ??_R0?AVOpalRFC2833Info@@@8 @21123 NONAME ??_R0?AVOpalRtpToWavFile@@@8 @21124 NONAME ??_R0?AVOpalT120Format@@@8 @28785 NONAME ??_R0?AVOpalT120Protocol@@@8 @21125 NONAME ??_R0?AVOpalT38Protocol@@@8 @21126 NONAME ??_R0?AVOpalUSBDevice@@@8 @30323 NONAME ??_R0?AVOpalUserInputRFC2833Format@@@8 @28786 NONAME ??_R0?AVOpalVoipBlasterDevice@@@8 @21127 NONAME ??_R0?AVOpalVXMLSession@@@8 @21128 NONAME ??_R0?AVOpalWAVFile@@@8 @21129 NONAME ??_R0?AVP64Decoder@@@8 @21130 NONAME ??_R0?AVPASN_Array@@@8 @21131 NONAME ??_R0?AVPASN_BitString@@@8 @21132 NONAME ??_R0?AVPASN_BMPString@@@8 @21133 NONAME ??_R0?AVPASN_Boolean@@@8 @21134 NONAME ??_R0?AVPASN_Choice@@@8 @21135 NONAME ??_R0?AVPASN_ConstrainedObject@@@8 @21136 NONAME ??_R0?AVPASN_ConstrainedString@@@8 @21137 NONAME ??_R0?AVPASN_Enumeration@@@8 @21138 NONAME ??_R0?AVPASN_GeneralisedTime@@@8 @21139 NONAME ??_R0?AVPASN_GeneralString@@@8 @21140 NONAME ??_R0?AVPASN_IA5String@@@8 @21141 NONAME ??_R0?AVPASN_Integer@@@8 @21142 NONAME ??_R0?AVPASN_Null@@@8 @21143 NONAME ??_R0?AVPASN_NumericString@@@8 @21144 NONAME ??_R0?AVPASN_Object@@@8 @21145 NONAME ??_R0?AVPASN_ObjectId@@@8 @21146 NONAME ??_R0?AVPASN_OctetString@@@8 @21147 NONAME ??_R0?AVPASN_PrintableString@@@8 @21148 NONAME ??_R0?AVPASN_Sequence@@@8 @21149 NONAME ??_R0?AVPASN_Stream@@@8 @21150 NONAME ??_R0?AVPASN_VisibleString@@@8 @21151 NONAME ??_R0?AVPDTMFEncoder@@@8 @30324 NONAME ??_R0?AVPLDAPAttributeBase@@@8 @21152 NONAME ??_R0?AVPLDAPStructBase@@@8 @21153 NONAME ??_R0?AVPluginLoader@@@8 @30325 NONAME ??_R0?AVPPER_Stream@@@8 @21154 NONAME ??_R0?AVPre_Vid_Coder@@@8 @21155 NONAME ??_R0?AVPVXMLChannelInterface@@@8 @29188 NONAME ??_R0?AVPVXMLSession@@@8 @21156 NONAME ??_R0?AVPWAVFile@@@8 @21157 NONAME ??_R0?AVPWAVFileConverter@@@8 @29647 NONAME ??_R0?AVPWAVFileConverterALaw@@@8 @29648 NONAME ??_R0?AVPWAVFileConverterULaw@@@8 @29649 NONAME ??_R0?AVPWAVFileConverterXLaw@@@8 @29650 NONAME ??_R0?AVQ931@@@8 @21158 NONAME ??_R0?AVReceivedPacket_PNotifier@OpalRFC2833@@@8 @21159 NONAME ??_R0?AVReceivedPacket_PNotifier@OpalRtpToWavFile@@@8 @21160 NONAME ??_R0?AVReceiverReport@RTP_Session@@@8 @21161 NONAME ??_R0?AVReceiveTimeout_PNotifier@OpalRFC2833@@@8 @21162 NONAME ??_R0?AVRequest@H323Transactor@@@8 @21163 NONAME ??_R0?AVResponse@H323Transactor@@@8 @21164 NONAME ??_R0?AVRTPerson@PILSSession@@@8 @21165 NONAME ??_R0?AVRTP_ControlFrame@@@8 @21166 NONAME ??_R0?AVRTP_DataFrame@@@8 @21167 NONAME ??_R0?AVRTP_JitterBuffer@@@8 @21168 NONAME ??_R0?AVRTP_QOS@@@8 @21169 NONAME ??_R0?AVRTP_Session@@@8 @21170 NONAME ??_R0?AVRTP_SessionManager@@@8 @21171 NONAME ??_R0?AVRTP_UDP@@@8 @21172 NONAME ??_R0?AVRTP_UserData@@@8 @21173 NONAME ??_R0?AVSenderReport@RTP_Session@@@8 @21174 NONAME ??_R0?AVSlowHandler_PNotifier@H323Transaction@@@8 @21175 NONAME ??_R0?AVSoundTones@OpalUSBDevice@@@8 @30326 NONAME ??_R0?AVSourceDescription@RTP_Session@@@8 @21176 NONAME ??_R0?AVSRVRecordList@PDNS@@@8 @30327 NONAME ??_R0?AVStatusHandler_PNotifier@OpalVoipBlasterDevice@@@8 @21177 NONAME ??_R0?AVStringMap@H323GatekeeperServer@@@8 @21178 NONAME ??_R0?AVT120ConnectPDU@@@8 @21179 NONAME ??_R0?AVT120_X224@@@8 @21180 NONAME ??_R0?AVT38_ArrayOf_PASN_OctetString@@@8 @21181 NONAME ??_R0?AVT38_Data_Field@@@8 @21182 NONAME ??_R0?AVT38_Data_Field_subtype@@@8 @21183 NONAME ??_R0?AVT38_Data_Field_subtype_field_type@@@8 @21184 NONAME ??_R0?AVT38_IFPPacket@@@8 @21185 NONAME ??_R0?AVT38_PreCorrigendum_Data_Field@@@8 @21186 NONAME ??_R0?AVT38_PreCorrigendum_Data_Field_subtype@@@8 @21187 NONAME ??_R0?AVT38_PreCorrigendum_Data_Field_subtype_field_type@@@8 @21188 NONAME ??_R0?AVT38_PreCorrigendum_IFPPacket@@@8 @21189 NONAME ??_R0?AVT38_Type_of_msg@@@8 @21190 NONAME ??_R0?AVT38_Type_of_msg_data@@@8 @21191 NONAME ??_R0?AVT38_Type_of_msg_t30_indicator@@@8 @21192 NONAME ??_R0?AVT38_UDPTLPacket@@@8 @21193 NONAME ??_R0?AVT38_UDPTLPacket_error_recovery@@@8 @21194 NONAME ??_R0?AVT38_UDPTLPacket_error_recovery_fec_info@@@8 @21195 NONAME ??_R0?AVT38_UDPTLPacket_error_recovery_secondary_ifp_packets@@@8 @21196 NONAME ??_R0?AVT38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@@8 @21197 NONAME ??_R0?AVT38_UDPTLPacket_primary_ifp_packet@@@8 @21198 NONAME ??_R0?AVTickleMonitor_PNotifier@H323Gatekeeper@@@8 @21199 NONAME ??_R0?AVTonePlay_PNotifier@OpalUSBDevice@@@8 @30328 NONAME ??_R0?AVTransmitEnded_PNotifier@OpalRFC2833@@@8 @21200 NONAME ??_R0?AVTransmitPacket_PNotifier@OpalRFC2833@@@8 @21201 NONAME ??_R0?AVTransmitter@@@8 @21202 NONAME ??_R0?AVUpdateAllDescriptors_PNotifier@H323PeerElement@@@8 @21203 NONAME ??_R0?AVVoipBlasterInterface@@@8 @21205 NONAME ??_R0?AVWorker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@@8 @29760 NONAME ??_R0?AVWorker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@@8 @29761 NONAME ??_R0?AVWorker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@@8 @29762 NONAME ??_R0?AVWorker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@@8 @29763 NONAME ??_R0?AVWorker@OpalPluginCodecFactory@@@8 @29764 NONAME ??_R0?AVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@8 @30329 NONAME ??_R0?AVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@8 @29351 NONAME ??_R0?AVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@8 @29765 NONAME ??_R0?AVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@8 @30330 NONAME ??_R0?AVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @29352 NONAME ??_R0?AVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@8 @29353 NONAME ??_R0?AVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@8 @29651 NONAME ??_R0?AVX224@@@8 @21206 NONAME ??_R0?AVX880_Code@@@8 @21207 NONAME ??_R0?AVX880_GeneralProblem@@@8 @21208 NONAME ??_R0?AVX880_Invoke@@@8 @21209 NONAME ??_R0?AVX880_InvokeId@@@8 @21210 NONAME ??_R0?AVX880_InvokeProblem@@@8 @21211 NONAME ??_R0?AVX880_Reject@@@8 @21212 NONAME ??_R0?AVX880_RejectProblem@@@8 @21213 NONAME ??_R0?AVX880_Reject_problem@@@8 @21214 NONAME ??_R0?AVX880_ReturnError@@@8 @21215 NONAME ??_R0?AVX880_ReturnErrorProblem@@@8 @21216 NONAME ??_R0?AVX880_ReturnResult@@@8 @21217 NONAME ??_R0?AVX880_ReturnResultProblem@@@8 @21218 NONAME ??_R0?AVX880_ReturnResult_result@@@8 @21219 NONAME ??_R0?AVX880_ROS@@@8 @21220 NONAME ??_R1A@?0A@8WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@8 @30331 NONAME ??_R1A@?0A@8WorkerBase@?$PFactory@VH323Capability@@VPString@@@@8 @29354 NONAME ??_R1A@?0A@8WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29355 NONAME ??_R1A@?0A@8WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @29356 NONAME ??_R1A@?0A@8WorkerBase@?$PFactory@VPWAVFileConverter@@I@@8 @29652 NONAME ??_R1A@?0A@A@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@8 @21221 NONAME ??_R1A@?0A@A@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@8 @21222 NONAME ??_R1A@?0A@A@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@8 @21223 NONAME ??_R1A@?0A@A@?$H235_HASHED@VH235_EncodedGeneralToken@@@@8 @21224 NONAME ??_R1A@?0A@A@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@8 @21225 NONAME ??_R1A@?0A@A@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@8 @21226 NONAME ??_R1A@?0A@A@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@8 @21227 NONAME ??_R1A@?0A@A@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@8 @21228 NONAME ??_R1A@?0A@A@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@8 @21229 NONAME ??_R1A@?0A@A@?$H235_SIGNED@VH235_EncodedReturnSig@@@@8 @21230 NONAME ??_R1A@?0A@A@?$PArray@V?$PList@VH323Capability@@@@@@8 @21231 NONAME ??_R1A@?0A@A@?$PArray@VH323SimultaneousCapabilities@@@@8 @21232 NONAME ??_R1A@?0A@A@?$PArray@VH323TransportAddress@@@@8 @21233 NONAME ??_R1A@?0A@A@?$PArray@VReceiverReport@RTP_Session@@@@8 @21234 NONAME ??_R1A@?0A@A@?$PArray@VSourceDescription@RTP_Session@@@@8 @21235 NONAME ??_R1A@?0A@A@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@8 @21236 NONAME ??_R1A@?0A@A@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@8 @21237 NONAME ??_R1A@?0A@A@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@8 @21238 NONAME ??_R1A@?0A@A@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@8 @21239 NONAME ??_R1A@?0A@A@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@8 @21240 NONAME ??_R1A@?0A@A@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@8 @21241 NONAME ??_R1A@?0A@A@?$PDictionary@VPString@@VH323Connection@@@@8 @21242 NONAME ??_R1A@?0A@A@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@8 @21243 NONAME ??_R1A@?0A@A@?$PDictionary@VPString@@VPOrdinalKey@@@@8 @21244 NONAME ??_R1A@?0A@A@?$PFactory@VH235Authenticator@@VPString@@@@8 @30332 NONAME ??_R1A@?0A@A@?$PFactory@VH323Capability@@VPString@@@@8 @29357 NONAME ??_R1A@?0A@A@?$PFactory@VH323StaticPluginCodec@@VPString@@@@8 @29358 NONAME ??_R1A@?0A@A@?$PFactory@VOpalFactoryCodec@@VPString@@@@8 @29766 NONAME ??_R1A@?0A@A@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@8 @30333 NONAME ??_R1A@?0A@A@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29359 NONAME ??_R1A@?0A@A@?$PFactory@VPWAVFileConverter@@I@@8 @29653 NONAME ??_R1A@?0A@A@?$PList@VH235Authenticator@@@@8 @21245 NONAME ??_R1A@?0A@A@?$PList@VH245_GenericParameter@@@@8 @30334 NONAME ??_R1A@?0A@A@?$PList@VH323Capability@@@@8 @21247 NONAME ??_R1A@?0A@A@?$PList@VH323Channel@@@@8 @21248 NONAME ??_R1A@?0A@A@?$PList@VH323GatekeeperListener@@@@8 @21249 NONAME ??_R1A@?0A@A@?$PList@VH323Listener@@@@8 @21250 NONAME ??_R1A@?0A@A@?$PList@VH323Transactor@@@@8 @21251 NONAME ??_R1A@?0A@A@?$PList@VH450xHandler@@@@8 @21252 NONAME ??_R1A@?0A@A@?$PList@VOpalMediaFormat@@@@8 @21254 NONAME ??_R1A@?0A@A@?$PList@VPBYTEArray@@@@8 @21255 NONAME ??_R1A@?0A@A@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@8 @21256 NONAME ??_R1A@?0A@A@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@8 @21257 NONAME ??_R1A@?0A@A@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@8 @21258 NONAME ??_R1A@?0A@A@?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@8 @21259 NONAME ??_R1A@?0A@A@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@8 @21260 NONAME ??_R1A@?0A@A@?$PSafePtr@VH323GatekeeperCall@@@@8 @21261 NONAME ??_R1A@?0A@A@?$PSafePtr@VH323PeerElementDescriptor@@@@8 @21262 NONAME ??_R1A@?0A@A@?$PSafePtr@VH323PeerElementServiceRelationship@@@@8 @21263 NONAME ??_R1A@?0A@A@?$PSafePtr@VH323RegisteredEndPoint@@@@8 @21264 NONAME ??_R1A@?0A@A@?$PSafeSortedList@VH323GatekeeperCall@@@@8 @21265 NONAME ??_R1A@?0A@A@?$PSafeSortedList@VH323PeerElementDescriptor@@@@8 @21266 NONAME ??_R1A@?0A@A@?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@8 @21267 NONAME ??_R1A@?0A@A@?$PSet@VPOrdinalKey@@@@8 @21268 NONAME ??_R1A@?0A@A@?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@8 @21269 NONAME ??_R1A@?0A@A@?$PSortedList@VH225_AliasAddress@@@@8 @21270 NONAME ??_R1A@?0A@A@?$PSortedList@VH323GatekeeperCall@@@@8 @21271 NONAME ??_R1A@?0A@A@?$PSortedList@VH323PeerElementDescriptor@@@@8 @21272 NONAME ??_R1A@?0A@A@?$PSortedList@VH323PeerElementServiceRelationship@@@@8 @21273 NONAME ??_R1A@?0A@A@?$PSortedList@VMXRecord@PDNS@@@@8 @30335 NONAME ??_R1A@?0A@A@?$PSortedList@VResponse@H323Transactor@@@@8 @21274 NONAME ??_R1A@?0A@A@?$PSortedList@VSRVRecord@PDNS@@@@8 @30336 NONAME ??_R1A@?0A@A@?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @30337 NONAME ??_R1A@?0A@A@?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @30338 NONAME ??_R1A@?0A@A@?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @30339 NONAME ??_R1A@?0A@A@?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @29360 NONAME ??_R1A@?0A@A@?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29361 NONAME ??_R1A@?0A@A@?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29362 NONAME ??_R1A@?0A@A@?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29363 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29364 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29365 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29366 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29367 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29368 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29369 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29370 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29371 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29372 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29373 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29374 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29375 NONAME ??_R1A@?0A@A@?$Worker@VHIDPluginDeviceManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @30340 NONAME ??_R1A@?0A@A@?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29376 NONAME ??_R1A@?0A@A@?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29377 NONAME ??_R1A@?0A@A@?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29378 NONAME ??_R1A@?0A@A@?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29379 NONAME ??_R1A@?0A@A@?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29380 NONAME ??_R1A@?0A@A@?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29381 NONAME ??_R1A@?0A@A@?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29382 NONAME ??_R1A@?0A@A@?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29383 NONAME ??_R1A@?0A@A@?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29384 NONAME ??_R1A@?0A@A@?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29385 NONAME ??_R1A@?0A@A@?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29386 NONAME ??_R1A@?0A@A@?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29387 NONAME ??_R1A@?0A@A@?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29388 NONAME ??_R1A@?0A@A@?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29389 NONAME ??_R1A@?0A@A@?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29390 NONAME ??_R1A@?0A@A@?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29391 NONAME ??_R1A@?0A@A@?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@8 @30341 NONAME ??_R1A@?0A@A@?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@8 @29654 NONAME ??_R1A@?0A@A@?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@8 @29655 NONAME ??_R1A@?0A@A@AliasKey@H323PeerElement@@8 @21275 NONAME ??_R1A@?0A@A@AlternateInfo@H323Gatekeeper@@8 @21276 NONAME ??_R1A@?0A@A@ByteQueue@OpalVoipBlasterDevice@@8 @21277 NONAME ??_R1A@?0A@A@Encoder@@8 @21278 NONAME ??_R1A@?0A@A@Entry@RTP_JitterBuffer@@8 @21279 NONAME ??_R1A@?0A@A@FilterInfo@H323Codec@@8 @21281 NONAME ??_R1A@?0A@A@FullP64Decoder@@8 @21282 NONAME ??_R1A@?0A@A@G7231_File_Capability@@8 @21283 NONAME ??_R1A@?0A@A@G7231_File_Codec@@8 @21284 NONAME ??_R1A@?0A@A@GCC_AlternativeNodeID@@8 @21285 NONAME ??_R1A@?0A@A@GCC_ApplicationInvokeIndication@@8 @21286 NONAME ??_R1A@?0A@A@GCC_ApplicationInvokeSpecifier@@8 @21287 NONAME ??_R1A@?0A@A@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@8 @21288 NONAME ??_R1A@?0A@A@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@8 @21289 NONAME ??_R1A@?0A@A@GCC_ApplicationRecord@@8 @21290 NONAME ??_R1A@?0A@A@GCC_ApplicationRecord_nonCollapsingCapabilities@@8 @21291 NONAME ??_R1A@?0A@A@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@8 @21292 NONAME ??_R1A@?0A@A@GCC_ArrayOf_ApplicationInvokeSpecifier@@8 @21293 NONAME ??_R1A@?0A@A@GCC_ArrayOf_ChallengeItem@@8 @21294 NONAME ??_R1A@?0A@A@GCC_ArrayOf_ConferenceDescriptor@@8 @21295 NONAME ??_R1A@?0A@A@GCC_ArrayOf_Privilege@@8 @21296 NONAME ??_R1A@?0A@A@GCC_ArrayOf_TextString@@8 @21297 NONAME ??_R1A@?0A@A@GCC_ArrayOf_UserID@@8 @21298 NONAME ??_R1A@?0A@A@GCC_AsymmetryIndicator@@8 @21299 NONAME ??_R1A@?0A@A@GCC_CapabilityClass@@8 @21300 NONAME ??_R1A@?0A@A@GCC_CapabilityID@@8 @21301 NONAME ??_R1A@?0A@A@GCC_ChallengeItem@@8 @21302 NONAME ??_R1A@?0A@A@GCC_ChallengeRequest@@8 @21303 NONAME ??_R1A@?0A@A@GCC_ChallengeResponse@@8 @21304 NONAME ??_R1A@?0A@A@GCC_ChallengeResponseAlgorithm@@8 @21305 NONAME ??_R1A@?0A@A@GCC_ChallengeResponseItem@@8 @21306 NONAME ??_R1A@?0A@A@GCC_ChannelID@@8 @21307 NONAME ??_R1A@?0A@A@GCC_ChannelType@@8 @21308 NONAME ??_R1A@?0A@A@GCC_ConductorAssignIndication@@8 @21309 NONAME ??_R1A@?0A@A@GCC_ConductorPermissionAskIndication@@8 @21310 NONAME ??_R1A@?0A@A@GCC_ConductorPermissionGrantIndication@@8 @21311 NONAME ??_R1A@?0A@A@GCC_ConductorReleaseIndication@@8 @21312 NONAME ??_R1A@?0A@A@GCC_ConferenceAddRequest@@8 @21313 NONAME ??_R1A@?0A@A@GCC_ConferenceAddResponse@@8 @21314 NONAME ??_R1A@?0A@A@GCC_ConferenceAddResponse_result@@8 @21315 NONAME ??_R1A@?0A@A@GCC_ConferenceAssistanceIndication@@8 @21316 NONAME ??_R1A@?0A@A@GCC_ConferenceCreateRequest@@8 @21317 NONAME ??_R1A@?0A@A@GCC_ConferenceCreateResponse@@8 @21318 NONAME ??_R1A@?0A@A@GCC_ConferenceCreateResponse_result@@8 @21319 NONAME ??_R1A@?0A@A@GCC_ConferenceDescriptor@@8 @21320 NONAME ??_R1A@?0A@A@GCC_ConferenceEjectUserIndication@@8 @21321 NONAME ??_R1A@?0A@A@GCC_ConferenceEjectUserIndication_reason@@8 @21322 NONAME ??_R1A@?0A@A@GCC_ConferenceEjectUserRequest@@8 @21323 NONAME ??_R1A@?0A@A@GCC_ConferenceEjectUserRequest_reason@@8 @21324 NONAME ??_R1A@?0A@A@GCC_ConferenceEjectUserResponse@@8 @21325 NONAME ??_R1A@?0A@A@GCC_ConferenceEjectUserResponse_result@@8 @21326 NONAME ??_R1A@?0A@A@GCC_ConferenceInviteRequest@@8 @21327 NONAME ??_R1A@?0A@A@GCC_ConferenceInviteResponse@@8 @21328 NONAME ??_R1A@?0A@A@GCC_ConferenceInviteResponse_result@@8 @21329 NONAME ??_R1A@?0A@A@GCC_ConferenceJoinRequest@@8 @21330 NONAME ??_R1A@?0A@A@GCC_ConferenceJoinResponse@@8 @21331 NONAME ??_R1A@?0A@A@GCC_ConferenceJoinResponse_result@@8 @21332 NONAME ??_R1A@?0A@A@GCC_ConferenceLockIndication@@8 @21333 NONAME ??_R1A@?0A@A@GCC_ConferenceLockRequest@@8 @21334 NONAME ??_R1A@?0A@A@GCC_ConferenceLockResponse@@8 @21335 NONAME ??_R1A@?0A@A@GCC_ConferenceLockResponse_result@@8 @21336 NONAME ??_R1A@?0A@A@GCC_ConferenceName@@8 @21337 NONAME ??_R1A@?0A@A@GCC_ConferenceNameModifier@@8 @21338 NONAME ??_R1A@?0A@A@GCC_ConferenceNameSelector@@8 @21339 NONAME ??_R1A@?0A@A@GCC_ConferencePriority@@8 @21340 NONAME ??_R1A@?0A@A@GCC_ConferencePriorityScheme@@8 @21341 NONAME ??_R1A@?0A@A@GCC_ConferenceQueryRequest@@8 @21342 NONAME ??_R1A@?0A@A@GCC_ConferenceQueryResponse@@8 @21343 NONAME ??_R1A@?0A@A@GCC_ConferenceQueryResponse_result@@8 @21344 NONAME ??_R1A@?0A@A@GCC_ConferenceTerminateIndication@@8 @21345 NONAME ??_R1A@?0A@A@GCC_ConferenceTerminateIndication_reason@@8 @21346 NONAME ??_R1A@?0A@A@GCC_ConferenceTerminateRequest@@8 @21347 NONAME ??_R1A@?0A@A@GCC_ConferenceTerminateRequest_reason@@8 @21348 NONAME ??_R1A@?0A@A@GCC_ConferenceTerminateResponse@@8 @21349 NONAME ??_R1A@?0A@A@GCC_ConferenceTerminateResponse_result@@8 @21350 NONAME ??_R1A@?0A@A@GCC_ConferenceTimeExtendIndication@@8 @21351 NONAME ??_R1A@?0A@A@GCC_ConferenceTimeInquireIndication@@8 @21352 NONAME ??_R1A@?0A@A@GCC_ConferenceTimeRemainingIndication@@8 @21353 NONAME ??_R1A@?0A@A@GCC_ConferenceTransferIndication@@8 @21354 NONAME ??_R1A@?0A@A@GCC_ConferenceTransferRequest@@8 @21355 NONAME ??_R1A@?0A@A@GCC_ConferenceTransferResponse@@8 @21356 NONAME ??_R1A@?0A@A@GCC_ConferenceTransferResponse_result@@8 @21357 NONAME ??_R1A@?0A@A@GCC_ConferenceUnlockIndication@@8 @21358 NONAME ??_R1A@?0A@A@GCC_ConferenceUnlockRequest@@8 @21359 NONAME ??_R1A@?0A@A@GCC_ConferenceUnlockResponse@@8 @21360 NONAME ??_R1A@?0A@A@GCC_ConferenceUnlockResponse_result@@8 @21361 NONAME ??_R1A@?0A@A@GCC_ConnectData@@8 @21362 NONAME ??_R1A@?0A@A@GCC_ConnectGCCPDU@@8 @21363 NONAME ??_R1A@?0A@A@GCC_DialingString@@8 @21364 NONAME ??_R1A@?0A@A@GCC_DynamicChannelID@@8 @21365 NONAME ??_R1A@?0A@A@GCC_DynamicTokenID@@8 @21366 NONAME ??_R1A@?0A@A@GCC_EntityID@@8 @21367 NONAME ??_R1A@?0A@A@GCC_ExtraDialingString@@8 @21368 NONAME ??_R1A@?0A@A@GCC_FunctionNotSupportedResponse@@8 @21369 NONAME ??_R1A@?0A@A@GCC_GCCPDU@@8 @21370 NONAME ??_R1A@?0A@A@GCC_H221NonStandardIdentifier@@8 @21371 NONAME ??_R1A@?0A@A@GCC_Handle@@8 @21372 NONAME ??_R1A@?0A@A@GCC_IndicationPDU@@8 @21373 NONAME ??_R1A@?0A@A@GCC_Key@@8 @21374 NONAME ??_R1A@?0A@A@GCC_NetworkAddress@@8 @21375 NONAME ??_R1A@?0A@A@GCC_NetworkAddress_subtype@@8 @21376 NONAME ??_R1A@?0A@A@GCC_NetworkAddress_subtype_aggregatedChannel@@8 @21377 NONAME ??_R1A@?0A@A@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@8 @21378 NONAME ??_R1A@?0A@A@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@8 @21379 NONAME ??_R1A@?0A@A@GCC_NetworkAddress_subtype_transportConnection@@8 @21380 NONAME ??_R1A@?0A@A@GCC_NodeProperties@@8 @21381 NONAME ??_R1A@?0A@A@GCC_NodeRecord@@8 @21382 NONAME ??_R1A@?0A@A@GCC_NodeType@@8 @21383 NONAME ??_R1A@?0A@A@GCC_NonStandardParameter@@8 @21384 NONAME ??_R1A@?0A@A@GCC_NonStandardPDU@@8 @21385 NONAME ??_R1A@?0A@A@GCC_Password@@8 @21386 NONAME ??_R1A@?0A@A@GCC_PasswordChallengeRequestResponse@@8 @21387 NONAME ??_R1A@?0A@A@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@8 @21388 NONAME ??_R1A@?0A@A@GCC_PasswordSelector@@8 @21389 NONAME ??_R1A@?0A@A@GCC_Privilege@@8 @21390 NONAME ??_R1A@?0A@A@GCC_RegistryAllocateHandleRequest@@8 @21391 NONAME ??_R1A@?0A@A@GCC_RegistryAllocateHandleResponse@@8 @21392 NONAME ??_R1A@?0A@A@GCC_RegistryAllocateHandleResponse_result@@8 @21393 NONAME ??_R1A@?0A@A@GCC_RegistryAssignTokenRequest@@8 @21394 NONAME ??_R1A@?0A@A@GCC_RegistryDeleteEntryRequest@@8 @21395 NONAME ??_R1A@?0A@A@GCC_RegistryEntryOwner@@8 @21396 NONAME ??_R1A@?0A@A@GCC_RegistryEntryOwner_owned@@8 @21397 NONAME ??_R1A@?0A@A@GCC_RegistryItem@@8 @21398 NONAME ??_R1A@?0A@A@GCC_RegistryKey@@8 @21399 NONAME ??_R1A@?0A@A@GCC_RegistryModificationRights@@8 @21400 NONAME ??_R1A@?0A@A@GCC_RegistryMonitorEntryIndication@@8 @21401 NONAME ??_R1A@?0A@A@GCC_RegistryMonitorEntryRequest@@8 @21402 NONAME ??_R1A@?0A@A@GCC_RegistryRegisterChannelRequest@@8 @21403 NONAME ??_R1A@?0A@A@GCC_RegistryResponse@@8 @21404 NONAME ??_R1A@?0A@A@GCC_RegistryResponse_primitiveType@@8 @21405 NONAME ??_R1A@?0A@A@GCC_RegistryResponse_result@@8 @21406 NONAME ??_R1A@?0A@A@GCC_RegistryRetrieveEntryRequest@@8 @21407 NONAME ??_R1A@?0A@A@GCC_RegistrySetParameterRequest@@8 @21408 NONAME ??_R1A@?0A@A@GCC_RequestPDU@@8 @21409 NONAME ??_R1A@?0A@A@GCC_ResponsePDU@@8 @21410 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication@@8 @21411 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation@@8 @21412 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype@@8 @21413 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@8 @21414 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@8 @21415 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@8 @21416 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@8 @21417 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@8 @21418 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@8 @21419 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@8 @21420 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@8 @21421 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@8 @21422 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation@@8 @21423 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@8 @21424 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@8 @21425 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@8 @21426 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@8 @21427 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@8 @21428 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@8 @21429 NONAME ??_R1A@?0A@A@GCC_SessionKey@@8 @21430 NONAME ??_R1A@?0A@A@GCC_SimpleNumericString@@8 @21431 NONAME ??_R1A@?0A@A@GCC_SimpleTextString@@8 @21432 NONAME ??_R1A@?0A@A@GCC_StaticChannelID@@8 @21433 NONAME ??_R1A@?0A@A@GCC_StaticTokenID@@8 @21434 NONAME ??_R1A@?0A@A@GCC_SubAddressString@@8 @21435 NONAME ??_R1A@?0A@A@GCC_TerminationMethod@@8 @21436 NONAME ??_R1A@?0A@A@GCC_TextMessageIndication@@8 @21437 NONAME ??_R1A@?0A@A@GCC_TextString@@8 @21438 NONAME ??_R1A@?0A@A@GCC_Time@@8 @21439 NONAME ??_R1A@?0A@A@GCC_TokenID@@8 @21440 NONAME ??_R1A@?0A@A@GCC_UserData@@8 @21441 NONAME ??_R1A@?0A@A@GCC_UserData_subtype@@8 @21442 NONAME ??_R1A@?0A@A@GCC_UserID@@8 @21443 NONAME ??_R1A@?0A@A@GCC_UserIDIndication@@8 @21444 NONAME ??_R1A@?0A@A@H225CallThread@@8 @21445 NONAME ??_R1A@?0A@A@H225TransportThread@@8 @21446 NONAME ??_R1A@?0A@A@H225_AddressPattern@@8 @21447 NONAME ??_R1A@?0A@A@H225_AddressPattern_range@@8 @21448 NONAME ??_R1A@?0A@A@H225_AdmissionConfirm@@8 @21449 NONAME ??_R1A@?0A@A@H225_AdmissionConfirm_language@@8 @21450 NONAME ??_R1A@?0A@A@H225_AdmissionReject@@8 @21451 NONAME ??_R1A@?0A@A@H225_AdmissionRejectReason@@8 @21452 NONAME ??_R1A@?0A@A@H225_AdmissionRequest@@8 @21453 NONAME ??_R1A@?0A@A@H225_Alerting_UUIE@@8 @21454 NONAME ??_R1A@?0A@A@H225_AliasAddress@@8 @21455 NONAME ??_R1A@?0A@A@H225_AlternateGK@@8 @21456 NONAME ??_R1A@?0A@A@H225_AlternateTransportAddresses@@8 @21457 NONAME ??_R1A@?0A@A@H225_AltGKInfo@@8 @21458 NONAME ??_R1A@?0A@A@H225_ANSI_41_UIM@@8 @21459 NONAME ??_R1A@?0A@A@H225_ANSI_41_UIM_system_id@@8 @21460 NONAME ??_R1A@?0A@A@H225_ArrayOf_AddressPattern@@8 @21461 NONAME ??_R1A@?0A@A@H225_ArrayOf_AdmissionConfirm@@8 @21462 NONAME ??_R1A@?0A@A@H225_ArrayOf_AliasAddress@@8 @21463 NONAME ??_R1A@?0A@A@H225_ArrayOf_AlternateGK@@8 @21464 NONAME ??_R1A@?0A@A@H225_ArrayOf_AuthenticationMechanism@@8 @21465 NONAME ??_R1A@?0A@A@H225_ArrayOf_BandwidthDetails@@8 @21466 NONAME ??_R1A@?0A@A@H225_ArrayOf_CallReferenceValue@@8 @21467 NONAME ??_R1A@?0A@A@H225_ArrayOf_CallsAvailable@@8 @21468 NONAME ??_R1A@?0A@A@H225_ArrayOf_ClearToken@@8 @21469 NONAME ??_R1A@?0A@A@H225_ArrayOf_ConferenceIdentifier@@8 @21470 NONAME ??_R1A@?0A@A@H225_ArrayOf_ConferenceList@@8 @21471 NONAME ??_R1A@?0A@A@H225_ArrayOf_CryptoH323Token@@8 @21472 NONAME ??_R1A@?0A@A@H225_ArrayOf_DataRate@@8 @21473 NONAME ??_R1A@?0A@A@H225_ArrayOf_Endpoint@@8 @21474 NONAME ??_R1A@?0A@A@H225_ArrayOf_EnumeratedParameter@@8 @21475 NONAME ??_R1A@?0A@A@H225_ArrayOf_ExtendedAliasAddress@@8 @21476 NONAME ??_R1A@?0A@A@H225_ArrayOf_FeatureDescriptor@@8 @21477 NONAME ??_R1A@?0A@A@H225_ArrayOf_GenericData@@8 @21478 NONAME ??_R1A@?0A@A@H225_ArrayOf_H245Security@@8 @21479 NONAME ??_R1A@?0A@A@H225_ArrayOf_H248PackagesDescriptor@@8 @21480 NONAME ??_R1A@?0A@A@H225_ArrayOf_IntegrityMechanism@@8 @21481 NONAME ??_R1A@?0A@A@H225_ArrayOf_NonStandardParameter@@8 @21482 NONAME ??_R1A@?0A@A@H225_ArrayOf_PartyNumber@@8 @21483 NONAME ??_R1A@?0A@A@H225_ArrayOf_PASN_ObjectId@@8 @21484 NONAME ??_R1A@?0A@A@H225_ArrayOf_PASN_OctetString@@8 @21485 NONAME ??_R1A@?0A@A@H225_ArrayOf_RasUsageSpecification@@8 @21486 NONAME ??_R1A@?0A@A@H225_ArrayOf_RTPSession@@8 @21487 NONAME ??_R1A@?0A@A@H225_ArrayOf_ServiceControlSession@@8 @21488 NONAME ??_R1A@?0A@A@H225_ArrayOf_SupportedPrefix@@8 @21489 NONAME ??_R1A@?0A@A@H225_ArrayOf_SupportedProtocols@@8 @21490 NONAME ??_R1A@?0A@A@H225_ArrayOf_TransportAddress@@8 @21491 NONAME ??_R1A@?0A@A@H225_ArrayOf_TransportChannelInfo@@8 @21492 NONAME ??_R1A@?0A@A@H225_ArrayOf_TunnelledProtocol@@8 @21493 NONAME ??_R1A@?0A@A@H225_BandRejectReason@@8 @21494 NONAME ??_R1A@?0A@A@H225_BandWidth@@8 @21495 NONAME ??_R1A@?0A@A@H225_BandwidthConfirm@@8 @21496 NONAME ??_R1A@?0A@A@H225_BandwidthDetails@@8 @21497 NONAME ??_R1A@?0A@A@H225_BandwidthReject@@8 @21498 NONAME ??_R1A@?0A@A@H225_BandwidthRequest@@8 @21499 NONAME ??_R1A@?0A@A@H225_CallCapacity@@8 @21500 NONAME ??_R1A@?0A@A@H225_CallCapacityInfo@@8 @21501 NONAME ??_R1A@?0A@A@H225_CallCreditCapability@@8 @21502 NONAME ??_R1A@?0A@A@H225_CallCreditServiceControl@@8 @21503 NONAME ??_R1A@?0A@A@H225_CallCreditServiceControl_billingMode@@8 @21504 NONAME ??_R1A@?0A@A@H225_CallCreditServiceControl_callStartingPoint@@8 @21505 NONAME ??_R1A@?0A@A@H225_CallIdentifier@@8 @21506 NONAME ??_R1A@?0A@A@H225_CallLinkage@@8 @21507 NONAME ??_R1A@?0A@A@H225_CallModel@@8 @21508 NONAME ??_R1A@?0A@A@H225_CallProceeding_UUIE@@8 @21509 NONAME ??_R1A@?0A@A@H225_CallReferenceValue@@8 @21510 NONAME ??_R1A@?0A@A@H225_CallsAvailable@@8 @21511 NONAME ??_R1A@?0A@A@H225_CallTerminationCause@@8 @21512 NONAME ??_R1A@?0A@A@H225_CallType@@8 @21513 NONAME ??_R1A@?0A@A@H225_CapacityReportingCapability@@8 @21514 NONAME ??_R1A@?0A@A@H225_CapacityReportingSpecification@@8 @21515 NONAME ??_R1A@?0A@A@H225_CapacityReportingSpecification_when@@8 @21516 NONAME ??_R1A@?0A@A@H225_CarrierInfo@@8 @21517 NONAME ??_R1A@?0A@A@H225_CicInfo@@8 @21518 NONAME ??_R1A@?0A@A@H225_CicInfo_cic@@8 @21519 NONAME ??_R1A@?0A@A@H225_CircuitIdentifier@@8 @21520 NONAME ??_R1A@?0A@A@H225_CircuitInfo@@8 @21521 NONAME ??_R1A@?0A@A@H225_ConferenceIdentifier@@8 @21522 NONAME ??_R1A@?0A@A@H225_ConferenceList@@8 @21523 NONAME ??_R1A@?0A@A@H225_Connect_UUIE@@8 @21524 NONAME ??_R1A@?0A@A@H225_Connect_UUIE_language@@8 @21525 NONAME ??_R1A@?0A@A@H225_Content@@8 @21526 NONAME ??_R1A@?0A@A@H225_CryptoH323Token@@8 @21527 NONAME ??_R1A@?0A@A@H225_CryptoH323Token_cryptoEPPwdHash@@8 @21528 NONAME ??_R1A@?0A@A@H225_CryptoH323Token_cryptoGKPwdHash@@8 @21529 NONAME ??_R1A@?0A@A@H225_DataRate@@8 @21530 NONAME ??_R1A@?0A@A@H225_DisengageConfirm@@8 @21531 NONAME ??_R1A@?0A@A@H225_DisengageReason@@8 @21532 NONAME ??_R1A@?0A@A@H225_DisengageReject@@8 @21533 NONAME ??_R1A@?0A@A@H225_DisengageRejectReason@@8 @21534 NONAME ??_R1A@?0A@A@H225_DisengageRequest@@8 @21535 NONAME ??_R1A@?0A@A@H225_EncodedFastStartToken@@8 @21536 NONAME ??_R1A@?0A@A@H225_EncryptIntAlg@@8 @21537 NONAME ??_R1A@?0A@A@H225_Endpoint@@8 @21538 NONAME ??_R1A@?0A@A@H225_EndpointIdentifier@@8 @21539 NONAME ??_R1A@?0A@A@H225_EndpointType@@8 @21540 NONAME ??_R1A@?0A@A@H225_EnumeratedParameter@@8 @21541 NONAME ??_R1A@?0A@A@H225_ExtendedAliasAddress@@8 @21542 NONAME ??_R1A@?0A@A@H225_FacilityReason@@8 @21543 NONAME ??_R1A@?0A@A@H225_Facility_UUIE@@8 @21544 NONAME ??_R1A@?0A@A@H225_FastStartToken@@8 @21545 NONAME ??_R1A@?0A@A@H225_FeatureDescriptor@@8 @21546 NONAME ??_R1A@?0A@A@H225_FeatureSet@@8 @21547 NONAME ??_R1A@?0A@A@H225_GatekeeperConfirm@@8 @21548 NONAME ??_R1A@?0A@A@H225_GatekeeperIdentifier@@8 @21549 NONAME ??_R1A@?0A@A@H225_GatekeeperInfo@@8 @21550 NONAME ??_R1A@?0A@A@H225_GatekeeperReject@@8 @21551 NONAME ??_R1A@?0A@A@H225_GatekeeperRejectReason@@8 @21552 NONAME ??_R1A@?0A@A@H225_GatekeeperRequest@@8 @21553 NONAME ??_R1A@?0A@A@H225_GatewayInfo@@8 @21554 NONAME ??_R1A@?0A@A@H225_GenericData@@8 @21555 NONAME ??_R1A@?0A@A@H225_GenericIdentifier@@8 @21556 NONAME ??_R1A@?0A@A@H225_GloballyUniqueID@@8 @21557 NONAME ??_R1A@?0A@A@H225_GroupID@@8 @21558 NONAME ??_R1A@?0A@A@H225_GroupID_member@@8 @21559 NONAME ??_R1A@?0A@A@H225_GSM_UIM@@8 @21560 NONAME ??_R1A@?0A@A@H225_H221NonStandard@@8 @21561 NONAME ??_R1A@?0A@A@H225_H245Security@@8 @21562 NONAME ??_R1A@?0A@A@H225_H248PackagesDescriptor@@8 @21563 NONAME ??_R1A@?0A@A@H225_H248SignalsDescriptor@@8 @21564 NONAME ??_R1A@?0A@A@H225_H310Caps@@8 @21565 NONAME ??_R1A@?0A@A@H225_H320Caps@@8 @21566 NONAME ??_R1A@?0A@A@H225_H321Caps@@8 @21567 NONAME ??_R1A@?0A@A@H225_H322Caps@@8 @21568 NONAME ??_R1A@?0A@A@H225_H323Caps@@8 @21569 NONAME ??_R1A@?0A@A@H225_H323_UserInformation@@8 @21570 NONAME ??_R1A@?0A@A@H225_H323_UserInformation_user_data@@8 @21571 NONAME ??_R1A@?0A@A@H225_H323_UU_PDU@@8 @21572 NONAME ??_R1A@?0A@A@H225_H323_UU_PDU_h323_message_body@@8 @21573 NONAME ??_R1A@?0A@A@H225_H323_UU_PDU_tunnelledSignallingMessage@@8 @21574 NONAME ??_R1A@?0A@A@H225_H324Caps@@8 @21575 NONAME ??_R1A@?0A@A@H225_ICV@@8 @21576 NONAME ??_R1A@?0A@A@H225_InfoRequest@@8 @21577 NONAME ??_R1A@?0A@A@H225_InfoRequestAck@@8 @21578 NONAME ??_R1A@?0A@A@H225_InfoRequestNak@@8 @21579 NONAME ??_R1A@?0A@A@H225_InfoRequestNakReason@@8 @21580 NONAME ??_R1A@?0A@A@H225_InfoRequestResponse@@8 @21581 NONAME ??_R1A@?0A@A@H225_InfoRequestResponseStatus@@8 @21582 NONAME ??_R1A@?0A@A@H225_InfoRequestResponse_perCallInfo@@8 @21583 NONAME ??_R1A@?0A@A@H225_InfoRequestResponse_perCallInfo_subtype@@8 @21584 NONAME ??_R1A@?0A@A@H225_InfoRequestResponse_perCallInfo_subtype_pdu@@8 @21585 NONAME ??_R1A@?0A@A@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@8 @21586 NONAME ??_R1A@?0A@A@H225_Information_UUIE@@8 @21587 NONAME ??_R1A@?0A@A@H225_IntegrityMechanism@@8 @21588 NONAME ??_R1A@?0A@A@H225_LocationConfirm@@8 @21589 NONAME ??_R1A@?0A@A@H225_LocationReject@@8 @21590 NONAME ??_R1A@?0A@A@H225_LocationRejectReason@@8 @21591 NONAME ??_R1A@?0A@A@H225_LocationRequest@@8 @21592 NONAME ??_R1A@?0A@A@H225_McuInfo@@8 @21593 NONAME ??_R1A@?0A@A@H225_MobileUIM@@8 @21594 NONAME ??_R1A@?0A@A@H225_NonIsoIntegrityMechanism@@8 @21595 NONAME ??_R1A@?0A@A@H225_NonStandardIdentifier@@8 @21596 NONAME ??_R1A@?0A@A@H225_NonStandardMessage@@8 @21597 NONAME ??_R1A@?0A@A@H225_NonStandardParameter@@8 @21598 NONAME ??_R1A@?0A@A@H225_NonStandardProtocol@@8 @21599 NONAME ??_R1A@?0A@A@H225_Notify_UUIE@@8 @21600 NONAME ??_R1A@?0A@A@H225_NumberDigits@@8 @21601 NONAME ??_R1A@?0A@A@H225_PartyNumber@@8 @21602 NONAME ??_R1A@?0A@A@H225_PresentationIndicator@@8 @21603 NONAME ??_R1A@?0A@A@H225_PrivatePartyNumber@@8 @21604 NONAME ??_R1A@?0A@A@H225_PrivateTypeOfNumber@@8 @21605 NONAME ??_R1A@?0A@A@H225_Progress_UUIE@@8 @21606 NONAME ??_R1A@?0A@A@H225_ProtocolIdentifier@@8 @21607 NONAME ??_R1A@?0A@A@H225_PublicPartyNumber@@8 @21608 NONAME ??_R1A@?0A@A@H225_PublicTypeOfNumber@@8 @21609 NONAME ??_R1A@?0A@A@H225_Q954Details@@8 @21610 NONAME ??_R1A@?0A@A@H225_QseriesOptions@@8 @21611 NONAME ??_R1A@?0A@A@H225_RAS@@8 @21612 NONAME ??_R1A@?0A@A@H225_RasMessage@@8 @21613 NONAME ??_R1A@?0A@A@H225_RasUsageInformation@@8 @21614 NONAME ??_R1A@?0A@A@H225_RasUsageInfoTypes@@8 @21615 NONAME ??_R1A@?0A@A@H225_RasUsageSpecification@@8 @21616 NONAME ??_R1A@?0A@A@H225_RasUsageSpecification_callStartingPoint@@8 @21617 NONAME ??_R1A@?0A@A@H225_RasUsageSpecification_when@@8 @21618 NONAME ??_R1A@?0A@A@H225_RegistrationConfirm@@8 @21619 NONAME ??_R1A@?0A@A@H225_RegistrationConfirm_preGrantedARQ@@8 @21620 NONAME ??_R1A@?0A@A@H225_RegistrationReject@@8 @21621 NONAME ??_R1A@?0A@A@H225_RegistrationRejectReason@@8 @21622 NONAME ??_R1A@?0A@A@H225_RegistrationRejectReason_invalidTerminalAliases@@8 @21623 NONAME ??_R1A@?0A@A@H225_RegistrationRequest@@8 @21624 NONAME ??_R1A@?0A@A@H225_ReleaseCompleteReason@@8 @21625 NONAME ??_R1A@?0A@A@H225_ReleaseComplete_UUIE@@8 @21626 NONAME ??_R1A@?0A@A@H225_RequestInProgress@@8 @21627 NONAME ??_R1A@?0A@A@H225_RequestSeqNum@@8 @21628 NONAME ??_R1A@?0A@A@H225_ResourcesAvailableConfirm@@8 @21629 NONAME ??_R1A@?0A@A@H225_ResourcesAvailableIndicate@@8 @21630 NONAME ??_R1A@?0A@A@H225_RTPSession@@8 @21631 NONAME ??_R1A@?0A@A@H225_RTPSession_associatedSessionIds@@8 @21632 NONAME ??_R1A@?0A@A@H225_ScnConnectionAggregation@@8 @21633 NONAME ??_R1A@?0A@A@H225_ScnConnectionType@@8 @21634 NONAME ??_R1A@?0A@A@H225_ScreeningIndicator@@8 @21635 NONAME ??_R1A@?0A@A@H225_SecurityCapabilities@@8 @21636 NONAME ??_R1A@?0A@A@H225_SecurityErrors2@@8 @21637 NONAME ??_R1A@?0A@A@H225_SecurityErrors@@8 @21638 NONAME ??_R1A@?0A@A@H225_SecurityServiceMode@@8 @21639 NONAME ??_R1A@?0A@A@H225_ServiceControlDescriptor@@8 @21640 NONAME ??_R1A@?0A@A@H225_ServiceControlIndication@@8 @21641 NONAME ??_R1A@?0A@A@H225_ServiceControlIndication_callSpecific@@8 @21642 NONAME ??_R1A@?0A@A@H225_ServiceControlResponse@@8 @21643 NONAME ??_R1A@?0A@A@H225_ServiceControlResponse_result@@8 @21644 NONAME ??_R1A@?0A@A@H225_ServiceControlSession@@8 @21645 NONAME ??_R1A@?0A@A@H225_ServiceControlSession_reason@@8 @21646 NONAME ??_R1A@?0A@A@H225_SetupAcknowledge_UUIE@@8 @21647 NONAME ??_R1A@?0A@A@H225_Setup_UUIE@@8 @21648 NONAME ??_R1A@?0A@A@H225_Setup_UUIE_conferenceGoal@@8 @21649 NONAME ??_R1A@?0A@A@H225_Setup_UUIE_connectionParameters@@8 @21650 NONAME ??_R1A@?0A@A@H225_Setup_UUIE_language@@8 @21651 NONAME ??_R1A@?0A@A@H225_SIPCaps@@8 @21652 NONAME ??_R1A@?0A@A@H225_StatusInquiry_UUIE@@8 @21653 NONAME ??_R1A@?0A@A@H225_Status_UUIE@@8 @21654 NONAME ??_R1A@?0A@A@H225_StimulusControl@@8 @21655 NONAME ??_R1A@?0A@A@H225_SupportedPrefix@@8 @21656 NONAME ??_R1A@?0A@A@H225_SupportedProtocols@@8 @21657 NONAME ??_R1A@?0A@A@H225_T120OnlyCaps@@8 @21658 NONAME ??_R1A@?0A@A@H225_T38FaxAnnexbOnlyCaps@@8 @21659 NONAME ??_R1A@?0A@A@H225_TBCD_STRING@@8 @21660 NONAME ??_R1A@?0A@A@H225_TerminalInfo@@8 @21661 NONAME ??_R1A@?0A@A@H225_TimeToLive@@8 @21662 NONAME ??_R1A@?0A@A@H225_TransportAddress@@8 @21663 NONAME ??_R1A@?0A@A@H225_TransportAddress_ip6Address@@8 @21664 NONAME ??_R1A@?0A@A@H225_TransportAddress_ipAddress@@8 @21665 NONAME ??_R1A@?0A@A@H225_TransportAddress_ipSourceRoute@@8 @21666 NONAME ??_R1A@?0A@A@H225_TransportAddress_ipSourceRoute_route@@8 @21667 NONAME ??_R1A@?0A@A@H225_TransportAddress_ipSourceRoute_routing@@8 @21668 NONAME ??_R1A@?0A@A@H225_TransportAddress_ipxAddress@@8 @21669 NONAME ??_R1A@?0A@A@H225_TransportChannelInfo@@8 @21670 NONAME ??_R1A@?0A@A@H225_TransportQOS@@8 @21671 NONAME ??_R1A@?0A@A@H225_TunnelledProtocol@@8 @21672 NONAME ??_R1A@?0A@A@H225_TunnelledProtocolAlternateIdentifier@@8 @21673 NONAME ??_R1A@?0A@A@H225_TunnelledProtocol_id@@8 @21674 NONAME ??_R1A@?0A@A@H225_UnknownMessageResponse@@8 @21675 NONAME ??_R1A@?0A@A@H225_UnregistrationConfirm@@8 @21676 NONAME ??_R1A@?0A@A@H225_UnregistrationReject@@8 @21677 NONAME ??_R1A@?0A@A@H225_UnregistrationRequest@@8 @21678 NONAME ??_R1A@?0A@A@H225_UnregRejectReason@@8 @21679 NONAME ??_R1A@?0A@A@H225_UnregRequestReason@@8 @21680 NONAME ??_R1A@?0A@A@H225_UseSpecifiedTransport@@8 @21681 NONAME ??_R1A@?0A@A@H225_UUIEsRequested@@8 @21682 NONAME ??_R1A@?0A@A@H225_VendorIdentifier@@8 @21683 NONAME ??_R1A@?0A@A@H225_VoiceCaps@@8 @21684 NONAME ??_R1A@?0A@A@H235AuthCAT@@8 @21685 NONAME ??_R1A@?0A@A@H235Authenticator@@8 @21686 NONAME ??_R1A@?0A@A@H235Authenticators@@8 @21687 NONAME ??_R1A@?0A@A@H235AuthProcedure1@@8 @21688 NONAME ??_R1A@?0A@A@H235AuthSimpleMD5@@8 @21689 NONAME ??_R1A@?0A@A@H235_AuthenticationBES@@8 @21690 NONAME ??_R1A@?0A@A@H235_AuthenticationMechanism@@8 @21691 NONAME ??_R1A@?0A@A@H235_ChallengeString@@8 @21692 NONAME ??_R1A@?0A@A@H235_ClearToken@@8 @21693 NONAME ??_R1A@?0A@A@H235_CryptoToken@@8 @21694 NONAME ??_R1A@?0A@A@H235_CryptoToken_cryptoEncryptedToken@@8 @21695 NONAME ??_R1A@?0A@A@H235_CryptoToken_cryptoHashedToken@@8 @21696 NONAME ??_R1A@?0A@A@H235_CryptoToken_cryptoSignedToken@@8 @21697 NONAME ??_R1A@?0A@A@H235_DHset@@8 @21698 NONAME ??_R1A@?0A@A@H235_ECGDSASignature@@8 @21699 NONAME ??_R1A@?0A@A@H235_ECKASDH@@8 @21700 NONAME ??_R1A@?0A@A@H235_ECKASDH_eckasdh2@@8 @21701 NONAME ??_R1A@?0A@A@H235_ECKASDH_eckasdhp@@8 @21702 NONAME ??_R1A@?0A@A@H235_ECpoint@@8 @21703 NONAME ??_R1A@?0A@A@H235_EncodedGeneralToken@@8 @21704 NONAME ??_R1A@?0A@A@H235_EncodedKeySignedMaterial@@8 @21705 NONAME ??_R1A@?0A@A@H235_EncodedKeySyncMaterial@@8 @21706 NONAME ??_R1A@?0A@A@H235_EncodedPwdCertToken@@8 @21707 NONAME ??_R1A@?0A@A@H235_EncodedReturnSig@@8 @21708 NONAME ??_R1A@?0A@A@H235_H235CertificateSignature@@8 @21709 NONAME ??_R1A@?0A@A@H235_H235Key@@8 @21710 NONAME ??_R1A@?0A@A@H235_Identifier@@8 @21711 NONAME ??_R1A@?0A@A@H235_IV16@@8 @21712 NONAME ??_R1A@?0A@A@H235_IV8@@8 @21713 NONAME ??_R1A@?0A@A@H235_KeyMaterial@@8 @21714 NONAME ??_R1A@?0A@A@H235_KeySignedMaterial@@8 @21715 NONAME ??_R1A@?0A@A@H235_KeySyncMaterial@@8 @21716 NONAME ??_R1A@?0A@A@H235_NonStandardParameter@@8 @21717 NONAME ??_R1A@?0A@A@H235_Params@@8 @21718 NONAME ??_R1A@?0A@A@H235_Password@@8 @21719 NONAME ??_R1A@?0A@A@H235_PwdCertToken@@8 @21720 NONAME ??_R1A@?0A@A@H235_RandomVal@@8 @21721 NONAME ??_R1A@?0A@A@H235_ReturnSig@@8 @21722 NONAME ??_R1A@?0A@A@H235_TimeStamp@@8 @21723 NONAME ??_R1A@?0A@A@H235_TypedCertificate@@8 @21724 NONAME ??_R1A@?0A@A@H235_V3KeySyncMaterial@@8 @21725 NONAME ??_R1A@?0A@A@H245NegLogicalChannel@@8 @21726 NONAME ??_R1A@?0A@A@H245NegLogicalChannels@@8 @21727 NONAME ??_R1A@?0A@A@H245NegMasterSlaveDetermination@@8 @21728 NONAME ??_R1A@?0A@A@H245Negotiator@@8 @21729 NONAME ??_R1A@?0A@A@H245NegRequestMode@@8 @21730 NONAME ??_R1A@?0A@A@H245NegRoundTripDelay@@8 @21731 NONAME ??_R1A@?0A@A@H245NegTerminalCapabilitySet@@8 @21732 NONAME ??_R1A@?0A@A@H245TransportThread@@8 @21733 NONAME ??_R1A@?0A@A@H245_AlternativeCapabilitySet@@8 @21734 NONAME ??_R1A@?0A@A@H245_ArrayOf_AlternativeCapabilitySet@@8 @21735 NONAME ??_R1A@?0A@A@H245_ArrayOf_BEnhancementParameters@@8 @21736 NONAME ??_R1A@?0A@A@H245_ArrayOf_CapabilityDescriptor@@8 @21737 NONAME ??_R1A@?0A@A@H245_ArrayOf_CapabilityDescriptorNumber@@8 @21738 NONAME ??_R1A@?0A@A@H245_ArrayOf_CapabilityTableEntry@@8 @21739 NONAME ??_R1A@?0A@A@H245_ArrayOf_CapabilityTableEntryNumber@@8 @21740 NONAME ??_R1A@?0A@A@H245_ArrayOf_CommunicationModeTableEntry@@8 @21741 NONAME ??_R1A@?0A@A@H245_ArrayOf_CustomPictureClockFrequency@@8 @21742 NONAME ??_R1A@?0A@A@H245_ArrayOf_CustomPictureFormat@@8 @21743 NONAME ??_R1A@?0A@A@H245_ArrayOf_DataApplicationCapability@@8 @21744 NONAME ??_R1A@?0A@A@H245_ArrayOf_DialingInformationNetworkType@@8 @21745 NONAME ??_R1A@?0A@A@H245_ArrayOf_DialingInformationNumber@@8 @21746 NONAME ??_R1A@?0A@A@H245_ArrayOf_EnhancementOptions@@8 @21747 NONAME ??_R1A@?0A@A@H245_ArrayOf_EscrowData@@8 @21748 NONAME ??_R1A@?0A@A@H245_ArrayOf_GenericCapability@@8 @30342 NONAME ??_R1A@?0A@A@H245_ArrayOf_GenericParameter@@8 @21749 NONAME ??_R1A@?0A@A@H245_ArrayOf_H263ModeComboFlags@@8 @21750 NONAME ??_R1A@?0A@A@H245_ArrayOf_H263VideoModeCombos@@8 @21751 NONAME ??_R1A@?0A@A@H245_ArrayOf_MediaChannelCapability@@8 @21752 NONAME ??_R1A@?0A@A@H245_ArrayOf_MediaDistributionCapability@@8 @21753 NONAME ??_R1A@?0A@A@H245_ArrayOf_ModeDescription@@8 @21754 NONAME ??_R1A@?0A@A@H245_ArrayOf_MultiplePayloadStreamElement@@8 @21755 NONAME ??_R1A@?0A@A@H245_ArrayOf_MultiplePayloadStreamElementMode@@8 @21756 NONAME ??_R1A@?0A@A@H245_ArrayOf_MultiplexElement@@8 @21757 NONAME ??_R1A@?0A@A@H245_ArrayOf_MultiplexEntryDescriptor@@8 @21758 NONAME ??_R1A@?0A@A@H245_ArrayOf_MultiplexEntryRejectionDescriptions@@8 @21759 NONAME ??_R1A@?0A@A@H245_ArrayOf_MultiplexTableEntryNumber@@8 @21760 NONAME ??_R1A@?0A@A@H245_ArrayOf_NonStandardParameter@@8 @21761 NONAME ??_R1A@?0A@A@H245_ArrayOf_ParameterIdentifier@@8 @21762 NONAME ??_R1A@?0A@A@H245_ArrayOf_PictureReference@@8 @21763 NONAME ??_R1A@?0A@A@H245_ArrayOf_Q2931Address@@8 @21764 NONAME ??_R1A@?0A@A@H245_ArrayOf_QOSCapability@@8 @21765 NONAME ??_R1A@?0A@A@H245_ArrayOf_RedundancyEncodingCapability@@8 @21766 NONAME ??_R1A@?0A@A@H245_ArrayOf_RedundancyEncodingDTModeElement@@8 @21767 NONAME ??_R1A@?0A@A@H245_ArrayOf_RedundancyEncodingElement@@8 @21768 NONAME ??_R1A@?0A@A@H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@8 @21769 NONAME ??_R1A@?0A@A@H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@8 @21770 NONAME ??_R1A@?0A@A@H245_ArrayOf_RTPPayloadType@@8 @21771 NONAME ??_R1A@?0A@A@H245_ArrayOf_TerminalInformation@@8 @21772 NONAME ??_R1A@?0A@A@H245_ArrayOf_TerminalLabel@@8 @21773 NONAME ??_R1A@?0A@A@H245_ArrayOf_VCCapability@@8 @21774 NONAME ??_R1A@?0A@A@H245_ArrayOf_VideoCapability@@8 @30343 NONAME ??_R1A@?0A@A@H245_ATMParameters@@8 @21775 NONAME ??_R1A@?0A@A@H245_AudioCapability@@8 @21776 NONAME ??_R1A@?0A@A@H245_AudioCapability_g7231@@8 @21777 NONAME ??_R1A@?0A@A@H245_AudioMode@@8 @21778 NONAME ??_R1A@?0A@A@H245_AudioMode_g7231@@8 @21779 NONAME ??_R1A@?0A@A@H245_AudioTelephonyEventCapability@@8 @21780 NONAME ??_R1A@?0A@A@H245_AudioToneCapability@@8 @21781 NONAME ??_R1A@?0A@A@H245_AuthenticationCapability@@8 @21782 NONAME ??_R1A@?0A@A@H245_BEnhancementParameters@@8 @21783 NONAME ??_R1A@?0A@A@H245_Capability@@8 @21784 NONAME ??_R1A@?0A@A@H245_CapabilityDescriptor@@8 @21785 NONAME ??_R1A@?0A@A@H245_CapabilityDescriptorNumber@@8 @21786 NONAME ??_R1A@?0A@A@H245_CapabilityIdentifier@@8 @21787 NONAME ??_R1A@?0A@A@H245_CapabilityTableEntry@@8 @21788 NONAME ??_R1A@?0A@A@H245_CapabilityTableEntryNumber@@8 @21789 NONAME ??_R1A@?0A@A@H245_Capability_h233EncryptionReceiveCapability@@8 @21790 NONAME ??_R1A@?0A@A@H245_CertSelectionCriteria@@8 @21791 NONAME ??_R1A@?0A@A@H245_CloseLogicalChannel@@8 @21792 NONAME ??_R1A@?0A@A@H245_CloseLogicalChannelAck@@8 @21793 NONAME ??_R1A@?0A@A@H245_CloseLogicalChannel_reason@@8 @21794 NONAME ??_R1A@?0A@A@H245_CloseLogicalChannel_source@@8 @21795 NONAME ??_R1A@?0A@A@H245_CommandMessage@@8 @21796 NONAME ??_R1A@?0A@A@H245_CommunicationModeCommand@@8 @21797 NONAME ??_R1A@?0A@A@H245_CommunicationModeRequest@@8 @21798 NONAME ??_R1A@?0A@A@H245_CommunicationModeResponse@@8 @21799 NONAME ??_R1A@?0A@A@H245_CommunicationModeTableEntry@@8 @21800 NONAME ??_R1A@?0A@A@H245_CommunicationModeTableEntry_dataType@@8 @21801 NONAME ??_R1A@?0A@A@H245_CompressionType@@8 @21802 NONAME ??_R1A@?0A@A@H245_ConferenceCapability@@8 @21803 NONAME ??_R1A@?0A@A@H245_ConferenceCommand@@8 @21804 NONAME ??_R1A@?0A@A@H245_ConferenceID@@8 @21805 NONAME ??_R1A@?0A@A@H245_ConferenceIndication@@8 @21806 NONAME ??_R1A@?0A@A@H245_ConferenceRequest@@8 @21807 NONAME ??_R1A@?0A@A@H245_ConferenceRequest_requestTerminalCertificate@@8 @21808 NONAME ??_R1A@?0A@A@H245_ConferenceResponse@@8 @21809 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@8 @21810 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_chairTokenOwnerResponse@@8 @21811 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_conferenceIDResponse@@8 @21812 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_extensionAddressResponse@@8 @21813 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_makeMeChairResponse@@8 @21814 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_makeTerminalBroadcasterResponse@@8 @21815 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_mCTerminalIDResponse@@8 @21816 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_passwordResponse@@8 @21817 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_sendThisSourceResponse@@8 @21818 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_terminalCertificateResponse@@8 @21819 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_terminalIDResponse@@8 @21820 NONAME ??_R1A@?0A@A@H245_ConnectionIdentifier@@8 @21821 NONAME ??_R1A@?0A@A@H245_CRCLength@@8 @21822 NONAME ??_R1A@?0A@A@H245_Criteria@@8 @21823 NONAME ??_R1A@?0A@A@H245_CustomPictureClockFrequency@@8 @21824 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat@@8 @21825 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_mPI@@8 @21826 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_mPI_customPCF@@8 @21827 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_mPI_customPCF_subtype@@8 @21828 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_pixelAspectInformation@@8 @21829 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@8 @21830 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@8 @21831 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@8 @21832 NONAME ??_R1A@?0A@A@H245_DataApplicationCapability@@8 @21833 NONAME ??_R1A@?0A@A@H245_DataApplicationCapability_application@@8 @21834 NONAME ??_R1A@?0A@A@H245_DataApplicationCapability_application_nlpid@@8 @21835 NONAME ??_R1A@?0A@A@H245_DataApplicationCapability_application_t38fax@@8 @21836 NONAME ??_R1A@?0A@A@H245_DataApplicationCapability_application_t84@@8 @21837 NONAME ??_R1A@?0A@A@H245_DataMode@@8 @21838 NONAME ??_R1A@?0A@A@H245_DataMode_application@@8 @21839 NONAME ??_R1A@?0A@A@H245_DataMode_application_nlpid@@8 @21840 NONAME ??_R1A@?0A@A@H245_DataMode_application_t38fax@@8 @21841 NONAME ??_R1A@?0A@A@H245_DataProtocolCapability@@8 @21842 NONAME ??_R1A@?0A@A@H245_DataProtocolCapability_v76wCompression@@8 @21843 NONAME ??_R1A@?0A@A@H245_DataType@@8 @21844 NONAME ??_R1A@?0A@A@H245_DepFECCapability@@8 @30344 NONAME ??_R1A@?0A@A@H245_DepFECCapability_rfc2733@@8 @30345 NONAME ??_R1A@?0A@A@H245_DepFECCapability_rfc2733_separateStream@@8 @30346 NONAME ??_R1A@?0A@A@H245_DepFECData@@8 @30347 NONAME ??_R1A@?0A@A@H245_DepFECData_rfc2733@@8 @30348 NONAME ??_R1A@?0A@A@H245_DepFECData_rfc2733_mode@@8 @30349 NONAME ??_R1A@?0A@A@H245_DepFECData_rfc2733_mode_separateStream@@8 @30350 NONAME ??_R1A@?0A@A@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@8 @30351 NONAME ??_R1A@?0A@A@H245_DepFECData_rfc2733_mode_separateStream_samePort@@8 @30352 NONAME ??_R1A@?0A@A@H245_DepFECMode@@8 @30353 NONAME ??_R1A@?0A@A@H245_DepFECMode_rfc2733Mode@@8 @30354 NONAME ??_R1A@?0A@A@H245_DepFECMode_rfc2733Mode_mode@@8 @30355 NONAME ??_R1A@?0A@A@H245_DepFECMode_rfc2733Mode_mode_separateStream@@8 @30356 NONAME ??_R1A@?0A@A@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@8 @30357 NONAME ??_R1A@?0A@A@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@8 @30358 NONAME ??_R1A@?0A@A@H245_DialingInformation@@8 @21845 NONAME ??_R1A@?0A@A@H245_DialingInformationNetworkType@@8 @21846 NONAME ??_R1A@?0A@A@H245_DialingInformationNumber@@8 @21847 NONAME ??_R1A@?0A@A@H245_EncryptionAuthenticationAndIntegrity@@8 @21848 NONAME ??_R1A@?0A@A@H245_EncryptionCapability@@8 @21849 NONAME ??_R1A@?0A@A@H245_EncryptionCommand@@8 @21850 NONAME ??_R1A@?0A@A@H245_EncryptionCommand_encryptionAlgorithmID@@8 @21851 NONAME ??_R1A@?0A@A@H245_EncryptionMode@@8 @21852 NONAME ??_R1A@?0A@A@H245_EncryptionSync@@8 @21853 NONAME ??_R1A@?0A@A@H245_EncryptionUpdateDirection@@8 @30359 NONAME ??_R1A@?0A@A@H245_EncryptionUpdateRequest@@8 @21854 NONAME ??_R1A@?0A@A@H245_EndSessionCommand@@8 @21855 NONAME ??_R1A@?0A@A@H245_EndSessionCommand_gstnOptions@@8 @21856 NONAME ??_R1A@?0A@A@H245_EndSessionCommand_isdnOptions@@8 @21857 NONAME ??_R1A@?0A@A@H245_EnhancementLayerInfo@@8 @21858 NONAME ??_R1A@?0A@A@H245_EnhancementOptions@@8 @21859 NONAME ??_R1A@?0A@A@H245_EscrowData@@8 @21860 NONAME ??_R1A@?0A@A@H245_ExtendedVideoCapability@@8 @30360 NONAME ??_R1A@?0A@A@H245_FECCapability@@8 @21861 NONAME ??_R1A@?0A@A@H245_FECCapability_rfc2733Format@@8 @30361 NONAME ??_R1A@?0A@A@H245_FECData@@8 @21864 NONAME ??_R1A@?0A@A@H245_FECData_rfc2733@@8 @21865 NONAME ??_R1A@?0A@A@H245_FECData_rfc2733_pktMode@@8 @30362 NONAME ??_R1A@?0A@A@H245_FECData_rfc2733_pktMode_rfc2733diffport@@8 @30363 NONAME ??_R1A@?0A@A@H245_FECData_rfc2733_pktMode_rfc2733sameport@@8 @30364 NONAME ??_R1A@?0A@A@H245_FECMode@@8 @21870 NONAME ??_R1A@?0A@A@H245_FECMode_rfc2733Format@@8 @30365 NONAME ??_R1A@?0A@A@H245_FlowControlCommand@@8 @21876 NONAME ??_R1A@?0A@A@H245_FlowControlCommand_restriction@@8 @21877 NONAME ??_R1A@?0A@A@H245_FlowControlCommand_scope@@8 @21878 NONAME ??_R1A@?0A@A@H245_FlowControlIndication@@8 @21879 NONAME ??_R1A@?0A@A@H245_FlowControlIndication_restriction@@8 @21880 NONAME ??_R1A@?0A@A@H245_FlowControlIndication_scope@@8 @21881 NONAME ??_R1A@?0A@A@H245_FunctionNotSupported@@8 @21882 NONAME ??_R1A@?0A@A@H245_FunctionNotSupported_cause@@8 @21883 NONAME ??_R1A@?0A@A@H245_FunctionNotUnderstood@@8 @21884 NONAME ??_R1A@?0A@A@H245_G7231AnnexCCapability@@8 @21885 NONAME ??_R1A@?0A@A@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@8 @21886 NONAME ??_R1A@?0A@A@H245_G7231AnnexCMode@@8 @21887 NONAME ??_R1A@?0A@A@H245_G7231AnnexCMode_g723AnnexCAudioMode@@8 @21888 NONAME ??_R1A@?0A@A@H245_G729Extensions@@8 @21889 NONAME ??_R1A@?0A@A@H245_GenericCapability@@8 @21890 NONAME ??_R1A@?0A@A@H245_GenericMessage@@8 @30366 NONAME ??_R1A@?0A@A@H245_GenericParameter@@8 @21891 NONAME ??_R1A@?0A@A@H245_GSMAudioCapability@@8 @21892 NONAME ??_R1A@?0A@A@H245_H222Capability@@8 @21893 NONAME ??_R1A@?0A@A@H245_H222LogicalChannelParameters@@8 @21894 NONAME ??_R1A@?0A@A@H245_H223AL1MParameters@@8 @21895 NONAME ??_R1A@?0A@A@H245_H223AL1MParameters_arqType@@8 @21896 NONAME ??_R1A@?0A@A@H245_H223AL1MParameters_crcLength@@8 @21897 NONAME ??_R1A@?0A@A@H245_H223AL1MParameters_headerFEC@@8 @21898 NONAME ??_R1A@?0A@A@H245_H223AL1MParameters_transferMode@@8 @21899 NONAME ??_R1A@?0A@A@H245_H223AL2MParameters@@8 @21900 NONAME ??_R1A@?0A@A@H245_H223AL2MParameters_headerFEC@@8 @21901 NONAME ??_R1A@?0A@A@H245_H223AL3MParameters@@8 @21902 NONAME ??_R1A@?0A@A@H245_H223AL3MParameters_arqType@@8 @21903 NONAME ??_R1A@?0A@A@H245_H223AL3MParameters_crcLength@@8 @21904 NONAME ??_R1A@?0A@A@H245_H223AL3MParameters_headerFormat@@8 @21905 NONAME ??_R1A@?0A@A@H245_H223AnnexCArqParameters@@8 @21906 NONAME ??_R1A@?0A@A@H245_H223AnnexCArqParameters_numberOfRetransmissions@@8 @21907 NONAME ??_R1A@?0A@A@H245_H223AnnexCCapability@@8 @21908 NONAME ??_R1A@?0A@A@H245_H223Capability@@8 @21909 NONAME ??_R1A@?0A@A@H245_H223Capability_h223MultiplexTableCapability@@8 @21910 NONAME ??_R1A@?0A@A@H245_H223Capability_h223MultiplexTableCapability_enhanced@@8 @21911 NONAME ??_R1A@?0A@A@H245_H223Capability_mobileMultilinkFrameCapability@@8 @21912 NONAME ??_R1A@?0A@A@H245_H223Capability_mobileOperationTransmitCapability@@8 @21913 NONAME ??_R1A@?0A@A@H245_H223LogicalChannelParameters@@8 @21914 NONAME ??_R1A@?0A@A@H245_H223LogicalChannelParameters_adaptationLayerType@@8 @21915 NONAME ??_R1A@?0A@A@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@8 @21916 NONAME ??_R1A@?0A@A@H245_H223ModeParameters@@8 @21917 NONAME ??_R1A@?0A@A@H245_H223ModeParameters_adaptationLayerType@@8 @21918 NONAME ??_R1A@?0A@A@H245_H223ModeParameters_adaptationLayerType_al3@@8 @21919 NONAME ??_R1A@?0A@A@H245_H223MultiplexReconfiguration@@8 @21920 NONAME ??_R1A@?0A@A@H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@8 @21921 NONAME ??_R1A@?0A@A@H245_H223MultiplexReconfiguration_h223ModeChange@@8 @21922 NONAME ??_R1A@?0A@A@H245_H223SkewIndication@@8 @21923 NONAME ??_R1A@?0A@A@H245_H2250Capability@@8 @21924 NONAME ??_R1A@?0A@A@H245_H2250Capability_mcCapability@@8 @21925 NONAME ??_R1A@?0A@A@H245_H2250LogicalChannelAckParameters@@8 @21926 NONAME ??_R1A@?0A@A@H245_H2250LogicalChannelParameters@@8 @21927 NONAME ??_R1A@?0A@A@H245_H2250LogicalChannelParameters_mediaPacketization@@8 @21928 NONAME ??_R1A@?0A@A@H245_H2250MaximumSkewIndication@@8 @21929 NONAME ??_R1A@?0A@A@H245_H2250ModeParameters@@8 @21930 NONAME ??_R1A@?0A@A@H245_H235Media@@8 @21931 NONAME ??_R1A@?0A@A@H245_H235Media_mediaType@@8 @21932 NONAME ??_R1A@?0A@A@H245_H235Mode@@8 @21933 NONAME ??_R1A@?0A@A@H245_H235Mode_mediaMode@@8 @21934 NONAME ??_R1A@?0A@A@H245_H235SecurityCapability@@8 @21935 NONAME ??_R1A@?0A@A@H245_H261VideoCapability@@8 @21936 NONAME ??_R1A@?0A@A@H245_H261VideoMode@@8 @21937 NONAME ??_R1A@?0A@A@H245_H261VideoMode_resolution@@8 @21938 NONAME ??_R1A@?0A@A@H245_H262VideoCapability@@8 @21939 NONAME ??_R1A@?0A@A@H245_H262VideoMode@@8 @21940 NONAME ??_R1A@?0A@A@H245_H262VideoMode_profileAndLevel@@8 @21941 NONAME ??_R1A@?0A@A@H245_H263ModeComboFlags@@8 @21942 NONAME ??_R1A@?0A@A@H245_H263Options@@8 @21943 NONAME ??_R1A@?0A@A@H245_H263Version3Options@@8 @21944 NONAME ??_R1A@?0A@A@H245_H263VideoCapability@@8 @21945 NONAME ??_R1A@?0A@A@H245_H263VideoMode@@8 @21946 NONAME ??_R1A@?0A@A@H245_H263VideoModeCombos@@8 @21947 NONAME ??_R1A@?0A@A@H245_H263VideoMode_resolution@@8 @21948 NONAME ??_R1A@?0A@A@H245_IndicationMessage@@8 @21949 NONAME ??_R1A@?0A@A@H245_IntegrityCapability@@8 @21950 NONAME ??_R1A@?0A@A@H245_IS11172AudioCapability@@8 @21951 NONAME ??_R1A@?0A@A@H245_IS11172AudioMode@@8 @21952 NONAME ??_R1A@?0A@A@H245_IS11172AudioMode_audioLayer@@8 @21953 NONAME ??_R1A@?0A@A@H245_IS11172AudioMode_audioSampling@@8 @21954 NONAME ??_R1A@?0A@A@H245_IS11172AudioMode_multichannelType@@8 @21955 NONAME ??_R1A@?0A@A@H245_IS11172VideoCapability@@8 @21956 NONAME ??_R1A@?0A@A@H245_IS11172VideoMode@@8 @21957 NONAME ??_R1A@?0A@A@H245_IS13818AudioCapability@@8 @21958 NONAME ??_R1A@?0A@A@H245_IS13818AudioMode@@8 @21959 NONAME ??_R1A@?0A@A@H245_IS13818AudioMode_audioLayer@@8 @21960 NONAME ??_R1A@?0A@A@H245_IS13818AudioMode_audioSampling@@8 @21961 NONAME ??_R1A@?0A@A@H245_IS13818AudioMode_multichannelType@@8 @21962 NONAME ??_R1A@?0A@A@H245_IV16@@8 @30367 NONAME ??_R1A@?0A@A@H245_IV8@@8 @30368 NONAME ??_R1A@?0A@A@H245_JitterIndication@@8 @21963 NONAME ??_R1A@?0A@A@H245_JitterIndication_scope@@8 @21964 NONAME ??_R1A@?0A@A@H245_KeyProtectionMethod@@8 @21965 NONAME ??_R1A@?0A@A@H245_LogicalChannelNumber@@8 @21966 NONAME ??_R1A@?0A@A@H245_LogicalChannelRateAcknowledge@@8 @21967 NONAME ??_R1A@?0A@A@H245_LogicalChannelRateReject@@8 @21968 NONAME ??_R1A@?0A@A@H245_LogicalChannelRateRejectReason@@8 @21969 NONAME ??_R1A@?0A@A@H245_LogicalChannelRateRelease@@8 @21970 NONAME ??_R1A@?0A@A@H245_LogicalChannelRateRequest@@8 @21971 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopAck@@8 @21972 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopAck_type@@8 @21973 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopOffCommand@@8 @21974 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopReject@@8 @21975 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopReject_cause@@8 @21976 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopReject_type@@8 @21977 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopRequest@@8 @21978 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopRequest_type@@8 @21979 NONAME ??_R1A@?0A@A@H245_MasterSlaveDetermination@@8 @21980 NONAME ??_R1A@?0A@A@H245_MasterSlaveDeterminationAck@@8 @21981 NONAME ??_R1A@?0A@A@H245_MasterSlaveDeterminationAck_decision@@8 @21982 NONAME ??_R1A@?0A@A@H245_MasterSlaveDeterminationReject@@8 @21983 NONAME ??_R1A@?0A@A@H245_MasterSlaveDeterminationReject_cause@@8 @21984 NONAME ??_R1A@?0A@A@H245_MasterSlaveDeterminationRelease@@8 @21985 NONAME ??_R1A@?0A@A@H245_MaximumBitRate@@8 @21986 NONAME ??_R1A@?0A@A@H245_MaxRedundancy@@8 @30369 NONAME ??_R1A@?0A@A@H245_MCLocationIndication@@8 @21987 NONAME ??_R1A@?0A@A@H245_McuNumber@@8 @21988 NONAME ??_R1A@?0A@A@H245_MediaChannelCapability@@8 @21989 NONAME ??_R1A@?0A@A@H245_MediaDistributionCapability@@8 @21990 NONAME ??_R1A@?0A@A@H245_MediaEncryptionAlgorithm@@8 @21991 NONAME ??_R1A@?0A@A@H245_MediaPacketizationCapability@@8 @21992 NONAME ??_R1A@?0A@A@H245_MediaTransportType@@8 @21993 NONAME ??_R1A@?0A@A@H245_MediaTransportType_atm_AAL5_compressed@@8 @21994 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand@@8 @21995 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type@@8 @21996 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_encryptionUpdateAck@@8 @30370 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@8 @30371 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_lostPartialPicture@@8 @21997 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_progressiveRefinementStart@@8 @21998 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@8 @21999 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_videoBadMBs@@8 @22000 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@8 @22001 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_videoFastUpdateMB@@8 @22002 NONAME ??_R1A@?0A@A@H245_MiscellaneousIndication@@8 @22003 NONAME ??_R1A@?0A@A@H245_MiscellaneousIndication_type@@8 @22004 NONAME ??_R1A@?0A@A@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@8 @22005 NONAME ??_R1A@?0A@A@H245_MobileMultilinkReconfigurationCommand@@8 @22006 NONAME ??_R1A@?0A@A@H245_MobileMultilinkReconfigurationCommand_status@@8 @22007 NONAME ??_R1A@?0A@A@H245_MobileMultilinkReconfigurationIndication@@8 @22008 NONAME ??_R1A@?0A@A@H245_ModeDescription@@8 @22009 NONAME ??_R1A@?0A@A@H245_ModeElement@@8 @22010 NONAME ??_R1A@?0A@A@H245_ModeElementType@@8 @22011 NONAME ??_R1A@?0A@A@H245_MulticastAddress@@8 @22012 NONAME ??_R1A@?0A@A@H245_MulticastAddress_iP6Address@@8 @22013 NONAME ??_R1A@?0A@A@H245_MulticastAddress_iPAddress@@8 @22014 NONAME ??_R1A@?0A@A@H245_MultilinkIndication@@8 @22015 NONAME ??_R1A@?0A@A@H245_MultilinkIndication_crcDesired@@8 @22016 NONAME ??_R1A@?0A@A@H245_MultilinkIndication_excessiveError@@8 @22017 NONAME ??_R1A@?0A@A@H245_MultilinkRequest@@8 @22018 NONAME ??_R1A@?0A@A@H245_MultilinkRequest_addConnection@@8 @22019 NONAME ??_R1A@?0A@A@H245_MultilinkRequest_callInformation@@8 @22020 NONAME ??_R1A@?0A@A@H245_MultilinkRequest_maximumHeaderInterval@@8 @22021 NONAME ??_R1A@?0A@A@H245_MultilinkRequest_maximumHeaderInterval_requestType@@8 @22022 NONAME ??_R1A@?0A@A@H245_MultilinkRequest_removeConnection@@8 @22023 NONAME ??_R1A@?0A@A@H245_MultilinkResponse@@8 @22024 NONAME ??_R1A@?0A@A@H245_MultilinkResponse_addConnection@@8 @22025 NONAME ??_R1A@?0A@A@H245_MultilinkResponse_addConnection_responseCode@@8 @22026 NONAME ??_R1A@?0A@A@H245_MultilinkResponse_addConnection_responseCode_rejected@@8 @22027 NONAME ??_R1A@?0A@A@H245_MultilinkResponse_callInformation@@8 @22028 NONAME ??_R1A@?0A@A@H245_MultilinkResponse_maximumHeaderInterval@@8 @22029 NONAME ??_R1A@?0A@A@H245_MultilinkResponse_removeConnection@@8 @22030 NONAME ??_R1A@?0A@A@H245_MultimediaSystemControlMessage@@8 @22031 NONAME ??_R1A@?0A@A@H245_MultiplePayloadStream@@8 @22032 NONAME ??_R1A@?0A@A@H245_MultiplePayloadStreamCapability@@8 @22033 NONAME ??_R1A@?0A@A@H245_MultiplePayloadStreamElement@@8 @22034 NONAME ??_R1A@?0A@A@H245_MultiplePayloadStreamElementMode@@8 @22035 NONAME ??_R1A@?0A@A@H245_MultiplePayloadStreamMode@@8 @22036 NONAME ??_R1A@?0A@A@H245_MultiplexCapability@@8 @22037 NONAME ??_R1A@?0A@A@H245_MultiplexedStreamCapability@@8 @22038 NONAME ??_R1A@?0A@A@H245_MultiplexedStreamModeParameters@@8 @22039 NONAME ??_R1A@?0A@A@H245_MultiplexedStreamParameter@@8 @22040 NONAME ??_R1A@?0A@A@H245_MultiplexElement@@8 @22041 NONAME ??_R1A@?0A@A@H245_MultiplexElement_repeatCount@@8 @22042 NONAME ??_R1A@?0A@A@H245_MultiplexElement_type@@8 @22043 NONAME ??_R1A@?0A@A@H245_MultiplexEntryDescriptor@@8 @22044 NONAME ??_R1A@?0A@A@H245_MultiplexEntryRejectionDescriptions@@8 @22045 NONAME ??_R1A@?0A@A@H245_MultiplexEntryRejectionDescriptions_cause@@8 @22046 NONAME ??_R1A@?0A@A@H245_MultiplexEntrySend@@8 @22047 NONAME ??_R1A@?0A@A@H245_MultiplexEntrySendAck@@8 @22048 NONAME ??_R1A@?0A@A@H245_MultiplexEntrySendReject@@8 @22049 NONAME ??_R1A@?0A@A@H245_MultiplexEntrySendRelease@@8 @22050 NONAME ??_R1A@?0A@A@H245_MultiplexFormat@@8 @22051 NONAME ??_R1A@?0A@A@H245_MultiplexTableEntryNumber@@8 @22052 NONAME ??_R1A@?0A@A@H245_MultipointCapability@@8 @22053 NONAME ??_R1A@?0A@A@H245_NetworkAccessParameters@@8 @22054 NONAME ??_R1A@?0A@A@H245_NetworkAccessParameters_distribution@@8 @22055 NONAME ??_R1A@?0A@A@H245_NetworkAccessParameters_networkAddress@@8 @22056 NONAME ??_R1A@?0A@A@H245_NetworkAccessParameters_t120SetupProcedure@@8 @22057 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand@@8 @22058 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_aal@@8 @22059 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_aal_aal1@@8 @22060 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_aal_aal1_clockRecovery@@8 @22061 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_aal_aal1_errorCorrection@@8 @22062 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_aal_aal5@@8 @22063 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_multiplex@@8 @22064 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_reverseParameters@@8 @22065 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_reverseParameters_multiplex@@8 @22066 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication@@8 @22067 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_aal@@8 @22068 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_aal_aal1@@8 @22069 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_aal_aal1_clockRecovery@@8 @22070 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_aal_aal1_errorCorrection@@8 @22071 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_aal_aal5@@8 @22072 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_multiplex@@8 @22073 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_reverseParameters@@8 @22074 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_reverseParameters_multiplex@@8 @22075 NONAME ??_R1A@?0A@A@H245_NonStandardIdentifier@@8 @22076 NONAME ??_R1A@?0A@A@H245_NonStandardIdentifier_h221NonStandard@@8 @22077 NONAME ??_R1A@?0A@A@H245_NonStandardMessage@@8 @22078 NONAME ??_R1A@?0A@A@H245_NonStandardParameter@@8 @22079 NONAME ??_R1A@?0A@A@H245_NoPTAudioTelephonyEventCapability@@8 @22080 NONAME ??_R1A@?0A@A@H245_NoPTAudioToneCapability@@8 @22081 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannel@@8 @22082 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelAck@@8 @22083 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@8 @22084 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@8 @22085 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@8 @22086 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelConfirm@@8 @22087 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelReject@@8 @22088 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelReject_cause@@8 @22089 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@8 @22090 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@8 @22091 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@8 @22092 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@8 @22093 NONAME ??_R1A@?0A@A@H245_ParameterIdentifier@@8 @22094 NONAME ??_R1A@?0A@A@H245_ParameterValue@@8 @22095 NONAME ??_R1A@?0A@A@H245_Params@@8 @30372 NONAME ??_R1A@?0A@A@H245_Password@@8 @22096 NONAME ??_R1A@?0A@A@H245_PictureReference@@8 @22097 NONAME ??_R1A@?0A@A@H245_Q2931Address@@8 @22098 NONAME ??_R1A@?0A@A@H245_Q2931Address_address@@8 @22099 NONAME ??_R1A@?0A@A@H245_QOSCapability@@8 @22100 NONAME ??_R1A@?0A@A@H245_QOSMode@@8 @22101 NONAME ??_R1A@?0A@A@H245_RedundancyEncoding@@8 @22102 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingCapability@@8 @22103 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingDTMode@@8 @22104 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingDTModeElement@@8 @22105 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingDTModeElement_type@@8 @22106 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingElement@@8 @22107 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingMethod@@8 @22108 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingMode@@8 @22109 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingMode_secondaryEncoding@@8 @22110 NONAME ??_R1A@?0A@A@H245_RedundancyEncoding_rtpRedundancyEncoding@@8 @22111 NONAME ??_R1A@?0A@A@H245_RefPictureSelection@@8 @22112 NONAME ??_R1A@?0A@A@H245_RefPictureSelection_additionalPictureMemory@@8 @22113 NONAME ??_R1A@?0A@A@H245_RefPictureSelection_enhancedReferencePicSelect@@8 @22114 NONAME ??_R1A@?0A@A@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@8 @22115 NONAME ??_R1A@?0A@A@H245_RefPictureSelection_videoBackChannelSend@@8 @22116 NONAME ??_R1A@?0A@A@H245_RemoteMCRequest@@8 @22117 NONAME ??_R1A@?0A@A@H245_RemoteMCResponse@@8 @22118 NONAME ??_R1A@?0A@A@H245_RemoteMCResponse_reject@@8 @22119 NONAME ??_R1A@?0A@A@H245_RequestAllTerminalIDsResponse@@8 @22120 NONAME ??_R1A@?0A@A@H245_RequestChannelClose@@8 @22121 NONAME ??_R1A@?0A@A@H245_RequestChannelCloseAck@@8 @22122 NONAME ??_R1A@?0A@A@H245_RequestChannelCloseReject@@8 @22123 NONAME ??_R1A@?0A@A@H245_RequestChannelCloseReject_cause@@8 @22124 NONAME ??_R1A@?0A@A@H245_RequestChannelCloseRelease@@8 @22125 NONAME ??_R1A@?0A@A@H245_RequestChannelClose_reason@@8 @22126 NONAME ??_R1A@?0A@A@H245_RequestMessage@@8 @22127 NONAME ??_R1A@?0A@A@H245_RequestMode@@8 @22128 NONAME ??_R1A@?0A@A@H245_RequestModeAck@@8 @22129 NONAME ??_R1A@?0A@A@H245_RequestModeAck_response@@8 @22130 NONAME ??_R1A@?0A@A@H245_RequestModeReject@@8 @22131 NONAME ??_R1A@?0A@A@H245_RequestModeReject_cause@@8 @22132 NONAME ??_R1A@?0A@A@H245_RequestModeRelease@@8 @22133 NONAME ??_R1A@?0A@A@H245_RequestMultiplexEntry@@8 @22134 NONAME ??_R1A@?0A@A@H245_RequestMultiplexEntryAck@@8 @22135 NONAME ??_R1A@?0A@A@H245_RequestMultiplexEntryReject@@8 @22136 NONAME ??_R1A@?0A@A@H245_RequestMultiplexEntryRejectionDescriptions@@8 @22137 NONAME ??_R1A@?0A@A@H245_RequestMultiplexEntryRejectionDescriptions_cause@@8 @22138 NONAME ??_R1A@?0A@A@H245_RequestMultiplexEntryRelease@@8 @22139 NONAME ??_R1A@?0A@A@H245_ResponseMessage@@8 @22140 NONAME ??_R1A@?0A@A@H245_RoundTripDelayRequest@@8 @22141 NONAME ??_R1A@?0A@A@H245_RoundTripDelayResponse@@8 @22142 NONAME ??_R1A@?0A@A@H245_RSVPParameters@@8 @22143 NONAME ??_R1A@?0A@A@H245_RTPH263VideoRedundancyEncoding@@8 @22144 NONAME ??_R1A@?0A@A@H245_RTPH263VideoRedundancyEncoding_containedThreads@@8 @22145 NONAME ??_R1A@?0A@A@H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@8 @22146 NONAME ??_R1A@?0A@A@H245_RTPH263VideoRedundancyFrameMapping@@8 @22147 NONAME ??_R1A@?0A@A@H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@8 @22148 NONAME ??_R1A@?0A@A@H245_RTPPayloadType@@8 @22149 NONAME ??_R1A@?0A@A@H245_RTPPayloadType_payloadDescriptor@@8 @22150 NONAME ??_R1A@?0A@A@H245_SendTerminalCapabilitySet@@8 @22151 NONAME ??_R1A@?0A@A@H245_SendTerminalCapabilitySet_specificRequest@@8 @22152 NONAME ??_R1A@?0A@A@H245_SequenceNumber@@8 @22153 NONAME ??_R1A@?0A@A@H245_SubstituteConferenceIDCommand@@8 @22154 NONAME ??_R1A@?0A@A@H245_T38FaxProfile@@8 @22155 NONAME ??_R1A@?0A@A@H245_T38FaxRateManagement@@8 @22156 NONAME ??_R1A@?0A@A@H245_T38FaxTcpOptions@@8 @22157 NONAME ??_R1A@?0A@A@H245_T38FaxUdpOptions@@8 @22158 NONAME ??_R1A@?0A@A@H245_T38FaxUdpOptions_t38FaxUdpEC@@8 @22159 NONAME ??_R1A@?0A@A@H245_T84Profile@@8 @22160 NONAME ??_R1A@?0A@A@H245_T84Profile_t84Restricted@@8 @22161 NONAME ??_R1A@?0A@A@H245_TerminalCapabilitySet@@8 @22162 NONAME ??_R1A@?0A@A@H245_TerminalCapabilitySetAck@@8 @22163 NONAME ??_R1A@?0A@A@H245_TerminalCapabilitySetReject@@8 @22164 NONAME ??_R1A@?0A@A@H245_TerminalCapabilitySetReject_cause@@8 @22165 NONAME ??_R1A@?0A@A@H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@8 @22166 NONAME ??_R1A@?0A@A@H245_TerminalCapabilitySetRelease@@8 @22167 NONAME ??_R1A@?0A@A@H245_TerminalID@@8 @22168 NONAME ??_R1A@?0A@A@H245_TerminalInformation@@8 @22169 NONAME ??_R1A@?0A@A@H245_TerminalLabel@@8 @22170 NONAME ??_R1A@?0A@A@H245_TerminalNumber@@8 @22171 NONAME ??_R1A@?0A@A@H245_TerminalYouAreSeeingInSubPictureNumber@@8 @22172 NONAME ??_R1A@?0A@A@H245_TransparencyParameters@@8 @22173 NONAME ??_R1A@?0A@A@H245_TransportAddress@@8 @22174 NONAME ??_R1A@?0A@A@H245_TransportCapability@@8 @22175 NONAME ??_R1A@?0A@A@H245_UnicastAddress@@8 @22176 NONAME ??_R1A@?0A@A@H245_UnicastAddress_iP6Address@@8 @22177 NONAME ??_R1A@?0A@A@H245_UnicastAddress_iPAddress@@8 @22178 NONAME ??_R1A@?0A@A@H245_UnicastAddress_iPSourceRouteAddress@@8 @22179 NONAME ??_R1A@?0A@A@H245_UnicastAddress_iPSourceRouteAddress_route@@8 @22180 NONAME ??_R1A@?0A@A@H245_UnicastAddress_iPSourceRouteAddress_routing@@8 @22181 NONAME ??_R1A@?0A@A@H245_UnicastAddress_iPXAddress@@8 @22182 NONAME ??_R1A@?0A@A@H245_UserInputCapability@@8 @22183 NONAME ??_R1A@?0A@A@H245_UserInputIndication@@8 @22184 NONAME ??_R1A@?0A@A@H245_UserInputIndication_encryptedAlphanumeric@@8 @30373 NONAME ??_R1A@?0A@A@H245_UserInputIndication_extendedAlphanumeric@@8 @22185 NONAME ??_R1A@?0A@A@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@8 @30374 NONAME ??_R1A@?0A@A@H245_UserInputIndication_signal@@8 @22186 NONAME ??_R1A@?0A@A@H245_UserInputIndication_signalUpdate@@8 @22187 NONAME ??_R1A@?0A@A@H245_UserInputIndication_signalUpdate_rtp@@8 @22188 NONAME ??_R1A@?0A@A@H245_UserInputIndication_signal_rtp@@8 @22189 NONAME ??_R1A@?0A@A@H245_UserInputIndication_userInputSupportIndication@@8 @22190 NONAME ??_R1A@?0A@A@H245_V42bis@@8 @22191 NONAME ??_R1A@?0A@A@H245_V75Capability@@8 @22192 NONAME ??_R1A@?0A@A@H245_V75Parameters@@8 @22193 NONAME ??_R1A@?0A@A@H245_V76Capability@@8 @22194 NONAME ??_R1A@?0A@A@H245_V76HDLCParameters@@8 @22195 NONAME ??_R1A@?0A@A@H245_V76LogicalChannelParameters@@8 @22196 NONAME ??_R1A@?0A@A@H245_V76LogicalChannelParameters_mode@@8 @22197 NONAME ??_R1A@?0A@A@H245_V76LogicalChannelParameters_mode_eRM@@8 @22198 NONAME ??_R1A@?0A@A@H245_V76LogicalChannelParameters_mode_eRM_recovery@@8 @22199 NONAME ??_R1A@?0A@A@H245_V76LogicalChannelParameters_suspendResume@@8 @22200 NONAME ??_R1A@?0A@A@H245_V76ModeParameters@@8 @22201 NONAME ??_R1A@?0A@A@H245_VBDCapability@@8 @22202 NONAME ??_R1A@?0A@A@H245_VBDMode@@8 @22203 NONAME ??_R1A@?0A@A@H245_VCCapability@@8 @22204 NONAME ??_R1A@?0A@A@H245_VCCapability_aal1@@8 @22205 NONAME ??_R1A@?0A@A@H245_VCCapability_aal1ViaGateway@@8 @22206 NONAME ??_R1A@?0A@A@H245_VCCapability_aal5@@8 @22207 NONAME ??_R1A@?0A@A@H245_VCCapability_availableBitRates@@8 @22208 NONAME ??_R1A@?0A@A@H245_VCCapability_availableBitRates_type@@8 @22209 NONAME ??_R1A@?0A@A@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@8 @22210 NONAME ??_R1A@?0A@A@H245_VendorIdentification@@8 @22211 NONAME ??_R1A@?0A@A@H245_VideoCapability@@8 @22212 NONAME ??_R1A@?0A@A@H245_VideoIndicateCompose@@8 @22213 NONAME ??_R1A@?0A@A@H245_VideoMode@@8 @22214 NONAME ??_R1A@?0A@A@H248_ActionReply@@8 @22215 NONAME ??_R1A@?0A@A@H248_ActionRequest@@8 @22216 NONAME ??_R1A@?0A@A@H248_AmmDescriptor@@8 @22217 NONAME ??_R1A@?0A@A@H248_AmmRequest@@8 @22218 NONAME ??_R1A@?0A@A@H248_AmmsReply@@8 @22219 NONAME ??_R1A@?0A@A@H248_ArrayOf_ActionReply@@8 @22220 NONAME ??_R1A@?0A@A@H248_ArrayOf_ActionRequest@@8 @22221 NONAME ??_R1A@?0A@A@H248_ArrayOf_AmmDescriptor@@8 @22222 NONAME ??_R1A@?0A@A@H248_ArrayOf_CommandReply@@8 @22223 NONAME ??_R1A@?0A@A@H248_ArrayOf_CommandRequest@@8 @22224 NONAME ??_R1A@?0A@A@H248_ArrayOf_EventParameter@@8 @22225 NONAME ??_R1A@?0A@A@H248_ArrayOf_IndAuditParameter@@8 @22226 NONAME ??_R1A@?0A@A@H248_ArrayOf_IndAudPropertyParm@@8 @22227 NONAME ??_R1A@?0A@A@H248_ArrayOf_IndAudStreamDescriptor@@8 @22228 NONAME ??_R1A@?0A@A@H248_ArrayOf_ModemType@@8 @22229 NONAME ??_R1A@?0A@A@H248_ArrayOf_ObservedEvent@@8 @22230 NONAME ??_R1A@?0A@A@H248_ArrayOf_PASN_OctetString@@8 @22231 NONAME ??_R1A@?0A@A@H248_ArrayOf_PropertyGroup@@8 @22232 NONAME ??_R1A@?0A@A@H248_ArrayOf_PropertyParm@@8 @22233 NONAME ??_R1A@?0A@A@H248_ArrayOf_RequestedEvent@@8 @22234 NONAME ??_R1A@?0A@A@H248_ArrayOf_SecondRequestedEvent@@8 @22235 NONAME ??_R1A@?0A@A@H248_ArrayOf_Signal@@8 @22236 NONAME ??_R1A@?0A@A@H248_ArrayOf_SigParameter@@8 @22237 NONAME ??_R1A@?0A@A@H248_ArrayOf_StreamDescriptor@@8 @22238 NONAME ??_R1A@?0A@A@H248_ArrayOf_TerminationID@@8 @22239 NONAME ??_R1A@?0A@A@H248_ArrayOf_TopologyRequest@@8 @22240 NONAME ??_R1A@?0A@A@H248_ArrayOf_Transaction@@8 @22241 NONAME ??_R1A@?0A@A@H248_ArrayOf_WildcardField@@8 @22242 NONAME ??_R1A@?0A@A@H248_AuditDescriptor@@8 @22243 NONAME ??_R1A@?0A@A@H248_AuditReply@@8 @22244 NONAME ??_R1A@?0A@A@H248_AuditRequest@@8 @22245 NONAME ??_R1A@?0A@A@H248_AuditResult@@8 @22246 NONAME ??_R1A@?0A@A@H248_AuditReturnParameter@@8 @22247 NONAME ??_R1A@?0A@A@H248_AuthData@@8 @22248 NONAME ??_R1A@?0A@A@H248_AuthenticationHeader@@8 @22249 NONAME ??_R1A@?0A@A@H248_Command@@8 @22250 NONAME ??_R1A@?0A@A@H248_CommandReply@@8 @22251 NONAME ??_R1A@?0A@A@H248_CommandRequest@@8 @22252 NONAME ??_R1A@?0A@A@H248_ContextAttrAuditRequest@@8 @22253 NONAME ??_R1A@?0A@A@H248_ContextID@@8 @22254 NONAME ??_R1A@?0A@A@H248_ContextRequest@@8 @22255 NONAME ??_R1A@?0A@A@H248_DigitMapDescriptor@@8 @22256 NONAME ??_R1A@?0A@A@H248_DigitMapName@@8 @22257 NONAME ??_R1A@?0A@A@H248_DigitMapValue@@8 @22258 NONAME ??_R1A@?0A@A@H248_DomainName@@8 @22259 NONAME ??_R1A@?0A@A@H248_ErrorCode@@8 @22260 NONAME ??_R1A@?0A@A@H248_ErrorDescriptor@@8 @22261 NONAME ??_R1A@?0A@A@H248_ErrorText@@8 @22262 NONAME ??_R1A@?0A@A@H248_EventBufferControl@@8 @22263 NONAME ??_R1A@?0A@A@H248_EventBufferDescriptor@@8 @22264 NONAME ??_R1A@?0A@A@H248_EventDM@@8 @22265 NONAME ??_R1A@?0A@A@H248_EventName@@8 @22266 NONAME ??_R1A@?0A@A@H248_EventParameter@@8 @22267 NONAME ??_R1A@?0A@A@H248_EventParameter_extraInfo@@8 @22268 NONAME ??_R1A@?0A@A@H248_EventsDescriptor@@8 @22269 NONAME ??_R1A@?0A@A@H248_EventSpec@@8 @22270 NONAME ??_R1A@?0A@A@H248_H221NonStandard@@8 @22271 NONAME ??_R1A@?0A@A@H248_IndAudDigitMapDescriptor@@8 @22272 NONAME ??_R1A@?0A@A@H248_IndAudEventBufferDescriptor@@8 @22273 NONAME ??_R1A@?0A@A@H248_IndAudEventsDescriptor@@8 @22274 NONAME ??_R1A@?0A@A@H248_IndAuditParameter@@8 @22275 NONAME ??_R1A@?0A@A@H248_IndAudLocalControlDescriptor@@8 @22276 NONAME ??_R1A@?0A@A@H248_IndAudLocalRemoteDescriptor@@8 @22277 NONAME ??_R1A@?0A@A@H248_IndAudMediaDescriptor@@8 @22278 NONAME ??_R1A@?0A@A@H248_IndAudMediaDescriptor_streams@@8 @22279 NONAME ??_R1A@?0A@A@H248_IndAudPackagesDescriptor@@8 @22280 NONAME ??_R1A@?0A@A@H248_IndAudPropertyGroup@@8 @22281 NONAME ??_R1A@?0A@A@H248_IndAudPropertyParm@@8 @22282 NONAME ??_R1A@?0A@A@H248_IndAudSeqSigList@@8 @22283 NONAME ??_R1A@?0A@A@H248_IndAudSignal@@8 @22284 NONAME ??_R1A@?0A@A@H248_IndAudSignalsDescriptor@@8 @22285 NONAME ??_R1A@?0A@A@H248_IndAudStatisticsDescriptor@@8 @22286 NONAME ??_R1A@?0A@A@H248_IndAudStreamDescriptor@@8 @22287 NONAME ??_R1A@?0A@A@H248_IndAudStreamParms@@8 @22288 NONAME ??_R1A@?0A@A@H248_IndAudTerminationStateDescriptor@@8 @22289 NONAME ??_R1A@?0A@A@H248_IP4Address@@8 @22290 NONAME ??_R1A@?0A@A@H248_IP6Address@@8 @22291 NONAME ??_R1A@?0A@A@H248_LocalControlDescriptor@@8 @22292 NONAME ??_R1A@?0A@A@H248_LocalRemoteDescriptor@@8 @22293 NONAME ??_R1A@?0A@A@H248_MediaDescriptor@@8 @22294 NONAME ??_R1A@?0A@A@H248_MediaDescriptor_streams@@8 @22295 NONAME ??_R1A@?0A@A@H248_MegacoMessage@@8 @22296 NONAME ??_R1A@?0A@A@H248_Message@@8 @22297 NONAME ??_R1A@?0A@A@H248_Message_messageBody@@8 @22298 NONAME ??_R1A@?0A@A@H248_MId@@8 @22299 NONAME ??_R1A@?0A@A@H248_ModemDescriptor@@8 @22300 NONAME ??_R1A@?0A@A@H248_ModemType@@8 @22301 NONAME ??_R1A@?0A@A@H248_MuxDescriptor@@8 @22302 NONAME ??_R1A@?0A@A@H248_MuxType@@8 @22303 NONAME ??_R1A@?0A@A@H248_Name@@8 @22304 NONAME ??_R1A@?0A@A@H248_NonStandardData@@8 @22305 NONAME ??_R1A@?0A@A@H248_NonStandardIdentifier@@8 @22306 NONAME ??_R1A@?0A@A@H248_NotifyCompletion@@8 @22307 NONAME ??_R1A@?0A@A@H248_NotifyReply@@8 @22308 NONAME ??_R1A@?0A@A@H248_NotifyRequest@@8 @22309 NONAME ??_R1A@?0A@A@H248_ObservedEvent@@8 @22310 NONAME ??_R1A@?0A@A@H248_ObservedEventsDescriptor@@8 @22311 NONAME ??_R1A@?0A@A@H248_PackagesDescriptor@@8 @22312 NONAME ??_R1A@?0A@A@H248_PackagesItem@@8 @22313 NONAME ??_R1A@?0A@A@H248_PathName@@8 @22314 NONAME ??_R1A@?0A@A@H248_PkgdName@@8 @22315 NONAME ??_R1A@?0A@A@H248_PropertyGroup@@8 @22316 NONAME ??_R1A@?0A@A@H248_PropertyParm@@8 @22317 NONAME ??_R1A@?0A@A@H248_PropertyParm_extraInfo@@8 @22318 NONAME ??_R1A@?0A@A@H248_Relation@@8 @22319 NONAME ??_R1A@?0A@A@H248_RequestedActions@@8 @22320 NONAME ??_R1A@?0A@A@H248_RequestedEvent@@8 @22321 NONAME ??_R1A@?0A@A@H248_RequestID@@8 @22322 NONAME ??_R1A@?0A@A@H248_SecondEventsDescriptor@@8 @22323 NONAME ??_R1A@?0A@A@H248_SecondRequestedActions@@8 @22324 NONAME ??_R1A@?0A@A@H248_SecondRequestedEvent@@8 @22325 NONAME ??_R1A@?0A@A@H248_SecurityParmIndex@@8 @22326 NONAME ??_R1A@?0A@A@H248_SeqSigList@@8 @22327 NONAME ??_R1A@?0A@A@H248_SequenceNum@@8 @22328 NONAME ??_R1A@?0A@A@H248_ServiceChangeAddress@@8 @22329 NONAME ??_R1A@?0A@A@H248_ServiceChangeMethod@@8 @22330 NONAME ??_R1A@?0A@A@H248_ServiceChangeParm@@8 @22331 NONAME ??_R1A@?0A@A@H248_ServiceChangeProfile@@8 @22332 NONAME ??_R1A@?0A@A@H248_ServiceChangeReply@@8 @22333 NONAME ??_R1A@?0A@A@H248_ServiceChangeRequest@@8 @22334 NONAME ??_R1A@?0A@A@H248_ServiceChangeResParm@@8 @22335 NONAME ??_R1A@?0A@A@H248_ServiceChangeResult@@8 @22336 NONAME ??_R1A@?0A@A@H248_ServiceState@@8 @22337 NONAME ??_R1A@?0A@A@H248_Signal@@8 @22338 NONAME ??_R1A@?0A@A@H248_SignalName@@8 @22339 NONAME ??_R1A@?0A@A@H248_SignalRequest@@8 @22340 NONAME ??_R1A@?0A@A@H248_SignalsDescriptor@@8 @22341 NONAME ??_R1A@?0A@A@H248_SignalType@@8 @22342 NONAME ??_R1A@?0A@A@H248_SigParameter@@8 @22343 NONAME ??_R1A@?0A@A@H248_SigParameter_extraInfo@@8 @22344 NONAME ??_R1A@?0A@A@H248_StatisticsDescriptor@@8 @22345 NONAME ??_R1A@?0A@A@H248_StatisticsParameter@@8 @22346 NONAME ??_R1A@?0A@A@H248_StreamDescriptor@@8 @22347 NONAME ??_R1A@?0A@A@H248_StreamID@@8 @22348 NONAME ??_R1A@?0A@A@H248_StreamMode@@8 @22349 NONAME ??_R1A@?0A@A@H248_StreamParms@@8 @22350 NONAME ??_R1A@?0A@A@H248_SubtractRequest@@8 @22351 NONAME ??_R1A@?0A@A@H248_TerminationAudit@@8 @22352 NONAME ??_R1A@?0A@A@H248_TerminationID@@8 @22353 NONAME ??_R1A@?0A@A@H248_TerminationIDList@@8 @22354 NONAME ??_R1A@?0A@A@H248_TerminationStateDescriptor@@8 @22355 NONAME ??_R1A@?0A@A@H248_TimeNotation@@8 @22356 NONAME ??_R1A@?0A@A@H248_TopologyRequest@@8 @22357 NONAME ??_R1A@?0A@A@H248_TopologyRequest_topologyDirection@@8 @22358 NONAME ??_R1A@?0A@A@H248_Transaction@@8 @22359 NONAME ??_R1A@?0A@A@H248_TransactionAck@@8 @22360 NONAME ??_R1A@?0A@A@H248_TransactionId@@8 @22361 NONAME ??_R1A@?0A@A@H248_TransactionPending@@8 @22362 NONAME ??_R1A@?0A@A@H248_TransactionReply@@8 @22363 NONAME ??_R1A@?0A@A@H248_TransactionReply_transactionResult@@8 @22364 NONAME ??_R1A@?0A@A@H248_TransactionRequest@@8 @22365 NONAME ??_R1A@?0A@A@H248_TransactionResponseAck@@8 @22366 NONAME ??_R1A@?0A@A@H248_Value@@8 @22367 NONAME ??_R1A@?0A@A@H248_WildcardField@@8 @22368 NONAME ??_R1A@?0A@A@H261DCTEncoder@@8 @22369 NONAME ??_R1A@?0A@A@H261Encoder@@8 @22370 NONAME ??_R1A@?0A@A@H261PixelEncoder@@8 @22371 NONAME ??_R1A@?0A@A@H323AudioCapability@@8 @22374 NONAME ??_R1A@?0A@A@H323AudioCodec@@8 @22375 NONAME ??_R1A@?0A@A@H323BidirectionalChannel@@8 @22376 NONAME ??_R1A@?0A@A@H323CallCreditServiceControl@@8 @22377 NONAME ??_R1A@?0A@A@H323Capabilities@@8 @22378 NONAME ??_R1A@?0A@A@H323CapabilitiesSet@@8 @22379 NONAME ??_R1A@?0A@A@H323Capability@@8 @22380 NONAME ??_R1A@?0A@A@H323Channel@@8 @22382 NONAME ??_R1A@?0A@A@H323ChannelNumber@@8 @22383 NONAME ??_R1A@?0A@A@H323Codec@@8 @22384 NONAME ??_R1A@?0A@A@H323CodecPluginGenericAudioCapability@@8 @30375 NONAME ??_R1A@?0A@A@H323CodecPluginNonStandardAudioCapability@@8 @22387 NONAME ??_R1A@?0A@A@H323Connection@@8 @22388 NONAME ??_R1A@?0A@A@H323ConnectionsCleaner@@8 @22389 NONAME ??_R1A@?0A@A@H323ControlPDU@@8 @22390 NONAME ??_R1A@?0A@A@H323DataCapability@@8 @22391 NONAME ??_R1A@?0A@A@H323DataChannel@@8 @22392 NONAME ??_R1A@?0A@A@H323DynaLink@@8 @28621 NONAME ??_R1A@?0A@A@H323EndPoint@@8 @22393 NONAME ??_R1A@?0A@A@H323FramedAudioCodec@@8 @22394 NONAME ??_R1A@?0A@A@H323Gatekeeper@@8 @22395 NONAME ??_R1A@?0A@A@H323GatekeeperARQ@@8 @22396 NONAME ??_R1A@?0A@A@H323GatekeeperBRQ@@8 @22397 NONAME ??_R1A@?0A@A@H323GatekeeperCall@@8 @22398 NONAME ??_R1A@?0A@A@H323GatekeeperDRQ@@8 @22399 NONAME ??_R1A@?0A@A@H323GatekeeperGRQ@@8 @22400 NONAME ??_R1A@?0A@A@H323GatekeeperIRR@@8 @22401 NONAME ??_R1A@?0A@A@H323GatekeeperListener@@8 @22402 NONAME ??_R1A@?0A@A@H323GatekeeperLRQ@@8 @22403 NONAME ??_R1A@?0A@A@H323GatekeeperRequest@@8 @22404 NONAME ??_R1A@?0A@A@H323GatekeeperRRQ@@8 @22405 NONAME ??_R1A@?0A@A@H323GatekeeperServer@@8 @22406 NONAME ??_R1A@?0A@A@H323GatekeeperURQ@@8 @22407 NONAME ??_R1A@?0A@A@H323GenericAudioCapability@@8 @30376 NONAME ??_R1A@?0A@A@H323GenericCapabilityInfo@@8 @30377 NONAME ??_R1A@?0A@A@H323GenericVideoCapability@@8 @30378 NONAME ??_R1A@?0A@A@H323GSMPluginCapability@@8 @22408 NONAME ??_R1A@?0A@A@H323H248ServiceControl@@8 @22409 NONAME ??_R1A@?0A@A@H323HTTPServiceControl@@8 @22411 NONAME ??_R1A@?0A@A@H323Listener@@8 @22412 NONAME ??_R1A@?0A@A@H323ListenerTCP@@8 @22413 NONAME ??_R1A@?0A@A@H323LogicalChannelThread@@8 @22414 NONAME ??_R1A@?0A@A@H323NonStandardAudioCapability@@8 @22415 NONAME ??_R1A@?0A@A@H323NonStandardCapabilityInfo@@8 @22416 NONAME ??_R1A@?0A@A@H323NonStandardDataCapability@@8 @22417 NONAME ??_R1A@?0A@A@H323NonStandardVideoCapability@@8 @22418 NONAME ??_R1A@?0A@A@H323PeerElement@@8 @22419 NONAME ??_R1A@?0A@A@H323PeerElementDescriptor@@8 @22420 NONAME ??_R1A@?0A@A@H323PeerElementServiceRelationship@@8 @22421 NONAME ??_R1A@?0A@A@H323PluginCapability@@8 @22423 NONAME ??_R1A@?0A@A@H323PluginCodecManager@@8 @28595 NONAME ??_R1A@?0A@A@H323PluginFramedAudioCodec@@8 @28659 NONAME ??_R1A@?0A@A@H323PluginG7231Capability@@8 @22424 NONAME ??_R1A@?0A@A@H323PluginVideoCodec@@8 @22425 NONAME ??_R1A@?0A@A@H323RasPDU@@8 @22426 NONAME ??_R1A@?0A@A@H323RealTimeCapability@@8 @22427 NONAME ??_R1A@?0A@A@H323RegisteredEndPoint@@8 @22428 NONAME ??_R1A@?0A@A@H323ServiceControlSession@@8 @22429 NONAME ??_R1A@?0A@A@H323SignalPDU@@8 @22430 NONAME ??_R1A@?0A@A@H323SimultaneousCapabilities@@8 @22431 NONAME ??_R1A@?0A@A@H323StreamedAudioCodec@@8 @22432 NONAME ??_R1A@?0A@A@H323StreamedPluginAudioCodec@@8 @28660 NONAME ??_R1A@?0A@A@H323Transaction@@8 @22433 NONAME ??_R1A@?0A@A@H323TransactionPDU@@8 @22434 NONAME ??_R1A@?0A@A@H323TransactionServer@@8 @22435 NONAME ??_R1A@?0A@A@H323Transactor@@8 @22436 NONAME ??_R1A@?0A@A@H323Transport@@8 @22437 NONAME ??_R1A@?0A@A@H323TransportAddress@@8 @22438 NONAME ??_R1A@?0A@A@H323TransportAddressArray@@8 @22439 NONAME ??_R1A@?0A@A@H323TransportIP@@8 @22440 NONAME ??_R1A@?0A@A@H323TransportTCP@@8 @22441 NONAME ??_R1A@?0A@A@H323TransportUDP@@8 @22442 NONAME ??_R1A@?0A@A@H323UnidirectionalChannel@@8 @22443 NONAME ??_R1A@?0A@A@H323VideoCapability@@8 @22444 NONAME ??_R1A@?0A@A@H323VideoCodec@@8 @22445 NONAME ??_R1A@?0A@A@H323_ALawCodec@@8 @22446 NONAME ??_R1A@?0A@A@H323_AnnexG@@8 @22447 NONAME ??_R1A@?0A@A@H323_CiscoG7231aLIDCapability@@8 @22448 NONAME ??_R1A@?0A@A@H323_ExternalRTPChannel@@8 @22450 NONAME ??_R1A@?0A@A@H323_G711ALaw64Capability@@8 @29016 NONAME ??_R1A@?0A@A@H323_G711Capability@@8 @22454 NONAME ??_R1A@?0A@A@H323_G711uLaw64Capability@@8 @29017 NONAME ??_R1A@?0A@A@H323_H261Capability@@8 @22470 NONAME ??_R1A@?0A@A@H323_H261Codec@@8 @22471 NONAME ??_R1A@?0A@A@H323_LIDCapability@@8 @22474 NONAME ??_R1A@?0A@A@H323_LIDCodec@@8 @22475 NONAME ??_R1A@?0A@A@H323_LID_G711_ALaw_Capability@@8 @29018 NONAME ??_R1A@?0A@A@H323_LID_G711_uLaw_Capability@@8 @29019 NONAME ??_R1A@?0A@A@H323_LID_G7231A_5k3_Capability@@8 @29020 NONAME ??_R1A@?0A@A@H323_LID_G7231A_6k3_Capability@@8 @29021 NONAME ??_R1A@?0A@A@H323_LID_G7231_5k3_Capability@@8 @29022 NONAME ??_R1A@?0A@A@H323_LID_G7231_6k3_Capability@@8 @29023 NONAME ??_R1A@?0A@A@H323_LID_G728_Capability@@8 @29024 NONAME ??_R1A@?0A@A@H323_LID_G729AB_Capability@@8 @29025 NONAME ??_R1A@?0A@A@H323_LID_G729A_Capability@@8 @29026 NONAME ??_R1A@?0A@A@H323_LID_G729B_Capability@@8 @29027 NONAME ??_R1A@?0A@A@H323_LID_G729_Capability@@8 @29028 NONAME ??_R1A@?0A@A@H323_LID_GSM0610_Capability@@8 @29029 NONAME ??_R1A@?0A@A@H323_muLawCodec@@8 @22491 NONAME ??_R1A@?0A@A@H323_RealTimeChannel@@8 @22492 NONAME ??_R1A@?0A@A@H323_RTPChannel@@8 @22493 NONAME ??_R1A@?0A@A@H323_RTP_Session@@8 @22494 NONAME ??_R1A@?0A@A@H323_RTP_UDP@@8 @22495 NONAME ??_R1A@?0A@A@H323_T120Capability@@8 @22496 NONAME ??_R1A@?0A@A@H323_T120Channel@@8 @22497 NONAME ??_R1A@?0A@A@H323_T38Capability@@8 @22498 NONAME ??_R1A@?0A@A@H323_T38Channel@@8 @22499 NONAME ??_R1A@?0A@A@H323_T38NonStandardCapability@@8 @22500 NONAME ??_R1A@?0A@A@H323_UserInputCapability@@8 @22501 NONAME ??_R1A@?0A@A@H45010_ArrayOf_MixedExtension@@8 @22502 NONAME ??_R1A@?0A@A@H45010_CfbOvrOptArg@@8 @22503 NONAME ??_R1A@?0A@A@H45010_CoReqOptArg@@8 @22504 NONAME ??_R1A@?0A@A@H45010_H323CallOfferOperations@@8 @22505 NONAME ??_R1A@?0A@A@H45010_RUAlertOptArg@@8 @22506 NONAME ??_R1A@?0A@A@H45011Handler@@8 @22507 NONAME ??_R1A@?0A@A@H45011_ArrayOf_MixedExtension@@8 @22508 NONAME ??_R1A@?0A@A@H45011_CallIntrusionErrors@@8 @22509 NONAME ??_R1A@?0A@A@H45011_CICapabilityLevel@@8 @22510 NONAME ??_R1A@?0A@A@H45011_CIFrcRelArg@@8 @22511 NONAME ??_R1A@?0A@A@H45011_CIFrcRelOptRes@@8 @22512 NONAME ??_R1A@?0A@A@H45011_CIGetCIPLOptArg@@8 @22513 NONAME ??_R1A@?0A@A@H45011_CIGetCIPLRes@@8 @22514 NONAME ??_R1A@?0A@A@H45011_CIIsOptArg@@8 @22515 NONAME ??_R1A@?0A@A@H45011_CIIsOptRes@@8 @22516 NONAME ??_R1A@?0A@A@H45011_CINotificationArg@@8 @22517 NONAME ??_R1A@?0A@A@H45011_CIProtectionLevel@@8 @22518 NONAME ??_R1A@?0A@A@H45011_CIRequestArg@@8 @22519 NONAME ??_R1A@?0A@A@H45011_CIRequestRes@@8 @22520 NONAME ??_R1A@?0A@A@H45011_CISilentArg@@8 @22521 NONAME ??_R1A@?0A@A@H45011_CISilentOptRes@@8 @22522 NONAME ??_R1A@?0A@A@H45011_CIStatusInformation@@8 @22523 NONAME ??_R1A@?0A@A@H45011_CIWobOptArg@@8 @22524 NONAME ??_R1A@?0A@A@H45011_CIWobOptRes@@8 @22525 NONAME ??_R1A@?0A@A@H45011_H323CallIntrusionOperations@@8 @22526 NONAME ??_R1A@?0A@A@H4501_Address@@8 @22527 NONAME ??_R1A@?0A@A@H4501_AddressInformation@@8 @22528 NONAME ??_R1A@?0A@A@H4501_AddressScreened@@8 @22529 NONAME ??_R1A@?0A@A@H4501_ArrayOf_AliasAddress@@8 @22530 NONAME ??_R1A@?0A@A@H4501_ArrayOf_ROS@@8 @22531 NONAME ??_R1A@?0A@A@H4501_EndpointAddress@@8 @22532 NONAME ??_R1A@?0A@A@H4501_EntityType@@8 @22533 NONAME ??_R1A@?0A@A@H4501_Extension@@8 @22534 NONAME ??_R1A@?0A@A@H4501_GeneralErrorList@@8 @22535 NONAME ??_R1A@?0A@A@H4501_H225InformationElement@@8 @22536 NONAME ??_R1A@?0A@A@H4501_InterpretationApdu@@8 @22537 NONAME ??_R1A@?0A@A@H4501_InvokeIDs@@8 @22538 NONAME ??_R1A@?0A@A@H4501_InvokeIdSet@@8 @22539 NONAME ??_R1A@?0A@A@H4501_NetworkFacilityExtension@@8 @22540 NONAME ??_R1A@?0A@A@H4501_NSAPSubaddress@@8 @22541 NONAME ??_R1A@?0A@A@H4501_NumberScreened@@8 @22542 NONAME ??_R1A@?0A@A@H4501_PartySubaddress@@8 @22543 NONAME ??_R1A@?0A@A@H4501_PresentationAllowedIndicator@@8 @22544 NONAME ??_R1A@?0A@A@H4501_PresentedAddressScreened@@8 @22545 NONAME ??_R1A@?0A@A@H4501_PresentedAddressUnscreened@@8 @22546 NONAME ??_R1A@?0A@A@H4501_PresentedNumberScreened@@8 @22547 NONAME ??_R1A@?0A@A@H4501_PresentedNumberUnscreened@@8 @22548 NONAME ??_R1A@?0A@A@H4501_ScreeningIndicator@@8 @22549 NONAME ??_R1A@?0A@A@H4501_ServiceApdus@@8 @22550 NONAME ??_R1A@?0A@A@H4501_SubaddressInformation@@8 @22551 NONAME ??_R1A@?0A@A@H4501_SupplementaryService@@8 @22552 NONAME ??_R1A@?0A@A@H4501_UserSpecifiedSubaddress@@8 @22553 NONAME ??_R1A@?0A@A@H4502Handler@@8 @22554 NONAME ??_R1A@?0A@A@H4502_CallIdentity@@8 @22555 NONAME ??_R1A@?0A@A@H4502_CallStatus@@8 @22556 NONAME ??_R1A@?0A@A@H4502_CallTransferErrors@@8 @22557 NONAME ??_R1A@?0A@A@H4502_CallTransferOperation@@8 @22558 NONAME ??_R1A@?0A@A@H4502_CTActiveArg@@8 @22559 NONAME ??_R1A@?0A@A@H4502_CTActiveArg_argumentExtension@@8 @22560 NONAME ??_R1A@?0A@A@H4502_CTCompleteArg@@8 @22561 NONAME ??_R1A@?0A@A@H4502_CTCompleteArg_argumentExtension@@8 @22562 NONAME ??_R1A@?0A@A@H4502_CTIdentifyRes@@8 @22563 NONAME ??_R1A@?0A@A@H4502_CTIdentifyRes_resultExtension@@8 @22564 NONAME ??_R1A@?0A@A@H4502_CTInitiateArg@@8 @22565 NONAME ??_R1A@?0A@A@H4502_CTInitiateArg_argumentExtension@@8 @22566 NONAME ??_R1A@?0A@A@H4502_CTSetupArg@@8 @22567 NONAME ??_R1A@?0A@A@H4502_CTSetupArg_argumentExtension@@8 @22568 NONAME ??_R1A@?0A@A@H4502_CTUpdateArg@@8 @22569 NONAME ??_R1A@?0A@A@H4502_CTUpdateArg_argumentExtension@@8 @22570 NONAME ??_R1A@?0A@A@H4502_DummyArg@@8 @22571 NONAME ??_R1A@?0A@A@H4502_DummyRes@@8 @22572 NONAME ??_R1A@?0A@A@H4502_EndDesignation@@8 @22573 NONAME ??_R1A@?0A@A@H4502_ExtensionSeq@@8 @22574 NONAME ??_R1A@?0A@A@H4502_SubaddressTransferArg@@8 @22575 NONAME ??_R1A@?0A@A@H4502_SubaddressTransferArg_argumentExtension@@8 @22576 NONAME ??_R1A@?0A@A@H4503_BasicService@@8 @22577 NONAME ??_R1A@?0A@A@H4503_CallDiversionErrors@@8 @22578 NONAME ??_R1A@?0A@A@H4503_DiversionReason@@8 @22579 NONAME ??_R1A@?0A@A@H4503_ExtensionSeq@@8 @22580 NONAME ??_R1A@?0A@A@H4503_H323CallDiversionOperations@@8 @22581 NONAME ??_R1A@?0A@A@H4503_IntResult@@8 @22582 NONAME ??_R1A@?0A@A@H4503_IntResultList@@8 @22583 NONAME ??_R1A@?0A@A@H4503_IntResult_extension@@8 @22584 NONAME ??_R1A@?0A@A@H4503_Procedure@@8 @22585 NONAME ??_R1A@?0A@A@H4503_SubscriptionOption@@8 @22586 NONAME ??_R1A@?0A@A@H4504Handler@@8 @22587 NONAME ??_R1A@?0A@A@H4504_ArrayOf_MixedExtension@@8 @22588 NONAME ??_R1A@?0A@A@H4504_CallHoldOperation@@8 @22589 NONAME ??_R1A@?0A@A@H4504_Extension@@8 @22590 NONAME ??_R1A@?0A@A@H4504_HoldNotificArg@@8 @22591 NONAME ??_R1A@?0A@A@H4504_MixedExtension@@8 @22592 NONAME ??_R1A@?0A@A@H4504_RemoteHoldArg@@8 @22593 NONAME ??_R1A@?0A@A@H4504_RemoteHoldRes@@8 @22594 NONAME ??_R1A@?0A@A@H4504_RemoteRetrieveArg@@8 @22595 NONAME ??_R1A@?0A@A@H4504_RemoteRetrieveRes@@8 @22596 NONAME ??_R1A@?0A@A@H4504_RetrieveNotificArg@@8 @22597 NONAME ??_R1A@?0A@A@H4505_ArrayOf_MixedExtension@@8 @22598 NONAME ??_R1A@?0A@A@H4505_CallParkPickupOperations@@8 @22599 NONAME ??_R1A@?0A@A@H4505_CallPickupErrors@@8 @22600 NONAME ??_R1A@?0A@A@H4505_CallType@@8 @22601 NONAME ??_R1A@?0A@A@H4505_CpickupNotifyArg@@8 @22602 NONAME ??_R1A@?0A@A@H4505_CpNotifyArg@@8 @22603 NONAME ??_R1A@?0A@A@H4505_CpRequestArg@@8 @22604 NONAME ??_R1A@?0A@A@H4505_CpRequestRes@@8 @22605 NONAME ??_R1A@?0A@A@H4505_CpSetupArg@@8 @22606 NONAME ??_R1A@?0A@A@H4505_CpSetupRes@@8 @22607 NONAME ??_R1A@?0A@A@H4505_GroupIndicationOffArg@@8 @22608 NONAME ??_R1A@?0A@A@H4505_GroupIndicationOffRes@@8 @22609 NONAME ??_R1A@?0A@A@H4505_GroupIndicationOnArg@@8 @22610 NONAME ??_R1A@?0A@A@H4505_GroupIndicationOnRes@@8 @22611 NONAME ??_R1A@?0A@A@H4505_ParkCondition@@8 @22612 NONAME ??_R1A@?0A@A@H4505_ParkedToPosition@@8 @22613 NONAME ??_R1A@?0A@A@H4505_PickExeArg@@8 @22614 NONAME ??_R1A@?0A@A@H4505_PickExeRes@@8 @22615 NONAME ??_R1A@?0A@A@H4505_PickrequArg@@8 @22616 NONAME ??_R1A@?0A@A@H4505_PickrequRes@@8 @22617 NONAME ??_R1A@?0A@A@H4505_PickupArg@@8 @22618 NONAME ??_R1A@?0A@A@H4505_PickupRes@@8 @22619 NONAME ??_R1A@?0A@A@H4506Handler@@8 @22620 NONAME ??_R1A@?0A@A@H4506_ArrayOf_MixedExtension@@8 @22621 NONAME ??_R1A@?0A@A@H4506_CallWaitingArg@@8 @22622 NONAME ??_R1A@?0A@A@H4506_CallWaitingOperations@@8 @22623 NONAME ??_R1A@?0A@A@H4507_ArrayOf_MixedExtension@@8 @22624 NONAME ??_R1A@?0A@A@H4507_BasicService@@8 @22625 NONAME ??_R1A@?0A@A@H4507_DummyRes@@8 @22626 NONAME ??_R1A@?0A@A@H4507_H323_MWI_Operations@@8 @22627 NONAME ??_R1A@?0A@A@H4507_MessageWaitingIndicationErrors@@8 @22628 NONAME ??_R1A@?0A@A@H4507_MsgCentreId@@8 @22629 NONAME ??_R1A@?0A@A@H4507_MWIActivateArg@@8 @22630 NONAME ??_R1A@?0A@A@H4507_MWIDeactivateArg@@8 @22631 NONAME ??_R1A@?0A@A@H4507_MWIInterrogateArg@@8 @22632 NONAME ??_R1A@?0A@A@H4507_MWIInterrogateRes@@8 @22633 NONAME ??_R1A@?0A@A@H4507_MWIInterrogateResElt@@8 @22634 NONAME ??_R1A@?0A@A@H4507_NbOfMessages@@8 @22635 NONAME ??_R1A@?0A@A@H4507_TimeStamp@@8 @22636 NONAME ??_R1A@?0A@A@H4508_ExtendedName@@8 @22637 NONAME ??_R1A@?0A@A@H4508_Name@@8 @22638 NONAME ??_R1A@?0A@A@H4508_NameOperations@@8 @22639 NONAME ??_R1A@?0A@A@H4508_NamePresentationAllowed@@8 @22640 NONAME ??_R1A@?0A@A@H4508_NamePresentationRestricted@@8 @22641 NONAME ??_R1A@?0A@A@H4508_SimpleName@@8 @22642 NONAME ??_R1A@?0A@A@H4509_ArrayOf_MixedExtension@@8 @22643 NONAME ??_R1A@?0A@A@H4509_CallCompletionErrors@@8 @22644 NONAME ??_R1A@?0A@A@H4509_CcArg@@8 @22645 NONAME ??_R1A@?0A@A@H4509_CcLongArg@@8 @22646 NONAME ??_R1A@?0A@A@H4509_CcRequestArg@@8 @22647 NONAME ??_R1A@?0A@A@H4509_CcRequestRes@@8 @22648 NONAME ??_R1A@?0A@A@H4509_CcShortArg@@8 @22649 NONAME ??_R1A@?0A@A@H4509_H323CallCompletionOperations@@8 @22650 NONAME ??_R1A@?0A@A@H450ServiceAPDU@@8 @22651 NONAME ??_R1A@?0A@A@H450xDispatcher@@8 @22652 NONAME ??_R1A@?0A@A@H450xHandler@@8 @22653 NONAME ??_R1A@?0A@A@H501AccessRequest@@8 @22654 NONAME ??_R1A@?0A@A@H501DescriptorUpdate@@8 @22655 NONAME ??_R1A@?0A@A@H501PDU@@8 @22656 NONAME ??_R1A@?0A@A@H501ServiceRequest@@8 @22657 NONAME ??_R1A@?0A@A@H501Transaction@@8 @22658 NONAME ??_R1A@?0A@A@H501_AccessConfirmation@@8 @22659 NONAME ??_R1A@?0A@A@H501_AccessRejection@@8 @22660 NONAME ??_R1A@?0A@A@H501_AccessRejectionReason@@8 @22661 NONAME ??_R1A@?0A@A@H501_AccessRequest@@8 @22662 NONAME ??_R1A@?0A@A@H501_AccessToken@@8 @22663 NONAME ??_R1A@?0A@A@H501_AddressTemplate@@8 @22664 NONAME ??_R1A@?0A@A@H501_AlternatePE@@8 @22665 NONAME ??_R1A@?0A@A@H501_AlternatePEInfo@@8 @22666 NONAME ??_R1A@?0A@A@H501_ApplicationMessage@@8 @22667 NONAME ??_R1A@?0A@A@H501_ArrayOf_AccessToken@@8 @22668 NONAME ??_R1A@?0A@A@H501_ArrayOf_AddressTemplate@@8 @22669 NONAME ??_R1A@?0A@A@H501_ArrayOf_AliasAddress@@8 @22670 NONAME ??_R1A@?0A@A@H501_ArrayOf_AlternatePE@@8 @22671 NONAME ??_R1A@?0A@A@H501_ArrayOf_CircuitIdentifier@@8 @22672 NONAME ??_R1A@?0A@A@H501_ArrayOf_ClearToken@@8 @22673 NONAME ??_R1A@?0A@A@H501_ArrayOf_ContactInformation@@8 @22674 NONAME ??_R1A@?0A@A@H501_ArrayOf_CryptoH323Token@@8 @22675 NONAME ??_R1A@?0A@A@H501_ArrayOf_Descriptor@@8 @22676 NONAME ??_R1A@?0A@A@H501_ArrayOf_DescriptorInfo@@8 @22677 NONAME ??_R1A@?0A@A@H501_ArrayOf_GenericData@@8 @22678 NONAME ??_R1A@?0A@A@H501_ArrayOf_GloballyUniqueID@@8 @22679 NONAME ??_R1A@?0A@A@H501_ArrayOf_NonStandardParameter@@8 @22680 NONAME ??_R1A@?0A@A@H501_ArrayOf_PASN_ObjectId@@8 @22681 NONAME ??_R1A@?0A@A@H501_ArrayOf_Pattern@@8 @22682 NONAME ??_R1A@?0A@A@H501_ArrayOf_PriceElement@@8 @22683 NONAME ??_R1A@?0A@A@H501_ArrayOf_PriceInfoSpec@@8 @22684 NONAME ??_R1A@?0A@A@H501_ArrayOf_RouteInformation@@8 @22685 NONAME ??_R1A@?0A@A@H501_ArrayOf_SecurityMode@@8 @22686 NONAME ??_R1A@?0A@A@H501_ArrayOf_ServiceControlSession@@8 @22687 NONAME ??_R1A@?0A@A@H501_ArrayOf_SupportedProtocols@@8 @22688 NONAME ??_R1A@?0A@A@H501_ArrayOf_TransportAddress@@8 @22689 NONAME ??_R1A@?0A@A@H501_ArrayOf_UpdateInformation@@8 @22690 NONAME ??_R1A@?0A@A@H501_ArrayOf_UsageField@@8 @22691 NONAME ??_R1A@?0A@A@H501_AuthenticationConfirmation@@8 @22692 NONAME ??_R1A@?0A@A@H501_AuthenticationRejection@@8 @22693 NONAME ??_R1A@?0A@A@H501_AuthenticationRejectionReason@@8 @22694 NONAME ??_R1A@?0A@A@H501_AuthenticationRequest@@8 @22695 NONAME ??_R1A@?0A@A@H501_CallInformation@@8 @22696 NONAME ??_R1A@?0A@A@H501_ContactInformation@@8 @22697 NONAME ??_R1A@?0A@A@H501_Descriptor@@8 @22698 NONAME ??_R1A@?0A@A@H501_DescriptorConfirmation@@8 @22699 NONAME ??_R1A@?0A@A@H501_DescriptorIDConfirmation@@8 @22700 NONAME ??_R1A@?0A@A@H501_DescriptorIDRejection@@8 @22701 NONAME ??_R1A@?0A@A@H501_DescriptorIDRejectionReason@@8 @22702 NONAME ??_R1A@?0A@A@H501_DescriptorIDRequest@@8 @22703 NONAME ??_R1A@?0A@A@H501_DescriptorInfo@@8 @22704 NONAME ??_R1A@?0A@A@H501_DescriptorRejection@@8 @22705 NONAME ??_R1A@?0A@A@H501_DescriptorRejectionReason@@8 @22706 NONAME ??_R1A@?0A@A@H501_DescriptorRequest@@8 @22707 NONAME ??_R1A@?0A@A@H501_DescriptorUpdate@@8 @22708 NONAME ??_R1A@?0A@A@H501_DescriptorUpdateAck@@8 @22709 NONAME ??_R1A@?0A@A@H501_ElementIdentifier@@8 @22710 NONAME ??_R1A@?0A@A@H501_GlobalTimeStamp@@8 @22711 NONAME ??_R1A@?0A@A@H501_Message@@8 @22712 NONAME ??_R1A@?0A@A@H501_MessageBody@@8 @22713 NONAME ??_R1A@?0A@A@H501_MessageCommonInfo@@8 @22714 NONAME ??_R1A@?0A@A@H501_NonStandardConfirmation@@8 @22715 NONAME ??_R1A@?0A@A@H501_NonStandardRejection@@8 @22716 NONAME ??_R1A@?0A@A@H501_NonStandardRejectionReason@@8 @22717 NONAME ??_R1A@?0A@A@H501_NonStandardRequest@@8 @22718 NONAME ??_R1A@?0A@A@H501_PartyInformation@@8 @22719 NONAME ??_R1A@?0A@A@H501_Pattern@@8 @22720 NONAME ??_R1A@?0A@A@H501_Pattern_range@@8 @22721 NONAME ??_R1A@?0A@A@H501_PriceElement@@8 @22722 NONAME ??_R1A@?0A@A@H501_PriceElement_units@@8 @22723 NONAME ??_R1A@?0A@A@H501_PriceInfoSpec@@8 @22724 NONAME ??_R1A@?0A@A@H501_ProtocolVersion@@8 @22725 NONAME ??_R1A@?0A@A@H501_RequestInProgress@@8 @22726 NONAME ??_R1A@?0A@A@H501_Role@@8 @22727 NONAME ??_R1A@?0A@A@H501_RouteInformation@@8 @22728 NONAME ??_R1A@?0A@A@H501_RouteInformation_messageType@@8 @22729 NONAME ??_R1A@?0A@A@H501_SecurityMode@@8 @22730 NONAME ??_R1A@?0A@A@H501_ServiceConfirmation@@8 @22731 NONAME ??_R1A@?0A@A@H501_ServiceRejection@@8 @22732 NONAME ??_R1A@?0A@A@H501_ServiceRejectionReason@@8 @22733 NONAME ??_R1A@?0A@A@H501_ServiceRelease@@8 @22734 NONAME ??_R1A@?0A@A@H501_ServiceReleaseReason@@8 @22735 NONAME ??_R1A@?0A@A@H501_ServiceRequest@@8 @22736 NONAME ??_R1A@?0A@A@H501_TerminationCause@@8 @22737 NONAME ??_R1A@?0A@A@H501_TimeZone@@8 @22738 NONAME ??_R1A@?0A@A@H501_UnknownMessageReason@@8 @22739 NONAME ??_R1A@?0A@A@H501_UnknownMessageResponse@@8 @22740 NONAME ??_R1A@?0A@A@H501_UpdateInformation@@8 @22741 NONAME ??_R1A@?0A@A@H501_UpdateInformation_descriptorInfo@@8 @22742 NONAME ??_R1A@?0A@A@H501_UpdateInformation_updateType@@8 @22743 NONAME ??_R1A@?0A@A@H501_UsageCallStatus@@8 @22744 NONAME ??_R1A@?0A@A@H501_UsageConfirmation@@8 @22745 NONAME ??_R1A@?0A@A@H501_UsageField@@8 @22746 NONAME ??_R1A@?0A@A@H501_UsageIndication@@8 @22747 NONAME ??_R1A@?0A@A@H501_UsageIndicationConfirmation@@8 @22748 NONAME ??_R1A@?0A@A@H501_UsageIndicationRejection@@8 @22749 NONAME ??_R1A@?0A@A@H501_UsageIndicationRejectionReason@@8 @22750 NONAME ??_R1A@?0A@A@H501_UsageRejection@@8 @22751 NONAME ??_R1A@?0A@A@H501_UsageRejectReason@@8 @22752 NONAME ??_R1A@?0A@A@H501_UsageRequest@@8 @22753 NONAME ??_R1A@?0A@A@H501_UsageSpecification@@8 @22754 NONAME ??_R1A@?0A@A@H501_UsageSpecification_when@@8 @22755 NONAME ??_R1A@?0A@A@H501_UserInformation@@8 @22756 NONAME ??_R1A@?0A@A@H501_ValidationConfirmation@@8 @22757 NONAME ??_R1A@?0A@A@H501_ValidationRejection@@8 @22758 NONAME ??_R1A@?0A@A@H501_ValidationRejectionReason@@8 @22759 NONAME ??_R1A@?0A@A@H501_ValidationRequest@@8 @22760 NONAME ??_R1A@?0A@A@HandleTimeout_PNotifier@H245Negotiator@@8 @22761 NONAME ??_R1A@?0A@A@HandleTransactions_PNotifier@H323Transactor@@8 @22762 NONAME ??_R1A@?0A@A@HIDPluginDeviceManager@@8 @30379 NONAME ??_R1A@?0A@A@IntraP64Decoder@@8 @22763 NONAME ??_R1A@?0A@A@MCS_ArrayOf_ChannelAttributes@@8 @22764 NONAME ??_R1A@?0A@A@MCS_ArrayOf_ChannelId@@8 @22765 NONAME ??_R1A@?0A@A@MCS_ArrayOf_TokenAttributes@@8 @22766 NONAME ??_R1A@?0A@A@MCS_ArrayOf_TokenId@@8 @22767 NONAME ??_R1A@?0A@A@MCS_ArrayOf_UserId@@8 @22768 NONAME ??_R1A@?0A@A@MCS_AssignedChannelId@@8 @22769 NONAME ??_R1A@?0A@A@MCS_AUcf@@8 @22770 NONAME ??_R1A@?0A@A@MCS_AUrq@@8 @22771 NONAME ??_R1A@?0A@A@MCS_CAin@@8 @22772 NONAME ??_R1A@?0A@A@MCS_CArq@@8 @22773 NONAME ??_R1A@?0A@A@MCS_CCcf@@8 @22774 NONAME ??_R1A@?0A@A@MCS_CCrq@@8 @22775 NONAME ??_R1A@?0A@A@MCS_CDin@@8 @22776 NONAME ??_R1A@?0A@A@MCS_CDrq@@8 @22777 NONAME ??_R1A@?0A@A@MCS_CEin@@8 @22778 NONAME ??_R1A@?0A@A@MCS_CErq@@8 @22779 NONAME ??_R1A@?0A@A@MCS_ChannelAttributes@@8 @22780 NONAME ??_R1A@?0A@A@MCS_ChannelAttributes_assigned@@8 @22781 NONAME ??_R1A@?0A@A@MCS_ChannelAttributes_private@@8 @22782 NONAME ??_R1A@?0A@A@MCS_ChannelAttributes_static@@8 @22783 NONAME ??_R1A@?0A@A@MCS_ChannelAttributes_userId@@8 @22784 NONAME ??_R1A@?0A@A@MCS_ChannelId@@8 @22785 NONAME ??_R1A@?0A@A@MCS_CJcf@@8 @22786 NONAME ??_R1A@?0A@A@MCS_CJrq@@8 @22787 NONAME ??_R1A@?0A@A@MCS_CLrq@@8 @22788 NONAME ??_R1A@?0A@A@MCS_ConnectMCSPDU@@8 @22789 NONAME ??_R1A@?0A@A@MCS_Connect_Additional@@8 @22790 NONAME ??_R1A@?0A@A@MCS_Connect_Initial@@8 @22791 NONAME ??_R1A@?0A@A@MCS_Connect_Response@@8 @22792 NONAME ??_R1A@?0A@A@MCS_Connect_Result@@8 @22793 NONAME ??_R1A@?0A@A@MCS_DataPriority@@8 @22794 NONAME ??_R1A@?0A@A@MCS_Diagnostic@@8 @22795 NONAME ??_R1A@?0A@A@MCS_DomainMCSPDU@@8 @22796 NONAME ??_R1A@?0A@A@MCS_DomainParameters@@8 @22797 NONAME ??_R1A@?0A@A@MCS_DPum@@8 @22798 NONAME ??_R1A@?0A@A@MCS_DUin@@8 @22799 NONAME ??_R1A@?0A@A@MCS_DUrq@@8 @22800 NONAME ??_R1A@?0A@A@MCS_DynamicChannelId@@8 @22801 NONAME ??_R1A@?0A@A@MCS_EDrq@@8 @22802 NONAME ??_R1A@?0A@A@MCS_MCcf@@8 @22803 NONAME ??_R1A@?0A@A@MCS_MCrq@@8 @22804 NONAME ??_R1A@?0A@A@MCS_MTcf@@8 @22805 NONAME ??_R1A@?0A@A@MCS_MTrq@@8 @22806 NONAME ??_R1A@?0A@A@MCS_PCin@@8 @22807 NONAME ??_R1A@?0A@A@MCS_PDin@@8 @22808 NONAME ??_R1A@?0A@A@MCS_PrivateChannelId@@8 @22809 NONAME ??_R1A@?0A@A@MCS_PTin@@8 @22810 NONAME ??_R1A@?0A@A@MCS_Reason@@8 @22811 NONAME ??_R1A@?0A@A@MCS_Result@@8 @22812 NONAME ??_R1A@?0A@A@MCS_RJum@@8 @22813 NONAME ??_R1A@?0A@A@MCS_SDin@@8 @22814 NONAME ??_R1A@?0A@A@MCS_SDrq@@8 @22815 NONAME ??_R1A@?0A@A@MCS_Segmentation@@8 @22816 NONAME ??_R1A@?0A@A@MCS_StaticChannelId@@8 @22817 NONAME ??_R1A@?0A@A@MCS_TGcf@@8 @22818 NONAME ??_R1A@?0A@A@MCS_TGrq@@8 @22819 NONAME ??_R1A@?0A@A@MCS_TIcf@@8 @22820 NONAME ??_R1A@?0A@A@MCS_TIrq@@8 @22821 NONAME ??_R1A@?0A@A@MCS_TokenAttributes@@8 @22822 NONAME ??_R1A@?0A@A@MCS_TokenAttributes_given@@8 @22823 NONAME ??_R1A@?0A@A@MCS_TokenAttributes_giving@@8 @22824 NONAME ??_R1A@?0A@A@MCS_TokenAttributes_grabbed@@8 @22825 NONAME ??_R1A@?0A@A@MCS_TokenAttributes_inhibited@@8 @22826 NONAME ??_R1A@?0A@A@MCS_TokenAttributes_ungivable@@8 @22827 NONAME ??_R1A@?0A@A@MCS_TokenId@@8 @22828 NONAME ??_R1A@?0A@A@MCS_TokenStatus@@8 @22829 NONAME ??_R1A@?0A@A@MCS_TPin@@8 @22830 NONAME ??_R1A@?0A@A@MCS_TPrq@@8 @22831 NONAME ??_R1A@?0A@A@MCS_TRcf@@8 @22832 NONAME ??_R1A@?0A@A@MCS_TRrq@@8 @22833 NONAME ??_R1A@?0A@A@MCS_TTcf@@8 @22834 NONAME ??_R1A@?0A@A@MCS_TTrq@@8 @22835 NONAME ??_R1A@?0A@A@MCS_TVcf@@8 @22836 NONAME ??_R1A@?0A@A@MCS_TVin@@8 @22837 NONAME ??_R1A@?0A@A@MCS_TVrq@@8 @22838 NONAME ??_R1A@?0A@A@MCS_TVrs@@8 @22839 NONAME ??_R1A@?0A@A@MCS_UserId@@8 @22840 NONAME ??_R1A@?0A@A@MCS_USin@@8 @22841 NONAME ??_R1A@?0A@A@MCS_USrq@@8 @22842 NONAME ??_R1A@?0A@A@MonitorMain_PNotifier@H323Gatekeeper@@8 @22850 NONAME ??_R1A@?0A@A@MonitorMain_PNotifier@H323GatekeeperServer@@8 @22851 NONAME ??_R1A@?0A@A@MonitorMain_PNotifier@H323PeerElement@@8 @22852 NONAME ??_R1A@?0A@A@Monitor_PNotifier@OpalUSBDevice@@8 @30380 NONAME ??_R1A@?0A@A@MSIPAddress@PILSSession@@8 @22853 NONAME ??_R1A@?0A@A@MXRecordList@PDNS@@8 @30381 NONAME ??_R1A@?0A@A@OnCallIntrudeTimeOut_PNotifier@H45011Handler@@8 @22854 NONAME ??_R1A@?0A@A@OnCallTransferTimeOut_PNotifier@H4502Handler@@8 @22855 NONAME ??_R1A@?0A@A@OnLoadModule_PNotifier@PPluginModuleManager@@8 @28639 NONAME ??_R1A@?0A@A@OnUserInputInBandDTMF_PNotifier@H323Connection@@8 @22857 NONAME ??_R1A@?0A@A@OnUserInputInlineRFC2833_PNotifier@H323Connection@@8 @22858 NONAME ??_R1A@?0A@A@OpalFactoryCodec@@8 @29767 NONAME ??_R1A@?0A@A@OpalG711ALaw64kFormat@@8 @28787 NONAME ??_R1A@?0A@A@OpalG711ALaw64k_Base@@8 @29768 NONAME ??_R1A@?0A@A@OpalG711ALaw64k_Decoder@@8 @29769 NONAME ??_R1A@?0A@A@OpalG711ALaw64k_Encoder@@8 @29770 NONAME ??_R1A@?0A@A@OpalG711uLaw64kFormat@@8 @28788 NONAME ??_R1A@?0A@A@OpalG711uLaw64k_Base@@8 @29771 NONAME ??_R1A@?0A@A@OpalG711uLaw64k_Decoder@@8 @29772 NONAME ??_R1A@?0A@A@OpalG711uLaw64k_Encoder@@8 @29773 NONAME ??_R1A@?0A@A@OpalG7231A_5k3Format@@8 @28789 NONAME ??_R1A@?0A@A@OpalG7231A_6k3Format@@8 @28790 NONAME ??_R1A@?0A@A@OpalG7231_5k3Format@@8 @28791 NONAME ??_R1A@?0A@A@OpalG7231_6k3Format@@8 @28792 NONAME ??_R1A@?0A@A@OpalG728Format@@8 @28793 NONAME ??_R1A@?0A@A@OpalG729ABFormat@@8 @28794 NONAME ??_R1A@?0A@A@OpalG729AFormat@@8 @28795 NONAME ??_R1A@?0A@A@OpalG729BFormat@@8 @28796 NONAME ??_R1A@?0A@A@OpalG729Format@@8 @28797 NONAME ??_R1A@?0A@A@OpalGloballyUniqueID@@8 @22859 NONAME ??_R1A@?0A@A@OpalGSM0610Format@@8 @28798 NONAME ??_R1A@?0A@A@OpalH261Format@@8 @28799 NONAME ??_R1A@?0A@A@OpalIxJDevice@@8 @22860 NONAME ??_R1A@?0A@A@OpalLineChannel@@8 @22861 NONAME ??_R1A@?0A@A@OpalLineInterfaceDevice@@8 @22862 NONAME ??_R1A@?0A@A@OpalMediaFormat@@8 @22863 NONAME ??_R1A@?0A@A@OpalPCM16Format@@8 @28800 NONAME ??_R1A@?0A@A@OpalPluginCodec@@8 @29774 NONAME ??_R1A@?0A@A@OpalPluginMediaFormat@@8 @28801 NONAME ??_R1A@?0A@A@OpalRFC2833@@8 @22864 NONAME ??_R1A@?0A@A@OpalRFC2833Info@@8 @22865 NONAME ??_R1A@?0A@A@OpalRtpToWavFile@@8 @22866 NONAME ??_R1A@?0A@A@OpalT120Format@@8 @28802 NONAME ??_R1A@?0A@A@OpalT120Protocol@@8 @22867 NONAME ??_R1A@?0A@A@OpalT38Protocol@@8 @22868 NONAME ??_R1A@?0A@A@OpalUSBDevice@@8 @30382 NONAME ??_R1A@?0A@A@OpalUserInputRFC2833Format@@8 @28803 NONAME ??_R1A@?0A@A@OpalVoipBlasterDevice@@8 @22869 NONAME ??_R1A@?0A@A@OpalVXMLSession@@8 @22870 NONAME ??_R1A@?0A@A@OpalWAVFile@@8 @22871 NONAME ??_R1A@?0A@A@P64Decoder@@8 @22872 NONAME ??_R1A@?0A@A@PASN_Array@@8 @22873 NONAME ??_R1A@?0A@A@PASN_BitString@@8 @22874 NONAME ??_R1A@?0A@A@PASN_BMPString@@8 @22875 NONAME ??_R1A@?0A@A@PASN_Boolean@@8 @22876 NONAME ??_R1A@?0A@A@PASN_Choice@@8 @22877 NONAME ??_R1A@?0A@A@PASN_ConstrainedObject@@8 @22878 NONAME ??_R1A@?0A@A@PASN_ConstrainedString@@8 @22879 NONAME ??_R1A@?0A@A@PASN_Enumeration@@8 @22880 NONAME ??_R1A@?0A@A@PASN_GeneralisedTime@@8 @22881 NONAME ??_R1A@?0A@A@PASN_GeneralString@@8 @22882 NONAME ??_R1A@?0A@A@PASN_IA5String@@8 @22883 NONAME ??_R1A@?0A@A@PASN_Integer@@8 @22884 NONAME ??_R1A@?0A@A@PASN_Null@@8 @22885 NONAME ??_R1A@?0A@A@PASN_NumericString@@8 @22886 NONAME ??_R1A@?0A@A@PASN_Object@@8 @22887 NONAME ??_R1A@?0A@A@PASN_ObjectId@@8 @22888 NONAME ??_R1A@?0A@A@PASN_OctetString@@8 @22889 NONAME ??_R1A@?0A@A@PASN_PrintableString@@8 @22890 NONAME ??_R1A@?0A@A@PASN_Sequence@@8 @22891 NONAME ??_R1A@?0A@A@PASN_Stream@@8 @22892 NONAME ??_R1A@?0A@A@PASN_VisibleString@@8 @22893 NONAME ??_R1A@?0A@A@PDTMFEncoder@@8 @30383 NONAME ??_R1A@?0A@A@PLDAPAttributeBase@@8 @22894 NONAME ??_R1A@?0A@A@PLDAPAttr_c@RTPerson@PILSSession@@8 @22895 NONAME ??_R1A@?0A@A@PLDAPAttr_cn@RTPerson@PILSSession@@8 @22896 NONAME ??_R1A@?0A@A@PLDAPAttr_comment@RTPerson@PILSSession@@8 @22897 NONAME ??_R1A@?0A@A@PLDAPAttr_givenName@RTPerson@PILSSession@@8 @22898 NONAME ??_R1A@?0A@A@PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@8 @22899 NONAME ??_R1A@?0A@A@PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@8 @22900 NONAME ??_R1A@?0A@A@PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@8 @22901 NONAME ??_R1A@?0A@A@PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@8 @22902 NONAME ??_R1A@?0A@A@PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@8 @22903 NONAME ??_R1A@?0A@A@PLDAPAttr_location@RTPerson@PILSSession@@8 @22904 NONAME ??_R1A@?0A@A@PLDAPAttr_o@RTPerson@PILSSession@@8 @22905 NONAME ??_R1A@?0A@A@PLDAPAttr_objectClass@RTPerson@PILSSession@@8 @22906 NONAME ??_R1A@?0A@A@PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@8 @22907 NONAME ??_R1A@?0A@A@PLDAPAttr_sappguid@RTPerson@PILSSession@@8 @22908 NONAME ??_R1A@?0A@A@PLDAPAttr_sappid@RTPerson@PILSSession@@8 @22909 NONAME ??_R1A@?0A@A@PLDAPAttr_sflags@RTPerson@PILSSession@@8 @22910 NONAME ??_R1A@?0A@A@PLDAPAttr_sipAddress@RTPerson@PILSSession@@8 @22911 NONAME ??_R1A@?0A@A@PLDAPAttr_smimetype@RTPerson@PILSSession@@8 @22912 NONAME ??_R1A@?0A@A@PLDAPAttr_smodop@RTPerson@PILSSession@@8 @22913 NONAME ??_R1A@?0A@A@PLDAPAttr_sport@RTPerson@PILSSession@@8 @22914 NONAME ??_R1A@?0A@A@PLDAPAttr_sprotid@RTPerson@PILSSession@@8 @22915 NONAME ??_R1A@?0A@A@PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@8 @22916 NONAME ??_R1A@?0A@A@PLDAPAttr_ssecurity@RTPerson@PILSSession@@8 @22917 NONAME ??_R1A@?0A@A@PLDAPAttr_sttl@RTPerson@PILSSession@@8 @22918 NONAME ??_R1A@?0A@A@PLDAPAttr_surname@RTPerson@PILSSession@@8 @22919 NONAME ??_R1A@?0A@A@PLDAPAttr_timestamp@RTPerson@PILSSession@@8 @22920 NONAME ??_R1A@?0A@A@PLDAPStructBase@@8 @22921 NONAME ??_R1A@?0A@A@PluginLoader@@8 @30384 NONAME ??_R1A@?0A@A@PPER_Stream@@8 @22922 NONAME ??_R1A@?0A@A@Pre_Vid_Coder@@8 @22923 NONAME ??_R1A@?0A@A@PVXMLSession@@8 @22924 NONAME ??_R1A@?0A@A@PWAVFile@@8 @22925 NONAME ??_R1A@?0A@A@PWAVFileConverter@@8 @29656 NONAME ??_R1A@?0A@A@PWAVFileConverterALaw@@8 @29657 NONAME ??_R1A@?0A@A@PWAVFileConverterULaw@@8 @29658 NONAME ??_R1A@?0A@A@PWAVFileConverterXLaw@@8 @29659 NONAME ??_R1A@?0A@A@Q931@@8 @22926 NONAME ??_R1A@?0A@A@ReceivedPacket_PNotifier@OpalRFC2833@@8 @22927 NONAME ??_R1A@?0A@A@ReceivedPacket_PNotifier@OpalRtpToWavFile@@8 @22928 NONAME ??_R1A@?0A@A@ReceiverReport@RTP_Session@@8 @22929 NONAME ??_R1A@?0A@A@ReceiveTimeout_PNotifier@OpalRFC2833@@8 @22930 NONAME ??_R1A@?0A@A@Request@H323Transactor@@8 @22931 NONAME ??_R1A@?0A@A@Response@H323Transactor@@8 @22932 NONAME ??_R1A@?0A@A@RTPerson@PILSSession@@8 @22933 NONAME ??_R1A@?0A@A@RTP_ControlFrame@@8 @22934 NONAME ??_R1A@?0A@A@RTP_DataFrame@@8 @22935 NONAME ??_R1A@?0A@A@RTP_JitterBuffer@@8 @22936 NONAME ??_R1A@?0A@A@RTP_QOS@@8 @22937 NONAME ??_R1A@?0A@A@RTP_Session@@8 @22938 NONAME ??_R1A@?0A@A@RTP_SessionManager@@8 @22939 NONAME ??_R1A@?0A@A@RTP_UDP@@8 @22940 NONAME ??_R1A@?0A@A@RTP_UserData@@8 @22941 NONAME ??_R1A@?0A@A@SenderReport@RTP_Session@@8 @22942 NONAME ??_R1A@?0A@A@SlowHandler_PNotifier@H323Transaction@@8 @22943 NONAME ??_R1A@?0A@A@SoundTones@OpalUSBDevice@@8 @30385 NONAME ??_R1A@?0A@A@SourceDescription@RTP_Session@@8 @22944 NONAME ??_R1A@?0A@A@SRVRecordList@PDNS@@8 @30386 NONAME ??_R1A@?0A@A@StatusHandler_PNotifier@OpalVoipBlasterDevice@@8 @22945 NONAME ??_R1A@?0A@A@StringMap@H323GatekeeperServer@@8 @22946 NONAME ??_R1A@?0A@A@T120ConnectPDU@@8 @22947 NONAME ??_R1A@?0A@A@T120_X224@@8 @22948 NONAME ??_R1A@?0A@A@T38_ArrayOf_PASN_OctetString@@8 @22949 NONAME ??_R1A@?0A@A@T38_Data_Field@@8 @22950 NONAME ??_R1A@?0A@A@T38_Data_Field_subtype@@8 @22951 NONAME ??_R1A@?0A@A@T38_Data_Field_subtype_field_type@@8 @22952 NONAME ??_R1A@?0A@A@T38_IFPPacket@@8 @22953 NONAME ??_R1A@?0A@A@T38_PreCorrigendum_Data_Field@@8 @22954 NONAME ??_R1A@?0A@A@T38_PreCorrigendum_Data_Field_subtype@@8 @22955 NONAME ??_R1A@?0A@A@T38_PreCorrigendum_Data_Field_subtype_field_type@@8 @22956 NONAME ??_R1A@?0A@A@T38_PreCorrigendum_IFPPacket@@8 @22957 NONAME ??_R1A@?0A@A@T38_Type_of_msg@@8 @22958 NONAME ??_R1A@?0A@A@T38_Type_of_msg_data@@8 @22959 NONAME ??_R1A@?0A@A@T38_Type_of_msg_t30_indicator@@8 @22960 NONAME ??_R1A@?0A@A@T38_UDPTLPacket@@8 @22961 NONAME ??_R1A@?0A@A@T38_UDPTLPacket_error_recovery@@8 @22962 NONAME ??_R1A@?0A@A@T38_UDPTLPacket_error_recovery_fec_info@@8 @22963 NONAME ??_R1A@?0A@A@T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@8 @22964 NONAME ??_R1A@?0A@A@T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@8 @22965 NONAME ??_R1A@?0A@A@T38_UDPTLPacket_primary_ifp_packet@@8 @22966 NONAME ??_R1A@?0A@A@TickleMonitor_PNotifier@H323Gatekeeper@@8 @22967 NONAME ??_R1A@?0A@A@TonePlay_PNotifier@OpalUSBDevice@@8 @30387 NONAME ??_R1A@?0A@A@TransmitEnded_PNotifier@OpalRFC2833@@8 @22968 NONAME ??_R1A@?0A@A@TransmitPacket_PNotifier@OpalRFC2833@@8 @22969 NONAME ??_R1A@?0A@A@Transmitter@@8 @22970 NONAME ??_R1A@?0A@A@UpdateAllDescriptors_PNotifier@H323PeerElement@@8 @22971 NONAME ??_R1A@?0A@A@VoipBlasterInterface@@8 @22973 NONAME ??_R1A@?0A@A@Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@8 @29775 NONAME ??_R1A@?0A@A@Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@8 @29776 NONAME ??_R1A@?0A@A@Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@8 @29777 NONAME ??_R1A@?0A@A@Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@8 @29778 NONAME ??_R1A@?0A@A@Worker@OpalPluginCodecFactory@@8 @29779 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@8 @30388 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VH323Capability@@VPString@@@@8 @29392 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@8 @29780 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@8 @30389 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29393 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @29394 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VPWAVFileConverter@@I@@8 @29660 NONAME ??_R1A@?0A@A@X224@@8 @22974 NONAME ??_R1A@?0A@A@X880_Code@@8 @22975 NONAME ??_R1A@?0A@A@X880_GeneralProblem@@8 @22976 NONAME ??_R1A@?0A@A@X880_Invoke@@8 @22977 NONAME ??_R1A@?0A@A@X880_InvokeId@@8 @22978 NONAME ??_R1A@?0A@A@X880_InvokeProblem@@8 @22979 NONAME ??_R1A@?0A@A@X880_Reject@@8 @22980 NONAME ??_R1A@?0A@A@X880_RejectProblem@@8 @22981 NONAME ??_R1A@?0A@A@X880_Reject_problem@@8 @22982 NONAME ??_R1A@?0A@A@X880_ReturnError@@8 @22983 NONAME ??_R1A@?0A@A@X880_ReturnErrorProblem@@8 @22984 NONAME ??_R1A@?0A@A@X880_ReturnResult@@8 @22985 NONAME ??_R1A@?0A@A@X880_ReturnResultProblem@@8 @22986 NONAME ??_R1A@?0A@A@X880_ReturnResult_result@@8 @22987 NONAME ??_R1A@?0A@A@X880_ROS@@8 @22988 NONAME ??_R1BE@?0A@A@H323GenericCapabilityInfo@@8 @30390 NONAME ??_R1BE@?0A@A@H323NonStandardCapabilityInfo@@8 @22989 NONAME ??_R1BM@?0A@A@H323GenericCapabilityInfo@@8 @30391 NONAME ??_R1BM@?0A@A@H323NonStandardCapabilityInfo@@8 @22990 NONAME ??_R1BM@?0A@A@H323PluginCapabilityInfo@@8 @22991 NONAME ??_R1CA@?0A@A@H323TransactionPDU@@8 @30392 NONAME ??_R1EA@?0A@A@H323PluginCapabilityInfo@@8 @30393 NONAME ??_R1EME@?0A@A@H323TransactionPDU@@8 @30394 NONAME ??_R1FI@?0A@A@H323PluginCapabilityInfo@@8 @22994 NONAME ??_R1PI@?0A@A@PVXMLChannelInterface@@8 @29189 NONAME ??_R2?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@8 @22995 NONAME ??_R2?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@8 @22996 NONAME ??_R2?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@8 @22997 NONAME ??_R2?$H235_HASHED@VH235_EncodedGeneralToken@@@@8 @22998 NONAME ??_R2?$H235_HASHED@VH235_EncodedPwdCertToken@@@@8 @22999 NONAME ??_R2?$H235_SIGNED@VH225_EncodedFastStartToken@@@@8 @23000 NONAME ??_R2?$H235_SIGNED@VH235_EncodedGeneralToken@@@@8 @23001 NONAME ??_R2?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@8 @23002 NONAME ??_R2?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@8 @23003 NONAME ??_R2?$H235_SIGNED@VH235_EncodedReturnSig@@@@8 @23004 NONAME ??_R2?$PArray@V?$PList@VH323Capability@@@@@@8 @23005 NONAME ??_R2?$PArray@VH323SimultaneousCapabilities@@@@8 @23006 NONAME ??_R2?$PArray@VH323TransportAddress@@@@8 @23007 NONAME ??_R2?$PArray@VReceiverReport@RTP_Session@@@@8 @23008 NONAME ??_R2?$PArray@VSourceDescription@RTP_Session@@@@8 @23009 NONAME ??_R2?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@8 @23010 NONAME ??_R2?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@8 @23011 NONAME ??_R2?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@8 @23012 NONAME ??_R2?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@8 @23013 NONAME ??_R2?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@8 @23014 NONAME ??_R2?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@8 @23015 NONAME ??_R2?$PDictionary@VPString@@VH323Connection@@@@8 @23016 NONAME ??_R2?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@8 @23017 NONAME ??_R2?$PDictionary@VPString@@VPOrdinalKey@@@@8 @23018 NONAME ??_R2?$PFactory@VH235Authenticator@@VPString@@@@8 @30395 NONAME ??_R2?$PFactory@VH323Capability@@VPString@@@@8 @29395 NONAME ??_R2?$PFactory@VH323StaticPluginCodec@@VPString@@@@8 @29396 NONAME ??_R2?$PFactory@VOpalFactoryCodec@@VPString@@@@8 @29781 NONAME ??_R2?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@8 @30396 NONAME ??_R2?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29397 NONAME ??_R2?$PFactory@VPWAVFileConverter@@I@@8 @29661 NONAME ??_R2?$PList@VH245_GenericParameter@@@@8 @30397 NONAME ??_R2?$PList@VH323Capability@@@@8 @23019 NONAME ??_R2?$PList@VH323Channel@@@@8 @23020 NONAME ??_R2?$PList@VH323GatekeeperListener@@@@8 @23021 NONAME ??_R2?$PList@VH323Listener@@@@8 @23022 NONAME ??_R2?$PList@VH323Transactor@@@@8 @23023 NONAME ??_R2?$PList@VH450xHandler@@@@8 @23024 NONAME ??_R2?$PList@VOpalMediaFormat@@@@8 @23026 NONAME ??_R2?$PList@VPBYTEArray@@@@8 @23027 NONAME ??_R2?$POrdinalDictionary@VPString@@@@8 @23028 NONAME ??_R2?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@8 @23029 NONAME ??_R2?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@8 @23030 NONAME ??_R2?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@8 @23031 NONAME ??_R2?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@8 @23032 NONAME ??_R2?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@8 @23033 NONAME ??_R2?$PSafePtr@VH323GatekeeperCall@@@@8 @23034 NONAME ??_R2?$PSafePtr@VH323PeerElementDescriptor@@@@8 @23035 NONAME ??_R2?$PSafePtr@VH323PeerElementServiceRelationship@@@@8 @23036 NONAME ??_R2?$PSafePtr@VH323RegisteredEndPoint@@@@8 @23037 NONAME ??_R2?$PSafeSortedList@VH323GatekeeperCall@@@@8 @23038 NONAME ??_R2?$PSafeSortedList@VH323PeerElementDescriptor@@@@8 @23039 NONAME ??_R2?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@8 @23040 NONAME ??_R2?$PSet@VPOrdinalKey@@@@8 @23041 NONAME ??_R2?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@8 @23042 NONAME ??_R2?$PSortedList@VH225_AliasAddress@@@@8 @23043 NONAME ??_R2?$PSortedList@VH323GatekeeperCall@@@@8 @23044 NONAME ??_R2?$PSortedList@VH323PeerElementDescriptor@@@@8 @23045 NONAME ??_R2?$PSortedList@VH323PeerElementServiceRelationship@@@@8 @23046 NONAME ??_R2?$PSortedList@VResponse@H323Transactor@@@@8 @23047 NONAME ??_R2?$PSortedList@VSRVRecord@PDNS@@@@8 @30398 NONAME ??_R2?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @30399 NONAME ??_R2?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @30400 NONAME ??_R2?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @30401 NONAME ??_R2?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @29398 NONAME ??_R2?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29399 NONAME ??_R2?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29400 NONAME ??_R2?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29401 NONAME ??_R2?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29402 NONAME ??_R2?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29403 NONAME ??_R2?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29404 NONAME ??_R2?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29405 NONAME ??_R2?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29406 NONAME ??_R2?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29407 NONAME ??_R2?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29408 NONAME ??_R2?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29409 NONAME ??_R2?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29410 NONAME ??_R2?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29411 NONAME ??_R2?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29412 NONAME ??_R2?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29413 NONAME ??_R2?$Worker@VHIDPluginDeviceManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @30402 NONAME ??_R2?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29414 NONAME ??_R2?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29415 NONAME ??_R2?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29416 NONAME ??_R2?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29417 NONAME ??_R2?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29418 NONAME ??_R2?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29419 NONAME ??_R2?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29420 NONAME ??_R2?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29421 NONAME ??_R2?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29422 NONAME ??_R2?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29423 NONAME ??_R2?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29424 NONAME ??_R2?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29425 NONAME ??_R2?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29426 NONAME ??_R2?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29427 NONAME ??_R2?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29428 NONAME ??_R2?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29429 NONAME ??_R2?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@8 @30403 NONAME ??_R2?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@8 @29662 NONAME ??_R2?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@8 @29663 NONAME ??_R2AliasKey@H323PeerElement@@8 @23048 NONAME ??_R2AlternateInfo@H323Gatekeeper@@8 @23049 NONAME ??_R2ByteQueue@OpalVoipBlasterDevice@@8 @23050 NONAME ??_R2Encoder@@8 @30404 NONAME ??_R2Entry@RTP_JitterBuffer@@8 @23051 NONAME ??_R2FilterInfo@H323Codec@@8 @23053 NONAME ??_R2FullP64Decoder@@8 @23054 NONAME ??_R2G7231_File_Capability@@8 @23055 NONAME ??_R2G7231_File_Codec@@8 @23056 NONAME ??_R2GCC_AlternativeNodeID@@8 @23057 NONAME ??_R2GCC_ApplicationInvokeIndication@@8 @23058 NONAME ??_R2GCC_ApplicationInvokeSpecifier@@8 @23059 NONAME ??_R2GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@8 @23060 NONAME ??_R2GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@8 @23061 NONAME ??_R2GCC_ApplicationRecord@@8 @23062 NONAME ??_R2GCC_ApplicationRecord_nonCollapsingCapabilities@@8 @23063 NONAME ??_R2GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@8 @23064 NONAME ??_R2GCC_ArrayOf_ApplicationInvokeSpecifier@@8 @23065 NONAME ??_R2GCC_ArrayOf_ChallengeItem@@8 @23066 NONAME ??_R2GCC_ArrayOf_ConferenceDescriptor@@8 @23067 NONAME ??_R2GCC_ArrayOf_Privilege@@8 @23068 NONAME ??_R2GCC_ArrayOf_TextString@@8 @23069 NONAME ??_R2GCC_ArrayOf_UserID@@8 @23070 NONAME ??_R2GCC_AsymmetryIndicator@@8 @23071 NONAME ??_R2GCC_CapabilityClass@@8 @23072 NONAME ??_R2GCC_CapabilityID@@8 @23073 NONAME ??_R2GCC_ChallengeItem@@8 @23074 NONAME ??_R2GCC_ChallengeRequest@@8 @23075 NONAME ??_R2GCC_ChallengeResponse@@8 @23076 NONAME ??_R2GCC_ChallengeResponseAlgorithm@@8 @23077 NONAME ??_R2GCC_ChallengeResponseItem@@8 @23078 NONAME ??_R2GCC_ChannelID@@8 @23079 NONAME ??_R2GCC_ChannelType@@8 @23080 NONAME ??_R2GCC_ConductorAssignIndication@@8 @23081 NONAME ??_R2GCC_ConductorPermissionAskIndication@@8 @23082 NONAME ??_R2GCC_ConductorPermissionGrantIndication@@8 @23083 NONAME ??_R2GCC_ConductorReleaseIndication@@8 @23084 NONAME ??_R2GCC_ConferenceAddRequest@@8 @23085 NONAME ??_R2GCC_ConferenceAddResponse@@8 @23086 NONAME ??_R2GCC_ConferenceAddResponse_result@@8 @23087 NONAME ??_R2GCC_ConferenceAssistanceIndication@@8 @23088 NONAME ??_R2GCC_ConferenceCreateRequest@@8 @23089 NONAME ??_R2GCC_ConferenceCreateResponse@@8 @23090 NONAME ??_R2GCC_ConferenceCreateResponse_result@@8 @23091 NONAME ??_R2GCC_ConferenceDescriptor@@8 @23092 NONAME ??_R2GCC_ConferenceEjectUserIndication@@8 @23093 NONAME ??_R2GCC_ConferenceEjectUserIndication_reason@@8 @23094 NONAME ??_R2GCC_ConferenceEjectUserRequest@@8 @23095 NONAME ??_R2GCC_ConferenceEjectUserRequest_reason@@8 @23096 NONAME ??_R2GCC_ConferenceEjectUserResponse@@8 @23097 NONAME ??_R2GCC_ConferenceEjectUserResponse_result@@8 @23098 NONAME ??_R2GCC_ConferenceInviteRequest@@8 @23099 NONAME ??_R2GCC_ConferenceInviteResponse@@8 @23100 NONAME ??_R2GCC_ConferenceInviteResponse_result@@8 @23101 NONAME ??_R2GCC_ConferenceJoinRequest@@8 @23102 NONAME ??_R2GCC_ConferenceJoinResponse@@8 @23103 NONAME ??_R2GCC_ConferenceJoinResponse_result@@8 @23104 NONAME ??_R2GCC_ConferenceLockIndication@@8 @23105 NONAME ??_R2GCC_ConferenceLockRequest@@8 @23106 NONAME ??_R2GCC_ConferenceLockResponse@@8 @23107 NONAME ??_R2GCC_ConferenceLockResponse_result@@8 @23108 NONAME ??_R2GCC_ConferenceName@@8 @23109 NONAME ??_R2GCC_ConferenceNameModifier@@8 @23110 NONAME ??_R2GCC_ConferenceNameSelector@@8 @23111 NONAME ??_R2GCC_ConferencePriority@@8 @23112 NONAME ??_R2GCC_ConferencePriorityScheme@@8 @23113 NONAME ??_R2GCC_ConferenceQueryRequest@@8 @23114 NONAME ??_R2GCC_ConferenceQueryResponse@@8 @23115 NONAME ??_R2GCC_ConferenceQueryResponse_result@@8 @23116 NONAME ??_R2GCC_ConferenceTerminateIndication@@8 @23117 NONAME ??_R2GCC_ConferenceTerminateIndication_reason@@8 @23118 NONAME ??_R2GCC_ConferenceTerminateRequest@@8 @23119 NONAME ??_R2GCC_ConferenceTerminateRequest_reason@@8 @23120 NONAME ??_R2GCC_ConferenceTerminateResponse@@8 @23121 NONAME ??_R2GCC_ConferenceTerminateResponse_result@@8 @23122 NONAME ??_R2GCC_ConferenceTimeExtendIndication@@8 @23123 NONAME ??_R2GCC_ConferenceTimeInquireIndication@@8 @23124 NONAME ??_R2GCC_ConferenceTimeRemainingIndication@@8 @23125 NONAME ??_R2GCC_ConferenceTransferIndication@@8 @23126 NONAME ??_R2GCC_ConferenceTransferRequest@@8 @23127 NONAME ??_R2GCC_ConferenceTransferResponse@@8 @23128 NONAME ??_R2GCC_ConferenceTransferResponse_result@@8 @23129 NONAME ??_R2GCC_ConferenceUnlockIndication@@8 @23130 NONAME ??_R2GCC_ConferenceUnlockRequest@@8 @23131 NONAME ??_R2GCC_ConferenceUnlockResponse@@8 @23132 NONAME ??_R2GCC_ConferenceUnlockResponse_result@@8 @23133 NONAME ??_R2GCC_ConnectData@@8 @23134 NONAME ??_R2GCC_ConnectGCCPDU@@8 @23135 NONAME ??_R2GCC_DialingString@@8 @23136 NONAME ??_R2GCC_DynamicChannelID@@8 @23137 NONAME ??_R2GCC_DynamicTokenID@@8 @23138 NONAME ??_R2GCC_EntityID@@8 @23139 NONAME ??_R2GCC_ExtraDialingString@@8 @23140 NONAME ??_R2GCC_FunctionNotSupportedResponse@@8 @23141 NONAME ??_R2GCC_GCCPDU@@8 @23142 NONAME ??_R2GCC_H221NonStandardIdentifier@@8 @23143 NONAME ??_R2GCC_Handle@@8 @23144 NONAME ??_R2GCC_IndicationPDU@@8 @23145 NONAME ??_R2GCC_Key@@8 @23146 NONAME ??_R2GCC_NetworkAddress@@8 @23147 NONAME ??_R2GCC_NetworkAddress_subtype@@8 @23148 NONAME ??_R2GCC_NetworkAddress_subtype_aggregatedChannel@@8 @23149 NONAME ??_R2GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@8 @23150 NONAME ??_R2GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@8 @23151 NONAME ??_R2GCC_NetworkAddress_subtype_transportConnection@@8 @23152 NONAME ??_R2GCC_NodeProperties@@8 @23153 NONAME ??_R2GCC_NodeRecord@@8 @23154 NONAME ??_R2GCC_NodeType@@8 @23155 NONAME ??_R2GCC_NonStandardParameter@@8 @23156 NONAME ??_R2GCC_NonStandardPDU@@8 @23157 NONAME ??_R2GCC_Password@@8 @23158 NONAME ??_R2GCC_PasswordChallengeRequestResponse@@8 @23159 NONAME ??_R2GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@8 @23160 NONAME ??_R2GCC_PasswordSelector@@8 @23161 NONAME ??_R2GCC_Privilege@@8 @23162 NONAME ??_R2GCC_RegistryAllocateHandleRequest@@8 @23163 NONAME ??_R2GCC_RegistryAllocateHandleResponse@@8 @23164 NONAME ??_R2GCC_RegistryAllocateHandleResponse_result@@8 @23165 NONAME ??_R2GCC_RegistryAssignTokenRequest@@8 @23166 NONAME ??_R2GCC_RegistryDeleteEntryRequest@@8 @23167 NONAME ??_R2GCC_RegistryEntryOwner@@8 @23168 NONAME ??_R2GCC_RegistryEntryOwner_owned@@8 @23169 NONAME ??_R2GCC_RegistryItem@@8 @23170 NONAME ??_R2GCC_RegistryKey@@8 @23171 NONAME ??_R2GCC_RegistryModificationRights@@8 @23172 NONAME ??_R2GCC_RegistryMonitorEntryIndication@@8 @23173 NONAME ??_R2GCC_RegistryMonitorEntryRequest@@8 @23174 NONAME ??_R2GCC_RegistryRegisterChannelRequest@@8 @23175 NONAME ??_R2GCC_RegistryResponse@@8 @23176 NONAME ??_R2GCC_RegistryResponse_primitiveType@@8 @23177 NONAME ??_R2GCC_RegistryResponse_result@@8 @23178 NONAME ??_R2GCC_RegistryRetrieveEntryRequest@@8 @23179 NONAME ??_R2GCC_RegistrySetParameterRequest@@8 @23180 NONAME ??_R2GCC_RequestPDU@@8 @23181 NONAME ??_R2GCC_ResponsePDU@@8 @23182 NONAME ??_R2GCC_RosterUpdateIndication@@8 @23183 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation@@8 @23184 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype@@8 @23185 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@8 @23186 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@8 @23187 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@8 @23188 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@8 @23189 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@8 @23190 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@8 @23191 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@8 @23192 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@8 @23193 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@8 @23194 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation@@8 @23195 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@8 @23196 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@8 @23197 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@8 @23198 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@8 @23199 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@8 @23200 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@8 @23201 NONAME ??_R2GCC_SessionKey@@8 @23202 NONAME ??_R2GCC_SimpleNumericString@@8 @23203 NONAME ??_R2GCC_SimpleTextString@@8 @23204 NONAME ??_R2GCC_StaticChannelID@@8 @23205 NONAME ??_R2GCC_StaticTokenID@@8 @23206 NONAME ??_R2GCC_SubAddressString@@8 @23207 NONAME ??_R2GCC_TerminationMethod@@8 @23208 NONAME ??_R2GCC_TextMessageIndication@@8 @23209 NONAME ??_R2GCC_TextString@@8 @23210 NONAME ??_R2GCC_Time@@8 @23211 NONAME ??_R2GCC_TokenID@@8 @23212 NONAME ??_R2GCC_UserData@@8 @23213 NONAME ??_R2GCC_UserData_subtype@@8 @23214 NONAME ??_R2GCC_UserID@@8 @23215 NONAME ??_R2GCC_UserIDIndication@@8 @23216 NONAME ??_R2H225CallThread@@8 @23217 NONAME ??_R2H225TransportThread@@8 @23218 NONAME ??_R2H225_AddressPattern@@8 @23219 NONAME ??_R2H225_AddressPattern_range@@8 @23220 NONAME ??_R2H225_AdmissionConfirm@@8 @23221 NONAME ??_R2H225_AdmissionConfirm_language@@8 @23222 NONAME ??_R2H225_AdmissionReject@@8 @23223 NONAME ??_R2H225_AdmissionRejectReason@@8 @23224 NONAME ??_R2H225_AdmissionRequest@@8 @23225 NONAME ??_R2H225_Alerting_UUIE@@8 @23226 NONAME ??_R2H225_AliasAddress@@8 @23227 NONAME ??_R2H225_AlternateGK@@8 @23228 NONAME ??_R2H225_AlternateTransportAddresses@@8 @23229 NONAME ??_R2H225_AltGKInfo@@8 @23230 NONAME ??_R2H225_ANSI_41_UIM@@8 @23231 NONAME ??_R2H225_ANSI_41_UIM_system_id@@8 @23232 NONAME ??_R2H225_ArrayOf_AddressPattern@@8 @23233 NONAME ??_R2H225_ArrayOf_AdmissionConfirm@@8 @23234 NONAME ??_R2H225_ArrayOf_AliasAddress@@8 @23235 NONAME ??_R2H225_ArrayOf_AlternateGK@@8 @23236 NONAME ??_R2H225_ArrayOf_AuthenticationMechanism@@8 @23237 NONAME ??_R2H225_ArrayOf_BandwidthDetails@@8 @23238 NONAME ??_R2H225_ArrayOf_CallReferenceValue@@8 @23239 NONAME ??_R2H225_ArrayOf_CallsAvailable@@8 @23240 NONAME ??_R2H225_ArrayOf_ClearToken@@8 @23241 NONAME ??_R2H225_ArrayOf_ConferenceIdentifier@@8 @23242 NONAME ??_R2H225_ArrayOf_ConferenceList@@8 @23243 NONAME ??_R2H225_ArrayOf_CryptoH323Token@@8 @23244 NONAME ??_R2H225_ArrayOf_DataRate@@8 @23245 NONAME ??_R2H225_ArrayOf_Endpoint@@8 @23246 NONAME ??_R2H225_ArrayOf_EnumeratedParameter@@8 @23247 NONAME ??_R2H225_ArrayOf_ExtendedAliasAddress@@8 @23248 NONAME ??_R2H225_ArrayOf_FeatureDescriptor@@8 @23249 NONAME ??_R2H225_ArrayOf_GenericData@@8 @23250 NONAME ??_R2H225_ArrayOf_H245Security@@8 @23251 NONAME ??_R2H225_ArrayOf_H248PackagesDescriptor@@8 @23252 NONAME ??_R2H225_ArrayOf_IntegrityMechanism@@8 @23253 NONAME ??_R2H225_ArrayOf_NonStandardParameter@@8 @23254 NONAME ??_R2H225_ArrayOf_PartyNumber@@8 @23255 NONAME ??_R2H225_ArrayOf_PASN_ObjectId@@8 @23256 NONAME ??_R2H225_ArrayOf_PASN_OctetString@@8 @23257 NONAME ??_R2H225_ArrayOf_RasUsageSpecification@@8 @23258 NONAME ??_R2H225_ArrayOf_RTPSession@@8 @23259 NONAME ??_R2H225_ArrayOf_ServiceControlSession@@8 @23260 NONAME ??_R2H225_ArrayOf_SupportedPrefix@@8 @23261 NONAME ??_R2H225_ArrayOf_SupportedProtocols@@8 @23262 NONAME ??_R2H225_ArrayOf_TransportAddress@@8 @23263 NONAME ??_R2H225_ArrayOf_TransportChannelInfo@@8 @23264 NONAME ??_R2H225_ArrayOf_TunnelledProtocol@@8 @23265 NONAME ??_R2H225_BandRejectReason@@8 @23266 NONAME ??_R2H225_BandWidth@@8 @23267 NONAME ??_R2H225_BandwidthConfirm@@8 @23268 NONAME ??_R2H225_BandwidthDetails@@8 @23269 NONAME ??_R2H225_BandwidthReject@@8 @23270 NONAME ??_R2H225_BandwidthRequest@@8 @23271 NONAME ??_R2H225_CallCapacity@@8 @23272 NONAME ??_R2H225_CallCapacityInfo@@8 @23273 NONAME ??_R2H225_CallCreditCapability@@8 @23274 NONAME ??_R2H225_CallCreditServiceControl@@8 @23275 NONAME ??_R2H225_CallCreditServiceControl_billingMode@@8 @23276 NONAME ??_R2H225_CallCreditServiceControl_callStartingPoint@@8 @23277 NONAME ??_R2H225_CallIdentifier@@8 @23278 NONAME ??_R2H225_CallLinkage@@8 @23279 NONAME ??_R2H225_CallModel@@8 @23280 NONAME ??_R2H225_CallProceeding_UUIE@@8 @23281 NONAME ??_R2H225_CallReferenceValue@@8 @23282 NONAME ??_R2H225_CallsAvailable@@8 @23283 NONAME ??_R2H225_CallTerminationCause@@8 @23284 NONAME ??_R2H225_CallType@@8 @23285 NONAME ??_R2H225_CapacityReportingCapability@@8 @23286 NONAME ??_R2H225_CapacityReportingSpecification@@8 @23287 NONAME ??_R2H225_CapacityReportingSpecification_when@@8 @23288 NONAME ??_R2H225_CarrierInfo@@8 @23289 NONAME ??_R2H225_CicInfo@@8 @23290 NONAME ??_R2H225_CicInfo_cic@@8 @23291 NONAME ??_R2H225_CircuitIdentifier@@8 @23292 NONAME ??_R2H225_CircuitInfo@@8 @23293 NONAME ??_R2H225_ConferenceIdentifier@@8 @23294 NONAME ??_R2H225_ConferenceList@@8 @23295 NONAME ??_R2H225_Connect_UUIE@@8 @23296 NONAME ??_R2H225_Connect_UUIE_language@@8 @23297 NONAME ??_R2H225_Content@@8 @23298 NONAME ??_R2H225_CryptoH323Token@@8 @23299 NONAME ??_R2H225_CryptoH323Token_cryptoEPPwdHash@@8 @23300 NONAME ??_R2H225_CryptoH323Token_cryptoGKPwdHash@@8 @23301 NONAME ??_R2H225_DataRate@@8 @23302 NONAME ??_R2H225_DisengageConfirm@@8 @23303 NONAME ??_R2H225_DisengageReason@@8 @23304 NONAME ??_R2H225_DisengageReject@@8 @23305 NONAME ??_R2H225_DisengageRejectReason@@8 @23306 NONAME ??_R2H225_DisengageRequest@@8 @23307 NONAME ??_R2H225_EncodedFastStartToken@@8 @23308 NONAME ??_R2H225_EncryptIntAlg@@8 @23309 NONAME ??_R2H225_Endpoint@@8 @23310 NONAME ??_R2H225_EndpointIdentifier@@8 @23311 NONAME ??_R2H225_EndpointType@@8 @23312 NONAME ??_R2H225_EnumeratedParameter@@8 @23313 NONAME ??_R2H225_ExtendedAliasAddress@@8 @23314 NONAME ??_R2H225_FacilityReason@@8 @23315 NONAME ??_R2H225_Facility_UUIE@@8 @23316 NONAME ??_R2H225_FastStartToken@@8 @23317 NONAME ??_R2H225_FeatureDescriptor@@8 @23318 NONAME ??_R2H225_FeatureSet@@8 @23319 NONAME ??_R2H225_GatekeeperConfirm@@8 @23320 NONAME ??_R2H225_GatekeeperIdentifier@@8 @23321 NONAME ??_R2H225_GatekeeperInfo@@8 @23322 NONAME ??_R2H225_GatekeeperReject@@8 @23323 NONAME ??_R2H225_GatekeeperRejectReason@@8 @23324 NONAME ??_R2H225_GatekeeperRequest@@8 @23325 NONAME ??_R2H225_GatewayInfo@@8 @23326 NONAME ??_R2H225_GenericData@@8 @23327 NONAME ??_R2H225_GenericIdentifier@@8 @23328 NONAME ??_R2H225_GloballyUniqueID@@8 @23329 NONAME ??_R2H225_GroupID@@8 @23330 NONAME ??_R2H225_GroupID_member@@8 @23331 NONAME ??_R2H225_GSM_UIM@@8 @23332 NONAME ??_R2H225_H221NonStandard@@8 @23333 NONAME ??_R2H225_H245Security@@8 @23334 NONAME ??_R2H225_H248PackagesDescriptor@@8 @23335 NONAME ??_R2H225_H248SignalsDescriptor@@8 @23336 NONAME ??_R2H225_H310Caps@@8 @23337 NONAME ??_R2H225_H320Caps@@8 @23338 NONAME ??_R2H225_H321Caps@@8 @23339 NONAME ??_R2H225_H322Caps@@8 @23340 NONAME ??_R2H225_H323Caps@@8 @23341 NONAME ??_R2H225_H323_UserInformation@@8 @23342 NONAME ??_R2H225_H323_UserInformation_user_data@@8 @23343 NONAME ??_R2H225_H323_UU_PDU@@8 @23344 NONAME ??_R2H225_H323_UU_PDU_h323_message_body@@8 @23345 NONAME ??_R2H225_H323_UU_PDU_tunnelledSignallingMessage@@8 @23346 NONAME ??_R2H225_H324Caps@@8 @23347 NONAME ??_R2H225_ICV@@8 @23348 NONAME ??_R2H225_InfoRequest@@8 @23349 NONAME ??_R2H225_InfoRequestAck@@8 @23350 NONAME ??_R2H225_InfoRequestNak@@8 @23351 NONAME ??_R2H225_InfoRequestNakReason@@8 @23352 NONAME ??_R2H225_InfoRequestResponse@@8 @23353 NONAME ??_R2H225_InfoRequestResponseStatus@@8 @23354 NONAME ??_R2H225_InfoRequestResponse_perCallInfo@@8 @23355 NONAME ??_R2H225_InfoRequestResponse_perCallInfo_subtype@@8 @23356 NONAME ??_R2H225_InfoRequestResponse_perCallInfo_subtype_pdu@@8 @23357 NONAME ??_R2H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@8 @23358 NONAME ??_R2H225_Information_UUIE@@8 @23359 NONAME ??_R2H225_IntegrityMechanism@@8 @23360 NONAME ??_R2H225_LocationConfirm@@8 @23361 NONAME ??_R2H225_LocationReject@@8 @23362 NONAME ??_R2H225_LocationRejectReason@@8 @23363 NONAME ??_R2H225_LocationRequest@@8 @23364 NONAME ??_R2H225_McuInfo@@8 @23365 NONAME ??_R2H225_MobileUIM@@8 @23366 NONAME ??_R2H225_NonIsoIntegrityMechanism@@8 @23367 NONAME ??_R2H225_NonStandardIdentifier@@8 @23368 NONAME ??_R2H225_NonStandardMessage@@8 @23369 NONAME ??_R2H225_NonStandardParameter@@8 @23370 NONAME ??_R2H225_NonStandardProtocol@@8 @23371 NONAME ??_R2H225_Notify_UUIE@@8 @23372 NONAME ??_R2H225_NumberDigits@@8 @23373 NONAME ??_R2H225_PartyNumber@@8 @23374 NONAME ??_R2H225_PresentationIndicator@@8 @23375 NONAME ??_R2H225_PrivatePartyNumber@@8 @23376 NONAME ??_R2H225_PrivateTypeOfNumber@@8 @23377 NONAME ??_R2H225_Progress_UUIE@@8 @23378 NONAME ??_R2H225_ProtocolIdentifier@@8 @23379 NONAME ??_R2H225_PublicPartyNumber@@8 @23380 NONAME ??_R2H225_PublicTypeOfNumber@@8 @23381 NONAME ??_R2H225_Q954Details@@8 @23382 NONAME ??_R2H225_QseriesOptions@@8 @23383 NONAME ??_R2H225_RAS@@8 @23384 NONAME ??_R2H225_RasMessage@@8 @23385 NONAME ??_R2H225_RasUsageInformation@@8 @23386 NONAME ??_R2H225_RasUsageInfoTypes@@8 @23387 NONAME ??_R2H225_RasUsageSpecification@@8 @23388 NONAME ??_R2H225_RasUsageSpecification_callStartingPoint@@8 @23389 NONAME ??_R2H225_RasUsageSpecification_when@@8 @23390 NONAME ??_R2H225_RegistrationConfirm@@8 @23391 NONAME ??_R2H225_RegistrationConfirm_preGrantedARQ@@8 @23392 NONAME ??_R2H225_RegistrationReject@@8 @23393 NONAME ??_R2H225_RegistrationRejectReason@@8 @23394 NONAME ??_R2H225_RegistrationRejectReason_invalidTerminalAliases@@8 @23395 NONAME ??_R2H225_RegistrationRequest@@8 @23396 NONAME ??_R2H225_ReleaseCompleteReason@@8 @23397 NONAME ??_R2H225_ReleaseComplete_UUIE@@8 @23398 NONAME ??_R2H225_RequestInProgress@@8 @23399 NONAME ??_R2H225_RequestSeqNum@@8 @23400 NONAME ??_R2H225_ResourcesAvailableConfirm@@8 @23401 NONAME ??_R2H225_ResourcesAvailableIndicate@@8 @23402 NONAME ??_R2H225_RTPSession@@8 @23403 NONAME ??_R2H225_RTPSession_associatedSessionIds@@8 @23404 NONAME ??_R2H225_ScnConnectionAggregation@@8 @23405 NONAME ??_R2H225_ScnConnectionType@@8 @23406 NONAME ??_R2H225_ScreeningIndicator@@8 @23407 NONAME ??_R2H225_SecurityCapabilities@@8 @23408 NONAME ??_R2H225_SecurityErrors2@@8 @23409 NONAME ??_R2H225_SecurityErrors@@8 @23410 NONAME ??_R2H225_SecurityServiceMode@@8 @23411 NONAME ??_R2H225_ServiceControlDescriptor@@8 @23412 NONAME ??_R2H225_ServiceControlIndication@@8 @23413 NONAME ??_R2H225_ServiceControlIndication_callSpecific@@8 @23414 NONAME ??_R2H225_ServiceControlResponse@@8 @23415 NONAME ??_R2H225_ServiceControlResponse_result@@8 @23416 NONAME ??_R2H225_ServiceControlSession@@8 @23417 NONAME ??_R2H225_ServiceControlSession_reason@@8 @23418 NONAME ??_R2H225_SetupAcknowledge_UUIE@@8 @23419 NONAME ??_R2H225_Setup_UUIE@@8 @23420 NONAME ??_R2H225_Setup_UUIE_conferenceGoal@@8 @23421 NONAME ??_R2H225_Setup_UUIE_connectionParameters@@8 @23422 NONAME ??_R2H225_Setup_UUIE_language@@8 @23423 NONAME ??_R2H225_SIPCaps@@8 @23424 NONAME ??_R2H225_StatusInquiry_UUIE@@8 @23425 NONAME ??_R2H225_Status_UUIE@@8 @23426 NONAME ??_R2H225_StimulusControl@@8 @23427 NONAME ??_R2H225_SupportedPrefix@@8 @23428 NONAME ??_R2H225_SupportedProtocols@@8 @23429 NONAME ??_R2H225_T120OnlyCaps@@8 @23430 NONAME ??_R2H225_T38FaxAnnexbOnlyCaps@@8 @23431 NONAME ??_R2H225_TBCD_STRING@@8 @23432 NONAME ??_R2H225_TerminalInfo@@8 @23433 NONAME ??_R2H225_TimeToLive@@8 @23434 NONAME ??_R2H225_TransportAddress@@8 @23435 NONAME ??_R2H225_TransportAddress_ip6Address@@8 @23436 NONAME ??_R2H225_TransportAddress_ipAddress@@8 @23437 NONAME ??_R2H225_TransportAddress_ipSourceRoute@@8 @23438 NONAME ??_R2H225_TransportAddress_ipSourceRoute_route@@8 @23439 NONAME ??_R2H225_TransportAddress_ipSourceRoute_routing@@8 @23440 NONAME ??_R2H225_TransportAddress_ipxAddress@@8 @23441 NONAME ??_R2H225_TransportChannelInfo@@8 @23442 NONAME ??_R2H225_TransportQOS@@8 @23443 NONAME ??_R2H225_TunnelledProtocol@@8 @23444 NONAME ??_R2H225_TunnelledProtocolAlternateIdentifier@@8 @23445 NONAME ??_R2H225_TunnelledProtocol_id@@8 @23446 NONAME ??_R2H225_UnknownMessageResponse@@8 @23447 NONAME ??_R2H225_UnregistrationConfirm@@8 @23448 NONAME ??_R2H225_UnregistrationReject@@8 @23449 NONAME ??_R2H225_UnregistrationRequest@@8 @23450 NONAME ??_R2H225_UnregRejectReason@@8 @23451 NONAME ??_R2H225_UnregRequestReason@@8 @23452 NONAME ??_R2H225_UseSpecifiedTransport@@8 @23453 NONAME ??_R2H225_UUIEsRequested@@8 @23454 NONAME ??_R2H225_VendorIdentifier@@8 @23455 NONAME ??_R2H225_VoiceCaps@@8 @23456 NONAME ??_R2H235AuthCAT@@8 @23457 NONAME ??_R2H235Authenticator@@8 @23458 NONAME ??_R2H235Authenticators@@8 @23459 NONAME ??_R2H235AuthProcedure1@@8 @23460 NONAME ??_R2H235AuthSimpleMD5@@8 @23461 NONAME ??_R2H235_AuthenticationBES@@8 @23462 NONAME ??_R2H235_AuthenticationMechanism@@8 @23463 NONAME ??_R2H235_ChallengeString@@8 @23464 NONAME ??_R2H235_ClearToken@@8 @23465 NONAME ??_R2H235_CryptoToken@@8 @23466 NONAME ??_R2H235_CryptoToken_cryptoEncryptedToken@@8 @23467 NONAME ??_R2H235_CryptoToken_cryptoHashedToken@@8 @23468 NONAME ??_R2H235_CryptoToken_cryptoSignedToken@@8 @23469 NONAME ??_R2H235_DHset@@8 @23470 NONAME ??_R2H235_ECGDSASignature@@8 @23471 NONAME ??_R2H235_ECKASDH@@8 @23472 NONAME ??_R2H235_ECKASDH_eckasdh2@@8 @23473 NONAME ??_R2H235_ECKASDH_eckasdhp@@8 @23474 NONAME ??_R2H235_ECpoint@@8 @23475 NONAME ??_R2H235_EncodedGeneralToken@@8 @23476 NONAME ??_R2H235_EncodedKeySignedMaterial@@8 @23477 NONAME ??_R2H235_EncodedKeySyncMaterial@@8 @23478 NONAME ??_R2H235_EncodedPwdCertToken@@8 @23479 NONAME ??_R2H235_EncodedReturnSig@@8 @23480 NONAME ??_R2H235_H235CertificateSignature@@8 @23481 NONAME ??_R2H235_H235Key@@8 @23482 NONAME ??_R2H235_Identifier@@8 @23483 NONAME ??_R2H235_IV16@@8 @23484 NONAME ??_R2H235_IV8@@8 @23485 NONAME ??_R2H235_KeyMaterial@@8 @23486 NONAME ??_R2H235_KeySignedMaterial@@8 @23487 NONAME ??_R2H235_KeySyncMaterial@@8 @23488 NONAME ??_R2H235_NonStandardParameter@@8 @23489 NONAME ??_R2H235_Params@@8 @23490 NONAME ??_R2H235_Password@@8 @23491 NONAME ??_R2H235_PwdCertToken@@8 @23492 NONAME ??_R2H235_RandomVal@@8 @23493 NONAME ??_R2H235_ReturnSig@@8 @23494 NONAME ??_R2H235_TimeStamp@@8 @23495 NONAME ??_R2H235_TypedCertificate@@8 @23496 NONAME ??_R2H235_V3KeySyncMaterial@@8 @23497 NONAME ??_R2H245NegLogicalChannel@@8 @23498 NONAME ??_R2H245NegLogicalChannels@@8 @23499 NONAME ??_R2H245NegMasterSlaveDetermination@@8 @23500 NONAME ??_R2H245Negotiator@@8 @23501 NONAME ??_R2H245NegRequestMode@@8 @23502 NONAME ??_R2H245NegRoundTripDelay@@8 @23503 NONAME ??_R2H245NegTerminalCapabilitySet@@8 @23504 NONAME ??_R2H245TransportThread@@8 @23505 NONAME ??_R2H245_AlternativeCapabilitySet@@8 @23506 NONAME ??_R2H245_ArrayOf_AlternativeCapabilitySet@@8 @23507 NONAME ??_R2H245_ArrayOf_BEnhancementParameters@@8 @23508 NONAME ??_R2H245_ArrayOf_CapabilityDescriptor@@8 @23509 NONAME ??_R2H245_ArrayOf_CapabilityDescriptorNumber@@8 @23510 NONAME ??_R2H245_ArrayOf_CapabilityTableEntry@@8 @23511 NONAME ??_R2H245_ArrayOf_CapabilityTableEntryNumber@@8 @23512 NONAME ??_R2H245_ArrayOf_CommunicationModeTableEntry@@8 @23513 NONAME ??_R2H245_ArrayOf_CustomPictureClockFrequency@@8 @23514 NONAME ??_R2H245_ArrayOf_CustomPictureFormat@@8 @23515 NONAME ??_R2H245_ArrayOf_DataApplicationCapability@@8 @23516 NONAME ??_R2H245_ArrayOf_DialingInformationNetworkType@@8 @23517 NONAME ??_R2H245_ArrayOf_DialingInformationNumber@@8 @23518 NONAME ??_R2H245_ArrayOf_EnhancementOptions@@8 @23519 NONAME ??_R2H245_ArrayOf_EscrowData@@8 @23520 NONAME ??_R2H245_ArrayOf_GenericCapability@@8 @30405 NONAME ??_R2H245_ArrayOf_GenericParameter@@8 @23521 NONAME ??_R2H245_ArrayOf_H263ModeComboFlags@@8 @23522 NONAME ??_R2H245_ArrayOf_H263VideoModeCombos@@8 @23523 NONAME ??_R2H245_ArrayOf_MediaChannelCapability@@8 @23524 NONAME ??_R2H245_ArrayOf_MediaDistributionCapability@@8 @23525 NONAME ??_R2H245_ArrayOf_ModeDescription@@8 @23526 NONAME ??_R2H245_ArrayOf_MultiplePayloadStreamElement@@8 @23527 NONAME ??_R2H245_ArrayOf_MultiplePayloadStreamElementMode@@8 @23528 NONAME ??_R2H245_ArrayOf_MultiplexElement@@8 @23529 NONAME ??_R2H245_ArrayOf_MultiplexEntryDescriptor@@8 @23530 NONAME ??_R2H245_ArrayOf_MultiplexEntryRejectionDescriptions@@8 @23531 NONAME ??_R2H245_ArrayOf_MultiplexTableEntryNumber@@8 @23532 NONAME ??_R2H245_ArrayOf_NonStandardParameter@@8 @23533 NONAME ??_R2H245_ArrayOf_ParameterIdentifier@@8 @23534 NONAME ??_R2H245_ArrayOf_PictureReference@@8 @23535 NONAME ??_R2H245_ArrayOf_Q2931Address@@8 @23536 NONAME ??_R2H245_ArrayOf_QOSCapability@@8 @23537 NONAME ??_R2H245_ArrayOf_RedundancyEncodingCapability@@8 @23538 NONAME ??_R2H245_ArrayOf_RedundancyEncodingDTModeElement@@8 @23539 NONAME ??_R2H245_ArrayOf_RedundancyEncodingElement@@8 @23540 NONAME ??_R2H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@8 @23541 NONAME ??_R2H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@8 @23542 NONAME ??_R2H245_ArrayOf_RTPPayloadType@@8 @23543 NONAME ??_R2H245_ArrayOf_TerminalInformation@@8 @23544 NONAME ??_R2H245_ArrayOf_TerminalLabel@@8 @23545 NONAME ??_R2H245_ArrayOf_VCCapability@@8 @23546 NONAME ??_R2H245_ArrayOf_VideoCapability@@8 @30406 NONAME ??_R2H245_ATMParameters@@8 @23547 NONAME ??_R2H245_AudioCapability@@8 @23548 NONAME ??_R2H245_AudioCapability_g7231@@8 @23549 NONAME ??_R2H245_AudioMode@@8 @23550 NONAME ??_R2H245_AudioMode_g7231@@8 @23551 NONAME ??_R2H245_AudioTelephonyEventCapability@@8 @23552 NONAME ??_R2H245_AudioToneCapability@@8 @23553 NONAME ??_R2H245_AuthenticationCapability@@8 @23554 NONAME ??_R2H245_BEnhancementParameters@@8 @23555 NONAME ??_R2H245_Capability@@8 @23556 NONAME ??_R2H245_CapabilityDescriptor@@8 @23557 NONAME ??_R2H245_CapabilityDescriptorNumber@@8 @23558 NONAME ??_R2H245_CapabilityIdentifier@@8 @23559 NONAME ??_R2H245_CapabilityTableEntry@@8 @23560 NONAME ??_R2H245_CapabilityTableEntryNumber@@8 @23561 NONAME ??_R2H245_Capability_h233EncryptionReceiveCapability@@8 @23562 NONAME ??_R2H245_CertSelectionCriteria@@8 @23563 NONAME ??_R2H245_CloseLogicalChannel@@8 @23564 NONAME ??_R2H245_CloseLogicalChannelAck@@8 @23565 NONAME ??_R2H245_CloseLogicalChannel_reason@@8 @23566 NONAME ??_R2H245_CloseLogicalChannel_source@@8 @23567 NONAME ??_R2H245_CommandMessage@@8 @23568 NONAME ??_R2H245_CommunicationModeCommand@@8 @23569 NONAME ??_R2H245_CommunicationModeRequest@@8 @23570 NONAME ??_R2H245_CommunicationModeResponse@@8 @23571 NONAME ??_R2H245_CommunicationModeTableEntry@@8 @23572 NONAME ??_R2H245_CommunicationModeTableEntry_dataType@@8 @23573 NONAME ??_R2H245_CompressionType@@8 @23574 NONAME ??_R2H245_ConferenceCapability@@8 @23575 NONAME ??_R2H245_ConferenceCommand@@8 @23576 NONAME ??_R2H245_ConferenceID@@8 @23577 NONAME ??_R2H245_ConferenceIndication@@8 @23578 NONAME ??_R2H245_ConferenceRequest@@8 @23579 NONAME ??_R2H245_ConferenceRequest_requestTerminalCertificate@@8 @23580 NONAME ??_R2H245_ConferenceResponse@@8 @23581 NONAME ??_R2H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@8 @23582 NONAME ??_R2H245_ConferenceResponse_chairTokenOwnerResponse@@8 @23583 NONAME ??_R2H245_ConferenceResponse_conferenceIDResponse@@8 @23584 NONAME ??_R2H245_ConferenceResponse_extensionAddressResponse@@8 @23585 NONAME ??_R2H245_ConferenceResponse_makeMeChairResponse@@8 @23586 NONAME ??_R2H245_ConferenceResponse_makeTerminalBroadcasterResponse@@8 @23587 NONAME ??_R2H245_ConferenceResponse_mCTerminalIDResponse@@8 @23588 NONAME ??_R2H245_ConferenceResponse_passwordResponse@@8 @23589 NONAME ??_R2H245_ConferenceResponse_sendThisSourceResponse@@8 @23590 NONAME ??_R2H245_ConferenceResponse_terminalCertificateResponse@@8 @23591 NONAME ??_R2H245_ConferenceResponse_terminalIDResponse@@8 @23592 NONAME ??_R2H245_ConnectionIdentifier@@8 @23593 NONAME ??_R2H245_CRCLength@@8 @23594 NONAME ??_R2H245_Criteria@@8 @23595 NONAME ??_R2H245_CustomPictureClockFrequency@@8 @23596 NONAME ??_R2H245_CustomPictureFormat@@8 @23597 NONAME ??_R2H245_CustomPictureFormat_mPI@@8 @23598 NONAME ??_R2H245_CustomPictureFormat_mPI_customPCF@@8 @23599 NONAME ??_R2H245_CustomPictureFormat_mPI_customPCF_subtype@@8 @23600 NONAME ??_R2H245_CustomPictureFormat_pixelAspectInformation@@8 @23601 NONAME ??_R2H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@8 @23602 NONAME ??_R2H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@8 @23603 NONAME ??_R2H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@8 @23604 NONAME ??_R2H245_DataApplicationCapability@@8 @23605 NONAME ??_R2H245_DataApplicationCapability_application@@8 @23606 NONAME ??_R2H245_DataApplicationCapability_application_nlpid@@8 @23607 NONAME ??_R2H245_DataApplicationCapability_application_t38fax@@8 @23608 NONAME ??_R2H245_DataApplicationCapability_application_t84@@8 @23609 NONAME ??_R2H245_DataMode@@8 @23610 NONAME ??_R2H245_DataMode_application@@8 @23611 NONAME ??_R2H245_DataMode_application_nlpid@@8 @23612 NONAME ??_R2H245_DataMode_application_t38fax@@8 @23613 NONAME ??_R2H245_DataProtocolCapability@@8 @23614 NONAME ??_R2H245_DataProtocolCapability_v76wCompression@@8 @23615 NONAME ??_R2H245_DataType@@8 @23616 NONAME ??_R2H245_DepFECCapability@@8 @30407 NONAME ??_R2H245_DepFECCapability_rfc2733@@8 @30408 NONAME ??_R2H245_DepFECCapability_rfc2733_separateStream@@8 @30409 NONAME ??_R2H245_DepFECData@@8 @30410 NONAME ??_R2H245_DepFECData_rfc2733@@8 @30411 NONAME ??_R2H245_DepFECData_rfc2733_mode@@8 @30412 NONAME ??_R2H245_DepFECData_rfc2733_mode_separateStream@@8 @30413 NONAME ??_R2H245_DepFECData_rfc2733_mode_separateStream_differentPort@@8 @30414 NONAME ??_R2H245_DepFECData_rfc2733_mode_separateStream_samePort@@8 @30415 NONAME ??_R2H245_DepFECMode@@8 @30416 NONAME ??_R2H245_DepFECMode_rfc2733Mode@@8 @30417 NONAME ??_R2H245_DepFECMode_rfc2733Mode_mode@@8 @30418 NONAME ??_R2H245_DepFECMode_rfc2733Mode_mode_separateStream@@8 @30419 NONAME ??_R2H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@8 @30420 NONAME ??_R2H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@8 @30421 NONAME ??_R2H245_DialingInformation@@8 @23617 NONAME ??_R2H245_DialingInformationNetworkType@@8 @23618 NONAME ??_R2H245_DialingInformationNumber@@8 @23619 NONAME ??_R2H245_EncryptionAuthenticationAndIntegrity@@8 @23620 NONAME ??_R2H245_EncryptionCapability@@8 @23621 NONAME ??_R2H245_EncryptionCommand@@8 @23622 NONAME ??_R2H245_EncryptionCommand_encryptionAlgorithmID@@8 @23623 NONAME ??_R2H245_EncryptionMode@@8 @23624 NONAME ??_R2H245_EncryptionSync@@8 @23625 NONAME ??_R2H245_EncryptionUpdateDirection@@8 @30422 NONAME ??_R2H245_EncryptionUpdateRequest@@8 @23626 NONAME ??_R2H245_EndSessionCommand@@8 @23627 NONAME ??_R2H245_EndSessionCommand_gstnOptions@@8 @23628 NONAME ??_R2H245_EndSessionCommand_isdnOptions@@8 @23629 NONAME ??_R2H245_EnhancementLayerInfo@@8 @23630 NONAME ??_R2H245_EnhancementOptions@@8 @23631 NONAME ??_R2H245_EscrowData@@8 @23632 NONAME ??_R2H245_ExtendedVideoCapability@@8 @30423 NONAME ??_R2H245_FECCapability@@8 @23633 NONAME ??_R2H245_FECCapability_rfc2733Format@@8 @30424 NONAME ??_R2H245_FECData@@8 @23636 NONAME ??_R2H245_FECData_rfc2733@@8 @23637 NONAME ??_R2H245_FECData_rfc2733_pktMode@@8 @30425 NONAME ??_R2H245_FECData_rfc2733_pktMode_rfc2733diffport@@8 @30426 NONAME ??_R2H245_FECData_rfc2733_pktMode_rfc2733sameport@@8 @30427 NONAME ??_R2H245_FECMode@@8 @23642 NONAME ??_R2H245_FECMode_rfc2733Format@@8 @30428 NONAME ??_R2H245_FlowControlCommand@@8 @23648 NONAME ??_R2H245_FlowControlCommand_restriction@@8 @23649 NONAME ??_R2H245_FlowControlCommand_scope@@8 @23650 NONAME ??_R2H245_FlowControlIndication@@8 @23651 NONAME ??_R2H245_FlowControlIndication_restriction@@8 @23652 NONAME ??_R2H245_FlowControlIndication_scope@@8 @23653 NONAME ??_R2H245_FunctionNotSupported@@8 @23654 NONAME ??_R2H245_FunctionNotSupported_cause@@8 @23655 NONAME ??_R2H245_FunctionNotUnderstood@@8 @23656 NONAME ??_R2H245_G7231AnnexCCapability@@8 @23657 NONAME ??_R2H245_G7231AnnexCCapability_g723AnnexCAudioMode@@8 @23658 NONAME ??_R2H245_G7231AnnexCMode@@8 @23659 NONAME ??_R2H245_G7231AnnexCMode_g723AnnexCAudioMode@@8 @23660 NONAME ??_R2H245_G729Extensions@@8 @23661 NONAME ??_R2H245_GenericCapability@@8 @23662 NONAME ??_R2H245_GenericMessage@@8 @30429 NONAME ??_R2H245_GenericParameter@@8 @23663 NONAME ??_R2H245_GSMAudioCapability@@8 @23664 NONAME ??_R2H245_H222Capability@@8 @23665 NONAME ??_R2H245_H222LogicalChannelParameters@@8 @23666 NONAME ??_R2H245_H223AL1MParameters@@8 @23667 NONAME ??_R2H245_H223AL1MParameters_arqType@@8 @23668 NONAME ??_R2H245_H223AL1MParameters_crcLength@@8 @23669 NONAME ??_R2H245_H223AL1MParameters_headerFEC@@8 @23670 NONAME ??_R2H245_H223AL1MParameters_transferMode@@8 @23671 NONAME ??_R2H245_H223AL2MParameters@@8 @23672 NONAME ??_R2H245_H223AL2MParameters_headerFEC@@8 @23673 NONAME ??_R2H245_H223AL3MParameters@@8 @23674 NONAME ??_R2H245_H223AL3MParameters_arqType@@8 @23675 NONAME ??_R2H245_H223AL3MParameters_crcLength@@8 @23676 NONAME ??_R2H245_H223AL3MParameters_headerFormat@@8 @23677 NONAME ??_R2H245_H223AnnexCArqParameters@@8 @23678 NONAME ??_R2H245_H223AnnexCArqParameters_numberOfRetransmissions@@8 @23679 NONAME ??_R2H245_H223AnnexCCapability@@8 @23680 NONAME ??_R2H245_H223Capability@@8 @23681 NONAME ??_R2H245_H223Capability_h223MultiplexTableCapability@@8 @23682 NONAME ??_R2H245_H223Capability_h223MultiplexTableCapability_enhanced@@8 @23683 NONAME ??_R2H245_H223Capability_mobileMultilinkFrameCapability@@8 @23684 NONAME ??_R2H245_H223Capability_mobileOperationTransmitCapability@@8 @23685 NONAME ??_R2H245_H223LogicalChannelParameters@@8 @23686 NONAME ??_R2H245_H223LogicalChannelParameters_adaptationLayerType@@8 @23687 NONAME ??_R2H245_H223LogicalChannelParameters_adaptationLayerType_al3@@8 @23688 NONAME ??_R2H245_H223ModeParameters@@8 @23689 NONAME ??_R2H245_H223ModeParameters_adaptationLayerType@@8 @23690 NONAME ??_R2H245_H223ModeParameters_adaptationLayerType_al3@@8 @23691 NONAME ??_R2H245_H223MultiplexReconfiguration@@8 @23692 NONAME ??_R2H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@8 @23693 NONAME ??_R2H245_H223MultiplexReconfiguration_h223ModeChange@@8 @23694 NONAME ??_R2H245_H223SkewIndication@@8 @23695 NONAME ??_R2H245_H2250Capability@@8 @23696 NONAME ??_R2H245_H2250Capability_mcCapability@@8 @23697 NONAME ??_R2H245_H2250LogicalChannelAckParameters@@8 @23698 NONAME ??_R2H245_H2250LogicalChannelParameters@@8 @23699 NONAME ??_R2H245_H2250LogicalChannelParameters_mediaPacketization@@8 @23700 NONAME ??_R2H245_H2250MaximumSkewIndication@@8 @23701 NONAME ??_R2H245_H2250ModeParameters@@8 @23702 NONAME ??_R2H245_H235Media@@8 @23703 NONAME ??_R2H245_H235Media_mediaType@@8 @23704 NONAME ??_R2H245_H235Mode@@8 @23705 NONAME ??_R2H245_H235Mode_mediaMode@@8 @23706 NONAME ??_R2H245_H235SecurityCapability@@8 @23707 NONAME ??_R2H245_H261VideoCapability@@8 @23708 NONAME ??_R2H245_H261VideoMode@@8 @23709 NONAME ??_R2H245_H261VideoMode_resolution@@8 @23710 NONAME ??_R2H245_H262VideoCapability@@8 @23711 NONAME ??_R2H245_H262VideoMode@@8 @23712 NONAME ??_R2H245_H262VideoMode_profileAndLevel@@8 @23713 NONAME ??_R2H245_H263ModeComboFlags@@8 @23714 NONAME ??_R2H245_H263Options@@8 @23715 NONAME ??_R2H245_H263Version3Options@@8 @23716 NONAME ??_R2H245_H263VideoCapability@@8 @23717 NONAME ??_R2H245_H263VideoMode@@8 @23718 NONAME ??_R2H245_H263VideoModeCombos@@8 @23719 NONAME ??_R2H245_H263VideoMode_resolution@@8 @23720 NONAME ??_R2H245_IndicationMessage@@8 @23721 NONAME ??_R2H245_IntegrityCapability@@8 @23722 NONAME ??_R2H245_IS11172AudioCapability@@8 @23723 NONAME ??_R2H245_IS11172AudioMode@@8 @23724 NONAME ??_R2H245_IS11172AudioMode_audioLayer@@8 @23725 NONAME ??_R2H245_IS11172AudioMode_audioSampling@@8 @23726 NONAME ??_R2H245_IS11172AudioMode_multichannelType@@8 @23727 NONAME ??_R2H245_IS11172VideoCapability@@8 @23728 NONAME ??_R2H245_IS11172VideoMode@@8 @23729 NONAME ??_R2H245_IS13818AudioCapability@@8 @23730 NONAME ??_R2H245_IS13818AudioMode@@8 @23731 NONAME ??_R2H245_IS13818AudioMode_audioLayer@@8 @23732 NONAME ??_R2H245_IS13818AudioMode_audioSampling@@8 @23733 NONAME ??_R2H245_IS13818AudioMode_multichannelType@@8 @23734 NONAME ??_R2H245_IV16@@8 @30430 NONAME ??_R2H245_IV8@@8 @30431 NONAME ??_R2H245_JitterIndication@@8 @23735 NONAME ??_R2H245_JitterIndication_scope@@8 @23736 NONAME ??_R2H245_KeyProtectionMethod@@8 @23737 NONAME ??_R2H245_LogicalChannelNumber@@8 @23738 NONAME ??_R2H245_LogicalChannelRateAcknowledge@@8 @23739 NONAME ??_R2H245_LogicalChannelRateReject@@8 @23740 NONAME ??_R2H245_LogicalChannelRateRejectReason@@8 @23741 NONAME ??_R2H245_LogicalChannelRateRelease@@8 @23742 NONAME ??_R2H245_LogicalChannelRateRequest@@8 @23743 NONAME ??_R2H245_MaintenanceLoopAck@@8 @23744 NONAME ??_R2H245_MaintenanceLoopAck_type@@8 @23745 NONAME ??_R2H245_MaintenanceLoopOffCommand@@8 @23746 NONAME ??_R2H245_MaintenanceLoopReject@@8 @23747 NONAME ??_R2H245_MaintenanceLoopReject_cause@@8 @23748 NONAME ??_R2H245_MaintenanceLoopReject_type@@8 @23749 NONAME ??_R2H245_MaintenanceLoopRequest@@8 @23750 NONAME ??_R2H245_MaintenanceLoopRequest_type@@8 @23751 NONAME ??_R2H245_MasterSlaveDetermination@@8 @23752 NONAME ??_R2H245_MasterSlaveDeterminationAck@@8 @23753 NONAME ??_R2H245_MasterSlaveDeterminationAck_decision@@8 @23754 NONAME ??_R2H245_MasterSlaveDeterminationReject@@8 @23755 NONAME ??_R2H245_MasterSlaveDeterminationReject_cause@@8 @23756 NONAME ??_R2H245_MasterSlaveDeterminationRelease@@8 @23757 NONAME ??_R2H245_MaximumBitRate@@8 @23758 NONAME ??_R2H245_MaxRedundancy@@8 @30432 NONAME ??_R2H245_MCLocationIndication@@8 @23759 NONAME ??_R2H245_McuNumber@@8 @23760 NONAME ??_R2H245_MediaChannelCapability@@8 @23761 NONAME ??_R2H245_MediaDistributionCapability@@8 @23762 NONAME ??_R2H245_MediaEncryptionAlgorithm@@8 @23763 NONAME ??_R2H245_MediaPacketizationCapability@@8 @23764 NONAME ??_R2H245_MediaTransportType@@8 @23765 NONAME ??_R2H245_MediaTransportType_atm_AAL5_compressed@@8 @23766 NONAME ??_R2H245_MiscellaneousCommand@@8 @23767 NONAME ??_R2H245_MiscellaneousCommand_type@@8 @23768 NONAME ??_R2H245_MiscellaneousCommand_type_encryptionUpdateAck@@8 @30433 NONAME ??_R2H245_MiscellaneousCommand_type_encryptionUpdateCommand@@8 @30434 NONAME ??_R2H245_MiscellaneousCommand_type_lostPartialPicture@@8 @23769 NONAME ??_R2H245_MiscellaneousCommand_type_progressiveRefinementStart@@8 @23770 NONAME ??_R2H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@8 @23771 NONAME ??_R2H245_MiscellaneousCommand_type_videoBadMBs@@8 @23772 NONAME ??_R2H245_MiscellaneousCommand_type_videoFastUpdateGOB@@8 @23773 NONAME ??_R2H245_MiscellaneousCommand_type_videoFastUpdateMB@@8 @23774 NONAME ??_R2H245_MiscellaneousIndication@@8 @23775 NONAME ??_R2H245_MiscellaneousIndication_type@@8 @23776 NONAME ??_R2H245_MiscellaneousIndication_type_videoNotDecodedMBs@@8 @23777 NONAME ??_R2H245_MobileMultilinkReconfigurationCommand@@8 @23778 NONAME ??_R2H245_MobileMultilinkReconfigurationCommand_status@@8 @23779 NONAME ??_R2H245_MobileMultilinkReconfigurationIndication@@8 @23780 NONAME ??_R2H245_ModeDescription@@8 @23781 NONAME ??_R2H245_ModeElement@@8 @23782 NONAME ??_R2H245_ModeElementType@@8 @23783 NONAME ??_R2H245_MulticastAddress@@8 @23784 NONAME ??_R2H245_MulticastAddress_iP6Address@@8 @23785 NONAME ??_R2H245_MulticastAddress_iPAddress@@8 @23786 NONAME ??_R2H245_MultilinkIndication@@8 @23787 NONAME ??_R2H245_MultilinkIndication_crcDesired@@8 @23788 NONAME ??_R2H245_MultilinkIndication_excessiveError@@8 @23789 NONAME ??_R2H245_MultilinkRequest@@8 @23790 NONAME ??_R2H245_MultilinkRequest_addConnection@@8 @23791 NONAME ??_R2H245_MultilinkRequest_callInformation@@8 @23792 NONAME ??_R2H245_MultilinkRequest_maximumHeaderInterval@@8 @23793 NONAME ??_R2H245_MultilinkRequest_maximumHeaderInterval_requestType@@8 @23794 NONAME ??_R2H245_MultilinkRequest_removeConnection@@8 @23795 NONAME ??_R2H245_MultilinkResponse@@8 @23796 NONAME ??_R2H245_MultilinkResponse_addConnection@@8 @23797 NONAME ??_R2H245_MultilinkResponse_addConnection_responseCode@@8 @23798 NONAME ??_R2H245_MultilinkResponse_addConnection_responseCode_rejected@@8 @23799 NONAME ??_R2H245_MultilinkResponse_callInformation@@8 @23800 NONAME ??_R2H245_MultilinkResponse_maximumHeaderInterval@@8 @23801 NONAME ??_R2H245_MultilinkResponse_removeConnection@@8 @23802 NONAME ??_R2H245_MultimediaSystemControlMessage@@8 @23803 NONAME ??_R2H245_MultiplePayloadStream@@8 @23804 NONAME ??_R2H245_MultiplePayloadStreamCapability@@8 @23805 NONAME ??_R2H245_MultiplePayloadStreamElement@@8 @23806 NONAME ??_R2H245_MultiplePayloadStreamElementMode@@8 @23807 NONAME ??_R2H245_MultiplePayloadStreamMode@@8 @23808 NONAME ??_R2H245_MultiplexCapability@@8 @23809 NONAME ??_R2H245_MultiplexedStreamCapability@@8 @23810 NONAME ??_R2H245_MultiplexedStreamModeParameters@@8 @23811 NONAME ??_R2H245_MultiplexedStreamParameter@@8 @23812 NONAME ??_R2H245_MultiplexElement@@8 @23813 NONAME ??_R2H245_MultiplexElement_repeatCount@@8 @23814 NONAME ??_R2H245_MultiplexElement_type@@8 @23815 NONAME ??_R2H245_MultiplexEntryDescriptor@@8 @23816 NONAME ??_R2H245_MultiplexEntryRejectionDescriptions@@8 @23817 NONAME ??_R2H245_MultiplexEntryRejectionDescriptions_cause@@8 @23818 NONAME ??_R2H245_MultiplexEntrySend@@8 @23819 NONAME ??_R2H245_MultiplexEntrySendAck@@8 @23820 NONAME ??_R2H245_MultiplexEntrySendReject@@8 @23821 NONAME ??_R2H245_MultiplexEntrySendRelease@@8 @23822 NONAME ??_R2H245_MultiplexFormat@@8 @23823 NONAME ??_R2H245_MultiplexTableEntryNumber@@8 @23824 NONAME ??_R2H245_MultipointCapability@@8 @23825 NONAME ??_R2H245_NetworkAccessParameters@@8 @23826 NONAME ??_R2H245_NetworkAccessParameters_distribution@@8 @23827 NONAME ??_R2H245_NetworkAccessParameters_networkAddress@@8 @23828 NONAME ??_R2H245_NetworkAccessParameters_t120SetupProcedure@@8 @23829 NONAME ??_R2H245_NewATMVCCommand@@8 @23830 NONAME ??_R2H245_NewATMVCCommand_aal@@8 @23831 NONAME ??_R2H245_NewATMVCCommand_aal_aal1@@8 @23832 NONAME ??_R2H245_NewATMVCCommand_aal_aal1_clockRecovery@@8 @23833 NONAME ??_R2H245_NewATMVCCommand_aal_aal1_errorCorrection@@8 @23834 NONAME ??_R2H245_NewATMVCCommand_aal_aal5@@8 @23835 NONAME ??_R2H245_NewATMVCCommand_multiplex@@8 @23836 NONAME ??_R2H245_NewATMVCCommand_reverseParameters@@8 @23837 NONAME ??_R2H245_NewATMVCCommand_reverseParameters_multiplex@@8 @23838 NONAME ??_R2H245_NewATMVCIndication@@8 @23839 NONAME ??_R2H245_NewATMVCIndication_aal@@8 @23840 NONAME ??_R2H245_NewATMVCIndication_aal_aal1@@8 @23841 NONAME ??_R2H245_NewATMVCIndication_aal_aal1_clockRecovery@@8 @23842 NONAME ??_R2H245_NewATMVCIndication_aal_aal1_errorCorrection@@8 @23843 NONAME ??_R2H245_NewATMVCIndication_aal_aal5@@8 @23844 NONAME ??_R2H245_NewATMVCIndication_multiplex@@8 @23845 NONAME ??_R2H245_NewATMVCIndication_reverseParameters@@8 @23846 NONAME ??_R2H245_NewATMVCIndication_reverseParameters_multiplex@@8 @23847 NONAME ??_R2H245_NonStandardIdentifier@@8 @23848 NONAME ??_R2H245_NonStandardIdentifier_h221NonStandard@@8 @23849 NONAME ??_R2H245_NonStandardMessage@@8 @23850 NONAME ??_R2H245_NonStandardParameter@@8 @23851 NONAME ??_R2H245_NoPTAudioTelephonyEventCapability@@8 @23852 NONAME ??_R2H245_NoPTAudioToneCapability@@8 @23853 NONAME ??_R2H245_OpenLogicalChannel@@8 @23854 NONAME ??_R2H245_OpenLogicalChannelAck@@8 @23855 NONAME ??_R2H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@8 @23856 NONAME ??_R2H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@8 @23857 NONAME ??_R2H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@8 @23858 NONAME ??_R2H245_OpenLogicalChannelConfirm@@8 @23859 NONAME ??_R2H245_OpenLogicalChannelReject@@8 @23860 NONAME ??_R2H245_OpenLogicalChannelReject_cause@@8 @23861 NONAME ??_R2H245_OpenLogicalChannel_forwardLogicalChannelParameters@@8 @23862 NONAME ??_R2H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@8 @23863 NONAME ??_R2H245_OpenLogicalChannel_reverseLogicalChannelParameters@@8 @23864 NONAME ??_R2H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@8 @23865 NONAME ??_R2H245_ParameterIdentifier@@8 @23866 NONAME ??_R2H245_ParameterValue@@8 @23867 NONAME ??_R2H245_Params@@8 @30435 NONAME ??_R2H245_Password@@8 @23868 NONAME ??_R2H245_PictureReference@@8 @23869 NONAME ??_R2H245_Q2931Address@@8 @23870 NONAME ??_R2H245_Q2931Address_address@@8 @23871 NONAME ??_R2H245_QOSCapability@@8 @23872 NONAME ??_R2H245_QOSMode@@8 @23873 NONAME ??_R2H245_RedundancyEncoding@@8 @23874 NONAME ??_R2H245_RedundancyEncodingCapability@@8 @23875 NONAME ??_R2H245_RedundancyEncodingDTMode@@8 @23876 NONAME ??_R2H245_RedundancyEncodingDTModeElement@@8 @23877 NONAME ??_R2H245_RedundancyEncodingDTModeElement_type@@8 @23878 NONAME ??_R2H245_RedundancyEncodingElement@@8 @23879 NONAME ??_R2H245_RedundancyEncodingMethod@@8 @23880 NONAME ??_R2H245_RedundancyEncodingMode@@8 @23881 NONAME ??_R2H245_RedundancyEncodingMode_secondaryEncoding@@8 @23882 NONAME ??_R2H245_RedundancyEncoding_rtpRedundancyEncoding@@8 @23883 NONAME ??_R2H245_RefPictureSelection@@8 @23884 NONAME ??_R2H245_RefPictureSelection_additionalPictureMemory@@8 @23885 NONAME ??_R2H245_RefPictureSelection_enhancedReferencePicSelect@@8 @23886 NONAME ??_R2H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@8 @23887 NONAME ??_R2H245_RefPictureSelection_videoBackChannelSend@@8 @23888 NONAME ??_R2H245_RemoteMCRequest@@8 @23889 NONAME ??_R2H245_RemoteMCResponse@@8 @23890 NONAME ??_R2H245_RemoteMCResponse_reject@@8 @23891 NONAME ??_R2H245_RequestAllTerminalIDsResponse@@8 @23892 NONAME ??_R2H245_RequestChannelClose@@8 @23893 NONAME ??_R2H245_RequestChannelCloseAck@@8 @23894 NONAME ??_R2H245_RequestChannelCloseReject@@8 @23895 NONAME ??_R2H245_RequestChannelCloseReject_cause@@8 @23896 NONAME ??_R2H245_RequestChannelCloseRelease@@8 @23897 NONAME ??_R2H245_RequestChannelClose_reason@@8 @23898 NONAME ??_R2H245_RequestMessage@@8 @23899 NONAME ??_R2H245_RequestMode@@8 @23900 NONAME ??_R2H245_RequestModeAck@@8 @23901 NONAME ??_R2H245_RequestModeAck_response@@8 @23902 NONAME ??_R2H245_RequestModeReject@@8 @23903 NONAME ??_R2H245_RequestModeReject_cause@@8 @23904 NONAME ??_R2H245_RequestModeRelease@@8 @23905 NONAME ??_R2H245_RequestMultiplexEntry@@8 @23906 NONAME ??_R2H245_RequestMultiplexEntryAck@@8 @23907 NONAME ??_R2H245_RequestMultiplexEntryReject@@8 @23908 NONAME ??_R2H245_RequestMultiplexEntryRejectionDescriptions@@8 @23909 NONAME ??_R2H245_RequestMultiplexEntryRejectionDescriptions_cause@@8 @23910 NONAME ??_R2H245_RequestMultiplexEntryRelease@@8 @23911 NONAME ??_R2H245_ResponseMessage@@8 @23912 NONAME ??_R2H245_RoundTripDelayRequest@@8 @23913 NONAME ??_R2H245_RoundTripDelayResponse@@8 @23914 NONAME ??_R2H245_RSVPParameters@@8 @23915 NONAME ??_R2H245_RTPH263VideoRedundancyEncoding@@8 @23916 NONAME ??_R2H245_RTPH263VideoRedundancyEncoding_containedThreads@@8 @23917 NONAME ??_R2H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@8 @23918 NONAME ??_R2H245_RTPH263VideoRedundancyFrameMapping@@8 @23919 NONAME ??_R2H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@8 @23920 NONAME ??_R2H245_RTPPayloadType@@8 @23921 NONAME ??_R2H245_RTPPayloadType_payloadDescriptor@@8 @23922 NONAME ??_R2H245_SendTerminalCapabilitySet@@8 @23923 NONAME ??_R2H245_SendTerminalCapabilitySet_specificRequest@@8 @23924 NONAME ??_R2H245_SequenceNumber@@8 @23925 NONAME ??_R2H245_SubstituteConferenceIDCommand@@8 @23926 NONAME ??_R2H245_T38FaxProfile@@8 @23927 NONAME ??_R2H245_T38FaxRateManagement@@8 @23928 NONAME ??_R2H245_T38FaxTcpOptions@@8 @23929 NONAME ??_R2H245_T38FaxUdpOptions@@8 @23930 NONAME ??_R2H245_T38FaxUdpOptions_t38FaxUdpEC@@8 @23931 NONAME ??_R2H245_T84Profile@@8 @23932 NONAME ??_R2H245_T84Profile_t84Restricted@@8 @23933 NONAME ??_R2H245_TerminalCapabilitySet@@8 @23934 NONAME ??_R2H245_TerminalCapabilitySetAck@@8 @23935 NONAME ??_R2H245_TerminalCapabilitySetReject@@8 @23936 NONAME ??_R2H245_TerminalCapabilitySetReject_cause@@8 @23937 NONAME ??_R2H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@8 @23938 NONAME ??_R2H245_TerminalCapabilitySetRelease@@8 @23939 NONAME ??_R2H245_TerminalID@@8 @23940 NONAME ??_R2H245_TerminalInformation@@8 @23941 NONAME ??_R2H245_TerminalLabel@@8 @23942 NONAME ??_R2H245_TerminalNumber@@8 @23943 NONAME ??_R2H245_TerminalYouAreSeeingInSubPictureNumber@@8 @23944 NONAME ??_R2H245_TransparencyParameters@@8 @23945 NONAME ??_R2H245_TransportAddress@@8 @23946 NONAME ??_R2H245_TransportCapability@@8 @23947 NONAME ??_R2H245_UnicastAddress@@8 @23948 NONAME ??_R2H245_UnicastAddress_iP6Address@@8 @23949 NONAME ??_R2H245_UnicastAddress_iPAddress@@8 @23950 NONAME ??_R2H245_UnicastAddress_iPSourceRouteAddress@@8 @23951 NONAME ??_R2H245_UnicastAddress_iPSourceRouteAddress_route@@8 @23952 NONAME ??_R2H245_UnicastAddress_iPSourceRouteAddress_routing@@8 @23953 NONAME ??_R2H245_UnicastAddress_iPXAddress@@8 @23954 NONAME ??_R2H245_UserInputCapability@@8 @23955 NONAME ??_R2H245_UserInputIndication@@8 @23956 NONAME ??_R2H245_UserInputIndication_encryptedAlphanumeric@@8 @30436 NONAME ??_R2H245_UserInputIndication_extendedAlphanumeric@@8 @23957 NONAME ??_R2H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@8 @30437 NONAME ??_R2H245_UserInputIndication_signal@@8 @23958 NONAME ??_R2H245_UserInputIndication_signalUpdate@@8 @23959 NONAME ??_R2H245_UserInputIndication_signalUpdate_rtp@@8 @23960 NONAME ??_R2H245_UserInputIndication_signal_rtp@@8 @23961 NONAME ??_R2H245_UserInputIndication_userInputSupportIndication@@8 @23962 NONAME ??_R2H245_V42bis@@8 @23963 NONAME ??_R2H245_V75Capability@@8 @23964 NONAME ??_R2H245_V75Parameters@@8 @23965 NONAME ??_R2H245_V76Capability@@8 @23966 NONAME ??_R2H245_V76HDLCParameters@@8 @23967 NONAME ??_R2H245_V76LogicalChannelParameters@@8 @23968 NONAME ??_R2H245_V76LogicalChannelParameters_mode@@8 @23969 NONAME ??_R2H245_V76LogicalChannelParameters_mode_eRM@@8 @23970 NONAME ??_R2H245_V76LogicalChannelParameters_mode_eRM_recovery@@8 @23971 NONAME ??_R2H245_V76LogicalChannelParameters_suspendResume@@8 @23972 NONAME ??_R2H245_V76ModeParameters@@8 @23973 NONAME ??_R2H245_VBDCapability@@8 @23974 NONAME ??_R2H245_VBDMode@@8 @23975 NONAME ??_R2H245_VCCapability@@8 @23976 NONAME ??_R2H245_VCCapability_aal1@@8 @23977 NONAME ??_R2H245_VCCapability_aal1ViaGateway@@8 @23978 NONAME ??_R2H245_VCCapability_aal5@@8 @23979 NONAME ??_R2H245_VCCapability_availableBitRates@@8 @23980 NONAME ??_R2H245_VCCapability_availableBitRates_type@@8 @23981 NONAME ??_R2H245_VCCapability_availableBitRates_type_rangeOfBitRates@@8 @23982 NONAME ??_R2H245_VendorIdentification@@8 @23983 NONAME ??_R2H245_VideoCapability@@8 @23984 NONAME ??_R2H245_VideoIndicateCompose@@8 @23985 NONAME ??_R2H245_VideoMode@@8 @23986 NONAME ??_R2H248_ActionReply@@8 @23987 NONAME ??_R2H248_ActionRequest@@8 @23988 NONAME ??_R2H248_AmmDescriptor@@8 @23989 NONAME ??_R2H248_AmmRequest@@8 @23990 NONAME ??_R2H248_AmmsReply@@8 @23991 NONAME ??_R2H248_ArrayOf_ActionReply@@8 @23992 NONAME ??_R2H248_ArrayOf_ActionRequest@@8 @23993 NONAME ??_R2H248_ArrayOf_AmmDescriptor@@8 @23994 NONAME ??_R2H248_ArrayOf_CommandReply@@8 @23995 NONAME ??_R2H248_ArrayOf_CommandRequest@@8 @23996 NONAME ??_R2H248_ArrayOf_EventParameter@@8 @23997 NONAME ??_R2H248_ArrayOf_IndAuditParameter@@8 @23998 NONAME ??_R2H248_ArrayOf_IndAudPropertyParm@@8 @23999 NONAME ??_R2H248_ArrayOf_IndAudStreamDescriptor@@8 @24000 NONAME ??_R2H248_ArrayOf_ModemType@@8 @24001 NONAME ??_R2H248_ArrayOf_ObservedEvent@@8 @24002 NONAME ??_R2H248_ArrayOf_PASN_OctetString@@8 @24003 NONAME ??_R2H248_ArrayOf_PropertyGroup@@8 @24004 NONAME ??_R2H248_ArrayOf_PropertyParm@@8 @24005 NONAME ??_R2H248_ArrayOf_RequestedEvent@@8 @24006 NONAME ??_R2H248_ArrayOf_SecondRequestedEvent@@8 @24007 NONAME ??_R2H248_ArrayOf_Signal@@8 @24008 NONAME ??_R2H248_ArrayOf_SigParameter@@8 @24009 NONAME ??_R2H248_ArrayOf_StreamDescriptor@@8 @24010 NONAME ??_R2H248_ArrayOf_TerminationID@@8 @24011 NONAME ??_R2H248_ArrayOf_TopologyRequest@@8 @24012 NONAME ??_R2H248_ArrayOf_Transaction@@8 @24013 NONAME ??_R2H248_ArrayOf_WildcardField@@8 @24014 NONAME ??_R2H248_AuditDescriptor@@8 @24015 NONAME ??_R2H248_AuditReply@@8 @24016 NONAME ??_R2H248_AuditRequest@@8 @24017 NONAME ??_R2H248_AuditResult@@8 @24018 NONAME ??_R2H248_AuditReturnParameter@@8 @24019 NONAME ??_R2H248_AuthData@@8 @24020 NONAME ??_R2H248_AuthenticationHeader@@8 @24021 NONAME ??_R2H248_Command@@8 @24022 NONAME ??_R2H248_CommandReply@@8 @24023 NONAME ??_R2H248_CommandRequest@@8 @24024 NONAME ??_R2H248_ContextAttrAuditRequest@@8 @24025 NONAME ??_R2H248_ContextID@@8 @24026 NONAME ??_R2H248_ContextRequest@@8 @24027 NONAME ??_R2H248_DigitMapDescriptor@@8 @24028 NONAME ??_R2H248_DigitMapName@@8 @24029 NONAME ??_R2H248_DigitMapValue@@8 @24030 NONAME ??_R2H248_DomainName@@8 @24031 NONAME ??_R2H248_ErrorCode@@8 @24032 NONAME ??_R2H248_ErrorDescriptor@@8 @24033 NONAME ??_R2H248_ErrorText@@8 @24034 NONAME ??_R2H248_EventBufferControl@@8 @24035 NONAME ??_R2H248_EventBufferDescriptor@@8 @24036 NONAME ??_R2H248_EventDM@@8 @24037 NONAME ??_R2H248_EventName@@8 @24038 NONAME ??_R2H248_EventParameter@@8 @24039 NONAME ??_R2H248_EventParameter_extraInfo@@8 @24040 NONAME ??_R2H248_EventsDescriptor@@8 @24041 NONAME ??_R2H248_EventSpec@@8 @24042 NONAME ??_R2H248_H221NonStandard@@8 @24043 NONAME ??_R2H248_IndAudDigitMapDescriptor@@8 @24044 NONAME ??_R2H248_IndAudEventBufferDescriptor@@8 @24045 NONAME ??_R2H248_IndAudEventsDescriptor@@8 @24046 NONAME ??_R2H248_IndAuditParameter@@8 @24047 NONAME ??_R2H248_IndAudLocalControlDescriptor@@8 @24048 NONAME ??_R2H248_IndAudLocalRemoteDescriptor@@8 @24049 NONAME ??_R2H248_IndAudMediaDescriptor@@8 @24050 NONAME ??_R2H248_IndAudMediaDescriptor_streams@@8 @24051 NONAME ??_R2H248_IndAudPackagesDescriptor@@8 @24052 NONAME ??_R2H248_IndAudPropertyGroup@@8 @24053 NONAME ??_R2H248_IndAudPropertyParm@@8 @24054 NONAME ??_R2H248_IndAudSeqSigList@@8 @24055 NONAME ??_R2H248_IndAudSignal@@8 @24056 NONAME ??_R2H248_IndAudSignalsDescriptor@@8 @24057 NONAME ??_R2H248_IndAudStatisticsDescriptor@@8 @24058 NONAME ??_R2H248_IndAudStreamDescriptor@@8 @24059 NONAME ??_R2H248_IndAudStreamParms@@8 @24060 NONAME ??_R2H248_IndAudTerminationStateDescriptor@@8 @24061 NONAME ??_R2H248_IP4Address@@8 @24062 NONAME ??_R2H248_IP6Address@@8 @24063 NONAME ??_R2H248_LocalControlDescriptor@@8 @24064 NONAME ??_R2H248_LocalRemoteDescriptor@@8 @24065 NONAME ??_R2H248_MediaDescriptor@@8 @24066 NONAME ??_R2H248_MediaDescriptor_streams@@8 @24067 NONAME ??_R2H248_MegacoMessage@@8 @24068 NONAME ??_R2H248_Message@@8 @24069 NONAME ??_R2H248_Message_messageBody@@8 @24070 NONAME ??_R2H248_MId@@8 @24071 NONAME ??_R2H248_ModemDescriptor@@8 @24072 NONAME ??_R2H248_ModemType@@8 @24073 NONAME ??_R2H248_MuxDescriptor@@8 @24074 NONAME ??_R2H248_MuxType@@8 @24075 NONAME ??_R2H248_Name@@8 @24076 NONAME ??_R2H248_NonStandardData@@8 @24077 NONAME ??_R2H248_NonStandardIdentifier@@8 @24078 NONAME ??_R2H248_NotifyCompletion@@8 @24079 NONAME ??_R2H248_NotifyReply@@8 @24080 NONAME ??_R2H248_NotifyRequest@@8 @24081 NONAME ??_R2H248_ObservedEvent@@8 @24082 NONAME ??_R2H248_ObservedEventsDescriptor@@8 @24083 NONAME ??_R2H248_PackagesDescriptor@@8 @24084 NONAME ??_R2H248_PackagesItem@@8 @24085 NONAME ??_R2H248_PathName@@8 @24086 NONAME ??_R2H248_PkgdName@@8 @24087 NONAME ??_R2H248_PropertyGroup@@8 @24088 NONAME ??_R2H248_PropertyParm@@8 @24089 NONAME ??_R2H248_PropertyParm_extraInfo@@8 @24090 NONAME ??_R2H248_Relation@@8 @24091 NONAME ??_R2H248_RequestedActions@@8 @24092 NONAME ??_R2H248_RequestedEvent@@8 @24093 NONAME ??_R2H248_RequestID@@8 @24094 NONAME ??_R2H248_SecondEventsDescriptor@@8 @24095 NONAME ??_R2H248_SecondRequestedActions@@8 @24096 NONAME ??_R2H248_SecondRequestedEvent@@8 @24097 NONAME ??_R2H248_SecurityParmIndex@@8 @24098 NONAME ??_R2H248_SeqSigList@@8 @24099 NONAME ??_R2H248_SequenceNum@@8 @24100 NONAME ??_R2H248_ServiceChangeAddress@@8 @24101 NONAME ??_R2H248_ServiceChangeMethod@@8 @24102 NONAME ??_R2H248_ServiceChangeParm@@8 @24103 NONAME ??_R2H248_ServiceChangeProfile@@8 @24104 NONAME ??_R2H248_ServiceChangeReply@@8 @24105 NONAME ??_R2H248_ServiceChangeRequest@@8 @24106 NONAME ??_R2H248_ServiceChangeResParm@@8 @24107 NONAME ??_R2H248_ServiceChangeResult@@8 @24108 NONAME ??_R2H248_ServiceState@@8 @24109 NONAME ??_R2H248_Signal@@8 @24110 NONAME ??_R2H248_SignalName@@8 @24111 NONAME ??_R2H248_SignalRequest@@8 @24112 NONAME ??_R2H248_SignalsDescriptor@@8 @24113 NONAME ??_R2H248_SignalType@@8 @24114 NONAME ??_R2H248_SigParameter@@8 @24115 NONAME ??_R2H248_SigParameter_extraInfo@@8 @24116 NONAME ??_R2H248_StatisticsDescriptor@@8 @24117 NONAME ??_R2H248_StatisticsParameter@@8 @24118 NONAME ??_R2H248_StreamDescriptor@@8 @24119 NONAME ??_R2H248_StreamID@@8 @24120 NONAME ??_R2H248_StreamMode@@8 @24121 NONAME ??_R2H248_StreamParms@@8 @24122 NONAME ??_R2H248_SubtractRequest@@8 @24123 NONAME ??_R2H248_TerminationAudit@@8 @24124 NONAME ??_R2H248_TerminationID@@8 @24125 NONAME ??_R2H248_TerminationIDList@@8 @24126 NONAME ??_R2H248_TerminationStateDescriptor@@8 @24127 NONAME ??_R2H248_TimeNotation@@8 @24128 NONAME ??_R2H248_TopologyRequest@@8 @24129 NONAME ??_R2H248_TopologyRequest_topologyDirection@@8 @24130 NONAME ??_R2H248_Transaction@@8 @24131 NONAME ??_R2H248_TransactionAck@@8 @24132 NONAME ??_R2H248_TransactionId@@8 @24133 NONAME ??_R2H248_TransactionPending@@8 @24134 NONAME ??_R2H248_TransactionReply@@8 @24135 NONAME ??_R2H248_TransactionReply_transactionResult@@8 @24136 NONAME ??_R2H248_TransactionRequest@@8 @24137 NONAME ??_R2H248_TransactionResponseAck@@8 @24138 NONAME ??_R2H248_Value@@8 @24139 NONAME ??_R2H248_WildcardField@@8 @24140 NONAME ??_R2H261DCTEncoder@@8 @24141 NONAME ??_R2H261Encoder@@8 @24142 NONAME ??_R2H261PixelEncoder@@8 @24143 NONAME ??_R2H323AudioCapability@@8 @24146 NONAME ??_R2H323AudioCodec@@8 @24147 NONAME ??_R2H323BidirectionalChannel@@8 @24148 NONAME ??_R2H323CallCreditServiceControl@@8 @24149 NONAME ??_R2H323Capabilities@@8 @24150 NONAME ??_R2H323CapabilitiesSet@@8 @24151 NONAME ??_R2H323Capability@@8 @24152 NONAME ??_R2H323Channel@@8 @24154 NONAME ??_R2H323ChannelNumber@@8 @24155 NONAME ??_R2H323Codec@@8 @24156 NONAME ??_R2H323CodecPluginGenericAudioCapability@@8 @30438 NONAME ??_R2H323CodecPluginNonStandardAudioCapability@@8 @24159 NONAME ??_R2H323Connection@@8 @24160 NONAME ??_R2H323ConnectionsCleaner@@8 @24161 NONAME ??_R2H323ControlPDU@@8 @24162 NONAME ??_R2H323DataCapability@@8 @24163 NONAME ??_R2H323DataChannel@@8 @24164 NONAME ??_R2H323DynaLink@@8 @28622 NONAME ??_R2H323EndPoint@@8 @24165 NONAME ??_R2H323FramedAudioCodec@@8 @24166 NONAME ??_R2H323Gatekeeper@@8 @24167 NONAME ??_R2H323GatekeeperARQ@@8 @24168 NONAME ??_R2H323GatekeeperBRQ@@8 @24169 NONAME ??_R2H323GatekeeperCall@@8 @24170 NONAME ??_R2H323GatekeeperDRQ@@8 @24171 NONAME ??_R2H323GatekeeperGRQ@@8 @24172 NONAME ??_R2H323GatekeeperIRR@@8 @24173 NONAME ??_R2H323GatekeeperListener@@8 @24174 NONAME ??_R2H323GatekeeperLRQ@@8 @24175 NONAME ??_R2H323GatekeeperRequest@@8 @24176 NONAME ??_R2H323GatekeeperRRQ@@8 @24177 NONAME ??_R2H323GatekeeperServer@@8 @24178 NONAME ??_R2H323GatekeeperURQ@@8 @24179 NONAME ??_R2H323GenericAudioCapability@@8 @30439 NONAME ??_R2H323GenericCapabilityInfo@@8 @30440 NONAME ??_R2H323GenericVideoCapability@@8 @30441 NONAME ??_R2H323GSMPluginCapability@@8 @24180 NONAME ??_R2H323H248ServiceControl@@8 @24181 NONAME ??_R2H323HTTPServiceControl@@8 @24183 NONAME ??_R2H323Listener@@8 @24184 NONAME ??_R2H323ListenerTCP@@8 @24185 NONAME ??_R2H323LogicalChannelThread@@8 @24186 NONAME ??_R2H323NonStandardAudioCapability@@8 @24187 NONAME ??_R2H323NonStandardCapabilityInfo@@8 @24188 NONAME ??_R2H323NonStandardDataCapability@@8 @24189 NONAME ??_R2H323NonStandardVideoCapability@@8 @24190 NONAME ??_R2H323PeerElement@@8 @24191 NONAME ??_R2H323PeerElementDescriptor@@8 @24192 NONAME ??_R2H323PeerElementServiceRelationship@@8 @24193 NONAME ??_R2H323PluginCapability@@8 @24195 NONAME ??_R2H323PluginCodecManager@@8 @28597 NONAME ??_R2H323PluginFramedAudioCodec@@8 @28661 NONAME ??_R2H323PluginG7231Capability@@8 @24196 NONAME ??_R2H323PluginVideoCodec@@8 @24197 NONAME ??_R2H323RasPDU@@8 @24198 NONAME ??_R2H323RealTimeCapability@@8 @24199 NONAME ??_R2H323RegisteredEndPoint@@8 @24200 NONAME ??_R2H323ServiceControlSession@@8 @24201 NONAME ??_R2H323SignalPDU@@8 @24202 NONAME ??_R2H323SimultaneousCapabilities@@8 @24203 NONAME ??_R2H323StreamedAudioCodec@@8 @24204 NONAME ??_R2H323StreamedPluginAudioCodec@@8 @28662 NONAME ??_R2H323Transaction@@8 @24205 NONAME ??_R2H323TransactionPDU@@8 @24206 NONAME ??_R2H323TransactionServer@@8 @24207 NONAME ??_R2H323Transactor@@8 @24208 NONAME ??_R2H323Transport@@8 @24209 NONAME ??_R2H323TransportAddress@@8 @24210 NONAME ??_R2H323TransportAddressArray@@8 @24211 NONAME ??_R2H323TransportIP@@8 @24212 NONAME ??_R2H323TransportTCP@@8 @24213 NONAME ??_R2H323TransportUDP@@8 @24214 NONAME ??_R2H323UnidirectionalChannel@@8 @24215 NONAME ??_R2H323VideoCapability@@8 @24216 NONAME ??_R2H323VideoCodec@@8 @24217 NONAME ??_R2H323_ALawCodec@@8 @24218 NONAME ??_R2H323_AnnexG@@8 @24219 NONAME ??_R2H323_CiscoG7231aLIDCapability@@8 @24220 NONAME ??_R2H323_ExternalRTPChannel@@8 @24222 NONAME ??_R2H323_G711ALaw64Capability@@8 @29030 NONAME ??_R2H323_G711Capability@@8 @24226 NONAME ??_R2H323_G711uLaw64Capability@@8 @29031 NONAME ??_R2H323_H261Capability@@8 @24242 NONAME ??_R2H323_H261Codec@@8 @24243 NONAME ??_R2H323_LIDCapability@@8 @24246 NONAME ??_R2H323_LIDCodec@@8 @24247 NONAME ??_R2H323_LID_G711_ALaw_Capability@@8 @29032 NONAME ??_R2H323_LID_G711_uLaw_Capability@@8 @29033 NONAME ??_R2H323_LID_G7231A_5k3_Capability@@8 @29034 NONAME ??_R2H323_LID_G7231A_6k3_Capability@@8 @29035 NONAME ??_R2H323_LID_G7231_5k3_Capability@@8 @29036 NONAME ??_R2H323_LID_G7231_6k3_Capability@@8 @29037 NONAME ??_R2H323_LID_G728_Capability@@8 @29038 NONAME ??_R2H323_LID_G729AB_Capability@@8 @29039 NONAME ??_R2H323_LID_G729A_Capability@@8 @29040 NONAME ??_R2H323_LID_G729B_Capability@@8 @29041 NONAME ??_R2H323_LID_G729_Capability@@8 @29042 NONAME ??_R2H323_LID_GSM0610_Capability@@8 @29043 NONAME ??_R2H323_muLawCodec@@8 @24263 NONAME ??_R2H323_RealTimeChannel@@8 @24264 NONAME ??_R2H323_RTPChannel@@8 @24265 NONAME ??_R2H323_RTP_Session@@8 @24266 NONAME ??_R2H323_RTP_UDP@@8 @24267 NONAME ??_R2H323_T120Capability@@8 @24268 NONAME ??_R2H323_T120Channel@@8 @24269 NONAME ??_R2H323_T38Capability@@8 @24270 NONAME ??_R2H323_T38Channel@@8 @24271 NONAME ??_R2H323_T38NonStandardCapability@@8 @24272 NONAME ??_R2H323_UserInputCapability@@8 @24273 NONAME ??_R2H45010_ArrayOf_MixedExtension@@8 @24274 NONAME ??_R2H45010_CfbOvrOptArg@@8 @24275 NONAME ??_R2H45010_CoReqOptArg@@8 @24276 NONAME ??_R2H45010_H323CallOfferOperations@@8 @24277 NONAME ??_R2H45010_RUAlertOptArg@@8 @24278 NONAME ??_R2H45011Handler@@8 @24279 NONAME ??_R2H45011_ArrayOf_MixedExtension@@8 @24280 NONAME ??_R2H45011_CallIntrusionErrors@@8 @24281 NONAME ??_R2H45011_CICapabilityLevel@@8 @24282 NONAME ??_R2H45011_CIFrcRelArg@@8 @24283 NONAME ??_R2H45011_CIFrcRelOptRes@@8 @24284 NONAME ??_R2H45011_CIGetCIPLOptArg@@8 @24285 NONAME ??_R2H45011_CIGetCIPLRes@@8 @24286 NONAME ??_R2H45011_CIIsOptArg@@8 @24287 NONAME ??_R2H45011_CIIsOptRes@@8 @24288 NONAME ??_R2H45011_CINotificationArg@@8 @24289 NONAME ??_R2H45011_CIProtectionLevel@@8 @24290 NONAME ??_R2H45011_CIRequestArg@@8 @24291 NONAME ??_R2H45011_CIRequestRes@@8 @24292 NONAME ??_R2H45011_CISilentArg@@8 @24293 NONAME ??_R2H45011_CISilentOptRes@@8 @24294 NONAME ??_R2H45011_CIStatusInformation@@8 @24295 NONAME ??_R2H45011_CIWobOptArg@@8 @24296 NONAME ??_R2H45011_CIWobOptRes@@8 @24297 NONAME ??_R2H45011_H323CallIntrusionOperations@@8 @24298 NONAME ??_R2H4501_Address@@8 @24299 NONAME ??_R2H4501_AddressInformation@@8 @24300 NONAME ??_R2H4501_AddressScreened@@8 @24301 NONAME ??_R2H4501_ArrayOf_AliasAddress@@8 @24302 NONAME ??_R2H4501_ArrayOf_ROS@@8 @24303 NONAME ??_R2H4501_EndpointAddress@@8 @24304 NONAME ??_R2H4501_EntityType@@8 @24305 NONAME ??_R2H4501_Extension@@8 @24306 NONAME ??_R2H4501_GeneralErrorList@@8 @24307 NONAME ??_R2H4501_H225InformationElement@@8 @24308 NONAME ??_R2H4501_InterpretationApdu@@8 @24309 NONAME ??_R2H4501_InvokeIDs@@8 @24310 NONAME ??_R2H4501_InvokeIdSet@@8 @24311 NONAME ??_R2H4501_NetworkFacilityExtension@@8 @24312 NONAME ??_R2H4501_NSAPSubaddress@@8 @24313 NONAME ??_R2H4501_NumberScreened@@8 @24314 NONAME ??_R2H4501_PartySubaddress@@8 @24315 NONAME ??_R2H4501_PresentationAllowedIndicator@@8 @24316 NONAME ??_R2H4501_PresentedAddressScreened@@8 @24317 NONAME ??_R2H4501_PresentedAddressUnscreened@@8 @24318 NONAME ??_R2H4501_PresentedNumberScreened@@8 @24319 NONAME ??_R2H4501_PresentedNumberUnscreened@@8 @24320 NONAME ??_R2H4501_ScreeningIndicator@@8 @24321 NONAME ??_R2H4501_ServiceApdus@@8 @24322 NONAME ??_R2H4501_SubaddressInformation@@8 @24323 NONAME ??_R2H4501_SupplementaryService@@8 @24324 NONAME ??_R2H4501_UserSpecifiedSubaddress@@8 @24325 NONAME ??_R2H4502Handler@@8 @24326 NONAME ??_R2H4502_CallIdentity@@8 @24327 NONAME ??_R2H4502_CallStatus@@8 @24328 NONAME ??_R2H4502_CallTransferErrors@@8 @24329 NONAME ??_R2H4502_CallTransferOperation@@8 @24330 NONAME ??_R2H4502_CTActiveArg@@8 @24331 NONAME ??_R2H4502_CTActiveArg_argumentExtension@@8 @24332 NONAME ??_R2H4502_CTCompleteArg@@8 @24333 NONAME ??_R2H4502_CTCompleteArg_argumentExtension@@8 @24334 NONAME ??_R2H4502_CTIdentifyRes@@8 @24335 NONAME ??_R2H4502_CTIdentifyRes_resultExtension@@8 @24336 NONAME ??_R2H4502_CTInitiateArg@@8 @24337 NONAME ??_R2H4502_CTInitiateArg_argumentExtension@@8 @24338 NONAME ??_R2H4502_CTSetupArg@@8 @24339 NONAME ??_R2H4502_CTSetupArg_argumentExtension@@8 @24340 NONAME ??_R2H4502_CTUpdateArg@@8 @24341 NONAME ??_R2H4502_CTUpdateArg_argumentExtension@@8 @24342 NONAME ??_R2H4502_DummyArg@@8 @24343 NONAME ??_R2H4502_DummyRes@@8 @24344 NONAME ??_R2H4502_EndDesignation@@8 @24345 NONAME ??_R2H4502_ExtensionSeq@@8 @24346 NONAME ??_R2H4502_SubaddressTransferArg@@8 @24347 NONAME ??_R2H4502_SubaddressTransferArg_argumentExtension@@8 @24348 NONAME ??_R2H4503_BasicService@@8 @24349 NONAME ??_R2H4503_CallDiversionErrors@@8 @24350 NONAME ??_R2H4503_DiversionReason@@8 @24351 NONAME ??_R2H4503_ExtensionSeq@@8 @24352 NONAME ??_R2H4503_H323CallDiversionOperations@@8 @24353 NONAME ??_R2H4503_IntResult@@8 @24354 NONAME ??_R2H4503_IntResultList@@8 @24355 NONAME ??_R2H4503_IntResult_extension@@8 @24356 NONAME ??_R2H4503_Procedure@@8 @24357 NONAME ??_R2H4503_SubscriptionOption@@8 @24358 NONAME ??_R2H4504Handler@@8 @24359 NONAME ??_R2H4504_ArrayOf_MixedExtension@@8 @24360 NONAME ??_R2H4504_CallHoldOperation@@8 @24361 NONAME ??_R2H4504_Extension@@8 @24362 NONAME ??_R2H4504_HoldNotificArg@@8 @24363 NONAME ??_R2H4504_MixedExtension@@8 @24364 NONAME ??_R2H4504_RemoteHoldArg@@8 @24365 NONAME ??_R2H4504_RemoteHoldRes@@8 @24366 NONAME ??_R2H4504_RemoteRetrieveArg@@8 @24367 NONAME ??_R2H4504_RemoteRetrieveRes@@8 @24368 NONAME ??_R2H4504_RetrieveNotificArg@@8 @24369 NONAME ??_R2H4505_ArrayOf_MixedExtension@@8 @24370 NONAME ??_R2H4505_CallParkPickupOperations@@8 @24371 NONAME ??_R2H4505_CallPickupErrors@@8 @24372 NONAME ??_R2H4505_CallType@@8 @24373 NONAME ??_R2H4505_CpickupNotifyArg@@8 @24374 NONAME ??_R2H4505_CpNotifyArg@@8 @24375 NONAME ??_R2H4505_CpRequestArg@@8 @24376 NONAME ??_R2H4505_CpRequestRes@@8 @24377 NONAME ??_R2H4505_CpSetupArg@@8 @24378 NONAME ??_R2H4505_CpSetupRes@@8 @24379 NONAME ??_R2H4505_GroupIndicationOffArg@@8 @24380 NONAME ??_R2H4505_GroupIndicationOffRes@@8 @24381 NONAME ??_R2H4505_GroupIndicationOnArg@@8 @24382 NONAME ??_R2H4505_GroupIndicationOnRes@@8 @24383 NONAME ??_R2H4505_ParkCondition@@8 @24384 NONAME ??_R2H4505_ParkedToPosition@@8 @24385 NONAME ??_R2H4505_PickExeArg@@8 @24386 NONAME ??_R2H4505_PickExeRes@@8 @24387 NONAME ??_R2H4505_PickrequArg@@8 @24388 NONAME ??_R2H4505_PickrequRes@@8 @24389 NONAME ??_R2H4505_PickupArg@@8 @24390 NONAME ??_R2H4505_PickupRes@@8 @24391 NONAME ??_R2H4506Handler@@8 @24392 NONAME ??_R2H4506_ArrayOf_MixedExtension@@8 @24393 NONAME ??_R2H4506_CallWaitingArg@@8 @24394 NONAME ??_R2H4506_CallWaitingOperations@@8 @24395 NONAME ??_R2H4507_ArrayOf_MixedExtension@@8 @24396 NONAME ??_R2H4507_BasicService@@8 @24397 NONAME ??_R2H4507_DummyRes@@8 @24398 NONAME ??_R2H4507_H323_MWI_Operations@@8 @24399 NONAME ??_R2H4507_MessageWaitingIndicationErrors@@8 @24400 NONAME ??_R2H4507_MsgCentreId@@8 @24401 NONAME ??_R2H4507_MWIActivateArg@@8 @24402 NONAME ??_R2H4507_MWIDeactivateArg@@8 @24403 NONAME ??_R2H4507_MWIInterrogateArg@@8 @24404 NONAME ??_R2H4507_MWIInterrogateRes@@8 @24405 NONAME ??_R2H4507_MWIInterrogateResElt@@8 @24406 NONAME ??_R2H4507_NbOfMessages@@8 @24407 NONAME ??_R2H4507_TimeStamp@@8 @24408 NONAME ??_R2H4508_ExtendedName@@8 @24409 NONAME ??_R2H4508_Name@@8 @24410 NONAME ??_R2H4508_NameOperations@@8 @24411 NONAME ??_R2H4508_NamePresentationAllowed@@8 @24412 NONAME ??_R2H4508_NamePresentationRestricted@@8 @24413 NONAME ??_R2H4508_SimpleName@@8 @24414 NONAME ??_R2H4509_ArrayOf_MixedExtension@@8 @24415 NONAME ??_R2H4509_CallCompletionErrors@@8 @24416 NONAME ??_R2H4509_CcArg@@8 @24417 NONAME ??_R2H4509_CcLongArg@@8 @24418 NONAME ??_R2H4509_CcRequestArg@@8 @24419 NONAME ??_R2H4509_CcRequestRes@@8 @24420 NONAME ??_R2H4509_CcShortArg@@8 @24421 NONAME ??_R2H4509_H323CallCompletionOperations@@8 @24422 NONAME ??_R2H450ServiceAPDU@@8 @24423 NONAME ??_R2H450xDispatcher@@8 @24424 NONAME ??_R2H450xHandler@@8 @24425 NONAME ??_R2H501AccessRequest@@8 @24426 NONAME ??_R2H501DescriptorUpdate@@8 @24427 NONAME ??_R2H501PDU@@8 @24428 NONAME ??_R2H501ServiceRequest@@8 @24429 NONAME ??_R2H501Transaction@@8 @24430 NONAME ??_R2H501_AccessConfirmation@@8 @24431 NONAME ??_R2H501_AccessRejection@@8 @24432 NONAME ??_R2H501_AccessRejectionReason@@8 @24433 NONAME ??_R2H501_AccessRequest@@8 @24434 NONAME ??_R2H501_AccessToken@@8 @24435 NONAME ??_R2H501_AddressTemplate@@8 @24436 NONAME ??_R2H501_AlternatePE@@8 @24437 NONAME ??_R2H501_AlternatePEInfo@@8 @24438 NONAME ??_R2H501_ApplicationMessage@@8 @24439 NONAME ??_R2H501_ArrayOf_AccessToken@@8 @24440 NONAME ??_R2H501_ArrayOf_AddressTemplate@@8 @24441 NONAME ??_R2H501_ArrayOf_AliasAddress@@8 @24442 NONAME ??_R2H501_ArrayOf_AlternatePE@@8 @24443 NONAME ??_R2H501_ArrayOf_CircuitIdentifier@@8 @24444 NONAME ??_R2H501_ArrayOf_ClearToken@@8 @24445 NONAME ??_R2H501_ArrayOf_ContactInformation@@8 @24446 NONAME ??_R2H501_ArrayOf_CryptoH323Token@@8 @24447 NONAME ??_R2H501_ArrayOf_Descriptor@@8 @24448 NONAME ??_R2H501_ArrayOf_DescriptorInfo@@8 @24449 NONAME ??_R2H501_ArrayOf_GenericData@@8 @24450 NONAME ??_R2H501_ArrayOf_GloballyUniqueID@@8 @24451 NONAME ??_R2H501_ArrayOf_NonStandardParameter@@8 @24452 NONAME ??_R2H501_ArrayOf_PASN_ObjectId@@8 @24453 NONAME ??_R2H501_ArrayOf_Pattern@@8 @24454 NONAME ??_R2H501_ArrayOf_PriceElement@@8 @24455 NONAME ??_R2H501_ArrayOf_PriceInfoSpec@@8 @24456 NONAME ??_R2H501_ArrayOf_RouteInformation@@8 @24457 NONAME ??_R2H501_ArrayOf_SecurityMode@@8 @24458 NONAME ??_R2H501_ArrayOf_ServiceControlSession@@8 @24459 NONAME ??_R2H501_ArrayOf_SupportedProtocols@@8 @24460 NONAME ??_R2H501_ArrayOf_TransportAddress@@8 @24461 NONAME ??_R2H501_ArrayOf_UpdateInformation@@8 @24462 NONAME ??_R2H501_ArrayOf_UsageField@@8 @24463 NONAME ??_R2H501_AuthenticationConfirmation@@8 @24464 NONAME ??_R2H501_AuthenticationRejection@@8 @24465 NONAME ??_R2H501_AuthenticationRejectionReason@@8 @24466 NONAME ??_R2H501_AuthenticationRequest@@8 @24467 NONAME ??_R2H501_CallInformation@@8 @24468 NONAME ??_R2H501_ContactInformation@@8 @24469 NONAME ??_R2H501_Descriptor@@8 @24470 NONAME ??_R2H501_DescriptorConfirmation@@8 @24471 NONAME ??_R2H501_DescriptorIDConfirmation@@8 @24472 NONAME ??_R2H501_DescriptorIDRejection@@8 @24473 NONAME ??_R2H501_DescriptorIDRejectionReason@@8 @24474 NONAME ??_R2H501_DescriptorIDRequest@@8 @24475 NONAME ??_R2H501_DescriptorInfo@@8 @24476 NONAME ??_R2H501_DescriptorRejection@@8 @24477 NONAME ??_R2H501_DescriptorRejectionReason@@8 @24478 NONAME ??_R2H501_DescriptorRequest@@8 @24479 NONAME ??_R2H501_DescriptorUpdate@@8 @24480 NONAME ??_R2H501_DescriptorUpdateAck@@8 @24481 NONAME ??_R2H501_ElementIdentifier@@8 @24482 NONAME ??_R2H501_GlobalTimeStamp@@8 @24483 NONAME ??_R2H501_Message@@8 @24484 NONAME ??_R2H501_MessageBody@@8 @24485 NONAME ??_R2H501_MessageCommonInfo@@8 @24486 NONAME ??_R2H501_NonStandardConfirmation@@8 @24487 NONAME ??_R2H501_NonStandardRejection@@8 @24488 NONAME ??_R2H501_NonStandardRejectionReason@@8 @24489 NONAME ??_R2H501_NonStandardRequest@@8 @24490 NONAME ??_R2H501_PartyInformation@@8 @24491 NONAME ??_R2H501_Pattern@@8 @24492 NONAME ??_R2H501_Pattern_range@@8 @24493 NONAME ??_R2H501_PriceElement@@8 @24494 NONAME ??_R2H501_PriceElement_units@@8 @24495 NONAME ??_R2H501_PriceInfoSpec@@8 @24496 NONAME ??_R2H501_ProtocolVersion@@8 @24497 NONAME ??_R2H501_RequestInProgress@@8 @24498 NONAME ??_R2H501_Role@@8 @24499 NONAME ??_R2H501_RouteInformation@@8 @24500 NONAME ??_R2H501_RouteInformation_messageType@@8 @24501 NONAME ??_R2H501_SecurityMode@@8 @24502 NONAME ??_R2H501_ServiceConfirmation@@8 @24503 NONAME ??_R2H501_ServiceRejection@@8 @24504 NONAME ??_R2H501_ServiceRejectionReason@@8 @24505 NONAME ??_R2H501_ServiceRelease@@8 @24506 NONAME ??_R2H501_ServiceReleaseReason@@8 @24507 NONAME ??_R2H501_ServiceRequest@@8 @24508 NONAME ??_R2H501_TerminationCause@@8 @24509 NONAME ??_R2H501_TimeZone@@8 @24510 NONAME ??_R2H501_UnknownMessageReason@@8 @24511 NONAME ??_R2H501_UnknownMessageResponse@@8 @24512 NONAME ??_R2H501_UpdateInformation@@8 @24513 NONAME ??_R2H501_UpdateInformation_descriptorInfo@@8 @24514 NONAME ??_R2H501_UpdateInformation_updateType@@8 @24515 NONAME ??_R2H501_UsageCallStatus@@8 @24516 NONAME ??_R2H501_UsageConfirmation@@8 @24517 NONAME ??_R2H501_UsageField@@8 @24518 NONAME ??_R2H501_UsageIndication@@8 @24519 NONAME ??_R2H501_UsageIndicationConfirmation@@8 @24520 NONAME ??_R2H501_UsageIndicationRejection@@8 @24521 NONAME ??_R2H501_UsageIndicationRejectionReason@@8 @24522 NONAME ??_R2H501_UsageRejection@@8 @24523 NONAME ??_R2H501_UsageRejectReason@@8 @24524 NONAME ??_R2H501_UsageRequest@@8 @24525 NONAME ??_R2H501_UsageSpecification@@8 @24526 NONAME ??_R2H501_UsageSpecification_when@@8 @24527 NONAME ??_R2H501_UserInformation@@8 @24528 NONAME ??_R2H501_ValidationConfirmation@@8 @24529 NONAME ??_R2H501_ValidationRejection@@8 @24530 NONAME ??_R2H501_ValidationRejectionReason@@8 @24531 NONAME ??_R2H501_ValidationRequest@@8 @24532 NONAME ??_R2HandleTimeout_PNotifier@H245Negotiator@@8 @24533 NONAME ??_R2HandleTransactions_PNotifier@H323Transactor@@8 @24534 NONAME ??_R2HIDPluginDeviceManager@@8 @30442 NONAME ??_R2IntraP64Decoder@@8 @24535 NONAME ??_R2MCS_ArrayOf_ChannelAttributes@@8 @24536 NONAME ??_R2MCS_ArrayOf_ChannelId@@8 @24537 NONAME ??_R2MCS_ArrayOf_TokenAttributes@@8 @24538 NONAME ??_R2MCS_ArrayOf_TokenId@@8 @24539 NONAME ??_R2MCS_ArrayOf_UserId@@8 @24540 NONAME ??_R2MCS_AssignedChannelId@@8 @24541 NONAME ??_R2MCS_AUcf@@8 @24542 NONAME ??_R2MCS_AUrq@@8 @24543 NONAME ??_R2MCS_CAin@@8 @24544 NONAME ??_R2MCS_CArq@@8 @24545 NONAME ??_R2MCS_CCcf@@8 @24546 NONAME ??_R2MCS_CCrq@@8 @24547 NONAME ??_R2MCS_CDin@@8 @24548 NONAME ??_R2MCS_CDrq@@8 @24549 NONAME ??_R2MCS_CEin@@8 @24550 NONAME ??_R2MCS_CErq@@8 @24551 NONAME ??_R2MCS_ChannelAttributes@@8 @24552 NONAME ??_R2MCS_ChannelAttributes_assigned@@8 @24553 NONAME ??_R2MCS_ChannelAttributes_private@@8 @24554 NONAME ??_R2MCS_ChannelAttributes_static@@8 @24555 NONAME ??_R2MCS_ChannelAttributes_userId@@8 @24556 NONAME ??_R2MCS_ChannelId@@8 @24557 NONAME ??_R2MCS_CJcf@@8 @24558 NONAME ??_R2MCS_CJrq@@8 @24559 NONAME ??_R2MCS_CLrq@@8 @24560 NONAME ??_R2MCS_ConnectMCSPDU@@8 @24561 NONAME ??_R2MCS_Connect_Additional@@8 @24562 NONAME ??_R2MCS_Connect_Initial@@8 @24563 NONAME ??_R2MCS_Connect_Response@@8 @24564 NONAME ??_R2MCS_Connect_Result@@8 @24565 NONAME ??_R2MCS_DataPriority@@8 @24566 NONAME ??_R2MCS_Diagnostic@@8 @24567 NONAME ??_R2MCS_DomainMCSPDU@@8 @24568 NONAME ??_R2MCS_DomainParameters@@8 @24569 NONAME ??_R2MCS_DPum@@8 @24570 NONAME ??_R2MCS_DUin@@8 @24571 NONAME ??_R2MCS_DUrq@@8 @24572 NONAME ??_R2MCS_DynamicChannelId@@8 @24573 NONAME ??_R2MCS_EDrq@@8 @24574 NONAME ??_R2MCS_MCcf@@8 @24575 NONAME ??_R2MCS_MCrq@@8 @24576 NONAME ??_R2MCS_MTcf@@8 @24577 NONAME ??_R2MCS_MTrq@@8 @24578 NONAME ??_R2MCS_PCin@@8 @24579 NONAME ??_R2MCS_PDin@@8 @24580 NONAME ??_R2MCS_PrivateChannelId@@8 @24581 NONAME ??_R2MCS_PTin@@8 @24582 NONAME ??_R2MCS_Reason@@8 @24583 NONAME ??_R2MCS_Result@@8 @24584 NONAME ??_R2MCS_RJum@@8 @24585 NONAME ??_R2MCS_SDin@@8 @24586 NONAME ??_R2MCS_SDrq@@8 @24587 NONAME ??_R2MCS_Segmentation@@8 @24588 NONAME ??_R2MCS_StaticChannelId@@8 @24589 NONAME ??_R2MCS_TGcf@@8 @24590 NONAME ??_R2MCS_TGrq@@8 @24591 NONAME ??_R2MCS_TIcf@@8 @24592 NONAME ??_R2MCS_TIrq@@8 @24593 NONAME ??_R2MCS_TokenAttributes@@8 @24594 NONAME ??_R2MCS_TokenAttributes_given@@8 @24595 NONAME ??_R2MCS_TokenAttributes_giving@@8 @24596 NONAME ??_R2MCS_TokenAttributes_grabbed@@8 @24597 NONAME ??_R2MCS_TokenAttributes_inhibited@@8 @24598 NONAME ??_R2MCS_TokenAttributes_ungivable@@8 @24599 NONAME ??_R2MCS_TokenId@@8 @24600 NONAME ??_R2MCS_TokenStatus@@8 @24601 NONAME ??_R2MCS_TPin@@8 @24602 NONAME ??_R2MCS_TPrq@@8 @24603 NONAME ??_R2MCS_TRcf@@8 @24604 NONAME ??_R2MCS_TRrq@@8 @24605 NONAME ??_R2MCS_TTcf@@8 @24606 NONAME ??_R2MCS_TTrq@@8 @24607 NONAME ??_R2MCS_TVcf@@8 @24608 NONAME ??_R2MCS_TVin@@8 @24609 NONAME ??_R2MCS_TVrq@@8 @24610 NONAME ??_R2MCS_TVrs@@8 @24611 NONAME ??_R2MCS_UserId@@8 @24612 NONAME ??_R2MCS_USin@@8 @24613 NONAME ??_R2MCS_USrq@@8 @24614 NONAME ??_R2MonitorMain_PNotifier@H323Gatekeeper@@8 @24622 NONAME ??_R2MonitorMain_PNotifier@H323GatekeeperServer@@8 @24623 NONAME ??_R2MonitorMain_PNotifier@H323PeerElement@@8 @24624 NONAME ??_R2Monitor_PNotifier@OpalUSBDevice@@8 @30443 NONAME ??_R2MSIPAddress@PILSSession@@8 @24625 NONAME ??_R2MXRecordList@PDNS@@8 @30444 NONAME ??_R2OnCallIntrudeTimeOut_PNotifier@H45011Handler@@8 @24626 NONAME ??_R2OnCallTransferTimeOut_PNotifier@H4502Handler@@8 @24627 NONAME ??_R2OnLoadModule_PNotifier@PPluginModuleManager@@8 @28640 NONAME ??_R2OnUserInputInBandDTMF_PNotifier@H323Connection@@8 @24629 NONAME ??_R2OnUserInputInlineRFC2833_PNotifier@H323Connection@@8 @24630 NONAME ??_R2OpalG711ALaw64kFormat@@8 @28804 NONAME ??_R2OpalG711ALaw64k_Decoder@@8 @29782 NONAME ??_R2OpalG711ALaw64k_Encoder@@8 @29783 NONAME ??_R2OpalG711uLaw64kFormat@@8 @28805 NONAME ??_R2OpalG711uLaw64k_Decoder@@8 @29784 NONAME ??_R2OpalG711uLaw64k_Encoder@@8 @29785 NONAME ??_R2OpalG7231A_5k3Format@@8 @28806 NONAME ??_R2OpalG7231A_6k3Format@@8 @28807 NONAME ??_R2OpalG7231_5k3Format@@8 @28808 NONAME ??_R2OpalG7231_6k3Format@@8 @28809 NONAME ??_R2OpalG728Format@@8 @28810 NONAME ??_R2OpalG729ABFormat@@8 @28811 NONAME ??_R2OpalG729AFormat@@8 @28812 NONAME ??_R2OpalG729BFormat@@8 @28813 NONAME ??_R2OpalG729Format@@8 @28814 NONAME ??_R2OpalGloballyUniqueID@@8 @24631 NONAME ??_R2OpalGSM0610Format@@8 @28815 NONAME ??_R2OpalH261Format@@8 @28816 NONAME ??_R2OpalIxJDevice@@8 @24632 NONAME ??_R2OpalLineChannel@@8 @24633 NONAME ??_R2OpalLineInterfaceDevice@@8 @24634 NONAME ??_R2OpalMediaFormat@@8 @24635 NONAME ??_R2OpalPCM16Format@@8 @28817 NONAME ??_R2OpalPluginCodec@@8 @29786 NONAME ??_R2OpalPluginMediaFormat@@8 @28818 NONAME ??_R2OpalRFC2833@@8 @24636 NONAME ??_R2OpalRFC2833Info@@8 @24637 NONAME ??_R2OpalRtpToWavFile@@8 @24638 NONAME ??_R2OpalT120Format@@8 @28819 NONAME ??_R2OpalT120Protocol@@8 @24639 NONAME ??_R2OpalT38Protocol@@8 @24640 NONAME ??_R2OpalUSBDevice@@8 @30445 NONAME ??_R2OpalUserInputRFC2833Format@@8 @28820 NONAME ??_R2OpalVoipBlasterDevice@@8 @24641 NONAME ??_R2OpalVXMLSession@@8 @24642 NONAME ??_R2OpalWAVFile@@8 @24643 NONAME ??_R2P64Decoder@@8 @24644 NONAME ??_R2PASN_Boolean@@8 @24645 NONAME ??_R2PASN_ConstrainedObject@@8 @24646 NONAME ??_R2PASN_ConstrainedString@@8 @24647 NONAME ??_R2PASN_Enumeration@@8 @24648 NONAME ??_R2PASN_GeneralString@@8 @24649 NONAME ??_R2PASN_IA5String@@8 @24650 NONAME ??_R2PASN_Integer@@8 @24651 NONAME ??_R2PASN_Null@@8 @24652 NONAME ??_R2PASN_NumericString@@8 @24653 NONAME ??_R2PASN_Object@@8 @24654 NONAME ??_R2PASN_PrintableString@@8 @24655 NONAME ??_R2PASN_Stream@@8 @24656 NONAME ??_R2PASN_VisibleString@@8 @30446 NONAME ??_R2PDTMFEncoder@@8 @30447 NONAME ??_R2PLDAPAttr_c@RTPerson@PILSSession@@8 @24657 NONAME ??_R2PLDAPAttr_cn@RTPerson@PILSSession@@8 @24658 NONAME ??_R2PLDAPAttr_comment@RTPerson@PILSSession@@8 @24659 NONAME ??_R2PLDAPAttr_givenName@RTPerson@PILSSession@@8 @24660 NONAME ??_R2PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@8 @24661 NONAME ??_R2PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@8 @24662 NONAME ??_R2PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@8 @24663 NONAME ??_R2PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@8 @24664 NONAME ??_R2PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@8 @24665 NONAME ??_R2PLDAPAttr_location@RTPerson@PILSSession@@8 @24666 NONAME ??_R2PLDAPAttr_o@RTPerson@PILSSession@@8 @24667 NONAME ??_R2PLDAPAttr_objectClass@RTPerson@PILSSession@@8 @24668 NONAME ??_R2PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@8 @24669 NONAME ??_R2PLDAPAttr_sappguid@RTPerson@PILSSession@@8 @24670 NONAME ??_R2PLDAPAttr_sappid@RTPerson@PILSSession@@8 @24671 NONAME ??_R2PLDAPAttr_sflags@RTPerson@PILSSession@@8 @24672 NONAME ??_R2PLDAPAttr_sipAddress@RTPerson@PILSSession@@8 @24673 NONAME ??_R2PLDAPAttr_smimetype@RTPerson@PILSSession@@8 @24674 NONAME ??_R2PLDAPAttr_smodop@RTPerson@PILSSession@@8 @24675 NONAME ??_R2PLDAPAttr_sport@RTPerson@PILSSession@@8 @24676 NONAME ??_R2PLDAPAttr_sprotid@RTPerson@PILSSession@@8 @24677 NONAME ??_R2PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@8 @24678 NONAME ??_R2PLDAPAttr_ssecurity@RTPerson@PILSSession@@8 @24679 NONAME ??_R2PLDAPAttr_sttl@RTPerson@PILSSession@@8 @24680 NONAME ??_R2PLDAPAttr_surname@RTPerson@PILSSession@@8 @24681 NONAME ??_R2PLDAPAttr_timestamp@RTPerson@PILSSession@@8 @24682 NONAME ??_R2PluginLoader@@8 @30448 NONAME ??_R2PPER_Stream@@8 @24683 NONAME ??_R2Pre_Vid_Coder@@8 @24684 NONAME ??_R2PWAVFileConverter@@8 @30449 NONAME ??_R2PWAVFileConverterALaw@@8 @29664 NONAME ??_R2PWAVFileConverterULaw@@8 @29665 NONAME ??_R2Q931@@8 @24686 NONAME ??_R2ReceivedPacket_PNotifier@OpalRFC2833@@8 @24687 NONAME ??_R2ReceivedPacket_PNotifier@OpalRtpToWavFile@@8 @24688 NONAME ??_R2ReceiverReport@RTP_Session@@8 @24689 NONAME ??_R2ReceiveTimeout_PNotifier@OpalRFC2833@@8 @24690 NONAME ??_R2Request@H323Transactor@@8 @24691 NONAME ??_R2Response@H323Transactor@@8 @24692 NONAME ??_R2RTPerson@PILSSession@@8 @24693 NONAME ??_R2RTP_ControlFrame@@8 @24694 NONAME ??_R2RTP_DataFrame@@8 @24695 NONAME ??_R2RTP_JitterBuffer@@8 @24696 NONAME ??_R2RTP_QOS@@8 @24697 NONAME ??_R2RTP_Session@@8 @24698 NONAME ??_R2RTP_SessionManager@@8 @24699 NONAME ??_R2RTP_UDP@@8 @24700 NONAME ??_R2SenderReport@RTP_Session@@8 @24701 NONAME ??_R2SlowHandler_PNotifier@H323Transaction@@8 @24702 NONAME ??_R2SoundTones@OpalUSBDevice@@8 @30450 NONAME ??_R2SourceDescription@RTP_Session@@8 @24703 NONAME ??_R2SRVRecordList@PDNS@@8 @30451 NONAME ??_R2StatusHandler_PNotifier@OpalVoipBlasterDevice@@8 @24704 NONAME ??_R2StringMap@H323GatekeeperServer@@8 @24705 NONAME ??_R2T120ConnectPDU@@8 @24706 NONAME ??_R2T120_X224@@8 @24707 NONAME ??_R2T38_ArrayOf_PASN_OctetString@@8 @24708 NONAME ??_R2T38_Data_Field@@8 @24709 NONAME ??_R2T38_Data_Field_subtype@@8 @24710 NONAME ??_R2T38_Data_Field_subtype_field_type@@8 @24711 NONAME ??_R2T38_IFPPacket@@8 @24712 NONAME ??_R2T38_PreCorrigendum_Data_Field@@8 @24713 NONAME ??_R2T38_PreCorrigendum_Data_Field_subtype@@8 @24714 NONAME ??_R2T38_PreCorrigendum_Data_Field_subtype_field_type@@8 @24715 NONAME ??_R2T38_PreCorrigendum_IFPPacket@@8 @24716 NONAME ??_R2T38_Type_of_msg@@8 @24717 NONAME ??_R2T38_Type_of_msg_data@@8 @24718 NONAME ??_R2T38_Type_of_msg_t30_indicator@@8 @24719 NONAME ??_R2T38_UDPTLPacket@@8 @24720 NONAME ??_R2T38_UDPTLPacket_error_recovery@@8 @24721 NONAME ??_R2T38_UDPTLPacket_error_recovery_fec_info@@8 @24722 NONAME ??_R2T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@8 @24723 NONAME ??_R2T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@8 @24724 NONAME ??_R2T38_UDPTLPacket_primary_ifp_packet@@8 @24725 NONAME ??_R2TickleMonitor_PNotifier@H323Gatekeeper@@8 @24726 NONAME ??_R2TonePlay_PNotifier@OpalUSBDevice@@8 @30452 NONAME ??_R2TransmitEnded_PNotifier@OpalRFC2833@@8 @24727 NONAME ??_R2TransmitPacket_PNotifier@OpalRFC2833@@8 @24728 NONAME ??_R2Transmitter@@8 @24729 NONAME ??_R2UpdateAllDescriptors_PNotifier@H323PeerElement@@8 @24730 NONAME ??_R2VoipBlasterInterface@@8 @24732 NONAME ??_R2Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@8 @29787 NONAME ??_R2Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@8 @29788 NONAME ??_R2Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@8 @29789 NONAME ??_R2Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@8 @29790 NONAME ??_R2Worker@OpalPluginCodecFactory@@8 @29791 NONAME ??_R2WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@8 @30453 NONAME ??_R2WorkerBase@?$PFactory@VH323Capability@@VPString@@@@8 @29430 NONAME ??_R2WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@8 @29792 NONAME ??_R2WorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@8 @30454 NONAME ??_R2WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29431 NONAME ??_R2WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @29432 NONAME ??_R2WorkerBase@?$PFactory@VPWAVFileConverter@@I@@8 @29666 NONAME ??_R2X224@@8 @24733 NONAME ??_R2X880_Code@@8 @24734 NONAME ??_R2X880_GeneralProblem@@8 @24735 NONAME ??_R2X880_Invoke@@8 @24736 NONAME ??_R2X880_InvokeId@@8 @24737 NONAME ??_R2X880_InvokeProblem@@8 @24738 NONAME ??_R2X880_Reject@@8 @24739 NONAME ??_R2X880_RejectProblem@@8 @24740 NONAME ??_R2X880_Reject_problem@@8 @24741 NONAME ??_R2X880_ReturnError@@8 @24742 NONAME ??_R2X880_ReturnErrorProblem@@8 @24743 NONAME ??_R2X880_ReturnResult@@8 @24744 NONAME ??_R2X880_ReturnResultProblem@@8 @24745 NONAME ??_R2X880_ReturnResult_result@@8 @24746 NONAME ??_R2X880_ROS@@8 @24747 NONAME ??_R3?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@8 @24748 NONAME ??_R3?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@8 @24749 NONAME ??_R3?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@8 @24750 NONAME ??_R3?$H235_HASHED@VH235_EncodedGeneralToken@@@@8 @24751 NONAME ??_R3?$H235_HASHED@VH235_EncodedPwdCertToken@@@@8 @24752 NONAME ??_R3?$H235_SIGNED@VH225_EncodedFastStartToken@@@@8 @24753 NONAME ??_R3?$H235_SIGNED@VH235_EncodedGeneralToken@@@@8 @24754 NONAME ??_R3?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@8 @24755 NONAME ??_R3?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@8 @24756 NONAME ??_R3?$H235_SIGNED@VH235_EncodedReturnSig@@@@8 @24757 NONAME ??_R3?$PArray@V?$PList@VH323Capability@@@@@@8 @24758 NONAME ??_R3?$PArray@VH323SimultaneousCapabilities@@@@8 @24759 NONAME ??_R3?$PArray@VH323TransportAddress@@@@8 @24760 NONAME ??_R3?$PArray@VReceiverReport@RTP_Session@@@@8 @24761 NONAME ??_R3?$PArray@VSourceDescription@RTP_Session@@@@8 @24762 NONAME ??_R3?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@8 @24763 NONAME ??_R3?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@8 @24764 NONAME ??_R3?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@8 @24765 NONAME ??_R3?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@8 @24766 NONAME ??_R3?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@8 @24767 NONAME ??_R3?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@8 @24768 NONAME ??_R3?$PDictionary@VPString@@VH323Connection@@@@8 @24769 NONAME ??_R3?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@8 @24770 NONAME ??_R3?$PDictionary@VPString@@VPOrdinalKey@@@@8 @24771 NONAME ??_R3?$PFactory@VH235Authenticator@@VPString@@@@8 @30455 NONAME ??_R3?$PFactory@VH323Capability@@VPString@@@@8 @29433 NONAME ??_R3?$PFactory@VH323StaticPluginCodec@@VPString@@@@8 @29434 NONAME ??_R3?$PFactory@VOpalFactoryCodec@@VPString@@@@8 @29793 NONAME ??_R3?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@8 @30456 NONAME ??_R3?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29435 NONAME ??_R3?$PFactory@VPWAVFileConverter@@I@@8 @29667 NONAME ??_R3?$PList@VH245_GenericParameter@@@@8 @30457 NONAME ??_R3?$PList@VH323Capability@@@@8 @24772 NONAME ??_R3?$PList@VH323Channel@@@@8 @24773 NONAME ??_R3?$PList@VH323GatekeeperListener@@@@8 @24774 NONAME ??_R3?$PList@VH323Listener@@@@8 @24775 NONAME ??_R3?$PList@VH323Transactor@@@@8 @24776 NONAME ??_R3?$PList@VH450xHandler@@@@8 @24777 NONAME ??_R3?$PList@VOpalMediaFormat@@@@8 @24779 NONAME ??_R3?$PList@VPBYTEArray@@@@8 @24780 NONAME ??_R3?$POrdinalDictionary@VPString@@@@8 @24781 NONAME ??_R3?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@8 @24782 NONAME ??_R3?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@8 @24783 NONAME ??_R3?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@8 @24784 NONAME ??_R3?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@8 @24785 NONAME ??_R3?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@8 @24786 NONAME ??_R3?$PSafePtr@VH323GatekeeperCall@@@@8 @24787 NONAME ??_R3?$PSafePtr@VH323PeerElementDescriptor@@@@8 @24788 NONAME ??_R3?$PSafePtr@VH323PeerElementServiceRelationship@@@@8 @24789 NONAME ??_R3?$PSafePtr@VH323RegisteredEndPoint@@@@8 @24790 NONAME ??_R3?$PSafeSortedList@VH323GatekeeperCall@@@@8 @24791 NONAME ??_R3?$PSafeSortedList@VH323PeerElementDescriptor@@@@8 @24792 NONAME ??_R3?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@8 @24793 NONAME ??_R3?$PSet@VPOrdinalKey@@@@8 @24794 NONAME ??_R3?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@8 @24795 NONAME ??_R3?$PSortedList@VH225_AliasAddress@@@@8 @24796 NONAME ??_R3?$PSortedList@VH323GatekeeperCall@@@@8 @24797 NONAME ??_R3?$PSortedList@VH323PeerElementDescriptor@@@@8 @24798 NONAME ??_R3?$PSortedList@VH323PeerElementServiceRelationship@@@@8 @24799 NONAME ??_R3?$PSortedList@VResponse@H323Transactor@@@@8 @24800 NONAME ??_R3?$PSortedList@VSRVRecord@PDNS@@@@8 @30458 NONAME ??_R3?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @30459 NONAME ??_R3?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @30460 NONAME ??_R3?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @30461 NONAME ??_R3?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @29436 NONAME ??_R3?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29437 NONAME ??_R3?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29438 NONAME ??_R3?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29439 NONAME ??_R3?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29440 NONAME ??_R3?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29441 NONAME ??_R3?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29442 NONAME ??_R3?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29443 NONAME ??_R3?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29444 NONAME ??_R3?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29445 NONAME ??_R3?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29446 NONAME ??_R3?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29447 NONAME ??_R3?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29448 NONAME ??_R3?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29449 NONAME ??_R3?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29450 NONAME ??_R3?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @29451 NONAME ??_R3?$Worker@VHIDPluginDeviceManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @30462 NONAME ??_R3?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29452 NONAME ??_R3?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29453 NONAME ??_R3?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29454 NONAME ??_R3?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29455 NONAME ??_R3?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29456 NONAME ??_R3?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29457 NONAME ??_R3?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29458 NONAME ??_R3?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29459 NONAME ??_R3?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29460 NONAME ??_R3?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29461 NONAME ??_R3?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29462 NONAME ??_R3?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29463 NONAME ??_R3?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29464 NONAME ??_R3?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29465 NONAME ??_R3?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29466 NONAME ??_R3?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29467 NONAME ??_R3?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@8 @30463 NONAME ??_R3?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@8 @29668 NONAME ??_R3?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@8 @29669 NONAME ??_R3AliasKey@H323PeerElement@@8 @24801 NONAME ??_R3AlternateInfo@H323Gatekeeper@@8 @24802 NONAME ??_R3ByteQueue@OpalVoipBlasterDevice@@8 @24803 NONAME ??_R3Encoder@@8 @30464 NONAME ??_R3Entry@RTP_JitterBuffer@@8 @24804 NONAME ??_R3FilterInfo@H323Codec@@8 @24806 NONAME ??_R3FullP64Decoder@@8 @24807 NONAME ??_R3G7231_File_Capability@@8 @24808 NONAME ??_R3G7231_File_Codec@@8 @24809 NONAME ??_R3GCC_AlternativeNodeID@@8 @24810 NONAME ??_R3GCC_ApplicationInvokeIndication@@8 @24811 NONAME ??_R3GCC_ApplicationInvokeSpecifier@@8 @24812 NONAME ??_R3GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@8 @24813 NONAME ??_R3GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@8 @24814 NONAME ??_R3GCC_ApplicationRecord@@8 @24815 NONAME ??_R3GCC_ApplicationRecord_nonCollapsingCapabilities@@8 @24816 NONAME ??_R3GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@8 @24817 NONAME ??_R3GCC_ArrayOf_ApplicationInvokeSpecifier@@8 @24818 NONAME ??_R3GCC_ArrayOf_ChallengeItem@@8 @24819 NONAME ??_R3GCC_ArrayOf_ConferenceDescriptor@@8 @24820 NONAME ??_R3GCC_ArrayOf_Privilege@@8 @24821 NONAME ??_R3GCC_ArrayOf_TextString@@8 @24822 NONAME ??_R3GCC_ArrayOf_UserID@@8 @24823 NONAME ??_R3GCC_AsymmetryIndicator@@8 @24824 NONAME ??_R3GCC_CapabilityClass@@8 @24825 NONAME ??_R3GCC_CapabilityID@@8 @24826 NONAME ??_R3GCC_ChallengeItem@@8 @24827 NONAME ??_R3GCC_ChallengeRequest@@8 @24828 NONAME ??_R3GCC_ChallengeResponse@@8 @24829 NONAME ??_R3GCC_ChallengeResponseAlgorithm@@8 @24830 NONAME ??_R3GCC_ChallengeResponseItem@@8 @24831 NONAME ??_R3GCC_ChannelID@@8 @24832 NONAME ??_R3GCC_ChannelType@@8 @24833 NONAME ??_R3GCC_ConductorAssignIndication@@8 @24834 NONAME ??_R3GCC_ConductorPermissionAskIndication@@8 @24835 NONAME ??_R3GCC_ConductorPermissionGrantIndication@@8 @24836 NONAME ??_R3GCC_ConductorReleaseIndication@@8 @24837 NONAME ??_R3GCC_ConferenceAddRequest@@8 @24838 NONAME ??_R3GCC_ConferenceAddResponse@@8 @24839 NONAME ??_R3GCC_ConferenceAddResponse_result@@8 @24840 NONAME ??_R3GCC_ConferenceAssistanceIndication@@8 @24841 NONAME ??_R3GCC_ConferenceCreateRequest@@8 @24842 NONAME ??_R3GCC_ConferenceCreateResponse@@8 @24843 NONAME ??_R3GCC_ConferenceCreateResponse_result@@8 @24844 NONAME ??_R3GCC_ConferenceDescriptor@@8 @24845 NONAME ??_R3GCC_ConferenceEjectUserIndication@@8 @24846 NONAME ??_R3GCC_ConferenceEjectUserIndication_reason@@8 @24847 NONAME ??_R3GCC_ConferenceEjectUserRequest@@8 @24848 NONAME ??_R3GCC_ConferenceEjectUserRequest_reason@@8 @24849 NONAME ??_R3GCC_ConferenceEjectUserResponse@@8 @24850 NONAME ??_R3GCC_ConferenceEjectUserResponse_result@@8 @24851 NONAME ??_R3GCC_ConferenceInviteRequest@@8 @24852 NONAME ??_R3GCC_ConferenceInviteResponse@@8 @24853 NONAME ??_R3GCC_ConferenceInviteResponse_result@@8 @24854 NONAME ??_R3GCC_ConferenceJoinRequest@@8 @24855 NONAME ??_R3GCC_ConferenceJoinResponse@@8 @24856 NONAME ??_R3GCC_ConferenceJoinResponse_result@@8 @24857 NONAME ??_R3GCC_ConferenceLockIndication@@8 @24858 NONAME ??_R3GCC_ConferenceLockRequest@@8 @24859 NONAME ??_R3GCC_ConferenceLockResponse@@8 @24860 NONAME ??_R3GCC_ConferenceLockResponse_result@@8 @24861 NONAME ??_R3GCC_ConferenceName@@8 @24862 NONAME ??_R3GCC_ConferenceNameModifier@@8 @24863 NONAME ??_R3GCC_ConferenceNameSelector@@8 @24864 NONAME ??_R3GCC_ConferencePriority@@8 @24865 NONAME ??_R3GCC_ConferencePriorityScheme@@8 @24866 NONAME ??_R3GCC_ConferenceQueryRequest@@8 @24867 NONAME ??_R3GCC_ConferenceQueryResponse@@8 @24868 NONAME ??_R3GCC_ConferenceQueryResponse_result@@8 @24869 NONAME ??_R3GCC_ConferenceTerminateIndication@@8 @24870 NONAME ??_R3GCC_ConferenceTerminateIndication_reason@@8 @24871 NONAME ??_R3GCC_ConferenceTerminateRequest@@8 @24872 NONAME ??_R3GCC_ConferenceTerminateRequest_reason@@8 @24873 NONAME ??_R3GCC_ConferenceTerminateResponse@@8 @24874 NONAME ??_R3GCC_ConferenceTerminateResponse_result@@8 @24875 NONAME ??_R3GCC_ConferenceTimeExtendIndication@@8 @24876 NONAME ??_R3GCC_ConferenceTimeInquireIndication@@8 @24877 NONAME ??_R3GCC_ConferenceTimeRemainingIndication@@8 @24878 NONAME ??_R3GCC_ConferenceTransferIndication@@8 @24879 NONAME ??_R3GCC_ConferenceTransferRequest@@8 @24880 NONAME ??_R3GCC_ConferenceTransferResponse@@8 @24881 NONAME ??_R3GCC_ConferenceTransferResponse_result@@8 @24882 NONAME ??_R3GCC_ConferenceUnlockIndication@@8 @24883 NONAME ??_R3GCC_ConferenceUnlockRequest@@8 @24884 NONAME ??_R3GCC_ConferenceUnlockResponse@@8 @24885 NONAME ??_R3GCC_ConferenceUnlockResponse_result@@8 @24886 NONAME ??_R3GCC_ConnectData@@8 @24887 NONAME ??_R3GCC_ConnectGCCPDU@@8 @24888 NONAME ??_R3GCC_DialingString@@8 @24889 NONAME ??_R3GCC_DynamicChannelID@@8 @24890 NONAME ??_R3GCC_DynamicTokenID@@8 @24891 NONAME ??_R3GCC_EntityID@@8 @24892 NONAME ??_R3GCC_ExtraDialingString@@8 @24893 NONAME ??_R3GCC_FunctionNotSupportedResponse@@8 @24894 NONAME ??_R3GCC_GCCPDU@@8 @24895 NONAME ??_R3GCC_H221NonStandardIdentifier@@8 @24896 NONAME ??_R3GCC_Handle@@8 @24897 NONAME ??_R3GCC_IndicationPDU@@8 @24898 NONAME ??_R3GCC_Key@@8 @24899 NONAME ??_R3GCC_NetworkAddress@@8 @24900 NONAME ??_R3GCC_NetworkAddress_subtype@@8 @24901 NONAME ??_R3GCC_NetworkAddress_subtype_aggregatedChannel@@8 @24902 NONAME ??_R3GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@8 @24903 NONAME ??_R3GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@8 @24904 NONAME ??_R3GCC_NetworkAddress_subtype_transportConnection@@8 @24905 NONAME ??_R3GCC_NodeProperties@@8 @24906 NONAME ??_R3GCC_NodeRecord@@8 @24907 NONAME ??_R3GCC_NodeType@@8 @24908 NONAME ??_R3GCC_NonStandardParameter@@8 @24909 NONAME ??_R3GCC_NonStandardPDU@@8 @24910 NONAME ??_R3GCC_Password@@8 @24911 NONAME ??_R3GCC_PasswordChallengeRequestResponse@@8 @24912 NONAME ??_R3GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@8 @24913 NONAME ??_R3GCC_PasswordSelector@@8 @24914 NONAME ??_R3GCC_Privilege@@8 @24915 NONAME ??_R3GCC_RegistryAllocateHandleRequest@@8 @24916 NONAME ??_R3GCC_RegistryAllocateHandleResponse@@8 @24917 NONAME ??_R3GCC_RegistryAllocateHandleResponse_result@@8 @24918 NONAME ??_R3GCC_RegistryAssignTokenRequest@@8 @24919 NONAME ??_R3GCC_RegistryDeleteEntryRequest@@8 @24920 NONAME ??_R3GCC_RegistryEntryOwner@@8 @24921 NONAME ??_R3GCC_RegistryEntryOwner_owned@@8 @24922 NONAME ??_R3GCC_RegistryItem@@8 @24923 NONAME ??_R3GCC_RegistryKey@@8 @24924 NONAME ??_R3GCC_RegistryModificationRights@@8 @24925 NONAME ??_R3GCC_RegistryMonitorEntryIndication@@8 @24926 NONAME ??_R3GCC_RegistryMonitorEntryRequest@@8 @24927 NONAME ??_R3GCC_RegistryRegisterChannelRequest@@8 @24928 NONAME ??_R3GCC_RegistryResponse@@8 @24929 NONAME ??_R3GCC_RegistryResponse_primitiveType@@8 @24930 NONAME ??_R3GCC_RegistryResponse_result@@8 @24931 NONAME ??_R3GCC_RegistryRetrieveEntryRequest@@8 @24932 NONAME ??_R3GCC_RegistrySetParameterRequest@@8 @24933 NONAME ??_R3GCC_RequestPDU@@8 @24934 NONAME ??_R3GCC_ResponsePDU@@8 @24935 NONAME ??_R3GCC_RosterUpdateIndication@@8 @24936 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation@@8 @24937 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype@@8 @24938 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@8 @24939 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@8 @24940 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@8 @24941 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@8 @24942 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@8 @24943 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@8 @24944 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@8 @24945 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@8 @24946 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@8 @24947 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation@@8 @24948 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@8 @24949 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@8 @24950 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@8 @24951 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@8 @24952 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@8 @24953 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@8 @24954 NONAME ??_R3GCC_SessionKey@@8 @24955 NONAME ??_R3GCC_SimpleNumericString@@8 @24956 NONAME ??_R3GCC_SimpleTextString@@8 @24957 NONAME ??_R3GCC_StaticChannelID@@8 @24958 NONAME ??_R3GCC_StaticTokenID@@8 @24959 NONAME ??_R3GCC_SubAddressString@@8 @24960 NONAME ??_R3GCC_TerminationMethod@@8 @24961 NONAME ??_R3GCC_TextMessageIndication@@8 @24962 NONAME ??_R3GCC_TextString@@8 @24963 NONAME ??_R3GCC_Time@@8 @24964 NONAME ??_R3GCC_TokenID@@8 @24965 NONAME ??_R3GCC_UserData@@8 @24966 NONAME ??_R3GCC_UserData_subtype@@8 @24967 NONAME ??_R3GCC_UserID@@8 @24968 NONAME ??_R3GCC_UserIDIndication@@8 @24969 NONAME ??_R3H225CallThread@@8 @24970 NONAME ??_R3H225TransportThread@@8 @24971 NONAME ??_R3H225_AddressPattern@@8 @24972 NONAME ??_R3H225_AddressPattern_range@@8 @24973 NONAME ??_R3H225_AdmissionConfirm@@8 @24974 NONAME ??_R3H225_AdmissionConfirm_language@@8 @24975 NONAME ??_R3H225_AdmissionReject@@8 @24976 NONAME ??_R3H225_AdmissionRejectReason@@8 @24977 NONAME ??_R3H225_AdmissionRequest@@8 @24978 NONAME ??_R3H225_Alerting_UUIE@@8 @24979 NONAME ??_R3H225_AliasAddress@@8 @24980 NONAME ??_R3H225_AlternateGK@@8 @24981 NONAME ??_R3H225_AlternateTransportAddresses@@8 @24982 NONAME ??_R3H225_AltGKInfo@@8 @24983 NONAME ??_R3H225_ANSI_41_UIM@@8 @24984 NONAME ??_R3H225_ANSI_41_UIM_system_id@@8 @24985 NONAME ??_R3H225_ArrayOf_AddressPattern@@8 @24986 NONAME ??_R3H225_ArrayOf_AdmissionConfirm@@8 @24987 NONAME ??_R3H225_ArrayOf_AliasAddress@@8 @24988 NONAME ??_R3H225_ArrayOf_AlternateGK@@8 @24989 NONAME ??_R3H225_ArrayOf_AuthenticationMechanism@@8 @24990 NONAME ??_R3H225_ArrayOf_BandwidthDetails@@8 @24991 NONAME ??_R3H225_ArrayOf_CallReferenceValue@@8 @24992 NONAME ??_R3H225_ArrayOf_CallsAvailable@@8 @24993 NONAME ??_R3H225_ArrayOf_ClearToken@@8 @24994 NONAME ??_R3H225_ArrayOf_ConferenceIdentifier@@8 @24995 NONAME ??_R3H225_ArrayOf_ConferenceList@@8 @24996 NONAME ??_R3H225_ArrayOf_CryptoH323Token@@8 @24997 NONAME ??_R3H225_ArrayOf_DataRate@@8 @24998 NONAME ??_R3H225_ArrayOf_Endpoint@@8 @24999 NONAME ??_R3H225_ArrayOf_EnumeratedParameter@@8 @25000 NONAME ??_R3H225_ArrayOf_ExtendedAliasAddress@@8 @25001 NONAME ??_R3H225_ArrayOf_FeatureDescriptor@@8 @25002 NONAME ??_R3H225_ArrayOf_GenericData@@8 @25003 NONAME ??_R3H225_ArrayOf_H245Security@@8 @25004 NONAME ??_R3H225_ArrayOf_H248PackagesDescriptor@@8 @25005 NONAME ??_R3H225_ArrayOf_IntegrityMechanism@@8 @25006 NONAME ??_R3H225_ArrayOf_NonStandardParameter@@8 @25007 NONAME ??_R3H225_ArrayOf_PartyNumber@@8 @25008 NONAME ??_R3H225_ArrayOf_PASN_ObjectId@@8 @25009 NONAME ??_R3H225_ArrayOf_PASN_OctetString@@8 @25010 NONAME ??_R3H225_ArrayOf_RasUsageSpecification@@8 @25011 NONAME ??_R3H225_ArrayOf_RTPSession@@8 @25012 NONAME ??_R3H225_ArrayOf_ServiceControlSession@@8 @25013 NONAME ??_R3H225_ArrayOf_SupportedPrefix@@8 @25014 NONAME ??_R3H225_ArrayOf_SupportedProtocols@@8 @25015 NONAME ??_R3H225_ArrayOf_TransportAddress@@8 @25016 NONAME ??_R3H225_ArrayOf_TransportChannelInfo@@8 @25017 NONAME ??_R3H225_ArrayOf_TunnelledProtocol@@8 @25018 NONAME ??_R3H225_BandRejectReason@@8 @25019 NONAME ??_R3H225_BandWidth@@8 @25020 NONAME ??_R3H225_BandwidthConfirm@@8 @25021 NONAME ??_R3H225_BandwidthDetails@@8 @25022 NONAME ??_R3H225_BandwidthReject@@8 @25023 NONAME ??_R3H225_BandwidthRequest@@8 @25024 NONAME ??_R3H225_CallCapacity@@8 @25025 NONAME ??_R3H225_CallCapacityInfo@@8 @25026 NONAME ??_R3H225_CallCreditCapability@@8 @25027 NONAME ??_R3H225_CallCreditServiceControl@@8 @25028 NONAME ??_R3H225_CallCreditServiceControl_billingMode@@8 @25029 NONAME ??_R3H225_CallCreditServiceControl_callStartingPoint@@8 @25030 NONAME ??_R3H225_CallIdentifier@@8 @25031 NONAME ??_R3H225_CallLinkage@@8 @25032 NONAME ??_R3H225_CallModel@@8 @25033 NONAME ??_R3H225_CallProceeding_UUIE@@8 @25034 NONAME ??_R3H225_CallReferenceValue@@8 @25035 NONAME ??_R3H225_CallsAvailable@@8 @25036 NONAME ??_R3H225_CallTerminationCause@@8 @25037 NONAME ??_R3H225_CallType@@8 @25038 NONAME ??_R3H225_CapacityReportingCapability@@8 @25039 NONAME ??_R3H225_CapacityReportingSpecification@@8 @25040 NONAME ??_R3H225_CapacityReportingSpecification_when@@8 @25041 NONAME ??_R3H225_CarrierInfo@@8 @25042 NONAME ??_R3H225_CicInfo@@8 @25043 NONAME ??_R3H225_CicInfo_cic@@8 @25044 NONAME ??_R3H225_CircuitIdentifier@@8 @25045 NONAME ??_R3H225_CircuitInfo@@8 @25046 NONAME ??_R3H225_ConferenceIdentifier@@8 @25047 NONAME ??_R3H225_ConferenceList@@8 @25048 NONAME ??_R3H225_Connect_UUIE@@8 @25049 NONAME ??_R3H225_Connect_UUIE_language@@8 @25050 NONAME ??_R3H225_Content@@8 @25051 NONAME ??_R3H225_CryptoH323Token@@8 @25052 NONAME ??_R3H225_CryptoH323Token_cryptoEPPwdHash@@8 @25053 NONAME ??_R3H225_CryptoH323Token_cryptoGKPwdHash@@8 @25054 NONAME ??_R3H225_DataRate@@8 @25055 NONAME ??_R3H225_DisengageConfirm@@8 @25056 NONAME ??_R3H225_DisengageReason@@8 @25057 NONAME ??_R3H225_DisengageReject@@8 @25058 NONAME ??_R3H225_DisengageRejectReason@@8 @25059 NONAME ??_R3H225_DisengageRequest@@8 @25060 NONAME ??_R3H225_EncodedFastStartToken@@8 @25061 NONAME ??_R3H225_EncryptIntAlg@@8 @25062 NONAME ??_R3H225_Endpoint@@8 @25063 NONAME ??_R3H225_EndpointIdentifier@@8 @25064 NONAME ??_R3H225_EndpointType@@8 @25065 NONAME ??_R3H225_EnumeratedParameter@@8 @25066 NONAME ??_R3H225_ExtendedAliasAddress@@8 @25067 NONAME ??_R3H225_FacilityReason@@8 @25068 NONAME ??_R3H225_Facility_UUIE@@8 @25069 NONAME ??_R3H225_FastStartToken@@8 @25070 NONAME ??_R3H225_FeatureDescriptor@@8 @25071 NONAME ??_R3H225_FeatureSet@@8 @25072 NONAME ??_R3H225_GatekeeperConfirm@@8 @25073 NONAME ??_R3H225_GatekeeperIdentifier@@8 @25074 NONAME ??_R3H225_GatekeeperInfo@@8 @25075 NONAME ??_R3H225_GatekeeperReject@@8 @25076 NONAME ??_R3H225_GatekeeperRejectReason@@8 @25077 NONAME ??_R3H225_GatekeeperRequest@@8 @25078 NONAME ??_R3H225_GatewayInfo@@8 @25079 NONAME ??_R3H225_GenericData@@8 @25080 NONAME ??_R3H225_GenericIdentifier@@8 @25081 NONAME ??_R3H225_GloballyUniqueID@@8 @25082 NONAME ??_R3H225_GroupID@@8 @25083 NONAME ??_R3H225_GroupID_member@@8 @25084 NONAME ??_R3H225_GSM_UIM@@8 @25085 NONAME ??_R3H225_H221NonStandard@@8 @25086 NONAME ??_R3H225_H245Security@@8 @25087 NONAME ??_R3H225_H248PackagesDescriptor@@8 @25088 NONAME ??_R3H225_H248SignalsDescriptor@@8 @25089 NONAME ??_R3H225_H310Caps@@8 @25090 NONAME ??_R3H225_H320Caps@@8 @25091 NONAME ??_R3H225_H321Caps@@8 @25092 NONAME ??_R3H225_H322Caps@@8 @25093 NONAME ??_R3H225_H323Caps@@8 @25094 NONAME ??_R3H225_H323_UserInformation@@8 @25095 NONAME ??_R3H225_H323_UserInformation_user_data@@8 @25096 NONAME ??_R3H225_H323_UU_PDU@@8 @25097 NONAME ??_R3H225_H323_UU_PDU_h323_message_body@@8 @25098 NONAME ??_R3H225_H323_UU_PDU_tunnelledSignallingMessage@@8 @25099 NONAME ??_R3H225_H324Caps@@8 @25100 NONAME ??_R3H225_ICV@@8 @25101 NONAME ??_R3H225_InfoRequest@@8 @25102 NONAME ??_R3H225_InfoRequestAck@@8 @25103 NONAME ??_R3H225_InfoRequestNak@@8 @25104 NONAME ??_R3H225_InfoRequestNakReason@@8 @25105 NONAME ??_R3H225_InfoRequestResponse@@8 @25106 NONAME ??_R3H225_InfoRequestResponseStatus@@8 @25107 NONAME ??_R3H225_InfoRequestResponse_perCallInfo@@8 @25108 NONAME ??_R3H225_InfoRequestResponse_perCallInfo_subtype@@8 @25109 NONAME ??_R3H225_InfoRequestResponse_perCallInfo_subtype_pdu@@8 @25110 NONAME ??_R3H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@8 @25111 NONAME ??_R3H225_Information_UUIE@@8 @25112 NONAME ??_R3H225_IntegrityMechanism@@8 @25113 NONAME ??_R3H225_LocationConfirm@@8 @25114 NONAME ??_R3H225_LocationReject@@8 @25115 NONAME ??_R3H225_LocationRejectReason@@8 @25116 NONAME ??_R3H225_LocationRequest@@8 @25117 NONAME ??_R3H225_McuInfo@@8 @25118 NONAME ??_R3H225_MobileUIM@@8 @25119 NONAME ??_R3H225_NonIsoIntegrityMechanism@@8 @25120 NONAME ??_R3H225_NonStandardIdentifier@@8 @25121 NONAME ??_R3H225_NonStandardMessage@@8 @25122 NONAME ??_R3H225_NonStandardParameter@@8 @25123 NONAME ??_R3H225_NonStandardProtocol@@8 @25124 NONAME ??_R3H225_Notify_UUIE@@8 @25125 NONAME ??_R3H225_NumberDigits@@8 @25126 NONAME ??_R3H225_PartyNumber@@8 @25127 NONAME ??_R3H225_PresentationIndicator@@8 @25128 NONAME ??_R3H225_PrivatePartyNumber@@8 @25129 NONAME ??_R3H225_PrivateTypeOfNumber@@8 @25130 NONAME ??_R3H225_Progress_UUIE@@8 @25131 NONAME ??_R3H225_ProtocolIdentifier@@8 @25132 NONAME ??_R3H225_PublicPartyNumber@@8 @25133 NONAME ??_R3H225_PublicTypeOfNumber@@8 @25134 NONAME ??_R3H225_Q954Details@@8 @25135 NONAME ??_R3H225_QseriesOptions@@8 @25136 NONAME ??_R3H225_RAS@@8 @25137 NONAME ??_R3H225_RasMessage@@8 @25138 NONAME ??_R3H225_RasUsageInformation@@8 @25139 NONAME ??_R3H225_RasUsageInfoTypes@@8 @25140 NONAME ??_R3H225_RasUsageSpecification@@8 @25141 NONAME ??_R3H225_RasUsageSpecification_callStartingPoint@@8 @25142 NONAME ??_R3H225_RasUsageSpecification_when@@8 @25143 NONAME ??_R3H225_RegistrationConfirm@@8 @25144 NONAME ??_R3H225_RegistrationConfirm_preGrantedARQ@@8 @25145 NONAME ??_R3H225_RegistrationReject@@8 @25146 NONAME ??_R3H225_RegistrationRejectReason@@8 @25147 NONAME ??_R3H225_RegistrationRejectReason_invalidTerminalAliases@@8 @25148 NONAME ??_R3H225_RegistrationRequest@@8 @25149 NONAME ??_R3H225_ReleaseCompleteReason@@8 @25150 NONAME ??_R3H225_ReleaseComplete_UUIE@@8 @25151 NONAME ??_R3H225_RequestInProgress@@8 @25152 NONAME ??_R3H225_RequestSeqNum@@8 @25153 NONAME ??_R3H225_ResourcesAvailableConfirm@@8 @25154 NONAME ??_R3H225_ResourcesAvailableIndicate@@8 @25155 NONAME ??_R3H225_RTPSession@@8 @25156 NONAME ??_R3H225_RTPSession_associatedSessionIds@@8 @25157 NONAME ??_R3H225_ScnConnectionAggregation@@8 @25158 NONAME ??_R3H225_ScnConnectionType@@8 @25159 NONAME ??_R3H225_ScreeningIndicator@@8 @25160 NONAME ??_R3H225_SecurityCapabilities@@8 @25161 NONAME ??_R3H225_SecurityErrors2@@8 @25162 NONAME ??_R3H225_SecurityErrors@@8 @25163 NONAME ??_R3H225_SecurityServiceMode@@8 @25164 NONAME ??_R3H225_ServiceControlDescriptor@@8 @25165 NONAME ??_R3H225_ServiceControlIndication@@8 @25166 NONAME ??_R3H225_ServiceControlIndication_callSpecific@@8 @25167 NONAME ??_R3H225_ServiceControlResponse@@8 @25168 NONAME ??_R3H225_ServiceControlResponse_result@@8 @25169 NONAME ??_R3H225_ServiceControlSession@@8 @25170 NONAME ??_R3H225_ServiceControlSession_reason@@8 @25171 NONAME ??_R3H225_SetupAcknowledge_UUIE@@8 @25172 NONAME ??_R3H225_Setup_UUIE@@8 @25173 NONAME ??_R3H225_Setup_UUIE_conferenceGoal@@8 @25174 NONAME ??_R3H225_Setup_UUIE_connectionParameters@@8 @25175 NONAME ??_R3H225_Setup_UUIE_language@@8 @25176 NONAME ??_R3H225_SIPCaps@@8 @25177 NONAME ??_R3H225_StatusInquiry_UUIE@@8 @25178 NONAME ??_R3H225_Status_UUIE@@8 @25179 NONAME ??_R3H225_StimulusControl@@8 @25180 NONAME ??_R3H225_SupportedPrefix@@8 @25181 NONAME ??_R3H225_SupportedProtocols@@8 @25182 NONAME ??_R3H225_T120OnlyCaps@@8 @25183 NONAME ??_R3H225_T38FaxAnnexbOnlyCaps@@8 @25184 NONAME ??_R3H225_TBCD_STRING@@8 @25185 NONAME ??_R3H225_TerminalInfo@@8 @25186 NONAME ??_R3H225_TimeToLive@@8 @25187 NONAME ??_R3H225_TransportAddress@@8 @25188 NONAME ??_R3H225_TransportAddress_ip6Address@@8 @25189 NONAME ??_R3H225_TransportAddress_ipAddress@@8 @25190 NONAME ??_R3H225_TransportAddress_ipSourceRoute@@8 @25191 NONAME ??_R3H225_TransportAddress_ipSourceRoute_route@@8 @25192 NONAME ??_R3H225_TransportAddress_ipSourceRoute_routing@@8 @25193 NONAME ??_R3H225_TransportAddress_ipxAddress@@8 @25194 NONAME ??_R3H225_TransportChannelInfo@@8 @25195 NONAME ??_R3H225_TransportQOS@@8 @25196 NONAME ??_R3H225_TunnelledProtocol@@8 @25197 NONAME ??_R3H225_TunnelledProtocolAlternateIdentifier@@8 @25198 NONAME ??_R3H225_TunnelledProtocol_id@@8 @25199 NONAME ??_R3H225_UnknownMessageResponse@@8 @25200 NONAME ??_R3H225_UnregistrationConfirm@@8 @25201 NONAME ??_R3H225_UnregistrationReject@@8 @25202 NONAME ??_R3H225_UnregistrationRequest@@8 @25203 NONAME ??_R3H225_UnregRejectReason@@8 @25204 NONAME ??_R3H225_UnregRequestReason@@8 @25205 NONAME ??_R3H225_UseSpecifiedTransport@@8 @25206 NONAME ??_R3H225_UUIEsRequested@@8 @25207 NONAME ??_R3H225_VendorIdentifier@@8 @25208 NONAME ??_R3H225_VoiceCaps@@8 @25209 NONAME ??_R3H235AuthCAT@@8 @25210 NONAME ??_R3H235Authenticator@@8 @25211 NONAME ??_R3H235Authenticators@@8 @25212 NONAME ??_R3H235AuthProcedure1@@8 @25213 NONAME ??_R3H235AuthSimpleMD5@@8 @25214 NONAME ??_R3H235_AuthenticationBES@@8 @25215 NONAME ??_R3H235_AuthenticationMechanism@@8 @25216 NONAME ??_R3H235_ChallengeString@@8 @25217 NONAME ??_R3H235_ClearToken@@8 @25218 NONAME ??_R3H235_CryptoToken@@8 @25219 NONAME ??_R3H235_CryptoToken_cryptoEncryptedToken@@8 @25220 NONAME ??_R3H235_CryptoToken_cryptoHashedToken@@8 @25221 NONAME ??_R3H235_CryptoToken_cryptoSignedToken@@8 @25222 NONAME ??_R3H235_DHset@@8 @25223 NONAME ??_R3H235_ECGDSASignature@@8 @25224 NONAME ??_R3H235_ECKASDH@@8 @25225 NONAME ??_R3H235_ECKASDH_eckasdh2@@8 @25226 NONAME ??_R3H235_ECKASDH_eckasdhp@@8 @25227 NONAME ??_R3H235_ECpoint@@8 @25228 NONAME ??_R3H235_EncodedGeneralToken@@8 @25229 NONAME ??_R3H235_EncodedKeySignedMaterial@@8 @25230 NONAME ??_R3H235_EncodedKeySyncMaterial@@8 @25231 NONAME ??_R3H235_EncodedPwdCertToken@@8 @25232 NONAME ??_R3H235_EncodedReturnSig@@8 @25233 NONAME ??_R3H235_H235CertificateSignature@@8 @25234 NONAME ??_R3H235_H235Key@@8 @25235 NONAME ??_R3H235_Identifier@@8 @25236 NONAME ??_R3H235_IV16@@8 @25237 NONAME ??_R3H235_IV8@@8 @25238 NONAME ??_R3H235_KeyMaterial@@8 @25239 NONAME ??_R3H235_KeySignedMaterial@@8 @25240 NONAME ??_R3H235_KeySyncMaterial@@8 @25241 NONAME ??_R3H235_NonStandardParameter@@8 @25242 NONAME ??_R3H235_Params@@8 @25243 NONAME ??_R3H235_Password@@8 @25244 NONAME ??_R3H235_PwdCertToken@@8 @25245 NONAME ??_R3H235_RandomVal@@8 @25246 NONAME ??_R3H235_ReturnSig@@8 @25247 NONAME ??_R3H235_TimeStamp@@8 @25248 NONAME ??_R3H235_TypedCertificate@@8 @25249 NONAME ??_R3H235_V3KeySyncMaterial@@8 @25250 NONAME ??_R3H245NegLogicalChannel@@8 @25251 NONAME ??_R3H245NegLogicalChannels@@8 @25252 NONAME ??_R3H245NegMasterSlaveDetermination@@8 @25253 NONAME ??_R3H245Negotiator@@8 @25254 NONAME ??_R3H245NegRequestMode@@8 @25255 NONAME ??_R3H245NegRoundTripDelay@@8 @25256 NONAME ??_R3H245NegTerminalCapabilitySet@@8 @25257 NONAME ??_R3H245TransportThread@@8 @25258 NONAME ??_R3H245_AlternativeCapabilitySet@@8 @25259 NONAME ??_R3H245_ArrayOf_AlternativeCapabilitySet@@8 @25260 NONAME ??_R3H245_ArrayOf_BEnhancementParameters@@8 @25261 NONAME ??_R3H245_ArrayOf_CapabilityDescriptor@@8 @25262 NONAME ??_R3H245_ArrayOf_CapabilityDescriptorNumber@@8 @25263 NONAME ??_R3H245_ArrayOf_CapabilityTableEntry@@8 @25264 NONAME ??_R3H245_ArrayOf_CapabilityTableEntryNumber@@8 @25265 NONAME ??_R3H245_ArrayOf_CommunicationModeTableEntry@@8 @25266 NONAME ??_R3H245_ArrayOf_CustomPictureClockFrequency@@8 @25267 NONAME ??_R3H245_ArrayOf_CustomPictureFormat@@8 @25268 NONAME ??_R3H245_ArrayOf_DataApplicationCapability@@8 @25269 NONAME ??_R3H245_ArrayOf_DialingInformationNetworkType@@8 @25270 NONAME ??_R3H245_ArrayOf_DialingInformationNumber@@8 @25271 NONAME ??_R3H245_ArrayOf_EnhancementOptions@@8 @25272 NONAME ??_R3H245_ArrayOf_EscrowData@@8 @25273 NONAME ??_R3H245_ArrayOf_GenericCapability@@8 @30465 NONAME ??_R3H245_ArrayOf_GenericParameter@@8 @25274 NONAME ??_R3H245_ArrayOf_H263ModeComboFlags@@8 @25275 NONAME ??_R3H245_ArrayOf_H263VideoModeCombos@@8 @25276 NONAME ??_R3H245_ArrayOf_MediaChannelCapability@@8 @25277 NONAME ??_R3H245_ArrayOf_MediaDistributionCapability@@8 @25278 NONAME ??_R3H245_ArrayOf_ModeDescription@@8 @25279 NONAME ??_R3H245_ArrayOf_MultiplePayloadStreamElement@@8 @25280 NONAME ??_R3H245_ArrayOf_MultiplePayloadStreamElementMode@@8 @25281 NONAME ??_R3H245_ArrayOf_MultiplexElement@@8 @25282 NONAME ??_R3H245_ArrayOf_MultiplexEntryDescriptor@@8 @25283 NONAME ??_R3H245_ArrayOf_MultiplexEntryRejectionDescriptions@@8 @25284 NONAME ??_R3H245_ArrayOf_MultiplexTableEntryNumber@@8 @25285 NONAME ??_R3H245_ArrayOf_NonStandardParameter@@8 @25286 NONAME ??_R3H245_ArrayOf_ParameterIdentifier@@8 @25287 NONAME ??_R3H245_ArrayOf_PictureReference@@8 @25288 NONAME ??_R3H245_ArrayOf_Q2931Address@@8 @25289 NONAME ??_R3H245_ArrayOf_QOSCapability@@8 @25290 NONAME ??_R3H245_ArrayOf_RedundancyEncodingCapability@@8 @25291 NONAME ??_R3H245_ArrayOf_RedundancyEncodingDTModeElement@@8 @25292 NONAME ??_R3H245_ArrayOf_RedundancyEncodingElement@@8 @25293 NONAME ??_R3H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@8 @25294 NONAME ??_R3H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@8 @25295 NONAME ??_R3H245_ArrayOf_RTPPayloadType@@8 @25296 NONAME ??_R3H245_ArrayOf_TerminalInformation@@8 @25297 NONAME ??_R3H245_ArrayOf_TerminalLabel@@8 @25298 NONAME ??_R3H245_ArrayOf_VCCapability@@8 @25299 NONAME ??_R3H245_ArrayOf_VideoCapability@@8 @30466 NONAME ??_R3H245_ATMParameters@@8 @25300 NONAME ??_R3H245_AudioCapability@@8 @25301 NONAME ??_R3H245_AudioCapability_g7231@@8 @25302 NONAME ??_R3H245_AudioMode@@8 @25303 NONAME ??_R3H245_AudioMode_g7231@@8 @25304 NONAME ??_R3H245_AudioTelephonyEventCapability@@8 @25305 NONAME ??_R3H245_AudioToneCapability@@8 @25306 NONAME ??_R3H245_AuthenticationCapability@@8 @25307 NONAME ??_R3H245_BEnhancementParameters@@8 @25308 NONAME ??_R3H245_Capability@@8 @25309 NONAME ??_R3H245_CapabilityDescriptor@@8 @25310 NONAME ??_R3H245_CapabilityDescriptorNumber@@8 @25311 NONAME ??_R3H245_CapabilityIdentifier@@8 @25312 NONAME ??_R3H245_CapabilityTableEntry@@8 @25313 NONAME ??_R3H245_CapabilityTableEntryNumber@@8 @25314 NONAME ??_R3H245_Capability_h233EncryptionReceiveCapability@@8 @25315 NONAME ??_R3H245_CertSelectionCriteria@@8 @25316 NONAME ??_R3H245_CloseLogicalChannel@@8 @25317 NONAME ??_R3H245_CloseLogicalChannelAck@@8 @25318 NONAME ??_R3H245_CloseLogicalChannel_reason@@8 @25319 NONAME ??_R3H245_CloseLogicalChannel_source@@8 @25320 NONAME ??_R3H245_CommandMessage@@8 @25321 NONAME ??_R3H245_CommunicationModeCommand@@8 @25322 NONAME ??_R3H245_CommunicationModeRequest@@8 @25323 NONAME ??_R3H245_CommunicationModeResponse@@8 @25324 NONAME ??_R3H245_CommunicationModeTableEntry@@8 @25325 NONAME ??_R3H245_CommunicationModeTableEntry_dataType@@8 @25326 NONAME ??_R3H245_CompressionType@@8 @25327 NONAME ??_R3H245_ConferenceCapability@@8 @25328 NONAME ??_R3H245_ConferenceCommand@@8 @25329 NONAME ??_R3H245_ConferenceID@@8 @25330 NONAME ??_R3H245_ConferenceIndication@@8 @25331 NONAME ??_R3H245_ConferenceRequest@@8 @25332 NONAME ??_R3H245_ConferenceRequest_requestTerminalCertificate@@8 @25333 NONAME ??_R3H245_ConferenceResponse@@8 @25334 NONAME ??_R3H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@8 @25335 NONAME ??_R3H245_ConferenceResponse_chairTokenOwnerResponse@@8 @25336 NONAME ??_R3H245_ConferenceResponse_conferenceIDResponse@@8 @25337 NONAME ??_R3H245_ConferenceResponse_extensionAddressResponse@@8 @25338 NONAME ??_R3H245_ConferenceResponse_makeMeChairResponse@@8 @25339 NONAME ??_R3H245_ConferenceResponse_makeTerminalBroadcasterResponse@@8 @25340 NONAME ??_R3H245_ConferenceResponse_mCTerminalIDResponse@@8 @25341 NONAME ??_R3H245_ConferenceResponse_passwordResponse@@8 @25342 NONAME ??_R3H245_ConferenceResponse_sendThisSourceResponse@@8 @25343 NONAME ??_R3H245_ConferenceResponse_terminalCertificateResponse@@8 @25344 NONAME ??_R3H245_ConferenceResponse_terminalIDResponse@@8 @25345 NONAME ??_R3H245_ConnectionIdentifier@@8 @25346 NONAME ??_R3H245_CRCLength@@8 @25347 NONAME ??_R3H245_Criteria@@8 @25348 NONAME ??_R3H245_CustomPictureClockFrequency@@8 @25349 NONAME ??_R3H245_CustomPictureFormat@@8 @25350 NONAME ??_R3H245_CustomPictureFormat_mPI@@8 @25351 NONAME ??_R3H245_CustomPictureFormat_mPI_customPCF@@8 @25352 NONAME ??_R3H245_CustomPictureFormat_mPI_customPCF_subtype@@8 @25353 NONAME ??_R3H245_CustomPictureFormat_pixelAspectInformation@@8 @25354 NONAME ??_R3H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@8 @25355 NONAME ??_R3H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@8 @25356 NONAME ??_R3H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@8 @25357 NONAME ??_R3H245_DataApplicationCapability@@8 @25358 NONAME ??_R3H245_DataApplicationCapability_application@@8 @25359 NONAME ??_R3H245_DataApplicationCapability_application_nlpid@@8 @25360 NONAME ??_R3H245_DataApplicationCapability_application_t38fax@@8 @25361 NONAME ??_R3H245_DataApplicationCapability_application_t84@@8 @25362 NONAME ??_R3H245_DataMode@@8 @25363 NONAME ??_R3H245_DataMode_application@@8 @25364 NONAME ??_R3H245_DataMode_application_nlpid@@8 @25365 NONAME ??_R3H245_DataMode_application_t38fax@@8 @25366 NONAME ??_R3H245_DataProtocolCapability@@8 @25367 NONAME ??_R3H245_DataProtocolCapability_v76wCompression@@8 @25368 NONAME ??_R3H245_DataType@@8 @25369 NONAME ??_R3H245_DepFECCapability@@8 @30467 NONAME ??_R3H245_DepFECCapability_rfc2733@@8 @30468 NONAME ??_R3H245_DepFECCapability_rfc2733_separateStream@@8 @30469 NONAME ??_R3H245_DepFECData@@8 @30470 NONAME ??_R3H245_DepFECData_rfc2733@@8 @30471 NONAME ??_R3H245_DepFECData_rfc2733_mode@@8 @30472 NONAME ??_R3H245_DepFECData_rfc2733_mode_separateStream@@8 @30473 NONAME ??_R3H245_DepFECData_rfc2733_mode_separateStream_differentPort@@8 @30474 NONAME ??_R3H245_DepFECData_rfc2733_mode_separateStream_samePort@@8 @30475 NONAME ??_R3H245_DepFECMode@@8 @30476 NONAME ??_R3H245_DepFECMode_rfc2733Mode@@8 @30477 NONAME ??_R3H245_DepFECMode_rfc2733Mode_mode@@8 @30478 NONAME ??_R3H245_DepFECMode_rfc2733Mode_mode_separateStream@@8 @30479 NONAME ??_R3H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@8 @30480 NONAME ??_R3H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@8 @30481 NONAME ??_R3H245_DialingInformation@@8 @25370 NONAME ??_R3H245_DialingInformationNetworkType@@8 @25371 NONAME ??_R3H245_DialingInformationNumber@@8 @25372 NONAME ??_R3H245_EncryptionAuthenticationAndIntegrity@@8 @25373 NONAME ??_R3H245_EncryptionCapability@@8 @25374 NONAME ??_R3H245_EncryptionCommand@@8 @25375 NONAME ??_R3H245_EncryptionCommand_encryptionAlgorithmID@@8 @25376 NONAME ??_R3H245_EncryptionMode@@8 @25377 NONAME ??_R3H245_EncryptionSync@@8 @25378 NONAME ??_R3H245_EncryptionUpdateDirection@@8 @30482 NONAME ??_R3H245_EncryptionUpdateRequest@@8 @25379 NONAME ??_R3H245_EndSessionCommand@@8 @25380 NONAME ??_R3H245_EndSessionCommand_gstnOptions@@8 @25381 NONAME ??_R3H245_EndSessionCommand_isdnOptions@@8 @25382 NONAME ??_R3H245_EnhancementLayerInfo@@8 @25383 NONAME ??_R3H245_EnhancementOptions@@8 @25384 NONAME ??_R3H245_EscrowData@@8 @25385 NONAME ??_R3H245_ExtendedVideoCapability@@8 @30483 NONAME ??_R3H245_FECCapability@@8 @25386 NONAME ??_R3H245_FECCapability_rfc2733Format@@8 @30484 NONAME ??_R3H245_FECData@@8 @25389 NONAME ??_R3H245_FECData_rfc2733@@8 @25390 NONAME ??_R3H245_FECData_rfc2733_pktMode@@8 @30485 NONAME ??_R3H245_FECData_rfc2733_pktMode_rfc2733diffport@@8 @30486 NONAME ??_R3H245_FECData_rfc2733_pktMode_rfc2733sameport@@8 @30487 NONAME ??_R3H245_FECMode@@8 @25395 NONAME ??_R3H245_FECMode_rfc2733Format@@8 @30488 NONAME ??_R3H245_FlowControlCommand@@8 @25401 NONAME ??_R3H245_FlowControlCommand_restriction@@8 @25402 NONAME ??_R3H245_FlowControlCommand_scope@@8 @25403 NONAME ??_R3H245_FlowControlIndication@@8 @25404 NONAME ??_R3H245_FlowControlIndication_restriction@@8 @25405 NONAME ??_R3H245_FlowControlIndication_scope@@8 @25406 NONAME ??_R3H245_FunctionNotSupported@@8 @25407 NONAME ??_R3H245_FunctionNotSupported_cause@@8 @25408 NONAME ??_R3H245_FunctionNotUnderstood@@8 @25409 NONAME ??_R3H245_G7231AnnexCCapability@@8 @25410 NONAME ??_R3H245_G7231AnnexCCapability_g723AnnexCAudioMode@@8 @25411 NONAME ??_R3H245_G7231AnnexCMode@@8 @25412 NONAME ??_R3H245_G7231AnnexCMode_g723AnnexCAudioMode@@8 @25413 NONAME ??_R3H245_G729Extensions@@8 @25414 NONAME ??_R3H245_GenericCapability@@8 @25415 NONAME ??_R3H245_GenericMessage@@8 @30489 NONAME ??_R3H245_GenericParameter@@8 @25416 NONAME ??_R3H245_GSMAudioCapability@@8 @25417 NONAME ??_R3H245_H222Capability@@8 @25418 NONAME ??_R3H245_H222LogicalChannelParameters@@8 @25419 NONAME ??_R3H245_H223AL1MParameters@@8 @25420 NONAME ??_R3H245_H223AL1MParameters_arqType@@8 @25421 NONAME ??_R3H245_H223AL1MParameters_crcLength@@8 @25422 NONAME ??_R3H245_H223AL1MParameters_headerFEC@@8 @25423 NONAME ??_R3H245_H223AL1MParameters_transferMode@@8 @25424 NONAME ??_R3H245_H223AL2MParameters@@8 @25425 NONAME ??_R3H245_H223AL2MParameters_headerFEC@@8 @25426 NONAME ??_R3H245_H223AL3MParameters@@8 @25427 NONAME ??_R3H245_H223AL3MParameters_arqType@@8 @25428 NONAME ??_R3H245_H223AL3MParameters_crcLength@@8 @25429 NONAME ??_R3H245_H223AL3MParameters_headerFormat@@8 @25430 NONAME ??_R3H245_H223AnnexCArqParameters@@8 @25431 NONAME ??_R3H245_H223AnnexCArqParameters_numberOfRetransmissions@@8 @25432 NONAME ??_R3H245_H223AnnexCCapability@@8 @25433 NONAME ??_R3H245_H223Capability@@8 @25434 NONAME ??_R3H245_H223Capability_h223MultiplexTableCapability@@8 @25435 NONAME ??_R3H245_H223Capability_h223MultiplexTableCapability_enhanced@@8 @25436 NONAME ??_R3H245_H223Capability_mobileMultilinkFrameCapability@@8 @25437 NONAME ??_R3H245_H223Capability_mobileOperationTransmitCapability@@8 @25438 NONAME ??_R3H245_H223LogicalChannelParameters@@8 @25439 NONAME ??_R3H245_H223LogicalChannelParameters_adaptationLayerType@@8 @25440 NONAME ??_R3H245_H223LogicalChannelParameters_adaptationLayerType_al3@@8 @25441 NONAME ??_R3H245_H223ModeParameters@@8 @25442 NONAME ??_R3H245_H223ModeParameters_adaptationLayerType@@8 @25443 NONAME ??_R3H245_H223ModeParameters_adaptationLayerType_al3@@8 @25444 NONAME ??_R3H245_H223MultiplexReconfiguration@@8 @25445 NONAME ??_R3H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@8 @25446 NONAME ??_R3H245_H223MultiplexReconfiguration_h223ModeChange@@8 @25447 NONAME ??_R3H245_H223SkewIndication@@8 @25448 NONAME ??_R3H245_H2250Capability@@8 @25449 NONAME ??_R3H245_H2250Capability_mcCapability@@8 @25450 NONAME ??_R3H245_H2250LogicalChannelAckParameters@@8 @25451 NONAME ??_R3H245_H2250LogicalChannelParameters@@8 @25452 NONAME ??_R3H245_H2250LogicalChannelParameters_mediaPacketization@@8 @25453 NONAME ??_R3H245_H2250MaximumSkewIndication@@8 @25454 NONAME ??_R3H245_H2250ModeParameters@@8 @25455 NONAME ??_R3H245_H235Media@@8 @25456 NONAME ??_R3H245_H235Media_mediaType@@8 @25457 NONAME ??_R3H245_H235Mode@@8 @25458 NONAME ??_R3H245_H235Mode_mediaMode@@8 @25459 NONAME ??_R3H245_H235SecurityCapability@@8 @25460 NONAME ??_R3H245_H261VideoCapability@@8 @25461 NONAME ??_R3H245_H261VideoMode@@8 @25462 NONAME ??_R3H245_H261VideoMode_resolution@@8 @25463 NONAME ??_R3H245_H262VideoCapability@@8 @25464 NONAME ??_R3H245_H262VideoMode@@8 @25465 NONAME ??_R3H245_H262VideoMode_profileAndLevel@@8 @25466 NONAME ??_R3H245_H263ModeComboFlags@@8 @25467 NONAME ??_R3H245_H263Options@@8 @25468 NONAME ??_R3H245_H263Version3Options@@8 @25469 NONAME ??_R3H245_H263VideoCapability@@8 @25470 NONAME ??_R3H245_H263VideoMode@@8 @25471 NONAME ??_R3H245_H263VideoModeCombos@@8 @25472 NONAME ??_R3H245_H263VideoMode_resolution@@8 @25473 NONAME ??_R3H245_IndicationMessage@@8 @25474 NONAME ??_R3H245_IntegrityCapability@@8 @25475 NONAME ??_R3H245_IS11172AudioCapability@@8 @25476 NONAME ??_R3H245_IS11172AudioMode@@8 @25477 NONAME ??_R3H245_IS11172AudioMode_audioLayer@@8 @25478 NONAME ??_R3H245_IS11172AudioMode_audioSampling@@8 @25479 NONAME ??_R3H245_IS11172AudioMode_multichannelType@@8 @25480 NONAME ??_R3H245_IS11172VideoCapability@@8 @25481 NONAME ??_R3H245_IS11172VideoMode@@8 @25482 NONAME ??_R3H245_IS13818AudioCapability@@8 @25483 NONAME ??_R3H245_IS13818AudioMode@@8 @25484 NONAME ??_R3H245_IS13818AudioMode_audioLayer@@8 @25485 NONAME ??_R3H245_IS13818AudioMode_audioSampling@@8 @25486 NONAME ??_R3H245_IS13818AudioMode_multichannelType@@8 @25487 NONAME ??_R3H245_IV16@@8 @30490 NONAME ??_R3H245_IV8@@8 @30491 NONAME ??_R3H245_JitterIndication@@8 @25488 NONAME ??_R3H245_JitterIndication_scope@@8 @25489 NONAME ??_R3H245_KeyProtectionMethod@@8 @25490 NONAME ??_R3H245_LogicalChannelNumber@@8 @25491 NONAME ??_R3H245_LogicalChannelRateAcknowledge@@8 @25492 NONAME ??_R3H245_LogicalChannelRateReject@@8 @25493 NONAME ??_R3H245_LogicalChannelRateRejectReason@@8 @25494 NONAME ??_R3H245_LogicalChannelRateRelease@@8 @25495 NONAME ??_R3H245_LogicalChannelRateRequest@@8 @25496 NONAME ??_R3H245_MaintenanceLoopAck@@8 @25497 NONAME ??_R3H245_MaintenanceLoopAck_type@@8 @25498 NONAME ??_R3H245_MaintenanceLoopOffCommand@@8 @25499 NONAME ??_R3H245_MaintenanceLoopReject@@8 @25500 NONAME ??_R3H245_MaintenanceLoopReject_cause@@8 @25501 NONAME ??_R3H245_MaintenanceLoopReject_type@@8 @25502 NONAME ??_R3H245_MaintenanceLoopRequest@@8 @25503 NONAME ??_R3H245_MaintenanceLoopRequest_type@@8 @25504 NONAME ??_R3H245_MasterSlaveDetermination@@8 @25505 NONAME ??_R3H245_MasterSlaveDeterminationAck@@8 @25506 NONAME ??_R3H245_MasterSlaveDeterminationAck_decision@@8 @25507 NONAME ??_R3H245_MasterSlaveDeterminationReject@@8 @25508 NONAME ??_R3H245_MasterSlaveDeterminationReject_cause@@8 @25509 NONAME ??_R3H245_MasterSlaveDeterminationRelease@@8 @25510 NONAME ??_R3H245_MaximumBitRate@@8 @25511 NONAME ??_R3H245_MaxRedundancy@@8 @30492 NONAME ??_R3H245_MCLocationIndication@@8 @25512 NONAME ??_R3H245_McuNumber@@8 @25513 NONAME ??_R3H245_MediaChannelCapability@@8 @25514 NONAME ??_R3H245_MediaDistributionCapability@@8 @25515 NONAME ??_R3H245_MediaEncryptionAlgorithm@@8 @25516 NONAME ??_R3H245_MediaPacketizationCapability@@8 @25517 NONAME ??_R3H245_MediaTransportType@@8 @25518 NONAME ??_R3H245_MediaTransportType_atm_AAL5_compressed@@8 @25519 NONAME ??_R3H245_MiscellaneousCommand@@8 @25520 NONAME ??_R3H245_MiscellaneousCommand_type@@8 @25521 NONAME ??_R3H245_MiscellaneousCommand_type_encryptionUpdateAck@@8 @30493 NONAME ??_R3H245_MiscellaneousCommand_type_encryptionUpdateCommand@@8 @30494 NONAME ??_R3H245_MiscellaneousCommand_type_lostPartialPicture@@8 @25522 NONAME ??_R3H245_MiscellaneousCommand_type_progressiveRefinementStart@@8 @25523 NONAME ??_R3H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@8 @25524 NONAME ??_R3H245_MiscellaneousCommand_type_videoBadMBs@@8 @25525 NONAME ??_R3H245_MiscellaneousCommand_type_videoFastUpdateGOB@@8 @25526 NONAME ??_R3H245_MiscellaneousCommand_type_videoFastUpdateMB@@8 @25527 NONAME ??_R3H245_MiscellaneousIndication@@8 @25528 NONAME ??_R3H245_MiscellaneousIndication_type@@8 @25529 NONAME ??_R3H245_MiscellaneousIndication_type_videoNotDecodedMBs@@8 @25530 NONAME ??_R3H245_MobileMultilinkReconfigurationCommand@@8 @25531 NONAME ??_R3H245_MobileMultilinkReconfigurationCommand_status@@8 @25532 NONAME ??_R3H245_MobileMultilinkReconfigurationIndication@@8 @25533 NONAME ??_R3H245_ModeDescription@@8 @25534 NONAME ??_R3H245_ModeElement@@8 @25535 NONAME ??_R3H245_ModeElementType@@8 @25536 NONAME ??_R3H245_MulticastAddress@@8 @25537 NONAME ??_R3H245_MulticastAddress_iP6Address@@8 @25538 NONAME ??_R3H245_MulticastAddress_iPAddress@@8 @25539 NONAME ??_R3H245_MultilinkIndication@@8 @25540 NONAME ??_R3H245_MultilinkIndication_crcDesired@@8 @25541 NONAME ??_R3H245_MultilinkIndication_excessiveError@@8 @25542 NONAME ??_R3H245_MultilinkRequest@@8 @25543 NONAME ??_R3H245_MultilinkRequest_addConnection@@8 @25544 NONAME ??_R3H245_MultilinkRequest_callInformation@@8 @25545 NONAME ??_R3H245_MultilinkRequest_maximumHeaderInterval@@8 @25546 NONAME ??_R3H245_MultilinkRequest_maximumHeaderInterval_requestType@@8 @25547 NONAME ??_R3H245_MultilinkRequest_removeConnection@@8 @25548 NONAME ??_R3H245_MultilinkResponse@@8 @25549 NONAME ??_R3H245_MultilinkResponse_addConnection@@8 @25550 NONAME ??_R3H245_MultilinkResponse_addConnection_responseCode@@8 @25551 NONAME ??_R3H245_MultilinkResponse_addConnection_responseCode_rejected@@8 @25552 NONAME ??_R3H245_MultilinkResponse_callInformation@@8 @25553 NONAME ??_R3H245_MultilinkResponse_maximumHeaderInterval@@8 @25554 NONAME ??_R3H245_MultilinkResponse_removeConnection@@8 @25555 NONAME ??_R3H245_MultimediaSystemControlMessage@@8 @25556 NONAME ??_R3H245_MultiplePayloadStream@@8 @25557 NONAME ??_R3H245_MultiplePayloadStreamCapability@@8 @25558 NONAME ??_R3H245_MultiplePayloadStreamElement@@8 @25559 NONAME ??_R3H245_MultiplePayloadStreamElementMode@@8 @25560 NONAME ??_R3H245_MultiplePayloadStreamMode@@8 @25561 NONAME ??_R3H245_MultiplexCapability@@8 @25562 NONAME ??_R3H245_MultiplexedStreamCapability@@8 @25563 NONAME ??_R3H245_MultiplexedStreamModeParameters@@8 @25564 NONAME ??_R3H245_MultiplexedStreamParameter@@8 @25565 NONAME ??_R3H245_MultiplexElement@@8 @25566 NONAME ??_R3H245_MultiplexElement_repeatCount@@8 @25567 NONAME ??_R3H245_MultiplexElement_type@@8 @25568 NONAME ??_R3H245_MultiplexEntryDescriptor@@8 @25569 NONAME ??_R3H245_MultiplexEntryRejectionDescriptions@@8 @25570 NONAME ??_R3H245_MultiplexEntryRejectionDescriptions_cause@@8 @25571 NONAME ??_R3H245_MultiplexEntrySend@@8 @25572 NONAME ??_R3H245_MultiplexEntrySendAck@@8 @25573 NONAME ??_R3H245_MultiplexEntrySendReject@@8 @25574 NONAME ??_R3H245_MultiplexEntrySendRelease@@8 @25575 NONAME ??_R3H245_MultiplexFormat@@8 @25576 NONAME ??_R3H245_MultiplexTableEntryNumber@@8 @25577 NONAME ??_R3H245_MultipointCapability@@8 @25578 NONAME ??_R3H245_NetworkAccessParameters@@8 @25579 NONAME ??_R3H245_NetworkAccessParameters_distribution@@8 @25580 NONAME ??_R3H245_NetworkAccessParameters_networkAddress@@8 @25581 NONAME ??_R3H245_NetworkAccessParameters_t120SetupProcedure@@8 @25582 NONAME ??_R3H245_NewATMVCCommand@@8 @25583 NONAME ??_R3H245_NewATMVCCommand_aal@@8 @25584 NONAME ??_R3H245_NewATMVCCommand_aal_aal1@@8 @25585 NONAME ??_R3H245_NewATMVCCommand_aal_aal1_clockRecovery@@8 @25586 NONAME ??_R3H245_NewATMVCCommand_aal_aal1_errorCorrection@@8 @25587 NONAME ??_R3H245_NewATMVCCommand_aal_aal5@@8 @25588 NONAME ??_R3H245_NewATMVCCommand_multiplex@@8 @25589 NONAME ??_R3H245_NewATMVCCommand_reverseParameters@@8 @25590 NONAME ??_R3H245_NewATMVCCommand_reverseParameters_multiplex@@8 @25591 NONAME ??_R3H245_NewATMVCIndication@@8 @25592 NONAME ??_R3H245_NewATMVCIndication_aal@@8 @25593 NONAME ??_R3H245_NewATMVCIndication_aal_aal1@@8 @25594 NONAME ??_R3H245_NewATMVCIndication_aal_aal1_clockRecovery@@8 @25595 NONAME ??_R3H245_NewATMVCIndication_aal_aal1_errorCorrection@@8 @25596 NONAME ??_R3H245_NewATMVCIndication_aal_aal5@@8 @25597 NONAME ??_R3H245_NewATMVCIndication_multiplex@@8 @25598 NONAME ??_R3H245_NewATMVCIndication_reverseParameters@@8 @25599 NONAME ??_R3H245_NewATMVCIndication_reverseParameters_multiplex@@8 @25600 NONAME ??_R3H245_NonStandardIdentifier@@8 @25601 NONAME ??_R3H245_NonStandardIdentifier_h221NonStandard@@8 @25602 NONAME ??_R3H245_NonStandardMessage@@8 @25603 NONAME ??_R3H245_NonStandardParameter@@8 @25604 NONAME ??_R3H245_NoPTAudioTelephonyEventCapability@@8 @25605 NONAME ??_R3H245_NoPTAudioToneCapability@@8 @25606 NONAME ??_R3H245_OpenLogicalChannel@@8 @25607 NONAME ??_R3H245_OpenLogicalChannelAck@@8 @25608 NONAME ??_R3H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@8 @25609 NONAME ??_R3H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@8 @25610 NONAME ??_R3H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@8 @25611 NONAME ??_R3H245_OpenLogicalChannelConfirm@@8 @25612 NONAME ??_R3H245_OpenLogicalChannelReject@@8 @25613 NONAME ??_R3H245_OpenLogicalChannelReject_cause@@8 @25614 NONAME ??_R3H245_OpenLogicalChannel_forwardLogicalChannelParameters@@8 @25615 NONAME ??_R3H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@8 @25616 NONAME ??_R3H245_OpenLogicalChannel_reverseLogicalChannelParameters@@8 @25617 NONAME ??_R3H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@8 @25618 NONAME ??_R3H245_ParameterIdentifier@@8 @25619 NONAME ??_R3H245_ParameterValue@@8 @25620 NONAME ??_R3H245_Params@@8 @30495 NONAME ??_R3H245_Password@@8 @25621 NONAME ??_R3H245_PictureReference@@8 @25622 NONAME ??_R3H245_Q2931Address@@8 @25623 NONAME ??_R3H245_Q2931Address_address@@8 @25624 NONAME ??_R3H245_QOSCapability@@8 @25625 NONAME ??_R3H245_QOSMode@@8 @25626 NONAME ??_R3H245_RedundancyEncoding@@8 @25627 NONAME ??_R3H245_RedundancyEncodingCapability@@8 @25628 NONAME ??_R3H245_RedundancyEncodingDTMode@@8 @25629 NONAME ??_R3H245_RedundancyEncodingDTModeElement@@8 @25630 NONAME ??_R3H245_RedundancyEncodingDTModeElement_type@@8 @25631 NONAME ??_R3H245_RedundancyEncodingElement@@8 @25632 NONAME ??_R3H245_RedundancyEncodingMethod@@8 @25633 NONAME ??_R3H245_RedundancyEncodingMode@@8 @25634 NONAME ??_R3H245_RedundancyEncodingMode_secondaryEncoding@@8 @25635 NONAME ??_R3H245_RedundancyEncoding_rtpRedundancyEncoding@@8 @25636 NONAME ??_R3H245_RefPictureSelection@@8 @25637 NONAME ??_R3H245_RefPictureSelection_additionalPictureMemory@@8 @25638 NONAME ??_R3H245_RefPictureSelection_enhancedReferencePicSelect@@8 @25639 NONAME ??_R3H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@8 @25640 NONAME ??_R3H245_RefPictureSelection_videoBackChannelSend@@8 @25641 NONAME ??_R3H245_RemoteMCRequest@@8 @25642 NONAME ??_R3H245_RemoteMCResponse@@8 @25643 NONAME ??_R3H245_RemoteMCResponse_reject@@8 @25644 NONAME ??_R3H245_RequestAllTerminalIDsResponse@@8 @25645 NONAME ??_R3H245_RequestChannelClose@@8 @25646 NONAME ??_R3H245_RequestChannelCloseAck@@8 @25647 NONAME ??_R3H245_RequestChannelCloseReject@@8 @25648 NONAME ??_R3H245_RequestChannelCloseReject_cause@@8 @25649 NONAME ??_R3H245_RequestChannelCloseRelease@@8 @25650 NONAME ??_R3H245_RequestChannelClose_reason@@8 @25651 NONAME ??_R3H245_RequestMessage@@8 @25652 NONAME ??_R3H245_RequestMode@@8 @25653 NONAME ??_R3H245_RequestModeAck@@8 @25654 NONAME ??_R3H245_RequestModeAck_response@@8 @25655 NONAME ??_R3H245_RequestModeReject@@8 @25656 NONAME ??_R3H245_RequestModeReject_cause@@8 @25657 NONAME ??_R3H245_RequestModeRelease@@8 @25658 NONAME ??_R3H245_RequestMultiplexEntry@@8 @25659 NONAME ??_R3H245_RequestMultiplexEntryAck@@8 @25660 NONAME ??_R3H245_RequestMultiplexEntryReject@@8 @25661 NONAME ??_R3H245_RequestMultiplexEntryRejectionDescriptions@@8 @25662 NONAME ??_R3H245_RequestMultiplexEntryRejectionDescriptions_cause@@8 @25663 NONAME ??_R3H245_RequestMultiplexEntryRelease@@8 @25664 NONAME ??_R3H245_ResponseMessage@@8 @25665 NONAME ??_R3H245_RoundTripDelayRequest@@8 @25666 NONAME ??_R3H245_RoundTripDelayResponse@@8 @25667 NONAME ??_R3H245_RSVPParameters@@8 @25668 NONAME ??_R3H245_RTPH263VideoRedundancyEncoding@@8 @25669 NONAME ??_R3H245_RTPH263VideoRedundancyEncoding_containedThreads@@8 @25670 NONAME ??_R3H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@8 @25671 NONAME ??_R3H245_RTPH263VideoRedundancyFrameMapping@@8 @25672 NONAME ??_R3H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@8 @25673 NONAME ??_R3H245_RTPPayloadType@@8 @25674 NONAME ??_R3H245_RTPPayloadType_payloadDescriptor@@8 @25675 NONAME ??_R3H245_SendTerminalCapabilitySet@@8 @25676 NONAME ??_R3H245_SendTerminalCapabilitySet_specificRequest@@8 @25677 NONAME ??_R3H245_SequenceNumber@@8 @25678 NONAME ??_R3H245_SubstituteConferenceIDCommand@@8 @25679 NONAME ??_R3H245_T38FaxProfile@@8 @25680 NONAME ??_R3H245_T38FaxRateManagement@@8 @25681 NONAME ??_R3H245_T38FaxTcpOptions@@8 @25682 NONAME ??_R3H245_T38FaxUdpOptions@@8 @25683 NONAME ??_R3H245_T38FaxUdpOptions_t38FaxUdpEC@@8 @25684 NONAME ??_R3H245_T84Profile@@8 @25685 NONAME ??_R3H245_T84Profile_t84Restricted@@8 @25686 NONAME ??_R3H245_TerminalCapabilitySet@@8 @25687 NONAME ??_R3H245_TerminalCapabilitySetAck@@8 @25688 NONAME ??_R3H245_TerminalCapabilitySetReject@@8 @25689 NONAME ??_R3H245_TerminalCapabilitySetReject_cause@@8 @25690 NONAME ??_R3H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@8 @25691 NONAME ??_R3H245_TerminalCapabilitySetRelease@@8 @25692 NONAME ??_R3H245_TerminalID@@8 @25693 NONAME ??_R3H245_TerminalInformation@@8 @25694 NONAME ??_R3H245_TerminalLabel@@8 @25695 NONAME ??_R3H245_TerminalNumber@@8 @25696 NONAME ??_R3H245_TerminalYouAreSeeingInSubPictureNumber@@8 @25697 NONAME ??_R3H245_TransparencyParameters@@8 @25698 NONAME ??_R3H245_TransportAddress@@8 @25699 NONAME ??_R3H245_TransportCapability@@8 @25700 NONAME ??_R3H245_UnicastAddress@@8 @25701 NONAME ??_R3H245_UnicastAddress_iP6Address@@8 @25702 NONAME ??_R3H245_UnicastAddress_iPAddress@@8 @25703 NONAME ??_R3H245_UnicastAddress_iPSourceRouteAddress@@8 @25704 NONAME ??_R3H245_UnicastAddress_iPSourceRouteAddress_route@@8 @25705 NONAME ??_R3H245_UnicastAddress_iPSourceRouteAddress_routing@@8 @25706 NONAME ??_R3H245_UnicastAddress_iPXAddress@@8 @25707 NONAME ??_R3H245_UserInputCapability@@8 @25708 NONAME ??_R3H245_UserInputIndication@@8 @25709 NONAME ??_R3H245_UserInputIndication_encryptedAlphanumeric@@8 @30496 NONAME ??_R3H245_UserInputIndication_extendedAlphanumeric@@8 @25710 NONAME ??_R3H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@8 @30497 NONAME ??_R3H245_UserInputIndication_signal@@8 @25711 NONAME ??_R3H245_UserInputIndication_signalUpdate@@8 @25712 NONAME ??_R3H245_UserInputIndication_signalUpdate_rtp@@8 @25713 NONAME ??_R3H245_UserInputIndication_signal_rtp@@8 @25714 NONAME ??_R3H245_UserInputIndication_userInputSupportIndication@@8 @25715 NONAME ??_R3H245_V42bis@@8 @25716 NONAME ??_R3H245_V75Capability@@8 @25717 NONAME ??_R3H245_V75Parameters@@8 @25718 NONAME ??_R3H245_V76Capability@@8 @25719 NONAME ??_R3H245_V76HDLCParameters@@8 @25720 NONAME ??_R3H245_V76LogicalChannelParameters@@8 @25721 NONAME ??_R3H245_V76LogicalChannelParameters_mode@@8 @25722 NONAME ??_R3H245_V76LogicalChannelParameters_mode_eRM@@8 @25723 NONAME ??_R3H245_V76LogicalChannelParameters_mode_eRM_recovery@@8 @25724 NONAME ??_R3H245_V76LogicalChannelParameters_suspendResume@@8 @25725 NONAME ??_R3H245_V76ModeParameters@@8 @25726 NONAME ??_R3H245_VBDCapability@@8 @25727 NONAME ??_R3H245_VBDMode@@8 @25728 NONAME ??_R3H245_VCCapability@@8 @25729 NONAME ??_R3H245_VCCapability_aal1@@8 @25730 NONAME ??_R3H245_VCCapability_aal1ViaGateway@@8 @25731 NONAME ??_R3H245_VCCapability_aal5@@8 @25732 NONAME ??_R3H245_VCCapability_availableBitRates@@8 @25733 NONAME ??_R3H245_VCCapability_availableBitRates_type@@8 @25734 NONAME ??_R3H245_VCCapability_availableBitRates_type_rangeOfBitRates@@8 @25735 NONAME ??_R3H245_VendorIdentification@@8 @25736 NONAME ??_R3H245_VideoCapability@@8 @25737 NONAME ??_R3H245_VideoIndicateCompose@@8 @25738 NONAME ??_R3H245_VideoMode@@8 @25739 NONAME ??_R3H248_ActionReply@@8 @25740 NONAME ??_R3H248_ActionRequest@@8 @25741 NONAME ??_R3H248_AmmDescriptor@@8 @25742 NONAME ??_R3H248_AmmRequest@@8 @25743 NONAME ??_R3H248_AmmsReply@@8 @25744 NONAME ??_R3H248_ArrayOf_ActionReply@@8 @25745 NONAME ??_R3H248_ArrayOf_ActionRequest@@8 @25746 NONAME ??_R3H248_ArrayOf_AmmDescriptor@@8 @25747 NONAME ??_R3H248_ArrayOf_CommandReply@@8 @25748 NONAME ??_R3H248_ArrayOf_CommandRequest@@8 @25749 NONAME ??_R3H248_ArrayOf_EventParameter@@8 @25750 NONAME ??_R3H248_ArrayOf_IndAuditParameter@@8 @25751 NONAME ??_R3H248_ArrayOf_IndAudPropertyParm@@8 @25752 NONAME ??_R3H248_ArrayOf_IndAudStreamDescriptor@@8 @25753 NONAME ??_R3H248_ArrayOf_ModemType@@8 @25754 NONAME ??_R3H248_ArrayOf_ObservedEvent@@8 @25755 NONAME ??_R3H248_ArrayOf_PASN_OctetString@@8 @25756 NONAME ??_R3H248_ArrayOf_PropertyGroup@@8 @25757 NONAME ??_R3H248_ArrayOf_PropertyParm@@8 @25758 NONAME ??_R3H248_ArrayOf_RequestedEvent@@8 @25759 NONAME ??_R3H248_ArrayOf_SecondRequestedEvent@@8 @25760 NONAME ??_R3H248_ArrayOf_Signal@@8 @25761 NONAME ??_R3H248_ArrayOf_SigParameter@@8 @25762 NONAME ??_R3H248_ArrayOf_StreamDescriptor@@8 @25763 NONAME ??_R3H248_ArrayOf_TerminationID@@8 @25764 NONAME ??_R3H248_ArrayOf_TopologyRequest@@8 @25765 NONAME ??_R3H248_ArrayOf_Transaction@@8 @25766 NONAME ??_R3H248_ArrayOf_WildcardField@@8 @25767 NONAME ??_R3H248_AuditDescriptor@@8 @25768 NONAME ??_R3H248_AuditReply@@8 @25769 NONAME ??_R3H248_AuditRequest@@8 @25770 NONAME ??_R3H248_AuditResult@@8 @25771 NONAME ??_R3H248_AuditReturnParameter@@8 @25772 NONAME ??_R3H248_AuthData@@8 @25773 NONAME ??_R3H248_AuthenticationHeader@@8 @25774 NONAME ??_R3H248_Command@@8 @25775 NONAME ??_R3H248_CommandReply@@8 @25776 NONAME ??_R3H248_CommandRequest@@8 @25777 NONAME ??_R3H248_ContextAttrAuditRequest@@8 @25778 NONAME ??_R3H248_ContextID@@8 @25779 NONAME ??_R3H248_ContextRequest@@8 @25780 NONAME ??_R3H248_DigitMapDescriptor@@8 @25781 NONAME ??_R3H248_DigitMapName@@8 @25782 NONAME ??_R3H248_DigitMapValue@@8 @25783 NONAME ??_R3H248_DomainName@@8 @25784 NONAME ??_R3H248_ErrorCode@@8 @25785 NONAME ??_R3H248_ErrorDescriptor@@8 @25786 NONAME ??_R3H248_ErrorText@@8 @25787 NONAME ??_R3H248_EventBufferControl@@8 @25788 NONAME ??_R3H248_EventBufferDescriptor@@8 @25789 NONAME ??_R3H248_EventDM@@8 @25790 NONAME ??_R3H248_EventName@@8 @25791 NONAME ??_R3H248_EventParameter@@8 @25792 NONAME ??_R3H248_EventParameter_extraInfo@@8 @25793 NONAME ??_R3H248_EventsDescriptor@@8 @25794 NONAME ??_R3H248_EventSpec@@8 @25795 NONAME ??_R3H248_H221NonStandard@@8 @25796 NONAME ??_R3H248_IndAudDigitMapDescriptor@@8 @25797 NONAME ??_R3H248_IndAudEventBufferDescriptor@@8 @25798 NONAME ??_R3H248_IndAudEventsDescriptor@@8 @25799 NONAME ??_R3H248_IndAuditParameter@@8 @25800 NONAME ??_R3H248_IndAudLocalControlDescriptor@@8 @25801 NONAME ??_R3H248_IndAudLocalRemoteDescriptor@@8 @25802 NONAME ??_R3H248_IndAudMediaDescriptor@@8 @25803 NONAME ??_R3H248_IndAudMediaDescriptor_streams@@8 @25804 NONAME ??_R3H248_IndAudPackagesDescriptor@@8 @25805 NONAME ??_R3H248_IndAudPropertyGroup@@8 @25806 NONAME ??_R3H248_IndAudPropertyParm@@8 @25807 NONAME ??_R3H248_IndAudSeqSigList@@8 @25808 NONAME ??_R3H248_IndAudSignal@@8 @25809 NONAME ??_R3H248_IndAudSignalsDescriptor@@8 @25810 NONAME ??_R3H248_IndAudStatisticsDescriptor@@8 @25811 NONAME ??_R3H248_IndAudStreamDescriptor@@8 @25812 NONAME ??_R3H248_IndAudStreamParms@@8 @25813 NONAME ??_R3H248_IndAudTerminationStateDescriptor@@8 @25814 NONAME ??_R3H248_IP4Address@@8 @25815 NONAME ??_R3H248_IP6Address@@8 @25816 NONAME ??_R3H248_LocalControlDescriptor@@8 @25817 NONAME ??_R3H248_LocalRemoteDescriptor@@8 @25818 NONAME ??_R3H248_MediaDescriptor@@8 @25819 NONAME ??_R3H248_MediaDescriptor_streams@@8 @25820 NONAME ??_R3H248_MegacoMessage@@8 @25821 NONAME ??_R3H248_Message@@8 @25822 NONAME ??_R3H248_Message_messageBody@@8 @25823 NONAME ??_R3H248_MId@@8 @25824 NONAME ??_R3H248_ModemDescriptor@@8 @25825 NONAME ??_R3H248_ModemType@@8 @25826 NONAME ??_R3H248_MuxDescriptor@@8 @25827 NONAME ??_R3H248_MuxType@@8 @25828 NONAME ??_R3H248_Name@@8 @25829 NONAME ??_R3H248_NonStandardData@@8 @25830 NONAME ??_R3H248_NonStandardIdentifier@@8 @25831 NONAME ??_R3H248_NotifyCompletion@@8 @25832 NONAME ??_R3H248_NotifyReply@@8 @25833 NONAME ??_R3H248_NotifyRequest@@8 @25834 NONAME ??_R3H248_ObservedEvent@@8 @25835 NONAME ??_R3H248_ObservedEventsDescriptor@@8 @25836 NONAME ??_R3H248_PackagesDescriptor@@8 @25837 NONAME ??_R3H248_PackagesItem@@8 @25838 NONAME ??_R3H248_PathName@@8 @25839 NONAME ??_R3H248_PkgdName@@8 @25840 NONAME ??_R3H248_PropertyGroup@@8 @25841 NONAME ??_R3H248_PropertyParm@@8 @25842 NONAME ??_R3H248_PropertyParm_extraInfo@@8 @25843 NONAME ??_R3H248_Relation@@8 @25844 NONAME ??_R3H248_RequestedActions@@8 @25845 NONAME ??_R3H248_RequestedEvent@@8 @25846 NONAME ??_R3H248_RequestID@@8 @25847 NONAME ??_R3H248_SecondEventsDescriptor@@8 @25848 NONAME ??_R3H248_SecondRequestedActions@@8 @25849 NONAME ??_R3H248_SecondRequestedEvent@@8 @25850 NONAME ??_R3H248_SecurityParmIndex@@8 @25851 NONAME ??_R3H248_SeqSigList@@8 @25852 NONAME ??_R3H248_SequenceNum@@8 @25853 NONAME ??_R3H248_ServiceChangeAddress@@8 @25854 NONAME ??_R3H248_ServiceChangeMethod@@8 @25855 NONAME ??_R3H248_ServiceChangeParm@@8 @25856 NONAME ??_R3H248_ServiceChangeProfile@@8 @25857 NONAME ??_R3H248_ServiceChangeReply@@8 @25858 NONAME ??_R3H248_ServiceChangeRequest@@8 @25859 NONAME ??_R3H248_ServiceChangeResParm@@8 @25860 NONAME ??_R3H248_ServiceChangeResult@@8 @25861 NONAME ??_R3H248_ServiceState@@8 @25862 NONAME ??_R3H248_Signal@@8 @25863 NONAME ??_R3H248_SignalName@@8 @25864 NONAME ??_R3H248_SignalRequest@@8 @25865 NONAME ??_R3H248_SignalsDescriptor@@8 @25866 NONAME ??_R3H248_SignalType@@8 @25867 NONAME ??_R3H248_SigParameter@@8 @25868 NONAME ??_R3H248_SigParameter_extraInfo@@8 @25869 NONAME ??_R3H248_StatisticsDescriptor@@8 @25870 NONAME ??_R3H248_StatisticsParameter@@8 @25871 NONAME ??_R3H248_StreamDescriptor@@8 @25872 NONAME ??_R3H248_StreamID@@8 @25873 NONAME ??_R3H248_StreamMode@@8 @25874 NONAME ??_R3H248_StreamParms@@8 @25875 NONAME ??_R3H248_SubtractRequest@@8 @25876 NONAME ??_R3H248_TerminationAudit@@8 @25877 NONAME ??_R3H248_TerminationID@@8 @25878 NONAME ??_R3H248_TerminationIDList@@8 @25879 NONAME ??_R3H248_TerminationStateDescriptor@@8 @25880 NONAME ??_R3H248_TimeNotation@@8 @25881 NONAME ??_R3H248_TopologyRequest@@8 @25882 NONAME ??_R3H248_TopologyRequest_topologyDirection@@8 @25883 NONAME ??_R3H248_Transaction@@8 @25884 NONAME ??_R3H248_TransactionAck@@8 @25885 NONAME ??_R3H248_TransactionId@@8 @25886 NONAME ??_R3H248_TransactionPending@@8 @25887 NONAME ??_R3H248_TransactionReply@@8 @25888 NONAME ??_R3H248_TransactionReply_transactionResult@@8 @25889 NONAME ??_R3H248_TransactionRequest@@8 @25890 NONAME ??_R3H248_TransactionResponseAck@@8 @25891 NONAME ??_R3H248_Value@@8 @25892 NONAME ??_R3H248_WildcardField@@8 @25893 NONAME ??_R3H261DCTEncoder@@8 @25894 NONAME ??_R3H261Encoder@@8 @25895 NONAME ??_R3H261PixelEncoder@@8 @25896 NONAME ??_R3H323AudioCapability@@8 @25899 NONAME ??_R3H323AudioCodec@@8 @25900 NONAME ??_R3H323BidirectionalChannel@@8 @25901 NONAME ??_R3H323CallCreditServiceControl@@8 @25902 NONAME ??_R3H323Capabilities@@8 @25903 NONAME ??_R3H323CapabilitiesSet@@8 @25904 NONAME ??_R3H323Capability@@8 @25905 NONAME ??_R3H323Channel@@8 @25907 NONAME ??_R3H323ChannelNumber@@8 @25908 NONAME ??_R3H323Codec@@8 @25909 NONAME ??_R3H323CodecPluginGenericAudioCapability@@8 @30498 NONAME ??_R3H323CodecPluginNonStandardAudioCapability@@8 @25912 NONAME ??_R3H323Connection@@8 @25913 NONAME ??_R3H323ConnectionsCleaner@@8 @25914 NONAME ??_R3H323ControlPDU@@8 @25915 NONAME ??_R3H323DataCapability@@8 @25916 NONAME ??_R3H323DataChannel@@8 @25917 NONAME ??_R3H323DynaLink@@8 @28623 NONAME ??_R3H323EndPoint@@8 @25918 NONAME ??_R3H323FramedAudioCodec@@8 @25919 NONAME ??_R3H323Gatekeeper@@8 @25920 NONAME ??_R3H323GatekeeperARQ@@8 @25921 NONAME ??_R3H323GatekeeperBRQ@@8 @25922 NONAME ??_R3H323GatekeeperCall@@8 @25923 NONAME ??_R3H323GatekeeperDRQ@@8 @25924 NONAME ??_R3H323GatekeeperGRQ@@8 @25925 NONAME ??_R3H323GatekeeperIRR@@8 @25926 NONAME ??_R3H323GatekeeperListener@@8 @25927 NONAME ??_R3H323GatekeeperLRQ@@8 @25928 NONAME ??_R3H323GatekeeperRequest@@8 @25929 NONAME ??_R3H323GatekeeperRRQ@@8 @25930 NONAME ??_R3H323GatekeeperServer@@8 @25931 NONAME ??_R3H323GatekeeperURQ@@8 @25932 NONAME ??_R3H323GenericAudioCapability@@8 @30499 NONAME ??_R3H323GenericCapabilityInfo@@8 @30500 NONAME ??_R3H323GenericVideoCapability@@8 @30501 NONAME ??_R3H323GSMPluginCapability@@8 @25933 NONAME ??_R3H323H248ServiceControl@@8 @25934 NONAME ??_R3H323HTTPServiceControl@@8 @25936 NONAME ??_R3H323Listener@@8 @25937 NONAME ??_R3H323ListenerTCP@@8 @25938 NONAME ??_R3H323LogicalChannelThread@@8 @25939 NONAME ??_R3H323NonStandardAudioCapability@@8 @25940 NONAME ??_R3H323NonStandardCapabilityInfo@@8 @25941 NONAME ??_R3H323NonStandardDataCapability@@8 @25942 NONAME ??_R3H323NonStandardVideoCapability@@8 @25943 NONAME ??_R3H323PeerElement@@8 @25944 NONAME ??_R3H323PeerElementDescriptor@@8 @25945 NONAME ??_R3H323PeerElementServiceRelationship@@8 @25946 NONAME ??_R3H323PluginCapability@@8 @25948 NONAME ??_R3H323PluginCodecManager@@8 @28599 NONAME ??_R3H323PluginFramedAudioCodec@@8 @28663 NONAME ??_R3H323PluginG7231Capability@@8 @25949 NONAME ??_R3H323PluginVideoCodec@@8 @25950 NONAME ??_R3H323RasPDU@@8 @25951 NONAME ??_R3H323RealTimeCapability@@8 @25952 NONAME ??_R3H323RegisteredEndPoint@@8 @25953 NONAME ??_R3H323ServiceControlSession@@8 @25954 NONAME ??_R3H323SignalPDU@@8 @25955 NONAME ??_R3H323SimultaneousCapabilities@@8 @25956 NONAME ??_R3H323StreamedAudioCodec@@8 @25957 NONAME ??_R3H323StreamedPluginAudioCodec@@8 @28664 NONAME ??_R3H323Transaction@@8 @25958 NONAME ??_R3H323TransactionPDU@@8 @25959 NONAME ??_R3H323TransactionServer@@8 @25960 NONAME ??_R3H323Transactor@@8 @25961 NONAME ??_R3H323Transport@@8 @25962 NONAME ??_R3H323TransportAddress@@8 @25963 NONAME ??_R3H323TransportAddressArray@@8 @25964 NONAME ??_R3H323TransportIP@@8 @25965 NONAME ??_R3H323TransportTCP@@8 @25966 NONAME ??_R3H323TransportUDP@@8 @25967 NONAME ??_R3H323UnidirectionalChannel@@8 @25968 NONAME ??_R3H323VideoCapability@@8 @25969 NONAME ??_R3H323VideoCodec@@8 @25970 NONAME ??_R3H323_ALawCodec@@8 @25971 NONAME ??_R3H323_AnnexG@@8 @25972 NONAME ??_R3H323_CiscoG7231aLIDCapability@@8 @25973 NONAME ??_R3H323_ExternalRTPChannel@@8 @25975 NONAME ??_R3H323_G711ALaw64Capability@@8 @29044 NONAME ??_R3H323_G711Capability@@8 @25979 NONAME ??_R3H323_G711uLaw64Capability@@8 @29045 NONAME ??_R3H323_H261Capability@@8 @25995 NONAME ??_R3H323_H261Codec@@8 @25996 NONAME ??_R3H323_LIDCapability@@8 @25999 NONAME ??_R3H323_LIDCodec@@8 @26000 NONAME ??_R3H323_LID_G711_ALaw_Capability@@8 @29046 NONAME ??_R3H323_LID_G711_uLaw_Capability@@8 @29047 NONAME ??_R3H323_LID_G7231A_5k3_Capability@@8 @29048 NONAME ??_R3H323_LID_G7231A_6k3_Capability@@8 @29049 NONAME ??_R3H323_LID_G7231_5k3_Capability@@8 @29050 NONAME ??_R3H323_LID_G7231_6k3_Capability@@8 @29051 NONAME ??_R3H323_LID_G728_Capability@@8 @29052 NONAME ??_R3H323_LID_G729AB_Capability@@8 @29053 NONAME ??_R3H323_LID_G729A_Capability@@8 @29054 NONAME ??_R3H323_LID_G729B_Capability@@8 @29055 NONAME ??_R3H323_LID_G729_Capability@@8 @29056 NONAME ??_R3H323_LID_GSM0610_Capability@@8 @29057 NONAME ??_R3H323_muLawCodec@@8 @26016 NONAME ??_R3H323_RealTimeChannel@@8 @26017 NONAME ??_R3H323_RTPChannel@@8 @26018 NONAME ??_R3H323_RTP_Session@@8 @26019 NONAME ??_R3H323_RTP_UDP@@8 @26020 NONAME ??_R3H323_T120Capability@@8 @26021 NONAME ??_R3H323_T120Channel@@8 @26022 NONAME ??_R3H323_T38Capability@@8 @26023 NONAME ??_R3H323_T38Channel@@8 @26024 NONAME ??_R3H323_T38NonStandardCapability@@8 @26025 NONAME ??_R3H323_UserInputCapability@@8 @26026 NONAME ??_R3H45010_ArrayOf_MixedExtension@@8 @26027 NONAME ??_R3H45010_CfbOvrOptArg@@8 @26028 NONAME ??_R3H45010_CoReqOptArg@@8 @26029 NONAME ??_R3H45010_H323CallOfferOperations@@8 @26030 NONAME ??_R3H45010_RUAlertOptArg@@8 @26031 NONAME ??_R3H45011Handler@@8 @26032 NONAME ??_R3H45011_ArrayOf_MixedExtension@@8 @26033 NONAME ??_R3H45011_CallIntrusionErrors@@8 @26034 NONAME ??_R3H45011_CICapabilityLevel@@8 @26035 NONAME ??_R3H45011_CIFrcRelArg@@8 @26036 NONAME ??_R3H45011_CIFrcRelOptRes@@8 @26037 NONAME ??_R3H45011_CIGetCIPLOptArg@@8 @26038 NONAME ??_R3H45011_CIGetCIPLRes@@8 @26039 NONAME ??_R3H45011_CIIsOptArg@@8 @26040 NONAME ??_R3H45011_CIIsOptRes@@8 @26041 NONAME ??_R3H45011_CINotificationArg@@8 @26042 NONAME ??_R3H45011_CIProtectionLevel@@8 @26043 NONAME ??_R3H45011_CIRequestArg@@8 @26044 NONAME ??_R3H45011_CIRequestRes@@8 @26045 NONAME ??_R3H45011_CISilentArg@@8 @26046 NONAME ??_R3H45011_CISilentOptRes@@8 @26047 NONAME ??_R3H45011_CIStatusInformation@@8 @26048 NONAME ??_R3H45011_CIWobOptArg@@8 @26049 NONAME ??_R3H45011_CIWobOptRes@@8 @26050 NONAME ??_R3H45011_H323CallIntrusionOperations@@8 @26051 NONAME ??_R3H4501_Address@@8 @26052 NONAME ??_R3H4501_AddressInformation@@8 @26053 NONAME ??_R3H4501_AddressScreened@@8 @26054 NONAME ??_R3H4501_ArrayOf_AliasAddress@@8 @26055 NONAME ??_R3H4501_ArrayOf_ROS@@8 @26056 NONAME ??_R3H4501_EndpointAddress@@8 @26057 NONAME ??_R3H4501_EntityType@@8 @26058 NONAME ??_R3H4501_Extension@@8 @26059 NONAME ??_R3H4501_GeneralErrorList@@8 @26060 NONAME ??_R3H4501_H225InformationElement@@8 @26061 NONAME ??_R3H4501_InterpretationApdu@@8 @26062 NONAME ??_R3H4501_InvokeIDs@@8 @26063 NONAME ??_R3H4501_InvokeIdSet@@8 @26064 NONAME ??_R3H4501_NetworkFacilityExtension@@8 @26065 NONAME ??_R3H4501_NSAPSubaddress@@8 @26066 NONAME ??_R3H4501_NumberScreened@@8 @26067 NONAME ??_R3H4501_PartySubaddress@@8 @26068 NONAME ??_R3H4501_PresentationAllowedIndicator@@8 @26069 NONAME ??_R3H4501_PresentedAddressScreened@@8 @26070 NONAME ??_R3H4501_PresentedAddressUnscreened@@8 @26071 NONAME ??_R3H4501_PresentedNumberScreened@@8 @26072 NONAME ??_R3H4501_PresentedNumberUnscreened@@8 @26073 NONAME ??_R3H4501_ScreeningIndicator@@8 @26074 NONAME ??_R3H4501_ServiceApdus@@8 @26075 NONAME ??_R3H4501_SubaddressInformation@@8 @26076 NONAME ??_R3H4501_SupplementaryService@@8 @26077 NONAME ??_R3H4501_UserSpecifiedSubaddress@@8 @26078 NONAME ??_R3H4502Handler@@8 @26079 NONAME ??_R3H4502_CallIdentity@@8 @26080 NONAME ??_R3H4502_CallStatus@@8 @26081 NONAME ??_R3H4502_CallTransferErrors@@8 @26082 NONAME ??_R3H4502_CallTransferOperation@@8 @26083 NONAME ??_R3H4502_CTActiveArg@@8 @26084 NONAME ??_R3H4502_CTActiveArg_argumentExtension@@8 @26085 NONAME ??_R3H4502_CTCompleteArg@@8 @26086 NONAME ??_R3H4502_CTCompleteArg_argumentExtension@@8 @26087 NONAME ??_R3H4502_CTIdentifyRes@@8 @26088 NONAME ??_R3H4502_CTIdentifyRes_resultExtension@@8 @26089 NONAME ??_R3H4502_CTInitiateArg@@8 @26090 NONAME ??_R3H4502_CTInitiateArg_argumentExtension@@8 @26091 NONAME ??_R3H4502_CTSetupArg@@8 @26092 NONAME ??_R3H4502_CTSetupArg_argumentExtension@@8 @26093 NONAME ??_R3H4502_CTUpdateArg@@8 @26094 NONAME ??_R3H4502_CTUpdateArg_argumentExtension@@8 @26095 NONAME ??_R3H4502_DummyArg@@8 @26096 NONAME ??_R3H4502_DummyRes@@8 @26097 NONAME ??_R3H4502_EndDesignation@@8 @26098 NONAME ??_R3H4502_ExtensionSeq@@8 @26099 NONAME ??_R3H4502_SubaddressTransferArg@@8 @26100 NONAME ??_R3H4502_SubaddressTransferArg_argumentExtension@@8 @26101 NONAME ??_R3H4503_BasicService@@8 @26102 NONAME ??_R3H4503_CallDiversionErrors@@8 @26103 NONAME ??_R3H4503_DiversionReason@@8 @26104 NONAME ??_R3H4503_ExtensionSeq@@8 @26105 NONAME ??_R3H4503_H323CallDiversionOperations@@8 @26106 NONAME ??_R3H4503_IntResult@@8 @26107 NONAME ??_R3H4503_IntResultList@@8 @26108 NONAME ??_R3H4503_IntResult_extension@@8 @26109 NONAME ??_R3H4503_Procedure@@8 @26110 NONAME ??_R3H4503_SubscriptionOption@@8 @26111 NONAME ??_R3H4504Handler@@8 @26112 NONAME ??_R3H4504_ArrayOf_MixedExtension@@8 @26113 NONAME ??_R3H4504_CallHoldOperation@@8 @26114 NONAME ??_R3H4504_Extension@@8 @26115 NONAME ??_R3H4504_HoldNotificArg@@8 @26116 NONAME ??_R3H4504_MixedExtension@@8 @26117 NONAME ??_R3H4504_RemoteHoldArg@@8 @26118 NONAME ??_R3H4504_RemoteHoldRes@@8 @26119 NONAME ??_R3H4504_RemoteRetrieveArg@@8 @26120 NONAME ??_R3H4504_RemoteRetrieveRes@@8 @26121 NONAME ??_R3H4504_RetrieveNotificArg@@8 @26122 NONAME ??_R3H4505_ArrayOf_MixedExtension@@8 @26123 NONAME ??_R3H4505_CallParkPickupOperations@@8 @26124 NONAME ??_R3H4505_CallPickupErrors@@8 @26125 NONAME ??_R3H4505_CallType@@8 @26126 NONAME ??_R3H4505_CpickupNotifyArg@@8 @26127 NONAME ??_R3H4505_CpNotifyArg@@8 @26128 NONAME ??_R3H4505_CpRequestArg@@8 @26129 NONAME ??_R3H4505_CpRequestRes@@8 @26130 NONAME ??_R3H4505_CpSetupArg@@8 @26131 NONAME ??_R3H4505_CpSetupRes@@8 @26132 NONAME ??_R3H4505_GroupIndicationOffArg@@8 @26133 NONAME ??_R3H4505_GroupIndicationOffRes@@8 @26134 NONAME ??_R3H4505_GroupIndicationOnArg@@8 @26135 NONAME ??_R3H4505_GroupIndicationOnRes@@8 @26136 NONAME ??_R3H4505_ParkCondition@@8 @26137 NONAME ??_R3H4505_ParkedToPosition@@8 @26138 NONAME ??_R3H4505_PickExeArg@@8 @26139 NONAME ??_R3H4505_PickExeRes@@8 @26140 NONAME ??_R3H4505_PickrequArg@@8 @26141 NONAME ??_R3H4505_PickrequRes@@8 @26142 NONAME ??_R3H4505_PickupArg@@8 @26143 NONAME ??_R3H4505_PickupRes@@8 @26144 NONAME ??_R3H4506Handler@@8 @26145 NONAME ??_R3H4506_ArrayOf_MixedExtension@@8 @26146 NONAME ??_R3H4506_CallWaitingArg@@8 @26147 NONAME ??_R3H4506_CallWaitingOperations@@8 @26148 NONAME ??_R3H4507_ArrayOf_MixedExtension@@8 @26149 NONAME ??_R3H4507_BasicService@@8 @26150 NONAME ??_R3H4507_DummyRes@@8 @26151 NONAME ??_R3H4507_H323_MWI_Operations@@8 @26152 NONAME ??_R3H4507_MessageWaitingIndicationErrors@@8 @26153 NONAME ??_R3H4507_MsgCentreId@@8 @26154 NONAME ??_R3H4507_MWIActivateArg@@8 @26155 NONAME ??_R3H4507_MWIDeactivateArg@@8 @26156 NONAME ??_R3H4507_MWIInterrogateArg@@8 @26157 NONAME ??_R3H4507_MWIInterrogateRes@@8 @26158 NONAME ??_R3H4507_MWIInterrogateResElt@@8 @26159 NONAME ??_R3H4507_NbOfMessages@@8 @26160 NONAME ??_R3H4507_TimeStamp@@8 @26161 NONAME ??_R3H4508_ExtendedName@@8 @26162 NONAME ??_R3H4508_Name@@8 @26163 NONAME ??_R3H4508_NameOperations@@8 @26164 NONAME ??_R3H4508_NamePresentationAllowed@@8 @26165 NONAME ??_R3H4508_NamePresentationRestricted@@8 @26166 NONAME ??_R3H4508_SimpleName@@8 @26167 NONAME ??_R3H4509_ArrayOf_MixedExtension@@8 @26168 NONAME ??_R3H4509_CallCompletionErrors@@8 @26169 NONAME ??_R3H4509_CcArg@@8 @26170 NONAME ??_R3H4509_CcLongArg@@8 @26171 NONAME ??_R3H4509_CcRequestArg@@8 @26172 NONAME ??_R3H4509_CcRequestRes@@8 @26173 NONAME ??_R3H4509_CcShortArg@@8 @26174 NONAME ??_R3H4509_H323CallCompletionOperations@@8 @26175 NONAME ??_R3H450ServiceAPDU@@8 @26176 NONAME ??_R3H450xDispatcher@@8 @26177 NONAME ??_R3H450xHandler@@8 @26178 NONAME ??_R3H501AccessRequest@@8 @26179 NONAME ??_R3H501DescriptorUpdate@@8 @26180 NONAME ??_R3H501PDU@@8 @26181 NONAME ??_R3H501ServiceRequest@@8 @26182 NONAME ??_R3H501Transaction@@8 @26183 NONAME ??_R3H501_AccessConfirmation@@8 @26184 NONAME ??_R3H501_AccessRejection@@8 @26185 NONAME ??_R3H501_AccessRejectionReason@@8 @26186 NONAME ??_R3H501_AccessRequest@@8 @26187 NONAME ??_R3H501_AccessToken@@8 @26188 NONAME ??_R3H501_AddressTemplate@@8 @26189 NONAME ??_R3H501_AlternatePE@@8 @26190 NONAME ??_R3H501_AlternatePEInfo@@8 @26191 NONAME ??_R3H501_ApplicationMessage@@8 @26192 NONAME ??_R3H501_ArrayOf_AccessToken@@8 @26193 NONAME ??_R3H501_ArrayOf_AddressTemplate@@8 @26194 NONAME ??_R3H501_ArrayOf_AliasAddress@@8 @26195 NONAME ??_R3H501_ArrayOf_AlternatePE@@8 @26196 NONAME ??_R3H501_ArrayOf_CircuitIdentifier@@8 @26197 NONAME ??_R3H501_ArrayOf_ClearToken@@8 @26198 NONAME ??_R3H501_ArrayOf_ContactInformation@@8 @26199 NONAME ??_R3H501_ArrayOf_CryptoH323Token@@8 @26200 NONAME ??_R3H501_ArrayOf_Descriptor@@8 @26201 NONAME ??_R3H501_ArrayOf_DescriptorInfo@@8 @26202 NONAME ??_R3H501_ArrayOf_GenericData@@8 @26203 NONAME ??_R3H501_ArrayOf_GloballyUniqueID@@8 @26204 NONAME ??_R3H501_ArrayOf_NonStandardParameter@@8 @26205 NONAME ??_R3H501_ArrayOf_PASN_ObjectId@@8 @26206 NONAME ??_R3H501_ArrayOf_Pattern@@8 @26207 NONAME ??_R3H501_ArrayOf_PriceElement@@8 @26208 NONAME ??_R3H501_ArrayOf_PriceInfoSpec@@8 @26209 NONAME ??_R3H501_ArrayOf_RouteInformation@@8 @26210 NONAME ??_R3H501_ArrayOf_SecurityMode@@8 @26211 NONAME ??_R3H501_ArrayOf_ServiceControlSession@@8 @26212 NONAME ??_R3H501_ArrayOf_SupportedProtocols@@8 @26213 NONAME ??_R3H501_ArrayOf_TransportAddress@@8 @26214 NONAME ??_R3H501_ArrayOf_UpdateInformation@@8 @26215 NONAME ??_R3H501_ArrayOf_UsageField@@8 @26216 NONAME ??_R3H501_AuthenticationConfirmation@@8 @26217 NONAME ??_R3H501_AuthenticationRejection@@8 @26218 NONAME ??_R3H501_AuthenticationRejectionReason@@8 @26219 NONAME ??_R3H501_AuthenticationRequest@@8 @26220 NONAME ??_R3H501_CallInformation@@8 @26221 NONAME ??_R3H501_ContactInformation@@8 @26222 NONAME ??_R3H501_Descriptor@@8 @26223 NONAME ??_R3H501_DescriptorConfirmation@@8 @26224 NONAME ??_R3H501_DescriptorIDConfirmation@@8 @26225 NONAME ??_R3H501_DescriptorIDRejection@@8 @26226 NONAME ??_R3H501_DescriptorIDRejectionReason@@8 @26227 NONAME ??_R3H501_DescriptorIDRequest@@8 @26228 NONAME ??_R3H501_DescriptorInfo@@8 @26229 NONAME ??_R3H501_DescriptorRejection@@8 @26230 NONAME ??_R3H501_DescriptorRejectionReason@@8 @26231 NONAME ??_R3H501_DescriptorRequest@@8 @26232 NONAME ??_R3H501_DescriptorUpdate@@8 @26233 NONAME ??_R3H501_DescriptorUpdateAck@@8 @26234 NONAME ??_R3H501_ElementIdentifier@@8 @26235 NONAME ??_R3H501_GlobalTimeStamp@@8 @26236 NONAME ??_R3H501_Message@@8 @26237 NONAME ??_R3H501_MessageBody@@8 @26238 NONAME ??_R3H501_MessageCommonInfo@@8 @26239 NONAME ??_R3H501_NonStandardConfirmation@@8 @26240 NONAME ??_R3H501_NonStandardRejection@@8 @26241 NONAME ??_R3H501_NonStandardRejectionReason@@8 @26242 NONAME ??_R3H501_NonStandardRequest@@8 @26243 NONAME ??_R3H501_PartyInformation@@8 @26244 NONAME ??_R3H501_Pattern@@8 @26245 NONAME ??_R3H501_Pattern_range@@8 @26246 NONAME ??_R3H501_PriceElement@@8 @26247 NONAME ??_R3H501_PriceElement_units@@8 @26248 NONAME ??_R3H501_PriceInfoSpec@@8 @26249 NONAME ??_R3H501_ProtocolVersion@@8 @26250 NONAME ??_R3H501_RequestInProgress@@8 @26251 NONAME ??_R3H501_Role@@8 @26252 NONAME ??_R3H501_RouteInformation@@8 @26253 NONAME ??_R3H501_RouteInformation_messageType@@8 @26254 NONAME ??_R3H501_SecurityMode@@8 @26255 NONAME ??_R3H501_ServiceConfirmation@@8 @26256 NONAME ??_R3H501_ServiceRejection@@8 @26257 NONAME ??_R3H501_ServiceRejectionReason@@8 @26258 NONAME ??_R3H501_ServiceRelease@@8 @26259 NONAME ??_R3H501_ServiceReleaseReason@@8 @26260 NONAME ??_R3H501_ServiceRequest@@8 @26261 NONAME ??_R3H501_TerminationCause@@8 @26262 NONAME ??_R3H501_TimeZone@@8 @26263 NONAME ??_R3H501_UnknownMessageReason@@8 @26264 NONAME ??_R3H501_UnknownMessageResponse@@8 @26265 NONAME ??_R3H501_UpdateInformation@@8 @26266 NONAME ??_R3H501_UpdateInformation_descriptorInfo@@8 @26267 NONAME ??_R3H501_UpdateInformation_updateType@@8 @26268 NONAME ??_R3H501_UsageCallStatus@@8 @26269 NONAME ??_R3H501_UsageConfirmation@@8 @26270 NONAME ??_R3H501_UsageField@@8 @26271 NONAME ??_R3H501_UsageIndication@@8 @26272 NONAME ??_R3H501_UsageIndicationConfirmation@@8 @26273 NONAME ??_R3H501_UsageIndicationRejection@@8 @26274 NONAME ??_R3H501_UsageIndicationRejectionReason@@8 @26275 NONAME ??_R3H501_UsageRejection@@8 @26276 NONAME ??_R3H501_UsageRejectReason@@8 @26277 NONAME ??_R3H501_UsageRequest@@8 @26278 NONAME ??_R3H501_UsageSpecification@@8 @26279 NONAME ??_R3H501_UsageSpecification_when@@8 @26280 NONAME ??_R3H501_UserInformation@@8 @26281 NONAME ??_R3H501_ValidationConfirmation@@8 @26282 NONAME ??_R3H501_ValidationRejection@@8 @26283 NONAME ??_R3H501_ValidationRejectionReason@@8 @26284 NONAME ??_R3H501_ValidationRequest@@8 @26285 NONAME ??_R3HandleTimeout_PNotifier@H245Negotiator@@8 @26286 NONAME ??_R3HandleTransactions_PNotifier@H323Transactor@@8 @26287 NONAME ??_R3HIDPluginDeviceManager@@8 @30502 NONAME ??_R3IntraP64Decoder@@8 @26288 NONAME ??_R3MCS_ArrayOf_ChannelAttributes@@8 @26289 NONAME ??_R3MCS_ArrayOf_ChannelId@@8 @26290 NONAME ??_R3MCS_ArrayOf_TokenAttributes@@8 @26291 NONAME ??_R3MCS_ArrayOf_TokenId@@8 @26292 NONAME ??_R3MCS_ArrayOf_UserId@@8 @26293 NONAME ??_R3MCS_AssignedChannelId@@8 @26294 NONAME ??_R3MCS_AUcf@@8 @26295 NONAME ??_R3MCS_AUrq@@8 @26296 NONAME ??_R3MCS_CAin@@8 @26297 NONAME ??_R3MCS_CArq@@8 @26298 NONAME ??_R3MCS_CCcf@@8 @26299 NONAME ??_R3MCS_CCrq@@8 @26300 NONAME ??_R3MCS_CDin@@8 @26301 NONAME ??_R3MCS_CDrq@@8 @26302 NONAME ??_R3MCS_CEin@@8 @26303 NONAME ??_R3MCS_CErq@@8 @26304 NONAME ??_R3MCS_ChannelAttributes@@8 @26305 NONAME ??_R3MCS_ChannelAttributes_assigned@@8 @26306 NONAME ??_R3MCS_ChannelAttributes_private@@8 @26307 NONAME ??_R3MCS_ChannelAttributes_static@@8 @26308 NONAME ??_R3MCS_ChannelAttributes_userId@@8 @26309 NONAME ??_R3MCS_ChannelId@@8 @26310 NONAME ??_R3MCS_CJcf@@8 @26311 NONAME ??_R3MCS_CJrq@@8 @26312 NONAME ??_R3MCS_CLrq@@8 @26313 NONAME ??_R3MCS_ConnectMCSPDU@@8 @26314 NONAME ??_R3MCS_Connect_Additional@@8 @26315 NONAME ??_R3MCS_Connect_Initial@@8 @26316 NONAME ??_R3MCS_Connect_Response@@8 @26317 NONAME ??_R3MCS_Connect_Result@@8 @26318 NONAME ??_R3MCS_DataPriority@@8 @26319 NONAME ??_R3MCS_Diagnostic@@8 @26320 NONAME ??_R3MCS_DomainMCSPDU@@8 @26321 NONAME ??_R3MCS_DomainParameters@@8 @26322 NONAME ??_R3MCS_DPum@@8 @26323 NONAME ??_R3MCS_DUin@@8 @26324 NONAME ??_R3MCS_DUrq@@8 @26325 NONAME ??_R3MCS_DynamicChannelId@@8 @26326 NONAME ??_R3MCS_EDrq@@8 @26327 NONAME ??_R3MCS_MCcf@@8 @26328 NONAME ??_R3MCS_MCrq@@8 @26329 NONAME ??_R3MCS_MTcf@@8 @26330 NONAME ??_R3MCS_MTrq@@8 @26331 NONAME ??_R3MCS_PCin@@8 @26332 NONAME ??_R3MCS_PDin@@8 @26333 NONAME ??_R3MCS_PrivateChannelId@@8 @26334 NONAME ??_R3MCS_PTin@@8 @26335 NONAME ??_R3MCS_Reason@@8 @26336 NONAME ??_R3MCS_Result@@8 @26337 NONAME ??_R3MCS_RJum@@8 @26338 NONAME ??_R3MCS_SDin@@8 @26339 NONAME ??_R3MCS_SDrq@@8 @26340 NONAME ??_R3MCS_Segmentation@@8 @26341 NONAME ??_R3MCS_StaticChannelId@@8 @26342 NONAME ??_R3MCS_TGcf@@8 @26343 NONAME ??_R3MCS_TGrq@@8 @26344 NONAME ??_R3MCS_TIcf@@8 @26345 NONAME ??_R3MCS_TIrq@@8 @26346 NONAME ??_R3MCS_TokenAttributes@@8 @26347 NONAME ??_R3MCS_TokenAttributes_given@@8 @26348 NONAME ??_R3MCS_TokenAttributes_giving@@8 @26349 NONAME ??_R3MCS_TokenAttributes_grabbed@@8 @26350 NONAME ??_R3MCS_TokenAttributes_inhibited@@8 @26351 NONAME ??_R3MCS_TokenAttributes_ungivable@@8 @26352 NONAME ??_R3MCS_TokenId@@8 @26353 NONAME ??_R3MCS_TokenStatus@@8 @26354 NONAME ??_R3MCS_TPin@@8 @26355 NONAME ??_R3MCS_TPrq@@8 @26356 NONAME ??_R3MCS_TRcf@@8 @26357 NONAME ??_R3MCS_TRrq@@8 @26358 NONAME ??_R3MCS_TTcf@@8 @26359 NONAME ??_R3MCS_TTrq@@8 @26360 NONAME ??_R3MCS_TVcf@@8 @26361 NONAME ??_R3MCS_TVin@@8 @26362 NONAME ??_R3MCS_TVrq@@8 @26363 NONAME ??_R3MCS_TVrs@@8 @26364 NONAME ??_R3MCS_UserId@@8 @26365 NONAME ??_R3MCS_USin@@8 @26366 NONAME ??_R3MCS_USrq@@8 @26367 NONAME ??_R3MonitorMain_PNotifier@H323Gatekeeper@@8 @26375 NONAME ??_R3MonitorMain_PNotifier@H323GatekeeperServer@@8 @26376 NONAME ??_R3MonitorMain_PNotifier@H323PeerElement@@8 @26377 NONAME ??_R3Monitor_PNotifier@OpalUSBDevice@@8 @30503 NONAME ??_R3MSIPAddress@PILSSession@@8 @26378 NONAME ??_R3MXRecordList@PDNS@@8 @30504 NONAME ??_R3OnCallIntrudeTimeOut_PNotifier@H45011Handler@@8 @26379 NONAME ??_R3OnCallTransferTimeOut_PNotifier@H4502Handler@@8 @26380 NONAME ??_R3OnLoadModule_PNotifier@PPluginModuleManager@@8 @28641 NONAME ??_R3OnUserInputInBandDTMF_PNotifier@H323Connection@@8 @26382 NONAME ??_R3OnUserInputInlineRFC2833_PNotifier@H323Connection@@8 @26383 NONAME ??_R3OpalG711ALaw64kFormat@@8 @28821 NONAME ??_R3OpalG711ALaw64k_Decoder@@8 @29794 NONAME ??_R3OpalG711ALaw64k_Encoder@@8 @29795 NONAME ??_R3OpalG711uLaw64kFormat@@8 @28822 NONAME ??_R3OpalG711uLaw64k_Decoder@@8 @29796 NONAME ??_R3OpalG711uLaw64k_Encoder@@8 @29797 NONAME ??_R3OpalG7231A_5k3Format@@8 @28823 NONAME ??_R3OpalG7231A_6k3Format@@8 @28824 NONAME ??_R3OpalG7231_5k3Format@@8 @28825 NONAME ??_R3OpalG7231_6k3Format@@8 @28826 NONAME ??_R3OpalG728Format@@8 @28827 NONAME ??_R3OpalG729ABFormat@@8 @28828 NONAME ??_R3OpalG729AFormat@@8 @28829 NONAME ??_R3OpalG729BFormat@@8 @28830 NONAME ??_R3OpalG729Format@@8 @28831 NONAME ??_R3OpalGloballyUniqueID@@8 @26384 NONAME ??_R3OpalGSM0610Format@@8 @28832 NONAME ??_R3OpalH261Format@@8 @28833 NONAME ??_R3OpalIxJDevice@@8 @26385 NONAME ??_R3OpalLineChannel@@8 @26386 NONAME ??_R3OpalLineInterfaceDevice@@8 @26387 NONAME ??_R3OpalMediaFormat@@8 @26388 NONAME ??_R3OpalPCM16Format@@8 @28834 NONAME ??_R3OpalPluginCodec@@8 @29798 NONAME ??_R3OpalPluginMediaFormat@@8 @28835 NONAME ??_R3OpalRFC2833@@8 @26389 NONAME ??_R3OpalRFC2833Info@@8 @26390 NONAME ??_R3OpalRtpToWavFile@@8 @26391 NONAME ??_R3OpalT120Format@@8 @28836 NONAME ??_R3OpalT120Protocol@@8 @26392 NONAME ??_R3OpalT38Protocol@@8 @26393 NONAME ??_R3OpalUSBDevice@@8 @30505 NONAME ??_R3OpalUserInputRFC2833Format@@8 @28837 NONAME ??_R3OpalVoipBlasterDevice@@8 @26394 NONAME ??_R3OpalVXMLSession@@8 @26395 NONAME ??_R3OpalWAVFile@@8 @26396 NONAME ??_R3P64Decoder@@8 @26397 NONAME ??_R3PASN_Boolean@@8 @26398 NONAME ??_R3PASN_ConstrainedObject@@8 @26399 NONAME ??_R3PASN_ConstrainedString@@8 @26400 NONAME ??_R3PASN_Enumeration@@8 @26401 NONAME ??_R3PASN_GeneralString@@8 @26402 NONAME ??_R3PASN_IA5String@@8 @26403 NONAME ??_R3PASN_Integer@@8 @26404 NONAME ??_R3PASN_Null@@8 @26405 NONAME ??_R3PASN_NumericString@@8 @26406 NONAME ??_R3PASN_Object@@8 @26407 NONAME ??_R3PASN_PrintableString@@8 @26408 NONAME ??_R3PASN_Stream@@8 @26409 NONAME ??_R3PASN_VisibleString@@8 @30506 NONAME ??_R3PDTMFEncoder@@8 @30507 NONAME ??_R3PLDAPAttr_c@RTPerson@PILSSession@@8 @26410 NONAME ??_R3PLDAPAttr_cn@RTPerson@PILSSession@@8 @26411 NONAME ??_R3PLDAPAttr_comment@RTPerson@PILSSession@@8 @26412 NONAME ??_R3PLDAPAttr_givenName@RTPerson@PILSSession@@8 @26413 NONAME ??_R3PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@8 @26414 NONAME ??_R3PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@8 @26415 NONAME ??_R3PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@8 @26416 NONAME ??_R3PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@8 @26417 NONAME ??_R3PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@8 @26418 NONAME ??_R3PLDAPAttr_location@RTPerson@PILSSession@@8 @26419 NONAME ??_R3PLDAPAttr_o@RTPerson@PILSSession@@8 @26420 NONAME ??_R3PLDAPAttr_objectClass@RTPerson@PILSSession@@8 @26421 NONAME ??_R3PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@8 @26422 NONAME ??_R3PLDAPAttr_sappguid@RTPerson@PILSSession@@8 @26423 NONAME ??_R3PLDAPAttr_sappid@RTPerson@PILSSession@@8 @26424 NONAME ??_R3PLDAPAttr_sflags@RTPerson@PILSSession@@8 @26425 NONAME ??_R3PLDAPAttr_sipAddress@RTPerson@PILSSession@@8 @26426 NONAME ??_R3PLDAPAttr_smimetype@RTPerson@PILSSession@@8 @26427 NONAME ??_R3PLDAPAttr_smodop@RTPerson@PILSSession@@8 @26428 NONAME ??_R3PLDAPAttr_sport@RTPerson@PILSSession@@8 @26429 NONAME ??_R3PLDAPAttr_sprotid@RTPerson@PILSSession@@8 @26430 NONAME ??_R3PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@8 @26431 NONAME ??_R3PLDAPAttr_ssecurity@RTPerson@PILSSession@@8 @26432 NONAME ??_R3PLDAPAttr_sttl@RTPerson@PILSSession@@8 @26433 NONAME ??_R3PLDAPAttr_surname@RTPerson@PILSSession@@8 @26434 NONAME ??_R3PLDAPAttr_timestamp@RTPerson@PILSSession@@8 @26435 NONAME ??_R3PluginLoader@@8 @30508 NONAME ??_R3PPER_Stream@@8 @26436 NONAME ??_R3Pre_Vid_Coder@@8 @26437 NONAME ??_R3PWAVFileConverter@@8 @30509 NONAME ??_R3PWAVFileConverterALaw@@8 @29670 NONAME ??_R3PWAVFileConverterULaw@@8 @29671 NONAME ??_R3Q931@@8 @26439 NONAME ??_R3ReceivedPacket_PNotifier@OpalRFC2833@@8 @26440 NONAME ??_R3ReceivedPacket_PNotifier@OpalRtpToWavFile@@8 @26441 NONAME ??_R3ReceiverReport@RTP_Session@@8 @26442 NONAME ??_R3ReceiveTimeout_PNotifier@OpalRFC2833@@8 @26443 NONAME ??_R3Request@H323Transactor@@8 @26444 NONAME ??_R3Response@H323Transactor@@8 @26445 NONAME ??_R3RTPerson@PILSSession@@8 @26446 NONAME ??_R3RTP_ControlFrame@@8 @26447 NONAME ??_R3RTP_DataFrame@@8 @26448 NONAME ??_R3RTP_JitterBuffer@@8 @26449 NONAME ??_R3RTP_QOS@@8 @26450 NONAME ??_R3RTP_Session@@8 @26451 NONAME ??_R3RTP_SessionManager@@8 @26452 NONAME ??_R3RTP_UDP@@8 @26453 NONAME ??_R3SenderReport@RTP_Session@@8 @26454 NONAME ??_R3SlowHandler_PNotifier@H323Transaction@@8 @26455 NONAME ??_R3SoundTones@OpalUSBDevice@@8 @30510 NONAME ??_R3SourceDescription@RTP_Session@@8 @26456 NONAME ??_R3SRVRecordList@PDNS@@8 @30511 NONAME ??_R3StatusHandler_PNotifier@OpalVoipBlasterDevice@@8 @26457 NONAME ??_R3StringMap@H323GatekeeperServer@@8 @26458 NONAME ??_R3T120ConnectPDU@@8 @26459 NONAME ??_R3T120_X224@@8 @26460 NONAME ??_R3T38_ArrayOf_PASN_OctetString@@8 @26461 NONAME ??_R3T38_Data_Field@@8 @26462 NONAME ??_R3T38_Data_Field_subtype@@8 @26463 NONAME ??_R3T38_Data_Field_subtype_field_type@@8 @26464 NONAME ??_R3T38_IFPPacket@@8 @26465 NONAME ??_R3T38_PreCorrigendum_Data_Field@@8 @26466 NONAME ??_R3T38_PreCorrigendum_Data_Field_subtype@@8 @26467 NONAME ??_R3T38_PreCorrigendum_Data_Field_subtype_field_type@@8 @26468 NONAME ??_R3T38_PreCorrigendum_IFPPacket@@8 @26469 NONAME ??_R3T38_Type_of_msg@@8 @26470 NONAME ??_R3T38_Type_of_msg_data@@8 @26471 NONAME ??_R3T38_Type_of_msg_t30_indicator@@8 @26472 NONAME ??_R3T38_UDPTLPacket@@8 @26473 NONAME ??_R3T38_UDPTLPacket_error_recovery@@8 @26474 NONAME ??_R3T38_UDPTLPacket_error_recovery_fec_info@@8 @26475 NONAME ??_R3T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@8 @26476 NONAME ??_R3T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@8 @26477 NONAME ??_R3T38_UDPTLPacket_primary_ifp_packet@@8 @26478 NONAME ??_R3TickleMonitor_PNotifier@H323Gatekeeper@@8 @26479 NONAME ??_R3TonePlay_PNotifier@OpalUSBDevice@@8 @30512 NONAME ??_R3TransmitEnded_PNotifier@OpalRFC2833@@8 @26480 NONAME ??_R3TransmitPacket_PNotifier@OpalRFC2833@@8 @26481 NONAME ??_R3Transmitter@@8 @26482 NONAME ??_R3UpdateAllDescriptors_PNotifier@H323PeerElement@@8 @26483 NONAME ??_R3VoipBlasterInterface@@8 @26485 NONAME ??_R3Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@8 @29799 NONAME ??_R3Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@8 @29800 NONAME ??_R3Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@8 @29801 NONAME ??_R3Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@8 @29802 NONAME ??_R3Worker@OpalPluginCodecFactory@@8 @29803 NONAME ??_R3WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@8 @30513 NONAME ??_R3WorkerBase@?$PFactory@VH323Capability@@VPString@@@@8 @29468 NONAME ??_R3WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@8 @29804 NONAME ??_R3WorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@8 @30514 NONAME ??_R3WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @29469 NONAME ??_R3WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @29470 NONAME ??_R3WorkerBase@?$PFactory@VPWAVFileConverter@@I@@8 @29672 NONAME ??_R3X224@@8 @26486 NONAME ??_R3X880_Code@@8 @26487 NONAME ??_R3X880_GeneralProblem@@8 @26488 NONAME ??_R3X880_Invoke@@8 @26489 NONAME ??_R3X880_InvokeId@@8 @26490 NONAME ??_R3X880_InvokeProblem@@8 @26491 NONAME ??_R3X880_Reject@@8 @26492 NONAME ??_R3X880_RejectProblem@@8 @26493 NONAME ??_R3X880_Reject_problem@@8 @26494 NONAME ??_R3X880_ReturnError@@8 @26495 NONAME ??_R3X880_ReturnErrorProblem@@8 @26496 NONAME ??_R3X880_ReturnResult@@8 @26497 NONAME ??_R3X880_ReturnResultProblem@@8 @26498 NONAME ??_R3X880_ReturnResult_result@@8 @26499 NONAME ??_R3X880_ROS@@8 @26500 NONAME ??_R4?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@6B@ @26501 NONAME ??_R4?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@6B@ @26502 NONAME ??_R4?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@6B@ @26503 NONAME ??_R4?$H235_HASHED@VH235_EncodedGeneralToken@@@@6B@ @26504 NONAME ??_R4?$H235_HASHED@VH235_EncodedPwdCertToken@@@@6B@ @26505 NONAME ??_R4?$H235_SIGNED@VH225_EncodedFastStartToken@@@@6B@ @26506 NONAME ??_R4?$H235_SIGNED@VH235_EncodedGeneralToken@@@@6B@ @26507 NONAME ??_R4?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@6B@ @26508 NONAME ??_R4?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@6B@ @26509 NONAME ??_R4?$H235_SIGNED@VH235_EncodedReturnSig@@@@6B@ @26510 NONAME ??_R4?$PArray@V?$PList@VH323Capability@@@@@@6B@ @26511 NONAME ??_R4?$PArray@VH323SimultaneousCapabilities@@@@6B@ @26512 NONAME ??_R4?$PArray@VH323TransportAddress@@@@6B@ @26513 NONAME ??_R4?$PArray@VReceiverReport@RTP_Session@@@@6B@ @26514 NONAME ??_R4?$PArray@VSourceDescription@RTP_Session@@@@6B@ @26515 NONAME ??_R4?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@6B@ @26516 NONAME ??_R4?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@6B@ @26517 NONAME ??_R4?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@6B@ @26518 NONAME ??_R4?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@6B@ @26519 NONAME ??_R4?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@6B@ @26520 NONAME ??_R4?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@6B@ @26521 NONAME ??_R4?$PDictionary@VPString@@VH323Connection@@@@6B@ @26522 NONAME ??_R4?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@6B@ @26523 NONAME ??_R4?$PDictionary@VPString@@VPOrdinalKey@@@@6B@ @26524 NONAME ??_R4?$PFactory@VH235Authenticator@@VPString@@@@6B@ @30515 NONAME ??_R4?$PFactory@VH323Capability@@VPString@@@@6B@ @29471 NONAME ??_R4?$PFactory@VH323StaticPluginCodec@@VPString@@@@6B@ @29472 NONAME ??_R4?$PFactory@VOpalFactoryCodec@@VPString@@@@6B@ @29805 NONAME ??_R4?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@6B@ @30516 NONAME ??_R4?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @29473 NONAME ??_R4?$PFactory@VPWAVFileConverter@@I@@6B@ @29673 NONAME ??_R4?$PList@VH245_GenericParameter@@@@6B@ @30517 NONAME ??_R4?$PList@VH323Capability@@@@6B@ @26525 NONAME ??_R4?$PList@VH323Channel@@@@6B@ @26526 NONAME ??_R4?$PList@VH323GatekeeperListener@@@@6B@ @26527 NONAME ??_R4?$PList@VH323Listener@@@@6B@ @26528 NONAME ??_R4?$PList@VH323Transactor@@@@6B@ @26529 NONAME ??_R4?$PList@VH450xHandler@@@@6B@ @26530 NONAME ??_R4?$PList@VOpalMediaFormat@@@@6B@ @26532 NONAME ??_R4?$PList@VPBYTEArray@@@@6B@ @26533 NONAME ??_R4?$POrdinalDictionary@VPString@@@@6B@ @26534 NONAME ??_R4?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@6B@ @26535 NONAME ??_R4?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@6B@ @26536 NONAME ??_R4?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@6B@ @26537 NONAME ??_R4?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@6B@ @26538 NONAME ??_R4?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@6B@ @26539 NONAME ??_R4?$PSafePtr@VH323GatekeeperCall@@@@6B@ @26540 NONAME ??_R4?$PSafePtr@VH323PeerElementDescriptor@@@@6B@ @26541 NONAME ??_R4?$PSafePtr@VH323PeerElementServiceRelationship@@@@6B@ @26542 NONAME ??_R4?$PSafePtr@VH323RegisteredEndPoint@@@@6B@ @26543 NONAME ??_R4?$PSafeSortedList@VH323GatekeeperCall@@@@6B@ @26544 NONAME ??_R4?$PSafeSortedList@VH323PeerElementDescriptor@@@@6B@ @26545 NONAME ??_R4?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@6B@ @26546 NONAME ??_R4?$PSet@VPOrdinalKey@@@@6B@ @26547 NONAME ??_R4?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@6B@ @26548 NONAME ??_R4?$PSortedList@VH225_AliasAddress@@@@6B@ @26549 NONAME ??_R4?$PSortedList@VH323GatekeeperCall@@@@6B@ @26550 NONAME ??_R4?$PSortedList@VH323PeerElementDescriptor@@@@6B@ @26551 NONAME ??_R4?$PSortedList@VH323PeerElementServiceRelationship@@@@6B@ @26552 NONAME ??_R4?$PSortedList@VResponse@H323Transactor@@@@6B@ @26553 NONAME ??_R4?$PSortedList@VSRVRecord@PDNS@@@@6B@ @30518 NONAME ??_R4?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @30519 NONAME ??_R4?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @30520 NONAME ??_R4?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @30521 NONAME ??_R4?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@6B@ @29474 NONAME ??_R4?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @29475 NONAME ??_R4?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @29476 NONAME ??_R4?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @29477 NONAME ??_R4?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @29478 NONAME ??_R4?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @29479 NONAME ??_R4?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @29480 NONAME ??_R4?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @29481 NONAME ??_R4?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @29482 NONAME ??_R4?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @29483 NONAME ??_R4?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @29484 NONAME ??_R4?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @29485 NONAME ??_R4?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @29486 NONAME ??_R4?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @29487 NONAME ??_R4?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @29488 NONAME ??_R4?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @29489 NONAME ??_R4?$Worker@VHIDPluginDeviceManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@6B@ @30522 NONAME ??_R4?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @29490 NONAME ??_R4?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @29491 NONAME ??_R4?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @29492 NONAME ??_R4?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @29493 NONAME ??_R4?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @29494 NONAME ??_R4?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @29495 NONAME ??_R4?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @29496 NONAME ??_R4?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @29497 NONAME ??_R4?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @29498 NONAME ??_R4?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @29499 NONAME ??_R4?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @29500 NONAME ??_R4?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @29501 NONAME ??_R4?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @29502 NONAME ??_R4?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @29503 NONAME ??_R4?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @29504 NONAME ??_R4?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @29505 NONAME ??_R4?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@6B@ @30523 NONAME ??_R4?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@6B@ @29674 NONAME ??_R4?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@6B@ @29675 NONAME ??_R4AliasKey@H323PeerElement@@6B@ @26554 NONAME ??_R4AlternateInfo@H323Gatekeeper@@6B@ @26555 NONAME ??_R4ByteQueue@OpalVoipBlasterDevice@@6B@ @26556 NONAME ??_R4Encoder@@6B@ @30524 NONAME ??_R4Entry@RTP_JitterBuffer@@6B@ @26557 NONAME ??_R4FilterInfo@H323Codec@@6B@ @26559 NONAME ??_R4FullP64Decoder@@6B@ @26560 NONAME ??_R4G7231_File_Capability@@6B@ @26561 NONAME ??_R4G7231_File_Codec@@6B@ @26562 NONAME ??_R4GCC_AlternativeNodeID@@6B@ @26563 NONAME ??_R4GCC_ApplicationInvokeIndication@@6B@ @26564 NONAME ??_R4GCC_ApplicationInvokeSpecifier@@6B@ @26565 NONAME ??_R4GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@6B@ @26566 NONAME ??_R4GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@6B@ @26567 NONAME ??_R4GCC_ApplicationRecord@@6B@ @26568 NONAME ??_R4GCC_ApplicationRecord_nonCollapsingCapabilities@@6B@ @26569 NONAME ??_R4GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@6B@ @26570 NONAME ??_R4GCC_ArrayOf_ApplicationInvokeSpecifier@@6B@ @26571 NONAME ??_R4GCC_ArrayOf_ChallengeItem@@6B@ @26572 NONAME ??_R4GCC_ArrayOf_ConferenceDescriptor@@6B@ @26573 NONAME ??_R4GCC_ArrayOf_Privilege@@6B@ @26574 NONAME ??_R4GCC_ArrayOf_TextString@@6B@ @26575 NONAME ??_R4GCC_ArrayOf_UserID@@6B@ @26576 NONAME ??_R4GCC_AsymmetryIndicator@@6B@ @26577 NONAME ??_R4GCC_CapabilityClass@@6B@ @26578 NONAME ??_R4GCC_CapabilityID@@6B@ @26579 NONAME ??_R4GCC_ChallengeItem@@6B@ @26580 NONAME ??_R4GCC_ChallengeRequest@@6B@ @26581 NONAME ??_R4GCC_ChallengeResponse@@6B@ @26582 NONAME ??_R4GCC_ChallengeResponseAlgorithm@@6B@ @26583 NONAME ??_R4GCC_ChallengeResponseItem@@6B@ @26584 NONAME ??_R4GCC_ChannelID@@6B@ @26585 NONAME ??_R4GCC_ChannelType@@6B@ @26586 NONAME ??_R4GCC_ConductorAssignIndication@@6B@ @26587 NONAME ??_R4GCC_ConductorPermissionAskIndication@@6B@ @26588 NONAME ??_R4GCC_ConductorPermissionGrantIndication@@6B@ @26589 NONAME ??_R4GCC_ConductorReleaseIndication@@6B@ @26590 NONAME ??_R4GCC_ConferenceAddRequest@@6B@ @26591 NONAME ??_R4GCC_ConferenceAddResponse@@6B@ @26592 NONAME ??_R4GCC_ConferenceAddResponse_result@@6B@ @26593 NONAME ??_R4GCC_ConferenceAssistanceIndication@@6B@ @26594 NONAME ??_R4GCC_ConferenceCreateRequest@@6B@ @26595 NONAME ??_R4GCC_ConferenceCreateResponse@@6B@ @26596 NONAME ??_R4GCC_ConferenceCreateResponse_result@@6B@ @26597 NONAME ??_R4GCC_ConferenceDescriptor@@6B@ @26598 NONAME ??_R4GCC_ConferenceEjectUserIndication@@6B@ @26599 NONAME ??_R4GCC_ConferenceEjectUserIndication_reason@@6B@ @26600 NONAME ??_R4GCC_ConferenceEjectUserRequest@@6B@ @26601 NONAME ??_R4GCC_ConferenceEjectUserRequest_reason@@6B@ @26602 NONAME ??_R4GCC_ConferenceEjectUserResponse@@6B@ @26603 NONAME ??_R4GCC_ConferenceEjectUserResponse_result@@6B@ @26604 NONAME ??_R4GCC_ConferenceInviteRequest@@6B@ @26605 NONAME ??_R4GCC_ConferenceInviteResponse@@6B@ @26606 NONAME ??_R4GCC_ConferenceInviteResponse_result@@6B@ @26607 NONAME ??_R4GCC_ConferenceJoinRequest@@6B@ @26608 NONAME ??_R4GCC_ConferenceJoinResponse@@6B@ @26609 NONAME ??_R4GCC_ConferenceJoinResponse_result@@6B@ @26610 NONAME ??_R4GCC_ConferenceLockIndication@@6B@ @26611 NONAME ??_R4GCC_ConferenceLockRequest@@6B@ @26612 NONAME ??_R4GCC_ConferenceLockResponse@@6B@ @26613 NONAME ??_R4GCC_ConferenceLockResponse_result@@6B@ @26614 NONAME ??_R4GCC_ConferenceName@@6B@ @26615 NONAME ??_R4GCC_ConferenceNameModifier@@6B@ @26616 NONAME ??_R4GCC_ConferenceNameSelector@@6B@ @26617 NONAME ??_R4GCC_ConferencePriority@@6B@ @26618 NONAME ??_R4GCC_ConferencePriorityScheme@@6B@ @26619 NONAME ??_R4GCC_ConferenceQueryRequest@@6B@ @26620 NONAME ??_R4GCC_ConferenceQueryResponse@@6B@ @26621 NONAME ??_R4GCC_ConferenceQueryResponse_result@@6B@ @26622 NONAME ??_R4GCC_ConferenceTerminateIndication@@6B@ @26623 NONAME ??_R4GCC_ConferenceTerminateIndication_reason@@6B@ @26624 NONAME ??_R4GCC_ConferenceTerminateRequest@@6B@ @26625 NONAME ??_R4GCC_ConferenceTerminateRequest_reason@@6B@ @26626 NONAME ??_R4GCC_ConferenceTerminateResponse@@6B@ @26627 NONAME ??_R4GCC_ConferenceTerminateResponse_result@@6B@ @26628 NONAME ??_R4GCC_ConferenceTimeExtendIndication@@6B@ @26629 NONAME ??_R4GCC_ConferenceTimeInquireIndication@@6B@ @26630 NONAME ??_R4GCC_ConferenceTimeRemainingIndication@@6B@ @26631 NONAME ??_R4GCC_ConferenceTransferIndication@@6B@ @26632 NONAME ??_R4GCC_ConferenceTransferRequest@@6B@ @26633 NONAME ??_R4GCC_ConferenceTransferResponse@@6B@ @26634 NONAME ??_R4GCC_ConferenceTransferResponse_result@@6B@ @26635 NONAME ??_R4GCC_ConferenceUnlockIndication@@6B@ @26636 NONAME ??_R4GCC_ConferenceUnlockRequest@@6B@ @26637 NONAME ??_R4GCC_ConferenceUnlockResponse@@6B@ @26638 NONAME ??_R4GCC_ConferenceUnlockResponse_result@@6B@ @26639 NONAME ??_R4GCC_ConnectData@@6B@ @26640 NONAME ??_R4GCC_ConnectGCCPDU@@6B@ @26641 NONAME ??_R4GCC_DialingString@@6B@ @26642 NONAME ??_R4GCC_DynamicChannelID@@6B@ @26643 NONAME ??_R4GCC_DynamicTokenID@@6B@ @26644 NONAME ??_R4GCC_EntityID@@6B@ @26645 NONAME ??_R4GCC_ExtraDialingString@@6B@ @26646 NONAME ??_R4GCC_FunctionNotSupportedResponse@@6B@ @26647 NONAME ??_R4GCC_GCCPDU@@6B@ @26648 NONAME ??_R4GCC_H221NonStandardIdentifier@@6B@ @26649 NONAME ??_R4GCC_Handle@@6B@ @26650 NONAME ??_R4GCC_IndicationPDU@@6B@ @26651 NONAME ??_R4GCC_Key@@6B@ @26652 NONAME ??_R4GCC_NetworkAddress@@6B@ @26653 NONAME ??_R4GCC_NetworkAddress_subtype@@6B@ @26654 NONAME ??_R4GCC_NetworkAddress_subtype_aggregatedChannel@@6B@ @26655 NONAME ??_R4GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@6B@ @26656 NONAME ??_R4GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@6B@ @26657 NONAME ??_R4GCC_NetworkAddress_subtype_transportConnection@@6B@ @26658 NONAME ??_R4GCC_NodeProperties@@6B@ @26659 NONAME ??_R4GCC_NodeRecord@@6B@ @26660 NONAME ??_R4GCC_NodeType@@6B@ @26661 NONAME ??_R4GCC_NonStandardParameter@@6B@ @26662 NONAME ??_R4GCC_NonStandardPDU@@6B@ @26663 NONAME ??_R4GCC_Password@@6B@ @26664 NONAME ??_R4GCC_PasswordChallengeRequestResponse@@6B@ @26665 NONAME ??_R4GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@6B@ @26666 NONAME ??_R4GCC_PasswordSelector@@6B@ @26667 NONAME ??_R4GCC_Privilege@@6B@ @26668 NONAME ??_R4GCC_RegistryAllocateHandleRequest@@6B@ @26669 NONAME ??_R4GCC_RegistryAllocateHandleResponse@@6B@ @26670 NONAME ??_R4GCC_RegistryAllocateHandleResponse_result@@6B@ @26671 NONAME ??_R4GCC_RegistryAssignTokenRequest@@6B@ @26672 NONAME ??_R4GCC_RegistryDeleteEntryRequest@@6B@ @26673 NONAME ??_R4GCC_RegistryEntryOwner@@6B@ @26674 NONAME ??_R4GCC_RegistryEntryOwner_owned@@6B@ @26675 NONAME ??_R4GCC_RegistryItem@@6B@ @26676 NONAME ??_R4GCC_RegistryKey@@6B@ @26677 NONAME ??_R4GCC_RegistryModificationRights@@6B@ @26678 NONAME ??_R4GCC_RegistryMonitorEntryIndication@@6B@ @26679 NONAME ??_R4GCC_RegistryMonitorEntryRequest@@6B@ @26680 NONAME ??_R4GCC_RegistryRegisterChannelRequest@@6B@ @26681 NONAME ??_R4GCC_RegistryResponse@@6B@ @26682 NONAME ??_R4GCC_RegistryResponse_primitiveType@@6B@ @26683 NONAME ??_R4GCC_RegistryResponse_result@@6B@ @26684 NONAME ??_R4GCC_RegistryRetrieveEntryRequest@@6B@ @26685 NONAME ??_R4GCC_RegistrySetParameterRequest@@6B@ @26686 NONAME ??_R4GCC_RequestPDU@@6B@ @26687 NONAME ??_R4GCC_ResponsePDU@@6B@ @26688 NONAME ??_R4GCC_RosterUpdateIndication@@6B@ @26689 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation@@6B@ @26690 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype@@6B@ @26691 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@6B@ @26692 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@6B@ @26693 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@6B@ @26694 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@6B@ @26695 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@6B@ @26696 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@6B@ @26697 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@6B@ @26698 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@6B@ @26699 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@6B@ @26700 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation@@6B@ @26701 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@6B@ @26702 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@6B@ @26703 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@6B@ @26704 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@6B@ @26705 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@6B@ @26706 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@6B@ @26707 NONAME ??_R4GCC_SessionKey@@6B@ @26708 NONAME ??_R4GCC_SimpleNumericString@@6B@ @26709 NONAME ??_R4GCC_SimpleTextString@@6B@ @26710 NONAME ??_R4GCC_StaticChannelID@@6B@ @26711 NONAME ??_R4GCC_StaticTokenID@@6B@ @26712 NONAME ??_R4GCC_SubAddressString@@6B@ @26713 NONAME ??_R4GCC_TerminationMethod@@6B@ @26714 NONAME ??_R4GCC_TextMessageIndication@@6B@ @26715 NONAME ??_R4GCC_TextString@@6B@ @26716 NONAME ??_R4GCC_Time@@6B@ @26717 NONAME ??_R4GCC_TokenID@@6B@ @26718 NONAME ??_R4GCC_UserData@@6B@ @26719 NONAME ??_R4GCC_UserData_subtype@@6B@ @26720 NONAME ??_R4GCC_UserID@@6B@ @26721 NONAME ??_R4GCC_UserIDIndication@@6B@ @26722 NONAME ??_R4H225CallThread@@6B@ @26723 NONAME ??_R4H225TransportThread@@6B@ @26724 NONAME ??_R4H225_AddressPattern@@6B@ @26725 NONAME ??_R4H225_AddressPattern_range@@6B@ @26726 NONAME ??_R4H225_AdmissionConfirm@@6B@ @26727 NONAME ??_R4H225_AdmissionConfirm_language@@6B@ @26728 NONAME ??_R4H225_AdmissionReject@@6B@ @26729 NONAME ??_R4H225_AdmissionRejectReason@@6B@ @26730 NONAME ??_R4H225_AdmissionRequest@@6B@ @26731 NONAME ??_R4H225_Alerting_UUIE@@6B@ @26732 NONAME ??_R4H225_AliasAddress@@6B@ @26733 NONAME ??_R4H225_AlternateGK@@6B@ @26734 NONAME ??_R4H225_AlternateTransportAddresses@@6B@ @26735 NONAME ??_R4H225_AltGKInfo@@6B@ @26736 NONAME ??_R4H225_ANSI_41_UIM@@6B@ @26737 NONAME ??_R4H225_ANSI_41_UIM_system_id@@6B@ @26738 NONAME ??_R4H225_ArrayOf_AddressPattern@@6B@ @26739 NONAME ??_R4H225_ArrayOf_AdmissionConfirm@@6B@ @26740 NONAME ??_R4H225_ArrayOf_AliasAddress@@6B@ @26741 NONAME ??_R4H225_ArrayOf_AlternateGK@@6B@ @26742 NONAME ??_R4H225_ArrayOf_AuthenticationMechanism@@6B@ @26743 NONAME ??_R4H225_ArrayOf_BandwidthDetails@@6B@ @26744 NONAME ??_R4H225_ArrayOf_CallReferenceValue@@6B@ @26745 NONAME ??_R4H225_ArrayOf_CallsAvailable@@6B@ @26746 NONAME ??_R4H225_ArrayOf_ClearToken@@6B@ @26747 NONAME ??_R4H225_ArrayOf_ConferenceIdentifier@@6B@ @26748 NONAME ??_R4H225_ArrayOf_ConferenceList@@6B@ @26749 NONAME ??_R4H225_ArrayOf_CryptoH323Token@@6B@ @26750 NONAME ??_R4H225_ArrayOf_DataRate@@6B@ @26751 NONAME ??_R4H225_ArrayOf_Endpoint@@6B@ @26752 NONAME ??_R4H225_ArrayOf_EnumeratedParameter@@6B@ @26753 NONAME ??_R4H225_ArrayOf_ExtendedAliasAddress@@6B@ @26754 NONAME ??_R4H225_ArrayOf_FeatureDescriptor@@6B@ @26755 NONAME ??_R4H225_ArrayOf_GenericData@@6B@ @26756 NONAME ??_R4H225_ArrayOf_H245Security@@6B@ @26757 NONAME ??_R4H225_ArrayOf_H248PackagesDescriptor@@6B@ @26758 NONAME ??_R4H225_ArrayOf_IntegrityMechanism@@6B@ @26759 NONAME ??_R4H225_ArrayOf_NonStandardParameter@@6B@ @26760 NONAME ??_R4H225_ArrayOf_PartyNumber@@6B@ @26761 NONAME ??_R4H225_ArrayOf_PASN_ObjectId@@6B@ @26762 NONAME ??_R4H225_ArrayOf_PASN_OctetString@@6B@ @26763 NONAME ??_R4H225_ArrayOf_RasUsageSpecification@@6B@ @26764 NONAME ??_R4H225_ArrayOf_RTPSession@@6B@ @26765 NONAME ??_R4H225_ArrayOf_ServiceControlSession@@6B@ @26766 NONAME ??_R4H225_ArrayOf_SupportedPrefix@@6B@ @26767 NONAME ??_R4H225_ArrayOf_SupportedProtocols@@6B@ @26768 NONAME ??_R4H225_ArrayOf_TransportAddress@@6B@ @26769 NONAME ??_R4H225_ArrayOf_TransportChannelInfo@@6B@ @26770 NONAME ??_R4H225_ArrayOf_TunnelledProtocol@@6B@ @26771 NONAME ??_R4H225_BandRejectReason@@6B@ @26772 NONAME ??_R4H225_BandWidth@@6B@ @26773 NONAME ??_R4H225_BandwidthConfirm@@6B@ @26774 NONAME ??_R4H225_BandwidthDetails@@6B@ @26775 NONAME ??_R4H225_BandwidthReject@@6B@ @26776 NONAME ??_R4H225_BandwidthRequest@@6B@ @26777 NONAME ??_R4H225_CallCapacity@@6B@ @26778 NONAME ??_R4H225_CallCapacityInfo@@6B@ @26779 NONAME ??_R4H225_CallCreditCapability@@6B@ @26780 NONAME ??_R4H225_CallCreditServiceControl@@6B@ @26781 NONAME ??_R4H225_CallCreditServiceControl_billingMode@@6B@ @26782 NONAME ??_R4H225_CallCreditServiceControl_callStartingPoint@@6B@ @26783 NONAME ??_R4H225_CallIdentifier@@6B@ @26784 NONAME ??_R4H225_CallLinkage@@6B@ @26785 NONAME ??_R4H225_CallModel@@6B@ @26786 NONAME ??_R4H225_CallProceeding_UUIE@@6B@ @26787 NONAME ??_R4H225_CallReferenceValue@@6B@ @26788 NONAME ??_R4H225_CallsAvailable@@6B@ @26789 NONAME ??_R4H225_CallTerminationCause@@6B@ @26790 NONAME ??_R4H225_CallType@@6B@ @26791 NONAME ??_R4H225_CapacityReportingCapability@@6B@ @26792 NONAME ??_R4H225_CapacityReportingSpecification@@6B@ @26793 NONAME ??_R4H225_CapacityReportingSpecification_when@@6B@ @26794 NONAME ??_R4H225_CarrierInfo@@6B@ @26795 NONAME ??_R4H225_CicInfo@@6B@ @26796 NONAME ??_R4H225_CicInfo_cic@@6B@ @26797 NONAME ??_R4H225_CircuitIdentifier@@6B@ @26798 NONAME ??_R4H225_CircuitInfo@@6B@ @26799 NONAME ??_R4H225_ConferenceIdentifier@@6B@ @26800 NONAME ??_R4H225_ConferenceList@@6B@ @26801 NONAME ??_R4H225_Connect_UUIE@@6B@ @26802 NONAME ??_R4H225_Connect_UUIE_language@@6B@ @26803 NONAME ??_R4H225_Content@@6B@ @26804 NONAME ??_R4H225_CryptoH323Token@@6B@ @26805 NONAME ??_R4H225_CryptoH323Token_cryptoEPPwdHash@@6B@ @26806 NONAME ??_R4H225_CryptoH323Token_cryptoGKPwdHash@@6B@ @26807 NONAME ??_R4H225_DataRate@@6B@ @26808 NONAME ??_R4H225_DisengageConfirm@@6B@ @26809 NONAME ??_R4H225_DisengageReason@@6B@ @26810 NONAME ??_R4H225_DisengageReject@@6B@ @26811 NONAME ??_R4H225_DisengageRejectReason@@6B@ @26812 NONAME ??_R4H225_DisengageRequest@@6B@ @26813 NONAME ??_R4H225_EncodedFastStartToken@@6B@ @26814 NONAME ??_R4H225_EncryptIntAlg@@6B@ @26815 NONAME ??_R4H225_Endpoint@@6B@ @26816 NONAME ??_R4H225_EndpointIdentifier@@6B@ @26817 NONAME ??_R4H225_EndpointType@@6B@ @26818 NONAME ??_R4H225_EnumeratedParameter@@6B@ @26819 NONAME ??_R4H225_ExtendedAliasAddress@@6B@ @26820 NONAME ??_R4H225_FacilityReason@@6B@ @26821 NONAME ??_R4H225_Facility_UUIE@@6B@ @26822 NONAME ??_R4H225_FastStartToken@@6B@ @26823 NONAME ??_R4H225_FeatureDescriptor@@6B@ @26824 NONAME ??_R4H225_FeatureSet@@6B@ @26825 NONAME ??_R4H225_GatekeeperConfirm@@6B@ @26826 NONAME ??_R4H225_GatekeeperIdentifier@@6B@ @26827 NONAME ??_R4H225_GatekeeperInfo@@6B@ @26828 NONAME ??_R4H225_GatekeeperReject@@6B@ @26829 NONAME ??_R4H225_GatekeeperRejectReason@@6B@ @26830 NONAME ??_R4H225_GatekeeperRequest@@6B@ @26831 NONAME ??_R4H225_GatewayInfo@@6B@ @26832 NONAME ??_R4H225_GenericData@@6B@ @26833 NONAME ??_R4H225_GenericIdentifier@@6B@ @26834 NONAME ??_R4H225_GloballyUniqueID@@6B@ @26835 NONAME ??_R4H225_GroupID@@6B@ @26836 NONAME ??_R4H225_GroupID_member@@6B@ @26837 NONAME ??_R4H225_GSM_UIM@@6B@ @26838 NONAME ??_R4H225_H221NonStandard@@6B@ @26839 NONAME ??_R4H225_H245Security@@6B@ @26840 NONAME ??_R4H225_H248PackagesDescriptor@@6B@ @26841 NONAME ??_R4H225_H248SignalsDescriptor@@6B@ @26842 NONAME ??_R4H225_H310Caps@@6B@ @26843 NONAME ??_R4H225_H320Caps@@6B@ @26844 NONAME ??_R4H225_H321Caps@@6B@ @26845 NONAME ??_R4H225_H322Caps@@6B@ @26846 NONAME ??_R4H225_H323Caps@@6B@ @26847 NONAME ??_R4H225_H323_UserInformation@@6B@ @26848 NONAME ??_R4H225_H323_UserInformation_user_data@@6B@ @26849 NONAME ??_R4H225_H323_UU_PDU@@6B@ @26850 NONAME ??_R4H225_H323_UU_PDU_h323_message_body@@6B@ @26851 NONAME ??_R4H225_H323_UU_PDU_tunnelledSignallingMessage@@6B@ @26852 NONAME ??_R4H225_H324Caps@@6B@ @26853 NONAME ??_R4H225_ICV@@6B@ @26854 NONAME ??_R4H225_InfoRequest@@6B@ @26855 NONAME ??_R4H225_InfoRequestAck@@6B@ @26856 NONAME ??_R4H225_InfoRequestNak@@6B@ @26857 NONAME ??_R4H225_InfoRequestNakReason@@6B@ @26858 NONAME ??_R4H225_InfoRequestResponse@@6B@ @26859 NONAME ??_R4H225_InfoRequestResponseStatus@@6B@ @26860 NONAME ??_R4H225_InfoRequestResponse_perCallInfo@@6B@ @26861 NONAME ??_R4H225_InfoRequestResponse_perCallInfo_subtype@@6B@ @26862 NONAME ??_R4H225_InfoRequestResponse_perCallInfo_subtype_pdu@@6B@ @26863 NONAME ??_R4H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@6B@ @26864 NONAME ??_R4H225_Information_UUIE@@6B@ @26865 NONAME ??_R4H225_IntegrityMechanism@@6B@ @26866 NONAME ??_R4H225_LocationConfirm@@6B@ @26867 NONAME ??_R4H225_LocationReject@@6B@ @26868 NONAME ??_R4H225_LocationRejectReason@@6B@ @26869 NONAME ??_R4H225_LocationRequest@@6B@ @26870 NONAME ??_R4H225_McuInfo@@6B@ @26871 NONAME ??_R4H225_MobileUIM@@6B@ @26872 NONAME ??_R4H225_NonIsoIntegrityMechanism@@6B@ @26873 NONAME ??_R4H225_NonStandardIdentifier@@6B@ @26874 NONAME ??_R4H225_NonStandardMessage@@6B@ @26875 NONAME ??_R4H225_NonStandardParameter@@6B@ @26876 NONAME ??_R4H225_NonStandardProtocol@@6B@ @26877 NONAME ??_R4H225_Notify_UUIE@@6B@ @26878 NONAME ??_R4H225_NumberDigits@@6B@ @26879 NONAME ??_R4H225_PartyNumber@@6B@ @26880 NONAME ??_R4H225_PresentationIndicator@@6B@ @26881 NONAME ??_R4H225_PrivatePartyNumber@@6B@ @26882 NONAME ??_R4H225_PrivateTypeOfNumber@@6B@ @26883 NONAME ??_R4H225_Progress_UUIE@@6B@ @26884 NONAME ??_R4H225_ProtocolIdentifier@@6B@ @26885 NONAME ??_R4H225_PublicPartyNumber@@6B@ @26886 NONAME ??_R4H225_PublicTypeOfNumber@@6B@ @26887 NONAME ??_R4H225_Q954Details@@6B@ @26888 NONAME ??_R4H225_QseriesOptions@@6B@ @26889 NONAME ??_R4H225_RAS@@6B@ @26890 NONAME ??_R4H225_RasMessage@@6B@ @26891 NONAME ??_R4H225_RasUsageInformation@@6B@ @26892 NONAME ??_R4H225_RasUsageInfoTypes@@6B@ @26893 NONAME ??_R4H225_RasUsageSpecification@@6B@ @26894 NONAME ??_R4H225_RasUsageSpecification_callStartingPoint@@6B@ @26895 NONAME ??_R4H225_RasUsageSpecification_when@@6B@ @26896 NONAME ??_R4H225_RegistrationConfirm@@6B@ @26897 NONAME ??_R4H225_RegistrationConfirm_preGrantedARQ@@6B@ @26898 NONAME ??_R4H225_RegistrationReject@@6B@ @26899 NONAME ??_R4H225_RegistrationRejectReason@@6B@ @26900 NONAME ??_R4H225_RegistrationRejectReason_invalidTerminalAliases@@6B@ @26901 NONAME ??_R4H225_RegistrationRequest@@6B@ @26902 NONAME ??_R4H225_ReleaseCompleteReason@@6B@ @26903 NONAME ??_R4H225_ReleaseComplete_UUIE@@6B@ @26904 NONAME ??_R4H225_RequestInProgress@@6B@ @26905 NONAME ??_R4H225_RequestSeqNum@@6B@ @26906 NONAME ??_R4H225_ResourcesAvailableConfirm@@6B@ @26907 NONAME ??_R4H225_ResourcesAvailableIndicate@@6B@ @26908 NONAME ??_R4H225_RTPSession@@6B@ @26909 NONAME ??_R4H225_RTPSession_associatedSessionIds@@6B@ @26910 NONAME ??_R4H225_ScnConnectionAggregation@@6B@ @26911 NONAME ??_R4H225_ScnConnectionType@@6B@ @26912 NONAME ??_R4H225_ScreeningIndicator@@6B@ @26913 NONAME ??_R4H225_SecurityCapabilities@@6B@ @26914 NONAME ??_R4H225_SecurityErrors2@@6B@ @26915 NONAME ??_R4H225_SecurityErrors@@6B@ @26916 NONAME ??_R4H225_SecurityServiceMode@@6B@ @26917 NONAME ??_R4H225_ServiceControlDescriptor@@6B@ @26918 NONAME ??_R4H225_ServiceControlIndication@@6B@ @26919 NONAME ??_R4H225_ServiceControlIndication_callSpecific@@6B@ @26920 NONAME ??_R4H225_ServiceControlResponse@@6B@ @26921 NONAME ??_R4H225_ServiceControlResponse_result@@6B@ @26922 NONAME ??_R4H225_ServiceControlSession@@6B@ @26923 NONAME ??_R4H225_ServiceControlSession_reason@@6B@ @26924 NONAME ??_R4H225_SetupAcknowledge_UUIE@@6B@ @26925 NONAME ??_R4H225_Setup_UUIE@@6B@ @26926 NONAME ??_R4H225_Setup_UUIE_conferenceGoal@@6B@ @26927 NONAME ??_R4H225_Setup_UUIE_connectionParameters@@6B@ @26928 NONAME ??_R4H225_Setup_UUIE_language@@6B@ @26929 NONAME ??_R4H225_SIPCaps@@6B@ @26930 NONAME ??_R4H225_StatusInquiry_UUIE@@6B@ @26931 NONAME ??_R4H225_Status_UUIE@@6B@ @26932 NONAME ??_R4H225_StimulusControl@@6B@ @26933 NONAME ??_R4H225_SupportedPrefix@@6B@ @26934 NONAME ??_R4H225_SupportedProtocols@@6B@ @26935 NONAME ??_R4H225_T120OnlyCaps@@6B@ @26936 NONAME ??_R4H225_T38FaxAnnexbOnlyCaps@@6B@ @26937 NONAME ??_R4H225_TBCD_STRING@@6B@ @26938 NONAME ??_R4H225_TerminalInfo@@6B@ @26939 NONAME ??_R4H225_TimeToLive@@6B@ @26940 NONAME ??_R4H225_TransportAddress@@6B@ @26941 NONAME ??_R4H225_TransportAddress_ip6Address@@6B@ @26942 NONAME ??_R4H225_TransportAddress_ipAddress@@6B@ @26943 NONAME ??_R4H225_TransportAddress_ipSourceRoute@@6B@ @26944 NONAME ??_R4H225_TransportAddress_ipSourceRoute_route@@6B@ @26945 NONAME ??_R4H225_TransportAddress_ipSourceRoute_routing@@6B@ @26946 NONAME ??_R4H225_TransportAddress_ipxAddress@@6B@ @26947 NONAME ??_R4H225_TransportChannelInfo@@6B@ @26948 NONAME ??_R4H225_TransportQOS@@6B@ @26949 NONAME ??_R4H225_TunnelledProtocol@@6B@ @26950 NONAME ??_R4H225_TunnelledProtocolAlternateIdentifier@@6B@ @26951 NONAME ??_R4H225_TunnelledProtocol_id@@6B@ @26952 NONAME ??_R4H225_UnknownMessageResponse@@6B@ @26953 NONAME ??_R4H225_UnregistrationConfirm@@6B@ @26954 NONAME ??_R4H225_UnregistrationReject@@6B@ @26955 NONAME ??_R4H225_UnregistrationRequest@@6B@ @26956 NONAME ??_R4H225_UnregRejectReason@@6B@ @26957 NONAME ??_R4H225_UnregRequestReason@@6B@ @26958 NONAME ??_R4H225_UseSpecifiedTransport@@6B@ @26959 NONAME ??_R4H225_UUIEsRequested@@6B@ @26960 NONAME ??_R4H225_VendorIdentifier@@6B@ @26961 NONAME ??_R4H225_VoiceCaps@@6B@ @26962 NONAME ??_R4H235AuthCAT@@6B@ @26963 NONAME ??_R4H235Authenticator@@6B@ @26964 NONAME ??_R4H235Authenticators@@6B@ @26965 NONAME ??_R4H235AuthProcedure1@@6B@ @26966 NONAME ??_R4H235AuthSimpleMD5@@6B@ @26967 NONAME ??_R4H235_AuthenticationBES@@6B@ @26968 NONAME ??_R4H235_AuthenticationMechanism@@6B@ @26969 NONAME ??_R4H235_ChallengeString@@6B@ @26970 NONAME ??_R4H235_ClearToken@@6B@ @26971 NONAME ??_R4H235_CryptoToken@@6B@ @26972 NONAME ??_R4H235_CryptoToken_cryptoEncryptedToken@@6B@ @26973 NONAME ??_R4H235_CryptoToken_cryptoHashedToken@@6B@ @26974 NONAME ??_R4H235_CryptoToken_cryptoSignedToken@@6B@ @26975 NONAME ??_R4H235_DHset@@6B@ @26976 NONAME ??_R4H235_ECGDSASignature@@6B@ @26977 NONAME ??_R4H235_ECKASDH@@6B@ @26978 NONAME ??_R4H235_ECKASDH_eckasdh2@@6B@ @26979 NONAME ??_R4H235_ECKASDH_eckasdhp@@6B@ @26980 NONAME ??_R4H235_ECpoint@@6B@ @26981 NONAME ??_R4H235_EncodedGeneralToken@@6B@ @26982 NONAME ??_R4H235_EncodedKeySignedMaterial@@6B@ @26983 NONAME ??_R4H235_EncodedKeySyncMaterial@@6B@ @26984 NONAME ??_R4H235_EncodedPwdCertToken@@6B@ @26985 NONAME ??_R4H235_EncodedReturnSig@@6B@ @26986 NONAME ??_R4H235_H235CertificateSignature@@6B@ @26987 NONAME ??_R4H235_H235Key@@6B@ @26988 NONAME ??_R4H235_Identifier@@6B@ @26989 NONAME ??_R4H235_IV16@@6B@ @26990 NONAME ??_R4H235_IV8@@6B@ @26991 NONAME ??_R4H235_KeyMaterial@@6B@ @26992 NONAME ??_R4H235_KeySignedMaterial@@6B@ @26993 NONAME ??_R4H235_KeySyncMaterial@@6B@ @26994 NONAME ??_R4H235_NonStandardParameter@@6B@ @26995 NONAME ??_R4H235_Params@@6B@ @26996 NONAME ??_R4H235_Password@@6B@ @26997 NONAME ??_R4H235_PwdCertToken@@6B@ @26998 NONAME ??_R4H235_RandomVal@@6B@ @26999 NONAME ??_R4H235_ReturnSig@@6B@ @27000 NONAME ??_R4H235_TimeStamp@@6B@ @27001 NONAME ??_R4H235_TypedCertificate@@6B@ @27002 NONAME ??_R4H235_V3KeySyncMaterial@@6B@ @27003 NONAME ??_R4H245NegLogicalChannel@@6B@ @27004 NONAME ??_R4H245NegLogicalChannels@@6B@ @27005 NONAME ??_R4H245NegMasterSlaveDetermination@@6B@ @27006 NONAME ??_R4H245Negotiator@@6B@ @27007 NONAME ??_R4H245NegRequestMode@@6B@ @27008 NONAME ??_R4H245NegRoundTripDelay@@6B@ @27009 NONAME ??_R4H245NegTerminalCapabilitySet@@6B@ @27010 NONAME ??_R4H245TransportThread@@6B@ @27011 NONAME ??_R4H245_AlternativeCapabilitySet@@6B@ @27012 NONAME ??_R4H245_ArrayOf_AlternativeCapabilitySet@@6B@ @27013 NONAME ??_R4H245_ArrayOf_BEnhancementParameters@@6B@ @27014 NONAME ??_R4H245_ArrayOf_CapabilityDescriptor@@6B@ @27015 NONAME ??_R4H245_ArrayOf_CapabilityDescriptorNumber@@6B@ @27016 NONAME ??_R4H245_ArrayOf_CapabilityTableEntry@@6B@ @27017 NONAME ??_R4H245_ArrayOf_CapabilityTableEntryNumber@@6B@ @27018 NONAME ??_R4H245_ArrayOf_CommunicationModeTableEntry@@6B@ @27019 NONAME ??_R4H245_ArrayOf_CustomPictureClockFrequency@@6B@ @27020 NONAME ??_R4H245_ArrayOf_CustomPictureFormat@@6B@ @27021 NONAME ??_R4H245_ArrayOf_DataApplicationCapability@@6B@ @27022 NONAME ??_R4H245_ArrayOf_DialingInformationNetworkType@@6B@ @27023 NONAME ??_R4H245_ArrayOf_DialingInformationNumber@@6B@ @27024 NONAME ??_R4H245_ArrayOf_EnhancementOptions@@6B@ @27025 NONAME ??_R4H245_ArrayOf_EscrowData@@6B@ @27026 NONAME ??_R4H245_ArrayOf_GenericCapability@@6B@ @30525 NONAME ??_R4H245_ArrayOf_GenericParameter@@6B@ @27027 NONAME ??_R4H245_ArrayOf_H263ModeComboFlags@@6B@ @27028 NONAME ??_R4H245_ArrayOf_H263VideoModeCombos@@6B@ @27029 NONAME ??_R4H245_ArrayOf_MediaChannelCapability@@6B@ @27030 NONAME ??_R4H245_ArrayOf_MediaDistributionCapability@@6B@ @27031 NONAME ??_R4H245_ArrayOf_ModeDescription@@6B@ @27032 NONAME ??_R4H245_ArrayOf_MultiplePayloadStreamElement@@6B@ @27033 NONAME ??_R4H245_ArrayOf_MultiplePayloadStreamElementMode@@6B@ @27034 NONAME ??_R4H245_ArrayOf_MultiplexElement@@6B@ @27035 NONAME ??_R4H245_ArrayOf_MultiplexEntryDescriptor@@6B@ @27036 NONAME ??_R4H245_ArrayOf_MultiplexEntryRejectionDescriptions@@6B@ @27037 NONAME ??_R4H245_ArrayOf_MultiplexTableEntryNumber@@6B@ @27038 NONAME ??_R4H245_ArrayOf_NonStandardParameter@@6B@ @27039 NONAME ??_R4H245_ArrayOf_ParameterIdentifier@@6B@ @27040 NONAME ??_R4H245_ArrayOf_PictureReference@@6B@ @27041 NONAME ??_R4H245_ArrayOf_Q2931Address@@6B@ @27042 NONAME ??_R4H245_ArrayOf_QOSCapability@@6B@ @27043 NONAME ??_R4H245_ArrayOf_RedundancyEncodingCapability@@6B@ @27044 NONAME ??_R4H245_ArrayOf_RedundancyEncodingDTModeElement@@6B@ @27045 NONAME ??_R4H245_ArrayOf_RedundancyEncodingElement@@6B@ @27046 NONAME ??_R4H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@6B@ @27047 NONAME ??_R4H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@6B@ @27048 NONAME ??_R4H245_ArrayOf_RTPPayloadType@@6B@ @27049 NONAME ??_R4H245_ArrayOf_TerminalInformation@@6B@ @27050 NONAME ??_R4H245_ArrayOf_TerminalLabel@@6B@ @27051 NONAME ??_R4H245_ArrayOf_VCCapability@@6B@ @27052 NONAME ??_R4H245_ArrayOf_VideoCapability@@6B@ @30526 NONAME ??_R4H245_ATMParameters@@6B@ @27053 NONAME ??_R4H245_AudioCapability@@6B@ @27054 NONAME ??_R4H245_AudioCapability_g7231@@6B@ @27055 NONAME ??_R4H245_AudioMode@@6B@ @27056 NONAME ??_R4H245_AudioMode_g7231@@6B@ @27057 NONAME ??_R4H245_AudioTelephonyEventCapability@@6B@ @27058 NONAME ??_R4H245_AudioToneCapability@@6B@ @27059 NONAME ??_R4H245_AuthenticationCapability@@6B@ @27060 NONAME ??_R4H245_BEnhancementParameters@@6B@ @27061 NONAME ??_R4H245_Capability@@6B@ @27062 NONAME ??_R4H245_CapabilityDescriptor@@6B@ @27063 NONAME ??_R4H245_CapabilityDescriptorNumber@@6B@ @27064 NONAME ??_R4H245_CapabilityIdentifier@@6B@ @27065 NONAME ??_R4H245_CapabilityTableEntry@@6B@ @27066 NONAME ??_R4H245_CapabilityTableEntryNumber@@6B@ @27067 NONAME ??_R4H245_Capability_h233EncryptionReceiveCapability@@6B@ @27068 NONAME ??_R4H245_CertSelectionCriteria@@6B@ @27069 NONAME ??_R4H245_CloseLogicalChannel@@6B@ @27070 NONAME ??_R4H245_CloseLogicalChannelAck@@6B@ @27071 NONAME ??_R4H245_CloseLogicalChannel_reason@@6B@ @27072 NONAME ??_R4H245_CloseLogicalChannel_source@@6B@ @27073 NONAME ??_R4H245_CommandMessage@@6B@ @27074 NONAME ??_R4H245_CommunicationModeCommand@@6B@ @27075 NONAME ??_R4H245_CommunicationModeRequest@@6B@ @27076 NONAME ??_R4H245_CommunicationModeResponse@@6B@ @27077 NONAME ??_R4H245_CommunicationModeTableEntry@@6B@ @27078 NONAME ??_R4H245_CommunicationModeTableEntry_dataType@@6B@ @27079 NONAME ??_R4H245_CompressionType@@6B@ @27080 NONAME ??_R4H245_ConferenceCapability@@6B@ @27081 NONAME ??_R4H245_ConferenceCommand@@6B@ @27082 NONAME ??_R4H245_ConferenceID@@6B@ @27083 NONAME ??_R4H245_ConferenceIndication@@6B@ @27084 NONAME ??_R4H245_ConferenceRequest@@6B@ @27085 NONAME ??_R4H245_ConferenceRequest_requestTerminalCertificate@@6B@ @27086 NONAME ??_R4H245_ConferenceResponse@@6B@ @27087 NONAME ??_R4H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@6B@ @27088 NONAME ??_R4H245_ConferenceResponse_chairTokenOwnerResponse@@6B@ @27089 NONAME ??_R4H245_ConferenceResponse_conferenceIDResponse@@6B@ @27090 NONAME ??_R4H245_ConferenceResponse_extensionAddressResponse@@6B@ @27091 NONAME ??_R4H245_ConferenceResponse_makeMeChairResponse@@6B@ @27092 NONAME ??_R4H245_ConferenceResponse_makeTerminalBroadcasterResponse@@6B@ @27093 NONAME ??_R4H245_ConferenceResponse_mCTerminalIDResponse@@6B@ @27094 NONAME ??_R4H245_ConferenceResponse_passwordResponse@@6B@ @27095 NONAME ??_R4H245_ConferenceResponse_sendThisSourceResponse@@6B@ @27096 NONAME ??_R4H245_ConferenceResponse_terminalCertificateResponse@@6B@ @27097 NONAME ??_R4H245_ConferenceResponse_terminalIDResponse@@6B@ @27098 NONAME ??_R4H245_ConnectionIdentifier@@6B@ @27099 NONAME ??_R4H245_CRCLength@@6B@ @27100 NONAME ??_R4H245_Criteria@@6B@ @27101 NONAME ??_R4H245_CustomPictureClockFrequency@@6B@ @27102 NONAME ??_R4H245_CustomPictureFormat@@6B@ @27103 NONAME ??_R4H245_CustomPictureFormat_mPI@@6B@ @27104 NONAME ??_R4H245_CustomPictureFormat_mPI_customPCF@@6B@ @27105 NONAME ??_R4H245_CustomPictureFormat_mPI_customPCF_subtype@@6B@ @27106 NONAME ??_R4H245_CustomPictureFormat_pixelAspectInformation@@6B@ @27107 NONAME ??_R4H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@6B@ @27108 NONAME ??_R4H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@6B@ @27109 NONAME ??_R4H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@6B@ @27110 NONAME ??_R4H245_DataApplicationCapability@@6B@ @27111 NONAME ??_R4H245_DataApplicationCapability_application@@6B@ @27112 NONAME ??_R4H245_DataApplicationCapability_application_nlpid@@6B@ @27113 NONAME ??_R4H245_DataApplicationCapability_application_t38fax@@6B@ @27114 NONAME ??_R4H245_DataApplicationCapability_application_t84@@6B@ @27115 NONAME ??_R4H245_DataMode@@6B@ @27116 NONAME ??_R4H245_DataMode_application@@6B@ @27117 NONAME ??_R4H245_DataMode_application_nlpid@@6B@ @27118 NONAME ??_R4H245_DataMode_application_t38fax@@6B@ @27119 NONAME ??_R4H245_DataProtocolCapability@@6B@ @27120 NONAME ??_R4H245_DataProtocolCapability_v76wCompression@@6B@ @27121 NONAME ??_R4H245_DataType@@6B@ @27122 NONAME ??_R4H245_DepFECCapability@@6B@ @30527 NONAME ??_R4H245_DepFECCapability_rfc2733@@6B@ @30528 NONAME ??_R4H245_DepFECCapability_rfc2733_separateStream@@6B@ @30529 NONAME ??_R4H245_DepFECData@@6B@ @30530 NONAME ??_R4H245_DepFECData_rfc2733@@6B@ @30531 NONAME ??_R4H245_DepFECData_rfc2733_mode@@6B@ @30532 NONAME ??_R4H245_DepFECData_rfc2733_mode_separateStream@@6B@ @30533 NONAME ??_R4H245_DepFECData_rfc2733_mode_separateStream_differentPort@@6B@ @30534 NONAME ??_R4H245_DepFECData_rfc2733_mode_separateStream_samePort@@6B@ @30535 NONAME ??_R4H245_DepFECMode@@6B@ @30536 NONAME ??_R4H245_DepFECMode_rfc2733Mode@@6B@ @30537 NONAME ??_R4H245_DepFECMode_rfc2733Mode_mode@@6B@ @30538 NONAME ??_R4H245_DepFECMode_rfc2733Mode_mode_separateStream@@6B@ @30539 NONAME ??_R4H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@6B@ @30540 NONAME ??_R4H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@6B@ @30541 NONAME ??_R4H245_DialingInformation@@6B@ @27123 NONAME ??_R4H245_DialingInformationNetworkType@@6B@ @27124 NONAME ??_R4H245_DialingInformationNumber@@6B@ @27125 NONAME ??_R4H245_EncryptionAuthenticationAndIntegrity@@6B@ @27126 NONAME ??_R4H245_EncryptionCapability@@6B@ @27127 NONAME ??_R4H245_EncryptionCommand@@6B@ @27128 NONAME ??_R4H245_EncryptionCommand_encryptionAlgorithmID@@6B@ @27129 NONAME ??_R4H245_EncryptionMode@@6B@ @27130 NONAME ??_R4H245_EncryptionSync@@6B@ @27131 NONAME ??_R4H245_EncryptionUpdateDirection@@6B@ @30542 NONAME ??_R4H245_EncryptionUpdateRequest@@6B@ @27132 NONAME ??_R4H245_EndSessionCommand@@6B@ @27133 NONAME ??_R4H245_EndSessionCommand_gstnOptions@@6B@ @27134 NONAME ??_R4H245_EndSessionCommand_isdnOptions@@6B@ @27135 NONAME ??_R4H245_EnhancementLayerInfo@@6B@ @27136 NONAME ??_R4H245_EnhancementOptions@@6B@ @27137 NONAME ??_R4H245_EscrowData@@6B@ @27138 NONAME ??_R4H245_ExtendedVideoCapability@@6B@ @30543 NONAME ??_R4H245_FECCapability@@6B@ @27139 NONAME ??_R4H245_FECCapability_rfc2733Format@@6B@ @30544 NONAME ??_R4H245_FECData@@6B@ @27142 NONAME ??_R4H245_FECData_rfc2733@@6B@ @27143 NONAME ??_R4H245_FECData_rfc2733_pktMode@@6B@ @30545 NONAME ??_R4H245_FECData_rfc2733_pktMode_rfc2733diffport@@6B@ @30546 NONAME ??_R4H245_FECData_rfc2733_pktMode_rfc2733sameport@@6B@ @30547 NONAME ??_R4H245_FECMode@@6B@ @27148 NONAME ??_R4H245_FECMode_rfc2733Format@@6B@ @30548 NONAME ??_R4H245_FlowControlCommand@@6B@ @27154 NONAME ??_R4H245_FlowControlCommand_restriction@@6B@ @27155 NONAME ??_R4H245_FlowControlCommand_scope@@6B@ @27156 NONAME ??_R4H245_FlowControlIndication@@6B@ @27157 NONAME ??_R4H245_FlowControlIndication_restriction@@6B@ @27158 NONAME ??_R4H245_FlowControlIndication_scope@@6B@ @27159 NONAME ??_R4H245_FunctionNotSupported@@6B@ @27160 NONAME ??_R4H245_FunctionNotSupported_cause@@6B@ @27161 NONAME ??_R4H245_FunctionNotUnderstood@@6B@ @27162 NONAME ??_R4H245_G7231AnnexCCapability@@6B@ @27163 NONAME ??_R4H245_G7231AnnexCCapability_g723AnnexCAudioMode@@6B@ @27164 NONAME ??_R4H245_G7231AnnexCMode@@6B@ @27165 NONAME ??_R4H245_G7231AnnexCMode_g723AnnexCAudioMode@@6B@ @27166 NONAME ??_R4H245_G729Extensions@@6B@ @27167 NONAME ??_R4H245_GenericCapability@@6B@ @27168 NONAME ??_R4H245_GenericMessage@@6B@ @30549 NONAME ??_R4H245_GenericParameter@@6B@ @27169 NONAME ??_R4H245_GSMAudioCapability@@6B@ @27170 NONAME ??_R4H245_H222Capability@@6B@ @27171 NONAME ??_R4H245_H222LogicalChannelParameters@@6B@ @27172 NONAME ??_R4H245_H223AL1MParameters@@6B@ @27173 NONAME ??_R4H245_H223AL1MParameters_arqType@@6B@ @27174 NONAME ??_R4H245_H223AL1MParameters_crcLength@@6B@ @27175 NONAME ??_R4H245_H223AL1MParameters_headerFEC@@6B@ @27176 NONAME ??_R4H245_H223AL1MParameters_transferMode@@6B@ @27177 NONAME ??_R4H245_H223AL2MParameters@@6B@ @27178 NONAME ??_R4H245_H223AL2MParameters_headerFEC@@6B@ @27179 NONAME ??_R4H245_H223AL3MParameters@@6B@ @27180 NONAME ??_R4H245_H223AL3MParameters_arqType@@6B@ @27181 NONAME ??_R4H245_H223AL3MParameters_crcLength@@6B@ @27182 NONAME ??_R4H245_H223AL3MParameters_headerFormat@@6B@ @27183 NONAME ??_R4H245_H223AnnexCArqParameters@@6B@ @27184 NONAME ??_R4H245_H223AnnexCArqParameters_numberOfRetransmissions@@6B@ @27185 NONAME ??_R4H245_H223AnnexCCapability@@6B@ @27186 NONAME ??_R4H245_H223Capability@@6B@ @27187 NONAME ??_R4H245_H223Capability_h223MultiplexTableCapability@@6B@ @27188 NONAME ??_R4H245_H223Capability_h223MultiplexTableCapability_enhanced@@6B@ @27189 NONAME ??_R4H245_H223Capability_mobileMultilinkFrameCapability@@6B@ @27190 NONAME ??_R4H245_H223Capability_mobileOperationTransmitCapability@@6B@ @27191 NONAME ??_R4H245_H223LogicalChannelParameters@@6B@ @27192 NONAME ??_R4H245_H223LogicalChannelParameters_adaptationLayerType@@6B@ @27193 NONAME ??_R4H245_H223LogicalChannelParameters_adaptationLayerType_al3@@6B@ @27194 NONAME ??_R4H245_H223ModeParameters@@6B@ @27195 NONAME ??_R4H245_H223ModeParameters_adaptationLayerType@@6B@ @27196 NONAME ??_R4H245_H223ModeParameters_adaptationLayerType_al3@@6B@ @27197 NONAME ??_R4H245_H223MultiplexReconfiguration@@6B@ @27198 NONAME ??_R4H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@6B@ @27199 NONAME ??_R4H245_H223MultiplexReconfiguration_h223ModeChange@@6B@ @27200 NONAME ??_R4H245_H223SkewIndication@@6B@ @27201 NONAME ??_R4H245_H2250Capability@@6B@ @27202 NONAME ??_R4H245_H2250Capability_mcCapability@@6B@ @27203 NONAME ??_R4H245_H2250LogicalChannelAckParameters@@6B@ @27204 NONAME ??_R4H245_H2250LogicalChannelParameters@@6B@ @27205 NONAME ??_R4H245_H2250LogicalChannelParameters_mediaPacketization@@6B@ @27206 NONAME ??_R4H245_H2250MaximumSkewIndication@@6B@ @27207 NONAME ??_R4H245_H2250ModeParameters@@6B@ @27208 NONAME ??_R4H245_H235Media@@6B@ @27209 NONAME ??_R4H245_H235Media_mediaType@@6B@ @27210 NONAME ??_R4H245_H235Mode@@6B@ @27211 NONAME ??_R4H245_H235Mode_mediaMode@@6B@ @27212 NONAME ??_R4H245_H235SecurityCapability@@6B@ @27213 NONAME ??_R4H245_H261VideoCapability@@6B@ @27214 NONAME ??_R4H245_H261VideoMode@@6B@ @27215 NONAME ??_R4H245_H261VideoMode_resolution@@6B@ @27216 NONAME ??_R4H245_H262VideoCapability@@6B@ @27217 NONAME ??_R4H245_H262VideoMode@@6B@ @27218 NONAME ??_R4H245_H262VideoMode_profileAndLevel@@6B@ @27219 NONAME ??_R4H245_H263ModeComboFlags@@6B@ @27220 NONAME ??_R4H245_H263Options@@6B@ @27221 NONAME ??_R4H245_H263Version3Options@@6B@ @27222 NONAME ??_R4H245_H263VideoCapability@@6B@ @27223 NONAME ??_R4H245_H263VideoMode@@6B@ @27224 NONAME ??_R4H245_H263VideoModeCombos@@6B@ @27225 NONAME ??_R4H245_H263VideoMode_resolution@@6B@ @27226 NONAME ??_R4H245_IndicationMessage@@6B@ @27227 NONAME ??_R4H245_IntegrityCapability@@6B@ @27228 NONAME ??_R4H245_IS11172AudioCapability@@6B@ @27229 NONAME ??_R4H245_IS11172AudioMode@@6B@ @27230 NONAME ??_R4H245_IS11172AudioMode_audioLayer@@6B@ @27231 NONAME ??_R4H245_IS11172AudioMode_audioSampling@@6B@ @27232 NONAME ??_R4H245_IS11172AudioMode_multichannelType@@6B@ @27233 NONAME ??_R4H245_IS11172VideoCapability@@6B@ @27234 NONAME ??_R4H245_IS11172VideoMode@@6B@ @27235 NONAME ??_R4H245_IS13818AudioCapability@@6B@ @27236 NONAME ??_R4H245_IS13818AudioMode@@6B@ @27237 NONAME ??_R4H245_IS13818AudioMode_audioLayer@@6B@ @27238 NONAME ??_R4H245_IS13818AudioMode_audioSampling@@6B@ @27239 NONAME ??_R4H245_IS13818AudioMode_multichannelType@@6B@ @27240 NONAME ??_R4H245_IV16@@6B@ @30550 NONAME ??_R4H245_IV8@@6B@ @30551 NONAME ??_R4H245_JitterIndication@@6B@ @27241 NONAME ??_R4H245_JitterIndication_scope@@6B@ @27242 NONAME ??_R4H245_KeyProtectionMethod@@6B@ @27243 NONAME ??_R4H245_LogicalChannelNumber@@6B@ @27244 NONAME ??_R4H245_LogicalChannelRateAcknowledge@@6B@ @27245 NONAME ??_R4H245_LogicalChannelRateReject@@6B@ @27246 NONAME ??_R4H245_LogicalChannelRateRejectReason@@6B@ @27247 NONAME ??_R4H245_LogicalChannelRateRelease@@6B@ @27248 NONAME ??_R4H245_LogicalChannelRateRequest@@6B@ @27249 NONAME ??_R4H245_MaintenanceLoopAck@@6B@ @27250 NONAME ??_R4H245_MaintenanceLoopAck_type@@6B@ @27251 NONAME ??_R4H245_MaintenanceLoopOffCommand@@6B@ @27252 NONAME ??_R4H245_MaintenanceLoopReject@@6B@ @27253 NONAME ??_R4H245_MaintenanceLoopReject_cause@@6B@ @27254 NONAME ??_R4H245_MaintenanceLoopReject_type@@6B@ @27255 NONAME ??_R4H245_MaintenanceLoopRequest@@6B@ @27256 NONAME ??_R4H245_MaintenanceLoopRequest_type@@6B@ @27257 NONAME ??_R4H245_MasterSlaveDetermination@@6B@ @27258 NONAME ??_R4H245_MasterSlaveDeterminationAck@@6B@ @27259 NONAME ??_R4H245_MasterSlaveDeterminationAck_decision@@6B@ @27260 NONAME ??_R4H245_MasterSlaveDeterminationReject@@6B@ @27261 NONAME ??_R4H245_MasterSlaveDeterminationReject_cause@@6B@ @27262 NONAME ??_R4H245_MasterSlaveDeterminationRelease@@6B@ @27263 NONAME ??_R4H245_MaximumBitRate@@6B@ @27264 NONAME ??_R4H245_MaxRedundancy@@6B@ @30552 NONAME ??_R4H245_MCLocationIndication@@6B@ @27265 NONAME ??_R4H245_McuNumber@@6B@ @27266 NONAME ??_R4H245_MediaChannelCapability@@6B@ @27267 NONAME ??_R4H245_MediaDistributionCapability@@6B@ @27268 NONAME ??_R4H245_MediaEncryptionAlgorithm@@6B@ @27269 NONAME ??_R4H245_MediaPacketizationCapability@@6B@ @27270 NONAME ??_R4H245_MediaTransportType@@6B@ @27271 NONAME ??_R4H245_MediaTransportType_atm_AAL5_compressed@@6B@ @27272 NONAME ??_R4H245_MiscellaneousCommand@@6B@ @27273 NONAME ??_R4H245_MiscellaneousCommand_type@@6B@ @27274 NONAME ??_R4H245_MiscellaneousCommand_type_encryptionUpdateAck@@6B@ @30553 NONAME ??_R4H245_MiscellaneousCommand_type_encryptionUpdateCommand@@6B@ @30554 NONAME ??_R4H245_MiscellaneousCommand_type_lostPartialPicture@@6B@ @27275 NONAME ??_R4H245_MiscellaneousCommand_type_progressiveRefinementStart@@6B@ @27276 NONAME ??_R4H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@6B@ @27277 NONAME ??_R4H245_MiscellaneousCommand_type_videoBadMBs@@6B@ @27278 NONAME ??_R4H245_MiscellaneousCommand_type_videoFastUpdateGOB@@6B@ @27279 NONAME ??_R4H245_MiscellaneousCommand_type_videoFastUpdateMB@@6B@ @27280 NONAME ??_R4H245_MiscellaneousIndication@@6B@ @27281 NONAME ??_R4H245_MiscellaneousIndication_type@@6B@ @27282 NONAME ??_R4H245_MiscellaneousIndication_type_videoNotDecodedMBs@@6B@ @27283 NONAME ??_R4H245_MobileMultilinkReconfigurationCommand@@6B@ @27284 NONAME ??_R4H245_MobileMultilinkReconfigurationCommand_status@@6B@ @27285 NONAME ??_R4H245_MobileMultilinkReconfigurationIndication@@6B@ @27286 NONAME ??_R4H245_ModeDescription@@6B@ @27287 NONAME ??_R4H245_ModeElement@@6B@ @27288 NONAME ??_R4H245_ModeElementType@@6B@ @27289 NONAME ??_R4H245_MulticastAddress@@6B@ @27290 NONAME ??_R4H245_MulticastAddress_iP6Address@@6B@ @27291 NONAME ??_R4H245_MulticastAddress_iPAddress@@6B@ @27292 NONAME ??_R4H245_MultilinkIndication@@6B@ @27293 NONAME ??_R4H245_MultilinkIndication_crcDesired@@6B@ @27294 NONAME ??_R4H245_MultilinkIndication_excessiveError@@6B@ @27295 NONAME ??_R4H245_MultilinkRequest@@6B@ @27296 NONAME ??_R4H245_MultilinkRequest_addConnection@@6B@ @27297 NONAME ??_R4H245_MultilinkRequest_callInformation@@6B@ @27298 NONAME ??_R4H245_MultilinkRequest_maximumHeaderInterval@@6B@ @27299 NONAME ??_R4H245_MultilinkRequest_maximumHeaderInterval_requestType@@6B@ @27300 NONAME ??_R4H245_MultilinkRequest_removeConnection@@6B@ @27301 NONAME ??_R4H245_MultilinkResponse@@6B@ @27302 NONAME ??_R4H245_MultilinkResponse_addConnection@@6B@ @27303 NONAME ??_R4H245_MultilinkResponse_addConnection_responseCode@@6B@ @27304 NONAME ??_R4H245_MultilinkResponse_addConnection_responseCode_rejected@@6B@ @27305 NONAME ??_R4H245_MultilinkResponse_callInformation@@6B@ @27306 NONAME ??_R4H245_MultilinkResponse_maximumHeaderInterval@@6B@ @27307 NONAME ??_R4H245_MultilinkResponse_removeConnection@@6B@ @27308 NONAME ??_R4H245_MultimediaSystemControlMessage@@6B@ @27309 NONAME ??_R4H245_MultiplePayloadStream@@6B@ @27310 NONAME ??_R4H245_MultiplePayloadStreamCapability@@6B@ @27311 NONAME ??_R4H245_MultiplePayloadStreamElement@@6B@ @27312 NONAME ??_R4H245_MultiplePayloadStreamElementMode@@6B@ @27313 NONAME ??_R4H245_MultiplePayloadStreamMode@@6B@ @27314 NONAME ??_R4H245_MultiplexCapability@@6B@ @27315 NONAME ??_R4H245_MultiplexedStreamCapability@@6B@ @27316 NONAME ??_R4H245_MultiplexedStreamModeParameters@@6B@ @27317 NONAME ??_R4H245_MultiplexedStreamParameter@@6B@ @27318 NONAME ??_R4H245_MultiplexElement@@6B@ @27319 NONAME ??_R4H245_MultiplexElement_repeatCount@@6B@ @27320 NONAME ??_R4H245_MultiplexElement_type@@6B@ @27321 NONAME ??_R4H245_MultiplexEntryDescriptor@@6B@ @27322 NONAME ??_R4H245_MultiplexEntryRejectionDescriptions@@6B@ @27323 NONAME ??_R4H245_MultiplexEntryRejectionDescriptions_cause@@6B@ @27324 NONAME ??_R4H245_MultiplexEntrySend@@6B@ @27325 NONAME ??_R4H245_MultiplexEntrySendAck@@6B@ @27326 NONAME ??_R4H245_MultiplexEntrySendReject@@6B@ @27327 NONAME ??_R4H245_MultiplexEntrySendRelease@@6B@ @27328 NONAME ??_R4H245_MultiplexFormat@@6B@ @27329 NONAME ??_R4H245_MultiplexTableEntryNumber@@6B@ @27330 NONAME ??_R4H245_MultipointCapability@@6B@ @27331 NONAME ??_R4H245_NetworkAccessParameters@@6B@ @27332 NONAME ??_R4H245_NetworkAccessParameters_distribution@@6B@ @27333 NONAME ??_R4H245_NetworkAccessParameters_networkAddress@@6B@ @27334 NONAME ??_R4H245_NetworkAccessParameters_t120SetupProcedure@@6B@ @27335 NONAME ??_R4H245_NewATMVCCommand@@6B@ @27336 NONAME ??_R4H245_NewATMVCCommand_aal@@6B@ @27337 NONAME ??_R4H245_NewATMVCCommand_aal_aal1@@6B@ @27338 NONAME ??_R4H245_NewATMVCCommand_aal_aal1_clockRecovery@@6B@ @27339 NONAME ??_R4H245_NewATMVCCommand_aal_aal1_errorCorrection@@6B@ @27340 NONAME ??_R4H245_NewATMVCCommand_aal_aal5@@6B@ @27341 NONAME ??_R4H245_NewATMVCCommand_multiplex@@6B@ @27342 NONAME ??_R4H245_NewATMVCCommand_reverseParameters@@6B@ @27343 NONAME ??_R4H245_NewATMVCCommand_reverseParameters_multiplex@@6B@ @27344 NONAME ??_R4H245_NewATMVCIndication@@6B@ @27345 NONAME ??_R4H245_NewATMVCIndication_aal@@6B@ @27346 NONAME ??_R4H245_NewATMVCIndication_aal_aal1@@6B@ @27347 NONAME ??_R4H245_NewATMVCIndication_aal_aal1_clockRecovery@@6B@ @27348 NONAME ??_R4H245_NewATMVCIndication_aal_aal1_errorCorrection@@6B@ @27349 NONAME ??_R4H245_NewATMVCIndication_aal_aal5@@6B@ @27350 NONAME ??_R4H245_NewATMVCIndication_multiplex@@6B@ @27351 NONAME ??_R4H245_NewATMVCIndication_reverseParameters@@6B@ @27352 NONAME ??_R4H245_NewATMVCIndication_reverseParameters_multiplex@@6B@ @27353 NONAME ??_R4H245_NonStandardIdentifier@@6B@ @27354 NONAME ??_R4H245_NonStandardIdentifier_h221NonStandard@@6B@ @27355 NONAME ??_R4H245_NonStandardMessage@@6B@ @27356 NONAME ??_R4H245_NonStandardParameter@@6B@ @27357 NONAME ??_R4H245_NoPTAudioTelephonyEventCapability@@6B@ @27358 NONAME ??_R4H245_NoPTAudioToneCapability@@6B@ @27359 NONAME ??_R4H245_OpenLogicalChannel@@6B@ @27360 NONAME ??_R4H245_OpenLogicalChannelAck@@6B@ @27361 NONAME ??_R4H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@6B@ @27362 NONAME ??_R4H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@6B@ @27363 NONAME ??_R4H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@6B@ @27364 NONAME ??_R4H245_OpenLogicalChannelConfirm@@6B@ @27365 NONAME ??_R4H245_OpenLogicalChannelReject@@6B@ @27366 NONAME ??_R4H245_OpenLogicalChannelReject_cause@@6B@ @27367 NONAME ??_R4H245_OpenLogicalChannel_forwardLogicalChannelParameters@@6B@ @27368 NONAME ??_R4H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@6B@ @27369 NONAME ??_R4H245_OpenLogicalChannel_reverseLogicalChannelParameters@@6B@ @27370 NONAME ??_R4H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@6B@ @27371 NONAME ??_R4H245_ParameterIdentifier@@6B@ @27372 NONAME ??_R4H245_ParameterValue@@6B@ @27373 NONAME ??_R4H245_Params@@6B@ @30555 NONAME ??_R4H245_Password@@6B@ @27374 NONAME ??_R4H245_PictureReference@@6B@ @27375 NONAME ??_R4H245_Q2931Address@@6B@ @27376 NONAME ??_R4H245_Q2931Address_address@@6B@ @27377 NONAME ??_R4H245_QOSCapability@@6B@ @27378 NONAME ??_R4H245_QOSMode@@6B@ @27379 NONAME ??_R4H245_RedundancyEncoding@@6B@ @27380 NONAME ??_R4H245_RedundancyEncodingCapability@@6B@ @27381 NONAME ??_R4H245_RedundancyEncodingDTMode@@6B@ @27382 NONAME ??_R4H245_RedundancyEncodingDTModeElement@@6B@ @27383 NONAME ??_R4H245_RedundancyEncodingDTModeElement_type@@6B@ @27384 NONAME ??_R4H245_RedundancyEncodingElement@@6B@ @27385 NONAME ??_R4H245_RedundancyEncodingMethod@@6B@ @27386 NONAME ??_R4H245_RedundancyEncodingMode@@6B@ @27387 NONAME ??_R4H245_RedundancyEncodingMode_secondaryEncoding@@6B@ @27388 NONAME ??_R4H245_RedundancyEncoding_rtpRedundancyEncoding@@6B@ @27389 NONAME ??_R4H245_RefPictureSelection@@6B@ @27390 NONAME ??_R4H245_RefPictureSelection_additionalPictureMemory@@6B@ @27391 NONAME ??_R4H245_RefPictureSelection_enhancedReferencePicSelect@@6B@ @27392 NONAME ??_R4H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@6B@ @27393 NONAME ??_R4H245_RefPictureSelection_videoBackChannelSend@@6B@ @27394 NONAME ??_R4H245_RemoteMCRequest@@6B@ @27395 NONAME ??_R4H245_RemoteMCResponse@@6B@ @27396 NONAME ??_R4H245_RemoteMCResponse_reject@@6B@ @27397 NONAME ??_R4H245_RequestAllTerminalIDsResponse@@6B@ @27398 NONAME ??_R4H245_RequestChannelClose@@6B@ @27399 NONAME ??_R4H245_RequestChannelCloseAck@@6B@ @27400 NONAME ??_R4H245_RequestChannelCloseReject@@6B@ @27401 NONAME ??_R4H245_RequestChannelCloseReject_cause@@6B@ @27402 NONAME ??_R4H245_RequestChannelCloseRelease@@6B@ @27403 NONAME ??_R4H245_RequestChannelClose_reason@@6B@ @27404 NONAME ??_R4H245_RequestMessage@@6B@ @27405 NONAME ??_R4H245_RequestMode@@6B@ @27406 NONAME ??_R4H245_RequestModeAck@@6B@ @27407 NONAME ??_R4H245_RequestModeAck_response@@6B@ @27408 NONAME ??_R4H245_RequestModeReject@@6B@ @27409 NONAME ??_R4H245_RequestModeReject_cause@@6B@ @27410 NONAME ??_R4H245_RequestModeRelease@@6B@ @27411 NONAME ??_R4H245_RequestMultiplexEntry@@6B@ @27412 NONAME ??_R4H245_RequestMultiplexEntryAck@@6B@ @27413 NONAME ??_R4H245_RequestMultiplexEntryReject@@6B@ @27414 NONAME ??_R4H245_RequestMultiplexEntryRejectionDescriptions@@6B@ @27415 NONAME ??_R4H245_RequestMultiplexEntryRejectionDescriptions_cause@@6B@ @27416 NONAME ??_R4H245_RequestMultiplexEntryRelease@@6B@ @27417 NONAME ??_R4H245_ResponseMessage@@6B@ @27418 NONAME ??_R4H245_RoundTripDelayRequest@@6B@ @27419 NONAME ??_R4H245_RoundTripDelayResponse@@6B@ @27420 NONAME ??_R4H245_RSVPParameters@@6B@ @27421 NONAME ??_R4H245_RTPH263VideoRedundancyEncoding@@6B@ @27422 NONAME ??_R4H245_RTPH263VideoRedundancyEncoding_containedThreads@@6B@ @27423 NONAME ??_R4H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@6B@ @27424 NONAME ??_R4H245_RTPH263VideoRedundancyFrameMapping@@6B@ @27425 NONAME ??_R4H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@6B@ @27426 NONAME ??_R4H245_RTPPayloadType@@6B@ @27427 NONAME ??_R4H245_RTPPayloadType_payloadDescriptor@@6B@ @27428 NONAME ??_R4H245_SendTerminalCapabilitySet@@6B@ @27429 NONAME ??_R4H245_SendTerminalCapabilitySet_specificRequest@@6B@ @27430 NONAME ??_R4H245_SequenceNumber@@6B@ @27431 NONAME ??_R4H245_SubstituteConferenceIDCommand@@6B@ @27432 NONAME ??_R4H245_T38FaxProfile@@6B@ @27433 NONAME ??_R4H245_T38FaxRateManagement@@6B@ @27434 NONAME ??_R4H245_T38FaxTcpOptions@@6B@ @27435 NONAME ??_R4H245_T38FaxUdpOptions@@6B@ @27436 NONAME ??_R4H245_T38FaxUdpOptions_t38FaxUdpEC@@6B@ @27437 NONAME ??_R4H245_T84Profile@@6B@ @27438 NONAME ??_R4H245_T84Profile_t84Restricted@@6B@ @27439 NONAME ??_R4H245_TerminalCapabilitySet@@6B@ @27440 NONAME ??_R4H245_TerminalCapabilitySetAck@@6B@ @27441 NONAME ??_R4H245_TerminalCapabilitySetReject@@6B@ @27442 NONAME ??_R4H245_TerminalCapabilitySetReject_cause@@6B@ @27443 NONAME ??_R4H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@6B@ @27444 NONAME ??_R4H245_TerminalCapabilitySetRelease@@6B@ @27445 NONAME ??_R4H245_TerminalID@@6B@ @27446 NONAME ??_R4H245_TerminalInformation@@6B@ @27447 NONAME ??_R4H245_TerminalLabel@@6B@ @27448 NONAME ??_R4H245_TerminalNumber@@6B@ @27449 NONAME ??_R4H245_TerminalYouAreSeeingInSubPictureNumber@@6B@ @27450 NONAME ??_R4H245_TransparencyParameters@@6B@ @27451 NONAME ??_R4H245_TransportAddress@@6B@ @27452 NONAME ??_R4H245_TransportCapability@@6B@ @27453 NONAME ??_R4H245_UnicastAddress@@6B@ @27454 NONAME ??_R4H245_UnicastAddress_iP6Address@@6B@ @27455 NONAME ??_R4H245_UnicastAddress_iPAddress@@6B@ @27456 NONAME ??_R4H245_UnicastAddress_iPSourceRouteAddress@@6B@ @27457 NONAME ??_R4H245_UnicastAddress_iPSourceRouteAddress_route@@6B@ @27458 NONAME ??_R4H245_UnicastAddress_iPSourceRouteAddress_routing@@6B@ @27459 NONAME ??_R4H245_UnicastAddress_iPXAddress@@6B@ @27460 NONAME ??_R4H245_UserInputCapability@@6B@ @27461 NONAME ??_R4H245_UserInputIndication@@6B@ @27462 NONAME ??_R4H245_UserInputIndication_encryptedAlphanumeric@@6B@ @30556 NONAME ??_R4H245_UserInputIndication_extendedAlphanumeric@@6B@ @27463 NONAME ??_R4H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@6B@ @30557 NONAME ??_R4H245_UserInputIndication_signal@@6B@ @27464 NONAME ??_R4H245_UserInputIndication_signalUpdate@@6B@ @27465 NONAME ??_R4H245_UserInputIndication_signalUpdate_rtp@@6B@ @27466 NONAME ??_R4H245_UserInputIndication_signal_rtp@@6B@ @27467 NONAME ??_R4H245_UserInputIndication_userInputSupportIndication@@6B@ @27468 NONAME ??_R4H245_V42bis@@6B@ @27469 NONAME ??_R4H245_V75Capability@@6B@ @27470 NONAME ??_R4H245_V75Parameters@@6B@ @27471 NONAME ??_R4H245_V76Capability@@6B@ @27472 NONAME ??_R4H245_V76HDLCParameters@@6B@ @27473 NONAME ??_R4H245_V76LogicalChannelParameters@@6B@ @27474 NONAME ??_R4H245_V76LogicalChannelParameters_mode@@6B@ @27475 NONAME ??_R4H245_V76LogicalChannelParameters_mode_eRM@@6B@ @27476 NONAME ??_R4H245_V76LogicalChannelParameters_mode_eRM_recovery@@6B@ @27477 NONAME ??_R4H245_V76LogicalChannelParameters_suspendResume@@6B@ @27478 NONAME ??_R4H245_V76ModeParameters@@6B@ @27479 NONAME ??_R4H245_VBDCapability@@6B@ @27480 NONAME ??_R4H245_VBDMode@@6B@ @27481 NONAME ??_R4H245_VCCapability@@6B@ @27482 NONAME ??_R4H245_VCCapability_aal1@@6B@ @27483 NONAME ??_R4H245_VCCapability_aal1ViaGateway@@6B@ @27484 NONAME ??_R4H245_VCCapability_aal5@@6B@ @27485 NONAME ??_R4H245_VCCapability_availableBitRates@@6B@ @27486 NONAME ??_R4H245_VCCapability_availableBitRates_type@@6B@ @27487 NONAME ??_R4H245_VCCapability_availableBitRates_type_rangeOfBitRates@@6B@ @27488 NONAME ??_R4H245_VendorIdentification@@6B@ @27489 NONAME ??_R4H245_VideoCapability@@6B@ @27490 NONAME ??_R4H245_VideoIndicateCompose@@6B@ @27491 NONAME ??_R4H245_VideoMode@@6B@ @27492 NONAME ??_R4H248_ActionReply@@6B@ @27493 NONAME ??_R4H248_ActionRequest@@6B@ @27494 NONAME ??_R4H248_AmmDescriptor@@6B@ @27495 NONAME ??_R4H248_AmmRequest@@6B@ @27496 NONAME ??_R4H248_AmmsReply@@6B@ @27497 NONAME ??_R4H248_ArrayOf_ActionReply@@6B@ @27498 NONAME ??_R4H248_ArrayOf_ActionRequest@@6B@ @27499 NONAME ??_R4H248_ArrayOf_AmmDescriptor@@6B@ @27500 NONAME ??_R4H248_ArrayOf_CommandReply@@6B@ @27501 NONAME ??_R4H248_ArrayOf_CommandRequest@@6B@ @27502 NONAME ??_R4H248_ArrayOf_EventParameter@@6B@ @27503 NONAME ??_R4H248_ArrayOf_IndAuditParameter@@6B@ @27504 NONAME ??_R4H248_ArrayOf_IndAudPropertyParm@@6B@ @27505 NONAME ??_R4H248_ArrayOf_IndAudStreamDescriptor@@6B@ @27506 NONAME ??_R4H248_ArrayOf_ModemType@@6B@ @27507 NONAME ??_R4H248_ArrayOf_ObservedEvent@@6B@ @27508 NONAME ??_R4H248_ArrayOf_PASN_OctetString@@6B@ @27509 NONAME ??_R4H248_ArrayOf_PropertyGroup@@6B@ @27510 NONAME ??_R4H248_ArrayOf_PropertyParm@@6B@ @27511 NONAME ??_R4H248_ArrayOf_RequestedEvent@@6B@ @27512 NONAME ??_R4H248_ArrayOf_SecondRequestedEvent@@6B@ @27513 NONAME ??_R4H248_ArrayOf_Signal@@6B@ @27514 NONAME ??_R4H248_ArrayOf_SigParameter@@6B@ @27515 NONAME ??_R4H248_ArrayOf_StreamDescriptor@@6B@ @27516 NONAME ??_R4H248_ArrayOf_TerminationID@@6B@ @27517 NONAME ??_R4H248_ArrayOf_TopologyRequest@@6B@ @27518 NONAME ??_R4H248_ArrayOf_Transaction@@6B@ @27519 NONAME ??_R4H248_ArrayOf_WildcardField@@6B@ @27520 NONAME ??_R4H248_AuditDescriptor@@6B@ @27521 NONAME ??_R4H248_AuditReply@@6B@ @27522 NONAME ??_R4H248_AuditRequest@@6B@ @27523 NONAME ??_R4H248_AuditResult@@6B@ @27524 NONAME ??_R4H248_AuditReturnParameter@@6B@ @27525 NONAME ??_R4H248_AuthData@@6B@ @27526 NONAME ??_R4H248_AuthenticationHeader@@6B@ @27527 NONAME ??_R4H248_Command@@6B@ @27528 NONAME ??_R4H248_CommandReply@@6B@ @27529 NONAME ??_R4H248_CommandRequest@@6B@ @27530 NONAME ??_R4H248_ContextAttrAuditRequest@@6B@ @27531 NONAME ??_R4H248_ContextID@@6B@ @27532 NONAME ??_R4H248_ContextRequest@@6B@ @27533 NONAME ??_R4H248_DigitMapDescriptor@@6B@ @27534 NONAME ??_R4H248_DigitMapName@@6B@ @27535 NONAME ??_R4H248_DigitMapValue@@6B@ @27536 NONAME ??_R4H248_DomainName@@6B@ @27537 NONAME ??_R4H248_ErrorCode@@6B@ @27538 NONAME ??_R4H248_ErrorDescriptor@@6B@ @27539 NONAME ??_R4H248_ErrorText@@6B@ @27540 NONAME ??_R4H248_EventBufferControl@@6B@ @27541 NONAME ??_R4H248_EventBufferDescriptor@@6B@ @27542 NONAME ??_R4H248_EventDM@@6B@ @27543 NONAME ??_R4H248_EventName@@6B@ @27544 NONAME ??_R4H248_EventParameter@@6B@ @27545 NONAME ??_R4H248_EventParameter_extraInfo@@6B@ @27546 NONAME ??_R4H248_EventsDescriptor@@6B@ @27547 NONAME ??_R4H248_EventSpec@@6B@ @27548 NONAME ??_R4H248_H221NonStandard@@6B@ @27549 NONAME ??_R4H248_IndAudDigitMapDescriptor@@6B@ @27550 NONAME ??_R4H248_IndAudEventBufferDescriptor@@6B@ @27551 NONAME ??_R4H248_IndAudEventsDescriptor@@6B@ @27552 NONAME ??_R4H248_IndAuditParameter@@6B@ @27553 NONAME ??_R4H248_IndAudLocalControlDescriptor@@6B@ @27554 NONAME ??_R4H248_IndAudLocalRemoteDescriptor@@6B@ @27555 NONAME ??_R4H248_IndAudMediaDescriptor@@6B@ @27556 NONAME ??_R4H248_IndAudMediaDescriptor_streams@@6B@ @27557 NONAME ??_R4H248_IndAudPackagesDescriptor@@6B@ @27558 NONAME ??_R4H248_IndAudPropertyGroup@@6B@ @27559 NONAME ??_R4H248_IndAudPropertyParm@@6B@ @27560 NONAME ??_R4H248_IndAudSeqSigList@@6B@ @27561 NONAME ??_R4H248_IndAudSignal@@6B@ @27562 NONAME ??_R4H248_IndAudSignalsDescriptor@@6B@ @27563 NONAME ??_R4H248_IndAudStatisticsDescriptor@@6B@ @27564 NONAME ??_R4H248_IndAudStreamDescriptor@@6B@ @27565 NONAME ??_R4H248_IndAudStreamParms@@6B@ @27566 NONAME ??_R4H248_IndAudTerminationStateDescriptor@@6B@ @27567 NONAME ??_R4H248_IP4Address@@6B@ @27568 NONAME ??_R4H248_IP6Address@@6B@ @27569 NONAME ??_R4H248_LocalControlDescriptor@@6B@ @27570 NONAME ??_R4H248_LocalRemoteDescriptor@@6B@ @27571 NONAME ??_R4H248_MediaDescriptor@@6B@ @27572 NONAME ??_R4H248_MediaDescriptor_streams@@6B@ @27573 NONAME ??_R4H248_MegacoMessage@@6B@ @27574 NONAME ??_R4H248_Message@@6B@ @27575 NONAME ??_R4H248_Message_messageBody@@6B@ @27576 NONAME ??_R4H248_MId@@6B@ @27577 NONAME ??_R4H248_ModemDescriptor@@6B@ @27578 NONAME ??_R4H248_ModemType@@6B@ @27579 NONAME ??_R4H248_MuxDescriptor@@6B@ @27580 NONAME ??_R4H248_MuxType@@6B@ @27581 NONAME ??_R4H248_Name@@6B@ @27582 NONAME ??_R4H248_NonStandardData@@6B@ @27583 NONAME ??_R4H248_NonStandardIdentifier@@6B@ @27584 NONAME ??_R4H248_NotifyCompletion@@6B@ @27585 NONAME ??_R4H248_NotifyReply@@6B@ @27586 NONAME ??_R4H248_NotifyRequest@@6B@ @27587 NONAME ??_R4H248_ObservedEvent@@6B@ @27588 NONAME ??_R4H248_ObservedEventsDescriptor@@6B@ @27589 NONAME ??_R4H248_PackagesDescriptor@@6B@ @27590 NONAME ??_R4H248_PackagesItem@@6B@ @27591 NONAME ??_R4H248_PathName@@6B@ @27592 NONAME ??_R4H248_PkgdName@@6B@ @27593 NONAME ??_R4H248_PropertyGroup@@6B@ @27594 NONAME ??_R4H248_PropertyParm@@6B@ @27595 NONAME ??_R4H248_PropertyParm_extraInfo@@6B@ @27596 NONAME ??_R4H248_Relation@@6B@ @27597 NONAME ??_R4H248_RequestedActions@@6B@ @27598 NONAME ??_R4H248_RequestedEvent@@6B@ @27599 NONAME ??_R4H248_RequestID@@6B@ @27600 NONAME ??_R4H248_SecondEventsDescriptor@@6B@ @27601 NONAME ??_R4H248_SecondRequestedActions@@6B@ @27602 NONAME ??_R4H248_SecondRequestedEvent@@6B@ @27603 NONAME ??_R4H248_SecurityParmIndex@@6B@ @27604 NONAME ??_R4H248_SeqSigList@@6B@ @27605 NONAME ??_R4H248_SequenceNum@@6B@ @27606 NONAME ??_R4H248_ServiceChangeAddress@@6B@ @27607 NONAME ??_R4H248_ServiceChangeMethod@@6B@ @27608 NONAME ??_R4H248_ServiceChangeParm@@6B@ @27609 NONAME ??_R4H248_ServiceChangeProfile@@6B@ @27610 NONAME ??_R4H248_ServiceChangeReply@@6B@ @27611 NONAME ??_R4H248_ServiceChangeRequest@@6B@ @27612 NONAME ??_R4H248_ServiceChangeResParm@@6B@ @27613 NONAME ??_R4H248_ServiceChangeResult@@6B@ @27614 NONAME ??_R4H248_ServiceState@@6B@ @27615 NONAME ??_R4H248_Signal@@6B@ @27616 NONAME ??_R4H248_SignalName@@6B@ @27617 NONAME ??_R4H248_SignalRequest@@6B@ @27618 NONAME ??_R4H248_SignalsDescriptor@@6B@ @27619 NONAME ??_R4H248_SignalType@@6B@ @27620 NONAME ??_R4H248_SigParameter@@6B@ @27621 NONAME ??_R4H248_SigParameter_extraInfo@@6B@ @27622 NONAME ??_R4H248_StatisticsDescriptor@@6B@ @27623 NONAME ??_R4H248_StatisticsParameter@@6B@ @27624 NONAME ??_R4H248_StreamDescriptor@@6B@ @27625 NONAME ??_R4H248_StreamID@@6B@ @27626 NONAME ??_R4H248_StreamMode@@6B@ @27627 NONAME ??_R4H248_StreamParms@@6B@ @27628 NONAME ??_R4H248_SubtractRequest@@6B@ @27629 NONAME ??_R4H248_TerminationAudit@@6B@ @27630 NONAME ??_R4H248_TerminationID@@6B@ @27631 NONAME ??_R4H248_TerminationIDList@@6B@ @27632 NONAME ??_R4H248_TerminationStateDescriptor@@6B@ @27633 NONAME ??_R4H248_TimeNotation@@6B@ @27634 NONAME ??_R4H248_TopologyRequest@@6B@ @27635 NONAME ??_R4H248_TopologyRequest_topologyDirection@@6B@ @27636 NONAME ??_R4H248_Transaction@@6B@ @27637 NONAME ??_R4H248_TransactionAck@@6B@ @27638 NONAME ??_R4H248_TransactionId@@6B@ @27639 NONAME ??_R4H248_TransactionPending@@6B@ @27640 NONAME ??_R4H248_TransactionReply@@6B@ @27641 NONAME ??_R4H248_TransactionReply_transactionResult@@6B@ @27642 NONAME ??_R4H248_TransactionRequest@@6B@ @27643 NONAME ??_R4H248_TransactionResponseAck@@6B@ @27644 NONAME ??_R4H248_Value@@6B@ @27645 NONAME ??_R4H248_WildcardField@@6B@ @27646 NONAME ??_R4H261DCTEncoder@@6B@ @27647 NONAME ??_R4H261Encoder@@6B@ @27648 NONAME ??_R4H261PixelEncoder@@6B@ @27649 NONAME ??_R4H323AudioCapability@@6B@ @27652 NONAME ??_R4H323AudioCodec@@6B@ @27653 NONAME ??_R4H323BidirectionalChannel@@6B@ @27654 NONAME ??_R4H323CallCreditServiceControl@@6B@ @27655 NONAME ??_R4H323Capabilities@@6B@ @27656 NONAME ??_R4H323CapabilitiesSet@@6B@ @27657 NONAME ??_R4H323Capability@@6B@ @27658 NONAME ??_R4H323Channel@@6B@ @27660 NONAME ??_R4H323ChannelNumber@@6B@ @27661 NONAME ??_R4H323Codec@@6B@ @27662 NONAME ??_R4H323CodecPluginGenericAudioCapability@@6BH323AudioCapability@@@ @30558 NONAME ??_R4H323CodecPluginGenericAudioCapability@@6BH323GenericCapabilityInfo@@@ @30559 NONAME ??_R4H323CodecPluginNonStandardAudioCapability@@6BH323AudioCapability@@@ @27665 NONAME ??_R4H323CodecPluginNonStandardAudioCapability@@6BH323NonStandardCapabilityInfo@@@ @27666 NONAME ??_R4H323Connection@@6B@ @27667 NONAME ??_R4H323ConnectionsCleaner@@6B@ @27668 NONAME ??_R4H323ControlPDU@@6B@ @27669 NONAME ??_R4H323DataCapability@@6B@ @27670 NONAME ??_R4H323DataChannel@@6B@ @27671 NONAME ??_R4H323DynaLink@@6B@ @28624 NONAME ??_R4H323EndPoint@@6B@ @27672 NONAME ??_R4H323FramedAudioCodec@@6B@ @27673 NONAME ??_R4H323Gatekeeper@@6B@ @27674 NONAME ??_R4H323GatekeeperARQ@@6B@ @27675 NONAME ??_R4H323GatekeeperBRQ@@6B@ @27676 NONAME ??_R4H323GatekeeperCall@@6B@ @27677 NONAME ??_R4H323GatekeeperDRQ@@6B@ @27678 NONAME ??_R4H323GatekeeperGRQ@@6B@ @27679 NONAME ??_R4H323GatekeeperIRR@@6B@ @27680 NONAME ??_R4H323GatekeeperListener@@6B@ @27681 NONAME ??_R4H323GatekeeperLRQ@@6B@ @27682 NONAME ??_R4H323GatekeeperRequest@@6B@ @27683 NONAME ??_R4H323GatekeeperRRQ@@6B@ @27684 NONAME ??_R4H323GatekeeperServer@@6B@ @27685 NONAME ??_R4H323GatekeeperURQ@@6B@ @27686 NONAME ??_R4H323GenericAudioCapability@@6BH323AudioCapability@@@ @30560 NONAME ??_R4H323GenericAudioCapability@@6BH323GenericCapabilityInfo@@@ @30561 NONAME ??_R4H323GenericCapabilityInfo@@6B@ @30562 NONAME ??_R4H323GenericVideoCapability@@6BH323GenericCapabilityInfo@@@ @30563 NONAME ??_R4H323GenericVideoCapability@@6BH323VideoCapability@@@ @30564 NONAME ??_R4H323GSMPluginCapability@@6B@ @27687 NONAME ??_R4H323H248ServiceControl@@6B@ @27688 NONAME ??_R4H323HTTPServiceControl@@6B@ @27690 NONAME ??_R4H323Listener@@6B@ @27691 NONAME ??_R4H323ListenerTCP@@6B@ @27692 NONAME ??_R4H323LogicalChannelThread@@6B@ @27693 NONAME ??_R4H323NonStandardAudioCapability@@6BH323AudioCapability@@@ @27694 NONAME ??_R4H323NonStandardAudioCapability@@6BH323NonStandardCapabilityInfo@@@ @27695 NONAME ??_R4H323NonStandardCapabilityInfo@@6B@ @27696 NONAME ??_R4H323NonStandardDataCapability@@6BH323DataCapability@@@ @27697 NONAME ??_R4H323NonStandardDataCapability@@6BH323NonStandardCapabilityInfo@@@ @27698 NONAME ??_R4H323NonStandardVideoCapability@@6BH323NonStandardCapabilityInfo@@@ @27699 NONAME ??_R4H323NonStandardVideoCapability@@6BH323VideoCapability@@@ @27700 NONAME ??_R4H323PeerElement@@6B@ @27701 NONAME ??_R4H323PeerElementDescriptor@@6B@ @27702 NONAME ??_R4H323PeerElementServiceRelationship@@6B@ @27703 NONAME ??_R4H323PluginCapability@@6B@ @27705 NONAME ??_R4H323PluginCodecManager@@6B@ @28601 NONAME ??_R4H323PluginFramedAudioCodec@@6B@ @28665 NONAME ??_R4H323PluginG7231Capability@@6B@ @27706 NONAME ??_R4H323PluginVideoCodec@@6B@ @27707 NONAME ??_R4H323RasPDU@@6BH225_RasMessage@@@ @27708 NONAME ??_R4H323RasPDU@@6BH323TransactionPDU@@@ @27709 NONAME ??_R4H323RealTimeCapability@@6B@ @27710 NONAME ??_R4H323RegisteredEndPoint@@6B@ @27711 NONAME ??_R4H323ServiceControlSession@@6B@ @27712 NONAME ??_R4H323SignalPDU@@6B@ @27713 NONAME ??_R4H323SimultaneousCapabilities@@6B@ @27714 NONAME ??_R4H323StreamedAudioCodec@@6B@ @27715 NONAME ??_R4H323StreamedPluginAudioCodec@@6B@ @28666 NONAME ??_R4H323Transaction@@6B@ @27716 NONAME ??_R4H323TransactionPDU@@6B@ @27717 NONAME ??_R4H323TransactionServer@@6B@ @27718 NONAME ??_R4H323Transactor@@6B@ @27719 NONAME ??_R4H323Transport@@6Biostream@@@ @27720 NONAME ??_R4H323Transport@@6BPObject@@@ @27721 NONAME ??_R4H323TransportAddress@@6B@ @27722 NONAME ??_R4H323TransportAddressArray@@6B@ @27723 NONAME ??_R4H323TransportIP@@6Biostream@@@ @27724 NONAME ??_R4H323TransportIP@@6BPObject@@@ @27725 NONAME ??_R4H323TransportTCP@@6Biostream@@@ @27726 NONAME ??_R4H323TransportTCP@@6BPObject@@@ @27727 NONAME ??_R4H323TransportUDP@@6Biostream@@@ @27728 NONAME ??_R4H323TransportUDP@@6BPObject@@@ @27729 NONAME ??_R4H323UnidirectionalChannel@@6B@ @27730 NONAME ??_R4H323VideoCapability@@6B@ @27731 NONAME ??_R4H323VideoCodec@@6B@ @27732 NONAME ??_R4H323_ALawCodec@@6B@ @27733 NONAME ??_R4H323_AnnexG@@6B@ @27734 NONAME ??_R4H323_CiscoG7231aLIDCapability@@6BH323AudioCapability@@@ @27735 NONAME ??_R4H323_CiscoG7231aLIDCapability@@6BH323NonStandardCapabilityInfo@@@ @27736 NONAME ??_R4H323_ExternalRTPChannel@@6B@ @27738 NONAME ??_R4H323_G711ALaw64Capability@@6B@ @29058 NONAME ??_R4H323_G711Capability@@6B@ @27743 NONAME ??_R4H323_G711uLaw64Capability@@6B@ @29059 NONAME ??_R4H323_H261Capability@@6B@ @27760 NONAME ??_R4H323_H261Codec@@6B@ @27761 NONAME ??_R4H323_LIDCapability@@6B@ @27764 NONAME ??_R4H323_LIDCodec@@6B@ @27765 NONAME ??_R4H323_LID_G711_ALaw_Capability@@6B@ @29060 NONAME ??_R4H323_LID_G711_uLaw_Capability@@6B@ @29061 NONAME ??_R4H323_LID_G7231A_5k3_Capability@@6B@ @29062 NONAME ??_R4H323_LID_G7231A_6k3_Capability@@6B@ @29063 NONAME ??_R4H323_LID_G7231_5k3_Capability@@6B@ @29064 NONAME ??_R4H323_LID_G7231_6k3_Capability@@6B@ @29065 NONAME ??_R4H323_LID_G728_Capability@@6B@ @29066 NONAME ??_R4H323_LID_G729AB_Capability@@6B@ @29067 NONAME ??_R4H323_LID_G729A_Capability@@6B@ @29068 NONAME ??_R4H323_LID_G729B_Capability@@6B@ @29069 NONAME ??_R4H323_LID_G729_Capability@@6B@ @29070 NONAME ??_R4H323_LID_GSM0610_Capability@@6B@ @29071 NONAME ??_R4H323_muLawCodec@@6B@ @27782 NONAME ??_R4H323_RealTimeChannel@@6B@ @27783 NONAME ??_R4H323_RTPChannel@@6B@ @27784 NONAME ??_R4H323_RTP_Session@@6B@ @27785 NONAME ??_R4H323_RTP_UDP@@6B@ @27786 NONAME ??_R4H323_T120Capability@@6B@ @27787 NONAME ??_R4H323_T120Channel@@6B@ @27788 NONAME ??_R4H323_T38Capability@@6B@ @27789 NONAME ??_R4H323_T38Channel@@6B@ @27790 NONAME ??_R4H323_T38NonStandardCapability@@6BH323DataCapability@@@ @27791 NONAME ??_R4H323_T38NonStandardCapability@@6BH323NonStandardCapabilityInfo@@@ @27792 NONAME ??_R4H323_UserInputCapability@@6B@ @27793 NONAME ??_R4H45010_ArrayOf_MixedExtension@@6B@ @27794 NONAME ??_R4H45010_CfbOvrOptArg@@6B@ @27795 NONAME ??_R4H45010_CoReqOptArg@@6B@ @27796 NONAME ??_R4H45010_H323CallOfferOperations@@6B@ @27797 NONAME ??_R4H45010_RUAlertOptArg@@6B@ @27798 NONAME ??_R4H45011Handler@@6B@ @27799 NONAME ??_R4H45011_ArrayOf_MixedExtension@@6B@ @27800 NONAME ??_R4H45011_CallIntrusionErrors@@6B@ @27801 NONAME ??_R4H45011_CICapabilityLevel@@6B@ @27802 NONAME ??_R4H45011_CIFrcRelArg@@6B@ @27803 NONAME ??_R4H45011_CIFrcRelOptRes@@6B@ @27804 NONAME ??_R4H45011_CIGetCIPLOptArg@@6B@ @27805 NONAME ??_R4H45011_CIGetCIPLRes@@6B@ @27806 NONAME ??_R4H45011_CIIsOptArg@@6B@ @27807 NONAME ??_R4H45011_CIIsOptRes@@6B@ @27808 NONAME ??_R4H45011_CINotificationArg@@6B@ @27809 NONAME ??_R4H45011_CIProtectionLevel@@6B@ @27810 NONAME ??_R4H45011_CIRequestArg@@6B@ @27811 NONAME ??_R4H45011_CIRequestRes@@6B@ @27812 NONAME ??_R4H45011_CISilentArg@@6B@ @27813 NONAME ??_R4H45011_CISilentOptRes@@6B@ @27814 NONAME ??_R4H45011_CIStatusInformation@@6B@ @27815 NONAME ??_R4H45011_CIWobOptArg@@6B@ @27816 NONAME ??_R4H45011_CIWobOptRes@@6B@ @27817 NONAME ??_R4H45011_H323CallIntrusionOperations@@6B@ @27818 NONAME ??_R4H4501_Address@@6B@ @27819 NONAME ??_R4H4501_AddressInformation@@6B@ @27820 NONAME ??_R4H4501_AddressScreened@@6B@ @27821 NONAME ??_R4H4501_ArrayOf_AliasAddress@@6B@ @27822 NONAME ??_R4H4501_ArrayOf_ROS@@6B@ @27823 NONAME ??_R4H4501_EndpointAddress@@6B@ @27824 NONAME ??_R4H4501_EntityType@@6B@ @27825 NONAME ??_R4H4501_Extension@@6B@ @27826 NONAME ??_R4H4501_GeneralErrorList@@6B@ @27827 NONAME ??_R4H4501_H225InformationElement@@6B@ @27828 NONAME ??_R4H4501_InterpretationApdu@@6B@ @27829 NONAME ??_R4H4501_InvokeIDs@@6B@ @27830 NONAME ??_R4H4501_InvokeIdSet@@6B@ @27831 NONAME ??_R4H4501_NetworkFacilityExtension@@6B@ @27832 NONAME ??_R4H4501_NSAPSubaddress@@6B@ @27833 NONAME ??_R4H4501_NumberScreened@@6B@ @27834 NONAME ??_R4H4501_PartySubaddress@@6B@ @27835 NONAME ??_R4H4501_PresentationAllowedIndicator@@6B@ @27836 NONAME ??_R4H4501_PresentedAddressScreened@@6B@ @27837 NONAME ??_R4H4501_PresentedAddressUnscreened@@6B@ @27838 NONAME ??_R4H4501_PresentedNumberScreened@@6B@ @27839 NONAME ??_R4H4501_PresentedNumberUnscreened@@6B@ @27840 NONAME ??_R4H4501_ScreeningIndicator@@6B@ @27841 NONAME ??_R4H4501_ServiceApdus@@6B@ @27842 NONAME ??_R4H4501_SubaddressInformation@@6B@ @27843 NONAME ??_R4H4501_SupplementaryService@@6B@ @27844 NONAME ??_R4H4501_UserSpecifiedSubaddress@@6B@ @27845 NONAME ??_R4H4502Handler@@6B@ @27846 NONAME ??_R4H4502_CallIdentity@@6B@ @27847 NONAME ??_R4H4502_CallStatus@@6B@ @27848 NONAME ??_R4H4502_CallTransferErrors@@6B@ @27849 NONAME ??_R4H4502_CallTransferOperation@@6B@ @27850 NONAME ??_R4H4502_CTActiveArg@@6B@ @27851 NONAME ??_R4H4502_CTActiveArg_argumentExtension@@6B@ @27852 NONAME ??_R4H4502_CTCompleteArg@@6B@ @27853 NONAME ??_R4H4502_CTCompleteArg_argumentExtension@@6B@ @27854 NONAME ??_R4H4502_CTIdentifyRes@@6B@ @27855 NONAME ??_R4H4502_CTIdentifyRes_resultExtension@@6B@ @27856 NONAME ??_R4H4502_CTInitiateArg@@6B@ @27857 NONAME ??_R4H4502_CTInitiateArg_argumentExtension@@6B@ @27858 NONAME ??_R4H4502_CTSetupArg@@6B@ @27859 NONAME ??_R4H4502_CTSetupArg_argumentExtension@@6B@ @27860 NONAME ??_R4H4502_CTUpdateArg@@6B@ @27861 NONAME ??_R4H4502_CTUpdateArg_argumentExtension@@6B@ @27862 NONAME ??_R4H4502_DummyArg@@6B@ @27863 NONAME ??_R4H4502_DummyRes@@6B@ @27864 NONAME ??_R4H4502_EndDesignation@@6B@ @27865 NONAME ??_R4H4502_ExtensionSeq@@6B@ @27866 NONAME ??_R4H4502_SubaddressTransferArg@@6B@ @27867 NONAME ??_R4H4502_SubaddressTransferArg_argumentExtension@@6B@ @27868 NONAME ??_R4H4503_BasicService@@6B@ @27869 NONAME ??_R4H4503_CallDiversionErrors@@6B@ @27870 NONAME ??_R4H4503_DiversionReason@@6B@ @27871 NONAME ??_R4H4503_ExtensionSeq@@6B@ @27872 NONAME ??_R4H4503_H323CallDiversionOperations@@6B@ @27873 NONAME ??_R4H4503_IntResult@@6B@ @27874 NONAME ??_R4H4503_IntResultList@@6B@ @27875 NONAME ??_R4H4503_IntResult_extension@@6B@ @27876 NONAME ??_R4H4503_Procedure@@6B@ @27877 NONAME ??_R4H4503_SubscriptionOption@@6B@ @27878 NONAME ??_R4H4504Handler@@6B@ @27879 NONAME ??_R4H4504_ArrayOf_MixedExtension@@6B@ @27880 NONAME ??_R4H4504_CallHoldOperation@@6B@ @27881 NONAME ??_R4H4504_Extension@@6B@ @27882 NONAME ??_R4H4504_HoldNotificArg@@6B@ @27883 NONAME ??_R4H4504_MixedExtension@@6B@ @27884 NONAME ??_R4H4504_RemoteHoldArg@@6B@ @27885 NONAME ??_R4H4504_RemoteHoldRes@@6B@ @27886 NONAME ??_R4H4504_RemoteRetrieveArg@@6B@ @27887 NONAME ??_R4H4504_RemoteRetrieveRes@@6B@ @27888 NONAME ??_R4H4504_RetrieveNotificArg@@6B@ @27889 NONAME ??_R4H4505_ArrayOf_MixedExtension@@6B@ @27890 NONAME ??_R4H4505_CallParkPickupOperations@@6B@ @27891 NONAME ??_R4H4505_CallPickupErrors@@6B@ @27892 NONAME ??_R4H4505_CallType@@6B@ @27893 NONAME ??_R4H4505_CpickupNotifyArg@@6B@ @27894 NONAME ??_R4H4505_CpNotifyArg@@6B@ @27895 NONAME ??_R4H4505_CpRequestArg@@6B@ @27896 NONAME ??_R4H4505_CpRequestRes@@6B@ @27897 NONAME ??_R4H4505_CpSetupArg@@6B@ @27898 NONAME ??_R4H4505_CpSetupRes@@6B@ @27899 NONAME ??_R4H4505_GroupIndicationOffArg@@6B@ @27900 NONAME ??_R4H4505_GroupIndicationOffRes@@6B@ @27901 NONAME ??_R4H4505_GroupIndicationOnArg@@6B@ @27902 NONAME ??_R4H4505_GroupIndicationOnRes@@6B@ @27903 NONAME ??_R4H4505_ParkCondition@@6B@ @27904 NONAME ??_R4H4505_ParkedToPosition@@6B@ @27905 NONAME ??_R4H4505_PickExeArg@@6B@ @27906 NONAME ??_R4H4505_PickExeRes@@6B@ @27907 NONAME ??_R4H4505_PickrequArg@@6B@ @27908 NONAME ??_R4H4505_PickrequRes@@6B@ @27909 NONAME ??_R4H4505_PickupArg@@6B@ @27910 NONAME ??_R4H4505_PickupRes@@6B@ @27911 NONAME ??_R4H4506Handler@@6B@ @27912 NONAME ??_R4H4506_ArrayOf_MixedExtension@@6B@ @27913 NONAME ??_R4H4506_CallWaitingArg@@6B@ @27914 NONAME ??_R4H4506_CallWaitingOperations@@6B@ @27915 NONAME ??_R4H4507_ArrayOf_MixedExtension@@6B@ @27916 NONAME ??_R4H4507_BasicService@@6B@ @27917 NONAME ??_R4H4507_DummyRes@@6B@ @27918 NONAME ??_R4H4507_H323_MWI_Operations@@6B@ @27919 NONAME ??_R4H4507_MessageWaitingIndicationErrors@@6B@ @27920 NONAME ??_R4H4507_MsgCentreId@@6B@ @27921 NONAME ??_R4H4507_MWIActivateArg@@6B@ @27922 NONAME ??_R4H4507_MWIDeactivateArg@@6B@ @27923 NONAME ??_R4H4507_MWIInterrogateArg@@6B@ @27924 NONAME ??_R4H4507_MWIInterrogateRes@@6B@ @27925 NONAME ??_R4H4507_MWIInterrogateResElt@@6B@ @27926 NONAME ??_R4H4507_NbOfMessages@@6B@ @27927 NONAME ??_R4H4507_TimeStamp@@6B@ @27928 NONAME ??_R4H4508_ExtendedName@@6B@ @27929 NONAME ??_R4H4508_Name@@6B@ @27930 NONAME ??_R4H4508_NameOperations@@6B@ @27931 NONAME ??_R4H4508_NamePresentationAllowed@@6B@ @27932 NONAME ??_R4H4508_NamePresentationRestricted@@6B@ @27933 NONAME ??_R4H4508_SimpleName@@6B@ @27934 NONAME ??_R4H4509_ArrayOf_MixedExtension@@6B@ @27935 NONAME ??_R4H4509_CallCompletionErrors@@6B@ @27936 NONAME ??_R4H4509_CcArg@@6B@ @27937 NONAME ??_R4H4509_CcLongArg@@6B@ @27938 NONAME ??_R4H4509_CcRequestArg@@6B@ @27939 NONAME ??_R4H4509_CcRequestRes@@6B@ @27940 NONAME ??_R4H4509_CcShortArg@@6B@ @27941 NONAME ??_R4H4509_H323CallCompletionOperations@@6B@ @27942 NONAME ??_R4H450ServiceAPDU@@6B@ @27943 NONAME ??_R4H450xDispatcher@@6B@ @27944 NONAME ??_R4H450xHandler@@6B@ @27945 NONAME ??_R4H501AccessRequest@@6B@ @27946 NONAME ??_R4H501DescriptorUpdate@@6B@ @27947 NONAME ??_R4H501PDU@@6BH323TransactionPDU@@@ @27948 NONAME ??_R4H501PDU@@6BH501_Message@@@ @27949 NONAME ??_R4H501ServiceRequest@@6B@ @27950 NONAME ??_R4H501Transaction@@6B@ @27951 NONAME ??_R4H501_AccessConfirmation@@6B@ @27952 NONAME ??_R4H501_AccessRejection@@6B@ @27953 NONAME ??_R4H501_AccessRejectionReason@@6B@ @27954 NONAME ??_R4H501_AccessRequest@@6B@ @27955 NONAME ??_R4H501_AccessToken@@6B@ @27956 NONAME ??_R4H501_AddressTemplate@@6B@ @27957 NONAME ??_R4H501_AlternatePE@@6B@ @27958 NONAME ??_R4H501_AlternatePEInfo@@6B@ @27959 NONAME ??_R4H501_ApplicationMessage@@6B@ @27960 NONAME ??_R4H501_ArrayOf_AccessToken@@6B@ @27961 NONAME ??_R4H501_ArrayOf_AddressTemplate@@6B@ @27962 NONAME ??_R4H501_ArrayOf_AliasAddress@@6B@ @27963 NONAME ??_R4H501_ArrayOf_AlternatePE@@6B@ @27964 NONAME ??_R4H501_ArrayOf_CircuitIdentifier@@6B@ @27965 NONAME ??_R4H501_ArrayOf_ClearToken@@6B@ @27966 NONAME ??_R4H501_ArrayOf_ContactInformation@@6B@ @27967 NONAME ??_R4H501_ArrayOf_CryptoH323Token@@6B@ @27968 NONAME ??_R4H501_ArrayOf_Descriptor@@6B@ @27969 NONAME ??_R4H501_ArrayOf_DescriptorInfo@@6B@ @27970 NONAME ??_R4H501_ArrayOf_GenericData@@6B@ @27971 NONAME ??_R4H501_ArrayOf_GloballyUniqueID@@6B@ @27972 NONAME ??_R4H501_ArrayOf_NonStandardParameter@@6B@ @27973 NONAME ??_R4H501_ArrayOf_PASN_ObjectId@@6B@ @27974 NONAME ??_R4H501_ArrayOf_Pattern@@6B@ @27975 NONAME ??_R4H501_ArrayOf_PriceElement@@6B@ @27976 NONAME ??_R4H501_ArrayOf_PriceInfoSpec@@6B@ @27977 NONAME ??_R4H501_ArrayOf_RouteInformation@@6B@ @27978 NONAME ??_R4H501_ArrayOf_SecurityMode@@6B@ @27979 NONAME ??_R4H501_ArrayOf_ServiceControlSession@@6B@ @27980 NONAME ??_R4H501_ArrayOf_SupportedProtocols@@6B@ @27981 NONAME ??_R4H501_ArrayOf_TransportAddress@@6B@ @27982 NONAME ??_R4H501_ArrayOf_UpdateInformation@@6B@ @27983 NONAME ??_R4H501_ArrayOf_UsageField@@6B@ @27984 NONAME ??_R4H501_AuthenticationConfirmation@@6B@ @27985 NONAME ??_R4H501_AuthenticationRejection@@6B@ @27986 NONAME ??_R4H501_AuthenticationRejectionReason@@6B@ @27987 NONAME ??_R4H501_AuthenticationRequest@@6B@ @27988 NONAME ??_R4H501_CallInformation@@6B@ @27989 NONAME ??_R4H501_ContactInformation@@6B@ @27990 NONAME ??_R4H501_Descriptor@@6B@ @27991 NONAME ??_R4H501_DescriptorConfirmation@@6B@ @27992 NONAME ??_R4H501_DescriptorIDConfirmation@@6B@ @27993 NONAME ??_R4H501_DescriptorIDRejection@@6B@ @27994 NONAME ??_R4H501_DescriptorIDRejectionReason@@6B@ @27995 NONAME ??_R4H501_DescriptorIDRequest@@6B@ @27996 NONAME ??_R4H501_DescriptorInfo@@6B@ @27997 NONAME ??_R4H501_DescriptorRejection@@6B@ @27998 NONAME ??_R4H501_DescriptorRejectionReason@@6B@ @27999 NONAME ??_R4H501_DescriptorRequest@@6B@ @28000 NONAME ??_R4H501_DescriptorUpdate@@6B@ @28001 NONAME ??_R4H501_DescriptorUpdateAck@@6B@ @28002 NONAME ??_R4H501_ElementIdentifier@@6B@ @28003 NONAME ??_R4H501_GlobalTimeStamp@@6B@ @28004 NONAME ??_R4H501_Message@@6B@ @28005 NONAME ??_R4H501_MessageBody@@6B@ @28006 NONAME ??_R4H501_MessageCommonInfo@@6B@ @28007 NONAME ??_R4H501_NonStandardConfirmation@@6B@ @28008 NONAME ??_R4H501_NonStandardRejection@@6B@ @28009 NONAME ??_R4H501_NonStandardRejectionReason@@6B@ @28010 NONAME ??_R4H501_NonStandardRequest@@6B@ @28011 NONAME ??_R4H501_PartyInformation@@6B@ @28012 NONAME ??_R4H501_Pattern@@6B@ @28013 NONAME ??_R4H501_Pattern_range@@6B@ @28014 NONAME ??_R4H501_PriceElement@@6B@ @28015 NONAME ??_R4H501_PriceElement_units@@6B@ @28016 NONAME ??_R4H501_PriceInfoSpec@@6B@ @28017 NONAME ??_R4H501_ProtocolVersion@@6B@ @28018 NONAME ??_R4H501_RequestInProgress@@6B@ @28019 NONAME ??_R4H501_Role@@6B@ @28020 NONAME ??_R4H501_RouteInformation@@6B@ @28021 NONAME ??_R4H501_RouteInformation_messageType@@6B@ @28022 NONAME ??_R4H501_SecurityMode@@6B@ @28023 NONAME ??_R4H501_ServiceConfirmation@@6B@ @28024 NONAME ??_R4H501_ServiceRejection@@6B@ @28025 NONAME ??_R4H501_ServiceRejectionReason@@6B@ @28026 NONAME ??_R4H501_ServiceRelease@@6B@ @28027 NONAME ??_R4H501_ServiceReleaseReason@@6B@ @28028 NONAME ??_R4H501_ServiceRequest@@6B@ @28029 NONAME ??_R4H501_TerminationCause@@6B@ @28030 NONAME ??_R4H501_TimeZone@@6B@ @28031 NONAME ??_R4H501_UnknownMessageReason@@6B@ @28032 NONAME ??_R4H501_UnknownMessageResponse@@6B@ @28033 NONAME ??_R4H501_UpdateInformation@@6B@ @28034 NONAME ??_R4H501_UpdateInformation_descriptorInfo@@6B@ @28035 NONAME ??_R4H501_UpdateInformation_updateType@@6B@ @28036 NONAME ??_R4H501_UsageCallStatus@@6B@ @28037 NONAME ??_R4H501_UsageConfirmation@@6B@ @28038 NONAME ??_R4H501_UsageField@@6B@ @28039 NONAME ??_R4H501_UsageIndication@@6B@ @28040 NONAME ??_R4H501_UsageIndicationConfirmation@@6B@ @28041 NONAME ??_R4H501_UsageIndicationRejection@@6B@ @28042 NONAME ??_R4H501_UsageIndicationRejectionReason@@6B@ @28043 NONAME ??_R4H501_UsageRejection@@6B@ @28044 NONAME ??_R4H501_UsageRejectReason@@6B@ @28045 NONAME ??_R4H501_UsageRequest@@6B@ @28046 NONAME ??_R4H501_UsageSpecification@@6B@ @28047 NONAME ??_R4H501_UsageSpecification_when@@6B@ @28048 NONAME ??_R4H501_UserInformation@@6B@ @28049 NONAME ??_R4H501_ValidationConfirmation@@6B@ @28050 NONAME ??_R4H501_ValidationRejection@@6B@ @28051 NONAME ??_R4H501_ValidationRejectionReason@@6B@ @28052 NONAME ??_R4H501_ValidationRequest@@6B@ @28053 NONAME ??_R4HandleTimeout_PNotifier@H245Negotiator@@6B@ @28054 NONAME ??_R4HandleTransactions_PNotifier@H323Transactor@@6B@ @28055 NONAME ??_R4HIDPluginDeviceManager@@6B@ @30565 NONAME ??_R4IntraP64Decoder@@6B@ @28056 NONAME ??_R4MCS_ArrayOf_ChannelAttributes@@6B@ @28057 NONAME ??_R4MCS_ArrayOf_ChannelId@@6B@ @28058 NONAME ??_R4MCS_ArrayOf_TokenAttributes@@6B@ @28059 NONAME ??_R4MCS_ArrayOf_TokenId@@6B@ @28060 NONAME ??_R4MCS_ArrayOf_UserId@@6B@ @28061 NONAME ??_R4MCS_AssignedChannelId@@6B@ @28062 NONAME ??_R4MCS_AUcf@@6B@ @28063 NONAME ??_R4MCS_AUrq@@6B@ @28064 NONAME ??_R4MCS_CAin@@6B@ @28065 NONAME ??_R4MCS_CArq@@6B@ @28066 NONAME ??_R4MCS_CCcf@@6B@ @28067 NONAME ??_R4MCS_CCrq@@6B@ @28068 NONAME ??_R4MCS_CDin@@6B@ @28069 NONAME ??_R4MCS_CDrq@@6B@ @28070 NONAME ??_R4MCS_CEin@@6B@ @28071 NONAME ??_R4MCS_CErq@@6B@ @28072 NONAME ??_R4MCS_ChannelAttributes@@6B@ @28073 NONAME ??_R4MCS_ChannelAttributes_assigned@@6B@ @28074 NONAME ??_R4MCS_ChannelAttributes_private@@6B@ @28075 NONAME ??_R4MCS_ChannelAttributes_static@@6B@ @28076 NONAME ??_R4MCS_ChannelAttributes_userId@@6B@ @28077 NONAME ??_R4MCS_ChannelId@@6B@ @28078 NONAME ??_R4MCS_CJcf@@6B@ @28079 NONAME ??_R4MCS_CJrq@@6B@ @28080 NONAME ??_R4MCS_CLrq@@6B@ @28081 NONAME ??_R4MCS_ConnectMCSPDU@@6B@ @28082 NONAME ??_R4MCS_Connect_Additional@@6B@ @28083 NONAME ??_R4MCS_Connect_Initial@@6B@ @28084 NONAME ??_R4MCS_Connect_Response@@6B@ @28085 NONAME ??_R4MCS_Connect_Result@@6B@ @28086 NONAME ??_R4MCS_DataPriority@@6B@ @28087 NONAME ??_R4MCS_Diagnostic@@6B@ @28088 NONAME ??_R4MCS_DomainMCSPDU@@6B@ @28089 NONAME ??_R4MCS_DomainParameters@@6B@ @28090 NONAME ??_R4MCS_DPum@@6B@ @28091 NONAME ??_R4MCS_DUin@@6B@ @28092 NONAME ??_R4MCS_DUrq@@6B@ @28093 NONAME ??_R4MCS_DynamicChannelId@@6B@ @28094 NONAME ??_R4MCS_EDrq@@6B@ @28095 NONAME ??_R4MCS_MCcf@@6B@ @28096 NONAME ??_R4MCS_MCrq@@6B@ @28097 NONAME ??_R4MCS_MTcf@@6B@ @28098 NONAME ??_R4MCS_MTrq@@6B@ @28099 NONAME ??_R4MCS_PCin@@6B@ @28100 NONAME ??_R4MCS_PDin@@6B@ @28101 NONAME ??_R4MCS_PrivateChannelId@@6B@ @28102 NONAME ??_R4MCS_PTin@@6B@ @28103 NONAME ??_R4MCS_Reason@@6B@ @28104 NONAME ??_R4MCS_Result@@6B@ @28105 NONAME ??_R4MCS_RJum@@6B@ @28106 NONAME ??_R4MCS_SDin@@6B@ @28107 NONAME ??_R4MCS_SDrq@@6B@ @28108 NONAME ??_R4MCS_Segmentation@@6B@ @28109 NONAME ??_R4MCS_StaticChannelId@@6B@ @28110 NONAME ??_R4MCS_TGcf@@6B@ @28111 NONAME ??_R4MCS_TGrq@@6B@ @28112 NONAME ??_R4MCS_TIcf@@6B@ @28113 NONAME ??_R4MCS_TIrq@@6B@ @28114 NONAME ??_R4MCS_TokenAttributes@@6B@ @28115 NONAME ??_R4MCS_TokenAttributes_given@@6B@ @28116 NONAME ??_R4MCS_TokenAttributes_giving@@6B@ @28117 NONAME ??_R4MCS_TokenAttributes_grabbed@@6B@ @28118 NONAME ??_R4MCS_TokenAttributes_inhibited@@6B@ @28119 NONAME ??_R4MCS_TokenAttributes_ungivable@@6B@ @28120 NONAME ??_R4MCS_TokenId@@6B@ @28121 NONAME ??_R4MCS_TokenStatus@@6B@ @28122 NONAME ??_R4MCS_TPin@@6B@ @28123 NONAME ??_R4MCS_TPrq@@6B@ @28124 NONAME ??_R4MCS_TRcf@@6B@ @28125 NONAME ??_R4MCS_TRrq@@6B@ @28126 NONAME ??_R4MCS_TTcf@@6B@ @28127 NONAME ??_R4MCS_TTrq@@6B@ @28128 NONAME ??_R4MCS_TVcf@@6B@ @28129 NONAME ??_R4MCS_TVin@@6B@ @28130 NONAME ??_R4MCS_TVrq@@6B@ @28131 NONAME ??_R4MCS_TVrs@@6B@ @28132 NONAME ??_R4MCS_UserId@@6B@ @28133 NONAME ??_R4MCS_USin@@6B@ @28134 NONAME ??_R4MCS_USrq@@6B@ @28135 NONAME ??_R4MonitorMain_PNotifier@H323Gatekeeper@@6B@ @28146 NONAME ??_R4MonitorMain_PNotifier@H323GatekeeperServer@@6B@ @28147 NONAME ??_R4MonitorMain_PNotifier@H323PeerElement@@6B@ @28148 NONAME ??_R4Monitor_PNotifier@OpalUSBDevice@@6B@ @30566 NONAME ??_R4MSIPAddress@PILSSession@@6B@ @28149 NONAME ??_R4MXRecordList@PDNS@@6B@ @30567 NONAME ??_R4OnCallIntrudeTimeOut_PNotifier@H45011Handler@@6B@ @28150 NONAME ??_R4OnCallTransferTimeOut_PNotifier@H4502Handler@@6B@ @28151 NONAME ??_R4OnLoadModule_PNotifier@PPluginModuleManager@@6B@ @28642 NONAME ??_R4OnUserInputInBandDTMF_PNotifier@H323Connection@@6B@ @28153 NONAME ??_R4OnUserInputInlineRFC2833_PNotifier@H323Connection@@6B@ @28154 NONAME ??_R4OpalG711ALaw64kFormat@@6B@ @28838 NONAME ??_R4OpalG711ALaw64k_Decoder@@6B@ @29806 NONAME ??_R4OpalG711ALaw64k_Encoder@@6B@ @29807 NONAME ??_R4OpalG711uLaw64kFormat@@6B@ @28839 NONAME ??_R4OpalG711uLaw64k_Decoder@@6B@ @29808 NONAME ??_R4OpalG711uLaw64k_Encoder@@6B@ @29809 NONAME ??_R4OpalG7231A_5k3Format@@6B@ @28840 NONAME ??_R4OpalG7231A_6k3Format@@6B@ @28841 NONAME ??_R4OpalG7231_5k3Format@@6B@ @28842 NONAME ??_R4OpalG7231_6k3Format@@6B@ @28843 NONAME ??_R4OpalG728Format@@6B@ @28844 NONAME ??_R4OpalG729ABFormat@@6B@ @28845 NONAME ??_R4OpalG729AFormat@@6B@ @28846 NONAME ??_R4OpalG729BFormat@@6B@ @28847 NONAME ??_R4OpalG729Format@@6B@ @28848 NONAME ??_R4OpalGloballyUniqueID@@6B@ @28155 NONAME ??_R4OpalGSM0610Format@@6B@ @28849 NONAME ??_R4OpalH261Format@@6B@ @28850 NONAME ??_R4OpalIxJDevice@@6B@ @28156 NONAME ??_R4OpalLineChannel@@6Biostream@@@ @28157 NONAME ??_R4OpalLineChannel@@6BPObject@@@ @28158 NONAME ??_R4OpalLineInterfaceDevice@@6B@ @28159 NONAME ??_R4OpalMediaFormat@@6B@ @28160 NONAME ??_R4OpalPCM16Format@@6B@ @28851 NONAME ??_R4OpalPluginCodec@@6B@ @29810 NONAME ??_R4OpalPluginMediaFormat@@6B@ @28852 NONAME ??_R4OpalRFC2833@@6B@ @28161 NONAME ??_R4OpalRFC2833Info@@6B@ @28162 NONAME ??_R4OpalRtpToWavFile@@6Biostream@@@ @28163 NONAME ??_R4OpalRtpToWavFile@@6BPObject@@@ @28164 NONAME ??_R4OpalT120Format@@6B@ @28853 NONAME ??_R4OpalT120Protocol@@6B@ @28165 NONAME ??_R4OpalT38Protocol@@6B@ @28166 NONAME ??_R4OpalUSBDevice@@6B@ @30568 NONAME ??_R4OpalUserInputRFC2833Format@@6B@ @28854 NONAME ??_R4OpalVoipBlasterDevice@@6B@ @28167 NONAME ??_R4OpalVXMLSession@@6B@ @29190 NONAME ??_R4OpalVXMLSession@@6Biostream@@@ @28168 NONAME ??_R4OpalVXMLSession@@6BPObject@@@ @28169 NONAME ??_R4OpalWAVFile@@6Biostream@@@ @28170 NONAME ??_R4OpalWAVFile@@6BPObject@@@ @28171 NONAME ??_R4P64Decoder@@6B@ @28172 NONAME ??_R4PASN_Boolean@@6B@ @28173 NONAME ??_R4PASN_ConstrainedObject@@6B@ @28174 NONAME ??_R4PASN_ConstrainedString@@6B@ @28175 NONAME ??_R4PASN_Enumeration@@6B@ @28176 NONAME ??_R4PASN_GeneralString@@6B@ @28177 NONAME ??_R4PASN_IA5String@@6B@ @28178 NONAME ??_R4PASN_Integer@@6B@ @28179 NONAME ??_R4PASN_Null@@6B@ @28180 NONAME ??_R4PASN_NumericString@@6B@ @28181 NONAME ??_R4PASN_Object@@6B@ @28182 NONAME ??_R4PASN_PrintableString@@6B@ @28183 NONAME ??_R4PASN_Stream@@6B@ @28184 NONAME ??_R4PASN_VisibleString@@6B@ @30569 NONAME ??_R4PDTMFEncoder@@6B@ @30570 NONAME ??_R4PLDAPAttr_c@RTPerson@PILSSession@@6B@ @28185 NONAME ??_R4PLDAPAttr_cn@RTPerson@PILSSession@@6B@ @28186 NONAME ??_R4PLDAPAttr_comment@RTPerson@PILSSession@@6B@ @28187 NONAME ??_R4PLDAPAttr_givenName@RTPerson@PILSSession@@6B@ @28188 NONAME ??_R4PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@6B@ @28189 NONAME ??_R4PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@6B@ @28190 NONAME ??_R4PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@6B@ @28191 NONAME ??_R4PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@6B@ @28192 NONAME ??_R4PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@6B@ @28193 NONAME ??_R4PLDAPAttr_location@RTPerson@PILSSession@@6B@ @28194 NONAME ??_R4PLDAPAttr_o@RTPerson@PILSSession@@6B@ @28195 NONAME ??_R4PLDAPAttr_objectClass@RTPerson@PILSSession@@6B@ @28196 NONAME ??_R4PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@6B@ @28197 NONAME ??_R4PLDAPAttr_sappguid@RTPerson@PILSSession@@6B@ @28198 NONAME ??_R4PLDAPAttr_sappid@RTPerson@PILSSession@@6B@ @28199 NONAME ??_R4PLDAPAttr_sflags@RTPerson@PILSSession@@6B@ @28200 NONAME ??_R4PLDAPAttr_sipAddress@RTPerson@PILSSession@@6B@ @28201 NONAME ??_R4PLDAPAttr_smimetype@RTPerson@PILSSession@@6B@ @28202 NONAME ??_R4PLDAPAttr_smodop@RTPerson@PILSSession@@6B@ @28203 NONAME ??_R4PLDAPAttr_sport@RTPerson@PILSSession@@6B@ @28204 NONAME ??_R4PLDAPAttr_sprotid@RTPerson@PILSSession@@6B@ @28205 NONAME ??_R4PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@6B@ @28206 NONAME ??_R4PLDAPAttr_ssecurity@RTPerson@PILSSession@@6B@ @28207 NONAME ??_R4PLDAPAttr_sttl@RTPerson@PILSSession@@6B@ @28208 NONAME ??_R4PLDAPAttr_surname@RTPerson@PILSSession@@6B@ @28209 NONAME ??_R4PLDAPAttr_timestamp@RTPerson@PILSSession@@6B@ @28210 NONAME ??_R4PluginLoader@@6B@ @30571 NONAME ??_R4PPER_Stream@@6B@ @28211 NONAME ??_R4Pre_Vid_Coder@@6B@ @28212 NONAME ??_R4PWAVFileConverter@@6B@ @30572 NONAME ??_R4PWAVFileConverterALaw@@6B@ @29676 NONAME ??_R4PWAVFileConverterULaw@@6B@ @29677 NONAME ??_R4Q931@@6B@ @28215 NONAME ??_R4ReceivedPacket_PNotifier@OpalRFC2833@@6B@ @28216 NONAME ??_R4ReceivedPacket_PNotifier@OpalRtpToWavFile@@6B@ @28217 NONAME ??_R4ReceiverReport@RTP_Session@@6B@ @28218 NONAME ??_R4ReceiveTimeout_PNotifier@OpalRFC2833@@6B@ @28219 NONAME ??_R4Request@H323Transactor@@6B@ @28220 NONAME ??_R4Response@H323Transactor@@6B@ @28221 NONAME ??_R4RTPerson@PILSSession@@6B@ @28222 NONAME ??_R4RTP_ControlFrame@@6B@ @28223 NONAME ??_R4RTP_DataFrame@@6B@ @28224 NONAME ??_R4RTP_JitterBuffer@@6B@ @28225 NONAME ??_R4RTP_QOS@@6B@ @28226 NONAME ??_R4RTP_Session@@6B@ @28227 NONAME ??_R4RTP_SessionManager@@6B@ @28228 NONAME ??_R4RTP_UDP@@6B@ @28229 NONAME ??_R4SenderReport@RTP_Session@@6B@ @28230 NONAME ??_R4SlowHandler_PNotifier@H323Transaction@@6B@ @28231 NONAME ??_R4SoundTones@OpalUSBDevice@@6B@ @30573 NONAME ??_R4SourceDescription@RTP_Session@@6B@ @28232 NONAME ??_R4SRVRecordList@PDNS@@6B@ @30574 NONAME ??_R4StatusHandler_PNotifier@OpalVoipBlasterDevice@@6B@ @28233 NONAME ??_R4StringMap@H323GatekeeperServer@@6B@ @28234 NONAME ??_R4T120ConnectPDU@@6B@ @28235 NONAME ??_R4T120_X224@@6B@ @28236 NONAME ??_R4T38_ArrayOf_PASN_OctetString@@6B@ @28237 NONAME ??_R4T38_Data_Field@@6B@ @28238 NONAME ??_R4T38_Data_Field_subtype@@6B@ @28239 NONAME ??_R4T38_Data_Field_subtype_field_type@@6B@ @28240 NONAME ??_R4T38_IFPPacket@@6B@ @28241 NONAME ??_R4T38_PreCorrigendum_Data_Field@@6B@ @28242 NONAME ??_R4T38_PreCorrigendum_Data_Field_subtype@@6B@ @28243 NONAME ??_R4T38_PreCorrigendum_Data_Field_subtype_field_type@@6B@ @28244 NONAME ??_R4T38_PreCorrigendum_IFPPacket@@6B@ @28245 NONAME ??_R4T38_Type_of_msg@@6B@ @28246 NONAME ??_R4T38_Type_of_msg_data@@6B@ @28247 NONAME ??_R4T38_Type_of_msg_t30_indicator@@6B@ @28248 NONAME ??_R4T38_UDPTLPacket@@6B@ @28249 NONAME ??_R4T38_UDPTLPacket_error_recovery@@6B@ @28250 NONAME ??_R4T38_UDPTLPacket_error_recovery_fec_info@@6B@ @28251 NONAME ??_R4T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@6B@ @28252 NONAME ??_R4T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@6B@ @28253 NONAME ??_R4T38_UDPTLPacket_primary_ifp_packet@@6B@ @28254 NONAME ??_R4TickleMonitor_PNotifier@H323Gatekeeper@@6B@ @28255 NONAME ??_R4TonePlay_PNotifier@OpalUSBDevice@@6B@ @30575 NONAME ??_R4TransmitEnded_PNotifier@OpalRFC2833@@6B@ @28256 NONAME ??_R4TransmitPacket_PNotifier@OpalRFC2833@@6B@ @28257 NONAME ??_R4Transmitter@@6B@ @28258 NONAME ??_R4UpdateAllDescriptors_PNotifier@H323PeerElement@@6B@ @28259 NONAME ??_R4VoipBlasterInterface@@6B@ @28261 NONAME ??_R4Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@6B@ @29811 NONAME ??_R4Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@6B@ @29812 NONAME ??_R4Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@6B@ @29813 NONAME ??_R4Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@6B@ @29814 NONAME ??_R4Worker@OpalPluginCodecFactory@@6B@ @29815 NONAME ??_R4WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @30576 NONAME ??_R4WorkerBase@?$PFactory@VH323Capability@@VPString@@@@6B@ @29506 NONAME ??_R4WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@6B@ @29816 NONAME ??_R4WorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@6B@ @30577 NONAME ??_R4WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @29507 NONAME ??_R4WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@6B@ @29508 NONAME ??_R4WorkerBase@?$PFactory@VPWAVFileConverter@@I@@6B@ @29678 NONAME ??_R4X224@@6B@ @28262 NONAME ??_R4X880_Code@@6B@ @28263 NONAME ??_R4X880_GeneralProblem@@6B@ @28264 NONAME ??_R4X880_Invoke@@6B@ @28265 NONAME ??_R4X880_InvokeId@@6B@ @28266 NONAME ??_R4X880_InvokeProblem@@6B@ @28267 NONAME ??_R4X880_Reject@@6B@ @28268 NONAME ??_R4X880_RejectProblem@@6B@ @28269 NONAME ??_R4X880_Reject_problem@@6B@ @28270 NONAME ??_R4X880_ReturnError@@6B@ @28271 NONAME ??_R4X880_ReturnErrorProblem@@6B@ @28272 NONAME ??_R4X880_ReturnResult@@6B@ @28273 NONAME ??_R4X880_ReturnResultProblem@@6B@ @28274 NONAME ??_R4X880_ReturnResult_result@@6B@ @28275 NONAME ??_R4X880_ROS@@6B@ @28276 NONAME ?Accept@H323ListenerTCP@@UAEPAVH323Transport@@ABVPTimeInterval@@@Z @12664 NONAME ?AcceptControlChannel@H323Transport@@UAEHAAVH323Connection@@@Z @4611 NONAME ?AcceptControlChannel@H323TransportTCP@@UAEHAAVH323Connection@@@Z @4612 NONAME ?AccessRequest@H323PeerElement@@QAEHABVH225_AliasAddress@@AAVH225_ArrayOf_AliasAddress@@AAV2@I@Z @18373 NONAME ?AccessRequest@H323PeerElement@@QAEHABVH225_AliasAddress@@AAVH225_ArrayOf_AliasAddress@@AAVH323TransportAddress@@I@Z @18374 NONAME ?AccessRequest@H323PeerElement@@QAEHABVPString@@AAVH225_ArrayOf_AliasAddress@@AAVH323TransportAddress@@I@Z @18375 NONAME ?AccessRequest@H323PeerElement@@QAEHABVPString@@AAVPStringArray@@AAVH323TransportAddress@@I@Z @18376 NONAME ?Add@H245NegLogicalChannels@@UAEXAAVH323Channel@@@Z @13246 NONAME ?Add@H323Capabilities@@QAEXPAVH323Capability@@@Z @9024 NONAME ?AddAliasName@H323EndPoint@@QAEHABVPString@@@Z @4614 NONAME ?AddAllCapabilities@H323Capabilities@@QAEHHHABVPString@@@Z @29072 NONAME ?AddAllCapabilities@H323EndPoint@@QAEHHHABVPString@@@Z @10952 NONAME ?AddAllCapabilities@H323_LIDCapability@@SAXABVOpalLineInterfaceDevice@@AAVH323Capabilities@@HH@Z @9149 NONAME ?AddAllCapabilities@H323_UserInputCapability@@SAXAAVH323Capabilities@@HH@Z @9302 NONAME ?AddAllHIDs@HIDDevices@@QAEHABVPString@@@Z @30578 NONAME ?AddAllUserInputCapabilities@H323EndPoint@@QAEXHH@Z @10953 NONAME ?AddCall@H323GatekeeperServer@@UAEXPAVH323GatekeeperCall@@@Z @28625 NONAME ?AddCall@H323RegisteredEndPoint@@UAEXPAVH323GatekeeperCall@@@Z @28626 NONAME ?AddCallCreditServiceControl@H323GatekeeperCall@@QBEHAAVH225_ArrayOf_ServiceControlSession@@@Z @16494 NONAME ?AddCapability@H235Authenticator@@IAEHIABVPString@@AAVH225_ArrayOf_AuthenticationMechanism@@AAVH225_ArrayOf_PASN_ObjectId@@@Z @14203 NONAME ?AddCapability@H323EndPoint@@QAEXPAVH323Capability@@@Z @4615 NONAME ?AddDescriptor@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@ABVH225_ArrayOf_AliasAddress@@1IH@Z @18670 NONAME ?AddDescriptor@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@ABVH225_ArrayOf_AliasAddress@@ABVH323TransportAddressArray@@IH@Z @18671 NONAME ?AddDescriptor@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@ABVPOrdinalKey@@ABVH225_ArrayOf_AliasAddress@@2IH@Z @18672 NONAME ?AddDescriptor@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@ABVPOrdinalKey@@ABVH501_ArrayOf_AddressTemplate@@ABVPTime@@H@Z @18762 NONAME ?AddDescriptor@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@ABVPStringArray@@ABVH323TransportAddressArray@@IH@Z @18673 NONAME ?AddEndPoint@H323GatekeeperServer@@UAEXPAVH323RegisteredEndPoint@@@Z @12812 NONAME ?AddFilter@H323Codec@@QAEXABVPNotifier@@@Z @13829 NONAME ?AddFilter@H323_RTPChannel@@QAEXABVPNotifier@@@Z @13796 NONAME ?AddFormat@H323PluginCodecManager@@SAXABVOpalMediaFormat@@@Z @28681 NONAME ?AddFormat@H323PluginCodecManager@@SAXPAVOpalMediaFormat@@@Z @30579 NONAME ?AddIntegerGenericParameter@H323GenericCapabilityInfo@@UAEHHHHJ@Z @30580 NONAME ?AddListener@H323TransactionServer@@QAEHABVH323TransportAddress@@@Z @17305 NONAME ?AddListener@H323TransactionServer@@QAEHPAVH323Transactor@@@Z @17306 NONAME ?AddListener@H323TransactionServer@@QAEHPAVH323Transport@@@Z @17307 NONAME ?AddListeners@H323TransactionServer@@QAEHABVH323TransportAddressArray@@@Z @17308 NONAME ?AddOpCode@H450xDispatcher@@QAEXIPAVH450xHandler@@@Z @13146 NONAME ?AddReceiverReport@RTP_Session@@IAEXAAUReceiverReport@RTP_ControlFrame@@@Z @13996 NONAME ?AddServiceControlSession@H323RegisteredEndPoint@@UAEHABVH323ServiceControlSession@@AAVH225_ArrayOf_ServiceControlSession@@@Z @15933 NONAME ?AddServiceRelationship@H323PeerElement@@QAEHABVH323TransportAddress@@AAVOpalGloballyUniqueID@@H@Z @18249 NONAME ?AddServiceRelationship@H323PeerElement@@QAEHABVH323TransportAddress@@H@Z @18250 NONAME ?AddSession@RTP_SessionManager@@QAEXPAVRTP_Session@@@Z @4616 NONAME ?AddSourceDescription@RTP_ControlFrame@@QAEAAUSourceDescription@1@K@Z @8923 NONAME ?AddSourceDescriptionItem@RTP_ControlFrame@@QAEAAUItem@SourceDescription@1@AAU31@IABVPString@@@Z @8924 NONAME ?AdmissionRequest@H323Gatekeeper@@QAEHAAVH323Connection@@AAUAdmissionResponse@1@H@Z @13304 NONAME ?AgeResponses@H323Transactor@@IAEXXZ @18174 NONAME ?age_blocks@Pre_Vid_Coder@@IAEXXZ @4619 NONAME ?ALawConverter@@3V?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@A @29679 NONAME ?alloc@Transmitter@@QAEPAUpktbuf@1@XZ @4620 NONAME ?allocate@FullP64Decoder@@MAEXXZ @4621 NONAME ?allocate@IntraP64Decoder@@MAEXXZ @4622 NONAME ?AllocateBandwidth@H323GatekeeperServer@@UAEIII@Z @12817 NONAME ?alloch@Transmitter@@QAEPAUpktbuf@1@XZ @4623 NONAME ?allocref@Pre_Vid_Coder@@IAEXXZ @4624 NONAME ?AllowDuplicateAlias@H323GatekeeperServer@@UAEHABVH225_ArrayOf_AliasAddress@@@Z @28615 NONAME ?Answer@OpalT120Protocol@@UAEHAAVH323Transport@@@Z @12665 NONAME ?Answer@OpalT38Protocol@@UAEHXZ @13980 NONAME ?AnsweringCall@H323Connection@@QAEXW4AnswerCallResponse@1@@Z @4625 NONAME ?Append@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UAE?AV?$PSafePtr@VH323GatekeeperCall@@@@PAVH323GatekeeperCall@@W4PSafetyMode@@@Z @15058 NONAME ?Append@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UAE?AV?$PSafePtr@VH323PeerElementDescriptor@@@@PAVH323PeerElementDescriptor@@W4PSafetyMode@@@Z @18037 NONAME ?Append@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UAE?AV?$PSafePtr@VH323PeerElementServiceRelationship@@@@PAVH323PeerElementServiceRelationship@@W4PSafetyMode@@@Z @18038 NONAME ?Append@PASN_Array@@QAEXPAVPASN_Object@@@Z @16732 NONAME ?AppendAddress@H323TransportAddressArray@@QAEXABVH323TransportAddress@@@Z @16781 NONAME ?AppendString@H323TransportAddressArray@@QAEXABVPString@@@Z @16782 NONAME ?AppendString@H323TransportAddressArray@@QAEXPBD@Z @16783 NONAME ?AppendStringCollection@H323TransportAddressArray@@IAEXABVPCollection@@@Z @14752 NONAME ?ApplyQOS@RTP_UDP@@QAEXABVAddress@PIPSocket@@@Z @18900 NONAME ?AsString@OpalGloballyUniqueID@@QBE?AVPString@@XZ @9540 NONAME ?AttachChannel@H323Codec@@UAEHPAVPChannel@@H@Z @9373 NONAME ?AttachLogicalChannel@H323Codec@@QAEHPAVH323Channel@@@Z @13379 NONAME ?AttachQoS@H323Capability@@UAEXPAVRTP_QOS@@@Z @18901 NONAME ?AttachQoS@H323RealTimeCapability@@UAEXPAVRTP_QOS@@@Z @18902 NONAME ?AttachSignalChannel@H323Connection@@QAEXABVPString@@PAVH323Transport@@H@Z @15108 NONAME ?AttachSupplementaryServiceAPDU@H450ServiceAPDU@@QAEXAAVH323SignalPDU@@@Z @13147 NONAME ?AttachThread@H323Transport@@QAEXPAVPThread@@@Z @4631 NONAME ?AttachToAlerting@H45011Handler@@UAEXAAVH323SignalPDU@@@Z @14325 NONAME ?AttachToAlerting@H4502Handler@@UAEXAAVH323SignalPDU@@@Z @13148 NONAME ?AttachToAlerting@H4506Handler@@UAEXAAVH323SignalPDU@@I@Z @13621 NONAME ?AttachToAlerting@H450xDispatcher@@UAEXAAVH323SignalPDU@@@Z @13149 NONAME ?AttachToAlerting@H450xHandler@@UAEXAAVH323SignalPDU@@@Z @13150 NONAME ?AttachToConnect@H45011Handler@@UAEXAAVH323SignalPDU@@@Z @14326 NONAME ?AttachToConnect@H4502Handler@@UAEXAAVH323SignalPDU@@@Z @13151 NONAME ?AttachToConnect@H450xDispatcher@@UAEXAAVH323SignalPDU@@@Z @13152 NONAME ?AttachToConnect@H450xHandler@@UAEXAAVH323SignalPDU@@@Z @13153 NONAME ?AttachToReleaseComplete@H45011Handler@@UAEXAAVH323SignalPDU@@@Z @14327 NONAME ?AttachToReleaseComplete@H4502Handler@@UAEXAAVH323SignalPDU@@@Z @13154 NONAME ?AttachToReleaseComplete@H450xDispatcher@@UAEXAAVH323SignalPDU@@@Z @13155 NONAME ?AttachToReleaseComplete@H450xHandler@@UAEXAAVH323SignalPDU@@@Z @13156 NONAME ?AttachToSetup@H45011Handler@@UAEXAAVH323SignalPDU@@@Z @14328 NONAME ?AttachToSetup@H4502Handler@@UAEXAAVH323SignalPDU@@@Z @13157 NONAME ?AttachToSetup@H450xDispatcher@@UAEXAAVH323SignalPDU@@@Z @13158 NONAME ?AttachToSetup@H450xHandler@@UAEXAAVH323SignalPDU@@@Z @13159 NONAME ?AvailDevice@HIDDevices@@QAEPAVOpalLineInterfaceDevice@@XZ @30581 NONAME ?AwaitSetupResponse@H45011Handler@@QAEXABVPString@@0@Z @14329 NONAME ?AwaitSetupResponse@H4502Handler@@QAEXABVPString@@0@Z @13160 NONAME ?BandwidthRequest@H323Gatekeeper@@QAEHAAVH323Connection@@I@Z @4632 NONAME ?BeginTransmit@OpalRFC2833@@UAEHD@Z @13797 NONAME ?Bootstrap@H323PluginCodecManager@@SAXXZ @30582 NONAME ?Bootstrap@HIDPluginDeviceManager@@SAXXZ @30583 NONAME ?Build@H323ControlPDU@@QAEAAVH245_CommandMessage@@W4Choices@2@@Z @4633 NONAME ?Build@H323ControlPDU@@QAEAAVH245_IndicationMessage@@W4Choices@2@@Z @4634 NONAME ?Build@H323ControlPDU@@QAEAAVH245_RequestMessage@@W4Choices@2@@Z @4635 NONAME ?Build@H323ControlPDU@@QAEAAVH245_ResponseMessage@@W4Choices@2@@Z @4636 NONAME ?BuildAccessConfirmation@H501PDU@@QAEAAVH501_AccessConfirmation@@I@Z @17811 NONAME ?BuildAccessRejection@H501PDU@@QAEAAVH501_AccessRejection@@IH@Z @18039 NONAME ?BuildAccessRequest@H501PDU@@QAEAAVH501_AccessRequest@@IABVH323TransportAddressArray@@@Z @18674 NONAME ?BuildAdmissionConfirm@H323RasPDU@@QAEAAVH225_AdmissionConfirm@@I@Z @13033 NONAME ?BuildAdmissionReject@H323RasPDU@@QAEAAVH225_AdmissionReject@@II@Z @13034 NONAME ?BuildAdmissionRequest@H323RasPDU@@QAEAAVH225_AdmissionRequest@@I@Z @13035 NONAME ?BuildAlerting@H323SignalPDU@@QAEAAVH225_Alerting_UUIE@@ABVH323Connection@@@Z @8988 NONAME ?BuildAlerting@Q931@@QAEXH@Z @4639 NONAME ?BuildAuthenticationConfirmation@H501PDU@@QAEAAVH501_AuthenticationConfirmation@@I@Z @17814 NONAME ?BuildAuthenticationRejection@H501PDU@@QAEAAVH501_AuthenticationRejection@@II@Z @18135 NONAME ?BuildAuthenticationRequest@H501PDU@@QAEAAVH501_AuthenticationRequest@@IABVH323TransportAddressArray@@@Z @18675 NONAME ?BuildBandwidthConfirm@H323RasPDU@@QAEAAVH225_BandwidthConfirm@@II@Z @13036 NONAME ?BuildBandwidthReject@H323RasPDU@@QAEAAVH225_BandwidthReject@@II@Z @13037 NONAME ?BuildBandwidthRequest@H323RasPDU@@QAEAAVH225_BandwidthRequest@@I@Z @13038 NONAME ?BuildCallIntrusionForcedRelease@H450ServiceAPDU@@QAEXHH@Z @14330 NONAME ?BuildCallIntrusionForcedReleaseError@H450ServiceAPDU@@QAEXXZ @14331 NONAME ?BuildCallIntrusionForcedReleaseResult@H450ServiceAPDU@@QAEAAVX880_ReturnResult@@H@Z @14712 NONAME ?BuildCallIntrusionForceRelesed@H450ServiceAPDU@@QAEXH@Z @14713 NONAME ?BuildCallIntrusionGetCIPL@H450ServiceAPDU@@QAEXH@Z @14714 NONAME ?BuildCallIntrusionImpending@H450ServiceAPDU@@QAEXH@Z @14715 NONAME ?BuildCallProceeding@H323SignalPDU@@QAEAAVH225_CallProceeding_UUIE@@ABVH323Connection@@@Z @8989 NONAME ?BuildCallProceeding@Q931@@QAEXH@Z @4644 NONAME ?BuildCallTransferAbandon@H450ServiceAPDU@@QAEXH@Z @13622 NONAME ?BuildCallTransferIdentify@H450ServiceAPDU@@QAEXH@Z @13623 NONAME ?BuildCallTransferInitiate@H450ServiceAPDU@@QAEXHABVPString@@0ABVH323TransportAddress@@@Z @9983 NONAME ?BuildCallTransferSetup@H450ServiceAPDU@@QAEXHABVPString@@@Z @9984 NONAME ?BuildCallWaiting@H450ServiceAPDU@@QAEXHH@Z @13624 NONAME ?BuildCloseLogicalChannel@H323ControlPDU@@QAEAAVH245_CloseLogicalChannel@@I@Z @4645 NONAME ?BuildCloseLogicalChannelAck@H323ControlPDU@@QAEAAVH245_CloseLogicalChannelAck@@I@Z @4646 NONAME ?BuildConnect@H323SignalPDU@@QAEAAVH225_Connect_UUIE@@ABVH323Connection@@@Z @8990 NONAME ?BuildConnect@H323SignalPDU@@QAEAAVH225_Connect_UUIE@@ABVH323Connection@@ABVAddress@PIPSocket@@G@Z @8991 NONAME ?BuildConnect@Q931@@QAEXH@Z @8996 NONAME ?BuildConnectAck@Q931@@QAEXHH@Z @29626 NONAME ?BuildConnectConfirm@X224@@QAEXXZ @4650 NONAME ?BuildConnectionToken@H323EndPoint@@SA?AVPString@@ABVH323Transport@@IH@Z @4651 NONAME ?BuildConnectRequest@X224@@QAEXXZ @4652 NONAME ?BuildData@X224@@QAEXABVPBYTEArray@@@Z @4653 NONAME ?BuildDescriptorConfirmation@H501PDU@@QAEAAVH501_DescriptorConfirmation@@I@Z @17817 NONAME ?BuildDescriptorIDConfirmation@H501PDU@@QAEAAVH501_DescriptorIDConfirmation@@I@Z @17818 NONAME ?BuildDescriptorIDRejection@H501PDU@@QAEAAVH501_DescriptorIDRejection@@II@Z @18136 NONAME ?BuildDescriptorIDRequest@H501PDU@@QAEAAVH501_DescriptorIDRequest@@IABVH323TransportAddressArray@@@Z @18676 NONAME ?BuildDescriptorRejection@H501PDU@@QAEAAVH501_DescriptorRejection@@II@Z @18137 NONAME ?BuildDescriptorRequest@H501PDU@@QAEAAVH501_DescriptorRequest@@IABVH323TransportAddressArray@@@Z @18677 NONAME ?BuildDescriptorUpdate@H501PDU@@QAEAAVH501_DescriptorUpdate@@IABVH323TransportAddressArray@@@Z @18678 NONAME ?BuildDescriptorUpdateAck@H501PDU@@QAEAAVH501_DescriptorUpdateAck@@I@Z @17824 NONAME ?BuildDisengageConfirm@H323RasPDU@@QAEAAVH225_DisengageConfirm@@I@Z @13039 NONAME ?BuildDisengageReject@H323RasPDU@@QAEAAVH225_DisengageReject@@II@Z @13040 NONAME ?BuildDisengageRequest@H323RasPDU@@QAEAAVH225_DisengageRequest@@I@Z @13041 NONAME ?BuildEndSessionCommand@H323ControlPDU@@QAEAAVH245_EndSessionCommand@@I@Z @4656 NONAME ?BuildFacility@H323SignalPDU@@QAEPAVH225_Facility_UUIE@@ABVH323Connection@@H@Z @8992 NONAME ?BuildFacility@Q931@@QAEXHH@Z @4658 NONAME ?BuildFunctionNotUnderstood@H323ControlPDU@@QAEAAVH245_FunctionNotUnderstood@@ABV1@@Z @4659 NONAME ?BuildGatekeeperConfirm@H323RasPDU@@QAEAAVH225_GatekeeperConfirm@@I@Z @13042 NONAME ?BuildGatekeeperReject@H323RasPDU@@QAEAAVH225_GatekeeperReject@@II@Z @13043 NONAME ?BuildGatekeeperRequest@H323RasPDU@@QAEAAVH225_GatekeeperRequest@@I@Z @13044 NONAME ?BuildInfoRequest@H323RasPDU@@QAEAAVH225_InfoRequest@@IIPBVOpalGloballyUniqueID@@@Z @14736 NONAME ?BuildInfoRequestAck@H323RasPDU@@QAEAAVH225_InfoRequestAck@@I@Z @14257 NONAME ?BuildInfoRequestNak@H323RasPDU@@QAEAAVH225_InfoRequestNak@@II@Z @14258 NONAME ?BuildInfoRequestResponse@H323Gatekeeper@@IAEAAVH225_InfoRequestResponse@@AAVH323RasPDU@@I@Z @14204 NONAME ?BuildInfoRequestResponse@H323RasPDU@@QAEAAVH225_InfoRequestResponse@@I@Z @13045 NONAME ?BuildInformation@H323SignalPDU@@QAEAAVH225_Information_UUIE@@ABVH323Connection@@@Z @12352 NONAME ?BuildInformation@Q931@@QAEXHH@Z @12353 NONAME ?BuildInvoke@H450ServiceAPDU@@QAEAAVX880_Invoke@@HH@Z @9985 NONAME ?BuildLocationConfirm@H323RasPDU@@QAEAAVH225_LocationConfirm@@I@Z @13046 NONAME ?BuildLocationReject@H323RasPDU@@QAEAAVH225_LocationReject@@II@Z @13047 NONAME ?BuildLocationRequest@H323RasPDU@@QAEAAVH225_LocationRequest@@I@Z @13048 NONAME ?BuildMasterSlaveDetermination@H323ControlPDU@@QAEAAVH245_MasterSlaveDetermination@@II@Z @4663 NONAME ?BuildMasterSlaveDeterminationAck@H323ControlPDU@@QAEAAVH245_MasterSlaveDeterminationAck@@H@Z @4664 NONAME ?BuildMasterSlaveDeterminationReject@H323ControlPDU@@QAEAAVH245_MasterSlaveDeterminationReject@@I@Z @4665 NONAME ?BuildNonStandardConfirmation@H501PDU@@QAEAAVH501_NonStandardConfirmation@@I@Z @17825 NONAME ?BuildNonStandardRejection@H501PDU@@QAEAAVH501_NonStandardRejection@@II@Z @18138 NONAME ?BuildNonStandardRequest@H501PDU@@QAEAAVH501_NonStandardRequest@@IABVH323TransportAddressArray@@@Z @18679 NONAME ?BuildNotify@H323SignalPDU@@QAEAAVH225_Notify_UUIE@@ABVH323Connection@@@Z @12354 NONAME ?BuildNotify@Q931@@QAEXHH@Z @12355 NONAME ?BuildOpenLogicalChannel@H323ControlPDU@@QAEAAVH245_OpenLogicalChannel@@I@Z @4666 NONAME ?BuildOpenLogicalChannelAck@H323ControlPDU@@QAEAAVH245_OpenLogicalChannelAck@@I@Z @4667 NONAME ?BuildOpenLogicalChannelConfirm@H323ControlPDU@@QAEAAVH245_OpenLogicalChannelConfirm@@I@Z @4668 NONAME ?BuildOpenLogicalChannelReject@H323ControlPDU@@QAEAAVH245_OpenLogicalChannelReject@@II@Z @4669 NONAME ?BuildPDU@H323Capabilities@@QBEXABVH323Connection@@AAVH245_TerminalCapabilitySet@@@Z @14280 NONAME ?BuildPDU@H501PDU@@IAEXII@Z @18175 NONAME ?BuildProgress@H323SignalPDU@@QAEAAVH225_Progress_UUIE@@ABVH323Connection@@@Z @12356 NONAME ?BuildProgress@Q931@@QAEXHHIII@Z @12357 NONAME ?BuildQ931@H323SignalPDU@@QAEXXZ @9286 NONAME ?BuildRegistrationConfirm@H323RasPDU@@QAEAAVH225_RegistrationConfirm@@I@Z @13049 NONAME ?BuildRegistrationReject@H323RasPDU@@QAEAAVH225_RegistrationReject@@II@Z @13050 NONAME ?BuildRegistrationRequest@H323RasPDU@@QAEAAVH225_RegistrationRequest@@I@Z @13051 NONAME ?BuildReject@H450ServiceAPDU@@QAEAAVX880_Reject@@H@Z @9986 NONAME ?BuildReleaseComplete@H323SignalPDU@@QAEAAVH225_ReleaseComplete_UUIE@@ABVH323Connection@@@Z @9151 NONAME ?BuildReleaseComplete@Q931@@QAEXHH@Z @4673 NONAME ?BuildRequest@H501PDU@@IAEXIIABVH323TransportAddressArray@@@Z @18680 NONAME ?BuildRequestChannelClose@H323ControlPDU@@QAEAAVH245_RequestChannelClose@@II@Z @4674 NONAME ?BuildRequestChannelCloseAck@H323ControlPDU@@QAEAAVH245_RequestChannelCloseAck@@I@Z @4675 NONAME ?BuildRequestChannelCloseReject@H323ControlPDU@@QAEAAVH245_RequestChannelCloseReject@@I@Z @4676 NONAME ?BuildRequestChannelCloseRelease@H323ControlPDU@@QAEAAVH245_RequestChannelCloseRelease@@I@Z @8987 NONAME ?BuildRequestInProgress@H323RasPDU@@QAEAAVH225_RequestInProgress@@II@Z @13460 NONAME ?BuildRequestInProgress@H501PDU@@QAEAAVH501_RequestInProgress@@II@Z @18381 NONAME ?BuildRequestMode@H323ControlPDU@@QAEAAVH245_RequestMode@@I@Z @4677 NONAME ?BuildRequestModeAck@H323ControlPDU@@QAEAAVH245_RequestModeAck@@II@Z @4678 NONAME ?BuildRequestModeReject@H323ControlPDU@@QAEAAVH245_RequestModeReject@@II@Z @4679 NONAME ?BuildReturnError@H450ServiceAPDU@@QAEAAVX880_ReturnError@@HH@Z @9987 NONAME ?BuildReturnResult@H450ServiceAPDU@@QAEAAVX880_ReturnResult@@H@Z @9988 NONAME ?BuildRoundTripDelayRequest@H323ControlPDU@@QAEAAVH245_RoundTripDelayRequest@@I@Z @4680 NONAME ?BuildRoundTripDelayResponse@H323ControlPDU@@QAEAAVH245_RoundTripDelayResponse@@I@Z @4681 NONAME ?BuildServiceConfirmation@H501PDU@@QAEAAVH501_ServiceConfirmation@@I@Z @17831 NONAME ?BuildServiceControlIndication@H323RasPDU@@QAEAAVH225_ServiceControlIndication@@IPBVOpalGloballyUniqueID@@@Z @16495 NONAME ?BuildServiceControlResponse@H323RasPDU@@QAEAAVH225_ServiceControlResponse@@I@Z @16496 NONAME ?BuildServiceRejection@H501PDU@@QAEAAVH501_ServiceRejection@@II@Z @18139 NONAME ?BuildServiceRelease@H501PDU@@QAEAAVH501_ServiceRelease@@I@Z @17833 NONAME ?BuildServiceRequest@H501PDU@@QAEAAVH501_ServiceRequest@@IABVH323TransportAddressArray@@@Z @18681 NONAME ?BuildSetup@H323SignalPDU@@QAEAAVH225_Setup_UUIE@@ABVH323Connection@@ABVH323TransportAddress@@@Z @9280 NONAME ?BuildSetup@Q931@@QAEXH@Z @8999 NONAME ?BuildSetupAcknowledge@H323SignalPDU@@QAEAAVH225_SetupAcknowledge_UUIE@@ABVH323Connection@@@Z @12358 NONAME ?BuildSetupAcknowledge@Q931@@QAEXH@Z @12359 NONAME ?BuildStatus@H323SignalPDU@@QAEAAVH225_Status_UUIE@@ABVH323Connection@@@Z @12360 NONAME ?BuildStatus@Q931@@QAEXHH@Z @4686 NONAME ?BuildStatusEnquiry@Q931@@QAEXHH@Z @10998 NONAME ?BuildStatusInquiry@H323SignalPDU@@QAEAAVH225_StatusInquiry_UUIE@@ABVH323Connection@@@Z @12361 NONAME ?BuildTerminalCapabilitySet@H323ControlPDU@@QAEAAVH245_TerminalCapabilitySet@@ABVH323Connection@@IH@Z @10999 NONAME ?BuildTerminalCapabilitySetAck@H323ControlPDU@@QAEAAVH245_TerminalCapabilitySetAck@@I@Z @4688 NONAME ?BuildTerminalCapabilitySetReject@H323ControlPDU@@QAEAAVH245_TerminalCapabilitySetReject@@II@Z @4689 NONAME ?BuildUnknownMessageResponse@H323RasPDU@@QAEAAVH225_UnknownMessageResponse@@I@Z @13052 NONAME ?BuildUnknownMessageResponse@H501PDU@@QAEAAVH501_UnknownMessageResponse@@I@Z @17835 NONAME ?BuildUnregistrationConfirm@H323RasPDU@@QAEAAVH225_UnregistrationConfirm@@I@Z @13053 NONAME ?BuildUnregistrationReject@H323RasPDU@@QAEAAVH225_UnregistrationReject@@II@Z @13054 NONAME ?BuildUnregistrationRequest@H323RasPDU@@QAEAAVH225_UnregistrationRequest@@I@Z @13055 NONAME ?BuildUsageConfirmation@H501PDU@@QAEAAVH501_UsageConfirmation@@I@Z @17836 NONAME ?BuildUsageIndicationConfirmation@H501PDU@@QAEAAVH501_UsageIndicationConfirmation@@I@Z @17837 NONAME ?BuildUsageIndicationRejection@H501PDU@@QAEAAVH501_UsageIndicationRejection@@II@Z @18140 NONAME ?BuildUsageRejection@H501PDU@@QAEAAVH501_UsageRejection@@I@Z @17839 NONAME ?BuildUsageRequest@H501PDU@@QAEAAVH501_UsageRequest@@IABVH323TransportAddressArray@@@Z @18682 NONAME ?BuildUserInputIndication@H323ControlPDU@@QAEAAVH245_UserInputIndication@@ABVPString@@@Z @4693 NONAME ?BuildUserInputIndication@H323ControlPDU@@QAEAAVH245_UserInputIndication@@DIII@Z @4694 NONAME ?BuildValidationConfirmation@H501PDU@@QAEAAVH501_ValidationConfirmation@@I@Z @17841 NONAME ?BuildValidationRejection@H501PDU@@QAEAAVH501_ValidationRejection@@II@Z @18141 NONAME ?BuildValidationRequest@H501PDU@@QAEAAVH501_ValidationRequest@@IABVH323TransportAddressArray@@@Z @18683 NONAME ?bv_rdct1@@YAXHPAFHPAEH@Z @4695 NONAME ?bv_rdct2@@YAXHPAFHPAE1H@Z @4696 NONAME ?bv_rdct3@@YAXHPAFHHPAE1H@Z @4697 NONAME ?Call@HandleTimeout_PNotifier@H245Negotiator@@UBEXAAVPObject@@H@Z @4698 NONAME ?Call@HandleTransactions_PNotifier@H323Transactor@@UBEXAAVPObject@@H@Z @18177 NONAME ?Call@MonitorMain_PNotifier@H323Gatekeeper@@UBEXAAVPObject@@H@Z @14205 NONAME ?Call@MonitorMain_PNotifier@H323GatekeeperServer@@UBEXAAVPObject@@H@Z @13994 NONAME ?Call@MonitorMain_PNotifier@H323PeerElement@@UBEXAAVPObject@@H@Z @17311 NONAME ?Call@Monitor_PNotifier@OpalUSBDevice@@UBEXAAVPObject@@H@Z @30584 NONAME ?Call@OnCallIntrudeTimeOut_PNotifier@H45011Handler@@UBEXAAVPObject@@H@Z @14333 NONAME ?Call@OnCallTransferTimeOut_PNotifier@H4502Handler@@UBEXAAVPObject@@H@Z @13625 NONAME ?Call@OnLoadModule_PNotifier@PPluginModuleManager@@UBEXAAVPObject@@H@Z @28643 NONAME ?Call@OnUserInputInBandDTMF_PNotifier@H323Connection@@UBEXAAVPObject@@H@Z @13838 NONAME ?Call@OnUserInputInlineRFC2833_PNotifier@H323Connection@@UBEXAAVPObject@@H@Z @13798 NONAME ?Call@ReceivedPacket_PNotifier@OpalRFC2833@@UBEXAAVPObject@@H@Z @13799 NONAME ?Call@ReceivedPacket_PNotifier@OpalRtpToWavFile@@UBEXAAVPObject@@H@Z @14240 NONAME ?Call@ReceiveTimeout_PNotifier@OpalRFC2833@@UBEXAAVPObject@@H@Z @13800 NONAME ?Call@SlowHandler_PNotifier@H323Transaction@@UBEXAAVPObject@@H@Z @18382 NONAME ?Call@StatusHandler_PNotifier@OpalVoipBlasterDevice@@UBEXAAVPObject@@H@Z @13665 NONAME ?Call@TickleMonitor_PNotifier@H323Gatekeeper@@UBEXAAVPObject@@H@Z @14206 NONAME ?Call@TonePlay_PNotifier@OpalUSBDevice@@UBEXAAVPObject@@H@Z @30585 NONAME ?Call@TransmitEnded_PNotifier@OpalRFC2833@@UBEXAAVPObject@@H@Z @13801 NONAME ?Call@TransmitPacket_PNotifier@OpalRFC2833@@UBEXAAVPObject@@H@Z @13802 NONAME ?Call@UpdateAllDescriptors_PNotifier@H323PeerElement@@UBEXAAVPObject@@H@Z @18251 NONAME ?CanReceiveRIP@H323RegisteredEndPoint@@QBEHXZ @18969 NONAME ?CheckAliasAddressPolicy@H323GatekeeperServer@@UAEHABVH323RegisteredEndPoint@@ABVH225_AdmissionRequest@@ABVH225_AliasAddress@@@Z @12818 NONAME ?CheckAliasStringPolicy@H323GatekeeperServer@@UAEHABVH323RegisteredEndPoint@@ABVH225_AdmissionRequest@@ABVPString@@@Z @12819 NONAME ?CheckCryptoTokens@H323GatekeeperRequest@@QAEHXZ @14771 NONAME ?CheckCryptoTokens@H323Transaction@@QAEHABVH235Authenticators@@@Z @18383 NONAME ?CheckCryptoTokens@H323Transactor@@IAEHABVH323TransactionPDU@@ABVPASN_Array@@I1I@Z @18384 NONAME ?CheckForResponse@H323Transactor@@IAEHIIPBVPASN_Choice@@@Z @18179 NONAME ?CheckGatekeeperIdentifier@H323GatekeeperRequest@@QAEHXZ @14772 NONAME ?CheckResponse@Request@H323Transactor@@QAEXIPBVPASN_Choice@@@Z @18180 NONAME ?CheckSignalAddressPolicy@H323GatekeeperServer@@UAEHABVH323RegisteredEndPoint@@ABVH225_AdmissionRequest@@ABVH323TransportAddress@@@Z @12821 NONAME ?CleanUpConnections@H323EndPoint@@UAEXXZ @29627 NONAME ?CleanUpOnCallEnd@H323Connection@@UAEXXZ @4703 NONAME ?CleanUpOnTermination@H323Channel@@UAEXXZ @4704 NONAME ?CleanUpOnTermination@H323DataChannel@@UAEXXZ @12666 NONAME ?CleanUpOnTermination@H323Transport@@QAEXXZ @4705 NONAME ?CleanUpOnTermination@H323_RTPChannel@@UAEXXZ @4706 NONAME ?CleanUpOnTermination@H323_T38Channel@@UAEXXZ @13552 NONAME ?CleanUpOnTermination@OpalT38Protocol@@UAEXXZ @13553 NONAME ?ClearAllCalls@H323EndPoint@@UAEXW4CallEndReason@H323Connection@@H@Z @9351 NONAME ?ClearCall@H323Connection@@UAEHW4CallEndReason@1@@Z @9352 NONAME ?ClearCall@H323EndPoint@@UAEHABVPString@@W4CallEndReason@H323Connection@@@Z @9353 NONAME ?ClearCallSynchronous@H323Connection@@UAEHPAVPSyncPoint@@W4CallEndReason@1@@Z @9354 NONAME ?ClearCallSynchronous@H323EndPoint@@UAEHABVPString@@W4CallEndReason@H323Connection@@@Z @9355 NONAME ?ClearCallSynchronous@H323EndPoint@@UAEHABVPString@@W4CallEndReason@H323Connection@@PAVPSyncPoint@@@Z @9356 NONAME ?ClearInfoRequestRate@H323Gatekeeper@@IAEXXZ @14920 NONAME ?Clone@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBEPAVPObject@@XZ @12435 NONAME ?Clone@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBEPAVPObject@@XZ @12436 NONAME ?Clone@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBEPAVPObject@@XZ @12437 NONAME ?Clone@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBEPAVPObject@@XZ @12438 NONAME ?Clone@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBEPAVPObject@@XZ @12439 NONAME ?Clone@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBEPAVPObject@@XZ @12440 NONAME ?Clone@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBEPAVPObject@@XZ @12441 NONAME ?Clone@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBEPAVPObject@@XZ @12442 NONAME ?Clone@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBEPAVPObject@@XZ @12443 NONAME ?Clone@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBEPAVPObject@@XZ @12444 NONAME ?Clone@?$PArray@V?$PList@VH323Capability@@@@@@UBEPAVPObject@@XZ @4720 NONAME ?Clone@?$PArray@VH323SimultaneousCapabilities@@@@UBEPAVPObject@@XZ @4721 NONAME ?Clone@?$PArray@VH323TransportAddress@@@@UBEPAVPObject@@XZ @18181 NONAME ?Clone@?$PArray@VReceiverReport@RTP_Session@@@@UBEPAVPObject@@XZ @8925 NONAME ?Clone@?$PArray@VSourceDescription@RTP_Session@@@@UBEPAVPObject@@XZ @8926 NONAME ?Clone@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UBEPAVPObject@@XZ @4723 NONAME ?Clone@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UBEPAVPObject@@XZ @15934 NONAME ?Clone@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UBEPAVPObject@@XZ @13161 NONAME ?Clone@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UBEPAVPObject@@XZ @4724 NONAME ?Clone@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UBEPAVPObject@@XZ @18182 NONAME ?Clone@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UBEPAVPObject@@XZ @4725 NONAME ?Clone@?$PDictionary@VPString@@VH323Connection@@@@UBEPAVPObject@@XZ @4726 NONAME ?Clone@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UBEPAVPObject@@XZ @12823 NONAME ?Clone@?$PDictionary@VPString@@VPOrdinalKey@@@@UBEPAVPObject@@XZ @18252 NONAME ?Clone@?$PList@VH245_GenericParameter@@@@UBEPAVPObject@@XZ @30586 NONAME ?Clone@?$PList@VH323Capability@@@@UBEPAVPObject@@XZ @4727 NONAME ?Clone@?$PList@VH323Channel@@@@UBEPAVPObject@@XZ @4728 NONAME ?Clone@?$PList@VH323GatekeeperListener@@@@UBEPAVPObject@@XZ @12824 NONAME ?Clone@?$PList@VH323Listener@@@@UBEPAVPObject@@XZ @4730 NONAME ?Clone@?$PList@VH323Transactor@@@@UBEPAVPObject@@XZ @17313 NONAME ?Clone@?$PList@VH450xHandler@@@@UBEPAVPObject@@XZ @13162 NONAME ?Clone@?$PList@VOpalMediaFormat@@@@UBEPAVPObject@@XZ @9437 NONAME ?Clone@?$PList@VPBYTEArray@@@@UBEPAVPObject@@XZ @16524 NONAME ?Clone@?$POrdinalDictionary@VPString@@@@UBEPAVPObject@@XZ @15935 NONAME ?Clone@?$PSet@VPOrdinalKey@@@@UBEPAVPObject@@XZ @18253 NONAME ?Clone@?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@UBEPAVPObject@@XZ @14406 NONAME ?Clone@?$PSortedList@VH225_AliasAddress@@@@UBEPAVPObject@@XZ @18385 NONAME ?Clone@?$PSortedList@VH323GatekeeperCall@@@@UBEPAVPObject@@XZ @12825 NONAME ?Clone@?$PSortedList@VH323PeerElementDescriptor@@@@UBEPAVPObject@@XZ @18040 NONAME ?Clone@?$PSortedList@VH323PeerElementServiceRelationship@@@@UBEPAVPObject@@XZ @18041 NONAME ?Clone@?$PSortedList@VResponse@H323Transactor@@@@UBEPAVPObject@@XZ @18183 NONAME ?Clone@?$PSortedList@VSRVRecord@PDNS@@@@UBEPAVPObject@@XZ @30587 NONAME ?Clone@G7231_File_Capability@@UBEPAVPObject@@XZ @14570 NONAME ?Clone@GCC_AlternativeNodeID@@UBEPAVPObject@@XZ @4731 NONAME ?Clone@GCC_ApplicationInvokeIndication@@UBEPAVPObject@@XZ @4732 NONAME ?Clone@GCC_ApplicationInvokeSpecifier@@UBEPAVPObject@@XZ @4733 NONAME ?Clone@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@UBEPAVPObject@@XZ @4734 NONAME ?Clone@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBEPAVPObject@@XZ @4735 NONAME ?Clone@GCC_ApplicationRecord@@UBEPAVPObject@@XZ @4736 NONAME ?Clone@GCC_ApplicationRecord_nonCollapsingCapabilities@@UBEPAVPObject@@XZ @4737 NONAME ?Clone@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBEPAVPObject@@XZ @4738 NONAME ?Clone@GCC_ArrayOf_ApplicationInvokeSpecifier@@UBEPAVPObject@@XZ @4739 NONAME ?Clone@GCC_ArrayOf_ChallengeItem@@UBEPAVPObject@@XZ @4740 NONAME ?Clone@GCC_ArrayOf_ConferenceDescriptor@@UBEPAVPObject@@XZ @4741 NONAME ?Clone@GCC_ArrayOf_Privilege@@UBEPAVPObject@@XZ @4742 NONAME ?Clone@GCC_ArrayOf_TextString@@UBEPAVPObject@@XZ @4743 NONAME ?Clone@GCC_ArrayOf_UserID@@UBEPAVPObject@@XZ @4744 NONAME ?Clone@GCC_AsymmetryIndicator@@UBEPAVPObject@@XZ @4745 NONAME ?Clone@GCC_CapabilityClass@@UBEPAVPObject@@XZ @4746 NONAME ?Clone@GCC_CapabilityID@@UBEPAVPObject@@XZ @4747 NONAME ?Clone@GCC_ChallengeItem@@UBEPAVPObject@@XZ @4748 NONAME ?Clone@GCC_ChallengeRequest@@UBEPAVPObject@@XZ @4749 NONAME ?Clone@GCC_ChallengeResponse@@UBEPAVPObject@@XZ @4750 NONAME ?Clone@GCC_ChallengeResponseAlgorithm@@UBEPAVPObject@@XZ @4751 NONAME ?Clone@GCC_ChallengeResponseItem@@UBEPAVPObject@@XZ @4752 NONAME ?Clone@GCC_ChannelID@@UBEPAVPObject@@XZ @4753 NONAME ?Clone@GCC_ChannelType@@UBEPAVPObject@@XZ @4754 NONAME ?Clone@GCC_ConductorAssignIndication@@UBEPAVPObject@@XZ @4755 NONAME ?Clone@GCC_ConductorPermissionAskIndication@@UBEPAVPObject@@XZ @4756 NONAME ?Clone@GCC_ConductorPermissionGrantIndication@@UBEPAVPObject@@XZ @4757 NONAME ?Clone@GCC_ConductorReleaseIndication@@UBEPAVPObject@@XZ @4758 NONAME ?Clone@GCC_ConferenceAddRequest@@UBEPAVPObject@@XZ @4759 NONAME ?Clone@GCC_ConferenceAddResponse@@UBEPAVPObject@@XZ @4760 NONAME ?Clone@GCC_ConferenceAddResponse_result@@UBEPAVPObject@@XZ @4761 NONAME ?Clone@GCC_ConferenceAssistanceIndication@@UBEPAVPObject@@XZ @4762 NONAME ?Clone@GCC_ConferenceCreateRequest@@UBEPAVPObject@@XZ @4763 NONAME ?Clone@GCC_ConferenceCreateResponse@@UBEPAVPObject@@XZ @4764 NONAME ?Clone@GCC_ConferenceCreateResponse_result@@UBEPAVPObject@@XZ @4765 NONAME ?Clone@GCC_ConferenceDescriptor@@UBEPAVPObject@@XZ @4766 NONAME ?Clone@GCC_ConferenceEjectUserIndication@@UBEPAVPObject@@XZ @4767 NONAME ?Clone@GCC_ConferenceEjectUserIndication_reason@@UBEPAVPObject@@XZ @4768 NONAME ?Clone@GCC_ConferenceEjectUserRequest@@UBEPAVPObject@@XZ @4769 NONAME ?Clone@GCC_ConferenceEjectUserRequest_reason@@UBEPAVPObject@@XZ @4770 NONAME ?Clone@GCC_ConferenceEjectUserResponse@@UBEPAVPObject@@XZ @4771 NONAME ?Clone@GCC_ConferenceEjectUserResponse_result@@UBEPAVPObject@@XZ @4772 NONAME ?Clone@GCC_ConferenceInviteRequest@@UBEPAVPObject@@XZ @4773 NONAME ?Clone@GCC_ConferenceInviteResponse@@UBEPAVPObject@@XZ @4774 NONAME ?Clone@GCC_ConferenceInviteResponse_result@@UBEPAVPObject@@XZ @4775 NONAME ?Clone@GCC_ConferenceJoinRequest@@UBEPAVPObject@@XZ @4776 NONAME ?Clone@GCC_ConferenceJoinResponse@@UBEPAVPObject@@XZ @4777 NONAME ?Clone@GCC_ConferenceJoinResponse_result@@UBEPAVPObject@@XZ @4778 NONAME ?Clone@GCC_ConferenceLockIndication@@UBEPAVPObject@@XZ @4779 NONAME ?Clone@GCC_ConferenceLockRequest@@UBEPAVPObject@@XZ @4780 NONAME ?Clone@GCC_ConferenceLockResponse@@UBEPAVPObject@@XZ @4781 NONAME ?Clone@GCC_ConferenceLockResponse_result@@UBEPAVPObject@@XZ @4782 NONAME ?Clone@GCC_ConferenceName@@UBEPAVPObject@@XZ @4783 NONAME ?Clone@GCC_ConferenceNameModifier@@UBEPAVPObject@@XZ @4784 NONAME ?Clone@GCC_ConferenceNameSelector@@UBEPAVPObject@@XZ @4785 NONAME ?Clone@GCC_ConferencePriority@@UBEPAVPObject@@XZ @4786 NONAME ?Clone@GCC_ConferencePriorityScheme@@UBEPAVPObject@@XZ @4787 NONAME ?Clone@GCC_ConferenceQueryRequest@@UBEPAVPObject@@XZ @4788 NONAME ?Clone@GCC_ConferenceQueryResponse@@UBEPAVPObject@@XZ @4789 NONAME ?Clone@GCC_ConferenceQueryResponse_result@@UBEPAVPObject@@XZ @4790 NONAME ?Clone@GCC_ConferenceTerminateIndication@@UBEPAVPObject@@XZ @4791 NONAME ?Clone@GCC_ConferenceTerminateIndication_reason@@UBEPAVPObject@@XZ @4792 NONAME ?Clone@GCC_ConferenceTerminateRequest@@UBEPAVPObject@@XZ @4793 NONAME ?Clone@GCC_ConferenceTerminateRequest_reason@@UBEPAVPObject@@XZ @4794 NONAME ?Clone@GCC_ConferenceTerminateResponse@@UBEPAVPObject@@XZ @4795 NONAME ?Clone@GCC_ConferenceTerminateResponse_result@@UBEPAVPObject@@XZ @4796 NONAME ?Clone@GCC_ConferenceTimeExtendIndication@@UBEPAVPObject@@XZ @4797 NONAME ?Clone@GCC_ConferenceTimeInquireIndication@@UBEPAVPObject@@XZ @4798 NONAME ?Clone@GCC_ConferenceTimeRemainingIndication@@UBEPAVPObject@@XZ @4799 NONAME ?Clone@GCC_ConferenceTransferIndication@@UBEPAVPObject@@XZ @4800 NONAME ?Clone@GCC_ConferenceTransferRequest@@UBEPAVPObject@@XZ @4801 NONAME ?Clone@GCC_ConferenceTransferResponse@@UBEPAVPObject@@XZ @4802 NONAME ?Clone@GCC_ConferenceTransferResponse_result@@UBEPAVPObject@@XZ @4803 NONAME ?Clone@GCC_ConferenceUnlockIndication@@UBEPAVPObject@@XZ @4804 NONAME ?Clone@GCC_ConferenceUnlockRequest@@UBEPAVPObject@@XZ @4805 NONAME ?Clone@GCC_ConferenceUnlockResponse@@UBEPAVPObject@@XZ @4806 NONAME ?Clone@GCC_ConferenceUnlockResponse_result@@UBEPAVPObject@@XZ @4807 NONAME ?Clone@GCC_ConnectData@@UBEPAVPObject@@XZ @4808 NONAME ?Clone@GCC_ConnectGCCPDU@@UBEPAVPObject@@XZ @4809 NONAME ?Clone@GCC_DialingString@@UBEPAVPObject@@XZ @4810 NONAME ?Clone@GCC_DynamicChannelID@@UBEPAVPObject@@XZ @4811 NONAME ?Clone@GCC_DynamicTokenID@@UBEPAVPObject@@XZ @4812 NONAME ?Clone@GCC_EntityID@@UBEPAVPObject@@XZ @4813 NONAME ?Clone@GCC_ExtraDialingString@@UBEPAVPObject@@XZ @4814 NONAME ?Clone@GCC_FunctionNotSupportedResponse@@UBEPAVPObject@@XZ @4815 NONAME ?Clone@GCC_GCCPDU@@UBEPAVPObject@@XZ @4816 NONAME ?Clone@GCC_H221NonStandardIdentifier@@UBEPAVPObject@@XZ @4817 NONAME ?Clone@GCC_Handle@@UBEPAVPObject@@XZ @4818 NONAME ?Clone@GCC_IndicationPDU@@UBEPAVPObject@@XZ @4819 NONAME ?Clone@GCC_Key@@UBEPAVPObject@@XZ @4820 NONAME ?Clone@GCC_NetworkAddress@@UBEPAVPObject@@XZ @4821 NONAME ?Clone@GCC_NetworkAddress_subtype@@UBEPAVPObject@@XZ @4822 NONAME ?Clone@GCC_NetworkAddress_subtype_aggregatedChannel@@UBEPAVPObject@@XZ @4823 NONAME ?Clone@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBEPAVPObject@@XZ @4824 NONAME ?Clone@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBEPAVPObject@@XZ @4825 NONAME ?Clone@GCC_NetworkAddress_subtype_transportConnection@@UBEPAVPObject@@XZ @4826 NONAME ?Clone@GCC_NodeProperties@@UBEPAVPObject@@XZ @4827 NONAME ?Clone@GCC_NodeRecord@@UBEPAVPObject@@XZ @4828 NONAME ?Clone@GCC_NodeType@@UBEPAVPObject@@XZ @4829 NONAME ?Clone@GCC_NonStandardParameter@@UBEPAVPObject@@XZ @4830 NONAME ?Clone@GCC_NonStandardPDU@@UBEPAVPObject@@XZ @4831 NONAME ?Clone@GCC_Password@@UBEPAVPObject@@XZ @4832 NONAME ?Clone@GCC_PasswordChallengeRequestResponse@@UBEPAVPObject@@XZ @4833 NONAME ?Clone@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBEPAVPObject@@XZ @4834 NONAME ?Clone@GCC_PasswordSelector@@UBEPAVPObject@@XZ @4835 NONAME ?Clone@GCC_Privilege@@UBEPAVPObject@@XZ @4836 NONAME ?Clone@GCC_RegistryAllocateHandleRequest@@UBEPAVPObject@@XZ @4837 NONAME ?Clone@GCC_RegistryAllocateHandleResponse@@UBEPAVPObject@@XZ @4838 NONAME ?Clone@GCC_RegistryAllocateHandleResponse_result@@UBEPAVPObject@@XZ @4839 NONAME ?Clone@GCC_RegistryAssignTokenRequest@@UBEPAVPObject@@XZ @4840 NONAME ?Clone@GCC_RegistryDeleteEntryRequest@@UBEPAVPObject@@XZ @4841 NONAME ?Clone@GCC_RegistryEntryOwner@@UBEPAVPObject@@XZ @4842 NONAME ?Clone@GCC_RegistryEntryOwner_owned@@UBEPAVPObject@@XZ @4843 NONAME ?Clone@GCC_RegistryItem@@UBEPAVPObject@@XZ @4844 NONAME ?Clone@GCC_RegistryKey@@UBEPAVPObject@@XZ @4845 NONAME ?Clone@GCC_RegistryModificationRights@@UBEPAVPObject@@XZ @4846 NONAME ?Clone@GCC_RegistryMonitorEntryIndication@@UBEPAVPObject@@XZ @4847 NONAME ?Clone@GCC_RegistryMonitorEntryRequest@@UBEPAVPObject@@XZ @4848 NONAME ?Clone@GCC_RegistryRegisterChannelRequest@@UBEPAVPObject@@XZ @4849 NONAME ?Clone@GCC_RegistryResponse@@UBEPAVPObject@@XZ @4850 NONAME ?Clone@GCC_RegistryResponse_primitiveType@@UBEPAVPObject@@XZ @4851 NONAME ?Clone@GCC_RegistryResponse_result@@UBEPAVPObject@@XZ @4852 NONAME ?Clone@GCC_RegistryRetrieveEntryRequest@@UBEPAVPObject@@XZ @4853 NONAME ?Clone@GCC_RegistrySetParameterRequest@@UBEPAVPObject@@XZ @4854 NONAME ?Clone@GCC_RequestPDU@@UBEPAVPObject@@XZ @4855 NONAME ?Clone@GCC_ResponsePDU@@UBEPAVPObject@@XZ @4856 NONAME ?Clone@GCC_RosterUpdateIndication@@UBEPAVPObject@@XZ @4857 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation@@UBEPAVPObject@@XZ @4858 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBEPAVPObject@@XZ @4859 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@UBEPAVPObject@@XZ @4860 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@UBEPAVPObject@@XZ @4861 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBEPAVPObject@@XZ @4862 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@UBEPAVPObject@@XZ @4863 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@UBEPAVPObject@@XZ @4864 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBEPAVPObject@@XZ @4865 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@UBEPAVPObject@@XZ @4866 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBEPAVPObject@@XZ @4867 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@UBEPAVPObject@@XZ @4868 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation@@UBEPAVPObject@@XZ @4869 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@UBEPAVPObject@@XZ @4870 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@UBEPAVPObject@@XZ @4871 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBEPAVPObject@@XZ @4872 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@UBEPAVPObject@@XZ @4873 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBEPAVPObject@@XZ @4874 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@UBEPAVPObject@@XZ @4875 NONAME ?Clone@GCC_SessionKey@@UBEPAVPObject@@XZ @4876 NONAME ?Clone@GCC_SimpleNumericString@@UBEPAVPObject@@XZ @4877 NONAME ?Clone@GCC_SimpleTextString@@UBEPAVPObject@@XZ @4878 NONAME ?Clone@GCC_StaticChannelID@@UBEPAVPObject@@XZ @4879 NONAME ?Clone@GCC_StaticTokenID@@UBEPAVPObject@@XZ @4880 NONAME ?Clone@GCC_SubAddressString@@UBEPAVPObject@@XZ @4881 NONAME ?Clone@GCC_TerminationMethod@@UBEPAVPObject@@XZ @4882 NONAME ?Clone@GCC_TextMessageIndication@@UBEPAVPObject@@XZ @4883 NONAME ?Clone@GCC_TextString@@UBEPAVPObject@@XZ @4884 NONAME ?Clone@GCC_Time@@UBEPAVPObject@@XZ @4885 NONAME ?Clone@GCC_TokenID@@UBEPAVPObject@@XZ @4886 NONAME ?Clone@GCC_UserData@@UBEPAVPObject@@XZ @4887 NONAME ?Clone@GCC_UserData_subtype@@UBEPAVPObject@@XZ @4888 NONAME ?Clone@GCC_UserID@@UBEPAVPObject@@XZ @4889 NONAME ?Clone@GCC_UserIDIndication@@UBEPAVPObject@@XZ @4890 NONAME ?Clone@H225_AddressPattern@@UBEPAVPObject@@XZ @11778 NONAME ?Clone@H225_AddressPattern_range@@UBEPAVPObject@@XZ @11779 NONAME ?Clone@H225_AdmissionConfirm@@UBEPAVPObject@@XZ @4891 NONAME ?Clone@H225_AdmissionConfirm_language@@UBEPAVPObject@@XZ @11780 NONAME ?Clone@H225_AdmissionReject@@UBEPAVPObject@@XZ @4892 NONAME ?Clone@H225_AdmissionRejectReason@@UBEPAVPObject@@XZ @4893 NONAME ?Clone@H225_AdmissionRequest@@UBEPAVPObject@@XZ @4894 NONAME ?Clone@H225_Alerting_UUIE@@UBEPAVPObject@@XZ @4895 NONAME ?Clone@H225_AliasAddress@@UBEPAVPObject@@XZ @4896 NONAME ?Clone@H225_AlternateGK@@UBEPAVPObject@@XZ @4897 NONAME ?Clone@H225_AlternateTransportAddresses@@UBEPAVPObject@@XZ @11781 NONAME ?Clone@H225_AltGKInfo@@UBEPAVPObject@@XZ @4898 NONAME ?Clone@H225_ANSI_41_UIM@@UBEPAVPObject@@XZ @11782 NONAME ?Clone@H225_ANSI_41_UIM_system_id@@UBEPAVPObject@@XZ @11783 NONAME ?Clone@H225_ArrayOf_AddressPattern@@UBEPAVPObject@@XZ @11784 NONAME ?Clone@H225_ArrayOf_AdmissionConfirm@@UBEPAVPObject@@XZ @19255 NONAME ?Clone@H225_ArrayOf_AliasAddress@@UBEPAVPObject@@XZ @4899 NONAME ?Clone@H225_ArrayOf_AlternateGK@@UBEPAVPObject@@XZ @4900 NONAME ?Clone@H225_ArrayOf_AuthenticationMechanism@@UBEPAVPObject@@XZ @4901 NONAME ?Clone@H225_ArrayOf_BandwidthDetails@@UBEPAVPObject@@XZ @11785 NONAME ?Clone@H225_ArrayOf_CallReferenceValue@@UBEPAVPObject@@XZ @4902 NONAME ?Clone@H225_ArrayOf_CallsAvailable@@UBEPAVPObject@@XZ @11786 NONAME ?Clone@H225_ArrayOf_ClearToken@@UBEPAVPObject@@XZ @4903 NONAME ?Clone@H225_ArrayOf_ConferenceIdentifier@@UBEPAVPObject@@XZ @4904 NONAME ?Clone@H225_ArrayOf_ConferenceList@@UBEPAVPObject@@XZ @4905 NONAME ?Clone@H225_ArrayOf_CryptoH323Token@@UBEPAVPObject@@XZ @4906 NONAME ?Clone@H225_ArrayOf_DataRate@@UBEPAVPObject@@XZ @4907 NONAME ?Clone@H225_ArrayOf_Endpoint@@UBEPAVPObject@@XZ @4908 NONAME ?Clone@H225_ArrayOf_EnumeratedParameter@@UBEPAVPObject@@XZ @11787 NONAME ?Clone@H225_ArrayOf_ExtendedAliasAddress@@UBEPAVPObject@@XZ @11788 NONAME ?Clone@H225_ArrayOf_FeatureDescriptor@@UBEPAVPObject@@XZ @11789 NONAME ?Clone@H225_ArrayOf_GenericData@@UBEPAVPObject@@XZ @11790 NONAME ?Clone@H225_ArrayOf_H245Security@@UBEPAVPObject@@XZ @4909 NONAME ?Clone@H225_ArrayOf_H248PackagesDescriptor@@UBEPAVPObject@@XZ @11791 NONAME ?Clone@H225_ArrayOf_IntegrityMechanism@@UBEPAVPObject@@XZ @4910 NONAME ?Clone@H225_ArrayOf_NonStandardParameter@@UBEPAVPObject@@XZ @4911 NONAME ?Clone@H225_ArrayOf_PartyNumber@@UBEPAVPObject@@XZ @11792 NONAME ?Clone@H225_ArrayOf_PASN_ObjectId@@UBEPAVPObject@@XZ @4912 NONAME ?Clone@H225_ArrayOf_PASN_OctetString@@UBEPAVPObject@@XZ @4913 NONAME ?Clone@H225_ArrayOf_RasUsageSpecification@@UBEPAVPObject@@XZ @11793 NONAME ?Clone@H225_ArrayOf_RTPSession@@UBEPAVPObject@@XZ @4914 NONAME ?Clone@H225_ArrayOf_ServiceControlSession@@UBEPAVPObject@@XZ @11794 NONAME ?Clone@H225_ArrayOf_SupportedPrefix@@UBEPAVPObject@@XZ @4915 NONAME ?Clone@H225_ArrayOf_SupportedProtocols@@UBEPAVPObject@@XZ @4916 NONAME ?Clone@H225_ArrayOf_TransportAddress@@UBEPAVPObject@@XZ @4917 NONAME ?Clone@H225_ArrayOf_TransportChannelInfo@@UBEPAVPObject@@XZ @4918 NONAME ?Clone@H225_ArrayOf_TunnelledProtocol@@UBEPAVPObject@@XZ @11795 NONAME ?Clone@H225_BandRejectReason@@UBEPAVPObject@@XZ @4919 NONAME ?Clone@H225_BandWidth@@UBEPAVPObject@@XZ @4920 NONAME ?Clone@H225_BandwidthConfirm@@UBEPAVPObject@@XZ @4921 NONAME ?Clone@H225_BandwidthDetails@@UBEPAVPObject@@XZ @11796 NONAME ?Clone@H225_BandwidthReject@@UBEPAVPObject@@XZ @4922 NONAME ?Clone@H225_BandwidthRequest@@UBEPAVPObject@@XZ @4923 NONAME ?Clone@H225_CallCapacity@@UBEPAVPObject@@XZ @11797 NONAME ?Clone@H225_CallCapacityInfo@@UBEPAVPObject@@XZ @11798 NONAME ?Clone@H225_CallCreditCapability@@UBEPAVPObject@@XZ @11799 NONAME ?Clone@H225_CallCreditServiceControl@@UBEPAVPObject@@XZ @11800 NONAME ?Clone@H225_CallCreditServiceControl_billingMode@@UBEPAVPObject@@XZ @11801 NONAME ?Clone@H225_CallCreditServiceControl_callStartingPoint@@UBEPAVPObject@@XZ @11802 NONAME ?Clone@H225_CallIdentifier@@UBEPAVPObject@@XZ @4924 NONAME ?Clone@H225_CallLinkage@@UBEPAVPObject@@XZ @11803 NONAME ?Clone@H225_CallModel@@UBEPAVPObject@@XZ @4925 NONAME ?Clone@H225_CallProceeding_UUIE@@UBEPAVPObject@@XZ @4926 NONAME ?Clone@H225_CallReferenceValue@@UBEPAVPObject@@XZ @4927 NONAME ?Clone@H225_CallsAvailable@@UBEPAVPObject@@XZ @11804 NONAME ?Clone@H225_CallTerminationCause@@UBEPAVPObject@@XZ @11805 NONAME ?Clone@H225_CallType@@UBEPAVPObject@@XZ @4928 NONAME ?Clone@H225_CapacityReportingCapability@@UBEPAVPObject@@XZ @11806 NONAME ?Clone@H225_CapacityReportingSpecification@@UBEPAVPObject@@XZ @11807 NONAME ?Clone@H225_CapacityReportingSpecification_when@@UBEPAVPObject@@XZ @11808 NONAME ?Clone@H225_CarrierInfo@@UBEPAVPObject@@XZ @19256 NONAME ?Clone@H225_CicInfo@@UBEPAVPObject@@XZ @11809 NONAME ?Clone@H225_CicInfo_cic@@UBEPAVPObject@@XZ @11810 NONAME ?Clone@H225_CircuitIdentifier@@UBEPAVPObject@@XZ @11811 NONAME ?Clone@H225_CircuitInfo@@UBEPAVPObject@@XZ @11812 NONAME ?Clone@H225_ConferenceIdentifier@@UBEPAVPObject@@XZ @4929 NONAME ?Clone@H225_ConferenceList@@UBEPAVPObject@@XZ @4930 NONAME ?Clone@H225_Connect_UUIE@@UBEPAVPObject@@XZ @4931 NONAME ?Clone@H225_Connect_UUIE_language@@UBEPAVPObject@@XZ @11813 NONAME ?Clone@H225_Content@@UBEPAVPObject@@XZ @11814 NONAME ?Clone@H225_CryptoH323Token@@UBEPAVPObject@@XZ @4932 NONAME ?Clone@H225_CryptoH323Token_cryptoEPPwdHash@@UBEPAVPObject@@XZ @4933 NONAME ?Clone@H225_CryptoH323Token_cryptoGKPwdHash@@UBEPAVPObject@@XZ @4934 NONAME ?Clone@H225_DataRate@@UBEPAVPObject@@XZ @4935 NONAME ?Clone@H225_DisengageConfirm@@UBEPAVPObject@@XZ @4936 NONAME ?Clone@H225_DisengageReason@@UBEPAVPObject@@XZ @4937 NONAME ?Clone@H225_DisengageReject@@UBEPAVPObject@@XZ @4938 NONAME ?Clone@H225_DisengageRejectReason@@UBEPAVPObject@@XZ @4939 NONAME ?Clone@H225_DisengageRequest@@UBEPAVPObject@@XZ @4940 NONAME ?Clone@H225_EncodedFastStartToken@@UBEPAVPObject@@XZ @12445 NONAME ?Clone@H225_EncryptIntAlg@@UBEPAVPObject@@XZ @4941 NONAME ?Clone@H225_Endpoint@@UBEPAVPObject@@XZ @4942 NONAME ?Clone@H225_EndpointIdentifier@@UBEPAVPObject@@XZ @4943 NONAME ?Clone@H225_EndpointType@@UBEPAVPObject@@XZ @4944 NONAME ?Clone@H225_EnumeratedParameter@@UBEPAVPObject@@XZ @11815 NONAME ?Clone@H225_ExtendedAliasAddress@@UBEPAVPObject@@XZ @11816 NONAME ?Clone@H225_FacilityReason@@UBEPAVPObject@@XZ @4945 NONAME ?Clone@H225_Facility_UUIE@@UBEPAVPObject@@XZ @4946 NONAME ?Clone@H225_FastStartToken@@UBEPAVPObject@@XZ @4947 NONAME ?Clone@H225_FeatureDescriptor@@UBEPAVPObject@@XZ @11817 NONAME ?Clone@H225_FeatureSet@@UBEPAVPObject@@XZ @11818 NONAME ?Clone@H225_GatekeeperConfirm@@UBEPAVPObject@@XZ @4948 NONAME ?Clone@H225_GatekeeperIdentifier@@UBEPAVPObject@@XZ @4949 NONAME ?Clone@H225_GatekeeperInfo@@UBEPAVPObject@@XZ @4950 NONAME ?Clone@H225_GatekeeperReject@@UBEPAVPObject@@XZ @4951 NONAME ?Clone@H225_GatekeeperRejectReason@@UBEPAVPObject@@XZ @4952 NONAME ?Clone@H225_GatekeeperRequest@@UBEPAVPObject@@XZ @4953 NONAME ?Clone@H225_GatewayInfo@@UBEPAVPObject@@XZ @4954 NONAME ?Clone@H225_GenericData@@UBEPAVPObject@@XZ @11819 NONAME ?Clone@H225_GenericIdentifier@@UBEPAVPObject@@XZ @11820 NONAME ?Clone@H225_GloballyUniqueID@@UBEPAVPObject@@XZ @4955 NONAME ?Clone@H225_GroupID@@UBEPAVPObject@@XZ @11821 NONAME ?Clone@H225_GroupID_member@@UBEPAVPObject@@XZ @11822 NONAME ?Clone@H225_GSM_UIM@@UBEPAVPObject@@XZ @11823 NONAME ?Clone@H225_H221NonStandard@@UBEPAVPObject@@XZ @4956 NONAME ?Clone@H225_H245Security@@UBEPAVPObject@@XZ @4957 NONAME ?Clone@H225_H248PackagesDescriptor@@UBEPAVPObject@@XZ @11824 NONAME ?Clone@H225_H248SignalsDescriptor@@UBEPAVPObject@@XZ @11825 NONAME ?Clone@H225_H310Caps@@UBEPAVPObject@@XZ @4958 NONAME ?Clone@H225_H320Caps@@UBEPAVPObject@@XZ @4959 NONAME ?Clone@H225_H321Caps@@UBEPAVPObject@@XZ @4960 NONAME ?Clone@H225_H322Caps@@UBEPAVPObject@@XZ @4961 NONAME ?Clone@H225_H323Caps@@UBEPAVPObject@@XZ @4962 NONAME ?Clone@H225_H323_UserInformation@@UBEPAVPObject@@XZ @4963 NONAME ?Clone@H225_H323_UserInformation_user_data@@UBEPAVPObject@@XZ @4964 NONAME ?Clone@H225_H323_UU_PDU@@UBEPAVPObject@@XZ @4965 NONAME ?Clone@H225_H323_UU_PDU_h323_message_body@@UBEPAVPObject@@XZ @4966 NONAME ?Clone@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBEPAVPObject@@XZ @11826 NONAME ?Clone@H225_H324Caps@@UBEPAVPObject@@XZ @4967 NONAME ?Clone@H225_ICV@@UBEPAVPObject@@XZ @4968 NONAME ?Clone@H225_InfoRequest@@UBEPAVPObject@@XZ @4969 NONAME ?Clone@H225_InfoRequestAck@@UBEPAVPObject@@XZ @4970 NONAME ?Clone@H225_InfoRequestNak@@UBEPAVPObject@@XZ @4971 NONAME ?Clone@H225_InfoRequestNakReason@@UBEPAVPObject@@XZ @4972 NONAME ?Clone@H225_InfoRequestResponse@@UBEPAVPObject@@XZ @4973 NONAME ?Clone@H225_InfoRequestResponseStatus@@UBEPAVPObject@@XZ @11827 NONAME ?Clone@H225_InfoRequestResponse_perCallInfo@@UBEPAVPObject@@XZ @4974 NONAME ?Clone@H225_InfoRequestResponse_perCallInfo_subtype@@UBEPAVPObject@@XZ @4975 NONAME ?Clone@H225_InfoRequestResponse_perCallInfo_subtype_pdu@@UBEPAVPObject@@XZ @4976 NONAME ?Clone@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBEPAVPObject@@XZ @4977 NONAME ?Clone@H225_Information_UUIE@@UBEPAVPObject@@XZ @4978 NONAME ?Clone@H225_IntegrityMechanism@@UBEPAVPObject@@XZ @4979 NONAME ?Clone@H225_LocationConfirm@@UBEPAVPObject@@XZ @4980 NONAME ?Clone@H225_LocationReject@@UBEPAVPObject@@XZ @4981 NONAME ?Clone@H225_LocationRejectReason@@UBEPAVPObject@@XZ @4982 NONAME ?Clone@H225_LocationRequest@@UBEPAVPObject@@XZ @4983 NONAME ?Clone@H225_McuInfo@@UBEPAVPObject@@XZ @4984 NONAME ?Clone@H225_MobileUIM@@UBEPAVPObject@@XZ @11828 NONAME ?Clone@H225_NonIsoIntegrityMechanism@@UBEPAVPObject@@XZ @4985 NONAME ?Clone@H225_NonStandardIdentifier@@UBEPAVPObject@@XZ @4986 NONAME ?Clone@H225_NonStandardMessage@@UBEPAVPObject@@XZ @4987 NONAME ?Clone@H225_NonStandardParameter@@UBEPAVPObject@@XZ @4988 NONAME ?Clone@H225_NonStandardProtocol@@UBEPAVPObject@@XZ @4989 NONAME ?Clone@H225_Notify_UUIE@@UBEPAVPObject@@XZ @11829 NONAME ?Clone@H225_NumberDigits@@UBEPAVPObject@@XZ @4990 NONAME ?Clone@H225_PartyNumber@@UBEPAVPObject@@XZ @4991 NONAME ?Clone@H225_PresentationIndicator@@UBEPAVPObject@@XZ @11830 NONAME ?Clone@H225_PrivatePartyNumber@@UBEPAVPObject@@XZ @4992 NONAME ?Clone@H225_PrivateTypeOfNumber@@UBEPAVPObject@@XZ @4993 NONAME ?Clone@H225_Progress_UUIE@@UBEPAVPObject@@XZ @4994 NONAME ?Clone@H225_ProtocolIdentifier@@UBEPAVPObject@@XZ @4995 NONAME ?Clone@H225_PublicPartyNumber@@UBEPAVPObject@@XZ @4996 NONAME ?Clone@H225_PublicTypeOfNumber@@UBEPAVPObject@@XZ @4997 NONAME ?Clone@H225_Q954Details@@UBEPAVPObject@@XZ @4998 NONAME ?Clone@H225_QseriesOptions@@UBEPAVPObject@@XZ @4999 NONAME ?Clone@H225_RasMessage@@UBEPAVPObject@@XZ @5000 NONAME ?Clone@H225_RasUsageInformation@@UBEPAVPObject@@XZ @11831 NONAME ?Clone@H225_RasUsageInfoTypes@@UBEPAVPObject@@XZ @11832 NONAME ?Clone@H225_RasUsageSpecification@@UBEPAVPObject@@XZ @11833 NONAME ?Clone@H225_RasUsageSpecification_callStartingPoint@@UBEPAVPObject@@XZ @11834 NONAME ?Clone@H225_RasUsageSpecification_when@@UBEPAVPObject@@XZ @11835 NONAME ?Clone@H225_RegistrationConfirm@@UBEPAVPObject@@XZ @5001 NONAME ?Clone@H225_RegistrationConfirm_preGrantedARQ@@UBEPAVPObject@@XZ @5002 NONAME ?Clone@H225_RegistrationReject@@UBEPAVPObject@@XZ @5003 NONAME ?Clone@H225_RegistrationRejectReason@@UBEPAVPObject@@XZ @5004 NONAME ?Clone@H225_RegistrationRejectReason_invalidTerminalAliases@@UBEPAVPObject@@XZ @11836 NONAME ?Clone@H225_RegistrationRequest@@UBEPAVPObject@@XZ @5005 NONAME ?Clone@H225_ReleaseCompleteReason@@UBEPAVPObject@@XZ @5006 NONAME ?Clone@H225_ReleaseComplete_UUIE@@UBEPAVPObject@@XZ @5007 NONAME ?Clone@H225_RequestInProgress@@UBEPAVPObject@@XZ @5008 NONAME ?Clone@H225_RequestSeqNum@@UBEPAVPObject@@XZ @5009 NONAME ?Clone@H225_ResourcesAvailableConfirm@@UBEPAVPObject@@XZ @5010 NONAME ?Clone@H225_ResourcesAvailableIndicate@@UBEPAVPObject@@XZ @5011 NONAME ?Clone@H225_RTPSession@@UBEPAVPObject@@XZ @5012 NONAME ?Clone@H225_RTPSession_associatedSessionIds@@UBEPAVPObject@@XZ @5013 NONAME ?Clone@H225_ScnConnectionAggregation@@UBEPAVPObject@@XZ @11837 NONAME ?Clone@H225_ScnConnectionType@@UBEPAVPObject@@XZ @11838 NONAME ?Clone@H225_ScreeningIndicator@@UBEPAVPObject@@XZ @11839 NONAME ?Clone@H225_SecurityCapabilities@@UBEPAVPObject@@XZ @5014 NONAME ?Clone@H225_SecurityErrors2@@UBEPAVPObject@@XZ @19257 NONAME ?Clone@H225_SecurityErrors@@UBEPAVPObject@@XZ @19258 NONAME ?Clone@H225_SecurityServiceMode@@UBEPAVPObject@@XZ @5015 NONAME ?Clone@H225_ServiceControlDescriptor@@UBEPAVPObject@@XZ @11840 NONAME ?Clone@H225_ServiceControlIndication@@UBEPAVPObject@@XZ @11841 NONAME ?Clone@H225_ServiceControlIndication_callSpecific@@UBEPAVPObject@@XZ @11842 NONAME ?Clone@H225_ServiceControlResponse@@UBEPAVPObject@@XZ @11843 NONAME ?Clone@H225_ServiceControlResponse_result@@UBEPAVPObject@@XZ @11844 NONAME ?Clone@H225_ServiceControlSession@@UBEPAVPObject@@XZ @11845 NONAME ?Clone@H225_ServiceControlSession_reason@@UBEPAVPObject@@XZ @11846 NONAME ?Clone@H225_SetupAcknowledge_UUIE@@UBEPAVPObject@@XZ @11847 NONAME ?Clone@H225_Setup_UUIE@@UBEPAVPObject@@XZ @5016 NONAME ?Clone@H225_Setup_UUIE_conferenceGoal@@UBEPAVPObject@@XZ @5017 NONAME ?Clone@H225_Setup_UUIE_connectionParameters@@UBEPAVPObject@@XZ @11848 NONAME ?Clone@H225_Setup_UUIE_language@@UBEPAVPObject@@XZ @11849 NONAME ?Clone@H225_SIPCaps@@UBEPAVPObject@@XZ @19259 NONAME ?Clone@H225_StatusInquiry_UUIE@@UBEPAVPObject@@XZ @11850 NONAME ?Clone@H225_Status_UUIE@@UBEPAVPObject@@XZ @11851 NONAME ?Clone@H225_StimulusControl@@UBEPAVPObject@@XZ @11852 NONAME ?Clone@H225_SupportedPrefix@@UBEPAVPObject@@XZ @5018 NONAME ?Clone@H225_SupportedProtocols@@UBEPAVPObject@@XZ @5019 NONAME ?Clone@H225_T120OnlyCaps@@UBEPAVPObject@@XZ @5020 NONAME ?Clone@H225_T38FaxAnnexbOnlyCaps@@UBEPAVPObject@@XZ @11853 NONAME ?Clone@H225_TBCD_STRING@@UBEPAVPObject@@XZ @11854 NONAME ?Clone@H225_TerminalInfo@@UBEPAVPObject@@XZ @5021 NONAME ?Clone@H225_TimeToLive@@UBEPAVPObject@@XZ @5022 NONAME ?Clone@H225_TransportAddress@@UBEPAVPObject@@XZ @5023 NONAME ?Clone@H225_TransportAddress_ip6Address@@UBEPAVPObject@@XZ @5024 NONAME ?Clone@H225_TransportAddress_ipAddress@@UBEPAVPObject@@XZ @5025 NONAME ?Clone@H225_TransportAddress_ipSourceRoute@@UBEPAVPObject@@XZ @5026 NONAME ?Clone@H225_TransportAddress_ipSourceRoute_route@@UBEPAVPObject@@XZ @5027 NONAME ?Clone@H225_TransportAddress_ipSourceRoute_routing@@UBEPAVPObject@@XZ @5028 NONAME ?Clone@H225_TransportAddress_ipxAddress@@UBEPAVPObject@@XZ @5029 NONAME ?Clone@H225_TransportChannelInfo@@UBEPAVPObject@@XZ @5030 NONAME ?Clone@H225_TransportQOS@@UBEPAVPObject@@XZ @5031 NONAME ?Clone@H225_TunnelledProtocol@@UBEPAVPObject@@XZ @11855 NONAME ?Clone@H225_TunnelledProtocolAlternateIdentifier@@UBEPAVPObject@@XZ @11856 NONAME ?Clone@H225_TunnelledProtocol_id@@UBEPAVPObject@@XZ @11857 NONAME ?Clone@H225_UnknownMessageResponse@@UBEPAVPObject@@XZ @5032 NONAME ?Clone@H225_UnregistrationConfirm@@UBEPAVPObject@@XZ @5033 NONAME ?Clone@H225_UnregistrationReject@@UBEPAVPObject@@XZ @5034 NONAME ?Clone@H225_UnregistrationRequest@@UBEPAVPObject@@XZ @5035 NONAME ?Clone@H225_UnregRejectReason@@UBEPAVPObject@@XZ @5036 NONAME ?Clone@H225_UnregRequestReason@@UBEPAVPObject@@XZ @5037 NONAME ?Clone@H225_UseSpecifiedTransport@@UBEPAVPObject@@XZ @11858 NONAME ?Clone@H225_UUIEsRequested@@UBEPAVPObject@@XZ @5038 NONAME ?Clone@H225_VendorIdentifier@@UBEPAVPObject@@XZ @5039 NONAME ?Clone@H225_VoiceCaps@@UBEPAVPObject@@XZ @5040 NONAME ?Clone@H235AuthCAT@@UBEPAVPObject@@XZ @16734 NONAME ?Clone@H235Authenticators@@UBEPAVPObject@@XZ @14773 NONAME ?Clone@H235AuthProcedure1@@UBEPAVPObject@@XZ @14774 NONAME ?Clone@H235AuthSimpleMD5@@UBEPAVPObject@@XZ @14775 NONAME ?Clone@H235_AuthenticationBES@@UBEPAVPObject@@XZ @12978 NONAME ?Clone@H235_AuthenticationMechanism@@UBEPAVPObject@@XZ @5041 NONAME ?Clone@H235_ChallengeString@@UBEPAVPObject@@XZ @5042 NONAME ?Clone@H235_ClearToken@@UBEPAVPObject@@XZ @5043 NONAME ?Clone@H235_CryptoToken@@UBEPAVPObject@@XZ @5044 NONAME ?Clone@H235_CryptoToken_cryptoEncryptedToken@@UBEPAVPObject@@XZ @5045 NONAME ?Clone@H235_CryptoToken_cryptoHashedToken@@UBEPAVPObject@@XZ @5046 NONAME ?Clone@H235_CryptoToken_cryptoSignedToken@@UBEPAVPObject@@XZ @5047 NONAME ?Clone@H235_DHset@@UBEPAVPObject@@XZ @5048 NONAME ?Clone@H235_ECGDSASignature@@UBEPAVPObject@@XZ @19260 NONAME ?Clone@H235_ECKASDH@@UBEPAVPObject@@XZ @12980 NONAME ?Clone@H235_ECKASDH_eckasdh2@@UBEPAVPObject@@XZ @12981 NONAME ?Clone@H235_ECKASDH_eckasdhp@@UBEPAVPObject@@XZ @12982 NONAME ?Clone@H235_ECpoint@@UBEPAVPObject@@XZ @19261 NONAME ?Clone@H235_EncodedGeneralToken@@UBEPAVPObject@@XZ @12446 NONAME ?Clone@H235_EncodedKeySignedMaterial@@UBEPAVPObject@@XZ @12447 NONAME ?Clone@H235_EncodedKeySyncMaterial@@UBEPAVPObject@@XZ @12448 NONAME ?Clone@H235_EncodedPwdCertToken@@UBEPAVPObject@@XZ @12449 NONAME ?Clone@H235_EncodedReturnSig@@UBEPAVPObject@@XZ @12450 NONAME ?Clone@H235_H235CertificateSignature@@UBEPAVPObject@@XZ @5049 NONAME ?Clone@H235_H235Key@@UBEPAVPObject@@XZ @5050 NONAME ?Clone@H235_Identifier@@UBEPAVPObject@@XZ @5051 NONAME ?Clone@H235_IV16@@UBEPAVPObject@@XZ @12983 NONAME ?Clone@H235_IV8@@UBEPAVPObject@@XZ @5052 NONAME ?Clone@H235_KeyMaterial@@UBEPAVPObject@@XZ @5053 NONAME ?Clone@H235_KeySignedMaterial@@UBEPAVPObject@@XZ @5054 NONAME ?Clone@H235_KeySyncMaterial@@UBEPAVPObject@@XZ @5055 NONAME ?Clone@H235_NonStandardParameter@@UBEPAVPObject@@XZ @5056 NONAME ?Clone@H235_Params@@UBEPAVPObject@@XZ @5057 NONAME ?Clone@H235_Password@@UBEPAVPObject@@XZ @5058 NONAME ?Clone@H235_PwdCertToken@@UBEPAVPObject@@XZ @5059 NONAME ?Clone@H235_RandomVal@@UBEPAVPObject@@XZ @5060 NONAME ?Clone@H235_ReturnSig@@UBEPAVPObject@@XZ @5061 NONAME ?Clone@H235_TimeStamp@@UBEPAVPObject@@XZ @5062 NONAME ?Clone@H235_TypedCertificate@@UBEPAVPObject@@XZ @5063 NONAME ?Clone@H235_V3KeySyncMaterial@@UBEPAVPObject@@XZ @19262 NONAME ?Clone@H245_AlternativeCapabilitySet@@UBEPAVPObject@@XZ @5064 NONAME ?Clone@H245_ArrayOf_AlternativeCapabilitySet@@UBEPAVPObject@@XZ @5065 NONAME ?Clone@H245_ArrayOf_BEnhancementParameters@@UBEPAVPObject@@XZ @5066 NONAME ?Clone@H245_ArrayOf_CapabilityDescriptor@@UBEPAVPObject@@XZ @5067 NONAME ?Clone@H245_ArrayOf_CapabilityDescriptorNumber@@UBEPAVPObject@@XZ @5068 NONAME ?Clone@H245_ArrayOf_CapabilityTableEntry@@UBEPAVPObject@@XZ @5069 NONAME ?Clone@H245_ArrayOf_CapabilityTableEntryNumber@@UBEPAVPObject@@XZ @5070 NONAME ?Clone@H245_ArrayOf_CommunicationModeTableEntry@@UBEPAVPObject@@XZ @5071 NONAME ?Clone@H245_ArrayOf_CustomPictureClockFrequency@@UBEPAVPObject@@XZ @5072 NONAME ?Clone@H245_ArrayOf_CustomPictureFormat@@UBEPAVPObject@@XZ @5073 NONAME ?Clone@H245_ArrayOf_DataApplicationCapability@@UBEPAVPObject@@XZ @5074 NONAME ?Clone@H245_ArrayOf_DialingInformationNetworkType@@UBEPAVPObject@@XZ @11859 NONAME ?Clone@H245_ArrayOf_DialingInformationNumber@@UBEPAVPObject@@XZ @11860 NONAME ?Clone@H245_ArrayOf_EnhancementOptions@@UBEPAVPObject@@XZ @5075 NONAME ?Clone@H245_ArrayOf_EscrowData@@UBEPAVPObject@@XZ @5076 NONAME ?Clone@H245_ArrayOf_GenericCapability@@UBEPAVPObject@@XZ @30588 NONAME ?Clone@H245_ArrayOf_GenericParameter@@UBEPAVPObject@@XZ @11861 NONAME ?Clone@H245_ArrayOf_H263ModeComboFlags@@UBEPAVPObject@@XZ @5077 NONAME ?Clone@H245_ArrayOf_H263VideoModeCombos@@UBEPAVPObject@@XZ @5078 NONAME ?Clone@H245_ArrayOf_MediaChannelCapability@@UBEPAVPObject@@XZ @5079 NONAME ?Clone@H245_ArrayOf_MediaDistributionCapability@@UBEPAVPObject@@XZ @5080 NONAME ?Clone@H245_ArrayOf_ModeDescription@@UBEPAVPObject@@XZ @5081 NONAME ?Clone@H245_ArrayOf_MultiplePayloadStreamElement@@UBEPAVPObject@@XZ @19263 NONAME ?Clone@H245_ArrayOf_MultiplePayloadStreamElementMode@@UBEPAVPObject@@XZ @19264 NONAME ?Clone@H245_ArrayOf_MultiplexElement@@UBEPAVPObject@@XZ @5082 NONAME ?Clone@H245_ArrayOf_MultiplexEntryDescriptor@@UBEPAVPObject@@XZ @5083 NONAME ?Clone@H245_ArrayOf_MultiplexEntryRejectionDescriptions@@UBEPAVPObject@@XZ @5084 NONAME ?Clone@H245_ArrayOf_MultiplexTableEntryNumber@@UBEPAVPObject@@XZ @5085 NONAME ?Clone@H245_ArrayOf_NonStandardParameter@@UBEPAVPObject@@XZ @5086 NONAME ?Clone@H245_ArrayOf_ParameterIdentifier@@UBEPAVPObject@@XZ @11862 NONAME ?Clone@H245_ArrayOf_PictureReference@@UBEPAVPObject@@XZ @11863 NONAME ?Clone@H245_ArrayOf_Q2931Address@@UBEPAVPObject@@XZ @11864 NONAME ?Clone@H245_ArrayOf_QOSCapability@@UBEPAVPObject@@XZ @5087 NONAME ?Clone@H245_ArrayOf_RedundancyEncodingCapability@@UBEPAVPObject@@XZ @5088 NONAME ?Clone@H245_ArrayOf_RedundancyEncodingDTModeElement@@UBEPAVPObject@@XZ @19265 NONAME ?Clone@H245_ArrayOf_RedundancyEncodingElement@@UBEPAVPObject@@XZ @19266 NONAME ?Clone@H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@UBEPAVPObject@@XZ @5089 NONAME ?Clone@H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@UBEPAVPObject@@XZ @5090 NONAME ?Clone@H245_ArrayOf_RTPPayloadType@@UBEPAVPObject@@XZ @5091 NONAME ?Clone@H245_ArrayOf_TerminalInformation@@UBEPAVPObject@@XZ @5092 NONAME ?Clone@H245_ArrayOf_TerminalLabel@@UBEPAVPObject@@XZ @5093 NONAME ?Clone@H245_ArrayOf_VCCapability@@UBEPAVPObject@@XZ @5094 NONAME ?Clone@H245_ArrayOf_VideoCapability@@UBEPAVPObject@@XZ @30589 NONAME ?Clone@H245_ATMParameters@@UBEPAVPObject@@XZ @5095 NONAME ?Clone@H245_AudioCapability@@UBEPAVPObject@@XZ @5096 NONAME ?Clone@H245_AudioCapability_g7231@@UBEPAVPObject@@XZ @5097 NONAME ?Clone@H245_AudioMode@@UBEPAVPObject@@XZ @5098 NONAME ?Clone@H245_AudioMode_g7231@@UBEPAVPObject@@XZ @5099 NONAME ?Clone@H245_AudioTelephonyEventCapability@@UBEPAVPObject@@XZ @11865 NONAME ?Clone@H245_AudioToneCapability@@UBEPAVPObject@@XZ @11866 NONAME ?Clone@H245_AuthenticationCapability@@UBEPAVPObject@@XZ @5100 NONAME ?Clone@H245_BEnhancementParameters@@UBEPAVPObject@@XZ @5101 NONAME ?Clone@H245_Capability@@UBEPAVPObject@@XZ @5102 NONAME ?Clone@H245_CapabilityDescriptor@@UBEPAVPObject@@XZ @5103 NONAME ?Clone@H245_CapabilityDescriptorNumber@@UBEPAVPObject@@XZ @5104 NONAME ?Clone@H245_CapabilityIdentifier@@UBEPAVPObject@@XZ @11867 NONAME ?Clone@H245_CapabilityTableEntry@@UBEPAVPObject@@XZ @5105 NONAME ?Clone@H245_CapabilityTableEntryNumber@@UBEPAVPObject@@XZ @5106 NONAME ?Clone@H245_Capability_h233EncryptionReceiveCapability@@UBEPAVPObject@@XZ @5107 NONAME ?Clone@H245_CertSelectionCriteria@@UBEPAVPObject@@XZ @5108 NONAME ?Clone@H245_CloseLogicalChannel@@UBEPAVPObject@@XZ @5109 NONAME ?Clone@H245_CloseLogicalChannelAck@@UBEPAVPObject@@XZ @5110 NONAME ?Clone@H245_CloseLogicalChannel_reason@@UBEPAVPObject@@XZ @5111 NONAME ?Clone@H245_CloseLogicalChannel_source@@UBEPAVPObject@@XZ @5112 NONAME ?Clone@H245_CommandMessage@@UBEPAVPObject@@XZ @5113 NONAME ?Clone@H245_CommunicationModeCommand@@UBEPAVPObject@@XZ @5114 NONAME ?Clone@H245_CommunicationModeRequest@@UBEPAVPObject@@XZ @5115 NONAME ?Clone@H245_CommunicationModeResponse@@UBEPAVPObject@@XZ @5116 NONAME ?Clone@H245_CommunicationModeTableEntry@@UBEPAVPObject@@XZ @5117 NONAME ?Clone@H245_CommunicationModeTableEntry_dataType@@UBEPAVPObject@@XZ @5118 NONAME ?Clone@H245_CompressionType@@UBEPAVPObject@@XZ @5119 NONAME ?Clone@H245_ConferenceCapability@@UBEPAVPObject@@XZ @5120 NONAME ?Clone@H245_ConferenceCommand@@UBEPAVPObject@@XZ @5121 NONAME ?Clone@H245_ConferenceID@@UBEPAVPObject@@XZ @5122 NONAME ?Clone@H245_ConferenceIndication@@UBEPAVPObject@@XZ @5123 NONAME ?Clone@H245_ConferenceRequest@@UBEPAVPObject@@XZ @5124 NONAME ?Clone@H245_ConferenceRequest_requestTerminalCertificate@@UBEPAVPObject@@XZ @5125 NONAME ?Clone@H245_ConferenceResponse@@UBEPAVPObject@@XZ @5126 NONAME ?Clone@H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@UBEPAVPObject@@XZ @5127 NONAME ?Clone@H245_ConferenceResponse_chairTokenOwnerResponse@@UBEPAVPObject@@XZ @5128 NONAME ?Clone@H245_ConferenceResponse_conferenceIDResponse@@UBEPAVPObject@@XZ @5129 NONAME ?Clone@H245_ConferenceResponse_extensionAddressResponse@@UBEPAVPObject@@XZ @5130 NONAME ?Clone@H245_ConferenceResponse_makeMeChairResponse@@UBEPAVPObject@@XZ @5131 NONAME ?Clone@H245_ConferenceResponse_makeTerminalBroadcasterResponse@@UBEPAVPObject@@XZ @5132 NONAME ?Clone@H245_ConferenceResponse_mCTerminalIDResponse@@UBEPAVPObject@@XZ @5133 NONAME ?Clone@H245_ConferenceResponse_passwordResponse@@UBEPAVPObject@@XZ @5134 NONAME ?Clone@H245_ConferenceResponse_sendThisSourceResponse@@UBEPAVPObject@@XZ @5135 NONAME ?Clone@H245_ConferenceResponse_terminalCertificateResponse@@UBEPAVPObject@@XZ @5136 NONAME ?Clone@H245_ConferenceResponse_terminalIDResponse@@UBEPAVPObject@@XZ @5137 NONAME ?Clone@H245_ConnectionIdentifier@@UBEPAVPObject@@XZ @11868 NONAME ?Clone@H245_CRCLength@@UBEPAVPObject@@XZ @5138 NONAME ?Clone@H245_Criteria@@UBEPAVPObject@@XZ @5139 NONAME ?Clone@H245_CustomPictureClockFrequency@@UBEPAVPObject@@XZ @5140 NONAME ?Clone@H245_CustomPictureFormat@@UBEPAVPObject@@XZ @5141 NONAME ?Clone@H245_CustomPictureFormat_mPI@@UBEPAVPObject@@XZ @5142 NONAME ?Clone@H245_CustomPictureFormat_mPI_customPCF@@UBEPAVPObject@@XZ @5143 NONAME ?Clone@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBEPAVPObject@@XZ @5144 NONAME ?Clone@H245_CustomPictureFormat_pixelAspectInformation@@UBEPAVPObject@@XZ @5145 NONAME ?Clone@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@UBEPAVPObject@@XZ @5146 NONAME ?Clone@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBEPAVPObject@@XZ @5147 NONAME ?Clone@H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@UBEPAVPObject@@XZ @5148 NONAME ?Clone@H245_DataApplicationCapability@@UBEPAVPObject@@XZ @5149 NONAME ?Clone@H245_DataApplicationCapability_application@@UBEPAVPObject@@XZ @5150 NONAME ?Clone@H245_DataApplicationCapability_application_nlpid@@UBEPAVPObject@@XZ @5151 NONAME ?Clone@H245_DataApplicationCapability_application_t38fax@@UBEPAVPObject@@XZ @11869 NONAME ?Clone@H245_DataApplicationCapability_application_t84@@UBEPAVPObject@@XZ @5152 NONAME ?Clone@H245_DataMode@@UBEPAVPObject@@XZ @5153 NONAME ?Clone@H245_DataMode_application@@UBEPAVPObject@@XZ @5154 NONAME ?Clone@H245_DataMode_application_nlpid@@UBEPAVPObject@@XZ @5155 NONAME ?Clone@H245_DataMode_application_t38fax@@UBEPAVPObject@@XZ @11870 NONAME ?Clone@H245_DataProtocolCapability@@UBEPAVPObject@@XZ @5156 NONAME ?Clone@H245_DataProtocolCapability_v76wCompression@@UBEPAVPObject@@XZ @5157 NONAME ?Clone@H245_DataType@@UBEPAVPObject@@XZ @5158 NONAME ?Clone@H245_DepFECCapability@@UBEPAVPObject@@XZ @30590 NONAME ?Clone@H245_DepFECCapability_rfc2733@@UBEPAVPObject@@XZ @30591 NONAME ?Clone@H245_DepFECCapability_rfc2733_separateStream@@UBEPAVPObject@@XZ @30592 NONAME ?Clone@H245_DepFECData@@UBEPAVPObject@@XZ @30593 NONAME ?Clone@H245_DepFECData_rfc2733@@UBEPAVPObject@@XZ @30594 NONAME ?Clone@H245_DepFECData_rfc2733_mode@@UBEPAVPObject@@XZ @30595 NONAME ?Clone@H245_DepFECData_rfc2733_mode_separateStream@@UBEPAVPObject@@XZ @30596 NONAME ?Clone@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBEPAVPObject@@XZ @30597 NONAME ?Clone@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBEPAVPObject@@XZ @30598 NONAME ?Clone@H245_DepFECMode@@UBEPAVPObject@@XZ @30599 NONAME ?Clone@H245_DepFECMode_rfc2733Mode@@UBEPAVPObject@@XZ @30600 NONAME ?Clone@H245_DepFECMode_rfc2733Mode_mode@@UBEPAVPObject@@XZ @30601 NONAME ?Clone@H245_DepFECMode_rfc2733Mode_mode_separateStream@@UBEPAVPObject@@XZ @30602 NONAME ?Clone@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBEPAVPObject@@XZ @30603 NONAME ?Clone@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBEPAVPObject@@XZ @30604 NONAME ?Clone@H245_DialingInformation@@UBEPAVPObject@@XZ @11871 NONAME ?Clone@H245_DialingInformationNetworkType@@UBEPAVPObject@@XZ @11872 NONAME ?Clone@H245_DialingInformationNumber@@UBEPAVPObject@@XZ @11873 NONAME ?Clone@H245_EncryptionAuthenticationAndIntegrity@@UBEPAVPObject@@XZ @5159 NONAME ?Clone@H245_EncryptionCapability@@UBEPAVPObject@@XZ @5160 NONAME ?Clone@H245_EncryptionCommand@@UBEPAVPObject@@XZ @5161 NONAME ?Clone@H245_EncryptionCommand_encryptionAlgorithmID@@UBEPAVPObject@@XZ @5162 NONAME ?Clone@H245_EncryptionMode@@UBEPAVPObject@@XZ @5163 NONAME ?Clone@H245_EncryptionSync@@UBEPAVPObject@@XZ @5164 NONAME ?Clone@H245_EncryptionUpdateDirection@@UBEPAVPObject@@XZ @30605 NONAME ?Clone@H245_EncryptionUpdateRequest@@UBEPAVPObject@@XZ @5165 NONAME ?Clone@H245_EndSessionCommand@@UBEPAVPObject@@XZ @5166 NONAME ?Clone@H245_EndSessionCommand_gstnOptions@@UBEPAVPObject@@XZ @5167 NONAME ?Clone@H245_EndSessionCommand_isdnOptions@@UBEPAVPObject@@XZ @5168 NONAME ?Clone@H245_EnhancementLayerInfo@@UBEPAVPObject@@XZ @5169 NONAME ?Clone@H245_EnhancementOptions@@UBEPAVPObject@@XZ @5170 NONAME ?Clone@H245_EscrowData@@UBEPAVPObject@@XZ @5171 NONAME ?Clone@H245_ExtendedVideoCapability@@UBEPAVPObject@@XZ @30606 NONAME ?Clone@H245_FECCapability@@UBEPAVPObject@@XZ @19267 NONAME ?Clone@H245_FECCapability_rfc2733Format@@UBEPAVPObject@@XZ @30607 NONAME ?Clone@H245_FECData@@UBEPAVPObject@@XZ @19270 NONAME ?Clone@H245_FECData_rfc2733@@UBEPAVPObject@@XZ @19271 NONAME ?Clone@H245_FECData_rfc2733_pktMode@@UBEPAVPObject@@XZ @30608 NONAME ?Clone@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBEPAVPObject@@XZ @30609 NONAME ?Clone@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UBEPAVPObject@@XZ @30610 NONAME ?Clone@H245_FECMode@@UBEPAVPObject@@XZ @19276 NONAME ?Clone@H245_FECMode_rfc2733Format@@UBEPAVPObject@@XZ @30611 NONAME ?Clone@H245_FlowControlCommand@@UBEPAVPObject@@XZ @5172 NONAME ?Clone@H245_FlowControlCommand_restriction@@UBEPAVPObject@@XZ @5173 NONAME ?Clone@H245_FlowControlCommand_scope@@UBEPAVPObject@@XZ @5174 NONAME ?Clone@H245_FlowControlIndication@@UBEPAVPObject@@XZ @11874 NONAME ?Clone@H245_FlowControlIndication_restriction@@UBEPAVPObject@@XZ @11875 NONAME ?Clone@H245_FlowControlIndication_scope@@UBEPAVPObject@@XZ @11876 NONAME ?Clone@H245_FunctionNotSupported@@UBEPAVPObject@@XZ @5175 NONAME ?Clone@H245_FunctionNotSupported_cause@@UBEPAVPObject@@XZ @5176 NONAME ?Clone@H245_FunctionNotUnderstood@@UBEPAVPObject@@XZ @5177 NONAME ?Clone@H245_G7231AnnexCCapability@@UBEPAVPObject@@XZ @5178 NONAME ?Clone@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBEPAVPObject@@XZ @5179 NONAME ?Clone@H245_G7231AnnexCMode@@UBEPAVPObject@@XZ @5180 NONAME ?Clone@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBEPAVPObject@@XZ @5181 NONAME ?Clone@H245_G729Extensions@@UBEPAVPObject@@XZ @11877 NONAME ?Clone@H245_GenericCapability@@UBEPAVPObject@@XZ @11878 NONAME ?Clone@H245_GenericMessage@@UBEPAVPObject@@XZ @30612 NONAME ?Clone@H245_GenericParameter@@UBEPAVPObject@@XZ @11879 NONAME ?Clone@H245_GSMAudioCapability@@UBEPAVPObject@@XZ @5182 NONAME ?Clone@H245_H222Capability@@UBEPAVPObject@@XZ @5183 NONAME ?Clone@H245_H222LogicalChannelParameters@@UBEPAVPObject@@XZ @5184 NONAME ?Clone@H245_H223AL1MParameters@@UBEPAVPObject@@XZ @5185 NONAME ?Clone@H245_H223AL1MParameters_arqType@@UBEPAVPObject@@XZ @5186 NONAME ?Clone@H245_H223AL1MParameters_crcLength@@UBEPAVPObject@@XZ @5187 NONAME ?Clone@H245_H223AL1MParameters_headerFEC@@UBEPAVPObject@@XZ @5188 NONAME ?Clone@H245_H223AL1MParameters_transferMode@@UBEPAVPObject@@XZ @5189 NONAME ?Clone@H245_H223AL2MParameters@@UBEPAVPObject@@XZ @5190 NONAME ?Clone@H245_H223AL2MParameters_headerFEC@@UBEPAVPObject@@XZ @5191 NONAME ?Clone@H245_H223AL3MParameters@@UBEPAVPObject@@XZ @5192 NONAME ?Clone@H245_H223AL3MParameters_arqType@@UBEPAVPObject@@XZ @5193 NONAME ?Clone@H245_H223AL3MParameters_crcLength@@UBEPAVPObject@@XZ @5194 NONAME ?Clone@H245_H223AL3MParameters_headerFormat@@UBEPAVPObject@@XZ @5195 NONAME ?Clone@H245_H223AnnexCArqParameters@@UBEPAVPObject@@XZ @5196 NONAME ?Clone@H245_H223AnnexCArqParameters_numberOfRetransmissions@@UBEPAVPObject@@XZ @5197 NONAME ?Clone@H245_H223AnnexCCapability@@UBEPAVPObject@@XZ @5198 NONAME ?Clone@H245_H223Capability@@UBEPAVPObject@@XZ @5199 NONAME ?Clone@H245_H223Capability_h223MultiplexTableCapability@@UBEPAVPObject@@XZ @5200 NONAME ?Clone@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBEPAVPObject@@XZ @5201 NONAME ?Clone@H245_H223Capability_mobileMultilinkFrameCapability@@UBEPAVPObject@@XZ @11880 NONAME ?Clone@H245_H223Capability_mobileOperationTransmitCapability@@UBEPAVPObject@@XZ @5202 NONAME ?Clone@H245_H223LogicalChannelParameters@@UBEPAVPObject@@XZ @5203 NONAME ?Clone@H245_H223LogicalChannelParameters_adaptationLayerType@@UBEPAVPObject@@XZ @5204 NONAME ?Clone@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBEPAVPObject@@XZ @5205 NONAME ?Clone@H245_H223ModeParameters@@UBEPAVPObject@@XZ @5206 NONAME ?Clone@H245_H223ModeParameters_adaptationLayerType@@UBEPAVPObject@@XZ @5207 NONAME ?Clone@H245_H223ModeParameters_adaptationLayerType_al3@@UBEPAVPObject@@XZ @5208 NONAME ?Clone@H245_H223MultiplexReconfiguration@@UBEPAVPObject@@XZ @5209 NONAME ?Clone@H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@UBEPAVPObject@@XZ @5210 NONAME ?Clone@H245_H223MultiplexReconfiguration_h223ModeChange@@UBEPAVPObject@@XZ @5211 NONAME ?Clone@H245_H223SkewIndication@@UBEPAVPObject@@XZ @5212 NONAME ?Clone@H245_H2250Capability@@UBEPAVPObject@@XZ @5213 NONAME ?Clone@H245_H2250Capability_mcCapability@@UBEPAVPObject@@XZ @5214 NONAME ?Clone@H245_H2250LogicalChannelAckParameters@@UBEPAVPObject@@XZ @5215 NONAME ?Clone@H245_H2250LogicalChannelParameters@@UBEPAVPObject@@XZ @5216 NONAME ?Clone@H245_H2250LogicalChannelParameters_mediaPacketization@@UBEPAVPObject@@XZ @5217 NONAME ?Clone@H245_H2250MaximumSkewIndication@@UBEPAVPObject@@XZ @5218 NONAME ?Clone@H245_H2250ModeParameters@@UBEPAVPObject@@XZ @5219 NONAME ?Clone@H245_H235Media@@UBEPAVPObject@@XZ @5220 NONAME ?Clone@H245_H235Media_mediaType@@UBEPAVPObject@@XZ @5221 NONAME ?Clone@H245_H235Mode@@UBEPAVPObject@@XZ @5222 NONAME ?Clone@H245_H235Mode_mediaMode@@UBEPAVPObject@@XZ @5223 NONAME ?Clone@H245_H235SecurityCapability@@UBEPAVPObject@@XZ @5224 NONAME ?Clone@H245_H261VideoCapability@@UBEPAVPObject@@XZ @5225 NONAME ?Clone@H245_H261VideoMode@@UBEPAVPObject@@XZ @5226 NONAME ?Clone@H245_H261VideoMode_resolution@@UBEPAVPObject@@XZ @5227 NONAME ?Clone@H245_H262VideoCapability@@UBEPAVPObject@@XZ @5228 NONAME ?Clone@H245_H262VideoMode@@UBEPAVPObject@@XZ @5229 NONAME ?Clone@H245_H262VideoMode_profileAndLevel@@UBEPAVPObject@@XZ @5230 NONAME ?Clone@H245_H263ModeComboFlags@@UBEPAVPObject@@XZ @5231 NONAME ?Clone@H245_H263Options@@UBEPAVPObject@@XZ @5232 NONAME ?Clone@H245_H263Version3Options@@UBEPAVPObject@@XZ @11881 NONAME ?Clone@H245_H263VideoCapability@@UBEPAVPObject@@XZ @5233 NONAME ?Clone@H245_H263VideoMode@@UBEPAVPObject@@XZ @5234 NONAME ?Clone@H245_H263VideoModeCombos@@UBEPAVPObject@@XZ @5235 NONAME ?Clone@H245_H263VideoMode_resolution@@UBEPAVPObject@@XZ @5236 NONAME ?Clone@H245_IndicationMessage@@UBEPAVPObject@@XZ @5237 NONAME ?Clone@H245_IntegrityCapability@@UBEPAVPObject@@XZ @5238 NONAME ?Clone@H245_IS11172AudioCapability@@UBEPAVPObject@@XZ @5239 NONAME ?Clone@H245_IS11172AudioMode@@UBEPAVPObject@@XZ @5240 NONAME ?Clone@H245_IS11172AudioMode_audioLayer@@UBEPAVPObject@@XZ @5241 NONAME ?Clone@H245_IS11172AudioMode_audioSampling@@UBEPAVPObject@@XZ @5242 NONAME ?Clone@H245_IS11172AudioMode_multichannelType@@UBEPAVPObject@@XZ @5243 NONAME ?Clone@H245_IS11172VideoCapability@@UBEPAVPObject@@XZ @5244 NONAME ?Clone@H245_IS11172VideoMode@@UBEPAVPObject@@XZ @5245 NONAME ?Clone@H245_IS13818AudioCapability@@UBEPAVPObject@@XZ @5246 NONAME ?Clone@H245_IS13818AudioMode@@UBEPAVPObject@@XZ @5247 NONAME ?Clone@H245_IS13818AudioMode_audioLayer@@UBEPAVPObject@@XZ @5248 NONAME ?Clone@H245_IS13818AudioMode_audioSampling@@UBEPAVPObject@@XZ @5249 NONAME ?Clone@H245_IS13818AudioMode_multichannelType@@UBEPAVPObject@@XZ @5250 NONAME ?Clone@H245_IV16@@UBEPAVPObject@@XZ @30613 NONAME ?Clone@H245_IV8@@UBEPAVPObject@@XZ @30614 NONAME ?Clone@H245_JitterIndication@@UBEPAVPObject@@XZ @5251 NONAME ?Clone@H245_JitterIndication_scope@@UBEPAVPObject@@XZ @5252 NONAME ?Clone@H245_KeyProtectionMethod@@UBEPAVPObject@@XZ @5253 NONAME ?Clone@H245_LogicalChannelNumber@@UBEPAVPObject@@XZ @5254 NONAME ?Clone@H245_LogicalChannelRateAcknowledge@@UBEPAVPObject@@XZ @11882 NONAME ?Clone@H245_LogicalChannelRateReject@@UBEPAVPObject@@XZ @11883 NONAME ?Clone@H245_LogicalChannelRateRejectReason@@UBEPAVPObject@@XZ @11884 NONAME ?Clone@H245_LogicalChannelRateRelease@@UBEPAVPObject@@XZ @11885 NONAME ?Clone@H245_LogicalChannelRateRequest@@UBEPAVPObject@@XZ @11886 NONAME ?Clone@H245_MaintenanceLoopAck@@UBEPAVPObject@@XZ @5255 NONAME ?Clone@H245_MaintenanceLoopAck_type@@UBEPAVPObject@@XZ @5256 NONAME ?Clone@H245_MaintenanceLoopOffCommand@@UBEPAVPObject@@XZ @5257 NONAME ?Clone@H245_MaintenanceLoopReject@@UBEPAVPObject@@XZ @5258 NONAME ?Clone@H245_MaintenanceLoopReject_cause@@UBEPAVPObject@@XZ @5259 NONAME ?Clone@H245_MaintenanceLoopReject_type@@UBEPAVPObject@@XZ @5260 NONAME ?Clone@H245_MaintenanceLoopRequest@@UBEPAVPObject@@XZ @5261 NONAME ?Clone@H245_MaintenanceLoopRequest_type@@UBEPAVPObject@@XZ @5262 NONAME ?Clone@H245_MasterSlaveDetermination@@UBEPAVPObject@@XZ @5263 NONAME ?Clone@H245_MasterSlaveDeterminationAck@@UBEPAVPObject@@XZ @5264 NONAME ?Clone@H245_MasterSlaveDeterminationAck_decision@@UBEPAVPObject@@XZ @5265 NONAME ?Clone@H245_MasterSlaveDeterminationReject@@UBEPAVPObject@@XZ @5266 NONAME ?Clone@H245_MasterSlaveDeterminationReject_cause@@UBEPAVPObject@@XZ @5267 NONAME ?Clone@H245_MasterSlaveDeterminationRelease@@UBEPAVPObject@@XZ @5268 NONAME ?Clone@H245_MaximumBitRate@@UBEPAVPObject@@XZ @11887 NONAME ?Clone@H245_MaxRedundancy@@UBEPAVPObject@@XZ @30615 NONAME ?Clone@H245_MCLocationIndication@@UBEPAVPObject@@XZ @5269 NONAME ?Clone@H245_McuNumber@@UBEPAVPObject@@XZ @5270 NONAME ?Clone@H245_MediaChannelCapability@@UBEPAVPObject@@XZ @5271 NONAME ?Clone@H245_MediaDistributionCapability@@UBEPAVPObject@@XZ @5272 NONAME ?Clone@H245_MediaEncryptionAlgorithm@@UBEPAVPObject@@XZ @5273 NONAME ?Clone@H245_MediaPacketizationCapability@@UBEPAVPObject@@XZ @5274 NONAME ?Clone@H245_MediaTransportType@@UBEPAVPObject@@XZ @5275 NONAME ?Clone@H245_MediaTransportType_atm_AAL5_compressed@@UBEPAVPObject@@XZ @11888 NONAME ?Clone@H245_MiscellaneousCommand@@UBEPAVPObject@@XZ @5276 NONAME ?Clone@H245_MiscellaneousCommand_type@@UBEPAVPObject@@XZ @5277 NONAME ?Clone@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBEPAVPObject@@XZ @30616 NONAME ?Clone@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBEPAVPObject@@XZ @30617 NONAME ?Clone@H245_MiscellaneousCommand_type_lostPartialPicture@@UBEPAVPObject@@XZ @11889 NONAME ?Clone@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBEPAVPObject@@XZ @5278 NONAME ?Clone@H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@UBEPAVPObject@@XZ @5279 NONAME ?Clone@H245_MiscellaneousCommand_type_videoBadMBs@@UBEPAVPObject@@XZ @11890 NONAME ?Clone@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBEPAVPObject@@XZ @5280 NONAME ?Clone@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBEPAVPObject@@XZ @5281 NONAME ?Clone@H245_MiscellaneousIndication@@UBEPAVPObject@@XZ @5282 NONAME ?Clone@H245_MiscellaneousIndication_type@@UBEPAVPObject@@XZ @5283 NONAME ?Clone@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBEPAVPObject@@XZ @5284 NONAME ?Clone@H245_MobileMultilinkReconfigurationCommand@@UBEPAVPObject@@XZ @11891 NONAME ?Clone@H245_MobileMultilinkReconfigurationCommand_status@@UBEPAVPObject@@XZ @11892 NONAME ?Clone@H245_MobileMultilinkReconfigurationIndication@@UBEPAVPObject@@XZ @11893 NONAME ?Clone@H245_ModeDescription@@UBEPAVPObject@@XZ @5285 NONAME ?Clone@H245_ModeElement@@UBEPAVPObject@@XZ @5286 NONAME ?Clone@H245_ModeElementType@@UBEPAVPObject@@XZ @19282 NONAME ?Clone@H245_MulticastAddress@@UBEPAVPObject@@XZ @5288 NONAME ?Clone@H245_MulticastAddress_iP6Address@@UBEPAVPObject@@XZ @5289 NONAME ?Clone@H245_MulticastAddress_iPAddress@@UBEPAVPObject@@XZ @5290 NONAME ?Clone@H245_MultilinkIndication@@UBEPAVPObject@@XZ @11894 NONAME ?Clone@H245_MultilinkIndication_crcDesired@@UBEPAVPObject@@XZ @11895 NONAME ?Clone@H245_MultilinkIndication_excessiveError@@UBEPAVPObject@@XZ @11896 NONAME ?Clone@H245_MultilinkRequest@@UBEPAVPObject@@XZ @11897 NONAME ?Clone@H245_MultilinkRequest_addConnection@@UBEPAVPObject@@XZ @11898 NONAME ?Clone@H245_MultilinkRequest_callInformation@@UBEPAVPObject@@XZ @11899 NONAME ?Clone@H245_MultilinkRequest_maximumHeaderInterval@@UBEPAVPObject@@XZ @11900 NONAME ?Clone@H245_MultilinkRequest_maximumHeaderInterval_requestType@@UBEPAVPObject@@XZ @11901 NONAME ?Clone@H245_MultilinkRequest_removeConnection@@UBEPAVPObject@@XZ @11902 NONAME ?Clone@H245_MultilinkResponse@@UBEPAVPObject@@XZ @11903 NONAME ?Clone@H245_MultilinkResponse_addConnection@@UBEPAVPObject@@XZ @11904 NONAME ?Clone@H245_MultilinkResponse_addConnection_responseCode@@UBEPAVPObject@@XZ @11905 NONAME ?Clone@H245_MultilinkResponse_addConnection_responseCode_rejected@@UBEPAVPObject@@XZ @11906 NONAME ?Clone@H245_MultilinkResponse_callInformation@@UBEPAVPObject@@XZ @11907 NONAME ?Clone@H245_MultilinkResponse_maximumHeaderInterval@@UBEPAVPObject@@XZ @11908 NONAME ?Clone@H245_MultilinkResponse_removeConnection@@UBEPAVPObject@@XZ @11909 NONAME ?Clone@H245_MultimediaSystemControlMessage@@UBEPAVPObject@@XZ @5291 NONAME ?Clone@H245_MultiplePayloadStream@@UBEPAVPObject@@XZ @19283 NONAME ?Clone@H245_MultiplePayloadStreamCapability@@UBEPAVPObject@@XZ @19284 NONAME ?Clone@H245_MultiplePayloadStreamElement@@UBEPAVPObject@@XZ @19285 NONAME ?Clone@H245_MultiplePayloadStreamElementMode@@UBEPAVPObject@@XZ @19286 NONAME ?Clone@H245_MultiplePayloadStreamMode@@UBEPAVPObject@@XZ @19287 NONAME ?Clone@H245_MultiplexCapability@@UBEPAVPObject@@XZ @5292 NONAME ?Clone@H245_MultiplexedStreamCapability@@UBEPAVPObject@@XZ @11910 NONAME ?Clone@H245_MultiplexedStreamModeParameters@@UBEPAVPObject@@XZ @11911 NONAME ?Clone@H245_MultiplexedStreamParameter@@UBEPAVPObject@@XZ @11912 NONAME ?Clone@H245_MultiplexElement@@UBEPAVPObject@@XZ @5293 NONAME ?Clone@H245_MultiplexElement_repeatCount@@UBEPAVPObject@@XZ @5294 NONAME ?Clone@H245_MultiplexElement_type@@UBEPAVPObject@@XZ @5295 NONAME ?Clone@H245_MultiplexEntryDescriptor@@UBEPAVPObject@@XZ @5296 NONAME ?Clone@H245_MultiplexEntryRejectionDescriptions@@UBEPAVPObject@@XZ @5297 NONAME ?Clone@H245_MultiplexEntryRejectionDescriptions_cause@@UBEPAVPObject@@XZ @5298 NONAME ?Clone@H245_MultiplexEntrySend@@UBEPAVPObject@@XZ @5299 NONAME ?Clone@H245_MultiplexEntrySendAck@@UBEPAVPObject@@XZ @5300 NONAME ?Clone@H245_MultiplexEntrySendReject@@UBEPAVPObject@@XZ @5301 NONAME ?Clone@H245_MultiplexEntrySendRelease@@UBEPAVPObject@@XZ @5302 NONAME ?Clone@H245_MultiplexFormat@@UBEPAVPObject@@XZ @11913 NONAME ?Clone@H245_MultiplexTableEntryNumber@@UBEPAVPObject@@XZ @5303 NONAME ?Clone@H245_MultipointCapability@@UBEPAVPObject@@XZ @5304 NONAME ?Clone@H245_NetworkAccessParameters@@UBEPAVPObject@@XZ @5305 NONAME ?Clone@H245_NetworkAccessParameters_distribution@@UBEPAVPObject@@XZ @5306 NONAME ?Clone@H245_NetworkAccessParameters_networkAddress@@UBEPAVPObject@@XZ @5307 NONAME ?Clone@H245_NetworkAccessParameters_t120SetupProcedure@@UBEPAVPObject@@XZ @5308 NONAME ?Clone@H245_NewATMVCCommand@@UBEPAVPObject@@XZ @11914 NONAME ?Clone@H245_NewATMVCCommand_aal@@UBEPAVPObject@@XZ @11915 NONAME ?Clone@H245_NewATMVCCommand_aal_aal1@@UBEPAVPObject@@XZ @11916 NONAME ?Clone@H245_NewATMVCCommand_aal_aal1_clockRecovery@@UBEPAVPObject@@XZ @11917 NONAME ?Clone@H245_NewATMVCCommand_aal_aal1_errorCorrection@@UBEPAVPObject@@XZ @11918 NONAME ?Clone@H245_NewATMVCCommand_aal_aal5@@UBEPAVPObject@@XZ @11919 NONAME ?Clone@H245_NewATMVCCommand_multiplex@@UBEPAVPObject@@XZ @11920 NONAME ?Clone@H245_NewATMVCCommand_reverseParameters@@UBEPAVPObject@@XZ @11921 NONAME ?Clone@H245_NewATMVCCommand_reverseParameters_multiplex@@UBEPAVPObject@@XZ @11922 NONAME ?Clone@H245_NewATMVCIndication@@UBEPAVPObject@@XZ @5309 NONAME ?Clone@H245_NewATMVCIndication_aal@@UBEPAVPObject@@XZ @5310 NONAME ?Clone@H245_NewATMVCIndication_aal_aal1@@UBEPAVPObject@@XZ @5311 NONAME ?Clone@H245_NewATMVCIndication_aal_aal1_clockRecovery@@UBEPAVPObject@@XZ @5312 NONAME ?Clone@H245_NewATMVCIndication_aal_aal1_errorCorrection@@UBEPAVPObject@@XZ @5313 NONAME ?Clone@H245_NewATMVCIndication_aal_aal5@@UBEPAVPObject@@XZ @5314 NONAME ?Clone@H245_NewATMVCIndication_multiplex@@UBEPAVPObject@@XZ @5315 NONAME ?Clone@H245_NewATMVCIndication_reverseParameters@@UBEPAVPObject@@XZ @5316 NONAME ?Clone@H245_NewATMVCIndication_reverseParameters_multiplex@@UBEPAVPObject@@XZ @5317 NONAME ?Clone@H245_NonStandardIdentifier@@UBEPAVPObject@@XZ @5318 NONAME ?Clone@H245_NonStandardIdentifier_h221NonStandard@@UBEPAVPObject@@XZ @5319 NONAME ?Clone@H245_NonStandardMessage@@UBEPAVPObject@@XZ @5320 NONAME ?Clone@H245_NonStandardParameter@@UBEPAVPObject@@XZ @5321 NONAME ?Clone@H245_NoPTAudioTelephonyEventCapability@@UBEPAVPObject@@XZ @19288 NONAME ?Clone@H245_NoPTAudioToneCapability@@UBEPAVPObject@@XZ @19289 NONAME ?Clone@H245_OpenLogicalChannel@@UBEPAVPObject@@XZ @5322 NONAME ?Clone@H245_OpenLogicalChannelAck@@UBEPAVPObject@@XZ @5323 NONAME ?Clone@H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@UBEPAVPObject@@XZ @5324 NONAME ?Clone@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBEPAVPObject@@XZ @5325 NONAME ?Clone@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@UBEPAVPObject@@XZ @5326 NONAME ?Clone@H245_OpenLogicalChannelConfirm@@UBEPAVPObject@@XZ @5327 NONAME ?Clone@H245_OpenLogicalChannelReject@@UBEPAVPObject@@XZ @5328 NONAME ?Clone@H245_OpenLogicalChannelReject_cause@@UBEPAVPObject@@XZ @5329 NONAME ?Clone@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBEPAVPObject@@XZ @5330 NONAME ?Clone@H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@UBEPAVPObject@@XZ @5331 NONAME ?Clone@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBEPAVPObject@@XZ @5332 NONAME ?Clone@H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@UBEPAVPObject@@XZ @5333 NONAME ?Clone@H245_ParameterIdentifier@@UBEPAVPObject@@XZ @11923 NONAME ?Clone@H245_ParameterValue@@UBEPAVPObject@@XZ @11924 NONAME ?Clone@H245_Params@@UBEPAVPObject@@XZ @30618 NONAME ?Clone@H245_Password@@UBEPAVPObject@@XZ @5334 NONAME ?Clone@H245_PictureReference@@UBEPAVPObject@@XZ @11925 NONAME ?Clone@H245_Q2931Address@@UBEPAVPObject@@XZ @5335 NONAME ?Clone@H245_Q2931Address_address@@UBEPAVPObject@@XZ @5336 NONAME ?Clone@H245_QOSCapability@@UBEPAVPObject@@XZ @5337 NONAME ?Clone@H245_QOSMode@@UBEPAVPObject@@XZ @5338 NONAME ?Clone@H245_RedundancyEncoding@@UBEPAVPObject@@XZ @5339 NONAME ?Clone@H245_RedundancyEncodingCapability@@UBEPAVPObject@@XZ @5340 NONAME ?Clone@H245_RedundancyEncodingDTMode@@UBEPAVPObject@@XZ @19290 NONAME ?Clone@H245_RedundancyEncodingDTModeElement@@UBEPAVPObject@@XZ @19291 NONAME ?Clone@H245_RedundancyEncodingDTModeElement_type@@UBEPAVPObject@@XZ @19292 NONAME ?Clone@H245_RedundancyEncodingElement@@UBEPAVPObject@@XZ @19293 NONAME ?Clone@H245_RedundancyEncodingMethod@@UBEPAVPObject@@XZ @5341 NONAME ?Clone@H245_RedundancyEncodingMode@@UBEPAVPObject@@XZ @5342 NONAME ?Clone@H245_RedundancyEncodingMode_secondaryEncoding@@UBEPAVPObject@@XZ @5343 NONAME ?Clone@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBEPAVPObject@@XZ @19294 NONAME ?Clone@H245_RefPictureSelection@@UBEPAVPObject@@XZ @5344 NONAME ?Clone@H245_RefPictureSelection_additionalPictureMemory@@UBEPAVPObject@@XZ @5345 NONAME ?Clone@H245_RefPictureSelection_enhancedReferencePicSelect@@UBEPAVPObject@@XZ @11926 NONAME ?Clone@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBEPAVPObject@@XZ @11927 NONAME ?Clone@H245_RefPictureSelection_videoBackChannelSend@@UBEPAVPObject@@XZ @5346 NONAME ?Clone@H245_RemoteMCRequest@@UBEPAVPObject@@XZ @5347 NONAME ?Clone@H245_RemoteMCResponse@@UBEPAVPObject@@XZ @5348 NONAME ?Clone@H245_RemoteMCResponse_reject@@UBEPAVPObject@@XZ @5349 NONAME ?Clone@H245_RequestAllTerminalIDsResponse@@UBEPAVPObject@@XZ @5350 NONAME ?Clone@H245_RequestChannelClose@@UBEPAVPObject@@XZ @5351 NONAME ?Clone@H245_RequestChannelCloseAck@@UBEPAVPObject@@XZ @5352 NONAME ?Clone@H245_RequestChannelCloseReject@@UBEPAVPObject@@XZ @5353 NONAME ?Clone@H245_RequestChannelCloseReject_cause@@UBEPAVPObject@@XZ @5354 NONAME ?Clone@H245_RequestChannelCloseRelease@@UBEPAVPObject@@XZ @5355 NONAME ?Clone@H245_RequestChannelClose_reason@@UBEPAVPObject@@XZ @5356 NONAME ?Clone@H245_RequestMessage@@UBEPAVPObject@@XZ @5357 NONAME ?Clone@H245_RequestMode@@UBEPAVPObject@@XZ @5358 NONAME ?Clone@H245_RequestModeAck@@UBEPAVPObject@@XZ @5359 NONAME ?Clone@H245_RequestModeAck_response@@UBEPAVPObject@@XZ @5360 NONAME ?Clone@H245_RequestModeReject@@UBEPAVPObject@@XZ @5361 NONAME ?Clone@H245_RequestModeReject_cause@@UBEPAVPObject@@XZ @5362 NONAME ?Clone@H245_RequestModeRelease@@UBEPAVPObject@@XZ @5363 NONAME ?Clone@H245_RequestMultiplexEntry@@UBEPAVPObject@@XZ @5364 NONAME ?Clone@H245_RequestMultiplexEntryAck@@UBEPAVPObject@@XZ @5365 NONAME ?Clone@H245_RequestMultiplexEntryReject@@UBEPAVPObject@@XZ @5366 NONAME ?Clone@H245_RequestMultiplexEntryRejectionDescriptions@@UBEPAVPObject@@XZ @5367 NONAME ?Clone@H245_RequestMultiplexEntryRejectionDescriptions_cause@@UBEPAVPObject@@XZ @5368 NONAME ?Clone@H245_RequestMultiplexEntryRelease@@UBEPAVPObject@@XZ @5369 NONAME ?Clone@H245_ResponseMessage@@UBEPAVPObject@@XZ @5370 NONAME ?Clone@H245_RoundTripDelayRequest@@UBEPAVPObject@@XZ @5371 NONAME ?Clone@H245_RoundTripDelayResponse@@UBEPAVPObject@@XZ @5372 NONAME ?Clone@H245_RSVPParameters@@UBEPAVPObject@@XZ @5373 NONAME ?Clone@H245_RTPH263VideoRedundancyEncoding@@UBEPAVPObject@@XZ @5374 NONAME ?Clone@H245_RTPH263VideoRedundancyEncoding_containedThreads@@UBEPAVPObject@@XZ @5375 NONAME ?Clone@H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@UBEPAVPObject@@XZ @5376 NONAME ?Clone@H245_RTPH263VideoRedundancyFrameMapping@@UBEPAVPObject@@XZ @5377 NONAME ?Clone@H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@UBEPAVPObject@@XZ @5378 NONAME ?Clone@H245_RTPPayloadType@@UBEPAVPObject@@XZ @5379 NONAME ?Clone@H245_RTPPayloadType_payloadDescriptor@@UBEPAVPObject@@XZ @5380 NONAME ?Clone@H245_SendTerminalCapabilitySet@@UBEPAVPObject@@XZ @5381 NONAME ?Clone@H245_SendTerminalCapabilitySet_specificRequest@@UBEPAVPObject@@XZ @5382 NONAME ?Clone@H245_SequenceNumber@@UBEPAVPObject@@XZ @5383 NONAME ?Clone@H245_SubstituteConferenceIDCommand@@UBEPAVPObject@@XZ @5384 NONAME ?Clone@H245_T38FaxProfile@@UBEPAVPObject@@XZ @11928 NONAME ?Clone@H245_T38FaxRateManagement@@UBEPAVPObject@@XZ @11929 NONAME ?Clone@H245_T38FaxTcpOptions@@UBEPAVPObject@@XZ @11930 NONAME ?Clone@H245_T38FaxUdpOptions@@UBEPAVPObject@@XZ @11931 NONAME ?Clone@H245_T38FaxUdpOptions_t38FaxUdpEC@@UBEPAVPObject@@XZ @11932 NONAME ?Clone@H245_T84Profile@@UBEPAVPObject@@XZ @5385 NONAME ?Clone@H245_T84Profile_t84Restricted@@UBEPAVPObject@@XZ @5386 NONAME ?Clone@H245_TerminalCapabilitySet@@UBEPAVPObject@@XZ @5387 NONAME ?Clone@H245_TerminalCapabilitySetAck@@UBEPAVPObject@@XZ @5388 NONAME ?Clone@H245_TerminalCapabilitySetReject@@UBEPAVPObject@@XZ @5389 NONAME ?Clone@H245_TerminalCapabilitySetReject_cause@@UBEPAVPObject@@XZ @5390 NONAME ?Clone@H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@UBEPAVPObject@@XZ @5391 NONAME ?Clone@H245_TerminalCapabilitySetRelease@@UBEPAVPObject@@XZ @5392 NONAME ?Clone@H245_TerminalID@@UBEPAVPObject@@XZ @5393 NONAME ?Clone@H245_TerminalInformation@@UBEPAVPObject@@XZ @5394 NONAME ?Clone@H245_TerminalLabel@@UBEPAVPObject@@XZ @5395 NONAME ?Clone@H245_TerminalNumber@@UBEPAVPObject@@XZ @5396 NONAME ?Clone@H245_TerminalYouAreSeeingInSubPictureNumber@@UBEPAVPObject@@XZ @5397 NONAME ?Clone@H245_TransparencyParameters@@UBEPAVPObject@@XZ @5398 NONAME ?Clone@H245_TransportAddress@@UBEPAVPObject@@XZ @5399 NONAME ?Clone@H245_TransportCapability@@UBEPAVPObject@@XZ @5400 NONAME ?Clone@H245_UnicastAddress@@UBEPAVPObject@@XZ @5401 NONAME ?Clone@H245_UnicastAddress_iP6Address@@UBEPAVPObject@@XZ @5402 NONAME ?Clone@H245_UnicastAddress_iPAddress@@UBEPAVPObject@@XZ @5403 NONAME ?Clone@H245_UnicastAddress_iPSourceRouteAddress@@UBEPAVPObject@@XZ @5404 NONAME ?Clone@H245_UnicastAddress_iPSourceRouteAddress_route@@UBEPAVPObject@@XZ @5405 NONAME ?Clone@H245_UnicastAddress_iPSourceRouteAddress_routing@@UBEPAVPObject@@XZ @5406 NONAME ?Clone@H245_UnicastAddress_iPXAddress@@UBEPAVPObject@@XZ @5407 NONAME ?Clone@H245_UserInputCapability@@UBEPAVPObject@@XZ @5408 NONAME ?Clone@H245_UserInputIndication@@UBEPAVPObject@@XZ @5409 NONAME ?Clone@H245_UserInputIndication_encryptedAlphanumeric@@UBEPAVPObject@@XZ @30619 NONAME ?Clone@H245_UserInputIndication_extendedAlphanumeric@@UBEPAVPObject@@XZ @11933 NONAME ?Clone@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBEPAVPObject@@XZ @30620 NONAME ?Clone@H245_UserInputIndication_signal@@UBEPAVPObject@@XZ @5410 NONAME ?Clone@H245_UserInputIndication_signalUpdate@@UBEPAVPObject@@XZ @5411 NONAME ?Clone@H245_UserInputIndication_signalUpdate_rtp@@UBEPAVPObject@@XZ @5412 NONAME ?Clone@H245_UserInputIndication_signal_rtp@@UBEPAVPObject@@XZ @5413 NONAME ?Clone@H245_UserInputIndication_userInputSupportIndication@@UBEPAVPObject@@XZ @5414 NONAME ?Clone@H245_V42bis@@UBEPAVPObject@@XZ @5415 NONAME ?Clone@H245_V75Capability@@UBEPAVPObject@@XZ @5416 NONAME ?Clone@H245_V75Parameters@@UBEPAVPObject@@XZ @5417 NONAME ?Clone@H245_V76Capability@@UBEPAVPObject@@XZ @5418 NONAME ?Clone@H245_V76HDLCParameters@@UBEPAVPObject@@XZ @5419 NONAME ?Clone@H245_V76LogicalChannelParameters@@UBEPAVPObject@@XZ @5420 NONAME ?Clone@H245_V76LogicalChannelParameters_mode@@UBEPAVPObject@@XZ @5421 NONAME ?Clone@H245_V76LogicalChannelParameters_mode_eRM@@UBEPAVPObject@@XZ @5422 NONAME ?Clone@H245_V76LogicalChannelParameters_mode_eRM_recovery@@UBEPAVPObject@@XZ @5423 NONAME ?Clone@H245_V76LogicalChannelParameters_suspendResume@@UBEPAVPObject@@XZ @5424 NONAME ?Clone@H245_V76ModeParameters@@UBEPAVPObject@@XZ @5425 NONAME ?Clone@H245_VBDCapability@@UBEPAVPObject@@XZ @19295 NONAME ?Clone@H245_VBDMode@@UBEPAVPObject@@XZ @19296 NONAME ?Clone@H245_VCCapability@@UBEPAVPObject@@XZ @5426 NONAME ?Clone@H245_VCCapability_aal1@@UBEPAVPObject@@XZ @5427 NONAME ?Clone@H245_VCCapability_aal1ViaGateway@@UBEPAVPObject@@XZ @11934 NONAME ?Clone@H245_VCCapability_aal5@@UBEPAVPObject@@XZ @5428 NONAME ?Clone@H245_VCCapability_availableBitRates@@UBEPAVPObject@@XZ @5429 NONAME ?Clone@H245_VCCapability_availableBitRates_type@@UBEPAVPObject@@XZ @5430 NONAME ?Clone@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBEPAVPObject@@XZ @5431 NONAME ?Clone@H245_VendorIdentification@@UBEPAVPObject@@XZ @5432 NONAME ?Clone@H245_VideoCapability@@UBEPAVPObject@@XZ @5433 NONAME ?Clone@H245_VideoIndicateCompose@@UBEPAVPObject@@XZ @5434 NONAME ?Clone@H245_VideoMode@@UBEPAVPObject@@XZ @5435 NONAME ?Clone@H248_ActionReply@@UBEPAVPObject@@XZ @15936 NONAME ?Clone@H248_ActionRequest@@UBEPAVPObject@@XZ @15937 NONAME ?Clone@H248_AmmDescriptor@@UBEPAVPObject@@XZ @15938 NONAME ?Clone@H248_AmmRequest@@UBEPAVPObject@@XZ @15939 NONAME ?Clone@H248_AmmsReply@@UBEPAVPObject@@XZ @15940 NONAME ?Clone@H248_ArrayOf_ActionReply@@UBEPAVPObject@@XZ @15941 NONAME ?Clone@H248_ArrayOf_ActionRequest@@UBEPAVPObject@@XZ @15942 NONAME ?Clone@H248_ArrayOf_AmmDescriptor@@UBEPAVPObject@@XZ @15943 NONAME ?Clone@H248_ArrayOf_CommandReply@@UBEPAVPObject@@XZ @15944 NONAME ?Clone@H248_ArrayOf_CommandRequest@@UBEPAVPObject@@XZ @15945 NONAME ?Clone@H248_ArrayOf_EventParameter@@UBEPAVPObject@@XZ @15946 NONAME ?Clone@H248_ArrayOf_IndAuditParameter@@UBEPAVPObject@@XZ @15947 NONAME ?Clone@H248_ArrayOf_IndAudPropertyParm@@UBEPAVPObject@@XZ @15948 NONAME ?Clone@H248_ArrayOf_IndAudStreamDescriptor@@UBEPAVPObject@@XZ @15949 NONAME ?Clone@H248_ArrayOf_ModemType@@UBEPAVPObject@@XZ @15950 NONAME ?Clone@H248_ArrayOf_ObservedEvent@@UBEPAVPObject@@XZ @15951 NONAME ?Clone@H248_ArrayOf_PASN_OctetString@@UBEPAVPObject@@XZ @15952 NONAME ?Clone@H248_ArrayOf_PropertyGroup@@UBEPAVPObject@@XZ @15953 NONAME ?Clone@H248_ArrayOf_PropertyParm@@UBEPAVPObject@@XZ @15954 NONAME ?Clone@H248_ArrayOf_RequestedEvent@@UBEPAVPObject@@XZ @15955 NONAME ?Clone@H248_ArrayOf_SecondRequestedEvent@@UBEPAVPObject@@XZ @15956 NONAME ?Clone@H248_ArrayOf_Signal@@UBEPAVPObject@@XZ @15957 NONAME ?Clone@H248_ArrayOf_SigParameter@@UBEPAVPObject@@XZ @15958 NONAME ?Clone@H248_ArrayOf_StreamDescriptor@@UBEPAVPObject@@XZ @15959 NONAME ?Clone@H248_ArrayOf_TerminationID@@UBEPAVPObject@@XZ @15960 NONAME ?Clone@H248_ArrayOf_TopologyRequest@@UBEPAVPObject@@XZ @15961 NONAME ?Clone@H248_ArrayOf_Transaction@@UBEPAVPObject@@XZ @15962 NONAME ?Clone@H248_ArrayOf_WildcardField@@UBEPAVPObject@@XZ @15963 NONAME ?Clone@H248_AuditDescriptor@@UBEPAVPObject@@XZ @15964 NONAME ?Clone@H248_AuditReply@@UBEPAVPObject@@XZ @15965 NONAME ?Clone@H248_AuditRequest@@UBEPAVPObject@@XZ @15966 NONAME ?Clone@H248_AuditResult@@UBEPAVPObject@@XZ @15967 NONAME ?Clone@H248_AuditReturnParameter@@UBEPAVPObject@@XZ @15968 NONAME ?Clone@H248_AuthData@@UBEPAVPObject@@XZ @15969 NONAME ?Clone@H248_AuthenticationHeader@@UBEPAVPObject@@XZ @15970 NONAME ?Clone@H248_Command@@UBEPAVPObject@@XZ @15971 NONAME ?Clone@H248_CommandReply@@UBEPAVPObject@@XZ @15972 NONAME ?Clone@H248_CommandRequest@@UBEPAVPObject@@XZ @15973 NONAME ?Clone@H248_ContextAttrAuditRequest@@UBEPAVPObject@@XZ @15974 NONAME ?Clone@H248_ContextID@@UBEPAVPObject@@XZ @15975 NONAME ?Clone@H248_ContextRequest@@UBEPAVPObject@@XZ @15976 NONAME ?Clone@H248_DigitMapDescriptor@@UBEPAVPObject@@XZ @15977 NONAME ?Clone@H248_DigitMapName@@UBEPAVPObject@@XZ @15978 NONAME ?Clone@H248_DigitMapValue@@UBEPAVPObject@@XZ @15979 NONAME ?Clone@H248_DomainName@@UBEPAVPObject@@XZ @15980 NONAME ?Clone@H248_ErrorCode@@UBEPAVPObject@@XZ @15981 NONAME ?Clone@H248_ErrorDescriptor@@UBEPAVPObject@@XZ @15982 NONAME ?Clone@H248_ErrorText@@UBEPAVPObject@@XZ @15983 NONAME ?Clone@H248_EventBufferControl@@UBEPAVPObject@@XZ @15984 NONAME ?Clone@H248_EventBufferDescriptor@@UBEPAVPObject@@XZ @15985 NONAME ?Clone@H248_EventDM@@UBEPAVPObject@@XZ @15986 NONAME ?Clone@H248_EventName@@UBEPAVPObject@@XZ @15987 NONAME ?Clone@H248_EventParameter@@UBEPAVPObject@@XZ @15988 NONAME ?Clone@H248_EventParameter_extraInfo@@UBEPAVPObject@@XZ @15989 NONAME ?Clone@H248_EventsDescriptor@@UBEPAVPObject@@XZ @15990 NONAME ?Clone@H248_EventSpec@@UBEPAVPObject@@XZ @15991 NONAME ?Clone@H248_H221NonStandard@@UBEPAVPObject@@XZ @15992 NONAME ?Clone@H248_IndAudDigitMapDescriptor@@UBEPAVPObject@@XZ @15993 NONAME ?Clone@H248_IndAudEventBufferDescriptor@@UBEPAVPObject@@XZ @15994 NONAME ?Clone@H248_IndAudEventsDescriptor@@UBEPAVPObject@@XZ @15995 NONAME ?Clone@H248_IndAuditParameter@@UBEPAVPObject@@XZ @15996 NONAME ?Clone@H248_IndAudLocalControlDescriptor@@UBEPAVPObject@@XZ @15997 NONAME ?Clone@H248_IndAudLocalRemoteDescriptor@@UBEPAVPObject@@XZ @15998 NONAME ?Clone@H248_IndAudMediaDescriptor@@UBEPAVPObject@@XZ @15999 NONAME ?Clone@H248_IndAudMediaDescriptor_streams@@UBEPAVPObject@@XZ @16000 NONAME ?Clone@H248_IndAudPackagesDescriptor@@UBEPAVPObject@@XZ @16001 NONAME ?Clone@H248_IndAudPropertyGroup@@UBEPAVPObject@@XZ @16002 NONAME ?Clone@H248_IndAudPropertyParm@@UBEPAVPObject@@XZ @16003 NONAME ?Clone@H248_IndAudSeqSigList@@UBEPAVPObject@@XZ @16004 NONAME ?Clone@H248_IndAudSignal@@UBEPAVPObject@@XZ @16005 NONAME ?Clone@H248_IndAudSignalsDescriptor@@UBEPAVPObject@@XZ @16006 NONAME ?Clone@H248_IndAudStatisticsDescriptor@@UBEPAVPObject@@XZ @16007 NONAME ?Clone@H248_IndAudStreamDescriptor@@UBEPAVPObject@@XZ @16008 NONAME ?Clone@H248_IndAudStreamParms@@UBEPAVPObject@@XZ @16009 NONAME ?Clone@H248_IndAudTerminationStateDescriptor@@UBEPAVPObject@@XZ @16010 NONAME ?Clone@H248_IP4Address@@UBEPAVPObject@@XZ @16011 NONAME ?Clone@H248_IP6Address@@UBEPAVPObject@@XZ @16012 NONAME ?Clone@H248_LocalControlDescriptor@@UBEPAVPObject@@XZ @16013 NONAME ?Clone@H248_LocalRemoteDescriptor@@UBEPAVPObject@@XZ @16014 NONAME ?Clone@H248_MediaDescriptor@@UBEPAVPObject@@XZ @16015 NONAME ?Clone@H248_MediaDescriptor_streams@@UBEPAVPObject@@XZ @16016 NONAME ?Clone@H248_MegacoMessage@@UBEPAVPObject@@XZ @16017 NONAME ?Clone@H248_Message@@UBEPAVPObject@@XZ @16018 NONAME ?Clone@H248_Message_messageBody@@UBEPAVPObject@@XZ @16019 NONAME ?Clone@H248_MId@@UBEPAVPObject@@XZ @16020 NONAME ?Clone@H248_ModemDescriptor@@UBEPAVPObject@@XZ @16021 NONAME ?Clone@H248_ModemType@@UBEPAVPObject@@XZ @16022 NONAME ?Clone@H248_MuxDescriptor@@UBEPAVPObject@@XZ @16023 NONAME ?Clone@H248_MuxType@@UBEPAVPObject@@XZ @16024 NONAME ?Clone@H248_Name@@UBEPAVPObject@@XZ @16025 NONAME ?Clone@H248_NonStandardData@@UBEPAVPObject@@XZ @16026 NONAME ?Clone@H248_NonStandardIdentifier@@UBEPAVPObject@@XZ @16027 NONAME ?Clone@H248_NotifyCompletion@@UBEPAVPObject@@XZ @16028 NONAME ?Clone@H248_NotifyReply@@UBEPAVPObject@@XZ @16029 NONAME ?Clone@H248_NotifyRequest@@UBEPAVPObject@@XZ @16030 NONAME ?Clone@H248_ObservedEvent@@UBEPAVPObject@@XZ @16031 NONAME ?Clone@H248_ObservedEventsDescriptor@@UBEPAVPObject@@XZ @16032 NONAME ?Clone@H248_PackagesDescriptor@@UBEPAVPObject@@XZ @16033 NONAME ?Clone@H248_PackagesItem@@UBEPAVPObject@@XZ @16034 NONAME ?Clone@H248_PathName@@UBEPAVPObject@@XZ @16035 NONAME ?Clone@H248_PkgdName@@UBEPAVPObject@@XZ @16036 NONAME ?Clone@H248_PropertyGroup@@UBEPAVPObject@@XZ @16037 NONAME ?Clone@H248_PropertyParm@@UBEPAVPObject@@XZ @16038 NONAME ?Clone@H248_PropertyParm_extraInfo@@UBEPAVPObject@@XZ @16039 NONAME ?Clone@H248_Relation@@UBEPAVPObject@@XZ @16040 NONAME ?Clone@H248_RequestedActions@@UBEPAVPObject@@XZ @16041 NONAME ?Clone@H248_RequestedEvent@@UBEPAVPObject@@XZ @16042 NONAME ?Clone@H248_RequestID@@UBEPAVPObject@@XZ @16043 NONAME ?Clone@H248_SecondEventsDescriptor@@UBEPAVPObject@@XZ @16044 NONAME ?Clone@H248_SecondRequestedActions@@UBEPAVPObject@@XZ @16045 NONAME ?Clone@H248_SecondRequestedEvent@@UBEPAVPObject@@XZ @16046 NONAME ?Clone@H248_SecurityParmIndex@@UBEPAVPObject@@XZ @16047 NONAME ?Clone@H248_SeqSigList@@UBEPAVPObject@@XZ @16048 NONAME ?Clone@H248_SequenceNum@@UBEPAVPObject@@XZ @16049 NONAME ?Clone@H248_ServiceChangeAddress@@UBEPAVPObject@@XZ @16050 NONAME ?Clone@H248_ServiceChangeMethod@@UBEPAVPObject@@XZ @16051 NONAME ?Clone@H248_ServiceChangeParm@@UBEPAVPObject@@XZ @16052 NONAME ?Clone@H248_ServiceChangeProfile@@UBEPAVPObject@@XZ @16053 NONAME ?Clone@H248_ServiceChangeReply@@UBEPAVPObject@@XZ @16054 NONAME ?Clone@H248_ServiceChangeRequest@@UBEPAVPObject@@XZ @16055 NONAME ?Clone@H248_ServiceChangeResParm@@UBEPAVPObject@@XZ @16056 NONAME ?Clone@H248_ServiceChangeResult@@UBEPAVPObject@@XZ @16057 NONAME ?Clone@H248_ServiceState@@UBEPAVPObject@@XZ @16058 NONAME ?Clone@H248_Signal@@UBEPAVPObject@@XZ @16059 NONAME ?Clone@H248_SignalName@@UBEPAVPObject@@XZ @16060 NONAME ?Clone@H248_SignalRequest@@UBEPAVPObject@@XZ @16061 NONAME ?Clone@H248_SignalsDescriptor@@UBEPAVPObject@@XZ @16062 NONAME ?Clone@H248_SignalType@@UBEPAVPObject@@XZ @16063 NONAME ?Clone@H248_SigParameter@@UBEPAVPObject@@XZ @16064 NONAME ?Clone@H248_SigParameter_extraInfo@@UBEPAVPObject@@XZ @16065 NONAME ?Clone@H248_StatisticsDescriptor@@UBEPAVPObject@@XZ @16066 NONAME ?Clone@H248_StatisticsParameter@@UBEPAVPObject@@XZ @16067 NONAME ?Clone@H248_StreamDescriptor@@UBEPAVPObject@@XZ @16068 NONAME ?Clone@H248_StreamID@@UBEPAVPObject@@XZ @16069 NONAME ?Clone@H248_StreamMode@@UBEPAVPObject@@XZ @16070 NONAME ?Clone@H248_StreamParms@@UBEPAVPObject@@XZ @16071 NONAME ?Clone@H248_SubtractRequest@@UBEPAVPObject@@XZ @16072 NONAME ?Clone@H248_TerminationAudit@@UBEPAVPObject@@XZ @16073 NONAME ?Clone@H248_TerminationID@@UBEPAVPObject@@XZ @16074 NONAME ?Clone@H248_TerminationIDList@@UBEPAVPObject@@XZ @16075 NONAME ?Clone@H248_TerminationStateDescriptor@@UBEPAVPObject@@XZ @16076 NONAME ?Clone@H248_TimeNotation@@UBEPAVPObject@@XZ @16077 NONAME ?Clone@H248_TopologyRequest@@UBEPAVPObject@@XZ @16078 NONAME ?Clone@H248_TopologyRequest_topologyDirection@@UBEPAVPObject@@XZ @16079 NONAME ?Clone@H248_Transaction@@UBEPAVPObject@@XZ @16080 NONAME ?Clone@H248_TransactionAck@@UBEPAVPObject@@XZ @16081 NONAME ?Clone@H248_TransactionId@@UBEPAVPObject@@XZ @16082 NONAME ?Clone@H248_TransactionPending@@UBEPAVPObject@@XZ @16083 NONAME ?Clone@H248_TransactionReply@@UBEPAVPObject@@XZ @16084 NONAME ?Clone@H248_TransactionReply_transactionResult@@UBEPAVPObject@@XZ @16085 NONAME ?Clone@H248_TransactionRequest@@UBEPAVPObject@@XZ @16086 NONAME ?Clone@H248_TransactionResponseAck@@UBEPAVPObject@@XZ @16087 NONAME ?Clone@H248_Value@@UBEPAVPObject@@XZ @16088 NONAME ?Clone@H248_WildcardField@@UBEPAVPObject@@XZ @16089 NONAME ?Clone@H323ChannelNumber@@UBEPAVPObject@@XZ @5436 NONAME ?Clone@H323CodecPluginGenericAudioCapability@@UBEPAVPObject@@XZ @30621 NONAME ?Clone@H323CodecPluginNonStandardAudioCapability@@UBEPAVPObject@@XZ @28278 NONAME ?Clone@H323GSMPluginCapability@@UBEPAVPObject@@XZ @28279 NONAME ?Clone@H323PluginCapability@@UBEPAVPObject@@XZ @28281 NONAME ?Clone@H323PluginG7231Capability@@UBEPAVPObject@@XZ @28282 NONAME ?Clone@H323RasPDU@@UBEPAVPObject@@XZ @18184 NONAME ?Clone@H323TransportAddressArray@@UBEPAVPObject@@XZ @14753 NONAME ?Clone@H323_CiscoG7231aLIDCapability@@UBEPAVPObject@@XZ @14694 NONAME ?Clone@H323_G711Capability@@UBEPAVPObject@@XZ @5439 NONAME ?Clone@H323_H261Capability@@UBEPAVPObject@@XZ @5441 NONAME ?Clone@H323_LIDCapability@@UBEPAVPObject@@XZ @5442 NONAME ?Clone@H323_T120Capability@@UBEPAVPObject@@XZ @5443 NONAME ?Clone@H323_T38Capability@@UBEPAVPObject@@XZ @12667 NONAME ?Clone@H323_T38NonStandardCapability@@UBEPAVPObject@@XZ @14190 NONAME ?Clone@H323_UserInputCapability@@UBEPAVPObject@@XZ @5444 NONAME ?Clone@H45010_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @10666 NONAME ?Clone@H45010_CfbOvrOptArg@@UBEPAVPObject@@XZ @10667 NONAME ?Clone@H45010_CoReqOptArg@@UBEPAVPObject@@XZ @10668 NONAME ?Clone@H45010_H323CallOfferOperations@@UBEPAVPObject@@XZ @10669 NONAME ?Clone@H45010_RUAlertOptArg@@UBEPAVPObject@@XZ @10670 NONAME ?Clone@H45011_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @10671 NONAME ?Clone@H45011_CallIntrusionErrors@@UBEPAVPObject@@XZ @10672 NONAME ?Clone@H45011_CICapabilityLevel@@UBEPAVPObject@@XZ @10673 NONAME ?Clone@H45011_CIFrcRelArg@@UBEPAVPObject@@XZ @10674 NONAME ?Clone@H45011_CIFrcRelOptRes@@UBEPAVPObject@@XZ @10675 NONAME ?Clone@H45011_CIGetCIPLOptArg@@UBEPAVPObject@@XZ @10676 NONAME ?Clone@H45011_CIGetCIPLRes@@UBEPAVPObject@@XZ @10677 NONAME ?Clone@H45011_CIIsOptArg@@UBEPAVPObject@@XZ @10678 NONAME ?Clone@H45011_CIIsOptRes@@UBEPAVPObject@@XZ @10679 NONAME ?Clone@H45011_CINotificationArg@@UBEPAVPObject@@XZ @10680 NONAME ?Clone@H45011_CIProtectionLevel@@UBEPAVPObject@@XZ @10681 NONAME ?Clone@H45011_CIRequestArg@@UBEPAVPObject@@XZ @10682 NONAME ?Clone@H45011_CIRequestRes@@UBEPAVPObject@@XZ @10683 NONAME ?Clone@H45011_CISilentArg@@UBEPAVPObject@@XZ @10684 NONAME ?Clone@H45011_CISilentOptRes@@UBEPAVPObject@@XZ @10685 NONAME ?Clone@H45011_CIStatusInformation@@UBEPAVPObject@@XZ @10686 NONAME ?Clone@H45011_CIWobOptArg@@UBEPAVPObject@@XZ @10687 NONAME ?Clone@H45011_CIWobOptRes@@UBEPAVPObject@@XZ @10688 NONAME ?Clone@H45011_H323CallIntrusionOperations@@UBEPAVPObject@@XZ @10689 NONAME ?Clone@H4501_Address@@UBEPAVPObject@@XZ @9989 NONAME ?Clone@H4501_AddressInformation@@UBEPAVPObject@@XZ @9990 NONAME ?Clone@H4501_AddressScreened@@UBEPAVPObject@@XZ @9991 NONAME ?Clone@H4501_ArrayOf_AliasAddress@@UBEPAVPObject@@XZ @9992 NONAME ?Clone@H4501_ArrayOf_ROS@@UBEPAVPObject@@XZ @9993 NONAME ?Clone@H4501_EndpointAddress@@UBEPAVPObject@@XZ @9994 NONAME ?Clone@H4501_EntityType@@UBEPAVPObject@@XZ @9995 NONAME ?Clone@H4501_Extension@@UBEPAVPObject@@XZ @9996 NONAME ?Clone@H4501_GeneralErrorList@@UBEPAVPObject@@XZ @9997 NONAME ?Clone@H4501_H225InformationElement@@UBEPAVPObject@@XZ @9998 NONAME ?Clone@H4501_InterpretationApdu@@UBEPAVPObject@@XZ @9999 NONAME ?Clone@H4501_InvokeIDs@@UBEPAVPObject@@XZ @10000 NONAME ?Clone@H4501_InvokeIdSet@@UBEPAVPObject@@XZ @10001 NONAME ?Clone@H4501_NetworkFacilityExtension@@UBEPAVPObject@@XZ @10002 NONAME ?Clone@H4501_NSAPSubaddress@@UBEPAVPObject@@XZ @10003 NONAME ?Clone@H4501_NumberScreened@@UBEPAVPObject@@XZ @10004 NONAME ?Clone@H4501_PartySubaddress@@UBEPAVPObject@@XZ @10005 NONAME ?Clone@H4501_PresentationAllowedIndicator@@UBEPAVPObject@@XZ @10006 NONAME ?Clone@H4501_PresentedAddressScreened@@UBEPAVPObject@@XZ @10007 NONAME ?Clone@H4501_PresentedAddressUnscreened@@UBEPAVPObject@@XZ @10008 NONAME ?Clone@H4501_PresentedNumberScreened@@UBEPAVPObject@@XZ @10009 NONAME ?Clone@H4501_PresentedNumberUnscreened@@UBEPAVPObject@@XZ @10010 NONAME ?Clone@H4501_ScreeningIndicator@@UBEPAVPObject@@XZ @10011 NONAME ?Clone@H4501_ServiceApdus@@UBEPAVPObject@@XZ @10012 NONAME ?Clone@H4501_SubaddressInformation@@UBEPAVPObject@@XZ @10013 NONAME ?Clone@H4501_SupplementaryService@@UBEPAVPObject@@XZ @10014 NONAME ?Clone@H4501_UserSpecifiedSubaddress@@UBEPAVPObject@@XZ @10015 NONAME ?Clone@H4502_CallIdentity@@UBEPAVPObject@@XZ @10016 NONAME ?Clone@H4502_CallStatus@@UBEPAVPObject@@XZ @10017 NONAME ?Clone@H4502_CallTransferErrors@@UBEPAVPObject@@XZ @10018 NONAME ?Clone@H4502_CallTransferOperation@@UBEPAVPObject@@XZ @10019 NONAME ?Clone@H4502_CTActiveArg@@UBEPAVPObject@@XZ @10020 NONAME ?Clone@H4502_CTActiveArg_argumentExtension@@UBEPAVPObject@@XZ @10021 NONAME ?Clone@H4502_CTCompleteArg@@UBEPAVPObject@@XZ @10022 NONAME ?Clone@H4502_CTCompleteArg_argumentExtension@@UBEPAVPObject@@XZ @10023 NONAME ?Clone@H4502_CTIdentifyRes@@UBEPAVPObject@@XZ @10024 NONAME ?Clone@H4502_CTIdentifyRes_resultExtension@@UBEPAVPObject@@XZ @10025 NONAME ?Clone@H4502_CTInitiateArg@@UBEPAVPObject@@XZ @10026 NONAME ?Clone@H4502_CTInitiateArg_argumentExtension@@UBEPAVPObject@@XZ @10027 NONAME ?Clone@H4502_CTSetupArg@@UBEPAVPObject@@XZ @10028 NONAME ?Clone@H4502_CTSetupArg_argumentExtension@@UBEPAVPObject@@XZ @10029 NONAME ?Clone@H4502_CTUpdateArg@@UBEPAVPObject@@XZ @10030 NONAME ?Clone@H4502_CTUpdateArg_argumentExtension@@UBEPAVPObject@@XZ @10031 NONAME ?Clone@H4502_DummyArg@@UBEPAVPObject@@XZ @10032 NONAME ?Clone@H4502_DummyRes@@UBEPAVPObject@@XZ @10033 NONAME ?Clone@H4502_EndDesignation@@UBEPAVPObject@@XZ @10034 NONAME ?Clone@H4502_ExtensionSeq@@UBEPAVPObject@@XZ @10035 NONAME ?Clone@H4502_SubaddressTransferArg@@UBEPAVPObject@@XZ @10036 NONAME ?Clone@H4502_SubaddressTransferArg_argumentExtension@@UBEPAVPObject@@XZ @10037 NONAME ?Clone@H4503_BasicService@@UBEPAVPObject@@XZ @10321 NONAME ?Clone@H4503_CallDiversionErrors@@UBEPAVPObject@@XZ @10322 NONAME ?Clone@H4503_DiversionReason@@UBEPAVPObject@@XZ @10323 NONAME ?Clone@H4503_ExtensionSeq@@UBEPAVPObject@@XZ @10324 NONAME ?Clone@H4503_H323CallDiversionOperations@@UBEPAVPObject@@XZ @10325 NONAME ?Clone@H4503_IntResult@@UBEPAVPObject@@XZ @10326 NONAME ?Clone@H4503_IntResultList@@UBEPAVPObject@@XZ @10327 NONAME ?Clone@H4503_IntResult_extension@@UBEPAVPObject@@XZ @10328 NONAME ?Clone@H4503_Procedure@@UBEPAVPObject@@XZ @10329 NONAME ?Clone@H4503_SubscriptionOption@@UBEPAVPObject@@XZ @10330 NONAME ?Clone@H4504_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @10228 NONAME ?Clone@H4504_CallHoldOperation@@UBEPAVPObject@@XZ @10229 NONAME ?Clone@H4504_Extension@@UBEPAVPObject@@XZ @10230 NONAME ?Clone@H4504_HoldNotificArg@@UBEPAVPObject@@XZ @10231 NONAME ?Clone@H4504_MixedExtension@@UBEPAVPObject@@XZ @10232 NONAME ?Clone@H4504_RemoteHoldArg@@UBEPAVPObject@@XZ @10233 NONAME ?Clone@H4504_RemoteHoldRes@@UBEPAVPObject@@XZ @10234 NONAME ?Clone@H4504_RemoteRetrieveArg@@UBEPAVPObject@@XZ @10235 NONAME ?Clone@H4504_RemoteRetrieveRes@@UBEPAVPObject@@XZ @10236 NONAME ?Clone@H4504_RetrieveNotificArg@@UBEPAVPObject@@XZ @10237 NONAME ?Clone@H4505_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @10690 NONAME ?Clone@H4505_CallParkPickupOperations@@UBEPAVPObject@@XZ @10691 NONAME ?Clone@H4505_CallPickupErrors@@UBEPAVPObject@@XZ @10692 NONAME ?Clone@H4505_CallType@@UBEPAVPObject@@XZ @10693 NONAME ?Clone@H4505_CpickupNotifyArg@@UBEPAVPObject@@XZ @10694 NONAME ?Clone@H4505_CpNotifyArg@@UBEPAVPObject@@XZ @10695 NONAME ?Clone@H4505_CpRequestArg@@UBEPAVPObject@@XZ @10696 NONAME ?Clone@H4505_CpRequestRes@@UBEPAVPObject@@XZ @10697 NONAME ?Clone@H4505_CpSetupArg@@UBEPAVPObject@@XZ @10698 NONAME ?Clone@H4505_CpSetupRes@@UBEPAVPObject@@XZ @10699 NONAME ?Clone@H4505_GroupIndicationOffArg@@UBEPAVPObject@@XZ @10700 NONAME ?Clone@H4505_GroupIndicationOffRes@@UBEPAVPObject@@XZ @10701 NONAME ?Clone@H4505_GroupIndicationOnArg@@UBEPAVPObject@@XZ @10702 NONAME ?Clone@H4505_GroupIndicationOnRes@@UBEPAVPObject@@XZ @10703 NONAME ?Clone@H4505_ParkCondition@@UBEPAVPObject@@XZ @10704 NONAME ?Clone@H4505_ParkedToPosition@@UBEPAVPObject@@XZ @10705 NONAME ?Clone@H4505_PickExeArg@@UBEPAVPObject@@XZ @10706 NONAME ?Clone@H4505_PickExeRes@@UBEPAVPObject@@XZ @10707 NONAME ?Clone@H4505_PickrequArg@@UBEPAVPObject@@XZ @10708 NONAME ?Clone@H4505_PickrequRes@@UBEPAVPObject@@XZ @10709 NONAME ?Clone@H4505_PickupArg@@UBEPAVPObject@@XZ @10710 NONAME ?Clone@H4505_PickupRes@@UBEPAVPObject@@XZ @10711 NONAME ?Clone@H4506_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @10712 NONAME ?Clone@H4506_CallWaitingArg@@UBEPAVPObject@@XZ @10713 NONAME ?Clone@H4506_CallWaitingOperations@@UBEPAVPObject@@XZ @10714 NONAME ?Clone@H4507_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @10715 NONAME ?Clone@H4507_BasicService@@UBEPAVPObject@@XZ @10716 NONAME ?Clone@H4507_DummyRes@@UBEPAVPObject@@XZ @10717 NONAME ?Clone@H4507_H323_MWI_Operations@@UBEPAVPObject@@XZ @10718 NONAME ?Clone@H4507_MessageWaitingIndicationErrors@@UBEPAVPObject@@XZ @10719 NONAME ?Clone@H4507_MsgCentreId@@UBEPAVPObject@@XZ @10720 NONAME ?Clone@H4507_MWIActivateArg@@UBEPAVPObject@@XZ @10721 NONAME ?Clone@H4507_MWIDeactivateArg@@UBEPAVPObject@@XZ @10722 NONAME ?Clone@H4507_MWIInterrogateArg@@UBEPAVPObject@@XZ @10723 NONAME ?Clone@H4507_MWIInterrogateRes@@UBEPAVPObject@@XZ @10724 NONAME ?Clone@H4507_MWIInterrogateResElt@@UBEPAVPObject@@XZ @10725 NONAME ?Clone@H4507_NbOfMessages@@UBEPAVPObject@@XZ @10726 NONAME ?Clone@H4507_TimeStamp@@UBEPAVPObject@@XZ @10727 NONAME ?Clone@H4508_ExtendedName@@UBEPAVPObject@@XZ @10728 NONAME ?Clone@H4508_Name@@UBEPAVPObject@@XZ @10729 NONAME ?Clone@H4508_NameOperations@@UBEPAVPObject@@XZ @10730 NONAME ?Clone@H4508_NamePresentationAllowed@@UBEPAVPObject@@XZ @10731 NONAME ?Clone@H4508_NamePresentationRestricted@@UBEPAVPObject@@XZ @10732 NONAME ?Clone@H4508_SimpleName@@UBEPAVPObject@@XZ @10733 NONAME ?Clone@H4509_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @10734 NONAME ?Clone@H4509_CallCompletionErrors@@UBEPAVPObject@@XZ @10735 NONAME ?Clone@H4509_CcArg@@UBEPAVPObject@@XZ @10736 NONAME ?Clone@H4509_CcLongArg@@UBEPAVPObject@@XZ @10737 NONAME ?Clone@H4509_CcRequestArg@@UBEPAVPObject@@XZ @10738 NONAME ?Clone@H4509_CcRequestRes@@UBEPAVPObject@@XZ @10739 NONAME ?Clone@H4509_CcShortArg@@UBEPAVPObject@@XZ @10740 NONAME ?Clone@H4509_H323CallCompletionOperations@@UBEPAVPObject@@XZ @10741 NONAME ?Clone@H501PDU@@UBEPAVPObject@@XZ @18185 NONAME ?Clone@H501_AccessConfirmation@@UBEPAVPObject@@XZ @17314 NONAME ?Clone@H501_AccessRejection@@UBEPAVPObject@@XZ @17315 NONAME ?Clone@H501_AccessRejectionReason@@UBEPAVPObject@@XZ @17316 NONAME ?Clone@H501_AccessRequest@@UBEPAVPObject@@XZ @17317 NONAME ?Clone@H501_AccessToken@@UBEPAVPObject@@XZ @17318 NONAME ?Clone@H501_AddressTemplate@@UBEPAVPObject@@XZ @17319 NONAME ?Clone@H501_AlternatePE@@UBEPAVPObject@@XZ @17320 NONAME ?Clone@H501_AlternatePEInfo@@UBEPAVPObject@@XZ @17321 NONAME ?Clone@H501_ApplicationMessage@@UBEPAVPObject@@XZ @17322 NONAME ?Clone@H501_ArrayOf_AccessToken@@UBEPAVPObject@@XZ @17323 NONAME ?Clone@H501_ArrayOf_AddressTemplate@@UBEPAVPObject@@XZ @17324 NONAME ?Clone@H501_ArrayOf_AliasAddress@@UBEPAVPObject@@XZ @17325 NONAME ?Clone@H501_ArrayOf_AlternatePE@@UBEPAVPObject@@XZ @17326 NONAME ?Clone@H501_ArrayOf_CircuitIdentifier@@UBEPAVPObject@@XZ @17327 NONAME ?Clone@H501_ArrayOf_ClearToken@@UBEPAVPObject@@XZ @17328 NONAME ?Clone@H501_ArrayOf_ContactInformation@@UBEPAVPObject@@XZ @17329 NONAME ?Clone@H501_ArrayOf_CryptoH323Token@@UBEPAVPObject@@XZ @17330 NONAME ?Clone@H501_ArrayOf_Descriptor@@UBEPAVPObject@@XZ @17331 NONAME ?Clone@H501_ArrayOf_DescriptorInfo@@UBEPAVPObject@@XZ @17333 NONAME ?Clone@H501_ArrayOf_GenericData@@UBEPAVPObject@@XZ @17334 NONAME ?Clone@H501_ArrayOf_GloballyUniqueID@@UBEPAVPObject@@XZ @17849 NONAME ?Clone@H501_ArrayOf_NonStandardParameter@@UBEPAVPObject@@XZ @17335 NONAME ?Clone@H501_ArrayOf_PASN_ObjectId@@UBEPAVPObject@@XZ @17336 NONAME ?Clone@H501_ArrayOf_Pattern@@UBEPAVPObject@@XZ @17337 NONAME ?Clone@H501_ArrayOf_PriceElement@@UBEPAVPObject@@XZ @17338 NONAME ?Clone@H501_ArrayOf_PriceInfoSpec@@UBEPAVPObject@@XZ @17339 NONAME ?Clone@H501_ArrayOf_RouteInformation@@UBEPAVPObject@@XZ @17340 NONAME ?Clone@H501_ArrayOf_SecurityMode@@UBEPAVPObject@@XZ @17341 NONAME ?Clone@H501_ArrayOf_ServiceControlSession@@UBEPAVPObject@@XZ @17342 NONAME ?Clone@H501_ArrayOf_SupportedProtocols@@UBEPAVPObject@@XZ @17343 NONAME ?Clone@H501_ArrayOf_TransportAddress@@UBEPAVPObject@@XZ @17344 NONAME ?Clone@H501_ArrayOf_UpdateInformation@@UBEPAVPObject@@XZ @17345 NONAME ?Clone@H501_ArrayOf_UsageField@@UBEPAVPObject@@XZ @17346 NONAME ?Clone@H501_AuthenticationConfirmation@@UBEPAVPObject@@XZ @17347 NONAME ?Clone@H501_AuthenticationRejection@@UBEPAVPObject@@XZ @17348 NONAME ?Clone@H501_AuthenticationRejectionReason@@UBEPAVPObject@@XZ @17349 NONAME ?Clone@H501_AuthenticationRequest@@UBEPAVPObject@@XZ @17350 NONAME ?Clone@H501_CallInformation@@UBEPAVPObject@@XZ @17351 NONAME ?Clone@H501_ContactInformation@@UBEPAVPObject@@XZ @17352 NONAME ?Clone@H501_Descriptor@@UBEPAVPObject@@XZ @17353 NONAME ?Clone@H501_DescriptorConfirmation@@UBEPAVPObject@@XZ @17354 NONAME ?Clone@H501_DescriptorIDConfirmation@@UBEPAVPObject@@XZ @17356 NONAME ?Clone@H501_DescriptorIDRejection@@UBEPAVPObject@@XZ @17357 NONAME ?Clone@H501_DescriptorIDRejectionReason@@UBEPAVPObject@@XZ @17358 NONAME ?Clone@H501_DescriptorIDRequest@@UBEPAVPObject@@XZ @17359 NONAME ?Clone@H501_DescriptorInfo@@UBEPAVPObject@@XZ @17360 NONAME ?Clone@H501_DescriptorRejection@@UBEPAVPObject@@XZ @17361 NONAME ?Clone@H501_DescriptorRejectionReason@@UBEPAVPObject@@XZ @17362 NONAME ?Clone@H501_DescriptorRequest@@UBEPAVPObject@@XZ @17363 NONAME ?Clone@H501_DescriptorUpdate@@UBEPAVPObject@@XZ @17364 NONAME ?Clone@H501_DescriptorUpdateAck@@UBEPAVPObject@@XZ @17365 NONAME ?Clone@H501_ElementIdentifier@@UBEPAVPObject@@XZ @17366 NONAME ?Clone@H501_GlobalTimeStamp@@UBEPAVPObject@@XZ @17367 NONAME ?Clone@H501_Message@@UBEPAVPObject@@XZ @17368 NONAME ?Clone@H501_MessageBody@@UBEPAVPObject@@XZ @17369 NONAME ?Clone@H501_MessageCommonInfo@@UBEPAVPObject@@XZ @17370 NONAME ?Clone@H501_NonStandardConfirmation@@UBEPAVPObject@@XZ @17371 NONAME ?Clone@H501_NonStandardRejection@@UBEPAVPObject@@XZ @17372 NONAME ?Clone@H501_NonStandardRejectionReason@@UBEPAVPObject@@XZ @17373 NONAME ?Clone@H501_NonStandardRequest@@UBEPAVPObject@@XZ @17374 NONAME ?Clone@H501_PartyInformation@@UBEPAVPObject@@XZ @17375 NONAME ?Clone@H501_Pattern@@UBEPAVPObject@@XZ @17376 NONAME ?Clone@H501_Pattern_range@@UBEPAVPObject@@XZ @17377 NONAME ?Clone@H501_PriceElement@@UBEPAVPObject@@XZ @17378 NONAME ?Clone@H501_PriceElement_units@@UBEPAVPObject@@XZ @17379 NONAME ?Clone@H501_PriceInfoSpec@@UBEPAVPObject@@XZ @17380 NONAME ?Clone@H501_ProtocolVersion@@UBEPAVPObject@@XZ @17381 NONAME ?Clone@H501_RequestInProgress@@UBEPAVPObject@@XZ @17382 NONAME ?Clone@H501_Role@@UBEPAVPObject@@XZ @17383 NONAME ?Clone@H501_RouteInformation@@UBEPAVPObject@@XZ @17384 NONAME ?Clone@H501_RouteInformation_messageType@@UBEPAVPObject@@XZ @17385 NONAME ?Clone@H501_SecurityMode@@UBEPAVPObject@@XZ @17386 NONAME ?Clone@H501_ServiceConfirmation@@UBEPAVPObject@@XZ @17387 NONAME ?Clone@H501_ServiceRejection@@UBEPAVPObject@@XZ @17389 NONAME ?Clone@H501_ServiceRejectionReason@@UBEPAVPObject@@XZ @17390 NONAME ?Clone@H501_ServiceRelease@@UBEPAVPObject@@XZ @17391 NONAME ?Clone@H501_ServiceReleaseReason@@UBEPAVPObject@@XZ @17392 NONAME ?Clone@H501_ServiceRequest@@UBEPAVPObject@@XZ @17393 NONAME ?Clone@H501_TerminationCause@@UBEPAVPObject@@XZ @17394 NONAME ?Clone@H501_TimeZone@@UBEPAVPObject@@XZ @17395 NONAME ?Clone@H501_UnknownMessageReason@@UBEPAVPObject@@XZ @17396 NONAME ?Clone@H501_UnknownMessageResponse@@UBEPAVPObject@@XZ @17397 NONAME ?Clone@H501_UpdateInformation@@UBEPAVPObject@@XZ @17398 NONAME ?Clone@H501_UpdateInformation_descriptorInfo@@UBEPAVPObject@@XZ @17399 NONAME ?Clone@H501_UpdateInformation_updateType@@UBEPAVPObject@@XZ @17400 NONAME ?Clone@H501_UsageCallStatus@@UBEPAVPObject@@XZ @17401 NONAME ?Clone@H501_UsageConfirmation@@UBEPAVPObject@@XZ @17402 NONAME ?Clone@H501_UsageField@@UBEPAVPObject@@XZ @17403 NONAME ?Clone@H501_UsageIndication@@UBEPAVPObject@@XZ @17404 NONAME ?Clone@H501_UsageIndicationConfirmation@@UBEPAVPObject@@XZ @17405 NONAME ?Clone@H501_UsageIndicationRejection@@UBEPAVPObject@@XZ @17406 NONAME ?Clone@H501_UsageIndicationRejectionReason@@UBEPAVPObject@@XZ @17407 NONAME ?Clone@H501_UsageRejection@@UBEPAVPObject@@XZ @17408 NONAME ?Clone@H501_UsageRejectReason@@UBEPAVPObject@@XZ @17409 NONAME ?Clone@H501_UsageRequest@@UBEPAVPObject@@XZ @17410 NONAME ?Clone@H501_UsageSpecification@@UBEPAVPObject@@XZ @17411 NONAME ?Clone@H501_UsageSpecification_when@@UBEPAVPObject@@XZ @17412 NONAME ?Clone@H501_UserInformation@@UBEPAVPObject@@XZ @17413 NONAME ?Clone@H501_ValidationConfirmation@@UBEPAVPObject@@XZ @17414 NONAME ?Clone@H501_ValidationRejection@@UBEPAVPObject@@XZ @17415 NONAME ?Clone@H501_ValidationRejectionReason@@UBEPAVPObject@@XZ @17416 NONAME ?Clone@H501_ValidationRequest@@UBEPAVPObject@@XZ @17417 NONAME ?Clone@MCS_ArrayOf_ChannelAttributes@@UBEPAVPObject@@XZ @5491 NONAME ?Clone@MCS_ArrayOf_ChannelId@@UBEPAVPObject@@XZ @5492 NONAME ?Clone@MCS_ArrayOf_TokenAttributes@@UBEPAVPObject@@XZ @5493 NONAME ?Clone@MCS_ArrayOf_TokenId@@UBEPAVPObject@@XZ @5494 NONAME ?Clone@MCS_ArrayOf_UserId@@UBEPAVPObject@@XZ @5495 NONAME ?Clone@MCS_AssignedChannelId@@UBEPAVPObject@@XZ @5496 NONAME ?Clone@MCS_AUcf@@UBEPAVPObject@@XZ @5497 NONAME ?Clone@MCS_AUrq@@UBEPAVPObject@@XZ @5498 NONAME ?Clone@MCS_CAin@@UBEPAVPObject@@XZ @5499 NONAME ?Clone@MCS_CArq@@UBEPAVPObject@@XZ @5500 NONAME ?Clone@MCS_CCcf@@UBEPAVPObject@@XZ @5501 NONAME ?Clone@MCS_CCrq@@UBEPAVPObject@@XZ @5502 NONAME ?Clone@MCS_CDin@@UBEPAVPObject@@XZ @5503 NONAME ?Clone@MCS_CDrq@@UBEPAVPObject@@XZ @5504 NONAME ?Clone@MCS_CEin@@UBEPAVPObject@@XZ @5505 NONAME ?Clone@MCS_CErq@@UBEPAVPObject@@XZ @5506 NONAME ?Clone@MCS_ChannelAttributes@@UBEPAVPObject@@XZ @5507 NONAME ?Clone@MCS_ChannelAttributes_assigned@@UBEPAVPObject@@XZ @5508 NONAME ?Clone@MCS_ChannelAttributes_private@@UBEPAVPObject@@XZ @5509 NONAME ?Clone@MCS_ChannelAttributes_static@@UBEPAVPObject@@XZ @5510 NONAME ?Clone@MCS_ChannelAttributes_userId@@UBEPAVPObject@@XZ @5511 NONAME ?Clone@MCS_ChannelId@@UBEPAVPObject@@XZ @5512 NONAME ?Clone@MCS_CJcf@@UBEPAVPObject@@XZ @5513 NONAME ?Clone@MCS_CJrq@@UBEPAVPObject@@XZ @5514 NONAME ?Clone@MCS_CLrq@@UBEPAVPObject@@XZ @5515 NONAME ?Clone@MCS_ConnectMCSPDU@@UBEPAVPObject@@XZ @5516 NONAME ?Clone@MCS_Connect_Additional@@UBEPAVPObject@@XZ @5517 NONAME ?Clone@MCS_Connect_Initial@@UBEPAVPObject@@XZ @5518 NONAME ?Clone@MCS_Connect_Response@@UBEPAVPObject@@XZ @5519 NONAME ?Clone@MCS_Connect_Result@@UBEPAVPObject@@XZ @5520 NONAME ?Clone@MCS_DataPriority@@UBEPAVPObject@@XZ @5521 NONAME ?Clone@MCS_Diagnostic@@UBEPAVPObject@@XZ @5522 NONAME ?Clone@MCS_DomainMCSPDU@@UBEPAVPObject@@XZ @5523 NONAME ?Clone@MCS_DomainParameters@@UBEPAVPObject@@XZ @5524 NONAME ?Clone@MCS_DPum@@UBEPAVPObject@@XZ @5525 NONAME ?Clone@MCS_DUin@@UBEPAVPObject@@XZ @5526 NONAME ?Clone@MCS_DUrq@@UBEPAVPObject@@XZ @5527 NONAME ?Clone@MCS_DynamicChannelId@@UBEPAVPObject@@XZ @5528 NONAME ?Clone@MCS_EDrq@@UBEPAVPObject@@XZ @5529 NONAME ?Clone@MCS_MCcf@@UBEPAVPObject@@XZ @5530 NONAME ?Clone@MCS_MCrq@@UBEPAVPObject@@XZ @5531 NONAME ?Clone@MCS_MTcf@@UBEPAVPObject@@XZ @5532 NONAME ?Clone@MCS_MTrq@@UBEPAVPObject@@XZ @5533 NONAME ?Clone@MCS_PCin@@UBEPAVPObject@@XZ @5534 NONAME ?Clone@MCS_PDin@@UBEPAVPObject@@XZ @5535 NONAME ?Clone@MCS_PrivateChannelId@@UBEPAVPObject@@XZ @5536 NONAME ?Clone@MCS_PTin@@UBEPAVPObject@@XZ @5537 NONAME ?Clone@MCS_Reason@@UBEPAVPObject@@XZ @5538 NONAME ?Clone@MCS_Result@@UBEPAVPObject@@XZ @5539 NONAME ?Clone@MCS_RJum@@UBEPAVPObject@@XZ @5540 NONAME ?Clone@MCS_SDin@@UBEPAVPObject@@XZ @5541 NONAME ?Clone@MCS_SDrq@@UBEPAVPObject@@XZ @5542 NONAME ?Clone@MCS_Segmentation@@UBEPAVPObject@@XZ @5543 NONAME ?Clone@MCS_StaticChannelId@@UBEPAVPObject@@XZ @5544 NONAME ?Clone@MCS_TGcf@@UBEPAVPObject@@XZ @5545 NONAME ?Clone@MCS_TGrq@@UBEPAVPObject@@XZ @5546 NONAME ?Clone@MCS_TIcf@@UBEPAVPObject@@XZ @5547 NONAME ?Clone@MCS_TIrq@@UBEPAVPObject@@XZ @5548 NONAME ?Clone@MCS_TokenAttributes@@UBEPAVPObject@@XZ @5549 NONAME ?Clone@MCS_TokenAttributes_given@@UBEPAVPObject@@XZ @5550 NONAME ?Clone@MCS_TokenAttributes_giving@@UBEPAVPObject@@XZ @5551 NONAME ?Clone@MCS_TokenAttributes_grabbed@@UBEPAVPObject@@XZ @5552 NONAME ?Clone@MCS_TokenAttributes_inhibited@@UBEPAVPObject@@XZ @5553 NONAME ?Clone@MCS_TokenAttributes_ungivable@@UBEPAVPObject@@XZ @5554 NONAME ?Clone@MCS_TokenId@@UBEPAVPObject@@XZ @5555 NONAME ?Clone@MCS_TokenStatus@@UBEPAVPObject@@XZ @5556 NONAME ?Clone@MCS_TPin@@UBEPAVPObject@@XZ @5557 NONAME ?Clone@MCS_TPrq@@UBEPAVPObject@@XZ @5558 NONAME ?Clone@MCS_TRcf@@UBEPAVPObject@@XZ @5559 NONAME ?Clone@MCS_TRrq@@UBEPAVPObject@@XZ @5560 NONAME ?Clone@MCS_TTcf@@UBEPAVPObject@@XZ @5561 NONAME ?Clone@MCS_TTrq@@UBEPAVPObject@@XZ @5562 NONAME ?Clone@MCS_TVcf@@UBEPAVPObject@@XZ @5563 NONAME ?Clone@MCS_TVin@@UBEPAVPObject@@XZ @5564 NONAME ?Clone@MCS_TVrq@@UBEPAVPObject@@XZ @5565 NONAME ?Clone@MCS_TVrs@@UBEPAVPObject@@XZ @5566 NONAME ?Clone@MCS_UserId@@UBEPAVPObject@@XZ @5567 NONAME ?Clone@MCS_USin@@UBEPAVPObject@@XZ @5568 NONAME ?Clone@MCS_USrq@@UBEPAVPObject@@XZ @5569 NONAME ?Clone@MXRecordList@PDNS@@UBEPAVPObject@@XZ @30622 NONAME ?Clone@OpalGloballyUniqueID@@UBEPAVPObject@@XZ @9541 NONAME ?Clone@SRVRecordList@PDNS@@UBEPAVPObject@@XZ @30623 NONAME ?Clone@T38_ArrayOf_PASN_OctetString@@UBEPAVPObject@@XZ @12668 NONAME ?Clone@T38_Data_Field@@UBEPAVPObject@@XZ @12669 NONAME ?Clone@T38_Data_Field_subtype@@UBEPAVPObject@@XZ @12670 NONAME ?Clone@T38_Data_Field_subtype_field_type@@UBEPAVPObject@@XZ @12671 NONAME ?Clone@T38_IFPPacket@@UBEPAVPObject@@XZ @12672 NONAME ?Clone@T38_PreCorrigendum_Data_Field@@UBEPAVPObject@@XZ @15126 NONAME ?Clone@T38_PreCorrigendum_Data_Field_subtype@@UBEPAVPObject@@XZ @15127 NONAME ?Clone@T38_PreCorrigendum_Data_Field_subtype_field_type@@UBEPAVPObject@@XZ @15128 NONAME ?Clone@T38_PreCorrigendum_IFPPacket@@UBEPAVPObject@@XZ @15129 NONAME ?Clone@T38_Type_of_msg@@UBEPAVPObject@@XZ @12673 NONAME ?Clone@T38_Type_of_msg_data@@UBEPAVPObject@@XZ @12674 NONAME ?Clone@T38_Type_of_msg_t30_indicator@@UBEPAVPObject@@XZ @12675 NONAME ?Clone@T38_UDPTLPacket@@UBEPAVPObject@@XZ @12676 NONAME ?Clone@T38_UDPTLPacket_error_recovery@@UBEPAVPObject@@XZ @12677 NONAME ?Clone@T38_UDPTLPacket_error_recovery_fec_info@@UBEPAVPObject@@XZ @12678 NONAME ?Clone@T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@UBEPAVPObject@@XZ @12679 NONAME ?Clone@T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@UBEPAVPObject@@XZ @12680 NONAME ?Clone@T38_UDPTLPacket_primary_ifp_packet@@UBEPAVPObject@@XZ @12681 NONAME ?Clone@X880_Code@@UBEPAVPObject@@XZ @10038 NONAME ?Clone@X880_GeneralProblem@@UBEPAVPObject@@XZ @10039 NONAME ?Clone@X880_Invoke@@UBEPAVPObject@@XZ @10040 NONAME ?Clone@X880_InvokeId@@UBEPAVPObject@@XZ @10041 NONAME ?Clone@X880_InvokeProblem@@UBEPAVPObject@@XZ @10042 NONAME ?Clone@X880_Reject@@UBEPAVPObject@@XZ @10043 NONAME ?Clone@X880_RejectProblem@@UBEPAVPObject@@XZ @10044 NONAME ?Clone@X880_Reject_problem@@UBEPAVPObject@@XZ @10045 NONAME ?Clone@X880_ReturnError@@UBEPAVPObject@@XZ @10046 NONAME ?Clone@X880_ReturnErrorProblem@@UBEPAVPObject@@XZ @10047 NONAME ?Clone@X880_ReturnResult@@UBEPAVPObject@@XZ @10048 NONAME ?Clone@X880_ReturnResultProblem@@UBEPAVPObject@@XZ @10049 NONAME ?Clone@X880_ReturnResult_result@@UBEPAVPObject@@XZ @10050 NONAME ?Clone@X880_ROS@@UBEPAVPObject@@XZ @10051 NONAME ?ClonePDU@H323RasPDU@@UBEPAVH323TransactionPDU@@XZ @18283 NONAME ?ClonePDU@H501PDU@@UBEPAVH323TransactionPDU@@XZ @18284 NONAME ?Close@H245NegLogicalChannel@@UAEHXZ @13247 NONAME ?Close@H245NegLogicalChannels@@UAEHIH@Z @13248 NONAME ?Close@H323AudioCodec@@UAEXXZ @5572 NONAME ?Close@H323ListenerTCP@@UAEHXZ @5573 NONAME ?Close@H323Transport@@UAEHXZ @5574 NONAME ?Close@H323TransportTCP@@UAEHXZ @9417 NONAME ?Close@H323VideoCodec@@UAEXXZ @5575 NONAME ?Close@OpalIxJDevice@@UAEHXZ @5577 NONAME ?Close@OpalLineChannel@@UAEHXZ @5578 NONAME ?Close@OpalLineInterfaceDevice@@UAEHXZ @5579 NONAME ?Close@OpalUSBDevice@@UAEHXZ @30624 NONAME ?Close@OpalVoipBlasterDevice@@UAEHXZ @13666 NONAME ?Close@OpalVXMLSession@@UAEHXZ @14912 NONAME ?Close@RTP_UDP@@UAEXH@Z @5581 NONAME ?CloseAllLogicalChannels@H323Connection@@UAEXH@Z @13563 NONAME ?CloseCommand@VoipBlasterInterface@@QAEHXZ @13667 NONAME ?CloseData@VoipBlasterInterface@@QAEHXZ @13668 NONAME ?CloseLogicalChannel@H323Connection@@UAEXIH@Z @5582 NONAME ?CloseLogicalChannelNumber@H323Connection@@UAEXABVH323ChannelNumber@@@Z @9270 NONAME ?CloseRawDataChannel@H323Codec@@UAEHXZ @9375 NONAME ?CloseTimeout@VoipBlasterInterface@@UAEXAAVPTimer@@H@Z @13669 NONAME ?CloseWhileLocked@H245NegLogicalChannel@@MAEHXZ @9577 NONAME ?COLZAG@@3QBEB @5583 NONAME ?Compare@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @12451 NONAME ?Compare@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @12452 NONAME ?Compare@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @12453 NONAME ?Compare@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @12454 NONAME ?Compare@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @12455 NONAME ?Compare@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @12456 NONAME ?Compare@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @12457 NONAME ?Compare@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @12458 NONAME ?Compare@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @12459 NONAME ?Compare@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @12460 NONAME ?Compare@AlternateInfo@H323Gatekeeper@@QAE?AW4Comparison@PObject@@ABV4@@Z @14407 NONAME ?Compare@GCC_ApplicationInvokeIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5594 NONAME ?Compare@GCC_ApplicationInvokeSpecifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @5595 NONAME ?Compare@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5596 NONAME ?Compare@GCC_ApplicationRecord@@UBE?AW4Comparison@PObject@@ABV3@@Z @5597 NONAME ?Compare@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5598 NONAME ?Compare@GCC_ChallengeItem@@UBE?AW4Comparison@PObject@@ABV3@@Z @5599 NONAME ?Compare@GCC_ChallengeRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5600 NONAME ?Compare@GCC_ChallengeResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5601 NONAME ?Compare@GCC_ConductorAssignIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5602 NONAME ?Compare@GCC_ConductorPermissionAskIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5603 NONAME ?Compare@GCC_ConductorPermissionGrantIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5604 NONAME ?Compare@GCC_ConferenceAddRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5605 NONAME ?Compare@GCC_ConferenceAddResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5606 NONAME ?Compare@GCC_ConferenceAssistanceIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5607 NONAME ?Compare@GCC_ConferenceCreateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5608 NONAME ?Compare@GCC_ConferenceCreateResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5609 NONAME ?Compare@GCC_ConferenceDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @5610 NONAME ?Compare@GCC_ConferenceEjectUserIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5611 NONAME ?Compare@GCC_ConferenceEjectUserRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5612 NONAME ?Compare@GCC_ConferenceEjectUserResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5613 NONAME ?Compare@GCC_ConferenceInviteRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5614 NONAME ?Compare@GCC_ConferenceInviteResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5615 NONAME ?Compare@GCC_ConferenceJoinRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5616 NONAME ?Compare@GCC_ConferenceJoinResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5617 NONAME ?Compare@GCC_ConferenceLockResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5618 NONAME ?Compare@GCC_ConferenceName@@UBE?AW4Comparison@PObject@@ABV3@@Z @5619 NONAME ?Compare@GCC_ConferencePriority@@UBE?AW4Comparison@PObject@@ABV3@@Z @5620 NONAME ?Compare@GCC_ConferenceQueryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5621 NONAME ?Compare@GCC_ConferenceQueryResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5622 NONAME ?Compare@GCC_ConferenceTerminateIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5623 NONAME ?Compare@GCC_ConferenceTerminateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5624 NONAME ?Compare@GCC_ConferenceTerminateResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5625 NONAME ?Compare@GCC_ConferenceTimeExtendIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5626 NONAME ?Compare@GCC_ConferenceTimeInquireIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5627 NONAME ?Compare@GCC_ConferenceTimeRemainingIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5628 NONAME ?Compare@GCC_ConferenceTransferIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5629 NONAME ?Compare@GCC_ConferenceTransferRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5630 NONAME ?Compare@GCC_ConferenceTransferResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5631 NONAME ?Compare@GCC_ConferenceUnlockResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5632 NONAME ?Compare@GCC_ConnectData@@UBE?AW4Comparison@PObject@@ABV3@@Z @5633 NONAME ?Compare@GCC_FunctionNotSupportedResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5634 NONAME ?Compare@GCC_NetworkAddress_subtype_aggregatedChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @5635 NONAME ?Compare@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBE?AW4Comparison@PObject@@ABV3@@Z @5636 NONAME ?Compare@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBE?AW4Comparison@PObject@@ABV3@@Z @5637 NONAME ?Compare@GCC_NetworkAddress_subtype_transportConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @5638 NONAME ?Compare@GCC_NodeProperties@@UBE?AW4Comparison@PObject@@ABV3@@Z @5639 NONAME ?Compare@GCC_NodeRecord@@UBE?AW4Comparison@PObject@@ABV3@@Z @5640 NONAME ?Compare@GCC_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @5641 NONAME ?Compare@GCC_NonStandardPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @5642 NONAME ?Compare@GCC_Password@@UBE?AW4Comparison@PObject@@ABV3@@Z @5643 NONAME ?Compare@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5644 NONAME ?Compare@GCC_RegistryAllocateHandleRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5645 NONAME ?Compare@GCC_RegistryAllocateHandleResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5646 NONAME ?Compare@GCC_RegistryAssignTokenRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5647 NONAME ?Compare@GCC_RegistryDeleteEntryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5648 NONAME ?Compare@GCC_RegistryEntryOwner_owned@@UBE?AW4Comparison@PObject@@ABV3@@Z @5649 NONAME ?Compare@GCC_RegistryKey@@UBE?AW4Comparison@PObject@@ABV3@@Z @5650 NONAME ?Compare@GCC_RegistryMonitorEntryIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5651 NONAME ?Compare@GCC_RegistryMonitorEntryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5652 NONAME ?Compare@GCC_RegistryRegisterChannelRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5653 NONAME ?Compare@GCC_RegistryResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5654 NONAME ?Compare@GCC_RegistryRetrieveEntryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5655 NONAME ?Compare@GCC_RegistrySetParameterRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5656 NONAME ?Compare@GCC_RosterUpdateIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5657 NONAME ?Compare@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5658 NONAME ?Compare@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5659 NONAME ?Compare@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5660 NONAME ?Compare@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5661 NONAME ?Compare@GCC_RosterUpdateIndication_nodeInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @5662 NONAME ?Compare@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5663 NONAME ?Compare@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5664 NONAME ?Compare@GCC_SessionKey@@UBE?AW4Comparison@PObject@@ABV3@@Z @5665 NONAME ?Compare@GCC_TextMessageIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5666 NONAME ?Compare@GCC_UserData_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5667 NONAME ?Compare@GCC_UserIDIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5668 NONAME ?Compare@H225_AddressPattern_range@@UBE?AW4Comparison@PObject@@ABV3@@Z @11935 NONAME ?Compare@H225_AdmissionConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5669 NONAME ?Compare@H225_AdmissionReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5670 NONAME ?Compare@H225_AdmissionRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5671 NONAME ?Compare@H225_Alerting_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5672 NONAME ?Compare@H225_AlternateGK@@UBE?AW4Comparison@PObject@@ABV3@@Z @5673 NONAME ?Compare@H225_AlternateTransportAddresses@@UBE?AW4Comparison@PObject@@ABV3@@Z @11936 NONAME ?Compare@H225_AltGKInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5674 NONAME ?Compare@H225_ANSI_41_UIM@@UBE?AW4Comparison@PObject@@ABV3@@Z @11937 NONAME ?Compare@H225_BandwidthConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5675 NONAME ?Compare@H225_BandwidthDetails@@UBE?AW4Comparison@PObject@@ABV3@@Z @11938 NONAME ?Compare@H225_BandwidthReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5676 NONAME ?Compare@H225_BandwidthRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5677 NONAME ?Compare@H225_CallCapacity@@UBE?AW4Comparison@PObject@@ABV3@@Z @11939 NONAME ?Compare@H225_CallCapacityInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @11940 NONAME ?Compare@H225_CallCreditCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @11941 NONAME ?Compare@H225_CallCreditServiceControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @11942 NONAME ?Compare@H225_CallIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @5678 NONAME ?Compare@H225_CallLinkage@@UBE?AW4Comparison@PObject@@ABV3@@Z @11943 NONAME ?Compare@H225_CallProceeding_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5679 NONAME ?Compare@H225_CallsAvailable@@UBE?AW4Comparison@PObject@@ABV3@@Z @11944 NONAME ?Compare@H225_CapacityReportingCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @11945 NONAME ?Compare@H225_CapacityReportingSpecification@@UBE?AW4Comparison@PObject@@ABV3@@Z @11946 NONAME ?Compare@H225_CapacityReportingSpecification_when@@UBE?AW4Comparison@PObject@@ABV3@@Z @11947 NONAME ?Compare@H225_CarrierInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @19297 NONAME ?Compare@H225_CicInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @11948 NONAME ?Compare@H225_CircuitIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @18970 NONAME ?Compare@H225_CircuitInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @11949 NONAME ?Compare@H225_ConferenceList@@UBE?AW4Comparison@PObject@@ABV3@@Z @5680 NONAME ?Compare@H225_Connect_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5681 NONAME ?Compare@H225_CryptoH323Token_cryptoEPPwdHash@@UBE?AW4Comparison@PObject@@ABV3@@Z @5682 NONAME ?Compare@H225_CryptoH323Token_cryptoGKPwdHash@@UBE?AW4Comparison@PObject@@ABV3@@Z @5683 NONAME ?Compare@H225_DataRate@@UBE?AW4Comparison@PObject@@ABV3@@Z @5684 NONAME ?Compare@H225_DisengageConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5685 NONAME ?Compare@H225_DisengageReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5686 NONAME ?Compare@H225_DisengageRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5687 NONAME ?Compare@H225_Endpoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @5688 NONAME ?Compare@H225_EndpointType@@UBE?AW4Comparison@PObject@@ABV3@@Z @5689 NONAME ?Compare@H225_EnumeratedParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @11950 NONAME ?Compare@H225_ExtendedAliasAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @11951 NONAME ?Compare@H225_Facility_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5690 NONAME ?Compare@H225_FeatureSet@@UBE?AW4Comparison@PObject@@ABV3@@Z @11952 NONAME ?Compare@H225_GatekeeperConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5691 NONAME ?Compare@H225_GatekeeperInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5692 NONAME ?Compare@H225_GatekeeperReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5693 NONAME ?Compare@H225_GatekeeperRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5694 NONAME ?Compare@H225_GatewayInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5695 NONAME ?Compare@H225_GenericData@@UBE?AW4Comparison@PObject@@ABV3@@Z @11953 NONAME ?Compare@H225_GroupID@@UBE?AW4Comparison@PObject@@ABV3@@Z @11954 NONAME ?Compare@H225_GSM_UIM@@UBE?AW4Comparison@PObject@@ABV3@@Z @11955 NONAME ?Compare@H225_H221NonStandard@@UBE?AW4Comparison@PObject@@ABV3@@Z @5696 NONAME ?Compare@H225_H310Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5697 NONAME ?Compare@H225_H320Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5698 NONAME ?Compare@H225_H321Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5699 NONAME ?Compare@H225_H322Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5700 NONAME ?Compare@H225_H323Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5701 NONAME ?Compare@H225_H323_UserInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @5702 NONAME ?Compare@H225_H323_UserInformation_user_data@@UBE?AW4Comparison@PObject@@ABV3@@Z @5703 NONAME ?Compare@H225_H323_UU_PDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @5704 NONAME ?Compare@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @11956 NONAME ?Compare@H225_H324Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5705 NONAME ?Compare@H225_ICV@@UBE?AW4Comparison@PObject@@ABV3@@Z @5706 NONAME ?Compare@H225_InfoRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5707 NONAME ?Compare@H225_InfoRequestAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5708 NONAME ?Compare@H225_InfoRequestNak@@UBE?AW4Comparison@PObject@@ABV3@@Z @5709 NONAME ?Compare@H225_InfoRequestResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5710 NONAME ?Compare@H225_InfoRequestResponse_perCallInfo_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5711 NONAME ?Compare@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5712 NONAME ?Compare@H225_Information_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5713 NONAME ?Compare@H225_LocationConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5714 NONAME ?Compare@H225_LocationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5715 NONAME ?Compare@H225_LocationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5716 NONAME ?Compare@H225_McuInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5717 NONAME ?Compare@H225_NonStandardMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @5718 NONAME ?Compare@H225_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @5719 NONAME ?Compare@H225_NonStandardProtocol@@UBE?AW4Comparison@PObject@@ABV3@@Z @5720 NONAME ?Compare@H225_Notify_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @11957 NONAME ?Compare@H225_PrivatePartyNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @5721 NONAME ?Compare@H225_Progress_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5722 NONAME ?Compare@H225_PublicPartyNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @5723 NONAME ?Compare@H225_Q954Details@@UBE?AW4Comparison@PObject@@ABV3@@Z @5724 NONAME ?Compare@H225_QseriesOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @5725 NONAME ?Compare@H225_RasUsageInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @11958 NONAME ?Compare@H225_RasUsageInfoTypes@@UBE?AW4Comparison@PObject@@ABV3@@Z @11959 NONAME ?Compare@H225_RasUsageSpecification@@UBE?AW4Comparison@PObject@@ABV3@@Z @11960 NONAME ?Compare@H225_RasUsageSpecification_callStartingPoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @11961 NONAME ?Compare@H225_RasUsageSpecification_when@@UBE?AW4Comparison@PObject@@ABV3@@Z @11962 NONAME ?Compare@H225_RegistrationConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5726 NONAME ?Compare@H225_RegistrationConfirm_preGrantedARQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @5727 NONAME ?Compare@H225_RegistrationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5728 NONAME ?Compare@H225_RegistrationRejectReason_invalidTerminalAliases@@UBE?AW4Comparison@PObject@@ABV3@@Z @11963 NONAME ?Compare@H225_RegistrationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5729 NONAME ?Compare@H225_ReleaseComplete_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5730 NONAME ?Compare@H225_RequestInProgress@@UBE?AW4Comparison@PObject@@ABV3@@Z @5731 NONAME ?Compare@H225_ResourcesAvailableConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5732 NONAME ?Compare@H225_ResourcesAvailableIndicate@@UBE?AW4Comparison@PObject@@ABV3@@Z @5733 NONAME ?Compare@H225_RTPSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @5734 NONAME ?Compare@H225_SecurityCapabilities@@UBE?AW4Comparison@PObject@@ABV3@@Z @5735 NONAME ?Compare@H225_ServiceControlIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @11964 NONAME ?Compare@H225_ServiceControlIndication_callSpecific@@UBE?AW4Comparison@PObject@@ABV3@@Z @11965 NONAME ?Compare@H225_ServiceControlResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @11966 NONAME ?Compare@H225_ServiceControlSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @11967 NONAME ?Compare@H225_SetupAcknowledge_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @11968 NONAME ?Compare@H225_Setup_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5736 NONAME ?Compare@H225_Setup_UUIE_connectionParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @11969 NONAME ?Compare@H225_SIPCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @19298 NONAME ?Compare@H225_StatusInquiry_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @11970 NONAME ?Compare@H225_Status_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @11971 NONAME ?Compare@H225_StimulusControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @11972 NONAME ?Compare@H225_SupportedPrefix@@UBE?AW4Comparison@PObject@@ABV3@@Z @5737 NONAME ?Compare@H225_T120OnlyCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5738 NONAME ?Compare@H225_T38FaxAnnexbOnlyCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @11973 NONAME ?Compare@H225_TerminalInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5739 NONAME ?Compare@H225_TransportAddress_ip6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @5740 NONAME ?Compare@H225_TransportAddress_ipAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @5741 NONAME ?Compare@H225_TransportAddress_ipSourceRoute@@UBE?AW4Comparison@PObject@@ABV3@@Z @5742 NONAME ?Compare@H225_TransportAddress_ipxAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @5743 NONAME ?Compare@H225_TransportChannelInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5744 NONAME ?Compare@H225_TunnelledProtocol@@UBE?AW4Comparison@PObject@@ABV3@@Z @11974 NONAME ?Compare@H225_TunnelledProtocolAlternateIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @11975 NONAME ?Compare@H225_UnknownMessageResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5745 NONAME ?Compare@H225_UnregistrationConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5746 NONAME ?Compare@H225_UnregistrationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5747 NONAME ?Compare@H225_UnregistrationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5748 NONAME ?Compare@H225_UUIEsRequested@@UBE?AW4Comparison@PObject@@ABV3@@Z @5749 NONAME ?Compare@H225_VendorIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @5750 NONAME ?Compare@H225_VoiceCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5751 NONAME ?Compare@H235_ClearToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @5752 NONAME ?Compare@H235_CryptoToken_cryptoEncryptedToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @5753 NONAME ?Compare@H235_CryptoToken_cryptoHashedToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @5754 NONAME ?Compare@H235_CryptoToken_cryptoSignedToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @5755 NONAME ?Compare@H235_DHset@@UBE?AW4Comparison@PObject@@ABV3@@Z @5756 NONAME ?Compare@H235_ECGDSASignature@@UBE?AW4Comparison@PObject@@ABV3@@Z @19299 NONAME ?Compare@H235_ECKASDH_eckasdh2@@UBE?AW4Comparison@PObject@@ABV3@@Z @12985 NONAME ?Compare@H235_ECKASDH_eckasdhp@@UBE?AW4Comparison@PObject@@ABV3@@Z @12986 NONAME ?Compare@H235_ECpoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @19300 NONAME ?Compare@H235_H235CertificateSignature@@UBE?AW4Comparison@PObject@@ABV3@@Z @5757 NONAME ?Compare@H235_KeySignedMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @5758 NONAME ?Compare@H235_KeySyncMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @5759 NONAME ?Compare@H235_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @5760 NONAME ?Compare@H235_Params@@UBE?AW4Comparison@PObject@@ABV3@@Z @5761 NONAME ?Compare@H235_ReturnSig@@UBE?AW4Comparison@PObject@@ABV3@@Z @5762 NONAME ?Compare@H235_TypedCertificate@@UBE?AW4Comparison@PObject@@ABV3@@Z @5763 NONAME ?Compare@H235_V3KeySyncMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @19301 NONAME ?Compare@H245_ATMParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5764 NONAME ?Compare@H245_AudioCapability_g7231@@UBE?AW4Comparison@PObject@@ABV3@@Z @5765 NONAME ?Compare@H245_AudioTelephonyEventCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @11976 NONAME ?Compare@H245_AudioToneCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @11977 NONAME ?Compare@H245_AuthenticationCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5766 NONAME ?Compare@H245_BEnhancementParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5767 NONAME ?Compare@H245_CapabilityDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @5768 NONAME ?Compare@H245_CapabilityTableEntry@@UBE?AW4Comparison@PObject@@ABV3@@Z @5769 NONAME ?Compare@H245_Capability_h233EncryptionReceiveCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5770 NONAME ?Compare@H245_CloseLogicalChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @5771 NONAME ?Compare@H245_CloseLogicalChannelAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5772 NONAME ?Compare@H245_CommunicationModeCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @5773 NONAME ?Compare@H245_CommunicationModeTableEntry@@UBE?AW4Comparison@PObject@@ABV3@@Z @5774 NONAME ?Compare@H245_ConferenceCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5775 NONAME ?Compare@H245_ConferenceRequest_requestTerminalCertificate@@UBE?AW4Comparison@PObject@@ABV3@@Z @5776 NONAME ?Compare@H245_ConferenceResponse_chairTokenOwnerResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5777 NONAME ?Compare@H245_ConferenceResponse_conferenceIDResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5778 NONAME ?Compare@H245_ConferenceResponse_extensionAddressResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5779 NONAME ?Compare@H245_ConferenceResponse_mCTerminalIDResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5780 NONAME ?Compare@H245_ConferenceResponse_passwordResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5781 NONAME ?Compare@H245_ConferenceResponse_terminalCertificateResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5782 NONAME ?Compare@H245_ConferenceResponse_terminalIDResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5783 NONAME ?Compare@H245_ConnectionIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @11978 NONAME ?Compare@H245_Criteria@@UBE?AW4Comparison@PObject@@ABV3@@Z @5784 NONAME ?Compare@H245_CustomPictureClockFrequency@@UBE?AW4Comparison@PObject@@ABV3@@Z @5785 NONAME ?Compare@H245_CustomPictureFormat@@UBE?AW4Comparison@PObject@@ABV3@@Z @5786 NONAME ?Compare@H245_CustomPictureFormat_mPI@@UBE?AW4Comparison@PObject@@ABV3@@Z @5787 NONAME ?Compare@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5788 NONAME ?Compare@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5789 NONAME ?Compare@H245_DataApplicationCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5790 NONAME ?Compare@H245_DataApplicationCapability_application_nlpid@@UBE?AW4Comparison@PObject@@ABV3@@Z @5791 NONAME ?Compare@H245_DataApplicationCapability_application_t38fax@@UBE?AW4Comparison@PObject@@ABV3@@Z @11979 NONAME ?Compare@H245_DataApplicationCapability_application_t84@@UBE?AW4Comparison@PObject@@ABV3@@Z @5792 NONAME ?Compare@H245_DataMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5793 NONAME ?Compare@H245_DataMode_application_nlpid@@UBE?AW4Comparison@PObject@@ABV3@@Z @5794 NONAME ?Compare@H245_DataMode_application_t38fax@@UBE?AW4Comparison@PObject@@ABV3@@Z @11980 NONAME ?Compare@H245_DepFECCapability_rfc2733@@UBE?AW4Comparison@PObject@@ABV3@@Z @30625 NONAME ?Compare@H245_DepFECCapability_rfc2733_separateStream@@UBE?AW4Comparison@PObject@@ABV3@@Z @30626 NONAME ?Compare@H245_DepFECData_rfc2733@@UBE?AW4Comparison@PObject@@ABV3@@Z @30627 NONAME ?Compare@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBE?AW4Comparison@PObject@@ABV3@@Z @30628 NONAME ?Compare@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBE?AW4Comparison@PObject@@ABV3@@Z @30629 NONAME ?Compare@H245_DepFECMode_rfc2733Mode@@UBE?AW4Comparison@PObject@@ABV3@@Z @30630 NONAME ?Compare@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBE?AW4Comparison@PObject@@ABV3@@Z @30631 NONAME ?Compare@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBE?AW4Comparison@PObject@@ABV3@@Z @30632 NONAME ?Compare@H245_DialingInformationNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @11981 NONAME ?Compare@H245_EncryptionAuthenticationAndIntegrity@@UBE?AW4Comparison@PObject@@ABV3@@Z @5795 NONAME ?Compare@H245_EncryptionCommand_encryptionAlgorithmID@@UBE?AW4Comparison@PObject@@ABV3@@Z @5796 NONAME ?Compare@H245_EncryptionSync@@UBE?AW4Comparison@PObject@@ABV3@@Z @5797 NONAME ?Compare@H245_EncryptionUpdateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5798 NONAME ?Compare@H245_EnhancementLayerInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5799 NONAME ?Compare@H245_EnhancementOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @5800 NONAME ?Compare@H245_EscrowData@@UBE?AW4Comparison@PObject@@ABV3@@Z @5801 NONAME ?Compare@H245_ExtendedVideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @30633 NONAME ?Compare@H245_FECCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @30634 NONAME ?Compare@H245_FECData_rfc2733@@UBE?AW4Comparison@PObject@@ABV3@@Z @19304 NONAME ?Compare@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBE?AW4Comparison@PObject@@ABV3@@Z @30635 NONAME ?Compare@H245_FECMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @30636 NONAME ?Compare@H245_FlowControlCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @5802 NONAME ?Compare@H245_FlowControlIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @11982 NONAME ?Compare@H245_FunctionNotSupported@@UBE?AW4Comparison@PObject@@ABV3@@Z @5803 NONAME ?Compare@H245_G7231AnnexCCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5804 NONAME ?Compare@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5805 NONAME ?Compare@H245_G7231AnnexCMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5806 NONAME ?Compare@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5807 NONAME ?Compare@H245_G729Extensions@@UBE?AW4Comparison@PObject@@ABV3@@Z @11983 NONAME ?Compare@H245_GenericCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @11984 NONAME ?Compare@H245_GenericMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @30637 NONAME ?Compare@H245_GenericParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @11985 NONAME ?Compare@H245_GSMAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5808 NONAME ?Compare@H245_H222Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5809 NONAME ?Compare@H245_H222LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5810 NONAME ?Compare@H245_H223AL1MParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5811 NONAME ?Compare@H245_H223AL2MParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5812 NONAME ?Compare@H245_H223AL3MParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5813 NONAME ?Compare@H245_H223AnnexCArqParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5814 NONAME ?Compare@H245_H223AnnexCCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5815 NONAME ?Compare@H245_H223Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5816 NONAME ?Compare@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBE?AW4Comparison@PObject@@ABV3@@Z @5817 NONAME ?Compare@H245_H223Capability_mobileMultilinkFrameCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @11986 NONAME ?Compare@H245_H223Capability_mobileOperationTransmitCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5818 NONAME ?Compare@H245_H223LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5819 NONAME ?Compare@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBE?AW4Comparison@PObject@@ABV3@@Z @5820 NONAME ?Compare@H245_H223ModeParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5821 NONAME ?Compare@H245_H223ModeParameters_adaptationLayerType_al3@@UBE?AW4Comparison@PObject@@ABV3@@Z @5822 NONAME ?Compare@H245_H223SkewIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5823 NONAME ?Compare@H245_H2250Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5824 NONAME ?Compare@H245_H2250Capability_mcCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5825 NONAME ?Compare@H245_H2250LogicalChannelAckParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5826 NONAME ?Compare@H245_H2250LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5827 NONAME ?Compare@H245_H2250MaximumSkewIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5828 NONAME ?Compare@H245_H2250ModeParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5829 NONAME ?Compare@H245_H235Media@@UBE?AW4Comparison@PObject@@ABV3@@Z @5830 NONAME ?Compare@H245_H235Mode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5831 NONAME ?Compare@H245_H235SecurityCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5832 NONAME ?Compare@H245_H261VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5833 NONAME ?Compare@H245_H261VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5834 NONAME ?Compare@H245_H262VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5835 NONAME ?Compare@H245_H262VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5836 NONAME ?Compare@H245_H263ModeComboFlags@@UBE?AW4Comparison@PObject@@ABV3@@Z @5837 NONAME ?Compare@H245_H263Options@@UBE?AW4Comparison@PObject@@ABV3@@Z @5838 NONAME ?Compare@H245_H263Version3Options@@UBE?AW4Comparison@PObject@@ABV3@@Z @11987 NONAME ?Compare@H245_H263VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5839 NONAME ?Compare@H245_H263VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5840 NONAME ?Compare@H245_H263VideoModeCombos@@UBE?AW4Comparison@PObject@@ABV3@@Z @5841 NONAME ?Compare@H245_IntegrityCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5842 NONAME ?Compare@H245_IS11172AudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5843 NONAME ?Compare@H245_IS11172AudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5844 NONAME ?Compare@H245_IS11172VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5845 NONAME ?Compare@H245_IS11172VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5846 NONAME ?Compare@H245_IS13818AudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5847 NONAME ?Compare@H245_IS13818AudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5848 NONAME ?Compare@H245_JitterIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5849 NONAME ?Compare@H245_KeyProtectionMethod@@UBE?AW4Comparison@PObject@@ABV3@@Z @5850 NONAME ?Compare@H245_LogicalChannelRateAcknowledge@@UBE?AW4Comparison@PObject@@ABV3@@Z @11988 NONAME ?Compare@H245_LogicalChannelRateReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @11989 NONAME ?Compare@H245_LogicalChannelRateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @11990 NONAME ?Compare@H245_MaintenanceLoopAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5851 NONAME ?Compare@H245_MaintenanceLoopReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5852 NONAME ?Compare@H245_MaintenanceLoopRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5853 NONAME ?Compare@H245_MasterSlaveDetermination@@UBE?AW4Comparison@PObject@@ABV3@@Z @5854 NONAME ?Compare@H245_MasterSlaveDeterminationAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5855 NONAME ?Compare@H245_MasterSlaveDeterminationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5856 NONAME ?Compare@H245_MCLocationIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5857 NONAME ?Compare@H245_MediaChannelCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5858 NONAME ?Compare@H245_MediaDistributionCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5859 NONAME ?Compare@H245_MediaPacketizationCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5860 NONAME ?Compare@H245_MediaTransportType_atm_AAL5_compressed@@UBE?AW4Comparison@PObject@@ABV3@@Z @11991 NONAME ?Compare@H245_MiscellaneousCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @5861 NONAME ?Compare@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @30638 NONAME ?Compare@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @30639 NONAME ?Compare@H245_MiscellaneousCommand_type_lostPartialPicture@@UBE?AW4Comparison@PObject@@ABV3@@Z @11992 NONAME ?Compare@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBE?AW4Comparison@PObject@@ABV3@@Z @5862 NONAME ?Compare@H245_MiscellaneousCommand_type_videoBadMBs@@UBE?AW4Comparison@PObject@@ABV3@@Z @11993 NONAME ?Compare@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBE?AW4Comparison@PObject@@ABV3@@Z @5863 NONAME ?Compare@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBE?AW4Comparison@PObject@@ABV3@@Z @5864 NONAME ?Compare@H245_MiscellaneousIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5865 NONAME ?Compare@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBE?AW4Comparison@PObject@@ABV3@@Z @5866 NONAME ?Compare@H245_MobileMultilinkReconfigurationCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @11994 NONAME ?Compare@H245_MobileMultilinkReconfigurationIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @11995 NONAME ?Compare@H245_ModeElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @5867 NONAME ?Compare@H245_MulticastAddress_iP6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @5868 NONAME ?Compare@H245_MulticastAddress_iPAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @5869 NONAME ?Compare@H245_MultilinkIndication_excessiveError@@UBE?AW4Comparison@PObject@@ABV3@@Z @11996 NONAME ?Compare@H245_MultilinkRequest_addConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @11997 NONAME ?Compare@H245_MultilinkRequest_callInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @11998 NONAME ?Compare@H245_MultilinkRequest_maximumHeaderInterval@@UBE?AW4Comparison@PObject@@ABV3@@Z @11999 NONAME ?Compare@H245_MultilinkRequest_removeConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @12000 NONAME ?Compare@H245_MultilinkResponse_addConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @12001 NONAME ?Compare@H245_MultilinkResponse_callInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @12002 NONAME ?Compare@H245_MultilinkResponse_maximumHeaderInterval@@UBE?AW4Comparison@PObject@@ABV3@@Z @12003 NONAME ?Compare@H245_MultilinkResponse_removeConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @12004 NONAME ?Compare@H245_MultiplePayloadStream@@UBE?AW4Comparison@PObject@@ABV3@@Z @19310 NONAME ?Compare@H245_MultiplePayloadStreamCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @19311 NONAME ?Compare@H245_MultiplePayloadStreamElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @19312 NONAME ?Compare@H245_MultiplePayloadStreamElementMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @19313 NONAME ?Compare@H245_MultiplePayloadStreamMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @19314 NONAME ?Compare@H245_MultiplexedStreamCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @12005 NONAME ?Compare@H245_MultiplexedStreamModeParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @12006 NONAME ?Compare@H245_MultiplexedStreamParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @12007 NONAME ?Compare@H245_MultiplexElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @5870 NONAME ?Compare@H245_MultiplexEntryDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @5871 NONAME ?Compare@H245_MultiplexEntryRejectionDescriptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @5872 NONAME ?Compare@H245_MultiplexEntrySend@@UBE?AW4Comparison@PObject@@ABV3@@Z @5873 NONAME ?Compare@H245_MultiplexEntrySendAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5874 NONAME ?Compare@H245_MultiplexEntrySendReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5875 NONAME ?Compare@H245_MultiplexEntrySendRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @5876 NONAME ?Compare@H245_MultipointCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5877 NONAME ?Compare@H245_NetworkAccessParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5878 NONAME ?Compare@H245_NewATMVCCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @12008 NONAME ?Compare@H245_NewATMVCCommand_aal_aal1@@UBE?AW4Comparison@PObject@@ABV3@@Z @12009 NONAME ?Compare@H245_NewATMVCCommand_aal_aal5@@UBE?AW4Comparison@PObject@@ABV3@@Z @12010 NONAME ?Compare@H245_NewATMVCCommand_reverseParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @12011 NONAME ?Compare@H245_NewATMVCIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5879 NONAME ?Compare@H245_NewATMVCIndication_aal_aal1@@UBE?AW4Comparison@PObject@@ABV3@@Z @5880 NONAME ?Compare@H245_NewATMVCIndication_aal_aal5@@UBE?AW4Comparison@PObject@@ABV3@@Z @5881 NONAME ?Compare@H245_NewATMVCIndication_reverseParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5882 NONAME ?Compare@H245_NonStandardIdentifier_h221NonStandard@@UBE?AW4Comparison@PObject@@ABV3@@Z @5883 NONAME ?Compare@H245_NonStandardMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @5884 NONAME ?Compare@H245_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @5885 NONAME ?Compare@H245_NoPTAudioTelephonyEventCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @19315 NONAME ?Compare@H245_OpenLogicalChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @5886 NONAME ?Compare@H245_OpenLogicalChannelAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5887 NONAME ?Compare@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5888 NONAME ?Compare@H245_OpenLogicalChannelConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5889 NONAME ?Compare@H245_OpenLogicalChannelReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5890 NONAME ?Compare@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5891 NONAME ?Compare@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5892 NONAME ?Compare@H245_Params@@UBE?AW4Comparison@PObject@@ABV3@@Z @30640 NONAME ?Compare@H245_Q2931Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @5893 NONAME ?Compare@H245_QOSCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5894 NONAME ?Compare@H245_RedundancyEncoding@@UBE?AW4Comparison@PObject@@ABV3@@Z @5895 NONAME ?Compare@H245_RedundancyEncodingCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5896 NONAME ?Compare@H245_RedundancyEncodingDTMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @19316 NONAME ?Compare@H245_RedundancyEncodingDTModeElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @19317 NONAME ?Compare@H245_RedundancyEncodingElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @19318 NONAME ?Compare@H245_RedundancyEncodingMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5897 NONAME ?Compare@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBE?AW4Comparison@PObject@@ABV3@@Z @19319 NONAME ?Compare@H245_RefPictureSelection@@UBE?AW4Comparison@PObject@@ABV3@@Z @5898 NONAME ?Compare@H245_RefPictureSelection_additionalPictureMemory@@UBE?AW4Comparison@PObject@@ABV3@@Z @5899 NONAME ?Compare@H245_RefPictureSelection_enhancedReferencePicSelect@@UBE?AW4Comparison@PObject@@ABV3@@Z @12012 NONAME ?Compare@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @12013 NONAME ?Compare@H245_RequestAllTerminalIDsResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5900 NONAME ?Compare@H245_RequestChannelClose@@UBE?AW4Comparison@PObject@@ABV3@@Z @5901 NONAME ?Compare@H245_RequestChannelCloseAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5902 NONAME ?Compare@H245_RequestChannelCloseReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5903 NONAME ?Compare@H245_RequestChannelCloseRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @5904 NONAME ?Compare@H245_RequestMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5905 NONAME ?Compare@H245_RequestModeAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5906 NONAME ?Compare@H245_RequestModeReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5907 NONAME ?Compare@H245_RequestMultiplexEntry@@UBE?AW4Comparison@PObject@@ABV3@@Z @5908 NONAME ?Compare@H245_RequestMultiplexEntryAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5909 NONAME ?Compare@H245_RequestMultiplexEntryReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5910 NONAME ?Compare@H245_RequestMultiplexEntryRejectionDescriptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @5911 NONAME ?Compare@H245_RequestMultiplexEntryRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @5912 NONAME ?Compare@H245_RoundTripDelayRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5913 NONAME ?Compare@H245_RoundTripDelayResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5914 NONAME ?Compare@H245_RSVPParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5915 NONAME ?Compare@H245_RTPH263VideoRedundancyEncoding@@UBE?AW4Comparison@PObject@@ABV3@@Z @5916 NONAME ?Compare@H245_RTPH263VideoRedundancyFrameMapping@@UBE?AW4Comparison@PObject@@ABV3@@Z @5917 NONAME ?Compare@H245_RTPPayloadType@@UBE?AW4Comparison@PObject@@ABV3@@Z @5918 NONAME ?Compare@H245_SendTerminalCapabilitySet_specificRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5919 NONAME ?Compare@H245_SubstituteConferenceIDCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @5920 NONAME ?Compare@H245_T38FaxProfile@@UBE?AW4Comparison@PObject@@ABV3@@Z @12014 NONAME ?Compare@H245_T38FaxTcpOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @12015 NONAME ?Compare@H245_T38FaxUdpOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @12016 NONAME ?Compare@H245_T84Profile_t84Restricted@@UBE?AW4Comparison@PObject@@ABV3@@Z @5921 NONAME ?Compare@H245_TerminalCapabilitySet@@UBE?AW4Comparison@PObject@@ABV3@@Z @5922 NONAME ?Compare@H245_TerminalCapabilitySetAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5923 NONAME ?Compare@H245_TerminalCapabilitySetReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5924 NONAME ?Compare@H245_TerminalInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @5925 NONAME ?Compare@H245_TerminalLabel@@UBE?AW4Comparison@PObject@@ABV3@@Z @5926 NONAME ?Compare@H245_TerminalYouAreSeeingInSubPictureNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @5927 NONAME ?Compare@H245_TransparencyParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5928 NONAME ?Compare@H245_TransportCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5929 NONAME ?Compare@H245_UnicastAddress_iP6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @5930 NONAME ?Compare@H245_UnicastAddress_iPAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @5931 NONAME ?Compare@H245_UnicastAddress_iPSourceRouteAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @5932 NONAME ?Compare@H245_UnicastAddress_iPXAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @5933 NONAME ?Compare@H245_UserInputIndication_encryptedAlphanumeric@@UBE?AW4Comparison@PObject@@ABV3@@Z @30641 NONAME ?Compare@H245_UserInputIndication_extendedAlphanumeric@@UBE?AW4Comparison@PObject@@ABV3@@Z @12017 NONAME ?Compare@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBE?AW4Comparison@PObject@@ABV3@@Z @30642 NONAME ?Compare@H245_UserInputIndication_signal@@UBE?AW4Comparison@PObject@@ABV3@@Z @5934 NONAME ?Compare@H245_UserInputIndication_signalUpdate@@UBE?AW4Comparison@PObject@@ABV3@@Z @5935 NONAME ?Compare@H245_UserInputIndication_signalUpdate_rtp@@UBE?AW4Comparison@PObject@@ABV3@@Z @5936 NONAME ?Compare@H245_UserInputIndication_signal_rtp@@UBE?AW4Comparison@PObject@@ABV3@@Z @5937 NONAME ?Compare@H245_V42bis@@UBE?AW4Comparison@PObject@@ABV3@@Z @5938 NONAME ?Compare@H245_V75Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5939 NONAME ?Compare@H245_V75Parameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5940 NONAME ?Compare@H245_V76Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5941 NONAME ?Compare@H245_V76HDLCParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5942 NONAME ?Compare@H245_V76LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5943 NONAME ?Compare@H245_V76LogicalChannelParameters_mode_eRM@@UBE?AW4Comparison@PObject@@ABV3@@Z @5944 NONAME ?Compare@H245_VBDCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @19320 NONAME ?Compare@H245_VBDMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @19321 NONAME ?Compare@H245_VCCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5945 NONAME ?Compare@H245_VCCapability_aal1@@UBE?AW4Comparison@PObject@@ABV3@@Z @5946 NONAME ?Compare@H245_VCCapability_aal1ViaGateway@@UBE?AW4Comparison@PObject@@ABV3@@Z @12018 NONAME ?Compare@H245_VCCapability_aal5@@UBE?AW4Comparison@PObject@@ABV3@@Z @5947 NONAME ?Compare@H245_VCCapability_availableBitRates@@UBE?AW4Comparison@PObject@@ABV3@@Z @5948 NONAME ?Compare@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBE?AW4Comparison@PObject@@ABV3@@Z @5949 NONAME ?Compare@H245_VendorIdentification@@UBE?AW4Comparison@PObject@@ABV3@@Z @5950 NONAME ?Compare@H245_VideoIndicateCompose@@UBE?AW4Comparison@PObject@@ABV3@@Z @5951 NONAME ?Compare@H248_ActionReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @16090 NONAME ?Compare@H248_ActionRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @16091 NONAME ?Compare@H248_AmmRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @16092 NONAME ?Compare@H248_AmmsReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @16093 NONAME ?Compare@H248_AuditDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16094 NONAME ?Compare@H248_AuditRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @16095 NONAME ?Compare@H248_AuditResult@@UBE?AW4Comparison@PObject@@ABV3@@Z @16096 NONAME ?Compare@H248_AuthenticationHeader@@UBE?AW4Comparison@PObject@@ABV3@@Z @16097 NONAME ?Compare@H248_CommandRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @16098 NONAME ?Compare@H248_ContextAttrAuditRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @16099 NONAME ?Compare@H248_ContextRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @16100 NONAME ?Compare@H248_DigitMapDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16101 NONAME ?Compare@H248_DigitMapValue@@UBE?AW4Comparison@PObject@@ABV3@@Z @16102 NONAME ?Compare@H248_DomainName@@UBE?AW4Comparison@PObject@@ABV3@@Z @16103 NONAME ?Compare@H248_ErrorDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16104 NONAME ?Compare@H248_EventParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @16105 NONAME ?Compare@H248_EventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16106 NONAME ?Compare@H248_EventSpec@@UBE?AW4Comparison@PObject@@ABV3@@Z @16107 NONAME ?Compare@H248_H221NonStandard@@UBE?AW4Comparison@PObject@@ABV3@@Z @16108 NONAME ?Compare@H248_IndAudDigitMapDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16109 NONAME ?Compare@H248_IndAudEventBufferDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16110 NONAME ?Compare@H248_IndAudEventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16111 NONAME ?Compare@H248_IndAudLocalControlDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16112 NONAME ?Compare@H248_IndAudLocalRemoteDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16113 NONAME ?Compare@H248_IndAudMediaDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16114 NONAME ?Compare@H248_IndAudPackagesDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16115 NONAME ?Compare@H248_IndAudPropertyParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @16116 NONAME ?Compare@H248_IndAudSeqSigList@@UBE?AW4Comparison@PObject@@ABV3@@Z @16117 NONAME ?Compare@H248_IndAudSignal@@UBE?AW4Comparison@PObject@@ABV3@@Z @16118 NONAME ?Compare@H248_IndAudStatisticsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16119 NONAME ?Compare@H248_IndAudStreamDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16120 NONAME ?Compare@H248_IndAudStreamParms@@UBE?AW4Comparison@PObject@@ABV3@@Z @16121 NONAME ?Compare@H248_IndAudTerminationStateDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16122 NONAME ?Compare@H248_IP4Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @16123 NONAME ?Compare@H248_IP6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @16124 NONAME ?Compare@H248_LocalControlDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16125 NONAME ?Compare@H248_LocalRemoteDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16126 NONAME ?Compare@H248_MediaDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16127 NONAME ?Compare@H248_MegacoMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @16128 NONAME ?Compare@H248_Message@@UBE?AW4Comparison@PObject@@ABV3@@Z @16129 NONAME ?Compare@H248_ModemDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16130 NONAME ?Compare@H248_MuxDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16131 NONAME ?Compare@H248_NonStandardData@@UBE?AW4Comparison@PObject@@ABV3@@Z @16132 NONAME ?Compare@H248_NotifyReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @16133 NONAME ?Compare@H248_NotifyRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @16134 NONAME ?Compare@H248_ObservedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @16135 NONAME ?Compare@H248_ObservedEventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16136 NONAME ?Compare@H248_PackagesItem@@UBE?AW4Comparison@PObject@@ABV3@@Z @16137 NONAME ?Compare@H248_PropertyParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @16138 NONAME ?Compare@H248_RequestedActions@@UBE?AW4Comparison@PObject@@ABV3@@Z @16139 NONAME ?Compare@H248_RequestedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @16140 NONAME ?Compare@H248_SecondEventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16141 NONAME ?Compare@H248_SecondRequestedActions@@UBE?AW4Comparison@PObject@@ABV3@@Z @16142 NONAME ?Compare@H248_SecondRequestedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @16143 NONAME ?Compare@H248_SeqSigList@@UBE?AW4Comparison@PObject@@ABV3@@Z @16144 NONAME ?Compare@H248_ServiceChangeParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @16145 NONAME ?Compare@H248_ServiceChangeProfile@@UBE?AW4Comparison@PObject@@ABV3@@Z @16146 NONAME ?Compare@H248_ServiceChangeReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @16147 NONAME ?Compare@H248_ServiceChangeRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @16148 NONAME ?Compare@H248_ServiceChangeResParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @16149 NONAME ?Compare@H248_Signal@@UBE?AW4Comparison@PObject@@ABV3@@Z @16150 NONAME ?Compare@H248_SigParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @16151 NONAME ?Compare@H248_StatisticsParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @16152 NONAME ?Compare@H248_StreamDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16153 NONAME ?Compare@H248_StreamParms@@UBE?AW4Comparison@PObject@@ABV3@@Z @16154 NONAME ?Compare@H248_SubtractRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @16155 NONAME ?Compare@H248_TerminationID@@UBE?AW4Comparison@PObject@@ABV3@@Z @16156 NONAME ?Compare@H248_TerminationStateDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16157 NONAME ?Compare@H248_TimeNotation@@UBE?AW4Comparison@PObject@@ABV3@@Z @16158 NONAME ?Compare@H248_TopologyRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @16159 NONAME ?Compare@H248_TransactionAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @16160 NONAME ?Compare@H248_TransactionPending@@UBE?AW4Comparison@PObject@@ABV3@@Z @16161 NONAME ?Compare@H248_TransactionReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @16162 NONAME ?Compare@H248_TransactionRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @16163 NONAME ?Compare@H323Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5952 NONAME ?Compare@H323ChannelNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @9304 NONAME ?Compare@H323GatekeeperCall@@UBE?AW4Comparison@PObject@@ABV3@@Z @12827 NONAME ?Compare@H323GenericAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @30643 NONAME ?Compare@H323GenericVideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @30644 NONAME ?Compare@H323GSMPluginCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @28283 NONAME ?Compare@H323H261PluginCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @28284 NONAME ?Compare@H323NonStandardAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @9406 NONAME ?Compare@H323NonStandardDataCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @9407 NONAME ?Compare@H323NonStandardVideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @9408 NONAME ?Compare@H323PeerElementDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @18042 NONAME ?Compare@H323PeerElementServiceRelationship@@UBE?AW4Comparison@PObject@@ABV3@@Z @18043 NONAME ?Compare@H323PluginG7231Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @28285 NONAME ?Compare@H323RegisteredEndPoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @12828 NONAME ?Compare@H323_H261Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @9159 NONAME ?Compare@H323_LIDCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @14390 NONAME ?Compare@H323_T38Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @12829 NONAME ?Compare@H45010_CfbOvrOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10742 NONAME ?Compare@H45010_CoReqOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10743 NONAME ?Compare@H45010_RUAlertOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10744 NONAME ?Compare@H45011_CIFrcRelArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10745 NONAME ?Compare@H45011_CIFrcRelOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @10746 NONAME ?Compare@H45011_CIGetCIPLOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10747 NONAME ?Compare@H45011_CIGetCIPLRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @10748 NONAME ?Compare@H45011_CIIsOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10749 NONAME ?Compare@H45011_CIIsOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @10750 NONAME ?Compare@H45011_CINotificationArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10751 NONAME ?Compare@H45011_CIRequestArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10752 NONAME ?Compare@H45011_CIRequestRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @10753 NONAME ?Compare@H45011_CISilentArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10754 NONAME ?Compare@H45011_CISilentOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @10755 NONAME ?Compare@H45011_CIWobOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10756 NONAME ?Compare@H45011_CIWobOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @10757 NONAME ?Compare@H4501_Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @10052 NONAME ?Compare@H4501_AddressScreened@@UBE?AW4Comparison@PObject@@ABV3@@Z @10053 NONAME ?Compare@H4501_EndpointAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10054 NONAME ?Compare@H4501_Extension@@UBE?AW4Comparison@PObject@@ABV3@@Z @10055 NONAME ?Compare@H4501_NetworkFacilityExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @10056 NONAME ?Compare@H4501_NumberScreened@@UBE?AW4Comparison@PObject@@ABV3@@Z @10057 NONAME ?Compare@H4501_SupplementaryService@@UBE?AW4Comparison@PObject@@ABV3@@Z @10058 NONAME ?Compare@H4501_UserSpecifiedSubaddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10059 NONAME ?Compare@H4502_CTActiveArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10060 NONAME ?Compare@H4502_CTCompleteArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10061 NONAME ?Compare@H4502_CTIdentifyRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @10062 NONAME ?Compare@H4502_CTInitiateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10063 NONAME ?Compare@H4502_CTSetupArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10064 NONAME ?Compare@H4502_CTUpdateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10065 NONAME ?Compare@H4502_SubaddressTransferArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10066 NONAME ?Compare@H4503_IntResult@@UBE?AW4Comparison@PObject@@ABV3@@Z @10331 NONAME ?Compare@H4504_Extension@@UBE?AW4Comparison@PObject@@ABV3@@Z @10238 NONAME ?Compare@H4504_HoldNotificArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10239 NONAME ?Compare@H4504_RemoteHoldArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10240 NONAME ?Compare@H4504_RemoteHoldRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @10241 NONAME ?Compare@H4504_RemoteRetrieveArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10242 NONAME ?Compare@H4504_RemoteRetrieveRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @10243 NONAME ?Compare@H4504_RetrieveNotificArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10244 NONAME ?Compare@H4505_CpickupNotifyArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10758 NONAME ?Compare@H4505_CpNotifyArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10759 NONAME ?Compare@H4505_CpRequestArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10760 NONAME ?Compare@H4505_CpRequestRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @10761 NONAME ?Compare@H4505_CpSetupArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10762 NONAME ?Compare@H4505_CpSetupRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @10763 NONAME ?Compare@H4505_GroupIndicationOffArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10764 NONAME ?Compare@H4505_GroupIndicationOffRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @10765 NONAME ?Compare@H4505_GroupIndicationOnArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10766 NONAME ?Compare@H4505_GroupIndicationOnRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @10767 NONAME ?Compare@H4505_PickExeArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10768 NONAME ?Compare@H4505_PickExeRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @10769 NONAME ?Compare@H4505_PickrequArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10770 NONAME ?Compare@H4505_PickrequRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @10771 NONAME ?Compare@H4505_PickupArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10772 NONAME ?Compare@H4505_PickupRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @10773 NONAME ?Compare@H4506_CallWaitingArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10774 NONAME ?Compare@H4507_MWIActivateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10775 NONAME ?Compare@H4507_MWIDeactivateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10776 NONAME ?Compare@H4507_MWIInterrogateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10777 NONAME ?Compare@H4507_MWIInterrogateResElt@@UBE?AW4Comparison@PObject@@ABV3@@Z @10778 NONAME ?Compare@H4509_CcLongArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10779 NONAME ?Compare@H4509_CcRequestArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10780 NONAME ?Compare@H4509_CcRequestRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @10781 NONAME ?Compare@H4509_CcShortArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10782 NONAME ?Compare@H501_AccessConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @17418 NONAME ?Compare@H501_AccessRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @17419 NONAME ?Compare@H501_AccessRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @17420 NONAME ?Compare@H501_AddressTemplate@@UBE?AW4Comparison@PObject@@ABV3@@Z @17421 NONAME ?Compare@H501_AlternatePE@@UBE?AW4Comparison@PObject@@ABV3@@Z @17422 NONAME ?Compare@H501_AlternatePEInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @17423 NONAME ?Compare@H501_AuthenticationRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @17424 NONAME ?Compare@H501_AuthenticationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @17425 NONAME ?Compare@H501_CallInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @17426 NONAME ?Compare@H501_ContactInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @17427 NONAME ?Compare@H501_Descriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @17428 NONAME ?Compare@H501_DescriptorConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @17429 NONAME ?Compare@H501_DescriptorIDConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @17430 NONAME ?Compare@H501_DescriptorIDRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @17431 NONAME ?Compare@H501_DescriptorInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @17432 NONAME ?Compare@H501_DescriptorRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @17433 NONAME ?Compare@H501_DescriptorRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @17434 NONAME ?Compare@H501_DescriptorUpdate@@UBE?AW4Comparison@PObject@@ABV3@@Z @17435 NONAME ?Compare@H501_Message@@UBE?AW4Comparison@PObject@@ABV3@@Z @17436 NONAME ?Compare@H501_MessageCommonInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @17437 NONAME ?Compare@H501_NonStandardRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @17438 NONAME ?Compare@H501_PartyInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @17439 NONAME ?Compare@H501_Pattern_range@@UBE?AW4Comparison@PObject@@ABV3@@Z @17440 NONAME ?Compare@H501_PriceElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @17441 NONAME ?Compare@H501_PriceInfoSpec@@UBE?AW4Comparison@PObject@@ABV3@@Z @17442 NONAME ?Compare@H501_RequestInProgress@@UBE?AW4Comparison@PObject@@ABV3@@Z @17443 NONAME ?Compare@H501_RouteInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @17444 NONAME ?Compare@H501_SecurityMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @17445 NONAME ?Compare@H501_ServiceConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @17446 NONAME ?Compare@H501_ServiceRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @17447 NONAME ?Compare@H501_ServiceRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @17448 NONAME ?Compare@H501_ServiceRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @17449 NONAME ?Compare@H501_TerminationCause@@UBE?AW4Comparison@PObject@@ABV3@@Z @17450 NONAME ?Compare@H501_UnknownMessageResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @17451 NONAME ?Compare@H501_UpdateInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @17452 NONAME ?Compare@H501_UsageField@@UBE?AW4Comparison@PObject@@ABV3@@Z @17453 NONAME ?Compare@H501_UsageIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @17454 NONAME ?Compare@H501_UsageIndicationRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @17455 NONAME ?Compare@H501_UsageRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @17456 NONAME ?Compare@H501_UsageRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @17457 NONAME ?Compare@H501_UsageSpecification@@UBE?AW4Comparison@PObject@@ABV3@@Z @17458 NONAME ?Compare@H501_UsageSpecification_when@@UBE?AW4Comparison@PObject@@ABV3@@Z @17459 NONAME ?Compare@H501_UserInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @17460 NONAME ?Compare@H501_ValidationConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @17461 NONAME ?Compare@H501_ValidationRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @17462 NONAME ?Compare@H501_ValidationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @17463 NONAME ?Compare@MCS_AUcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @5968 NONAME ?Compare@MCS_CAin@@UBE?AW4Comparison@PObject@@ABV3@@Z @5969 NONAME ?Compare@MCS_CArq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5970 NONAME ?Compare@MCS_CCcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @5971 NONAME ?Compare@MCS_CCrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5972 NONAME ?Compare@MCS_CDin@@UBE?AW4Comparison@PObject@@ABV3@@Z @5973 NONAME ?Compare@MCS_CDrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5974 NONAME ?Compare@MCS_CEin@@UBE?AW4Comparison@PObject@@ABV3@@Z @5975 NONAME ?Compare@MCS_CErq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5976 NONAME ?Compare@MCS_ChannelAttributes_assigned@@UBE?AW4Comparison@PObject@@ABV3@@Z @5977 NONAME ?Compare@MCS_ChannelAttributes_private@@UBE?AW4Comparison@PObject@@ABV3@@Z @5978 NONAME ?Compare@MCS_ChannelAttributes_static@@UBE?AW4Comparison@PObject@@ABV3@@Z @5979 NONAME ?Compare@MCS_ChannelAttributes_userId@@UBE?AW4Comparison@PObject@@ABV3@@Z @5980 NONAME ?Compare@MCS_CJcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @5981 NONAME ?Compare@MCS_CJrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5982 NONAME ?Compare@MCS_CLrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5983 NONAME ?Compare@MCS_Connect_Additional@@UBE?AW4Comparison@PObject@@ABV3@@Z @5984 NONAME ?Compare@MCS_Connect_Initial@@UBE?AW4Comparison@PObject@@ABV3@@Z @5985 NONAME ?Compare@MCS_Connect_Response@@UBE?AW4Comparison@PObject@@ABV3@@Z @5986 NONAME ?Compare@MCS_Connect_Result@@UBE?AW4Comparison@PObject@@ABV3@@Z @5987 NONAME ?Compare@MCS_DomainParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5988 NONAME ?Compare@MCS_DPum@@UBE?AW4Comparison@PObject@@ABV3@@Z @5989 NONAME ?Compare@MCS_DUin@@UBE?AW4Comparison@PObject@@ABV3@@Z @5990 NONAME ?Compare@MCS_DUrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5991 NONAME ?Compare@MCS_EDrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5992 NONAME ?Compare@MCS_MCcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @5993 NONAME ?Compare@MCS_MCrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5994 NONAME ?Compare@MCS_MTcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @5995 NONAME ?Compare@MCS_MTrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5996 NONAME ?Compare@MCS_PCin@@UBE?AW4Comparison@PObject@@ABV3@@Z @5997 NONAME ?Compare@MCS_PDin@@UBE?AW4Comparison@PObject@@ABV3@@Z @5998 NONAME ?Compare@MCS_PTin@@UBE?AW4Comparison@PObject@@ABV3@@Z @5999 NONAME ?Compare@MCS_RJum@@UBE?AW4Comparison@PObject@@ABV3@@Z @6000 NONAME ?Compare@MCS_SDin@@UBE?AW4Comparison@PObject@@ABV3@@Z @6001 NONAME ?Compare@MCS_SDrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6002 NONAME ?Compare@MCS_TGcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @6003 NONAME ?Compare@MCS_TGrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6004 NONAME ?Compare@MCS_TIcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @6005 NONAME ?Compare@MCS_TIrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6006 NONAME ?Compare@MCS_TokenAttributes_given@@UBE?AW4Comparison@PObject@@ABV3@@Z @6007 NONAME ?Compare@MCS_TokenAttributes_giving@@UBE?AW4Comparison@PObject@@ABV3@@Z @6008 NONAME ?Compare@MCS_TokenAttributes_grabbed@@UBE?AW4Comparison@PObject@@ABV3@@Z @6009 NONAME ?Compare@MCS_TokenAttributes_inhibited@@UBE?AW4Comparison@PObject@@ABV3@@Z @6010 NONAME ?Compare@MCS_TokenAttributes_ungivable@@UBE?AW4Comparison@PObject@@ABV3@@Z @6011 NONAME ?Compare@MCS_TPin@@UBE?AW4Comparison@PObject@@ABV3@@Z @6012 NONAME ?Compare@MCS_TPrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6013 NONAME ?Compare@MCS_TRcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @6014 NONAME ?Compare@MCS_TRrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6015 NONAME ?Compare@MCS_TTcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @6016 NONAME ?Compare@MCS_TTrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6017 NONAME ?Compare@MCS_TVcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @6018 NONAME ?Compare@MCS_TVin@@UBE?AW4Comparison@PObject@@ABV3@@Z @6019 NONAME ?Compare@MCS_TVrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6020 NONAME ?Compare@MCS_TVrs@@UBE?AW4Comparison@PObject@@ABV3@@Z @6021 NONAME ?Compare@MCS_USin@@UBE?AW4Comparison@PObject@@ABV3@@Z @6022 NONAME ?Compare@MCS_USrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6023 NONAME ?Compare@T38_Data_Field_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @12682 NONAME ?Compare@T38_IFPPacket@@UBE?AW4Comparison@PObject@@ABV3@@Z @12683 NONAME ?Compare@T38_PreCorrigendum_Data_Field_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @15130 NONAME ?Compare@T38_PreCorrigendum_IFPPacket@@UBE?AW4Comparison@PObject@@ABV3@@Z @15131 NONAME ?Compare@T38_UDPTLPacket@@UBE?AW4Comparison@PObject@@ABV3@@Z @12684 NONAME ?Compare@T38_UDPTLPacket_error_recovery_fec_info@@UBE?AW4Comparison@PObject@@ABV3@@Z @12685 NONAME ?Compare@X880_Invoke@@UBE?AW4Comparison@PObject@@ABV3@@Z @10067 NONAME ?Compare@X880_Reject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10068 NONAME ?Compare@X880_ReturnError@@UBE?AW4Comparison@PObject@@ABV3@@Z @10069 NONAME ?Compare@X880_ReturnResult@@UBE?AW4Comparison@PObject@@ABV3@@Z @10070 NONAME ?Compare@X880_ReturnResult_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @10071 NONAME ?CompareData@H323NonStandardCapabilityInfo@@IBE?AW4Comparison@PObject@@ABVPBYTEArray@@@Z @9409 NONAME ?CompareInfo@H323GenericCapabilityInfo@@IBE?AW4Comparison@PObject@@ABV1@@Z @30645 NONAME ?CompareInfo@H323NonStandardCapabilityInfo@@IBE?AW4Comparison@PObject@@ABV1@@Z @9410 NONAME ?CompareObjectMemoryDirect@?$PArray@V?$PList@VH323Capability@@@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @6024 NONAME ?CompareObjectMemoryDirect@?$PArray@VH323SimultaneousCapabilities@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @6025 NONAME ?CompareObjectMemoryDirect@?$PArray@VH323TransportAddress@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18186 NONAME ?CompareObjectMemoryDirect@?$PArray@VReceiverReport@RTP_Session@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @8928 NONAME ?CompareObjectMemoryDirect@?$PArray@VSourceDescription@RTP_Session@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @8929 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @6027 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @16164 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @13163 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @6028 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18187 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @6029 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPString@@VH323Connection@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @6030 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @12831 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPString@@VPOrdinalKey@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18254 NONAME ?CompareObjectMemoryDirect@?$PList@VH245_GenericParameter@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @30646 NONAME ?CompareObjectMemoryDirect@?$PList@VH323Capability@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @6031 NONAME ?CompareObjectMemoryDirect@?$PList@VH323Channel@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @6032 NONAME ?CompareObjectMemoryDirect@?$PList@VH323GatekeeperListener@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @12832 NONAME ?CompareObjectMemoryDirect@?$PList@VH323Listener@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @6034 NONAME ?CompareObjectMemoryDirect@?$PList@VH323Transactor@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @17464 NONAME ?CompareObjectMemoryDirect@?$PList@VH450xHandler@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @13164 NONAME ?CompareObjectMemoryDirect@?$PList@VOpalMediaFormat@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @9438 NONAME ?CompareObjectMemoryDirect@?$PList@VPBYTEArray@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @16525 NONAME ?CompareObjectMemoryDirect@?$POrdinalDictionary@VPString@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @16165 NONAME ?CompareObjectMemoryDirect@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @15059 NONAME ?CompareObjectMemoryDirect@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18044 NONAME ?CompareObjectMemoryDirect@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18045 NONAME ?CompareObjectMemoryDirect@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @15060 NONAME ?CompareObjectMemoryDirect@?$PSafePtr@VH323GatekeeperCall@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @14090 NONAME ?CompareObjectMemoryDirect@?$PSafePtr@VH323PeerElementDescriptor@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18046 NONAME ?CompareObjectMemoryDirect@?$PSafePtr@VH323PeerElementServiceRelationship@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18047 NONAME ?CompareObjectMemoryDirect@?$PSafePtr@VH323RegisteredEndPoint@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @14091 NONAME ?CompareObjectMemoryDirect@?$PSet@VPOrdinalKey@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18255 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @14408 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VH225_AliasAddress@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18386 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VH323GatekeeperCall@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @12833 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VH323PeerElementDescriptor@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18048 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VH323PeerElementServiceRelationship@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18049 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VResponse@H323Transactor@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18188 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VSRVRecord@PDNS@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @30647 NONAME ?CompareObjectMemoryDirect@AlternateInfo@H323Gatekeeper@@UBE?AW4Comparison@PObject@@ABV4@@Z @14409 NONAME ?CompareObjectMemoryDirect@ByteQueue@OpalVoipBlasterDevice@@UBE?AW4Comparison@PObject@@ABV4@@Z @13670 NONAME ?CompareObjectMemoryDirect@FilterInfo@H323Codec@@UBE?AW4Comparison@PObject@@ABV4@@Z @13830 NONAME ?CompareObjectMemoryDirect@G7231_File_Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @14573 NONAME ?CompareObjectMemoryDirect@G7231_File_Codec@@UBE?AW4Comparison@PObject@@ABV3@@Z @14574 NONAME ?CompareObjectMemoryDirect@H225CallThread@@UBE?AW4Comparison@PObject@@ABV3@@Z @6035 NONAME ?CompareObjectMemoryDirect@H225TransportThread@@UBE?AW4Comparison@PObject@@ABV3@@Z @6037 NONAME ?CompareObjectMemoryDirect@H225_RAS@@UBE?AW4Comparison@PObject@@ABV3@@Z @12499 NONAME ?CompareObjectMemoryDirect@H235AuthCAT@@UBE?AW4Comparison@PObject@@ABV3@@Z @16735 NONAME ?CompareObjectMemoryDirect@H235Authenticator@@UBE?AW4Comparison@PObject@@ABV3@@Z @13060 NONAME ?CompareObjectMemoryDirect@H235Authenticators@@UBE?AW4Comparison@PObject@@ABV3@@Z @14776 NONAME ?CompareObjectMemoryDirect@H235AuthProcedure1@@UBE?AW4Comparison@PObject@@ABV3@@Z @13061 NONAME ?CompareObjectMemoryDirect@H235AuthSimpleMD5@@UBE?AW4Comparison@PObject@@ABV3@@Z @13062 NONAME ?CompareObjectMemoryDirect@H245NegLogicalChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @6038 NONAME ?CompareObjectMemoryDirect@H245NegLogicalChannels@@UBE?AW4Comparison@PObject@@ABV3@@Z @6039 NONAME ?CompareObjectMemoryDirect@H245NegMasterSlaveDetermination@@UBE?AW4Comparison@PObject@@ABV3@@Z @6040 NONAME ?CompareObjectMemoryDirect@H245Negotiator@@UBE?AW4Comparison@PObject@@ABV3@@Z @6041 NONAME ?CompareObjectMemoryDirect@H245NegRequestMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6042 NONAME ?CompareObjectMemoryDirect@H245NegRoundTripDelay@@UBE?AW4Comparison@PObject@@ABV3@@Z @6043 NONAME ?CompareObjectMemoryDirect@H245NegTerminalCapabilitySet@@UBE?AW4Comparison@PObject@@ABV3@@Z @6044 NONAME ?CompareObjectMemoryDirect@H245TransportThread@@UBE?AW4Comparison@PObject@@ABV3@@Z @6045 NONAME ?CompareObjectMemoryDirect@H323AudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6046 NONAME ?CompareObjectMemoryDirect@H323AudioCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @6047 NONAME ?CompareObjectMemoryDirect@H323BidirectionalChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @6048 NONAME ?CompareObjectMemoryDirect@H323CallCreditServiceControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @16166 NONAME ?CompareObjectMemoryDirect@H323Capabilities@@UBE?AW4Comparison@PObject@@ABV3@@Z @9027 NONAME ?CompareObjectMemoryDirect@H323CapabilitiesSet@@UBE?AW4Comparison@PObject@@ABV3@@Z @9028 NONAME ?CompareObjectMemoryDirect@H323Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6049 NONAME ?CompareObjectMemoryDirect@H323Channel@@UBE?AW4Comparison@PObject@@ABV3@@Z @6051 NONAME ?CompareObjectMemoryDirect@H323ChannelNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @6052 NONAME ?CompareObjectMemoryDirect@H323Codec@@UBE?AW4Comparison@PObject@@ABV3@@Z @6053 NONAME ?CompareObjectMemoryDirect@H323CodecPluginGenericAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @30648 NONAME ?CompareObjectMemoryDirect@H323CodecPluginNonStandardAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @28286 NONAME ?CompareObjectMemoryDirect@H323Connection@@UBE?AW4Comparison@PObject@@ABV3@@Z @6054 NONAME ?CompareObjectMemoryDirect@H323ConnectionsCleaner@@UBE?AW4Comparison@PObject@@ABV3@@Z @6055 NONAME ?CompareObjectMemoryDirect@H323ControlPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @6056 NONAME ?CompareObjectMemoryDirect@H323DataCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6057 NONAME ?CompareObjectMemoryDirect@H323DataChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @12686 NONAME ?CompareObjectMemoryDirect@H323DynaLink@@UBE?AW4Comparison@PObject@@ABV3@@Z @28627 NONAME ?CompareObjectMemoryDirect@H323EndPoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @6058 NONAME ?CompareObjectMemoryDirect@H323FramedAudioCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @6059 NONAME ?CompareObjectMemoryDirect@H323Gatekeeper@@UBE?AW4Comparison@PObject@@ABV3@@Z @6060 NONAME ?CompareObjectMemoryDirect@H323GatekeeperARQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @13462 NONAME ?CompareObjectMemoryDirect@H323GatekeeperBRQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @13463 NONAME ?CompareObjectMemoryDirect@H323GatekeeperCall@@UBE?AW4Comparison@PObject@@ABV3@@Z @12835 NONAME ?CompareObjectMemoryDirect@H323GatekeeperDRQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @13464 NONAME ?CompareObjectMemoryDirect@H323GatekeeperGRQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @13465 NONAME ?CompareObjectMemoryDirect@H323GatekeeperIRR@@UBE?AW4Comparison@PObject@@ABV3@@Z @14259 NONAME ?CompareObjectMemoryDirect@H323GatekeeperListener@@UBE?AW4Comparison@PObject@@ABV3@@Z @12836 NONAME ?CompareObjectMemoryDirect@H323GatekeeperLRQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @13466 NONAME ?CompareObjectMemoryDirect@H323GatekeeperRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @13467 NONAME ?CompareObjectMemoryDirect@H323GatekeeperRRQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @13468 NONAME ?CompareObjectMemoryDirect@H323GatekeeperServer@@UBE?AW4Comparison@PObject@@ABV3@@Z @12837 NONAME ?CompareObjectMemoryDirect@H323GatekeeperURQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @13469 NONAME ?CompareObjectMemoryDirect@H323GenericAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @30649 NONAME ?CompareObjectMemoryDirect@H323GenericVideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @30650 NONAME ?CompareObjectMemoryDirect@H323GSMPluginCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @28287 NONAME ?CompareObjectMemoryDirect@H323H248ServiceControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @16167 NONAME ?CompareObjectMemoryDirect@H323HTTPServiceControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @16168 NONAME ?CompareObjectMemoryDirect@H323Listener@@UBE?AW4Comparison@PObject@@ABV3@@Z @6062 NONAME ?CompareObjectMemoryDirect@H323ListenerTCP@@UBE?AW4Comparison@PObject@@ABV3@@Z @6063 NONAME ?CompareObjectMemoryDirect@H323LogicalChannelThread@@UBE?AW4Comparison@PObject@@ABV3@@Z @6064 NONAME ?CompareObjectMemoryDirect@H323NonStandardAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6065 NONAME ?CompareObjectMemoryDirect@H323NonStandardDataCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6066 NONAME ?CompareObjectMemoryDirect@H323NonStandardVideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6067 NONAME ?CompareObjectMemoryDirect@H323PeerElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @17465 NONAME ?CompareObjectMemoryDirect@H323PeerElementDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @18050 NONAME ?CompareObjectMemoryDirect@H323PeerElementServiceRelationship@@UBE?AW4Comparison@PObject@@ABV3@@Z @18051 NONAME ?CompareObjectMemoryDirect@H323PluginCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @28290 NONAME ?CompareObjectMemoryDirect@H323PluginCodecManager@@UBE?AW4Comparison@PObject@@ABV3@@Z @28689 NONAME ?CompareObjectMemoryDirect@H323PluginFramedAudioCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @28667 NONAME ?CompareObjectMemoryDirect@H323PluginG7231Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @28291 NONAME ?CompareObjectMemoryDirect@H323PluginVideoCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @28292 NONAME ?CompareObjectMemoryDirect@H323RasPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @6068 NONAME ?CompareObjectMemoryDirect@H323RealTimeCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6069 NONAME ?CompareObjectMemoryDirect@H323RegisteredEndPoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @12838 NONAME ?CompareObjectMemoryDirect@H323ServiceControlSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @16169 NONAME ?CompareObjectMemoryDirect@H323SignalPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @6070 NONAME ?CompareObjectMemoryDirect@H323SimultaneousCapabilities@@UBE?AW4Comparison@PObject@@ABV3@@Z @6071 NONAME ?CompareObjectMemoryDirect@H323StreamedAudioCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @6072 NONAME ?CompareObjectMemoryDirect@H323StreamedPluginAudioCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @28668 NONAME ?CompareObjectMemoryDirect@H323Transaction@@UBE?AW4Comparison@PObject@@ABV3@@Z @18387 NONAME ?CompareObjectMemoryDirect@H323TransactionServer@@UBE?AW4Comparison@PObject@@ABV3@@Z @17467 NONAME ?CompareObjectMemoryDirect@H323Transactor@@UBE?AW4Comparison@PObject@@ABV3@@Z @17468 NONAME ?CompareObjectMemoryDirect@H323Transport@@UBE?AW4Comparison@PObject@@ABV3@@Z @6073 NONAME ?CompareObjectMemoryDirect@H323TransportAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @6074 NONAME ?CompareObjectMemoryDirect@H323TransportAddressArray@@UBE?AW4Comparison@PObject@@ABV3@@Z @14754 NONAME ?CompareObjectMemoryDirect@H323TransportIP@@UBE?AW4Comparison@PObject@@ABV3@@Z @6075 NONAME ?CompareObjectMemoryDirect@H323TransportTCP@@UBE?AW4Comparison@PObject@@ABV3@@Z @6076 NONAME ?CompareObjectMemoryDirect@H323TransportUDP@@UBE?AW4Comparison@PObject@@ABV3@@Z @6077 NONAME ?CompareObjectMemoryDirect@H323UnidirectionalChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @6078 NONAME ?CompareObjectMemoryDirect@H323VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6079 NONAME ?CompareObjectMemoryDirect@H323VideoCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @6080 NONAME ?CompareObjectMemoryDirect@H323_ALawCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @6085 NONAME ?CompareObjectMemoryDirect@H323_AnnexG@@UBE?AW4Comparison@PObject@@ABV3@@Z @17469 NONAME ?CompareObjectMemoryDirect@H323_CiscoG7231aLIDCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @14695 NONAME ?CompareObjectMemoryDirect@H323_ExternalRTPChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @13587 NONAME ?CompareObjectMemoryDirect@H323_G711Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6086 NONAME ?CompareObjectMemoryDirect@H323_H261Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6089 NONAME ?CompareObjectMemoryDirect@H323_H261Codec@@UBE?AW4Comparison@PObject@@ABV3@@Z @6090 NONAME ?CompareObjectMemoryDirect@H323_LIDCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6091 NONAME ?CompareObjectMemoryDirect@H323_LIDCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @6092 NONAME ?CompareObjectMemoryDirect@H323_muLawCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @6093 NONAME ?CompareObjectMemoryDirect@H323_RealTimeChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @13588 NONAME ?CompareObjectMemoryDirect@H323_RTPChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @6094 NONAME ?CompareObjectMemoryDirect@H323_RTP_Session@@UBE?AW4Comparison@PObject@@ABV3@@Z @6095 NONAME ?CompareObjectMemoryDirect@H323_RTP_UDP@@UBE?AW4Comparison@PObject@@ABV3@@Z @6096 NONAME ?CompareObjectMemoryDirect@H323_T120Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6097 NONAME ?CompareObjectMemoryDirect@H323_T120Channel@@UBE?AW4Comparison@PObject@@ABV3@@Z @12687 NONAME ?CompareObjectMemoryDirect@H323_T38Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @12688 NONAME ?CompareObjectMemoryDirect@H323_T38Channel@@UBE?AW4Comparison@PObject@@ABV3@@Z @12689 NONAME ?CompareObjectMemoryDirect@H323_T38NonStandardCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @14191 NONAME ?CompareObjectMemoryDirect@H323_UserInputCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6098 NONAME ?CompareObjectMemoryDirect@H45011Handler@@UBE?AW4Comparison@PObject@@ABV3@@Z @14334 NONAME ?CompareObjectMemoryDirect@H4502Handler@@UBE?AW4Comparison@PObject@@ABV3@@Z @13165 NONAME ?CompareObjectMemoryDirect@H4504Handler@@UBE?AW4Comparison@PObject@@ABV3@@Z @13166 NONAME ?CompareObjectMemoryDirect@H4506Handler@@UBE?AW4Comparison@PObject@@ABV3@@Z @13626 NONAME ?CompareObjectMemoryDirect@H450xDispatcher@@UBE?AW4Comparison@PObject@@ABV3@@Z @13167 NONAME ?CompareObjectMemoryDirect@H450xHandler@@UBE?AW4Comparison@PObject@@ABV3@@Z @13168 NONAME ?CompareObjectMemoryDirect@H501AccessRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @18388 NONAME ?CompareObjectMemoryDirect@H501DescriptorUpdate@@UBE?AW4Comparison@PObject@@ABV3@@Z @18389 NONAME ?CompareObjectMemoryDirect@H501PDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @17471 NONAME ?CompareObjectMemoryDirect@H501ServiceRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @18390 NONAME ?CompareObjectMemoryDirect@H501Transaction@@UBE?AW4Comparison@PObject@@ABV3@@Z @18391 NONAME ?CompareObjectMemoryDirect@HIDPluginDeviceManager@@UBE?AW4Comparison@PObject@@ABV3@@Z @30651 NONAME ?CompareObjectMemoryDirect@MXRecordList@PDNS@@UBE?AW4Comparison@PObject@@ABV4@@Z @30652 NONAME ?CompareObjectMemoryDirect@OpalG711ALaw64k_Decoder@@UBE?AW4Comparison@PObject@@ABV3@@Z @29817 NONAME ?CompareObjectMemoryDirect@OpalG711ALaw64k_Encoder@@UBE?AW4Comparison@PObject@@ABV3@@Z @29818 NONAME ?CompareObjectMemoryDirect@OpalG711uLaw64k_Decoder@@UBE?AW4Comparison@PObject@@ABV3@@Z @29819 NONAME ?CompareObjectMemoryDirect@OpalG711uLaw64k_Encoder@@UBE?AW4Comparison@PObject@@ABV3@@Z @29820 NONAME ?CompareObjectMemoryDirect@OpalGloballyUniqueID@@UBE?AW4Comparison@PObject@@ABV3@@Z @9542 NONAME ?CompareObjectMemoryDirect@OpalIxJDevice@@UBE?AW4Comparison@PObject@@ABV3@@Z @6099 NONAME ?CompareObjectMemoryDirect@OpalLineChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @6100 NONAME ?CompareObjectMemoryDirect@OpalLineInterfaceDevice@@UBE?AW4Comparison@PObject@@ABV3@@Z @6101 NONAME ?CompareObjectMemoryDirect@OpalMediaFormat@@UBE?AW4Comparison@PObject@@ABV3@@Z @9439 NONAME ?CompareObjectMemoryDirect@OpalPluginCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @29821 NONAME ?CompareObjectMemoryDirect@OpalRFC2833@@UBE?AW4Comparison@PObject@@ABV3@@Z @13805 NONAME ?CompareObjectMemoryDirect@OpalRFC2833Info@@UBE?AW4Comparison@PObject@@ABV3@@Z @13806 NONAME ?CompareObjectMemoryDirect@OpalRtpToWavFile@@UBE?AW4Comparison@PObject@@ABV3@@Z @14241 NONAME ?CompareObjectMemoryDirect@OpalT120Protocol@@UBE?AW4Comparison@PObject@@ABV3@@Z @12690 NONAME ?CompareObjectMemoryDirect@OpalT38Protocol@@UBE?AW4Comparison@PObject@@ABV3@@Z @12691 NONAME ?CompareObjectMemoryDirect@OpalUSBDevice@@UBE?AW4Comparison@PObject@@ABV3@@Z @30653 NONAME ?CompareObjectMemoryDirect@OpalVoipBlasterDevice@@UBE?AW4Comparison@PObject@@ABV3@@Z @13671 NONAME ?CompareObjectMemoryDirect@OpalVXMLSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @14581 NONAME ?CompareObjectMemoryDirect@OpalWAVFile@@UBE?AW4Comparison@PObject@@ABV3@@Z @14306 NONAME ?CompareObjectMemoryDirect@PASN_Array@@UBE?AW4Comparison@PObject@@ABV3@@Z @6107 NONAME ?CompareObjectMemoryDirect@PASN_BitString@@UBE?AW4Comparison@PObject@@ABV3@@Z @6108 NONAME ?CompareObjectMemoryDirect@PASN_BMPString@@UBE?AW4Comparison@PObject@@ABV3@@Z @6109 NONAME ?CompareObjectMemoryDirect@PASN_Boolean@@UBE?AW4Comparison@PObject@@ABV3@@Z @6110 NONAME ?CompareObjectMemoryDirect@PASN_Choice@@UBE?AW4Comparison@PObject@@ABV3@@Z @6111 NONAME ?CompareObjectMemoryDirect@PASN_ConstrainedObject@@UBE?AW4Comparison@PObject@@ABV3@@Z @6112 NONAME ?CompareObjectMemoryDirect@PASN_ConstrainedString@@UBE?AW4Comparison@PObject@@ABV3@@Z @6113 NONAME ?CompareObjectMemoryDirect@PASN_Enumeration@@UBE?AW4Comparison@PObject@@ABV3@@Z @6114 NONAME ?CompareObjectMemoryDirect@PASN_GeneralisedTime@@UBE?AW4Comparison@PObject@@ABV3@@Z @10783 NONAME ?CompareObjectMemoryDirect@PASN_GeneralString@@UBE?AW4Comparison@PObject@@ABV3@@Z @12019 NONAME ?CompareObjectMemoryDirect@PASN_IA5String@@UBE?AW4Comparison@PObject@@ABV3@@Z @6115 NONAME ?CompareObjectMemoryDirect@PASN_Integer@@UBE?AW4Comparison@PObject@@ABV3@@Z @6116 NONAME ?CompareObjectMemoryDirect@PASN_Null@@UBE?AW4Comparison@PObject@@ABV3@@Z @6117 NONAME ?CompareObjectMemoryDirect@PASN_NumericString@@UBE?AW4Comparison@PObject@@ABV3@@Z @6118 NONAME ?CompareObjectMemoryDirect@PASN_Object@@UBE?AW4Comparison@PObject@@ABV3@@Z @6119 NONAME ?CompareObjectMemoryDirect@PASN_ObjectId@@UBE?AW4Comparison@PObject@@ABV3@@Z @6120 NONAME ?CompareObjectMemoryDirect@PASN_OctetString@@UBE?AW4Comparison@PObject@@ABV3@@Z @6121 NONAME ?CompareObjectMemoryDirect@PASN_PrintableString@@UBE?AW4Comparison@PObject@@ABV3@@Z @6122 NONAME ?CompareObjectMemoryDirect@PASN_Sequence@@UBE?AW4Comparison@PObject@@ABV3@@Z @6123 NONAME ?CompareObjectMemoryDirect@PASN_Stream@@UBE?AW4Comparison@PObject@@ABV3@@Z @14048 NONAME ?CompareObjectMemoryDirect@PASN_VisibleString@@UBE?AW4Comparison@PObject@@ABV3@@Z @30654 NONAME ?CompareObjectMemoryDirect@PDTMFEncoder@@UBE?AW4Comparison@PObject@@ABV3@@Z @30655 NONAME ?CompareObjectMemoryDirect@PLDAPAttributeBase@@UBE?AW4Comparison@PObject@@ABV3@@Z @18576 NONAME ?CompareObjectMemoryDirect@PLDAPStructBase@@UBE?AW4Comparison@PObject@@ABV3@@Z @18577 NONAME ?CompareObjectMemoryDirect@PluginLoader@@UBE?AW4Comparison@PObject@@ABV3@@Z @30656 NONAME ?CompareObjectMemoryDirect@PPER_Stream@@UBE?AW4Comparison@PObject@@ABV3@@Z @14049 NONAME ?CompareObjectMemoryDirect@Q931@@UBE?AW4Comparison@PObject@@ABV3@@Z @6133 NONAME ?CompareObjectMemoryDirect@ReceiverReport@RTP_Session@@UBE?AW4Comparison@PObject@@ABV4@@Z @8932 NONAME ?CompareObjectMemoryDirect@Request@H323Transactor@@UBE?AW4Comparison@PObject@@ABV4@@Z @18189 NONAME ?CompareObjectMemoryDirect@Response@H323Transactor@@UBE?AW4Comparison@PObject@@ABV4@@Z @18190 NONAME ?CompareObjectMemoryDirect@RTP_ControlFrame@@UBE?AW4Comparison@PObject@@ABV3@@Z @6134 NONAME ?CompareObjectMemoryDirect@RTP_DataFrame@@UBE?AW4Comparison@PObject@@ABV3@@Z @6135 NONAME ?CompareObjectMemoryDirect@RTP_JitterBuffer@@UBE?AW4Comparison@PObject@@ABV3@@Z @6136 NONAME ?CompareObjectMemoryDirect@RTP_QOS@@UBE?AW4Comparison@PObject@@ABV3@@Z @18920 NONAME ?CompareObjectMemoryDirect@RTP_Session@@UBE?AW4Comparison@PObject@@ABV3@@Z @6137 NONAME ?CompareObjectMemoryDirect@RTP_SessionManager@@UBE?AW4Comparison@PObject@@ABV3@@Z @6138 NONAME ?CompareObjectMemoryDirect@RTP_UDP@@UBE?AW4Comparison@PObject@@ABV3@@Z @6139 NONAME ?CompareObjectMemoryDirect@SenderReport@RTP_Session@@UBE?AW4Comparison@PObject@@ABV4@@Z @8933 NONAME ?CompareObjectMemoryDirect@SourceDescription@RTP_Session@@UBE?AW4Comparison@PObject@@ABV4@@Z @8934 NONAME ?CompareObjectMemoryDirect@SRVRecordList@PDNS@@UBE?AW4Comparison@PObject@@ABV4@@Z @30657 NONAME ?CompareObjectMemoryDirect@StringMap@H323GatekeeperServer@@UBE?AW4Comparison@PObject@@ABV4@@Z @15101 NONAME ?CompareObjectMemoryDirect@T120ConnectPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @13856 NONAME ?CompareObjectMemoryDirect@T120_X224@@UBE?AW4Comparison@PObject@@ABV3@@Z @13857 NONAME ?CompareObjectMemoryDirect@VoipBlasterInterface@@UBE?AW4Comparison@PObject@@ABV3@@Z @13672 NONAME ?CompareObjectMemoryDirect@X224@@UBE?AW4Comparison@PObject@@ABV3@@Z @6140 NONAME ?CompareParam@H323NonStandardCapabilityInfo@@IBE?AW4Comparison@PObject@@ABVH245_NonStandardParameter@@@Z @28682 NONAME ?Connect@H323Gatekeeper@@IAEXABVH323TransportAddress@@ABVPString@@@Z @16721 NONAME ?Connect@H323TransportTCP@@UAEHXZ @6141 NONAME ?Connect@H323TransportUDP@@UAEHXZ @6142 NONAME ?ConnectTo@H323Transport@@QAEHABVH323TransportAddress@@@Z @12839 NONAME ?Construct@H323PeerElement@@IAEXXZ @17862 NONAME ?Construct@H323Transactor@@IAEXXZ @18191 NONAME ?Construct@H323_AnnexG@@IAEXXZ @17863 NONAME ?ConsultationTransfer@H323Connection@@QAEXABVPString@@@Z @13888 NONAME ?ConsultationTransfer@H323EndPoint@@QAEXABVPString@@0@Z @13889 NONAME ?ConsultationTransfer@H4502Handler@@QAEXABVPString@@@Z @13890 NONAME ?consume@Encoder@@UAEHPBVVideoFrame@@@Z @6144 NONAME ?consume@H261DCTEncoder@@UAEHPBVVideoFrame@@@Z @6145 NONAME ?consume@H261PixelEncoder@@UAEHPBVVideoFrame@@@Z @6146 NONAME ?Contains@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UAEHABVPString@@@Z @29822 NONAME ?ContainsNonexistent@H323PeerElementDescriptor@@QAEHXZ @18734 NONAME ?Copy@H323Capabilities@@QAEPAVH323Capability@@ABV2@@Z @9164 NONAME ?Copy@PLDAPAttr_c@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18578 NONAME ?Copy@PLDAPAttr_cn@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18579 NONAME ?Copy@PLDAPAttr_comment@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18580 NONAME ?Copy@PLDAPAttr_givenName@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18581 NONAME ?Copy@PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18582 NONAME ?Copy@PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18583 NONAME ?Copy@PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18584 NONAME ?Copy@PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18585 NONAME ?Copy@PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18586 NONAME ?Copy@PLDAPAttr_location@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18587 NONAME ?Copy@PLDAPAttr_o@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18588 NONAME ?Copy@PLDAPAttr_objectClass@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18589 NONAME ?Copy@PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18590 NONAME ?Copy@PLDAPAttr_sappguid@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18591 NONAME ?Copy@PLDAPAttr_sappid@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18592 NONAME ?Copy@PLDAPAttr_sflags@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18593 NONAME ?Copy@PLDAPAttr_sipAddress@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18594 NONAME ?Copy@PLDAPAttr_smimetype@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18595 NONAME ?Copy@PLDAPAttr_smodop@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18596 NONAME ?Copy@PLDAPAttr_sport@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18597 NONAME ?Copy@PLDAPAttr_sprotid@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18598 NONAME ?Copy@PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18599 NONAME ?Copy@PLDAPAttr_ssecurity@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18600 NONAME ?Copy@PLDAPAttr_sttl@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18601 NONAME ?Copy@PLDAPAttr_surname@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18602 NONAME ?Copy@PLDAPAttr_timestamp@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18603 NONAME ?CopyTo@H323PeerElementDescriptor@@QAEXAAVH501_Descriptor@@@Z @18056 NONAME ?CopyToAddressTemplate@H323PeerElementDescriptor@@SAHAAVH501_AddressTemplate@@ABVH225_EndpointType@@ABVH225_ArrayOf_AliasAddress@@2I@Z @18695 NONAME ?Create@?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@MBEPAVH235Authenticator@@ABVPString@@@Z @30658 NONAME ?Create@?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@MBEPAVH235Authenticator@@ABVPString@@@Z @30659 NONAME ?Create@?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@MBEPAVH235Authenticator@@ABVPString@@@Z @30660 NONAME ?Create@?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@MBEPAVPPluginModuleManager@@ABVPString@@@Z @29823 NONAME ?Create@?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @29824 NONAME ?Create@?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @29825 NONAME ?Create@?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @29826 NONAME ?Create@?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @29827 NONAME ?Create@?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @29828 NONAME ?Create@?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @29829 NONAME ?Create@?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @29830 NONAME ?Create@?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @29831 NONAME ?Create@?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @29832 NONAME ?Create@?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @29833 NONAME ?Create@?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @29834 NONAME ?Create@?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @29835 NONAME ?Create@?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @29836 NONAME ?Create@?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @29837 NONAME ?Create@?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @29838 NONAME ?Create@?$Worker@VHIDPluginDeviceManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@MBEPAVPPluginModuleManager@@ABVPString@@@Z @30661 NONAME ?Create@?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @29839 NONAME ?Create@?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @29840 NONAME ?Create@?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @29841 NONAME ?Create@?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @29842 NONAME ?Create@?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @29843 NONAME ?Create@?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @29844 NONAME ?Create@?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @29845 NONAME ?Create@?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @29846 NONAME ?Create@?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @29847 NONAME ?Create@?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @29848 NONAME ?Create@?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @29849 NONAME ?Create@?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @29850 NONAME ?Create@?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @29851 NONAME ?Create@?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @29852 NONAME ?Create@?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @29853 NONAME ?Create@?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @29854 NONAME ?Create@?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@MBEPAVPProcessStartup@@ABVPString@@@Z @30662 NONAME ?Create@?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@MBEPAVPWAVFileConverter@@ABI@Z @29855 NONAME ?Create@?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@MBEPAVPWAVFileConverter@@ABI@Z @29856 NONAME ?Create@H323Capability@@SAPAV1@ABVPString@@@Z @29074 NONAME ?Create@Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@MBEPAVOpalFactoryCodec@@ABVPString@@@Z @29857 NONAME ?Create@Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@MBEPAVOpalFactoryCodec@@ABVPString@@@Z @29858 NONAME ?Create@Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@MBEPAVOpalFactoryCodec@@ABVPString@@@Z @29859 NONAME ?Create@Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@MBEPAVOpalFactoryCodec@@ABVPString@@@Z @29860 NONAME ?Create@Worker@OpalPluginCodecFactory@@MBEPAVOpalFactoryCodec@@ABVPString@@@Z @29861 NONAME ?Create@WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@MBEPAVH235Authenticator@@ABVPString@@@Z @30663 NONAME ?Create@WorkerBase@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @29862 NONAME ?Create@WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@MBEPAVOpalFactoryCodec@@ABVPString@@@Z @29863 NONAME ?Create@WorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@MBEPAVOpalLineInterfaceDevice@@ABVPString@@@Z @30664 NONAME ?Create@WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @29864 NONAME ?Create@WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@MBEPAVPPluginModuleManager@@ABVPString@@@Z @29865 NONAME ?Create@WorkerBase@?$PFactory@VPWAVFileConverter@@I@@MBEPAVPWAVFileConverter@@ABI@Z @29866 NONAME ?CreateAliasKey@H323PeerElement@@MAEPAVAliasKey@1@ABVH225_AliasAddress@@ABVOpalGloballyUniqueID@@HH@Z @18708 NONAME ?CreateAuthenticators@H323EndPoint@@UAE?AVH235Authenticators@@XZ @14777 NONAME ?CreateCall@H323GatekeeperServer@@UAEPAVH323GatekeeperCall@@ABVOpalGloballyUniqueID@@W4Direction@2@@Z @14093 NONAME ?CreateCapability@H323PluginCodecManager@@QAEPAVH323Capability@@ABVPString@@0III@Z @30665 NONAME ?CreateCapabilityAndMediaFormat@H323PluginCodecManager@@IAEXPAUPluginCodec_Definition@@0@Z @29075 NONAME ?CreateChannel@H323RealTimeCapability@@UBEPAVH323Channel@@AAVH323Connection@@W4Directions@2@IPBVH245_H2250LogicalChannelParameters@@@Z @6147 NONAME ?CreateChannel@H323_T120Capability@@UBEPAVH323Channel@@AAVH323Connection@@W4Directions@2@IPBVH245_H2250LogicalChannelParameters@@@Z @6148 NONAME ?CreateChannel@H323_T38Capability@@UBEPAVH323Channel@@AAVH323Connection@@W4Directions@2@IPBVH245_H2250LogicalChannelParameters@@@Z @12692 NONAME ?CreateChannel@H323_T38NonStandardCapability@@UBEPAVH323Channel@@AAVH323Connection@@W4Directions@2@IPBVH245_H2250LogicalChannelParameters@@@Z @14192 NONAME ?CreateChannel@H323_UserInputCapability@@UBEPAVH323Channel@@AAVH323Connection@@W4Directions@2@IPBVH245_H2250LogicalChannelParameters@@@Z @6149 NONAME ?CreateClearToken@H235AuthCAT@@UAEPAVH235_ClearToken@@XZ @16736 NONAME ?CreateClearToken@H235Authenticator@@UAEPAVH235_ClearToken@@XZ @16737 NONAME ?CreateCodec@G7231_File_Capability@@UBEPAVH323Codec@@W4Direction@2@@Z @14588 NONAME ?CreateCodec@H323CodecPluginGenericAudioCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @30666 NONAME ?CreateCodec@H323CodecPluginNonStandardAudioCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @28294 NONAME ?CreateCodec@H323DataCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @6150 NONAME ?CreateCodec@H323PluginCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @28296 NONAME ?CreateCodec@H323PluginCapabilityInfo@@QBEPAVH323Codec@@W4Direction@2@@Z @28297 NONAME ?CreateCodec@H323_CiscoG7231aLIDCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @14697 NONAME ?CreateCodec@H323_G711Capability@@UBEPAVH323Codec@@W4Direction@2@@Z @6153 NONAME ?CreateCodec@H323_H261Capability@@UBEPAVH323Codec@@W4Direction@2@@Z @6155 NONAME ?CreateCodec@H323_LIDCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @6156 NONAME ?CreateCodec@H323_UserInputCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @6157 NONAME ?CreateCompatibleListener@H323TransportAddress@@QBEPAVH323Listener@@AAVH323EndPoint@@@Z @12693 NONAME ?CreateConnection@H323EndPoint@@UAEPAVH323Connection@@I@Z @9337 NONAME ?CreateConnection@H323EndPoint@@UAEPAVH323Connection@@IPAX@Z @9338 NONAME ?CreateConnection@H323EndPoint@@UAEPAVH323Connection@@IPAXPAVH323Transport@@PAVH323SignalPDU@@@Z @12575 NONAME ?CreateControlChannel@H323Transport@@UAEPAV1@AAVH323Connection@@@Z @9287 NONAME ?CreateControlChannel@H323TransportTCP@@UAEPAVH323Transport@@AAVH323Connection@@@Z @9288 NONAME ?CreateCryptoToken@H235Authenticator@@UAEPAVH225_CryptoH323Token@@XZ @16738 NONAME ?CreateCryptoToken@H235AuthProcedure1@@UAEPAVH225_CryptoH323Token@@XZ @16739 NONAME ?CreateCryptoToken@H235AuthSimpleMD5@@UAEPAVH225_CryptoH323Token@@XZ @16740 NONAME ?CreateDescriptor@H323PeerElement@@MAEPAVH323PeerElementDescriptor@@ABVOpalGloballyUniqueID@@@Z @18393 NONAME ?CreateEndPointIdentifier@H323GatekeeperServer@@UAE?AVPString@@XZ @12841 NONAME ?CreateGatekeeper@H323EndPoint@@UAEPAVH323Gatekeeper@@PAVH323Transport@@@Z @6160 NONAME ?CreateHIDDevice@HIDPluginDeviceManager@@QAEXPAUPluginHID_Definition@@@Z @30667 NONAME ?CreateInstance@WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@IAEPAVH235Authenticator@@ABVPString@@@Z @30668 NONAME ?CreateInstance@WorkerBase@?$PFactory@VH323Capability@@VPString@@@@IAEPAVH323Capability@@ABVPString@@@Z @29867 NONAME ?CreateInstance@WorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@IAEPAVH323StaticPluginCodec@@ABVPString@@@Z @29868 NONAME ?CreateInstance@WorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@IAEPAVOpalLineInterfaceDevice@@ABVPString@@@Z @30669 NONAME ?CreateInstance@WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@IAEPAVOpalMediaFormat@@ABVPString@@@Z @29869 NONAME ?CreateInstance_Internal@?$PFactory@VH235Authenticator@@VPString@@@@IAEPAVH235Authenticator@@ABVPString@@@Z @30670 NONAME ?CreateInstance_Internal@?$PFactory@VH323Capability@@VPString@@@@IAEPAVH323Capability@@ABVPString@@@Z @29547 NONAME ?CreateInstance_Internal@?$PFactory@VH323StaticPluginCodec@@VPString@@@@IAEPAVH323StaticPluginCodec@@ABVPString@@@Z @29548 NONAME ?CreateInstance_Internal@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@IAEPAVOpalLineInterfaceDevice@@ABVPString@@@Z @30671 NONAME ?CreateInstance_Internal@?$PFactory@VOpalMediaFormat@@VPString@@@@IAEPAVOpalMediaFormat@@ABVPString@@@Z @29549 NONAME ?CreateListener@H323DataChannel@@UAEHXZ @12694 NONAME ?CreateListener@H323GatekeeperServer@@UAEPAVH323Transactor@@PAVH323Transport@@@Z @17472 NONAME ?CreateListener@H323TransportAddress@@QBEPAVH323Listener@@AAVH323EndPoint@@@Z @9281 NONAME ?CreateListener@H323_T38Channel@@UAEHXZ @12842 NONAME ?CreateLogicalChannel@H323Connection@@UAEPAVH323Channel@@ABVH245_OpenLogicalChannel@@HAAI@Z @9157 NONAME ?CreateObject@GCC_AlternativeNodeID@@UAEHXZ @6162 NONAME ?CreateObject@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@UBEPAVPASN_Object@@XZ @6163 NONAME ?CreateObject@GCC_ApplicationRecord_nonCollapsingCapabilities@@UBEPAVPASN_Object@@XZ @6164 NONAME ?CreateObject@GCC_ArrayOf_ApplicationInvokeSpecifier@@UBEPAVPASN_Object@@XZ @6165 NONAME ?CreateObject@GCC_ArrayOf_ChallengeItem@@UBEPAVPASN_Object@@XZ @6166 NONAME ?CreateObject@GCC_ArrayOf_ConferenceDescriptor@@UBEPAVPASN_Object@@XZ @6167 NONAME ?CreateObject@GCC_ArrayOf_Privilege@@UBEPAVPASN_Object@@XZ @6168 NONAME ?CreateObject@GCC_ArrayOf_TextString@@UBEPAVPASN_Object@@XZ @6169 NONAME ?CreateObject@GCC_ArrayOf_UserID@@UBEPAVPASN_Object@@XZ @6170 NONAME ?CreateObject@GCC_AsymmetryIndicator@@UAEHXZ @6171 NONAME ?CreateObject@GCC_CapabilityClass@@UAEHXZ @6172 NONAME ?CreateObject@GCC_CapabilityID@@UAEHXZ @6173 NONAME ?CreateObject@GCC_ChallengeResponseAlgorithm@@UAEHXZ @6174 NONAME ?CreateObject@GCC_ChallengeResponseItem@@UAEHXZ @6175 NONAME ?CreateObject@GCC_ConferenceNameSelector@@UAEHXZ @6176 NONAME ?CreateObject@GCC_ConferencePriorityScheme@@UAEHXZ @6177 NONAME ?CreateObject@GCC_ConnectGCCPDU@@UAEHXZ @6178 NONAME ?CreateObject@GCC_GCCPDU@@UAEHXZ @6179 NONAME ?CreateObject@GCC_IndicationPDU@@UAEHXZ @6180 NONAME ?CreateObject@GCC_Key@@UAEHXZ @6181 NONAME ?CreateObject@GCC_NetworkAddress@@UBEPAVPASN_Object@@XZ @6182 NONAME ?CreateObject@GCC_NetworkAddress_subtype@@UAEHXZ @6183 NONAME ?CreateObject@GCC_PasswordChallengeRequestResponse@@UAEHXZ @6184 NONAME ?CreateObject@GCC_PasswordSelector@@UAEHXZ @6185 NONAME ?CreateObject@GCC_RegistryEntryOwner@@UAEHXZ @6186 NONAME ?CreateObject@GCC_RegistryItem@@UAEHXZ @6187 NONAME ?CreateObject@GCC_RequestPDU@@UAEHXZ @6188 NONAME ?CreateObject@GCC_ResponsePDU@@UAEHXZ @6189 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation@@UBEPAVPASN_Object@@XZ @6190 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@UAEHXZ @6191 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@UBEPAVPASN_Object@@XZ @6192 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@UAEHXZ @6193 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@UBEPAVPASN_Object@@XZ @6194 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@UBEPAVPASN_Object@@XZ @6195 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@UAEHXZ @6196 NONAME ?CreateObject@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@UAEHXZ @6197 NONAME ?CreateObject@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@UBEPAVPASN_Object@@XZ @6198 NONAME ?CreateObject@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@UBEPAVPASN_Object@@XZ @6199 NONAME ?CreateObject@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@UAEHXZ @6200 NONAME ?CreateObject@GCC_UserData@@UBEPAVPASN_Object@@XZ @6201 NONAME ?CreateObject@H225_AddressPattern@@UAEHXZ @12020 NONAME ?CreateObject@H225_AdmissionConfirm_language@@UBEPAVPASN_Object@@XZ @12021 NONAME ?CreateObject@H225_AdmissionRejectReason@@UAEHXZ @6202 NONAME ?CreateObject@H225_AliasAddress@@UAEHXZ @6203 NONAME ?CreateObject@H225_ANSI_41_UIM_system_id@@UAEHXZ @12022 NONAME ?CreateObject@H225_ArrayOf_AddressPattern@@UBEPAVPASN_Object@@XZ @12023 NONAME ?CreateObject@H225_ArrayOf_AdmissionConfirm@@UBEPAVPASN_Object@@XZ @19322 NONAME ?CreateObject@H225_ArrayOf_AliasAddress@@UBEPAVPASN_Object@@XZ @6204 NONAME ?CreateObject@H225_ArrayOf_AlternateGK@@UBEPAVPASN_Object@@XZ @6205 NONAME ?CreateObject@H225_ArrayOf_AuthenticationMechanism@@UBEPAVPASN_Object@@XZ @6206 NONAME ?CreateObject@H225_ArrayOf_BandwidthDetails@@UBEPAVPASN_Object@@XZ @12024 NONAME ?CreateObject@H225_ArrayOf_CallReferenceValue@@UBEPAVPASN_Object@@XZ @6207 NONAME ?CreateObject@H225_ArrayOf_CallsAvailable@@UBEPAVPASN_Object@@XZ @12025 NONAME ?CreateObject@H225_ArrayOf_ClearToken@@UBEPAVPASN_Object@@XZ @6208 NONAME ?CreateObject@H225_ArrayOf_ConferenceIdentifier@@UBEPAVPASN_Object@@XZ @6209 NONAME ?CreateObject@H225_ArrayOf_ConferenceList@@UBEPAVPASN_Object@@XZ @6210 NONAME ?CreateObject@H225_ArrayOf_CryptoH323Token@@UBEPAVPASN_Object@@XZ @6211 NONAME ?CreateObject@H225_ArrayOf_DataRate@@UBEPAVPASN_Object@@XZ @6212 NONAME ?CreateObject@H225_ArrayOf_Endpoint@@UBEPAVPASN_Object@@XZ @6213 NONAME ?CreateObject@H225_ArrayOf_EnumeratedParameter@@UBEPAVPASN_Object@@XZ @12026 NONAME ?CreateObject@H225_ArrayOf_ExtendedAliasAddress@@UBEPAVPASN_Object@@XZ @12027 NONAME ?CreateObject@H225_ArrayOf_FeatureDescriptor@@UBEPAVPASN_Object@@XZ @12028 NONAME ?CreateObject@H225_ArrayOf_GenericData@@UBEPAVPASN_Object@@XZ @12029 NONAME ?CreateObject@H225_ArrayOf_H245Security@@UBEPAVPASN_Object@@XZ @6214 NONAME ?CreateObject@H225_ArrayOf_H248PackagesDescriptor@@UBEPAVPASN_Object@@XZ @12030 NONAME ?CreateObject@H225_ArrayOf_IntegrityMechanism@@UBEPAVPASN_Object@@XZ @6215 NONAME ?CreateObject@H225_ArrayOf_NonStandardParameter@@UBEPAVPASN_Object@@XZ @6216 NONAME ?CreateObject@H225_ArrayOf_PartyNumber@@UBEPAVPASN_Object@@XZ @12031 NONAME ?CreateObject@H225_ArrayOf_PASN_ObjectId@@UBEPAVPASN_Object@@XZ @6217 NONAME ?CreateObject@H225_ArrayOf_PASN_OctetString@@UBEPAVPASN_Object@@XZ @6218 NONAME ?CreateObject@H225_ArrayOf_RasUsageSpecification@@UBEPAVPASN_Object@@XZ @12032 NONAME ?CreateObject@H225_ArrayOf_RTPSession@@UBEPAVPASN_Object@@XZ @6219 NONAME ?CreateObject@H225_ArrayOf_ServiceControlSession@@UBEPAVPASN_Object@@XZ @12033 NONAME ?CreateObject@H225_ArrayOf_SupportedPrefix@@UBEPAVPASN_Object@@XZ @6220 NONAME ?CreateObject@H225_ArrayOf_SupportedProtocols@@UBEPAVPASN_Object@@XZ @6221 NONAME ?CreateObject@H225_ArrayOf_TransportAddress@@UBEPAVPASN_Object@@XZ @6222 NONAME ?CreateObject@H225_ArrayOf_TransportChannelInfo@@UBEPAVPASN_Object@@XZ @6223 NONAME ?CreateObject@H225_ArrayOf_TunnelledProtocol@@UBEPAVPASN_Object@@XZ @12034 NONAME ?CreateObject@H225_BandRejectReason@@UAEHXZ @6224 NONAME ?CreateObject@H225_CallCreditServiceControl_billingMode@@UAEHXZ @12035 NONAME ?CreateObject@H225_CallCreditServiceControl_callStartingPoint@@UAEHXZ @12036 NONAME ?CreateObject@H225_CallModel@@UAEHXZ @6225 NONAME ?CreateObject@H225_CallTerminationCause@@UAEHXZ @12037 NONAME ?CreateObject@H225_CallType@@UAEHXZ @6226 NONAME ?CreateObject@H225_CicInfo_cic@@UBEPAVPASN_Object@@XZ @12038 NONAME ?CreateObject@H225_Connect_UUIE_language@@UBEPAVPASN_Object@@XZ @12040 NONAME ?CreateObject@H225_Content@@UAEHXZ @12041 NONAME ?CreateObject@H225_CryptoH323Token@@UAEHXZ @6227 NONAME ?CreateObject@H225_DisengageReason@@UAEHXZ @6228 NONAME ?CreateObject@H225_DisengageRejectReason@@UAEHXZ @6229 NONAME ?CreateObject@H225_EncryptIntAlg@@UAEHXZ @6230 NONAME ?CreateObject@H225_FacilityReason@@UAEHXZ @6231 NONAME ?CreateObject@H225_GatekeeperRejectReason@@UAEHXZ @6232 NONAME ?CreateObject@H225_GenericIdentifier@@UAEHXZ @12042 NONAME ?CreateObject@H225_GroupID_member@@UBEPAVPASN_Object@@XZ @12043 NONAME ?CreateObject@H225_H245Security@@UAEHXZ @6233 NONAME ?CreateObject@H225_H323_UU_PDU_h323_message_body@@UAEHXZ @6234 NONAME ?CreateObject@H225_InfoRequestNakReason@@UAEHXZ @6235 NONAME ?CreateObject@H225_InfoRequestResponseStatus@@UAEHXZ @12044 NONAME ?CreateObject@H225_InfoRequestResponse_perCallInfo@@UBEPAVPASN_Object@@XZ @6236 NONAME ?CreateObject@H225_InfoRequestResponse_perCallInfo_subtype_pdu@@UBEPAVPASN_Object@@XZ @6237 NONAME ?CreateObject@H225_IntegrityMechanism@@UAEHXZ @6238 NONAME ?CreateObject@H225_LocationRejectReason@@UAEHXZ @6239 NONAME ?CreateObject@H225_MobileUIM@@UAEHXZ @12045 NONAME ?CreateObject@H225_NonIsoIntegrityMechanism@@UAEHXZ @6240 NONAME ?CreateObject@H225_NonStandardIdentifier@@UAEHXZ @6241 NONAME ?CreateObject@H225_PartyNumber@@UAEHXZ @6242 NONAME ?CreateObject@H225_PresentationIndicator@@UAEHXZ @12046 NONAME ?CreateObject@H225_PrivateTypeOfNumber@@UAEHXZ @6243 NONAME ?CreateObject@H225_PublicTypeOfNumber@@UAEHXZ @6244 NONAME ?CreateObject@H225_RasMessage@@UAEHXZ @6245 NONAME ?CreateObject@H225_RegistrationRejectReason@@UAEHXZ @6246 NONAME ?CreateObject@H225_ReleaseCompleteReason@@UAEHXZ @6247 NONAME ?CreateObject@H225_RTPSession_associatedSessionIds@@UBEPAVPASN_Object@@XZ @6248 NONAME ?CreateObject@H225_ScnConnectionAggregation@@UAEHXZ @12047 NONAME ?CreateObject@H225_ScnConnectionType@@UAEHXZ @12048 NONAME ?CreateObject@H225_SecurityErrors2@@UAEHXZ @19323 NONAME ?CreateObject@H225_SecurityErrors@@UAEHXZ @19324 NONAME ?CreateObject@H225_SecurityServiceMode@@UAEHXZ @6249 NONAME ?CreateObject@H225_ServiceControlDescriptor@@UAEHXZ @12049 NONAME ?CreateObject@H225_ServiceControlResponse_result@@UAEHXZ @12050 NONAME ?CreateObject@H225_ServiceControlSession_reason@@UAEHXZ @12051 NONAME ?CreateObject@H225_Setup_UUIE_conferenceGoal@@UAEHXZ @6250 NONAME ?CreateObject@H225_Setup_UUIE_language@@UBEPAVPASN_Object@@XZ @12052 NONAME ?CreateObject@H225_SupportedProtocols@@UAEHXZ @6251 NONAME ?CreateObject@H225_TransportAddress@@UAEHXZ @6252 NONAME ?CreateObject@H225_TransportAddress_ipSourceRoute_route@@UBEPAVPASN_Object@@XZ @6253 NONAME ?CreateObject@H225_TransportAddress_ipSourceRoute_routing@@UAEHXZ @6254 NONAME ?CreateObject@H225_TransportQOS@@UAEHXZ @6255 NONAME ?CreateObject@H225_TunnelledProtocol_id@@UAEHXZ @12053 NONAME ?CreateObject@H225_UnregRejectReason@@UAEHXZ @6256 NONAME ?CreateObject@H225_UnregRequestReason@@UAEHXZ @6257 NONAME ?CreateObject@H225_UseSpecifiedTransport@@UAEHXZ @12054 NONAME ?CreateObject@H235_AuthenticationBES@@UAEHXZ @12987 NONAME ?CreateObject@H235_AuthenticationMechanism@@UAEHXZ @6258 NONAME ?CreateObject@H235_CryptoToken@@UAEHXZ @6259 NONAME ?CreateObject@H235_ECKASDH@@UAEHXZ @12988 NONAME ?CreateObject@H235_H235Key@@UAEHXZ @6260 NONAME ?CreateObject@H245_AlternativeCapabilitySet@@UBEPAVPASN_Object@@XZ @6261 NONAME ?CreateObject@H245_ArrayOf_AlternativeCapabilitySet@@UBEPAVPASN_Object@@XZ @6262 NONAME ?CreateObject@H245_ArrayOf_BEnhancementParameters@@UBEPAVPASN_Object@@XZ @6263 NONAME ?CreateObject@H245_ArrayOf_CapabilityDescriptor@@UBEPAVPASN_Object@@XZ @6264 NONAME ?CreateObject@H245_ArrayOf_CapabilityDescriptorNumber@@UBEPAVPASN_Object@@XZ @6265 NONAME ?CreateObject@H245_ArrayOf_CapabilityTableEntry@@UBEPAVPASN_Object@@XZ @6266 NONAME ?CreateObject@H245_ArrayOf_CapabilityTableEntryNumber@@UBEPAVPASN_Object@@XZ @6267 NONAME ?CreateObject@H245_ArrayOf_CommunicationModeTableEntry@@UBEPAVPASN_Object@@XZ @6268 NONAME ?CreateObject@H245_ArrayOf_CustomPictureClockFrequency@@UBEPAVPASN_Object@@XZ @6269 NONAME ?CreateObject@H245_ArrayOf_CustomPictureFormat@@UBEPAVPASN_Object@@XZ @6270 NONAME ?CreateObject@H245_ArrayOf_DataApplicationCapability@@UBEPAVPASN_Object@@XZ @6271 NONAME ?CreateObject@H245_ArrayOf_DialingInformationNetworkType@@UBEPAVPASN_Object@@XZ @12055 NONAME ?CreateObject@H245_ArrayOf_DialingInformationNumber@@UBEPAVPASN_Object@@XZ @12056 NONAME ?CreateObject@H245_ArrayOf_EnhancementOptions@@UBEPAVPASN_Object@@XZ @6272 NONAME ?CreateObject@H245_ArrayOf_EscrowData@@UBEPAVPASN_Object@@XZ @6273 NONAME ?CreateObject@H245_ArrayOf_GenericCapability@@UBEPAVPASN_Object@@XZ @30672 NONAME ?CreateObject@H245_ArrayOf_GenericParameter@@UBEPAVPASN_Object@@XZ @12057 NONAME ?CreateObject@H245_ArrayOf_H263ModeComboFlags@@UBEPAVPASN_Object@@XZ @6274 NONAME ?CreateObject@H245_ArrayOf_H263VideoModeCombos@@UBEPAVPASN_Object@@XZ @6275 NONAME ?CreateObject@H245_ArrayOf_MediaChannelCapability@@UBEPAVPASN_Object@@XZ @6276 NONAME ?CreateObject@H245_ArrayOf_MediaDistributionCapability@@UBEPAVPASN_Object@@XZ @6277 NONAME ?CreateObject@H245_ArrayOf_ModeDescription@@UBEPAVPASN_Object@@XZ @6278 NONAME ?CreateObject@H245_ArrayOf_MultiplePayloadStreamElement@@UBEPAVPASN_Object@@XZ @19325 NONAME ?CreateObject@H245_ArrayOf_MultiplePayloadStreamElementMode@@UBEPAVPASN_Object@@XZ @19326 NONAME ?CreateObject@H245_ArrayOf_MultiplexElement@@UBEPAVPASN_Object@@XZ @6279 NONAME ?CreateObject@H245_ArrayOf_MultiplexEntryDescriptor@@UBEPAVPASN_Object@@XZ @6280 NONAME ?CreateObject@H245_ArrayOf_MultiplexEntryRejectionDescriptions@@UBEPAVPASN_Object@@XZ @6281 NONAME ?CreateObject@H245_ArrayOf_MultiplexTableEntryNumber@@UBEPAVPASN_Object@@XZ @6282 NONAME ?CreateObject@H245_ArrayOf_NonStandardParameter@@UBEPAVPASN_Object@@XZ @6283 NONAME ?CreateObject@H245_ArrayOf_ParameterIdentifier@@UBEPAVPASN_Object@@XZ @12058 NONAME ?CreateObject@H245_ArrayOf_PictureReference@@UBEPAVPASN_Object@@XZ @12059 NONAME ?CreateObject@H245_ArrayOf_Q2931Address@@UBEPAVPASN_Object@@XZ @12060 NONAME ?CreateObject@H245_ArrayOf_QOSCapability@@UBEPAVPASN_Object@@XZ @6284 NONAME ?CreateObject@H245_ArrayOf_RedundancyEncodingCapability@@UBEPAVPASN_Object@@XZ @6285 NONAME ?CreateObject@H245_ArrayOf_RedundancyEncodingDTModeElement@@UBEPAVPASN_Object@@XZ @19327 NONAME ?CreateObject@H245_ArrayOf_RedundancyEncodingElement@@UBEPAVPASN_Object@@XZ @19328 NONAME ?CreateObject@H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@UBEPAVPASN_Object@@XZ @6286 NONAME ?CreateObject@H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@UBEPAVPASN_Object@@XZ @6287 NONAME ?CreateObject@H245_ArrayOf_RTPPayloadType@@UBEPAVPASN_Object@@XZ @6288 NONAME ?CreateObject@H245_ArrayOf_TerminalInformation@@UBEPAVPASN_Object@@XZ @6289 NONAME ?CreateObject@H245_ArrayOf_TerminalLabel@@UBEPAVPASN_Object@@XZ @6290 NONAME ?CreateObject@H245_ArrayOf_VCCapability@@UBEPAVPASN_Object@@XZ @6291 NONAME ?CreateObject@H245_ArrayOf_VideoCapability@@UBEPAVPASN_Object@@XZ @30673 NONAME ?CreateObject@H245_AudioCapability@@UAEHXZ @6292 NONAME ?CreateObject@H245_AudioMode@@UAEHXZ @6293 NONAME ?CreateObject@H245_AudioMode_g7231@@UAEHXZ @6294 NONAME ?CreateObject@H245_Capability@@UAEHXZ @6295 NONAME ?CreateObject@H245_CapabilityIdentifier@@UAEHXZ @12061 NONAME ?CreateObject@H245_CertSelectionCriteria@@UBEPAVPASN_Object@@XZ @6296 NONAME ?CreateObject@H245_CloseLogicalChannel_reason@@UAEHXZ @6297 NONAME ?CreateObject@H245_CloseLogicalChannel_source@@UAEHXZ @6298 NONAME ?CreateObject@H245_CommandMessage@@UAEHXZ @6299 NONAME ?CreateObject@H245_CommunicationModeResponse@@UAEHXZ @6300 NONAME ?CreateObject@H245_CommunicationModeTableEntry_dataType@@UAEHXZ @6301 NONAME ?CreateObject@H245_CompressionType@@UAEHXZ @6302 NONAME ?CreateObject@H245_ConferenceCommand@@UAEHXZ @6303 NONAME ?CreateObject@H245_ConferenceIndication@@UAEHXZ @6304 NONAME ?CreateObject@H245_ConferenceRequest@@UAEHXZ @6305 NONAME ?CreateObject@H245_ConferenceResponse@@UAEHXZ @6306 NONAME ?CreateObject@H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@UAEHXZ @6307 NONAME ?CreateObject@H245_ConferenceResponse_makeMeChairResponse@@UAEHXZ @6308 NONAME ?CreateObject@H245_ConferenceResponse_makeTerminalBroadcasterResponse@@UAEHXZ @6309 NONAME ?CreateObject@H245_ConferenceResponse_sendThisSourceResponse@@UAEHXZ @6310 NONAME ?CreateObject@H245_CRCLength@@UAEHXZ @6311 NONAME ?CreateObject@H245_CustomPictureFormat_mPI_customPCF@@UBEPAVPASN_Object@@XZ @6312 NONAME ?CreateObject@H245_CustomPictureFormat_pixelAspectInformation@@UAEHXZ @6313 NONAME ?CreateObject@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@UBEPAVPASN_Object@@XZ @6314 NONAME ?CreateObject@H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@UBEPAVPASN_Object@@XZ @6315 NONAME ?CreateObject@H245_DataApplicationCapability_application@@UAEHXZ @6316 NONAME ?CreateObject@H245_DataMode_application@@UAEHXZ @6317 NONAME ?CreateObject@H245_DataProtocolCapability@@UAEHXZ @6318 NONAME ?CreateObject@H245_DataProtocolCapability_v76wCompression@@UAEHXZ @6319 NONAME ?CreateObject@H245_DataType@@UAEHXZ @6320 NONAME ?CreateObject@H245_DepFECCapability@@UAEHXZ @30674 NONAME ?CreateObject@H245_DepFECData@@UAEHXZ @30675 NONAME ?CreateObject@H245_DepFECData_rfc2733_mode@@UAEHXZ @30676 NONAME ?CreateObject@H245_DepFECData_rfc2733_mode_separateStream@@UAEHXZ @30677 NONAME ?CreateObject@H245_DepFECMode@@UAEHXZ @30678 NONAME ?CreateObject@H245_DepFECMode_rfc2733Mode_mode@@UAEHXZ @30679 NONAME ?CreateObject@H245_DepFECMode_rfc2733Mode_mode_separateStream@@UAEHXZ @30680 NONAME ?CreateObject@H245_DialingInformation@@UAEHXZ @12062 NONAME ?CreateObject@H245_DialingInformationNetworkType@@UAEHXZ @12063 NONAME ?CreateObject@H245_EncryptionCapability@@UBEPAVPASN_Object@@XZ @6321 NONAME ?CreateObject@H245_EncryptionCommand@@UAEHXZ @6322 NONAME ?CreateObject@H245_EncryptionMode@@UAEHXZ @6323 NONAME ?CreateObject@H245_EncryptionUpdateDirection@@UAEHXZ @30681 NONAME ?CreateObject@H245_EndSessionCommand@@UAEHXZ @6324 NONAME ?CreateObject@H245_EndSessionCommand_gstnOptions@@UAEHXZ @6325 NONAME ?CreateObject@H245_EndSessionCommand_isdnOptions@@UAEHXZ @6326 NONAME ?CreateObject@H245_FECCapability_rfc2733Format@@UAEHXZ @30682 NONAME ?CreateObject@H245_FECData@@UAEHXZ @19330 NONAME ?CreateObject@H245_FECData_rfc2733_pktMode@@UAEHXZ @30683 NONAME ?CreateObject@H245_FECMode_rfc2733Format@@UAEHXZ @30684 NONAME ?CreateObject@H245_FlowControlCommand_restriction@@UAEHXZ @6327 NONAME ?CreateObject@H245_FlowControlCommand_scope@@UAEHXZ @6328 NONAME ?CreateObject@H245_FlowControlIndication_restriction@@UAEHXZ @12064 NONAME ?CreateObject@H245_FlowControlIndication_scope@@UAEHXZ @12065 NONAME ?CreateObject@H245_FunctionNotSupported_cause@@UAEHXZ @6329 NONAME ?CreateObject@H245_FunctionNotUnderstood@@UAEHXZ @6330 NONAME ?CreateObject@H245_H223AL1MParameters_arqType@@UAEHXZ @6331 NONAME ?CreateObject@H245_H223AL1MParameters_crcLength@@UAEHXZ @6332 NONAME ?CreateObject@H245_H223AL1MParameters_headerFEC@@UAEHXZ @6333 NONAME ?CreateObject@H245_H223AL1MParameters_transferMode@@UAEHXZ @6334 NONAME ?CreateObject@H245_H223AL2MParameters_headerFEC@@UAEHXZ @6335 NONAME ?CreateObject@H245_H223AL3MParameters_arqType@@UAEHXZ @6336 NONAME ?CreateObject@H245_H223AL3MParameters_crcLength@@UAEHXZ @6337 NONAME ?CreateObject@H245_H223AL3MParameters_headerFormat@@UAEHXZ @6338 NONAME ?CreateObject@H245_H223AnnexCArqParameters_numberOfRetransmissions@@UAEHXZ @6339 NONAME ?CreateObject@H245_H223Capability_h223MultiplexTableCapability@@UAEHXZ @6340 NONAME ?CreateObject@H245_H223LogicalChannelParameters_adaptationLayerType@@UAEHXZ @6341 NONAME ?CreateObject@H245_H223ModeParameters_adaptationLayerType@@UAEHXZ @6342 NONAME ?CreateObject@H245_H223MultiplexReconfiguration@@UAEHXZ @6343 NONAME ?CreateObject@H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@UAEHXZ @6344 NONAME ?CreateObject@H245_H223MultiplexReconfiguration_h223ModeChange@@UAEHXZ @6345 NONAME ?CreateObject@H245_H2250LogicalChannelParameters_mediaPacketization@@UAEHXZ @6346 NONAME ?CreateObject@H245_H235Media_mediaType@@UAEHXZ @6347 NONAME ?CreateObject@H245_H235Mode_mediaMode@@UAEHXZ @6348 NONAME ?CreateObject@H245_H261VideoMode_resolution@@UAEHXZ @6349 NONAME ?CreateObject@H245_H262VideoMode_profileAndLevel@@UAEHXZ @6350 NONAME ?CreateObject@H245_H263VideoMode_resolution@@UAEHXZ @6351 NONAME ?CreateObject@H245_IndicationMessage@@UAEHXZ @6352 NONAME ?CreateObject@H245_IS11172AudioMode_audioLayer@@UAEHXZ @6353 NONAME ?CreateObject@H245_IS11172AudioMode_audioSampling@@UAEHXZ @6354 NONAME ?CreateObject@H245_IS11172AudioMode_multichannelType@@UAEHXZ @6355 NONAME ?CreateObject@H245_IS13818AudioMode_audioLayer@@UAEHXZ @6356 NONAME ?CreateObject@H245_IS13818AudioMode_audioSampling@@UAEHXZ @6357 NONAME ?CreateObject@H245_IS13818AudioMode_multichannelType@@UAEHXZ @6358 NONAME ?CreateObject@H245_JitterIndication_scope@@UAEHXZ @6359 NONAME ?CreateObject@H245_LogicalChannelRateRejectReason@@UAEHXZ @12066 NONAME ?CreateObject@H245_MaintenanceLoopAck_type@@UAEHXZ @6360 NONAME ?CreateObject@H245_MaintenanceLoopReject_cause@@UAEHXZ @6361 NONAME ?CreateObject@H245_MaintenanceLoopReject_type@@UAEHXZ @6362 NONAME ?CreateObject@H245_MaintenanceLoopRequest_type@@UAEHXZ @6363 NONAME ?CreateObject@H245_MasterSlaveDeterminationAck_decision@@UAEHXZ @6364 NONAME ?CreateObject@H245_MasterSlaveDeterminationReject_cause@@UAEHXZ @6365 NONAME ?CreateObject@H245_MediaEncryptionAlgorithm@@UAEHXZ @6366 NONAME ?CreateObject@H245_MediaTransportType@@UAEHXZ @6367 NONAME ?CreateObject@H245_MiscellaneousCommand_type@@UAEHXZ @6368 NONAME ?CreateObject@H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@UAEHXZ @6369 NONAME ?CreateObject@H245_MiscellaneousIndication_type@@UAEHXZ @6370 NONAME ?CreateObject@H245_MobileMultilinkReconfigurationCommand_status@@UAEHXZ @12067 NONAME ?CreateObject@H245_ModeDescription@@UBEPAVPASN_Object@@XZ @6371 NONAME ?CreateObject@H245_ModeElementType@@UAEHXZ @19336 NONAME ?CreateObject@H245_MulticastAddress@@UAEHXZ @6373 NONAME ?CreateObject@H245_MultilinkIndication@@UAEHXZ @12068 NONAME ?CreateObject@H245_MultilinkRequest@@UAEHXZ @12069 NONAME ?CreateObject@H245_MultilinkRequest_maximumHeaderInterval_requestType@@UAEHXZ @12070 NONAME ?CreateObject@H245_MultilinkResponse@@UAEHXZ @12071 NONAME ?CreateObject@H245_MultilinkResponse_addConnection_responseCode@@UAEHXZ @12072 NONAME ?CreateObject@H245_MultilinkResponse_addConnection_responseCode_rejected@@UAEHXZ @12073 NONAME ?CreateObject@H245_MultimediaSystemControlMessage@@UAEHXZ @6374 NONAME ?CreateObject@H245_MultiplexCapability@@UAEHXZ @6375 NONAME ?CreateObject@H245_MultiplexElement_repeatCount@@UAEHXZ @6376 NONAME ?CreateObject@H245_MultiplexElement_type@@UAEHXZ @6377 NONAME ?CreateObject@H245_MultiplexEntryRejectionDescriptions_cause@@UAEHXZ @6378 NONAME ?CreateObject@H245_MultiplexFormat@@UAEHXZ @12074 NONAME ?CreateObject@H245_NetworkAccessParameters_distribution@@UAEHXZ @6379 NONAME ?CreateObject@H245_NetworkAccessParameters_networkAddress@@UAEHXZ @6380 NONAME ?CreateObject@H245_NetworkAccessParameters_t120SetupProcedure@@UAEHXZ @6381 NONAME ?CreateObject@H245_NewATMVCCommand_aal@@UAEHXZ @12075 NONAME ?CreateObject@H245_NewATMVCCommand_aal_aal1_clockRecovery@@UAEHXZ @12076 NONAME ?CreateObject@H245_NewATMVCCommand_aal_aal1_errorCorrection@@UAEHXZ @12077 NONAME ?CreateObject@H245_NewATMVCCommand_multiplex@@UAEHXZ @12078 NONAME ?CreateObject@H245_NewATMVCCommand_reverseParameters_multiplex@@UAEHXZ @12079 NONAME ?CreateObject@H245_NewATMVCIndication_aal@@UAEHXZ @6382 NONAME ?CreateObject@H245_NewATMVCIndication_aal_aal1_clockRecovery@@UAEHXZ @6383 NONAME ?CreateObject@H245_NewATMVCIndication_aal_aal1_errorCorrection@@UAEHXZ @6384 NONAME ?CreateObject@H245_NewATMVCIndication_multiplex@@UAEHXZ @6385 NONAME ?CreateObject@H245_NewATMVCIndication_reverseParameters_multiplex@@UAEHXZ @6386 NONAME ?CreateObject@H245_NonStandardIdentifier@@UAEHXZ @6387 NONAME ?CreateObject@H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@UAEHXZ @6388 NONAME ?CreateObject@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@UAEHXZ @6389 NONAME ?CreateObject@H245_OpenLogicalChannelReject_cause@@UAEHXZ @6390 NONAME ?CreateObject@H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@UAEHXZ @6391 NONAME ?CreateObject@H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@UAEHXZ @6392 NONAME ?CreateObject@H245_ParameterIdentifier@@UAEHXZ @12080 NONAME ?CreateObject@H245_ParameterValue@@UAEHXZ @12081 NONAME ?CreateObject@H245_PictureReference@@UAEHXZ @12082 NONAME ?CreateObject@H245_Q2931Address_address@@UAEHXZ @6393 NONAME ?CreateObject@H245_QOSMode@@UAEHXZ @6394 NONAME ?CreateObject@H245_RedundancyEncodingDTModeElement_type@@UAEHXZ @19337 NONAME ?CreateObject@H245_RedundancyEncodingMethod@@UAEHXZ @6395 NONAME ?CreateObject@H245_RedundancyEncodingMode_secondaryEncoding@@UAEHXZ @6396 NONAME ?CreateObject@H245_RefPictureSelection_videoBackChannelSend@@UAEHXZ @6397 NONAME ?CreateObject@H245_RemoteMCRequest@@UAEHXZ @6398 NONAME ?CreateObject@H245_RemoteMCResponse@@UAEHXZ @6399 NONAME ?CreateObject@H245_RemoteMCResponse_reject@@UAEHXZ @6400 NONAME ?CreateObject@H245_RequestChannelCloseReject_cause@@UAEHXZ @6401 NONAME ?CreateObject@H245_RequestChannelClose_reason@@UAEHXZ @6402 NONAME ?CreateObject@H245_RequestMessage@@UAEHXZ @6403 NONAME ?CreateObject@H245_RequestModeAck_response@@UAEHXZ @6404 NONAME ?CreateObject@H245_RequestModeReject_cause@@UAEHXZ @6405 NONAME ?CreateObject@H245_RequestMultiplexEntryRejectionDescriptions_cause@@UAEHXZ @6406 NONAME ?CreateObject@H245_ResponseMessage@@UAEHXZ @6407 NONAME ?CreateObject@H245_RTPH263VideoRedundancyEncoding_containedThreads@@UBEPAVPASN_Object@@XZ @6408 NONAME ?CreateObject@H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@UAEHXZ @6409 NONAME ?CreateObject@H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@UBEPAVPASN_Object@@XZ @6410 NONAME ?CreateObject@H245_RTPPayloadType_payloadDescriptor@@UAEHXZ @6411 NONAME ?CreateObject@H245_SendTerminalCapabilitySet@@UAEHXZ @6412 NONAME ?CreateObject@H245_T38FaxRateManagement@@UAEHXZ @12083 NONAME ?CreateObject@H245_T38FaxUdpOptions_t38FaxUdpEC@@UAEHXZ @12084 NONAME ?CreateObject@H245_T84Profile@@UAEHXZ @6413 NONAME ?CreateObject@H245_TerminalCapabilitySetReject_cause@@UAEHXZ @6414 NONAME ?CreateObject@H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@UAEHXZ @6415 NONAME ?CreateObject@H245_TransportAddress@@UAEHXZ @6416 NONAME ?CreateObject@H245_UnicastAddress@@UAEHXZ @6417 NONAME ?CreateObject@H245_UnicastAddress_iPSourceRouteAddress_route@@UBEPAVPASN_Object@@XZ @6418 NONAME ?CreateObject@H245_UnicastAddress_iPSourceRouteAddress_routing@@UAEHXZ @6419 NONAME ?CreateObject@H245_UserInputCapability@@UAEHXZ @6420 NONAME ?CreateObject@H245_UserInputIndication@@UAEHXZ @6421 NONAME ?CreateObject@H245_UserInputIndication_userInputSupportIndication@@UAEHXZ @6422 NONAME ?CreateObject@H245_V76LogicalChannelParameters_mode@@UAEHXZ @6423 NONAME ?CreateObject@H245_V76LogicalChannelParameters_mode_eRM_recovery@@UAEHXZ @6424 NONAME ?CreateObject@H245_V76LogicalChannelParameters_suspendResume@@UAEHXZ @6425 NONAME ?CreateObject@H245_V76ModeParameters@@UAEHXZ @6426 NONAME ?CreateObject@H245_VCCapability_availableBitRates_type@@UAEHXZ @6427 NONAME ?CreateObject@H245_VideoCapability@@UAEHXZ @6428 NONAME ?CreateObject@H245_VideoMode@@UAEHXZ @6429 NONAME ?CreateObject@H248_AmmDescriptor@@UAEHXZ @16170 NONAME ?CreateObject@H248_ArrayOf_ActionReply@@UBEPAVPASN_Object@@XZ @16171 NONAME ?CreateObject@H248_ArrayOf_ActionRequest@@UBEPAVPASN_Object@@XZ @16172 NONAME ?CreateObject@H248_ArrayOf_AmmDescriptor@@UBEPAVPASN_Object@@XZ @16173 NONAME ?CreateObject@H248_ArrayOf_CommandReply@@UBEPAVPASN_Object@@XZ @16174 NONAME ?CreateObject@H248_ArrayOf_CommandRequest@@UBEPAVPASN_Object@@XZ @16175 NONAME ?CreateObject@H248_ArrayOf_EventParameter@@UBEPAVPASN_Object@@XZ @16176 NONAME ?CreateObject@H248_ArrayOf_IndAuditParameter@@UBEPAVPASN_Object@@XZ @16177 NONAME ?CreateObject@H248_ArrayOf_IndAudPropertyParm@@UBEPAVPASN_Object@@XZ @16178 NONAME ?CreateObject@H248_ArrayOf_IndAudStreamDescriptor@@UBEPAVPASN_Object@@XZ @16179 NONAME ?CreateObject@H248_ArrayOf_ModemType@@UBEPAVPASN_Object@@XZ @16180 NONAME ?CreateObject@H248_ArrayOf_ObservedEvent@@UBEPAVPASN_Object@@XZ @16181 NONAME ?CreateObject@H248_ArrayOf_PASN_OctetString@@UBEPAVPASN_Object@@XZ @16182 NONAME ?CreateObject@H248_ArrayOf_PropertyGroup@@UBEPAVPASN_Object@@XZ @16183 NONAME ?CreateObject@H248_ArrayOf_PropertyParm@@UBEPAVPASN_Object@@XZ @16184 NONAME ?CreateObject@H248_ArrayOf_RequestedEvent@@UBEPAVPASN_Object@@XZ @16185 NONAME ?CreateObject@H248_ArrayOf_SecondRequestedEvent@@UBEPAVPASN_Object@@XZ @16186 NONAME ?CreateObject@H248_ArrayOf_Signal@@UBEPAVPASN_Object@@XZ @16187 NONAME ?CreateObject@H248_ArrayOf_SigParameter@@UBEPAVPASN_Object@@XZ @16188 NONAME ?CreateObject@H248_ArrayOf_StreamDescriptor@@UBEPAVPASN_Object@@XZ @16189 NONAME ?CreateObject@H248_ArrayOf_TerminationID@@UBEPAVPASN_Object@@XZ @16190 NONAME ?CreateObject@H248_ArrayOf_TopologyRequest@@UBEPAVPASN_Object@@XZ @16191 NONAME ?CreateObject@H248_ArrayOf_Transaction@@UBEPAVPASN_Object@@XZ @16192 NONAME ?CreateObject@H248_ArrayOf_WildcardField@@UBEPAVPASN_Object@@XZ @16193 NONAME ?CreateObject@H248_AuditReply@@UAEHXZ @16194 NONAME ?CreateObject@H248_AuditReturnParameter@@UAEHXZ @16195 NONAME ?CreateObject@H248_Command@@UAEHXZ @16196 NONAME ?CreateObject@H248_CommandReply@@UAEHXZ @16197 NONAME ?CreateObject@H248_EventBufferDescriptor@@UBEPAVPASN_Object@@XZ @16198 NONAME ?CreateObject@H248_EventDM@@UAEHXZ @16199 NONAME ?CreateObject@H248_EventParameter_extraInfo@@UAEHXZ @16200 NONAME ?CreateObject@H248_IndAuditParameter@@UAEHXZ @16201 NONAME ?CreateObject@H248_IndAudMediaDescriptor_streams@@UAEHXZ @16202 NONAME ?CreateObject@H248_IndAudPropertyGroup@@UBEPAVPASN_Object@@XZ @16203 NONAME ?CreateObject@H248_IndAudSignalsDescriptor@@UAEHXZ @16204 NONAME ?CreateObject@H248_MediaDescriptor_streams@@UAEHXZ @16205 NONAME ?CreateObject@H248_Message_messageBody@@UAEHXZ @16206 NONAME ?CreateObject@H248_MId@@UAEHXZ @16207 NONAME ?CreateObject@H248_NonStandardIdentifier@@UAEHXZ @16208 NONAME ?CreateObject@H248_PackagesDescriptor@@UBEPAVPASN_Object@@XZ @16209 NONAME ?CreateObject@H248_PropertyGroup@@UBEPAVPASN_Object@@XZ @16210 NONAME ?CreateObject@H248_PropertyParm_extraInfo@@UAEHXZ @16211 NONAME ?CreateObject@H248_ServiceChangeAddress@@UAEHXZ @16212 NONAME ?CreateObject@H248_ServiceChangeResult@@UAEHXZ @16213 NONAME ?CreateObject@H248_SignalRequest@@UAEHXZ @16214 NONAME ?CreateObject@H248_SignalsDescriptor@@UBEPAVPASN_Object@@XZ @16215 NONAME ?CreateObject@H248_SigParameter_extraInfo@@UAEHXZ @16216 NONAME ?CreateObject@H248_StatisticsDescriptor@@UBEPAVPASN_Object@@XZ @16217 NONAME ?CreateObject@H248_TerminationAudit@@UBEPAVPASN_Object@@XZ @16218 NONAME ?CreateObject@H248_TerminationIDList@@UBEPAVPASN_Object@@XZ @16219 NONAME ?CreateObject@H248_Transaction@@UAEHXZ @16220 NONAME ?CreateObject@H248_TransactionReply_transactionResult@@UAEHXZ @16221 NONAME ?CreateObject@H248_TransactionResponseAck@@UBEPAVPASN_Object@@XZ @16222 NONAME ?CreateObject@H248_Value@@UBEPAVPASN_Object@@XZ @16223 NONAME ?CreateObject@H45010_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @10784 NONAME ?CreateObject@H45011_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @10785 NONAME ?CreateObject@H45011_CIStatusInformation@@UAEHXZ @10786 NONAME ?CreateObject@H4501_ArrayOf_AliasAddress@@UBEPAVPASN_Object@@XZ @10072 NONAME ?CreateObject@H4501_ArrayOf_ROS@@UBEPAVPASN_Object@@XZ @10073 NONAME ?CreateObject@H4501_EntityType@@UAEHXZ @10074 NONAME ?CreateObject@H4501_InterpretationApdu@@UAEHXZ @10075 NONAME ?CreateObject@H4501_PartySubaddress@@UAEHXZ @10076 NONAME ?CreateObject@H4501_PresentedAddressScreened@@UAEHXZ @10077 NONAME ?CreateObject@H4501_PresentedAddressUnscreened@@UAEHXZ @10078 NONAME ?CreateObject@H4501_PresentedNumberScreened@@UAEHXZ @10079 NONAME ?CreateObject@H4501_PresentedNumberUnscreened@@UAEHXZ @10080 NONAME ?CreateObject@H4501_ServiceApdus@@UAEHXZ @10081 NONAME ?CreateObject@H4502_CTActiveArg_argumentExtension@@UAEHXZ @10082 NONAME ?CreateObject@H4502_CTCompleteArg_argumentExtension@@UAEHXZ @10083 NONAME ?CreateObject@H4502_CTIdentifyRes_resultExtension@@UAEHXZ @10084 NONAME ?CreateObject@H4502_CTInitiateArg_argumentExtension@@UAEHXZ @10085 NONAME ?CreateObject@H4502_CTSetupArg_argumentExtension@@UAEHXZ @10086 NONAME ?CreateObject@H4502_CTUpdateArg_argumentExtension@@UAEHXZ @10087 NONAME ?CreateObject@H4502_DummyArg@@UAEHXZ @10088 NONAME ?CreateObject@H4502_DummyRes@@UAEHXZ @10089 NONAME ?CreateObject@H4502_ExtensionSeq@@UBEPAVPASN_Object@@XZ @10090 NONAME ?CreateObject@H4502_SubaddressTransferArg_argumentExtension@@UAEHXZ @10091 NONAME ?CreateObject@H4503_ExtensionSeq@@UBEPAVPASN_Object@@XZ @10332 NONAME ?CreateObject@H4503_IntResultList@@UBEPAVPASN_Object@@XZ @10333 NONAME ?CreateObject@H4503_IntResult_extension@@UAEHXZ @10334 NONAME ?CreateObject@H4504_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @10245 NONAME ?CreateObject@H4504_MixedExtension@@UAEHXZ @10246 NONAME ?CreateObject@H4505_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @10787 NONAME ?CreateObject@H4506_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @10788 NONAME ?CreateObject@H4507_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @10789 NONAME ?CreateObject@H4507_DummyRes@@UBEPAVPASN_Object@@XZ @10790 NONAME ?CreateObject@H4507_MsgCentreId@@UAEHXZ @10791 NONAME ?CreateObject@H4507_MWIInterrogateRes@@UBEPAVPASN_Object@@XZ @10792 NONAME ?CreateObject@H4508_Name@@UAEHXZ @10793 NONAME ?CreateObject@H4508_NamePresentationAllowed@@UAEHXZ @10794 NONAME ?CreateObject@H4508_NamePresentationRestricted@@UAEHXZ @10795 NONAME ?CreateObject@H4509_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @10796 NONAME ?CreateObject@H4509_CcArg@@UAEHXZ @10797 NONAME ?CreateObject@H501_AccessRejectionReason@@UAEHXZ @17474 NONAME ?CreateObject@H501_AccessToken@@UAEHXZ @17475 NONAME ?CreateObject@H501_ArrayOf_AccessToken@@UBEPAVPASN_Object@@XZ @17476 NONAME ?CreateObject@H501_ArrayOf_AddressTemplate@@UBEPAVPASN_Object@@XZ @17477 NONAME ?CreateObject@H501_ArrayOf_AliasAddress@@UBEPAVPASN_Object@@XZ @17478 NONAME ?CreateObject@H501_ArrayOf_AlternatePE@@UBEPAVPASN_Object@@XZ @17479 NONAME ?CreateObject@H501_ArrayOf_CircuitIdentifier@@UBEPAVPASN_Object@@XZ @17480 NONAME ?CreateObject@H501_ArrayOf_ClearToken@@UBEPAVPASN_Object@@XZ @17481 NONAME ?CreateObject@H501_ArrayOf_ContactInformation@@UBEPAVPASN_Object@@XZ @17482 NONAME ?CreateObject@H501_ArrayOf_CryptoH323Token@@UBEPAVPASN_Object@@XZ @17483 NONAME ?CreateObject@H501_ArrayOf_Descriptor@@UBEPAVPASN_Object@@XZ @17484 NONAME ?CreateObject@H501_ArrayOf_DescriptorInfo@@UBEPAVPASN_Object@@XZ @17486 NONAME ?CreateObject@H501_ArrayOf_GenericData@@UBEPAVPASN_Object@@XZ @17487 NONAME ?CreateObject@H501_ArrayOf_GloballyUniqueID@@UBEPAVPASN_Object@@XZ @17865 NONAME ?CreateObject@H501_ArrayOf_NonStandardParameter@@UBEPAVPASN_Object@@XZ @17488 NONAME ?CreateObject@H501_ArrayOf_PASN_ObjectId@@UBEPAVPASN_Object@@XZ @17489 NONAME ?CreateObject@H501_ArrayOf_Pattern@@UBEPAVPASN_Object@@XZ @17490 NONAME ?CreateObject@H501_ArrayOf_PriceElement@@UBEPAVPASN_Object@@XZ @17491 NONAME ?CreateObject@H501_ArrayOf_PriceInfoSpec@@UBEPAVPASN_Object@@XZ @17492 NONAME ?CreateObject@H501_ArrayOf_RouteInformation@@UBEPAVPASN_Object@@XZ @17493 NONAME ?CreateObject@H501_ArrayOf_SecurityMode@@UBEPAVPASN_Object@@XZ @17494 NONAME ?CreateObject@H501_ArrayOf_ServiceControlSession@@UBEPAVPASN_Object@@XZ @17495 NONAME ?CreateObject@H501_ArrayOf_SupportedProtocols@@UBEPAVPASN_Object@@XZ @17496 NONAME ?CreateObject@H501_ArrayOf_TransportAddress@@UBEPAVPASN_Object@@XZ @17497 NONAME ?CreateObject@H501_ArrayOf_UpdateInformation@@UBEPAVPASN_Object@@XZ @17498 NONAME ?CreateObject@H501_ArrayOf_UsageField@@UBEPAVPASN_Object@@XZ @17499 NONAME ?CreateObject@H501_AuthenticationRejectionReason@@UAEHXZ @17500 NONAME ?CreateObject@H501_DescriptorIDRejectionReason@@UAEHXZ @17501 NONAME ?CreateObject@H501_DescriptorRejectionReason@@UAEHXZ @17502 NONAME ?CreateObject@H501_MessageBody@@UAEHXZ @17503 NONAME ?CreateObject@H501_NonStandardRejectionReason@@UAEHXZ @17504 NONAME ?CreateObject@H501_Pattern@@UAEHXZ @17505 NONAME ?CreateObject@H501_PriceElement_units@@UAEHXZ @17506 NONAME ?CreateObject@H501_Role@@UAEHXZ @17507 NONAME ?CreateObject@H501_RouteInformation_messageType@@UAEHXZ @17508 NONAME ?CreateObject@H501_ServiceRejectionReason@@UAEHXZ @17509 NONAME ?CreateObject@H501_ServiceReleaseReason@@UAEHXZ @17510 NONAME ?CreateObject@H501_UnknownMessageReason@@UAEHXZ @17511 NONAME ?CreateObject@H501_UpdateInformation_descriptorInfo@@UAEHXZ @17512 NONAME ?CreateObject@H501_UpdateInformation_updateType@@UAEHXZ @17513 NONAME ?CreateObject@H501_UsageCallStatus@@UAEHXZ @17514 NONAME ?CreateObject@H501_UsageIndicationRejectionReason@@UAEHXZ @17515 NONAME ?CreateObject@H501_UsageRejectReason@@UAEHXZ @17516 NONAME ?CreateObject@H501_ValidationRejectionReason@@UAEHXZ @17517 NONAME ?CreateObject@MCS_ArrayOf_ChannelAttributes@@UBEPAVPASN_Object@@XZ @6442 NONAME ?CreateObject@MCS_ArrayOf_ChannelId@@UBEPAVPASN_Object@@XZ @6443 NONAME ?CreateObject@MCS_ArrayOf_TokenAttributes@@UBEPAVPASN_Object@@XZ @6444 NONAME ?CreateObject@MCS_ArrayOf_TokenId@@UBEPAVPASN_Object@@XZ @6445 NONAME ?CreateObject@MCS_ArrayOf_UserId@@UBEPAVPASN_Object@@XZ @6446 NONAME ?CreateObject@MCS_ChannelAttributes@@UAEHXZ @6447 NONAME ?CreateObject@MCS_ConnectMCSPDU@@UAEHXZ @6448 NONAME ?CreateObject@MCS_DomainMCSPDU@@UAEHXZ @6449 NONAME ?CreateObject@MCS_TokenAttributes@@UAEHXZ @6450 NONAME ?CreateObject@T38_ArrayOf_PASN_OctetString@@UBEPAVPASN_Object@@XZ @12695 NONAME ?CreateObject@T38_Data_Field@@UBEPAVPASN_Object@@XZ @12696 NONAME ?CreateObject@T38_PreCorrigendum_Data_Field@@UBEPAVPASN_Object@@XZ @15132 NONAME ?CreateObject@T38_Type_of_msg@@UAEHXZ @12697 NONAME ?CreateObject@T38_UDPTLPacket_error_recovery@@UAEHXZ @12698 NONAME ?CreateObject@T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@UBEPAVPASN_Object@@XZ @12699 NONAME ?CreateObject@X880_Code@@UAEHXZ @10092 NONAME ?CreateObject@X880_Reject_problem@@UAEHXZ @10093 NONAME ?CreateObject@X880_ROS@@UAEHXZ @10094 NONAME ?CreatePeerElement@H323GatekeeperServer@@QAEXABVH323TransportAddress@@@Z @18483 NONAME ?CreateRealTimeLogicalChannel@H323Connection@@UAEPAVH323Channel@@ABVH323Capability@@W4Directions@2@IPBVH245_H2250LogicalChannelParameters@@PAVRTP_QOS@@@Z @18923 NONAME ?CreateRegisteredEndPoint@H323GatekeeperServer@@UAEPAVH323RegisteredEndPoint@@AAVH323GatekeeperRRQ@@@Z @14168 NONAME ?CreateRIP@H323GatekeeperRequest@@UBEPAVH323TransactionPDU@@II@Z @18394 NONAME ?CreateRIP@H501Transaction@@UBEPAVH323TransactionPDU@@II@Z @18395 NONAME ?CreateServiceControlSession@H323EndPoint@@UAEPAVH323ServiceControlSession@@ABVH225_ServiceControlDescriptor@@@Z @16224 NONAME ?CreateServiceRelationship@H323PeerElement@@MAEPAVH323PeerElementServiceRelationship@@XZ @18396 NONAME ?CreateSoundDevice@OpalUSBDevice@@IAEHHABVPString@@HH@Z @30685 NONAME ?CreateT120ProtocolHandler@H323Connection@@UAEPAVOpalT120Protocol@@XZ @14209 NONAME ?CreateT120ProtocolHandler@H323EndPoint@@UBEPAVOpalT120Protocol@@ABVH323Connection@@@Z @13536 NONAME ?CreateT38ProtocolHandler@H323Connection@@UAEPAVOpalT38Protocol@@XZ @14210 NONAME ?CreateT38ProtocolHandler@H323EndPoint@@UBEPAVOpalT38Protocol@@ABVH323Connection@@@Z @13538 NONAME ?CreateTransactionPDU@H225_RAS@@UBEPAVH323TransactionPDU@@XZ @18192 NONAME ?CreateTransactionPDU@H323_AnnexG@@UBEPAVH323TransactionPDU@@XZ @18229 NONAME ?CreateTransport@H323DataChannel@@UAEHXZ @12702 NONAME ?CreateTransport@H323TransportAddress@@QBEPAVH323Transport@@AAVH323EndPoint@@@Z @9144 NONAME ?CreateTransport@H323_T38Channel@@UAEHXZ @12844 NONAME ?crinit@Pre_Vid_Coder@@IAEXXZ @6451 NONAME ?dcfill@@YAXHPAEH@Z @6452 NONAME ?dcsum2@@YAXHPAE0H@Z @6453 NONAME ?dcsum@@YAXHPAE0H@Z @6454 NONAME ?dct_decimate@@YAXPBF0PAF@Z @6455 NONAME ?Decode@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UAEHAAVPASN_Stream@@@Z @12461 NONAME ?Decode@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UAEHAAVPASN_Stream@@@Z @12462 NONAME ?Decode@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UAEHAAVPASN_Stream@@@Z @12463 NONAME ?Decode@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UAEHAAVPASN_Stream@@@Z @12464 NONAME ?Decode@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UAEHAAVPASN_Stream@@@Z @12465 NONAME ?Decode@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UAEHAAVPASN_Stream@@@Z @12466 NONAME ?Decode@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UAEHAAVPASN_Stream@@@Z @12467 NONAME ?Decode@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UAEHAAVPASN_Stream@@@Z @12468 NONAME ?Decode@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UAEHAAVPASN_Stream@@@Z @12469 NONAME ?Decode@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UAEHAAVPASN_Stream@@@Z @12470 NONAME ?Decode@GCC_ApplicationInvokeIndication@@UAEHAAVPASN_Stream@@@Z @6466 NONAME ?Decode@GCC_ApplicationInvokeSpecifier@@UAEHAAVPASN_Stream@@@Z @6467 NONAME ?Decode@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UAEHAAVPASN_Stream@@@Z @6468 NONAME ?Decode@GCC_ApplicationRecord@@UAEHAAVPASN_Stream@@@Z @6469 NONAME ?Decode@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UAEHAAVPASN_Stream@@@Z @6470 NONAME ?Decode@GCC_ChallengeItem@@UAEHAAVPASN_Stream@@@Z @6471 NONAME ?Decode@GCC_ChallengeRequest@@UAEHAAVPASN_Stream@@@Z @6472 NONAME ?Decode@GCC_ChallengeResponse@@UAEHAAVPASN_Stream@@@Z @6473 NONAME ?Decode@GCC_ConductorAssignIndication@@UAEHAAVPASN_Stream@@@Z @6474 NONAME ?Decode@GCC_ConductorPermissionAskIndication@@UAEHAAVPASN_Stream@@@Z @6475 NONAME ?Decode@GCC_ConductorPermissionGrantIndication@@UAEHAAVPASN_Stream@@@Z @6476 NONAME ?Decode@GCC_ConductorReleaseIndication@@UAEHAAVPASN_Stream@@@Z @6477 NONAME ?Decode@GCC_ConferenceAddRequest@@UAEHAAVPASN_Stream@@@Z @6478 NONAME ?Decode@GCC_ConferenceAddResponse@@UAEHAAVPASN_Stream@@@Z @6479 NONAME ?Decode@GCC_ConferenceAssistanceIndication@@UAEHAAVPASN_Stream@@@Z @6480 NONAME ?Decode@GCC_ConferenceCreateRequest@@UAEHAAVPASN_Stream@@@Z @6481 NONAME ?Decode@GCC_ConferenceCreateResponse@@UAEHAAVPASN_Stream@@@Z @6482 NONAME ?Decode@GCC_ConferenceDescriptor@@UAEHAAVPASN_Stream@@@Z @6483 NONAME ?Decode@GCC_ConferenceEjectUserIndication@@UAEHAAVPASN_Stream@@@Z @6484 NONAME ?Decode@GCC_ConferenceEjectUserRequest@@UAEHAAVPASN_Stream@@@Z @6485 NONAME ?Decode@GCC_ConferenceEjectUserResponse@@UAEHAAVPASN_Stream@@@Z @6486 NONAME ?Decode@GCC_ConferenceInviteRequest@@UAEHAAVPASN_Stream@@@Z @6487 NONAME ?Decode@GCC_ConferenceInviteResponse@@UAEHAAVPASN_Stream@@@Z @6488 NONAME ?Decode@GCC_ConferenceJoinRequest@@UAEHAAVPASN_Stream@@@Z @6489 NONAME ?Decode@GCC_ConferenceJoinResponse@@UAEHAAVPASN_Stream@@@Z @6490 NONAME ?Decode@GCC_ConferenceLockIndication@@UAEHAAVPASN_Stream@@@Z @6491 NONAME ?Decode@GCC_ConferenceLockRequest@@UAEHAAVPASN_Stream@@@Z @6492 NONAME ?Decode@GCC_ConferenceLockResponse@@UAEHAAVPASN_Stream@@@Z @6493 NONAME ?Decode@GCC_ConferenceName@@UAEHAAVPASN_Stream@@@Z @6494 NONAME ?Decode@GCC_ConferencePriority@@UAEHAAVPASN_Stream@@@Z @6495 NONAME ?Decode@GCC_ConferenceQueryRequest@@UAEHAAVPASN_Stream@@@Z @6496 NONAME ?Decode@GCC_ConferenceQueryResponse@@UAEHAAVPASN_Stream@@@Z @6497 NONAME ?Decode@GCC_ConferenceTerminateIndication@@UAEHAAVPASN_Stream@@@Z @6498 NONAME ?Decode@GCC_ConferenceTerminateRequest@@UAEHAAVPASN_Stream@@@Z @6499 NONAME ?Decode@GCC_ConferenceTerminateResponse@@UAEHAAVPASN_Stream@@@Z @6500 NONAME ?Decode@GCC_ConferenceTimeExtendIndication@@UAEHAAVPASN_Stream@@@Z @6501 NONAME ?Decode@GCC_ConferenceTimeInquireIndication@@UAEHAAVPASN_Stream@@@Z @6502 NONAME ?Decode@GCC_ConferenceTimeRemainingIndication@@UAEHAAVPASN_Stream@@@Z @6503 NONAME ?Decode@GCC_ConferenceTransferIndication@@UAEHAAVPASN_Stream@@@Z @6504 NONAME ?Decode@GCC_ConferenceTransferRequest@@UAEHAAVPASN_Stream@@@Z @6505 NONAME ?Decode@GCC_ConferenceTransferResponse@@UAEHAAVPASN_Stream@@@Z @6506 NONAME ?Decode@GCC_ConferenceUnlockIndication@@UAEHAAVPASN_Stream@@@Z @6507 NONAME ?Decode@GCC_ConferenceUnlockRequest@@UAEHAAVPASN_Stream@@@Z @6508 NONAME ?Decode@GCC_ConferenceUnlockResponse@@UAEHAAVPASN_Stream@@@Z @6509 NONAME ?Decode@GCC_ConnectData@@UAEHAAVPASN_Stream@@@Z @6510 NONAME ?Decode@GCC_FunctionNotSupportedResponse@@UAEHAAVPASN_Stream@@@Z @6511 NONAME ?Decode@GCC_NetworkAddress_subtype_aggregatedChannel@@UAEHAAVPASN_Stream@@@Z @6512 NONAME ?Decode@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UAEHAAVPASN_Stream@@@Z @6513 NONAME ?Decode@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UAEHAAVPASN_Stream@@@Z @6514 NONAME ?Decode@GCC_NetworkAddress_subtype_transportConnection@@UAEHAAVPASN_Stream@@@Z @6515 NONAME ?Decode@GCC_NodeProperties@@UAEHAAVPASN_Stream@@@Z @6516 NONAME ?Decode@GCC_NodeRecord@@UAEHAAVPASN_Stream@@@Z @6517 NONAME ?Decode@GCC_NonStandardParameter@@UAEHAAVPASN_Stream@@@Z @6518 NONAME ?Decode@GCC_NonStandardPDU@@UAEHAAVPASN_Stream@@@Z @6519 NONAME ?Decode@GCC_Password@@UAEHAAVPASN_Stream@@@Z @6520 NONAME ?Decode@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UAEHAAVPASN_Stream@@@Z @6521 NONAME ?Decode@GCC_RegistryAllocateHandleRequest@@UAEHAAVPASN_Stream@@@Z @6522 NONAME ?Decode@GCC_RegistryAllocateHandleResponse@@UAEHAAVPASN_Stream@@@Z @6523 NONAME ?Decode@GCC_RegistryAssignTokenRequest@@UAEHAAVPASN_Stream@@@Z @6524 NONAME ?Decode@GCC_RegistryDeleteEntryRequest@@UAEHAAVPASN_Stream@@@Z @6525 NONAME ?Decode@GCC_RegistryEntryOwner_owned@@UAEHAAVPASN_Stream@@@Z @6526 NONAME ?Decode@GCC_RegistryKey@@UAEHAAVPASN_Stream@@@Z @6527 NONAME ?Decode@GCC_RegistryMonitorEntryIndication@@UAEHAAVPASN_Stream@@@Z @6528 NONAME ?Decode@GCC_RegistryMonitorEntryRequest@@UAEHAAVPASN_Stream@@@Z @6529 NONAME ?Decode@GCC_RegistryRegisterChannelRequest@@UAEHAAVPASN_Stream@@@Z @6530 NONAME ?Decode@GCC_RegistryResponse@@UAEHAAVPASN_Stream@@@Z @6531 NONAME ?Decode@GCC_RegistryRetrieveEntryRequest@@UAEHAAVPASN_Stream@@@Z @6532 NONAME ?Decode@GCC_RegistrySetParameterRequest@@UAEHAAVPASN_Stream@@@Z @6533 NONAME ?Decode@GCC_RosterUpdateIndication@@UAEHAAVPASN_Stream@@@Z @6534 NONAME ?Decode@GCC_RosterUpdateIndication_applicationInformation_subtype@@UAEHAAVPASN_Stream@@@Z @6535 NONAME ?Decode@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UAEHAAVPASN_Stream@@@Z @6536 NONAME ?Decode@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UAEHAAVPASN_Stream@@@Z @6537 NONAME ?Decode@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UAEHAAVPASN_Stream@@@Z @6538 NONAME ?Decode@GCC_RosterUpdateIndication_nodeInformation@@UAEHAAVPASN_Stream@@@Z @6539 NONAME ?Decode@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UAEHAAVPASN_Stream@@@Z @6540 NONAME ?Decode@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UAEHAAVPASN_Stream@@@Z @6541 NONAME ?Decode@GCC_SessionKey@@UAEHAAVPASN_Stream@@@Z @6542 NONAME ?Decode@GCC_TextMessageIndication@@UAEHAAVPASN_Stream@@@Z @6543 NONAME ?Decode@GCC_UserData_subtype@@UAEHAAVPASN_Stream@@@Z @6544 NONAME ?Decode@GCC_UserIDIndication@@UAEHAAVPASN_Stream@@@Z @6545 NONAME ?Decode@H225_AddressPattern_range@@UAEHAAVPASN_Stream@@@Z @12085 NONAME ?Decode@H225_AdmissionConfirm@@UAEHAAVPASN_Stream@@@Z @6546 NONAME ?Decode@H225_AdmissionReject@@UAEHAAVPASN_Stream@@@Z @6547 NONAME ?Decode@H225_AdmissionRequest@@UAEHAAVPASN_Stream@@@Z @6548 NONAME ?Decode@H225_Alerting_UUIE@@UAEHAAVPASN_Stream@@@Z @6549 NONAME ?Decode@H225_AlternateGK@@UAEHAAVPASN_Stream@@@Z @6550 NONAME ?Decode@H225_AlternateTransportAddresses@@UAEHAAVPASN_Stream@@@Z @12086 NONAME ?Decode@H225_AltGKInfo@@UAEHAAVPASN_Stream@@@Z @6551 NONAME ?Decode@H225_ANSI_41_UIM@@UAEHAAVPASN_Stream@@@Z @12087 NONAME ?Decode@H225_BandwidthConfirm@@UAEHAAVPASN_Stream@@@Z @6552 NONAME ?Decode@H225_BandwidthDetails@@UAEHAAVPASN_Stream@@@Z @12088 NONAME ?Decode@H225_BandwidthReject@@UAEHAAVPASN_Stream@@@Z @6553 NONAME ?Decode@H225_BandwidthRequest@@UAEHAAVPASN_Stream@@@Z @6554 NONAME ?Decode@H225_CallCapacity@@UAEHAAVPASN_Stream@@@Z @12089 NONAME ?Decode@H225_CallCapacityInfo@@UAEHAAVPASN_Stream@@@Z @12090 NONAME ?Decode@H225_CallCreditCapability@@UAEHAAVPASN_Stream@@@Z @12091 NONAME ?Decode@H225_CallCreditServiceControl@@UAEHAAVPASN_Stream@@@Z @12092 NONAME ?Decode@H225_CallIdentifier@@UAEHAAVPASN_Stream@@@Z @6555 NONAME ?Decode@H225_CallLinkage@@UAEHAAVPASN_Stream@@@Z @12093 NONAME ?Decode@H225_CallProceeding_UUIE@@UAEHAAVPASN_Stream@@@Z @6556 NONAME ?Decode@H225_CallsAvailable@@UAEHAAVPASN_Stream@@@Z @12094 NONAME ?Decode@H225_CapacityReportingCapability@@UAEHAAVPASN_Stream@@@Z @12095 NONAME ?Decode@H225_CapacityReportingSpecification@@UAEHAAVPASN_Stream@@@Z @12096 NONAME ?Decode@H225_CapacityReportingSpecification_when@@UAEHAAVPASN_Stream@@@Z @12097 NONAME ?Decode@H225_CarrierInfo@@UAEHAAVPASN_Stream@@@Z @19338 NONAME ?Decode@H225_CicInfo@@UAEHAAVPASN_Stream@@@Z @12098 NONAME ?Decode@H225_CircuitIdentifier@@UAEHAAVPASN_Stream@@@Z @18971 NONAME ?Decode@H225_CircuitInfo@@UAEHAAVPASN_Stream@@@Z @12099 NONAME ?Decode@H225_ConferenceList@@UAEHAAVPASN_Stream@@@Z @6557 NONAME ?Decode@H225_Connect_UUIE@@UAEHAAVPASN_Stream@@@Z @6558 NONAME ?Decode@H225_CryptoH323Token_cryptoEPPwdHash@@UAEHAAVPASN_Stream@@@Z @6559 NONAME ?Decode@H225_CryptoH323Token_cryptoGKPwdHash@@UAEHAAVPASN_Stream@@@Z @6560 NONAME ?Decode@H225_DataRate@@UAEHAAVPASN_Stream@@@Z @6561 NONAME ?Decode@H225_DisengageConfirm@@UAEHAAVPASN_Stream@@@Z @6562 NONAME ?Decode@H225_DisengageReject@@UAEHAAVPASN_Stream@@@Z @6563 NONAME ?Decode@H225_DisengageRequest@@UAEHAAVPASN_Stream@@@Z @6564 NONAME ?Decode@H225_Endpoint@@UAEHAAVPASN_Stream@@@Z @6565 NONAME ?Decode@H225_EndpointType@@UAEHAAVPASN_Stream@@@Z @6566 NONAME ?Decode@H225_EnumeratedParameter@@UAEHAAVPASN_Stream@@@Z @12100 NONAME ?Decode@H225_ExtendedAliasAddress@@UAEHAAVPASN_Stream@@@Z @12101 NONAME ?Decode@H225_Facility_UUIE@@UAEHAAVPASN_Stream@@@Z @6567 NONAME ?Decode@H225_FeatureSet@@UAEHAAVPASN_Stream@@@Z @12102 NONAME ?Decode@H225_GatekeeperConfirm@@UAEHAAVPASN_Stream@@@Z @6568 NONAME ?Decode@H225_GatekeeperInfo@@UAEHAAVPASN_Stream@@@Z @6569 NONAME ?Decode@H225_GatekeeperReject@@UAEHAAVPASN_Stream@@@Z @6570 NONAME ?Decode@H225_GatekeeperRequest@@UAEHAAVPASN_Stream@@@Z @6571 NONAME ?Decode@H225_GatewayInfo@@UAEHAAVPASN_Stream@@@Z @6572 NONAME ?Decode@H225_GenericData@@UAEHAAVPASN_Stream@@@Z @12103 NONAME ?Decode@H225_GroupID@@UAEHAAVPASN_Stream@@@Z @12104 NONAME ?Decode@H225_GSM_UIM@@UAEHAAVPASN_Stream@@@Z @12105 NONAME ?Decode@H225_H221NonStandard@@UAEHAAVPASN_Stream@@@Z @6573 NONAME ?Decode@H225_H310Caps@@UAEHAAVPASN_Stream@@@Z @6574 NONAME ?Decode@H225_H320Caps@@UAEHAAVPASN_Stream@@@Z @6575 NONAME ?Decode@H225_H321Caps@@UAEHAAVPASN_Stream@@@Z @6576 NONAME ?Decode@H225_H322Caps@@UAEHAAVPASN_Stream@@@Z @6577 NONAME ?Decode@H225_H323Caps@@UAEHAAVPASN_Stream@@@Z @6578 NONAME ?Decode@H225_H323_UserInformation@@UAEHAAVPASN_Stream@@@Z @6579 NONAME ?Decode@H225_H323_UserInformation_user_data@@UAEHAAVPASN_Stream@@@Z @6580 NONAME ?Decode@H225_H323_UU_PDU@@UAEHAAVPASN_Stream@@@Z @6581 NONAME ?Decode@H225_H323_UU_PDU_tunnelledSignallingMessage@@UAEHAAVPASN_Stream@@@Z @12106 NONAME ?Decode@H225_H324Caps@@UAEHAAVPASN_Stream@@@Z @6582 NONAME ?Decode@H225_ICV@@UAEHAAVPASN_Stream@@@Z @6583 NONAME ?Decode@H225_InfoRequest@@UAEHAAVPASN_Stream@@@Z @6584 NONAME ?Decode@H225_InfoRequestAck@@UAEHAAVPASN_Stream@@@Z @6585 NONAME ?Decode@H225_InfoRequestNak@@UAEHAAVPASN_Stream@@@Z @6586 NONAME ?Decode@H225_InfoRequestResponse@@UAEHAAVPASN_Stream@@@Z @6587 NONAME ?Decode@H225_InfoRequestResponse_perCallInfo_subtype@@UAEHAAVPASN_Stream@@@Z @6588 NONAME ?Decode@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UAEHAAVPASN_Stream@@@Z @6589 NONAME ?Decode@H225_Information_UUIE@@UAEHAAVPASN_Stream@@@Z @6590 NONAME ?Decode@H225_LocationConfirm@@UAEHAAVPASN_Stream@@@Z @6591 NONAME ?Decode@H225_LocationReject@@UAEHAAVPASN_Stream@@@Z @6592 NONAME ?Decode@H225_LocationRequest@@UAEHAAVPASN_Stream@@@Z @6593 NONAME ?Decode@H225_McuInfo@@UAEHAAVPASN_Stream@@@Z @6594 NONAME ?Decode@H225_NonStandardMessage@@UAEHAAVPASN_Stream@@@Z @6595 NONAME ?Decode@H225_NonStandardParameter@@UAEHAAVPASN_Stream@@@Z @6596 NONAME ?Decode@H225_NonStandardProtocol@@UAEHAAVPASN_Stream@@@Z @6597 NONAME ?Decode@H225_Notify_UUIE@@UAEHAAVPASN_Stream@@@Z @12107 NONAME ?Decode@H225_PrivatePartyNumber@@UAEHAAVPASN_Stream@@@Z @6598 NONAME ?Decode@H225_Progress_UUIE@@UAEHAAVPASN_Stream@@@Z @6599 NONAME ?Decode@H225_PublicPartyNumber@@UAEHAAVPASN_Stream@@@Z @6600 NONAME ?Decode@H225_Q954Details@@UAEHAAVPASN_Stream@@@Z @6601 NONAME ?Decode@H225_QseriesOptions@@UAEHAAVPASN_Stream@@@Z @6602 NONAME ?Decode@H225_RasUsageInformation@@UAEHAAVPASN_Stream@@@Z @12108 NONAME ?Decode@H225_RasUsageInfoTypes@@UAEHAAVPASN_Stream@@@Z @12109 NONAME ?Decode@H225_RasUsageSpecification@@UAEHAAVPASN_Stream@@@Z @12110 NONAME ?Decode@H225_RasUsageSpecification_callStartingPoint@@UAEHAAVPASN_Stream@@@Z @12111 NONAME ?Decode@H225_RasUsageSpecification_when@@UAEHAAVPASN_Stream@@@Z @12112 NONAME ?Decode@H225_RegistrationConfirm@@UAEHAAVPASN_Stream@@@Z @6603 NONAME ?Decode@H225_RegistrationConfirm_preGrantedARQ@@UAEHAAVPASN_Stream@@@Z @6604 NONAME ?Decode@H225_RegistrationReject@@UAEHAAVPASN_Stream@@@Z @6605 NONAME ?Decode@H225_RegistrationRejectReason_invalidTerminalAliases@@UAEHAAVPASN_Stream@@@Z @12113 NONAME ?Decode@H225_RegistrationRequest@@UAEHAAVPASN_Stream@@@Z @6606 NONAME ?Decode@H225_ReleaseComplete_UUIE@@UAEHAAVPASN_Stream@@@Z @6607 NONAME ?Decode@H225_RequestInProgress@@UAEHAAVPASN_Stream@@@Z @6608 NONAME ?Decode@H225_ResourcesAvailableConfirm@@UAEHAAVPASN_Stream@@@Z @6609 NONAME ?Decode@H225_ResourcesAvailableIndicate@@UAEHAAVPASN_Stream@@@Z @6610 NONAME ?Decode@H225_RTPSession@@UAEHAAVPASN_Stream@@@Z @6611 NONAME ?Decode@H225_SecurityCapabilities@@UAEHAAVPASN_Stream@@@Z @6612 NONAME ?Decode@H225_ServiceControlIndication@@UAEHAAVPASN_Stream@@@Z @12114 NONAME ?Decode@H225_ServiceControlIndication_callSpecific@@UAEHAAVPASN_Stream@@@Z @12115 NONAME ?Decode@H225_ServiceControlResponse@@UAEHAAVPASN_Stream@@@Z @12116 NONAME ?Decode@H225_ServiceControlSession@@UAEHAAVPASN_Stream@@@Z @12117 NONAME ?Decode@H225_SetupAcknowledge_UUIE@@UAEHAAVPASN_Stream@@@Z @12118 NONAME ?Decode@H225_Setup_UUIE@@UAEHAAVPASN_Stream@@@Z @6613 NONAME ?Decode@H225_Setup_UUIE_connectionParameters@@UAEHAAVPASN_Stream@@@Z @12119 NONAME ?Decode@H225_SIPCaps@@UAEHAAVPASN_Stream@@@Z @19339 NONAME ?Decode@H225_StatusInquiry_UUIE@@UAEHAAVPASN_Stream@@@Z @12120 NONAME ?Decode@H225_Status_UUIE@@UAEHAAVPASN_Stream@@@Z @12121 NONAME ?Decode@H225_StimulusControl@@UAEHAAVPASN_Stream@@@Z @12122 NONAME ?Decode@H225_SupportedPrefix@@UAEHAAVPASN_Stream@@@Z @6614 NONAME ?Decode@H225_T120OnlyCaps@@UAEHAAVPASN_Stream@@@Z @6615 NONAME ?Decode@H225_T38FaxAnnexbOnlyCaps@@UAEHAAVPASN_Stream@@@Z @12123 NONAME ?Decode@H225_TerminalInfo@@UAEHAAVPASN_Stream@@@Z @6616 NONAME ?Decode@H225_TransportAddress_ip6Address@@UAEHAAVPASN_Stream@@@Z @6617 NONAME ?Decode@H225_TransportAddress_ipAddress@@UAEHAAVPASN_Stream@@@Z @6618 NONAME ?Decode@H225_TransportAddress_ipSourceRoute@@UAEHAAVPASN_Stream@@@Z @6619 NONAME ?Decode@H225_TransportAddress_ipxAddress@@UAEHAAVPASN_Stream@@@Z @6620 NONAME ?Decode@H225_TransportChannelInfo@@UAEHAAVPASN_Stream@@@Z @6621 NONAME ?Decode@H225_TunnelledProtocol@@UAEHAAVPASN_Stream@@@Z @12124 NONAME ?Decode@H225_TunnelledProtocolAlternateIdentifier@@UAEHAAVPASN_Stream@@@Z @12125 NONAME ?Decode@H225_UnknownMessageResponse@@UAEHAAVPASN_Stream@@@Z @6622 NONAME ?Decode@H225_UnregistrationConfirm@@UAEHAAVPASN_Stream@@@Z @6623 NONAME ?Decode@H225_UnregistrationReject@@UAEHAAVPASN_Stream@@@Z @6624 NONAME ?Decode@H225_UnregistrationRequest@@UAEHAAVPASN_Stream@@@Z @6625 NONAME ?Decode@H225_UUIEsRequested@@UAEHAAVPASN_Stream@@@Z @6626 NONAME ?Decode@H225_VendorIdentifier@@UAEHAAVPASN_Stream@@@Z @6627 NONAME ?Decode@H225_VoiceCaps@@UAEHAAVPASN_Stream@@@Z @6628 NONAME ?Decode@H235_ClearToken@@UAEHAAVPASN_Stream@@@Z @6629 NONAME ?Decode@H235_CryptoToken_cryptoEncryptedToken@@UAEHAAVPASN_Stream@@@Z @6630 NONAME ?Decode@H235_CryptoToken_cryptoHashedToken@@UAEHAAVPASN_Stream@@@Z @6631 NONAME ?Decode@H235_CryptoToken_cryptoSignedToken@@UAEHAAVPASN_Stream@@@Z @6632 NONAME ?Decode@H235_DHset@@UAEHAAVPASN_Stream@@@Z @6633 NONAME ?Decode@H235_ECGDSASignature@@UAEHAAVPASN_Stream@@@Z @19340 NONAME ?Decode@H235_ECKASDH_eckasdh2@@UAEHAAVPASN_Stream@@@Z @12990 NONAME ?Decode@H235_ECKASDH_eckasdhp@@UAEHAAVPASN_Stream@@@Z @12991 NONAME ?Decode@H235_ECpoint@@UAEHAAVPASN_Stream@@@Z @19341 NONAME ?Decode@H235_H235CertificateSignature@@UAEHAAVPASN_Stream@@@Z @6634 NONAME ?Decode@H235_KeySignedMaterial@@UAEHAAVPASN_Stream@@@Z @6635 NONAME ?Decode@H235_KeySyncMaterial@@UAEHAAVPASN_Stream@@@Z @6636 NONAME ?Decode@H235_NonStandardParameter@@UAEHAAVPASN_Stream@@@Z @6637 NONAME ?Decode@H235_Params@@UAEHAAVPASN_Stream@@@Z @6638 NONAME ?Decode@H235_ReturnSig@@UAEHAAVPASN_Stream@@@Z @6639 NONAME ?Decode@H235_TypedCertificate@@UAEHAAVPASN_Stream@@@Z @6640 NONAME ?Decode@H235_V3KeySyncMaterial@@UAEHAAVPASN_Stream@@@Z @19342 NONAME ?Decode@H245_ATMParameters@@UAEHAAVPASN_Stream@@@Z @6641 NONAME ?Decode@H245_AudioCapability_g7231@@UAEHAAVPASN_Stream@@@Z @6642 NONAME ?Decode@H245_AudioTelephonyEventCapability@@UAEHAAVPASN_Stream@@@Z @12126 NONAME ?Decode@H245_AudioToneCapability@@UAEHAAVPASN_Stream@@@Z @12127 NONAME ?Decode@H245_AuthenticationCapability@@UAEHAAVPASN_Stream@@@Z @6643 NONAME ?Decode@H245_BEnhancementParameters@@UAEHAAVPASN_Stream@@@Z @6644 NONAME ?Decode@H245_CapabilityDescriptor@@UAEHAAVPASN_Stream@@@Z @6645 NONAME ?Decode@H245_CapabilityTableEntry@@UAEHAAVPASN_Stream@@@Z @6646 NONAME ?Decode@H245_Capability_h233EncryptionReceiveCapability@@UAEHAAVPASN_Stream@@@Z @6647 NONAME ?Decode@H245_CloseLogicalChannel@@UAEHAAVPASN_Stream@@@Z @6648 NONAME ?Decode@H245_CloseLogicalChannelAck@@UAEHAAVPASN_Stream@@@Z @6649 NONAME ?Decode@H245_CommunicationModeCommand@@UAEHAAVPASN_Stream@@@Z @6650 NONAME ?Decode@H245_CommunicationModeRequest@@UAEHAAVPASN_Stream@@@Z @6651 NONAME ?Decode@H245_CommunicationModeTableEntry@@UAEHAAVPASN_Stream@@@Z @6652 NONAME ?Decode@H245_ConferenceCapability@@UAEHAAVPASN_Stream@@@Z @6653 NONAME ?Decode@H245_ConferenceRequest_requestTerminalCertificate@@UAEHAAVPASN_Stream@@@Z @6654 NONAME ?Decode@H245_ConferenceResponse_chairTokenOwnerResponse@@UAEHAAVPASN_Stream@@@Z @6655 NONAME ?Decode@H245_ConferenceResponse_conferenceIDResponse@@UAEHAAVPASN_Stream@@@Z @6656 NONAME ?Decode@H245_ConferenceResponse_extensionAddressResponse@@UAEHAAVPASN_Stream@@@Z @6657 NONAME ?Decode@H245_ConferenceResponse_mCTerminalIDResponse@@UAEHAAVPASN_Stream@@@Z @6658 NONAME ?Decode@H245_ConferenceResponse_passwordResponse@@UAEHAAVPASN_Stream@@@Z @6659 NONAME ?Decode@H245_ConferenceResponse_terminalCertificateResponse@@UAEHAAVPASN_Stream@@@Z @6660 NONAME ?Decode@H245_ConferenceResponse_terminalIDResponse@@UAEHAAVPASN_Stream@@@Z @6661 NONAME ?Decode@H245_ConnectionIdentifier@@UAEHAAVPASN_Stream@@@Z @12128 NONAME ?Decode@H245_Criteria@@UAEHAAVPASN_Stream@@@Z @6662 NONAME ?Decode@H245_CustomPictureClockFrequency@@UAEHAAVPASN_Stream@@@Z @6663 NONAME ?Decode@H245_CustomPictureFormat@@UAEHAAVPASN_Stream@@@Z @6664 NONAME ?Decode@H245_CustomPictureFormat_mPI@@UAEHAAVPASN_Stream@@@Z @6665 NONAME ?Decode@H245_CustomPictureFormat_mPI_customPCF_subtype@@UAEHAAVPASN_Stream@@@Z @6666 NONAME ?Decode@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UAEHAAVPASN_Stream@@@Z @6667 NONAME ?Decode@H245_DataApplicationCapability@@UAEHAAVPASN_Stream@@@Z @6668 NONAME ?Decode@H245_DataApplicationCapability_application_nlpid@@UAEHAAVPASN_Stream@@@Z @6669 NONAME ?Decode@H245_DataApplicationCapability_application_t38fax@@UAEHAAVPASN_Stream@@@Z @12129 NONAME ?Decode@H245_DataApplicationCapability_application_t84@@UAEHAAVPASN_Stream@@@Z @6670 NONAME ?Decode@H245_DataMode@@UAEHAAVPASN_Stream@@@Z @6671 NONAME ?Decode@H245_DataMode_application_nlpid@@UAEHAAVPASN_Stream@@@Z @6672 NONAME ?Decode@H245_DataMode_application_t38fax@@UAEHAAVPASN_Stream@@@Z @12130 NONAME ?Decode@H245_DepFECCapability_rfc2733@@UAEHAAVPASN_Stream@@@Z @30686 NONAME ?Decode@H245_DepFECCapability_rfc2733_separateStream@@UAEHAAVPASN_Stream@@@Z @30687 NONAME ?Decode@H245_DepFECData_rfc2733@@UAEHAAVPASN_Stream@@@Z @30688 NONAME ?Decode@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UAEHAAVPASN_Stream@@@Z @30689 NONAME ?Decode@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UAEHAAVPASN_Stream@@@Z @30690 NONAME ?Decode@H245_DepFECMode_rfc2733Mode@@UAEHAAVPASN_Stream@@@Z @30691 NONAME ?Decode@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UAEHAAVPASN_Stream@@@Z @30692 NONAME ?Decode@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UAEHAAVPASN_Stream@@@Z @30693 NONAME ?Decode@H245_DialingInformationNumber@@UAEHAAVPASN_Stream@@@Z @12131 NONAME ?Decode@H245_EncryptionAuthenticationAndIntegrity@@UAEHAAVPASN_Stream@@@Z @6673 NONAME ?Decode@H245_EncryptionCommand_encryptionAlgorithmID@@UAEHAAVPASN_Stream@@@Z @6674 NONAME ?Decode@H245_EncryptionSync@@UAEHAAVPASN_Stream@@@Z @6675 NONAME ?Decode@H245_EncryptionUpdateRequest@@UAEHAAVPASN_Stream@@@Z @6676 NONAME ?Decode@H245_EnhancementLayerInfo@@UAEHAAVPASN_Stream@@@Z @6677 NONAME ?Decode@H245_EnhancementOptions@@UAEHAAVPASN_Stream@@@Z @6678 NONAME ?Decode@H245_EscrowData@@UAEHAAVPASN_Stream@@@Z @6679 NONAME ?Decode@H245_ExtendedVideoCapability@@UAEHAAVPASN_Stream@@@Z @30694 NONAME ?Decode@H245_FECCapability@@UAEHAAVPASN_Stream@@@Z @30695 NONAME ?Decode@H245_FECData_rfc2733@@UAEHAAVPASN_Stream@@@Z @19345 NONAME ?Decode@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UAEHAAVPASN_Stream@@@Z @30696 NONAME ?Decode@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UAEHAAVPASN_Stream@@@Z @30697 NONAME ?Decode@H245_FECMode@@UAEHAAVPASN_Stream@@@Z @30698 NONAME ?Decode@H245_FlowControlCommand@@UAEHAAVPASN_Stream@@@Z @6680 NONAME ?Decode@H245_FlowControlIndication@@UAEHAAVPASN_Stream@@@Z @12132 NONAME ?Decode@H245_FunctionNotSupported@@UAEHAAVPASN_Stream@@@Z @6681 NONAME ?Decode@H245_G7231AnnexCCapability@@UAEHAAVPASN_Stream@@@Z @6682 NONAME ?Decode@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UAEHAAVPASN_Stream@@@Z @6683 NONAME ?Decode@H245_G7231AnnexCMode@@UAEHAAVPASN_Stream@@@Z @6684 NONAME ?Decode@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UAEHAAVPASN_Stream@@@Z @6685 NONAME ?Decode@H245_G729Extensions@@UAEHAAVPASN_Stream@@@Z @12133 NONAME ?Decode@H245_GenericCapability@@UAEHAAVPASN_Stream@@@Z @12134 NONAME ?Decode@H245_GenericMessage@@UAEHAAVPASN_Stream@@@Z @30699 NONAME ?Decode@H245_GenericParameter@@UAEHAAVPASN_Stream@@@Z @12135 NONAME ?Decode@H245_GSMAudioCapability@@UAEHAAVPASN_Stream@@@Z @6686 NONAME ?Decode@H245_H222Capability@@UAEHAAVPASN_Stream@@@Z @6687 NONAME ?Decode@H245_H222LogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @6688 NONAME ?Decode@H245_H223AL1MParameters@@UAEHAAVPASN_Stream@@@Z @6689 NONAME ?Decode@H245_H223AL2MParameters@@UAEHAAVPASN_Stream@@@Z @6690 NONAME ?Decode@H245_H223AL3MParameters@@UAEHAAVPASN_Stream@@@Z @6691 NONAME ?Decode@H245_H223AnnexCArqParameters@@UAEHAAVPASN_Stream@@@Z @6692 NONAME ?Decode@H245_H223AnnexCCapability@@UAEHAAVPASN_Stream@@@Z @6693 NONAME ?Decode@H245_H223Capability@@UAEHAAVPASN_Stream@@@Z @6694 NONAME ?Decode@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UAEHAAVPASN_Stream@@@Z @6695 NONAME ?Decode@H245_H223Capability_mobileMultilinkFrameCapability@@UAEHAAVPASN_Stream@@@Z @12136 NONAME ?Decode@H245_H223Capability_mobileOperationTransmitCapability@@UAEHAAVPASN_Stream@@@Z @6696 NONAME ?Decode@H245_H223LogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @6697 NONAME ?Decode@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UAEHAAVPASN_Stream@@@Z @6698 NONAME ?Decode@H245_H223ModeParameters@@UAEHAAVPASN_Stream@@@Z @6699 NONAME ?Decode@H245_H223ModeParameters_adaptationLayerType_al3@@UAEHAAVPASN_Stream@@@Z @6700 NONAME ?Decode@H245_H223SkewIndication@@UAEHAAVPASN_Stream@@@Z @6701 NONAME ?Decode@H245_H2250Capability@@UAEHAAVPASN_Stream@@@Z @6702 NONAME ?Decode@H245_H2250Capability_mcCapability@@UAEHAAVPASN_Stream@@@Z @6703 NONAME ?Decode@H245_H2250LogicalChannelAckParameters@@UAEHAAVPASN_Stream@@@Z @6704 NONAME ?Decode@H245_H2250LogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @6705 NONAME ?Decode@H245_H2250MaximumSkewIndication@@UAEHAAVPASN_Stream@@@Z @6706 NONAME ?Decode@H245_H2250ModeParameters@@UAEHAAVPASN_Stream@@@Z @6707 NONAME ?Decode@H245_H235Media@@UAEHAAVPASN_Stream@@@Z @6708 NONAME ?Decode@H245_H235Mode@@UAEHAAVPASN_Stream@@@Z @6709 NONAME ?Decode@H245_H235SecurityCapability@@UAEHAAVPASN_Stream@@@Z @6710 NONAME ?Decode@H245_H261VideoCapability@@UAEHAAVPASN_Stream@@@Z @6711 NONAME ?Decode@H245_H261VideoMode@@UAEHAAVPASN_Stream@@@Z @6712 NONAME ?Decode@H245_H262VideoCapability@@UAEHAAVPASN_Stream@@@Z @6713 NONAME ?Decode@H245_H262VideoMode@@UAEHAAVPASN_Stream@@@Z @6714 NONAME ?Decode@H245_H263ModeComboFlags@@UAEHAAVPASN_Stream@@@Z @6715 NONAME ?Decode@H245_H263Options@@UAEHAAVPASN_Stream@@@Z @6716 NONAME ?Decode@H245_H263Version3Options@@UAEHAAVPASN_Stream@@@Z @12137 NONAME ?Decode@H245_H263VideoCapability@@UAEHAAVPASN_Stream@@@Z @6717 NONAME ?Decode@H245_H263VideoMode@@UAEHAAVPASN_Stream@@@Z @6718 NONAME ?Decode@H245_H263VideoModeCombos@@UAEHAAVPASN_Stream@@@Z @6719 NONAME ?Decode@H245_IntegrityCapability@@UAEHAAVPASN_Stream@@@Z @6720 NONAME ?Decode@H245_IS11172AudioCapability@@UAEHAAVPASN_Stream@@@Z @6721 NONAME ?Decode@H245_IS11172AudioMode@@UAEHAAVPASN_Stream@@@Z @6722 NONAME ?Decode@H245_IS11172VideoCapability@@UAEHAAVPASN_Stream@@@Z @6723 NONAME ?Decode@H245_IS11172VideoMode@@UAEHAAVPASN_Stream@@@Z @6724 NONAME ?Decode@H245_IS13818AudioCapability@@UAEHAAVPASN_Stream@@@Z @6725 NONAME ?Decode@H245_IS13818AudioMode@@UAEHAAVPASN_Stream@@@Z @6726 NONAME ?Decode@H245_JitterIndication@@UAEHAAVPASN_Stream@@@Z @6727 NONAME ?Decode@H245_KeyProtectionMethod@@UAEHAAVPASN_Stream@@@Z @6728 NONAME ?Decode@H245_LogicalChannelRateAcknowledge@@UAEHAAVPASN_Stream@@@Z @12138 NONAME ?Decode@H245_LogicalChannelRateReject@@UAEHAAVPASN_Stream@@@Z @12139 NONAME ?Decode@H245_LogicalChannelRateRelease@@UAEHAAVPASN_Stream@@@Z @12140 NONAME ?Decode@H245_LogicalChannelRateRequest@@UAEHAAVPASN_Stream@@@Z @12141 NONAME ?Decode@H245_MaintenanceLoopAck@@UAEHAAVPASN_Stream@@@Z @6729 NONAME ?Decode@H245_MaintenanceLoopOffCommand@@UAEHAAVPASN_Stream@@@Z @6730 NONAME ?Decode@H245_MaintenanceLoopReject@@UAEHAAVPASN_Stream@@@Z @6731 NONAME ?Decode@H245_MaintenanceLoopRequest@@UAEHAAVPASN_Stream@@@Z @6732 NONAME ?Decode@H245_MasterSlaveDetermination@@UAEHAAVPASN_Stream@@@Z @6733 NONAME ?Decode@H245_MasterSlaveDeterminationAck@@UAEHAAVPASN_Stream@@@Z @6734 NONAME ?Decode@H245_MasterSlaveDeterminationReject@@UAEHAAVPASN_Stream@@@Z @6735 NONAME ?Decode@H245_MasterSlaveDeterminationRelease@@UAEHAAVPASN_Stream@@@Z @6736 NONAME ?Decode@H245_MCLocationIndication@@UAEHAAVPASN_Stream@@@Z @6737 NONAME ?Decode@H245_MediaChannelCapability@@UAEHAAVPASN_Stream@@@Z @6738 NONAME ?Decode@H245_MediaDistributionCapability@@UAEHAAVPASN_Stream@@@Z @6739 NONAME ?Decode@H245_MediaPacketizationCapability@@UAEHAAVPASN_Stream@@@Z @6740 NONAME ?Decode@H245_MediaTransportType_atm_AAL5_compressed@@UAEHAAVPASN_Stream@@@Z @12142 NONAME ?Decode@H245_MiscellaneousCommand@@UAEHAAVPASN_Stream@@@Z @6741 NONAME ?Decode@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UAEHAAVPASN_Stream@@@Z @30700 NONAME ?Decode@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UAEHAAVPASN_Stream@@@Z @30701 NONAME ?Decode@H245_MiscellaneousCommand_type_lostPartialPicture@@UAEHAAVPASN_Stream@@@Z @12143 NONAME ?Decode@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UAEHAAVPASN_Stream@@@Z @6742 NONAME ?Decode@H245_MiscellaneousCommand_type_videoBadMBs@@UAEHAAVPASN_Stream@@@Z @12144 NONAME ?Decode@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UAEHAAVPASN_Stream@@@Z @6743 NONAME ?Decode@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UAEHAAVPASN_Stream@@@Z @6744 NONAME ?Decode@H245_MiscellaneousIndication@@UAEHAAVPASN_Stream@@@Z @6745 NONAME ?Decode@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UAEHAAVPASN_Stream@@@Z @6746 NONAME ?Decode@H245_MobileMultilinkReconfigurationCommand@@UAEHAAVPASN_Stream@@@Z @12145 NONAME ?Decode@H245_MobileMultilinkReconfigurationIndication@@UAEHAAVPASN_Stream@@@Z @12146 NONAME ?Decode@H245_ModeElement@@UAEHAAVPASN_Stream@@@Z @6747 NONAME ?Decode@H245_MulticastAddress_iP6Address@@UAEHAAVPASN_Stream@@@Z @6748 NONAME ?Decode@H245_MulticastAddress_iPAddress@@UAEHAAVPASN_Stream@@@Z @6749 NONAME ?Decode@H245_MultilinkIndication_crcDesired@@UAEHAAVPASN_Stream@@@Z @12147 NONAME ?Decode@H245_MultilinkIndication_excessiveError@@UAEHAAVPASN_Stream@@@Z @12148 NONAME ?Decode@H245_MultilinkRequest_addConnection@@UAEHAAVPASN_Stream@@@Z @12149 NONAME ?Decode@H245_MultilinkRequest_callInformation@@UAEHAAVPASN_Stream@@@Z @12150 NONAME ?Decode@H245_MultilinkRequest_maximumHeaderInterval@@UAEHAAVPASN_Stream@@@Z @12151 NONAME ?Decode@H245_MultilinkRequest_removeConnection@@UAEHAAVPASN_Stream@@@Z @12152 NONAME ?Decode@H245_MultilinkResponse_addConnection@@UAEHAAVPASN_Stream@@@Z @12153 NONAME ?Decode@H245_MultilinkResponse_callInformation@@UAEHAAVPASN_Stream@@@Z @12154 NONAME ?Decode@H245_MultilinkResponse_maximumHeaderInterval@@UAEHAAVPASN_Stream@@@Z @12155 NONAME ?Decode@H245_MultilinkResponse_removeConnection@@UAEHAAVPASN_Stream@@@Z @12156 NONAME ?Decode@H245_MultiplePayloadStream@@UAEHAAVPASN_Stream@@@Z @19351 NONAME ?Decode@H245_MultiplePayloadStreamCapability@@UAEHAAVPASN_Stream@@@Z @19352 NONAME ?Decode@H245_MultiplePayloadStreamElement@@UAEHAAVPASN_Stream@@@Z @19353 NONAME ?Decode@H245_MultiplePayloadStreamElementMode@@UAEHAAVPASN_Stream@@@Z @19354 NONAME ?Decode@H245_MultiplePayloadStreamMode@@UAEHAAVPASN_Stream@@@Z @19355 NONAME ?Decode@H245_MultiplexedStreamCapability@@UAEHAAVPASN_Stream@@@Z @12157 NONAME ?Decode@H245_MultiplexedStreamModeParameters@@UAEHAAVPASN_Stream@@@Z @12158 NONAME ?Decode@H245_MultiplexedStreamParameter@@UAEHAAVPASN_Stream@@@Z @12159 NONAME ?Decode@H245_MultiplexElement@@UAEHAAVPASN_Stream@@@Z @6750 NONAME ?Decode@H245_MultiplexEntryDescriptor@@UAEHAAVPASN_Stream@@@Z @6751 NONAME ?Decode@H245_MultiplexEntryRejectionDescriptions@@UAEHAAVPASN_Stream@@@Z @6752 NONAME ?Decode@H245_MultiplexEntrySend@@UAEHAAVPASN_Stream@@@Z @6753 NONAME ?Decode@H245_MultiplexEntrySendAck@@UAEHAAVPASN_Stream@@@Z @6754 NONAME ?Decode@H245_MultiplexEntrySendReject@@UAEHAAVPASN_Stream@@@Z @6755 NONAME ?Decode@H245_MultiplexEntrySendRelease@@UAEHAAVPASN_Stream@@@Z @6756 NONAME ?Decode@H245_MultipointCapability@@UAEHAAVPASN_Stream@@@Z @6757 NONAME ?Decode@H245_NetworkAccessParameters@@UAEHAAVPASN_Stream@@@Z @6758 NONAME ?Decode@H245_NewATMVCCommand@@UAEHAAVPASN_Stream@@@Z @12160 NONAME ?Decode@H245_NewATMVCCommand_aal_aal1@@UAEHAAVPASN_Stream@@@Z @12161 NONAME ?Decode@H245_NewATMVCCommand_aal_aal5@@UAEHAAVPASN_Stream@@@Z @12162 NONAME ?Decode@H245_NewATMVCCommand_reverseParameters@@UAEHAAVPASN_Stream@@@Z @12163 NONAME ?Decode@H245_NewATMVCIndication@@UAEHAAVPASN_Stream@@@Z @6759 NONAME ?Decode@H245_NewATMVCIndication_aal_aal1@@UAEHAAVPASN_Stream@@@Z @6760 NONAME ?Decode@H245_NewATMVCIndication_aal_aal5@@UAEHAAVPASN_Stream@@@Z @6761 NONAME ?Decode@H245_NewATMVCIndication_reverseParameters@@UAEHAAVPASN_Stream@@@Z @6762 NONAME ?Decode@H245_NonStandardIdentifier_h221NonStandard@@UAEHAAVPASN_Stream@@@Z @6763 NONAME ?Decode@H245_NonStandardMessage@@UAEHAAVPASN_Stream@@@Z @6764 NONAME ?Decode@H245_NonStandardParameter@@UAEHAAVPASN_Stream@@@Z @6765 NONAME ?Decode@H245_NoPTAudioTelephonyEventCapability@@UAEHAAVPASN_Stream@@@Z @19356 NONAME ?Decode@H245_NoPTAudioToneCapability@@UAEHAAVPASN_Stream@@@Z @19357 NONAME ?Decode@H245_OpenLogicalChannel@@UAEHAAVPASN_Stream@@@Z @6766 NONAME ?Decode@H245_OpenLogicalChannelAck@@UAEHAAVPASN_Stream@@@Z @6767 NONAME ?Decode@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @6768 NONAME ?Decode@H245_OpenLogicalChannelConfirm@@UAEHAAVPASN_Stream@@@Z @6769 NONAME ?Decode@H245_OpenLogicalChannelReject@@UAEHAAVPASN_Stream@@@Z @6770 NONAME ?Decode@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @6771 NONAME ?Decode@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @6772 NONAME ?Decode@H245_Params@@UAEHAAVPASN_Stream@@@Z @30702 NONAME ?Decode@H245_Q2931Address@@UAEHAAVPASN_Stream@@@Z @6773 NONAME ?Decode@H245_QOSCapability@@UAEHAAVPASN_Stream@@@Z @6774 NONAME ?Decode@H245_RedundancyEncoding@@UAEHAAVPASN_Stream@@@Z @6775 NONAME ?Decode@H245_RedundancyEncodingCapability@@UAEHAAVPASN_Stream@@@Z @6776 NONAME ?Decode@H245_RedundancyEncodingDTMode@@UAEHAAVPASN_Stream@@@Z @19358 NONAME ?Decode@H245_RedundancyEncodingDTModeElement@@UAEHAAVPASN_Stream@@@Z @19359 NONAME ?Decode@H245_RedundancyEncodingElement@@UAEHAAVPASN_Stream@@@Z @19360 NONAME ?Decode@H245_RedundancyEncodingMode@@UAEHAAVPASN_Stream@@@Z @6777 NONAME ?Decode@H245_RedundancyEncoding_rtpRedundancyEncoding@@UAEHAAVPASN_Stream@@@Z @19361 NONAME ?Decode@H245_RefPictureSelection@@UAEHAAVPASN_Stream@@@Z @6778 NONAME ?Decode@H245_RefPictureSelection_additionalPictureMemory@@UAEHAAVPASN_Stream@@@Z @6779 NONAME ?Decode@H245_RefPictureSelection_enhancedReferencePicSelect@@UAEHAAVPASN_Stream@@@Z @12164 NONAME ?Decode@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UAEHAAVPASN_Stream@@@Z @12165 NONAME ?Decode@H245_RequestAllTerminalIDsResponse@@UAEHAAVPASN_Stream@@@Z @6780 NONAME ?Decode@H245_RequestChannelClose@@UAEHAAVPASN_Stream@@@Z @6781 NONAME ?Decode@H245_RequestChannelCloseAck@@UAEHAAVPASN_Stream@@@Z @6782 NONAME ?Decode@H245_RequestChannelCloseReject@@UAEHAAVPASN_Stream@@@Z @6783 NONAME ?Decode@H245_RequestChannelCloseRelease@@UAEHAAVPASN_Stream@@@Z @6784 NONAME ?Decode@H245_RequestMode@@UAEHAAVPASN_Stream@@@Z @6785 NONAME ?Decode@H245_RequestModeAck@@UAEHAAVPASN_Stream@@@Z @6786 NONAME ?Decode@H245_RequestModeReject@@UAEHAAVPASN_Stream@@@Z @6787 NONAME ?Decode@H245_RequestModeRelease@@UAEHAAVPASN_Stream@@@Z @6788 NONAME ?Decode@H245_RequestMultiplexEntry@@UAEHAAVPASN_Stream@@@Z @6789 NONAME ?Decode@H245_RequestMultiplexEntryAck@@UAEHAAVPASN_Stream@@@Z @6790 NONAME ?Decode@H245_RequestMultiplexEntryReject@@UAEHAAVPASN_Stream@@@Z @6791 NONAME ?Decode@H245_RequestMultiplexEntryRejectionDescriptions@@UAEHAAVPASN_Stream@@@Z @6792 NONAME ?Decode@H245_RequestMultiplexEntryRelease@@UAEHAAVPASN_Stream@@@Z @6793 NONAME ?Decode@H245_RoundTripDelayRequest@@UAEHAAVPASN_Stream@@@Z @6794 NONAME ?Decode@H245_RoundTripDelayResponse@@UAEHAAVPASN_Stream@@@Z @6795 NONAME ?Decode@H245_RSVPParameters@@UAEHAAVPASN_Stream@@@Z @6796 NONAME ?Decode@H245_RTPH263VideoRedundancyEncoding@@UAEHAAVPASN_Stream@@@Z @6797 NONAME ?Decode@H245_RTPH263VideoRedundancyFrameMapping@@UAEHAAVPASN_Stream@@@Z @6798 NONAME ?Decode@H245_RTPPayloadType@@UAEHAAVPASN_Stream@@@Z @6799 NONAME ?Decode@H245_SendTerminalCapabilitySet_specificRequest@@UAEHAAVPASN_Stream@@@Z @6800 NONAME ?Decode@H245_SubstituteConferenceIDCommand@@UAEHAAVPASN_Stream@@@Z @6801 NONAME ?Decode@H245_T38FaxProfile@@UAEHAAVPASN_Stream@@@Z @12166 NONAME ?Decode@H245_T38FaxTcpOptions@@UAEHAAVPASN_Stream@@@Z @12167 NONAME ?Decode@H245_T38FaxUdpOptions@@UAEHAAVPASN_Stream@@@Z @12168 NONAME ?Decode@H245_T84Profile_t84Restricted@@UAEHAAVPASN_Stream@@@Z @6802 NONAME ?Decode@H245_TerminalCapabilitySet@@UAEHAAVPASN_Stream@@@Z @6803 NONAME ?Decode@H245_TerminalCapabilitySetAck@@UAEHAAVPASN_Stream@@@Z @6804 NONAME ?Decode@H245_TerminalCapabilitySetReject@@UAEHAAVPASN_Stream@@@Z @6805 NONAME ?Decode@H245_TerminalCapabilitySetRelease@@UAEHAAVPASN_Stream@@@Z @6806 NONAME ?Decode@H245_TerminalInformation@@UAEHAAVPASN_Stream@@@Z @6807 NONAME ?Decode@H245_TerminalLabel@@UAEHAAVPASN_Stream@@@Z @6808 NONAME ?Decode@H245_TerminalYouAreSeeingInSubPictureNumber@@UAEHAAVPASN_Stream@@@Z @6809 NONAME ?Decode@H245_TransparencyParameters@@UAEHAAVPASN_Stream@@@Z @6810 NONAME ?Decode@H245_TransportCapability@@UAEHAAVPASN_Stream@@@Z @6811 NONAME ?Decode@H245_UnicastAddress_iP6Address@@UAEHAAVPASN_Stream@@@Z @6812 NONAME ?Decode@H245_UnicastAddress_iPAddress@@UAEHAAVPASN_Stream@@@Z @6813 NONAME ?Decode@H245_UnicastAddress_iPSourceRouteAddress@@UAEHAAVPASN_Stream@@@Z @6814 NONAME ?Decode@H245_UnicastAddress_iPXAddress@@UAEHAAVPASN_Stream@@@Z @6815 NONAME ?Decode@H245_UserInputIndication_encryptedAlphanumeric@@UAEHAAVPASN_Stream@@@Z @30703 NONAME ?Decode@H245_UserInputIndication_extendedAlphanumeric@@UAEHAAVPASN_Stream@@@Z @12169 NONAME ?Decode@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UAEHAAVPASN_Stream@@@Z @30704 NONAME ?Decode@H245_UserInputIndication_signal@@UAEHAAVPASN_Stream@@@Z @6816 NONAME ?Decode@H245_UserInputIndication_signalUpdate@@UAEHAAVPASN_Stream@@@Z @6817 NONAME ?Decode@H245_UserInputIndication_signalUpdate_rtp@@UAEHAAVPASN_Stream@@@Z @6818 NONAME ?Decode@H245_UserInputIndication_signal_rtp@@UAEHAAVPASN_Stream@@@Z @6819 NONAME ?Decode@H245_V42bis@@UAEHAAVPASN_Stream@@@Z @6820 NONAME ?Decode@H245_V75Capability@@UAEHAAVPASN_Stream@@@Z @6821 NONAME ?Decode@H245_V75Parameters@@UAEHAAVPASN_Stream@@@Z @6822 NONAME ?Decode@H245_V76Capability@@UAEHAAVPASN_Stream@@@Z @6823 NONAME ?Decode@H245_V76HDLCParameters@@UAEHAAVPASN_Stream@@@Z @6824 NONAME ?Decode@H245_V76LogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @6825 NONAME ?Decode@H245_V76LogicalChannelParameters_mode_eRM@@UAEHAAVPASN_Stream@@@Z @6826 NONAME ?Decode@H245_VBDCapability@@UAEHAAVPASN_Stream@@@Z @19362 NONAME ?Decode@H245_VBDMode@@UAEHAAVPASN_Stream@@@Z @19363 NONAME ?Decode@H245_VCCapability@@UAEHAAVPASN_Stream@@@Z @6827 NONAME ?Decode@H245_VCCapability_aal1@@UAEHAAVPASN_Stream@@@Z @6828 NONAME ?Decode@H245_VCCapability_aal1ViaGateway@@UAEHAAVPASN_Stream@@@Z @12170 NONAME ?Decode@H245_VCCapability_aal5@@UAEHAAVPASN_Stream@@@Z @6829 NONAME ?Decode@H245_VCCapability_availableBitRates@@UAEHAAVPASN_Stream@@@Z @6830 NONAME ?Decode@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UAEHAAVPASN_Stream@@@Z @6831 NONAME ?Decode@H245_VendorIdentification@@UAEHAAVPASN_Stream@@@Z @6832 NONAME ?Decode@H245_VideoIndicateCompose@@UAEHAAVPASN_Stream@@@Z @6833 NONAME ?Decode@H248_ActionReply@@UAEHAAVPASN_Stream@@@Z @16225 NONAME ?Decode@H248_ActionRequest@@UAEHAAVPASN_Stream@@@Z @16226 NONAME ?Decode@H248_AmmRequest@@UAEHAAVPASN_Stream@@@Z @16227 NONAME ?Decode@H248_AmmsReply@@UAEHAAVPASN_Stream@@@Z @16228 NONAME ?Decode@H248_AuditDescriptor@@UAEHAAVPASN_Stream@@@Z @16229 NONAME ?Decode@H248_AuditRequest@@UAEHAAVPASN_Stream@@@Z @16230 NONAME ?Decode@H248_AuditResult@@UAEHAAVPASN_Stream@@@Z @16231 NONAME ?Decode@H248_AuthenticationHeader@@UAEHAAVPASN_Stream@@@Z @16232 NONAME ?Decode@H248_CommandRequest@@UAEHAAVPASN_Stream@@@Z @16233 NONAME ?Decode@H248_ContextAttrAuditRequest@@UAEHAAVPASN_Stream@@@Z @16234 NONAME ?Decode@H248_ContextRequest@@UAEHAAVPASN_Stream@@@Z @16235 NONAME ?Decode@H248_DigitMapDescriptor@@UAEHAAVPASN_Stream@@@Z @16236 NONAME ?Decode@H248_DigitMapValue@@UAEHAAVPASN_Stream@@@Z @16237 NONAME ?Decode@H248_DomainName@@UAEHAAVPASN_Stream@@@Z @16238 NONAME ?Decode@H248_ErrorDescriptor@@UAEHAAVPASN_Stream@@@Z @16239 NONAME ?Decode@H248_EventParameter@@UAEHAAVPASN_Stream@@@Z @16240 NONAME ?Decode@H248_EventsDescriptor@@UAEHAAVPASN_Stream@@@Z @16241 NONAME ?Decode@H248_EventSpec@@UAEHAAVPASN_Stream@@@Z @16242 NONAME ?Decode@H248_H221NonStandard@@UAEHAAVPASN_Stream@@@Z @16243 NONAME ?Decode@H248_IndAudDigitMapDescriptor@@UAEHAAVPASN_Stream@@@Z @16244 NONAME ?Decode@H248_IndAudEventBufferDescriptor@@UAEHAAVPASN_Stream@@@Z @16245 NONAME ?Decode@H248_IndAudEventsDescriptor@@UAEHAAVPASN_Stream@@@Z @16246 NONAME ?Decode@H248_IndAudLocalControlDescriptor@@UAEHAAVPASN_Stream@@@Z @16247 NONAME ?Decode@H248_IndAudLocalRemoteDescriptor@@UAEHAAVPASN_Stream@@@Z @16248 NONAME ?Decode@H248_IndAudMediaDescriptor@@UAEHAAVPASN_Stream@@@Z @16249 NONAME ?Decode@H248_IndAudPackagesDescriptor@@UAEHAAVPASN_Stream@@@Z @16250 NONAME ?Decode@H248_IndAudPropertyParm@@UAEHAAVPASN_Stream@@@Z @16251 NONAME ?Decode@H248_IndAudSeqSigList@@UAEHAAVPASN_Stream@@@Z @16252 NONAME ?Decode@H248_IndAudSignal@@UAEHAAVPASN_Stream@@@Z @16253 NONAME ?Decode@H248_IndAudStatisticsDescriptor@@UAEHAAVPASN_Stream@@@Z @16254 NONAME ?Decode@H248_IndAudStreamDescriptor@@UAEHAAVPASN_Stream@@@Z @16255 NONAME ?Decode@H248_IndAudStreamParms@@UAEHAAVPASN_Stream@@@Z @16256 NONAME ?Decode@H248_IndAudTerminationStateDescriptor@@UAEHAAVPASN_Stream@@@Z @16257 NONAME ?Decode@H248_IP4Address@@UAEHAAVPASN_Stream@@@Z @16258 NONAME ?Decode@H248_IP6Address@@UAEHAAVPASN_Stream@@@Z @16259 NONAME ?Decode@H248_LocalControlDescriptor@@UAEHAAVPASN_Stream@@@Z @16260 NONAME ?Decode@H248_LocalRemoteDescriptor@@UAEHAAVPASN_Stream@@@Z @16261 NONAME ?Decode@H248_MediaDescriptor@@UAEHAAVPASN_Stream@@@Z @16262 NONAME ?Decode@H248_MegacoMessage@@UAEHAAVPASN_Stream@@@Z @16263 NONAME ?Decode@H248_Message@@UAEHAAVPASN_Stream@@@Z @16264 NONAME ?Decode@H248_ModemDescriptor@@UAEHAAVPASN_Stream@@@Z @16265 NONAME ?Decode@H248_MuxDescriptor@@UAEHAAVPASN_Stream@@@Z @16266 NONAME ?Decode@H248_NonStandardData@@UAEHAAVPASN_Stream@@@Z @16267 NONAME ?Decode@H248_NotifyReply@@UAEHAAVPASN_Stream@@@Z @16268 NONAME ?Decode@H248_NotifyRequest@@UAEHAAVPASN_Stream@@@Z @16269 NONAME ?Decode@H248_ObservedEvent@@UAEHAAVPASN_Stream@@@Z @16270 NONAME ?Decode@H248_ObservedEventsDescriptor@@UAEHAAVPASN_Stream@@@Z @16271 NONAME ?Decode@H248_PackagesItem@@UAEHAAVPASN_Stream@@@Z @16272 NONAME ?Decode@H248_PropertyParm@@UAEHAAVPASN_Stream@@@Z @16273 NONAME ?Decode@H248_RequestedActions@@UAEHAAVPASN_Stream@@@Z @16274 NONAME ?Decode@H248_RequestedEvent@@UAEHAAVPASN_Stream@@@Z @16275 NONAME ?Decode@H248_SecondEventsDescriptor@@UAEHAAVPASN_Stream@@@Z @16276 NONAME ?Decode@H248_SecondRequestedActions@@UAEHAAVPASN_Stream@@@Z @16277 NONAME ?Decode@H248_SecondRequestedEvent@@UAEHAAVPASN_Stream@@@Z @16278 NONAME ?Decode@H248_SeqSigList@@UAEHAAVPASN_Stream@@@Z @16279 NONAME ?Decode@H248_ServiceChangeParm@@UAEHAAVPASN_Stream@@@Z @16280 NONAME ?Decode@H248_ServiceChangeProfile@@UAEHAAVPASN_Stream@@@Z @16281 NONAME ?Decode@H248_ServiceChangeReply@@UAEHAAVPASN_Stream@@@Z @16282 NONAME ?Decode@H248_ServiceChangeRequest@@UAEHAAVPASN_Stream@@@Z @16283 NONAME ?Decode@H248_ServiceChangeResParm@@UAEHAAVPASN_Stream@@@Z @16284 NONAME ?Decode@H248_Signal@@UAEHAAVPASN_Stream@@@Z @16285 NONAME ?Decode@H248_SigParameter@@UAEHAAVPASN_Stream@@@Z @16286 NONAME ?Decode@H248_StatisticsParameter@@UAEHAAVPASN_Stream@@@Z @16287 NONAME ?Decode@H248_StreamDescriptor@@UAEHAAVPASN_Stream@@@Z @16288 NONAME ?Decode@H248_StreamParms@@UAEHAAVPASN_Stream@@@Z @16289 NONAME ?Decode@H248_SubtractRequest@@UAEHAAVPASN_Stream@@@Z @16290 NONAME ?Decode@H248_TerminationID@@UAEHAAVPASN_Stream@@@Z @16291 NONAME ?Decode@H248_TerminationStateDescriptor@@UAEHAAVPASN_Stream@@@Z @16292 NONAME ?Decode@H248_TimeNotation@@UAEHAAVPASN_Stream@@@Z @16293 NONAME ?Decode@H248_TopologyRequest@@UAEHAAVPASN_Stream@@@Z @16294 NONAME ?Decode@H248_TransactionAck@@UAEHAAVPASN_Stream@@@Z @16295 NONAME ?Decode@H248_TransactionPending@@UAEHAAVPASN_Stream@@@Z @16296 NONAME ?Decode@H248_TransactionReply@@UAEHAAVPASN_Stream@@@Z @16297 NONAME ?Decode@H248_TransactionRequest@@UAEHAAVPASN_Stream@@@Z @16298 NONAME ?Decode@H323StreamedPluginAudioCodec@@UBEFH@Z @28669 NONAME ?Decode@H323_ALawCodec@@UBEFH@Z @6834 NONAME ?Decode@H323_muLawCodec@@UBEFH@Z @6835 NONAME ?Decode@H45010_CfbOvrOptArg@@UAEHAAVPASN_Stream@@@Z @10798 NONAME ?Decode@H45010_CoReqOptArg@@UAEHAAVPASN_Stream@@@Z @10799 NONAME ?Decode@H45010_RUAlertOptArg@@UAEHAAVPASN_Stream@@@Z @10800 NONAME ?Decode@H45011_CIFrcRelArg@@UAEHAAVPASN_Stream@@@Z @10801 NONAME ?Decode@H45011_CIFrcRelOptRes@@UAEHAAVPASN_Stream@@@Z @10802 NONAME ?Decode@H45011_CIGetCIPLOptArg@@UAEHAAVPASN_Stream@@@Z @10803 NONAME ?Decode@H45011_CIGetCIPLRes@@UAEHAAVPASN_Stream@@@Z @10804 NONAME ?Decode@H45011_CIIsOptArg@@UAEHAAVPASN_Stream@@@Z @10805 NONAME ?Decode@H45011_CIIsOptRes@@UAEHAAVPASN_Stream@@@Z @10806 NONAME ?Decode@H45011_CINotificationArg@@UAEHAAVPASN_Stream@@@Z @10807 NONAME ?Decode@H45011_CIRequestArg@@UAEHAAVPASN_Stream@@@Z @10808 NONAME ?Decode@H45011_CIRequestRes@@UAEHAAVPASN_Stream@@@Z @10809 NONAME ?Decode@H45011_CISilentArg@@UAEHAAVPASN_Stream@@@Z @10810 NONAME ?Decode@H45011_CISilentOptRes@@UAEHAAVPASN_Stream@@@Z @10811 NONAME ?Decode@H45011_CIWobOptArg@@UAEHAAVPASN_Stream@@@Z @10812 NONAME ?Decode@H45011_CIWobOptRes@@UAEHAAVPASN_Stream@@@Z @10813 NONAME ?Decode@H4501_Address@@UAEHAAVPASN_Stream@@@Z @10095 NONAME ?Decode@H4501_AddressScreened@@UAEHAAVPASN_Stream@@@Z @10096 NONAME ?Decode@H4501_EndpointAddress@@UAEHAAVPASN_Stream@@@Z @10097 NONAME ?Decode@H4501_Extension@@UAEHAAVPASN_Stream@@@Z @10098 NONAME ?Decode@H4501_NetworkFacilityExtension@@UAEHAAVPASN_Stream@@@Z @10099 NONAME ?Decode@H4501_NumberScreened@@UAEHAAVPASN_Stream@@@Z @10100 NONAME ?Decode@H4501_SupplementaryService@@UAEHAAVPASN_Stream@@@Z @10101 NONAME ?Decode@H4501_UserSpecifiedSubaddress@@UAEHAAVPASN_Stream@@@Z @10102 NONAME ?Decode@H4502_CTActiveArg@@UAEHAAVPASN_Stream@@@Z @10103 NONAME ?Decode@H4502_CTCompleteArg@@UAEHAAVPASN_Stream@@@Z @10104 NONAME ?Decode@H4502_CTIdentifyRes@@UAEHAAVPASN_Stream@@@Z @10105 NONAME ?Decode@H4502_CTInitiateArg@@UAEHAAVPASN_Stream@@@Z @10106 NONAME ?Decode@H4502_CTSetupArg@@UAEHAAVPASN_Stream@@@Z @10107 NONAME ?Decode@H4502_CTUpdateArg@@UAEHAAVPASN_Stream@@@Z @10108 NONAME ?Decode@H4502_SubaddressTransferArg@@UAEHAAVPASN_Stream@@@Z @10109 NONAME ?Decode@H4503_IntResult@@UAEHAAVPASN_Stream@@@Z @10335 NONAME ?Decode@H4504_Extension@@UAEHAAVPASN_Stream@@@Z @10247 NONAME ?Decode@H4504_HoldNotificArg@@UAEHAAVPASN_Stream@@@Z @10248 NONAME ?Decode@H4504_RemoteHoldArg@@UAEHAAVPASN_Stream@@@Z @10249 NONAME ?Decode@H4504_RemoteHoldRes@@UAEHAAVPASN_Stream@@@Z @10250 NONAME ?Decode@H4504_RemoteRetrieveArg@@UAEHAAVPASN_Stream@@@Z @10251 NONAME ?Decode@H4504_RemoteRetrieveRes@@UAEHAAVPASN_Stream@@@Z @10252 NONAME ?Decode@H4504_RetrieveNotificArg@@UAEHAAVPASN_Stream@@@Z @10253 NONAME ?Decode@H4505_CpickupNotifyArg@@UAEHAAVPASN_Stream@@@Z @10814 NONAME ?Decode@H4505_CpNotifyArg@@UAEHAAVPASN_Stream@@@Z @10815 NONAME ?Decode@H4505_CpRequestArg@@UAEHAAVPASN_Stream@@@Z @10816 NONAME ?Decode@H4505_CpRequestRes@@UAEHAAVPASN_Stream@@@Z @10817 NONAME ?Decode@H4505_CpSetupArg@@UAEHAAVPASN_Stream@@@Z @10818 NONAME ?Decode@H4505_CpSetupRes@@UAEHAAVPASN_Stream@@@Z @10819 NONAME ?Decode@H4505_GroupIndicationOffArg@@UAEHAAVPASN_Stream@@@Z @10820 NONAME ?Decode@H4505_GroupIndicationOffRes@@UAEHAAVPASN_Stream@@@Z @10821 NONAME ?Decode@H4505_GroupIndicationOnArg@@UAEHAAVPASN_Stream@@@Z @10822 NONAME ?Decode@H4505_GroupIndicationOnRes@@UAEHAAVPASN_Stream@@@Z @10823 NONAME ?Decode@H4505_PickExeArg@@UAEHAAVPASN_Stream@@@Z @10824 NONAME ?Decode@H4505_PickExeRes@@UAEHAAVPASN_Stream@@@Z @10825 NONAME ?Decode@H4505_PickrequArg@@UAEHAAVPASN_Stream@@@Z @10826 NONAME ?Decode@H4505_PickrequRes@@UAEHAAVPASN_Stream@@@Z @10827 NONAME ?Decode@H4505_PickupArg@@UAEHAAVPASN_Stream@@@Z @10828 NONAME ?Decode@H4505_PickupRes@@UAEHAAVPASN_Stream@@@Z @10829 NONAME ?Decode@H4506_CallWaitingArg@@UAEHAAVPASN_Stream@@@Z @10830 NONAME ?Decode@H4507_MWIActivateArg@@UAEHAAVPASN_Stream@@@Z @10831 NONAME ?Decode@H4507_MWIDeactivateArg@@UAEHAAVPASN_Stream@@@Z @10832 NONAME ?Decode@H4507_MWIInterrogateArg@@UAEHAAVPASN_Stream@@@Z @10833 NONAME ?Decode@H4507_MWIInterrogateResElt@@UAEHAAVPASN_Stream@@@Z @10834 NONAME ?Decode@H4509_CcLongArg@@UAEHAAVPASN_Stream@@@Z @10835 NONAME ?Decode@H4509_CcRequestArg@@UAEHAAVPASN_Stream@@@Z @10836 NONAME ?Decode@H4509_CcRequestRes@@UAEHAAVPASN_Stream@@@Z @10837 NONAME ?Decode@H4509_CcShortArg@@UAEHAAVPASN_Stream@@@Z @10838 NONAME ?Decode@H501_AccessConfirmation@@UAEHAAVPASN_Stream@@@Z @17520 NONAME ?Decode@H501_AccessRejection@@UAEHAAVPASN_Stream@@@Z @17521 NONAME ?Decode@H501_AccessRequest@@UAEHAAVPASN_Stream@@@Z @17522 NONAME ?Decode@H501_AddressTemplate@@UAEHAAVPASN_Stream@@@Z @17523 NONAME ?Decode@H501_AlternatePE@@UAEHAAVPASN_Stream@@@Z @17524 NONAME ?Decode@H501_AlternatePEInfo@@UAEHAAVPASN_Stream@@@Z @17525 NONAME ?Decode@H501_AuthenticationConfirmation@@UAEHAAVPASN_Stream@@@Z @17526 NONAME ?Decode@H501_AuthenticationRejection@@UAEHAAVPASN_Stream@@@Z @17527 NONAME ?Decode@H501_AuthenticationRequest@@UAEHAAVPASN_Stream@@@Z @17528 NONAME ?Decode@H501_CallInformation@@UAEHAAVPASN_Stream@@@Z @17529 NONAME ?Decode@H501_ContactInformation@@UAEHAAVPASN_Stream@@@Z @17530 NONAME ?Decode@H501_Descriptor@@UAEHAAVPASN_Stream@@@Z @17531 NONAME ?Decode@H501_DescriptorConfirmation@@UAEHAAVPASN_Stream@@@Z @17532 NONAME ?Decode@H501_DescriptorIDConfirmation@@UAEHAAVPASN_Stream@@@Z @17533 NONAME ?Decode@H501_DescriptorIDRejection@@UAEHAAVPASN_Stream@@@Z @17534 NONAME ?Decode@H501_DescriptorIDRequest@@UAEHAAVPASN_Stream@@@Z @17535 NONAME ?Decode@H501_DescriptorInfo@@UAEHAAVPASN_Stream@@@Z @17536 NONAME ?Decode@H501_DescriptorRejection@@UAEHAAVPASN_Stream@@@Z @17537 NONAME ?Decode@H501_DescriptorRequest@@UAEHAAVPASN_Stream@@@Z @17538 NONAME ?Decode@H501_DescriptorUpdate@@UAEHAAVPASN_Stream@@@Z @17539 NONAME ?Decode@H501_DescriptorUpdateAck@@UAEHAAVPASN_Stream@@@Z @17540 NONAME ?Decode@H501_Message@@UAEHAAVPASN_Stream@@@Z @17541 NONAME ?Decode@H501_MessageCommonInfo@@UAEHAAVPASN_Stream@@@Z @17542 NONAME ?Decode@H501_NonStandardConfirmation@@UAEHAAVPASN_Stream@@@Z @17543 NONAME ?Decode@H501_NonStandardRejection@@UAEHAAVPASN_Stream@@@Z @17544 NONAME ?Decode@H501_NonStandardRequest@@UAEHAAVPASN_Stream@@@Z @17545 NONAME ?Decode@H501_PartyInformation@@UAEHAAVPASN_Stream@@@Z @17546 NONAME ?Decode@H501_Pattern_range@@UAEHAAVPASN_Stream@@@Z @17547 NONAME ?Decode@H501_PriceElement@@UAEHAAVPASN_Stream@@@Z @17548 NONAME ?Decode@H501_PriceInfoSpec@@UAEHAAVPASN_Stream@@@Z @17549 NONAME ?Decode@H501_RequestInProgress@@UAEHAAVPASN_Stream@@@Z @17550 NONAME ?Decode@H501_RouteInformation@@UAEHAAVPASN_Stream@@@Z @17551 NONAME ?Decode@H501_SecurityMode@@UAEHAAVPASN_Stream@@@Z @17552 NONAME ?Decode@H501_ServiceConfirmation@@UAEHAAVPASN_Stream@@@Z @17553 NONAME ?Decode@H501_ServiceRejection@@UAEHAAVPASN_Stream@@@Z @17554 NONAME ?Decode@H501_ServiceRelease@@UAEHAAVPASN_Stream@@@Z @17555 NONAME ?Decode@H501_ServiceRequest@@UAEHAAVPASN_Stream@@@Z @17556 NONAME ?Decode@H501_TerminationCause@@UAEHAAVPASN_Stream@@@Z @17557 NONAME ?Decode@H501_UnknownMessageResponse@@UAEHAAVPASN_Stream@@@Z @17558 NONAME ?Decode@H501_UpdateInformation@@UAEHAAVPASN_Stream@@@Z @17559 NONAME ?Decode@H501_UsageConfirmation@@UAEHAAVPASN_Stream@@@Z @17560 NONAME ?Decode@H501_UsageField@@UAEHAAVPASN_Stream@@@Z @17561 NONAME ?Decode@H501_UsageIndication@@UAEHAAVPASN_Stream@@@Z @17562 NONAME ?Decode@H501_UsageIndicationConfirmation@@UAEHAAVPASN_Stream@@@Z @17563 NONAME ?Decode@H501_UsageIndicationRejection@@UAEHAAVPASN_Stream@@@Z @17564 NONAME ?Decode@H501_UsageRejection@@UAEHAAVPASN_Stream@@@Z @17565 NONAME ?Decode@H501_UsageRequest@@UAEHAAVPASN_Stream@@@Z @17566 NONAME ?Decode@H501_UsageSpecification@@UAEHAAVPASN_Stream@@@Z @17567 NONAME ?Decode@H501_UsageSpecification_when@@UAEHAAVPASN_Stream@@@Z @17568 NONAME ?Decode@H501_UserInformation@@UAEHAAVPASN_Stream@@@Z @17569 NONAME ?Decode@H501_ValidationConfirmation@@UAEHAAVPASN_Stream@@@Z @17570 NONAME ?Decode@H501_ValidationRejection@@UAEHAAVPASN_Stream@@@Z @17571 NONAME ?Decode@H501_ValidationRequest@@UAEHAAVPASN_Stream@@@Z @17572 NONAME ?Decode@MCS_AUcf@@UAEHAAVPASN_Stream@@@Z @6851 NONAME ?Decode@MCS_AUrq@@UAEHAAVPASN_Stream@@@Z @6852 NONAME ?Decode@MCS_CAin@@UAEHAAVPASN_Stream@@@Z @6853 NONAME ?Decode@MCS_CArq@@UAEHAAVPASN_Stream@@@Z @6854 NONAME ?Decode@MCS_CCcf@@UAEHAAVPASN_Stream@@@Z @6855 NONAME ?Decode@MCS_CCrq@@UAEHAAVPASN_Stream@@@Z @6856 NONAME ?Decode@MCS_CDin@@UAEHAAVPASN_Stream@@@Z @6857 NONAME ?Decode@MCS_CDrq@@UAEHAAVPASN_Stream@@@Z @6858 NONAME ?Decode@MCS_CEin@@UAEHAAVPASN_Stream@@@Z @6859 NONAME ?Decode@MCS_CErq@@UAEHAAVPASN_Stream@@@Z @6860 NONAME ?Decode@MCS_ChannelAttributes_assigned@@UAEHAAVPASN_Stream@@@Z @6861 NONAME ?Decode@MCS_ChannelAttributes_private@@UAEHAAVPASN_Stream@@@Z @6862 NONAME ?Decode@MCS_ChannelAttributes_static@@UAEHAAVPASN_Stream@@@Z @6863 NONAME ?Decode@MCS_ChannelAttributes_userId@@UAEHAAVPASN_Stream@@@Z @6864 NONAME ?Decode@MCS_CJcf@@UAEHAAVPASN_Stream@@@Z @6865 NONAME ?Decode@MCS_CJrq@@UAEHAAVPASN_Stream@@@Z @6866 NONAME ?Decode@MCS_CLrq@@UAEHAAVPASN_Stream@@@Z @6867 NONAME ?Decode@MCS_Connect_Additional@@UAEHAAVPASN_Stream@@@Z @6868 NONAME ?Decode@MCS_Connect_Initial@@UAEHAAVPASN_Stream@@@Z @6869 NONAME ?Decode@MCS_Connect_Response@@UAEHAAVPASN_Stream@@@Z @6870 NONAME ?Decode@MCS_Connect_Result@@UAEHAAVPASN_Stream@@@Z @6871 NONAME ?Decode@MCS_DomainParameters@@UAEHAAVPASN_Stream@@@Z @6872 NONAME ?Decode@MCS_DPum@@UAEHAAVPASN_Stream@@@Z @6873 NONAME ?Decode@MCS_DUin@@UAEHAAVPASN_Stream@@@Z @6874 NONAME ?Decode@MCS_DUrq@@UAEHAAVPASN_Stream@@@Z @6875 NONAME ?Decode@MCS_EDrq@@UAEHAAVPASN_Stream@@@Z @6876 NONAME ?Decode@MCS_MCcf@@UAEHAAVPASN_Stream@@@Z @6877 NONAME ?Decode@MCS_MCrq@@UAEHAAVPASN_Stream@@@Z @6878 NONAME ?Decode@MCS_MTcf@@UAEHAAVPASN_Stream@@@Z @6879 NONAME ?Decode@MCS_MTrq@@UAEHAAVPASN_Stream@@@Z @6880 NONAME ?Decode@MCS_PCin@@UAEHAAVPASN_Stream@@@Z @6881 NONAME ?Decode@MCS_PDin@@UAEHAAVPASN_Stream@@@Z @6882 NONAME ?Decode@MCS_PTin@@UAEHAAVPASN_Stream@@@Z @6883 NONAME ?Decode@MCS_RJum@@UAEHAAVPASN_Stream@@@Z @6884 NONAME ?Decode@MCS_SDin@@UAEHAAVPASN_Stream@@@Z @6885 NONAME ?Decode@MCS_SDrq@@UAEHAAVPASN_Stream@@@Z @6886 NONAME ?Decode@MCS_TGcf@@UAEHAAVPASN_Stream@@@Z @6887 NONAME ?Decode@MCS_TGrq@@UAEHAAVPASN_Stream@@@Z @6888 NONAME ?Decode@MCS_TIcf@@UAEHAAVPASN_Stream@@@Z @6889 NONAME ?Decode@MCS_TIrq@@UAEHAAVPASN_Stream@@@Z @6890 NONAME ?Decode@MCS_TokenAttributes_given@@UAEHAAVPASN_Stream@@@Z @6891 NONAME ?Decode@MCS_TokenAttributes_giving@@UAEHAAVPASN_Stream@@@Z @6892 NONAME ?Decode@MCS_TokenAttributes_grabbed@@UAEHAAVPASN_Stream@@@Z @6893 NONAME ?Decode@MCS_TokenAttributes_inhibited@@UAEHAAVPASN_Stream@@@Z @6894 NONAME ?Decode@MCS_TokenAttributes_ungivable@@UAEHAAVPASN_Stream@@@Z @6895 NONAME ?Decode@MCS_TPin@@UAEHAAVPASN_Stream@@@Z @6896 NONAME ?Decode@MCS_TPrq@@UAEHAAVPASN_Stream@@@Z @6897 NONAME ?Decode@MCS_TRcf@@UAEHAAVPASN_Stream@@@Z @6898 NONAME ?Decode@MCS_TRrq@@UAEHAAVPASN_Stream@@@Z @6899 NONAME ?Decode@MCS_TTcf@@UAEHAAVPASN_Stream@@@Z @6900 NONAME ?Decode@MCS_TTrq@@UAEHAAVPASN_Stream@@@Z @6901 NONAME ?Decode@MCS_TVcf@@UAEHAAVPASN_Stream@@@Z @6902 NONAME ?Decode@MCS_TVin@@UAEHAAVPASN_Stream@@@Z @6903 NONAME ?Decode@MCS_TVrq@@UAEHAAVPASN_Stream@@@Z @6904 NONAME ?Decode@MCS_TVrs@@UAEHAAVPASN_Stream@@@Z @6905 NONAME ?Decode@MCS_USin@@UAEHAAVPASN_Stream@@@Z @6906 NONAME ?Decode@MCS_USrq@@UAEHAAVPASN_Stream@@@Z @6907 NONAME ?decode@P64Decoder@@UAEHPBEHH@Z @13997 NONAME ?Decode@Q931@@QAEHABVPBYTEArray@@@Z @6909 NONAME ?Decode@T38_Data_Field_subtype@@UAEHAAVPASN_Stream@@@Z @12703 NONAME ?Decode@T38_IFPPacket@@UAEHAAVPASN_Stream@@@Z @12704 NONAME ?Decode@T38_PreCorrigendum_Data_Field_subtype@@UAEHAAVPASN_Stream@@@Z @15133 NONAME ?Decode@T38_PreCorrigendum_IFPPacket@@UAEHAAVPASN_Stream@@@Z @15134 NONAME ?Decode@T38_UDPTLPacket@@UAEHAAVPASN_Stream@@@Z @12705 NONAME ?Decode@T38_UDPTLPacket_error_recovery_fec_info@@UAEHAAVPASN_Stream@@@Z @12706 NONAME ?Decode@X224@@QAEHABVPBYTEArray@@@Z @6910 NONAME ?Decode@X880_Invoke@@UAEHAAVPASN_Stream@@@Z @10110 NONAME ?Decode@X880_Reject@@UAEHAAVPASN_Stream@@@Z @10111 NONAME ?Decode@X880_ReturnError@@UAEHAAVPASN_Stream@@@Z @10112 NONAME ?Decode@X880_ReturnResult@@UAEHAAVPASN_Stream@@@Z @10113 NONAME ?Decode@X880_ReturnResult_result@@UAEHAAVPASN_Stream@@@Z @10114 NONAME ?DecodeArguments@H450xHandler@@QAEHPAVPASN_OctetString@@AAVPASN_Object@@H@Z @13169 NONAME ?DecodeFrame@H323FramedAudioCodec@@UAEHPBEIAAI1@Z @28644 NONAME ?DecodeFrame@H323FramedAudioCodec@@UAEHPBEIAAI@Z @28645 NONAME ?DecodeFrame@H323PluginFramedAudioCodec@@UAEHPBEIAAI1@Z @28670 NONAME ?DecodeFrame@H323StreamedAudioCodec@@UAEHPBEIAAI1@Z @28646 NONAME ?DecodeSample@H323_ALawCodec@@SAFH@Z @13410 NONAME ?DecodeSample@H323_muLawCodec@@SAFH@Z @13411 NONAME ?DecodeSample@PWAVFileConverterALaw@@UAEFH@Z @29683 NONAME ?DecodeSample@PWAVFileConverterULaw@@UAEFH@Z @29684 NONAME ?DecodeSilenceFrame@H323FramedAudioCodec@@UAEXPAXI@Z @18972 NONAME ?DecodeSilenceFrame@H323PluginFramedAudioCodec@@UAEXPAXI@Z @28671 NONAME ?decode_block@P64Decoder@@IAEXIIIIPAE0H@Z @6914 NONAME ?decode_mb@P64Decoder@@IAEHXZ @6915 NONAME ?defaultManufacturerCode@H323EndPoint@@2GA @29109 NONAME ?defaultT35CountryCode@H323EndPoint@@2EA @29110 NONAME ?defaultT35Extension@H323EndPoint@@2EA @29111 NONAME ?DeleteDescriptor@H323PeerElement@@QAEHABVH225_AliasAddress@@H@Z @18256 NONAME ?DeleteDescriptor@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@H@Z @18397 NONAME ?DeleteDescriptor@H323PeerElement@@QAEHABVPString@@H@Z @18257 NONAME ?DeletePDU@H323RasPDU@@UAEXXZ @18285 NONAME ?DeletePDU@H501PDU@@UAEXXZ @18286 NONAME ?Dequeue@ByteQueue@OpalVoipBlasterDevice@@QAEHXZ @13673 NONAME ?DetectSilence@H323AudioCodec@@UAEHXZ @9662 NONAME ?DetectSilence@H323_LIDCodec@@UAEHXZ @9663 NONAME ?DialOut@OpalLineInterfaceDevice@@UAE?AW4CallProgressTones@1@IABVPString@@H@Z @6917 NONAME ?Disable@H235Authenticator@@UAEXXZ @30705 NONAME ?DiscoverAny@H323Gatekeeper@@QAEHXZ @9230 NONAME ?DiscoverByAddress@H323Gatekeeper@@QAEHABVH323TransportAddress@@@Z @9231 NONAME ?DiscoverByName@H323Gatekeeper@@QAEHABVPString@@@Z @9232 NONAME ?DiscoverByNameAndAddress@H323Gatekeeper@@QAEHABVPString@@ABVH323TransportAddress@@@Z @9532 NONAME ?DiscoverGatekeeper@H323EndPoint@@QAEHPAVH323Transport@@@Z @6919 NONAME ?DiscoverGatekeeper@H323Transport@@UAEHAAVH323Gatekeeper@@AAVH323RasPDU@@ABVH323TransportAddress@@@Z @6920 NONAME ?DiscoverGatekeeper@H323TransportUDP@@UAEHAAVH323Gatekeeper@@AAVH323RasPDU@@ABVH323TransportAddress@@@Z @6921 NONAME ?Disengage@H323GatekeeperCall@@UAEHH@Z @14940 NONAME ?DisengageRequest@H323Gatekeeper@@QAEHABVH323Connection@@I@Z @6922 NONAME ?DisengageRequest@H323GatekeeperListener@@QAEHABVH323GatekeeperCall@@I@Z @14737 NONAME ?DoTransfer@PVXMLSession@@UAEHABVPVXMLTransferOptions@@@Z @29113 NONAME ?Enable@H235Authenticator@@UAEXH@Z @30706 NONAME ?EnableAudio@OpalIxJDevice@@UAEHIH@Z @6923 NONAME ?EnableAudio@OpalLineInterfaceDevice@@UAEHIH@Z @6924 NONAME ?EnableAudio@OpalVoipBlasterDevice@@UAEHIH@Z @13674 NONAME ?Encode@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBEXAAVPASN_Stream@@@Z @12471 NONAME ?Encode@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBEXAAVPASN_Stream@@@Z @12472 NONAME ?Encode@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBEXAAVPASN_Stream@@@Z @12473 NONAME ?Encode@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBEXAAVPASN_Stream@@@Z @12474 NONAME ?Encode@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBEXAAVPASN_Stream@@@Z @12475 NONAME ?Encode@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBEXAAVPASN_Stream@@@Z @12476 NONAME ?Encode@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBEXAAVPASN_Stream@@@Z @12477 NONAME ?Encode@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBEXAAVPASN_Stream@@@Z @12478 NONAME ?Encode@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBEXAAVPASN_Stream@@@Z @12479 NONAME ?Encode@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBEXAAVPASN_Stream@@@Z @12480 NONAME ?Encode@GCC_ApplicationInvokeIndication@@UBEXAAVPASN_Stream@@@Z @6935 NONAME ?Encode@GCC_ApplicationInvokeSpecifier@@UBEXAAVPASN_Stream@@@Z @6936 NONAME ?Encode@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBEXAAVPASN_Stream@@@Z @6937 NONAME ?Encode@GCC_ApplicationRecord@@UBEXAAVPASN_Stream@@@Z @6938 NONAME ?Encode@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBEXAAVPASN_Stream@@@Z @6939 NONAME ?Encode@GCC_ChallengeItem@@UBEXAAVPASN_Stream@@@Z @6940 NONAME ?Encode@GCC_ChallengeRequest@@UBEXAAVPASN_Stream@@@Z @6941 NONAME ?Encode@GCC_ChallengeResponse@@UBEXAAVPASN_Stream@@@Z @6942 NONAME ?Encode@GCC_ConductorAssignIndication@@UBEXAAVPASN_Stream@@@Z @6943 NONAME ?Encode@GCC_ConductorPermissionAskIndication@@UBEXAAVPASN_Stream@@@Z @6944 NONAME ?Encode@GCC_ConductorPermissionGrantIndication@@UBEXAAVPASN_Stream@@@Z @6945 NONAME ?Encode@GCC_ConductorReleaseIndication@@UBEXAAVPASN_Stream@@@Z @6946 NONAME ?Encode@GCC_ConferenceAddRequest@@UBEXAAVPASN_Stream@@@Z @6947 NONAME ?Encode@GCC_ConferenceAddResponse@@UBEXAAVPASN_Stream@@@Z @6948 NONAME ?Encode@GCC_ConferenceAssistanceIndication@@UBEXAAVPASN_Stream@@@Z @6949 NONAME ?Encode@GCC_ConferenceCreateRequest@@UBEXAAVPASN_Stream@@@Z @6950 NONAME ?Encode@GCC_ConferenceCreateResponse@@UBEXAAVPASN_Stream@@@Z @6951 NONAME ?Encode@GCC_ConferenceDescriptor@@UBEXAAVPASN_Stream@@@Z @6952 NONAME ?Encode@GCC_ConferenceEjectUserIndication@@UBEXAAVPASN_Stream@@@Z @6953 NONAME ?Encode@GCC_ConferenceEjectUserRequest@@UBEXAAVPASN_Stream@@@Z @6954 NONAME ?Encode@GCC_ConferenceEjectUserResponse@@UBEXAAVPASN_Stream@@@Z @6955 NONAME ?Encode@GCC_ConferenceInviteRequest@@UBEXAAVPASN_Stream@@@Z @6956 NONAME ?Encode@GCC_ConferenceInviteResponse@@UBEXAAVPASN_Stream@@@Z @6957 NONAME ?Encode@GCC_ConferenceJoinRequest@@UBEXAAVPASN_Stream@@@Z @6958 NONAME ?Encode@GCC_ConferenceJoinResponse@@UBEXAAVPASN_Stream@@@Z @6959 NONAME ?Encode@GCC_ConferenceLockIndication@@UBEXAAVPASN_Stream@@@Z @6960 NONAME ?Encode@GCC_ConferenceLockRequest@@UBEXAAVPASN_Stream@@@Z @6961 NONAME ?Encode@GCC_ConferenceLockResponse@@UBEXAAVPASN_Stream@@@Z @6962 NONAME ?Encode@GCC_ConferenceName@@UBEXAAVPASN_Stream@@@Z @6963 NONAME ?Encode@GCC_ConferencePriority@@UBEXAAVPASN_Stream@@@Z @6964 NONAME ?Encode@GCC_ConferenceQueryRequest@@UBEXAAVPASN_Stream@@@Z @6965 NONAME ?Encode@GCC_ConferenceQueryResponse@@UBEXAAVPASN_Stream@@@Z @6966 NONAME ?Encode@GCC_ConferenceTerminateIndication@@UBEXAAVPASN_Stream@@@Z @6967 NONAME ?Encode@GCC_ConferenceTerminateRequest@@UBEXAAVPASN_Stream@@@Z @6968 NONAME ?Encode@GCC_ConferenceTerminateResponse@@UBEXAAVPASN_Stream@@@Z @6969 NONAME ?Encode@GCC_ConferenceTimeExtendIndication@@UBEXAAVPASN_Stream@@@Z @6970 NONAME ?Encode@GCC_ConferenceTimeInquireIndication@@UBEXAAVPASN_Stream@@@Z @6971 NONAME ?Encode@GCC_ConferenceTimeRemainingIndication@@UBEXAAVPASN_Stream@@@Z @6972 NONAME ?Encode@GCC_ConferenceTransferIndication@@UBEXAAVPASN_Stream@@@Z @6973 NONAME ?Encode@GCC_ConferenceTransferRequest@@UBEXAAVPASN_Stream@@@Z @6974 NONAME ?Encode@GCC_ConferenceTransferResponse@@UBEXAAVPASN_Stream@@@Z @6975 NONAME ?Encode@GCC_ConferenceUnlockIndication@@UBEXAAVPASN_Stream@@@Z @6976 NONAME ?Encode@GCC_ConferenceUnlockRequest@@UBEXAAVPASN_Stream@@@Z @6977 NONAME ?Encode@GCC_ConferenceUnlockResponse@@UBEXAAVPASN_Stream@@@Z @6978 NONAME ?Encode@GCC_ConnectData@@UBEXAAVPASN_Stream@@@Z @6979 NONAME ?Encode@GCC_FunctionNotSupportedResponse@@UBEXAAVPASN_Stream@@@Z @6980 NONAME ?Encode@GCC_NetworkAddress_subtype_aggregatedChannel@@UBEXAAVPASN_Stream@@@Z @6981 NONAME ?Encode@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBEXAAVPASN_Stream@@@Z @6982 NONAME ?Encode@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBEXAAVPASN_Stream@@@Z @6983 NONAME ?Encode@GCC_NetworkAddress_subtype_transportConnection@@UBEXAAVPASN_Stream@@@Z @6984 NONAME ?Encode@GCC_NodeProperties@@UBEXAAVPASN_Stream@@@Z @6985 NONAME ?Encode@GCC_NodeRecord@@UBEXAAVPASN_Stream@@@Z @6986 NONAME ?Encode@GCC_NonStandardParameter@@UBEXAAVPASN_Stream@@@Z @6987 NONAME ?Encode@GCC_NonStandardPDU@@UBEXAAVPASN_Stream@@@Z @6988 NONAME ?Encode@GCC_Password@@UBEXAAVPASN_Stream@@@Z @6989 NONAME ?Encode@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBEXAAVPASN_Stream@@@Z @6990 NONAME ?Encode@GCC_RegistryAllocateHandleRequest@@UBEXAAVPASN_Stream@@@Z @6991 NONAME ?Encode@GCC_RegistryAllocateHandleResponse@@UBEXAAVPASN_Stream@@@Z @6992 NONAME ?Encode@GCC_RegistryAssignTokenRequest@@UBEXAAVPASN_Stream@@@Z @6993 NONAME ?Encode@GCC_RegistryDeleteEntryRequest@@UBEXAAVPASN_Stream@@@Z @6994 NONAME ?Encode@GCC_RegistryEntryOwner_owned@@UBEXAAVPASN_Stream@@@Z @6995 NONAME ?Encode@GCC_RegistryKey@@UBEXAAVPASN_Stream@@@Z @6996 NONAME ?Encode@GCC_RegistryMonitorEntryIndication@@UBEXAAVPASN_Stream@@@Z @6997 NONAME ?Encode@GCC_RegistryMonitorEntryRequest@@UBEXAAVPASN_Stream@@@Z @6998 NONAME ?Encode@GCC_RegistryRegisterChannelRequest@@UBEXAAVPASN_Stream@@@Z @6999 NONAME ?Encode@GCC_RegistryResponse@@UBEXAAVPASN_Stream@@@Z @7000 NONAME ?Encode@GCC_RegistryRetrieveEntryRequest@@UBEXAAVPASN_Stream@@@Z @7001 NONAME ?Encode@GCC_RegistrySetParameterRequest@@UBEXAAVPASN_Stream@@@Z @7002 NONAME ?Encode@GCC_RosterUpdateIndication@@UBEXAAVPASN_Stream@@@Z @7003 NONAME ?Encode@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBEXAAVPASN_Stream@@@Z @7004 NONAME ?Encode@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBEXAAVPASN_Stream@@@Z @7005 NONAME ?Encode@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBEXAAVPASN_Stream@@@Z @7006 NONAME ?Encode@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBEXAAVPASN_Stream@@@Z @7007 NONAME ?Encode@GCC_RosterUpdateIndication_nodeInformation@@UBEXAAVPASN_Stream@@@Z @7008 NONAME ?Encode@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBEXAAVPASN_Stream@@@Z @7009 NONAME ?Encode@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBEXAAVPASN_Stream@@@Z @7010 NONAME ?Encode@GCC_SessionKey@@UBEXAAVPASN_Stream@@@Z @7011 NONAME ?Encode@GCC_TextMessageIndication@@UBEXAAVPASN_Stream@@@Z @7012 NONAME ?Encode@GCC_UserData_subtype@@UBEXAAVPASN_Stream@@@Z @7013 NONAME ?Encode@GCC_UserIDIndication@@UBEXAAVPASN_Stream@@@Z @7014 NONAME ?Encode@H225_AddressPattern_range@@UBEXAAVPASN_Stream@@@Z @12171 NONAME ?Encode@H225_AdmissionConfirm@@UBEXAAVPASN_Stream@@@Z @7015 NONAME ?Encode@H225_AdmissionReject@@UBEXAAVPASN_Stream@@@Z @7016 NONAME ?Encode@H225_AdmissionRequest@@UBEXAAVPASN_Stream@@@Z @7017 NONAME ?Encode@H225_Alerting_UUIE@@UBEXAAVPASN_Stream@@@Z @7018 NONAME ?Encode@H225_AlternateGK@@UBEXAAVPASN_Stream@@@Z @7019 NONAME ?Encode@H225_AlternateTransportAddresses@@UBEXAAVPASN_Stream@@@Z @12172 NONAME ?Encode@H225_AltGKInfo@@UBEXAAVPASN_Stream@@@Z @7020 NONAME ?Encode@H225_ANSI_41_UIM@@UBEXAAVPASN_Stream@@@Z @12173 NONAME ?Encode@H225_BandwidthConfirm@@UBEXAAVPASN_Stream@@@Z @7021 NONAME ?Encode@H225_BandwidthDetails@@UBEXAAVPASN_Stream@@@Z @12174 NONAME ?Encode@H225_BandwidthReject@@UBEXAAVPASN_Stream@@@Z @7022 NONAME ?Encode@H225_BandwidthRequest@@UBEXAAVPASN_Stream@@@Z @7023 NONAME ?Encode@H225_CallCapacity@@UBEXAAVPASN_Stream@@@Z @12175 NONAME ?Encode@H225_CallCapacityInfo@@UBEXAAVPASN_Stream@@@Z @12176 NONAME ?Encode@H225_CallCreditCapability@@UBEXAAVPASN_Stream@@@Z @12177 NONAME ?Encode@H225_CallCreditServiceControl@@UBEXAAVPASN_Stream@@@Z @12178 NONAME ?Encode@H225_CallIdentifier@@UBEXAAVPASN_Stream@@@Z @7024 NONAME ?Encode@H225_CallLinkage@@UBEXAAVPASN_Stream@@@Z @12179 NONAME ?Encode@H225_CallProceeding_UUIE@@UBEXAAVPASN_Stream@@@Z @7025 NONAME ?Encode@H225_CallsAvailable@@UBEXAAVPASN_Stream@@@Z @12180 NONAME ?Encode@H225_CapacityReportingCapability@@UBEXAAVPASN_Stream@@@Z @12181 NONAME ?Encode@H225_CapacityReportingSpecification@@UBEXAAVPASN_Stream@@@Z @12182 NONAME ?Encode@H225_CapacityReportingSpecification_when@@UBEXAAVPASN_Stream@@@Z @12183 NONAME ?Encode@H225_CarrierInfo@@UBEXAAVPASN_Stream@@@Z @19364 NONAME ?Encode@H225_CicInfo@@UBEXAAVPASN_Stream@@@Z @12184 NONAME ?Encode@H225_CircuitIdentifier@@UBEXAAVPASN_Stream@@@Z @18973 NONAME ?Encode@H225_CircuitInfo@@UBEXAAVPASN_Stream@@@Z @12185 NONAME ?Encode@H225_ConferenceList@@UBEXAAVPASN_Stream@@@Z @7026 NONAME ?Encode@H225_Connect_UUIE@@UBEXAAVPASN_Stream@@@Z @7027 NONAME ?Encode@H225_CryptoH323Token_cryptoEPPwdHash@@UBEXAAVPASN_Stream@@@Z @7028 NONAME ?Encode@H225_CryptoH323Token_cryptoGKPwdHash@@UBEXAAVPASN_Stream@@@Z @7029 NONAME ?Encode@H225_DataRate@@UBEXAAVPASN_Stream@@@Z @7030 NONAME ?Encode@H225_DisengageConfirm@@UBEXAAVPASN_Stream@@@Z @7031 NONAME ?Encode@H225_DisengageReject@@UBEXAAVPASN_Stream@@@Z @7032 NONAME ?Encode@H225_DisengageRequest@@UBEXAAVPASN_Stream@@@Z @7033 NONAME ?Encode@H225_Endpoint@@UBEXAAVPASN_Stream@@@Z @7034 NONAME ?Encode@H225_EndpointType@@UBEXAAVPASN_Stream@@@Z @7035 NONAME ?Encode@H225_EnumeratedParameter@@UBEXAAVPASN_Stream@@@Z @12186 NONAME ?Encode@H225_ExtendedAliasAddress@@UBEXAAVPASN_Stream@@@Z @12187 NONAME ?Encode@H225_Facility_UUIE@@UBEXAAVPASN_Stream@@@Z @7036 NONAME ?Encode@H225_FeatureSet@@UBEXAAVPASN_Stream@@@Z @12188 NONAME ?Encode@H225_GatekeeperConfirm@@UBEXAAVPASN_Stream@@@Z @7037 NONAME ?Encode@H225_GatekeeperInfo@@UBEXAAVPASN_Stream@@@Z @7038 NONAME ?Encode@H225_GatekeeperReject@@UBEXAAVPASN_Stream@@@Z @7039 NONAME ?Encode@H225_GatekeeperRequest@@UBEXAAVPASN_Stream@@@Z @7040 NONAME ?Encode@H225_GatewayInfo@@UBEXAAVPASN_Stream@@@Z @7041 NONAME ?Encode@H225_GenericData@@UBEXAAVPASN_Stream@@@Z @12189 NONAME ?Encode@H225_GroupID@@UBEXAAVPASN_Stream@@@Z @12190 NONAME ?Encode@H225_GSM_UIM@@UBEXAAVPASN_Stream@@@Z @12191 NONAME ?Encode@H225_H221NonStandard@@UBEXAAVPASN_Stream@@@Z @7042 NONAME ?Encode@H225_H310Caps@@UBEXAAVPASN_Stream@@@Z @7043 NONAME ?Encode@H225_H320Caps@@UBEXAAVPASN_Stream@@@Z @7044 NONAME ?Encode@H225_H321Caps@@UBEXAAVPASN_Stream@@@Z @7045 NONAME ?Encode@H225_H322Caps@@UBEXAAVPASN_Stream@@@Z @7046 NONAME ?Encode@H225_H323Caps@@UBEXAAVPASN_Stream@@@Z @7047 NONAME ?Encode@H225_H323_UserInformation@@UBEXAAVPASN_Stream@@@Z @7048 NONAME ?Encode@H225_H323_UserInformation_user_data@@UBEXAAVPASN_Stream@@@Z @7049 NONAME ?Encode@H225_H323_UU_PDU@@UBEXAAVPASN_Stream@@@Z @7050 NONAME ?Encode@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBEXAAVPASN_Stream@@@Z @12192 NONAME ?Encode@H225_H324Caps@@UBEXAAVPASN_Stream@@@Z @7051 NONAME ?Encode@H225_ICV@@UBEXAAVPASN_Stream@@@Z @7052 NONAME ?Encode@H225_InfoRequest@@UBEXAAVPASN_Stream@@@Z @7053 NONAME ?Encode@H225_InfoRequestAck@@UBEXAAVPASN_Stream@@@Z @7054 NONAME ?Encode@H225_InfoRequestNak@@UBEXAAVPASN_Stream@@@Z @7055 NONAME ?Encode@H225_InfoRequestResponse@@UBEXAAVPASN_Stream@@@Z @7056 NONAME ?Encode@H225_InfoRequestResponse_perCallInfo_subtype@@UBEXAAVPASN_Stream@@@Z @7057 NONAME ?Encode@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBEXAAVPASN_Stream@@@Z @7058 NONAME ?Encode@H225_Information_UUIE@@UBEXAAVPASN_Stream@@@Z @7059 NONAME ?Encode@H225_LocationConfirm@@UBEXAAVPASN_Stream@@@Z @7060 NONAME ?Encode@H225_LocationReject@@UBEXAAVPASN_Stream@@@Z @7061 NONAME ?Encode@H225_LocationRequest@@UBEXAAVPASN_Stream@@@Z @7062 NONAME ?Encode@H225_McuInfo@@UBEXAAVPASN_Stream@@@Z @7063 NONAME ?Encode@H225_NonStandardMessage@@UBEXAAVPASN_Stream@@@Z @7064 NONAME ?Encode@H225_NonStandardParameter@@UBEXAAVPASN_Stream@@@Z @7065 NONAME ?Encode@H225_NonStandardProtocol@@UBEXAAVPASN_Stream@@@Z @7066 NONAME ?Encode@H225_Notify_UUIE@@UBEXAAVPASN_Stream@@@Z @12193 NONAME ?Encode@H225_PrivatePartyNumber@@UBEXAAVPASN_Stream@@@Z @7067 NONAME ?Encode@H225_Progress_UUIE@@UBEXAAVPASN_Stream@@@Z @7068 NONAME ?Encode@H225_PublicPartyNumber@@UBEXAAVPASN_Stream@@@Z @7069 NONAME ?Encode@H225_Q954Details@@UBEXAAVPASN_Stream@@@Z @7070 NONAME ?Encode@H225_QseriesOptions@@UBEXAAVPASN_Stream@@@Z @7071 NONAME ?Encode@H225_RasUsageInformation@@UBEXAAVPASN_Stream@@@Z @12194 NONAME ?Encode@H225_RasUsageInfoTypes@@UBEXAAVPASN_Stream@@@Z @12195 NONAME ?Encode@H225_RasUsageSpecification@@UBEXAAVPASN_Stream@@@Z @12196 NONAME ?Encode@H225_RasUsageSpecification_callStartingPoint@@UBEXAAVPASN_Stream@@@Z @12197 NONAME ?Encode@H225_RasUsageSpecification_when@@UBEXAAVPASN_Stream@@@Z @12198 NONAME ?Encode@H225_RegistrationConfirm@@UBEXAAVPASN_Stream@@@Z @7072 NONAME ?Encode@H225_RegistrationConfirm_preGrantedARQ@@UBEXAAVPASN_Stream@@@Z @7073 NONAME ?Encode@H225_RegistrationReject@@UBEXAAVPASN_Stream@@@Z @7074 NONAME ?Encode@H225_RegistrationRejectReason_invalidTerminalAliases@@UBEXAAVPASN_Stream@@@Z @12199 NONAME ?Encode@H225_RegistrationRequest@@UBEXAAVPASN_Stream@@@Z @7075 NONAME ?Encode@H225_ReleaseComplete_UUIE@@UBEXAAVPASN_Stream@@@Z @7076 NONAME ?Encode@H225_RequestInProgress@@UBEXAAVPASN_Stream@@@Z @7077 NONAME ?Encode@H225_ResourcesAvailableConfirm@@UBEXAAVPASN_Stream@@@Z @7078 NONAME ?Encode@H225_ResourcesAvailableIndicate@@UBEXAAVPASN_Stream@@@Z @7079 NONAME ?Encode@H225_RTPSession@@UBEXAAVPASN_Stream@@@Z @7080 NONAME ?Encode@H225_SecurityCapabilities@@UBEXAAVPASN_Stream@@@Z @7081 NONAME ?Encode@H225_ServiceControlIndication@@UBEXAAVPASN_Stream@@@Z @12200 NONAME ?Encode@H225_ServiceControlIndication_callSpecific@@UBEXAAVPASN_Stream@@@Z @12201 NONAME ?Encode@H225_ServiceControlResponse@@UBEXAAVPASN_Stream@@@Z @12202 NONAME ?Encode@H225_ServiceControlSession@@UBEXAAVPASN_Stream@@@Z @12203 NONAME ?Encode@H225_SetupAcknowledge_UUIE@@UBEXAAVPASN_Stream@@@Z @12204 NONAME ?Encode@H225_Setup_UUIE@@UBEXAAVPASN_Stream@@@Z @7082 NONAME ?Encode@H225_Setup_UUIE_connectionParameters@@UBEXAAVPASN_Stream@@@Z @12205 NONAME ?Encode@H225_SIPCaps@@UBEXAAVPASN_Stream@@@Z @19365 NONAME ?Encode@H225_StatusInquiry_UUIE@@UBEXAAVPASN_Stream@@@Z @12206 NONAME ?Encode@H225_Status_UUIE@@UBEXAAVPASN_Stream@@@Z @12207 NONAME ?Encode@H225_StimulusControl@@UBEXAAVPASN_Stream@@@Z @12208 NONAME ?Encode@H225_SupportedPrefix@@UBEXAAVPASN_Stream@@@Z @7083 NONAME ?Encode@H225_T120OnlyCaps@@UBEXAAVPASN_Stream@@@Z @7084 NONAME ?Encode@H225_T38FaxAnnexbOnlyCaps@@UBEXAAVPASN_Stream@@@Z @12209 NONAME ?Encode@H225_TerminalInfo@@UBEXAAVPASN_Stream@@@Z @7085 NONAME ?Encode@H225_TransportAddress_ip6Address@@UBEXAAVPASN_Stream@@@Z @7086 NONAME ?Encode@H225_TransportAddress_ipAddress@@UBEXAAVPASN_Stream@@@Z @7087 NONAME ?Encode@H225_TransportAddress_ipSourceRoute@@UBEXAAVPASN_Stream@@@Z @7088 NONAME ?Encode@H225_TransportAddress_ipxAddress@@UBEXAAVPASN_Stream@@@Z @7089 NONAME ?Encode@H225_TransportChannelInfo@@UBEXAAVPASN_Stream@@@Z @7090 NONAME ?Encode@H225_TunnelledProtocol@@UBEXAAVPASN_Stream@@@Z @12210 NONAME ?Encode@H225_TunnelledProtocolAlternateIdentifier@@UBEXAAVPASN_Stream@@@Z @12211 NONAME ?Encode@H225_UnknownMessageResponse@@UBEXAAVPASN_Stream@@@Z @7091 NONAME ?Encode@H225_UnregistrationConfirm@@UBEXAAVPASN_Stream@@@Z @7092 NONAME ?Encode@H225_UnregistrationReject@@UBEXAAVPASN_Stream@@@Z @7093 NONAME ?Encode@H225_UnregistrationRequest@@UBEXAAVPASN_Stream@@@Z @7094 NONAME ?Encode@H225_UUIEsRequested@@UBEXAAVPASN_Stream@@@Z @7095 NONAME ?Encode@H225_VendorIdentifier@@UBEXAAVPASN_Stream@@@Z @7096 NONAME ?Encode@H225_VoiceCaps@@UBEXAAVPASN_Stream@@@Z @7097 NONAME ?Encode@H235_ClearToken@@UBEXAAVPASN_Stream@@@Z @7098 NONAME ?Encode@H235_CryptoToken_cryptoEncryptedToken@@UBEXAAVPASN_Stream@@@Z @7099 NONAME ?Encode@H235_CryptoToken_cryptoHashedToken@@UBEXAAVPASN_Stream@@@Z @7100 NONAME ?Encode@H235_CryptoToken_cryptoSignedToken@@UBEXAAVPASN_Stream@@@Z @7101 NONAME ?Encode@H235_DHset@@UBEXAAVPASN_Stream@@@Z @7102 NONAME ?Encode@H235_ECGDSASignature@@UBEXAAVPASN_Stream@@@Z @19366 NONAME ?Encode@H235_ECKASDH_eckasdh2@@UBEXAAVPASN_Stream@@@Z @12993 NONAME ?Encode@H235_ECKASDH_eckasdhp@@UBEXAAVPASN_Stream@@@Z @12994 NONAME ?Encode@H235_ECpoint@@UBEXAAVPASN_Stream@@@Z @19367 NONAME ?Encode@H235_H235CertificateSignature@@UBEXAAVPASN_Stream@@@Z @7103 NONAME ?Encode@H235_KeySignedMaterial@@UBEXAAVPASN_Stream@@@Z @7104 NONAME ?Encode@H235_KeySyncMaterial@@UBEXAAVPASN_Stream@@@Z @7105 NONAME ?Encode@H235_NonStandardParameter@@UBEXAAVPASN_Stream@@@Z @7106 NONAME ?Encode@H235_Params@@UBEXAAVPASN_Stream@@@Z @7107 NONAME ?Encode@H235_ReturnSig@@UBEXAAVPASN_Stream@@@Z @7108 NONAME ?Encode@H235_TypedCertificate@@UBEXAAVPASN_Stream@@@Z @7109 NONAME ?Encode@H235_V3KeySyncMaterial@@UBEXAAVPASN_Stream@@@Z @19368 NONAME ?Encode@H245_ATMParameters@@UBEXAAVPASN_Stream@@@Z @7110 NONAME ?Encode@H245_AudioCapability_g7231@@UBEXAAVPASN_Stream@@@Z @7111 NONAME ?Encode@H245_AudioTelephonyEventCapability@@UBEXAAVPASN_Stream@@@Z @12212 NONAME ?Encode@H245_AudioToneCapability@@UBEXAAVPASN_Stream@@@Z @12213 NONAME ?Encode@H245_AuthenticationCapability@@UBEXAAVPASN_Stream@@@Z @7112 NONAME ?Encode@H245_BEnhancementParameters@@UBEXAAVPASN_Stream@@@Z @7113 NONAME ?Encode@H245_CapabilityDescriptor@@UBEXAAVPASN_Stream@@@Z @7114 NONAME ?Encode@H245_CapabilityTableEntry@@UBEXAAVPASN_Stream@@@Z @7115 NONAME ?Encode@H245_Capability_h233EncryptionReceiveCapability@@UBEXAAVPASN_Stream@@@Z @7116 NONAME ?Encode@H245_CloseLogicalChannel@@UBEXAAVPASN_Stream@@@Z @7117 NONAME ?Encode@H245_CloseLogicalChannelAck@@UBEXAAVPASN_Stream@@@Z @7118 NONAME ?Encode@H245_CommunicationModeCommand@@UBEXAAVPASN_Stream@@@Z @7119 NONAME ?Encode@H245_CommunicationModeRequest@@UBEXAAVPASN_Stream@@@Z @7120 NONAME ?Encode@H245_CommunicationModeTableEntry@@UBEXAAVPASN_Stream@@@Z @7121 NONAME ?Encode@H245_ConferenceCapability@@UBEXAAVPASN_Stream@@@Z @7122 NONAME ?Encode@H245_ConferenceRequest_requestTerminalCertificate@@UBEXAAVPASN_Stream@@@Z @7123 NONAME ?Encode@H245_ConferenceResponse_chairTokenOwnerResponse@@UBEXAAVPASN_Stream@@@Z @7124 NONAME ?Encode@H245_ConferenceResponse_conferenceIDResponse@@UBEXAAVPASN_Stream@@@Z @7125 NONAME ?Encode@H245_ConferenceResponse_extensionAddressResponse@@UBEXAAVPASN_Stream@@@Z @7126 NONAME ?Encode@H245_ConferenceResponse_mCTerminalIDResponse@@UBEXAAVPASN_Stream@@@Z @7127 NONAME ?Encode@H245_ConferenceResponse_passwordResponse@@UBEXAAVPASN_Stream@@@Z @7128 NONAME ?Encode@H245_ConferenceResponse_terminalCertificateResponse@@UBEXAAVPASN_Stream@@@Z @7129 NONAME ?Encode@H245_ConferenceResponse_terminalIDResponse@@UBEXAAVPASN_Stream@@@Z @7130 NONAME ?Encode@H245_ConnectionIdentifier@@UBEXAAVPASN_Stream@@@Z @12214 NONAME ?Encode@H245_Criteria@@UBEXAAVPASN_Stream@@@Z @7131 NONAME ?Encode@H245_CustomPictureClockFrequency@@UBEXAAVPASN_Stream@@@Z @7132 NONAME ?Encode@H245_CustomPictureFormat@@UBEXAAVPASN_Stream@@@Z @7133 NONAME ?Encode@H245_CustomPictureFormat_mPI@@UBEXAAVPASN_Stream@@@Z @7134 NONAME ?Encode@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBEXAAVPASN_Stream@@@Z @7135 NONAME ?Encode@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBEXAAVPASN_Stream@@@Z @7136 NONAME ?Encode@H245_DataApplicationCapability@@UBEXAAVPASN_Stream@@@Z @7137 NONAME ?Encode@H245_DataApplicationCapability_application_nlpid@@UBEXAAVPASN_Stream@@@Z @7138 NONAME ?Encode@H245_DataApplicationCapability_application_t38fax@@UBEXAAVPASN_Stream@@@Z @12215 NONAME ?Encode@H245_DataApplicationCapability_application_t84@@UBEXAAVPASN_Stream@@@Z @7139 NONAME ?Encode@H245_DataMode@@UBEXAAVPASN_Stream@@@Z @7140 NONAME ?Encode@H245_DataMode_application_nlpid@@UBEXAAVPASN_Stream@@@Z @7141 NONAME ?Encode@H245_DataMode_application_t38fax@@UBEXAAVPASN_Stream@@@Z @12216 NONAME ?Encode@H245_DepFECCapability_rfc2733@@UBEXAAVPASN_Stream@@@Z @30707 NONAME ?Encode@H245_DepFECCapability_rfc2733_separateStream@@UBEXAAVPASN_Stream@@@Z @30708 NONAME ?Encode@H245_DepFECData_rfc2733@@UBEXAAVPASN_Stream@@@Z @30709 NONAME ?Encode@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBEXAAVPASN_Stream@@@Z @30710 NONAME ?Encode@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBEXAAVPASN_Stream@@@Z @30711 NONAME ?Encode@H245_DepFECMode_rfc2733Mode@@UBEXAAVPASN_Stream@@@Z @30712 NONAME ?Encode@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBEXAAVPASN_Stream@@@Z @30713 NONAME ?Encode@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBEXAAVPASN_Stream@@@Z @30714 NONAME ?Encode@H245_DialingInformationNumber@@UBEXAAVPASN_Stream@@@Z @12217 NONAME ?Encode@H245_EncryptionAuthenticationAndIntegrity@@UBEXAAVPASN_Stream@@@Z @7142 NONAME ?Encode@H245_EncryptionCommand_encryptionAlgorithmID@@UBEXAAVPASN_Stream@@@Z @7143 NONAME ?Encode@H245_EncryptionSync@@UBEXAAVPASN_Stream@@@Z @7144 NONAME ?Encode@H245_EncryptionUpdateRequest@@UBEXAAVPASN_Stream@@@Z @7145 NONAME ?Encode@H245_EnhancementLayerInfo@@UBEXAAVPASN_Stream@@@Z @7146 NONAME ?Encode@H245_EnhancementOptions@@UBEXAAVPASN_Stream@@@Z @7147 NONAME ?Encode@H245_EscrowData@@UBEXAAVPASN_Stream@@@Z @7148 NONAME ?Encode@H245_ExtendedVideoCapability@@UBEXAAVPASN_Stream@@@Z @30715 NONAME ?Encode@H245_FECCapability@@UBEXAAVPASN_Stream@@@Z @30716 NONAME ?Encode@H245_FECData_rfc2733@@UBEXAAVPASN_Stream@@@Z @19371 NONAME ?Encode@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBEXAAVPASN_Stream@@@Z @30717 NONAME ?Encode@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UBEXAAVPASN_Stream@@@Z @30718 NONAME ?Encode@H245_FECMode@@UBEXAAVPASN_Stream@@@Z @30719 NONAME ?Encode@H245_FlowControlCommand@@UBEXAAVPASN_Stream@@@Z @7149 NONAME ?Encode@H245_FlowControlIndication@@UBEXAAVPASN_Stream@@@Z @12218 NONAME ?Encode@H245_FunctionNotSupported@@UBEXAAVPASN_Stream@@@Z @7150 NONAME ?Encode@H245_G7231AnnexCCapability@@UBEXAAVPASN_Stream@@@Z @7151 NONAME ?Encode@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBEXAAVPASN_Stream@@@Z @7152 NONAME ?Encode@H245_G7231AnnexCMode@@UBEXAAVPASN_Stream@@@Z @7153 NONAME ?Encode@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBEXAAVPASN_Stream@@@Z @7154 NONAME ?Encode@H245_G729Extensions@@UBEXAAVPASN_Stream@@@Z @12219 NONAME ?Encode@H245_GenericCapability@@UBEXAAVPASN_Stream@@@Z @12220 NONAME ?Encode@H245_GenericMessage@@UBEXAAVPASN_Stream@@@Z @30720 NONAME ?Encode@H245_GenericParameter@@UBEXAAVPASN_Stream@@@Z @12221 NONAME ?Encode@H245_GSMAudioCapability@@UBEXAAVPASN_Stream@@@Z @7155 NONAME ?Encode@H245_H222Capability@@UBEXAAVPASN_Stream@@@Z @7156 NONAME ?Encode@H245_H222LogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @7157 NONAME ?Encode@H245_H223AL1MParameters@@UBEXAAVPASN_Stream@@@Z @7158 NONAME ?Encode@H245_H223AL2MParameters@@UBEXAAVPASN_Stream@@@Z @7159 NONAME ?Encode@H245_H223AL3MParameters@@UBEXAAVPASN_Stream@@@Z @7160 NONAME ?Encode@H245_H223AnnexCArqParameters@@UBEXAAVPASN_Stream@@@Z @7161 NONAME ?Encode@H245_H223AnnexCCapability@@UBEXAAVPASN_Stream@@@Z @7162 NONAME ?Encode@H245_H223Capability@@UBEXAAVPASN_Stream@@@Z @7163 NONAME ?Encode@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBEXAAVPASN_Stream@@@Z @7164 NONAME ?Encode@H245_H223Capability_mobileMultilinkFrameCapability@@UBEXAAVPASN_Stream@@@Z @12222 NONAME ?Encode@H245_H223Capability_mobileOperationTransmitCapability@@UBEXAAVPASN_Stream@@@Z @7165 NONAME ?Encode@H245_H223LogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @7166 NONAME ?Encode@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBEXAAVPASN_Stream@@@Z @7167 NONAME ?Encode@H245_H223ModeParameters@@UBEXAAVPASN_Stream@@@Z @7168 NONAME ?Encode@H245_H223ModeParameters_adaptationLayerType_al3@@UBEXAAVPASN_Stream@@@Z @7169 NONAME ?Encode@H245_H223SkewIndication@@UBEXAAVPASN_Stream@@@Z @7170 NONAME ?Encode@H245_H2250Capability@@UBEXAAVPASN_Stream@@@Z @7171 NONAME ?Encode@H245_H2250Capability_mcCapability@@UBEXAAVPASN_Stream@@@Z @7172 NONAME ?Encode@H245_H2250LogicalChannelAckParameters@@UBEXAAVPASN_Stream@@@Z @7173 NONAME ?Encode@H245_H2250LogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @7174 NONAME ?Encode@H245_H2250MaximumSkewIndication@@UBEXAAVPASN_Stream@@@Z @7175 NONAME ?Encode@H245_H2250ModeParameters@@UBEXAAVPASN_Stream@@@Z @7176 NONAME ?Encode@H245_H235Media@@UBEXAAVPASN_Stream@@@Z @7177 NONAME ?Encode@H245_H235Mode@@UBEXAAVPASN_Stream@@@Z @7178 NONAME ?Encode@H245_H235SecurityCapability@@UBEXAAVPASN_Stream@@@Z @7179 NONAME ?Encode@H245_H261VideoCapability@@UBEXAAVPASN_Stream@@@Z @7180 NONAME ?Encode@H245_H261VideoMode@@UBEXAAVPASN_Stream@@@Z @7181 NONAME ?Encode@H245_H262VideoCapability@@UBEXAAVPASN_Stream@@@Z @7182 NONAME ?Encode@H245_H262VideoMode@@UBEXAAVPASN_Stream@@@Z @7183 NONAME ?Encode@H245_H263ModeComboFlags@@UBEXAAVPASN_Stream@@@Z @7184 NONAME ?Encode@H245_H263Options@@UBEXAAVPASN_Stream@@@Z @7185 NONAME ?Encode@H245_H263Version3Options@@UBEXAAVPASN_Stream@@@Z @12223 NONAME ?Encode@H245_H263VideoCapability@@UBEXAAVPASN_Stream@@@Z @7186 NONAME ?Encode@H245_H263VideoMode@@UBEXAAVPASN_Stream@@@Z @7187 NONAME ?Encode@H245_H263VideoModeCombos@@UBEXAAVPASN_Stream@@@Z @7188 NONAME ?Encode@H245_IntegrityCapability@@UBEXAAVPASN_Stream@@@Z @7189 NONAME ?Encode@H245_IS11172AudioCapability@@UBEXAAVPASN_Stream@@@Z @7190 NONAME ?Encode@H245_IS11172AudioMode@@UBEXAAVPASN_Stream@@@Z @7191 NONAME ?Encode@H245_IS11172VideoCapability@@UBEXAAVPASN_Stream@@@Z @7192 NONAME ?Encode@H245_IS11172VideoMode@@UBEXAAVPASN_Stream@@@Z @7193 NONAME ?Encode@H245_IS13818AudioCapability@@UBEXAAVPASN_Stream@@@Z @7194 NONAME ?Encode@H245_IS13818AudioMode@@UBEXAAVPASN_Stream@@@Z @7195 NONAME ?Encode@H245_JitterIndication@@UBEXAAVPASN_Stream@@@Z @7196 NONAME ?Encode@H245_KeyProtectionMethod@@UBEXAAVPASN_Stream@@@Z @7197 NONAME ?Encode@H245_LogicalChannelRateAcknowledge@@UBEXAAVPASN_Stream@@@Z @12224 NONAME ?Encode@H245_LogicalChannelRateReject@@UBEXAAVPASN_Stream@@@Z @12225 NONAME ?Encode@H245_LogicalChannelRateRelease@@UBEXAAVPASN_Stream@@@Z @12226 NONAME ?Encode@H245_LogicalChannelRateRequest@@UBEXAAVPASN_Stream@@@Z @12227 NONAME ?Encode@H245_MaintenanceLoopAck@@UBEXAAVPASN_Stream@@@Z @7198 NONAME ?Encode@H245_MaintenanceLoopOffCommand@@UBEXAAVPASN_Stream@@@Z @7199 NONAME ?Encode@H245_MaintenanceLoopReject@@UBEXAAVPASN_Stream@@@Z @7200 NONAME ?Encode@H245_MaintenanceLoopRequest@@UBEXAAVPASN_Stream@@@Z @7201 NONAME ?Encode@H245_MasterSlaveDetermination@@UBEXAAVPASN_Stream@@@Z @7202 NONAME ?Encode@H245_MasterSlaveDeterminationAck@@UBEXAAVPASN_Stream@@@Z @7203 NONAME ?Encode@H245_MasterSlaveDeterminationReject@@UBEXAAVPASN_Stream@@@Z @7204 NONAME ?Encode@H245_MasterSlaveDeterminationRelease@@UBEXAAVPASN_Stream@@@Z @7205 NONAME ?Encode@H245_MCLocationIndication@@UBEXAAVPASN_Stream@@@Z @7206 NONAME ?Encode@H245_MediaChannelCapability@@UBEXAAVPASN_Stream@@@Z @7207 NONAME ?Encode@H245_MediaDistributionCapability@@UBEXAAVPASN_Stream@@@Z @7208 NONAME ?Encode@H245_MediaPacketizationCapability@@UBEXAAVPASN_Stream@@@Z @7209 NONAME ?Encode@H245_MediaTransportType_atm_AAL5_compressed@@UBEXAAVPASN_Stream@@@Z @12228 NONAME ?Encode@H245_MiscellaneousCommand@@UBEXAAVPASN_Stream@@@Z @7210 NONAME ?Encode@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBEXAAVPASN_Stream@@@Z @30721 NONAME ?Encode@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBEXAAVPASN_Stream@@@Z @30722 NONAME ?Encode@H245_MiscellaneousCommand_type_lostPartialPicture@@UBEXAAVPASN_Stream@@@Z @12229 NONAME ?Encode@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBEXAAVPASN_Stream@@@Z @7211 NONAME ?Encode@H245_MiscellaneousCommand_type_videoBadMBs@@UBEXAAVPASN_Stream@@@Z @12230 NONAME ?Encode@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBEXAAVPASN_Stream@@@Z @7212 NONAME ?Encode@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBEXAAVPASN_Stream@@@Z @7213 NONAME ?Encode@H245_MiscellaneousIndication@@UBEXAAVPASN_Stream@@@Z @7214 NONAME ?Encode@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBEXAAVPASN_Stream@@@Z @7215 NONAME ?Encode@H245_MobileMultilinkReconfigurationCommand@@UBEXAAVPASN_Stream@@@Z @12231 NONAME ?Encode@H245_MobileMultilinkReconfigurationIndication@@UBEXAAVPASN_Stream@@@Z @12232 NONAME ?Encode@H245_ModeElement@@UBEXAAVPASN_Stream@@@Z @7216 NONAME ?Encode@H245_MulticastAddress_iP6Address@@UBEXAAVPASN_Stream@@@Z @7217 NONAME ?Encode@H245_MulticastAddress_iPAddress@@UBEXAAVPASN_Stream@@@Z @7218 NONAME ?Encode@H245_MultilinkIndication_crcDesired@@UBEXAAVPASN_Stream@@@Z @12233 NONAME ?Encode@H245_MultilinkIndication_excessiveError@@UBEXAAVPASN_Stream@@@Z @12234 NONAME ?Encode@H245_MultilinkRequest_addConnection@@UBEXAAVPASN_Stream@@@Z @12235 NONAME ?Encode@H245_MultilinkRequest_callInformation@@UBEXAAVPASN_Stream@@@Z @12236 NONAME ?Encode@H245_MultilinkRequest_maximumHeaderInterval@@UBEXAAVPASN_Stream@@@Z @12237 NONAME ?Encode@H245_MultilinkRequest_removeConnection@@UBEXAAVPASN_Stream@@@Z @12238 NONAME ?Encode@H245_MultilinkResponse_addConnection@@UBEXAAVPASN_Stream@@@Z @12239 NONAME ?Encode@H245_MultilinkResponse_callInformation@@UBEXAAVPASN_Stream@@@Z @12240 NONAME ?Encode@H245_MultilinkResponse_maximumHeaderInterval@@UBEXAAVPASN_Stream@@@Z @12241 NONAME ?Encode@H245_MultilinkResponse_removeConnection@@UBEXAAVPASN_Stream@@@Z @12242 NONAME ?Encode@H245_MultiplePayloadStream@@UBEXAAVPASN_Stream@@@Z @19377 NONAME ?Encode@H245_MultiplePayloadStreamCapability@@UBEXAAVPASN_Stream@@@Z @19378 NONAME ?Encode@H245_MultiplePayloadStreamElement@@UBEXAAVPASN_Stream@@@Z @19379 NONAME ?Encode@H245_MultiplePayloadStreamElementMode@@UBEXAAVPASN_Stream@@@Z @19380 NONAME ?Encode@H245_MultiplePayloadStreamMode@@UBEXAAVPASN_Stream@@@Z @19381 NONAME ?Encode@H245_MultiplexedStreamCapability@@UBEXAAVPASN_Stream@@@Z @12243 NONAME ?Encode@H245_MultiplexedStreamModeParameters@@UBEXAAVPASN_Stream@@@Z @12244 NONAME ?Encode@H245_MultiplexedStreamParameter@@UBEXAAVPASN_Stream@@@Z @12245 NONAME ?Encode@H245_MultiplexElement@@UBEXAAVPASN_Stream@@@Z @7219 NONAME ?Encode@H245_MultiplexEntryDescriptor@@UBEXAAVPASN_Stream@@@Z @7220 NONAME ?Encode@H245_MultiplexEntryRejectionDescriptions@@UBEXAAVPASN_Stream@@@Z @7221 NONAME ?Encode@H245_MultiplexEntrySend@@UBEXAAVPASN_Stream@@@Z @7222 NONAME ?Encode@H245_MultiplexEntrySendAck@@UBEXAAVPASN_Stream@@@Z @7223 NONAME ?Encode@H245_MultiplexEntrySendReject@@UBEXAAVPASN_Stream@@@Z @7224 NONAME ?Encode@H245_MultiplexEntrySendRelease@@UBEXAAVPASN_Stream@@@Z @7225 NONAME ?Encode@H245_MultipointCapability@@UBEXAAVPASN_Stream@@@Z @7226 NONAME ?Encode@H245_NetworkAccessParameters@@UBEXAAVPASN_Stream@@@Z @7227 NONAME ?Encode@H245_NewATMVCCommand@@UBEXAAVPASN_Stream@@@Z @12246 NONAME ?Encode@H245_NewATMVCCommand_aal_aal1@@UBEXAAVPASN_Stream@@@Z @12247 NONAME ?Encode@H245_NewATMVCCommand_aal_aal5@@UBEXAAVPASN_Stream@@@Z @12248 NONAME ?Encode@H245_NewATMVCCommand_reverseParameters@@UBEXAAVPASN_Stream@@@Z @12249 NONAME ?Encode@H245_NewATMVCIndication@@UBEXAAVPASN_Stream@@@Z @7228 NONAME ?Encode@H245_NewATMVCIndication_aal_aal1@@UBEXAAVPASN_Stream@@@Z @7229 NONAME ?Encode@H245_NewATMVCIndication_aal_aal5@@UBEXAAVPASN_Stream@@@Z @7230 NONAME ?Encode@H245_NewATMVCIndication_reverseParameters@@UBEXAAVPASN_Stream@@@Z @7231 NONAME ?Encode@H245_NonStandardIdentifier_h221NonStandard@@UBEXAAVPASN_Stream@@@Z @7232 NONAME ?Encode@H245_NonStandardMessage@@UBEXAAVPASN_Stream@@@Z @7233 NONAME ?Encode@H245_NonStandardParameter@@UBEXAAVPASN_Stream@@@Z @7234 NONAME ?Encode@H245_NoPTAudioTelephonyEventCapability@@UBEXAAVPASN_Stream@@@Z @19382 NONAME ?Encode@H245_NoPTAudioToneCapability@@UBEXAAVPASN_Stream@@@Z @19383 NONAME ?Encode@H245_OpenLogicalChannel@@UBEXAAVPASN_Stream@@@Z @7235 NONAME ?Encode@H245_OpenLogicalChannelAck@@UBEXAAVPASN_Stream@@@Z @7236 NONAME ?Encode@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @7237 NONAME ?Encode@H245_OpenLogicalChannelConfirm@@UBEXAAVPASN_Stream@@@Z @7238 NONAME ?Encode@H245_OpenLogicalChannelReject@@UBEXAAVPASN_Stream@@@Z @7239 NONAME ?Encode@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @7240 NONAME ?Encode@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @7241 NONAME ?Encode@H245_Params@@UBEXAAVPASN_Stream@@@Z @30723 NONAME ?Encode@H245_Q2931Address@@UBEXAAVPASN_Stream@@@Z @7242 NONAME ?Encode@H245_QOSCapability@@UBEXAAVPASN_Stream@@@Z @7243 NONAME ?Encode@H245_RedundancyEncoding@@UBEXAAVPASN_Stream@@@Z @7244 NONAME ?Encode@H245_RedundancyEncodingCapability@@UBEXAAVPASN_Stream@@@Z @7245 NONAME ?Encode@H245_RedundancyEncodingDTMode@@UBEXAAVPASN_Stream@@@Z @19384 NONAME ?Encode@H245_RedundancyEncodingDTModeElement@@UBEXAAVPASN_Stream@@@Z @19385 NONAME ?Encode@H245_RedundancyEncodingElement@@UBEXAAVPASN_Stream@@@Z @19386 NONAME ?Encode@H245_RedundancyEncodingMode@@UBEXAAVPASN_Stream@@@Z @7246 NONAME ?Encode@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBEXAAVPASN_Stream@@@Z @19387 NONAME ?Encode@H245_RefPictureSelection@@UBEXAAVPASN_Stream@@@Z @7247 NONAME ?Encode@H245_RefPictureSelection_additionalPictureMemory@@UBEXAAVPASN_Stream@@@Z @7248 NONAME ?Encode@H245_RefPictureSelection_enhancedReferencePicSelect@@UBEXAAVPASN_Stream@@@Z @12250 NONAME ?Encode@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBEXAAVPASN_Stream@@@Z @12251 NONAME ?Encode@H245_RequestAllTerminalIDsResponse@@UBEXAAVPASN_Stream@@@Z @7249 NONAME ?Encode@H245_RequestChannelClose@@UBEXAAVPASN_Stream@@@Z @7250 NONAME ?Encode@H245_RequestChannelCloseAck@@UBEXAAVPASN_Stream@@@Z @7251 NONAME ?Encode@H245_RequestChannelCloseReject@@UBEXAAVPASN_Stream@@@Z @7252 NONAME ?Encode@H245_RequestChannelCloseRelease@@UBEXAAVPASN_Stream@@@Z @7253 NONAME ?Encode@H245_RequestMode@@UBEXAAVPASN_Stream@@@Z @7254 NONAME ?Encode@H245_RequestModeAck@@UBEXAAVPASN_Stream@@@Z @7255 NONAME ?Encode@H245_RequestModeReject@@UBEXAAVPASN_Stream@@@Z @7256 NONAME ?Encode@H245_RequestModeRelease@@UBEXAAVPASN_Stream@@@Z @7257 NONAME ?Encode@H245_RequestMultiplexEntry@@UBEXAAVPASN_Stream@@@Z @7258 NONAME ?Encode@H245_RequestMultiplexEntryAck@@UBEXAAVPASN_Stream@@@Z @7259 NONAME ?Encode@H245_RequestMultiplexEntryReject@@UBEXAAVPASN_Stream@@@Z @7260 NONAME ?Encode@H245_RequestMultiplexEntryRejectionDescriptions@@UBEXAAVPASN_Stream@@@Z @7261 NONAME ?Encode@H245_RequestMultiplexEntryRelease@@UBEXAAVPASN_Stream@@@Z @7262 NONAME ?Encode@H245_RoundTripDelayRequest@@UBEXAAVPASN_Stream@@@Z @7263 NONAME ?Encode@H245_RoundTripDelayResponse@@UBEXAAVPASN_Stream@@@Z @7264 NONAME ?Encode@H245_RSVPParameters@@UBEXAAVPASN_Stream@@@Z @7265 NONAME ?Encode@H245_RTPH263VideoRedundancyEncoding@@UBEXAAVPASN_Stream@@@Z @7266 NONAME ?Encode@H245_RTPH263VideoRedundancyFrameMapping@@UBEXAAVPASN_Stream@@@Z @7267 NONAME ?Encode@H245_RTPPayloadType@@UBEXAAVPASN_Stream@@@Z @7268 NONAME ?Encode@H245_SendTerminalCapabilitySet_specificRequest@@UBEXAAVPASN_Stream@@@Z @7269 NONAME ?Encode@H245_SubstituteConferenceIDCommand@@UBEXAAVPASN_Stream@@@Z @7270 NONAME ?Encode@H245_T38FaxProfile@@UBEXAAVPASN_Stream@@@Z @12252 NONAME ?Encode@H245_T38FaxTcpOptions@@UBEXAAVPASN_Stream@@@Z @12253 NONAME ?Encode@H245_T38FaxUdpOptions@@UBEXAAVPASN_Stream@@@Z @12254 NONAME ?Encode@H245_T84Profile_t84Restricted@@UBEXAAVPASN_Stream@@@Z @7271 NONAME ?Encode@H245_TerminalCapabilitySet@@UBEXAAVPASN_Stream@@@Z @7272 NONAME ?Encode@H245_TerminalCapabilitySetAck@@UBEXAAVPASN_Stream@@@Z @7273 NONAME ?Encode@H245_TerminalCapabilitySetReject@@UBEXAAVPASN_Stream@@@Z @7274 NONAME ?Encode@H245_TerminalCapabilitySetRelease@@UBEXAAVPASN_Stream@@@Z @7275 NONAME ?Encode@H245_TerminalInformation@@UBEXAAVPASN_Stream@@@Z @7276 NONAME ?Encode@H245_TerminalLabel@@UBEXAAVPASN_Stream@@@Z @7277 NONAME ?Encode@H245_TerminalYouAreSeeingInSubPictureNumber@@UBEXAAVPASN_Stream@@@Z @7278 NONAME ?Encode@H245_TransparencyParameters@@UBEXAAVPASN_Stream@@@Z @7279 NONAME ?Encode@H245_TransportCapability@@UBEXAAVPASN_Stream@@@Z @7280 NONAME ?Encode@H245_UnicastAddress_iP6Address@@UBEXAAVPASN_Stream@@@Z @7281 NONAME ?Encode@H245_UnicastAddress_iPAddress@@UBEXAAVPASN_Stream@@@Z @7282 NONAME ?Encode@H245_UnicastAddress_iPSourceRouteAddress@@UBEXAAVPASN_Stream@@@Z @7283 NONAME ?Encode@H245_UnicastAddress_iPXAddress@@UBEXAAVPASN_Stream@@@Z @7284 NONAME ?Encode@H245_UserInputIndication_encryptedAlphanumeric@@UBEXAAVPASN_Stream@@@Z @30724 NONAME ?Encode@H245_UserInputIndication_extendedAlphanumeric@@UBEXAAVPASN_Stream@@@Z @12255 NONAME ?Encode@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBEXAAVPASN_Stream@@@Z @30725 NONAME ?Encode@H245_UserInputIndication_signal@@UBEXAAVPASN_Stream@@@Z @7285 NONAME ?Encode@H245_UserInputIndication_signalUpdate@@UBEXAAVPASN_Stream@@@Z @7286 NONAME ?Encode@H245_UserInputIndication_signalUpdate_rtp@@UBEXAAVPASN_Stream@@@Z @7287 NONAME ?Encode@H245_UserInputIndication_signal_rtp@@UBEXAAVPASN_Stream@@@Z @7288 NONAME ?Encode@H245_V42bis@@UBEXAAVPASN_Stream@@@Z @7289 NONAME ?Encode@H245_V75Capability@@UBEXAAVPASN_Stream@@@Z @7290 NONAME ?Encode@H245_V75Parameters@@UBEXAAVPASN_Stream@@@Z @7291 NONAME ?Encode@H245_V76Capability@@UBEXAAVPASN_Stream@@@Z @7292 NONAME ?Encode@H245_V76HDLCParameters@@UBEXAAVPASN_Stream@@@Z @7293 NONAME ?Encode@H245_V76LogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @7294 NONAME ?Encode@H245_V76LogicalChannelParameters_mode_eRM@@UBEXAAVPASN_Stream@@@Z @7295 NONAME ?Encode@H245_VBDCapability@@UBEXAAVPASN_Stream@@@Z @19388 NONAME ?Encode@H245_VBDMode@@UBEXAAVPASN_Stream@@@Z @19389 NONAME ?Encode@H245_VCCapability@@UBEXAAVPASN_Stream@@@Z @7296 NONAME ?Encode@H245_VCCapability_aal1@@UBEXAAVPASN_Stream@@@Z @7297 NONAME ?Encode@H245_VCCapability_aal1ViaGateway@@UBEXAAVPASN_Stream@@@Z @12256 NONAME ?Encode@H245_VCCapability_aal5@@UBEXAAVPASN_Stream@@@Z @7298 NONAME ?Encode@H245_VCCapability_availableBitRates@@UBEXAAVPASN_Stream@@@Z @7299 NONAME ?Encode@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBEXAAVPASN_Stream@@@Z @7300 NONAME ?Encode@H245_VendorIdentification@@UBEXAAVPASN_Stream@@@Z @7301 NONAME ?Encode@H245_VideoIndicateCompose@@UBEXAAVPASN_Stream@@@Z @7302 NONAME ?Encode@H248_ActionReply@@UBEXAAVPASN_Stream@@@Z @16299 NONAME ?Encode@H248_ActionRequest@@UBEXAAVPASN_Stream@@@Z @16300 NONAME ?Encode@H248_AmmRequest@@UBEXAAVPASN_Stream@@@Z @16301 NONAME ?Encode@H248_AmmsReply@@UBEXAAVPASN_Stream@@@Z @16302 NONAME ?Encode@H248_AuditDescriptor@@UBEXAAVPASN_Stream@@@Z @16303 NONAME ?Encode@H248_AuditRequest@@UBEXAAVPASN_Stream@@@Z @16304 NONAME ?Encode@H248_AuditResult@@UBEXAAVPASN_Stream@@@Z @16305 NONAME ?Encode@H248_AuthenticationHeader@@UBEXAAVPASN_Stream@@@Z @16306 NONAME ?Encode@H248_CommandRequest@@UBEXAAVPASN_Stream@@@Z @16307 NONAME ?Encode@H248_ContextAttrAuditRequest@@UBEXAAVPASN_Stream@@@Z @16308 NONAME ?Encode@H248_ContextRequest@@UBEXAAVPASN_Stream@@@Z @16309 NONAME ?Encode@H248_DigitMapDescriptor@@UBEXAAVPASN_Stream@@@Z @16310 NONAME ?Encode@H248_DigitMapValue@@UBEXAAVPASN_Stream@@@Z @16311 NONAME ?Encode@H248_DomainName@@UBEXAAVPASN_Stream@@@Z @16312 NONAME ?Encode@H248_ErrorDescriptor@@UBEXAAVPASN_Stream@@@Z @16313 NONAME ?Encode@H248_EventParameter@@UBEXAAVPASN_Stream@@@Z @16314 NONAME ?Encode@H248_EventsDescriptor@@UBEXAAVPASN_Stream@@@Z @16315 NONAME ?Encode@H248_EventSpec@@UBEXAAVPASN_Stream@@@Z @16316 NONAME ?Encode@H248_H221NonStandard@@UBEXAAVPASN_Stream@@@Z @16317 NONAME ?Encode@H248_IndAudDigitMapDescriptor@@UBEXAAVPASN_Stream@@@Z @16318 NONAME ?Encode@H248_IndAudEventBufferDescriptor@@UBEXAAVPASN_Stream@@@Z @16319 NONAME ?Encode@H248_IndAudEventsDescriptor@@UBEXAAVPASN_Stream@@@Z @16320 NONAME ?Encode@H248_IndAudLocalControlDescriptor@@UBEXAAVPASN_Stream@@@Z @16321 NONAME ?Encode@H248_IndAudLocalRemoteDescriptor@@UBEXAAVPASN_Stream@@@Z @16322 NONAME ?Encode@H248_IndAudMediaDescriptor@@UBEXAAVPASN_Stream@@@Z @16323 NONAME ?Encode@H248_IndAudPackagesDescriptor@@UBEXAAVPASN_Stream@@@Z @16324 NONAME ?Encode@H248_IndAudPropertyParm@@UBEXAAVPASN_Stream@@@Z @16325 NONAME ?Encode@H248_IndAudSeqSigList@@UBEXAAVPASN_Stream@@@Z @16326 NONAME ?Encode@H248_IndAudSignal@@UBEXAAVPASN_Stream@@@Z @16327 NONAME ?Encode@H248_IndAudStatisticsDescriptor@@UBEXAAVPASN_Stream@@@Z @16328 NONAME ?Encode@H248_IndAudStreamDescriptor@@UBEXAAVPASN_Stream@@@Z @16329 NONAME ?Encode@H248_IndAudStreamParms@@UBEXAAVPASN_Stream@@@Z @16330 NONAME ?Encode@H248_IndAudTerminationStateDescriptor@@UBEXAAVPASN_Stream@@@Z @16331 NONAME ?Encode@H248_IP4Address@@UBEXAAVPASN_Stream@@@Z @16332 NONAME ?Encode@H248_IP6Address@@UBEXAAVPASN_Stream@@@Z @16333 NONAME ?Encode@H248_LocalControlDescriptor@@UBEXAAVPASN_Stream@@@Z @16334 NONAME ?Encode@H248_LocalRemoteDescriptor@@UBEXAAVPASN_Stream@@@Z @16335 NONAME ?Encode@H248_MediaDescriptor@@UBEXAAVPASN_Stream@@@Z @16336 NONAME ?Encode@H248_MegacoMessage@@UBEXAAVPASN_Stream@@@Z @16337 NONAME ?Encode@H248_Message@@UBEXAAVPASN_Stream@@@Z @16338 NONAME ?Encode@H248_ModemDescriptor@@UBEXAAVPASN_Stream@@@Z @16339 NONAME ?Encode@H248_MuxDescriptor@@UBEXAAVPASN_Stream@@@Z @16340 NONAME ?Encode@H248_NonStandardData@@UBEXAAVPASN_Stream@@@Z @16341 NONAME ?Encode@H248_NotifyReply@@UBEXAAVPASN_Stream@@@Z @16342 NONAME ?Encode@H248_NotifyRequest@@UBEXAAVPASN_Stream@@@Z @16343 NONAME ?Encode@H248_ObservedEvent@@UBEXAAVPASN_Stream@@@Z @16344 NONAME ?Encode@H248_ObservedEventsDescriptor@@UBEXAAVPASN_Stream@@@Z @16345 NONAME ?Encode@H248_PackagesItem@@UBEXAAVPASN_Stream@@@Z @16346 NONAME ?Encode@H248_PropertyParm@@UBEXAAVPASN_Stream@@@Z @16347 NONAME ?Encode@H248_RequestedActions@@UBEXAAVPASN_Stream@@@Z @16348 NONAME ?Encode@H248_RequestedEvent@@UBEXAAVPASN_Stream@@@Z @16349 NONAME ?Encode@H248_SecondEventsDescriptor@@UBEXAAVPASN_Stream@@@Z @16350 NONAME ?Encode@H248_SecondRequestedActions@@UBEXAAVPASN_Stream@@@Z @16351 NONAME ?Encode@H248_SecondRequestedEvent@@UBEXAAVPASN_Stream@@@Z @16352 NONAME ?Encode@H248_SeqSigList@@UBEXAAVPASN_Stream@@@Z @16353 NONAME ?Encode@H248_ServiceChangeParm@@UBEXAAVPASN_Stream@@@Z @16354 NONAME ?Encode@H248_ServiceChangeProfile@@UBEXAAVPASN_Stream@@@Z @16355 NONAME ?Encode@H248_ServiceChangeReply@@UBEXAAVPASN_Stream@@@Z @16356 NONAME ?Encode@H248_ServiceChangeRequest@@UBEXAAVPASN_Stream@@@Z @16357 NONAME ?Encode@H248_ServiceChangeResParm@@UBEXAAVPASN_Stream@@@Z @16358 NONAME ?Encode@H248_Signal@@UBEXAAVPASN_Stream@@@Z @16359 NONAME ?Encode@H248_SigParameter@@UBEXAAVPASN_Stream@@@Z @16360 NONAME ?Encode@H248_StatisticsParameter@@UBEXAAVPASN_Stream@@@Z @16361 NONAME ?Encode@H248_StreamDescriptor@@UBEXAAVPASN_Stream@@@Z @16362 NONAME ?Encode@H248_StreamParms@@UBEXAAVPASN_Stream@@@Z @16363 NONAME ?Encode@H248_SubtractRequest@@UBEXAAVPASN_Stream@@@Z @16364 NONAME ?Encode@H248_TerminationID@@UBEXAAVPASN_Stream@@@Z @16365 NONAME ?Encode@H248_TerminationStateDescriptor@@UBEXAAVPASN_Stream@@@Z @16366 NONAME ?Encode@H248_TimeNotation@@UBEXAAVPASN_Stream@@@Z @16367 NONAME ?Encode@H248_TopologyRequest@@UBEXAAVPASN_Stream@@@Z @16368 NONAME ?Encode@H248_TransactionAck@@UBEXAAVPASN_Stream@@@Z @16369 NONAME ?Encode@H248_TransactionPending@@UBEXAAVPASN_Stream@@@Z @16370 NONAME ?Encode@H248_TransactionReply@@UBEXAAVPASN_Stream@@@Z @16371 NONAME ?Encode@H248_TransactionRequest@@UBEXAAVPASN_Stream@@@Z @16372 NONAME ?encode@H261Encoder@@IAEHPBVVideoFrame@@PBE@Z @7303 NONAME ?Encode@H323StreamedPluginAudioCodec@@UBEHF@Z @28672 NONAME ?Encode@H323_ALawCodec@@UBEHF@Z @7304 NONAME ?Encode@H323_muLawCodec@@UBEHF@Z @7305 NONAME ?Encode@H45010_CfbOvrOptArg@@UBEXAAVPASN_Stream@@@Z @10839 NONAME ?Encode@H45010_CoReqOptArg@@UBEXAAVPASN_Stream@@@Z @10840 NONAME ?Encode@H45010_RUAlertOptArg@@UBEXAAVPASN_Stream@@@Z @10841 NONAME ?Encode@H45011_CIFrcRelArg@@UBEXAAVPASN_Stream@@@Z @10842 NONAME ?Encode@H45011_CIFrcRelOptRes@@UBEXAAVPASN_Stream@@@Z @10843 NONAME ?Encode@H45011_CIGetCIPLOptArg@@UBEXAAVPASN_Stream@@@Z @10844 NONAME ?Encode@H45011_CIGetCIPLRes@@UBEXAAVPASN_Stream@@@Z @10845 NONAME ?Encode@H45011_CIIsOptArg@@UBEXAAVPASN_Stream@@@Z @10846 NONAME ?Encode@H45011_CIIsOptRes@@UBEXAAVPASN_Stream@@@Z @10847 NONAME ?Encode@H45011_CINotificationArg@@UBEXAAVPASN_Stream@@@Z @10848 NONAME ?Encode@H45011_CIRequestArg@@UBEXAAVPASN_Stream@@@Z @10849 NONAME ?Encode@H45011_CIRequestRes@@UBEXAAVPASN_Stream@@@Z @10850 NONAME ?Encode@H45011_CISilentArg@@UBEXAAVPASN_Stream@@@Z @10851 NONAME ?Encode@H45011_CISilentOptRes@@UBEXAAVPASN_Stream@@@Z @10852 NONAME ?Encode@H45011_CIWobOptArg@@UBEXAAVPASN_Stream@@@Z @10853 NONAME ?Encode@H45011_CIWobOptRes@@UBEXAAVPASN_Stream@@@Z @10854 NONAME ?Encode@H4501_Address@@UBEXAAVPASN_Stream@@@Z @10115 NONAME ?Encode@H4501_AddressScreened@@UBEXAAVPASN_Stream@@@Z @10116 NONAME ?Encode@H4501_EndpointAddress@@UBEXAAVPASN_Stream@@@Z @10117 NONAME ?Encode@H4501_Extension@@UBEXAAVPASN_Stream@@@Z @10118 NONAME ?Encode@H4501_NetworkFacilityExtension@@UBEXAAVPASN_Stream@@@Z @10119 NONAME ?Encode@H4501_NumberScreened@@UBEXAAVPASN_Stream@@@Z @10120 NONAME ?Encode@H4501_SupplementaryService@@UBEXAAVPASN_Stream@@@Z @10121 NONAME ?Encode@H4501_UserSpecifiedSubaddress@@UBEXAAVPASN_Stream@@@Z @10122 NONAME ?Encode@H4502_CTActiveArg@@UBEXAAVPASN_Stream@@@Z @10123 NONAME ?Encode@H4502_CTCompleteArg@@UBEXAAVPASN_Stream@@@Z @10124 NONAME ?Encode@H4502_CTIdentifyRes@@UBEXAAVPASN_Stream@@@Z @10125 NONAME ?Encode@H4502_CTInitiateArg@@UBEXAAVPASN_Stream@@@Z @10126 NONAME ?Encode@H4502_CTSetupArg@@UBEXAAVPASN_Stream@@@Z @10127 NONAME ?Encode@H4502_CTUpdateArg@@UBEXAAVPASN_Stream@@@Z @10128 NONAME ?Encode@H4502_SubaddressTransferArg@@UBEXAAVPASN_Stream@@@Z @10129 NONAME ?Encode@H4503_IntResult@@UBEXAAVPASN_Stream@@@Z @10336 NONAME ?Encode@H4504_Extension@@UBEXAAVPASN_Stream@@@Z @10254 NONAME ?Encode@H4504_HoldNotificArg@@UBEXAAVPASN_Stream@@@Z @10255 NONAME ?Encode@H4504_RemoteHoldArg@@UBEXAAVPASN_Stream@@@Z @10256 NONAME ?Encode@H4504_RemoteHoldRes@@UBEXAAVPASN_Stream@@@Z @10257 NONAME ?Encode@H4504_RemoteRetrieveArg@@UBEXAAVPASN_Stream@@@Z @10258 NONAME ?Encode@H4504_RemoteRetrieveRes@@UBEXAAVPASN_Stream@@@Z @10259 NONAME ?Encode@H4504_RetrieveNotificArg@@UBEXAAVPASN_Stream@@@Z @10260 NONAME ?Encode@H4505_CpickupNotifyArg@@UBEXAAVPASN_Stream@@@Z @10855 NONAME ?Encode@H4505_CpNotifyArg@@UBEXAAVPASN_Stream@@@Z @10856 NONAME ?Encode@H4505_CpRequestArg@@UBEXAAVPASN_Stream@@@Z @10857 NONAME ?Encode@H4505_CpRequestRes@@UBEXAAVPASN_Stream@@@Z @10858 NONAME ?Encode@H4505_CpSetupArg@@UBEXAAVPASN_Stream@@@Z @10859 NONAME ?Encode@H4505_CpSetupRes@@UBEXAAVPASN_Stream@@@Z @10860 NONAME ?Encode@H4505_GroupIndicationOffArg@@UBEXAAVPASN_Stream@@@Z @10861 NONAME ?Encode@H4505_GroupIndicationOffRes@@UBEXAAVPASN_Stream@@@Z @10862 NONAME ?Encode@H4505_GroupIndicationOnArg@@UBEXAAVPASN_Stream@@@Z @10863 NONAME ?Encode@H4505_GroupIndicationOnRes@@UBEXAAVPASN_Stream@@@Z @10864 NONAME ?Encode@H4505_PickExeArg@@UBEXAAVPASN_Stream@@@Z @10865 NONAME ?Encode@H4505_PickExeRes@@UBEXAAVPASN_Stream@@@Z @10866 NONAME ?Encode@H4505_PickrequArg@@UBEXAAVPASN_Stream@@@Z @10867 NONAME ?Encode@H4505_PickrequRes@@UBEXAAVPASN_Stream@@@Z @10868 NONAME ?Encode@H4505_PickupArg@@UBEXAAVPASN_Stream@@@Z @10869 NONAME ?Encode@H4505_PickupRes@@UBEXAAVPASN_Stream@@@Z @10870 NONAME ?Encode@H4506_CallWaitingArg@@UBEXAAVPASN_Stream@@@Z @10871 NONAME ?Encode@H4507_MWIActivateArg@@UBEXAAVPASN_Stream@@@Z @10872 NONAME ?Encode@H4507_MWIDeactivateArg@@UBEXAAVPASN_Stream@@@Z @10873 NONAME ?Encode@H4507_MWIInterrogateArg@@UBEXAAVPASN_Stream@@@Z @10874 NONAME ?Encode@H4507_MWIInterrogateResElt@@UBEXAAVPASN_Stream@@@Z @10875 NONAME ?Encode@H4509_CcLongArg@@UBEXAAVPASN_Stream@@@Z @10876 NONAME ?Encode@H4509_CcRequestArg@@UBEXAAVPASN_Stream@@@Z @10877 NONAME ?Encode@H4509_CcRequestRes@@UBEXAAVPASN_Stream@@@Z @10878 NONAME ?Encode@H4509_CcShortArg@@UBEXAAVPASN_Stream@@@Z @10879 NONAME ?Encode@H501_AccessConfirmation@@UBEXAAVPASN_Stream@@@Z @17576 NONAME ?Encode@H501_AccessRejection@@UBEXAAVPASN_Stream@@@Z @17577 NONAME ?Encode@H501_AccessRequest@@UBEXAAVPASN_Stream@@@Z @17578 NONAME ?Encode@H501_AddressTemplate@@UBEXAAVPASN_Stream@@@Z @17579 NONAME ?Encode@H501_AlternatePE@@UBEXAAVPASN_Stream@@@Z @17580 NONAME ?Encode@H501_AlternatePEInfo@@UBEXAAVPASN_Stream@@@Z @17581 NONAME ?Encode@H501_AuthenticationConfirmation@@UBEXAAVPASN_Stream@@@Z @17582 NONAME ?Encode@H501_AuthenticationRejection@@UBEXAAVPASN_Stream@@@Z @17583 NONAME ?Encode@H501_AuthenticationRequest@@UBEXAAVPASN_Stream@@@Z @17584 NONAME ?Encode@H501_CallInformation@@UBEXAAVPASN_Stream@@@Z @17585 NONAME ?Encode@H501_ContactInformation@@UBEXAAVPASN_Stream@@@Z @17586 NONAME ?Encode@H501_Descriptor@@UBEXAAVPASN_Stream@@@Z @17587 NONAME ?Encode@H501_DescriptorConfirmation@@UBEXAAVPASN_Stream@@@Z @17588 NONAME ?Encode@H501_DescriptorIDConfirmation@@UBEXAAVPASN_Stream@@@Z @17589 NONAME ?Encode@H501_DescriptorIDRejection@@UBEXAAVPASN_Stream@@@Z @17590 NONAME ?Encode@H501_DescriptorIDRequest@@UBEXAAVPASN_Stream@@@Z @17591 NONAME ?Encode@H501_DescriptorInfo@@UBEXAAVPASN_Stream@@@Z @17592 NONAME ?Encode@H501_DescriptorRejection@@UBEXAAVPASN_Stream@@@Z @17593 NONAME ?Encode@H501_DescriptorRequest@@UBEXAAVPASN_Stream@@@Z @17594 NONAME ?Encode@H501_DescriptorUpdate@@UBEXAAVPASN_Stream@@@Z @17595 NONAME ?Encode@H501_DescriptorUpdateAck@@UBEXAAVPASN_Stream@@@Z @17596 NONAME ?Encode@H501_Message@@UBEXAAVPASN_Stream@@@Z @17597 NONAME ?Encode@H501_MessageCommonInfo@@UBEXAAVPASN_Stream@@@Z @17598 NONAME ?Encode@H501_NonStandardConfirmation@@UBEXAAVPASN_Stream@@@Z @17599 NONAME ?Encode@H501_NonStandardRejection@@UBEXAAVPASN_Stream@@@Z @17600 NONAME ?Encode@H501_NonStandardRequest@@UBEXAAVPASN_Stream@@@Z @17601 NONAME ?Encode@H501_PartyInformation@@UBEXAAVPASN_Stream@@@Z @17602 NONAME ?Encode@H501_Pattern_range@@UBEXAAVPASN_Stream@@@Z @17603 NONAME ?Encode@H501_PriceElement@@UBEXAAVPASN_Stream@@@Z @17604 NONAME ?Encode@H501_PriceInfoSpec@@UBEXAAVPASN_Stream@@@Z @17605 NONAME ?Encode@H501_RequestInProgress@@UBEXAAVPASN_Stream@@@Z @17606 NONAME ?Encode@H501_RouteInformation@@UBEXAAVPASN_Stream@@@Z @17607 NONAME ?Encode@H501_SecurityMode@@UBEXAAVPASN_Stream@@@Z @17608 NONAME ?Encode@H501_ServiceConfirmation@@UBEXAAVPASN_Stream@@@Z @17609 NONAME ?Encode@H501_ServiceRejection@@UBEXAAVPASN_Stream@@@Z @17610 NONAME ?Encode@H501_ServiceRelease@@UBEXAAVPASN_Stream@@@Z @17611 NONAME ?Encode@H501_ServiceRequest@@UBEXAAVPASN_Stream@@@Z @17612 NONAME ?Encode@H501_TerminationCause@@UBEXAAVPASN_Stream@@@Z @17613 NONAME ?Encode@H501_UnknownMessageResponse@@UBEXAAVPASN_Stream@@@Z @17614 NONAME ?Encode@H501_UpdateInformation@@UBEXAAVPASN_Stream@@@Z @17615 NONAME ?Encode@H501_UsageConfirmation@@UBEXAAVPASN_Stream@@@Z @17616 NONAME ?Encode@H501_UsageField@@UBEXAAVPASN_Stream@@@Z @17617 NONAME ?Encode@H501_UsageIndication@@UBEXAAVPASN_Stream@@@Z @17618 NONAME ?Encode@H501_UsageIndicationConfirmation@@UBEXAAVPASN_Stream@@@Z @17619 NONAME ?Encode@H501_UsageIndicationRejection@@UBEXAAVPASN_Stream@@@Z @17620 NONAME ?Encode@H501_UsageRejection@@UBEXAAVPASN_Stream@@@Z @17621 NONAME ?Encode@H501_UsageRequest@@UBEXAAVPASN_Stream@@@Z @17622 NONAME ?Encode@H501_UsageSpecification@@UBEXAAVPASN_Stream@@@Z @17623 NONAME ?Encode@H501_UsageSpecification_when@@UBEXAAVPASN_Stream@@@Z @17624 NONAME ?Encode@H501_UserInformation@@UBEXAAVPASN_Stream@@@Z @17625 NONAME ?Encode@H501_ValidationConfirmation@@UBEXAAVPASN_Stream@@@Z @17626 NONAME ?Encode@H501_ValidationRejection@@UBEXAAVPASN_Stream@@@Z @17627 NONAME ?Encode@H501_ValidationRequest@@UBEXAAVPASN_Stream@@@Z @17628 NONAME ?Encode@MCS_AUcf@@UBEXAAVPASN_Stream@@@Z @7321 NONAME ?Encode@MCS_AUrq@@UBEXAAVPASN_Stream@@@Z @7322 NONAME ?Encode@MCS_CAin@@UBEXAAVPASN_Stream@@@Z @7323 NONAME ?Encode@MCS_CArq@@UBEXAAVPASN_Stream@@@Z @7324 NONAME ?Encode@MCS_CCcf@@UBEXAAVPASN_Stream@@@Z @7325 NONAME ?Encode@MCS_CCrq@@UBEXAAVPASN_Stream@@@Z @7326 NONAME ?Encode@MCS_CDin@@UBEXAAVPASN_Stream@@@Z @7327 NONAME ?Encode@MCS_CDrq@@UBEXAAVPASN_Stream@@@Z @7328 NONAME ?Encode@MCS_CEin@@UBEXAAVPASN_Stream@@@Z @7329 NONAME ?Encode@MCS_CErq@@UBEXAAVPASN_Stream@@@Z @7330 NONAME ?Encode@MCS_ChannelAttributes_assigned@@UBEXAAVPASN_Stream@@@Z @7331 NONAME ?Encode@MCS_ChannelAttributes_private@@UBEXAAVPASN_Stream@@@Z @7332 NONAME ?Encode@MCS_ChannelAttributes_static@@UBEXAAVPASN_Stream@@@Z @7333 NONAME ?Encode@MCS_ChannelAttributes_userId@@UBEXAAVPASN_Stream@@@Z @7334 NONAME ?Encode@MCS_CJcf@@UBEXAAVPASN_Stream@@@Z @7335 NONAME ?Encode@MCS_CJrq@@UBEXAAVPASN_Stream@@@Z @7336 NONAME ?Encode@MCS_CLrq@@UBEXAAVPASN_Stream@@@Z @7337 NONAME ?Encode@MCS_Connect_Additional@@UBEXAAVPASN_Stream@@@Z @7338 NONAME ?Encode@MCS_Connect_Initial@@UBEXAAVPASN_Stream@@@Z @7339 NONAME ?Encode@MCS_Connect_Response@@UBEXAAVPASN_Stream@@@Z @7340 NONAME ?Encode@MCS_Connect_Result@@UBEXAAVPASN_Stream@@@Z @7341 NONAME ?Encode@MCS_DomainParameters@@UBEXAAVPASN_Stream@@@Z @7342 NONAME ?Encode@MCS_DPum@@UBEXAAVPASN_Stream@@@Z @7343 NONAME ?Encode@MCS_DUin@@UBEXAAVPASN_Stream@@@Z @7344 NONAME ?Encode@MCS_DUrq@@UBEXAAVPASN_Stream@@@Z @7345 NONAME ?Encode@MCS_EDrq@@UBEXAAVPASN_Stream@@@Z @7346 NONAME ?Encode@MCS_MCcf@@UBEXAAVPASN_Stream@@@Z @7347 NONAME ?Encode@MCS_MCrq@@UBEXAAVPASN_Stream@@@Z @7348 NONAME ?Encode@MCS_MTcf@@UBEXAAVPASN_Stream@@@Z @7349 NONAME ?Encode@MCS_MTrq@@UBEXAAVPASN_Stream@@@Z @7350 NONAME ?Encode@MCS_PCin@@UBEXAAVPASN_Stream@@@Z @7351 NONAME ?Encode@MCS_PDin@@UBEXAAVPASN_Stream@@@Z @7352 NONAME ?Encode@MCS_PTin@@UBEXAAVPASN_Stream@@@Z @7353 NONAME ?Encode@MCS_RJum@@UBEXAAVPASN_Stream@@@Z @7354 NONAME ?Encode@MCS_SDin@@UBEXAAVPASN_Stream@@@Z @7355 NONAME ?Encode@MCS_SDrq@@UBEXAAVPASN_Stream@@@Z @7356 NONAME ?Encode@MCS_TGcf@@UBEXAAVPASN_Stream@@@Z @7357 NONAME ?Encode@MCS_TGrq@@UBEXAAVPASN_Stream@@@Z @7358 NONAME ?Encode@MCS_TIcf@@UBEXAAVPASN_Stream@@@Z @7359 NONAME ?Encode@MCS_TIrq@@UBEXAAVPASN_Stream@@@Z @7360 NONAME ?Encode@MCS_TokenAttributes_given@@UBEXAAVPASN_Stream@@@Z @7361 NONAME ?Encode@MCS_TokenAttributes_giving@@UBEXAAVPASN_Stream@@@Z @7362 NONAME ?Encode@MCS_TokenAttributes_grabbed@@UBEXAAVPASN_Stream@@@Z @7363 NONAME ?Encode@MCS_TokenAttributes_inhibited@@UBEXAAVPASN_Stream@@@Z @7364 NONAME ?Encode@MCS_TokenAttributes_ungivable@@UBEXAAVPASN_Stream@@@Z @7365 NONAME ?Encode@MCS_TPin@@UBEXAAVPASN_Stream@@@Z @7366 NONAME ?Encode@MCS_TPrq@@UBEXAAVPASN_Stream@@@Z @7367 NONAME ?Encode@MCS_TRcf@@UBEXAAVPASN_Stream@@@Z @7368 NONAME ?Encode@MCS_TRrq@@UBEXAAVPASN_Stream@@@Z @7369 NONAME ?Encode@MCS_TTcf@@UBEXAAVPASN_Stream@@@Z @7370 NONAME ?Encode@MCS_TTrq@@UBEXAAVPASN_Stream@@@Z @7371 NONAME ?Encode@MCS_TVcf@@UBEXAAVPASN_Stream@@@Z @7372 NONAME ?Encode@MCS_TVin@@UBEXAAVPASN_Stream@@@Z @7373 NONAME ?Encode@MCS_TVrq@@UBEXAAVPASN_Stream@@@Z @7374 NONAME ?Encode@MCS_TVrs@@UBEXAAVPASN_Stream@@@Z @7375 NONAME ?Encode@MCS_USin@@UBEXAAVPASN_Stream@@@Z @7376 NONAME ?Encode@MCS_USrq@@UBEXAAVPASN_Stream@@@Z @7377 NONAME ?Encode@OpalG711ALaw64k_Decoder@@UAEHPBXPAIPAX11@Z @29870 NONAME ?Encode@OpalG711ALaw64k_Encoder@@UAEHPBXPAIPAX11@Z @29871 NONAME ?Encode@OpalG711uLaw64k_Decoder@@UAEHPBXPAIPAX11@Z @29872 NONAME ?Encode@OpalG711uLaw64k_Encoder@@UAEHPBXPAIPAX11@Z @29873 NONAME ?Encode@OpalPluginCodec@@UAEHPBXPAIPAX11@Z @29874 NONAME ?Encode@Q931@@QBEHAAVPBYTEArray@@@Z @7378 NONAME ?Encode@T38_Data_Field_subtype@@UBEXAAVPASN_Stream@@@Z @12707 NONAME ?Encode@T38_IFPPacket@@UBEXAAVPASN_Stream@@@Z @12708 NONAME ?Encode@T38_PreCorrigendum_Data_Field_subtype@@UBEXAAVPASN_Stream@@@Z @15135 NONAME ?Encode@T38_PreCorrigendum_IFPPacket@@UBEXAAVPASN_Stream@@@Z @15136 NONAME ?Encode@T38_UDPTLPacket@@UBEXAAVPASN_Stream@@@Z @12709 NONAME ?Encode@T38_UDPTLPacket_error_recovery_fec_info@@UBEXAAVPASN_Stream@@@Z @12710 NONAME ?Encode@X224@@QBEHAAVPBYTEArray@@@Z @7379 NONAME ?Encode@X880_Invoke@@UBEXAAVPASN_Stream@@@Z @10130 NONAME ?Encode@X880_Reject@@UBEXAAVPASN_Stream@@@Z @10131 NONAME ?Encode@X880_ReturnError@@UBEXAAVPASN_Stream@@@Z @10132 NONAME ?Encode@X880_ReturnResult@@UBEXAAVPASN_Stream@@@Z @10133 NONAME ?Encode@X880_ReturnResult_result@@UBEXAAVPASN_Stream@@@Z @10134 NONAME ?EncodeFrame@H323PluginFramedAudioCodec@@UAEHPAEAAI@Z @28673 NONAME ?EncodeFrame@H323StreamedAudioCodec@@UAEHPAEAAI@Z @7380 NONAME ?EncodeSample@H323_ALawCodec@@SAHF@Z @13412 NONAME ?EncodeSample@H323_muLawCodec@@SAHF@Z @13413 NONAME ?encode_blk@H261Encoder@@IAEXPBFPBD@Z @7383 NONAME ?encode_mb@H261DCTEncoder@@MAEXIPBEIIH@Z @7384 NONAME ?encode_mb@H261Encoder@@MAEXIPBEIIH@Z @7385 NONAME ?encode_mb@H261PixelEncoder@@MAEXIPBEIIH@Z @7386 NONAME ?EndTransmit@OpalRFC2833@@UAEHXZ @13807 NONAME ?Enqueue@ByteQueue@OpalVoipBlasterDevice@@QAEHE@Z @13675 NONAME ?erase@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAE?AViterator@12@V312@0@Z @29685 NONAME ?erase@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAE?AViterator@12@V312@@Z @29686 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@0@Z @30726 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@@Z @30727 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@0@Z @29550 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@@Z @29551 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@0@Z @29552 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@@Z @29553 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@0@Z @29875 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@@Z @29876 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@0@Z @30728 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@@Z @30729 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@0@Z @29554 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAE?AViterator@12@V312@@Z @29555 NONAME ?erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAEIABVPString@@@Z @30730 NONAME ?err@P64Decoder@@MBAXPBDZZ @7387 NONAME ?ETSIXMLTokenOID@OpalOSP@@3PBDB @30731 NONAME ?Exit@RTP_SessionManager@@QAEXXZ @11002 NONAME ?ExtractTransport@H323_RTP_UDP@@MAEHABVH245_TransportAddress@@HAAI@Z @16784 NONAME ?FastUpdatePicture@P64Encoder@@QAEXXZ @18488 NONAME ?FastUpdatePicture@Pre_Vid_Coder@@QAEXXZ @18489 NONAME ?fdct@@YAXPBEHPAFPBM@Z @14211 NONAME ?fdct_fold_q@@YAXPBHPAM@Z @14212 NONAME ?filter@P64Decoder@@IAEXPAE0I@Z @7390 NONAME ?Finalise@H235Authenticator@@UAEHAAVPBYTEArray@@@Z @16741 NONAME ?Finalise@H235AuthProcedure1@@UAEHAAVPBYTEArray@@@Z @13063 NONAME ?find@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAE?AViterator@12@ABI@Z @29687 NONAME ?find@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @30732 NONAME ?find@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @29556 NONAME ?find@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @29557 NONAME ?find@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @29877 NONAME ?find@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @30733 NONAME ?find@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAE?AViterator@12@ABVPString@@@Z @29558 NONAME ?FindCall@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323GatekeeperCall@@@@ABVOpalGloballyUniqueID@@HW4PSafetyMode@@@Z @14096 NONAME ?FindCall@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323GatekeeperCall@@@@ABVOpalGloballyUniqueID@@W4Direction@H323GatekeeperCall@@W4PSafetyMode@@@Z @14097 NONAME ?FindCall@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323GatekeeperCall@@@@ABVPString@@W4PSafetyMode@@@Z @14941 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@ABV2@@Z @9031 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@ABVH245_Capability@@@Z @9032 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@ABVH245_DataType@@@Z @9033 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@ABVH245_ModeElement@@@Z @13539 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@ABVPString@@W4CapabilityDirection@2@@Z @13243 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@I@Z @9034 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@W4CapabilityDirection@2@@Z @13244 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@W4MainTypes@2@ABVPASN_Choice@@PBI@Z @18995 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@W4MainTypes@2@I@Z @9035 NONAME ?FindCapability@H323EndPoint@@QBEPAVH323Capability@@ABVH245_Capability@@@Z @9036 NONAME ?FindCapability@H323EndPoint@@QBEPAVH323Capability@@ABVH245_DataType@@@Z @9037 NONAME ?FindCapability@H323EndPoint@@QBEPAVH323Capability@@W4MainTypes@2@I@Z @9038 NONAME ?FindChannel@H245NegLogicalChannels@@QAEPAVH323Channel@@IH@Z @7394 NONAME ?FindChannel@H323Connection@@QBEPAVH323Channel@@IH@Z @9011 NONAME ?FindChannelBySession@H245NegLogicalChannels@@QAEPAVH323Channel@@IH@Z @9012 NONAME ?FindConnectionWithLock@H323EndPoint@@QAEPAVH323Connection@@ABVPString@@@Z @7395 NONAME ?FindConnectionWithoutLocks@H323EndPoint@@IAEPAVH323Connection@@ABVPString@@@Z @7396 NONAME ?FindDestinationEndPoint@H323GatekeeperServer@@QAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVOpalGloballyUniqueID@@W4Direction@H323GatekeeperCall@@@Z @18989 NONAME ?FindEndPointByAliasAddress@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVH225_AliasAddress@@W4PSafetyMode@@@Z @14098 NONAME ?FindEndPointByAliasString@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVPString@@W4PSafetyMode@@@Z @14099 NONAME ?FindEndPointByIdentifier@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVPString@@W4PSafetyMode@@@Z @14100 NONAME ?FindEndPointByPartialAlias@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVPString@@W4PSafetyMode@@@Z @15102 NONAME ?FindEndPointByPrefixString@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVPString@@W4PSafetyMode@@@Z @18990 NONAME ?FindEndPointBySignalAddress@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVH323TransportAddress@@W4PSafetyMode@@@Z @14101 NONAME ?FindEndPointBySignalAddresses@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVH225_ArrayOf_TransportAddress@@W4PSafetyMode@@@Z @14102 NONAME ?FindMediaFormat@@YA?AVOpalMediaFormat@@W4PayloadTypes@RTP_DataFrame@@@Z @9440 NONAME ?FindNegLogicalChannel@H245NegLogicalChannels@@QAEPAVH245NegLogicalChannel@@IH@Z @14432 NONAME ?FindWithLock@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UAE?AV?$PSafePtr@VH323GatekeeperCall@@@@ABVH323GatekeeperCall@@W4PSafetyMode@@@Z @15061 NONAME ?FindWithLock@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UAE?AV?$PSafePtr@VH323PeerElementDescriptor@@@@ABVH323PeerElementDescriptor@@W4PSafetyMode@@@Z @18059 NONAME ?FindWithLock@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UAE?AV?$PSafePtr@VH323PeerElementServiceRelationship@@@@ABVH323PeerElementServiceRelationship@@W4PSafetyMode@@@Z @18060 NONAME ?FindWithLock@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVPString@@W4PSafetyMode@@@Z @15062 NONAME ?First@RTP_SessionManager@@QAEPAVRTP_Session@@XZ @11003 NONAME ?flush@H261Encoder@@IAEHPAUpktbuf@Transmitter@@H0@Z @7398 NONAME ?Flush@VoipBlasterInterface@@QAEXVPTimeInterval@@@Z @18974 NONAME ?ForwardCall@H323Connection@@UAEHABVPString@@@Z @9145 NONAME ?ForwardConnection@H323EndPoint@@UAEHAAVH323Connection@@ABVPString@@ABVH323SignalPDU@@@Z @15109 NONAME ?Free_Memory@Pre_Vid_Coder@@IAEXXZ @7404 NONAME ?GenerateBusyTone@PDTMFEncoder@@QAEXXZ @30734 NONAME ?GenerateCallReference@Q931@@SAIXZ @13284 NONAME ?GenerateRingBackTone@PDTMFEncoder@@QAEXXZ @30735 NONAME ?GetAdmissionRequestAuthentication@H323Connection@@UAEHABVH225_AdmissionRequest@@AAVH235Authenticators@@@Z @18729 NONAME ?GetAdmissionRequestAuthentication@H323GatekeeperServer@@UAEHAAVH323GatekeeperARQ@@AAVH235Authenticators@@@Z @18730 NONAME ?GetAEC@OpalIxJDevice@@UAE?AW4AECLevels@OpalLineInterfaceDevice@@I@Z @7406 NONAME ?GetAEC@OpalLineInterfaceDevice@@UAE?AW4AECLevels@1@I@Z @7407 NONAME ?GetAEC@OpalVoipBlasterDevice@@UAE?AW4AECLevels@OpalLineInterfaceDevice@@I@Z @13677 NONAME ?GetAlertingTime@H323Connection@@QBE?AVPTime@@XZ @13526 NONAME ?GetAlias@H323RegisteredEndPoint@@QBE?AVPString@@H@Z @12852 NONAME ?GetAllConnections@H323EndPoint@@QAE?AVPStringList@@XZ @14213 NONAME ?GetAt@?$PBaseArray@E@@QBEEH@Z @7409 NONAME ?GetAt@?$PBaseArray@F@@QBEFH@Z @18718 NONAME ?GetAt@?$PBaseArray@G@@QBEGH@Z @18719 NONAME ?GetAt@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UBEPAVH245NegLogicalChannel@@ABVH323ChannelNumber@@@Z @7410 NONAME ?GetAt@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UBEPAVH323ServiceControlSession@@ABVPOrdinalKey@@@Z @16373 NONAME ?GetAt@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UBEPAVH450xHandler@@ABVPOrdinalKey@@@Z @13170 NONAME ?GetAt@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UBEPAVPBYTEArray@@ABVPOrdinalKey@@@Z @7411 NONAME ?GetAt@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UBEPAVRequest@H323Transactor@@ABVPOrdinalKey@@@Z @18193 NONAME ?GetAt@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UBEPAVRTP_Session@@ABVPOrdinalKey@@@Z @7412 NONAME ?GetAt@?$PDictionary@VPString@@VH323Connection@@@@UBEPAVH323Connection@@ABVPString@@@Z @7413 NONAME ?GetAt@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UBEPAVH323RegisteredEndPoint@@ABVPString@@@Z @12853 NONAME ?GetAt@?$PDictionary@VPString@@VPOrdinalKey@@@@UBEPAVPOrdinalKey@@ABVPString@@@Z @18258 NONAME ?GetAt@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UAE?AV?$PSafePtr@VH323GatekeeperCall@@@@HW4PSafetyMode@@@Z @29878 NONAME ?GetAt@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UAE?AV?$PSafePtr@VH323PeerElementDescriptor@@@@HW4PSafetyMode@@@Z @29879 NONAME ?GetAt@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UAE?AV?$PSafePtr@VH323PeerElementServiceRelationship@@@@HW4PSafetyMode@@@Z @29880 NONAME ?GetAt@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@HW4PSafetyMode@@@Z @29881 NONAME ?GetAuthenticators@H323RegisteredEndPoint@@UBEABVH235Authenticators@@XZ @14783 NONAME ?GetAverageSignalLevel@G7231_File_Codec@@UAEIXZ @14913 NONAME ?GetAverageSignalLevel@H323AudioCodec@@UAEIXZ @7415 NONAME ?GetAverageSignalLevel@H323FramedAudioCodec@@UAEIXZ @7416 NONAME ?GetAverageSignalLevel@H323_LIDCodec@@UAEIXZ @7417 NONAME ?GetAverageSignalLevel@OpalIxJDevice@@UAEIIH@Z @9664 NONAME ?GetAverageSignalLevel@OpalLineInterfaceDevice@@UAEIIH@Z @9665 NONAME ?GetAverageSignalLevel@OpalVoipBlasterDevice@@UAEIIH@Z @13678 NONAME ?GetBandwidth@G7231_File_Codec@@QBEIXZ @14605 NONAME ?GetBandwidthUsed@H323Connection@@QBEIXZ @7423 NONAME ?GetBearerCapabilities@Q931@@QAEHAAW4InformationTransferCapability@1@AAIPAI2@Z @13237 NONAME ?GetBitsPerSec@OpalG711ALaw64k_Base@@UBEIXZ @29882 NONAME ?GetBitsPerSec@OpalG711uLaw64k_Base@@UBEIXZ @29883 NONAME ?GetBitsPerSec@OpalPluginCodec@@UBEIXZ @29884 NONAME ?GetBytesPerFrame@OpalG711ALaw64k_Base@@UBEIXZ @29885 NONAME ?GetBytesPerFrame@OpalG711uLaw64k_Base@@UBEIXZ @29886 NONAME ?GetBytesPerFrame@OpalPluginCodec@@UBEIXZ @29887 NONAME ?GetCallCreditAmount@H323GatekeeperCall@@UBE?AVPString@@XZ @16374 NONAME ?GetCallCreditAmount@H323RegisteredEndPoint@@UBE?AVPString@@XZ @16375 NONAME ?GetCallCreditMode@H323GatekeeperCall@@UBEHXZ @16376 NONAME ?GetCallCreditMode@H323RegisteredEndPoint@@UBEHXZ @16377 NONAME ?GetCalledPartyNumber@Q931@@QBEHAAVPString@@PAI1@Z @7424 NONAME ?GetCallerID@OpalIxJDevice@@UAEHIAAVPString@@H@Z @7425 NONAME ?GetCallerID@OpalLineInterfaceDevice@@UAEHIAAVPString@@H@Z @7426 NONAME ?GetCallerID@OpalUSBDevice@@UAEHIAAVPString@@H@Z @30736 NONAME ?GetCallerID@OpalVoipBlasterDevice@@UAEHIAAVPString@@H@Z @13679 NONAME ?GetCallingPartyNumber@Q931@@QBEHAAVPString@@PAI111II@Z @8983 NONAME ?GetCallIntrusionT1@H323EndPoint@@QBEABVPTimeInterval@@XZ @14335 NONAME ?GetCallIntrusionT5@H323EndPoint@@QBEABVPTimeInterval@@XZ @14716 NONAME ?GetCallIntrusionT6@H323EndPoint@@QBEABVPTimeInterval@@XZ @14717 NONAME ?GetCallState@Q931@@QBE?AW4CallStates@1@PAI@Z @13998 NONAME ?GetCallTransferInvokeId@H323Connection@@QAEHXZ @13171 NONAME ?GetCallTransferT1@H323EndPoint@@QBEABVPTimeInterval@@XZ @14018 NONAME ?GetCallTransferT2@H323EndPoint@@QBEABVPTimeInterval@@XZ @14019 NONAME ?GetCallTransferT3@H323EndPoint@@QBEABVPTimeInterval@@XZ @14020 NONAME ?GetCallTransferT4@H323EndPoint@@QBEABVPTimeInterval@@XZ @14021 NONAME ?GetCanonicalName@RTP_Session@@QBE?AVPString@@XZ @15139 NONAME ?GetCause@Q931@@QBE?AW4CauseValues@1@PAI0@Z @9152 NONAME ?GetChannel@H245NegLogicalChannel@@QAEPAVH323Channel@@XZ @7429 NONAME ?GetChannelAt@H245NegLogicalChannels@@QAEPAVH323Channel@@H@Z @9177 NONAME ?GetChannelIdentification@Q931@@QBEHPAI0PAH@Z @18131 NONAME ?GetChoice@H323RasPDU@@UAEAAVPASN_Choice@@XZ @17737 NONAME ?GetChoice@H323RasPDU@@UBEABVPASN_Choice@@XZ @17629 NONAME ?GetChoice@H501PDU@@UAEAAVPASN_Choice@@XZ @17738 NONAME ?GetChoice@H501PDU@@UBEABVPASN_Choice@@XZ @17630 NONAME ?GetClass@?$PArray@V?$PList@VH323Capability@@@@@@UBEPBDI@Z @7431 NONAME ?GetClass@?$PArray@VH323SimultaneousCapabilities@@@@UBEPBDI@Z @7432 NONAME ?GetClass@?$PArray@VH323TransportAddress@@@@UBEPBDI@Z @12854 NONAME ?GetClass@?$PArray@VReceiverReport@RTP_Session@@@@UBEPBDI@Z @8935 NONAME ?GetClass@?$PArray@VSourceDescription@RTP_Session@@@@UBEPBDI@Z @8936 NONAME ?GetClass@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UBEPBDI@Z @7434 NONAME ?GetClass@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UBEPBDI@Z @16378 NONAME ?GetClass@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UBEPBDI@Z @13172 NONAME ?GetClass@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UBEPBDI@Z @7435 NONAME ?GetClass@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UBEPBDI@Z @18194 NONAME ?GetClass@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UBEPBDI@Z @7436 NONAME ?GetClass@?$PDictionary@VPString@@VH323Connection@@@@UBEPBDI@Z @7437 NONAME ?GetClass@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UBEPBDI@Z @12855 NONAME ?GetClass@?$PDictionary@VPString@@VPOrdinalKey@@@@UBEPBDI@Z @18259 NONAME ?GetClass@?$PList@VH235Authenticator@@@@UBEPBDI@Z @13068 NONAME ?GetClass@?$PList@VH245_GenericParameter@@@@UBEPBDI@Z @30737 NONAME ?GetClass@?$PList@VH323Capability@@@@UBEPBDI@Z @7438 NONAME ?GetClass@?$PList@VH323Channel@@@@UBEPBDI@Z @7439 NONAME ?GetClass@?$PList@VH323GatekeeperListener@@@@UBEPBDI@Z @12856 NONAME ?GetClass@?$PList@VH323Listener@@@@UBEPBDI@Z @7441 NONAME ?GetClass@?$PList@VH323Transactor@@@@UBEPBDI@Z @17631 NONAME ?GetClass@?$PList@VH450xHandler@@@@UBEPBDI@Z @13173 NONAME ?GetClass@?$PList@VOpalMediaFormat@@@@UBEPBDI@Z @9441 NONAME ?GetClass@?$PList@VPBYTEArray@@@@UBEPBDI@Z @16526 NONAME ?GetClass@?$POrdinalDictionary@VPString@@@@UBEPBDI@Z @16379 NONAME ?GetClass@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UBEPBDI@Z @15063 NONAME ?GetClass@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UBEPBDI@Z @18061 NONAME ?GetClass@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UBEPBDI@Z @18062 NONAME ?GetClass@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UBEPBDI@Z @15064 NONAME ?GetClass@?$PSafePtr@VH323GatekeeperCall@@@@UBEPBDI@Z @14107 NONAME ?GetClass@?$PSafePtr@VH323PeerElementDescriptor@@@@UBEPBDI@Z @18063 NONAME ?GetClass@?$PSafePtr@VH323PeerElementServiceRelationship@@@@UBEPBDI@Z @18064 NONAME ?GetClass@?$PSafePtr@VH323RegisteredEndPoint@@@@UBEPBDI@Z @14108 NONAME ?GetClass@?$PSet@VPOrdinalKey@@@@UBEPBDI@Z @18260 NONAME ?GetClass@?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@UBEPBDI@Z @14410 NONAME ?GetClass@?$PSortedList@VH225_AliasAddress@@@@UBEPBDI@Z @18398 NONAME ?GetClass@?$PSortedList@VH323GatekeeperCall@@@@UBEPBDI@Z @12857 NONAME ?GetClass@?$PSortedList@VH323PeerElementDescriptor@@@@UBEPBDI@Z @18065 NONAME ?GetClass@?$PSortedList@VH323PeerElementServiceRelationship@@@@UBEPBDI@Z @18066 NONAME ?GetClass@?$PSortedList@VMXRecord@PDNS@@@@UBEPBDI@Z @30738 NONAME ?GetClass@?$PSortedList@VPString@@@@UBEPBDI@Z @15103 NONAME ?GetClass@?$PSortedList@VResponse@H323Transactor@@@@UBEPBDI@Z @18195 NONAME ?GetClass@?$PSortedList@VSRVRecord@PDNS@@@@UBEPBDI@Z @30739 NONAME ?GetClass@?$PStringDictionary@VPOrdinalKey@@@@UBEPBDI@Z @8939 NONAME ?GetClass@AlternateInfo@H323Gatekeeper@@UBEPBDI@Z @14411 NONAME ?GetClass@ByteQueue@OpalVoipBlasterDevice@@UBEPBDI@Z @13680 NONAME ?GetClass@FilterInfo@H323Codec@@UBEPBDI@Z @13831 NONAME ?GetClass@G7231_File_Capability@@UBEPBDI@Z @14607 NONAME ?GetClass@G7231_File_Codec@@UBEPBDI@Z @14608 NONAME ?GetClass@H225CallThread@@UBEPBDI@Z @7442 NONAME ?GetClass@H225TransportThread@@UBEPBDI@Z @7444 NONAME ?GetClass@H225_RAS@@UBEPBDI@Z @12500 NONAME ?GetClass@H235AuthCAT@@UBEPBDI@Z @16742 NONAME ?GetClass@H235Authenticator@@UBEPBDI@Z @13070 NONAME ?GetClass@H235Authenticators@@UBEPBDI@Z @14784 NONAME ?GetClass@H235AuthProcedure1@@UBEPBDI@Z @13071 NONAME ?GetClass@H235AuthSimpleMD5@@UBEPBDI@Z @13072 NONAME ?GetClass@H245NegLogicalChannel@@UBEPBDI@Z @7445 NONAME ?GetClass@H245NegLogicalChannels@@UBEPBDI@Z @7446 NONAME ?GetClass@H245NegMasterSlaveDetermination@@UBEPBDI@Z @7447 NONAME ?GetClass@H245Negotiator@@UBEPBDI@Z @7448 NONAME ?GetClass@H245NegRequestMode@@UBEPBDI@Z @7449 NONAME ?GetClass@H245NegRoundTripDelay@@UBEPBDI@Z @7450 NONAME ?GetClass@H245NegTerminalCapabilitySet@@UBEPBDI@Z @7451 NONAME ?GetClass@H245TransportThread@@UBEPBDI@Z @7452 NONAME ?GetClass@H323AudioCapability@@UBEPBDI@Z @7453 NONAME ?GetClass@H323AudioCodec@@UBEPBDI@Z @7454 NONAME ?GetClass@H323BidirectionalChannel@@UBEPBDI@Z @7455 NONAME ?GetClass@H323CallCreditServiceControl@@UBEPBDI@Z @16380 NONAME ?GetClass@H323Capabilities@@UBEPBDI@Z @9040 NONAME ?GetClass@H323CapabilitiesSet@@UBEPBDI@Z @9041 NONAME ?GetClass@H323Capability@@UBEPBDI@Z @7456 NONAME ?GetClass@H323Channel@@UBEPBDI@Z @7458 NONAME ?GetClass@H323ChannelNumber@@UBEPBDI@Z @7459 NONAME ?GetClass@H323Codec@@UBEPBDI@Z @7460 NONAME ?GetClass@H323CodecPluginGenericAudioCapability@@UBEPBDI@Z @30740 NONAME ?GetClass@H323CodecPluginNonStandardAudioCapability@@UBEPBDI@Z @28305 NONAME ?GetClass@H323Connection@@UBEPBDI@Z @7461 NONAME ?GetClass@H323ConnectionsCleaner@@UBEPBDI@Z @7462 NONAME ?GetClass@H323ControlPDU@@UBEPBDI@Z @7463 NONAME ?GetClass@H323DataCapability@@UBEPBDI@Z @7464 NONAME ?GetClass@H323DataChannel@@UBEPBDI@Z @12711 NONAME ?GetClass@H323DynaLink@@UBEPBDI@Z @28628 NONAME ?GetClass@H323EndPoint@@UBEPBDI@Z @7465 NONAME ?GetClass@H323FramedAudioCodec@@UBEPBDI@Z @7466 NONAME ?GetClass@H323Gatekeeper@@UBEPBDI@Z @7467 NONAME ?GetClass@H323GatekeeperARQ@@UBEPBDI@Z @13472 NONAME ?GetClass@H323GatekeeperBRQ@@UBEPBDI@Z @13473 NONAME ?GetClass@H323GatekeeperCall@@UBEPBDI@Z @12859 NONAME ?GetClass@H323GatekeeperDRQ@@UBEPBDI@Z @13474 NONAME ?GetClass@H323GatekeeperGRQ@@UBEPBDI@Z @13475 NONAME ?GetClass@H323GatekeeperIRR@@UBEPBDI@Z @14260 NONAME ?GetClass@H323GatekeeperListener@@UBEPBDI@Z @12860 NONAME ?GetClass@H323GatekeeperLRQ@@UBEPBDI@Z @13476 NONAME ?GetClass@H323GatekeeperRequest@@UBEPBDI@Z @13477 NONAME ?GetClass@H323GatekeeperRRQ@@UBEPBDI@Z @13478 NONAME ?GetClass@H323GatekeeperServer@@UBEPBDI@Z @12861 NONAME ?GetClass@H323GatekeeperURQ@@UBEPBDI@Z @13479 NONAME ?GetClass@H323GenericAudioCapability@@UBEPBDI@Z @30741 NONAME ?GetClass@H323GenericVideoCapability@@UBEPBDI@Z @30742 NONAME ?GetClass@H323GSMPluginCapability@@UBEPBDI@Z @28306 NONAME ?GetClass@H323H248ServiceControl@@UBEPBDI@Z @16381 NONAME ?GetClass@H323HTTPServiceControl@@UBEPBDI@Z @16382 NONAME ?GetClass@H323Listener@@UBEPBDI@Z @7469 NONAME ?GetClass@H323ListenerTCP@@UBEPBDI@Z @7470 NONAME ?GetClass@H323LogicalChannelThread@@UBEPBDI@Z @7471 NONAME ?GetClass@H323NonStandardAudioCapability@@UBEPBDI@Z @7472 NONAME ?GetClass@H323NonStandardDataCapability@@UBEPBDI@Z @7473 NONAME ?GetClass@H323NonStandardVideoCapability@@UBEPBDI@Z @7474 NONAME ?GetClass@H323PeerElement@@UBEPBDI@Z @17632 NONAME ?GetClass@H323PeerElementDescriptor@@UBEPBDI@Z @18067 NONAME ?GetClass@H323PeerElementServiceRelationship@@UBEPBDI@Z @18068 NONAME ?GetClass@H323PluginCapability@@UBEPBDI@Z @28309 NONAME ?GetClass@H323PluginCodecManager@@UBEPBDI@Z @28692 NONAME ?GetClass@H323PluginFramedAudioCodec@@UBEPBDI@Z @28674 NONAME ?GetClass@H323PluginG7231Capability@@UBEPBDI@Z @28310 NONAME ?GetClass@H323PluginVideoCodec@@UBEPBDI@Z @28311 NONAME ?GetClass@H323RasPDU@@UBEPBDI@Z @7475 NONAME ?GetClass@H323RealTimeCapability@@UBEPBDI@Z @7476 NONAME ?GetClass@H323RegisteredEndPoint@@UBEPBDI@Z @12862 NONAME ?GetClass@H323ServiceControlSession@@UBEPBDI@Z @16383 NONAME ?GetClass@H323SignalPDU@@UBEPBDI@Z @7477 NONAME ?GetClass@H323SimultaneousCapabilities@@UBEPBDI@Z @7478 NONAME ?GetClass@H323StreamedAudioCodec@@UBEPBDI@Z @7479 NONAME ?GetClass@H323StreamedPluginAudioCodec@@UBEPBDI@Z @28675 NONAME ?GetClass@H323Transaction@@UBEPBDI@Z @18399 NONAME ?GetClass@H323TransactionServer@@UBEPBDI@Z @17634 NONAME ?GetClass@H323Transactor@@UBEPBDI@Z @17635 NONAME ?GetClass@H323Transport@@UBEPBDI@Z @7480 NONAME ?GetClass@H323TransportAddress@@UBEPBDI@Z @7481 NONAME ?GetClass@H323TransportAddressArray@@UBEPBDI@Z @14755 NONAME ?GetClass@H323TransportIP@@UBEPBDI@Z @7482 NONAME ?GetClass@H323TransportTCP@@UBEPBDI@Z @7483 NONAME ?GetClass@H323TransportUDP@@UBEPBDI@Z @7484 NONAME ?GetClass@H323UnidirectionalChannel@@UBEPBDI@Z @7485 NONAME ?GetClass@H323VideoCapability@@UBEPBDI@Z @7486 NONAME ?GetClass@H323VideoCodec@@UBEPBDI@Z @7487 NONAME ?GetClass@H323_ALawCodec@@UBEPBDI@Z @7492 NONAME ?GetClass@H323_AnnexG@@UBEPBDI@Z @17636 NONAME ?GetClass@H323_CiscoG7231aLIDCapability@@UBEPBDI@Z @14698 NONAME ?GetClass@H323_ExternalRTPChannel@@UBEPBDI@Z @13590 NONAME ?GetClass@H323_G711Capability@@UBEPBDI@Z @7493 NONAME ?GetClass@H323_H261Capability@@UBEPBDI@Z @7496 NONAME ?GetClass@H323_H261Codec@@UBEPBDI@Z @7497 NONAME ?GetClass@H323_LIDCapability@@UBEPBDI@Z @7498 NONAME ?GetClass@H323_LIDCodec@@UBEPBDI@Z @7499 NONAME ?GetClass@H323_muLawCodec@@UBEPBDI@Z @7500 NONAME ?GetClass@H323_RealTimeChannel@@UBEPBDI@Z @13591 NONAME ?GetClass@H323_RTPChannel@@UBEPBDI@Z @7501 NONAME ?GetClass@H323_RTP_Session@@UBEPBDI@Z @7502 NONAME ?GetClass@H323_RTP_UDP@@UBEPBDI@Z @7503 NONAME ?GetClass@H323_T120Capability@@UBEPBDI@Z @7504 NONAME ?GetClass@H323_T120Channel@@UBEPBDI@Z @12712 NONAME ?GetClass@H323_T38Capability@@UBEPBDI@Z @12713 NONAME ?GetClass@H323_T38Channel@@UBEPBDI@Z @12714 NONAME ?GetClass@H323_T38NonStandardCapability@@UBEPBDI@Z @14193 NONAME ?GetClass@H323_UserInputCapability@@UBEPBDI@Z @7505 NONAME ?GetClass@H45011Handler@@UBEPBDI@Z @14336 NONAME ?GetClass@H4502Handler@@UBEPBDI@Z @13174 NONAME ?GetClass@H4504Handler@@UBEPBDI@Z @13175 NONAME ?GetClass@H4506Handler@@UBEPBDI@Z @13629 NONAME ?GetClass@H450xDispatcher@@UBEPBDI@Z @13176 NONAME ?GetClass@H450xHandler@@UBEPBDI@Z @13177 NONAME ?GetClass@H501AccessRequest@@UBEPBDI@Z @18400 NONAME ?GetClass@H501DescriptorUpdate@@UBEPBDI@Z @18401 NONAME ?GetClass@H501PDU@@UBEPBDI@Z @17638 NONAME ?GetClass@H501ServiceRequest@@UBEPBDI@Z @18402 NONAME ?GetClass@H501Transaction@@UBEPBDI@Z @18403 NONAME ?GetClass@HIDPluginDeviceManager@@UBEPBDI@Z @30743 NONAME ?GetClass@MXRecordList@PDNS@@UBEPBDI@Z @30744 NONAME ?GetClass@OpalG711ALaw64k_Decoder@@UBEPBDI@Z @29889 NONAME ?GetClass@OpalG711ALaw64k_Encoder@@UBEPBDI@Z @29890 NONAME ?GetClass@OpalG711uLaw64k_Decoder@@UBEPBDI@Z @29892 NONAME ?GetClass@OpalG711uLaw64k_Encoder@@UBEPBDI@Z @29893 NONAME ?GetClass@OpalGloballyUniqueID@@UBEPBDI@Z @9543 NONAME ?GetClass@OpalIxJDevice@@UBEPBDI@Z @7506 NONAME ?GetClass@OpalLineChannel@@UBEPBDI@Z @7507 NONAME ?GetClass@OpalLineInterfaceDevice@@UBEPBDI@Z @7508 NONAME ?GetClass@OpalMediaFormat@@UBEPBDI@Z @9442 NONAME ?GetClass@OpalPluginCodec@@UBEPBDI@Z @29894 NONAME ?GetClass@OpalRFC2833@@UBEPBDI@Z @13809 NONAME ?GetClass@OpalRFC2833Info@@UBEPBDI@Z @13810 NONAME ?GetClass@OpalRtpToWavFile@@UBEPBDI@Z @14243 NONAME ?GetClass@OpalT120Protocol@@UBEPBDI@Z @12715 NONAME ?GetClass@OpalT38Protocol@@UBEPBDI@Z @12716 NONAME ?GetClass@OpalUSBDevice@@UBEPBDI@Z @30745 NONAME ?GetClass@OpalVoipBlasterDevice@@UBEPBDI@Z @13681 NONAME ?GetClass@OpalVXMLSession@@UBEPBDI@Z @14615 NONAME ?GetClass@OpalWAVFile@@UBEPBDI@Z @14307 NONAME ?GetClass@PASN_Array@@UBEPBDI@Z @7515 NONAME ?GetClass@PASN_BitString@@UBEPBDI@Z @7516 NONAME ?GetClass@PASN_BMPString@@UBEPBDI@Z @7517 NONAME ?GetClass@PASN_Boolean@@UBEPBDI@Z @7518 NONAME ?GetClass@PASN_Choice@@UBEPBDI@Z @7519 NONAME ?GetClass@PASN_ConstrainedObject@@UBEPBDI@Z @7520 NONAME ?GetClass@PASN_ConstrainedString@@UBEPBDI@Z @7521 NONAME ?GetClass@PASN_Enumeration@@UBEPBDI@Z @7522 NONAME ?GetClass@PASN_GeneralisedTime@@UBEPBDI@Z @10880 NONAME ?GetClass@PASN_GeneralString@@UBEPBDI@Z @12257 NONAME ?GetClass@PASN_IA5String@@UBEPBDI@Z @7523 NONAME ?GetClass@PASN_Integer@@UBEPBDI@Z @7524 NONAME ?GetClass@PASN_Null@@UBEPBDI@Z @7525 NONAME ?GetClass@PASN_NumericString@@UBEPBDI@Z @7526 NONAME ?GetClass@PASN_Object@@UBEPBDI@Z @7527 NONAME ?GetClass@PASN_ObjectId@@UBEPBDI@Z @7528 NONAME ?GetClass@PASN_OctetString@@UBEPBDI@Z @7529 NONAME ?GetClass@PASN_PrintableString@@UBEPBDI@Z @7530 NONAME ?GetClass@PASN_Sequence@@UBEPBDI@Z @7531 NONAME ?GetClass@PASN_Stream@@UBEPBDI@Z @14052 NONAME ?GetClass@PASN_VisibleString@@UBEPBDI@Z @10881 NONAME ?GetClass@PDTMFEncoder@@UBEPBDI@Z @30746 NONAME ?GetClass@PLDAPAttributeBase@@UBEPBDI@Z @18604 NONAME ?GetClass@PLDAPStructBase@@UBEPBDI@Z @18605 NONAME ?GetClass@PluginLoader@@UBEPBDI@Z @30747 NONAME ?GetClass@PPER_Stream@@UBEPBDI@Z @14053 NONAME ?GetClass@Q931@@UBEPBDI@Z @7538 NONAME ?GetClass@ReceiverReport@RTP_Session@@UBEPBDI@Z @8941 NONAME ?GetClass@Request@H323Transactor@@UBEPBDI@Z @18196 NONAME ?GetClass@Response@H323Transactor@@UBEPBDI@Z @18197 NONAME ?GetClass@RTP_ControlFrame@@UBEPBDI@Z @7539 NONAME ?GetClass@RTP_DataFrame@@UBEPBDI@Z @7540 NONAME ?GetClass@RTP_JitterBuffer@@UBEPBDI@Z @7541 NONAME ?GetClass@RTP_QOS@@UBEPBDI@Z @18928 NONAME ?GetClass@RTP_Session@@UBEPBDI@Z @7542 NONAME ?GetClass@RTP_SessionManager@@UBEPBDI@Z @7543 NONAME ?GetClass@RTP_UDP@@UBEPBDI@Z @7544 NONAME ?GetClass@SenderReport@RTP_Session@@UBEPBDI@Z @8942 NONAME ?GetClass@SourceDescription@RTP_Session@@UBEPBDI@Z @8943 NONAME ?GetClass@SRVRecordList@PDNS@@UBEPBDI@Z @30748 NONAME ?GetClass@StringMap@H323GatekeeperServer@@UBEPBDI@Z @15104 NONAME ?GetClass@T120ConnectPDU@@UBEPBDI@Z @13858 NONAME ?GetClass@T120_X224@@UBEPBDI@Z @13859 NONAME ?GetClass@VoipBlasterInterface@@UBEPBDI@Z @13682 NONAME ?GetClass@X224@@UBEPBDI@Z @7545 NONAME ?GetCodec@H323Channel@@QBEPAVH323Codec@@XZ @9223 NONAME ?GetConnectedNumber@Q931@@QBEHAAVPString@@PAI1111III@Z @13560 NONAME ?GetConnectionEndTime@H323Connection@@QBE?AVPTime@@XZ @13527 NONAME ?GetConnectionStartTime@H323Connection@@QBE?AVPTime@@XZ @13528 NONAME ?GetContribSource@RTP_DataFrame@@QBEKH@Z @7548 NONAME ?GetControlChannel@H323Connection@@QBEABVH323Transport@@XZ @7549 NONAME ?GetCountPacketsOutStanding@Transmitter@@QAEHXZ @13554 NONAME ?GetCountryCode@OpalLineInterfaceDevice@@SA?AW4T35CountryCodes@1@ABVPString@@@Z @9358 NONAME ?GetCountryCodeName@OpalLineInterfaceDevice@@QBE?AVPString@@XZ @7550 NONAME ?GetCountryCodeName@OpalLineInterfaceDevice@@SA?AVPString@@W4T35CountryCodes@1@@Z @9317 NONAME ?GetCountryCodeNameList@OpalLineInterfaceDevice@@UBE?AVPStringList@@XZ @9359 NONAME ?GetDataLength@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBEHXZ @12481 NONAME ?GetDataLength@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBEHXZ @12482 NONAME ?GetDataLength@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBEHXZ @12483 NONAME ?GetDataLength@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBEHXZ @12484 NONAME ?GetDataLength@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBEHXZ @12485 NONAME ?GetDataLength@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBEHXZ @12486 NONAME ?GetDataLength@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBEHXZ @12487 NONAME ?GetDataLength@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBEHXZ @12488 NONAME ?GetDataLength@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBEHXZ @12489 NONAME ?GetDataLength@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBEHXZ @12490 NONAME ?GetDataLength@GCC_ApplicationInvokeIndication@@UBEHXZ @7561 NONAME ?GetDataLength@GCC_ApplicationInvokeSpecifier@@UBEHXZ @7562 NONAME ?GetDataLength@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBEHXZ @7563 NONAME ?GetDataLength@GCC_ApplicationRecord@@UBEHXZ @7564 NONAME ?GetDataLength@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBEHXZ @7565 NONAME ?GetDataLength@GCC_ChallengeItem@@UBEHXZ @7566 NONAME ?GetDataLength@GCC_ChallengeRequest@@UBEHXZ @7567 NONAME ?GetDataLength@GCC_ChallengeResponse@@UBEHXZ @7568 NONAME ?GetDataLength@GCC_ConductorAssignIndication@@UBEHXZ @7569 NONAME ?GetDataLength@GCC_ConductorPermissionAskIndication@@UBEHXZ @7570 NONAME ?GetDataLength@GCC_ConductorPermissionGrantIndication@@UBEHXZ @7571 NONAME ?GetDataLength@GCC_ConductorReleaseIndication@@UBEHXZ @7572 NONAME ?GetDataLength@GCC_ConferenceAddRequest@@UBEHXZ @7573 NONAME ?GetDataLength@GCC_ConferenceAddResponse@@UBEHXZ @7574 NONAME ?GetDataLength@GCC_ConferenceAssistanceIndication@@UBEHXZ @7575 NONAME ?GetDataLength@GCC_ConferenceCreateRequest@@UBEHXZ @7576 NONAME ?GetDataLength@GCC_ConferenceCreateResponse@@UBEHXZ @7577 NONAME ?GetDataLength@GCC_ConferenceDescriptor@@UBEHXZ @7578 NONAME ?GetDataLength@GCC_ConferenceEjectUserIndication@@UBEHXZ @7579 NONAME ?GetDataLength@GCC_ConferenceEjectUserRequest@@UBEHXZ @7580 NONAME ?GetDataLength@GCC_ConferenceEjectUserResponse@@UBEHXZ @7581 NONAME ?GetDataLength@GCC_ConferenceInviteRequest@@UBEHXZ @7582 NONAME ?GetDataLength@GCC_ConferenceInviteResponse@@UBEHXZ @7583 NONAME ?GetDataLength@GCC_ConferenceJoinRequest@@UBEHXZ @7584 NONAME ?GetDataLength@GCC_ConferenceJoinResponse@@UBEHXZ @7585 NONAME ?GetDataLength@GCC_ConferenceLockIndication@@UBEHXZ @7586 NONAME ?GetDataLength@GCC_ConferenceLockRequest@@UBEHXZ @7587 NONAME ?GetDataLength@GCC_ConferenceLockResponse@@UBEHXZ @7588 NONAME ?GetDataLength@GCC_ConferenceName@@UBEHXZ @7589 NONAME ?GetDataLength@GCC_ConferencePriority@@UBEHXZ @7590 NONAME ?GetDataLength@GCC_ConferenceQueryRequest@@UBEHXZ @7591 NONAME ?GetDataLength@GCC_ConferenceQueryResponse@@UBEHXZ @7592 NONAME ?GetDataLength@GCC_ConferenceTerminateIndication@@UBEHXZ @7593 NONAME ?GetDataLength@GCC_ConferenceTerminateRequest@@UBEHXZ @7594 NONAME ?GetDataLength@GCC_ConferenceTerminateResponse@@UBEHXZ @7595 NONAME ?GetDataLength@GCC_ConferenceTimeExtendIndication@@UBEHXZ @7596 NONAME ?GetDataLength@GCC_ConferenceTimeInquireIndication@@UBEHXZ @7597 NONAME ?GetDataLength@GCC_ConferenceTimeRemainingIndication@@UBEHXZ @7598 NONAME ?GetDataLength@GCC_ConferenceTransferIndication@@UBEHXZ @7599 NONAME ?GetDataLength@GCC_ConferenceTransferRequest@@UBEHXZ @7600 NONAME ?GetDataLength@GCC_ConferenceTransferResponse@@UBEHXZ @7601 NONAME ?GetDataLength@GCC_ConferenceUnlockIndication@@UBEHXZ @7602 NONAME ?GetDataLength@GCC_ConferenceUnlockRequest@@UBEHXZ @7603 NONAME ?GetDataLength@GCC_ConferenceUnlockResponse@@UBEHXZ @7604 NONAME ?GetDataLength@GCC_ConnectData@@UBEHXZ @7605 NONAME ?GetDataLength@GCC_FunctionNotSupportedResponse@@UBEHXZ @7606 NONAME ?GetDataLength@GCC_NetworkAddress_subtype_aggregatedChannel@@UBEHXZ @7607 NONAME ?GetDataLength@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBEHXZ @7608 NONAME ?GetDataLength@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBEHXZ @7609 NONAME ?GetDataLength@GCC_NetworkAddress_subtype_transportConnection@@UBEHXZ @7610 NONAME ?GetDataLength@GCC_NodeProperties@@UBEHXZ @7611 NONAME ?GetDataLength@GCC_NodeRecord@@UBEHXZ @7612 NONAME ?GetDataLength@GCC_NonStandardParameter@@UBEHXZ @7613 NONAME ?GetDataLength@GCC_NonStandardPDU@@UBEHXZ @7614 NONAME ?GetDataLength@GCC_Password@@UBEHXZ @7615 NONAME ?GetDataLength@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBEHXZ @7616 NONAME ?GetDataLength@GCC_RegistryAllocateHandleRequest@@UBEHXZ @7617 NONAME ?GetDataLength@GCC_RegistryAllocateHandleResponse@@UBEHXZ @7618 NONAME ?GetDataLength@GCC_RegistryAssignTokenRequest@@UBEHXZ @7619 NONAME ?GetDataLength@GCC_RegistryDeleteEntryRequest@@UBEHXZ @7620 NONAME ?GetDataLength@GCC_RegistryEntryOwner_owned@@UBEHXZ @7621 NONAME ?GetDataLength@GCC_RegistryKey@@UBEHXZ @7622 NONAME ?GetDataLength@GCC_RegistryMonitorEntryIndication@@UBEHXZ @7623 NONAME ?GetDataLength@GCC_RegistryMonitorEntryRequest@@UBEHXZ @7624 NONAME ?GetDataLength@GCC_RegistryRegisterChannelRequest@@UBEHXZ @7625 NONAME ?GetDataLength@GCC_RegistryResponse@@UBEHXZ @7626 NONAME ?GetDataLength@GCC_RegistryRetrieveEntryRequest@@UBEHXZ @7627 NONAME ?GetDataLength@GCC_RegistrySetParameterRequest@@UBEHXZ @7628 NONAME ?GetDataLength@GCC_RosterUpdateIndication@@UBEHXZ @7629 NONAME ?GetDataLength@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBEHXZ @7630 NONAME ?GetDataLength@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBEHXZ @7631 NONAME ?GetDataLength@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBEHXZ @7632 NONAME ?GetDataLength@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBEHXZ @7633 NONAME ?GetDataLength@GCC_RosterUpdateIndication_nodeInformation@@UBEHXZ @7634 NONAME ?GetDataLength@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBEHXZ @7635 NONAME ?GetDataLength@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBEHXZ @7636 NONAME ?GetDataLength@GCC_SessionKey@@UBEHXZ @7637 NONAME ?GetDataLength@GCC_TextMessageIndication@@UBEHXZ @7638 NONAME ?GetDataLength@GCC_UserData_subtype@@UBEHXZ @7639 NONAME ?GetDataLength@GCC_UserIDIndication@@UBEHXZ @7640 NONAME ?GetDataLength@H225_AddressPattern_range@@UBEHXZ @12258 NONAME ?GetDataLength@H225_AdmissionConfirm@@UBEHXZ @7641 NONAME ?GetDataLength@H225_AdmissionReject@@UBEHXZ @7642 NONAME ?GetDataLength@H225_AdmissionRequest@@UBEHXZ @7643 NONAME ?GetDataLength@H225_Alerting_UUIE@@UBEHXZ @7644 NONAME ?GetDataLength@H225_AlternateGK@@UBEHXZ @7645 NONAME ?GetDataLength@H225_AlternateTransportAddresses@@UBEHXZ @12259 NONAME ?GetDataLength@H225_AltGKInfo@@UBEHXZ @7646 NONAME ?GetDataLength@H225_ANSI_41_UIM@@UBEHXZ @12260 NONAME ?GetDataLength@H225_BandwidthConfirm@@UBEHXZ @7647 NONAME ?GetDataLength@H225_BandwidthDetails@@UBEHXZ @12261 NONAME ?GetDataLength@H225_BandwidthReject@@UBEHXZ @7648 NONAME ?GetDataLength@H225_BandwidthRequest@@UBEHXZ @7649 NONAME ?GetDataLength@H225_CallCapacity@@UBEHXZ @12262 NONAME ?GetDataLength@H225_CallCapacityInfo@@UBEHXZ @12263 NONAME ?GetDataLength@H225_CallCreditCapability@@UBEHXZ @12264 NONAME ?GetDataLength@H225_CallCreditServiceControl@@UBEHXZ @12265 NONAME ?GetDataLength@H225_CallIdentifier@@UBEHXZ @7650 NONAME ?GetDataLength@H225_CallLinkage@@UBEHXZ @12266 NONAME ?GetDataLength@H225_CallProceeding_UUIE@@UBEHXZ @7651 NONAME ?GetDataLength@H225_CallsAvailable@@UBEHXZ @12267 NONAME ?GetDataLength@H225_CapacityReportingCapability@@UBEHXZ @12268 NONAME ?GetDataLength@H225_CapacityReportingSpecification@@UBEHXZ @12269 NONAME ?GetDataLength@H225_CapacityReportingSpecification_when@@UBEHXZ @12270 NONAME ?GetDataLength@H225_CarrierInfo@@UBEHXZ @19390 NONAME ?GetDataLength@H225_CicInfo@@UBEHXZ @12271 NONAME ?GetDataLength@H225_CircuitIdentifier@@UBEHXZ @18975 NONAME ?GetDataLength@H225_CircuitInfo@@UBEHXZ @12272 NONAME ?GetDataLength@H225_ConferenceList@@UBEHXZ @7652 NONAME ?GetDataLength@H225_Connect_UUIE@@UBEHXZ @7653 NONAME ?GetDataLength@H225_CryptoH323Token_cryptoEPPwdHash@@UBEHXZ @7654 NONAME ?GetDataLength@H225_CryptoH323Token_cryptoGKPwdHash@@UBEHXZ @7655 NONAME ?GetDataLength@H225_DataRate@@UBEHXZ @7656 NONAME ?GetDataLength@H225_DisengageConfirm@@UBEHXZ @7657 NONAME ?GetDataLength@H225_DisengageReject@@UBEHXZ @7658 NONAME ?GetDataLength@H225_DisengageRequest@@UBEHXZ @7659 NONAME ?GetDataLength@H225_Endpoint@@UBEHXZ @7660 NONAME ?GetDataLength@H225_EndpointType@@UBEHXZ @7661 NONAME ?GetDataLength@H225_EnumeratedParameter@@UBEHXZ @12273 NONAME ?GetDataLength@H225_ExtendedAliasAddress@@UBEHXZ @12274 NONAME ?GetDataLength@H225_Facility_UUIE@@UBEHXZ @7662 NONAME ?GetDataLength@H225_FeatureSet@@UBEHXZ @12275 NONAME ?GetDataLength@H225_GatekeeperConfirm@@UBEHXZ @7663 NONAME ?GetDataLength@H225_GatekeeperInfo@@UBEHXZ @7664 NONAME ?GetDataLength@H225_GatekeeperReject@@UBEHXZ @7665 NONAME ?GetDataLength@H225_GatekeeperRequest@@UBEHXZ @7666 NONAME ?GetDataLength@H225_GatewayInfo@@UBEHXZ @7667 NONAME ?GetDataLength@H225_GenericData@@UBEHXZ @12276 NONAME ?GetDataLength@H225_GroupID@@UBEHXZ @12277 NONAME ?GetDataLength@H225_GSM_UIM@@UBEHXZ @12278 NONAME ?GetDataLength@H225_H221NonStandard@@UBEHXZ @7668 NONAME ?GetDataLength@H225_H310Caps@@UBEHXZ @7669 NONAME ?GetDataLength@H225_H320Caps@@UBEHXZ @7670 NONAME ?GetDataLength@H225_H321Caps@@UBEHXZ @7671 NONAME ?GetDataLength@H225_H322Caps@@UBEHXZ @7672 NONAME ?GetDataLength@H225_H323Caps@@UBEHXZ @7673 NONAME ?GetDataLength@H225_H323_UserInformation@@UBEHXZ @7674 NONAME ?GetDataLength@H225_H323_UserInformation_user_data@@UBEHXZ @7675 NONAME ?GetDataLength@H225_H323_UU_PDU@@UBEHXZ @7676 NONAME ?GetDataLength@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBEHXZ @12279 NONAME ?GetDataLength@H225_H324Caps@@UBEHXZ @7677 NONAME ?GetDataLength@H225_ICV@@UBEHXZ @7678 NONAME ?GetDataLength@H225_InfoRequest@@UBEHXZ @7679 NONAME ?GetDataLength@H225_InfoRequestAck@@UBEHXZ @7680 NONAME ?GetDataLength@H225_InfoRequestNak@@UBEHXZ @7681 NONAME ?GetDataLength@H225_InfoRequestResponse@@UBEHXZ @7682 NONAME ?GetDataLength@H225_InfoRequestResponse_perCallInfo_subtype@@UBEHXZ @7683 NONAME ?GetDataLength@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBEHXZ @7684 NONAME ?GetDataLength@H225_Information_UUIE@@UBEHXZ @7685 NONAME ?GetDataLength@H225_LocationConfirm@@UBEHXZ @7686 NONAME ?GetDataLength@H225_LocationReject@@UBEHXZ @7687 NONAME ?GetDataLength@H225_LocationRequest@@UBEHXZ @7688 NONAME ?GetDataLength@H225_McuInfo@@UBEHXZ @7689 NONAME ?GetDataLength@H225_NonStandardMessage@@UBEHXZ @7690 NONAME ?GetDataLength@H225_NonStandardParameter@@UBEHXZ @7691 NONAME ?GetDataLength@H225_NonStandardProtocol@@UBEHXZ @7692 NONAME ?GetDataLength@H225_Notify_UUIE@@UBEHXZ @12280 NONAME ?GetDataLength@H225_PrivatePartyNumber@@UBEHXZ @7693 NONAME ?GetDataLength@H225_Progress_UUIE@@UBEHXZ @7694 NONAME ?GetDataLength@H225_PublicPartyNumber@@UBEHXZ @7695 NONAME ?GetDataLength@H225_Q954Details@@UBEHXZ @7696 NONAME ?GetDataLength@H225_QseriesOptions@@UBEHXZ @7697 NONAME ?GetDataLength@H225_RasUsageInformation@@UBEHXZ @12281 NONAME ?GetDataLength@H225_RasUsageInfoTypes@@UBEHXZ @12282 NONAME ?GetDataLength@H225_RasUsageSpecification@@UBEHXZ @12283 NONAME ?GetDataLength@H225_RasUsageSpecification_callStartingPoint@@UBEHXZ @12284 NONAME ?GetDataLength@H225_RasUsageSpecification_when@@UBEHXZ @12285 NONAME ?GetDataLength@H225_RegistrationConfirm@@UBEHXZ @7698 NONAME ?GetDataLength@H225_RegistrationConfirm_preGrantedARQ@@UBEHXZ @7699 NONAME ?GetDataLength@H225_RegistrationReject@@UBEHXZ @7700 NONAME ?GetDataLength@H225_RegistrationRejectReason_invalidTerminalAliases@@UBEHXZ @12286 NONAME ?GetDataLength@H225_RegistrationRequest@@UBEHXZ @7701 NONAME ?GetDataLength@H225_ReleaseComplete_UUIE@@UBEHXZ @7702 NONAME ?GetDataLength@H225_RequestInProgress@@UBEHXZ @7703 NONAME ?GetDataLength@H225_ResourcesAvailableConfirm@@UBEHXZ @7704 NONAME ?GetDataLength@H225_ResourcesAvailableIndicate@@UBEHXZ @7705 NONAME ?GetDataLength@H225_RTPSession@@UBEHXZ @7706 NONAME ?GetDataLength@H225_SecurityCapabilities@@UBEHXZ @7707 NONAME ?GetDataLength@H225_ServiceControlIndication@@UBEHXZ @12287 NONAME ?GetDataLength@H225_ServiceControlIndication_callSpecific@@UBEHXZ @12288 NONAME ?GetDataLength@H225_ServiceControlResponse@@UBEHXZ @12289 NONAME ?GetDataLength@H225_ServiceControlSession@@UBEHXZ @12290 NONAME ?GetDataLength@H225_SetupAcknowledge_UUIE@@UBEHXZ @12291 NONAME ?GetDataLength@H225_Setup_UUIE@@UBEHXZ @7708 NONAME ?GetDataLength@H225_Setup_UUIE_connectionParameters@@UBEHXZ @12292 NONAME ?GetDataLength@H225_SIPCaps@@UBEHXZ @19391 NONAME ?GetDataLength@H225_StatusInquiry_UUIE@@UBEHXZ @12293 NONAME ?GetDataLength@H225_Status_UUIE@@UBEHXZ @12294 NONAME ?GetDataLength@H225_StimulusControl@@UBEHXZ @12295 NONAME ?GetDataLength@H225_SupportedPrefix@@UBEHXZ @7709 NONAME ?GetDataLength@H225_T120OnlyCaps@@UBEHXZ @7710 NONAME ?GetDataLength@H225_T38FaxAnnexbOnlyCaps@@UBEHXZ @12296 NONAME ?GetDataLength@H225_TerminalInfo@@UBEHXZ @7711 NONAME ?GetDataLength@H225_TransportAddress_ip6Address@@UBEHXZ @7712 NONAME ?GetDataLength@H225_TransportAddress_ipAddress@@UBEHXZ @7713 NONAME ?GetDataLength@H225_TransportAddress_ipSourceRoute@@UBEHXZ @7714 NONAME ?GetDataLength@H225_TransportAddress_ipxAddress@@UBEHXZ @7715 NONAME ?GetDataLength@H225_TransportChannelInfo@@UBEHXZ @7716 NONAME ?GetDataLength@H225_TunnelledProtocol@@UBEHXZ @12297 NONAME ?GetDataLength@H225_TunnelledProtocolAlternateIdentifier@@UBEHXZ @12298 NONAME ?GetDataLength@H225_UnknownMessageResponse@@UBEHXZ @7717 NONAME ?GetDataLength@H225_UnregistrationConfirm@@UBEHXZ @7718 NONAME ?GetDataLength@H225_UnregistrationReject@@UBEHXZ @7719 NONAME ?GetDataLength@H225_UnregistrationRequest@@UBEHXZ @7720 NONAME ?GetDataLength@H225_UUIEsRequested@@UBEHXZ @7721 NONAME ?GetDataLength@H225_VendorIdentifier@@UBEHXZ @7722 NONAME ?GetDataLength@H225_VoiceCaps@@UBEHXZ @7723 NONAME ?GetDataLength@H235_ClearToken@@UBEHXZ @7724 NONAME ?GetDataLength@H235_CryptoToken_cryptoEncryptedToken@@UBEHXZ @7725 NONAME ?GetDataLength@H235_CryptoToken_cryptoHashedToken@@UBEHXZ @7726 NONAME ?GetDataLength@H235_CryptoToken_cryptoSignedToken@@UBEHXZ @7727 NONAME ?GetDataLength@H235_DHset@@UBEHXZ @7728 NONAME ?GetDataLength@H235_ECGDSASignature@@UBEHXZ @19392 NONAME ?GetDataLength@H235_ECKASDH_eckasdh2@@UBEHXZ @12996 NONAME ?GetDataLength@H235_ECKASDH_eckasdhp@@UBEHXZ @12997 NONAME ?GetDataLength@H235_ECpoint@@UBEHXZ @19393 NONAME ?GetDataLength@H235_H235CertificateSignature@@UBEHXZ @7729 NONAME ?GetDataLength@H235_KeySignedMaterial@@UBEHXZ @7730 NONAME ?GetDataLength@H235_KeySyncMaterial@@UBEHXZ @7731 NONAME ?GetDataLength@H235_NonStandardParameter@@UBEHXZ @7732 NONAME ?GetDataLength@H235_Params@@UBEHXZ @7733 NONAME ?GetDataLength@H235_ReturnSig@@UBEHXZ @7734 NONAME ?GetDataLength@H235_TypedCertificate@@UBEHXZ @7735 NONAME ?GetDataLength@H235_V3KeySyncMaterial@@UBEHXZ @19394 NONAME ?GetDataLength@H245_ATMParameters@@UBEHXZ @7736 NONAME ?GetDataLength@H245_AudioCapability_g7231@@UBEHXZ @7737 NONAME ?GetDataLength@H245_AudioTelephonyEventCapability@@UBEHXZ @12299 NONAME ?GetDataLength@H245_AudioToneCapability@@UBEHXZ @12300 NONAME ?GetDataLength@H245_AuthenticationCapability@@UBEHXZ @7738 NONAME ?GetDataLength@H245_BEnhancementParameters@@UBEHXZ @7739 NONAME ?GetDataLength@H245_CapabilityDescriptor@@UBEHXZ @7740 NONAME ?GetDataLength@H245_CapabilityTableEntry@@UBEHXZ @7741 NONAME ?GetDataLength@H245_Capability_h233EncryptionReceiveCapability@@UBEHXZ @7742 NONAME ?GetDataLength@H245_CloseLogicalChannel@@UBEHXZ @7743 NONAME ?GetDataLength@H245_CloseLogicalChannelAck@@UBEHXZ @7744 NONAME ?GetDataLength@H245_CommunicationModeCommand@@UBEHXZ @7745 NONAME ?GetDataLength@H245_CommunicationModeRequest@@UBEHXZ @7746 NONAME ?GetDataLength@H245_CommunicationModeTableEntry@@UBEHXZ @7747 NONAME ?GetDataLength@H245_ConferenceCapability@@UBEHXZ @7748 NONAME ?GetDataLength@H245_ConferenceRequest_requestTerminalCertificate@@UBEHXZ @7749 NONAME ?GetDataLength@H245_ConferenceResponse_chairTokenOwnerResponse@@UBEHXZ @7750 NONAME ?GetDataLength@H245_ConferenceResponse_conferenceIDResponse@@UBEHXZ @7751 NONAME ?GetDataLength@H245_ConferenceResponse_extensionAddressResponse@@UBEHXZ @7752 NONAME ?GetDataLength@H245_ConferenceResponse_mCTerminalIDResponse@@UBEHXZ @7753 NONAME ?GetDataLength@H245_ConferenceResponse_passwordResponse@@UBEHXZ @7754 NONAME ?GetDataLength@H245_ConferenceResponse_terminalCertificateResponse@@UBEHXZ @7755 NONAME ?GetDataLength@H245_ConferenceResponse_terminalIDResponse@@UBEHXZ @7756 NONAME ?GetDataLength@H245_ConnectionIdentifier@@UBEHXZ @12301 NONAME ?GetDataLength@H245_Criteria@@UBEHXZ @7757 NONAME ?GetDataLength@H245_CustomPictureClockFrequency@@UBEHXZ @7758 NONAME ?GetDataLength@H245_CustomPictureFormat@@UBEHXZ @7759 NONAME ?GetDataLength@H245_CustomPictureFormat_mPI@@UBEHXZ @7760 NONAME ?GetDataLength@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBEHXZ @7761 NONAME ?GetDataLength@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBEHXZ @7762 NONAME ?GetDataLength@H245_DataApplicationCapability@@UBEHXZ @7763 NONAME ?GetDataLength@H245_DataApplicationCapability_application_nlpid@@UBEHXZ @7764 NONAME ?GetDataLength@H245_DataApplicationCapability_application_t38fax@@UBEHXZ @12302 NONAME ?GetDataLength@H245_DataApplicationCapability_application_t84@@UBEHXZ @7765 NONAME ?GetDataLength@H245_DataMode@@UBEHXZ @7766 NONAME ?GetDataLength@H245_DataMode_application_nlpid@@UBEHXZ @7767 NONAME ?GetDataLength@H245_DataMode_application_t38fax@@UBEHXZ @12303 NONAME ?GetDataLength@H245_DepFECCapability_rfc2733@@UBEHXZ @30749 NONAME ?GetDataLength@H245_DepFECCapability_rfc2733_separateStream@@UBEHXZ @30750 NONAME ?GetDataLength@H245_DepFECData_rfc2733@@UBEHXZ @30751 NONAME ?GetDataLength@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBEHXZ @30752 NONAME ?GetDataLength@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBEHXZ @30753 NONAME ?GetDataLength@H245_DepFECMode_rfc2733Mode@@UBEHXZ @30754 NONAME ?GetDataLength@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBEHXZ @30755 NONAME ?GetDataLength@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBEHXZ @30756 NONAME ?GetDataLength@H245_DialingInformationNumber@@UBEHXZ @12304 NONAME ?GetDataLength@H245_EncryptionAuthenticationAndIntegrity@@UBEHXZ @7768 NONAME ?GetDataLength@H245_EncryptionCommand_encryptionAlgorithmID@@UBEHXZ @7769 NONAME ?GetDataLength@H245_EncryptionSync@@UBEHXZ @7770 NONAME ?GetDataLength@H245_EncryptionUpdateRequest@@UBEHXZ @7771 NONAME ?GetDataLength@H245_EnhancementLayerInfo@@UBEHXZ @7772 NONAME ?GetDataLength@H245_EnhancementOptions@@UBEHXZ @7773 NONAME ?GetDataLength@H245_EscrowData@@UBEHXZ @7774 NONAME ?GetDataLength@H245_ExtendedVideoCapability@@UBEHXZ @30757 NONAME ?GetDataLength@H245_FECCapability@@UBEHXZ @30758 NONAME ?GetDataLength@H245_FECData_rfc2733@@UBEHXZ @19397 NONAME ?GetDataLength@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBEHXZ @30759 NONAME ?GetDataLength@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UBEHXZ @30760 NONAME ?GetDataLength@H245_FECMode@@UBEHXZ @30761 NONAME ?GetDataLength@H245_FlowControlCommand@@UBEHXZ @7775 NONAME ?GetDataLength@H245_FlowControlIndication@@UBEHXZ @12305 NONAME ?GetDataLength@H245_FunctionNotSupported@@UBEHXZ @7776 NONAME ?GetDataLength@H245_G7231AnnexCCapability@@UBEHXZ @7777 NONAME ?GetDataLength@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBEHXZ @7778 NONAME ?GetDataLength@H245_G7231AnnexCMode@@UBEHXZ @7779 NONAME ?GetDataLength@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBEHXZ @7780 NONAME ?GetDataLength@H245_G729Extensions@@UBEHXZ @12306 NONAME ?GetDataLength@H245_GenericCapability@@UBEHXZ @12307 NONAME ?GetDataLength@H245_GenericMessage@@UBEHXZ @30762 NONAME ?GetDataLength@H245_GenericParameter@@UBEHXZ @12308 NONAME ?GetDataLength@H245_GSMAudioCapability@@UBEHXZ @7781 NONAME ?GetDataLength@H245_H222Capability@@UBEHXZ @7782 NONAME ?GetDataLength@H245_H222LogicalChannelParameters@@UBEHXZ @7783 NONAME ?GetDataLength@H245_H223AL1MParameters@@UBEHXZ @7784 NONAME ?GetDataLength@H245_H223AL2MParameters@@UBEHXZ @7785 NONAME ?GetDataLength@H245_H223AL3MParameters@@UBEHXZ @7786 NONAME ?GetDataLength@H245_H223AnnexCArqParameters@@UBEHXZ @7787 NONAME ?GetDataLength@H245_H223AnnexCCapability@@UBEHXZ @7788 NONAME ?GetDataLength@H245_H223Capability@@UBEHXZ @7789 NONAME ?GetDataLength@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBEHXZ @7790 NONAME ?GetDataLength@H245_H223Capability_mobileMultilinkFrameCapability@@UBEHXZ @12309 NONAME ?GetDataLength@H245_H223Capability_mobileOperationTransmitCapability@@UBEHXZ @7791 NONAME ?GetDataLength@H245_H223LogicalChannelParameters@@UBEHXZ @7792 NONAME ?GetDataLength@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBEHXZ @7793 NONAME ?GetDataLength@H245_H223ModeParameters@@UBEHXZ @7794 NONAME ?GetDataLength@H245_H223ModeParameters_adaptationLayerType_al3@@UBEHXZ @7795 NONAME ?GetDataLength@H245_H223SkewIndication@@UBEHXZ @7796 NONAME ?GetDataLength@H245_H2250Capability@@UBEHXZ @7797 NONAME ?GetDataLength@H245_H2250Capability_mcCapability@@UBEHXZ @7798 NONAME ?GetDataLength@H245_H2250LogicalChannelAckParameters@@UBEHXZ @7799 NONAME ?GetDataLength@H245_H2250LogicalChannelParameters@@UBEHXZ @7800 NONAME ?GetDataLength@H245_H2250MaximumSkewIndication@@UBEHXZ @7801 NONAME ?GetDataLength@H245_H2250ModeParameters@@UBEHXZ @7802 NONAME ?GetDataLength@H245_H235Media@@UBEHXZ @7803 NONAME ?GetDataLength@H245_H235Mode@@UBEHXZ @7804 NONAME ?GetDataLength@H245_H235SecurityCapability@@UBEHXZ @7805 NONAME ?GetDataLength@H245_H261VideoCapability@@UBEHXZ @7806 NONAME ?GetDataLength@H245_H261VideoMode@@UBEHXZ @7807 NONAME ?GetDataLength@H245_H262VideoCapability@@UBEHXZ @7808 NONAME ?GetDataLength@H245_H262VideoMode@@UBEHXZ @7809 NONAME ?GetDataLength@H245_H263ModeComboFlags@@UBEHXZ @7810 NONAME ?GetDataLength@H245_H263Options@@UBEHXZ @7811 NONAME ?GetDataLength@H245_H263Version3Options@@UBEHXZ @12310 NONAME ?GetDataLength@H245_H263VideoCapability@@UBEHXZ @7812 NONAME ?GetDataLength@H245_H263VideoMode@@UBEHXZ @7813 NONAME ?GetDataLength@H245_H263VideoModeCombos@@UBEHXZ @7814 NONAME ?GetDataLength@H245_IntegrityCapability@@UBEHXZ @7815 NONAME ?GetDataLength@H245_IS11172AudioCapability@@UBEHXZ @7816 NONAME ?GetDataLength@H245_IS11172AudioMode@@UBEHXZ @7817 NONAME ?GetDataLength@H245_IS11172VideoCapability@@UBEHXZ @7818 NONAME ?GetDataLength@H245_IS11172VideoMode@@UBEHXZ @7819 NONAME ?GetDataLength@H245_IS13818AudioCapability@@UBEHXZ @7820 NONAME ?GetDataLength@H245_IS13818AudioMode@@UBEHXZ @7821 NONAME ?GetDataLength@H245_JitterIndication@@UBEHXZ @7822 NONAME ?GetDataLength@H245_KeyProtectionMethod@@UBEHXZ @7823 NONAME ?GetDataLength@H245_LogicalChannelRateAcknowledge@@UBEHXZ @12311 NONAME ?GetDataLength@H245_LogicalChannelRateReject@@UBEHXZ @12312 NONAME ?GetDataLength@H245_LogicalChannelRateRelease@@UBEHXZ @12313 NONAME ?GetDataLength@H245_LogicalChannelRateRequest@@UBEHXZ @12314 NONAME ?GetDataLength@H245_MaintenanceLoopAck@@UBEHXZ @7824 NONAME ?GetDataLength@H245_MaintenanceLoopOffCommand@@UBEHXZ @7825 NONAME ?GetDataLength@H245_MaintenanceLoopReject@@UBEHXZ @7826 NONAME ?GetDataLength@H245_MaintenanceLoopRequest@@UBEHXZ @7827 NONAME ?GetDataLength@H245_MasterSlaveDetermination@@UBEHXZ @7828 NONAME ?GetDataLength@H245_MasterSlaveDeterminationAck@@UBEHXZ @7829 NONAME ?GetDataLength@H245_MasterSlaveDeterminationReject@@UBEHXZ @7830 NONAME ?GetDataLength@H245_MasterSlaveDeterminationRelease@@UBEHXZ @7831 NONAME ?GetDataLength@H245_MCLocationIndication@@UBEHXZ @7832 NONAME ?GetDataLength@H245_MediaChannelCapability@@UBEHXZ @7833 NONAME ?GetDataLength@H245_MediaDistributionCapability@@UBEHXZ @7834 NONAME ?GetDataLength@H245_MediaPacketizationCapability@@UBEHXZ @7835 NONAME ?GetDataLength@H245_MediaTransportType_atm_AAL5_compressed@@UBEHXZ @12315 NONAME ?GetDataLength@H245_MiscellaneousCommand@@UBEHXZ @7836 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBEHXZ @30763 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBEHXZ @30764 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_lostPartialPicture@@UBEHXZ @12316 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBEHXZ @7837 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_videoBadMBs@@UBEHXZ @12317 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBEHXZ @7838 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBEHXZ @7839 NONAME ?GetDataLength@H245_MiscellaneousIndication@@UBEHXZ @7840 NONAME ?GetDataLength@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBEHXZ @7841 NONAME ?GetDataLength@H245_MobileMultilinkReconfigurationCommand@@UBEHXZ @12318 NONAME ?GetDataLength@H245_MobileMultilinkReconfigurationIndication@@UBEHXZ @12319 NONAME ?GetDataLength@H245_ModeElement@@UBEHXZ @7842 NONAME ?GetDataLength@H245_MulticastAddress_iP6Address@@UBEHXZ @7843 NONAME ?GetDataLength@H245_MulticastAddress_iPAddress@@UBEHXZ @7844 NONAME ?GetDataLength@H245_MultilinkIndication_crcDesired@@UBEHXZ @12320 NONAME ?GetDataLength@H245_MultilinkIndication_excessiveError@@UBEHXZ @12321 NONAME ?GetDataLength@H245_MultilinkRequest_addConnection@@UBEHXZ @12322 NONAME ?GetDataLength@H245_MultilinkRequest_callInformation@@UBEHXZ @12323 NONAME ?GetDataLength@H245_MultilinkRequest_maximumHeaderInterval@@UBEHXZ @12324 NONAME ?GetDataLength@H245_MultilinkRequest_removeConnection@@UBEHXZ @12325 NONAME ?GetDataLength@H245_MultilinkResponse_addConnection@@UBEHXZ @12326 NONAME ?GetDataLength@H245_MultilinkResponse_callInformation@@UBEHXZ @12327 NONAME ?GetDataLength@H245_MultilinkResponse_maximumHeaderInterval@@UBEHXZ @12328 NONAME ?GetDataLength@H245_MultilinkResponse_removeConnection@@UBEHXZ @12329 NONAME ?GetDataLength@H245_MultiplePayloadStream@@UBEHXZ @19403 NONAME ?GetDataLength@H245_MultiplePayloadStreamCapability@@UBEHXZ @19404 NONAME ?GetDataLength@H245_MultiplePayloadStreamElement@@UBEHXZ @19405 NONAME ?GetDataLength@H245_MultiplePayloadStreamElementMode@@UBEHXZ @19406 NONAME ?GetDataLength@H245_MultiplePayloadStreamMode@@UBEHXZ @19407 NONAME ?GetDataLength@H245_MultiplexedStreamCapability@@UBEHXZ @12330 NONAME ?GetDataLength@H245_MultiplexedStreamModeParameters@@UBEHXZ @12331 NONAME ?GetDataLength@H245_MultiplexedStreamParameter@@UBEHXZ @12332 NONAME ?GetDataLength@H245_MultiplexElement@@UBEHXZ @7845 NONAME ?GetDataLength@H245_MultiplexEntryDescriptor@@UBEHXZ @7846 NONAME ?GetDataLength@H245_MultiplexEntryRejectionDescriptions@@UBEHXZ @7847 NONAME ?GetDataLength@H245_MultiplexEntrySend@@UBEHXZ @7848 NONAME ?GetDataLength@H245_MultiplexEntrySendAck@@UBEHXZ @7849 NONAME ?GetDataLength@H245_MultiplexEntrySendReject@@UBEHXZ @7850 NONAME ?GetDataLength@H245_MultiplexEntrySendRelease@@UBEHXZ @7851 NONAME ?GetDataLength@H245_MultipointCapability@@UBEHXZ @7852 NONAME ?GetDataLength@H245_NetworkAccessParameters@@UBEHXZ @7853 NONAME ?GetDataLength@H245_NewATMVCCommand@@UBEHXZ @12333 NONAME ?GetDataLength@H245_NewATMVCCommand_aal_aal1@@UBEHXZ @12334 NONAME ?GetDataLength@H245_NewATMVCCommand_aal_aal5@@UBEHXZ @12335 NONAME ?GetDataLength@H245_NewATMVCCommand_reverseParameters@@UBEHXZ @12336 NONAME ?GetDataLength@H245_NewATMVCIndication@@UBEHXZ @7854 NONAME ?GetDataLength@H245_NewATMVCIndication_aal_aal1@@UBEHXZ @7855 NONAME ?GetDataLength@H245_NewATMVCIndication_aal_aal5@@UBEHXZ @7856 NONAME ?GetDataLength@H245_NewATMVCIndication_reverseParameters@@UBEHXZ @7857 NONAME ?GetDataLength@H245_NonStandardIdentifier_h221NonStandard@@UBEHXZ @7858 NONAME ?GetDataLength@H245_NonStandardMessage@@UBEHXZ @7859 NONAME ?GetDataLength@H245_NonStandardParameter@@UBEHXZ @7860 NONAME ?GetDataLength@H245_NoPTAudioTelephonyEventCapability@@UBEHXZ @19408 NONAME ?GetDataLength@H245_NoPTAudioToneCapability@@UBEHXZ @19409 NONAME ?GetDataLength@H245_OpenLogicalChannel@@UBEHXZ @7861 NONAME ?GetDataLength@H245_OpenLogicalChannelAck@@UBEHXZ @7862 NONAME ?GetDataLength@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBEHXZ @7863 NONAME ?GetDataLength@H245_OpenLogicalChannelConfirm@@UBEHXZ @7864 NONAME ?GetDataLength@H245_OpenLogicalChannelReject@@UBEHXZ @7865 NONAME ?GetDataLength@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBEHXZ @7866 NONAME ?GetDataLength@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBEHXZ @7867 NONAME ?GetDataLength@H245_Params@@UBEHXZ @30765 NONAME ?GetDataLength@H245_Q2931Address@@UBEHXZ @7868 NONAME ?GetDataLength@H245_QOSCapability@@UBEHXZ @7869 NONAME ?GetDataLength@H245_RedundancyEncoding@@UBEHXZ @7870 NONAME ?GetDataLength@H245_RedundancyEncodingCapability@@UBEHXZ @7871 NONAME ?GetDataLength@H245_RedundancyEncodingDTMode@@UBEHXZ @19410 NONAME ?GetDataLength@H245_RedundancyEncodingDTModeElement@@UBEHXZ @19411 NONAME ?GetDataLength@H245_RedundancyEncodingElement@@UBEHXZ @19412 NONAME ?GetDataLength@H245_RedundancyEncodingMode@@UBEHXZ @7872 NONAME ?GetDataLength@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBEHXZ @19413 NONAME ?GetDataLength@H245_RefPictureSelection@@UBEHXZ @7873 NONAME ?GetDataLength@H245_RefPictureSelection_additionalPictureMemory@@UBEHXZ @7874 NONAME ?GetDataLength@H245_RefPictureSelection_enhancedReferencePicSelect@@UBEHXZ @12337 NONAME ?GetDataLength@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBEHXZ @12338 NONAME ?GetDataLength@H245_RequestAllTerminalIDsResponse@@UBEHXZ @7875 NONAME ?GetDataLength@H245_RequestChannelClose@@UBEHXZ @7876 NONAME ?GetDataLength@H245_RequestChannelCloseAck@@UBEHXZ @7877 NONAME ?GetDataLength@H245_RequestChannelCloseReject@@UBEHXZ @7878 NONAME ?GetDataLength@H245_RequestChannelCloseRelease@@UBEHXZ @7879 NONAME ?GetDataLength@H245_RequestMode@@UBEHXZ @7880 NONAME ?GetDataLength@H245_RequestModeAck@@UBEHXZ @7881 NONAME ?GetDataLength@H245_RequestModeReject@@UBEHXZ @7882 NONAME ?GetDataLength@H245_RequestModeRelease@@UBEHXZ @7883 NONAME ?GetDataLength@H245_RequestMultiplexEntry@@UBEHXZ @7884 NONAME ?GetDataLength@H245_RequestMultiplexEntryAck@@UBEHXZ @7885 NONAME ?GetDataLength@H245_RequestMultiplexEntryReject@@UBEHXZ @7886 NONAME ?GetDataLength@H245_RequestMultiplexEntryRejectionDescriptions@@UBEHXZ @7887 NONAME ?GetDataLength@H245_RequestMultiplexEntryRelease@@UBEHXZ @7888 NONAME ?GetDataLength@H245_RoundTripDelayRequest@@UBEHXZ @7889 NONAME ?GetDataLength@H245_RoundTripDelayResponse@@UBEHXZ @7890 NONAME ?GetDataLength@H245_RSVPParameters@@UBEHXZ @7891 NONAME ?GetDataLength@H245_RTPH263VideoRedundancyEncoding@@UBEHXZ @7892 NONAME ?GetDataLength@H245_RTPH263VideoRedundancyFrameMapping@@UBEHXZ @7893 NONAME ?GetDataLength@H245_RTPPayloadType@@UBEHXZ @7894 NONAME ?GetDataLength@H245_SendTerminalCapabilitySet_specificRequest@@UBEHXZ @7895 NONAME ?GetDataLength@H245_SubstituteConferenceIDCommand@@UBEHXZ @7896 NONAME ?GetDataLength@H245_T38FaxProfile@@UBEHXZ @12339 NONAME ?GetDataLength@H245_T38FaxTcpOptions@@UBEHXZ @12340 NONAME ?GetDataLength@H245_T38FaxUdpOptions@@UBEHXZ @12341 NONAME ?GetDataLength@H245_T84Profile_t84Restricted@@UBEHXZ @7897 NONAME ?GetDataLength@H245_TerminalCapabilitySet@@UBEHXZ @7898 NONAME ?GetDataLength@H245_TerminalCapabilitySetAck@@UBEHXZ @7899 NONAME ?GetDataLength@H245_TerminalCapabilitySetReject@@UBEHXZ @7900 NONAME ?GetDataLength@H245_TerminalCapabilitySetRelease@@UBEHXZ @7901 NONAME ?GetDataLength@H245_TerminalInformation@@UBEHXZ @7902 NONAME ?GetDataLength@H245_TerminalLabel@@UBEHXZ @7903 NONAME ?GetDataLength@H245_TerminalYouAreSeeingInSubPictureNumber@@UBEHXZ @7904 NONAME ?GetDataLength@H245_TransparencyParameters@@UBEHXZ @7905 NONAME ?GetDataLength@H245_TransportCapability@@UBEHXZ @7906 NONAME ?GetDataLength@H245_UnicastAddress_iP6Address@@UBEHXZ @7907 NONAME ?GetDataLength@H245_UnicastAddress_iPAddress@@UBEHXZ @7908 NONAME ?GetDataLength@H245_UnicastAddress_iPSourceRouteAddress@@UBEHXZ @7909 NONAME ?GetDataLength@H245_UnicastAddress_iPXAddress@@UBEHXZ @7910 NONAME ?GetDataLength@H245_UserInputIndication_encryptedAlphanumeric@@UBEHXZ @30766 NONAME ?GetDataLength@H245_UserInputIndication_extendedAlphanumeric@@UBEHXZ @12342 NONAME ?GetDataLength@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBEHXZ @30767 NONAME ?GetDataLength@H245_UserInputIndication_signal@@UBEHXZ @7911 NONAME ?GetDataLength@H245_UserInputIndication_signalUpdate@@UBEHXZ @7912 NONAME ?GetDataLength@H245_UserInputIndication_signalUpdate_rtp@@UBEHXZ @7913 NONAME ?GetDataLength@H245_UserInputIndication_signal_rtp@@UBEHXZ @7914 NONAME ?GetDataLength@H245_V42bis@@UBEHXZ @7915 NONAME ?GetDataLength@H245_V75Capability@@UBEHXZ @7916 NONAME ?GetDataLength@H245_V75Parameters@@UBEHXZ @7917 NONAME ?GetDataLength@H245_V76Capability@@UBEHXZ @7918 NONAME ?GetDataLength@H245_V76HDLCParameters@@UBEHXZ @7919 NONAME ?GetDataLength@H245_V76LogicalChannelParameters@@UBEHXZ @7920 NONAME ?GetDataLength@H245_V76LogicalChannelParameters_mode_eRM@@UBEHXZ @7921 NONAME ?GetDataLength@H245_VBDCapability@@UBEHXZ @19414 NONAME ?GetDataLength@H245_VBDMode@@UBEHXZ @19415 NONAME ?GetDataLength@H245_VCCapability@@UBEHXZ @7922 NONAME ?GetDataLength@H245_VCCapability_aal1@@UBEHXZ @7923 NONAME ?GetDataLength@H245_VCCapability_aal1ViaGateway@@UBEHXZ @12343 NONAME ?GetDataLength@H245_VCCapability_aal5@@UBEHXZ @7924 NONAME ?GetDataLength@H245_VCCapability_availableBitRates@@UBEHXZ @7925 NONAME ?GetDataLength@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBEHXZ @7926 NONAME ?GetDataLength@H245_VendorIdentification@@UBEHXZ @7927 NONAME ?GetDataLength@H245_VideoIndicateCompose@@UBEHXZ @7928 NONAME ?GetDataLength@H248_ActionReply@@UBEHXZ @16384 NONAME ?GetDataLength@H248_ActionRequest@@UBEHXZ @16385 NONAME ?GetDataLength@H248_AmmRequest@@UBEHXZ @16386 NONAME ?GetDataLength@H248_AmmsReply@@UBEHXZ @16387 NONAME ?GetDataLength@H248_AuditDescriptor@@UBEHXZ @16388 NONAME ?GetDataLength@H248_AuditRequest@@UBEHXZ @16389 NONAME ?GetDataLength@H248_AuditResult@@UBEHXZ @16390 NONAME ?GetDataLength@H248_AuthenticationHeader@@UBEHXZ @16391 NONAME ?GetDataLength@H248_CommandRequest@@UBEHXZ @16392 NONAME ?GetDataLength@H248_ContextAttrAuditRequest@@UBEHXZ @16393 NONAME ?GetDataLength@H248_ContextRequest@@UBEHXZ @16394 NONAME ?GetDataLength@H248_DigitMapDescriptor@@UBEHXZ @16395 NONAME ?GetDataLength@H248_DigitMapValue@@UBEHXZ @16396 NONAME ?GetDataLength@H248_DomainName@@UBEHXZ @16397 NONAME ?GetDataLength@H248_ErrorDescriptor@@UBEHXZ @16398 NONAME ?GetDataLength@H248_EventParameter@@UBEHXZ @16399 NONAME ?GetDataLength@H248_EventsDescriptor@@UBEHXZ @16400 NONAME ?GetDataLength@H248_EventSpec@@UBEHXZ @16401 NONAME ?GetDataLength@H248_H221NonStandard@@UBEHXZ @16402 NONAME ?GetDataLength@H248_IndAudDigitMapDescriptor@@UBEHXZ @16403 NONAME ?GetDataLength@H248_IndAudEventBufferDescriptor@@UBEHXZ @16404 NONAME ?GetDataLength@H248_IndAudEventsDescriptor@@UBEHXZ @16405 NONAME ?GetDataLength@H248_IndAudLocalControlDescriptor@@UBEHXZ @16406 NONAME ?GetDataLength@H248_IndAudLocalRemoteDescriptor@@UBEHXZ @16407 NONAME ?GetDataLength@H248_IndAudMediaDescriptor@@UBEHXZ @16408 NONAME ?GetDataLength@H248_IndAudPackagesDescriptor@@UBEHXZ @16409 NONAME ?GetDataLength@H248_IndAudPropertyParm@@UBEHXZ @16410 NONAME ?GetDataLength@H248_IndAudSeqSigList@@UBEHXZ @16411 NONAME ?GetDataLength@H248_IndAudSignal@@UBEHXZ @16412 NONAME ?GetDataLength@H248_IndAudStatisticsDescriptor@@UBEHXZ @16413 NONAME ?GetDataLength@H248_IndAudStreamDescriptor@@UBEHXZ @16414 NONAME ?GetDataLength@H248_IndAudStreamParms@@UBEHXZ @16415 NONAME ?GetDataLength@H248_IndAudTerminationStateDescriptor@@UBEHXZ @16416 NONAME ?GetDataLength@H248_IP4Address@@UBEHXZ @16417 NONAME ?GetDataLength@H248_IP6Address@@UBEHXZ @16418 NONAME ?GetDataLength@H248_LocalControlDescriptor@@UBEHXZ @16419 NONAME ?GetDataLength@H248_LocalRemoteDescriptor@@UBEHXZ @16420 NONAME ?GetDataLength@H248_MediaDescriptor@@UBEHXZ @16421 NONAME ?GetDataLength@H248_MegacoMessage@@UBEHXZ @16422 NONAME ?GetDataLength@H248_Message@@UBEHXZ @16423 NONAME ?GetDataLength@H248_ModemDescriptor@@UBEHXZ @16424 NONAME ?GetDataLength@H248_MuxDescriptor@@UBEHXZ @16425 NONAME ?GetDataLength@H248_NonStandardData@@UBEHXZ @16426 NONAME ?GetDataLength@H248_NotifyReply@@UBEHXZ @16427 NONAME ?GetDataLength@H248_NotifyRequest@@UBEHXZ @16428 NONAME ?GetDataLength@H248_ObservedEvent@@UBEHXZ @16429 NONAME ?GetDataLength@H248_ObservedEventsDescriptor@@UBEHXZ @16430 NONAME ?GetDataLength@H248_PackagesItem@@UBEHXZ @16431 NONAME ?GetDataLength@H248_PropertyParm@@UBEHXZ @16432 NONAME ?GetDataLength@H248_RequestedActions@@UBEHXZ @16433 NONAME ?GetDataLength@H248_RequestedEvent@@UBEHXZ @16434 NONAME ?GetDataLength@H248_SecondEventsDescriptor@@UBEHXZ @16435 NONAME ?GetDataLength@H248_SecondRequestedActions@@UBEHXZ @16436 NONAME ?GetDataLength@H248_SecondRequestedEvent@@UBEHXZ @16437 NONAME ?GetDataLength@H248_SeqSigList@@UBEHXZ @16438 NONAME ?GetDataLength@H248_ServiceChangeParm@@UBEHXZ @16439 NONAME ?GetDataLength@H248_ServiceChangeProfile@@UBEHXZ @16440 NONAME ?GetDataLength@H248_ServiceChangeReply@@UBEHXZ @16441 NONAME ?GetDataLength@H248_ServiceChangeRequest@@UBEHXZ @16442 NONAME ?GetDataLength@H248_ServiceChangeResParm@@UBEHXZ @16443 NONAME ?GetDataLength@H248_Signal@@UBEHXZ @16444 NONAME ?GetDataLength@H248_SigParameter@@UBEHXZ @16445 NONAME ?GetDataLength@H248_StatisticsParameter@@UBEHXZ @16446 NONAME ?GetDataLength@H248_StreamDescriptor@@UBEHXZ @16447 NONAME ?GetDataLength@H248_StreamParms@@UBEHXZ @16448 NONAME ?GetDataLength@H248_SubtractRequest@@UBEHXZ @16449 NONAME ?GetDataLength@H248_TerminationID@@UBEHXZ @16450 NONAME ?GetDataLength@H248_TerminationStateDescriptor@@UBEHXZ @16451 NONAME ?GetDataLength@H248_TimeNotation@@UBEHXZ @16452 NONAME ?GetDataLength@H248_TopologyRequest@@UBEHXZ @16453 NONAME ?GetDataLength@H248_TransactionAck@@UBEHXZ @16454 NONAME ?GetDataLength@H248_TransactionPending@@UBEHXZ @16455 NONAME ?GetDataLength@H248_TransactionReply@@UBEHXZ @16456 NONAME ?GetDataLength@H248_TransactionRequest@@UBEHXZ @16457 NONAME ?GetDataLength@H45010_CfbOvrOptArg@@UBEHXZ @10882 NONAME ?GetDataLength@H45010_CoReqOptArg@@UBEHXZ @10883 NONAME ?GetDataLength@H45010_RUAlertOptArg@@UBEHXZ @10884 NONAME ?GetDataLength@H45011_CIFrcRelArg@@UBEHXZ @10885 NONAME ?GetDataLength@H45011_CIFrcRelOptRes@@UBEHXZ @10886 NONAME ?GetDataLength@H45011_CIGetCIPLOptArg@@UBEHXZ @10887 NONAME ?GetDataLength@H45011_CIGetCIPLRes@@UBEHXZ @10888 NONAME ?GetDataLength@H45011_CIIsOptArg@@UBEHXZ @10889 NONAME ?GetDataLength@H45011_CIIsOptRes@@UBEHXZ @10890 NONAME ?GetDataLength@H45011_CINotificationArg@@UBEHXZ @10891 NONAME ?GetDataLength@H45011_CIRequestArg@@UBEHXZ @10892 NONAME ?GetDataLength@H45011_CIRequestRes@@UBEHXZ @10893 NONAME ?GetDataLength@H45011_CISilentArg@@UBEHXZ @10894 NONAME ?GetDataLength@H45011_CISilentOptRes@@UBEHXZ @10895 NONAME ?GetDataLength@H45011_CIWobOptArg@@UBEHXZ @10896 NONAME ?GetDataLength@H45011_CIWobOptRes@@UBEHXZ @10897 NONAME ?GetDataLength@H4501_Address@@UBEHXZ @10135 NONAME ?GetDataLength@H4501_AddressScreened@@UBEHXZ @10136 NONAME ?GetDataLength@H4501_EndpointAddress@@UBEHXZ @10137 NONAME ?GetDataLength@H4501_Extension@@UBEHXZ @10138 NONAME ?GetDataLength@H4501_NetworkFacilityExtension@@UBEHXZ @10139 NONAME ?GetDataLength@H4501_NumberScreened@@UBEHXZ @10140 NONAME ?GetDataLength@H4501_SupplementaryService@@UBEHXZ @10141 NONAME ?GetDataLength@H4501_UserSpecifiedSubaddress@@UBEHXZ @10142 NONAME ?GetDataLength@H4502_CTActiveArg@@UBEHXZ @10143 NONAME ?GetDataLength@H4502_CTCompleteArg@@UBEHXZ @10144 NONAME ?GetDataLength@H4502_CTIdentifyRes@@UBEHXZ @10145 NONAME ?GetDataLength@H4502_CTInitiateArg@@UBEHXZ @10146 NONAME ?GetDataLength@H4502_CTSetupArg@@UBEHXZ @10147 NONAME ?GetDataLength@H4502_CTUpdateArg@@UBEHXZ @10148 NONAME ?GetDataLength@H4502_SubaddressTransferArg@@UBEHXZ @10149 NONAME ?GetDataLength@H4503_IntResult@@UBEHXZ @10337 NONAME ?GetDataLength@H4504_Extension@@UBEHXZ @10261 NONAME ?GetDataLength@H4504_HoldNotificArg@@UBEHXZ @10262 NONAME ?GetDataLength@H4504_RemoteHoldArg@@UBEHXZ @10263 NONAME ?GetDataLength@H4504_RemoteHoldRes@@UBEHXZ @10264 NONAME ?GetDataLength@H4504_RemoteRetrieveArg@@UBEHXZ @10265 NONAME ?GetDataLength@H4504_RemoteRetrieveRes@@UBEHXZ @10266 NONAME ?GetDataLength@H4504_RetrieveNotificArg@@UBEHXZ @10267 NONAME ?GetDataLength@H4505_CpickupNotifyArg@@UBEHXZ @10898 NONAME ?GetDataLength@H4505_CpNotifyArg@@UBEHXZ @10899 NONAME ?GetDataLength@H4505_CpRequestArg@@UBEHXZ @10900 NONAME ?GetDataLength@H4505_CpRequestRes@@UBEHXZ @10901 NONAME ?GetDataLength@H4505_CpSetupArg@@UBEHXZ @10902 NONAME ?GetDataLength@H4505_CpSetupRes@@UBEHXZ @10903 NONAME ?GetDataLength@H4505_GroupIndicationOffArg@@UBEHXZ @10904 NONAME ?GetDataLength@H4505_GroupIndicationOffRes@@UBEHXZ @10905 NONAME ?GetDataLength@H4505_GroupIndicationOnArg@@UBEHXZ @10906 NONAME ?GetDataLength@H4505_GroupIndicationOnRes@@UBEHXZ @10907 NONAME ?GetDataLength@H4505_PickExeArg@@UBEHXZ @10908 NONAME ?GetDataLength@H4505_PickExeRes@@UBEHXZ @10909 NONAME ?GetDataLength@H4505_PickrequArg@@UBEHXZ @10910 NONAME ?GetDataLength@H4505_PickrequRes@@UBEHXZ @10911 NONAME ?GetDataLength@H4505_PickupArg@@UBEHXZ @10912 NONAME ?GetDataLength@H4505_PickupRes@@UBEHXZ @10913 NONAME ?GetDataLength@H4506_CallWaitingArg@@UBEHXZ @10914 NONAME ?GetDataLength@H4507_MWIActivateArg@@UBEHXZ @10915 NONAME ?GetDataLength@H4507_MWIDeactivateArg@@UBEHXZ @10916 NONAME ?GetDataLength@H4507_MWIInterrogateArg@@UBEHXZ @10917 NONAME ?GetDataLength@H4507_MWIInterrogateResElt@@UBEHXZ @10918 NONAME ?GetDataLength@H4509_CcLongArg@@UBEHXZ @10919 NONAME ?GetDataLength@H4509_CcRequestArg@@UBEHXZ @10920 NONAME ?GetDataLength@H4509_CcRequestRes@@UBEHXZ @10921 NONAME ?GetDataLength@H4509_CcShortArg@@UBEHXZ @10922 NONAME ?GetDataLength@H501_AccessConfirmation@@UBEHXZ @17639 NONAME ?GetDataLength@H501_AccessRejection@@UBEHXZ @17640 NONAME ?GetDataLength@H501_AccessRequest@@UBEHXZ @17641 NONAME ?GetDataLength@H501_AddressTemplate@@UBEHXZ @17642 NONAME ?GetDataLength@H501_AlternatePE@@UBEHXZ @17643 NONAME ?GetDataLength@H501_AlternatePEInfo@@UBEHXZ @17644 NONAME ?GetDataLength@H501_AuthenticationConfirmation@@UBEHXZ @17645 NONAME ?GetDataLength@H501_AuthenticationRejection@@UBEHXZ @17646 NONAME ?GetDataLength@H501_AuthenticationRequest@@UBEHXZ @17647 NONAME ?GetDataLength@H501_CallInformation@@UBEHXZ @17648 NONAME ?GetDataLength@H501_ContactInformation@@UBEHXZ @17649 NONAME ?GetDataLength@H501_Descriptor@@UBEHXZ @17650 NONAME ?GetDataLength@H501_DescriptorConfirmation@@UBEHXZ @17651 NONAME ?GetDataLength@H501_DescriptorIDConfirmation@@UBEHXZ @17652 NONAME ?GetDataLength@H501_DescriptorIDRejection@@UBEHXZ @17653 NONAME ?GetDataLength@H501_DescriptorIDRequest@@UBEHXZ @17654 NONAME ?GetDataLength@H501_DescriptorInfo@@UBEHXZ @17655 NONAME ?GetDataLength@H501_DescriptorRejection@@UBEHXZ @17656 NONAME ?GetDataLength@H501_DescriptorRequest@@UBEHXZ @17657 NONAME ?GetDataLength@H501_DescriptorUpdate@@UBEHXZ @17658 NONAME ?GetDataLength@H501_DescriptorUpdateAck@@UBEHXZ @17659 NONAME ?GetDataLength@H501_Message@@UBEHXZ @17660 NONAME ?GetDataLength@H501_MessageCommonInfo@@UBEHXZ @17661 NONAME ?GetDataLength@H501_NonStandardConfirmation@@UBEHXZ @17662 NONAME ?GetDataLength@H501_NonStandardRejection@@UBEHXZ @17663 NONAME ?GetDataLength@H501_NonStandardRequest@@UBEHXZ @17664 NONAME ?GetDataLength@H501_PartyInformation@@UBEHXZ @17665 NONAME ?GetDataLength@H501_Pattern_range@@UBEHXZ @17666 NONAME ?GetDataLength@H501_PriceElement@@UBEHXZ @17667 NONAME ?GetDataLength@H501_PriceInfoSpec@@UBEHXZ @17668 NONAME ?GetDataLength@H501_RequestInProgress@@UBEHXZ @17669 NONAME ?GetDataLength@H501_RouteInformation@@UBEHXZ @17670 NONAME ?GetDataLength@H501_SecurityMode@@UBEHXZ @17671 NONAME ?GetDataLength@H501_ServiceConfirmation@@UBEHXZ @17672 NONAME ?GetDataLength@H501_ServiceRejection@@UBEHXZ @17673 NONAME ?GetDataLength@H501_ServiceRelease@@UBEHXZ @17674 NONAME ?GetDataLength@H501_ServiceRequest@@UBEHXZ @17675 NONAME ?GetDataLength@H501_TerminationCause@@UBEHXZ @17676 NONAME ?GetDataLength@H501_UnknownMessageResponse@@UBEHXZ @17677 NONAME ?GetDataLength@H501_UpdateInformation@@UBEHXZ @17678 NONAME ?GetDataLength@H501_UsageConfirmation@@UBEHXZ @17679 NONAME ?GetDataLength@H501_UsageField@@UBEHXZ @17680 NONAME ?GetDataLength@H501_UsageIndication@@UBEHXZ @17681 NONAME ?GetDataLength@H501_UsageIndicationConfirmation@@UBEHXZ @17682 NONAME ?GetDataLength@H501_UsageIndicationRejection@@UBEHXZ @17683 NONAME ?GetDataLength@H501_UsageRejection@@UBEHXZ @17684 NONAME ?GetDataLength@H501_UsageRequest@@UBEHXZ @17685 NONAME ?GetDataLength@H501_UsageSpecification@@UBEHXZ @17686 NONAME ?GetDataLength@H501_UsageSpecification_when@@UBEHXZ @17687 NONAME ?GetDataLength@H501_UserInformation@@UBEHXZ @17688 NONAME ?GetDataLength@H501_ValidationConfirmation@@UBEHXZ @17689 NONAME ?GetDataLength@H501_ValidationRejection@@UBEHXZ @17690 NONAME ?GetDataLength@H501_ValidationRequest@@UBEHXZ @17691 NONAME ?GetDataLength@MCS_AUcf@@UBEHXZ @7944 NONAME ?GetDataLength@MCS_AUrq@@UBEHXZ @7945 NONAME ?GetDataLength@MCS_CAin@@UBEHXZ @7946 NONAME ?GetDataLength@MCS_CArq@@UBEHXZ @7947 NONAME ?GetDataLength@MCS_CCcf@@UBEHXZ @7948 NONAME ?GetDataLength@MCS_CCrq@@UBEHXZ @7949 NONAME ?GetDataLength@MCS_CDin@@UBEHXZ @7950 NONAME ?GetDataLength@MCS_CDrq@@UBEHXZ @7951 NONAME ?GetDataLength@MCS_CEin@@UBEHXZ @7952 NONAME ?GetDataLength@MCS_CErq@@UBEHXZ @7953 NONAME ?GetDataLength@MCS_ChannelAttributes_assigned@@UBEHXZ @7954 NONAME ?GetDataLength@MCS_ChannelAttributes_private@@UBEHXZ @7955 NONAME ?GetDataLength@MCS_ChannelAttributes_static@@UBEHXZ @7956 NONAME ?GetDataLength@MCS_ChannelAttributes_userId@@UBEHXZ @7957 NONAME ?GetDataLength@MCS_CJcf@@UBEHXZ @7958 NONAME ?GetDataLength@MCS_CJrq@@UBEHXZ @7959 NONAME ?GetDataLength@MCS_CLrq@@UBEHXZ @7960 NONAME ?GetDataLength@MCS_Connect_Additional@@UBEHXZ @7961 NONAME ?GetDataLength@MCS_Connect_Initial@@UBEHXZ @7962 NONAME ?GetDataLength@MCS_Connect_Response@@UBEHXZ @7963 NONAME ?GetDataLength@MCS_Connect_Result@@UBEHXZ @7964 NONAME ?GetDataLength@MCS_DomainParameters@@UBEHXZ @7965 NONAME ?GetDataLength@MCS_DPum@@UBEHXZ @7966 NONAME ?GetDataLength@MCS_DUin@@UBEHXZ @7967 NONAME ?GetDataLength@MCS_DUrq@@UBEHXZ @7968 NONAME ?GetDataLength@MCS_EDrq@@UBEHXZ @7969 NONAME ?GetDataLength@MCS_MCcf@@UBEHXZ @7970 NONAME ?GetDataLength@MCS_MCrq@@UBEHXZ @7971 NONAME ?GetDataLength@MCS_MTcf@@UBEHXZ @7972 NONAME ?GetDataLength@MCS_MTrq@@UBEHXZ @7973 NONAME ?GetDataLength@MCS_PCin@@UBEHXZ @7974 NONAME ?GetDataLength@MCS_PDin@@UBEHXZ @7975 NONAME ?GetDataLength@MCS_PTin@@UBEHXZ @7976 NONAME ?GetDataLength@MCS_RJum@@UBEHXZ @7977 NONAME ?GetDataLength@MCS_SDin@@UBEHXZ @7978 NONAME ?GetDataLength@MCS_SDrq@@UBEHXZ @7979 NONAME ?GetDataLength@MCS_TGcf@@UBEHXZ @7980 NONAME ?GetDataLength@MCS_TGrq@@UBEHXZ @7981 NONAME ?GetDataLength@MCS_TIcf@@UBEHXZ @7982 NONAME ?GetDataLength@MCS_TIrq@@UBEHXZ @7983 NONAME ?GetDataLength@MCS_TokenAttributes_given@@UBEHXZ @7984 NONAME ?GetDataLength@MCS_TokenAttributes_giving@@UBEHXZ @7985 NONAME ?GetDataLength@MCS_TokenAttributes_grabbed@@UBEHXZ @7986 NONAME ?GetDataLength@MCS_TokenAttributes_inhibited@@UBEHXZ @7987 NONAME ?GetDataLength@MCS_TokenAttributes_ungivable@@UBEHXZ @7988 NONAME ?GetDataLength@MCS_TPin@@UBEHXZ @7989 NONAME ?GetDataLength@MCS_TPrq@@UBEHXZ @7990 NONAME ?GetDataLength@MCS_TRcf@@UBEHXZ @7991 NONAME ?GetDataLength@MCS_TRrq@@UBEHXZ @7992 NONAME ?GetDataLength@MCS_TTcf@@UBEHXZ @7993 NONAME ?GetDataLength@MCS_TTrq@@UBEHXZ @7994 NONAME ?GetDataLength@MCS_TVcf@@UBEHXZ @7995 NONAME ?GetDataLength@MCS_TVin@@UBEHXZ @7996 NONAME ?GetDataLength@MCS_TVrq@@UBEHXZ @7997 NONAME ?GetDataLength@MCS_TVrs@@UBEHXZ @7998 NONAME ?GetDataLength@MCS_USin@@UBEHXZ @7999 NONAME ?GetDataLength@MCS_USrq@@UBEHXZ @8000 NONAME ?GetDataLength@PWAVFileConverterXLaw@@UAEJAAVPWAVFile@@@Z @29688 NONAME ?GetDataLength@T38_Data_Field_subtype@@UBEHXZ @12717 NONAME ?GetDataLength@T38_IFPPacket@@UBEHXZ @12718 NONAME ?GetDataLength@T38_PreCorrigendum_Data_Field_subtype@@UBEHXZ @15137 NONAME ?GetDataLength@T38_PreCorrigendum_IFPPacket@@UBEHXZ @15138 NONAME ?GetDataLength@T38_UDPTLPacket@@UBEHXZ @12719 NONAME ?GetDataLength@T38_UDPTLPacket_error_recovery_fec_info@@UBEHXZ @12720 NONAME ?GetDataLength@X880_Invoke@@UBEHXZ @10150 NONAME ?GetDataLength@X880_Reject@@UBEHXZ @10151 NONAME ?GetDataLength@X880_ReturnError@@UBEHXZ @10152 NONAME ?GetDataLength@X880_ReturnResult@@UBEHXZ @10153 NONAME ?GetDataLength@X880_ReturnResult_result@@UBEHXZ @10154 NONAME ?GetDefaultSessionID@H323AudioCapability@@UBEIXZ @8001 NONAME ?GetDefaultSessionID@H323Capability@@UBEIXZ @8002 NONAME ?GetDefaultSessionID@H323DataCapability@@UBEIXZ @12863 NONAME ?GetDefaultSessionID@H323VideoCapability@@UBEIXZ @8003 NONAME ?GetDefaultUdpPort@H323GatekeeperServer@@UAEGXZ @17692 NONAME ?GetDefinition@OpalFactoryCodec@@UAEPBUPluginCodec_Definition@@XZ @29895 NONAME ?GetDefinition@OpalPluginCodec@@UAEPBUPluginCodec_Definition@@XZ @29896 NONAME ?GetDestinationAddress@H323GatekeeperCall@@QBE?AVPString@@XZ @13874 NONAME ?GetDestinationAlias@H323SignalPDU@@QBE?AVPString@@H@Z @12362 NONAME ?GetDestinationE164@H323SignalPDU@@QBEHAAVPString@@@Z @8004 NONAME ?GetDeviceNames@OpalIxJDevice@@SA?AVPStringArray@@XZ @8005 NONAME ?GetDeviceNames@OpalVoipBlasterDevice@@SA?AVPStringArray@@XZ @13683 NONAME ?GetDeviceNames@PSoundChannel@@SA?AVPStringList@@ABVPString@@W4Directions@1@PAVPPluginManager@@@Z @30768 NONAME ?GetDeviceType@OpalLineInterfaceDevice@@UAE?AW4DeviceType@1@XZ @30769 NONAME ?GetDeviceType@OpalUSBDevice@@UAE?AW4DeviceType@OpalLineInterfaceDevice@@XZ @30770 NONAME ?GetDirection@H323BidirectionalChannel@@UBE?AW4Directions@H323Channel@@XZ @8006 NONAME ?GetDirection@H323UnidirectionalChannel@@UBE?AW4Directions@H323Channel@@XZ @8007 NONAME ?GetDisplayName@H323Connection@@QBE?BVPString@@XZ @28629 NONAME ?GetDisplayName@Q931@@QBE?AVPString@@XZ @8008 NONAME ?GetDistinctiveRing@H323SignalPDU@@QBEIXZ @12349 NONAME ?GetDomainName@H323PeerElement@@QBE?AVPString@@XZ @18142 NONAME ?GetDurationLimit@H323GatekeeperCall@@UBEIXZ @16458 NONAME ?GetEndPoint@H323Connection@@QBEAAVH323EndPoint@@XZ @12864 NONAME ?GetEndPoint@H323GatekeeperCall@@QBEAAVH323RegisteredEndPoint@@XZ @14116 NONAME ?GetEndpointIdentifier@H323GatekeeperARQ@@UBE?AVPString@@XZ @14117 NONAME ?GetEndpointIdentifier@H323GatekeeperBRQ@@UBE?AVPString@@XZ @14118 NONAME ?GetEndpointIdentifier@H323GatekeeperDRQ@@UBE?AVPString@@XZ @14119 NONAME ?GetEndpointIdentifier@H323GatekeeperGRQ@@UBE?AVPString@@XZ @14120 NONAME ?GetEndpointIdentifier@H323GatekeeperIRR@@UBE?AVPString@@XZ @14262 NONAME ?GetEndpointIdentifier@H323GatekeeperLRQ@@UBE?AVPString@@XZ @14121 NONAME ?GetEndpointIdentifier@H323GatekeeperRRQ@@UBE?AVPString@@XZ @14122 NONAME ?GetEndpointIdentifier@H323GatekeeperURQ@@UBE?AVPString@@XZ @14123 NONAME ?GetErrorText@OpalLineInterfaceDevice@@QBE?AVPString@@XZ @8009 NONAME ?GetExtensionPtr@RTP_DataFrame@@QBEPAEXZ @18735 NONAME ?GetExtensionSize@RTP_DataFrame@@QBEHXZ @18736 NONAME ?GetExtensionType@RTP_DataFrame@@QBEHXZ @18737 NONAME ?GetFactoryName@OpalG711ALaw64k_Decoder@@SA?AVPString@@XZ @29897 NONAME ?GetFactoryName@OpalG711ALaw64k_Encoder@@SA?AVPString@@XZ @29898 NONAME ?GetFactoryName@OpalG711uLaw64k_Decoder@@SA?AVPString@@XZ @29899 NONAME ?GetFactoryName@OpalG711uLaw64k_Encoder@@SA?AVPString@@XZ @29900 NONAME ?GetFirstCall@H323GatekeeperServer@@QAE?AV?$PSafePtr@VH323GatekeeperCall@@@@W4PSafetyMode@@@Z @14124 NONAME ?GetFirstDescriptor@H323PeerElement@@QAE?AV?$PSafePtr@VH323PeerElementDescriptor@@@@W4PSafetyMode@@@Z @18143 NONAME ?GetFirstEndPoint@H323GatekeeperServer@@QAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@W4PSafetyMode@@@Z @14125 NONAME ?GetFirstLocalServiceRelationship@H323PeerElement@@QAE?AV?$PSafePtr@VH323PeerElementServiceRelationship@@@@W4PSafetyMode@@@Z @18144 NONAME ?GetFirstRemoteServiceRelationship@H323PeerElement@@QAE?AV?$PSafePtr@VH323PeerElementServiceRelationship@@@@W4PSafetyMode@@@Z @18145 NONAME ?GetFormat@PWAVFileConverterALaw@@UBEIABVPWAVFile@@@Z @29689 NONAME ?GetFormat@PWAVFileConverterULaw@@UBEIABVPWAVFile@@@Z @29690 NONAME ?GetFormatName@G7231_File_Capability@@UBE?AVPString@@XZ @14622 NONAME ?GetFormatName@H323CodecPluginGenericAudioCapability@@UBE?AVPString@@XZ @30771 NONAME ?GetFormatName@H323CodecPluginNonStandardAudioCapability@@UBE?AVPString@@XZ @28313 NONAME ?GetFormatName@H323PluginCapability@@UBE?AVPString@@XZ @28314 NONAME ?GetFormatName@H323_CiscoG7231aLIDCapability@@UBE?AVPString@@XZ @14699 NONAME ?GetFormatName@H323_G711Capability@@UBE?AVPString@@XZ @9005 NONAME ?GetFormatName@H323_H261Capability@@UBE?AVPString@@XZ @9007 NONAME ?GetFormatName@H323_LIDCapability@@UBE?AVPString@@XZ @9008 NONAME ?GetFormatName@H323_T120Capability@@UBE?AVPString@@XZ @9009 NONAME ?GetFormatName@H323_T38Capability@@UBE?AVPString@@XZ @12721 NONAME ?GetFormatName@H323_T38NonStandardCapability@@UBE?AVPString@@XZ @14194 NONAME ?GetFormatName@H323_UserInputCapability@@UBE?AVPString@@XZ @9010 NONAME ?GetFrameLen@G7231_File_Codec@@SAHH@Z @14623 NONAME ?GetFrameNum@H323VideoCodec@@UAEHXZ @19416 NONAME ?GetFramePtr@P64Encoder@@QAEPAEXZ @9379 NONAME ?GetFrameRate@H323AudioCodec@@UBEIXZ @8011 NONAME ?GetFrameRate@H323Codec@@UBEIXZ @9443 NONAME ?GetFrameRate@H323PluginVideoCodec@@UBEIXZ @28316 NONAME ?GetFrameRate@H323_H261Codec@@UBEIXZ @13579 NONAME ?GetFrameTime@OpalG711ALaw64k_Base@@UBEIXZ @29901 NONAME ?GetFrameTime@OpalG711uLaw64k_Base@@UBEIXZ @29902 NONAME ?GetFrameTime@OpalPluginCodec@@UBEIXZ @29903 NONAME ?GetGatekeeperIdentifier@H323GatekeeperARQ@@UBE?AVPString@@XZ @14126 NONAME ?GetGatekeeperIdentifier@H323GatekeeperBRQ@@UBE?AVPString@@XZ @14127 NONAME ?GetGatekeeperIdentifier@H323GatekeeperDRQ@@UBE?AVPString@@XZ @14128 NONAME ?GetGatekeeperIdentifier@H323GatekeeperGRQ@@UBE?AVPString@@XZ @14129 NONAME ?GetGatekeeperIdentifier@H323GatekeeperIRR@@UBE?AVPString@@XZ @14263 NONAME ?GetGatekeeperIdentifier@H323GatekeeperLRQ@@UBE?AVPString@@XZ @14130 NONAME ?GetGatekeeperIdentifier@H323GatekeeperRRQ@@UBE?AVPString@@XZ @14131 NONAME ?GetGatekeeperIdentifier@H323GatekeeperURQ@@UBE?AVPString@@XZ @14132 NONAME ?GetGatekeeperPassword@H323EndPoint@@UBEABVPString@@XZ @16510 NONAME ?GetGatekeeperRejectTag@H323GatekeeperARQ@@UBEIXZ @14793 NONAME ?GetGatekeeperRejectTag@H323GatekeeperBRQ@@UBEIXZ @14794 NONAME ?GetGatekeeperRejectTag@H323GatekeeperDRQ@@UBEIXZ @14795 NONAME ?GetGatekeeperRejectTag@H323GatekeeperGRQ@@UBEIXZ @14796 NONAME ?GetGatekeeperRejectTag@H323GatekeeperIRR@@UBEIXZ @14797 NONAME ?GetGatekeeperRejectTag@H323GatekeeperLRQ@@UBEIXZ @14798 NONAME ?GetGatekeeperRejectTag@H323GatekeeperRRQ@@UBEIXZ @14799 NONAME ?GetGatekeeperRejectTag@H323GatekeeperURQ@@UBEIXZ @14800 NONAME ?GetGkAccessTokenOID@H323Connection@@QBE?BVPString@@XZ @13281 NONAME ?GetHeaderSize@RTP_DataFrame@@QBEHXZ @18738 NONAME ?GetHostName@H323TransportAddress@@QBE?AVPString@@XZ @8984 NONAME ?GetIE@Q931@@QBE?AVPBYTEArray@@W4InformationElementCodes@1@@Z @9160 NONAME ?GetInitialiser@PLDAPStructBase@@SAAAV1@XZ @18606 NONAME ?GetInputFormat@OpalG711ALaw64k_Decoder@@UBE?AVPString@@XZ @29904 NONAME ?GetInputFormat@OpalG711ALaw64k_Encoder@@UBE?AVPString@@XZ @29905 NONAME ?GetInputFormat@OpalG711uLaw64k_Decoder@@UBE?AVPString@@XZ @29906 NONAME ?GetInputFormat@OpalG711uLaw64k_Encoder@@UBE?AVPString@@XZ @29907 NONAME ?GetInputFormat@OpalPluginCodec@@UBE?AVPString@@XZ @29908 NONAME ?GetInstance@?$PFactory@VH235Authenticator@@VPString@@@@KAAAV1@XZ @30772 NONAME ?GetInstance@?$PFactory@VH323Capability@@VPString@@@@KAAAV1@XZ @29559 NONAME ?GetInstance@?$PFactory@VH323StaticPluginCodec@@VPString@@@@KAAAV1@XZ @29560 NONAME ?GetInstance@?$PFactory@VOpalFactoryCodec@@VPString@@@@KAAAV1@XZ @29909 NONAME ?GetInstance@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@KAAAV1@XZ @30773 NONAME ?GetInstance@?$PFactory@VOpalMediaFormat@@VPString@@@@KAAAV1@XZ @29561 NONAME ?GetInstance@?$PFactory@VPWAVFileConverter@@I@@KAAAV1@XZ @29691 NONAME ?GetInterfaceAddresses@H323EndPoint@@QAE?AVH323TransportAddressArray@@HPAVH323Transport@@@Z @18696 NONAME ?GetInterfaceAddresses@H323Transactor@@QAE?AVH323TransportAddressArray@@HPAVH323Transport@@@Z @18697 NONAME ?GetIpAddress@H323TransportAddress@@QBEHAAVAddress@PIPSocket@@@Z @14708 NONAME ?GetIpAndPort@H323TransportAddress@@QBEHAAVAddress@PIPSocket@@AAGPBD@Z @8014 NONAME ?GetJitterBufferSize@RTP_Session@@QBEIXZ @15081 NONAME ?GetKeyAt@?$PSet@VPOrdinalKey@@@@UBEABVPOrdinalKey@@H@Z @18261 NONAME ?GetKeyList@?$PFactory@VH235Authenticator@@VPString@@@@SA?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @30774 NONAME ?GetKeyList@?$PFactory@VH323Capability@@VPString@@@@SA?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @29562 NONAME ?GetKeyList@?$PFactory@VH323StaticPluginCodec@@VPString@@@@SA?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @29563 NONAME ?GetKeyList@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@SA?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @30775 NONAME ?GetKeyList@?$PFactory@VOpalMediaFormat@@VPString@@@@SA?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @29564 NONAME ?GetKeyList_Internal@?$PFactory@VH235Authenticator@@VPString@@@@IAE?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @30776 NONAME ?GetKeyList_Internal@?$PFactory@VH323Capability@@VPString@@@@IAE?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @29565 NONAME ?GetKeyList_Internal@?$PFactory@VH323StaticPluginCodec@@VPString@@@@IAE?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @29566 NONAME ?GetKeyList_Internal@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@IAE?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @30777 NONAME ?GetKeyList_Internal@?$PFactory@VOpalMediaFormat@@VPString@@@@IAE?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @29567 NONAME ?GetKeypad@Q931@@QBE?AVPString@@XZ @14027 NONAME ?GetLastReceivedAddress@H323Transport@@UBE?AVH323TransportAddress@@XZ @15145 NONAME ?GetLastReceivedAddress@H323TransportUDP@@UBE?AVH323TransportAddress@@XZ @15146 NONAME ?GetLastReceiveToAddress@PIPSocket@@QBE?AVAddress@1@XZ @29910 NONAME ?GetLineCount@OpalIxJDevice@@UAEIXZ @8015 NONAME ?GetLineCount@OpalUSBDevice@@UAEIXZ @30778 NONAME ?GetLineCount@OpalVoipBlasterDevice@@UAEIXZ @13684 NONAME ?GetLocalAddress@H323TransportIP@@UBE?AVH323TransportAddress@@XZ @8017 NONAME ?GetLocalAddress@H323TransportUDP@@UBE?AVH323TransportAddress@@XZ @29911 NONAME ?GetLocalAddress@RTP_UDP@@QBE?AVAddress@PIPSocket@@XZ @16778 NONAME ?GetLocalHostName@RTP_UDP@@UAE?AVPString@@XZ @8018 NONAME ?GetLocalId@H235Authenticator@@UBEABVPString@@XZ @30779 NONAME ?GetLocalName@H323PeerElement@@QBE?AVPString@@XZ @18069 NONAME ?GetLocalUserName@H323EndPoint@@UBEABVPString@@XZ @16511 NONAME ?GetLogicalChannel@H323Connection@@QBEPAVH323Channel@@IH@Z @9013 NONAME ?GetMainType@H323AudioCapability@@UBE?AW4MainTypes@H323Capability@@XZ @8021 NONAME ?GetMainType@H323DataCapability@@UBE?AW4MainTypes@H323Capability@@XZ @8022 NONAME ?GetMainType@H323VideoCapability@@UBE?AW4MainTypes@H323Capability@@XZ @8023 NONAME ?GetMainType@H323_UserInputCapability@@UBE?AW4MainTypes@H323Capability@@XZ @8024 NONAME ?GetMaxFramesPerPacket@OpalG711ALaw64k_Base@@UBEIXZ @29912 NONAME ?GetMaxFramesPerPacket@OpalG711uLaw64k_Base@@UBEIXZ @29913 NONAME ?GetMaxFramesPerPacket@OpalPluginCodec@@UBEIXZ @29914 NONAME ?GetMediaFormatList@H323PluginCodecManager@@KAAAV?$PList@VOpalMediaFormat@@@@XZ @28684 NONAME ?GetMediaFormatMutex@H323PluginCodecManager@@KAAAVPMutex@@XZ @28685 NONAME ?GetMediaFormats@H323PluginCodecManager@@SA?AV?$PList@VOpalMediaFormat@@@@XZ @28686 NONAME ?GetMediaFormats@OpalIxJDevice@@UBE?AV?$PList@VOpalMediaFormat@@@@XZ @9444 NONAME ?GetMediaFormats@OpalUSBDevice@@UBE?AV?$PList@VOpalMediaFormat@@@@XZ @30780 NONAME ?GetMediaFormats@OpalVoipBlasterDevice@@UBE?AV?$PList@VOpalMediaFormat@@@@XZ @13685 NONAME ?GetMessageTypeName@Q931@@QBE?AVPString@@XZ @8029 NONAME ?GetName@H235AuthCAT@@UBEPBDXZ @16743 NONAME ?GetName@H235AuthProcedure1@@UBEPBDXZ @16723 NONAME ?GetName@H235AuthSimpleMD5@@UBEPBDXZ @16724 NONAME ?GetName@H323Gatekeeper@@QBE?AVPString@@XZ @9150 NONAME ?GetName@OpalIxJDevice@@UBE?AVPString@@XZ @8030 NONAME ?GetName@OpalLineChannel@@UBE?AVPString@@XZ @8031 NONAME ?GetName@OpalUSBDevice@@UBE?AVPString@@XZ @30781 NONAME ?GetName@OpalVoipBlasterDevice@@UBE?AVPString@@XZ @13686 NONAME ?GetNegLogicalChannelAt@H245NegLogicalChannels@@QAEAAVH245NegLogicalChannel@@H@Z @9165 NONAME ?GetNext@PortInfo@H323EndPoint@@QAEGI@Z @14745 NONAME ?GetNextChannelNumber@H245NegLogicalChannels@@QAE?AVH323ChannelNumber@@XZ @8034 NONAME ?GetNextPacket@Transmitter@@QAEXPAPAE0AAI1@Z @8035 NONAME ?GetNextSequenceNumber@H323Transactor@@IAEIXZ @17694 NONAME ?GetNextTCPPort@H323EndPoint@@QAEGXZ @14273 NONAME ?GetNextUDPPort@H323EndPoint@@QAEGXZ @14274 NONAME ?GetNoMediaTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @18722 NONAME ?GetOutputFormat@OpalG711ALaw64k_Decoder@@UBE?AVPString@@XZ @29915 NONAME ?GetOutputFormat@OpalG711ALaw64k_Encoder@@UBE?AVPString@@XZ @29916 NONAME ?GetOutputFormat@OpalG711uLaw64k_Decoder@@UBE?AVPString@@XZ @29917 NONAME ?GetOutputFormat@OpalG711uLaw64k_Encoder@@UBE?AVPString@@XZ @29918 NONAME ?GetOutputFormat@OpalPluginCodec@@UBE?AVPString@@XZ @29919 NONAME ?GetPacketsTooLate@RTP_Session@@QBEKXZ @8974 NONAME ?GetPassword@H235Authenticator@@UBEABVPString@@XZ @30782 NONAME ?GetPayloadSize@RTP_ControlFrame@@QBEHXZ @8037 NONAME ?GetPDU@H323RasPDU@@UAEAAVPASN_Object@@XZ @17739 NONAME ?GetPDU@H323RasPDU@@UBEABVPASN_Object@@XZ @17695 NONAME ?GetPDU@H501PDU@@UAEAAVPASN_Object@@XZ @17740 NONAME ?GetPDU@H501PDU@@UBEABVPASN_Object@@XZ @17696 NONAME ?GetPlayVolume@OpalIxJDevice@@UAEHIAAI@Z @9059 NONAME ?GetPlayVolume@OpalLineInterfaceDevice@@UAEHIAAI@Z @9060 NONAME ?GetPlayVolume@OpalUSBDevice@@UAEHIAAI@Z @30783 NONAME ?GetPlayVolume@OpalVoipBlasterDevice@@UAEHIAAI@Z @13687 NONAME ?GetPosition@PWAVFileConverterXLaw@@UBEJABVPWAVFile@@@Z @29692 NONAME ?GetPrefix@H323RegisteredEndPoint@@QBE?AVPString@@H@Z @13414 NONAME ?GetProgressIndicator@Q931@@QBEHAAIPAI1@Z @13999 NONAME ?GetProtocolList@H323PeerElementDescriptor@@SAIABVH501_ArrayOf_SupportedProtocols@@@Z @18070 NONAME ?GetRASAddress@H323RegisteredEndPoint@@QBE?AVH323TransportAddress@@H@Z @16727 NONAME ?GetReadFormat@OpalIxJDevice@@UAE?AVOpalMediaFormat@@I@Z @9447 NONAME ?GetReadFormat@OpalUSBDevice@@UAE?AVOpalMediaFormat@@I@Z @30784 NONAME ?GetReadFormat@OpalVoipBlasterDevice@@UAE?AVOpalMediaFormat@@I@Z @13688 NONAME ?GetReadFrameSize@OpalIxJDevice@@UAEHI@Z @8042 NONAME ?GetReadFrameSize@OpalUSBDevice@@UAEHI@Z @30785 NONAME ?GetReadFrameSize@OpalVoipBlasterDevice@@UAEHI@Z @13689 NONAME ?GetRealSendUserInputMode@H323Connection@@QBE?AW4SendUserInputModes@1@XZ @14028 NONAME ?GetRecommendedFramesPerPacket@OpalG711ALaw64k_Base@@UBEIXZ @29920 NONAME ?GetRecommendedFramesPerPacket@OpalG711uLaw64k_Base@@UBEIXZ @29921 NONAME ?GetRecommendedFramesPerPacket@OpalPluginCodec@@UBEIXZ @29922 NONAME ?GetRecordVolume@OpalIxJDevice@@UAEHIAAI@Z @9061 NONAME ?GetRecordVolume@OpalLineInterfaceDevice@@UAEHIAAI@Z @9062 NONAME ?GetRecordVolume@OpalUSBDevice@@UAEHIAAI@Z @30786 NONAME ?GetRecordVolume@OpalVoipBlasterDevice@@UAEHIAAI@Z @13690 NONAME ?GetRedirectingNumber@Q931@@QBEHAAVPString@@PAI1111III@Z @13294 NONAME ?GetRegisteredEndPoint@H323GatekeeperRequest@@QAEHXZ @14801 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperARQ@@UBEIXZ @14802 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperBRQ@@UBEIXZ @14803 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperDRQ@@UBEIXZ @14804 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperGRQ@@UBEIXZ @14805 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperIRR@@UBEIXZ @14806 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperLRQ@@UBEIXZ @14807 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperRRQ@@UBEIXZ @14808 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperURQ@@UBEIXZ @14809 NONAME ?GetRegisteredMediaFormats@OpalMediaFormat@@SA?AV?$PList@VOpalMediaFormat@@@@XZ @18994 NONAME ?GetRegisteredMediaFormats@OpalMediaFormat@@SAXAAV?$PList@VOpalMediaFormat@@@@@Z @28647 NONAME ?GetRemoteAddress@H323TransportIP@@UBE?AVH323TransportAddress@@XZ @8046 NONAME ?GetRemoteAddress@H323_ExternalRTPChannel@@QBEHAAVAddress@PIPSocket@@AAG@Z @13592 NONAME ?GetRemoteAddress@RTP_UDP@@QBE?AVAddress@PIPSocket@@XZ @14934 NONAME ?GetRemoteCallIntrusionProtectionLevel@H323Connection@@UAEHABVPString@@I@Z @14718 NONAME ?GetRemoteCallIntrusionProtectionLevel@H45011Handler@@QAEHABVPString@@I@Z @14719 NONAME ?GetRemoteId@H235Authenticator@@UBEABVPString@@XZ @30787 NONAME ?GetRemoveDTMF@OpalIxJDevice@@UAEHI@Z @8047 NONAME ?GetRemoveDTMF@OpalLineInterfaceDevice@@UAEHI@Z @8048 NONAME ?GetRemoveDTMF@OpalVoipBlasterDevice@@UAEHI@Z @13691 NONAME ?GetReplyAddress@H323Transaction@@QBE?AVH323TransportAddress@@XZ @18404 NONAME ?GetRequestInProgressDelay@H323RasPDU@@UBEIXZ @18198 NONAME ?GetRequestInProgressDelay@H501PDU@@UBEIXZ @18199 NONAME ?GetRoundTripDelay@H245NegRoundTripDelay@@QBE?AVPTimeInterval@@XZ @8050 NONAME ?GetRoundTripDelay@H323Connection@@QBE?AVPTimeInterval@@XZ @8051 NONAME ?GetRtpIpPortPair@H323EndPoint@@QAEGXZ @14275 NONAME ?GetRtpIpTypeofService@H323EndPoint@@QBEEXZ @16773 NONAME ?GetRTPPayload@OpalG711ALaw64k_Base@@UBEEXZ @29923 NONAME ?GetRTPPayload@OpalG711uLaw64k_Base@@UBEEXZ @29924 NONAME ?GetRTPPayload@OpalPluginCodec@@UBEEXZ @29925 NONAME ?GetRTPPayloadType@H323_RealTimeChannel@@UBE?AW4PayloadTypes@RTP_DataFrame@@XZ @29606 NONAME ?GetRxFramesInPacket@H323AudioCapability@@UBEIXZ @8054 NONAME ?GetRxFramesInPacket@H323Capability@@UBEIXZ @8055 NONAME ?GetSampleRate@OpalG711ALaw64k_Base@@UBEIXZ @29926 NONAME ?GetSampleRate@OpalG711uLaw64k_Base@@UBEIXZ @29927 NONAME ?GetSampleRate@OpalPluginCodec@@UBEIXZ @29928 NONAME ?GetSampleSize@PWAVFileConverterXLaw@@UBEIABVPWAVFile@@@Z @29693 NONAME ?GetSamplesPerFrame@OpalG711ALaw64k_Base@@UBEIXZ @29929 NONAME ?GetSamplesPerFrame@OpalG711uLaw64k_Base@@UBEIXZ @29930 NONAME ?GetSamplesPerFrame@OpalPluginCodec@@UBEIXZ @29931 NONAME ?GetSDPFormat@OpalG711ALaw64k_Base@@UBE?AVPString@@XZ @29932 NONAME ?GetSDPFormat@OpalG711uLaw64k_Base@@UBE?AVPString@@XZ @29933 NONAME ?GetSDPFormat@OpalPluginCodec@@UBE?AVPString@@XZ @29934 NONAME ?GetSecurityRejectTag@H323GatekeeperARQ@@UBEIXZ @14810 NONAME ?GetSecurityRejectTag@H323GatekeeperBRQ@@UBEIXZ @14811 NONAME ?GetSecurityRejectTag@H323GatekeeperDRQ@@UBEIXZ @14812 NONAME ?GetSecurityRejectTag@H323GatekeeperGRQ@@UBEIXZ @14813 NONAME ?GetSecurityRejectTag@H323GatekeeperIRR@@UBEIXZ @14814 NONAME ?GetSecurityRejectTag@H323GatekeeperLRQ@@UBEIXZ @14815 NONAME ?GetSecurityRejectTag@H323GatekeeperRRQ@@UBEIXZ @14816 NONAME ?GetSecurityRejectTag@H323GatekeeperURQ@@UBEIXZ @14817 NONAME ?GetSequenceNumber@H323RasPDU@@UBEIXZ @17697 NONAME ?GetSequenceNumber@H501PDU@@UBEIXZ @17698 NONAME ?GetSerialNumber@OpalIxJDevice@@UAEKXZ @9305 NONAME ?GetSerialNumber@OpalVoipBlasterDevice@@UAEKXZ @13692 NONAME ?GetServiceControlType@H323HTTPServiceControl@@UBE?AVPString@@XZ @16459 NONAME ?GetServiceControlType@H323ServiceControlSession@@UBE?AVPString@@XZ @16460 NONAME ?GetSession@H323Connection@@UBEPAVRTP_Session@@I@Z @13540 NONAME ?GetSession@RTP_SessionManager@@QBEPAVRTP_Session@@I@Z @8057 NONAME ?GetSessionCallbacks@H323Connection@@UBEPAVH323_RTP_Session@@I@Z @13541 NONAME ?GetSessionCodecNames@H323Connection@@UBE?AVPString@@I@Z @13542 NONAME ?GetSessionID@H323Channel@@UBEIXZ @8060 NONAME ?GetSessionID@H323DataChannel@@UBEIXZ @14195 NONAME ?GetSessionID@H323_ExternalRTPChannel@@UBEIXZ @13593 NONAME ?GetSessionID@H323_RTPChannel@@UBEIXZ @8061 NONAME ?GetSignalAddress@H323RegisteredEndPoint@@QBE?AVH323TransportAddress@@H@Z @12867 NONAME ?GetSignalInfo@Q931@@QBE?AW4SignalInfo@1@XZ @9001 NONAME ?GetSilenceDetectionMode@H323AudioCodec@@QBE?AW4SilenceDetectionMode@1@PAHPAI@Z @9661 NONAME ?GetSilenceDuration@H323_RTPChannel@@QBE?AVPTimeInterval@@XZ @14022 NONAME ?GetSourceAddress@H323GatekeeperCall@@QBE?AVPString@@XZ @13876 NONAME ?GetSourceAliases@H323SignalPDU@@QBE?AVPString@@PBVH323Transport@@@Z @12363 NONAME ?GetSourceE164@H323SignalPDU@@QBEHAAVPString@@@Z @10155 NONAME ?GetSTUN@H323EndPoint@@QBEPAVPSTUNClient@@ABVAddress@PIPSocket@@@Z @16774 NONAME ?GetSubType@G7231_File_Capability@@UBEIXZ @14624 NONAME ?GetSubType@H323GenericAudioCapability@@UBEIXZ @30788 NONAME ?GetSubType@H323GenericVideoCapability@@UBEIXZ @30789 NONAME ?GetSubType@H323NonStandardAudioCapability@@UBEIXZ @8064 NONAME ?GetSubType@H323NonStandardDataCapability@@UBEIXZ @8065 NONAME ?GetSubType@H323NonStandardVideoCapability@@UBEIXZ @8066 NONAME ?GetSubType@H323PluginCapability@@UBEIXZ @28317 NONAME ?GetSubType@H323_G711Capability@@UBEIXZ @8068 NONAME ?GetSubType@H323_H261Capability@@UBEIXZ @8070 NONAME ?GetSubType@H323_LIDCapability@@UBEIXZ @8071 NONAME ?GetSubType@H323_T120Capability@@UBEIXZ @8072 NONAME ?GetSubType@H323_T38Capability@@UBEIXZ @12722 NONAME ?GetSubType@H323_UserInputCapability@@UBEIXZ @8073 NONAME ?GetTimestampGracePeriod@H235Authenticator@@UBEHXZ @30790 NONAME ?GetToolName@RTP_Session@@QBE?AVPString@@XZ @15140 NONAME ?GetTransportAddress@H323ListenerTCP@@UBE?AVH323TransportAddress@@XZ @9667 NONAME ?GetTxFramesInPacket@H323AudioCapability@@UBEIXZ @8077 NONAME ?GetTxFramesInPacket@H323Capability@@UBEIXZ @8078 NONAME ?GetTxQualityLevel@H323AudioCodec@@UAEHH@Z @30791 NONAME ?GetTxQualityLevel@H323PluginFramedAudioCodec@@UBEHXZ @30792 NONAME ?GetTxQualityLevel@H323StreamedPluginAudioCodec@@UBEHXZ @30793 NONAME ?GetUsersPassword@H323GatekeeperServer@@UBEHABVPString@@AAV2@@Z @13074 NONAME ?GetUsersPassword@H323GatekeeperServer@@UBEHABVPString@@AAV2@AAVH323RegisteredEndPoint@@@Z @28607 NONAME ?GetVAD@OpalIxJDevice@@UAEHI@Z @9347 NONAME ?GetVAD@OpalLineInterfaceDevice@@UAEHI@Z @9348 NONAME ?GetVAD@OpalVoipBlasterDevice@@UAEHI@Z @13693 NONAME ?GetValue@PASN_BMPString@@QBE?AVPString@@XZ @15085 NONAME ?GetWinkDuration@OpalIxJDevice@@UAEII@Z @18731 NONAME ?GetWinkDuration@OpalLineInterfaceDevice@@UAEII@Z @18732 NONAME ?GetWriteFormat@OpalIxJDevice@@UAE?AVOpalMediaFormat@@I@Z @9449 NONAME ?GetWriteFormat@OpalUSBDevice@@UAE?AVOpalMediaFormat@@I@Z @30794 NONAME ?GetWriteFormat@OpalVoipBlasterDevice@@UAE?AVOpalMediaFormat@@I@Z @13694 NONAME ?GetWriteFrameSize@OpalIxJDevice@@UAEHI@Z @8080 NONAME ?GetWriteFrameSize@OpalUSBDevice@@UAEHI@Z @30795 NONAME ?GetWriteFrameSize@OpalVoipBlasterDevice@@UAEHI@Z @13695 NONAME ?h235AuthLoader@PWLibStupidLinkerHacks@@3HA @30796 NONAME ?h235AuthProcedure1Loader@PWLibStupidLinkerHacks@@3HA @30797 NONAME ?h261Loader@PWLibStupidLinkerHacks@@3HA @29935 NONAME ?H323GetAliasAddressE164@@YA?AVPString@@ABVH225_AliasAddress@@@Z @13529 NONAME ?H323GetAliasAddressE164@@YA?AVPString@@ABVH225_ArrayOf_AliasAddress@@@Z @13530 NONAME ?H323GetAliasAddressString@@YA?AVPString@@ABVH225_AliasAddress@@@Z @8085 NONAME ?H323GetAliasAddressStrings@@YA?AVPStringArray@@ABVH225_ArrayOf_AliasAddress@@@Z @18405 NONAME ?H323GetApplicationInfo@@YA?AVPString@@ABVH225_VendorIdentifier@@@Z @14169 NONAME ?H323GetInterfaceAddresses@@YA?AVH323TransportAddressArray@@ABV?$PList@VH323Listener@@@@HPAVH323Transport@@@Z @18698 NONAME ?H323GetInterfaceAddresses@@YA?AVH323TransportAddressArray@@ABVH323TransportAddress@@HPAVH323Transport@@@Z @18699 NONAME ?h323Loader@PWLibStupidLinkerHacks@@3HA @30798 NONAME ?H323SetAliasAddress@@YAXABVH323TransportAddress@@AAVH225_AliasAddress@@@Z @18700 NONAME ?H323SetAliasAddress@@YAXABVPString@@AAVH225_AliasAddress@@H@Z @14000 NONAME ?H323SetAliasAddresses@@YAXABVH323TransportAddressArray@@AAVH225_ArrayOf_AliasAddress@@@Z @18701 NONAME ?H323SetAliasAddresses@@YAXABVPStringArray@@AAVH225_ArrayOf_AliasAddress@@H@Z @18702 NONAME ?H323SetAliasAddresses@@YAXABVPStringList@@AAVH225_ArrayOf_AliasAddress@@H@Z @18703 NONAME ?H323SetTransportAddresses@@YAXABVH323Transport@@ABVH323TransportAddressArray@@AAVH225_ArrayOf_TransportAddress@@@Z @18704 NONAME ?H323TranslateFromCallEndReason@@YA?AW4CauseValues@Q931@@ABVH323Connection@@AAVH225_ReleaseCompleteReason@@@Z @13531 NONAME ?H323TranslateFromCallEndReason@@YA?AW4CauseValues@Q931@@W4CallEndReason@H323Connection@@AAVH225_ReleaseCompleteReason@@@Z @30799 NONAME ?H323TranslateToCallEndReason@@YA?AW4CallEndReason@H323Connection@@W4CauseValues@Q931@@ABVH225_ReleaseCompleteReason@@@Z @13532 NONAME ?HandleAck@H245NegMasterSlaveDetermination@@QAEHABVH245_MasterSlaveDeterminationAck@@@Z @8088 NONAME ?HandleAck@H245NegRequestMode@@UAEHABVH245_RequestModeAck@@@Z @13555 NONAME ?HandleAck@H245NegTerminalCapabilitySet@@QAEHABVH245_TerminalCapabilitySetAck@@@Z @8090 NONAME ?HandleCallTransferFailure@H323Connection@@UAEXH@Z @14286 NONAME ?HandleCallTransferFailure@H4502Handler@@QAEXH@Z @13631 NONAME ?HandleChannel@H323_T120Channel@@UAEXXZ @13860 NONAME ?HandleClose@H245NegLogicalChannel@@UAEHABVH245_CloseLogicalChannel@@@Z @13249 NONAME ?HandleClose@H245NegLogicalChannels@@UAEHABVH245_CloseLogicalChannel@@@Z @13250 NONAME ?HandleCloseAck@H245NegLogicalChannel@@UAEHABVH245_CloseLogicalChannelAck@@@Z @13251 NONAME ?HandleCloseAck@H245NegLogicalChannels@@UAEHABVH245_CloseLogicalChannelAck@@@Z @13252 NONAME ?HandleConnect@OpalT120Protocol@@UAEHABVMCS_ConnectMCSPDU@@@Z @12723 NONAME ?HandleConsultationTransfer@H323Connection@@UAEXABVPString@@AAV1@@Z @14287 NONAME ?HandleConsultationTransfer@H4502Handler@@QAEXABVPString@@AAVH323Connection@@@Z @13895 NONAME ?HandleControlChannel@H323Connection@@UAEXXZ @8095 NONAME ?HandleControlData@H323Connection@@UAEHAAVPPER_Stream@@@Z @8096 NONAME ?HandleControlPDU@H323Connection@@UAEHABVH323ControlPDU@@@Z @8097 NONAME ?HandleDomain@OpalT120Protocol@@UAEHABVMCS_DomainMCSPDU@@@Z @12724 NONAME ?HandleFastStartAcknowledge@H323Connection@@UAEHABVH225_ArrayOf_PASN_OctetString@@@Z @8098 NONAME ?HandleFirstSignallingChannelPDU@H323Transport@@QAEHXZ @12725 NONAME ?HandleIncoming@H245NegMasterSlaveDetermination@@QAEHABVH245_MasterSlaveDetermination@@@Z @8100 NONAME ?HandleIncoming@H245NegTerminalCapabilitySet@@QAEHABVH245_TerminalCapabilitySet@@@Z @8101 NONAME ?HandleIntrudeCall@H323Connection@@UAEXABVPString@@0@Z @14338 NONAME ?HandleOpen@H245NegLogicalChannel@@UAEHABVH245_OpenLogicalChannel@@@Z @13253 NONAME ?HandleOpen@H245NegLogicalChannels@@UAEHABVH245_OpenLogicalChannel@@@Z @13254 NONAME ?HandleOpenAck@H245NegLogicalChannel@@UAEHABVH245_OpenLogicalChannelAck@@@Z @13255 NONAME ?HandleOpenAck@H245NegLogicalChannels@@UAEHABVH245_OpenLogicalChannelAck@@@Z @13256 NONAME ?HandleOpenConfirm@H245NegLogicalChannel@@UAEHABVH245_OpenLogicalChannelConfirm@@@Z @13257 NONAME ?HandleOpenConfirm@H245NegLogicalChannels@@UAEHABVH245_OpenLogicalChannelConfirm@@@Z @13258 NONAME ?HandlePacket@OpalT38Protocol@@UAEHABVT38_IFPPacket@@@Z @12727 NONAME ?HandlePacketLost@OpalT38Protocol@@UAEHI@Z @13406 NONAME ?HandlePDU@H323Transaction@@QAEHXZ @18406 NONAME ?HandlePDU@H450xDispatcher@@UAEHABVH323SignalPDU@@@Z @14339 NONAME ?HandleRawIFP@OpalT38Protocol@@IAEHABVPASN_OctetString@@@Z @16514 NONAME ?HandleReject@H245NegLogicalChannel@@UAEHABVH245_OpenLogicalChannelReject@@@Z @13259 NONAME ?HandleReject@H245NegLogicalChannels@@UAEHABVH245_OpenLogicalChannelReject@@@Z @13260 NONAME ?HandleReject@H245NegMasterSlaveDetermination@@QAEHABVH245_MasterSlaveDeterminationReject@@@Z @8112 NONAME ?HandleReject@H245NegRequestMode@@UAEHABVH245_RequestModeReject@@@Z @13556 NONAME ?HandleReject@H245NegTerminalCapabilitySet@@QAEHABVH245_TerminalCapabilitySetReject@@@Z @8114 NONAME ?HandleRelease@H245NegMasterSlaveDetermination@@QAEHABVH245_MasterSlaveDeterminationRelease@@@Z @8115 NONAME ?HandleRelease@H245NegRequestMode@@UAEHABVH245_RequestModeRelease@@@Z @13557 NONAME ?HandleRelease@H245NegTerminalCapabilitySet@@QAEHABVH245_TerminalCapabilitySetRelease@@@Z @8117 NONAME ?HandleRequest@H245NegRequestMode@@UAEHABVH245_RequestMode@@@Z @13558 NONAME ?HandleRequest@H245NegRoundTripDelay@@QAEHABVH245_RoundTripDelayRequest@@@Z @8119 NONAME ?HandleRequestClose@H245NegLogicalChannel@@UAEHABVH245_RequestChannelClose@@@Z @13261 NONAME ?HandleRequestClose@H245NegLogicalChannels@@UAEHABVH245_RequestChannelClose@@@Z @13262 NONAME ?HandleRequestCloseAck@H245NegLogicalChannel@@UAEHABVH245_RequestChannelCloseAck@@@Z @13263 NONAME ?HandleRequestCloseAck@H245NegLogicalChannels@@UAEHABVH245_RequestChannelCloseAck@@@Z @13264 NONAME ?HandleRequestCloseReject@H245NegLogicalChannel@@UAEHABVH245_RequestChannelCloseReject@@@Z @13265 NONAME ?HandleRequestCloseReject@H245NegLogicalChannels@@UAEHABVH245_RequestChannelCloseReject@@@Z @13266 NONAME ?HandleRequestCloseRelease@H245NegLogicalChannel@@UAEHABVH245_RequestChannelCloseRelease@@@Z @13267 NONAME ?HandleRequestCloseRelease@H245NegLogicalChannels@@UAEHABVH245_RequestChannelCloseRelease@@@Z @13268 NONAME ?HandleRequestInProgress@H323Transactor@@IAEHABVH323TransactionPDU@@I@Z @18200 NONAME ?HandleResponse@H245NegRoundTripDelay@@QAEHABVH245_RoundTripDelayResponse@@@Z @8128 NONAME ?HandleServiceRequest@H323PeerElement@@IAE?AW4Response@H323Transaction@@AAVH501ServiceRequest@@@Z @18810 NONAME ?HandleSignallingChannel@H323Connection@@UAEXXZ @14288 NONAME ?HandleSignalPDU@H323Connection@@UAEHAAVH323SignalPDU@@@Z @8130 NONAME ?HandleStatus@OpalVoipBlasterDevice@@IAEXH@Z @18976 NONAME ?HandleTimeout@H245NegLogicalChannel@@UAEXAAVPTimer@@H@Z @8131 NONAME ?HandleTimeout@H245NegMasterSlaveDetermination@@UAEXAAVPTimer@@H@Z @8132 NONAME ?HandleTimeout@H245Negotiator@@MAEXAAVPTimer@@H@Z @8133 NONAME ?HandleTimeout@H245NegRequestMode@@UAEXAAVPTimer@@H@Z @8134 NONAME ?HandleTimeout@H245NegRoundTripDelay@@UAEXAAVPTimer@@H@Z @8135 NONAME ?HandleTimeout@H245NegTerminalCapabilitySet@@UAEXAAVPTimer@@H@Z @8136 NONAME ?HandleTransaction@H225_RAS@@UAEHABVPASN_Object@@@Z @18201 NONAME ?HandleTransaction@H323_AnnexG@@UAEHABVPASN_Object@@@Z @18202 NONAME ?HandleTransactions@H323Transactor@@MAEXAAVPThread@@H@Z @18203 NONAME ?HandleTransferCall@H323Connection@@UAEXABVPString@@0@Z @14289 NONAME ?HandleTunnelPDU@H323Connection@@UAEXPAVH323SignalPDU@@@Z @13773 NONAME ?HasAvailDevice@HIDDevices@@QAEHXZ @30800 NONAME ?HasConnection@H323EndPoint@@UAEHABVPString@@@Z @8138 NONAME ?HashFunction@H323ChannelNumber@@UBEHXZ @8140 NONAME ?HashFunction@OpalGloballyUniqueID@@UBEHXZ @9544 NONAME ?HasHookFlash@OpalIxJDevice@@UAEHI@Z @9339 NONAME ?HasHookFlash@OpalLineInterfaceDevice@@UAEHI@Z @9340 NONAME ?HasHookFlash@OpalVoipBlasterDevice@@UAEHI@Z @13696 NONAME ?HasIE@Q931@@QBEHW4InformationElementCodes@1@@Z @9161 NONAME ?HoldCall@H323Connection@@QAEXH@Z @10274 NONAME ?HoldCall@H323EndPoint@@QAEXABVPString@@H@Z @10275 NONAME ?HoldCall@H4504Handler@@QAEXH@Z @13180 NONAME ?HookFlash@OpalLineInterfaceDevice@@UAEHII@Z @8141 NONAME ?IncEncodeAndGetPacket@H261PixelEncoder@@QAEXPAEAAI@Z @14001 NONAME ?IncEncodeAndGetPacket@P64Encoder@@QAEXPAEAAI@Z @14002 NONAME ?InfoRequest@H323GatekeeperListener@@UAEHAAVH323RegisteredEndPoint@@PAVH323GatekeeperCall@@@Z @14738 NONAME ?InfoRequestResponse@H323Gatekeeper@@QAEXABVH323Connection@@@Z @14214 NONAME ?InfoRequestResponse@H323Gatekeeper@@QAEXABVH323Connection@@ABVH225_H323_UU_PDU@@H@Z @13279 NONAME ?InfoRequestResponse@H323Gatekeeper@@QAEXXZ @14215 NONAME ?init@P64Decoder@@IAEXXZ @8143 NONAME ?inithuff@P64Decoder@@IAEXXZ @8144 NONAME ?initquant@P64Decoder@@IAEXXZ @8145 NONAME ?insert@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAEPAULookupRecord@@PAU3@ABU3@@Z @30801 NONAME ?insert@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAEXPAULookupRecord@@IABU3@@Z @30802 NONAME ?insert@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAE?AU?$pair@Viterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@_N@2@ABU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@Z @29694 NONAME ?insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@@Z @30803 NONAME ?insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@@Z @29568 NONAME ?insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@@Z @29938 NONAME ?insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@2@@Z @30804 NONAME ?insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@@Z @29569 NONAME ?insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@QAE?AU?$pair@Viterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@2@@Z @29570 NONAME ?InternalCreateGatekeeper@H323EndPoint@@IAEPAVH323Gatekeeper@@PAVH323Transport@@@Z @9233 NONAME ?InternalEndSessionCheck@H323Connection@@IAEHAAVPPER_Stream@@@Z @14374 NONAME ?InternalEstablishedConnectionCheck@H323Connection@@MAEXXZ @14285 NONAME ?InternalIsDescendant@?$PArray@V?$PList@VH323Capability@@@@@@UBEHPBD@Z @28319 NONAME ?InternalIsDescendant@?$PArray@VH323SimultaneousCapabilities@@@@UBEHPBD@Z @28320 NONAME ?InternalIsDescendant@?$PArray@VH323TransportAddress@@@@UBEHPBD@Z @28321 NONAME ?InternalIsDescendant@?$PArray@VReceiverReport@RTP_Session@@@@UBEHPBD@Z @28322 NONAME ?InternalIsDescendant@?$PArray@VSourceDescription@RTP_Session@@@@UBEHPBD@Z @28323 NONAME ?InternalIsDescendant@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UBEHPBD@Z @28324 NONAME ?InternalIsDescendant@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UBEHPBD@Z @28325 NONAME ?InternalIsDescendant@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UBEHPBD@Z @28326 NONAME ?InternalIsDescendant@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UBEHPBD@Z @28327 NONAME ?InternalIsDescendant@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UBEHPBD@Z @28328 NONAME ?InternalIsDescendant@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UBEHPBD@Z @28329 NONAME ?InternalIsDescendant@?$PDictionary@VPString@@VH323Connection@@@@UBEHPBD@Z @28330 NONAME ?InternalIsDescendant@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UBEHPBD@Z @28331 NONAME ?InternalIsDescendant@?$PDictionary@VPString@@VPOrdinalKey@@@@UBEHPBD@Z @28332 NONAME ?InternalIsDescendant@?$PList@VH245_GenericParameter@@@@UBEHPBD@Z @30805 NONAME ?InternalIsDescendant@?$PList@VH323Capability@@@@UBEHPBD@Z @28335 NONAME ?InternalIsDescendant@?$PList@VH323Channel@@@@UBEHPBD@Z @28336 NONAME ?InternalIsDescendant@?$PList@VH323GatekeeperListener@@@@UBEHPBD@Z @28337 NONAME ?InternalIsDescendant@?$PList@VH323Listener@@@@UBEHPBD@Z @28338 NONAME ?InternalIsDescendant@?$PList@VH323Transactor@@@@UBEHPBD@Z @28339 NONAME ?InternalIsDescendant@?$PList@VH450xHandler@@@@UBEHPBD@Z @28340 NONAME ?InternalIsDescendant@?$PList@VOpalMediaFormat@@@@UBEHPBD@Z @28342 NONAME ?InternalIsDescendant@?$PList@VPBYTEArray@@@@UBEHPBD@Z @28343 NONAME ?InternalIsDescendant@?$POrdinalDictionary@VPString@@@@UBEHPBD@Z @28344 NONAME ?InternalIsDescendant@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UBEHPBD@Z @28345 NONAME ?InternalIsDescendant@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UBEHPBD@Z @28346 NONAME ?InternalIsDescendant@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UBEHPBD@Z @28347 NONAME ?InternalIsDescendant@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UBEHPBD@Z @28348 NONAME ?InternalIsDescendant@?$PSafePtr@VH323GatekeeperCall@@@@UBEHPBD@Z @28349 NONAME ?InternalIsDescendant@?$PSafePtr@VH323PeerElementDescriptor@@@@UBEHPBD@Z @28350 NONAME ?InternalIsDescendant@?$PSafePtr@VH323PeerElementServiceRelationship@@@@UBEHPBD@Z @28351 NONAME ?InternalIsDescendant@?$PSafePtr@VH323RegisteredEndPoint@@@@UBEHPBD@Z @28352 NONAME ?InternalIsDescendant@?$PSet@VPOrdinalKey@@@@UBEHPBD@Z @28353 NONAME ?InternalIsDescendant@?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@UBEHPBD@Z @28354 NONAME ?InternalIsDescendant@?$PSortedList@VH225_AliasAddress@@@@UBEHPBD@Z @28355 NONAME ?InternalIsDescendant@?$PSortedList@VH323GatekeeperCall@@@@UBEHPBD@Z @28356 NONAME ?InternalIsDescendant@?$PSortedList@VH323PeerElementDescriptor@@@@UBEHPBD@Z @28357 NONAME ?InternalIsDescendant@?$PSortedList@VH323PeerElementServiceRelationship@@@@UBEHPBD@Z @28358 NONAME ?InternalIsDescendant@?$PSortedList@VResponse@H323Transactor@@@@UBEHPBD@Z @28360 NONAME ?InternalIsDescendant@?$PSortedList@VSRVRecord@PDNS@@@@UBEHPBD@Z @30806 NONAME ?InternalIsDescendant@?$PStringDictionary@VPOrdinalKey@@@@UBEHPBD@Z @28361 NONAME ?InternalIsDescendant@AlternateInfo@H323Gatekeeper@@UBEHPBD@Z @28362 NONAME ?InternalIsDescendant@ByteQueue@OpalVoipBlasterDevice@@UBEHPBD@Z @28363 NONAME ?InternalIsDescendant@FilterInfo@H323Codec@@UBEHPBD@Z @28365 NONAME ?InternalIsDescendant@G7231_File_Capability@@UBEHPBD@Z @28366 NONAME ?InternalIsDescendant@G7231_File_Codec@@UBEHPBD@Z @28367 NONAME ?InternalIsDescendant@H225CallThread@@UBEHPBD@Z @28368 NONAME ?InternalIsDescendant@H225TransportThread@@UBEHPBD@Z @28369 NONAME ?InternalIsDescendant@H225_RAS@@UBEHPBD@Z @28370 NONAME ?InternalIsDescendant@H235AuthCAT@@UBEHPBD@Z @28371 NONAME ?InternalIsDescendant@H235Authenticator@@UBEHPBD@Z @28372 NONAME ?InternalIsDescendant@H235Authenticators@@UBEHPBD@Z @28373 NONAME ?InternalIsDescendant@H235AuthProcedure1@@UBEHPBD@Z @28374 NONAME ?InternalIsDescendant@H235AuthSimpleMD5@@UBEHPBD@Z @28375 NONAME ?InternalIsDescendant@H245NegLogicalChannel@@UBEHPBD@Z @28376 NONAME ?InternalIsDescendant@H245NegLogicalChannels@@UBEHPBD@Z @28377 NONAME ?InternalIsDescendant@H245NegMasterSlaveDetermination@@UBEHPBD@Z @28378 NONAME ?InternalIsDescendant@H245Negotiator@@UBEHPBD@Z @28379 NONAME ?InternalIsDescendant@H245NegRequestMode@@UBEHPBD@Z @28380 NONAME ?InternalIsDescendant@H245NegRoundTripDelay@@UBEHPBD@Z @28381 NONAME ?InternalIsDescendant@H245NegTerminalCapabilitySet@@UBEHPBD@Z @28382 NONAME ?InternalIsDescendant@H245TransportThread@@UBEHPBD@Z @28383 NONAME ?InternalIsDescendant@H323AudioCapability@@UBEHPBD@Z @28386 NONAME ?InternalIsDescendant@H323AudioCodec@@UBEHPBD@Z @28387 NONAME ?InternalIsDescendant@H323BidirectionalChannel@@UBEHPBD@Z @28388 NONAME ?InternalIsDescendant@H323CallCreditServiceControl@@UBEHPBD@Z @28389 NONAME ?InternalIsDescendant@H323Capabilities@@UBEHPBD@Z @28390 NONAME ?InternalIsDescendant@H323CapabilitiesSet@@UBEHPBD@Z @28391 NONAME ?InternalIsDescendant@H323Capability@@UBEHPBD@Z @28392 NONAME ?InternalIsDescendant@H323Channel@@UBEHPBD@Z @28394 NONAME ?InternalIsDescendant@H323ChannelNumber@@UBEHPBD@Z @28395 NONAME ?InternalIsDescendant@H323Codec@@UBEHPBD@Z @28396 NONAME ?InternalIsDescendant@H323CodecPluginGenericAudioCapability@@UBEHPBD@Z @30807 NONAME ?InternalIsDescendant@H323CodecPluginNonStandardAudioCapability@@UBEHPBD@Z @28397 NONAME ?InternalIsDescendant@H323Connection@@UBEHPBD@Z @28398 NONAME ?InternalIsDescendant@H323ConnectionsCleaner@@UBEHPBD@Z @28399 NONAME ?InternalIsDescendant@H323ControlPDU@@UBEHPBD@Z @28400 NONAME ?InternalIsDescendant@H323DataCapability@@UBEHPBD@Z @28401 NONAME ?InternalIsDescendant@H323DataChannel@@UBEHPBD@Z @28402 NONAME ?InternalIsDescendant@H323DynaLink@@UBEHPBD@Z @28630 NONAME ?InternalIsDescendant@H323EndPoint@@UBEHPBD@Z @28403 NONAME ?InternalIsDescendant@H323FramedAudioCodec@@UBEHPBD@Z @28404 NONAME ?InternalIsDescendant@H323Gatekeeper@@UBEHPBD@Z @28405 NONAME ?InternalIsDescendant@H323GatekeeperARQ@@UBEHPBD@Z @28406 NONAME ?InternalIsDescendant@H323GatekeeperBRQ@@UBEHPBD@Z @28407 NONAME ?InternalIsDescendant@H323GatekeeperCall@@UBEHPBD@Z @28408 NONAME ?InternalIsDescendant@H323GatekeeperDRQ@@UBEHPBD@Z @28409 NONAME ?InternalIsDescendant@H323GatekeeperGRQ@@UBEHPBD@Z @28410 NONAME ?InternalIsDescendant@H323GatekeeperIRR@@UBEHPBD@Z @28411 NONAME ?InternalIsDescendant@H323GatekeeperListener@@UBEHPBD@Z @28412 NONAME ?InternalIsDescendant@H323GatekeeperLRQ@@UBEHPBD@Z @28413 NONAME ?InternalIsDescendant@H323GatekeeperRequest@@UBEHPBD@Z @28414 NONAME ?InternalIsDescendant@H323GatekeeperRRQ@@UBEHPBD@Z @28415 NONAME ?InternalIsDescendant@H323GatekeeperServer@@UBEHPBD@Z @28416 NONAME ?InternalIsDescendant@H323GatekeeperURQ@@UBEHPBD@Z @28417 NONAME ?InternalIsDescendant@H323GenericAudioCapability@@UBEHPBD@Z @30808 NONAME ?InternalIsDescendant@H323GenericVideoCapability@@UBEHPBD@Z @30809 NONAME ?InternalIsDescendant@H323GSMPluginCapability@@UBEHPBD@Z @28418 NONAME ?InternalIsDescendant@H323H248ServiceControl@@UBEHPBD@Z @28419 NONAME ?InternalIsDescendant@H323HTTPServiceControl@@UBEHPBD@Z @28421 NONAME ?InternalIsDescendant@H323Listener@@UBEHPBD@Z @28422 NONAME ?InternalIsDescendant@H323ListenerTCP@@UBEHPBD@Z @28423 NONAME ?InternalIsDescendant@H323LogicalChannelThread@@UBEHPBD@Z @28424 NONAME ?InternalIsDescendant@H323NonStandardAudioCapability@@UBEHPBD@Z @28425 NONAME ?InternalIsDescendant@H323NonStandardDataCapability@@UBEHPBD@Z @28426 NONAME ?InternalIsDescendant@H323NonStandardVideoCapability@@UBEHPBD@Z @28427 NONAME ?InternalIsDescendant@H323PeerElement@@UBEHPBD@Z @28428 NONAME ?InternalIsDescendant@H323PeerElementDescriptor@@UBEHPBD@Z @28429 NONAME ?InternalIsDescendant@H323PeerElementServiceRelationship@@UBEHPBD@Z @28430 NONAME ?InternalIsDescendant@H323PluginCapability@@UBEHPBD@Z @28432 NONAME ?InternalIsDescendant@H323PluginCodecManager@@UBEHPBD@Z @28697 NONAME ?InternalIsDescendant@H323PluginFramedAudioCodec@@UBEHPBD@Z @28676 NONAME ?InternalIsDescendant@H323PluginG7231Capability@@UBEHPBD@Z @28433 NONAME ?InternalIsDescendant@H323PluginVideoCodec@@UBEHPBD@Z @28434 NONAME ?InternalIsDescendant@H323RasPDU@@UBEHPBD@Z @28435 NONAME ?InternalIsDescendant@H323RealTimeCapability@@UBEHPBD@Z @28436 NONAME ?InternalIsDescendant@H323RegisteredEndPoint@@UBEHPBD@Z @28437 NONAME ?InternalIsDescendant@H323ServiceControlSession@@UBEHPBD@Z @28438 NONAME ?InternalIsDescendant@H323SignalPDU@@UBEHPBD@Z @28439 NONAME ?InternalIsDescendant@H323SimultaneousCapabilities@@UBEHPBD@Z @28440 NONAME ?InternalIsDescendant@H323StreamedAudioCodec@@UBEHPBD@Z @28441 NONAME ?InternalIsDescendant@H323StreamedPluginAudioCodec@@UBEHPBD@Z @28677 NONAME ?InternalIsDescendant@H323Transaction@@UBEHPBD@Z @28442 NONAME ?InternalIsDescendant@H323TransactionServer@@UBEHPBD@Z @28443 NONAME ?InternalIsDescendant@H323Transactor@@UBEHPBD@Z @28444 NONAME ?InternalIsDescendant@H323Transport@@UBEHPBD@Z @28445 NONAME ?InternalIsDescendant@H323TransportAddress@@UBEHPBD@Z @28446 NONAME ?InternalIsDescendant@H323TransportAddressArray@@UBEHPBD@Z @28447 NONAME ?InternalIsDescendant@H323TransportIP@@UBEHPBD@Z @28448 NONAME ?InternalIsDescendant@H323TransportTCP@@UBEHPBD@Z @28449 NONAME ?InternalIsDescendant@H323TransportUDP@@UBEHPBD@Z @28450 NONAME ?InternalIsDescendant@H323UnidirectionalChannel@@UBEHPBD@Z @28451 NONAME ?InternalIsDescendant@H323VideoCapability@@UBEHPBD@Z @28452 NONAME ?InternalIsDescendant@H323VideoCodec@@UBEHPBD@Z @28453 NONAME ?InternalIsDescendant@H323_ALawCodec@@UBEHPBD@Z @28454 NONAME ?InternalIsDescendant@H323_AnnexG@@UBEHPBD@Z @28455 NONAME ?InternalIsDescendant@H323_CiscoG7231aLIDCapability@@UBEHPBD@Z @28456 NONAME ?InternalIsDescendant@H323_ExternalRTPChannel@@UBEHPBD@Z @28457 NONAME ?InternalIsDescendant@H323_G711Capability@@UBEHPBD@Z @28460 NONAME ?InternalIsDescendant@H323_H261Capability@@UBEHPBD@Z @28468 NONAME ?InternalIsDescendant@H323_H261Codec@@UBEHPBD@Z @28469 NONAME ?InternalIsDescendant@H323_LIDCapability@@UBEHPBD@Z @28472 NONAME ?InternalIsDescendant@H323_LIDCodec@@UBEHPBD@Z @28473 NONAME ?InternalIsDescendant@H323_muLawCodec@@UBEHPBD@Z @28476 NONAME ?InternalIsDescendant@H323_RealTimeChannel@@UBEHPBD@Z @28477 NONAME ?InternalIsDescendant@H323_RTPChannel@@UBEHPBD@Z @28478 NONAME ?InternalIsDescendant@H323_RTP_Session@@UBEHPBD@Z @28479 NONAME ?InternalIsDescendant@H323_RTP_UDP@@UBEHPBD@Z @28480 NONAME ?InternalIsDescendant@H323_T120Capability@@UBEHPBD@Z @28481 NONAME ?InternalIsDescendant@H323_T120Channel@@UBEHPBD@Z @28482 NONAME ?InternalIsDescendant@H323_T38Capability@@UBEHPBD@Z @28483 NONAME ?InternalIsDescendant@H323_T38Channel@@UBEHPBD@Z @28484 NONAME ?InternalIsDescendant@H323_T38NonStandardCapability@@UBEHPBD@Z @28485 NONAME ?InternalIsDescendant@H323_UserInputCapability@@UBEHPBD@Z @28486 NONAME ?InternalIsDescendant@H45011Handler@@UBEHPBD@Z @28487 NONAME ?InternalIsDescendant@H4502Handler@@UBEHPBD@Z @28488 NONAME ?InternalIsDescendant@H4504Handler@@UBEHPBD@Z @28489 NONAME ?InternalIsDescendant@H4506Handler@@UBEHPBD@Z @28490 NONAME ?InternalIsDescendant@H450xDispatcher@@UBEHPBD@Z @28491 NONAME ?InternalIsDescendant@H450xHandler@@UBEHPBD@Z @28492 NONAME ?InternalIsDescendant@H501AccessRequest@@UBEHPBD@Z @28493 NONAME ?InternalIsDescendant@H501DescriptorUpdate@@UBEHPBD@Z @28494 NONAME ?InternalIsDescendant@H501PDU@@UBEHPBD@Z @28495 NONAME ?InternalIsDescendant@H501ServiceRequest@@UBEHPBD@Z @28496 NONAME ?InternalIsDescendant@H501Transaction@@UBEHPBD@Z @28497 NONAME ?InternalIsDescendant@HIDPluginDeviceManager@@UBEHPBD@Z @30810 NONAME ?InternalIsDescendant@MXRecordList@PDNS@@UBEHPBD@Z @30811 NONAME ?InternalIsDescendant@OpalFactoryCodec@@UBEHPBD@Z @29939 NONAME ?InternalIsDescendant@OpalG711ALaw64k_Decoder@@UBEHPBD@Z @29941 NONAME ?InternalIsDescendant@OpalG711ALaw64k_Encoder@@UBEHPBD@Z @29942 NONAME ?InternalIsDescendant@OpalG711uLaw64k_Decoder@@UBEHPBD@Z @29944 NONAME ?InternalIsDescendant@OpalG711uLaw64k_Encoder@@UBEHPBD@Z @29945 NONAME ?InternalIsDescendant@OpalGloballyUniqueID@@UBEHPBD@Z @28503 NONAME ?InternalIsDescendant@OpalIxJDevice@@UBEHPBD@Z @28504 NONAME ?InternalIsDescendant@OpalLineChannel@@UBEHPBD@Z @28505 NONAME ?InternalIsDescendant@OpalLineInterfaceDevice@@UBEHPBD@Z @28506 NONAME ?InternalIsDescendant@OpalMediaFormat@@UBEHPBD@Z @28507 NONAME ?InternalIsDescendant@OpalPluginCodec@@UBEHPBD@Z @29946 NONAME ?InternalIsDescendant@OpalRFC2833@@UBEHPBD@Z @28508 NONAME ?InternalIsDescendant@OpalRFC2833Info@@UBEHPBD@Z @28509 NONAME ?InternalIsDescendant@OpalRtpToWavFile@@UBEHPBD@Z @28510 NONAME ?InternalIsDescendant@OpalT120Protocol@@UBEHPBD@Z @28511 NONAME ?InternalIsDescendant@OpalT38Protocol@@UBEHPBD@Z @28512 NONAME ?InternalIsDescendant@OpalUSBDevice@@UBEHPBD@Z @30812 NONAME ?InternalIsDescendant@OpalVoipBlasterDevice@@UBEHPBD@Z @28513 NONAME ?InternalIsDescendant@OpalVXMLSession@@UBEHPBD@Z @28514 NONAME ?InternalIsDescendant@OpalWAVFile@@UBEHPBD@Z @28515 NONAME ?InternalIsDescendant@PASN_Array@@UBEHPBD@Z @28516 NONAME ?InternalIsDescendant@PASN_BitString@@UBEHPBD@Z @28517 NONAME ?InternalIsDescendant@PASN_BMPString@@UBEHPBD@Z @28518 NONAME ?InternalIsDescendant@PASN_Boolean@@UBEHPBD@Z @28519 NONAME ?InternalIsDescendant@PASN_Choice@@UBEHPBD@Z @28520 NONAME ?InternalIsDescendant@PASN_ConstrainedObject@@UBEHPBD@Z @28521 NONAME ?InternalIsDescendant@PASN_ConstrainedString@@UBEHPBD@Z @28522 NONAME ?InternalIsDescendant@PASN_Enumeration@@UBEHPBD@Z @28523 NONAME ?InternalIsDescendant@PASN_GeneralisedTime@@UBEHPBD@Z @28524 NONAME ?InternalIsDescendant@PASN_GeneralString@@UBEHPBD@Z @28525 NONAME ?InternalIsDescendant@PASN_IA5String@@UBEHPBD@Z @28526 NONAME ?InternalIsDescendant@PASN_Integer@@UBEHPBD@Z @28527 NONAME ?InternalIsDescendant@PASN_Null@@UBEHPBD@Z @28528 NONAME ?InternalIsDescendant@PASN_NumericString@@UBEHPBD@Z @28529 NONAME ?InternalIsDescendant@PASN_Object@@UBEHPBD@Z @28530 NONAME ?InternalIsDescendant@PASN_ObjectId@@UBEHPBD@Z @28531 NONAME ?InternalIsDescendant@PASN_OctetString@@UBEHPBD@Z @28532 NONAME ?InternalIsDescendant@PASN_PrintableString@@UBEHPBD@Z @28533 NONAME ?InternalIsDescendant@PASN_Sequence@@UBEHPBD@Z @28534 NONAME ?InternalIsDescendant@PASN_Stream@@UBEHPBD@Z @28535 NONAME ?InternalIsDescendant@PASN_VisibleString@@UBEHPBD@Z @28536 NONAME ?InternalIsDescendant@PDTMFEncoder@@UBEHPBD@Z @30813 NONAME ?InternalIsDescendant@PLDAPAttributeBase@@UBEHPBD@Z @28537 NONAME ?InternalIsDescendant@PLDAPStructBase@@UBEHPBD@Z @28538 NONAME ?InternalIsDescendant@PluginLoader@@UBEHPBD@Z @30814 NONAME ?InternalIsDescendant@PPER_Stream@@UBEHPBD@Z @28539 NONAME ?InternalIsDescendant@PSmartObject@@UBEHPBD@Z @28540 NONAME ?InternalIsDescendant@PVXMLSession@@UBEHPBD@Z @28541 NONAME ?InternalIsDescendant@PWAVFile@@UBEHPBD@Z @28542 NONAME ?InternalIsDescendant@Q931@@UBEHPBD@Z @28543 NONAME ?InternalIsDescendant@ReceiverReport@RTP_Session@@UBEHPBD@Z @28544 NONAME ?InternalIsDescendant@Request@H323Transactor@@UBEHPBD@Z @28545 NONAME ?InternalIsDescendant@Response@H323Transactor@@UBEHPBD@Z @28546 NONAME ?InternalIsDescendant@RTP_ControlFrame@@UBEHPBD@Z @28547 NONAME ?InternalIsDescendant@RTP_DataFrame@@UBEHPBD@Z @28548 NONAME ?InternalIsDescendant@RTP_JitterBuffer@@UBEHPBD@Z @28549 NONAME ?InternalIsDescendant@RTP_QOS@@UBEHPBD@Z @28550 NONAME ?InternalIsDescendant@RTP_Session@@UBEHPBD@Z @28551 NONAME ?InternalIsDescendant@RTP_SessionManager@@UBEHPBD@Z @28552 NONAME ?InternalIsDescendant@RTP_UDP@@UBEHPBD@Z @28553 NONAME ?InternalIsDescendant@RTP_UserData@@UBEHPBD@Z @28554 NONAME ?InternalIsDescendant@SenderReport@RTP_Session@@UBEHPBD@Z @28555 NONAME ?InternalIsDescendant@SourceDescription@RTP_Session@@UBEHPBD@Z @28556 NONAME ?InternalIsDescendant@SRVRecordList@PDNS@@UBEHPBD@Z @30815 NONAME ?InternalIsDescendant@StringMap@H323GatekeeperServer@@UBEHPBD@Z @28557 NONAME ?InternalIsDescendant@T120ConnectPDU@@UBEHPBD@Z @28558 NONAME ?InternalIsDescendant@T120_X224@@UBEHPBD@Z @28559 NONAME ?InternalIsDescendant@VoipBlasterInterface@@UBEHPBD@Z @28561 NONAME ?InternalIsDescendant@X224@@UBEHPBD@Z @28562 NONAME ?InternalMakeCall@H323EndPoint@@MAEPAVH323Connection@@ABVPString@@0I0PAVH323Transport@@AAV3@PAX@Z @29947 NONAME ?InternalPlayTone@OpalIxJDevice@@IAEHIKKKH@Z @8146 NONAME ?InternalRegisterGatekeeper@H323EndPoint@@IAEHPAVH323Gatekeeper@@H@Z @9234 NONAME ?InternalRemoveServiceRelationship@H323PeerElement@@IAEXABVH323TransportAddress@@@Z @18262 NONAME ?InternalSetVolume@OpalIxJDevice@@IAEHHIHH@Z @9330 NONAME ?InternalTranslateTCPAddress@H323EndPoint@@QAEXAAVAddress@PIPSocket@@ABV23@@Z @30816 NONAME ?InterpretInput@OpalUSBDevice@@IAEXI@Z @30817 NONAME ?IntrudeCall@H323Connection@@UAEXI@Z @14341 NONAME ?IntrudeCall@H323EndPoint@@QAEPAVH323Connection@@ABVPString@@AAV3@IPAX@Z @14342 NONAME ?IntrudeCall@H323EndPoint@@QAEPAVH323Connection@@ABVPString@@PAVH323Transport@@AAV3@IPAX@Z @14343 NONAME ?IntrudeCall@H45011Handler@@QAEXH@Z @14344 NONAME ?InvokeMessage@OpalUSBDevice@@IAEHI@Z @30818 NONAME ?IoControl@OpalIxJDevice@@IAEHKKPAK@Z @8147 NONAME ?IoControl@OpalIxJDevice@@IAEHKPAXK0KPAKPAVPWin32Overlapped@@@Z @9357 NONAME ?IsActive@H235Authenticator@@UBEHXZ @13292 NONAME ?IsAllowed@H323Capabilities@@QAEHABVH323Capability@@0@Z @9155 NONAME ?IsAllowed@H323Capabilities@@QAEHABVH323Capability@@@Z @10338 NONAME ?IsAllowed@H323Capabilities@@QAEHI@Z @10339 NONAME ?IsAllowed@H323Capabilities@@QAEHII@Z @9582 NONAME ?IsAudioEnabled@OpalIxJDevice@@UAEHI@Z @14171 NONAME ?IsAudioEnabled@OpalLineInterfaceDevice@@UAEHI@Z @14172 NONAME ?IsCallOnHold@H323Connection@@QBEHXZ @13632 NONAME ?IsCapability@H235AuthCAT@@UAEHABVH235_AuthenticationMechanism@@ABVPASN_ObjectId@@@Z @16744 NONAME ?IsCapability@H235AuthProcedure1@@UAEHABVH235_AuthenticationMechanism@@ABVPASN_ObjectId@@@Z @14216 NONAME ?IsCapability@H235AuthSimpleMD5@@UAEHABVH235_AuthenticationMechanism@@ABVPASN_ObjectId@@@Z @14217 NONAME ?IsCompatibleTransport@H323Transport@@UBEHABVH225_TransportAddress@@@Z @8266 NONAME ?IsCompatibleTransport@H323TransportIP@@UBEHABVH225_TransportAddress@@@Z @8267 NONAME ?IsConnectionEstablished@H323EndPoint@@UAEHABVPString@@@Z @8268 NONAME ?IsDevicePresent@VoipBlasterInterface@@QAEHH@Z @13748 NONAME ?IsEquivalent@H323TransportAddress@@QAEHABV1@@Z @14292 NONAME ?IsGatekeeper@H323EndPoint@@QBEHXZ @8385 NONAME ?IsGateway@H323EndPoint@@QBEHXZ @8386 NONAME ?IsGenericMatch@H323Capability@@UBEHABVH245_GenericCapability@@@Z @30819 NONAME ?IsGenericMatch@H323GenericAudioCapability@@UBEHABVH245_GenericCapability@@@Z @30820 NONAME ?IsGenericMatch@H323GenericAudioCapability@@WBM@BEHABVH245_GenericCapability@@@Z @30821 NONAME ?IsGenericMatch@H323GenericCapabilityInfo@@UBEHABVH245_GenericCapability@@@Z @30822 NONAME ?IsGenericMatch@H323GenericVideoCapability@@UBEHABVH245_GenericCapability@@@Z @30823 NONAME ?IsGenericMatch@H323GenericVideoCapability@@WBE@BEHABVH245_GenericCapability@@@Z @30824 NONAME ?IsH245Master@H323Connection@@QBEHXZ @8387 NONAME ?IsLineDisconnected@OpalIxJDevice@@UAEHIH@Z @10996 NONAME ?IsLineDisconnected@OpalLineInterfaceDevice@@UAEHIH@Z @10997 NONAME ?IsLineDisconnected@OpalUSBDevice@@UAEHIH@Z @30825 NONAME ?IsLineDisconnected@OpalVoipBlasterDevice@@UAEHIH@Z @13703 NONAME ?IsLineOffHook@OpalIxJDevice@@UAEHI@Z @8390 NONAME ?IsLineOffHook@OpalUSBDevice@@UAEHI@Z @30826 NONAME ?IsLineOffHook@OpalVoipBlasterDevice@@UAEHI@Z @13704 NONAME ?IsLinePresent@OpalIxJDevice@@UAEHIH@Z @9311 NONAME ?IsLinePresent@OpalLineInterfaceDevice@@UAEHIH@Z @9312 NONAME ?IsLinePresent@OpalUSBDevice@@UAEHIH@Z @30827 NONAME ?IsLinePresent@OpalVoipBlasterDevice@@UAEHIH@Z @13705 NONAME ?IsLineRinging@OpalIxJDevice@@UAEHIPAK@Z @8395 NONAME ?IsLineRinging@OpalLineInterfaceDevice@@UAEHIPAK@Z @8396 NONAME ?IsLineRinging@OpalUSBDevice@@UAEHIPAK@Z @30828 NONAME ?IsLineRinging@OpalVoipBlasterDevice@@UAEHIPAK@Z @13706 NONAME ?IsLineTerminal@OpalIxJDevice@@UAEHI@Z @8398 NONAME ?IsLineTerminal@OpalLineInterfaceDevice@@UAEHI@Z @8399 NONAME ?IsLineTerminal@OpalUSBDevice@@UAEHI@Z @30829 NONAME ?IsLineTerminal@OpalVoipBlasterDevice@@UAEHI@Z @13707 NONAME ?IsLineToLineDirect@OpalIxJDevice@@UAEHII@Z @8400 NONAME ?IsLineToLineDirect@OpalLineInterfaceDevice@@UAEHII@Z @8401 NONAME ?IsLineToLineDirect@OpalVoipBlasterDevice@@UAEHII@Z @13708 NONAME ?IsListening@H323TransportTCP@@QBEHXZ @9285 NONAME ?IsLoaded@H323DynaLink@@UAEHXZ @28631 NONAME ?IsLoaded@PVXMLSession@@UBEHXZ @17995 NONAME ?IsLocalAddress@H323EndPoint@@UBEHABVAddress@PIPSocket@@@Z @16775 NONAME ?IsLocalHold@H323Connection@@QBEHXZ @13194 NONAME ?IsMCU@H323EndPoint@@QBEHXZ @8402 NONAME ?IsMediaOnHold@H323Connection@@QBEHXZ @13635 NONAME ?IsNonStandardMatch@H323Capability@@UBEHABVH245_NonStandardParameter@@@Z @9413 NONAME ?IsNonStandardMatch@H323NonStandardAudioCapability@@UBEHABVH245_NonStandardParameter@@@Z @9414 NONAME ?IsNonStandardMatch@H323NonStandardDataCapability@@UBEHABVH245_NonStandardParameter@@@Z @9415 NONAME ?IsNonStandardMatch@H323NonStandardVideoCapability@@UBEHABVH245_NonStandardParameter@@@Z @9416 NONAME ?IsNULL@OpalGloballyUniqueID@@QBEHXZ @9547 NONAME ?IsOpen@OpalLineInterfaceDevice@@UBEHXZ @8403 NONAME ?IsOpen@OpalUSBDevice@@UBEHXZ @30830 NONAME ?IsPrimitive@PASN_Object@@UBEHXZ @8404 NONAME ?IsRawDataChannelNative@G7231_File_Codec@@UBEHXZ @14703 NONAME ?IsRawDataChannelNative@H323Codec@@UBEHXZ @13825 NONAME ?IsRawDataChannelNative@H323_LIDCodec@@UBEHXZ @13826 NONAME ?IsRegisteredWithGatekeeper@H323EndPoint@@QBEHXZ @16786 NONAME ?IsRemoteHold@H323Connection@@QBEHXZ @13195 NONAME ?IsRunning@H323Channel@@UBEHXZ @14016 NONAME ?IsRunning@H323_ExternalRTPChannel@@UBEHXZ @14017 NONAME ?IsSecuredPDU@H235AuthCAT@@UBEHIH@Z @16787 NONAME ?IsSecuredPDU@H235Authenticator@@UBEHIH@Z @16788 NONAME ?IsSecuredPDU@H235AuthSimpleMD5@@UBEHIH@Z @16789 NONAME ?IsTerminal@H323EndPoint@@QBEHXZ @8406 NONAME ?IsToneDetected@OpalIxJDevice@@UAEII@Z @9318 NONAME ?IsToneDetected@OpalLineInterfaceDevice@@UAEII@Z @9319 NONAME ?IsToneDetected@OpalVoipBlasterDevice@@UAEII@Z @13709 NONAME ?IsTonePlaying@OpalIxJDevice@@UAEHI@Z @9364 NONAME ?IsTonePlaying@OpalLineInterfaceDevice@@UAEHI@Z @9365 NONAME ?IsTonePlaying@OpalUSBDevice@@UAEHI@Z @30831 NONAME ?IsTonePlaying@OpalVoipBlasterDevice@@UAEHI@Z @13710 NONAME ?IsTransferredCall@H323Connection@@QBEHXZ @13196 NONAME ?IsTransferringCall@H323Connection@@QBEHXZ @13197 NONAME ?IsUsable@H323Capability@@UBEHABVH323Connection@@@Z @14281 NONAME ?IsUsable@H323_UserInputCapability@@UBEHABVH323Connection@@@Z @14282 NONAME ?IsValid@H323CallCreditServiceControl@@UBEHXZ @16492 NONAME ?IsValid@H323HTTPServiceControl@@UBEHXZ @16493 NONAME ?IsValid@H323_LIDCapability@@QBEHXZ @9067 NONAME ?Load@H323DynaLink@@UAEXXZ @28632 NONAME ?LoadPlugin@H323DynaLink@@UAEHABVPString@@@Z @28633 NONAME ?LoadSoundDevice@@YAHAAVPString@@@Z @30832 NONAME ?LocateGatekeeper@H323EndPoint@@QAEHABVPString@@PAVH323Transport@@@Z @9235 NONAME ?LocationRequest@H323Gatekeeper@@QAEHABVPString@@AAVH323TransportAddress@@@Z @8414 NONAME ?LocationRequest@H323Gatekeeper@@QAEHABVPStringList@@AAVH323TransportAddress@@@Z @8415 NONAME ?Lock@H323Connection@@QAEHXZ @10184 NONAME ?Lookup@PDNS@@YAHABVPString@@AAVMXRecordList@1@@Z @30833 NONAME ?Lookup@PDNS@@YAHABVPString@@AAVSRVRecordList@1@@Z @30834 NONAME ?Main@H225CallThread@@MAEXXZ @8416 NONAME ?Main@H225TransportThread@@MAEXXZ @8418 NONAME ?Main@H245TransportThread@@MAEXXZ @8419 NONAME ?Main@H323ConnectionsCleaner@@MAEXXZ @8420 NONAME ?Main@H323ListenerTCP@@MAEXXZ @8421 NONAME ?Main@H323LogicalChannelThread@@UAEXXZ @8422 NONAME ?Main@RTP_JitterBuffer@@MAEXXZ @8975 NONAME ?MakeCall@H323EndPoint@@QAEPAVH323Connection@@ABVPString@@AAV3@PAX@Z @9341 NONAME ?MakeCall@H323EndPoint@@QAEPAVH323Connection@@ABVPString@@PAVH323Transport@@AAV3@PAX@Z @9342 NONAME ?MakeCallLocked@H323EndPoint@@QAEPAVH323Connection@@ABVPString@@AAV3@PAXPAVH323Transport@@@Z @13562 NONAME ?MakeRequest@H323Gatekeeper@@MAEHAAVRequest@H323Transactor@@@Z @18213 NONAME ?MakeRequest@H323PeerElement@@UAEHAAVRequest@H323Transactor@@@Z @18214 NONAME ?MakeRequest@H323Transactor@@MAEHAAVRequest@1@@Z @18215 NONAME ?MakeRequestWithReregister@H323Gatekeeper@@IAEHAAVRequest@H323Transactor@@I@Z @18216 NONAME ?make_level_map@H261Encoder@@IAEPADHI@Z @8432 NONAME ?mbcopy@FullP64Decoder@@IAEXI@Z @8433 NONAME ?Merge@H323Capabilities@@QAEHABV1@@Z @9046 NONAME ?ModifyQOS@RTP_Session@@UAEHPAVRTP_QOS@@@Z @18946 NONAME ?ModifyQOS@RTP_UDP@@UAEHPAVRTP_QOS@@@Z @18947 NONAME ?Monitor@OpalUSBDevice@@MAEXAAVPThread@@H@Z @30835 NONAME ?MonitorCallStatus@H323Connection@@IAEXXZ @14023 NONAME ?MonitorMain@H323Gatekeeper@@MAEXAAVPThread@@H@Z @14218 NONAME ?MonitorMain@H323GatekeeperServer@@MAEXAAVPThread@@H@Z @13995 NONAME ?MonitorMain@H323PeerElement@@MAEXAAVPThread@@H@Z @17716 NONAME ?mtu@Transmitter@@UAEHXZ @8434 NONAME ?mvblk@P64Decoder@@IAEXPAE0I@Z @8435 NONAME ?mvblka@P64Decoder@@IAEXPAE0I@Z @8436 NONAME ?Next@RTP_SessionManager@@QAEPAVRTP_Session@@XZ @11004 NONAME ?OnAcceptModeChange@H323Connection@@UAEXABVH245_RequestModeAck@@@Z @13543 NONAME ?OnAccessRequest@H323PeerElement@@UAE?AW4Response@H323Transaction@@AAVH501AccessRequest@@@Z @18419 NONAME ?OnAddServiceRelationship@H323PeerElement@@UAEXABVH323TransportAddress@@@Z @17907 NONAME ?OnAdmission@H323GatekeeperCall@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperARQ@@@Z @18420 NONAME ?OnAdmission@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperARQ@@@Z @18421 NONAME ?OnAdmission@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperARQ@@@Z @18422 NONAME ?OnAlerting@H323Connection@@UAEHABVH323SignalPDU@@ABVPString@@@Z @8442 NONAME ?OnAlerting@H323EndPoint@@UAEHAAVH323Connection@@ABVH323SignalPDU@@ABVPString@@@Z @8443 NONAME ?OnAlerting@H323GatekeeperCall@@UAEXXZ @16719 NONAME ?OnAnswerCall@H323Connection@@UAE?AW4AnswerCallResponse@1@ABVPString@@ABVH323SignalPDU@@AAV4@@Z @8444 NONAME ?OnAnswerCall@H323EndPoint@@UAE?AW4AnswerCallResponse@H323Connection@@AAV3@ABVPString@@ABVH323SignalPDU@@AAV5@@Z @8445 NONAME ?OnBandwidth@H323GatekeeperCall@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperBRQ@@@Z @18423 NONAME ?OnBandwidth@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperBRQ@@@Z @18424 NONAME ?OnBandwidth@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperBRQ@@@Z @18425 NONAME ?OnCallCreditServiceControl@H323EndPoint@@UAEXABVPString@@H@Z @16473 NONAME ?OnCallIndependentSupplementaryService@H323EndPoint@@UAEHABVH323SignalPDU@@@Z @28698 NONAME ?OnCallIntrudeTimeOut@H45011Handler@@UAEXAAVPTimer@@H@Z @14347 NONAME ?OnCallTransferIdentify@H323EndPoint@@UAEHAAVH323Connection@@@Z @13896 NONAME ?OnCallTransferInitiate@H323EndPoint@@UAEHAAVH323Connection@@ABVPString@@@Z @16793 NONAME ?OnCallTransferTimeOut@H4502Handler@@UAEXAAVPTimer@@H@Z @13636 NONAME ?OnCED@OpalT38Protocol@@UAEHXZ @16515 NONAME ?OnChange@H323CallCreditServiceControl@@UBEXIIAAVH323EndPoint@@PAVH323Connection@@@Z @16474 NONAME ?OnChange@H323HTTPServiceControl@@UBEXIIAAVH323EndPoint@@PAVH323Connection@@@Z @16475 NONAME ?OnCleared@H323Connection@@UAEXXZ @9314 NONAME ?OnClosedLogicalChannel@H323Connection@@UAEXABVH323Channel@@@Z @8446 NONAME ?OnClosedLogicalChannel@H323EndPoint@@UAEXAAVH323Connection@@ABVH323Channel@@@Z @8447 NONAME ?OnClosingLogicalChannel@H323Connection@@UAEHAAVH323Channel@@@Z @8448 NONAME ?OnCNG@OpalT38Protocol@@UAEHXZ @16516 NONAME ?OnConferenceInvite@H323EndPoint@@UAEHABVH323SignalPDU@@@Z @28699 NONAME ?OnConflictingLogicalChannel@H323Connection@@UAEHAAVH323Channel@@@Z @9271 NONAME ?OnConnected@H323GatekeeperCall@@UAEXXZ @16720 NONAME ?OnConnectionCleared@H323EndPoint@@UAEXAAVH323Connection@@ABVPString@@@Z @8449 NONAME ?OnConnectionEstablished@H323EndPoint@@UAEXAAVH323Connection@@ABVPString@@@Z @8450 NONAME ?OnConnectionForwarded@H323EndPoint@@UAEHAAVH323Connection@@ABVPString@@ABVH323SignalPDU@@@Z @9146 NONAME ?OnConsultationTransferSuccess@H323Connection@@UAEXAAV1@@Z @13897 NONAME ?OnControlProtocolError@H323Connection@@UAEHW4ControlProtocolErrors@1@PBX@Z @8452 NONAME ?OnCreateLogicalChannel@H323Connection@@UAEHABVH323Capability@@W4Directions@H323Channel@@AAI@Z @9156 NONAME ?OnData@OpalT38Protocol@@UAEHIIABVPBYTEArray@@@Z @16517 NONAME ?OnDescriptorUpdate@H323PeerElement@@UAE?AW4Response@H323Transaction@@AAVH501DescriptorUpdate@@@Z @18426 NONAME ?OnDiscovery@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperGRQ@@@Z @18427 NONAME ?OnDiscovery@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperGRQ@@@Z @18428 NONAME ?OnDisengage@H323GatekeeperCall@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperDRQ@@@Z @18429 NONAME ?OnDisengage@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperDRQ@@@Z @18430 NONAME ?OnDisengage@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperDRQ@@@Z @18431 NONAME ?OnEndReceive@OpalRFC2833@@UAEXDII@Z @13817 NONAME ?OnEndSession@PVXMLSession@@UAEXXZ @14841 NONAME ?OnEstablished@H323Connection@@UAEXXZ @9315 NONAME ?OnFastUpdateGOB@H323VideoCodec@@UAEXII@Z @8453 NONAME ?OnFastUpdateMB@H323VideoCodec@@UAEXHHI@Z @8454 NONAME ?OnFastUpdatePicture@H323PluginVideoCodec@@UAEXXZ @28564 NONAME ?OnFastUpdatePicture@H323VideoCodec@@UAEXXZ @8455 NONAME ?OnFastUpdatePicture@H323_H261Codec@@UAEXXZ @18490 NONAME ?OnFirstPacket@OpalRtpToWavFile@@UAEHAAVRTP_DataFrame@@@Z @14251 NONAME ?OnFlowControl@H323Channel@@UAEXJ@Z @8456 NONAME ?OnFlowControl@H323Codec@@UAEXJ@Z @8457 NONAME ?OnFreezePicture@H323VideoCodec@@UAEXXZ @8458 NONAME ?OnFullRegistration@H323RegisteredEndPoint@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperRRQ@@@Z @18432 NONAME ?OnGatekeeperConfirm@H323EndPoint@@UAEXXZ @18982 NONAME ?OnGatekeeperReject@H323EndPoint@@UAEXXZ @18983 NONAME ?OnH245Command@H323Connection@@UAEHABVH323ControlPDU@@@Z @8459 NONAME ?OnH245Indication@H323Connection@@UAEHABVH323ControlPDU@@@Z @8460 NONAME ?OnH245Request@H323Connection@@UAEHABVH323ControlPDU@@@Z @8461 NONAME ?OnH245Response@H323Connection@@UAEHABVH323ControlPDU@@@Z @8462 NONAME ?OnH245_FlowControlCommand@H323Connection@@UAEHABVH245_FlowControlCommand@@@Z @8463 NONAME ?OnH245_JitterIndication@H323Connection@@UAEHABVH245_JitterIndication@@@Z @8464 NONAME ?OnH245_MiscellaneousCommand@H323Connection@@UAEHABVH245_MiscellaneousCommand@@@Z @8465 NONAME ?OnH245_MiscellaneousIndication@H323Connection@@UAEHABVH245_MiscellaneousIndication@@@Z @8466 NONAME ?OnH245_SendTerminalCapabilitySet@H323Connection@@UAEHABVH245_SendTerminalCapabilitySet@@@Z @8467 NONAME ?OnHandlePDU@H323GatekeeperARQ@@MAE?AW4Response@H323Transaction@@XZ @18433 NONAME ?OnHandlePDU@H323GatekeeperBRQ@@MAE?AW4Response@H323Transaction@@XZ @18434 NONAME ?OnHandlePDU@H323GatekeeperDRQ@@MAE?AW4Response@H323Transaction@@XZ @18435 NONAME ?OnHandlePDU@H323GatekeeperGRQ@@MAE?AW4Response@H323Transaction@@XZ @18436 NONAME ?OnHandlePDU@H323GatekeeperIRR@@MAE?AW4Response@H323Transaction@@XZ @18437 NONAME ?OnHandlePDU@H323GatekeeperLRQ@@MAE?AW4Response@H323Transaction@@XZ @18438 NONAME ?OnHandlePDU@H323GatekeeperRRQ@@MAE?AW4Response@H323Transaction@@XZ @18439 NONAME ?OnHandlePDU@H323GatekeeperURQ@@MAE?AW4Response@H323Transaction@@XZ @18440 NONAME ?OnHandlePDU@H501AccessRequest@@MAE?AW4Response@H323Transaction@@XZ @18441 NONAME ?OnHandlePDU@H501DescriptorUpdate@@MAE?AW4Response@H323Transaction@@XZ @18442 NONAME ?OnHandlePDU@H501ServiceRequest@@MAE?AW4Response@H323Transaction@@XZ @18443 NONAME ?OnHeartbeat@H323GatekeeperCall@@UAEHXZ @14153 NONAME ?OnHTTPServiceControl@H323EndPoint@@UAEXIIABVPString@@@Z @16476 NONAME ?OnIncomingCall@H323Connection@@UAEHABVH323SignalPDU@@AAV2@@Z @8468 NONAME ?OnIncomingCall@H323EndPoint@@UAEHAAVH323Connection@@ABVH323SignalPDU@@AAV3@@Z @8469 NONAME ?OnIncomingConnection@H323EndPoint@@UAEPAVH323Connection@@PAVH323Transport@@AAVH323SignalPDU@@@Z @18984 NONAME ?OnIndicator@OpalT38Protocol@@UAEHI@Z @16518 NONAME ?OnInfoResponse@H323GatekeeperCall@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperIRR@@AAVH225_InfoRequestResponse_perCallInfo_subtype@@@Z @18444 NONAME ?OnInfoResponse@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperIRR@@@Z @18445 NONAME ?OnInfoResponse@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperIRR@@@Z @18446 NONAME ?OnInfoResponse@H323RegisteredEndPoint@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperIRR@@@Z @18447 NONAME ?OnInsufficientDigits@H323Connection@@UAEHXZ @13323 NONAME ?OnJitterIndication@H323Channel@@UAEXKHH@Z @8470 NONAME ?OnLoadPlugin@H323PluginCodecManager@@UAEXAAVPDynaLink@@H@Z @28611 NONAME ?OnLoadPlugin@HIDPluginDeviceManager@@UAEXAAVPDynaLink@@H@Z @30836 NONAME ?OnLocation@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperLRQ@@@Z @18448 NONAME ?OnLocation@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperLRQ@@@Z @18449 NONAME ?OnLogicalChannelFlowControl@H323Connection@@UAEXPAVH323Channel@@J@Z @8471 NONAME ?OnLogicalChannelJitter@H323Connection@@UAEXPAVH323Channel@@KHH@Z @8472 NONAME ?OnLostPartialPicture@H323PluginVideoCodec@@UAEXXZ @28566 NONAME ?OnLostPartialPicture@H323VideoCodec@@UAEXXZ @13380 NONAME ?OnLostPartialPicture@H323_H261Codec@@UAEXXZ @13381 NONAME ?OnLostPicture@H323PluginVideoCodec@@UAEXXZ @28567 NONAME ?OnLostPicture@H323VideoCodec@@UAEXXZ @13382 NONAME ?OnLostPicture@H323_H261Codec@@UAEXXZ @13383 NONAME ?OnMiscellaneousCommand@H323Channel@@UAEXABVH245_MiscellaneousCommand_type@@@Z @8473 NONAME ?OnMiscellaneousCommand@H323Codec@@UAEXABVH245_MiscellaneousCommand_type@@@Z @8474 NONAME ?OnMiscellaneousCommand@H323VideoCodec@@UAEXABVH245_MiscellaneousCommand_type@@@Z @8475 NONAME ?OnMiscellaneousIndication@H323Channel@@UAEXABVH245_MiscellaneousIndication_type@@@Z @8476 NONAME ?OnMiscellaneousIndication@H323Codec@@UAEXABVH245_MiscellaneousIndication_type@@@Z @8477 NONAME ?OnMiscellaneousIndication@H323VideoCodec@@UAEXABVH245_MiscellaneousIndication_type@@@Z @8478 NONAME ?OnModeChanged@H323Connection@@UAEXABVH245_ModeDescription@@@Z @13544 NONAME ?OnNegotiateConferenceCapabilities@H323EndPoint@@UAEHABVH323SignalPDU@@@Z @28700 NONAME ?OnNewDescriptor@H323PeerElement@@UAEXABVH323PeerElementDescriptor@@@Z @18666 NONAME ?OnOpen@H323TransportTCP@@MAEHXZ @8479 NONAME ?OnOpenLogicalChannel@H323Connection@@UAEHABVH245_OpenLogicalChannel@@AAVH245_OpenLogicalChannelAck@@AAI@Z @8480 NONAME ?OnOutgoingCall@H323Connection@@UAEHABVH323SignalPDU@@@Z @8481 NONAME ?OnOutgoingCall@H323EndPoint@@UAEHAAVH323Connection@@ABVH323SignalPDU@@@Z @18985 NONAME ?OnPreamble@OpalT38Protocol@@UAEHXZ @16519 NONAME ?OnReceiveAccessConfirmation@H323PeerElement@@UAEHABVH501PDU@@ABVH501_AccessConfirmation@@@Z @18089 NONAME ?OnReceiveAccessConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_AccessConfirmation@@@Z @18090 NONAME ?OnReceiveAccessRejection@H323PeerElement@@UAEHABVH501PDU@@ABVH501_AccessRejection@@@Z @18091 NONAME ?OnReceiveAccessRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_AccessRejection@@@Z @18092 NONAME ?OnReceiveAccessRequest@H323PeerElement@@UAEHABVH501PDU@@ABVH501_AccessRequest@@@Z @18450 NONAME ?OnReceiveAccessRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_AccessRequest@@@Z @18093 NONAME ?OnReceiveAdmissionConfirm@H225_RAS@@UAEHABVH225_AdmissionConfirm@@@Z @12507 NONAME ?OnReceiveAdmissionConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_AdmissionConfirm@@@Z @14842 NONAME ?OnReceiveAdmissionConfirm@H323Gatekeeper@@UAEHABVH225_AdmissionConfirm@@@Z @8482 NONAME ?OnReceiveAdmissionReject@H225_RAS@@UAEHABVH225_AdmissionReject@@@Z @12508 NONAME ?OnReceiveAdmissionReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_AdmissionReject@@@Z @14843 NONAME ?OnReceiveAdmissionReject@H323Gatekeeper@@UAEHABVH225_AdmissionReject@@@Z @16477 NONAME ?OnReceiveAdmissionRequest@H225_RAS@@UAEHABVH225_AdmissionRequest@@@Z @13085 NONAME ?OnReceiveAdmissionRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_AdmissionRequest@@@Z @14844 NONAME ?OnReceiveAdmissionRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_AdmissionRequest@@@Z @14845 NONAME ?OnReceiveAuthenticationConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_AuthenticationConfirmation@@@Z @18094 NONAME ?OnReceiveAuthenticationRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_AuthenticationRejection@@@Z @18095 NONAME ?OnReceiveAuthenticationRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_AuthenticationRequest@@@Z @18096 NONAME ?OnReceiveBandwidthConfirm@H225_RAS@@UAEHABVH225_BandwidthConfirm@@@Z @12510 NONAME ?OnReceiveBandwidthConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_BandwidthConfirm@@@Z @14846 NONAME ?OnReceiveBandwidthConfirm@H323Gatekeeper@@UAEHABVH225_BandwidthConfirm@@@Z @8485 NONAME ?OnReceiveBandwidthConfirm@H323GatekeeperListener@@UAEHABVH225_BandwidthConfirm@@@Z @12899 NONAME ?OnReceiveBandwidthReject@H225_RAS@@UAEHABVH225_BandwidthReject@@@Z @12511 NONAME ?OnReceiveBandwidthReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_BandwidthReject@@@Z @14847 NONAME ?OnReceiveBandwidthReject@H323GatekeeperListener@@UAEHABVH225_BandwidthReject@@@Z @12900 NONAME ?OnReceiveBandwidthRequest@H225_RAS@@UAEHABVH225_BandwidthRequest@@@Z @13087 NONAME ?OnReceiveBandwidthRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_BandwidthRequest@@@Z @14848 NONAME ?OnReceiveBandwidthRequest@H323Gatekeeper@@UAEHABVH225_BandwidthRequest@@@Z @13088 NONAME ?OnReceiveBandwidthRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_BandwidthRequest@@@Z @14849 NONAME ?OnReceiveControl@RTP_Session@@UAE?AW4SendReceiveStatus@1@AAVRTP_ControlFrame@@@Z @14004 NONAME ?OnReceivedAckPDU@H323Channel@@UAEHABVH245_OpenLogicalChannelAck@@@Z @8489 NONAME ?OnReceivedAckPDU@H323DataChannel@@UAEHABVH245_OpenLogicalChannelAck@@@Z @12740 NONAME ?OnReceivedAckPDU@H323_ExternalRTPChannel@@UAEHABVH245_H2250LogicalChannelAckParameters@@@Z @13598 NONAME ?OnReceivedAckPDU@H323_RealTimeChannel@@UAEHABVH245_OpenLogicalChannelAck@@@Z @13599 NONAME ?OnReceivedAckPDU@H323_RTPChannel@@UAEHABVH245_H2250LogicalChannelAckParameters@@@Z @13600 NONAME ?OnReceivedAckPDU@H323_RTP_UDP@@UAEHAAVH323_RTPChannel@@ABVH245_H2250LogicalChannelAckParameters@@@Z @9224 NONAME ?OnReceivedAckPDU@H323_T120Channel@@UAEHABVH245_OpenLogicalChannelAck@@@Z @12741 NONAME ?onReceivedAdmissionReject@H4502Handler@@UAEXH@Z @13637 NONAME ?OnReceivedAlerting@H323Connection@@UAEHABVH323SignalPDU@@@Z @8492 NONAME ?OnReceiveData@RTP_Session@@UAE?AW4SendReceiveStatus@1@ABVRTP_DataFrame@@@Z @8493 NONAME ?OnReceivedCallIntrusionForcedRelease@H45011Handler@@UAEHHPAVPASN_OctetString@@@Z @14348 NONAME ?OnReceivedCallIntrusionGetCIPL@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @14349 NONAME ?OnReceivedCallIntrusionIsolate@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @14350 NONAME ?OnReceivedCallIntrusionNotification@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @14351 NONAME ?OnReceivedCallIntrusionRequest@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @14352 NONAME ?OnReceivedCallIntrusionSilentMonitor@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @14353 NONAME ?OnReceivedCallIntrusionWOBRequest@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @14354 NONAME ?OnReceivedCallProceeding@H323Connection@@UAEHABVH323SignalPDU@@@Z @8494 NONAME ?OnReceivedCallTransferAbandon@H4502Handler@@UAEXH@Z @13199 NONAME ?OnReceivedCallTransferActive@H4502Handler@@UAEXHPAVPASN_OctetString@@@Z @13200 NONAME ?OnReceivedCallTransferComplete@H4502Handler@@UAEXHPAVPASN_OctetString@@@Z @13201 NONAME ?OnReceivedCallTransferIdentify@H4502Handler@@UAEXH@Z @13202 NONAME ?OnReceivedCallTransferInitiate@H4502Handler@@UAEXHPAVPASN_OctetString@@@Z @13203 NONAME ?OnReceivedCallTransferSetup@H4502Handler@@UAEXHPAVPASN_OctetString@@@Z @13204 NONAME ?OnReceivedCallTransferUpdate@H4502Handler@@UAEXHPAVPASN_OctetString@@@Z @13205 NONAME ?OnReceivedCallWaiting@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @14355 NONAME ?OnReceivedCallWaitingIndication@H4506Handler@@UAEXHPAVPASN_OctetString@@@Z @13638 NONAME ?OnReceivedCapabilitySet@H323Connection@@UAEHABVH323Capabilities@@PBVH245_MultiplexCapability@@AAVH245_TerminalCapabilitySetReject@@@Z @9047 NONAME ?OnReceivedCfbOverride@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @14356 NONAME ?OnReceivedCIGetCIPLResult@H45011Handler@@QAEXAAVX880_ReturnResult@@@Z @14720 NONAME ?OnReceivedCIRequestResult@H45011Handler@@QAEXXZ @14357 NONAME ?OnReceiveDescriptorConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorConfirmation@@@Z @18097 NONAME ?OnReceiveDescriptorIDConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorIDConfirmation@@@Z @18098 NONAME ?OnReceiveDescriptorIDRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorIDRejection@@@Z @18099 NONAME ?OnReceiveDescriptorIDRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorIDRequest@@@Z @18100 NONAME ?OnReceiveDescriptorRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorRejection@@@Z @18101 NONAME ?OnReceiveDescriptorRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorRequest@@@Z @18102 NONAME ?OnReceiveDescriptorUpdate@H323PeerElement@@UAEHABVH501PDU@@ABVH501_DescriptorUpdate@@@Z @18451 NONAME ?OnReceiveDescriptorUpdate@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorUpdate@@@Z @18103 NONAME ?OnReceiveDescriptorUpdateACK@H323PeerElement@@UAEHABVH501PDU@@ABVH501_DescriptorUpdateAck@@@Z @18104 NONAME ?OnReceiveDescriptorUpdateACK@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorUpdateAck@@@Z @18105 NONAME ?OnReceivedFacility@H323Connection@@UAEHABVH323SignalPDU@@@Z @8496 NONAME ?OnReceivedGenericPDU@H323GenericCapabilityInfo@@MAEHABVH245_GenericCapability@@@Z @30837 NONAME ?OnReceivedGetCIPLReturnError@H45011Handler@@QAEHH_N@Z @14721 NONAME ?OnReceivedIdentifyReturnError@H4502Handler@@QAEX_N@Z @13898 NONAME ?OnReceivedIdentifyReturnResult@H4502Handler@@QAEXAAVX880_ReturnResult@@@Z @13899 NONAME ?OnReceivedInitiateReturnError@H323EndPoint@@UAEXXZ @30838 NONAME ?OnReceivedInitiateReturnError@H4502Handler@@QAEX_N@Z @13900 NONAME ?OnReceivedInitiateReturnResult@H4502Handler@@QAEXXZ @13901 NONAME ?OnReceivedInvoke@H45011Handler@@UAEHHHHPAVPASN_OctetString@@@Z @14358 NONAME ?OnReceivedInvoke@H4502Handler@@UAEHHHHPAVPASN_OctetString@@@Z @13206 NONAME ?OnReceivedInvoke@H4504Handler@@UAEHHHHPAVPASN_OctetString@@@Z @13207 NONAME ?OnReceivedInvoke@H4506Handler@@UAEHHHHPAVPASN_OctetString@@@Z @13639 NONAME ?OnReceivedInvoke@H450xDispatcher@@UAEHAAVX880_Invoke@@AAVH4501_InterpretationApdu@@@Z @15149 NONAME ?OnReceivedInvokeReturnError@H45011Handler@@QAEHH_N@Z @14360 NONAME ?OnReceiveDisengageConfirm@H225_RAS@@UAEHABVH225_DisengageConfirm@@@Z @12514 NONAME ?OnReceiveDisengageConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_DisengageConfirm@@@Z @14850 NONAME ?OnReceiveDisengageConfirm@H323GatekeeperListener@@UAEHABVH225_DisengageConfirm@@@Z @12902 NONAME ?OnReceiveDisengageReject@H225_RAS@@UAEHABVH225_DisengageReject@@@Z @12515 NONAME ?OnReceiveDisengageReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_DisengageReject@@@Z @14851 NONAME ?OnReceiveDisengageReject@H323GatekeeperListener@@UAEHABVH225_DisengageReject@@@Z @12903 NONAME ?OnReceiveDisengageRequest@H225_RAS@@UAEHABVH225_DisengageRequest@@@Z @13090 NONAME ?OnReceiveDisengageRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_DisengageRequest@@@Z @14852 NONAME ?OnReceiveDisengageRequest@H323Gatekeeper@@UAEHABVH225_DisengageRequest@@@Z @13091 NONAME ?OnReceiveDisengageRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_DisengageRequest@@@Z @14853 NONAME ?OnReceivedLocalCallHold@H4504Handler@@UAEXH@Z @13209 NONAME ?OnReceivedLocalCallRetrieve@H4504Handler@@UAEXH@Z @13210 NONAME ?OnReceivedNonStandardPDU@H323NonStandardCapabilityInfo@@IAEHABVPASN_Choice@@I@Z @8500 NONAME ?OnReceivedPDU@G7231_File_Capability@@UAEHABVH245_AudioCapability@@AAI@Z @14665 NONAME ?OnReceivedPDU@H323AudioCapability@@UAEHABVH245_AudioCapability@@AAI@Z @13353 NONAME ?OnReceivedPDU@H323AudioCapability@@UAEHABVH245_Capability@@@Z @8501 NONAME ?OnReceivedPDU@H323AudioCapability@@UAEHABVH245_DataType@@H@Z @9171 NONAME ?OnReceivedPDU@H323CallCreditServiceControl@@UAEHABVH225_ServiceControlDescriptor@@@Z @16478 NONAME ?OnReceivedPDU@H323Capability@@UAEHABVH245_Capability@@@Z @13245 NONAME ?OnReceivedPDU@H323Channel@@UAEHABVH245_OpenLogicalChannel@@AAI@Z @8503 NONAME ?OnReceivedPDU@H323DataCapability@@UAEHABVH245_Capability@@@Z @8504 NONAME ?OnReceivedPDU@H323DataCapability@@UAEHABVH245_DataType@@H@Z @9172 NONAME ?OnReceivedPDU@H323DataChannel@@UAEHABVH245_OpenLogicalChannel@@AAI@Z @12742 NONAME ?OnReceivedPDU@H323GenericAudioCapability@@UAEHABVH245_AudioCapability@@AAI@Z @30839 NONAME ?OnReceivedPDU@H323GenericVideoCapability@@UAEHABVH245_VideoCapability@@@Z @30840 NONAME ?OnReceivedPDU@H323GSMPluginCapability@@UAEHABVH245_AudioCapability@@AAI@Z @28568 NONAME ?OnReceivedPDU@H323H248ServiceControl@@UAEHABVH225_ServiceControlDescriptor@@@Z @16479 NONAME ?OnReceivedPDU@H323H248ServiceControl@@UAEHABVH248_SignalsDescriptor@@@Z @16480 NONAME ?OnReceivedPDU@H323H261PluginCapability@@UAEHABVH245_VideoCapability@@@Z @28569 NONAME ?OnReceivedPDU@H323HTTPServiceControl@@UAEHABVH225_ServiceControlDescriptor@@@Z @16481 NONAME ?OnReceivedPDU@H323NonStandardAudioCapability@@UAEHABVH245_AudioCapability@@AAI@Z @8506 NONAME ?OnReceivedPDU@H323NonStandardCapabilityInfo@@UAEHABVPBYTEArray@@@Z @8507 NONAME ?OnReceivedPDU@H323NonStandardDataCapability@@UAEHABVH245_DataApplicationCapability@@@Z @8508 NONAME ?OnReceivedPDU@H323NonStandardVideoCapability@@UAEHABVH245_VideoCapability@@@Z @8509 NONAME ?OnReceivedPDU@H323PluginG7231Capability@@UAEHABVH245_AudioCapability@@AAI@Z @28570 NONAME ?OnReceivedPDU@H323VideoCapability@@UAEHABVH245_Capability@@@Z @8510 NONAME ?OnReceivedPDU@H323VideoCapability@@UAEHABVH245_DataType@@H@Z @9173 NONAME ?OnReceivedPDU@H323_ExternalRTPChannel@@UAEHABVH245_H2250LogicalChannelParameters@@AAI@Z @13601 NONAME ?OnReceivedPDU@H323_H261Capability@@UAEHABVH245_VideoCapability@@@Z @8515 NONAME ?OnReceivedPDU@H323_LIDCapability@@UAEHABVH245_AudioCapability@@AAI@Z @8516 NONAME ?OnReceivedPDU@H323_RealTimeChannel@@UAEHABVH245_OpenLogicalChannel@@AAI@Z @13602 NONAME ?OnReceivedPDU@H323_RTPChannel@@UAEHABVH245_H2250LogicalChannelParameters@@AAI@Z @13603 NONAME ?OnReceivedPDU@H323_RTP_UDP@@UAEHAAVH323_RTPChannel@@ABVH245_H2250LogicalChannelParameters@@AAI@Z @9225 NONAME ?OnReceivedPDU@H323_T120Capability@@UAEHABVH245_DataApplicationCapability@@@Z @8519 NONAME ?OnReceivedPDU@H323_T120Channel@@UAEHABVH245_OpenLogicalChannel@@AAI@Z @12743 NONAME ?OnReceivedPDU@H323_T38Capability@@UAEHABVH245_DataApplicationCapability@@@Z @12744 NONAME ?OnReceivedPDU@H323_T38Channel@@UAEHABVH245_OpenLogicalChannel@@AAI@Z @13407 NONAME ?OnReceivedPDU@H323_UserInputCapability@@UAEHABVH245_Capability@@@Z @8520 NONAME ?OnReceivedPDU@H323_UserInputCapability@@UAEHABVH245_DataType@@H@Z @9174 NONAME ?OnReceivedProgress@H323Connection@@UAEHABVH323SignalPDU@@@Z @9295 NONAME ?OnReceivedReject@H45011Handler@@UAEHHH@Z @14722 NONAME ?OnReceivedReject@H450xDispatcher@@UAEHAAVX880_Reject@@@Z @14361 NONAME ?OnReceivedReject@H450xHandler@@UAEHHH@Z @14362 NONAME ?OnReceivedReleaseComplete@H323Connection@@UAEXABVH323SignalPDU@@@Z @10926 NONAME ?OnReceivedRemoteCallHold@H4504Handler@@UAEXH@Z @13213 NONAME ?OnReceivedRemoteCallRetrieve@H4504Handler@@UAEXH@Z @13214 NONAME ?OnReceivedRemoteUserAlerting@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @14363 NONAME ?OnReceivedReturnError@H45011Handler@@UAEHHAAVX880_ReturnError@@@Z @14364 NONAME ?OnReceivedReturnError@H4502Handler@@UAEHHAAVX880_ReturnError@@@Z @14365 NONAME ?OnReceivedReturnError@H450xDispatcher@@UAEHAAVX880_ReturnError@@@Z @14366 NONAME ?OnReceivedReturnError@H450xHandler@@UAEHHAAVX880_ReturnError@@@Z @14367 NONAME ?OnReceivedReturnResult@H45011Handler@@UAEHAAVX880_ReturnResult@@@Z @14368 NONAME ?OnReceivedReturnResult@H4502Handler@@UAEHAAVX880_ReturnResult@@@Z @14369 NONAME ?OnReceivedReturnResult@H450xDispatcher@@UAEHAAVX880_ReturnResult@@@Z @14370 NONAME ?OnReceivedReturnResult@H450xHandler@@UAEHAAVX880_ReturnResult@@@Z @14371 NONAME ?OnReceivedSetupReturnError@H4502Handler@@QAEXH_N@Z @13902 NONAME ?OnReceivedSetupReturnResult@H4502Handler@@QAEXXZ @13903 NONAME ?OnReceivedSignalConnect@H323Connection@@UAEHABVH323SignalPDU@@@Z @8522 NONAME ?OnReceivedSignalInformation@H323Connection@@UAEHABVH323SignalPDU@@@Z @13287 NONAME ?OnReceivedSignalNotify@H323Connection@@UAEHABVH323SignalPDU@@@Z @13290 NONAME ?OnReceivedSignalSetup@H323Connection@@UAEHABVH323SignalPDU@@@Z @8523 NONAME ?OnReceivedSignalSetupAck@H323Connection@@UAEHABVH323SignalPDU@@@Z @13288 NONAME ?OnReceivedSignalStatus@H323Connection@@UAEHABVH323SignalPDU@@@Z @13291 NONAME ?OnReceivedStatusEnquiry@H323Connection@@UAEHABVH323SignalPDU@@@Z @8524 NONAME ?OnReceivedSubaddressTransfer@H4502Handler@@UAEXHPAVPASN_OctetString@@@Z @13221 NONAME ?OnReceiveFeatureSet@H225_RAS@@UBEXIABVH225_FeatureSet@@@Z @29948 NONAME ?OnReceiveFeatureSet@H323Connection@@UBEXIABVH225_FeatureSet@@@Z @29949 NONAME ?OnReceiveFeatureSet@H323EndPoint@@UAEXIABVH225_FeatureSet@@@Z @29950 NONAME ?OnReceiveFeatureSet@H323Gatekeeper@@UBEXIABVH225_FeatureSet@@@Z @29951 NONAME ?OnReceiveFeatureSet@H323GatekeeperListener@@UBEXIABVH225_FeatureSet@@@Z @29952 NONAME ?OnReceiveFeatureSet@H323GatekeeperServer@@UBEXIABVH225_FeatureSet@@@Z @29953 NONAME ?OnReceiveGatekeeperConfirm@H225_RAS@@UAEHABVH225_GatekeeperConfirm@@@Z @12518 NONAME ?OnReceiveGatekeeperConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_GatekeeperConfirm@@@Z @14854 NONAME ?OnReceiveGatekeeperConfirm@H323Gatekeeper@@UAEHABVH225_GatekeeperConfirm@@@Z @8525 NONAME ?OnReceiveGatekeeperReject@H225_RAS@@UAEHABVH225_GatekeeperReject@@@Z @12519 NONAME ?OnReceiveGatekeeperReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_GatekeeperReject@@@Z @14855 NONAME ?OnReceiveGatekeeperReject@H323Gatekeeper@@UAEHABVH225_GatekeeperReject@@@Z @14418 NONAME ?OnReceiveGatekeeperRequest@H225_RAS@@UAEHABVH225_GatekeeperRequest@@@Z @13093 NONAME ?OnReceiveGatekeeperRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_GatekeeperRequest@@@Z @14856 NONAME ?OnReceiveGatekeeperRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_GatekeeperRequest@@@Z @14857 NONAME ?OnReceiveInfoRequest@H225_RAS@@UAEHABVH225_InfoRequest@@@Z @13095 NONAME ?OnReceiveInfoRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_InfoRequest@@@Z @14858 NONAME ?OnReceiveInfoRequest@H323Gatekeeper@@UAEHABVH225_InfoRequest@@@Z @13096 NONAME ?OnReceiveInfoRequestAck@H225_RAS@@UAEHABVH225_InfoRequestAck@@@Z @12523 NONAME ?OnReceiveInfoRequestAck@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_InfoRequestAck@@@Z @14859 NONAME ?OnReceiveInfoRequestNak@H225_RAS@@UAEHABVH225_InfoRequestNak@@@Z @12524 NONAME ?OnReceiveInfoRequestNak@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_InfoRequestNak@@@Z @14860 NONAME ?OnReceiveInfoRequestResponse@H225_RAS@@UAEHABVH225_InfoRequestResponse@@@Z @12525 NONAME ?OnReceiveInfoRequestResponse@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_InfoRequestResponse@@@Z @14861 NONAME ?OnReceiveInfoRequestResponse@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_InfoRequestResponse@@@Z @14862 NONAME ?OnReceiveLocationConfirm@H225_RAS@@UAEHABVH225_LocationConfirm@@@Z @12526 NONAME ?OnReceiveLocationConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_LocationConfirm@@@Z @14863 NONAME ?OnReceiveLocationReject@H225_RAS@@UAEHABVH225_LocationReject@@@Z @12527 NONAME ?OnReceiveLocationReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_LocationReject@@@Z @14864 NONAME ?OnReceiveLocationRequest@H225_RAS@@UAEHABVH225_LocationRequest@@@Z @13097 NONAME ?OnReceiveLocationRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_LocationRequest@@@Z @14865 NONAME ?OnReceiveLocationRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_LocationRequest@@@Z @14866 NONAME ?OnReceiveNonStandardConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_NonStandardConfirmation@@@Z @18106 NONAME ?OnReceiveNonStandardMessage@H225_RAS@@UAEHABVH225_NonStandardMessage@@@Z @13099 NONAME ?OnReceiveNonStandardMessage@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_NonStandardMessage@@@Z @14867 NONAME ?OnReceiveNonStandardRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_NonStandardRejection@@@Z @18107 NONAME ?OnReceiveNonStandardRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_NonStandardRequest@@@Z @18108 NONAME ?OnReceiveRegistrationConfirm@H225_RAS@@UAEHABVH225_RegistrationConfirm@@@Z @12530 NONAME ?OnReceiveRegistrationConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_RegistrationConfirm@@@Z @14868 NONAME ?OnReceiveRegistrationConfirm@H323Gatekeeper@@UAEHABVH225_RegistrationConfirm@@@Z @8536 NONAME ?OnReceiveRegistrationReject@H225_RAS@@UAEHABVH225_RegistrationReject@@@Z @12531 NONAME ?OnReceiveRegistrationReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_RegistrationReject@@@Z @14869 NONAME ?OnReceiveRegistrationReject@H323Gatekeeper@@UAEHABVH225_RegistrationReject@@@Z @8537 NONAME ?OnReceiveRegistrationRequest@H225_RAS@@UAEHABVH225_RegistrationRequest@@@Z @13100 NONAME ?OnReceiveRegistrationRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_RegistrationRequest@@@Z @14870 NONAME ?OnReceiveRegistrationRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_RegistrationRequest@@@Z @14871 NONAME ?OnReceiveRequestInProgress@H225_RAS@@UAEHABVH225_RequestInProgress@@@Z @12533 NONAME ?OnReceiveRequestInProgress@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_RequestInProgress@@@Z @14872 NONAME ?OnReceiveRequestInProgress@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_RequestInProgress@@@Z @18109 NONAME ?OnReceiveResourcesAvailableConfirm@H225_RAS@@UAEHABVH225_ResourcesAvailableConfirm@@@Z @12534 NONAME ?OnReceiveResourcesAvailableConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_ResourcesAvailableConfirm@@@Z @14873 NONAME ?OnReceiveResourcesAvailableConfirm@H323GatekeeperListener@@UAEHABVH225_ResourcesAvailableConfirm@@@Z @12911 NONAME ?OnReceiveResourcesAvailableIndicate@H225_RAS@@UAEHABVH225_ResourcesAvailableIndicate@@@Z @13102 NONAME ?OnReceiveResourcesAvailableIndicate@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_ResourcesAvailableIndicate@@@Z @14874 NONAME ?OnReceiveRIP@Request@H323Transactor@@QAEXI@Z @18217 NONAME ?OnReceiveServiceConfirmation@H323PeerElement@@UAEHABVH501PDU@@ABVH501_ServiceConfirmation@@@Z @18110 NONAME ?OnReceiveServiceConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ServiceConfirmation@@@Z @18111 NONAME ?OnReceiveServiceControlIndication@H225_RAS@@UAEHABVH225_ServiceControlIndication@@@Z @16497 NONAME ?OnReceiveServiceControlIndication@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_ServiceControlIndication@@@Z @16498 NONAME ?OnReceiveServiceControlIndication@H323Gatekeeper@@UAEHABVH225_ServiceControlIndication@@@Z @16499 NONAME ?OnReceiveServiceControlResponse@H225_RAS@@UAEHABVH225_ServiceControlResponse@@@Z @16500 NONAME ?OnReceiveServiceControlResponse@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_ServiceControlResponse@@@Z @16501 NONAME ?OnReceiveServiceRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ServiceRejection@@@Z @18112 NONAME ?OnReceiveServiceRelease@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ServiceRelease@@@Z @18113 NONAME ?OnReceiveServiceRequest@H323PeerElement@@UAEHABVH501PDU@@ABVH501_ServiceRequest@@@Z @18452 NONAME ?OnReceiveServiceRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ServiceRequest@@@Z @18114 NONAME ?OnReceiveUnknown@H225_RAS@@UAEHABVH323RasPDU@@@Z @17932 NONAME ?OnReceiveUnknown@H323_AnnexG@@UAEHABVH501PDU@@@Z @17933 NONAME ?OnReceiveUnknownMessageResponse@H225_RAS@@UAEHABVH225_UnknownMessageResponse@@@Z @13103 NONAME ?OnReceiveUnknownMessageResponse@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_UnknownMessageResponse@@@Z @14875 NONAME ?OnReceiveUnknownMessageResponse@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_UnknownMessageResponse@@@Z @18115 NONAME ?OnReceiveUnregistrationConfirm@H225_RAS@@UAEHABVH225_UnregistrationConfirm@@@Z @12538 NONAME ?OnReceiveUnregistrationConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_UnregistrationConfirm@@@Z @14876 NONAME ?OnReceiveUnregistrationConfirm@H323Gatekeeper@@UAEHABVH225_UnregistrationConfirm@@@Z @8544 NONAME ?OnReceiveUnregistrationConfirm@H323GatekeeperListener@@UAEHABVH225_UnregistrationConfirm@@@Z @12912 NONAME ?OnReceiveUnregistrationReject@H225_RAS@@UAEHABVH225_UnregistrationReject@@@Z @12539 NONAME ?OnReceiveUnregistrationReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_UnregistrationReject@@@Z @14877 NONAME ?OnReceiveUnregistrationReject@H323Gatekeeper@@UAEHABVH225_UnregistrationReject@@@Z @8545 NONAME ?OnReceiveUnregistrationReject@H323GatekeeperListener@@UAEHABVH225_UnregistrationReject@@@Z @12913 NONAME ?OnReceiveUnregistrationRequest@H225_RAS@@UAEHABVH225_UnregistrationRequest@@@Z @13105 NONAME ?OnReceiveUnregistrationRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_UnregistrationRequest@@@Z @14878 NONAME ?OnReceiveUnregistrationRequest@H323Gatekeeper@@UAEHABVH225_UnregistrationRequest@@@Z @13106 NONAME ?OnReceiveUnregistrationRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_UnregistrationRequest@@@Z @14879 NONAME ?OnReceiveUsageConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_UsageConfirmation@@@Z @18116 NONAME ?OnReceiveUsageIndicationConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_UsageIndicationConfirmation@@@Z @18117 NONAME ?OnReceiveUsageIndicationRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_UsageIndicationRejection@@@Z @18118 NONAME ?OnReceiveUsageRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_UsageRejection@@@Z @18119 NONAME ?OnReceiveUsageRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_UsageRequest@@@Z @18120 NONAME ?OnReceiveValidationConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ValidationConfirmation@@@Z @18121 NONAME ?OnReceiveValidationRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ValidationRejection@@@Z @18122 NONAME ?OnReceiveValidationRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ValidationRequest@@@Z @18123 NONAME ?OnRefusedModeChange@H323Connection@@UAEXPBVH245_RequestModeReject@@@Z @13545 NONAME ?OnRegistration@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperRRQ@@@Z @18453 NONAME ?OnRegistration@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperRRQ@@@Z @18454 NONAME ?OnRegistration@H323RegisteredEndPoint@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperRRQ@@@Z @18455 NONAME ?OnRegistrationConfirm@H323EndPoint@@UAEXXZ @18986 NONAME ?OnRegistrationReject@H323EndPoint@@UAEXXZ @18987 NONAME ?OnRemoteServiceRelationshipDisappeared@H323PeerElement@@IAEHAAVOpalGloballyUniqueID@@ABVH323TransportAddress@@@Z @18267 NONAME ?OnRemoveDescriptor@H323PeerElement@@UAEXABVH323PeerElementDescriptor@@@Z @18667 NONAME ?OnRemoveServiceRelationship@H323PeerElement@@UAEXABVH323TransportAddress@@@Z @17943 NONAME ?OnRequestModeChange@H323Connection@@UAEHABVH245_RequestMode@@AAVH245_RequestModeAck@@AAVH245_RequestModeReject@@AAH@Z @13546 NONAME ?OnRTPStatistics@H323Connection@@UBEXABVRTP_Session@@@Z @8549 NONAME ?OnRTPStatistics@H323EndPoint@@UBEXABVH323Connection@@ABVRTP_Session@@@Z @8550 NONAME ?OnRxApplDefined@RTP_Session@@UAEXABVPString@@IKPBEH@Z @8551 NONAME ?OnRxGoodbye@RTP_Session@@UAEXABV?$PScalarArray@K@@ABVPString@@@Z @18721 NONAME ?OnRxReceiverReport@RTP_Session@@UAEXKABV?$PArray@VReceiverReport@RTP_Session@@@@@Z @8961 NONAME ?OnRxSenderReport@RTP_Session@@UAEXABVSenderReport@1@ABV?$PArray@VReceiverReport@RTP_Session@@@@@Z @8962 NONAME ?OnRxSourceDescription@RTP_Session@@UAEXABV?$PArray@VSourceDescription@RTP_Session@@@@@Z @8963 NONAME ?OnRxStatistics@H323_RTP_Session@@UBEXABVRTP_Session@@@Z @8556 NONAME ?OnRxStatistics@RTP_UserData@@UBEXABVRTP_Session@@@Z @8557 NONAME ?OnSecureRegistration@H323RegisteredEndPoint@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperRRQ@@@Z @18456 NONAME ?OnSelectLogicalChannels@H323Connection@@UAEXXZ @8558 NONAME ?OnSendAdmissionConfirm@H225_RAS@@UAEXAAVH225_AdmissionConfirm@@@Z @12542 NONAME ?OnSendAdmissionConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_AdmissionConfirm@@@Z @14880 NONAME ?OnSendAdmissionReject@H225_RAS@@UAEXAAVH225_AdmissionReject@@@Z @12543 NONAME ?OnSendAdmissionReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_AdmissionReject@@@Z @14881 NONAME ?OnSendAdmissionRequest@H225_RAS@@UAEXAAVH225_AdmissionRequest@@@Z @12544 NONAME ?OnSendAdmissionRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_AdmissionRequest@@@Z @14882 NONAME ?OnSendAdmissionRequest@H323Gatekeeper@@UAEXAAVH225_AdmissionRequest@@@Z @13285 NONAME ?OnSendARQ@H323Connection@@UAEXAAVH225_AdmissionRequest@@@Z @29191 NONAME ?OnSendARQ@H323EndPoint@@UAEXAAVH323Connection@@AAVH225_AdmissionRequest@@@Z @29192 NONAME ?OnSendBandwidthConfirm@H225_RAS@@UAEXAAVH225_BandwidthConfirm@@@Z @12545 NONAME ?OnSendBandwidthConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_BandwidthConfirm@@@Z @14883 NONAME ?OnSendBandwidthReject@H225_RAS@@UAEXAAVH225_BandwidthReject@@@Z @12546 NONAME ?OnSendBandwidthReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_BandwidthReject@@@Z @14884 NONAME ?OnSendBandwidthRequest@H225_RAS@@UAEXAAVH225_BandwidthRequest@@@Z @12547 NONAME ?OnSendBandwidthRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_BandwidthRequest@@@Z @14885 NONAME ?OnSendCallProceeding@H323Connection@@UAEHAAVH323SignalPDU@@@Z @9313 NONAME ?OnSendCapabilitySet@H323Connection@@UAEXAAVH245_TerminalCapabilitySet@@@Z @8565 NONAME ?OnSendData@RTP_Session@@UAE?AW4SendReceiveStatus@1@AAVRTP_DataFrame@@@Z @8566 NONAME ?OnSendDescriptorForEndpoint@H323GatekeeperServer@@UAEHAAVH323RegisteredEndPoint@@AAVH225_ArrayOf_AliasAddress@@AAVH225_EndpointType@@1@Z @28571 NONAME ?OnSendDescriptorForEndpoint@H323RegisteredEndPoint@@UAEHAAVH225_ArrayOf_AliasAddress@@AAVH225_EndpointType@@0@Z @28572 NONAME ?OnSendDisengageConfirm@H225_RAS@@UAEXAAVH225_DisengageConfirm@@@Z @12548 NONAME ?OnSendDisengageConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_DisengageConfirm@@@Z @14886 NONAME ?OnSendDisengageReject@H225_RAS@@UAEXAAVH225_DisengageReject@@@Z @12549 NONAME ?OnSendDisengageReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_DisengageReject@@@Z @14887 NONAME ?OnSendDisengageRequest@H225_RAS@@UAEXAAVH225_DisengageRequest@@@Z @12550 NONAME ?OnSendDisengageRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_DisengageRequest@@@Z @14888 NONAME ?OnSendFeatureSet@H225_RAS@@UBEHIAAVH225_FeatureSet@@@Z @29954 NONAME ?OnSendFeatureSet@H323Connection@@UBEHIAAVH225_FeatureSet@@@Z @29955 NONAME ?OnSendFeatureSet@H323EndPoint@@UAEHIAAVH225_FeatureSet@@@Z @29956 NONAME ?OnSendFeatureSet@H323Gatekeeper@@UBEHIAAVH225_FeatureSet@@@Z @29957 NONAME ?OnSendFeatureSet@H323GatekeeperListener@@UBEHIAAVH225_FeatureSet@@@Z @29958 NONAME ?OnSendFeatureSet@H323GatekeeperServer@@UBEHIAAVH225_FeatureSet@@@Z @29959 NONAME ?OnSendGatekeeperConfirm@H225_RAS@@UAEXAAVH225_GatekeeperConfirm@@@Z @12551 NONAME ?OnSendGatekeeperConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_GatekeeperConfirm@@@Z @14889 NONAME ?OnSendGatekeeperReject@H225_RAS@@UAEXAAVH225_GatekeeperReject@@@Z @12552 NONAME ?OnSendGatekeeperReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_GatekeeperReject@@@Z @14890 NONAME ?OnSendGatekeeperRequest@H225_RAS@@UAEXAAVH225_GatekeeperRequest@@@Z @12553 NONAME ?OnSendGatekeeperRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_GatekeeperRequest@@@Z @14891 NONAME ?OnSendGatekeeperRequest@H323Gatekeeper@@UAEXAAVH225_GatekeeperRequest@@@Z @14892 NONAME ?OnSendInfoRequest@H225_RAS@@UAEXAAVH225_InfoRequest@@@Z @12554 NONAME ?OnSendInfoRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_InfoRequest@@@Z @14893 NONAME ?OnSendInfoRequestAck@H225_RAS@@UAEXAAVH225_InfoRequestAck@@@Z @12555 NONAME ?OnSendInfoRequestAck@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_InfoRequestAck@@@Z @14894 NONAME ?OnSendInfoRequestNak@H225_RAS@@UAEXAAVH225_InfoRequestNak@@@Z @12556 NONAME ?OnSendInfoRequestNak@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_InfoRequestNak@@@Z @14895 NONAME ?OnSendInfoRequestResponse@H225_RAS@@UAEXAAVH225_InfoRequestResponse@@@Z @12557 NONAME ?OnSendInfoRequestResponse@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_InfoRequestResponse@@@Z @14896 NONAME ?OnSendingAckPDU@H323_RTP_UDP@@UBEXABVH323_RTPChannel@@AAVH245_H2250LogicalChannelAckParameters@@@Z @9226 NONAME ?OnSendingGenericPDU@H323GenericCapabilityInfo@@MBEHAAVH245_GenericCapability@@@Z @30841 NONAME ?OnSendingNonStandardPDU@H323NonStandardCapabilityInfo@@IBEHAAVPASN_Choice@@I@Z @8578 NONAME ?OnSendingPDU@G7231_File_Capability@@UBEHAAVH245_AudioCapability@@I@Z @14666 NONAME ?OnSendingPDU@H225_RAS@@UAEXAAVPASN_Object@@@Z @18218 NONAME ?OnSendingPDU@H323AudioCapability@@UBEHAAVH245_AudioCapability@@I@Z @13355 NONAME ?OnSendingPDU@H323AudioCapability@@UBEHAAVH245_AudioMode@@@Z @13564 NONAME ?OnSendingPDU@H323AudioCapability@@UBEHAAVH245_Capability@@@Z @8579 NONAME ?OnSendingPDU@H323AudioCapability@@UBEHAAVH245_DataType@@@Z @8580 NONAME ?OnSendingPDU@H323AudioCapability@@UBEHAAVH245_ModeElement@@@Z @13565 NONAME ?OnSendingPDU@H323CallCreditServiceControl@@UBEHAAVH225_ServiceControlDescriptor@@@Z @16482 NONAME ?OnSendingPDU@H323DataCapability@@UBEHAAVH245_Capability@@@Z @8581 NONAME ?OnSendingPDU@H323DataCapability@@UBEHAAVH245_DataType@@@Z @8582 NONAME ?OnSendingPDU@H323DataCapability@@UBEHAAVH245_ModeElement@@@Z @13566 NONAME ?OnSendingPDU@H323DataChannel@@UBEHAAVH245_OpenLogicalChannel@@@Z @12745 NONAME ?OnSendingPDU@H323GenericAudioCapability@@UBEHAAVH245_AudioCapability@@I@Z @30842 NONAME ?OnSendingPDU@H323GenericVideoCapability@@UBEHAAVH245_VideoCapability@@@Z @30843 NONAME ?OnSendingPDU@H323GenericVideoCapability@@UBEHAAVH245_VideoMode@@@Z @30844 NONAME ?OnSendingPDU@H323GSMPluginCapability@@UBEHAAVH245_AudioCapability@@I@Z @28573 NONAME ?OnSendingPDU@H323H248ServiceControl@@UBEHAAVH225_ServiceControlDescriptor@@@Z @16483 NONAME ?OnSendingPDU@H323H248ServiceControl@@UBEHAAVH248_SignalsDescriptor@@@Z @16484 NONAME ?OnSendingPDU@H323H261PluginCapability@@UBEHAAVH245_VideoCapability@@@Z @28574 NONAME ?OnSendingPDU@H323H261PluginCapability@@UBEHAAVH245_VideoMode@@@Z @28575 NONAME ?OnSendingPDU@H323HTTPServiceControl@@UBEHAAVH225_ServiceControlDescriptor@@@Z @16485 NONAME ?OnSendingPDU@H323NonStandardAudioCapability@@UBEHAAVH245_AudioCapability@@I@Z @8583 NONAME ?OnSendingPDU@H323NonStandardAudioCapability@@UBEHAAVH245_AudioMode@@@Z @13763 NONAME ?OnSendingPDU@H323NonStandardCapabilityInfo@@UBEHAAVPBYTEArray@@@Z @8584 NONAME ?OnSendingPDU@H323NonStandardDataCapability@@UBEHAAVH245_DataApplicationCapability@@@Z @8585 NONAME ?OnSendingPDU@H323NonStandardDataCapability@@UBEHAAVH245_DataMode@@@Z @13764 NONAME ?OnSendingPDU@H323NonStandardVideoCapability@@UBEHAAVH245_VideoCapability@@@Z @8586 NONAME ?OnSendingPDU@H323NonStandardVideoCapability@@UBEHAAVH245_VideoMode@@@Z @13765 NONAME ?OnSendingPDU@H323PluginG7231Capability@@UBEHAAVH245_AudioCapability@@I@Z @28576 NONAME ?OnSendingPDU@H323VideoCapability@@UBEHAAVH245_Capability@@@Z @8587 NONAME ?OnSendingPDU@H323VideoCapability@@UBEHAAVH245_DataType@@@Z @8588 NONAME ?OnSendingPDU@H323VideoCapability@@UBEHAAVH245_ModeElement@@@Z @13567 NONAME ?OnSendingPDU@H323_AnnexG@@UAEXAAVPASN_Object@@@Z @18230 NONAME ?OnSendingPDU@H323_ExternalRTPChannel@@UBEHAAVH245_H2250LogicalChannelParameters@@@Z @13604 NONAME ?OnSendingPDU@H323_H261Capability@@UBEHAAVH245_VideoCapability@@@Z @8592 NONAME ?OnSendingPDU@H323_H261Capability@@UBEHAAVH245_VideoMode@@@Z @13568 NONAME ?OnSendingPDU@H323_LIDCapability@@UBEHAAVH245_AudioCapability@@I@Z @8593 NONAME ?OnSendingPDU@H323_RealTimeChannel@@UBEHAAVH245_OpenLogicalChannel@@@Z @13605 NONAME ?OnSendingPDU@H323_RTPChannel@@UBEHAAVH245_H2250LogicalChannelParameters@@@Z @13606 NONAME ?OnSendingPDU@H323_RTP_UDP@@UBEHABVH323_RTPChannel@@AAVH245_H2250LogicalChannelParameters@@@Z @9227 NONAME ?OnSendingPDU@H323_T120Capability@@UBEHAAVH245_DataApplicationCapability@@@Z @8596 NONAME ?OnSendingPDU@H323_T120Capability@@UBEHAAVH245_DataMode@@@Z @13569 NONAME ?OnSendingPDU@H323_T120Capability@@UBEHAAVH245_DataProtocolCapability@@@Z @13570 NONAME ?OnSendingPDU@H323_T120Channel@@UBEHAAVH245_OpenLogicalChannel@@@Z @12746 NONAME ?OnSendingPDU@H323_T38Capability@@UBEHAAVH245_DataApplicationCapability@@@Z @12747 NONAME ?OnSendingPDU@H323_T38Capability@@UBEHAAVH245_DataMode@@@Z @13571 NONAME ?OnSendingPDU@H323_T38Capability@@UBEHAAVH245_DataProtocolCapability@@AAVH245_T38FaxProfile@@@Z @13572 NONAME ?OnSendingPDU@H323_T38Channel@@UBEHAAVH245_OpenLogicalChannel@@@Z @13533 NONAME ?OnSendingPDU@H323_UserInputCapability@@UBEHAAVH245_Capability@@@Z @8597 NONAME ?OnSendingPDU@H323_UserInputCapability@@UBEHAAVH245_DataType@@@Z @8598 NONAME ?OnSendingPDU@H323_UserInputCapability@@UBEHAAVH245_ModeElement@@@Z @13573 NONAME ?OnSendLocationConfirm@H225_RAS@@UAEXAAVH225_LocationConfirm@@@Z @12558 NONAME ?OnSendLocationConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_LocationConfirm@@@Z @14897 NONAME ?OnSendLocationReject@H225_RAS@@UAEXAAVH225_LocationReject@@@Z @12559 NONAME ?OnSendLocationReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_LocationReject@@@Z @14898 NONAME ?OnSendLocationRequest@H225_RAS@@UAEXAAVH225_LocationRequest@@@Z @12560 NONAME ?OnSendLocationRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_LocationRequest@@@Z @14899 NONAME ?OnSendNonStandardMessage@H225_RAS@@UAEXAAVH225_NonStandardMessage@@@Z @12561 NONAME ?OnSendNonStandardMessage@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_NonStandardMessage@@@Z @14900 NONAME ?OnSendOpenAck@H323Channel@@UBEXABVH245_OpenLogicalChannel@@AAVH245_OpenLogicalChannelAck@@@Z @8603 NONAME ?OnSendOpenAck@H323DataChannel@@UBEXABVH245_OpenLogicalChannel@@AAVH245_OpenLogicalChannelAck@@@Z @12748 NONAME ?OnSendOpenAck@H323_ExternalRTPChannel@@UBEXAAVH245_H2250LogicalChannelAckParameters@@@Z @13607 NONAME ?OnSendOpenAck@H323_RealTimeChannel@@UBEXABVH245_OpenLogicalChannel@@AAVH245_OpenLogicalChannelAck@@@Z @13608 NONAME ?OnSendOpenAck@H323_RTPChannel@@UBEXAAVH245_H2250LogicalChannelAckParameters@@@Z @13609 NONAME ?OnSendOpenAck@H323_T120Channel@@UBEXABVH245_OpenLogicalChannel@@AAVH245_OpenLogicalChannelAck@@@Z @12749 NONAME ?OnSendRasInfo@H323_RTP_UDP@@UAEXAAVH225_RTPSession@@@Z @8605 NONAME ?OnSendRegistrationConfirm@H225_RAS@@UAEXAAVH225_RegistrationConfirm@@@Z @12562 NONAME ?OnSendRegistrationConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_RegistrationConfirm@@@Z @14901 NONAME ?OnSendRegistrationReject@H225_RAS@@UAEXAAVH225_RegistrationReject@@@Z @12563 NONAME ?OnSendRegistrationReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_RegistrationReject@@@Z @14902 NONAME ?OnSendRegistrationRequest@H225_RAS@@UAEXAAVH225_RegistrationRequest@@@Z @12564 NONAME ?OnSendRegistrationRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_RegistrationRequest@@@Z @14903 NONAME ?OnSendReleaseComplete@H323Connection@@UAEHAAVH323SignalPDU@@@Z @13289 NONAME ?OnSendRequestInProgress@H225_RAS@@UAEXAAVH225_RequestInProgress@@@Z @12565 NONAME ?OnSendRequestInProgress@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_RequestInProgress@@@Z @14904 NONAME ?OnSendResourcesAvailableConfirm@H225_RAS@@UAEXAAVH225_ResourcesAvailableConfirm@@@Z @12566 NONAME ?OnSendResourcesAvailableConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_ResourcesAvailableConfirm@@@Z @14905 NONAME ?OnSendResourcesAvailableIndicate@H225_RAS@@UAEXAAVH225_ResourcesAvailableIndicate@@@Z @12567 NONAME ?OnSendResourcesAvailableIndicate@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_ResourcesAvailableIndicate@@@Z @14906 NONAME ?OnSendServiceControlIndication@H225_RAS@@UAEXAAVH225_ServiceControlIndication@@@Z @16502 NONAME ?OnSendServiceControlIndication@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_ServiceControlIndication@@@Z @16503 NONAME ?OnSendServiceControlResponse@H225_RAS@@UAEXAAVH225_ServiceControlResponse@@@Z @16504 NONAME ?OnSendServiceControlResponse@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_ServiceControlResponse@@@Z @16505 NONAME ?OnSendSignalSetup@H323Connection@@UAEHAAVH323SignalPDU@@@Z @8612 NONAME ?OnSendUnknownMessageResponse@H225_RAS@@UAEXAAVH225_UnknownMessageResponse@@@Z @12568 NONAME ?OnSendUnknownMessageResponse@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_UnknownMessageResponse@@@Z @14907 NONAME ?OnSendUnregistrationConfirm@H225_RAS@@UAEXAAVH225_UnregistrationConfirm@@@Z @12569 NONAME ?OnSendUnregistrationConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_UnregistrationConfirm@@@Z @14908 NONAME ?OnSendUnregistrationReject@H225_RAS@@UAEXAAVH225_UnregistrationReject@@@Z @12570 NONAME ?OnSendUnregistrationReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_UnregistrationReject@@@Z @14909 NONAME ?OnSendUnregistrationRequest@H225_RAS@@UAEXAAVH225_UnregistrationRequest@@@Z @12571 NONAME ?OnSendUnregistrationRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_UnregistrationRequest@@@Z @14910 NONAME ?OnServiceControlSession@H323EndPoint@@UAEXIIABVH323ServiceControlSession@@PAVH323Connection@@@Z @16486 NONAME ?OnServiceControlSessions@H323Gatekeeper@@UAEXABVH225_ArrayOf_ServiceControlSession@@PAVH323Connection@@@Z @16487 NONAME ?OnServiceRequest@H323PeerElement@@UAE?AW4Response@H323Transaction@@AAVH501ServiceRequest@@@Z @18457 NONAME ?OnSetLocalCapabilities@H323Connection@@UAEXXZ @12581 NONAME ?OnShutdown@H323PluginCodecManager@@UAEXXZ @29168 NONAME ?OnShutdown@HIDPluginDeviceManager@@UAEXXZ @30845 NONAME ?OnStartLogicalChannel@H323Connection@@UAEHAAVH323Channel@@@Z @8617 NONAME ?OnStartLogicalChannel@H323EndPoint@@UAEHAAVH323Connection@@AAVH323Channel@@@Z @8618 NONAME ?OnStartReceive@OpalRFC2833@@UAEXD@Z @13818 NONAME ?OnStartup@PluginLoader@@UAEXXZ @30846 NONAME ?OnTimeToLive@H323RegisteredEndPoint@@UAEHXZ @14937 NONAME ?OnTraining@OpalT38Protocol@@UAEHI@Z @16520 NONAME ?OnTxStatistics@H323_RTP_Session@@UBEXABVRTP_Session@@@Z @8619 NONAME ?OnTxStatistics@RTP_UserData@@UBEXABVRTP_Session@@@Z @8620 NONAME ?OnUnknownControlPDU@H323Connection@@UAEHABVH323ControlPDU@@@Z @8621 NONAME ?OnUnknownSignalPDU@H323Connection@@UAEHABVH323SignalPDU@@@Z @8622 NONAME ?OnUnregistration@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperURQ@@@Z @18458 NONAME ?OnUnregistration@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperURQ@@@Z @18459 NONAME ?OnUnregistration@H323RegisteredEndPoint@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperURQ@@@Z @18460 NONAME ?OnUpdateDescriptor@H323PeerElement@@UAEXABVH323PeerElementDescriptor@@@Z @18668 NONAME ?OnUserInputInBandDTMF@H323Connection@@MAEXAAVFilterInfo@H323Codec@@H@Z @13839 NONAME ?OnUserInputIndication@H323Connection@@UAEXABVH245_UserInputIndication@@@Z @8623 NONAME ?OnUserInputInlineRFC2833@H323Connection@@MAEXAAVOpalRFC2833Info@@H@Z @13819 NONAME ?OnUserInputString@H323Connection@@UAEXABVPString@@@Z @8624 NONAME ?OnUserInputString@H323EndPoint@@UAEXAAVH323Connection@@ABVPString@@@Z @8625 NONAME ?OnUserInputTone@H323Connection@@UAEXDIII@Z @8626 NONAME ?OnUserInputTone@H323EndPoint@@UAEXAAVH323Connection@@DIII@Z @8627 NONAME ?OnVideoIndicateReadyToActivate@H323VideoCodec@@UAEXXZ @8628 NONAME ?OnVideoNotDecodedMBs@H323VideoCodec@@UAEXIII@Z @8629 NONAME ?OnVideoTemporalSpatialTradeOffCommand@H323VideoCodec@@UAEXH@Z @29607 NONAME ?OnVideoTemporalSpatialTradeOffIndication@H323VideoCodec@@UAEXH@Z @29608 NONAME ?OpalG711ALaw64k@@3PADA @28905 NONAME ?OpalG711ALaw64kFormatFactory@@3V?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @29610 NONAME ?OpalG711uLaw64k@@3PADA @28906 NONAME ?OpalG711uLaw64kFormatFactory@@3V?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @29611 NONAME ?OpalG7231A_5k3@@3PADA @28907 NONAME ?OpalG7231A_5k3FormatFactory@@3V?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @29612 NONAME ?OpalG7231A_6k3@@3PADA @28908 NONAME ?OpalG7231A_6k3FormatFactory@@3V?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @29613 NONAME ?OpalG7231_5k3@@3PADA @28909 NONAME ?OpalG7231_5k3FormatFactory@@3V?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @29614 NONAME ?OpalG7231_6k3@@3PADA @28910 NONAME ?OpalG7231_6k3FormatFactory@@3V?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @29615 NONAME ?OpalG728@@3PADA @28911 NONAME ?OpalG728FormatFactory@@3V?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @29616 NONAME ?OpalG729@@3PADA @28912 NONAME ?OpalG729A@@3PADA @28913 NONAME ?OpalG729AB@@3PADA @28914 NONAME ?OpalG729ABFormatFactory@@3V?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @29617 NONAME ?OpalG729AFormatFactory@@3V?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @29618 NONAME ?OpalG729B@@3PADA @28915 NONAME ?OpalG729BFormatFactory@@3V?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @29619 NONAME ?OpalG729FormatFactory@@3V?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @29620 NONAME ?OpalGetBuildNumber@@YAIXZ @14926 NONAME ?OpalGetMajorVersion@@YAIXZ @14927 NONAME ?OpalGetMinorVersion@@YAIXZ @14928 NONAME ?OpalGetVersion@@YA?AVPString@@XZ @14929 NONAME ?OpalGSM0610@@3PADA @28916 NONAME ?OpalGSM0610FormatFactory@@3V?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @29621 NONAME ?OpalH261@@3PADA @28917 NONAME ?OpalH261FormatFactory@@3V?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @29622 NONAME ?OpalPCM16@@3PADA @28918 NONAME ?OpalPCM16FormatFactory@@3V?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @29623 NONAME ?OpalT120@@3PADA @28919 NONAME ?OpalT120FormatFactory@@3V?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @29624 NONAME ?OpalUserInputRFC2833@@3PADA @28920 NONAME ?OpalUserInputRFC2833FormatFactory@@3V?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @29625 NONAME ?opalwavfileLoader@PWLibStupidLinkerHacks@@3HA @29960 NONAME ?Open@H245NegLogicalChannel@@UAEHABVH323Capability@@II@Z @14024 NONAME ?Open@H245NegLogicalChannels@@UAEHABVH323Capability@@II@Z @14025 NONAME ?Open@H323AudioCodec@@UAEHAAVH323Connection@@@Z @8633 NONAME ?Open@H323Channel@@UAEHXZ @13610 NONAME ?Open@H323Codec@@UAEHAAVH323Connection@@@Z @8634 NONAME ?Open@H323ListenerTCP@@UAEHXZ @8635 NONAME ?Open@H323VideoCodec@@UAEHAAVH323Connection@@@Z @8636 NONAME ?Open@H323_RTPChannel@@UAEHXZ @12751 NONAME ?Open@OpalIxJDevice@@UAEHABVPString@@@Z @8640 NONAME ?Open@OpalUSBDevice@@UAEHABVPString@@@Z @30847 NONAME ?Open@OpalVoipBlasterDevice@@UAEHABVPString@@@Z @13711 NONAME ?Open@RTP_UDP@@QAEHVAddress@PIPSocket@@GGEPAVPSTUNClient@@PAVRTP_QOS@@@Z @18953 NONAME ?OpenAudioChannel@H323Connection@@UAEHHIAAVH323AudioCodec@@@Z @8643 NONAME ?OpenAudioChannel@H323EndPoint@@UAEHAAVH323Connection@@HIAAVH323AudioCodec@@@Z @8644 NONAME ?OpenCommand@VoipBlasterInterface@@QAEHH@Z @13712 NONAME ?OpenData@VoipBlasterInterface@@QAEHXZ @13713 NONAME ?OpenLogicalChannel@H323Connection@@UAEHABVH323Capability@@IW4Directions@H323Channel@@@Z @8645 NONAME ?OpenPeerElement@H323GatekeeperServer@@QAEHABVH323TransportAddress@@HH@Z @18484 NONAME ?OpenVideoChannel@H323Connection@@UAEHHAAVH323VideoCodec@@@Z @9386 NONAME ?OpenVideoChannel@H323EndPoint@@UAEHAAVH323Connection@@HAAVH323VideoCodec@@@Z @9387 NONAME ?OpenVOIPPipe@VoipBlasterInterface@@IAEHW4Pipe@1@@Z @13714 NONAME ?OpenWhileLocked@H245NegLogicalChannel@@MAEHABVH323Capability@@II@Z @14026 NONAME ?Originate@OpalT120Protocol@@UAEHAAVH323Transport@@@Z @12752 NONAME ?Originate@OpalT38Protocol@@UAEHXZ @13981 NONAME ?PacketsOutStanding@Transmitter@@QAEHXZ @8648 NONAME ?ParseEndpointAddress@H450ServiceAPDU@@SAXAAVH4501_EndpointAddress@@AAVPString@@@Z @10177 NONAME ?ParsePartyName@H323EndPoint@@QAEHABVPString@@AAV2@AAVH323TransportAddress@@@Z @16726 NONAME ?parse_block@P64Decoder@@IAEHPAFPAI@Z @14005 NONAME ?parse_gob_hdr@P64Decoder@@IAEHH@Z @8650 NONAME ?parse_mb_hdr@P64Decoder@@IAEHAAI@Z @8651 NONAME ?parse_picture_hdr@P64Decoder@@IAEHXZ @8652 NONAME ?parse_sc@P64Decoder@@IAEHXZ @8653 NONAME ?PlayAudio@OpalLineInterfaceDevice@@UAEHIABVPString@@@Z @17963 NONAME ?PlayDTMF@OpalIxJDevice@@UAEHIPBDKK@Z @8654 NONAME ?PlayDTMF@OpalLineInterfaceDevice@@UAEHIPBDKK@Z @8655 NONAME ?PlayDTMF@OpalUSBDevice@@UAEHIPBDKK@Z @30848 NONAME ?PlayDTMF@OpalVoipBlasterDevice@@UAEHIPBDKK@Z @13715 NONAME ?PlayTone@OpalIxJDevice@@UAEHIW4CallProgressTones@OpalLineInterfaceDevice@@@Z @8657 NONAME ?PlayTone@OpalLineInterfaceDevice@@UAEHIW4CallProgressTones@1@@Z @8658 NONAME ?PlayTone@OpalUSBDevice@@UAEHIW4CallProgressTones@OpalLineInterfaceDevice@@@Z @30849 NONAME ?PlayTone@OpalVoipBlasterDevice@@UAEHIW4CallProgressTones@OpalLineInterfaceDevice@@@Z @13716 NONAME ?PLoadPluginDirectory@@YAXAAVH323DynaLink@@ABVPDirectory@@PBD@Z @29571 NONAME ?Poll@Request@H323Transactor@@QAEHAAV2@@Z @18219 NONAME ?PreIncEncodeSetup@H261PixelEncoder@@QAEHPBVVideoFrame@@@Z @14006 NONAME ?PreparePDU@H235Authenticators@@QBEXAAVH323TransactionPDU@@AAVPASN_Array@@I1I@Z @18461 NONAME ?PrepareTokens@H235Authenticator@@UAEHAAVPASN_Array@@0@Z @18462 NONAME ?PreProcessOneFrame@P64Encoder@@QAEXXZ @14007 NONAME ?PrintOn@AlternateInfo@H323Gatekeeper@@UBEXAAVostream@@@Z @16722 NONAME ?PrintOn@H225_RAS@@UBEXAAVostream@@@Z @14294 NONAME ?PrintOn@H235Authenticator@@UBEXAAVostream@@@Z @16725 NONAME ?PrintOn@H323Capabilities@@UBEXAAVostream@@@Z @9048 NONAME ?PrintOn@H323Capability@@UBEXAAVostream@@@Z @8659 NONAME ?PrintOn@H323Channel@@UBEXAAVostream@@@Z @9273 NONAME ?PrintOn@H323ChannelNumber@@UBEXAAVostream@@@Z @8660 NONAME ?PrintOn@H323GatekeeperCall@@UBEXAAVostream@@@Z @12920 NONAME ?PrintOn@H323Listener@@UBEXAAVostream@@@Z @13547 NONAME ?PrintOn@H323PeerElement@@UBEXAAVostream@@@Z @17718 NONAME ?PrintOn@H323RegisteredEndPoint@@UBEXAAVostream@@@Z @12921 NONAME ?PrintOn@H323SignalPDU@@UBEXAAVostream@@@Z @8663 NONAME ?PrintOn@H323Transactor@@UBEXAAVostream@@@Z @18293 NONAME ?PrintOn@H323Transport@@UBEXAAVostream@@@Z @13548 NONAME ?PrintOn@H323_AnnexG@@UBEXAAVostream@@@Z @17721 NONAME ?PrintOn@HIDDevices@@UBEXAAVostream@@@Z @30850 NONAME ?PrintOn@OpalGloballyUniqueID@@UBEXAAVostream@@@Z @9548 NONAME ?PrintOn@OpalLineInterfaceDevice@@UBEXAAVostream@@@Z @8671 NONAME ?PrintOn@PLDAPAttr_c@RTPerson@PILSSession@@UBEXAAVostream@@@Z @18611 NONAME ?PrintOn@PLDAPAttr_cn@RTPerson@PILSSession@@UBEXAAVostream@@@Z @18612 NONAME ?PrintOn@PLDAPAttr_comment@RTPerson@PILSSession@@UBEXAAVostream@@@Z @18613 NONAME ?PrintOn@PLDAPAttr_givenName@RTPerson@PILSSession@@UBEXAAVostream@@@Z @18614 NONAME ?PrintOn@PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@UBEXAAVostream@@@Z @18615 NONAME ?PrintOn@PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@UBEXAAVostream@@@Z @18616 NONAME ?PrintOn@PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@UBEXAAVostream@@@Z @18617 NONAME ?PrintOn@PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@UBEXAAVostream@@@Z @18618 NONAME ?PrintOn@PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@UBEXAAVostream@@@Z @18619 NONAME ?PrintOn@PLDAPAttr_location@RTPerson@PILSSession@@UBEXAAVostream@@@Z @18620 NONAME ?PrintOn@PLDAPAttr_o@RTPerson@PILSSession@@UBEXAAVostream@@@Z @18621 NONAME ?PrintOn@PLDAPAttr_objectClass@RTPerson@PILSSession@@UBEXAAVostream@@@Z @18622 NONAME ?PrintOn@PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@UBEXAAVostream@@@Z @18623 NONAME ?PrintOn@PLDAPAttr_sappguid@RTPerson@PILSSession@@UBEXAAVostream@@@Z @18624 NONAME ?PrintOn@PLDAPAttr_sappid@RTPerson@PILSSession@@UBEXAAVostream@@@Z @18625 NONAME ?PrintOn@PLDAPAttr_sflags@RTPerson@PILSSession@@UBEXAAVostream@@@Z @18626 NONAME ?PrintOn@PLDAPAttr_sipAddress@RTPerson@PILSSession@@UBEXAAVostream@@@Z @18627 NONAME ?PrintOn@PLDAPAttr_smimetype@RTPerson@PILSSession@@UBEXAAVostream@@@Z @18628 NONAME ?PrintOn@PLDAPAttr_smodop@RTPerson@PILSSession@@UBEXAAVostream@@@Z @18629 NONAME ?PrintOn@PLDAPAttr_sport@RTPerson@PILSSession@@UBEXAAVostream@@@Z @18630 NONAME ?PrintOn@PLDAPAttr_sprotid@RTPerson@PILSSession@@UBEXAAVostream@@@Z @18631 NONAME ?PrintOn@PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@UBEXAAVostream@@@Z @18632 NONAME ?PrintOn@PLDAPAttr_ssecurity@RTPerson@PILSSession@@UBEXAAVostream@@@Z @18633 NONAME ?PrintOn@PLDAPAttr_sttl@RTPerson@PILSSession@@UBEXAAVostream@@@Z @18634 NONAME ?PrintOn@PLDAPAttr_surname@RTPerson@PILSSession@@UBEXAAVostream@@@Z @18635 NONAME ?PrintOn@PLDAPAttr_timestamp@RTPerson@PILSSession@@UBEXAAVostream@@@Z @18636 NONAME ?PrintOn@Q931@@UBEXAAVostream@@@Z @8672 NONAME ?PrintOn@ReceiverReport@RTP_Session@@UBEXAAVostream@@@Z @8964 NONAME ?PrintOn@SenderReport@RTP_Session@@UBEXAAVostream@@@Z @8965 NONAME ?PrintOn@SourceDescription@RTP_Session@@UBEXAAVostream@@@Z @8966 NONAME ?PrintOn@X224@@UBEXAAVostream@@@Z @8673 NONAME ?ProcessFrame@Pre_Vid_Coder@@QAEXPAVVideoFrame@@@Z @8674 NONAME ?ProcessOneFrame@P64Encoder@@QAEXXZ @8675 NONAME ?PurgeBufferQueue@Transmitter@@IAEXPAUpktbuf@1@@Z @8676 NONAME ?push_back@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAEXABULookupRecord@@@Z @30851 NONAME ?quantize@P64Decoder@@IAEHHH@Z @8677 NONAME ?rdct@@YAXPAFIIPAEHPBE@Z @14008 NONAME ?rdct@@YAXPAFIIPAEHPBH@Z @14009 NONAME ?rdct_fold_q@@YAXPBHPAH@Z @8681 NONAME ?Read@G7231_File_Codec@@UAEHPAEAAIAAVRTP_DataFrame@@@Z @14675 NONAME ?Read@H323FramedAudioCodec@@UAEHPAEAAIAAVRTP_DataFrame@@@Z @8682 NONAME ?Read@H323PluginVideoCodec@@UAEHPAEAAIAAVRTP_DataFrame@@@Z @28577 NONAME ?Read@H323SignalPDU@@QAEHAAVH323Transport@@@Z @8684 NONAME ?Read@H323TransactionPDU@@UAEHAAVH323Transport@@@Z @17724 NONAME ?Read@H323_H261Codec@@UAEHPAEAAIAAVRTP_DataFrame@@@Z @8685 NONAME ?Read@H323_LIDCodec@@UAEHPAEAAIAAVRTP_DataFrame@@@Z @8686 NONAME ?Read@OpalLineChannel@@UAEHPAXH@Z @8687 NONAME ?Read@PWAVFileConverterXLaw@@UAEHAAVPWAVFile@@PAXH@Z @29695 NONAME ?Read@T120ConnectPDU@@QAEHAAVH323Transport@@@Z @13865 NONAME ?Read@T120_X224@@QAEHAAVH323Transport@@@Z @13866 NONAME ?ReadBlock@OpalLineInterfaceDevice@@UAEHIPAXH@Z @9291 NONAME ?ReadBufferedData@RTP_Session@@QAEHKAAVRTP_DataFrame@@@Z @8976 NONAME ?ReadControlPDU@RTP_UDP@@IAE?AW4SendReceiveStatus@RTP_Session@@XZ @8688 NONAME ?ReadData@RTP_JitterBuffer@@UAEHKAAVRTP_DataFrame@@@Z @8977 NONAME ?ReadData@RTP_UDP@@UAEHAAVRTP_DataFrame@@@Z @8689 NONAME ?ReadData@VoipBlasterInterface@@QAEHPAXHVPTimeInterval@@@Z @18977 NONAME ?ReadDataOrControlPDU@RTP_UDP@@IAE?AW4SendReceiveStatus@RTP_Session@@AAVPUDPSocket@@AAVPBYTEArray@@H@Z @16785 NONAME ?ReadDataPDU@RTP_UDP@@IAE?AW4SendReceiveStatus@RTP_Session@@AAVRTP_DataFrame@@@Z @8690 NONAME ?ReadDTMF@OpalIxJDevice@@UAEDI@Z @8691 NONAME ?ReadDTMF@OpalLineInterfaceDevice@@UAEDI@Z @8692 NONAME ?ReadDTMF@OpalUSBDevice@@UAEDI@Z @30852 NONAME ?ReadDTMF@OpalVoipBlasterDevice@@UAEDI@Z @13718 NONAME ?ReadFrame@OpalIxJDevice@@UAEHIPAXAAH@Z @9326 NONAME ?ReadFrame@OpalUSBDevice@@UAEHIPAXAAH@Z @30853 NONAME ?ReadFrame@OpalVoipBlasterDevice@@UAEHIPAXAAH@Z @13719 NONAME ?ReadFrom@OpalGloballyUniqueID@@UAEXAAVistream@@@Z @9549 NONAME ?ReadFrom@PLDAPAttr_c@RTPerson@PILSSession@@UAEXAAVistream@@@Z @18637 NONAME ?ReadFrom@PLDAPAttr_cn@RTPerson@PILSSession@@UAEXAAVistream@@@Z @18638 NONAME ?ReadFrom@PLDAPAttr_comment@RTPerson@PILSSession@@UAEXAAVistream@@@Z @18639 NONAME ?ReadFrom@PLDAPAttr_givenName@RTPerson@PILSSession@@UAEXAAVistream@@@Z @18640 NONAME ?ReadFrom@PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@UAEXAAVistream@@@Z @18641 NONAME ?ReadFrom@PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@UAEXAAVistream@@@Z @18642 NONAME ?ReadFrom@PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@UAEXAAVistream@@@Z @18643 NONAME ?ReadFrom@PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@UAEXAAVistream@@@Z @18644 NONAME ?ReadFrom@PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@UAEXAAVistream@@@Z @18645 NONAME ?ReadFrom@PLDAPAttr_location@RTPerson@PILSSession@@UAEXAAVistream@@@Z @18646 NONAME ?ReadFrom@PLDAPAttr_o@RTPerson@PILSSession@@UAEXAAVistream@@@Z @18647 NONAME ?ReadFrom@PLDAPAttr_objectClass@RTPerson@PILSSession@@UAEXAAVistream@@@Z @18648 NONAME ?ReadFrom@PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@UAEXAAVistream@@@Z @18649 NONAME ?ReadFrom@PLDAPAttr_sappguid@RTPerson@PILSSession@@UAEXAAVistream@@@Z @18650 NONAME ?ReadFrom@PLDAPAttr_sappid@RTPerson@PILSSession@@UAEXAAVistream@@@Z @18651 NONAME ?ReadFrom@PLDAPAttr_sflags@RTPerson@PILSSession@@UAEXAAVistream@@@Z @18652 NONAME ?ReadFrom@PLDAPAttr_sipAddress@RTPerson@PILSSession@@UAEXAAVistream@@@Z @18653 NONAME ?ReadFrom@PLDAPAttr_smimetype@RTPerson@PILSSession@@UAEXAAVistream@@@Z @18654 NONAME ?ReadFrom@PLDAPAttr_smodop@RTPerson@PILSSession@@UAEXAAVistream@@@Z @18655 NONAME ?ReadFrom@PLDAPAttr_sport@RTPerson@PILSSession@@UAEXAAVistream@@@Z @18656 NONAME ?ReadFrom@PLDAPAttr_sprotid@RTPerson@PILSSession@@UAEXAAVistream@@@Z @18657 NONAME ?ReadFrom@PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@UAEXAAVistream@@@Z @18658 NONAME ?ReadFrom@PLDAPAttr_ssecurity@RTPerson@PILSSession@@UAEXAAVistream@@@Z @18659 NONAME ?ReadFrom@PLDAPAttr_sttl@RTPerson@PILSSession@@UAEXAAVistream@@@Z @18660 NONAME ?ReadFrom@PLDAPAttr_surname@RTPerson@PILSSession@@UAEXAAVistream@@@Z @18661 NONAME ?ReadFrom@PLDAPAttr_timestamp@RTPerson@PILSSession@@UAEXAAVistream@@@Z @18662 NONAME ?ReadNextCompound@RTP_ControlFrame@@QAEHXZ @14276 NONAME ?ReadOnePacket@P64Encoder@@QAEXPAEAAI@Z @8696 NONAME ?ReadPDU@H323TransportTCP@@UAEHAAVPBYTEArray@@@Z @8697 NONAME ?ReadPDU@H323TransportUDP@@UAEHAAVPBYTEArray@@@Z @8698 NONAME ?ReadPipe@VoipBlasterInterface@@IAEHPAX0KVPTimeInterval@@@Z @18978 NONAME ?ReadRaw@H323Codec@@QAEHPAXHAAH@Z @13834 NONAME ?ReadStatus@VoipBlasterInterface@@QAE?AW4Status@1@VPTimeInterval@@@Z @18979 NONAME ?Receive@H323_ExternalRTPChannel@@UAEXXZ @13611 NONAME ?Receive@H323_RTPChannel@@UAEXXZ @8699 NONAME ?Receive@H323_T120Channel@@UAEXXZ @12753 NONAME ?Receive@H323_T38Channel@@UAEXXZ @12754 NONAME ?ReceivedPacket@OpalRFC2833@@MAEXAAVRTP_DataFrame@@H@Z @13820 NONAME ?ReceivedPacket@OpalRtpToWavFile@@MAEXAAVRTP_DataFrame@@H@Z @14249 NONAME ?ReceiveTimeout@OpalRFC2833@@MAEXAAVPTimer@@H@Z @13821 NONAME ?Redraw@H323_H261Codec@@IAEHXZ @8702 NONAME ?Register@?$PFactory@VH323Capability@@VPString@@@@SAXABVPString@@PAVH323Capability@@@Z @29572 NONAME ?Register@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@SAXABVPString@@PAVOpalLineInterfaceDevice@@@Z @30854 NONAME ?Register@?$PFactory@VOpalMediaFormat@@VPString@@@@SAXABVPString@@PAVOpalMediaFormat@@@Z @29573 NONAME ?RegisterCodecs@H323PluginCodecManager@@IAEXIPAX@Z @28612 NONAME ?RegisterHID@HIDPluginDeviceManager@@UAEHIPAX@Z @30855 NONAME ?RegisterStaticCodec@H323PluginCodecManager@@QAEXPBDP6AIXZP6APAUPluginCodec_Definition@@PAII@Z@Z @28613 NONAME ?Register_Internal@?$PFactory@VH235Authenticator@@VPString@@@@IAEXABVPString@@PAVWorkerBase@1@@Z @30856 NONAME ?Register_Internal@?$PFactory@VH323Capability@@VPString@@@@IAEXABVPString@@PAVWorkerBase@1@@Z @29574 NONAME ?Register_Internal@?$PFactory@VOpalFactoryCodec@@VPString@@@@IAEXABVPString@@PAVWorkerBase@1@@Z @29961 NONAME ?Register_Internal@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@IAEXABVPString@@PAVWorkerBase@1@@Z @30857 NONAME ?Register_Internal@?$PFactory@VOpalMediaFormat@@VPString@@@@IAEXABVPString@@PAVWorkerBase@1@@Z @29575 NONAME ?Register_Internal@?$PFactory@VPPluginModuleManager@@VPString@@@@IAEXABVPString@@PAVWorkerBase@1@@Z @29576 NONAME ?Register_Internal@?$PFactory@VPWAVFileConverter@@I@@IAEXABIPAVWorkerBase@1@@Z @29696 NONAME ?RegistrationRequest@H323Gatekeeper@@QAEHH@Z @8704 NONAME ?RegistrationTimeToLive@H323Gatekeeper@@IAEXXZ @14220 NONAME ?Release@H245NegLogicalChannel@@MAEXXZ @9578 NONAME ?ReleaseOnePacket@Transmitter@@IAEXPAUpktbuf@1@@Z @8707 NONAME ?ReleaseSession@H323Connection@@UAEXI@Z @13549 NONAME ?ReleaseSession@RTP_SessionManager@@QAEXI@Z @8709 NONAME ?Remove@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UAEHPAVH323GatekeeperCall@@@Z @15071 NONAME ?Remove@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UAEHPAVH323PeerElementDescriptor@@@Z @18124 NONAME ?Remove@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UAEHPAVH323PeerElementServiceRelationship@@@Z @18125 NONAME ?Remove@H323Capabilities@@QAEXABVPString@@@Z @9056 NONAME ?Remove@H323Capabilities@@QAEXABVPStringArray@@@Z @9057 NONAME ?Remove@H323Capabilities@@QAEXPAVH323Capability@@@Z @9049 NONAME ?RemoveAlias@H323GatekeeperServer@@QAEXAAVH323RegisteredEndPoint@@ABVPString@@@Z @18980 NONAME ?RemoveAlias@H323RegisteredEndPoint@@QAEXABVPString@@@Z @12923 NONAME ?RemoveAliasName@H323EndPoint@@QAEHABVPString@@@Z @8710 NONAME ?RemoveAll@H245NegLogicalChannels@@QAEXXZ @8711 NONAME ?RemoveAll@H323Capabilities@@QAEXXZ @9050 NONAME ?RemoveAllServiceRelationships@H323PeerElement@@QAEHXZ @18268 NONAME ?RemoveAt@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UAEPAVH245NegLogicalChannel@@ABVH323ChannelNumber@@@Z @8712 NONAME ?RemoveAt@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UAEPAVH323ServiceControlSession@@ABVPOrdinalKey@@@Z @16488 NONAME ?RemoveAt@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UAEPAVH450xHandler@@ABVPOrdinalKey@@@Z @13222 NONAME ?RemoveAt@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UAEPAVPBYTEArray@@ABVPOrdinalKey@@@Z @8713 NONAME ?RemoveAt@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UAEPAVRequest@H323Transactor@@ABVPOrdinalKey@@@Z @18220 NONAME ?RemoveAt@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UAEPAVRTP_Session@@ABVPOrdinalKey@@@Z @8714 NONAME ?RemoveAt@?$PDictionary@VPString@@VH323Connection@@@@UAEPAVH323Connection@@ABVPString@@@Z @8715 NONAME ?RemoveAt@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UAEPAVH323RegisteredEndPoint@@ABVPString@@@Z @12924 NONAME ?RemoveAt@?$PDictionary@VPString@@VPOrdinalKey@@@@UAEPAVPOrdinalKey@@ABVPString@@@Z @18269 NONAME ?RemoveAt@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UAEHH@Z @15072 NONAME ?RemoveAt@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UAEHH@Z @18126 NONAME ?RemoveAt@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UAEHH@Z @18127 NONAME ?RemoveAt@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UAEHABVPString@@@Z @15073 NONAME ?RemoveCall@H323GatekeeperServer@@UAEXPAVH323GatekeeperCall@@@Z @14158 NONAME ?RemoveCall@H323RegisteredEndPoint@@UAEHPAVH323GatekeeperCall@@@Z @28635 NONAME ?RemoveCapabilities@H323EndPoint@@QAEXABVPStringArray@@@Z @10965 NONAME ?RemoveDescriptorInformation@H323PeerElement@@IAEXABVH501_ArrayOf_AddressTemplate@@@Z @18463 NONAME ?RemoveEndPoint@H323GatekeeperServer@@UAEHPAVH323RegisteredEndPoint@@@Z @18991 NONAME ?RemoveFilter@H323_RTPChannel@@QAEXABVPNotifier@@@Z @14252 NONAME ?RemoveGatekeeper@H323EndPoint@@QAEHH@Z @8717 NONAME ?RemoveIE@Q931@@QAEXW4InformationElementCodes@1@@Z @12934 NONAME ?RemoveListener@H323EndPoint@@QAEHPAVH323Listener@@@Z @9306 NONAME ?RemoveListener@H323TransactionServer@@QAEHPAVH323Transactor@@@Z @17725 NONAME ?RemoveServiceRelationship@H323PeerElement@@QAEHABVH323TransportAddress@@H@Z @18270 NONAME ?RemoveServiceRelationship@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@H@Z @18811 NONAME ?RenderFrame@H323_H261Codec@@IAEHXZ @8718 NONAME ?Reopen@RTP_UDP@@QAEXH@Z @18958 NONAME ?Reorder@H323Capabilities@@QAEXABVPStringArray@@@Z @9054 NONAME ?ReorderCapabilities@H323EndPoint@@QAEXABVPStringArray@@@Z @10966 NONAME ?RequestModeChange@H323Connection@@UAEHABVH245_ArrayOf_ModeDescription@@@Z @13574 NONAME ?RequestModeChange@H323Connection@@UAEHABVPString@@@Z @13575 NONAME ?RequestModeChangeT38@H323Connection@@UAEHPBD@Z @14221 NONAME ?Resize@H323_H261Codec@@IAEHHH@Z @8720 NONAME ?Restart@H245NegMasterSlaveDetermination@@IAEHXZ @8721 NONAME ?RetrieveCall@H323Connection@@QAEXXZ @13640 NONAME ?RetrieveCall@H4504Handler@@QAEXXZ @13641 NONAME ?RingLine@OpalIxJDevice@@UAEHIHPAI@Z @15086 NONAME ?RingLine@OpalIxJDevice@@UAEHIK@Z @8722 NONAME ?RingLine@OpalLineInterfaceDevice@@UAEHIHPAI@Z @15087 NONAME ?RingLine@OpalLineInterfaceDevice@@UAEHIK@Z @8723 NONAME ?RingLine@OpalUSBDevice@@UAEHIK@Z @30858 NONAME ?RingLine@OpalVoipBlasterDevice@@UAEHIK@Z @13722 NONAME ?ROWZAG@@3QBEB @8724 NONAME ?RunContinuous@SoundTones@OpalUSBDevice@@QBEXPAV2@@Z @30859 NONAME ?saveblks@Pre_Vid_Coder@@IAEXPAE@Z @8725 NONAME ?SelectDefaultLogicalChannel@H323Connection@@UAEXI@Z @8726 NONAME ?SelectFastStartChannels@H323Connection@@UAEXIHH@Z @9303 NONAME ?SendAccessRequestByAddr@H323PeerElement@@QAE?AW4Error@1@ABVH323TransportAddress@@AAVH501PDU@@1@Z @18705 NONAME ?SendAccessRequestByID@H323PeerElement@@QAE?AW4Error@1@ABVOpalGloballyUniqueID@@AAVH501PDU@@1@Z @18706 NONAME ?SendCachedResponse@H323Transactor@@IAEHABVH323TransactionPDU@@@Z @18221 NONAME ?SendCachedResponse@Response@H323Transactor@@QAEHAAVH323Transport@@@Z @18222 NONAME ?SendCallCreditServiceControl@H323GatekeeperCall@@UAEHXZ @16506 NONAME ?SendCallerIDOnCallWaiting@OpalIxJDevice@@UAEHIABVPString@@@Z @9236 NONAME ?SendCallerIDOnCallWaiting@OpalLineInterfaceDevice@@UAEHIABVPString@@@Z @9237 NONAME ?SendCallerIDOnCallWaiting@OpalVoipBlasterDevice@@UAEHIABVPString@@@Z @13723 NONAME ?SendCallWaitingIndication@H323Connection@@QAEXI@Z @13642 NONAME ?SendCapabilitySet@H323Connection@@UAEXH@Z @11000 NONAME ?SendFastStartAcknowledge@H323Connection@@UAEHAAVH225_ArrayOf_PASN_OctetString@@@Z @12346 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_AdmissionConfirm@@@Z @29962 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_AdmissionReject@@@Z @29963 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_AdmissionRequest@@@Z @29964 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_GatekeeperConfirm@@@Z @29965 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_GatekeeperReject@@@Z @29966 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_GatekeeperRequest@@@Z @29967 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_LocationConfirm@@@Z @29968 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_LocationReject@@@Z @29969 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_LocationRequest@@@Z @29970 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_NonStandardMessage@@@Z @29971 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_RegistrationConfirm@@@Z @29972 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_RegistrationReject@@@Z @29973 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_RegistrationRequest@@@Z @29974 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_ServiceControlIndication@@@Z @29975 NONAME ?SendFeatureSet@@YAXPBVH225_RAS@@IAAVH225_ServiceControlResponse@@@Z @29976 NONAME ?SendFeatureSet@@YAXPBVH323Connection@@IAAVH225_Alerting_UUIE@@@Z @30860 NONAME ?SendFeatureSet@@YAXPBVH323Connection@@IAAVH225_CallProceeding_UUIE@@@Z @30861 NONAME ?SendFeatureSet@@YAXPBVH323Connection@@IAAVH225_Connect_UUIE@@@Z @30862 NONAME ?SendFeatureSet@@YAXPBVH323Connection@@IAAVH225_Facility_UUIE@@@Z @30863 NONAME ?SendGeneralReject@H450xDispatcher@@QAEXHH@Z @13224 NONAME ?SendGeneralReject@H450xHandler@@QAEXH@Z @13225 NONAME ?SendInvokeReject@H450xDispatcher@@QAEXHH@Z @13226 NONAME ?SendInvokeReject@H450xHandler@@QAEXH@Z @13227 NONAME ?SendLogicalChannelMiscCommand@H323Connection@@QAEXAAVH323Channel@@I@Z @13400 NONAME ?SendMiscCommand@H323Channel@@QAEXI@Z @13384 NONAME ?SendMiscCommand@H323VideoCodec@@QAEXI@Z @13386 NONAME ?SendMoreDigits@H323Connection@@UAEXABVPString@@@Z @13324 NONAME ?SendReport@RTP_Session@@UAEHXZ @14010 NONAME ?SendReturnError@H450xDispatcher@@QAEXHH@Z @13228 NONAME ?SendReturnError@H450xHandler@@QAEXH@Z @13229 NONAME ?SendReturnErrorReject@H450xDispatcher@@QAEXHH@Z @13230 NONAME ?SendReturnErrorReject@H450xHandler@@QAEXH@Z @13231 NONAME ?SendReturnResultReject@H450xDispatcher@@QAEXHH@Z @13232 NONAME ?SendReturnResultReject@H450xHandler@@QAEXH@Z @13233 NONAME ?SendServiceControlSession@H323GatekeeperCall@@UAEHABVH323ServiceControlSession@@@Z @16507 NONAME ?SendServiceControlSession@H323RegisteredEndPoint@@UAEHABVH323ServiceControlSession@@@Z @16508 NONAME ?SendSignalSetup@H323Connection@@UAE?AW4CallEndReason@1@ABVPString@@ABVH323TransportAddress@@@Z @8728 NONAME ?SendTone@OpalRFC2833@@UAEHDI@Z @13822 NONAME ?SendUnsolicitedIRR@H323Gatekeeper@@IAEHAAVH225_InfoRequestResponse@@AAVH323RasPDU@@@Z @14279 NONAME ?SendUpdateDescriptor@H323PeerElement@@IAE?AW4Error@1@AAVH501PDU@@ABVH323TransportAddress@@PAVH323PeerElementDescriptor@@W4Choices@H501_UpdateInformation_updateType@@@Z @18273 NONAME ?SendUpdateDescriptorByAddr@H323PeerElement@@QAE?AW4Error@1@ABVH323TransportAddress@@PAVH323PeerElementDescriptor@@W4Choices@H501_UpdateInformation_updateType@@@Z @18274 NONAME ?SendUpdateDescriptorByID@H323PeerElement@@QAE?AW4Error@1@ABVOpalGloballyUniqueID@@PAVH323PeerElementDescriptor@@W4Choices@H501_UpdateInformation_updateType@@@Z @18275 NONAME ?SendUserInput@H323Connection@@UAEXABVPString@@@Z @8729 NONAME ?SendUserInputIndication@H323Connection@@UAEXABVH245_UserInputIndication@@@Z @8730 NONAME ?SendUserInputIndicationQ931@H323Connection@@UAEXABVPString@@@Z @14029 NONAME ?SendUserInputIndicationString@H323Connection@@UAEXABVPString@@@Z @13766 NONAME ?SendUserInputIndicationTone@H323Connection@@UAEXDIII@Z @13767 NONAME ?SendUserInputTone@H323Connection@@UAEXDIII@Z @8731 NONAME ?SendVisualMessageWaitingIndicator@OpalIxJDevice@@UAEHIH@Z @9238 NONAME ?SendVisualMessageWaitingIndicator@OpalLineInterfaceDevice@@UAEHIH@Z @9239 NONAME ?SendVisualMessageWaitingIndicator@OpalVoipBlasterDevice@@UAEHIH@Z @13724 NONAME ?ServiceControlIndication@H323GatekeeperListener@@UAEHAAVH323RegisteredEndPoint@@ABVH323ServiceControlSession@@PAVH323GatekeeperCall@@@Z @16509 NONAME ?ServiceRelease@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@I@Z @18146 NONAME ?ServiceRequestByAddr@H323PeerElement@@QAE?AW4Error@1@ABVH323TransportAddress@@AAVOpalGloballyUniqueID@@@Z @18276 NONAME ?ServiceRequestByID@H323PeerElement@@QAE?AW4Error@1@AAVOpalGloballyUniqueID@@@Z @18277 NONAME ?Set@PortInfo@H323EndPoint@@QAEXIIII@Z @14747 NONAME ?SetAEC@OpalIxJDevice@@UAEHIW4AECLevels@OpalLineInterfaceDevice@@@Z @8733 NONAME ?SetAEC@OpalLineInterfaceDevice@@UAEHIW4AECLevels@1@@Z @8734 NONAME ?SetAEC@OpalVoipBlasterDevice@@UAEHIW4AECLevels@OpalLineInterfaceDevice@@@Z @13725 NONAME ?SetAlternates@H323Gatekeeper@@IAEXABVH225_ArrayOf_AlternateGK@@H@Z @14419 NONAME ?SetAssociatedCallToken@H323Connection@@QAEXABVPString@@@Z @13905 NONAME ?SetAt@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UAEHABVH323ChannelNumber@@PAVH245NegLogicalChannel@@@Z @8736 NONAME ?SetAt@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UAEHABVPOrdinalKey@@PAVH323ServiceControlSession@@@Z @16489 NONAME ?SetAt@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UAEHABVPOrdinalKey@@PAVH450xHandler@@@Z @13234 NONAME ?SetAt@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UAEHABVPOrdinalKey@@PAVPBYTEArray@@@Z @8737 NONAME ?SetAt@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UAEHABVPOrdinalKey@@PAVRequest@H323Transactor@@@Z @18223 NONAME ?SetAt@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UAEHABVPOrdinalKey@@PAVRTP_Session@@@Z @8738 NONAME ?SetAt@?$PDictionary@VPString@@VH323Connection@@@@UAEHABVPString@@PAVH323Connection@@@Z @8739 NONAME ?SetAt@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UAEHABVPString@@PAVH323RegisteredEndPoint@@@Z @12928 NONAME ?SetAt@?$PDictionary@VPString@@VPOrdinalKey@@@@UAEHABVPString@@PAVPOrdinalKey@@@Z @18278 NONAME ?SetAt@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UAEXABVPString@@PAVH323RegisteredEndPoint@@@Z @15074 NONAME ?SetAudioJitterDelay@H323Connection@@QAEXII@Z @15077 NONAME ?SetAudioJitterDelay@H323EndPoint@@QAEXII@Z @15078 NONAME ?SetBackgroundFill@H323PluginVideoCodec@@UAEXH@Z @28580 NONAME ?SetBackgroundFill@H323VideoCodec@@UAEXH@Z @9186 NONAME ?SetBackgroundFill@H323_H261Codec@@UAEXH@Z @13416 NONAME ?SetBackgroundFill@P64Encoder@@QAEXH@Z @13417 NONAME ?SetBandwidthAvailable@H323Connection@@QAEHIH@Z @8741 NONAME ?SetBandwidthUsed@H323Channel@@QAEHI@Z @8742 NONAME ?SetBandwidthUsed@H323GatekeeperCall@@QAEHI@Z @17954 NONAME ?SetBearerCapabilities@Q931@@QAEXW4InformationTransferCapability@1@III@Z @13238 NONAME ?SetCalledPartyNumber@Q931@@QAEXABVPString@@II@Z @8743 NONAME ?SetCallEndReason@H323Connection@@UAEXW4CallEndReason@1@PAVPSyncPoint@@@Z @14290 NONAME ?SetCallerID@OpalIxJDevice@@UAEHIABVPString@@@Z @8745 NONAME ?SetCallerID@OpalLineInterfaceDevice@@UAEHIABVPString@@@Z @8746 NONAME ?SetCallerID@OpalUSBDevice@@UAEHIABVPString@@@Z @30864 NONAME ?SetCallerID@OpalVoipBlasterDevice@@UAEHIABVPString@@@Z @13726 NONAME ?SetCallingPartyNumber@Q931@@QAEXABVPString@@IIHH@Z @8985 NONAME ?SetCallState@Q931@@QAEXW4CallStates@1@I@Z @14011 NONAME ?SetCanonicalName@RTP_Session@@QAEXABVPString@@@Z @15141 NONAME ?SetCapability@H235AuthCAT@@UAEHAAVH225_ArrayOf_AuthenticationMechanism@@AAVH225_ArrayOf_PASN_ObjectId@@@Z @16751 NONAME ?SetCapability@H235AuthProcedure1@@UAEHAAVH225_ArrayOf_AuthenticationMechanism@@AAVH225_ArrayOf_PASN_ObjectId@@@Z @14222 NONAME ?SetCapability@H235AuthSimpleMD5@@UAEHAAVH225_ArrayOf_AuthenticationMechanism@@AAVH225_ArrayOf_PASN_ObjectId@@@Z @13116 NONAME ?SetCapability@H323Capabilities@@QAEHHHPAVH323Capability@@@Z @9051 NONAME ?SetCapability@H323EndPoint@@QAEHHHPAVH323Capability@@@Z @8972 NONAME ?SetCause@Q931@@QAEXW4CauseValues@1@II@Z @9153 NONAME ?SetChannelIdentification@Q931@@QAEXIIH@Z @18132 NONAME ?SetConnectedNumber@Q931@@QAEXABVPString@@IIHHH@Z @13561 NONAME ?SetContribSource@RTP_DataFrame@@QAEXHK@Z @8750 NONAME ?SetCount@RTP_ControlFrame@@QAEXI@Z @8967 NONAME ?SetCountryCode@OpalIxJDevice@@UAEHW4T35CountryCodes@OpalLineInterfaceDevice@@@Z @8751 NONAME ?SetCountryCode@OpalLineInterfaceDevice@@UAEHW4T35CountryCodes@1@@Z @8753 NONAME ?SetCountryCode@OpalVoipBlasterDevice@@UAEHW4T35CountryCodes@OpalLineInterfaceDevice@@@Z @13727 NONAME ?SetCountryCodeName@OpalLineInterfaceDevice@@UAEHABVPString@@@Z @9222 NONAME ?SetDelay@RTP_JitterBuffer@@QAEXII@Z @15079 NONAME ?SetDisplayName@Q931@@QAEXABVPString@@@Z @8755 NONAME ?SetDomainName@H323PeerElement@@QAEXABVPString@@@Z @18151 NONAME ?SetDynamicRTPPayloadType@H323_RealTimeChannel@@UAEHH@Z @13769 NONAME ?SetEndpointTypeInfo@H323EndPoint@@UBEXAAVH225_EndpointType@@@Z @8756 NONAME ?SetEnforcedDurationLimit@H323Connection@@QAEXI@Z @16490 NONAME ?SetExtension@RTP_DataFrame@@QAEXH@Z @8757 NONAME ?SetExtensionSize@RTP_DataFrame@@QAEHH@Z @18739 NONAME ?SetExtensionType@RTP_DataFrame@@QAEXH@Z @18740 NONAME ?SetExternalAddress@H323_ExternalRTPChannel@@QAEXABVH323TransportAddress@@0@Z @13911 NONAME ?SetForcedReleaseAccepted@H323Connection@@UAEXXZ @14723 NONAME ?SetForcedReleaseAccepted@H45011Handler@@QAEXXZ @14724 NONAME ?SetGatekeeper@H323EndPoint@@QAEHABVPString@@PAVH323Transport@@@Z @8759 NONAME ?SetGatekeeperIdentifier@H323GatekeeperServer@@QAEXABVPString@@H@Z @12929 NONAME ?SetGatekeeperPassword@H323EndPoint@@UAEXABVPString@@@Z @16512 NONAME ?SetGatekeeperZone@H323EndPoint@@QAEHABVPString@@0PAVH323Transport@@@Z @9579 NONAME ?SetH221NonStandardInfo@H323EndPoint@@UBEXAAVH225_H221NonStandard@@@Z @8760 NONAME ?SetHoldMedia@H323Connection@@QAEXPAVPChannel@@@Z @13643 NONAME ?SetIE@Q931@@QAEXW4InformationElementCodes@1@ABVPBYTEArray@@@Z @9162 NONAME ?SetInfoRequestRate@H323Gatekeeper@@IAEXABVPTimeInterval@@@Z @14921 NONAME ?SetInitialBandwidth@H323Channel@@UAEHXZ @8761 NONAME ?SetIntrusionImpending@H323Connection@@UAEXXZ @14725 NONAME ?SetIntrusionImpending@H45011Handler@@QAEXXZ @14726 NONAME ?SetIntrusionNotAuthorized@H323Connection@@UAEXXZ @14727 NONAME ?SetIntrusionNotAuthorized@H45011Handler@@QAEXXZ @14728 NONAME ?SetJitterBufferSize@RTP_Session@@QAEXIIH@Z @15080 NONAME ?SetKeypad@Q931@@QAEXABVPString@@@Z @14030 NONAME ?SetLineOffHook@OpalIxJDevice@@UAEHIH@Z @8763 NONAME ?SetLineOffHook@OpalUSBDevice@@UAEHIH@Z @30865 NONAME ?SetLineOffHook@OpalVoipBlasterDevice@@UAEHIH@Z @13728 NONAME ?SetLineOnHook@OpalLineInterfaceDevice@@UAEHI@Z @8765 NONAME ?SetLineToLineDirect@OpalIxJDevice@@UAEHIIH@Z @8766 NONAME ?SetLineToLineDirect@OpalLineInterfaceDevice@@UAEHIIH@Z @8767 NONAME ?SetLineToLineDirect@OpalVoipBlasterDevice@@UAEHIIH@Z @13729 NONAME ?SetLocalId@H235Authenticator@@UAEXABVPString@@@Z @30866 NONAME ?SetLocalName@H323PeerElement@@QAEXABVPString@@@Z @18128 NONAME ?SetLocalPartyName@H323Connection@@QAEXABVPString@@@Z @14250 NONAME ?SetLocalUserName@H323EndPoint@@UAEXABVPString@@@Z @16513 NONAME ?SetLostPackets@ReceiverReport@RTP_ControlFrame@@QAEXI@Z @8970 NONAME ?SetMarker@RTP_DataFrame@@QAEXH@Z @8769 NONAME ?SetMaxBitRate@H323VideoCodec@@UAEHI@Z @16713 NONAME ?SetNoMediaTimeout@H323EndPoint@@QAEHVPTimeInterval@@@Z @18725 NONAME ?SetOnlyServiceRelationship@H323PeerElement@@QAEHABVPString@@H@Z @18279 NONAME ?SetPassword@H235Authenticator@@UAEXABVPString@@@Z @30867 NONAME ?SetPassword@H323Gatekeeper@@QAEXABVPString@@0@Z @13124 NONAME ?SetPassword@H323RegisteredEndPoint@@UAEHABVPString@@0@Z @16752 NONAME ?SetPayloadSize@RTP_ControlFrame@@QAEXH@Z @8772 NONAME ?SetPayloadSize@RTP_DataFrame@@QAEHH@Z @8773 NONAME ?SetPayloadType@RTP_ControlFrame@@QAEXI@Z @8774 NONAME ?SetPayloadType@RTP_DataFrame@@QAEXW4PayloadTypes@1@@Z @8775 NONAME ?SetPDU@H323TransportAddress@@QBEHAAVH225_TransportAddress@@@Z @8776 NONAME ?SetPDU@H323TransportAddress@@QBEHAAVH245_TransportAddress@@@Z @8777 NONAME ?SetPDU@Response@H323Transactor@@QAEXABVH323TransactionPDU@@@Z @18224 NONAME ?SetPeerElement@H323GatekeeperServer@@QAEXPAVH323PeerElement@@@Z @18485 NONAME ?SetPlayVolume@OpalIxJDevice@@UAEHII@Z @8778 NONAME ?SetPlayVolume@OpalLineInterfaceDevice@@UAEHII@Z @8779 NONAME ?SetPlayVolume@OpalUSBDevice@@UAEHII@Z @30868 NONAME ?SetPlayVolume@OpalVoipBlasterDevice@@UAEHII@Z @13730 NONAME ?SetPosition@PWAVFileConverterXLaw@@UAEHAAVPWAVFile@@JW4FilePositionOrigin@PFile@@@Z @29697 NONAME ?SetProgressIndicator@Q931@@QAEXIII@Z @9296 NONAME ?SetPromiscuous@H323Transport@@UAEXW4PromisciousModes@1@@Z @15147 NONAME ?SetPromiscuous@H323TransportUDP@@UAEXW4PromisciousModes@H323Transport@@@Z @15148 NONAME ?SetProtocolList@H323PeerElementDescriptor@@SAXAAVH501_ArrayOf_SupportedProtocols@@I@Z @18129 NONAME ?SetQ931Fields@H323SignalPDU@@QAEXABVH323Connection@@HIIHH@Z @12347 NONAME ?setq@H261Encoder@@QAEXH@Z @8781 NONAME ?SetQualityLevel@P64Encoder@@QAEXH@Z @13367 NONAME ?setquantizers@H261Encoder@@IAEXHHH@Z @8782 NONAME ?SetRawCodec@OpalIxJDevice@@UAEHI@Z @9333 NONAME ?SetRawCodec@OpalLineInterfaceDevice@@UAEHI@Z @9334 NONAME ?SetRawCodec@OpalVoipBlasterDevice@@UAEHI@Z @13731 NONAME ?SetReadCodec@OpalLineInterfaceDevice@@UAEHIW4PayloadTypes@RTP_DataFrame@@@Z @8784 NONAME ?SetReadFormat@OpalIxJDevice@@UAEHIABVOpalMediaFormat@@@Z @9456 NONAME ?SetReadFormat@OpalUSBDevice@@UAEHIABVOpalMediaFormat@@@Z @30869 NONAME ?SetReadFormat@OpalVoipBlasterDevice@@UAEHIABVOpalMediaFormat@@@Z @13732 NONAME ?SetReadFrameSize@OpalIxJDevice@@UAEHIH@Z @9240 NONAME ?SetReadFrameSize@OpalLineInterfaceDevice@@UAEHIH@Z @8786 NONAME ?SetReadFrameSize@OpalUSBDevice@@UAEHIH@Z @30870 NONAME ?SetReadFrameSize@OpalVoipBlasterDevice@@UAEHIH@Z @13733 NONAME ?SetRecordVolume@OpalIxJDevice@@UAEHII@Z @8789 NONAME ?SetRecordVolume@OpalLineInterfaceDevice@@UAEHII@Z @8790 NONAME ?SetRecordVolume@OpalUSBDevice@@UAEHII@Z @30871 NONAME ?SetRecordVolume@OpalVoipBlasterDevice@@UAEHII@Z @13734 NONAME ?SetRedirectingNumber@Q931@@QAEXABVPString@@IIHHH@Z @13295 NONAME ?SetRejectReason@H323GatekeeperARQ@@UAEXI@Z @14161 NONAME ?SetRejectReason@H323GatekeeperBRQ@@UAEXI@Z @14162 NONAME ?SetRejectReason@H323GatekeeperDRQ@@UAEXI@Z @14163 NONAME ?SetRejectReason@H323GatekeeperGRQ@@UAEXI@Z @14164 NONAME ?SetRejectReason@H323GatekeeperIRR@@UAEXI@Z @14272 NONAME ?SetRejectReason@H323GatekeeperLRQ@@UAEXI@Z @14165 NONAME ?SetRejectReason@H323GatekeeperRRQ@@UAEXI@Z @14166 NONAME ?SetRejectReason@H323GatekeeperURQ@@UAEXI@Z @14167 NONAME ?SetRejectReason@H501AccessRequest@@UAEXI@Z @18464 NONAME ?SetRejectReason@H501DescriptorUpdate@@UAEXI@Z @18465 NONAME ?SetRejectReason@H501ServiceRequest@@UAEXI@Z @18466 NONAME ?SetRemoteAddress@H323TransportTCP@@UAEHABVH323TransportAddress@@@Z @8792 NONAME ?SetRemoteAddress@H323TransportUDP@@UAEHABVH323TransportAddress@@@Z @8793 NONAME ?SetRemoteApplication@H323Connection@@QAEXABVH225_EndpointType@@@Z @8892 NONAME ?SetRemoteId@H235Authenticator@@UAEXABVPString@@@Z @30872 NONAME ?SetRemotePartyInfo@H323Connection@@QAEXABVH323SignalPDU@@@Z @8986 NONAME ?SetRemoteSocketInfo@RTP_UDP@@QAEHVAddress@PIPSocket@@GH@Z @8795 NONAME ?SetRemoteVersions@H323Connection@@IAEXABVH225_ProtocolIdentifier@@@Z @14283 NONAME ?SetRemoveDTMF@OpalIxJDevice@@UAEHIH@Z @8796 NONAME ?SetRemoveDTMF@OpalLineInterfaceDevice@@UAEHIH@Z @8797 NONAME ?SetRemoveDTMF@OpalVoipBlasterDevice@@UAEHIH@Z @13735 NONAME ?SetRtpIpPorts@H323EndPoint@@QAEXII@Z @14012 NONAME ?SetRxStatisticsInterval@RTP_Session@@QAEXI@Z @14013 NONAME ?SetSendUserInputMode@H323Connection@@QAEXW4SendUserInputModes@1@@Z @13770 NONAME ?SetSignalInfo@Q931@@QAEXW4SignalInfo@1@@Z @9002 NONAME ?SetSilenceDetectionMode@H323AudioCodec@@QAEXW4SilenceDetectionMode@1@IIII@Z @8799 NONAME ?SetSize@H261DCTEncoder@@UAEXHH@Z @8801 NONAME ?SetSize@H261Encoder@@MAEXHH@Z @8802 NONAME ?SetSize@H261PixelEncoder@@UAEXHH@Z @8803 NONAME ?SetSize@H323CapabilitiesSet@@UAEHH@Z @9052 NONAME ?SetSize@H323SimultaneousCapabilities@@UAEHH@Z @8805 NONAME ?SetSize@P64Encoder@@QAEXHH@Z @8807 NONAME ?SetSize@Pre_Vid_Coder@@IAEXHH@Z @8808 NONAME ?SetSize@VideoFrame@@QAEXHH@Z @9393 NONAME ?SetSoundChannelBufferDepth@H323EndPoint@@QAEXI@Z @9154 NONAME ?SetSoundChannelPlayDevice@H323EndPoint@@UAEHABVPString@@@Z @8810 NONAME ?SetSoundChannelPlayDriver@H323EndPoint@@UAEHABVPString@@@Z @29977 NONAME ?SetSoundChannelRecordDevice@H323EndPoint@@UAEHABVPString@@@Z @8811 NONAME ?SetSoundChannelRecordDriver@H323EndPoint@@UAEHABVPString@@@Z @29978 NONAME ?SetSTUNServer@H323EndPoint@@QAEXABVPString@@@Z @16777 NONAME ?SetTargetFrameTimeMs@H323VideoCodec@@UAEHI@Z @16714 NONAME ?SetTCPPorts@H323EndPoint@@QAEXII@Z @14014 NONAME ?SetTimestampGracePeriod@H235Authenticator@@UAEXH@Z @30873 NONAME ?SetToneFilter@OpalLineInterfaceDevice@@UAEHIW4CallProgressTones@1@ABVPString@@@Z @12770 NONAME ?SetToneFilterParameters@OpalIxJDevice@@UAEHIW4CallProgressTones@OpalLineInterfaceDevice@@IIHPBI1@Z @12771 NONAME ?SetToneFilterParameters@OpalLineInterfaceDevice@@UAEHIW4CallProgressTones@1@IIHPBI1@Z @12772 NONAME ?SetToolName@RTP_Session@@QAEXABVPString@@@Z @15142 NONAME ?SetTransport@H323Transactor@@QAEHABVH323TransportAddress@@@Z @18294 NONAME ?SetTransport@OpalT38Protocol@@QAEXPAVH323Transport@@H@Z @13982 NONAME ?SetTxFramesInPacket@H323AudioCapability@@UAEXI@Z @8812 NONAME ?SetTxFramesInPacket@H323Capability@@UAEXI@Z @8813 NONAME ?SetTxMaxQuality@H323PluginVideoCodec@@UAEXH@Z @28581 NONAME ?SetTxMaxQuality@H323VideoCodec@@UAEXH@Z @16715 NONAME ?SetTxMaxQuality@H323_H261Codec@@UAEXH@Z @16716 NONAME ?SetTxMinQuality@H323PluginVideoCodec@@UAEXH@Z @28582 NONAME ?SetTxMinQuality@H323VideoCodec@@UAEXH@Z @16717 NONAME ?SetTxMinQuality@H323_H261Codec@@UAEXH@Z @16718 NONAME ?SetTxQualityLevel@H323AudioCodec@@UAEXH@Z @30874 NONAME ?SetTxQualityLevel@H323PluginFramedAudioCodec@@UAEXH@Z @30875 NONAME ?SetTxQualityLevel@H323PluginVideoCodec@@UAEXH@Z @28583 NONAME ?SetTxQualityLevel@H323StreamedPluginAudioCodec@@UAEXH@Z @30876 NONAME ?SetTxQualityLevel@H323VideoCodec@@UAEXH@Z @9187 NONAME ?SetTxQualityLevel@H323_H261Codec@@UAEXH@Z @13368 NONAME ?SetTxStatisticsInterval@RTP_Session@@QAEXI@Z @14015 NONAME ?SetUDPPorts@H323EndPoint@@QAEXII@Z @14277 NONAME ?SetUpCallSignalAddresses@H323Transactor@@IAEHAAVH225_ArrayOf_TransportAddress@@@Z @17728 NONAME ?SetupGatekeeperRequest@H323Gatekeeper@@IAEIAAVH323RasPDU@@@Z @13322 NONAME ?SetupTransfer@H323EndPoint@@UAEPAVH323Connection@@ABVPString@@00AAV3@PAX@Z @13644 NONAME ?SetUpTransportPDU@H323ListenerTCP@@UAEHAAVH245_TransportAddress@@ABVH323Transport@@@Z @14704 NONAME ?SetUpTransportPDU@H323Transport@@UBEXAAVH225_TransportAddress@@H@Z @8815 NONAME ?SetUpTransportPDU@H323Transport@@UBEXAAVH245_TransportAddress@@I@Z @8816 NONAME ?SetUpTransportPDU@H323TransportIP@@UBEXAAVH225_TransportAddress@@H@Z @8817 NONAME ?SetUpTransportPDU@H323TransportIP@@UBEXAAVH245_TransportAddress@@I@Z @8818 NONAME ?SetUsageInfo@H323GatekeeperCall@@IAEXABVH225_RasUsageInformation@@@Z @15075 NONAME ?SetUserData@RTP_Session@@QAEXPAVRTP_UserData@@@Z @8819 NONAME ?SetVAD@OpalIxJDevice@@UAEHIH@Z @9349 NONAME ?SetVAD@OpalLineInterfaceDevice@@UAEHIH@Z @9350 NONAME ?SetVAD@OpalVoipBlasterDevice@@UAEHIH@Z @13736 NONAME ?SetValue@PASN_BMPString@@QAEXABVPString@@@Z @18962 NONAME ?SetValue@PASN_BMPString@@QAEXPBD@Z @18963 NONAME ?SetVendorIdentifierInfo@H323EndPoint@@UBEXAAVH225_VendorIdentifier@@@Z @8820 NONAME ?SetWinkDuration@OpalIxJDevice@@UAEHII@Z @18733 NONAME ?SetWinkDuration@OpalLineInterfaceDevice@@UAEHII@Z @18728 NONAME ?SetWriteCodec@OpalLineInterfaceDevice@@UAEHIW4PayloadTypes@RTP_DataFrame@@@Z @8824 NONAME ?SetWriteFormat@OpalIxJDevice@@UAEHIABVOpalMediaFormat@@@Z @9458 NONAME ?SetWriteFormat@OpalUSBDevice@@UAEHIABVOpalMediaFormat@@@Z @30877 NONAME ?SetWriteFormat@OpalVoipBlasterDevice@@UAEHIABVOpalMediaFormat@@@Z @13737 NONAME ?SetWriteFrameSize@OpalIxJDevice@@UAEHIH@Z @9241 NONAME ?SetWriteFrameSize@OpalLineInterfaceDevice@@UAEHIH@Z @8826 NONAME ?SetWriteFrameSize@OpalUSBDevice@@UAEHIH@Z @30878 NONAME ?SetWriteFrameSize@OpalVoipBlasterDevice@@UAEHIH@Z @13738 NONAME ?SlowHandler@H323Transaction@@MAEXAAVPThread@@H@Z @18467 NONAME ?Start@H245NegMasterSlaveDetermination@@QAEHH@Z @9550 NONAME ?Start@H245NegTerminalCapabilitySet@@QAEHHH@Z @11001 NONAME ?Start@H323BidirectionalChannel@@UAEHXZ @9274 NONAME ?Start@H323UnidirectionalChannel@@UAEHXZ @9275 NONAME ?Start@H323_ExternalRTPChannel@@UAEHXZ @13612 NONAME ?StartChannel@H323Transactor@@UAEHXZ @18225 NONAME ?StartciTimer@H45011Handler@@QAEXVPTimeInterval@@@Z @14372 NONAME ?StartControlChannel@H323Connection@@UAEHABVH225_TransportAddress@@@Z @8835 NONAME ?StartControlChannel@H323Connection@@UAEHXZ @13375 NONAME ?StartControlChannel@H323Transport@@UAEXAAVH323Connection@@@Z @9289 NONAME ?StartControlNegotiations@H323Connection@@UAEHH@Z @30879 NONAME ?StartctTimer@H4502Handler@@QAEXVPTimeInterval@@@Z @13645 NONAME ?StartDiscovery@H323Gatekeeper@@IAEHABVH323TransportAddress@@@Z @9242 NONAME ?StartListener@H323EndPoint@@QAEHABVH323TransportAddress@@@Z @9282 NONAME ?StartListener@H323EndPoint@@QAEHPAVH323Listener@@@Z @8837 NONAME ?StartListeners@H323EndPoint@@QAEHABVH323TransportAddressArray@@@Z @14758 NONAME ?StartRequest@H245NegRequestMode@@UAEHABVH245_ArrayOf_ModeDescription@@@Z @13577 NONAME ?StartRequest@H245NegRequestMode@@UAEHABVPString@@@Z @13578 NONAME ?StartRequest@H245NegRoundTripDelay@@QAEHXZ @8839 NONAME ?StartRoundTripDelay@H323Connection@@QAEXXZ @8840 NONAME ?StatusHandler@OpalVoipBlasterDevice@@UAEXAAVPThread@@H@Z @13739 NONAME ?Stop@H245NegMasterSlaveDetermination@@QAEXXZ @9166 NONAME ?Stop@H245NegTerminalCapabilitySet@@QAEXXZ @9167 NONAME ?StopAudio@OpalLineInterfaceDevice@@UAEHI@Z @17964 NONAME ?StopChannel@H323Transactor@@UAEXXZ @18669 NONAME ?StopciTimer@H45011Handler@@QAEXXZ @14373 NONAME ?StopctTimer@H4502Handler@@QAEXXZ @13646 NONAME ?StopRawCodec@OpalIxJDevice@@UAEHI@Z @9335 NONAME ?StopRawCodec@OpalLineInterfaceDevice@@UAEHI@Z @9336 NONAME ?StopRawCodec@OpalVoipBlasterDevice@@UAEHI@Z @13740 NONAME ?StopReadCodec@OpalIxJDevice@@UAEHI@Z @8843 NONAME ?StopReadCodec@OpalLineInterfaceDevice@@UAEHI@Z @8844 NONAME ?StopReadCodec@OpalUSBDevice@@UAEHI@Z @30880 NONAME ?StopReadCodec@OpalVoipBlasterDevice@@UAEHI@Z @13741 NONAME ?StopTone@OpalIxJDevice@@UAEHI@Z @8846 NONAME ?StopTone@OpalLineInterfaceDevice@@UAEHI@Z @8847 NONAME ?StopTone@OpalUSBDevice@@UAEHI@Z @30881 NONAME ?StopTone@OpalVoipBlasterDevice@@UAEHI@Z @13742 NONAME ?StopWriteCodec@OpalIxJDevice@@UAEHI@Z @8848 NONAME ?StopWriteCodec@OpalLineInterfaceDevice@@UAEHI@Z @8849 NONAME ?StopWriteCodec@OpalUSBDevice@@UAEHI@Z @30882 NONAME ?StopWriteCodec@OpalVoipBlasterDevice@@UAEHI@Z @13743 NONAME ?StoreOnePacket@Transmitter@@QAEXPAUpktbuf@1@@Z @8851 NONAME ?SubTypeNames@H323_UserInputCapability@@2QBQBDB @13772 NONAME ?suppress@Pre_Vid_Coder@@IAEXPBE@Z @8852 NONAME ?swap@FullP64Decoder@@IAEXXZ @8853 NONAME ?SwapChannel@H323Codec@@UAEPAVPChannel@@PAV2@H@Z @18964 NONAME ?SwapHoldMediaChannels@H323Connection@@AAEPAVPChannel@@PAV2@@Z @13647 NONAME ?sync@FullP64Decoder@@MAEXXZ @8854 NONAME ?sync@P64Decoder@@UAEXXZ @8855 NONAME ?TickleMonitor@H323Gatekeeper@@MAEXAAVPTimer@@H@Z @14223 NONAME ?TickleMonitor@H323PeerElement@@MAEXAAVPTimer@@H@Z @17732 NONAME ?TonePlay@OpalUSBDevice@@MAEXAAVPThread@@H@Z @30883 NONAME ?TransferCall@H323Connection@@QAEXABVPString@@0@Z @13906 NONAME ?TransferCall@H323EndPoint@@QAEXABVPString@@00@Z @13907 NONAME ?TransferCall@H4502Handler@@QAEXABVPString@@0@Z @13908 NONAME ?TranslateAliasAddress@H323GatekeeperCall@@UAEHABVH225_AliasAddress@@AAVH225_ArrayOf_AliasAddress@@AAVH323TransportAddress@@AAH@Z @29979 NONAME ?TranslateAliasAddress@H323GatekeeperServer@@UAEHABVH225_AliasAddress@@AAVH225_ArrayOf_AliasAddress@@AAVH323TransportAddress@@AAHPAVH323GatekeeperCall@@@Z @30884 NONAME ?TranslateAliasAddressToSignalAddress@H323GatekeeperServer@@UAEHABVH225_AliasAddress@@AAVH323TransportAddress@@@Z @12930 NONAME ?TranslateTCPAddress@H323EndPoint@@UAEXAAVAddress@PIPSocket@@ABV23@@Z @9363 NONAME ?Transmit@H323_ExternalRTPChannel@@UAEXXZ @13613 NONAME ?Transmit@H323_RTPChannel@@UAEXXZ @8857 NONAME ?Transmit@H323_T120Channel@@UAEXXZ @12757 NONAME ?Transmit@H323_T38Channel@@UAEXXZ @12760 NONAME ?TransmitEnded@OpalRFC2833@@MAEXAAVPTimer@@H@Z @13823 NONAME ?TransmitPacket@OpalRFC2833@@MAEXAAVRTP_DataFrame@@H@Z @13824 NONAME ?TryLock@H323Connection@@QAEHXZ @13404 NONAME ?uLawConverter@@3V?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@A @29698 NONAME ?Unlock@H323Connection@@QAEXXZ @13239 NONAME ?Unregister@H323RegisteredEndPoint@@UAEHH@Z @14942 NONAME ?UnregisterAll_Internal@?$PFactory@VH323Capability@@VPString@@@@IAEXXZ @29577 NONAME ?UnregisterAll_Internal@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@IAEXXZ @30885 NONAME ?UnregisterAll_Internal@?$PFactory@VOpalMediaFormat@@VPString@@@@IAEXXZ @29578 NONAME ?UnregisterCodecs@H323PluginCodecManager@@IAEXIPAX@Z @28614 NONAME ?UnregisterHID@HIDPluginDeviceManager@@UAEHIPAX@Z @30886 NONAME ?Unregister_Internal@?$PFactory@VOpalMediaFormat@@VPString@@@@IAEXABVPString@@@Z @30887 NONAME ?UnregistrationRequest@H323Gatekeeper@@QAEHH@Z @8858 NONAME ?UnregistrationRequest@H323GatekeeperListener@@QAEHABVH323RegisteredEndPoint@@I@Z @14943 NONAME ?UpdateAllDescriptors@H323PeerElement@@MAEXAAVPThread@@H@Z @18280 NONAME ?UpdateDescriptor@H323PeerElement@@QAEHPAVH323PeerElementDescriptor@@@Z @18281 NONAME ?UpdateDescriptor@H323PeerElement@@QAEHPAVH323PeerElementDescriptor@@W4Choices@H501_UpdateInformation_updateType@@@Z @18282 NONAME ?UseBandwidth@H323Connection@@QAEHIH@Z @8859 NONAME ?UseGatekeeper@H323EndPoint@@QAEHABVPString@@00@Z @14944 NONAME ?UseGkAndEpIdentifiers@H235Authenticator@@UBEHXZ @13282 NONAME ?UseGkAndEpIdentifiers@H235AuthProcedure1@@UBEHXZ @13283 NONAME ?UseSession@H323Connection@@UAEPAVRTP_Session@@IABVH245_TransportAddress@@W4Directions@H323Channel@@PAVRTP_QOS@@@Z @18965 NONAME ?UseSession@RTP_SessionManager@@QAEPAVRTP_Session@@I@Z @8861 NONAME ?Validate@H323TransportAddress@@IAEXXZ @8862 NONAME ?ValidateClearToken@H235AuthCAT@@UAE?AW4ValidationResult@H235Authenticator@@ABVH235_ClearToken@@@Z @16753 NONAME ?ValidateClearToken@H235Authenticator@@UAE?AW4ValidationResult@1@ABVH235_ClearToken@@@Z @16754 NONAME ?ValidateCryptoToken@H235Authenticator@@UAE?AW4ValidationResult@1@ABVH225_CryptoH323Token@@ABVPBYTEArray@@@Z @16755 NONAME ?ValidateCryptoToken@H235AuthProcedure1@@UAE?AW4ValidationResult@H235Authenticator@@ABVH225_CryptoH323Token@@ABVPBYTEArray@@@Z @16756 NONAME ?ValidateCryptoToken@H235AuthSimpleMD5@@UAE?AW4ValidationResult@H235Authenticator@@ABVH225_CryptoH323Token@@ABVPBYTEArray@@@Z @16757 NONAME ?ValidatePDU@H235Authenticators@@QBE?AW4ValidationResult@H235Authenticator@@ABVH323TransactionPDU@@ABVPASN_Array@@I1IABVPBYTEArray@@@Z @18468 NONAME ?ValidatePDU@H323GatekeeperARQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @16759 NONAME ?ValidatePDU@H323GatekeeperBRQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @16760 NONAME ?ValidatePDU@H323GatekeeperDRQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @16761 NONAME ?ValidatePDU@H323GatekeeperGRQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @16762 NONAME ?ValidatePDU@H323GatekeeperIRR@@UBE?AW4ValidationResult@H235Authenticator@@XZ @16763 NONAME ?ValidatePDU@H323GatekeeperLRQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @16764 NONAME ?ValidatePDU@H323GatekeeperRRQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @16765 NONAME ?ValidatePDU@H323GatekeeperURQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @16766 NONAME ?ValidatePDU@H501Transaction@@UBE?AW4ValidationResult@H235Authenticator@@XZ @18469 NONAME ?ValidateTokens@H235Authenticator@@UAE?AW4ValidationResult@1@ABVPASN_Array@@0ABVPBYTEArray@@@Z @18470 NONAME ?WaitForTone@OpalLineInterfaceDevice@@UAEHIW4CallProgressTones@1@I@Z @8863 NONAME ?WaitForToneDetect@OpalLineInterfaceDevice@@UAEIII@Z @9325 NONAME ?Write@G7231_File_Codec@@UAEHPBEIABVRTP_DataFrame@@AAI@Z @14682 NONAME ?Write@H323FramedAudioCodec@@UAEHPBEIABVRTP_DataFrame@@AAI@Z @8865 NONAME ?Write@H323PluginVideoCodec@@UAEHPBEIABVRTP_DataFrame@@AAI@Z @28585 NONAME ?Write@H323SignalPDU@@QAEHAAVH323Transport@@@Z @8867 NONAME ?Write@H323TransactionPDU@@UAEHAAVH323Transport@@@Z @17734 NONAME ?Write@H323_H261Codec@@UAEHPBEIABVRTP_DataFrame@@AAI@Z @8868 NONAME ?Write@H323_LIDCodec@@UAEHPBEIABVRTP_DataFrame@@AAI@Z @8869 NONAME ?Write@OpalLineChannel@@UAEHPBXH@Z @8870 NONAME ?Write@PWAVFileConverterXLaw@@UAEHAAVPWAVFile@@PBXH@Z @29699 NONAME ?Write@T120ConnectPDU@@QAEHAAVH323Transport@@@Z @13867 NONAME ?Write@T120_X224@@QAEHAAVH323Transport@@@Z @13868 NONAME ?WriteBlock@OpalLineInterfaceDevice@@UAEHIPBXH@Z @9292 NONAME ?WriteCommand@VoipBlasterInterface@@QAEHW4Command@1@@Z @13744 NONAME ?WriteControl@RTP_UDP@@UAEHAAVRTP_ControlFrame@@@Z @8871 NONAME ?WriteControlPDU@H323Connection@@QAEHABVH323ControlPDU@@@Z @8872 NONAME ?WriteData@OpalT38Protocol@@UAEHIIABVPBYTEArray@@@Z @16529 NONAME ?WriteData@RTP_UDP@@UAEHAAVRTP_DataFrame@@@Z @8873 NONAME ?WriteData@VoipBlasterInterface@@QAEHPBXH@Z @13745 NONAME ?WriteFacilityPDU@H450ServiceAPDU@@QAEHAAVH323Connection@@@Z @13236 NONAME ?WriteFrame@OpalIxJDevice@@UAEHIPBXHAAH@Z @9331 NONAME ?WriteFrame@OpalUSBDevice@@UAEHIPBXHAAH@Z @30888 NONAME ?WriteFrame@OpalVoipBlasterDevice@@UAEHIPBXHAAH@Z @13746 NONAME ?WriteIndicator@OpalT38Protocol@@UAEHI@Z @16530 NONAME ?WriteMultipleData@OpalT38Protocol@@UAEHIHPAIPBVPBYTEArray@@@Z @16531 NONAME ?WriteNextCompound@RTP_ControlFrame@@QAEHXZ @14278 NONAME ?WritePacket@OpalT38Protocol@@UAEHABVT38_IFPPacket@@@Z @16532 NONAME ?WritePDU@H323GatekeeperRequest@@UAEHAAVH323TransactionPDU@@@Z @18471 NONAME ?WritePDU@H323Transaction@@UAEHAAVH323TransactionPDU@@@Z @18472 NONAME ?WritePDU@H323Transactor@@UAEHAAVH323TransactionPDU@@@Z @18226 NONAME ?WritePDU@H323TransportTCP@@UAEHABVPBYTEArray@@@Z @8877 NONAME ?WritePDU@H323TransportUDP@@UAEHABVPBYTEArray@@@Z @8878 NONAME ?WritePipe@VoipBlasterInterface@@IAEHPAXPBXK@Z @13747 NONAME ?WriteRaw@H323Codec@@QAEHPAXH@Z @13835 NONAME ?WriteSignalPDU@H323Connection@@QAEHAAVH323SignalPDU@@@Z @8879 NONAME ?WriteTo@H323Transactor@@UAEHAAVH323TransactionPDU@@ABVH323TransportAddressArray@@H@Z @18227 NONAME ?_Construct@std@@YAXPAU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@1@ABU21@@Z @29700 NONAME ?_Construct@std@@YAXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@1@ABU21@@Z @30889 NONAME ?_Construct@std@@YAXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@1@ABU21@@Z @29579 NONAME ?_Construct@std@@YAXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@1@ABU21@@Z @29981 NONAME ?_Construct@std@@YAXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@1@ABU21@@Z @30890 NONAME ?_Construct@std@@YAXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@1@ABU21@@Z @29580 NONAME ?_Construct@std@@YAXPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@1@ABU21@@Z @29581 NONAME ?_Construct@std@@YAXPAULookupRecord@@ABU2@@Z @30891 NONAME ?_Dec@iterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAEXXZ @29701 NONAME ?_Dec@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAEXXZ @30892 NONAME ?_Dec@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAEXXZ @29582 NONAME ?_Dec@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAEXXZ @29982 NONAME ?_Dec@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAEXXZ @30893 NONAME ?_Dec@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAEXXZ @29583 NONAME ?_Dec@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@QAEXXZ @29584 NONAME ?_Erase@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@IAEXPAU_Node@12@@Z @29702 NONAME ?_Erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @30894 NONAME ?_Erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @29585 NONAME ?_Erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @29586 NONAME ?_Erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @29983 NONAME ?_Erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @30895 NONAME ?_Erase@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @29587 NONAME ?_Inc@iterator@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@QAEXXZ @29703 NONAME ?_Inc@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@QAEXXZ @30896 NONAME ?_Inc@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@QAEXXZ @29588 NONAME ?_Inc@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@QAEXXZ @29589 NONAME ?_Inc@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@QAEXXZ @29984 NONAME ?_Inc@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@QAEXXZ @30897 NONAME ?_Inc@iterator@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@QAEXXZ @29590 NONAME ?_Init@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@IAEXXZ @29704 NONAME ?_Init@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@IAEXXZ @30898 NONAME ?_Init@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@IAEXXZ @29591 NONAME ?_Init@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@IAEXXZ @29592 NONAME ?_Init@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@IAEXXZ @29985 NONAME ?_Init@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@IAEXXZ @30899 NONAME ?_Init@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@IAEXXZ @29593 NONAME ?_Insert@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@IAE?AViterator@12@PAU_Node@12@0ABU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@Z @29705 NONAME ?_Insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@IAE?AViterator@12@PAU_Node@12@0ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@@Z @30900 NONAME ?_Insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@IAE?AViterator@12@PAU_Node@12@0ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@@Z @29594 NONAME ?_Insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@IAE?AViterator@12@PAU_Node@12@0ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@@Z @29986 NONAME ?_Insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@IAE?AViterator@12@PAU_Node@12@0ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@2@@Z @30901 NONAME ?_Insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@IAE?AViterator@12@PAU_Node@12@0ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@@Z @29595 NONAME ?_Insert@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@3@@std@@IAE?AViterator@12@PAU_Node@12@0ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@2@@Z @29596 NONAME ?_Lbound@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@IBEPAU_Node@12@ABI@Z @29706 NONAME ?_Lbound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@IBEPAU_Node@12@ABVPString@@@Z @30902 NONAME ?_Lbound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@IBEPAU_Node@12@ABVPString@@@Z @29597 NONAME ?_Lbound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@IBEPAU_Node@12@ABVPString@@@Z @29598 NONAME ?_Lbound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@IBEPAU_Node@12@ABVPString@@@Z @29987 NONAME ?_Lbound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@IBEPAU_Node@12@ABVPString@@@Z @30903 NONAME ?_Lbound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@IBEPAU_Node@12@ABVPString@@@Z @29599 NONAME ?_Lrotate@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@IAEXPAU_Node@12@@Z @29707 NONAME ?_Lrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @30904 NONAME ?_Lrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @29600 NONAME ?_Lrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @29601 NONAME ?_Lrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @29988 NONAME ?_Lrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @30905 NONAME ?_Lrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @29602 NONAME ?_Rrotate@?$_Tree@IU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@U_Kfn@?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@4@@2@U?$less@I@2@V?$allocator@PAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@std@@IAEXPAU_Node@12@@Z @29708 NONAME ?_Rrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @30906 NONAME ?_Rrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @29603 NONAME ?_Rrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @29604 NONAME ?_Rrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @29989 NONAME ?_Rrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalLineInterfaceDevice@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @30907 NONAME ?_Rrotate@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@IAEXPAU_Node@12@@Z @29605 NONAME ?_Ubound@?$_Tree@VPString@@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@U_Kfn@?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@5@@3@U?$less@VPString@@@3@V?$allocator@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@3@@std@@IBEPAU_Node@12@ABVPString@@@Z @30908 NONAME ?__resetiosflags@@YAAAVios@@AAV1@J@Z @14760 NONAME openh323_v1_18_0/src/OpenH323n_2003.dtf0100644000176200056700000763732310357203024017222 0ustar releasepostincrLIBRARY OpenH323n EXPORTS ??$?0U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@@std@@QAE@ABV?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@1@@Z @32144 NONAME ??$?0U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@@std@@QAE@ABV?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@1@@Z @32145 NONAME ??$?0U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAE@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@1@@Z @32712 NONAME ??$?0U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAE@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@1@@Z @32713 NONAME ??$?0U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAE@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@1@@Z @31505 NONAME ??$?0U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAE@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@1@@Z @31506 NONAME ??$?0U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAE@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@1@@Z @31507 NONAME ??$?0U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAE@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@1@@Z @31508 NONAME ??$?0U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAE@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@1@@Z @32321 NONAME ??$?0U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAE@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@1@@Z @32322 NONAME ??$?0U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAE@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@1@@Z @31509 NONAME ??$?0U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAE@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@1@@Z @31510 NONAME ??$copy_backward@PAULookupRecord@@PAU1@@std@@YAPAULookupRecord@@PAU1@00@Z @32714 NONAME ??$fill@PAULookupRecord@@U1@@std@@YAXPAULookupRecord@@0ABU1@@Z @32715 NONAME ??$find@Viterator@?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@VPCaselessString@@@std@@YA?AViterator@?$vector@VPString@@V?$allocator@VPString@@@std@@@0@V120@0ABVPCaselessString@@@Z @31159 NONAME ??$find@Viterator@?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@VPString@@@std@@YA?AViterator@?$vector@VPString@@V?$allocator@VPString@@@std@@@0@V120@0ABVPString@@@Z @30743 NONAME ??$Lookup@$0CB@VSRVRecordList@PDNS@@VSRVRecord@2@@PDNS@@YAHABVPString@@AAVSRVRecordList@0@@Z @32716 NONAME ??$Lookup@$0P@VMXRecordList@PDNS@@VMXRecord@2@@PDNS@@YAHABVPString@@AAVMXRecordList@0@@Z @32717 NONAME ??$PLoadPluginDirectory@VH323DynaLink@@@@YAXAAVH323DynaLink@@ABVPDirectory@@PBD@Z @31504 NONAME ??$_Allocate@ULookupRecord@@@std@@YAPAULookupRecord@@IPAU1@@Z @32718 NONAME ??$_Allocate@U_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@@std@@YAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@0@IPAU120@@Z @32146 NONAME ??$_Allocate@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@0@IPAU120@@Z @32719 NONAME ??$_Allocate@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@0@IPAU120@@Z @31511 NONAME ??$_Allocate@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@0@IPAU120@@Z @31512 NONAME ??$_Allocate@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@0@IPAU120@@Z @32323 NONAME ??$_Allocate@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@0@IPAU120@@Z @31513 NONAME ??$_Construct@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@PAU123@@std@@YAXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@0@ABQAU120@@Z @32147 NONAME ??$_Construct@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@PAU123@@std@@YAXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@0@ABQAU120@@Z @32720 NONAME ??$_Construct@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@PAU123@@std@@YAXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@0@ABQAU120@@Z @31514 NONAME ??$_Construct@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@PAU123@@std@@YAXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@0@ABQAU120@@Z @31515 NONAME ??$_Construct@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@PAU123@@std@@YAXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@0@ABQAU120@@Z @32324 NONAME ??$_Construct@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@PAU123@@std@@YAXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@0@ABQAU120@@Z @31516 NONAME ??$_Construct@ULookupRecord@@U1@@std@@YAXPAULookupRecord@@ABU1@@Z @32721 NONAME ??$_Copy_backward_opt@PAULookupRecord@@PAU1@@std@@YAPAULookupRecord@@PAU1@00U_Nonscalar_ptr_iterator_tag@0@@Z @32722 NONAME ??$_Destroy@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@@std@@YAXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@0@@Z @32148 NONAME ??$_Destroy@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@0@@Z @32723 NONAME ??$_Destroy@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@0@@Z @31517 NONAME ??$_Destroy@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@0@@Z @31518 NONAME ??$_Destroy@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@0@@Z @32325 NONAME ??$_Destroy@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@0@@Z @31519 NONAME ??$_Destroy@ULookupRecord@@@std@@YAXPAULookupRecord@@@Z @32724 NONAME ??$_Destroy@U_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@@std@@YAXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@0@@Z @32149 NONAME ??$_Destroy@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@0@@Z @32725 NONAME ??$_Destroy@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@0@@Z @31520 NONAME ??$_Destroy@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@0@@Z @31521 NONAME ??$_Destroy@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@0@@Z @32326 NONAME ??$_Destroy@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YAXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@0@@Z @31522 NONAME ??$_Destroy_range@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@YAXPAULookupRecord@@0AAV?$allocator@ULookupRecord@@@0@@Z @32726 NONAME ??$_Destroy_range@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@YAXPAULookupRecord@@0AAV?$allocator@ULookupRecord@@@0@U_Nonscalar_ptr_iterator_tag@0@@Z @32727 NONAME ??$_Distance2@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@I@std@@YAXViterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@0@0AAIUbidirectional_iterator_tag@0@@Z @33002 NONAME ??$_Distance@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@I@std@@YAXViterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@0@0AAI@Z @33003 NONAME ??$_Iter_cat@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@YA?AUbidirectional_iterator_tag@0@ABViterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@0@@Z @33004 NONAME ??$_Ptr_cat@PAULookupRecord@@PAU1@@std@@YA?AU_Nonscalar_ptr_iterator_tag@0@AAPAULookupRecord@@0@Z @32728 NONAME ??$_Ucopy@PAULookupRecord@@@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@IAEPAULookupRecord@@PAU2@00@Z @32729 NONAME ??$_Uninitialized_copy@PAULookupRecord@@PAU1@V?$allocator@ULookupRecord@@@std@@@std@@YAPAULookupRecord@@PAU1@00AAV?$allocator@ULookupRecord@@@0@@Z @32730 NONAME ??$_Uninitialized_fill_n@PAULookupRecord@@IU1@V?$allocator@ULookupRecord@@@std@@@std@@YAXPAULookupRecord@@IABU1@AAV?$allocator@ULookupRecord@@@0@@Z @32731 NONAME ??$_Uninit_copy@PAULookupRecord@@PAU1@V?$allocator@ULookupRecord@@@std@@@std@@YAPAULookupRecord@@PAU1@00AAV?$allocator@ULookupRecord@@@0@U_Nonscalar_ptr_iterator_tag@0@@Z @32732 NONAME ??$_Uninit_fill_n@PAULookupRecord@@IU1@V?$allocator@ULookupRecord@@@std@@@std@@YAXPAULookupRecord@@IABU1@AAV?$allocator@ULookupRecord@@@0@U_Nonscalar_ptr_iterator_tag@0@@Z @32733 NONAME ??0?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@std@@QAE@ABV01@@Z @32150 NONAME ??0?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@std@@QAE@XZ @32151 NONAME ??0?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@std@@QAE@ABV01@@Z @32734 NONAME ??0?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@std@@QAE@XZ @32735 NONAME ??0?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@std@@QAE@ABV01@@Z @31523 NONAME ??0?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@std@@QAE@XZ @31524 NONAME ??0?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@std@@QAE@ABV01@@Z @31525 NONAME ??0?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@std@@QAE@XZ @31526 NONAME ??0?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@std@@QAE@ABV01@@Z @32327 NONAME ??0?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@std@@QAE@XZ @32328 NONAME ??0?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@std@@QAE@ABV01@@Z @31527 NONAME ??0?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@std@@QAE@XZ @31528 NONAME ??0?$allocator@ULookupRecord@@@std@@QAE@ABV01@@Z @32736 NONAME ??0?$allocator@ULookupRecord@@@std@@QAE@XZ @32737 NONAME ??0?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@QAE@ABV0@@Z @12365 NONAME ??0?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @12366 NONAME ??0?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@QAE@ABV0@@Z @12367 NONAME ??0?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@QAE@IW4TagClass@PASN_Object@@@Z @12368 NONAME ??0?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@QAE@ABV0@@Z @12369 NONAME ??0?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @12370 NONAME ??0?$H235_HASHED@VH235_EncodedGeneralToken@@@@QAE@ABV0@@Z @12371 NONAME ??0?$H235_HASHED@VH235_EncodedGeneralToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @12372 NONAME ??0?$H235_HASHED@VH235_EncodedPwdCertToken@@@@QAE@ABV0@@Z @12373 NONAME ??0?$H235_HASHED@VH235_EncodedPwdCertToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @12374 NONAME ??0?$H235_SIGNED@VH225_EncodedFastStartToken@@@@QAE@ABV0@@Z @12375 NONAME ??0?$H235_SIGNED@VH225_EncodedFastStartToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @12376 NONAME ??0?$H235_SIGNED@VH235_EncodedGeneralToken@@@@QAE@ABV0@@Z @12377 NONAME ??0?$H235_SIGNED@VH235_EncodedGeneralToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @12378 NONAME ??0?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@QAE@ABV0@@Z @12379 NONAME ??0?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@QAE@IW4TagClass@PASN_Object@@@Z @12380 NONAME ??0?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@QAE@ABV0@@Z @12381 NONAME ??0?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@QAE@IW4TagClass@PASN_Object@@@Z @12382 NONAME ??0?$H235_SIGNED@VH235_EncodedReturnSig@@@@QAE@ABV0@@Z @12383 NONAME ??0?$H235_SIGNED@VH235_EncodedReturnSig@@@@QAE@IW4TagClass@PASN_Object@@@Z @12384 NONAME ??0?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@@std@@QAE@XZ @32152 NONAME ??0?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@@std@@QAE@XZ @32738 NONAME ??0?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@@std@@QAE@XZ @31529 NONAME ??0?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@@std@@QAE@XZ @31530 NONAME ??0?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@@std@@QAE@XZ @32329 NONAME ??0?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@@std@@QAE@XZ @31531 NONAME ??0?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@QAE@ABIABQAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@Z @32153 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@QAE@ABU01@@Z @32739 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@QAE@ABVPString@@ABQAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@Z @32740 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@QAE@ABU01@@Z @31532 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@QAE@ABVPString@@ABQAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@Z @31533 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@QAE@ABU01@@Z @32330 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@QAE@ABVPString@@ABQAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@Z @32331 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@QAE@ABU01@@Z @31534 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@QAE@ABVPString@@ABQAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@Z @31535 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@QAE@ABU01@@Z @31536 NONAME ??0?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@QAE@ABVPString@@ABQAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@Z @31537 NONAME ??0?$pair@Viterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@_N@std@@QAE@ABViterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@1@AB_N@Z @32154 NONAME ??0?$pair@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@_N@std@@QAE@ABViterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@1@AB_N@Z @32741 NONAME ??0?$pair@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@_N@std@@QAE@ABViterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@1@AB_N@Z @31538 NONAME ??0?$pair@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@_N@std@@QAE@ABViterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@1@AB_N@Z @32332 NONAME ??0?$pair@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@V123@@std@@QAE@ABViterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@1@0@Z @33005 NONAME ??0?$pair@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@_N@std@@QAE@ABViterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@1@AB_N@Z @31539 NONAME ??0?$pair@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@_N@std@@QAE@ABViterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@1@AB_N@Z @31540 NONAME ??0?$PArray@V?$PList@VH323Capability@@@@@@IAE@HPBV0@@Z @19440 NONAME ??0?$PArray@V?$PList@VH323Capability@@@@@@QAE@H@Z @19441 NONAME ??0?$PArray@VH323SimultaneousCapabilities@@@@IAE@HPBV0@@Z @19442 NONAME ??0?$PArray@VH323SimultaneousCapabilities@@@@QAE@H@Z @19443 NONAME ??0?$PArray@VH323TransportAddress@@@@IAE@HPBV0@@Z @19444 NONAME ??0?$PArray@VH323TransportAddress@@@@QAE@ABV0@@Z @18689 NONAME ??0?$PArray@VH323TransportAddress@@@@QAE@H@Z @18152 NONAME ??0?$PArray@VReceiverReport@RTP_Session@@@@IAE@HPBV0@@Z @19446 NONAME ??0?$PArray@VReceiverReport@RTP_Session@@@@QAE@ABV0@@Z @19447 NONAME ??0?$PArray@VReceiverReport@RTP_Session@@@@QAE@H@Z @19448 NONAME ??0?$PArray@VSourceDescription@RTP_Session@@@@IAE@HPBV0@@Z @19449 NONAME ??0?$PArray@VSourceDescription@RTP_Session@@@@QAE@H@Z @19450 NONAME ??0?$PBaseArray@I@@QAE@ABV0@@Z @19455 NONAME ??0?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@IAE@HPBV0@@Z @19460 NONAME ??0?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@QAE@XZ @19461 NONAME ??0?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@IAE@HPBV0@@Z @19462 NONAME ??0?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@QAE@XZ @19463 NONAME ??0?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@IAE@HPBV0@@Z @19464 NONAME ??0?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@QAE@XZ @19465 NONAME ??0?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@IAE@HPBV0@@Z @19466 NONAME ??0?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@QAE@XZ @19467 NONAME ??0?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@IAE@HPBV0@@Z @19468 NONAME ??0?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@QAE@XZ @19469 NONAME ??0?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@IAE@HPBV0@@Z @19470 NONAME ??0?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@QAE@ABV0@@Z @19471 NONAME ??0?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@QAE@XZ @19472 NONAME ??0?$PDictionary@VPString@@VH323Connection@@@@IAE@HPBV0@@Z @19473 NONAME ??0?$PDictionary@VPString@@VH323Connection@@@@QAE@XZ @19474 NONAME ??0?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@IAE@HPBV0@@Z @19475 NONAME ??0?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@QAE@XZ @19476 NONAME ??0?$PDictionary@VPString@@VPOrdinalKey@@@@IAE@HPBV0@@Z @19477 NONAME ??0?$PDictionary@VPString@@VPOrdinalKey@@@@QAE@XZ @19478 NONAME ??0?$PFactory@VH235Authenticator@@VPString@@@@IAE@XZ @32742 NONAME ??0?$PFactory@VH323Capability@@VPString@@@@IAE@XZ @31541 NONAME ??0?$PFactory@VH323StaticPluginCodec@@VPString@@@@IAE@XZ @31542 NONAME ??0?$PFactory@VOpalFactoryCodec@@VPString@@@@IAE@XZ @32333 NONAME ??0?$PFactory@VOpalMediaFormat@@VPString@@@@IAE@XZ @31543 NONAME ??0?$PFactory@VPWAVFileConverter@@I@@IAE@XZ @32155 NONAME ??0?$PList@VH235Authenticator@@@@IAE@HPBV0@@Z @19479 NONAME ??0?$PList@VH235Authenticator@@@@QAE@ABV0@@Z @19480 NONAME ??0?$PList@VH235Authenticator@@@@QAE@XZ @19481 NONAME ??0?$PList@VH245_GenericParameter@@@@IAE@HPBV0@@Z @33199 NONAME ??0?$PList@VH245_GenericParameter@@@@QAE@ABV0@@Z @33200 NONAME ??0?$PList@VH245_GenericParameter@@@@QAE@XZ @33201 NONAME ??0?$PList@VH263Packet@@@@IAE@HPBV0@@Z @33616 NONAME ??0?$PList@VH263Packet@@@@QAE@XZ @33617 NONAME ??0?$PList@VH323Capability@@@@IAE@HPBV0@@Z @19484 NONAME ??0?$PList@VH323Capability@@@@QAE@XZ @19485 NONAME ??0?$PList@VH323Channel@@@@IAE@HPBV0@@Z @19486 NONAME ??0?$PList@VH323Channel@@@@QAE@XZ @19487 NONAME ??0?$PList@VH323GatekeeperListener@@@@IAE@HPBV0@@Z @19488 NONAME ??0?$PList@VH323GatekeeperListener@@@@QAE@XZ @19489 NONAME ??0?$PList@VH323Listener@@@@IAE@HPBV0@@Z @19490 NONAME ??0?$PList@VH323Listener@@@@QAE@XZ @19491 NONAME ??0?$PList@VH323Transactor@@@@IAE@HPBV0@@Z @19492 NONAME ??0?$PList@VH323Transactor@@@@QAE@XZ @19493 NONAME ??0?$PList@VH450xHandler@@@@IAE@HPBV0@@Z @19494 NONAME ??0?$PList@VH450xHandler@@@@QAE@XZ @19495 NONAME ??0?$PList@VOpalMediaFormat@@@@IAE@HPBV0@@Z @19498 NONAME ??0?$PList@VOpalMediaFormat@@@@QAE@ABV0@@Z @19499 NONAME ??0?$PList@VOpalMediaFormat@@@@QAE@XZ @9418 NONAME ??0?$PList@VPBYTEArray@@@@IAE@HPBV0@@Z @19500 NONAME ??0?$PList@VPBYTEArray@@@@QAE@XZ @19501 NONAME ??0?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@QAE@XZ @15048 NONAME ??0?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@QAE@XZ @17997 NONAME ??0?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@QAE@XZ @17998 NONAME ??0?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@QAE@XZ @19509 NONAME ??0?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@QAE@XZ @15049 NONAME ??0?$PSafePtr@VH323GatekeeperCall@@@@QAE@ABV0@@Z @19511 NONAME ??0?$PSafePtr@VH323GatekeeperCall@@@@QAE@ABVPSafeCollection@@W4PSafetyMode@@H@Z @32302 NONAME ??0?$PSafePtr@VH323GatekeeperCall@@@@QAE@PAVH323GatekeeperCall@@W4PSafetyMode@@@Z @32303 NONAME ??0?$PSafePtr@VH323PeerElementDescriptor@@@@QAE@ABV0@@Z @19513 NONAME ??0?$PSafePtr@VH323PeerElementDescriptor@@@@QAE@ABVPSafeCollection@@W4PSafetyMode@@H@Z @32304 NONAME ??0?$PSafePtr@VH323PeerElementDescriptor@@@@QAE@PAVH323PeerElementDescriptor@@W4PSafetyMode@@@Z @32305 NONAME ??0?$PSafePtr@VH323PeerElementServiceRelationship@@@@QAE@ABV0@@Z @19515 NONAME ??0?$PSafePtr@VH323PeerElementServiceRelationship@@@@QAE@ABVPSafeCollection@@W4PSafetyMode@@H@Z @32306 NONAME ??0?$PSafePtr@VH323PeerElementServiceRelationship@@@@QAE@PAVH323PeerElementServiceRelationship@@W4PSafetyMode@@@Z @32307 NONAME ??0?$PSafePtr@VH323RegisteredEndPoint@@@@QAE@ABV0@@Z @19518 NONAME ??0?$PSafePtr@VH323RegisteredEndPoint@@@@QAE@ABVPSafeCollection@@W4PSafetyMode@@H@Z @32308 NONAME ??0?$PSafePtr@VH323RegisteredEndPoint@@@@QAE@ABVPSafeCollection@@W4PSafetyMode@@PAVPSafeObject@@@Z @32309 NONAME ??0?$PSafePtr@VH323RegisteredEndPoint@@@@QAE@PAVH323RegisteredEndPoint@@W4PSafetyMode@@@Z @19519 NONAME ??0?$PSafeSortedList@VH323GatekeeperCall@@@@QAE@XZ @19520 NONAME ??0?$PSafeSortedList@VH323PeerElementDescriptor@@@@QAE@XZ @19521 NONAME ??0?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@QAE@XZ @19522 NONAME ??0?$PScalarArray@I@@QAE@ABV0@@Z @19526 NONAME ??0?$PSet@VPOrdinalKey@@@@IAE@HPBV0@@Z @19528 NONAME ??0?$PSet@VPOrdinalKey@@@@QAE@H@Z @18234 NONAME ??0?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@IAE@HPBV0@@Z @19530 NONAME ??0?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@QAE@XZ @19531 NONAME ??0?$PSortedList@VH225_AliasAddress@@@@IAE@HPBV0@@Z @19532 NONAME ??0?$PSortedList@VH225_AliasAddress@@@@QAE@XZ @19533 NONAME ??0?$PSortedList@VH323GatekeeperCall@@@@IAE@HPBV0@@Z @19534 NONAME ??0?$PSortedList@VH323GatekeeperCall@@@@QAE@XZ @19535 NONAME ??0?$PSortedList@VH323PeerElementDescriptor@@@@IAE@HPBV0@@Z @19536 NONAME ??0?$PSortedList@VH323PeerElementDescriptor@@@@QAE@XZ @19537 NONAME ??0?$PSortedList@VH323PeerElementServiceRelationship@@@@IAE@HPBV0@@Z @19538 NONAME ??0?$PSortedList@VH323PeerElementServiceRelationship@@@@QAE@XZ @19539 NONAME ??0?$PSortedList@VMXRecord@PDNS@@@@IAE@HPBV0@@Z @32743 NONAME ??0?$PSortedList@VMXRecord@PDNS@@@@QAE@XZ @32744 NONAME ??0?$PSortedList@VResponse@H323Transactor@@@@IAE@HPBV0@@Z @19542 NONAME ??0?$PSortedList@VResponse@H323Transactor@@@@QAE@XZ @19543 NONAME ??0?$PSortedList@VSRVRecord@PDNS@@@@IAE@HPBV0@@Z @32745 NONAME ??0?$PSortedList@VSRVRecord@PDNS@@@@QAE@XZ @32746 NONAME ??0?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAE@XZ @32747 NONAME ??0?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@QAE@ABVPString@@_N@Z @32748 NONAME ??0?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@QAE@ABVPString@@_N@Z @32749 NONAME ??0?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@QAE@ABVPString@@_N@Z @32750 NONAME ??0?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@QAE@ABVPString@@_N@Z @31544 NONAME ??0?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @31545 NONAME ??0?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @31546 NONAME ??0?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @31547 NONAME ??0?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @31548 NONAME ??0?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @31549 NONAME ??0?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @31550 NONAME ??0?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @31551 NONAME ??0?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @31552 NONAME ??0?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @31553 NONAME ??0?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @31554 NONAME ??0?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @31555 NONAME ??0?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @31556 NONAME ??0?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @31557 NONAME ??0?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @31558 NONAME ??0?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@QAE@ABVPString@@_N@Z @31559 NONAME ??0?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @31560 NONAME ??0?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @31561 NONAME ??0?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @31562 NONAME ??0?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @31563 NONAME ??0?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @31564 NONAME ??0?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @31565 NONAME ??0?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @31566 NONAME ??0?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @31567 NONAME ??0?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @31568 NONAME ??0?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @31569 NONAME ??0?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @31570 NONAME ??0?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @31571 NONAME ??0?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @31572 NONAME ??0?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @31573 NONAME ??0?$Worker@VOpalRFC2190H263Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @33618 NONAME ??0?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @31574 NONAME ??0?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@QAE@ABVPString@@_N@Z @31575 NONAME ??0?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@QAE@ABVPString@@_N@Z @32972 NONAME ??0?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@QAE@ABI_N@Z @32156 NONAME ??0?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@QAE@ABI_N@Z @32157 NONAME ??0?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@QAE@U?$less@I@1@@Z @32158 NONAME ??0?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@QAE@U?$less@VPString@@@1@@Z @32751 NONAME ??0?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@QAE@U?$less@VPString@@@1@@Z @31576 NONAME ??0?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@QAE@U?$less@VPString@@@1@@Z @31577 NONAME ??0?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@QAE@U?$less@VPString@@@1@@Z @32334 NONAME ??0?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@QAE@U?$less@VPString@@@1@@Z @31578 NONAME ??0?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE@ABU?$less@I@1@ABV?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@1@@Z @32159 NONAME ??0?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@ABU?$less@VPString@@@1@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@1@@Z @32752 NONAME ??0?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@ABU?$less@VPString@@@1@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@1@@Z @31579 NONAME ??0?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@ABU?$less@VPString@@@1@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@1@@Z @31580 NONAME ??0?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@ABU?$less@VPString@@@1@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@1@@Z @32335 NONAME ??0?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@ABU?$less@VPString@@@1@ABV?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@1@@Z @31581 NONAME ??0?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAE@ABU?$less@I@1@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@1@@Z @32160 NONAME ??0?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@1@@Z @32753 NONAME ??0?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@1@@Z @31582 NONAME ??0?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@1@@Z @31583 NONAME ??0?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@1@@Z @32336 NONAME ??0?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@1@@Z @31584 NONAME ??0?$_Tree_ptr@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAE@ABU?$less@I@1@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@1@@Z @32161 NONAME ??0?$_Tree_ptr@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@1@@Z @32754 NONAME ??0?$_Tree_ptr@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@1@@Z @31585 NONAME ??0?$_Tree_ptr@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@1@@Z @31586 NONAME ??0?$_Tree_ptr@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@1@@Z @32337 NONAME ??0?$_Tree_ptr@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@1@@Z @31587 NONAME ??0?$_Tree_val@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAE@ABU?$less@I@1@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@1@@Z @32162 NONAME ??0?$_Tree_val@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@1@@Z @32755 NONAME ??0?$_Tree_val@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@1@@Z @31588 NONAME ??0?$_Tree_val@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@1@@Z @31589 NONAME ??0?$_Tree_val@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@1@@Z @32338 NONAME ??0?$_Tree_val@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE@ABU?$less@VPString@@@1@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@1@@Z @31590 NONAME ??0?$_Vector_val@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@IAE@V?$allocator@ULookupRecord@@@1@@Z @32756 NONAME ??0AdmissionRequestResponseInfo@@QAE@AAUAdmissionResponse@H323Gatekeeper@@AAVH323Connection@@@Z @19549 NONAME ??0AdmissionResponse@H323Gatekeeper@@QAE@XZ @13296 NONAME ??0AliasKey@H323PeerElement@@QAE@ABVH225_AliasAddress@@ABVOpalGloballyUniqueID@@HH@Z @18707 NONAME ??0AlternateInfo@H323Gatekeeper@@QAE@AAVH225_AlternateGK@@@Z @14399 NONAME ??0ByteQueue@OpalVoipBlasterDevice@@QAE@H@Z @13649 NONAME ??0Code@PMessageDigest5@@QAE@XZ @19550 NONAME ??0const_iterator@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAE@PAULookupRecord@@@Z @32757 NONAME ??0const_iterator@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAE@XZ @32758 NONAME ??0const_iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@@Z @32163 NONAME ??0const_iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE@XZ @32164 NONAME ??0const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32759 NONAME ??0const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @32760 NONAME ??0const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @31591 NONAME ??0const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @31592 NONAME ??0const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @31593 NONAME ??0const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @31594 NONAME ??0const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32339 NONAME ??0const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @32340 NONAME ??0const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @31595 NONAME ??0const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @31596 NONAME ??0Encoder@@IAE@PAVTransmitter@@@Z @19551 NONAME ??0Entry@RTP_JitterBuffer@@QAE@XZ @15082 NONAME ??0FilterInfo@H323Codec@@QAE@AAV1@PAXHH@Z @19552 NONAME ??0FullP64Decoder@@QAE@XZ @23 NONAME ??0G7231_File_Capability@@QAE@ABV0@@Z @19553 NONAME ??0G7231_File_Capability@@QAE@XZ @14478 NONAME ??0G7231_File_Codec@@QAE@W4Direction@H323Codec@@@Z @14479 NONAME ??0GCC_AlternativeNodeID@@QAE@ABV0@@Z @19554 NONAME ??0GCC_AlternativeNodeID@@QAE@IW4TagClass@PASN_Object@@@Z @24 NONAME ??0GCC_ApplicationInvokeIndication@@QAE@ABV0@@Z @25 NONAME ??0GCC_ApplicationInvokeIndication@@QAE@IW4TagClass@PASN_Object@@@Z @26 NONAME ??0GCC_ApplicationInvokeSpecifier@@QAE@ABV0@@Z @27 NONAME ??0GCC_ApplicationInvokeSpecifier@@QAE@IW4TagClass@PASN_Object@@@Z @28 NONAME ??0GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@QAE@ABV0@@Z @19555 NONAME ??0GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@QAE@IW4TagClass@PASN_Object@@@Z @29 NONAME ??0GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@QAE@ABV0@@Z @30 NONAME ??0GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @31 NONAME ??0GCC_ApplicationRecord@@QAE@ABV0@@Z @32 NONAME ??0GCC_ApplicationRecord@@QAE@IW4TagClass@PASN_Object@@@Z @33 NONAME ??0GCC_ApplicationRecord_nonCollapsingCapabilities@@QAE@ABV0@@Z @19556 NONAME ??0GCC_ApplicationRecord_nonCollapsingCapabilities@@QAE@IW4TagClass@PASN_Object@@@Z @34 NONAME ??0GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@QAE@ABV0@@Z @35 NONAME ??0GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @36 NONAME ??0GCC_ArrayOf_ApplicationInvokeSpecifier@@QAE@ABV0@@Z @19557 NONAME ??0GCC_ArrayOf_ApplicationInvokeSpecifier@@QAE@IW4TagClass@PASN_Object@@@Z @37 NONAME ??0GCC_ArrayOf_ChallengeItem@@QAE@ABV0@@Z @19558 NONAME ??0GCC_ArrayOf_ChallengeItem@@QAE@IW4TagClass@PASN_Object@@@Z @38 NONAME ??0GCC_ArrayOf_ConferenceDescriptor@@QAE@ABV0@@Z @19559 NONAME ??0GCC_ArrayOf_ConferenceDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @39 NONAME ??0GCC_ArrayOf_Privilege@@QAE@ABV0@@Z @19560 NONAME ??0GCC_ArrayOf_Privilege@@QAE@IW4TagClass@PASN_Object@@@Z @40 NONAME ??0GCC_ArrayOf_TextString@@QAE@ABV0@@Z @19561 NONAME ??0GCC_ArrayOf_TextString@@QAE@IW4TagClass@PASN_Object@@@Z @41 NONAME ??0GCC_ArrayOf_UserID@@QAE@ABV0@@Z @19562 NONAME ??0GCC_ArrayOf_UserID@@QAE@IW4TagClass@PASN_Object@@@Z @42 NONAME ??0GCC_AsymmetryIndicator@@QAE@ABV0@@Z @19563 NONAME ??0GCC_AsymmetryIndicator@@QAE@IW4TagClass@PASN_Object@@@Z @43 NONAME ??0GCC_CapabilityClass@@QAE@ABV0@@Z @19564 NONAME ??0GCC_CapabilityClass@@QAE@IW4TagClass@PASN_Object@@@Z @44 NONAME ??0GCC_CapabilityID@@QAE@ABV0@@Z @19565 NONAME ??0GCC_CapabilityID@@QAE@IW4TagClass@PASN_Object@@@Z @45 NONAME ??0GCC_ChallengeItem@@QAE@ABV0@@Z @46 NONAME ??0GCC_ChallengeItem@@QAE@IW4TagClass@PASN_Object@@@Z @47 NONAME ??0GCC_ChallengeRequest@@QAE@ABV0@@Z @48 NONAME ??0GCC_ChallengeRequest@@QAE@IW4TagClass@PASN_Object@@@Z @49 NONAME ??0GCC_ChallengeResponse@@QAE@ABV0@@Z @50 NONAME ??0GCC_ChallengeResponse@@QAE@IW4TagClass@PASN_Object@@@Z @51 NONAME ??0GCC_ChallengeResponseAlgorithm@@QAE@ABV0@@Z @19566 NONAME ??0GCC_ChallengeResponseAlgorithm@@QAE@IW4TagClass@PASN_Object@@@Z @52 NONAME ??0GCC_ChallengeResponseItem@@QAE@ABV0@@Z @19567 NONAME ??0GCC_ChallengeResponseItem@@QAE@IW4TagClass@PASN_Object@@@Z @53 NONAME ??0GCC_ChannelID@@QAE@ABV0@@Z @19568 NONAME ??0GCC_ChannelID@@QAE@IW4TagClass@PASN_Object@@@Z @54 NONAME ??0GCC_ChannelType@@QAE@ABV0@@Z @19569 NONAME ??0GCC_ChannelType@@QAE@IW4TagClass@PASN_Object@@@Z @55 NONAME ??0GCC_ConductorAssignIndication@@QAE@ABV0@@Z @56 NONAME ??0GCC_ConductorAssignIndication@@QAE@IW4TagClass@PASN_Object@@@Z @57 NONAME ??0GCC_ConductorPermissionAskIndication@@QAE@ABV0@@Z @58 NONAME ??0GCC_ConductorPermissionAskIndication@@QAE@IW4TagClass@PASN_Object@@@Z @59 NONAME ??0GCC_ConductorPermissionGrantIndication@@QAE@ABV0@@Z @60 NONAME ??0GCC_ConductorPermissionGrantIndication@@QAE@IW4TagClass@PASN_Object@@@Z @61 NONAME ??0GCC_ConductorReleaseIndication@@QAE@ABV0@@Z @19570 NONAME ??0GCC_ConductorReleaseIndication@@QAE@IW4TagClass@PASN_Object@@@Z @62 NONAME ??0GCC_ConferenceAddRequest@@QAE@ABV0@@Z @63 NONAME ??0GCC_ConferenceAddRequest@@QAE@IW4TagClass@PASN_Object@@@Z @64 NONAME ??0GCC_ConferenceAddResponse@@QAE@ABV0@@Z @65 NONAME ??0GCC_ConferenceAddResponse@@QAE@IW4TagClass@PASN_Object@@@Z @66 NONAME ??0GCC_ConferenceAddResponse_result@@QAE@ABV0@@Z @19571 NONAME ??0GCC_ConferenceAddResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @67 NONAME ??0GCC_ConferenceAssistanceIndication@@QAE@ABV0@@Z @68 NONAME ??0GCC_ConferenceAssistanceIndication@@QAE@IW4TagClass@PASN_Object@@@Z @69 NONAME ??0GCC_ConferenceCreateRequest@@QAE@ABV0@@Z @70 NONAME ??0GCC_ConferenceCreateRequest@@QAE@IW4TagClass@PASN_Object@@@Z @71 NONAME ??0GCC_ConferenceCreateResponse@@QAE@ABV0@@Z @72 NONAME ??0GCC_ConferenceCreateResponse@@QAE@IW4TagClass@PASN_Object@@@Z @73 NONAME ??0GCC_ConferenceCreateResponse_result@@QAE@ABV0@@Z @19572 NONAME ??0GCC_ConferenceCreateResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @74 NONAME ??0GCC_ConferenceDescriptor@@QAE@ABV0@@Z @75 NONAME ??0GCC_ConferenceDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @76 NONAME ??0GCC_ConferenceEjectUserIndication@@QAE@ABV0@@Z @77 NONAME ??0GCC_ConferenceEjectUserIndication@@QAE@IW4TagClass@PASN_Object@@@Z @78 NONAME ??0GCC_ConferenceEjectUserIndication_reason@@QAE@ABV0@@Z @19573 NONAME ??0GCC_ConferenceEjectUserIndication_reason@@QAE@IW4TagClass@PASN_Object@@@Z @79 NONAME ??0GCC_ConferenceEjectUserRequest@@QAE@ABV0@@Z @80 NONAME ??0GCC_ConferenceEjectUserRequest@@QAE@IW4TagClass@PASN_Object@@@Z @81 NONAME ??0GCC_ConferenceEjectUserRequest_reason@@QAE@ABV0@@Z @19574 NONAME ??0GCC_ConferenceEjectUserRequest_reason@@QAE@IW4TagClass@PASN_Object@@@Z @82 NONAME ??0GCC_ConferenceEjectUserResponse@@QAE@ABV0@@Z @83 NONAME ??0GCC_ConferenceEjectUserResponse@@QAE@IW4TagClass@PASN_Object@@@Z @84 NONAME ??0GCC_ConferenceEjectUserResponse_result@@QAE@ABV0@@Z @19575 NONAME ??0GCC_ConferenceEjectUserResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @85 NONAME ??0GCC_ConferenceInviteRequest@@QAE@ABV0@@Z @86 NONAME ??0GCC_ConferenceInviteRequest@@QAE@IW4TagClass@PASN_Object@@@Z @87 NONAME ??0GCC_ConferenceInviteResponse@@QAE@ABV0@@Z @88 NONAME ??0GCC_ConferenceInviteResponse@@QAE@IW4TagClass@PASN_Object@@@Z @89 NONAME ??0GCC_ConferenceInviteResponse_result@@QAE@ABV0@@Z @19576 NONAME ??0GCC_ConferenceInviteResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @90 NONAME ??0GCC_ConferenceJoinRequest@@QAE@ABV0@@Z @91 NONAME ??0GCC_ConferenceJoinRequest@@QAE@IW4TagClass@PASN_Object@@@Z @92 NONAME ??0GCC_ConferenceJoinResponse@@QAE@ABV0@@Z @93 NONAME ??0GCC_ConferenceJoinResponse@@QAE@IW4TagClass@PASN_Object@@@Z @94 NONAME ??0GCC_ConferenceJoinResponse_result@@QAE@ABV0@@Z @19577 NONAME ??0GCC_ConferenceJoinResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @95 NONAME ??0GCC_ConferenceLockIndication@@QAE@ABV0@@Z @19578 NONAME ??0GCC_ConferenceLockIndication@@QAE@IW4TagClass@PASN_Object@@@Z @96 NONAME ??0GCC_ConferenceLockRequest@@QAE@ABV0@@Z @19579 NONAME ??0GCC_ConferenceLockRequest@@QAE@IW4TagClass@PASN_Object@@@Z @97 NONAME ??0GCC_ConferenceLockResponse@@QAE@ABV0@@Z @98 NONAME ??0GCC_ConferenceLockResponse@@QAE@IW4TagClass@PASN_Object@@@Z @99 NONAME ??0GCC_ConferenceLockResponse_result@@QAE@ABV0@@Z @19580 NONAME ??0GCC_ConferenceLockResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @100 NONAME ??0GCC_ConferenceName@@QAE@ABV0@@Z @101 NONAME ??0GCC_ConferenceName@@QAE@IW4TagClass@PASN_Object@@@Z @102 NONAME ??0GCC_ConferenceNameModifier@@QAE@ABV0@@Z @19581 NONAME ??0GCC_ConferenceNameModifier@@QAE@IW4TagClass@PASN_Object@@@Z @103 NONAME ??0GCC_ConferenceNameSelector@@QAE@ABV0@@Z @19582 NONAME ??0GCC_ConferenceNameSelector@@QAE@IW4TagClass@PASN_Object@@@Z @104 NONAME ??0GCC_ConferencePriority@@QAE@ABV0@@Z @105 NONAME ??0GCC_ConferencePriority@@QAE@IW4TagClass@PASN_Object@@@Z @106 NONAME ??0GCC_ConferencePriorityScheme@@QAE@ABV0@@Z @19583 NONAME ??0GCC_ConferencePriorityScheme@@QAE@IW4TagClass@PASN_Object@@@Z @107 NONAME ??0GCC_ConferenceQueryRequest@@QAE@ABV0@@Z @108 NONAME ??0GCC_ConferenceQueryRequest@@QAE@IW4TagClass@PASN_Object@@@Z @109 NONAME ??0GCC_ConferenceQueryResponse@@QAE@ABV0@@Z @110 NONAME ??0GCC_ConferenceQueryResponse@@QAE@IW4TagClass@PASN_Object@@@Z @111 NONAME ??0GCC_ConferenceQueryResponse_result@@QAE@ABV0@@Z @19584 NONAME ??0GCC_ConferenceQueryResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @112 NONAME ??0GCC_ConferenceTerminateIndication@@QAE@ABV0@@Z @113 NONAME ??0GCC_ConferenceTerminateIndication@@QAE@IW4TagClass@PASN_Object@@@Z @114 NONAME ??0GCC_ConferenceTerminateIndication_reason@@QAE@ABV0@@Z @19585 NONAME ??0GCC_ConferenceTerminateIndication_reason@@QAE@IW4TagClass@PASN_Object@@@Z @115 NONAME ??0GCC_ConferenceTerminateRequest@@QAE@ABV0@@Z @116 NONAME ??0GCC_ConferenceTerminateRequest@@QAE@IW4TagClass@PASN_Object@@@Z @117 NONAME ??0GCC_ConferenceTerminateRequest_reason@@QAE@ABV0@@Z @19586 NONAME ??0GCC_ConferenceTerminateRequest_reason@@QAE@IW4TagClass@PASN_Object@@@Z @118 NONAME ??0GCC_ConferenceTerminateResponse@@QAE@ABV0@@Z @119 NONAME ??0GCC_ConferenceTerminateResponse@@QAE@IW4TagClass@PASN_Object@@@Z @120 NONAME ??0GCC_ConferenceTerminateResponse_result@@QAE@ABV0@@Z @19587 NONAME ??0GCC_ConferenceTerminateResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @121 NONAME ??0GCC_ConferenceTimeExtendIndication@@QAE@ABV0@@Z @122 NONAME ??0GCC_ConferenceTimeExtendIndication@@QAE@IW4TagClass@PASN_Object@@@Z @123 NONAME ??0GCC_ConferenceTimeInquireIndication@@QAE@ABV0@@Z @124 NONAME ??0GCC_ConferenceTimeInquireIndication@@QAE@IW4TagClass@PASN_Object@@@Z @125 NONAME ??0GCC_ConferenceTimeRemainingIndication@@QAE@ABV0@@Z @126 NONAME ??0GCC_ConferenceTimeRemainingIndication@@QAE@IW4TagClass@PASN_Object@@@Z @127 NONAME ??0GCC_ConferenceTransferIndication@@QAE@ABV0@@Z @128 NONAME ??0GCC_ConferenceTransferIndication@@QAE@IW4TagClass@PASN_Object@@@Z @129 NONAME ??0GCC_ConferenceTransferRequest@@QAE@ABV0@@Z @130 NONAME ??0GCC_ConferenceTransferRequest@@QAE@IW4TagClass@PASN_Object@@@Z @131 NONAME ??0GCC_ConferenceTransferResponse@@QAE@ABV0@@Z @132 NONAME ??0GCC_ConferenceTransferResponse@@QAE@IW4TagClass@PASN_Object@@@Z @133 NONAME ??0GCC_ConferenceTransferResponse_result@@QAE@ABV0@@Z @19588 NONAME ??0GCC_ConferenceTransferResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @134 NONAME ??0GCC_ConferenceUnlockIndication@@QAE@ABV0@@Z @19589 NONAME ??0GCC_ConferenceUnlockIndication@@QAE@IW4TagClass@PASN_Object@@@Z @135 NONAME ??0GCC_ConferenceUnlockRequest@@QAE@ABV0@@Z @19590 NONAME ??0GCC_ConferenceUnlockRequest@@QAE@IW4TagClass@PASN_Object@@@Z @136 NONAME ??0GCC_ConferenceUnlockResponse@@QAE@ABV0@@Z @137 NONAME ??0GCC_ConferenceUnlockResponse@@QAE@IW4TagClass@PASN_Object@@@Z @138 NONAME ??0GCC_ConferenceUnlockResponse_result@@QAE@ABV0@@Z @19591 NONAME ??0GCC_ConferenceUnlockResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @139 NONAME ??0GCC_ConnectData@@QAE@ABV0@@Z @140 NONAME ??0GCC_ConnectData@@QAE@IW4TagClass@PASN_Object@@@Z @141 NONAME ??0GCC_ConnectGCCPDU@@QAE@ABV0@@Z @19592 NONAME ??0GCC_ConnectGCCPDU@@QAE@IW4TagClass@PASN_Object@@@Z @142 NONAME ??0GCC_DialingString@@QAE@ABV0@@Z @19593 NONAME ??0GCC_DialingString@@QAE@IW4TagClass@PASN_Object@@@Z @143 NONAME ??0GCC_DynamicChannelID@@QAE@ABV0@@Z @144 NONAME ??0GCC_DynamicChannelID@@QAE@IW4TagClass@PASN_Object@@@Z @145 NONAME ??0GCC_DynamicTokenID@@QAE@ABV0@@Z @19594 NONAME ??0GCC_DynamicTokenID@@QAE@IW4TagClass@PASN_Object@@@Z @146 NONAME ??0GCC_EntityID@@QAE@ABV0@@Z @19595 NONAME ??0GCC_EntityID@@QAE@IW4TagClass@PASN_Object@@@Z @147 NONAME ??0GCC_ExtraDialingString@@QAE@ABV0@@Z @19596 NONAME ??0GCC_ExtraDialingString@@QAE@IW4TagClass@PASN_Object@@@Z @148 NONAME ??0GCC_FunctionNotSupportedResponse@@QAE@ABV0@@Z @149 NONAME ??0GCC_FunctionNotSupportedResponse@@QAE@IW4TagClass@PASN_Object@@@Z @150 NONAME ??0GCC_GCCPDU@@QAE@ABV0@@Z @19597 NONAME ??0GCC_GCCPDU@@QAE@IW4TagClass@PASN_Object@@@Z @151 NONAME ??0GCC_H221NonStandardIdentifier@@QAE@ABV0@@Z @19598 NONAME ??0GCC_H221NonStandardIdentifier@@QAE@ABVPBYTEArray@@@Z @18295 NONAME ??0GCC_H221NonStandardIdentifier@@QAE@ABVPString@@@Z @18296 NONAME ??0GCC_H221NonStandardIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @152 NONAME ??0GCC_H221NonStandardIdentifier@@QAE@PBD@Z @18297 NONAME ??0GCC_Handle@@QAE@ABV0@@Z @19599 NONAME ??0GCC_Handle@@QAE@IW4TagClass@PASN_Object@@@Z @153 NONAME ??0GCC_IndicationPDU@@QAE@ABV0@@Z @19600 NONAME ??0GCC_IndicationPDU@@QAE@IW4TagClass@PASN_Object@@@Z @154 NONAME ??0GCC_Key@@QAE@ABV0@@Z @19601 NONAME ??0GCC_Key@@QAE@IW4TagClass@PASN_Object@@@Z @155 NONAME ??0GCC_NetworkAddress@@QAE@ABV0@@Z @19602 NONAME ??0GCC_NetworkAddress@@QAE@IW4TagClass@PASN_Object@@@Z @156 NONAME ??0GCC_NetworkAddress_subtype@@QAE@ABV0@@Z @19603 NONAME ??0GCC_NetworkAddress_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @157 NONAME ??0GCC_NetworkAddress_subtype_aggregatedChannel@@QAE@ABV0@@Z @158 NONAME ??0GCC_NetworkAddress_subtype_aggregatedChannel@@QAE@IW4TagClass@PASN_Object@@@Z @159 NONAME ??0GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@QAE@ABV0@@Z @160 NONAME ??0GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@QAE@IW4TagClass@PASN_Object@@@Z @161 NONAME ??0GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@QAE@ABV0@@Z @162 NONAME ??0GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@QAE@IW4TagClass@PASN_Object@@@Z @163 NONAME ??0GCC_NetworkAddress_subtype_transportConnection@@QAE@ABV0@@Z @164 NONAME ??0GCC_NetworkAddress_subtype_transportConnection@@QAE@IW4TagClass@PASN_Object@@@Z @165 NONAME ??0GCC_NodeProperties@@QAE@ABV0@@Z @166 NONAME ??0GCC_NodeProperties@@QAE@IW4TagClass@PASN_Object@@@Z @167 NONAME ??0GCC_NodeRecord@@QAE@ABV0@@Z @168 NONAME ??0GCC_NodeRecord@@QAE@IW4TagClass@PASN_Object@@@Z @169 NONAME ??0GCC_NodeType@@QAE@ABV0@@Z @19604 NONAME ??0GCC_NodeType@@QAE@IW4TagClass@PASN_Object@@@Z @170 NONAME ??0GCC_NonStandardParameter@@QAE@ABV0@@Z @171 NONAME ??0GCC_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @172 NONAME ??0GCC_NonStandardPDU@@QAE@ABV0@@Z @19605 NONAME ??0GCC_NonStandardPDU@@QAE@IW4TagClass@PASN_Object@@@Z @173 NONAME ??0GCC_Password@@QAE@ABV0@@Z @174 NONAME ??0GCC_Password@@QAE@IW4TagClass@PASN_Object@@@Z @175 NONAME ??0GCC_PasswordChallengeRequestResponse@@QAE@ABV0@@Z @19606 NONAME ??0GCC_PasswordChallengeRequestResponse@@QAE@IW4TagClass@PASN_Object@@@Z @176 NONAME ??0GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@QAE@ABV0@@Z @177 NONAME ??0GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@QAE@IW4TagClass@PASN_Object@@@Z @178 NONAME ??0GCC_PasswordSelector@@QAE@ABV0@@Z @19607 NONAME ??0GCC_PasswordSelector@@QAE@IW4TagClass@PASN_Object@@@Z @179 NONAME ??0GCC_Privilege@@QAE@ABV0@@Z @19608 NONAME ??0GCC_Privilege@@QAE@IW4TagClass@PASN_Object@@@Z @180 NONAME ??0GCC_RegistryAllocateHandleRequest@@QAE@ABV0@@Z @181 NONAME ??0GCC_RegistryAllocateHandleRequest@@QAE@IW4TagClass@PASN_Object@@@Z @182 NONAME ??0GCC_RegistryAllocateHandleResponse@@QAE@ABV0@@Z @183 NONAME ??0GCC_RegistryAllocateHandleResponse@@QAE@IW4TagClass@PASN_Object@@@Z @184 NONAME ??0GCC_RegistryAllocateHandleResponse_result@@QAE@ABV0@@Z @19609 NONAME ??0GCC_RegistryAllocateHandleResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @185 NONAME ??0GCC_RegistryAssignTokenRequest@@QAE@ABV0@@Z @186 NONAME ??0GCC_RegistryAssignTokenRequest@@QAE@IW4TagClass@PASN_Object@@@Z @187 NONAME ??0GCC_RegistryDeleteEntryRequest@@QAE@ABV0@@Z @188 NONAME ??0GCC_RegistryDeleteEntryRequest@@QAE@IW4TagClass@PASN_Object@@@Z @189 NONAME ??0GCC_RegistryEntryOwner@@QAE@ABV0@@Z @19610 NONAME ??0GCC_RegistryEntryOwner@@QAE@IW4TagClass@PASN_Object@@@Z @190 NONAME ??0GCC_RegistryEntryOwner_owned@@QAE@ABV0@@Z @191 NONAME ??0GCC_RegistryEntryOwner_owned@@QAE@IW4TagClass@PASN_Object@@@Z @192 NONAME ??0GCC_RegistryItem@@QAE@ABV0@@Z @19611 NONAME ??0GCC_RegistryItem@@QAE@IW4TagClass@PASN_Object@@@Z @193 NONAME ??0GCC_RegistryKey@@QAE@ABV0@@Z @194 NONAME ??0GCC_RegistryKey@@QAE@IW4TagClass@PASN_Object@@@Z @195 NONAME ??0GCC_RegistryModificationRights@@QAE@ABV0@@Z @19612 NONAME ??0GCC_RegistryModificationRights@@QAE@IW4TagClass@PASN_Object@@@Z @196 NONAME ??0GCC_RegistryMonitorEntryIndication@@QAE@ABV0@@Z @197 NONAME ??0GCC_RegistryMonitorEntryIndication@@QAE@IW4TagClass@PASN_Object@@@Z @198 NONAME ??0GCC_RegistryMonitorEntryRequest@@QAE@ABV0@@Z @199 NONAME ??0GCC_RegistryMonitorEntryRequest@@QAE@IW4TagClass@PASN_Object@@@Z @200 NONAME ??0GCC_RegistryRegisterChannelRequest@@QAE@ABV0@@Z @201 NONAME ??0GCC_RegistryRegisterChannelRequest@@QAE@IW4TagClass@PASN_Object@@@Z @202 NONAME ??0GCC_RegistryResponse@@QAE@ABV0@@Z @203 NONAME ??0GCC_RegistryResponse@@QAE@IW4TagClass@PASN_Object@@@Z @204 NONAME ??0GCC_RegistryResponse_primitiveType@@QAE@ABV0@@Z @19613 NONAME ??0GCC_RegistryResponse_primitiveType@@QAE@IW4TagClass@PASN_Object@@@Z @205 NONAME ??0GCC_RegistryResponse_result@@QAE@ABV0@@Z @19614 NONAME ??0GCC_RegistryResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @206 NONAME ??0GCC_RegistryRetrieveEntryRequest@@QAE@ABV0@@Z @207 NONAME ??0GCC_RegistryRetrieveEntryRequest@@QAE@IW4TagClass@PASN_Object@@@Z @208 NONAME ??0GCC_RegistrySetParameterRequest@@QAE@ABV0@@Z @209 NONAME ??0GCC_RegistrySetParameterRequest@@QAE@IW4TagClass@PASN_Object@@@Z @210 NONAME ??0GCC_RequestPDU@@QAE@ABV0@@Z @19615 NONAME ??0GCC_RequestPDU@@QAE@IW4TagClass@PASN_Object@@@Z @211 NONAME ??0GCC_ResponsePDU@@QAE@ABV0@@Z @19616 NONAME ??0GCC_ResponsePDU@@QAE@IW4TagClass@PASN_Object@@@Z @212 NONAME ??0GCC_RosterUpdateIndication@@QAE@ABV0@@Z @213 NONAME ??0GCC_RosterUpdateIndication@@QAE@IW4TagClass@PASN_Object@@@Z @214 NONAME ??0GCC_RosterUpdateIndication_applicationInformation@@QAE@ABV0@@Z @19617 NONAME ??0GCC_RosterUpdateIndication_applicationInformation@@QAE@IW4TagClass@PASN_Object@@@Z @215 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype@@QAE@ABV0@@Z @216 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @217 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@QAE@ABV0@@Z @19618 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@QAE@IW4TagClass@PASN_Object@@@Z @218 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@QAE@ABV0@@Z @19619 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@QAE@IW4TagClass@PASN_Object@@@Z @219 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@QAE@ABV0@@Z @220 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @221 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@QAE@ABV0@@Z @19620 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@QAE@IW4TagClass@PASN_Object@@@Z @222 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@QAE@ABV0@@Z @19621 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@QAE@IW4TagClass@PASN_Object@@@Z @223 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@QAE@ABV0@@Z @224 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @225 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@QAE@ABV0@@Z @19622 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@QAE@IW4TagClass@PASN_Object@@@Z @226 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@QAE@ABV0@@Z @227 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @228 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@QAE@ABV0@@Z @19623 NONAME ??0GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@QAE@IW4TagClass@PASN_Object@@@Z @229 NONAME ??0GCC_RosterUpdateIndication_nodeInformation@@QAE@ABV0@@Z @230 NONAME ??0GCC_RosterUpdateIndication_nodeInformation@@QAE@IW4TagClass@PASN_Object@@@Z @231 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@QAE@ABV0@@Z @19624 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@QAE@IW4TagClass@PASN_Object@@@Z @232 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@QAE@ABV0@@Z @19625 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@QAE@IW4TagClass@PASN_Object@@@Z @233 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@QAE@ABV0@@Z @234 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @235 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@QAE@ABV0@@Z @19626 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@QAE@IW4TagClass@PASN_Object@@@Z @236 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@QAE@ABV0@@Z @237 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @238 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@QAE@ABV0@@Z @19627 NONAME ??0GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@QAE@IW4TagClass@PASN_Object@@@Z @239 NONAME ??0GCC_SessionKey@@QAE@ABV0@@Z @240 NONAME ??0GCC_SessionKey@@QAE@IW4TagClass@PASN_Object@@@Z @241 NONAME ??0GCC_SimpleNumericString@@QAE@ABV0@@Z @19628 NONAME ??0GCC_SimpleNumericString@@QAE@IW4TagClass@PASN_Object@@@Z @242 NONAME ??0GCC_SimpleTextString@@QAE@ABV0@@Z @19629 NONAME ??0GCC_SimpleTextString@@QAE@IW4TagClass@PASN_Object@@@Z @243 NONAME ??0GCC_StaticChannelID@@QAE@ABV0@@Z @19630 NONAME ??0GCC_StaticChannelID@@QAE@IW4TagClass@PASN_Object@@@Z @244 NONAME ??0GCC_StaticTokenID@@QAE@ABV0@@Z @19631 NONAME ??0GCC_StaticTokenID@@QAE@IW4TagClass@PASN_Object@@@Z @245 NONAME ??0GCC_SubAddressString@@QAE@ABV0@@Z @19632 NONAME ??0GCC_SubAddressString@@QAE@IW4TagClass@PASN_Object@@@Z @246 NONAME ??0GCC_TerminationMethod@@QAE@ABV0@@Z @19633 NONAME ??0GCC_TerminationMethod@@QAE@IW4TagClass@PASN_Object@@@Z @247 NONAME ??0GCC_TextMessageIndication@@QAE@ABV0@@Z @248 NONAME ??0GCC_TextMessageIndication@@QAE@IW4TagClass@PASN_Object@@@Z @249 NONAME ??0GCC_TextString@@QAE@ABV0@@Z @19634 NONAME ??0GCC_TextString@@QAE@IW4TagClass@PASN_Object@@@Z @250 NONAME ??0GCC_Time@@QAE@ABV0@@Z @19635 NONAME ??0GCC_Time@@QAE@IW4TagClass@PASN_Object@@@Z @251 NONAME ??0GCC_TokenID@@QAE@ABV0@@Z @19636 NONAME ??0GCC_TokenID@@QAE@IW4TagClass@PASN_Object@@@Z @252 NONAME ??0GCC_UserData@@QAE@ABV0@@Z @253 NONAME ??0GCC_UserData@@QAE@IW4TagClass@PASN_Object@@@Z @254 NONAME ??0GCC_UserData_subtype@@QAE@ABV0@@Z @255 NONAME ??0GCC_UserData_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @256 NONAME ??0GCC_UserID@@QAE@ABV0@@Z @19637 NONAME ??0GCC_UserID@@QAE@IW4TagClass@PASN_Object@@@Z @257 NONAME ??0GCC_UserIDIndication@@QAE@ABV0@@Z @258 NONAME ??0GCC_UserIDIndication@@QAE@IW4TagClass@PASN_Object@@@Z @259 NONAME ??0H225CallThread@@QAE@AAVH323EndPoint@@AAVH323Connection@@AAVH323Transport@@ABVPString@@ABVH323TransportAddress@@@Z @261 NONAME ??0H225TransportThread@@QAE@AAVH323EndPoint@@PAVH323Transport@@@Z @12583 NONAME ??0H225_AddressPattern@@QAE@ABV0@@Z @19638 NONAME ??0H225_AddressPattern@@QAE@IW4TagClass@PASN_Object@@@Z @11005 NONAME ??0H225_AddressPattern_range@@QAE@ABV0@@Z @11006 NONAME ??0H225_AddressPattern_range@@QAE@IW4TagClass@PASN_Object@@@Z @11007 NONAME ??0H225_AdmissionConfirm@@QAE@ABV0@@Z @264 NONAME ??0H225_AdmissionConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @265 NONAME ??0H225_AdmissionConfirm_language@@QAE@ABV0@@Z @19639 NONAME ??0H225_AdmissionConfirm_language@@QAE@IW4TagClass@PASN_Object@@@Z @11008 NONAME ??0H225_AdmissionReject@@QAE@ABV0@@Z @266 NONAME ??0H225_AdmissionReject@@QAE@IW4TagClass@PASN_Object@@@Z @267 NONAME ??0H225_AdmissionRejectReason@@QAE@ABV0@@Z @19640 NONAME ??0H225_AdmissionRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @268 NONAME ??0H225_AdmissionRequest@@QAE@ABV0@@Z @269 NONAME ??0H225_AdmissionRequest@@QAE@IW4TagClass@PASN_Object@@@Z @270 NONAME ??0H225_Alerting_UUIE@@QAE@ABV0@@Z @271 NONAME ??0H225_Alerting_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @272 NONAME ??0H225_AliasAddress@@QAE@ABV0@@Z @19641 NONAME ??0H225_AliasAddress@@QAE@IW4TagClass@PASN_Object@@@Z @273 NONAME ??0H225_AlternateGK@@QAE@ABV0@@Z @274 NONAME ??0H225_AlternateGK@@QAE@IW4TagClass@PASN_Object@@@Z @275 NONAME ??0H225_AlternateTransportAddresses@@QAE@ABV0@@Z @11009 NONAME ??0H225_AlternateTransportAddresses@@QAE@IW4TagClass@PASN_Object@@@Z @11010 NONAME ??0H225_AltGKInfo@@QAE@ABV0@@Z @276 NONAME ??0H225_AltGKInfo@@QAE@IW4TagClass@PASN_Object@@@Z @277 NONAME ??0H225_ANSI_41_UIM@@QAE@ABV0@@Z @11011 NONAME ??0H225_ANSI_41_UIM@@QAE@IW4TagClass@PASN_Object@@@Z @11012 NONAME ??0H225_ANSI_41_UIM_system_id@@QAE@ABV0@@Z @19642 NONAME ??0H225_ANSI_41_UIM_system_id@@QAE@IW4TagClass@PASN_Object@@@Z @11013 NONAME ??0H225_ArrayOf_AddressPattern@@QAE@ABV0@@Z @19643 NONAME ??0H225_ArrayOf_AddressPattern@@QAE@IW4TagClass@PASN_Object@@@Z @11014 NONAME ??0H225_ArrayOf_AdmissionConfirm@@QAE@ABV0@@Z @19644 NONAME ??0H225_ArrayOf_AdmissionConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @18999 NONAME ??0H225_ArrayOf_AliasAddress@@QAE@ABV0@@Z @19645 NONAME ??0H225_ArrayOf_AliasAddress@@QAE@IW4TagClass@PASN_Object@@@Z @278 NONAME ??0H225_ArrayOf_AlternateGK@@QAE@ABV0@@Z @19646 NONAME ??0H225_ArrayOf_AlternateGK@@QAE@IW4TagClass@PASN_Object@@@Z @279 NONAME ??0H225_ArrayOf_AuthenticationMechanism@@QAE@ABV0@@Z @19647 NONAME ??0H225_ArrayOf_AuthenticationMechanism@@QAE@IW4TagClass@PASN_Object@@@Z @280 NONAME ??0H225_ArrayOf_BandwidthDetails@@QAE@ABV0@@Z @11015 NONAME ??0H225_ArrayOf_BandwidthDetails@@QAE@IW4TagClass@PASN_Object@@@Z @11016 NONAME ??0H225_ArrayOf_CallReferenceValue@@QAE@ABV0@@Z @19648 NONAME ??0H225_ArrayOf_CallReferenceValue@@QAE@IW4TagClass@PASN_Object@@@Z @281 NONAME ??0H225_ArrayOf_CallsAvailable@@QAE@ABV0@@Z @19649 NONAME ??0H225_ArrayOf_CallsAvailable@@QAE@IW4TagClass@PASN_Object@@@Z @11017 NONAME ??0H225_ArrayOf_ClearToken@@QAE@ABV0@@Z @19650 NONAME ??0H225_ArrayOf_ClearToken@@QAE@IW4TagClass@PASN_Object@@@Z @282 NONAME ??0H225_ArrayOf_ConferenceIdentifier@@QAE@ABV0@@Z @19651 NONAME ??0H225_ArrayOf_ConferenceIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @284 NONAME ??0H225_ArrayOf_ConferenceList@@QAE@ABV0@@Z @19652 NONAME ??0H225_ArrayOf_ConferenceList@@QAE@IW4TagClass@PASN_Object@@@Z @285 NONAME ??0H225_ArrayOf_CryptoH323Token@@QAE@ABV0@@Z @19653 NONAME ??0H225_ArrayOf_CryptoH323Token@@QAE@IW4TagClass@PASN_Object@@@Z @287 NONAME ??0H225_ArrayOf_DataRate@@QAE@ABV0@@Z @19654 NONAME ??0H225_ArrayOf_DataRate@@QAE@IW4TagClass@PASN_Object@@@Z @288 NONAME ??0H225_ArrayOf_Endpoint@@QAE@ABV0@@Z @19655 NONAME ??0H225_ArrayOf_Endpoint@@QAE@IW4TagClass@PASN_Object@@@Z @289 NONAME ??0H225_ArrayOf_EnumeratedParameter@@QAE@ABV0@@Z @19656 NONAME ??0H225_ArrayOf_EnumeratedParameter@@QAE@IW4TagClass@PASN_Object@@@Z @11018 NONAME ??0H225_ArrayOf_ExtendedAliasAddress@@QAE@ABV0@@Z @19657 NONAME ??0H225_ArrayOf_ExtendedAliasAddress@@QAE@IW4TagClass@PASN_Object@@@Z @11019 NONAME ??0H225_ArrayOf_FeatureDescriptor@@QAE@ABV0@@Z @19658 NONAME ??0H225_ArrayOf_FeatureDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @11020 NONAME ??0H225_ArrayOf_GenericData@@QAE@ABV0@@Z @11021 NONAME ??0H225_ArrayOf_GenericData@@QAE@IW4TagClass@PASN_Object@@@Z @11022 NONAME ??0H225_ArrayOf_H245Security@@QAE@ABV0@@Z @19659 NONAME ??0H225_ArrayOf_H245Security@@QAE@IW4TagClass@PASN_Object@@@Z @290 NONAME ??0H225_ArrayOf_H248PackagesDescriptor@@QAE@ABV0@@Z @19660 NONAME ??0H225_ArrayOf_H248PackagesDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @11023 NONAME ??0H225_ArrayOf_IntegrityMechanism@@QAE@ABV0@@Z @19661 NONAME ??0H225_ArrayOf_IntegrityMechanism@@QAE@IW4TagClass@PASN_Object@@@Z @291 NONAME ??0H225_ArrayOf_NonStandardParameter@@QAE@ABV0@@Z @19662 NONAME ??0H225_ArrayOf_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @292 NONAME ??0H225_ArrayOf_PartyNumber@@QAE@ABV0@@Z @19663 NONAME ??0H225_ArrayOf_PartyNumber@@QAE@IW4TagClass@PASN_Object@@@Z @11024 NONAME ??0H225_ArrayOf_PASN_ObjectId@@QAE@ABV0@@Z @19664 NONAME ??0H225_ArrayOf_PASN_ObjectId@@QAE@IW4TagClass@PASN_Object@@@Z @293 NONAME ??0H225_ArrayOf_PASN_OctetString@@QAE@ABV0@@Z @19665 NONAME ??0H225_ArrayOf_PASN_OctetString@@QAE@IW4TagClass@PASN_Object@@@Z @294 NONAME ??0H225_ArrayOf_RasUsageSpecification@@QAE@ABV0@@Z @19666 NONAME ??0H225_ArrayOf_RasUsageSpecification@@QAE@IW4TagClass@PASN_Object@@@Z @11025 NONAME ??0H225_ArrayOf_RTPSession@@QAE@ABV0@@Z @19667 NONAME ??0H225_ArrayOf_RTPSession@@QAE@IW4TagClass@PASN_Object@@@Z @295 NONAME ??0H225_ArrayOf_ServiceControlSession@@QAE@ABV0@@Z @11026 NONAME ??0H225_ArrayOf_ServiceControlSession@@QAE@IW4TagClass@PASN_Object@@@Z @11027 NONAME ??0H225_ArrayOf_SupportedPrefix@@QAE@ABV0@@Z @19668 NONAME ??0H225_ArrayOf_SupportedPrefix@@QAE@IW4TagClass@PASN_Object@@@Z @296 NONAME ??0H225_ArrayOf_SupportedProtocols@@QAE@ABV0@@Z @19669 NONAME ??0H225_ArrayOf_SupportedProtocols@@QAE@IW4TagClass@PASN_Object@@@Z @297 NONAME ??0H225_ArrayOf_TransportAddress@@QAE@ABV0@@Z @19670 NONAME ??0H225_ArrayOf_TransportAddress@@QAE@IW4TagClass@PASN_Object@@@Z @298 NONAME ??0H225_ArrayOf_TransportChannelInfo@@QAE@ABV0@@Z @19671 NONAME ??0H225_ArrayOf_TransportChannelInfo@@QAE@IW4TagClass@PASN_Object@@@Z @299 NONAME ??0H225_ArrayOf_TunnelledProtocol@@QAE@ABV0@@Z @19672 NONAME ??0H225_ArrayOf_TunnelledProtocol@@QAE@IW4TagClass@PASN_Object@@@Z @11029 NONAME ??0H225_BandRejectReason@@QAE@ABV0@@Z @19673 NONAME ??0H225_BandRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @300 NONAME ??0H225_BandWidth@@QAE@ABV0@@Z @19674 NONAME ??0H225_BandWidth@@QAE@IW4TagClass@PASN_Object@@@Z @301 NONAME ??0H225_BandwidthConfirm@@QAE@ABV0@@Z @302 NONAME ??0H225_BandwidthConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @303 NONAME ??0H225_BandwidthDetails@@QAE@ABV0@@Z @11030 NONAME ??0H225_BandwidthDetails@@QAE@IW4TagClass@PASN_Object@@@Z @11031 NONAME ??0H225_BandwidthReject@@QAE@ABV0@@Z @304 NONAME ??0H225_BandwidthReject@@QAE@IW4TagClass@PASN_Object@@@Z @305 NONAME ??0H225_BandwidthRequest@@QAE@ABV0@@Z @306 NONAME ??0H225_BandwidthRequest@@QAE@IW4TagClass@PASN_Object@@@Z @307 NONAME ??0H225_CallCapacity@@QAE@ABV0@@Z @11032 NONAME ??0H225_CallCapacity@@QAE@IW4TagClass@PASN_Object@@@Z @11033 NONAME ??0H225_CallCapacityInfo@@QAE@ABV0@@Z @11034 NONAME ??0H225_CallCapacityInfo@@QAE@IW4TagClass@PASN_Object@@@Z @11035 NONAME ??0H225_CallCreditCapability@@QAE@ABV0@@Z @11036 NONAME ??0H225_CallCreditCapability@@QAE@IW4TagClass@PASN_Object@@@Z @11037 NONAME ??0H225_CallCreditServiceControl@@QAE@ABV0@@Z @11038 NONAME ??0H225_CallCreditServiceControl@@QAE@IW4TagClass@PASN_Object@@@Z @11039 NONAME ??0H225_CallCreditServiceControl_billingMode@@QAE@ABV0@@Z @19675 NONAME ??0H225_CallCreditServiceControl_billingMode@@QAE@IW4TagClass@PASN_Object@@@Z @11040 NONAME ??0H225_CallCreditServiceControl_callStartingPoint@@QAE@ABV0@@Z @19676 NONAME ??0H225_CallCreditServiceControl_callStartingPoint@@QAE@IW4TagClass@PASN_Object@@@Z @11041 NONAME ??0H225_CallIdentifier@@QAE@ABV0@@Z @308 NONAME ??0H225_CallIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @309 NONAME ??0H225_CallLinkage@@QAE@ABV0@@Z @11042 NONAME ??0H225_CallLinkage@@QAE@IW4TagClass@PASN_Object@@@Z @11043 NONAME ??0H225_CallModel@@QAE@ABV0@@Z @19677 NONAME ??0H225_CallModel@@QAE@IW4TagClass@PASN_Object@@@Z @310 NONAME ??0H225_CallProceeding_UUIE@@QAE@ABV0@@Z @311 NONAME ??0H225_CallProceeding_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @312 NONAME ??0H225_CallReferenceValue@@QAE@ABV0@@Z @19678 NONAME ??0H225_CallReferenceValue@@QAE@IW4TagClass@PASN_Object@@@Z @313 NONAME ??0H225_CallsAvailable@@QAE@ABV0@@Z @11044 NONAME ??0H225_CallsAvailable@@QAE@IW4TagClass@PASN_Object@@@Z @11045 NONAME ??0H225_CallTerminationCause@@QAE@ABV0@@Z @11046 NONAME ??0H225_CallTerminationCause@@QAE@IW4TagClass@PASN_Object@@@Z @11047 NONAME ??0H225_CallType@@QAE@ABV0@@Z @19679 NONAME ??0H225_CallType@@QAE@IW4TagClass@PASN_Object@@@Z @314 NONAME ??0H225_CapacityReportingCapability@@QAE@ABV0@@Z @11048 NONAME ??0H225_CapacityReportingCapability@@QAE@IW4TagClass@PASN_Object@@@Z @11049 NONAME ??0H225_CapacityReportingSpecification@@QAE@ABV0@@Z @19680 NONAME ??0H225_CapacityReportingSpecification@@QAE@IW4TagClass@PASN_Object@@@Z @11050 NONAME ??0H225_CapacityReportingSpecification_when@@QAE@ABV0@@Z @11051 NONAME ??0H225_CapacityReportingSpecification_when@@QAE@IW4TagClass@PASN_Object@@@Z @11052 NONAME ??0H225_CarrierInfo@@QAE@ABV0@@Z @19000 NONAME ??0H225_CarrierInfo@@QAE@IW4TagClass@PASN_Object@@@Z @19001 NONAME ??0H225_CicInfo@@QAE@ABV0@@Z @11053 NONAME ??0H225_CicInfo@@QAE@IW4TagClass@PASN_Object@@@Z @11054 NONAME ??0H225_CicInfo_cic@@QAE@ABV0@@Z @19681 NONAME ??0H225_CicInfo_cic@@QAE@IW4TagClass@PASN_Object@@@Z @11055 NONAME ??0H225_CircuitIdentifier@@QAE@ABV0@@Z @18968 NONAME ??0H225_CircuitIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @11056 NONAME ??0H225_CircuitInfo@@QAE@ABV0@@Z @11057 NONAME ??0H225_CircuitInfo@@QAE@IW4TagClass@PASN_Object@@@Z @11058 NONAME ??0H225_ConferenceIdentifier@@QAE@ABV0@@Z @19682 NONAME ??0H225_ConferenceIdentifier@@QAE@ABVPBYTEArray@@@Z @17747 NONAME ??0H225_ConferenceIdentifier@@QAE@ABVPString@@@Z @17748 NONAME ??0H225_ConferenceIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @315 NONAME ??0H225_ConferenceIdentifier@@QAE@PBD@Z @17749 NONAME ??0H225_ConferenceList@@QAE@ABV0@@Z @316 NONAME ??0H225_ConferenceList@@QAE@IW4TagClass@PASN_Object@@@Z @317 NONAME ??0H225_Connect_UUIE@@QAE@ABV0@@Z @318 NONAME ??0H225_Connect_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @319 NONAME ??0H225_Connect_UUIE_language@@QAE@ABV0@@Z @19683 NONAME ??0H225_Connect_UUIE_language@@QAE@IW4TagClass@PASN_Object@@@Z @11059 NONAME ??0H225_Content@@QAE@ABV0@@Z @19684 NONAME ??0H225_Content@@QAE@IW4TagClass@PASN_Object@@@Z @11060 NONAME ??0H225_CryptoH323Token@@QAE@ABV0@@Z @19685 NONAME ??0H225_CryptoH323Token@@QAE@IW4TagClass@PASN_Object@@@Z @320 NONAME ??0H225_CryptoH323Token_cryptoEPPwdHash@@QAE@ABV0@@Z @321 NONAME ??0H225_CryptoH323Token_cryptoEPPwdHash@@QAE@IW4TagClass@PASN_Object@@@Z @322 NONAME ??0H225_CryptoH323Token_cryptoGKPwdHash@@QAE@ABV0@@Z @323 NONAME ??0H225_CryptoH323Token_cryptoGKPwdHash@@QAE@IW4TagClass@PASN_Object@@@Z @324 NONAME ??0H225_DataRate@@QAE@ABV0@@Z @325 NONAME ??0H225_DataRate@@QAE@IW4TagClass@PASN_Object@@@Z @326 NONAME ??0H225_DisengageConfirm@@QAE@ABV0@@Z @327 NONAME ??0H225_DisengageConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @328 NONAME ??0H225_DisengageReason@@QAE@ABV0@@Z @19686 NONAME ??0H225_DisengageReason@@QAE@IW4TagClass@PASN_Object@@@Z @329 NONAME ??0H225_DisengageReject@@QAE@ABV0@@Z @330 NONAME ??0H225_DisengageReject@@QAE@IW4TagClass@PASN_Object@@@Z @331 NONAME ??0H225_DisengageRejectReason@@QAE@ABV0@@Z @19687 NONAME ??0H225_DisengageRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @332 NONAME ??0H225_DisengageRequest@@QAE@ABV0@@Z @333 NONAME ??0H225_DisengageRequest@@QAE@IW4TagClass@PASN_Object@@@Z @334 NONAME ??0H225_EncodedFastStartToken@@QAE@ABV0@@Z @19688 NONAME ??0H225_EncodedFastStartToken@@QAE@IW4TagClass@PASN_Object@@@Z @12385 NONAME ??0H225_EncryptIntAlg@@QAE@ABV0@@Z @19689 NONAME ??0H225_EncryptIntAlg@@QAE@IW4TagClass@PASN_Object@@@Z @335 NONAME ??0H225_Endpoint@@QAE@ABV0@@Z @336 NONAME ??0H225_Endpoint@@QAE@IW4TagClass@PASN_Object@@@Z @337 NONAME ??0H225_EndpointIdentifier@@QAE@ABV0@@Z @19690 NONAME ??0H225_EndpointIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @338 NONAME ??0H225_EndpointType@@QAE@ABV0@@Z @339 NONAME ??0H225_EndpointType@@QAE@IW4TagClass@PASN_Object@@@Z @340 NONAME ??0H225_EnumeratedParameter@@QAE@ABV0@@Z @11061 NONAME ??0H225_EnumeratedParameter@@QAE@IW4TagClass@PASN_Object@@@Z @11062 NONAME ??0H225_ExtendedAliasAddress@@QAE@ABV0@@Z @11063 NONAME ??0H225_ExtendedAliasAddress@@QAE@IW4TagClass@PASN_Object@@@Z @11064 NONAME ??0H225_FacilityReason@@QAE@ABV0@@Z @19691 NONAME ??0H225_FacilityReason@@QAE@IW4TagClass@PASN_Object@@@Z @341 NONAME ??0H225_Facility_UUIE@@QAE@ABV0@@Z @342 NONAME ??0H225_Facility_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @343 NONAME ??0H225_FastStartToken@@QAE@ABV0@@Z @19692 NONAME ??0H225_FastStartToken@@QAE@IW4TagClass@PASN_Object@@@Z @344 NONAME ??0H225_FeatureDescriptor@@QAE@ABV0@@Z @19693 NONAME ??0H225_FeatureDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @11065 NONAME ??0H225_FeatureSet@@QAE@ABV0@@Z @11066 NONAME ??0H225_FeatureSet@@QAE@IW4TagClass@PASN_Object@@@Z @11067 NONAME ??0H225_GatekeeperConfirm@@QAE@ABV0@@Z @345 NONAME ??0H225_GatekeeperConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @346 NONAME ??0H225_GatekeeperIdentifier@@QAE@ABV0@@Z @19694 NONAME ??0H225_GatekeeperIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @347 NONAME ??0H225_GatekeeperInfo@@QAE@ABV0@@Z @19695 NONAME ??0H225_GatekeeperInfo@@QAE@IW4TagClass@PASN_Object@@@Z @348 NONAME ??0H225_GatekeeperReject@@QAE@ABV0@@Z @349 NONAME ??0H225_GatekeeperReject@@QAE@IW4TagClass@PASN_Object@@@Z @350 NONAME ??0H225_GatekeeperRejectReason@@QAE@ABV0@@Z @19696 NONAME ??0H225_GatekeeperRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @351 NONAME ??0H225_GatekeeperRequest@@QAE@ABV0@@Z @352 NONAME ??0H225_GatekeeperRequest@@QAE@IW4TagClass@PASN_Object@@@Z @353 NONAME ??0H225_GatewayInfo@@QAE@ABV0@@Z @354 NONAME ??0H225_GatewayInfo@@QAE@IW4TagClass@PASN_Object@@@Z @355 NONAME ??0H225_GenericData@@QAE@ABV0@@Z @11068 NONAME ??0H225_GenericData@@QAE@IW4TagClass@PASN_Object@@@Z @11069 NONAME ??0H225_GenericIdentifier@@QAE@ABV0@@Z @19697 NONAME ??0H225_GenericIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @11070 NONAME ??0H225_GloballyUniqueID@@QAE@ABV0@@Z @356 NONAME ??0H225_GloballyUniqueID@@QAE@ABVPBYTEArray@@@Z @17750 NONAME ??0H225_GloballyUniqueID@@QAE@ABVPString@@@Z @17751 NONAME ??0H225_GloballyUniqueID@@QAE@IW4TagClass@PASN_Object@@@Z @357 NONAME ??0H225_GloballyUniqueID@@QAE@PBD@Z @17752 NONAME ??0H225_GroupID@@QAE@ABV0@@Z @11071 NONAME ??0H225_GroupID@@QAE@IW4TagClass@PASN_Object@@@Z @11072 NONAME ??0H225_GroupID_member@@QAE@ABV0@@Z @19698 NONAME ??0H225_GroupID_member@@QAE@IW4TagClass@PASN_Object@@@Z @11073 NONAME ??0H225_GSM_UIM@@QAE@ABV0@@Z @11074 NONAME ??0H225_GSM_UIM@@QAE@IW4TagClass@PASN_Object@@@Z @11075 NONAME ??0H225_H221NonStandard@@QAE@ABV0@@Z @358 NONAME ??0H225_H221NonStandard@@QAE@IW4TagClass@PASN_Object@@@Z @359 NONAME ??0H225_H245Security@@QAE@ABV0@@Z @19699 NONAME ??0H225_H245Security@@QAE@IW4TagClass@PASN_Object@@@Z @360 NONAME ??0H225_H248PackagesDescriptor@@QAE@ABV0@@Z @19700 NONAME ??0H225_H248PackagesDescriptor@@QAE@ABVPBYTEArray@@@Z @17753 NONAME ??0H225_H248PackagesDescriptor@@QAE@ABVPString@@@Z @17754 NONAME ??0H225_H248PackagesDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @11076 NONAME ??0H225_H248PackagesDescriptor@@QAE@PBD@Z @17755 NONAME ??0H225_H248SignalsDescriptor@@QAE@ABV0@@Z @19701 NONAME ??0H225_H248SignalsDescriptor@@QAE@ABVPBYTEArray@@@Z @17756 NONAME ??0H225_H248SignalsDescriptor@@QAE@ABVPString@@@Z @17757 NONAME ??0H225_H248SignalsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @11077 NONAME ??0H225_H248SignalsDescriptor@@QAE@PBD@Z @17758 NONAME ??0H225_H310Caps@@QAE@ABV0@@Z @361 NONAME ??0H225_H310Caps@@QAE@IW4TagClass@PASN_Object@@@Z @362 NONAME ??0H225_H320Caps@@QAE@ABV0@@Z @363 NONAME ??0H225_H320Caps@@QAE@IW4TagClass@PASN_Object@@@Z @364 NONAME ??0H225_H321Caps@@QAE@ABV0@@Z @365 NONAME ??0H225_H321Caps@@QAE@IW4TagClass@PASN_Object@@@Z @366 NONAME ??0H225_H322Caps@@QAE@ABV0@@Z @367 NONAME ??0H225_H322Caps@@QAE@IW4TagClass@PASN_Object@@@Z @368 NONAME ??0H225_H323Caps@@QAE@ABV0@@Z @369 NONAME ??0H225_H323Caps@@QAE@IW4TagClass@PASN_Object@@@Z @370 NONAME ??0H225_H323_UserInformation@@QAE@ABV0@@Z @371 NONAME ??0H225_H323_UserInformation@@QAE@IW4TagClass@PASN_Object@@@Z @372 NONAME ??0H225_H323_UserInformation_user_data@@QAE@ABV0@@Z @373 NONAME ??0H225_H323_UserInformation_user_data@@QAE@IW4TagClass@PASN_Object@@@Z @374 NONAME ??0H225_H323_UU_PDU@@QAE@ABV0@@Z @375 NONAME ??0H225_H323_UU_PDU@@QAE@IW4TagClass@PASN_Object@@@Z @376 NONAME ??0H225_H323_UU_PDU_h323_message_body@@QAE@ABV0@@Z @19702 NONAME ??0H225_H323_UU_PDU_h323_message_body@@QAE@IW4TagClass@PASN_Object@@@Z @377 NONAME ??0H225_H323_UU_PDU_tunnelledSignallingMessage@@QAE@ABV0@@Z @11078 NONAME ??0H225_H323_UU_PDU_tunnelledSignallingMessage@@QAE@IW4TagClass@PASN_Object@@@Z @11079 NONAME ??0H225_H324Caps@@QAE@ABV0@@Z @378 NONAME ??0H225_H324Caps@@QAE@IW4TagClass@PASN_Object@@@Z @379 NONAME ??0H225_ICV@@QAE@ABV0@@Z @380 NONAME ??0H225_ICV@@QAE@IW4TagClass@PASN_Object@@@Z @381 NONAME ??0H225_InfoRequest@@QAE@ABV0@@Z @382 NONAME ??0H225_InfoRequest@@QAE@IW4TagClass@PASN_Object@@@Z @383 NONAME ??0H225_InfoRequestAck@@QAE@ABV0@@Z @384 NONAME ??0H225_InfoRequestAck@@QAE@IW4TagClass@PASN_Object@@@Z @385 NONAME ??0H225_InfoRequestNak@@QAE@ABV0@@Z @386 NONAME ??0H225_InfoRequestNak@@QAE@IW4TagClass@PASN_Object@@@Z @387 NONAME ??0H225_InfoRequestNakReason@@QAE@ABV0@@Z @19703 NONAME ??0H225_InfoRequestNakReason@@QAE@IW4TagClass@PASN_Object@@@Z @388 NONAME ??0H225_InfoRequestResponse@@QAE@ABV0@@Z @389 NONAME ??0H225_InfoRequestResponse@@QAE@IW4TagClass@PASN_Object@@@Z @390 NONAME ??0H225_InfoRequestResponseStatus@@QAE@ABV0@@Z @19704 NONAME ??0H225_InfoRequestResponseStatus@@QAE@IW4TagClass@PASN_Object@@@Z @11080 NONAME ??0H225_InfoRequestResponse_perCallInfo@@QAE@ABV0@@Z @19705 NONAME ??0H225_InfoRequestResponse_perCallInfo@@QAE@IW4TagClass@PASN_Object@@@Z @391 NONAME ??0H225_InfoRequestResponse_perCallInfo_subtype@@QAE@ABV0@@Z @392 NONAME ??0H225_InfoRequestResponse_perCallInfo_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @393 NONAME ??0H225_InfoRequestResponse_perCallInfo_subtype_pdu@@QAE@ABV0@@Z @394 NONAME ??0H225_InfoRequestResponse_perCallInfo_subtype_pdu@@QAE@IW4TagClass@PASN_Object@@@Z @395 NONAME ??0H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@QAE@ABV0@@Z @396 NONAME ??0H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @397 NONAME ??0H225_Information_UUIE@@QAE@ABV0@@Z @398 NONAME ??0H225_Information_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @399 NONAME ??0H225_IntegrityMechanism@@QAE@ABV0@@Z @19706 NONAME ??0H225_IntegrityMechanism@@QAE@IW4TagClass@PASN_Object@@@Z @400 NONAME ??0H225_LocationConfirm@@QAE@ABV0@@Z @401 NONAME ??0H225_LocationConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @402 NONAME ??0H225_LocationReject@@QAE@ABV0@@Z @403 NONAME ??0H225_LocationReject@@QAE@IW4TagClass@PASN_Object@@@Z @404 NONAME ??0H225_LocationRejectReason@@QAE@ABV0@@Z @19707 NONAME ??0H225_LocationRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @405 NONAME ??0H225_LocationRequest@@QAE@ABV0@@Z @406 NONAME ??0H225_LocationRequest@@QAE@IW4TagClass@PASN_Object@@@Z @407 NONAME ??0H225_McuInfo@@QAE@ABV0@@Z @11081 NONAME ??0H225_McuInfo@@QAE@IW4TagClass@PASN_Object@@@Z @408 NONAME ??0H225_MobileUIM@@QAE@ABV0@@Z @19708 NONAME ??0H225_MobileUIM@@QAE@IW4TagClass@PASN_Object@@@Z @11082 NONAME ??0H225_NonIsoIntegrityMechanism@@QAE@ABV0@@Z @19709 NONAME ??0H225_NonIsoIntegrityMechanism@@QAE@IW4TagClass@PASN_Object@@@Z @409 NONAME ??0H225_NonStandardIdentifier@@QAE@ABV0@@Z @19710 NONAME ??0H225_NonStandardIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @410 NONAME ??0H225_NonStandardMessage@@QAE@ABV0@@Z @411 NONAME ??0H225_NonStandardMessage@@QAE@IW4TagClass@PASN_Object@@@Z @412 NONAME ??0H225_NonStandardParameter@@QAE@ABV0@@Z @413 NONAME ??0H225_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @414 NONAME ??0H225_NonStandardProtocol@@QAE@ABV0@@Z @415 NONAME ??0H225_NonStandardProtocol@@QAE@IW4TagClass@PASN_Object@@@Z @416 NONAME ??0H225_Notify_UUIE@@QAE@ABV0@@Z @11083 NONAME ??0H225_Notify_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @11084 NONAME ??0H225_NumberDigits@@QAE@ABV0@@Z @19711 NONAME ??0H225_NumberDigits@@QAE@IW4TagClass@PASN_Object@@@Z @417 NONAME ??0H225_PartyNumber@@QAE@ABV0@@Z @19712 NONAME ??0H225_PartyNumber@@QAE@IW4TagClass@PASN_Object@@@Z @418 NONAME ??0H225_PresentationIndicator@@QAE@ABV0@@Z @19713 NONAME ??0H225_PresentationIndicator@@QAE@IW4TagClass@PASN_Object@@@Z @11085 NONAME ??0H225_PrivatePartyNumber@@QAE@ABV0@@Z @419 NONAME ??0H225_PrivatePartyNumber@@QAE@IW4TagClass@PASN_Object@@@Z @420 NONAME ??0H225_PrivateTypeOfNumber@@QAE@ABV0@@Z @19714 NONAME ??0H225_PrivateTypeOfNumber@@QAE@IW4TagClass@PASN_Object@@@Z @421 NONAME ??0H225_Progress_UUIE@@QAE@ABV0@@Z @422 NONAME ??0H225_Progress_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @423 NONAME ??0H225_ProtocolIdentifier@@QAE@ABV0@@Z @19715 NONAME ??0H225_ProtocolIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @424 NONAME ??0H225_PublicPartyNumber@@QAE@ABV0@@Z @425 NONAME ??0H225_PublicPartyNumber@@QAE@IW4TagClass@PASN_Object@@@Z @426 NONAME ??0H225_PublicTypeOfNumber@@QAE@ABV0@@Z @19716 NONAME ??0H225_PublicTypeOfNumber@@QAE@IW4TagClass@PASN_Object@@@Z @427 NONAME ??0H225_Q954Details@@QAE@ABV0@@Z @428 NONAME ??0H225_Q954Details@@QAE@IW4TagClass@PASN_Object@@@Z @429 NONAME ??0H225_QseriesOptions@@QAE@ABV0@@Z @430 NONAME ??0H225_QseriesOptions@@QAE@IW4TagClass@PASN_Object@@@Z @431 NONAME ??0H225_RAS@@QAE@AAVH323EndPoint@@PAVH323Transport@@@Z @12491 NONAME ??0H225_RasMessage@@QAE@ABV0@@Z @19717 NONAME ??0H225_RasMessage@@QAE@IW4TagClass@PASN_Object@@@Z @432 NONAME ??0H225_RasUsageInformation@@QAE@ABV0@@Z @11086 NONAME ??0H225_RasUsageInformation@@QAE@IW4TagClass@PASN_Object@@@Z @11087 NONAME ??0H225_RasUsageInfoTypes@@QAE@ABV0@@Z @11088 NONAME ??0H225_RasUsageInfoTypes@@QAE@IW4TagClass@PASN_Object@@@Z @11089 NONAME ??0H225_RasUsageSpecification@@QAE@ABV0@@Z @11090 NONAME ??0H225_RasUsageSpecification@@QAE@IW4TagClass@PASN_Object@@@Z @11091 NONAME ??0H225_RasUsageSpecification_callStartingPoint@@QAE@ABV0@@Z @11092 NONAME ??0H225_RasUsageSpecification_callStartingPoint@@QAE@IW4TagClass@PASN_Object@@@Z @11093 NONAME ??0H225_RasUsageSpecification_when@@QAE@ABV0@@Z @11094 NONAME ??0H225_RasUsageSpecification_when@@QAE@IW4TagClass@PASN_Object@@@Z @11095 NONAME ??0H225_RegistrationConfirm@@QAE@ABV0@@Z @433 NONAME ??0H225_RegistrationConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @434 NONAME ??0H225_RegistrationConfirm_preGrantedARQ@@QAE@ABV0@@Z @435 NONAME ??0H225_RegistrationConfirm_preGrantedARQ@@QAE@IW4TagClass@PASN_Object@@@Z @436 NONAME ??0H225_RegistrationReject@@QAE@ABV0@@Z @437 NONAME ??0H225_RegistrationReject@@QAE@IW4TagClass@PASN_Object@@@Z @438 NONAME ??0H225_RegistrationRejectReason@@QAE@ABV0@@Z @19718 NONAME ??0H225_RegistrationRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @439 NONAME ??0H225_RegistrationRejectReason_invalidTerminalAliases@@QAE@ABV0@@Z @11096 NONAME ??0H225_RegistrationRejectReason_invalidTerminalAliases@@QAE@IW4TagClass@PASN_Object@@@Z @11097 NONAME ??0H225_RegistrationRequest@@QAE@ABV0@@Z @440 NONAME ??0H225_RegistrationRequest@@QAE@IW4TagClass@PASN_Object@@@Z @441 NONAME ??0H225_ReleaseCompleteReason@@QAE@ABV0@@Z @19719 NONAME ??0H225_ReleaseCompleteReason@@QAE@IW4TagClass@PASN_Object@@@Z @442 NONAME ??0H225_ReleaseComplete_UUIE@@QAE@ABV0@@Z @443 NONAME ??0H225_ReleaseComplete_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @444 NONAME ??0H225_RequestInProgress@@QAE@ABV0@@Z @445 NONAME ??0H225_RequestInProgress@@QAE@IW4TagClass@PASN_Object@@@Z @446 NONAME ??0H225_RequestSeqNum@@QAE@ABV0@@Z @19720 NONAME ??0H225_RequestSeqNum@@QAE@IW4TagClass@PASN_Object@@@Z @447 NONAME ??0H225_ResourcesAvailableConfirm@@QAE@ABV0@@Z @448 NONAME ??0H225_ResourcesAvailableConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @449 NONAME ??0H225_ResourcesAvailableIndicate@@QAE@ABV0@@Z @450 NONAME ??0H225_ResourcesAvailableIndicate@@QAE@IW4TagClass@PASN_Object@@@Z @451 NONAME ??0H225_RTPSession@@QAE@ABV0@@Z @452 NONAME ??0H225_RTPSession@@QAE@IW4TagClass@PASN_Object@@@Z @453 NONAME ??0H225_RTPSession_associatedSessionIds@@QAE@ABV0@@Z @19721 NONAME ??0H225_RTPSession_associatedSessionIds@@QAE@IW4TagClass@PASN_Object@@@Z @454 NONAME ??0H225_ScnConnectionAggregation@@QAE@ABV0@@Z @19722 NONAME ??0H225_ScnConnectionAggregation@@QAE@IW4TagClass@PASN_Object@@@Z @11098 NONAME ??0H225_ScnConnectionType@@QAE@ABV0@@Z @19723 NONAME ??0H225_ScnConnectionType@@QAE@IW4TagClass@PASN_Object@@@Z @11099 NONAME ??0H225_ScreeningIndicator@@QAE@ABV0@@Z @19724 NONAME ??0H225_ScreeningIndicator@@QAE@IW4TagClass@PASN_Object@@@Z @11100 NONAME ??0H225_SecurityCapabilities@@QAE@ABV0@@Z @455 NONAME ??0H225_SecurityCapabilities@@QAE@IW4TagClass@PASN_Object@@@Z @456 NONAME ??0H225_SecurityErrors2@@QAE@ABV0@@Z @19725 NONAME ??0H225_SecurityErrors2@@QAE@IW4TagClass@PASN_Object@@@Z @19002 NONAME ??0H225_SecurityErrors@@QAE@ABV0@@Z @19726 NONAME ??0H225_SecurityErrors@@QAE@IW4TagClass@PASN_Object@@@Z @19003 NONAME ??0H225_SecurityServiceMode@@QAE@ABV0@@Z @19727 NONAME ??0H225_SecurityServiceMode@@QAE@IW4TagClass@PASN_Object@@@Z @457 NONAME ??0H225_ServiceControlDescriptor@@QAE@ABV0@@Z @19728 NONAME ??0H225_ServiceControlDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @11101 NONAME ??0H225_ServiceControlIndication@@QAE@ABV0@@Z @11102 NONAME ??0H225_ServiceControlIndication@@QAE@IW4TagClass@PASN_Object@@@Z @11103 NONAME ??0H225_ServiceControlIndication_callSpecific@@QAE@ABV0@@Z @11104 NONAME ??0H225_ServiceControlIndication_callSpecific@@QAE@IW4TagClass@PASN_Object@@@Z @11105 NONAME ??0H225_ServiceControlResponse@@QAE@ABV0@@Z @11106 NONAME ??0H225_ServiceControlResponse@@QAE@IW4TagClass@PASN_Object@@@Z @11107 NONAME ??0H225_ServiceControlResponse_result@@QAE@ABV0@@Z @19729 NONAME ??0H225_ServiceControlResponse_result@@QAE@IW4TagClass@PASN_Object@@@Z @11108 NONAME ??0H225_ServiceControlSession@@QAE@ABV0@@Z @11109 NONAME ??0H225_ServiceControlSession@@QAE@IW4TagClass@PASN_Object@@@Z @11110 NONAME ??0H225_ServiceControlSession_reason@@QAE@ABV0@@Z @19730 NONAME ??0H225_ServiceControlSession_reason@@QAE@IW4TagClass@PASN_Object@@@Z @11111 NONAME ??0H225_SetupAcknowledge_UUIE@@QAE@ABV0@@Z @11112 NONAME ??0H225_SetupAcknowledge_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @11113 NONAME ??0H225_Setup_UUIE@@QAE@ABV0@@Z @458 NONAME ??0H225_Setup_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @459 NONAME ??0H225_Setup_UUIE_conferenceGoal@@QAE@ABV0@@Z @19731 NONAME ??0H225_Setup_UUIE_conferenceGoal@@QAE@IW4TagClass@PASN_Object@@@Z @460 NONAME ??0H225_Setup_UUIE_connectionParameters@@QAE@ABV0@@Z @11114 NONAME ??0H225_Setup_UUIE_connectionParameters@@QAE@IW4TagClass@PASN_Object@@@Z @11115 NONAME ??0H225_Setup_UUIE_language@@QAE@ABV0@@Z @19732 NONAME ??0H225_Setup_UUIE_language@@QAE@IW4TagClass@PASN_Object@@@Z @11116 NONAME ??0H225_SIPCaps@@QAE@ABV0@@Z @19004 NONAME ??0H225_SIPCaps@@QAE@IW4TagClass@PASN_Object@@@Z @19005 NONAME ??0H225_StatusInquiry_UUIE@@QAE@ABV0@@Z @11117 NONAME ??0H225_StatusInquiry_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @11118 NONAME ??0H225_Status_UUIE@@QAE@ABV0@@Z @11119 NONAME ??0H225_Status_UUIE@@QAE@IW4TagClass@PASN_Object@@@Z @11120 NONAME ??0H225_StimulusControl@@QAE@ABV0@@Z @11121 NONAME ??0H225_StimulusControl@@QAE@IW4TagClass@PASN_Object@@@Z @11122 NONAME ??0H225_SupportedPrefix@@QAE@ABV0@@Z @461 NONAME ??0H225_SupportedPrefix@@QAE@IW4TagClass@PASN_Object@@@Z @462 NONAME ??0H225_SupportedProtocols@@QAE@ABV0@@Z @19733 NONAME ??0H225_SupportedProtocols@@QAE@IW4TagClass@PASN_Object@@@Z @463 NONAME ??0H225_T120OnlyCaps@@QAE@ABV0@@Z @464 NONAME ??0H225_T120OnlyCaps@@QAE@IW4TagClass@PASN_Object@@@Z @465 NONAME ??0H225_T38FaxAnnexbOnlyCaps@@QAE@ABV0@@Z @11123 NONAME ??0H225_T38FaxAnnexbOnlyCaps@@QAE@IW4TagClass@PASN_Object@@@Z @11124 NONAME ??0H225_TBCD_STRING@@QAE@ABV0@@Z @19734 NONAME ??0H225_TBCD_STRING@@QAE@IW4TagClass@PASN_Object@@@Z @11125 NONAME ??0H225_TerminalInfo@@QAE@ABV0@@Z @19735 NONAME ??0H225_TerminalInfo@@QAE@IW4TagClass@PASN_Object@@@Z @466 NONAME ??0H225_TimeToLive@@QAE@ABV0@@Z @19736 NONAME ??0H225_TimeToLive@@QAE@IW4TagClass@PASN_Object@@@Z @467 NONAME ??0H225_TransportAddress@@QAE@ABV0@@Z @19737 NONAME ??0H225_TransportAddress@@QAE@IW4TagClass@PASN_Object@@@Z @468 NONAME ??0H225_TransportAddress_ip6Address@@QAE@ABV0@@Z @469 NONAME ??0H225_TransportAddress_ip6Address@@QAE@IW4TagClass@PASN_Object@@@Z @470 NONAME ??0H225_TransportAddress_ipAddress@@QAE@ABV0@@Z @471 NONAME ??0H225_TransportAddress_ipAddress@@QAE@IW4TagClass@PASN_Object@@@Z @472 NONAME ??0H225_TransportAddress_ipSourceRoute@@QAE@ABV0@@Z @473 NONAME ??0H225_TransportAddress_ipSourceRoute@@QAE@IW4TagClass@PASN_Object@@@Z @474 NONAME ??0H225_TransportAddress_ipSourceRoute_route@@QAE@ABV0@@Z @19738 NONAME ??0H225_TransportAddress_ipSourceRoute_route@@QAE@IW4TagClass@PASN_Object@@@Z @475 NONAME ??0H225_TransportAddress_ipSourceRoute_routing@@QAE@ABV0@@Z @19739 NONAME ??0H225_TransportAddress_ipSourceRoute_routing@@QAE@IW4TagClass@PASN_Object@@@Z @476 NONAME ??0H225_TransportAddress_ipxAddress@@QAE@ABV0@@Z @477 NONAME ??0H225_TransportAddress_ipxAddress@@QAE@IW4TagClass@PASN_Object@@@Z @478 NONAME ??0H225_TransportChannelInfo@@QAE@ABV0@@Z @479 NONAME ??0H225_TransportChannelInfo@@QAE@IW4TagClass@PASN_Object@@@Z @480 NONAME ??0H225_TransportQOS@@QAE@ABV0@@Z @19740 NONAME ??0H225_TransportQOS@@QAE@IW4TagClass@PASN_Object@@@Z @482 NONAME ??0H225_TunnelledProtocol@@QAE@ABV0@@Z @11126 NONAME ??0H225_TunnelledProtocol@@QAE@IW4TagClass@PASN_Object@@@Z @11127 NONAME ??0H225_TunnelledProtocolAlternateIdentifier@@QAE@ABV0@@Z @11128 NONAME ??0H225_TunnelledProtocolAlternateIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @11129 NONAME ??0H225_TunnelledProtocol_id@@QAE@ABV0@@Z @19741 NONAME ??0H225_TunnelledProtocol_id@@QAE@IW4TagClass@PASN_Object@@@Z @11130 NONAME ??0H225_UnknownMessageResponse@@QAE@ABV0@@Z @483 NONAME ??0H225_UnknownMessageResponse@@QAE@IW4TagClass@PASN_Object@@@Z @484 NONAME ??0H225_UnregistrationConfirm@@QAE@ABV0@@Z @485 NONAME ??0H225_UnregistrationConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @486 NONAME ??0H225_UnregistrationReject@@QAE@ABV0@@Z @487 NONAME ??0H225_UnregistrationReject@@QAE@IW4TagClass@PASN_Object@@@Z @488 NONAME ??0H225_UnregistrationRequest@@QAE@ABV0@@Z @489 NONAME ??0H225_UnregistrationRequest@@QAE@IW4TagClass@PASN_Object@@@Z @490 NONAME ??0H225_UnregRejectReason@@QAE@ABV0@@Z @19742 NONAME ??0H225_UnregRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @491 NONAME ??0H225_UnregRequestReason@@QAE@ABV0@@Z @19743 NONAME ??0H225_UnregRequestReason@@QAE@IW4TagClass@PASN_Object@@@Z @492 NONAME ??0H225_UseSpecifiedTransport@@QAE@ABV0@@Z @19744 NONAME ??0H225_UseSpecifiedTransport@@QAE@IW4TagClass@PASN_Object@@@Z @11131 NONAME ??0H225_UUIEsRequested@@QAE@ABV0@@Z @493 NONAME ??0H225_UUIEsRequested@@QAE@IW4TagClass@PASN_Object@@@Z @494 NONAME ??0H225_VendorIdentifier@@QAE@ABV0@@Z @495 NONAME ??0H225_VendorIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @496 NONAME ??0H225_VoiceCaps@@QAE@ABV0@@Z @497 NONAME ??0H225_VoiceCaps@@QAE@IW4TagClass@PASN_Object@@@Z @498 NONAME ??0H235AuthCAT@@QAE@ABV0@@Z @19745 NONAME ??0H235AuthCAT@@QAE@XZ @16728 NONAME ??0H235Authenticator@@QAE@ABV0@@Z @14764 NONAME ??0H235Authenticator@@QAE@XZ @13015 NONAME ??0H235Authenticators@@IAE@HPBV0@@Z @19746 NONAME ??0H235Authenticators@@QAE@ABV0@@Z @19747 NONAME ??0H235Authenticators@@QAE@XZ @19748 NONAME ??0H235AuthProcedure1@@QAE@ABV0@@Z @19749 NONAME ??0H235AuthProcedure1@@QAE@XZ @13016 NONAME ??0H235AuthSimpleMD5@@QAE@ABV0@@Z @19750 NONAME ??0H235AuthSimpleMD5@@QAE@XZ @13017 NONAME ??0H235_AuthenticationBES@@QAE@ABV0@@Z @19751 NONAME ??0H235_AuthenticationBES@@QAE@IW4TagClass@PASN_Object@@@Z @12946 NONAME ??0H235_AuthenticationMechanism@@QAE@ABV0@@Z @19752 NONAME ??0H235_AuthenticationMechanism@@QAE@IW4TagClass@PASN_Object@@@Z @499 NONAME ??0H235_ChallengeString@@QAE@ABV0@@Z @19753 NONAME ??0H235_ChallengeString@@QAE@ABVPBYTEArray@@@Z @18298 NONAME ??0H235_ChallengeString@@QAE@ABVPString@@@Z @18299 NONAME ??0H235_ChallengeString@@QAE@IW4TagClass@PASN_Object@@@Z @500 NONAME ??0H235_ChallengeString@@QAE@PBD@Z @18300 NONAME ??0H235_ClearToken@@QAE@ABV0@@Z @501 NONAME ??0H235_ClearToken@@QAE@IW4TagClass@PASN_Object@@@Z @502 NONAME ??0H235_CryptoToken@@QAE@ABV0@@Z @19754 NONAME ??0H235_CryptoToken@@QAE@IW4TagClass@PASN_Object@@@Z @503 NONAME ??0H235_CryptoToken_cryptoEncryptedToken@@QAE@ABV0@@Z @504 NONAME ??0H235_CryptoToken_cryptoEncryptedToken@@QAE@IW4TagClass@PASN_Object@@@Z @505 NONAME ??0H235_CryptoToken_cryptoHashedToken@@QAE@ABV0@@Z @506 NONAME ??0H235_CryptoToken_cryptoHashedToken@@QAE@IW4TagClass@PASN_Object@@@Z @507 NONAME ??0H235_CryptoToken_cryptoSignedToken@@QAE@ABV0@@Z @508 NONAME ??0H235_CryptoToken_cryptoSignedToken@@QAE@IW4TagClass@PASN_Object@@@Z @509 NONAME ??0H235_DHset@@QAE@ABV0@@Z @510 NONAME ??0H235_DHset@@QAE@IW4TagClass@PASN_Object@@@Z @511 NONAME ??0H235_ECGDSASignature@@QAE@ABV0@@Z @19006 NONAME ??0H235_ECGDSASignature@@QAE@IW4TagClass@PASN_Object@@@Z @19007 NONAME ??0H235_ECKASDH@@QAE@ABV0@@Z @19755 NONAME ??0H235_ECKASDH@@QAE@IW4TagClass@PASN_Object@@@Z @12949 NONAME ??0H235_ECKASDH_eckasdh2@@QAE@ABV0@@Z @12950 NONAME ??0H235_ECKASDH_eckasdh2@@QAE@IW4TagClass@PASN_Object@@@Z @12951 NONAME ??0H235_ECKASDH_eckasdhp@@QAE@ABV0@@Z @12952 NONAME ??0H235_ECKASDH_eckasdhp@@QAE@IW4TagClass@PASN_Object@@@Z @12953 NONAME ??0H235_ECpoint@@QAE@ABV0@@Z @19008 NONAME ??0H235_ECpoint@@QAE@IW4TagClass@PASN_Object@@@Z @19009 NONAME ??0H235_EncodedGeneralToken@@QAE@ABV0@@Z @19756 NONAME ??0H235_EncodedGeneralToken@@QAE@IW4TagClass@PASN_Object@@@Z @12386 NONAME ??0H235_EncodedKeySignedMaterial@@QAE@ABV0@@Z @19757 NONAME ??0H235_EncodedKeySignedMaterial@@QAE@IW4TagClass@PASN_Object@@@Z @12387 NONAME ??0H235_EncodedKeySyncMaterial@@QAE@ABV0@@Z @19758 NONAME ??0H235_EncodedKeySyncMaterial@@QAE@IW4TagClass@PASN_Object@@@Z @12388 NONAME ??0H235_EncodedPwdCertToken@@QAE@ABV0@@Z @19759 NONAME ??0H235_EncodedPwdCertToken@@QAE@IW4TagClass@PASN_Object@@@Z @12389 NONAME ??0H235_EncodedReturnSig@@QAE@ABV0@@Z @19760 NONAME ??0H235_EncodedReturnSig@@QAE@IW4TagClass@PASN_Object@@@Z @12390 NONAME ??0H235_H235CertificateSignature@@QAE@ABV0@@Z @512 NONAME ??0H235_H235CertificateSignature@@QAE@IW4TagClass@PASN_Object@@@Z @513 NONAME ??0H235_H235Key@@QAE@ABV0@@Z @19761 NONAME ??0H235_H235Key@@QAE@IW4TagClass@PASN_Object@@@Z @514 NONAME ??0H235_Identifier@@QAE@ABV0@@Z @19762 NONAME ??0H235_Identifier@@QAE@IW4TagClass@PASN_Object@@@Z @515 NONAME ??0H235_IV16@@QAE@ABV0@@Z @19763 NONAME ??0H235_IV16@@QAE@ABVPBYTEArray@@@Z @18301 NONAME ??0H235_IV16@@QAE@ABVPString@@@Z @18302 NONAME ??0H235_IV16@@QAE@IW4TagClass@PASN_Object@@@Z @12954 NONAME ??0H235_IV16@@QAE@PBD@Z @18303 NONAME ??0H235_IV8@@QAE@ABV0@@Z @19764 NONAME ??0H235_IV8@@QAE@ABVPBYTEArray@@@Z @18304 NONAME ??0H235_IV8@@QAE@ABVPString@@@Z @18305 NONAME ??0H235_IV8@@QAE@IW4TagClass@PASN_Object@@@Z @516 NONAME ??0H235_IV8@@QAE@PBD@Z @18306 NONAME ??0H235_KeyMaterial@@QAE@ABV0@@Z @19765 NONAME ??0H235_KeyMaterial@@QAE@IW4TagClass@PASN_Object@@@Z @517 NONAME ??0H235_KeySignedMaterial@@QAE@ABV0@@Z @518 NONAME ??0H235_KeySignedMaterial@@QAE@IW4TagClass@PASN_Object@@@Z @519 NONAME ??0H235_KeySyncMaterial@@QAE@ABV0@@Z @520 NONAME ??0H235_KeySyncMaterial@@QAE@IW4TagClass@PASN_Object@@@Z @521 NONAME ??0H235_NonStandardParameter@@QAE@ABV0@@Z @522 NONAME ??0H235_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @523 NONAME ??0H235_Params@@QAE@ABV0@@Z @524 NONAME ??0H235_Params@@QAE@IW4TagClass@PASN_Object@@@Z @525 NONAME ??0H235_Password@@QAE@ABV0@@Z @19766 NONAME ??0H235_Password@@QAE@IW4TagClass@PASN_Object@@@Z @526 NONAME ??0H235_PwdCertToken@@QAE@ABV0@@Z @19767 NONAME ??0H235_PwdCertToken@@QAE@IW4TagClass@PASN_Object@@@Z @527 NONAME ??0H235_RandomVal@@QAE@ABV0@@Z @19768 NONAME ??0H235_RandomVal@@QAE@IW4TagClass@PASN_Object@@@Z @528 NONAME ??0H235_ReturnSig@@QAE@ABV0@@Z @529 NONAME ??0H235_ReturnSig@@QAE@IW4TagClass@PASN_Object@@@Z @530 NONAME ??0H235_TimeStamp@@QAE@ABV0@@Z @19769 NONAME ??0H235_TimeStamp@@QAE@IW4TagClass@PASN_Object@@@Z @531 NONAME ??0H235_TypedCertificate@@QAE@ABV0@@Z @532 NONAME ??0H235_TypedCertificate@@QAE@IW4TagClass@PASN_Object@@@Z @533 NONAME ??0H235_V3KeySyncMaterial@@QAE@ABV0@@Z @19010 NONAME ??0H235_V3KeySyncMaterial@@QAE@IW4TagClass@PASN_Object@@@Z @19011 NONAME ??0H245NegLogicalChannel@@QAE@AAVH323EndPoint@@AAVH323Connection@@AAVH323Channel@@@Z @534 NONAME ??0H245NegLogicalChannel@@QAE@AAVH323EndPoint@@AAVH323Connection@@ABVH323ChannelNumber@@@Z @535 NONAME ??0H245NegLogicalChannels@@QAE@AAVH323EndPoint@@AAVH323Connection@@@Z @536 NONAME ??0H245NegMasterSlaveDetermination@@QAE@AAVH323EndPoint@@AAVH323Connection@@@Z @537 NONAME ??0H245Negotiator@@QAE@AAVH323EndPoint@@AAVH323Connection@@@Z @538 NONAME ??0H245NegRequestMode@@QAE@AAVH323EndPoint@@AAVH323Connection@@@Z @539 NONAME ??0H245NegRoundTripDelay@@QAE@AAVH323EndPoint@@AAVH323Connection@@@Z @540 NONAME ??0H245NegTerminalCapabilitySet@@QAE@AAVH323EndPoint@@AAVH323Connection@@@Z @541 NONAME ??0H245TransportThread@@QAE@AAVH323EndPoint@@AAVH323Connection@@AAVH323Transport@@@Z @542 NONAME ??0H245_AlternativeCapabilitySet@@QAE@ABV0@@Z @19770 NONAME ??0H245_AlternativeCapabilitySet@@QAE@IW4TagClass@PASN_Object@@@Z @543 NONAME ??0H245_ArrayOf_AlternativeCapabilitySet@@QAE@ABV0@@Z @19771 NONAME ??0H245_ArrayOf_AlternativeCapabilitySet@@QAE@IW4TagClass@PASN_Object@@@Z @544 NONAME ??0H245_ArrayOf_BEnhancementParameters@@QAE@ABV0@@Z @19772 NONAME ??0H245_ArrayOf_BEnhancementParameters@@QAE@IW4TagClass@PASN_Object@@@Z @545 NONAME ??0H245_ArrayOf_CapabilityDescriptor@@QAE@ABV0@@Z @19773 NONAME ??0H245_ArrayOf_CapabilityDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @546 NONAME ??0H245_ArrayOf_CapabilityDescriptorNumber@@QAE@ABV0@@Z @19774 NONAME ??0H245_ArrayOf_CapabilityDescriptorNumber@@QAE@IW4TagClass@PASN_Object@@@Z @547 NONAME ??0H245_ArrayOf_CapabilityTableEntry@@QAE@ABV0@@Z @19775 NONAME ??0H245_ArrayOf_CapabilityTableEntry@@QAE@IW4TagClass@PASN_Object@@@Z @548 NONAME ??0H245_ArrayOf_CapabilityTableEntryNumber@@QAE@ABV0@@Z @19776 NONAME ??0H245_ArrayOf_CapabilityTableEntryNumber@@QAE@IW4TagClass@PASN_Object@@@Z @549 NONAME ??0H245_ArrayOf_CommunicationModeTableEntry@@QAE@ABV0@@Z @19777 NONAME ??0H245_ArrayOf_CommunicationModeTableEntry@@QAE@IW4TagClass@PASN_Object@@@Z @550 NONAME ??0H245_ArrayOf_CustomPictureClockFrequency@@QAE@ABV0@@Z @19778 NONAME ??0H245_ArrayOf_CustomPictureClockFrequency@@QAE@IW4TagClass@PASN_Object@@@Z @551 NONAME ??0H245_ArrayOf_CustomPictureFormat@@QAE@ABV0@@Z @19779 NONAME ??0H245_ArrayOf_CustomPictureFormat@@QAE@IW4TagClass@PASN_Object@@@Z @553 NONAME ??0H245_ArrayOf_DataApplicationCapability@@QAE@ABV0@@Z @19780 NONAME ??0H245_ArrayOf_DataApplicationCapability@@QAE@IW4TagClass@PASN_Object@@@Z @554 NONAME ??0H245_ArrayOf_DialingInformationNetworkType@@QAE@ABV0@@Z @19781 NONAME ??0H245_ArrayOf_DialingInformationNetworkType@@QAE@IW4TagClass@PASN_Object@@@Z @11132 NONAME ??0H245_ArrayOf_DialingInformationNumber@@QAE@ABV0@@Z @19782 NONAME ??0H245_ArrayOf_DialingInformationNumber@@QAE@IW4TagClass@PASN_Object@@@Z @11133 NONAME ??0H245_ArrayOf_EnhancementOptions@@QAE@ABV0@@Z @19783 NONAME ??0H245_ArrayOf_EnhancementOptions@@QAE@IW4TagClass@PASN_Object@@@Z @555 NONAME ??0H245_ArrayOf_EscrowData@@QAE@ABV0@@Z @19784 NONAME ??0H245_ArrayOf_EscrowData@@QAE@IW4TagClass@PASN_Object@@@Z @556 NONAME ??0H245_ArrayOf_GenericCapability@@QAE@ABV0@@Z @33006 NONAME ??0H245_ArrayOf_GenericCapability@@QAE@IW4TagClass@PASN_Object@@@Z @33007 NONAME ??0H245_ArrayOf_GenericParameter@@QAE@ABV0@@Z @19785 NONAME ??0H245_ArrayOf_GenericParameter@@QAE@IW4TagClass@PASN_Object@@@Z @11134 NONAME ??0H245_ArrayOf_H263ModeComboFlags@@QAE@ABV0@@Z @19786 NONAME ??0H245_ArrayOf_H263ModeComboFlags@@QAE@IW4TagClass@PASN_Object@@@Z @557 NONAME ??0H245_ArrayOf_H263VideoModeCombos@@QAE@ABV0@@Z @558 NONAME ??0H245_ArrayOf_H263VideoModeCombos@@QAE@IW4TagClass@PASN_Object@@@Z @559 NONAME ??0H245_ArrayOf_MediaChannelCapability@@QAE@ABV0@@Z @19787 NONAME ??0H245_ArrayOf_MediaChannelCapability@@QAE@IW4TagClass@PASN_Object@@@Z @560 NONAME ??0H245_ArrayOf_MediaDistributionCapability@@QAE@ABV0@@Z @19788 NONAME ??0H245_ArrayOf_MediaDistributionCapability@@QAE@IW4TagClass@PASN_Object@@@Z @561 NONAME ??0H245_ArrayOf_ModeDescription@@QAE@ABV0@@Z @19789 NONAME ??0H245_ArrayOf_ModeDescription@@QAE@IW4TagClass@PASN_Object@@@Z @562 NONAME ??0H245_ArrayOf_MultiplePayloadStreamElement@@QAE@ABV0@@Z @19790 NONAME ??0H245_ArrayOf_MultiplePayloadStreamElement@@QAE@IW4TagClass@PASN_Object@@@Z @19012 NONAME ??0H245_ArrayOf_MultiplePayloadStreamElementMode@@QAE@ABV0@@Z @19791 NONAME ??0H245_ArrayOf_MultiplePayloadStreamElementMode@@QAE@IW4TagClass@PASN_Object@@@Z @19013 NONAME ??0H245_ArrayOf_MultiplexElement@@QAE@ABV0@@Z @19792 NONAME ??0H245_ArrayOf_MultiplexElement@@QAE@IW4TagClass@PASN_Object@@@Z @563 NONAME ??0H245_ArrayOf_MultiplexEntryDescriptor@@QAE@ABV0@@Z @19793 NONAME ??0H245_ArrayOf_MultiplexEntryDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @564 NONAME ??0H245_ArrayOf_MultiplexEntryRejectionDescriptions@@QAE@ABV0@@Z @19794 NONAME ??0H245_ArrayOf_MultiplexEntryRejectionDescriptions@@QAE@IW4TagClass@PASN_Object@@@Z @565 NONAME ??0H245_ArrayOf_MultiplexTableEntryNumber@@QAE@ABV0@@Z @19795 NONAME ??0H245_ArrayOf_MultiplexTableEntryNumber@@QAE@IW4TagClass@PASN_Object@@@Z @566 NONAME ??0H245_ArrayOf_NonStandardParameter@@QAE@ABV0@@Z @19796 NONAME ??0H245_ArrayOf_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @567 NONAME ??0H245_ArrayOf_ParameterIdentifier@@QAE@ABV0@@Z @19797 NONAME ??0H245_ArrayOf_ParameterIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @11135 NONAME ??0H245_ArrayOf_PictureReference@@QAE@ABV0@@Z @19798 NONAME ??0H245_ArrayOf_PictureReference@@QAE@IW4TagClass@PASN_Object@@@Z @11136 NONAME ??0H245_ArrayOf_Q2931Address@@QAE@ABV0@@Z @19799 NONAME ??0H245_ArrayOf_Q2931Address@@QAE@IW4TagClass@PASN_Object@@@Z @11137 NONAME ??0H245_ArrayOf_QOSCapability@@QAE@ABV0@@Z @19800 NONAME ??0H245_ArrayOf_QOSCapability@@QAE@IW4TagClass@PASN_Object@@@Z @568 NONAME ??0H245_ArrayOf_RedundancyEncodingCapability@@QAE@ABV0@@Z @19801 NONAME ??0H245_ArrayOf_RedundancyEncodingCapability@@QAE@IW4TagClass@PASN_Object@@@Z @569 NONAME ??0H245_ArrayOf_RedundancyEncodingDTModeElement@@QAE@ABV0@@Z @19802 NONAME ??0H245_ArrayOf_RedundancyEncodingDTModeElement@@QAE@IW4TagClass@PASN_Object@@@Z @19014 NONAME ??0H245_ArrayOf_RedundancyEncodingElement@@QAE@ABV0@@Z @19803 NONAME ??0H245_ArrayOf_RedundancyEncodingElement@@QAE@IW4TagClass@PASN_Object@@@Z @19015 NONAME ??0H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@QAE@ABV0@@Z @19804 NONAME ??0H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@QAE@IW4TagClass@PASN_Object@@@Z @570 NONAME ??0H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@QAE@ABV0@@Z @19805 NONAME ??0H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@QAE@IW4TagClass@PASN_Object@@@Z @571 NONAME ??0H245_ArrayOf_RTPPayloadType@@QAE@ABV0@@Z @19806 NONAME ??0H245_ArrayOf_RTPPayloadType@@QAE@IW4TagClass@PASN_Object@@@Z @572 NONAME ??0H245_ArrayOf_TerminalInformation@@QAE@ABV0@@Z @19807 NONAME ??0H245_ArrayOf_TerminalInformation@@QAE@IW4TagClass@PASN_Object@@@Z @573 NONAME ??0H245_ArrayOf_TerminalLabel@@QAE@ABV0@@Z @19808 NONAME ??0H245_ArrayOf_TerminalLabel@@QAE@IW4TagClass@PASN_Object@@@Z @574 NONAME ??0H245_ArrayOf_VCCapability@@QAE@ABV0@@Z @19809 NONAME ??0H245_ArrayOf_VCCapability@@QAE@IW4TagClass@PASN_Object@@@Z @575 NONAME ??0H245_ArrayOf_VideoCapability@@QAE@ABV0@@Z @33008 NONAME ??0H245_ArrayOf_VideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @33009 NONAME ??0H245_ATMParameters@@QAE@ABV0@@Z @576 NONAME ??0H245_ATMParameters@@QAE@IW4TagClass@PASN_Object@@@Z @577 NONAME ??0H245_AudioCapability@@QAE@ABV0@@Z @19810 NONAME ??0H245_AudioCapability@@QAE@IW4TagClass@PASN_Object@@@Z @578 NONAME ??0H245_AudioCapability_g7231@@QAE@ABV0@@Z @579 NONAME ??0H245_AudioCapability_g7231@@QAE@IW4TagClass@PASN_Object@@@Z @580 NONAME ??0H245_AudioMode@@QAE@ABV0@@Z @19811 NONAME ??0H245_AudioMode@@QAE@IW4TagClass@PASN_Object@@@Z @581 NONAME ??0H245_AudioMode_g7231@@QAE@ABV0@@Z @19812 NONAME ??0H245_AudioMode_g7231@@QAE@IW4TagClass@PASN_Object@@@Z @582 NONAME ??0H245_AudioTelephonyEventCapability@@QAE@ABV0@@Z @11138 NONAME ??0H245_AudioTelephonyEventCapability@@QAE@IW4TagClass@PASN_Object@@@Z @11139 NONAME ??0H245_AudioToneCapability@@QAE@ABV0@@Z @11140 NONAME ??0H245_AudioToneCapability@@QAE@IW4TagClass@PASN_Object@@@Z @11141 NONAME ??0H245_AuthenticationCapability@@QAE@ABV0@@Z @11142 NONAME ??0H245_AuthenticationCapability@@QAE@IW4TagClass@PASN_Object@@@Z @583 NONAME ??0H245_BEnhancementParameters@@QAE@ABV0@@Z @584 NONAME ??0H245_BEnhancementParameters@@QAE@IW4TagClass@PASN_Object@@@Z @585 NONAME ??0H245_Capability@@QAE@ABV0@@Z @19813 NONAME ??0H245_Capability@@QAE@IW4TagClass@PASN_Object@@@Z @586 NONAME ??0H245_CapabilityDescriptor@@QAE@ABV0@@Z @587 NONAME ??0H245_CapabilityDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @588 NONAME ??0H245_CapabilityDescriptorNumber@@QAE@ABV0@@Z @19814 NONAME ??0H245_CapabilityDescriptorNumber@@QAE@IW4TagClass@PASN_Object@@@Z @589 NONAME ??0H245_CapabilityIdentifier@@QAE@ABV0@@Z @19815 NONAME ??0H245_CapabilityIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @11143 NONAME ??0H245_CapabilityTableEntry@@QAE@ABV0@@Z @590 NONAME ??0H245_CapabilityTableEntry@@QAE@IW4TagClass@PASN_Object@@@Z @591 NONAME ??0H245_CapabilityTableEntryNumber@@QAE@ABV0@@Z @19816 NONAME ??0H245_CapabilityTableEntryNumber@@QAE@IW4TagClass@PASN_Object@@@Z @592 NONAME ??0H245_Capability_h233EncryptionReceiveCapability@@QAE@ABV0@@Z @593 NONAME ??0H245_Capability_h233EncryptionReceiveCapability@@QAE@IW4TagClass@PASN_Object@@@Z @594 NONAME ??0H245_CertSelectionCriteria@@QAE@ABV0@@Z @19817 NONAME ??0H245_CertSelectionCriteria@@QAE@IW4TagClass@PASN_Object@@@Z @595 NONAME ??0H245_CloseLogicalChannel@@QAE@ABV0@@Z @596 NONAME ??0H245_CloseLogicalChannel@@QAE@IW4TagClass@PASN_Object@@@Z @597 NONAME ??0H245_CloseLogicalChannelAck@@QAE@ABV0@@Z @598 NONAME ??0H245_CloseLogicalChannelAck@@QAE@IW4TagClass@PASN_Object@@@Z @599 NONAME ??0H245_CloseLogicalChannel_reason@@QAE@ABV0@@Z @19818 NONAME ??0H245_CloseLogicalChannel_reason@@QAE@IW4TagClass@PASN_Object@@@Z @600 NONAME ??0H245_CloseLogicalChannel_source@@QAE@ABV0@@Z @19819 NONAME ??0H245_CloseLogicalChannel_source@@QAE@IW4TagClass@PASN_Object@@@Z @601 NONAME ??0H245_CommandMessage@@QAE@ABV0@@Z @19820 NONAME ??0H245_CommandMessage@@QAE@IW4TagClass@PASN_Object@@@Z @602 NONAME ??0H245_CommunicationModeCommand@@QAE@ABV0@@Z @603 NONAME ??0H245_CommunicationModeCommand@@QAE@IW4TagClass@PASN_Object@@@Z @604 NONAME ??0H245_CommunicationModeRequest@@QAE@ABV0@@Z @19821 NONAME ??0H245_CommunicationModeRequest@@QAE@IW4TagClass@PASN_Object@@@Z @605 NONAME ??0H245_CommunicationModeResponse@@QAE@ABV0@@Z @19822 NONAME ??0H245_CommunicationModeResponse@@QAE@IW4TagClass@PASN_Object@@@Z @606 NONAME ??0H245_CommunicationModeTableEntry@@QAE@ABV0@@Z @607 NONAME ??0H245_CommunicationModeTableEntry@@QAE@IW4TagClass@PASN_Object@@@Z @608 NONAME ??0H245_CommunicationModeTableEntry_dataType@@QAE@ABV0@@Z @19823 NONAME ??0H245_CommunicationModeTableEntry_dataType@@QAE@IW4TagClass@PASN_Object@@@Z @609 NONAME ??0H245_CompressionType@@QAE@ABV0@@Z @19824 NONAME ??0H245_CompressionType@@QAE@IW4TagClass@PASN_Object@@@Z @610 NONAME ??0H245_ConferenceCapability@@QAE@ABV0@@Z @611 NONAME ??0H245_ConferenceCapability@@QAE@IW4TagClass@PASN_Object@@@Z @612 NONAME ??0H245_ConferenceCommand@@QAE@ABV0@@Z @19825 NONAME ??0H245_ConferenceCommand@@QAE@IW4TagClass@PASN_Object@@@Z @613 NONAME ??0H245_ConferenceID@@QAE@ABV0@@Z @19826 NONAME ??0H245_ConferenceID@@QAE@ABVPBYTEArray@@@Z @18307 NONAME ??0H245_ConferenceID@@QAE@ABVPString@@@Z @18308 NONAME ??0H245_ConferenceID@@QAE@IW4TagClass@PASN_Object@@@Z @614 NONAME ??0H245_ConferenceID@@QAE@PBD@Z @18309 NONAME ??0H245_ConferenceIndication@@QAE@ABV0@@Z @19827 NONAME ??0H245_ConferenceIndication@@QAE@IW4TagClass@PASN_Object@@@Z @615 NONAME ??0H245_ConferenceRequest@@QAE@ABV0@@Z @19828 NONAME ??0H245_ConferenceRequest@@QAE@IW4TagClass@PASN_Object@@@Z @616 NONAME ??0H245_ConferenceRequest_requestTerminalCertificate@@QAE@ABV0@@Z @617 NONAME ??0H245_ConferenceRequest_requestTerminalCertificate@@QAE@IW4TagClass@PASN_Object@@@Z @618 NONAME ??0H245_ConferenceResponse@@QAE@ABV0@@Z @19829 NONAME ??0H245_ConferenceResponse@@QAE@IW4TagClass@PASN_Object@@@Z @619 NONAME ??0H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@QAE@ABV0@@Z @19830 NONAME ??0H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@QAE@IW4TagClass@PASN_Object@@@Z @620 NONAME ??0H245_ConferenceResponse_chairTokenOwnerResponse@@QAE@ABV0@@Z @621 NONAME ??0H245_ConferenceResponse_chairTokenOwnerResponse@@QAE@IW4TagClass@PASN_Object@@@Z @622 NONAME ??0H245_ConferenceResponse_conferenceIDResponse@@QAE@ABV0@@Z @623 NONAME ??0H245_ConferenceResponse_conferenceIDResponse@@QAE@IW4TagClass@PASN_Object@@@Z @624 NONAME ??0H245_ConferenceResponse_extensionAddressResponse@@QAE@ABV0@@Z @625 NONAME ??0H245_ConferenceResponse_extensionAddressResponse@@QAE@IW4TagClass@PASN_Object@@@Z @626 NONAME ??0H245_ConferenceResponse_makeMeChairResponse@@QAE@ABV0@@Z @19831 NONAME ??0H245_ConferenceResponse_makeMeChairResponse@@QAE@IW4TagClass@PASN_Object@@@Z @627 NONAME ??0H245_ConferenceResponse_makeTerminalBroadcasterResponse@@QAE@ABV0@@Z @19832 NONAME ??0H245_ConferenceResponse_makeTerminalBroadcasterResponse@@QAE@IW4TagClass@PASN_Object@@@Z @628 NONAME ??0H245_ConferenceResponse_mCTerminalIDResponse@@QAE@ABV0@@Z @629 NONAME ??0H245_ConferenceResponse_mCTerminalIDResponse@@QAE@IW4TagClass@PASN_Object@@@Z @630 NONAME ??0H245_ConferenceResponse_passwordResponse@@QAE@ABV0@@Z @631 NONAME ??0H245_ConferenceResponse_passwordResponse@@QAE@IW4TagClass@PASN_Object@@@Z @632 NONAME ??0H245_ConferenceResponse_sendThisSourceResponse@@QAE@ABV0@@Z @19833 NONAME ??0H245_ConferenceResponse_sendThisSourceResponse@@QAE@IW4TagClass@PASN_Object@@@Z @633 NONAME ??0H245_ConferenceResponse_terminalCertificateResponse@@QAE@ABV0@@Z @634 NONAME ??0H245_ConferenceResponse_terminalCertificateResponse@@QAE@IW4TagClass@PASN_Object@@@Z @635 NONAME ??0H245_ConferenceResponse_terminalIDResponse@@QAE@ABV0@@Z @636 NONAME ??0H245_ConferenceResponse_terminalIDResponse@@QAE@IW4TagClass@PASN_Object@@@Z @637 NONAME ??0H245_ConnectionIdentifier@@QAE@ABV0@@Z @11144 NONAME ??0H245_ConnectionIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @11145 NONAME ??0H245_CRCLength@@QAE@ABV0@@Z @19834 NONAME ??0H245_CRCLength@@QAE@IW4TagClass@PASN_Object@@@Z @638 NONAME ??0H245_Criteria@@QAE@ABV0@@Z @639 NONAME ??0H245_Criteria@@QAE@IW4TagClass@PASN_Object@@@Z @640 NONAME ??0H245_CustomPictureClockFrequency@@QAE@ABV0@@Z @641 NONAME ??0H245_CustomPictureClockFrequency@@QAE@IW4TagClass@PASN_Object@@@Z @642 NONAME ??0H245_CustomPictureFormat@@QAE@ABV0@@Z @643 NONAME ??0H245_CustomPictureFormat@@QAE@IW4TagClass@PASN_Object@@@Z @644 NONAME ??0H245_CustomPictureFormat_mPI@@QAE@ABV0@@Z @645 NONAME ??0H245_CustomPictureFormat_mPI@@QAE@IW4TagClass@PASN_Object@@@Z @646 NONAME ??0H245_CustomPictureFormat_mPI_customPCF@@QAE@ABV0@@Z @19835 NONAME ??0H245_CustomPictureFormat_mPI_customPCF@@QAE@IW4TagClass@PASN_Object@@@Z @647 NONAME ??0H245_CustomPictureFormat_mPI_customPCF_subtype@@QAE@ABV0@@Z @648 NONAME ??0H245_CustomPictureFormat_mPI_customPCF_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @649 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation@@QAE@ABV0@@Z @19836 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation@@QAE@IW4TagClass@PASN_Object@@@Z @650 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@QAE@ABV0@@Z @19837 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@QAE@IW4TagClass@PASN_Object@@@Z @651 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@QAE@ABV0@@Z @652 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @653 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@QAE@ABV0@@Z @19838 NONAME ??0H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@QAE@IW4TagClass@PASN_Object@@@Z @654 NONAME ??0H245_DataApplicationCapability@@QAE@ABV0@@Z @655 NONAME ??0H245_DataApplicationCapability@@QAE@IW4TagClass@PASN_Object@@@Z @656 NONAME ??0H245_DataApplicationCapability_application@@QAE@ABV0@@Z @19839 NONAME ??0H245_DataApplicationCapability_application@@QAE@IW4TagClass@PASN_Object@@@Z @657 NONAME ??0H245_DataApplicationCapability_application_nlpid@@QAE@ABV0@@Z @658 NONAME ??0H245_DataApplicationCapability_application_nlpid@@QAE@IW4TagClass@PASN_Object@@@Z @659 NONAME ??0H245_DataApplicationCapability_application_t38fax@@QAE@ABV0@@Z @11146 NONAME ??0H245_DataApplicationCapability_application_t38fax@@QAE@IW4TagClass@PASN_Object@@@Z @11147 NONAME ??0H245_DataApplicationCapability_application_t84@@QAE@ABV0@@Z @660 NONAME ??0H245_DataApplicationCapability_application_t84@@QAE@IW4TagClass@PASN_Object@@@Z @661 NONAME ??0H245_DataMode@@QAE@ABV0@@Z @662 NONAME ??0H245_DataMode@@QAE@IW4TagClass@PASN_Object@@@Z @663 NONAME ??0H245_DataMode_application@@QAE@ABV0@@Z @19840 NONAME ??0H245_DataMode_application@@QAE@IW4TagClass@PASN_Object@@@Z @664 NONAME ??0H245_DataMode_application_nlpid@@QAE@ABV0@@Z @665 NONAME ??0H245_DataMode_application_nlpid@@QAE@IW4TagClass@PASN_Object@@@Z @666 NONAME ??0H245_DataMode_application_t38fax@@QAE@ABV0@@Z @11148 NONAME ??0H245_DataMode_application_t38fax@@QAE@IW4TagClass@PASN_Object@@@Z @11149 NONAME ??0H245_DataProtocolCapability@@QAE@ABV0@@Z @19841 NONAME ??0H245_DataProtocolCapability@@QAE@IW4TagClass@PASN_Object@@@Z @667 NONAME ??0H245_DataProtocolCapability_v76wCompression@@QAE@ABV0@@Z @19842 NONAME ??0H245_DataProtocolCapability_v76wCompression@@QAE@IW4TagClass@PASN_Object@@@Z @668 NONAME ??0H245_DataType@@QAE@ABV0@@Z @19843 NONAME ??0H245_DataType@@QAE@IW4TagClass@PASN_Object@@@Z @669 NONAME ??0H245_DepFECCapability@@QAE@ABV0@@Z @33301 NONAME ??0H245_DepFECCapability@@QAE@IW4TagClass@PASN_Object@@@Z @33302 NONAME ??0H245_DepFECCapability_rfc2733@@QAE@ABV0@@Z @33303 NONAME ??0H245_DepFECCapability_rfc2733@@QAE@IW4TagClass@PASN_Object@@@Z @33304 NONAME ??0H245_DepFECCapability_rfc2733_separateStream@@QAE@ABV0@@Z @33305 NONAME ??0H245_DepFECCapability_rfc2733_separateStream@@QAE@IW4TagClass@PASN_Object@@@Z @33306 NONAME ??0H245_DepFECData@@QAE@ABV0@@Z @33307 NONAME ??0H245_DepFECData@@QAE@IW4TagClass@PASN_Object@@@Z @33308 NONAME ??0H245_DepFECData_rfc2733@@QAE@ABV0@@Z @33309 NONAME ??0H245_DepFECData_rfc2733@@QAE@IW4TagClass@PASN_Object@@@Z @33310 NONAME ??0H245_DepFECData_rfc2733_mode@@QAE@ABV0@@Z @33311 NONAME ??0H245_DepFECData_rfc2733_mode@@QAE@IW4TagClass@PASN_Object@@@Z @33312 NONAME ??0H245_DepFECData_rfc2733_mode_separateStream@@QAE@ABV0@@Z @33313 NONAME ??0H245_DepFECData_rfc2733_mode_separateStream@@QAE@IW4TagClass@PASN_Object@@@Z @33314 NONAME ??0H245_DepFECData_rfc2733_mode_separateStream_differentPort@@QAE@ABV0@@Z @33315 NONAME ??0H245_DepFECData_rfc2733_mode_separateStream_differentPort@@QAE@IW4TagClass@PASN_Object@@@Z @33316 NONAME ??0H245_DepFECData_rfc2733_mode_separateStream_samePort@@QAE@ABV0@@Z @33317 NONAME ??0H245_DepFECData_rfc2733_mode_separateStream_samePort@@QAE@IW4TagClass@PASN_Object@@@Z @33318 NONAME ??0H245_DepFECMode@@QAE@ABV0@@Z @33319 NONAME ??0H245_DepFECMode@@QAE@IW4TagClass@PASN_Object@@@Z @33320 NONAME ??0H245_DepFECMode_rfc2733Mode@@QAE@ABV0@@Z @33321 NONAME ??0H245_DepFECMode_rfc2733Mode@@QAE@IW4TagClass@PASN_Object@@@Z @33322 NONAME ??0H245_DepFECMode_rfc2733Mode_mode@@QAE@ABV0@@Z @33323 NONAME ??0H245_DepFECMode_rfc2733Mode_mode@@QAE@IW4TagClass@PASN_Object@@@Z @33324 NONAME ??0H245_DepFECMode_rfc2733Mode_mode_separateStream@@QAE@ABV0@@Z @33325 NONAME ??0H245_DepFECMode_rfc2733Mode_mode_separateStream@@QAE@IW4TagClass@PASN_Object@@@Z @33326 NONAME ??0H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@QAE@ABV0@@Z @33327 NONAME ??0H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@QAE@IW4TagClass@PASN_Object@@@Z @33328 NONAME ??0H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@QAE@ABV0@@Z @33329 NONAME ??0H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@QAE@IW4TagClass@PASN_Object@@@Z @33330 NONAME ??0H245_DialingInformation@@QAE@ABV0@@Z @19844 NONAME ??0H245_DialingInformation@@QAE@IW4TagClass@PASN_Object@@@Z @11150 NONAME ??0H245_DialingInformationNetworkType@@QAE@ABV0@@Z @19845 NONAME ??0H245_DialingInformationNetworkType@@QAE@IW4TagClass@PASN_Object@@@Z @11151 NONAME ??0H245_DialingInformationNumber@@QAE@ABV0@@Z @11152 NONAME ??0H245_DialingInformationNumber@@QAE@IW4TagClass@PASN_Object@@@Z @11153 NONAME ??0H245_EncryptionAuthenticationAndIntegrity@@QAE@ABV0@@Z @670 NONAME ??0H245_EncryptionAuthenticationAndIntegrity@@QAE@IW4TagClass@PASN_Object@@@Z @671 NONAME ??0H245_EncryptionCapability@@QAE@ABV0@@Z @19846 NONAME ??0H245_EncryptionCapability@@QAE@IW4TagClass@PASN_Object@@@Z @672 NONAME ??0H245_EncryptionCommand@@QAE@ABV0@@Z @19847 NONAME ??0H245_EncryptionCommand@@QAE@IW4TagClass@PASN_Object@@@Z @673 NONAME ??0H245_EncryptionCommand_encryptionAlgorithmID@@QAE@ABV0@@Z @674 NONAME ??0H245_EncryptionCommand_encryptionAlgorithmID@@QAE@IW4TagClass@PASN_Object@@@Z @675 NONAME ??0H245_EncryptionMode@@QAE@ABV0@@Z @19848 NONAME ??0H245_EncryptionMode@@QAE@IW4TagClass@PASN_Object@@@Z @676 NONAME ??0H245_EncryptionSync@@QAE@ABV0@@Z @677 NONAME ??0H245_EncryptionSync@@QAE@IW4TagClass@PASN_Object@@@Z @678 NONAME ??0H245_EncryptionUpdateDirection@@QAE@ABV0@@Z @33010 NONAME ??0H245_EncryptionUpdateDirection@@QAE@IW4TagClass@PASN_Object@@@Z @33011 NONAME ??0H245_EncryptionUpdateRequest@@QAE@ABV0@@Z @19849 NONAME ??0H245_EncryptionUpdateRequest@@QAE@IW4TagClass@PASN_Object@@@Z @679 NONAME ??0H245_EndSessionCommand@@QAE@ABV0@@Z @19850 NONAME ??0H245_EndSessionCommand@@QAE@IW4TagClass@PASN_Object@@@Z @680 NONAME ??0H245_EndSessionCommand_gstnOptions@@QAE@ABV0@@Z @19851 NONAME ??0H245_EndSessionCommand_gstnOptions@@QAE@IW4TagClass@PASN_Object@@@Z @681 NONAME ??0H245_EndSessionCommand_isdnOptions@@QAE@ABV0@@Z @19852 NONAME ??0H245_EndSessionCommand_isdnOptions@@QAE@IW4TagClass@PASN_Object@@@Z @682 NONAME ??0H245_EnhancementLayerInfo@@QAE@ABV0@@Z @683 NONAME ??0H245_EnhancementLayerInfo@@QAE@IW4TagClass@PASN_Object@@@Z @684 NONAME ??0H245_EnhancementOptions@@QAE@ABV0@@Z @685 NONAME ??0H245_EnhancementOptions@@QAE@IW4TagClass@PASN_Object@@@Z @686 NONAME ??0H245_EscrowData@@QAE@ABV0@@Z @687 NONAME ??0H245_EscrowData@@QAE@IW4TagClass@PASN_Object@@@Z @688 NONAME ??0H245_ExtendedVideoCapability@@QAE@ABV0@@Z @33012 NONAME ??0H245_ExtendedVideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @33013 NONAME ??0H245_FECCapability@@QAE@ABV0@@Z @19853 NONAME ??0H245_FECCapability@@QAE@IW4TagClass@PASN_Object@@@Z @19016 NONAME ??0H245_FECCapability_rfc2733Format@@QAE@ABV0@@Z @33331 NONAME ??0H245_FECCapability_rfc2733Format@@QAE@IW4TagClass@PASN_Object@@@Z @33332 NONAME ??0H245_FECData@@QAE@ABV0@@Z @19854 NONAME ??0H245_FECData@@QAE@IW4TagClass@PASN_Object@@@Z @19021 NONAME ??0H245_FECData_rfc2733@@QAE@ABV0@@Z @19022 NONAME ??0H245_FECData_rfc2733@@QAE@IW4TagClass@PASN_Object@@@Z @19023 NONAME ??0H245_FECData_rfc2733_pktMode@@QAE@ABV0@@Z @33333 NONAME ??0H245_FECData_rfc2733_pktMode@@QAE@IW4TagClass@PASN_Object@@@Z @33334 NONAME ??0H245_FECData_rfc2733_pktMode_rfc2733diffport@@QAE@ABV0@@Z @33335 NONAME ??0H245_FECData_rfc2733_pktMode_rfc2733diffport@@QAE@IW4TagClass@PASN_Object@@@Z @33336 NONAME ??0H245_FECData_rfc2733_pktMode_rfc2733sameport@@QAE@ABV0@@Z @33337 NONAME ??0H245_FECData_rfc2733_pktMode_rfc2733sameport@@QAE@IW4TagClass@PASN_Object@@@Z @33338 NONAME ??0H245_FECMode@@QAE@ABV0@@Z @19857 NONAME ??0H245_FECMode@@QAE@IW4TagClass@PASN_Object@@@Z @19030 NONAME ??0H245_FECMode_rfc2733Format@@QAE@ABV0@@Z @33339 NONAME ??0H245_FECMode_rfc2733Format@@QAE@IW4TagClass@PASN_Object@@@Z @33340 NONAME ??0H245_FlowControlCommand@@QAE@ABV0@@Z @689 NONAME ??0H245_FlowControlCommand@@QAE@IW4TagClass@PASN_Object@@@Z @690 NONAME ??0H245_FlowControlCommand_restriction@@QAE@ABV0@@Z @19860 NONAME ??0H245_FlowControlCommand_restriction@@QAE@IW4TagClass@PASN_Object@@@Z @691 NONAME ??0H245_FlowControlCommand_scope@@QAE@ABV0@@Z @19861 NONAME ??0H245_FlowControlCommand_scope@@QAE@IW4TagClass@PASN_Object@@@Z @692 NONAME ??0H245_FlowControlIndication@@QAE@ABV0@@Z @11154 NONAME ??0H245_FlowControlIndication@@QAE@IW4TagClass@PASN_Object@@@Z @11155 NONAME ??0H245_FlowControlIndication_restriction@@QAE@ABV0@@Z @19862 NONAME ??0H245_FlowControlIndication_restriction@@QAE@IW4TagClass@PASN_Object@@@Z @11156 NONAME ??0H245_FlowControlIndication_scope@@QAE@ABV0@@Z @19863 NONAME ??0H245_FlowControlIndication_scope@@QAE@IW4TagClass@PASN_Object@@@Z @11157 NONAME ??0H245_FunctionNotSupported@@QAE@ABV0@@Z @693 NONAME ??0H245_FunctionNotSupported@@QAE@IW4TagClass@PASN_Object@@@Z @694 NONAME ??0H245_FunctionNotSupported_cause@@QAE@ABV0@@Z @19864 NONAME ??0H245_FunctionNotSupported_cause@@QAE@IW4TagClass@PASN_Object@@@Z @695 NONAME ??0H245_FunctionNotUnderstood@@QAE@ABV0@@Z @19865 NONAME ??0H245_FunctionNotUnderstood@@QAE@IW4TagClass@PASN_Object@@@Z @696 NONAME ??0H245_G7231AnnexCCapability@@QAE@ABV0@@Z @697 NONAME ??0H245_G7231AnnexCCapability@@QAE@IW4TagClass@PASN_Object@@@Z @698 NONAME ??0H245_G7231AnnexCCapability_g723AnnexCAudioMode@@QAE@ABV0@@Z @699 NONAME ??0H245_G7231AnnexCCapability_g723AnnexCAudioMode@@QAE@IW4TagClass@PASN_Object@@@Z @700 NONAME ??0H245_G7231AnnexCMode@@QAE@ABV0@@Z @701 NONAME ??0H245_G7231AnnexCMode@@QAE@IW4TagClass@PASN_Object@@@Z @702 NONAME ??0H245_G7231AnnexCMode_g723AnnexCAudioMode@@QAE@ABV0@@Z @703 NONAME ??0H245_G7231AnnexCMode_g723AnnexCAudioMode@@QAE@IW4TagClass@PASN_Object@@@Z @704 NONAME ??0H245_G729Extensions@@QAE@ABV0@@Z @11158 NONAME ??0H245_G729Extensions@@QAE@IW4TagClass@PASN_Object@@@Z @11159 NONAME ??0H245_GenericCapability@@QAE@ABV0@@Z @11160 NONAME ??0H245_GenericCapability@@QAE@IW4TagClass@PASN_Object@@@Z @11161 NONAME ??0H245_GenericMessage@@QAE@ABV0@@Z @33014 NONAME ??0H245_GenericMessage@@QAE@IW4TagClass@PASN_Object@@@Z @33015 NONAME ??0H245_GenericParameter@@QAE@ABV0@@Z @11162 NONAME ??0H245_GenericParameter@@QAE@IW4TagClass@PASN_Object@@@Z @11163 NONAME ??0H245_GSMAudioCapability@@QAE@ABV0@@Z @705 NONAME ??0H245_GSMAudioCapability@@QAE@IW4TagClass@PASN_Object@@@Z @706 NONAME ??0H245_H222Capability@@QAE@ABV0@@Z @707 NONAME ??0H245_H222Capability@@QAE@IW4TagClass@PASN_Object@@@Z @708 NONAME ??0H245_H222LogicalChannelParameters@@QAE@ABV0@@Z @709 NONAME ??0H245_H222LogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @710 NONAME ??0H245_H223AL1MParameters@@QAE@ABV0@@Z @711 NONAME ??0H245_H223AL1MParameters@@QAE@IW4TagClass@PASN_Object@@@Z @712 NONAME ??0H245_H223AL1MParameters_arqType@@QAE@ABV0@@Z @19866 NONAME ??0H245_H223AL1MParameters_arqType@@QAE@IW4TagClass@PASN_Object@@@Z @713 NONAME ??0H245_H223AL1MParameters_crcLength@@QAE@ABV0@@Z @19867 NONAME ??0H245_H223AL1MParameters_crcLength@@QAE@IW4TagClass@PASN_Object@@@Z @714 NONAME ??0H245_H223AL1MParameters_headerFEC@@QAE@ABV0@@Z @19868 NONAME ??0H245_H223AL1MParameters_headerFEC@@QAE@IW4TagClass@PASN_Object@@@Z @715 NONAME ??0H245_H223AL1MParameters_transferMode@@QAE@ABV0@@Z @19869 NONAME ??0H245_H223AL1MParameters_transferMode@@QAE@IW4TagClass@PASN_Object@@@Z @716 NONAME ??0H245_H223AL2MParameters@@QAE@ABV0@@Z @717 NONAME ??0H245_H223AL2MParameters@@QAE@IW4TagClass@PASN_Object@@@Z @718 NONAME ??0H245_H223AL2MParameters_headerFEC@@QAE@ABV0@@Z @19870 NONAME ??0H245_H223AL2MParameters_headerFEC@@QAE@IW4TagClass@PASN_Object@@@Z @719 NONAME ??0H245_H223AL3MParameters@@QAE@ABV0@@Z @720 NONAME ??0H245_H223AL3MParameters@@QAE@IW4TagClass@PASN_Object@@@Z @721 NONAME ??0H245_H223AL3MParameters_arqType@@QAE@ABV0@@Z @19871 NONAME ??0H245_H223AL3MParameters_arqType@@QAE@IW4TagClass@PASN_Object@@@Z @722 NONAME ??0H245_H223AL3MParameters_crcLength@@QAE@ABV0@@Z @19872 NONAME ??0H245_H223AL3MParameters_crcLength@@QAE@IW4TagClass@PASN_Object@@@Z @723 NONAME ??0H245_H223AL3MParameters_headerFormat@@QAE@ABV0@@Z @19873 NONAME ??0H245_H223AL3MParameters_headerFormat@@QAE@IW4TagClass@PASN_Object@@@Z @724 NONAME ??0H245_H223AnnexCArqParameters@@QAE@ABV0@@Z @725 NONAME ??0H245_H223AnnexCArqParameters@@QAE@IW4TagClass@PASN_Object@@@Z @726 NONAME ??0H245_H223AnnexCArqParameters_numberOfRetransmissions@@QAE@ABV0@@Z @19874 NONAME ??0H245_H223AnnexCArqParameters_numberOfRetransmissions@@QAE@IW4TagClass@PASN_Object@@@Z @727 NONAME ??0H245_H223AnnexCCapability@@QAE@ABV0@@Z @728 NONAME ??0H245_H223AnnexCCapability@@QAE@IW4TagClass@PASN_Object@@@Z @729 NONAME ??0H245_H223Capability@@QAE@ABV0@@Z @730 NONAME ??0H245_H223Capability@@QAE@IW4TagClass@PASN_Object@@@Z @731 NONAME ??0H245_H223Capability_h223MultiplexTableCapability@@QAE@ABV0@@Z @19875 NONAME ??0H245_H223Capability_h223MultiplexTableCapability@@QAE@IW4TagClass@PASN_Object@@@Z @732 NONAME ??0H245_H223Capability_h223MultiplexTableCapability_enhanced@@QAE@ABV0@@Z @733 NONAME ??0H245_H223Capability_h223MultiplexTableCapability_enhanced@@QAE@IW4TagClass@PASN_Object@@@Z @734 NONAME ??0H245_H223Capability_mobileMultilinkFrameCapability@@QAE@ABV0@@Z @11164 NONAME ??0H245_H223Capability_mobileMultilinkFrameCapability@@QAE@IW4TagClass@PASN_Object@@@Z @11165 NONAME ??0H245_H223Capability_mobileOperationTransmitCapability@@QAE@ABV0@@Z @735 NONAME ??0H245_H223Capability_mobileOperationTransmitCapability@@QAE@IW4TagClass@PASN_Object@@@Z @736 NONAME ??0H245_H223LogicalChannelParameters@@QAE@ABV0@@Z @737 NONAME ??0H245_H223LogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @738 NONAME ??0H245_H223LogicalChannelParameters_adaptationLayerType@@QAE@ABV0@@Z @19876 NONAME ??0H245_H223LogicalChannelParameters_adaptationLayerType@@QAE@IW4TagClass@PASN_Object@@@Z @739 NONAME ??0H245_H223LogicalChannelParameters_adaptationLayerType_al3@@QAE@ABV0@@Z @740 NONAME ??0H245_H223LogicalChannelParameters_adaptationLayerType_al3@@QAE@IW4TagClass@PASN_Object@@@Z @741 NONAME ??0H245_H223ModeParameters@@QAE@ABV0@@Z @742 NONAME ??0H245_H223ModeParameters@@QAE@IW4TagClass@PASN_Object@@@Z @743 NONAME ??0H245_H223ModeParameters_adaptationLayerType@@QAE@ABV0@@Z @19877 NONAME ??0H245_H223ModeParameters_adaptationLayerType@@QAE@IW4TagClass@PASN_Object@@@Z @744 NONAME ??0H245_H223ModeParameters_adaptationLayerType_al3@@QAE@ABV0@@Z @745 NONAME ??0H245_H223ModeParameters_adaptationLayerType_al3@@QAE@IW4TagClass@PASN_Object@@@Z @746 NONAME ??0H245_H223MultiplexReconfiguration@@QAE@ABV0@@Z @19878 NONAME ??0H245_H223MultiplexReconfiguration@@QAE@IW4TagClass@PASN_Object@@@Z @747 NONAME ??0H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@QAE@ABV0@@Z @19879 NONAME ??0H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@QAE@IW4TagClass@PASN_Object@@@Z @748 NONAME ??0H245_H223MultiplexReconfiguration_h223ModeChange@@QAE@ABV0@@Z @19880 NONAME ??0H245_H223MultiplexReconfiguration_h223ModeChange@@QAE@IW4TagClass@PASN_Object@@@Z @749 NONAME ??0H245_H223SkewIndication@@QAE@ABV0@@Z @750 NONAME ??0H245_H223SkewIndication@@QAE@IW4TagClass@PASN_Object@@@Z @751 NONAME ??0H245_H2250Capability@@QAE@ABV0@@Z @752 NONAME ??0H245_H2250Capability@@QAE@IW4TagClass@PASN_Object@@@Z @753 NONAME ??0H245_H2250Capability_mcCapability@@QAE@ABV0@@Z @754 NONAME ??0H245_H2250Capability_mcCapability@@QAE@IW4TagClass@PASN_Object@@@Z @755 NONAME ??0H245_H2250LogicalChannelAckParameters@@QAE@ABV0@@Z @756 NONAME ??0H245_H2250LogicalChannelAckParameters@@QAE@IW4TagClass@PASN_Object@@@Z @757 NONAME ??0H245_H2250LogicalChannelParameters@@QAE@ABV0@@Z @758 NONAME ??0H245_H2250LogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @759 NONAME ??0H245_H2250LogicalChannelParameters_mediaPacketization@@QAE@ABV0@@Z @19881 NONAME ??0H245_H2250LogicalChannelParameters_mediaPacketization@@QAE@IW4TagClass@PASN_Object@@@Z @760 NONAME ??0H245_H2250MaximumSkewIndication@@QAE@ABV0@@Z @761 NONAME ??0H245_H2250MaximumSkewIndication@@QAE@IW4TagClass@PASN_Object@@@Z @762 NONAME ??0H245_H2250ModeParameters@@QAE@ABV0@@Z @19882 NONAME ??0H245_H2250ModeParameters@@QAE@IW4TagClass@PASN_Object@@@Z @763 NONAME ??0H245_H235Media@@QAE@ABV0@@Z @764 NONAME ??0H245_H235Media@@QAE@IW4TagClass@PASN_Object@@@Z @765 NONAME ??0H245_H235Media_mediaType@@QAE@ABV0@@Z @19883 NONAME ??0H245_H235Media_mediaType@@QAE@IW4TagClass@PASN_Object@@@Z @766 NONAME ??0H245_H235Mode@@QAE@ABV0@@Z @767 NONAME ??0H245_H235Mode@@QAE@IW4TagClass@PASN_Object@@@Z @768 NONAME ??0H245_H235Mode_mediaMode@@QAE@ABV0@@Z @19884 NONAME ??0H245_H235Mode_mediaMode@@QAE@IW4TagClass@PASN_Object@@@Z @769 NONAME ??0H245_H235SecurityCapability@@QAE@ABV0@@Z @770 NONAME ??0H245_H235SecurityCapability@@QAE@IW4TagClass@PASN_Object@@@Z @771 NONAME ??0H245_H261VideoCapability@@QAE@ABV0@@Z @772 NONAME ??0H245_H261VideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @773 NONAME ??0H245_H261VideoMode@@QAE@ABV0@@Z @774 NONAME ??0H245_H261VideoMode@@QAE@IW4TagClass@PASN_Object@@@Z @775 NONAME ??0H245_H261VideoMode_resolution@@QAE@ABV0@@Z @19885 NONAME ??0H245_H261VideoMode_resolution@@QAE@IW4TagClass@PASN_Object@@@Z @776 NONAME ??0H245_H262VideoCapability@@QAE@ABV0@@Z @777 NONAME ??0H245_H262VideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @778 NONAME ??0H245_H262VideoMode@@QAE@ABV0@@Z @779 NONAME ??0H245_H262VideoMode@@QAE@IW4TagClass@PASN_Object@@@Z @780 NONAME ??0H245_H262VideoMode_profileAndLevel@@QAE@ABV0@@Z @19886 NONAME ??0H245_H262VideoMode_profileAndLevel@@QAE@IW4TagClass@PASN_Object@@@Z @781 NONAME ??0H245_H263ModeComboFlags@@QAE@ABV0@@Z @782 NONAME ??0H245_H263ModeComboFlags@@QAE@IW4TagClass@PASN_Object@@@Z @783 NONAME ??0H245_H263Options@@QAE@ABV0@@Z @784 NONAME ??0H245_H263Options@@QAE@IW4TagClass@PASN_Object@@@Z @785 NONAME ??0H245_H263Version3Options@@QAE@ABV0@@Z @11166 NONAME ??0H245_H263Version3Options@@QAE@IW4TagClass@PASN_Object@@@Z @11167 NONAME ??0H245_H263VideoCapability@@QAE@ABV0@@Z @786 NONAME ??0H245_H263VideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @787 NONAME ??0H245_H263VideoMode@@QAE@ABV0@@Z @788 NONAME ??0H245_H263VideoMode@@QAE@IW4TagClass@PASN_Object@@@Z @789 NONAME ??0H245_H263VideoModeCombos@@QAE@ABV0@@Z @790 NONAME ??0H245_H263VideoModeCombos@@QAE@IW4TagClass@PASN_Object@@@Z @791 NONAME ??0H245_H263VideoMode_resolution@@QAE@ABV0@@Z @19887 NONAME ??0H245_H263VideoMode_resolution@@QAE@IW4TagClass@PASN_Object@@@Z @792 NONAME ??0H245_IndicationMessage@@QAE@ABV0@@Z @19888 NONAME ??0H245_IndicationMessage@@QAE@IW4TagClass@PASN_Object@@@Z @793 NONAME ??0H245_IntegrityCapability@@QAE@ABV0@@Z @19889 NONAME ??0H245_IntegrityCapability@@QAE@IW4TagClass@PASN_Object@@@Z @794 NONAME ??0H245_IS11172AudioCapability@@QAE@ABV0@@Z @795 NONAME ??0H245_IS11172AudioCapability@@QAE@IW4TagClass@PASN_Object@@@Z @796 NONAME ??0H245_IS11172AudioMode@@QAE@ABV0@@Z @797 NONAME ??0H245_IS11172AudioMode@@QAE@IW4TagClass@PASN_Object@@@Z @798 NONAME ??0H245_IS11172AudioMode_audioLayer@@QAE@ABV0@@Z @19890 NONAME ??0H245_IS11172AudioMode_audioLayer@@QAE@IW4TagClass@PASN_Object@@@Z @799 NONAME ??0H245_IS11172AudioMode_audioSampling@@QAE@ABV0@@Z @19891 NONAME ??0H245_IS11172AudioMode_audioSampling@@QAE@IW4TagClass@PASN_Object@@@Z @800 NONAME ??0H245_IS11172AudioMode_multichannelType@@QAE@ABV0@@Z @19892 NONAME ??0H245_IS11172AudioMode_multichannelType@@QAE@IW4TagClass@PASN_Object@@@Z @801 NONAME ??0H245_IS11172VideoCapability@@QAE@ABV0@@Z @802 NONAME ??0H245_IS11172VideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @803 NONAME ??0H245_IS11172VideoMode@@QAE@ABV0@@Z @804 NONAME ??0H245_IS11172VideoMode@@QAE@IW4TagClass@PASN_Object@@@Z @805 NONAME ??0H245_IS13818AudioCapability@@QAE@ABV0@@Z @806 NONAME ??0H245_IS13818AudioCapability@@QAE@IW4TagClass@PASN_Object@@@Z @807 NONAME ??0H245_IS13818AudioMode@@QAE@ABV0@@Z @808 NONAME ??0H245_IS13818AudioMode@@QAE@IW4TagClass@PASN_Object@@@Z @809 NONAME ??0H245_IS13818AudioMode_audioLayer@@QAE@ABV0@@Z @19893 NONAME ??0H245_IS13818AudioMode_audioLayer@@QAE@IW4TagClass@PASN_Object@@@Z @810 NONAME ??0H245_IS13818AudioMode_audioSampling@@QAE@ABV0@@Z @19894 NONAME ??0H245_IS13818AudioMode_audioSampling@@QAE@IW4TagClass@PASN_Object@@@Z @811 NONAME ??0H245_IS13818AudioMode_multichannelType@@QAE@ABV0@@Z @19895 NONAME ??0H245_IS13818AudioMode_multichannelType@@QAE@IW4TagClass@PASN_Object@@@Z @812 NONAME ??0H245_IV16@@QAE@ABV0@@Z @33016 NONAME ??0H245_IV16@@QAE@ABVPBYTEArray@@@Z @33017 NONAME ??0H245_IV16@@QAE@ABVPString@@@Z @33018 NONAME ??0H245_IV16@@QAE@IW4TagClass@PASN_Object@@@Z @33019 NONAME ??0H245_IV16@@QAE@PBD@Z @33020 NONAME ??0H245_IV8@@QAE@ABV0@@Z @33021 NONAME ??0H245_IV8@@QAE@ABVPBYTEArray@@@Z @33022 NONAME ??0H245_IV8@@QAE@ABVPString@@@Z @33023 NONAME ??0H245_IV8@@QAE@IW4TagClass@PASN_Object@@@Z @33024 NONAME ??0H245_IV8@@QAE@PBD@Z @33025 NONAME ??0H245_JitterIndication@@QAE@ABV0@@Z @813 NONAME ??0H245_JitterIndication@@QAE@IW4TagClass@PASN_Object@@@Z @814 NONAME ??0H245_JitterIndication_scope@@QAE@ABV0@@Z @19896 NONAME ??0H245_JitterIndication_scope@@QAE@IW4TagClass@PASN_Object@@@Z @815 NONAME ??0H245_KeyProtectionMethod@@QAE@ABV0@@Z @816 NONAME ??0H245_KeyProtectionMethod@@QAE@IW4TagClass@PASN_Object@@@Z @817 NONAME ??0H245_LogicalChannelNumber@@QAE@ABV0@@Z @19897 NONAME ??0H245_LogicalChannelNumber@@QAE@IW4TagClass@PASN_Object@@@Z @818 NONAME ??0H245_LogicalChannelRateAcknowledge@@QAE@ABV0@@Z @11168 NONAME ??0H245_LogicalChannelRateAcknowledge@@QAE@IW4TagClass@PASN_Object@@@Z @11169 NONAME ??0H245_LogicalChannelRateReject@@QAE@ABV0@@Z @11170 NONAME ??0H245_LogicalChannelRateReject@@QAE@IW4TagClass@PASN_Object@@@Z @11171 NONAME ??0H245_LogicalChannelRateRejectReason@@QAE@ABV0@@Z @19898 NONAME ??0H245_LogicalChannelRateRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @11172 NONAME ??0H245_LogicalChannelRateRelease@@QAE@ABV0@@Z @19899 NONAME ??0H245_LogicalChannelRateRelease@@QAE@IW4TagClass@PASN_Object@@@Z @11173 NONAME ??0H245_LogicalChannelRateRequest@@QAE@ABV0@@Z @11174 NONAME ??0H245_LogicalChannelRateRequest@@QAE@IW4TagClass@PASN_Object@@@Z @11175 NONAME ??0H245_MaintenanceLoopAck@@QAE@ABV0@@Z @819 NONAME ??0H245_MaintenanceLoopAck@@QAE@IW4TagClass@PASN_Object@@@Z @820 NONAME ??0H245_MaintenanceLoopAck_type@@QAE@ABV0@@Z @19900 NONAME ??0H245_MaintenanceLoopAck_type@@QAE@IW4TagClass@PASN_Object@@@Z @821 NONAME ??0H245_MaintenanceLoopOffCommand@@QAE@ABV0@@Z @19901 NONAME ??0H245_MaintenanceLoopOffCommand@@QAE@IW4TagClass@PASN_Object@@@Z @822 NONAME ??0H245_MaintenanceLoopReject@@QAE@ABV0@@Z @823 NONAME ??0H245_MaintenanceLoopReject@@QAE@IW4TagClass@PASN_Object@@@Z @824 NONAME ??0H245_MaintenanceLoopReject_cause@@QAE@ABV0@@Z @19902 NONAME ??0H245_MaintenanceLoopReject_cause@@QAE@IW4TagClass@PASN_Object@@@Z @825 NONAME ??0H245_MaintenanceLoopReject_type@@QAE@ABV0@@Z @19903 NONAME ??0H245_MaintenanceLoopReject_type@@QAE@IW4TagClass@PASN_Object@@@Z @826 NONAME ??0H245_MaintenanceLoopRequest@@QAE@ABV0@@Z @827 NONAME ??0H245_MaintenanceLoopRequest@@QAE@IW4TagClass@PASN_Object@@@Z @828 NONAME ??0H245_MaintenanceLoopRequest_type@@QAE@ABV0@@Z @19904 NONAME ??0H245_MaintenanceLoopRequest_type@@QAE@IW4TagClass@PASN_Object@@@Z @829 NONAME ??0H245_MasterSlaveDetermination@@QAE@ABV0@@Z @830 NONAME ??0H245_MasterSlaveDetermination@@QAE@IW4TagClass@PASN_Object@@@Z @831 NONAME ??0H245_MasterSlaveDeterminationAck@@QAE@ABV0@@Z @832 NONAME ??0H245_MasterSlaveDeterminationAck@@QAE@IW4TagClass@PASN_Object@@@Z @833 NONAME ??0H245_MasterSlaveDeterminationAck_decision@@QAE@ABV0@@Z @19905 NONAME ??0H245_MasterSlaveDeterminationAck_decision@@QAE@IW4TagClass@PASN_Object@@@Z @834 NONAME ??0H245_MasterSlaveDeterminationReject@@QAE@ABV0@@Z @835 NONAME ??0H245_MasterSlaveDeterminationReject@@QAE@IW4TagClass@PASN_Object@@@Z @836 NONAME ??0H245_MasterSlaveDeterminationReject_cause@@QAE@ABV0@@Z @19906 NONAME ??0H245_MasterSlaveDeterminationReject_cause@@QAE@IW4TagClass@PASN_Object@@@Z @837 NONAME ??0H245_MasterSlaveDeterminationRelease@@QAE@ABV0@@Z @19907 NONAME ??0H245_MasterSlaveDeterminationRelease@@QAE@IW4TagClass@PASN_Object@@@Z @838 NONAME ??0H245_MaximumBitRate@@QAE@ABV0@@Z @19908 NONAME ??0H245_MaximumBitRate@@QAE@IW4TagClass@PASN_Object@@@Z @11176 NONAME ??0H245_MaxRedundancy@@QAE@ABV0@@Z @33341 NONAME ??0H245_MaxRedundancy@@QAE@IW4TagClass@PASN_Object@@@Z @33342 NONAME ??0H245_MCLocationIndication@@QAE@ABV0@@Z @839 NONAME ??0H245_MCLocationIndication@@QAE@IW4TagClass@PASN_Object@@@Z @840 NONAME ??0H245_McuNumber@@QAE@ABV0@@Z @19909 NONAME ??0H245_McuNumber@@QAE@IW4TagClass@PASN_Object@@@Z @841 NONAME ??0H245_MediaChannelCapability@@QAE@ABV0@@Z @842 NONAME ??0H245_MediaChannelCapability@@QAE@IW4TagClass@PASN_Object@@@Z @843 NONAME ??0H245_MediaDistributionCapability@@QAE@ABV0@@Z @844 NONAME ??0H245_MediaDistributionCapability@@QAE@IW4TagClass@PASN_Object@@@Z @845 NONAME ??0H245_MediaEncryptionAlgorithm@@QAE@ABV0@@Z @19910 NONAME ??0H245_MediaEncryptionAlgorithm@@QAE@IW4TagClass@PASN_Object@@@Z @846 NONAME ??0H245_MediaPacketizationCapability@@QAE@ABV0@@Z @847 NONAME ??0H245_MediaPacketizationCapability@@QAE@IW4TagClass@PASN_Object@@@Z @848 NONAME ??0H245_MediaTransportType@@QAE@ABV0@@Z @19911 NONAME ??0H245_MediaTransportType@@QAE@IW4TagClass@PASN_Object@@@Z @849 NONAME ??0H245_MediaTransportType_atm_AAL5_compressed@@QAE@ABV0@@Z @11177 NONAME ??0H245_MediaTransportType_atm_AAL5_compressed@@QAE@IW4TagClass@PASN_Object@@@Z @11178 NONAME ??0H245_MiscellaneousCommand@@QAE@ABV0@@Z @850 NONAME ??0H245_MiscellaneousCommand@@QAE@IW4TagClass@PASN_Object@@@Z @851 NONAME ??0H245_MiscellaneousCommand_type@@QAE@ABV0@@Z @19912 NONAME ??0H245_MiscellaneousCommand_type@@QAE@IW4TagClass@PASN_Object@@@Z @852 NONAME ??0H245_MiscellaneousCommand_type_encryptionUpdateAck@@QAE@ABV0@@Z @33026 NONAME ??0H245_MiscellaneousCommand_type_encryptionUpdateAck@@QAE@IW4TagClass@PASN_Object@@@Z @33027 NONAME ??0H245_MiscellaneousCommand_type_encryptionUpdateCommand@@QAE@ABV0@@Z @33028 NONAME ??0H245_MiscellaneousCommand_type_encryptionUpdateCommand@@QAE@IW4TagClass@PASN_Object@@@Z @33029 NONAME ??0H245_MiscellaneousCommand_type_lostPartialPicture@@QAE@ABV0@@Z @11179 NONAME ??0H245_MiscellaneousCommand_type_lostPartialPicture@@QAE@IW4TagClass@PASN_Object@@@Z @11180 NONAME ??0H245_MiscellaneousCommand_type_progressiveRefinementStart@@QAE@ABV0@@Z @853 NONAME ??0H245_MiscellaneousCommand_type_progressiveRefinementStart@@QAE@IW4TagClass@PASN_Object@@@Z @854 NONAME ??0H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@QAE@ABV0@@Z @19913 NONAME ??0H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@QAE@IW4TagClass@PASN_Object@@@Z @855 NONAME ??0H245_MiscellaneousCommand_type_videoBadMBs@@QAE@ABV0@@Z @11181 NONAME ??0H245_MiscellaneousCommand_type_videoBadMBs@@QAE@IW4TagClass@PASN_Object@@@Z @11182 NONAME ??0H245_MiscellaneousCommand_type_videoFastUpdateGOB@@QAE@ABV0@@Z @856 NONAME ??0H245_MiscellaneousCommand_type_videoFastUpdateGOB@@QAE@IW4TagClass@PASN_Object@@@Z @857 NONAME ??0H245_MiscellaneousCommand_type_videoFastUpdateMB@@QAE@ABV0@@Z @858 NONAME ??0H245_MiscellaneousCommand_type_videoFastUpdateMB@@QAE@IW4TagClass@PASN_Object@@@Z @859 NONAME ??0H245_MiscellaneousIndication@@QAE@ABV0@@Z @860 NONAME ??0H245_MiscellaneousIndication@@QAE@IW4TagClass@PASN_Object@@@Z @861 NONAME ??0H245_MiscellaneousIndication_type@@QAE@ABV0@@Z @19914 NONAME ??0H245_MiscellaneousIndication_type@@QAE@IW4TagClass@PASN_Object@@@Z @862 NONAME ??0H245_MiscellaneousIndication_type_videoNotDecodedMBs@@QAE@ABV0@@Z @863 NONAME ??0H245_MiscellaneousIndication_type_videoNotDecodedMBs@@QAE@IW4TagClass@PASN_Object@@@Z @864 NONAME ??0H245_MobileMultilinkReconfigurationCommand@@QAE@ABV0@@Z @11183 NONAME ??0H245_MobileMultilinkReconfigurationCommand@@QAE@IW4TagClass@PASN_Object@@@Z @11184 NONAME ??0H245_MobileMultilinkReconfigurationCommand_status@@QAE@ABV0@@Z @19915 NONAME ??0H245_MobileMultilinkReconfigurationCommand_status@@QAE@IW4TagClass@PASN_Object@@@Z @11185 NONAME ??0H245_MobileMultilinkReconfigurationIndication@@QAE@ABV0@@Z @11186 NONAME ??0H245_MobileMultilinkReconfigurationIndication@@QAE@IW4TagClass@PASN_Object@@@Z @11187 NONAME ??0H245_ModeDescription@@QAE@ABV0@@Z @19916 NONAME ??0H245_ModeDescription@@QAE@IW4TagClass@PASN_Object@@@Z @865 NONAME ??0H245_ModeElement@@QAE@ABV0@@Z @866 NONAME ??0H245_ModeElement@@QAE@IW4TagClass@PASN_Object@@@Z @867 NONAME ??0H245_ModeElementType@@QAE@ABV0@@Z @19917 NONAME ??0H245_ModeElementType@@QAE@IW4TagClass@PASN_Object@@@Z @19039 NONAME ??0H245_MulticastAddress@@QAE@ABV0@@Z @19918 NONAME ??0H245_MulticastAddress@@QAE@IW4TagClass@PASN_Object@@@Z @869 NONAME ??0H245_MulticastAddress_iP6Address@@QAE@ABV0@@Z @870 NONAME ??0H245_MulticastAddress_iP6Address@@QAE@IW4TagClass@PASN_Object@@@Z @871 NONAME ??0H245_MulticastAddress_iPAddress@@QAE@ABV0@@Z @872 NONAME ??0H245_MulticastAddress_iPAddress@@QAE@IW4TagClass@PASN_Object@@@Z @873 NONAME ??0H245_MultilinkIndication@@QAE@ABV0@@Z @19919 NONAME ??0H245_MultilinkIndication@@QAE@IW4TagClass@PASN_Object@@@Z @11188 NONAME ??0H245_MultilinkIndication_crcDesired@@QAE@ABV0@@Z @19920 NONAME ??0H245_MultilinkIndication_crcDesired@@QAE@IW4TagClass@PASN_Object@@@Z @11189 NONAME ??0H245_MultilinkIndication_excessiveError@@QAE@ABV0@@Z @19921 NONAME ??0H245_MultilinkIndication_excessiveError@@QAE@IW4TagClass@PASN_Object@@@Z @11190 NONAME ??0H245_MultilinkRequest@@QAE@ABV0@@Z @19922 NONAME ??0H245_MultilinkRequest@@QAE@IW4TagClass@PASN_Object@@@Z @11191 NONAME ??0H245_MultilinkRequest_addConnection@@QAE@ABV0@@Z @11192 NONAME ??0H245_MultilinkRequest_addConnection@@QAE@IW4TagClass@PASN_Object@@@Z @11193 NONAME ??0H245_MultilinkRequest_callInformation@@QAE@ABV0@@Z @11194 NONAME ??0H245_MultilinkRequest_callInformation@@QAE@IW4TagClass@PASN_Object@@@Z @11195 NONAME ??0H245_MultilinkRequest_maximumHeaderInterval@@QAE@ABV0@@Z @11196 NONAME ??0H245_MultilinkRequest_maximumHeaderInterval@@QAE@IW4TagClass@PASN_Object@@@Z @11197 NONAME ??0H245_MultilinkRequest_maximumHeaderInterval_requestType@@QAE@ABV0@@Z @19923 NONAME ??0H245_MultilinkRequest_maximumHeaderInterval_requestType@@QAE@IW4TagClass@PASN_Object@@@Z @11198 NONAME ??0H245_MultilinkRequest_removeConnection@@QAE@ABV0@@Z @19924 NONAME ??0H245_MultilinkRequest_removeConnection@@QAE@IW4TagClass@PASN_Object@@@Z @11199 NONAME ??0H245_MultilinkResponse@@QAE@ABV0@@Z @19925 NONAME ??0H245_MultilinkResponse@@QAE@IW4TagClass@PASN_Object@@@Z @11200 NONAME ??0H245_MultilinkResponse_addConnection@@QAE@ABV0@@Z @11201 NONAME ??0H245_MultilinkResponse_addConnection@@QAE@IW4TagClass@PASN_Object@@@Z @11202 NONAME ??0H245_MultilinkResponse_addConnection_responseCode@@QAE@ABV0@@Z @19926 NONAME ??0H245_MultilinkResponse_addConnection_responseCode@@QAE@IW4TagClass@PASN_Object@@@Z @11203 NONAME ??0H245_MultilinkResponse_addConnection_responseCode_rejected@@QAE@ABV0@@Z @19927 NONAME ??0H245_MultilinkResponse_addConnection_responseCode_rejected@@QAE@IW4TagClass@PASN_Object@@@Z @11204 NONAME ??0H245_MultilinkResponse_callInformation@@QAE@ABV0@@Z @11205 NONAME ??0H245_MultilinkResponse_callInformation@@QAE@IW4TagClass@PASN_Object@@@Z @11206 NONAME ??0H245_MultilinkResponse_maximumHeaderInterval@@QAE@ABV0@@Z @11207 NONAME ??0H245_MultilinkResponse_maximumHeaderInterval@@QAE@IW4TagClass@PASN_Object@@@Z @11208 NONAME ??0H245_MultilinkResponse_removeConnection@@QAE@ABV0@@Z @19928 NONAME ??0H245_MultilinkResponse_removeConnection@@QAE@IW4TagClass@PASN_Object@@@Z @11209 NONAME ??0H245_MultimediaSystemControlMessage@@QAE@ABV0@@Z @19929 NONAME ??0H245_MultimediaSystemControlMessage@@QAE@IW4TagClass@PASN_Object@@@Z @874 NONAME ??0H245_MultiplePayloadStream@@QAE@ABV0@@Z @19040 NONAME ??0H245_MultiplePayloadStream@@QAE@IW4TagClass@PASN_Object@@@Z @19041 NONAME ??0H245_MultiplePayloadStreamCapability@@QAE@ABV0@@Z @19042 NONAME ??0H245_MultiplePayloadStreamCapability@@QAE@IW4TagClass@PASN_Object@@@Z @19043 NONAME ??0H245_MultiplePayloadStreamElement@@QAE@ABV0@@Z @19044 NONAME ??0H245_MultiplePayloadStreamElement@@QAE@IW4TagClass@PASN_Object@@@Z @19045 NONAME ??0H245_MultiplePayloadStreamElementMode@@QAE@ABV0@@Z @19046 NONAME ??0H245_MultiplePayloadStreamElementMode@@QAE@IW4TagClass@PASN_Object@@@Z @19047 NONAME ??0H245_MultiplePayloadStreamMode@@QAE@ABV0@@Z @19048 NONAME ??0H245_MultiplePayloadStreamMode@@QAE@IW4TagClass@PASN_Object@@@Z @19049 NONAME ??0H245_MultiplexCapability@@QAE@ABV0@@Z @19930 NONAME ??0H245_MultiplexCapability@@QAE@IW4TagClass@PASN_Object@@@Z @875 NONAME ??0H245_MultiplexedStreamCapability@@QAE@ABV0@@Z @11210 NONAME ??0H245_MultiplexedStreamCapability@@QAE@IW4TagClass@PASN_Object@@@Z @11211 NONAME ??0H245_MultiplexedStreamModeParameters@@QAE@ABV0@@Z @11212 NONAME ??0H245_MultiplexedStreamModeParameters@@QAE@IW4TagClass@PASN_Object@@@Z @11213 NONAME ??0H245_MultiplexedStreamParameter@@QAE@ABV0@@Z @11214 NONAME ??0H245_MultiplexedStreamParameter@@QAE@IW4TagClass@PASN_Object@@@Z @11215 NONAME ??0H245_MultiplexElement@@QAE@ABV0@@Z @876 NONAME ??0H245_MultiplexElement@@QAE@IW4TagClass@PASN_Object@@@Z @877 NONAME ??0H245_MultiplexElement_repeatCount@@QAE@ABV0@@Z @19931 NONAME ??0H245_MultiplexElement_repeatCount@@QAE@IW4TagClass@PASN_Object@@@Z @878 NONAME ??0H245_MultiplexElement_type@@QAE@ABV0@@Z @19932 NONAME ??0H245_MultiplexElement_type@@QAE@IW4TagClass@PASN_Object@@@Z @879 NONAME ??0H245_MultiplexEntryDescriptor@@QAE@ABV0@@Z @880 NONAME ??0H245_MultiplexEntryDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @881 NONAME ??0H245_MultiplexEntryRejectionDescriptions@@QAE@ABV0@@Z @882 NONAME ??0H245_MultiplexEntryRejectionDescriptions@@QAE@IW4TagClass@PASN_Object@@@Z @883 NONAME ??0H245_MultiplexEntryRejectionDescriptions_cause@@QAE@ABV0@@Z @19933 NONAME ??0H245_MultiplexEntryRejectionDescriptions_cause@@QAE@IW4TagClass@PASN_Object@@@Z @884 NONAME ??0H245_MultiplexEntrySend@@QAE@ABV0@@Z @885 NONAME ??0H245_MultiplexEntrySend@@QAE@IW4TagClass@PASN_Object@@@Z @886 NONAME ??0H245_MultiplexEntrySendAck@@QAE@ABV0@@Z @887 NONAME ??0H245_MultiplexEntrySendAck@@QAE@IW4TagClass@PASN_Object@@@Z @888 NONAME ??0H245_MultiplexEntrySendReject@@QAE@ABV0@@Z @889 NONAME ??0H245_MultiplexEntrySendReject@@QAE@IW4TagClass@PASN_Object@@@Z @890 NONAME ??0H245_MultiplexEntrySendRelease@@QAE@ABV0@@Z @891 NONAME ??0H245_MultiplexEntrySendRelease@@QAE@IW4TagClass@PASN_Object@@@Z @892 NONAME ??0H245_MultiplexFormat@@QAE@ABV0@@Z @19934 NONAME ??0H245_MultiplexFormat@@QAE@IW4TagClass@PASN_Object@@@Z @11216 NONAME ??0H245_MultiplexTableEntryNumber@@QAE@ABV0@@Z @19935 NONAME ??0H245_MultiplexTableEntryNumber@@QAE@IW4TagClass@PASN_Object@@@Z @893 NONAME ??0H245_MultipointCapability@@QAE@ABV0@@Z @894 NONAME ??0H245_MultipointCapability@@QAE@IW4TagClass@PASN_Object@@@Z @895 NONAME ??0H245_NetworkAccessParameters@@QAE@ABV0@@Z @896 NONAME ??0H245_NetworkAccessParameters@@QAE@IW4TagClass@PASN_Object@@@Z @897 NONAME ??0H245_NetworkAccessParameters_distribution@@QAE@ABV0@@Z @19936 NONAME ??0H245_NetworkAccessParameters_distribution@@QAE@IW4TagClass@PASN_Object@@@Z @898 NONAME ??0H245_NetworkAccessParameters_networkAddress@@QAE@ABV0@@Z @19937 NONAME ??0H245_NetworkAccessParameters_networkAddress@@QAE@IW4TagClass@PASN_Object@@@Z @899 NONAME ??0H245_NetworkAccessParameters_t120SetupProcedure@@QAE@ABV0@@Z @19938 NONAME ??0H245_NetworkAccessParameters_t120SetupProcedure@@QAE@IW4TagClass@PASN_Object@@@Z @900 NONAME ??0H245_NewATMVCCommand@@QAE@ABV0@@Z @11217 NONAME ??0H245_NewATMVCCommand@@QAE@IW4TagClass@PASN_Object@@@Z @11218 NONAME ??0H245_NewATMVCCommand_aal@@QAE@ABV0@@Z @19939 NONAME ??0H245_NewATMVCCommand_aal@@QAE@IW4TagClass@PASN_Object@@@Z @11219 NONAME ??0H245_NewATMVCCommand_aal_aal1@@QAE@ABV0@@Z @11220 NONAME ??0H245_NewATMVCCommand_aal_aal1@@QAE@IW4TagClass@PASN_Object@@@Z @11221 NONAME ??0H245_NewATMVCCommand_aal_aal1_clockRecovery@@QAE@ABV0@@Z @19940 NONAME ??0H245_NewATMVCCommand_aal_aal1_clockRecovery@@QAE@IW4TagClass@PASN_Object@@@Z @11222 NONAME ??0H245_NewATMVCCommand_aal_aal1_errorCorrection@@QAE@ABV0@@Z @19941 NONAME ??0H245_NewATMVCCommand_aal_aal1_errorCorrection@@QAE@IW4TagClass@PASN_Object@@@Z @11223 NONAME ??0H245_NewATMVCCommand_aal_aal5@@QAE@ABV0@@Z @11224 NONAME ??0H245_NewATMVCCommand_aal_aal5@@QAE@IW4TagClass@PASN_Object@@@Z @11225 NONAME ??0H245_NewATMVCCommand_multiplex@@QAE@ABV0@@Z @19942 NONAME ??0H245_NewATMVCCommand_multiplex@@QAE@IW4TagClass@PASN_Object@@@Z @11226 NONAME ??0H245_NewATMVCCommand_reverseParameters@@QAE@ABV0@@Z @11227 NONAME ??0H245_NewATMVCCommand_reverseParameters@@QAE@IW4TagClass@PASN_Object@@@Z @11228 NONAME ??0H245_NewATMVCCommand_reverseParameters_multiplex@@QAE@ABV0@@Z @19943 NONAME ??0H245_NewATMVCCommand_reverseParameters_multiplex@@QAE@IW4TagClass@PASN_Object@@@Z @11229 NONAME ??0H245_NewATMVCIndication@@QAE@ABV0@@Z @901 NONAME ??0H245_NewATMVCIndication@@QAE@IW4TagClass@PASN_Object@@@Z @902 NONAME ??0H245_NewATMVCIndication_aal@@QAE@ABV0@@Z @19944 NONAME ??0H245_NewATMVCIndication_aal@@QAE@IW4TagClass@PASN_Object@@@Z @903 NONAME ??0H245_NewATMVCIndication_aal_aal1@@QAE@ABV0@@Z @904 NONAME ??0H245_NewATMVCIndication_aal_aal1@@QAE@IW4TagClass@PASN_Object@@@Z @905 NONAME ??0H245_NewATMVCIndication_aal_aal1_clockRecovery@@QAE@ABV0@@Z @19945 NONAME ??0H245_NewATMVCIndication_aal_aal1_clockRecovery@@QAE@IW4TagClass@PASN_Object@@@Z @906 NONAME ??0H245_NewATMVCIndication_aal_aal1_errorCorrection@@QAE@ABV0@@Z @19946 NONAME ??0H245_NewATMVCIndication_aal_aal1_errorCorrection@@QAE@IW4TagClass@PASN_Object@@@Z @907 NONAME ??0H245_NewATMVCIndication_aal_aal5@@QAE@ABV0@@Z @908 NONAME ??0H245_NewATMVCIndication_aal_aal5@@QAE@IW4TagClass@PASN_Object@@@Z @909 NONAME ??0H245_NewATMVCIndication_multiplex@@QAE@ABV0@@Z @19947 NONAME ??0H245_NewATMVCIndication_multiplex@@QAE@IW4TagClass@PASN_Object@@@Z @910 NONAME ??0H245_NewATMVCIndication_reverseParameters@@QAE@ABV0@@Z @911 NONAME ??0H245_NewATMVCIndication_reverseParameters@@QAE@IW4TagClass@PASN_Object@@@Z @912 NONAME ??0H245_NewATMVCIndication_reverseParameters_multiplex@@QAE@ABV0@@Z @19948 NONAME ??0H245_NewATMVCIndication_reverseParameters_multiplex@@QAE@IW4TagClass@PASN_Object@@@Z @913 NONAME ??0H245_NonStandardIdentifier@@QAE@ABV0@@Z @19949 NONAME ??0H245_NonStandardIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @914 NONAME ??0H245_NonStandardIdentifier_h221NonStandard@@QAE@ABV0@@Z @915 NONAME ??0H245_NonStandardIdentifier_h221NonStandard@@QAE@IW4TagClass@PASN_Object@@@Z @916 NONAME ??0H245_NonStandardMessage@@QAE@ABV0@@Z @19950 NONAME ??0H245_NonStandardMessage@@QAE@IW4TagClass@PASN_Object@@@Z @917 NONAME ??0H245_NonStandardParameter@@QAE@ABV0@@Z @918 NONAME ??0H245_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @919 NONAME ??0H245_NoPTAudioTelephonyEventCapability@@QAE@ABV0@@Z @19050 NONAME ??0H245_NoPTAudioTelephonyEventCapability@@QAE@IW4TagClass@PASN_Object@@@Z @19051 NONAME ??0H245_NoPTAudioToneCapability@@QAE@ABV0@@Z @19951 NONAME ??0H245_NoPTAudioToneCapability@@QAE@IW4TagClass@PASN_Object@@@Z @19052 NONAME ??0H245_OpenLogicalChannel@@QAE@ABV0@@Z @920 NONAME ??0H245_OpenLogicalChannel@@QAE@IW4TagClass@PASN_Object@@@Z @921 NONAME ??0H245_OpenLogicalChannelAck@@QAE@ABV0@@Z @922 NONAME ??0H245_OpenLogicalChannelAck@@QAE@IW4TagClass@PASN_Object@@@Z @923 NONAME ??0H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@QAE@ABV0@@Z @19952 NONAME ??0H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@QAE@IW4TagClass@PASN_Object@@@Z @924 NONAME ??0H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@QAE@ABV0@@Z @925 NONAME ??0H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @926 NONAME ??0H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@QAE@ABV0@@Z @19953 NONAME ??0H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@QAE@IW4TagClass@PASN_Object@@@Z @927 NONAME ??0H245_OpenLogicalChannelConfirm@@QAE@ABV0@@Z @928 NONAME ??0H245_OpenLogicalChannelConfirm@@QAE@IW4TagClass@PASN_Object@@@Z @929 NONAME ??0H245_OpenLogicalChannelReject@@QAE@ABV0@@Z @930 NONAME ??0H245_OpenLogicalChannelReject@@QAE@IW4TagClass@PASN_Object@@@Z @931 NONAME ??0H245_OpenLogicalChannelReject_cause@@QAE@ABV0@@Z @19954 NONAME ??0H245_OpenLogicalChannelReject_cause@@QAE@IW4TagClass@PASN_Object@@@Z @932 NONAME ??0H245_OpenLogicalChannel_forwardLogicalChannelParameters@@QAE@ABV0@@Z @933 NONAME ??0H245_OpenLogicalChannel_forwardLogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @934 NONAME ??0H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QAE@ABV0@@Z @19955 NONAME ??0H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QAE@IW4TagClass@PASN_Object@@@Z @935 NONAME ??0H245_OpenLogicalChannel_reverseLogicalChannelParameters@@QAE@ABV0@@Z @936 NONAME ??0H245_OpenLogicalChannel_reverseLogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @937 NONAME ??0H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QAE@ABV0@@Z @19956 NONAME ??0H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QAE@IW4TagClass@PASN_Object@@@Z @938 NONAME ??0H245_ParameterIdentifier@@QAE@ABV0@@Z @19957 NONAME ??0H245_ParameterIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @11230 NONAME ??0H245_ParameterValue@@QAE@ABV0@@Z @19958 NONAME ??0H245_ParameterValue@@QAE@IW4TagClass@PASN_Object@@@Z @11231 NONAME ??0H245_Params@@QAE@ABV0@@Z @33030 NONAME ??0H245_Params@@QAE@IW4TagClass@PASN_Object@@@Z @33031 NONAME ??0H245_Password@@QAE@ABV0@@Z @19959 NONAME ??0H245_Password@@QAE@ABVPBYTEArray@@@Z @18310 NONAME ??0H245_Password@@QAE@ABVPString@@@Z @18311 NONAME ??0H245_Password@@QAE@IW4TagClass@PASN_Object@@@Z @939 NONAME ??0H245_Password@@QAE@PBD@Z @18312 NONAME ??0H245_PictureReference@@QAE@ABV0@@Z @19960 NONAME ??0H245_PictureReference@@QAE@IW4TagClass@PASN_Object@@@Z @11232 NONAME ??0H245_Q2931Address@@QAE@ABV0@@Z @940 NONAME ??0H245_Q2931Address@@QAE@IW4TagClass@PASN_Object@@@Z @941 NONAME ??0H245_Q2931Address_address@@QAE@ABV0@@Z @19961 NONAME ??0H245_Q2931Address_address@@QAE@IW4TagClass@PASN_Object@@@Z @942 NONAME ??0H245_QOSCapability@@QAE@ABV0@@Z @943 NONAME ??0H245_QOSCapability@@QAE@IW4TagClass@PASN_Object@@@Z @944 NONAME ??0H245_QOSMode@@QAE@ABV0@@Z @19962 NONAME ??0H245_QOSMode@@QAE@IW4TagClass@PASN_Object@@@Z @945 NONAME ??0H245_RedundancyEncoding@@QAE@ABV0@@Z @946 NONAME ??0H245_RedundancyEncoding@@QAE@IW4TagClass@PASN_Object@@@Z @947 NONAME ??0H245_RedundancyEncodingCapability@@QAE@ABV0@@Z @948 NONAME ??0H245_RedundancyEncodingCapability@@QAE@IW4TagClass@PASN_Object@@@Z @949 NONAME ??0H245_RedundancyEncodingDTMode@@QAE@ABV0@@Z @19053 NONAME ??0H245_RedundancyEncodingDTMode@@QAE@IW4TagClass@PASN_Object@@@Z @19054 NONAME ??0H245_RedundancyEncodingDTModeElement@@QAE@ABV0@@Z @19055 NONAME ??0H245_RedundancyEncodingDTModeElement@@QAE@IW4TagClass@PASN_Object@@@Z @19056 NONAME ??0H245_RedundancyEncodingDTModeElement_type@@QAE@ABV0@@Z @19963 NONAME ??0H245_RedundancyEncodingDTModeElement_type@@QAE@IW4TagClass@PASN_Object@@@Z @19057 NONAME ??0H245_RedundancyEncodingElement@@QAE@ABV0@@Z @19058 NONAME ??0H245_RedundancyEncodingElement@@QAE@IW4TagClass@PASN_Object@@@Z @19059 NONAME ??0H245_RedundancyEncodingMethod@@QAE@ABV0@@Z @19964 NONAME ??0H245_RedundancyEncodingMethod@@QAE@IW4TagClass@PASN_Object@@@Z @950 NONAME ??0H245_RedundancyEncodingMode@@QAE@ABV0@@Z @951 NONAME ??0H245_RedundancyEncodingMode@@QAE@IW4TagClass@PASN_Object@@@Z @952 NONAME ??0H245_RedundancyEncodingMode_secondaryEncoding@@QAE@ABV0@@Z @19965 NONAME ??0H245_RedundancyEncodingMode_secondaryEncoding@@QAE@IW4TagClass@PASN_Object@@@Z @953 NONAME ??0H245_RedundancyEncoding_rtpRedundancyEncoding@@QAE@ABV0@@Z @19060 NONAME ??0H245_RedundancyEncoding_rtpRedundancyEncoding@@QAE@IW4TagClass@PASN_Object@@@Z @19061 NONAME ??0H245_RefPictureSelection@@QAE@ABV0@@Z @954 NONAME ??0H245_RefPictureSelection@@QAE@IW4TagClass@PASN_Object@@@Z @955 NONAME ??0H245_RefPictureSelection_additionalPictureMemory@@QAE@ABV0@@Z @956 NONAME ??0H245_RefPictureSelection_additionalPictureMemory@@QAE@IW4TagClass@PASN_Object@@@Z @957 NONAME ??0H245_RefPictureSelection_enhancedReferencePicSelect@@QAE@ABV0@@Z @19966 NONAME ??0H245_RefPictureSelection_enhancedReferencePicSelect@@QAE@IW4TagClass@PASN_Object@@@Z @11233 NONAME ??0H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@QAE@ABV0@@Z @11234 NONAME ??0H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@QAE@IW4TagClass@PASN_Object@@@Z @11235 NONAME ??0H245_RefPictureSelection_videoBackChannelSend@@QAE@ABV0@@Z @19967 NONAME ??0H245_RefPictureSelection_videoBackChannelSend@@QAE@IW4TagClass@PASN_Object@@@Z @958 NONAME ??0H245_RemoteMCRequest@@QAE@ABV0@@Z @19968 NONAME ??0H245_RemoteMCRequest@@QAE@IW4TagClass@PASN_Object@@@Z @959 NONAME ??0H245_RemoteMCResponse@@QAE@ABV0@@Z @19969 NONAME ??0H245_RemoteMCResponse@@QAE@IW4TagClass@PASN_Object@@@Z @960 NONAME ??0H245_RemoteMCResponse_reject@@QAE@ABV0@@Z @19970 NONAME ??0H245_RemoteMCResponse_reject@@QAE@IW4TagClass@PASN_Object@@@Z @961 NONAME ??0H245_RequestAllTerminalIDsResponse@@QAE@ABV0@@Z @962 NONAME ??0H245_RequestAllTerminalIDsResponse@@QAE@IW4TagClass@PASN_Object@@@Z @963 NONAME ??0H245_RequestChannelClose@@QAE@ABV0@@Z @964 NONAME ??0H245_RequestChannelClose@@QAE@IW4TagClass@PASN_Object@@@Z @965 NONAME ??0H245_RequestChannelCloseAck@@QAE@ABV0@@Z @966 NONAME ??0H245_RequestChannelCloseAck@@QAE@IW4TagClass@PASN_Object@@@Z @967 NONAME ??0H245_RequestChannelCloseReject@@QAE@ABV0@@Z @968 NONAME ??0H245_RequestChannelCloseReject@@QAE@IW4TagClass@PASN_Object@@@Z @969 NONAME ??0H245_RequestChannelCloseReject_cause@@QAE@ABV0@@Z @19971 NONAME ??0H245_RequestChannelCloseReject_cause@@QAE@IW4TagClass@PASN_Object@@@Z @970 NONAME ??0H245_RequestChannelCloseRelease@@QAE@ABV0@@Z @971 NONAME ??0H245_RequestChannelCloseRelease@@QAE@IW4TagClass@PASN_Object@@@Z @972 NONAME ??0H245_RequestChannelClose_reason@@QAE@ABV0@@Z @19972 NONAME ??0H245_RequestChannelClose_reason@@QAE@IW4TagClass@PASN_Object@@@Z @973 NONAME ??0H245_RequestMessage@@QAE@ABV0@@Z @19973 NONAME ??0H245_RequestMessage@@QAE@IW4TagClass@PASN_Object@@@Z @974 NONAME ??0H245_RequestMode@@QAE@ABV0@@Z @975 NONAME ??0H245_RequestMode@@QAE@IW4TagClass@PASN_Object@@@Z @976 NONAME ??0H245_RequestModeAck@@QAE@ABV0@@Z @977 NONAME ??0H245_RequestModeAck@@QAE@IW4TagClass@PASN_Object@@@Z @978 NONAME ??0H245_RequestModeAck_response@@QAE@ABV0@@Z @19974 NONAME ??0H245_RequestModeAck_response@@QAE@IW4TagClass@PASN_Object@@@Z @979 NONAME ??0H245_RequestModeReject@@QAE@ABV0@@Z @980 NONAME ??0H245_RequestModeReject@@QAE@IW4TagClass@PASN_Object@@@Z @981 NONAME ??0H245_RequestModeReject_cause@@QAE@ABV0@@Z @19975 NONAME ??0H245_RequestModeReject_cause@@QAE@IW4TagClass@PASN_Object@@@Z @982 NONAME ??0H245_RequestModeRelease@@QAE@ABV0@@Z @19976 NONAME ??0H245_RequestModeRelease@@QAE@IW4TagClass@PASN_Object@@@Z @983 NONAME ??0H245_RequestMultiplexEntry@@QAE@ABV0@@Z @984 NONAME ??0H245_RequestMultiplexEntry@@QAE@IW4TagClass@PASN_Object@@@Z @985 NONAME ??0H245_RequestMultiplexEntryAck@@QAE@ABV0@@Z @986 NONAME ??0H245_RequestMultiplexEntryAck@@QAE@IW4TagClass@PASN_Object@@@Z @987 NONAME ??0H245_RequestMultiplexEntryReject@@QAE@ABV0@@Z @988 NONAME ??0H245_RequestMultiplexEntryReject@@QAE@IW4TagClass@PASN_Object@@@Z @989 NONAME ??0H245_RequestMultiplexEntryRejectionDescriptions@@QAE@ABV0@@Z @990 NONAME ??0H245_RequestMultiplexEntryRejectionDescriptions@@QAE@IW4TagClass@PASN_Object@@@Z @991 NONAME ??0H245_RequestMultiplexEntryRejectionDescriptions_cause@@QAE@ABV0@@Z @19977 NONAME ??0H245_RequestMultiplexEntryRejectionDescriptions_cause@@QAE@IW4TagClass@PASN_Object@@@Z @992 NONAME ??0H245_RequestMultiplexEntryRelease@@QAE@ABV0@@Z @993 NONAME ??0H245_RequestMultiplexEntryRelease@@QAE@IW4TagClass@PASN_Object@@@Z @994 NONAME ??0H245_ResponseMessage@@QAE@ABV0@@Z @19978 NONAME ??0H245_ResponseMessage@@QAE@IW4TagClass@PASN_Object@@@Z @995 NONAME ??0H245_RoundTripDelayRequest@@QAE@ABV0@@Z @996 NONAME ??0H245_RoundTripDelayRequest@@QAE@IW4TagClass@PASN_Object@@@Z @997 NONAME ??0H245_RoundTripDelayResponse@@QAE@ABV0@@Z @998 NONAME ??0H245_RoundTripDelayResponse@@QAE@IW4TagClass@PASN_Object@@@Z @999 NONAME ??0H245_RSVPParameters@@QAE@ABV0@@Z @1000 NONAME ??0H245_RSVPParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1001 NONAME ??0H245_RTPH263VideoRedundancyEncoding@@QAE@ABV0@@Z @1002 NONAME ??0H245_RTPH263VideoRedundancyEncoding@@QAE@IW4TagClass@PASN_Object@@@Z @1003 NONAME ??0H245_RTPH263VideoRedundancyEncoding_containedThreads@@QAE@ABV0@@Z @19979 NONAME ??0H245_RTPH263VideoRedundancyEncoding_containedThreads@@QAE@IW4TagClass@PASN_Object@@@Z @1004 NONAME ??0H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@QAE@ABV0@@Z @19980 NONAME ??0H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@QAE@IW4TagClass@PASN_Object@@@Z @1005 NONAME ??0H245_RTPH263VideoRedundancyFrameMapping@@QAE@ABV0@@Z @1006 NONAME ??0H245_RTPH263VideoRedundancyFrameMapping@@QAE@IW4TagClass@PASN_Object@@@Z @1007 NONAME ??0H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@QAE@ABV0@@Z @19981 NONAME ??0H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@QAE@IW4TagClass@PASN_Object@@@Z @1008 NONAME ??0H245_RTPPayloadType@@QAE@ABV0@@Z @1009 NONAME ??0H245_RTPPayloadType@@QAE@IW4TagClass@PASN_Object@@@Z @1010 NONAME ??0H245_RTPPayloadType_payloadDescriptor@@QAE@ABV0@@Z @19982 NONAME ??0H245_RTPPayloadType_payloadDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @1011 NONAME ??0H245_SendTerminalCapabilitySet@@QAE@ABV0@@Z @19983 NONAME ??0H245_SendTerminalCapabilitySet@@QAE@IW4TagClass@PASN_Object@@@Z @1012 NONAME ??0H245_SendTerminalCapabilitySet_specificRequest@@QAE@ABV0@@Z @1013 NONAME ??0H245_SendTerminalCapabilitySet_specificRequest@@QAE@IW4TagClass@PASN_Object@@@Z @1014 NONAME ??0H245_SequenceNumber@@QAE@ABV0@@Z @19984 NONAME ??0H245_SequenceNumber@@QAE@IW4TagClass@PASN_Object@@@Z @1015 NONAME ??0H245_SubstituteConferenceIDCommand@@QAE@ABV0@@Z @19985 NONAME ??0H245_SubstituteConferenceIDCommand@@QAE@IW4TagClass@PASN_Object@@@Z @1016 NONAME ??0H245_T38FaxProfile@@QAE@ABV0@@Z @11236 NONAME ??0H245_T38FaxProfile@@QAE@IW4TagClass@PASN_Object@@@Z @11237 NONAME ??0H245_T38FaxRateManagement@@QAE@ABV0@@Z @19986 NONAME ??0H245_T38FaxRateManagement@@QAE@IW4TagClass@PASN_Object@@@Z @11238 NONAME ??0H245_T38FaxTcpOptions@@QAE@ABV0@@Z @11239 NONAME ??0H245_T38FaxTcpOptions@@QAE@IW4TagClass@PASN_Object@@@Z @11240 NONAME ??0H245_T38FaxUdpOptions@@QAE@ABV0@@Z @11241 NONAME ??0H245_T38FaxUdpOptions@@QAE@IW4TagClass@PASN_Object@@@Z @11242 NONAME ??0H245_T38FaxUdpOptions_t38FaxUdpEC@@QAE@ABV0@@Z @19987 NONAME ??0H245_T38FaxUdpOptions_t38FaxUdpEC@@QAE@IW4TagClass@PASN_Object@@@Z @11243 NONAME ??0H245_T84Profile@@QAE@ABV0@@Z @19988 NONAME ??0H245_T84Profile@@QAE@IW4TagClass@PASN_Object@@@Z @1017 NONAME ??0H245_T84Profile_t84Restricted@@QAE@ABV0@@Z @1018 NONAME ??0H245_T84Profile_t84Restricted@@QAE@IW4TagClass@PASN_Object@@@Z @1019 NONAME ??0H245_TerminalCapabilitySet@@QAE@ABV0@@Z @1020 NONAME ??0H245_TerminalCapabilitySet@@QAE@IW4TagClass@PASN_Object@@@Z @1021 NONAME ??0H245_TerminalCapabilitySetAck@@QAE@ABV0@@Z @1022 NONAME ??0H245_TerminalCapabilitySetAck@@QAE@IW4TagClass@PASN_Object@@@Z @1023 NONAME ??0H245_TerminalCapabilitySetReject@@QAE@ABV0@@Z @1024 NONAME ??0H245_TerminalCapabilitySetReject@@QAE@IW4TagClass@PASN_Object@@@Z @1025 NONAME ??0H245_TerminalCapabilitySetReject_cause@@QAE@ABV0@@Z @19989 NONAME ??0H245_TerminalCapabilitySetReject_cause@@QAE@IW4TagClass@PASN_Object@@@Z @1026 NONAME ??0H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@QAE@ABV0@@Z @19990 NONAME ??0H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@QAE@IW4TagClass@PASN_Object@@@Z @1027 NONAME ??0H245_TerminalCapabilitySetRelease@@QAE@ABV0@@Z @19991 NONAME ??0H245_TerminalCapabilitySetRelease@@QAE@IW4TagClass@PASN_Object@@@Z @1028 NONAME ??0H245_TerminalID@@QAE@ABV0@@Z @19992 NONAME ??0H245_TerminalID@@QAE@ABVPBYTEArray@@@Z @18313 NONAME ??0H245_TerminalID@@QAE@ABVPString@@@Z @18314 NONAME ??0H245_TerminalID@@QAE@IW4TagClass@PASN_Object@@@Z @1029 NONAME ??0H245_TerminalID@@QAE@PBD@Z @18315 NONAME ??0H245_TerminalInformation@@QAE@ABV0@@Z @1030 NONAME ??0H245_TerminalInformation@@QAE@IW4TagClass@PASN_Object@@@Z @1031 NONAME ??0H245_TerminalLabel@@QAE@ABV0@@Z @1032 NONAME ??0H245_TerminalLabel@@QAE@IW4TagClass@PASN_Object@@@Z @1033 NONAME ??0H245_TerminalNumber@@QAE@ABV0@@Z @19993 NONAME ??0H245_TerminalNumber@@QAE@IW4TagClass@PASN_Object@@@Z @1034 NONAME ??0H245_TerminalYouAreSeeingInSubPictureNumber@@QAE@ABV0@@Z @1035 NONAME ??0H245_TerminalYouAreSeeingInSubPictureNumber@@QAE@IW4TagClass@PASN_Object@@@Z @1036 NONAME ??0H245_TransparencyParameters@@QAE@ABV0@@Z @1037 NONAME ??0H245_TransparencyParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1038 NONAME ??0H245_TransportAddress@@QAE@ABV0@@Z @19994 NONAME ??0H245_TransportAddress@@QAE@IW4TagClass@PASN_Object@@@Z @1039 NONAME ??0H245_TransportCapability@@QAE@ABV0@@Z @1040 NONAME ??0H245_TransportCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1041 NONAME ??0H245_UnicastAddress@@QAE@ABV0@@Z @19995 NONAME ??0H245_UnicastAddress@@QAE@IW4TagClass@PASN_Object@@@Z @1042 NONAME ??0H245_UnicastAddress_iP6Address@@QAE@ABV0@@Z @1043 NONAME ??0H245_UnicastAddress_iP6Address@@QAE@IW4TagClass@PASN_Object@@@Z @1044 NONAME ??0H245_UnicastAddress_iPAddress@@QAE@ABV0@@Z @1045 NONAME ??0H245_UnicastAddress_iPAddress@@QAE@IW4TagClass@PASN_Object@@@Z @1046 NONAME ??0H245_UnicastAddress_iPSourceRouteAddress@@QAE@ABV0@@Z @1047 NONAME ??0H245_UnicastAddress_iPSourceRouteAddress@@QAE@IW4TagClass@PASN_Object@@@Z @1048 NONAME ??0H245_UnicastAddress_iPSourceRouteAddress_route@@QAE@ABV0@@Z @19996 NONAME ??0H245_UnicastAddress_iPSourceRouteAddress_route@@QAE@IW4TagClass@PASN_Object@@@Z @1049 NONAME ??0H245_UnicastAddress_iPSourceRouteAddress_routing@@QAE@ABV0@@Z @19997 NONAME ??0H245_UnicastAddress_iPSourceRouteAddress_routing@@QAE@IW4TagClass@PASN_Object@@@Z @1050 NONAME ??0H245_UnicastAddress_iPXAddress@@QAE@ABV0@@Z @1051 NONAME ??0H245_UnicastAddress_iPXAddress@@QAE@IW4TagClass@PASN_Object@@@Z @1052 NONAME ??0H245_UserInputCapability@@QAE@ABV0@@Z @19998 NONAME ??0H245_UserInputCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1053 NONAME ??0H245_UserInputIndication@@QAE@ABV0@@Z @19999 NONAME ??0H245_UserInputIndication@@QAE@IW4TagClass@PASN_Object@@@Z @1054 NONAME ??0H245_UserInputIndication_encryptedAlphanumeric@@QAE@ABV0@@Z @33032 NONAME ??0H245_UserInputIndication_encryptedAlphanumeric@@QAE@IW4TagClass@PASN_Object@@@Z @33033 NONAME ??0H245_UserInputIndication_extendedAlphanumeric@@QAE@ABV0@@Z @11244 NONAME ??0H245_UserInputIndication_extendedAlphanumeric@@QAE@IW4TagClass@PASN_Object@@@Z @11245 NONAME ??0H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@QAE@ABV0@@Z @33034 NONAME ??0H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@QAE@IW4TagClass@PASN_Object@@@Z @33035 NONAME ??0H245_UserInputIndication_signal@@QAE@ABV0@@Z @1055 NONAME ??0H245_UserInputIndication_signal@@QAE@IW4TagClass@PASN_Object@@@Z @1056 NONAME ??0H245_UserInputIndication_signalUpdate@@QAE@ABV0@@Z @1057 NONAME ??0H245_UserInputIndication_signalUpdate@@QAE@IW4TagClass@PASN_Object@@@Z @1058 NONAME ??0H245_UserInputIndication_signalUpdate_rtp@@QAE@ABV0@@Z @1059 NONAME ??0H245_UserInputIndication_signalUpdate_rtp@@QAE@IW4TagClass@PASN_Object@@@Z @1060 NONAME ??0H245_UserInputIndication_signal_rtp@@QAE@ABV0@@Z @1061 NONAME ??0H245_UserInputIndication_signal_rtp@@QAE@IW4TagClass@PASN_Object@@@Z @1062 NONAME ??0H245_UserInputIndication_userInputSupportIndication@@QAE@ABV0@@Z @20000 NONAME ??0H245_UserInputIndication_userInputSupportIndication@@QAE@IW4TagClass@PASN_Object@@@Z @1063 NONAME ??0H245_V42bis@@QAE@ABV0@@Z @1064 NONAME ??0H245_V42bis@@QAE@IW4TagClass@PASN_Object@@@Z @1065 NONAME ??0H245_V75Capability@@QAE@ABV0@@Z @1066 NONAME ??0H245_V75Capability@@QAE@IW4TagClass@PASN_Object@@@Z @1067 NONAME ??0H245_V75Parameters@@QAE@ABV0@@Z @1068 NONAME ??0H245_V75Parameters@@QAE@IW4TagClass@PASN_Object@@@Z @1069 NONAME ??0H245_V76Capability@@QAE@ABV0@@Z @1070 NONAME ??0H245_V76Capability@@QAE@IW4TagClass@PASN_Object@@@Z @1071 NONAME ??0H245_V76HDLCParameters@@QAE@ABV0@@Z @1072 NONAME ??0H245_V76HDLCParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1073 NONAME ??0H245_V76LogicalChannelParameters@@QAE@ABV0@@Z @1074 NONAME ??0H245_V76LogicalChannelParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1075 NONAME ??0H245_V76LogicalChannelParameters_mode@@QAE@ABV0@@Z @20001 NONAME ??0H245_V76LogicalChannelParameters_mode@@QAE@IW4TagClass@PASN_Object@@@Z @1076 NONAME ??0H245_V76LogicalChannelParameters_mode_eRM@@QAE@ABV0@@Z @1077 NONAME ??0H245_V76LogicalChannelParameters_mode_eRM@@QAE@IW4TagClass@PASN_Object@@@Z @1078 NONAME ??0H245_V76LogicalChannelParameters_mode_eRM_recovery@@QAE@ABV0@@Z @20002 NONAME ??0H245_V76LogicalChannelParameters_mode_eRM_recovery@@QAE@IW4TagClass@PASN_Object@@@Z @1079 NONAME ??0H245_V76LogicalChannelParameters_suspendResume@@QAE@ABV0@@Z @20003 NONAME ??0H245_V76LogicalChannelParameters_suspendResume@@QAE@IW4TagClass@PASN_Object@@@Z @1080 NONAME ??0H245_V76ModeParameters@@QAE@ABV0@@Z @20004 NONAME ??0H245_V76ModeParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1081 NONAME ??0H245_VBDCapability@@QAE@ABV0@@Z @19062 NONAME ??0H245_VBDCapability@@QAE@IW4TagClass@PASN_Object@@@Z @19063 NONAME ??0H245_VBDMode@@QAE@ABV0@@Z @19064 NONAME ??0H245_VBDMode@@QAE@IW4TagClass@PASN_Object@@@Z @19065 NONAME ??0H245_VCCapability@@QAE@ABV0@@Z @1082 NONAME ??0H245_VCCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1083 NONAME ??0H245_VCCapability_aal1@@QAE@ABV0@@Z @1084 NONAME ??0H245_VCCapability_aal1@@QAE@IW4TagClass@PASN_Object@@@Z @1085 NONAME ??0H245_VCCapability_aal1ViaGateway@@QAE@ABV0@@Z @11246 NONAME ??0H245_VCCapability_aal1ViaGateway@@QAE@IW4TagClass@PASN_Object@@@Z @11247 NONAME ??0H245_VCCapability_aal5@@QAE@ABV0@@Z @1086 NONAME ??0H245_VCCapability_aal5@@QAE@IW4TagClass@PASN_Object@@@Z @1087 NONAME ??0H245_VCCapability_availableBitRates@@QAE@ABV0@@Z @1088 NONAME ??0H245_VCCapability_availableBitRates@@QAE@IW4TagClass@PASN_Object@@@Z @1089 NONAME ??0H245_VCCapability_availableBitRates_type@@QAE@ABV0@@Z @20005 NONAME ??0H245_VCCapability_availableBitRates_type@@QAE@IW4TagClass@PASN_Object@@@Z @1090 NONAME ??0H245_VCCapability_availableBitRates_type_rangeOfBitRates@@QAE@ABV0@@Z @1091 NONAME ??0H245_VCCapability_availableBitRates_type_rangeOfBitRates@@QAE@IW4TagClass@PASN_Object@@@Z @1092 NONAME ??0H245_VendorIdentification@@QAE@ABV0@@Z @1093 NONAME ??0H245_VendorIdentification@@QAE@IW4TagClass@PASN_Object@@@Z @1094 NONAME ??0H245_VideoCapability@@QAE@ABV0@@Z @20006 NONAME ??0H245_VideoCapability@@QAE@IW4TagClass@PASN_Object@@@Z @1095 NONAME ??0H245_VideoIndicateCompose@@QAE@ABV0@@Z @1096 NONAME ??0H245_VideoIndicateCompose@@QAE@IW4TagClass@PASN_Object@@@Z @1097 NONAME ??0H245_VideoMode@@QAE@ABV0@@Z @20007 NONAME ??0H245_VideoMode@@QAE@IW4TagClass@PASN_Object@@@Z @1098 NONAME ??0H248_ActionReply@@QAE@ABV0@@Z @15150 NONAME ??0H248_ActionReply@@QAE@IW4TagClass@PASN_Object@@@Z @15151 NONAME ??0H248_ActionRequest@@QAE@ABV0@@Z @15152 NONAME ??0H248_ActionRequest@@QAE@IW4TagClass@PASN_Object@@@Z @15153 NONAME ??0H248_AmmDescriptor@@QAE@ABV0@@Z @20008 NONAME ??0H248_AmmDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15154 NONAME ??0H248_AmmRequest@@QAE@ABV0@@Z @15155 NONAME ??0H248_AmmRequest@@QAE@IW4TagClass@PASN_Object@@@Z @15156 NONAME ??0H248_AmmsReply@@QAE@ABV0@@Z @15157 NONAME ??0H248_AmmsReply@@QAE@IW4TagClass@PASN_Object@@@Z @15158 NONAME ??0H248_ArrayOf_ActionReply@@QAE@ABV0@@Z @20009 NONAME ??0H248_ArrayOf_ActionReply@@QAE@IW4TagClass@PASN_Object@@@Z @15159 NONAME ??0H248_ArrayOf_ActionRequest@@QAE@ABV0@@Z @20010 NONAME ??0H248_ArrayOf_ActionRequest@@QAE@IW4TagClass@PASN_Object@@@Z @15160 NONAME ??0H248_ArrayOf_AmmDescriptor@@QAE@ABV0@@Z @20011 NONAME ??0H248_ArrayOf_AmmDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15161 NONAME ??0H248_ArrayOf_CommandReply@@QAE@ABV0@@Z @20012 NONAME ??0H248_ArrayOf_CommandReply@@QAE@IW4TagClass@PASN_Object@@@Z @15162 NONAME ??0H248_ArrayOf_CommandRequest@@QAE@ABV0@@Z @20013 NONAME ??0H248_ArrayOf_CommandRequest@@QAE@IW4TagClass@PASN_Object@@@Z @15163 NONAME ??0H248_ArrayOf_EventParameter@@QAE@ABV0@@Z @20014 NONAME ??0H248_ArrayOf_EventParameter@@QAE@IW4TagClass@PASN_Object@@@Z @15164 NONAME ??0H248_ArrayOf_IndAuditParameter@@QAE@ABV0@@Z @20015 NONAME ??0H248_ArrayOf_IndAuditParameter@@QAE@IW4TagClass@PASN_Object@@@Z @15165 NONAME ??0H248_ArrayOf_IndAudPropertyParm@@QAE@ABV0@@Z @20016 NONAME ??0H248_ArrayOf_IndAudPropertyParm@@QAE@IW4TagClass@PASN_Object@@@Z @15166 NONAME ??0H248_ArrayOf_IndAudStreamDescriptor@@QAE@ABV0@@Z @20017 NONAME ??0H248_ArrayOf_IndAudStreamDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15167 NONAME ??0H248_ArrayOf_ModemType@@QAE@ABV0@@Z @20018 NONAME ??0H248_ArrayOf_ModemType@@QAE@IW4TagClass@PASN_Object@@@Z @15168 NONAME ??0H248_ArrayOf_ObservedEvent@@QAE@ABV0@@Z @20019 NONAME ??0H248_ArrayOf_ObservedEvent@@QAE@IW4TagClass@PASN_Object@@@Z @15169 NONAME ??0H248_ArrayOf_PASN_OctetString@@QAE@ABV0@@Z @20020 NONAME ??0H248_ArrayOf_PASN_OctetString@@QAE@IW4TagClass@PASN_Object@@@Z @15170 NONAME ??0H248_ArrayOf_PropertyGroup@@QAE@ABV0@@Z @20021 NONAME ??0H248_ArrayOf_PropertyGroup@@QAE@IW4TagClass@PASN_Object@@@Z @15171 NONAME ??0H248_ArrayOf_PropertyParm@@QAE@ABV0@@Z @20022 NONAME ??0H248_ArrayOf_PropertyParm@@QAE@IW4TagClass@PASN_Object@@@Z @15172 NONAME ??0H248_ArrayOf_RequestedEvent@@QAE@ABV0@@Z @20023 NONAME ??0H248_ArrayOf_RequestedEvent@@QAE@IW4TagClass@PASN_Object@@@Z @15173 NONAME ??0H248_ArrayOf_SecondRequestedEvent@@QAE@ABV0@@Z @20024 NONAME ??0H248_ArrayOf_SecondRequestedEvent@@QAE@IW4TagClass@PASN_Object@@@Z @15174 NONAME ??0H248_ArrayOf_Signal@@QAE@ABV0@@Z @20025 NONAME ??0H248_ArrayOf_Signal@@QAE@IW4TagClass@PASN_Object@@@Z @15175 NONAME ??0H248_ArrayOf_SigParameter@@QAE@ABV0@@Z @20026 NONAME ??0H248_ArrayOf_SigParameter@@QAE@IW4TagClass@PASN_Object@@@Z @15176 NONAME ??0H248_ArrayOf_StreamDescriptor@@QAE@ABV0@@Z @20027 NONAME ??0H248_ArrayOf_StreamDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15177 NONAME ??0H248_ArrayOf_TerminationID@@QAE@ABV0@@Z @20028 NONAME ??0H248_ArrayOf_TerminationID@@QAE@IW4TagClass@PASN_Object@@@Z @15178 NONAME ??0H248_ArrayOf_TopologyRequest@@QAE@ABV0@@Z @20029 NONAME ??0H248_ArrayOf_TopologyRequest@@QAE@IW4TagClass@PASN_Object@@@Z @15179 NONAME ??0H248_ArrayOf_Transaction@@QAE@ABV0@@Z @20030 NONAME ??0H248_ArrayOf_Transaction@@QAE@IW4TagClass@PASN_Object@@@Z @15180 NONAME ??0H248_ArrayOf_WildcardField@@QAE@ABV0@@Z @20031 NONAME ??0H248_ArrayOf_WildcardField@@QAE@IW4TagClass@PASN_Object@@@Z @15181 NONAME ??0H248_AuditDescriptor@@QAE@ABV0@@Z @15182 NONAME ??0H248_AuditDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15183 NONAME ??0H248_AuditReply@@QAE@ABV0@@Z @20032 NONAME ??0H248_AuditReply@@QAE@IW4TagClass@PASN_Object@@@Z @15184 NONAME ??0H248_AuditRequest@@QAE@ABV0@@Z @15185 NONAME ??0H248_AuditRequest@@QAE@IW4TagClass@PASN_Object@@@Z @15186 NONAME ??0H248_AuditResult@@QAE@ABV0@@Z @15187 NONAME ??0H248_AuditResult@@QAE@IW4TagClass@PASN_Object@@@Z @15188 NONAME ??0H248_AuditReturnParameter@@QAE@ABV0@@Z @20033 NONAME ??0H248_AuditReturnParameter@@QAE@IW4TagClass@PASN_Object@@@Z @15189 NONAME ??0H248_AuthData@@QAE@ABV0@@Z @20034 NONAME ??0H248_AuthData@@QAE@ABVPBYTEArray@@@Z @17966 NONAME ??0H248_AuthData@@QAE@ABVPString@@@Z @17967 NONAME ??0H248_AuthData@@QAE@IW4TagClass@PASN_Object@@@Z @15190 NONAME ??0H248_AuthData@@QAE@PBD@Z @17968 NONAME ??0H248_AuthenticationHeader@@QAE@ABV0@@Z @15191 NONAME ??0H248_AuthenticationHeader@@QAE@IW4TagClass@PASN_Object@@@Z @15192 NONAME ??0H248_Command@@QAE@ABV0@@Z @20035 NONAME ??0H248_Command@@QAE@IW4TagClass@PASN_Object@@@Z @15193 NONAME ??0H248_CommandReply@@QAE@ABV0@@Z @20036 NONAME ??0H248_CommandReply@@QAE@IW4TagClass@PASN_Object@@@Z @15194 NONAME ??0H248_CommandRequest@@QAE@ABV0@@Z @15195 NONAME ??0H248_CommandRequest@@QAE@IW4TagClass@PASN_Object@@@Z @15196 NONAME ??0H248_ContextAttrAuditRequest@@QAE@ABV0@@Z @15197 NONAME ??0H248_ContextAttrAuditRequest@@QAE@IW4TagClass@PASN_Object@@@Z @15198 NONAME ??0H248_ContextID@@QAE@ABV0@@Z @20037 NONAME ??0H248_ContextID@@QAE@IW4TagClass@PASN_Object@@@Z @15199 NONAME ??0H248_ContextRequest@@QAE@ABV0@@Z @15200 NONAME ??0H248_ContextRequest@@QAE@IW4TagClass@PASN_Object@@@Z @15201 NONAME ??0H248_DigitMapDescriptor@@QAE@ABV0@@Z @15202 NONAME ??0H248_DigitMapDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15203 NONAME ??0H248_DigitMapName@@QAE@ABV0@@Z @20038 NONAME ??0H248_DigitMapName@@QAE@ABVPBYTEArray@@@Z @17969 NONAME ??0H248_DigitMapName@@QAE@ABVPString@@@Z @17970 NONAME ??0H248_DigitMapName@@QAE@IW4TagClass@PASN_Object@@@Z @15204 NONAME ??0H248_DigitMapName@@QAE@PBD@Z @17971 NONAME ??0H248_DigitMapValue@@QAE@ABV0@@Z @15205 NONAME ??0H248_DigitMapValue@@QAE@IW4TagClass@PASN_Object@@@Z @15206 NONAME ??0H248_DomainName@@QAE@ABV0@@Z @15207 NONAME ??0H248_DomainName@@QAE@IW4TagClass@PASN_Object@@@Z @15208 NONAME ??0H248_ErrorCode@@QAE@ABV0@@Z @20039 NONAME ??0H248_ErrorCode@@QAE@IW4TagClass@PASN_Object@@@Z @15209 NONAME ??0H248_ErrorDescriptor@@QAE@ABV0@@Z @15210 NONAME ??0H248_ErrorDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15211 NONAME ??0H248_ErrorText@@QAE@ABV0@@Z @20040 NONAME ??0H248_ErrorText@@QAE@IW4TagClass@PASN_Object@@@Z @15212 NONAME ??0H248_EventBufferControl@@QAE@ABV0@@Z @20041 NONAME ??0H248_EventBufferControl@@QAE@IW4TagClass@PASN_Object@@@Z @15213 NONAME ??0H248_EventBufferDescriptor@@QAE@ABV0@@Z @20042 NONAME ??0H248_EventBufferDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15214 NONAME ??0H248_EventDM@@QAE@ABV0@@Z @20043 NONAME ??0H248_EventDM@@QAE@IW4TagClass@PASN_Object@@@Z @15215 NONAME ??0H248_EventName@@QAE@ABV0@@Z @20044 NONAME ??0H248_EventName@@QAE@ABVPBYTEArray@@@Z @17972 NONAME ??0H248_EventName@@QAE@ABVPString@@@Z @17973 NONAME ??0H248_EventName@@QAE@IW4TagClass@PASN_Object@@@Z @15216 NONAME ??0H248_EventName@@QAE@PBD@Z @17974 NONAME ??0H248_EventParameter@@QAE@ABV0@@Z @15217 NONAME ??0H248_EventParameter@@QAE@IW4TagClass@PASN_Object@@@Z @15218 NONAME ??0H248_EventParameter_extraInfo@@QAE@ABV0@@Z @20045 NONAME ??0H248_EventParameter_extraInfo@@QAE@IW4TagClass@PASN_Object@@@Z @15219 NONAME ??0H248_EventsDescriptor@@QAE@ABV0@@Z @15220 NONAME ??0H248_EventsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15221 NONAME ??0H248_EventSpec@@QAE@ABV0@@Z @15222 NONAME ??0H248_EventSpec@@QAE@IW4TagClass@PASN_Object@@@Z @15223 NONAME ??0H248_H221NonStandard@@QAE@ABV0@@Z @15224 NONAME ??0H248_H221NonStandard@@QAE@IW4TagClass@PASN_Object@@@Z @15225 NONAME ??0H248_IndAudDigitMapDescriptor@@QAE@ABV0@@Z @15226 NONAME ??0H248_IndAudDigitMapDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15227 NONAME ??0H248_IndAudEventBufferDescriptor@@QAE@ABV0@@Z @15228 NONAME ??0H248_IndAudEventBufferDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15229 NONAME ??0H248_IndAudEventsDescriptor@@QAE@ABV0@@Z @15230 NONAME ??0H248_IndAudEventsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15231 NONAME ??0H248_IndAuditParameter@@QAE@ABV0@@Z @20046 NONAME ??0H248_IndAuditParameter@@QAE@IW4TagClass@PASN_Object@@@Z @15232 NONAME ??0H248_IndAudLocalControlDescriptor@@QAE@ABV0@@Z @15233 NONAME ??0H248_IndAudLocalControlDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15234 NONAME ??0H248_IndAudLocalRemoteDescriptor@@QAE@ABV0@@Z @15235 NONAME ??0H248_IndAudLocalRemoteDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15236 NONAME ??0H248_IndAudMediaDescriptor@@QAE@ABV0@@Z @15237 NONAME ??0H248_IndAudMediaDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15238 NONAME ??0H248_IndAudMediaDescriptor_streams@@QAE@ABV0@@Z @20047 NONAME ??0H248_IndAudMediaDescriptor_streams@@QAE@IW4TagClass@PASN_Object@@@Z @15239 NONAME ??0H248_IndAudPackagesDescriptor@@QAE@ABV0@@Z @15240 NONAME ??0H248_IndAudPackagesDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15241 NONAME ??0H248_IndAudPropertyGroup@@QAE@ABV0@@Z @20048 NONAME ??0H248_IndAudPropertyGroup@@QAE@IW4TagClass@PASN_Object@@@Z @15242 NONAME ??0H248_IndAudPropertyParm@@QAE@ABV0@@Z @15243 NONAME ??0H248_IndAudPropertyParm@@QAE@IW4TagClass@PASN_Object@@@Z @15244 NONAME ??0H248_IndAudSeqSigList@@QAE@ABV0@@Z @15245 NONAME ??0H248_IndAudSeqSigList@@QAE@IW4TagClass@PASN_Object@@@Z @15246 NONAME ??0H248_IndAudSignal@@QAE@ABV0@@Z @15247 NONAME ??0H248_IndAudSignal@@QAE@IW4TagClass@PASN_Object@@@Z @15248 NONAME ??0H248_IndAudSignalsDescriptor@@QAE@ABV0@@Z @20049 NONAME ??0H248_IndAudSignalsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15249 NONAME ??0H248_IndAudStatisticsDescriptor@@QAE@ABV0@@Z @15250 NONAME ??0H248_IndAudStatisticsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15251 NONAME ??0H248_IndAudStreamDescriptor@@QAE@ABV0@@Z @15252 NONAME ??0H248_IndAudStreamDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15253 NONAME ??0H248_IndAudStreamParms@@QAE@ABV0@@Z @15254 NONAME ??0H248_IndAudStreamParms@@QAE@IW4TagClass@PASN_Object@@@Z @15255 NONAME ??0H248_IndAudTerminationStateDescriptor@@QAE@ABV0@@Z @15256 NONAME ??0H248_IndAudTerminationStateDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15257 NONAME ??0H248_IP4Address@@QAE@ABV0@@Z @15258 NONAME ??0H248_IP4Address@@QAE@IW4TagClass@PASN_Object@@@Z @15259 NONAME ??0H248_IP6Address@@QAE@ABV0@@Z @15260 NONAME ??0H248_IP6Address@@QAE@IW4TagClass@PASN_Object@@@Z @15261 NONAME ??0H248_LocalControlDescriptor@@QAE@ABV0@@Z @15262 NONAME ??0H248_LocalControlDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15263 NONAME ??0H248_LocalRemoteDescriptor@@QAE@ABV0@@Z @15264 NONAME ??0H248_LocalRemoteDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15265 NONAME ??0H248_MediaDescriptor@@QAE@ABV0@@Z @15266 NONAME ??0H248_MediaDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15267 NONAME ??0H248_MediaDescriptor_streams@@QAE@ABV0@@Z @20050 NONAME ??0H248_MediaDescriptor_streams@@QAE@IW4TagClass@PASN_Object@@@Z @15268 NONAME ??0H248_MegacoMessage@@QAE@ABV0@@Z @15269 NONAME ??0H248_MegacoMessage@@QAE@IW4TagClass@PASN_Object@@@Z @15270 NONAME ??0H248_Message@@QAE@ABV0@@Z @15271 NONAME ??0H248_Message@@QAE@IW4TagClass@PASN_Object@@@Z @15272 NONAME ??0H248_Message_messageBody@@QAE@ABV0@@Z @20051 NONAME ??0H248_Message_messageBody@@QAE@IW4TagClass@PASN_Object@@@Z @15273 NONAME ??0H248_MId@@QAE@ABV0@@Z @20052 NONAME ??0H248_MId@@QAE@IW4TagClass@PASN_Object@@@Z @15274 NONAME ??0H248_ModemDescriptor@@QAE@ABV0@@Z @15275 NONAME ??0H248_ModemDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15276 NONAME ??0H248_ModemType@@QAE@ABV0@@Z @20053 NONAME ??0H248_ModemType@@QAE@IW4TagClass@PASN_Object@@@Z @15277 NONAME ??0H248_MuxDescriptor@@QAE@ABV0@@Z @15278 NONAME ??0H248_MuxDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15279 NONAME ??0H248_MuxType@@QAE@ABV0@@Z @20054 NONAME ??0H248_MuxType@@QAE@IW4TagClass@PASN_Object@@@Z @15280 NONAME ??0H248_Name@@QAE@ABV0@@Z @20055 NONAME ??0H248_Name@@QAE@ABVPBYTEArray@@@Z @17975 NONAME ??0H248_Name@@QAE@ABVPString@@@Z @17976 NONAME ??0H248_Name@@QAE@IW4TagClass@PASN_Object@@@Z @15281 NONAME ??0H248_Name@@QAE@PBD@Z @17977 NONAME ??0H248_NonStandardData@@QAE@ABV0@@Z @15282 NONAME ??0H248_NonStandardData@@QAE@IW4TagClass@PASN_Object@@@Z @15283 NONAME ??0H248_NonStandardIdentifier@@QAE@ABV0@@Z @20056 NONAME ??0H248_NonStandardIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @15284 NONAME ??0H248_NotifyCompletion@@QAE@ABV0@@Z @20057 NONAME ??0H248_NotifyCompletion@@QAE@IW4TagClass@PASN_Object@@@Z @15285 NONAME ??0H248_NotifyReply@@QAE@ABV0@@Z @15286 NONAME ??0H248_NotifyReply@@QAE@IW4TagClass@PASN_Object@@@Z @15287 NONAME ??0H248_NotifyRequest@@QAE@ABV0@@Z @15288 NONAME ??0H248_NotifyRequest@@QAE@IW4TagClass@PASN_Object@@@Z @15289 NONAME ??0H248_ObservedEvent@@QAE@ABV0@@Z @15290 NONAME ??0H248_ObservedEvent@@QAE@IW4TagClass@PASN_Object@@@Z @15291 NONAME ??0H248_ObservedEventsDescriptor@@QAE@ABV0@@Z @15292 NONAME ??0H248_ObservedEventsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15293 NONAME ??0H248_PackagesDescriptor@@QAE@ABV0@@Z @20058 NONAME ??0H248_PackagesDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15294 NONAME ??0H248_PackagesItem@@QAE@ABV0@@Z @15295 NONAME ??0H248_PackagesItem@@QAE@IW4TagClass@PASN_Object@@@Z @15296 NONAME ??0H248_PathName@@QAE@ABV0@@Z @20059 NONAME ??0H248_PathName@@QAE@IW4TagClass@PASN_Object@@@Z @15297 NONAME ??0H248_PkgdName@@QAE@ABV0@@Z @20060 NONAME ??0H248_PkgdName@@QAE@ABVPBYTEArray@@@Z @17978 NONAME ??0H248_PkgdName@@QAE@ABVPString@@@Z @17979 NONAME ??0H248_PkgdName@@QAE@IW4TagClass@PASN_Object@@@Z @15298 NONAME ??0H248_PkgdName@@QAE@PBD@Z @17980 NONAME ??0H248_PropertyGroup@@QAE@ABV0@@Z @20061 NONAME ??0H248_PropertyGroup@@QAE@IW4TagClass@PASN_Object@@@Z @15299 NONAME ??0H248_PropertyParm@@QAE@ABV0@@Z @15300 NONAME ??0H248_PropertyParm@@QAE@IW4TagClass@PASN_Object@@@Z @15301 NONAME ??0H248_PropertyParm_extraInfo@@QAE@ABV0@@Z @20062 NONAME ??0H248_PropertyParm_extraInfo@@QAE@IW4TagClass@PASN_Object@@@Z @15302 NONAME ??0H248_Relation@@QAE@ABV0@@Z @20063 NONAME ??0H248_Relation@@QAE@IW4TagClass@PASN_Object@@@Z @15303 NONAME ??0H248_RequestedActions@@QAE@ABV0@@Z @15304 NONAME ??0H248_RequestedActions@@QAE@IW4TagClass@PASN_Object@@@Z @15305 NONAME ??0H248_RequestedEvent@@QAE@ABV0@@Z @15306 NONAME ??0H248_RequestedEvent@@QAE@IW4TagClass@PASN_Object@@@Z @15307 NONAME ??0H248_RequestID@@QAE@ABV0@@Z @20064 NONAME ??0H248_RequestID@@QAE@IW4TagClass@PASN_Object@@@Z @15308 NONAME ??0H248_SecondEventsDescriptor@@QAE@ABV0@@Z @15309 NONAME ??0H248_SecondEventsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15310 NONAME ??0H248_SecondRequestedActions@@QAE@ABV0@@Z @15311 NONAME ??0H248_SecondRequestedActions@@QAE@IW4TagClass@PASN_Object@@@Z @15312 NONAME ??0H248_SecondRequestedEvent@@QAE@ABV0@@Z @15313 NONAME ??0H248_SecondRequestedEvent@@QAE@IW4TagClass@PASN_Object@@@Z @15314 NONAME ??0H248_SecurityParmIndex@@QAE@ABV0@@Z @20065 NONAME ??0H248_SecurityParmIndex@@QAE@ABVPBYTEArray@@@Z @17981 NONAME ??0H248_SecurityParmIndex@@QAE@ABVPString@@@Z @17982 NONAME ??0H248_SecurityParmIndex@@QAE@IW4TagClass@PASN_Object@@@Z @15315 NONAME ??0H248_SecurityParmIndex@@QAE@PBD@Z @17983 NONAME ??0H248_SeqSigList@@QAE@ABV0@@Z @15316 NONAME ??0H248_SeqSigList@@QAE@IW4TagClass@PASN_Object@@@Z @15317 NONAME ??0H248_SequenceNum@@QAE@ABV0@@Z @20066 NONAME ??0H248_SequenceNum@@QAE@ABVPBYTEArray@@@Z @17984 NONAME ??0H248_SequenceNum@@QAE@ABVPString@@@Z @17985 NONAME ??0H248_SequenceNum@@QAE@IW4TagClass@PASN_Object@@@Z @15318 NONAME ??0H248_SequenceNum@@QAE@PBD@Z @17986 NONAME ??0H248_ServiceChangeAddress@@QAE@ABV0@@Z @20067 NONAME ??0H248_ServiceChangeAddress@@QAE@IW4TagClass@PASN_Object@@@Z @15319 NONAME ??0H248_ServiceChangeMethod@@QAE@ABV0@@Z @20068 NONAME ??0H248_ServiceChangeMethod@@QAE@IW4TagClass@PASN_Object@@@Z @15320 NONAME ??0H248_ServiceChangeParm@@QAE@ABV0@@Z @15321 NONAME ??0H248_ServiceChangeParm@@QAE@IW4TagClass@PASN_Object@@@Z @15322 NONAME ??0H248_ServiceChangeProfile@@QAE@ABV0@@Z @15323 NONAME ??0H248_ServiceChangeProfile@@QAE@IW4TagClass@PASN_Object@@@Z @15324 NONAME ??0H248_ServiceChangeReply@@QAE@ABV0@@Z @15325 NONAME ??0H248_ServiceChangeReply@@QAE@IW4TagClass@PASN_Object@@@Z @15326 NONAME ??0H248_ServiceChangeRequest@@QAE@ABV0@@Z @15327 NONAME ??0H248_ServiceChangeRequest@@QAE@IW4TagClass@PASN_Object@@@Z @15328 NONAME ??0H248_ServiceChangeResParm@@QAE@ABV0@@Z @15329 NONAME ??0H248_ServiceChangeResParm@@QAE@IW4TagClass@PASN_Object@@@Z @15330 NONAME ??0H248_ServiceChangeResult@@QAE@ABV0@@Z @20069 NONAME ??0H248_ServiceChangeResult@@QAE@IW4TagClass@PASN_Object@@@Z @15331 NONAME ??0H248_ServiceState@@QAE@ABV0@@Z @20070 NONAME ??0H248_ServiceState@@QAE@IW4TagClass@PASN_Object@@@Z @15332 NONAME ??0H248_Signal@@QAE@ABV0@@Z @15333 NONAME ??0H248_Signal@@QAE@IW4TagClass@PASN_Object@@@Z @15334 NONAME ??0H248_SignalName@@QAE@ABV0@@Z @20071 NONAME ??0H248_SignalName@@QAE@ABVPBYTEArray@@@Z @17987 NONAME ??0H248_SignalName@@QAE@ABVPString@@@Z @17988 NONAME ??0H248_SignalName@@QAE@IW4TagClass@PASN_Object@@@Z @15335 NONAME ??0H248_SignalName@@QAE@PBD@Z @17989 NONAME ??0H248_SignalRequest@@QAE@ABV0@@Z @20072 NONAME ??0H248_SignalRequest@@QAE@IW4TagClass@PASN_Object@@@Z @15336 NONAME ??0H248_SignalsDescriptor@@QAE@ABV0@@Z @20073 NONAME ??0H248_SignalsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15337 NONAME ??0H248_SignalType@@QAE@ABV0@@Z @20074 NONAME ??0H248_SignalType@@QAE@IW4TagClass@PASN_Object@@@Z @15338 NONAME ??0H248_SigParameter@@QAE@ABV0@@Z @15339 NONAME ??0H248_SigParameter@@QAE@IW4TagClass@PASN_Object@@@Z @15340 NONAME ??0H248_SigParameter_extraInfo@@QAE@ABV0@@Z @20075 NONAME ??0H248_SigParameter_extraInfo@@QAE@IW4TagClass@PASN_Object@@@Z @15341 NONAME ??0H248_StatisticsDescriptor@@QAE@ABV0@@Z @20076 NONAME ??0H248_StatisticsDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15342 NONAME ??0H248_StatisticsParameter@@QAE@ABV0@@Z @15343 NONAME ??0H248_StatisticsParameter@@QAE@IW4TagClass@PASN_Object@@@Z @15344 NONAME ??0H248_StreamDescriptor@@QAE@ABV0@@Z @15345 NONAME ??0H248_StreamDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15346 NONAME ??0H248_StreamID@@QAE@ABV0@@Z @20077 NONAME ??0H248_StreamID@@QAE@IW4TagClass@PASN_Object@@@Z @15347 NONAME ??0H248_StreamMode@@QAE@ABV0@@Z @20078 NONAME ??0H248_StreamMode@@QAE@IW4TagClass@PASN_Object@@@Z @15348 NONAME ??0H248_StreamParms@@QAE@ABV0@@Z @15349 NONAME ??0H248_StreamParms@@QAE@IW4TagClass@PASN_Object@@@Z @15350 NONAME ??0H248_SubtractRequest@@QAE@ABV0@@Z @15351 NONAME ??0H248_SubtractRequest@@QAE@IW4TagClass@PASN_Object@@@Z @15352 NONAME ??0H248_TerminationAudit@@QAE@ABV0@@Z @20079 NONAME ??0H248_TerminationAudit@@QAE@IW4TagClass@PASN_Object@@@Z @15353 NONAME ??0H248_TerminationID@@QAE@ABV0@@Z @15354 NONAME ??0H248_TerminationID@@QAE@IW4TagClass@PASN_Object@@@Z @15355 NONAME ??0H248_TerminationIDList@@QAE@ABV0@@Z @20080 NONAME ??0H248_TerminationIDList@@QAE@IW4TagClass@PASN_Object@@@Z @15356 NONAME ??0H248_TerminationStateDescriptor@@QAE@ABV0@@Z @15357 NONAME ??0H248_TerminationStateDescriptor@@QAE@IW4TagClass@PASN_Object@@@Z @15358 NONAME ??0H248_TimeNotation@@QAE@ABV0@@Z @15359 NONAME ??0H248_TimeNotation@@QAE@IW4TagClass@PASN_Object@@@Z @15360 NONAME ??0H248_TopologyRequest@@QAE@ABV0@@Z @15361 NONAME ??0H248_TopologyRequest@@QAE@IW4TagClass@PASN_Object@@@Z @15362 NONAME ??0H248_TopologyRequest_topologyDirection@@QAE@ABV0@@Z @20081 NONAME ??0H248_TopologyRequest_topologyDirection@@QAE@IW4TagClass@PASN_Object@@@Z @15363 NONAME ??0H248_Transaction@@QAE@ABV0@@Z @20082 NONAME ??0H248_Transaction@@QAE@IW4TagClass@PASN_Object@@@Z @15364 NONAME ??0H248_TransactionAck@@QAE@ABV0@@Z @15365 NONAME ??0H248_TransactionAck@@QAE@IW4TagClass@PASN_Object@@@Z @15366 NONAME ??0H248_TransactionId@@QAE@ABV0@@Z @20083 NONAME ??0H248_TransactionId@@QAE@IW4TagClass@PASN_Object@@@Z @15367 NONAME ??0H248_TransactionPending@@QAE@ABV0@@Z @15368 NONAME ??0H248_TransactionPending@@QAE@IW4TagClass@PASN_Object@@@Z @15369 NONAME ??0H248_TransactionReply@@QAE@ABV0@@Z @15370 NONAME ??0H248_TransactionReply@@QAE@IW4TagClass@PASN_Object@@@Z @15371 NONAME ??0H248_TransactionReply_transactionResult@@QAE@ABV0@@Z @20084 NONAME ??0H248_TransactionReply_transactionResult@@QAE@IW4TagClass@PASN_Object@@@Z @15372 NONAME ??0H248_TransactionRequest@@QAE@ABV0@@Z @15373 NONAME ??0H248_TransactionRequest@@QAE@IW4TagClass@PASN_Object@@@Z @15374 NONAME ??0H248_TransactionResponseAck@@QAE@ABV0@@Z @20085 NONAME ??0H248_TransactionResponseAck@@QAE@IW4TagClass@PASN_Object@@@Z @15375 NONAME ??0H248_Value@@QAE@ABV0@@Z @20086 NONAME ??0H248_Value@@QAE@IW4TagClass@PASN_Object@@@Z @15376 NONAME ??0H248_WildcardField@@QAE@ABV0@@Z @20087 NONAME ??0H248_WildcardField@@QAE@ABVPBYTEArray@@@Z @17990 NONAME ??0H248_WildcardField@@QAE@ABVPString@@@Z @17991 NONAME ??0H248_WildcardField@@QAE@IW4TagClass@PASN_Object@@@Z @15377 NONAME ??0H248_WildcardField@@QAE@PBD@Z @17992 NONAME ??0H261DCTEncoder@@QAE@PAVTransmitter@@@Z @1099 NONAME ??0H261Encoder@@IAE@PAVTransmitter@@@Z @1100 NONAME ??0H261PixelEncoder@@QAE@PAVTransmitter@@@Z @1101 NONAME ??0H263Packet@@QAE@XZ @33619 NONAME ??0H263PacketList@@IAE@HPBV0@@Z @33620 NONAME ??0H263PacketList@@QAE@XZ @33621 NONAME ??0H323AudioCapability@@QAE@ABV0@@Z @20090 NONAME ??0H323AudioCapability@@QAE@II@Z @1102 NONAME ??0H323AudioCodec@@QAE@PBDW4Direction@H323Codec@@@Z @9419 NONAME ??0H323BidirectionalChannel@@QAE@AAVH323Connection@@ABVH323Capability@@@Z @1104 NONAME ??0H323CallCreditServiceControl@@QAE@ABVH225_ServiceControlDescriptor@@@Z @15378 NONAME ??0H323CallCreditServiceControl@@QAE@ABVPString@@HI@Z @15379 NONAME ??0H323Capabilities@@QAE@ABV0@@Z @9015 NONAME ??0H323Capabilities@@QAE@ABVH323Connection@@ABVH245_TerminalCapabilitySet@@@Z @9143 NONAME ??0H323Capabilities@@QAE@XZ @9017 NONAME ??0H323CapabilitiesSet@@QAE@XZ @20091 NONAME ??0H323Capability@@QAE@ABV0@@Z @20092 NONAME ??0H323Capability@@QAE@XZ @1105 NONAME ??0H323Channel@@QAE@AAVH323Connection@@ABVH323Capability@@@Z @1106 NONAME ??0H323ChannelNumber@@QAE@ABV0@@Z @20094 NONAME ??0H323ChannelNumber@@QAE@IH@Z @1107 NONAME ??0H323ChannelNumber@@QAE@XZ @20095 NONAME ??0H323Codec@@QAE@PBDW4Direction@0@@Z @9420 NONAME ??0H323CodecPluginGenericAudioCapability@@QAE@ABV0@@Z @33202 NONAME ??0H323CodecPluginGenericAudioCapability@@QAE@PBUPluginCodec_Definition@@0PBUPluginCodec_H323GenericCodecData@@@Z @33203 NONAME ??0H323CodecPluginNonStandardAudioCapability@@QAE@ABV0@@Z @30672 NONAME ??0H323CodecPluginNonStandardAudioCapability@@QAE@PAUPluginCodec_Definition@@0P6A?AW4Comparison@PObject@@PAUPluginCodec_H323NonStandardCodecData@@@ZPBEI@Z @32341 NONAME ??0H323CodecPluginNonStandardAudioCapability@@QAE@PAUPluginCodec_Definition@@0PBEI@Z @31206 NONAME ??0H323Connection@@QAE@AAVH323EndPoint@@II@Z @13841 NONAME ??0H323ConnectionsCleaner@@QAE@AAVH323EndPoint@@@Z @1110 NONAME ??0H323ControlPDU@@QAE@XZ @20101 NONAME ??0H323DataCapability@@QAE@ABV0@@Z @20102 NONAME ??0H323DataCapability@@QAE@I@Z @14173 NONAME ??0H323DataChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@I@Z @14174 NONAME ??0H323DynaLink@@QAE@PBD0@Z @30638 NONAME ??0H323EndPoint@@QAE@XZ @1111 NONAME ??0H323FramedAudioCodec@@QAE@PBDW4Direction@H323Codec@@@Z @9421 NONAME ??0H323Gatekeeper@@QAE@AAVH323EndPoint@@PAVH323Transport@@@Z @1113 NONAME ??0H323GatekeeperARQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @14822 NONAME ??0H323GatekeeperBRQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @14823 NONAME ??0H323GatekeeperCall@@QAE@AAVH323GatekeeperServer@@ABVOpalGloballyUniqueID@@W4Direction@0@@Z @14070 NONAME ??0H323GatekeeperDRQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @14824 NONAME ??0H323GatekeeperGRQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @14825 NONAME ??0H323GatekeeperIRR@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @14826 NONAME ??0H323GatekeeperListener@@QAE@AAVH323EndPoint@@AAVH323GatekeeperServer@@ABVPString@@PAVH323Transport@@@Z @12777 NONAME ??0H323GatekeeperLRQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @14827 NONAME ??0H323GatekeeperRequest@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @14828 NONAME ??0H323GatekeeperRRQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @14829 NONAME ??0H323GatekeeperServer@@QAE@AAVH323EndPoint@@@Z @12778 NONAME ??0H323GatekeeperURQ@@QAE@AAVH323GatekeeperListener@@ABVH323RasPDU@@@Z @14830 NONAME ??0H323GenericAudioCapability@@QAE@ABV0@@Z @33204 NONAME ??0H323GenericAudioCapability@@QAE@IIABVPString@@H@Z @33205 NONAME ??0H323GenericCapabilityInfo@@QAE@ABV0@@Z @33206 NONAME ??0H323GenericCapabilityInfo@@QAE@ABVPString@@H@Z @33207 NONAME ??0H323GenericVideoCapability@@QAE@ABVPString@@H@Z @33208 NONAME ??0H323GSMPluginCapability@@QAE@ABV0@@Z @30673 NONAME ??0H323GSMPluginCapability@@QAE@PAUPluginCodec_Definition@@0HHH@Z @20103 NONAME ??0H323H248ServiceControl@@QAE@ABVH225_ServiceControlDescriptor@@@Z @15380 NONAME ??0H323H248ServiceControl@@QAE@XZ @15381 NONAME ??0H323HTTPServiceControl@@QAE@ABVH225_ServiceControlDescriptor@@@Z @15382 NONAME ??0H323HTTPServiceControl@@QAE@ABVPString@@@Z @15383 NONAME ??0H323Listener@@QAE@AAVH323EndPoint@@@Z @1116 NONAME ??0H323ListenerTCP@@QAE@AAVH323EndPoint@@VAddress@PIPSocket@@GH@Z @12580 NONAME ??0H323LogicalChannelThread@@QAE@AAVH323EndPoint@@AAVH323Channel@@H@Z @1118 NONAME ??0H323NonStandardAudioCapability@@QAE@ABV0@@Z @1119 NONAME ??0H323NonStandardAudioCapability@@QAE@IIAAVH323EndPoint@@P6A?AW4Comparison@PObject@@PAUPluginCodec_H323NonStandardCodecData@@@ZPBEH@Z @32342 NONAME ??0H323NonStandardAudioCapability@@QAE@IIAAVH323EndPoint@@PBEHHH@Z @31496 NONAME ??0H323NonStandardAudioCapability@@QAE@IIABVPString@@PBEHHH@Z @9397 NONAME ??0H323NonStandardAudioCapability@@QAE@IIEEGPBEHHH@Z @9398 NONAME ??0H323NonStandardAudioCapability@@QAE@IIP6A?AW4Comparison@PObject@@PAUPluginCodec_H323NonStandardCodecData@@@ZPBEH@Z @32343 NONAME ??0H323NonStandardAudioCapability@@QAE@IIPBEHHH@Z @31208 NONAME ??0H323NonStandardCapabilityInfo@@QAE@ABV0@@Z @1124 NONAME ??0H323NonStandardCapabilityInfo@@QAE@ABVPString@@PBEHHH@Z @9189 NONAME ??0H323NonStandardCapabilityInfo@@QAE@EEGPBEHHH@Z @9190 NONAME ??0H323NonStandardCapabilityInfo@@QAE@P6A?AW4Comparison@PObject@@PAUPluginCodec_H323NonStandardCodecData@@@ZPBEH@Z @32344 NONAME ??0H323NonStandardCapabilityInfo@@QAE@PBEHHH@Z @31210 NONAME ??0H323NonStandardDataCapability@@QAE@ABV0@@Z @14175 NONAME ??0H323NonStandardDataCapability@@QAE@IABVPString@@PBEHHH@Z @14177 NONAME ??0H323NonStandardDataCapability@@QAE@IEEGPBEHHH@Z @14178 NONAME ??0H323NonStandardDataCapability@@QAE@IPBEHHH@Z @31211 NONAME ??0H323NonStandardVideoCapability@@QAE@AAVH323EndPoint@@PBEHHH@Z @31497 NONAME ??0H323NonStandardVideoCapability@@QAE@ABVPString@@PBEHHH@Z @9403 NONAME ??0H323NonStandardVideoCapability@@QAE@EEGPBEHHH@Z @9404 NONAME ??0H323NonStandardVideoCapability@@QAE@PBEHHH@Z @31212 NONAME ??0H323PeerElement@@QAE@AAVH323EndPoint@@ABVH323TransportAddress@@@Z @17759 NONAME ??0H323PeerElement@@QAE@AAVH323EndPoint@@PAVH323Transport@@@Z @16794 NONAME ??0H323PeerElementDescriptor@@QAE@ABVOpalGloballyUniqueID@@@Z @18316 NONAME ??0H323PeerElementServiceRelationship@@QAE@ABVOpalGloballyUniqueID@@@Z @18133 NONAME ??0H323PeerElementServiceRelationship@@QAE@XZ @18134 NONAME ??0H323PluginCapability@@QAE@ABV0@@Z @30675 NONAME ??0H323PluginCapability@@QAE@ABVPString@@0III@Z @33343 NONAME ??0H323PluginCapability@@QAE@PAUPluginCodec_Definition@@0I@Z @20108 NONAME ??0H323PluginCapabilityInfo@@QAE@ABV0@@Z @30711 NONAME ??0H323PluginCapabilityInfo@@QAE@ABVPString@@0@Z @33344 NONAME ??0H323PluginCapabilityInfo@@QAE@PAUPluginCodec_Definition@@0@Z @20109 NONAME ??0H323PluginCodecManager@@QAE@PAVPPluginManager@@@Z @30614 NONAME ??0H323PluginFramedAudioCodec@@QAE@ABVPString@@W4Direction@H323Codec@@PAUPluginCodec_Definition@@@Z @30677 NONAME ??0H323PluginG7231Capability@@QAE@ABV0@@Z @30676 NONAME ??0H323PluginG7231Capability@@QAE@PAUPluginCodec_Definition@@0H@Z @20110 NONAME ??0H323PluginVideoCodec@@QAE@ABVPString@@W4Direction@H323Codec@@PAUPluginCodec_Definition@@@Z @20111 NONAME ??0H323RasPDU@@QAE@ABV0@@Z @14031 NONAME ??0H323RasPDU@@QAE@ABVH235Authenticators@@@Z @14831 NONAME ??0H323RasPDU@@QAE@XZ @14765 NONAME ??0H323RealTimeCapability@@QAE@ABV0@@Z @18876 NONAME ??0H323RealTimeCapability@@QAE@XZ @18877 NONAME ??0H323RegisteredEndPoint@@QAE@AAVH323GatekeeperServer@@ABVPString@@@Z @13844 NONAME ??0H323ServiceControlSession@@QAE@XZ @15384 NONAME ??0H323SignalPDU@@QAE@XZ @1133 NONAME ??0H323SimultaneousCapabilities@@QAE@XZ @20112 NONAME ??0H323StreamedAudioCodec@@QAE@PBDW4Direction@H323Codec@@II@Z @9422 NONAME ??0H323StreamedPluginAudioCodec@@QAE@ABVPString@@W4Direction@H323Codec@@IIPAUPluginCodec_Definition@@@Z @30678 NONAME ??0H323Transaction@@QAE@AAVH323Transactor@@ABVH323TransactionPDU@@PAV2@2@Z @18473 NONAME ??0H323TransactionPDU@@QAE@ABV0@@Z @16796 NONAME ??0H323TransactionPDU@@QAE@ABVH235Authenticators@@@Z @17735 NONAME ??0H323TransactionPDU@@QAE@XZ @17736 NONAME ??0H323TransactionServer@@QAE@AAVH323EndPoint@@@Z @16797 NONAME ??0H323Transactor@@QAE@AAVH323EndPoint@@ABVH323TransportAddress@@GG@Z @18231 NONAME ??0H323Transactor@@QAE@AAVH323EndPoint@@PAVH323Transport@@GG@Z @18232 NONAME ??0H323Transport@@QAE@AAVH323EndPoint@@@Z @1135 NONAME ??0H323TransportAddress@@QAE@ABV0@@Z @1136 NONAME ??0H323TransportAddress@@QAE@ABVAddress@PIPSocket@@G@Z @1137 NONAME ??0H323TransportAddress@@QAE@ABVH225_TransportAddress@@@Z @1138 NONAME ??0H323TransportAddress@@QAE@ABVH245_TransportAddress@@@Z @1139 NONAME ??0H323TransportAddress@@QAE@ABVPString@@@Z @1140 NONAME ??0H323TransportAddress@@QAE@PBD@Z @1141 NONAME ??0H323TransportAddress@@QAE@XZ @20113 NONAME ??0H323TransportAddressArray@@IAE@HPBV0@@Z @20114 NONAME ??0H323TransportAddressArray@@QAE@ABV0@@Z @20115 NONAME ??0H323TransportAddressArray@@QAE@ABVH225_ArrayOf_TransportAddress@@@Z @16779 NONAME ??0H323TransportAddressArray@@QAE@ABVH323TransportAddress@@@Z @20116 NONAME ??0H323TransportAddressArray@@QAE@H@Z @20117 NONAME ??0H323TransportIP@@QAE@AAVH323EndPoint@@VAddress@PIPSocket@@G@Z @9283 NONAME ??0H323TransportTCP@@QAE@AAVH323EndPoint@@VAddress@PIPSocket@@H@Z @9284 NONAME ??0H323TransportUDP@@QAE@AAVH323EndPoint@@VAddress@PIPSocket@@GG@Z @18233 NONAME ??0H323UnidirectionalChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@@Z @1145 NONAME ??0H323VideoCapability@@QAE@ABV0@@Z @20118 NONAME ??0H323VideoCapability@@QAE@XZ @20119 NONAME ??0H323VideoCodec@@QAE@PBDW4Direction@H323Codec@@@Z @9423 NONAME ??0H323_ALawCodec@@QAE@W4Direction@H323Codec@@HI@Z @1152 NONAME ??0H323_AnnexG@@QAE@AAVH323EndPoint@@ABVH323TransportAddress@@@Z @17761 NONAME ??0H323_AnnexG@@QAE@AAVH323EndPoint@@PAVH323Transport@@@Z @16799 NONAME ??0H323_CiscoG7231aLIDCapability@@QAE@ABV0@@Z @20120 NONAME ??0H323_CiscoG7231aLIDCapability@@QAE@XZ @14686 NONAME ??0H323_ExternalRTPChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@I@Z @13909 NONAME ??0H323_ExternalRTPChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@IABVAddress@PIPSocket@@G@Z @13581 NONAME ??0H323_ExternalRTPChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@IABVH323TransportAddress@@3@Z @13910 NONAME ??0H323_G711ALaw64Capability@@QAE@XZ @31213 NONAME ??0H323_G711Capability@@QAE@ABV0@@Z @18881 NONAME ??0H323_G711Capability@@QAE@W4Mode@0@W4Speed@0@@Z @1153 NONAME ??0H323_G711uLaw64Capability@@QAE@XZ @31214 NONAME ??0H323_H261Capability@@QAE@ABV0@@Z @9298 NONAME ??0H323_H261Capability@@QAE@IIHHI@Z @1156 NONAME ??0H323_H261Codec@@QAE@W4Direction@H323Codec@@H@Z @9158 NONAME ??0H323_LIDCapability@@QAE@ABV0@@Z @9163 NONAME ??0H323_LIDCapability@@QAE@ABVOpalMediaFormat@@@Z @9425 NONAME ??0H323_LIDCodec@@QAE@PBDW4Direction@H323Codec@@IH@Z @9426 NONAME ??0H323_LID_G711_ALaw_Capability@@QAE@XZ @31215 NONAME ??0H323_LID_G711_uLaw_Capability@@QAE@XZ @31216 NONAME ??0H323_LID_G7231A_5k3_Capability@@QAE@XZ @31217 NONAME ??0H323_LID_G7231A_6k3_Capability@@QAE@XZ @31218 NONAME ??0H323_LID_G7231_5k3_Capability@@QAE@XZ @31219 NONAME ??0H323_LID_G7231_6k3_Capability@@QAE@XZ @31220 NONAME ??0H323_LID_G728_Capability@@QAE@XZ @31221 NONAME ??0H323_LID_G729AB_Capability@@QAE@XZ @31222 NONAME ??0H323_LID_G729A_Capability@@QAE@XZ @31223 NONAME ??0H323_LID_G729B_Capability@@QAE@XZ @31224 NONAME ??0H323_LID_G729_Capability@@QAE@XZ @31225 NONAME ??0H323_LID_GSM0610_Capability@@QAE@XZ @31226 NONAME ??0H323_muLawCodec@@QAE@W4Direction@H323Codec@@HI@Z @1160 NONAME ??0H323_RealTimeChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@@Z @13582 NONAME ??0H323_RFC2190_H263Capability@@QAE@ABV0@@Z @33622 NONAME ??0H323_RFC2190_H263Capability@@QAE@IIIIIIHHHHHIIIIIIIH@Z @33623 NONAME ??0H323_RFC2190_H263Codec@@QAE@W4Direction@H323Codec@@HHHHHIHHHH@Z @33624 NONAME ??0H323_RTPChannel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@AAVRTP_Session@@@Z @1161 NONAME ??0H323_RTP_Session@@IAE@ABVH323Connection@@@Z @1162 NONAME ??0H323_RTP_UDP@@QAE@ABVH323Connection@@AAVRTP_UDP@@PAVRTP_QOS@@@Z @18882 NONAME ??0H323_T120Capability@@QAE@ABV0@@Z @14179 NONAME ??0H323_T120Capability@@QAE@XZ @13870 NONAME ??0H323_T120Channel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@I@Z @14180 NONAME ??0H323_T38Capability@@QAE@ABV0@@Z @14181 NONAME ??0H323_T38Capability@@QAE@W4TransportMode@0@@Z @12780 NONAME ??0H323_T38Channel@@QAE@AAVH323Connection@@ABVH323Capability@@W4Directions@H323Channel@@IW4TransportMode@H323_T38Capability@@@Z @14182 NONAME ??0H323_T38NonStandardCapability@@QAE@ABV0@@Z @20126 NONAME ??0H323_T38NonStandardCapability@@QAE@EEG@Z @14198 NONAME ??0H323_UserInputCapability@@QAE@ABV0@@Z @20127 NONAME ??0H323_UserInputCapability@@QAE@W4SubTypes@0@@Z @13750 NONAME ??0H45010_ArrayOf_MixedExtension@@QAE@ABV0@@Z @20128 NONAME ??0H45010_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @10340 NONAME ??0H45010_CfbOvrOptArg@@QAE@ABV0@@Z @10341 NONAME ??0H45010_CfbOvrOptArg@@QAE@IW4TagClass@PASN_Object@@@Z @10342 NONAME ??0H45010_CoReqOptArg@@QAE@ABV0@@Z @10343 NONAME ??0H45010_CoReqOptArg@@QAE@IW4TagClass@PASN_Object@@@Z @10344 NONAME ??0H45010_H323CallOfferOperations@@QAE@ABV0@@Z @20129 NONAME ??0H45010_H323CallOfferOperations@@QAE@IW4TagClass@PASN_Object@@@Z @10345 NONAME ??0H45010_RUAlertOptArg@@QAE@ABV0@@Z @10346 NONAME ??0H45010_RUAlertOptArg@@QAE@IW4TagClass@PASN_Object@@@Z @10347 NONAME ??0H45011Handler@@QAE@AAVH323Connection@@AAVH450xDispatcher@@@Z @14319 NONAME ??0H45011_ArrayOf_MixedExtension@@QAE@ABV0@@Z @20130 NONAME ??0H45011_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @10348 NONAME ??0H45011_CallIntrusionErrors@@QAE@ABV0@@Z @20131 NONAME ??0H45011_CallIntrusionErrors@@QAE@IW4TagClass@PASN_Object@@@Z @10349 NONAME ??0H45011_CICapabilityLevel@@QAE@ABV0@@Z @20132 NONAME ??0H45011_CICapabilityLevel@@QAE@IW4TagClass@PASN_Object@@@Z @10350 NONAME ??0H45011_CIFrcRelArg@@QAE@ABV0@@Z @10351 NONAME ??0H45011_CIFrcRelArg@@QAE@IW4TagClass@PASN_Object@@@Z @10352 NONAME ??0H45011_CIFrcRelOptRes@@QAE@ABV0@@Z @10353 NONAME ??0H45011_CIFrcRelOptRes@@QAE@IW4TagClass@PASN_Object@@@Z @10354 NONAME ??0H45011_CIGetCIPLOptArg@@QAE@ABV0@@Z @10355 NONAME ??0H45011_CIGetCIPLOptArg@@QAE@IW4TagClass@PASN_Object@@@Z @10356 NONAME ??0H45011_CIGetCIPLRes@@QAE@ABV0@@Z @10357 NONAME ??0H45011_CIGetCIPLRes@@QAE@IW4TagClass@PASN_Object@@@Z @10358 NONAME ??0H45011_CIIsOptArg@@QAE@ABV0@@Z @10359 NONAME ??0H45011_CIIsOptArg@@QAE@IW4TagClass@PASN_Object@@@Z @10360 NONAME ??0H45011_CIIsOptRes@@QAE@ABV0@@Z @10361 NONAME ??0H45011_CIIsOptRes@@QAE@IW4TagClass@PASN_Object@@@Z @10362 NONAME ??0H45011_CINotificationArg@@QAE@ABV0@@Z @10363 NONAME ??0H45011_CINotificationArg@@QAE@IW4TagClass@PASN_Object@@@Z @10364 NONAME ??0H45011_CIProtectionLevel@@QAE@ABV0@@Z @20133 NONAME ??0H45011_CIProtectionLevel@@QAE@IW4TagClass@PASN_Object@@@Z @10365 NONAME ??0H45011_CIRequestArg@@QAE@ABV0@@Z @10366 NONAME ??0H45011_CIRequestArg@@QAE@IW4TagClass@PASN_Object@@@Z @10367 NONAME ??0H45011_CIRequestRes@@QAE@ABV0@@Z @10368 NONAME ??0H45011_CIRequestRes@@QAE@IW4TagClass@PASN_Object@@@Z @10369 NONAME ??0H45011_CISilentArg@@QAE@ABV0@@Z @10370 NONAME ??0H45011_CISilentArg@@QAE@IW4TagClass@PASN_Object@@@Z @10371 NONAME ??0H45011_CISilentOptRes@@QAE@ABV0@@Z @10372 NONAME ??0H45011_CISilentOptRes@@QAE@IW4TagClass@PASN_Object@@@Z @10373 NONAME ??0H45011_CIStatusInformation@@QAE@ABV0@@Z @20134 NONAME ??0H45011_CIStatusInformation@@QAE@IW4TagClass@PASN_Object@@@Z @10374 NONAME ??0H45011_CIWobOptArg@@QAE@ABV0@@Z @10375 NONAME ??0H45011_CIWobOptArg@@QAE@IW4TagClass@PASN_Object@@@Z @10376 NONAME ??0H45011_CIWobOptRes@@QAE@ABV0@@Z @10377 NONAME ??0H45011_CIWobOptRes@@QAE@IW4TagClass@PASN_Object@@@Z @10378 NONAME ??0H45011_H323CallIntrusionOperations@@QAE@ABV0@@Z @20135 NONAME ??0H45011_H323CallIntrusionOperations@@QAE@IW4TagClass@PASN_Object@@@Z @10379 NONAME ??0H4501_Address@@QAE@ABV0@@Z @9668 NONAME ??0H4501_Address@@QAE@IW4TagClass@PASN_Object@@@Z @9669 NONAME ??0H4501_AddressInformation@@QAE@ABV0@@Z @20136 NONAME ??0H4501_AddressInformation@@QAE@IW4TagClass@PASN_Object@@@Z @9670 NONAME ??0H4501_AddressScreened@@QAE@ABV0@@Z @9671 NONAME ??0H4501_AddressScreened@@QAE@IW4TagClass@PASN_Object@@@Z @9672 NONAME ??0H4501_ArrayOf_AliasAddress@@QAE@ABV0@@Z @20137 NONAME ??0H4501_ArrayOf_AliasAddress@@QAE@IW4TagClass@PASN_Object@@@Z @9673 NONAME ??0H4501_ArrayOf_ROS@@QAE@ABV0@@Z @20138 NONAME ??0H4501_ArrayOf_ROS@@QAE@IW4TagClass@PASN_Object@@@Z @9674 NONAME ??0H4501_EndpointAddress@@QAE@ABV0@@Z @9675 NONAME ??0H4501_EndpointAddress@@QAE@IW4TagClass@PASN_Object@@@Z @9676 NONAME ??0H4501_EntityType@@QAE@ABV0@@Z @20139 NONAME ??0H4501_EntityType@@QAE@IW4TagClass@PASN_Object@@@Z @9677 NONAME ??0H4501_Extension@@QAE@ABV0@@Z @9678 NONAME ??0H4501_Extension@@QAE@IW4TagClass@PASN_Object@@@Z @9679 NONAME ??0H4501_GeneralErrorList@@QAE@ABV0@@Z @20140 NONAME ??0H4501_GeneralErrorList@@QAE@IW4TagClass@PASN_Object@@@Z @9680 NONAME ??0H4501_H225InformationElement@@QAE@ABV0@@Z @20141 NONAME ??0H4501_H225InformationElement@@QAE@ABVPBYTEArray@@@Z @18318 NONAME ??0H4501_H225InformationElement@@QAE@ABVPString@@@Z @18319 NONAME ??0H4501_H225InformationElement@@QAE@IW4TagClass@PASN_Object@@@Z @9681 NONAME ??0H4501_H225InformationElement@@QAE@PBD@Z @18320 NONAME ??0H4501_InterpretationApdu@@QAE@ABV0@@Z @20142 NONAME ??0H4501_InterpretationApdu@@QAE@IW4TagClass@PASN_Object@@@Z @9682 NONAME ??0H4501_InvokeIDs@@QAE@ABV0@@Z @20143 NONAME ??0H4501_InvokeIDs@@QAE@IW4TagClass@PASN_Object@@@Z @9683 NONAME ??0H4501_InvokeIdSet@@QAE@ABV0@@Z @20144 NONAME ??0H4501_InvokeIdSet@@QAE@IW4TagClass@PASN_Object@@@Z @9684 NONAME ??0H4501_NetworkFacilityExtension@@QAE@ABV0@@Z @9685 NONAME ??0H4501_NetworkFacilityExtension@@QAE@IW4TagClass@PASN_Object@@@Z @9686 NONAME ??0H4501_NSAPSubaddress@@QAE@ABV0@@Z @20145 NONAME ??0H4501_NSAPSubaddress@@QAE@ABVPBYTEArray@@@Z @18321 NONAME ??0H4501_NSAPSubaddress@@QAE@ABVPString@@@Z @18322 NONAME ??0H4501_NSAPSubaddress@@QAE@IW4TagClass@PASN_Object@@@Z @9687 NONAME ??0H4501_NSAPSubaddress@@QAE@PBD@Z @18323 NONAME ??0H4501_NumberScreened@@QAE@ABV0@@Z @9688 NONAME ??0H4501_NumberScreened@@QAE@IW4TagClass@PASN_Object@@@Z @9689 NONAME ??0H4501_PartySubaddress@@QAE@ABV0@@Z @20146 NONAME ??0H4501_PartySubaddress@@QAE@IW4TagClass@PASN_Object@@@Z @9690 NONAME ??0H4501_PresentationAllowedIndicator@@QAE@ABV0@@Z @20147 NONAME ??0H4501_PresentationAllowedIndicator@@QAE@IW4TagClass@PASN_Object@@@Z @9691 NONAME ??0H4501_PresentedAddressScreened@@QAE@ABV0@@Z @20148 NONAME ??0H4501_PresentedAddressScreened@@QAE@IW4TagClass@PASN_Object@@@Z @9692 NONAME ??0H4501_PresentedAddressUnscreened@@QAE@ABV0@@Z @20149 NONAME ??0H4501_PresentedAddressUnscreened@@QAE@IW4TagClass@PASN_Object@@@Z @9693 NONAME ??0H4501_PresentedNumberScreened@@QAE@ABV0@@Z @20150 NONAME ??0H4501_PresentedNumberScreened@@QAE@IW4TagClass@PASN_Object@@@Z @9694 NONAME ??0H4501_PresentedNumberUnscreened@@QAE@ABV0@@Z @20151 NONAME ??0H4501_PresentedNumberUnscreened@@QAE@IW4TagClass@PASN_Object@@@Z @9695 NONAME ??0H4501_ScreeningIndicator@@QAE@ABV0@@Z @20152 NONAME ??0H4501_ScreeningIndicator@@QAE@IW4TagClass@PASN_Object@@@Z @9696 NONAME ??0H4501_ServiceApdus@@QAE@ABV0@@Z @20153 NONAME ??0H4501_ServiceApdus@@QAE@IW4TagClass@PASN_Object@@@Z @9697 NONAME ??0H4501_SubaddressInformation@@QAE@ABV0@@Z @20154 NONAME ??0H4501_SubaddressInformation@@QAE@ABVPBYTEArray@@@Z @18324 NONAME ??0H4501_SubaddressInformation@@QAE@ABVPString@@@Z @18325 NONAME ??0H4501_SubaddressInformation@@QAE@IW4TagClass@PASN_Object@@@Z @9698 NONAME ??0H4501_SubaddressInformation@@QAE@PBD@Z @18326 NONAME ??0H4501_SupplementaryService@@QAE@ABV0@@Z @9699 NONAME ??0H4501_SupplementaryService@@QAE@IW4TagClass@PASN_Object@@@Z @9700 NONAME ??0H4501_UserSpecifiedSubaddress@@QAE@ABV0@@Z @9701 NONAME ??0H4501_UserSpecifiedSubaddress@@QAE@IW4TagClass@PASN_Object@@@Z @9702 NONAME ??0H4502Handler@@QAE@AAVH323Connection@@AAVH450xDispatcher@@@Z @13125 NONAME ??0H4502_CallIdentity@@QAE@ABV0@@Z @20155 NONAME ??0H4502_CallIdentity@@QAE@IW4TagClass@PASN_Object@@@Z @9703 NONAME ??0H4502_CallStatus@@QAE@ABV0@@Z @20156 NONAME ??0H4502_CallStatus@@QAE@IW4TagClass@PASN_Object@@@Z @9704 NONAME ??0H4502_CallTransferErrors@@QAE@ABV0@@Z @20157 NONAME ??0H4502_CallTransferErrors@@QAE@IW4TagClass@PASN_Object@@@Z @9705 NONAME ??0H4502_CallTransferOperation@@QAE@ABV0@@Z @20158 NONAME ??0H4502_CallTransferOperation@@QAE@IW4TagClass@PASN_Object@@@Z @9706 NONAME ??0H4502_CTActiveArg@@QAE@ABV0@@Z @9707 NONAME ??0H4502_CTActiveArg@@QAE@IW4TagClass@PASN_Object@@@Z @9708 NONAME ??0H4502_CTActiveArg_argumentExtension@@QAE@ABV0@@Z @20159 NONAME ??0H4502_CTActiveArg_argumentExtension@@QAE@IW4TagClass@PASN_Object@@@Z @9709 NONAME ??0H4502_CTCompleteArg@@QAE@ABV0@@Z @9710 NONAME ??0H4502_CTCompleteArg@@QAE@IW4TagClass@PASN_Object@@@Z @9711 NONAME ??0H4502_CTCompleteArg_argumentExtension@@QAE@ABV0@@Z @20160 NONAME ??0H4502_CTCompleteArg_argumentExtension@@QAE@IW4TagClass@PASN_Object@@@Z @9712 NONAME ??0H4502_CTIdentifyRes@@QAE@ABV0@@Z @9713 NONAME ??0H4502_CTIdentifyRes@@QAE@IW4TagClass@PASN_Object@@@Z @9714 NONAME ??0H4502_CTIdentifyRes_resultExtension@@QAE@ABV0@@Z @20161 NONAME ??0H4502_CTIdentifyRes_resultExtension@@QAE@IW4TagClass@PASN_Object@@@Z @9715 NONAME ??0H4502_CTInitiateArg@@QAE@ABV0@@Z @9716 NONAME ??0H4502_CTInitiateArg@@QAE@IW4TagClass@PASN_Object@@@Z @9717 NONAME ??0H4502_CTInitiateArg_argumentExtension@@QAE@ABV0@@Z @20162 NONAME ??0H4502_CTInitiateArg_argumentExtension@@QAE@IW4TagClass@PASN_Object@@@Z @9718 NONAME ??0H4502_CTSetupArg@@QAE@ABV0@@Z @9719 NONAME ??0H4502_CTSetupArg@@QAE@IW4TagClass@PASN_Object@@@Z @9720 NONAME ??0H4502_CTSetupArg_argumentExtension@@QAE@ABV0@@Z @20163 NONAME ??0H4502_CTSetupArg_argumentExtension@@QAE@IW4TagClass@PASN_Object@@@Z @9721 NONAME ??0H4502_CTUpdateArg@@QAE@ABV0@@Z @9722 NONAME ??0H4502_CTUpdateArg@@QAE@IW4TagClass@PASN_Object@@@Z @9723 NONAME ??0H4502_CTUpdateArg_argumentExtension@@QAE@ABV0@@Z @20164 NONAME ??0H4502_CTUpdateArg_argumentExtension@@QAE@IW4TagClass@PASN_Object@@@Z @9724 NONAME ??0H4502_DummyArg@@QAE@ABV0@@Z @20165 NONAME ??0H4502_DummyArg@@QAE@IW4TagClass@PASN_Object@@@Z @9725 NONAME ??0H4502_DummyRes@@QAE@ABV0@@Z @20166 NONAME ??0H4502_DummyRes@@QAE@IW4TagClass@PASN_Object@@@Z @9726 NONAME ??0H4502_EndDesignation@@QAE@ABV0@@Z @20167 NONAME ??0H4502_EndDesignation@@QAE@IW4TagClass@PASN_Object@@@Z @9727 NONAME ??0H4502_ExtensionSeq@@QAE@ABV0@@Z @20168 NONAME ??0H4502_ExtensionSeq@@QAE@IW4TagClass@PASN_Object@@@Z @9728 NONAME ??0H4502_SubaddressTransferArg@@QAE@ABV0@@Z @9729 NONAME ??0H4502_SubaddressTransferArg@@QAE@IW4TagClass@PASN_Object@@@Z @9730 NONAME ??0H4502_SubaddressTransferArg_argumentExtension@@QAE@ABV0@@Z @20169 NONAME ??0H4502_SubaddressTransferArg_argumentExtension@@QAE@IW4TagClass@PASN_Object@@@Z @9731 NONAME ??0H4503_BasicService@@QAE@ABV0@@Z @20170 NONAME ??0H4503_BasicService@@QAE@IW4TagClass@PASN_Object@@@Z @10278 NONAME ??0H4503_CallDiversionErrors@@QAE@ABV0@@Z @20171 NONAME ??0H4503_CallDiversionErrors@@QAE@IW4TagClass@PASN_Object@@@Z @10279 NONAME ??0H4503_DiversionReason@@QAE@ABV0@@Z @20172 NONAME ??0H4503_DiversionReason@@QAE@IW4TagClass@PASN_Object@@@Z @10280 NONAME ??0H4503_ExtensionSeq@@QAE@ABV0@@Z @20173 NONAME ??0H4503_ExtensionSeq@@QAE@IW4TagClass@PASN_Object@@@Z @10281 NONAME ??0H4503_H323CallDiversionOperations@@QAE@ABV0@@Z @20174 NONAME ??0H4503_H323CallDiversionOperations@@QAE@IW4TagClass@PASN_Object@@@Z @10282 NONAME ??0H4503_IntResult@@QAE@ABV0@@Z @10283 NONAME ??0H4503_IntResult@@QAE@IW4TagClass@PASN_Object@@@Z @10284 NONAME ??0H4503_IntResultList@@QAE@ABV0@@Z @20175 NONAME ??0H4503_IntResultList@@QAE@IW4TagClass@PASN_Object@@@Z @10285 NONAME ??0H4503_IntResult_extension@@QAE@ABV0@@Z @20176 NONAME ??0H4503_IntResult_extension@@QAE@IW4TagClass@PASN_Object@@@Z @10286 NONAME ??0H4503_Procedure@@QAE@ABV0@@Z @20177 NONAME ??0H4503_Procedure@@QAE@IW4TagClass@PASN_Object@@@Z @10287 NONAME ??0H4503_SubscriptionOption@@QAE@ABV0@@Z @20178 NONAME ??0H4503_SubscriptionOption@@QAE@IW4TagClass@PASN_Object@@@Z @10288 NONAME ??0H4504Handler@@QAE@AAVH323Connection@@AAVH450xDispatcher@@@Z @13126 NONAME ??0H4504_ArrayOf_MixedExtension@@QAE@ABV0@@Z @20179 NONAME ??0H4504_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @10185 NONAME ??0H4504_CallHoldOperation@@QAE@ABV0@@Z @20180 NONAME ??0H4504_CallHoldOperation@@QAE@IW4TagClass@PASN_Object@@@Z @10186 NONAME ??0H4504_Extension@@QAE@ABV0@@Z @10187 NONAME ??0H4504_Extension@@QAE@IW4TagClass@PASN_Object@@@Z @10188 NONAME ??0H4504_HoldNotificArg@@QAE@ABV0@@Z @10189 NONAME ??0H4504_HoldNotificArg@@QAE@IW4TagClass@PASN_Object@@@Z @10190 NONAME ??0H4504_MixedExtension@@QAE@ABV0@@Z @20181 NONAME ??0H4504_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @10191 NONAME ??0H4504_RemoteHoldArg@@QAE@ABV0@@Z @10192 NONAME ??0H4504_RemoteHoldArg@@QAE@IW4TagClass@PASN_Object@@@Z @10193 NONAME ??0H4504_RemoteHoldRes@@QAE@ABV0@@Z @10194 NONAME ??0H4504_RemoteHoldRes@@QAE@IW4TagClass@PASN_Object@@@Z @10195 NONAME ??0H4504_RemoteRetrieveArg@@QAE@ABV0@@Z @10196 NONAME ??0H4504_RemoteRetrieveArg@@QAE@IW4TagClass@PASN_Object@@@Z @10197 NONAME ??0H4504_RemoteRetrieveRes@@QAE@ABV0@@Z @10198 NONAME ??0H4504_RemoteRetrieveRes@@QAE@IW4TagClass@PASN_Object@@@Z @10199 NONAME ??0H4504_RetrieveNotificArg@@QAE@ABV0@@Z @10200 NONAME ??0H4504_RetrieveNotificArg@@QAE@IW4TagClass@PASN_Object@@@Z @10201 NONAME ??0H4505_ArrayOf_MixedExtension@@QAE@ABV0@@Z @20182 NONAME ??0H4505_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @10380 NONAME ??0H4505_CallParkPickupOperations@@QAE@ABV0@@Z @20183 NONAME ??0H4505_CallParkPickupOperations@@QAE@IW4TagClass@PASN_Object@@@Z @10381 NONAME ??0H4505_CallPickupErrors@@QAE@ABV0@@Z @20184 NONAME ??0H4505_CallPickupErrors@@QAE@IW4TagClass@PASN_Object@@@Z @10382 NONAME ??0H4505_CallType@@QAE@ABV0@@Z @20185 NONAME ??0H4505_CallType@@QAE@IW4TagClass@PASN_Object@@@Z @10383 NONAME ??0H4505_CpickupNotifyArg@@QAE@ABV0@@Z @10384 NONAME ??0H4505_CpickupNotifyArg@@QAE@IW4TagClass@PASN_Object@@@Z @10385 NONAME ??0H4505_CpNotifyArg@@QAE@ABV0@@Z @10386 NONAME ??0H4505_CpNotifyArg@@QAE@IW4TagClass@PASN_Object@@@Z @10387 NONAME ??0H4505_CpRequestArg@@QAE@ABV0@@Z @10388 NONAME ??0H4505_CpRequestArg@@QAE@IW4TagClass@PASN_Object@@@Z @10389 NONAME ??0H4505_CpRequestRes@@QAE@ABV0@@Z @10390 NONAME ??0H4505_CpRequestRes@@QAE@IW4TagClass@PASN_Object@@@Z @10391 NONAME ??0H4505_CpSetupArg@@QAE@ABV0@@Z @10392 NONAME ??0H4505_CpSetupArg@@QAE@IW4TagClass@PASN_Object@@@Z @10393 NONAME ??0H4505_CpSetupRes@@QAE@ABV0@@Z @10394 NONAME ??0H4505_CpSetupRes@@QAE@IW4TagClass@PASN_Object@@@Z @10395 NONAME ??0H4505_GroupIndicationOffArg@@QAE@ABV0@@Z @10396 NONAME ??0H4505_GroupIndicationOffArg@@QAE@IW4TagClass@PASN_Object@@@Z @10397 NONAME ??0H4505_GroupIndicationOffRes@@QAE@ABV0@@Z @10398 NONAME ??0H4505_GroupIndicationOffRes@@QAE@IW4TagClass@PASN_Object@@@Z @10399 NONAME ??0H4505_GroupIndicationOnArg@@QAE@ABV0@@Z @10400 NONAME ??0H4505_GroupIndicationOnArg@@QAE@IW4TagClass@PASN_Object@@@Z @10401 NONAME ??0H4505_GroupIndicationOnRes@@QAE@ABV0@@Z @10402 NONAME ??0H4505_GroupIndicationOnRes@@QAE@IW4TagClass@PASN_Object@@@Z @10403 NONAME ??0H4505_ParkCondition@@QAE@ABV0@@Z @20186 NONAME ??0H4505_ParkCondition@@QAE@IW4TagClass@PASN_Object@@@Z @10404 NONAME ??0H4505_ParkedToPosition@@QAE@ABV0@@Z @20187 NONAME ??0H4505_ParkedToPosition@@QAE@IW4TagClass@PASN_Object@@@Z @10405 NONAME ??0H4505_PickExeArg@@QAE@ABV0@@Z @10406 NONAME ??0H4505_PickExeArg@@QAE@IW4TagClass@PASN_Object@@@Z @10407 NONAME ??0H4505_PickExeRes@@QAE@ABV0@@Z @10408 NONAME ??0H4505_PickExeRes@@QAE@IW4TagClass@PASN_Object@@@Z @10409 NONAME ??0H4505_PickrequArg@@QAE@ABV0@@Z @10410 NONAME ??0H4505_PickrequArg@@QAE@IW4TagClass@PASN_Object@@@Z @10411 NONAME ??0H4505_PickrequRes@@QAE@ABV0@@Z @10412 NONAME ??0H4505_PickrequRes@@QAE@IW4TagClass@PASN_Object@@@Z @10413 NONAME ??0H4505_PickupArg@@QAE@ABV0@@Z @10414 NONAME ??0H4505_PickupArg@@QAE@IW4TagClass@PASN_Object@@@Z @10415 NONAME ??0H4505_PickupRes@@QAE@ABV0@@Z @10416 NONAME ??0H4505_PickupRes@@QAE@IW4TagClass@PASN_Object@@@Z @10417 NONAME ??0H4506Handler@@QAE@AAVH323Connection@@AAVH450xDispatcher@@@Z @13615 NONAME ??0H4506_ArrayOf_MixedExtension@@QAE@ABV0@@Z @20188 NONAME ??0H4506_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @10418 NONAME ??0H4506_CallWaitingArg@@QAE@ABV0@@Z @10419 NONAME ??0H4506_CallWaitingArg@@QAE@IW4TagClass@PASN_Object@@@Z @10420 NONAME ??0H4506_CallWaitingOperations@@QAE@ABV0@@Z @20189 NONAME ??0H4506_CallWaitingOperations@@QAE@IW4TagClass@PASN_Object@@@Z @10421 NONAME ??0H4507_ArrayOf_MixedExtension@@QAE@ABV0@@Z @20190 NONAME ??0H4507_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @10422 NONAME ??0H4507_BasicService@@QAE@ABV0@@Z @20191 NONAME ??0H4507_BasicService@@QAE@IW4TagClass@PASN_Object@@@Z @10423 NONAME ??0H4507_DummyRes@@QAE@ABV0@@Z @20192 NONAME ??0H4507_DummyRes@@QAE@IW4TagClass@PASN_Object@@@Z @10424 NONAME ??0H4507_H323_MWI_Operations@@QAE@ABV0@@Z @20193 NONAME ??0H4507_H323_MWI_Operations@@QAE@IW4TagClass@PASN_Object@@@Z @10425 NONAME ??0H4507_MessageWaitingIndicationErrors@@QAE@ABV0@@Z @20194 NONAME ??0H4507_MessageWaitingIndicationErrors@@QAE@IW4TagClass@PASN_Object@@@Z @10426 NONAME ??0H4507_MsgCentreId@@QAE@ABV0@@Z @20195 NONAME ??0H4507_MsgCentreId@@QAE@IW4TagClass@PASN_Object@@@Z @10427 NONAME ??0H4507_MWIActivateArg@@QAE@ABV0@@Z @10428 NONAME ??0H4507_MWIActivateArg@@QAE@IW4TagClass@PASN_Object@@@Z @10429 NONAME ??0H4507_MWIDeactivateArg@@QAE@ABV0@@Z @10430 NONAME ??0H4507_MWIDeactivateArg@@QAE@IW4TagClass@PASN_Object@@@Z @10431 NONAME ??0H4507_MWIInterrogateArg@@QAE@ABV0@@Z @10432 NONAME ??0H4507_MWIInterrogateArg@@QAE@IW4TagClass@PASN_Object@@@Z @10433 NONAME ??0H4507_MWIInterrogateRes@@QAE@ABV0@@Z @20196 NONAME ??0H4507_MWIInterrogateRes@@QAE@IW4TagClass@PASN_Object@@@Z @10434 NONAME ??0H4507_MWIInterrogateResElt@@QAE@ABV0@@Z @10435 NONAME ??0H4507_MWIInterrogateResElt@@QAE@IW4TagClass@PASN_Object@@@Z @10436 NONAME ??0H4507_NbOfMessages@@QAE@ABV0@@Z @20197 NONAME ??0H4507_NbOfMessages@@QAE@IW4TagClass@PASN_Object@@@Z @10437 NONAME ??0H4507_TimeStamp@@QAE@ABV0@@Z @20198 NONAME ??0H4507_TimeStamp@@QAE@IW4TagClass@PASN_Object@@@Z @10438 NONAME ??0H4508_ExtendedName@@QAE@ABV0@@Z @20199 NONAME ??0H4508_ExtendedName@@QAE@IW4TagClass@PASN_Object@@@Z @10439 NONAME ??0H4508_Name@@QAE@ABV0@@Z @20200 NONAME ??0H4508_Name@@QAE@IW4TagClass@PASN_Object@@@Z @10440 NONAME ??0H4508_NameOperations@@QAE@ABV0@@Z @20201 NONAME ??0H4508_NameOperations@@QAE@IW4TagClass@PASN_Object@@@Z @10441 NONAME ??0H4508_NamePresentationAllowed@@QAE@ABV0@@Z @20202 NONAME ??0H4508_NamePresentationAllowed@@QAE@IW4TagClass@PASN_Object@@@Z @10442 NONAME ??0H4508_NamePresentationRestricted@@QAE@ABV0@@Z @20203 NONAME ??0H4508_NamePresentationRestricted@@QAE@IW4TagClass@PASN_Object@@@Z @10443 NONAME ??0H4508_SimpleName@@QAE@ABV0@@Z @20204 NONAME ??0H4508_SimpleName@@QAE@ABVPBYTEArray@@@Z @18327 NONAME ??0H4508_SimpleName@@QAE@ABVPString@@@Z @18328 NONAME ??0H4508_SimpleName@@QAE@IW4TagClass@PASN_Object@@@Z @10444 NONAME ??0H4508_SimpleName@@QAE@PBD@Z @18329 NONAME ??0H4509_ArrayOf_MixedExtension@@QAE@ABV0@@Z @20205 NONAME ??0H4509_ArrayOf_MixedExtension@@QAE@IW4TagClass@PASN_Object@@@Z @10445 NONAME ??0H4509_CallCompletionErrors@@QAE@ABV0@@Z @20206 NONAME ??0H4509_CallCompletionErrors@@QAE@IW4TagClass@PASN_Object@@@Z @10446 NONAME ??0H4509_CcArg@@QAE@ABV0@@Z @20207 NONAME ??0H4509_CcArg@@QAE@IW4TagClass@PASN_Object@@@Z @10447 NONAME ??0H4509_CcLongArg@@QAE@ABV0@@Z @10448 NONAME ??0H4509_CcLongArg@@QAE@IW4TagClass@PASN_Object@@@Z @10449 NONAME ??0H4509_CcRequestArg@@QAE@ABV0@@Z @10450 NONAME ??0H4509_CcRequestArg@@QAE@IW4TagClass@PASN_Object@@@Z @10451 NONAME ??0H4509_CcRequestRes@@QAE@ABV0@@Z @10452 NONAME ??0H4509_CcRequestRes@@QAE@IW4TagClass@PASN_Object@@@Z @10453 NONAME ??0H4509_CcShortArg@@QAE@ABV0@@Z @10454 NONAME ??0H4509_CcShortArg@@QAE@IW4TagClass@PASN_Object@@@Z @10455 NONAME ??0H4509_H323CallCompletionOperations@@QAE@ABV0@@Z @20208 NONAME ??0H4509_H323CallCompletionOperations@@QAE@IW4TagClass@PASN_Object@@@Z @10456 NONAME ??0H450ServiceAPDU@@QAE@XZ @20209 NONAME ??0H450xDispatcher@@QAE@AAVH323Connection@@@Z @13127 NONAME ??0H450xHandler@@QAE@AAVH323Connection@@AAVH450xDispatcher@@@Z @13128 NONAME ??0H501AccessRequest@@QAE@AAVH323PeerElement@@ABVH501PDU@@@Z @18330 NONAME ??0H501DescriptorUpdate@@QAE@AAVH323PeerElement@@ABVH501PDU@@@Z @18331 NONAME ??0H501PDU@@QAE@ABV0@@Z @18153 NONAME ??0H501PDU@@QAE@XZ @16801 NONAME ??0H501ServiceRequest@@QAE@AAVH323PeerElement@@ABVH501PDU@@@Z @18332 NONAME ??0H501Transaction@@QAE@AAVH323PeerElement@@ABVH501PDU@@H@Z @18474 NONAME ??0H501_AccessConfirmation@@QAE@ABV0@@Z @16802 NONAME ??0H501_AccessConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @16803 NONAME ??0H501_AccessRejection@@QAE@ABV0@@Z @16804 NONAME ??0H501_AccessRejection@@QAE@IW4TagClass@PASN_Object@@@Z @16805 NONAME ??0H501_AccessRejectionReason@@QAE@ABV0@@Z @20210 NONAME ??0H501_AccessRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @16806 NONAME ??0H501_AccessRequest@@QAE@ABV0@@Z @16807 NONAME ??0H501_AccessRequest@@QAE@IW4TagClass@PASN_Object@@@Z @16808 NONAME ??0H501_AccessToken@@QAE@ABV0@@Z @20211 NONAME ??0H501_AccessToken@@QAE@IW4TagClass@PASN_Object@@@Z @16809 NONAME ??0H501_AddressTemplate@@QAE@ABV0@@Z @16810 NONAME ??0H501_AddressTemplate@@QAE@IW4TagClass@PASN_Object@@@Z @16811 NONAME ??0H501_AlternatePE@@QAE@ABV0@@Z @16812 NONAME ??0H501_AlternatePE@@QAE@IW4TagClass@PASN_Object@@@Z @16813 NONAME ??0H501_AlternatePEInfo@@QAE@ABV0@@Z @16814 NONAME ??0H501_AlternatePEInfo@@QAE@IW4TagClass@PASN_Object@@@Z @16815 NONAME ??0H501_ApplicationMessage@@QAE@ABV0@@Z @20212 NONAME ??0H501_ApplicationMessage@@QAE@ABVPBYTEArray@@@Z @17762 NONAME ??0H501_ApplicationMessage@@QAE@ABVPString@@@Z @17763 NONAME ??0H501_ApplicationMessage@@QAE@IW4TagClass@PASN_Object@@@Z @16816 NONAME ??0H501_ApplicationMessage@@QAE@PBD@Z @17764 NONAME ??0H501_ArrayOf_AccessToken@@QAE@ABV0@@Z @20213 NONAME ??0H501_ArrayOf_AccessToken@@QAE@IW4TagClass@PASN_Object@@@Z @16817 NONAME ??0H501_ArrayOf_AddressTemplate@@QAE@ABV0@@Z @20214 NONAME ??0H501_ArrayOf_AddressTemplate@@QAE@IW4TagClass@PASN_Object@@@Z @16818 NONAME ??0H501_ArrayOf_AliasAddress@@QAE@ABV0@@Z @20215 NONAME ??0H501_ArrayOf_AliasAddress@@QAE@IW4TagClass@PASN_Object@@@Z @16819 NONAME ??0H501_ArrayOf_AlternatePE@@QAE@ABV0@@Z @20216 NONAME ??0H501_ArrayOf_AlternatePE@@QAE@IW4TagClass@PASN_Object@@@Z @16820 NONAME ??0H501_ArrayOf_CircuitIdentifier@@QAE@ABV0@@Z @20217 NONAME ??0H501_ArrayOf_CircuitIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @16821 NONAME ??0H501_ArrayOf_ClearToken@@QAE@ABV0@@Z @20218 NONAME ??0H501_ArrayOf_ClearToken@@QAE@IW4TagClass@PASN_Object@@@Z @16822 NONAME ??0H501_ArrayOf_ContactInformation@@QAE@ABV0@@Z @20219 NONAME ??0H501_ArrayOf_ContactInformation@@QAE@IW4TagClass@PASN_Object@@@Z @16823 NONAME ??0H501_ArrayOf_CryptoH323Token@@QAE@ABV0@@Z @20220 NONAME ??0H501_ArrayOf_CryptoH323Token@@QAE@IW4TagClass@PASN_Object@@@Z @16824 NONAME ??0H501_ArrayOf_Descriptor@@QAE@ABV0@@Z @20221 NONAME ??0H501_ArrayOf_Descriptor@@QAE@IW4TagClass@PASN_Object@@@Z @16825 NONAME ??0H501_ArrayOf_DescriptorInfo@@QAE@ABV0@@Z @20222 NONAME ??0H501_ArrayOf_DescriptorInfo@@QAE@IW4TagClass@PASN_Object@@@Z @16827 NONAME ??0H501_ArrayOf_GenericData@@QAE@ABV0@@Z @20223 NONAME ??0H501_ArrayOf_GenericData@@QAE@IW4TagClass@PASN_Object@@@Z @16828 NONAME ??0H501_ArrayOf_GloballyUniqueID@@QAE@ABV0@@Z @20224 NONAME ??0H501_ArrayOf_GloballyUniqueID@@QAE@IW4TagClass@PASN_Object@@@Z @17765 NONAME ??0H501_ArrayOf_NonStandardParameter@@QAE@ABV0@@Z @20225 NONAME ??0H501_ArrayOf_NonStandardParameter@@QAE@IW4TagClass@PASN_Object@@@Z @16829 NONAME ??0H501_ArrayOf_PASN_ObjectId@@QAE@ABV0@@Z @20226 NONAME ??0H501_ArrayOf_PASN_ObjectId@@QAE@IW4TagClass@PASN_Object@@@Z @16830 NONAME ??0H501_ArrayOf_Pattern@@QAE@ABV0@@Z @20227 NONAME ??0H501_ArrayOf_Pattern@@QAE@IW4TagClass@PASN_Object@@@Z @16831 NONAME ??0H501_ArrayOf_PriceElement@@QAE@ABV0@@Z @20228 NONAME ??0H501_ArrayOf_PriceElement@@QAE@IW4TagClass@PASN_Object@@@Z @16832 NONAME ??0H501_ArrayOf_PriceInfoSpec@@QAE@ABV0@@Z @20229 NONAME ??0H501_ArrayOf_PriceInfoSpec@@QAE@IW4TagClass@PASN_Object@@@Z @16833 NONAME ??0H501_ArrayOf_RouteInformation@@QAE@ABV0@@Z @20230 NONAME ??0H501_ArrayOf_RouteInformation@@QAE@IW4TagClass@PASN_Object@@@Z @16834 NONAME ??0H501_ArrayOf_SecurityMode@@QAE@ABV0@@Z @20231 NONAME ??0H501_ArrayOf_SecurityMode@@QAE@IW4TagClass@PASN_Object@@@Z @16835 NONAME ??0H501_ArrayOf_ServiceControlSession@@QAE@ABV0@@Z @20232 NONAME ??0H501_ArrayOf_ServiceControlSession@@QAE@IW4TagClass@PASN_Object@@@Z @16836 NONAME ??0H501_ArrayOf_SupportedProtocols@@QAE@ABV0@@Z @20233 NONAME ??0H501_ArrayOf_SupportedProtocols@@QAE@IW4TagClass@PASN_Object@@@Z @16837 NONAME ??0H501_ArrayOf_TransportAddress@@QAE@ABV0@@Z @20234 NONAME ??0H501_ArrayOf_TransportAddress@@QAE@IW4TagClass@PASN_Object@@@Z @16838 NONAME ??0H501_ArrayOf_UpdateInformation@@QAE@ABV0@@Z @20235 NONAME ??0H501_ArrayOf_UpdateInformation@@QAE@IW4TagClass@PASN_Object@@@Z @16839 NONAME ??0H501_ArrayOf_UsageField@@QAE@ABV0@@Z @20236 NONAME ??0H501_ArrayOf_UsageField@@QAE@IW4TagClass@PASN_Object@@@Z @16840 NONAME ??0H501_AuthenticationConfirmation@@QAE@ABV0@@Z @20237 NONAME ??0H501_AuthenticationConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @16841 NONAME ??0H501_AuthenticationRejection@@QAE@ABV0@@Z @16842 NONAME ??0H501_AuthenticationRejection@@QAE@IW4TagClass@PASN_Object@@@Z @16843 NONAME ??0H501_AuthenticationRejectionReason@@QAE@ABV0@@Z @20238 NONAME ??0H501_AuthenticationRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @16844 NONAME ??0H501_AuthenticationRequest@@QAE@ABV0@@Z @16845 NONAME ??0H501_AuthenticationRequest@@QAE@IW4TagClass@PASN_Object@@@Z @16846 NONAME ??0H501_CallInformation@@QAE@ABV0@@Z @16847 NONAME ??0H501_CallInformation@@QAE@IW4TagClass@PASN_Object@@@Z @16848 NONAME ??0H501_ContactInformation@@QAE@ABV0@@Z @16849 NONAME ??0H501_ContactInformation@@QAE@IW4TagClass@PASN_Object@@@Z @16850 NONAME ??0H501_Descriptor@@QAE@ABV0@@Z @16851 NONAME ??0H501_Descriptor@@QAE@IW4TagClass@PASN_Object@@@Z @16852 NONAME ??0H501_DescriptorConfirmation@@QAE@ABV0@@Z @16853 NONAME ??0H501_DescriptorConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @16854 NONAME ??0H501_DescriptorIDConfirmation@@QAE@ABV0@@Z @16856 NONAME ??0H501_DescriptorIDConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @16857 NONAME ??0H501_DescriptorIDRejection@@QAE@ABV0@@Z @16858 NONAME ??0H501_DescriptorIDRejection@@QAE@IW4TagClass@PASN_Object@@@Z @16859 NONAME ??0H501_DescriptorIDRejectionReason@@QAE@ABV0@@Z @20239 NONAME ??0H501_DescriptorIDRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @16860 NONAME ??0H501_DescriptorIDRequest@@QAE@ABV0@@Z @20240 NONAME ??0H501_DescriptorIDRequest@@QAE@IW4TagClass@PASN_Object@@@Z @16861 NONAME ??0H501_DescriptorInfo@@QAE@ABV0@@Z @16862 NONAME ??0H501_DescriptorInfo@@QAE@IW4TagClass@PASN_Object@@@Z @16863 NONAME ??0H501_DescriptorRejection@@QAE@ABV0@@Z @16864 NONAME ??0H501_DescriptorRejection@@QAE@IW4TagClass@PASN_Object@@@Z @16865 NONAME ??0H501_DescriptorRejectionReason@@QAE@ABV0@@Z @20241 NONAME ??0H501_DescriptorRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @16866 NONAME ??0H501_DescriptorRequest@@QAE@ABV0@@Z @16867 NONAME ??0H501_DescriptorRequest@@QAE@IW4TagClass@PASN_Object@@@Z @16868 NONAME ??0H501_DescriptorUpdate@@QAE@ABV0@@Z @16869 NONAME ??0H501_DescriptorUpdate@@QAE@IW4TagClass@PASN_Object@@@Z @16870 NONAME ??0H501_DescriptorUpdateAck@@QAE@ABV0@@Z @20242 NONAME ??0H501_DescriptorUpdateAck@@QAE@IW4TagClass@PASN_Object@@@Z @16871 NONAME ??0H501_ElementIdentifier@@QAE@ABV0@@Z @20243 NONAME ??0H501_ElementIdentifier@@QAE@IW4TagClass@PASN_Object@@@Z @16872 NONAME ??0H501_GlobalTimeStamp@@QAE@ABV0@@Z @20244 NONAME ??0H501_GlobalTimeStamp@@QAE@IW4TagClass@PASN_Object@@@Z @16873 NONAME ??0H501_Message@@QAE@ABV0@@Z @16874 NONAME ??0H501_Message@@QAE@IW4TagClass@PASN_Object@@@Z @16875 NONAME ??0H501_MessageBody@@QAE@ABV0@@Z @20245 NONAME ??0H501_MessageBody@@QAE@IW4TagClass@PASN_Object@@@Z @16876 NONAME ??0H501_MessageCommonInfo@@QAE@ABV0@@Z @16877 NONAME ??0H501_MessageCommonInfo@@QAE@IW4TagClass@PASN_Object@@@Z @16878 NONAME ??0H501_NonStandardConfirmation@@QAE@ABV0@@Z @20246 NONAME ??0H501_NonStandardConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @16879 NONAME ??0H501_NonStandardRejection@@QAE@ABV0@@Z @16880 NONAME ??0H501_NonStandardRejection@@QAE@IW4TagClass@PASN_Object@@@Z @16881 NONAME ??0H501_NonStandardRejectionReason@@QAE@ABV0@@Z @20247 NONAME ??0H501_NonStandardRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @16882 NONAME ??0H501_NonStandardRequest@@QAE@ABV0@@Z @20248 NONAME ??0H501_NonStandardRequest@@QAE@IW4TagClass@PASN_Object@@@Z @16883 NONAME ??0H501_PartyInformation@@QAE@ABV0@@Z @16884 NONAME ??0H501_PartyInformation@@QAE@IW4TagClass@PASN_Object@@@Z @16885 NONAME ??0H501_Pattern@@QAE@ABV0@@Z @20249 NONAME ??0H501_Pattern@@QAE@IW4TagClass@PASN_Object@@@Z @16886 NONAME ??0H501_Pattern_range@@QAE@ABV0@@Z @16887 NONAME ??0H501_Pattern_range@@QAE@IW4TagClass@PASN_Object@@@Z @16888 NONAME ??0H501_PriceElement@@QAE@ABV0@@Z @16889 NONAME ??0H501_PriceElement@@QAE@IW4TagClass@PASN_Object@@@Z @16890 NONAME ??0H501_PriceElement_units@@QAE@ABV0@@Z @20250 NONAME ??0H501_PriceElement_units@@QAE@IW4TagClass@PASN_Object@@@Z @16891 NONAME ??0H501_PriceInfoSpec@@QAE@ABV0@@Z @16892 NONAME ??0H501_PriceInfoSpec@@QAE@IW4TagClass@PASN_Object@@@Z @16893 NONAME ??0H501_ProtocolVersion@@QAE@ABV0@@Z @20251 NONAME ??0H501_ProtocolVersion@@QAE@IW4TagClass@PASN_Object@@@Z @16894 NONAME ??0H501_RequestInProgress@@QAE@ABV0@@Z @16895 NONAME ??0H501_RequestInProgress@@QAE@IW4TagClass@PASN_Object@@@Z @16896 NONAME ??0H501_Role@@QAE@ABV0@@Z @20252 NONAME ??0H501_Role@@QAE@IW4TagClass@PASN_Object@@@Z @16897 NONAME ??0H501_RouteInformation@@QAE@ABV0@@Z @16898 NONAME ??0H501_RouteInformation@@QAE@IW4TagClass@PASN_Object@@@Z @16899 NONAME ??0H501_RouteInformation_messageType@@QAE@ABV0@@Z @20253 NONAME ??0H501_RouteInformation_messageType@@QAE@IW4TagClass@PASN_Object@@@Z @16900 NONAME ??0H501_SecurityMode@@QAE@ABV0@@Z @16901 NONAME ??0H501_SecurityMode@@QAE@IW4TagClass@PASN_Object@@@Z @16902 NONAME ??0H501_ServiceConfirmation@@QAE@ABV0@@Z @16903 NONAME ??0H501_ServiceConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @16904 NONAME ??0H501_ServiceRejection@@QAE@ABV0@@Z @16906 NONAME ??0H501_ServiceRejection@@QAE@IW4TagClass@PASN_Object@@@Z @16907 NONAME ??0H501_ServiceRejectionReason@@QAE@ABV0@@Z @20254 NONAME ??0H501_ServiceRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @16908 NONAME ??0H501_ServiceRelease@@QAE@ABV0@@Z @16909 NONAME ??0H501_ServiceRelease@@QAE@IW4TagClass@PASN_Object@@@Z @16910 NONAME ??0H501_ServiceReleaseReason@@QAE@ABV0@@Z @20255 NONAME ??0H501_ServiceReleaseReason@@QAE@IW4TagClass@PASN_Object@@@Z @16911 NONAME ??0H501_ServiceRequest@@QAE@ABV0@@Z @16912 NONAME ??0H501_ServiceRequest@@QAE@IW4TagClass@PASN_Object@@@Z @16913 NONAME ??0H501_TerminationCause@@QAE@ABV0@@Z @16914 NONAME ??0H501_TerminationCause@@QAE@IW4TagClass@PASN_Object@@@Z @16915 NONAME ??0H501_TimeZone@@QAE@ABV0@@Z @20256 NONAME ??0H501_TimeZone@@QAE@IW4TagClass@PASN_Object@@@Z @16916 NONAME ??0H501_UnknownMessageReason@@QAE@ABV0@@Z @20257 NONAME ??0H501_UnknownMessageReason@@QAE@IW4TagClass@PASN_Object@@@Z @16917 NONAME ??0H501_UnknownMessageResponse@@QAE@ABV0@@Z @16918 NONAME ??0H501_UnknownMessageResponse@@QAE@IW4TagClass@PASN_Object@@@Z @16919 NONAME ??0H501_UpdateInformation@@QAE@ABV0@@Z @16920 NONAME ??0H501_UpdateInformation@@QAE@IW4TagClass@PASN_Object@@@Z @16921 NONAME ??0H501_UpdateInformation_descriptorInfo@@QAE@ABV0@@Z @20258 NONAME ??0H501_UpdateInformation_descriptorInfo@@QAE@IW4TagClass@PASN_Object@@@Z @16922 NONAME ??0H501_UpdateInformation_updateType@@QAE@ABV0@@Z @20259 NONAME ??0H501_UpdateInformation_updateType@@QAE@IW4TagClass@PASN_Object@@@Z @16923 NONAME ??0H501_UsageCallStatus@@QAE@ABV0@@Z @20260 NONAME ??0H501_UsageCallStatus@@QAE@IW4TagClass@PASN_Object@@@Z @16924 NONAME ??0H501_UsageConfirmation@@QAE@ABV0@@Z @20261 NONAME ??0H501_UsageConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @16925 NONAME ??0H501_UsageField@@QAE@ABV0@@Z @16926 NONAME ??0H501_UsageField@@QAE@IW4TagClass@PASN_Object@@@Z @16927 NONAME ??0H501_UsageIndication@@QAE@ABV0@@Z @16928 NONAME ??0H501_UsageIndication@@QAE@IW4TagClass@PASN_Object@@@Z @16929 NONAME ??0H501_UsageIndicationConfirmation@@QAE@ABV0@@Z @20262 NONAME ??0H501_UsageIndicationConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @16930 NONAME ??0H501_UsageIndicationRejection@@QAE@ABV0@@Z @16931 NONAME ??0H501_UsageIndicationRejection@@QAE@IW4TagClass@PASN_Object@@@Z @16932 NONAME ??0H501_UsageIndicationRejectionReason@@QAE@ABV0@@Z @20263 NONAME ??0H501_UsageIndicationRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @16933 NONAME ??0H501_UsageRejection@@QAE@ABV0@@Z @16934 NONAME ??0H501_UsageRejection@@QAE@IW4TagClass@PASN_Object@@@Z @16935 NONAME ??0H501_UsageRejectReason@@QAE@ABV0@@Z @20264 NONAME ??0H501_UsageRejectReason@@QAE@IW4TagClass@PASN_Object@@@Z @16936 NONAME ??0H501_UsageRequest@@QAE@ABV0@@Z @16937 NONAME ??0H501_UsageRequest@@QAE@IW4TagClass@PASN_Object@@@Z @16938 NONAME ??0H501_UsageSpecification@@QAE@ABV0@@Z @16939 NONAME ??0H501_UsageSpecification@@QAE@IW4TagClass@PASN_Object@@@Z @16940 NONAME ??0H501_UsageSpecification_when@@QAE@ABV0@@Z @16941 NONAME ??0H501_UsageSpecification_when@@QAE@IW4TagClass@PASN_Object@@@Z @16942 NONAME ??0H501_UserInformation@@QAE@ABV0@@Z @16943 NONAME ??0H501_UserInformation@@QAE@IW4TagClass@PASN_Object@@@Z @16944 NONAME ??0H501_ValidationConfirmation@@QAE@ABV0@@Z @16945 NONAME ??0H501_ValidationConfirmation@@QAE@IW4TagClass@PASN_Object@@@Z @16946 NONAME ??0H501_ValidationRejection@@QAE@ABV0@@Z @16947 NONAME ??0H501_ValidationRejection@@QAE@IW4TagClass@PASN_Object@@@Z @16948 NONAME ??0H501_ValidationRejectionReason@@QAE@ABV0@@Z @20265 NONAME ??0H501_ValidationRejectionReason@@QAE@IW4TagClass@PASN_Object@@@Z @16949 NONAME ??0H501_ValidationRequest@@QAE@ABV0@@Z @16950 NONAME ??0H501_ValidationRequest@@QAE@IW4TagClass@PASN_Object@@@Z @16951 NONAME ??0HandleTimeout_PNotifier@H245Negotiator@@QAE@PAV1@@Z @20266 NONAME ??0HandleTransactions_PNotifier@H323Transactor@@QAE@PAV1@@Z @20267 NONAME ??0IntraP64Decoder@@QAE@XZ @1165 NONAME ??0iterator@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAE@PAULookupRecord@@@Z @32761 NONAME ??0iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@@Z @32165 NONAME ??0iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE@XZ @32166 NONAME ??0iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32762 NONAME ??0iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @32763 NONAME ??0iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @31597 NONAME ??0iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @31598 NONAME ??0iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @31599 NONAME ??0iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32345 NONAME ??0iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @32346 NONAME ??0iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @31600 NONAME ??0iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @31601 NONAME ??0iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @31602 NONAME ??0LookupRecord@@QAE@ABU0@@Z @32764 NONAME ??0LookupRecord@@QAE@XZ @32765 NONAME ??0MCS_ArrayOf_ChannelAttributes@@QAE@ABV0@@Z @20269 NONAME ??0MCS_ArrayOf_ChannelAttributes@@QAE@IW4TagClass@PASN_Object@@@Z @1228 NONAME ??0MCS_ArrayOf_ChannelId@@QAE@ABV0@@Z @20270 NONAME ??0MCS_ArrayOf_ChannelId@@QAE@IW4TagClass@PASN_Object@@@Z @1229 NONAME ??0MCS_ArrayOf_TokenAttributes@@QAE@ABV0@@Z @20271 NONAME ??0MCS_ArrayOf_TokenAttributes@@QAE@IW4TagClass@PASN_Object@@@Z @1230 NONAME ??0MCS_ArrayOf_TokenId@@QAE@ABV0@@Z @20272 NONAME ??0MCS_ArrayOf_TokenId@@QAE@IW4TagClass@PASN_Object@@@Z @1231 NONAME ??0MCS_ArrayOf_UserId@@QAE@ABV0@@Z @20273 NONAME ??0MCS_ArrayOf_UserId@@QAE@IW4TagClass@PASN_Object@@@Z @1232 NONAME ??0MCS_AssignedChannelId@@QAE@ABV0@@Z @20274 NONAME ??0MCS_AssignedChannelId@@QAE@IW4TagClass@PASN_Object@@@Z @1233 NONAME ??0MCS_AUcf@@QAE@ABV0@@Z @1234 NONAME ??0MCS_AUcf@@QAE@IW4TagClass@PASN_Object@@@Z @1235 NONAME ??0MCS_AUrq@@QAE@ABV0@@Z @20275 NONAME ??0MCS_AUrq@@QAE@IW4TagClass@PASN_Object@@@Z @1236 NONAME ??0MCS_CAin@@QAE@ABV0@@Z @1237 NONAME ??0MCS_CAin@@QAE@IW4TagClass@PASN_Object@@@Z @1238 NONAME ??0MCS_CArq@@QAE@ABV0@@Z @1239 NONAME ??0MCS_CArq@@QAE@IW4TagClass@PASN_Object@@@Z @1240 NONAME ??0MCS_CCcf@@QAE@ABV0@@Z @1241 NONAME ??0MCS_CCcf@@QAE@IW4TagClass@PASN_Object@@@Z @1242 NONAME ??0MCS_CCrq@@QAE@ABV0@@Z @1243 NONAME ??0MCS_CCrq@@QAE@IW4TagClass@PASN_Object@@@Z @1244 NONAME ??0MCS_CDin@@QAE@ABV0@@Z @1245 NONAME ??0MCS_CDin@@QAE@IW4TagClass@PASN_Object@@@Z @1246 NONAME ??0MCS_CDrq@@QAE@ABV0@@Z @1247 NONAME ??0MCS_CDrq@@QAE@IW4TagClass@PASN_Object@@@Z @1248 NONAME ??0MCS_CEin@@QAE@ABV0@@Z @1249 NONAME ??0MCS_CEin@@QAE@IW4TagClass@PASN_Object@@@Z @1250 NONAME ??0MCS_CErq@@QAE@ABV0@@Z @1251 NONAME ??0MCS_CErq@@QAE@IW4TagClass@PASN_Object@@@Z @1252 NONAME ??0MCS_ChannelAttributes@@QAE@ABV0@@Z @20276 NONAME ??0MCS_ChannelAttributes@@QAE@IW4TagClass@PASN_Object@@@Z @1253 NONAME ??0MCS_ChannelAttributes_assigned@@QAE@ABV0@@Z @1254 NONAME ??0MCS_ChannelAttributes_assigned@@QAE@IW4TagClass@PASN_Object@@@Z @1255 NONAME ??0MCS_ChannelAttributes_private@@QAE@ABV0@@Z @1256 NONAME ??0MCS_ChannelAttributes_private@@QAE@IW4TagClass@PASN_Object@@@Z @1257 NONAME ??0MCS_ChannelAttributes_static@@QAE@ABV0@@Z @1258 NONAME ??0MCS_ChannelAttributes_static@@QAE@IW4TagClass@PASN_Object@@@Z @1259 NONAME ??0MCS_ChannelAttributes_userId@@QAE@ABV0@@Z @1260 NONAME ??0MCS_ChannelAttributes_userId@@QAE@IW4TagClass@PASN_Object@@@Z @1261 NONAME ??0MCS_ChannelId@@QAE@ABV0@@Z @20277 NONAME ??0MCS_ChannelId@@QAE@IW4TagClass@PASN_Object@@@Z @1262 NONAME ??0MCS_CJcf@@QAE@ABV0@@Z @1263 NONAME ??0MCS_CJcf@@QAE@IW4TagClass@PASN_Object@@@Z @1264 NONAME ??0MCS_CJrq@@QAE@ABV0@@Z @1265 NONAME ??0MCS_CJrq@@QAE@IW4TagClass@PASN_Object@@@Z @1266 NONAME ??0MCS_CLrq@@QAE@ABV0@@Z @1267 NONAME ??0MCS_CLrq@@QAE@IW4TagClass@PASN_Object@@@Z @1268 NONAME ??0MCS_ConnectMCSPDU@@QAE@ABV0@@Z @20278 NONAME ??0MCS_ConnectMCSPDU@@QAE@IW4TagClass@PASN_Object@@@Z @1269 NONAME ??0MCS_Connect_Additional@@QAE@ABV0@@Z @1270 NONAME ??0MCS_Connect_Additional@@QAE@IW4TagClass@PASN_Object@@@Z @1271 NONAME ??0MCS_Connect_Initial@@QAE@ABV0@@Z @1272 NONAME ??0MCS_Connect_Initial@@QAE@IW4TagClass@PASN_Object@@@Z @1273 NONAME ??0MCS_Connect_Response@@QAE@ABV0@@Z @1274 NONAME ??0MCS_Connect_Response@@QAE@IW4TagClass@PASN_Object@@@Z @1275 NONAME ??0MCS_Connect_Result@@QAE@ABV0@@Z @1276 NONAME ??0MCS_Connect_Result@@QAE@IW4TagClass@PASN_Object@@@Z @1277 NONAME ??0MCS_DataPriority@@QAE@ABV0@@Z @20279 NONAME ??0MCS_DataPriority@@QAE@IW4TagClass@PASN_Object@@@Z @1278 NONAME ??0MCS_Diagnostic@@QAE@ABV0@@Z @20280 NONAME ??0MCS_Diagnostic@@QAE@IW4TagClass@PASN_Object@@@Z @1279 NONAME ??0MCS_DomainMCSPDU@@QAE@ABV0@@Z @20281 NONAME ??0MCS_DomainMCSPDU@@QAE@IW4TagClass@PASN_Object@@@Z @1280 NONAME ??0MCS_DomainParameters@@QAE@ABV0@@Z @1281 NONAME ??0MCS_DomainParameters@@QAE@IW4TagClass@PASN_Object@@@Z @1282 NONAME ??0MCS_DPum@@QAE@ABV0@@Z @1283 NONAME ??0MCS_DPum@@QAE@IW4TagClass@PASN_Object@@@Z @1284 NONAME ??0MCS_DUin@@QAE@ABV0@@Z @1285 NONAME ??0MCS_DUin@@QAE@IW4TagClass@PASN_Object@@@Z @1286 NONAME ??0MCS_DUrq@@QAE@ABV0@@Z @1287 NONAME ??0MCS_DUrq@@QAE@IW4TagClass@PASN_Object@@@Z @1288 NONAME ??0MCS_DynamicChannelId@@QAE@ABV0@@Z @20282 NONAME ??0MCS_DynamicChannelId@@QAE@IW4TagClass@PASN_Object@@@Z @1289 NONAME ??0MCS_EDrq@@QAE@ABV0@@Z @1290 NONAME ??0MCS_EDrq@@QAE@IW4TagClass@PASN_Object@@@Z @1291 NONAME ??0MCS_MCcf@@QAE@ABV0@@Z @1292 NONAME ??0MCS_MCcf@@QAE@IW4TagClass@PASN_Object@@@Z @1293 NONAME ??0MCS_MCrq@@QAE@ABV0@@Z @1294 NONAME ??0MCS_MCrq@@QAE@IW4TagClass@PASN_Object@@@Z @1295 NONAME ??0MCS_MTcf@@QAE@ABV0@@Z @1296 NONAME ??0MCS_MTcf@@QAE@IW4TagClass@PASN_Object@@@Z @1297 NONAME ??0MCS_MTrq@@QAE@ABV0@@Z @1298 NONAME ??0MCS_MTrq@@QAE@IW4TagClass@PASN_Object@@@Z @1299 NONAME ??0MCS_PCin@@QAE@ABV0@@Z @1300 NONAME ??0MCS_PCin@@QAE@IW4TagClass@PASN_Object@@@Z @1301 NONAME ??0MCS_PDin@@QAE@ABV0@@Z @1302 NONAME ??0MCS_PDin@@QAE@IW4TagClass@PASN_Object@@@Z @1303 NONAME ??0MCS_PrivateChannelId@@QAE@ABV0@@Z @20283 NONAME ??0MCS_PrivateChannelId@@QAE@IW4TagClass@PASN_Object@@@Z @1304 NONAME ??0MCS_PTin@@QAE@ABV0@@Z @1305 NONAME ??0MCS_PTin@@QAE@IW4TagClass@PASN_Object@@@Z @1306 NONAME ??0MCS_Reason@@QAE@ABV0@@Z @20284 NONAME ??0MCS_Reason@@QAE@IW4TagClass@PASN_Object@@@Z @1307 NONAME ??0MCS_Result@@QAE@ABV0@@Z @20285 NONAME ??0MCS_Result@@QAE@IW4TagClass@PASN_Object@@@Z @1308 NONAME ??0MCS_RJum@@QAE@ABV0@@Z @1309 NONAME ??0MCS_RJum@@QAE@IW4TagClass@PASN_Object@@@Z @1310 NONAME ??0MCS_SDin@@QAE@ABV0@@Z @1311 NONAME ??0MCS_SDin@@QAE@IW4TagClass@PASN_Object@@@Z @1312 NONAME ??0MCS_SDrq@@QAE@ABV0@@Z @1313 NONAME ??0MCS_SDrq@@QAE@IW4TagClass@PASN_Object@@@Z @1314 NONAME ??0MCS_Segmentation@@QAE@ABV0@@Z @20286 NONAME ??0MCS_Segmentation@@QAE@IW4TagClass@PASN_Object@@@Z @1315 NONAME ??0MCS_StaticChannelId@@QAE@ABV0@@Z @20287 NONAME ??0MCS_StaticChannelId@@QAE@IW4TagClass@PASN_Object@@@Z @1316 NONAME ??0MCS_TGcf@@QAE@ABV0@@Z @1317 NONAME ??0MCS_TGcf@@QAE@IW4TagClass@PASN_Object@@@Z @1318 NONAME ??0MCS_TGrq@@QAE@ABV0@@Z @1319 NONAME ??0MCS_TGrq@@QAE@IW4TagClass@PASN_Object@@@Z @1320 NONAME ??0MCS_TIcf@@QAE@ABV0@@Z @1321 NONAME ??0MCS_TIcf@@QAE@IW4TagClass@PASN_Object@@@Z @1322 NONAME ??0MCS_TIrq@@QAE@ABV0@@Z @1323 NONAME ??0MCS_TIrq@@QAE@IW4TagClass@PASN_Object@@@Z @1324 NONAME ??0MCS_TokenAttributes@@QAE@ABV0@@Z @20288 NONAME ??0MCS_TokenAttributes@@QAE@IW4TagClass@PASN_Object@@@Z @1325 NONAME ??0MCS_TokenAttributes_given@@QAE@ABV0@@Z @1326 NONAME ??0MCS_TokenAttributes_given@@QAE@IW4TagClass@PASN_Object@@@Z @1327 NONAME ??0MCS_TokenAttributes_giving@@QAE@ABV0@@Z @1328 NONAME ??0MCS_TokenAttributes_giving@@QAE@IW4TagClass@PASN_Object@@@Z @1329 NONAME ??0MCS_TokenAttributes_grabbed@@QAE@ABV0@@Z @1330 NONAME ??0MCS_TokenAttributes_grabbed@@QAE@IW4TagClass@PASN_Object@@@Z @1331 NONAME ??0MCS_TokenAttributes_inhibited@@QAE@ABV0@@Z @1332 NONAME ??0MCS_TokenAttributes_inhibited@@QAE@IW4TagClass@PASN_Object@@@Z @1333 NONAME ??0MCS_TokenAttributes_ungivable@@QAE@ABV0@@Z @1334 NONAME ??0MCS_TokenAttributes_ungivable@@QAE@IW4TagClass@PASN_Object@@@Z @1335 NONAME ??0MCS_TokenId@@QAE@ABV0@@Z @20289 NONAME ??0MCS_TokenId@@QAE@IW4TagClass@PASN_Object@@@Z @1336 NONAME ??0MCS_TokenStatus@@QAE@ABV0@@Z @20290 NONAME ??0MCS_TokenStatus@@QAE@IW4TagClass@PASN_Object@@@Z @1337 NONAME ??0MCS_TPin@@QAE@ABV0@@Z @1338 NONAME ??0MCS_TPin@@QAE@IW4TagClass@PASN_Object@@@Z @1339 NONAME ??0MCS_TPrq@@QAE@ABV0@@Z @1340 NONAME ??0MCS_TPrq@@QAE@IW4TagClass@PASN_Object@@@Z @1341 NONAME ??0MCS_TRcf@@QAE@ABV0@@Z @1342 NONAME ??0MCS_TRcf@@QAE@IW4TagClass@PASN_Object@@@Z @1343 NONAME ??0MCS_TRrq@@QAE@ABV0@@Z @1344 NONAME ??0MCS_TRrq@@QAE@IW4TagClass@PASN_Object@@@Z @1345 NONAME ??0MCS_TTcf@@QAE@ABV0@@Z @1346 NONAME ??0MCS_TTcf@@QAE@IW4TagClass@PASN_Object@@@Z @1347 NONAME ??0MCS_TTrq@@QAE@ABV0@@Z @1348 NONAME ??0MCS_TTrq@@QAE@IW4TagClass@PASN_Object@@@Z @1349 NONAME ??0MCS_TVcf@@QAE@ABV0@@Z @1350 NONAME ??0MCS_TVcf@@QAE@IW4TagClass@PASN_Object@@@Z @1351 NONAME ??0MCS_TVin@@QAE@ABV0@@Z @1352 NONAME ??0MCS_TVin@@QAE@IW4TagClass@PASN_Object@@@Z @1353 NONAME ??0MCS_TVrq@@QAE@ABV0@@Z @1354 NONAME ??0MCS_TVrq@@QAE@IW4TagClass@PASN_Object@@@Z @1355 NONAME ??0MCS_TVrs@@QAE@ABV0@@Z @1356 NONAME ??0MCS_TVrs@@QAE@IW4TagClass@PASN_Object@@@Z @1357 NONAME ??0MCS_UserId@@QAE@ABV0@@Z @20291 NONAME ??0MCS_UserId@@QAE@IW4TagClass@PASN_Object@@@Z @1358 NONAME ??0MCS_USin@@QAE@ABV0@@Z @1359 NONAME ??0MCS_USin@@QAE@IW4TagClass@PASN_Object@@@Z @1360 NONAME ??0MCS_USrq@@QAE@ABV0@@Z @1361 NONAME ??0MCS_USrq@@QAE@IW4TagClass@PASN_Object@@@Z @1362 NONAME ??0MonitorMain_PNotifier@H323Gatekeeper@@QAE@PAV1@@Z @20295 NONAME ??0MonitorMain_PNotifier@H323GatekeeperServer@@QAE@PAV1@@Z @20296 NONAME ??0MonitorMain_PNotifier@H323PeerElement@@QAE@PAV1@@Z @20297 NONAME ??0MSIPAddress@PILSSession@@QAE@K@Z @20298 NONAME ??0MXRecordList@PDNS@@IAE@HPBV01@@Z @32766 NONAME ??0MXRecordList@PDNS@@QAE@XZ @32767 NONAME ??0OnCallIntrudeTimeOut_PNotifier@H45011Handler@@QAE@PAV1@@Z @20299 NONAME ??0OnCallTransferTimeOut_PNotifier@H4502Handler@@QAE@PAV1@@Z @20300 NONAME ??0OnLoadModule_PNotifier@PPluginModuleManager@@QAE@PAV1@@Z @30662 NONAME ??0OnUserInputInBandDTMF_PNotifier@H323Connection@@QAE@PAV1@@Z @20302 NONAME ??0OnUserInputInlineRFC2833_PNotifier@H323Connection@@QAE@PAV1@@Z @20303 NONAME ??0OpalFactoryCodec@@QAE@XZ @32347 NONAME ??0OpalG711ALaw64kFormat@@QAE@XZ @30805 NONAME ??0OpalG711ALaw64k_Base@@QAE@XZ @32348 NONAME ??0OpalG711ALaw64k_Decoder@@QAE@XZ @32349 NONAME ??0OpalG711ALaw64k_Encoder@@QAE@XZ @32350 NONAME ??0OpalG711uLaw64kFormat@@QAE@XZ @30806 NONAME ??0OpalG711uLaw64k_Base@@QAE@XZ @32351 NONAME ??0OpalG711uLaw64k_Decoder@@QAE@XZ @32352 NONAME ??0OpalG711uLaw64k_Encoder@@QAE@XZ @32353 NONAME ??0OpalG7231A_5k3Format@@QAE@XZ @30807 NONAME ??0OpalG7231A_6k3Format@@QAE@XZ @30808 NONAME ??0OpalG7231_5k3Format@@QAE@XZ @30809 NONAME ??0OpalG7231_6k3Format@@QAE@XZ @30810 NONAME ??0OpalG728Format@@QAE@XZ @30811 NONAME ??0OpalG729ABFormat@@QAE@XZ @30812 NONAME ??0OpalG729AFormat@@QAE@XZ @30813 NONAME ??0OpalG729BFormat@@QAE@XZ @30814 NONAME ??0OpalG729Format@@QAE@XZ @30815 NONAME ??0OpalGloballyUniqueID@@QAE@ABV0@@Z @20304 NONAME ??0OpalGloballyUniqueID@@QAE@ABVPASN_OctetString@@@Z @9533 NONAME ??0OpalGloballyUniqueID@@QAE@ABVPString@@@Z @9534 NONAME ??0OpalGloballyUniqueID@@QAE@PBD@Z @9535 NONAME ??0OpalGloballyUniqueID@@QAE@XZ @9536 NONAME ??0OpalGSM0610Format@@QAE@XZ @30816 NONAME ??0OpalH261Format@@QAE@XZ @30817 NONAME ??0OpalInstantiateMe@@QAE@XZ @32973 NONAME ??0OpalIxJDevice@@QAE@XZ @1363 NONAME ??0OpalLineChannel@@QAE@AAVOpalLineInterfaceDevice@@IABVH323AudioCodec@@@Z @9278 NONAME ??0OpalLineInterfaceDevice@@QAE@XZ @1365 NONAME ??0OpalMediaFormat@@QAE@ABV0@@Z @9428 NONAME ??0OpalMediaFormat@@QAE@PBDH@Z @9429 NONAME ??0OpalMediaFormat@@QAE@PBDIW4PayloadTypes@RTP_DataFrame@@HIHIIJ@Z @33625 NONAME ??0OpalMediaFormat@@QAE@XZ @9431 NONAME ??0OpalPCM16Format@@QAE@XZ @30819 NONAME ??0OpalPluginCodec@@QAE@PAUPluginCodec_Definition@@@Z @32354 NONAME ??0OpalPluginMediaFormat@@QAE@PAUPluginCodec_Definition@@IHIIJ@Z @30820 NONAME ??0OpalRFC2190H263Format@@QAE@XZ @33626 NONAME ??0OpalRFC2833@@QAE@ABVPNotifier@@@Z @13775 NONAME ??0OpalRFC2833Info@@QAE@DII@Z @13776 NONAME ??0OpalRtpToWavFile@@QAE@ABVPString@@@Z @14228 NONAME ??0OpalRtpToWavFile@@QAE@XZ @14229 NONAME ??0OpalT120Format@@QAE@XZ @30821 NONAME ??0OpalT120Protocol@@QAE@XZ @12587 NONAME ??0OpalT38Protocol@@QAE@XZ @12588 NONAME ??0OpalUserInputRFC2833Format@@QAE@XZ @30822 NONAME ??0OpalVoipBlasterDevice@@QAE@XZ @13650 NONAME ??0OpalVXMLSession@@QAE@PAVH323Connection@@PAVPTextToSpeech@@H@Z @14832 NONAME ??0OpalWAVFile@@QAE@ABVPFilePath@@W4OpenMode@PFile@@HI@Z @14298 NONAME ??0OpalWAVFile@@QAE@I@Z @14299 NONAME ??0OpalWAVFile@@QAE@W4OpenMode@PFile@@HI@Z @14300 NONAME ??0P64Decoder@@IAE@XZ @1367 NONAME ??0P64Encoder@@QAE@HH@Z @9366 NONAME ??0PASN_Boolean@@QAE@ABV0@@Z @1373 NONAME ??0PASN_ConstrainedObject@@QAE@ABV0@@Z @1374 NONAME ??0PASN_ConstrainedString@@QAE@ABV0@@Z @1375 NONAME ??0PASN_Enumeration@@QAE@ABV0@@Z @1376 NONAME ??0PASN_GeneralisedTime@@QAE@ABV0@@Z @20310 NONAME ??0PASN_GeneralisedTime@@QAE@IW4TagClass@PASN_Object@@@Z @20311 NONAME ??0PASN_GeneralString@@QAE@ABV0@@Z @20312 NONAME ??0PASN_IA5String@@QAE@ABV0@@Z @20313 NONAME ??0PASN_Integer@@QAE@ABV0@@Z @1377 NONAME ??0PASN_Null@@QAE@ABV0@@Z @11248 NONAME ??0PASN_NumericString@@QAE@ABV0@@Z @20314 NONAME ??0PASN_Object@@QAE@ABV0@@Z @1378 NONAME ??0PASN_PrintableString@@QAE@ABV0@@Z @20315 NONAME ??0PASN_Stream@@QAE@ABV0@@Z @14032 NONAME ??0PASN_VisibleString@@QAE@ABV0@@Z @20316 NONAME ??0PCriticalSection@@QAE@ABV0@@Z @33761 NONAME ??0PLDAPAttr_c@RTPerson@PILSSession@@QAE@XZ @18492 NONAME ??0PLDAPAttr_cn@RTPerson@PILSSession@@QAE@XZ @18493 NONAME ??0PLDAPAttr_comment@RTPerson@PILSSession@@QAE@XZ @18494 NONAME ??0PLDAPAttr_givenName@RTPerson@PILSSession@@QAE@XZ @18495 NONAME ??0PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@QAE@XZ @18496 NONAME ??0PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@QAE@XZ @18497 NONAME ??0PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@QAE@XZ @18498 NONAME ??0PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@QAE@XZ @18499 NONAME ??0PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@QAE@XZ @18500 NONAME ??0PLDAPAttr_location@RTPerson@PILSSession@@QAE@XZ @18501 NONAME ??0PLDAPAttr_o@RTPerson@PILSSession@@QAE@XZ @18502 NONAME ??0PLDAPAttr_objectClass@RTPerson@PILSSession@@QAE@XZ @18503 NONAME ??0PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@QAE@XZ @18504 NONAME ??0PLDAPAttr_sappguid@RTPerson@PILSSession@@QAE@XZ @18505 NONAME ??0PLDAPAttr_sappid@RTPerson@PILSSession@@QAE@XZ @18506 NONAME ??0PLDAPAttr_sflags@RTPerson@PILSSession@@QAE@XZ @18507 NONAME ??0PLDAPAttr_sipAddress@RTPerson@PILSSession@@QAE@XZ @18508 NONAME ??0PLDAPAttr_smimetype@RTPerson@PILSSession@@QAE@XZ @18509 NONAME ??0PLDAPAttr_smodop@RTPerson@PILSSession@@QAE@XZ @18510 NONAME ??0PLDAPAttr_sport@RTPerson@PILSSession@@QAE@XZ @18511 NONAME ??0PLDAPAttr_sprotid@RTPerson@PILSSession@@QAE@XZ @18512 NONAME ??0PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@QAE@XZ @18513 NONAME ??0PLDAPAttr_ssecurity@RTPerson@PILSSession@@QAE@XZ @18514 NONAME ??0PLDAPAttr_sttl@RTPerson@PILSSession@@QAE@XZ @18515 NONAME ??0PLDAPAttr_surname@RTPerson@PILSSession@@QAE@XZ @18516 NONAME ??0PLDAPAttr_timestamp@RTPerson@PILSSession@@QAE@XZ @18517 NONAME ??0PluginLoader@@QAE@XZ @32974 NONAME ??0PMediaFormatInstantiateMe@@QAE@XZ @32998 NONAME ??0POrdinalKey@@QAE@ABV0@@Z @20327 NONAME ??0PortInfo@H323EndPoint@@QAE@XZ @20330 NONAME ??0PPER_Stream@@QAE@ABV0@@Z @20331 NONAME ??0PQoS@@QAE@ABV0@@Z @30639 NONAME ??0Pre_Vid_Coder@@QAE@XZ @1388 NONAME ??0PSortedStringList@@QAE@XZ @20334 NONAME ??0PSync@@QAE@ABV0@@Z @33762 NONAME ??0PUInt32b@@QAE@K@Z @20345 NONAME ??0PUInt32l@@QAE@XZ @20346 NONAME ??0PWAVFileConverter@@QAE@XZ @32167 NONAME ??0PWAVFileConverterALaw@@QAE@XZ @32168 NONAME ??0PWAVFileConverterULaw@@QAE@XZ @32169 NONAME ??0PWAVFileConverterXLaw@@QAE@XZ @32170 NONAME ??0Q931@@QAE@ABV0@@Z @14729 NONAME ??0Q931@@QAE@XZ @1391 NONAME ??0ReceivedPacket_PNotifier@OpalRFC2833@@QAE@PAV1@@Z @20348 NONAME ??0ReceivedPacket_PNotifier@OpalRtpToWavFile@@QAE@PAV1@@Z @20349 NONAME ??0ReceiverReport@RTP_Session@@QAE@XZ @8898 NONAME ??0ReceiveTimeout_PNotifier@OpalRFC2833@@QAE@PAV1@@Z @20350 NONAME ??0Request@H323Transactor@@QAE@IAAVH323TransactionPDU@@@Z @18154 NONAME ??0Request@H323Transactor@@QAE@IAAVH323TransactionPDU@@ABVH323TransportAddressArray@@@Z @18155 NONAME ??0Response@H323Transactor@@QAE@ABV01@@Z @18156 NONAME ??0Response@H323Transactor@@QAE@ABVH323TransportAddress@@I@Z @18157 NONAME ??0RFC2190_FfmpgLink@@QAE@XZ @33627 NONAME ??0RTPerson@PILSSession@@QAE@XZ @18518 NONAME ??0RTP_ControlFrame@@QAE@H@Z @1392 NONAME ??0RTP_DataFrame@@QAE@H@Z @1393 NONAME ??0RTP_JitterBuffer@@QAE@AAVRTP_Session@@IIH@Z @15076 NONAME ??0RTP_QOS@@QAE@ABV0@@Z @30640 NONAME ??0RTP_Session@@QAE@IPAVRTP_UserData@@@Z @1395 NONAME ??0RTP_SessionManager@@QAE@ABV0@@Z @14917 NONAME ??0RTP_SessionManager@@QAE@XZ @1396 NONAME ??0RTP_UDP@@QAE@IH@Z @30612 NONAME ??0RTP_UserData@@QAE@XZ @20351 NONAME ??0SenderReport@RTP_Session@@QAE@XZ @20353 NONAME ??0SlowHandler_PNotifier@H323Transaction@@QAE@PAV1@@Z @20358 NONAME ??0SourceDescription@RTP_Session@@QAE@K@Z @20359 NONAME ??0SRVRecordList@PDNS@@IAE@HPBV01@@Z @32768 NONAME ??0SRVRecordList@PDNS@@QAE@XZ @32769 NONAME ??0StatusHandler_PNotifier@OpalVoipBlasterDevice@@QAE@PAV1@@Z @20360 NONAME ??0StringMap@H323GatekeeperServer@@QAE@ABVPString@@0@Z @20361 NONAME ??0T120ConnectPDU@@QAE@XZ @13851 NONAME ??0T120_X224@@QAE@XZ @20362 NONAME ??0T38_ArrayOf_PASN_OctetString@@QAE@ABV0@@Z @20363 NONAME ??0T38_ArrayOf_PASN_OctetString@@QAE@IW4TagClass@PASN_Object@@@Z @12589 NONAME ??0T38_Data_Field@@QAE@ABV0@@Z @20364 NONAME ??0T38_Data_Field@@QAE@IW4TagClass@PASN_Object@@@Z @12590 NONAME ??0T38_Data_Field_subtype@@QAE@ABV0@@Z @12591 NONAME ??0T38_Data_Field_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @12592 NONAME ??0T38_Data_Field_subtype_field_type@@QAE@ABV0@@Z @20365 NONAME ??0T38_Data_Field_subtype_field_type@@QAE@IW4TagClass@PASN_Object@@@Z @12593 NONAME ??0T38_IFPPacket@@QAE@ABV0@@Z @12594 NONAME ??0T38_IFPPacket@@QAE@IW4TagClass@PASN_Object@@@Z @12595 NONAME ??0T38_PreCorrigendum_Data_Field@@QAE@ABV0@@Z @20366 NONAME ??0T38_PreCorrigendum_Data_Field@@QAE@IW4TagClass@PASN_Object@@@Z @15110 NONAME ??0T38_PreCorrigendum_Data_Field_subtype@@QAE@ABV0@@Z @15111 NONAME ??0T38_PreCorrigendum_Data_Field_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @15112 NONAME ??0T38_PreCorrigendum_Data_Field_subtype_field_type@@QAE@ABV0@@Z @20367 NONAME ??0T38_PreCorrigendum_Data_Field_subtype_field_type@@QAE@IW4TagClass@PASN_Object@@@Z @15113 NONAME ??0T38_PreCorrigendum_IFPPacket@@QAE@ABV0@@Z @15114 NONAME ??0T38_PreCorrigendum_IFPPacket@@QAE@IW4TagClass@PASN_Object@@@Z @15115 NONAME ??0T38_Type_of_msg@@QAE@ABV0@@Z @20368 NONAME ??0T38_Type_of_msg@@QAE@IW4TagClass@PASN_Object@@@Z @12596 NONAME ??0T38_Type_of_msg_data@@QAE@ABV0@@Z @20369 NONAME ??0T38_Type_of_msg_data@@QAE@IW4TagClass@PASN_Object@@@Z @12597 NONAME ??0T38_Type_of_msg_t30_indicator@@QAE@ABV0@@Z @20370 NONAME ??0T38_Type_of_msg_t30_indicator@@QAE@IW4TagClass@PASN_Object@@@Z @12598 NONAME ??0T38_UDPTLPacket@@QAE@ABV0@@Z @12599 NONAME ??0T38_UDPTLPacket@@QAE@IW4TagClass@PASN_Object@@@Z @12600 NONAME ??0T38_UDPTLPacket_error_recovery@@QAE@ABV0@@Z @20371 NONAME ??0T38_UDPTLPacket_error_recovery@@QAE@IW4TagClass@PASN_Object@@@Z @12601 NONAME ??0T38_UDPTLPacket_error_recovery_fec_info@@QAE@ABV0@@Z @12602 NONAME ??0T38_UDPTLPacket_error_recovery_fec_info@@QAE@IW4TagClass@PASN_Object@@@Z @12603 NONAME ??0T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@QAE@ABV0@@Z @20372 NONAME ??0T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@QAE@IW4TagClass@PASN_Object@@@Z @12604 NONAME ??0T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@QAE@ABV0@@Z @20373 NONAME ??0T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@QAE@IW4TagClass@PASN_Object@@@Z @12605 NONAME ??0T38_UDPTLPacket_primary_ifp_packet@@QAE@ABV0@@Z @20374 NONAME ??0T38_UDPTLPacket_primary_ifp_packet@@QAE@IW4TagClass@PASN_Object@@@Z @12606 NONAME ??0TickleMonitor_PNotifier@H323Gatekeeper@@QAE@PAV1@@Z @20375 NONAME ??0TransmitEnded_PNotifier@OpalRFC2833@@QAE@PAV1@@Z @20376 NONAME ??0TransmitPacket_PNotifier@OpalRFC2833@@QAE@PAV1@@Z @20377 NONAME ??0Transmitter@@QAE@XZ @1398 NONAME ??0UpdateAllDescriptors_PNotifier@H323PeerElement@@QAE@PAV1@@Z @20378 NONAME ??0VideoFrame@@QAE@HH@Z @9367 NONAME ??0VideoFrame@@QAE@PAEHH@Z @9369 NONAME ??0VoipBlasterInterface@@QAE@XZ @13652 NONAME ??0Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@QAE@ABVPString@@@Z @32355 NONAME ??0Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@QAE@ABVPString@@@Z @32356 NONAME ??0Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@QAE@ABVPString@@@Z @32357 NONAME ??0Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@QAE@ABVPString@@@Z @32358 NONAME ??0Worker@OpalPluginCodecFactory@@QAE@ABVPString@@PAUPluginCodec_Definition@@@Z @32359 NONAME ??0WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@IAE@_N@Z @32770 NONAME ??0WorkerBase@?$PFactory@VH323Capability@@VPString@@@@IAE@PAVH323Capability@@@Z @31603 NONAME ??0WorkerBase@?$PFactory@VH323Capability@@VPString@@@@IAE@_N@Z @31604 NONAME ??0WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@IAE@_N@Z @32360 NONAME ??0WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@IAE@PAVOpalMediaFormat@@@Z @31605 NONAME ??0WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@IAE@_N@Z @31606 NONAME ??0WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@IAE@_N@Z @31607 NONAME ??0WorkerBase@?$PFactory@VPWAVFileConverter@@I@@IAE@_N@Z @32171 NONAME ??0X224@@QAE@XZ @1400 NONAME ??0X880_Code@@QAE@ABV0@@Z @20379 NONAME ??0X880_Code@@QAE@IW4TagClass@PASN_Object@@@Z @9732 NONAME ??0X880_GeneralProblem@@QAE@ABV0@@Z @20380 NONAME ??0X880_GeneralProblem@@QAE@IW4TagClass@PASN_Object@@@Z @9733 NONAME ??0X880_Invoke@@QAE@ABV0@@Z @9734 NONAME ??0X880_Invoke@@QAE@IW4TagClass@PASN_Object@@@Z @9735 NONAME ??0X880_InvokeId@@QAE@ABV0@@Z @20381 NONAME ??0X880_InvokeId@@QAE@IW4TagClass@PASN_Object@@@Z @9736 NONAME ??0X880_InvokeProblem@@QAE@ABV0@@Z @20382 NONAME ??0X880_InvokeProblem@@QAE@IW4TagClass@PASN_Object@@@Z @9737 NONAME ??0X880_Reject@@QAE@ABV0@@Z @9738 NONAME ??0X880_Reject@@QAE@IW4TagClass@PASN_Object@@@Z @9739 NONAME ??0X880_RejectProblem@@QAE@ABV0@@Z @20383 NONAME ??0X880_RejectProblem@@QAE@IW4TagClass@PASN_Object@@@Z @9740 NONAME ??0X880_Reject_problem@@QAE@ABV0@@Z @20384 NONAME ??0X880_Reject_problem@@QAE@IW4TagClass@PASN_Object@@@Z @9741 NONAME ??0X880_ReturnError@@QAE@ABV0@@Z @9742 NONAME ??0X880_ReturnError@@QAE@IW4TagClass@PASN_Object@@@Z @9743 NONAME ??0X880_ReturnErrorProblem@@QAE@ABV0@@Z @20385 NONAME ??0X880_ReturnErrorProblem@@QAE@IW4TagClass@PASN_Object@@@Z @9744 NONAME ??0X880_ReturnResult@@QAE@ABV0@@Z @9745 NONAME ??0X880_ReturnResult@@QAE@IW4TagClass@PASN_Object@@@Z @9746 NONAME ??0X880_ReturnResultProblem@@QAE@ABV0@@Z @20386 NONAME ??0X880_ReturnResultProblem@@QAE@IW4TagClass@PASN_Object@@@Z @9747 NONAME ??0X880_ReturnResult_result@@QAE@ABV0@@Z @9748 NONAME ??0X880_ReturnResult_result@@QAE@IW4TagClass@PASN_Object@@@Z @9749 NONAME ??0X880_ROS@@QAE@ABV0@@Z @20387 NONAME ??0X880_ROS@@QAE@IW4TagClass@PASN_Object@@@Z @9750 NONAME ??0_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE@PAU012@00ABU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@D@Z @32172 NONAME ??0_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU012@00ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@D@Z @32771 NONAME ??0_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU012@00ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@D@Z @31608 NONAME ??0_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU012@00ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@D@Z @32361 NONAME ??0_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU012@00ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@D@Z @31609 NONAME ??0_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@PAU012@00ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@2@D@Z @31610 NONAME ??1?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UAE@XZ @12391 NONAME ??1?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UAE@XZ @12392 NONAME ??1?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UAE@XZ @12393 NONAME ??1?$H235_HASHED@VH235_EncodedGeneralToken@@@@UAE@XZ @12394 NONAME ??1?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UAE@XZ @12395 NONAME ??1?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UAE@XZ @12396 NONAME ??1?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UAE@XZ @12397 NONAME ??1?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UAE@XZ @12398 NONAME ??1?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UAE@XZ @12399 NONAME ??1?$H235_SIGNED@VH235_EncodedReturnSig@@@@UAE@XZ @12400 NONAME ??1?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@@std@@QAE@XZ @32173 NONAME ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@@std@@QAE@XZ @32772 NONAME ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@@std@@QAE@XZ @31611 NONAME ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@@std@@QAE@XZ @31612 NONAME ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@@std@@QAE@XZ @32362 NONAME ??1?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@@std@@QAE@XZ @31613 NONAME ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@QAE@XZ @32773 NONAME ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@QAE@XZ @31614 NONAME ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@QAE@XZ @31615 NONAME ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@QAE@XZ @32363 NONAME ??1?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@QAE@XZ @31616 NONAME ??1?$PArray@V?$PList@VH323Capability@@@@@@UAE@XZ @1411 NONAME ??1?$PArray@VH323SimultaneousCapabilities@@@@UAE@XZ @1412 NONAME ??1?$PArray@VH323TransportAddress@@@@UAE@XZ @16780 NONAME ??1?$PArray@VPASN_Object@@@@UAE@XZ @8899 NONAME ??1?$PArray@VReceiverReport@RTP_Session@@@@UAE@XZ @8900 NONAME ??1?$PArray@VSourceDescription@RTP_Session@@@@UAE@XZ @8901 NONAME ??1?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UAE@XZ @1414 NONAME ??1?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UAE@XZ @15385 NONAME ??1?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UAE@XZ @13129 NONAME ??1?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UAE@XZ @1415 NONAME ??1?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UAE@XZ @18158 NONAME ??1?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UAE@XZ @1416 NONAME ??1?$PDictionary@VPString@@VH323Connection@@@@UAE@XZ @1417 NONAME ??1?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UAE@XZ @12783 NONAME ??1?$PDictionary@VPString@@VPLDAPAttributeBase@@@@UAE@XZ @20392 NONAME ??1?$PDictionary@VPString@@VPOrdinalKey@@@@UAE@XZ @18237 NONAME ??1?$PFactory@VH235Authenticator@@VPString@@@@MAE@XZ @32774 NONAME ??1?$PFactory@VH323Capability@@VPString@@@@MAE@XZ @31617 NONAME ??1?$PFactory@VH323StaticPluginCodec@@VPString@@@@MAE@XZ @31618 NONAME ??1?$PFactory@VOpalFactoryCodec@@VPString@@@@MAE@XZ @32364 NONAME ??1?$PFactory@VOpalMediaFormat@@VPString@@@@MAE@XZ @31619 NONAME ??1?$PFactory@VPWAVFileConverter@@I@@MAE@XZ @32174 NONAME ??1?$PList@VH235Authenticator@@@@UAE@XZ @20393 NONAME ??1?$PList@VH245_GenericParameter@@@@UAE@XZ @33209 NONAME ??1?$PList@VH263Packet@@@@UAE@XZ @33628 NONAME ??1?$PList@VH323Capability@@@@UAE@XZ @1418 NONAME ??1?$PList@VH323Channel@@@@UAE@XZ @1419 NONAME ??1?$PList@VH323GatekeeperListener@@@@UAE@XZ @12784 NONAME ??1?$PList@VH323Listener@@@@UAE@XZ @1421 NONAME ??1?$PList@VH323Transactor@@@@UAE@XZ @16952 NONAME ??1?$PList@VH450xHandler@@@@UAE@XZ @13130 NONAME ??1?$PList@VOpalMediaFormat@@@@UAE@XZ @9432 NONAME ??1?$PList@VPBYTEArray@@@@UAE@XZ @16521 NONAME ??1?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UAE@XZ @15050 NONAME ??1?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UAE@XZ @18001 NONAME ??1?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UAE@XZ @18002 NONAME ??1?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@UAE@XZ @15051 NONAME ??1?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UAE@XZ @15052 NONAME ??1?$PSafePtr@VH323GatekeeperCall@@@@UAE@XZ @14073 NONAME ??1?$PSafePtr@VH323PeerElementDescriptor@@@@UAE@XZ @18003 NONAME ??1?$PSafePtr@VH323PeerElementServiceRelationship@@@@UAE@XZ @18004 NONAME ??1?$PSafePtr@VH323RegisteredEndPoint@@@@UAE@XZ @14074 NONAME ??1?$PSafeSortedList@VH323GatekeeperCall@@@@UAE@XZ @15053 NONAME ??1?$PSafeSortedList@VH323PeerElementDescriptor@@@@UAE@XZ @18005 NONAME ??1?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@UAE@XZ @18006 NONAME ??1?$PSet@VPOrdinalKey@@@@UAE@XZ @18238 NONAME ??1?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@UAE@XZ @14400 NONAME ??1?$PSortedList@VH225_AliasAddress@@@@UAE@XZ @18353 NONAME ??1?$PSortedList@VH323GatekeeperCall@@@@UAE@XZ @12785 NONAME ??1?$PSortedList@VH323PeerElementDescriptor@@@@UAE@XZ @18007 NONAME ??1?$PSortedList@VH323PeerElementServiceRelationship@@@@UAE@XZ @18008 NONAME ??1?$PSortedList@VMXRecord@PDNS@@@@UAE@XZ @32775 NONAME ??1?$PSortedList@VResponse@H323Transactor@@@@UAE@XZ @18159 NONAME ??1?$PSortedList@VSRVRecord@PDNS@@@@UAE@XZ @32776 NONAME ??1?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAE@XZ @32777 NONAME ??1?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@UAE@XZ @32778 NONAME ??1?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@UAE@XZ @32779 NONAME ??1?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@UAE@XZ @32780 NONAME ??1?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@UAE@XZ @31620 NONAME ??1?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @31621 NONAME ??1?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @31622 NONAME ??1?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @31623 NONAME ??1?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @31624 NONAME ??1?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @31625 NONAME ??1?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @31626 NONAME ??1?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @31627 NONAME ??1?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @31628 NONAME ??1?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @31629 NONAME ??1?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @31630 NONAME ??1?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @31631 NONAME ??1?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @31632 NONAME ??1?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @31633 NONAME ??1?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @31634 NONAME ??1?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@UAE@XZ @31635 NONAME ??1?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @31636 NONAME ??1?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @31637 NONAME ??1?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @31638 NONAME ??1?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @31639 NONAME ??1?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @31640 NONAME ??1?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @31641 NONAME ??1?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @31642 NONAME ??1?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @31643 NONAME ??1?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @31644 NONAME ??1?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @31645 NONAME ??1?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @31646 NONAME ??1?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @31647 NONAME ??1?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @31648 NONAME ??1?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @31649 NONAME ??1?$Worker@VOpalRFC2190H263Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @33629 NONAME ??1?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @31650 NONAME ??1?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@UAE@XZ @31651 NONAME ??1?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@UAE@XZ @32975 NONAME ??1?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@UAE@XZ @32175 NONAME ??1?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@UAE@XZ @32176 NONAME ??1?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE@XZ @32177 NONAME ??1?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @32781 NONAME ??1?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @31652 NONAME ??1?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @31653 NONAME ??1?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @32365 NONAME ??1?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @31654 NONAME ??1AdmissionRequestResponseInfo@@QAE@XZ @13299 NONAME ??1AliasKey@H323PeerElement@@UAE@XZ @18354 NONAME ??1AlternateInfo@H323Gatekeeper@@UAE@XZ @14401 NONAME ??1ByteQueue@OpalVoipBlasterDevice@@UAE@XZ @13653 NONAME ??1Encoder@@UAE@XZ @33036 NONAME ??1Entry@RTP_JitterBuffer@@UAE@XZ @1422 NONAME ??1FilterInfo@H323Codec@@UAE@XZ @13827 NONAME ??1FullP64Decoder@@UAE@XZ @1424 NONAME ??1G7231_File_Capability@@UAE@XZ @14494 NONAME ??1G7231_File_Codec@@UAE@XZ @14495 NONAME ??1GCC_AlternativeNodeID@@UAE@XZ @1425 NONAME ??1GCC_ApplicationInvokeIndication@@UAE@XZ @1426 NONAME ??1GCC_ApplicationInvokeSpecifier@@UAE@XZ @1427 NONAME ??1GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@UAE@XZ @1428 NONAME ??1GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UAE@XZ @1429 NONAME ??1GCC_ApplicationRecord@@UAE@XZ @1430 NONAME ??1GCC_ApplicationRecord_nonCollapsingCapabilities@@UAE@XZ @1431 NONAME ??1GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UAE@XZ @1432 NONAME ??1GCC_ArrayOf_ApplicationInvokeSpecifier@@UAE@XZ @1433 NONAME ??1GCC_ArrayOf_ChallengeItem@@UAE@XZ @1434 NONAME ??1GCC_ArrayOf_ConferenceDescriptor@@UAE@XZ @1435 NONAME ??1GCC_ArrayOf_Privilege@@UAE@XZ @1436 NONAME ??1GCC_ArrayOf_TextString@@UAE@XZ @1437 NONAME ??1GCC_ArrayOf_UserID@@UAE@XZ @1438 NONAME ??1GCC_AsymmetryIndicator@@UAE@XZ @1439 NONAME ??1GCC_CapabilityClass@@UAE@XZ @1440 NONAME ??1GCC_CapabilityID@@UAE@XZ @1441 NONAME ??1GCC_ChallengeItem@@UAE@XZ @1442 NONAME ??1GCC_ChallengeRequest@@UAE@XZ @1443 NONAME ??1GCC_ChallengeResponse@@UAE@XZ @1444 NONAME ??1GCC_ChallengeResponseAlgorithm@@UAE@XZ @1445 NONAME ??1GCC_ChallengeResponseItem@@UAE@XZ @1446 NONAME ??1GCC_ChannelID@@UAE@XZ @1447 NONAME ??1GCC_ChannelType@@UAE@XZ @1448 NONAME ??1GCC_ConductorAssignIndication@@UAE@XZ @1449 NONAME ??1GCC_ConductorPermissionAskIndication@@UAE@XZ @1450 NONAME ??1GCC_ConductorPermissionGrantIndication@@UAE@XZ @1451 NONAME ??1GCC_ConductorReleaseIndication@@UAE@XZ @1452 NONAME ??1GCC_ConferenceAddRequest@@UAE@XZ @1453 NONAME ??1GCC_ConferenceAddResponse@@UAE@XZ @1454 NONAME ??1GCC_ConferenceAddResponse_result@@UAE@XZ @1455 NONAME ??1GCC_ConferenceAssistanceIndication@@UAE@XZ @1456 NONAME ??1GCC_ConferenceCreateRequest@@UAE@XZ @1457 NONAME ??1GCC_ConferenceCreateResponse@@UAE@XZ @1458 NONAME ??1GCC_ConferenceCreateResponse_result@@UAE@XZ @1459 NONAME ??1GCC_ConferenceDescriptor@@UAE@XZ @1460 NONAME ??1GCC_ConferenceEjectUserIndication@@UAE@XZ @1461 NONAME ??1GCC_ConferenceEjectUserIndication_reason@@UAE@XZ @1462 NONAME ??1GCC_ConferenceEjectUserRequest@@UAE@XZ @1463 NONAME ??1GCC_ConferenceEjectUserRequest_reason@@UAE@XZ @1464 NONAME ??1GCC_ConferenceEjectUserResponse@@UAE@XZ @1465 NONAME ??1GCC_ConferenceEjectUserResponse_result@@UAE@XZ @1466 NONAME ??1GCC_ConferenceInviteRequest@@UAE@XZ @1467 NONAME ??1GCC_ConferenceInviteResponse@@UAE@XZ @1468 NONAME ??1GCC_ConferenceInviteResponse_result@@UAE@XZ @1469 NONAME ??1GCC_ConferenceJoinRequest@@UAE@XZ @1470 NONAME ??1GCC_ConferenceJoinResponse@@UAE@XZ @1471 NONAME ??1GCC_ConferenceJoinResponse_result@@UAE@XZ @1472 NONAME ??1GCC_ConferenceLockIndication@@UAE@XZ @1473 NONAME ??1GCC_ConferenceLockRequest@@UAE@XZ @1474 NONAME ??1GCC_ConferenceLockResponse@@UAE@XZ @1475 NONAME ??1GCC_ConferenceLockResponse_result@@UAE@XZ @1476 NONAME ??1GCC_ConferenceName@@UAE@XZ @1477 NONAME ??1GCC_ConferenceNameModifier@@UAE@XZ @1478 NONAME ??1GCC_ConferenceNameSelector@@UAE@XZ @1479 NONAME ??1GCC_ConferencePriority@@UAE@XZ @1480 NONAME ??1GCC_ConferencePriorityScheme@@UAE@XZ @1481 NONAME ??1GCC_ConferenceQueryRequest@@UAE@XZ @1482 NONAME ??1GCC_ConferenceQueryResponse@@UAE@XZ @1483 NONAME ??1GCC_ConferenceQueryResponse_result@@UAE@XZ @1484 NONAME ??1GCC_ConferenceTerminateIndication@@UAE@XZ @1485 NONAME ??1GCC_ConferenceTerminateIndication_reason@@UAE@XZ @1486 NONAME ??1GCC_ConferenceTerminateRequest@@UAE@XZ @1487 NONAME ??1GCC_ConferenceTerminateRequest_reason@@UAE@XZ @1488 NONAME ??1GCC_ConferenceTerminateResponse@@UAE@XZ @1489 NONAME ??1GCC_ConferenceTerminateResponse_result@@UAE@XZ @1490 NONAME ??1GCC_ConferenceTimeExtendIndication@@UAE@XZ @1491 NONAME ??1GCC_ConferenceTimeInquireIndication@@UAE@XZ @1492 NONAME ??1GCC_ConferenceTimeRemainingIndication@@UAE@XZ @1493 NONAME ??1GCC_ConferenceTransferIndication@@UAE@XZ @1494 NONAME ??1GCC_ConferenceTransferRequest@@UAE@XZ @1495 NONAME ??1GCC_ConferenceTransferResponse@@UAE@XZ @1496 NONAME ??1GCC_ConferenceTransferResponse_result@@UAE@XZ @1497 NONAME ??1GCC_ConferenceUnlockIndication@@UAE@XZ @1498 NONAME ??1GCC_ConferenceUnlockRequest@@UAE@XZ @1499 NONAME ??1GCC_ConferenceUnlockResponse@@UAE@XZ @1500 NONAME ??1GCC_ConferenceUnlockResponse_result@@UAE@XZ @1501 NONAME ??1GCC_ConnectData@@UAE@XZ @1502 NONAME ??1GCC_ConnectGCCPDU@@UAE@XZ @1503 NONAME ??1GCC_DialingString@@UAE@XZ @1504 NONAME ??1GCC_DynamicChannelID@@UAE@XZ @1505 NONAME ??1GCC_DynamicTokenID@@UAE@XZ @1506 NONAME ??1GCC_EntityID@@UAE@XZ @1507 NONAME ??1GCC_ExtraDialingString@@UAE@XZ @1508 NONAME ??1GCC_FunctionNotSupportedResponse@@UAE@XZ @1509 NONAME ??1GCC_GCCPDU@@UAE@XZ @1510 NONAME ??1GCC_H221NonStandardIdentifier@@UAE@XZ @1511 NONAME ??1GCC_Handle@@UAE@XZ @1512 NONAME ??1GCC_IndicationPDU@@UAE@XZ @1513 NONAME ??1GCC_Key@@UAE@XZ @1514 NONAME ??1GCC_NetworkAddress@@UAE@XZ @1515 NONAME ??1GCC_NetworkAddress_subtype@@UAE@XZ @1516 NONAME ??1GCC_NetworkAddress_subtype_aggregatedChannel@@UAE@XZ @1517 NONAME ??1GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UAE@XZ @1518 NONAME ??1GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UAE@XZ @1519 NONAME ??1GCC_NetworkAddress_subtype_transportConnection@@UAE@XZ @1520 NONAME ??1GCC_NodeProperties@@UAE@XZ @1521 NONAME ??1GCC_NodeRecord@@UAE@XZ @1522 NONAME ??1GCC_NodeType@@UAE@XZ @1523 NONAME ??1GCC_NonStandardParameter@@UAE@XZ @1524 NONAME ??1GCC_NonStandardPDU@@UAE@XZ @1525 NONAME ??1GCC_Password@@UAE@XZ @1526 NONAME ??1GCC_PasswordChallengeRequestResponse@@UAE@XZ @1527 NONAME ??1GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UAE@XZ @1528 NONAME ??1GCC_PasswordSelector@@UAE@XZ @1529 NONAME ??1GCC_Privilege@@UAE@XZ @1530 NONAME ??1GCC_RegistryAllocateHandleRequest@@UAE@XZ @1531 NONAME ??1GCC_RegistryAllocateHandleResponse@@UAE@XZ @1532 NONAME ??1GCC_RegistryAllocateHandleResponse_result@@UAE@XZ @1533 NONAME ??1GCC_RegistryAssignTokenRequest@@UAE@XZ @1534 NONAME ??1GCC_RegistryDeleteEntryRequest@@UAE@XZ @1535 NONAME ??1GCC_RegistryEntryOwner@@UAE@XZ @1536 NONAME ??1GCC_RegistryEntryOwner_owned@@UAE@XZ @1537 NONAME ??1GCC_RegistryItem@@UAE@XZ @1538 NONAME ??1GCC_RegistryKey@@UAE@XZ @1539 NONAME ??1GCC_RegistryModificationRights@@UAE@XZ @1540 NONAME ??1GCC_RegistryMonitorEntryIndication@@UAE@XZ @1541 NONAME ??1GCC_RegistryMonitorEntryRequest@@UAE@XZ @1542 NONAME ??1GCC_RegistryRegisterChannelRequest@@UAE@XZ @1543 NONAME ??1GCC_RegistryResponse@@UAE@XZ @1544 NONAME ??1GCC_RegistryResponse_primitiveType@@UAE@XZ @1545 NONAME ??1GCC_RegistryResponse_result@@UAE@XZ @1546 NONAME ??1GCC_RegistryRetrieveEntryRequest@@UAE@XZ @1547 NONAME ??1GCC_RegistrySetParameterRequest@@UAE@XZ @1548 NONAME ??1GCC_RequestPDU@@UAE@XZ @1549 NONAME ??1GCC_ResponsePDU@@UAE@XZ @1550 NONAME ??1GCC_RosterUpdateIndication@@UAE@XZ @1551 NONAME ??1GCC_RosterUpdateIndication_applicationInformation@@UAE@XZ @1552 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype@@UAE@XZ @1553 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@UAE@XZ @1554 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@UAE@XZ @1555 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UAE@XZ @1556 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@UAE@XZ @1557 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@UAE@XZ @1558 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UAE@XZ @1559 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@UAE@XZ @1560 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UAE@XZ @1561 NONAME ??1GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@UAE@XZ @1562 NONAME ??1GCC_RosterUpdateIndication_nodeInformation@@UAE@XZ @1563 NONAME ??1GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@UAE@XZ @1564 NONAME ??1GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@UAE@XZ @1565 NONAME ??1GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UAE@XZ @1566 NONAME ??1GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@UAE@XZ @1567 NONAME ??1GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UAE@XZ @1568 NONAME ??1GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@UAE@XZ @1569 NONAME ??1GCC_SessionKey@@UAE@XZ @1570 NONAME ??1GCC_SimpleNumericString@@UAE@XZ @1571 NONAME ??1GCC_SimpleTextString@@UAE@XZ @1572 NONAME ??1GCC_StaticChannelID@@UAE@XZ @1573 NONAME ??1GCC_StaticTokenID@@UAE@XZ @1574 NONAME ??1GCC_SubAddressString@@UAE@XZ @1575 NONAME ??1GCC_TerminationMethod@@UAE@XZ @1576 NONAME ??1GCC_TextMessageIndication@@UAE@XZ @1577 NONAME ??1GCC_TextString@@UAE@XZ @1578 NONAME ??1GCC_Time@@UAE@XZ @1579 NONAME ??1GCC_TokenID@@UAE@XZ @1580 NONAME ??1GCC_UserData@@UAE@XZ @1581 NONAME ??1GCC_UserData_subtype@@UAE@XZ @1582 NONAME ??1GCC_UserID@@UAE@XZ @1583 NONAME ??1GCC_UserIDIndication@@UAE@XZ @1584 NONAME ??1H225CallThread@@UAE@XZ @1586 NONAME ??1H225TransportThread@@UAE@XZ @1588 NONAME ??1H225_AddressPattern@@UAE@XZ @11249 NONAME ??1H225_AddressPattern_range@@UAE@XZ @11250 NONAME ??1H225_AdmissionConfirm@@UAE@XZ @1589 NONAME ??1H225_AdmissionConfirm_language@@UAE@XZ @11251 NONAME ??1H225_AdmissionReject@@UAE@XZ @1590 NONAME ??1H225_AdmissionRejectReason@@UAE@XZ @1591 NONAME ??1H225_AdmissionRequest@@UAE@XZ @1592 NONAME ??1H225_Alerting_UUIE@@UAE@XZ @1593 NONAME ??1H225_AliasAddress@@UAE@XZ @1594 NONAME ??1H225_AlternateGK@@UAE@XZ @1595 NONAME ??1H225_AlternateTransportAddresses@@UAE@XZ @11252 NONAME ??1H225_AltGKInfo@@UAE@XZ @1596 NONAME ??1H225_ANSI_41_UIM@@UAE@XZ @11253 NONAME ??1H225_ANSI_41_UIM_system_id@@UAE@XZ @11254 NONAME ??1H225_ArrayOf_AddressPattern@@UAE@XZ @11255 NONAME ??1H225_ArrayOf_AdmissionConfirm@@UAE@XZ @19066 NONAME ??1H225_ArrayOf_AliasAddress@@UAE@XZ @1597 NONAME ??1H225_ArrayOf_AlternateGK@@UAE@XZ @1598 NONAME ??1H225_ArrayOf_AuthenticationMechanism@@UAE@XZ @1599 NONAME ??1H225_ArrayOf_BandwidthDetails@@UAE@XZ @11256 NONAME ??1H225_ArrayOf_CallReferenceValue@@UAE@XZ @1600 NONAME ??1H225_ArrayOf_CallsAvailable@@UAE@XZ @11257 NONAME ??1H225_ArrayOf_ClearToken@@UAE@XZ @1601 NONAME ??1H225_ArrayOf_ConferenceIdentifier@@UAE@XZ @1602 NONAME ??1H225_ArrayOf_ConferenceList@@UAE@XZ @1603 NONAME ??1H225_ArrayOf_CryptoH323Token@@UAE@XZ @1604 NONAME ??1H225_ArrayOf_DataRate@@UAE@XZ @1605 NONAME ??1H225_ArrayOf_Endpoint@@UAE@XZ @1606 NONAME ??1H225_ArrayOf_EnumeratedParameter@@UAE@XZ @11258 NONAME ??1H225_ArrayOf_ExtendedAliasAddress@@UAE@XZ @11259 NONAME ??1H225_ArrayOf_FeatureDescriptor@@UAE@XZ @11260 NONAME ??1H225_ArrayOf_GenericData@@UAE@XZ @11261 NONAME ??1H225_ArrayOf_H245Security@@UAE@XZ @1607 NONAME ??1H225_ArrayOf_H248PackagesDescriptor@@UAE@XZ @11262 NONAME ??1H225_ArrayOf_IntegrityMechanism@@UAE@XZ @1608 NONAME ??1H225_ArrayOf_NonStandardParameter@@UAE@XZ @1609 NONAME ??1H225_ArrayOf_PartyNumber@@UAE@XZ @11263 NONAME ??1H225_ArrayOf_PASN_ObjectId@@UAE@XZ @1610 NONAME ??1H225_ArrayOf_PASN_OctetString@@UAE@XZ @1611 NONAME ??1H225_ArrayOf_RasUsageSpecification@@UAE@XZ @11264 NONAME ??1H225_ArrayOf_RTPSession@@UAE@XZ @1612 NONAME ??1H225_ArrayOf_ServiceControlSession@@UAE@XZ @11265 NONAME ??1H225_ArrayOf_SupportedPrefix@@UAE@XZ @1613 NONAME ??1H225_ArrayOf_SupportedProtocols@@UAE@XZ @1614 NONAME ??1H225_ArrayOf_TransportAddress@@UAE@XZ @1615 NONAME ??1H225_ArrayOf_TransportChannelInfo@@UAE@XZ @1616 NONAME ??1H225_ArrayOf_TunnelledProtocol@@UAE@XZ @11266 NONAME ??1H225_BandRejectReason@@UAE@XZ @1617 NONAME ??1H225_BandWidth@@UAE@XZ @1618 NONAME ??1H225_BandwidthConfirm@@UAE@XZ @1619 NONAME ??1H225_BandwidthDetails@@UAE@XZ @11267 NONAME ??1H225_BandwidthReject@@UAE@XZ @1620 NONAME ??1H225_BandwidthRequest@@UAE@XZ @1621 NONAME ??1H225_CallCapacity@@UAE@XZ @11268 NONAME ??1H225_CallCapacityInfo@@UAE@XZ @11269 NONAME ??1H225_CallCreditCapability@@UAE@XZ @11270 NONAME ??1H225_CallCreditServiceControl@@UAE@XZ @11271 NONAME ??1H225_CallCreditServiceControl_billingMode@@UAE@XZ @11272 NONAME ??1H225_CallCreditServiceControl_callStartingPoint@@UAE@XZ @11273 NONAME ??1H225_CallIdentifier@@UAE@XZ @1622 NONAME ??1H225_CallLinkage@@UAE@XZ @11274 NONAME ??1H225_CallModel@@UAE@XZ @1623 NONAME ??1H225_CallProceeding_UUIE@@UAE@XZ @1624 NONAME ??1H225_CallReferenceValue@@UAE@XZ @1625 NONAME ??1H225_CallsAvailable@@UAE@XZ @11275 NONAME ??1H225_CallTerminationCause@@UAE@XZ @11276 NONAME ??1H225_CallType@@UAE@XZ @1626 NONAME ??1H225_CapacityReportingCapability@@UAE@XZ @11277 NONAME ??1H225_CapacityReportingSpecification@@UAE@XZ @11278 NONAME ??1H225_CapacityReportingSpecification_when@@UAE@XZ @11279 NONAME ??1H225_CarrierInfo@@UAE@XZ @19067 NONAME ??1H225_CicInfo@@UAE@XZ @11280 NONAME ??1H225_CicInfo_cic@@UAE@XZ @11281 NONAME ??1H225_CircuitIdentifier@@UAE@XZ @11282 NONAME ??1H225_CircuitInfo@@UAE@XZ @11283 NONAME ??1H225_ConferenceIdentifier@@UAE@XZ @1627 NONAME ??1H225_ConferenceList@@UAE@XZ @1628 NONAME ??1H225_Connect_UUIE@@UAE@XZ @1629 NONAME ??1H225_Connect_UUIE_language@@UAE@XZ @11284 NONAME ??1H225_Content@@UAE@XZ @11285 NONAME ??1H225_CryptoH323Token@@UAE@XZ @1630 NONAME ??1H225_CryptoH323Token_cryptoEPPwdHash@@UAE@XZ @1631 NONAME ??1H225_CryptoH323Token_cryptoGKPwdHash@@UAE@XZ @1632 NONAME ??1H225_DataRate@@UAE@XZ @1633 NONAME ??1H225_DisengageConfirm@@UAE@XZ @1634 NONAME ??1H225_DisengageReason@@UAE@XZ @1635 NONAME ??1H225_DisengageReject@@UAE@XZ @1636 NONAME ??1H225_DisengageRejectReason@@UAE@XZ @1637 NONAME ??1H225_DisengageRequest@@UAE@XZ @1638 NONAME ??1H225_EncodedFastStartToken@@UAE@XZ @12401 NONAME ??1H225_EncryptIntAlg@@UAE@XZ @1639 NONAME ??1H225_Endpoint@@UAE@XZ @1640 NONAME ??1H225_EndpointIdentifier@@UAE@XZ @1641 NONAME ??1H225_EndpointType@@UAE@XZ @1642 NONAME ??1H225_EnumeratedParameter@@UAE@XZ @11286 NONAME ??1H225_ExtendedAliasAddress@@UAE@XZ @11287 NONAME ??1H225_FacilityReason@@UAE@XZ @1643 NONAME ??1H225_Facility_UUIE@@UAE@XZ @1644 NONAME ??1H225_FastStartToken@@UAE@XZ @1645 NONAME ??1H225_FeatureDescriptor@@UAE@XZ @11288 NONAME ??1H225_FeatureSet@@UAE@XZ @11289 NONAME ??1H225_GatekeeperConfirm@@UAE@XZ @1646 NONAME ??1H225_GatekeeperIdentifier@@UAE@XZ @1647 NONAME ??1H225_GatekeeperInfo@@UAE@XZ @1648 NONAME ??1H225_GatekeeperReject@@UAE@XZ @1649 NONAME ??1H225_GatekeeperRejectReason@@UAE@XZ @1650 NONAME ??1H225_GatekeeperRequest@@UAE@XZ @1651 NONAME ??1H225_GatewayInfo@@UAE@XZ @1652 NONAME ??1H225_GenericData@@UAE@XZ @11290 NONAME ??1H225_GenericIdentifier@@UAE@XZ @11291 NONAME ??1H225_GloballyUniqueID@@UAE@XZ @1653 NONAME ??1H225_GroupID@@UAE@XZ @11292 NONAME ??1H225_GroupID_member@@UAE@XZ @11293 NONAME ??1H225_GSM_UIM@@UAE@XZ @11294 NONAME ??1H225_H221NonStandard@@UAE@XZ @1654 NONAME ??1H225_H245Security@@UAE@XZ @1655 NONAME ??1H225_H248PackagesDescriptor@@UAE@XZ @11295 NONAME ??1H225_H248SignalsDescriptor@@UAE@XZ @11296 NONAME ??1H225_H310Caps@@UAE@XZ @1656 NONAME ??1H225_H320Caps@@UAE@XZ @1657 NONAME ??1H225_H321Caps@@UAE@XZ @1658 NONAME ??1H225_H322Caps@@UAE@XZ @1659 NONAME ??1H225_H323Caps@@UAE@XZ @1660 NONAME ??1H225_H323_UserInformation@@UAE@XZ @1661 NONAME ??1H225_H323_UserInformation_user_data@@UAE@XZ @1662 NONAME ??1H225_H323_UU_PDU@@UAE@XZ @1663 NONAME ??1H225_H323_UU_PDU_h323_message_body@@UAE@XZ @1664 NONAME ??1H225_H323_UU_PDU_tunnelledSignallingMessage@@UAE@XZ @11297 NONAME ??1H225_H324Caps@@UAE@XZ @1665 NONAME ??1H225_ICV@@UAE@XZ @1666 NONAME ??1H225_InfoRequest@@UAE@XZ @1667 NONAME ??1H225_InfoRequestAck@@UAE@XZ @1668 NONAME ??1H225_InfoRequestNak@@UAE@XZ @1669 NONAME ??1H225_InfoRequestNakReason@@UAE@XZ @1670 NONAME ??1H225_InfoRequestResponse@@UAE@XZ @1671 NONAME ??1H225_InfoRequestResponseStatus@@UAE@XZ @11298 NONAME ??1H225_InfoRequestResponse_perCallInfo@@UAE@XZ @1672 NONAME ??1H225_InfoRequestResponse_perCallInfo_subtype@@UAE@XZ @1673 NONAME ??1H225_InfoRequestResponse_perCallInfo_subtype_pdu@@UAE@XZ @1674 NONAME ??1H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UAE@XZ @1675 NONAME ??1H225_Information_UUIE@@UAE@XZ @1676 NONAME ??1H225_IntegrityMechanism@@UAE@XZ @1677 NONAME ??1H225_LocationConfirm@@UAE@XZ @1678 NONAME ??1H225_LocationReject@@UAE@XZ @1679 NONAME ??1H225_LocationRejectReason@@UAE@XZ @1680 NONAME ??1H225_LocationRequest@@UAE@XZ @1681 NONAME ??1H225_McuInfo@@UAE@XZ @1682 NONAME ??1H225_MobileUIM@@UAE@XZ @11299 NONAME ??1H225_NonIsoIntegrityMechanism@@UAE@XZ @1683 NONAME ??1H225_NonStandardIdentifier@@UAE@XZ @1684 NONAME ??1H225_NonStandardMessage@@UAE@XZ @1685 NONAME ??1H225_NonStandardParameter@@UAE@XZ @1686 NONAME ??1H225_NonStandardProtocol@@UAE@XZ @1687 NONAME ??1H225_Notify_UUIE@@UAE@XZ @11300 NONAME ??1H225_NumberDigits@@UAE@XZ @1688 NONAME ??1H225_PartyNumber@@UAE@XZ @1689 NONAME ??1H225_PresentationIndicator@@UAE@XZ @11301 NONAME ??1H225_PrivatePartyNumber@@UAE@XZ @1690 NONAME ??1H225_PrivateTypeOfNumber@@UAE@XZ @1691 NONAME ??1H225_Progress_UUIE@@UAE@XZ @1692 NONAME ??1H225_ProtocolIdentifier@@UAE@XZ @1693 NONAME ??1H225_PublicPartyNumber@@UAE@XZ @1694 NONAME ??1H225_PublicTypeOfNumber@@UAE@XZ @1695 NONAME ??1H225_Q954Details@@UAE@XZ @1696 NONAME ??1H225_QseriesOptions@@UAE@XZ @1697 NONAME ??1H225_RAS@@UAE@XZ @12492 NONAME ??1H225_RasMessage@@UAE@XZ @1698 NONAME ??1H225_RasUsageInformation@@UAE@XZ @11302 NONAME ??1H225_RasUsageInfoTypes@@UAE@XZ @11303 NONAME ??1H225_RasUsageSpecification@@UAE@XZ @11304 NONAME ??1H225_RasUsageSpecification_callStartingPoint@@UAE@XZ @11305 NONAME ??1H225_RasUsageSpecification_when@@UAE@XZ @11306 NONAME ??1H225_RegistrationConfirm@@UAE@XZ @1699 NONAME ??1H225_RegistrationConfirm_preGrantedARQ@@UAE@XZ @1700 NONAME ??1H225_RegistrationReject@@UAE@XZ @1701 NONAME ??1H225_RegistrationRejectReason@@UAE@XZ @1702 NONAME ??1H225_RegistrationRejectReason_invalidTerminalAliases@@UAE@XZ @11307 NONAME ??1H225_RegistrationRequest@@UAE@XZ @1703 NONAME ??1H225_ReleaseCompleteReason@@UAE@XZ @1704 NONAME ??1H225_ReleaseComplete_UUIE@@UAE@XZ @1705 NONAME ??1H225_RequestInProgress@@UAE@XZ @1706 NONAME ??1H225_RequestSeqNum@@UAE@XZ @1707 NONAME ??1H225_ResourcesAvailableConfirm@@UAE@XZ @1708 NONAME ??1H225_ResourcesAvailableIndicate@@UAE@XZ @1709 NONAME ??1H225_RTPSession@@UAE@XZ @1710 NONAME ??1H225_RTPSession_associatedSessionIds@@UAE@XZ @1711 NONAME ??1H225_ScnConnectionAggregation@@UAE@XZ @11308 NONAME ??1H225_ScnConnectionType@@UAE@XZ @11309 NONAME ??1H225_ScreeningIndicator@@UAE@XZ @11310 NONAME ??1H225_SecurityCapabilities@@UAE@XZ @1712 NONAME ??1H225_SecurityErrors2@@UAE@XZ @19068 NONAME ??1H225_SecurityErrors@@UAE@XZ @19069 NONAME ??1H225_SecurityServiceMode@@UAE@XZ @1713 NONAME ??1H225_ServiceControlDescriptor@@UAE@XZ @11311 NONAME ??1H225_ServiceControlIndication@@UAE@XZ @11312 NONAME ??1H225_ServiceControlIndication_callSpecific@@UAE@XZ @11313 NONAME ??1H225_ServiceControlResponse@@UAE@XZ @11314 NONAME ??1H225_ServiceControlResponse_result@@UAE@XZ @11315 NONAME ??1H225_ServiceControlSession@@UAE@XZ @11316 NONAME ??1H225_ServiceControlSession_reason@@UAE@XZ @11317 NONAME ??1H225_SetupAcknowledge_UUIE@@UAE@XZ @11318 NONAME ??1H225_Setup_UUIE@@UAE@XZ @1714 NONAME ??1H225_Setup_UUIE_conferenceGoal@@UAE@XZ @1715 NONAME ??1H225_Setup_UUIE_connectionParameters@@UAE@XZ @11319 NONAME ??1H225_Setup_UUIE_language@@UAE@XZ @11320 NONAME ??1H225_SIPCaps@@UAE@XZ @19070 NONAME ??1H225_StatusInquiry_UUIE@@UAE@XZ @11321 NONAME ??1H225_Status_UUIE@@UAE@XZ @11322 NONAME ??1H225_StimulusControl@@UAE@XZ @11323 NONAME ??1H225_SupportedPrefix@@UAE@XZ @1716 NONAME ??1H225_SupportedProtocols@@UAE@XZ @1717 NONAME ??1H225_T120OnlyCaps@@UAE@XZ @1718 NONAME ??1H225_T38FaxAnnexbOnlyCaps@@UAE@XZ @11324 NONAME ??1H225_TBCD_STRING@@UAE@XZ @11325 NONAME ??1H225_TerminalInfo@@UAE@XZ @1719 NONAME ??1H225_TimeToLive@@UAE@XZ @1720 NONAME ??1H225_TransportAddress@@UAE@XZ @1721 NONAME ??1H225_TransportAddress_ip6Address@@UAE@XZ @1722 NONAME ??1H225_TransportAddress_ipAddress@@UAE@XZ @1723 NONAME ??1H225_TransportAddress_ipSourceRoute@@UAE@XZ @1724 NONAME ??1H225_TransportAddress_ipSourceRoute_route@@UAE@XZ @1725 NONAME ??1H225_TransportAddress_ipSourceRoute_routing@@UAE@XZ @1726 NONAME ??1H225_TransportAddress_ipxAddress@@UAE@XZ @1727 NONAME ??1H225_TransportChannelInfo@@UAE@XZ @1728 NONAME ??1H225_TransportQOS@@UAE@XZ @1729 NONAME ??1H225_TunnelledProtocol@@UAE@XZ @11326 NONAME ??1H225_TunnelledProtocolAlternateIdentifier@@UAE@XZ @11327 NONAME ??1H225_TunnelledProtocol_id@@UAE@XZ @11328 NONAME ??1H225_UnknownMessageResponse@@UAE@XZ @1730 NONAME ??1H225_UnregistrationConfirm@@UAE@XZ @1731 NONAME ??1H225_UnregistrationReject@@UAE@XZ @1732 NONAME ??1H225_UnregistrationRequest@@UAE@XZ @1733 NONAME ??1H225_UnregRejectReason@@UAE@XZ @1734 NONAME ??1H225_UnregRequestReason@@UAE@XZ @1735 NONAME ??1H225_UseSpecifiedTransport@@UAE@XZ @11329 NONAME ??1H225_UUIEsRequested@@UAE@XZ @1736 NONAME ??1H225_VendorIdentifier@@UAE@XZ @1737 NONAME ??1H225_VoiceCaps@@UAE@XZ @1738 NONAME ??1H235AuthCAT@@UAE@XZ @16729 NONAME ??1H235Authenticator@@UAE@XZ @13020 NONAME ??1H235Authenticators@@UAE@XZ @14766 NONAME ??1H235AuthProcedure1@@UAE@XZ @13021 NONAME ??1H235AuthSimpleMD5@@UAE@XZ @13022 NONAME ??1H235_AuthenticationBES@@UAE@XZ @12957 NONAME ??1H235_AuthenticationMechanism@@UAE@XZ @1739 NONAME ??1H235_ChallengeString@@UAE@XZ @1740 NONAME ??1H235_ClearToken@@UAE@XZ @1741 NONAME ??1H235_CryptoToken@@UAE@XZ @1742 NONAME ??1H235_CryptoToken_cryptoEncryptedToken@@UAE@XZ @1743 NONAME ??1H235_CryptoToken_cryptoHashedToken@@UAE@XZ @1744 NONAME ??1H235_CryptoToken_cryptoSignedToken@@UAE@XZ @1745 NONAME ??1H235_DHset@@UAE@XZ @1746 NONAME ??1H235_ECGDSASignature@@UAE@XZ @19071 NONAME ??1H235_ECKASDH@@UAE@XZ @12959 NONAME ??1H235_ECKASDH_eckasdh2@@UAE@XZ @12960 NONAME ??1H235_ECKASDH_eckasdhp@@UAE@XZ @12961 NONAME ??1H235_ECpoint@@UAE@XZ @19072 NONAME ??1H235_EncodedGeneralToken@@UAE@XZ @12402 NONAME ??1H235_EncodedKeySignedMaterial@@UAE@XZ @12403 NONAME ??1H235_EncodedKeySyncMaterial@@UAE@XZ @12404 NONAME ??1H235_EncodedPwdCertToken@@UAE@XZ @12405 NONAME ??1H235_EncodedReturnSig@@UAE@XZ @12406 NONAME ??1H235_H235CertificateSignature@@UAE@XZ @1747 NONAME ??1H235_H235Key@@UAE@XZ @1748 NONAME ??1H235_Identifier@@UAE@XZ @1749 NONAME ??1H235_IV16@@UAE@XZ @12962 NONAME ??1H235_IV8@@UAE@XZ @1750 NONAME ??1H235_KeyMaterial@@UAE@XZ @1751 NONAME ??1H235_KeySignedMaterial@@UAE@XZ @1752 NONAME ??1H235_KeySyncMaterial@@UAE@XZ @1753 NONAME ??1H235_NonStandardParameter@@UAE@XZ @1754 NONAME ??1H235_Params@@UAE@XZ @1755 NONAME ??1H235_Password@@UAE@XZ @1756 NONAME ??1H235_PwdCertToken@@UAE@XZ @1757 NONAME ??1H235_RandomVal@@UAE@XZ @1758 NONAME ??1H235_ReturnSig@@UAE@XZ @1759 NONAME ??1H235_TimeStamp@@UAE@XZ @1760 NONAME ??1H235_TypedCertificate@@UAE@XZ @1761 NONAME ??1H235_V3KeySyncMaterial@@UAE@XZ @19073 NONAME ??1H245NegLogicalChannel@@UAE@XZ @1762 NONAME ??1H245NegLogicalChannels@@UAE@XZ @1763 NONAME ??1H245NegMasterSlaveDetermination@@UAE@XZ @1764 NONAME ??1H245Negotiator@@UAE@XZ @1765 NONAME ??1H245NegRequestMode@@UAE@XZ @1766 NONAME ??1H245NegRoundTripDelay@@UAE@XZ @1767 NONAME ??1H245NegTerminalCapabilitySet@@UAE@XZ @1768 NONAME ??1H245TransportThread@@UAE@XZ @1769 NONAME ??1H245_AlternativeCapabilitySet@@UAE@XZ @1770 NONAME ??1H245_ArrayOf_AlternativeCapabilitySet@@UAE@XZ @1771 NONAME ??1H245_ArrayOf_BEnhancementParameters@@UAE@XZ @1772 NONAME ??1H245_ArrayOf_CapabilityDescriptor@@UAE@XZ @1773 NONAME ??1H245_ArrayOf_CapabilityDescriptorNumber@@UAE@XZ @1774 NONAME ??1H245_ArrayOf_CapabilityTableEntry@@UAE@XZ @1775 NONAME ??1H245_ArrayOf_CapabilityTableEntryNumber@@UAE@XZ @1776 NONAME ??1H245_ArrayOf_CommunicationModeTableEntry@@UAE@XZ @1777 NONAME ??1H245_ArrayOf_CustomPictureClockFrequency@@UAE@XZ @1778 NONAME ??1H245_ArrayOf_CustomPictureFormat@@UAE@XZ @1779 NONAME ??1H245_ArrayOf_DataApplicationCapability@@UAE@XZ @1780 NONAME ??1H245_ArrayOf_DialingInformationNetworkType@@UAE@XZ @11330 NONAME ??1H245_ArrayOf_DialingInformationNumber@@UAE@XZ @11331 NONAME ??1H245_ArrayOf_EnhancementOptions@@UAE@XZ @1781 NONAME ??1H245_ArrayOf_EscrowData@@UAE@XZ @1782 NONAME ??1H245_ArrayOf_GenericCapability@@UAE@XZ @33037 NONAME ??1H245_ArrayOf_GenericParameter@@UAE@XZ @11332 NONAME ??1H245_ArrayOf_H263ModeComboFlags@@UAE@XZ @1783 NONAME ??1H245_ArrayOf_H263VideoModeCombos@@UAE@XZ @1784 NONAME ??1H245_ArrayOf_MediaChannelCapability@@UAE@XZ @1785 NONAME ??1H245_ArrayOf_MediaDistributionCapability@@UAE@XZ @1786 NONAME ??1H245_ArrayOf_ModeDescription@@UAE@XZ @1787 NONAME ??1H245_ArrayOf_MultiplePayloadStreamElement@@UAE@XZ @19074 NONAME ??1H245_ArrayOf_MultiplePayloadStreamElementMode@@UAE@XZ @19075 NONAME ??1H245_ArrayOf_MultiplexElement@@UAE@XZ @1788 NONAME ??1H245_ArrayOf_MultiplexEntryDescriptor@@UAE@XZ @1789 NONAME ??1H245_ArrayOf_MultiplexEntryRejectionDescriptions@@UAE@XZ @1790 NONAME ??1H245_ArrayOf_MultiplexTableEntryNumber@@UAE@XZ @1791 NONAME ??1H245_ArrayOf_NonStandardParameter@@UAE@XZ @1792 NONAME ??1H245_ArrayOf_ParameterIdentifier@@UAE@XZ @11333 NONAME ??1H245_ArrayOf_PictureReference@@UAE@XZ @11334 NONAME ??1H245_ArrayOf_Q2931Address@@UAE@XZ @11335 NONAME ??1H245_ArrayOf_QOSCapability@@UAE@XZ @1793 NONAME ??1H245_ArrayOf_RedundancyEncodingCapability@@UAE@XZ @1794 NONAME ??1H245_ArrayOf_RedundancyEncodingDTModeElement@@UAE@XZ @19076 NONAME ??1H245_ArrayOf_RedundancyEncodingElement@@UAE@XZ @19077 NONAME ??1H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@UAE@XZ @1795 NONAME ??1H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@UAE@XZ @1796 NONAME ??1H245_ArrayOf_RTPPayloadType@@UAE@XZ @1797 NONAME ??1H245_ArrayOf_TerminalInformation@@UAE@XZ @1798 NONAME ??1H245_ArrayOf_TerminalLabel@@UAE@XZ @1799 NONAME ??1H245_ArrayOf_VCCapability@@UAE@XZ @1800 NONAME ??1H245_ArrayOf_VideoCapability@@UAE@XZ @33038 NONAME ??1H245_ATMParameters@@UAE@XZ @1801 NONAME ??1H245_AudioCapability@@UAE@XZ @1802 NONAME ??1H245_AudioCapability_g7231@@UAE@XZ @1803 NONAME ??1H245_AudioMode@@UAE@XZ @1804 NONAME ??1H245_AudioMode_g7231@@UAE@XZ @1805 NONAME ??1H245_AudioTelephonyEventCapability@@UAE@XZ @11336 NONAME ??1H245_AudioToneCapability@@UAE@XZ @11337 NONAME ??1H245_AuthenticationCapability@@UAE@XZ @1806 NONAME ??1H245_BEnhancementParameters@@UAE@XZ @1807 NONAME ??1H245_Capability@@UAE@XZ @1808 NONAME ??1H245_CapabilityDescriptor@@UAE@XZ @1809 NONAME ??1H245_CapabilityDescriptorNumber@@UAE@XZ @1810 NONAME ??1H245_CapabilityIdentifier@@UAE@XZ @11338 NONAME ??1H245_CapabilityTableEntry@@UAE@XZ @1811 NONAME ??1H245_CapabilityTableEntryNumber@@UAE@XZ @1812 NONAME ??1H245_Capability_h233EncryptionReceiveCapability@@UAE@XZ @1813 NONAME ??1H245_CertSelectionCriteria@@UAE@XZ @1814 NONAME ??1H245_CloseLogicalChannel@@UAE@XZ @1815 NONAME ??1H245_CloseLogicalChannelAck@@UAE@XZ @1816 NONAME ??1H245_CloseLogicalChannel_reason@@UAE@XZ @1817 NONAME ??1H245_CloseLogicalChannel_source@@UAE@XZ @1818 NONAME ??1H245_CommandMessage@@UAE@XZ @1819 NONAME ??1H245_CommunicationModeCommand@@UAE@XZ @1820 NONAME ??1H245_CommunicationModeRequest@@UAE@XZ @1821 NONAME ??1H245_CommunicationModeResponse@@UAE@XZ @1822 NONAME ??1H245_CommunicationModeTableEntry@@UAE@XZ @1823 NONAME ??1H245_CommunicationModeTableEntry_dataType@@UAE@XZ @1824 NONAME ??1H245_CompressionType@@UAE@XZ @1825 NONAME ??1H245_ConferenceCapability@@UAE@XZ @1826 NONAME ??1H245_ConferenceCommand@@UAE@XZ @1827 NONAME ??1H245_ConferenceID@@UAE@XZ @1828 NONAME ??1H245_ConferenceIndication@@UAE@XZ @1829 NONAME ??1H245_ConferenceRequest@@UAE@XZ @1830 NONAME ??1H245_ConferenceRequest_requestTerminalCertificate@@UAE@XZ @1831 NONAME ??1H245_ConferenceResponse@@UAE@XZ @1832 NONAME ??1H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@UAE@XZ @1833 NONAME ??1H245_ConferenceResponse_chairTokenOwnerResponse@@UAE@XZ @1834 NONAME ??1H245_ConferenceResponse_conferenceIDResponse@@UAE@XZ @1835 NONAME ??1H245_ConferenceResponse_extensionAddressResponse@@UAE@XZ @1836 NONAME ??1H245_ConferenceResponse_makeMeChairResponse@@UAE@XZ @1837 NONAME ??1H245_ConferenceResponse_makeTerminalBroadcasterResponse@@UAE@XZ @1838 NONAME ??1H245_ConferenceResponse_mCTerminalIDResponse@@UAE@XZ @1839 NONAME ??1H245_ConferenceResponse_passwordResponse@@UAE@XZ @1840 NONAME ??1H245_ConferenceResponse_sendThisSourceResponse@@UAE@XZ @1841 NONAME ??1H245_ConferenceResponse_terminalCertificateResponse@@UAE@XZ @1842 NONAME ??1H245_ConferenceResponse_terminalIDResponse@@UAE@XZ @1843 NONAME ??1H245_ConnectionIdentifier@@UAE@XZ @11339 NONAME ??1H245_CRCLength@@UAE@XZ @1844 NONAME ??1H245_Criteria@@UAE@XZ @1845 NONAME ??1H245_CustomPictureClockFrequency@@UAE@XZ @1846 NONAME ??1H245_CustomPictureFormat@@UAE@XZ @1847 NONAME ??1H245_CustomPictureFormat_mPI@@UAE@XZ @1848 NONAME ??1H245_CustomPictureFormat_mPI_customPCF@@UAE@XZ @1849 NONAME ??1H245_CustomPictureFormat_mPI_customPCF_subtype@@UAE@XZ @1850 NONAME ??1H245_CustomPictureFormat_pixelAspectInformation@@UAE@XZ @1851 NONAME ??1H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@UAE@XZ @1852 NONAME ??1H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UAE@XZ @1853 NONAME ??1H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@UAE@XZ @1854 NONAME ??1H245_DataApplicationCapability@@UAE@XZ @1855 NONAME ??1H245_DataApplicationCapability_application@@UAE@XZ @1856 NONAME ??1H245_DataApplicationCapability_application_nlpid@@UAE@XZ @1857 NONAME ??1H245_DataApplicationCapability_application_t38fax@@UAE@XZ @11340 NONAME ??1H245_DataApplicationCapability_application_t84@@UAE@XZ @1858 NONAME ??1H245_DataMode@@UAE@XZ @1859 NONAME ??1H245_DataMode_application@@UAE@XZ @1860 NONAME ??1H245_DataMode_application_nlpid@@UAE@XZ @1861 NONAME ??1H245_DataMode_application_t38fax@@UAE@XZ @11341 NONAME ??1H245_DataProtocolCapability@@UAE@XZ @1862 NONAME ??1H245_DataProtocolCapability_v76wCompression@@UAE@XZ @1863 NONAME ??1H245_DataType@@UAE@XZ @1864 NONAME ??1H245_DepFECCapability@@UAE@XZ @33345 NONAME ??1H245_DepFECCapability_rfc2733@@UAE@XZ @33346 NONAME ??1H245_DepFECCapability_rfc2733_separateStream@@UAE@XZ @33347 NONAME ??1H245_DepFECData@@UAE@XZ @33348 NONAME ??1H245_DepFECData_rfc2733@@UAE@XZ @33349 NONAME ??1H245_DepFECData_rfc2733_mode@@UAE@XZ @33350 NONAME ??1H245_DepFECData_rfc2733_mode_separateStream@@UAE@XZ @33351 NONAME ??1H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UAE@XZ @33352 NONAME ??1H245_DepFECData_rfc2733_mode_separateStream_samePort@@UAE@XZ @33353 NONAME ??1H245_DepFECMode@@UAE@XZ @33354 NONAME ??1H245_DepFECMode_rfc2733Mode@@UAE@XZ @33355 NONAME ??1H245_DepFECMode_rfc2733Mode_mode@@UAE@XZ @33356 NONAME ??1H245_DepFECMode_rfc2733Mode_mode_separateStream@@UAE@XZ @33357 NONAME ??1H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UAE@XZ @33358 NONAME ??1H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UAE@XZ @33359 NONAME ??1H245_DialingInformation@@UAE@XZ @11342 NONAME ??1H245_DialingInformationNetworkType@@UAE@XZ @11343 NONAME ??1H245_DialingInformationNumber@@UAE@XZ @11344 NONAME ??1H245_EncryptionAuthenticationAndIntegrity@@UAE@XZ @1865 NONAME ??1H245_EncryptionCapability@@UAE@XZ @1866 NONAME ??1H245_EncryptionCommand@@UAE@XZ @1867 NONAME ??1H245_EncryptionCommand_encryptionAlgorithmID@@UAE@XZ @1868 NONAME ??1H245_EncryptionMode@@UAE@XZ @1869 NONAME ??1H245_EncryptionSync@@UAE@XZ @1870 NONAME ??1H245_EncryptionUpdateDirection@@UAE@XZ @33039 NONAME ??1H245_EncryptionUpdateRequest@@UAE@XZ @1871 NONAME ??1H245_EndSessionCommand@@UAE@XZ @1872 NONAME ??1H245_EndSessionCommand_gstnOptions@@UAE@XZ @1873 NONAME ??1H245_EndSessionCommand_isdnOptions@@UAE@XZ @1874 NONAME ??1H245_EnhancementLayerInfo@@UAE@XZ @1875 NONAME ??1H245_EnhancementOptions@@UAE@XZ @1876 NONAME ??1H245_EscrowData@@UAE@XZ @1877 NONAME ??1H245_ExtendedVideoCapability@@UAE@XZ @33040 NONAME ??1H245_FECCapability@@UAE@XZ @19078 NONAME ??1H245_FECCapability_rfc2733Format@@UAE@XZ @33360 NONAME ??1H245_FECData@@UAE@XZ @19081 NONAME ??1H245_FECData_rfc2733@@UAE@XZ @19082 NONAME ??1H245_FECData_rfc2733_pktMode@@UAE@XZ @33361 NONAME ??1H245_FECData_rfc2733_pktMode_rfc2733diffport@@UAE@XZ @33362 NONAME ??1H245_FECData_rfc2733_pktMode_rfc2733sameport@@UAE@XZ @33363 NONAME ??1H245_FECMode@@UAE@XZ @19087 NONAME ??1H245_FECMode_rfc2733Format@@UAE@XZ @33364 NONAME ??1H245_FlowControlCommand@@UAE@XZ @1878 NONAME ??1H245_FlowControlCommand_restriction@@UAE@XZ @1879 NONAME ??1H245_FlowControlCommand_scope@@UAE@XZ @1880 NONAME ??1H245_FlowControlIndication@@UAE@XZ @11345 NONAME ??1H245_FlowControlIndication_restriction@@UAE@XZ @11346 NONAME ??1H245_FlowControlIndication_scope@@UAE@XZ @11347 NONAME ??1H245_FunctionNotSupported@@UAE@XZ @1881 NONAME ??1H245_FunctionNotSupported_cause@@UAE@XZ @1882 NONAME ??1H245_FunctionNotUnderstood@@UAE@XZ @1883 NONAME ??1H245_G7231AnnexCCapability@@UAE@XZ @1884 NONAME ??1H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UAE@XZ @1885 NONAME ??1H245_G7231AnnexCMode@@UAE@XZ @1886 NONAME ??1H245_G7231AnnexCMode_g723AnnexCAudioMode@@UAE@XZ @1887 NONAME ??1H245_G729Extensions@@UAE@XZ @11348 NONAME ??1H245_GenericCapability@@UAE@XZ @11349 NONAME ??1H245_GenericMessage@@UAE@XZ @33041 NONAME ??1H245_GenericParameter@@UAE@XZ @11350 NONAME ??1H245_GSMAudioCapability@@UAE@XZ @1888 NONAME ??1H245_H222Capability@@UAE@XZ @1889 NONAME ??1H245_H222LogicalChannelParameters@@UAE@XZ @1890 NONAME ??1H245_H223AL1MParameters@@UAE@XZ @1891 NONAME ??1H245_H223AL1MParameters_arqType@@UAE@XZ @1892 NONAME ??1H245_H223AL1MParameters_crcLength@@UAE@XZ @1893 NONAME ??1H245_H223AL1MParameters_headerFEC@@UAE@XZ @1894 NONAME ??1H245_H223AL1MParameters_transferMode@@UAE@XZ @1895 NONAME ??1H245_H223AL2MParameters@@UAE@XZ @1896 NONAME ??1H245_H223AL2MParameters_headerFEC@@UAE@XZ @1897 NONAME ??1H245_H223AL3MParameters@@UAE@XZ @1898 NONAME ??1H245_H223AL3MParameters_arqType@@UAE@XZ @1899 NONAME ??1H245_H223AL3MParameters_crcLength@@UAE@XZ @1900 NONAME ??1H245_H223AL3MParameters_headerFormat@@UAE@XZ @1901 NONAME ??1H245_H223AnnexCArqParameters@@UAE@XZ @1902 NONAME ??1H245_H223AnnexCArqParameters_numberOfRetransmissions@@UAE@XZ @1903 NONAME ??1H245_H223AnnexCCapability@@UAE@XZ @1904 NONAME ??1H245_H223Capability@@UAE@XZ @1905 NONAME ??1H245_H223Capability_h223MultiplexTableCapability@@UAE@XZ @1906 NONAME ??1H245_H223Capability_h223MultiplexTableCapability_enhanced@@UAE@XZ @1907 NONAME ??1H245_H223Capability_mobileMultilinkFrameCapability@@UAE@XZ @11351 NONAME ??1H245_H223Capability_mobileOperationTransmitCapability@@UAE@XZ @1908 NONAME ??1H245_H223LogicalChannelParameters@@UAE@XZ @1909 NONAME ??1H245_H223LogicalChannelParameters_adaptationLayerType@@UAE@XZ @1910 NONAME ??1H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UAE@XZ @1911 NONAME ??1H245_H223ModeParameters@@UAE@XZ @1912 NONAME ??1H245_H223ModeParameters_adaptationLayerType@@UAE@XZ @1913 NONAME ??1H245_H223ModeParameters_adaptationLayerType_al3@@UAE@XZ @1914 NONAME ??1H245_H223MultiplexReconfiguration@@UAE@XZ @1915 NONAME ??1H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@UAE@XZ @1916 NONAME ??1H245_H223MultiplexReconfiguration_h223ModeChange@@UAE@XZ @1917 NONAME ??1H245_H223SkewIndication@@UAE@XZ @1918 NONAME ??1H245_H2250Capability@@UAE@XZ @1919 NONAME ??1H245_H2250Capability_mcCapability@@UAE@XZ @1920 NONAME ??1H245_H2250LogicalChannelAckParameters@@UAE@XZ @1921 NONAME ??1H245_H2250LogicalChannelParameters@@UAE@XZ @1922 NONAME ??1H245_H2250LogicalChannelParameters_mediaPacketization@@UAE@XZ @1923 NONAME ??1H245_H2250MaximumSkewIndication@@UAE@XZ @1924 NONAME ??1H245_H2250ModeParameters@@UAE@XZ @1925 NONAME ??1H245_H235Media@@UAE@XZ @1926 NONAME ??1H245_H235Media_mediaType@@UAE@XZ @1927 NONAME ??1H245_H235Mode@@UAE@XZ @1928 NONAME ??1H245_H235Mode_mediaMode@@UAE@XZ @1929 NONAME ??1H245_H235SecurityCapability@@UAE@XZ @1930 NONAME ??1H245_H261VideoCapability@@UAE@XZ @1931 NONAME ??1H245_H261VideoMode@@UAE@XZ @1932 NONAME ??1H245_H261VideoMode_resolution@@UAE@XZ @1933 NONAME ??1H245_H262VideoCapability@@UAE@XZ @1934 NONAME ??1H245_H262VideoMode@@UAE@XZ @1935 NONAME ??1H245_H262VideoMode_profileAndLevel@@UAE@XZ @1936 NONAME ??1H245_H263ModeComboFlags@@UAE@XZ @1937 NONAME ??1H245_H263Options@@UAE@XZ @1938 NONAME ??1H245_H263Version3Options@@UAE@XZ @11352 NONAME ??1H245_H263VideoCapability@@UAE@XZ @1939 NONAME ??1H245_H263VideoMode@@UAE@XZ @1940 NONAME ??1H245_H263VideoModeCombos@@UAE@XZ @1941 NONAME ??1H245_H263VideoMode_resolution@@UAE@XZ @1942 NONAME ??1H245_IndicationMessage@@UAE@XZ @1943 NONAME ??1H245_IntegrityCapability@@UAE@XZ @1944 NONAME ??1H245_IS11172AudioCapability@@UAE@XZ @1945 NONAME ??1H245_IS11172AudioMode@@UAE@XZ @1946 NONAME ??1H245_IS11172AudioMode_audioLayer@@UAE@XZ @1947 NONAME ??1H245_IS11172AudioMode_audioSampling@@UAE@XZ @1948 NONAME ??1H245_IS11172AudioMode_multichannelType@@UAE@XZ @1949 NONAME ??1H245_IS11172VideoCapability@@UAE@XZ @1950 NONAME ??1H245_IS11172VideoMode@@UAE@XZ @1951 NONAME ??1H245_IS13818AudioCapability@@UAE@XZ @1952 NONAME ??1H245_IS13818AudioMode@@UAE@XZ @1953 NONAME ??1H245_IS13818AudioMode_audioLayer@@UAE@XZ @1954 NONAME ??1H245_IS13818AudioMode_audioSampling@@UAE@XZ @1955 NONAME ??1H245_IS13818AudioMode_multichannelType@@UAE@XZ @1956 NONAME ??1H245_IV16@@UAE@XZ @33042 NONAME ??1H245_IV8@@UAE@XZ @33043 NONAME ??1H245_JitterIndication@@UAE@XZ @1957 NONAME ??1H245_JitterIndication_scope@@UAE@XZ @1958 NONAME ??1H245_KeyProtectionMethod@@UAE@XZ @1959 NONAME ??1H245_LogicalChannelNumber@@UAE@XZ @1960 NONAME ??1H245_LogicalChannelRateAcknowledge@@UAE@XZ @11353 NONAME ??1H245_LogicalChannelRateReject@@UAE@XZ @11354 NONAME ??1H245_LogicalChannelRateRejectReason@@UAE@XZ @11355 NONAME ??1H245_LogicalChannelRateRelease@@UAE@XZ @11356 NONAME ??1H245_LogicalChannelRateRequest@@UAE@XZ @11357 NONAME ??1H245_MaintenanceLoopAck@@UAE@XZ @1961 NONAME ??1H245_MaintenanceLoopAck_type@@UAE@XZ @1962 NONAME ??1H245_MaintenanceLoopOffCommand@@UAE@XZ @1963 NONAME ??1H245_MaintenanceLoopReject@@UAE@XZ @1964 NONAME ??1H245_MaintenanceLoopReject_cause@@UAE@XZ @1965 NONAME ??1H245_MaintenanceLoopReject_type@@UAE@XZ @1966 NONAME ??1H245_MaintenanceLoopRequest@@UAE@XZ @1967 NONAME ??1H245_MaintenanceLoopRequest_type@@UAE@XZ @1968 NONAME ??1H245_MasterSlaveDetermination@@UAE@XZ @1969 NONAME ??1H245_MasterSlaveDeterminationAck@@UAE@XZ @1970 NONAME ??1H245_MasterSlaveDeterminationAck_decision@@UAE@XZ @1971 NONAME ??1H245_MasterSlaveDeterminationReject@@UAE@XZ @1972 NONAME ??1H245_MasterSlaveDeterminationReject_cause@@UAE@XZ @1973 NONAME ??1H245_MasterSlaveDeterminationRelease@@UAE@XZ @1974 NONAME ??1H245_MaximumBitRate@@UAE@XZ @11358 NONAME ??1H245_MaxRedundancy@@UAE@XZ @33365 NONAME ??1H245_MCLocationIndication@@UAE@XZ @1975 NONAME ??1H245_McuNumber@@UAE@XZ @1976 NONAME ??1H245_MediaChannelCapability@@UAE@XZ @1977 NONAME ??1H245_MediaDistributionCapability@@UAE@XZ @1978 NONAME ??1H245_MediaEncryptionAlgorithm@@UAE@XZ @1979 NONAME ??1H245_MediaPacketizationCapability@@UAE@XZ @1980 NONAME ??1H245_MediaTransportType@@UAE@XZ @1981 NONAME ??1H245_MediaTransportType_atm_AAL5_compressed@@UAE@XZ @11359 NONAME ??1H245_MiscellaneousCommand@@UAE@XZ @1982 NONAME ??1H245_MiscellaneousCommand_type@@UAE@XZ @1983 NONAME ??1H245_MiscellaneousCommand_type_encryptionUpdateAck@@UAE@XZ @33044 NONAME ??1H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UAE@XZ @33045 NONAME ??1H245_MiscellaneousCommand_type_lostPartialPicture@@UAE@XZ @11360 NONAME ??1H245_MiscellaneousCommand_type_progressiveRefinementStart@@UAE@XZ @1984 NONAME ??1H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@UAE@XZ @1985 NONAME ??1H245_MiscellaneousCommand_type_videoBadMBs@@UAE@XZ @11361 NONAME ??1H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UAE@XZ @1986 NONAME ??1H245_MiscellaneousCommand_type_videoFastUpdateMB@@UAE@XZ @1987 NONAME ??1H245_MiscellaneousIndication@@UAE@XZ @1988 NONAME ??1H245_MiscellaneousIndication_type@@UAE@XZ @1989 NONAME ??1H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UAE@XZ @1990 NONAME ??1H245_MobileMultilinkReconfigurationCommand@@UAE@XZ @11362 NONAME ??1H245_MobileMultilinkReconfigurationCommand_status@@UAE@XZ @11363 NONAME ??1H245_MobileMultilinkReconfigurationIndication@@UAE@XZ @11364 NONAME ??1H245_ModeDescription@@UAE@XZ @1991 NONAME ??1H245_ModeElement@@UAE@XZ @1992 NONAME ??1H245_ModeElementType@@UAE@XZ @19093 NONAME ??1H245_MulticastAddress@@UAE@XZ @1994 NONAME ??1H245_MulticastAddress_iP6Address@@UAE@XZ @1995 NONAME ??1H245_MulticastAddress_iPAddress@@UAE@XZ @1996 NONAME ??1H245_MultilinkIndication@@UAE@XZ @11365 NONAME ??1H245_MultilinkIndication_crcDesired@@UAE@XZ @11366 NONAME ??1H245_MultilinkIndication_excessiveError@@UAE@XZ @11367 NONAME ??1H245_MultilinkRequest@@UAE@XZ @11368 NONAME ??1H245_MultilinkRequest_addConnection@@UAE@XZ @11369 NONAME ??1H245_MultilinkRequest_callInformation@@UAE@XZ @11370 NONAME ??1H245_MultilinkRequest_maximumHeaderInterval@@UAE@XZ @11371 NONAME ??1H245_MultilinkRequest_maximumHeaderInterval_requestType@@UAE@XZ @11372 NONAME ??1H245_MultilinkRequest_removeConnection@@UAE@XZ @11373 NONAME ??1H245_MultilinkResponse@@UAE@XZ @11374 NONAME ??1H245_MultilinkResponse_addConnection@@UAE@XZ @11375 NONAME ??1H245_MultilinkResponse_addConnection_responseCode@@UAE@XZ @11376 NONAME ??1H245_MultilinkResponse_addConnection_responseCode_rejected@@UAE@XZ @11377 NONAME ??1H245_MultilinkResponse_callInformation@@UAE@XZ @11378 NONAME ??1H245_MultilinkResponse_maximumHeaderInterval@@UAE@XZ @11379 NONAME ??1H245_MultilinkResponse_removeConnection@@UAE@XZ @11380 NONAME ??1H245_MultimediaSystemControlMessage@@UAE@XZ @1997 NONAME ??1H245_MultiplePayloadStream@@UAE@XZ @19094 NONAME ??1H245_MultiplePayloadStreamCapability@@UAE@XZ @19095 NONAME ??1H245_MultiplePayloadStreamElement@@UAE@XZ @19096 NONAME ??1H245_MultiplePayloadStreamElementMode@@UAE@XZ @19097 NONAME ??1H245_MultiplePayloadStreamMode@@UAE@XZ @19098 NONAME ??1H245_MultiplexCapability@@UAE@XZ @1998 NONAME ??1H245_MultiplexedStreamCapability@@UAE@XZ @11381 NONAME ??1H245_MultiplexedStreamModeParameters@@UAE@XZ @11382 NONAME ??1H245_MultiplexedStreamParameter@@UAE@XZ @11383 NONAME ??1H245_MultiplexElement@@UAE@XZ @1999 NONAME ??1H245_MultiplexElement_repeatCount@@UAE@XZ @2000 NONAME ??1H245_MultiplexElement_type@@UAE@XZ @2001 NONAME ??1H245_MultiplexEntryDescriptor@@UAE@XZ @2002 NONAME ??1H245_MultiplexEntryRejectionDescriptions@@UAE@XZ @2003 NONAME ??1H245_MultiplexEntryRejectionDescriptions_cause@@UAE@XZ @2004 NONAME ??1H245_MultiplexEntrySend@@UAE@XZ @2005 NONAME ??1H245_MultiplexEntrySendAck@@UAE@XZ @2006 NONAME ??1H245_MultiplexEntrySendReject@@UAE@XZ @2007 NONAME ??1H245_MultiplexEntrySendRelease@@UAE@XZ @2008 NONAME ??1H245_MultiplexFormat@@UAE@XZ @11384 NONAME ??1H245_MultiplexTableEntryNumber@@UAE@XZ @2009 NONAME ??1H245_MultipointCapability@@UAE@XZ @2010 NONAME ??1H245_NetworkAccessParameters@@UAE@XZ @2011 NONAME ??1H245_NetworkAccessParameters_distribution@@UAE@XZ @2012 NONAME ??1H245_NetworkAccessParameters_networkAddress@@UAE@XZ @2013 NONAME ??1H245_NetworkAccessParameters_t120SetupProcedure@@UAE@XZ @2014 NONAME ??1H245_NewATMVCCommand@@UAE@XZ @11385 NONAME ??1H245_NewATMVCCommand_aal@@UAE@XZ @11386 NONAME ??1H245_NewATMVCCommand_aal_aal1@@UAE@XZ @11387 NONAME ??1H245_NewATMVCCommand_aal_aal1_clockRecovery@@UAE@XZ @11388 NONAME ??1H245_NewATMVCCommand_aal_aal1_errorCorrection@@UAE@XZ @11389 NONAME ??1H245_NewATMVCCommand_aal_aal5@@UAE@XZ @11390 NONAME ??1H245_NewATMVCCommand_multiplex@@UAE@XZ @11391 NONAME ??1H245_NewATMVCCommand_reverseParameters@@UAE@XZ @11392 NONAME ??1H245_NewATMVCCommand_reverseParameters_multiplex@@UAE@XZ @11393 NONAME ??1H245_NewATMVCIndication@@UAE@XZ @2015 NONAME ??1H245_NewATMVCIndication_aal@@UAE@XZ @2016 NONAME ??1H245_NewATMVCIndication_aal_aal1@@UAE@XZ @2017 NONAME ??1H245_NewATMVCIndication_aal_aal1_clockRecovery@@UAE@XZ @2018 NONAME ??1H245_NewATMVCIndication_aal_aal1_errorCorrection@@UAE@XZ @2019 NONAME ??1H245_NewATMVCIndication_aal_aal5@@UAE@XZ @2020 NONAME ??1H245_NewATMVCIndication_multiplex@@UAE@XZ @2021 NONAME ??1H245_NewATMVCIndication_reverseParameters@@UAE@XZ @2022 NONAME ??1H245_NewATMVCIndication_reverseParameters_multiplex@@UAE@XZ @2023 NONAME ??1H245_NonStandardIdentifier@@UAE@XZ @2024 NONAME ??1H245_NonStandardIdentifier_h221NonStandard@@UAE@XZ @2025 NONAME ??1H245_NonStandardMessage@@UAE@XZ @2026 NONAME ??1H245_NonStandardParameter@@UAE@XZ @2027 NONAME ??1H245_NoPTAudioTelephonyEventCapability@@UAE@XZ @19099 NONAME ??1H245_NoPTAudioToneCapability@@UAE@XZ @19100 NONAME ??1H245_OpenLogicalChannel@@UAE@XZ @2028 NONAME ??1H245_OpenLogicalChannelAck@@UAE@XZ @2029 NONAME ??1H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@UAE@XZ @2030 NONAME ??1H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UAE@XZ @2031 NONAME ??1H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@UAE@XZ @2032 NONAME ??1H245_OpenLogicalChannelConfirm@@UAE@XZ @2033 NONAME ??1H245_OpenLogicalChannelReject@@UAE@XZ @2034 NONAME ??1H245_OpenLogicalChannelReject_cause@@UAE@XZ @2035 NONAME ??1H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UAE@XZ @2036 NONAME ??1H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@UAE@XZ @2037 NONAME ??1H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UAE@XZ @2038 NONAME ??1H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@UAE@XZ @2039 NONAME ??1H245_ParameterIdentifier@@UAE@XZ @11394 NONAME ??1H245_ParameterValue@@UAE@XZ @11395 NONAME ??1H245_Params@@UAE@XZ @33046 NONAME ??1H245_Password@@UAE@XZ @2040 NONAME ??1H245_PictureReference@@UAE@XZ @11396 NONAME ??1H245_Q2931Address@@UAE@XZ @2041 NONAME ??1H245_Q2931Address_address@@UAE@XZ @2042 NONAME ??1H245_QOSCapability@@UAE@XZ @2043 NONAME ??1H245_QOSMode@@UAE@XZ @2044 NONAME ??1H245_RedundancyEncoding@@UAE@XZ @2045 NONAME ??1H245_RedundancyEncodingCapability@@UAE@XZ @2046 NONAME ??1H245_RedundancyEncodingDTMode@@UAE@XZ @19101 NONAME ??1H245_RedundancyEncodingDTModeElement@@UAE@XZ @19102 NONAME ??1H245_RedundancyEncodingDTModeElement_type@@UAE@XZ @19103 NONAME ??1H245_RedundancyEncodingElement@@UAE@XZ @19104 NONAME ??1H245_RedundancyEncodingMethod@@UAE@XZ @2047 NONAME ??1H245_RedundancyEncodingMode@@UAE@XZ @2048 NONAME ??1H245_RedundancyEncodingMode_secondaryEncoding@@UAE@XZ @2049 NONAME ??1H245_RedundancyEncoding_rtpRedundancyEncoding@@UAE@XZ @19105 NONAME ??1H245_RefPictureSelection@@UAE@XZ @2050 NONAME ??1H245_RefPictureSelection_additionalPictureMemory@@UAE@XZ @2051 NONAME ??1H245_RefPictureSelection_enhancedReferencePicSelect@@UAE@XZ @11397 NONAME ??1H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UAE@XZ @11398 NONAME ??1H245_RefPictureSelection_videoBackChannelSend@@UAE@XZ @2052 NONAME ??1H245_RemoteMCRequest@@UAE@XZ @2053 NONAME ??1H245_RemoteMCResponse@@UAE@XZ @2054 NONAME ??1H245_RemoteMCResponse_reject@@UAE@XZ @2055 NONAME ??1H245_RequestAllTerminalIDsResponse@@UAE@XZ @2056 NONAME ??1H245_RequestChannelClose@@UAE@XZ @2057 NONAME ??1H245_RequestChannelCloseAck@@UAE@XZ @2058 NONAME ??1H245_RequestChannelCloseReject@@UAE@XZ @2059 NONAME ??1H245_RequestChannelCloseReject_cause@@UAE@XZ @2060 NONAME ??1H245_RequestChannelCloseRelease@@UAE@XZ @2061 NONAME ??1H245_RequestChannelClose_reason@@UAE@XZ @2062 NONAME ??1H245_RequestMessage@@UAE@XZ @2063 NONAME ??1H245_RequestMode@@UAE@XZ @2064 NONAME ??1H245_RequestModeAck@@UAE@XZ @2065 NONAME ??1H245_RequestModeAck_response@@UAE@XZ @2066 NONAME ??1H245_RequestModeReject@@UAE@XZ @2067 NONAME ??1H245_RequestModeReject_cause@@UAE@XZ @2068 NONAME ??1H245_RequestModeRelease@@UAE@XZ @2069 NONAME ??1H245_RequestMultiplexEntry@@UAE@XZ @2070 NONAME ??1H245_RequestMultiplexEntryAck@@UAE@XZ @2071 NONAME ??1H245_RequestMultiplexEntryReject@@UAE@XZ @2072 NONAME ??1H245_RequestMultiplexEntryRejectionDescriptions@@UAE@XZ @2073 NONAME ??1H245_RequestMultiplexEntryRejectionDescriptions_cause@@UAE@XZ @2074 NONAME ??1H245_RequestMultiplexEntryRelease@@UAE@XZ @2075 NONAME ??1H245_ResponseMessage@@UAE@XZ @2076 NONAME ??1H245_RoundTripDelayRequest@@UAE@XZ @2077 NONAME ??1H245_RoundTripDelayResponse@@UAE@XZ @2078 NONAME ??1H245_RSVPParameters@@UAE@XZ @2079 NONAME ??1H245_RTPH263VideoRedundancyEncoding@@UAE@XZ @2080 NONAME ??1H245_RTPH263VideoRedundancyEncoding_containedThreads@@UAE@XZ @2081 NONAME ??1H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@UAE@XZ @2082 NONAME ??1H245_RTPH263VideoRedundancyFrameMapping@@UAE@XZ @2083 NONAME ??1H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@UAE@XZ @2084 NONAME ??1H245_RTPPayloadType@@UAE@XZ @2085 NONAME ??1H245_RTPPayloadType_payloadDescriptor@@UAE@XZ @2086 NONAME ??1H245_SendTerminalCapabilitySet@@UAE@XZ @2087 NONAME ??1H245_SendTerminalCapabilitySet_specificRequest@@UAE@XZ @2088 NONAME ??1H245_SequenceNumber@@UAE@XZ @2089 NONAME ??1H245_SubstituteConferenceIDCommand@@UAE@XZ @2090 NONAME ??1H245_T38FaxProfile@@UAE@XZ @11399 NONAME ??1H245_T38FaxRateManagement@@UAE@XZ @11400 NONAME ??1H245_T38FaxTcpOptions@@UAE@XZ @11401 NONAME ??1H245_T38FaxUdpOptions@@UAE@XZ @11402 NONAME ??1H245_T38FaxUdpOptions_t38FaxUdpEC@@UAE@XZ @11403 NONAME ??1H245_T84Profile@@UAE@XZ @2091 NONAME ??1H245_T84Profile_t84Restricted@@UAE@XZ @2092 NONAME ??1H245_TerminalCapabilitySet@@UAE@XZ @2093 NONAME ??1H245_TerminalCapabilitySetAck@@UAE@XZ @2094 NONAME ??1H245_TerminalCapabilitySetReject@@UAE@XZ @2095 NONAME ??1H245_TerminalCapabilitySetReject_cause@@UAE@XZ @2096 NONAME ??1H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@UAE@XZ @2097 NONAME ??1H245_TerminalCapabilitySetRelease@@UAE@XZ @2098 NONAME ??1H245_TerminalID@@UAE@XZ @2099 NONAME ??1H245_TerminalInformation@@UAE@XZ @2100 NONAME ??1H245_TerminalLabel@@UAE@XZ @2101 NONAME ??1H245_TerminalNumber@@UAE@XZ @2102 NONAME ??1H245_TerminalYouAreSeeingInSubPictureNumber@@UAE@XZ @2103 NONAME ??1H245_TransparencyParameters@@UAE@XZ @2104 NONAME ??1H245_TransportAddress@@UAE@XZ @2105 NONAME ??1H245_TransportCapability@@UAE@XZ @2106 NONAME ??1H245_UnicastAddress@@UAE@XZ @2107 NONAME ??1H245_UnicastAddress_iP6Address@@UAE@XZ @2108 NONAME ??1H245_UnicastAddress_iPAddress@@UAE@XZ @2109 NONAME ??1H245_UnicastAddress_iPSourceRouteAddress@@UAE@XZ @2110 NONAME ??1H245_UnicastAddress_iPSourceRouteAddress_route@@UAE@XZ @2111 NONAME ??1H245_UnicastAddress_iPSourceRouteAddress_routing@@UAE@XZ @2112 NONAME ??1H245_UnicastAddress_iPXAddress@@UAE@XZ @2113 NONAME ??1H245_UserInputCapability@@UAE@XZ @2114 NONAME ??1H245_UserInputIndication@@UAE@XZ @2115 NONAME ??1H245_UserInputIndication_encryptedAlphanumeric@@UAE@XZ @33047 NONAME ??1H245_UserInputIndication_extendedAlphanumeric@@UAE@XZ @11404 NONAME ??1H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UAE@XZ @33048 NONAME ??1H245_UserInputIndication_signal@@UAE@XZ @2116 NONAME ??1H245_UserInputIndication_signalUpdate@@UAE@XZ @2117 NONAME ??1H245_UserInputIndication_signalUpdate_rtp@@UAE@XZ @2118 NONAME ??1H245_UserInputIndication_signal_rtp@@UAE@XZ @2119 NONAME ??1H245_UserInputIndication_userInputSupportIndication@@UAE@XZ @2120 NONAME ??1H245_V42bis@@UAE@XZ @2121 NONAME ??1H245_V75Capability@@UAE@XZ @2122 NONAME ??1H245_V75Parameters@@UAE@XZ @2123 NONAME ??1H245_V76Capability@@UAE@XZ @2124 NONAME ??1H245_V76HDLCParameters@@UAE@XZ @2125 NONAME ??1H245_V76LogicalChannelParameters@@UAE@XZ @2126 NONAME ??1H245_V76LogicalChannelParameters_mode@@UAE@XZ @2127 NONAME ??1H245_V76LogicalChannelParameters_mode_eRM@@UAE@XZ @2128 NONAME ??1H245_V76LogicalChannelParameters_mode_eRM_recovery@@UAE@XZ @2129 NONAME ??1H245_V76LogicalChannelParameters_suspendResume@@UAE@XZ @2130 NONAME ??1H245_V76ModeParameters@@UAE@XZ @2131 NONAME ??1H245_VBDCapability@@UAE@XZ @19106 NONAME ??1H245_VBDMode@@UAE@XZ @19107 NONAME ??1H245_VCCapability@@UAE@XZ @2132 NONAME ??1H245_VCCapability_aal1@@UAE@XZ @2133 NONAME ??1H245_VCCapability_aal1ViaGateway@@UAE@XZ @11405 NONAME ??1H245_VCCapability_aal5@@UAE@XZ @2134 NONAME ??1H245_VCCapability_availableBitRates@@UAE@XZ @2135 NONAME ??1H245_VCCapability_availableBitRates_type@@UAE@XZ @2136 NONAME ??1H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UAE@XZ @2137 NONAME ??1H245_VendorIdentification@@UAE@XZ @2138 NONAME ??1H245_VideoCapability@@UAE@XZ @2139 NONAME ??1H245_VideoIndicateCompose@@UAE@XZ @2140 NONAME ??1H245_VideoMode@@UAE@XZ @2141 NONAME ??1H248_ActionReply@@UAE@XZ @15386 NONAME ??1H248_ActionRequest@@UAE@XZ @15387 NONAME ??1H248_AmmDescriptor@@UAE@XZ @15388 NONAME ??1H248_AmmRequest@@UAE@XZ @15389 NONAME ??1H248_AmmsReply@@UAE@XZ @15390 NONAME ??1H248_ArrayOf_ActionReply@@UAE@XZ @15391 NONAME ??1H248_ArrayOf_ActionRequest@@UAE@XZ @15392 NONAME ??1H248_ArrayOf_AmmDescriptor@@UAE@XZ @15393 NONAME ??1H248_ArrayOf_CommandReply@@UAE@XZ @15394 NONAME ??1H248_ArrayOf_CommandRequest@@UAE@XZ @15395 NONAME ??1H248_ArrayOf_EventParameter@@UAE@XZ @15396 NONAME ??1H248_ArrayOf_IndAuditParameter@@UAE@XZ @15397 NONAME ??1H248_ArrayOf_IndAudPropertyParm@@UAE@XZ @15398 NONAME ??1H248_ArrayOf_IndAudStreamDescriptor@@UAE@XZ @15399 NONAME ??1H248_ArrayOf_ModemType@@UAE@XZ @15400 NONAME ??1H248_ArrayOf_ObservedEvent@@UAE@XZ @15401 NONAME ??1H248_ArrayOf_PASN_OctetString@@UAE@XZ @15402 NONAME ??1H248_ArrayOf_PropertyGroup@@UAE@XZ @15403 NONAME ??1H248_ArrayOf_PropertyParm@@UAE@XZ @15404 NONAME ??1H248_ArrayOf_RequestedEvent@@UAE@XZ @15405 NONAME ??1H248_ArrayOf_SecondRequestedEvent@@UAE@XZ @15406 NONAME ??1H248_ArrayOf_Signal@@UAE@XZ @15407 NONAME ??1H248_ArrayOf_SigParameter@@UAE@XZ @15408 NONAME ??1H248_ArrayOf_StreamDescriptor@@UAE@XZ @15409 NONAME ??1H248_ArrayOf_TerminationID@@UAE@XZ @15410 NONAME ??1H248_ArrayOf_TopologyRequest@@UAE@XZ @15411 NONAME ??1H248_ArrayOf_Transaction@@UAE@XZ @15412 NONAME ??1H248_ArrayOf_WildcardField@@UAE@XZ @15413 NONAME ??1H248_AuditDescriptor@@UAE@XZ @15414 NONAME ??1H248_AuditReply@@UAE@XZ @15415 NONAME ??1H248_AuditRequest@@UAE@XZ @15416 NONAME ??1H248_AuditResult@@UAE@XZ @15417 NONAME ??1H248_AuditReturnParameter@@UAE@XZ @15418 NONAME ??1H248_AuthData@@UAE@XZ @15419 NONAME ??1H248_AuthenticationHeader@@UAE@XZ @15420 NONAME ??1H248_Command@@UAE@XZ @15421 NONAME ??1H248_CommandReply@@UAE@XZ @15422 NONAME ??1H248_CommandRequest@@UAE@XZ @15423 NONAME ??1H248_ContextAttrAuditRequest@@UAE@XZ @15424 NONAME ??1H248_ContextID@@UAE@XZ @15425 NONAME ??1H248_ContextRequest@@UAE@XZ @15426 NONAME ??1H248_DigitMapDescriptor@@UAE@XZ @15427 NONAME ??1H248_DigitMapName@@UAE@XZ @15428 NONAME ??1H248_DigitMapValue@@UAE@XZ @15429 NONAME ??1H248_DomainName@@UAE@XZ @15430 NONAME ??1H248_ErrorCode@@UAE@XZ @15431 NONAME ??1H248_ErrorDescriptor@@UAE@XZ @15432 NONAME ??1H248_ErrorText@@UAE@XZ @15433 NONAME ??1H248_EventBufferControl@@UAE@XZ @15434 NONAME ??1H248_EventBufferDescriptor@@UAE@XZ @15435 NONAME ??1H248_EventDM@@UAE@XZ @15436 NONAME ??1H248_EventName@@UAE@XZ @15437 NONAME ??1H248_EventParameter@@UAE@XZ @15438 NONAME ??1H248_EventParameter_extraInfo@@UAE@XZ @15439 NONAME ??1H248_EventsDescriptor@@UAE@XZ @15440 NONAME ??1H248_EventSpec@@UAE@XZ @15441 NONAME ??1H248_H221NonStandard@@UAE@XZ @15442 NONAME ??1H248_IndAudDigitMapDescriptor@@UAE@XZ @15443 NONAME ??1H248_IndAudEventBufferDescriptor@@UAE@XZ @15444 NONAME ??1H248_IndAudEventsDescriptor@@UAE@XZ @15445 NONAME ??1H248_IndAuditParameter@@UAE@XZ @15446 NONAME ??1H248_IndAudLocalControlDescriptor@@UAE@XZ @15447 NONAME ??1H248_IndAudLocalRemoteDescriptor@@UAE@XZ @15448 NONAME ??1H248_IndAudMediaDescriptor@@UAE@XZ @15449 NONAME ??1H248_IndAudMediaDescriptor_streams@@UAE@XZ @15450 NONAME ??1H248_IndAudPackagesDescriptor@@UAE@XZ @15451 NONAME ??1H248_IndAudPropertyGroup@@UAE@XZ @15452 NONAME ??1H248_IndAudPropertyParm@@UAE@XZ @15453 NONAME ??1H248_IndAudSeqSigList@@UAE@XZ @15454 NONAME ??1H248_IndAudSignal@@UAE@XZ @15455 NONAME ??1H248_IndAudSignalsDescriptor@@UAE@XZ @15456 NONAME ??1H248_IndAudStatisticsDescriptor@@UAE@XZ @15457 NONAME ??1H248_IndAudStreamDescriptor@@UAE@XZ @15458 NONAME ??1H248_IndAudStreamParms@@UAE@XZ @15459 NONAME ??1H248_IndAudTerminationStateDescriptor@@UAE@XZ @15460 NONAME ??1H248_IP4Address@@UAE@XZ @15461 NONAME ??1H248_IP6Address@@UAE@XZ @15462 NONAME ??1H248_LocalControlDescriptor@@UAE@XZ @15463 NONAME ??1H248_LocalRemoteDescriptor@@UAE@XZ @15464 NONAME ??1H248_MediaDescriptor@@UAE@XZ @15465 NONAME ??1H248_MediaDescriptor_streams@@UAE@XZ @15466 NONAME ??1H248_MegacoMessage@@UAE@XZ @15467 NONAME ??1H248_Message@@UAE@XZ @15468 NONAME ??1H248_Message_messageBody@@UAE@XZ @15469 NONAME ??1H248_MId@@UAE@XZ @15470 NONAME ??1H248_ModemDescriptor@@UAE@XZ @15471 NONAME ??1H248_ModemType@@UAE@XZ @15472 NONAME ??1H248_MuxDescriptor@@UAE@XZ @15473 NONAME ??1H248_MuxType@@UAE@XZ @15474 NONAME ??1H248_Name@@UAE@XZ @15475 NONAME ??1H248_NonStandardData@@UAE@XZ @15476 NONAME ??1H248_NonStandardIdentifier@@UAE@XZ @15477 NONAME ??1H248_NotifyCompletion@@UAE@XZ @15478 NONAME ??1H248_NotifyReply@@UAE@XZ @15479 NONAME ??1H248_NotifyRequest@@UAE@XZ @15480 NONAME ??1H248_ObservedEvent@@UAE@XZ @15481 NONAME ??1H248_ObservedEventsDescriptor@@UAE@XZ @15482 NONAME ??1H248_PackagesDescriptor@@UAE@XZ @15483 NONAME ??1H248_PackagesItem@@UAE@XZ @15484 NONAME ??1H248_PathName@@UAE@XZ @15485 NONAME ??1H248_PkgdName@@UAE@XZ @15486 NONAME ??1H248_PropertyGroup@@UAE@XZ @15487 NONAME ??1H248_PropertyParm@@UAE@XZ @15488 NONAME ??1H248_PropertyParm_extraInfo@@UAE@XZ @15489 NONAME ??1H248_Relation@@UAE@XZ @15490 NONAME ??1H248_RequestedActions@@UAE@XZ @15491 NONAME ??1H248_RequestedEvent@@UAE@XZ @15492 NONAME ??1H248_RequestID@@UAE@XZ @15493 NONAME ??1H248_SecondEventsDescriptor@@UAE@XZ @15494 NONAME ??1H248_SecondRequestedActions@@UAE@XZ @15495 NONAME ??1H248_SecondRequestedEvent@@UAE@XZ @15496 NONAME ??1H248_SecurityParmIndex@@UAE@XZ @15497 NONAME ??1H248_SeqSigList@@UAE@XZ @15498 NONAME ??1H248_SequenceNum@@UAE@XZ @15499 NONAME ??1H248_ServiceChangeAddress@@UAE@XZ @15500 NONAME ??1H248_ServiceChangeMethod@@UAE@XZ @15501 NONAME ??1H248_ServiceChangeParm@@UAE@XZ @15502 NONAME ??1H248_ServiceChangeProfile@@UAE@XZ @15503 NONAME ??1H248_ServiceChangeReply@@UAE@XZ @15504 NONAME ??1H248_ServiceChangeRequest@@UAE@XZ @15505 NONAME ??1H248_ServiceChangeResParm@@UAE@XZ @15506 NONAME ??1H248_ServiceChangeResult@@UAE@XZ @15507 NONAME ??1H248_ServiceState@@UAE@XZ @15508 NONAME ??1H248_Signal@@UAE@XZ @15509 NONAME ??1H248_SignalName@@UAE@XZ @15510 NONAME ??1H248_SignalRequest@@UAE@XZ @15511 NONAME ??1H248_SignalsDescriptor@@UAE@XZ @15512 NONAME ??1H248_SignalType@@UAE@XZ @15513 NONAME ??1H248_SigParameter@@UAE@XZ @15514 NONAME ??1H248_SigParameter_extraInfo@@UAE@XZ @15515 NONAME ??1H248_StatisticsDescriptor@@UAE@XZ @15516 NONAME ??1H248_StatisticsParameter@@UAE@XZ @15517 NONAME ??1H248_StreamDescriptor@@UAE@XZ @15518 NONAME ??1H248_StreamID@@UAE@XZ @15519 NONAME ??1H248_StreamMode@@UAE@XZ @15520 NONAME ??1H248_StreamParms@@UAE@XZ @15521 NONAME ??1H248_SubtractRequest@@UAE@XZ @15522 NONAME ??1H248_TerminationAudit@@UAE@XZ @15523 NONAME ??1H248_TerminationID@@UAE@XZ @15524 NONAME ??1H248_TerminationIDList@@UAE@XZ @15525 NONAME ??1H248_TerminationStateDescriptor@@UAE@XZ @15526 NONAME ??1H248_TimeNotation@@UAE@XZ @15527 NONAME ??1H248_TopologyRequest@@UAE@XZ @15528 NONAME ??1H248_TopologyRequest_topologyDirection@@UAE@XZ @15529 NONAME ??1H248_Transaction@@UAE@XZ @15530 NONAME ??1H248_TransactionAck@@UAE@XZ @15531 NONAME ??1H248_TransactionId@@UAE@XZ @15532 NONAME ??1H248_TransactionPending@@UAE@XZ @15533 NONAME ??1H248_TransactionReply@@UAE@XZ @15534 NONAME ??1H248_TransactionReply_transactionResult@@UAE@XZ @15535 NONAME ??1H248_TransactionRequest@@UAE@XZ @15536 NONAME ??1H248_TransactionResponseAck@@UAE@XZ @15537 NONAME ??1H248_Value@@UAE@XZ @15538 NONAME ??1H248_WildcardField@@UAE@XZ @15539 NONAME ??1H261DCTEncoder@@UAE@XZ @9181 NONAME ??1H261Encoder@@MAE@XZ @9182 NONAME ??1H261PixelEncoder@@UAE@XZ @9183 NONAME ??1H263Packet@@UAE@XZ @33630 NONAME ??1H263PacketList@@UAE@XZ @33631 NONAME ??1H323AudioCapability@@UAE@XZ @2142 NONAME ??1H323AudioCodec@@UAE@XZ @2143 NONAME ??1H323BidirectionalChannel@@UAE@XZ @2144 NONAME ??1H323CallCreditServiceControl@@UAE@XZ @15540 NONAME ??1H323Capabilities@@UAE@XZ @9018 NONAME ??1H323CapabilitiesSet@@UAE@XZ @9019 NONAME ??1H323Capability@@UAE@XZ @2145 NONAME ??1H323Channel@@UAE@XZ @2147 NONAME ??1H323ChannelNumber@@UAE@XZ @2148 NONAME ??1H323Codec@@UAE@XZ @2149 NONAME ??1H323CodecPluginGenericAudioCapability@@UAE@XZ @33210 NONAME ??1H323CodecPluginNonStandardAudioCapability@@UAE@XZ @20396 NONAME ??1H323Connection@@UAE@XZ @2150 NONAME ??1H323ConnectionsCleaner@@UAE@XZ @2151 NONAME ??1H323ControlPDU@@UAE@XZ @2152 NONAME ??1H323DataCapability@@UAE@XZ @2153 NONAME ??1H323DataChannel@@UAE@XZ @12607 NONAME ??1H323DynaLink@@UAE@XZ @30641 NONAME ??1H323EndPoint@@UAE@XZ @2154 NONAME ??1H323FramedAudioCodec@@UAE@XZ @2155 NONAME ??1H323Gatekeeper@@UAE@XZ @2156 NONAME ??1H323GatekeeperARQ@@UAE@XZ @13431 NONAME ??1H323GatekeeperBRQ@@UAE@XZ @13432 NONAME ??1H323GatekeeperCall@@UAE@XZ @12787 NONAME ??1H323GatekeeperDRQ@@UAE@XZ @13433 NONAME ??1H323GatekeeperGRQ@@UAE@XZ @13434 NONAME ??1H323GatekeeperIRR@@UAE@XZ @14254 NONAME ??1H323GatekeeperListener@@UAE@XZ @12788 NONAME ??1H323GatekeeperLRQ@@UAE@XZ @13435 NONAME ??1H323GatekeeperRequest@@UAE@XZ @13436 NONAME ??1H323GatekeeperRRQ@@UAE@XZ @13437 NONAME ??1H323GatekeeperServer@@UAE@XZ @12789 NONAME ??1H323GatekeeperURQ@@UAE@XZ @13438 NONAME ??1H323GenericAudioCapability@@UAE@XZ @33211 NONAME ??1H323GenericCapabilityInfo@@UAE@XZ @33212 NONAME ??1H323GenericVideoCapability@@UAE@XZ @33213 NONAME ??1H323GSMPluginCapability@@UAE@XZ @20397 NONAME ??1H323H248ServiceControl@@UAE@XZ @15541 NONAME ??1H323HTTPServiceControl@@UAE@XZ @15542 NONAME ??1H323Listener@@UAE@XZ @2158 NONAME ??1H323ListenerTCP@@UAE@XZ @2159 NONAME ??1H323LogicalChannelThread@@UAE@XZ @2160 NONAME ??1H323NonStandardAudioCapability@@UAE@XZ @2161 NONAME ??1H323NonStandardCapabilityInfo@@UAE@XZ @2162 NONAME ??1H323NonStandardDataCapability@@UAE@XZ @2163 NONAME ??1H323NonStandardVideoCapability@@UAE@XZ @2164 NONAME ??1H323PeerElement@@UAE@XZ @16953 NONAME ??1H323PeerElementDescriptor@@UAE@XZ @18009 NONAME ??1H323PeerElementServiceRelationship@@UAE@XZ @18010 NONAME ??1H323PluginCapability@@UAE@XZ @20400 NONAME ??1H323PluginCapabilityInfo@@QAE@XZ @30712 NONAME ??1H323PluginCodecManager@@UAE@XZ @30616 NONAME ??1H323PluginFramedAudioCodec@@UAE@XZ @30679 NONAME ??1H323PluginG7231Capability@@UAE@XZ @20401 NONAME ??1H323PluginVideoCodec@@UAE@XZ @20402 NONAME ??1H323RasPDU@@UAE@XZ @2165 NONAME ??1H323RealTimeCapability@@UAE@XZ @2166 NONAME ??1H323RegisteredEndPoint@@UAE@XZ @12790 NONAME ??1H323ServiceControlSession@@UAE@XZ @15543 NONAME ??1H323SignalPDU@@UAE@XZ @2167 NONAME ??1H323SimultaneousCapabilities@@UAE@XZ @2168 NONAME ??1H323StreamedAudioCodec@@UAE@XZ @2169 NONAME ??1H323StreamedPluginAudioCodec@@UAE@XZ @30680 NONAME ??1H323Transaction@@UAE@XZ @18355 NONAME ??1H323TransactionPDU@@UAE@XZ @17743 NONAME ??1H323TransactionServer@@UAE@XZ @16956 NONAME ??1H323Transactor@@UAE@XZ @16957 NONAME ??1H323Transport@@UAE@XZ @2170 NONAME ??1H323TransportAddress@@UAE@XZ @2171 NONAME ??1H323TransportAddressArray@@UAE@XZ @14748 NONAME ??1H323TransportIP@@UAE@XZ @2172 NONAME ??1H323TransportTCP@@UAE@XZ @2173 NONAME ??1H323TransportUDP@@UAE@XZ @2174 NONAME ??1H323UnidirectionalChannel@@UAE@XZ @2175 NONAME ??1H323VideoCapability@@UAE@XZ @2176 NONAME ??1H323VideoCodec@@UAE@XZ @2177 NONAME ??1H323_ALawCodec@@UAE@XZ @2182 NONAME ??1H323_AnnexG@@UAE@XZ @16958 NONAME ??1H323_CiscoG7231aLIDCapability@@UAE@XZ @14688 NONAME ??1H323_ExternalRTPChannel@@UAE@XZ @13583 NONAME ??1H323_G711ALaw64Capability@@UAE@XZ @31234 NONAME ??1H323_G711Capability@@UAE@XZ @2183 NONAME ??1H323_G711uLaw64Capability@@UAE@XZ @31235 NONAME ??1H323_H261Capability@@UAE@XZ @2186 NONAME ??1H323_H261Codec@@UAE@XZ @2187 NONAME ??1H323_LIDCapability@@UAE@XZ @2188 NONAME ??1H323_LIDCodec@@UAE@XZ @2189 NONAME ??1H323_LID_G711_ALaw_Capability@@UAE@XZ @31236 NONAME ??1H323_LID_G711_uLaw_Capability@@UAE@XZ @31237 NONAME ??1H323_LID_G7231A_5k3_Capability@@UAE@XZ @31238 NONAME ??1H323_LID_G7231A_6k3_Capability@@UAE@XZ @31239 NONAME ??1H323_LID_G7231_5k3_Capability@@UAE@XZ @31240 NONAME ??1H323_LID_G7231_6k3_Capability@@UAE@XZ @31241 NONAME ??1H323_LID_G728_Capability@@UAE@XZ @31242 NONAME ??1H323_LID_G729AB_Capability@@UAE@XZ @31243 NONAME ??1H323_LID_G729A_Capability@@UAE@XZ @31244 NONAME ??1H323_LID_G729B_Capability@@UAE@XZ @31245 NONAME ??1H323_LID_G729_Capability@@UAE@XZ @31246 NONAME ??1H323_LID_GSM0610_Capability@@UAE@XZ @31247 NONAME ??1H323_muLawCodec@@UAE@XZ @2190 NONAME ??1H323_RealTimeChannel@@UAE@XZ @13584 NONAME ??1H323_RFC2190_H263Capability@@UAE@XZ @33632 NONAME ??1H323_RFC2190_H263Codec@@UAE@XZ @33633 NONAME ??1H323_RTPChannel@@UAE@XZ @2191 NONAME ??1H323_RTP_Session@@UAE@XZ @2192 NONAME ??1H323_RTP_UDP@@UAE@XZ @2193 NONAME ??1H323_T120Capability@@UAE@XZ @2194 NONAME ??1H323_T120Channel@@UAE@XZ @12608 NONAME ??1H323_T38Capability@@UAE@XZ @12609 NONAME ??1H323_T38Channel@@UAE@XZ @12610 NONAME ??1H323_T38NonStandardCapability@@UAE@XZ @14184 NONAME ??1H323_UserInputCapability@@UAE@XZ @2195 NONAME ??1H45010_ArrayOf_MixedExtension@@UAE@XZ @10457 NONAME ??1H45010_CfbOvrOptArg@@UAE@XZ @10458 NONAME ??1H45010_CoReqOptArg@@UAE@XZ @10459 NONAME ??1H45010_H323CallOfferOperations@@UAE@XZ @10460 NONAME ??1H45010_RUAlertOptArg@@UAE@XZ @10461 NONAME ??1H45011Handler@@UAE@XZ @14320 NONAME ??1H45011_ArrayOf_MixedExtension@@UAE@XZ @10462 NONAME ??1H45011_CallIntrusionErrors@@UAE@XZ @10463 NONAME ??1H45011_CICapabilityLevel@@UAE@XZ @10464 NONAME ??1H45011_CIFrcRelArg@@UAE@XZ @10465 NONAME ??1H45011_CIFrcRelOptRes@@UAE@XZ @10466 NONAME ??1H45011_CIGetCIPLOptArg@@UAE@XZ @10467 NONAME ??1H45011_CIGetCIPLRes@@UAE@XZ @10468 NONAME ??1H45011_CIIsOptArg@@UAE@XZ @10469 NONAME ??1H45011_CIIsOptRes@@UAE@XZ @10470 NONAME ??1H45011_CINotificationArg@@UAE@XZ @10471 NONAME ??1H45011_CIProtectionLevel@@UAE@XZ @10472 NONAME ??1H45011_CIRequestArg@@UAE@XZ @10473 NONAME ??1H45011_CIRequestRes@@UAE@XZ @10474 NONAME ??1H45011_CISilentArg@@UAE@XZ @10475 NONAME ??1H45011_CISilentOptRes@@UAE@XZ @10476 NONAME ??1H45011_CIStatusInformation@@UAE@XZ @10477 NONAME ??1H45011_CIWobOptArg@@UAE@XZ @10478 NONAME ??1H45011_CIWobOptRes@@UAE@XZ @10479 NONAME ??1H45011_H323CallIntrusionOperations@@UAE@XZ @10480 NONAME ??1H4501_Address@@UAE@XZ @9751 NONAME ??1H4501_AddressInformation@@UAE@XZ @9752 NONAME ??1H4501_AddressScreened@@UAE@XZ @9753 NONAME ??1H4501_ArrayOf_AliasAddress@@UAE@XZ @9754 NONAME ??1H4501_ArrayOf_ROS@@UAE@XZ @9755 NONAME ??1H4501_EndpointAddress@@UAE@XZ @9756 NONAME ??1H4501_EntityType@@UAE@XZ @9757 NONAME ??1H4501_Extension@@UAE@XZ @9758 NONAME ??1H4501_GeneralErrorList@@UAE@XZ @9759 NONAME ??1H4501_H225InformationElement@@UAE@XZ @9760 NONAME ??1H4501_InterpretationApdu@@UAE@XZ @9761 NONAME ??1H4501_InvokeIDs@@UAE@XZ @9762 NONAME ??1H4501_InvokeIdSet@@UAE@XZ @9763 NONAME ??1H4501_NetworkFacilityExtension@@UAE@XZ @9764 NONAME ??1H4501_NSAPSubaddress@@UAE@XZ @9765 NONAME ??1H4501_NumberScreened@@UAE@XZ @9766 NONAME ??1H4501_PartySubaddress@@UAE@XZ @9767 NONAME ??1H4501_PresentationAllowedIndicator@@UAE@XZ @9768 NONAME ??1H4501_PresentedAddressScreened@@UAE@XZ @9769 NONAME ??1H4501_PresentedAddressUnscreened@@UAE@XZ @9770 NONAME ??1H4501_PresentedNumberScreened@@UAE@XZ @9771 NONAME ??1H4501_PresentedNumberUnscreened@@UAE@XZ @9772 NONAME ??1H4501_ScreeningIndicator@@UAE@XZ @9773 NONAME ??1H4501_ServiceApdus@@UAE@XZ @9774 NONAME ??1H4501_SubaddressInformation@@UAE@XZ @9775 NONAME ??1H4501_SupplementaryService@@UAE@XZ @9776 NONAME ??1H4501_UserSpecifiedSubaddress@@UAE@XZ @9777 NONAME ??1H4502Handler@@UAE@XZ @13131 NONAME ??1H4502_CallIdentity@@UAE@XZ @9778 NONAME ??1H4502_CallStatus@@UAE@XZ @9779 NONAME ??1H4502_CallTransferErrors@@UAE@XZ @9780 NONAME ??1H4502_CallTransferOperation@@UAE@XZ @9781 NONAME ??1H4502_CTActiveArg@@UAE@XZ @9782 NONAME ??1H4502_CTActiveArg_argumentExtension@@UAE@XZ @9783 NONAME ??1H4502_CTCompleteArg@@UAE@XZ @9784 NONAME ??1H4502_CTCompleteArg_argumentExtension@@UAE@XZ @9785 NONAME ??1H4502_CTIdentifyRes@@UAE@XZ @9786 NONAME ??1H4502_CTIdentifyRes_resultExtension@@UAE@XZ @9787 NONAME ??1H4502_CTInitiateArg@@UAE@XZ @9788 NONAME ??1H4502_CTInitiateArg_argumentExtension@@UAE@XZ @9789 NONAME ??1H4502_CTSetupArg@@UAE@XZ @9790 NONAME ??1H4502_CTSetupArg_argumentExtension@@UAE@XZ @9791 NONAME ??1H4502_CTUpdateArg@@UAE@XZ @9792 NONAME ??1H4502_CTUpdateArg_argumentExtension@@UAE@XZ @9793 NONAME ??1H4502_DummyArg@@UAE@XZ @9794 NONAME ??1H4502_DummyRes@@UAE@XZ @9795 NONAME ??1H4502_EndDesignation@@UAE@XZ @9796 NONAME ??1H4502_ExtensionSeq@@UAE@XZ @9797 NONAME ??1H4502_SubaddressTransferArg@@UAE@XZ @9798 NONAME ??1H4502_SubaddressTransferArg_argumentExtension@@UAE@XZ @9799 NONAME ??1H4503_BasicService@@UAE@XZ @10289 NONAME ??1H4503_CallDiversionErrors@@UAE@XZ @10290 NONAME ??1H4503_DiversionReason@@UAE@XZ @10291 NONAME ??1H4503_ExtensionSeq@@UAE@XZ @10292 NONAME ??1H4503_H323CallDiversionOperations@@UAE@XZ @10293 NONAME ??1H4503_IntResult@@UAE@XZ @10294 NONAME ??1H4503_IntResultList@@UAE@XZ @10295 NONAME ??1H4503_IntResult_extension@@UAE@XZ @10296 NONAME ??1H4503_Procedure@@UAE@XZ @10297 NONAME ??1H4503_SubscriptionOption@@UAE@XZ @10298 NONAME ??1H4504Handler@@UAE@XZ @13132 NONAME ??1H4504_ArrayOf_MixedExtension@@UAE@XZ @10202 NONAME ??1H4504_CallHoldOperation@@UAE@XZ @10203 NONAME ??1H4504_Extension@@UAE@XZ @10204 NONAME ??1H4504_HoldNotificArg@@UAE@XZ @10205 NONAME ??1H4504_MixedExtension@@UAE@XZ @10206 NONAME ??1H4504_RemoteHoldArg@@UAE@XZ @10207 NONAME ??1H4504_RemoteHoldRes@@UAE@XZ @10208 NONAME ??1H4504_RemoteRetrieveArg@@UAE@XZ @10209 NONAME ??1H4504_RemoteRetrieveRes@@UAE@XZ @10210 NONAME ??1H4504_RetrieveNotificArg@@UAE@XZ @10211 NONAME ??1H4505_ArrayOf_MixedExtension@@UAE@XZ @10481 NONAME ??1H4505_CallParkPickupOperations@@UAE@XZ @10482 NONAME ??1H4505_CallPickupErrors@@UAE@XZ @10483 NONAME ??1H4505_CallType@@UAE@XZ @10484 NONAME ??1H4505_CpickupNotifyArg@@UAE@XZ @10485 NONAME ??1H4505_CpNotifyArg@@UAE@XZ @10486 NONAME ??1H4505_CpRequestArg@@UAE@XZ @10487 NONAME ??1H4505_CpRequestRes@@UAE@XZ @10488 NONAME ??1H4505_CpSetupArg@@UAE@XZ @10489 NONAME ??1H4505_CpSetupRes@@UAE@XZ @10490 NONAME ??1H4505_GroupIndicationOffArg@@UAE@XZ @10491 NONAME ??1H4505_GroupIndicationOffRes@@UAE@XZ @10492 NONAME ??1H4505_GroupIndicationOnArg@@UAE@XZ @10493 NONAME ??1H4505_GroupIndicationOnRes@@UAE@XZ @10494 NONAME ??1H4505_ParkCondition@@UAE@XZ @10495 NONAME ??1H4505_ParkedToPosition@@UAE@XZ @10496 NONAME ??1H4505_PickExeArg@@UAE@XZ @10497 NONAME ??1H4505_PickExeRes@@UAE@XZ @10498 NONAME ??1H4505_PickrequArg@@UAE@XZ @10499 NONAME ??1H4505_PickrequRes@@UAE@XZ @10500 NONAME ??1H4505_PickupArg@@UAE@XZ @10501 NONAME ??1H4505_PickupRes@@UAE@XZ @10502 NONAME ??1H4506Handler@@UAE@XZ @13616 NONAME ??1H4506_ArrayOf_MixedExtension@@UAE@XZ @10503 NONAME ??1H4506_CallWaitingArg@@UAE@XZ @10504 NONAME ??1H4506_CallWaitingOperations@@UAE@XZ @10505 NONAME ??1H4507_ArrayOf_MixedExtension@@UAE@XZ @10506 NONAME ??1H4507_BasicService@@UAE@XZ @10507 NONAME ??1H4507_DummyRes@@UAE@XZ @10508 NONAME ??1H4507_H323_MWI_Operations@@UAE@XZ @10509 NONAME ??1H4507_MessageWaitingIndicationErrors@@UAE@XZ @10510 NONAME ??1H4507_MsgCentreId@@UAE@XZ @10511 NONAME ??1H4507_MWIActivateArg@@UAE@XZ @10512 NONAME ??1H4507_MWIDeactivateArg@@UAE@XZ @10513 NONAME ??1H4507_MWIInterrogateArg@@UAE@XZ @10514 NONAME ??1H4507_MWIInterrogateRes@@UAE@XZ @10515 NONAME ??1H4507_MWIInterrogateResElt@@UAE@XZ @10516 NONAME ??1H4507_NbOfMessages@@UAE@XZ @10517 NONAME ??1H4507_TimeStamp@@UAE@XZ @10518 NONAME ??1H4508_ExtendedName@@UAE@XZ @10519 NONAME ??1H4508_Name@@UAE@XZ @10520 NONAME ??1H4508_NameOperations@@UAE@XZ @10521 NONAME ??1H4508_NamePresentationAllowed@@UAE@XZ @10522 NONAME ??1H4508_NamePresentationRestricted@@UAE@XZ @10523 NONAME ??1H4508_SimpleName@@UAE@XZ @10524 NONAME ??1H4509_ArrayOf_MixedExtension@@UAE@XZ @10525 NONAME ??1H4509_CallCompletionErrors@@UAE@XZ @10526 NONAME ??1H4509_CcArg@@UAE@XZ @10527 NONAME ??1H4509_CcLongArg@@UAE@XZ @10528 NONAME ??1H4509_CcRequestArg@@UAE@XZ @10529 NONAME ??1H4509_CcRequestRes@@UAE@XZ @10530 NONAME ??1H4509_CcShortArg@@UAE@XZ @10531 NONAME ??1H4509_H323CallCompletionOperations@@UAE@XZ @10532 NONAME ??1H450ServiceAPDU@@UAE@XZ @9800 NONAME ??1H450xDispatcher@@UAE@XZ @13133 NONAME ??1H450xHandler@@UAE@XZ @13134 NONAME ??1H501AccessRequest@@UAE@XZ @18356 NONAME ??1H501DescriptorUpdate@@UAE@XZ @18357 NONAME ??1H501PDU@@UAE@XZ @16960 NONAME ??1H501ServiceRequest@@UAE@XZ @18358 NONAME ??1H501Transaction@@UAE@XZ @18359 NONAME ??1H501_AccessConfirmation@@UAE@XZ @16961 NONAME ??1H501_AccessRejection@@UAE@XZ @16962 NONAME ??1H501_AccessRejectionReason@@UAE@XZ @16963 NONAME ??1H501_AccessRequest@@UAE@XZ @16964 NONAME ??1H501_AccessToken@@UAE@XZ @16965 NONAME ??1H501_AddressTemplate@@UAE@XZ @16966 NONAME ??1H501_AlternatePE@@UAE@XZ @16967 NONAME ??1H501_AlternatePEInfo@@UAE@XZ @16968 NONAME ??1H501_ApplicationMessage@@UAE@XZ @16969 NONAME ??1H501_ArrayOf_AccessToken@@UAE@XZ @16970 NONAME ??1H501_ArrayOf_AddressTemplate@@UAE@XZ @16971 NONAME ??1H501_ArrayOf_AliasAddress@@UAE@XZ @16972 NONAME ??1H501_ArrayOf_AlternatePE@@UAE@XZ @16973 NONAME ??1H501_ArrayOf_CircuitIdentifier@@UAE@XZ @16974 NONAME ??1H501_ArrayOf_ClearToken@@UAE@XZ @16975 NONAME ??1H501_ArrayOf_ContactInformation@@UAE@XZ @16976 NONAME ??1H501_ArrayOf_CryptoH323Token@@UAE@XZ @16977 NONAME ??1H501_ArrayOf_Descriptor@@UAE@XZ @16978 NONAME ??1H501_ArrayOf_DescriptorInfo@@UAE@XZ @16980 NONAME ??1H501_ArrayOf_GenericData@@UAE@XZ @16981 NONAME ??1H501_ArrayOf_GloballyUniqueID@@UAE@XZ @17778 NONAME ??1H501_ArrayOf_NonStandardParameter@@UAE@XZ @16982 NONAME ??1H501_ArrayOf_PASN_ObjectId@@UAE@XZ @16983 NONAME ??1H501_ArrayOf_Pattern@@UAE@XZ @16984 NONAME ??1H501_ArrayOf_PriceElement@@UAE@XZ @16985 NONAME ??1H501_ArrayOf_PriceInfoSpec@@UAE@XZ @16986 NONAME ??1H501_ArrayOf_RouteInformation@@UAE@XZ @16987 NONAME ??1H501_ArrayOf_SecurityMode@@UAE@XZ @16988 NONAME ??1H501_ArrayOf_ServiceControlSession@@UAE@XZ @16989 NONAME ??1H501_ArrayOf_SupportedProtocols@@UAE@XZ @16990 NONAME ??1H501_ArrayOf_TransportAddress@@UAE@XZ @16991 NONAME ??1H501_ArrayOf_UpdateInformation@@UAE@XZ @16992 NONAME ??1H501_ArrayOf_UsageField@@UAE@XZ @16993 NONAME ??1H501_AuthenticationConfirmation@@UAE@XZ @16994 NONAME ??1H501_AuthenticationRejection@@UAE@XZ @16995 NONAME ??1H501_AuthenticationRejectionReason@@UAE@XZ @16996 NONAME ??1H501_AuthenticationRequest@@UAE@XZ @16997 NONAME ??1H501_CallInformation@@UAE@XZ @16998 NONAME ??1H501_ContactInformation@@UAE@XZ @16999 NONAME ??1H501_Descriptor@@UAE@XZ @17000 NONAME ??1H501_DescriptorConfirmation@@UAE@XZ @17001 NONAME ??1H501_DescriptorIDConfirmation@@UAE@XZ @17003 NONAME ??1H501_DescriptorIDRejection@@UAE@XZ @17004 NONAME ??1H501_DescriptorIDRejectionReason@@UAE@XZ @17005 NONAME ??1H501_DescriptorIDRequest@@UAE@XZ @17006 NONAME ??1H501_DescriptorInfo@@UAE@XZ @17007 NONAME ??1H501_DescriptorRejection@@UAE@XZ @17008 NONAME ??1H501_DescriptorRejectionReason@@UAE@XZ @17009 NONAME ??1H501_DescriptorRequest@@UAE@XZ @17010 NONAME ??1H501_DescriptorUpdate@@UAE@XZ @17011 NONAME ??1H501_DescriptorUpdateAck@@UAE@XZ @17012 NONAME ??1H501_ElementIdentifier@@UAE@XZ @17013 NONAME ??1H501_GlobalTimeStamp@@UAE@XZ @17014 NONAME ??1H501_Message@@UAE@XZ @17015 NONAME ??1H501_MessageBody@@UAE@XZ @17016 NONAME ??1H501_MessageCommonInfo@@UAE@XZ @17017 NONAME ??1H501_NonStandardConfirmation@@UAE@XZ @17018 NONAME ??1H501_NonStandardRejection@@UAE@XZ @17019 NONAME ??1H501_NonStandardRejectionReason@@UAE@XZ @17020 NONAME ??1H501_NonStandardRequest@@UAE@XZ @17021 NONAME ??1H501_PartyInformation@@UAE@XZ @17022 NONAME ??1H501_Pattern@@UAE@XZ @17023 NONAME ??1H501_Pattern_range@@UAE@XZ @17024 NONAME ??1H501_PriceElement@@UAE@XZ @17025 NONAME ??1H501_PriceElement_units@@UAE@XZ @17026 NONAME ??1H501_PriceInfoSpec@@UAE@XZ @17027 NONAME ??1H501_ProtocolVersion@@UAE@XZ @17028 NONAME ??1H501_RequestInProgress@@UAE@XZ @17029 NONAME ??1H501_Role@@UAE@XZ @17030 NONAME ??1H501_RouteInformation@@UAE@XZ @17031 NONAME ??1H501_RouteInformation_messageType@@UAE@XZ @17032 NONAME ??1H501_SecurityMode@@UAE@XZ @17033 NONAME ??1H501_ServiceConfirmation@@UAE@XZ @17034 NONAME ??1H501_ServiceRejection@@UAE@XZ @17036 NONAME ??1H501_ServiceRejectionReason@@UAE@XZ @17037 NONAME ??1H501_ServiceRelease@@UAE@XZ @17038 NONAME ??1H501_ServiceReleaseReason@@UAE@XZ @17039 NONAME ??1H501_ServiceRequest@@UAE@XZ @17040 NONAME ??1H501_TerminationCause@@UAE@XZ @17041 NONAME ??1H501_TimeZone@@UAE@XZ @17042 NONAME ??1H501_UnknownMessageReason@@UAE@XZ @17043 NONAME ??1H501_UnknownMessageResponse@@UAE@XZ @17044 NONAME ??1H501_UpdateInformation@@UAE@XZ @17045 NONAME ??1H501_UpdateInformation_descriptorInfo@@UAE@XZ @17046 NONAME ??1H501_UpdateInformation_updateType@@UAE@XZ @17047 NONAME ??1H501_UsageCallStatus@@UAE@XZ @17048 NONAME ??1H501_UsageConfirmation@@UAE@XZ @17049 NONAME ??1H501_UsageField@@UAE@XZ @17050 NONAME ??1H501_UsageIndication@@UAE@XZ @17051 NONAME ??1H501_UsageIndicationConfirmation@@UAE@XZ @17052 NONAME ??1H501_UsageIndicationRejection@@UAE@XZ @17053 NONAME ??1H501_UsageIndicationRejectionReason@@UAE@XZ @17054 NONAME ??1H501_UsageRejection@@UAE@XZ @17055 NONAME ??1H501_UsageRejectReason@@UAE@XZ @17056 NONAME ??1H501_UsageRequest@@UAE@XZ @17057 NONAME ??1H501_UsageSpecification@@UAE@XZ @17058 NONAME ??1H501_UsageSpecification_when@@UAE@XZ @17059 NONAME ??1H501_UserInformation@@UAE@XZ @17060 NONAME ??1H501_ValidationConfirmation@@UAE@XZ @17061 NONAME ??1H501_ValidationRejection@@UAE@XZ @17062 NONAME ??1H501_ValidationRejectionReason@@UAE@XZ @17063 NONAME ??1H501_ValidationRequest@@UAE@XZ @17064 NONAME ??1HandleTimeout_PNotifier@H245Negotiator@@UAE@XZ @2196 NONAME ??1HandleTransactions_PNotifier@H323Transactor@@UAE@XZ @18160 NONAME ??1IntraP64Decoder@@UAE@XZ @2197 NONAME ??1LookupRecord@@QAE@XZ @32782 NONAME ??1MCS_ArrayOf_ChannelAttributes@@UAE@XZ @2245 NONAME ??1MCS_ArrayOf_ChannelId@@UAE@XZ @2246 NONAME ??1MCS_ArrayOf_TokenAttributes@@UAE@XZ @2247 NONAME ??1MCS_ArrayOf_TokenId@@UAE@XZ @2248 NONAME ??1MCS_ArrayOf_UserId@@UAE@XZ @2249 NONAME ??1MCS_AssignedChannelId@@UAE@XZ @2250 NONAME ??1MCS_AUcf@@UAE@XZ @2251 NONAME ??1MCS_AUrq@@UAE@XZ @2252 NONAME ??1MCS_CAin@@UAE@XZ @2253 NONAME ??1MCS_CArq@@UAE@XZ @2254 NONAME ??1MCS_CCcf@@UAE@XZ @2255 NONAME ??1MCS_CCrq@@UAE@XZ @2256 NONAME ??1MCS_CDin@@UAE@XZ @2257 NONAME ??1MCS_CDrq@@UAE@XZ @2258 NONAME ??1MCS_CEin@@UAE@XZ @2259 NONAME ??1MCS_CErq@@UAE@XZ @2260 NONAME ??1MCS_ChannelAttributes@@UAE@XZ @2261 NONAME ??1MCS_ChannelAttributes_assigned@@UAE@XZ @2262 NONAME ??1MCS_ChannelAttributes_private@@UAE@XZ @2263 NONAME ??1MCS_ChannelAttributes_static@@UAE@XZ @2264 NONAME ??1MCS_ChannelAttributes_userId@@UAE@XZ @2265 NONAME ??1MCS_ChannelId@@UAE@XZ @2266 NONAME ??1MCS_CJcf@@UAE@XZ @2267 NONAME ??1MCS_CJrq@@UAE@XZ @2268 NONAME ??1MCS_CLrq@@UAE@XZ @2269 NONAME ??1MCS_ConnectMCSPDU@@UAE@XZ @2270 NONAME ??1MCS_Connect_Additional@@UAE@XZ @2271 NONAME ??1MCS_Connect_Initial@@UAE@XZ @2272 NONAME ??1MCS_Connect_Response@@UAE@XZ @2273 NONAME ??1MCS_Connect_Result@@UAE@XZ @2274 NONAME ??1MCS_DataPriority@@UAE@XZ @2275 NONAME ??1MCS_Diagnostic@@UAE@XZ @2276 NONAME ??1MCS_DomainMCSPDU@@UAE@XZ @2277 NONAME ??1MCS_DomainParameters@@UAE@XZ @2278 NONAME ??1MCS_DPum@@UAE@XZ @2279 NONAME ??1MCS_DUin@@UAE@XZ @2280 NONAME ??1MCS_DUrq@@UAE@XZ @2281 NONAME ??1MCS_DynamicChannelId@@UAE@XZ @2282 NONAME ??1MCS_EDrq@@UAE@XZ @2283 NONAME ??1MCS_MCcf@@UAE@XZ @2284 NONAME ??1MCS_MCrq@@UAE@XZ @2285 NONAME ??1MCS_MTcf@@UAE@XZ @2286 NONAME ??1MCS_MTrq@@UAE@XZ @2287 NONAME ??1MCS_PCin@@UAE@XZ @2288 NONAME ??1MCS_PDin@@UAE@XZ @2289 NONAME ??1MCS_PrivateChannelId@@UAE@XZ @2290 NONAME ??1MCS_PTin@@UAE@XZ @2291 NONAME ??1MCS_Reason@@UAE@XZ @2292 NONAME ??1MCS_Result@@UAE@XZ @2293 NONAME ??1MCS_RJum@@UAE@XZ @2294 NONAME ??1MCS_SDin@@UAE@XZ @2295 NONAME ??1MCS_SDrq@@UAE@XZ @2296 NONAME ??1MCS_Segmentation@@UAE@XZ @2297 NONAME ??1MCS_StaticChannelId@@UAE@XZ @2298 NONAME ??1MCS_TGcf@@UAE@XZ @2299 NONAME ??1MCS_TGrq@@UAE@XZ @2300 NONAME ??1MCS_TIcf@@UAE@XZ @2301 NONAME ??1MCS_TIrq@@UAE@XZ @2302 NONAME ??1MCS_TokenAttributes@@UAE@XZ @2303 NONAME ??1MCS_TokenAttributes_given@@UAE@XZ @2304 NONAME ??1MCS_TokenAttributes_giving@@UAE@XZ @2305 NONAME ??1MCS_TokenAttributes_grabbed@@UAE@XZ @2306 NONAME ??1MCS_TokenAttributes_inhibited@@UAE@XZ @2307 NONAME ??1MCS_TokenAttributes_ungivable@@UAE@XZ @2308 NONAME ??1MCS_TokenId@@UAE@XZ @2309 NONAME ??1MCS_TokenStatus@@UAE@XZ @2310 NONAME ??1MCS_TPin@@UAE@XZ @2311 NONAME ??1MCS_TPrq@@UAE@XZ @2312 NONAME ??1MCS_TRcf@@UAE@XZ @2313 NONAME ??1MCS_TRrq@@UAE@XZ @2314 NONAME ??1MCS_TTcf@@UAE@XZ @2315 NONAME ??1MCS_TTrq@@UAE@XZ @2316 NONAME ??1MCS_TVcf@@UAE@XZ @2317 NONAME ??1MCS_TVin@@UAE@XZ @2318 NONAME ??1MCS_TVrq@@UAE@XZ @2319 NONAME ??1MCS_TVrs@@UAE@XZ @2320 NONAME ??1MCS_UserId@@UAE@XZ @2321 NONAME ??1MCS_USin@@UAE@XZ @2322 NONAME ??1MCS_USrq@@UAE@XZ @2323 NONAME ??1MonitorMain_PNotifier@H323Gatekeeper@@UAE@XZ @14199 NONAME ??1MonitorMain_PNotifier@H323GatekeeperServer@@UAE@XZ @13992 NONAME ??1MonitorMain_PNotifier@H323PeerElement@@UAE@XZ @17066 NONAME ??1MSIPAddress@PILSSession@@UAE@XZ @18663 NONAME ??1MXRecordList@PDNS@@UAE@XZ @32783 NONAME ??1OnCallIntrudeTimeOut_PNotifier@H45011Handler@@UAE@XZ @14321 NONAME ??1OnCallTransferTimeOut_PNotifier@H4502Handler@@UAE@XZ @13617 NONAME ??1OnLoadModule_PNotifier@PPluginModuleManager@@UAE@XZ @30663 NONAME ??1OnUserInputInBandDTMF_PNotifier@H323Connection@@UAE@XZ @13836 NONAME ??1OnUserInputInlineRFC2833_PNotifier@H323Connection@@UAE@XZ @13778 NONAME ??1OpalFactoryCodec@@UAE@XZ @32366 NONAME ??1OpalG711ALaw64kFormat@@UAE@XZ @30833 NONAME ??1OpalG711ALaw64k_Base@@UAE@XZ @32367 NONAME ??1OpalG711ALaw64k_Decoder@@UAE@XZ @32368 NONAME ??1OpalG711ALaw64k_Encoder@@UAE@XZ @32369 NONAME ??1OpalG711uLaw64kFormat@@UAE@XZ @30834 NONAME ??1OpalG711uLaw64k_Base@@UAE@XZ @32370 NONAME ??1OpalG711uLaw64k_Decoder@@UAE@XZ @32371 NONAME ??1OpalG711uLaw64k_Encoder@@UAE@XZ @32372 NONAME ??1OpalG7231A_5k3Format@@UAE@XZ @30835 NONAME ??1OpalG7231A_6k3Format@@UAE@XZ @30836 NONAME ??1OpalG7231_5k3Format@@UAE@XZ @30837 NONAME ??1OpalG7231_6k3Format@@UAE@XZ @30838 NONAME ??1OpalG728Format@@UAE@XZ @30839 NONAME ??1OpalG729ABFormat@@UAE@XZ @30840 NONAME ??1OpalG729AFormat@@UAE@XZ @30841 NONAME ??1OpalG729BFormat@@UAE@XZ @30842 NONAME ??1OpalG729Format@@UAE@XZ @30843 NONAME ??1OpalGloballyUniqueID@@UAE@XZ @9537 NONAME ??1OpalGSM0610Format@@UAE@XZ @30844 NONAME ??1OpalH261Format@@UAE@XZ @30845 NONAME ??1OpalIxJDevice@@UAE@XZ @2324 NONAME ??1OpalLineChannel@@UAE@XZ @2325 NONAME ??1OpalLineInterfaceDevice@@UAE@XZ @2326 NONAME ??1OpalMediaFormat@@UAE@XZ @9433 NONAME ??1OpalPCM16Format@@UAE@XZ @30846 NONAME ??1OpalPluginCodec@@UAE@XZ @32373 NONAME ??1OpalPluginMediaFormat@@UAE@XZ @30847 NONAME ??1OpalRFC2190H263Format@@UAE@XZ @33634 NONAME ??1OpalRFC2833@@UAE@XZ @13779 NONAME ??1OpalRFC2833Info@@UAE@XZ @13780 NONAME ??1OpalRtpToWavFile@@UAE@XZ @14230 NONAME ??1OpalT120Format@@UAE@XZ @30848 NONAME ??1OpalT120Protocol@@UAE@XZ @12611 NONAME ??1OpalT38Protocol@@UAE@XZ @12612 NONAME ??1OpalUserInputRFC2833Format@@UAE@XZ @30849 NONAME ??1OpalVoipBlasterDevice@@UAE@XZ @13655 NONAME ??1OpalVXMLSession@@UAE@XZ @14502 NONAME ??1OpalWAVFile@@UAE@XZ @14301 NONAME ??1P64Decoder@@UAE@XZ @2328 NONAME ??1P64Encoder@@QAE@XZ @2329 NONAME ??1PAdaptiveDelay@@UAE@XZ @13656 NONAME ??1PASN_Array@@UAE@XZ @2334 NONAME ??1PASN_BitString@@UAE@XZ @2335 NONAME ??1PASN_BMPString@@UAE@XZ @2336 NONAME ??1PASN_Boolean@@UAE@XZ @2337 NONAME ??1PASN_ConstrainedObject@@UAE@XZ @2338 NONAME ??1PASN_ConstrainedString@@UAE@XZ @2339 NONAME ??1PASN_Enumeration@@UAE@XZ @2340 NONAME ??1PASN_GeneralisedTime@@UAE@XZ @10533 NONAME ??1PASN_GeneralString@@UAE@XZ @11406 NONAME ??1PASN_IA5String@@UAE@XZ @2341 NONAME ??1PASN_Integer@@UAE@XZ @2342 NONAME ??1PASN_Null@@UAE@XZ @10534 NONAME ??1PASN_NumericString@@UAE@XZ @2343 NONAME ??1PASN_Object@@UAE@XZ @2344 NONAME ??1PASN_ObjectId@@UAE@XZ @2345 NONAME ??1PASN_OctetString@@UAE@XZ @2346 NONAME ??1PASN_PrintableString@@UAE@XZ @2347 NONAME ??1PASN_Sequence@@UAE@XZ @2348 NONAME ??1PASN_Stream@@UAE@XZ @14036 NONAME ??1PASN_VisibleString@@UAE@XZ @20404 NONAME ??1PBER_Stream@@UAE@XZ @12613 NONAME ??1PDTMFDecoder@@UAE@XZ @13840 NONAME ??1PILSSession@@UAE@XZ @18519 NONAME ??1PLDAPAttributeBase@@UAE@XZ @18520 NONAME ??1PLDAPAttr_c@RTPerson@PILSSession@@UAE@XZ @18521 NONAME ??1PLDAPAttr_cn@RTPerson@PILSSession@@UAE@XZ @18522 NONAME ??1PLDAPAttr_comment@RTPerson@PILSSession@@UAE@XZ @18523 NONAME ??1PLDAPAttr_givenName@RTPerson@PILSSession@@UAE@XZ @18524 NONAME ??1PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@UAE@XZ @18525 NONAME ??1PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@UAE@XZ @18526 NONAME ??1PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@UAE@XZ @18527 NONAME ??1PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@UAE@XZ @18528 NONAME ??1PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@UAE@XZ @18529 NONAME ??1PLDAPAttr_location@RTPerson@PILSSession@@UAE@XZ @18530 NONAME ??1PLDAPAttr_o@RTPerson@PILSSession@@UAE@XZ @18531 NONAME ??1PLDAPAttr_objectClass@RTPerson@PILSSession@@UAE@XZ @18532 NONAME ??1PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@UAE@XZ @18533 NONAME ??1PLDAPAttr_sappguid@RTPerson@PILSSession@@UAE@XZ @18534 NONAME ??1PLDAPAttr_sappid@RTPerson@PILSSession@@UAE@XZ @18535 NONAME ??1PLDAPAttr_sflags@RTPerson@PILSSession@@UAE@XZ @18536 NONAME ??1PLDAPAttr_sipAddress@RTPerson@PILSSession@@UAE@XZ @18537 NONAME ??1PLDAPAttr_smimetype@RTPerson@PILSSession@@UAE@XZ @18538 NONAME ??1PLDAPAttr_smodop@RTPerson@PILSSession@@UAE@XZ @18539 NONAME ??1PLDAPAttr_sport@RTPerson@PILSSession@@UAE@XZ @18540 NONAME ??1PLDAPAttr_sprotid@RTPerson@PILSSession@@UAE@XZ @18541 NONAME ??1PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@UAE@XZ @18542 NONAME ??1PLDAPAttr_ssecurity@RTPerson@PILSSession@@UAE@XZ @18543 NONAME ??1PLDAPAttr_sttl@RTPerson@PILSSession@@UAE@XZ @18544 NONAME ??1PLDAPAttr_surname@RTPerson@PILSSession@@UAE@XZ @18545 NONAME ??1PLDAPAttr_timestamp@RTPerson@PILSSession@@UAE@XZ @18546 NONAME ??1PLDAPStructBase@@UAE@XZ @18547 NONAME ??1PluginLoader@@UAE@XZ @32976 NONAME ??1PMessageDigest5@@UAE@XZ @13023 NONAME ??1PMessageDigest@@UAE@XZ @20405 NONAME ??1PortInfo@H323EndPoint@@QAE@XZ @14744 NONAME ??1PPER_Stream@@UAE@XZ @2351 NONAME ??1Pre_Vid_Coder@@UAE@XZ @2354 NONAME ??1PURL@@UAE@XZ @18491 NONAME ??1PWAVFileConverter@@UAE@XZ @33049 NONAME ??1PWAVFileConverterALaw@@UAE@XZ @33050 NONAME ??1PWAVFileConverterULaw@@UAE@XZ @33051 NONAME ??1PWAVFileConverterXLaw@@UAE@XZ @33052 NONAME ??1Q931@@UAE@XZ @2367 NONAME ??1ReceivedPacket_PNotifier@OpalRFC2833@@UAE@XZ @13781 NONAME ??1ReceivedPacket_PNotifier@OpalRtpToWavFile@@UAE@XZ @14232 NONAME ??1ReceiverReport@RTP_Session@@UAE@XZ @8904 NONAME ??1ReceiveTimeout_PNotifier@OpalRFC2833@@UAE@XZ @13782 NONAME ??1Request@H323Transactor@@UAE@XZ @18161 NONAME ??1Response@H323Transactor@@UAE@XZ @18162 NONAME ??1RFC2190_FfmpgLink@@UAE@XZ @33635 NONAME ??1RTPerson@PILSSession@@UAE@XZ @18548 NONAME ??1RTP_ControlFrame@@UAE@XZ @2369 NONAME ??1RTP_DataFrame@@UAE@XZ @2370 NONAME ??1RTP_JitterBuffer@@UAE@XZ @2371 NONAME ??1RTP_QOS@@UAE@XZ @18888 NONAME ??1RTP_Session@@UAE@XZ @2372 NONAME ??1RTP_SessionManager@@UAE@XZ @2373 NONAME ??1RTP_UDP@@UAE@XZ @2374 NONAME ??1RTP_UserData@@UAE@XZ @20406 NONAME ??1SenderReport@RTP_Session@@UAE@XZ @8905 NONAME ??1SlowHandler_PNotifier@H323Transaction@@UAE@XZ @18360 NONAME ??1SourceDescription@RTP_Session@@UAE@XZ @8906 NONAME ??1SRVRecordList@PDNS@@UAE@XZ @32784 NONAME ??1StatusHandler_PNotifier@OpalVoipBlasterDevice@@UAE@XZ @13657 NONAME ??1StringMap@H323GatekeeperServer@@UAE@XZ @15098 NONAME ??1T120ConnectPDU@@UAE@XZ @13852 NONAME ??1T120_X224@@UAE@XZ @13853 NONAME ??1T38_ArrayOf_PASN_OctetString@@UAE@XZ @12614 NONAME ??1T38_Data_Field@@UAE@XZ @12615 NONAME ??1T38_Data_Field_subtype@@UAE@XZ @12616 NONAME ??1T38_Data_Field_subtype_field_type@@UAE@XZ @12617 NONAME ??1T38_IFPPacket@@UAE@XZ @12618 NONAME ??1T38_PreCorrigendum_Data_Field@@UAE@XZ @15116 NONAME ??1T38_PreCorrigendum_Data_Field_subtype@@UAE@XZ @15117 NONAME ??1T38_PreCorrigendum_Data_Field_subtype_field_type@@UAE@XZ @15118 NONAME ??1T38_PreCorrigendum_IFPPacket@@UAE@XZ @15119 NONAME ??1T38_Type_of_msg@@UAE@XZ @12619 NONAME ??1T38_Type_of_msg_data@@UAE@XZ @12620 NONAME ??1T38_Type_of_msg_t30_indicator@@UAE@XZ @12621 NONAME ??1T38_UDPTLPacket@@UAE@XZ @12622 NONAME ??1T38_UDPTLPacket_error_recovery@@UAE@XZ @12623 NONAME ??1T38_UDPTLPacket_error_recovery_fec_info@@UAE@XZ @12624 NONAME ??1T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@UAE@XZ @12625 NONAME ??1T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@UAE@XZ @12626 NONAME ??1T38_UDPTLPacket_primary_ifp_packet@@UAE@XZ @12627 NONAME ??1TickleMonitor_PNotifier@H323Gatekeeper@@UAE@XZ @14200 NONAME ??1TransmitEnded_PNotifier@OpalRFC2833@@UAE@XZ @13783 NONAME ??1TransmitPacket_PNotifier@OpalRFC2833@@UAE@XZ @13784 NONAME ??1Transmitter@@UAE@XZ @2375 NONAME ??1UpdateAllDescriptors_PNotifier@H323PeerElement@@UAE@XZ @18239 NONAME ??1VideoFrame@@QAE@XZ @9371 NONAME ??1VoipBlasterInterface@@UAE@XZ @13658 NONAME ??1Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@UAE@XZ @32374 NONAME ??1Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@UAE@XZ @32375 NONAME ??1Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@UAE@XZ @32376 NONAME ??1Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@UAE@XZ @32377 NONAME ??1Worker@OpalPluginCodecFactory@@UAE@XZ @32378 NONAME ??1WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@MAE@XZ @32785 NONAME ??1WorkerBase@?$PFactory@VH323Capability@@VPString@@@@MAE@XZ @31655 NONAME ??1WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@MAE@XZ @32379 NONAME ??1WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@MAE@XZ @31656 NONAME ??1WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@MAE@XZ @31657 NONAME ??1WorkerBase@?$PFactory@VPWAVFileConverter@@I@@MAE@XZ @32178 NONAME ??1X224@@UAE@XZ @2377 NONAME ??1X880_Code@@UAE@XZ @9801 NONAME ??1X880_GeneralProblem@@UAE@XZ @9802 NONAME ??1X880_Invoke@@UAE@XZ @9803 NONAME ??1X880_InvokeId@@UAE@XZ @9804 NONAME ??1X880_InvokeProblem@@UAE@XZ @9805 NONAME ??1X880_Reject@@UAE@XZ @9806 NONAME ??1X880_RejectProblem@@UAE@XZ @9807 NONAME ??1X880_Reject_problem@@UAE@XZ @9808 NONAME ??1X880_ReturnError@@UAE@XZ @9809 NONAME ??1X880_ReturnErrorProblem@@UAE@XZ @9810 NONAME ??1X880_ReturnResult@@UAE@XZ @9811 NONAME ??1X880_ReturnResultProblem@@UAE@XZ @9812 NONAME ??1X880_ReturnResult_result@@UAE@XZ @9813 NONAME ??1X880_ROS@@UAE@XZ @9814 NONAME ??1_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @32786 NONAME ??1_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @31658 NONAME ??1_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @31659 NONAME ??1_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @32380 NONAME ??1_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE@XZ @31660 NONAME ??4?$PArray@VH323TransportAddress@@@@QAEAAV0@ABV0@@Z @20415 NONAME ??4?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@QAEAAV0@ABV0@@Z @20417 NONAME ??4?$PList@VH235Authenticator@@@@QAEAAV0@ABV0@@Z @14768 NONAME ??4?$PSafePtr@VH323GatekeeperCall@@@@QAEAAV0@ABV0@@Z @20419 NONAME ??4?$PSafePtr@VH323PeerElementDescriptor@@@@QAEAAV0@PAVH323PeerElementDescriptor@@@Z @20420 NONAME ??4?$PSafePtr@VH323RegisteredEndPoint@@@@QAEAAV0@ABV0@@Z @20421 NONAME ??4?$PSafePtr@VH323RegisteredEndPoint@@@@QAEAAV0@PAVH323RegisteredEndPoint@@@Z @20422 NONAME ??4GCC_ChannelID@@QAEAAV0@H@Z @2380 NONAME ??4GCC_ChannelID@@QAEAAV0@I@Z @2381 NONAME ??4GCC_ChannelType@@QAEAAV0@I@Z @2382 NONAME ??4GCC_ConferenceAddResponse_result@@QAEAAV0@I@Z @2383 NONAME ??4GCC_ConferenceCreateResponse_result@@QAEAAV0@I@Z @2384 NONAME ??4GCC_ConferenceEjectUserIndication_reason@@QAEAAV0@I@Z @2385 NONAME ??4GCC_ConferenceEjectUserRequest_reason@@QAEAAV0@I@Z @2386 NONAME ??4GCC_ConferenceEjectUserResponse_result@@QAEAAV0@I@Z @2387 NONAME ??4GCC_ConferenceInviteResponse_result@@QAEAAV0@I@Z @2388 NONAME ??4GCC_ConferenceJoinResponse_result@@QAEAAV0@I@Z @2389 NONAME ??4GCC_ConferenceLockResponse_result@@QAEAAV0@I@Z @2390 NONAME ??4GCC_ConferenceNameModifier@@QAEAAV0@ABVPString@@@Z @2391 NONAME ??4GCC_ConferenceNameModifier@@QAEAAV0@PBD@Z @2392 NONAME ??4GCC_ConferenceQueryResponse_result@@QAEAAV0@I@Z @2393 NONAME ??4GCC_ConferenceTerminateIndication_reason@@QAEAAV0@I@Z @2394 NONAME ??4GCC_ConferenceTerminateRequest_reason@@QAEAAV0@I@Z @2395 NONAME ??4GCC_ConferenceTerminateResponse_result@@QAEAAV0@I@Z @2396 NONAME ??4GCC_ConferenceTransferResponse_result@@QAEAAV0@I@Z @2397 NONAME ??4GCC_ConferenceUnlockResponse_result@@QAEAAV0@I@Z @2398 NONAME ??4GCC_DialingString@@QAEAAV0@ABVPString@@@Z @2399 NONAME ??4GCC_DialingString@@QAEAAV0@PBD@Z @2400 NONAME ??4GCC_DynamicChannelID@@QAEAAV0@H@Z @2401 NONAME ??4GCC_DynamicChannelID@@QAEAAV0@I@Z @2402 NONAME ??4GCC_DynamicTokenID@@QAEAAV0@H@Z @2403 NONAME ??4GCC_DynamicTokenID@@QAEAAV0@I@Z @2404 NONAME ??4GCC_EntityID@@QAEAAV0@H@Z @2405 NONAME ??4GCC_EntityID@@QAEAAV0@I@Z @2406 NONAME ??4GCC_ExtraDialingString@@QAEAAV0@ABV?$PScalarArray@G@@@Z @18709 NONAME ??4GCC_ExtraDialingString@@QAEAAV0@ABVPASN_BMPString@@@Z @12999 NONAME ??4GCC_ExtraDialingString@@QAEAAV0@ABVPString@@@Z @2407 NONAME ??4GCC_ExtraDialingString@@QAEAAV0@PBD@Z @2408 NONAME ??4GCC_H221NonStandardIdentifier@@QAEAAV0@ABVPBYTEArray@@@Z @2409 NONAME ??4GCC_H221NonStandardIdentifier@@QAEAAV0@ABVPString@@@Z @2410 NONAME ??4GCC_H221NonStandardIdentifier@@QAEAAV0@PBD@Z @2411 NONAME ??4GCC_Handle@@QAEAAV0@H@Z @2412 NONAME ??4GCC_Handle@@QAEAAV0@I@Z @2413 NONAME ??4GCC_NodeType@@QAEAAV0@I@Z @2414 NONAME ??4GCC_Privilege@@QAEAAV0@I@Z @2415 NONAME ??4GCC_RegistryAllocateHandleResponse_result@@QAEAAV0@I@Z @2416 NONAME ??4GCC_RegistryModificationRights@@QAEAAV0@I@Z @2417 NONAME ??4GCC_RegistryResponse_primitiveType@@QAEAAV0@I@Z @2418 NONAME ??4GCC_RegistryResponse_result@@QAEAAV0@I@Z @2419 NONAME ??4GCC_SimpleNumericString@@QAEAAV0@ABVPString@@@Z @2420 NONAME ??4GCC_SimpleNumericString@@QAEAAV0@PBD@Z @2421 NONAME ??4GCC_SimpleTextString@@QAEAAV0@ABV?$PScalarArray@G@@@Z @18710 NONAME ??4GCC_SimpleTextString@@QAEAAV0@ABVPASN_BMPString@@@Z @13000 NONAME ??4GCC_SimpleTextString@@QAEAAV0@ABVPString@@@Z @2422 NONAME ??4GCC_SimpleTextString@@QAEAAV0@PBD@Z @2423 NONAME ??4GCC_StaticChannelID@@QAEAAV0@H@Z @2424 NONAME ??4GCC_StaticChannelID@@QAEAAV0@I@Z @2425 NONAME ??4GCC_StaticTokenID@@QAEAAV0@H@Z @2426 NONAME ??4GCC_StaticTokenID@@QAEAAV0@I@Z @2427 NONAME ??4GCC_SubAddressString@@QAEAAV0@ABVPString@@@Z @2428 NONAME ??4GCC_SubAddressString@@QAEAAV0@PBD@Z @2429 NONAME ??4GCC_TerminationMethod@@QAEAAV0@I@Z @2430 NONAME ??4GCC_TextString@@QAEAAV0@ABV?$PScalarArray@G@@@Z @18711 NONAME ??4GCC_TextString@@QAEAAV0@ABVPASN_BMPString@@@Z @13001 NONAME ??4GCC_TextString@@QAEAAV0@ABVPString@@@Z @2431 NONAME ??4GCC_TextString@@QAEAAV0@PBD@Z @2432 NONAME ??4GCC_Time@@QAEAAV0@H@Z @2433 NONAME ??4GCC_Time@@QAEAAV0@I@Z @2434 NONAME ??4GCC_TokenID@@QAEAAV0@H@Z @2435 NONAME ??4GCC_TokenID@@QAEAAV0@I@Z @2436 NONAME ??4GCC_UserID@@QAEAAV0@H@Z @2437 NONAME ??4GCC_UserID@@QAEAAV0@I@Z @2438 NONAME ??4H225_AliasAddress@@QAEAAV0@ABV0@@Z @20424 NONAME ??4H225_ArrayOf_AliasAddress@@QAEAAV0@ABV0@@Z @20425 NONAME ??4H225_ArrayOf_FeatureDescriptor@@QAEAAV0@ABV0@@Z @20426 NONAME ??4H225_ArrayOf_GenericData@@QAEAAV0@ABV0@@Z @20427 NONAME ??4H225_ArrayOf_NonStandardParameter@@QAEAAV0@ABV0@@Z @20428 NONAME ??4H225_ArrayOf_PASN_OctetString@@QAEAAV0@ABV0@@Z @20429 NONAME ??4H225_ArrayOf_SupportedProtocols@@QAEAAV0@ABV0@@Z @20430 NONAME ??4H225_ArrayOf_TunnelledProtocol@@QAEAAV0@ABV0@@Z @20431 NONAME ??4H225_BandWidth@@QAEAAV0@H@Z @2439 NONAME ??4H225_BandWidth@@QAEAAV0@I@Z @2440 NONAME ??4H225_CallIdentifier@@QAEAAV0@ABV0@@Z @33763 NONAME ??4H225_CallLinkage@@QAEAAV0@ABV0@@Z @13271 NONAME ??4H225_CallReferenceValue@@QAEAAV0@H@Z @2441 NONAME ??4H225_CallReferenceValue@@QAEAAV0@I@Z @2442 NONAME ??4H225_ConferenceIdentifier@@QAEAAV0@ABVPBYTEArray@@@Z @2443 NONAME ??4H225_ConferenceIdentifier@@QAEAAV0@ABVPString@@@Z @2444 NONAME ??4H225_ConferenceIdentifier@@QAEAAV0@PBD@Z @2445 NONAME ??4H225_EndpointIdentifier@@QAEAAV0@ABV?$PScalarArray@G@@@Z @18712 NONAME ??4H225_EndpointIdentifier@@QAEAAV0@ABVPASN_BMPString@@@Z @13002 NONAME ??4H225_EndpointIdentifier@@QAEAAV0@ABVPString@@@Z @2446 NONAME ??4H225_EndpointIdentifier@@QAEAAV0@PBD@Z @2447 NONAME ??4H225_EndpointType@@QAEAAV0@ABV0@@Z @18690 NONAME ??4H225_FeatureSet@@QAEAAV0@ABV0@@Z @17786 NONAME ??4H225_GatekeeperIdentifier@@QAEAAV0@ABV?$PScalarArray@G@@@Z @18713 NONAME ??4H225_GatekeeperIdentifier@@QAEAAV0@ABVPASN_BMPString@@@Z @13003 NONAME ??4H225_GatekeeperIdentifier@@QAEAAV0@ABVPString@@@Z @2448 NONAME ??4H225_GatekeeperIdentifier@@QAEAAV0@PBD@Z @2449 NONAME ??4H225_GatekeeperInfo@@QAEAAV0@ABV0@@Z @20432 NONAME ??4H225_GatewayInfo@@QAEAAV0@ABV0@@Z @18691 NONAME ??4H225_GloballyUniqueID@@QAEAAV0@ABV0@@Z @20433 NONAME ??4H225_GloballyUniqueID@@QAEAAV0@ABVPBYTEArray@@@Z @2450 NONAME ??4H225_GloballyUniqueID@@QAEAAV0@ABVPString@@@Z @2451 NONAME ??4H225_GloballyUniqueID@@QAEAAV0@PBD@Z @2452 NONAME ??4H225_H221NonStandard@@QAEAAV0@ABV0@@Z @18692 NONAME ??4H225_H248PackagesDescriptor@@QAEAAV0@ABVPBYTEArray@@@Z @11407 NONAME ??4H225_H248PackagesDescriptor@@QAEAAV0@ABVPString@@@Z @11408 NONAME ??4H225_H248PackagesDescriptor@@QAEAAV0@PBD@Z @11409 NONAME ??4H225_H248SignalsDescriptor@@QAEAAV0@ABVPBYTEArray@@@Z @11410 NONAME ??4H225_H248SignalsDescriptor@@QAEAAV0@ABVPString@@@Z @11411 NONAME ??4H225_H248SignalsDescriptor@@QAEAAV0@PBD@Z @11412 NONAME ??4H225_H323_UU_PDU@@QAEAAV0@ABV0@@Z @13272 NONAME ??4H225_H323_UU_PDU_h323_message_body@@QAEAAV0@ABV0@@Z @20434 NONAME ??4H225_H323_UU_PDU_tunnelledSignallingMessage@@QAEAAV0@ABV0@@Z @13273 NONAME ??4H225_ICV@@QAEAAV0@ABV0@@Z @17787 NONAME ??4H225_McuInfo@@QAEAAV0@ABV0@@Z @18693 NONAME ??4H225_NonStandardIdentifier@@QAEAAV0@ABV0@@Z @20435 NONAME ??4H225_NonStandardParameter@@QAEAAV0@ABV0@@Z @13274 NONAME ??4H225_NumberDigits@@QAEAAV0@ABVPString@@@Z @2453 NONAME ??4H225_NumberDigits@@QAEAAV0@PBD@Z @2454 NONAME ??4H225_RequestSeqNum@@QAEAAV0@H@Z @2455 NONAME ??4H225_RequestSeqNum@@QAEAAV0@I@Z @2456 NONAME ??4H225_ScreeningIndicator@@QAEAAV0@I@Z @11413 NONAME ??4H225_ServiceControlSession_reason@@QAEAAV0@ABV0@@Z @20436 NONAME ??4H225_StimulusControl@@QAEAAV0@ABV0@@Z @13275 NONAME ??4H225_TBCD_STRING@@QAEAAV0@ABVPString@@@Z @11414 NONAME ??4H225_TBCD_STRING@@QAEAAV0@PBD@Z @11415 NONAME ??4H225_TerminalInfo@@QAEAAV0@ABV0@@Z @20437 NONAME ??4H225_TimeToLive@@QAEAAV0@H@Z @2457 NONAME ??4H225_TimeToLive@@QAEAAV0@I@Z @2458 NONAME ??4H225_TransportAddress@@QAEAAV0@ABV0@@Z @20438 NONAME ??4H225_TunnelledProtocol@@QAEAAV0@ABV0@@Z @13276 NONAME ??4H225_TunnelledProtocol_id@@QAEAAV0@ABV0@@Z @20439 NONAME ??4H225_UnregRequestReason@@QAEAAV0@ABV0@@Z @20440 NONAME ??4H225_VendorIdentifier@@QAEAAV0@ABV0@@Z @18694 NONAME ??4H235Authenticators@@QAEAAV0@ABV0@@Z @20441 NONAME ??4H235_AuthenticationMechanism@@QAEAAV0@ABV0@@Z @20442 NONAME ??4H235_ChallengeString@@QAEAAV0@ABV0@@Z @20443 NONAME ??4H235_ChallengeString@@QAEAAV0@ABVPBYTEArray@@@Z @2460 NONAME ??4H235_ChallengeString@@QAEAAV0@ABVPString@@@Z @2461 NONAME ??4H235_ChallengeString@@QAEAAV0@PBD@Z @2462 NONAME ??4H235_ClearToken@@QAEAAV0@ABV0@@Z @16768 NONAME ??4H235_DHset@@QAEAAV0@ABV0@@Z @16769 NONAME ??4H235_ECKASDH@@QAEAAV0@ABV0@@Z @20444 NONAME ??4H235_H235Key@@QAEAAV0@ABV0@@Z @20445 NONAME ??4H235_Identifier@@QAEAAV0@ABV0@@Z @20446 NONAME ??4H235_Identifier@@QAEAAV0@ABV?$PScalarArray@G@@@Z @18714 NONAME ??4H235_Identifier@@QAEAAV0@ABVPASN_BMPString@@@Z @13004 NONAME ??4H235_Identifier@@QAEAAV0@ABVPString@@@Z @2463 NONAME ??4H235_Identifier@@QAEAAV0@PBD@Z @2464 NONAME ??4H235_IV16@@QAEAAV0@ABVPBYTEArray@@@Z @12963 NONAME ??4H235_IV16@@QAEAAV0@ABVPString@@@Z @12964 NONAME ??4H235_IV16@@QAEAAV0@PBD@Z @12965 NONAME ??4H235_IV8@@QAEAAV0@ABVPBYTEArray@@@Z @2465 NONAME ??4H235_IV8@@QAEAAV0@ABVPString@@@Z @2466 NONAME ??4H235_IV8@@QAEAAV0@PBD@Z @2467 NONAME ??4H235_NonStandardParameter@@QAEAAV0@ABV0@@Z @16770 NONAME ??4H235_Password@@QAEAAV0@ABV0@@Z @20447 NONAME ??4H235_Password@@QAEAAV0@ABV?$PScalarArray@G@@@Z @18715 NONAME ??4H235_Password@@QAEAAV0@ABVPASN_BMPString@@@Z @13005 NONAME ??4H235_Password@@QAEAAV0@ABVPString@@@Z @2468 NONAME ??4H235_Password@@QAEAAV0@PBD@Z @2469 NONAME ??4H235_RandomVal@@QAEAAV0@ABV0@@Z @20448 NONAME ??4H235_RandomVal@@QAEAAV0@H@Z @2470 NONAME ??4H235_RandomVal@@QAEAAV0@I@Z @2471 NONAME ??4H235_TimeStamp@@QAEAAV0@ABV0@@Z @20449 NONAME ??4H235_TimeStamp@@QAEAAV0@H@Z @2472 NONAME ??4H235_TimeStamp@@QAEAAV0@I@Z @2473 NONAME ??4H235_TypedCertificate@@QAEAAV0@ABV0@@Z @16771 NONAME ??4H245_ArrayOf_ModeDescription@@QAEAAV0@ABV0@@Z @20450 NONAME ??4H245_CapabilityDescriptorNumber@@QAEAAV0@H@Z @2474 NONAME ??4H245_CapabilityDescriptorNumber@@QAEAAV0@I@Z @2475 NONAME ??4H245_CapabilityIdentifier@@QAEAAV0@ABV0@@Z @33214 NONAME ??4H245_CapabilityTableEntryNumber@@QAEAAV0@H@Z @2476 NONAME ??4H245_CapabilityTableEntryNumber@@QAEAAV0@I@Z @2477 NONAME ??4H245_CommandMessage@@QAEAAV0@ABV0@@Z @20451 NONAME ??4H245_ConferenceID@@QAEAAV0@ABVPBYTEArray@@@Z @2478 NONAME ??4H245_ConferenceID@@QAEAAV0@ABVPString@@@Z @2479 NONAME ??4H245_ConferenceID@@QAEAAV0@PBD@Z @2480 NONAME ??4H245_IV16@@QAEAAV0@ABVPBYTEArray@@@Z @33053 NONAME ??4H245_IV16@@QAEAAV0@ABVPString@@@Z @33054 NONAME ??4H245_IV16@@QAEAAV0@PBD@Z @33055 NONAME ??4H245_IV8@@QAEAAV0@ABVPBYTEArray@@@Z @33056 NONAME ??4H245_IV8@@QAEAAV0@ABVPString@@@Z @33057 NONAME ??4H245_IV8@@QAEAAV0@PBD@Z @33058 NONAME ??4H245_LogicalChannelNumber@@QAEAAV0@H@Z @2481 NONAME ??4H245_LogicalChannelNumber@@QAEAAV0@I@Z @2482 NONAME ??4H245_MaximumBitRate@@QAEAAV0@H@Z @11416 NONAME ??4H245_MaximumBitRate@@QAEAAV0@I@Z @11417 NONAME ??4H245_MaxRedundancy@@QAEAAV0@H@Z @33366 NONAME ??4H245_MaxRedundancy@@QAEAAV0@I@Z @33367 NONAME ??4H245_McuNumber@@QAEAAV0@H@Z @2483 NONAME ??4H245_McuNumber@@QAEAAV0@I@Z @2484 NONAME ??4H245_ModeDescription@@QAEAAV0@ABV0@@Z @20452 NONAME ??4H245_MultiplexTableEntryNumber@@QAEAAV0@H@Z @2485 NONAME ??4H245_MultiplexTableEntryNumber@@QAEAAV0@I@Z @2486 NONAME ??4H245_Password@@QAEAAV0@ABVPBYTEArray@@@Z @2487 NONAME ??4H245_Password@@QAEAAV0@ABVPString@@@Z @2488 NONAME ??4H245_Password@@QAEAAV0@PBD@Z @2489 NONAME ??4H245_RequestMessage@@QAEAAV0@ABV0@@Z @20453 NONAME ??4H245_ResponseMessage@@QAEAAV0@ABV0@@Z @20454 NONAME ??4H245_SequenceNumber@@QAEAAV0@H@Z @2490 NONAME ??4H245_SequenceNumber@@QAEAAV0@I@Z @2491 NONAME ??4H245_TerminalID@@QAEAAV0@ABVPBYTEArray@@@Z @2492 NONAME ??4H245_TerminalID@@QAEAAV0@ABVPString@@@Z @2493 NONAME ??4H245_TerminalID@@QAEAAV0@PBD@Z @2494 NONAME ??4H245_TerminalNumber@@QAEAAV0@H@Z @2495 NONAME ??4H245_TerminalNumber@@QAEAAV0@I@Z @2496 NONAME ??4H245_UserInputIndication@@QAEAAV0@ABV0@@Z @20455 NONAME ??4H248_AuthData@@QAEAAV0@ABVPBYTEArray@@@Z @15548 NONAME ??4H248_AuthData@@QAEAAV0@ABVPString@@@Z @15549 NONAME ??4H248_AuthData@@QAEAAV0@PBD@Z @15550 NONAME ??4H248_ContextID@@QAEAAV0@H@Z @15551 NONAME ??4H248_ContextID@@QAEAAV0@I@Z @15552 NONAME ??4H248_DigitMapName@@QAEAAV0@ABVPBYTEArray@@@Z @15553 NONAME ??4H248_DigitMapName@@QAEAAV0@ABVPString@@@Z @15554 NONAME ??4H248_DigitMapName@@QAEAAV0@PBD@Z @15555 NONAME ??4H248_ErrorCode@@QAEAAV0@H@Z @15556 NONAME ??4H248_ErrorCode@@QAEAAV0@I@Z @15557 NONAME ??4H248_ErrorText@@QAEAAV0@ABVPString@@@Z @15558 NONAME ??4H248_ErrorText@@QAEAAV0@PBD@Z @15559 NONAME ??4H248_EventBufferControl@@QAEAAV0@I@Z @15560 NONAME ??4H248_EventName@@QAEAAV0@ABVPBYTEArray@@@Z @15561 NONAME ??4H248_EventName@@QAEAAV0@ABVPString@@@Z @15562 NONAME ??4H248_EventName@@QAEAAV0@PBD@Z @15563 NONAME ??4H248_ModemType@@QAEAAV0@I@Z @15564 NONAME ??4H248_MuxType@@QAEAAV0@I@Z @15565 NONAME ??4H248_Name@@QAEAAV0@ABVPBYTEArray@@@Z @15566 NONAME ??4H248_Name@@QAEAAV0@ABVPString@@@Z @15567 NONAME ??4H248_Name@@QAEAAV0@PBD@Z @15568 NONAME ??4H248_PathName@@QAEAAV0@ABVPString@@@Z @15569 NONAME ??4H248_PathName@@QAEAAV0@PBD@Z @15570 NONAME ??4H248_PkgdName@@QAEAAV0@ABVPBYTEArray@@@Z @15571 NONAME ??4H248_PkgdName@@QAEAAV0@ABVPString@@@Z @15572 NONAME ??4H248_PkgdName@@QAEAAV0@PBD@Z @15573 NONAME ??4H248_Relation@@QAEAAV0@I@Z @15574 NONAME ??4H248_RequestID@@QAEAAV0@H@Z @15575 NONAME ??4H248_RequestID@@QAEAAV0@I@Z @15576 NONAME ??4H248_SecurityParmIndex@@QAEAAV0@ABVPBYTEArray@@@Z @15577 NONAME ??4H248_SecurityParmIndex@@QAEAAV0@ABVPString@@@Z @15578 NONAME ??4H248_SecurityParmIndex@@QAEAAV0@PBD@Z @15579 NONAME ??4H248_SequenceNum@@QAEAAV0@ABVPBYTEArray@@@Z @15580 NONAME ??4H248_SequenceNum@@QAEAAV0@ABVPString@@@Z @15581 NONAME ??4H248_SequenceNum@@QAEAAV0@PBD@Z @15582 NONAME ??4H248_ServiceChangeMethod@@QAEAAV0@I@Z @15583 NONAME ??4H248_ServiceState@@QAEAAV0@I@Z @15584 NONAME ??4H248_SignalName@@QAEAAV0@ABVPBYTEArray@@@Z @15585 NONAME ??4H248_SignalName@@QAEAAV0@ABVPString@@@Z @15586 NONAME ??4H248_SignalName@@QAEAAV0@PBD@Z @15587 NONAME ??4H248_SignalType@@QAEAAV0@I@Z @15588 NONAME ??4H248_StreamID@@QAEAAV0@H@Z @15589 NONAME ??4H248_StreamID@@QAEAAV0@I@Z @15590 NONAME ??4H248_StreamMode@@QAEAAV0@I@Z @15591 NONAME ??4H248_TopologyRequest_topologyDirection@@QAEAAV0@I@Z @15592 NONAME ??4H248_TransactionId@@QAEAAV0@H@Z @15593 NONAME ??4H248_TransactionId@@QAEAAV0@I@Z @15594 NONAME ??4H248_WildcardField@@QAEAAV0@ABVPBYTEArray@@@Z @15595 NONAME ??4H248_WildcardField@@QAEAAV0@ABVPString@@@Z @15596 NONAME ??4H248_WildcardField@@QAEAAV0@PBD@Z @15597 NONAME ??4H323Capabilities@@QAEAAV0@ABV0@@Z @9020 NONAME ??4H323ChannelNumber@@QAEAAV0@ABV0@@Z @20456 NONAME ??4H323TransactionPDU@@QAEAAV0@ABV0@@Z @18015 NONAME ??4H323TransportAddress@@QAEAAV0@ABV0@@Z @20457 NONAME ??4H323TransportAddressArray@@QAEAAV0@ABV0@@Z @20458 NONAME ??4H45010_H323CallOfferOperations@@QAEAAV0@I@Z @10536 NONAME ??4H45011_CallIntrusionErrors@@QAEAAV0@I@Z @10537 NONAME ??4H45011_CICapabilityLevel@@QAEAAV0@H@Z @10538 NONAME ??4H45011_CICapabilityLevel@@QAEAAV0@I@Z @10539 NONAME ??4H45011_CIProtectionLevel@@QAEAAV0@H@Z @10540 NONAME ??4H45011_CIProtectionLevel@@QAEAAV0@I@Z @10541 NONAME ??4H45011_CIStatusInformation@@QAEAAV0@ABV0@@Z @20459 NONAME ??4H45011_H323CallIntrusionOperations@@QAEAAV0@I@Z @10542 NONAME ??4H4501_GeneralErrorList@@QAEAAV0@I@Z @9815 NONAME ??4H4501_H225InformationElement@@QAEAAV0@ABVPBYTEArray@@@Z @9816 NONAME ??4H4501_H225InformationElement@@QAEAAV0@ABVPString@@@Z @9817 NONAME ??4H4501_H225InformationElement@@QAEAAV0@PBD@Z @9818 NONAME ??4H4501_InvokeIDs@@QAEAAV0@H@Z @9819 NONAME ??4H4501_InvokeIDs@@QAEAAV0@I@Z @9820 NONAME ??4H4501_InvokeIdSet@@QAEAAV0@H@Z @9821 NONAME ??4H4501_InvokeIdSet@@QAEAAV0@I@Z @9822 NONAME ??4H4501_NSAPSubaddress@@QAEAAV0@ABVPBYTEArray@@@Z @9823 NONAME ??4H4501_NSAPSubaddress@@QAEAAV0@ABVPString@@@Z @9824 NONAME ??4H4501_NSAPSubaddress@@QAEAAV0@PBD@Z @9825 NONAME ??4H4501_PresentationAllowedIndicator@@QAEAAV0@H@Z @9826 NONAME ??4H4501_ScreeningIndicator@@QAEAAV0@I@Z @9827 NONAME ??4H4501_SubaddressInformation@@QAEAAV0@ABVPBYTEArray@@@Z @9828 NONAME ??4H4501_SubaddressInformation@@QAEAAV0@ABVPString@@@Z @9829 NONAME ??4H4501_SubaddressInformation@@QAEAAV0@PBD@Z @9830 NONAME ??4H4502_CallIdentity@@QAEAAV0@ABVPString@@@Z @9831 NONAME ??4H4502_CallIdentity@@QAEAAV0@PBD@Z @9832 NONAME ??4H4502_CallStatus@@QAEAAV0@I@Z @9833 NONAME ??4H4502_CallTransferErrors@@QAEAAV0@I@Z @9834 NONAME ??4H4502_CallTransferOperation@@QAEAAV0@I@Z @9835 NONAME ??4H4502_EndDesignation@@QAEAAV0@I@Z @9836 NONAME ??4H4503_BasicService@@QAEAAV0@I@Z @10299 NONAME ??4H4503_CallDiversionErrors@@QAEAAV0@I@Z @10300 NONAME ??4H4503_DiversionReason@@QAEAAV0@I@Z @10301 NONAME ??4H4503_H323CallDiversionOperations@@QAEAAV0@I@Z @10302 NONAME ??4H4503_Procedure@@QAEAAV0@I@Z @10303 NONAME ??4H4503_SubscriptionOption@@QAEAAV0@I@Z @10304 NONAME ??4H4504_CallHoldOperation@@QAEAAV0@I@Z @10212 NONAME ??4H4505_CallParkPickupOperations@@QAEAAV0@I@Z @10543 NONAME ??4H4505_CallPickupErrors@@QAEAAV0@I@Z @10544 NONAME ??4H4505_CallType@@QAEAAV0@I@Z @10545 NONAME ??4H4505_ParkCondition@@QAEAAV0@I@Z @10546 NONAME ??4H4505_ParkedToPosition@@QAEAAV0@H@Z @10547 NONAME ??4H4505_ParkedToPosition@@QAEAAV0@I@Z @10548 NONAME ??4H4506_CallWaitingOperations@@QAEAAV0@I@Z @10549 NONAME ??4H4507_BasicService@@QAEAAV0@I@Z @10550 NONAME ??4H4507_H323_MWI_Operations@@QAEAAV0@I@Z @10551 NONAME ??4H4507_MessageWaitingIndicationErrors@@QAEAAV0@I@Z @10552 NONAME ??4H4507_NbOfMessages@@QAEAAV0@H@Z @10553 NONAME ??4H4507_NbOfMessages@@QAEAAV0@I@Z @10554 NONAME ??4H4508_ExtendedName@@QAEAAV0@ABV?$PScalarArray@G@@@Z @18716 NONAME ??4H4508_ExtendedName@@QAEAAV0@ABVPASN_BMPString@@@Z @13006 NONAME ??4H4508_ExtendedName@@QAEAAV0@ABVPString@@@Z @10555 NONAME ??4H4508_ExtendedName@@QAEAAV0@PBD@Z @10556 NONAME ??4H4508_NameOperations@@QAEAAV0@I@Z @10557 NONAME ??4H4508_SimpleName@@QAEAAV0@ABVPBYTEArray@@@Z @10558 NONAME ??4H4508_SimpleName@@QAEAAV0@ABVPString@@@Z @10559 NONAME ??4H4508_SimpleName@@QAEAAV0@PBD@Z @10560 NONAME ??4H4509_CallCompletionErrors@@QAEAAV0@I@Z @10561 NONAME ??4H4509_H323CallCompletionOperations@@QAEAAV0@I@Z @10562 NONAME ??4H501PDU@@QAEAAV0@ABV0@@Z @20460 NONAME ??4H501_ApplicationMessage@@QAEAAV0@ABVPBYTEArray@@@Z @17070 NONAME ??4H501_ApplicationMessage@@QAEAAV0@ABVPString@@@Z @17071 NONAME ??4H501_ApplicationMessage@@QAEAAV0@PBD@Z @17072 NONAME ??4H501_ArrayOf_AddressTemplate@@QAEAAV0@ABV0@@Z @20461 NONAME ??4H501_ArrayOf_ClearToken@@QAEAAV0@ABV0@@Z @20462 NONAME ??4H501_ArrayOf_CryptoH323Token@@QAEAAV0@ABV0@@Z @20463 NONAME ??4H501_ArrayOf_GenericData@@QAEAAV0@ABV0@@Z @20464 NONAME ??4H501_ArrayOf_NonStandardParameter@@QAEAAV0@ABV0@@Z @20465 NONAME ??4H501_ArrayOf_TransportAddress@@QAEAAV0@ABV0@@Z @20466 NONAME ??4H501_ElementIdentifier@@QAEAAV0@ABV?$PScalarArray@G@@@Z @18717 NONAME ??4H501_ElementIdentifier@@QAEAAV0@ABVPASN_BMPString@@@Z @17073 NONAME ??4H501_ElementIdentifier@@QAEAAV0@ABVPString@@@Z @17074 NONAME ??4H501_ElementIdentifier@@QAEAAV0@PBD@Z @17076 NONAME ??4H501_GlobalTimeStamp@@QAEAAV0@ABVPString@@@Z @17077 NONAME ??4H501_GlobalTimeStamp@@QAEAAV0@PBD@Z @17078 NONAME ??4H501_Message@@QAEAAV0@ABV0@@Z @18016 NONAME ??4H501_MessageBody@@QAEAAV0@ABV0@@Z @20467 NONAME ??4H501_MessageCommonInfo@@QAEAAV0@ABV0@@Z @17788 NONAME ??4H501_ProtocolVersion@@QAEAAV0@ABV0@@Z @20468 NONAME ??4H501_ServiceReleaseReason@@QAEAAV0@ABV0@@Z @20469 NONAME ??4H501_TimeZone@@QAEAAV0@H@Z @17079 NONAME ??4H501_TimeZone@@QAEAAV0@I@Z @17080 NONAME ??4LookupRecord@@QAEAAU0@ABU0@@Z @32787 NONAME ??4MCS_AssignedChannelId@@QAEAAV0@H@Z @2524 NONAME ??4MCS_AssignedChannelId@@QAEAAV0@I@Z @2525 NONAME ??4MCS_ChannelId@@QAEAAV0@H@Z @2526 NONAME ??4MCS_ChannelId@@QAEAAV0@I@Z @2527 NONAME ??4MCS_DataPriority@@QAEAAV0@I@Z @2528 NONAME ??4MCS_Diagnostic@@QAEAAV0@I@Z @2529 NONAME ??4MCS_DynamicChannelId@@QAEAAV0@H@Z @2530 NONAME ??4MCS_DynamicChannelId@@QAEAAV0@I@Z @2531 NONAME ??4MCS_PrivateChannelId@@QAEAAV0@H@Z @2532 NONAME ??4MCS_PrivateChannelId@@QAEAAV0@I@Z @2533 NONAME ??4MCS_Reason@@QAEAAV0@I@Z @2534 NONAME ??4MCS_Result@@QAEAAV0@I@Z @2535 NONAME ??4MCS_StaticChannelId@@QAEAAV0@H@Z @2536 NONAME ??4MCS_StaticChannelId@@QAEAAV0@I@Z @2537 NONAME ??4MCS_TokenId@@QAEAAV0@H@Z @2538 NONAME ??4MCS_TokenId@@QAEAAV0@I@Z @2539 NONAME ??4MCS_TokenStatus@@QAEAAV0@I@Z @2540 NONAME ??4MCS_UserId@@QAEAAV0@H@Z @2541 NONAME ??4MCS_UserId@@QAEAAV0@I@Z @2542 NONAME ??4MSIPAddress@PILSSession@@QAEAAV01@ABV01@@Z @20470 NONAME ??4OpalGloballyUniqueID@@QAEAAV0@ABV0@@Z @20471 NONAME ??4OpalMediaFormat@@QAEAAV0@ABV0@@Z @9434 NONAME ??4PASN_BMPString@@QAEAAV0@ABVPString@@@Z @15083 NONAME ??4PASN_Boolean@@QAEAAV0@ABV0@@Z @20476 NONAME ??4PASN_Boolean@@QAEAAV0@H@Z @20477 NONAME ??4PASN_ConstrainedObject@@QAEAAV0@ABV0@@Z @2544 NONAME ??4PASN_ConstrainedString@@QAEAAV0@ABV0@@Z @13277 NONAME ??4PASN_ConstrainedString@@QAEAAV0@ABVPString@@@Z @20478 NONAME ??4PASN_IA5String@@QAEAAV0@ABV0@@Z @20479 NONAME ??4PASN_Integer@@QAEAAV0@ABV0@@Z @20480 NONAME ??4PASN_Null@@QAEAAV0@ABV0@@Z @20481 NONAME ??4PASN_Object@@QAEAAV0@ABV0@@Z @20482 NONAME ??4PASN_Stream@@QAEAAV0@ABV0@@Z @20483 NONAME ??4PCaselessString@@QAEAAV0@ABV0@@Z @20485 NONAME ??4POrdinalKey@@QAEAAV0@ABV0@@Z @20491 NONAME ??4PPER_Stream@@QAEAAV0@ABV0@@Z @18017 NONAME ??4PUInt16b@@QAEAAU0@G@Z @20496 NONAME ??4PUInt32b@@QAEAAU0@K@Z @20497 NONAME ??4Q931@@QAEAAV0@ABV0@@Z @2548 NONAME ??4RTP_DataFrame@@QAEAAV0@ABV0@@Z @20498 NONAME ??4RTP_SessionManager@@QAEAAV0@ABV0@@Z @14918 NONAME ??4T38_Data_Field_subtype_field_type@@QAEAAV0@I@Z @12630 NONAME ??4T38_PreCorrigendum_Data_Field_subtype_field_type@@QAEAAV0@I@Z @15120 NONAME ??4T38_Type_of_msg@@QAEAAV0@ABV0@@Z @20499 NONAME ??4T38_Type_of_msg_data@@QAEAAV0@I@Z @12631 NONAME ??4T38_Type_of_msg_t30_indicator@@QAEAAV0@I@Z @12632 NONAME ??4X880_GeneralProblem@@QAEAAV0@H@Z @9837 NONAME ??4X880_GeneralProblem@@QAEAAV0@I@Z @9838 NONAME ??4X880_InvokeId@@QAEAAV0@H@Z @9839 NONAME ??4X880_InvokeId@@QAEAAV0@I@Z @9840 NONAME ??4X880_InvokeProblem@@QAEAAV0@H@Z @9841 NONAME ??4X880_InvokeProblem@@QAEAAV0@I@Z @9842 NONAME ??4X880_RejectProblem@@QAEAAV0@H@Z @9843 NONAME ??4X880_RejectProblem@@QAEAAV0@I@Z @9844 NONAME ??4X880_ReturnErrorProblem@@QAEAAV0@H@Z @9845 NONAME ??4X880_ReturnErrorProblem@@QAEAAV0@I@Z @9846 NONAME ??4X880_ReturnResultProblem@@QAEAAV0@H@Z @9847 NONAME ??4X880_ReturnResultProblem@@QAEAAV0@I@Z @9848 NONAME ??4X880_ROS@@QAEAAV0@ABV0@@Z @20500 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@ABVH323TransactionPDU@@@Z @20502 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@W4CauseValues@Q931@@@Z @20504 NONAME ??6@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@W4InformationElementCodes@Q931@@@Z @20505 NONAME ??7OpalGloballyUniqueID@@QBE_NXZ @30630 NONAME ??8const_iterator@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QBE_NABV012@@Z @32788 NONAME ??8const_iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QBE_NABV012@@Z @32179 NONAME ??8const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBE_NABV012@@Z @32789 NONAME ??8const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBE_NABV012@@Z @31661 NONAME ??8const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBE_NABV012@@Z @31662 NONAME ??8const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBE_NABV012@@Z @32381 NONAME ??8const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBE_NABV012@@Z @31663 NONAME ??8PASN_ObjectId@@QBE_NABV0@@Z @30631 NONAME ??8PASN_ObjectId@@QBE_NABVPString@@@Z @30632 NONAME ??9Address@PIPSocket@@QBE_NABV01@@Z @30633 NONAME ??9const_iterator@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QBE_NABV012@@Z @32790 NONAME ??9const_iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QBE_NABV012@@Z @32180 NONAME ??9const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBE_NABV012@@Z @32791 NONAME ??9const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBE_NABV012@@Z @31664 NONAME ??9const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBE_NABV012@@Z @31665 NONAME ??9const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBE_NABV012@@Z @32382 NONAME ??9const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBE_NABV012@@Z @31666 NONAME ??9PASN_ObjectId@@QBE_NPBD@Z @30635 NONAME ??A?$map@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@@std@@QAEAAPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@ABI@Z @32181 NONAME ??A?$map@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@@std@@QAEAAPAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@ABVPString@@@Z @32792 NONAME ??A?$map@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@@std@@QAEAAPAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@ABVPString@@@Z @31667 NONAME ??A?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@@std@@QAEAAPAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@ABVPString@@@Z @32383 NONAME ??A?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@@std@@QAEAAPAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@ABVPString@@@Z @31668 NONAME ??A?$map@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@@std@@QAEAAPAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@ABVPString@@@Z @31669 NONAME ??A?$PArray@V?$PList@VH323Capability@@@@@@QBEAAV?$PList@VH323Capability@@@@H@Z @14381 NONAME ??A?$PArray@VH323SimultaneousCapabilities@@@@QBEAAVH323SimultaneousCapabilities@@H@Z @14382 NONAME ??A?$PArray@VH323TransportAddress@@@@QBEAAVH323TransportAddress@@H@Z @14383 NONAME ??A?$PArray@VPASN_Object@@@@QBEAAVPASN_Object@@H@Z @14384 NONAME ??A?$PArray@VSourceDescription@RTP_Session@@@@QBEAAVSourceDescription@RTP_Session@@H@Z @14386 NONAME ??A?$PBaseArray@E@@QBEEH@Z @20526 NONAME ??A?$PBaseArray@I@@QBEIH@Z @20527 NONAME ??A?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@QBEAAVH245NegLogicalChannel@@ABVH323ChannelNumber@@@Z @20528 NONAME ??A?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@QBEAAVH323ServiceControlSession@@ABVPOrdinalKey@@@Z @20529 NONAME ??A?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@QBEAAVH450xHandler@@ABVPOrdinalKey@@@Z @20530 NONAME ??A?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@QBEAAVPBYTEArray@@ABVPOrdinalKey@@@Z @20531 NONAME ??A?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@QBEAAVRTP_Session@@ABVPOrdinalKey@@@Z @20532 NONAME ??A?$PDictionary@VPString@@VH323Connection@@@@QBEAAVH323Connection@@ABVPString@@@Z @20533 NONAME ??A?$PList@VH235Authenticator@@@@QBEAAVH235Authenticator@@H@Z @20534 NONAME ??A?$PList@VH245_GenericParameter@@@@QBEAAVH245_GenericParameter@@H@Z @33215 NONAME ??A?$PList@VH323Capability@@@@QBEAAVH323Capability@@H@Z @20535 NONAME ??A?$PList@VH323Channel@@@@QBEAAVH323Channel@@H@Z @20536 NONAME ??A?$PList@VH323GatekeeperListener@@@@QBEAAVH323GatekeeperListener@@H@Z @20537 NONAME ??A?$PList@VH323Listener@@@@QBEAAVH323Listener@@H@Z @20538 NONAME ??A?$PList@VH323Transactor@@@@QBEAAVH323Transactor@@H@Z @20539 NONAME ??A?$PList@VH450xHandler@@@@QBEAAVH450xHandler@@H@Z @20540 NONAME ??A?$PList@VOpalMediaFormat@@@@QBEAAVOpalMediaFormat@@H@Z @20542 NONAME ??A?$PList@VPBYTEArray@@@@QBEAAVPBYTEArray@@H@Z @20543 NONAME ??A?$POrdinalDictionary@VPString@@@@QBEHABVPString@@@Z @20547 NONAME ??A?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@QBEAAVAlternateInfo@H323Gatekeeper@@H@Z @20548 NONAME ??A?$PSortedList@VH225_AliasAddress@@@@QBEAAVH225_AliasAddress@@H@Z @20549 NONAME ??A?$PSortedList@VH323GatekeeperCall@@@@QBEAAVH323GatekeeperCall@@H@Z @20550 NONAME ??A?$PSortedList@VResponse@H323Transactor@@@@QBEAAVResponse@H323Transactor@@H@Z @20552 NONAME ??A?$PStringDictionary@VPOrdinalKey@@@@QBEABVPString@@ABVPOrdinalKey@@@Z @20553 NONAME ??AGCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@QBEAAVGCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@H@Z @2550 NONAME ??AGCC_ApplicationRecord_nonCollapsingCapabilities@@QBEAAVGCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@H@Z @2551 NONAME ??AGCC_ArrayOf_ApplicationInvokeSpecifier@@QBEAAVGCC_ApplicationInvokeSpecifier@@H@Z @2552 NONAME ??AGCC_ArrayOf_ChallengeItem@@QBEAAVGCC_ChallengeItem@@H@Z @2553 NONAME ??AGCC_ArrayOf_ConferenceDescriptor@@QBEAAVGCC_ConferenceDescriptor@@H@Z @2554 NONAME ??AGCC_ArrayOf_Privilege@@QBEAAVGCC_Privilege@@H@Z @2555 NONAME ??AGCC_ArrayOf_TextString@@QBEAAVGCC_TextString@@H@Z @2556 NONAME ??AGCC_ArrayOf_UserID@@QBEAAVGCC_UserID@@H@Z @2557 NONAME ??AGCC_NetworkAddress@@QBEAAVGCC_NetworkAddress_subtype@@H@Z @2558 NONAME ??AGCC_RosterUpdateIndication_applicationInformation@@QBEAAVGCC_RosterUpdateIndication_applicationInformation_subtype@@H@Z @2559 NONAME ??AGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@QBEAAVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@H@Z @2560 NONAME ??AGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@QBEAAVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@H@Z @2561 NONAME ??AGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@QBEAAVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@H@Z @2562 NONAME ??AGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@QBEAAVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@H@Z @2563 NONAME ??AGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@QBEAAVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@H@Z @2564 NONAME ??AGCC_UserData@@QBEAAVGCC_UserData_subtype@@H@Z @2565 NONAME ??AH225_AdmissionConfirm_language@@QBEAAVPASN_IA5String@@H@Z @11418 NONAME ??AH225_ArrayOf_AddressPattern@@QBEAAVH225_AddressPattern@@H@Z @11419 NONAME ??AH225_ArrayOf_AdmissionConfirm@@QBEAAVH225_AdmissionConfirm@@H@Z @19108 NONAME ??AH225_ArrayOf_AliasAddress@@QBEAAVH225_AliasAddress@@H@Z @2566 NONAME ??AH225_ArrayOf_AlternateGK@@QBEAAVH225_AlternateGK@@H@Z @2567 NONAME ??AH225_ArrayOf_AuthenticationMechanism@@QBEAAVH235_AuthenticationMechanism@@H@Z @2568 NONAME ??AH225_ArrayOf_BandwidthDetails@@QBEAAVH225_BandwidthDetails@@H@Z @11420 NONAME ??AH225_ArrayOf_CallReferenceValue@@QBEAAVH225_CallReferenceValue@@H@Z @2569 NONAME ??AH225_ArrayOf_CallsAvailable@@QBEAAVH225_CallsAvailable@@H@Z @11421 NONAME ??AH225_ArrayOf_ClearToken@@QBEAAVH235_ClearToken@@H@Z @2570 NONAME ??AH225_ArrayOf_ConferenceIdentifier@@QBEAAVH225_ConferenceIdentifier@@H@Z @2571 NONAME ??AH225_ArrayOf_ConferenceList@@QBEAAVH225_ConferenceList@@H@Z @2572 NONAME ??AH225_ArrayOf_CryptoH323Token@@QBEAAVH225_CryptoH323Token@@H@Z @2573 NONAME ??AH225_ArrayOf_DataRate@@QBEAAVH225_DataRate@@H@Z @2574 NONAME ??AH225_ArrayOf_Endpoint@@QBEAAVH225_Endpoint@@H@Z @2575 NONAME ??AH225_ArrayOf_EnumeratedParameter@@QBEAAVH225_EnumeratedParameter@@H@Z @11422 NONAME ??AH225_ArrayOf_ExtendedAliasAddress@@QBEAAVH225_ExtendedAliasAddress@@H@Z @11423 NONAME ??AH225_ArrayOf_FeatureDescriptor@@QBEAAVH225_FeatureDescriptor@@H@Z @11424 NONAME ??AH225_ArrayOf_GenericData@@QBEAAVH225_GenericData@@H@Z @11425 NONAME ??AH225_ArrayOf_H245Security@@QBEAAVH225_H245Security@@H@Z @2576 NONAME ??AH225_ArrayOf_H248PackagesDescriptor@@QBEAAVH225_H248PackagesDescriptor@@H@Z @11426 NONAME ??AH225_ArrayOf_IntegrityMechanism@@QBEAAVH225_IntegrityMechanism@@H@Z @2577 NONAME ??AH225_ArrayOf_NonStandardParameter@@QBEAAVH225_NonStandardParameter@@H@Z @2578 NONAME ??AH225_ArrayOf_PartyNumber@@QBEAAVH225_PartyNumber@@H@Z @11427 NONAME ??AH225_ArrayOf_PASN_ObjectId@@QBEAAVPASN_ObjectId@@H@Z @2579 NONAME ??AH225_ArrayOf_PASN_OctetString@@QBEAAVPASN_OctetString@@H@Z @2580 NONAME ??AH225_ArrayOf_RasUsageSpecification@@QBEAAVH225_RasUsageSpecification@@H@Z @11428 NONAME ??AH225_ArrayOf_RTPSession@@QBEAAVH225_RTPSession@@H@Z @2581 NONAME ??AH225_ArrayOf_ServiceControlSession@@QBEAAVH225_ServiceControlSession@@H@Z @11429 NONAME ??AH225_ArrayOf_SupportedPrefix@@QBEAAVH225_SupportedPrefix@@H@Z @2582 NONAME ??AH225_ArrayOf_SupportedProtocols@@QBEAAVH225_SupportedProtocols@@H@Z @2583 NONAME ??AH225_ArrayOf_TransportAddress@@QBEAAVH225_TransportAddress@@H@Z @2584 NONAME ??AH225_ArrayOf_TransportChannelInfo@@QBEAAVH225_TransportChannelInfo@@H@Z @2585 NONAME ??AH225_ArrayOf_TunnelledProtocol@@QBEAAVH225_TunnelledProtocol@@H@Z @11430 NONAME ??AH225_CicInfo_cic@@QBEAAVPASN_OctetString@@H@Z @11431 NONAME ??AH225_Connect_UUIE_language@@QBEAAVPASN_IA5String@@H@Z @11432 NONAME ??AH225_GroupID_member@@QBEAAVPASN_Integer@@H@Z @11433 NONAME ??AH225_InfoRequestResponse_perCallInfo@@QBEAAVH225_InfoRequestResponse_perCallInfo_subtype@@H@Z @2586 NONAME ??AH225_InfoRequestResponse_perCallInfo_subtype_pdu@@QBEAAVH225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@H@Z @2587 NONAME ??AH225_RTPSession_associatedSessionIds@@QBEAAVPASN_Integer@@H@Z @2588 NONAME ??AH225_Setup_UUIE_language@@QBEAAVPASN_IA5String@@H@Z @11434 NONAME ??AH225_TransportAddress_ipSourceRoute_route@@QBEAAVPASN_OctetString@@H@Z @2589 NONAME ??AH245_AlternativeCapabilitySet@@QBEAAVH245_CapabilityTableEntryNumber@@H@Z @2590 NONAME ??AH245_ArrayOf_AlternativeCapabilitySet@@QBEAAVH245_AlternativeCapabilitySet@@H@Z @2591 NONAME ??AH245_ArrayOf_BEnhancementParameters@@QBEAAVH245_BEnhancementParameters@@H@Z @2592 NONAME ??AH245_ArrayOf_CapabilityDescriptor@@QBEAAVH245_CapabilityDescriptor@@H@Z @2593 NONAME ??AH245_ArrayOf_CapabilityDescriptorNumber@@QBEAAVH245_CapabilityDescriptorNumber@@H@Z @2594 NONAME ??AH245_ArrayOf_CapabilityTableEntry@@QBEAAVH245_CapabilityTableEntry@@H@Z @2595 NONAME ??AH245_ArrayOf_CapabilityTableEntryNumber@@QBEAAVH245_CapabilityTableEntryNumber@@H@Z @2596 NONAME ??AH245_ArrayOf_CommunicationModeTableEntry@@QBEAAVH245_CommunicationModeTableEntry@@H@Z @2597 NONAME ??AH245_ArrayOf_CustomPictureClockFrequency@@QBEAAVH245_CustomPictureClockFrequency@@H@Z @2598 NONAME ??AH245_ArrayOf_CustomPictureFormat@@QBEAAVH245_CustomPictureFormat@@H@Z @2599 NONAME ??AH245_ArrayOf_DataApplicationCapability@@QBEAAVH245_DataApplicationCapability@@H@Z @2600 NONAME ??AH245_ArrayOf_DialingInformationNetworkType@@QBEAAVH245_DialingInformationNetworkType@@H@Z @11435 NONAME ??AH245_ArrayOf_DialingInformationNumber@@QBEAAVH245_DialingInformationNumber@@H@Z @11436 NONAME ??AH245_ArrayOf_EnhancementOptions@@QBEAAVH245_EnhancementOptions@@H@Z @2601 NONAME ??AH245_ArrayOf_EscrowData@@QBEAAVH245_EscrowData@@H@Z @2602 NONAME ??AH245_ArrayOf_GenericCapability@@QBEAAVH245_GenericCapability@@H@Z @33059 NONAME ??AH245_ArrayOf_GenericParameter@@QBEAAVH245_GenericParameter@@H@Z @11437 NONAME ??AH245_ArrayOf_H263ModeComboFlags@@QBEAAVH245_H263ModeComboFlags@@H@Z @2603 NONAME ??AH245_ArrayOf_H263VideoModeCombos@@QBEAAVH245_H263VideoModeCombos@@H@Z @2604 NONAME ??AH245_ArrayOf_MediaChannelCapability@@QBEAAVH245_MediaChannelCapability@@H@Z @2605 NONAME ??AH245_ArrayOf_MediaDistributionCapability@@QBEAAVH245_MediaDistributionCapability@@H@Z @2606 NONAME ??AH245_ArrayOf_ModeDescription@@QBEAAVH245_ModeDescription@@H@Z @2607 NONAME ??AH245_ArrayOf_MultiplePayloadStreamElement@@QBEAAVH245_MultiplePayloadStreamElement@@H@Z @19109 NONAME ??AH245_ArrayOf_MultiplePayloadStreamElementMode@@QBEAAVH245_MultiplePayloadStreamElementMode@@H@Z @19110 NONAME ??AH245_ArrayOf_MultiplexElement@@QBEAAVH245_MultiplexElement@@H@Z @2608 NONAME ??AH245_ArrayOf_MultiplexEntryDescriptor@@QBEAAVH245_MultiplexEntryDescriptor@@H@Z @2609 NONAME ??AH245_ArrayOf_MultiplexEntryRejectionDescriptions@@QBEAAVH245_MultiplexEntryRejectionDescriptions@@H@Z @2610 NONAME ??AH245_ArrayOf_MultiplexTableEntryNumber@@QBEAAVH245_MultiplexTableEntryNumber@@H@Z @2611 NONAME ??AH245_ArrayOf_NonStandardParameter@@QBEAAVH245_NonStandardParameter@@H@Z @2612 NONAME ??AH245_ArrayOf_ParameterIdentifier@@QBEAAVH245_ParameterIdentifier@@H@Z @11438 NONAME ??AH245_ArrayOf_PictureReference@@QBEAAVH245_PictureReference@@H@Z @11439 NONAME ??AH245_ArrayOf_Q2931Address@@QBEAAVH245_Q2931Address@@H@Z @11440 NONAME ??AH245_ArrayOf_QOSCapability@@QBEAAVH245_QOSCapability@@H@Z @2613 NONAME ??AH245_ArrayOf_RedundancyEncodingCapability@@QBEAAVH245_RedundancyEncodingCapability@@H@Z @2614 NONAME ??AH245_ArrayOf_RedundancyEncodingDTModeElement@@QBEAAVH245_RedundancyEncodingDTModeElement@@H@Z @19111 NONAME ??AH245_ArrayOf_RedundancyEncodingElement@@QBEAAVH245_RedundancyEncodingElement@@H@Z @19112 NONAME ??AH245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@QBEAAVH245_RequestMultiplexEntryRejectionDescriptions@@H@Z @2615 NONAME ??AH245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@QBEAAVH245_RTPH263VideoRedundancyFrameMapping@@H@Z @2616 NONAME ??AH245_ArrayOf_RTPPayloadType@@QBEAAVH245_RTPPayloadType@@H@Z @2617 NONAME ??AH245_ArrayOf_TerminalInformation@@QBEAAVH245_TerminalInformation@@H@Z @2618 NONAME ??AH245_ArrayOf_TerminalLabel@@QBEAAVH245_TerminalLabel@@H@Z @2619 NONAME ??AH245_ArrayOf_VCCapability@@QBEAAVH245_VCCapability@@H@Z @2620 NONAME ??AH245_ArrayOf_VideoCapability@@QBEAAVH245_VideoCapability@@H@Z @33060 NONAME ??AH245_CertSelectionCriteria@@QBEAAVH245_Criteria@@H@Z @2621 NONAME ??AH245_CustomPictureFormat_mPI_customPCF@@QBEAAVH245_CustomPictureFormat_mPI_customPCF_subtype@@H@Z @2622 NONAME ??AH245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@QBEAAVH245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@H@Z @2623 NONAME ??AH245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@QBEAAVPASN_Integer@@H@Z @2624 NONAME ??AH245_EncryptionCapability@@QBEAAVH245_MediaEncryptionAlgorithm@@H@Z @2625 NONAME ??AH245_ModeDescription@@QBEAAVH245_ModeElement@@H@Z @2626 NONAME ??AH245_RTPH263VideoRedundancyEncoding_containedThreads@@QBEAAVPASN_Integer@@H@Z @2627 NONAME ??AH245_RTPH263VideoRedundancyFrameMapping_frameSequence@@QBEAAVPASN_Integer@@H@Z @2628 NONAME ??AH245_UnicastAddress_iPSourceRouteAddress_route@@QBEAAVPASN_OctetString@@H@Z @2629 NONAME ??AH248_ArrayOf_ActionReply@@QBEAAVH248_ActionReply@@H@Z @15598 NONAME ??AH248_ArrayOf_ActionRequest@@QBEAAVH248_ActionRequest@@H@Z @15599 NONAME ??AH248_ArrayOf_AmmDescriptor@@QBEAAVH248_AmmDescriptor@@H@Z @15600 NONAME ??AH248_ArrayOf_CommandReply@@QBEAAVH248_CommandReply@@H@Z @15601 NONAME ??AH248_ArrayOf_CommandRequest@@QBEAAVH248_CommandRequest@@H@Z @15602 NONAME ??AH248_ArrayOf_EventParameter@@QBEAAVH248_EventParameter@@H@Z @15603 NONAME ??AH248_ArrayOf_IndAuditParameter@@QBEAAVH248_IndAuditParameter@@H@Z @15604 NONAME ??AH248_ArrayOf_IndAudPropertyParm@@QBEAAVH248_IndAudPropertyParm@@H@Z @15605 NONAME ??AH248_ArrayOf_IndAudStreamDescriptor@@QBEAAVH248_IndAudStreamDescriptor@@H@Z @15606 NONAME ??AH248_ArrayOf_ModemType@@QBEAAVH248_ModemType@@H@Z @15607 NONAME ??AH248_ArrayOf_ObservedEvent@@QBEAAVH248_ObservedEvent@@H@Z @15608 NONAME ??AH248_ArrayOf_PASN_OctetString@@QBEAAVPASN_OctetString@@H@Z @15609 NONAME ??AH248_ArrayOf_PropertyGroup@@QBEAAVH248_PropertyGroup@@H@Z @15610 NONAME ??AH248_ArrayOf_PropertyParm@@QBEAAVH248_PropertyParm@@H@Z @15611 NONAME ??AH248_ArrayOf_RequestedEvent@@QBEAAVH248_RequestedEvent@@H@Z @15612 NONAME ??AH248_ArrayOf_SecondRequestedEvent@@QBEAAVH248_SecondRequestedEvent@@H@Z @15613 NONAME ??AH248_ArrayOf_Signal@@QBEAAVH248_Signal@@H@Z @15614 NONAME ??AH248_ArrayOf_SigParameter@@QBEAAVH248_SigParameter@@H@Z @15615 NONAME ??AH248_ArrayOf_StreamDescriptor@@QBEAAVH248_StreamDescriptor@@H@Z @15616 NONAME ??AH248_ArrayOf_TerminationID@@QBEAAVH248_TerminationID@@H@Z @15617 NONAME ??AH248_ArrayOf_TopologyRequest@@QBEAAVH248_TopologyRequest@@H@Z @15618 NONAME ??AH248_ArrayOf_Transaction@@QBEAAVH248_Transaction@@H@Z @15619 NONAME ??AH248_ArrayOf_WildcardField@@QBEAAVH248_WildcardField@@H@Z @15620 NONAME ??AH248_EventBufferDescriptor@@QBEAAVH248_EventSpec@@H@Z @15621 NONAME ??AH248_IndAudPropertyGroup@@QBEAAVH248_IndAudPropertyParm@@H@Z @15622 NONAME ??AH248_PackagesDescriptor@@QBEAAVH248_PackagesItem@@H@Z @15623 NONAME ??AH248_PropertyGroup@@QBEAAVH248_PropertyParm@@H@Z @15624 NONAME ??AH248_SignalsDescriptor@@QBEAAVH248_SignalRequest@@H@Z @15625 NONAME ??AH248_StatisticsDescriptor@@QBEAAVH248_StatisticsParameter@@H@Z @15626 NONAME ??AH248_TerminationAudit@@QBEAAVH248_AuditReturnParameter@@H@Z @15627 NONAME ??AH248_TerminationIDList@@QBEAAVH248_TerminationID@@H@Z @15628 NONAME ??AH248_TransactionResponseAck@@QBEAAVH248_TransactionAck@@H@Z @15629 NONAME ??AH248_Value@@QBEAAVPASN_OctetString@@H@Z @15630 NONAME ??AH323Capabilities@@QBEAAVH323Capability@@H@Z @20555 NONAME ??AH45010_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @10563 NONAME ??AH45011_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @10564 NONAME ??AH4501_ArrayOf_AliasAddress@@QBEAAVH225_AliasAddress@@H@Z @9849 NONAME ??AH4501_ArrayOf_ROS@@QBEAAVX880_ROS@@H@Z @9850 NONAME ??AH4502_ExtensionSeq@@QBEAAVH4501_Extension@@H@Z @9851 NONAME ??AH4503_ExtensionSeq@@QBEAAVH4501_Extension@@H@Z @10305 NONAME ??AH4503_IntResultList@@QBEAAVH4503_IntResult@@H@Z @10306 NONAME ??AH4504_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @10213 NONAME ??AH4505_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @10565 NONAME ??AH4506_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @10566 NONAME ??AH4507_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @10567 NONAME ??AH4507_DummyRes@@QBEAAVH4504_MixedExtension@@H@Z @10568 NONAME ??AH4507_MWIInterrogateRes@@QBEAAVH4507_MWIInterrogateResElt@@H@Z @10569 NONAME ??AH4509_ArrayOf_MixedExtension@@QBEAAVH4504_MixedExtension@@H@Z @10570 NONAME ??AH501_ArrayOf_AccessToken@@QBEAAVH501_AccessToken@@H@Z @17082 NONAME ??AH501_ArrayOf_AddressTemplate@@QBEAAVH501_AddressTemplate@@H@Z @17083 NONAME ??AH501_ArrayOf_AliasAddress@@QBEAAVH225_AliasAddress@@H@Z @17084 NONAME ??AH501_ArrayOf_AlternatePE@@QBEAAVH501_AlternatePE@@H@Z @17085 NONAME ??AH501_ArrayOf_CircuitIdentifier@@QBEAAVH225_CircuitIdentifier@@H@Z @17086 NONAME ??AH501_ArrayOf_ClearToken@@QBEAAVH235_ClearToken@@H@Z @17087 NONAME ??AH501_ArrayOf_ContactInformation@@QBEAAVH501_ContactInformation@@H@Z @17088 NONAME ??AH501_ArrayOf_CryptoH323Token@@QBEAAVH225_CryptoH323Token@@H@Z @17089 NONAME ??AH501_ArrayOf_Descriptor@@QBEAAVH501_Descriptor@@H@Z @17090 NONAME ??AH501_ArrayOf_DescriptorInfo@@QBEAAVH501_DescriptorInfo@@H@Z @17092 NONAME ??AH501_ArrayOf_GenericData@@QBEAAVH225_GenericData@@H@Z @17093 NONAME ??AH501_ArrayOf_GloballyUniqueID@@QBEAAVH225_GloballyUniqueID@@H@Z @17789 NONAME ??AH501_ArrayOf_NonStandardParameter@@QBEAAVH225_NonStandardParameter@@H@Z @17094 NONAME ??AH501_ArrayOf_PASN_ObjectId@@QBEAAVPASN_ObjectId@@H@Z @17095 NONAME ??AH501_ArrayOf_Pattern@@QBEAAVH501_Pattern@@H@Z @17096 NONAME ??AH501_ArrayOf_PriceElement@@QBEAAVH501_PriceElement@@H@Z @17097 NONAME ??AH501_ArrayOf_PriceInfoSpec@@QBEAAVH501_PriceInfoSpec@@H@Z @17098 NONAME ??AH501_ArrayOf_RouteInformation@@QBEAAVH501_RouteInformation@@H@Z @17099 NONAME ??AH501_ArrayOf_SecurityMode@@QBEAAVH501_SecurityMode@@H@Z @17100 NONAME ??AH501_ArrayOf_ServiceControlSession@@QBEAAVH225_ServiceControlSession@@H@Z @17101 NONAME ??AH501_ArrayOf_SupportedProtocols@@QBEAAVH225_SupportedProtocols@@H@Z @17102 NONAME ??AH501_ArrayOf_TransportAddress@@QBEAAVH225_TransportAddress@@H@Z @17103 NONAME ??AH501_ArrayOf_UpdateInformation@@QBEAAVH501_UpdateInformation@@H@Z @17104 NONAME ??AH501_ArrayOf_UsageField@@QBEAAVH501_UsageField@@H@Z @17105 NONAME ??AMCS_ArrayOf_ChannelAttributes@@QBEAAVMCS_ChannelAttributes@@H@Z @2637 NONAME ??AMCS_ArrayOf_ChannelId@@QBEAAVMCS_ChannelId@@H@Z @2638 NONAME ??AMCS_ArrayOf_TokenAttributes@@QBEAAVMCS_TokenAttributes@@H@Z @2639 NONAME ??AMCS_ArrayOf_TokenId@@QBEAAVMCS_TokenId@@H@Z @2640 NONAME ??AMCS_ArrayOf_UserId@@QBEAAVMCS_UserId@@H@Z @2641 NONAME ??APASN_Array@@QBEAAVPASN_Object@@H@Z @20556 NONAME ??APASN_ConstrainedString@@QBEDH@Z @20557 NONAME ??APASN_ObjectId@@QBEIH@Z @20558 NONAME ??APASN_OctetString@@QAEAAEH@Z @20559 NONAME ??AT38_ArrayOf_PASN_OctetString@@QBEAAVPASN_OctetString@@H@Z @12633 NONAME ??AT38_Data_Field@@QBEAAVT38_Data_Field_subtype@@H@Z @12634 NONAME ??AT38_PreCorrigendum_Data_Field@@QBEAAVT38_PreCorrigendum_Data_Field_subtype@@H@Z @15121 NONAME ??AT38_UDPTLPacket_error_recovery_secondary_ifp_packets@@QBEAAVT38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@H@Z @12635 NONAME ??B?$PSafePtr@VH323GatekeeperCall@@@@QBEPAVH323GatekeeperCall@@XZ @20568 NONAME ??B?$PSafePtr@VH323PeerElementDescriptor@@@@QBEPAVH323PeerElementDescriptor@@XZ @20569 NONAME ??B?$PSafePtr@VH323PeerElementServiceRelationship@@@@QBEPAVH323PeerElementServiceRelationship@@XZ @20570 NONAME ??B?$PSafePtr@VH323RegisteredEndPoint@@@@QBEPAVH323RegisteredEndPoint@@XZ @20571 NONAME ??BGCC_CapabilityID@@QAEAAVGCC_Key@@XZ @2642 NONAME ??BGCC_CapabilityID@@QBEABVGCC_Key@@XZ @2643 NONAME ??BGCC_ChallengeResponseAlgorithm@@QAEAAVGCC_NonStandardParameter@@XZ @2644 NONAME ??BGCC_ChallengeResponseAlgorithm@@QBEABVGCC_NonStandardParameter@@XZ @2645 NONAME ??BGCC_ChallengeResponseItem@@QAEAAVGCC_PasswordSelector@@XZ @2646 NONAME ??BGCC_ChallengeResponseItem@@QAEAAVGCC_UserData@@XZ @2647 NONAME ??BGCC_ChallengeResponseItem@@QBEABVGCC_PasswordSelector@@XZ @2648 NONAME ??BGCC_ChallengeResponseItem@@QBEABVGCC_UserData@@XZ @2649 NONAME ??BGCC_ConferenceNameSelector@@QAEAAVGCC_SimpleNumericString@@XZ @2650 NONAME ??BGCC_ConferenceNameSelector@@QAEAAVGCC_SimpleTextString@@XZ @2651 NONAME ??BGCC_ConferenceNameSelector@@QBEABVGCC_SimpleNumericString@@XZ @2652 NONAME ??BGCC_ConferenceNameSelector@@QBEABVGCC_SimpleTextString@@XZ @2653 NONAME ??BGCC_ConferencePriorityScheme@@QAEAAVGCC_NonStandardParameter@@XZ @2654 NONAME ??BGCC_ConferencePriorityScheme@@QBEABVGCC_NonStandardParameter@@XZ @2655 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceCreateRequest@@XZ @2656 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceCreateResponse@@XZ @2657 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceInviteRequest@@XZ @2658 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceInviteResponse@@XZ @2659 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceJoinRequest@@XZ @2660 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceJoinResponse@@XZ @2661 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceQueryRequest@@XZ @2662 NONAME ??BGCC_ConnectGCCPDU@@QAEAAVGCC_ConferenceQueryResponse@@XZ @2663 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceCreateRequest@@XZ @2664 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceCreateResponse@@XZ @2665 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceInviteRequest@@XZ @2666 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceInviteResponse@@XZ @2667 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceJoinRequest@@XZ @2668 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceJoinResponse@@XZ @2669 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceQueryRequest@@XZ @2670 NONAME ??BGCC_ConnectGCCPDU@@QBEABVGCC_ConferenceQueryResponse@@XZ @2671 NONAME ??BGCC_GCCPDU@@QAEAAVGCC_IndicationPDU@@XZ @2672 NONAME ??BGCC_GCCPDU@@QAEAAVGCC_RequestPDU@@XZ @2673 NONAME ??BGCC_GCCPDU@@QAEAAVGCC_ResponsePDU@@XZ @2674 NONAME ??BGCC_GCCPDU@@QBEABVGCC_IndicationPDU@@XZ @2675 NONAME ??BGCC_GCCPDU@@QBEABVGCC_RequestPDU@@XZ @2676 NONAME ??BGCC_GCCPDU@@QBEABVGCC_ResponsePDU@@XZ @2677 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ApplicationInvokeIndication@@XZ @2678 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConductorAssignIndication@@XZ @2679 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConductorPermissionAskIndication@@XZ @2680 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConductorPermissionGrantIndication@@XZ @2681 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConductorReleaseIndication@@XZ @2682 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceAssistanceIndication@@XZ @2683 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceEjectUserIndication@@XZ @2684 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceLockIndication@@XZ @2685 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceTerminateIndication@@XZ @2686 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceTimeExtendIndication@@XZ @2687 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceTimeInquireIndication@@XZ @2688 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceTimeRemainingIndication@@XZ @2689 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceTransferIndication@@XZ @2690 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_ConferenceUnlockIndication@@XZ @2691 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_NonStandardPDU@@XZ @2692 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_RegistryMonitorEntryIndication@@XZ @2693 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_RosterUpdateIndication@@XZ @2694 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_TextMessageIndication@@XZ @2695 NONAME ??BGCC_IndicationPDU@@QAEAAVGCC_UserIDIndication@@XZ @2696 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ApplicationInvokeIndication@@XZ @2697 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConductorAssignIndication@@XZ @2698 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConductorPermissionAskIndication@@XZ @2699 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConductorPermissionGrantIndication@@XZ @2700 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConductorReleaseIndication@@XZ @2701 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceAssistanceIndication@@XZ @2702 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceEjectUserIndication@@XZ @2703 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceLockIndication@@XZ @2704 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceTerminateIndication@@XZ @2705 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceTimeExtendIndication@@XZ @2706 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceTimeInquireIndication@@XZ @2707 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceTimeRemainingIndication@@XZ @2708 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceTransferIndication@@XZ @2709 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_ConferenceUnlockIndication@@XZ @2710 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_NonStandardPDU@@XZ @2711 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_RegistryMonitorEntryIndication@@XZ @2712 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_RosterUpdateIndication@@XZ @2713 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_TextMessageIndication@@XZ @2714 NONAME ??BGCC_IndicationPDU@@QBEABVGCC_UserIDIndication@@XZ @2715 NONAME ??BGCC_Key@@QAEAAVGCC_H221NonStandardIdentifier@@XZ @2716 NONAME ??BGCC_Key@@QBEABVGCC_H221NonStandardIdentifier@@XZ @2717 NONAME ??BGCC_NetworkAddress_subtype@@QAEAAVGCC_NetworkAddress_subtype_aggregatedChannel@@XZ @2718 NONAME ??BGCC_NetworkAddress_subtype@@QAEAAVGCC_NetworkAddress_subtype_transportConnection@@XZ @2719 NONAME ??BGCC_NetworkAddress_subtype@@QAEAAVGCC_NonStandardParameter@@XZ @2720 NONAME ??BGCC_NetworkAddress_subtype@@QBEABVGCC_NetworkAddress_subtype_aggregatedChannel@@XZ @2721 NONAME ??BGCC_NetworkAddress_subtype@@QBEABVGCC_NetworkAddress_subtype_transportConnection@@XZ @2722 NONAME ??BGCC_NetworkAddress_subtype@@QBEABVGCC_NonStandardParameter@@XZ @2723 NONAME ??BGCC_PasswordChallengeRequestResponse@@QAEAAVGCC_PasswordChallengeRequestResponse_challengeRequestResponse@@XZ @2724 NONAME ??BGCC_PasswordChallengeRequestResponse@@QAEAAVGCC_PasswordSelector@@XZ @2725 NONAME ??BGCC_PasswordChallengeRequestResponse@@QBEABVGCC_PasswordChallengeRequestResponse_challengeRequestResponse@@XZ @2726 NONAME ??BGCC_PasswordChallengeRequestResponse@@QBEABVGCC_PasswordSelector@@XZ @2727 NONAME ??BGCC_PasswordSelector@@QAEAAVGCC_SimpleNumericString@@XZ @2728 NONAME ??BGCC_PasswordSelector@@QAEAAVGCC_SimpleTextString@@XZ @2729 NONAME ??BGCC_PasswordSelector@@QBEABVGCC_SimpleNumericString@@XZ @2730 NONAME ??BGCC_PasswordSelector@@QBEABVGCC_SimpleTextString@@XZ @2731 NONAME ??BGCC_RegistryEntryOwner@@QAEAAVGCC_RegistryEntryOwner_owned@@XZ @2732 NONAME ??BGCC_RegistryEntryOwner@@QBEABVGCC_RegistryEntryOwner_owned@@XZ @2733 NONAME ??BGCC_RegistryItem@@QAEAAVGCC_DynamicChannelID@@XZ @2734 NONAME ??BGCC_RegistryItem@@QAEAAVGCC_DynamicTokenID@@XZ @2735 NONAME ??BGCC_RegistryItem@@QBEABVGCC_DynamicChannelID@@XZ @2736 NONAME ??BGCC_RegistryItem@@QBEABVGCC_DynamicTokenID@@XZ @2737 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceAddRequest@@XZ @2738 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceEjectUserRequest@@XZ @2739 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceJoinRequest@@XZ @2740 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceLockRequest@@XZ @2741 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceTerminateRequest@@XZ @2742 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceTransferRequest@@XZ @2743 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_ConferenceUnlockRequest@@XZ @2744 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_NonStandardPDU@@XZ @2745 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistryAllocateHandleRequest@@XZ @2746 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistryAssignTokenRequest@@XZ @2747 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistryDeleteEntryRequest@@XZ @2748 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistryMonitorEntryRequest@@XZ @2749 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistryRegisterChannelRequest@@XZ @2750 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistryRetrieveEntryRequest@@XZ @2751 NONAME ??BGCC_RequestPDU@@QAEAAVGCC_RegistrySetParameterRequest@@XZ @2752 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceAddRequest@@XZ @2753 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceEjectUserRequest@@XZ @2754 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceJoinRequest@@XZ @2755 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceLockRequest@@XZ @2756 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceTerminateRequest@@XZ @2757 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceTransferRequest@@XZ @2758 NONAME ??BGCC_RequestPDU@@QBEABVGCC_ConferenceUnlockRequest@@XZ @2759 NONAME ??BGCC_RequestPDU@@QBEABVGCC_NonStandardPDU@@XZ @2760 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistryAllocateHandleRequest@@XZ @2761 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistryAssignTokenRequest@@XZ @2762 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistryDeleteEntryRequest@@XZ @2763 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistryMonitorEntryRequest@@XZ @2764 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistryRegisterChannelRequest@@XZ @2765 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistryRetrieveEntryRequest@@XZ @2766 NONAME ??BGCC_RequestPDU@@QBEABVGCC_RegistrySetParameterRequest@@XZ @2767 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceAddResponse@@XZ @2768 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceEjectUserResponse@@XZ @2769 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceJoinResponse@@XZ @2770 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceLockResponse@@XZ @2771 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceTerminateResponse@@XZ @2772 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceTransferResponse@@XZ @2773 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_ConferenceUnlockResponse@@XZ @2774 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_FunctionNotSupportedResponse@@XZ @2775 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_NonStandardPDU@@XZ @2776 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_RegistryAllocateHandleResponse@@XZ @2777 NONAME ??BGCC_ResponsePDU@@QAEAAVGCC_RegistryResponse@@XZ @2778 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceAddResponse@@XZ @2779 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceEjectUserResponse@@XZ @2780 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceJoinResponse@@XZ @2781 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceLockResponse@@XZ @2782 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceTerminateResponse@@XZ @2783 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceTransferResponse@@XZ @2784 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_ConferenceUnlockResponse@@XZ @2785 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_FunctionNotSupportedResponse@@XZ @2786 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_NonStandardPDU@@XZ @2787 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_RegistryAllocateHandleResponse@@XZ @2788 NONAME ??BGCC_ResponsePDU@@QBEABVGCC_RegistryResponse@@XZ @2789 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@QAEAAVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@XZ @2790 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@QBEABVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@XZ @2791 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@QAEAAVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@XZ @2792 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@QAEAAVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@XZ @2793 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@QBEABVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@XZ @2794 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@QBEABVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@XZ @2795 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@QAEAAVGCC_ApplicationRecord@@XZ @2796 NONAME ??BGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@QBEABVGCC_ApplicationRecord@@XZ @2797 NONAME ??BGCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@QAEAAVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@XZ @2798 NONAME ??BGCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@QAEAAVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@XZ @2799 NONAME ??BGCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@QBEABVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@XZ @2800 NONAME ??BGCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@QBEABVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@XZ @2801 NONAME ??BGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@QAEAAVGCC_NodeRecord@@XZ @2802 NONAME ??BGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@QBEABVGCC_NodeRecord@@XZ @2803 NONAME ??BH225_AddressPattern@@QAEAAVH225_AddressPattern_range@@XZ @11441 NONAME ??BH225_AddressPattern@@QAEAAVH225_AliasAddress@@XZ @11442 NONAME ??BH225_AddressPattern@@QBEABVH225_AddressPattern_range@@XZ @11443 NONAME ??BH225_AddressPattern@@QBEABVH225_AliasAddress@@XZ @11444 NONAME ??BH225_AdmissionRejectReason@@QAEAAVH225_ArrayOf_PartyNumber@@XZ @11445 NONAME ??BH225_AdmissionRejectReason@@QAEAAVH225_SecurityErrors2@@XZ @19113 NONAME ??BH225_AdmissionRejectReason@@QBEABVH225_ArrayOf_PartyNumber@@XZ @11446 NONAME ??BH225_AdmissionRejectReason@@QBEABVH225_SecurityErrors2@@XZ @19114 NONAME ??BH225_AliasAddress@@QAEAAVH225_MobileUIM@@XZ @11447 NONAME ??BH225_AliasAddress@@QAEAAVH225_PartyNumber@@XZ @2804 NONAME ??BH225_AliasAddress@@QAEAAVH225_TransportAddress@@XZ @2805 NONAME ??BH225_AliasAddress@@QBEABVH225_MobileUIM@@XZ @11448 NONAME ??BH225_AliasAddress@@QBEABVH225_PartyNumber@@XZ @2806 NONAME ??BH225_AliasAddress@@QBEABVH225_TransportAddress@@XZ @2807 NONAME ??BH225_BandRejectReason@@QAEAAVH225_SecurityErrors2@@XZ @19115 NONAME ??BH225_BandRejectReason@@QBEABVH225_SecurityErrors2@@XZ @19116 NONAME ??BH225_CallTerminationCause@@QAEAAVH225_ReleaseCompleteReason@@XZ @11449 NONAME ??BH225_CallTerminationCause@@QBEABVH225_ReleaseCompleteReason@@XZ @11450 NONAME ??BH225_Content@@QAEAAVH225_AliasAddress@@XZ @11455 NONAME ??BH225_Content@@QAEAAVH225_ArrayOf_EnumeratedParameter@@XZ @11456 NONAME ??BH225_Content@@QAEAAVH225_ArrayOf_GenericData@@XZ @11457 NONAME ??BH225_Content@@QAEAAVH225_GenericIdentifier@@XZ @11458 NONAME ??BH225_Content@@QAEAAVH225_TransportAddress@@XZ @11459 NONAME ??BH225_Content@@QBEABVH225_AliasAddress@@XZ @11460 NONAME ??BH225_Content@@QBEABVH225_ArrayOf_EnumeratedParameter@@XZ @11461 NONAME ??BH225_Content@@QBEABVH225_ArrayOf_GenericData@@XZ @11462 NONAME ??BH225_Content@@QBEABVH225_GenericIdentifier@@XZ @11463 NONAME ??BH225_Content@@QBEABVH225_TransportAddress@@XZ @11464 NONAME ??BH225_CryptoH323Token@@QAEAAV?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@XZ @12407 NONAME ??BH225_CryptoH323Token@@QAEAAV?$H235_SIGNED@VH225_EncodedFastStartToken@@@@XZ @12408 NONAME ??BH225_CryptoH323Token@@QAEAAV?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@XZ @12409 NONAME ??BH225_CryptoH323Token@@QAEAAVH225_CryptoH323Token_cryptoEPPwdHash@@XZ @2811 NONAME ??BH225_CryptoH323Token@@QAEAAVH225_CryptoH323Token_cryptoGKPwdHash@@XZ @2812 NONAME ??BH225_CryptoH323Token@@QAEAAVH235_CryptoToken@@XZ @2813 NONAME ??BH225_CryptoH323Token@@QBEABV?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@XZ @12410 NONAME ??BH225_CryptoH323Token@@QBEABV?$H235_SIGNED@VH225_EncodedFastStartToken@@@@XZ @12411 NONAME ??BH225_CryptoH323Token@@QBEABV?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@XZ @12412 NONAME ??BH225_CryptoH323Token@@QBEABVH225_CryptoH323Token_cryptoEPPwdHash@@XZ @2817 NONAME ??BH225_CryptoH323Token@@QBEABVH225_CryptoH323Token_cryptoGKPwdHash@@XZ @2818 NONAME ??BH225_CryptoH323Token@@QBEABVH235_CryptoToken@@XZ @2819 NONAME ??BH225_DisengageRejectReason@@QAEAAVH225_SecurityErrors2@@XZ @19117 NONAME ??BH225_DisengageRejectReason@@QBEABVH225_SecurityErrors2@@XZ @19118 NONAME ??BH225_EncryptIntAlg@@QAEAAVH225_NonStandardParameter@@XZ @2820 NONAME ??BH225_EncryptIntAlg@@QBEABVH225_NonStandardParameter@@XZ @2821 NONAME ??BH225_GatekeeperRejectReason@@QAEAAVH225_SecurityErrors@@XZ @19119 NONAME ??BH225_GatekeeperRejectReason@@QBEABVH225_SecurityErrors@@XZ @19120 NONAME ??BH225_GenericIdentifier@@QAEAAVH225_GloballyUniqueID@@XZ @11465 NONAME ??BH225_GenericIdentifier@@QBEABVH225_GloballyUniqueID@@XZ @11466 NONAME ??BH225_H245Security@@QAEAAVH225_NonStandardParameter@@XZ @2822 NONAME ??BH225_H245Security@@QAEAAVH225_SecurityCapabilities@@XZ @2823 NONAME ??BH225_H245Security@@QBEABVH225_NonStandardParameter@@XZ @2824 NONAME ??BH225_H245Security@@QBEABVH225_SecurityCapabilities@@XZ @2825 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Alerting_UUIE@@XZ @2826 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_CallProceeding_UUIE@@XZ @2827 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Connect_UUIE@@XZ @2828 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Facility_UUIE@@XZ @2829 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Information_UUIE@@XZ @2830 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Notify_UUIE@@XZ @11467 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Progress_UUIE@@XZ @2831 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_ReleaseComplete_UUIE@@XZ @2832 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_SetupAcknowledge_UUIE@@XZ @11468 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Setup_UUIE@@XZ @2833 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_StatusInquiry_UUIE@@XZ @11469 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QAEAAVH225_Status_UUIE@@XZ @11470 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Alerting_UUIE@@XZ @2834 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_CallProceeding_UUIE@@XZ @2835 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Connect_UUIE@@XZ @2836 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Facility_UUIE@@XZ @2837 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Information_UUIE@@XZ @2838 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Notify_UUIE@@XZ @11471 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Progress_UUIE@@XZ @2839 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_ReleaseComplete_UUIE@@XZ @2840 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_SetupAcknowledge_UUIE@@XZ @11472 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Setup_UUIE@@XZ @2841 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_StatusInquiry_UUIE@@XZ @11473 NONAME ??BH225_H323_UU_PDU_h323_message_body@@QBEABVH225_Status_UUIE@@XZ @11474 NONAME ??BH225_InfoRequestNakReason@@QAEAAVH225_SecurityErrors2@@XZ @19121 NONAME ??BH225_InfoRequestNakReason@@QBEABVH225_SecurityErrors2@@XZ @19122 NONAME ??BH225_IntegrityMechanism@@QAEAAVH225_NonIsoIntegrityMechanism@@XZ @2842 NONAME ??BH225_IntegrityMechanism@@QAEAAVH225_NonStandardParameter@@XZ @2843 NONAME ??BH225_IntegrityMechanism@@QBEABVH225_NonIsoIntegrityMechanism@@XZ @2844 NONAME ??BH225_IntegrityMechanism@@QBEABVH225_NonStandardParameter@@XZ @2845 NONAME ??BH225_LocationRejectReason@@QAEAAVH225_ArrayOf_PartyNumber@@XZ @11475 NONAME ??BH225_LocationRejectReason@@QAEAAVH225_SecurityErrors2@@XZ @19123 NONAME ??BH225_LocationRejectReason@@QBEABVH225_ArrayOf_PartyNumber@@XZ @11476 NONAME ??BH225_LocationRejectReason@@QBEABVH225_SecurityErrors2@@XZ @19124 NONAME ??BH225_MobileUIM@@QAEAAVH225_ANSI_41_UIM@@XZ @11477 NONAME ??BH225_MobileUIM@@QAEAAVH225_GSM_UIM@@XZ @11478 NONAME ??BH225_MobileUIM@@QBEABVH225_ANSI_41_UIM@@XZ @11479 NONAME ??BH225_MobileUIM@@QBEABVH225_GSM_UIM@@XZ @11480 NONAME ??BH225_NonIsoIntegrityMechanism@@QAEAAVH225_EncryptIntAlg@@XZ @2846 NONAME ??BH225_NonIsoIntegrityMechanism@@QBEABVH225_EncryptIntAlg@@XZ @2847 NONAME ??BH225_NonStandardIdentifier@@QAEAAVH225_H221NonStandard@@XZ @2848 NONAME ??BH225_NonStandardIdentifier@@QBEABVH225_H221NonStandard@@XZ @2849 NONAME ??BH225_PartyNumber@@QAEAAVH225_NumberDigits@@XZ @2850 NONAME ??BH225_PartyNumber@@QAEAAVH225_PrivatePartyNumber@@XZ @2851 NONAME ??BH225_PartyNumber@@QAEAAVH225_PublicPartyNumber@@XZ @2852 NONAME ??BH225_PartyNumber@@QBEABVH225_NumberDigits@@XZ @2853 NONAME ??BH225_PartyNumber@@QBEABVH225_PrivatePartyNumber@@XZ @2854 NONAME ??BH225_PartyNumber@@QBEABVH225_PublicPartyNumber@@XZ @2855 NONAME ??BH225_RasMessage@@QAEAAVH225_AdmissionConfirm@@XZ @2856 NONAME ??BH225_RasMessage@@QAEAAVH225_AdmissionReject@@XZ @2857 NONAME ??BH225_RasMessage@@QAEAAVH225_AdmissionRequest@@XZ @2858 NONAME ??BH225_RasMessage@@QAEAAVH225_ArrayOf_AdmissionConfirm@@XZ @19125 NONAME ??BH225_RasMessage@@QAEAAVH225_BandwidthConfirm@@XZ @2859 NONAME ??BH225_RasMessage@@QAEAAVH225_BandwidthReject@@XZ @2860 NONAME ??BH225_RasMessage@@QAEAAVH225_BandwidthRequest@@XZ @2861 NONAME ??BH225_RasMessage@@QAEAAVH225_DisengageConfirm@@XZ @2862 NONAME ??BH225_RasMessage@@QAEAAVH225_DisengageReject@@XZ @2863 NONAME ??BH225_RasMessage@@QAEAAVH225_DisengageRequest@@XZ @2864 NONAME ??BH225_RasMessage@@QAEAAVH225_GatekeeperConfirm@@XZ @2865 NONAME ??BH225_RasMessage@@QAEAAVH225_GatekeeperReject@@XZ @2866 NONAME ??BH225_RasMessage@@QAEAAVH225_GatekeeperRequest@@XZ @2867 NONAME ??BH225_RasMessage@@QAEAAVH225_InfoRequest@@XZ @2868 NONAME ??BH225_RasMessage@@QAEAAVH225_InfoRequestAck@@XZ @2869 NONAME ??BH225_RasMessage@@QAEAAVH225_InfoRequestNak@@XZ @2870 NONAME ??BH225_RasMessage@@QAEAAVH225_InfoRequestResponse@@XZ @2871 NONAME ??BH225_RasMessage@@QAEAAVH225_LocationConfirm@@XZ @2872 NONAME ??BH225_RasMessage@@QAEAAVH225_LocationReject@@XZ @2873 NONAME ??BH225_RasMessage@@QAEAAVH225_LocationRequest@@XZ @2874 NONAME ??BH225_RasMessage@@QAEAAVH225_NonStandardMessage@@XZ @2875 NONAME ??BH225_RasMessage@@QAEAAVH225_RegistrationConfirm@@XZ @2876 NONAME ??BH225_RasMessage@@QAEAAVH225_RegistrationReject@@XZ @2877 NONAME ??BH225_RasMessage@@QAEAAVH225_RegistrationRequest@@XZ @2878 NONAME ??BH225_RasMessage@@QAEAAVH225_RequestInProgress@@XZ @2879 NONAME ??BH225_RasMessage@@QAEAAVH225_ResourcesAvailableConfirm@@XZ @2880 NONAME ??BH225_RasMessage@@QAEAAVH225_ResourcesAvailableIndicate@@XZ @2881 NONAME ??BH225_RasMessage@@QAEAAVH225_ServiceControlIndication@@XZ @11481 NONAME ??BH225_RasMessage@@QAEAAVH225_ServiceControlResponse@@XZ @11482 NONAME ??BH225_RasMessage@@QAEAAVH225_UnknownMessageResponse@@XZ @2882 NONAME ??BH225_RasMessage@@QAEAAVH225_UnregistrationConfirm@@XZ @2883 NONAME ??BH225_RasMessage@@QAEAAVH225_UnregistrationReject@@XZ @2884 NONAME ??BH225_RasMessage@@QAEAAVH225_UnregistrationRequest@@XZ @2885 NONAME ??BH225_RasMessage@@QBEABVH225_AdmissionConfirm@@XZ @2886 NONAME ??BH225_RasMessage@@QBEABVH225_AdmissionReject@@XZ @2887 NONAME ??BH225_RasMessage@@QBEABVH225_AdmissionRequest@@XZ @2888 NONAME ??BH225_RasMessage@@QBEABVH225_ArrayOf_AdmissionConfirm@@XZ @19126 NONAME ??BH225_RasMessage@@QBEABVH225_BandwidthConfirm@@XZ @2889 NONAME ??BH225_RasMessage@@QBEABVH225_BandwidthReject@@XZ @2890 NONAME ??BH225_RasMessage@@QBEABVH225_BandwidthRequest@@XZ @2891 NONAME ??BH225_RasMessage@@QBEABVH225_DisengageConfirm@@XZ @2892 NONAME ??BH225_RasMessage@@QBEABVH225_DisengageReject@@XZ @2893 NONAME ??BH225_RasMessage@@QBEABVH225_DisengageRequest@@XZ @2894 NONAME ??BH225_RasMessage@@QBEABVH225_GatekeeperConfirm@@XZ @2895 NONAME ??BH225_RasMessage@@QBEABVH225_GatekeeperReject@@XZ @2896 NONAME ??BH225_RasMessage@@QBEABVH225_GatekeeperRequest@@XZ @2897 NONAME ??BH225_RasMessage@@QBEABVH225_InfoRequest@@XZ @2898 NONAME ??BH225_RasMessage@@QBEABVH225_InfoRequestAck@@XZ @2899 NONAME ??BH225_RasMessage@@QBEABVH225_InfoRequestNak@@XZ @2900 NONAME ??BH225_RasMessage@@QBEABVH225_InfoRequestResponse@@XZ @2901 NONAME ??BH225_RasMessage@@QBEABVH225_LocationConfirm@@XZ @2902 NONAME ??BH225_RasMessage@@QBEABVH225_LocationReject@@XZ @2903 NONAME ??BH225_RasMessage@@QBEABVH225_LocationRequest@@XZ @2904 NONAME ??BH225_RasMessage@@QBEABVH225_NonStandardMessage@@XZ @2905 NONAME ??BH225_RasMessage@@QBEABVH225_RegistrationConfirm@@XZ @2906 NONAME ??BH225_RasMessage@@QBEABVH225_RegistrationReject@@XZ @2907 NONAME ??BH225_RasMessage@@QBEABVH225_RegistrationRequest@@XZ @2908 NONAME ??BH225_RasMessage@@QBEABVH225_RequestInProgress@@XZ @2909 NONAME ??BH225_RasMessage@@QBEABVH225_ResourcesAvailableConfirm@@XZ @2910 NONAME ??BH225_RasMessage@@QBEABVH225_ResourcesAvailableIndicate@@XZ @2911 NONAME ??BH225_RasMessage@@QBEABVH225_ServiceControlIndication@@XZ @11483 NONAME ??BH225_RasMessage@@QBEABVH225_ServiceControlResponse@@XZ @11484 NONAME ??BH225_RasMessage@@QBEABVH225_UnknownMessageResponse@@XZ @2912 NONAME ??BH225_RasMessage@@QBEABVH225_UnregistrationConfirm@@XZ @2913 NONAME ??BH225_RasMessage@@QBEABVH225_UnregistrationReject@@XZ @2914 NONAME ??BH225_RasMessage@@QBEABVH225_UnregistrationRequest@@XZ @2915 NONAME ??BH225_RegistrationRejectReason@@QAEAAVH225_ArrayOf_AliasAddress@@XZ @2916 NONAME ??BH225_RegistrationRejectReason@@QAEAAVH225_RegistrationRejectReason_invalidTerminalAliases@@XZ @11485 NONAME ??BH225_RegistrationRejectReason@@QAEAAVH225_SecurityErrors@@XZ @19127 NONAME ??BH225_RegistrationRejectReason@@QBEABVH225_ArrayOf_AliasAddress@@XZ @2917 NONAME ??BH225_RegistrationRejectReason@@QBEABVH225_RegistrationRejectReason_invalidTerminalAliases@@XZ @11486 NONAME ??BH225_RegistrationRejectReason@@QBEABVH225_SecurityErrors@@XZ @19128 NONAME ??BH225_ReleaseCompleteReason@@QAEAAVH225_ConferenceIdentifier@@XZ @11487 NONAME ??BH225_ReleaseCompleteReason@@QAEAAVH225_NonStandardParameter@@XZ @11488 NONAME ??BH225_ReleaseCompleteReason@@QAEAAVH225_SecurityErrors@@XZ @19129 NONAME ??BH225_ReleaseCompleteReason@@QBEABVH225_ConferenceIdentifier@@XZ @11489 NONAME ??BH225_ReleaseCompleteReason@@QBEABVH225_NonStandardParameter@@XZ @11490 NONAME ??BH225_ReleaseCompleteReason@@QBEABVH225_SecurityErrors@@XZ @19130 NONAME ??BH225_SecurityServiceMode@@QAEAAVH225_NonStandardParameter@@XZ @2918 NONAME ??BH225_SecurityServiceMode@@QBEABVH225_NonStandardParameter@@XZ @2919 NONAME ??BH225_ServiceControlDescriptor@@QAEAAVH225_CallCreditServiceControl@@XZ @11491 NONAME ??BH225_ServiceControlDescriptor@@QAEAAVH225_H248SignalsDescriptor@@XZ @11492 NONAME ??BH225_ServiceControlDescriptor@@QAEAAVH225_NonStandardParameter@@XZ @11493 NONAME ??BH225_ServiceControlDescriptor@@QBEABVH225_CallCreditServiceControl@@XZ @11494 NONAME ??BH225_ServiceControlDescriptor@@QBEABVH225_H248SignalsDescriptor@@XZ @11495 NONAME ??BH225_ServiceControlDescriptor@@QBEABVH225_NonStandardParameter@@XZ @11496 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_H310Caps@@XZ @2920 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_H320Caps@@XZ @2921 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_H321Caps@@XZ @2922 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_H322Caps@@XZ @2923 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_H323Caps@@XZ @2924 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_H324Caps@@XZ @2925 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_NonStandardParameter@@XZ @2926 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_NonStandardProtocol@@XZ @2927 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_SIPCaps@@XZ @19131 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_T120OnlyCaps@@XZ @2928 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_T38FaxAnnexbOnlyCaps@@XZ @11497 NONAME ??BH225_SupportedProtocols@@QAEAAVH225_VoiceCaps@@XZ @2929 NONAME ??BH225_SupportedProtocols@@QBEABVH225_H310Caps@@XZ @2930 NONAME ??BH225_SupportedProtocols@@QBEABVH225_H320Caps@@XZ @2931 NONAME ??BH225_SupportedProtocols@@QBEABVH225_H321Caps@@XZ @2932 NONAME ??BH225_SupportedProtocols@@QBEABVH225_H322Caps@@XZ @2933 NONAME ??BH225_SupportedProtocols@@QBEABVH225_H323Caps@@XZ @2934 NONAME ??BH225_SupportedProtocols@@QBEABVH225_H324Caps@@XZ @2935 NONAME ??BH225_SupportedProtocols@@QBEABVH225_NonStandardParameter@@XZ @2936 NONAME ??BH225_SupportedProtocols@@QBEABVH225_NonStandardProtocol@@XZ @2937 NONAME ??BH225_SupportedProtocols@@QBEABVH225_SIPCaps@@XZ @19132 NONAME ??BH225_SupportedProtocols@@QBEABVH225_T120OnlyCaps@@XZ @2938 NONAME ??BH225_SupportedProtocols@@QBEABVH225_T38FaxAnnexbOnlyCaps@@XZ @11498 NONAME ??BH225_SupportedProtocols@@QBEABVH225_VoiceCaps@@XZ @2939 NONAME ??BH225_TransportAddress@@QAEAAVH225_NonStandardParameter@@XZ @2940 NONAME ??BH225_TransportAddress@@QAEAAVH225_TransportAddress_ip6Address@@XZ @2941 NONAME ??BH225_TransportAddress@@QAEAAVH225_TransportAddress_ipAddress@@XZ @2942 NONAME ??BH225_TransportAddress@@QAEAAVH225_TransportAddress_ipSourceRoute@@XZ @2943 NONAME ??BH225_TransportAddress@@QAEAAVH225_TransportAddress_ipxAddress@@XZ @2944 NONAME ??BH225_TransportAddress@@QBEABVH225_NonStandardParameter@@XZ @2945 NONAME ??BH225_TransportAddress@@QBEABVH225_TransportAddress_ip6Address@@XZ @2946 NONAME ??BH225_TransportAddress@@QBEABVH225_TransportAddress_ipAddress@@XZ @2947 NONAME ??BH225_TransportAddress@@QBEABVH225_TransportAddress_ipSourceRoute@@XZ @2948 NONAME ??BH225_TransportAddress@@QBEABVH225_TransportAddress_ipxAddress@@XZ @2949 NONAME ??BH225_TunnelledProtocol_id@@QAEAAVH225_TunnelledProtocolAlternateIdentifier@@XZ @11499 NONAME ??BH225_TunnelledProtocol_id@@QBEABVH225_TunnelledProtocolAlternateIdentifier@@XZ @11500 NONAME ??BH225_UnregRejectReason@@QAEAAVH225_SecurityErrors2@@XZ @19133 NONAME ??BH225_UnregRejectReason@@QBEABVH225_SecurityErrors2@@XZ @19134 NONAME ??BH225_UnregRequestReason@@QAEAAVH225_SecurityErrors2@@XZ @19135 NONAME ??BH225_UnregRequestReason@@QBEABVH225_SecurityErrors2@@XZ @19136 NONAME ??BH235_AuthenticationMechanism@@QAEAAVH235_AuthenticationBES@@XZ @12966 NONAME ??BH235_AuthenticationMechanism@@QAEAAVH235_NonStandardParameter@@XZ @2950 NONAME ??BH235_AuthenticationMechanism@@QBEABVH235_AuthenticationBES@@XZ @12967 NONAME ??BH235_AuthenticationMechanism@@QBEABVH235_NonStandardParameter@@XZ @2951 NONAME ??BH235_CryptoToken@@QAEAAV?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@XZ @12413 NONAME ??BH235_CryptoToken@@QAEAAVH235_CryptoToken_cryptoEncryptedToken@@XZ @2953 NONAME ??BH235_CryptoToken@@QAEAAVH235_CryptoToken_cryptoHashedToken@@XZ @2954 NONAME ??BH235_CryptoToken@@QAEAAVH235_CryptoToken_cryptoSignedToken@@XZ @2955 NONAME ??BH235_CryptoToken@@QBEABV?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@XZ @12414 NONAME ??BH235_CryptoToken@@QBEABVH235_CryptoToken_cryptoEncryptedToken@@XZ @2957 NONAME ??BH235_CryptoToken@@QBEABVH235_CryptoToken_cryptoHashedToken@@XZ @2958 NONAME ??BH235_CryptoToken@@QBEABVH235_CryptoToken_cryptoSignedToken@@XZ @2959 NONAME ??BH235_ECKASDH@@QAEAAVH235_ECKASDH_eckasdh2@@XZ @12968 NONAME ??BH235_ECKASDH@@QAEAAVH235_ECKASDH_eckasdhp@@XZ @12969 NONAME ??BH235_ECKASDH@@QBEABVH235_ECKASDH_eckasdh2@@XZ @12970 NONAME ??BH235_ECKASDH@@QBEABVH235_ECKASDH_eckasdhp@@XZ @12971 NONAME ??BH235_H235Key@@QAEAAV?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@XZ @12415 NONAME ??BH235_H235Key@@QAEAAV?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@XZ @12416 NONAME ??BH235_H235Key@@QAEAAVH235_KeyMaterial@@XZ @2962 NONAME ??BH235_H235Key@@QAEAAVH235_V3KeySyncMaterial@@XZ @19137 NONAME ??BH235_H235Key@@QBEABV?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@XZ @12417 NONAME ??BH235_H235Key@@QBEABV?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@XZ @12418 NONAME ??BH235_H235Key@@QBEABVH235_KeyMaterial@@XZ @2965 NONAME ??BH235_H235Key@@QBEABVH235_V3KeySyncMaterial@@XZ @19138 NONAME ??BH245_AudioCapability@@QAEAAVH245_AudioCapability_g7231@@XZ @2966 NONAME ??BH245_AudioCapability@@QAEAAVH245_G7231AnnexCCapability@@XZ @2967 NONAME ??BH245_AudioCapability@@QAEAAVH245_G729Extensions@@XZ @11501 NONAME ??BH245_AudioCapability@@QAEAAVH245_GenericCapability@@XZ @11502 NONAME ??BH245_AudioCapability@@QAEAAVH245_GSMAudioCapability@@XZ @2968 NONAME ??BH245_AudioCapability@@QAEAAVH245_IS11172AudioCapability@@XZ @2969 NONAME ??BH245_AudioCapability@@QAEAAVH245_IS13818AudioCapability@@XZ @2970 NONAME ??BH245_AudioCapability@@QAEAAVH245_NonStandardParameter@@XZ @2971 NONAME ??BH245_AudioCapability@@QAEAAVH245_NoPTAudioTelephonyEventCapability@@XZ @19139 NONAME ??BH245_AudioCapability@@QAEAAVH245_NoPTAudioToneCapability@@XZ @19140 NONAME ??BH245_AudioCapability@@QAEAAVH245_VBDCapability@@XZ @19141 NONAME ??BH245_AudioCapability@@QBEABVH245_AudioCapability_g7231@@XZ @2972 NONAME ??BH245_AudioCapability@@QBEABVH245_G7231AnnexCCapability@@XZ @2973 NONAME ??BH245_AudioCapability@@QBEABVH245_G729Extensions@@XZ @11503 NONAME ??BH245_AudioCapability@@QBEABVH245_GenericCapability@@XZ @11504 NONAME ??BH245_AudioCapability@@QBEABVH245_GSMAudioCapability@@XZ @2974 NONAME ??BH245_AudioCapability@@QBEABVH245_IS11172AudioCapability@@XZ @2975 NONAME ??BH245_AudioCapability@@QBEABVH245_IS13818AudioCapability@@XZ @2976 NONAME ??BH245_AudioCapability@@QBEABVH245_NonStandardParameter@@XZ @2977 NONAME ??BH245_AudioCapability@@QBEABVH245_NoPTAudioTelephonyEventCapability@@XZ @19142 NONAME ??BH245_AudioCapability@@QBEABVH245_NoPTAudioToneCapability@@XZ @19143 NONAME ??BH245_AudioCapability@@QBEABVH245_VBDCapability@@XZ @19144 NONAME ??BH245_AudioMode@@QAEAAVH245_AudioMode_g7231@@XZ @2978 NONAME ??BH245_AudioMode@@QAEAAVH245_G7231AnnexCMode@@XZ @2979 NONAME ??BH245_AudioMode@@QAEAAVH245_G729Extensions@@XZ @11505 NONAME ??BH245_AudioMode@@QAEAAVH245_GenericCapability@@XZ @11506 NONAME ??BH245_AudioMode@@QAEAAVH245_GSMAudioCapability@@XZ @2980 NONAME ??BH245_AudioMode@@QAEAAVH245_IS11172AudioMode@@XZ @2981 NONAME ??BH245_AudioMode@@QAEAAVH245_IS13818AudioMode@@XZ @2982 NONAME ??BH245_AudioMode@@QAEAAVH245_NonStandardParameter@@XZ @2983 NONAME ??BH245_AudioMode@@QAEAAVH245_VBDMode@@XZ @19145 NONAME ??BH245_AudioMode@@QBEABVH245_AudioMode_g7231@@XZ @2984 NONAME ??BH245_AudioMode@@QBEABVH245_G7231AnnexCMode@@XZ @2985 NONAME ??BH245_AudioMode@@QBEABVH245_G729Extensions@@XZ @11507 NONAME ??BH245_AudioMode@@QBEABVH245_GenericCapability@@XZ @11508 NONAME ??BH245_AudioMode@@QBEABVH245_GSMAudioCapability@@XZ @2986 NONAME ??BH245_AudioMode@@QBEABVH245_IS11172AudioMode@@XZ @2987 NONAME ??BH245_AudioMode@@QBEABVH245_IS13818AudioMode@@XZ @2988 NONAME ??BH245_AudioMode@@QBEABVH245_NonStandardParameter@@XZ @2989 NONAME ??BH245_AudioMode@@QBEABVH245_VBDMode@@XZ @19146 NONAME ??BH245_Capability@@QAEAAVH245_AlternativeCapabilitySet@@XZ @33368 NONAME ??BH245_Capability@@QAEAAVH245_AudioCapability@@XZ @2990 NONAME ??BH245_Capability@@QAEAAVH245_AudioTelephonyEventCapability@@XZ @11509 NONAME ??BH245_Capability@@QAEAAVH245_AudioToneCapability@@XZ @11510 NONAME ??BH245_Capability@@QAEAAVH245_Capability_h233EncryptionReceiveCapability@@XZ @2991 NONAME ??BH245_Capability@@QAEAAVH245_ConferenceCapability@@XZ @2992 NONAME ??BH245_Capability@@QAEAAVH245_DataApplicationCapability@@XZ @2993 NONAME ??BH245_Capability@@QAEAAVH245_DepFECCapability@@XZ @33369 NONAME ??BH245_Capability@@QAEAAVH245_FECCapability@@XZ @19147 NONAME ??BH245_Capability@@QAEAAVH245_GenericCapability@@XZ @11511 NONAME ??BH245_Capability@@QAEAAVH245_H235SecurityCapability@@XZ @2994 NONAME ??BH245_Capability@@QAEAAVH245_MultiplePayloadStreamCapability@@XZ @19148 NONAME ??BH245_Capability@@QAEAAVH245_MultiplexedStreamCapability@@XZ @11512 NONAME ??BH245_Capability@@QAEAAVH245_NonStandardParameter@@XZ @2995 NONAME ??BH245_Capability@@QAEAAVH245_RedundancyEncodingCapability@@XZ @33370 NONAME ??BH245_Capability@@QAEAAVH245_UserInputCapability@@XZ @2996 NONAME ??BH245_Capability@@QAEAAVH245_VideoCapability@@XZ @2997 NONAME ??BH245_Capability@@QBEABVH245_AlternativeCapabilitySet@@XZ @33371 NONAME ??BH245_Capability@@QBEABVH245_AudioCapability@@XZ @2998 NONAME ??BH245_Capability@@QBEABVH245_AudioTelephonyEventCapability@@XZ @11513 NONAME ??BH245_Capability@@QBEABVH245_AudioToneCapability@@XZ @11514 NONAME ??BH245_Capability@@QBEABVH245_Capability_h233EncryptionReceiveCapability@@XZ @2999 NONAME ??BH245_Capability@@QBEABVH245_ConferenceCapability@@XZ @3000 NONAME ??BH245_Capability@@QBEABVH245_DataApplicationCapability@@XZ @3001 NONAME ??BH245_Capability@@QBEABVH245_DepFECCapability@@XZ @33372 NONAME ??BH245_Capability@@QBEABVH245_FECCapability@@XZ @19149 NONAME ??BH245_Capability@@QBEABVH245_GenericCapability@@XZ @11515 NONAME ??BH245_Capability@@QBEABVH245_H235SecurityCapability@@XZ @3002 NONAME ??BH245_Capability@@QBEABVH245_MultiplePayloadStreamCapability@@XZ @19150 NONAME ??BH245_Capability@@QBEABVH245_MultiplexedStreamCapability@@XZ @11516 NONAME ??BH245_Capability@@QBEABVH245_NonStandardParameter@@XZ @3003 NONAME ??BH245_Capability@@QBEABVH245_RedundancyEncodingCapability@@XZ @33373 NONAME ??BH245_Capability@@QBEABVH245_UserInputCapability@@XZ @3004 NONAME ??BH245_Capability@@QBEABVH245_VideoCapability@@XZ @3005 NONAME ??BH245_CapabilityIdentifier@@QAEAAVH245_NonStandardParameter@@XZ @11517 NONAME ??BH245_CapabilityIdentifier@@QBEABVH245_NonStandardParameter@@XZ @11518 NONAME ??BH245_CommandMessage@@QAEAAVH245_CommunicationModeCommand@@XZ @3006 NONAME ??BH245_CommandMessage@@QAEAAVH245_ConferenceCommand@@XZ @3007 NONAME ??BH245_CommandMessage@@QAEAAVH245_EncryptionCommand@@XZ @3008 NONAME ??BH245_CommandMessage@@QAEAAVH245_EndSessionCommand@@XZ @3009 NONAME ??BH245_CommandMessage@@QAEAAVH245_FlowControlCommand@@XZ @3010 NONAME ??BH245_CommandMessage@@QAEAAVH245_GenericMessage@@XZ @33061 NONAME ??BH245_CommandMessage@@QAEAAVH245_H223MultiplexReconfiguration@@XZ @3011 NONAME ??BH245_CommandMessage@@QAEAAVH245_MaintenanceLoopOffCommand@@XZ @3012 NONAME ??BH245_CommandMessage@@QAEAAVH245_MiscellaneousCommand@@XZ @3013 NONAME ??BH245_CommandMessage@@QAEAAVH245_MobileMultilinkReconfigurationCommand@@XZ @11519 NONAME ??BH245_CommandMessage@@QAEAAVH245_NewATMVCCommand@@XZ @11520 NONAME ??BH245_CommandMessage@@QAEAAVH245_NonStandardMessage@@XZ @3014 NONAME ??BH245_CommandMessage@@QAEAAVH245_SendTerminalCapabilitySet@@XZ @3015 NONAME ??BH245_CommandMessage@@QBEABVH245_CommunicationModeCommand@@XZ @3016 NONAME ??BH245_CommandMessage@@QBEABVH245_ConferenceCommand@@XZ @3017 NONAME ??BH245_CommandMessage@@QBEABVH245_EncryptionCommand@@XZ @3018 NONAME ??BH245_CommandMessage@@QBEABVH245_EndSessionCommand@@XZ @3019 NONAME ??BH245_CommandMessage@@QBEABVH245_FlowControlCommand@@XZ @3020 NONAME ??BH245_CommandMessage@@QBEABVH245_GenericMessage@@XZ @33062 NONAME ??BH245_CommandMessage@@QBEABVH245_H223MultiplexReconfiguration@@XZ @3021 NONAME ??BH245_CommandMessage@@QBEABVH245_MaintenanceLoopOffCommand@@XZ @3022 NONAME ??BH245_CommandMessage@@QBEABVH245_MiscellaneousCommand@@XZ @3023 NONAME ??BH245_CommandMessage@@QBEABVH245_MobileMultilinkReconfigurationCommand@@XZ @11521 NONAME ??BH245_CommandMessage@@QBEABVH245_NewATMVCCommand@@XZ @11522 NONAME ??BH245_CommandMessage@@QBEABVH245_NonStandardMessage@@XZ @3024 NONAME ??BH245_CommandMessage@@QBEABVH245_SendTerminalCapabilitySet@@XZ @3025 NONAME ??BH245_CommunicationModeResponse@@QAEAAVH245_ArrayOf_CommunicationModeTableEntry@@XZ @3026 NONAME ??BH245_CommunicationModeResponse@@QBEABVH245_ArrayOf_CommunicationModeTableEntry@@XZ @3027 NONAME ??BH245_CommunicationModeTableEntry_dataType@@QAEAAVH245_AudioCapability@@XZ @3028 NONAME ??BH245_CommunicationModeTableEntry_dataType@@QAEAAVH245_DataApplicationCapability@@XZ @3029 NONAME ??BH245_CommunicationModeTableEntry_dataType@@QAEAAVH245_VideoCapability@@XZ @3030 NONAME ??BH245_CommunicationModeTableEntry_dataType@@QBEABVH245_AudioCapability@@XZ @3031 NONAME ??BH245_CommunicationModeTableEntry_dataType@@QBEABVH245_DataApplicationCapability@@XZ @3032 NONAME ??BH245_CommunicationModeTableEntry_dataType@@QBEABVH245_VideoCapability@@XZ @3033 NONAME ??BH245_CompressionType@@QAEAAVH245_V42bis@@XZ @3034 NONAME ??BH245_CompressionType@@QBEABVH245_V42bis@@XZ @3035 NONAME ??BH245_ConferenceCommand@@QAEAAVH245_LogicalChannelNumber@@XZ @3036 NONAME ??BH245_ConferenceCommand@@QAEAAVH245_SubstituteConferenceIDCommand@@XZ @3037 NONAME ??BH245_ConferenceCommand@@QAEAAVH245_TerminalLabel@@XZ @3038 NONAME ??BH245_ConferenceCommand@@QBEABVH245_LogicalChannelNumber@@XZ @3039 NONAME ??BH245_ConferenceCommand@@QBEABVH245_SubstituteConferenceIDCommand@@XZ @3040 NONAME ??BH245_ConferenceCommand@@QBEABVH245_TerminalLabel@@XZ @3041 NONAME ??BH245_ConferenceIndication@@QAEAAVH245_TerminalLabel@@XZ @3042 NONAME ??BH245_ConferenceIndication@@QAEAAVH245_TerminalYouAreSeeingInSubPictureNumber@@XZ @3043 NONAME ??BH245_ConferenceIndication@@QAEAAVH245_VideoIndicateCompose@@XZ @3044 NONAME ??BH245_ConferenceIndication@@QBEABVH245_TerminalLabel@@XZ @3045 NONAME ??BH245_ConferenceIndication@@QBEABVH245_TerminalYouAreSeeingInSubPictureNumber@@XZ @3046 NONAME ??BH245_ConferenceIndication@@QBEABVH245_VideoIndicateCompose@@XZ @3047 NONAME ??BH245_ConferenceRequest@@QAEAAVH245_ConferenceRequest_requestTerminalCertificate@@XZ @3048 NONAME ??BH245_ConferenceRequest@@QAEAAVH245_LogicalChannelNumber@@XZ @3049 NONAME ??BH245_ConferenceRequest@@QAEAAVH245_RemoteMCRequest@@XZ @3050 NONAME ??BH245_ConferenceRequest@@QAEAAVH245_TerminalLabel@@XZ @3051 NONAME ??BH245_ConferenceRequest@@QBEABVH245_ConferenceRequest_requestTerminalCertificate@@XZ @3052 NONAME ??BH245_ConferenceRequest@@QBEABVH245_LogicalChannelNumber@@XZ @3053 NONAME ??BH245_ConferenceRequest@@QBEABVH245_RemoteMCRequest@@XZ @3054 NONAME ??BH245_ConferenceRequest@@QBEABVH245_TerminalLabel@@XZ @3055 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ArrayOf_TerminalLabel@@XZ @3056 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_broadcastMyLogicalChannelResponse@@XZ @3057 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_chairTokenOwnerResponse@@XZ @3058 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_conferenceIDResponse@@XZ @3059 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_extensionAddressResponse@@XZ @3060 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_makeMeChairResponse@@XZ @3061 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_makeTerminalBroadcasterResponse@@XZ @3062 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_mCTerminalIDResponse@@XZ @3063 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_passwordResponse@@XZ @3064 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_sendThisSourceResponse@@XZ @3065 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_terminalCertificateResponse@@XZ @3066 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_ConferenceResponse_terminalIDResponse@@XZ @3067 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_RemoteMCResponse@@XZ @3068 NONAME ??BH245_ConferenceResponse@@QAEAAVH245_RequestAllTerminalIDsResponse@@XZ @3069 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ArrayOf_TerminalLabel@@XZ @3070 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_broadcastMyLogicalChannelResponse@@XZ @3071 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_chairTokenOwnerResponse@@XZ @3072 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_conferenceIDResponse@@XZ @3073 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_extensionAddressResponse@@XZ @3074 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_makeMeChairResponse@@XZ @3075 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_makeTerminalBroadcasterResponse@@XZ @3076 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_mCTerminalIDResponse@@XZ @3077 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_passwordResponse@@XZ @3078 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_sendThisSourceResponse@@XZ @3079 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_terminalCertificateResponse@@XZ @3080 NONAME ??BH245_ConferenceResponse@@QBEABVH245_ConferenceResponse_terminalIDResponse@@XZ @3081 NONAME ??BH245_ConferenceResponse@@QBEABVH245_RemoteMCResponse@@XZ @3082 NONAME ??BH245_ConferenceResponse@@QBEABVH245_RequestAllTerminalIDsResponse@@XZ @3083 NONAME ??BH245_CustomPictureFormat_pixelAspectInformation@@QAEAAVH245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@XZ @3084 NONAME ??BH245_CustomPictureFormat_pixelAspectInformation@@QAEAAVH245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@XZ @3085 NONAME ??BH245_CustomPictureFormat_pixelAspectInformation@@QBEABVH245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@XZ @3086 NONAME ??BH245_CustomPictureFormat_pixelAspectInformation@@QBEABVH245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@XZ @3087 NONAME ??BH245_DataApplicationCapability_application@@QAEAAVH245_DataApplicationCapability_application_nlpid@@XZ @3088 NONAME ??BH245_DataApplicationCapability_application@@QAEAAVH245_DataApplicationCapability_application_t38fax@@XZ @11523 NONAME ??BH245_DataApplicationCapability_application@@QAEAAVH245_DataApplicationCapability_application_t84@@XZ @3089 NONAME ??BH245_DataApplicationCapability_application@@QAEAAVH245_DataProtocolCapability@@XZ @3090 NONAME ??BH245_DataApplicationCapability_application@@QAEAAVH245_GenericCapability@@XZ @11524 NONAME ??BH245_DataApplicationCapability_application@@QAEAAVH245_NonStandardParameter@@XZ @3091 NONAME ??BH245_DataApplicationCapability_application@@QBEABVH245_DataApplicationCapability_application_nlpid@@XZ @3092 NONAME ??BH245_DataApplicationCapability_application@@QBEABVH245_DataApplicationCapability_application_t38fax@@XZ @11525 NONAME ??BH245_DataApplicationCapability_application@@QBEABVH245_DataApplicationCapability_application_t84@@XZ @3093 NONAME ??BH245_DataApplicationCapability_application@@QBEABVH245_DataProtocolCapability@@XZ @3094 NONAME ??BH245_DataApplicationCapability_application@@QBEABVH245_GenericCapability@@XZ @11526 NONAME ??BH245_DataApplicationCapability_application@@QBEABVH245_NonStandardParameter@@XZ @3095 NONAME ??BH245_DataMode_application@@QAEAAVH245_DataMode_application_nlpid@@XZ @3096 NONAME ??BH245_DataMode_application@@QAEAAVH245_DataMode_application_t38fax@@XZ @11527 NONAME ??BH245_DataMode_application@@QAEAAVH245_DataProtocolCapability@@XZ @3097 NONAME ??BH245_DataMode_application@@QAEAAVH245_GenericCapability@@XZ @11528 NONAME ??BH245_DataMode_application@@QAEAAVH245_NonStandardParameter@@XZ @3098 NONAME ??BH245_DataMode_application@@QBEABVH245_DataMode_application_nlpid@@XZ @3099 NONAME ??BH245_DataMode_application@@QBEABVH245_DataMode_application_t38fax@@XZ @11529 NONAME ??BH245_DataMode_application@@QBEABVH245_DataProtocolCapability@@XZ @3100 NONAME ??BH245_DataMode_application@@QBEABVH245_GenericCapability@@XZ @11530 NONAME ??BH245_DataMode_application@@QBEABVH245_NonStandardParameter@@XZ @3101 NONAME ??BH245_DataProtocolCapability@@QAEAAVH245_DataProtocolCapability_v76wCompression@@XZ @3102 NONAME ??BH245_DataProtocolCapability@@QAEAAVH245_NonStandardParameter@@XZ @3103 NONAME ??BH245_DataProtocolCapability@@QBEABVH245_DataProtocolCapability_v76wCompression@@XZ @3104 NONAME ??BH245_DataProtocolCapability@@QBEABVH245_NonStandardParameter@@XZ @3105 NONAME ??BH245_DataProtocolCapability_v76wCompression@@QAEAAVH245_CompressionType@@XZ @3106 NONAME ??BH245_DataProtocolCapability_v76wCompression@@QBEABVH245_CompressionType@@XZ @3107 NONAME ??BH245_DataType@@QAEAAVH245_AudioCapability@@XZ @3108 NONAME ??BH245_DataType@@QAEAAVH245_DataApplicationCapability@@XZ @3109 NONAME ??BH245_DataType@@QAEAAVH245_DepFECData@@XZ @33374 NONAME ??BH245_DataType@@QAEAAVH245_EncryptionMode@@XZ @3110 NONAME ??BH245_DataType@@QAEAAVH245_FECData@@XZ @19151 NONAME ??BH245_DataType@@QAEAAVH245_H235Media@@XZ @3111 NONAME ??BH245_DataType@@QAEAAVH245_MultiplePayloadStream@@XZ @19152 NONAME ??BH245_DataType@@QAEAAVH245_MultiplexedStreamParameter@@XZ @11531 NONAME ??BH245_DataType@@QAEAAVH245_NonStandardParameter@@XZ @3112 NONAME ??BH245_DataType@@QAEAAVH245_RedundancyEncoding@@XZ @19153 NONAME ??BH245_DataType@@QAEAAVH245_VideoCapability@@XZ @3113 NONAME ??BH245_DataType@@QBEABVH245_AudioCapability@@XZ @3114 NONAME ??BH245_DataType@@QBEABVH245_DataApplicationCapability@@XZ @3115 NONAME ??BH245_DataType@@QBEABVH245_DepFECData@@XZ @33375 NONAME ??BH245_DataType@@QBEABVH245_EncryptionMode@@XZ @3116 NONAME ??BH245_DataType@@QBEABVH245_FECData@@XZ @19154 NONAME ??BH245_DataType@@QBEABVH245_H235Media@@XZ @3117 NONAME ??BH245_DataType@@QBEABVH245_MultiplePayloadStream@@XZ @19155 NONAME ??BH245_DataType@@QBEABVH245_MultiplexedStreamParameter@@XZ @11532 NONAME ??BH245_DataType@@QBEABVH245_NonStandardParameter@@XZ @3118 NONAME ??BH245_DataType@@QBEABVH245_RedundancyEncoding@@XZ @19156 NONAME ??BH245_DataType@@QBEABVH245_VideoCapability@@XZ @3119 NONAME ??BH245_DepFECCapability@@QAEAAVH245_DepFECCapability_rfc2733@@XZ @33376 NONAME ??BH245_DepFECCapability@@QBEABVH245_DepFECCapability_rfc2733@@XZ @33377 NONAME ??BH245_DepFECData@@QAEAAVH245_DepFECData_rfc2733@@XZ @33378 NONAME ??BH245_DepFECData@@QBEABVH245_DepFECData_rfc2733@@XZ @33379 NONAME ??BH245_DepFECData_rfc2733_mode@@QAEAAVH245_DepFECData_rfc2733_mode_separateStream@@XZ @33380 NONAME ??BH245_DepFECData_rfc2733_mode@@QBEABVH245_DepFECData_rfc2733_mode_separateStream@@XZ @33381 NONAME ??BH245_DepFECData_rfc2733_mode_separateStream@@QAEAAVH245_DepFECData_rfc2733_mode_separateStream_differentPort@@XZ @33382 NONAME ??BH245_DepFECData_rfc2733_mode_separateStream@@QAEAAVH245_DepFECData_rfc2733_mode_separateStream_samePort@@XZ @33383 NONAME ??BH245_DepFECData_rfc2733_mode_separateStream@@QBEABVH245_DepFECData_rfc2733_mode_separateStream_differentPort@@XZ @33384 NONAME ??BH245_DepFECData_rfc2733_mode_separateStream@@QBEABVH245_DepFECData_rfc2733_mode_separateStream_samePort@@XZ @33385 NONAME ??BH245_DepFECMode@@QAEAAVH245_DepFECMode_rfc2733Mode@@XZ @33386 NONAME ??BH245_DepFECMode@@QBEABVH245_DepFECMode_rfc2733Mode@@XZ @33387 NONAME ??BH245_DepFECMode_rfc2733Mode_mode@@QAEAAVH245_DepFECMode_rfc2733Mode_mode_separateStream@@XZ @33388 NONAME ??BH245_DepFECMode_rfc2733Mode_mode@@QBEABVH245_DepFECMode_rfc2733Mode_mode_separateStream@@XZ @33389 NONAME ??BH245_DepFECMode_rfc2733Mode_mode_separateStream@@QAEAAVH245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@XZ @33390 NONAME ??BH245_DepFECMode_rfc2733Mode_mode_separateStream@@QAEAAVH245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@XZ @33391 NONAME ??BH245_DepFECMode_rfc2733Mode_mode_separateStream@@QBEABVH245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@XZ @33392 NONAME ??BH245_DepFECMode_rfc2733Mode_mode_separateStream@@QBEABVH245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@XZ @33393 NONAME ??BH245_DialingInformation@@QAEAAVH245_ArrayOf_DialingInformationNumber@@XZ @11533 NONAME ??BH245_DialingInformation@@QAEAAVH245_NonStandardMessage@@XZ @11534 NONAME ??BH245_DialingInformation@@QBEABVH245_ArrayOf_DialingInformationNumber@@XZ @11535 NONAME ??BH245_DialingInformation@@QBEABVH245_NonStandardMessage@@XZ @11536 NONAME ??BH245_DialingInformationNetworkType@@QAEAAVH245_NonStandardMessage@@XZ @11537 NONAME ??BH245_DialingInformationNetworkType@@QBEABVH245_NonStandardMessage@@XZ @11538 NONAME ??BH245_EncryptionCommand@@QAEAAVH245_EncryptionCommand_encryptionAlgorithmID@@XZ @3120 NONAME ??BH245_EncryptionCommand@@QBEABVH245_EncryptionCommand_encryptionAlgorithmID@@XZ @3121 NONAME ??BH245_EncryptionMode@@QAEAAVH245_NonStandardParameter@@XZ @3122 NONAME ??BH245_EncryptionMode@@QBEABVH245_NonStandardParameter@@XZ @3123 NONAME ??BH245_EndSessionCommand@@QAEAAVH245_EndSessionCommand_gstnOptions@@XZ @3124 NONAME ??BH245_EndSessionCommand@@QAEAAVH245_EndSessionCommand_isdnOptions@@XZ @3125 NONAME ??BH245_EndSessionCommand@@QAEAAVH245_NonStandardParameter@@XZ @3126 NONAME ??BH245_EndSessionCommand@@QBEABVH245_EndSessionCommand_gstnOptions@@XZ @3127 NONAME ??BH245_EndSessionCommand@@QBEABVH245_EndSessionCommand_isdnOptions@@XZ @3128 NONAME ??BH245_EndSessionCommand@@QBEABVH245_NonStandardParameter@@XZ @3129 NONAME ??BH245_FECCapability_rfc2733Format@@QAEAAVH245_MaxRedundancy@@XZ @33394 NONAME ??BH245_FECCapability_rfc2733Format@@QBEABVH245_MaxRedundancy@@XZ @33395 NONAME ??BH245_FECData@@QAEAAVH245_FECData_rfc2733@@XZ @19159 NONAME ??BH245_FECData@@QBEABVH245_FECData_rfc2733@@XZ @19160 NONAME ??BH245_FECData_rfc2733_pktMode@@QAEAAVH245_FECData_rfc2733_pktMode_rfc2733diffport@@XZ @33396 NONAME ??BH245_FECData_rfc2733_pktMode@@QAEAAVH245_FECData_rfc2733_pktMode_rfc2733sameport@@XZ @33397 NONAME ??BH245_FECData_rfc2733_pktMode@@QBEABVH245_FECData_rfc2733_pktMode_rfc2733diffport@@XZ @33398 NONAME ??BH245_FECData_rfc2733_pktMode@@QBEABVH245_FECData_rfc2733_pktMode_rfc2733sameport@@XZ @33399 NONAME ??BH245_FECMode_rfc2733Format@@QAEAAVH245_MaxRedundancy@@XZ @33400 NONAME ??BH245_FECMode_rfc2733Format@@QBEABVH245_MaxRedundancy@@XZ @33401 NONAME ??BH245_FlowControlCommand_scope@@QAEAAVH245_LogicalChannelNumber@@XZ @3130 NONAME ??BH245_FlowControlCommand_scope@@QBEABVH245_LogicalChannelNumber@@XZ @3131 NONAME ??BH245_FlowControlIndication_scope@@QAEAAVH245_LogicalChannelNumber@@XZ @11539 NONAME ??BH245_FlowControlIndication_scope@@QBEABVH245_LogicalChannelNumber@@XZ @11540 NONAME ??BH245_FunctionNotUnderstood@@QAEAAVH245_CommandMessage@@XZ @3132 NONAME ??BH245_FunctionNotUnderstood@@QAEAAVH245_RequestMessage@@XZ @3133 NONAME ??BH245_FunctionNotUnderstood@@QAEAAVH245_ResponseMessage@@XZ @3134 NONAME ??BH245_FunctionNotUnderstood@@QBEABVH245_CommandMessage@@XZ @3135 NONAME ??BH245_FunctionNotUnderstood@@QBEABVH245_RequestMessage@@XZ @3136 NONAME ??BH245_FunctionNotUnderstood@@QBEABVH245_ResponseMessage@@XZ @3137 NONAME ??BH245_H223AL1MParameters_arqType@@QAEAAVH245_H223AnnexCArqParameters@@XZ @3138 NONAME ??BH245_H223AL1MParameters_arqType@@QBEABVH245_H223AnnexCArqParameters@@XZ @3139 NONAME ??BH245_H223AL3MParameters_arqType@@QAEAAVH245_H223AnnexCArqParameters@@XZ @3140 NONAME ??BH245_H223AL3MParameters_arqType@@QBEABVH245_H223AnnexCArqParameters@@XZ @3141 NONAME ??BH245_H223Capability_h223MultiplexTableCapability@@QAEAAVH245_H223Capability_h223MultiplexTableCapability_enhanced@@XZ @3142 NONAME ??BH245_H223Capability_h223MultiplexTableCapability@@QBEABVH245_H223Capability_h223MultiplexTableCapability_enhanced@@XZ @3143 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QAEAAVH245_H223AL1MParameters@@XZ @3144 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QAEAAVH245_H223AL2MParameters@@XZ @3145 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QAEAAVH245_H223AL3MParameters@@XZ @3146 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QAEAAVH245_H223LogicalChannelParameters_adaptationLayerType_al3@@XZ @3147 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QAEAAVH245_NonStandardParameter@@XZ @3148 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QBEABVH245_H223AL1MParameters@@XZ @3149 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QBEABVH245_H223AL2MParameters@@XZ @3150 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QBEABVH245_H223AL3MParameters@@XZ @3151 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QBEABVH245_H223LogicalChannelParameters_adaptationLayerType_al3@@XZ @3152 NONAME ??BH245_H223LogicalChannelParameters_adaptationLayerType@@QBEABVH245_NonStandardParameter@@XZ @3153 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QAEAAVH245_H223AL1MParameters@@XZ @3154 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QAEAAVH245_H223AL2MParameters@@XZ @3155 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QAEAAVH245_H223AL3MParameters@@XZ @3156 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QAEAAVH245_H223ModeParameters_adaptationLayerType_al3@@XZ @3157 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QAEAAVH245_NonStandardParameter@@XZ @3158 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QBEABVH245_H223AL1MParameters@@XZ @3159 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QBEABVH245_H223AL2MParameters@@XZ @3160 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QBEABVH245_H223AL3MParameters@@XZ @3161 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QBEABVH245_H223ModeParameters_adaptationLayerType_al3@@XZ @3162 NONAME ??BH245_H223ModeParameters_adaptationLayerType@@QBEABVH245_NonStandardParameter@@XZ @3163 NONAME ??BH245_H223MultiplexReconfiguration@@QAEAAVH245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@XZ @3164 NONAME ??BH245_H223MultiplexReconfiguration@@QAEAAVH245_H223MultiplexReconfiguration_h223ModeChange@@XZ @3165 NONAME ??BH245_H223MultiplexReconfiguration@@QBEABVH245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@XZ @3166 NONAME ??BH245_H223MultiplexReconfiguration@@QBEABVH245_H223MultiplexReconfiguration_h223ModeChange@@XZ @3167 NONAME ??BH245_H2250LogicalChannelParameters_mediaPacketization@@QAEAAVH245_RTPPayloadType@@XZ @3168 NONAME ??BH245_H2250LogicalChannelParameters_mediaPacketization@@QBEABVH245_RTPPayloadType@@XZ @3169 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_AudioCapability@@XZ @3170 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_DataApplicationCapability@@XZ @3171 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_DepFECData@@XZ @33402 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_FECData@@XZ @19175 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_MultiplePayloadStream@@XZ @19176 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_NonStandardParameter@@XZ @3172 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_RedundancyEncoding@@XZ @19177 NONAME ??BH245_H235Media_mediaType@@QAEAAVH245_VideoCapability@@XZ @3173 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_AudioCapability@@XZ @3174 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_DataApplicationCapability@@XZ @3175 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_DepFECData@@XZ @33403 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_FECData@@XZ @19178 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_MultiplePayloadStream@@XZ @19179 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_NonStandardParameter@@XZ @3176 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_RedundancyEncoding@@XZ @19180 NONAME ??BH245_H235Media_mediaType@@QBEABVH245_VideoCapability@@XZ @3177 NONAME ??BH245_H235Mode_mediaMode@@QAEAAVH245_AudioMode@@XZ @3178 NONAME ??BH245_H235Mode_mediaMode@@QAEAAVH245_DataMode@@XZ @3179 NONAME ??BH245_H235Mode_mediaMode@@QAEAAVH245_NonStandardParameter@@XZ @3180 NONAME ??BH245_H235Mode_mediaMode@@QAEAAVH245_VideoMode@@XZ @3181 NONAME ??BH245_H235Mode_mediaMode@@QBEABVH245_AudioMode@@XZ @3182 NONAME ??BH245_H235Mode_mediaMode@@QBEABVH245_DataMode@@XZ @3183 NONAME ??BH245_H235Mode_mediaMode@@QBEABVH245_NonStandardParameter@@XZ @3184 NONAME ??BH245_H235Mode_mediaMode@@QBEABVH245_VideoMode@@XZ @3185 NONAME ??BH245_IndicationMessage@@QAEAAVH245_ConferenceIndication@@XZ @3186 NONAME ??BH245_IndicationMessage@@QAEAAVH245_FlowControlIndication@@XZ @11541 NONAME ??BH245_IndicationMessage@@QAEAAVH245_FunctionNotSupported@@XZ @3187 NONAME ??BH245_IndicationMessage@@QAEAAVH245_FunctionNotUnderstood@@XZ @3188 NONAME ??BH245_IndicationMessage@@QAEAAVH245_GenericMessage@@XZ @33063 NONAME ??BH245_IndicationMessage@@QAEAAVH245_H223SkewIndication@@XZ @3189 NONAME ??BH245_IndicationMessage@@QAEAAVH245_H2250MaximumSkewIndication@@XZ @3190 NONAME ??BH245_IndicationMessage@@QAEAAVH245_JitterIndication@@XZ @3191 NONAME ??BH245_IndicationMessage@@QAEAAVH245_LogicalChannelRateRelease@@XZ @11542 NONAME ??BH245_IndicationMessage@@QAEAAVH245_MasterSlaveDeterminationRelease@@XZ @3192 NONAME ??BH245_IndicationMessage@@QAEAAVH245_MCLocationIndication@@XZ @3193 NONAME ??BH245_IndicationMessage@@QAEAAVH245_MiscellaneousIndication@@XZ @3194 NONAME ??BH245_IndicationMessage@@QAEAAVH245_MobileMultilinkReconfigurationIndication@@XZ @11543 NONAME ??BH245_IndicationMessage@@QAEAAVH245_MultilinkIndication@@XZ @11544 NONAME ??BH245_IndicationMessage@@QAEAAVH245_MultiplexEntrySendRelease@@XZ @3195 NONAME ??BH245_IndicationMessage@@QAEAAVH245_NewATMVCIndication@@XZ @3196 NONAME ??BH245_IndicationMessage@@QAEAAVH245_NonStandardMessage@@XZ @3197 NONAME ??BH245_IndicationMessage@@QAEAAVH245_OpenLogicalChannelConfirm@@XZ @3198 NONAME ??BH245_IndicationMessage@@QAEAAVH245_RequestChannelCloseRelease@@XZ @3199 NONAME ??BH245_IndicationMessage@@QAEAAVH245_RequestModeRelease@@XZ @3200 NONAME ??BH245_IndicationMessage@@QAEAAVH245_RequestMultiplexEntryRelease@@XZ @3201 NONAME ??BH245_IndicationMessage@@QAEAAVH245_TerminalCapabilitySetRelease@@XZ @3202 NONAME ??BH245_IndicationMessage@@QAEAAVH245_UserInputIndication@@XZ @3203 NONAME ??BH245_IndicationMessage@@QAEAAVH245_VendorIdentification@@XZ @3204 NONAME ??BH245_IndicationMessage@@QBEABVH245_ConferenceIndication@@XZ @3205 NONAME ??BH245_IndicationMessage@@QBEABVH245_FlowControlIndication@@XZ @11545 NONAME ??BH245_IndicationMessage@@QBEABVH245_FunctionNotSupported@@XZ @3206 NONAME ??BH245_IndicationMessage@@QBEABVH245_FunctionNotUnderstood@@XZ @3207 NONAME ??BH245_IndicationMessage@@QBEABVH245_GenericMessage@@XZ @33064 NONAME ??BH245_IndicationMessage@@QBEABVH245_H223SkewIndication@@XZ @3208 NONAME ??BH245_IndicationMessage@@QBEABVH245_H2250MaximumSkewIndication@@XZ @3209 NONAME ??BH245_IndicationMessage@@QBEABVH245_JitterIndication@@XZ @3210 NONAME ??BH245_IndicationMessage@@QBEABVH245_LogicalChannelRateRelease@@XZ @11546 NONAME ??BH245_IndicationMessage@@QBEABVH245_MasterSlaveDeterminationRelease@@XZ @3211 NONAME ??BH245_IndicationMessage@@QBEABVH245_MCLocationIndication@@XZ @3212 NONAME ??BH245_IndicationMessage@@QBEABVH245_MiscellaneousIndication@@XZ @3213 NONAME ??BH245_IndicationMessage@@QBEABVH245_MobileMultilinkReconfigurationIndication@@XZ @11547 NONAME ??BH245_IndicationMessage@@QBEABVH245_MultilinkIndication@@XZ @11548 NONAME ??BH245_IndicationMessage@@QBEABVH245_MultiplexEntrySendRelease@@XZ @3214 NONAME ??BH245_IndicationMessage@@QBEABVH245_NewATMVCIndication@@XZ @3215 NONAME ??BH245_IndicationMessage@@QBEABVH245_NonStandardMessage@@XZ @3216 NONAME ??BH245_IndicationMessage@@QBEABVH245_OpenLogicalChannelConfirm@@XZ @3217 NONAME ??BH245_IndicationMessage@@QBEABVH245_RequestChannelCloseRelease@@XZ @3218 NONAME ??BH245_IndicationMessage@@QBEABVH245_RequestModeRelease@@XZ @3219 NONAME ??BH245_IndicationMessage@@QBEABVH245_RequestMultiplexEntryRelease@@XZ @3220 NONAME ??BH245_IndicationMessage@@QBEABVH245_TerminalCapabilitySetRelease@@XZ @3221 NONAME ??BH245_IndicationMessage@@QBEABVH245_UserInputIndication@@XZ @3222 NONAME ??BH245_IndicationMessage@@QBEABVH245_VendorIdentification@@XZ @3223 NONAME ??BH245_JitterIndication_scope@@QAEAAVH245_LogicalChannelNumber@@XZ @3224 NONAME ??BH245_JitterIndication_scope@@QBEABVH245_LogicalChannelNumber@@XZ @3225 NONAME ??BH245_MaintenanceLoopAck_type@@QAEAAVH245_LogicalChannelNumber@@XZ @3226 NONAME ??BH245_MaintenanceLoopAck_type@@QBEABVH245_LogicalChannelNumber@@XZ @3227 NONAME ??BH245_MaintenanceLoopReject_type@@QAEAAVH245_LogicalChannelNumber@@XZ @3228 NONAME ??BH245_MaintenanceLoopReject_type@@QBEABVH245_LogicalChannelNumber@@XZ @3229 NONAME ??BH245_MaintenanceLoopRequest_type@@QAEAAVH245_LogicalChannelNumber@@XZ @3230 NONAME ??BH245_MaintenanceLoopRequest_type@@QBEABVH245_LogicalChannelNumber@@XZ @3231 NONAME ??BH245_MediaEncryptionAlgorithm@@QAEAAVH245_NonStandardParameter@@XZ @3232 NONAME ??BH245_MediaEncryptionAlgorithm@@QBEABVH245_NonStandardParameter@@XZ @3233 NONAME ??BH245_MediaTransportType@@QAEAAVH245_MediaTransportType_atm_AAL5_compressed@@XZ @11549 NONAME ??BH245_MediaTransportType@@QBEABVH245_MediaTransportType_atm_AAL5_compressed@@XZ @11550 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_ArrayOf_PictureReference@@XZ @11551 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_EncryptionSync@@XZ @3234 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_EncryptionUpdateRequest@@XZ @3235 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_encryptionUpdateAck@@XZ @33065 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_encryptionUpdateCommand@@XZ @33066 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_lostPartialPicture@@XZ @11552 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_progressiveRefinementStart@@XZ @3236 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_videoBadMBs@@XZ @11553 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_videoFastUpdateGOB@@XZ @3237 NONAME ??BH245_MiscellaneousCommand_type@@QAEAAVH245_MiscellaneousCommand_type_videoFastUpdateMB@@XZ @3238 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_ArrayOf_PictureReference@@XZ @11554 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_EncryptionSync@@XZ @3239 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_EncryptionUpdateRequest@@XZ @3240 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_encryptionUpdateAck@@XZ @33067 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_encryptionUpdateCommand@@XZ @33068 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_lostPartialPicture@@XZ @11555 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_progressiveRefinementStart@@XZ @3241 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_videoBadMBs@@XZ @11556 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_videoFastUpdateGOB@@XZ @3242 NONAME ??BH245_MiscellaneousCommand_type@@QBEABVH245_MiscellaneousCommand_type_videoFastUpdateMB@@XZ @3243 NONAME ??BH245_MiscellaneousIndication_type@@QAEAAVH245_MiscellaneousIndication_type_videoNotDecodedMBs@@XZ @3244 NONAME ??BH245_MiscellaneousIndication_type@@QAEAAVH245_TransportCapability@@XZ @3245 NONAME ??BH245_MiscellaneousIndication_type@@QBEABVH245_MiscellaneousIndication_type_videoNotDecodedMBs@@XZ @3246 NONAME ??BH245_MiscellaneousIndication_type@@QBEABVH245_TransportCapability@@XZ @3247 NONAME ??BH245_ModeElementType@@QAEAAVH245_AudioMode@@XZ @19181 NONAME ??BH245_ModeElementType@@QAEAAVH245_DataMode@@XZ @19182 NONAME ??BH245_ModeElementType@@QAEAAVH245_DepFECMode@@XZ @33404 NONAME ??BH245_ModeElementType@@QAEAAVH245_EncryptionMode@@XZ @19183 NONAME ??BH245_ModeElementType@@QAEAAVH245_FECMode@@XZ @19184 NONAME ??BH245_ModeElementType@@QAEAAVH245_H235Mode@@XZ @19185 NONAME ??BH245_ModeElementType@@QAEAAVH245_MultiplePayloadStreamMode@@XZ @19186 NONAME ??BH245_ModeElementType@@QAEAAVH245_MultiplexedStreamParameter@@XZ @19187 NONAME ??BH245_ModeElementType@@QAEAAVH245_NonStandardParameter@@XZ @19188 NONAME ??BH245_ModeElementType@@QAEAAVH245_RedundancyEncodingDTMode@@XZ @19189 NONAME ??BH245_ModeElementType@@QAEAAVH245_VideoMode@@XZ @19190 NONAME ??BH245_ModeElementType@@QBEABVH245_AudioMode@@XZ @19191 NONAME ??BH245_ModeElementType@@QBEABVH245_DataMode@@XZ @19192 NONAME ??BH245_ModeElementType@@QBEABVH245_DepFECMode@@XZ @33405 NONAME ??BH245_ModeElementType@@QBEABVH245_EncryptionMode@@XZ @19193 NONAME ??BH245_ModeElementType@@QBEABVH245_FECMode@@XZ @19194 NONAME ??BH245_ModeElementType@@QBEABVH245_H235Mode@@XZ @19195 NONAME ??BH245_ModeElementType@@QBEABVH245_MultiplePayloadStreamMode@@XZ @19196 NONAME ??BH245_ModeElementType@@QBEABVH245_MultiplexedStreamParameter@@XZ @19197 NONAME ??BH245_ModeElementType@@QBEABVH245_NonStandardParameter@@XZ @19198 NONAME ??BH245_ModeElementType@@QBEABVH245_RedundancyEncodingDTMode@@XZ @19199 NONAME ??BH245_ModeElementType@@QBEABVH245_VideoMode@@XZ @19200 NONAME ??BH245_MulticastAddress@@QAEAAVH245_MulticastAddress_iP6Address@@XZ @3260 NONAME ??BH245_MulticastAddress@@QAEAAVH245_MulticastAddress_iPAddress@@XZ @3261 NONAME ??BH245_MulticastAddress@@QAEAAVH245_NonStandardParameter@@XZ @3262 NONAME ??BH245_MulticastAddress@@QBEABVH245_MulticastAddress_iP6Address@@XZ @3263 NONAME ??BH245_MulticastAddress@@QBEABVH245_MulticastAddress_iPAddress@@XZ @3264 NONAME ??BH245_MulticastAddress@@QBEABVH245_NonStandardParameter@@XZ @3265 NONAME ??BH245_MultilinkIndication@@QAEAAVH245_MultilinkIndication_crcDesired@@XZ @11559 NONAME ??BH245_MultilinkIndication@@QAEAAVH245_MultilinkIndication_excessiveError@@XZ @11560 NONAME ??BH245_MultilinkIndication@@QAEAAVH245_NonStandardMessage@@XZ @11561 NONAME ??BH245_MultilinkIndication@@QBEABVH245_MultilinkIndication_crcDesired@@XZ @11562 NONAME ??BH245_MultilinkIndication@@QBEABVH245_MultilinkIndication_excessiveError@@XZ @11563 NONAME ??BH245_MultilinkIndication@@QBEABVH245_NonStandardMessage@@XZ @11564 NONAME ??BH245_MultilinkRequest@@QAEAAVH245_MultilinkRequest_addConnection@@XZ @11565 NONAME ??BH245_MultilinkRequest@@QAEAAVH245_MultilinkRequest_callInformation@@XZ @11566 NONAME ??BH245_MultilinkRequest@@QAEAAVH245_MultilinkRequest_maximumHeaderInterval@@XZ @11567 NONAME ??BH245_MultilinkRequest@@QAEAAVH245_MultilinkRequest_removeConnection@@XZ @11568 NONAME ??BH245_MultilinkRequest@@QAEAAVH245_NonStandardMessage@@XZ @11569 NONAME ??BH245_MultilinkRequest@@QBEABVH245_MultilinkRequest_addConnection@@XZ @11570 NONAME ??BH245_MultilinkRequest@@QBEABVH245_MultilinkRequest_callInformation@@XZ @11571 NONAME ??BH245_MultilinkRequest@@QBEABVH245_MultilinkRequest_maximumHeaderInterval@@XZ @11572 NONAME ??BH245_MultilinkRequest@@QBEABVH245_MultilinkRequest_removeConnection@@XZ @11573 NONAME ??BH245_MultilinkRequest@@QBEABVH245_NonStandardMessage@@XZ @11574 NONAME ??BH245_MultilinkResponse@@QAEAAVH245_MultilinkResponse_addConnection@@XZ @11575 NONAME ??BH245_MultilinkResponse@@QAEAAVH245_MultilinkResponse_callInformation@@XZ @11576 NONAME ??BH245_MultilinkResponse@@QAEAAVH245_MultilinkResponse_maximumHeaderInterval@@XZ @11577 NONAME ??BH245_MultilinkResponse@@QAEAAVH245_MultilinkResponse_removeConnection@@XZ @11578 NONAME ??BH245_MultilinkResponse@@QAEAAVH245_NonStandardMessage@@XZ @11579 NONAME ??BH245_MultilinkResponse@@QBEABVH245_MultilinkResponse_addConnection@@XZ @11580 NONAME ??BH245_MultilinkResponse@@QBEABVH245_MultilinkResponse_callInformation@@XZ @11581 NONAME ??BH245_MultilinkResponse@@QBEABVH245_MultilinkResponse_maximumHeaderInterval@@XZ @11582 NONAME ??BH245_MultilinkResponse@@QBEABVH245_MultilinkResponse_removeConnection@@XZ @11583 NONAME ??BH245_MultilinkResponse@@QBEABVH245_NonStandardMessage@@XZ @11584 NONAME ??BH245_MultilinkResponse_addConnection_responseCode@@QAEAAVH245_MultilinkResponse_addConnection_responseCode_rejected@@XZ @11585 NONAME ??BH245_MultilinkResponse_addConnection_responseCode@@QBEABVH245_MultilinkResponse_addConnection_responseCode_rejected@@XZ @11586 NONAME ??BH245_MultimediaSystemControlMessage@@QAEAAVH245_CommandMessage@@XZ @3266 NONAME ??BH245_MultimediaSystemControlMessage@@QAEAAVH245_IndicationMessage@@XZ @3267 NONAME ??BH245_MultimediaSystemControlMessage@@QAEAAVH245_RequestMessage@@XZ @3268 NONAME ??BH245_MultimediaSystemControlMessage@@QAEAAVH245_ResponseMessage@@XZ @3269 NONAME ??BH245_MultimediaSystemControlMessage@@QBEABVH245_CommandMessage@@XZ @3270 NONAME ??BH245_MultimediaSystemControlMessage@@QBEABVH245_IndicationMessage@@XZ @3271 NONAME ??BH245_MultimediaSystemControlMessage@@QBEABVH245_RequestMessage@@XZ @3272 NONAME ??BH245_MultimediaSystemControlMessage@@QBEABVH245_ResponseMessage@@XZ @3273 NONAME ??BH245_MultiplexCapability@@QAEAAVH245_GenericCapability@@XZ @11587 NONAME ??BH245_MultiplexCapability@@QAEAAVH245_H222Capability@@XZ @3274 NONAME ??BH245_MultiplexCapability@@QAEAAVH245_H223Capability@@XZ @3275 NONAME ??BH245_MultiplexCapability@@QAEAAVH245_H2250Capability@@XZ @3276 NONAME ??BH245_MultiplexCapability@@QAEAAVH245_NonStandardParameter@@XZ @3277 NONAME ??BH245_MultiplexCapability@@QAEAAVH245_V76Capability@@XZ @3278 NONAME ??BH245_MultiplexCapability@@QBEABVH245_GenericCapability@@XZ @11588 NONAME ??BH245_MultiplexCapability@@QBEABVH245_H222Capability@@XZ @3279 NONAME ??BH245_MultiplexCapability@@QBEABVH245_H223Capability@@XZ @3280 NONAME ??BH245_MultiplexCapability@@QBEABVH245_H2250Capability@@XZ @3281 NONAME ??BH245_MultiplexCapability@@QBEABVH245_NonStandardParameter@@XZ @3282 NONAME ??BH245_MultiplexCapability@@QBEABVH245_V76Capability@@XZ @3283 NONAME ??BH245_MultiplexElement_type@@QAEAAVH245_ArrayOf_MultiplexElement@@XZ @3284 NONAME ??BH245_MultiplexElement_type@@QBEABVH245_ArrayOf_MultiplexElement@@XZ @3285 NONAME ??BH245_MultiplexFormat@@QAEAAVH245_H222Capability@@XZ @11589 NONAME ??BH245_MultiplexFormat@@QAEAAVH245_H223Capability@@XZ @11590 NONAME ??BH245_MultiplexFormat@@QAEAAVH245_NonStandardParameter@@XZ @11591 NONAME ??BH245_MultiplexFormat@@QBEABVH245_H222Capability@@XZ @11592 NONAME ??BH245_MultiplexFormat@@QBEABVH245_H223Capability@@XZ @11593 NONAME ??BH245_MultiplexFormat@@QBEABVH245_NonStandardParameter@@XZ @11594 NONAME ??BH245_NetworkAccessParameters_networkAddress@@QAEAAVH245_Q2931Address@@XZ @3286 NONAME ??BH245_NetworkAccessParameters_networkAddress@@QAEAAVH245_TransportAddress@@XZ @3287 NONAME ??BH245_NetworkAccessParameters_networkAddress@@QBEABVH245_Q2931Address@@XZ @3288 NONAME ??BH245_NetworkAccessParameters_networkAddress@@QBEABVH245_TransportAddress@@XZ @3289 NONAME ??BH245_NewATMVCCommand_aal@@QAEAAVH245_NewATMVCCommand_aal_aal1@@XZ @11595 NONAME ??BH245_NewATMVCCommand_aal@@QAEAAVH245_NewATMVCCommand_aal_aal5@@XZ @11596 NONAME ??BH245_NewATMVCCommand_aal@@QBEABVH245_NewATMVCCommand_aal_aal1@@XZ @11597 NONAME ??BH245_NewATMVCCommand_aal@@QBEABVH245_NewATMVCCommand_aal_aal5@@XZ @11598 NONAME ??BH245_NewATMVCIndication_aal@@QAEAAVH245_NewATMVCIndication_aal_aal1@@XZ @3290 NONAME ??BH245_NewATMVCIndication_aal@@QAEAAVH245_NewATMVCIndication_aal_aal5@@XZ @3291 NONAME ??BH245_NewATMVCIndication_aal@@QBEABVH245_NewATMVCIndication_aal_aal1@@XZ @3292 NONAME ??BH245_NewATMVCIndication_aal@@QBEABVH245_NewATMVCIndication_aal_aal5@@XZ @3293 NONAME ??BH245_NonStandardIdentifier@@QAEAAVH245_NonStandardIdentifier_h221NonStandard@@XZ @3294 NONAME ??BH245_NonStandardIdentifier@@QBEABVH245_NonStandardIdentifier_h221NonStandard@@XZ @3295 NONAME ??BH245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@QAEAAVH245_H2250LogicalChannelAckParameters@@XZ @3296 NONAME ??BH245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@QBEABVH245_H2250LogicalChannelAckParameters@@XZ @3297 NONAME ??BH245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H222LogicalChannelParameters@@XZ @3298 NONAME ??BH245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H2250LogicalChannelParameters@@XZ @3299 NONAME ??BH245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@QBEABVH245_H222LogicalChannelParameters@@XZ @3300 NONAME ??BH245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@QBEABVH245_H2250LogicalChannelParameters@@XZ @3301 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H222LogicalChannelParameters@@XZ @3302 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H223LogicalChannelParameters@@XZ @3303 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H2250LogicalChannelParameters@@XZ @3304 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QAEAAVH245_V76LogicalChannelParameters@@XZ @3305 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QBEABVH245_H222LogicalChannelParameters@@XZ @3306 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QBEABVH245_H223LogicalChannelParameters@@XZ @3307 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QBEABVH245_H2250LogicalChannelParameters@@XZ @3308 NONAME ??BH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@QBEABVH245_V76LogicalChannelParameters@@XZ @3309 NONAME ??BH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H223LogicalChannelParameters@@XZ @3310 NONAME ??BH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QAEAAVH245_H2250LogicalChannelParameters@@XZ @3311 NONAME ??BH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QAEAAVH245_V76LogicalChannelParameters@@XZ @3312 NONAME ??BH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QBEABVH245_H223LogicalChannelParameters@@XZ @3313 NONAME ??BH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QBEABVH245_H2250LogicalChannelParameters@@XZ @3314 NONAME ??BH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@QBEABVH245_V76LogicalChannelParameters@@XZ @3315 NONAME ??BH245_ParameterIdentifier@@QAEAAVH245_NonStandardParameter@@XZ @11599 NONAME ??BH245_ParameterIdentifier@@QBEABVH245_NonStandardParameter@@XZ @11600 NONAME ??BH245_ParameterValue@@QAEAAVH245_ArrayOf_GenericParameter@@XZ @11601 NONAME ??BH245_ParameterValue@@QBEABVH245_ArrayOf_GenericParameter@@XZ @11602 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_AudioMode@@XZ @19201 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_DataMode@@XZ @19202 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_EncryptionMode@@XZ @19203 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_FECMode@@XZ @33406 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_H235Mode@@XZ @19204 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_NonStandardParameter@@XZ @19205 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QAEAAVH245_VideoMode@@XZ @19206 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_AudioMode@@XZ @19207 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_DataMode@@XZ @19208 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_EncryptionMode@@XZ @19209 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_FECMode@@XZ @33407 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_H235Mode@@XZ @19210 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_NonStandardParameter@@XZ @19211 NONAME ??BH245_RedundancyEncodingDTModeElement_type@@QBEABVH245_VideoMode@@XZ @19212 NONAME ??BH245_RedundancyEncodingMethod@@QAEAAVH245_NonStandardParameter@@XZ @3316 NONAME ??BH245_RedundancyEncodingMethod@@QAEAAVH245_RTPH263VideoRedundancyEncoding@@XZ @3317 NONAME ??BH245_RedundancyEncodingMethod@@QBEABVH245_NonStandardParameter@@XZ @3318 NONAME ??BH245_RedundancyEncodingMethod@@QBEABVH245_RTPH263VideoRedundancyEncoding@@XZ @3319 NONAME ??BH245_RedundancyEncodingMode_secondaryEncoding@@QAEAAVH245_AudioMode@@XZ @3320 NONAME ??BH245_RedundancyEncodingMode_secondaryEncoding@@QAEAAVH245_NonStandardParameter@@XZ @3321 NONAME ??BH245_RedundancyEncodingMode_secondaryEncoding@@QBEABVH245_AudioMode@@XZ @3322 NONAME ??BH245_RedundancyEncodingMode_secondaryEncoding@@QBEABVH245_NonStandardParameter@@XZ @3323 NONAME ??BH245_RemoteMCResponse@@QAEAAVH245_RemoteMCResponse_reject@@XZ @3324 NONAME ??BH245_RemoteMCResponse@@QBEABVH245_RemoteMCResponse_reject@@XZ @3325 NONAME ??BH245_RequestMessage@@QAEAAVH245_CloseLogicalChannel@@XZ @3326 NONAME ??BH245_RequestMessage@@QAEAAVH245_CommunicationModeRequest@@XZ @3327 NONAME ??BH245_RequestMessage@@QAEAAVH245_ConferenceRequest@@XZ @3328 NONAME ??BH245_RequestMessage@@QAEAAVH245_GenericMessage@@XZ @33069 NONAME ??BH245_RequestMessage@@QAEAAVH245_LogicalChannelRateRequest@@XZ @11603 NONAME ??BH245_RequestMessage@@QAEAAVH245_MaintenanceLoopRequest@@XZ @3329 NONAME ??BH245_RequestMessage@@QAEAAVH245_MasterSlaveDetermination@@XZ @3330 NONAME ??BH245_RequestMessage@@QAEAAVH245_MultilinkRequest@@XZ @11604 NONAME ??BH245_RequestMessage@@QAEAAVH245_MultiplexEntrySend@@XZ @3331 NONAME ??BH245_RequestMessage@@QAEAAVH245_NonStandardMessage@@XZ @3332 NONAME ??BH245_RequestMessage@@QAEAAVH245_OpenLogicalChannel@@XZ @3333 NONAME ??BH245_RequestMessage@@QAEAAVH245_RequestChannelClose@@XZ @3334 NONAME ??BH245_RequestMessage@@QAEAAVH245_RequestMode@@XZ @3335 NONAME ??BH245_RequestMessage@@QAEAAVH245_RequestMultiplexEntry@@XZ @3336 NONAME ??BH245_RequestMessage@@QAEAAVH245_RoundTripDelayRequest@@XZ @3337 NONAME ??BH245_RequestMessage@@QAEAAVH245_TerminalCapabilitySet@@XZ @3338 NONAME ??BH245_RequestMessage@@QBEABVH245_CloseLogicalChannel@@XZ @3339 NONAME ??BH245_RequestMessage@@QBEABVH245_CommunicationModeRequest@@XZ @3340 NONAME ??BH245_RequestMessage@@QBEABVH245_ConferenceRequest@@XZ @3341 NONAME ??BH245_RequestMessage@@QBEABVH245_GenericMessage@@XZ @33070 NONAME ??BH245_RequestMessage@@QBEABVH245_LogicalChannelRateRequest@@XZ @11605 NONAME ??BH245_RequestMessage@@QBEABVH245_MaintenanceLoopRequest@@XZ @3342 NONAME ??BH245_RequestMessage@@QBEABVH245_MasterSlaveDetermination@@XZ @3343 NONAME ??BH245_RequestMessage@@QBEABVH245_MultilinkRequest@@XZ @11606 NONAME ??BH245_RequestMessage@@QBEABVH245_MultiplexEntrySend@@XZ @3344 NONAME ??BH245_RequestMessage@@QBEABVH245_NonStandardMessage@@XZ @3345 NONAME ??BH245_RequestMessage@@QBEABVH245_OpenLogicalChannel@@XZ @3346 NONAME ??BH245_RequestMessage@@QBEABVH245_RequestChannelClose@@XZ @3347 NONAME ??BH245_RequestMessage@@QBEABVH245_RequestMode@@XZ @3348 NONAME ??BH245_RequestMessage@@QBEABVH245_RequestMultiplexEntry@@XZ @3349 NONAME ??BH245_RequestMessage@@QBEABVH245_RoundTripDelayRequest@@XZ @3350 NONAME ??BH245_RequestMessage@@QBEABVH245_TerminalCapabilitySet@@XZ @3351 NONAME ??BH245_ResponseMessage@@QAEAAVH245_CloseLogicalChannelAck@@XZ @3352 NONAME ??BH245_ResponseMessage@@QAEAAVH245_CommunicationModeResponse@@XZ @3353 NONAME ??BH245_ResponseMessage@@QAEAAVH245_ConferenceResponse@@XZ @3354 NONAME ??BH245_ResponseMessage@@QAEAAVH245_GenericMessage@@XZ @33071 NONAME ??BH245_ResponseMessage@@QAEAAVH245_LogicalChannelRateAcknowledge@@XZ @11607 NONAME ??BH245_ResponseMessage@@QAEAAVH245_LogicalChannelRateReject@@XZ @11608 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MaintenanceLoopAck@@XZ @3355 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MaintenanceLoopReject@@XZ @3356 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MasterSlaveDeterminationAck@@XZ @3357 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MasterSlaveDeterminationReject@@XZ @3358 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MultilinkResponse@@XZ @11609 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MultiplexEntrySendAck@@XZ @3359 NONAME ??BH245_ResponseMessage@@QAEAAVH245_MultiplexEntrySendReject@@XZ @3360 NONAME ??BH245_ResponseMessage@@QAEAAVH245_NonStandardMessage@@XZ @3361 NONAME ??BH245_ResponseMessage@@QAEAAVH245_OpenLogicalChannelAck@@XZ @3362 NONAME ??BH245_ResponseMessage@@QAEAAVH245_OpenLogicalChannelReject@@XZ @3363 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RequestChannelCloseAck@@XZ @3364 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RequestChannelCloseReject@@XZ @3365 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RequestModeAck@@XZ @3366 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RequestModeReject@@XZ @3367 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RequestMultiplexEntryAck@@XZ @3368 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RequestMultiplexEntryReject@@XZ @3369 NONAME ??BH245_ResponseMessage@@QAEAAVH245_RoundTripDelayResponse@@XZ @3370 NONAME ??BH245_ResponseMessage@@QAEAAVH245_TerminalCapabilitySetAck@@XZ @3371 NONAME ??BH245_ResponseMessage@@QAEAAVH245_TerminalCapabilitySetReject@@XZ @3372 NONAME ??BH245_ResponseMessage@@QBEABVH245_CloseLogicalChannelAck@@XZ @3373 NONAME ??BH245_ResponseMessage@@QBEABVH245_CommunicationModeResponse@@XZ @3374 NONAME ??BH245_ResponseMessage@@QBEABVH245_ConferenceResponse@@XZ @3375 NONAME ??BH245_ResponseMessage@@QBEABVH245_GenericMessage@@XZ @33072 NONAME ??BH245_ResponseMessage@@QBEABVH245_LogicalChannelRateAcknowledge@@XZ @11610 NONAME ??BH245_ResponseMessage@@QBEABVH245_LogicalChannelRateReject@@XZ @11611 NONAME ??BH245_ResponseMessage@@QBEABVH245_MaintenanceLoopAck@@XZ @3376 NONAME ??BH245_ResponseMessage@@QBEABVH245_MaintenanceLoopReject@@XZ @3377 NONAME ??BH245_ResponseMessage@@QBEABVH245_MasterSlaveDeterminationAck@@XZ @3378 NONAME ??BH245_ResponseMessage@@QBEABVH245_MasterSlaveDeterminationReject@@XZ @3379 NONAME ??BH245_ResponseMessage@@QBEABVH245_MultilinkResponse@@XZ @11612 NONAME ??BH245_ResponseMessage@@QBEABVH245_MultiplexEntrySendAck@@XZ @3380 NONAME ??BH245_ResponseMessage@@QBEABVH245_MultiplexEntrySendReject@@XZ @3381 NONAME ??BH245_ResponseMessage@@QBEABVH245_NonStandardMessage@@XZ @3382 NONAME ??BH245_ResponseMessage@@QBEABVH245_OpenLogicalChannelAck@@XZ @3383 NONAME ??BH245_ResponseMessage@@QBEABVH245_OpenLogicalChannelReject@@XZ @3384 NONAME ??BH245_ResponseMessage@@QBEABVH245_RequestChannelCloseAck@@XZ @3385 NONAME ??BH245_ResponseMessage@@QBEABVH245_RequestChannelCloseReject@@XZ @3386 NONAME ??BH245_ResponseMessage@@QBEABVH245_RequestModeAck@@XZ @3387 NONAME ??BH245_ResponseMessage@@QBEABVH245_RequestModeReject@@XZ @3388 NONAME ??BH245_ResponseMessage@@QBEABVH245_RequestMultiplexEntryAck@@XZ @3389 NONAME ??BH245_ResponseMessage@@QBEABVH245_RequestMultiplexEntryReject@@XZ @3390 NONAME ??BH245_ResponseMessage@@QBEABVH245_RoundTripDelayResponse@@XZ @3391 NONAME ??BH245_ResponseMessage@@QBEABVH245_TerminalCapabilitySetAck@@XZ @3392 NONAME ??BH245_ResponseMessage@@QBEABVH245_TerminalCapabilitySetReject@@XZ @3393 NONAME ??BH245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@QAEAAVH245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@XZ @3394 NONAME ??BH245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@QBEABVH245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@XZ @3395 NONAME ??BH245_RTPPayloadType_payloadDescriptor@@QAEAAVH245_NonStandardParameter@@XZ @3396 NONAME ??BH245_RTPPayloadType_payloadDescriptor@@QBEABVH245_NonStandardParameter@@XZ @3397 NONAME ??BH245_SendTerminalCapabilitySet@@QAEAAVH245_SendTerminalCapabilitySet_specificRequest@@XZ @3398 NONAME ??BH245_SendTerminalCapabilitySet@@QBEABVH245_SendTerminalCapabilitySet_specificRequest@@XZ @3399 NONAME ??BH245_T84Profile@@QAEAAVH245_T84Profile_t84Restricted@@XZ @3400 NONAME ??BH245_T84Profile@@QBEABVH245_T84Profile_t84Restricted@@XZ @3401 NONAME ??BH245_TerminalCapabilitySetReject_cause@@QAEAAVH245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@XZ @3402 NONAME ??BH245_TerminalCapabilitySetReject_cause@@QBEABVH245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@XZ @3403 NONAME ??BH245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@QAEAAVH245_CapabilityTableEntryNumber@@XZ @3404 NONAME ??BH245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@QBEABVH245_CapabilityTableEntryNumber@@XZ @3405 NONAME ??BH245_TransportAddress@@QAEAAVH245_MulticastAddress@@XZ @3406 NONAME ??BH245_TransportAddress@@QAEAAVH245_UnicastAddress@@XZ @3407 NONAME ??BH245_TransportAddress@@QBEABVH245_MulticastAddress@@XZ @3408 NONAME ??BH245_TransportAddress@@QBEABVH245_UnicastAddress@@XZ @3409 NONAME ??BH245_UnicastAddress@@QAEAAVH245_NonStandardParameter@@XZ @3410 NONAME ??BH245_UnicastAddress@@QAEAAVH245_UnicastAddress_iP6Address@@XZ @3411 NONAME ??BH245_UnicastAddress@@QAEAAVH245_UnicastAddress_iPAddress@@XZ @3412 NONAME ??BH245_UnicastAddress@@QAEAAVH245_UnicastAddress_iPSourceRouteAddress@@XZ @3413 NONAME ??BH245_UnicastAddress@@QAEAAVH245_UnicastAddress_iPXAddress@@XZ @3414 NONAME ??BH245_UnicastAddress@@QBEABVH245_NonStandardParameter@@XZ @3415 NONAME ??BH245_UnicastAddress@@QBEABVH245_UnicastAddress_iP6Address@@XZ @3416 NONAME ??BH245_UnicastAddress@@QBEABVH245_UnicastAddress_iPAddress@@XZ @3417 NONAME ??BH245_UnicastAddress@@QBEABVH245_UnicastAddress_iPSourceRouteAddress@@XZ @3418 NONAME ??BH245_UnicastAddress@@QBEABVH245_UnicastAddress_iPXAddress@@XZ @3419 NONAME ??BH245_UserInputCapability@@QAEAAVH245_ArrayOf_NonStandardParameter@@XZ @3420 NONAME ??BH245_UserInputCapability@@QBEABVH245_ArrayOf_NonStandardParameter@@XZ @3421 NONAME ??BH245_UserInputIndication@@QAEAAVH245_NonStandardParameter@@XZ @3422 NONAME ??BH245_UserInputIndication@@QAEAAVH245_UserInputIndication_encryptedAlphanumeric@@XZ @33073 NONAME ??BH245_UserInputIndication@@QAEAAVH245_UserInputIndication_extendedAlphanumeric@@XZ @11613 NONAME ??BH245_UserInputIndication@@QAEAAVH245_UserInputIndication_signal@@XZ @3423 NONAME ??BH245_UserInputIndication@@QAEAAVH245_UserInputIndication_signalUpdate@@XZ @3424 NONAME ??BH245_UserInputIndication@@QAEAAVH245_UserInputIndication_userInputSupportIndication@@XZ @3425 NONAME ??BH245_UserInputIndication@@QBEABVH245_NonStandardParameter@@XZ @3426 NONAME ??BH245_UserInputIndication@@QBEABVH245_UserInputIndication_encryptedAlphanumeric@@XZ @33074 NONAME ??BH245_UserInputIndication@@QBEABVH245_UserInputIndication_extendedAlphanumeric@@XZ @11614 NONAME ??BH245_UserInputIndication@@QBEABVH245_UserInputIndication_signal@@XZ @3427 NONAME ??BH245_UserInputIndication@@QBEABVH245_UserInputIndication_signalUpdate@@XZ @3428 NONAME ??BH245_UserInputIndication@@QBEABVH245_UserInputIndication_userInputSupportIndication@@XZ @3429 NONAME ??BH245_UserInputIndication_userInputSupportIndication@@QAEAAVH245_NonStandardParameter@@XZ @3430 NONAME ??BH245_UserInputIndication_userInputSupportIndication@@QBEABVH245_NonStandardParameter@@XZ @3431 NONAME ??BH245_V76LogicalChannelParameters_mode@@QAEAAVH245_V76LogicalChannelParameters_mode_eRM@@XZ @3432 NONAME ??BH245_V76LogicalChannelParameters_mode@@QBEABVH245_V76LogicalChannelParameters_mode_eRM@@XZ @3433 NONAME ??BH245_VCCapability_availableBitRates_type@@QAEAAVH245_VCCapability_availableBitRates_type_rangeOfBitRates@@XZ @3434 NONAME ??BH245_VCCapability_availableBitRates_type@@QBEABVH245_VCCapability_availableBitRates_type_rangeOfBitRates@@XZ @3435 NONAME ??BH245_VideoCapability@@QAEAAVH245_ExtendedVideoCapability@@XZ @33075 NONAME ??BH245_VideoCapability@@QAEAAVH245_GenericCapability@@XZ @11615 NONAME ??BH245_VideoCapability@@QAEAAVH245_H261VideoCapability@@XZ @3436 NONAME ??BH245_VideoCapability@@QAEAAVH245_H262VideoCapability@@XZ @3437 NONAME ??BH245_VideoCapability@@QAEAAVH245_H263VideoCapability@@XZ @3438 NONAME ??BH245_VideoCapability@@QAEAAVH245_IS11172VideoCapability@@XZ @3439 NONAME ??BH245_VideoCapability@@QAEAAVH245_NonStandardParameter@@XZ @3440 NONAME ??BH245_VideoCapability@@QBEABVH245_ExtendedVideoCapability@@XZ @33076 NONAME ??BH245_VideoCapability@@QBEABVH245_GenericCapability@@XZ @11616 NONAME ??BH245_VideoCapability@@QBEABVH245_H261VideoCapability@@XZ @3441 NONAME ??BH245_VideoCapability@@QBEABVH245_H262VideoCapability@@XZ @3442 NONAME ??BH245_VideoCapability@@QBEABVH245_H263VideoCapability@@XZ @3443 NONAME ??BH245_VideoCapability@@QBEABVH245_IS11172VideoCapability@@XZ @3444 NONAME ??BH245_VideoCapability@@QBEABVH245_NonStandardParameter@@XZ @3445 NONAME ??BH245_VideoMode@@QAEAAVH245_GenericCapability@@XZ @11617 NONAME ??BH245_VideoMode@@QAEAAVH245_H261VideoMode@@XZ @3446 NONAME ??BH245_VideoMode@@QAEAAVH245_H262VideoMode@@XZ @3447 NONAME ??BH245_VideoMode@@QAEAAVH245_H263VideoMode@@XZ @3448 NONAME ??BH245_VideoMode@@QAEAAVH245_IS11172VideoMode@@XZ @3449 NONAME ??BH245_VideoMode@@QAEAAVH245_NonStandardParameter@@XZ @3450 NONAME ??BH245_VideoMode@@QBEABVH245_GenericCapability@@XZ @11618 NONAME ??BH245_VideoMode@@QBEABVH245_H261VideoMode@@XZ @3451 NONAME ??BH245_VideoMode@@QBEABVH245_H262VideoMode@@XZ @3452 NONAME ??BH245_VideoMode@@QBEABVH245_H263VideoMode@@XZ @3453 NONAME ??BH245_VideoMode@@QBEABVH245_IS11172VideoMode@@XZ @3454 NONAME ??BH245_VideoMode@@QBEABVH245_NonStandardParameter@@XZ @3455 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_AuditDescriptor@@XZ @15631 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_DigitMapDescriptor@@XZ @15632 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_EventBufferDescriptor@@XZ @15633 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_EventsDescriptor@@XZ @15634 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_MediaDescriptor@@XZ @15635 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_ModemDescriptor@@XZ @15636 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_MuxDescriptor@@XZ @15637 NONAME ??BH248_AmmDescriptor@@QAEAAVH248_SignalsDescriptor@@XZ @15638 NONAME ??BH248_AmmDescriptor@@QBEABVH248_AuditDescriptor@@XZ @15639 NONAME ??BH248_AmmDescriptor@@QBEABVH248_DigitMapDescriptor@@XZ @15640 NONAME ??BH248_AmmDescriptor@@QBEABVH248_EventBufferDescriptor@@XZ @15641 NONAME ??BH248_AmmDescriptor@@QBEABVH248_EventsDescriptor@@XZ @15642 NONAME ??BH248_AmmDescriptor@@QBEABVH248_MediaDescriptor@@XZ @15643 NONAME ??BH248_AmmDescriptor@@QBEABVH248_ModemDescriptor@@XZ @15644 NONAME ??BH248_AmmDescriptor@@QBEABVH248_MuxDescriptor@@XZ @15645 NONAME ??BH248_AmmDescriptor@@QBEABVH248_SignalsDescriptor@@XZ @15646 NONAME ??BH248_AuditReply@@QAEAAVH248_AuditResult@@XZ @15647 NONAME ??BH248_AuditReply@@QAEAAVH248_ErrorDescriptor@@XZ @15648 NONAME ??BH248_AuditReply@@QAEAAVH248_TerminationIDList@@XZ @15649 NONAME ??BH248_AuditReply@@QBEABVH248_AuditResult@@XZ @15650 NONAME ??BH248_AuditReply@@QBEABVH248_ErrorDescriptor@@XZ @15651 NONAME ??BH248_AuditReply@@QBEABVH248_TerminationIDList@@XZ @15652 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_AuditDescriptor@@XZ @15653 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_DigitMapDescriptor@@XZ @15654 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_ErrorDescriptor@@XZ @15655 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_EventBufferDescriptor@@XZ @15656 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_EventsDescriptor@@XZ @15657 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_MediaDescriptor@@XZ @15658 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_ModemDescriptor@@XZ @15659 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_MuxDescriptor@@XZ @15660 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_ObservedEventsDescriptor@@XZ @15661 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_PackagesDescriptor@@XZ @15662 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_SignalsDescriptor@@XZ @15663 NONAME ??BH248_AuditReturnParameter@@QAEAAVH248_StatisticsDescriptor@@XZ @15664 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_AuditDescriptor@@XZ @15665 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_DigitMapDescriptor@@XZ @15666 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_ErrorDescriptor@@XZ @15667 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_EventBufferDescriptor@@XZ @15668 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_EventsDescriptor@@XZ @15669 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_MediaDescriptor@@XZ @15670 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_ModemDescriptor@@XZ @15671 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_MuxDescriptor@@XZ @15672 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_ObservedEventsDescriptor@@XZ @15673 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_PackagesDescriptor@@XZ @15674 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_SignalsDescriptor@@XZ @15675 NONAME ??BH248_AuditReturnParameter@@QBEABVH248_StatisticsDescriptor@@XZ @15676 NONAME ??BH248_Command@@QAEAAVH248_AmmRequest@@XZ @15677 NONAME ??BH248_Command@@QAEAAVH248_AuditRequest@@XZ @15678 NONAME ??BH248_Command@@QAEAAVH248_NotifyRequest@@XZ @15679 NONAME ??BH248_Command@@QAEAAVH248_ServiceChangeRequest@@XZ @15680 NONAME ??BH248_Command@@QAEAAVH248_SubtractRequest@@XZ @15681 NONAME ??BH248_Command@@QBEABVH248_AmmRequest@@XZ @15682 NONAME ??BH248_Command@@QBEABVH248_AuditRequest@@XZ @15683 NONAME ??BH248_Command@@QBEABVH248_NotifyRequest@@XZ @15684 NONAME ??BH248_Command@@QBEABVH248_ServiceChangeRequest@@XZ @15685 NONAME ??BH248_Command@@QBEABVH248_SubtractRequest@@XZ @15686 NONAME ??BH248_CommandReply@@QAEAAVH248_AmmsReply@@XZ @15687 NONAME ??BH248_CommandReply@@QAEAAVH248_AuditReply@@XZ @15688 NONAME ??BH248_CommandReply@@QAEAAVH248_NotifyReply@@XZ @15689 NONAME ??BH248_CommandReply@@QAEAAVH248_ServiceChangeReply@@XZ @15690 NONAME ??BH248_CommandReply@@QBEABVH248_AmmsReply@@XZ @15691 NONAME ??BH248_CommandReply@@QBEABVH248_AuditReply@@XZ @15692 NONAME ??BH248_CommandReply@@QBEABVH248_NotifyReply@@XZ @15693 NONAME ??BH248_CommandReply@@QBEABVH248_ServiceChangeReply@@XZ @15694 NONAME ??BH248_EventDM@@QAEAAVH248_DigitMapName@@XZ @15695 NONAME ??BH248_EventDM@@QAEAAVH248_DigitMapValue@@XZ @15696 NONAME ??BH248_EventDM@@QBEABVH248_DigitMapName@@XZ @15697 NONAME ??BH248_EventDM@@QBEABVH248_DigitMapValue@@XZ @15698 NONAME ??BH248_EventParameter_extraInfo@@QAEAAVH248_Relation@@XZ @15699 NONAME ??BH248_EventParameter_extraInfo@@QBEABVH248_Relation@@XZ @15700 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudDigitMapDescriptor@@XZ @15701 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudEventBufferDescriptor@@XZ @15702 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudEventsDescriptor@@XZ @15703 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudMediaDescriptor@@XZ @15704 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudPackagesDescriptor@@XZ @15705 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudSignalsDescriptor@@XZ @15706 NONAME ??BH248_IndAuditParameter@@QAEAAVH248_IndAudStatisticsDescriptor@@XZ @15707 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudDigitMapDescriptor@@XZ @15708 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudEventBufferDescriptor@@XZ @15709 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudEventsDescriptor@@XZ @15710 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudMediaDescriptor@@XZ @15711 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudPackagesDescriptor@@XZ @15712 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudSignalsDescriptor@@XZ @15713 NONAME ??BH248_IndAuditParameter@@QBEABVH248_IndAudStatisticsDescriptor@@XZ @15714 NONAME ??BH248_IndAudMediaDescriptor_streams@@QAEAAVH248_ArrayOf_IndAudStreamDescriptor@@XZ @15715 NONAME ??BH248_IndAudMediaDescriptor_streams@@QAEAAVH248_IndAudStreamParms@@XZ @15716 NONAME ??BH248_IndAudMediaDescriptor_streams@@QBEABVH248_ArrayOf_IndAudStreamDescriptor@@XZ @15717 NONAME ??BH248_IndAudMediaDescriptor_streams@@QBEABVH248_IndAudStreamParms@@XZ @15718 NONAME ??BH248_IndAudSignalsDescriptor@@QAEAAVH248_IndAudSeqSigList@@XZ @15719 NONAME ??BH248_IndAudSignalsDescriptor@@QAEAAVH248_IndAudSignal@@XZ @15720 NONAME ??BH248_IndAudSignalsDescriptor@@QBEABVH248_IndAudSeqSigList@@XZ @15721 NONAME ??BH248_IndAudSignalsDescriptor@@QBEABVH248_IndAudSignal@@XZ @15722 NONAME ??BH248_MediaDescriptor_streams@@QAEAAVH248_ArrayOf_StreamDescriptor@@XZ @15723 NONAME ??BH248_MediaDescriptor_streams@@QAEAAVH248_StreamParms@@XZ @15724 NONAME ??BH248_MediaDescriptor_streams@@QBEABVH248_ArrayOf_StreamDescriptor@@XZ @15725 NONAME ??BH248_MediaDescriptor_streams@@QBEABVH248_StreamParms@@XZ @15726 NONAME ??BH248_Message_messageBody@@QAEAAVH248_ArrayOf_Transaction@@XZ @15727 NONAME ??BH248_Message_messageBody@@QAEAAVH248_ErrorDescriptor@@XZ @15728 NONAME ??BH248_Message_messageBody@@QBEABVH248_ArrayOf_Transaction@@XZ @15729 NONAME ??BH248_Message_messageBody@@QBEABVH248_ErrorDescriptor@@XZ @15730 NONAME ??BH248_MId@@QAEAAVH248_DomainName@@XZ @15731 NONAME ??BH248_MId@@QAEAAVH248_IP4Address@@XZ @15732 NONAME ??BH248_MId@@QAEAAVH248_IP6Address@@XZ @15733 NONAME ??BH248_MId@@QAEAAVH248_PathName@@XZ @15734 NONAME ??BH248_MId@@QBEABVH248_DomainName@@XZ @15735 NONAME ??BH248_MId@@QBEABVH248_IP4Address@@XZ @15736 NONAME ??BH248_MId@@QBEABVH248_IP6Address@@XZ @15737 NONAME ??BH248_MId@@QBEABVH248_PathName@@XZ @15738 NONAME ??BH248_NonStandardIdentifier@@QAEAAVH248_H221NonStandard@@XZ @15739 NONAME ??BH248_NonStandardIdentifier@@QBEABVH248_H221NonStandard@@XZ @15740 NONAME ??BH248_PropertyParm_extraInfo@@QAEAAVH248_Relation@@XZ @15741 NONAME ??BH248_PropertyParm_extraInfo@@QBEABVH248_Relation@@XZ @15742 NONAME ??BH248_ServiceChangeAddress@@QAEAAVH248_DomainName@@XZ @15743 NONAME ??BH248_ServiceChangeAddress@@QAEAAVH248_IP4Address@@XZ @15744 NONAME ??BH248_ServiceChangeAddress@@QAEAAVH248_IP6Address@@XZ @15745 NONAME ??BH248_ServiceChangeAddress@@QAEAAVH248_PathName@@XZ @15746 NONAME ??BH248_ServiceChangeAddress@@QBEABVH248_DomainName@@XZ @15747 NONAME ??BH248_ServiceChangeAddress@@QBEABVH248_IP4Address@@XZ @15748 NONAME ??BH248_ServiceChangeAddress@@QBEABVH248_IP6Address@@XZ @15749 NONAME ??BH248_ServiceChangeAddress@@QBEABVH248_PathName@@XZ @15750 NONAME ??BH248_ServiceChangeResult@@QAEAAVH248_ErrorDescriptor@@XZ @15751 NONAME ??BH248_ServiceChangeResult@@QAEAAVH248_ServiceChangeResParm@@XZ @15752 NONAME ??BH248_ServiceChangeResult@@QBEABVH248_ErrorDescriptor@@XZ @15753 NONAME ??BH248_ServiceChangeResult@@QBEABVH248_ServiceChangeResParm@@XZ @15754 NONAME ??BH248_SignalRequest@@QAEAAVH248_SeqSigList@@XZ @15755 NONAME ??BH248_SignalRequest@@QAEAAVH248_Signal@@XZ @15756 NONAME ??BH248_SignalRequest@@QBEABVH248_SeqSigList@@XZ @15757 NONAME ??BH248_SignalRequest@@QBEABVH248_Signal@@XZ @15758 NONAME ??BH248_SigParameter_extraInfo@@QAEAAVH248_Relation@@XZ @15759 NONAME ??BH248_SigParameter_extraInfo@@QBEABVH248_Relation@@XZ @15760 NONAME ??BH248_Transaction@@QAEAAVH248_TransactionPending@@XZ @15761 NONAME ??BH248_Transaction@@QAEAAVH248_TransactionReply@@XZ @15762 NONAME ??BH248_Transaction@@QAEAAVH248_TransactionRequest@@XZ @15763 NONAME ??BH248_Transaction@@QAEAAVH248_TransactionResponseAck@@XZ @15764 NONAME ??BH248_Transaction@@QBEABVH248_TransactionPending@@XZ @15765 NONAME ??BH248_Transaction@@QBEABVH248_TransactionReply@@XZ @15766 NONAME ??BH248_Transaction@@QBEABVH248_TransactionRequest@@XZ @15767 NONAME ??BH248_Transaction@@QBEABVH248_TransactionResponseAck@@XZ @15768 NONAME ??BH248_TransactionReply_transactionResult@@QAEAAVH248_ArrayOf_ActionReply@@XZ @15769 NONAME ??BH248_TransactionReply_transactionResult@@QAEAAVH248_ErrorDescriptor@@XZ @15770 NONAME ??BH248_TransactionReply_transactionResult@@QBEABVH248_ArrayOf_ActionReply@@XZ @15771 NONAME ??BH248_TransactionReply_transactionResult@@QBEABVH248_ErrorDescriptor@@XZ @15772 NONAME ??BH323ChannelNumber@@QBEIXZ @20572 NONAME ??BH4501_PartySubaddress@@QAEAAVH4501_NSAPSubaddress@@XZ @9852 NONAME ??BH4501_PartySubaddress@@QAEAAVH4501_UserSpecifiedSubaddress@@XZ @9853 NONAME ??BH4501_PartySubaddress@@QBEABVH4501_NSAPSubaddress@@XZ @9854 NONAME ??BH4501_PartySubaddress@@QBEABVH4501_UserSpecifiedSubaddress@@XZ @9855 NONAME ??BH4501_PresentedAddressScreened@@QAEAAVH4501_AddressScreened@@XZ @9856 NONAME ??BH4501_PresentedAddressScreened@@QBEABVH4501_AddressScreened@@XZ @9857 NONAME ??BH4501_PresentedAddressUnscreened@@QAEAAVH4501_Address@@XZ @9858 NONAME ??BH4501_PresentedAddressUnscreened@@QBEABVH4501_Address@@XZ @9859 NONAME ??BH4501_PresentedNumberScreened@@QAEAAVH4501_NumberScreened@@XZ @9860 NONAME ??BH4501_PresentedNumberScreened@@QBEABVH4501_NumberScreened@@XZ @9861 NONAME ??BH4501_PresentedNumberUnscreened@@QAEAAVH225_PartyNumber@@XZ @9862 NONAME ??BH4501_PresentedNumberUnscreened@@QBEABVH225_PartyNumber@@XZ @9863 NONAME ??BH4501_ServiceApdus@@QAEAAVH4501_ArrayOf_ROS@@XZ @9864 NONAME ??BH4501_ServiceApdus@@QBEABVH4501_ArrayOf_ROS@@XZ @9865 NONAME ??BH4502_CTActiveArg_argumentExtension@@QAEAAVH225_NonStandardParameter@@XZ @9866 NONAME ??BH4502_CTActiveArg_argumentExtension@@QAEAAVH4502_ExtensionSeq@@XZ @9867 NONAME ??BH4502_CTActiveArg_argumentExtension@@QBEABVH225_NonStandardParameter@@XZ @9868 NONAME ??BH4502_CTActiveArg_argumentExtension@@QBEABVH4502_ExtensionSeq@@XZ @9869 NONAME ??BH4502_CTCompleteArg_argumentExtension@@QAEAAVH225_NonStandardParameter@@XZ @9870 NONAME ??BH4502_CTCompleteArg_argumentExtension@@QAEAAVH4502_ExtensionSeq@@XZ @9871 NONAME ??BH4502_CTCompleteArg_argumentExtension@@QBEABVH225_NonStandardParameter@@XZ @9872 NONAME ??BH4502_CTCompleteArg_argumentExtension@@QBEABVH4502_ExtensionSeq@@XZ @9873 NONAME ??BH4502_CTIdentifyRes_resultExtension@@QAEAAVH225_NonStandardParameter@@XZ @9874 NONAME ??BH4502_CTIdentifyRes_resultExtension@@QAEAAVH4502_ExtensionSeq@@XZ @9875 NONAME ??BH4502_CTIdentifyRes_resultExtension@@QBEABVH225_NonStandardParameter@@XZ @9876 NONAME ??BH4502_CTIdentifyRes_resultExtension@@QBEABVH4502_ExtensionSeq@@XZ @9877 NONAME ??BH4502_CTInitiateArg_argumentExtension@@QAEAAVH225_NonStandardParameter@@XZ @9878 NONAME ??BH4502_CTInitiateArg_argumentExtension@@QAEAAVH4502_ExtensionSeq@@XZ @9879 NONAME ??BH4502_CTInitiateArg_argumentExtension@@QBEABVH225_NonStandardParameter@@XZ @9880 NONAME ??BH4502_CTInitiateArg_argumentExtension@@QBEABVH4502_ExtensionSeq@@XZ @9881 NONAME ??BH4502_CTSetupArg_argumentExtension@@QAEAAVH225_NonStandardParameter@@XZ @9882 NONAME ??BH4502_CTSetupArg_argumentExtension@@QAEAAVH4502_ExtensionSeq@@XZ @9883 NONAME ??BH4502_CTSetupArg_argumentExtension@@QBEABVH225_NonStandardParameter@@XZ @9884 NONAME ??BH4502_CTSetupArg_argumentExtension@@QBEABVH4502_ExtensionSeq@@XZ @9885 NONAME ??BH4502_CTUpdateArg_argumentExtension@@QAEAAVH225_NonStandardParameter@@XZ @9886 NONAME ??BH4502_CTUpdateArg_argumentExtension@@QAEAAVH4502_ExtensionSeq@@XZ @9887 NONAME ??BH4502_CTUpdateArg_argumentExtension@@QBEABVH225_NonStandardParameter@@XZ @9888 NONAME ??BH4502_CTUpdateArg_argumentExtension@@QBEABVH4502_ExtensionSeq@@XZ @9889 NONAME ??BH4502_DummyArg@@QAEAAVH225_NonStandardParameter@@XZ @9890 NONAME ??BH4502_DummyArg@@QAEAAVH4502_ExtensionSeq@@XZ @9891 NONAME ??BH4502_DummyArg@@QBEABVH225_NonStandardParameter@@XZ @9892 NONAME ??BH4502_DummyArg@@QBEABVH4502_ExtensionSeq@@XZ @9893 NONAME ??BH4502_DummyRes@@QAEAAVH225_NonStandardParameter@@XZ @9894 NONAME ??BH4502_DummyRes@@QAEAAVH4502_ExtensionSeq@@XZ @9895 NONAME ??BH4502_DummyRes@@QBEABVH225_NonStandardParameter@@XZ @9896 NONAME ??BH4502_DummyRes@@QBEABVH4502_ExtensionSeq@@XZ @9897 NONAME ??BH4502_SubaddressTransferArg_argumentExtension@@QAEAAVH225_NonStandardParameter@@XZ @9898 NONAME ??BH4502_SubaddressTransferArg_argumentExtension@@QAEAAVH4502_ExtensionSeq@@XZ @9899 NONAME ??BH4502_SubaddressTransferArg_argumentExtension@@QBEABVH225_NonStandardParameter@@XZ @9900 NONAME ??BH4502_SubaddressTransferArg_argumentExtension@@QBEABVH4502_ExtensionSeq@@XZ @9901 NONAME ??BH4503_IntResult_extension@@QAEAAVH225_NonStandardParameter@@XZ @10307 NONAME ??BH4503_IntResult_extension@@QAEAAVH4503_ExtensionSeq@@XZ @10308 NONAME ??BH4503_IntResult_extension@@QBEABVH225_NonStandardParameter@@XZ @10309 NONAME ??BH4503_IntResult_extension@@QBEABVH4503_ExtensionSeq@@XZ @10310 NONAME ??BH4504_MixedExtension@@QAEAAVH225_NonStandardParameter@@XZ @10214 NONAME ??BH4504_MixedExtension@@QAEAAVH4501_Extension@@XZ @10215 NONAME ??BH4504_MixedExtension@@QBEABVH225_NonStandardParameter@@XZ @10216 NONAME ??BH4504_MixedExtension@@QBEABVH4501_Extension@@XZ @10217 NONAME ??BH4507_MsgCentreId@@QAEAAVH4501_EndpointAddress@@XZ @10571 NONAME ??BH4507_MsgCentreId@@QBEABVH4501_EndpointAddress@@XZ @10572 NONAME ??BH4508_Name@@QAEAAVH4508_NamePresentationAllowed@@XZ @10573 NONAME ??BH4508_Name@@QAEAAVH4508_NamePresentationRestricted@@XZ @10574 NONAME ??BH4508_Name@@QBEABVH4508_NamePresentationAllowed@@XZ @10575 NONAME ??BH4508_Name@@QBEABVH4508_NamePresentationRestricted@@XZ @10576 NONAME ??BH4508_NamePresentationAllowed@@QAEAAVH4508_ExtendedName@@XZ @10577 NONAME ??BH4508_NamePresentationAllowed@@QAEAAVH4508_SimpleName@@XZ @10578 NONAME ??BH4508_NamePresentationAllowed@@QBEABVH4508_ExtendedName@@XZ @10579 NONAME ??BH4508_NamePresentationAllowed@@QBEABVH4508_SimpleName@@XZ @10580 NONAME ??BH4508_NamePresentationRestricted@@QAEAAVH4508_ExtendedName@@XZ @10581 NONAME ??BH4508_NamePresentationRestricted@@QAEAAVH4508_SimpleName@@XZ @10582 NONAME ??BH4508_NamePresentationRestricted@@QBEABVH4508_ExtendedName@@XZ @10583 NONAME ??BH4508_NamePresentationRestricted@@QBEABVH4508_SimpleName@@XZ @10584 NONAME ??BH4509_CcArg@@QAEAAVH4509_CcLongArg@@XZ @10585 NONAME ??BH4509_CcArg@@QAEAAVH4509_CcShortArg@@XZ @10586 NONAME ??BH4509_CcArg@@QBEABVH4509_CcLongArg@@XZ @10587 NONAME ??BH4509_CcArg@@QBEABVH4509_CcShortArg@@XZ @10588 NONAME ??BH501_AccessToken@@QAEAAVH225_CryptoH323Token@@XZ @17106 NONAME ??BH501_AccessToken@@QAEAAVH225_GenericData@@XZ @17107 NONAME ??BH501_AccessToken@@QAEAAVH235_ClearToken@@XZ @17108 NONAME ??BH501_AccessToken@@QBEABVH225_CryptoH323Token@@XZ @17109 NONAME ??BH501_AccessToken@@QBEABVH225_GenericData@@XZ @17110 NONAME ??BH501_AccessToken@@QBEABVH235_ClearToken@@XZ @17111 NONAME ??BH501_MessageBody@@QAEAAVH501_AccessConfirmation@@XZ @17112 NONAME ??BH501_MessageBody@@QAEAAVH501_AccessRejection@@XZ @17113 NONAME ??BH501_MessageBody@@QAEAAVH501_AccessRequest@@XZ @17114 NONAME ??BH501_MessageBody@@QAEAAVH501_AuthenticationConfirmation@@XZ @17115 NONAME ??BH501_MessageBody@@QAEAAVH501_AuthenticationRejection@@XZ @17116 NONAME ??BH501_MessageBody@@QAEAAVH501_AuthenticationRequest@@XZ @17117 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorConfirmation@@XZ @17118 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorIDConfirmation@@XZ @17119 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorIDRejection@@XZ @17120 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorIDRequest@@XZ @17121 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorRejection@@XZ @17122 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorRequest@@XZ @17123 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorUpdate@@XZ @17124 NONAME ??BH501_MessageBody@@QAEAAVH501_DescriptorUpdateAck@@XZ @17125 NONAME ??BH501_MessageBody@@QAEAAVH501_NonStandardConfirmation@@XZ @17126 NONAME ??BH501_MessageBody@@QAEAAVH501_NonStandardRejection@@XZ @17127 NONAME ??BH501_MessageBody@@QAEAAVH501_NonStandardRequest@@XZ @17128 NONAME ??BH501_MessageBody@@QAEAAVH501_RequestInProgress@@XZ @17129 NONAME ??BH501_MessageBody@@QAEAAVH501_ServiceConfirmation@@XZ @17130 NONAME ??BH501_MessageBody@@QAEAAVH501_ServiceRejection@@XZ @17131 NONAME ??BH501_MessageBody@@QAEAAVH501_ServiceRelease@@XZ @17132 NONAME ??BH501_MessageBody@@QAEAAVH501_ServiceRequest@@XZ @17133 NONAME ??BH501_MessageBody@@QAEAAVH501_UnknownMessageResponse@@XZ @17134 NONAME ??BH501_MessageBody@@QAEAAVH501_UsageConfirmation@@XZ @17135 NONAME ??BH501_MessageBody@@QAEAAVH501_UsageIndication@@XZ @17136 NONAME ??BH501_MessageBody@@QAEAAVH501_UsageIndicationConfirmation@@XZ @17137 NONAME ??BH501_MessageBody@@QAEAAVH501_UsageIndicationRejection@@XZ @17138 NONAME ??BH501_MessageBody@@QAEAAVH501_UsageRejection@@XZ @17139 NONAME ??BH501_MessageBody@@QAEAAVH501_UsageRequest@@XZ @17140 NONAME ??BH501_MessageBody@@QAEAAVH501_ValidationConfirmation@@XZ @17141 NONAME ??BH501_MessageBody@@QAEAAVH501_ValidationRejection@@XZ @17142 NONAME ??BH501_MessageBody@@QAEAAVH501_ValidationRequest@@XZ @17143 NONAME ??BH501_MessageBody@@QBEABVH501_AccessConfirmation@@XZ @17144 NONAME ??BH501_MessageBody@@QBEABVH501_AccessRejection@@XZ @17145 NONAME ??BH501_MessageBody@@QBEABVH501_AccessRequest@@XZ @17146 NONAME ??BH501_MessageBody@@QBEABVH501_AuthenticationConfirmation@@XZ @17147 NONAME ??BH501_MessageBody@@QBEABVH501_AuthenticationRejection@@XZ @17148 NONAME ??BH501_MessageBody@@QBEABVH501_AuthenticationRequest@@XZ @17149 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorConfirmation@@XZ @17150 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorIDConfirmation@@XZ @17151 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorIDRejection@@XZ @17152 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorIDRequest@@XZ @17153 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorRejection@@XZ @17154 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorRequest@@XZ @17155 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorUpdate@@XZ @17156 NONAME ??BH501_MessageBody@@QBEABVH501_DescriptorUpdateAck@@XZ @17157 NONAME ??BH501_MessageBody@@QBEABVH501_NonStandardConfirmation@@XZ @17158 NONAME ??BH501_MessageBody@@QBEABVH501_NonStandardRejection@@XZ @17159 NONAME ??BH501_MessageBody@@QBEABVH501_NonStandardRequest@@XZ @17160 NONAME ??BH501_MessageBody@@QBEABVH501_RequestInProgress@@XZ @17161 NONAME ??BH501_MessageBody@@QBEABVH501_ServiceConfirmation@@XZ @17162 NONAME ??BH501_MessageBody@@QBEABVH501_ServiceRejection@@XZ @17163 NONAME ??BH501_MessageBody@@QBEABVH501_ServiceRelease@@XZ @17164 NONAME ??BH501_MessageBody@@QBEABVH501_ServiceRequest@@XZ @17165 NONAME ??BH501_MessageBody@@QBEABVH501_UnknownMessageResponse@@XZ @17166 NONAME ??BH501_MessageBody@@QBEABVH501_UsageConfirmation@@XZ @17167 NONAME ??BH501_MessageBody@@QBEABVH501_UsageIndication@@XZ @17168 NONAME ??BH501_MessageBody@@QBEABVH501_UsageIndicationConfirmation@@XZ @17169 NONAME ??BH501_MessageBody@@QBEABVH501_UsageIndicationRejection@@XZ @17170 NONAME ??BH501_MessageBody@@QBEABVH501_UsageRejection@@XZ @17171 NONAME ??BH501_MessageBody@@QBEABVH501_UsageRequest@@XZ @17172 NONAME ??BH501_MessageBody@@QBEABVH501_ValidationConfirmation@@XZ @17173 NONAME ??BH501_MessageBody@@QBEABVH501_ValidationRejection@@XZ @17174 NONAME ??BH501_MessageBody@@QBEABVH501_ValidationRequest@@XZ @17175 NONAME ??BH501_Pattern@@QAEAAVH225_AliasAddress@@XZ @17176 NONAME ??BH501_Pattern@@QAEAAVH501_Pattern_range@@XZ @17177 NONAME ??BH501_Pattern@@QBEABVH225_AliasAddress@@XZ @17178 NONAME ??BH501_Pattern@@QBEABVH501_Pattern_range@@XZ @17179 NONAME ??BH501_Role@@QAEAAVH225_NonStandardParameter@@XZ @17180 NONAME ??BH501_Role@@QBEABVH225_NonStandardParameter@@XZ @17181 NONAME ??BH501_UpdateInformation_descriptorInfo@@QAEAAVH225_GloballyUniqueID@@XZ @17790 NONAME ??BH501_UpdateInformation_descriptorInfo@@QAEAAVH501_Descriptor@@XZ @17182 NONAME ??BH501_UpdateInformation_descriptorInfo@@QBEABVH225_GloballyUniqueID@@XZ @17791 NONAME ??BH501_UpdateInformation_descriptorInfo@@QBEABVH501_Descriptor@@XZ @17184 NONAME ??BMCS_ChannelAttributes@@QAEAAVMCS_ChannelAttributes_assigned@@XZ @3502 NONAME ??BMCS_ChannelAttributes@@QAEAAVMCS_ChannelAttributes_private@@XZ @3503 NONAME ??BMCS_ChannelAttributes@@QAEAAVMCS_ChannelAttributes_static@@XZ @3504 NONAME ??BMCS_ChannelAttributes@@QAEAAVMCS_ChannelAttributes_userId@@XZ @3505 NONAME ??BMCS_ChannelAttributes@@QBEABVMCS_ChannelAttributes_assigned@@XZ @3506 NONAME ??BMCS_ChannelAttributes@@QBEABVMCS_ChannelAttributes_private@@XZ @3507 NONAME ??BMCS_ChannelAttributes@@QBEABVMCS_ChannelAttributes_static@@XZ @3508 NONAME ??BMCS_ChannelAttributes@@QBEABVMCS_ChannelAttributes_userId@@XZ @3509 NONAME ??BMCS_ConnectMCSPDU@@QAEAAVMCS_Connect_Additional@@XZ @3510 NONAME ??BMCS_ConnectMCSPDU@@QAEAAVMCS_Connect_Initial@@XZ @3511 NONAME ??BMCS_ConnectMCSPDU@@QAEAAVMCS_Connect_Response@@XZ @3512 NONAME ??BMCS_ConnectMCSPDU@@QAEAAVMCS_Connect_Result@@XZ @3513 NONAME ??BMCS_ConnectMCSPDU@@QBEABVMCS_Connect_Additional@@XZ @3514 NONAME ??BMCS_ConnectMCSPDU@@QBEABVMCS_Connect_Initial@@XZ @3515 NONAME ??BMCS_ConnectMCSPDU@@QBEABVMCS_Connect_Response@@XZ @3516 NONAME ??BMCS_ConnectMCSPDU@@QBEABVMCS_Connect_Result@@XZ @3517 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_AUcf@@XZ @3518 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_AUrq@@XZ @3519 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CAin@@XZ @3520 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CArq@@XZ @3521 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CCcf@@XZ @3522 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CCrq@@XZ @3523 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CDin@@XZ @3524 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CDrq@@XZ @3525 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CEin@@XZ @3526 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CErq@@XZ @3527 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CJcf@@XZ @3528 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CJrq@@XZ @3529 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_CLrq@@XZ @3530 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_DPum@@XZ @3531 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_DUin@@XZ @3532 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_DUrq@@XZ @3533 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_EDrq@@XZ @3534 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_MCcf@@XZ @3535 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_MCrq@@XZ @3536 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_MTcf@@XZ @3537 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_MTrq@@XZ @3538 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_PCin@@XZ @3539 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_PDin@@XZ @3540 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_PTin@@XZ @3541 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_RJum@@XZ @3542 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_SDin@@XZ @3543 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_SDrq@@XZ @3544 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TGcf@@XZ @3545 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TGrq@@XZ @3546 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TIcf@@XZ @3547 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TIrq@@XZ @3548 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TPin@@XZ @3549 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TPrq@@XZ @3550 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TRcf@@XZ @3551 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TRrq@@XZ @3552 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TTcf@@XZ @3553 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TTrq@@XZ @3554 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TVcf@@XZ @3555 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TVin@@XZ @3556 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TVrq@@XZ @3557 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_TVrs@@XZ @3558 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_USin@@XZ @3559 NONAME ??BMCS_DomainMCSPDU@@QAEAAVMCS_USrq@@XZ @3560 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_AUcf@@XZ @3561 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_AUrq@@XZ @3562 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CAin@@XZ @3563 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CArq@@XZ @3564 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CCcf@@XZ @3565 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CCrq@@XZ @3566 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CDin@@XZ @3567 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CDrq@@XZ @3568 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CEin@@XZ @3569 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CErq@@XZ @3570 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CJcf@@XZ @3571 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CJrq@@XZ @3572 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_CLrq@@XZ @3573 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_DPum@@XZ @3574 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_DUin@@XZ @3575 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_DUrq@@XZ @3576 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_EDrq@@XZ @3577 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_MCcf@@XZ @3578 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_MCrq@@XZ @3579 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_MTcf@@XZ @3580 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_MTrq@@XZ @3581 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_PCin@@XZ @3582 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_PDin@@XZ @3583 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_PTin@@XZ @3584 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_RJum@@XZ @3585 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_SDin@@XZ @3586 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_SDrq@@XZ @3587 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TGcf@@XZ @3588 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TGrq@@XZ @3589 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TIcf@@XZ @3590 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TIrq@@XZ @3591 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TPin@@XZ @3592 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TPrq@@XZ @3593 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TRcf@@XZ @3594 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TRrq@@XZ @3595 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TTcf@@XZ @3596 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TTrq@@XZ @3597 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TVcf@@XZ @3598 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TVin@@XZ @3599 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TVrq@@XZ @3600 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_TVrs@@XZ @3601 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_USin@@XZ @3602 NONAME ??BMCS_DomainMCSPDU@@QBEABVMCS_USrq@@XZ @3603 NONAME ??BMCS_TokenAttributes@@QAEAAVMCS_TokenAttributes_given@@XZ @3604 NONAME ??BMCS_TokenAttributes@@QAEAAVMCS_TokenAttributes_giving@@XZ @3605 NONAME ??BMCS_TokenAttributes@@QAEAAVMCS_TokenAttributes_grabbed@@XZ @3606 NONAME ??BMCS_TokenAttributes@@QAEAAVMCS_TokenAttributes_inhibited@@XZ @3607 NONAME ??BMCS_TokenAttributes@@QAEAAVMCS_TokenAttributes_ungivable@@XZ @3608 NONAME ??BMCS_TokenAttributes@@QBEABVMCS_TokenAttributes_given@@XZ @3609 NONAME ??BMCS_TokenAttributes@@QBEABVMCS_TokenAttributes_giving@@XZ @3610 NONAME ??BMCS_TokenAttributes@@QBEABVMCS_TokenAttributes_grabbed@@XZ @3611 NONAME ??BMCS_TokenAttributes@@QBEABVMCS_TokenAttributes_inhibited@@XZ @3612 NONAME ??BMCS_TokenAttributes@@QBEABVMCS_TokenAttributes_ungivable@@XZ @3613 NONAME ??BPASN_BMPString@@QBE?AVPString@@XZ @3614 NONAME ??BPASN_Boolean@@QBEHXZ @20573 NONAME ??BPASN_ConstrainedString@@QBEABVPString@@XZ @20574 NONAME ??BPASN_Enumeration@@QBEIXZ @20575 NONAME ??BPASN_Integer@@QBEIXZ @20576 NONAME ??BPASN_OctetString@@QBEABVPBYTEArray@@XZ @20577 NONAME ??BPRandom@@QAEIXZ @20579 NONAME ??BPUInt16b@@QBEGXZ @8913 NONAME ??BPUInt32b@@QBEKXZ @20580 NONAME ??BT38_Type_of_msg@@QAEAAVT38_Type_of_msg_data@@XZ @12636 NONAME ??BT38_Type_of_msg@@QAEAAVT38_Type_of_msg_t30_indicator@@XZ @12637 NONAME ??BT38_Type_of_msg@@QBEABVT38_Type_of_msg_data@@XZ @12638 NONAME ??BT38_Type_of_msg@@QBEABVT38_Type_of_msg_t30_indicator@@XZ @12639 NONAME ??BT38_UDPTLPacket_error_recovery@@QAEAAVT38_UDPTLPacket_error_recovery_fec_info@@XZ @12640 NONAME ??BT38_UDPTLPacket_error_recovery@@QAEAAVT38_UDPTLPacket_error_recovery_secondary_ifp_packets@@XZ @12641 NONAME ??BT38_UDPTLPacket_error_recovery@@QBEABVT38_UDPTLPacket_error_recovery_fec_info@@XZ @12642 NONAME ??BT38_UDPTLPacket_error_recovery@@QBEABVT38_UDPTLPacket_error_recovery_secondary_ifp_packets@@XZ @12643 NONAME ??BX880_Reject_problem@@QAEAAVX880_GeneralProblem@@XZ @9902 NONAME ??BX880_Reject_problem@@QAEAAVX880_InvokeProblem@@XZ @9903 NONAME ??BX880_Reject_problem@@QAEAAVX880_ReturnErrorProblem@@XZ @9904 NONAME ??BX880_Reject_problem@@QAEAAVX880_ReturnResultProblem@@XZ @9905 NONAME ??BX880_Reject_problem@@QBEABVX880_GeneralProblem@@XZ @9906 NONAME ??BX880_Reject_problem@@QBEABVX880_InvokeProblem@@XZ @9907 NONAME ??BX880_Reject_problem@@QBEABVX880_ReturnErrorProblem@@XZ @9908 NONAME ??BX880_Reject_problem@@QBEABVX880_ReturnResultProblem@@XZ @9909 NONAME ??BX880_ROS@@QAEAAVX880_Invoke@@XZ @9910 NONAME ??BX880_ROS@@QAEAAVX880_Reject@@XZ @9911 NONAME ??BX880_ROS@@QAEAAVX880_ReturnError@@XZ @9912 NONAME ??BX880_ROS@@QAEAAVX880_ReturnResult@@XZ @9913 NONAME ??BX880_ROS@@QBEABVX880_Invoke@@XZ @9914 NONAME ??BX880_ROS@@QBEABVX880_Reject@@XZ @9915 NONAME ??BX880_ROS@@QBEABVX880_ReturnError@@XZ @9916 NONAME ??BX880_ROS@@QBEABVX880_ReturnResult@@XZ @9917 NONAME ??C?$PSafePtr@VH323GatekeeperCall@@@@QBEPAVH323GatekeeperCall@@XZ @14931 NONAME ??C?$PSafePtr@VH323PeerElementDescriptor@@@@QBEPAVH323PeerElementDescriptor@@XZ @18018 NONAME ??C?$PSafePtr@VH323PeerElementServiceRelationship@@@@QBEPAVH323PeerElementServiceRelationship@@XZ @18019 NONAME ??C?$PSafePtr@VH323RegisteredEndPoint@@@@QBEPAVH323RegisteredEndPoint@@XZ @14932 NONAME ??Cconst_iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QBEPBU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@XZ @32182 NONAME ??Cconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEPBU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@XZ @32793 NONAME ??Cconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEPBU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@XZ @31670 NONAME ??Cconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEPBU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@2@XZ @31671 NONAME ??Cconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEPBU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@XZ @32384 NONAME ??Cconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEPBU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@XZ @31672 NONAME ??Citerator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEPAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@XZ @31673 NONAME ??D?$PSafePtr@VH323PeerElementDescriptor@@@@QBEAAVH323PeerElementDescriptor@@XZ @18665 NONAME ??Dconst_iterator@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QBEABULookupRecord@@XZ @32794 NONAME ??Dconst_iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QBEABU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@XZ @32183 NONAME ??Dconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@XZ @32795 NONAME ??Dconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@XZ @31674 NONAME ??Dconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@2@XZ @31675 NONAME ??Dconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@XZ @32385 NONAME ??Dconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@XZ @31676 NONAME ??Diterator@?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@QBEAAVPString@@XZ @30863 NONAME ??Diterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QBEAAU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@XZ @32184 NONAME ??Diterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@XZ @32796 NONAME ??Diterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@XZ @31677 NONAME ??Diterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@XZ @32386 NONAME ??Diterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@XZ @31678 NONAME ??Diterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@2@XZ @31679 NONAME ??E?$PSafePtr@VH323GatekeeperCall@@@@QAEPAVH323GatekeeperCall@@H@Z @20585 NONAME ??E?$PSafePtr@VH323PeerElementDescriptor@@@@QAEPAVH323PeerElementDescriptor@@H@Z @20586 NONAME ??E?$PSafePtr@VH323PeerElementServiceRelationship@@@@QAEPAVH323PeerElementServiceRelationship@@H@Z @20587 NONAME ??E?$PSafePtr@VH323RegisteredEndPoint@@@@QAEPAVH323RegisteredEndPoint@@H@Z @20588 NONAME ??Econst_iterator@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAEAAV012@XZ @32797 NONAME ??Econst_iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAEAAV012@XZ @32185 NONAME ??Econst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @32798 NONAME ??Econst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @31680 NONAME ??Econst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @31681 NONAME ??Econst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @32387 NONAME ??Econst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @31682 NONAME ??EH323ChannelNumber@@QAEAAV0@H@Z @3616 NONAME ??Eiterator@?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@QAEAAV012@XZ @30868 NONAME ??Eiterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE?AV012@H@Z @32186 NONAME ??Eiterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAEAAV012@XZ @32187 NONAME ??Eiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AV012@H@Z @32799 NONAME ??Eiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @32800 NONAME ??Eiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AV012@H@Z @31683 NONAME ??Eiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @31684 NONAME ??Eiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AV012@H@Z @31685 NONAME ??Eiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @31686 NONAME ??Eiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AV012@H@Z @32388 NONAME ??Eiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @32389 NONAME ??Eiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AV012@H@Z @31687 NONAME ??Eiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @31688 NONAME ??Fconst_iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAEAAV012@XZ @32188 NONAME ??Fconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @32801 NONAME ??Fconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @31689 NONAME ??Fconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @32390 NONAME ??Fconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @31690 NONAME ??Fconst_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @31691 NONAME ??Fiterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAEAAV012@XZ @32189 NONAME ??Fiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @32802 NONAME ??Fiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @31692 NONAME ??Fiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @32391 NONAME ??Fiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @31693 NONAME ??Fiterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEAAV012@XZ @31694 NONAME ??Gconst_iterator@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QBEHABV012@@Z @32803 NONAME ??Giterator@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QBEHABVconst_iterator@12@@Z @32804 NONAME ??Hiterator@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QBE?AV012@H@Z @32805 NONAME ??R?$less@I@std@@QBE_NABI0@Z @32190 NONAME ??R?$PStringDictionary@VPString@@@@QBE?AVPString@@ABV1@PBD@Z @14076 NONAME ??Y?$PSet@VPOrdinalKey@@@@QAEAAV0@ABVPOrdinalKey@@@Z @20597 NONAME ??Yiterator@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAEAAV012@H@Z @32806 NONAME ??Z?$PSet@VPOrdinalKey@@@@QAEAAV0@ABVPOrdinalKey@@@Z @20601 NONAME ??_7?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@6B@ @12419 NONAME ??_7?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@6B@ @12420 NONAME ??_7?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@6B@ @12421 NONAME ??_7?$H235_HASHED@VH235_EncodedGeneralToken@@@@6B@ @12422 NONAME ??_7?$H235_HASHED@VH235_EncodedPwdCertToken@@@@6B@ @12423 NONAME ??_7?$H235_SIGNED@VH225_EncodedFastStartToken@@@@6B@ @12424 NONAME ??_7?$H235_SIGNED@VH235_EncodedGeneralToken@@@@6B@ @12425 NONAME ??_7?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@6B@ @12426 NONAME ??_7?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@6B@ @12427 NONAME ??_7?$H235_SIGNED@VH235_EncodedReturnSig@@@@6B@ @12428 NONAME ??_7?$PArray@V?$PList@VH323Capability@@@@@@6B@ @3632 NONAME ??_7?$PArray@VH323SimultaneousCapabilities@@@@6B@ @3633 NONAME ??_7?$PArray@VH323TransportAddress@@@@6B@ @18168 NONAME ??_7?$PArray@VReceiverReport@RTP_Session@@@@6B@ @8915 NONAME ??_7?$PArray@VSourceDescription@RTP_Session@@@@6B@ @8916 NONAME ??_7?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@6B@ @3635 NONAME ??_7?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@6B@ @15773 NONAME ??_7?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@6B@ @13140 NONAME ??_7?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@6B@ @3636 NONAME ??_7?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@6B@ @18169 NONAME ??_7?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@6B@ @3637 NONAME ??_7?$PDictionary@VPString@@VH323Connection@@@@6B@ @3638 NONAME ??_7?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@6B@ @12802 NONAME ??_7?$PDictionary@VPString@@VPOrdinalKey@@@@6B@ @18243 NONAME ??_7?$PFactory@VH235Authenticator@@VPString@@@@6B@ @32807 NONAME ??_7?$PFactory@VH323Capability@@VPString@@@@6B@ @31695 NONAME ??_7?$PFactory@VH323StaticPluginCodec@@VPString@@@@6B@ @31696 NONAME ??_7?$PFactory@VOpalFactoryCodec@@VPString@@@@6B@ @32392 NONAME ??_7?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @31697 NONAME ??_7?$PFactory@VPWAVFileConverter@@I@@6B@ @32191 NONAME ??_7?$PList@VH235Authenticator@@@@6B@ @20604 NONAME ??_7?$PList@VH245_GenericParameter@@@@6B@ @33216 NONAME ??_7?$PList@VH263Packet@@@@6B@ @33636 NONAME ??_7?$PList@VH323Capability@@@@6B@ @3639 NONAME ??_7?$PList@VH323Channel@@@@6B@ @3640 NONAME ??_7?$PList@VH323GatekeeperListener@@@@6B@ @12803 NONAME ??_7?$PList@VH323Listener@@@@6B@ @3642 NONAME ??_7?$PList@VH323Transactor@@@@6B@ @17186 NONAME ??_7?$PList@VH450xHandler@@@@6B@ @13141 NONAME ??_7?$PList@VOpalMediaFormat@@@@6B@ @9435 NONAME ??_7?$PList@VPBYTEArray@@@@6B@ @16523 NONAME ??_7?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@6B@ @15054 NONAME ??_7?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@6B@ @18020 NONAME ??_7?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@6B@ @18021 NONAME ??_7?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@6B@ @15055 NONAME ??_7?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@6B@ @15056 NONAME ??_7?$PSafePtr@VH323GatekeeperCall@@@@6B@ @14079 NONAME ??_7?$PSafePtr@VH323PeerElementDescriptor@@@@6B@ @18022 NONAME ??_7?$PSafePtr@VH323PeerElementServiceRelationship@@@@6B@ @18023 NONAME ??_7?$PSafePtr@VH323RegisteredEndPoint@@@@6B@ @14080 NONAME ??_7?$PSafeSortedList@VH323GatekeeperCall@@@@6B@ @15057 NONAME ??_7?$PSafeSortedList@VH323PeerElementDescriptor@@@@6B@ @18024 NONAME ??_7?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@6B@ @18025 NONAME ??_7?$PSet@VPOrdinalKey@@@@6B@ @18244 NONAME ??_7?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@6B@ @14404 NONAME ??_7?$PSortedList@VH225_AliasAddress@@@@6B@ @18365 NONAME ??_7?$PSortedList@VH323GatekeeperCall@@@@6B@ @12804 NONAME ??_7?$PSortedList@VH323PeerElementDescriptor@@@@6B@ @18026 NONAME ??_7?$PSortedList@VH323PeerElementServiceRelationship@@@@6B@ @18027 NONAME ??_7?$PSortedList@VMXRecord@PDNS@@@@6B@ @32808 NONAME ??_7?$PSortedList@VResponse@H323Transactor@@@@6B@ @18170 NONAME ??_7?$PSortedList@VSRVRecord@PDNS@@@@6B@ @32809 NONAME ??_7?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @32810 NONAME ??_7?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @32811 NONAME ??_7?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @32812 NONAME ??_7?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@6B@ @31698 NONAME ??_7?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @31699 NONAME ??_7?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @31700 NONAME ??_7?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @31701 NONAME ??_7?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @31702 NONAME ??_7?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @31703 NONAME ??_7?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @31704 NONAME ??_7?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @31705 NONAME ??_7?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @31706 NONAME ??_7?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @31707 NONAME ??_7?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @31708 NONAME ??_7?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @31709 NONAME ??_7?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @31710 NONAME ??_7?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @31711 NONAME ??_7?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @31712 NONAME ??_7?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @31713 NONAME ??_7?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @31714 NONAME ??_7?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @31715 NONAME ??_7?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @31716 NONAME ??_7?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @31717 NONAME ??_7?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @31718 NONAME ??_7?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @31719 NONAME ??_7?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @31720 NONAME ??_7?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @31721 NONAME ??_7?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @31722 NONAME ??_7?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @31723 NONAME ??_7?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @31724 NONAME ??_7?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @31725 NONAME ??_7?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @31726 NONAME ??_7?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @31727 NONAME ??_7?$Worker@VOpalRFC2190H263Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @33637 NONAME ??_7?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @31728 NONAME ??_7?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @31729 NONAME ??_7?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@6B@ @32977 NONAME ??_7?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@6B@ @32192 NONAME ??_7?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@6B@ @32193 NONAME ??_7AliasKey@H323PeerElement@@6B@ @18366 NONAME ??_7AlternateInfo@H323Gatekeeper@@6B@ @14405 NONAME ??_7ByteQueue@OpalVoipBlasterDevice@@6B@ @13659 NONAME ??_7Encoder@@6B@ @20608 NONAME ??_7Entry@RTP_JitterBuffer@@6B@ @3643 NONAME ??_7FilterInfo@H323Codec@@6B@ @13828 NONAME ??_7FullP64Decoder@@6B@ @3644 NONAME ??_7G7231_File_Capability@@6B@ @14524 NONAME ??_7G7231_File_Codec@@6B@ @14525 NONAME ??_7GCC_AlternativeNodeID@@6B@ @3645 NONAME ??_7GCC_ApplicationInvokeIndication@@6B@ @3646 NONAME ??_7GCC_ApplicationInvokeSpecifier@@6B@ @3647 NONAME ??_7GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@6B@ @3648 NONAME ??_7GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@6B@ @3649 NONAME ??_7GCC_ApplicationRecord@@6B@ @3650 NONAME ??_7GCC_ApplicationRecord_nonCollapsingCapabilities@@6B@ @3651 NONAME ??_7GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@6B@ @3652 NONAME ??_7GCC_ArrayOf_ApplicationInvokeSpecifier@@6B@ @3653 NONAME ??_7GCC_ArrayOf_ChallengeItem@@6B@ @3654 NONAME ??_7GCC_ArrayOf_ConferenceDescriptor@@6B@ @3655 NONAME ??_7GCC_ArrayOf_Privilege@@6B@ @3656 NONAME ??_7GCC_ArrayOf_TextString@@6B@ @3657 NONAME ??_7GCC_ArrayOf_UserID@@6B@ @3658 NONAME ??_7GCC_AsymmetryIndicator@@6B@ @3659 NONAME ??_7GCC_CapabilityClass@@6B@ @3660 NONAME ??_7GCC_CapabilityID@@6B@ @3661 NONAME ??_7GCC_ChallengeItem@@6B@ @3662 NONAME ??_7GCC_ChallengeRequest@@6B@ @3663 NONAME ??_7GCC_ChallengeResponse@@6B@ @3664 NONAME ??_7GCC_ChallengeResponseAlgorithm@@6B@ @3665 NONAME ??_7GCC_ChallengeResponseItem@@6B@ @3666 NONAME ??_7GCC_ChannelID@@6B@ @3667 NONAME ??_7GCC_ChannelType@@6B@ @3668 NONAME ??_7GCC_ConductorAssignIndication@@6B@ @3669 NONAME ??_7GCC_ConductorPermissionAskIndication@@6B@ @3670 NONAME ??_7GCC_ConductorPermissionGrantIndication@@6B@ @3671 NONAME ??_7GCC_ConductorReleaseIndication@@6B@ @3672 NONAME ??_7GCC_ConferenceAddRequest@@6B@ @3673 NONAME ??_7GCC_ConferenceAddResponse@@6B@ @3674 NONAME ??_7GCC_ConferenceAddResponse_result@@6B@ @3675 NONAME ??_7GCC_ConferenceAssistanceIndication@@6B@ @3676 NONAME ??_7GCC_ConferenceCreateRequest@@6B@ @3677 NONAME ??_7GCC_ConferenceCreateResponse@@6B@ @3678 NONAME ??_7GCC_ConferenceCreateResponse_result@@6B@ @3679 NONAME ??_7GCC_ConferenceDescriptor@@6B@ @3680 NONAME ??_7GCC_ConferenceEjectUserIndication@@6B@ @3681 NONAME ??_7GCC_ConferenceEjectUserIndication_reason@@6B@ @3682 NONAME ??_7GCC_ConferenceEjectUserRequest@@6B@ @3683 NONAME ??_7GCC_ConferenceEjectUserRequest_reason@@6B@ @3684 NONAME ??_7GCC_ConferenceEjectUserResponse@@6B@ @3685 NONAME ??_7GCC_ConferenceEjectUserResponse_result@@6B@ @3686 NONAME ??_7GCC_ConferenceInviteRequest@@6B@ @3687 NONAME ??_7GCC_ConferenceInviteResponse@@6B@ @3688 NONAME ??_7GCC_ConferenceInviteResponse_result@@6B@ @3689 NONAME ??_7GCC_ConferenceJoinRequest@@6B@ @3690 NONAME ??_7GCC_ConferenceJoinResponse@@6B@ @3691 NONAME ??_7GCC_ConferenceJoinResponse_result@@6B@ @3692 NONAME ??_7GCC_ConferenceLockIndication@@6B@ @3693 NONAME ??_7GCC_ConferenceLockRequest@@6B@ @3694 NONAME ??_7GCC_ConferenceLockResponse@@6B@ @3695 NONAME ??_7GCC_ConferenceLockResponse_result@@6B@ @3696 NONAME ??_7GCC_ConferenceName@@6B@ @3697 NONAME ??_7GCC_ConferenceNameModifier@@6B@ @3698 NONAME ??_7GCC_ConferenceNameSelector@@6B@ @3699 NONAME ??_7GCC_ConferencePriority@@6B@ @3700 NONAME ??_7GCC_ConferencePriorityScheme@@6B@ @3701 NONAME ??_7GCC_ConferenceQueryRequest@@6B@ @3702 NONAME ??_7GCC_ConferenceQueryResponse@@6B@ @3703 NONAME ??_7GCC_ConferenceQueryResponse_result@@6B@ @3704 NONAME ??_7GCC_ConferenceTerminateIndication@@6B@ @3705 NONAME ??_7GCC_ConferenceTerminateIndication_reason@@6B@ @3706 NONAME ??_7GCC_ConferenceTerminateRequest@@6B@ @3707 NONAME ??_7GCC_ConferenceTerminateRequest_reason@@6B@ @3708 NONAME ??_7GCC_ConferenceTerminateResponse@@6B@ @3709 NONAME ??_7GCC_ConferenceTerminateResponse_result@@6B@ @3710 NONAME ??_7GCC_ConferenceTimeExtendIndication@@6B@ @3711 NONAME ??_7GCC_ConferenceTimeInquireIndication@@6B@ @3712 NONAME ??_7GCC_ConferenceTimeRemainingIndication@@6B@ @3713 NONAME ??_7GCC_ConferenceTransferIndication@@6B@ @3714 NONAME ??_7GCC_ConferenceTransferRequest@@6B@ @3715 NONAME ??_7GCC_ConferenceTransferResponse@@6B@ @3716 NONAME ??_7GCC_ConferenceTransferResponse_result@@6B@ @3717 NONAME ??_7GCC_ConferenceUnlockIndication@@6B@ @3718 NONAME ??_7GCC_ConferenceUnlockRequest@@6B@ @3719 NONAME ??_7GCC_ConferenceUnlockResponse@@6B@ @3720 NONAME ??_7GCC_ConferenceUnlockResponse_result@@6B@ @3721 NONAME ??_7GCC_ConnectData@@6B@ @3722 NONAME ??_7GCC_ConnectGCCPDU@@6B@ @3723 NONAME ??_7GCC_DialingString@@6B@ @3724 NONAME ??_7GCC_DynamicChannelID@@6B@ @3725 NONAME ??_7GCC_DynamicTokenID@@6B@ @3726 NONAME ??_7GCC_EntityID@@6B@ @3727 NONAME ??_7GCC_ExtraDialingString@@6B@ @3728 NONAME ??_7GCC_FunctionNotSupportedResponse@@6B@ @3729 NONAME ??_7GCC_GCCPDU@@6B@ @3730 NONAME ??_7GCC_H221NonStandardIdentifier@@6B@ @3731 NONAME ??_7GCC_Handle@@6B@ @3732 NONAME ??_7GCC_IndicationPDU@@6B@ @3733 NONAME ??_7GCC_Key@@6B@ @3734 NONAME ??_7GCC_NetworkAddress@@6B@ @3735 NONAME ??_7GCC_NetworkAddress_subtype@@6B@ @3736 NONAME ??_7GCC_NetworkAddress_subtype_aggregatedChannel@@6B@ @3737 NONAME ??_7GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@6B@ @3738 NONAME ??_7GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@6B@ @3739 NONAME ??_7GCC_NetworkAddress_subtype_transportConnection@@6B@ @3740 NONAME ??_7GCC_NodeProperties@@6B@ @3741 NONAME ??_7GCC_NodeRecord@@6B@ @3742 NONAME ??_7GCC_NodeType@@6B@ @3743 NONAME ??_7GCC_NonStandardParameter@@6B@ @3744 NONAME ??_7GCC_NonStandardPDU@@6B@ @3745 NONAME ??_7GCC_Password@@6B@ @3746 NONAME ??_7GCC_PasswordChallengeRequestResponse@@6B@ @3747 NONAME ??_7GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@6B@ @3748 NONAME ??_7GCC_PasswordSelector@@6B@ @3749 NONAME ??_7GCC_Privilege@@6B@ @3750 NONAME ??_7GCC_RegistryAllocateHandleRequest@@6B@ @3751 NONAME ??_7GCC_RegistryAllocateHandleResponse@@6B@ @3752 NONAME ??_7GCC_RegistryAllocateHandleResponse_result@@6B@ @3753 NONAME ??_7GCC_RegistryAssignTokenRequest@@6B@ @3754 NONAME ??_7GCC_RegistryDeleteEntryRequest@@6B@ @3755 NONAME ??_7GCC_RegistryEntryOwner@@6B@ @3756 NONAME ??_7GCC_RegistryEntryOwner_owned@@6B@ @3757 NONAME ??_7GCC_RegistryItem@@6B@ @3758 NONAME ??_7GCC_RegistryKey@@6B@ @3759 NONAME ??_7GCC_RegistryModificationRights@@6B@ @3760 NONAME ??_7GCC_RegistryMonitorEntryIndication@@6B@ @3761 NONAME ??_7GCC_RegistryMonitorEntryRequest@@6B@ @3762 NONAME ??_7GCC_RegistryRegisterChannelRequest@@6B@ @3763 NONAME ??_7GCC_RegistryResponse@@6B@ @3764 NONAME ??_7GCC_RegistryResponse_primitiveType@@6B@ @3765 NONAME ??_7GCC_RegistryResponse_result@@6B@ @3766 NONAME ??_7GCC_RegistryRetrieveEntryRequest@@6B@ @3767 NONAME ??_7GCC_RegistrySetParameterRequest@@6B@ @3768 NONAME ??_7GCC_RequestPDU@@6B@ @3769 NONAME ??_7GCC_ResponsePDU@@6B@ @3770 NONAME ??_7GCC_RosterUpdateIndication@@6B@ @3771 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation@@6B@ @3772 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype@@6B@ @3773 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@6B@ @3774 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@6B@ @3775 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@6B@ @3776 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@6B@ @3777 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@6B@ @3778 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@6B@ @3779 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@6B@ @3780 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@6B@ @3781 NONAME ??_7GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@6B@ @3782 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation@@6B@ @3783 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@6B@ @3784 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@6B@ @3785 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@6B@ @3786 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@6B@ @3787 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@6B@ @3788 NONAME ??_7GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@6B@ @3789 NONAME ??_7GCC_SessionKey@@6B@ @3790 NONAME ??_7GCC_SimpleNumericString@@6B@ @3791 NONAME ??_7GCC_SimpleTextString@@6B@ @3792 NONAME ??_7GCC_StaticChannelID@@6B@ @3793 NONAME ??_7GCC_StaticTokenID@@6B@ @3794 NONAME ??_7GCC_SubAddressString@@6B@ @3795 NONAME ??_7GCC_TerminationMethod@@6B@ @3796 NONAME ??_7GCC_TextMessageIndication@@6B@ @3797 NONAME ??_7GCC_TextString@@6B@ @3798 NONAME ??_7GCC_Time@@6B@ @3799 NONAME ??_7GCC_TokenID@@6B@ @3800 NONAME ??_7GCC_UserData@@6B@ @3801 NONAME ??_7GCC_UserData_subtype@@6B@ @3802 NONAME ??_7GCC_UserID@@6B@ @3803 NONAME ??_7GCC_UserIDIndication@@6B@ @3804 NONAME ??_7H225CallThread@@6B@ @3806 NONAME ??_7H225TransportThread@@6B@ @3808 NONAME ??_7H225_AddressPattern@@6B@ @11619 NONAME ??_7H225_AddressPattern_range@@6B@ @11620 NONAME ??_7H225_AdmissionConfirm@@6B@ @3809 NONAME ??_7H225_AdmissionConfirm_language@@6B@ @11621 NONAME ??_7H225_AdmissionReject@@6B@ @3810 NONAME ??_7H225_AdmissionRejectReason@@6B@ @3811 NONAME ??_7H225_AdmissionRequest@@6B@ @3812 NONAME ??_7H225_Alerting_UUIE@@6B@ @3813 NONAME ??_7H225_AliasAddress@@6B@ @3814 NONAME ??_7H225_AlternateGK@@6B@ @3815 NONAME ??_7H225_AlternateTransportAddresses@@6B@ @11622 NONAME ??_7H225_AltGKInfo@@6B@ @3816 NONAME ??_7H225_ANSI_41_UIM@@6B@ @11623 NONAME ??_7H225_ANSI_41_UIM_system_id@@6B@ @11624 NONAME ??_7H225_ArrayOf_AddressPattern@@6B@ @11625 NONAME ??_7H225_ArrayOf_AdmissionConfirm@@6B@ @19213 NONAME ??_7H225_ArrayOf_AliasAddress@@6B@ @3817 NONAME ??_7H225_ArrayOf_AlternateGK@@6B@ @3818 NONAME ??_7H225_ArrayOf_AuthenticationMechanism@@6B@ @3819 NONAME ??_7H225_ArrayOf_BandwidthDetails@@6B@ @11626 NONAME ??_7H225_ArrayOf_CallReferenceValue@@6B@ @3820 NONAME ??_7H225_ArrayOf_CallsAvailable@@6B@ @11627 NONAME ??_7H225_ArrayOf_ClearToken@@6B@ @3821 NONAME ??_7H225_ArrayOf_ConferenceIdentifier@@6B@ @3822 NONAME ??_7H225_ArrayOf_ConferenceList@@6B@ @3823 NONAME ??_7H225_ArrayOf_CryptoH323Token@@6B@ @3824 NONAME ??_7H225_ArrayOf_DataRate@@6B@ @3825 NONAME ??_7H225_ArrayOf_Endpoint@@6B@ @3826 NONAME ??_7H225_ArrayOf_EnumeratedParameter@@6B@ @11628 NONAME ??_7H225_ArrayOf_ExtendedAliasAddress@@6B@ @11629 NONAME ??_7H225_ArrayOf_FeatureDescriptor@@6B@ @11630 NONAME ??_7H225_ArrayOf_GenericData@@6B@ @11631 NONAME ??_7H225_ArrayOf_H245Security@@6B@ @3827 NONAME ??_7H225_ArrayOf_H248PackagesDescriptor@@6B@ @11632 NONAME ??_7H225_ArrayOf_IntegrityMechanism@@6B@ @3828 NONAME ??_7H225_ArrayOf_NonStandardParameter@@6B@ @3829 NONAME ??_7H225_ArrayOf_PartyNumber@@6B@ @11633 NONAME ??_7H225_ArrayOf_PASN_ObjectId@@6B@ @3830 NONAME ??_7H225_ArrayOf_PASN_OctetString@@6B@ @3831 NONAME ??_7H225_ArrayOf_RasUsageSpecification@@6B@ @11634 NONAME ??_7H225_ArrayOf_RTPSession@@6B@ @3832 NONAME ??_7H225_ArrayOf_ServiceControlSession@@6B@ @11635 NONAME ??_7H225_ArrayOf_SupportedPrefix@@6B@ @3833 NONAME ??_7H225_ArrayOf_SupportedProtocols@@6B@ @3834 NONAME ??_7H225_ArrayOf_TransportAddress@@6B@ @3835 NONAME ??_7H225_ArrayOf_TransportChannelInfo@@6B@ @3836 NONAME ??_7H225_ArrayOf_TunnelledProtocol@@6B@ @11636 NONAME ??_7H225_BandRejectReason@@6B@ @3837 NONAME ??_7H225_BandWidth@@6B@ @3838 NONAME ??_7H225_BandwidthConfirm@@6B@ @3839 NONAME ??_7H225_BandwidthDetails@@6B@ @11637 NONAME ??_7H225_BandwidthReject@@6B@ @3840 NONAME ??_7H225_BandwidthRequest@@6B@ @3841 NONAME ??_7H225_CallCapacity@@6B@ @11638 NONAME ??_7H225_CallCapacityInfo@@6B@ @11639 NONAME ??_7H225_CallCreditCapability@@6B@ @11640 NONAME ??_7H225_CallCreditServiceControl@@6B@ @11641 NONAME ??_7H225_CallCreditServiceControl_billingMode@@6B@ @11642 NONAME ??_7H225_CallCreditServiceControl_callStartingPoint@@6B@ @11643 NONAME ??_7H225_CallIdentifier@@6B@ @3842 NONAME ??_7H225_CallLinkage@@6B@ @11644 NONAME ??_7H225_CallModel@@6B@ @3843 NONAME ??_7H225_CallProceeding_UUIE@@6B@ @3844 NONAME ??_7H225_CallReferenceValue@@6B@ @3845 NONAME ??_7H225_CallsAvailable@@6B@ @11645 NONAME ??_7H225_CallTerminationCause@@6B@ @11646 NONAME ??_7H225_CallType@@6B@ @3846 NONAME ??_7H225_CapacityReportingCapability@@6B@ @11647 NONAME ??_7H225_CapacityReportingSpecification@@6B@ @11648 NONAME ??_7H225_CapacityReportingSpecification_when@@6B@ @11649 NONAME ??_7H225_CarrierInfo@@6B@ @19214 NONAME ??_7H225_CicInfo@@6B@ @11650 NONAME ??_7H225_CicInfo_cic@@6B@ @11651 NONAME ??_7H225_CircuitIdentifier@@6B@ @11652 NONAME ??_7H225_CircuitInfo@@6B@ @11653 NONAME ??_7H225_ConferenceIdentifier@@6B@ @3847 NONAME ??_7H225_ConferenceList@@6B@ @3848 NONAME ??_7H225_Connect_UUIE@@6B@ @3849 NONAME ??_7H225_Connect_UUIE_language@@6B@ @11654 NONAME ??_7H225_Content@@6B@ @11655 NONAME ??_7H225_CryptoH323Token@@6B@ @3850 NONAME ??_7H225_CryptoH323Token_cryptoEPPwdHash@@6B@ @3851 NONAME ??_7H225_CryptoH323Token_cryptoGKPwdHash@@6B@ @3852 NONAME ??_7H225_DataRate@@6B@ @3853 NONAME ??_7H225_DisengageConfirm@@6B@ @3854 NONAME ??_7H225_DisengageReason@@6B@ @3855 NONAME ??_7H225_DisengageReject@@6B@ @3856 NONAME ??_7H225_DisengageRejectReason@@6B@ @3857 NONAME ??_7H225_DisengageRequest@@6B@ @3858 NONAME ??_7H225_EncodedFastStartToken@@6B@ @12429 NONAME ??_7H225_EncryptIntAlg@@6B@ @3859 NONAME ??_7H225_Endpoint@@6B@ @3860 NONAME ??_7H225_EndpointIdentifier@@6B@ @3861 NONAME ??_7H225_EndpointType@@6B@ @3862 NONAME ??_7H225_EnumeratedParameter@@6B@ @11656 NONAME ??_7H225_ExtendedAliasAddress@@6B@ @11657 NONAME ??_7H225_FacilityReason@@6B@ @3863 NONAME ??_7H225_Facility_UUIE@@6B@ @3864 NONAME ??_7H225_FastStartToken@@6B@ @3865 NONAME ??_7H225_FeatureDescriptor@@6B@ @11658 NONAME ??_7H225_FeatureSet@@6B@ @11659 NONAME ??_7H225_GatekeeperConfirm@@6B@ @3866 NONAME ??_7H225_GatekeeperIdentifier@@6B@ @3867 NONAME ??_7H225_GatekeeperInfo@@6B@ @3868 NONAME ??_7H225_GatekeeperReject@@6B@ @3869 NONAME ??_7H225_GatekeeperRejectReason@@6B@ @3870 NONAME ??_7H225_GatekeeperRequest@@6B@ @3871 NONAME ??_7H225_GatewayInfo@@6B@ @3872 NONAME ??_7H225_GenericData@@6B@ @11660 NONAME ??_7H225_GenericIdentifier@@6B@ @11661 NONAME ??_7H225_GloballyUniqueID@@6B@ @3873 NONAME ??_7H225_GroupID@@6B@ @11662 NONAME ??_7H225_GroupID_member@@6B@ @11663 NONAME ??_7H225_GSM_UIM@@6B@ @11664 NONAME ??_7H225_H221NonStandard@@6B@ @3874 NONAME ??_7H225_H245Security@@6B@ @3875 NONAME ??_7H225_H248PackagesDescriptor@@6B@ @11665 NONAME ??_7H225_H248SignalsDescriptor@@6B@ @11666 NONAME ??_7H225_H310Caps@@6B@ @3876 NONAME ??_7H225_H320Caps@@6B@ @3877 NONAME ??_7H225_H321Caps@@6B@ @3878 NONAME ??_7H225_H322Caps@@6B@ @3879 NONAME ??_7H225_H323Caps@@6B@ @3880 NONAME ??_7H225_H323_UserInformation@@6B@ @3881 NONAME ??_7H225_H323_UserInformation_user_data@@6B@ @3882 NONAME ??_7H225_H323_UU_PDU@@6B@ @3883 NONAME ??_7H225_H323_UU_PDU_h323_message_body@@6B@ @3884 NONAME ??_7H225_H323_UU_PDU_tunnelledSignallingMessage@@6B@ @11667 NONAME ??_7H225_H324Caps@@6B@ @3885 NONAME ??_7H225_ICV@@6B@ @3886 NONAME ??_7H225_InfoRequest@@6B@ @3887 NONAME ??_7H225_InfoRequestAck@@6B@ @3888 NONAME ??_7H225_InfoRequestNak@@6B@ @3889 NONAME ??_7H225_InfoRequestNakReason@@6B@ @3890 NONAME ??_7H225_InfoRequestResponse@@6B@ @3891 NONAME ??_7H225_InfoRequestResponseStatus@@6B@ @11668 NONAME ??_7H225_InfoRequestResponse_perCallInfo@@6B@ @3892 NONAME ??_7H225_InfoRequestResponse_perCallInfo_subtype@@6B@ @3893 NONAME ??_7H225_InfoRequestResponse_perCallInfo_subtype_pdu@@6B@ @3894 NONAME ??_7H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@6B@ @3895 NONAME ??_7H225_Information_UUIE@@6B@ @3896 NONAME ??_7H225_IntegrityMechanism@@6B@ @3897 NONAME ??_7H225_LocationConfirm@@6B@ @3898 NONAME ??_7H225_LocationReject@@6B@ @3899 NONAME ??_7H225_LocationRejectReason@@6B@ @3900 NONAME ??_7H225_LocationRequest@@6B@ @3901 NONAME ??_7H225_McuInfo@@6B@ @3902 NONAME ??_7H225_MobileUIM@@6B@ @11669 NONAME ??_7H225_NonIsoIntegrityMechanism@@6B@ @3903 NONAME ??_7H225_NonStandardIdentifier@@6B@ @3904 NONAME ??_7H225_NonStandardMessage@@6B@ @3905 NONAME ??_7H225_NonStandardParameter@@6B@ @3906 NONAME ??_7H225_NonStandardProtocol@@6B@ @3907 NONAME ??_7H225_Notify_UUIE@@6B@ @11670 NONAME ??_7H225_NumberDigits@@6B@ @3908 NONAME ??_7H225_PartyNumber@@6B@ @3909 NONAME ??_7H225_PresentationIndicator@@6B@ @11671 NONAME ??_7H225_PrivatePartyNumber@@6B@ @3910 NONAME ??_7H225_PrivateTypeOfNumber@@6B@ @3911 NONAME ??_7H225_Progress_UUIE@@6B@ @3912 NONAME ??_7H225_ProtocolIdentifier@@6B@ @3913 NONAME ??_7H225_PublicPartyNumber@@6B@ @3914 NONAME ??_7H225_PublicTypeOfNumber@@6B@ @3915 NONAME ??_7H225_Q954Details@@6B@ @3916 NONAME ??_7H225_QseriesOptions@@6B@ @3917 NONAME ??_7H225_RAS@@6B@ @12494 NONAME ??_7H225_RasMessage@@6B@ @3918 NONAME ??_7H225_RasUsageInformation@@6B@ @11672 NONAME ??_7H225_RasUsageInfoTypes@@6B@ @11673 NONAME ??_7H225_RasUsageSpecification@@6B@ @11674 NONAME ??_7H225_RasUsageSpecification_callStartingPoint@@6B@ @11675 NONAME ??_7H225_RasUsageSpecification_when@@6B@ @11676 NONAME ??_7H225_RegistrationConfirm@@6B@ @3919 NONAME ??_7H225_RegistrationConfirm_preGrantedARQ@@6B@ @3920 NONAME ??_7H225_RegistrationReject@@6B@ @3921 NONAME ??_7H225_RegistrationRejectReason@@6B@ @3922 NONAME ??_7H225_RegistrationRejectReason_invalidTerminalAliases@@6B@ @11677 NONAME ??_7H225_RegistrationRequest@@6B@ @3923 NONAME ??_7H225_ReleaseCompleteReason@@6B@ @3924 NONAME ??_7H225_ReleaseComplete_UUIE@@6B@ @3925 NONAME ??_7H225_RequestInProgress@@6B@ @3926 NONAME ??_7H225_RequestSeqNum@@6B@ @3927 NONAME ??_7H225_ResourcesAvailableConfirm@@6B@ @3928 NONAME ??_7H225_ResourcesAvailableIndicate@@6B@ @3929 NONAME ??_7H225_RTPSession@@6B@ @3930 NONAME ??_7H225_RTPSession_associatedSessionIds@@6B@ @3931 NONAME ??_7H225_ScnConnectionAggregation@@6B@ @11678 NONAME ??_7H225_ScnConnectionType@@6B@ @11679 NONAME ??_7H225_ScreeningIndicator@@6B@ @11680 NONAME ??_7H225_SecurityCapabilities@@6B@ @3932 NONAME ??_7H225_SecurityErrors2@@6B@ @19215 NONAME ??_7H225_SecurityErrors@@6B@ @19216 NONAME ??_7H225_SecurityServiceMode@@6B@ @3933 NONAME ??_7H225_ServiceControlDescriptor@@6B@ @11681 NONAME ??_7H225_ServiceControlIndication@@6B@ @11682 NONAME ??_7H225_ServiceControlIndication_callSpecific@@6B@ @11683 NONAME ??_7H225_ServiceControlResponse@@6B@ @11684 NONAME ??_7H225_ServiceControlResponse_result@@6B@ @11685 NONAME ??_7H225_ServiceControlSession@@6B@ @11686 NONAME ??_7H225_ServiceControlSession_reason@@6B@ @11687 NONAME ??_7H225_SetupAcknowledge_UUIE@@6B@ @11688 NONAME ??_7H225_Setup_UUIE@@6B@ @3934 NONAME ??_7H225_Setup_UUIE_conferenceGoal@@6B@ @3935 NONAME ??_7H225_Setup_UUIE_connectionParameters@@6B@ @11689 NONAME ??_7H225_Setup_UUIE_language@@6B@ @11690 NONAME ??_7H225_SIPCaps@@6B@ @19217 NONAME ??_7H225_StatusInquiry_UUIE@@6B@ @11691 NONAME ??_7H225_Status_UUIE@@6B@ @11692 NONAME ??_7H225_StimulusControl@@6B@ @11693 NONAME ??_7H225_SupportedPrefix@@6B@ @3936 NONAME ??_7H225_SupportedProtocols@@6B@ @3937 NONAME ??_7H225_T120OnlyCaps@@6B@ @3938 NONAME ??_7H225_T38FaxAnnexbOnlyCaps@@6B@ @11694 NONAME ??_7H225_TBCD_STRING@@6B@ @11695 NONAME ??_7H225_TerminalInfo@@6B@ @3939 NONAME ??_7H225_TimeToLive@@6B@ @3940 NONAME ??_7H225_TransportAddress@@6B@ @3941 NONAME ??_7H225_TransportAddress_ip6Address@@6B@ @3942 NONAME ??_7H225_TransportAddress_ipAddress@@6B@ @3943 NONAME ??_7H225_TransportAddress_ipSourceRoute@@6B@ @3944 NONAME ??_7H225_TransportAddress_ipSourceRoute_route@@6B@ @3945 NONAME ??_7H225_TransportAddress_ipSourceRoute_routing@@6B@ @3946 NONAME ??_7H225_TransportAddress_ipxAddress@@6B@ @3947 NONAME ??_7H225_TransportChannelInfo@@6B@ @3948 NONAME ??_7H225_TransportQOS@@6B@ @3949 NONAME ??_7H225_TunnelledProtocol@@6B@ @11696 NONAME ??_7H225_TunnelledProtocolAlternateIdentifier@@6B@ @11697 NONAME ??_7H225_TunnelledProtocol_id@@6B@ @11698 NONAME ??_7H225_UnknownMessageResponse@@6B@ @3950 NONAME ??_7H225_UnregistrationConfirm@@6B@ @3951 NONAME ??_7H225_UnregistrationReject@@6B@ @3952 NONAME ??_7H225_UnregistrationRequest@@6B@ @3953 NONAME ??_7H225_UnregRejectReason@@6B@ @3954 NONAME ??_7H225_UnregRequestReason@@6B@ @3955 NONAME ??_7H225_UseSpecifiedTransport@@6B@ @11699 NONAME ??_7H225_UUIEsRequested@@6B@ @3956 NONAME ??_7H225_VendorIdentifier@@6B@ @3957 NONAME ??_7H225_VoiceCaps@@6B@ @3958 NONAME ??_7H235AuthCAT@@6B@ @16731 NONAME ??_7H235Authenticator@@6B@ @13029 NONAME ??_7H235Authenticators@@6B@ @14769 NONAME ??_7H235AuthProcedure1@@6B@ @13030 NONAME ??_7H235AuthSimpleMD5@@6B@ @13031 NONAME ??_7H235_AuthenticationBES@@6B@ @12972 NONAME ??_7H235_AuthenticationMechanism@@6B@ @3959 NONAME ??_7H235_ChallengeString@@6B@ @3960 NONAME ??_7H235_ClearToken@@6B@ @3961 NONAME ??_7H235_CryptoToken@@6B@ @3962 NONAME ??_7H235_CryptoToken_cryptoEncryptedToken@@6B@ @3963 NONAME ??_7H235_CryptoToken_cryptoHashedToken@@6B@ @3964 NONAME ??_7H235_CryptoToken_cryptoSignedToken@@6B@ @3965 NONAME ??_7H235_DHset@@6B@ @3966 NONAME ??_7H235_ECGDSASignature@@6B@ @19218 NONAME ??_7H235_ECKASDH@@6B@ @12974 NONAME ??_7H235_ECKASDH_eckasdh2@@6B@ @12975 NONAME ??_7H235_ECKASDH_eckasdhp@@6B@ @12976 NONAME ??_7H235_ECpoint@@6B@ @19219 NONAME ??_7H235_EncodedGeneralToken@@6B@ @12430 NONAME ??_7H235_EncodedKeySignedMaterial@@6B@ @12431 NONAME ??_7H235_EncodedKeySyncMaterial@@6B@ @12432 NONAME ??_7H235_EncodedPwdCertToken@@6B@ @12433 NONAME ??_7H235_EncodedReturnSig@@6B@ @12434 NONAME ??_7H235_H235CertificateSignature@@6B@ @3967 NONAME ??_7H235_H235Key@@6B@ @3968 NONAME ??_7H235_Identifier@@6B@ @3969 NONAME ??_7H235_IV16@@6B@ @12977 NONAME ??_7H235_IV8@@6B@ @3970 NONAME ??_7H235_KeyMaterial@@6B@ @3971 NONAME ??_7H235_KeySignedMaterial@@6B@ @3972 NONAME ??_7H235_KeySyncMaterial@@6B@ @3973 NONAME ??_7H235_NonStandardParameter@@6B@ @3974 NONAME ??_7H235_Params@@6B@ @3975 NONAME ??_7H235_Password@@6B@ @3976 NONAME ??_7H235_PwdCertToken@@6B@ @3977 NONAME ??_7H235_RandomVal@@6B@ @3978 NONAME ??_7H235_ReturnSig@@6B@ @3979 NONAME ??_7H235_TimeStamp@@6B@ @3980 NONAME ??_7H235_TypedCertificate@@6B@ @3981 NONAME ??_7H235_V3KeySyncMaterial@@6B@ @19220 NONAME ??_7H245NegLogicalChannel@@6B@ @3982 NONAME ??_7H245NegLogicalChannels@@6B@ @3983 NONAME ??_7H245NegMasterSlaveDetermination@@6B@ @3984 NONAME ??_7H245Negotiator@@6B@ @3985 NONAME ??_7H245NegRequestMode@@6B@ @3986 NONAME ??_7H245NegRoundTripDelay@@6B@ @3987 NONAME ??_7H245NegTerminalCapabilitySet@@6B@ @3988 NONAME ??_7H245TransportThread@@6B@ @3989 NONAME ??_7H245_AlternativeCapabilitySet@@6B@ @3990 NONAME ??_7H245_ArrayOf_AlternativeCapabilitySet@@6B@ @3991 NONAME ??_7H245_ArrayOf_BEnhancementParameters@@6B@ @3992 NONAME ??_7H245_ArrayOf_CapabilityDescriptor@@6B@ @3993 NONAME ??_7H245_ArrayOf_CapabilityDescriptorNumber@@6B@ @3994 NONAME ??_7H245_ArrayOf_CapabilityTableEntry@@6B@ @3995 NONAME ??_7H245_ArrayOf_CapabilityTableEntryNumber@@6B@ @3996 NONAME ??_7H245_ArrayOf_CommunicationModeTableEntry@@6B@ @3997 NONAME ??_7H245_ArrayOf_CustomPictureClockFrequency@@6B@ @3998 NONAME ??_7H245_ArrayOf_CustomPictureFormat@@6B@ @3999 NONAME ??_7H245_ArrayOf_DataApplicationCapability@@6B@ @4000 NONAME ??_7H245_ArrayOf_DialingInformationNetworkType@@6B@ @11700 NONAME ??_7H245_ArrayOf_DialingInformationNumber@@6B@ @11701 NONAME ??_7H245_ArrayOf_EnhancementOptions@@6B@ @4001 NONAME ??_7H245_ArrayOf_EscrowData@@6B@ @4002 NONAME ??_7H245_ArrayOf_GenericCapability@@6B@ @33077 NONAME ??_7H245_ArrayOf_GenericParameter@@6B@ @11702 NONAME ??_7H245_ArrayOf_H263ModeComboFlags@@6B@ @4003 NONAME ??_7H245_ArrayOf_H263VideoModeCombos@@6B@ @4004 NONAME ??_7H245_ArrayOf_MediaChannelCapability@@6B@ @4005 NONAME ??_7H245_ArrayOf_MediaDistributionCapability@@6B@ @4006 NONAME ??_7H245_ArrayOf_ModeDescription@@6B@ @4007 NONAME ??_7H245_ArrayOf_MultiplePayloadStreamElement@@6B@ @19221 NONAME ??_7H245_ArrayOf_MultiplePayloadStreamElementMode@@6B@ @19222 NONAME ??_7H245_ArrayOf_MultiplexElement@@6B@ @4008 NONAME ??_7H245_ArrayOf_MultiplexEntryDescriptor@@6B@ @4009 NONAME ??_7H245_ArrayOf_MultiplexEntryRejectionDescriptions@@6B@ @4010 NONAME ??_7H245_ArrayOf_MultiplexTableEntryNumber@@6B@ @4011 NONAME ??_7H245_ArrayOf_NonStandardParameter@@6B@ @4012 NONAME ??_7H245_ArrayOf_ParameterIdentifier@@6B@ @11703 NONAME ??_7H245_ArrayOf_PictureReference@@6B@ @11704 NONAME ??_7H245_ArrayOf_Q2931Address@@6B@ @11705 NONAME ??_7H245_ArrayOf_QOSCapability@@6B@ @4013 NONAME ??_7H245_ArrayOf_RedundancyEncodingCapability@@6B@ @4014 NONAME ??_7H245_ArrayOf_RedundancyEncodingDTModeElement@@6B@ @19223 NONAME ??_7H245_ArrayOf_RedundancyEncodingElement@@6B@ @19224 NONAME ??_7H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@6B@ @4015 NONAME ??_7H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@6B@ @4016 NONAME ??_7H245_ArrayOf_RTPPayloadType@@6B@ @4017 NONAME ??_7H245_ArrayOf_TerminalInformation@@6B@ @4018 NONAME ??_7H245_ArrayOf_TerminalLabel@@6B@ @4019 NONAME ??_7H245_ArrayOf_VCCapability@@6B@ @4020 NONAME ??_7H245_ArrayOf_VideoCapability@@6B@ @33078 NONAME ??_7H245_ATMParameters@@6B@ @4021 NONAME ??_7H245_AudioCapability@@6B@ @4022 NONAME ??_7H245_AudioCapability_g7231@@6B@ @4023 NONAME ??_7H245_AudioMode@@6B@ @4024 NONAME ??_7H245_AudioMode_g7231@@6B@ @4025 NONAME ??_7H245_AudioTelephonyEventCapability@@6B@ @11706 NONAME ??_7H245_AudioToneCapability@@6B@ @11707 NONAME ??_7H245_AuthenticationCapability@@6B@ @4026 NONAME ??_7H245_BEnhancementParameters@@6B@ @4027 NONAME ??_7H245_Capability@@6B@ @4028 NONAME ??_7H245_CapabilityDescriptor@@6B@ @4029 NONAME ??_7H245_CapabilityDescriptorNumber@@6B@ @4030 NONAME ??_7H245_CapabilityIdentifier@@6B@ @11708 NONAME ??_7H245_CapabilityTableEntry@@6B@ @4031 NONAME ??_7H245_CapabilityTableEntryNumber@@6B@ @4032 NONAME ??_7H245_Capability_h233EncryptionReceiveCapability@@6B@ @4033 NONAME ??_7H245_CertSelectionCriteria@@6B@ @4034 NONAME ??_7H245_CloseLogicalChannel@@6B@ @4035 NONAME ??_7H245_CloseLogicalChannelAck@@6B@ @4036 NONAME ??_7H245_CloseLogicalChannel_reason@@6B@ @4037 NONAME ??_7H245_CloseLogicalChannel_source@@6B@ @4038 NONAME ??_7H245_CommandMessage@@6B@ @4039 NONAME ??_7H245_CommunicationModeCommand@@6B@ @4040 NONAME ??_7H245_CommunicationModeRequest@@6B@ @4041 NONAME ??_7H245_CommunicationModeResponse@@6B@ @4042 NONAME ??_7H245_CommunicationModeTableEntry@@6B@ @4043 NONAME ??_7H245_CommunicationModeTableEntry_dataType@@6B@ @4044 NONAME ??_7H245_CompressionType@@6B@ @4045 NONAME ??_7H245_ConferenceCapability@@6B@ @4046 NONAME ??_7H245_ConferenceCommand@@6B@ @4047 NONAME ??_7H245_ConferenceID@@6B@ @4048 NONAME ??_7H245_ConferenceIndication@@6B@ @4049 NONAME ??_7H245_ConferenceRequest@@6B@ @4050 NONAME ??_7H245_ConferenceRequest_requestTerminalCertificate@@6B@ @4051 NONAME ??_7H245_ConferenceResponse@@6B@ @4052 NONAME ??_7H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@6B@ @4053 NONAME ??_7H245_ConferenceResponse_chairTokenOwnerResponse@@6B@ @4054 NONAME ??_7H245_ConferenceResponse_conferenceIDResponse@@6B@ @4055 NONAME ??_7H245_ConferenceResponse_extensionAddressResponse@@6B@ @4056 NONAME ??_7H245_ConferenceResponse_makeMeChairResponse@@6B@ @4057 NONAME ??_7H245_ConferenceResponse_makeTerminalBroadcasterResponse@@6B@ @4058 NONAME ??_7H245_ConferenceResponse_mCTerminalIDResponse@@6B@ @4059 NONAME ??_7H245_ConferenceResponse_passwordResponse@@6B@ @4060 NONAME ??_7H245_ConferenceResponse_sendThisSourceResponse@@6B@ @4061 NONAME ??_7H245_ConferenceResponse_terminalCertificateResponse@@6B@ @4062 NONAME ??_7H245_ConferenceResponse_terminalIDResponse@@6B@ @4063 NONAME ??_7H245_ConnectionIdentifier@@6B@ @11709 NONAME ??_7H245_CRCLength@@6B@ @4064 NONAME ??_7H245_Criteria@@6B@ @4065 NONAME ??_7H245_CustomPictureClockFrequency@@6B@ @4066 NONAME ??_7H245_CustomPictureFormat@@6B@ @4067 NONAME ??_7H245_CustomPictureFormat_mPI@@6B@ @4068 NONAME ??_7H245_CustomPictureFormat_mPI_customPCF@@6B@ @4069 NONAME ??_7H245_CustomPictureFormat_mPI_customPCF_subtype@@6B@ @4070 NONAME ??_7H245_CustomPictureFormat_pixelAspectInformation@@6B@ @4071 NONAME ??_7H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@6B@ @4072 NONAME ??_7H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@6B@ @4073 NONAME ??_7H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@6B@ @4074 NONAME ??_7H245_DataApplicationCapability@@6B@ @4075 NONAME ??_7H245_DataApplicationCapability_application@@6B@ @4076 NONAME ??_7H245_DataApplicationCapability_application_nlpid@@6B@ @4077 NONAME ??_7H245_DataApplicationCapability_application_t38fax@@6B@ @11710 NONAME ??_7H245_DataApplicationCapability_application_t84@@6B@ @4078 NONAME ??_7H245_DataMode@@6B@ @4079 NONAME ??_7H245_DataMode_application@@6B@ @4080 NONAME ??_7H245_DataMode_application_nlpid@@6B@ @4081 NONAME ??_7H245_DataMode_application_t38fax@@6B@ @11711 NONAME ??_7H245_DataProtocolCapability@@6B@ @4082 NONAME ??_7H245_DataProtocolCapability_v76wCompression@@6B@ @4083 NONAME ??_7H245_DataType@@6B@ @4084 NONAME ??_7H245_DepFECCapability@@6B@ @33408 NONAME ??_7H245_DepFECCapability_rfc2733@@6B@ @33409 NONAME ??_7H245_DepFECCapability_rfc2733_separateStream@@6B@ @33410 NONAME ??_7H245_DepFECData@@6B@ @33411 NONAME ??_7H245_DepFECData_rfc2733@@6B@ @33412 NONAME ??_7H245_DepFECData_rfc2733_mode@@6B@ @33413 NONAME ??_7H245_DepFECData_rfc2733_mode_separateStream@@6B@ @33414 NONAME ??_7H245_DepFECData_rfc2733_mode_separateStream_differentPort@@6B@ @33415 NONAME ??_7H245_DepFECData_rfc2733_mode_separateStream_samePort@@6B@ @33416 NONAME ??_7H245_DepFECMode@@6B@ @33417 NONAME ??_7H245_DepFECMode_rfc2733Mode@@6B@ @33418 NONAME ??_7H245_DepFECMode_rfc2733Mode_mode@@6B@ @33419 NONAME ??_7H245_DepFECMode_rfc2733Mode_mode_separateStream@@6B@ @33420 NONAME ??_7H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@6B@ @33421 NONAME ??_7H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@6B@ @33422 NONAME ??_7H245_DialingInformation@@6B@ @11712 NONAME ??_7H245_DialingInformationNetworkType@@6B@ @11713 NONAME ??_7H245_DialingInformationNumber@@6B@ @11714 NONAME ??_7H245_EncryptionAuthenticationAndIntegrity@@6B@ @4085 NONAME ??_7H245_EncryptionCapability@@6B@ @4086 NONAME ??_7H245_EncryptionCommand@@6B@ @4087 NONAME ??_7H245_EncryptionCommand_encryptionAlgorithmID@@6B@ @4088 NONAME ??_7H245_EncryptionMode@@6B@ @4089 NONAME ??_7H245_EncryptionSync@@6B@ @4090 NONAME ??_7H245_EncryptionUpdateDirection@@6B@ @33079 NONAME ??_7H245_EncryptionUpdateRequest@@6B@ @4091 NONAME ??_7H245_EndSessionCommand@@6B@ @4092 NONAME ??_7H245_EndSessionCommand_gstnOptions@@6B@ @4093 NONAME ??_7H245_EndSessionCommand_isdnOptions@@6B@ @4094 NONAME ??_7H245_EnhancementLayerInfo@@6B@ @4095 NONAME ??_7H245_EnhancementOptions@@6B@ @4096 NONAME ??_7H245_EscrowData@@6B@ @4097 NONAME ??_7H245_ExtendedVideoCapability@@6B@ @33080 NONAME ??_7H245_FECCapability@@6B@ @19225 NONAME ??_7H245_FECCapability_rfc2733Format@@6B@ @33423 NONAME ??_7H245_FECData@@6B@ @19228 NONAME ??_7H245_FECData_rfc2733@@6B@ @19229 NONAME ??_7H245_FECData_rfc2733_pktMode@@6B@ @33424 NONAME ??_7H245_FECData_rfc2733_pktMode_rfc2733diffport@@6B@ @33425 NONAME ??_7H245_FECData_rfc2733_pktMode_rfc2733sameport@@6B@ @33426 NONAME ??_7H245_FECMode@@6B@ @19234 NONAME ??_7H245_FECMode_rfc2733Format@@6B@ @33427 NONAME ??_7H245_FlowControlCommand@@6B@ @4098 NONAME ??_7H245_FlowControlCommand_restriction@@6B@ @4099 NONAME ??_7H245_FlowControlCommand_scope@@6B@ @4100 NONAME ??_7H245_FlowControlIndication@@6B@ @11715 NONAME ??_7H245_FlowControlIndication_restriction@@6B@ @11716 NONAME ??_7H245_FlowControlIndication_scope@@6B@ @11717 NONAME ??_7H245_FunctionNotSupported@@6B@ @4101 NONAME ??_7H245_FunctionNotSupported_cause@@6B@ @4102 NONAME ??_7H245_FunctionNotUnderstood@@6B@ @4103 NONAME ??_7H245_G7231AnnexCCapability@@6B@ @4104 NONAME ??_7H245_G7231AnnexCCapability_g723AnnexCAudioMode@@6B@ @4105 NONAME ??_7H245_G7231AnnexCMode@@6B@ @4106 NONAME ??_7H245_G7231AnnexCMode_g723AnnexCAudioMode@@6B@ @4107 NONAME ??_7H245_G729Extensions@@6B@ @11718 NONAME ??_7H245_GenericCapability@@6B@ @11719 NONAME ??_7H245_GenericMessage@@6B@ @33081 NONAME ??_7H245_GenericParameter@@6B@ @11720 NONAME ??_7H245_GSMAudioCapability@@6B@ @4108 NONAME ??_7H245_H222Capability@@6B@ @4109 NONAME ??_7H245_H222LogicalChannelParameters@@6B@ @4110 NONAME ??_7H245_H223AL1MParameters@@6B@ @4111 NONAME ??_7H245_H223AL1MParameters_arqType@@6B@ @4112 NONAME ??_7H245_H223AL1MParameters_crcLength@@6B@ @4113 NONAME ??_7H245_H223AL1MParameters_headerFEC@@6B@ @4114 NONAME ??_7H245_H223AL1MParameters_transferMode@@6B@ @4115 NONAME ??_7H245_H223AL2MParameters@@6B@ @4116 NONAME ??_7H245_H223AL2MParameters_headerFEC@@6B@ @4117 NONAME ??_7H245_H223AL3MParameters@@6B@ @4118 NONAME ??_7H245_H223AL3MParameters_arqType@@6B@ @4119 NONAME ??_7H245_H223AL3MParameters_crcLength@@6B@ @4120 NONAME ??_7H245_H223AL3MParameters_headerFormat@@6B@ @4121 NONAME ??_7H245_H223AnnexCArqParameters@@6B@ @4122 NONAME ??_7H245_H223AnnexCArqParameters_numberOfRetransmissions@@6B@ @4123 NONAME ??_7H245_H223AnnexCCapability@@6B@ @4124 NONAME ??_7H245_H223Capability@@6B@ @4125 NONAME ??_7H245_H223Capability_h223MultiplexTableCapability@@6B@ @4126 NONAME ??_7H245_H223Capability_h223MultiplexTableCapability_enhanced@@6B@ @4127 NONAME ??_7H245_H223Capability_mobileMultilinkFrameCapability@@6B@ @11721 NONAME ??_7H245_H223Capability_mobileOperationTransmitCapability@@6B@ @4128 NONAME ??_7H245_H223LogicalChannelParameters@@6B@ @4129 NONAME ??_7H245_H223LogicalChannelParameters_adaptationLayerType@@6B@ @4130 NONAME ??_7H245_H223LogicalChannelParameters_adaptationLayerType_al3@@6B@ @4131 NONAME ??_7H245_H223ModeParameters@@6B@ @4132 NONAME ??_7H245_H223ModeParameters_adaptationLayerType@@6B@ @4133 NONAME ??_7H245_H223ModeParameters_adaptationLayerType_al3@@6B@ @4134 NONAME ??_7H245_H223MultiplexReconfiguration@@6B@ @4135 NONAME ??_7H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@6B@ @4136 NONAME ??_7H245_H223MultiplexReconfiguration_h223ModeChange@@6B@ @4137 NONAME ??_7H245_H223SkewIndication@@6B@ @4138 NONAME ??_7H245_H2250Capability@@6B@ @4139 NONAME ??_7H245_H2250Capability_mcCapability@@6B@ @4140 NONAME ??_7H245_H2250LogicalChannelAckParameters@@6B@ @4141 NONAME ??_7H245_H2250LogicalChannelParameters@@6B@ @4142 NONAME ??_7H245_H2250LogicalChannelParameters_mediaPacketization@@6B@ @4143 NONAME ??_7H245_H2250MaximumSkewIndication@@6B@ @4144 NONAME ??_7H245_H2250ModeParameters@@6B@ @4145 NONAME ??_7H245_H235Media@@6B@ @4146 NONAME ??_7H245_H235Media_mediaType@@6B@ @4147 NONAME ??_7H245_H235Mode@@6B@ @4148 NONAME ??_7H245_H235Mode_mediaMode@@6B@ @4149 NONAME ??_7H245_H235SecurityCapability@@6B@ @4150 NONAME ??_7H245_H261VideoCapability@@6B@ @4151 NONAME ??_7H245_H261VideoMode@@6B@ @4152 NONAME ??_7H245_H261VideoMode_resolution@@6B@ @4153 NONAME ??_7H245_H262VideoCapability@@6B@ @4154 NONAME ??_7H245_H262VideoMode@@6B@ @4155 NONAME ??_7H245_H262VideoMode_profileAndLevel@@6B@ @4156 NONAME ??_7H245_H263ModeComboFlags@@6B@ @4157 NONAME ??_7H245_H263Options@@6B@ @4158 NONAME ??_7H245_H263Version3Options@@6B@ @11722 NONAME ??_7H245_H263VideoCapability@@6B@ @4159 NONAME ??_7H245_H263VideoMode@@6B@ @4160 NONAME ??_7H245_H263VideoModeCombos@@6B@ @4161 NONAME ??_7H245_H263VideoMode_resolution@@6B@ @4162 NONAME ??_7H245_IndicationMessage@@6B@ @4163 NONAME ??_7H245_IntegrityCapability@@6B@ @4164 NONAME ??_7H245_IS11172AudioCapability@@6B@ @4165 NONAME ??_7H245_IS11172AudioMode@@6B@ @4166 NONAME ??_7H245_IS11172AudioMode_audioLayer@@6B@ @4167 NONAME ??_7H245_IS11172AudioMode_audioSampling@@6B@ @4168 NONAME ??_7H245_IS11172AudioMode_multichannelType@@6B@ @4169 NONAME ??_7H245_IS11172VideoCapability@@6B@ @4170 NONAME ??_7H245_IS11172VideoMode@@6B@ @4171 NONAME ??_7H245_IS13818AudioCapability@@6B@ @4172 NONAME ??_7H245_IS13818AudioMode@@6B@ @4173 NONAME ??_7H245_IS13818AudioMode_audioLayer@@6B@ @4174 NONAME ??_7H245_IS13818AudioMode_audioSampling@@6B@ @4175 NONAME ??_7H245_IS13818AudioMode_multichannelType@@6B@ @4176 NONAME ??_7H245_IV16@@6B@ @33082 NONAME ??_7H245_IV8@@6B@ @33083 NONAME ??_7H245_JitterIndication@@6B@ @4177 NONAME ??_7H245_JitterIndication_scope@@6B@ @4178 NONAME ??_7H245_KeyProtectionMethod@@6B@ @4179 NONAME ??_7H245_LogicalChannelNumber@@6B@ @4180 NONAME ??_7H245_LogicalChannelRateAcknowledge@@6B@ @11723 NONAME ??_7H245_LogicalChannelRateReject@@6B@ @11724 NONAME ??_7H245_LogicalChannelRateRejectReason@@6B@ @11725 NONAME ??_7H245_LogicalChannelRateRelease@@6B@ @11726 NONAME ??_7H245_LogicalChannelRateRequest@@6B@ @11727 NONAME ??_7H245_MaintenanceLoopAck@@6B@ @4181 NONAME ??_7H245_MaintenanceLoopAck_type@@6B@ @4182 NONAME ??_7H245_MaintenanceLoopOffCommand@@6B@ @4183 NONAME ??_7H245_MaintenanceLoopReject@@6B@ @4184 NONAME ??_7H245_MaintenanceLoopReject_cause@@6B@ @4185 NONAME ??_7H245_MaintenanceLoopReject_type@@6B@ @4186 NONAME ??_7H245_MaintenanceLoopRequest@@6B@ @4187 NONAME ??_7H245_MaintenanceLoopRequest_type@@6B@ @4188 NONAME ??_7H245_MasterSlaveDetermination@@6B@ @4189 NONAME ??_7H245_MasterSlaveDeterminationAck@@6B@ @4190 NONAME ??_7H245_MasterSlaveDeterminationAck_decision@@6B@ @4191 NONAME ??_7H245_MasterSlaveDeterminationReject@@6B@ @4192 NONAME ??_7H245_MasterSlaveDeterminationReject_cause@@6B@ @4193 NONAME ??_7H245_MasterSlaveDeterminationRelease@@6B@ @4194 NONAME ??_7H245_MaximumBitRate@@6B@ @11728 NONAME ??_7H245_MaxRedundancy@@6B@ @33428 NONAME ??_7H245_MCLocationIndication@@6B@ @4195 NONAME ??_7H245_McuNumber@@6B@ @4196 NONAME ??_7H245_MediaChannelCapability@@6B@ @4197 NONAME ??_7H245_MediaDistributionCapability@@6B@ @4198 NONAME ??_7H245_MediaEncryptionAlgorithm@@6B@ @4199 NONAME ??_7H245_MediaPacketizationCapability@@6B@ @4200 NONAME ??_7H245_MediaTransportType@@6B@ @4201 NONAME ??_7H245_MediaTransportType_atm_AAL5_compressed@@6B@ @11729 NONAME ??_7H245_MiscellaneousCommand@@6B@ @4202 NONAME ??_7H245_MiscellaneousCommand_type@@6B@ @4203 NONAME ??_7H245_MiscellaneousCommand_type_encryptionUpdateAck@@6B@ @33084 NONAME ??_7H245_MiscellaneousCommand_type_encryptionUpdateCommand@@6B@ @33085 NONAME ??_7H245_MiscellaneousCommand_type_lostPartialPicture@@6B@ @11730 NONAME ??_7H245_MiscellaneousCommand_type_progressiveRefinementStart@@6B@ @4204 NONAME ??_7H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@6B@ @4205 NONAME ??_7H245_MiscellaneousCommand_type_videoBadMBs@@6B@ @11731 NONAME ??_7H245_MiscellaneousCommand_type_videoFastUpdateGOB@@6B@ @4206 NONAME ??_7H245_MiscellaneousCommand_type_videoFastUpdateMB@@6B@ @4207 NONAME ??_7H245_MiscellaneousIndication@@6B@ @4208 NONAME ??_7H245_MiscellaneousIndication_type@@6B@ @4209 NONAME ??_7H245_MiscellaneousIndication_type_videoNotDecodedMBs@@6B@ @4210 NONAME ??_7H245_MobileMultilinkReconfigurationCommand@@6B@ @11732 NONAME ??_7H245_MobileMultilinkReconfigurationCommand_status@@6B@ @11733 NONAME ??_7H245_MobileMultilinkReconfigurationIndication@@6B@ @11734 NONAME ??_7H245_ModeDescription@@6B@ @4211 NONAME ??_7H245_ModeElement@@6B@ @4212 NONAME ??_7H245_ModeElementType@@6B@ @19240 NONAME ??_7H245_MulticastAddress@@6B@ @4214 NONAME ??_7H245_MulticastAddress_iP6Address@@6B@ @4215 NONAME ??_7H245_MulticastAddress_iPAddress@@6B@ @4216 NONAME ??_7H245_MultilinkIndication@@6B@ @11735 NONAME ??_7H245_MultilinkIndication_crcDesired@@6B@ @11736 NONAME ??_7H245_MultilinkIndication_excessiveError@@6B@ @11737 NONAME ??_7H245_MultilinkRequest@@6B@ @11738 NONAME ??_7H245_MultilinkRequest_addConnection@@6B@ @11739 NONAME ??_7H245_MultilinkRequest_callInformation@@6B@ @11740 NONAME ??_7H245_MultilinkRequest_maximumHeaderInterval@@6B@ @11741 NONAME ??_7H245_MultilinkRequest_maximumHeaderInterval_requestType@@6B@ @11742 NONAME ??_7H245_MultilinkRequest_removeConnection@@6B@ @11743 NONAME ??_7H245_MultilinkResponse@@6B@ @11744 NONAME ??_7H245_MultilinkResponse_addConnection@@6B@ @11745 NONAME ??_7H245_MultilinkResponse_addConnection_responseCode@@6B@ @11746 NONAME ??_7H245_MultilinkResponse_addConnection_responseCode_rejected@@6B@ @11747 NONAME ??_7H245_MultilinkResponse_callInformation@@6B@ @11748 NONAME ??_7H245_MultilinkResponse_maximumHeaderInterval@@6B@ @11749 NONAME ??_7H245_MultilinkResponse_removeConnection@@6B@ @11750 NONAME ??_7H245_MultimediaSystemControlMessage@@6B@ @4217 NONAME ??_7H245_MultiplePayloadStream@@6B@ @19241 NONAME ??_7H245_MultiplePayloadStreamCapability@@6B@ @19242 NONAME ??_7H245_MultiplePayloadStreamElement@@6B@ @19243 NONAME ??_7H245_MultiplePayloadStreamElementMode@@6B@ @19244 NONAME ??_7H245_MultiplePayloadStreamMode@@6B@ @19245 NONAME ??_7H245_MultiplexCapability@@6B@ @4218 NONAME ??_7H245_MultiplexedStreamCapability@@6B@ @11751 NONAME ??_7H245_MultiplexedStreamModeParameters@@6B@ @11752 NONAME ??_7H245_MultiplexedStreamParameter@@6B@ @11753 NONAME ??_7H245_MultiplexElement@@6B@ @4219 NONAME ??_7H245_MultiplexElement_repeatCount@@6B@ @4220 NONAME ??_7H245_MultiplexElement_type@@6B@ @4221 NONAME ??_7H245_MultiplexEntryDescriptor@@6B@ @4222 NONAME ??_7H245_MultiplexEntryRejectionDescriptions@@6B@ @4223 NONAME ??_7H245_MultiplexEntryRejectionDescriptions_cause@@6B@ @4224 NONAME ??_7H245_MultiplexEntrySend@@6B@ @4225 NONAME ??_7H245_MultiplexEntrySendAck@@6B@ @4226 NONAME ??_7H245_MultiplexEntrySendReject@@6B@ @4227 NONAME ??_7H245_MultiplexEntrySendRelease@@6B@ @4228 NONAME ??_7H245_MultiplexFormat@@6B@ @11754 NONAME ??_7H245_MultiplexTableEntryNumber@@6B@ @4229 NONAME ??_7H245_MultipointCapability@@6B@ @4230 NONAME ??_7H245_NetworkAccessParameters@@6B@ @4231 NONAME ??_7H245_NetworkAccessParameters_distribution@@6B@ @4232 NONAME ??_7H245_NetworkAccessParameters_networkAddress@@6B@ @4233 NONAME ??_7H245_NetworkAccessParameters_t120SetupProcedure@@6B@ @4234 NONAME ??_7H245_NewATMVCCommand@@6B@ @11755 NONAME ??_7H245_NewATMVCCommand_aal@@6B@ @11756 NONAME ??_7H245_NewATMVCCommand_aal_aal1@@6B@ @11757 NONAME ??_7H245_NewATMVCCommand_aal_aal1_clockRecovery@@6B@ @11758 NONAME ??_7H245_NewATMVCCommand_aal_aal1_errorCorrection@@6B@ @11759 NONAME ??_7H245_NewATMVCCommand_aal_aal5@@6B@ @11760 NONAME ??_7H245_NewATMVCCommand_multiplex@@6B@ @11761 NONAME ??_7H245_NewATMVCCommand_reverseParameters@@6B@ @11762 NONAME ??_7H245_NewATMVCCommand_reverseParameters_multiplex@@6B@ @11763 NONAME ??_7H245_NewATMVCIndication@@6B@ @4235 NONAME ??_7H245_NewATMVCIndication_aal@@6B@ @4236 NONAME ??_7H245_NewATMVCIndication_aal_aal1@@6B@ @4237 NONAME ??_7H245_NewATMVCIndication_aal_aal1_clockRecovery@@6B@ @4238 NONAME ??_7H245_NewATMVCIndication_aal_aal1_errorCorrection@@6B@ @4239 NONAME ??_7H245_NewATMVCIndication_aal_aal5@@6B@ @4240 NONAME ??_7H245_NewATMVCIndication_multiplex@@6B@ @4241 NONAME ??_7H245_NewATMVCIndication_reverseParameters@@6B@ @4242 NONAME ??_7H245_NewATMVCIndication_reverseParameters_multiplex@@6B@ @4243 NONAME ??_7H245_NonStandardIdentifier@@6B@ @4244 NONAME ??_7H245_NonStandardIdentifier_h221NonStandard@@6B@ @4245 NONAME ??_7H245_NonStandardMessage@@6B@ @4246 NONAME ??_7H245_NonStandardParameter@@6B@ @4247 NONAME ??_7H245_NoPTAudioTelephonyEventCapability@@6B@ @19246 NONAME ??_7H245_NoPTAudioToneCapability@@6B@ @19247 NONAME ??_7H245_OpenLogicalChannel@@6B@ @4248 NONAME ??_7H245_OpenLogicalChannelAck@@6B@ @4249 NONAME ??_7H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@6B@ @4250 NONAME ??_7H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@6B@ @4251 NONAME ??_7H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@6B@ @4252 NONAME ??_7H245_OpenLogicalChannelConfirm@@6B@ @4253 NONAME ??_7H245_OpenLogicalChannelReject@@6B@ @4254 NONAME ??_7H245_OpenLogicalChannelReject_cause@@6B@ @4255 NONAME ??_7H245_OpenLogicalChannel_forwardLogicalChannelParameters@@6B@ @4256 NONAME ??_7H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@6B@ @4257 NONAME ??_7H245_OpenLogicalChannel_reverseLogicalChannelParameters@@6B@ @4258 NONAME ??_7H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@6B@ @4259 NONAME ??_7H245_ParameterIdentifier@@6B@ @11764 NONAME ??_7H245_ParameterValue@@6B@ @11765 NONAME ??_7H245_Params@@6B@ @33086 NONAME ??_7H245_Password@@6B@ @4260 NONAME ??_7H245_PictureReference@@6B@ @11766 NONAME ??_7H245_Q2931Address@@6B@ @4261 NONAME ??_7H245_Q2931Address_address@@6B@ @4262 NONAME ??_7H245_QOSCapability@@6B@ @4263 NONAME ??_7H245_QOSMode@@6B@ @4264 NONAME ??_7H245_RedundancyEncoding@@6B@ @4265 NONAME ??_7H245_RedundancyEncodingCapability@@6B@ @4266 NONAME ??_7H245_RedundancyEncodingDTMode@@6B@ @19248 NONAME ??_7H245_RedundancyEncodingDTModeElement@@6B@ @19249 NONAME ??_7H245_RedundancyEncodingDTModeElement_type@@6B@ @19250 NONAME ??_7H245_RedundancyEncodingElement@@6B@ @19251 NONAME ??_7H245_RedundancyEncodingMethod@@6B@ @4267 NONAME ??_7H245_RedundancyEncodingMode@@6B@ @4268 NONAME ??_7H245_RedundancyEncodingMode_secondaryEncoding@@6B@ @4269 NONAME ??_7H245_RedundancyEncoding_rtpRedundancyEncoding@@6B@ @19252 NONAME ??_7H245_RefPictureSelection@@6B@ @4270 NONAME ??_7H245_RefPictureSelection_additionalPictureMemory@@6B@ @4271 NONAME ??_7H245_RefPictureSelection_enhancedReferencePicSelect@@6B@ @11767 NONAME ??_7H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@6B@ @11768 NONAME ??_7H245_RefPictureSelection_videoBackChannelSend@@6B@ @4272 NONAME ??_7H245_RemoteMCRequest@@6B@ @4273 NONAME ??_7H245_RemoteMCResponse@@6B@ @4274 NONAME ??_7H245_RemoteMCResponse_reject@@6B@ @4275 NONAME ??_7H245_RequestAllTerminalIDsResponse@@6B@ @4276 NONAME ??_7H245_RequestChannelClose@@6B@ @4277 NONAME ??_7H245_RequestChannelCloseAck@@6B@ @4278 NONAME ??_7H245_RequestChannelCloseReject@@6B@ @4279 NONAME ??_7H245_RequestChannelCloseReject_cause@@6B@ @4280 NONAME ??_7H245_RequestChannelCloseRelease@@6B@ @4281 NONAME ??_7H245_RequestChannelClose_reason@@6B@ @4282 NONAME ??_7H245_RequestMessage@@6B@ @4283 NONAME ??_7H245_RequestMode@@6B@ @4284 NONAME ??_7H245_RequestModeAck@@6B@ @4285 NONAME ??_7H245_RequestModeAck_response@@6B@ @4286 NONAME ??_7H245_RequestModeReject@@6B@ @4287 NONAME ??_7H245_RequestModeReject_cause@@6B@ @4288 NONAME ??_7H245_RequestModeRelease@@6B@ @4289 NONAME ??_7H245_RequestMultiplexEntry@@6B@ @4290 NONAME ??_7H245_RequestMultiplexEntryAck@@6B@ @4291 NONAME ??_7H245_RequestMultiplexEntryReject@@6B@ @4292 NONAME ??_7H245_RequestMultiplexEntryRejectionDescriptions@@6B@ @4293 NONAME ??_7H245_RequestMultiplexEntryRejectionDescriptions_cause@@6B@ @4294 NONAME ??_7H245_RequestMultiplexEntryRelease@@6B@ @4295 NONAME ??_7H245_ResponseMessage@@6B@ @4296 NONAME ??_7H245_RoundTripDelayRequest@@6B@ @4297 NONAME ??_7H245_RoundTripDelayResponse@@6B@ @4298 NONAME ??_7H245_RSVPParameters@@6B@ @4299 NONAME ??_7H245_RTPH263VideoRedundancyEncoding@@6B@ @4300 NONAME ??_7H245_RTPH263VideoRedundancyEncoding_containedThreads@@6B@ @4301 NONAME ??_7H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@6B@ @4302 NONAME ??_7H245_RTPH263VideoRedundancyFrameMapping@@6B@ @4303 NONAME ??_7H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@6B@ @4304 NONAME ??_7H245_RTPPayloadType@@6B@ @4305 NONAME ??_7H245_RTPPayloadType_payloadDescriptor@@6B@ @4306 NONAME ??_7H245_SendTerminalCapabilitySet@@6B@ @4307 NONAME ??_7H245_SendTerminalCapabilitySet_specificRequest@@6B@ @4308 NONAME ??_7H245_SequenceNumber@@6B@ @4309 NONAME ??_7H245_SubstituteConferenceIDCommand@@6B@ @4310 NONAME ??_7H245_T38FaxProfile@@6B@ @11769 NONAME ??_7H245_T38FaxRateManagement@@6B@ @11770 NONAME ??_7H245_T38FaxTcpOptions@@6B@ @11771 NONAME ??_7H245_T38FaxUdpOptions@@6B@ @11772 NONAME ??_7H245_T38FaxUdpOptions_t38FaxUdpEC@@6B@ @11773 NONAME ??_7H245_T84Profile@@6B@ @4311 NONAME ??_7H245_T84Profile_t84Restricted@@6B@ @4312 NONAME ??_7H245_TerminalCapabilitySet@@6B@ @4313 NONAME ??_7H245_TerminalCapabilitySetAck@@6B@ @4314 NONAME ??_7H245_TerminalCapabilitySetReject@@6B@ @4315 NONAME ??_7H245_TerminalCapabilitySetReject_cause@@6B@ @4316 NONAME ??_7H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@6B@ @4317 NONAME ??_7H245_TerminalCapabilitySetRelease@@6B@ @4318 NONAME ??_7H245_TerminalID@@6B@ @4319 NONAME ??_7H245_TerminalInformation@@6B@ @4320 NONAME ??_7H245_TerminalLabel@@6B@ @4321 NONAME ??_7H245_TerminalNumber@@6B@ @4322 NONAME ??_7H245_TerminalYouAreSeeingInSubPictureNumber@@6B@ @4323 NONAME ??_7H245_TransparencyParameters@@6B@ @4324 NONAME ??_7H245_TransportAddress@@6B@ @4325 NONAME ??_7H245_TransportCapability@@6B@ @4326 NONAME ??_7H245_UnicastAddress@@6B@ @4327 NONAME ??_7H245_UnicastAddress_iP6Address@@6B@ @4328 NONAME ??_7H245_UnicastAddress_iPAddress@@6B@ @4329 NONAME ??_7H245_UnicastAddress_iPSourceRouteAddress@@6B@ @4330 NONAME ??_7H245_UnicastAddress_iPSourceRouteAddress_route@@6B@ @4331 NONAME ??_7H245_UnicastAddress_iPSourceRouteAddress_routing@@6B@ @4332 NONAME ??_7H245_UnicastAddress_iPXAddress@@6B@ @4333 NONAME ??_7H245_UserInputCapability@@6B@ @4334 NONAME ??_7H245_UserInputIndication@@6B@ @4335 NONAME ??_7H245_UserInputIndication_encryptedAlphanumeric@@6B@ @33087 NONAME ??_7H245_UserInputIndication_extendedAlphanumeric@@6B@ @11774 NONAME ??_7H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@6B@ @33088 NONAME ??_7H245_UserInputIndication_signal@@6B@ @4336 NONAME ??_7H245_UserInputIndication_signalUpdate@@6B@ @4337 NONAME ??_7H245_UserInputIndication_signalUpdate_rtp@@6B@ @4338 NONAME ??_7H245_UserInputIndication_signal_rtp@@6B@ @4339 NONAME ??_7H245_UserInputIndication_userInputSupportIndication@@6B@ @4340 NONAME ??_7H245_V42bis@@6B@ @4341 NONAME ??_7H245_V75Capability@@6B@ @4342 NONAME ??_7H245_V75Parameters@@6B@ @4343 NONAME ??_7H245_V76Capability@@6B@ @4344 NONAME ??_7H245_V76HDLCParameters@@6B@ @4345 NONAME ??_7H245_V76LogicalChannelParameters@@6B@ @4346 NONAME ??_7H245_V76LogicalChannelParameters_mode@@6B@ @4347 NONAME ??_7H245_V76LogicalChannelParameters_mode_eRM@@6B@ @4348 NONAME ??_7H245_V76LogicalChannelParameters_mode_eRM_recovery@@6B@ @4349 NONAME ??_7H245_V76LogicalChannelParameters_suspendResume@@6B@ @4350 NONAME ??_7H245_V76ModeParameters@@6B@ @4351 NONAME ??_7H245_VBDCapability@@6B@ @19253 NONAME ??_7H245_VBDMode@@6B@ @19254 NONAME ??_7H245_VCCapability@@6B@ @4352 NONAME ??_7H245_VCCapability_aal1@@6B@ @4353 NONAME ??_7H245_VCCapability_aal1ViaGateway@@6B@ @11775 NONAME ??_7H245_VCCapability_aal5@@6B@ @4354 NONAME ??_7H245_VCCapability_availableBitRates@@6B@ @4355 NONAME ??_7H245_VCCapability_availableBitRates_type@@6B@ @4356 NONAME ??_7H245_VCCapability_availableBitRates_type_rangeOfBitRates@@6B@ @4357 NONAME ??_7H245_VendorIdentification@@6B@ @4358 NONAME ??_7H245_VideoCapability@@6B@ @4359 NONAME ??_7H245_VideoIndicateCompose@@6B@ @4360 NONAME ??_7H245_VideoMode@@6B@ @4361 NONAME ??_7H248_ActionReply@@6B@ @15775 NONAME ??_7H248_ActionRequest@@6B@ @15776 NONAME ??_7H248_AmmDescriptor@@6B@ @15777 NONAME ??_7H248_AmmRequest@@6B@ @15778 NONAME ??_7H248_AmmsReply@@6B@ @15779 NONAME ??_7H248_ArrayOf_ActionReply@@6B@ @15780 NONAME ??_7H248_ArrayOf_ActionRequest@@6B@ @15781 NONAME ??_7H248_ArrayOf_AmmDescriptor@@6B@ @15782 NONAME ??_7H248_ArrayOf_CommandReply@@6B@ @15783 NONAME ??_7H248_ArrayOf_CommandRequest@@6B@ @15784 NONAME ??_7H248_ArrayOf_EventParameter@@6B@ @15785 NONAME ??_7H248_ArrayOf_IndAuditParameter@@6B@ @15786 NONAME ??_7H248_ArrayOf_IndAudPropertyParm@@6B@ @15787 NONAME ??_7H248_ArrayOf_IndAudStreamDescriptor@@6B@ @15788 NONAME ??_7H248_ArrayOf_ModemType@@6B@ @15789 NONAME ??_7H248_ArrayOf_ObservedEvent@@6B@ @15790 NONAME ??_7H248_ArrayOf_PASN_OctetString@@6B@ @15791 NONAME ??_7H248_ArrayOf_PropertyGroup@@6B@ @15792 NONAME ??_7H248_ArrayOf_PropertyParm@@6B@ @15793 NONAME ??_7H248_ArrayOf_RequestedEvent@@6B@ @15794 NONAME ??_7H248_ArrayOf_SecondRequestedEvent@@6B@ @15795 NONAME ??_7H248_ArrayOf_Signal@@6B@ @15796 NONAME ??_7H248_ArrayOf_SigParameter@@6B@ @15797 NONAME ??_7H248_ArrayOf_StreamDescriptor@@6B@ @15798 NONAME ??_7H248_ArrayOf_TerminationID@@6B@ @15799 NONAME ??_7H248_ArrayOf_TopologyRequest@@6B@ @15800 NONAME ??_7H248_ArrayOf_Transaction@@6B@ @15801 NONAME ??_7H248_ArrayOf_WildcardField@@6B@ @15802 NONAME ??_7H248_AuditDescriptor@@6B@ @15803 NONAME ??_7H248_AuditReply@@6B@ @15804 NONAME ??_7H248_AuditRequest@@6B@ @15805 NONAME ??_7H248_AuditResult@@6B@ @15806 NONAME ??_7H248_AuditReturnParameter@@6B@ @15807 NONAME ??_7H248_AuthData@@6B@ @15808 NONAME ??_7H248_AuthenticationHeader@@6B@ @15809 NONAME ??_7H248_Command@@6B@ @15810 NONAME ??_7H248_CommandReply@@6B@ @15811 NONAME ??_7H248_CommandRequest@@6B@ @15812 NONAME ??_7H248_ContextAttrAuditRequest@@6B@ @15813 NONAME ??_7H248_ContextID@@6B@ @15814 NONAME ??_7H248_ContextRequest@@6B@ @15815 NONAME ??_7H248_DigitMapDescriptor@@6B@ @15816 NONAME ??_7H248_DigitMapName@@6B@ @15817 NONAME ??_7H248_DigitMapValue@@6B@ @15818 NONAME ??_7H248_DomainName@@6B@ @15819 NONAME ??_7H248_ErrorCode@@6B@ @15820 NONAME ??_7H248_ErrorDescriptor@@6B@ @15821 NONAME ??_7H248_ErrorText@@6B@ @15822 NONAME ??_7H248_EventBufferControl@@6B@ @15823 NONAME ??_7H248_EventBufferDescriptor@@6B@ @15824 NONAME ??_7H248_EventDM@@6B@ @15825 NONAME ??_7H248_EventName@@6B@ @15826 NONAME ??_7H248_EventParameter@@6B@ @15827 NONAME ??_7H248_EventParameter_extraInfo@@6B@ @15828 NONAME ??_7H248_EventsDescriptor@@6B@ @15829 NONAME ??_7H248_EventSpec@@6B@ @15830 NONAME ??_7H248_H221NonStandard@@6B@ @15831 NONAME ??_7H248_IndAudDigitMapDescriptor@@6B@ @15832 NONAME ??_7H248_IndAudEventBufferDescriptor@@6B@ @15833 NONAME ??_7H248_IndAudEventsDescriptor@@6B@ @15834 NONAME ??_7H248_IndAuditParameter@@6B@ @15835 NONAME ??_7H248_IndAudLocalControlDescriptor@@6B@ @15836 NONAME ??_7H248_IndAudLocalRemoteDescriptor@@6B@ @15837 NONAME ??_7H248_IndAudMediaDescriptor@@6B@ @15838 NONAME ??_7H248_IndAudMediaDescriptor_streams@@6B@ @15839 NONAME ??_7H248_IndAudPackagesDescriptor@@6B@ @15840 NONAME ??_7H248_IndAudPropertyGroup@@6B@ @15841 NONAME ??_7H248_IndAudPropertyParm@@6B@ @15842 NONAME ??_7H248_IndAudSeqSigList@@6B@ @15843 NONAME ??_7H248_IndAudSignal@@6B@ @15844 NONAME ??_7H248_IndAudSignalsDescriptor@@6B@ @15845 NONAME ??_7H248_IndAudStatisticsDescriptor@@6B@ @15846 NONAME ??_7H248_IndAudStreamDescriptor@@6B@ @15847 NONAME ??_7H248_IndAudStreamParms@@6B@ @15848 NONAME ??_7H248_IndAudTerminationStateDescriptor@@6B@ @15849 NONAME ??_7H248_IP4Address@@6B@ @15850 NONAME ??_7H248_IP6Address@@6B@ @15851 NONAME ??_7H248_LocalControlDescriptor@@6B@ @15852 NONAME ??_7H248_LocalRemoteDescriptor@@6B@ @15853 NONAME ??_7H248_MediaDescriptor@@6B@ @15854 NONAME ??_7H248_MediaDescriptor_streams@@6B@ @15855 NONAME ??_7H248_MegacoMessage@@6B@ @15856 NONAME ??_7H248_Message@@6B@ @15857 NONAME ??_7H248_Message_messageBody@@6B@ @15858 NONAME ??_7H248_MId@@6B@ @15859 NONAME ??_7H248_ModemDescriptor@@6B@ @15860 NONAME ??_7H248_ModemType@@6B@ @15861 NONAME ??_7H248_MuxDescriptor@@6B@ @15862 NONAME ??_7H248_MuxType@@6B@ @15863 NONAME ??_7H248_Name@@6B@ @15864 NONAME ??_7H248_NonStandardData@@6B@ @15865 NONAME ??_7H248_NonStandardIdentifier@@6B@ @15866 NONAME ??_7H248_NotifyCompletion@@6B@ @15867 NONAME ??_7H248_NotifyReply@@6B@ @15868 NONAME ??_7H248_NotifyRequest@@6B@ @15869 NONAME ??_7H248_ObservedEvent@@6B@ @15870 NONAME ??_7H248_ObservedEventsDescriptor@@6B@ @15871 NONAME ??_7H248_PackagesDescriptor@@6B@ @15872 NONAME ??_7H248_PackagesItem@@6B@ @15873 NONAME ??_7H248_PathName@@6B@ @15874 NONAME ??_7H248_PkgdName@@6B@ @15875 NONAME ??_7H248_PropertyGroup@@6B@ @15876 NONAME ??_7H248_PropertyParm@@6B@ @15877 NONAME ??_7H248_PropertyParm_extraInfo@@6B@ @15878 NONAME ??_7H248_Relation@@6B@ @15879 NONAME ??_7H248_RequestedActions@@6B@ @15880 NONAME ??_7H248_RequestedEvent@@6B@ @15881 NONAME ??_7H248_RequestID@@6B@ @15882 NONAME ??_7H248_SecondEventsDescriptor@@6B@ @15883 NONAME ??_7H248_SecondRequestedActions@@6B@ @15884 NONAME ??_7H248_SecondRequestedEvent@@6B@ @15885 NONAME ??_7H248_SecurityParmIndex@@6B@ @15886 NONAME ??_7H248_SeqSigList@@6B@ @15887 NONAME ??_7H248_SequenceNum@@6B@ @15888 NONAME ??_7H248_ServiceChangeAddress@@6B@ @15889 NONAME ??_7H248_ServiceChangeMethod@@6B@ @15890 NONAME ??_7H248_ServiceChangeParm@@6B@ @15891 NONAME ??_7H248_ServiceChangeProfile@@6B@ @15892 NONAME ??_7H248_ServiceChangeReply@@6B@ @15893 NONAME ??_7H248_ServiceChangeRequest@@6B@ @15894 NONAME ??_7H248_ServiceChangeResParm@@6B@ @15895 NONAME ??_7H248_ServiceChangeResult@@6B@ @15896 NONAME ??_7H248_ServiceState@@6B@ @15897 NONAME ??_7H248_Signal@@6B@ @15898 NONAME ??_7H248_SignalName@@6B@ @15899 NONAME ??_7H248_SignalRequest@@6B@ @15900 NONAME ??_7H248_SignalsDescriptor@@6B@ @15901 NONAME ??_7H248_SignalType@@6B@ @15902 NONAME ??_7H248_SigParameter@@6B@ @15903 NONAME ??_7H248_SigParameter_extraInfo@@6B@ @15904 NONAME ??_7H248_StatisticsDescriptor@@6B@ @15905 NONAME ??_7H248_StatisticsParameter@@6B@ @15906 NONAME ??_7H248_StreamDescriptor@@6B@ @15907 NONAME ??_7H248_StreamID@@6B@ @15908 NONAME ??_7H248_StreamMode@@6B@ @15909 NONAME ??_7H248_StreamParms@@6B@ @15910 NONAME ??_7H248_SubtractRequest@@6B@ @15911 NONAME ??_7H248_TerminationAudit@@6B@ @15912 NONAME ??_7H248_TerminationID@@6B@ @15913 NONAME ??_7H248_TerminationIDList@@6B@ @15914 NONAME ??_7H248_TerminationStateDescriptor@@6B@ @15915 NONAME ??_7H248_TimeNotation@@6B@ @15916 NONAME ??_7H248_TopologyRequest@@6B@ @15917 NONAME ??_7H248_TopologyRequest_topologyDirection@@6B@ @15918 NONAME ??_7H248_Transaction@@6B@ @15919 NONAME ??_7H248_TransactionAck@@6B@ @15920 NONAME ??_7H248_TransactionId@@6B@ @15921 NONAME ??_7H248_TransactionPending@@6B@ @15922 NONAME ??_7H248_TransactionReply@@6B@ @15923 NONAME ??_7H248_TransactionReply_transactionResult@@6B@ @15924 NONAME ??_7H248_TransactionRequest@@6B@ @15925 NONAME ??_7H248_TransactionResponseAck@@6B@ @15926 NONAME ??_7H248_Value@@6B@ @15927 NONAME ??_7H248_WildcardField@@6B@ @15928 NONAME ??_7H261DCTEncoder@@6B@ @4362 NONAME ??_7H261Encoder@@6B@ @4363 NONAME ??_7H261PixelEncoder@@6B@ @4364 NONAME ??_7H263Packet@@6B@ @33638 NONAME ??_7H263PacketList@@6B@ @33639 NONAME ??_7H323AudioCapability@@6B@ @4365 NONAME ??_7H323AudioCodec@@6B@ @4366 NONAME ??_7H323BidirectionalChannel@@6B@ @4367 NONAME ??_7H323CallCreditServiceControl@@6B@ @15929 NONAME ??_7H323Capabilities@@6B@ @9022 NONAME ??_7H323CapabilitiesSet@@6B@ @9023 NONAME ??_7H323Capability@@6B@ @4368 NONAME ??_7H323Channel@@6B@ @4370 NONAME ??_7H323ChannelNumber@@6B@ @4371 NONAME ??_7H323Codec@@6B@ @4372 NONAME ??_7H323CodecPluginGenericAudioCapability@@6BH323AudioCapability@@@ @33217 NONAME ??_7H323CodecPluginGenericAudioCapability@@6BH323GenericCapabilityInfo@@@ @33218 NONAME ??_7H323CodecPluginNonStandardAudioCapability@@6BH323AudioCapability@@@ @20611 NONAME ??_7H323CodecPluginNonStandardAudioCapability@@6BH323NonStandardCapabilityInfo@@@ @20612 NONAME ??_7H323Connection@@6B@ @4373 NONAME ??_7H323ConnectionsCleaner@@6B@ @4374 NONAME ??_7H323ControlPDU@@6B@ @4375 NONAME ??_7H323DataCapability@@6B@ @4376 NONAME ??_7H323DataChannel@@6B@ @12644 NONAME ??_7H323DynaLink@@6B@ @30642 NONAME ??_7H323EndPoint@@6B@ @4377 NONAME ??_7H323FramedAudioCodec@@6B@ @4378 NONAME ??_7H323Gatekeeper@@6B@ @4379 NONAME ??_7H323GatekeeperARQ@@6B@ @13449 NONAME ??_7H323GatekeeperBRQ@@6B@ @13450 NONAME ??_7H323GatekeeperCall@@6B@ @12806 NONAME ??_7H323GatekeeperDRQ@@6B@ @13451 NONAME ??_7H323GatekeeperGRQ@@6B@ @13452 NONAME ??_7H323GatekeeperIRR@@6B@ @14256 NONAME ??_7H323GatekeeperListener@@6B@ @12807 NONAME ??_7H323GatekeeperLRQ@@6B@ @13453 NONAME ??_7H323GatekeeperRequest@@6B@ @13454 NONAME ??_7H323GatekeeperRRQ@@6B@ @13455 NONAME ??_7H323GatekeeperServer@@6B@ @12808 NONAME ??_7H323GatekeeperURQ@@6B@ @13456 NONAME ??_7H323GenericAudioCapability@@6BH323AudioCapability@@@ @33219 NONAME ??_7H323GenericAudioCapability@@6BH323GenericCapabilityInfo@@@ @33220 NONAME ??_7H323GenericCapabilityInfo@@6B@ @33221 NONAME ??_7H323GenericVideoCapability@@6BH323GenericCapabilityInfo@@@ @33222 NONAME ??_7H323GenericVideoCapability@@6BH323VideoCapability@@@ @33223 NONAME ??_7H323GSMPluginCapability@@6B@ @20613 NONAME ??_7H323H248ServiceControl@@6B@ @15930 NONAME ??_7H323HTTPServiceControl@@6B@ @15931 NONAME ??_7H323Listener@@6B@ @4381 NONAME ??_7H323ListenerTCP@@6B@ @4382 NONAME ??_7H323LogicalChannelThread@@6B@ @4383 NONAME ??_7H323NonStandardAudioCapability@@6BH323AudioCapability@@@ @4384 NONAME ??_7H323NonStandardAudioCapability@@6BH323NonStandardCapabilityInfo@@@ @4385 NONAME ??_7H323NonStandardCapabilityInfo@@6B@ @4386 NONAME ??_7H323NonStandardDataCapability@@6BH323DataCapability@@@ @4387 NONAME ??_7H323NonStandardDataCapability@@6BH323NonStandardCapabilityInfo@@@ @4388 NONAME ??_7H323NonStandardVideoCapability@@6BH323NonStandardCapabilityInfo@@@ @4389 NONAME ??_7H323NonStandardVideoCapability@@6BH323VideoCapability@@@ @4390 NONAME ??_7H323PeerElement@@6B@ @17187 NONAME ??_7H323PeerElementDescriptor@@6B@ @18028 NONAME ??_7H323PeerElementServiceRelationship@@6B@ @18029 NONAME ??_7H323PluginCapability@@6B@ @20616 NONAME ??_7H323PluginCodecManager@@6B@ @30617 NONAME ??_7H323PluginFramedAudioCodec@@6B@ @30681 NONAME ??_7H323PluginG7231Capability@@6B@ @20617 NONAME ??_7H323PluginVideoCodec@@6B@ @20618 NONAME ??_7H323RasPDU@@6BH225_RasMessage@@@ @17189 NONAME ??_7H323RasPDU@@6BH323TransactionPDU@@@ @17190 NONAME ??_7H323RealTimeCapability@@6B@ @4392 NONAME ??_7H323RegisteredEndPoint@@6B@ @12809 NONAME ??_7H323ServiceControlSession@@6B@ @15932 NONAME ??_7H323SignalPDU@@6B@ @4393 NONAME ??_7H323SimultaneousCapabilities@@6B@ @4394 NONAME ??_7H323StreamedAudioCodec@@6B@ @4395 NONAME ??_7H323StreamedPluginAudioCodec@@6B@ @30682 NONAME ??_7H323Transaction@@6B@ @18367 NONAME ??_7H323TransactionPDU@@6B@ @17191 NONAME ??_7H323TransactionServer@@6B@ @17192 NONAME ??_7H323Transactor@@6B@ @17193 NONAME ??_7H323Transport@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @20619 NONAME ??_7H323Transport@@6BPObject@@@ @4397 NONAME ??_7H323TransportAddress@@6B@ @4398 NONAME ??_7H323TransportAddressArray@@6B@ @14750 NONAME ??_7H323TransportIP@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @20620 NONAME ??_7H323TransportIP@@6BPObject@@@ @4400 NONAME ??_7H323TransportTCP@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @20621 NONAME ??_7H323TransportTCP@@6BPObject@@@ @4402 NONAME ??_7H323TransportUDP@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @20622 NONAME ??_7H323TransportUDP@@6BPObject@@@ @4404 NONAME ??_7H323UnidirectionalChannel@@6B@ @4405 NONAME ??_7H323VideoCapability@@6B@ @4406 NONAME ??_7H323VideoCodec@@6B@ @4407 NONAME ??_7H323_ALawCodec@@6B@ @4413 NONAME ??_7H323_AnnexG@@6B@ @17194 NONAME ??_7H323_CiscoG7231aLIDCapability@@6BH323AudioCapability@@@ @14691 NONAME ??_7H323_CiscoG7231aLIDCapability@@6BH323NonStandardCapabilityInfo@@@ @14692 NONAME ??_7H323_ExternalRTPChannel@@6B@ @13585 NONAME ??_7H323_G711ALaw64Capability@@6B@ @31261 NONAME ??_7H323_G711Capability@@6B@ @4414 NONAME ??_7H323_G711uLaw64Capability@@6B@ @31262 NONAME ??_7H323_H261Capability@@6B@ @4417 NONAME ??_7H323_H261Codec@@6B@ @4418 NONAME ??_7H323_LIDCapability@@6B@ @4419 NONAME ??_7H323_LIDCodec@@6B@ @4420 NONAME ??_7H323_LID_G711_ALaw_Capability@@6B@ @31263 NONAME ??_7H323_LID_G711_uLaw_Capability@@6B@ @31264 NONAME ??_7H323_LID_G7231A_5k3_Capability@@6B@ @31265 NONAME ??_7H323_LID_G7231A_6k3_Capability@@6B@ @31266 NONAME ??_7H323_LID_G7231_5k3_Capability@@6B@ @31267 NONAME ??_7H323_LID_G7231_6k3_Capability@@6B@ @31268 NONAME ??_7H323_LID_G728_Capability@@6B@ @31269 NONAME ??_7H323_LID_G729AB_Capability@@6B@ @31270 NONAME ??_7H323_LID_G729A_Capability@@6B@ @31271 NONAME ??_7H323_LID_G729B_Capability@@6B@ @31272 NONAME ??_7H323_LID_G729_Capability@@6B@ @31273 NONAME ??_7H323_LID_GSM0610_Capability@@6B@ @31274 NONAME ??_7H323_muLawCodec@@6B@ @4421 NONAME ??_7H323_RealTimeChannel@@6B@ @13586 NONAME ??_7H323_RFC2190_H263Capability@@6B@ @33640 NONAME ??_7H323_RFC2190_H263Codec@@6B@ @33641 NONAME ??_7H323_RTPChannel@@6B@ @4422 NONAME ??_7H323_RTP_Session@@6B@ @4423 NONAME ??_7H323_RTP_UDP@@6B@ @4424 NONAME ??_7H323_T120Capability@@6B@ @4425 NONAME ??_7H323_T120Channel@@6B@ @12645 NONAME ??_7H323_T38Capability@@6B@ @12646 NONAME ??_7H323_T38Channel@@6B@ @12647 NONAME ??_7H323_T38NonStandardCapability@@6BH323DataCapability@@@ @14188 NONAME ??_7H323_T38NonStandardCapability@@6BH323NonStandardCapabilityInfo@@@ @14189 NONAME ??_7H323_UserInputCapability@@6B@ @4426 NONAME ??_7H45010_ArrayOf_MixedExtension@@6B@ @10589 NONAME ??_7H45010_CfbOvrOptArg@@6B@ @10590 NONAME ??_7H45010_CoReqOptArg@@6B@ @10591 NONAME ??_7H45010_H323CallOfferOperations@@6B@ @10592 NONAME ??_7H45010_RUAlertOptArg@@6B@ @10593 NONAME ??_7H45011Handler@@6B@ @14323 NONAME ??_7H45011_ArrayOf_MixedExtension@@6B@ @10594 NONAME ??_7H45011_CallIntrusionErrors@@6B@ @10595 NONAME ??_7H45011_CICapabilityLevel@@6B@ @10596 NONAME ??_7H45011_CIFrcRelArg@@6B@ @10597 NONAME ??_7H45011_CIFrcRelOptRes@@6B@ @10598 NONAME ??_7H45011_CIGetCIPLOptArg@@6B@ @10599 NONAME ??_7H45011_CIGetCIPLRes@@6B@ @10600 NONAME ??_7H45011_CIIsOptArg@@6B@ @10601 NONAME ??_7H45011_CIIsOptRes@@6B@ @10602 NONAME ??_7H45011_CINotificationArg@@6B@ @10603 NONAME ??_7H45011_CIProtectionLevel@@6B@ @10604 NONAME ??_7H45011_CIRequestArg@@6B@ @10605 NONAME ??_7H45011_CIRequestRes@@6B@ @10606 NONAME ??_7H45011_CISilentArg@@6B@ @10607 NONAME ??_7H45011_CISilentOptRes@@6B@ @10608 NONAME ??_7H45011_CIStatusInformation@@6B@ @10609 NONAME ??_7H45011_CIWobOptArg@@6B@ @10610 NONAME ??_7H45011_CIWobOptRes@@6B@ @10611 NONAME ??_7H45011_H323CallIntrusionOperations@@6B@ @10612 NONAME ??_7H4501_Address@@6B@ @9918 NONAME ??_7H4501_AddressInformation@@6B@ @9919 NONAME ??_7H4501_AddressScreened@@6B@ @9920 NONAME ??_7H4501_ArrayOf_AliasAddress@@6B@ @9921 NONAME ??_7H4501_ArrayOf_ROS@@6B@ @9922 NONAME ??_7H4501_EndpointAddress@@6B@ @9923 NONAME ??_7H4501_EntityType@@6B@ @9924 NONAME ??_7H4501_Extension@@6B@ @9925 NONAME ??_7H4501_GeneralErrorList@@6B@ @9926 NONAME ??_7H4501_H225InformationElement@@6B@ @9927 NONAME ??_7H4501_InterpretationApdu@@6B@ @9928 NONAME ??_7H4501_InvokeIDs@@6B@ @9929 NONAME ??_7H4501_InvokeIdSet@@6B@ @9930 NONAME ??_7H4501_NetworkFacilityExtension@@6B@ @9931 NONAME ??_7H4501_NSAPSubaddress@@6B@ @9932 NONAME ??_7H4501_NumberScreened@@6B@ @9933 NONAME ??_7H4501_PartySubaddress@@6B@ @9934 NONAME ??_7H4501_PresentationAllowedIndicator@@6B@ @9935 NONAME ??_7H4501_PresentedAddressScreened@@6B@ @9936 NONAME ??_7H4501_PresentedAddressUnscreened@@6B@ @9937 NONAME ??_7H4501_PresentedNumberScreened@@6B@ @9938 NONAME ??_7H4501_PresentedNumberUnscreened@@6B@ @9939 NONAME ??_7H4501_ScreeningIndicator@@6B@ @9940 NONAME ??_7H4501_ServiceApdus@@6B@ @9941 NONAME ??_7H4501_SubaddressInformation@@6B@ @9942 NONAME ??_7H4501_SupplementaryService@@6B@ @9943 NONAME ??_7H4501_UserSpecifiedSubaddress@@6B@ @9944 NONAME ??_7H4502Handler@@6B@ @13142 NONAME ??_7H4502_CallIdentity@@6B@ @9945 NONAME ??_7H4502_CallStatus@@6B@ @9946 NONAME ??_7H4502_CallTransferErrors@@6B@ @9947 NONAME ??_7H4502_CallTransferOperation@@6B@ @9948 NONAME ??_7H4502_CTActiveArg@@6B@ @9949 NONAME ??_7H4502_CTActiveArg_argumentExtension@@6B@ @9950 NONAME ??_7H4502_CTCompleteArg@@6B@ @9951 NONAME ??_7H4502_CTCompleteArg_argumentExtension@@6B@ @9952 NONAME ??_7H4502_CTIdentifyRes@@6B@ @9953 NONAME ??_7H4502_CTIdentifyRes_resultExtension@@6B@ @9954 NONAME ??_7H4502_CTInitiateArg@@6B@ @9955 NONAME ??_7H4502_CTInitiateArg_argumentExtension@@6B@ @9956 NONAME ??_7H4502_CTSetupArg@@6B@ @9957 NONAME ??_7H4502_CTSetupArg_argumentExtension@@6B@ @9958 NONAME ??_7H4502_CTUpdateArg@@6B@ @9959 NONAME ??_7H4502_CTUpdateArg_argumentExtension@@6B@ @9960 NONAME ??_7H4502_DummyArg@@6B@ @9961 NONAME ??_7H4502_DummyRes@@6B@ @9962 NONAME ??_7H4502_EndDesignation@@6B@ @9963 NONAME ??_7H4502_ExtensionSeq@@6B@ @9964 NONAME ??_7H4502_SubaddressTransferArg@@6B@ @9965 NONAME ??_7H4502_SubaddressTransferArg_argumentExtension@@6B@ @9966 NONAME ??_7H4503_BasicService@@6B@ @10311 NONAME ??_7H4503_CallDiversionErrors@@6B@ @10312 NONAME ??_7H4503_DiversionReason@@6B@ @10313 NONAME ??_7H4503_ExtensionSeq@@6B@ @10314 NONAME ??_7H4503_H323CallDiversionOperations@@6B@ @10315 NONAME ??_7H4503_IntResult@@6B@ @10316 NONAME ??_7H4503_IntResultList@@6B@ @10317 NONAME ??_7H4503_IntResult_extension@@6B@ @10318 NONAME ??_7H4503_Procedure@@6B@ @10319 NONAME ??_7H4503_SubscriptionOption@@6B@ @10320 NONAME ??_7H4504Handler@@6B@ @13143 NONAME ??_7H4504_ArrayOf_MixedExtension@@6B@ @10218 NONAME ??_7H4504_CallHoldOperation@@6B@ @10219 NONAME ??_7H4504_Extension@@6B@ @10220 NONAME ??_7H4504_HoldNotificArg@@6B@ @10221 NONAME ??_7H4504_MixedExtension@@6B@ @10222 NONAME ??_7H4504_RemoteHoldArg@@6B@ @10223 NONAME ??_7H4504_RemoteHoldRes@@6B@ @10224 NONAME ??_7H4504_RemoteRetrieveArg@@6B@ @10225 NONAME ??_7H4504_RemoteRetrieveRes@@6B@ @10226 NONAME ??_7H4504_RetrieveNotificArg@@6B@ @10227 NONAME ??_7H4505_ArrayOf_MixedExtension@@6B@ @10613 NONAME ??_7H4505_CallParkPickupOperations@@6B@ @10614 NONAME ??_7H4505_CallPickupErrors@@6B@ @10615 NONAME ??_7H4505_CallType@@6B@ @10616 NONAME ??_7H4505_CpickupNotifyArg@@6B@ @10617 NONAME ??_7H4505_CpNotifyArg@@6B@ @10618 NONAME ??_7H4505_CpRequestArg@@6B@ @10619 NONAME ??_7H4505_CpRequestRes@@6B@ @10620 NONAME ??_7H4505_CpSetupArg@@6B@ @10621 NONAME ??_7H4505_CpSetupRes@@6B@ @10622 NONAME ??_7H4505_GroupIndicationOffArg@@6B@ @10623 NONAME ??_7H4505_GroupIndicationOffRes@@6B@ @10624 NONAME ??_7H4505_GroupIndicationOnArg@@6B@ @10625 NONAME ??_7H4505_GroupIndicationOnRes@@6B@ @10626 NONAME ??_7H4505_ParkCondition@@6B@ @10627 NONAME ??_7H4505_ParkedToPosition@@6B@ @10628 NONAME ??_7H4505_PickExeArg@@6B@ @10629 NONAME ??_7H4505_PickExeRes@@6B@ @10630 NONAME ??_7H4505_PickrequArg@@6B@ @10631 NONAME ??_7H4505_PickrequRes@@6B@ @10632 NONAME ??_7H4505_PickupArg@@6B@ @10633 NONAME ??_7H4505_PickupRes@@6B@ @10634 NONAME ??_7H4506Handler@@6B@ @13619 NONAME ??_7H4506_ArrayOf_MixedExtension@@6B@ @10635 NONAME ??_7H4506_CallWaitingArg@@6B@ @10636 NONAME ??_7H4506_CallWaitingOperations@@6B@ @10637 NONAME ??_7H4507_ArrayOf_MixedExtension@@6B@ @10638 NONAME ??_7H4507_BasicService@@6B@ @10639 NONAME ??_7H4507_DummyRes@@6B@ @10640 NONAME ??_7H4507_H323_MWI_Operations@@6B@ @10641 NONAME ??_7H4507_MessageWaitingIndicationErrors@@6B@ @10642 NONAME ??_7H4507_MsgCentreId@@6B@ @10643 NONAME ??_7H4507_MWIActivateArg@@6B@ @10644 NONAME ??_7H4507_MWIDeactivateArg@@6B@ @10645 NONAME ??_7H4507_MWIInterrogateArg@@6B@ @10646 NONAME ??_7H4507_MWIInterrogateRes@@6B@ @10647 NONAME ??_7H4507_MWIInterrogateResElt@@6B@ @10648 NONAME ??_7H4507_NbOfMessages@@6B@ @10649 NONAME ??_7H4507_TimeStamp@@6B@ @10650 NONAME ??_7H4508_ExtendedName@@6B@ @10651 NONAME ??_7H4508_Name@@6B@ @10652 NONAME ??_7H4508_NameOperations@@6B@ @10653 NONAME ??_7H4508_NamePresentationAllowed@@6B@ @10654 NONAME ??_7H4508_NamePresentationRestricted@@6B@ @10655 NONAME ??_7H4508_SimpleName@@6B@ @10656 NONAME ??_7H4509_ArrayOf_MixedExtension@@6B@ @10657 NONAME ??_7H4509_CallCompletionErrors@@6B@ @10658 NONAME ??_7H4509_CcArg@@6B@ @10659 NONAME ??_7H4509_CcLongArg@@6B@ @10660 NONAME ??_7H4509_CcRequestArg@@6B@ @10661 NONAME ??_7H4509_CcRequestRes@@6B@ @10662 NONAME ??_7H4509_CcShortArg@@6B@ @10663 NONAME ??_7H4509_H323CallCompletionOperations@@6B@ @10664 NONAME ??_7H450ServiceAPDU@@6B@ @9967 NONAME ??_7H450xDispatcher@@6B@ @13144 NONAME ??_7H450xHandler@@6B@ @13145 NONAME ??_7H501AccessRequest@@6B@ @18368 NONAME ??_7H501DescriptorUpdate@@6B@ @18369 NONAME ??_7H501PDU@@6BH323TransactionPDU@@@ @17196 NONAME ??_7H501PDU@@6BH501_Message@@@ @17197 NONAME ??_7H501ServiceRequest@@6B@ @18370 NONAME ??_7H501Transaction@@6B@ @18371 NONAME ??_7H501_AccessConfirmation@@6B@ @17198 NONAME ??_7H501_AccessRejection@@6B@ @17199 NONAME ??_7H501_AccessRejectionReason@@6B@ @17200 NONAME ??_7H501_AccessRequest@@6B@ @17201 NONAME ??_7H501_AccessToken@@6B@ @17202 NONAME ??_7H501_AddressTemplate@@6B@ @17203 NONAME ??_7H501_AlternatePE@@6B@ @17204 NONAME ??_7H501_AlternatePEInfo@@6B@ @17205 NONAME ??_7H501_ApplicationMessage@@6B@ @17206 NONAME ??_7H501_ArrayOf_AccessToken@@6B@ @17207 NONAME ??_7H501_ArrayOf_AddressTemplate@@6B@ @17208 NONAME ??_7H501_ArrayOf_AliasAddress@@6B@ @17209 NONAME ??_7H501_ArrayOf_AlternatePE@@6B@ @17210 NONAME ??_7H501_ArrayOf_CircuitIdentifier@@6B@ @17211 NONAME ??_7H501_ArrayOf_ClearToken@@6B@ @17212 NONAME ??_7H501_ArrayOf_ContactInformation@@6B@ @17213 NONAME ??_7H501_ArrayOf_CryptoH323Token@@6B@ @17214 NONAME ??_7H501_ArrayOf_Descriptor@@6B@ @17215 NONAME ??_7H501_ArrayOf_DescriptorInfo@@6B@ @17217 NONAME ??_7H501_ArrayOf_GenericData@@6B@ @17218 NONAME ??_7H501_ArrayOf_GloballyUniqueID@@6B@ @17804 NONAME ??_7H501_ArrayOf_NonStandardParameter@@6B@ @17219 NONAME ??_7H501_ArrayOf_PASN_ObjectId@@6B@ @17220 NONAME ??_7H501_ArrayOf_Pattern@@6B@ @17221 NONAME ??_7H501_ArrayOf_PriceElement@@6B@ @17222 NONAME ??_7H501_ArrayOf_PriceInfoSpec@@6B@ @17223 NONAME ??_7H501_ArrayOf_RouteInformation@@6B@ @17224 NONAME ??_7H501_ArrayOf_SecurityMode@@6B@ @17225 NONAME ??_7H501_ArrayOf_ServiceControlSession@@6B@ @17226 NONAME ??_7H501_ArrayOf_SupportedProtocols@@6B@ @17227 NONAME ??_7H501_ArrayOf_TransportAddress@@6B@ @17228 NONAME ??_7H501_ArrayOf_UpdateInformation@@6B@ @17229 NONAME ??_7H501_ArrayOf_UsageField@@6B@ @17230 NONAME ??_7H501_AuthenticationConfirmation@@6B@ @17231 NONAME ??_7H501_AuthenticationRejection@@6B@ @17232 NONAME ??_7H501_AuthenticationRejectionReason@@6B@ @17233 NONAME ??_7H501_AuthenticationRequest@@6B@ @17234 NONAME ??_7H501_CallInformation@@6B@ @17235 NONAME ??_7H501_ContactInformation@@6B@ @17236 NONAME ??_7H501_Descriptor@@6B@ @17237 NONAME ??_7H501_DescriptorConfirmation@@6B@ @17238 NONAME ??_7H501_DescriptorIDConfirmation@@6B@ @17240 NONAME ??_7H501_DescriptorIDRejection@@6B@ @17241 NONAME ??_7H501_DescriptorIDRejectionReason@@6B@ @17242 NONAME ??_7H501_DescriptorIDRequest@@6B@ @17243 NONAME ??_7H501_DescriptorInfo@@6B@ @17244 NONAME ??_7H501_DescriptorRejection@@6B@ @17245 NONAME ??_7H501_DescriptorRejectionReason@@6B@ @17246 NONAME ??_7H501_DescriptorRequest@@6B@ @17247 NONAME ??_7H501_DescriptorUpdate@@6B@ @17248 NONAME ??_7H501_DescriptorUpdateAck@@6B@ @17249 NONAME ??_7H501_ElementIdentifier@@6B@ @17250 NONAME ??_7H501_GlobalTimeStamp@@6B@ @17251 NONAME ??_7H501_Message@@6B@ @17252 NONAME ??_7H501_MessageBody@@6B@ @17253 NONAME ??_7H501_MessageCommonInfo@@6B@ @17254 NONAME ??_7H501_NonStandardConfirmation@@6B@ @17255 NONAME ??_7H501_NonStandardRejection@@6B@ @17256 NONAME ??_7H501_NonStandardRejectionReason@@6B@ @17257 NONAME ??_7H501_NonStandardRequest@@6B@ @17258 NONAME ??_7H501_PartyInformation@@6B@ @17259 NONAME ??_7H501_Pattern@@6B@ @17260 NONAME ??_7H501_Pattern_range@@6B@ @17261 NONAME ??_7H501_PriceElement@@6B@ @17262 NONAME ??_7H501_PriceElement_units@@6B@ @17263 NONAME ??_7H501_PriceInfoSpec@@6B@ @17264 NONAME ??_7H501_ProtocolVersion@@6B@ @17265 NONAME ??_7H501_RequestInProgress@@6B@ @17266 NONAME ??_7H501_Role@@6B@ @17267 NONAME ??_7H501_RouteInformation@@6B@ @17268 NONAME ??_7H501_RouteInformation_messageType@@6B@ @17269 NONAME ??_7H501_SecurityMode@@6B@ @17270 NONAME ??_7H501_ServiceConfirmation@@6B@ @17271 NONAME ??_7H501_ServiceRejection@@6B@ @17273 NONAME ??_7H501_ServiceRejectionReason@@6B@ @17274 NONAME ??_7H501_ServiceRelease@@6B@ @17275 NONAME ??_7H501_ServiceReleaseReason@@6B@ @17276 NONAME ??_7H501_ServiceRequest@@6B@ @17277 NONAME ??_7H501_TerminationCause@@6B@ @17278 NONAME ??_7H501_TimeZone@@6B@ @17279 NONAME ??_7H501_UnknownMessageReason@@6B@ @17280 NONAME ??_7H501_UnknownMessageResponse@@6B@ @17281 NONAME ??_7H501_UpdateInformation@@6B@ @17282 NONAME ??_7H501_UpdateInformation_descriptorInfo@@6B@ @17283 NONAME ??_7H501_UpdateInformation_updateType@@6B@ @17284 NONAME ??_7H501_UsageCallStatus@@6B@ @17285 NONAME ??_7H501_UsageConfirmation@@6B@ @17286 NONAME ??_7H501_UsageField@@6B@ @17287 NONAME ??_7H501_UsageIndication@@6B@ @17288 NONAME ??_7H501_UsageIndicationConfirmation@@6B@ @17289 NONAME ??_7H501_UsageIndicationRejection@@6B@ @17290 NONAME ??_7H501_UsageIndicationRejectionReason@@6B@ @17291 NONAME ??_7H501_UsageRejection@@6B@ @17292 NONAME ??_7H501_UsageRejectReason@@6B@ @17293 NONAME ??_7H501_UsageRequest@@6B@ @17294 NONAME ??_7H501_UsageSpecification@@6B@ @17295 NONAME ??_7H501_UsageSpecification_when@@6B@ @17296 NONAME ??_7H501_UserInformation@@6B@ @17297 NONAME ??_7H501_ValidationConfirmation@@6B@ @17298 NONAME ??_7H501_ValidationRejection@@6B@ @17299 NONAME ??_7H501_ValidationRejectionReason@@6B@ @17300 NONAME ??_7H501_ValidationRequest@@6B@ @17301 NONAME ??_7HandleTimeout_PNotifier@H245Negotiator@@6B@ @4427 NONAME ??_7HandleTransactions_PNotifier@H323Transactor@@6B@ @18171 NONAME ??_7IntraP64Decoder@@6B@ @4428 NONAME ??_7MCS_ArrayOf_ChannelAttributes@@6B@ @4475 NONAME ??_7MCS_ArrayOf_ChannelId@@6B@ @4476 NONAME ??_7MCS_ArrayOf_TokenAttributes@@6B@ @4477 NONAME ??_7MCS_ArrayOf_TokenId@@6B@ @4478 NONAME ??_7MCS_ArrayOf_UserId@@6B@ @4479 NONAME ??_7MCS_AssignedChannelId@@6B@ @4480 NONAME ??_7MCS_AUcf@@6B@ @4481 NONAME ??_7MCS_AUrq@@6B@ @4482 NONAME ??_7MCS_CAin@@6B@ @4483 NONAME ??_7MCS_CArq@@6B@ @4484 NONAME ??_7MCS_CCcf@@6B@ @4485 NONAME ??_7MCS_CCrq@@6B@ @4486 NONAME ??_7MCS_CDin@@6B@ @4487 NONAME ??_7MCS_CDrq@@6B@ @4488 NONAME ??_7MCS_CEin@@6B@ @4489 NONAME ??_7MCS_CErq@@6B@ @4490 NONAME ??_7MCS_ChannelAttributes@@6B@ @4491 NONAME ??_7MCS_ChannelAttributes_assigned@@6B@ @4492 NONAME ??_7MCS_ChannelAttributes_private@@6B@ @4493 NONAME ??_7MCS_ChannelAttributes_static@@6B@ @4494 NONAME ??_7MCS_ChannelAttributes_userId@@6B@ @4495 NONAME ??_7MCS_ChannelId@@6B@ @4496 NONAME ??_7MCS_CJcf@@6B@ @4497 NONAME ??_7MCS_CJrq@@6B@ @4498 NONAME ??_7MCS_CLrq@@6B@ @4499 NONAME ??_7MCS_ConnectMCSPDU@@6B@ @4500 NONAME ??_7MCS_Connect_Additional@@6B@ @4501 NONAME ??_7MCS_Connect_Initial@@6B@ @4502 NONAME ??_7MCS_Connect_Response@@6B@ @4503 NONAME ??_7MCS_Connect_Result@@6B@ @4504 NONAME ??_7MCS_DataPriority@@6B@ @4505 NONAME ??_7MCS_Diagnostic@@6B@ @4506 NONAME ??_7MCS_DomainMCSPDU@@6B@ @4507 NONAME ??_7MCS_DomainParameters@@6B@ @4508 NONAME ??_7MCS_DPum@@6B@ @4509 NONAME ??_7MCS_DUin@@6B@ @4510 NONAME ??_7MCS_DUrq@@6B@ @4511 NONAME ??_7MCS_DynamicChannelId@@6B@ @4512 NONAME ??_7MCS_EDrq@@6B@ @4513 NONAME ??_7MCS_MCcf@@6B@ @4514 NONAME ??_7MCS_MCrq@@6B@ @4515 NONAME ??_7MCS_MTcf@@6B@ @4516 NONAME ??_7MCS_MTrq@@6B@ @4517 NONAME ??_7MCS_PCin@@6B@ @4518 NONAME ??_7MCS_PDin@@6B@ @4519 NONAME ??_7MCS_PrivateChannelId@@6B@ @4520 NONAME ??_7MCS_PTin@@6B@ @4521 NONAME ??_7MCS_Reason@@6B@ @4522 NONAME ??_7MCS_Result@@6B@ @4523 NONAME ??_7MCS_RJum@@6B@ @4524 NONAME ??_7MCS_SDin@@6B@ @4525 NONAME ??_7MCS_SDrq@@6B@ @4526 NONAME ??_7MCS_Segmentation@@6B@ @4527 NONAME ??_7MCS_StaticChannelId@@6B@ @4528 NONAME ??_7MCS_TGcf@@6B@ @4529 NONAME ??_7MCS_TGrq@@6B@ @4530 NONAME ??_7MCS_TIcf@@6B@ @4531 NONAME ??_7MCS_TIrq@@6B@ @4532 NONAME ??_7MCS_TokenAttributes@@6B@ @4533 NONAME ??_7MCS_TokenAttributes_given@@6B@ @4534 NONAME ??_7MCS_TokenAttributes_giving@@6B@ @4535 NONAME ??_7MCS_TokenAttributes_grabbed@@6B@ @4536 NONAME ??_7MCS_TokenAttributes_inhibited@@6B@ @4537 NONAME ??_7MCS_TokenAttributes_ungivable@@6B@ @4538 NONAME ??_7MCS_TokenId@@6B@ @4539 NONAME ??_7MCS_TokenStatus@@6B@ @4540 NONAME ??_7MCS_TPin@@6B@ @4541 NONAME ??_7MCS_TPrq@@6B@ @4542 NONAME ??_7MCS_TRcf@@6B@ @4543 NONAME ??_7MCS_TRrq@@6B@ @4544 NONAME ??_7MCS_TTcf@@6B@ @4545 NONAME ??_7MCS_TTrq@@6B@ @4546 NONAME ??_7MCS_TVcf@@6B@ @4547 NONAME ??_7MCS_TVin@@6B@ @4548 NONAME ??_7MCS_TVrq@@6B@ @4549 NONAME ??_7MCS_TVrs@@6B@ @4550 NONAME ??_7MCS_UserId@@6B@ @4551 NONAME ??_7MCS_USin@@6B@ @4552 NONAME ??_7MCS_USrq@@6B@ @4553 NONAME ??_7MonitorMain_PNotifier@H323Gatekeeper@@6B@ @14201 NONAME ??_7MonitorMain_PNotifier@H323GatekeeperServer@@6B@ @13993 NONAME ??_7MonitorMain_PNotifier@H323PeerElement@@6B@ @17303 NONAME ??_7MSIPAddress@PILSSession@@6B@ @18664 NONAME ??_7MXRecordList@PDNS@@6B@ @32813 NONAME ??_7OnCallIntrudeTimeOut_PNotifier@H45011Handler@@6B@ @14324 NONAME ??_7OnCallTransferTimeOut_PNotifier@H4502Handler@@6B@ @13620 NONAME ??_7OnLoadModule_PNotifier@PPluginModuleManager@@6B@ @30664 NONAME ??_7OnUserInputInBandDTMF_PNotifier@H323Connection@@6B@ @13837 NONAME ??_7OnUserInputInlineRFC2833_PNotifier@H323Connection@@6B@ @13789 NONAME ??_7OpalFactoryCodec@@6B@ @32393 NONAME ??_7OpalG711ALaw64kFormat@@6B@ @30877 NONAME ??_7OpalG711ALaw64k_Base@@6B@ @32394 NONAME ??_7OpalG711ALaw64k_Decoder@@6B@ @32395 NONAME ??_7OpalG711ALaw64k_Encoder@@6B@ @32396 NONAME ??_7OpalG711uLaw64kFormat@@6B@ @30878 NONAME ??_7OpalG711uLaw64k_Base@@6B@ @32397 NONAME ??_7OpalG711uLaw64k_Decoder@@6B@ @32398 NONAME ??_7OpalG711uLaw64k_Encoder@@6B@ @32399 NONAME ??_7OpalG7231A_5k3Format@@6B@ @30879 NONAME ??_7OpalG7231A_6k3Format@@6B@ @30880 NONAME ??_7OpalG7231_5k3Format@@6B@ @30881 NONAME ??_7OpalG7231_6k3Format@@6B@ @30882 NONAME ??_7OpalG728Format@@6B@ @30883 NONAME ??_7OpalG729ABFormat@@6B@ @30884 NONAME ??_7OpalG729AFormat@@6B@ @30885 NONAME ??_7OpalG729BFormat@@6B@ @30886 NONAME ??_7OpalG729Format@@6B@ @30887 NONAME ??_7OpalGloballyUniqueID@@6B@ @9539 NONAME ??_7OpalGSM0610Format@@6B@ @30888 NONAME ??_7OpalH261Format@@6B@ @30889 NONAME ??_7OpalIxJDevice@@6B@ @4554 NONAME ??_7OpalLineChannel@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @20624 NONAME ??_7OpalLineChannel@@6BPObject@@@ @4556 NONAME ??_7OpalLineInterfaceDevice@@6B@ @4557 NONAME ??_7OpalMediaFormat@@6B@ @9436 NONAME ??_7OpalPCM16Format@@6B@ @30890 NONAME ??_7OpalPluginCodec@@6B@ @32400 NONAME ??_7OpalPluginMediaFormat@@6B@ @30891 NONAME ??_7OpalRFC2190H263Format@@6B@ @33642 NONAME ??_7OpalRFC2833@@6B@ @13790 NONAME ??_7OpalRFC2833Info@@6B@ @13791 NONAME ??_7OpalRtpToWavFile@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @20625 NONAME ??_7OpalRtpToWavFile@@6BPObject@@@ @14234 NONAME ??_7OpalT120Format@@6B@ @30892 NONAME ??_7OpalT120Protocol@@6B@ @12648 NONAME ??_7OpalT38Protocol@@6B@ @12649 NONAME ??_7OpalUserInputRFC2833Format@@6B@ @30893 NONAME ??_7OpalVoipBlasterDevice@@6B@ @13661 NONAME ??_7OpalVXMLSession@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @20626 NONAME ??_7OpalVXMLSession@@6B@ @31498 NONAME ??_7OpalVXMLSession@@6BPObject@@@ @14834 NONAME ??_7OpalWAVFile@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @20627 NONAME ??_7OpalWAVFile@@6BPObject@@@ @14303 NONAME ??_7P64Decoder@@6B@ @4559 NONAME ??_7PASN_Boolean@@6B@ @4564 NONAME ??_7PASN_ConstrainedObject@@6B@ @4565 NONAME ??_7PASN_ConstrainedString@@6B@ @4566 NONAME ??_7PASN_Enumeration@@6B@ @4567 NONAME ??_7PASN_GeneralisedTime@@6B@ @20628 NONAME ??_7PASN_GeneralString@@6B@ @11776 NONAME ??_7PASN_IA5String@@6B@ @4568 NONAME ??_7PASN_Integer@@6B@ @4569 NONAME ??_7PASN_Null@@6B@ @10665 NONAME ??_7PASN_NumericString@@6B@ @11777 NONAME ??_7PASN_Object@@6B@ @4570 NONAME ??_7PASN_PrintableString@@6B@ @4571 NONAME ??_7PASN_Stream@@6B@ @14042 NONAME ??_7PASN_VisibleString@@6B@ @20629 NONAME ??_7PLDAPAttr_c@RTPerson@PILSSession@@6B@ @18549 NONAME ??_7PLDAPAttr_cn@RTPerson@PILSSession@@6B@ @18550 NONAME ??_7PLDAPAttr_comment@RTPerson@PILSSession@@6B@ @18551 NONAME ??_7PLDAPAttr_givenName@RTPerson@PILSSession@@6B@ @18552 NONAME ??_7PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@6B@ @18553 NONAME ??_7PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@6B@ @18554 NONAME ??_7PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@6B@ @18555 NONAME ??_7PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@6B@ @18556 NONAME ??_7PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@6B@ @18557 NONAME ??_7PLDAPAttr_location@RTPerson@PILSSession@@6B@ @18558 NONAME ??_7PLDAPAttr_o@RTPerson@PILSSession@@6B@ @18559 NONAME ??_7PLDAPAttr_objectClass@RTPerson@PILSSession@@6B@ @18560 NONAME ??_7PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@6B@ @18561 NONAME ??_7PLDAPAttr_sappguid@RTPerson@PILSSession@@6B@ @18562 NONAME ??_7PLDAPAttr_sappid@RTPerson@PILSSession@@6B@ @18563 NONAME ??_7PLDAPAttr_sflags@RTPerson@PILSSession@@6B@ @18564 NONAME ??_7PLDAPAttr_sipAddress@RTPerson@PILSSession@@6B@ @18565 NONAME ??_7PLDAPAttr_smimetype@RTPerson@PILSSession@@6B@ @18566 NONAME ??_7PLDAPAttr_smodop@RTPerson@PILSSession@@6B@ @18567 NONAME ??_7PLDAPAttr_sport@RTPerson@PILSSession@@6B@ @18568 NONAME ??_7PLDAPAttr_sprotid@RTPerson@PILSSession@@6B@ @18569 NONAME ??_7PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@6B@ @18570 NONAME ??_7PLDAPAttr_ssecurity@RTPerson@PILSSession@@6B@ @18571 NONAME ??_7PLDAPAttr_sttl@RTPerson@PILSSession@@6B@ @18572 NONAME ??_7PLDAPAttr_surname@RTPerson@PILSSession@@6B@ @18573 NONAME ??_7PLDAPAttr_timestamp@RTPerson@PILSSession@@6B@ @18574 NONAME ??_7PluginLoader@@6B@ @32978 NONAME ??_7PPER_Stream@@6B@ @14043 NONAME ??_7Pre_Vid_Coder@@6B@ @4582 NONAME ??_7PWAVFileConverter@@6B@ @32194 NONAME ??_7PWAVFileConverterALaw@@6B@ @32195 NONAME ??_7PWAVFileConverterULaw@@6B@ @32196 NONAME ??_7PWAVFileConverterXLaw@@6B@ @32197 NONAME ??_7Q931@@6B@ @4584 NONAME ??_7ReceivedPacket_PNotifier@OpalRFC2833@@6B@ @13792 NONAME ??_7ReceivedPacket_PNotifier@OpalRtpToWavFile@@6B@ @14237 NONAME ??_7ReceiverReport@RTP_Session@@6B@ @8919 NONAME ??_7ReceiveTimeout_PNotifier@OpalRFC2833@@6B@ @13793 NONAME ??_7Request@H323Transactor@@6B@ @18172 NONAME ??_7Response@H323Transactor@@6B@ @18173 NONAME ??_7RFC2190_FfmpgLink@@6B@ @33643 NONAME ??_7RTPerson@PILSSession@@6B@ @18575 NONAME ??_7RTP_ControlFrame@@6B@ @4586 NONAME ??_7RTP_DataFrame@@6B@ @4587 NONAME ??_7RTP_JitterBuffer@@6B@ @4588 NONAME ??_7RTP_QOS@@6B@ @18896 NONAME ??_7RTP_Session@@6B@ @4589 NONAME ??_7RTP_SessionManager@@6B@ @4590 NONAME ??_7RTP_UDP@@6B@ @4591 NONAME ??_7RTP_UserData@@6B@ @20633 NONAME ??_7SenderReport@RTP_Session@@6B@ @8920 NONAME ??_7SlowHandler_PNotifier@H323Transaction@@6B@ @18372 NONAME ??_7SourceDescription@RTP_Session@@6B@ @8921 NONAME ??_7SRVRecordList@PDNS@@6B@ @32814 NONAME ??_7StatusHandler_PNotifier@OpalVoipBlasterDevice@@6B@ @13662 NONAME ??_7StringMap@H323GatekeeperServer@@6B@ @15100 NONAME ??_7T120ConnectPDU@@6B@ @13854 NONAME ??_7T120_X224@@6B@ @13855 NONAME ??_7T38_ArrayOf_PASN_OctetString@@6B@ @12650 NONAME ??_7T38_Data_Field@@6B@ @12651 NONAME ??_7T38_Data_Field_subtype@@6B@ @12652 NONAME ??_7T38_Data_Field_subtype_field_type@@6B@ @12653 NONAME ??_7T38_IFPPacket@@6B@ @12654 NONAME ??_7T38_PreCorrigendum_Data_Field@@6B@ @15122 NONAME ??_7T38_PreCorrigendum_Data_Field_subtype@@6B@ @15123 NONAME ??_7T38_PreCorrigendum_Data_Field_subtype_field_type@@6B@ @15124 NONAME ??_7T38_PreCorrigendum_IFPPacket@@6B@ @15125 NONAME ??_7T38_Type_of_msg@@6B@ @12655 NONAME ??_7T38_Type_of_msg_data@@6B@ @12656 NONAME ??_7T38_Type_of_msg_t30_indicator@@6B@ @12657 NONAME ??_7T38_UDPTLPacket@@6B@ @12658 NONAME ??_7T38_UDPTLPacket_error_recovery@@6B@ @12659 NONAME ??_7T38_UDPTLPacket_error_recovery_fec_info@@6B@ @12660 NONAME ??_7T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@6B@ @12661 NONAME ??_7T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@6B@ @12662 NONAME ??_7T38_UDPTLPacket_primary_ifp_packet@@6B@ @12663 NONAME ??_7TickleMonitor_PNotifier@H323Gatekeeper@@6B@ @14202 NONAME ??_7TransmitEnded_PNotifier@OpalRFC2833@@6B@ @13794 NONAME ??_7TransmitPacket_PNotifier@OpalRFC2833@@6B@ @13795 NONAME ??_7Transmitter@@6B@ @4592 NONAME ??_7UpdateAllDescriptors_PNotifier@H323PeerElement@@6B@ @18245 NONAME ??_7VoipBlasterInterface@@6B@ @13663 NONAME ??_7Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@6B@ @32401 NONAME ??_7Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@6B@ @32402 NONAME ??_7Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@6B@ @32403 NONAME ??_7Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@6B@ @32404 NONAME ??_7Worker@OpalPluginCodecFactory@@6B@ @32405 NONAME ??_7WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @32815 NONAME ??_7WorkerBase@?$PFactory@VH323Capability@@VPString@@@@6B@ @31730 NONAME ??_7WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@6B@ @32406 NONAME ??_7WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @31731 NONAME ??_7WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@6B@ @31732 NONAME ??_7WorkerBase@?$PFactory@VPWAVFileConverter@@I@@6B@ @32198 NONAME ??_7X224@@6B@ @4594 NONAME ??_7X880_Code@@6B@ @9968 NONAME ??_7X880_GeneralProblem@@6B@ @9969 NONAME ??_7X880_Invoke@@6B@ @9970 NONAME ??_7X880_InvokeId@@6B@ @9971 NONAME ??_7X880_InvokeProblem@@6B@ @9972 NONAME ??_7X880_Reject@@6B@ @9973 NONAME ??_7X880_RejectProblem@@6B@ @9974 NONAME ??_7X880_Reject_problem@@6B@ @9975 NONAME ??_7X880_ReturnError@@6B@ @9976 NONAME ??_7X880_ReturnErrorProblem@@6B@ @9977 NONAME ??_7X880_ReturnResult@@6B@ @9978 NONAME ??_7X880_ReturnResultProblem@@6B@ @9979 NONAME ??_7X880_ReturnResult_result@@6B@ @9980 NONAME ??_7X880_ROS@@6B@ @9981 NONAME ??_8H323Transport@@7B?$basic_istream@DU?$char_traits@D@std@@@std@@@ @20634 NONAME ??_8H323Transport@@7B?$basic_ostream@DU?$char_traits@D@std@@@std@@@ @20635 NONAME ??_8H323TransportIP@@7B?$basic_istream@DU?$char_traits@D@std@@@std@@@ @20636 NONAME ??_8H323TransportIP@@7B?$basic_ostream@DU?$char_traits@D@std@@@std@@@ @20637 NONAME ??_8H323TransportTCP@@7B?$basic_istream@DU?$char_traits@D@std@@@std@@@ @20638 NONAME ??_8H323TransportTCP@@7B?$basic_ostream@DU?$char_traits@D@std@@@std@@@ @20639 NONAME ??_8H323TransportUDP@@7B?$basic_istream@DU?$char_traits@D@std@@@std@@@ @20640 NONAME ??_8H323TransportUDP@@7B?$basic_ostream@DU?$char_traits@D@std@@@std@@@ @20641 NONAME ??_8OpalLineChannel@@7B?$basic_istream@DU?$char_traits@D@std@@@std@@@ @20642 NONAME ??_8OpalLineChannel@@7B?$basic_ostream@DU?$char_traits@D@std@@@std@@@ @20643 NONAME ??_8OpalRtpToWavFile@@7B?$basic_istream@DU?$char_traits@D@std@@@std@@@ @20644 NONAME ??_8OpalRtpToWavFile@@7B?$basic_ostream@DU?$char_traits@D@std@@@std@@@ @20645 NONAME ??_8OpalVXMLSession@@7B?$basic_istream@DU?$char_traits@D@std@@@std@@@ @20646 NONAME ??_8OpalVXMLSession@@7B?$basic_ostream@DU?$char_traits@D@std@@@std@@@ @20647 NONAME ??_8OpalWAVFile@@7B?$basic_istream@DU?$char_traits@D@std@@@std@@@ @20648 NONAME ??_8OpalWAVFile@@7B?$basic_ostream@DU?$char_traits@D@std@@@std@@@ @20649 NONAME ??_DH323Transport@@QAEXXZ @20650 NONAME ??_DH323TransportIP@@QAEXXZ @20651 NONAME ??_DH323TransportTCP@@QAEXXZ @20652 NONAME ??_DH323TransportUDP@@QAEXXZ @20653 NONAME ??_DOpalLineChannel@@QAEXXZ @20654 NONAME ??_DOpalRtpToWavFile@@QAEXXZ @20655 NONAME ??_DOpalVXMLSession@@QAEXXZ @20656 NONAME ??_DOpalWAVFile@@QAEXXZ @20657 NONAME ??_H@YGXPAXIHP6EPAX0@Z@Z @20660 NONAME ??_R0?AUPLDAPAttr_c@RTPerson@PILSSession@@@8 @20661 NONAME ??_R0?AUPLDAPAttr_cn@RTPerson@PILSSession@@@8 @20662 NONAME ??_R0?AUPLDAPAttr_comment@RTPerson@PILSSession@@@8 @20663 NONAME ??_R0?AUPLDAPAttr_givenName@RTPerson@PILSSession@@@8 @20664 NONAME ??_R0?AUPLDAPAttr_ilsa26214430@RTPerson@PILSSession@@@8 @20665 NONAME ??_R0?AUPLDAPAttr_ilsa26279966@RTPerson@PILSSession@@@8 @20666 NONAME ??_R0?AUPLDAPAttr_ilsa32833566@RTPerson@PILSSession@@@8 @20667 NONAME ??_R0?AUPLDAPAttr_ilsa32964638@RTPerson@PILSSession@@@8 @20668 NONAME ??_R0?AUPLDAPAttr_ilsa39321630@RTPerson@PILSSession@@@8 @20669 NONAME ??_R0?AUPLDAPAttr_location@RTPerson@PILSSession@@@8 @20670 NONAME ??_R0?AUPLDAPAttr_o@RTPerson@PILSSession@@@8 @20671 NONAME ??_R0?AUPLDAPAttr_objectClass@RTPerson@PILSSession@@@8 @20672 NONAME ??_R0?AUPLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@@8 @20673 NONAME ??_R0?AUPLDAPAttr_sappguid@RTPerson@PILSSession@@@8 @20674 NONAME ??_R0?AUPLDAPAttr_sappid@RTPerson@PILSSession@@@8 @20675 NONAME ??_R0?AUPLDAPAttr_sflags@RTPerson@PILSSession@@@8 @20676 NONAME ??_R0?AUPLDAPAttr_sipAddress@RTPerson@PILSSession@@@8 @20677 NONAME ??_R0?AUPLDAPAttr_smimetype@RTPerson@PILSSession@@@8 @20678 NONAME ??_R0?AUPLDAPAttr_smodop@RTPerson@PILSSession@@@8 @20679 NONAME ??_R0?AUPLDAPAttr_sport@RTPerson@PILSSession@@@8 @20680 NONAME ??_R0?AUPLDAPAttr_sprotid@RTPerson@PILSSession@@@8 @20681 NONAME ??_R0?AUPLDAPAttr_sprotmimetype@RTPerson@PILSSession@@@8 @20682 NONAME ??_R0?AUPLDAPAttr_ssecurity@RTPerson@PILSSession@@@8 @20683 NONAME ??_R0?AUPLDAPAttr_sttl@RTPerson@PILSSession@@@8 @20684 NONAME ??_R0?AUPLDAPAttr_surname@RTPerson@PILSSession@@@8 @20685 NONAME ??_R0?AUPLDAPAttr_timestamp@RTPerson@PILSSession@@@8 @20686 NONAME ??_R0?AV?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@@8 @20691 NONAME ??_R0?AV?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@@8 @20692 NONAME ??_R0?AV?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@@8 @20693 NONAME ??_R0?AV?$H235_HASHED@VH235_EncodedGeneralToken@@@@@8 @20694 NONAME ??_R0?AV?$H235_HASHED@VH235_EncodedPwdCertToken@@@@@8 @20695 NONAME ??_R0?AV?$H235_SIGNED@VH225_EncodedFastStartToken@@@@@8 @20696 NONAME ??_R0?AV?$H235_SIGNED@VH235_EncodedGeneralToken@@@@@8 @20697 NONAME ??_R0?AV?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@@8 @20698 NONAME ??_R0?AV?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@@8 @20699 NONAME ??_R0?AV?$H235_SIGNED@VH235_EncodedReturnSig@@@@@8 @20700 NONAME ??_R0?AV?$PArray@V?$PList@VH323Capability@@@@@@@8 @20701 NONAME ??_R0?AV?$PArray@VH323SimultaneousCapabilities@@@@@8 @20702 NONAME ??_R0?AV?$PArray@VH323TransportAddress@@@@@8 @20703 NONAME ??_R0?AV?$PArray@VReceiverReport@RTP_Session@@@@@8 @20704 NONAME ??_R0?AV?$PArray@VSourceDescription@RTP_Session@@@@@8 @20705 NONAME ??_R0?AV?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@@8 @20706 NONAME ??_R0?AV?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@@8 @20707 NONAME ??_R0?AV?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@@8 @20708 NONAME ??_R0?AV?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@@8 @20709 NONAME ??_R0?AV?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@@8 @20710 NONAME ??_R0?AV?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@@8 @20711 NONAME ??_R0?AV?$PDictionary@VPString@@VH323Connection@@@@@8 @20712 NONAME ??_R0?AV?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@@8 @20713 NONAME ??_R0?AV?$PDictionary@VPString@@VPOrdinalKey@@@@@8 @20714 NONAME ??_R0?AV?$PFactory@VH235Authenticator@@VPString@@@@@8 @32816 NONAME ??_R0?AV?$PFactory@VH323Capability@@VPString@@@@@8 @31733 NONAME ??_R0?AV?$PFactory@VH323StaticPluginCodec@@VPString@@@@@8 @31734 NONAME ??_R0?AV?$PFactory@VOpalFactoryCodec@@VPString@@@@@8 @32407 NONAME ??_R0?AV?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @31735 NONAME ??_R0?AV?$PFactory@VPWAVFileConverter@@I@@@8 @32199 NONAME ??_R0?AV?$PList@VH235Authenticator@@@@@8 @20715 NONAME ??_R0?AV?$PList@VH245_GenericParameter@@@@@8 @33224 NONAME ??_R0?AV?$PList@VH263Packet@@@@@8 @33644 NONAME ??_R0?AV?$PList@VH323Capability@@@@@8 @20717 NONAME ??_R0?AV?$PList@VH323Channel@@@@@8 @20718 NONAME ??_R0?AV?$PList@VH323GatekeeperListener@@@@@8 @20719 NONAME ??_R0?AV?$PList@VH323Listener@@@@@8 @20720 NONAME ??_R0?AV?$PList@VH323Transactor@@@@@8 @20721 NONAME ??_R0?AV?$PList@VH450xHandler@@@@@8 @20722 NONAME ??_R0?AV?$PList@VOpalMediaFormat@@@@@8 @20724 NONAME ??_R0?AV?$PList@VPBYTEArray@@@@@8 @20725 NONAME ??_R0?AV?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@@8 @20726 NONAME ??_R0?AV?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@@8 @20727 NONAME ??_R0?AV?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@@8 @20728 NONAME ??_R0?AV?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@@8 @20729 NONAME ??_R0?AV?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@@8 @20730 NONAME ??_R0?AV?$PSafePtr@VH323GatekeeperCall@@@@@8 @20731 NONAME ??_R0?AV?$PSafePtr@VH323PeerElementDescriptor@@@@@8 @20732 NONAME ??_R0?AV?$PSafePtr@VH323PeerElementServiceRelationship@@@@@8 @20733 NONAME ??_R0?AV?$PSafePtr@VH323RegisteredEndPoint@@@@@8 @20734 NONAME ??_R0?AV?$PSafeSortedList@VH323GatekeeperCall@@@@@8 @20735 NONAME ??_R0?AV?$PSafeSortedList@VH323PeerElementDescriptor@@@@@8 @20736 NONAME ??_R0?AV?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@@8 @20737 NONAME ??_R0?AV?$PSet@VPOrdinalKey@@@@@8 @20738 NONAME ??_R0?AV?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@@8 @20739 NONAME ??_R0?AV?$PSortedList@VH225_AliasAddress@@@@@8 @20740 NONAME ??_R0?AV?$PSortedList@VH323GatekeeperCall@@@@@8 @20741 NONAME ??_R0?AV?$PSortedList@VH323PeerElementDescriptor@@@@@8 @20742 NONAME ??_R0?AV?$PSortedList@VH323PeerElementServiceRelationship@@@@@8 @20743 NONAME ??_R0?AV?$PSortedList@VMXRecord@PDNS@@@@@8 @32817 NONAME ??_R0?AV?$PSortedList@VResponse@H323Transactor@@@@@8 @20744 NONAME ??_R0?AV?$PSortedList@VSRVRecord@PDNS@@@@@8 @32818 NONAME ??_R0?AV?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@@8 @32819 NONAME ??_R0?AV?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@@8 @32820 NONAME ??_R0?AV?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@@8 @32821 NONAME ??_R0?AV?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@@8 @31736 NONAME ??_R0?AV?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @31737 NONAME ??_R0?AV?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @31738 NONAME ??_R0?AV?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @31739 NONAME ??_R0?AV?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @31740 NONAME ??_R0?AV?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @31741 NONAME ??_R0?AV?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @31742 NONAME ??_R0?AV?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @31743 NONAME ??_R0?AV?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @31744 NONAME ??_R0?AV?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @31745 NONAME ??_R0?AV?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @31746 NONAME ??_R0?AV?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @31747 NONAME ??_R0?AV?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @31748 NONAME ??_R0?AV?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @31749 NONAME ??_R0?AV?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @31750 NONAME ??_R0?AV?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@@8 @31751 NONAME ??_R0?AV?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @31752 NONAME ??_R0?AV?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @31753 NONAME ??_R0?AV?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @31754 NONAME ??_R0?AV?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @31755 NONAME ??_R0?AV?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @31756 NONAME ??_R0?AV?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @31757 NONAME ??_R0?AV?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @31758 NONAME ??_R0?AV?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @31759 NONAME ??_R0?AV?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @31760 NONAME ??_R0?AV?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @31761 NONAME ??_R0?AV?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @31762 NONAME ??_R0?AV?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @31763 NONAME ??_R0?AV?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @31764 NONAME ??_R0?AV?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @31765 NONAME ??_R0?AV?$Worker@VOpalRFC2190H263Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @33645 NONAME ??_R0?AV?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @31766 NONAME ??_R0?AV?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @31767 NONAME ??_R0?AV?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@@8 @32979 NONAME ??_R0?AV?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@@8 @32200 NONAME ??_R0?AV?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@@8 @32201 NONAME ??_R0?AVAliasKey@H323PeerElement@@@8 @20746 NONAME ??_R0?AVAlternateInfo@H323Gatekeeper@@@8 @20747 NONAME ??_R0?AVByteQueue@OpalVoipBlasterDevice@@@8 @20749 NONAME ??_R0?AVEncoder@@@8 @20750 NONAME ??_R0?AVEntry@RTP_JitterBuffer@@@8 @20751 NONAME ??_R0?AVFilterInfo@H323Codec@@@8 @20754 NONAME ??_R0?AVFullP64Decoder@@@8 @20755 NONAME ??_R0?AVG7231_File_Capability@@@8 @20756 NONAME ??_R0?AVG7231_File_Codec@@@8 @20757 NONAME ??_R0?AVGCC_AlternativeNodeID@@@8 @20758 NONAME ??_R0?AVGCC_ApplicationInvokeIndication@@@8 @20759 NONAME ??_R0?AVGCC_ApplicationInvokeSpecifier@@@8 @20760 NONAME ??_R0?AVGCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@@8 @20761 NONAME ??_R0?AVGCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@@8 @20762 NONAME ??_R0?AVGCC_ApplicationRecord@@@8 @20763 NONAME ??_R0?AVGCC_ApplicationRecord_nonCollapsingCapabilities@@@8 @20764 NONAME ??_R0?AVGCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@@8 @20765 NONAME ??_R0?AVGCC_ArrayOf_ApplicationInvokeSpecifier@@@8 @20766 NONAME ??_R0?AVGCC_ArrayOf_ChallengeItem@@@8 @20767 NONAME ??_R0?AVGCC_ArrayOf_ConferenceDescriptor@@@8 @20768 NONAME ??_R0?AVGCC_ArrayOf_Privilege@@@8 @20769 NONAME ??_R0?AVGCC_ArrayOf_TextString@@@8 @20770 NONAME ??_R0?AVGCC_ArrayOf_UserID@@@8 @20771 NONAME ??_R0?AVGCC_AsymmetryIndicator@@@8 @20772 NONAME ??_R0?AVGCC_CapabilityClass@@@8 @20773 NONAME ??_R0?AVGCC_CapabilityID@@@8 @20774 NONAME ??_R0?AVGCC_ChallengeItem@@@8 @20775 NONAME ??_R0?AVGCC_ChallengeRequest@@@8 @20776 NONAME ??_R0?AVGCC_ChallengeResponse@@@8 @20777 NONAME ??_R0?AVGCC_ChallengeResponseAlgorithm@@@8 @20778 NONAME ??_R0?AVGCC_ChallengeResponseItem@@@8 @20779 NONAME ??_R0?AVGCC_ChannelID@@@8 @20780 NONAME ??_R0?AVGCC_ChannelType@@@8 @20781 NONAME ??_R0?AVGCC_ConductorAssignIndication@@@8 @20782 NONAME ??_R0?AVGCC_ConductorPermissionAskIndication@@@8 @20783 NONAME ??_R0?AVGCC_ConductorPermissionGrantIndication@@@8 @20784 NONAME ??_R0?AVGCC_ConductorReleaseIndication@@@8 @20785 NONAME ??_R0?AVGCC_ConferenceAddRequest@@@8 @20786 NONAME ??_R0?AVGCC_ConferenceAddResponse@@@8 @20787 NONAME ??_R0?AVGCC_ConferenceAddResponse_result@@@8 @20788 NONAME ??_R0?AVGCC_ConferenceAssistanceIndication@@@8 @20789 NONAME ??_R0?AVGCC_ConferenceCreateRequest@@@8 @20790 NONAME ??_R0?AVGCC_ConferenceCreateResponse@@@8 @20791 NONAME ??_R0?AVGCC_ConferenceCreateResponse_result@@@8 @20792 NONAME ??_R0?AVGCC_ConferenceDescriptor@@@8 @20793 NONAME ??_R0?AVGCC_ConferenceEjectUserIndication@@@8 @20794 NONAME ??_R0?AVGCC_ConferenceEjectUserIndication_reason@@@8 @20795 NONAME ??_R0?AVGCC_ConferenceEjectUserRequest@@@8 @20796 NONAME ??_R0?AVGCC_ConferenceEjectUserRequest_reason@@@8 @20797 NONAME ??_R0?AVGCC_ConferenceEjectUserResponse@@@8 @20798 NONAME ??_R0?AVGCC_ConferenceEjectUserResponse_result@@@8 @20799 NONAME ??_R0?AVGCC_ConferenceInviteRequest@@@8 @20800 NONAME ??_R0?AVGCC_ConferenceInviteResponse@@@8 @20801 NONAME ??_R0?AVGCC_ConferenceInviteResponse_result@@@8 @20802 NONAME ??_R0?AVGCC_ConferenceJoinRequest@@@8 @20803 NONAME ??_R0?AVGCC_ConferenceJoinResponse@@@8 @20804 NONAME ??_R0?AVGCC_ConferenceJoinResponse_result@@@8 @20805 NONAME ??_R0?AVGCC_ConferenceLockIndication@@@8 @20806 NONAME ??_R0?AVGCC_ConferenceLockRequest@@@8 @20807 NONAME ??_R0?AVGCC_ConferenceLockResponse@@@8 @20808 NONAME ??_R0?AVGCC_ConferenceLockResponse_result@@@8 @20809 NONAME ??_R0?AVGCC_ConferenceName@@@8 @20810 NONAME ??_R0?AVGCC_ConferenceNameModifier@@@8 @20811 NONAME ??_R0?AVGCC_ConferenceNameSelector@@@8 @20812 NONAME ??_R0?AVGCC_ConferencePriority@@@8 @20813 NONAME ??_R0?AVGCC_ConferencePriorityScheme@@@8 @20814 NONAME ??_R0?AVGCC_ConferenceQueryRequest@@@8 @20815 NONAME ??_R0?AVGCC_ConferenceQueryResponse@@@8 @20816 NONAME ??_R0?AVGCC_ConferenceQueryResponse_result@@@8 @20817 NONAME ??_R0?AVGCC_ConferenceTerminateIndication@@@8 @20818 NONAME ??_R0?AVGCC_ConferenceTerminateIndication_reason@@@8 @20819 NONAME ??_R0?AVGCC_ConferenceTerminateRequest@@@8 @20820 NONAME ??_R0?AVGCC_ConferenceTerminateRequest_reason@@@8 @20821 NONAME ??_R0?AVGCC_ConferenceTerminateResponse@@@8 @20822 NONAME ??_R0?AVGCC_ConferenceTerminateResponse_result@@@8 @20823 NONAME ??_R0?AVGCC_ConferenceTimeExtendIndication@@@8 @20824 NONAME ??_R0?AVGCC_ConferenceTimeInquireIndication@@@8 @20825 NONAME ??_R0?AVGCC_ConferenceTimeRemainingIndication@@@8 @20826 NONAME ??_R0?AVGCC_ConferenceTransferIndication@@@8 @20827 NONAME ??_R0?AVGCC_ConferenceTransferRequest@@@8 @20828 NONAME ??_R0?AVGCC_ConferenceTransferResponse@@@8 @20829 NONAME ??_R0?AVGCC_ConferenceTransferResponse_result@@@8 @20830 NONAME ??_R0?AVGCC_ConferenceUnlockIndication@@@8 @20831 NONAME ??_R0?AVGCC_ConferenceUnlockRequest@@@8 @20832 NONAME ??_R0?AVGCC_ConferenceUnlockResponse@@@8 @20833 NONAME ??_R0?AVGCC_ConferenceUnlockResponse_result@@@8 @20834 NONAME ??_R0?AVGCC_ConnectData@@@8 @20835 NONAME ??_R0?AVGCC_ConnectGCCPDU@@@8 @20836 NONAME ??_R0?AVGCC_DialingString@@@8 @20837 NONAME ??_R0?AVGCC_DynamicChannelID@@@8 @20838 NONAME ??_R0?AVGCC_DynamicTokenID@@@8 @20839 NONAME ??_R0?AVGCC_EntityID@@@8 @20840 NONAME ??_R0?AVGCC_ExtraDialingString@@@8 @20841 NONAME ??_R0?AVGCC_FunctionNotSupportedResponse@@@8 @20842 NONAME ??_R0?AVGCC_GCCPDU@@@8 @20843 NONAME ??_R0?AVGCC_H221NonStandardIdentifier@@@8 @20844 NONAME ??_R0?AVGCC_Handle@@@8 @20845 NONAME ??_R0?AVGCC_IndicationPDU@@@8 @20846 NONAME ??_R0?AVGCC_Key@@@8 @20847 NONAME ??_R0?AVGCC_NetworkAddress@@@8 @20848 NONAME ??_R0?AVGCC_NetworkAddress_subtype@@@8 @20849 NONAME ??_R0?AVGCC_NetworkAddress_subtype_aggregatedChannel@@@8 @20850 NONAME ??_R0?AVGCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@@8 @20851 NONAME ??_R0?AVGCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@@8 @20852 NONAME ??_R0?AVGCC_NetworkAddress_subtype_transportConnection@@@8 @20853 NONAME ??_R0?AVGCC_NodeProperties@@@8 @20854 NONAME ??_R0?AVGCC_NodeRecord@@@8 @20855 NONAME ??_R0?AVGCC_NodeType@@@8 @20856 NONAME ??_R0?AVGCC_NonStandardParameter@@@8 @20857 NONAME ??_R0?AVGCC_NonStandardPDU@@@8 @20858 NONAME ??_R0?AVGCC_Password@@@8 @20859 NONAME ??_R0?AVGCC_PasswordChallengeRequestResponse@@@8 @20860 NONAME ??_R0?AVGCC_PasswordChallengeRequestResponse_challengeRequestResponse@@@8 @20861 NONAME ??_R0?AVGCC_PasswordSelector@@@8 @20862 NONAME ??_R0?AVGCC_Privilege@@@8 @20863 NONAME ??_R0?AVGCC_RegistryAllocateHandleRequest@@@8 @20864 NONAME ??_R0?AVGCC_RegistryAllocateHandleResponse@@@8 @20865 NONAME ??_R0?AVGCC_RegistryAllocateHandleResponse_result@@@8 @20866 NONAME ??_R0?AVGCC_RegistryAssignTokenRequest@@@8 @20867 NONAME ??_R0?AVGCC_RegistryDeleteEntryRequest@@@8 @20868 NONAME ??_R0?AVGCC_RegistryEntryOwner@@@8 @20869 NONAME ??_R0?AVGCC_RegistryEntryOwner_owned@@@8 @20870 NONAME ??_R0?AVGCC_RegistryItem@@@8 @20871 NONAME ??_R0?AVGCC_RegistryKey@@@8 @20872 NONAME ??_R0?AVGCC_RegistryModificationRights@@@8 @20873 NONAME ??_R0?AVGCC_RegistryMonitorEntryIndication@@@8 @20874 NONAME ??_R0?AVGCC_RegistryMonitorEntryRequest@@@8 @20875 NONAME ??_R0?AVGCC_RegistryRegisterChannelRequest@@@8 @20876 NONAME ??_R0?AVGCC_RegistryResponse@@@8 @20877 NONAME ??_R0?AVGCC_RegistryResponse_primitiveType@@@8 @20878 NONAME ??_R0?AVGCC_RegistryResponse_result@@@8 @20879 NONAME ??_R0?AVGCC_RegistryRetrieveEntryRequest@@@8 @20880 NONAME ??_R0?AVGCC_RegistrySetParameterRequest@@@8 @20881 NONAME ??_R0?AVGCC_RequestPDU@@@8 @20882 NONAME ??_R0?AVGCC_ResponsePDU@@@8 @20883 NONAME ??_R0?AVGCC_RosterUpdateIndication@@@8 @20884 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation@@@8 @20885 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype@@@8 @20886 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@@8 @20887 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@@8 @20888 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@@8 @20889 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@@8 @20890 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@@8 @20891 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@@8 @20892 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@@8 @20893 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@@8 @20894 NONAME ??_R0?AVGCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@@8 @20895 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation@@@8 @20896 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@@8 @20897 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@@8 @20898 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@@8 @20899 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@@8 @20900 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@@8 @20901 NONAME ??_R0?AVGCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@@8 @20902 NONAME ??_R0?AVGCC_SessionKey@@@8 @20903 NONAME ??_R0?AVGCC_SimpleNumericString@@@8 @20904 NONAME ??_R0?AVGCC_SimpleTextString@@@8 @20905 NONAME ??_R0?AVGCC_StaticChannelID@@@8 @20906 NONAME ??_R0?AVGCC_StaticTokenID@@@8 @20907 NONAME ??_R0?AVGCC_SubAddressString@@@8 @20908 NONAME ??_R0?AVGCC_TerminationMethod@@@8 @20909 NONAME ??_R0?AVGCC_TextMessageIndication@@@8 @20910 NONAME ??_R0?AVGCC_TextString@@@8 @20911 NONAME ??_R0?AVGCC_Time@@@8 @20912 NONAME ??_R0?AVGCC_TokenID@@@8 @20913 NONAME ??_R0?AVGCC_UserData@@@8 @20914 NONAME ??_R0?AVGCC_UserData_subtype@@@8 @20915 NONAME ??_R0?AVGCC_UserID@@@8 @20916 NONAME ??_R0?AVGCC_UserIDIndication@@@8 @20917 NONAME ??_R0?AVH225CallThread@@@8 @20918 NONAME ??_R0?AVH225TransportThread@@@8 @20919 NONAME ??_R0?AVH225_AddressPattern@@@8 @20920 NONAME ??_R0?AVH225_AddressPattern_range@@@8 @20921 NONAME ??_R0?AVH225_AdmissionConfirm@@@8 @20922 NONAME ??_R0?AVH225_AdmissionConfirm_language@@@8 @20923 NONAME ??_R0?AVH225_AdmissionReject@@@8 @20924 NONAME ??_R0?AVH225_AdmissionRejectReason@@@8 @20925 NONAME ??_R0?AVH225_AdmissionRequest@@@8 @20926 NONAME ??_R0?AVH225_Alerting_UUIE@@@8 @20927 NONAME ??_R0?AVH225_AliasAddress@@@8 @20928 NONAME ??_R0?AVH225_AlternateGK@@@8 @20929 NONAME ??_R0?AVH225_AlternateTransportAddresses@@@8 @20930 NONAME ??_R0?AVH225_AltGKInfo@@@8 @20931 NONAME ??_R0?AVH225_ANSI_41_UIM@@@8 @20932 NONAME ??_R0?AVH225_ANSI_41_UIM_system_id@@@8 @20933 NONAME ??_R0?AVH225_ArrayOf_AddressPattern@@@8 @20934 NONAME ??_R0?AVH225_ArrayOf_AdmissionConfirm@@@8 @20935 NONAME ??_R0?AVH225_ArrayOf_AliasAddress@@@8 @20936 NONAME ??_R0?AVH225_ArrayOf_AlternateGK@@@8 @20937 NONAME ??_R0?AVH225_ArrayOf_AuthenticationMechanism@@@8 @20938 NONAME ??_R0?AVH225_ArrayOf_BandwidthDetails@@@8 @20939 NONAME ??_R0?AVH225_ArrayOf_CallReferenceValue@@@8 @20940 NONAME ??_R0?AVH225_ArrayOf_CallsAvailable@@@8 @20941 NONAME ??_R0?AVH225_ArrayOf_ClearToken@@@8 @20942 NONAME ??_R0?AVH225_ArrayOf_ConferenceIdentifier@@@8 @20943 NONAME ??_R0?AVH225_ArrayOf_ConferenceList@@@8 @20944 NONAME ??_R0?AVH225_ArrayOf_CryptoH323Token@@@8 @20945 NONAME ??_R0?AVH225_ArrayOf_DataRate@@@8 @20946 NONAME ??_R0?AVH225_ArrayOf_Endpoint@@@8 @20947 NONAME ??_R0?AVH225_ArrayOf_EnumeratedParameter@@@8 @20948 NONAME ??_R0?AVH225_ArrayOf_ExtendedAliasAddress@@@8 @20949 NONAME ??_R0?AVH225_ArrayOf_FeatureDescriptor@@@8 @20950 NONAME ??_R0?AVH225_ArrayOf_GenericData@@@8 @20951 NONAME ??_R0?AVH225_ArrayOf_H245Security@@@8 @20952 NONAME ??_R0?AVH225_ArrayOf_H248PackagesDescriptor@@@8 @20953 NONAME ??_R0?AVH225_ArrayOf_IntegrityMechanism@@@8 @20954 NONAME ??_R0?AVH225_ArrayOf_NonStandardParameter@@@8 @20955 NONAME ??_R0?AVH225_ArrayOf_PartyNumber@@@8 @20956 NONAME ??_R0?AVH225_ArrayOf_PASN_ObjectId@@@8 @20957 NONAME ??_R0?AVH225_ArrayOf_PASN_OctetString@@@8 @20958 NONAME ??_R0?AVH225_ArrayOf_RasUsageSpecification@@@8 @20959 NONAME ??_R0?AVH225_ArrayOf_RTPSession@@@8 @20960 NONAME ??_R0?AVH225_ArrayOf_ServiceControlSession@@@8 @20961 NONAME ??_R0?AVH225_ArrayOf_SupportedPrefix@@@8 @20962 NONAME ??_R0?AVH225_ArrayOf_SupportedProtocols@@@8 @20963 NONAME ??_R0?AVH225_ArrayOf_TransportAddress@@@8 @20964 NONAME ??_R0?AVH225_ArrayOf_TransportChannelInfo@@@8 @20965 NONAME ??_R0?AVH225_ArrayOf_TunnelledProtocol@@@8 @20966 NONAME ??_R0?AVH225_BandRejectReason@@@8 @20967 NONAME ??_R0?AVH225_BandWidth@@@8 @20968 NONAME ??_R0?AVH225_BandwidthConfirm@@@8 @20969 NONAME ??_R0?AVH225_BandwidthDetails@@@8 @20970 NONAME ??_R0?AVH225_BandwidthReject@@@8 @20971 NONAME ??_R0?AVH225_BandwidthRequest@@@8 @20972 NONAME ??_R0?AVH225_CallCapacity@@@8 @20973 NONAME ??_R0?AVH225_CallCapacityInfo@@@8 @20974 NONAME ??_R0?AVH225_CallCreditCapability@@@8 @20975 NONAME ??_R0?AVH225_CallCreditServiceControl@@@8 @20976 NONAME ??_R0?AVH225_CallCreditServiceControl_billingMode@@@8 @20977 NONAME ??_R0?AVH225_CallCreditServiceControl_callStartingPoint@@@8 @20978 NONAME ??_R0?AVH225_CallIdentifier@@@8 @20979 NONAME ??_R0?AVH225_CallLinkage@@@8 @20980 NONAME ??_R0?AVH225_CallModel@@@8 @20981 NONAME ??_R0?AVH225_CallProceeding_UUIE@@@8 @20982 NONAME ??_R0?AVH225_CallReferenceValue@@@8 @20983 NONAME ??_R0?AVH225_CallsAvailable@@@8 @20984 NONAME ??_R0?AVH225_CallTerminationCause@@@8 @20985 NONAME ??_R0?AVH225_CallType@@@8 @20986 NONAME ??_R0?AVH225_CapacityReportingCapability@@@8 @20987 NONAME ??_R0?AVH225_CapacityReportingSpecification@@@8 @20988 NONAME ??_R0?AVH225_CapacityReportingSpecification_when@@@8 @20989 NONAME ??_R0?AVH225_CarrierInfo@@@8 @20990 NONAME ??_R0?AVH225_CicInfo@@@8 @20991 NONAME ??_R0?AVH225_CicInfo_cic@@@8 @20992 NONAME ??_R0?AVH225_CircuitIdentifier@@@8 @20993 NONAME ??_R0?AVH225_CircuitInfo@@@8 @20994 NONAME ??_R0?AVH225_ConferenceIdentifier@@@8 @20995 NONAME ??_R0?AVH225_ConferenceList@@@8 @20996 NONAME ??_R0?AVH225_Connect_UUIE@@@8 @20997 NONAME ??_R0?AVH225_Connect_UUIE_language@@@8 @20998 NONAME ??_R0?AVH225_Content@@@8 @20999 NONAME ??_R0?AVH225_CryptoH323Token@@@8 @21000 NONAME ??_R0?AVH225_CryptoH323Token_cryptoEPPwdHash@@@8 @21001 NONAME ??_R0?AVH225_CryptoH323Token_cryptoGKPwdHash@@@8 @21002 NONAME ??_R0?AVH225_DataRate@@@8 @21003 NONAME ??_R0?AVH225_DisengageConfirm@@@8 @21004 NONAME ??_R0?AVH225_DisengageReason@@@8 @21005 NONAME ??_R0?AVH225_DisengageReject@@@8 @21006 NONAME ??_R0?AVH225_DisengageRejectReason@@@8 @21007 NONAME ??_R0?AVH225_DisengageRequest@@@8 @21008 NONAME ??_R0?AVH225_EncodedFastStartToken@@@8 @21009 NONAME ??_R0?AVH225_EncryptIntAlg@@@8 @21010 NONAME ??_R0?AVH225_Endpoint@@@8 @21011 NONAME ??_R0?AVH225_EndpointIdentifier@@@8 @21012 NONAME ??_R0?AVH225_EndpointType@@@8 @21013 NONAME ??_R0?AVH225_EnumeratedParameter@@@8 @21014 NONAME ??_R0?AVH225_ExtendedAliasAddress@@@8 @21015 NONAME ??_R0?AVH225_FacilityReason@@@8 @21016 NONAME ??_R0?AVH225_Facility_UUIE@@@8 @21017 NONAME ??_R0?AVH225_FastStartToken@@@8 @21018 NONAME ??_R0?AVH225_FeatureDescriptor@@@8 @21019 NONAME ??_R0?AVH225_FeatureSet@@@8 @21020 NONAME ??_R0?AVH225_GatekeeperConfirm@@@8 @21021 NONAME ??_R0?AVH225_GatekeeperIdentifier@@@8 @21022 NONAME ??_R0?AVH225_GatekeeperInfo@@@8 @21023 NONAME ??_R0?AVH225_GatekeeperReject@@@8 @21024 NONAME ??_R0?AVH225_GatekeeperRejectReason@@@8 @21025 NONAME ??_R0?AVH225_GatekeeperRequest@@@8 @21026 NONAME ??_R0?AVH225_GatewayInfo@@@8 @21027 NONAME ??_R0?AVH225_GenericData@@@8 @21028 NONAME ??_R0?AVH225_GenericIdentifier@@@8 @21029 NONAME ??_R0?AVH225_GloballyUniqueID@@@8 @21030 NONAME ??_R0?AVH225_GroupID@@@8 @21031 NONAME ??_R0?AVH225_GroupID_member@@@8 @21032 NONAME ??_R0?AVH225_GSM_UIM@@@8 @21033 NONAME ??_R0?AVH225_H221NonStandard@@@8 @21034 NONAME ??_R0?AVH225_H245Security@@@8 @21035 NONAME ??_R0?AVH225_H248PackagesDescriptor@@@8 @21036 NONAME ??_R0?AVH225_H248SignalsDescriptor@@@8 @21037 NONAME ??_R0?AVH225_H310Caps@@@8 @21038 NONAME ??_R0?AVH225_H320Caps@@@8 @21039 NONAME ??_R0?AVH225_H321Caps@@@8 @21040 NONAME ??_R0?AVH225_H322Caps@@@8 @21041 NONAME ??_R0?AVH225_H323Caps@@@8 @21042 NONAME ??_R0?AVH225_H323_UserInformation@@@8 @21043 NONAME ??_R0?AVH225_H323_UserInformation_user_data@@@8 @21044 NONAME ??_R0?AVH225_H323_UU_PDU@@@8 @21045 NONAME ??_R0?AVH225_H323_UU_PDU_h323_message_body@@@8 @21046 NONAME ??_R0?AVH225_H323_UU_PDU_tunnelledSignallingMessage@@@8 @21047 NONAME ??_R0?AVH225_H324Caps@@@8 @21048 NONAME ??_R0?AVH225_ICV@@@8 @21049 NONAME ??_R0?AVH225_InfoRequest@@@8 @21050 NONAME ??_R0?AVH225_InfoRequestAck@@@8 @21051 NONAME ??_R0?AVH225_InfoRequestNak@@@8 @21052 NONAME ??_R0?AVH225_InfoRequestNakReason@@@8 @21053 NONAME ??_R0?AVH225_InfoRequestResponse@@@8 @21054 NONAME ??_R0?AVH225_InfoRequestResponseStatus@@@8 @21055 NONAME ??_R0?AVH225_InfoRequestResponse_perCallInfo@@@8 @21056 NONAME ??_R0?AVH225_InfoRequestResponse_perCallInfo_subtype@@@8 @21057 NONAME ??_R0?AVH225_InfoRequestResponse_perCallInfo_subtype_pdu@@@8 @21058 NONAME ??_R0?AVH225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@@8 @21059 NONAME ??_R0?AVH225_Information_UUIE@@@8 @21060 NONAME ??_R0?AVH225_IntegrityMechanism@@@8 @21061 NONAME ??_R0?AVH225_LocationConfirm@@@8 @21062 NONAME ??_R0?AVH225_LocationReject@@@8 @21063 NONAME ??_R0?AVH225_LocationRejectReason@@@8 @21064 NONAME ??_R0?AVH225_LocationRequest@@@8 @21065 NONAME ??_R0?AVH225_McuInfo@@@8 @21066 NONAME ??_R0?AVH225_MobileUIM@@@8 @21067 NONAME ??_R0?AVH225_NonIsoIntegrityMechanism@@@8 @21068 NONAME ??_R0?AVH225_NonStandardIdentifier@@@8 @21069 NONAME ??_R0?AVH225_NonStandardMessage@@@8 @21070 NONAME ??_R0?AVH225_NonStandardParameter@@@8 @21071 NONAME ??_R0?AVH225_NonStandardProtocol@@@8 @21072 NONAME ??_R0?AVH225_Notify_UUIE@@@8 @21073 NONAME ??_R0?AVH225_NumberDigits@@@8 @21074 NONAME ??_R0?AVH225_PartyNumber@@@8 @21075 NONAME ??_R0?AVH225_PresentationIndicator@@@8 @21076 NONAME ??_R0?AVH225_PrivatePartyNumber@@@8 @21077 NONAME ??_R0?AVH225_PrivateTypeOfNumber@@@8 @21078 NONAME ??_R0?AVH225_Progress_UUIE@@@8 @21079 NONAME ??_R0?AVH225_ProtocolIdentifier@@@8 @21080 NONAME ??_R0?AVH225_PublicPartyNumber@@@8 @21081 NONAME ??_R0?AVH225_PublicTypeOfNumber@@@8 @21082 NONAME ??_R0?AVH225_Q954Details@@@8 @21083 NONAME ??_R0?AVH225_QseriesOptions@@@8 @21084 NONAME ??_R0?AVH225_RAS@@@8 @21085 NONAME ??_R0?AVH225_RasMessage@@@8 @21086 NONAME ??_R0?AVH225_RasUsageInformation@@@8 @21087 NONAME ??_R0?AVH225_RasUsageInfoTypes@@@8 @21088 NONAME ??_R0?AVH225_RasUsageSpecification@@@8 @21089 NONAME ??_R0?AVH225_RasUsageSpecification_callStartingPoint@@@8 @21090 NONAME ??_R0?AVH225_RasUsageSpecification_when@@@8 @21091 NONAME ??_R0?AVH225_RegistrationConfirm@@@8 @21092 NONAME ??_R0?AVH225_RegistrationConfirm_preGrantedARQ@@@8 @21093 NONAME ??_R0?AVH225_RegistrationReject@@@8 @21094 NONAME ??_R0?AVH225_RegistrationRejectReason@@@8 @21095 NONAME ??_R0?AVH225_RegistrationRejectReason_invalidTerminalAliases@@@8 @21096 NONAME ??_R0?AVH225_RegistrationRequest@@@8 @21097 NONAME ??_R0?AVH225_ReleaseCompleteReason@@@8 @21098 NONAME ??_R0?AVH225_ReleaseComplete_UUIE@@@8 @21099 NONAME ??_R0?AVH225_RequestInProgress@@@8 @21100 NONAME ??_R0?AVH225_RequestSeqNum@@@8 @21101 NONAME ??_R0?AVH225_ResourcesAvailableConfirm@@@8 @21102 NONAME ??_R0?AVH225_ResourcesAvailableIndicate@@@8 @21103 NONAME ??_R0?AVH225_RTPSession@@@8 @21104 NONAME ??_R0?AVH225_RTPSession_associatedSessionIds@@@8 @21105 NONAME ??_R0?AVH225_ScnConnectionAggregation@@@8 @21106 NONAME ??_R0?AVH225_ScnConnectionType@@@8 @21107 NONAME ??_R0?AVH225_ScreeningIndicator@@@8 @21108 NONAME ??_R0?AVH225_SecurityCapabilities@@@8 @21109 NONAME ??_R0?AVH225_SecurityErrors2@@@8 @21110 NONAME ??_R0?AVH225_SecurityErrors@@@8 @21111 NONAME ??_R0?AVH225_SecurityServiceMode@@@8 @21112 NONAME ??_R0?AVH225_ServiceControlDescriptor@@@8 @21113 NONAME ??_R0?AVH225_ServiceControlIndication@@@8 @21114 NONAME ??_R0?AVH225_ServiceControlIndication_callSpecific@@@8 @21115 NONAME ??_R0?AVH225_ServiceControlResponse@@@8 @21116 NONAME ??_R0?AVH225_ServiceControlResponse_result@@@8 @21117 NONAME ??_R0?AVH225_ServiceControlSession@@@8 @21118 NONAME ??_R0?AVH225_ServiceControlSession_reason@@@8 @21119 NONAME ??_R0?AVH225_SetupAcknowledge_UUIE@@@8 @21120 NONAME ??_R0?AVH225_Setup_UUIE@@@8 @21121 NONAME ??_R0?AVH225_Setup_UUIE_conferenceGoal@@@8 @21122 NONAME ??_R0?AVH225_Setup_UUIE_connectionParameters@@@8 @21123 NONAME ??_R0?AVH225_Setup_UUIE_language@@@8 @21124 NONAME ??_R0?AVH225_SIPCaps@@@8 @21125 NONAME ??_R0?AVH225_StatusInquiry_UUIE@@@8 @21126 NONAME ??_R0?AVH225_Status_UUIE@@@8 @21127 NONAME ??_R0?AVH225_StimulusControl@@@8 @21128 NONAME ??_R0?AVH225_SupportedPrefix@@@8 @21129 NONAME ??_R0?AVH225_SupportedProtocols@@@8 @21130 NONAME ??_R0?AVH225_T120OnlyCaps@@@8 @21131 NONAME ??_R0?AVH225_T38FaxAnnexbOnlyCaps@@@8 @21132 NONAME ??_R0?AVH225_TBCD_STRING@@@8 @21133 NONAME ??_R0?AVH225_TerminalInfo@@@8 @21134 NONAME ??_R0?AVH225_TimeToLive@@@8 @21135 NONAME ??_R0?AVH225_TransportAddress@@@8 @21136 NONAME ??_R0?AVH225_TransportAddress_ip6Address@@@8 @21137 NONAME ??_R0?AVH225_TransportAddress_ipAddress@@@8 @21138 NONAME ??_R0?AVH225_TransportAddress_ipSourceRoute@@@8 @21139 NONAME ??_R0?AVH225_TransportAddress_ipSourceRoute_route@@@8 @21140 NONAME ??_R0?AVH225_TransportAddress_ipSourceRoute_routing@@@8 @21141 NONAME ??_R0?AVH225_TransportAddress_ipxAddress@@@8 @21142 NONAME ??_R0?AVH225_TransportChannelInfo@@@8 @21143 NONAME ??_R0?AVH225_TransportQOS@@@8 @21144 NONAME ??_R0?AVH225_TunnelledProtocol@@@8 @21145 NONAME ??_R0?AVH225_TunnelledProtocolAlternateIdentifier@@@8 @21146 NONAME ??_R0?AVH225_TunnelledProtocol_id@@@8 @21147 NONAME ??_R0?AVH225_UnknownMessageResponse@@@8 @21148 NONAME ??_R0?AVH225_UnregistrationConfirm@@@8 @21149 NONAME ??_R0?AVH225_UnregistrationReject@@@8 @21150 NONAME ??_R0?AVH225_UnregistrationRequest@@@8 @21151 NONAME ??_R0?AVH225_UnregRejectReason@@@8 @21152 NONAME ??_R0?AVH225_UnregRequestReason@@@8 @21153 NONAME ??_R0?AVH225_UseSpecifiedTransport@@@8 @21154 NONAME ??_R0?AVH225_UUIEsRequested@@@8 @21155 NONAME ??_R0?AVH225_VendorIdentifier@@@8 @21156 NONAME ??_R0?AVH225_VoiceCaps@@@8 @21157 NONAME ??_R0?AVH235AuthCAT@@@8 @21158 NONAME ??_R0?AVH235Authenticator@@@8 @21159 NONAME ??_R0?AVH235Authenticators@@@8 @21160 NONAME ??_R0?AVH235AuthProcedure1@@@8 @21161 NONAME ??_R0?AVH235AuthSimpleMD5@@@8 @21162 NONAME ??_R0?AVH235_AuthenticationBES@@@8 @21163 NONAME ??_R0?AVH235_AuthenticationMechanism@@@8 @21164 NONAME ??_R0?AVH235_ChallengeString@@@8 @21165 NONAME ??_R0?AVH235_ClearToken@@@8 @21166 NONAME ??_R0?AVH235_CryptoToken@@@8 @21167 NONAME ??_R0?AVH235_CryptoToken_cryptoEncryptedToken@@@8 @21168 NONAME ??_R0?AVH235_CryptoToken_cryptoHashedToken@@@8 @21169 NONAME ??_R0?AVH235_CryptoToken_cryptoSignedToken@@@8 @21170 NONAME ??_R0?AVH235_DHset@@@8 @21171 NONAME ??_R0?AVH235_ECGDSASignature@@@8 @21172 NONAME ??_R0?AVH235_ECKASDH@@@8 @21173 NONAME ??_R0?AVH235_ECKASDH_eckasdh2@@@8 @21174 NONAME ??_R0?AVH235_ECKASDH_eckasdhp@@@8 @21175 NONAME ??_R0?AVH235_ECpoint@@@8 @21176 NONAME ??_R0?AVH235_EncodedGeneralToken@@@8 @21177 NONAME ??_R0?AVH235_EncodedKeySignedMaterial@@@8 @21178 NONAME ??_R0?AVH235_EncodedKeySyncMaterial@@@8 @21179 NONAME ??_R0?AVH235_EncodedPwdCertToken@@@8 @21180 NONAME ??_R0?AVH235_EncodedReturnSig@@@8 @21181 NONAME ??_R0?AVH235_H235CertificateSignature@@@8 @21182 NONAME ??_R0?AVH235_H235Key@@@8 @21183 NONAME ??_R0?AVH235_Identifier@@@8 @21184 NONAME ??_R0?AVH235_IV16@@@8 @21185 NONAME ??_R0?AVH235_IV8@@@8 @21186 NONAME ??_R0?AVH235_KeyMaterial@@@8 @21187 NONAME ??_R0?AVH235_KeySignedMaterial@@@8 @21188 NONAME ??_R0?AVH235_KeySyncMaterial@@@8 @21189 NONAME ??_R0?AVH235_NonStandardParameter@@@8 @21190 NONAME ??_R0?AVH235_Params@@@8 @21191 NONAME ??_R0?AVH235_Password@@@8 @21192 NONAME ??_R0?AVH235_PwdCertToken@@@8 @21193 NONAME ??_R0?AVH235_RandomVal@@@8 @21194 NONAME ??_R0?AVH235_ReturnSig@@@8 @21195 NONAME ??_R0?AVH235_TimeStamp@@@8 @21196 NONAME ??_R0?AVH235_TypedCertificate@@@8 @21197 NONAME ??_R0?AVH235_V3KeySyncMaterial@@@8 @21198 NONAME ??_R0?AVH245NegLogicalChannel@@@8 @21199 NONAME ??_R0?AVH245NegLogicalChannels@@@8 @21200 NONAME ??_R0?AVH245NegMasterSlaveDetermination@@@8 @21201 NONAME ??_R0?AVH245Negotiator@@@8 @21202 NONAME ??_R0?AVH245NegRequestMode@@@8 @21203 NONAME ??_R0?AVH245NegRoundTripDelay@@@8 @21204 NONAME ??_R0?AVH245NegTerminalCapabilitySet@@@8 @21205 NONAME ??_R0?AVH245TransportThread@@@8 @21206 NONAME ??_R0?AVH245_AlternativeCapabilitySet@@@8 @21207 NONAME ??_R0?AVH245_ArrayOf_AlternativeCapabilitySet@@@8 @21208 NONAME ??_R0?AVH245_ArrayOf_BEnhancementParameters@@@8 @21209 NONAME ??_R0?AVH245_ArrayOf_CapabilityDescriptor@@@8 @21210 NONAME ??_R0?AVH245_ArrayOf_CapabilityDescriptorNumber@@@8 @21211 NONAME ??_R0?AVH245_ArrayOf_CapabilityTableEntry@@@8 @21212 NONAME ??_R0?AVH245_ArrayOf_CapabilityTableEntryNumber@@@8 @21213 NONAME ??_R0?AVH245_ArrayOf_CommunicationModeTableEntry@@@8 @21214 NONAME ??_R0?AVH245_ArrayOf_CustomPictureClockFrequency@@@8 @21215 NONAME ??_R0?AVH245_ArrayOf_CustomPictureFormat@@@8 @21216 NONAME ??_R0?AVH245_ArrayOf_DataApplicationCapability@@@8 @21217 NONAME ??_R0?AVH245_ArrayOf_DialingInformationNetworkType@@@8 @21218 NONAME ??_R0?AVH245_ArrayOf_DialingInformationNumber@@@8 @21219 NONAME ??_R0?AVH245_ArrayOf_EnhancementOptions@@@8 @21220 NONAME ??_R0?AVH245_ArrayOf_EscrowData@@@8 @21221 NONAME ??_R0?AVH245_ArrayOf_GenericCapability@@@8 @33089 NONAME ??_R0?AVH245_ArrayOf_GenericParameter@@@8 @21222 NONAME ??_R0?AVH245_ArrayOf_H263ModeComboFlags@@@8 @21223 NONAME ??_R0?AVH245_ArrayOf_H263VideoModeCombos@@@8 @21224 NONAME ??_R0?AVH245_ArrayOf_MediaChannelCapability@@@8 @21225 NONAME ??_R0?AVH245_ArrayOf_MediaDistributionCapability@@@8 @21226 NONAME ??_R0?AVH245_ArrayOf_ModeDescription@@@8 @21227 NONAME ??_R0?AVH245_ArrayOf_MultiplePayloadStreamElement@@@8 @21228 NONAME ??_R0?AVH245_ArrayOf_MultiplePayloadStreamElementMode@@@8 @21229 NONAME ??_R0?AVH245_ArrayOf_MultiplexElement@@@8 @21230 NONAME ??_R0?AVH245_ArrayOf_MultiplexEntryDescriptor@@@8 @21231 NONAME ??_R0?AVH245_ArrayOf_MultiplexEntryRejectionDescriptions@@@8 @21232 NONAME ??_R0?AVH245_ArrayOf_MultiplexTableEntryNumber@@@8 @21233 NONAME ??_R0?AVH245_ArrayOf_NonStandardParameter@@@8 @21234 NONAME ??_R0?AVH245_ArrayOf_ParameterIdentifier@@@8 @21235 NONAME ??_R0?AVH245_ArrayOf_PictureReference@@@8 @21236 NONAME ??_R0?AVH245_ArrayOf_Q2931Address@@@8 @21237 NONAME ??_R0?AVH245_ArrayOf_QOSCapability@@@8 @21238 NONAME ??_R0?AVH245_ArrayOf_RedundancyEncodingCapability@@@8 @21239 NONAME ??_R0?AVH245_ArrayOf_RedundancyEncodingDTModeElement@@@8 @21240 NONAME ??_R0?AVH245_ArrayOf_RedundancyEncodingElement@@@8 @21241 NONAME ??_R0?AVH245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@@8 @21242 NONAME ??_R0?AVH245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@@8 @21243 NONAME ??_R0?AVH245_ArrayOf_RTPPayloadType@@@8 @21244 NONAME ??_R0?AVH245_ArrayOf_TerminalInformation@@@8 @21245 NONAME ??_R0?AVH245_ArrayOf_TerminalLabel@@@8 @21246 NONAME ??_R0?AVH245_ArrayOf_VCCapability@@@8 @21247 NONAME ??_R0?AVH245_ArrayOf_VideoCapability@@@8 @33090 NONAME ??_R0?AVH245_ATMParameters@@@8 @21248 NONAME ??_R0?AVH245_AudioCapability@@@8 @21249 NONAME ??_R0?AVH245_AudioCapability_g7231@@@8 @21250 NONAME ??_R0?AVH245_AudioMode@@@8 @21251 NONAME ??_R0?AVH245_AudioMode_g7231@@@8 @21252 NONAME ??_R0?AVH245_AudioTelephonyEventCapability@@@8 @21253 NONAME ??_R0?AVH245_AudioToneCapability@@@8 @21254 NONAME ??_R0?AVH245_AuthenticationCapability@@@8 @21255 NONAME ??_R0?AVH245_BEnhancementParameters@@@8 @21256 NONAME ??_R0?AVH245_Capability@@@8 @21257 NONAME ??_R0?AVH245_CapabilityDescriptor@@@8 @21258 NONAME ??_R0?AVH245_CapabilityDescriptorNumber@@@8 @21259 NONAME ??_R0?AVH245_CapabilityIdentifier@@@8 @21260 NONAME ??_R0?AVH245_CapabilityTableEntry@@@8 @21261 NONAME ??_R0?AVH245_CapabilityTableEntryNumber@@@8 @21262 NONAME ??_R0?AVH245_Capability_h233EncryptionReceiveCapability@@@8 @21263 NONAME ??_R0?AVH245_CertSelectionCriteria@@@8 @21264 NONAME ??_R0?AVH245_CloseLogicalChannel@@@8 @21265 NONAME ??_R0?AVH245_CloseLogicalChannelAck@@@8 @21266 NONAME ??_R0?AVH245_CloseLogicalChannel_reason@@@8 @21267 NONAME ??_R0?AVH245_CloseLogicalChannel_source@@@8 @21268 NONAME ??_R0?AVH245_CommandMessage@@@8 @21269 NONAME ??_R0?AVH245_CommunicationModeCommand@@@8 @21270 NONAME ??_R0?AVH245_CommunicationModeRequest@@@8 @21271 NONAME ??_R0?AVH245_CommunicationModeResponse@@@8 @21272 NONAME ??_R0?AVH245_CommunicationModeTableEntry@@@8 @21273 NONAME ??_R0?AVH245_CommunicationModeTableEntry_dataType@@@8 @21274 NONAME ??_R0?AVH245_CompressionType@@@8 @21275 NONAME ??_R0?AVH245_ConferenceCapability@@@8 @21276 NONAME ??_R0?AVH245_ConferenceCommand@@@8 @21277 NONAME ??_R0?AVH245_ConferenceID@@@8 @21278 NONAME ??_R0?AVH245_ConferenceIndication@@@8 @21279 NONAME ??_R0?AVH245_ConferenceRequest@@@8 @21280 NONAME ??_R0?AVH245_ConferenceRequest_requestTerminalCertificate@@@8 @21281 NONAME ??_R0?AVH245_ConferenceResponse@@@8 @21282 NONAME ??_R0?AVH245_ConferenceResponse_broadcastMyLogicalChannelResponse@@@8 @21283 NONAME ??_R0?AVH245_ConferenceResponse_chairTokenOwnerResponse@@@8 @21284 NONAME ??_R0?AVH245_ConferenceResponse_conferenceIDResponse@@@8 @21285 NONAME ??_R0?AVH245_ConferenceResponse_extensionAddressResponse@@@8 @21286 NONAME ??_R0?AVH245_ConferenceResponse_makeMeChairResponse@@@8 @21287 NONAME ??_R0?AVH245_ConferenceResponse_makeTerminalBroadcasterResponse@@@8 @21288 NONAME ??_R0?AVH245_ConferenceResponse_mCTerminalIDResponse@@@8 @21289 NONAME ??_R0?AVH245_ConferenceResponse_passwordResponse@@@8 @21290 NONAME ??_R0?AVH245_ConferenceResponse_sendThisSourceResponse@@@8 @21291 NONAME ??_R0?AVH245_ConferenceResponse_terminalCertificateResponse@@@8 @21292 NONAME ??_R0?AVH245_ConferenceResponse_terminalIDResponse@@@8 @21293 NONAME ??_R0?AVH245_ConnectionIdentifier@@@8 @21294 NONAME ??_R0?AVH245_CRCLength@@@8 @21295 NONAME ??_R0?AVH245_Criteria@@@8 @21296 NONAME ??_R0?AVH245_CustomPictureClockFrequency@@@8 @21297 NONAME ??_R0?AVH245_CustomPictureFormat@@@8 @21298 NONAME ??_R0?AVH245_CustomPictureFormat_mPI@@@8 @21299 NONAME ??_R0?AVH245_CustomPictureFormat_mPI_customPCF@@@8 @21300 NONAME ??_R0?AVH245_CustomPictureFormat_mPI_customPCF_subtype@@@8 @21301 NONAME ??_R0?AVH245_CustomPictureFormat_pixelAspectInformation@@@8 @21302 NONAME ??_R0?AVH245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@@8 @21303 NONAME ??_R0?AVH245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@@8 @21304 NONAME ??_R0?AVH245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@@8 @21305 NONAME ??_R0?AVH245_DataApplicationCapability@@@8 @21306 NONAME ??_R0?AVH245_DataApplicationCapability_application@@@8 @21307 NONAME ??_R0?AVH245_DataApplicationCapability_application_nlpid@@@8 @21308 NONAME ??_R0?AVH245_DataApplicationCapability_application_t38fax@@@8 @21309 NONAME ??_R0?AVH245_DataApplicationCapability_application_t84@@@8 @21310 NONAME ??_R0?AVH245_DataMode@@@8 @21311 NONAME ??_R0?AVH245_DataMode_application@@@8 @21312 NONAME ??_R0?AVH245_DataMode_application_nlpid@@@8 @21313 NONAME ??_R0?AVH245_DataMode_application_t38fax@@@8 @21314 NONAME ??_R0?AVH245_DataProtocolCapability@@@8 @21315 NONAME ??_R0?AVH245_DataProtocolCapability_v76wCompression@@@8 @21316 NONAME ??_R0?AVH245_DataType@@@8 @21317 NONAME ??_R0?AVH245_DepFECCapability@@@8 @33429 NONAME ??_R0?AVH245_DepFECCapability_rfc2733@@@8 @33430 NONAME ??_R0?AVH245_DepFECCapability_rfc2733_separateStream@@@8 @33431 NONAME ??_R0?AVH245_DepFECData@@@8 @33432 NONAME ??_R0?AVH245_DepFECData_rfc2733@@@8 @33433 NONAME ??_R0?AVH245_DepFECData_rfc2733_mode@@@8 @33434 NONAME ??_R0?AVH245_DepFECData_rfc2733_mode_separateStream@@@8 @33435 NONAME ??_R0?AVH245_DepFECData_rfc2733_mode_separateStream_differentPort@@@8 @33436 NONAME ??_R0?AVH245_DepFECData_rfc2733_mode_separateStream_samePort@@@8 @33437 NONAME ??_R0?AVH245_DepFECMode@@@8 @33438 NONAME ??_R0?AVH245_DepFECMode_rfc2733Mode@@@8 @33439 NONAME ??_R0?AVH245_DepFECMode_rfc2733Mode_mode@@@8 @33440 NONAME ??_R0?AVH245_DepFECMode_rfc2733Mode_mode_separateStream@@@8 @33441 NONAME ??_R0?AVH245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@@8 @33442 NONAME ??_R0?AVH245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@@8 @33443 NONAME ??_R0?AVH245_DialingInformation@@@8 @21318 NONAME ??_R0?AVH245_DialingInformationNetworkType@@@8 @21319 NONAME ??_R0?AVH245_DialingInformationNumber@@@8 @21320 NONAME ??_R0?AVH245_EncryptionAuthenticationAndIntegrity@@@8 @21321 NONAME ??_R0?AVH245_EncryptionCapability@@@8 @21322 NONAME ??_R0?AVH245_EncryptionCommand@@@8 @21323 NONAME ??_R0?AVH245_EncryptionCommand_encryptionAlgorithmID@@@8 @21324 NONAME ??_R0?AVH245_EncryptionMode@@@8 @21325 NONAME ??_R0?AVH245_EncryptionSync@@@8 @21326 NONAME ??_R0?AVH245_EncryptionUpdateDirection@@@8 @33091 NONAME ??_R0?AVH245_EncryptionUpdateRequest@@@8 @21327 NONAME ??_R0?AVH245_EndSessionCommand@@@8 @21328 NONAME ??_R0?AVH245_EndSessionCommand_gstnOptions@@@8 @21329 NONAME ??_R0?AVH245_EndSessionCommand_isdnOptions@@@8 @21330 NONAME ??_R0?AVH245_EnhancementLayerInfo@@@8 @21331 NONAME ??_R0?AVH245_EnhancementOptions@@@8 @21332 NONAME ??_R0?AVH245_EscrowData@@@8 @21333 NONAME ??_R0?AVH245_ExtendedVideoCapability@@@8 @33092 NONAME ??_R0?AVH245_FECCapability@@@8 @21334 NONAME ??_R0?AVH245_FECCapability_rfc2733Format@@@8 @33444 NONAME ??_R0?AVH245_FECData@@@8 @21337 NONAME ??_R0?AVH245_FECData_rfc2733@@@8 @21338 NONAME ??_R0?AVH245_FECData_rfc2733_pktMode@@@8 @33445 NONAME ??_R0?AVH245_FECData_rfc2733_pktMode_rfc2733diffport@@@8 @33446 NONAME ??_R0?AVH245_FECData_rfc2733_pktMode_rfc2733sameport@@@8 @33447 NONAME ??_R0?AVH245_FECMode@@@8 @21343 NONAME ??_R0?AVH245_FECMode_rfc2733Format@@@8 @33448 NONAME ??_R0?AVH245_FlowControlCommand@@@8 @21349 NONAME ??_R0?AVH245_FlowControlCommand_restriction@@@8 @21350 NONAME ??_R0?AVH245_FlowControlCommand_scope@@@8 @21351 NONAME ??_R0?AVH245_FlowControlIndication@@@8 @21352 NONAME ??_R0?AVH245_FlowControlIndication_restriction@@@8 @21353 NONAME ??_R0?AVH245_FlowControlIndication_scope@@@8 @21354 NONAME ??_R0?AVH245_FunctionNotSupported@@@8 @21355 NONAME ??_R0?AVH245_FunctionNotSupported_cause@@@8 @21356 NONAME ??_R0?AVH245_FunctionNotUnderstood@@@8 @21357 NONAME ??_R0?AVH245_G7231AnnexCCapability@@@8 @21358 NONAME ??_R0?AVH245_G7231AnnexCCapability_g723AnnexCAudioMode@@@8 @21359 NONAME ??_R0?AVH245_G7231AnnexCMode@@@8 @21360 NONAME ??_R0?AVH245_G7231AnnexCMode_g723AnnexCAudioMode@@@8 @21361 NONAME ??_R0?AVH245_G729Extensions@@@8 @21362 NONAME ??_R0?AVH245_GenericCapability@@@8 @21363 NONAME ??_R0?AVH245_GenericMessage@@@8 @33093 NONAME ??_R0?AVH245_GenericParameter@@@8 @21364 NONAME ??_R0?AVH245_GSMAudioCapability@@@8 @21365 NONAME ??_R0?AVH245_H222Capability@@@8 @21366 NONAME ??_R0?AVH245_H222LogicalChannelParameters@@@8 @21367 NONAME ??_R0?AVH245_H223AL1MParameters@@@8 @21368 NONAME ??_R0?AVH245_H223AL1MParameters_arqType@@@8 @21369 NONAME ??_R0?AVH245_H223AL1MParameters_crcLength@@@8 @21370 NONAME ??_R0?AVH245_H223AL1MParameters_headerFEC@@@8 @21371 NONAME ??_R0?AVH245_H223AL1MParameters_transferMode@@@8 @21372 NONAME ??_R0?AVH245_H223AL2MParameters@@@8 @21373 NONAME ??_R0?AVH245_H223AL2MParameters_headerFEC@@@8 @21374 NONAME ??_R0?AVH245_H223AL3MParameters@@@8 @21375 NONAME ??_R0?AVH245_H223AL3MParameters_arqType@@@8 @21376 NONAME ??_R0?AVH245_H223AL3MParameters_crcLength@@@8 @21377 NONAME ??_R0?AVH245_H223AL3MParameters_headerFormat@@@8 @21378 NONAME ??_R0?AVH245_H223AnnexCArqParameters@@@8 @21379 NONAME ??_R0?AVH245_H223AnnexCArqParameters_numberOfRetransmissions@@@8 @21380 NONAME ??_R0?AVH245_H223AnnexCCapability@@@8 @21381 NONAME ??_R0?AVH245_H223Capability@@@8 @21382 NONAME ??_R0?AVH245_H223Capability_h223MultiplexTableCapability@@@8 @21383 NONAME ??_R0?AVH245_H223Capability_h223MultiplexTableCapability_enhanced@@@8 @21384 NONAME ??_R0?AVH245_H223Capability_mobileMultilinkFrameCapability@@@8 @21385 NONAME ??_R0?AVH245_H223Capability_mobileOperationTransmitCapability@@@8 @21386 NONAME ??_R0?AVH245_H223LogicalChannelParameters@@@8 @21387 NONAME ??_R0?AVH245_H223LogicalChannelParameters_adaptationLayerType@@@8 @21388 NONAME ??_R0?AVH245_H223LogicalChannelParameters_adaptationLayerType_al3@@@8 @21389 NONAME ??_R0?AVH245_H223ModeParameters@@@8 @21390 NONAME ??_R0?AVH245_H223ModeParameters_adaptationLayerType@@@8 @21391 NONAME ??_R0?AVH245_H223ModeParameters_adaptationLayerType_al3@@@8 @21392 NONAME ??_R0?AVH245_H223MultiplexReconfiguration@@@8 @21393 NONAME ??_R0?AVH245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@@8 @21394 NONAME ??_R0?AVH245_H223MultiplexReconfiguration_h223ModeChange@@@8 @21395 NONAME ??_R0?AVH245_H223SkewIndication@@@8 @21396 NONAME ??_R0?AVH245_H2250Capability@@@8 @21397 NONAME ??_R0?AVH245_H2250Capability_mcCapability@@@8 @21398 NONAME ??_R0?AVH245_H2250LogicalChannelAckParameters@@@8 @21399 NONAME ??_R0?AVH245_H2250LogicalChannelParameters@@@8 @21400 NONAME ??_R0?AVH245_H2250LogicalChannelParameters_mediaPacketization@@@8 @21401 NONAME ??_R0?AVH245_H2250MaximumSkewIndication@@@8 @21402 NONAME ??_R0?AVH245_H2250ModeParameters@@@8 @21403 NONAME ??_R0?AVH245_H235Media@@@8 @21404 NONAME ??_R0?AVH245_H235Media_mediaType@@@8 @21405 NONAME ??_R0?AVH245_H235Mode@@@8 @21406 NONAME ??_R0?AVH245_H235Mode_mediaMode@@@8 @21407 NONAME ??_R0?AVH245_H235SecurityCapability@@@8 @21408 NONAME ??_R0?AVH245_H261VideoCapability@@@8 @21409 NONAME ??_R0?AVH245_H261VideoMode@@@8 @21410 NONAME ??_R0?AVH245_H261VideoMode_resolution@@@8 @21411 NONAME ??_R0?AVH245_H262VideoCapability@@@8 @21412 NONAME ??_R0?AVH245_H262VideoMode@@@8 @21413 NONAME ??_R0?AVH245_H262VideoMode_profileAndLevel@@@8 @21414 NONAME ??_R0?AVH245_H263ModeComboFlags@@@8 @21415 NONAME ??_R0?AVH245_H263Options@@@8 @21416 NONAME ??_R0?AVH245_H263Version3Options@@@8 @21417 NONAME ??_R0?AVH245_H263VideoCapability@@@8 @21418 NONAME ??_R0?AVH245_H263VideoMode@@@8 @21419 NONAME ??_R0?AVH245_H263VideoModeCombos@@@8 @21420 NONAME ??_R0?AVH245_H263VideoMode_resolution@@@8 @21421 NONAME ??_R0?AVH245_IndicationMessage@@@8 @21422 NONAME ??_R0?AVH245_IntegrityCapability@@@8 @21423 NONAME ??_R0?AVH245_IS11172AudioCapability@@@8 @21424 NONAME ??_R0?AVH245_IS11172AudioMode@@@8 @21425 NONAME ??_R0?AVH245_IS11172AudioMode_audioLayer@@@8 @21426 NONAME ??_R0?AVH245_IS11172AudioMode_audioSampling@@@8 @21427 NONAME ??_R0?AVH245_IS11172AudioMode_multichannelType@@@8 @21428 NONAME ??_R0?AVH245_IS11172VideoCapability@@@8 @21429 NONAME ??_R0?AVH245_IS11172VideoMode@@@8 @21430 NONAME ??_R0?AVH245_IS13818AudioCapability@@@8 @21431 NONAME ??_R0?AVH245_IS13818AudioMode@@@8 @21432 NONAME ??_R0?AVH245_IS13818AudioMode_audioLayer@@@8 @21433 NONAME ??_R0?AVH245_IS13818AudioMode_audioSampling@@@8 @21434 NONAME ??_R0?AVH245_IS13818AudioMode_multichannelType@@@8 @21435 NONAME ??_R0?AVH245_IV16@@@8 @33094 NONAME ??_R0?AVH245_IV8@@@8 @33095 NONAME ??_R0?AVH245_JitterIndication@@@8 @21436 NONAME ??_R0?AVH245_JitterIndication_scope@@@8 @21437 NONAME ??_R0?AVH245_KeyProtectionMethod@@@8 @21438 NONAME ??_R0?AVH245_LogicalChannelNumber@@@8 @21439 NONAME ??_R0?AVH245_LogicalChannelRateAcknowledge@@@8 @21440 NONAME ??_R0?AVH245_LogicalChannelRateReject@@@8 @21441 NONAME ??_R0?AVH245_LogicalChannelRateRejectReason@@@8 @21442 NONAME ??_R0?AVH245_LogicalChannelRateRelease@@@8 @21443 NONAME ??_R0?AVH245_LogicalChannelRateRequest@@@8 @21444 NONAME ??_R0?AVH245_MaintenanceLoopAck@@@8 @21445 NONAME ??_R0?AVH245_MaintenanceLoopAck_type@@@8 @21446 NONAME ??_R0?AVH245_MaintenanceLoopOffCommand@@@8 @21447 NONAME ??_R0?AVH245_MaintenanceLoopReject@@@8 @21448 NONAME ??_R0?AVH245_MaintenanceLoopReject_cause@@@8 @21449 NONAME ??_R0?AVH245_MaintenanceLoopReject_type@@@8 @21450 NONAME ??_R0?AVH245_MaintenanceLoopRequest@@@8 @21451 NONAME ??_R0?AVH245_MaintenanceLoopRequest_type@@@8 @21452 NONAME ??_R0?AVH245_MasterSlaveDetermination@@@8 @21453 NONAME ??_R0?AVH245_MasterSlaveDeterminationAck@@@8 @21454 NONAME ??_R0?AVH245_MasterSlaveDeterminationAck_decision@@@8 @21455 NONAME ??_R0?AVH245_MasterSlaveDeterminationReject@@@8 @21456 NONAME ??_R0?AVH245_MasterSlaveDeterminationReject_cause@@@8 @21457 NONAME ??_R0?AVH245_MasterSlaveDeterminationRelease@@@8 @21458 NONAME ??_R0?AVH245_MaximumBitRate@@@8 @21459 NONAME ??_R0?AVH245_MaxRedundancy@@@8 @33449 NONAME ??_R0?AVH245_MCLocationIndication@@@8 @21460 NONAME ??_R0?AVH245_McuNumber@@@8 @21461 NONAME ??_R0?AVH245_MediaChannelCapability@@@8 @21462 NONAME ??_R0?AVH245_MediaDistributionCapability@@@8 @21463 NONAME ??_R0?AVH245_MediaEncryptionAlgorithm@@@8 @21464 NONAME ??_R0?AVH245_MediaPacketizationCapability@@@8 @21465 NONAME ??_R0?AVH245_MediaTransportType@@@8 @21466 NONAME ??_R0?AVH245_MediaTransportType_atm_AAL5_compressed@@@8 @21467 NONAME ??_R0?AVH245_MiscellaneousCommand@@@8 @21468 NONAME ??_R0?AVH245_MiscellaneousCommand_type@@@8 @21469 NONAME ??_R0?AVH245_MiscellaneousCommand_type_encryptionUpdateAck@@@8 @33096 NONAME ??_R0?AVH245_MiscellaneousCommand_type_encryptionUpdateCommand@@@8 @33097 NONAME ??_R0?AVH245_MiscellaneousCommand_type_lostPartialPicture@@@8 @21470 NONAME ??_R0?AVH245_MiscellaneousCommand_type_progressiveRefinementStart@@@8 @21471 NONAME ??_R0?AVH245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@@8 @21472 NONAME ??_R0?AVH245_MiscellaneousCommand_type_videoBadMBs@@@8 @21473 NONAME ??_R0?AVH245_MiscellaneousCommand_type_videoFastUpdateGOB@@@8 @21474 NONAME ??_R0?AVH245_MiscellaneousCommand_type_videoFastUpdateMB@@@8 @21475 NONAME ??_R0?AVH245_MiscellaneousIndication@@@8 @21476 NONAME ??_R0?AVH245_MiscellaneousIndication_type@@@8 @21477 NONAME ??_R0?AVH245_MiscellaneousIndication_type_videoNotDecodedMBs@@@8 @21478 NONAME ??_R0?AVH245_MobileMultilinkReconfigurationCommand@@@8 @21479 NONAME ??_R0?AVH245_MobileMultilinkReconfigurationCommand_status@@@8 @21480 NONAME ??_R0?AVH245_MobileMultilinkReconfigurationIndication@@@8 @21481 NONAME ??_R0?AVH245_ModeDescription@@@8 @21482 NONAME ??_R0?AVH245_ModeElement@@@8 @21483 NONAME ??_R0?AVH245_ModeElementType@@@8 @21484 NONAME ??_R0?AVH245_MulticastAddress@@@8 @21485 NONAME ??_R0?AVH245_MulticastAddress_iP6Address@@@8 @21486 NONAME ??_R0?AVH245_MulticastAddress_iPAddress@@@8 @21487 NONAME ??_R0?AVH245_MultilinkIndication@@@8 @21488 NONAME ??_R0?AVH245_MultilinkIndication_crcDesired@@@8 @21489 NONAME ??_R0?AVH245_MultilinkIndication_excessiveError@@@8 @21490 NONAME ??_R0?AVH245_MultilinkRequest@@@8 @21491 NONAME ??_R0?AVH245_MultilinkRequest_addConnection@@@8 @21492 NONAME ??_R0?AVH245_MultilinkRequest_callInformation@@@8 @21493 NONAME ??_R0?AVH245_MultilinkRequest_maximumHeaderInterval@@@8 @21494 NONAME ??_R0?AVH245_MultilinkRequest_maximumHeaderInterval_requestType@@@8 @21495 NONAME ??_R0?AVH245_MultilinkRequest_removeConnection@@@8 @21496 NONAME ??_R0?AVH245_MultilinkResponse@@@8 @21497 NONAME ??_R0?AVH245_MultilinkResponse_addConnection@@@8 @21498 NONAME ??_R0?AVH245_MultilinkResponse_addConnection_responseCode@@@8 @21499 NONAME ??_R0?AVH245_MultilinkResponse_addConnection_responseCode_rejected@@@8 @21500 NONAME ??_R0?AVH245_MultilinkResponse_callInformation@@@8 @21501 NONAME ??_R0?AVH245_MultilinkResponse_maximumHeaderInterval@@@8 @21502 NONAME ??_R0?AVH245_MultilinkResponse_removeConnection@@@8 @21503 NONAME ??_R0?AVH245_MultimediaSystemControlMessage@@@8 @21504 NONAME ??_R0?AVH245_MultiplePayloadStream@@@8 @21505 NONAME ??_R0?AVH245_MultiplePayloadStreamCapability@@@8 @21506 NONAME ??_R0?AVH245_MultiplePayloadStreamElement@@@8 @21507 NONAME ??_R0?AVH245_MultiplePayloadStreamElementMode@@@8 @21508 NONAME ??_R0?AVH245_MultiplePayloadStreamMode@@@8 @21509 NONAME ??_R0?AVH245_MultiplexCapability@@@8 @21510 NONAME ??_R0?AVH245_MultiplexedStreamCapability@@@8 @21511 NONAME ??_R0?AVH245_MultiplexedStreamModeParameters@@@8 @21512 NONAME ??_R0?AVH245_MultiplexedStreamParameter@@@8 @21513 NONAME ??_R0?AVH245_MultiplexElement@@@8 @21514 NONAME ??_R0?AVH245_MultiplexElement_repeatCount@@@8 @21515 NONAME ??_R0?AVH245_MultiplexElement_type@@@8 @21516 NONAME ??_R0?AVH245_MultiplexEntryDescriptor@@@8 @21517 NONAME ??_R0?AVH245_MultiplexEntryRejectionDescriptions@@@8 @21518 NONAME ??_R0?AVH245_MultiplexEntryRejectionDescriptions_cause@@@8 @21519 NONAME ??_R0?AVH245_MultiplexEntrySend@@@8 @21520 NONAME ??_R0?AVH245_MultiplexEntrySendAck@@@8 @21521 NONAME ??_R0?AVH245_MultiplexEntrySendReject@@@8 @21522 NONAME ??_R0?AVH245_MultiplexEntrySendRelease@@@8 @21523 NONAME ??_R0?AVH245_MultiplexFormat@@@8 @21524 NONAME ??_R0?AVH245_MultiplexTableEntryNumber@@@8 @21525 NONAME ??_R0?AVH245_MultipointCapability@@@8 @21526 NONAME ??_R0?AVH245_NetworkAccessParameters@@@8 @21527 NONAME ??_R0?AVH245_NetworkAccessParameters_distribution@@@8 @21528 NONAME ??_R0?AVH245_NetworkAccessParameters_networkAddress@@@8 @21529 NONAME ??_R0?AVH245_NetworkAccessParameters_t120SetupProcedure@@@8 @21530 NONAME ??_R0?AVH245_NewATMVCCommand@@@8 @21531 NONAME ??_R0?AVH245_NewATMVCCommand_aal@@@8 @21532 NONAME ??_R0?AVH245_NewATMVCCommand_aal_aal1@@@8 @21533 NONAME ??_R0?AVH245_NewATMVCCommand_aal_aal1_clockRecovery@@@8 @21534 NONAME ??_R0?AVH245_NewATMVCCommand_aal_aal1_errorCorrection@@@8 @21535 NONAME ??_R0?AVH245_NewATMVCCommand_aal_aal5@@@8 @21536 NONAME ??_R0?AVH245_NewATMVCCommand_multiplex@@@8 @21537 NONAME ??_R0?AVH245_NewATMVCCommand_reverseParameters@@@8 @21538 NONAME ??_R0?AVH245_NewATMVCCommand_reverseParameters_multiplex@@@8 @21539 NONAME ??_R0?AVH245_NewATMVCIndication@@@8 @21540 NONAME ??_R0?AVH245_NewATMVCIndication_aal@@@8 @21541 NONAME ??_R0?AVH245_NewATMVCIndication_aal_aal1@@@8 @21542 NONAME ??_R0?AVH245_NewATMVCIndication_aal_aal1_clockRecovery@@@8 @21543 NONAME ??_R0?AVH245_NewATMVCIndication_aal_aal1_errorCorrection@@@8 @21544 NONAME ??_R0?AVH245_NewATMVCIndication_aal_aal5@@@8 @21545 NONAME ??_R0?AVH245_NewATMVCIndication_multiplex@@@8 @21546 NONAME ??_R0?AVH245_NewATMVCIndication_reverseParameters@@@8 @21547 NONAME ??_R0?AVH245_NewATMVCIndication_reverseParameters_multiplex@@@8 @21548 NONAME ??_R0?AVH245_NonStandardIdentifier@@@8 @21549 NONAME ??_R0?AVH245_NonStandardIdentifier_h221NonStandard@@@8 @21550 NONAME ??_R0?AVH245_NonStandardMessage@@@8 @21551 NONAME ??_R0?AVH245_NonStandardParameter@@@8 @21552 NONAME ??_R0?AVH245_NoPTAudioTelephonyEventCapability@@@8 @21553 NONAME ??_R0?AVH245_NoPTAudioToneCapability@@@8 @21554 NONAME ??_R0?AVH245_OpenLogicalChannel@@@8 @21555 NONAME ??_R0?AVH245_OpenLogicalChannelAck@@@8 @21556 NONAME ??_R0?AVH245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@@8 @21557 NONAME ??_R0?AVH245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@@8 @21558 NONAME ??_R0?AVH245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@@8 @21559 NONAME ??_R0?AVH245_OpenLogicalChannelConfirm@@@8 @21560 NONAME ??_R0?AVH245_OpenLogicalChannelReject@@@8 @21561 NONAME ??_R0?AVH245_OpenLogicalChannelReject_cause@@@8 @21562 NONAME ??_R0?AVH245_OpenLogicalChannel_forwardLogicalChannelParameters@@@8 @21563 NONAME ??_R0?AVH245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@@8 @21564 NONAME ??_R0?AVH245_OpenLogicalChannel_reverseLogicalChannelParameters@@@8 @21565 NONAME ??_R0?AVH245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@@8 @21566 NONAME ??_R0?AVH245_ParameterIdentifier@@@8 @21567 NONAME ??_R0?AVH245_ParameterValue@@@8 @21568 NONAME ??_R0?AVH245_Params@@@8 @33098 NONAME ??_R0?AVH245_Password@@@8 @21569 NONAME ??_R0?AVH245_PictureReference@@@8 @21570 NONAME ??_R0?AVH245_Q2931Address@@@8 @21571 NONAME ??_R0?AVH245_Q2931Address_address@@@8 @21572 NONAME ??_R0?AVH245_QOSCapability@@@8 @21573 NONAME ??_R0?AVH245_QOSMode@@@8 @21574 NONAME ??_R0?AVH245_RedundancyEncoding@@@8 @21575 NONAME ??_R0?AVH245_RedundancyEncodingCapability@@@8 @21576 NONAME ??_R0?AVH245_RedundancyEncodingDTMode@@@8 @21577 NONAME ??_R0?AVH245_RedundancyEncodingDTModeElement@@@8 @21578 NONAME ??_R0?AVH245_RedundancyEncodingDTModeElement_type@@@8 @21579 NONAME ??_R0?AVH245_RedundancyEncodingElement@@@8 @21580 NONAME ??_R0?AVH245_RedundancyEncodingMethod@@@8 @21581 NONAME ??_R0?AVH245_RedundancyEncodingMode@@@8 @21582 NONAME ??_R0?AVH245_RedundancyEncodingMode_secondaryEncoding@@@8 @21583 NONAME ??_R0?AVH245_RedundancyEncoding_rtpRedundancyEncoding@@@8 @21584 NONAME ??_R0?AVH245_RefPictureSelection@@@8 @21585 NONAME ??_R0?AVH245_RefPictureSelection_additionalPictureMemory@@@8 @21586 NONAME ??_R0?AVH245_RefPictureSelection_enhancedReferencePicSelect@@@8 @21587 NONAME ??_R0?AVH245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@@8 @21588 NONAME ??_R0?AVH245_RefPictureSelection_videoBackChannelSend@@@8 @21589 NONAME ??_R0?AVH245_RemoteMCRequest@@@8 @21590 NONAME ??_R0?AVH245_RemoteMCResponse@@@8 @21591 NONAME ??_R0?AVH245_RemoteMCResponse_reject@@@8 @21592 NONAME ??_R0?AVH245_RequestAllTerminalIDsResponse@@@8 @21593 NONAME ??_R0?AVH245_RequestChannelClose@@@8 @21594 NONAME ??_R0?AVH245_RequestChannelCloseAck@@@8 @21595 NONAME ??_R0?AVH245_RequestChannelCloseReject@@@8 @21596 NONAME ??_R0?AVH245_RequestChannelCloseReject_cause@@@8 @21597 NONAME ??_R0?AVH245_RequestChannelCloseRelease@@@8 @21598 NONAME ??_R0?AVH245_RequestChannelClose_reason@@@8 @21599 NONAME ??_R0?AVH245_RequestMessage@@@8 @21600 NONAME ??_R0?AVH245_RequestMode@@@8 @21601 NONAME ??_R0?AVH245_RequestModeAck@@@8 @21602 NONAME ??_R0?AVH245_RequestModeAck_response@@@8 @21603 NONAME ??_R0?AVH245_RequestModeReject@@@8 @21604 NONAME ??_R0?AVH245_RequestModeReject_cause@@@8 @21605 NONAME ??_R0?AVH245_RequestModeRelease@@@8 @21606 NONAME ??_R0?AVH245_RequestMultiplexEntry@@@8 @21607 NONAME ??_R0?AVH245_RequestMultiplexEntryAck@@@8 @21608 NONAME ??_R0?AVH245_RequestMultiplexEntryReject@@@8 @21609 NONAME ??_R0?AVH245_RequestMultiplexEntryRejectionDescriptions@@@8 @21610 NONAME ??_R0?AVH245_RequestMultiplexEntryRejectionDescriptions_cause@@@8 @21611 NONAME ??_R0?AVH245_RequestMultiplexEntryRelease@@@8 @21612 NONAME ??_R0?AVH245_ResponseMessage@@@8 @21613 NONAME ??_R0?AVH245_RoundTripDelayRequest@@@8 @21614 NONAME ??_R0?AVH245_RoundTripDelayResponse@@@8 @21615 NONAME ??_R0?AVH245_RSVPParameters@@@8 @21616 NONAME ??_R0?AVH245_RTPH263VideoRedundancyEncoding@@@8 @21617 NONAME ??_R0?AVH245_RTPH263VideoRedundancyEncoding_containedThreads@@@8 @21618 NONAME ??_R0?AVH245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@@8 @21619 NONAME ??_R0?AVH245_RTPH263VideoRedundancyFrameMapping@@@8 @21620 NONAME ??_R0?AVH245_RTPH263VideoRedundancyFrameMapping_frameSequence@@@8 @21621 NONAME ??_R0?AVH245_RTPPayloadType@@@8 @21622 NONAME ??_R0?AVH245_RTPPayloadType_payloadDescriptor@@@8 @21623 NONAME ??_R0?AVH245_SendTerminalCapabilitySet@@@8 @21624 NONAME ??_R0?AVH245_SendTerminalCapabilitySet_specificRequest@@@8 @21625 NONAME ??_R0?AVH245_SequenceNumber@@@8 @21626 NONAME ??_R0?AVH245_SubstituteConferenceIDCommand@@@8 @21627 NONAME ??_R0?AVH245_T38FaxProfile@@@8 @21628 NONAME ??_R0?AVH245_T38FaxRateManagement@@@8 @21629 NONAME ??_R0?AVH245_T38FaxTcpOptions@@@8 @21630 NONAME ??_R0?AVH245_T38FaxUdpOptions@@@8 @21631 NONAME ??_R0?AVH245_T38FaxUdpOptions_t38FaxUdpEC@@@8 @21632 NONAME ??_R0?AVH245_T84Profile@@@8 @21633 NONAME ??_R0?AVH245_T84Profile_t84Restricted@@@8 @21634 NONAME ??_R0?AVH245_TerminalCapabilitySet@@@8 @21635 NONAME ??_R0?AVH245_TerminalCapabilitySetAck@@@8 @21636 NONAME ??_R0?AVH245_TerminalCapabilitySetReject@@@8 @21637 NONAME ??_R0?AVH245_TerminalCapabilitySetReject_cause@@@8 @21638 NONAME ??_R0?AVH245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@@8 @21639 NONAME ??_R0?AVH245_TerminalCapabilitySetRelease@@@8 @21640 NONAME ??_R0?AVH245_TerminalID@@@8 @21641 NONAME ??_R0?AVH245_TerminalInformation@@@8 @21642 NONAME ??_R0?AVH245_TerminalLabel@@@8 @21643 NONAME ??_R0?AVH245_TerminalNumber@@@8 @21644 NONAME ??_R0?AVH245_TerminalYouAreSeeingInSubPictureNumber@@@8 @21645 NONAME ??_R0?AVH245_TransparencyParameters@@@8 @21646 NONAME ??_R0?AVH245_TransportAddress@@@8 @21647 NONAME ??_R0?AVH245_TransportCapability@@@8 @21648 NONAME ??_R0?AVH245_UnicastAddress@@@8 @21649 NONAME ??_R0?AVH245_UnicastAddress_iP6Address@@@8 @21650 NONAME ??_R0?AVH245_UnicastAddress_iPAddress@@@8 @21651 NONAME ??_R0?AVH245_UnicastAddress_iPSourceRouteAddress@@@8 @21652 NONAME ??_R0?AVH245_UnicastAddress_iPSourceRouteAddress_route@@@8 @21653 NONAME ??_R0?AVH245_UnicastAddress_iPSourceRouteAddress_routing@@@8 @21654 NONAME ??_R0?AVH245_UnicastAddress_iPXAddress@@@8 @21655 NONAME ??_R0?AVH245_UserInputCapability@@@8 @21656 NONAME ??_R0?AVH245_UserInputIndication@@@8 @21657 NONAME ??_R0?AVH245_UserInputIndication_encryptedAlphanumeric@@@8 @33099 NONAME ??_R0?AVH245_UserInputIndication_extendedAlphanumeric@@@8 @21658 NONAME ??_R0?AVH245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@@8 @33100 NONAME ??_R0?AVH245_UserInputIndication_signal@@@8 @21659 NONAME ??_R0?AVH245_UserInputIndication_signalUpdate@@@8 @21660 NONAME ??_R0?AVH245_UserInputIndication_signalUpdate_rtp@@@8 @21661 NONAME ??_R0?AVH245_UserInputIndication_signal_rtp@@@8 @21662 NONAME ??_R0?AVH245_UserInputIndication_userInputSupportIndication@@@8 @21663 NONAME ??_R0?AVH245_V42bis@@@8 @21664 NONAME ??_R0?AVH245_V75Capability@@@8 @21665 NONAME ??_R0?AVH245_V75Parameters@@@8 @21666 NONAME ??_R0?AVH245_V76Capability@@@8 @21667 NONAME ??_R0?AVH245_V76HDLCParameters@@@8 @21668 NONAME ??_R0?AVH245_V76LogicalChannelParameters@@@8 @21669 NONAME ??_R0?AVH245_V76LogicalChannelParameters_mode@@@8 @21670 NONAME ??_R0?AVH245_V76LogicalChannelParameters_mode_eRM@@@8 @21671 NONAME ??_R0?AVH245_V76LogicalChannelParameters_mode_eRM_recovery@@@8 @21672 NONAME ??_R0?AVH245_V76LogicalChannelParameters_suspendResume@@@8 @21673 NONAME ??_R0?AVH245_V76ModeParameters@@@8 @21674 NONAME ??_R0?AVH245_VBDCapability@@@8 @21675 NONAME ??_R0?AVH245_VBDMode@@@8 @21676 NONAME ??_R0?AVH245_VCCapability@@@8 @21677 NONAME ??_R0?AVH245_VCCapability_aal1@@@8 @21678 NONAME ??_R0?AVH245_VCCapability_aal1ViaGateway@@@8 @21679 NONAME ??_R0?AVH245_VCCapability_aal5@@@8 @21680 NONAME ??_R0?AVH245_VCCapability_availableBitRates@@@8 @21681 NONAME ??_R0?AVH245_VCCapability_availableBitRates_type@@@8 @21682 NONAME ??_R0?AVH245_VCCapability_availableBitRates_type_rangeOfBitRates@@@8 @21683 NONAME ??_R0?AVH245_VendorIdentification@@@8 @21684 NONAME ??_R0?AVH245_VideoCapability@@@8 @21685 NONAME ??_R0?AVH245_VideoIndicateCompose@@@8 @21686 NONAME ??_R0?AVH245_VideoMode@@@8 @21687 NONAME ??_R0?AVH248_ActionReply@@@8 @21688 NONAME ??_R0?AVH248_ActionRequest@@@8 @21689 NONAME ??_R0?AVH248_AmmDescriptor@@@8 @21690 NONAME ??_R0?AVH248_AmmRequest@@@8 @21691 NONAME ??_R0?AVH248_AmmsReply@@@8 @21692 NONAME ??_R0?AVH248_ArrayOf_ActionReply@@@8 @21693 NONAME ??_R0?AVH248_ArrayOf_ActionRequest@@@8 @21694 NONAME ??_R0?AVH248_ArrayOf_AmmDescriptor@@@8 @21695 NONAME ??_R0?AVH248_ArrayOf_CommandReply@@@8 @21696 NONAME ??_R0?AVH248_ArrayOf_CommandRequest@@@8 @21697 NONAME ??_R0?AVH248_ArrayOf_EventParameter@@@8 @21698 NONAME ??_R0?AVH248_ArrayOf_IndAuditParameter@@@8 @21699 NONAME ??_R0?AVH248_ArrayOf_IndAudPropertyParm@@@8 @21700 NONAME ??_R0?AVH248_ArrayOf_IndAudStreamDescriptor@@@8 @21701 NONAME ??_R0?AVH248_ArrayOf_ModemType@@@8 @21702 NONAME ??_R0?AVH248_ArrayOf_ObservedEvent@@@8 @21703 NONAME ??_R0?AVH248_ArrayOf_PASN_OctetString@@@8 @21704 NONAME ??_R0?AVH248_ArrayOf_PropertyGroup@@@8 @21705 NONAME ??_R0?AVH248_ArrayOf_PropertyParm@@@8 @21706 NONAME ??_R0?AVH248_ArrayOf_RequestedEvent@@@8 @21707 NONAME ??_R0?AVH248_ArrayOf_SecondRequestedEvent@@@8 @21708 NONAME ??_R0?AVH248_ArrayOf_Signal@@@8 @21709 NONAME ??_R0?AVH248_ArrayOf_SigParameter@@@8 @21710 NONAME ??_R0?AVH248_ArrayOf_StreamDescriptor@@@8 @21711 NONAME ??_R0?AVH248_ArrayOf_TerminationID@@@8 @21712 NONAME ??_R0?AVH248_ArrayOf_TopologyRequest@@@8 @21713 NONAME ??_R0?AVH248_ArrayOf_Transaction@@@8 @21714 NONAME ??_R0?AVH248_ArrayOf_WildcardField@@@8 @21715 NONAME ??_R0?AVH248_AuditDescriptor@@@8 @21716 NONAME ??_R0?AVH248_AuditReply@@@8 @21717 NONAME ??_R0?AVH248_AuditRequest@@@8 @21718 NONAME ??_R0?AVH248_AuditResult@@@8 @21719 NONAME ??_R0?AVH248_AuditReturnParameter@@@8 @21720 NONAME ??_R0?AVH248_AuthData@@@8 @21721 NONAME ??_R0?AVH248_AuthenticationHeader@@@8 @21722 NONAME ??_R0?AVH248_Command@@@8 @21723 NONAME ??_R0?AVH248_CommandReply@@@8 @21724 NONAME ??_R0?AVH248_CommandRequest@@@8 @21725 NONAME ??_R0?AVH248_ContextAttrAuditRequest@@@8 @21726 NONAME ??_R0?AVH248_ContextID@@@8 @21727 NONAME ??_R0?AVH248_ContextRequest@@@8 @21728 NONAME ??_R0?AVH248_DigitMapDescriptor@@@8 @21729 NONAME ??_R0?AVH248_DigitMapName@@@8 @21730 NONAME ??_R0?AVH248_DigitMapValue@@@8 @21731 NONAME ??_R0?AVH248_DomainName@@@8 @21732 NONAME ??_R0?AVH248_ErrorCode@@@8 @21733 NONAME ??_R0?AVH248_ErrorDescriptor@@@8 @21734 NONAME ??_R0?AVH248_ErrorText@@@8 @21735 NONAME ??_R0?AVH248_EventBufferControl@@@8 @21736 NONAME ??_R0?AVH248_EventBufferDescriptor@@@8 @21737 NONAME ??_R0?AVH248_EventDM@@@8 @21738 NONAME ??_R0?AVH248_EventName@@@8 @21739 NONAME ??_R0?AVH248_EventParameter@@@8 @21740 NONAME ??_R0?AVH248_EventParameter_extraInfo@@@8 @21741 NONAME ??_R0?AVH248_EventsDescriptor@@@8 @21742 NONAME ??_R0?AVH248_EventSpec@@@8 @21743 NONAME ??_R0?AVH248_H221NonStandard@@@8 @21744 NONAME ??_R0?AVH248_IndAudDigitMapDescriptor@@@8 @21745 NONAME ??_R0?AVH248_IndAudEventBufferDescriptor@@@8 @21746 NONAME ??_R0?AVH248_IndAudEventsDescriptor@@@8 @21747 NONAME ??_R0?AVH248_IndAuditParameter@@@8 @21748 NONAME ??_R0?AVH248_IndAudLocalControlDescriptor@@@8 @21749 NONAME ??_R0?AVH248_IndAudLocalRemoteDescriptor@@@8 @21750 NONAME ??_R0?AVH248_IndAudMediaDescriptor@@@8 @21751 NONAME ??_R0?AVH248_IndAudMediaDescriptor_streams@@@8 @21752 NONAME ??_R0?AVH248_IndAudPackagesDescriptor@@@8 @21753 NONAME ??_R0?AVH248_IndAudPropertyGroup@@@8 @21754 NONAME ??_R0?AVH248_IndAudPropertyParm@@@8 @21755 NONAME ??_R0?AVH248_IndAudSeqSigList@@@8 @21756 NONAME ??_R0?AVH248_IndAudSignal@@@8 @21757 NONAME ??_R0?AVH248_IndAudSignalsDescriptor@@@8 @21758 NONAME ??_R0?AVH248_IndAudStatisticsDescriptor@@@8 @21759 NONAME ??_R0?AVH248_IndAudStreamDescriptor@@@8 @21760 NONAME ??_R0?AVH248_IndAudStreamParms@@@8 @21761 NONAME ??_R0?AVH248_IndAudTerminationStateDescriptor@@@8 @21762 NONAME ??_R0?AVH248_IP4Address@@@8 @21763 NONAME ??_R0?AVH248_IP6Address@@@8 @21764 NONAME ??_R0?AVH248_LocalControlDescriptor@@@8 @21765 NONAME ??_R0?AVH248_LocalRemoteDescriptor@@@8 @21766 NONAME ??_R0?AVH248_MediaDescriptor@@@8 @21767 NONAME ??_R0?AVH248_MediaDescriptor_streams@@@8 @21768 NONAME ??_R0?AVH248_MegacoMessage@@@8 @21769 NONAME ??_R0?AVH248_Message@@@8 @21770 NONAME ??_R0?AVH248_Message_messageBody@@@8 @21771 NONAME ??_R0?AVH248_MId@@@8 @21772 NONAME ??_R0?AVH248_ModemDescriptor@@@8 @21773 NONAME ??_R0?AVH248_ModemType@@@8 @21774 NONAME ??_R0?AVH248_MuxDescriptor@@@8 @21775 NONAME ??_R0?AVH248_MuxType@@@8 @21776 NONAME ??_R0?AVH248_Name@@@8 @21777 NONAME ??_R0?AVH248_NonStandardData@@@8 @21778 NONAME ??_R0?AVH248_NonStandardIdentifier@@@8 @21779 NONAME ??_R0?AVH248_NotifyCompletion@@@8 @21780 NONAME ??_R0?AVH248_NotifyReply@@@8 @21781 NONAME ??_R0?AVH248_NotifyRequest@@@8 @21782 NONAME ??_R0?AVH248_ObservedEvent@@@8 @21783 NONAME ??_R0?AVH248_ObservedEventsDescriptor@@@8 @21784 NONAME ??_R0?AVH248_PackagesDescriptor@@@8 @21785 NONAME ??_R0?AVH248_PackagesItem@@@8 @21786 NONAME ??_R0?AVH248_PathName@@@8 @21787 NONAME ??_R0?AVH248_PkgdName@@@8 @21788 NONAME ??_R0?AVH248_PropertyGroup@@@8 @21789 NONAME ??_R0?AVH248_PropertyParm@@@8 @21790 NONAME ??_R0?AVH248_PropertyParm_extraInfo@@@8 @21791 NONAME ??_R0?AVH248_Relation@@@8 @21792 NONAME ??_R0?AVH248_RequestedActions@@@8 @21793 NONAME ??_R0?AVH248_RequestedEvent@@@8 @21794 NONAME ??_R0?AVH248_RequestID@@@8 @21795 NONAME ??_R0?AVH248_SecondEventsDescriptor@@@8 @21796 NONAME ??_R0?AVH248_SecondRequestedActions@@@8 @21797 NONAME ??_R0?AVH248_SecondRequestedEvent@@@8 @21798 NONAME ??_R0?AVH248_SecurityParmIndex@@@8 @21799 NONAME ??_R0?AVH248_SeqSigList@@@8 @21800 NONAME ??_R0?AVH248_SequenceNum@@@8 @21801 NONAME ??_R0?AVH248_ServiceChangeAddress@@@8 @21802 NONAME ??_R0?AVH248_ServiceChangeMethod@@@8 @21803 NONAME ??_R0?AVH248_ServiceChangeParm@@@8 @21804 NONAME ??_R0?AVH248_ServiceChangeProfile@@@8 @21805 NONAME ??_R0?AVH248_ServiceChangeReply@@@8 @21806 NONAME ??_R0?AVH248_ServiceChangeRequest@@@8 @21807 NONAME ??_R0?AVH248_ServiceChangeResParm@@@8 @21808 NONAME ??_R0?AVH248_ServiceChangeResult@@@8 @21809 NONAME ??_R0?AVH248_ServiceState@@@8 @21810 NONAME ??_R0?AVH248_Signal@@@8 @21811 NONAME ??_R0?AVH248_SignalName@@@8 @21812 NONAME ??_R0?AVH248_SignalRequest@@@8 @21813 NONAME ??_R0?AVH248_SignalsDescriptor@@@8 @21814 NONAME ??_R0?AVH248_SignalType@@@8 @21815 NONAME ??_R0?AVH248_SigParameter@@@8 @21816 NONAME ??_R0?AVH248_SigParameter_extraInfo@@@8 @21817 NONAME ??_R0?AVH248_StatisticsDescriptor@@@8 @21818 NONAME ??_R0?AVH248_StatisticsParameter@@@8 @21819 NONAME ??_R0?AVH248_StreamDescriptor@@@8 @21820 NONAME ??_R0?AVH248_StreamID@@@8 @21821 NONAME ??_R0?AVH248_StreamMode@@@8 @21822 NONAME ??_R0?AVH248_StreamParms@@@8 @21823 NONAME ??_R0?AVH248_SubtractRequest@@@8 @21824 NONAME ??_R0?AVH248_TerminationAudit@@@8 @21825 NONAME ??_R0?AVH248_TerminationID@@@8 @21826 NONAME ??_R0?AVH248_TerminationIDList@@@8 @21827 NONAME ??_R0?AVH248_TerminationStateDescriptor@@@8 @21828 NONAME ??_R0?AVH248_TimeNotation@@@8 @21829 NONAME ??_R0?AVH248_TopologyRequest@@@8 @21830 NONAME ??_R0?AVH248_TopologyRequest_topologyDirection@@@8 @21831 NONAME ??_R0?AVH248_Transaction@@@8 @21832 NONAME ??_R0?AVH248_TransactionAck@@@8 @21833 NONAME ??_R0?AVH248_TransactionId@@@8 @21834 NONAME ??_R0?AVH248_TransactionPending@@@8 @21835 NONAME ??_R0?AVH248_TransactionReply@@@8 @21836 NONAME ??_R0?AVH248_TransactionReply_transactionResult@@@8 @21837 NONAME ??_R0?AVH248_TransactionRequest@@@8 @21838 NONAME ??_R0?AVH248_TransactionResponseAck@@@8 @21839 NONAME ??_R0?AVH248_Value@@@8 @21840 NONAME ??_R0?AVH248_WildcardField@@@8 @21841 NONAME ??_R0?AVH261DCTEncoder@@@8 @21842 NONAME ??_R0?AVH261Encoder@@@8 @21843 NONAME ??_R0?AVH261PixelEncoder@@@8 @21844 NONAME ??_R0?AVH263Packet@@@8 @33646 NONAME ??_R0?AVH263PacketList@@@8 @33647 NONAME ??_R0?AVH323AudioCapability@@@8 @21847 NONAME ??_R0?AVH323AudioCodec@@@8 @21848 NONAME ??_R0?AVH323BidirectionalChannel@@@8 @21849 NONAME ??_R0?AVH323CallCreditServiceControl@@@8 @21850 NONAME ??_R0?AVH323Capabilities@@@8 @21851 NONAME ??_R0?AVH323CapabilitiesSet@@@8 @21852 NONAME ??_R0?AVH323Capability@@@8 @21853 NONAME ??_R0?AVH323Channel@@@8 @21855 NONAME ??_R0?AVH323ChannelNumber@@@8 @21856 NONAME ??_R0?AVH323Codec@@@8 @21857 NONAME ??_R0?AVH323CodecPluginGenericAudioCapability@@@8 @33225 NONAME ??_R0?AVH323CodecPluginNonStandardAudioCapability@@@8 @21860 NONAME ??_R0?AVH323Connection@@@8 @21861 NONAME ??_R0?AVH323ConnectionsCleaner@@@8 @21862 NONAME ??_R0?AVH323ControlPDU@@@8 @21863 NONAME ??_R0?AVH323DataCapability@@@8 @21864 NONAME ??_R0?AVH323DataChannel@@@8 @21865 NONAME ??_R0?AVH323DynaLink@@@8 @30643 NONAME ??_R0?AVH323EndPoint@@@8 @21866 NONAME ??_R0?AVH323FramedAudioCodec@@@8 @21867 NONAME ??_R0?AVH323Gatekeeper@@@8 @21868 NONAME ??_R0?AVH323GatekeeperARQ@@@8 @21869 NONAME ??_R0?AVH323GatekeeperBRQ@@@8 @21870 NONAME ??_R0?AVH323GatekeeperCall@@@8 @21871 NONAME ??_R0?AVH323GatekeeperDRQ@@@8 @21872 NONAME ??_R0?AVH323GatekeeperGRQ@@@8 @21873 NONAME ??_R0?AVH323GatekeeperIRR@@@8 @21874 NONAME ??_R0?AVH323GatekeeperListener@@@8 @21875 NONAME ??_R0?AVH323GatekeeperLRQ@@@8 @21876 NONAME ??_R0?AVH323GatekeeperRequest@@@8 @21877 NONAME ??_R0?AVH323GatekeeperRRQ@@@8 @21878 NONAME ??_R0?AVH323GatekeeperServer@@@8 @21879 NONAME ??_R0?AVH323GatekeeperURQ@@@8 @21880 NONAME ??_R0?AVH323GenericAudioCapability@@@8 @33226 NONAME ??_R0?AVH323GenericCapabilityInfo@@@8 @33227 NONAME ??_R0?AVH323GenericVideoCapability@@@8 @33228 NONAME ??_R0?AVH323GSMPluginCapability@@@8 @21881 NONAME ??_R0?AVH323H248ServiceControl@@@8 @21882 NONAME ??_R0?AVH323H261PluginCapability@@@8 @21883 NONAME ??_R0?AVH323HTTPServiceControl@@@8 @21884 NONAME ??_R0?AVH323Listener@@@8 @21885 NONAME ??_R0?AVH323ListenerTCP@@@8 @21886 NONAME ??_R0?AVH323LogicalChannelThread@@@8 @21887 NONAME ??_R0?AVH323NonStandardAudioCapability@@@8 @21888 NONAME ??_R0?AVH323NonStandardCapabilityInfo@@@8 @21889 NONAME ??_R0?AVH323NonStandardDataCapability@@@8 @21890 NONAME ??_R0?AVH323NonStandardVideoCapability@@@8 @21891 NONAME ??_R0?AVH323PeerElement@@@8 @21892 NONAME ??_R0?AVH323PeerElementDescriptor@@@8 @21893 NONAME ??_R0?AVH323PeerElementServiceRelationship@@@8 @21894 NONAME ??_R0?AVH323PluginCapability@@@8 @21896 NONAME ??_R0?AVH323PluginCapabilityInfo@@@8 @21897 NONAME ??_R0?AVH323PluginCodecManager@@@8 @30618 NONAME ??_R0?AVH323PluginFramedAudioCodec@@@8 @30683 NONAME ??_R0?AVH323PluginG7231Capability@@@8 @21898 NONAME ??_R0?AVH323PluginVideoCodec@@@8 @21899 NONAME ??_R0?AVH323RasPDU@@@8 @21900 NONAME ??_R0?AVH323RealTimeCapability@@@8 @21901 NONAME ??_R0?AVH323RegisteredEndPoint@@@8 @21902 NONAME ??_R0?AVH323ServiceControlSession@@@8 @21903 NONAME ??_R0?AVH323SignalPDU@@@8 @21904 NONAME ??_R0?AVH323SimultaneousCapabilities@@@8 @21905 NONAME ??_R0?AVH323StreamedAudioCodec@@@8 @21906 NONAME ??_R0?AVH323StreamedPluginAudioCodec@@@8 @30684 NONAME ??_R0?AVH323Transaction@@@8 @21907 NONAME ??_R0?AVH323TransactionPDU@@@8 @21908 NONAME ??_R0?AVH323TransactionServer@@@8 @21909 NONAME ??_R0?AVH323Transactor@@@8 @21910 NONAME ??_R0?AVH323Transport@@@8 @21911 NONAME ??_R0?AVH323TransportAddress@@@8 @21912 NONAME ??_R0?AVH323TransportAddressArray@@@8 @21913 NONAME ??_R0?AVH323TransportIP@@@8 @21914 NONAME ??_R0?AVH323TransportTCP@@@8 @21915 NONAME ??_R0?AVH323TransportUDP@@@8 @21916 NONAME ??_R0?AVH323UnidirectionalChannel@@@8 @21917 NONAME ??_R0?AVH323VideoCapability@@@8 @21918 NONAME ??_R0?AVH323VideoCodec@@@8 @21919 NONAME ??_R0?AVH323_ALawCodec@@@8 @21920 NONAME ??_R0?AVH323_AnnexG@@@8 @21921 NONAME ??_R0?AVH323_CiscoG7231aLIDCapability@@@8 @21922 NONAME ??_R0?AVH323_ExternalRTPChannel@@@8 @21924 NONAME ??_R0?AVH323_G711ALaw64Capability@@@8 @31275 NONAME ??_R0?AVH323_G711Capability@@@8 @21928 NONAME ??_R0?AVH323_G711uLaw64Capability@@@8 @31276 NONAME ??_R0?AVH323_H261Capability@@@8 @21944 NONAME ??_R0?AVH323_H261Codec@@@8 @21945 NONAME ??_R0?AVH323_LIDCapability@@@8 @21948 NONAME ??_R0?AVH323_LIDCodec@@@8 @21949 NONAME ??_R0?AVH323_LID_G711_ALaw_Capability@@@8 @31277 NONAME ??_R0?AVH323_LID_G711_uLaw_Capability@@@8 @31278 NONAME ??_R0?AVH323_LID_G7231A_5k3_Capability@@@8 @31279 NONAME ??_R0?AVH323_LID_G7231A_6k3_Capability@@@8 @31280 NONAME ??_R0?AVH323_LID_G7231_5k3_Capability@@@8 @31281 NONAME ??_R0?AVH323_LID_G7231_6k3_Capability@@@8 @31282 NONAME ??_R0?AVH323_LID_G728_Capability@@@8 @31283 NONAME ??_R0?AVH323_LID_G729AB_Capability@@@8 @31284 NONAME ??_R0?AVH323_LID_G729A_Capability@@@8 @31285 NONAME ??_R0?AVH323_LID_G729B_Capability@@@8 @31286 NONAME ??_R0?AVH323_LID_G729_Capability@@@8 @31287 NONAME ??_R0?AVH323_LID_GSM0610_Capability@@@8 @31288 NONAME ??_R0?AVH323_muLawCodec@@@8 @21965 NONAME ??_R0?AVH323_RealTimeChannel@@@8 @21966 NONAME ??_R0?AVH323_RFC2190_H263Capability@@@8 @33648 NONAME ??_R0?AVH323_RFC2190_H263Codec@@@8 @33649 NONAME ??_R0?AVH323_RTPChannel@@@8 @21967 NONAME ??_R0?AVH323_RTP_Session@@@8 @21968 NONAME ??_R0?AVH323_RTP_UDP@@@8 @21969 NONAME ??_R0?AVH323_T120Capability@@@8 @21970 NONAME ??_R0?AVH323_T120Channel@@@8 @21971 NONAME ??_R0?AVH323_T38Capability@@@8 @21972 NONAME ??_R0?AVH323_T38Channel@@@8 @21973 NONAME ??_R0?AVH323_T38NonStandardCapability@@@8 @21974 NONAME ??_R0?AVH323_UserInputCapability@@@8 @21975 NONAME ??_R0?AVH45010_ArrayOf_MixedExtension@@@8 @21976 NONAME ??_R0?AVH45010_CfbOvrOptArg@@@8 @21977 NONAME ??_R0?AVH45010_CoReqOptArg@@@8 @21978 NONAME ??_R0?AVH45010_H323CallOfferOperations@@@8 @21979 NONAME ??_R0?AVH45010_RUAlertOptArg@@@8 @21980 NONAME ??_R0?AVH45011Handler@@@8 @21981 NONAME ??_R0?AVH45011_ArrayOf_MixedExtension@@@8 @21982 NONAME ??_R0?AVH45011_CallIntrusionErrors@@@8 @21983 NONAME ??_R0?AVH45011_CICapabilityLevel@@@8 @21984 NONAME ??_R0?AVH45011_CIFrcRelArg@@@8 @21985 NONAME ??_R0?AVH45011_CIFrcRelOptRes@@@8 @21986 NONAME ??_R0?AVH45011_CIGetCIPLOptArg@@@8 @21987 NONAME ??_R0?AVH45011_CIGetCIPLRes@@@8 @21988 NONAME ??_R0?AVH45011_CIIsOptArg@@@8 @21989 NONAME ??_R0?AVH45011_CIIsOptRes@@@8 @21990 NONAME ??_R0?AVH45011_CINotificationArg@@@8 @21991 NONAME ??_R0?AVH45011_CIProtectionLevel@@@8 @21992 NONAME ??_R0?AVH45011_CIRequestArg@@@8 @21993 NONAME ??_R0?AVH45011_CIRequestRes@@@8 @21994 NONAME ??_R0?AVH45011_CISilentArg@@@8 @21995 NONAME ??_R0?AVH45011_CISilentOptRes@@@8 @21996 NONAME ??_R0?AVH45011_CIStatusInformation@@@8 @21997 NONAME ??_R0?AVH45011_CIWobOptArg@@@8 @21998 NONAME ??_R0?AVH45011_CIWobOptRes@@@8 @21999 NONAME ??_R0?AVH45011_H323CallIntrusionOperations@@@8 @22000 NONAME ??_R0?AVH4501_Address@@@8 @22001 NONAME ??_R0?AVH4501_AddressInformation@@@8 @22002 NONAME ??_R0?AVH4501_AddressScreened@@@8 @22003 NONAME ??_R0?AVH4501_ArrayOf_AliasAddress@@@8 @22004 NONAME ??_R0?AVH4501_ArrayOf_ROS@@@8 @22005 NONAME ??_R0?AVH4501_EndpointAddress@@@8 @22006 NONAME ??_R0?AVH4501_EntityType@@@8 @22007 NONAME ??_R0?AVH4501_Extension@@@8 @22008 NONAME ??_R0?AVH4501_GeneralErrorList@@@8 @22009 NONAME ??_R0?AVH4501_H225InformationElement@@@8 @22010 NONAME ??_R0?AVH4501_InterpretationApdu@@@8 @22011 NONAME ??_R0?AVH4501_InvokeIDs@@@8 @22012 NONAME ??_R0?AVH4501_InvokeIdSet@@@8 @22013 NONAME ??_R0?AVH4501_NetworkFacilityExtension@@@8 @22014 NONAME ??_R0?AVH4501_NSAPSubaddress@@@8 @22015 NONAME ??_R0?AVH4501_NumberScreened@@@8 @22016 NONAME ??_R0?AVH4501_PartySubaddress@@@8 @22017 NONAME ??_R0?AVH4501_PresentationAllowedIndicator@@@8 @22018 NONAME ??_R0?AVH4501_PresentedAddressScreened@@@8 @22019 NONAME ??_R0?AVH4501_PresentedAddressUnscreened@@@8 @22020 NONAME ??_R0?AVH4501_PresentedNumberScreened@@@8 @22021 NONAME ??_R0?AVH4501_PresentedNumberUnscreened@@@8 @22022 NONAME ??_R0?AVH4501_ScreeningIndicator@@@8 @22023 NONAME ??_R0?AVH4501_ServiceApdus@@@8 @22024 NONAME ??_R0?AVH4501_SubaddressInformation@@@8 @22025 NONAME ??_R0?AVH4501_SupplementaryService@@@8 @22026 NONAME ??_R0?AVH4501_UserSpecifiedSubaddress@@@8 @22027 NONAME ??_R0?AVH4502Handler@@@8 @22028 NONAME ??_R0?AVH4502_CallIdentity@@@8 @22029 NONAME ??_R0?AVH4502_CallStatus@@@8 @22030 NONAME ??_R0?AVH4502_CallTransferErrors@@@8 @22031 NONAME ??_R0?AVH4502_CallTransferOperation@@@8 @22032 NONAME ??_R0?AVH4502_CTActiveArg@@@8 @22033 NONAME ??_R0?AVH4502_CTActiveArg_argumentExtension@@@8 @22034 NONAME ??_R0?AVH4502_CTCompleteArg@@@8 @22035 NONAME ??_R0?AVH4502_CTCompleteArg_argumentExtension@@@8 @22036 NONAME ??_R0?AVH4502_CTIdentifyRes@@@8 @22037 NONAME ??_R0?AVH4502_CTIdentifyRes_resultExtension@@@8 @22038 NONAME ??_R0?AVH4502_CTInitiateArg@@@8 @22039 NONAME ??_R0?AVH4502_CTInitiateArg_argumentExtension@@@8 @22040 NONAME ??_R0?AVH4502_CTSetupArg@@@8 @22041 NONAME ??_R0?AVH4502_CTSetupArg_argumentExtension@@@8 @22042 NONAME ??_R0?AVH4502_CTUpdateArg@@@8 @22043 NONAME ??_R0?AVH4502_CTUpdateArg_argumentExtension@@@8 @22044 NONAME ??_R0?AVH4502_DummyArg@@@8 @22045 NONAME ??_R0?AVH4502_DummyRes@@@8 @22046 NONAME ??_R0?AVH4502_EndDesignation@@@8 @22047 NONAME ??_R0?AVH4502_ExtensionSeq@@@8 @22048 NONAME ??_R0?AVH4502_SubaddressTransferArg@@@8 @22049 NONAME ??_R0?AVH4502_SubaddressTransferArg_argumentExtension@@@8 @22050 NONAME ??_R0?AVH4503_BasicService@@@8 @22051 NONAME ??_R0?AVH4503_CallDiversionErrors@@@8 @22052 NONAME ??_R0?AVH4503_DiversionReason@@@8 @22053 NONAME ??_R0?AVH4503_ExtensionSeq@@@8 @22054 NONAME ??_R0?AVH4503_H323CallDiversionOperations@@@8 @22055 NONAME ??_R0?AVH4503_IntResult@@@8 @22056 NONAME ??_R0?AVH4503_IntResultList@@@8 @22057 NONAME ??_R0?AVH4503_IntResult_extension@@@8 @22058 NONAME ??_R0?AVH4503_Procedure@@@8 @22059 NONAME ??_R0?AVH4503_SubscriptionOption@@@8 @22060 NONAME ??_R0?AVH4504Handler@@@8 @22061 NONAME ??_R0?AVH4504_ArrayOf_MixedExtension@@@8 @22062 NONAME ??_R0?AVH4504_CallHoldOperation@@@8 @22063 NONAME ??_R0?AVH4504_Extension@@@8 @22064 NONAME ??_R0?AVH4504_HoldNotificArg@@@8 @22065 NONAME ??_R0?AVH4504_MixedExtension@@@8 @22066 NONAME ??_R0?AVH4504_RemoteHoldArg@@@8 @22067 NONAME ??_R0?AVH4504_RemoteHoldRes@@@8 @22068 NONAME ??_R0?AVH4504_RemoteRetrieveArg@@@8 @22069 NONAME ??_R0?AVH4504_RemoteRetrieveRes@@@8 @22070 NONAME ??_R0?AVH4504_RetrieveNotificArg@@@8 @22071 NONAME ??_R0?AVH4505_ArrayOf_MixedExtension@@@8 @22072 NONAME ??_R0?AVH4505_CallParkPickupOperations@@@8 @22073 NONAME ??_R0?AVH4505_CallPickupErrors@@@8 @22074 NONAME ??_R0?AVH4505_CallType@@@8 @22075 NONAME ??_R0?AVH4505_CpickupNotifyArg@@@8 @22076 NONAME ??_R0?AVH4505_CpNotifyArg@@@8 @22077 NONAME ??_R0?AVH4505_CpRequestArg@@@8 @22078 NONAME ??_R0?AVH4505_CpRequestRes@@@8 @22079 NONAME ??_R0?AVH4505_CpSetupArg@@@8 @22080 NONAME ??_R0?AVH4505_CpSetupRes@@@8 @22081 NONAME ??_R0?AVH4505_GroupIndicationOffArg@@@8 @22082 NONAME ??_R0?AVH4505_GroupIndicationOffRes@@@8 @22083 NONAME ??_R0?AVH4505_GroupIndicationOnArg@@@8 @22084 NONAME ??_R0?AVH4505_GroupIndicationOnRes@@@8 @22085 NONAME ??_R0?AVH4505_ParkCondition@@@8 @22086 NONAME ??_R0?AVH4505_ParkedToPosition@@@8 @22087 NONAME ??_R0?AVH4505_PickExeArg@@@8 @22088 NONAME ??_R0?AVH4505_PickExeRes@@@8 @22089 NONAME ??_R0?AVH4505_PickrequArg@@@8 @22090 NONAME ??_R0?AVH4505_PickrequRes@@@8 @22091 NONAME ??_R0?AVH4505_PickupArg@@@8 @22092 NONAME ??_R0?AVH4505_PickupRes@@@8 @22093 NONAME ??_R0?AVH4506Handler@@@8 @22094 NONAME ??_R0?AVH4506_ArrayOf_MixedExtension@@@8 @22095 NONAME ??_R0?AVH4506_CallWaitingArg@@@8 @22096 NONAME ??_R0?AVH4506_CallWaitingOperations@@@8 @22097 NONAME ??_R0?AVH4507_ArrayOf_MixedExtension@@@8 @22098 NONAME ??_R0?AVH4507_BasicService@@@8 @22099 NONAME ??_R0?AVH4507_DummyRes@@@8 @22100 NONAME ??_R0?AVH4507_H323_MWI_Operations@@@8 @22101 NONAME ??_R0?AVH4507_MessageWaitingIndicationErrors@@@8 @22102 NONAME ??_R0?AVH4507_MsgCentreId@@@8 @22103 NONAME ??_R0?AVH4507_MWIActivateArg@@@8 @22104 NONAME ??_R0?AVH4507_MWIDeactivateArg@@@8 @22105 NONAME ??_R0?AVH4507_MWIInterrogateArg@@@8 @22106 NONAME ??_R0?AVH4507_MWIInterrogateRes@@@8 @22107 NONAME ??_R0?AVH4507_MWIInterrogateResElt@@@8 @22108 NONAME ??_R0?AVH4507_NbOfMessages@@@8 @22109 NONAME ??_R0?AVH4507_TimeStamp@@@8 @22110 NONAME ??_R0?AVH4508_ExtendedName@@@8 @22111 NONAME ??_R0?AVH4508_Name@@@8 @22112 NONAME ??_R0?AVH4508_NameOperations@@@8 @22113 NONAME ??_R0?AVH4508_NamePresentationAllowed@@@8 @22114 NONAME ??_R0?AVH4508_NamePresentationRestricted@@@8 @22115 NONAME ??_R0?AVH4508_SimpleName@@@8 @22116 NONAME ??_R0?AVH4509_ArrayOf_MixedExtension@@@8 @22117 NONAME ??_R0?AVH4509_CallCompletionErrors@@@8 @22118 NONAME ??_R0?AVH4509_CcArg@@@8 @22119 NONAME ??_R0?AVH4509_CcLongArg@@@8 @22120 NONAME ??_R0?AVH4509_CcRequestArg@@@8 @22121 NONAME ??_R0?AVH4509_CcRequestRes@@@8 @22122 NONAME ??_R0?AVH4509_CcShortArg@@@8 @22123 NONAME ??_R0?AVH4509_H323CallCompletionOperations@@@8 @22124 NONAME ??_R0?AVH450ServiceAPDU@@@8 @22125 NONAME ??_R0?AVH450xDispatcher@@@8 @22126 NONAME ??_R0?AVH450xHandler@@@8 @22127 NONAME ??_R0?AVH501AccessRequest@@@8 @22128 NONAME ??_R0?AVH501DescriptorUpdate@@@8 @22129 NONAME ??_R0?AVH501PDU@@@8 @22130 NONAME ??_R0?AVH501ServiceRequest@@@8 @22131 NONAME ??_R0?AVH501Transaction@@@8 @22132 NONAME ??_R0?AVH501_AccessConfirmation@@@8 @22133 NONAME ??_R0?AVH501_AccessRejection@@@8 @22134 NONAME ??_R0?AVH501_AccessRejectionReason@@@8 @22135 NONAME ??_R0?AVH501_AccessRequest@@@8 @22136 NONAME ??_R0?AVH501_AccessToken@@@8 @22137 NONAME ??_R0?AVH501_AddressTemplate@@@8 @22138 NONAME ??_R0?AVH501_AlternatePE@@@8 @22139 NONAME ??_R0?AVH501_AlternatePEInfo@@@8 @22140 NONAME ??_R0?AVH501_ApplicationMessage@@@8 @22141 NONAME ??_R0?AVH501_ArrayOf_AccessToken@@@8 @22142 NONAME ??_R0?AVH501_ArrayOf_AddressTemplate@@@8 @22143 NONAME ??_R0?AVH501_ArrayOf_AliasAddress@@@8 @22144 NONAME ??_R0?AVH501_ArrayOf_AlternatePE@@@8 @22145 NONAME ??_R0?AVH501_ArrayOf_CircuitIdentifier@@@8 @22146 NONAME ??_R0?AVH501_ArrayOf_ClearToken@@@8 @22147 NONAME ??_R0?AVH501_ArrayOf_ContactInformation@@@8 @22148 NONAME ??_R0?AVH501_ArrayOf_CryptoH323Token@@@8 @22149 NONAME ??_R0?AVH501_ArrayOf_Descriptor@@@8 @22150 NONAME ??_R0?AVH501_ArrayOf_DescriptorInfo@@@8 @22151 NONAME ??_R0?AVH501_ArrayOf_GenericData@@@8 @22152 NONAME ??_R0?AVH501_ArrayOf_GloballyUniqueID@@@8 @22153 NONAME ??_R0?AVH501_ArrayOf_NonStandardParameter@@@8 @22154 NONAME ??_R0?AVH501_ArrayOf_PASN_ObjectId@@@8 @22155 NONAME ??_R0?AVH501_ArrayOf_Pattern@@@8 @22156 NONAME ??_R0?AVH501_ArrayOf_PriceElement@@@8 @22157 NONAME ??_R0?AVH501_ArrayOf_PriceInfoSpec@@@8 @22158 NONAME ??_R0?AVH501_ArrayOf_RouteInformation@@@8 @22159 NONAME ??_R0?AVH501_ArrayOf_SecurityMode@@@8 @22160 NONAME ??_R0?AVH501_ArrayOf_ServiceControlSession@@@8 @22161 NONAME ??_R0?AVH501_ArrayOf_SupportedProtocols@@@8 @22162 NONAME ??_R0?AVH501_ArrayOf_TransportAddress@@@8 @22163 NONAME ??_R0?AVH501_ArrayOf_UpdateInformation@@@8 @22164 NONAME ??_R0?AVH501_ArrayOf_UsageField@@@8 @22165 NONAME ??_R0?AVH501_AuthenticationConfirmation@@@8 @22166 NONAME ??_R0?AVH501_AuthenticationRejection@@@8 @22167 NONAME ??_R0?AVH501_AuthenticationRejectionReason@@@8 @22168 NONAME ??_R0?AVH501_AuthenticationRequest@@@8 @22169 NONAME ??_R0?AVH501_CallInformation@@@8 @22170 NONAME ??_R0?AVH501_ContactInformation@@@8 @22171 NONAME ??_R0?AVH501_Descriptor@@@8 @22172 NONAME ??_R0?AVH501_DescriptorConfirmation@@@8 @22173 NONAME ??_R0?AVH501_DescriptorIDConfirmation@@@8 @22174 NONAME ??_R0?AVH501_DescriptorIDRejection@@@8 @22175 NONAME ??_R0?AVH501_DescriptorIDRejectionReason@@@8 @22176 NONAME ??_R0?AVH501_DescriptorIDRequest@@@8 @22177 NONAME ??_R0?AVH501_DescriptorInfo@@@8 @22178 NONAME ??_R0?AVH501_DescriptorRejection@@@8 @22179 NONAME ??_R0?AVH501_DescriptorRejectionReason@@@8 @22180 NONAME ??_R0?AVH501_DescriptorRequest@@@8 @22181 NONAME ??_R0?AVH501_DescriptorUpdate@@@8 @22182 NONAME ??_R0?AVH501_DescriptorUpdateAck@@@8 @22183 NONAME ??_R0?AVH501_ElementIdentifier@@@8 @22184 NONAME ??_R0?AVH501_GlobalTimeStamp@@@8 @22185 NONAME ??_R0?AVH501_Message@@@8 @22186 NONAME ??_R0?AVH501_MessageBody@@@8 @22187 NONAME ??_R0?AVH501_MessageCommonInfo@@@8 @22188 NONAME ??_R0?AVH501_NonStandardConfirmation@@@8 @22189 NONAME ??_R0?AVH501_NonStandardRejection@@@8 @22190 NONAME ??_R0?AVH501_NonStandardRejectionReason@@@8 @22191 NONAME ??_R0?AVH501_NonStandardRequest@@@8 @22192 NONAME ??_R0?AVH501_PartyInformation@@@8 @22193 NONAME ??_R0?AVH501_Pattern@@@8 @22194 NONAME ??_R0?AVH501_Pattern_range@@@8 @22195 NONAME ??_R0?AVH501_PriceElement@@@8 @22196 NONAME ??_R0?AVH501_PriceElement_units@@@8 @22197 NONAME ??_R0?AVH501_PriceInfoSpec@@@8 @22198 NONAME ??_R0?AVH501_ProtocolVersion@@@8 @22199 NONAME ??_R0?AVH501_RequestInProgress@@@8 @22200 NONAME ??_R0?AVH501_Role@@@8 @22201 NONAME ??_R0?AVH501_RouteInformation@@@8 @22202 NONAME ??_R0?AVH501_RouteInformation_messageType@@@8 @22203 NONAME ??_R0?AVH501_SecurityMode@@@8 @22204 NONAME ??_R0?AVH501_ServiceConfirmation@@@8 @22205 NONAME ??_R0?AVH501_ServiceRejection@@@8 @22206 NONAME ??_R0?AVH501_ServiceRejectionReason@@@8 @22207 NONAME ??_R0?AVH501_ServiceRelease@@@8 @22208 NONAME ??_R0?AVH501_ServiceReleaseReason@@@8 @22209 NONAME ??_R0?AVH501_ServiceRequest@@@8 @22210 NONAME ??_R0?AVH501_TerminationCause@@@8 @22211 NONAME ??_R0?AVH501_TimeZone@@@8 @22212 NONAME ??_R0?AVH501_UnknownMessageReason@@@8 @22213 NONAME ??_R0?AVH501_UnknownMessageResponse@@@8 @22214 NONAME ??_R0?AVH501_UpdateInformation@@@8 @22215 NONAME ??_R0?AVH501_UpdateInformation_descriptorInfo@@@8 @22216 NONAME ??_R0?AVH501_UpdateInformation_updateType@@@8 @22217 NONAME ??_R0?AVH501_UsageCallStatus@@@8 @22218 NONAME ??_R0?AVH501_UsageConfirmation@@@8 @22219 NONAME ??_R0?AVH501_UsageField@@@8 @22220 NONAME ??_R0?AVH501_UsageIndication@@@8 @22221 NONAME ??_R0?AVH501_UsageIndicationConfirmation@@@8 @22222 NONAME ??_R0?AVH501_UsageIndicationRejection@@@8 @22223 NONAME ??_R0?AVH501_UsageIndicationRejectionReason@@@8 @22224 NONAME ??_R0?AVH501_UsageRejection@@@8 @22225 NONAME ??_R0?AVH501_UsageRejectReason@@@8 @22226 NONAME ??_R0?AVH501_UsageRequest@@@8 @22227 NONAME ??_R0?AVH501_UsageSpecification@@@8 @22228 NONAME ??_R0?AVH501_UsageSpecification_when@@@8 @22229 NONAME ??_R0?AVH501_UserInformation@@@8 @22230 NONAME ??_R0?AVH501_ValidationConfirmation@@@8 @22231 NONAME ??_R0?AVH501_ValidationRejection@@@8 @22232 NONAME ??_R0?AVH501_ValidationRejectionReason@@@8 @22233 NONAME ??_R0?AVH501_ValidationRequest@@@8 @22234 NONAME ??_R0?AVHandleTimeout_PNotifier@H245Negotiator@@@8 @22235 NONAME ??_R0?AVHandleTransactions_PNotifier@H323Transactor@@@8 @22236 NONAME ??_R0?AVIntraP64Decoder@@@8 @22237 NONAME ??_R0?AVMCS_ArrayOf_ChannelAttributes@@@8 @22239 NONAME ??_R0?AVMCS_ArrayOf_ChannelId@@@8 @22240 NONAME ??_R0?AVMCS_ArrayOf_TokenAttributes@@@8 @22241 NONAME ??_R0?AVMCS_ArrayOf_TokenId@@@8 @22242 NONAME ??_R0?AVMCS_ArrayOf_UserId@@@8 @22243 NONAME ??_R0?AVMCS_AssignedChannelId@@@8 @22244 NONAME ??_R0?AVMCS_AUcf@@@8 @22245 NONAME ??_R0?AVMCS_AUrq@@@8 @22246 NONAME ??_R0?AVMCS_CAin@@@8 @22247 NONAME ??_R0?AVMCS_CArq@@@8 @22248 NONAME ??_R0?AVMCS_CCcf@@@8 @22249 NONAME ??_R0?AVMCS_CCrq@@@8 @22250 NONAME ??_R0?AVMCS_CDin@@@8 @22251 NONAME ??_R0?AVMCS_CDrq@@@8 @22252 NONAME ??_R0?AVMCS_CEin@@@8 @22253 NONAME ??_R0?AVMCS_CErq@@@8 @22254 NONAME ??_R0?AVMCS_ChannelAttributes@@@8 @22255 NONAME ??_R0?AVMCS_ChannelAttributes_assigned@@@8 @22256 NONAME ??_R0?AVMCS_ChannelAttributes_private@@@8 @22257 NONAME ??_R0?AVMCS_ChannelAttributes_static@@@8 @22258 NONAME ??_R0?AVMCS_ChannelAttributes_userId@@@8 @22259 NONAME ??_R0?AVMCS_ChannelId@@@8 @22260 NONAME ??_R0?AVMCS_CJcf@@@8 @22261 NONAME ??_R0?AVMCS_CJrq@@@8 @22262 NONAME ??_R0?AVMCS_CLrq@@@8 @22263 NONAME ??_R0?AVMCS_ConnectMCSPDU@@@8 @22264 NONAME ??_R0?AVMCS_Connect_Additional@@@8 @22265 NONAME ??_R0?AVMCS_Connect_Initial@@@8 @22266 NONAME ??_R0?AVMCS_Connect_Response@@@8 @22267 NONAME ??_R0?AVMCS_Connect_Result@@@8 @22268 NONAME ??_R0?AVMCS_DataPriority@@@8 @22269 NONAME ??_R0?AVMCS_Diagnostic@@@8 @22270 NONAME ??_R0?AVMCS_DomainMCSPDU@@@8 @22271 NONAME ??_R0?AVMCS_DomainParameters@@@8 @22272 NONAME ??_R0?AVMCS_DPum@@@8 @22273 NONAME ??_R0?AVMCS_DUin@@@8 @22274 NONAME ??_R0?AVMCS_DUrq@@@8 @22275 NONAME ??_R0?AVMCS_DynamicChannelId@@@8 @22276 NONAME ??_R0?AVMCS_EDrq@@@8 @22277 NONAME ??_R0?AVMCS_MCcf@@@8 @22278 NONAME ??_R0?AVMCS_MCrq@@@8 @22279 NONAME ??_R0?AVMCS_MTcf@@@8 @22280 NONAME ??_R0?AVMCS_MTrq@@@8 @22281 NONAME ??_R0?AVMCS_PCin@@@8 @22282 NONAME ??_R0?AVMCS_PDin@@@8 @22283 NONAME ??_R0?AVMCS_PrivateChannelId@@@8 @22284 NONAME ??_R0?AVMCS_PTin@@@8 @22285 NONAME ??_R0?AVMCS_Reason@@@8 @22286 NONAME ??_R0?AVMCS_Result@@@8 @22287 NONAME ??_R0?AVMCS_RJum@@@8 @22288 NONAME ??_R0?AVMCS_SDin@@@8 @22289 NONAME ??_R0?AVMCS_SDrq@@@8 @22290 NONAME ??_R0?AVMCS_Segmentation@@@8 @22291 NONAME ??_R0?AVMCS_StaticChannelId@@@8 @22292 NONAME ??_R0?AVMCS_TGcf@@@8 @22293 NONAME ??_R0?AVMCS_TGrq@@@8 @22294 NONAME ??_R0?AVMCS_TIcf@@@8 @22295 NONAME ??_R0?AVMCS_TIrq@@@8 @22296 NONAME ??_R0?AVMCS_TokenAttributes@@@8 @22297 NONAME ??_R0?AVMCS_TokenAttributes_given@@@8 @22298 NONAME ??_R0?AVMCS_TokenAttributes_giving@@@8 @22299 NONAME ??_R0?AVMCS_TokenAttributes_grabbed@@@8 @22300 NONAME ??_R0?AVMCS_TokenAttributes_inhibited@@@8 @22301 NONAME ??_R0?AVMCS_TokenAttributes_ungivable@@@8 @22302 NONAME ??_R0?AVMCS_TokenId@@@8 @22303 NONAME ??_R0?AVMCS_TokenStatus@@@8 @22304 NONAME ??_R0?AVMCS_TPin@@@8 @22305 NONAME ??_R0?AVMCS_TPrq@@@8 @22306 NONAME ??_R0?AVMCS_TRcf@@@8 @22307 NONAME ??_R0?AVMCS_TRrq@@@8 @22308 NONAME ??_R0?AVMCS_TTcf@@@8 @22309 NONAME ??_R0?AVMCS_TTrq@@@8 @22310 NONAME ??_R0?AVMCS_TVcf@@@8 @22311 NONAME ??_R0?AVMCS_TVin@@@8 @22312 NONAME ??_R0?AVMCS_TVrq@@@8 @22313 NONAME ??_R0?AVMCS_TVrs@@@8 @22314 NONAME ??_R0?AVMCS_UserId@@@8 @22315 NONAME ??_R0?AVMCS_USin@@@8 @22316 NONAME ??_R0?AVMCS_USrq@@@8 @22317 NONAME ??_R0?AVMonitorMain_PNotifier@H323Gatekeeper@@@8 @22325 NONAME ??_R0?AVMonitorMain_PNotifier@H323GatekeeperServer@@@8 @22326 NONAME ??_R0?AVMonitorMain_PNotifier@H323PeerElement@@@8 @22327 NONAME ??_R0?AVMSIPAddress@PILSSession@@@8 @22328 NONAME ??_R0?AVMXRecordList@PDNS@@@8 @32822 NONAME ??_R0?AVOnCallIntrudeTimeOut_PNotifier@H45011Handler@@@8 @22329 NONAME ??_R0?AVOnCallTransferTimeOut_PNotifier@H4502Handler@@@8 @22330 NONAME ??_R0?AVOnLoadModule_PNotifier@PPluginModuleManager@@@8 @30665 NONAME ??_R0?AVOnUserInputInBandDTMF_PNotifier@H323Connection@@@8 @22332 NONAME ??_R0?AVOnUserInputInlineRFC2833_PNotifier@H323Connection@@@8 @22333 NONAME ??_R0?AVOpalFactoryCodec@@@8 @32408 NONAME ??_R0?AVOpalG711ALaw64kFormat@@@8 @30894 NONAME ??_R0?AVOpalG711ALaw64k_Base@@@8 @32409 NONAME ??_R0?AVOpalG711ALaw64k_Decoder@@@8 @32410 NONAME ??_R0?AVOpalG711ALaw64k_Encoder@@@8 @32411 NONAME ??_R0?AVOpalG711uLaw64kFormat@@@8 @30895 NONAME ??_R0?AVOpalG711uLaw64k_Base@@@8 @32412 NONAME ??_R0?AVOpalG711uLaw64k_Decoder@@@8 @32413 NONAME ??_R0?AVOpalG711uLaw64k_Encoder@@@8 @32414 NONAME ??_R0?AVOpalG7231A_5k3Format@@@8 @30896 NONAME ??_R0?AVOpalG7231A_6k3Format@@@8 @30897 NONAME ??_R0?AVOpalG7231_5k3Format@@@8 @30898 NONAME ??_R0?AVOpalG7231_6k3Format@@@8 @30899 NONAME ??_R0?AVOpalG728Format@@@8 @30900 NONAME ??_R0?AVOpalG729ABFormat@@@8 @30901 NONAME ??_R0?AVOpalG729AFormat@@@8 @30902 NONAME ??_R0?AVOpalG729BFormat@@@8 @30903 NONAME ??_R0?AVOpalG729Format@@@8 @30904 NONAME ??_R0?AVOpalGloballyUniqueID@@@8 @22334 NONAME ??_R0?AVOpalGSM0610Format@@@8 @30905 NONAME ??_R0?AVOpalH261Format@@@8 @30906 NONAME ??_R0?AVOpalIxJDevice@@@8 @22335 NONAME ??_R0?AVOpalLineChannel@@@8 @22336 NONAME ??_R0?AVOpalLineInterfaceDevice@@@8 @22337 NONAME ??_R0?AVOpalMediaFormat@@@8 @22338 NONAME ??_R0?AVOpalPCM16Format@@@8 @30907 NONAME ??_R0?AVOpalPluginCodec@@@8 @32415 NONAME ??_R0?AVOpalPluginMediaFormat@@@8 @30908 NONAME ??_R0?AVOpalRFC2190H263Format@@@8 @33650 NONAME ??_R0?AVOpalRFC2833@@@8 @22339 NONAME ??_R0?AVOpalRFC2833Info@@@8 @22340 NONAME ??_R0?AVOpalRtpToWavFile@@@8 @22341 NONAME ??_R0?AVOpalT120Format@@@8 @30909 NONAME ??_R0?AVOpalT120Protocol@@@8 @22342 NONAME ??_R0?AVOpalT38Protocol@@@8 @22343 NONAME ??_R0?AVOpalUserInputRFC2833Format@@@8 @30910 NONAME ??_R0?AVOpalVoipBlasterDevice@@@8 @22344 NONAME ??_R0?AVOpalVXMLSession@@@8 @22345 NONAME ??_R0?AVOpalWAVFile@@@8 @22346 NONAME ??_R0?AVP64Decoder@@@8 @22347 NONAME ??_R0?AVPASN_Array@@@8 @22348 NONAME ??_R0?AVPASN_BitString@@@8 @22349 NONAME ??_R0?AVPASN_BMPString@@@8 @22350 NONAME ??_R0?AVPASN_Boolean@@@8 @22351 NONAME ??_R0?AVPASN_Choice@@@8 @22352 NONAME ??_R0?AVPASN_ConstrainedObject@@@8 @22353 NONAME ??_R0?AVPASN_ConstrainedString@@@8 @22354 NONAME ??_R0?AVPASN_Enumeration@@@8 @22355 NONAME ??_R0?AVPASN_GeneralisedTime@@@8 @22356 NONAME ??_R0?AVPASN_GeneralString@@@8 @22357 NONAME ??_R0?AVPASN_IA5String@@@8 @22358 NONAME ??_R0?AVPASN_Integer@@@8 @22359 NONAME ??_R0?AVPASN_Null@@@8 @22360 NONAME ??_R0?AVPASN_NumericString@@@8 @22361 NONAME ??_R0?AVPASN_Object@@@8 @22362 NONAME ??_R0?AVPASN_ObjectId@@@8 @22363 NONAME ??_R0?AVPASN_OctetString@@@8 @22364 NONAME ??_R0?AVPASN_PrintableString@@@8 @22365 NONAME ??_R0?AVPASN_Sequence@@@8 @22366 NONAME ??_R0?AVPASN_Stream@@@8 @22367 NONAME ??_R0?AVPASN_VisibleString@@@8 @22368 NONAME ??_R0?AVPLDAPAttributeBase@@@8 @22369 NONAME ??_R0?AVPLDAPStructBase@@@8 @22370 NONAME ??_R0?AVPluginLoader@@@8 @32980 NONAME ??_R0?AVPPER_Stream@@@8 @22371 NONAME ??_R0?AVPre_Vid_Coder@@@8 @22372 NONAME ??_R0?AVPVXMLChannelInterface@@@8 @31499 NONAME ??_R0?AVPVXMLSession@@@8 @22373 NONAME ??_R0?AVPWAVFile@@@8 @22374 NONAME ??_R0?AVPWAVFileConverter@@@8 @32202 NONAME ??_R0?AVPWAVFileConverterALaw@@@8 @32203 NONAME ??_R0?AVPWAVFileConverterULaw@@@8 @32204 NONAME ??_R0?AVPWAVFileConverterXLaw@@@8 @32205 NONAME ??_R0?AVQ931@@@8 @22375 NONAME ??_R0?AVReceivedPacket_PNotifier@OpalRFC2833@@@8 @22376 NONAME ??_R0?AVReceivedPacket_PNotifier@OpalRtpToWavFile@@@8 @22377 NONAME ??_R0?AVReceiverReport@RTP_Session@@@8 @22378 NONAME ??_R0?AVReceiveTimeout_PNotifier@OpalRFC2833@@@8 @22379 NONAME ??_R0?AVRequest@H323Transactor@@@8 @22380 NONAME ??_R0?AVResponse@H323Transactor@@@8 @22381 NONAME ??_R0?AVRFC2190_FfmpgLink@@@8 @33651 NONAME ??_R0?AVRTPerson@PILSSession@@@8 @22382 NONAME ??_R0?AVRTP_ControlFrame@@@8 @22383 NONAME ??_R0?AVRTP_DataFrame@@@8 @22384 NONAME ??_R0?AVRTP_JitterBuffer@@@8 @22385 NONAME ??_R0?AVRTP_QOS@@@8 @22386 NONAME ??_R0?AVRTP_Session@@@8 @22387 NONAME ??_R0?AVRTP_SessionManager@@@8 @22388 NONAME ??_R0?AVRTP_UDP@@@8 @22389 NONAME ??_R0?AVRTP_UserData@@@8 @22390 NONAME ??_R0?AVSenderReport@RTP_Session@@@8 @22391 NONAME ??_R0?AVSlowHandler_PNotifier@H323Transaction@@@8 @22392 NONAME ??_R0?AVSourceDescription@RTP_Session@@@8 @22393 NONAME ??_R0?AVSRVRecordList@PDNS@@@8 @32823 NONAME ??_R0?AVStatusHandler_PNotifier@OpalVoipBlasterDevice@@@8 @22394 NONAME ??_R0?AVStringMap@H323GatekeeperServer@@@8 @22395 NONAME ??_R0?AVT120ConnectPDU@@@8 @22396 NONAME ??_R0?AVT120_X224@@@8 @22397 NONAME ??_R0?AVT38_ArrayOf_PASN_OctetString@@@8 @22398 NONAME ??_R0?AVT38_Data_Field@@@8 @22399 NONAME ??_R0?AVT38_Data_Field_subtype@@@8 @22400 NONAME ??_R0?AVT38_Data_Field_subtype_field_type@@@8 @22401 NONAME ??_R0?AVT38_IFPPacket@@@8 @22402 NONAME ??_R0?AVT38_PreCorrigendum_Data_Field@@@8 @22403 NONAME ??_R0?AVT38_PreCorrigendum_Data_Field_subtype@@@8 @22404 NONAME ??_R0?AVT38_PreCorrigendum_Data_Field_subtype_field_type@@@8 @22405 NONAME ??_R0?AVT38_PreCorrigendum_IFPPacket@@@8 @22406 NONAME ??_R0?AVT38_Type_of_msg@@@8 @22407 NONAME ??_R0?AVT38_Type_of_msg_data@@@8 @22408 NONAME ??_R0?AVT38_Type_of_msg_t30_indicator@@@8 @22409 NONAME ??_R0?AVT38_UDPTLPacket@@@8 @22410 NONAME ??_R0?AVT38_UDPTLPacket_error_recovery@@@8 @22411 NONAME ??_R0?AVT38_UDPTLPacket_error_recovery_fec_info@@@8 @22412 NONAME ??_R0?AVT38_UDPTLPacket_error_recovery_secondary_ifp_packets@@@8 @22413 NONAME ??_R0?AVT38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@@8 @22414 NONAME ??_R0?AVT38_UDPTLPacket_primary_ifp_packet@@@8 @22415 NONAME ??_R0?AVTickleMonitor_PNotifier@H323Gatekeeper@@@8 @22416 NONAME ??_R0?AVTransmitEnded_PNotifier@OpalRFC2833@@@8 @22417 NONAME ??_R0?AVTransmitPacket_PNotifier@OpalRFC2833@@@8 @22418 NONAME ??_R0?AVTransmitter@@@8 @22419 NONAME ??_R0?AVUpdateAllDescriptors_PNotifier@H323PeerElement@@@8 @22420 NONAME ??_R0?AVVoipBlasterInterface@@@8 @22422 NONAME ??_R0?AVWorker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@@8 @32416 NONAME ??_R0?AVWorker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@@8 @32417 NONAME ??_R0?AVWorker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@@8 @32418 NONAME ??_R0?AVWorker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@@8 @32419 NONAME ??_R0?AVWorker@OpalPluginCodecFactory@@@8 @32420 NONAME ??_R0?AVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@8 @32824 NONAME ??_R0?AVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@8 @31768 NONAME ??_R0?AVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@8 @32421 NONAME ??_R0?AVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@8 @31769 NONAME ??_R0?AVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@8 @31770 NONAME ??_R0?AVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@8 @32206 NONAME ??_R0?AVX224@@@8 @22423 NONAME ??_R0?AVX880_Code@@@8 @22424 NONAME ??_R0?AVX880_GeneralProblem@@@8 @22425 NONAME ??_R0?AVX880_Invoke@@@8 @22426 NONAME ??_R0?AVX880_InvokeId@@@8 @22427 NONAME ??_R0?AVX880_InvokeProblem@@@8 @22428 NONAME ??_R0?AVX880_Reject@@@8 @22429 NONAME ??_R0?AVX880_RejectProblem@@@8 @22430 NONAME ??_R0?AVX880_Reject_problem@@@8 @22431 NONAME ??_R0?AVX880_ReturnError@@@8 @22432 NONAME ??_R0?AVX880_ReturnErrorProblem@@@8 @22433 NONAME ??_R0?AVX880_ReturnResult@@@8 @22434 NONAME ??_R0?AVX880_ReturnResultProblem@@@8 @22435 NONAME ??_R0?AVX880_ReturnResult_result@@@8 @22436 NONAME ??_R0?AVX880_ROS@@@8 @22437 NONAME ??_R1A@?0A@8WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@8 @32825 NONAME ??_R1A@?0A@8WorkerBase@?$PFactory@VH323Capability@@VPString@@@@8 @31771 NONAME ??_R1A@?0A@8WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31772 NONAME ??_R1A@?0A@8WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @31773 NONAME ??_R1A@?0A@8WorkerBase@?$PFactory@VPWAVFileConverter@@I@@8 @32207 NONAME ??_R1A@?0A@A@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@8 @22443 NONAME ??_R1A@?0A@A@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@8 @22444 NONAME ??_R1A@?0A@A@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@8 @22445 NONAME ??_R1A@?0A@A@?$H235_HASHED@VH235_EncodedGeneralToken@@@@8 @22446 NONAME ??_R1A@?0A@A@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@8 @22447 NONAME ??_R1A@?0A@A@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@8 @22448 NONAME ??_R1A@?0A@A@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@8 @22449 NONAME ??_R1A@?0A@A@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@8 @22450 NONAME ??_R1A@?0A@A@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@8 @22451 NONAME ??_R1A@?0A@A@?$H235_SIGNED@VH235_EncodedReturnSig@@@@8 @22452 NONAME ??_R1A@?0A@A@?$PArray@V?$PList@VH323Capability@@@@@@8 @22453 NONAME ??_R1A@?0A@A@?$PArray@VH323SimultaneousCapabilities@@@@8 @22454 NONAME ??_R1A@?0A@A@?$PArray@VH323TransportAddress@@@@8 @22455 NONAME ??_R1A@?0A@A@?$PArray@VReceiverReport@RTP_Session@@@@8 @22456 NONAME ??_R1A@?0A@A@?$PArray@VSourceDescription@RTP_Session@@@@8 @22457 NONAME ??_R1A@?0A@A@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@8 @22458 NONAME ??_R1A@?0A@A@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@8 @22459 NONAME ??_R1A@?0A@A@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@8 @22460 NONAME ??_R1A@?0A@A@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@8 @22461 NONAME ??_R1A@?0A@A@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@8 @22462 NONAME ??_R1A@?0A@A@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@8 @22463 NONAME ??_R1A@?0A@A@?$PDictionary@VPString@@VH323Connection@@@@8 @22464 NONAME ??_R1A@?0A@A@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@8 @22465 NONAME ??_R1A@?0A@A@?$PDictionary@VPString@@VPOrdinalKey@@@@8 @22466 NONAME ??_R1A@?0A@A@?$PFactory@VH235Authenticator@@VPString@@@@8 @32826 NONAME ??_R1A@?0A@A@?$PFactory@VH323Capability@@VPString@@@@8 @31774 NONAME ??_R1A@?0A@A@?$PFactory@VH323StaticPluginCodec@@VPString@@@@8 @31775 NONAME ??_R1A@?0A@A@?$PFactory@VOpalFactoryCodec@@VPString@@@@8 @32422 NONAME ??_R1A@?0A@A@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31776 NONAME ??_R1A@?0A@A@?$PFactory@VPWAVFileConverter@@I@@8 @32208 NONAME ??_R1A@?0A@A@?$PList@VH235Authenticator@@@@8 @22467 NONAME ??_R1A@?0A@A@?$PList@VH245_GenericParameter@@@@8 @33229 NONAME ??_R1A@?0A@A@?$PList@VH263Packet@@@@8 @33652 NONAME ??_R1A@?0A@A@?$PList@VH323Capability@@@@8 @22469 NONAME ??_R1A@?0A@A@?$PList@VH323Channel@@@@8 @22470 NONAME ??_R1A@?0A@A@?$PList@VH323GatekeeperListener@@@@8 @22471 NONAME ??_R1A@?0A@A@?$PList@VH323Listener@@@@8 @22472 NONAME ??_R1A@?0A@A@?$PList@VH323Transactor@@@@8 @22473 NONAME ??_R1A@?0A@A@?$PList@VH450xHandler@@@@8 @22474 NONAME ??_R1A@?0A@A@?$PList@VOpalMediaFormat@@@@8 @22476 NONAME ??_R1A@?0A@A@?$PList@VPBYTEArray@@@@8 @22477 NONAME ??_R1A@?0A@A@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@8 @22478 NONAME ??_R1A@?0A@A@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@8 @22479 NONAME ??_R1A@?0A@A@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@8 @22480 NONAME ??_R1A@?0A@A@?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@8 @22481 NONAME ??_R1A@?0A@A@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@8 @22482 NONAME ??_R1A@?0A@A@?$PSafePtr@VH323GatekeeperCall@@@@8 @22483 NONAME ??_R1A@?0A@A@?$PSafePtr@VH323PeerElementDescriptor@@@@8 @22484 NONAME ??_R1A@?0A@A@?$PSafePtr@VH323PeerElementServiceRelationship@@@@8 @22485 NONAME ??_R1A@?0A@A@?$PSafePtr@VH323RegisteredEndPoint@@@@8 @22486 NONAME ??_R1A@?0A@A@?$PSafeSortedList@VH323GatekeeperCall@@@@8 @22487 NONAME ??_R1A@?0A@A@?$PSafeSortedList@VH323PeerElementDescriptor@@@@8 @22488 NONAME ??_R1A@?0A@A@?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@8 @22489 NONAME ??_R1A@?0A@A@?$PSet@VPOrdinalKey@@@@8 @22490 NONAME ??_R1A@?0A@A@?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@8 @22491 NONAME ??_R1A@?0A@A@?$PSortedList@VH225_AliasAddress@@@@8 @22492 NONAME ??_R1A@?0A@A@?$PSortedList@VH323GatekeeperCall@@@@8 @22493 NONAME ??_R1A@?0A@A@?$PSortedList@VH323PeerElementDescriptor@@@@8 @22494 NONAME ??_R1A@?0A@A@?$PSortedList@VH323PeerElementServiceRelationship@@@@8 @22495 NONAME ??_R1A@?0A@A@?$PSortedList@VMXRecord@PDNS@@@@8 @32827 NONAME ??_R1A@?0A@A@?$PSortedList@VResponse@H323Transactor@@@@8 @22496 NONAME ??_R1A@?0A@A@?$PSortedList@VSRVRecord@PDNS@@@@8 @32828 NONAME ??_R1A@?0A@A@?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @32829 NONAME ??_R1A@?0A@A@?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @32830 NONAME ??_R1A@?0A@A@?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @32831 NONAME ??_R1A@?0A@A@?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @31777 NONAME ??_R1A@?0A@A@?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31778 NONAME ??_R1A@?0A@A@?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31779 NONAME ??_R1A@?0A@A@?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31780 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31781 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31782 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31783 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31784 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31785 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31786 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31787 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31788 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31789 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31790 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31791 NONAME ??_R1A@?0A@A@?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31792 NONAME ??_R1A@?0A@A@?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31793 NONAME ??_R1A@?0A@A@?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31794 NONAME ??_R1A@?0A@A@?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31795 NONAME ??_R1A@?0A@A@?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31796 NONAME ??_R1A@?0A@A@?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31797 NONAME ??_R1A@?0A@A@?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31798 NONAME ??_R1A@?0A@A@?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31799 NONAME ??_R1A@?0A@A@?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31800 NONAME ??_R1A@?0A@A@?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31801 NONAME ??_R1A@?0A@A@?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31802 NONAME ??_R1A@?0A@A@?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31803 NONAME ??_R1A@?0A@A@?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31804 NONAME ??_R1A@?0A@A@?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31805 NONAME ??_R1A@?0A@A@?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31806 NONAME ??_R1A@?0A@A@?$Worker@VOpalRFC2190H263Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @33653 NONAME ??_R1A@?0A@A@?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31807 NONAME ??_R1A@?0A@A@?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31808 NONAME ??_R1A@?0A@A@?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@8 @32981 NONAME ??_R1A@?0A@A@?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@8 @32209 NONAME ??_R1A@?0A@A@?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@8 @32210 NONAME ??_R1A@?0A@A@AliasKey@H323PeerElement@@8 @22497 NONAME ??_R1A@?0A@A@AlternateInfo@H323Gatekeeper@@8 @22498 NONAME ??_R1A@?0A@A@ByteQueue@OpalVoipBlasterDevice@@8 @22499 NONAME ??_R1A@?0A@A@Encoder@@8 @22500 NONAME ??_R1A@?0A@A@Entry@RTP_JitterBuffer@@8 @22501 NONAME ??_R1A@?0A@A@FilterInfo@H323Codec@@8 @22503 NONAME ??_R1A@?0A@A@FullP64Decoder@@8 @22504 NONAME ??_R1A@?0A@A@G7231_File_Capability@@8 @22505 NONAME ??_R1A@?0A@A@G7231_File_Codec@@8 @22506 NONAME ??_R1A@?0A@A@GCC_AlternativeNodeID@@8 @22507 NONAME ??_R1A@?0A@A@GCC_ApplicationInvokeIndication@@8 @22508 NONAME ??_R1A@?0A@A@GCC_ApplicationInvokeSpecifier@@8 @22509 NONAME ??_R1A@?0A@A@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@8 @22510 NONAME ??_R1A@?0A@A@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@8 @22511 NONAME ??_R1A@?0A@A@GCC_ApplicationRecord@@8 @22512 NONAME ??_R1A@?0A@A@GCC_ApplicationRecord_nonCollapsingCapabilities@@8 @22513 NONAME ??_R1A@?0A@A@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@8 @22514 NONAME ??_R1A@?0A@A@GCC_ArrayOf_ApplicationInvokeSpecifier@@8 @22515 NONAME ??_R1A@?0A@A@GCC_ArrayOf_ChallengeItem@@8 @22516 NONAME ??_R1A@?0A@A@GCC_ArrayOf_ConferenceDescriptor@@8 @22517 NONAME ??_R1A@?0A@A@GCC_ArrayOf_Privilege@@8 @22518 NONAME ??_R1A@?0A@A@GCC_ArrayOf_TextString@@8 @22519 NONAME ??_R1A@?0A@A@GCC_ArrayOf_UserID@@8 @22520 NONAME ??_R1A@?0A@A@GCC_AsymmetryIndicator@@8 @22521 NONAME ??_R1A@?0A@A@GCC_CapabilityClass@@8 @22522 NONAME ??_R1A@?0A@A@GCC_CapabilityID@@8 @22523 NONAME ??_R1A@?0A@A@GCC_ChallengeItem@@8 @22524 NONAME ??_R1A@?0A@A@GCC_ChallengeRequest@@8 @22525 NONAME ??_R1A@?0A@A@GCC_ChallengeResponse@@8 @22526 NONAME ??_R1A@?0A@A@GCC_ChallengeResponseAlgorithm@@8 @22527 NONAME ??_R1A@?0A@A@GCC_ChallengeResponseItem@@8 @22528 NONAME ??_R1A@?0A@A@GCC_ChannelID@@8 @22529 NONAME ??_R1A@?0A@A@GCC_ChannelType@@8 @22530 NONAME ??_R1A@?0A@A@GCC_ConductorAssignIndication@@8 @22531 NONAME ??_R1A@?0A@A@GCC_ConductorPermissionAskIndication@@8 @22532 NONAME ??_R1A@?0A@A@GCC_ConductorPermissionGrantIndication@@8 @22533 NONAME ??_R1A@?0A@A@GCC_ConductorReleaseIndication@@8 @22534 NONAME ??_R1A@?0A@A@GCC_ConferenceAddRequest@@8 @22535 NONAME ??_R1A@?0A@A@GCC_ConferenceAddResponse@@8 @22536 NONAME ??_R1A@?0A@A@GCC_ConferenceAddResponse_result@@8 @22537 NONAME ??_R1A@?0A@A@GCC_ConferenceAssistanceIndication@@8 @22538 NONAME ??_R1A@?0A@A@GCC_ConferenceCreateRequest@@8 @22539 NONAME ??_R1A@?0A@A@GCC_ConferenceCreateResponse@@8 @22540 NONAME ??_R1A@?0A@A@GCC_ConferenceCreateResponse_result@@8 @22541 NONAME ??_R1A@?0A@A@GCC_ConferenceDescriptor@@8 @22542 NONAME ??_R1A@?0A@A@GCC_ConferenceEjectUserIndication@@8 @22543 NONAME ??_R1A@?0A@A@GCC_ConferenceEjectUserIndication_reason@@8 @22544 NONAME ??_R1A@?0A@A@GCC_ConferenceEjectUserRequest@@8 @22545 NONAME ??_R1A@?0A@A@GCC_ConferenceEjectUserRequest_reason@@8 @22546 NONAME ??_R1A@?0A@A@GCC_ConferenceEjectUserResponse@@8 @22547 NONAME ??_R1A@?0A@A@GCC_ConferenceEjectUserResponse_result@@8 @22548 NONAME ??_R1A@?0A@A@GCC_ConferenceInviteRequest@@8 @22549 NONAME ??_R1A@?0A@A@GCC_ConferenceInviteResponse@@8 @22550 NONAME ??_R1A@?0A@A@GCC_ConferenceInviteResponse_result@@8 @22551 NONAME ??_R1A@?0A@A@GCC_ConferenceJoinRequest@@8 @22552 NONAME ??_R1A@?0A@A@GCC_ConferenceJoinResponse@@8 @22553 NONAME ??_R1A@?0A@A@GCC_ConferenceJoinResponse_result@@8 @22554 NONAME ??_R1A@?0A@A@GCC_ConferenceLockIndication@@8 @22555 NONAME ??_R1A@?0A@A@GCC_ConferenceLockRequest@@8 @22556 NONAME ??_R1A@?0A@A@GCC_ConferenceLockResponse@@8 @22557 NONAME ??_R1A@?0A@A@GCC_ConferenceLockResponse_result@@8 @22558 NONAME ??_R1A@?0A@A@GCC_ConferenceName@@8 @22559 NONAME ??_R1A@?0A@A@GCC_ConferenceNameModifier@@8 @22560 NONAME ??_R1A@?0A@A@GCC_ConferenceNameSelector@@8 @22561 NONAME ??_R1A@?0A@A@GCC_ConferencePriority@@8 @22562 NONAME ??_R1A@?0A@A@GCC_ConferencePriorityScheme@@8 @22563 NONAME ??_R1A@?0A@A@GCC_ConferenceQueryRequest@@8 @22564 NONAME ??_R1A@?0A@A@GCC_ConferenceQueryResponse@@8 @22565 NONAME ??_R1A@?0A@A@GCC_ConferenceQueryResponse_result@@8 @22566 NONAME ??_R1A@?0A@A@GCC_ConferenceTerminateIndication@@8 @22567 NONAME ??_R1A@?0A@A@GCC_ConferenceTerminateIndication_reason@@8 @22568 NONAME ??_R1A@?0A@A@GCC_ConferenceTerminateRequest@@8 @22569 NONAME ??_R1A@?0A@A@GCC_ConferenceTerminateRequest_reason@@8 @22570 NONAME ??_R1A@?0A@A@GCC_ConferenceTerminateResponse@@8 @22571 NONAME ??_R1A@?0A@A@GCC_ConferenceTerminateResponse_result@@8 @22572 NONAME ??_R1A@?0A@A@GCC_ConferenceTimeExtendIndication@@8 @22573 NONAME ??_R1A@?0A@A@GCC_ConferenceTimeInquireIndication@@8 @22574 NONAME ??_R1A@?0A@A@GCC_ConferenceTimeRemainingIndication@@8 @22575 NONAME ??_R1A@?0A@A@GCC_ConferenceTransferIndication@@8 @22576 NONAME ??_R1A@?0A@A@GCC_ConferenceTransferRequest@@8 @22577 NONAME ??_R1A@?0A@A@GCC_ConferenceTransferResponse@@8 @22578 NONAME ??_R1A@?0A@A@GCC_ConferenceTransferResponse_result@@8 @22579 NONAME ??_R1A@?0A@A@GCC_ConferenceUnlockIndication@@8 @22580 NONAME ??_R1A@?0A@A@GCC_ConferenceUnlockRequest@@8 @22581 NONAME ??_R1A@?0A@A@GCC_ConferenceUnlockResponse@@8 @22582 NONAME ??_R1A@?0A@A@GCC_ConferenceUnlockResponse_result@@8 @22583 NONAME ??_R1A@?0A@A@GCC_ConnectData@@8 @22584 NONAME ??_R1A@?0A@A@GCC_ConnectGCCPDU@@8 @22585 NONAME ??_R1A@?0A@A@GCC_DialingString@@8 @22586 NONAME ??_R1A@?0A@A@GCC_DynamicChannelID@@8 @22587 NONAME ??_R1A@?0A@A@GCC_DynamicTokenID@@8 @22588 NONAME ??_R1A@?0A@A@GCC_EntityID@@8 @22589 NONAME ??_R1A@?0A@A@GCC_ExtraDialingString@@8 @22590 NONAME ??_R1A@?0A@A@GCC_FunctionNotSupportedResponse@@8 @22591 NONAME ??_R1A@?0A@A@GCC_GCCPDU@@8 @22592 NONAME ??_R1A@?0A@A@GCC_H221NonStandardIdentifier@@8 @22593 NONAME ??_R1A@?0A@A@GCC_Handle@@8 @22594 NONAME ??_R1A@?0A@A@GCC_IndicationPDU@@8 @22595 NONAME ??_R1A@?0A@A@GCC_Key@@8 @22596 NONAME ??_R1A@?0A@A@GCC_NetworkAddress@@8 @22597 NONAME ??_R1A@?0A@A@GCC_NetworkAddress_subtype@@8 @22598 NONAME ??_R1A@?0A@A@GCC_NetworkAddress_subtype_aggregatedChannel@@8 @22599 NONAME ??_R1A@?0A@A@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@8 @22600 NONAME ??_R1A@?0A@A@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@8 @22601 NONAME ??_R1A@?0A@A@GCC_NetworkAddress_subtype_transportConnection@@8 @22602 NONAME ??_R1A@?0A@A@GCC_NodeProperties@@8 @22603 NONAME ??_R1A@?0A@A@GCC_NodeRecord@@8 @22604 NONAME ??_R1A@?0A@A@GCC_NodeType@@8 @22605 NONAME ??_R1A@?0A@A@GCC_NonStandardParameter@@8 @22606 NONAME ??_R1A@?0A@A@GCC_NonStandardPDU@@8 @22607 NONAME ??_R1A@?0A@A@GCC_Password@@8 @22608 NONAME ??_R1A@?0A@A@GCC_PasswordChallengeRequestResponse@@8 @22609 NONAME ??_R1A@?0A@A@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@8 @22610 NONAME ??_R1A@?0A@A@GCC_PasswordSelector@@8 @22611 NONAME ??_R1A@?0A@A@GCC_Privilege@@8 @22612 NONAME ??_R1A@?0A@A@GCC_RegistryAllocateHandleRequest@@8 @22613 NONAME ??_R1A@?0A@A@GCC_RegistryAllocateHandleResponse@@8 @22614 NONAME ??_R1A@?0A@A@GCC_RegistryAllocateHandleResponse_result@@8 @22615 NONAME ??_R1A@?0A@A@GCC_RegistryAssignTokenRequest@@8 @22616 NONAME ??_R1A@?0A@A@GCC_RegistryDeleteEntryRequest@@8 @22617 NONAME ??_R1A@?0A@A@GCC_RegistryEntryOwner@@8 @22618 NONAME ??_R1A@?0A@A@GCC_RegistryEntryOwner_owned@@8 @22619 NONAME ??_R1A@?0A@A@GCC_RegistryItem@@8 @22620 NONAME ??_R1A@?0A@A@GCC_RegistryKey@@8 @22621 NONAME ??_R1A@?0A@A@GCC_RegistryModificationRights@@8 @22622 NONAME ??_R1A@?0A@A@GCC_RegistryMonitorEntryIndication@@8 @22623 NONAME ??_R1A@?0A@A@GCC_RegistryMonitorEntryRequest@@8 @22624 NONAME ??_R1A@?0A@A@GCC_RegistryRegisterChannelRequest@@8 @22625 NONAME ??_R1A@?0A@A@GCC_RegistryResponse@@8 @22626 NONAME ??_R1A@?0A@A@GCC_RegistryResponse_primitiveType@@8 @22627 NONAME ??_R1A@?0A@A@GCC_RegistryResponse_result@@8 @22628 NONAME ??_R1A@?0A@A@GCC_RegistryRetrieveEntryRequest@@8 @22629 NONAME ??_R1A@?0A@A@GCC_RegistrySetParameterRequest@@8 @22630 NONAME ??_R1A@?0A@A@GCC_RequestPDU@@8 @22631 NONAME ??_R1A@?0A@A@GCC_ResponsePDU@@8 @22632 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication@@8 @22633 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation@@8 @22634 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype@@8 @22635 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@8 @22636 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@8 @22637 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@8 @22638 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@8 @22639 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@8 @22640 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@8 @22641 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@8 @22642 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@8 @22643 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@8 @22644 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation@@8 @22645 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@8 @22646 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@8 @22647 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@8 @22648 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@8 @22649 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@8 @22650 NONAME ??_R1A@?0A@A@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@8 @22651 NONAME ??_R1A@?0A@A@GCC_SessionKey@@8 @22652 NONAME ??_R1A@?0A@A@GCC_SimpleNumericString@@8 @22653 NONAME ??_R1A@?0A@A@GCC_SimpleTextString@@8 @22654 NONAME ??_R1A@?0A@A@GCC_StaticChannelID@@8 @22655 NONAME ??_R1A@?0A@A@GCC_StaticTokenID@@8 @22656 NONAME ??_R1A@?0A@A@GCC_SubAddressString@@8 @22657 NONAME ??_R1A@?0A@A@GCC_TerminationMethod@@8 @22658 NONAME ??_R1A@?0A@A@GCC_TextMessageIndication@@8 @22659 NONAME ??_R1A@?0A@A@GCC_TextString@@8 @22660 NONAME ??_R1A@?0A@A@GCC_Time@@8 @22661 NONAME ??_R1A@?0A@A@GCC_TokenID@@8 @22662 NONAME ??_R1A@?0A@A@GCC_UserData@@8 @22663 NONAME ??_R1A@?0A@A@GCC_UserData_subtype@@8 @22664 NONAME ??_R1A@?0A@A@GCC_UserID@@8 @22665 NONAME ??_R1A@?0A@A@GCC_UserIDIndication@@8 @22666 NONAME ??_R1A@?0A@A@H225CallThread@@8 @22667 NONAME ??_R1A@?0A@A@H225TransportThread@@8 @22668 NONAME ??_R1A@?0A@A@H225_AddressPattern@@8 @22669 NONAME ??_R1A@?0A@A@H225_AddressPattern_range@@8 @22670 NONAME ??_R1A@?0A@A@H225_AdmissionConfirm@@8 @22671 NONAME ??_R1A@?0A@A@H225_AdmissionConfirm_language@@8 @22672 NONAME ??_R1A@?0A@A@H225_AdmissionReject@@8 @22673 NONAME ??_R1A@?0A@A@H225_AdmissionRejectReason@@8 @22674 NONAME ??_R1A@?0A@A@H225_AdmissionRequest@@8 @22675 NONAME ??_R1A@?0A@A@H225_Alerting_UUIE@@8 @22676 NONAME ??_R1A@?0A@A@H225_AliasAddress@@8 @22677 NONAME ??_R1A@?0A@A@H225_AlternateGK@@8 @22678 NONAME ??_R1A@?0A@A@H225_AlternateTransportAddresses@@8 @22679 NONAME ??_R1A@?0A@A@H225_AltGKInfo@@8 @22680 NONAME ??_R1A@?0A@A@H225_ANSI_41_UIM@@8 @22681 NONAME ??_R1A@?0A@A@H225_ANSI_41_UIM_system_id@@8 @22682 NONAME ??_R1A@?0A@A@H225_ArrayOf_AddressPattern@@8 @22683 NONAME ??_R1A@?0A@A@H225_ArrayOf_AdmissionConfirm@@8 @22684 NONAME ??_R1A@?0A@A@H225_ArrayOf_AliasAddress@@8 @22685 NONAME ??_R1A@?0A@A@H225_ArrayOf_AlternateGK@@8 @22686 NONAME ??_R1A@?0A@A@H225_ArrayOf_AuthenticationMechanism@@8 @22687 NONAME ??_R1A@?0A@A@H225_ArrayOf_BandwidthDetails@@8 @22688 NONAME ??_R1A@?0A@A@H225_ArrayOf_CallReferenceValue@@8 @22689 NONAME ??_R1A@?0A@A@H225_ArrayOf_CallsAvailable@@8 @22690 NONAME ??_R1A@?0A@A@H225_ArrayOf_ClearToken@@8 @22691 NONAME ??_R1A@?0A@A@H225_ArrayOf_ConferenceIdentifier@@8 @22692 NONAME ??_R1A@?0A@A@H225_ArrayOf_ConferenceList@@8 @22693 NONAME ??_R1A@?0A@A@H225_ArrayOf_CryptoH323Token@@8 @22694 NONAME ??_R1A@?0A@A@H225_ArrayOf_DataRate@@8 @22695 NONAME ??_R1A@?0A@A@H225_ArrayOf_Endpoint@@8 @22696 NONAME ??_R1A@?0A@A@H225_ArrayOf_EnumeratedParameter@@8 @22697 NONAME ??_R1A@?0A@A@H225_ArrayOf_ExtendedAliasAddress@@8 @22698 NONAME ??_R1A@?0A@A@H225_ArrayOf_FeatureDescriptor@@8 @22699 NONAME ??_R1A@?0A@A@H225_ArrayOf_GenericData@@8 @22700 NONAME ??_R1A@?0A@A@H225_ArrayOf_H245Security@@8 @22701 NONAME ??_R1A@?0A@A@H225_ArrayOf_H248PackagesDescriptor@@8 @22702 NONAME ??_R1A@?0A@A@H225_ArrayOf_IntegrityMechanism@@8 @22703 NONAME ??_R1A@?0A@A@H225_ArrayOf_NonStandardParameter@@8 @22704 NONAME ??_R1A@?0A@A@H225_ArrayOf_PartyNumber@@8 @22705 NONAME ??_R1A@?0A@A@H225_ArrayOf_PASN_ObjectId@@8 @22706 NONAME ??_R1A@?0A@A@H225_ArrayOf_PASN_OctetString@@8 @22707 NONAME ??_R1A@?0A@A@H225_ArrayOf_RasUsageSpecification@@8 @22708 NONAME ??_R1A@?0A@A@H225_ArrayOf_RTPSession@@8 @22709 NONAME ??_R1A@?0A@A@H225_ArrayOf_ServiceControlSession@@8 @22710 NONAME ??_R1A@?0A@A@H225_ArrayOf_SupportedPrefix@@8 @22711 NONAME ??_R1A@?0A@A@H225_ArrayOf_SupportedProtocols@@8 @22712 NONAME ??_R1A@?0A@A@H225_ArrayOf_TransportAddress@@8 @22713 NONAME ??_R1A@?0A@A@H225_ArrayOf_TransportChannelInfo@@8 @22714 NONAME ??_R1A@?0A@A@H225_ArrayOf_TunnelledProtocol@@8 @22715 NONAME ??_R1A@?0A@A@H225_BandRejectReason@@8 @22716 NONAME ??_R1A@?0A@A@H225_BandWidth@@8 @22717 NONAME ??_R1A@?0A@A@H225_BandwidthConfirm@@8 @22718 NONAME ??_R1A@?0A@A@H225_BandwidthDetails@@8 @22719 NONAME ??_R1A@?0A@A@H225_BandwidthReject@@8 @22720 NONAME ??_R1A@?0A@A@H225_BandwidthRequest@@8 @22721 NONAME ??_R1A@?0A@A@H225_CallCapacity@@8 @22722 NONAME ??_R1A@?0A@A@H225_CallCapacityInfo@@8 @22723 NONAME ??_R1A@?0A@A@H225_CallCreditCapability@@8 @22724 NONAME ??_R1A@?0A@A@H225_CallCreditServiceControl@@8 @22725 NONAME ??_R1A@?0A@A@H225_CallCreditServiceControl_billingMode@@8 @22726 NONAME ??_R1A@?0A@A@H225_CallCreditServiceControl_callStartingPoint@@8 @22727 NONAME ??_R1A@?0A@A@H225_CallIdentifier@@8 @22728 NONAME ??_R1A@?0A@A@H225_CallLinkage@@8 @22729 NONAME ??_R1A@?0A@A@H225_CallModel@@8 @22730 NONAME ??_R1A@?0A@A@H225_CallProceeding_UUIE@@8 @22731 NONAME ??_R1A@?0A@A@H225_CallReferenceValue@@8 @22732 NONAME ??_R1A@?0A@A@H225_CallsAvailable@@8 @22733 NONAME ??_R1A@?0A@A@H225_CallTerminationCause@@8 @22734 NONAME ??_R1A@?0A@A@H225_CallType@@8 @22735 NONAME ??_R1A@?0A@A@H225_CapacityReportingCapability@@8 @22736 NONAME ??_R1A@?0A@A@H225_CapacityReportingSpecification@@8 @22737 NONAME ??_R1A@?0A@A@H225_CapacityReportingSpecification_when@@8 @22738 NONAME ??_R1A@?0A@A@H225_CarrierInfo@@8 @22739 NONAME ??_R1A@?0A@A@H225_CicInfo@@8 @22740 NONAME ??_R1A@?0A@A@H225_CicInfo_cic@@8 @22741 NONAME ??_R1A@?0A@A@H225_CircuitIdentifier@@8 @22742 NONAME ??_R1A@?0A@A@H225_CircuitInfo@@8 @22743 NONAME ??_R1A@?0A@A@H225_ConferenceIdentifier@@8 @22744 NONAME ??_R1A@?0A@A@H225_ConferenceList@@8 @22745 NONAME ??_R1A@?0A@A@H225_Connect_UUIE@@8 @22746 NONAME ??_R1A@?0A@A@H225_Connect_UUIE_language@@8 @22747 NONAME ??_R1A@?0A@A@H225_Content@@8 @22748 NONAME ??_R1A@?0A@A@H225_CryptoH323Token@@8 @22749 NONAME ??_R1A@?0A@A@H225_CryptoH323Token_cryptoEPPwdHash@@8 @22750 NONAME ??_R1A@?0A@A@H225_CryptoH323Token_cryptoGKPwdHash@@8 @22751 NONAME ??_R1A@?0A@A@H225_DataRate@@8 @22752 NONAME ??_R1A@?0A@A@H225_DisengageConfirm@@8 @22753 NONAME ??_R1A@?0A@A@H225_DisengageReason@@8 @22754 NONAME ??_R1A@?0A@A@H225_DisengageReject@@8 @22755 NONAME ??_R1A@?0A@A@H225_DisengageRejectReason@@8 @22756 NONAME ??_R1A@?0A@A@H225_DisengageRequest@@8 @22757 NONAME ??_R1A@?0A@A@H225_EncodedFastStartToken@@8 @22758 NONAME ??_R1A@?0A@A@H225_EncryptIntAlg@@8 @22759 NONAME ??_R1A@?0A@A@H225_Endpoint@@8 @22760 NONAME ??_R1A@?0A@A@H225_EndpointIdentifier@@8 @22761 NONAME ??_R1A@?0A@A@H225_EndpointType@@8 @22762 NONAME ??_R1A@?0A@A@H225_EnumeratedParameter@@8 @22763 NONAME ??_R1A@?0A@A@H225_ExtendedAliasAddress@@8 @22764 NONAME ??_R1A@?0A@A@H225_FacilityReason@@8 @22765 NONAME ??_R1A@?0A@A@H225_Facility_UUIE@@8 @22766 NONAME ??_R1A@?0A@A@H225_FastStartToken@@8 @22767 NONAME ??_R1A@?0A@A@H225_FeatureDescriptor@@8 @22768 NONAME ??_R1A@?0A@A@H225_FeatureSet@@8 @22769 NONAME ??_R1A@?0A@A@H225_GatekeeperConfirm@@8 @22770 NONAME ??_R1A@?0A@A@H225_GatekeeperIdentifier@@8 @22771 NONAME ??_R1A@?0A@A@H225_GatekeeperInfo@@8 @22772 NONAME ??_R1A@?0A@A@H225_GatekeeperReject@@8 @22773 NONAME ??_R1A@?0A@A@H225_GatekeeperRejectReason@@8 @22774 NONAME ??_R1A@?0A@A@H225_GatekeeperRequest@@8 @22775 NONAME ??_R1A@?0A@A@H225_GatewayInfo@@8 @22776 NONAME ??_R1A@?0A@A@H225_GenericData@@8 @22777 NONAME ??_R1A@?0A@A@H225_GenericIdentifier@@8 @22778 NONAME ??_R1A@?0A@A@H225_GloballyUniqueID@@8 @22779 NONAME ??_R1A@?0A@A@H225_GroupID@@8 @22780 NONAME ??_R1A@?0A@A@H225_GroupID_member@@8 @22781 NONAME ??_R1A@?0A@A@H225_GSM_UIM@@8 @22782 NONAME ??_R1A@?0A@A@H225_H221NonStandard@@8 @22783 NONAME ??_R1A@?0A@A@H225_H245Security@@8 @22784 NONAME ??_R1A@?0A@A@H225_H248PackagesDescriptor@@8 @22785 NONAME ??_R1A@?0A@A@H225_H248SignalsDescriptor@@8 @22786 NONAME ??_R1A@?0A@A@H225_H310Caps@@8 @22787 NONAME ??_R1A@?0A@A@H225_H320Caps@@8 @22788 NONAME ??_R1A@?0A@A@H225_H321Caps@@8 @22789 NONAME ??_R1A@?0A@A@H225_H322Caps@@8 @22790 NONAME ??_R1A@?0A@A@H225_H323Caps@@8 @22791 NONAME ??_R1A@?0A@A@H225_H323_UserInformation@@8 @22792 NONAME ??_R1A@?0A@A@H225_H323_UserInformation_user_data@@8 @22793 NONAME ??_R1A@?0A@A@H225_H323_UU_PDU@@8 @22794 NONAME ??_R1A@?0A@A@H225_H323_UU_PDU_h323_message_body@@8 @22795 NONAME ??_R1A@?0A@A@H225_H323_UU_PDU_tunnelledSignallingMessage@@8 @22796 NONAME ??_R1A@?0A@A@H225_H324Caps@@8 @22797 NONAME ??_R1A@?0A@A@H225_ICV@@8 @22798 NONAME ??_R1A@?0A@A@H225_InfoRequest@@8 @22799 NONAME ??_R1A@?0A@A@H225_InfoRequestAck@@8 @22800 NONAME ??_R1A@?0A@A@H225_InfoRequestNak@@8 @22801 NONAME ??_R1A@?0A@A@H225_InfoRequestNakReason@@8 @22802 NONAME ??_R1A@?0A@A@H225_InfoRequestResponse@@8 @22803 NONAME ??_R1A@?0A@A@H225_InfoRequestResponseStatus@@8 @22804 NONAME ??_R1A@?0A@A@H225_InfoRequestResponse_perCallInfo@@8 @22805 NONAME ??_R1A@?0A@A@H225_InfoRequestResponse_perCallInfo_subtype@@8 @22806 NONAME ??_R1A@?0A@A@H225_InfoRequestResponse_perCallInfo_subtype_pdu@@8 @22807 NONAME ??_R1A@?0A@A@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@8 @22808 NONAME ??_R1A@?0A@A@H225_Information_UUIE@@8 @22809 NONAME ??_R1A@?0A@A@H225_IntegrityMechanism@@8 @22810 NONAME ??_R1A@?0A@A@H225_LocationConfirm@@8 @22811 NONAME ??_R1A@?0A@A@H225_LocationReject@@8 @22812 NONAME ??_R1A@?0A@A@H225_LocationRejectReason@@8 @22813 NONAME ??_R1A@?0A@A@H225_LocationRequest@@8 @22814 NONAME ??_R1A@?0A@A@H225_McuInfo@@8 @22815 NONAME ??_R1A@?0A@A@H225_MobileUIM@@8 @22816 NONAME ??_R1A@?0A@A@H225_NonIsoIntegrityMechanism@@8 @22817 NONAME ??_R1A@?0A@A@H225_NonStandardIdentifier@@8 @22818 NONAME ??_R1A@?0A@A@H225_NonStandardMessage@@8 @22819 NONAME ??_R1A@?0A@A@H225_NonStandardParameter@@8 @22820 NONAME ??_R1A@?0A@A@H225_NonStandardProtocol@@8 @22821 NONAME ??_R1A@?0A@A@H225_Notify_UUIE@@8 @22822 NONAME ??_R1A@?0A@A@H225_NumberDigits@@8 @22823 NONAME ??_R1A@?0A@A@H225_PartyNumber@@8 @22824 NONAME ??_R1A@?0A@A@H225_PresentationIndicator@@8 @22825 NONAME ??_R1A@?0A@A@H225_PrivatePartyNumber@@8 @22826 NONAME ??_R1A@?0A@A@H225_PrivateTypeOfNumber@@8 @22827 NONAME ??_R1A@?0A@A@H225_Progress_UUIE@@8 @22828 NONAME ??_R1A@?0A@A@H225_ProtocolIdentifier@@8 @22829 NONAME ??_R1A@?0A@A@H225_PublicPartyNumber@@8 @22830 NONAME ??_R1A@?0A@A@H225_PublicTypeOfNumber@@8 @22831 NONAME ??_R1A@?0A@A@H225_Q954Details@@8 @22832 NONAME ??_R1A@?0A@A@H225_QseriesOptions@@8 @22833 NONAME ??_R1A@?0A@A@H225_RAS@@8 @22834 NONAME ??_R1A@?0A@A@H225_RasMessage@@8 @22835 NONAME ??_R1A@?0A@A@H225_RasUsageInformation@@8 @22836 NONAME ??_R1A@?0A@A@H225_RasUsageInfoTypes@@8 @22837 NONAME ??_R1A@?0A@A@H225_RasUsageSpecification@@8 @22838 NONAME ??_R1A@?0A@A@H225_RasUsageSpecification_callStartingPoint@@8 @22839 NONAME ??_R1A@?0A@A@H225_RasUsageSpecification_when@@8 @22840 NONAME ??_R1A@?0A@A@H225_RegistrationConfirm@@8 @22841 NONAME ??_R1A@?0A@A@H225_RegistrationConfirm_preGrantedARQ@@8 @22842 NONAME ??_R1A@?0A@A@H225_RegistrationReject@@8 @22843 NONAME ??_R1A@?0A@A@H225_RegistrationRejectReason@@8 @22844 NONAME ??_R1A@?0A@A@H225_RegistrationRejectReason_invalidTerminalAliases@@8 @22845 NONAME ??_R1A@?0A@A@H225_RegistrationRequest@@8 @22846 NONAME ??_R1A@?0A@A@H225_ReleaseCompleteReason@@8 @22847 NONAME ??_R1A@?0A@A@H225_ReleaseComplete_UUIE@@8 @22848 NONAME ??_R1A@?0A@A@H225_RequestInProgress@@8 @22849 NONAME ??_R1A@?0A@A@H225_RequestSeqNum@@8 @22850 NONAME ??_R1A@?0A@A@H225_ResourcesAvailableConfirm@@8 @22851 NONAME ??_R1A@?0A@A@H225_ResourcesAvailableIndicate@@8 @22852 NONAME ??_R1A@?0A@A@H225_RTPSession@@8 @22853 NONAME ??_R1A@?0A@A@H225_RTPSession_associatedSessionIds@@8 @22854 NONAME ??_R1A@?0A@A@H225_ScnConnectionAggregation@@8 @22855 NONAME ??_R1A@?0A@A@H225_ScnConnectionType@@8 @22856 NONAME ??_R1A@?0A@A@H225_ScreeningIndicator@@8 @22857 NONAME ??_R1A@?0A@A@H225_SecurityCapabilities@@8 @22858 NONAME ??_R1A@?0A@A@H225_SecurityErrors2@@8 @22859 NONAME ??_R1A@?0A@A@H225_SecurityErrors@@8 @22860 NONAME ??_R1A@?0A@A@H225_SecurityServiceMode@@8 @22861 NONAME ??_R1A@?0A@A@H225_ServiceControlDescriptor@@8 @22862 NONAME ??_R1A@?0A@A@H225_ServiceControlIndication@@8 @22863 NONAME ??_R1A@?0A@A@H225_ServiceControlIndication_callSpecific@@8 @22864 NONAME ??_R1A@?0A@A@H225_ServiceControlResponse@@8 @22865 NONAME ??_R1A@?0A@A@H225_ServiceControlResponse_result@@8 @22866 NONAME ??_R1A@?0A@A@H225_ServiceControlSession@@8 @22867 NONAME ??_R1A@?0A@A@H225_ServiceControlSession_reason@@8 @22868 NONAME ??_R1A@?0A@A@H225_SetupAcknowledge_UUIE@@8 @22869 NONAME ??_R1A@?0A@A@H225_Setup_UUIE@@8 @22870 NONAME ??_R1A@?0A@A@H225_Setup_UUIE_conferenceGoal@@8 @22871 NONAME ??_R1A@?0A@A@H225_Setup_UUIE_connectionParameters@@8 @22872 NONAME ??_R1A@?0A@A@H225_Setup_UUIE_language@@8 @22873 NONAME ??_R1A@?0A@A@H225_SIPCaps@@8 @22874 NONAME ??_R1A@?0A@A@H225_StatusInquiry_UUIE@@8 @22875 NONAME ??_R1A@?0A@A@H225_Status_UUIE@@8 @22876 NONAME ??_R1A@?0A@A@H225_StimulusControl@@8 @22877 NONAME ??_R1A@?0A@A@H225_SupportedPrefix@@8 @22878 NONAME ??_R1A@?0A@A@H225_SupportedProtocols@@8 @22879 NONAME ??_R1A@?0A@A@H225_T120OnlyCaps@@8 @22880 NONAME ??_R1A@?0A@A@H225_T38FaxAnnexbOnlyCaps@@8 @22881 NONAME ??_R1A@?0A@A@H225_TBCD_STRING@@8 @22882 NONAME ??_R1A@?0A@A@H225_TerminalInfo@@8 @22883 NONAME ??_R1A@?0A@A@H225_TimeToLive@@8 @22884 NONAME ??_R1A@?0A@A@H225_TransportAddress@@8 @22885 NONAME ??_R1A@?0A@A@H225_TransportAddress_ip6Address@@8 @22886 NONAME ??_R1A@?0A@A@H225_TransportAddress_ipAddress@@8 @22887 NONAME ??_R1A@?0A@A@H225_TransportAddress_ipSourceRoute@@8 @22888 NONAME ??_R1A@?0A@A@H225_TransportAddress_ipSourceRoute_route@@8 @22889 NONAME ??_R1A@?0A@A@H225_TransportAddress_ipSourceRoute_routing@@8 @22890 NONAME ??_R1A@?0A@A@H225_TransportAddress_ipxAddress@@8 @22891 NONAME ??_R1A@?0A@A@H225_TransportChannelInfo@@8 @22892 NONAME ??_R1A@?0A@A@H225_TransportQOS@@8 @22893 NONAME ??_R1A@?0A@A@H225_TunnelledProtocol@@8 @22894 NONAME ??_R1A@?0A@A@H225_TunnelledProtocolAlternateIdentifier@@8 @22895 NONAME ??_R1A@?0A@A@H225_TunnelledProtocol_id@@8 @22896 NONAME ??_R1A@?0A@A@H225_UnknownMessageResponse@@8 @22897 NONAME ??_R1A@?0A@A@H225_UnregistrationConfirm@@8 @22898 NONAME ??_R1A@?0A@A@H225_UnregistrationReject@@8 @22899 NONAME ??_R1A@?0A@A@H225_UnregistrationRequest@@8 @22900 NONAME ??_R1A@?0A@A@H225_UnregRejectReason@@8 @22901 NONAME ??_R1A@?0A@A@H225_UnregRequestReason@@8 @22902 NONAME ??_R1A@?0A@A@H225_UseSpecifiedTransport@@8 @22903 NONAME ??_R1A@?0A@A@H225_UUIEsRequested@@8 @22904 NONAME ??_R1A@?0A@A@H225_VendorIdentifier@@8 @22905 NONAME ??_R1A@?0A@A@H225_VoiceCaps@@8 @22906 NONAME ??_R1A@?0A@A@H235AuthCAT@@8 @22907 NONAME ??_R1A@?0A@A@H235Authenticator@@8 @22908 NONAME ??_R1A@?0A@A@H235Authenticators@@8 @22909 NONAME ??_R1A@?0A@A@H235AuthProcedure1@@8 @22910 NONAME ??_R1A@?0A@A@H235AuthSimpleMD5@@8 @22911 NONAME ??_R1A@?0A@A@H235_AuthenticationBES@@8 @22912 NONAME ??_R1A@?0A@A@H235_AuthenticationMechanism@@8 @22913 NONAME ??_R1A@?0A@A@H235_ChallengeString@@8 @22914 NONAME ??_R1A@?0A@A@H235_ClearToken@@8 @22915 NONAME ??_R1A@?0A@A@H235_CryptoToken@@8 @22916 NONAME ??_R1A@?0A@A@H235_CryptoToken_cryptoEncryptedToken@@8 @22917 NONAME ??_R1A@?0A@A@H235_CryptoToken_cryptoHashedToken@@8 @22918 NONAME ??_R1A@?0A@A@H235_CryptoToken_cryptoSignedToken@@8 @22919 NONAME ??_R1A@?0A@A@H235_DHset@@8 @22920 NONAME ??_R1A@?0A@A@H235_ECGDSASignature@@8 @22921 NONAME ??_R1A@?0A@A@H235_ECKASDH@@8 @22922 NONAME ??_R1A@?0A@A@H235_ECKASDH_eckasdh2@@8 @22923 NONAME ??_R1A@?0A@A@H235_ECKASDH_eckasdhp@@8 @22924 NONAME ??_R1A@?0A@A@H235_ECpoint@@8 @22925 NONAME ??_R1A@?0A@A@H235_EncodedGeneralToken@@8 @22926 NONAME ??_R1A@?0A@A@H235_EncodedKeySignedMaterial@@8 @22927 NONAME ??_R1A@?0A@A@H235_EncodedKeySyncMaterial@@8 @22928 NONAME ??_R1A@?0A@A@H235_EncodedPwdCertToken@@8 @22929 NONAME ??_R1A@?0A@A@H235_EncodedReturnSig@@8 @22930 NONAME ??_R1A@?0A@A@H235_H235CertificateSignature@@8 @22931 NONAME ??_R1A@?0A@A@H235_H235Key@@8 @22932 NONAME ??_R1A@?0A@A@H235_Identifier@@8 @22933 NONAME ??_R1A@?0A@A@H235_IV16@@8 @22934 NONAME ??_R1A@?0A@A@H235_IV8@@8 @22935 NONAME ??_R1A@?0A@A@H235_KeyMaterial@@8 @22936 NONAME ??_R1A@?0A@A@H235_KeySignedMaterial@@8 @22937 NONAME ??_R1A@?0A@A@H235_KeySyncMaterial@@8 @22938 NONAME ??_R1A@?0A@A@H235_NonStandardParameter@@8 @22939 NONAME ??_R1A@?0A@A@H235_Params@@8 @22940 NONAME ??_R1A@?0A@A@H235_Password@@8 @22941 NONAME ??_R1A@?0A@A@H235_PwdCertToken@@8 @22942 NONAME ??_R1A@?0A@A@H235_RandomVal@@8 @22943 NONAME ??_R1A@?0A@A@H235_ReturnSig@@8 @22944 NONAME ??_R1A@?0A@A@H235_TimeStamp@@8 @22945 NONAME ??_R1A@?0A@A@H235_TypedCertificate@@8 @22946 NONAME ??_R1A@?0A@A@H235_V3KeySyncMaterial@@8 @22947 NONAME ??_R1A@?0A@A@H245NegLogicalChannel@@8 @22948 NONAME ??_R1A@?0A@A@H245NegLogicalChannels@@8 @22949 NONAME ??_R1A@?0A@A@H245NegMasterSlaveDetermination@@8 @22950 NONAME ??_R1A@?0A@A@H245Negotiator@@8 @22951 NONAME ??_R1A@?0A@A@H245NegRequestMode@@8 @22952 NONAME ??_R1A@?0A@A@H245NegRoundTripDelay@@8 @22953 NONAME ??_R1A@?0A@A@H245NegTerminalCapabilitySet@@8 @22954 NONAME ??_R1A@?0A@A@H245TransportThread@@8 @22955 NONAME ??_R1A@?0A@A@H245_AlternativeCapabilitySet@@8 @22956 NONAME ??_R1A@?0A@A@H245_ArrayOf_AlternativeCapabilitySet@@8 @22957 NONAME ??_R1A@?0A@A@H245_ArrayOf_BEnhancementParameters@@8 @22958 NONAME ??_R1A@?0A@A@H245_ArrayOf_CapabilityDescriptor@@8 @22959 NONAME ??_R1A@?0A@A@H245_ArrayOf_CapabilityDescriptorNumber@@8 @22960 NONAME ??_R1A@?0A@A@H245_ArrayOf_CapabilityTableEntry@@8 @22961 NONAME ??_R1A@?0A@A@H245_ArrayOf_CapabilityTableEntryNumber@@8 @22962 NONAME ??_R1A@?0A@A@H245_ArrayOf_CommunicationModeTableEntry@@8 @22963 NONAME ??_R1A@?0A@A@H245_ArrayOf_CustomPictureClockFrequency@@8 @22964 NONAME ??_R1A@?0A@A@H245_ArrayOf_CustomPictureFormat@@8 @22965 NONAME ??_R1A@?0A@A@H245_ArrayOf_DataApplicationCapability@@8 @22966 NONAME ??_R1A@?0A@A@H245_ArrayOf_DialingInformationNetworkType@@8 @22967 NONAME ??_R1A@?0A@A@H245_ArrayOf_DialingInformationNumber@@8 @22968 NONAME ??_R1A@?0A@A@H245_ArrayOf_EnhancementOptions@@8 @22969 NONAME ??_R1A@?0A@A@H245_ArrayOf_EscrowData@@8 @22970 NONAME ??_R1A@?0A@A@H245_ArrayOf_GenericCapability@@8 @33101 NONAME ??_R1A@?0A@A@H245_ArrayOf_GenericParameter@@8 @22971 NONAME ??_R1A@?0A@A@H245_ArrayOf_H263ModeComboFlags@@8 @22972 NONAME ??_R1A@?0A@A@H245_ArrayOf_H263VideoModeCombos@@8 @22973 NONAME ??_R1A@?0A@A@H245_ArrayOf_MediaChannelCapability@@8 @22974 NONAME ??_R1A@?0A@A@H245_ArrayOf_MediaDistributionCapability@@8 @22975 NONAME ??_R1A@?0A@A@H245_ArrayOf_ModeDescription@@8 @22976 NONAME ??_R1A@?0A@A@H245_ArrayOf_MultiplePayloadStreamElement@@8 @22977 NONAME ??_R1A@?0A@A@H245_ArrayOf_MultiplePayloadStreamElementMode@@8 @22978 NONAME ??_R1A@?0A@A@H245_ArrayOf_MultiplexElement@@8 @22979 NONAME ??_R1A@?0A@A@H245_ArrayOf_MultiplexEntryDescriptor@@8 @22980 NONAME ??_R1A@?0A@A@H245_ArrayOf_MultiplexEntryRejectionDescriptions@@8 @22981 NONAME ??_R1A@?0A@A@H245_ArrayOf_MultiplexTableEntryNumber@@8 @22982 NONAME ??_R1A@?0A@A@H245_ArrayOf_NonStandardParameter@@8 @22983 NONAME ??_R1A@?0A@A@H245_ArrayOf_ParameterIdentifier@@8 @22984 NONAME ??_R1A@?0A@A@H245_ArrayOf_PictureReference@@8 @22985 NONAME ??_R1A@?0A@A@H245_ArrayOf_Q2931Address@@8 @22986 NONAME ??_R1A@?0A@A@H245_ArrayOf_QOSCapability@@8 @22987 NONAME ??_R1A@?0A@A@H245_ArrayOf_RedundancyEncodingCapability@@8 @22988 NONAME ??_R1A@?0A@A@H245_ArrayOf_RedundancyEncodingDTModeElement@@8 @22989 NONAME ??_R1A@?0A@A@H245_ArrayOf_RedundancyEncodingElement@@8 @22990 NONAME ??_R1A@?0A@A@H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@8 @22991 NONAME ??_R1A@?0A@A@H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@8 @22992 NONAME ??_R1A@?0A@A@H245_ArrayOf_RTPPayloadType@@8 @22993 NONAME ??_R1A@?0A@A@H245_ArrayOf_TerminalInformation@@8 @22994 NONAME ??_R1A@?0A@A@H245_ArrayOf_TerminalLabel@@8 @22995 NONAME ??_R1A@?0A@A@H245_ArrayOf_VCCapability@@8 @22996 NONAME ??_R1A@?0A@A@H245_ArrayOf_VideoCapability@@8 @33102 NONAME ??_R1A@?0A@A@H245_ATMParameters@@8 @22997 NONAME ??_R1A@?0A@A@H245_AudioCapability@@8 @22998 NONAME ??_R1A@?0A@A@H245_AudioCapability_g7231@@8 @22999 NONAME ??_R1A@?0A@A@H245_AudioMode@@8 @23000 NONAME ??_R1A@?0A@A@H245_AudioMode_g7231@@8 @23001 NONAME ??_R1A@?0A@A@H245_AudioTelephonyEventCapability@@8 @23002 NONAME ??_R1A@?0A@A@H245_AudioToneCapability@@8 @23003 NONAME ??_R1A@?0A@A@H245_AuthenticationCapability@@8 @23004 NONAME ??_R1A@?0A@A@H245_BEnhancementParameters@@8 @23005 NONAME ??_R1A@?0A@A@H245_Capability@@8 @23006 NONAME ??_R1A@?0A@A@H245_CapabilityDescriptor@@8 @23007 NONAME ??_R1A@?0A@A@H245_CapabilityDescriptorNumber@@8 @23008 NONAME ??_R1A@?0A@A@H245_CapabilityIdentifier@@8 @23009 NONAME ??_R1A@?0A@A@H245_CapabilityTableEntry@@8 @23010 NONAME ??_R1A@?0A@A@H245_CapabilityTableEntryNumber@@8 @23011 NONAME ??_R1A@?0A@A@H245_Capability_h233EncryptionReceiveCapability@@8 @23012 NONAME ??_R1A@?0A@A@H245_CertSelectionCriteria@@8 @23013 NONAME ??_R1A@?0A@A@H245_CloseLogicalChannel@@8 @23014 NONAME ??_R1A@?0A@A@H245_CloseLogicalChannelAck@@8 @23015 NONAME ??_R1A@?0A@A@H245_CloseLogicalChannel_reason@@8 @23016 NONAME ??_R1A@?0A@A@H245_CloseLogicalChannel_source@@8 @23017 NONAME ??_R1A@?0A@A@H245_CommandMessage@@8 @23018 NONAME ??_R1A@?0A@A@H245_CommunicationModeCommand@@8 @23019 NONAME ??_R1A@?0A@A@H245_CommunicationModeRequest@@8 @23020 NONAME ??_R1A@?0A@A@H245_CommunicationModeResponse@@8 @23021 NONAME ??_R1A@?0A@A@H245_CommunicationModeTableEntry@@8 @23022 NONAME ??_R1A@?0A@A@H245_CommunicationModeTableEntry_dataType@@8 @23023 NONAME ??_R1A@?0A@A@H245_CompressionType@@8 @23024 NONAME ??_R1A@?0A@A@H245_ConferenceCapability@@8 @23025 NONAME ??_R1A@?0A@A@H245_ConferenceCommand@@8 @23026 NONAME ??_R1A@?0A@A@H245_ConferenceID@@8 @23027 NONAME ??_R1A@?0A@A@H245_ConferenceIndication@@8 @23028 NONAME ??_R1A@?0A@A@H245_ConferenceRequest@@8 @23029 NONAME ??_R1A@?0A@A@H245_ConferenceRequest_requestTerminalCertificate@@8 @23030 NONAME ??_R1A@?0A@A@H245_ConferenceResponse@@8 @23031 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@8 @23032 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_chairTokenOwnerResponse@@8 @23033 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_conferenceIDResponse@@8 @23034 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_extensionAddressResponse@@8 @23035 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_makeMeChairResponse@@8 @23036 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_makeTerminalBroadcasterResponse@@8 @23037 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_mCTerminalIDResponse@@8 @23038 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_passwordResponse@@8 @23039 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_sendThisSourceResponse@@8 @23040 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_terminalCertificateResponse@@8 @23041 NONAME ??_R1A@?0A@A@H245_ConferenceResponse_terminalIDResponse@@8 @23042 NONAME ??_R1A@?0A@A@H245_ConnectionIdentifier@@8 @23043 NONAME ??_R1A@?0A@A@H245_CRCLength@@8 @23044 NONAME ??_R1A@?0A@A@H245_Criteria@@8 @23045 NONAME ??_R1A@?0A@A@H245_CustomPictureClockFrequency@@8 @23046 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat@@8 @23047 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_mPI@@8 @23048 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_mPI_customPCF@@8 @23049 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_mPI_customPCF_subtype@@8 @23050 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_pixelAspectInformation@@8 @23051 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@8 @23052 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@8 @23053 NONAME ??_R1A@?0A@A@H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@8 @23054 NONAME ??_R1A@?0A@A@H245_DataApplicationCapability@@8 @23055 NONAME ??_R1A@?0A@A@H245_DataApplicationCapability_application@@8 @23056 NONAME ??_R1A@?0A@A@H245_DataApplicationCapability_application_nlpid@@8 @23057 NONAME ??_R1A@?0A@A@H245_DataApplicationCapability_application_t38fax@@8 @23058 NONAME ??_R1A@?0A@A@H245_DataApplicationCapability_application_t84@@8 @23059 NONAME ??_R1A@?0A@A@H245_DataMode@@8 @23060 NONAME ??_R1A@?0A@A@H245_DataMode_application@@8 @23061 NONAME ??_R1A@?0A@A@H245_DataMode_application_nlpid@@8 @23062 NONAME ??_R1A@?0A@A@H245_DataMode_application_t38fax@@8 @23063 NONAME ??_R1A@?0A@A@H245_DataProtocolCapability@@8 @23064 NONAME ??_R1A@?0A@A@H245_DataProtocolCapability_v76wCompression@@8 @23065 NONAME ??_R1A@?0A@A@H245_DataType@@8 @23066 NONAME ??_R1A@?0A@A@H245_DepFECCapability@@8 @33450 NONAME ??_R1A@?0A@A@H245_DepFECCapability_rfc2733@@8 @33451 NONAME ??_R1A@?0A@A@H245_DepFECCapability_rfc2733_separateStream@@8 @33452 NONAME ??_R1A@?0A@A@H245_DepFECData@@8 @33453 NONAME ??_R1A@?0A@A@H245_DepFECData_rfc2733@@8 @33454 NONAME ??_R1A@?0A@A@H245_DepFECData_rfc2733_mode@@8 @33455 NONAME ??_R1A@?0A@A@H245_DepFECData_rfc2733_mode_separateStream@@8 @33456 NONAME ??_R1A@?0A@A@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@8 @33457 NONAME ??_R1A@?0A@A@H245_DepFECData_rfc2733_mode_separateStream_samePort@@8 @33458 NONAME ??_R1A@?0A@A@H245_DepFECMode@@8 @33459 NONAME ??_R1A@?0A@A@H245_DepFECMode_rfc2733Mode@@8 @33460 NONAME ??_R1A@?0A@A@H245_DepFECMode_rfc2733Mode_mode@@8 @33461 NONAME ??_R1A@?0A@A@H245_DepFECMode_rfc2733Mode_mode_separateStream@@8 @33462 NONAME ??_R1A@?0A@A@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@8 @33463 NONAME ??_R1A@?0A@A@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@8 @33464 NONAME ??_R1A@?0A@A@H245_DialingInformation@@8 @23067 NONAME ??_R1A@?0A@A@H245_DialingInformationNetworkType@@8 @23068 NONAME ??_R1A@?0A@A@H245_DialingInformationNumber@@8 @23069 NONAME ??_R1A@?0A@A@H245_EncryptionAuthenticationAndIntegrity@@8 @23070 NONAME ??_R1A@?0A@A@H245_EncryptionCapability@@8 @23071 NONAME ??_R1A@?0A@A@H245_EncryptionCommand@@8 @23072 NONAME ??_R1A@?0A@A@H245_EncryptionCommand_encryptionAlgorithmID@@8 @23073 NONAME ??_R1A@?0A@A@H245_EncryptionMode@@8 @23074 NONAME ??_R1A@?0A@A@H245_EncryptionSync@@8 @23075 NONAME ??_R1A@?0A@A@H245_EncryptionUpdateDirection@@8 @33103 NONAME ??_R1A@?0A@A@H245_EncryptionUpdateRequest@@8 @23076 NONAME ??_R1A@?0A@A@H245_EndSessionCommand@@8 @23077 NONAME ??_R1A@?0A@A@H245_EndSessionCommand_gstnOptions@@8 @23078 NONAME ??_R1A@?0A@A@H245_EndSessionCommand_isdnOptions@@8 @23079 NONAME ??_R1A@?0A@A@H245_EnhancementLayerInfo@@8 @23080 NONAME ??_R1A@?0A@A@H245_EnhancementOptions@@8 @23081 NONAME ??_R1A@?0A@A@H245_EscrowData@@8 @23082 NONAME ??_R1A@?0A@A@H245_ExtendedVideoCapability@@8 @33104 NONAME ??_R1A@?0A@A@H245_FECCapability@@8 @23083 NONAME ??_R1A@?0A@A@H245_FECCapability_rfc2733Format@@8 @33465 NONAME ??_R1A@?0A@A@H245_FECData@@8 @23086 NONAME ??_R1A@?0A@A@H245_FECData_rfc2733@@8 @23087 NONAME ??_R1A@?0A@A@H245_FECData_rfc2733_pktMode@@8 @33466 NONAME ??_R1A@?0A@A@H245_FECData_rfc2733_pktMode_rfc2733diffport@@8 @33467 NONAME ??_R1A@?0A@A@H245_FECData_rfc2733_pktMode_rfc2733sameport@@8 @33468 NONAME ??_R1A@?0A@A@H245_FECMode@@8 @23092 NONAME ??_R1A@?0A@A@H245_FECMode_rfc2733Format@@8 @33469 NONAME ??_R1A@?0A@A@H245_FlowControlCommand@@8 @23098 NONAME ??_R1A@?0A@A@H245_FlowControlCommand_restriction@@8 @23099 NONAME ??_R1A@?0A@A@H245_FlowControlCommand_scope@@8 @23100 NONAME ??_R1A@?0A@A@H245_FlowControlIndication@@8 @23101 NONAME ??_R1A@?0A@A@H245_FlowControlIndication_restriction@@8 @23102 NONAME ??_R1A@?0A@A@H245_FlowControlIndication_scope@@8 @23103 NONAME ??_R1A@?0A@A@H245_FunctionNotSupported@@8 @23104 NONAME ??_R1A@?0A@A@H245_FunctionNotSupported_cause@@8 @23105 NONAME ??_R1A@?0A@A@H245_FunctionNotUnderstood@@8 @23106 NONAME ??_R1A@?0A@A@H245_G7231AnnexCCapability@@8 @23107 NONAME ??_R1A@?0A@A@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@8 @23108 NONAME ??_R1A@?0A@A@H245_G7231AnnexCMode@@8 @23109 NONAME ??_R1A@?0A@A@H245_G7231AnnexCMode_g723AnnexCAudioMode@@8 @23110 NONAME ??_R1A@?0A@A@H245_G729Extensions@@8 @23111 NONAME ??_R1A@?0A@A@H245_GenericCapability@@8 @23112 NONAME ??_R1A@?0A@A@H245_GenericMessage@@8 @33105 NONAME ??_R1A@?0A@A@H245_GenericParameter@@8 @23113 NONAME ??_R1A@?0A@A@H245_GSMAudioCapability@@8 @23114 NONAME ??_R1A@?0A@A@H245_H222Capability@@8 @23115 NONAME ??_R1A@?0A@A@H245_H222LogicalChannelParameters@@8 @23116 NONAME ??_R1A@?0A@A@H245_H223AL1MParameters@@8 @23117 NONAME ??_R1A@?0A@A@H245_H223AL1MParameters_arqType@@8 @23118 NONAME ??_R1A@?0A@A@H245_H223AL1MParameters_crcLength@@8 @23119 NONAME ??_R1A@?0A@A@H245_H223AL1MParameters_headerFEC@@8 @23120 NONAME ??_R1A@?0A@A@H245_H223AL1MParameters_transferMode@@8 @23121 NONAME ??_R1A@?0A@A@H245_H223AL2MParameters@@8 @23122 NONAME ??_R1A@?0A@A@H245_H223AL2MParameters_headerFEC@@8 @23123 NONAME ??_R1A@?0A@A@H245_H223AL3MParameters@@8 @23124 NONAME ??_R1A@?0A@A@H245_H223AL3MParameters_arqType@@8 @23125 NONAME ??_R1A@?0A@A@H245_H223AL3MParameters_crcLength@@8 @23126 NONAME ??_R1A@?0A@A@H245_H223AL3MParameters_headerFormat@@8 @23127 NONAME ??_R1A@?0A@A@H245_H223AnnexCArqParameters@@8 @23128 NONAME ??_R1A@?0A@A@H245_H223AnnexCArqParameters_numberOfRetransmissions@@8 @23129 NONAME ??_R1A@?0A@A@H245_H223AnnexCCapability@@8 @23130 NONAME ??_R1A@?0A@A@H245_H223Capability@@8 @23131 NONAME ??_R1A@?0A@A@H245_H223Capability_h223MultiplexTableCapability@@8 @23132 NONAME ??_R1A@?0A@A@H245_H223Capability_h223MultiplexTableCapability_enhanced@@8 @23133 NONAME ??_R1A@?0A@A@H245_H223Capability_mobileMultilinkFrameCapability@@8 @23134 NONAME ??_R1A@?0A@A@H245_H223Capability_mobileOperationTransmitCapability@@8 @23135 NONAME ??_R1A@?0A@A@H245_H223LogicalChannelParameters@@8 @23136 NONAME ??_R1A@?0A@A@H245_H223LogicalChannelParameters_adaptationLayerType@@8 @23137 NONAME ??_R1A@?0A@A@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@8 @23138 NONAME ??_R1A@?0A@A@H245_H223ModeParameters@@8 @23139 NONAME ??_R1A@?0A@A@H245_H223ModeParameters_adaptationLayerType@@8 @23140 NONAME ??_R1A@?0A@A@H245_H223ModeParameters_adaptationLayerType_al3@@8 @23141 NONAME ??_R1A@?0A@A@H245_H223MultiplexReconfiguration@@8 @23142 NONAME ??_R1A@?0A@A@H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@8 @23143 NONAME ??_R1A@?0A@A@H245_H223MultiplexReconfiguration_h223ModeChange@@8 @23144 NONAME ??_R1A@?0A@A@H245_H223SkewIndication@@8 @23145 NONAME ??_R1A@?0A@A@H245_H2250Capability@@8 @23146 NONAME ??_R1A@?0A@A@H245_H2250Capability_mcCapability@@8 @23147 NONAME ??_R1A@?0A@A@H245_H2250LogicalChannelAckParameters@@8 @23148 NONAME ??_R1A@?0A@A@H245_H2250LogicalChannelParameters@@8 @23149 NONAME ??_R1A@?0A@A@H245_H2250LogicalChannelParameters_mediaPacketization@@8 @23150 NONAME ??_R1A@?0A@A@H245_H2250MaximumSkewIndication@@8 @23151 NONAME ??_R1A@?0A@A@H245_H2250ModeParameters@@8 @23152 NONAME ??_R1A@?0A@A@H245_H235Media@@8 @23153 NONAME ??_R1A@?0A@A@H245_H235Media_mediaType@@8 @23154 NONAME ??_R1A@?0A@A@H245_H235Mode@@8 @23155 NONAME ??_R1A@?0A@A@H245_H235Mode_mediaMode@@8 @23156 NONAME ??_R1A@?0A@A@H245_H235SecurityCapability@@8 @23157 NONAME ??_R1A@?0A@A@H245_H261VideoCapability@@8 @23158 NONAME ??_R1A@?0A@A@H245_H261VideoMode@@8 @23159 NONAME ??_R1A@?0A@A@H245_H261VideoMode_resolution@@8 @23160 NONAME ??_R1A@?0A@A@H245_H262VideoCapability@@8 @23161 NONAME ??_R1A@?0A@A@H245_H262VideoMode@@8 @23162 NONAME ??_R1A@?0A@A@H245_H262VideoMode_profileAndLevel@@8 @23163 NONAME ??_R1A@?0A@A@H245_H263ModeComboFlags@@8 @23164 NONAME ??_R1A@?0A@A@H245_H263Options@@8 @23165 NONAME ??_R1A@?0A@A@H245_H263Version3Options@@8 @23166 NONAME ??_R1A@?0A@A@H245_H263VideoCapability@@8 @23167 NONAME ??_R1A@?0A@A@H245_H263VideoMode@@8 @23168 NONAME ??_R1A@?0A@A@H245_H263VideoModeCombos@@8 @23169 NONAME ??_R1A@?0A@A@H245_H263VideoMode_resolution@@8 @23170 NONAME ??_R1A@?0A@A@H245_IndicationMessage@@8 @23171 NONAME ??_R1A@?0A@A@H245_IntegrityCapability@@8 @23172 NONAME ??_R1A@?0A@A@H245_IS11172AudioCapability@@8 @23173 NONAME ??_R1A@?0A@A@H245_IS11172AudioMode@@8 @23174 NONAME ??_R1A@?0A@A@H245_IS11172AudioMode_audioLayer@@8 @23175 NONAME ??_R1A@?0A@A@H245_IS11172AudioMode_audioSampling@@8 @23176 NONAME ??_R1A@?0A@A@H245_IS11172AudioMode_multichannelType@@8 @23177 NONAME ??_R1A@?0A@A@H245_IS11172VideoCapability@@8 @23178 NONAME ??_R1A@?0A@A@H245_IS11172VideoMode@@8 @23179 NONAME ??_R1A@?0A@A@H245_IS13818AudioCapability@@8 @23180 NONAME ??_R1A@?0A@A@H245_IS13818AudioMode@@8 @23181 NONAME ??_R1A@?0A@A@H245_IS13818AudioMode_audioLayer@@8 @23182 NONAME ??_R1A@?0A@A@H245_IS13818AudioMode_audioSampling@@8 @23183 NONAME ??_R1A@?0A@A@H245_IS13818AudioMode_multichannelType@@8 @23184 NONAME ??_R1A@?0A@A@H245_IV16@@8 @33106 NONAME ??_R1A@?0A@A@H245_IV8@@8 @33107 NONAME ??_R1A@?0A@A@H245_JitterIndication@@8 @23185 NONAME ??_R1A@?0A@A@H245_JitterIndication_scope@@8 @23186 NONAME ??_R1A@?0A@A@H245_KeyProtectionMethod@@8 @23187 NONAME ??_R1A@?0A@A@H245_LogicalChannelNumber@@8 @23188 NONAME ??_R1A@?0A@A@H245_LogicalChannelRateAcknowledge@@8 @23189 NONAME ??_R1A@?0A@A@H245_LogicalChannelRateReject@@8 @23190 NONAME ??_R1A@?0A@A@H245_LogicalChannelRateRejectReason@@8 @23191 NONAME ??_R1A@?0A@A@H245_LogicalChannelRateRelease@@8 @23192 NONAME ??_R1A@?0A@A@H245_LogicalChannelRateRequest@@8 @23193 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopAck@@8 @23194 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopAck_type@@8 @23195 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopOffCommand@@8 @23196 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopReject@@8 @23197 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopReject_cause@@8 @23198 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopReject_type@@8 @23199 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopRequest@@8 @23200 NONAME ??_R1A@?0A@A@H245_MaintenanceLoopRequest_type@@8 @23201 NONAME ??_R1A@?0A@A@H245_MasterSlaveDetermination@@8 @23202 NONAME ??_R1A@?0A@A@H245_MasterSlaveDeterminationAck@@8 @23203 NONAME ??_R1A@?0A@A@H245_MasterSlaveDeterminationAck_decision@@8 @23204 NONAME ??_R1A@?0A@A@H245_MasterSlaveDeterminationReject@@8 @23205 NONAME ??_R1A@?0A@A@H245_MasterSlaveDeterminationReject_cause@@8 @23206 NONAME ??_R1A@?0A@A@H245_MasterSlaveDeterminationRelease@@8 @23207 NONAME ??_R1A@?0A@A@H245_MaximumBitRate@@8 @23208 NONAME ??_R1A@?0A@A@H245_MaxRedundancy@@8 @33470 NONAME ??_R1A@?0A@A@H245_MCLocationIndication@@8 @23209 NONAME ??_R1A@?0A@A@H245_McuNumber@@8 @23210 NONAME ??_R1A@?0A@A@H245_MediaChannelCapability@@8 @23211 NONAME ??_R1A@?0A@A@H245_MediaDistributionCapability@@8 @23212 NONAME ??_R1A@?0A@A@H245_MediaEncryptionAlgorithm@@8 @23213 NONAME ??_R1A@?0A@A@H245_MediaPacketizationCapability@@8 @23214 NONAME ??_R1A@?0A@A@H245_MediaTransportType@@8 @23215 NONAME ??_R1A@?0A@A@H245_MediaTransportType_atm_AAL5_compressed@@8 @23216 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand@@8 @23217 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type@@8 @23218 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_encryptionUpdateAck@@8 @33108 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@8 @33109 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_lostPartialPicture@@8 @23219 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_progressiveRefinementStart@@8 @23220 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@8 @23221 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_videoBadMBs@@8 @23222 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@8 @23223 NONAME ??_R1A@?0A@A@H245_MiscellaneousCommand_type_videoFastUpdateMB@@8 @23224 NONAME ??_R1A@?0A@A@H245_MiscellaneousIndication@@8 @23225 NONAME ??_R1A@?0A@A@H245_MiscellaneousIndication_type@@8 @23226 NONAME ??_R1A@?0A@A@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@8 @23227 NONAME ??_R1A@?0A@A@H245_MobileMultilinkReconfigurationCommand@@8 @23228 NONAME ??_R1A@?0A@A@H245_MobileMultilinkReconfigurationCommand_status@@8 @23229 NONAME ??_R1A@?0A@A@H245_MobileMultilinkReconfigurationIndication@@8 @23230 NONAME ??_R1A@?0A@A@H245_ModeDescription@@8 @23231 NONAME ??_R1A@?0A@A@H245_ModeElement@@8 @23232 NONAME ??_R1A@?0A@A@H245_ModeElementType@@8 @23233 NONAME ??_R1A@?0A@A@H245_MulticastAddress@@8 @23234 NONAME ??_R1A@?0A@A@H245_MulticastAddress_iP6Address@@8 @23235 NONAME ??_R1A@?0A@A@H245_MulticastAddress_iPAddress@@8 @23236 NONAME ??_R1A@?0A@A@H245_MultilinkIndication@@8 @23237 NONAME ??_R1A@?0A@A@H245_MultilinkIndication_crcDesired@@8 @23238 NONAME ??_R1A@?0A@A@H245_MultilinkIndication_excessiveError@@8 @23239 NONAME ??_R1A@?0A@A@H245_MultilinkRequest@@8 @23240 NONAME ??_R1A@?0A@A@H245_MultilinkRequest_addConnection@@8 @23241 NONAME ??_R1A@?0A@A@H245_MultilinkRequest_callInformation@@8 @23242 NONAME ??_R1A@?0A@A@H245_MultilinkRequest_maximumHeaderInterval@@8 @23243 NONAME ??_R1A@?0A@A@H245_MultilinkRequest_maximumHeaderInterval_requestType@@8 @23244 NONAME ??_R1A@?0A@A@H245_MultilinkRequest_removeConnection@@8 @23245 NONAME ??_R1A@?0A@A@H245_MultilinkResponse@@8 @23246 NONAME ??_R1A@?0A@A@H245_MultilinkResponse_addConnection@@8 @23247 NONAME ??_R1A@?0A@A@H245_MultilinkResponse_addConnection_responseCode@@8 @23248 NONAME ??_R1A@?0A@A@H245_MultilinkResponse_addConnection_responseCode_rejected@@8 @23249 NONAME ??_R1A@?0A@A@H245_MultilinkResponse_callInformation@@8 @23250 NONAME ??_R1A@?0A@A@H245_MultilinkResponse_maximumHeaderInterval@@8 @23251 NONAME ??_R1A@?0A@A@H245_MultilinkResponse_removeConnection@@8 @23252 NONAME ??_R1A@?0A@A@H245_MultimediaSystemControlMessage@@8 @23253 NONAME ??_R1A@?0A@A@H245_MultiplePayloadStream@@8 @23254 NONAME ??_R1A@?0A@A@H245_MultiplePayloadStreamCapability@@8 @23255 NONAME ??_R1A@?0A@A@H245_MultiplePayloadStreamElement@@8 @23256 NONAME ??_R1A@?0A@A@H245_MultiplePayloadStreamElementMode@@8 @23257 NONAME ??_R1A@?0A@A@H245_MultiplePayloadStreamMode@@8 @23258 NONAME ??_R1A@?0A@A@H245_MultiplexCapability@@8 @23259 NONAME ??_R1A@?0A@A@H245_MultiplexedStreamCapability@@8 @23260 NONAME ??_R1A@?0A@A@H245_MultiplexedStreamModeParameters@@8 @23261 NONAME ??_R1A@?0A@A@H245_MultiplexedStreamParameter@@8 @23262 NONAME ??_R1A@?0A@A@H245_MultiplexElement@@8 @23263 NONAME ??_R1A@?0A@A@H245_MultiplexElement_repeatCount@@8 @23264 NONAME ??_R1A@?0A@A@H245_MultiplexElement_type@@8 @23265 NONAME ??_R1A@?0A@A@H245_MultiplexEntryDescriptor@@8 @23266 NONAME ??_R1A@?0A@A@H245_MultiplexEntryRejectionDescriptions@@8 @23267 NONAME ??_R1A@?0A@A@H245_MultiplexEntryRejectionDescriptions_cause@@8 @23268 NONAME ??_R1A@?0A@A@H245_MultiplexEntrySend@@8 @23269 NONAME ??_R1A@?0A@A@H245_MultiplexEntrySendAck@@8 @23270 NONAME ??_R1A@?0A@A@H245_MultiplexEntrySendReject@@8 @23271 NONAME ??_R1A@?0A@A@H245_MultiplexEntrySendRelease@@8 @23272 NONAME ??_R1A@?0A@A@H245_MultiplexFormat@@8 @23273 NONAME ??_R1A@?0A@A@H245_MultiplexTableEntryNumber@@8 @23274 NONAME ??_R1A@?0A@A@H245_MultipointCapability@@8 @23275 NONAME ??_R1A@?0A@A@H245_NetworkAccessParameters@@8 @23276 NONAME ??_R1A@?0A@A@H245_NetworkAccessParameters_distribution@@8 @23277 NONAME ??_R1A@?0A@A@H245_NetworkAccessParameters_networkAddress@@8 @23278 NONAME ??_R1A@?0A@A@H245_NetworkAccessParameters_t120SetupProcedure@@8 @23279 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand@@8 @23280 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_aal@@8 @23281 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_aal_aal1@@8 @23282 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_aal_aal1_clockRecovery@@8 @23283 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_aal_aal1_errorCorrection@@8 @23284 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_aal_aal5@@8 @23285 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_multiplex@@8 @23286 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_reverseParameters@@8 @23287 NONAME ??_R1A@?0A@A@H245_NewATMVCCommand_reverseParameters_multiplex@@8 @23288 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication@@8 @23289 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_aal@@8 @23290 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_aal_aal1@@8 @23291 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_aal_aal1_clockRecovery@@8 @23292 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_aal_aal1_errorCorrection@@8 @23293 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_aal_aal5@@8 @23294 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_multiplex@@8 @23295 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_reverseParameters@@8 @23296 NONAME ??_R1A@?0A@A@H245_NewATMVCIndication_reverseParameters_multiplex@@8 @23297 NONAME ??_R1A@?0A@A@H245_NonStandardIdentifier@@8 @23298 NONAME ??_R1A@?0A@A@H245_NonStandardIdentifier_h221NonStandard@@8 @23299 NONAME ??_R1A@?0A@A@H245_NonStandardMessage@@8 @23300 NONAME ??_R1A@?0A@A@H245_NonStandardParameter@@8 @23301 NONAME ??_R1A@?0A@A@H245_NoPTAudioTelephonyEventCapability@@8 @23302 NONAME ??_R1A@?0A@A@H245_NoPTAudioToneCapability@@8 @23303 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannel@@8 @23304 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelAck@@8 @23305 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@8 @23306 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@8 @23307 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@8 @23308 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelConfirm@@8 @23309 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelReject@@8 @23310 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannelReject_cause@@8 @23311 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@8 @23312 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@8 @23313 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@8 @23314 NONAME ??_R1A@?0A@A@H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@8 @23315 NONAME ??_R1A@?0A@A@H245_ParameterIdentifier@@8 @23316 NONAME ??_R1A@?0A@A@H245_ParameterValue@@8 @23317 NONAME ??_R1A@?0A@A@H245_Params@@8 @33110 NONAME ??_R1A@?0A@A@H245_Password@@8 @23318 NONAME ??_R1A@?0A@A@H245_PictureReference@@8 @23319 NONAME ??_R1A@?0A@A@H245_Q2931Address@@8 @23320 NONAME ??_R1A@?0A@A@H245_Q2931Address_address@@8 @23321 NONAME ??_R1A@?0A@A@H245_QOSCapability@@8 @23322 NONAME ??_R1A@?0A@A@H245_QOSMode@@8 @23323 NONAME ??_R1A@?0A@A@H245_RedundancyEncoding@@8 @23324 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingCapability@@8 @23325 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingDTMode@@8 @23326 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingDTModeElement@@8 @23327 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingDTModeElement_type@@8 @23328 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingElement@@8 @23329 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingMethod@@8 @23330 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingMode@@8 @23331 NONAME ??_R1A@?0A@A@H245_RedundancyEncodingMode_secondaryEncoding@@8 @23332 NONAME ??_R1A@?0A@A@H245_RedundancyEncoding_rtpRedundancyEncoding@@8 @23333 NONAME ??_R1A@?0A@A@H245_RefPictureSelection@@8 @23334 NONAME ??_R1A@?0A@A@H245_RefPictureSelection_additionalPictureMemory@@8 @23335 NONAME ??_R1A@?0A@A@H245_RefPictureSelection_enhancedReferencePicSelect@@8 @23336 NONAME ??_R1A@?0A@A@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@8 @23337 NONAME ??_R1A@?0A@A@H245_RefPictureSelection_videoBackChannelSend@@8 @23338 NONAME ??_R1A@?0A@A@H245_RemoteMCRequest@@8 @23339 NONAME ??_R1A@?0A@A@H245_RemoteMCResponse@@8 @23340 NONAME ??_R1A@?0A@A@H245_RemoteMCResponse_reject@@8 @23341 NONAME ??_R1A@?0A@A@H245_RequestAllTerminalIDsResponse@@8 @23342 NONAME ??_R1A@?0A@A@H245_RequestChannelClose@@8 @23343 NONAME ??_R1A@?0A@A@H245_RequestChannelCloseAck@@8 @23344 NONAME ??_R1A@?0A@A@H245_RequestChannelCloseReject@@8 @23345 NONAME ??_R1A@?0A@A@H245_RequestChannelCloseReject_cause@@8 @23346 NONAME ??_R1A@?0A@A@H245_RequestChannelCloseRelease@@8 @23347 NONAME ??_R1A@?0A@A@H245_RequestChannelClose_reason@@8 @23348 NONAME ??_R1A@?0A@A@H245_RequestMessage@@8 @23349 NONAME ??_R1A@?0A@A@H245_RequestMode@@8 @23350 NONAME ??_R1A@?0A@A@H245_RequestModeAck@@8 @23351 NONAME ??_R1A@?0A@A@H245_RequestModeAck_response@@8 @23352 NONAME ??_R1A@?0A@A@H245_RequestModeReject@@8 @23353 NONAME ??_R1A@?0A@A@H245_RequestModeReject_cause@@8 @23354 NONAME ??_R1A@?0A@A@H245_RequestModeRelease@@8 @23355 NONAME ??_R1A@?0A@A@H245_RequestMultiplexEntry@@8 @23356 NONAME ??_R1A@?0A@A@H245_RequestMultiplexEntryAck@@8 @23357 NONAME ??_R1A@?0A@A@H245_RequestMultiplexEntryReject@@8 @23358 NONAME ??_R1A@?0A@A@H245_RequestMultiplexEntryRejectionDescriptions@@8 @23359 NONAME ??_R1A@?0A@A@H245_RequestMultiplexEntryRejectionDescriptions_cause@@8 @23360 NONAME ??_R1A@?0A@A@H245_RequestMultiplexEntryRelease@@8 @23361 NONAME ??_R1A@?0A@A@H245_ResponseMessage@@8 @23362 NONAME ??_R1A@?0A@A@H245_RoundTripDelayRequest@@8 @23363 NONAME ??_R1A@?0A@A@H245_RoundTripDelayResponse@@8 @23364 NONAME ??_R1A@?0A@A@H245_RSVPParameters@@8 @23365 NONAME ??_R1A@?0A@A@H245_RTPH263VideoRedundancyEncoding@@8 @23366 NONAME ??_R1A@?0A@A@H245_RTPH263VideoRedundancyEncoding_containedThreads@@8 @23367 NONAME ??_R1A@?0A@A@H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@8 @23368 NONAME ??_R1A@?0A@A@H245_RTPH263VideoRedundancyFrameMapping@@8 @23369 NONAME ??_R1A@?0A@A@H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@8 @23370 NONAME ??_R1A@?0A@A@H245_RTPPayloadType@@8 @23371 NONAME ??_R1A@?0A@A@H245_RTPPayloadType_payloadDescriptor@@8 @23372 NONAME ??_R1A@?0A@A@H245_SendTerminalCapabilitySet@@8 @23373 NONAME ??_R1A@?0A@A@H245_SendTerminalCapabilitySet_specificRequest@@8 @23374 NONAME ??_R1A@?0A@A@H245_SequenceNumber@@8 @23375 NONAME ??_R1A@?0A@A@H245_SubstituteConferenceIDCommand@@8 @23376 NONAME ??_R1A@?0A@A@H245_T38FaxProfile@@8 @23377 NONAME ??_R1A@?0A@A@H245_T38FaxRateManagement@@8 @23378 NONAME ??_R1A@?0A@A@H245_T38FaxTcpOptions@@8 @23379 NONAME ??_R1A@?0A@A@H245_T38FaxUdpOptions@@8 @23380 NONAME ??_R1A@?0A@A@H245_T38FaxUdpOptions_t38FaxUdpEC@@8 @23381 NONAME ??_R1A@?0A@A@H245_T84Profile@@8 @23382 NONAME ??_R1A@?0A@A@H245_T84Profile_t84Restricted@@8 @23383 NONAME ??_R1A@?0A@A@H245_TerminalCapabilitySet@@8 @23384 NONAME ??_R1A@?0A@A@H245_TerminalCapabilitySetAck@@8 @23385 NONAME ??_R1A@?0A@A@H245_TerminalCapabilitySetReject@@8 @23386 NONAME ??_R1A@?0A@A@H245_TerminalCapabilitySetReject_cause@@8 @23387 NONAME ??_R1A@?0A@A@H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@8 @23388 NONAME ??_R1A@?0A@A@H245_TerminalCapabilitySetRelease@@8 @23389 NONAME ??_R1A@?0A@A@H245_TerminalID@@8 @23390 NONAME ??_R1A@?0A@A@H245_TerminalInformation@@8 @23391 NONAME ??_R1A@?0A@A@H245_TerminalLabel@@8 @23392 NONAME ??_R1A@?0A@A@H245_TerminalNumber@@8 @23393 NONAME ??_R1A@?0A@A@H245_TerminalYouAreSeeingInSubPictureNumber@@8 @23394 NONAME ??_R1A@?0A@A@H245_TransparencyParameters@@8 @23395 NONAME ??_R1A@?0A@A@H245_TransportAddress@@8 @23396 NONAME ??_R1A@?0A@A@H245_TransportCapability@@8 @23397 NONAME ??_R1A@?0A@A@H245_UnicastAddress@@8 @23398 NONAME ??_R1A@?0A@A@H245_UnicastAddress_iP6Address@@8 @23399 NONAME ??_R1A@?0A@A@H245_UnicastAddress_iPAddress@@8 @23400 NONAME ??_R1A@?0A@A@H245_UnicastAddress_iPSourceRouteAddress@@8 @23401 NONAME ??_R1A@?0A@A@H245_UnicastAddress_iPSourceRouteAddress_route@@8 @23402 NONAME ??_R1A@?0A@A@H245_UnicastAddress_iPSourceRouteAddress_routing@@8 @23403 NONAME ??_R1A@?0A@A@H245_UnicastAddress_iPXAddress@@8 @23404 NONAME ??_R1A@?0A@A@H245_UserInputCapability@@8 @23405 NONAME ??_R1A@?0A@A@H245_UserInputIndication@@8 @23406 NONAME ??_R1A@?0A@A@H245_UserInputIndication_encryptedAlphanumeric@@8 @33111 NONAME ??_R1A@?0A@A@H245_UserInputIndication_extendedAlphanumeric@@8 @23407 NONAME ??_R1A@?0A@A@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@8 @33112 NONAME ??_R1A@?0A@A@H245_UserInputIndication_signal@@8 @23408 NONAME ??_R1A@?0A@A@H245_UserInputIndication_signalUpdate@@8 @23409 NONAME ??_R1A@?0A@A@H245_UserInputIndication_signalUpdate_rtp@@8 @23410 NONAME ??_R1A@?0A@A@H245_UserInputIndication_signal_rtp@@8 @23411 NONAME ??_R1A@?0A@A@H245_UserInputIndication_userInputSupportIndication@@8 @23412 NONAME ??_R1A@?0A@A@H245_V42bis@@8 @23413 NONAME ??_R1A@?0A@A@H245_V75Capability@@8 @23414 NONAME ??_R1A@?0A@A@H245_V75Parameters@@8 @23415 NONAME ??_R1A@?0A@A@H245_V76Capability@@8 @23416 NONAME ??_R1A@?0A@A@H245_V76HDLCParameters@@8 @23417 NONAME ??_R1A@?0A@A@H245_V76LogicalChannelParameters@@8 @23418 NONAME ??_R1A@?0A@A@H245_V76LogicalChannelParameters_mode@@8 @23419 NONAME ??_R1A@?0A@A@H245_V76LogicalChannelParameters_mode_eRM@@8 @23420 NONAME ??_R1A@?0A@A@H245_V76LogicalChannelParameters_mode_eRM_recovery@@8 @23421 NONAME ??_R1A@?0A@A@H245_V76LogicalChannelParameters_suspendResume@@8 @23422 NONAME ??_R1A@?0A@A@H245_V76ModeParameters@@8 @23423 NONAME ??_R1A@?0A@A@H245_VBDCapability@@8 @23424 NONAME ??_R1A@?0A@A@H245_VBDMode@@8 @23425 NONAME ??_R1A@?0A@A@H245_VCCapability@@8 @23426 NONAME ??_R1A@?0A@A@H245_VCCapability_aal1@@8 @23427 NONAME ??_R1A@?0A@A@H245_VCCapability_aal1ViaGateway@@8 @23428 NONAME ??_R1A@?0A@A@H245_VCCapability_aal5@@8 @23429 NONAME ??_R1A@?0A@A@H245_VCCapability_availableBitRates@@8 @23430 NONAME ??_R1A@?0A@A@H245_VCCapability_availableBitRates_type@@8 @23431 NONAME ??_R1A@?0A@A@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@8 @23432 NONAME ??_R1A@?0A@A@H245_VendorIdentification@@8 @23433 NONAME ??_R1A@?0A@A@H245_VideoCapability@@8 @23434 NONAME ??_R1A@?0A@A@H245_VideoIndicateCompose@@8 @23435 NONAME ??_R1A@?0A@A@H245_VideoMode@@8 @23436 NONAME ??_R1A@?0A@A@H248_ActionReply@@8 @23437 NONAME ??_R1A@?0A@A@H248_ActionRequest@@8 @23438 NONAME ??_R1A@?0A@A@H248_AmmDescriptor@@8 @23439 NONAME ??_R1A@?0A@A@H248_AmmRequest@@8 @23440 NONAME ??_R1A@?0A@A@H248_AmmsReply@@8 @23441 NONAME ??_R1A@?0A@A@H248_ArrayOf_ActionReply@@8 @23442 NONAME ??_R1A@?0A@A@H248_ArrayOf_ActionRequest@@8 @23443 NONAME ??_R1A@?0A@A@H248_ArrayOf_AmmDescriptor@@8 @23444 NONAME ??_R1A@?0A@A@H248_ArrayOf_CommandReply@@8 @23445 NONAME ??_R1A@?0A@A@H248_ArrayOf_CommandRequest@@8 @23446 NONAME ??_R1A@?0A@A@H248_ArrayOf_EventParameter@@8 @23447 NONAME ??_R1A@?0A@A@H248_ArrayOf_IndAuditParameter@@8 @23448 NONAME ??_R1A@?0A@A@H248_ArrayOf_IndAudPropertyParm@@8 @23449 NONAME ??_R1A@?0A@A@H248_ArrayOf_IndAudStreamDescriptor@@8 @23450 NONAME ??_R1A@?0A@A@H248_ArrayOf_ModemType@@8 @23451 NONAME ??_R1A@?0A@A@H248_ArrayOf_ObservedEvent@@8 @23452 NONAME ??_R1A@?0A@A@H248_ArrayOf_PASN_OctetString@@8 @23453 NONAME ??_R1A@?0A@A@H248_ArrayOf_PropertyGroup@@8 @23454 NONAME ??_R1A@?0A@A@H248_ArrayOf_PropertyParm@@8 @23455 NONAME ??_R1A@?0A@A@H248_ArrayOf_RequestedEvent@@8 @23456 NONAME ??_R1A@?0A@A@H248_ArrayOf_SecondRequestedEvent@@8 @23457 NONAME ??_R1A@?0A@A@H248_ArrayOf_Signal@@8 @23458 NONAME ??_R1A@?0A@A@H248_ArrayOf_SigParameter@@8 @23459 NONAME ??_R1A@?0A@A@H248_ArrayOf_StreamDescriptor@@8 @23460 NONAME ??_R1A@?0A@A@H248_ArrayOf_TerminationID@@8 @23461 NONAME ??_R1A@?0A@A@H248_ArrayOf_TopologyRequest@@8 @23462 NONAME ??_R1A@?0A@A@H248_ArrayOf_Transaction@@8 @23463 NONAME ??_R1A@?0A@A@H248_ArrayOf_WildcardField@@8 @23464 NONAME ??_R1A@?0A@A@H248_AuditDescriptor@@8 @23465 NONAME ??_R1A@?0A@A@H248_AuditReply@@8 @23466 NONAME ??_R1A@?0A@A@H248_AuditRequest@@8 @23467 NONAME ??_R1A@?0A@A@H248_AuditResult@@8 @23468 NONAME ??_R1A@?0A@A@H248_AuditReturnParameter@@8 @23469 NONAME ??_R1A@?0A@A@H248_AuthData@@8 @23470 NONAME ??_R1A@?0A@A@H248_AuthenticationHeader@@8 @23471 NONAME ??_R1A@?0A@A@H248_Command@@8 @23472 NONAME ??_R1A@?0A@A@H248_CommandReply@@8 @23473 NONAME ??_R1A@?0A@A@H248_CommandRequest@@8 @23474 NONAME ??_R1A@?0A@A@H248_ContextAttrAuditRequest@@8 @23475 NONAME ??_R1A@?0A@A@H248_ContextID@@8 @23476 NONAME ??_R1A@?0A@A@H248_ContextRequest@@8 @23477 NONAME ??_R1A@?0A@A@H248_DigitMapDescriptor@@8 @23478 NONAME ??_R1A@?0A@A@H248_DigitMapName@@8 @23479 NONAME ??_R1A@?0A@A@H248_DigitMapValue@@8 @23480 NONAME ??_R1A@?0A@A@H248_DomainName@@8 @23481 NONAME ??_R1A@?0A@A@H248_ErrorCode@@8 @23482 NONAME ??_R1A@?0A@A@H248_ErrorDescriptor@@8 @23483 NONAME ??_R1A@?0A@A@H248_ErrorText@@8 @23484 NONAME ??_R1A@?0A@A@H248_EventBufferControl@@8 @23485 NONAME ??_R1A@?0A@A@H248_EventBufferDescriptor@@8 @23486 NONAME ??_R1A@?0A@A@H248_EventDM@@8 @23487 NONAME ??_R1A@?0A@A@H248_EventName@@8 @23488 NONAME ??_R1A@?0A@A@H248_EventParameter@@8 @23489 NONAME ??_R1A@?0A@A@H248_EventParameter_extraInfo@@8 @23490 NONAME ??_R1A@?0A@A@H248_EventsDescriptor@@8 @23491 NONAME ??_R1A@?0A@A@H248_EventSpec@@8 @23492 NONAME ??_R1A@?0A@A@H248_H221NonStandard@@8 @23493 NONAME ??_R1A@?0A@A@H248_IndAudDigitMapDescriptor@@8 @23494 NONAME ??_R1A@?0A@A@H248_IndAudEventBufferDescriptor@@8 @23495 NONAME ??_R1A@?0A@A@H248_IndAudEventsDescriptor@@8 @23496 NONAME ??_R1A@?0A@A@H248_IndAuditParameter@@8 @23497 NONAME ??_R1A@?0A@A@H248_IndAudLocalControlDescriptor@@8 @23498 NONAME ??_R1A@?0A@A@H248_IndAudLocalRemoteDescriptor@@8 @23499 NONAME ??_R1A@?0A@A@H248_IndAudMediaDescriptor@@8 @23500 NONAME ??_R1A@?0A@A@H248_IndAudMediaDescriptor_streams@@8 @23501 NONAME ??_R1A@?0A@A@H248_IndAudPackagesDescriptor@@8 @23502 NONAME ??_R1A@?0A@A@H248_IndAudPropertyGroup@@8 @23503 NONAME ??_R1A@?0A@A@H248_IndAudPropertyParm@@8 @23504 NONAME ??_R1A@?0A@A@H248_IndAudSeqSigList@@8 @23505 NONAME ??_R1A@?0A@A@H248_IndAudSignal@@8 @23506 NONAME ??_R1A@?0A@A@H248_IndAudSignalsDescriptor@@8 @23507 NONAME ??_R1A@?0A@A@H248_IndAudStatisticsDescriptor@@8 @23508 NONAME ??_R1A@?0A@A@H248_IndAudStreamDescriptor@@8 @23509 NONAME ??_R1A@?0A@A@H248_IndAudStreamParms@@8 @23510 NONAME ??_R1A@?0A@A@H248_IndAudTerminationStateDescriptor@@8 @23511 NONAME ??_R1A@?0A@A@H248_IP4Address@@8 @23512 NONAME ??_R1A@?0A@A@H248_IP6Address@@8 @23513 NONAME ??_R1A@?0A@A@H248_LocalControlDescriptor@@8 @23514 NONAME ??_R1A@?0A@A@H248_LocalRemoteDescriptor@@8 @23515 NONAME ??_R1A@?0A@A@H248_MediaDescriptor@@8 @23516 NONAME ??_R1A@?0A@A@H248_MediaDescriptor_streams@@8 @23517 NONAME ??_R1A@?0A@A@H248_MegacoMessage@@8 @23518 NONAME ??_R1A@?0A@A@H248_Message@@8 @23519 NONAME ??_R1A@?0A@A@H248_Message_messageBody@@8 @23520 NONAME ??_R1A@?0A@A@H248_MId@@8 @23521 NONAME ??_R1A@?0A@A@H248_ModemDescriptor@@8 @23522 NONAME ??_R1A@?0A@A@H248_ModemType@@8 @23523 NONAME ??_R1A@?0A@A@H248_MuxDescriptor@@8 @23524 NONAME ??_R1A@?0A@A@H248_MuxType@@8 @23525 NONAME ??_R1A@?0A@A@H248_Name@@8 @23526 NONAME ??_R1A@?0A@A@H248_NonStandardData@@8 @23527 NONAME ??_R1A@?0A@A@H248_NonStandardIdentifier@@8 @23528 NONAME ??_R1A@?0A@A@H248_NotifyCompletion@@8 @23529 NONAME ??_R1A@?0A@A@H248_NotifyReply@@8 @23530 NONAME ??_R1A@?0A@A@H248_NotifyRequest@@8 @23531 NONAME ??_R1A@?0A@A@H248_ObservedEvent@@8 @23532 NONAME ??_R1A@?0A@A@H248_ObservedEventsDescriptor@@8 @23533 NONAME ??_R1A@?0A@A@H248_PackagesDescriptor@@8 @23534 NONAME ??_R1A@?0A@A@H248_PackagesItem@@8 @23535 NONAME ??_R1A@?0A@A@H248_PathName@@8 @23536 NONAME ??_R1A@?0A@A@H248_PkgdName@@8 @23537 NONAME ??_R1A@?0A@A@H248_PropertyGroup@@8 @23538 NONAME ??_R1A@?0A@A@H248_PropertyParm@@8 @23539 NONAME ??_R1A@?0A@A@H248_PropertyParm_extraInfo@@8 @23540 NONAME ??_R1A@?0A@A@H248_Relation@@8 @23541 NONAME ??_R1A@?0A@A@H248_RequestedActions@@8 @23542 NONAME ??_R1A@?0A@A@H248_RequestedEvent@@8 @23543 NONAME ??_R1A@?0A@A@H248_RequestID@@8 @23544 NONAME ??_R1A@?0A@A@H248_SecondEventsDescriptor@@8 @23545 NONAME ??_R1A@?0A@A@H248_SecondRequestedActions@@8 @23546 NONAME ??_R1A@?0A@A@H248_SecondRequestedEvent@@8 @23547 NONAME ??_R1A@?0A@A@H248_SecurityParmIndex@@8 @23548 NONAME ??_R1A@?0A@A@H248_SeqSigList@@8 @23549 NONAME ??_R1A@?0A@A@H248_SequenceNum@@8 @23550 NONAME ??_R1A@?0A@A@H248_ServiceChangeAddress@@8 @23551 NONAME ??_R1A@?0A@A@H248_ServiceChangeMethod@@8 @23552 NONAME ??_R1A@?0A@A@H248_ServiceChangeParm@@8 @23553 NONAME ??_R1A@?0A@A@H248_ServiceChangeProfile@@8 @23554 NONAME ??_R1A@?0A@A@H248_ServiceChangeReply@@8 @23555 NONAME ??_R1A@?0A@A@H248_ServiceChangeRequest@@8 @23556 NONAME ??_R1A@?0A@A@H248_ServiceChangeResParm@@8 @23557 NONAME ??_R1A@?0A@A@H248_ServiceChangeResult@@8 @23558 NONAME ??_R1A@?0A@A@H248_ServiceState@@8 @23559 NONAME ??_R1A@?0A@A@H248_Signal@@8 @23560 NONAME ??_R1A@?0A@A@H248_SignalName@@8 @23561 NONAME ??_R1A@?0A@A@H248_SignalRequest@@8 @23562 NONAME ??_R1A@?0A@A@H248_SignalsDescriptor@@8 @23563 NONAME ??_R1A@?0A@A@H248_SignalType@@8 @23564 NONAME ??_R1A@?0A@A@H248_SigParameter@@8 @23565 NONAME ??_R1A@?0A@A@H248_SigParameter_extraInfo@@8 @23566 NONAME ??_R1A@?0A@A@H248_StatisticsDescriptor@@8 @23567 NONAME ??_R1A@?0A@A@H248_StatisticsParameter@@8 @23568 NONAME ??_R1A@?0A@A@H248_StreamDescriptor@@8 @23569 NONAME ??_R1A@?0A@A@H248_StreamID@@8 @23570 NONAME ??_R1A@?0A@A@H248_StreamMode@@8 @23571 NONAME ??_R1A@?0A@A@H248_StreamParms@@8 @23572 NONAME ??_R1A@?0A@A@H248_SubtractRequest@@8 @23573 NONAME ??_R1A@?0A@A@H248_TerminationAudit@@8 @23574 NONAME ??_R1A@?0A@A@H248_TerminationID@@8 @23575 NONAME ??_R1A@?0A@A@H248_TerminationIDList@@8 @23576 NONAME ??_R1A@?0A@A@H248_TerminationStateDescriptor@@8 @23577 NONAME ??_R1A@?0A@A@H248_TimeNotation@@8 @23578 NONAME ??_R1A@?0A@A@H248_TopologyRequest@@8 @23579 NONAME ??_R1A@?0A@A@H248_TopologyRequest_topologyDirection@@8 @23580 NONAME ??_R1A@?0A@A@H248_Transaction@@8 @23581 NONAME ??_R1A@?0A@A@H248_TransactionAck@@8 @23582 NONAME ??_R1A@?0A@A@H248_TransactionId@@8 @23583 NONAME ??_R1A@?0A@A@H248_TransactionPending@@8 @23584 NONAME ??_R1A@?0A@A@H248_TransactionReply@@8 @23585 NONAME ??_R1A@?0A@A@H248_TransactionReply_transactionResult@@8 @23586 NONAME ??_R1A@?0A@A@H248_TransactionRequest@@8 @23587 NONAME ??_R1A@?0A@A@H248_TransactionResponseAck@@8 @23588 NONAME ??_R1A@?0A@A@H248_Value@@8 @23589 NONAME ??_R1A@?0A@A@H248_WildcardField@@8 @23590 NONAME ??_R1A@?0A@A@H261DCTEncoder@@8 @23591 NONAME ??_R1A@?0A@A@H261Encoder@@8 @23592 NONAME ??_R1A@?0A@A@H261PixelEncoder@@8 @23593 NONAME ??_R1A@?0A@A@H263Packet@@8 @33654 NONAME ??_R1A@?0A@A@H263PacketList@@8 @33655 NONAME ??_R1A@?0A@A@H323AudioCapability@@8 @23596 NONAME ??_R1A@?0A@A@H323AudioCodec@@8 @23597 NONAME ??_R1A@?0A@A@H323BidirectionalChannel@@8 @23598 NONAME ??_R1A@?0A@A@H323CallCreditServiceControl@@8 @23599 NONAME ??_R1A@?0A@A@H323Capabilities@@8 @23600 NONAME ??_R1A@?0A@A@H323CapabilitiesSet@@8 @23601 NONAME ??_R1A@?0A@A@H323Capability@@8 @23602 NONAME ??_R1A@?0A@A@H323Channel@@8 @23604 NONAME ??_R1A@?0A@A@H323ChannelNumber@@8 @23605 NONAME ??_R1A@?0A@A@H323Codec@@8 @23606 NONAME ??_R1A@?0A@A@H323CodecPluginGenericAudioCapability@@8 @33230 NONAME ??_R1A@?0A@A@H323CodecPluginNonStandardAudioCapability@@8 @23609 NONAME ??_R1A@?0A@A@H323Connection@@8 @23610 NONAME ??_R1A@?0A@A@H323ConnectionsCleaner@@8 @23611 NONAME ??_R1A@?0A@A@H323ControlPDU@@8 @23612 NONAME ??_R1A@?0A@A@H323DataCapability@@8 @23613 NONAME ??_R1A@?0A@A@H323DataChannel@@8 @23614 NONAME ??_R1A@?0A@A@H323DynaLink@@8 @30644 NONAME ??_R1A@?0A@A@H323EndPoint@@8 @23615 NONAME ??_R1A@?0A@A@H323FramedAudioCodec@@8 @23616 NONAME ??_R1A@?0A@A@H323Gatekeeper@@8 @23617 NONAME ??_R1A@?0A@A@H323GatekeeperARQ@@8 @23618 NONAME ??_R1A@?0A@A@H323GatekeeperBRQ@@8 @23619 NONAME ??_R1A@?0A@A@H323GatekeeperCall@@8 @23620 NONAME ??_R1A@?0A@A@H323GatekeeperDRQ@@8 @23621 NONAME ??_R1A@?0A@A@H323GatekeeperGRQ@@8 @23622 NONAME ??_R1A@?0A@A@H323GatekeeperIRR@@8 @23623 NONAME ??_R1A@?0A@A@H323GatekeeperListener@@8 @23624 NONAME ??_R1A@?0A@A@H323GatekeeperLRQ@@8 @23625 NONAME ??_R1A@?0A@A@H323GatekeeperRequest@@8 @23626 NONAME ??_R1A@?0A@A@H323GatekeeperRRQ@@8 @23627 NONAME ??_R1A@?0A@A@H323GatekeeperServer@@8 @23628 NONAME ??_R1A@?0A@A@H323GatekeeperURQ@@8 @23629 NONAME ??_R1A@?0A@A@H323GenericAudioCapability@@8 @33231 NONAME ??_R1A@?0A@A@H323GenericCapabilityInfo@@8 @33232 NONAME ??_R1A@?0A@A@H323GenericVideoCapability@@8 @33233 NONAME ??_R1A@?0A@A@H323GSMPluginCapability@@8 @23630 NONAME ??_R1A@?0A@A@H323H248ServiceControl@@8 @23631 NONAME ??_R1A@?0A@A@H323HTTPServiceControl@@8 @23633 NONAME ??_R1A@?0A@A@H323Listener@@8 @23634 NONAME ??_R1A@?0A@A@H323ListenerTCP@@8 @23635 NONAME ??_R1A@?0A@A@H323LogicalChannelThread@@8 @23636 NONAME ??_R1A@?0A@A@H323NonStandardAudioCapability@@8 @23637 NONAME ??_R1A@?0A@A@H323NonStandardCapabilityInfo@@8 @23638 NONAME ??_R1A@?0A@A@H323NonStandardDataCapability@@8 @23639 NONAME ??_R1A@?0A@A@H323NonStandardVideoCapability@@8 @23640 NONAME ??_R1A@?0A@A@H323PeerElement@@8 @23641 NONAME ??_R1A@?0A@A@H323PeerElementDescriptor@@8 @23642 NONAME ??_R1A@?0A@A@H323PeerElementServiceRelationship@@8 @23643 NONAME ??_R1A@?0A@A@H323PluginCapability@@8 @23645 NONAME ??_R1A@?0A@A@H323PluginCodecManager@@8 @30619 NONAME ??_R1A@?0A@A@H323PluginFramedAudioCodec@@8 @30685 NONAME ??_R1A@?0A@A@H323PluginG7231Capability@@8 @23646 NONAME ??_R1A@?0A@A@H323PluginVideoCodec@@8 @23647 NONAME ??_R1A@?0A@A@H323RasPDU@@8 @23648 NONAME ??_R1A@?0A@A@H323RealTimeCapability@@8 @23649 NONAME ??_R1A@?0A@A@H323RegisteredEndPoint@@8 @23650 NONAME ??_R1A@?0A@A@H323ServiceControlSession@@8 @23651 NONAME ??_R1A@?0A@A@H323SignalPDU@@8 @23652 NONAME ??_R1A@?0A@A@H323SimultaneousCapabilities@@8 @23653 NONAME ??_R1A@?0A@A@H323StreamedAudioCodec@@8 @23654 NONAME ??_R1A@?0A@A@H323StreamedPluginAudioCodec@@8 @30686 NONAME ??_R1A@?0A@A@H323Transaction@@8 @23655 NONAME ??_R1A@?0A@A@H323TransactionPDU@@8 @23656 NONAME ??_R1A@?0A@A@H323TransactionServer@@8 @23657 NONAME ??_R1A@?0A@A@H323Transactor@@8 @23658 NONAME ??_R1A@?0A@A@H323Transport@@8 @23659 NONAME ??_R1A@?0A@A@H323TransportAddress@@8 @23660 NONAME ??_R1A@?0A@A@H323TransportAddressArray@@8 @23661 NONAME ??_R1A@?0A@A@H323TransportIP@@8 @23662 NONAME ??_R1A@?0A@A@H323TransportTCP@@8 @23663 NONAME ??_R1A@?0A@A@H323TransportUDP@@8 @23664 NONAME ??_R1A@?0A@A@H323UnidirectionalChannel@@8 @23665 NONAME ??_R1A@?0A@A@H323VideoCapability@@8 @23666 NONAME ??_R1A@?0A@A@H323VideoCodec@@8 @23667 NONAME ??_R1A@?0A@A@H323_ALawCodec@@8 @23668 NONAME ??_R1A@?0A@A@H323_AnnexG@@8 @23669 NONAME ??_R1A@?0A@A@H323_CiscoG7231aLIDCapability@@8 @23670 NONAME ??_R1A@?0A@A@H323_ExternalRTPChannel@@8 @23672 NONAME ??_R1A@?0A@A@H323_G711ALaw64Capability@@8 @31289 NONAME ??_R1A@?0A@A@H323_G711Capability@@8 @23676 NONAME ??_R1A@?0A@A@H323_G711uLaw64Capability@@8 @31290 NONAME ??_R1A@?0A@A@H323_H261Capability@@8 @23692 NONAME ??_R1A@?0A@A@H323_H261Codec@@8 @23693 NONAME ??_R1A@?0A@A@H323_LIDCapability@@8 @23696 NONAME ??_R1A@?0A@A@H323_LIDCodec@@8 @23697 NONAME ??_R1A@?0A@A@H323_LID_G711_ALaw_Capability@@8 @31291 NONAME ??_R1A@?0A@A@H323_LID_G711_uLaw_Capability@@8 @31292 NONAME ??_R1A@?0A@A@H323_LID_G7231A_5k3_Capability@@8 @31293 NONAME ??_R1A@?0A@A@H323_LID_G7231A_6k3_Capability@@8 @31294 NONAME ??_R1A@?0A@A@H323_LID_G7231_5k3_Capability@@8 @31295 NONAME ??_R1A@?0A@A@H323_LID_G7231_6k3_Capability@@8 @31296 NONAME ??_R1A@?0A@A@H323_LID_G728_Capability@@8 @31297 NONAME ??_R1A@?0A@A@H323_LID_G729AB_Capability@@8 @31298 NONAME ??_R1A@?0A@A@H323_LID_G729A_Capability@@8 @31299 NONAME ??_R1A@?0A@A@H323_LID_G729B_Capability@@8 @31300 NONAME ??_R1A@?0A@A@H323_LID_G729_Capability@@8 @31301 NONAME ??_R1A@?0A@A@H323_LID_GSM0610_Capability@@8 @31302 NONAME ??_R1A@?0A@A@H323_muLawCodec@@8 @23713 NONAME ??_R1A@?0A@A@H323_RealTimeChannel@@8 @23714 NONAME ??_R1A@?0A@A@H323_RFC2190_H263Capability@@8 @33656 NONAME ??_R1A@?0A@A@H323_RFC2190_H263Codec@@8 @33657 NONAME ??_R1A@?0A@A@H323_RTPChannel@@8 @23715 NONAME ??_R1A@?0A@A@H323_RTP_Session@@8 @23716 NONAME ??_R1A@?0A@A@H323_RTP_UDP@@8 @23717 NONAME ??_R1A@?0A@A@H323_T120Capability@@8 @23718 NONAME ??_R1A@?0A@A@H323_T120Channel@@8 @23719 NONAME ??_R1A@?0A@A@H323_T38Capability@@8 @23720 NONAME ??_R1A@?0A@A@H323_T38Channel@@8 @23721 NONAME ??_R1A@?0A@A@H323_T38NonStandardCapability@@8 @23722 NONAME ??_R1A@?0A@A@H323_UserInputCapability@@8 @23723 NONAME ??_R1A@?0A@A@H45010_ArrayOf_MixedExtension@@8 @23724 NONAME ??_R1A@?0A@A@H45010_CfbOvrOptArg@@8 @23725 NONAME ??_R1A@?0A@A@H45010_CoReqOptArg@@8 @23726 NONAME ??_R1A@?0A@A@H45010_H323CallOfferOperations@@8 @23727 NONAME ??_R1A@?0A@A@H45010_RUAlertOptArg@@8 @23728 NONAME ??_R1A@?0A@A@H45011Handler@@8 @23729 NONAME ??_R1A@?0A@A@H45011_ArrayOf_MixedExtension@@8 @23730 NONAME ??_R1A@?0A@A@H45011_CallIntrusionErrors@@8 @23731 NONAME ??_R1A@?0A@A@H45011_CICapabilityLevel@@8 @23732 NONAME ??_R1A@?0A@A@H45011_CIFrcRelArg@@8 @23733 NONAME ??_R1A@?0A@A@H45011_CIFrcRelOptRes@@8 @23734 NONAME ??_R1A@?0A@A@H45011_CIGetCIPLOptArg@@8 @23735 NONAME ??_R1A@?0A@A@H45011_CIGetCIPLRes@@8 @23736 NONAME ??_R1A@?0A@A@H45011_CIIsOptArg@@8 @23737 NONAME ??_R1A@?0A@A@H45011_CIIsOptRes@@8 @23738 NONAME ??_R1A@?0A@A@H45011_CINotificationArg@@8 @23739 NONAME ??_R1A@?0A@A@H45011_CIProtectionLevel@@8 @23740 NONAME ??_R1A@?0A@A@H45011_CIRequestArg@@8 @23741 NONAME ??_R1A@?0A@A@H45011_CIRequestRes@@8 @23742 NONAME ??_R1A@?0A@A@H45011_CISilentArg@@8 @23743 NONAME ??_R1A@?0A@A@H45011_CISilentOptRes@@8 @23744 NONAME ??_R1A@?0A@A@H45011_CIStatusInformation@@8 @23745 NONAME ??_R1A@?0A@A@H45011_CIWobOptArg@@8 @23746 NONAME ??_R1A@?0A@A@H45011_CIWobOptRes@@8 @23747 NONAME ??_R1A@?0A@A@H45011_H323CallIntrusionOperations@@8 @23748 NONAME ??_R1A@?0A@A@H4501_Address@@8 @23749 NONAME ??_R1A@?0A@A@H4501_AddressInformation@@8 @23750 NONAME ??_R1A@?0A@A@H4501_AddressScreened@@8 @23751 NONAME ??_R1A@?0A@A@H4501_ArrayOf_AliasAddress@@8 @23752 NONAME ??_R1A@?0A@A@H4501_ArrayOf_ROS@@8 @23753 NONAME ??_R1A@?0A@A@H4501_EndpointAddress@@8 @23754 NONAME ??_R1A@?0A@A@H4501_EntityType@@8 @23755 NONAME ??_R1A@?0A@A@H4501_Extension@@8 @23756 NONAME ??_R1A@?0A@A@H4501_GeneralErrorList@@8 @23757 NONAME ??_R1A@?0A@A@H4501_H225InformationElement@@8 @23758 NONAME ??_R1A@?0A@A@H4501_InterpretationApdu@@8 @23759 NONAME ??_R1A@?0A@A@H4501_InvokeIDs@@8 @23760 NONAME ??_R1A@?0A@A@H4501_InvokeIdSet@@8 @23761 NONAME ??_R1A@?0A@A@H4501_NetworkFacilityExtension@@8 @23762 NONAME ??_R1A@?0A@A@H4501_NSAPSubaddress@@8 @23763 NONAME ??_R1A@?0A@A@H4501_NumberScreened@@8 @23764 NONAME ??_R1A@?0A@A@H4501_PartySubaddress@@8 @23765 NONAME ??_R1A@?0A@A@H4501_PresentationAllowedIndicator@@8 @23766 NONAME ??_R1A@?0A@A@H4501_PresentedAddressScreened@@8 @23767 NONAME ??_R1A@?0A@A@H4501_PresentedAddressUnscreened@@8 @23768 NONAME ??_R1A@?0A@A@H4501_PresentedNumberScreened@@8 @23769 NONAME ??_R1A@?0A@A@H4501_PresentedNumberUnscreened@@8 @23770 NONAME ??_R1A@?0A@A@H4501_ScreeningIndicator@@8 @23771 NONAME ??_R1A@?0A@A@H4501_ServiceApdus@@8 @23772 NONAME ??_R1A@?0A@A@H4501_SubaddressInformation@@8 @23773 NONAME ??_R1A@?0A@A@H4501_SupplementaryService@@8 @23774 NONAME ??_R1A@?0A@A@H4501_UserSpecifiedSubaddress@@8 @23775 NONAME ??_R1A@?0A@A@H4502Handler@@8 @23776 NONAME ??_R1A@?0A@A@H4502_CallIdentity@@8 @23777 NONAME ??_R1A@?0A@A@H4502_CallStatus@@8 @23778 NONAME ??_R1A@?0A@A@H4502_CallTransferErrors@@8 @23779 NONAME ??_R1A@?0A@A@H4502_CallTransferOperation@@8 @23780 NONAME ??_R1A@?0A@A@H4502_CTActiveArg@@8 @23781 NONAME ??_R1A@?0A@A@H4502_CTActiveArg_argumentExtension@@8 @23782 NONAME ??_R1A@?0A@A@H4502_CTCompleteArg@@8 @23783 NONAME ??_R1A@?0A@A@H4502_CTCompleteArg_argumentExtension@@8 @23784 NONAME ??_R1A@?0A@A@H4502_CTIdentifyRes@@8 @23785 NONAME ??_R1A@?0A@A@H4502_CTIdentifyRes_resultExtension@@8 @23786 NONAME ??_R1A@?0A@A@H4502_CTInitiateArg@@8 @23787 NONAME ??_R1A@?0A@A@H4502_CTInitiateArg_argumentExtension@@8 @23788 NONAME ??_R1A@?0A@A@H4502_CTSetupArg@@8 @23789 NONAME ??_R1A@?0A@A@H4502_CTSetupArg_argumentExtension@@8 @23790 NONAME ??_R1A@?0A@A@H4502_CTUpdateArg@@8 @23791 NONAME ??_R1A@?0A@A@H4502_CTUpdateArg_argumentExtension@@8 @23792 NONAME ??_R1A@?0A@A@H4502_DummyArg@@8 @23793 NONAME ??_R1A@?0A@A@H4502_DummyRes@@8 @23794 NONAME ??_R1A@?0A@A@H4502_EndDesignation@@8 @23795 NONAME ??_R1A@?0A@A@H4502_ExtensionSeq@@8 @23796 NONAME ??_R1A@?0A@A@H4502_SubaddressTransferArg@@8 @23797 NONAME ??_R1A@?0A@A@H4502_SubaddressTransferArg_argumentExtension@@8 @23798 NONAME ??_R1A@?0A@A@H4503_BasicService@@8 @23799 NONAME ??_R1A@?0A@A@H4503_CallDiversionErrors@@8 @23800 NONAME ??_R1A@?0A@A@H4503_DiversionReason@@8 @23801 NONAME ??_R1A@?0A@A@H4503_ExtensionSeq@@8 @23802 NONAME ??_R1A@?0A@A@H4503_H323CallDiversionOperations@@8 @23803 NONAME ??_R1A@?0A@A@H4503_IntResult@@8 @23804 NONAME ??_R1A@?0A@A@H4503_IntResultList@@8 @23805 NONAME ??_R1A@?0A@A@H4503_IntResult_extension@@8 @23806 NONAME ??_R1A@?0A@A@H4503_Procedure@@8 @23807 NONAME ??_R1A@?0A@A@H4503_SubscriptionOption@@8 @23808 NONAME ??_R1A@?0A@A@H4504Handler@@8 @23809 NONAME ??_R1A@?0A@A@H4504_ArrayOf_MixedExtension@@8 @23810 NONAME ??_R1A@?0A@A@H4504_CallHoldOperation@@8 @23811 NONAME ??_R1A@?0A@A@H4504_Extension@@8 @23812 NONAME ??_R1A@?0A@A@H4504_HoldNotificArg@@8 @23813 NONAME ??_R1A@?0A@A@H4504_MixedExtension@@8 @23814 NONAME ??_R1A@?0A@A@H4504_RemoteHoldArg@@8 @23815 NONAME ??_R1A@?0A@A@H4504_RemoteHoldRes@@8 @23816 NONAME ??_R1A@?0A@A@H4504_RemoteRetrieveArg@@8 @23817 NONAME ??_R1A@?0A@A@H4504_RemoteRetrieveRes@@8 @23818 NONAME ??_R1A@?0A@A@H4504_RetrieveNotificArg@@8 @23819 NONAME ??_R1A@?0A@A@H4505_ArrayOf_MixedExtension@@8 @23820 NONAME ??_R1A@?0A@A@H4505_CallParkPickupOperations@@8 @23821 NONAME ??_R1A@?0A@A@H4505_CallPickupErrors@@8 @23822 NONAME ??_R1A@?0A@A@H4505_CallType@@8 @23823 NONAME ??_R1A@?0A@A@H4505_CpickupNotifyArg@@8 @23824 NONAME ??_R1A@?0A@A@H4505_CpNotifyArg@@8 @23825 NONAME ??_R1A@?0A@A@H4505_CpRequestArg@@8 @23826 NONAME ??_R1A@?0A@A@H4505_CpRequestRes@@8 @23827 NONAME ??_R1A@?0A@A@H4505_CpSetupArg@@8 @23828 NONAME ??_R1A@?0A@A@H4505_CpSetupRes@@8 @23829 NONAME ??_R1A@?0A@A@H4505_GroupIndicationOffArg@@8 @23830 NONAME ??_R1A@?0A@A@H4505_GroupIndicationOffRes@@8 @23831 NONAME ??_R1A@?0A@A@H4505_GroupIndicationOnArg@@8 @23832 NONAME ??_R1A@?0A@A@H4505_GroupIndicationOnRes@@8 @23833 NONAME ??_R1A@?0A@A@H4505_ParkCondition@@8 @23834 NONAME ??_R1A@?0A@A@H4505_ParkedToPosition@@8 @23835 NONAME ??_R1A@?0A@A@H4505_PickExeArg@@8 @23836 NONAME ??_R1A@?0A@A@H4505_PickExeRes@@8 @23837 NONAME ??_R1A@?0A@A@H4505_PickrequArg@@8 @23838 NONAME ??_R1A@?0A@A@H4505_PickrequRes@@8 @23839 NONAME ??_R1A@?0A@A@H4505_PickupArg@@8 @23840 NONAME ??_R1A@?0A@A@H4505_PickupRes@@8 @23841 NONAME ??_R1A@?0A@A@H4506Handler@@8 @23842 NONAME ??_R1A@?0A@A@H4506_ArrayOf_MixedExtension@@8 @23843 NONAME ??_R1A@?0A@A@H4506_CallWaitingArg@@8 @23844 NONAME ??_R1A@?0A@A@H4506_CallWaitingOperations@@8 @23845 NONAME ??_R1A@?0A@A@H4507_ArrayOf_MixedExtension@@8 @23846 NONAME ??_R1A@?0A@A@H4507_BasicService@@8 @23847 NONAME ??_R1A@?0A@A@H4507_DummyRes@@8 @23848 NONAME ??_R1A@?0A@A@H4507_H323_MWI_Operations@@8 @23849 NONAME ??_R1A@?0A@A@H4507_MessageWaitingIndicationErrors@@8 @23850 NONAME ??_R1A@?0A@A@H4507_MsgCentreId@@8 @23851 NONAME ??_R1A@?0A@A@H4507_MWIActivateArg@@8 @23852 NONAME ??_R1A@?0A@A@H4507_MWIDeactivateArg@@8 @23853 NONAME ??_R1A@?0A@A@H4507_MWIInterrogateArg@@8 @23854 NONAME ??_R1A@?0A@A@H4507_MWIInterrogateRes@@8 @23855 NONAME ??_R1A@?0A@A@H4507_MWIInterrogateResElt@@8 @23856 NONAME ??_R1A@?0A@A@H4507_NbOfMessages@@8 @23857 NONAME ??_R1A@?0A@A@H4507_TimeStamp@@8 @23858 NONAME ??_R1A@?0A@A@H4508_ExtendedName@@8 @23859 NONAME ??_R1A@?0A@A@H4508_Name@@8 @23860 NONAME ??_R1A@?0A@A@H4508_NameOperations@@8 @23861 NONAME ??_R1A@?0A@A@H4508_NamePresentationAllowed@@8 @23862 NONAME ??_R1A@?0A@A@H4508_NamePresentationRestricted@@8 @23863 NONAME ??_R1A@?0A@A@H4508_SimpleName@@8 @23864 NONAME ??_R1A@?0A@A@H4509_ArrayOf_MixedExtension@@8 @23865 NONAME ??_R1A@?0A@A@H4509_CallCompletionErrors@@8 @23866 NONAME ??_R1A@?0A@A@H4509_CcArg@@8 @23867 NONAME ??_R1A@?0A@A@H4509_CcLongArg@@8 @23868 NONAME ??_R1A@?0A@A@H4509_CcRequestArg@@8 @23869 NONAME ??_R1A@?0A@A@H4509_CcRequestRes@@8 @23870 NONAME ??_R1A@?0A@A@H4509_CcShortArg@@8 @23871 NONAME ??_R1A@?0A@A@H4509_H323CallCompletionOperations@@8 @23872 NONAME ??_R1A@?0A@A@H450ServiceAPDU@@8 @23873 NONAME ??_R1A@?0A@A@H450xDispatcher@@8 @23874 NONAME ??_R1A@?0A@A@H450xHandler@@8 @23875 NONAME ??_R1A@?0A@A@H501AccessRequest@@8 @23876 NONAME ??_R1A@?0A@A@H501DescriptorUpdate@@8 @23877 NONAME ??_R1A@?0A@A@H501PDU@@8 @23878 NONAME ??_R1A@?0A@A@H501ServiceRequest@@8 @23879 NONAME ??_R1A@?0A@A@H501Transaction@@8 @23880 NONAME ??_R1A@?0A@A@H501_AccessConfirmation@@8 @23881 NONAME ??_R1A@?0A@A@H501_AccessRejection@@8 @23882 NONAME ??_R1A@?0A@A@H501_AccessRejectionReason@@8 @23883 NONAME ??_R1A@?0A@A@H501_AccessRequest@@8 @23884 NONAME ??_R1A@?0A@A@H501_AccessToken@@8 @23885 NONAME ??_R1A@?0A@A@H501_AddressTemplate@@8 @23886 NONAME ??_R1A@?0A@A@H501_AlternatePE@@8 @23887 NONAME ??_R1A@?0A@A@H501_AlternatePEInfo@@8 @23888 NONAME ??_R1A@?0A@A@H501_ApplicationMessage@@8 @23889 NONAME ??_R1A@?0A@A@H501_ArrayOf_AccessToken@@8 @23890 NONAME ??_R1A@?0A@A@H501_ArrayOf_AddressTemplate@@8 @23891 NONAME ??_R1A@?0A@A@H501_ArrayOf_AliasAddress@@8 @23892 NONAME ??_R1A@?0A@A@H501_ArrayOf_AlternatePE@@8 @23893 NONAME ??_R1A@?0A@A@H501_ArrayOf_CircuitIdentifier@@8 @23894 NONAME ??_R1A@?0A@A@H501_ArrayOf_ClearToken@@8 @23895 NONAME ??_R1A@?0A@A@H501_ArrayOf_ContactInformation@@8 @23896 NONAME ??_R1A@?0A@A@H501_ArrayOf_CryptoH323Token@@8 @23897 NONAME ??_R1A@?0A@A@H501_ArrayOf_Descriptor@@8 @23898 NONAME ??_R1A@?0A@A@H501_ArrayOf_DescriptorInfo@@8 @23899 NONAME ??_R1A@?0A@A@H501_ArrayOf_GenericData@@8 @23900 NONAME ??_R1A@?0A@A@H501_ArrayOf_GloballyUniqueID@@8 @23901 NONAME ??_R1A@?0A@A@H501_ArrayOf_NonStandardParameter@@8 @23902 NONAME ??_R1A@?0A@A@H501_ArrayOf_PASN_ObjectId@@8 @23903 NONAME ??_R1A@?0A@A@H501_ArrayOf_Pattern@@8 @23904 NONAME ??_R1A@?0A@A@H501_ArrayOf_PriceElement@@8 @23905 NONAME ??_R1A@?0A@A@H501_ArrayOf_PriceInfoSpec@@8 @23906 NONAME ??_R1A@?0A@A@H501_ArrayOf_RouteInformation@@8 @23907 NONAME ??_R1A@?0A@A@H501_ArrayOf_SecurityMode@@8 @23908 NONAME ??_R1A@?0A@A@H501_ArrayOf_ServiceControlSession@@8 @23909 NONAME ??_R1A@?0A@A@H501_ArrayOf_SupportedProtocols@@8 @23910 NONAME ??_R1A@?0A@A@H501_ArrayOf_TransportAddress@@8 @23911 NONAME ??_R1A@?0A@A@H501_ArrayOf_UpdateInformation@@8 @23912 NONAME ??_R1A@?0A@A@H501_ArrayOf_UsageField@@8 @23913 NONAME ??_R1A@?0A@A@H501_AuthenticationConfirmation@@8 @23914 NONAME ??_R1A@?0A@A@H501_AuthenticationRejection@@8 @23915 NONAME ??_R1A@?0A@A@H501_AuthenticationRejectionReason@@8 @23916 NONAME ??_R1A@?0A@A@H501_AuthenticationRequest@@8 @23917 NONAME ??_R1A@?0A@A@H501_CallInformation@@8 @23918 NONAME ??_R1A@?0A@A@H501_ContactInformation@@8 @23919 NONAME ??_R1A@?0A@A@H501_Descriptor@@8 @23920 NONAME ??_R1A@?0A@A@H501_DescriptorConfirmation@@8 @23921 NONAME ??_R1A@?0A@A@H501_DescriptorIDConfirmation@@8 @23922 NONAME ??_R1A@?0A@A@H501_DescriptorIDRejection@@8 @23923 NONAME ??_R1A@?0A@A@H501_DescriptorIDRejectionReason@@8 @23924 NONAME ??_R1A@?0A@A@H501_DescriptorIDRequest@@8 @23925 NONAME ??_R1A@?0A@A@H501_DescriptorInfo@@8 @23926 NONAME ??_R1A@?0A@A@H501_DescriptorRejection@@8 @23927 NONAME ??_R1A@?0A@A@H501_DescriptorRejectionReason@@8 @23928 NONAME ??_R1A@?0A@A@H501_DescriptorRequest@@8 @23929 NONAME ??_R1A@?0A@A@H501_DescriptorUpdate@@8 @23930 NONAME ??_R1A@?0A@A@H501_DescriptorUpdateAck@@8 @23931 NONAME ??_R1A@?0A@A@H501_ElementIdentifier@@8 @23932 NONAME ??_R1A@?0A@A@H501_GlobalTimeStamp@@8 @23933 NONAME ??_R1A@?0A@A@H501_Message@@8 @23934 NONAME ??_R1A@?0A@A@H501_MessageBody@@8 @23935 NONAME ??_R1A@?0A@A@H501_MessageCommonInfo@@8 @23936 NONAME ??_R1A@?0A@A@H501_NonStandardConfirmation@@8 @23937 NONAME ??_R1A@?0A@A@H501_NonStandardRejection@@8 @23938 NONAME ??_R1A@?0A@A@H501_NonStandardRejectionReason@@8 @23939 NONAME ??_R1A@?0A@A@H501_NonStandardRequest@@8 @23940 NONAME ??_R1A@?0A@A@H501_PartyInformation@@8 @23941 NONAME ??_R1A@?0A@A@H501_Pattern@@8 @23942 NONAME ??_R1A@?0A@A@H501_Pattern_range@@8 @23943 NONAME ??_R1A@?0A@A@H501_PriceElement@@8 @23944 NONAME ??_R1A@?0A@A@H501_PriceElement_units@@8 @23945 NONAME ??_R1A@?0A@A@H501_PriceInfoSpec@@8 @23946 NONAME ??_R1A@?0A@A@H501_ProtocolVersion@@8 @23947 NONAME ??_R1A@?0A@A@H501_RequestInProgress@@8 @23948 NONAME ??_R1A@?0A@A@H501_Role@@8 @23949 NONAME ??_R1A@?0A@A@H501_RouteInformation@@8 @23950 NONAME ??_R1A@?0A@A@H501_RouteInformation_messageType@@8 @23951 NONAME ??_R1A@?0A@A@H501_SecurityMode@@8 @23952 NONAME ??_R1A@?0A@A@H501_ServiceConfirmation@@8 @23953 NONAME ??_R1A@?0A@A@H501_ServiceRejection@@8 @23954 NONAME ??_R1A@?0A@A@H501_ServiceRejectionReason@@8 @23955 NONAME ??_R1A@?0A@A@H501_ServiceRelease@@8 @23956 NONAME ??_R1A@?0A@A@H501_ServiceReleaseReason@@8 @23957 NONAME ??_R1A@?0A@A@H501_ServiceRequest@@8 @23958 NONAME ??_R1A@?0A@A@H501_TerminationCause@@8 @23959 NONAME ??_R1A@?0A@A@H501_TimeZone@@8 @23960 NONAME ??_R1A@?0A@A@H501_UnknownMessageReason@@8 @23961 NONAME ??_R1A@?0A@A@H501_UnknownMessageResponse@@8 @23962 NONAME ??_R1A@?0A@A@H501_UpdateInformation@@8 @23963 NONAME ??_R1A@?0A@A@H501_UpdateInformation_descriptorInfo@@8 @23964 NONAME ??_R1A@?0A@A@H501_UpdateInformation_updateType@@8 @23965 NONAME ??_R1A@?0A@A@H501_UsageCallStatus@@8 @23966 NONAME ??_R1A@?0A@A@H501_UsageConfirmation@@8 @23967 NONAME ??_R1A@?0A@A@H501_UsageField@@8 @23968 NONAME ??_R1A@?0A@A@H501_UsageIndication@@8 @23969 NONAME ??_R1A@?0A@A@H501_UsageIndicationConfirmation@@8 @23970 NONAME ??_R1A@?0A@A@H501_UsageIndicationRejection@@8 @23971 NONAME ??_R1A@?0A@A@H501_UsageIndicationRejectionReason@@8 @23972 NONAME ??_R1A@?0A@A@H501_UsageRejection@@8 @23973 NONAME ??_R1A@?0A@A@H501_UsageRejectReason@@8 @23974 NONAME ??_R1A@?0A@A@H501_UsageRequest@@8 @23975 NONAME ??_R1A@?0A@A@H501_UsageSpecification@@8 @23976 NONAME ??_R1A@?0A@A@H501_UsageSpecification_when@@8 @23977 NONAME ??_R1A@?0A@A@H501_UserInformation@@8 @23978 NONAME ??_R1A@?0A@A@H501_ValidationConfirmation@@8 @23979 NONAME ??_R1A@?0A@A@H501_ValidationRejection@@8 @23980 NONAME ??_R1A@?0A@A@H501_ValidationRejectionReason@@8 @23981 NONAME ??_R1A@?0A@A@H501_ValidationRequest@@8 @23982 NONAME ??_R1A@?0A@A@HandleTimeout_PNotifier@H245Negotiator@@8 @23983 NONAME ??_R1A@?0A@A@HandleTransactions_PNotifier@H323Transactor@@8 @23984 NONAME ??_R1A@?0A@A@IntraP64Decoder@@8 @23985 NONAME ??_R1A@?0A@A@MCS_ArrayOf_ChannelAttributes@@8 @23986 NONAME ??_R1A@?0A@A@MCS_ArrayOf_ChannelId@@8 @23987 NONAME ??_R1A@?0A@A@MCS_ArrayOf_TokenAttributes@@8 @23988 NONAME ??_R1A@?0A@A@MCS_ArrayOf_TokenId@@8 @23989 NONAME ??_R1A@?0A@A@MCS_ArrayOf_UserId@@8 @23990 NONAME ??_R1A@?0A@A@MCS_AssignedChannelId@@8 @23991 NONAME ??_R1A@?0A@A@MCS_AUcf@@8 @23992 NONAME ??_R1A@?0A@A@MCS_AUrq@@8 @23993 NONAME ??_R1A@?0A@A@MCS_CAin@@8 @23994 NONAME ??_R1A@?0A@A@MCS_CArq@@8 @23995 NONAME ??_R1A@?0A@A@MCS_CCcf@@8 @23996 NONAME ??_R1A@?0A@A@MCS_CCrq@@8 @23997 NONAME ??_R1A@?0A@A@MCS_CDin@@8 @23998 NONAME ??_R1A@?0A@A@MCS_CDrq@@8 @23999 NONAME ??_R1A@?0A@A@MCS_CEin@@8 @24000 NONAME ??_R1A@?0A@A@MCS_CErq@@8 @24001 NONAME ??_R1A@?0A@A@MCS_ChannelAttributes@@8 @24002 NONAME ??_R1A@?0A@A@MCS_ChannelAttributes_assigned@@8 @24003 NONAME ??_R1A@?0A@A@MCS_ChannelAttributes_private@@8 @24004 NONAME ??_R1A@?0A@A@MCS_ChannelAttributes_static@@8 @24005 NONAME ??_R1A@?0A@A@MCS_ChannelAttributes_userId@@8 @24006 NONAME ??_R1A@?0A@A@MCS_ChannelId@@8 @24007 NONAME ??_R1A@?0A@A@MCS_CJcf@@8 @24008 NONAME ??_R1A@?0A@A@MCS_CJrq@@8 @24009 NONAME ??_R1A@?0A@A@MCS_CLrq@@8 @24010 NONAME ??_R1A@?0A@A@MCS_ConnectMCSPDU@@8 @24011 NONAME ??_R1A@?0A@A@MCS_Connect_Additional@@8 @24012 NONAME ??_R1A@?0A@A@MCS_Connect_Initial@@8 @24013 NONAME ??_R1A@?0A@A@MCS_Connect_Response@@8 @24014 NONAME ??_R1A@?0A@A@MCS_Connect_Result@@8 @24015 NONAME ??_R1A@?0A@A@MCS_DataPriority@@8 @24016 NONAME ??_R1A@?0A@A@MCS_Diagnostic@@8 @24017 NONAME ??_R1A@?0A@A@MCS_DomainMCSPDU@@8 @24018 NONAME ??_R1A@?0A@A@MCS_DomainParameters@@8 @24019 NONAME ??_R1A@?0A@A@MCS_DPum@@8 @24020 NONAME ??_R1A@?0A@A@MCS_DUin@@8 @24021 NONAME ??_R1A@?0A@A@MCS_DUrq@@8 @24022 NONAME ??_R1A@?0A@A@MCS_DynamicChannelId@@8 @24023 NONAME ??_R1A@?0A@A@MCS_EDrq@@8 @24024 NONAME ??_R1A@?0A@A@MCS_MCcf@@8 @24025 NONAME ??_R1A@?0A@A@MCS_MCrq@@8 @24026 NONAME ??_R1A@?0A@A@MCS_MTcf@@8 @24027 NONAME ??_R1A@?0A@A@MCS_MTrq@@8 @24028 NONAME ??_R1A@?0A@A@MCS_PCin@@8 @24029 NONAME ??_R1A@?0A@A@MCS_PDin@@8 @24030 NONAME ??_R1A@?0A@A@MCS_PrivateChannelId@@8 @24031 NONAME ??_R1A@?0A@A@MCS_PTin@@8 @24032 NONAME ??_R1A@?0A@A@MCS_Reason@@8 @24033 NONAME ??_R1A@?0A@A@MCS_Result@@8 @24034 NONAME ??_R1A@?0A@A@MCS_RJum@@8 @24035 NONAME ??_R1A@?0A@A@MCS_SDin@@8 @24036 NONAME ??_R1A@?0A@A@MCS_SDrq@@8 @24037 NONAME ??_R1A@?0A@A@MCS_Segmentation@@8 @24038 NONAME ??_R1A@?0A@A@MCS_StaticChannelId@@8 @24039 NONAME ??_R1A@?0A@A@MCS_TGcf@@8 @24040 NONAME ??_R1A@?0A@A@MCS_TGrq@@8 @24041 NONAME ??_R1A@?0A@A@MCS_TIcf@@8 @24042 NONAME ??_R1A@?0A@A@MCS_TIrq@@8 @24043 NONAME ??_R1A@?0A@A@MCS_TokenAttributes@@8 @24044 NONAME ??_R1A@?0A@A@MCS_TokenAttributes_given@@8 @24045 NONAME ??_R1A@?0A@A@MCS_TokenAttributes_giving@@8 @24046 NONAME ??_R1A@?0A@A@MCS_TokenAttributes_grabbed@@8 @24047 NONAME ??_R1A@?0A@A@MCS_TokenAttributes_inhibited@@8 @24048 NONAME ??_R1A@?0A@A@MCS_TokenAttributes_ungivable@@8 @24049 NONAME ??_R1A@?0A@A@MCS_TokenId@@8 @24050 NONAME ??_R1A@?0A@A@MCS_TokenStatus@@8 @24051 NONAME ??_R1A@?0A@A@MCS_TPin@@8 @24052 NONAME ??_R1A@?0A@A@MCS_TPrq@@8 @24053 NONAME ??_R1A@?0A@A@MCS_TRcf@@8 @24054 NONAME ??_R1A@?0A@A@MCS_TRrq@@8 @24055 NONAME ??_R1A@?0A@A@MCS_TTcf@@8 @24056 NONAME ??_R1A@?0A@A@MCS_TTrq@@8 @24057 NONAME ??_R1A@?0A@A@MCS_TVcf@@8 @24058 NONAME ??_R1A@?0A@A@MCS_TVin@@8 @24059 NONAME ??_R1A@?0A@A@MCS_TVrq@@8 @24060 NONAME ??_R1A@?0A@A@MCS_TVrs@@8 @24061 NONAME ??_R1A@?0A@A@MCS_UserId@@8 @24062 NONAME ??_R1A@?0A@A@MCS_USin@@8 @24063 NONAME ??_R1A@?0A@A@MCS_USrq@@8 @24064 NONAME ??_R1A@?0A@A@MonitorMain_PNotifier@H323Gatekeeper@@8 @24072 NONAME ??_R1A@?0A@A@MonitorMain_PNotifier@H323GatekeeperServer@@8 @24073 NONAME ??_R1A@?0A@A@MonitorMain_PNotifier@H323PeerElement@@8 @24074 NONAME ??_R1A@?0A@A@MSIPAddress@PILSSession@@8 @24075 NONAME ??_R1A@?0A@A@MXRecordList@PDNS@@8 @32832 NONAME ??_R1A@?0A@A@OnCallIntrudeTimeOut_PNotifier@H45011Handler@@8 @24076 NONAME ??_R1A@?0A@A@OnCallTransferTimeOut_PNotifier@H4502Handler@@8 @24077 NONAME ??_R1A@?0A@A@OnLoadModule_PNotifier@PPluginModuleManager@@8 @30666 NONAME ??_R1A@?0A@A@OnUserInputInBandDTMF_PNotifier@H323Connection@@8 @24079 NONAME ??_R1A@?0A@A@OnUserInputInlineRFC2833_PNotifier@H323Connection@@8 @24080 NONAME ??_R1A@?0A@A@OpalFactoryCodec@@8 @32423 NONAME ??_R1A@?0A@A@OpalG711ALaw64kFormat@@8 @30911 NONAME ??_R1A@?0A@A@OpalG711ALaw64k_Base@@8 @32424 NONAME ??_R1A@?0A@A@OpalG711ALaw64k_Decoder@@8 @32425 NONAME ??_R1A@?0A@A@OpalG711ALaw64k_Encoder@@8 @32426 NONAME ??_R1A@?0A@A@OpalG711uLaw64kFormat@@8 @30912 NONAME ??_R1A@?0A@A@OpalG711uLaw64k_Base@@8 @32427 NONAME ??_R1A@?0A@A@OpalG711uLaw64k_Decoder@@8 @32428 NONAME ??_R1A@?0A@A@OpalG711uLaw64k_Encoder@@8 @32429 NONAME ??_R1A@?0A@A@OpalG7231A_5k3Format@@8 @30913 NONAME ??_R1A@?0A@A@OpalG7231A_6k3Format@@8 @30914 NONAME ??_R1A@?0A@A@OpalG7231_5k3Format@@8 @30915 NONAME ??_R1A@?0A@A@OpalG7231_6k3Format@@8 @30916 NONAME ??_R1A@?0A@A@OpalG728Format@@8 @30917 NONAME ??_R1A@?0A@A@OpalG729ABFormat@@8 @30918 NONAME ??_R1A@?0A@A@OpalG729AFormat@@8 @30919 NONAME ??_R1A@?0A@A@OpalG729BFormat@@8 @30920 NONAME ??_R1A@?0A@A@OpalG729Format@@8 @30921 NONAME ??_R1A@?0A@A@OpalGloballyUniqueID@@8 @24081 NONAME ??_R1A@?0A@A@OpalGSM0610Format@@8 @30922 NONAME ??_R1A@?0A@A@OpalH261Format@@8 @30923 NONAME ??_R1A@?0A@A@OpalIxJDevice@@8 @24082 NONAME ??_R1A@?0A@A@OpalLineChannel@@8 @24083 NONAME ??_R1A@?0A@A@OpalLineInterfaceDevice@@8 @24084 NONAME ??_R1A@?0A@A@OpalMediaFormat@@8 @24085 NONAME ??_R1A@?0A@A@OpalPCM16Format@@8 @30924 NONAME ??_R1A@?0A@A@OpalPluginCodec@@8 @32430 NONAME ??_R1A@?0A@A@OpalPluginMediaFormat@@8 @30925 NONAME ??_R1A@?0A@A@OpalRFC2190H263Format@@8 @33658 NONAME ??_R1A@?0A@A@OpalRFC2833@@8 @24086 NONAME ??_R1A@?0A@A@OpalRFC2833Info@@8 @24087 NONAME ??_R1A@?0A@A@OpalRtpToWavFile@@8 @24088 NONAME ??_R1A@?0A@A@OpalT120Format@@8 @30926 NONAME ??_R1A@?0A@A@OpalT120Protocol@@8 @24089 NONAME ??_R1A@?0A@A@OpalT38Protocol@@8 @24090 NONAME ??_R1A@?0A@A@OpalUserInputRFC2833Format@@8 @30927 NONAME ??_R1A@?0A@A@OpalVoipBlasterDevice@@8 @24091 NONAME ??_R1A@?0A@A@OpalVXMLSession@@8 @24092 NONAME ??_R1A@?0A@A@OpalWAVFile@@8 @24093 NONAME ??_R1A@?0A@A@P64Decoder@@8 @24094 NONAME ??_R1A@?0A@A@PASN_Array@@8 @24095 NONAME ??_R1A@?0A@A@PASN_BitString@@8 @24096 NONAME ??_R1A@?0A@A@PASN_BMPString@@8 @24097 NONAME ??_R1A@?0A@A@PASN_Boolean@@8 @24098 NONAME ??_R1A@?0A@A@PASN_Choice@@8 @24099 NONAME ??_R1A@?0A@A@PASN_ConstrainedObject@@8 @24100 NONAME ??_R1A@?0A@A@PASN_ConstrainedString@@8 @24101 NONAME ??_R1A@?0A@A@PASN_Enumeration@@8 @24102 NONAME ??_R1A@?0A@A@PASN_GeneralisedTime@@8 @24103 NONAME ??_R1A@?0A@A@PASN_GeneralString@@8 @24104 NONAME ??_R1A@?0A@A@PASN_IA5String@@8 @24105 NONAME ??_R1A@?0A@A@PASN_Integer@@8 @24106 NONAME ??_R1A@?0A@A@PASN_Null@@8 @24107 NONAME ??_R1A@?0A@A@PASN_NumericString@@8 @24108 NONAME ??_R1A@?0A@A@PASN_Object@@8 @24109 NONAME ??_R1A@?0A@A@PASN_ObjectId@@8 @24110 NONAME ??_R1A@?0A@A@PASN_OctetString@@8 @24111 NONAME ??_R1A@?0A@A@PASN_PrintableString@@8 @24112 NONAME ??_R1A@?0A@A@PASN_Sequence@@8 @24113 NONAME ??_R1A@?0A@A@PASN_Stream@@8 @24114 NONAME ??_R1A@?0A@A@PASN_VisibleString@@8 @24115 NONAME ??_R1A@?0A@A@PLDAPAttributeBase@@8 @24116 NONAME ??_R1A@?0A@A@PLDAPAttr_c@RTPerson@PILSSession@@8 @24117 NONAME ??_R1A@?0A@A@PLDAPAttr_cn@RTPerson@PILSSession@@8 @24118 NONAME ??_R1A@?0A@A@PLDAPAttr_comment@RTPerson@PILSSession@@8 @24119 NONAME ??_R1A@?0A@A@PLDAPAttr_givenName@RTPerson@PILSSession@@8 @24120 NONAME ??_R1A@?0A@A@PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@8 @24121 NONAME ??_R1A@?0A@A@PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@8 @24122 NONAME ??_R1A@?0A@A@PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@8 @24123 NONAME ??_R1A@?0A@A@PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@8 @24124 NONAME ??_R1A@?0A@A@PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@8 @24125 NONAME ??_R1A@?0A@A@PLDAPAttr_location@RTPerson@PILSSession@@8 @24126 NONAME ??_R1A@?0A@A@PLDAPAttr_o@RTPerson@PILSSession@@8 @24127 NONAME ??_R1A@?0A@A@PLDAPAttr_objectClass@RTPerson@PILSSession@@8 @24128 NONAME ??_R1A@?0A@A@PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@8 @24129 NONAME ??_R1A@?0A@A@PLDAPAttr_sappguid@RTPerson@PILSSession@@8 @24130 NONAME ??_R1A@?0A@A@PLDAPAttr_sappid@RTPerson@PILSSession@@8 @24131 NONAME ??_R1A@?0A@A@PLDAPAttr_sflags@RTPerson@PILSSession@@8 @24132 NONAME ??_R1A@?0A@A@PLDAPAttr_sipAddress@RTPerson@PILSSession@@8 @24133 NONAME ??_R1A@?0A@A@PLDAPAttr_smimetype@RTPerson@PILSSession@@8 @24134 NONAME ??_R1A@?0A@A@PLDAPAttr_smodop@RTPerson@PILSSession@@8 @24135 NONAME ??_R1A@?0A@A@PLDAPAttr_sport@RTPerson@PILSSession@@8 @24136 NONAME ??_R1A@?0A@A@PLDAPAttr_sprotid@RTPerson@PILSSession@@8 @24137 NONAME ??_R1A@?0A@A@PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@8 @24138 NONAME ??_R1A@?0A@A@PLDAPAttr_ssecurity@RTPerson@PILSSession@@8 @24139 NONAME ??_R1A@?0A@A@PLDAPAttr_sttl@RTPerson@PILSSession@@8 @24140 NONAME ??_R1A@?0A@A@PLDAPAttr_surname@RTPerson@PILSSession@@8 @24141 NONAME ??_R1A@?0A@A@PLDAPAttr_timestamp@RTPerson@PILSSession@@8 @24142 NONAME ??_R1A@?0A@A@PLDAPStructBase@@8 @24143 NONAME ??_R1A@?0A@A@PluginLoader@@8 @32982 NONAME ??_R1A@?0A@A@PPER_Stream@@8 @24144 NONAME ??_R1A@?0A@A@Pre_Vid_Coder@@8 @24145 NONAME ??_R1A@?0A@A@PVXMLSession@@8 @24146 NONAME ??_R1A@?0A@A@PWAVFile@@8 @24147 NONAME ??_R1A@?0A@A@PWAVFileConverter@@8 @32211 NONAME ??_R1A@?0A@A@PWAVFileConverterALaw@@8 @32212 NONAME ??_R1A@?0A@A@PWAVFileConverterULaw@@8 @32213 NONAME ??_R1A@?0A@A@PWAVFileConverterXLaw@@8 @32214 NONAME ??_R1A@?0A@A@Q931@@8 @24148 NONAME ??_R1A@?0A@A@ReceivedPacket_PNotifier@OpalRFC2833@@8 @24149 NONAME ??_R1A@?0A@A@ReceivedPacket_PNotifier@OpalRtpToWavFile@@8 @24150 NONAME ??_R1A@?0A@A@ReceiverReport@RTP_Session@@8 @24151 NONAME ??_R1A@?0A@A@ReceiveTimeout_PNotifier@OpalRFC2833@@8 @24152 NONAME ??_R1A@?0A@A@Request@H323Transactor@@8 @24153 NONAME ??_R1A@?0A@A@Response@H323Transactor@@8 @24154 NONAME ??_R1A@?0A@A@RFC2190_FfmpgLink@@8 @33659 NONAME ??_R1A@?0A@A@RTPerson@PILSSession@@8 @24155 NONAME ??_R1A@?0A@A@RTP_ControlFrame@@8 @24156 NONAME ??_R1A@?0A@A@RTP_DataFrame@@8 @24157 NONAME ??_R1A@?0A@A@RTP_JitterBuffer@@8 @24158 NONAME ??_R1A@?0A@A@RTP_QOS@@8 @24159 NONAME ??_R1A@?0A@A@RTP_Session@@8 @24160 NONAME ??_R1A@?0A@A@RTP_SessionManager@@8 @24161 NONAME ??_R1A@?0A@A@RTP_UDP@@8 @24162 NONAME ??_R1A@?0A@A@RTP_UserData@@8 @24163 NONAME ??_R1A@?0A@A@SenderReport@RTP_Session@@8 @24164 NONAME ??_R1A@?0A@A@SlowHandler_PNotifier@H323Transaction@@8 @24165 NONAME ??_R1A@?0A@A@SourceDescription@RTP_Session@@8 @24166 NONAME ??_R1A@?0A@A@SRVRecordList@PDNS@@8 @32833 NONAME ??_R1A@?0A@A@StatusHandler_PNotifier@OpalVoipBlasterDevice@@8 @24167 NONAME ??_R1A@?0A@A@StringMap@H323GatekeeperServer@@8 @24168 NONAME ??_R1A@?0A@A@T120ConnectPDU@@8 @24169 NONAME ??_R1A@?0A@A@T120_X224@@8 @24170 NONAME ??_R1A@?0A@A@T38_ArrayOf_PASN_OctetString@@8 @24171 NONAME ??_R1A@?0A@A@T38_Data_Field@@8 @24172 NONAME ??_R1A@?0A@A@T38_Data_Field_subtype@@8 @24173 NONAME ??_R1A@?0A@A@T38_Data_Field_subtype_field_type@@8 @24174 NONAME ??_R1A@?0A@A@T38_IFPPacket@@8 @24175 NONAME ??_R1A@?0A@A@T38_PreCorrigendum_Data_Field@@8 @24176 NONAME ??_R1A@?0A@A@T38_PreCorrigendum_Data_Field_subtype@@8 @24177 NONAME ??_R1A@?0A@A@T38_PreCorrigendum_Data_Field_subtype_field_type@@8 @24178 NONAME ??_R1A@?0A@A@T38_PreCorrigendum_IFPPacket@@8 @24179 NONAME ??_R1A@?0A@A@T38_Type_of_msg@@8 @24180 NONAME ??_R1A@?0A@A@T38_Type_of_msg_data@@8 @24181 NONAME ??_R1A@?0A@A@T38_Type_of_msg_t30_indicator@@8 @24182 NONAME ??_R1A@?0A@A@T38_UDPTLPacket@@8 @24183 NONAME ??_R1A@?0A@A@T38_UDPTLPacket_error_recovery@@8 @24184 NONAME ??_R1A@?0A@A@T38_UDPTLPacket_error_recovery_fec_info@@8 @24185 NONAME ??_R1A@?0A@A@T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@8 @24186 NONAME ??_R1A@?0A@A@T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@8 @24187 NONAME ??_R1A@?0A@A@T38_UDPTLPacket_primary_ifp_packet@@8 @24188 NONAME ??_R1A@?0A@A@TickleMonitor_PNotifier@H323Gatekeeper@@8 @24189 NONAME ??_R1A@?0A@A@TransmitEnded_PNotifier@OpalRFC2833@@8 @24190 NONAME ??_R1A@?0A@A@TransmitPacket_PNotifier@OpalRFC2833@@8 @24191 NONAME ??_R1A@?0A@A@Transmitter@@8 @24192 NONAME ??_R1A@?0A@A@UpdateAllDescriptors_PNotifier@H323PeerElement@@8 @24193 NONAME ??_R1A@?0A@A@VoipBlasterInterface@@8 @24195 NONAME ??_R1A@?0A@A@Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@8 @32431 NONAME ??_R1A@?0A@A@Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@8 @32432 NONAME ??_R1A@?0A@A@Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@8 @32433 NONAME ??_R1A@?0A@A@Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@8 @32434 NONAME ??_R1A@?0A@A@Worker@OpalPluginCodecFactory@@8 @32435 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@8 @32834 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VH323Capability@@VPString@@@@8 @31809 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@8 @32436 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31810 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @31811 NONAME ??_R1A@?0A@A@WorkerBase@?$PFactory@VPWAVFileConverter@@I@@8 @32215 NONAME ??_R1A@?0A@A@X224@@8 @24196 NONAME ??_R1A@?0A@A@X880_Code@@8 @24197 NONAME ??_R1A@?0A@A@X880_GeneralProblem@@8 @24198 NONAME ??_R1A@?0A@A@X880_Invoke@@8 @24199 NONAME ??_R1A@?0A@A@X880_InvokeId@@8 @24200 NONAME ??_R1A@?0A@A@X880_InvokeProblem@@8 @24201 NONAME ??_R1A@?0A@A@X880_Reject@@8 @24202 NONAME ??_R1A@?0A@A@X880_RejectProblem@@8 @24203 NONAME ??_R1A@?0A@A@X880_Reject_problem@@8 @24204 NONAME ??_R1A@?0A@A@X880_ReturnError@@8 @24205 NONAME ??_R1A@?0A@A@X880_ReturnErrorProblem@@8 @24206 NONAME ??_R1A@?0A@A@X880_ReturnResult@@8 @24207 NONAME ??_R1A@?0A@A@X880_ReturnResultProblem@@8 @24208 NONAME ??_R1A@?0A@A@X880_ReturnResult_result@@8 @24209 NONAME ??_R1A@?0A@A@X880_ROS@@8 @24210 NONAME ??_R1BCA@?0A@A@PVXMLChannelInterface@@8 @33764 NONAME ??_R1BE@?0A@A@H323GenericCapabilityInfo@@8 @33234 NONAME ??_R1BE@?0A@A@H323NonStandardCapabilityInfo@@8 @24211 NONAME ??_R1BM@?0A@A@H323GenericCapabilityInfo@@8 @33235 NONAME ??_R1BM@?0A@A@H323NonStandardCapabilityInfo@@8 @24212 NONAME ??_R1BM@?0A@A@H323PluginCapabilityInfo@@8 @24213 NONAME ??_R1CA@?0A@A@H323TransactionPDU@@8 @33236 NONAME ??_R1EA@?0A@A@H323PluginCapabilityInfo@@8 @33237 NONAME ??_R1EME@?0A@A@H323TransactionPDU@@8 @33238 NONAME ??_R1FI@?0A@A@H323PluginCapabilityInfo@@8 @24216 NONAME ??_R2?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@8 @24218 NONAME ??_R2?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@8 @24219 NONAME ??_R2?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@8 @24220 NONAME ??_R2?$H235_HASHED@VH235_EncodedGeneralToken@@@@8 @24221 NONAME ??_R2?$H235_HASHED@VH235_EncodedPwdCertToken@@@@8 @24222 NONAME ??_R2?$H235_SIGNED@VH225_EncodedFastStartToken@@@@8 @24223 NONAME ??_R2?$H235_SIGNED@VH235_EncodedGeneralToken@@@@8 @24224 NONAME ??_R2?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@8 @24225 NONAME ??_R2?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@8 @24226 NONAME ??_R2?$H235_SIGNED@VH235_EncodedReturnSig@@@@8 @24227 NONAME ??_R2?$PArray@V?$PList@VH323Capability@@@@@@8 @24228 NONAME ??_R2?$PArray@VH323SimultaneousCapabilities@@@@8 @24229 NONAME ??_R2?$PArray@VH323TransportAddress@@@@8 @24230 NONAME ??_R2?$PArray@VReceiverReport@RTP_Session@@@@8 @24231 NONAME ??_R2?$PArray@VSourceDescription@RTP_Session@@@@8 @24232 NONAME ??_R2?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@8 @24233 NONAME ??_R2?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@8 @24234 NONAME ??_R2?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@8 @24235 NONAME ??_R2?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@8 @24236 NONAME ??_R2?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@8 @24237 NONAME ??_R2?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@8 @24238 NONAME ??_R2?$PDictionary@VPString@@VH323Connection@@@@8 @24239 NONAME ??_R2?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@8 @24240 NONAME ??_R2?$PDictionary@VPString@@VPOrdinalKey@@@@8 @24241 NONAME ??_R2?$PFactory@VH235Authenticator@@VPString@@@@8 @32835 NONAME ??_R2?$PFactory@VH323Capability@@VPString@@@@8 @31812 NONAME ??_R2?$PFactory@VH323StaticPluginCodec@@VPString@@@@8 @31813 NONAME ??_R2?$PFactory@VOpalFactoryCodec@@VPString@@@@8 @32437 NONAME ??_R2?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31814 NONAME ??_R2?$PFactory@VPWAVFileConverter@@I@@8 @32216 NONAME ??_R2?$PList@VH235Authenticator@@@@8 @24242 NONAME ??_R2?$PList@VH245_GenericParameter@@@@8 @33239 NONAME ??_R2?$PList@VH263Packet@@@@8 @33660 NONAME ??_R2?$PList@VH323Capability@@@@8 @24244 NONAME ??_R2?$PList@VH323Channel@@@@8 @24245 NONAME ??_R2?$PList@VH323GatekeeperListener@@@@8 @24246 NONAME ??_R2?$PList@VH323Listener@@@@8 @24247 NONAME ??_R2?$PList@VH323Transactor@@@@8 @24248 NONAME ??_R2?$PList@VH450xHandler@@@@8 @24249 NONAME ??_R2?$PList@VOpalMediaFormat@@@@8 @24251 NONAME ??_R2?$PList@VPBYTEArray@@@@8 @24252 NONAME ??_R2?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@8 @24254 NONAME ??_R2?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@8 @24255 NONAME ??_R2?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@8 @24256 NONAME ??_R2?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@8 @24257 NONAME ??_R2?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@8 @24258 NONAME ??_R2?$PSafePtr@VH323GatekeeperCall@@@@8 @24259 NONAME ??_R2?$PSafePtr@VH323PeerElementDescriptor@@@@8 @24260 NONAME ??_R2?$PSafePtr@VH323PeerElementServiceRelationship@@@@8 @24261 NONAME ??_R2?$PSafePtr@VH323RegisteredEndPoint@@@@8 @24262 NONAME ??_R2?$PSafeSortedList@VH323GatekeeperCall@@@@8 @24263 NONAME ??_R2?$PSafeSortedList@VH323PeerElementDescriptor@@@@8 @24264 NONAME ??_R2?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@8 @24265 NONAME ??_R2?$PSet@VPOrdinalKey@@@@8 @24266 NONAME ??_R2?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@8 @24267 NONAME ??_R2?$PSortedList@VH225_AliasAddress@@@@8 @24268 NONAME ??_R2?$PSortedList@VH323GatekeeperCall@@@@8 @24269 NONAME ??_R2?$PSortedList@VH323PeerElementDescriptor@@@@8 @24270 NONAME ??_R2?$PSortedList@VH323PeerElementServiceRelationship@@@@8 @24271 NONAME ??_R2?$PSortedList@VMXRecord@PDNS@@@@8 @32836 NONAME ??_R2?$PSortedList@VResponse@H323Transactor@@@@8 @24273 NONAME ??_R2?$PSortedList@VSRVRecord@PDNS@@@@8 @32837 NONAME ??_R2?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @32838 NONAME ??_R2?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @32839 NONAME ??_R2?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @32840 NONAME ??_R2?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @31815 NONAME ??_R2?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31816 NONAME ??_R2?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31817 NONAME ??_R2?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31818 NONAME ??_R2?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31819 NONAME ??_R2?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31820 NONAME ??_R2?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31821 NONAME ??_R2?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31822 NONAME ??_R2?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31823 NONAME ??_R2?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31824 NONAME ??_R2?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31825 NONAME ??_R2?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31826 NONAME ??_R2?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31827 NONAME ??_R2?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31828 NONAME ??_R2?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31829 NONAME ??_R2?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31830 NONAME ??_R2?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31831 NONAME ??_R2?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31832 NONAME ??_R2?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31833 NONAME ??_R2?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31834 NONAME ??_R2?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31835 NONAME ??_R2?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31836 NONAME ??_R2?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31837 NONAME ??_R2?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31838 NONAME ??_R2?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31839 NONAME ??_R2?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31840 NONAME ??_R2?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31841 NONAME ??_R2?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31842 NONAME ??_R2?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31843 NONAME ??_R2?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31844 NONAME ??_R2?$Worker@VOpalRFC2190H263Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @33661 NONAME ??_R2?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31845 NONAME ??_R2?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31846 NONAME ??_R2?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@8 @32983 NONAME ??_R2?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@8 @32217 NONAME ??_R2?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@8 @32218 NONAME ??_R2AliasKey@H323PeerElement@@8 @24275 NONAME ??_R2AlternateInfo@H323Gatekeeper@@8 @24276 NONAME ??_R2ByteQueue@OpalVoipBlasterDevice@@8 @24277 NONAME ??_R2Encoder@@8 @24278 NONAME ??_R2Entry@RTP_JitterBuffer@@8 @24279 NONAME ??_R2FilterInfo@H323Codec@@8 @24281 NONAME ??_R2FullP64Decoder@@8 @24282 NONAME ??_R2G7231_File_Capability@@8 @24283 NONAME ??_R2G7231_File_Codec@@8 @24284 NONAME ??_R2GCC_AlternativeNodeID@@8 @24285 NONAME ??_R2GCC_ApplicationInvokeIndication@@8 @24286 NONAME ??_R2GCC_ApplicationInvokeSpecifier@@8 @24287 NONAME ??_R2GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@8 @24288 NONAME ??_R2GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@8 @24289 NONAME ??_R2GCC_ApplicationRecord@@8 @24290 NONAME ??_R2GCC_ApplicationRecord_nonCollapsingCapabilities@@8 @24291 NONAME ??_R2GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@8 @24292 NONAME ??_R2GCC_ArrayOf_ApplicationInvokeSpecifier@@8 @24293 NONAME ??_R2GCC_ArrayOf_ChallengeItem@@8 @24294 NONAME ??_R2GCC_ArrayOf_ConferenceDescriptor@@8 @24295 NONAME ??_R2GCC_ArrayOf_Privilege@@8 @24296 NONAME ??_R2GCC_ArrayOf_TextString@@8 @24297 NONAME ??_R2GCC_ArrayOf_UserID@@8 @24298 NONAME ??_R2GCC_AsymmetryIndicator@@8 @24299 NONAME ??_R2GCC_CapabilityClass@@8 @24300 NONAME ??_R2GCC_CapabilityID@@8 @24301 NONAME ??_R2GCC_ChallengeItem@@8 @24302 NONAME ??_R2GCC_ChallengeRequest@@8 @24303 NONAME ??_R2GCC_ChallengeResponse@@8 @24304 NONAME ??_R2GCC_ChallengeResponseAlgorithm@@8 @24305 NONAME ??_R2GCC_ChallengeResponseItem@@8 @24306 NONAME ??_R2GCC_ChannelID@@8 @24307 NONAME ??_R2GCC_ChannelType@@8 @24308 NONAME ??_R2GCC_ConductorAssignIndication@@8 @24309 NONAME ??_R2GCC_ConductorPermissionAskIndication@@8 @24310 NONAME ??_R2GCC_ConductorPermissionGrantIndication@@8 @24311 NONAME ??_R2GCC_ConductorReleaseIndication@@8 @24312 NONAME ??_R2GCC_ConferenceAddRequest@@8 @24313 NONAME ??_R2GCC_ConferenceAddResponse@@8 @24314 NONAME ??_R2GCC_ConferenceAddResponse_result@@8 @24315 NONAME ??_R2GCC_ConferenceAssistanceIndication@@8 @24316 NONAME ??_R2GCC_ConferenceCreateRequest@@8 @24317 NONAME ??_R2GCC_ConferenceCreateResponse@@8 @24318 NONAME ??_R2GCC_ConferenceCreateResponse_result@@8 @24319 NONAME ??_R2GCC_ConferenceDescriptor@@8 @24320 NONAME ??_R2GCC_ConferenceEjectUserIndication@@8 @24321 NONAME ??_R2GCC_ConferenceEjectUserIndication_reason@@8 @24322 NONAME ??_R2GCC_ConferenceEjectUserRequest@@8 @24323 NONAME ??_R2GCC_ConferenceEjectUserRequest_reason@@8 @24324 NONAME ??_R2GCC_ConferenceEjectUserResponse@@8 @24325 NONAME ??_R2GCC_ConferenceEjectUserResponse_result@@8 @24326 NONAME ??_R2GCC_ConferenceInviteRequest@@8 @24327 NONAME ??_R2GCC_ConferenceInviteResponse@@8 @24328 NONAME ??_R2GCC_ConferenceInviteResponse_result@@8 @24329 NONAME ??_R2GCC_ConferenceJoinRequest@@8 @24330 NONAME ??_R2GCC_ConferenceJoinResponse@@8 @24331 NONAME ??_R2GCC_ConferenceJoinResponse_result@@8 @24332 NONAME ??_R2GCC_ConferenceLockIndication@@8 @24333 NONAME ??_R2GCC_ConferenceLockRequest@@8 @24334 NONAME ??_R2GCC_ConferenceLockResponse@@8 @24335 NONAME ??_R2GCC_ConferenceLockResponse_result@@8 @24336 NONAME ??_R2GCC_ConferenceName@@8 @24337 NONAME ??_R2GCC_ConferenceNameModifier@@8 @24338 NONAME ??_R2GCC_ConferenceNameSelector@@8 @24339 NONAME ??_R2GCC_ConferencePriority@@8 @24340 NONAME ??_R2GCC_ConferencePriorityScheme@@8 @24341 NONAME ??_R2GCC_ConferenceQueryRequest@@8 @24342 NONAME ??_R2GCC_ConferenceQueryResponse@@8 @24343 NONAME ??_R2GCC_ConferenceQueryResponse_result@@8 @24344 NONAME ??_R2GCC_ConferenceTerminateIndication@@8 @24345 NONAME ??_R2GCC_ConferenceTerminateIndication_reason@@8 @24346 NONAME ??_R2GCC_ConferenceTerminateRequest@@8 @24347 NONAME ??_R2GCC_ConferenceTerminateRequest_reason@@8 @24348 NONAME ??_R2GCC_ConferenceTerminateResponse@@8 @24349 NONAME ??_R2GCC_ConferenceTerminateResponse_result@@8 @24350 NONAME ??_R2GCC_ConferenceTimeExtendIndication@@8 @24351 NONAME ??_R2GCC_ConferenceTimeInquireIndication@@8 @24352 NONAME ??_R2GCC_ConferenceTimeRemainingIndication@@8 @24353 NONAME ??_R2GCC_ConferenceTransferIndication@@8 @24354 NONAME ??_R2GCC_ConferenceTransferRequest@@8 @24355 NONAME ??_R2GCC_ConferenceTransferResponse@@8 @24356 NONAME ??_R2GCC_ConferenceTransferResponse_result@@8 @24357 NONAME ??_R2GCC_ConferenceUnlockIndication@@8 @24358 NONAME ??_R2GCC_ConferenceUnlockRequest@@8 @24359 NONAME ??_R2GCC_ConferenceUnlockResponse@@8 @24360 NONAME ??_R2GCC_ConferenceUnlockResponse_result@@8 @24361 NONAME ??_R2GCC_ConnectData@@8 @24362 NONAME ??_R2GCC_ConnectGCCPDU@@8 @24363 NONAME ??_R2GCC_DialingString@@8 @24364 NONAME ??_R2GCC_DynamicChannelID@@8 @24365 NONAME ??_R2GCC_DynamicTokenID@@8 @24366 NONAME ??_R2GCC_EntityID@@8 @24367 NONAME ??_R2GCC_ExtraDialingString@@8 @24368 NONAME ??_R2GCC_FunctionNotSupportedResponse@@8 @24369 NONAME ??_R2GCC_GCCPDU@@8 @24370 NONAME ??_R2GCC_H221NonStandardIdentifier@@8 @24371 NONAME ??_R2GCC_Handle@@8 @24372 NONAME ??_R2GCC_IndicationPDU@@8 @24373 NONAME ??_R2GCC_Key@@8 @24374 NONAME ??_R2GCC_NetworkAddress@@8 @24375 NONAME ??_R2GCC_NetworkAddress_subtype@@8 @24376 NONAME ??_R2GCC_NetworkAddress_subtype_aggregatedChannel@@8 @24377 NONAME ??_R2GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@8 @24378 NONAME ??_R2GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@8 @24379 NONAME ??_R2GCC_NetworkAddress_subtype_transportConnection@@8 @24380 NONAME ??_R2GCC_NodeProperties@@8 @24381 NONAME ??_R2GCC_NodeRecord@@8 @24382 NONAME ??_R2GCC_NodeType@@8 @24383 NONAME ??_R2GCC_NonStandardParameter@@8 @24384 NONAME ??_R2GCC_NonStandardPDU@@8 @24385 NONAME ??_R2GCC_Password@@8 @24386 NONAME ??_R2GCC_PasswordChallengeRequestResponse@@8 @24387 NONAME ??_R2GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@8 @24388 NONAME ??_R2GCC_PasswordSelector@@8 @24389 NONAME ??_R2GCC_Privilege@@8 @24390 NONAME ??_R2GCC_RegistryAllocateHandleRequest@@8 @24391 NONAME ??_R2GCC_RegistryAllocateHandleResponse@@8 @24392 NONAME ??_R2GCC_RegistryAllocateHandleResponse_result@@8 @24393 NONAME ??_R2GCC_RegistryAssignTokenRequest@@8 @24394 NONAME ??_R2GCC_RegistryDeleteEntryRequest@@8 @24395 NONAME ??_R2GCC_RegistryEntryOwner@@8 @24396 NONAME ??_R2GCC_RegistryEntryOwner_owned@@8 @24397 NONAME ??_R2GCC_RegistryItem@@8 @24398 NONAME ??_R2GCC_RegistryKey@@8 @24399 NONAME ??_R2GCC_RegistryModificationRights@@8 @24400 NONAME ??_R2GCC_RegistryMonitorEntryIndication@@8 @24401 NONAME ??_R2GCC_RegistryMonitorEntryRequest@@8 @24402 NONAME ??_R2GCC_RegistryRegisterChannelRequest@@8 @24403 NONAME ??_R2GCC_RegistryResponse@@8 @24404 NONAME ??_R2GCC_RegistryResponse_primitiveType@@8 @24405 NONAME ??_R2GCC_RegistryResponse_result@@8 @24406 NONAME ??_R2GCC_RegistryRetrieveEntryRequest@@8 @24407 NONAME ??_R2GCC_RegistrySetParameterRequest@@8 @24408 NONAME ??_R2GCC_RequestPDU@@8 @24409 NONAME ??_R2GCC_ResponsePDU@@8 @24410 NONAME ??_R2GCC_RosterUpdateIndication@@8 @24411 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation@@8 @24412 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype@@8 @24413 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@8 @24414 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@8 @24415 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@8 @24416 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@8 @24417 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@8 @24418 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@8 @24419 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@8 @24420 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@8 @24421 NONAME ??_R2GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@8 @24422 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation@@8 @24423 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@8 @24424 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@8 @24425 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@8 @24426 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@8 @24427 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@8 @24428 NONAME ??_R2GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@8 @24429 NONAME ??_R2GCC_SessionKey@@8 @24430 NONAME ??_R2GCC_SimpleNumericString@@8 @24431 NONAME ??_R2GCC_SimpleTextString@@8 @24432 NONAME ??_R2GCC_StaticChannelID@@8 @24433 NONAME ??_R2GCC_StaticTokenID@@8 @24434 NONAME ??_R2GCC_SubAddressString@@8 @24435 NONAME ??_R2GCC_TerminationMethod@@8 @24436 NONAME ??_R2GCC_TextMessageIndication@@8 @24437 NONAME ??_R2GCC_TextString@@8 @24438 NONAME ??_R2GCC_Time@@8 @24439 NONAME ??_R2GCC_TokenID@@8 @24440 NONAME ??_R2GCC_UserData@@8 @24441 NONAME ??_R2GCC_UserData_subtype@@8 @24442 NONAME ??_R2GCC_UserID@@8 @24443 NONAME ??_R2GCC_UserIDIndication@@8 @24444 NONAME ??_R2H225CallThread@@8 @24445 NONAME ??_R2H225TransportThread@@8 @24446 NONAME ??_R2H225_AddressPattern@@8 @24447 NONAME ??_R2H225_AddressPattern_range@@8 @24448 NONAME ??_R2H225_AdmissionConfirm@@8 @24449 NONAME ??_R2H225_AdmissionConfirm_language@@8 @24450 NONAME ??_R2H225_AdmissionReject@@8 @24451 NONAME ??_R2H225_AdmissionRejectReason@@8 @24452 NONAME ??_R2H225_AdmissionRequest@@8 @24453 NONAME ??_R2H225_Alerting_UUIE@@8 @24454 NONAME ??_R2H225_AliasAddress@@8 @24455 NONAME ??_R2H225_AlternateGK@@8 @24456 NONAME ??_R2H225_AlternateTransportAddresses@@8 @24457 NONAME ??_R2H225_AltGKInfo@@8 @24458 NONAME ??_R2H225_ANSI_41_UIM@@8 @24459 NONAME ??_R2H225_ANSI_41_UIM_system_id@@8 @24460 NONAME ??_R2H225_ArrayOf_AddressPattern@@8 @24461 NONAME ??_R2H225_ArrayOf_AdmissionConfirm@@8 @24462 NONAME ??_R2H225_ArrayOf_AliasAddress@@8 @24463 NONAME ??_R2H225_ArrayOf_AlternateGK@@8 @24464 NONAME ??_R2H225_ArrayOf_AuthenticationMechanism@@8 @24465 NONAME ??_R2H225_ArrayOf_BandwidthDetails@@8 @24466 NONAME ??_R2H225_ArrayOf_CallReferenceValue@@8 @24467 NONAME ??_R2H225_ArrayOf_CallsAvailable@@8 @24468 NONAME ??_R2H225_ArrayOf_ClearToken@@8 @24469 NONAME ??_R2H225_ArrayOf_ConferenceIdentifier@@8 @24470 NONAME ??_R2H225_ArrayOf_ConferenceList@@8 @24471 NONAME ??_R2H225_ArrayOf_CryptoH323Token@@8 @24472 NONAME ??_R2H225_ArrayOf_DataRate@@8 @24473 NONAME ??_R2H225_ArrayOf_Endpoint@@8 @24474 NONAME ??_R2H225_ArrayOf_EnumeratedParameter@@8 @24475 NONAME ??_R2H225_ArrayOf_ExtendedAliasAddress@@8 @24476 NONAME ??_R2H225_ArrayOf_FeatureDescriptor@@8 @24477 NONAME ??_R2H225_ArrayOf_GenericData@@8 @24478 NONAME ??_R2H225_ArrayOf_H245Security@@8 @24479 NONAME ??_R2H225_ArrayOf_H248PackagesDescriptor@@8 @24480 NONAME ??_R2H225_ArrayOf_IntegrityMechanism@@8 @24481 NONAME ??_R2H225_ArrayOf_NonStandardParameter@@8 @24482 NONAME ??_R2H225_ArrayOf_PartyNumber@@8 @24483 NONAME ??_R2H225_ArrayOf_PASN_ObjectId@@8 @24484 NONAME ??_R2H225_ArrayOf_PASN_OctetString@@8 @24485 NONAME ??_R2H225_ArrayOf_RasUsageSpecification@@8 @24486 NONAME ??_R2H225_ArrayOf_RTPSession@@8 @24487 NONAME ??_R2H225_ArrayOf_ServiceControlSession@@8 @24488 NONAME ??_R2H225_ArrayOf_SupportedPrefix@@8 @24489 NONAME ??_R2H225_ArrayOf_SupportedProtocols@@8 @24490 NONAME ??_R2H225_ArrayOf_TransportAddress@@8 @24491 NONAME ??_R2H225_ArrayOf_TransportChannelInfo@@8 @24492 NONAME ??_R2H225_ArrayOf_TunnelledProtocol@@8 @24493 NONAME ??_R2H225_BandRejectReason@@8 @24494 NONAME ??_R2H225_BandWidth@@8 @24495 NONAME ??_R2H225_BandwidthConfirm@@8 @24496 NONAME ??_R2H225_BandwidthDetails@@8 @24497 NONAME ??_R2H225_BandwidthReject@@8 @24498 NONAME ??_R2H225_BandwidthRequest@@8 @24499 NONAME ??_R2H225_CallCapacity@@8 @24500 NONAME ??_R2H225_CallCapacityInfo@@8 @24501 NONAME ??_R2H225_CallCreditCapability@@8 @24502 NONAME ??_R2H225_CallCreditServiceControl@@8 @24503 NONAME ??_R2H225_CallCreditServiceControl_billingMode@@8 @24504 NONAME ??_R2H225_CallCreditServiceControl_callStartingPoint@@8 @24505 NONAME ??_R2H225_CallIdentifier@@8 @24506 NONAME ??_R2H225_CallLinkage@@8 @24507 NONAME ??_R2H225_CallModel@@8 @24508 NONAME ??_R2H225_CallProceeding_UUIE@@8 @24509 NONAME ??_R2H225_CallReferenceValue@@8 @24510 NONAME ??_R2H225_CallsAvailable@@8 @24511 NONAME ??_R2H225_CallTerminationCause@@8 @24512 NONAME ??_R2H225_CallType@@8 @24513 NONAME ??_R2H225_CapacityReportingCapability@@8 @24514 NONAME ??_R2H225_CapacityReportingSpecification@@8 @24515 NONAME ??_R2H225_CapacityReportingSpecification_when@@8 @24516 NONAME ??_R2H225_CarrierInfo@@8 @24517 NONAME ??_R2H225_CicInfo@@8 @24518 NONAME ??_R2H225_CicInfo_cic@@8 @24519 NONAME ??_R2H225_CircuitIdentifier@@8 @24520 NONAME ??_R2H225_CircuitInfo@@8 @24521 NONAME ??_R2H225_ConferenceIdentifier@@8 @24522 NONAME ??_R2H225_ConferenceList@@8 @24523 NONAME ??_R2H225_Connect_UUIE@@8 @24524 NONAME ??_R2H225_Connect_UUIE_language@@8 @24525 NONAME ??_R2H225_Content@@8 @24526 NONAME ??_R2H225_CryptoH323Token@@8 @24527 NONAME ??_R2H225_CryptoH323Token_cryptoEPPwdHash@@8 @24528 NONAME ??_R2H225_CryptoH323Token_cryptoGKPwdHash@@8 @24529 NONAME ??_R2H225_DataRate@@8 @24530 NONAME ??_R2H225_DisengageConfirm@@8 @24531 NONAME ??_R2H225_DisengageReason@@8 @24532 NONAME ??_R2H225_DisengageReject@@8 @24533 NONAME ??_R2H225_DisengageRejectReason@@8 @24534 NONAME ??_R2H225_DisengageRequest@@8 @24535 NONAME ??_R2H225_EncodedFastStartToken@@8 @24536 NONAME ??_R2H225_EncryptIntAlg@@8 @24537 NONAME ??_R2H225_Endpoint@@8 @24538 NONAME ??_R2H225_EndpointIdentifier@@8 @24539 NONAME ??_R2H225_EndpointType@@8 @24540 NONAME ??_R2H225_EnumeratedParameter@@8 @24541 NONAME ??_R2H225_ExtendedAliasAddress@@8 @24542 NONAME ??_R2H225_FacilityReason@@8 @24543 NONAME ??_R2H225_Facility_UUIE@@8 @24544 NONAME ??_R2H225_FastStartToken@@8 @24545 NONAME ??_R2H225_FeatureDescriptor@@8 @24546 NONAME ??_R2H225_FeatureSet@@8 @24547 NONAME ??_R2H225_GatekeeperConfirm@@8 @24548 NONAME ??_R2H225_GatekeeperIdentifier@@8 @24549 NONAME ??_R2H225_GatekeeperInfo@@8 @24550 NONAME ??_R2H225_GatekeeperReject@@8 @24551 NONAME ??_R2H225_GatekeeperRejectReason@@8 @24552 NONAME ??_R2H225_GatekeeperRequest@@8 @24553 NONAME ??_R2H225_GatewayInfo@@8 @24554 NONAME ??_R2H225_GenericData@@8 @24555 NONAME ??_R2H225_GenericIdentifier@@8 @24556 NONAME ??_R2H225_GloballyUniqueID@@8 @24557 NONAME ??_R2H225_GroupID@@8 @24558 NONAME ??_R2H225_GroupID_member@@8 @24559 NONAME ??_R2H225_GSM_UIM@@8 @24560 NONAME ??_R2H225_H221NonStandard@@8 @24561 NONAME ??_R2H225_H245Security@@8 @24562 NONAME ??_R2H225_H248PackagesDescriptor@@8 @24563 NONAME ??_R2H225_H248SignalsDescriptor@@8 @24564 NONAME ??_R2H225_H310Caps@@8 @24565 NONAME ??_R2H225_H320Caps@@8 @24566 NONAME ??_R2H225_H321Caps@@8 @24567 NONAME ??_R2H225_H322Caps@@8 @24568 NONAME ??_R2H225_H323Caps@@8 @24569 NONAME ??_R2H225_H323_UserInformation@@8 @24570 NONAME ??_R2H225_H323_UserInformation_user_data@@8 @24571 NONAME ??_R2H225_H323_UU_PDU@@8 @24572 NONAME ??_R2H225_H323_UU_PDU_h323_message_body@@8 @24573 NONAME ??_R2H225_H323_UU_PDU_tunnelledSignallingMessage@@8 @24574 NONAME ??_R2H225_H324Caps@@8 @24575 NONAME ??_R2H225_ICV@@8 @24576 NONAME ??_R2H225_InfoRequest@@8 @24577 NONAME ??_R2H225_InfoRequestAck@@8 @24578 NONAME ??_R2H225_InfoRequestNak@@8 @24579 NONAME ??_R2H225_InfoRequestNakReason@@8 @24580 NONAME ??_R2H225_InfoRequestResponse@@8 @24581 NONAME ??_R2H225_InfoRequestResponseStatus@@8 @24582 NONAME ??_R2H225_InfoRequestResponse_perCallInfo@@8 @24583 NONAME ??_R2H225_InfoRequestResponse_perCallInfo_subtype@@8 @24584 NONAME ??_R2H225_InfoRequestResponse_perCallInfo_subtype_pdu@@8 @24585 NONAME ??_R2H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@8 @24586 NONAME ??_R2H225_Information_UUIE@@8 @24587 NONAME ??_R2H225_IntegrityMechanism@@8 @24588 NONAME ??_R2H225_LocationConfirm@@8 @24589 NONAME ??_R2H225_LocationReject@@8 @24590 NONAME ??_R2H225_LocationRejectReason@@8 @24591 NONAME ??_R2H225_LocationRequest@@8 @24592 NONAME ??_R2H225_McuInfo@@8 @24593 NONAME ??_R2H225_MobileUIM@@8 @24594 NONAME ??_R2H225_NonIsoIntegrityMechanism@@8 @24595 NONAME ??_R2H225_NonStandardIdentifier@@8 @24596 NONAME ??_R2H225_NonStandardMessage@@8 @24597 NONAME ??_R2H225_NonStandardParameter@@8 @24598 NONAME ??_R2H225_NonStandardProtocol@@8 @24599 NONAME ??_R2H225_Notify_UUIE@@8 @24600 NONAME ??_R2H225_NumberDigits@@8 @24601 NONAME ??_R2H225_PartyNumber@@8 @24602 NONAME ??_R2H225_PresentationIndicator@@8 @24603 NONAME ??_R2H225_PrivatePartyNumber@@8 @24604 NONAME ??_R2H225_PrivateTypeOfNumber@@8 @24605 NONAME ??_R2H225_Progress_UUIE@@8 @24606 NONAME ??_R2H225_ProtocolIdentifier@@8 @24607 NONAME ??_R2H225_PublicPartyNumber@@8 @24608 NONAME ??_R2H225_PublicTypeOfNumber@@8 @24609 NONAME ??_R2H225_Q954Details@@8 @24610 NONAME ??_R2H225_QseriesOptions@@8 @24611 NONAME ??_R2H225_RAS@@8 @24612 NONAME ??_R2H225_RasMessage@@8 @24613 NONAME ??_R2H225_RasUsageInformation@@8 @24614 NONAME ??_R2H225_RasUsageInfoTypes@@8 @24615 NONAME ??_R2H225_RasUsageSpecification@@8 @24616 NONAME ??_R2H225_RasUsageSpecification_callStartingPoint@@8 @24617 NONAME ??_R2H225_RasUsageSpecification_when@@8 @24618 NONAME ??_R2H225_RegistrationConfirm@@8 @24619 NONAME ??_R2H225_RegistrationConfirm_preGrantedARQ@@8 @24620 NONAME ??_R2H225_RegistrationReject@@8 @24621 NONAME ??_R2H225_RegistrationRejectReason@@8 @24622 NONAME ??_R2H225_RegistrationRejectReason_invalidTerminalAliases@@8 @24623 NONAME ??_R2H225_RegistrationRequest@@8 @24624 NONAME ??_R2H225_ReleaseCompleteReason@@8 @24625 NONAME ??_R2H225_ReleaseComplete_UUIE@@8 @24626 NONAME ??_R2H225_RequestInProgress@@8 @24627 NONAME ??_R2H225_RequestSeqNum@@8 @24628 NONAME ??_R2H225_ResourcesAvailableConfirm@@8 @24629 NONAME ??_R2H225_ResourcesAvailableIndicate@@8 @24630 NONAME ??_R2H225_RTPSession@@8 @24631 NONAME ??_R2H225_RTPSession_associatedSessionIds@@8 @24632 NONAME ??_R2H225_ScnConnectionAggregation@@8 @24633 NONAME ??_R2H225_ScnConnectionType@@8 @24634 NONAME ??_R2H225_ScreeningIndicator@@8 @24635 NONAME ??_R2H225_SecurityCapabilities@@8 @24636 NONAME ??_R2H225_SecurityErrors2@@8 @24637 NONAME ??_R2H225_SecurityErrors@@8 @24638 NONAME ??_R2H225_SecurityServiceMode@@8 @24639 NONAME ??_R2H225_ServiceControlDescriptor@@8 @24640 NONAME ??_R2H225_ServiceControlIndication@@8 @24641 NONAME ??_R2H225_ServiceControlIndication_callSpecific@@8 @24642 NONAME ??_R2H225_ServiceControlResponse@@8 @24643 NONAME ??_R2H225_ServiceControlResponse_result@@8 @24644 NONAME ??_R2H225_ServiceControlSession@@8 @24645 NONAME ??_R2H225_ServiceControlSession_reason@@8 @24646 NONAME ??_R2H225_SetupAcknowledge_UUIE@@8 @24647 NONAME ??_R2H225_Setup_UUIE@@8 @24648 NONAME ??_R2H225_Setup_UUIE_conferenceGoal@@8 @24649 NONAME ??_R2H225_Setup_UUIE_connectionParameters@@8 @24650 NONAME ??_R2H225_Setup_UUIE_language@@8 @24651 NONAME ??_R2H225_SIPCaps@@8 @24652 NONAME ??_R2H225_StatusInquiry_UUIE@@8 @24653 NONAME ??_R2H225_Status_UUIE@@8 @24654 NONAME ??_R2H225_StimulusControl@@8 @24655 NONAME ??_R2H225_SupportedPrefix@@8 @24656 NONAME ??_R2H225_SupportedProtocols@@8 @24657 NONAME ??_R2H225_T120OnlyCaps@@8 @24658 NONAME ??_R2H225_T38FaxAnnexbOnlyCaps@@8 @24659 NONAME ??_R2H225_TBCD_STRING@@8 @24660 NONAME ??_R2H225_TerminalInfo@@8 @24661 NONAME ??_R2H225_TimeToLive@@8 @24662 NONAME ??_R2H225_TransportAddress@@8 @24663 NONAME ??_R2H225_TransportAddress_ip6Address@@8 @24664 NONAME ??_R2H225_TransportAddress_ipAddress@@8 @24665 NONAME ??_R2H225_TransportAddress_ipSourceRoute@@8 @24666 NONAME ??_R2H225_TransportAddress_ipSourceRoute_route@@8 @24667 NONAME ??_R2H225_TransportAddress_ipSourceRoute_routing@@8 @24668 NONAME ??_R2H225_TransportAddress_ipxAddress@@8 @24669 NONAME ??_R2H225_TransportChannelInfo@@8 @24670 NONAME ??_R2H225_TransportQOS@@8 @24671 NONAME ??_R2H225_TunnelledProtocol@@8 @24672 NONAME ??_R2H225_TunnelledProtocolAlternateIdentifier@@8 @24673 NONAME ??_R2H225_TunnelledProtocol_id@@8 @24674 NONAME ??_R2H225_UnknownMessageResponse@@8 @24675 NONAME ??_R2H225_UnregistrationConfirm@@8 @24676 NONAME ??_R2H225_UnregistrationReject@@8 @24677 NONAME ??_R2H225_UnregistrationRequest@@8 @24678 NONAME ??_R2H225_UnregRejectReason@@8 @24679 NONAME ??_R2H225_UnregRequestReason@@8 @24680 NONAME ??_R2H225_UseSpecifiedTransport@@8 @24681 NONAME ??_R2H225_UUIEsRequested@@8 @24682 NONAME ??_R2H225_VendorIdentifier@@8 @24683 NONAME ??_R2H225_VoiceCaps@@8 @24684 NONAME ??_R2H235AuthCAT@@8 @24685 NONAME ??_R2H235Authenticator@@8 @24686 NONAME ??_R2H235Authenticators@@8 @24687 NONAME ??_R2H235AuthProcedure1@@8 @24688 NONAME ??_R2H235AuthSimpleMD5@@8 @24689 NONAME ??_R2H235_AuthenticationBES@@8 @24690 NONAME ??_R2H235_AuthenticationMechanism@@8 @24691 NONAME ??_R2H235_ChallengeString@@8 @24692 NONAME ??_R2H235_ClearToken@@8 @24693 NONAME ??_R2H235_CryptoToken@@8 @24694 NONAME ??_R2H235_CryptoToken_cryptoEncryptedToken@@8 @24695 NONAME ??_R2H235_CryptoToken_cryptoHashedToken@@8 @24696 NONAME ??_R2H235_CryptoToken_cryptoSignedToken@@8 @24697 NONAME ??_R2H235_DHset@@8 @24698 NONAME ??_R2H235_ECGDSASignature@@8 @24699 NONAME ??_R2H235_ECKASDH@@8 @24700 NONAME ??_R2H235_ECKASDH_eckasdh2@@8 @24701 NONAME ??_R2H235_ECKASDH_eckasdhp@@8 @24702 NONAME ??_R2H235_ECpoint@@8 @24703 NONAME ??_R2H235_EncodedGeneralToken@@8 @24704 NONAME ??_R2H235_EncodedKeySignedMaterial@@8 @24705 NONAME ??_R2H235_EncodedKeySyncMaterial@@8 @24706 NONAME ??_R2H235_EncodedPwdCertToken@@8 @24707 NONAME ??_R2H235_EncodedReturnSig@@8 @24708 NONAME ??_R2H235_H235CertificateSignature@@8 @24709 NONAME ??_R2H235_H235Key@@8 @24710 NONAME ??_R2H235_Identifier@@8 @24711 NONAME ??_R2H235_IV16@@8 @24712 NONAME ??_R2H235_IV8@@8 @24713 NONAME ??_R2H235_KeyMaterial@@8 @24714 NONAME ??_R2H235_KeySignedMaterial@@8 @24715 NONAME ??_R2H235_KeySyncMaterial@@8 @24716 NONAME ??_R2H235_NonStandardParameter@@8 @24717 NONAME ??_R2H235_Params@@8 @24718 NONAME ??_R2H235_Password@@8 @24719 NONAME ??_R2H235_PwdCertToken@@8 @24720 NONAME ??_R2H235_RandomVal@@8 @24721 NONAME ??_R2H235_ReturnSig@@8 @24722 NONAME ??_R2H235_TimeStamp@@8 @24723 NONAME ??_R2H235_TypedCertificate@@8 @24724 NONAME ??_R2H235_V3KeySyncMaterial@@8 @24725 NONAME ??_R2H245NegLogicalChannel@@8 @24726 NONAME ??_R2H245NegLogicalChannels@@8 @24727 NONAME ??_R2H245NegMasterSlaveDetermination@@8 @24728 NONAME ??_R2H245Negotiator@@8 @24729 NONAME ??_R2H245NegRequestMode@@8 @24730 NONAME ??_R2H245NegRoundTripDelay@@8 @24731 NONAME ??_R2H245NegTerminalCapabilitySet@@8 @24732 NONAME ??_R2H245TransportThread@@8 @24733 NONAME ??_R2H245_AlternativeCapabilitySet@@8 @24734 NONAME ??_R2H245_ArrayOf_AlternativeCapabilitySet@@8 @24735 NONAME ??_R2H245_ArrayOf_BEnhancementParameters@@8 @24736 NONAME ??_R2H245_ArrayOf_CapabilityDescriptor@@8 @24737 NONAME ??_R2H245_ArrayOf_CapabilityDescriptorNumber@@8 @24738 NONAME ??_R2H245_ArrayOf_CapabilityTableEntry@@8 @24739 NONAME ??_R2H245_ArrayOf_CapabilityTableEntryNumber@@8 @24740 NONAME ??_R2H245_ArrayOf_CommunicationModeTableEntry@@8 @24741 NONAME ??_R2H245_ArrayOf_CustomPictureClockFrequency@@8 @24742 NONAME ??_R2H245_ArrayOf_CustomPictureFormat@@8 @24743 NONAME ??_R2H245_ArrayOf_DataApplicationCapability@@8 @24744 NONAME ??_R2H245_ArrayOf_DialingInformationNetworkType@@8 @24745 NONAME ??_R2H245_ArrayOf_DialingInformationNumber@@8 @24746 NONAME ??_R2H245_ArrayOf_EnhancementOptions@@8 @24747 NONAME ??_R2H245_ArrayOf_EscrowData@@8 @24748 NONAME ??_R2H245_ArrayOf_GenericCapability@@8 @33113 NONAME ??_R2H245_ArrayOf_GenericParameter@@8 @24749 NONAME ??_R2H245_ArrayOf_H263ModeComboFlags@@8 @24750 NONAME ??_R2H245_ArrayOf_H263VideoModeCombos@@8 @24751 NONAME ??_R2H245_ArrayOf_MediaChannelCapability@@8 @24752 NONAME ??_R2H245_ArrayOf_MediaDistributionCapability@@8 @24753 NONAME ??_R2H245_ArrayOf_ModeDescription@@8 @24754 NONAME ??_R2H245_ArrayOf_MultiplePayloadStreamElement@@8 @24755 NONAME ??_R2H245_ArrayOf_MultiplePayloadStreamElementMode@@8 @24756 NONAME ??_R2H245_ArrayOf_MultiplexElement@@8 @24757 NONAME ??_R2H245_ArrayOf_MultiplexEntryDescriptor@@8 @24758 NONAME ??_R2H245_ArrayOf_MultiplexEntryRejectionDescriptions@@8 @24759 NONAME ??_R2H245_ArrayOf_MultiplexTableEntryNumber@@8 @24760 NONAME ??_R2H245_ArrayOf_NonStandardParameter@@8 @24761 NONAME ??_R2H245_ArrayOf_ParameterIdentifier@@8 @24762 NONAME ??_R2H245_ArrayOf_PictureReference@@8 @24763 NONAME ??_R2H245_ArrayOf_Q2931Address@@8 @24764 NONAME ??_R2H245_ArrayOf_QOSCapability@@8 @24765 NONAME ??_R2H245_ArrayOf_RedundancyEncodingCapability@@8 @24766 NONAME ??_R2H245_ArrayOf_RedundancyEncodingDTModeElement@@8 @24767 NONAME ??_R2H245_ArrayOf_RedundancyEncodingElement@@8 @24768 NONAME ??_R2H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@8 @24769 NONAME ??_R2H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@8 @24770 NONAME ??_R2H245_ArrayOf_RTPPayloadType@@8 @24771 NONAME ??_R2H245_ArrayOf_TerminalInformation@@8 @24772 NONAME ??_R2H245_ArrayOf_TerminalLabel@@8 @24773 NONAME ??_R2H245_ArrayOf_VCCapability@@8 @24774 NONAME ??_R2H245_ArrayOf_VideoCapability@@8 @33114 NONAME ??_R2H245_ATMParameters@@8 @24775 NONAME ??_R2H245_AudioCapability@@8 @24776 NONAME ??_R2H245_AudioCapability_g7231@@8 @24777 NONAME ??_R2H245_AudioMode@@8 @24778 NONAME ??_R2H245_AudioMode_g7231@@8 @24779 NONAME ??_R2H245_AudioTelephonyEventCapability@@8 @24780 NONAME ??_R2H245_AudioToneCapability@@8 @24781 NONAME ??_R2H245_AuthenticationCapability@@8 @24782 NONAME ??_R2H245_BEnhancementParameters@@8 @24783 NONAME ??_R2H245_Capability@@8 @24784 NONAME ??_R2H245_CapabilityDescriptor@@8 @24785 NONAME ??_R2H245_CapabilityDescriptorNumber@@8 @24786 NONAME ??_R2H245_CapabilityIdentifier@@8 @24787 NONAME ??_R2H245_CapabilityTableEntry@@8 @24788 NONAME ??_R2H245_CapabilityTableEntryNumber@@8 @24789 NONAME ??_R2H245_Capability_h233EncryptionReceiveCapability@@8 @24790 NONAME ??_R2H245_CertSelectionCriteria@@8 @24791 NONAME ??_R2H245_CloseLogicalChannel@@8 @24792 NONAME ??_R2H245_CloseLogicalChannelAck@@8 @24793 NONAME ??_R2H245_CloseLogicalChannel_reason@@8 @24794 NONAME ??_R2H245_CloseLogicalChannel_source@@8 @24795 NONAME ??_R2H245_CommandMessage@@8 @24796 NONAME ??_R2H245_CommunicationModeCommand@@8 @24797 NONAME ??_R2H245_CommunicationModeRequest@@8 @24798 NONAME ??_R2H245_CommunicationModeResponse@@8 @24799 NONAME ??_R2H245_CommunicationModeTableEntry@@8 @24800 NONAME ??_R2H245_CommunicationModeTableEntry_dataType@@8 @24801 NONAME ??_R2H245_CompressionType@@8 @24802 NONAME ??_R2H245_ConferenceCapability@@8 @24803 NONAME ??_R2H245_ConferenceCommand@@8 @24804 NONAME ??_R2H245_ConferenceID@@8 @24805 NONAME ??_R2H245_ConferenceIndication@@8 @24806 NONAME ??_R2H245_ConferenceRequest@@8 @24807 NONAME ??_R2H245_ConferenceRequest_requestTerminalCertificate@@8 @24808 NONAME ??_R2H245_ConferenceResponse@@8 @24809 NONAME ??_R2H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@8 @24810 NONAME ??_R2H245_ConferenceResponse_chairTokenOwnerResponse@@8 @24811 NONAME ??_R2H245_ConferenceResponse_conferenceIDResponse@@8 @24812 NONAME ??_R2H245_ConferenceResponse_extensionAddressResponse@@8 @24813 NONAME ??_R2H245_ConferenceResponse_makeMeChairResponse@@8 @24814 NONAME ??_R2H245_ConferenceResponse_makeTerminalBroadcasterResponse@@8 @24815 NONAME ??_R2H245_ConferenceResponse_mCTerminalIDResponse@@8 @24816 NONAME ??_R2H245_ConferenceResponse_passwordResponse@@8 @24817 NONAME ??_R2H245_ConferenceResponse_sendThisSourceResponse@@8 @24818 NONAME ??_R2H245_ConferenceResponse_terminalCertificateResponse@@8 @24819 NONAME ??_R2H245_ConferenceResponse_terminalIDResponse@@8 @24820 NONAME ??_R2H245_ConnectionIdentifier@@8 @24821 NONAME ??_R2H245_CRCLength@@8 @24822 NONAME ??_R2H245_Criteria@@8 @24823 NONAME ??_R2H245_CustomPictureClockFrequency@@8 @24824 NONAME ??_R2H245_CustomPictureFormat@@8 @24825 NONAME ??_R2H245_CustomPictureFormat_mPI@@8 @24826 NONAME ??_R2H245_CustomPictureFormat_mPI_customPCF@@8 @24827 NONAME ??_R2H245_CustomPictureFormat_mPI_customPCF_subtype@@8 @24828 NONAME ??_R2H245_CustomPictureFormat_pixelAspectInformation@@8 @24829 NONAME ??_R2H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@8 @24830 NONAME ??_R2H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@8 @24831 NONAME ??_R2H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@8 @24832 NONAME ??_R2H245_DataApplicationCapability@@8 @24833 NONAME ??_R2H245_DataApplicationCapability_application@@8 @24834 NONAME ??_R2H245_DataApplicationCapability_application_nlpid@@8 @24835 NONAME ??_R2H245_DataApplicationCapability_application_t38fax@@8 @24836 NONAME ??_R2H245_DataApplicationCapability_application_t84@@8 @24837 NONAME ??_R2H245_DataMode@@8 @24838 NONAME ??_R2H245_DataMode_application@@8 @24839 NONAME ??_R2H245_DataMode_application_nlpid@@8 @24840 NONAME ??_R2H245_DataMode_application_t38fax@@8 @24841 NONAME ??_R2H245_DataProtocolCapability@@8 @24842 NONAME ??_R2H245_DataProtocolCapability_v76wCompression@@8 @24843 NONAME ??_R2H245_DataType@@8 @24844 NONAME ??_R2H245_DepFECCapability@@8 @33471 NONAME ??_R2H245_DepFECCapability_rfc2733@@8 @33472 NONAME ??_R2H245_DepFECCapability_rfc2733_separateStream@@8 @33473 NONAME ??_R2H245_DepFECData@@8 @33474 NONAME ??_R2H245_DepFECData_rfc2733@@8 @33475 NONAME ??_R2H245_DepFECData_rfc2733_mode@@8 @33476 NONAME ??_R2H245_DepFECData_rfc2733_mode_separateStream@@8 @33477 NONAME ??_R2H245_DepFECData_rfc2733_mode_separateStream_differentPort@@8 @33478 NONAME ??_R2H245_DepFECData_rfc2733_mode_separateStream_samePort@@8 @33479 NONAME ??_R2H245_DepFECMode@@8 @33480 NONAME ??_R2H245_DepFECMode_rfc2733Mode@@8 @33481 NONAME ??_R2H245_DepFECMode_rfc2733Mode_mode@@8 @33482 NONAME ??_R2H245_DepFECMode_rfc2733Mode_mode_separateStream@@8 @33483 NONAME ??_R2H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@8 @33484 NONAME ??_R2H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@8 @33485 NONAME ??_R2H245_DialingInformation@@8 @24845 NONAME ??_R2H245_DialingInformationNetworkType@@8 @24846 NONAME ??_R2H245_DialingInformationNumber@@8 @24847 NONAME ??_R2H245_EncryptionAuthenticationAndIntegrity@@8 @24848 NONAME ??_R2H245_EncryptionCapability@@8 @24849 NONAME ??_R2H245_EncryptionCommand@@8 @24850 NONAME ??_R2H245_EncryptionCommand_encryptionAlgorithmID@@8 @24851 NONAME ??_R2H245_EncryptionMode@@8 @24852 NONAME ??_R2H245_EncryptionSync@@8 @24853 NONAME ??_R2H245_EncryptionUpdateDirection@@8 @33115 NONAME ??_R2H245_EncryptionUpdateRequest@@8 @24854 NONAME ??_R2H245_EndSessionCommand@@8 @24855 NONAME ??_R2H245_EndSessionCommand_gstnOptions@@8 @24856 NONAME ??_R2H245_EndSessionCommand_isdnOptions@@8 @24857 NONAME ??_R2H245_EnhancementLayerInfo@@8 @24858 NONAME ??_R2H245_EnhancementOptions@@8 @24859 NONAME ??_R2H245_EscrowData@@8 @24860 NONAME ??_R2H245_ExtendedVideoCapability@@8 @33116 NONAME ??_R2H245_FECCapability@@8 @24861 NONAME ??_R2H245_FECCapability_rfc2733Format@@8 @33486 NONAME ??_R2H245_FECData@@8 @24864 NONAME ??_R2H245_FECData_rfc2733@@8 @24865 NONAME ??_R2H245_FECData_rfc2733_pktMode@@8 @33487 NONAME ??_R2H245_FECData_rfc2733_pktMode_rfc2733diffport@@8 @33488 NONAME ??_R2H245_FECData_rfc2733_pktMode_rfc2733sameport@@8 @33489 NONAME ??_R2H245_FECMode@@8 @24870 NONAME ??_R2H245_FECMode_rfc2733Format@@8 @33490 NONAME ??_R2H245_FlowControlCommand@@8 @24876 NONAME ??_R2H245_FlowControlCommand_restriction@@8 @24877 NONAME ??_R2H245_FlowControlCommand_scope@@8 @24878 NONAME ??_R2H245_FlowControlIndication@@8 @24879 NONAME ??_R2H245_FlowControlIndication_restriction@@8 @24880 NONAME ??_R2H245_FlowControlIndication_scope@@8 @24881 NONAME ??_R2H245_FunctionNotSupported@@8 @24882 NONAME ??_R2H245_FunctionNotSupported_cause@@8 @24883 NONAME ??_R2H245_FunctionNotUnderstood@@8 @24884 NONAME ??_R2H245_G7231AnnexCCapability@@8 @24885 NONAME ??_R2H245_G7231AnnexCCapability_g723AnnexCAudioMode@@8 @24886 NONAME ??_R2H245_G7231AnnexCMode@@8 @24887 NONAME ??_R2H245_G7231AnnexCMode_g723AnnexCAudioMode@@8 @24888 NONAME ??_R2H245_G729Extensions@@8 @24889 NONAME ??_R2H245_GenericCapability@@8 @24890 NONAME ??_R2H245_GenericMessage@@8 @33117 NONAME ??_R2H245_GenericParameter@@8 @24891 NONAME ??_R2H245_GSMAudioCapability@@8 @24892 NONAME ??_R2H245_H222Capability@@8 @24893 NONAME ??_R2H245_H222LogicalChannelParameters@@8 @24894 NONAME ??_R2H245_H223AL1MParameters@@8 @24895 NONAME ??_R2H245_H223AL1MParameters_arqType@@8 @24896 NONAME ??_R2H245_H223AL1MParameters_crcLength@@8 @24897 NONAME ??_R2H245_H223AL1MParameters_headerFEC@@8 @24898 NONAME ??_R2H245_H223AL1MParameters_transferMode@@8 @24899 NONAME ??_R2H245_H223AL2MParameters@@8 @24900 NONAME ??_R2H245_H223AL2MParameters_headerFEC@@8 @24901 NONAME ??_R2H245_H223AL3MParameters@@8 @24902 NONAME ??_R2H245_H223AL3MParameters_arqType@@8 @24903 NONAME ??_R2H245_H223AL3MParameters_crcLength@@8 @24904 NONAME ??_R2H245_H223AL3MParameters_headerFormat@@8 @24905 NONAME ??_R2H245_H223AnnexCArqParameters@@8 @24906 NONAME ??_R2H245_H223AnnexCArqParameters_numberOfRetransmissions@@8 @24907 NONAME ??_R2H245_H223AnnexCCapability@@8 @24908 NONAME ??_R2H245_H223Capability@@8 @24909 NONAME ??_R2H245_H223Capability_h223MultiplexTableCapability@@8 @24910 NONAME ??_R2H245_H223Capability_h223MultiplexTableCapability_enhanced@@8 @24911 NONAME ??_R2H245_H223Capability_mobileMultilinkFrameCapability@@8 @24912 NONAME ??_R2H245_H223Capability_mobileOperationTransmitCapability@@8 @24913 NONAME ??_R2H245_H223LogicalChannelParameters@@8 @24914 NONAME ??_R2H245_H223LogicalChannelParameters_adaptationLayerType@@8 @24915 NONAME ??_R2H245_H223LogicalChannelParameters_adaptationLayerType_al3@@8 @24916 NONAME ??_R2H245_H223ModeParameters@@8 @24917 NONAME ??_R2H245_H223ModeParameters_adaptationLayerType@@8 @24918 NONAME ??_R2H245_H223ModeParameters_adaptationLayerType_al3@@8 @24919 NONAME ??_R2H245_H223MultiplexReconfiguration@@8 @24920 NONAME ??_R2H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@8 @24921 NONAME ??_R2H245_H223MultiplexReconfiguration_h223ModeChange@@8 @24922 NONAME ??_R2H245_H223SkewIndication@@8 @24923 NONAME ??_R2H245_H2250Capability@@8 @24924 NONAME ??_R2H245_H2250Capability_mcCapability@@8 @24925 NONAME ??_R2H245_H2250LogicalChannelAckParameters@@8 @24926 NONAME ??_R2H245_H2250LogicalChannelParameters@@8 @24927 NONAME ??_R2H245_H2250LogicalChannelParameters_mediaPacketization@@8 @24928 NONAME ??_R2H245_H2250MaximumSkewIndication@@8 @24929 NONAME ??_R2H245_H2250ModeParameters@@8 @24930 NONAME ??_R2H245_H235Media@@8 @24931 NONAME ??_R2H245_H235Media_mediaType@@8 @24932 NONAME ??_R2H245_H235Mode@@8 @24933 NONAME ??_R2H245_H235Mode_mediaMode@@8 @24934 NONAME ??_R2H245_H235SecurityCapability@@8 @24935 NONAME ??_R2H245_H261VideoCapability@@8 @24936 NONAME ??_R2H245_H261VideoMode@@8 @24937 NONAME ??_R2H245_H261VideoMode_resolution@@8 @24938 NONAME ??_R2H245_H262VideoCapability@@8 @24939 NONAME ??_R2H245_H262VideoMode@@8 @24940 NONAME ??_R2H245_H262VideoMode_profileAndLevel@@8 @24941 NONAME ??_R2H245_H263ModeComboFlags@@8 @24942 NONAME ??_R2H245_H263Options@@8 @24943 NONAME ??_R2H245_H263Version3Options@@8 @24944 NONAME ??_R2H245_H263VideoCapability@@8 @24945 NONAME ??_R2H245_H263VideoMode@@8 @24946 NONAME ??_R2H245_H263VideoModeCombos@@8 @24947 NONAME ??_R2H245_H263VideoMode_resolution@@8 @24948 NONAME ??_R2H245_IndicationMessage@@8 @24949 NONAME ??_R2H245_IntegrityCapability@@8 @24950 NONAME ??_R2H245_IS11172AudioCapability@@8 @24951 NONAME ??_R2H245_IS11172AudioMode@@8 @24952 NONAME ??_R2H245_IS11172AudioMode_audioLayer@@8 @24953 NONAME ??_R2H245_IS11172AudioMode_audioSampling@@8 @24954 NONAME ??_R2H245_IS11172AudioMode_multichannelType@@8 @24955 NONAME ??_R2H245_IS11172VideoCapability@@8 @24956 NONAME ??_R2H245_IS11172VideoMode@@8 @24957 NONAME ??_R2H245_IS13818AudioCapability@@8 @24958 NONAME ??_R2H245_IS13818AudioMode@@8 @24959 NONAME ??_R2H245_IS13818AudioMode_audioLayer@@8 @24960 NONAME ??_R2H245_IS13818AudioMode_audioSampling@@8 @24961 NONAME ??_R2H245_IS13818AudioMode_multichannelType@@8 @24962 NONAME ??_R2H245_IV16@@8 @33118 NONAME ??_R2H245_IV8@@8 @33119 NONAME ??_R2H245_JitterIndication@@8 @24963 NONAME ??_R2H245_JitterIndication_scope@@8 @24964 NONAME ??_R2H245_KeyProtectionMethod@@8 @24965 NONAME ??_R2H245_LogicalChannelNumber@@8 @24966 NONAME ??_R2H245_LogicalChannelRateAcknowledge@@8 @24967 NONAME ??_R2H245_LogicalChannelRateReject@@8 @24968 NONAME ??_R2H245_LogicalChannelRateRejectReason@@8 @24969 NONAME ??_R2H245_LogicalChannelRateRelease@@8 @24970 NONAME ??_R2H245_LogicalChannelRateRequest@@8 @24971 NONAME ??_R2H245_MaintenanceLoopAck@@8 @24972 NONAME ??_R2H245_MaintenanceLoopAck_type@@8 @24973 NONAME ??_R2H245_MaintenanceLoopOffCommand@@8 @24974 NONAME ??_R2H245_MaintenanceLoopReject@@8 @24975 NONAME ??_R2H245_MaintenanceLoopReject_cause@@8 @24976 NONAME ??_R2H245_MaintenanceLoopReject_type@@8 @24977 NONAME ??_R2H245_MaintenanceLoopRequest@@8 @24978 NONAME ??_R2H245_MaintenanceLoopRequest_type@@8 @24979 NONAME ??_R2H245_MasterSlaveDetermination@@8 @24980 NONAME ??_R2H245_MasterSlaveDeterminationAck@@8 @24981 NONAME ??_R2H245_MasterSlaveDeterminationAck_decision@@8 @24982 NONAME ??_R2H245_MasterSlaveDeterminationReject@@8 @24983 NONAME ??_R2H245_MasterSlaveDeterminationReject_cause@@8 @24984 NONAME ??_R2H245_MasterSlaveDeterminationRelease@@8 @24985 NONAME ??_R2H245_MaximumBitRate@@8 @24986 NONAME ??_R2H245_MaxRedundancy@@8 @33491 NONAME ??_R2H245_MCLocationIndication@@8 @24987 NONAME ??_R2H245_McuNumber@@8 @24988 NONAME ??_R2H245_MediaChannelCapability@@8 @24989 NONAME ??_R2H245_MediaDistributionCapability@@8 @24990 NONAME ??_R2H245_MediaEncryptionAlgorithm@@8 @24991 NONAME ??_R2H245_MediaPacketizationCapability@@8 @24992 NONAME ??_R2H245_MediaTransportType@@8 @24993 NONAME ??_R2H245_MediaTransportType_atm_AAL5_compressed@@8 @24994 NONAME ??_R2H245_MiscellaneousCommand@@8 @24995 NONAME ??_R2H245_MiscellaneousCommand_type@@8 @24996 NONAME ??_R2H245_MiscellaneousCommand_type_encryptionUpdateAck@@8 @33120 NONAME ??_R2H245_MiscellaneousCommand_type_encryptionUpdateCommand@@8 @33121 NONAME ??_R2H245_MiscellaneousCommand_type_lostPartialPicture@@8 @24997 NONAME ??_R2H245_MiscellaneousCommand_type_progressiveRefinementStart@@8 @24998 NONAME ??_R2H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@8 @24999 NONAME ??_R2H245_MiscellaneousCommand_type_videoBadMBs@@8 @25000 NONAME ??_R2H245_MiscellaneousCommand_type_videoFastUpdateGOB@@8 @25001 NONAME ??_R2H245_MiscellaneousCommand_type_videoFastUpdateMB@@8 @25002 NONAME ??_R2H245_MiscellaneousIndication@@8 @25003 NONAME ??_R2H245_MiscellaneousIndication_type@@8 @25004 NONAME ??_R2H245_MiscellaneousIndication_type_videoNotDecodedMBs@@8 @25005 NONAME ??_R2H245_MobileMultilinkReconfigurationCommand@@8 @25006 NONAME ??_R2H245_MobileMultilinkReconfigurationCommand_status@@8 @25007 NONAME ??_R2H245_MobileMultilinkReconfigurationIndication@@8 @25008 NONAME ??_R2H245_ModeDescription@@8 @25009 NONAME ??_R2H245_ModeElement@@8 @25010 NONAME ??_R2H245_ModeElementType@@8 @25011 NONAME ??_R2H245_MulticastAddress@@8 @25012 NONAME ??_R2H245_MulticastAddress_iP6Address@@8 @25013 NONAME ??_R2H245_MulticastAddress_iPAddress@@8 @25014 NONAME ??_R2H245_MultilinkIndication@@8 @25015 NONAME ??_R2H245_MultilinkIndication_crcDesired@@8 @25016 NONAME ??_R2H245_MultilinkIndication_excessiveError@@8 @25017 NONAME ??_R2H245_MultilinkRequest@@8 @25018 NONAME ??_R2H245_MultilinkRequest_addConnection@@8 @25019 NONAME ??_R2H245_MultilinkRequest_callInformation@@8 @25020 NONAME ??_R2H245_MultilinkRequest_maximumHeaderInterval@@8 @25021 NONAME ??_R2H245_MultilinkRequest_maximumHeaderInterval_requestType@@8 @25022 NONAME ??_R2H245_MultilinkRequest_removeConnection@@8 @25023 NONAME ??_R2H245_MultilinkResponse@@8 @25024 NONAME ??_R2H245_MultilinkResponse_addConnection@@8 @25025 NONAME ??_R2H245_MultilinkResponse_addConnection_responseCode@@8 @25026 NONAME ??_R2H245_MultilinkResponse_addConnection_responseCode_rejected@@8 @25027 NONAME ??_R2H245_MultilinkResponse_callInformation@@8 @25028 NONAME ??_R2H245_MultilinkResponse_maximumHeaderInterval@@8 @25029 NONAME ??_R2H245_MultilinkResponse_removeConnection@@8 @25030 NONAME ??_R2H245_MultimediaSystemControlMessage@@8 @25031 NONAME ??_R2H245_MultiplePayloadStream@@8 @25032 NONAME ??_R2H245_MultiplePayloadStreamCapability@@8 @25033 NONAME ??_R2H245_MultiplePayloadStreamElement@@8 @25034 NONAME ??_R2H245_MultiplePayloadStreamElementMode@@8 @25035 NONAME ??_R2H245_MultiplePayloadStreamMode@@8 @25036 NONAME ??_R2H245_MultiplexCapability@@8 @25037 NONAME ??_R2H245_MultiplexedStreamCapability@@8 @25038 NONAME ??_R2H245_MultiplexedStreamModeParameters@@8 @25039 NONAME ??_R2H245_MultiplexedStreamParameter@@8 @25040 NONAME ??_R2H245_MultiplexElement@@8 @25041 NONAME ??_R2H245_MultiplexElement_repeatCount@@8 @25042 NONAME ??_R2H245_MultiplexElement_type@@8 @25043 NONAME ??_R2H245_MultiplexEntryDescriptor@@8 @25044 NONAME ??_R2H245_MultiplexEntryRejectionDescriptions@@8 @25045 NONAME ??_R2H245_MultiplexEntryRejectionDescriptions_cause@@8 @25046 NONAME ??_R2H245_MultiplexEntrySend@@8 @25047 NONAME ??_R2H245_MultiplexEntrySendAck@@8 @25048 NONAME ??_R2H245_MultiplexEntrySendReject@@8 @25049 NONAME ??_R2H245_MultiplexEntrySendRelease@@8 @25050 NONAME ??_R2H245_MultiplexFormat@@8 @25051 NONAME ??_R2H245_MultiplexTableEntryNumber@@8 @25052 NONAME ??_R2H245_MultipointCapability@@8 @25053 NONAME ??_R2H245_NetworkAccessParameters@@8 @25054 NONAME ??_R2H245_NetworkAccessParameters_distribution@@8 @25055 NONAME ??_R2H245_NetworkAccessParameters_networkAddress@@8 @25056 NONAME ??_R2H245_NetworkAccessParameters_t120SetupProcedure@@8 @25057 NONAME ??_R2H245_NewATMVCCommand@@8 @25058 NONAME ??_R2H245_NewATMVCCommand_aal@@8 @25059 NONAME ??_R2H245_NewATMVCCommand_aal_aal1@@8 @25060 NONAME ??_R2H245_NewATMVCCommand_aal_aal1_clockRecovery@@8 @25061 NONAME ??_R2H245_NewATMVCCommand_aal_aal1_errorCorrection@@8 @25062 NONAME ??_R2H245_NewATMVCCommand_aal_aal5@@8 @25063 NONAME ??_R2H245_NewATMVCCommand_multiplex@@8 @25064 NONAME ??_R2H245_NewATMVCCommand_reverseParameters@@8 @25065 NONAME ??_R2H245_NewATMVCCommand_reverseParameters_multiplex@@8 @25066 NONAME ??_R2H245_NewATMVCIndication@@8 @25067 NONAME ??_R2H245_NewATMVCIndication_aal@@8 @25068 NONAME ??_R2H245_NewATMVCIndication_aal_aal1@@8 @25069 NONAME ??_R2H245_NewATMVCIndication_aal_aal1_clockRecovery@@8 @25070 NONAME ??_R2H245_NewATMVCIndication_aal_aal1_errorCorrection@@8 @25071 NONAME ??_R2H245_NewATMVCIndication_aal_aal5@@8 @25072 NONAME ??_R2H245_NewATMVCIndication_multiplex@@8 @25073 NONAME ??_R2H245_NewATMVCIndication_reverseParameters@@8 @25074 NONAME ??_R2H245_NewATMVCIndication_reverseParameters_multiplex@@8 @25075 NONAME ??_R2H245_NonStandardIdentifier@@8 @25076 NONAME ??_R2H245_NonStandardIdentifier_h221NonStandard@@8 @25077 NONAME ??_R2H245_NonStandardMessage@@8 @25078 NONAME ??_R2H245_NonStandardParameter@@8 @25079 NONAME ??_R2H245_NoPTAudioTelephonyEventCapability@@8 @25080 NONAME ??_R2H245_NoPTAudioToneCapability@@8 @25081 NONAME ??_R2H245_OpenLogicalChannel@@8 @25082 NONAME ??_R2H245_OpenLogicalChannelAck@@8 @25083 NONAME ??_R2H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@8 @25084 NONAME ??_R2H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@8 @25085 NONAME ??_R2H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@8 @25086 NONAME ??_R2H245_OpenLogicalChannelConfirm@@8 @25087 NONAME ??_R2H245_OpenLogicalChannelReject@@8 @25088 NONAME ??_R2H245_OpenLogicalChannelReject_cause@@8 @25089 NONAME ??_R2H245_OpenLogicalChannel_forwardLogicalChannelParameters@@8 @25090 NONAME ??_R2H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@8 @25091 NONAME ??_R2H245_OpenLogicalChannel_reverseLogicalChannelParameters@@8 @25092 NONAME ??_R2H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@8 @25093 NONAME ??_R2H245_ParameterIdentifier@@8 @25094 NONAME ??_R2H245_ParameterValue@@8 @25095 NONAME ??_R2H245_Params@@8 @33122 NONAME ??_R2H245_Password@@8 @25096 NONAME ??_R2H245_PictureReference@@8 @25097 NONAME ??_R2H245_Q2931Address@@8 @25098 NONAME ??_R2H245_Q2931Address_address@@8 @25099 NONAME ??_R2H245_QOSCapability@@8 @25100 NONAME ??_R2H245_QOSMode@@8 @25101 NONAME ??_R2H245_RedundancyEncoding@@8 @25102 NONAME ??_R2H245_RedundancyEncodingCapability@@8 @25103 NONAME ??_R2H245_RedundancyEncodingDTMode@@8 @25104 NONAME ??_R2H245_RedundancyEncodingDTModeElement@@8 @25105 NONAME ??_R2H245_RedundancyEncodingDTModeElement_type@@8 @25106 NONAME ??_R2H245_RedundancyEncodingElement@@8 @25107 NONAME ??_R2H245_RedundancyEncodingMethod@@8 @25108 NONAME ??_R2H245_RedundancyEncodingMode@@8 @25109 NONAME ??_R2H245_RedundancyEncodingMode_secondaryEncoding@@8 @25110 NONAME ??_R2H245_RedundancyEncoding_rtpRedundancyEncoding@@8 @25111 NONAME ??_R2H245_RefPictureSelection@@8 @25112 NONAME ??_R2H245_RefPictureSelection_additionalPictureMemory@@8 @25113 NONAME ??_R2H245_RefPictureSelection_enhancedReferencePicSelect@@8 @25114 NONAME ??_R2H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@8 @25115 NONAME ??_R2H245_RefPictureSelection_videoBackChannelSend@@8 @25116 NONAME ??_R2H245_RemoteMCRequest@@8 @25117 NONAME ??_R2H245_RemoteMCResponse@@8 @25118 NONAME ??_R2H245_RemoteMCResponse_reject@@8 @25119 NONAME ??_R2H245_RequestAllTerminalIDsResponse@@8 @25120 NONAME ??_R2H245_RequestChannelClose@@8 @25121 NONAME ??_R2H245_RequestChannelCloseAck@@8 @25122 NONAME ??_R2H245_RequestChannelCloseReject@@8 @25123 NONAME ??_R2H245_RequestChannelCloseReject_cause@@8 @25124 NONAME ??_R2H245_RequestChannelCloseRelease@@8 @25125 NONAME ??_R2H245_RequestChannelClose_reason@@8 @25126 NONAME ??_R2H245_RequestMessage@@8 @25127 NONAME ??_R2H245_RequestMode@@8 @25128 NONAME ??_R2H245_RequestModeAck@@8 @25129 NONAME ??_R2H245_RequestModeAck_response@@8 @25130 NONAME ??_R2H245_RequestModeReject@@8 @25131 NONAME ??_R2H245_RequestModeReject_cause@@8 @25132 NONAME ??_R2H245_RequestModeRelease@@8 @25133 NONAME ??_R2H245_RequestMultiplexEntry@@8 @25134 NONAME ??_R2H245_RequestMultiplexEntryAck@@8 @25135 NONAME ??_R2H245_RequestMultiplexEntryReject@@8 @25136 NONAME ??_R2H245_RequestMultiplexEntryRejectionDescriptions@@8 @25137 NONAME ??_R2H245_RequestMultiplexEntryRejectionDescriptions_cause@@8 @25138 NONAME ??_R2H245_RequestMultiplexEntryRelease@@8 @25139 NONAME ??_R2H245_ResponseMessage@@8 @25140 NONAME ??_R2H245_RoundTripDelayRequest@@8 @25141 NONAME ??_R2H245_RoundTripDelayResponse@@8 @25142 NONAME ??_R2H245_RSVPParameters@@8 @25143 NONAME ??_R2H245_RTPH263VideoRedundancyEncoding@@8 @25144 NONAME ??_R2H245_RTPH263VideoRedundancyEncoding_containedThreads@@8 @25145 NONAME ??_R2H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@8 @25146 NONAME ??_R2H245_RTPH263VideoRedundancyFrameMapping@@8 @25147 NONAME ??_R2H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@8 @25148 NONAME ??_R2H245_RTPPayloadType@@8 @25149 NONAME ??_R2H245_RTPPayloadType_payloadDescriptor@@8 @25150 NONAME ??_R2H245_SendTerminalCapabilitySet@@8 @25151 NONAME ??_R2H245_SendTerminalCapabilitySet_specificRequest@@8 @25152 NONAME ??_R2H245_SequenceNumber@@8 @25153 NONAME ??_R2H245_SubstituteConferenceIDCommand@@8 @25154 NONAME ??_R2H245_T38FaxProfile@@8 @25155 NONAME ??_R2H245_T38FaxRateManagement@@8 @25156 NONAME ??_R2H245_T38FaxTcpOptions@@8 @25157 NONAME ??_R2H245_T38FaxUdpOptions@@8 @25158 NONAME ??_R2H245_T38FaxUdpOptions_t38FaxUdpEC@@8 @25159 NONAME ??_R2H245_T84Profile@@8 @25160 NONAME ??_R2H245_T84Profile_t84Restricted@@8 @25161 NONAME ??_R2H245_TerminalCapabilitySet@@8 @25162 NONAME ??_R2H245_TerminalCapabilitySetAck@@8 @25163 NONAME ??_R2H245_TerminalCapabilitySetReject@@8 @25164 NONAME ??_R2H245_TerminalCapabilitySetReject_cause@@8 @25165 NONAME ??_R2H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@8 @25166 NONAME ??_R2H245_TerminalCapabilitySetRelease@@8 @25167 NONAME ??_R2H245_TerminalID@@8 @25168 NONAME ??_R2H245_TerminalInformation@@8 @25169 NONAME ??_R2H245_TerminalLabel@@8 @25170 NONAME ??_R2H245_TerminalNumber@@8 @25171 NONAME ??_R2H245_TerminalYouAreSeeingInSubPictureNumber@@8 @25172 NONAME ??_R2H245_TransparencyParameters@@8 @25173 NONAME ??_R2H245_TransportAddress@@8 @25174 NONAME ??_R2H245_TransportCapability@@8 @25175 NONAME ??_R2H245_UnicastAddress@@8 @25176 NONAME ??_R2H245_UnicastAddress_iP6Address@@8 @25177 NONAME ??_R2H245_UnicastAddress_iPAddress@@8 @25178 NONAME ??_R2H245_UnicastAddress_iPSourceRouteAddress@@8 @25179 NONAME ??_R2H245_UnicastAddress_iPSourceRouteAddress_route@@8 @25180 NONAME ??_R2H245_UnicastAddress_iPSourceRouteAddress_routing@@8 @25181 NONAME ??_R2H245_UnicastAddress_iPXAddress@@8 @25182 NONAME ??_R2H245_UserInputCapability@@8 @25183 NONAME ??_R2H245_UserInputIndication@@8 @25184 NONAME ??_R2H245_UserInputIndication_encryptedAlphanumeric@@8 @33123 NONAME ??_R2H245_UserInputIndication_extendedAlphanumeric@@8 @25185 NONAME ??_R2H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@8 @33124 NONAME ??_R2H245_UserInputIndication_signal@@8 @25186 NONAME ??_R2H245_UserInputIndication_signalUpdate@@8 @25187 NONAME ??_R2H245_UserInputIndication_signalUpdate_rtp@@8 @25188 NONAME ??_R2H245_UserInputIndication_signal_rtp@@8 @25189 NONAME ??_R2H245_UserInputIndication_userInputSupportIndication@@8 @25190 NONAME ??_R2H245_V42bis@@8 @25191 NONAME ??_R2H245_V75Capability@@8 @25192 NONAME ??_R2H245_V75Parameters@@8 @25193 NONAME ??_R2H245_V76Capability@@8 @25194 NONAME ??_R2H245_V76HDLCParameters@@8 @25195 NONAME ??_R2H245_V76LogicalChannelParameters@@8 @25196 NONAME ??_R2H245_V76LogicalChannelParameters_mode@@8 @25197 NONAME ??_R2H245_V76LogicalChannelParameters_mode_eRM@@8 @25198 NONAME ??_R2H245_V76LogicalChannelParameters_mode_eRM_recovery@@8 @25199 NONAME ??_R2H245_V76LogicalChannelParameters_suspendResume@@8 @25200 NONAME ??_R2H245_V76ModeParameters@@8 @25201 NONAME ??_R2H245_VBDCapability@@8 @25202 NONAME ??_R2H245_VBDMode@@8 @25203 NONAME ??_R2H245_VCCapability@@8 @25204 NONAME ??_R2H245_VCCapability_aal1@@8 @25205 NONAME ??_R2H245_VCCapability_aal1ViaGateway@@8 @25206 NONAME ??_R2H245_VCCapability_aal5@@8 @25207 NONAME ??_R2H245_VCCapability_availableBitRates@@8 @25208 NONAME ??_R2H245_VCCapability_availableBitRates_type@@8 @25209 NONAME ??_R2H245_VCCapability_availableBitRates_type_rangeOfBitRates@@8 @25210 NONAME ??_R2H245_VendorIdentification@@8 @25211 NONAME ??_R2H245_VideoCapability@@8 @25212 NONAME ??_R2H245_VideoIndicateCompose@@8 @25213 NONAME ??_R2H245_VideoMode@@8 @25214 NONAME ??_R2H248_ActionReply@@8 @25215 NONAME ??_R2H248_ActionRequest@@8 @25216 NONAME ??_R2H248_AmmDescriptor@@8 @25217 NONAME ??_R2H248_AmmRequest@@8 @25218 NONAME ??_R2H248_AmmsReply@@8 @25219 NONAME ??_R2H248_ArrayOf_ActionReply@@8 @25220 NONAME ??_R2H248_ArrayOf_ActionRequest@@8 @25221 NONAME ??_R2H248_ArrayOf_AmmDescriptor@@8 @25222 NONAME ??_R2H248_ArrayOf_CommandReply@@8 @25223 NONAME ??_R2H248_ArrayOf_CommandRequest@@8 @25224 NONAME ??_R2H248_ArrayOf_EventParameter@@8 @25225 NONAME ??_R2H248_ArrayOf_IndAuditParameter@@8 @25226 NONAME ??_R2H248_ArrayOf_IndAudPropertyParm@@8 @25227 NONAME ??_R2H248_ArrayOf_IndAudStreamDescriptor@@8 @25228 NONAME ??_R2H248_ArrayOf_ModemType@@8 @25229 NONAME ??_R2H248_ArrayOf_ObservedEvent@@8 @25230 NONAME ??_R2H248_ArrayOf_PASN_OctetString@@8 @25231 NONAME ??_R2H248_ArrayOf_PropertyGroup@@8 @25232 NONAME ??_R2H248_ArrayOf_PropertyParm@@8 @25233 NONAME ??_R2H248_ArrayOf_RequestedEvent@@8 @25234 NONAME ??_R2H248_ArrayOf_SecondRequestedEvent@@8 @25235 NONAME ??_R2H248_ArrayOf_Signal@@8 @25236 NONAME ??_R2H248_ArrayOf_SigParameter@@8 @25237 NONAME ??_R2H248_ArrayOf_StreamDescriptor@@8 @25238 NONAME ??_R2H248_ArrayOf_TerminationID@@8 @25239 NONAME ??_R2H248_ArrayOf_TopologyRequest@@8 @25240 NONAME ??_R2H248_ArrayOf_Transaction@@8 @25241 NONAME ??_R2H248_ArrayOf_WildcardField@@8 @25242 NONAME ??_R2H248_AuditDescriptor@@8 @25243 NONAME ??_R2H248_AuditReply@@8 @25244 NONAME ??_R2H248_AuditRequest@@8 @25245 NONAME ??_R2H248_AuditResult@@8 @25246 NONAME ??_R2H248_AuditReturnParameter@@8 @25247 NONAME ??_R2H248_AuthData@@8 @25248 NONAME ??_R2H248_AuthenticationHeader@@8 @25249 NONAME ??_R2H248_Command@@8 @25250 NONAME ??_R2H248_CommandReply@@8 @25251 NONAME ??_R2H248_CommandRequest@@8 @25252 NONAME ??_R2H248_ContextAttrAuditRequest@@8 @25253 NONAME ??_R2H248_ContextID@@8 @25254 NONAME ??_R2H248_ContextRequest@@8 @25255 NONAME ??_R2H248_DigitMapDescriptor@@8 @25256 NONAME ??_R2H248_DigitMapName@@8 @25257 NONAME ??_R2H248_DigitMapValue@@8 @25258 NONAME ??_R2H248_DomainName@@8 @25259 NONAME ??_R2H248_ErrorCode@@8 @25260 NONAME ??_R2H248_ErrorDescriptor@@8 @25261 NONAME ??_R2H248_ErrorText@@8 @25262 NONAME ??_R2H248_EventBufferControl@@8 @25263 NONAME ??_R2H248_EventBufferDescriptor@@8 @25264 NONAME ??_R2H248_EventDM@@8 @25265 NONAME ??_R2H248_EventName@@8 @25266 NONAME ??_R2H248_EventParameter@@8 @25267 NONAME ??_R2H248_EventParameter_extraInfo@@8 @25268 NONAME ??_R2H248_EventsDescriptor@@8 @25269 NONAME ??_R2H248_EventSpec@@8 @25270 NONAME ??_R2H248_H221NonStandard@@8 @25271 NONAME ??_R2H248_IndAudDigitMapDescriptor@@8 @25272 NONAME ??_R2H248_IndAudEventBufferDescriptor@@8 @25273 NONAME ??_R2H248_IndAudEventsDescriptor@@8 @25274 NONAME ??_R2H248_IndAuditParameter@@8 @25275 NONAME ??_R2H248_IndAudLocalControlDescriptor@@8 @25276 NONAME ??_R2H248_IndAudLocalRemoteDescriptor@@8 @25277 NONAME ??_R2H248_IndAudMediaDescriptor@@8 @25278 NONAME ??_R2H248_IndAudMediaDescriptor_streams@@8 @25279 NONAME ??_R2H248_IndAudPackagesDescriptor@@8 @25280 NONAME ??_R2H248_IndAudPropertyGroup@@8 @25281 NONAME ??_R2H248_IndAudPropertyParm@@8 @25282 NONAME ??_R2H248_IndAudSeqSigList@@8 @25283 NONAME ??_R2H248_IndAudSignal@@8 @25284 NONAME ??_R2H248_IndAudSignalsDescriptor@@8 @25285 NONAME ??_R2H248_IndAudStatisticsDescriptor@@8 @25286 NONAME ??_R2H248_IndAudStreamDescriptor@@8 @25287 NONAME ??_R2H248_IndAudStreamParms@@8 @25288 NONAME ??_R2H248_IndAudTerminationStateDescriptor@@8 @25289 NONAME ??_R2H248_IP4Address@@8 @25290 NONAME ??_R2H248_IP6Address@@8 @25291 NONAME ??_R2H248_LocalControlDescriptor@@8 @25292 NONAME ??_R2H248_LocalRemoteDescriptor@@8 @25293 NONAME ??_R2H248_MediaDescriptor@@8 @25294 NONAME ??_R2H248_MediaDescriptor_streams@@8 @25295 NONAME ??_R2H248_MegacoMessage@@8 @25296 NONAME ??_R2H248_Message@@8 @25297 NONAME ??_R2H248_Message_messageBody@@8 @25298 NONAME ??_R2H248_MId@@8 @25299 NONAME ??_R2H248_ModemDescriptor@@8 @25300 NONAME ??_R2H248_ModemType@@8 @25301 NONAME ??_R2H248_MuxDescriptor@@8 @25302 NONAME ??_R2H248_MuxType@@8 @25303 NONAME ??_R2H248_Name@@8 @25304 NONAME ??_R2H248_NonStandardData@@8 @25305 NONAME ??_R2H248_NonStandardIdentifier@@8 @25306 NONAME ??_R2H248_NotifyCompletion@@8 @25307 NONAME ??_R2H248_NotifyReply@@8 @25308 NONAME ??_R2H248_NotifyRequest@@8 @25309 NONAME ??_R2H248_ObservedEvent@@8 @25310 NONAME ??_R2H248_ObservedEventsDescriptor@@8 @25311 NONAME ??_R2H248_PackagesDescriptor@@8 @25312 NONAME ??_R2H248_PackagesItem@@8 @25313 NONAME ??_R2H248_PathName@@8 @25314 NONAME ??_R2H248_PkgdName@@8 @25315 NONAME ??_R2H248_PropertyGroup@@8 @25316 NONAME ??_R2H248_PropertyParm@@8 @25317 NONAME ??_R2H248_PropertyParm_extraInfo@@8 @25318 NONAME ??_R2H248_Relation@@8 @25319 NONAME ??_R2H248_RequestedActions@@8 @25320 NONAME ??_R2H248_RequestedEvent@@8 @25321 NONAME ??_R2H248_RequestID@@8 @25322 NONAME ??_R2H248_SecondEventsDescriptor@@8 @25323 NONAME ??_R2H248_SecondRequestedActions@@8 @25324 NONAME ??_R2H248_SecondRequestedEvent@@8 @25325 NONAME ??_R2H248_SecurityParmIndex@@8 @25326 NONAME ??_R2H248_SeqSigList@@8 @25327 NONAME ??_R2H248_SequenceNum@@8 @25328 NONAME ??_R2H248_ServiceChangeAddress@@8 @25329 NONAME ??_R2H248_ServiceChangeMethod@@8 @25330 NONAME ??_R2H248_ServiceChangeParm@@8 @25331 NONAME ??_R2H248_ServiceChangeProfile@@8 @25332 NONAME ??_R2H248_ServiceChangeReply@@8 @25333 NONAME ??_R2H248_ServiceChangeRequest@@8 @25334 NONAME ??_R2H248_ServiceChangeResParm@@8 @25335 NONAME ??_R2H248_ServiceChangeResult@@8 @25336 NONAME ??_R2H248_ServiceState@@8 @25337 NONAME ??_R2H248_Signal@@8 @25338 NONAME ??_R2H248_SignalName@@8 @25339 NONAME ??_R2H248_SignalRequest@@8 @25340 NONAME ??_R2H248_SignalsDescriptor@@8 @25341 NONAME ??_R2H248_SignalType@@8 @25342 NONAME ??_R2H248_SigParameter@@8 @25343 NONAME ??_R2H248_SigParameter_extraInfo@@8 @25344 NONAME ??_R2H248_StatisticsDescriptor@@8 @25345 NONAME ??_R2H248_StatisticsParameter@@8 @25346 NONAME ??_R2H248_StreamDescriptor@@8 @25347 NONAME ??_R2H248_StreamID@@8 @25348 NONAME ??_R2H248_StreamMode@@8 @25349 NONAME ??_R2H248_StreamParms@@8 @25350 NONAME ??_R2H248_SubtractRequest@@8 @25351 NONAME ??_R2H248_TerminationAudit@@8 @25352 NONAME ??_R2H248_TerminationID@@8 @25353 NONAME ??_R2H248_TerminationIDList@@8 @25354 NONAME ??_R2H248_TerminationStateDescriptor@@8 @25355 NONAME ??_R2H248_TimeNotation@@8 @25356 NONAME ??_R2H248_TopologyRequest@@8 @25357 NONAME ??_R2H248_TopologyRequest_topologyDirection@@8 @25358 NONAME ??_R2H248_Transaction@@8 @25359 NONAME ??_R2H248_TransactionAck@@8 @25360 NONAME ??_R2H248_TransactionId@@8 @25361 NONAME ??_R2H248_TransactionPending@@8 @25362 NONAME ??_R2H248_TransactionReply@@8 @25363 NONAME ??_R2H248_TransactionReply_transactionResult@@8 @25364 NONAME ??_R2H248_TransactionRequest@@8 @25365 NONAME ??_R2H248_TransactionResponseAck@@8 @25366 NONAME ??_R2H248_Value@@8 @25367 NONAME ??_R2H248_WildcardField@@8 @25368 NONAME ??_R2H261DCTEncoder@@8 @25369 NONAME ??_R2H261Encoder@@8 @25370 NONAME ??_R2H261PixelEncoder@@8 @25371 NONAME ??_R2H263Packet@@8 @33662 NONAME ??_R2H263PacketList@@8 @33663 NONAME ??_R2H323AudioCapability@@8 @25374 NONAME ??_R2H323AudioCodec@@8 @25375 NONAME ??_R2H323BidirectionalChannel@@8 @25376 NONAME ??_R2H323CallCreditServiceControl@@8 @25377 NONAME ??_R2H323Capabilities@@8 @25378 NONAME ??_R2H323CapabilitiesSet@@8 @25379 NONAME ??_R2H323Capability@@8 @25380 NONAME ??_R2H323Channel@@8 @25382 NONAME ??_R2H323ChannelNumber@@8 @25383 NONAME ??_R2H323Codec@@8 @25384 NONAME ??_R2H323CodecPluginGenericAudioCapability@@8 @33240 NONAME ??_R2H323CodecPluginNonStandardAudioCapability@@8 @25387 NONAME ??_R2H323Connection@@8 @25388 NONAME ??_R2H323ConnectionsCleaner@@8 @25389 NONAME ??_R2H323ControlPDU@@8 @25390 NONAME ??_R2H323DataCapability@@8 @25391 NONAME ??_R2H323DataChannel@@8 @25392 NONAME ??_R2H323DynaLink@@8 @30645 NONAME ??_R2H323EndPoint@@8 @25393 NONAME ??_R2H323FramedAudioCodec@@8 @25394 NONAME ??_R2H323Gatekeeper@@8 @25395 NONAME ??_R2H323GatekeeperARQ@@8 @25396 NONAME ??_R2H323GatekeeperBRQ@@8 @25397 NONAME ??_R2H323GatekeeperCall@@8 @25398 NONAME ??_R2H323GatekeeperDRQ@@8 @25399 NONAME ??_R2H323GatekeeperGRQ@@8 @25400 NONAME ??_R2H323GatekeeperIRR@@8 @25401 NONAME ??_R2H323GatekeeperListener@@8 @25402 NONAME ??_R2H323GatekeeperLRQ@@8 @25403 NONAME ??_R2H323GatekeeperRequest@@8 @25404 NONAME ??_R2H323GatekeeperRRQ@@8 @25405 NONAME ??_R2H323GatekeeperServer@@8 @25406 NONAME ??_R2H323GatekeeperURQ@@8 @25407 NONAME ??_R2H323GenericAudioCapability@@8 @33241 NONAME ??_R2H323GenericCapabilityInfo@@8 @33242 NONAME ??_R2H323GenericVideoCapability@@8 @33243 NONAME ??_R2H323GSMPluginCapability@@8 @25408 NONAME ??_R2H323H248ServiceControl@@8 @25409 NONAME ??_R2H323HTTPServiceControl@@8 @25411 NONAME ??_R2H323Listener@@8 @25412 NONAME ??_R2H323ListenerTCP@@8 @25413 NONAME ??_R2H323LogicalChannelThread@@8 @25414 NONAME ??_R2H323NonStandardAudioCapability@@8 @25415 NONAME ??_R2H323NonStandardCapabilityInfo@@8 @25416 NONAME ??_R2H323NonStandardDataCapability@@8 @25417 NONAME ??_R2H323NonStandardVideoCapability@@8 @25418 NONAME ??_R2H323PeerElement@@8 @25419 NONAME ??_R2H323PeerElementDescriptor@@8 @25420 NONAME ??_R2H323PeerElementServiceRelationship@@8 @25421 NONAME ??_R2H323PluginCapability@@8 @25423 NONAME ??_R2H323PluginCodecManager@@8 @30620 NONAME ??_R2H323PluginFramedAudioCodec@@8 @30687 NONAME ??_R2H323PluginG7231Capability@@8 @25424 NONAME ??_R2H323PluginVideoCodec@@8 @25425 NONAME ??_R2H323RasPDU@@8 @25426 NONAME ??_R2H323RealTimeCapability@@8 @25427 NONAME ??_R2H323RegisteredEndPoint@@8 @25428 NONAME ??_R2H323ServiceControlSession@@8 @25429 NONAME ??_R2H323SignalPDU@@8 @25430 NONAME ??_R2H323SimultaneousCapabilities@@8 @25431 NONAME ??_R2H323StreamedAudioCodec@@8 @25432 NONAME ??_R2H323StreamedPluginAudioCodec@@8 @30688 NONAME ??_R2H323Transaction@@8 @25433 NONAME ??_R2H323TransactionPDU@@8 @25434 NONAME ??_R2H323TransactionServer@@8 @25435 NONAME ??_R2H323Transactor@@8 @25436 NONAME ??_R2H323Transport@@8 @25437 NONAME ??_R2H323TransportAddress@@8 @25438 NONAME ??_R2H323TransportAddressArray@@8 @25439 NONAME ??_R2H323TransportIP@@8 @25440 NONAME ??_R2H323TransportTCP@@8 @25441 NONAME ??_R2H323TransportUDP@@8 @25442 NONAME ??_R2H323UnidirectionalChannel@@8 @25443 NONAME ??_R2H323VideoCapability@@8 @25444 NONAME ??_R2H323VideoCodec@@8 @25445 NONAME ??_R2H323_ALawCodec@@8 @25446 NONAME ??_R2H323_AnnexG@@8 @25447 NONAME ??_R2H323_CiscoG7231aLIDCapability@@8 @25448 NONAME ??_R2H323_ExternalRTPChannel@@8 @25450 NONAME ??_R2H323_G711ALaw64Capability@@8 @31303 NONAME ??_R2H323_G711Capability@@8 @25454 NONAME ??_R2H323_G711uLaw64Capability@@8 @31304 NONAME ??_R2H323_H261Capability@@8 @25470 NONAME ??_R2H323_H261Codec@@8 @25471 NONAME ??_R2H323_LIDCapability@@8 @25474 NONAME ??_R2H323_LIDCodec@@8 @25475 NONAME ??_R2H323_LID_G711_ALaw_Capability@@8 @31305 NONAME ??_R2H323_LID_G711_uLaw_Capability@@8 @31306 NONAME ??_R2H323_LID_G7231A_5k3_Capability@@8 @31307 NONAME ??_R2H323_LID_G7231A_6k3_Capability@@8 @31308 NONAME ??_R2H323_LID_G7231_5k3_Capability@@8 @31309 NONAME ??_R2H323_LID_G7231_6k3_Capability@@8 @31310 NONAME ??_R2H323_LID_G728_Capability@@8 @31311 NONAME ??_R2H323_LID_G729AB_Capability@@8 @31312 NONAME ??_R2H323_LID_G729A_Capability@@8 @31313 NONAME ??_R2H323_LID_G729B_Capability@@8 @31314 NONAME ??_R2H323_LID_G729_Capability@@8 @31315 NONAME ??_R2H323_LID_GSM0610_Capability@@8 @31316 NONAME ??_R2H323_muLawCodec@@8 @25491 NONAME ??_R2H323_RealTimeChannel@@8 @25492 NONAME ??_R2H323_RFC2190_H263Capability@@8 @33664 NONAME ??_R2H323_RFC2190_H263Codec@@8 @33665 NONAME ??_R2H323_RTPChannel@@8 @25493 NONAME ??_R2H323_RTP_Session@@8 @25494 NONAME ??_R2H323_RTP_UDP@@8 @25495 NONAME ??_R2H323_T120Capability@@8 @25496 NONAME ??_R2H323_T120Channel@@8 @25497 NONAME ??_R2H323_T38Capability@@8 @25498 NONAME ??_R2H323_T38Channel@@8 @25499 NONAME ??_R2H323_T38NonStandardCapability@@8 @25500 NONAME ??_R2H323_UserInputCapability@@8 @25501 NONAME ??_R2H45010_ArrayOf_MixedExtension@@8 @25502 NONAME ??_R2H45010_CfbOvrOptArg@@8 @25503 NONAME ??_R2H45010_CoReqOptArg@@8 @25504 NONAME ??_R2H45010_H323CallOfferOperations@@8 @25505 NONAME ??_R2H45010_RUAlertOptArg@@8 @25506 NONAME ??_R2H45011Handler@@8 @25507 NONAME ??_R2H45011_ArrayOf_MixedExtension@@8 @25508 NONAME ??_R2H45011_CallIntrusionErrors@@8 @25509 NONAME ??_R2H45011_CICapabilityLevel@@8 @25510 NONAME ??_R2H45011_CIFrcRelArg@@8 @25511 NONAME ??_R2H45011_CIFrcRelOptRes@@8 @25512 NONAME ??_R2H45011_CIGetCIPLOptArg@@8 @25513 NONAME ??_R2H45011_CIGetCIPLRes@@8 @25514 NONAME ??_R2H45011_CIIsOptArg@@8 @25515 NONAME ??_R2H45011_CIIsOptRes@@8 @25516 NONAME ??_R2H45011_CINotificationArg@@8 @25517 NONAME ??_R2H45011_CIProtectionLevel@@8 @25518 NONAME ??_R2H45011_CIRequestArg@@8 @25519 NONAME ??_R2H45011_CIRequestRes@@8 @25520 NONAME ??_R2H45011_CISilentArg@@8 @25521 NONAME ??_R2H45011_CISilentOptRes@@8 @25522 NONAME ??_R2H45011_CIStatusInformation@@8 @25523 NONAME ??_R2H45011_CIWobOptArg@@8 @25524 NONAME ??_R2H45011_CIWobOptRes@@8 @25525 NONAME ??_R2H45011_H323CallIntrusionOperations@@8 @25526 NONAME ??_R2H4501_Address@@8 @25527 NONAME ??_R2H4501_AddressInformation@@8 @25528 NONAME ??_R2H4501_AddressScreened@@8 @25529 NONAME ??_R2H4501_ArrayOf_AliasAddress@@8 @25530 NONAME ??_R2H4501_ArrayOf_ROS@@8 @25531 NONAME ??_R2H4501_EndpointAddress@@8 @25532 NONAME ??_R2H4501_EntityType@@8 @25533 NONAME ??_R2H4501_Extension@@8 @25534 NONAME ??_R2H4501_GeneralErrorList@@8 @25535 NONAME ??_R2H4501_H225InformationElement@@8 @25536 NONAME ??_R2H4501_InterpretationApdu@@8 @25537 NONAME ??_R2H4501_InvokeIDs@@8 @25538 NONAME ??_R2H4501_InvokeIdSet@@8 @25539 NONAME ??_R2H4501_NetworkFacilityExtension@@8 @25540 NONAME ??_R2H4501_NSAPSubaddress@@8 @25541 NONAME ??_R2H4501_NumberScreened@@8 @25542 NONAME ??_R2H4501_PartySubaddress@@8 @25543 NONAME ??_R2H4501_PresentationAllowedIndicator@@8 @25544 NONAME ??_R2H4501_PresentedAddressScreened@@8 @25545 NONAME ??_R2H4501_PresentedAddressUnscreened@@8 @25546 NONAME ??_R2H4501_PresentedNumberScreened@@8 @25547 NONAME ??_R2H4501_PresentedNumberUnscreened@@8 @25548 NONAME ??_R2H4501_ScreeningIndicator@@8 @25549 NONAME ??_R2H4501_ServiceApdus@@8 @25550 NONAME ??_R2H4501_SubaddressInformation@@8 @25551 NONAME ??_R2H4501_SupplementaryService@@8 @25552 NONAME ??_R2H4501_UserSpecifiedSubaddress@@8 @25553 NONAME ??_R2H4502Handler@@8 @25554 NONAME ??_R2H4502_CallIdentity@@8 @25555 NONAME ??_R2H4502_CallStatus@@8 @25556 NONAME ??_R2H4502_CallTransferErrors@@8 @25557 NONAME ??_R2H4502_CallTransferOperation@@8 @25558 NONAME ??_R2H4502_CTActiveArg@@8 @25559 NONAME ??_R2H4502_CTActiveArg_argumentExtension@@8 @25560 NONAME ??_R2H4502_CTCompleteArg@@8 @25561 NONAME ??_R2H4502_CTCompleteArg_argumentExtension@@8 @25562 NONAME ??_R2H4502_CTIdentifyRes@@8 @25563 NONAME ??_R2H4502_CTIdentifyRes_resultExtension@@8 @25564 NONAME ??_R2H4502_CTInitiateArg@@8 @25565 NONAME ??_R2H4502_CTInitiateArg_argumentExtension@@8 @25566 NONAME ??_R2H4502_CTSetupArg@@8 @25567 NONAME ??_R2H4502_CTSetupArg_argumentExtension@@8 @25568 NONAME ??_R2H4502_CTUpdateArg@@8 @25569 NONAME ??_R2H4502_CTUpdateArg_argumentExtension@@8 @25570 NONAME ??_R2H4502_DummyArg@@8 @25571 NONAME ??_R2H4502_DummyRes@@8 @25572 NONAME ??_R2H4502_EndDesignation@@8 @25573 NONAME ??_R2H4502_ExtensionSeq@@8 @25574 NONAME ??_R2H4502_SubaddressTransferArg@@8 @25575 NONAME ??_R2H4502_SubaddressTransferArg_argumentExtension@@8 @25576 NONAME ??_R2H4503_BasicService@@8 @25577 NONAME ??_R2H4503_CallDiversionErrors@@8 @25578 NONAME ??_R2H4503_DiversionReason@@8 @25579 NONAME ??_R2H4503_ExtensionSeq@@8 @25580 NONAME ??_R2H4503_H323CallDiversionOperations@@8 @25581 NONAME ??_R2H4503_IntResult@@8 @25582 NONAME ??_R2H4503_IntResultList@@8 @25583 NONAME ??_R2H4503_IntResult_extension@@8 @25584 NONAME ??_R2H4503_Procedure@@8 @25585 NONAME ??_R2H4503_SubscriptionOption@@8 @25586 NONAME ??_R2H4504Handler@@8 @25587 NONAME ??_R2H4504_ArrayOf_MixedExtension@@8 @25588 NONAME ??_R2H4504_CallHoldOperation@@8 @25589 NONAME ??_R2H4504_Extension@@8 @25590 NONAME ??_R2H4504_HoldNotificArg@@8 @25591 NONAME ??_R2H4504_MixedExtension@@8 @25592 NONAME ??_R2H4504_RemoteHoldArg@@8 @25593 NONAME ??_R2H4504_RemoteHoldRes@@8 @25594 NONAME ??_R2H4504_RemoteRetrieveArg@@8 @25595 NONAME ??_R2H4504_RemoteRetrieveRes@@8 @25596 NONAME ??_R2H4504_RetrieveNotificArg@@8 @25597 NONAME ??_R2H4505_ArrayOf_MixedExtension@@8 @25598 NONAME ??_R2H4505_CallParkPickupOperations@@8 @25599 NONAME ??_R2H4505_CallPickupErrors@@8 @25600 NONAME ??_R2H4505_CallType@@8 @25601 NONAME ??_R2H4505_CpickupNotifyArg@@8 @25602 NONAME ??_R2H4505_CpNotifyArg@@8 @25603 NONAME ??_R2H4505_CpRequestArg@@8 @25604 NONAME ??_R2H4505_CpRequestRes@@8 @25605 NONAME ??_R2H4505_CpSetupArg@@8 @25606 NONAME ??_R2H4505_CpSetupRes@@8 @25607 NONAME ??_R2H4505_GroupIndicationOffArg@@8 @25608 NONAME ??_R2H4505_GroupIndicationOffRes@@8 @25609 NONAME ??_R2H4505_GroupIndicationOnArg@@8 @25610 NONAME ??_R2H4505_GroupIndicationOnRes@@8 @25611 NONAME ??_R2H4505_ParkCondition@@8 @25612 NONAME ??_R2H4505_ParkedToPosition@@8 @25613 NONAME ??_R2H4505_PickExeArg@@8 @25614 NONAME ??_R2H4505_PickExeRes@@8 @25615 NONAME ??_R2H4505_PickrequArg@@8 @25616 NONAME ??_R2H4505_PickrequRes@@8 @25617 NONAME ??_R2H4505_PickupArg@@8 @25618 NONAME ??_R2H4505_PickupRes@@8 @25619 NONAME ??_R2H4506Handler@@8 @25620 NONAME ??_R2H4506_ArrayOf_MixedExtension@@8 @25621 NONAME ??_R2H4506_CallWaitingArg@@8 @25622 NONAME ??_R2H4506_CallWaitingOperations@@8 @25623 NONAME ??_R2H4507_ArrayOf_MixedExtension@@8 @25624 NONAME ??_R2H4507_BasicService@@8 @25625 NONAME ??_R2H4507_DummyRes@@8 @25626 NONAME ??_R2H4507_H323_MWI_Operations@@8 @25627 NONAME ??_R2H4507_MessageWaitingIndicationErrors@@8 @25628 NONAME ??_R2H4507_MsgCentreId@@8 @25629 NONAME ??_R2H4507_MWIActivateArg@@8 @25630 NONAME ??_R2H4507_MWIDeactivateArg@@8 @25631 NONAME ??_R2H4507_MWIInterrogateArg@@8 @25632 NONAME ??_R2H4507_MWIInterrogateRes@@8 @25633 NONAME ??_R2H4507_MWIInterrogateResElt@@8 @25634 NONAME ??_R2H4507_NbOfMessages@@8 @25635 NONAME ??_R2H4507_TimeStamp@@8 @25636 NONAME ??_R2H4508_ExtendedName@@8 @25637 NONAME ??_R2H4508_Name@@8 @25638 NONAME ??_R2H4508_NameOperations@@8 @25639 NONAME ??_R2H4508_NamePresentationAllowed@@8 @25640 NONAME ??_R2H4508_NamePresentationRestricted@@8 @25641 NONAME ??_R2H4508_SimpleName@@8 @25642 NONAME ??_R2H4509_ArrayOf_MixedExtension@@8 @25643 NONAME ??_R2H4509_CallCompletionErrors@@8 @25644 NONAME ??_R2H4509_CcArg@@8 @25645 NONAME ??_R2H4509_CcLongArg@@8 @25646 NONAME ??_R2H4509_CcRequestArg@@8 @25647 NONAME ??_R2H4509_CcRequestRes@@8 @25648 NONAME ??_R2H4509_CcShortArg@@8 @25649 NONAME ??_R2H4509_H323CallCompletionOperations@@8 @25650 NONAME ??_R2H450ServiceAPDU@@8 @25651 NONAME ??_R2H450xDispatcher@@8 @25652 NONAME ??_R2H450xHandler@@8 @25653 NONAME ??_R2H501AccessRequest@@8 @25654 NONAME ??_R2H501DescriptorUpdate@@8 @25655 NONAME ??_R2H501PDU@@8 @25656 NONAME ??_R2H501ServiceRequest@@8 @25657 NONAME ??_R2H501Transaction@@8 @25658 NONAME ??_R2H501_AccessConfirmation@@8 @25659 NONAME ??_R2H501_AccessRejection@@8 @25660 NONAME ??_R2H501_AccessRejectionReason@@8 @25661 NONAME ??_R2H501_AccessRequest@@8 @25662 NONAME ??_R2H501_AccessToken@@8 @25663 NONAME ??_R2H501_AddressTemplate@@8 @25664 NONAME ??_R2H501_AlternatePE@@8 @25665 NONAME ??_R2H501_AlternatePEInfo@@8 @25666 NONAME ??_R2H501_ApplicationMessage@@8 @25667 NONAME ??_R2H501_ArrayOf_AccessToken@@8 @25668 NONAME ??_R2H501_ArrayOf_AddressTemplate@@8 @25669 NONAME ??_R2H501_ArrayOf_AliasAddress@@8 @25670 NONAME ??_R2H501_ArrayOf_AlternatePE@@8 @25671 NONAME ??_R2H501_ArrayOf_CircuitIdentifier@@8 @25672 NONAME ??_R2H501_ArrayOf_ClearToken@@8 @25673 NONAME ??_R2H501_ArrayOf_ContactInformation@@8 @25674 NONAME ??_R2H501_ArrayOf_CryptoH323Token@@8 @25675 NONAME ??_R2H501_ArrayOf_Descriptor@@8 @25676 NONAME ??_R2H501_ArrayOf_DescriptorInfo@@8 @25677 NONAME ??_R2H501_ArrayOf_GenericData@@8 @25678 NONAME ??_R2H501_ArrayOf_GloballyUniqueID@@8 @25679 NONAME ??_R2H501_ArrayOf_NonStandardParameter@@8 @25680 NONAME ??_R2H501_ArrayOf_PASN_ObjectId@@8 @25681 NONAME ??_R2H501_ArrayOf_Pattern@@8 @25682 NONAME ??_R2H501_ArrayOf_PriceElement@@8 @25683 NONAME ??_R2H501_ArrayOf_PriceInfoSpec@@8 @25684 NONAME ??_R2H501_ArrayOf_RouteInformation@@8 @25685 NONAME ??_R2H501_ArrayOf_SecurityMode@@8 @25686 NONAME ??_R2H501_ArrayOf_ServiceControlSession@@8 @25687 NONAME ??_R2H501_ArrayOf_SupportedProtocols@@8 @25688 NONAME ??_R2H501_ArrayOf_TransportAddress@@8 @25689 NONAME ??_R2H501_ArrayOf_UpdateInformation@@8 @25690 NONAME ??_R2H501_ArrayOf_UsageField@@8 @25691 NONAME ??_R2H501_AuthenticationConfirmation@@8 @25692 NONAME ??_R2H501_AuthenticationRejection@@8 @25693 NONAME ??_R2H501_AuthenticationRejectionReason@@8 @25694 NONAME ??_R2H501_AuthenticationRequest@@8 @25695 NONAME ??_R2H501_CallInformation@@8 @25696 NONAME ??_R2H501_ContactInformation@@8 @25697 NONAME ??_R2H501_Descriptor@@8 @25698 NONAME ??_R2H501_DescriptorConfirmation@@8 @25699 NONAME ??_R2H501_DescriptorIDConfirmation@@8 @25700 NONAME ??_R2H501_DescriptorIDRejection@@8 @25701 NONAME ??_R2H501_DescriptorIDRejectionReason@@8 @25702 NONAME ??_R2H501_DescriptorIDRequest@@8 @25703 NONAME ??_R2H501_DescriptorInfo@@8 @25704 NONAME ??_R2H501_DescriptorRejection@@8 @25705 NONAME ??_R2H501_DescriptorRejectionReason@@8 @25706 NONAME ??_R2H501_DescriptorRequest@@8 @25707 NONAME ??_R2H501_DescriptorUpdate@@8 @25708 NONAME ??_R2H501_DescriptorUpdateAck@@8 @25709 NONAME ??_R2H501_ElementIdentifier@@8 @25710 NONAME ??_R2H501_GlobalTimeStamp@@8 @25711 NONAME ??_R2H501_Message@@8 @25712 NONAME ??_R2H501_MessageBody@@8 @25713 NONAME ??_R2H501_MessageCommonInfo@@8 @25714 NONAME ??_R2H501_NonStandardConfirmation@@8 @25715 NONAME ??_R2H501_NonStandardRejection@@8 @25716 NONAME ??_R2H501_NonStandardRejectionReason@@8 @25717 NONAME ??_R2H501_NonStandardRequest@@8 @25718 NONAME ??_R2H501_PartyInformation@@8 @25719 NONAME ??_R2H501_Pattern@@8 @25720 NONAME ??_R2H501_Pattern_range@@8 @25721 NONAME ??_R2H501_PriceElement@@8 @25722 NONAME ??_R2H501_PriceElement_units@@8 @25723 NONAME ??_R2H501_PriceInfoSpec@@8 @25724 NONAME ??_R2H501_ProtocolVersion@@8 @25725 NONAME ??_R2H501_RequestInProgress@@8 @25726 NONAME ??_R2H501_Role@@8 @25727 NONAME ??_R2H501_RouteInformation@@8 @25728 NONAME ??_R2H501_RouteInformation_messageType@@8 @25729 NONAME ??_R2H501_SecurityMode@@8 @25730 NONAME ??_R2H501_ServiceConfirmation@@8 @25731 NONAME ??_R2H501_ServiceRejection@@8 @25732 NONAME ??_R2H501_ServiceRejectionReason@@8 @25733 NONAME ??_R2H501_ServiceRelease@@8 @25734 NONAME ??_R2H501_ServiceReleaseReason@@8 @25735 NONAME ??_R2H501_ServiceRequest@@8 @25736 NONAME ??_R2H501_TerminationCause@@8 @25737 NONAME ??_R2H501_TimeZone@@8 @25738 NONAME ??_R2H501_UnknownMessageReason@@8 @25739 NONAME ??_R2H501_UnknownMessageResponse@@8 @25740 NONAME ??_R2H501_UpdateInformation@@8 @25741 NONAME ??_R2H501_UpdateInformation_descriptorInfo@@8 @25742 NONAME ??_R2H501_UpdateInformation_updateType@@8 @25743 NONAME ??_R2H501_UsageCallStatus@@8 @25744 NONAME ??_R2H501_UsageConfirmation@@8 @25745 NONAME ??_R2H501_UsageField@@8 @25746 NONAME ??_R2H501_UsageIndication@@8 @25747 NONAME ??_R2H501_UsageIndicationConfirmation@@8 @25748 NONAME ??_R2H501_UsageIndicationRejection@@8 @25749 NONAME ??_R2H501_UsageIndicationRejectionReason@@8 @25750 NONAME ??_R2H501_UsageRejection@@8 @25751 NONAME ??_R2H501_UsageRejectReason@@8 @25752 NONAME ??_R2H501_UsageRequest@@8 @25753 NONAME ??_R2H501_UsageSpecification@@8 @25754 NONAME ??_R2H501_UsageSpecification_when@@8 @25755 NONAME ??_R2H501_UserInformation@@8 @25756 NONAME ??_R2H501_ValidationConfirmation@@8 @25757 NONAME ??_R2H501_ValidationRejection@@8 @25758 NONAME ??_R2H501_ValidationRejectionReason@@8 @25759 NONAME ??_R2H501_ValidationRequest@@8 @25760 NONAME ??_R2HandleTimeout_PNotifier@H245Negotiator@@8 @25761 NONAME ??_R2HandleTransactions_PNotifier@H323Transactor@@8 @25762 NONAME ??_R2IntraP64Decoder@@8 @25763 NONAME ??_R2MCS_ArrayOf_ChannelAttributes@@8 @25764 NONAME ??_R2MCS_ArrayOf_ChannelId@@8 @25765 NONAME ??_R2MCS_ArrayOf_TokenAttributes@@8 @25766 NONAME ??_R2MCS_ArrayOf_TokenId@@8 @25767 NONAME ??_R2MCS_ArrayOf_UserId@@8 @25768 NONAME ??_R2MCS_AssignedChannelId@@8 @25769 NONAME ??_R2MCS_AUcf@@8 @25770 NONAME ??_R2MCS_AUrq@@8 @25771 NONAME ??_R2MCS_CAin@@8 @25772 NONAME ??_R2MCS_CArq@@8 @25773 NONAME ??_R2MCS_CCcf@@8 @25774 NONAME ??_R2MCS_CCrq@@8 @25775 NONAME ??_R2MCS_CDin@@8 @25776 NONAME ??_R2MCS_CDrq@@8 @25777 NONAME ??_R2MCS_CEin@@8 @25778 NONAME ??_R2MCS_CErq@@8 @25779 NONAME ??_R2MCS_ChannelAttributes@@8 @25780 NONAME ??_R2MCS_ChannelAttributes_assigned@@8 @25781 NONAME ??_R2MCS_ChannelAttributes_private@@8 @25782 NONAME ??_R2MCS_ChannelAttributes_static@@8 @25783 NONAME ??_R2MCS_ChannelAttributes_userId@@8 @25784 NONAME ??_R2MCS_ChannelId@@8 @25785 NONAME ??_R2MCS_CJcf@@8 @25786 NONAME ??_R2MCS_CJrq@@8 @25787 NONAME ??_R2MCS_CLrq@@8 @25788 NONAME ??_R2MCS_ConnectMCSPDU@@8 @25789 NONAME ??_R2MCS_Connect_Additional@@8 @25790 NONAME ??_R2MCS_Connect_Initial@@8 @25791 NONAME ??_R2MCS_Connect_Response@@8 @25792 NONAME ??_R2MCS_Connect_Result@@8 @25793 NONAME ??_R2MCS_DataPriority@@8 @25794 NONAME ??_R2MCS_Diagnostic@@8 @25795 NONAME ??_R2MCS_DomainMCSPDU@@8 @25796 NONAME ??_R2MCS_DomainParameters@@8 @25797 NONAME ??_R2MCS_DPum@@8 @25798 NONAME ??_R2MCS_DUin@@8 @25799 NONAME ??_R2MCS_DUrq@@8 @25800 NONAME ??_R2MCS_DynamicChannelId@@8 @25801 NONAME ??_R2MCS_EDrq@@8 @25802 NONAME ??_R2MCS_MCcf@@8 @25803 NONAME ??_R2MCS_MCrq@@8 @25804 NONAME ??_R2MCS_MTcf@@8 @25805 NONAME ??_R2MCS_MTrq@@8 @25806 NONAME ??_R2MCS_PCin@@8 @25807 NONAME ??_R2MCS_PDin@@8 @25808 NONAME ??_R2MCS_PrivateChannelId@@8 @25809 NONAME ??_R2MCS_PTin@@8 @25810 NONAME ??_R2MCS_Reason@@8 @25811 NONAME ??_R2MCS_Result@@8 @25812 NONAME ??_R2MCS_RJum@@8 @25813 NONAME ??_R2MCS_SDin@@8 @25814 NONAME ??_R2MCS_SDrq@@8 @25815 NONAME ??_R2MCS_Segmentation@@8 @25816 NONAME ??_R2MCS_StaticChannelId@@8 @25817 NONAME ??_R2MCS_TGcf@@8 @25818 NONAME ??_R2MCS_TGrq@@8 @25819 NONAME ??_R2MCS_TIcf@@8 @25820 NONAME ??_R2MCS_TIrq@@8 @25821 NONAME ??_R2MCS_TokenAttributes@@8 @25822 NONAME ??_R2MCS_TokenAttributes_given@@8 @25823 NONAME ??_R2MCS_TokenAttributes_giving@@8 @25824 NONAME ??_R2MCS_TokenAttributes_grabbed@@8 @25825 NONAME ??_R2MCS_TokenAttributes_inhibited@@8 @25826 NONAME ??_R2MCS_TokenAttributes_ungivable@@8 @25827 NONAME ??_R2MCS_TokenId@@8 @25828 NONAME ??_R2MCS_TokenStatus@@8 @25829 NONAME ??_R2MCS_TPin@@8 @25830 NONAME ??_R2MCS_TPrq@@8 @25831 NONAME ??_R2MCS_TRcf@@8 @25832 NONAME ??_R2MCS_TRrq@@8 @25833 NONAME ??_R2MCS_TTcf@@8 @25834 NONAME ??_R2MCS_TTrq@@8 @25835 NONAME ??_R2MCS_TVcf@@8 @25836 NONAME ??_R2MCS_TVin@@8 @25837 NONAME ??_R2MCS_TVrq@@8 @25838 NONAME ??_R2MCS_TVrs@@8 @25839 NONAME ??_R2MCS_UserId@@8 @25840 NONAME ??_R2MCS_USin@@8 @25841 NONAME ??_R2MCS_USrq@@8 @25842 NONAME ??_R2MonitorMain_PNotifier@H323Gatekeeper@@8 @25850 NONAME ??_R2MonitorMain_PNotifier@H323GatekeeperServer@@8 @25851 NONAME ??_R2MonitorMain_PNotifier@H323PeerElement@@8 @25852 NONAME ??_R2MSIPAddress@PILSSession@@8 @25853 NONAME ??_R2MXRecordList@PDNS@@8 @32841 NONAME ??_R2OnCallIntrudeTimeOut_PNotifier@H45011Handler@@8 @25854 NONAME ??_R2OnCallTransferTimeOut_PNotifier@H4502Handler@@8 @25855 NONAME ??_R2OnLoadModule_PNotifier@PPluginModuleManager@@8 @30667 NONAME ??_R2OnUserInputInBandDTMF_PNotifier@H323Connection@@8 @25857 NONAME ??_R2OnUserInputInlineRFC2833_PNotifier@H323Connection@@8 @25858 NONAME ??_R2OpalFactoryCodec@@8 @32438 NONAME ??_R2OpalG711ALaw64kFormat@@8 @30928 NONAME ??_R2OpalG711ALaw64k_Base@@8 @32439 NONAME ??_R2OpalG711ALaw64k_Decoder@@8 @32440 NONAME ??_R2OpalG711ALaw64k_Encoder@@8 @32441 NONAME ??_R2OpalG711uLaw64kFormat@@8 @30929 NONAME ??_R2OpalG711uLaw64k_Base@@8 @32442 NONAME ??_R2OpalG711uLaw64k_Decoder@@8 @32443 NONAME ??_R2OpalG711uLaw64k_Encoder@@8 @32444 NONAME ??_R2OpalG7231A_5k3Format@@8 @30930 NONAME ??_R2OpalG7231A_6k3Format@@8 @30931 NONAME ??_R2OpalG7231_5k3Format@@8 @30932 NONAME ??_R2OpalG7231_6k3Format@@8 @30933 NONAME ??_R2OpalG728Format@@8 @30934 NONAME ??_R2OpalG729ABFormat@@8 @30935 NONAME ??_R2OpalG729AFormat@@8 @30936 NONAME ??_R2OpalG729BFormat@@8 @30937 NONAME ??_R2OpalG729Format@@8 @30938 NONAME ??_R2OpalGloballyUniqueID@@8 @25859 NONAME ??_R2OpalGSM0610Format@@8 @30939 NONAME ??_R2OpalH261Format@@8 @30940 NONAME ??_R2OpalIxJDevice@@8 @25860 NONAME ??_R2OpalLineChannel@@8 @25861 NONAME ??_R2OpalLineInterfaceDevice@@8 @25862 NONAME ??_R2OpalMediaFormat@@8 @25863 NONAME ??_R2OpalPCM16Format@@8 @30941 NONAME ??_R2OpalPluginCodec@@8 @32445 NONAME ??_R2OpalPluginMediaFormat@@8 @30942 NONAME ??_R2OpalRFC2190H263Format@@8 @33666 NONAME ??_R2OpalRFC2833@@8 @25864 NONAME ??_R2OpalRFC2833Info@@8 @25865 NONAME ??_R2OpalRtpToWavFile@@8 @25866 NONAME ??_R2OpalT120Format@@8 @30943 NONAME ??_R2OpalT120Protocol@@8 @25867 NONAME ??_R2OpalT38Protocol@@8 @25868 NONAME ??_R2OpalUserInputRFC2833Format@@8 @30944 NONAME ??_R2OpalVoipBlasterDevice@@8 @25869 NONAME ??_R2OpalVXMLSession@@8 @25870 NONAME ??_R2OpalWAVFile@@8 @25871 NONAME ??_R2P64Decoder@@8 @25872 NONAME ??_R2PASN_Boolean@@8 @25873 NONAME ??_R2PASN_ConstrainedObject@@8 @25874 NONAME ??_R2PASN_ConstrainedString@@8 @25875 NONAME ??_R2PASN_Enumeration@@8 @25876 NONAME ??_R2PASN_GeneralisedTime@@8 @25877 NONAME ??_R2PASN_GeneralString@@8 @25878 NONAME ??_R2PASN_IA5String@@8 @25879 NONAME ??_R2PASN_Integer@@8 @25880 NONAME ??_R2PASN_Null@@8 @25881 NONAME ??_R2PASN_NumericString@@8 @25882 NONAME ??_R2PASN_Object@@8 @25883 NONAME ??_R2PASN_PrintableString@@8 @25884 NONAME ??_R2PASN_Stream@@8 @25885 NONAME ??_R2PASN_VisibleString@@8 @25886 NONAME ??_R2PLDAPAttr_c@RTPerson@PILSSession@@8 @25887 NONAME ??_R2PLDAPAttr_cn@RTPerson@PILSSession@@8 @25888 NONAME ??_R2PLDAPAttr_comment@RTPerson@PILSSession@@8 @25889 NONAME ??_R2PLDAPAttr_givenName@RTPerson@PILSSession@@8 @25890 NONAME ??_R2PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@8 @25891 NONAME ??_R2PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@8 @25892 NONAME ??_R2PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@8 @25893 NONAME ??_R2PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@8 @25894 NONAME ??_R2PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@8 @25895 NONAME ??_R2PLDAPAttr_location@RTPerson@PILSSession@@8 @25896 NONAME ??_R2PLDAPAttr_o@RTPerson@PILSSession@@8 @25897 NONAME ??_R2PLDAPAttr_objectClass@RTPerson@PILSSession@@8 @25898 NONAME ??_R2PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@8 @25899 NONAME ??_R2PLDAPAttr_sappguid@RTPerson@PILSSession@@8 @25900 NONAME ??_R2PLDAPAttr_sappid@RTPerson@PILSSession@@8 @25901 NONAME ??_R2PLDAPAttr_sflags@RTPerson@PILSSession@@8 @25902 NONAME ??_R2PLDAPAttr_sipAddress@RTPerson@PILSSession@@8 @25903 NONAME ??_R2PLDAPAttr_smimetype@RTPerson@PILSSession@@8 @25904 NONAME ??_R2PLDAPAttr_smodop@RTPerson@PILSSession@@8 @25905 NONAME ??_R2PLDAPAttr_sport@RTPerson@PILSSession@@8 @25906 NONAME ??_R2PLDAPAttr_sprotid@RTPerson@PILSSession@@8 @25907 NONAME ??_R2PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@8 @25908 NONAME ??_R2PLDAPAttr_ssecurity@RTPerson@PILSSession@@8 @25909 NONAME ??_R2PLDAPAttr_sttl@RTPerson@PILSSession@@8 @25910 NONAME ??_R2PLDAPAttr_surname@RTPerson@PILSSession@@8 @25911 NONAME ??_R2PLDAPAttr_timestamp@RTPerson@PILSSession@@8 @25912 NONAME ??_R2PluginLoader@@8 @32984 NONAME ??_R2PPER_Stream@@8 @25913 NONAME ??_R2Pre_Vid_Coder@@8 @25914 NONAME ??_R2PWAVFileConverter@@8 @32219 NONAME ??_R2PWAVFileConverterALaw@@8 @32220 NONAME ??_R2PWAVFileConverterULaw@@8 @32221 NONAME ??_R2PWAVFileConverterXLaw@@8 @32222 NONAME ??_R2Q931@@8 @25917 NONAME ??_R2ReceivedPacket_PNotifier@OpalRFC2833@@8 @25918 NONAME ??_R2ReceivedPacket_PNotifier@OpalRtpToWavFile@@8 @25919 NONAME ??_R2ReceiverReport@RTP_Session@@8 @25920 NONAME ??_R2ReceiveTimeout_PNotifier@OpalRFC2833@@8 @25921 NONAME ??_R2Request@H323Transactor@@8 @25922 NONAME ??_R2Response@H323Transactor@@8 @25923 NONAME ??_R2RFC2190_FfmpgLink@@8 @33667 NONAME ??_R2RTPerson@PILSSession@@8 @25924 NONAME ??_R2RTP_ControlFrame@@8 @25925 NONAME ??_R2RTP_DataFrame@@8 @25926 NONAME ??_R2RTP_JitterBuffer@@8 @25927 NONAME ??_R2RTP_QOS@@8 @25928 NONAME ??_R2RTP_Session@@8 @25929 NONAME ??_R2RTP_SessionManager@@8 @25930 NONAME ??_R2RTP_UDP@@8 @25931 NONAME ??_R2RTP_UserData@@8 @25932 NONAME ??_R2SenderReport@RTP_Session@@8 @25933 NONAME ??_R2SlowHandler_PNotifier@H323Transaction@@8 @25934 NONAME ??_R2SourceDescription@RTP_Session@@8 @25935 NONAME ??_R2SRVRecordList@PDNS@@8 @32842 NONAME ??_R2StatusHandler_PNotifier@OpalVoipBlasterDevice@@8 @25936 NONAME ??_R2StringMap@H323GatekeeperServer@@8 @25937 NONAME ??_R2T120ConnectPDU@@8 @25938 NONAME ??_R2T120_X224@@8 @25939 NONAME ??_R2T38_ArrayOf_PASN_OctetString@@8 @25940 NONAME ??_R2T38_Data_Field@@8 @25941 NONAME ??_R2T38_Data_Field_subtype@@8 @25942 NONAME ??_R2T38_Data_Field_subtype_field_type@@8 @25943 NONAME ??_R2T38_IFPPacket@@8 @25944 NONAME ??_R2T38_PreCorrigendum_Data_Field@@8 @25945 NONAME ??_R2T38_PreCorrigendum_Data_Field_subtype@@8 @25946 NONAME ??_R2T38_PreCorrigendum_Data_Field_subtype_field_type@@8 @25947 NONAME ??_R2T38_PreCorrigendum_IFPPacket@@8 @25948 NONAME ??_R2T38_Type_of_msg@@8 @25949 NONAME ??_R2T38_Type_of_msg_data@@8 @25950 NONAME ??_R2T38_Type_of_msg_t30_indicator@@8 @25951 NONAME ??_R2T38_UDPTLPacket@@8 @25952 NONAME ??_R2T38_UDPTLPacket_error_recovery@@8 @25953 NONAME ??_R2T38_UDPTLPacket_error_recovery_fec_info@@8 @25954 NONAME ??_R2T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@8 @25955 NONAME ??_R2T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@8 @25956 NONAME ??_R2T38_UDPTLPacket_primary_ifp_packet@@8 @25957 NONAME ??_R2TickleMonitor_PNotifier@H323Gatekeeper@@8 @25958 NONAME ??_R2TransmitEnded_PNotifier@OpalRFC2833@@8 @25959 NONAME ??_R2TransmitPacket_PNotifier@OpalRFC2833@@8 @25960 NONAME ??_R2Transmitter@@8 @25961 NONAME ??_R2UpdateAllDescriptors_PNotifier@H323PeerElement@@8 @25962 NONAME ??_R2VoipBlasterInterface@@8 @25964 NONAME ??_R2Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@8 @32446 NONAME ??_R2Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@8 @32447 NONAME ??_R2Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@8 @32448 NONAME ??_R2Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@8 @32449 NONAME ??_R2Worker@OpalPluginCodecFactory@@8 @32450 NONAME ??_R2WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@8 @32843 NONAME ??_R2WorkerBase@?$PFactory@VH323Capability@@VPString@@@@8 @31847 NONAME ??_R2WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@8 @32451 NONAME ??_R2WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31848 NONAME ??_R2WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @31849 NONAME ??_R2WorkerBase@?$PFactory@VPWAVFileConverter@@I@@8 @32223 NONAME ??_R2X224@@8 @25965 NONAME ??_R2X880_Code@@8 @25966 NONAME ??_R2X880_GeneralProblem@@8 @25967 NONAME ??_R2X880_Invoke@@8 @25968 NONAME ??_R2X880_InvokeId@@8 @25969 NONAME ??_R2X880_InvokeProblem@@8 @25970 NONAME ??_R2X880_Reject@@8 @25971 NONAME ??_R2X880_RejectProblem@@8 @25972 NONAME ??_R2X880_Reject_problem@@8 @25973 NONAME ??_R2X880_ReturnError@@8 @25974 NONAME ??_R2X880_ReturnErrorProblem@@8 @25975 NONAME ??_R2X880_ReturnResult@@8 @25976 NONAME ??_R2X880_ReturnResultProblem@@8 @25977 NONAME ??_R2X880_ReturnResult_result@@8 @25978 NONAME ??_R2X880_ROS@@8 @25979 NONAME ??_R3?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@8 @25980 NONAME ??_R3?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@8 @25981 NONAME ??_R3?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@8 @25982 NONAME ??_R3?$H235_HASHED@VH235_EncodedGeneralToken@@@@8 @25983 NONAME ??_R3?$H235_HASHED@VH235_EncodedPwdCertToken@@@@8 @25984 NONAME ??_R3?$H235_SIGNED@VH225_EncodedFastStartToken@@@@8 @25985 NONAME ??_R3?$H235_SIGNED@VH235_EncodedGeneralToken@@@@8 @25986 NONAME ??_R3?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@8 @25987 NONAME ??_R3?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@8 @25988 NONAME ??_R3?$H235_SIGNED@VH235_EncodedReturnSig@@@@8 @25989 NONAME ??_R3?$PArray@V?$PList@VH323Capability@@@@@@8 @25990 NONAME ??_R3?$PArray@VH323SimultaneousCapabilities@@@@8 @25991 NONAME ??_R3?$PArray@VH323TransportAddress@@@@8 @25992 NONAME ??_R3?$PArray@VReceiverReport@RTP_Session@@@@8 @25993 NONAME ??_R3?$PArray@VSourceDescription@RTP_Session@@@@8 @25994 NONAME ??_R3?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@8 @25995 NONAME ??_R3?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@8 @25996 NONAME ??_R3?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@8 @25997 NONAME ??_R3?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@8 @25998 NONAME ??_R3?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@8 @25999 NONAME ??_R3?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@8 @26000 NONAME ??_R3?$PDictionary@VPString@@VH323Connection@@@@8 @26001 NONAME ??_R3?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@8 @26002 NONAME ??_R3?$PDictionary@VPString@@VPOrdinalKey@@@@8 @26003 NONAME ??_R3?$PFactory@VH235Authenticator@@VPString@@@@8 @32844 NONAME ??_R3?$PFactory@VH323Capability@@VPString@@@@8 @31850 NONAME ??_R3?$PFactory@VH323StaticPluginCodec@@VPString@@@@8 @31851 NONAME ??_R3?$PFactory@VOpalFactoryCodec@@VPString@@@@8 @32452 NONAME ??_R3?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31852 NONAME ??_R3?$PFactory@VPWAVFileConverter@@I@@8 @32224 NONAME ??_R3?$PList@VH235Authenticator@@@@8 @26004 NONAME ??_R3?$PList@VH245_GenericParameter@@@@8 @33244 NONAME ??_R3?$PList@VH263Packet@@@@8 @33668 NONAME ??_R3?$PList@VH323Capability@@@@8 @26006 NONAME ??_R3?$PList@VH323Channel@@@@8 @26007 NONAME ??_R3?$PList@VH323GatekeeperListener@@@@8 @26008 NONAME ??_R3?$PList@VH323Listener@@@@8 @26009 NONAME ??_R3?$PList@VH323Transactor@@@@8 @26010 NONAME ??_R3?$PList@VH450xHandler@@@@8 @26011 NONAME ??_R3?$PList@VOpalMediaFormat@@@@8 @26013 NONAME ??_R3?$PList@VPBYTEArray@@@@8 @26014 NONAME ??_R3?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@8 @26016 NONAME ??_R3?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@8 @26017 NONAME ??_R3?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@8 @26018 NONAME ??_R3?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@8 @26019 NONAME ??_R3?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@8 @26020 NONAME ??_R3?$PSafePtr@VH323GatekeeperCall@@@@8 @26021 NONAME ??_R3?$PSafePtr@VH323PeerElementDescriptor@@@@8 @26022 NONAME ??_R3?$PSafePtr@VH323PeerElementServiceRelationship@@@@8 @26023 NONAME ??_R3?$PSafePtr@VH323RegisteredEndPoint@@@@8 @26024 NONAME ??_R3?$PSafeSortedList@VH323GatekeeperCall@@@@8 @26025 NONAME ??_R3?$PSafeSortedList@VH323PeerElementDescriptor@@@@8 @26026 NONAME ??_R3?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@8 @26027 NONAME ??_R3?$PSet@VPOrdinalKey@@@@8 @26028 NONAME ??_R3?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@8 @26029 NONAME ??_R3?$PSortedList@VH225_AliasAddress@@@@8 @26030 NONAME ??_R3?$PSortedList@VH323GatekeeperCall@@@@8 @26031 NONAME ??_R3?$PSortedList@VH323PeerElementDescriptor@@@@8 @26032 NONAME ??_R3?$PSortedList@VH323PeerElementServiceRelationship@@@@8 @26033 NONAME ??_R3?$PSortedList@VMXRecord@PDNS@@@@8 @32845 NONAME ??_R3?$PSortedList@VResponse@H323Transactor@@@@8 @26035 NONAME ??_R3?$PSortedList@VSRVRecord@PDNS@@@@8 @32846 NONAME ??_R3?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @32847 NONAME ??_R3?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @32848 NONAME ??_R3?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@8 @32849 NONAME ??_R3?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @31853 NONAME ??_R3?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31854 NONAME ??_R3?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31855 NONAME ??_R3?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31856 NONAME ??_R3?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31857 NONAME ??_R3?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31858 NONAME ??_R3?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31859 NONAME ??_R3?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31860 NONAME ??_R3?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31861 NONAME ??_R3?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31862 NONAME ??_R3?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31863 NONAME ??_R3?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31864 NONAME ??_R3?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31865 NONAME ??_R3?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31866 NONAME ??_R3?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31867 NONAME ??_R3?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@8 @31868 NONAME ??_R3?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31869 NONAME ??_R3?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31870 NONAME ??_R3?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31871 NONAME ??_R3?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31872 NONAME ??_R3?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31873 NONAME ??_R3?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31874 NONAME ??_R3?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31875 NONAME ??_R3?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31876 NONAME ??_R3?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31877 NONAME ??_R3?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31878 NONAME ??_R3?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31879 NONAME ??_R3?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31880 NONAME ??_R3?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31881 NONAME ??_R3?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31882 NONAME ??_R3?$Worker@VOpalRFC2190H263Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @33669 NONAME ??_R3?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31883 NONAME ??_R3?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31884 NONAME ??_R3?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@8 @32985 NONAME ??_R3?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@8 @32225 NONAME ??_R3?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@8 @32226 NONAME ??_R3AliasKey@H323PeerElement@@8 @26037 NONAME ??_R3AlternateInfo@H323Gatekeeper@@8 @26038 NONAME ??_R3ByteQueue@OpalVoipBlasterDevice@@8 @26039 NONAME ??_R3Encoder@@8 @26040 NONAME ??_R3Entry@RTP_JitterBuffer@@8 @26041 NONAME ??_R3FilterInfo@H323Codec@@8 @26043 NONAME ??_R3FullP64Decoder@@8 @26044 NONAME ??_R3G7231_File_Capability@@8 @26045 NONAME ??_R3G7231_File_Codec@@8 @26046 NONAME ??_R3GCC_AlternativeNodeID@@8 @26047 NONAME ??_R3GCC_ApplicationInvokeIndication@@8 @26048 NONAME ??_R3GCC_ApplicationInvokeSpecifier@@8 @26049 NONAME ??_R3GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@8 @26050 NONAME ??_R3GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@8 @26051 NONAME ??_R3GCC_ApplicationRecord@@8 @26052 NONAME ??_R3GCC_ApplicationRecord_nonCollapsingCapabilities@@8 @26053 NONAME ??_R3GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@8 @26054 NONAME ??_R3GCC_ArrayOf_ApplicationInvokeSpecifier@@8 @26055 NONAME ??_R3GCC_ArrayOf_ChallengeItem@@8 @26056 NONAME ??_R3GCC_ArrayOf_ConferenceDescriptor@@8 @26057 NONAME ??_R3GCC_ArrayOf_Privilege@@8 @26058 NONAME ??_R3GCC_ArrayOf_TextString@@8 @26059 NONAME ??_R3GCC_ArrayOf_UserID@@8 @26060 NONAME ??_R3GCC_AsymmetryIndicator@@8 @26061 NONAME ??_R3GCC_CapabilityClass@@8 @26062 NONAME ??_R3GCC_CapabilityID@@8 @26063 NONAME ??_R3GCC_ChallengeItem@@8 @26064 NONAME ??_R3GCC_ChallengeRequest@@8 @26065 NONAME ??_R3GCC_ChallengeResponse@@8 @26066 NONAME ??_R3GCC_ChallengeResponseAlgorithm@@8 @26067 NONAME ??_R3GCC_ChallengeResponseItem@@8 @26068 NONAME ??_R3GCC_ChannelID@@8 @26069 NONAME ??_R3GCC_ChannelType@@8 @26070 NONAME ??_R3GCC_ConductorAssignIndication@@8 @26071 NONAME ??_R3GCC_ConductorPermissionAskIndication@@8 @26072 NONAME ??_R3GCC_ConductorPermissionGrantIndication@@8 @26073 NONAME ??_R3GCC_ConductorReleaseIndication@@8 @26074 NONAME ??_R3GCC_ConferenceAddRequest@@8 @26075 NONAME ??_R3GCC_ConferenceAddResponse@@8 @26076 NONAME ??_R3GCC_ConferenceAddResponse_result@@8 @26077 NONAME ??_R3GCC_ConferenceAssistanceIndication@@8 @26078 NONAME ??_R3GCC_ConferenceCreateRequest@@8 @26079 NONAME ??_R3GCC_ConferenceCreateResponse@@8 @26080 NONAME ??_R3GCC_ConferenceCreateResponse_result@@8 @26081 NONAME ??_R3GCC_ConferenceDescriptor@@8 @26082 NONAME ??_R3GCC_ConferenceEjectUserIndication@@8 @26083 NONAME ??_R3GCC_ConferenceEjectUserIndication_reason@@8 @26084 NONAME ??_R3GCC_ConferenceEjectUserRequest@@8 @26085 NONAME ??_R3GCC_ConferenceEjectUserRequest_reason@@8 @26086 NONAME ??_R3GCC_ConferenceEjectUserResponse@@8 @26087 NONAME ??_R3GCC_ConferenceEjectUserResponse_result@@8 @26088 NONAME ??_R3GCC_ConferenceInviteRequest@@8 @26089 NONAME ??_R3GCC_ConferenceInviteResponse@@8 @26090 NONAME ??_R3GCC_ConferenceInviteResponse_result@@8 @26091 NONAME ??_R3GCC_ConferenceJoinRequest@@8 @26092 NONAME ??_R3GCC_ConferenceJoinResponse@@8 @26093 NONAME ??_R3GCC_ConferenceJoinResponse_result@@8 @26094 NONAME ??_R3GCC_ConferenceLockIndication@@8 @26095 NONAME ??_R3GCC_ConferenceLockRequest@@8 @26096 NONAME ??_R3GCC_ConferenceLockResponse@@8 @26097 NONAME ??_R3GCC_ConferenceLockResponse_result@@8 @26098 NONAME ??_R3GCC_ConferenceName@@8 @26099 NONAME ??_R3GCC_ConferenceNameModifier@@8 @26100 NONAME ??_R3GCC_ConferenceNameSelector@@8 @26101 NONAME ??_R3GCC_ConferencePriority@@8 @26102 NONAME ??_R3GCC_ConferencePriorityScheme@@8 @26103 NONAME ??_R3GCC_ConferenceQueryRequest@@8 @26104 NONAME ??_R3GCC_ConferenceQueryResponse@@8 @26105 NONAME ??_R3GCC_ConferenceQueryResponse_result@@8 @26106 NONAME ??_R3GCC_ConferenceTerminateIndication@@8 @26107 NONAME ??_R3GCC_ConferenceTerminateIndication_reason@@8 @26108 NONAME ??_R3GCC_ConferenceTerminateRequest@@8 @26109 NONAME ??_R3GCC_ConferenceTerminateRequest_reason@@8 @26110 NONAME ??_R3GCC_ConferenceTerminateResponse@@8 @26111 NONAME ??_R3GCC_ConferenceTerminateResponse_result@@8 @26112 NONAME ??_R3GCC_ConferenceTimeExtendIndication@@8 @26113 NONAME ??_R3GCC_ConferenceTimeInquireIndication@@8 @26114 NONAME ??_R3GCC_ConferenceTimeRemainingIndication@@8 @26115 NONAME ??_R3GCC_ConferenceTransferIndication@@8 @26116 NONAME ??_R3GCC_ConferenceTransferRequest@@8 @26117 NONAME ??_R3GCC_ConferenceTransferResponse@@8 @26118 NONAME ??_R3GCC_ConferenceTransferResponse_result@@8 @26119 NONAME ??_R3GCC_ConferenceUnlockIndication@@8 @26120 NONAME ??_R3GCC_ConferenceUnlockRequest@@8 @26121 NONAME ??_R3GCC_ConferenceUnlockResponse@@8 @26122 NONAME ??_R3GCC_ConferenceUnlockResponse_result@@8 @26123 NONAME ??_R3GCC_ConnectData@@8 @26124 NONAME ??_R3GCC_ConnectGCCPDU@@8 @26125 NONAME ??_R3GCC_DialingString@@8 @26126 NONAME ??_R3GCC_DynamicChannelID@@8 @26127 NONAME ??_R3GCC_DynamicTokenID@@8 @26128 NONAME ??_R3GCC_EntityID@@8 @26129 NONAME ??_R3GCC_ExtraDialingString@@8 @26130 NONAME ??_R3GCC_FunctionNotSupportedResponse@@8 @26131 NONAME ??_R3GCC_GCCPDU@@8 @26132 NONAME ??_R3GCC_H221NonStandardIdentifier@@8 @26133 NONAME ??_R3GCC_Handle@@8 @26134 NONAME ??_R3GCC_IndicationPDU@@8 @26135 NONAME ??_R3GCC_Key@@8 @26136 NONAME ??_R3GCC_NetworkAddress@@8 @26137 NONAME ??_R3GCC_NetworkAddress_subtype@@8 @26138 NONAME ??_R3GCC_NetworkAddress_subtype_aggregatedChannel@@8 @26139 NONAME ??_R3GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@8 @26140 NONAME ??_R3GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@8 @26141 NONAME ??_R3GCC_NetworkAddress_subtype_transportConnection@@8 @26142 NONAME ??_R3GCC_NodeProperties@@8 @26143 NONAME ??_R3GCC_NodeRecord@@8 @26144 NONAME ??_R3GCC_NodeType@@8 @26145 NONAME ??_R3GCC_NonStandardParameter@@8 @26146 NONAME ??_R3GCC_NonStandardPDU@@8 @26147 NONAME ??_R3GCC_Password@@8 @26148 NONAME ??_R3GCC_PasswordChallengeRequestResponse@@8 @26149 NONAME ??_R3GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@8 @26150 NONAME ??_R3GCC_PasswordSelector@@8 @26151 NONAME ??_R3GCC_Privilege@@8 @26152 NONAME ??_R3GCC_RegistryAllocateHandleRequest@@8 @26153 NONAME ??_R3GCC_RegistryAllocateHandleResponse@@8 @26154 NONAME ??_R3GCC_RegistryAllocateHandleResponse_result@@8 @26155 NONAME ??_R3GCC_RegistryAssignTokenRequest@@8 @26156 NONAME ??_R3GCC_RegistryDeleteEntryRequest@@8 @26157 NONAME ??_R3GCC_RegistryEntryOwner@@8 @26158 NONAME ??_R3GCC_RegistryEntryOwner_owned@@8 @26159 NONAME ??_R3GCC_RegistryItem@@8 @26160 NONAME ??_R3GCC_RegistryKey@@8 @26161 NONAME ??_R3GCC_RegistryModificationRights@@8 @26162 NONAME ??_R3GCC_RegistryMonitorEntryIndication@@8 @26163 NONAME ??_R3GCC_RegistryMonitorEntryRequest@@8 @26164 NONAME ??_R3GCC_RegistryRegisterChannelRequest@@8 @26165 NONAME ??_R3GCC_RegistryResponse@@8 @26166 NONAME ??_R3GCC_RegistryResponse_primitiveType@@8 @26167 NONAME ??_R3GCC_RegistryResponse_result@@8 @26168 NONAME ??_R3GCC_RegistryRetrieveEntryRequest@@8 @26169 NONAME ??_R3GCC_RegistrySetParameterRequest@@8 @26170 NONAME ??_R3GCC_RequestPDU@@8 @26171 NONAME ??_R3GCC_ResponsePDU@@8 @26172 NONAME ??_R3GCC_RosterUpdateIndication@@8 @26173 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation@@8 @26174 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype@@8 @26175 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@8 @26176 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@8 @26177 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@8 @26178 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@8 @26179 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@8 @26180 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@8 @26181 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@8 @26182 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@8 @26183 NONAME ??_R3GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@8 @26184 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation@@8 @26185 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@8 @26186 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@8 @26187 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@8 @26188 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@8 @26189 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@8 @26190 NONAME ??_R3GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@8 @26191 NONAME ??_R3GCC_SessionKey@@8 @26192 NONAME ??_R3GCC_SimpleNumericString@@8 @26193 NONAME ??_R3GCC_SimpleTextString@@8 @26194 NONAME ??_R3GCC_StaticChannelID@@8 @26195 NONAME ??_R3GCC_StaticTokenID@@8 @26196 NONAME ??_R3GCC_SubAddressString@@8 @26197 NONAME ??_R3GCC_TerminationMethod@@8 @26198 NONAME ??_R3GCC_TextMessageIndication@@8 @26199 NONAME ??_R3GCC_TextString@@8 @26200 NONAME ??_R3GCC_Time@@8 @26201 NONAME ??_R3GCC_TokenID@@8 @26202 NONAME ??_R3GCC_UserData@@8 @26203 NONAME ??_R3GCC_UserData_subtype@@8 @26204 NONAME ??_R3GCC_UserID@@8 @26205 NONAME ??_R3GCC_UserIDIndication@@8 @26206 NONAME ??_R3H225CallThread@@8 @26207 NONAME ??_R3H225TransportThread@@8 @26208 NONAME ??_R3H225_AddressPattern@@8 @26209 NONAME ??_R3H225_AddressPattern_range@@8 @26210 NONAME ??_R3H225_AdmissionConfirm@@8 @26211 NONAME ??_R3H225_AdmissionConfirm_language@@8 @26212 NONAME ??_R3H225_AdmissionReject@@8 @26213 NONAME ??_R3H225_AdmissionRejectReason@@8 @26214 NONAME ??_R3H225_AdmissionRequest@@8 @26215 NONAME ??_R3H225_Alerting_UUIE@@8 @26216 NONAME ??_R3H225_AliasAddress@@8 @26217 NONAME ??_R3H225_AlternateGK@@8 @26218 NONAME ??_R3H225_AlternateTransportAddresses@@8 @26219 NONAME ??_R3H225_AltGKInfo@@8 @26220 NONAME ??_R3H225_ANSI_41_UIM@@8 @26221 NONAME ??_R3H225_ANSI_41_UIM_system_id@@8 @26222 NONAME ??_R3H225_ArrayOf_AddressPattern@@8 @26223 NONAME ??_R3H225_ArrayOf_AdmissionConfirm@@8 @26224 NONAME ??_R3H225_ArrayOf_AliasAddress@@8 @26225 NONAME ??_R3H225_ArrayOf_AlternateGK@@8 @26226 NONAME ??_R3H225_ArrayOf_AuthenticationMechanism@@8 @26227 NONAME ??_R3H225_ArrayOf_BandwidthDetails@@8 @26228 NONAME ??_R3H225_ArrayOf_CallReferenceValue@@8 @26229 NONAME ??_R3H225_ArrayOf_CallsAvailable@@8 @26230 NONAME ??_R3H225_ArrayOf_ClearToken@@8 @26231 NONAME ??_R3H225_ArrayOf_ConferenceIdentifier@@8 @26232 NONAME ??_R3H225_ArrayOf_ConferenceList@@8 @26233 NONAME ??_R3H225_ArrayOf_CryptoH323Token@@8 @26234 NONAME ??_R3H225_ArrayOf_DataRate@@8 @26235 NONAME ??_R3H225_ArrayOf_Endpoint@@8 @26236 NONAME ??_R3H225_ArrayOf_EnumeratedParameter@@8 @26237 NONAME ??_R3H225_ArrayOf_ExtendedAliasAddress@@8 @26238 NONAME ??_R3H225_ArrayOf_FeatureDescriptor@@8 @26239 NONAME ??_R3H225_ArrayOf_GenericData@@8 @26240 NONAME ??_R3H225_ArrayOf_H245Security@@8 @26241 NONAME ??_R3H225_ArrayOf_H248PackagesDescriptor@@8 @26242 NONAME ??_R3H225_ArrayOf_IntegrityMechanism@@8 @26243 NONAME ??_R3H225_ArrayOf_NonStandardParameter@@8 @26244 NONAME ??_R3H225_ArrayOf_PartyNumber@@8 @26245 NONAME ??_R3H225_ArrayOf_PASN_ObjectId@@8 @26246 NONAME ??_R3H225_ArrayOf_PASN_OctetString@@8 @26247 NONAME ??_R3H225_ArrayOf_RasUsageSpecification@@8 @26248 NONAME ??_R3H225_ArrayOf_RTPSession@@8 @26249 NONAME ??_R3H225_ArrayOf_ServiceControlSession@@8 @26250 NONAME ??_R3H225_ArrayOf_SupportedPrefix@@8 @26251 NONAME ??_R3H225_ArrayOf_SupportedProtocols@@8 @26252 NONAME ??_R3H225_ArrayOf_TransportAddress@@8 @26253 NONAME ??_R3H225_ArrayOf_TransportChannelInfo@@8 @26254 NONAME ??_R3H225_ArrayOf_TunnelledProtocol@@8 @26255 NONAME ??_R3H225_BandRejectReason@@8 @26256 NONAME ??_R3H225_BandWidth@@8 @26257 NONAME ??_R3H225_BandwidthConfirm@@8 @26258 NONAME ??_R3H225_BandwidthDetails@@8 @26259 NONAME ??_R3H225_BandwidthReject@@8 @26260 NONAME ??_R3H225_BandwidthRequest@@8 @26261 NONAME ??_R3H225_CallCapacity@@8 @26262 NONAME ??_R3H225_CallCapacityInfo@@8 @26263 NONAME ??_R3H225_CallCreditCapability@@8 @26264 NONAME ??_R3H225_CallCreditServiceControl@@8 @26265 NONAME ??_R3H225_CallCreditServiceControl_billingMode@@8 @26266 NONAME ??_R3H225_CallCreditServiceControl_callStartingPoint@@8 @26267 NONAME ??_R3H225_CallIdentifier@@8 @26268 NONAME ??_R3H225_CallLinkage@@8 @26269 NONAME ??_R3H225_CallModel@@8 @26270 NONAME ??_R3H225_CallProceeding_UUIE@@8 @26271 NONAME ??_R3H225_CallReferenceValue@@8 @26272 NONAME ??_R3H225_CallsAvailable@@8 @26273 NONAME ??_R3H225_CallTerminationCause@@8 @26274 NONAME ??_R3H225_CallType@@8 @26275 NONAME ??_R3H225_CapacityReportingCapability@@8 @26276 NONAME ??_R3H225_CapacityReportingSpecification@@8 @26277 NONAME ??_R3H225_CapacityReportingSpecification_when@@8 @26278 NONAME ??_R3H225_CarrierInfo@@8 @26279 NONAME ??_R3H225_CicInfo@@8 @26280 NONAME ??_R3H225_CicInfo_cic@@8 @26281 NONAME ??_R3H225_CircuitIdentifier@@8 @26282 NONAME ??_R3H225_CircuitInfo@@8 @26283 NONAME ??_R3H225_ConferenceIdentifier@@8 @26284 NONAME ??_R3H225_ConferenceList@@8 @26285 NONAME ??_R3H225_Connect_UUIE@@8 @26286 NONAME ??_R3H225_Connect_UUIE_language@@8 @26287 NONAME ??_R3H225_Content@@8 @26288 NONAME ??_R3H225_CryptoH323Token@@8 @26289 NONAME ??_R3H225_CryptoH323Token_cryptoEPPwdHash@@8 @26290 NONAME ??_R3H225_CryptoH323Token_cryptoGKPwdHash@@8 @26291 NONAME ??_R3H225_DataRate@@8 @26292 NONAME ??_R3H225_DisengageConfirm@@8 @26293 NONAME ??_R3H225_DisengageReason@@8 @26294 NONAME ??_R3H225_DisengageReject@@8 @26295 NONAME ??_R3H225_DisengageRejectReason@@8 @26296 NONAME ??_R3H225_DisengageRequest@@8 @26297 NONAME ??_R3H225_EncodedFastStartToken@@8 @26298 NONAME ??_R3H225_EncryptIntAlg@@8 @26299 NONAME ??_R3H225_Endpoint@@8 @26300 NONAME ??_R3H225_EndpointIdentifier@@8 @26301 NONAME ??_R3H225_EndpointType@@8 @26302 NONAME ??_R3H225_EnumeratedParameter@@8 @26303 NONAME ??_R3H225_ExtendedAliasAddress@@8 @26304 NONAME ??_R3H225_FacilityReason@@8 @26305 NONAME ??_R3H225_Facility_UUIE@@8 @26306 NONAME ??_R3H225_FastStartToken@@8 @26307 NONAME ??_R3H225_FeatureDescriptor@@8 @26308 NONAME ??_R3H225_FeatureSet@@8 @26309 NONAME ??_R3H225_GatekeeperConfirm@@8 @26310 NONAME ??_R3H225_GatekeeperIdentifier@@8 @26311 NONAME ??_R3H225_GatekeeperInfo@@8 @26312 NONAME ??_R3H225_GatekeeperReject@@8 @26313 NONAME ??_R3H225_GatekeeperRejectReason@@8 @26314 NONAME ??_R3H225_GatekeeperRequest@@8 @26315 NONAME ??_R3H225_GatewayInfo@@8 @26316 NONAME ??_R3H225_GenericData@@8 @26317 NONAME ??_R3H225_GenericIdentifier@@8 @26318 NONAME ??_R3H225_GloballyUniqueID@@8 @26319 NONAME ??_R3H225_GroupID@@8 @26320 NONAME ??_R3H225_GroupID_member@@8 @26321 NONAME ??_R3H225_GSM_UIM@@8 @26322 NONAME ??_R3H225_H221NonStandard@@8 @26323 NONAME ??_R3H225_H245Security@@8 @26324 NONAME ??_R3H225_H248PackagesDescriptor@@8 @26325 NONAME ??_R3H225_H248SignalsDescriptor@@8 @26326 NONAME ??_R3H225_H310Caps@@8 @26327 NONAME ??_R3H225_H320Caps@@8 @26328 NONAME ??_R3H225_H321Caps@@8 @26329 NONAME ??_R3H225_H322Caps@@8 @26330 NONAME ??_R3H225_H323Caps@@8 @26331 NONAME ??_R3H225_H323_UserInformation@@8 @26332 NONAME ??_R3H225_H323_UserInformation_user_data@@8 @26333 NONAME ??_R3H225_H323_UU_PDU@@8 @26334 NONAME ??_R3H225_H323_UU_PDU_h323_message_body@@8 @26335 NONAME ??_R3H225_H323_UU_PDU_tunnelledSignallingMessage@@8 @26336 NONAME ??_R3H225_H324Caps@@8 @26337 NONAME ??_R3H225_ICV@@8 @26338 NONAME ??_R3H225_InfoRequest@@8 @26339 NONAME ??_R3H225_InfoRequestAck@@8 @26340 NONAME ??_R3H225_InfoRequestNak@@8 @26341 NONAME ??_R3H225_InfoRequestNakReason@@8 @26342 NONAME ??_R3H225_InfoRequestResponse@@8 @26343 NONAME ??_R3H225_InfoRequestResponseStatus@@8 @26344 NONAME ??_R3H225_InfoRequestResponse_perCallInfo@@8 @26345 NONAME ??_R3H225_InfoRequestResponse_perCallInfo_subtype@@8 @26346 NONAME ??_R3H225_InfoRequestResponse_perCallInfo_subtype_pdu@@8 @26347 NONAME ??_R3H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@8 @26348 NONAME ??_R3H225_Information_UUIE@@8 @26349 NONAME ??_R3H225_IntegrityMechanism@@8 @26350 NONAME ??_R3H225_LocationConfirm@@8 @26351 NONAME ??_R3H225_LocationReject@@8 @26352 NONAME ??_R3H225_LocationRejectReason@@8 @26353 NONAME ??_R3H225_LocationRequest@@8 @26354 NONAME ??_R3H225_McuInfo@@8 @26355 NONAME ??_R3H225_MobileUIM@@8 @26356 NONAME ??_R3H225_NonIsoIntegrityMechanism@@8 @26357 NONAME ??_R3H225_NonStandardIdentifier@@8 @26358 NONAME ??_R3H225_NonStandardMessage@@8 @26359 NONAME ??_R3H225_NonStandardParameter@@8 @26360 NONAME ??_R3H225_NonStandardProtocol@@8 @26361 NONAME ??_R3H225_Notify_UUIE@@8 @26362 NONAME ??_R3H225_NumberDigits@@8 @26363 NONAME ??_R3H225_PartyNumber@@8 @26364 NONAME ??_R3H225_PresentationIndicator@@8 @26365 NONAME ??_R3H225_PrivatePartyNumber@@8 @26366 NONAME ??_R3H225_PrivateTypeOfNumber@@8 @26367 NONAME ??_R3H225_Progress_UUIE@@8 @26368 NONAME ??_R3H225_ProtocolIdentifier@@8 @26369 NONAME ??_R3H225_PublicPartyNumber@@8 @26370 NONAME ??_R3H225_PublicTypeOfNumber@@8 @26371 NONAME ??_R3H225_Q954Details@@8 @26372 NONAME ??_R3H225_QseriesOptions@@8 @26373 NONAME ??_R3H225_RAS@@8 @26374 NONAME ??_R3H225_RasMessage@@8 @26375 NONAME ??_R3H225_RasUsageInformation@@8 @26376 NONAME ??_R3H225_RasUsageInfoTypes@@8 @26377 NONAME ??_R3H225_RasUsageSpecification@@8 @26378 NONAME ??_R3H225_RasUsageSpecification_callStartingPoint@@8 @26379 NONAME ??_R3H225_RasUsageSpecification_when@@8 @26380 NONAME ??_R3H225_RegistrationConfirm@@8 @26381 NONAME ??_R3H225_RegistrationConfirm_preGrantedARQ@@8 @26382 NONAME ??_R3H225_RegistrationReject@@8 @26383 NONAME ??_R3H225_RegistrationRejectReason@@8 @26384 NONAME ??_R3H225_RegistrationRejectReason_invalidTerminalAliases@@8 @26385 NONAME ??_R3H225_RegistrationRequest@@8 @26386 NONAME ??_R3H225_ReleaseCompleteReason@@8 @26387 NONAME ??_R3H225_ReleaseComplete_UUIE@@8 @26388 NONAME ??_R3H225_RequestInProgress@@8 @26389 NONAME ??_R3H225_RequestSeqNum@@8 @26390 NONAME ??_R3H225_ResourcesAvailableConfirm@@8 @26391 NONAME ??_R3H225_ResourcesAvailableIndicate@@8 @26392 NONAME ??_R3H225_RTPSession@@8 @26393 NONAME ??_R3H225_RTPSession_associatedSessionIds@@8 @26394 NONAME ??_R3H225_ScnConnectionAggregation@@8 @26395 NONAME ??_R3H225_ScnConnectionType@@8 @26396 NONAME ??_R3H225_ScreeningIndicator@@8 @26397 NONAME ??_R3H225_SecurityCapabilities@@8 @26398 NONAME ??_R3H225_SecurityErrors2@@8 @26399 NONAME ??_R3H225_SecurityErrors@@8 @26400 NONAME ??_R3H225_SecurityServiceMode@@8 @26401 NONAME ??_R3H225_ServiceControlDescriptor@@8 @26402 NONAME ??_R3H225_ServiceControlIndication@@8 @26403 NONAME ??_R3H225_ServiceControlIndication_callSpecific@@8 @26404 NONAME ??_R3H225_ServiceControlResponse@@8 @26405 NONAME ??_R3H225_ServiceControlResponse_result@@8 @26406 NONAME ??_R3H225_ServiceControlSession@@8 @26407 NONAME ??_R3H225_ServiceControlSession_reason@@8 @26408 NONAME ??_R3H225_SetupAcknowledge_UUIE@@8 @26409 NONAME ??_R3H225_Setup_UUIE@@8 @26410 NONAME ??_R3H225_Setup_UUIE_conferenceGoal@@8 @26411 NONAME ??_R3H225_Setup_UUIE_connectionParameters@@8 @26412 NONAME ??_R3H225_Setup_UUIE_language@@8 @26413 NONAME ??_R3H225_SIPCaps@@8 @26414 NONAME ??_R3H225_StatusInquiry_UUIE@@8 @26415 NONAME ??_R3H225_Status_UUIE@@8 @26416 NONAME ??_R3H225_StimulusControl@@8 @26417 NONAME ??_R3H225_SupportedPrefix@@8 @26418 NONAME ??_R3H225_SupportedProtocols@@8 @26419 NONAME ??_R3H225_T120OnlyCaps@@8 @26420 NONAME ??_R3H225_T38FaxAnnexbOnlyCaps@@8 @26421 NONAME ??_R3H225_TBCD_STRING@@8 @26422 NONAME ??_R3H225_TerminalInfo@@8 @26423 NONAME ??_R3H225_TimeToLive@@8 @26424 NONAME ??_R3H225_TransportAddress@@8 @26425 NONAME ??_R3H225_TransportAddress_ip6Address@@8 @26426 NONAME ??_R3H225_TransportAddress_ipAddress@@8 @26427 NONAME ??_R3H225_TransportAddress_ipSourceRoute@@8 @26428 NONAME ??_R3H225_TransportAddress_ipSourceRoute_route@@8 @26429 NONAME ??_R3H225_TransportAddress_ipSourceRoute_routing@@8 @26430 NONAME ??_R3H225_TransportAddress_ipxAddress@@8 @26431 NONAME ??_R3H225_TransportChannelInfo@@8 @26432 NONAME ??_R3H225_TransportQOS@@8 @26433 NONAME ??_R3H225_TunnelledProtocol@@8 @26434 NONAME ??_R3H225_TunnelledProtocolAlternateIdentifier@@8 @26435 NONAME ??_R3H225_TunnelledProtocol_id@@8 @26436 NONAME ??_R3H225_UnknownMessageResponse@@8 @26437 NONAME ??_R3H225_UnregistrationConfirm@@8 @26438 NONAME ??_R3H225_UnregistrationReject@@8 @26439 NONAME ??_R3H225_UnregistrationRequest@@8 @26440 NONAME ??_R3H225_UnregRejectReason@@8 @26441 NONAME ??_R3H225_UnregRequestReason@@8 @26442 NONAME ??_R3H225_UseSpecifiedTransport@@8 @26443 NONAME ??_R3H225_UUIEsRequested@@8 @26444 NONAME ??_R3H225_VendorIdentifier@@8 @26445 NONAME ??_R3H225_VoiceCaps@@8 @26446 NONAME ??_R3H235AuthCAT@@8 @26447 NONAME ??_R3H235Authenticator@@8 @26448 NONAME ??_R3H235Authenticators@@8 @26449 NONAME ??_R3H235AuthProcedure1@@8 @26450 NONAME ??_R3H235AuthSimpleMD5@@8 @26451 NONAME ??_R3H235_AuthenticationBES@@8 @26452 NONAME ??_R3H235_AuthenticationMechanism@@8 @26453 NONAME ??_R3H235_ChallengeString@@8 @26454 NONAME ??_R3H235_ClearToken@@8 @26455 NONAME ??_R3H235_CryptoToken@@8 @26456 NONAME ??_R3H235_CryptoToken_cryptoEncryptedToken@@8 @26457 NONAME ??_R3H235_CryptoToken_cryptoHashedToken@@8 @26458 NONAME ??_R3H235_CryptoToken_cryptoSignedToken@@8 @26459 NONAME ??_R3H235_DHset@@8 @26460 NONAME ??_R3H235_ECGDSASignature@@8 @26461 NONAME ??_R3H235_ECKASDH@@8 @26462 NONAME ??_R3H235_ECKASDH_eckasdh2@@8 @26463 NONAME ??_R3H235_ECKASDH_eckasdhp@@8 @26464 NONAME ??_R3H235_ECpoint@@8 @26465 NONAME ??_R3H235_EncodedGeneralToken@@8 @26466 NONAME ??_R3H235_EncodedKeySignedMaterial@@8 @26467 NONAME ??_R3H235_EncodedKeySyncMaterial@@8 @26468 NONAME ??_R3H235_EncodedPwdCertToken@@8 @26469 NONAME ??_R3H235_EncodedReturnSig@@8 @26470 NONAME ??_R3H235_H235CertificateSignature@@8 @26471 NONAME ??_R3H235_H235Key@@8 @26472 NONAME ??_R3H235_Identifier@@8 @26473 NONAME ??_R3H235_IV16@@8 @26474 NONAME ??_R3H235_IV8@@8 @26475 NONAME ??_R3H235_KeyMaterial@@8 @26476 NONAME ??_R3H235_KeySignedMaterial@@8 @26477 NONAME ??_R3H235_KeySyncMaterial@@8 @26478 NONAME ??_R3H235_NonStandardParameter@@8 @26479 NONAME ??_R3H235_Params@@8 @26480 NONAME ??_R3H235_Password@@8 @26481 NONAME ??_R3H235_PwdCertToken@@8 @26482 NONAME ??_R3H235_RandomVal@@8 @26483 NONAME ??_R3H235_ReturnSig@@8 @26484 NONAME ??_R3H235_TimeStamp@@8 @26485 NONAME ??_R3H235_TypedCertificate@@8 @26486 NONAME ??_R3H235_V3KeySyncMaterial@@8 @26487 NONAME ??_R3H245NegLogicalChannel@@8 @26488 NONAME ??_R3H245NegLogicalChannels@@8 @26489 NONAME ??_R3H245NegMasterSlaveDetermination@@8 @26490 NONAME ??_R3H245Negotiator@@8 @26491 NONAME ??_R3H245NegRequestMode@@8 @26492 NONAME ??_R3H245NegRoundTripDelay@@8 @26493 NONAME ??_R3H245NegTerminalCapabilitySet@@8 @26494 NONAME ??_R3H245TransportThread@@8 @26495 NONAME ??_R3H245_AlternativeCapabilitySet@@8 @26496 NONAME ??_R3H245_ArrayOf_AlternativeCapabilitySet@@8 @26497 NONAME ??_R3H245_ArrayOf_BEnhancementParameters@@8 @26498 NONAME ??_R3H245_ArrayOf_CapabilityDescriptor@@8 @26499 NONAME ??_R3H245_ArrayOf_CapabilityDescriptorNumber@@8 @26500 NONAME ??_R3H245_ArrayOf_CapabilityTableEntry@@8 @26501 NONAME ??_R3H245_ArrayOf_CapabilityTableEntryNumber@@8 @26502 NONAME ??_R3H245_ArrayOf_CommunicationModeTableEntry@@8 @26503 NONAME ??_R3H245_ArrayOf_CustomPictureClockFrequency@@8 @26504 NONAME ??_R3H245_ArrayOf_CustomPictureFormat@@8 @26505 NONAME ??_R3H245_ArrayOf_DataApplicationCapability@@8 @26506 NONAME ??_R3H245_ArrayOf_DialingInformationNetworkType@@8 @26507 NONAME ??_R3H245_ArrayOf_DialingInformationNumber@@8 @26508 NONAME ??_R3H245_ArrayOf_EnhancementOptions@@8 @26509 NONAME ??_R3H245_ArrayOf_EscrowData@@8 @26510 NONAME ??_R3H245_ArrayOf_GenericCapability@@8 @33125 NONAME ??_R3H245_ArrayOf_GenericParameter@@8 @26511 NONAME ??_R3H245_ArrayOf_H263ModeComboFlags@@8 @26512 NONAME ??_R3H245_ArrayOf_H263VideoModeCombos@@8 @26513 NONAME ??_R3H245_ArrayOf_MediaChannelCapability@@8 @26514 NONAME ??_R3H245_ArrayOf_MediaDistributionCapability@@8 @26515 NONAME ??_R3H245_ArrayOf_ModeDescription@@8 @26516 NONAME ??_R3H245_ArrayOf_MultiplePayloadStreamElement@@8 @26517 NONAME ??_R3H245_ArrayOf_MultiplePayloadStreamElementMode@@8 @26518 NONAME ??_R3H245_ArrayOf_MultiplexElement@@8 @26519 NONAME ??_R3H245_ArrayOf_MultiplexEntryDescriptor@@8 @26520 NONAME ??_R3H245_ArrayOf_MultiplexEntryRejectionDescriptions@@8 @26521 NONAME ??_R3H245_ArrayOf_MultiplexTableEntryNumber@@8 @26522 NONAME ??_R3H245_ArrayOf_NonStandardParameter@@8 @26523 NONAME ??_R3H245_ArrayOf_ParameterIdentifier@@8 @26524 NONAME ??_R3H245_ArrayOf_PictureReference@@8 @26525 NONAME ??_R3H245_ArrayOf_Q2931Address@@8 @26526 NONAME ??_R3H245_ArrayOf_QOSCapability@@8 @26527 NONAME ??_R3H245_ArrayOf_RedundancyEncodingCapability@@8 @26528 NONAME ??_R3H245_ArrayOf_RedundancyEncodingDTModeElement@@8 @26529 NONAME ??_R3H245_ArrayOf_RedundancyEncodingElement@@8 @26530 NONAME ??_R3H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@8 @26531 NONAME ??_R3H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@8 @26532 NONAME ??_R3H245_ArrayOf_RTPPayloadType@@8 @26533 NONAME ??_R3H245_ArrayOf_TerminalInformation@@8 @26534 NONAME ??_R3H245_ArrayOf_TerminalLabel@@8 @26535 NONAME ??_R3H245_ArrayOf_VCCapability@@8 @26536 NONAME ??_R3H245_ArrayOf_VideoCapability@@8 @33126 NONAME ??_R3H245_ATMParameters@@8 @26537 NONAME ??_R3H245_AudioCapability@@8 @26538 NONAME ??_R3H245_AudioCapability_g7231@@8 @26539 NONAME ??_R3H245_AudioMode@@8 @26540 NONAME ??_R3H245_AudioMode_g7231@@8 @26541 NONAME ??_R3H245_AudioTelephonyEventCapability@@8 @26542 NONAME ??_R3H245_AudioToneCapability@@8 @26543 NONAME ??_R3H245_AuthenticationCapability@@8 @26544 NONAME ??_R3H245_BEnhancementParameters@@8 @26545 NONAME ??_R3H245_Capability@@8 @26546 NONAME ??_R3H245_CapabilityDescriptor@@8 @26547 NONAME ??_R3H245_CapabilityDescriptorNumber@@8 @26548 NONAME ??_R3H245_CapabilityIdentifier@@8 @26549 NONAME ??_R3H245_CapabilityTableEntry@@8 @26550 NONAME ??_R3H245_CapabilityTableEntryNumber@@8 @26551 NONAME ??_R3H245_Capability_h233EncryptionReceiveCapability@@8 @26552 NONAME ??_R3H245_CertSelectionCriteria@@8 @26553 NONAME ??_R3H245_CloseLogicalChannel@@8 @26554 NONAME ??_R3H245_CloseLogicalChannelAck@@8 @26555 NONAME ??_R3H245_CloseLogicalChannel_reason@@8 @26556 NONAME ??_R3H245_CloseLogicalChannel_source@@8 @26557 NONAME ??_R3H245_CommandMessage@@8 @26558 NONAME ??_R3H245_CommunicationModeCommand@@8 @26559 NONAME ??_R3H245_CommunicationModeRequest@@8 @26560 NONAME ??_R3H245_CommunicationModeResponse@@8 @26561 NONAME ??_R3H245_CommunicationModeTableEntry@@8 @26562 NONAME ??_R3H245_CommunicationModeTableEntry_dataType@@8 @26563 NONAME ??_R3H245_CompressionType@@8 @26564 NONAME ??_R3H245_ConferenceCapability@@8 @26565 NONAME ??_R3H245_ConferenceCommand@@8 @26566 NONAME ??_R3H245_ConferenceID@@8 @26567 NONAME ??_R3H245_ConferenceIndication@@8 @26568 NONAME ??_R3H245_ConferenceRequest@@8 @26569 NONAME ??_R3H245_ConferenceRequest_requestTerminalCertificate@@8 @26570 NONAME ??_R3H245_ConferenceResponse@@8 @26571 NONAME ??_R3H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@8 @26572 NONAME ??_R3H245_ConferenceResponse_chairTokenOwnerResponse@@8 @26573 NONAME ??_R3H245_ConferenceResponse_conferenceIDResponse@@8 @26574 NONAME ??_R3H245_ConferenceResponse_extensionAddressResponse@@8 @26575 NONAME ??_R3H245_ConferenceResponse_makeMeChairResponse@@8 @26576 NONAME ??_R3H245_ConferenceResponse_makeTerminalBroadcasterResponse@@8 @26577 NONAME ??_R3H245_ConferenceResponse_mCTerminalIDResponse@@8 @26578 NONAME ??_R3H245_ConferenceResponse_passwordResponse@@8 @26579 NONAME ??_R3H245_ConferenceResponse_sendThisSourceResponse@@8 @26580 NONAME ??_R3H245_ConferenceResponse_terminalCertificateResponse@@8 @26581 NONAME ??_R3H245_ConferenceResponse_terminalIDResponse@@8 @26582 NONAME ??_R3H245_ConnectionIdentifier@@8 @26583 NONAME ??_R3H245_CRCLength@@8 @26584 NONAME ??_R3H245_Criteria@@8 @26585 NONAME ??_R3H245_CustomPictureClockFrequency@@8 @26586 NONAME ??_R3H245_CustomPictureFormat@@8 @26587 NONAME ??_R3H245_CustomPictureFormat_mPI@@8 @26588 NONAME ??_R3H245_CustomPictureFormat_mPI_customPCF@@8 @26589 NONAME ??_R3H245_CustomPictureFormat_mPI_customPCF_subtype@@8 @26590 NONAME ??_R3H245_CustomPictureFormat_pixelAspectInformation@@8 @26591 NONAME ??_R3H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@8 @26592 NONAME ??_R3H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@8 @26593 NONAME ??_R3H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@8 @26594 NONAME ??_R3H245_DataApplicationCapability@@8 @26595 NONAME ??_R3H245_DataApplicationCapability_application@@8 @26596 NONAME ??_R3H245_DataApplicationCapability_application_nlpid@@8 @26597 NONAME ??_R3H245_DataApplicationCapability_application_t38fax@@8 @26598 NONAME ??_R3H245_DataApplicationCapability_application_t84@@8 @26599 NONAME ??_R3H245_DataMode@@8 @26600 NONAME ??_R3H245_DataMode_application@@8 @26601 NONAME ??_R3H245_DataMode_application_nlpid@@8 @26602 NONAME ??_R3H245_DataMode_application_t38fax@@8 @26603 NONAME ??_R3H245_DataProtocolCapability@@8 @26604 NONAME ??_R3H245_DataProtocolCapability_v76wCompression@@8 @26605 NONAME ??_R3H245_DataType@@8 @26606 NONAME ??_R3H245_DepFECCapability@@8 @33492 NONAME ??_R3H245_DepFECCapability_rfc2733@@8 @33493 NONAME ??_R3H245_DepFECCapability_rfc2733_separateStream@@8 @33494 NONAME ??_R3H245_DepFECData@@8 @33495 NONAME ??_R3H245_DepFECData_rfc2733@@8 @33496 NONAME ??_R3H245_DepFECData_rfc2733_mode@@8 @33497 NONAME ??_R3H245_DepFECData_rfc2733_mode_separateStream@@8 @33498 NONAME ??_R3H245_DepFECData_rfc2733_mode_separateStream_differentPort@@8 @33499 NONAME ??_R3H245_DepFECData_rfc2733_mode_separateStream_samePort@@8 @33500 NONAME ??_R3H245_DepFECMode@@8 @33501 NONAME ??_R3H245_DepFECMode_rfc2733Mode@@8 @33502 NONAME ??_R3H245_DepFECMode_rfc2733Mode_mode@@8 @33503 NONAME ??_R3H245_DepFECMode_rfc2733Mode_mode_separateStream@@8 @33504 NONAME ??_R3H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@8 @33505 NONAME ??_R3H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@8 @33506 NONAME ??_R3H245_DialingInformation@@8 @26607 NONAME ??_R3H245_DialingInformationNetworkType@@8 @26608 NONAME ??_R3H245_DialingInformationNumber@@8 @26609 NONAME ??_R3H245_EncryptionAuthenticationAndIntegrity@@8 @26610 NONAME ??_R3H245_EncryptionCapability@@8 @26611 NONAME ??_R3H245_EncryptionCommand@@8 @26612 NONAME ??_R3H245_EncryptionCommand_encryptionAlgorithmID@@8 @26613 NONAME ??_R3H245_EncryptionMode@@8 @26614 NONAME ??_R3H245_EncryptionSync@@8 @26615 NONAME ??_R3H245_EncryptionUpdateDirection@@8 @33127 NONAME ??_R3H245_EncryptionUpdateRequest@@8 @26616 NONAME ??_R3H245_EndSessionCommand@@8 @26617 NONAME ??_R3H245_EndSessionCommand_gstnOptions@@8 @26618 NONAME ??_R3H245_EndSessionCommand_isdnOptions@@8 @26619 NONAME ??_R3H245_EnhancementLayerInfo@@8 @26620 NONAME ??_R3H245_EnhancementOptions@@8 @26621 NONAME ??_R3H245_EscrowData@@8 @26622 NONAME ??_R3H245_ExtendedVideoCapability@@8 @33128 NONAME ??_R3H245_FECCapability@@8 @26623 NONAME ??_R3H245_FECCapability_rfc2733Format@@8 @33507 NONAME ??_R3H245_FECData@@8 @26626 NONAME ??_R3H245_FECData_rfc2733@@8 @26627 NONAME ??_R3H245_FECData_rfc2733_pktMode@@8 @33508 NONAME ??_R3H245_FECData_rfc2733_pktMode_rfc2733diffport@@8 @33509 NONAME ??_R3H245_FECData_rfc2733_pktMode_rfc2733sameport@@8 @33510 NONAME ??_R3H245_FECMode@@8 @26632 NONAME ??_R3H245_FECMode_rfc2733Format@@8 @33511 NONAME ??_R3H245_FlowControlCommand@@8 @26638 NONAME ??_R3H245_FlowControlCommand_restriction@@8 @26639 NONAME ??_R3H245_FlowControlCommand_scope@@8 @26640 NONAME ??_R3H245_FlowControlIndication@@8 @26641 NONAME ??_R3H245_FlowControlIndication_restriction@@8 @26642 NONAME ??_R3H245_FlowControlIndication_scope@@8 @26643 NONAME ??_R3H245_FunctionNotSupported@@8 @26644 NONAME ??_R3H245_FunctionNotSupported_cause@@8 @26645 NONAME ??_R3H245_FunctionNotUnderstood@@8 @26646 NONAME ??_R3H245_G7231AnnexCCapability@@8 @26647 NONAME ??_R3H245_G7231AnnexCCapability_g723AnnexCAudioMode@@8 @26648 NONAME ??_R3H245_G7231AnnexCMode@@8 @26649 NONAME ??_R3H245_G7231AnnexCMode_g723AnnexCAudioMode@@8 @26650 NONAME ??_R3H245_G729Extensions@@8 @26651 NONAME ??_R3H245_GenericCapability@@8 @26652 NONAME ??_R3H245_GenericMessage@@8 @33129 NONAME ??_R3H245_GenericParameter@@8 @26653 NONAME ??_R3H245_GSMAudioCapability@@8 @26654 NONAME ??_R3H245_H222Capability@@8 @26655 NONAME ??_R3H245_H222LogicalChannelParameters@@8 @26656 NONAME ??_R3H245_H223AL1MParameters@@8 @26657 NONAME ??_R3H245_H223AL1MParameters_arqType@@8 @26658 NONAME ??_R3H245_H223AL1MParameters_crcLength@@8 @26659 NONAME ??_R3H245_H223AL1MParameters_headerFEC@@8 @26660 NONAME ??_R3H245_H223AL1MParameters_transferMode@@8 @26661 NONAME ??_R3H245_H223AL2MParameters@@8 @26662 NONAME ??_R3H245_H223AL2MParameters_headerFEC@@8 @26663 NONAME ??_R3H245_H223AL3MParameters@@8 @26664 NONAME ??_R3H245_H223AL3MParameters_arqType@@8 @26665 NONAME ??_R3H245_H223AL3MParameters_crcLength@@8 @26666 NONAME ??_R3H245_H223AL3MParameters_headerFormat@@8 @26667 NONAME ??_R3H245_H223AnnexCArqParameters@@8 @26668 NONAME ??_R3H245_H223AnnexCArqParameters_numberOfRetransmissions@@8 @26669 NONAME ??_R3H245_H223AnnexCCapability@@8 @26670 NONAME ??_R3H245_H223Capability@@8 @26671 NONAME ??_R3H245_H223Capability_h223MultiplexTableCapability@@8 @26672 NONAME ??_R3H245_H223Capability_h223MultiplexTableCapability_enhanced@@8 @26673 NONAME ??_R3H245_H223Capability_mobileMultilinkFrameCapability@@8 @26674 NONAME ??_R3H245_H223Capability_mobileOperationTransmitCapability@@8 @26675 NONAME ??_R3H245_H223LogicalChannelParameters@@8 @26676 NONAME ??_R3H245_H223LogicalChannelParameters_adaptationLayerType@@8 @26677 NONAME ??_R3H245_H223LogicalChannelParameters_adaptationLayerType_al3@@8 @26678 NONAME ??_R3H245_H223ModeParameters@@8 @26679 NONAME ??_R3H245_H223ModeParameters_adaptationLayerType@@8 @26680 NONAME ??_R3H245_H223ModeParameters_adaptationLayerType_al3@@8 @26681 NONAME ??_R3H245_H223MultiplexReconfiguration@@8 @26682 NONAME ??_R3H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@8 @26683 NONAME ??_R3H245_H223MultiplexReconfiguration_h223ModeChange@@8 @26684 NONAME ??_R3H245_H223SkewIndication@@8 @26685 NONAME ??_R3H245_H2250Capability@@8 @26686 NONAME ??_R3H245_H2250Capability_mcCapability@@8 @26687 NONAME ??_R3H245_H2250LogicalChannelAckParameters@@8 @26688 NONAME ??_R3H245_H2250LogicalChannelParameters@@8 @26689 NONAME ??_R3H245_H2250LogicalChannelParameters_mediaPacketization@@8 @26690 NONAME ??_R3H245_H2250MaximumSkewIndication@@8 @26691 NONAME ??_R3H245_H2250ModeParameters@@8 @26692 NONAME ??_R3H245_H235Media@@8 @26693 NONAME ??_R3H245_H235Media_mediaType@@8 @26694 NONAME ??_R3H245_H235Mode@@8 @26695 NONAME ??_R3H245_H235Mode_mediaMode@@8 @26696 NONAME ??_R3H245_H235SecurityCapability@@8 @26697 NONAME ??_R3H245_H261VideoCapability@@8 @26698 NONAME ??_R3H245_H261VideoMode@@8 @26699 NONAME ??_R3H245_H261VideoMode_resolution@@8 @26700 NONAME ??_R3H245_H262VideoCapability@@8 @26701 NONAME ??_R3H245_H262VideoMode@@8 @26702 NONAME ??_R3H245_H262VideoMode_profileAndLevel@@8 @26703 NONAME ??_R3H245_H263ModeComboFlags@@8 @26704 NONAME ??_R3H245_H263Options@@8 @26705 NONAME ??_R3H245_H263Version3Options@@8 @26706 NONAME ??_R3H245_H263VideoCapability@@8 @26707 NONAME ??_R3H245_H263VideoMode@@8 @26708 NONAME ??_R3H245_H263VideoModeCombos@@8 @26709 NONAME ??_R3H245_H263VideoMode_resolution@@8 @26710 NONAME ??_R3H245_IndicationMessage@@8 @26711 NONAME ??_R3H245_IntegrityCapability@@8 @26712 NONAME ??_R3H245_IS11172AudioCapability@@8 @26713 NONAME ??_R3H245_IS11172AudioMode@@8 @26714 NONAME ??_R3H245_IS11172AudioMode_audioLayer@@8 @26715 NONAME ??_R3H245_IS11172AudioMode_audioSampling@@8 @26716 NONAME ??_R3H245_IS11172AudioMode_multichannelType@@8 @26717 NONAME ??_R3H245_IS11172VideoCapability@@8 @26718 NONAME ??_R3H245_IS11172VideoMode@@8 @26719 NONAME ??_R3H245_IS13818AudioCapability@@8 @26720 NONAME ??_R3H245_IS13818AudioMode@@8 @26721 NONAME ??_R3H245_IS13818AudioMode_audioLayer@@8 @26722 NONAME ??_R3H245_IS13818AudioMode_audioSampling@@8 @26723 NONAME ??_R3H245_IS13818AudioMode_multichannelType@@8 @26724 NONAME ??_R3H245_IV16@@8 @33130 NONAME ??_R3H245_IV8@@8 @33131 NONAME ??_R3H245_JitterIndication@@8 @26725 NONAME ??_R3H245_JitterIndication_scope@@8 @26726 NONAME ??_R3H245_KeyProtectionMethod@@8 @26727 NONAME ??_R3H245_LogicalChannelNumber@@8 @26728 NONAME ??_R3H245_LogicalChannelRateAcknowledge@@8 @26729 NONAME ??_R3H245_LogicalChannelRateReject@@8 @26730 NONAME ??_R3H245_LogicalChannelRateRejectReason@@8 @26731 NONAME ??_R3H245_LogicalChannelRateRelease@@8 @26732 NONAME ??_R3H245_LogicalChannelRateRequest@@8 @26733 NONAME ??_R3H245_MaintenanceLoopAck@@8 @26734 NONAME ??_R3H245_MaintenanceLoopAck_type@@8 @26735 NONAME ??_R3H245_MaintenanceLoopOffCommand@@8 @26736 NONAME ??_R3H245_MaintenanceLoopReject@@8 @26737 NONAME ??_R3H245_MaintenanceLoopReject_cause@@8 @26738 NONAME ??_R3H245_MaintenanceLoopReject_type@@8 @26739 NONAME ??_R3H245_MaintenanceLoopRequest@@8 @26740 NONAME ??_R3H245_MaintenanceLoopRequest_type@@8 @26741 NONAME ??_R3H245_MasterSlaveDetermination@@8 @26742 NONAME ??_R3H245_MasterSlaveDeterminationAck@@8 @26743 NONAME ??_R3H245_MasterSlaveDeterminationAck_decision@@8 @26744 NONAME ??_R3H245_MasterSlaveDeterminationReject@@8 @26745 NONAME ??_R3H245_MasterSlaveDeterminationReject_cause@@8 @26746 NONAME ??_R3H245_MasterSlaveDeterminationRelease@@8 @26747 NONAME ??_R3H245_MaximumBitRate@@8 @26748 NONAME ??_R3H245_MaxRedundancy@@8 @33512 NONAME ??_R3H245_MCLocationIndication@@8 @26749 NONAME ??_R3H245_McuNumber@@8 @26750 NONAME ??_R3H245_MediaChannelCapability@@8 @26751 NONAME ??_R3H245_MediaDistributionCapability@@8 @26752 NONAME ??_R3H245_MediaEncryptionAlgorithm@@8 @26753 NONAME ??_R3H245_MediaPacketizationCapability@@8 @26754 NONAME ??_R3H245_MediaTransportType@@8 @26755 NONAME ??_R3H245_MediaTransportType_atm_AAL5_compressed@@8 @26756 NONAME ??_R3H245_MiscellaneousCommand@@8 @26757 NONAME ??_R3H245_MiscellaneousCommand_type@@8 @26758 NONAME ??_R3H245_MiscellaneousCommand_type_encryptionUpdateAck@@8 @33132 NONAME ??_R3H245_MiscellaneousCommand_type_encryptionUpdateCommand@@8 @33133 NONAME ??_R3H245_MiscellaneousCommand_type_lostPartialPicture@@8 @26759 NONAME ??_R3H245_MiscellaneousCommand_type_progressiveRefinementStart@@8 @26760 NONAME ??_R3H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@8 @26761 NONAME ??_R3H245_MiscellaneousCommand_type_videoBadMBs@@8 @26762 NONAME ??_R3H245_MiscellaneousCommand_type_videoFastUpdateGOB@@8 @26763 NONAME ??_R3H245_MiscellaneousCommand_type_videoFastUpdateMB@@8 @26764 NONAME ??_R3H245_MiscellaneousIndication@@8 @26765 NONAME ??_R3H245_MiscellaneousIndication_type@@8 @26766 NONAME ??_R3H245_MiscellaneousIndication_type_videoNotDecodedMBs@@8 @26767 NONAME ??_R3H245_MobileMultilinkReconfigurationCommand@@8 @26768 NONAME ??_R3H245_MobileMultilinkReconfigurationCommand_status@@8 @26769 NONAME ??_R3H245_MobileMultilinkReconfigurationIndication@@8 @26770 NONAME ??_R3H245_ModeDescription@@8 @26771 NONAME ??_R3H245_ModeElement@@8 @26772 NONAME ??_R3H245_ModeElementType@@8 @26773 NONAME ??_R3H245_MulticastAddress@@8 @26774 NONAME ??_R3H245_MulticastAddress_iP6Address@@8 @26775 NONAME ??_R3H245_MulticastAddress_iPAddress@@8 @26776 NONAME ??_R3H245_MultilinkIndication@@8 @26777 NONAME ??_R3H245_MultilinkIndication_crcDesired@@8 @26778 NONAME ??_R3H245_MultilinkIndication_excessiveError@@8 @26779 NONAME ??_R3H245_MultilinkRequest@@8 @26780 NONAME ??_R3H245_MultilinkRequest_addConnection@@8 @26781 NONAME ??_R3H245_MultilinkRequest_callInformation@@8 @26782 NONAME ??_R3H245_MultilinkRequest_maximumHeaderInterval@@8 @26783 NONAME ??_R3H245_MultilinkRequest_maximumHeaderInterval_requestType@@8 @26784 NONAME ??_R3H245_MultilinkRequest_removeConnection@@8 @26785 NONAME ??_R3H245_MultilinkResponse@@8 @26786 NONAME ??_R3H245_MultilinkResponse_addConnection@@8 @26787 NONAME ??_R3H245_MultilinkResponse_addConnection_responseCode@@8 @26788 NONAME ??_R3H245_MultilinkResponse_addConnection_responseCode_rejected@@8 @26789 NONAME ??_R3H245_MultilinkResponse_callInformation@@8 @26790 NONAME ??_R3H245_MultilinkResponse_maximumHeaderInterval@@8 @26791 NONAME ??_R3H245_MultilinkResponse_removeConnection@@8 @26792 NONAME ??_R3H245_MultimediaSystemControlMessage@@8 @26793 NONAME ??_R3H245_MultiplePayloadStream@@8 @26794 NONAME ??_R3H245_MultiplePayloadStreamCapability@@8 @26795 NONAME ??_R3H245_MultiplePayloadStreamElement@@8 @26796 NONAME ??_R3H245_MultiplePayloadStreamElementMode@@8 @26797 NONAME ??_R3H245_MultiplePayloadStreamMode@@8 @26798 NONAME ??_R3H245_MultiplexCapability@@8 @26799 NONAME ??_R3H245_MultiplexedStreamCapability@@8 @26800 NONAME ??_R3H245_MultiplexedStreamModeParameters@@8 @26801 NONAME ??_R3H245_MultiplexedStreamParameter@@8 @26802 NONAME ??_R3H245_MultiplexElement@@8 @26803 NONAME ??_R3H245_MultiplexElement_repeatCount@@8 @26804 NONAME ??_R3H245_MultiplexElement_type@@8 @26805 NONAME ??_R3H245_MultiplexEntryDescriptor@@8 @26806 NONAME ??_R3H245_MultiplexEntryRejectionDescriptions@@8 @26807 NONAME ??_R3H245_MultiplexEntryRejectionDescriptions_cause@@8 @26808 NONAME ??_R3H245_MultiplexEntrySend@@8 @26809 NONAME ??_R3H245_MultiplexEntrySendAck@@8 @26810 NONAME ??_R3H245_MultiplexEntrySendReject@@8 @26811 NONAME ??_R3H245_MultiplexEntrySendRelease@@8 @26812 NONAME ??_R3H245_MultiplexFormat@@8 @26813 NONAME ??_R3H245_MultiplexTableEntryNumber@@8 @26814 NONAME ??_R3H245_MultipointCapability@@8 @26815 NONAME ??_R3H245_NetworkAccessParameters@@8 @26816 NONAME ??_R3H245_NetworkAccessParameters_distribution@@8 @26817 NONAME ??_R3H245_NetworkAccessParameters_networkAddress@@8 @26818 NONAME ??_R3H245_NetworkAccessParameters_t120SetupProcedure@@8 @26819 NONAME ??_R3H245_NewATMVCCommand@@8 @26820 NONAME ??_R3H245_NewATMVCCommand_aal@@8 @26821 NONAME ??_R3H245_NewATMVCCommand_aal_aal1@@8 @26822 NONAME ??_R3H245_NewATMVCCommand_aal_aal1_clockRecovery@@8 @26823 NONAME ??_R3H245_NewATMVCCommand_aal_aal1_errorCorrection@@8 @26824 NONAME ??_R3H245_NewATMVCCommand_aal_aal5@@8 @26825 NONAME ??_R3H245_NewATMVCCommand_multiplex@@8 @26826 NONAME ??_R3H245_NewATMVCCommand_reverseParameters@@8 @26827 NONAME ??_R3H245_NewATMVCCommand_reverseParameters_multiplex@@8 @26828 NONAME ??_R3H245_NewATMVCIndication@@8 @26829 NONAME ??_R3H245_NewATMVCIndication_aal@@8 @26830 NONAME ??_R3H245_NewATMVCIndication_aal_aal1@@8 @26831 NONAME ??_R3H245_NewATMVCIndication_aal_aal1_clockRecovery@@8 @26832 NONAME ??_R3H245_NewATMVCIndication_aal_aal1_errorCorrection@@8 @26833 NONAME ??_R3H245_NewATMVCIndication_aal_aal5@@8 @26834 NONAME ??_R3H245_NewATMVCIndication_multiplex@@8 @26835 NONAME ??_R3H245_NewATMVCIndication_reverseParameters@@8 @26836 NONAME ??_R3H245_NewATMVCIndication_reverseParameters_multiplex@@8 @26837 NONAME ??_R3H245_NonStandardIdentifier@@8 @26838 NONAME ??_R3H245_NonStandardIdentifier_h221NonStandard@@8 @26839 NONAME ??_R3H245_NonStandardMessage@@8 @26840 NONAME ??_R3H245_NonStandardParameter@@8 @26841 NONAME ??_R3H245_NoPTAudioTelephonyEventCapability@@8 @26842 NONAME ??_R3H245_NoPTAudioToneCapability@@8 @26843 NONAME ??_R3H245_OpenLogicalChannel@@8 @26844 NONAME ??_R3H245_OpenLogicalChannelAck@@8 @26845 NONAME ??_R3H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@8 @26846 NONAME ??_R3H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@8 @26847 NONAME ??_R3H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@8 @26848 NONAME ??_R3H245_OpenLogicalChannelConfirm@@8 @26849 NONAME ??_R3H245_OpenLogicalChannelReject@@8 @26850 NONAME ??_R3H245_OpenLogicalChannelReject_cause@@8 @26851 NONAME ??_R3H245_OpenLogicalChannel_forwardLogicalChannelParameters@@8 @26852 NONAME ??_R3H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@8 @26853 NONAME ??_R3H245_OpenLogicalChannel_reverseLogicalChannelParameters@@8 @26854 NONAME ??_R3H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@8 @26855 NONAME ??_R3H245_ParameterIdentifier@@8 @26856 NONAME ??_R3H245_ParameterValue@@8 @26857 NONAME ??_R3H245_Params@@8 @33134 NONAME ??_R3H245_Password@@8 @26858 NONAME ??_R3H245_PictureReference@@8 @26859 NONAME ??_R3H245_Q2931Address@@8 @26860 NONAME ??_R3H245_Q2931Address_address@@8 @26861 NONAME ??_R3H245_QOSCapability@@8 @26862 NONAME ??_R3H245_QOSMode@@8 @26863 NONAME ??_R3H245_RedundancyEncoding@@8 @26864 NONAME ??_R3H245_RedundancyEncodingCapability@@8 @26865 NONAME ??_R3H245_RedundancyEncodingDTMode@@8 @26866 NONAME ??_R3H245_RedundancyEncodingDTModeElement@@8 @26867 NONAME ??_R3H245_RedundancyEncodingDTModeElement_type@@8 @26868 NONAME ??_R3H245_RedundancyEncodingElement@@8 @26869 NONAME ??_R3H245_RedundancyEncodingMethod@@8 @26870 NONAME ??_R3H245_RedundancyEncodingMode@@8 @26871 NONAME ??_R3H245_RedundancyEncodingMode_secondaryEncoding@@8 @26872 NONAME ??_R3H245_RedundancyEncoding_rtpRedundancyEncoding@@8 @26873 NONAME ??_R3H245_RefPictureSelection@@8 @26874 NONAME ??_R3H245_RefPictureSelection_additionalPictureMemory@@8 @26875 NONAME ??_R3H245_RefPictureSelection_enhancedReferencePicSelect@@8 @26876 NONAME ??_R3H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@8 @26877 NONAME ??_R3H245_RefPictureSelection_videoBackChannelSend@@8 @26878 NONAME ??_R3H245_RemoteMCRequest@@8 @26879 NONAME ??_R3H245_RemoteMCResponse@@8 @26880 NONAME ??_R3H245_RemoteMCResponse_reject@@8 @26881 NONAME ??_R3H245_RequestAllTerminalIDsResponse@@8 @26882 NONAME ??_R3H245_RequestChannelClose@@8 @26883 NONAME ??_R3H245_RequestChannelCloseAck@@8 @26884 NONAME ??_R3H245_RequestChannelCloseReject@@8 @26885 NONAME ??_R3H245_RequestChannelCloseReject_cause@@8 @26886 NONAME ??_R3H245_RequestChannelCloseRelease@@8 @26887 NONAME ??_R3H245_RequestChannelClose_reason@@8 @26888 NONAME ??_R3H245_RequestMessage@@8 @26889 NONAME ??_R3H245_RequestMode@@8 @26890 NONAME ??_R3H245_RequestModeAck@@8 @26891 NONAME ??_R3H245_RequestModeAck_response@@8 @26892 NONAME ??_R3H245_RequestModeReject@@8 @26893 NONAME ??_R3H245_RequestModeReject_cause@@8 @26894 NONAME ??_R3H245_RequestModeRelease@@8 @26895 NONAME ??_R3H245_RequestMultiplexEntry@@8 @26896 NONAME ??_R3H245_RequestMultiplexEntryAck@@8 @26897 NONAME ??_R3H245_RequestMultiplexEntryReject@@8 @26898 NONAME ??_R3H245_RequestMultiplexEntryRejectionDescriptions@@8 @26899 NONAME ??_R3H245_RequestMultiplexEntryRejectionDescriptions_cause@@8 @26900 NONAME ??_R3H245_RequestMultiplexEntryRelease@@8 @26901 NONAME ??_R3H245_ResponseMessage@@8 @26902 NONAME ??_R3H245_RoundTripDelayRequest@@8 @26903 NONAME ??_R3H245_RoundTripDelayResponse@@8 @26904 NONAME ??_R3H245_RSVPParameters@@8 @26905 NONAME ??_R3H245_RTPH263VideoRedundancyEncoding@@8 @26906 NONAME ??_R3H245_RTPH263VideoRedundancyEncoding_containedThreads@@8 @26907 NONAME ??_R3H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@8 @26908 NONAME ??_R3H245_RTPH263VideoRedundancyFrameMapping@@8 @26909 NONAME ??_R3H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@8 @26910 NONAME ??_R3H245_RTPPayloadType@@8 @26911 NONAME ??_R3H245_RTPPayloadType_payloadDescriptor@@8 @26912 NONAME ??_R3H245_SendTerminalCapabilitySet@@8 @26913 NONAME ??_R3H245_SendTerminalCapabilitySet_specificRequest@@8 @26914 NONAME ??_R3H245_SequenceNumber@@8 @26915 NONAME ??_R3H245_SubstituteConferenceIDCommand@@8 @26916 NONAME ??_R3H245_T38FaxProfile@@8 @26917 NONAME ??_R3H245_T38FaxRateManagement@@8 @26918 NONAME ??_R3H245_T38FaxTcpOptions@@8 @26919 NONAME ??_R3H245_T38FaxUdpOptions@@8 @26920 NONAME ??_R3H245_T38FaxUdpOptions_t38FaxUdpEC@@8 @26921 NONAME ??_R3H245_T84Profile@@8 @26922 NONAME ??_R3H245_T84Profile_t84Restricted@@8 @26923 NONAME ??_R3H245_TerminalCapabilitySet@@8 @26924 NONAME ??_R3H245_TerminalCapabilitySetAck@@8 @26925 NONAME ??_R3H245_TerminalCapabilitySetReject@@8 @26926 NONAME ??_R3H245_TerminalCapabilitySetReject_cause@@8 @26927 NONAME ??_R3H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@8 @26928 NONAME ??_R3H245_TerminalCapabilitySetRelease@@8 @26929 NONAME ??_R3H245_TerminalID@@8 @26930 NONAME ??_R3H245_TerminalInformation@@8 @26931 NONAME ??_R3H245_TerminalLabel@@8 @26932 NONAME ??_R3H245_TerminalNumber@@8 @26933 NONAME ??_R3H245_TerminalYouAreSeeingInSubPictureNumber@@8 @26934 NONAME ??_R3H245_TransparencyParameters@@8 @26935 NONAME ??_R3H245_TransportAddress@@8 @26936 NONAME ??_R3H245_TransportCapability@@8 @26937 NONAME ??_R3H245_UnicastAddress@@8 @26938 NONAME ??_R3H245_UnicastAddress_iP6Address@@8 @26939 NONAME ??_R3H245_UnicastAddress_iPAddress@@8 @26940 NONAME ??_R3H245_UnicastAddress_iPSourceRouteAddress@@8 @26941 NONAME ??_R3H245_UnicastAddress_iPSourceRouteAddress_route@@8 @26942 NONAME ??_R3H245_UnicastAddress_iPSourceRouteAddress_routing@@8 @26943 NONAME ??_R3H245_UnicastAddress_iPXAddress@@8 @26944 NONAME ??_R3H245_UserInputCapability@@8 @26945 NONAME ??_R3H245_UserInputIndication@@8 @26946 NONAME ??_R3H245_UserInputIndication_encryptedAlphanumeric@@8 @33135 NONAME ??_R3H245_UserInputIndication_extendedAlphanumeric@@8 @26947 NONAME ??_R3H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@8 @33136 NONAME ??_R3H245_UserInputIndication_signal@@8 @26948 NONAME ??_R3H245_UserInputIndication_signalUpdate@@8 @26949 NONAME ??_R3H245_UserInputIndication_signalUpdate_rtp@@8 @26950 NONAME ??_R3H245_UserInputIndication_signal_rtp@@8 @26951 NONAME ??_R3H245_UserInputIndication_userInputSupportIndication@@8 @26952 NONAME ??_R3H245_V42bis@@8 @26953 NONAME ??_R3H245_V75Capability@@8 @26954 NONAME ??_R3H245_V75Parameters@@8 @26955 NONAME ??_R3H245_V76Capability@@8 @26956 NONAME ??_R3H245_V76HDLCParameters@@8 @26957 NONAME ??_R3H245_V76LogicalChannelParameters@@8 @26958 NONAME ??_R3H245_V76LogicalChannelParameters_mode@@8 @26959 NONAME ??_R3H245_V76LogicalChannelParameters_mode_eRM@@8 @26960 NONAME ??_R3H245_V76LogicalChannelParameters_mode_eRM_recovery@@8 @26961 NONAME ??_R3H245_V76LogicalChannelParameters_suspendResume@@8 @26962 NONAME ??_R3H245_V76ModeParameters@@8 @26963 NONAME ??_R3H245_VBDCapability@@8 @26964 NONAME ??_R3H245_VBDMode@@8 @26965 NONAME ??_R3H245_VCCapability@@8 @26966 NONAME ??_R3H245_VCCapability_aal1@@8 @26967 NONAME ??_R3H245_VCCapability_aal1ViaGateway@@8 @26968 NONAME ??_R3H245_VCCapability_aal5@@8 @26969 NONAME ??_R3H245_VCCapability_availableBitRates@@8 @26970 NONAME ??_R3H245_VCCapability_availableBitRates_type@@8 @26971 NONAME ??_R3H245_VCCapability_availableBitRates_type_rangeOfBitRates@@8 @26972 NONAME ??_R3H245_VendorIdentification@@8 @26973 NONAME ??_R3H245_VideoCapability@@8 @26974 NONAME ??_R3H245_VideoIndicateCompose@@8 @26975 NONAME ??_R3H245_VideoMode@@8 @26976 NONAME ??_R3H248_ActionReply@@8 @26977 NONAME ??_R3H248_ActionRequest@@8 @26978 NONAME ??_R3H248_AmmDescriptor@@8 @26979 NONAME ??_R3H248_AmmRequest@@8 @26980 NONAME ??_R3H248_AmmsReply@@8 @26981 NONAME ??_R3H248_ArrayOf_ActionReply@@8 @26982 NONAME ??_R3H248_ArrayOf_ActionRequest@@8 @26983 NONAME ??_R3H248_ArrayOf_AmmDescriptor@@8 @26984 NONAME ??_R3H248_ArrayOf_CommandReply@@8 @26985 NONAME ??_R3H248_ArrayOf_CommandRequest@@8 @26986 NONAME ??_R3H248_ArrayOf_EventParameter@@8 @26987 NONAME ??_R3H248_ArrayOf_IndAuditParameter@@8 @26988 NONAME ??_R3H248_ArrayOf_IndAudPropertyParm@@8 @26989 NONAME ??_R3H248_ArrayOf_IndAudStreamDescriptor@@8 @26990 NONAME ??_R3H248_ArrayOf_ModemType@@8 @26991 NONAME ??_R3H248_ArrayOf_ObservedEvent@@8 @26992 NONAME ??_R3H248_ArrayOf_PASN_OctetString@@8 @26993 NONAME ??_R3H248_ArrayOf_PropertyGroup@@8 @26994 NONAME ??_R3H248_ArrayOf_PropertyParm@@8 @26995 NONAME ??_R3H248_ArrayOf_RequestedEvent@@8 @26996 NONAME ??_R3H248_ArrayOf_SecondRequestedEvent@@8 @26997 NONAME ??_R3H248_ArrayOf_Signal@@8 @26998 NONAME ??_R3H248_ArrayOf_SigParameter@@8 @26999 NONAME ??_R3H248_ArrayOf_StreamDescriptor@@8 @27000 NONAME ??_R3H248_ArrayOf_TerminationID@@8 @27001 NONAME ??_R3H248_ArrayOf_TopologyRequest@@8 @27002 NONAME ??_R3H248_ArrayOf_Transaction@@8 @27003 NONAME ??_R3H248_ArrayOf_WildcardField@@8 @27004 NONAME ??_R3H248_AuditDescriptor@@8 @27005 NONAME ??_R3H248_AuditReply@@8 @27006 NONAME ??_R3H248_AuditRequest@@8 @27007 NONAME ??_R3H248_AuditResult@@8 @27008 NONAME ??_R3H248_AuditReturnParameter@@8 @27009 NONAME ??_R3H248_AuthData@@8 @27010 NONAME ??_R3H248_AuthenticationHeader@@8 @27011 NONAME ??_R3H248_Command@@8 @27012 NONAME ??_R3H248_CommandReply@@8 @27013 NONAME ??_R3H248_CommandRequest@@8 @27014 NONAME ??_R3H248_ContextAttrAuditRequest@@8 @27015 NONAME ??_R3H248_ContextID@@8 @27016 NONAME ??_R3H248_ContextRequest@@8 @27017 NONAME ??_R3H248_DigitMapDescriptor@@8 @27018 NONAME ??_R3H248_DigitMapName@@8 @27019 NONAME ??_R3H248_DigitMapValue@@8 @27020 NONAME ??_R3H248_DomainName@@8 @27021 NONAME ??_R3H248_ErrorCode@@8 @27022 NONAME ??_R3H248_ErrorDescriptor@@8 @27023 NONAME ??_R3H248_ErrorText@@8 @27024 NONAME ??_R3H248_EventBufferControl@@8 @27025 NONAME ??_R3H248_EventBufferDescriptor@@8 @27026 NONAME ??_R3H248_EventDM@@8 @27027 NONAME ??_R3H248_EventName@@8 @27028 NONAME ??_R3H248_EventParameter@@8 @27029 NONAME ??_R3H248_EventParameter_extraInfo@@8 @27030 NONAME ??_R3H248_EventsDescriptor@@8 @27031 NONAME ??_R3H248_EventSpec@@8 @27032 NONAME ??_R3H248_H221NonStandard@@8 @27033 NONAME ??_R3H248_IndAudDigitMapDescriptor@@8 @27034 NONAME ??_R3H248_IndAudEventBufferDescriptor@@8 @27035 NONAME ??_R3H248_IndAudEventsDescriptor@@8 @27036 NONAME ??_R3H248_IndAuditParameter@@8 @27037 NONAME ??_R3H248_IndAudLocalControlDescriptor@@8 @27038 NONAME ??_R3H248_IndAudLocalRemoteDescriptor@@8 @27039 NONAME ??_R3H248_IndAudMediaDescriptor@@8 @27040 NONAME ??_R3H248_IndAudMediaDescriptor_streams@@8 @27041 NONAME ??_R3H248_IndAudPackagesDescriptor@@8 @27042 NONAME ??_R3H248_IndAudPropertyGroup@@8 @27043 NONAME ??_R3H248_IndAudPropertyParm@@8 @27044 NONAME ??_R3H248_IndAudSeqSigList@@8 @27045 NONAME ??_R3H248_IndAudSignal@@8 @27046 NONAME ??_R3H248_IndAudSignalsDescriptor@@8 @27047 NONAME ??_R3H248_IndAudStatisticsDescriptor@@8 @27048 NONAME ??_R3H248_IndAudStreamDescriptor@@8 @27049 NONAME ??_R3H248_IndAudStreamParms@@8 @27050 NONAME ??_R3H248_IndAudTerminationStateDescriptor@@8 @27051 NONAME ??_R3H248_IP4Address@@8 @27052 NONAME ??_R3H248_IP6Address@@8 @27053 NONAME ??_R3H248_LocalControlDescriptor@@8 @27054 NONAME ??_R3H248_LocalRemoteDescriptor@@8 @27055 NONAME ??_R3H248_MediaDescriptor@@8 @27056 NONAME ??_R3H248_MediaDescriptor_streams@@8 @27057 NONAME ??_R3H248_MegacoMessage@@8 @27058 NONAME ??_R3H248_Message@@8 @27059 NONAME ??_R3H248_Message_messageBody@@8 @27060 NONAME ??_R3H248_MId@@8 @27061 NONAME ??_R3H248_ModemDescriptor@@8 @27062 NONAME ??_R3H248_ModemType@@8 @27063 NONAME ??_R3H248_MuxDescriptor@@8 @27064 NONAME ??_R3H248_MuxType@@8 @27065 NONAME ??_R3H248_Name@@8 @27066 NONAME ??_R3H248_NonStandardData@@8 @27067 NONAME ??_R3H248_NonStandardIdentifier@@8 @27068 NONAME ??_R3H248_NotifyCompletion@@8 @27069 NONAME ??_R3H248_NotifyReply@@8 @27070 NONAME ??_R3H248_NotifyRequest@@8 @27071 NONAME ??_R3H248_ObservedEvent@@8 @27072 NONAME ??_R3H248_ObservedEventsDescriptor@@8 @27073 NONAME ??_R3H248_PackagesDescriptor@@8 @27074 NONAME ??_R3H248_PackagesItem@@8 @27075 NONAME ??_R3H248_PathName@@8 @27076 NONAME ??_R3H248_PkgdName@@8 @27077 NONAME ??_R3H248_PropertyGroup@@8 @27078 NONAME ??_R3H248_PropertyParm@@8 @27079 NONAME ??_R3H248_PropertyParm_extraInfo@@8 @27080 NONAME ??_R3H248_Relation@@8 @27081 NONAME ??_R3H248_RequestedActions@@8 @27082 NONAME ??_R3H248_RequestedEvent@@8 @27083 NONAME ??_R3H248_RequestID@@8 @27084 NONAME ??_R3H248_SecondEventsDescriptor@@8 @27085 NONAME ??_R3H248_SecondRequestedActions@@8 @27086 NONAME ??_R3H248_SecondRequestedEvent@@8 @27087 NONAME ??_R3H248_SecurityParmIndex@@8 @27088 NONAME ??_R3H248_SeqSigList@@8 @27089 NONAME ??_R3H248_SequenceNum@@8 @27090 NONAME ??_R3H248_ServiceChangeAddress@@8 @27091 NONAME ??_R3H248_ServiceChangeMethod@@8 @27092 NONAME ??_R3H248_ServiceChangeParm@@8 @27093 NONAME ??_R3H248_ServiceChangeProfile@@8 @27094 NONAME ??_R3H248_ServiceChangeReply@@8 @27095 NONAME ??_R3H248_ServiceChangeRequest@@8 @27096 NONAME ??_R3H248_ServiceChangeResParm@@8 @27097 NONAME ??_R3H248_ServiceChangeResult@@8 @27098 NONAME ??_R3H248_ServiceState@@8 @27099 NONAME ??_R3H248_Signal@@8 @27100 NONAME ??_R3H248_SignalName@@8 @27101 NONAME ??_R3H248_SignalRequest@@8 @27102 NONAME ??_R3H248_SignalsDescriptor@@8 @27103 NONAME ??_R3H248_SignalType@@8 @27104 NONAME ??_R3H248_SigParameter@@8 @27105 NONAME ??_R3H248_SigParameter_extraInfo@@8 @27106 NONAME ??_R3H248_StatisticsDescriptor@@8 @27107 NONAME ??_R3H248_StatisticsParameter@@8 @27108 NONAME ??_R3H248_StreamDescriptor@@8 @27109 NONAME ??_R3H248_StreamID@@8 @27110 NONAME ??_R3H248_StreamMode@@8 @27111 NONAME ??_R3H248_StreamParms@@8 @27112 NONAME ??_R3H248_SubtractRequest@@8 @27113 NONAME ??_R3H248_TerminationAudit@@8 @27114 NONAME ??_R3H248_TerminationID@@8 @27115 NONAME ??_R3H248_TerminationIDList@@8 @27116 NONAME ??_R3H248_TerminationStateDescriptor@@8 @27117 NONAME ??_R3H248_TimeNotation@@8 @27118 NONAME ??_R3H248_TopologyRequest@@8 @27119 NONAME ??_R3H248_TopologyRequest_topologyDirection@@8 @27120 NONAME ??_R3H248_Transaction@@8 @27121 NONAME ??_R3H248_TransactionAck@@8 @27122 NONAME ??_R3H248_TransactionId@@8 @27123 NONAME ??_R3H248_TransactionPending@@8 @27124 NONAME ??_R3H248_TransactionReply@@8 @27125 NONAME ??_R3H248_TransactionReply_transactionResult@@8 @27126 NONAME ??_R3H248_TransactionRequest@@8 @27127 NONAME ??_R3H248_TransactionResponseAck@@8 @27128 NONAME ??_R3H248_Value@@8 @27129 NONAME ??_R3H248_WildcardField@@8 @27130 NONAME ??_R3H261DCTEncoder@@8 @27131 NONAME ??_R3H261Encoder@@8 @27132 NONAME ??_R3H261PixelEncoder@@8 @27133 NONAME ??_R3H263Packet@@8 @33670 NONAME ??_R3H263PacketList@@8 @33671 NONAME ??_R3H323AudioCapability@@8 @27136 NONAME ??_R3H323AudioCodec@@8 @27137 NONAME ??_R3H323BidirectionalChannel@@8 @27138 NONAME ??_R3H323CallCreditServiceControl@@8 @27139 NONAME ??_R3H323Capabilities@@8 @27140 NONAME ??_R3H323CapabilitiesSet@@8 @27141 NONAME ??_R3H323Capability@@8 @27142 NONAME ??_R3H323Channel@@8 @27144 NONAME ??_R3H323ChannelNumber@@8 @27145 NONAME ??_R3H323Codec@@8 @27146 NONAME ??_R3H323CodecPluginGenericAudioCapability@@8 @33245 NONAME ??_R3H323CodecPluginNonStandardAudioCapability@@8 @27149 NONAME ??_R3H323Connection@@8 @27150 NONAME ??_R3H323ConnectionsCleaner@@8 @27151 NONAME ??_R3H323ControlPDU@@8 @27152 NONAME ??_R3H323DataCapability@@8 @27153 NONAME ??_R3H323DataChannel@@8 @27154 NONAME ??_R3H323DynaLink@@8 @30646 NONAME ??_R3H323EndPoint@@8 @27155 NONAME ??_R3H323FramedAudioCodec@@8 @27156 NONAME ??_R3H323Gatekeeper@@8 @27157 NONAME ??_R3H323GatekeeperARQ@@8 @27158 NONAME ??_R3H323GatekeeperBRQ@@8 @27159 NONAME ??_R3H323GatekeeperCall@@8 @27160 NONAME ??_R3H323GatekeeperDRQ@@8 @27161 NONAME ??_R3H323GatekeeperGRQ@@8 @27162 NONAME ??_R3H323GatekeeperIRR@@8 @27163 NONAME ??_R3H323GatekeeperListener@@8 @27164 NONAME ??_R3H323GatekeeperLRQ@@8 @27165 NONAME ??_R3H323GatekeeperRequest@@8 @27166 NONAME ??_R3H323GatekeeperRRQ@@8 @27167 NONAME ??_R3H323GatekeeperServer@@8 @27168 NONAME ??_R3H323GatekeeperURQ@@8 @27169 NONAME ??_R3H323GenericAudioCapability@@8 @33246 NONAME ??_R3H323GenericCapabilityInfo@@8 @33247 NONAME ??_R3H323GenericVideoCapability@@8 @33248 NONAME ??_R3H323GSMPluginCapability@@8 @27170 NONAME ??_R3H323H248ServiceControl@@8 @27171 NONAME ??_R3H323HTTPServiceControl@@8 @27173 NONAME ??_R3H323Listener@@8 @27174 NONAME ??_R3H323ListenerTCP@@8 @27175 NONAME ??_R3H323LogicalChannelThread@@8 @27176 NONAME ??_R3H323NonStandardAudioCapability@@8 @27177 NONAME ??_R3H323NonStandardCapabilityInfo@@8 @27178 NONAME ??_R3H323NonStandardDataCapability@@8 @27179 NONAME ??_R3H323NonStandardVideoCapability@@8 @27180 NONAME ??_R3H323PeerElement@@8 @27181 NONAME ??_R3H323PeerElementDescriptor@@8 @27182 NONAME ??_R3H323PeerElementServiceRelationship@@8 @27183 NONAME ??_R3H323PluginCapability@@8 @27185 NONAME ??_R3H323PluginCodecManager@@8 @30621 NONAME ??_R3H323PluginFramedAudioCodec@@8 @30689 NONAME ??_R3H323PluginG7231Capability@@8 @27186 NONAME ??_R3H323PluginVideoCodec@@8 @27187 NONAME ??_R3H323RasPDU@@8 @27188 NONAME ??_R3H323RealTimeCapability@@8 @27189 NONAME ??_R3H323RegisteredEndPoint@@8 @27190 NONAME ??_R3H323ServiceControlSession@@8 @27191 NONAME ??_R3H323SignalPDU@@8 @27192 NONAME ??_R3H323SimultaneousCapabilities@@8 @27193 NONAME ??_R3H323StreamedAudioCodec@@8 @27194 NONAME ??_R3H323StreamedPluginAudioCodec@@8 @30690 NONAME ??_R3H323Transaction@@8 @27195 NONAME ??_R3H323TransactionPDU@@8 @27196 NONAME ??_R3H323TransactionServer@@8 @27197 NONAME ??_R3H323Transactor@@8 @27198 NONAME ??_R3H323Transport@@8 @27199 NONAME ??_R3H323TransportAddress@@8 @27200 NONAME ??_R3H323TransportAddressArray@@8 @27201 NONAME ??_R3H323TransportIP@@8 @27202 NONAME ??_R3H323TransportTCP@@8 @27203 NONAME ??_R3H323TransportUDP@@8 @27204 NONAME ??_R3H323UnidirectionalChannel@@8 @27205 NONAME ??_R3H323VideoCapability@@8 @27206 NONAME ??_R3H323VideoCodec@@8 @27207 NONAME ??_R3H323_ALawCodec@@8 @27208 NONAME ??_R3H323_AnnexG@@8 @27209 NONAME ??_R3H323_CiscoG7231aLIDCapability@@8 @27210 NONAME ??_R3H323_ExternalRTPChannel@@8 @27212 NONAME ??_R3H323_G711ALaw64Capability@@8 @31317 NONAME ??_R3H323_G711Capability@@8 @27216 NONAME ??_R3H323_G711uLaw64Capability@@8 @31318 NONAME ??_R3H323_H261Capability@@8 @27232 NONAME ??_R3H323_H261Codec@@8 @27233 NONAME ??_R3H323_LIDCapability@@8 @27236 NONAME ??_R3H323_LIDCodec@@8 @27237 NONAME ??_R3H323_LID_G711_ALaw_Capability@@8 @31319 NONAME ??_R3H323_LID_G711_uLaw_Capability@@8 @31320 NONAME ??_R3H323_LID_G7231A_5k3_Capability@@8 @31321 NONAME ??_R3H323_LID_G7231A_6k3_Capability@@8 @31322 NONAME ??_R3H323_LID_G7231_5k3_Capability@@8 @31323 NONAME ??_R3H323_LID_G7231_6k3_Capability@@8 @31324 NONAME ??_R3H323_LID_G728_Capability@@8 @31325 NONAME ??_R3H323_LID_G729AB_Capability@@8 @31326 NONAME ??_R3H323_LID_G729A_Capability@@8 @31327 NONAME ??_R3H323_LID_G729B_Capability@@8 @31328 NONAME ??_R3H323_LID_G729_Capability@@8 @31329 NONAME ??_R3H323_LID_GSM0610_Capability@@8 @31330 NONAME ??_R3H323_muLawCodec@@8 @27253 NONAME ??_R3H323_RealTimeChannel@@8 @27254 NONAME ??_R3H323_RFC2190_H263Capability@@8 @33672 NONAME ??_R3H323_RFC2190_H263Codec@@8 @33673 NONAME ??_R3H323_RTPChannel@@8 @27255 NONAME ??_R3H323_RTP_Session@@8 @27256 NONAME ??_R3H323_RTP_UDP@@8 @27257 NONAME ??_R3H323_T120Capability@@8 @27258 NONAME ??_R3H323_T120Channel@@8 @27259 NONAME ??_R3H323_T38Capability@@8 @27260 NONAME ??_R3H323_T38Channel@@8 @27261 NONAME ??_R3H323_T38NonStandardCapability@@8 @27262 NONAME ??_R3H323_UserInputCapability@@8 @27263 NONAME ??_R3H45010_ArrayOf_MixedExtension@@8 @27264 NONAME ??_R3H45010_CfbOvrOptArg@@8 @27265 NONAME ??_R3H45010_CoReqOptArg@@8 @27266 NONAME ??_R3H45010_H323CallOfferOperations@@8 @27267 NONAME ??_R3H45010_RUAlertOptArg@@8 @27268 NONAME ??_R3H45011Handler@@8 @27269 NONAME ??_R3H45011_ArrayOf_MixedExtension@@8 @27270 NONAME ??_R3H45011_CallIntrusionErrors@@8 @27271 NONAME ??_R3H45011_CICapabilityLevel@@8 @27272 NONAME ??_R3H45011_CIFrcRelArg@@8 @27273 NONAME ??_R3H45011_CIFrcRelOptRes@@8 @27274 NONAME ??_R3H45011_CIGetCIPLOptArg@@8 @27275 NONAME ??_R3H45011_CIGetCIPLRes@@8 @27276 NONAME ??_R3H45011_CIIsOptArg@@8 @27277 NONAME ??_R3H45011_CIIsOptRes@@8 @27278 NONAME ??_R3H45011_CINotificationArg@@8 @27279 NONAME ??_R3H45011_CIProtectionLevel@@8 @27280 NONAME ??_R3H45011_CIRequestArg@@8 @27281 NONAME ??_R3H45011_CIRequestRes@@8 @27282 NONAME ??_R3H45011_CISilentArg@@8 @27283 NONAME ??_R3H45011_CISilentOptRes@@8 @27284 NONAME ??_R3H45011_CIStatusInformation@@8 @27285 NONAME ??_R3H45011_CIWobOptArg@@8 @27286 NONAME ??_R3H45011_CIWobOptRes@@8 @27287 NONAME ??_R3H45011_H323CallIntrusionOperations@@8 @27288 NONAME ??_R3H4501_Address@@8 @27289 NONAME ??_R3H4501_AddressInformation@@8 @27290 NONAME ??_R3H4501_AddressScreened@@8 @27291 NONAME ??_R3H4501_ArrayOf_AliasAddress@@8 @27292 NONAME ??_R3H4501_ArrayOf_ROS@@8 @27293 NONAME ??_R3H4501_EndpointAddress@@8 @27294 NONAME ??_R3H4501_EntityType@@8 @27295 NONAME ??_R3H4501_Extension@@8 @27296 NONAME ??_R3H4501_GeneralErrorList@@8 @27297 NONAME ??_R3H4501_H225InformationElement@@8 @27298 NONAME ??_R3H4501_InterpretationApdu@@8 @27299 NONAME ??_R3H4501_InvokeIDs@@8 @27300 NONAME ??_R3H4501_InvokeIdSet@@8 @27301 NONAME ??_R3H4501_NetworkFacilityExtension@@8 @27302 NONAME ??_R3H4501_NSAPSubaddress@@8 @27303 NONAME ??_R3H4501_NumberScreened@@8 @27304 NONAME ??_R3H4501_PartySubaddress@@8 @27305 NONAME ??_R3H4501_PresentationAllowedIndicator@@8 @27306 NONAME ??_R3H4501_PresentedAddressScreened@@8 @27307 NONAME ??_R3H4501_PresentedAddressUnscreened@@8 @27308 NONAME ??_R3H4501_PresentedNumberScreened@@8 @27309 NONAME ??_R3H4501_PresentedNumberUnscreened@@8 @27310 NONAME ??_R3H4501_ScreeningIndicator@@8 @27311 NONAME ??_R3H4501_ServiceApdus@@8 @27312 NONAME ??_R3H4501_SubaddressInformation@@8 @27313 NONAME ??_R3H4501_SupplementaryService@@8 @27314 NONAME ??_R3H4501_UserSpecifiedSubaddress@@8 @27315 NONAME ??_R3H4502Handler@@8 @27316 NONAME ??_R3H4502_CallIdentity@@8 @27317 NONAME ??_R3H4502_CallStatus@@8 @27318 NONAME ??_R3H4502_CallTransferErrors@@8 @27319 NONAME ??_R3H4502_CallTransferOperation@@8 @27320 NONAME ??_R3H4502_CTActiveArg@@8 @27321 NONAME ??_R3H4502_CTActiveArg_argumentExtension@@8 @27322 NONAME ??_R3H4502_CTCompleteArg@@8 @27323 NONAME ??_R3H4502_CTCompleteArg_argumentExtension@@8 @27324 NONAME ??_R3H4502_CTIdentifyRes@@8 @27325 NONAME ??_R3H4502_CTIdentifyRes_resultExtension@@8 @27326 NONAME ??_R3H4502_CTInitiateArg@@8 @27327 NONAME ??_R3H4502_CTInitiateArg_argumentExtension@@8 @27328 NONAME ??_R3H4502_CTSetupArg@@8 @27329 NONAME ??_R3H4502_CTSetupArg_argumentExtension@@8 @27330 NONAME ??_R3H4502_CTUpdateArg@@8 @27331 NONAME ??_R3H4502_CTUpdateArg_argumentExtension@@8 @27332 NONAME ??_R3H4502_DummyArg@@8 @27333 NONAME ??_R3H4502_DummyRes@@8 @27334 NONAME ??_R3H4502_EndDesignation@@8 @27335 NONAME ??_R3H4502_ExtensionSeq@@8 @27336 NONAME ??_R3H4502_SubaddressTransferArg@@8 @27337 NONAME ??_R3H4502_SubaddressTransferArg_argumentExtension@@8 @27338 NONAME ??_R3H4503_BasicService@@8 @27339 NONAME ??_R3H4503_CallDiversionErrors@@8 @27340 NONAME ??_R3H4503_DiversionReason@@8 @27341 NONAME ??_R3H4503_ExtensionSeq@@8 @27342 NONAME ??_R3H4503_H323CallDiversionOperations@@8 @27343 NONAME ??_R3H4503_IntResult@@8 @27344 NONAME ??_R3H4503_IntResultList@@8 @27345 NONAME ??_R3H4503_IntResult_extension@@8 @27346 NONAME ??_R3H4503_Procedure@@8 @27347 NONAME ??_R3H4503_SubscriptionOption@@8 @27348 NONAME ??_R3H4504Handler@@8 @27349 NONAME ??_R3H4504_ArrayOf_MixedExtension@@8 @27350 NONAME ??_R3H4504_CallHoldOperation@@8 @27351 NONAME ??_R3H4504_Extension@@8 @27352 NONAME ??_R3H4504_HoldNotificArg@@8 @27353 NONAME ??_R3H4504_MixedExtension@@8 @27354 NONAME ??_R3H4504_RemoteHoldArg@@8 @27355 NONAME ??_R3H4504_RemoteHoldRes@@8 @27356 NONAME ??_R3H4504_RemoteRetrieveArg@@8 @27357 NONAME ??_R3H4504_RemoteRetrieveRes@@8 @27358 NONAME ??_R3H4504_RetrieveNotificArg@@8 @27359 NONAME ??_R3H4505_ArrayOf_MixedExtension@@8 @27360 NONAME ??_R3H4505_CallParkPickupOperations@@8 @27361 NONAME ??_R3H4505_CallPickupErrors@@8 @27362 NONAME ??_R3H4505_CallType@@8 @27363 NONAME ??_R3H4505_CpickupNotifyArg@@8 @27364 NONAME ??_R3H4505_CpNotifyArg@@8 @27365 NONAME ??_R3H4505_CpRequestArg@@8 @27366 NONAME ??_R3H4505_CpRequestRes@@8 @27367 NONAME ??_R3H4505_CpSetupArg@@8 @27368 NONAME ??_R3H4505_CpSetupRes@@8 @27369 NONAME ??_R3H4505_GroupIndicationOffArg@@8 @27370 NONAME ??_R3H4505_GroupIndicationOffRes@@8 @27371 NONAME ??_R3H4505_GroupIndicationOnArg@@8 @27372 NONAME ??_R3H4505_GroupIndicationOnRes@@8 @27373 NONAME ??_R3H4505_ParkCondition@@8 @27374 NONAME ??_R3H4505_ParkedToPosition@@8 @27375 NONAME ??_R3H4505_PickExeArg@@8 @27376 NONAME ??_R3H4505_PickExeRes@@8 @27377 NONAME ??_R3H4505_PickrequArg@@8 @27378 NONAME ??_R3H4505_PickrequRes@@8 @27379 NONAME ??_R3H4505_PickupArg@@8 @27380 NONAME ??_R3H4505_PickupRes@@8 @27381 NONAME ??_R3H4506Handler@@8 @27382 NONAME ??_R3H4506_ArrayOf_MixedExtension@@8 @27383 NONAME ??_R3H4506_CallWaitingArg@@8 @27384 NONAME ??_R3H4506_CallWaitingOperations@@8 @27385 NONAME ??_R3H4507_ArrayOf_MixedExtension@@8 @27386 NONAME ??_R3H4507_BasicService@@8 @27387 NONAME ??_R3H4507_DummyRes@@8 @27388 NONAME ??_R3H4507_H323_MWI_Operations@@8 @27389 NONAME ??_R3H4507_MessageWaitingIndicationErrors@@8 @27390 NONAME ??_R3H4507_MsgCentreId@@8 @27391 NONAME ??_R3H4507_MWIActivateArg@@8 @27392 NONAME ??_R3H4507_MWIDeactivateArg@@8 @27393 NONAME ??_R3H4507_MWIInterrogateArg@@8 @27394 NONAME ??_R3H4507_MWIInterrogateRes@@8 @27395 NONAME ??_R3H4507_MWIInterrogateResElt@@8 @27396 NONAME ??_R3H4507_NbOfMessages@@8 @27397 NONAME ??_R3H4507_TimeStamp@@8 @27398 NONAME ??_R3H4508_ExtendedName@@8 @27399 NONAME ??_R3H4508_Name@@8 @27400 NONAME ??_R3H4508_NameOperations@@8 @27401 NONAME ??_R3H4508_NamePresentationAllowed@@8 @27402 NONAME ??_R3H4508_NamePresentationRestricted@@8 @27403 NONAME ??_R3H4508_SimpleName@@8 @27404 NONAME ??_R3H4509_ArrayOf_MixedExtension@@8 @27405 NONAME ??_R3H4509_CallCompletionErrors@@8 @27406 NONAME ??_R3H4509_CcArg@@8 @27407 NONAME ??_R3H4509_CcLongArg@@8 @27408 NONAME ??_R3H4509_CcRequestArg@@8 @27409 NONAME ??_R3H4509_CcRequestRes@@8 @27410 NONAME ??_R3H4509_CcShortArg@@8 @27411 NONAME ??_R3H4509_H323CallCompletionOperations@@8 @27412 NONAME ??_R3H450ServiceAPDU@@8 @27413 NONAME ??_R3H450xDispatcher@@8 @27414 NONAME ??_R3H450xHandler@@8 @27415 NONAME ??_R3H501AccessRequest@@8 @27416 NONAME ??_R3H501DescriptorUpdate@@8 @27417 NONAME ??_R3H501PDU@@8 @27418 NONAME ??_R3H501ServiceRequest@@8 @27419 NONAME ??_R3H501Transaction@@8 @27420 NONAME ??_R3H501_AccessConfirmation@@8 @27421 NONAME ??_R3H501_AccessRejection@@8 @27422 NONAME ??_R3H501_AccessRejectionReason@@8 @27423 NONAME ??_R3H501_AccessRequest@@8 @27424 NONAME ??_R3H501_AccessToken@@8 @27425 NONAME ??_R3H501_AddressTemplate@@8 @27426 NONAME ??_R3H501_AlternatePE@@8 @27427 NONAME ??_R3H501_AlternatePEInfo@@8 @27428 NONAME ??_R3H501_ApplicationMessage@@8 @27429 NONAME ??_R3H501_ArrayOf_AccessToken@@8 @27430 NONAME ??_R3H501_ArrayOf_AddressTemplate@@8 @27431 NONAME ??_R3H501_ArrayOf_AliasAddress@@8 @27432 NONAME ??_R3H501_ArrayOf_AlternatePE@@8 @27433 NONAME ??_R3H501_ArrayOf_CircuitIdentifier@@8 @27434 NONAME ??_R3H501_ArrayOf_ClearToken@@8 @27435 NONAME ??_R3H501_ArrayOf_ContactInformation@@8 @27436 NONAME ??_R3H501_ArrayOf_CryptoH323Token@@8 @27437 NONAME ??_R3H501_ArrayOf_Descriptor@@8 @27438 NONAME ??_R3H501_ArrayOf_DescriptorInfo@@8 @27439 NONAME ??_R3H501_ArrayOf_GenericData@@8 @27440 NONAME ??_R3H501_ArrayOf_GloballyUniqueID@@8 @27441 NONAME ??_R3H501_ArrayOf_NonStandardParameter@@8 @27442 NONAME ??_R3H501_ArrayOf_PASN_ObjectId@@8 @27443 NONAME ??_R3H501_ArrayOf_Pattern@@8 @27444 NONAME ??_R3H501_ArrayOf_PriceElement@@8 @27445 NONAME ??_R3H501_ArrayOf_PriceInfoSpec@@8 @27446 NONAME ??_R3H501_ArrayOf_RouteInformation@@8 @27447 NONAME ??_R3H501_ArrayOf_SecurityMode@@8 @27448 NONAME ??_R3H501_ArrayOf_ServiceControlSession@@8 @27449 NONAME ??_R3H501_ArrayOf_SupportedProtocols@@8 @27450 NONAME ??_R3H501_ArrayOf_TransportAddress@@8 @27451 NONAME ??_R3H501_ArrayOf_UpdateInformation@@8 @27452 NONAME ??_R3H501_ArrayOf_UsageField@@8 @27453 NONAME ??_R3H501_AuthenticationConfirmation@@8 @27454 NONAME ??_R3H501_AuthenticationRejection@@8 @27455 NONAME ??_R3H501_AuthenticationRejectionReason@@8 @27456 NONAME ??_R3H501_AuthenticationRequest@@8 @27457 NONAME ??_R3H501_CallInformation@@8 @27458 NONAME ??_R3H501_ContactInformation@@8 @27459 NONAME ??_R3H501_Descriptor@@8 @27460 NONAME ??_R3H501_DescriptorConfirmation@@8 @27461 NONAME ??_R3H501_DescriptorIDConfirmation@@8 @27462 NONAME ??_R3H501_DescriptorIDRejection@@8 @27463 NONAME ??_R3H501_DescriptorIDRejectionReason@@8 @27464 NONAME ??_R3H501_DescriptorIDRequest@@8 @27465 NONAME ??_R3H501_DescriptorInfo@@8 @27466 NONAME ??_R3H501_DescriptorRejection@@8 @27467 NONAME ??_R3H501_DescriptorRejectionReason@@8 @27468 NONAME ??_R3H501_DescriptorRequest@@8 @27469 NONAME ??_R3H501_DescriptorUpdate@@8 @27470 NONAME ??_R3H501_DescriptorUpdateAck@@8 @27471 NONAME ??_R3H501_ElementIdentifier@@8 @27472 NONAME ??_R3H501_GlobalTimeStamp@@8 @27473 NONAME ??_R3H501_Message@@8 @27474 NONAME ??_R3H501_MessageBody@@8 @27475 NONAME ??_R3H501_MessageCommonInfo@@8 @27476 NONAME ??_R3H501_NonStandardConfirmation@@8 @27477 NONAME ??_R3H501_NonStandardRejection@@8 @27478 NONAME ??_R3H501_NonStandardRejectionReason@@8 @27479 NONAME ??_R3H501_NonStandardRequest@@8 @27480 NONAME ??_R3H501_PartyInformation@@8 @27481 NONAME ??_R3H501_Pattern@@8 @27482 NONAME ??_R3H501_Pattern_range@@8 @27483 NONAME ??_R3H501_PriceElement@@8 @27484 NONAME ??_R3H501_PriceElement_units@@8 @27485 NONAME ??_R3H501_PriceInfoSpec@@8 @27486 NONAME ??_R3H501_ProtocolVersion@@8 @27487 NONAME ??_R3H501_RequestInProgress@@8 @27488 NONAME ??_R3H501_Role@@8 @27489 NONAME ??_R3H501_RouteInformation@@8 @27490 NONAME ??_R3H501_RouteInformation_messageType@@8 @27491 NONAME ??_R3H501_SecurityMode@@8 @27492 NONAME ??_R3H501_ServiceConfirmation@@8 @27493 NONAME ??_R3H501_ServiceRejection@@8 @27494 NONAME ??_R3H501_ServiceRejectionReason@@8 @27495 NONAME ??_R3H501_ServiceRelease@@8 @27496 NONAME ??_R3H501_ServiceReleaseReason@@8 @27497 NONAME ??_R3H501_ServiceRequest@@8 @27498 NONAME ??_R3H501_TerminationCause@@8 @27499 NONAME ??_R3H501_TimeZone@@8 @27500 NONAME ??_R3H501_UnknownMessageReason@@8 @27501 NONAME ??_R3H501_UnknownMessageResponse@@8 @27502 NONAME ??_R3H501_UpdateInformation@@8 @27503 NONAME ??_R3H501_UpdateInformation_descriptorInfo@@8 @27504 NONAME ??_R3H501_UpdateInformation_updateType@@8 @27505 NONAME ??_R3H501_UsageCallStatus@@8 @27506 NONAME ??_R3H501_UsageConfirmation@@8 @27507 NONAME ??_R3H501_UsageField@@8 @27508 NONAME ??_R3H501_UsageIndication@@8 @27509 NONAME ??_R3H501_UsageIndicationConfirmation@@8 @27510 NONAME ??_R3H501_UsageIndicationRejection@@8 @27511 NONAME ??_R3H501_UsageIndicationRejectionReason@@8 @27512 NONAME ??_R3H501_UsageRejection@@8 @27513 NONAME ??_R3H501_UsageRejectReason@@8 @27514 NONAME ??_R3H501_UsageRequest@@8 @27515 NONAME ??_R3H501_UsageSpecification@@8 @27516 NONAME ??_R3H501_UsageSpecification_when@@8 @27517 NONAME ??_R3H501_UserInformation@@8 @27518 NONAME ??_R3H501_ValidationConfirmation@@8 @27519 NONAME ??_R3H501_ValidationRejection@@8 @27520 NONAME ??_R3H501_ValidationRejectionReason@@8 @27521 NONAME ??_R3H501_ValidationRequest@@8 @27522 NONAME ??_R3HandleTimeout_PNotifier@H245Negotiator@@8 @27523 NONAME ??_R3HandleTransactions_PNotifier@H323Transactor@@8 @27524 NONAME ??_R3IntraP64Decoder@@8 @27525 NONAME ??_R3MCS_ArrayOf_ChannelAttributes@@8 @27526 NONAME ??_R3MCS_ArrayOf_ChannelId@@8 @27527 NONAME ??_R3MCS_ArrayOf_TokenAttributes@@8 @27528 NONAME ??_R3MCS_ArrayOf_TokenId@@8 @27529 NONAME ??_R3MCS_ArrayOf_UserId@@8 @27530 NONAME ??_R3MCS_AssignedChannelId@@8 @27531 NONAME ??_R3MCS_AUcf@@8 @27532 NONAME ??_R3MCS_AUrq@@8 @27533 NONAME ??_R3MCS_CAin@@8 @27534 NONAME ??_R3MCS_CArq@@8 @27535 NONAME ??_R3MCS_CCcf@@8 @27536 NONAME ??_R3MCS_CCrq@@8 @27537 NONAME ??_R3MCS_CDin@@8 @27538 NONAME ??_R3MCS_CDrq@@8 @27539 NONAME ??_R3MCS_CEin@@8 @27540 NONAME ??_R3MCS_CErq@@8 @27541 NONAME ??_R3MCS_ChannelAttributes@@8 @27542 NONAME ??_R3MCS_ChannelAttributes_assigned@@8 @27543 NONAME ??_R3MCS_ChannelAttributes_private@@8 @27544 NONAME ??_R3MCS_ChannelAttributes_static@@8 @27545 NONAME ??_R3MCS_ChannelAttributes_userId@@8 @27546 NONAME ??_R3MCS_ChannelId@@8 @27547 NONAME ??_R3MCS_CJcf@@8 @27548 NONAME ??_R3MCS_CJrq@@8 @27549 NONAME ??_R3MCS_CLrq@@8 @27550 NONAME ??_R3MCS_ConnectMCSPDU@@8 @27551 NONAME ??_R3MCS_Connect_Additional@@8 @27552 NONAME ??_R3MCS_Connect_Initial@@8 @27553 NONAME ??_R3MCS_Connect_Response@@8 @27554 NONAME ??_R3MCS_Connect_Result@@8 @27555 NONAME ??_R3MCS_DataPriority@@8 @27556 NONAME ??_R3MCS_Diagnostic@@8 @27557 NONAME ??_R3MCS_DomainMCSPDU@@8 @27558 NONAME ??_R3MCS_DomainParameters@@8 @27559 NONAME ??_R3MCS_DPum@@8 @27560 NONAME ??_R3MCS_DUin@@8 @27561 NONAME ??_R3MCS_DUrq@@8 @27562 NONAME ??_R3MCS_DynamicChannelId@@8 @27563 NONAME ??_R3MCS_EDrq@@8 @27564 NONAME ??_R3MCS_MCcf@@8 @27565 NONAME ??_R3MCS_MCrq@@8 @27566 NONAME ??_R3MCS_MTcf@@8 @27567 NONAME ??_R3MCS_MTrq@@8 @27568 NONAME ??_R3MCS_PCin@@8 @27569 NONAME ??_R3MCS_PDin@@8 @27570 NONAME ??_R3MCS_PrivateChannelId@@8 @27571 NONAME ??_R3MCS_PTin@@8 @27572 NONAME ??_R3MCS_Reason@@8 @27573 NONAME ??_R3MCS_Result@@8 @27574 NONAME ??_R3MCS_RJum@@8 @27575 NONAME ??_R3MCS_SDin@@8 @27576 NONAME ??_R3MCS_SDrq@@8 @27577 NONAME ??_R3MCS_Segmentation@@8 @27578 NONAME ??_R3MCS_StaticChannelId@@8 @27579 NONAME ??_R3MCS_TGcf@@8 @27580 NONAME ??_R3MCS_TGrq@@8 @27581 NONAME ??_R3MCS_TIcf@@8 @27582 NONAME ??_R3MCS_TIrq@@8 @27583 NONAME ??_R3MCS_TokenAttributes@@8 @27584 NONAME ??_R3MCS_TokenAttributes_given@@8 @27585 NONAME ??_R3MCS_TokenAttributes_giving@@8 @27586 NONAME ??_R3MCS_TokenAttributes_grabbed@@8 @27587 NONAME ??_R3MCS_TokenAttributes_inhibited@@8 @27588 NONAME ??_R3MCS_TokenAttributes_ungivable@@8 @27589 NONAME ??_R3MCS_TokenId@@8 @27590 NONAME ??_R3MCS_TokenStatus@@8 @27591 NONAME ??_R3MCS_TPin@@8 @27592 NONAME ??_R3MCS_TPrq@@8 @27593 NONAME ??_R3MCS_TRcf@@8 @27594 NONAME ??_R3MCS_TRrq@@8 @27595 NONAME ??_R3MCS_TTcf@@8 @27596 NONAME ??_R3MCS_TTrq@@8 @27597 NONAME ??_R3MCS_TVcf@@8 @27598 NONAME ??_R3MCS_TVin@@8 @27599 NONAME ??_R3MCS_TVrq@@8 @27600 NONAME ??_R3MCS_TVrs@@8 @27601 NONAME ??_R3MCS_UserId@@8 @27602 NONAME ??_R3MCS_USin@@8 @27603 NONAME ??_R3MCS_USrq@@8 @27604 NONAME ??_R3MonitorMain_PNotifier@H323Gatekeeper@@8 @27612 NONAME ??_R3MonitorMain_PNotifier@H323GatekeeperServer@@8 @27613 NONAME ??_R3MonitorMain_PNotifier@H323PeerElement@@8 @27614 NONAME ??_R3MSIPAddress@PILSSession@@8 @27615 NONAME ??_R3MXRecordList@PDNS@@8 @32850 NONAME ??_R3OnCallIntrudeTimeOut_PNotifier@H45011Handler@@8 @27616 NONAME ??_R3OnCallTransferTimeOut_PNotifier@H4502Handler@@8 @27617 NONAME ??_R3OnLoadModule_PNotifier@PPluginModuleManager@@8 @30668 NONAME ??_R3OnUserInputInBandDTMF_PNotifier@H323Connection@@8 @27619 NONAME ??_R3OnUserInputInlineRFC2833_PNotifier@H323Connection@@8 @27620 NONAME ??_R3OpalFactoryCodec@@8 @32453 NONAME ??_R3OpalG711ALaw64kFormat@@8 @30945 NONAME ??_R3OpalG711ALaw64k_Base@@8 @32454 NONAME ??_R3OpalG711ALaw64k_Decoder@@8 @32455 NONAME ??_R3OpalG711ALaw64k_Encoder@@8 @32456 NONAME ??_R3OpalG711uLaw64kFormat@@8 @30946 NONAME ??_R3OpalG711uLaw64k_Base@@8 @32457 NONAME ??_R3OpalG711uLaw64k_Decoder@@8 @32458 NONAME ??_R3OpalG711uLaw64k_Encoder@@8 @32459 NONAME ??_R3OpalG7231A_5k3Format@@8 @30947 NONAME ??_R3OpalG7231A_6k3Format@@8 @30948 NONAME ??_R3OpalG7231_5k3Format@@8 @30949 NONAME ??_R3OpalG7231_6k3Format@@8 @30950 NONAME ??_R3OpalG728Format@@8 @30951 NONAME ??_R3OpalG729ABFormat@@8 @30952 NONAME ??_R3OpalG729AFormat@@8 @30953 NONAME ??_R3OpalG729BFormat@@8 @30954 NONAME ??_R3OpalG729Format@@8 @30955 NONAME ??_R3OpalGloballyUniqueID@@8 @27621 NONAME ??_R3OpalGSM0610Format@@8 @30956 NONAME ??_R3OpalH261Format@@8 @30957 NONAME ??_R3OpalIxJDevice@@8 @27622 NONAME ??_R3OpalLineChannel@@8 @27623 NONAME ??_R3OpalLineInterfaceDevice@@8 @27624 NONAME ??_R3OpalMediaFormat@@8 @27625 NONAME ??_R3OpalPCM16Format@@8 @30958 NONAME ??_R3OpalPluginCodec@@8 @32460 NONAME ??_R3OpalPluginMediaFormat@@8 @30959 NONAME ??_R3OpalRFC2190H263Format@@8 @33674 NONAME ??_R3OpalRFC2833@@8 @27626 NONAME ??_R3OpalRFC2833Info@@8 @27627 NONAME ??_R3OpalRtpToWavFile@@8 @27628 NONAME ??_R3OpalT120Format@@8 @30960 NONAME ??_R3OpalT120Protocol@@8 @27629 NONAME ??_R3OpalT38Protocol@@8 @27630 NONAME ??_R3OpalUserInputRFC2833Format@@8 @30961 NONAME ??_R3OpalVoipBlasterDevice@@8 @27631 NONAME ??_R3OpalVXMLSession@@8 @27632 NONAME ??_R3OpalWAVFile@@8 @27633 NONAME ??_R3P64Decoder@@8 @27634 NONAME ??_R3PASN_Boolean@@8 @27635 NONAME ??_R3PASN_ConstrainedObject@@8 @27636 NONAME ??_R3PASN_ConstrainedString@@8 @27637 NONAME ??_R3PASN_Enumeration@@8 @27638 NONAME ??_R3PASN_GeneralisedTime@@8 @27639 NONAME ??_R3PASN_GeneralString@@8 @27640 NONAME ??_R3PASN_IA5String@@8 @27641 NONAME ??_R3PASN_Integer@@8 @27642 NONAME ??_R3PASN_Null@@8 @27643 NONAME ??_R3PASN_NumericString@@8 @27644 NONAME ??_R3PASN_Object@@8 @27645 NONAME ??_R3PASN_PrintableString@@8 @27646 NONAME ??_R3PASN_Stream@@8 @27647 NONAME ??_R3PASN_VisibleString@@8 @27648 NONAME ??_R3PLDAPAttr_c@RTPerson@PILSSession@@8 @27649 NONAME ??_R3PLDAPAttr_cn@RTPerson@PILSSession@@8 @27650 NONAME ??_R3PLDAPAttr_comment@RTPerson@PILSSession@@8 @27651 NONAME ??_R3PLDAPAttr_givenName@RTPerson@PILSSession@@8 @27652 NONAME ??_R3PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@8 @27653 NONAME ??_R3PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@8 @27654 NONAME ??_R3PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@8 @27655 NONAME ??_R3PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@8 @27656 NONAME ??_R3PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@8 @27657 NONAME ??_R3PLDAPAttr_location@RTPerson@PILSSession@@8 @27658 NONAME ??_R3PLDAPAttr_o@RTPerson@PILSSession@@8 @27659 NONAME ??_R3PLDAPAttr_objectClass@RTPerson@PILSSession@@8 @27660 NONAME ??_R3PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@8 @27661 NONAME ??_R3PLDAPAttr_sappguid@RTPerson@PILSSession@@8 @27662 NONAME ??_R3PLDAPAttr_sappid@RTPerson@PILSSession@@8 @27663 NONAME ??_R3PLDAPAttr_sflags@RTPerson@PILSSession@@8 @27664 NONAME ??_R3PLDAPAttr_sipAddress@RTPerson@PILSSession@@8 @27665 NONAME ??_R3PLDAPAttr_smimetype@RTPerson@PILSSession@@8 @27666 NONAME ??_R3PLDAPAttr_smodop@RTPerson@PILSSession@@8 @27667 NONAME ??_R3PLDAPAttr_sport@RTPerson@PILSSession@@8 @27668 NONAME ??_R3PLDAPAttr_sprotid@RTPerson@PILSSession@@8 @27669 NONAME ??_R3PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@8 @27670 NONAME ??_R3PLDAPAttr_ssecurity@RTPerson@PILSSession@@8 @27671 NONAME ??_R3PLDAPAttr_sttl@RTPerson@PILSSession@@8 @27672 NONAME ??_R3PLDAPAttr_surname@RTPerson@PILSSession@@8 @27673 NONAME ??_R3PLDAPAttr_timestamp@RTPerson@PILSSession@@8 @27674 NONAME ??_R3PluginLoader@@8 @32986 NONAME ??_R3PPER_Stream@@8 @27675 NONAME ??_R3Pre_Vid_Coder@@8 @27676 NONAME ??_R3PWAVFileConverter@@8 @32227 NONAME ??_R3PWAVFileConverterALaw@@8 @32228 NONAME ??_R3PWAVFileConverterULaw@@8 @32229 NONAME ??_R3PWAVFileConverterXLaw@@8 @32230 NONAME ??_R3Q931@@8 @27679 NONAME ??_R3ReceivedPacket_PNotifier@OpalRFC2833@@8 @27680 NONAME ??_R3ReceivedPacket_PNotifier@OpalRtpToWavFile@@8 @27681 NONAME ??_R3ReceiverReport@RTP_Session@@8 @27682 NONAME ??_R3ReceiveTimeout_PNotifier@OpalRFC2833@@8 @27683 NONAME ??_R3Request@H323Transactor@@8 @27684 NONAME ??_R3Response@H323Transactor@@8 @27685 NONAME ??_R3RFC2190_FfmpgLink@@8 @33675 NONAME ??_R3RTPerson@PILSSession@@8 @27686 NONAME ??_R3RTP_ControlFrame@@8 @27687 NONAME ??_R3RTP_DataFrame@@8 @27688 NONAME ??_R3RTP_JitterBuffer@@8 @27689 NONAME ??_R3RTP_QOS@@8 @27690 NONAME ??_R3RTP_Session@@8 @27691 NONAME ??_R3RTP_SessionManager@@8 @27692 NONAME ??_R3RTP_UDP@@8 @27693 NONAME ??_R3RTP_UserData@@8 @27694 NONAME ??_R3SenderReport@RTP_Session@@8 @27695 NONAME ??_R3SlowHandler_PNotifier@H323Transaction@@8 @27696 NONAME ??_R3SourceDescription@RTP_Session@@8 @27697 NONAME ??_R3SRVRecordList@PDNS@@8 @32851 NONAME ??_R3StatusHandler_PNotifier@OpalVoipBlasterDevice@@8 @27698 NONAME ??_R3StringMap@H323GatekeeperServer@@8 @27699 NONAME ??_R3T120ConnectPDU@@8 @27700 NONAME ??_R3T120_X224@@8 @27701 NONAME ??_R3T38_ArrayOf_PASN_OctetString@@8 @27702 NONAME ??_R3T38_Data_Field@@8 @27703 NONAME ??_R3T38_Data_Field_subtype@@8 @27704 NONAME ??_R3T38_Data_Field_subtype_field_type@@8 @27705 NONAME ??_R3T38_IFPPacket@@8 @27706 NONAME ??_R3T38_PreCorrigendum_Data_Field@@8 @27707 NONAME ??_R3T38_PreCorrigendum_Data_Field_subtype@@8 @27708 NONAME ??_R3T38_PreCorrigendum_Data_Field_subtype_field_type@@8 @27709 NONAME ??_R3T38_PreCorrigendum_IFPPacket@@8 @27710 NONAME ??_R3T38_Type_of_msg@@8 @27711 NONAME ??_R3T38_Type_of_msg_data@@8 @27712 NONAME ??_R3T38_Type_of_msg_t30_indicator@@8 @27713 NONAME ??_R3T38_UDPTLPacket@@8 @27714 NONAME ??_R3T38_UDPTLPacket_error_recovery@@8 @27715 NONAME ??_R3T38_UDPTLPacket_error_recovery_fec_info@@8 @27716 NONAME ??_R3T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@8 @27717 NONAME ??_R3T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@8 @27718 NONAME ??_R3T38_UDPTLPacket_primary_ifp_packet@@8 @27719 NONAME ??_R3TickleMonitor_PNotifier@H323Gatekeeper@@8 @27720 NONAME ??_R3TransmitEnded_PNotifier@OpalRFC2833@@8 @27721 NONAME ??_R3TransmitPacket_PNotifier@OpalRFC2833@@8 @27722 NONAME ??_R3Transmitter@@8 @27723 NONAME ??_R3UpdateAllDescriptors_PNotifier@H323PeerElement@@8 @27724 NONAME ??_R3VoipBlasterInterface@@8 @27726 NONAME ??_R3Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@8 @32461 NONAME ??_R3Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@8 @32462 NONAME ??_R3Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@8 @32463 NONAME ??_R3Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@8 @32464 NONAME ??_R3Worker@OpalPluginCodecFactory@@8 @32465 NONAME ??_R3WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@8 @32852 NONAME ??_R3WorkerBase@?$PFactory@VH323Capability@@VPString@@@@8 @31885 NONAME ??_R3WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@8 @32466 NONAME ??_R3WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@8 @31886 NONAME ??_R3WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@8 @31887 NONAME ??_R3WorkerBase@?$PFactory@VPWAVFileConverter@@I@@8 @32231 NONAME ??_R3X224@@8 @27727 NONAME ??_R3X880_Code@@8 @27728 NONAME ??_R3X880_GeneralProblem@@8 @27729 NONAME ??_R3X880_Invoke@@8 @27730 NONAME ??_R3X880_InvokeId@@8 @27731 NONAME ??_R3X880_InvokeProblem@@8 @27732 NONAME ??_R3X880_Reject@@8 @27733 NONAME ??_R3X880_RejectProblem@@8 @27734 NONAME ??_R3X880_Reject_problem@@8 @27735 NONAME ??_R3X880_ReturnError@@8 @27736 NONAME ??_R3X880_ReturnErrorProblem@@8 @27737 NONAME ??_R3X880_ReturnResult@@8 @27738 NONAME ??_R3X880_ReturnResultProblem@@8 @27739 NONAME ??_R3X880_ReturnResult_result@@8 @27740 NONAME ??_R3X880_ROS@@8 @27741 NONAME ??_R4?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@6B@ @27742 NONAME ??_R4?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@6B@ @27743 NONAME ??_R4?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@6B@ @27744 NONAME ??_R4?$H235_HASHED@VH235_EncodedGeneralToken@@@@6B@ @27745 NONAME ??_R4?$H235_HASHED@VH235_EncodedPwdCertToken@@@@6B@ @27746 NONAME ??_R4?$H235_SIGNED@VH225_EncodedFastStartToken@@@@6B@ @27747 NONAME ??_R4?$H235_SIGNED@VH235_EncodedGeneralToken@@@@6B@ @27748 NONAME ??_R4?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@6B@ @27749 NONAME ??_R4?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@6B@ @27750 NONAME ??_R4?$H235_SIGNED@VH235_EncodedReturnSig@@@@6B@ @27751 NONAME ??_R4?$PArray@V?$PList@VH323Capability@@@@@@6B@ @27752 NONAME ??_R4?$PArray@VH323SimultaneousCapabilities@@@@6B@ @27753 NONAME ??_R4?$PArray@VH323TransportAddress@@@@6B@ @27754 NONAME ??_R4?$PArray@VReceiverReport@RTP_Session@@@@6B@ @27755 NONAME ??_R4?$PArray@VSourceDescription@RTP_Session@@@@6B@ @27756 NONAME ??_R4?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@6B@ @27757 NONAME ??_R4?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@6B@ @27758 NONAME ??_R4?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@6B@ @27759 NONAME ??_R4?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@6B@ @27760 NONAME ??_R4?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@6B@ @27761 NONAME ??_R4?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@6B@ @27762 NONAME ??_R4?$PDictionary@VPString@@VH323Connection@@@@6B@ @27763 NONAME ??_R4?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@6B@ @27764 NONAME ??_R4?$PDictionary@VPString@@VPOrdinalKey@@@@6B@ @27765 NONAME ??_R4?$PFactory@VH235Authenticator@@VPString@@@@6B@ @32853 NONAME ??_R4?$PFactory@VH323Capability@@VPString@@@@6B@ @31888 NONAME ??_R4?$PFactory@VH323StaticPluginCodec@@VPString@@@@6B@ @31889 NONAME ??_R4?$PFactory@VOpalFactoryCodec@@VPString@@@@6B@ @32467 NONAME ??_R4?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @31890 NONAME ??_R4?$PFactory@VPWAVFileConverter@@I@@6B@ @32232 NONAME ??_R4?$PList@VH235Authenticator@@@@6B@ @27766 NONAME ??_R4?$PList@VH245_GenericParameter@@@@6B@ @33249 NONAME ??_R4?$PList@VH263Packet@@@@6B@ @33676 NONAME ??_R4?$PList@VH323Capability@@@@6B@ @27768 NONAME ??_R4?$PList@VH323Channel@@@@6B@ @27769 NONAME ??_R4?$PList@VH323GatekeeperListener@@@@6B@ @27770 NONAME ??_R4?$PList@VH323Listener@@@@6B@ @27771 NONAME ??_R4?$PList@VH323Transactor@@@@6B@ @27772 NONAME ??_R4?$PList@VH450xHandler@@@@6B@ @27773 NONAME ??_R4?$PList@VOpalMediaFormat@@@@6B@ @27775 NONAME ??_R4?$PList@VPBYTEArray@@@@6B@ @27776 NONAME ??_R4?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@6B@ @27778 NONAME ??_R4?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@6B@ @27779 NONAME ??_R4?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@6B@ @27780 NONAME ??_R4?$PSafeDictionary@VPString@@VH323RegisteredEndPoint@@@@6B@ @27781 NONAME ??_R4?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@6B@ @27782 NONAME ??_R4?$PSafePtr@VH323GatekeeperCall@@@@6B@ @27783 NONAME ??_R4?$PSafePtr@VH323PeerElementDescriptor@@@@6B@ @27784 NONAME ??_R4?$PSafePtr@VH323PeerElementServiceRelationship@@@@6B@ @27785 NONAME ??_R4?$PSafePtr@VH323RegisteredEndPoint@@@@6B@ @27786 NONAME ??_R4?$PSafeSortedList@VH323GatekeeperCall@@@@6B@ @27787 NONAME ??_R4?$PSafeSortedList@VH323PeerElementDescriptor@@@@6B@ @27788 NONAME ??_R4?$PSafeSortedList@VH323PeerElementServiceRelationship@@@@6B@ @27789 NONAME ??_R4?$PSet@VPOrdinalKey@@@@6B@ @27790 NONAME ??_R4?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@6B@ @27791 NONAME ??_R4?$PSortedList@VH225_AliasAddress@@@@6B@ @27792 NONAME ??_R4?$PSortedList@VH323GatekeeperCall@@@@6B@ @27793 NONAME ??_R4?$PSortedList@VH323PeerElementDescriptor@@@@6B@ @27794 NONAME ??_R4?$PSortedList@VH323PeerElementServiceRelationship@@@@6B@ @27795 NONAME ??_R4?$PSortedList@VMXRecord@PDNS@@@@6B@ @32854 NONAME ??_R4?$PSortedList@VResponse@H323Transactor@@@@6B@ @27797 NONAME ??_R4?$PSortedList@VSRVRecord@PDNS@@@@6B@ @32855 NONAME ??_R4?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @32856 NONAME ??_R4?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @32857 NONAME ??_R4?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @32858 NONAME ??_R4?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@6B@ @31891 NONAME ??_R4?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @31892 NONAME ??_R4?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @31893 NONAME ??_R4?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @31894 NONAME ??_R4?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @31895 NONAME ??_R4?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @31896 NONAME ??_R4?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @31897 NONAME ??_R4?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @31898 NONAME ??_R4?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @31899 NONAME ??_R4?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @31900 NONAME ??_R4?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @31901 NONAME ??_R4?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @31902 NONAME ??_R4?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @31903 NONAME ??_R4?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @31904 NONAME ??_R4?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @31905 NONAME ??_R4?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@6B@ @31906 NONAME ??_R4?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @31907 NONAME ??_R4?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @31908 NONAME ??_R4?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @31909 NONAME ??_R4?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @31910 NONAME ??_R4?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @31911 NONAME ??_R4?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @31912 NONAME ??_R4?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @31913 NONAME ??_R4?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @31914 NONAME ??_R4?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @31915 NONAME ??_R4?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @31916 NONAME ??_R4?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @31917 NONAME ??_R4?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @31918 NONAME ??_R4?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @31919 NONAME ??_R4?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @31920 NONAME ??_R4?$Worker@VOpalRFC2190H263Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @33677 NONAME ??_R4?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @31921 NONAME ??_R4?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @31922 NONAME ??_R4?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@6B@ @32987 NONAME ??_R4?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@6B@ @32233 NONAME ??_R4?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@6B@ @32234 NONAME ??_R4AliasKey@H323PeerElement@@6B@ @27799 NONAME ??_R4AlternateInfo@H323Gatekeeper@@6B@ @27800 NONAME ??_R4ByteQueue@OpalVoipBlasterDevice@@6B@ @27801 NONAME ??_R4Encoder@@6B@ @27802 NONAME ??_R4Entry@RTP_JitterBuffer@@6B@ @27803 NONAME ??_R4FilterInfo@H323Codec@@6B@ @27805 NONAME ??_R4FullP64Decoder@@6B@ @27806 NONAME ??_R4G7231_File_Capability@@6B@ @27807 NONAME ??_R4G7231_File_Codec@@6B@ @27808 NONAME ??_R4GCC_AlternativeNodeID@@6B@ @27809 NONAME ??_R4GCC_ApplicationInvokeIndication@@6B@ @27810 NONAME ??_R4GCC_ApplicationInvokeSpecifier@@6B@ @27811 NONAME ??_R4GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@6B@ @27812 NONAME ??_R4GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@6B@ @27813 NONAME ??_R4GCC_ApplicationRecord@@6B@ @27814 NONAME ??_R4GCC_ApplicationRecord_nonCollapsingCapabilities@@6B@ @27815 NONAME ??_R4GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@6B@ @27816 NONAME ??_R4GCC_ArrayOf_ApplicationInvokeSpecifier@@6B@ @27817 NONAME ??_R4GCC_ArrayOf_ChallengeItem@@6B@ @27818 NONAME ??_R4GCC_ArrayOf_ConferenceDescriptor@@6B@ @27819 NONAME ??_R4GCC_ArrayOf_Privilege@@6B@ @27820 NONAME ??_R4GCC_ArrayOf_TextString@@6B@ @27821 NONAME ??_R4GCC_ArrayOf_UserID@@6B@ @27822 NONAME ??_R4GCC_AsymmetryIndicator@@6B@ @27823 NONAME ??_R4GCC_CapabilityClass@@6B@ @27824 NONAME ??_R4GCC_CapabilityID@@6B@ @27825 NONAME ??_R4GCC_ChallengeItem@@6B@ @27826 NONAME ??_R4GCC_ChallengeRequest@@6B@ @27827 NONAME ??_R4GCC_ChallengeResponse@@6B@ @27828 NONAME ??_R4GCC_ChallengeResponseAlgorithm@@6B@ @27829 NONAME ??_R4GCC_ChallengeResponseItem@@6B@ @27830 NONAME ??_R4GCC_ChannelID@@6B@ @27831 NONAME ??_R4GCC_ChannelType@@6B@ @27832 NONAME ??_R4GCC_ConductorAssignIndication@@6B@ @27833 NONAME ??_R4GCC_ConductorPermissionAskIndication@@6B@ @27834 NONAME ??_R4GCC_ConductorPermissionGrantIndication@@6B@ @27835 NONAME ??_R4GCC_ConductorReleaseIndication@@6B@ @27836 NONAME ??_R4GCC_ConferenceAddRequest@@6B@ @27837 NONAME ??_R4GCC_ConferenceAddResponse@@6B@ @27838 NONAME ??_R4GCC_ConferenceAddResponse_result@@6B@ @27839 NONAME ??_R4GCC_ConferenceAssistanceIndication@@6B@ @27840 NONAME ??_R4GCC_ConferenceCreateRequest@@6B@ @27841 NONAME ??_R4GCC_ConferenceCreateResponse@@6B@ @27842 NONAME ??_R4GCC_ConferenceCreateResponse_result@@6B@ @27843 NONAME ??_R4GCC_ConferenceDescriptor@@6B@ @27844 NONAME ??_R4GCC_ConferenceEjectUserIndication@@6B@ @27845 NONAME ??_R4GCC_ConferenceEjectUserIndication_reason@@6B@ @27846 NONAME ??_R4GCC_ConferenceEjectUserRequest@@6B@ @27847 NONAME ??_R4GCC_ConferenceEjectUserRequest_reason@@6B@ @27848 NONAME ??_R4GCC_ConferenceEjectUserResponse@@6B@ @27849 NONAME ??_R4GCC_ConferenceEjectUserResponse_result@@6B@ @27850 NONAME ??_R4GCC_ConferenceInviteRequest@@6B@ @27851 NONAME ??_R4GCC_ConferenceInviteResponse@@6B@ @27852 NONAME ??_R4GCC_ConferenceInviteResponse_result@@6B@ @27853 NONAME ??_R4GCC_ConferenceJoinRequest@@6B@ @27854 NONAME ??_R4GCC_ConferenceJoinResponse@@6B@ @27855 NONAME ??_R4GCC_ConferenceJoinResponse_result@@6B@ @27856 NONAME ??_R4GCC_ConferenceLockIndication@@6B@ @27857 NONAME ??_R4GCC_ConferenceLockRequest@@6B@ @27858 NONAME ??_R4GCC_ConferenceLockResponse@@6B@ @27859 NONAME ??_R4GCC_ConferenceLockResponse_result@@6B@ @27860 NONAME ??_R4GCC_ConferenceName@@6B@ @27861 NONAME ??_R4GCC_ConferenceNameModifier@@6B@ @27862 NONAME ??_R4GCC_ConferenceNameSelector@@6B@ @27863 NONAME ??_R4GCC_ConferencePriority@@6B@ @27864 NONAME ??_R4GCC_ConferencePriorityScheme@@6B@ @27865 NONAME ??_R4GCC_ConferenceQueryRequest@@6B@ @27866 NONAME ??_R4GCC_ConferenceQueryResponse@@6B@ @27867 NONAME ??_R4GCC_ConferenceQueryResponse_result@@6B@ @27868 NONAME ??_R4GCC_ConferenceTerminateIndication@@6B@ @27869 NONAME ??_R4GCC_ConferenceTerminateIndication_reason@@6B@ @27870 NONAME ??_R4GCC_ConferenceTerminateRequest@@6B@ @27871 NONAME ??_R4GCC_ConferenceTerminateRequest_reason@@6B@ @27872 NONAME ??_R4GCC_ConferenceTerminateResponse@@6B@ @27873 NONAME ??_R4GCC_ConferenceTerminateResponse_result@@6B@ @27874 NONAME ??_R4GCC_ConferenceTimeExtendIndication@@6B@ @27875 NONAME ??_R4GCC_ConferenceTimeInquireIndication@@6B@ @27876 NONAME ??_R4GCC_ConferenceTimeRemainingIndication@@6B@ @27877 NONAME ??_R4GCC_ConferenceTransferIndication@@6B@ @27878 NONAME ??_R4GCC_ConferenceTransferRequest@@6B@ @27879 NONAME ??_R4GCC_ConferenceTransferResponse@@6B@ @27880 NONAME ??_R4GCC_ConferenceTransferResponse_result@@6B@ @27881 NONAME ??_R4GCC_ConferenceUnlockIndication@@6B@ @27882 NONAME ??_R4GCC_ConferenceUnlockRequest@@6B@ @27883 NONAME ??_R4GCC_ConferenceUnlockResponse@@6B@ @27884 NONAME ??_R4GCC_ConferenceUnlockResponse_result@@6B@ @27885 NONAME ??_R4GCC_ConnectData@@6B@ @27886 NONAME ??_R4GCC_ConnectGCCPDU@@6B@ @27887 NONAME ??_R4GCC_DialingString@@6B@ @27888 NONAME ??_R4GCC_DynamicChannelID@@6B@ @27889 NONAME ??_R4GCC_DynamicTokenID@@6B@ @27890 NONAME ??_R4GCC_EntityID@@6B@ @27891 NONAME ??_R4GCC_ExtraDialingString@@6B@ @27892 NONAME ??_R4GCC_FunctionNotSupportedResponse@@6B@ @27893 NONAME ??_R4GCC_GCCPDU@@6B@ @27894 NONAME ??_R4GCC_H221NonStandardIdentifier@@6B@ @27895 NONAME ??_R4GCC_Handle@@6B@ @27896 NONAME ??_R4GCC_IndicationPDU@@6B@ @27897 NONAME ??_R4GCC_Key@@6B@ @27898 NONAME ??_R4GCC_NetworkAddress@@6B@ @27899 NONAME ??_R4GCC_NetworkAddress_subtype@@6B@ @27900 NONAME ??_R4GCC_NetworkAddress_subtype_aggregatedChannel@@6B@ @27901 NONAME ??_R4GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@6B@ @27902 NONAME ??_R4GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@6B@ @27903 NONAME ??_R4GCC_NetworkAddress_subtype_transportConnection@@6B@ @27904 NONAME ??_R4GCC_NodeProperties@@6B@ @27905 NONAME ??_R4GCC_NodeRecord@@6B@ @27906 NONAME ??_R4GCC_NodeType@@6B@ @27907 NONAME ??_R4GCC_NonStandardParameter@@6B@ @27908 NONAME ??_R4GCC_NonStandardPDU@@6B@ @27909 NONAME ??_R4GCC_Password@@6B@ @27910 NONAME ??_R4GCC_PasswordChallengeRequestResponse@@6B@ @27911 NONAME ??_R4GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@6B@ @27912 NONAME ??_R4GCC_PasswordSelector@@6B@ @27913 NONAME ??_R4GCC_Privilege@@6B@ @27914 NONAME ??_R4GCC_RegistryAllocateHandleRequest@@6B@ @27915 NONAME ??_R4GCC_RegistryAllocateHandleResponse@@6B@ @27916 NONAME ??_R4GCC_RegistryAllocateHandleResponse_result@@6B@ @27917 NONAME ??_R4GCC_RegistryAssignTokenRequest@@6B@ @27918 NONAME ??_R4GCC_RegistryDeleteEntryRequest@@6B@ @27919 NONAME ??_R4GCC_RegistryEntryOwner@@6B@ @27920 NONAME ??_R4GCC_RegistryEntryOwner_owned@@6B@ @27921 NONAME ??_R4GCC_RegistryItem@@6B@ @27922 NONAME ??_R4GCC_RegistryKey@@6B@ @27923 NONAME ??_R4GCC_RegistryModificationRights@@6B@ @27924 NONAME ??_R4GCC_RegistryMonitorEntryIndication@@6B@ @27925 NONAME ??_R4GCC_RegistryMonitorEntryRequest@@6B@ @27926 NONAME ??_R4GCC_RegistryRegisterChannelRequest@@6B@ @27927 NONAME ??_R4GCC_RegistryResponse@@6B@ @27928 NONAME ??_R4GCC_RegistryResponse_primitiveType@@6B@ @27929 NONAME ??_R4GCC_RegistryResponse_result@@6B@ @27930 NONAME ??_R4GCC_RegistryRetrieveEntryRequest@@6B@ @27931 NONAME ??_R4GCC_RegistrySetParameterRequest@@6B@ @27932 NONAME ??_R4GCC_RequestPDU@@6B@ @27933 NONAME ??_R4GCC_ResponsePDU@@6B@ @27934 NONAME ??_R4GCC_RosterUpdateIndication@@6B@ @27935 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation@@6B@ @27936 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype@@6B@ @27937 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@6B@ @27938 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@6B@ @27939 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@6B@ @27940 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@6B@ @27941 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@6B@ @27942 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@6B@ @27943 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@6B@ @27944 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@6B@ @27945 NONAME ??_R4GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@6B@ @27946 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation@@6B@ @27947 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@6B@ @27948 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@6B@ @27949 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@6B@ @27950 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@6B@ @27951 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@6B@ @27952 NONAME ??_R4GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@6B@ @27953 NONAME ??_R4GCC_SessionKey@@6B@ @27954 NONAME ??_R4GCC_SimpleNumericString@@6B@ @27955 NONAME ??_R4GCC_SimpleTextString@@6B@ @27956 NONAME ??_R4GCC_StaticChannelID@@6B@ @27957 NONAME ??_R4GCC_StaticTokenID@@6B@ @27958 NONAME ??_R4GCC_SubAddressString@@6B@ @27959 NONAME ??_R4GCC_TerminationMethod@@6B@ @27960 NONAME ??_R4GCC_TextMessageIndication@@6B@ @27961 NONAME ??_R4GCC_TextString@@6B@ @27962 NONAME ??_R4GCC_Time@@6B@ @27963 NONAME ??_R4GCC_TokenID@@6B@ @27964 NONAME ??_R4GCC_UserData@@6B@ @27965 NONAME ??_R4GCC_UserData_subtype@@6B@ @27966 NONAME ??_R4GCC_UserID@@6B@ @27967 NONAME ??_R4GCC_UserIDIndication@@6B@ @27968 NONAME ??_R4H225CallThread@@6B@ @27969 NONAME ??_R4H225TransportThread@@6B@ @27970 NONAME ??_R4H225_AddressPattern@@6B@ @27971 NONAME ??_R4H225_AddressPattern_range@@6B@ @27972 NONAME ??_R4H225_AdmissionConfirm@@6B@ @27973 NONAME ??_R4H225_AdmissionConfirm_language@@6B@ @27974 NONAME ??_R4H225_AdmissionReject@@6B@ @27975 NONAME ??_R4H225_AdmissionRejectReason@@6B@ @27976 NONAME ??_R4H225_AdmissionRequest@@6B@ @27977 NONAME ??_R4H225_Alerting_UUIE@@6B@ @27978 NONAME ??_R4H225_AliasAddress@@6B@ @27979 NONAME ??_R4H225_AlternateGK@@6B@ @27980 NONAME ??_R4H225_AlternateTransportAddresses@@6B@ @27981 NONAME ??_R4H225_AltGKInfo@@6B@ @27982 NONAME ??_R4H225_ANSI_41_UIM@@6B@ @27983 NONAME ??_R4H225_ANSI_41_UIM_system_id@@6B@ @27984 NONAME ??_R4H225_ArrayOf_AddressPattern@@6B@ @27985 NONAME ??_R4H225_ArrayOf_AdmissionConfirm@@6B@ @27986 NONAME ??_R4H225_ArrayOf_AliasAddress@@6B@ @27987 NONAME ??_R4H225_ArrayOf_AlternateGK@@6B@ @27988 NONAME ??_R4H225_ArrayOf_AuthenticationMechanism@@6B@ @27989 NONAME ??_R4H225_ArrayOf_BandwidthDetails@@6B@ @27990 NONAME ??_R4H225_ArrayOf_CallReferenceValue@@6B@ @27991 NONAME ??_R4H225_ArrayOf_CallsAvailable@@6B@ @27992 NONAME ??_R4H225_ArrayOf_ClearToken@@6B@ @27993 NONAME ??_R4H225_ArrayOf_ConferenceIdentifier@@6B@ @27994 NONAME ??_R4H225_ArrayOf_ConferenceList@@6B@ @27995 NONAME ??_R4H225_ArrayOf_CryptoH323Token@@6B@ @27996 NONAME ??_R4H225_ArrayOf_DataRate@@6B@ @27997 NONAME ??_R4H225_ArrayOf_Endpoint@@6B@ @27998 NONAME ??_R4H225_ArrayOf_EnumeratedParameter@@6B@ @27999 NONAME ??_R4H225_ArrayOf_ExtendedAliasAddress@@6B@ @28000 NONAME ??_R4H225_ArrayOf_FeatureDescriptor@@6B@ @28001 NONAME ??_R4H225_ArrayOf_GenericData@@6B@ @28002 NONAME ??_R4H225_ArrayOf_H245Security@@6B@ @28003 NONAME ??_R4H225_ArrayOf_H248PackagesDescriptor@@6B@ @28004 NONAME ??_R4H225_ArrayOf_IntegrityMechanism@@6B@ @28005 NONAME ??_R4H225_ArrayOf_NonStandardParameter@@6B@ @28006 NONAME ??_R4H225_ArrayOf_PartyNumber@@6B@ @28007 NONAME ??_R4H225_ArrayOf_PASN_ObjectId@@6B@ @28008 NONAME ??_R4H225_ArrayOf_PASN_OctetString@@6B@ @28009 NONAME ??_R4H225_ArrayOf_RasUsageSpecification@@6B@ @28010 NONAME ??_R4H225_ArrayOf_RTPSession@@6B@ @28011 NONAME ??_R4H225_ArrayOf_ServiceControlSession@@6B@ @28012 NONAME ??_R4H225_ArrayOf_SupportedPrefix@@6B@ @28013 NONAME ??_R4H225_ArrayOf_SupportedProtocols@@6B@ @28014 NONAME ??_R4H225_ArrayOf_TransportAddress@@6B@ @28015 NONAME ??_R4H225_ArrayOf_TransportChannelInfo@@6B@ @28016 NONAME ??_R4H225_ArrayOf_TunnelledProtocol@@6B@ @28017 NONAME ??_R4H225_BandRejectReason@@6B@ @28018 NONAME ??_R4H225_BandWidth@@6B@ @28019 NONAME ??_R4H225_BandwidthConfirm@@6B@ @28020 NONAME ??_R4H225_BandwidthDetails@@6B@ @28021 NONAME ??_R4H225_BandwidthReject@@6B@ @28022 NONAME ??_R4H225_BandwidthRequest@@6B@ @28023 NONAME ??_R4H225_CallCapacity@@6B@ @28024 NONAME ??_R4H225_CallCapacityInfo@@6B@ @28025 NONAME ??_R4H225_CallCreditCapability@@6B@ @28026 NONAME ??_R4H225_CallCreditServiceControl@@6B@ @28027 NONAME ??_R4H225_CallCreditServiceControl_billingMode@@6B@ @28028 NONAME ??_R4H225_CallCreditServiceControl_callStartingPoint@@6B@ @28029 NONAME ??_R4H225_CallIdentifier@@6B@ @28030 NONAME ??_R4H225_CallLinkage@@6B@ @28031 NONAME ??_R4H225_CallModel@@6B@ @28032 NONAME ??_R4H225_CallProceeding_UUIE@@6B@ @28033 NONAME ??_R4H225_CallReferenceValue@@6B@ @28034 NONAME ??_R4H225_CallsAvailable@@6B@ @28035 NONAME ??_R4H225_CallTerminationCause@@6B@ @28036 NONAME ??_R4H225_CallType@@6B@ @28037 NONAME ??_R4H225_CapacityReportingCapability@@6B@ @28038 NONAME ??_R4H225_CapacityReportingSpecification@@6B@ @28039 NONAME ??_R4H225_CapacityReportingSpecification_when@@6B@ @28040 NONAME ??_R4H225_CarrierInfo@@6B@ @28041 NONAME ??_R4H225_CicInfo@@6B@ @28042 NONAME ??_R4H225_CicInfo_cic@@6B@ @28043 NONAME ??_R4H225_CircuitIdentifier@@6B@ @28044 NONAME ??_R4H225_CircuitInfo@@6B@ @28045 NONAME ??_R4H225_ConferenceIdentifier@@6B@ @28046 NONAME ??_R4H225_ConferenceList@@6B@ @28047 NONAME ??_R4H225_Connect_UUIE@@6B@ @28048 NONAME ??_R4H225_Connect_UUIE_language@@6B@ @28049 NONAME ??_R4H225_Content@@6B@ @28050 NONAME ??_R4H225_CryptoH323Token@@6B@ @28051 NONAME ??_R4H225_CryptoH323Token_cryptoEPPwdHash@@6B@ @28052 NONAME ??_R4H225_CryptoH323Token_cryptoGKPwdHash@@6B@ @28053 NONAME ??_R4H225_DataRate@@6B@ @28054 NONAME ??_R4H225_DisengageConfirm@@6B@ @28055 NONAME ??_R4H225_DisengageReason@@6B@ @28056 NONAME ??_R4H225_DisengageReject@@6B@ @28057 NONAME ??_R4H225_DisengageRejectReason@@6B@ @28058 NONAME ??_R4H225_DisengageRequest@@6B@ @28059 NONAME ??_R4H225_EncodedFastStartToken@@6B@ @28060 NONAME ??_R4H225_EncryptIntAlg@@6B@ @28061 NONAME ??_R4H225_Endpoint@@6B@ @28062 NONAME ??_R4H225_EndpointIdentifier@@6B@ @28063 NONAME ??_R4H225_EndpointType@@6B@ @28064 NONAME ??_R4H225_EnumeratedParameter@@6B@ @28065 NONAME ??_R4H225_ExtendedAliasAddress@@6B@ @28066 NONAME ??_R4H225_FacilityReason@@6B@ @28067 NONAME ??_R4H225_Facility_UUIE@@6B@ @28068 NONAME ??_R4H225_FastStartToken@@6B@ @28069 NONAME ??_R4H225_FeatureDescriptor@@6B@ @28070 NONAME ??_R4H225_FeatureSet@@6B@ @28071 NONAME ??_R4H225_GatekeeperConfirm@@6B@ @28072 NONAME ??_R4H225_GatekeeperIdentifier@@6B@ @28073 NONAME ??_R4H225_GatekeeperInfo@@6B@ @28074 NONAME ??_R4H225_GatekeeperReject@@6B@ @28075 NONAME ??_R4H225_GatekeeperRejectReason@@6B@ @28076 NONAME ??_R4H225_GatekeeperRequest@@6B@ @28077 NONAME ??_R4H225_GatewayInfo@@6B@ @28078 NONAME ??_R4H225_GenericData@@6B@ @28079 NONAME ??_R4H225_GenericIdentifier@@6B@ @28080 NONAME ??_R4H225_GloballyUniqueID@@6B@ @28081 NONAME ??_R4H225_GroupID@@6B@ @28082 NONAME ??_R4H225_GroupID_member@@6B@ @28083 NONAME ??_R4H225_GSM_UIM@@6B@ @28084 NONAME ??_R4H225_H221NonStandard@@6B@ @28085 NONAME ??_R4H225_H245Security@@6B@ @28086 NONAME ??_R4H225_H248PackagesDescriptor@@6B@ @28087 NONAME ??_R4H225_H248SignalsDescriptor@@6B@ @28088 NONAME ??_R4H225_H310Caps@@6B@ @28089 NONAME ??_R4H225_H320Caps@@6B@ @28090 NONAME ??_R4H225_H321Caps@@6B@ @28091 NONAME ??_R4H225_H322Caps@@6B@ @28092 NONAME ??_R4H225_H323Caps@@6B@ @28093 NONAME ??_R4H225_H323_UserInformation@@6B@ @28094 NONAME ??_R4H225_H323_UserInformation_user_data@@6B@ @28095 NONAME ??_R4H225_H323_UU_PDU@@6B@ @28096 NONAME ??_R4H225_H323_UU_PDU_h323_message_body@@6B@ @28097 NONAME ??_R4H225_H323_UU_PDU_tunnelledSignallingMessage@@6B@ @28098 NONAME ??_R4H225_H324Caps@@6B@ @28099 NONAME ??_R4H225_ICV@@6B@ @28100 NONAME ??_R4H225_InfoRequest@@6B@ @28101 NONAME ??_R4H225_InfoRequestAck@@6B@ @28102 NONAME ??_R4H225_InfoRequestNak@@6B@ @28103 NONAME ??_R4H225_InfoRequestNakReason@@6B@ @28104 NONAME ??_R4H225_InfoRequestResponse@@6B@ @28105 NONAME ??_R4H225_InfoRequestResponseStatus@@6B@ @28106 NONAME ??_R4H225_InfoRequestResponse_perCallInfo@@6B@ @28107 NONAME ??_R4H225_InfoRequestResponse_perCallInfo_subtype@@6B@ @28108 NONAME ??_R4H225_InfoRequestResponse_perCallInfo_subtype_pdu@@6B@ @28109 NONAME ??_R4H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@6B@ @28110 NONAME ??_R4H225_Information_UUIE@@6B@ @28111 NONAME ??_R4H225_IntegrityMechanism@@6B@ @28112 NONAME ??_R4H225_LocationConfirm@@6B@ @28113 NONAME ??_R4H225_LocationReject@@6B@ @28114 NONAME ??_R4H225_LocationRejectReason@@6B@ @28115 NONAME ??_R4H225_LocationRequest@@6B@ @28116 NONAME ??_R4H225_McuInfo@@6B@ @28117 NONAME ??_R4H225_MobileUIM@@6B@ @28118 NONAME ??_R4H225_NonIsoIntegrityMechanism@@6B@ @28119 NONAME ??_R4H225_NonStandardIdentifier@@6B@ @28120 NONAME ??_R4H225_NonStandardMessage@@6B@ @28121 NONAME ??_R4H225_NonStandardParameter@@6B@ @28122 NONAME ??_R4H225_NonStandardProtocol@@6B@ @28123 NONAME ??_R4H225_Notify_UUIE@@6B@ @28124 NONAME ??_R4H225_NumberDigits@@6B@ @28125 NONAME ??_R4H225_PartyNumber@@6B@ @28126 NONAME ??_R4H225_PresentationIndicator@@6B@ @28127 NONAME ??_R4H225_PrivatePartyNumber@@6B@ @28128 NONAME ??_R4H225_PrivateTypeOfNumber@@6B@ @28129 NONAME ??_R4H225_Progress_UUIE@@6B@ @28130 NONAME ??_R4H225_ProtocolIdentifier@@6B@ @28131 NONAME ??_R4H225_PublicPartyNumber@@6B@ @28132 NONAME ??_R4H225_PublicTypeOfNumber@@6B@ @28133 NONAME ??_R4H225_Q954Details@@6B@ @28134 NONAME ??_R4H225_QseriesOptions@@6B@ @28135 NONAME ??_R4H225_RAS@@6B@ @28136 NONAME ??_R4H225_RasMessage@@6B@ @28137 NONAME ??_R4H225_RasUsageInformation@@6B@ @28138 NONAME ??_R4H225_RasUsageInfoTypes@@6B@ @28139 NONAME ??_R4H225_RasUsageSpecification@@6B@ @28140 NONAME ??_R4H225_RasUsageSpecification_callStartingPoint@@6B@ @28141 NONAME ??_R4H225_RasUsageSpecification_when@@6B@ @28142 NONAME ??_R4H225_RegistrationConfirm@@6B@ @28143 NONAME ??_R4H225_RegistrationConfirm_preGrantedARQ@@6B@ @28144 NONAME ??_R4H225_RegistrationReject@@6B@ @28145 NONAME ??_R4H225_RegistrationRejectReason@@6B@ @28146 NONAME ??_R4H225_RegistrationRejectReason_invalidTerminalAliases@@6B@ @28147 NONAME ??_R4H225_RegistrationRequest@@6B@ @28148 NONAME ??_R4H225_ReleaseCompleteReason@@6B@ @28149 NONAME ??_R4H225_ReleaseComplete_UUIE@@6B@ @28150 NONAME ??_R4H225_RequestInProgress@@6B@ @28151 NONAME ??_R4H225_RequestSeqNum@@6B@ @28152 NONAME ??_R4H225_ResourcesAvailableConfirm@@6B@ @28153 NONAME ??_R4H225_ResourcesAvailableIndicate@@6B@ @28154 NONAME ??_R4H225_RTPSession@@6B@ @28155 NONAME ??_R4H225_RTPSession_associatedSessionIds@@6B@ @28156 NONAME ??_R4H225_ScnConnectionAggregation@@6B@ @28157 NONAME ??_R4H225_ScnConnectionType@@6B@ @28158 NONAME ??_R4H225_ScreeningIndicator@@6B@ @28159 NONAME ??_R4H225_SecurityCapabilities@@6B@ @28160 NONAME ??_R4H225_SecurityErrors2@@6B@ @28161 NONAME ??_R4H225_SecurityErrors@@6B@ @28162 NONAME ??_R4H225_SecurityServiceMode@@6B@ @28163 NONAME ??_R4H225_ServiceControlDescriptor@@6B@ @28164 NONAME ??_R4H225_ServiceControlIndication@@6B@ @28165 NONAME ??_R4H225_ServiceControlIndication_callSpecific@@6B@ @28166 NONAME ??_R4H225_ServiceControlResponse@@6B@ @28167 NONAME ??_R4H225_ServiceControlResponse_result@@6B@ @28168 NONAME ??_R4H225_ServiceControlSession@@6B@ @28169 NONAME ??_R4H225_ServiceControlSession_reason@@6B@ @28170 NONAME ??_R4H225_SetupAcknowledge_UUIE@@6B@ @28171 NONAME ??_R4H225_Setup_UUIE@@6B@ @28172 NONAME ??_R4H225_Setup_UUIE_conferenceGoal@@6B@ @28173 NONAME ??_R4H225_Setup_UUIE_connectionParameters@@6B@ @28174 NONAME ??_R4H225_Setup_UUIE_language@@6B@ @28175 NONAME ??_R4H225_SIPCaps@@6B@ @28176 NONAME ??_R4H225_StatusInquiry_UUIE@@6B@ @28177 NONAME ??_R4H225_Status_UUIE@@6B@ @28178 NONAME ??_R4H225_StimulusControl@@6B@ @28179 NONAME ??_R4H225_SupportedPrefix@@6B@ @28180 NONAME ??_R4H225_SupportedProtocols@@6B@ @28181 NONAME ??_R4H225_T120OnlyCaps@@6B@ @28182 NONAME ??_R4H225_T38FaxAnnexbOnlyCaps@@6B@ @28183 NONAME ??_R4H225_TBCD_STRING@@6B@ @28184 NONAME ??_R4H225_TerminalInfo@@6B@ @28185 NONAME ??_R4H225_TimeToLive@@6B@ @28186 NONAME ??_R4H225_TransportAddress@@6B@ @28187 NONAME ??_R4H225_TransportAddress_ip6Address@@6B@ @28188 NONAME ??_R4H225_TransportAddress_ipAddress@@6B@ @28189 NONAME ??_R4H225_TransportAddress_ipSourceRoute@@6B@ @28190 NONAME ??_R4H225_TransportAddress_ipSourceRoute_route@@6B@ @28191 NONAME ??_R4H225_TransportAddress_ipSourceRoute_routing@@6B@ @28192 NONAME ??_R4H225_TransportAddress_ipxAddress@@6B@ @28193 NONAME ??_R4H225_TransportChannelInfo@@6B@ @28194 NONAME ??_R4H225_TransportQOS@@6B@ @28195 NONAME ??_R4H225_TunnelledProtocol@@6B@ @28196 NONAME ??_R4H225_TunnelledProtocolAlternateIdentifier@@6B@ @28197 NONAME ??_R4H225_TunnelledProtocol_id@@6B@ @28198 NONAME ??_R4H225_UnknownMessageResponse@@6B@ @28199 NONAME ??_R4H225_UnregistrationConfirm@@6B@ @28200 NONAME ??_R4H225_UnregistrationReject@@6B@ @28201 NONAME ??_R4H225_UnregistrationRequest@@6B@ @28202 NONAME ??_R4H225_UnregRejectReason@@6B@ @28203 NONAME ??_R4H225_UnregRequestReason@@6B@ @28204 NONAME ??_R4H225_UseSpecifiedTransport@@6B@ @28205 NONAME ??_R4H225_UUIEsRequested@@6B@ @28206 NONAME ??_R4H225_VendorIdentifier@@6B@ @28207 NONAME ??_R4H225_VoiceCaps@@6B@ @28208 NONAME ??_R4H235AuthCAT@@6B@ @28209 NONAME ??_R4H235Authenticator@@6B@ @28210 NONAME ??_R4H235Authenticators@@6B@ @28211 NONAME ??_R4H235AuthProcedure1@@6B@ @28212 NONAME ??_R4H235AuthSimpleMD5@@6B@ @28213 NONAME ??_R4H235_AuthenticationBES@@6B@ @28214 NONAME ??_R4H235_AuthenticationMechanism@@6B@ @28215 NONAME ??_R4H235_ChallengeString@@6B@ @28216 NONAME ??_R4H235_ClearToken@@6B@ @28217 NONAME ??_R4H235_CryptoToken@@6B@ @28218 NONAME ??_R4H235_CryptoToken_cryptoEncryptedToken@@6B@ @28219 NONAME ??_R4H235_CryptoToken_cryptoHashedToken@@6B@ @28220 NONAME ??_R4H235_CryptoToken_cryptoSignedToken@@6B@ @28221 NONAME ??_R4H235_DHset@@6B@ @28222 NONAME ??_R4H235_ECGDSASignature@@6B@ @28223 NONAME ??_R4H235_ECKASDH@@6B@ @28224 NONAME ??_R4H235_ECKASDH_eckasdh2@@6B@ @28225 NONAME ??_R4H235_ECKASDH_eckasdhp@@6B@ @28226 NONAME ??_R4H235_ECpoint@@6B@ @28227 NONAME ??_R4H235_EncodedGeneralToken@@6B@ @28228 NONAME ??_R4H235_EncodedKeySignedMaterial@@6B@ @28229 NONAME ??_R4H235_EncodedKeySyncMaterial@@6B@ @28230 NONAME ??_R4H235_EncodedPwdCertToken@@6B@ @28231 NONAME ??_R4H235_EncodedReturnSig@@6B@ @28232 NONAME ??_R4H235_H235CertificateSignature@@6B@ @28233 NONAME ??_R4H235_H235Key@@6B@ @28234 NONAME ??_R4H235_Identifier@@6B@ @28235 NONAME ??_R4H235_IV16@@6B@ @28236 NONAME ??_R4H235_IV8@@6B@ @28237 NONAME ??_R4H235_KeyMaterial@@6B@ @28238 NONAME ??_R4H235_KeySignedMaterial@@6B@ @28239 NONAME ??_R4H235_KeySyncMaterial@@6B@ @28240 NONAME ??_R4H235_NonStandardParameter@@6B@ @28241 NONAME ??_R4H235_Params@@6B@ @28242 NONAME ??_R4H235_Password@@6B@ @28243 NONAME ??_R4H235_PwdCertToken@@6B@ @28244 NONAME ??_R4H235_RandomVal@@6B@ @28245 NONAME ??_R4H235_ReturnSig@@6B@ @28246 NONAME ??_R4H235_TimeStamp@@6B@ @28247 NONAME ??_R4H235_TypedCertificate@@6B@ @28248 NONAME ??_R4H235_V3KeySyncMaterial@@6B@ @28249 NONAME ??_R4H245NegLogicalChannel@@6B@ @28250 NONAME ??_R4H245NegLogicalChannels@@6B@ @28251 NONAME ??_R4H245NegMasterSlaveDetermination@@6B@ @28252 NONAME ??_R4H245Negotiator@@6B@ @28253 NONAME ??_R4H245NegRequestMode@@6B@ @28254 NONAME ??_R4H245NegRoundTripDelay@@6B@ @28255 NONAME ??_R4H245NegTerminalCapabilitySet@@6B@ @28256 NONAME ??_R4H245TransportThread@@6B@ @28257 NONAME ??_R4H245_AlternativeCapabilitySet@@6B@ @28258 NONAME ??_R4H245_ArrayOf_AlternativeCapabilitySet@@6B@ @28259 NONAME ??_R4H245_ArrayOf_BEnhancementParameters@@6B@ @28260 NONAME ??_R4H245_ArrayOf_CapabilityDescriptor@@6B@ @28261 NONAME ??_R4H245_ArrayOf_CapabilityDescriptorNumber@@6B@ @28262 NONAME ??_R4H245_ArrayOf_CapabilityTableEntry@@6B@ @28263 NONAME ??_R4H245_ArrayOf_CapabilityTableEntryNumber@@6B@ @28264 NONAME ??_R4H245_ArrayOf_CommunicationModeTableEntry@@6B@ @28265 NONAME ??_R4H245_ArrayOf_CustomPictureClockFrequency@@6B@ @28266 NONAME ??_R4H245_ArrayOf_CustomPictureFormat@@6B@ @28267 NONAME ??_R4H245_ArrayOf_DataApplicationCapability@@6B@ @28268 NONAME ??_R4H245_ArrayOf_DialingInformationNetworkType@@6B@ @28269 NONAME ??_R4H245_ArrayOf_DialingInformationNumber@@6B@ @28270 NONAME ??_R4H245_ArrayOf_EnhancementOptions@@6B@ @28271 NONAME ??_R4H245_ArrayOf_EscrowData@@6B@ @28272 NONAME ??_R4H245_ArrayOf_GenericCapability@@6B@ @33137 NONAME ??_R4H245_ArrayOf_GenericParameter@@6B@ @28273 NONAME ??_R4H245_ArrayOf_H263ModeComboFlags@@6B@ @28274 NONAME ??_R4H245_ArrayOf_H263VideoModeCombos@@6B@ @28275 NONAME ??_R4H245_ArrayOf_MediaChannelCapability@@6B@ @28276 NONAME ??_R4H245_ArrayOf_MediaDistributionCapability@@6B@ @28277 NONAME ??_R4H245_ArrayOf_ModeDescription@@6B@ @28278 NONAME ??_R4H245_ArrayOf_MultiplePayloadStreamElement@@6B@ @28279 NONAME ??_R4H245_ArrayOf_MultiplePayloadStreamElementMode@@6B@ @28280 NONAME ??_R4H245_ArrayOf_MultiplexElement@@6B@ @28281 NONAME ??_R4H245_ArrayOf_MultiplexEntryDescriptor@@6B@ @28282 NONAME ??_R4H245_ArrayOf_MultiplexEntryRejectionDescriptions@@6B@ @28283 NONAME ??_R4H245_ArrayOf_MultiplexTableEntryNumber@@6B@ @28284 NONAME ??_R4H245_ArrayOf_NonStandardParameter@@6B@ @28285 NONAME ??_R4H245_ArrayOf_ParameterIdentifier@@6B@ @28286 NONAME ??_R4H245_ArrayOf_PictureReference@@6B@ @28287 NONAME ??_R4H245_ArrayOf_Q2931Address@@6B@ @28288 NONAME ??_R4H245_ArrayOf_QOSCapability@@6B@ @28289 NONAME ??_R4H245_ArrayOf_RedundancyEncodingCapability@@6B@ @28290 NONAME ??_R4H245_ArrayOf_RedundancyEncodingDTModeElement@@6B@ @28291 NONAME ??_R4H245_ArrayOf_RedundancyEncodingElement@@6B@ @28292 NONAME ??_R4H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@6B@ @28293 NONAME ??_R4H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@6B@ @28294 NONAME ??_R4H245_ArrayOf_RTPPayloadType@@6B@ @28295 NONAME ??_R4H245_ArrayOf_TerminalInformation@@6B@ @28296 NONAME ??_R4H245_ArrayOf_TerminalLabel@@6B@ @28297 NONAME ??_R4H245_ArrayOf_VCCapability@@6B@ @28298 NONAME ??_R4H245_ArrayOf_VideoCapability@@6B@ @33138 NONAME ??_R4H245_ATMParameters@@6B@ @28299 NONAME ??_R4H245_AudioCapability@@6B@ @28300 NONAME ??_R4H245_AudioCapability_g7231@@6B@ @28301 NONAME ??_R4H245_AudioMode@@6B@ @28302 NONAME ??_R4H245_AudioMode_g7231@@6B@ @28303 NONAME ??_R4H245_AudioTelephonyEventCapability@@6B@ @28304 NONAME ??_R4H245_AudioToneCapability@@6B@ @28305 NONAME ??_R4H245_AuthenticationCapability@@6B@ @28306 NONAME ??_R4H245_BEnhancementParameters@@6B@ @28307 NONAME ??_R4H245_Capability@@6B@ @28308 NONAME ??_R4H245_CapabilityDescriptor@@6B@ @28309 NONAME ??_R4H245_CapabilityDescriptorNumber@@6B@ @28310 NONAME ??_R4H245_CapabilityIdentifier@@6B@ @28311 NONAME ??_R4H245_CapabilityTableEntry@@6B@ @28312 NONAME ??_R4H245_CapabilityTableEntryNumber@@6B@ @28313 NONAME ??_R4H245_Capability_h233EncryptionReceiveCapability@@6B@ @28314 NONAME ??_R4H245_CertSelectionCriteria@@6B@ @28315 NONAME ??_R4H245_CloseLogicalChannel@@6B@ @28316 NONAME ??_R4H245_CloseLogicalChannelAck@@6B@ @28317 NONAME ??_R4H245_CloseLogicalChannel_reason@@6B@ @28318 NONAME ??_R4H245_CloseLogicalChannel_source@@6B@ @28319 NONAME ??_R4H245_CommandMessage@@6B@ @28320 NONAME ??_R4H245_CommunicationModeCommand@@6B@ @28321 NONAME ??_R4H245_CommunicationModeRequest@@6B@ @28322 NONAME ??_R4H245_CommunicationModeResponse@@6B@ @28323 NONAME ??_R4H245_CommunicationModeTableEntry@@6B@ @28324 NONAME ??_R4H245_CommunicationModeTableEntry_dataType@@6B@ @28325 NONAME ??_R4H245_CompressionType@@6B@ @28326 NONAME ??_R4H245_ConferenceCapability@@6B@ @28327 NONAME ??_R4H245_ConferenceCommand@@6B@ @28328 NONAME ??_R4H245_ConferenceID@@6B@ @28329 NONAME ??_R4H245_ConferenceIndication@@6B@ @28330 NONAME ??_R4H245_ConferenceRequest@@6B@ @28331 NONAME ??_R4H245_ConferenceRequest_requestTerminalCertificate@@6B@ @28332 NONAME ??_R4H245_ConferenceResponse@@6B@ @28333 NONAME ??_R4H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@6B@ @28334 NONAME ??_R4H245_ConferenceResponse_chairTokenOwnerResponse@@6B@ @28335 NONAME ??_R4H245_ConferenceResponse_conferenceIDResponse@@6B@ @28336 NONAME ??_R4H245_ConferenceResponse_extensionAddressResponse@@6B@ @28337 NONAME ??_R4H245_ConferenceResponse_makeMeChairResponse@@6B@ @28338 NONAME ??_R4H245_ConferenceResponse_makeTerminalBroadcasterResponse@@6B@ @28339 NONAME ??_R4H245_ConferenceResponse_mCTerminalIDResponse@@6B@ @28340 NONAME ??_R4H245_ConferenceResponse_passwordResponse@@6B@ @28341 NONAME ??_R4H245_ConferenceResponse_sendThisSourceResponse@@6B@ @28342 NONAME ??_R4H245_ConferenceResponse_terminalCertificateResponse@@6B@ @28343 NONAME ??_R4H245_ConferenceResponse_terminalIDResponse@@6B@ @28344 NONAME ??_R4H245_ConnectionIdentifier@@6B@ @28345 NONAME ??_R4H245_CRCLength@@6B@ @28346 NONAME ??_R4H245_Criteria@@6B@ @28347 NONAME ??_R4H245_CustomPictureClockFrequency@@6B@ @28348 NONAME ??_R4H245_CustomPictureFormat@@6B@ @28349 NONAME ??_R4H245_CustomPictureFormat_mPI@@6B@ @28350 NONAME ??_R4H245_CustomPictureFormat_mPI_customPCF@@6B@ @28351 NONAME ??_R4H245_CustomPictureFormat_mPI_customPCF_subtype@@6B@ @28352 NONAME ??_R4H245_CustomPictureFormat_pixelAspectInformation@@6B@ @28353 NONAME ??_R4H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@6B@ @28354 NONAME ??_R4H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@6B@ @28355 NONAME ??_R4H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@6B@ @28356 NONAME ??_R4H245_DataApplicationCapability@@6B@ @28357 NONAME ??_R4H245_DataApplicationCapability_application@@6B@ @28358 NONAME ??_R4H245_DataApplicationCapability_application_nlpid@@6B@ @28359 NONAME ??_R4H245_DataApplicationCapability_application_t38fax@@6B@ @28360 NONAME ??_R4H245_DataApplicationCapability_application_t84@@6B@ @28361 NONAME ??_R4H245_DataMode@@6B@ @28362 NONAME ??_R4H245_DataMode_application@@6B@ @28363 NONAME ??_R4H245_DataMode_application_nlpid@@6B@ @28364 NONAME ??_R4H245_DataMode_application_t38fax@@6B@ @28365 NONAME ??_R4H245_DataProtocolCapability@@6B@ @28366 NONAME ??_R4H245_DataProtocolCapability_v76wCompression@@6B@ @28367 NONAME ??_R4H245_DataType@@6B@ @28368 NONAME ??_R4H245_DepFECCapability@@6B@ @33513 NONAME ??_R4H245_DepFECCapability_rfc2733@@6B@ @33514 NONAME ??_R4H245_DepFECCapability_rfc2733_separateStream@@6B@ @33515 NONAME ??_R4H245_DepFECData@@6B@ @33516 NONAME ??_R4H245_DepFECData_rfc2733@@6B@ @33517 NONAME ??_R4H245_DepFECData_rfc2733_mode@@6B@ @33518 NONAME ??_R4H245_DepFECData_rfc2733_mode_separateStream@@6B@ @33519 NONAME ??_R4H245_DepFECData_rfc2733_mode_separateStream_differentPort@@6B@ @33520 NONAME ??_R4H245_DepFECData_rfc2733_mode_separateStream_samePort@@6B@ @33521 NONAME ??_R4H245_DepFECMode@@6B@ @33522 NONAME ??_R4H245_DepFECMode_rfc2733Mode@@6B@ @33523 NONAME ??_R4H245_DepFECMode_rfc2733Mode_mode@@6B@ @33524 NONAME ??_R4H245_DepFECMode_rfc2733Mode_mode_separateStream@@6B@ @33525 NONAME ??_R4H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@6B@ @33526 NONAME ??_R4H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@6B@ @33527 NONAME ??_R4H245_DialingInformation@@6B@ @28369 NONAME ??_R4H245_DialingInformationNetworkType@@6B@ @28370 NONAME ??_R4H245_DialingInformationNumber@@6B@ @28371 NONAME ??_R4H245_EncryptionAuthenticationAndIntegrity@@6B@ @28372 NONAME ??_R4H245_EncryptionCapability@@6B@ @28373 NONAME ??_R4H245_EncryptionCommand@@6B@ @28374 NONAME ??_R4H245_EncryptionCommand_encryptionAlgorithmID@@6B@ @28375 NONAME ??_R4H245_EncryptionMode@@6B@ @28376 NONAME ??_R4H245_EncryptionSync@@6B@ @28377 NONAME ??_R4H245_EncryptionUpdateDirection@@6B@ @33139 NONAME ??_R4H245_EncryptionUpdateRequest@@6B@ @28378 NONAME ??_R4H245_EndSessionCommand@@6B@ @28379 NONAME ??_R4H245_EndSessionCommand_gstnOptions@@6B@ @28380 NONAME ??_R4H245_EndSessionCommand_isdnOptions@@6B@ @28381 NONAME ??_R4H245_EnhancementLayerInfo@@6B@ @28382 NONAME ??_R4H245_EnhancementOptions@@6B@ @28383 NONAME ??_R4H245_EscrowData@@6B@ @28384 NONAME ??_R4H245_ExtendedVideoCapability@@6B@ @33140 NONAME ??_R4H245_FECCapability@@6B@ @28385 NONAME ??_R4H245_FECCapability_rfc2733Format@@6B@ @33528 NONAME ??_R4H245_FECData@@6B@ @28388 NONAME ??_R4H245_FECData_rfc2733@@6B@ @28389 NONAME ??_R4H245_FECData_rfc2733_pktMode@@6B@ @33529 NONAME ??_R4H245_FECData_rfc2733_pktMode_rfc2733diffport@@6B@ @33530 NONAME ??_R4H245_FECData_rfc2733_pktMode_rfc2733sameport@@6B@ @33531 NONAME ??_R4H245_FECMode@@6B@ @28394 NONAME ??_R4H245_FECMode_rfc2733Format@@6B@ @33532 NONAME ??_R4H245_FlowControlCommand@@6B@ @28400 NONAME ??_R4H245_FlowControlCommand_restriction@@6B@ @28401 NONAME ??_R4H245_FlowControlCommand_scope@@6B@ @28402 NONAME ??_R4H245_FlowControlIndication@@6B@ @28403 NONAME ??_R4H245_FlowControlIndication_restriction@@6B@ @28404 NONAME ??_R4H245_FlowControlIndication_scope@@6B@ @28405 NONAME ??_R4H245_FunctionNotSupported@@6B@ @28406 NONAME ??_R4H245_FunctionNotSupported_cause@@6B@ @28407 NONAME ??_R4H245_FunctionNotUnderstood@@6B@ @28408 NONAME ??_R4H245_G7231AnnexCCapability@@6B@ @28409 NONAME ??_R4H245_G7231AnnexCCapability_g723AnnexCAudioMode@@6B@ @28410 NONAME ??_R4H245_G7231AnnexCMode@@6B@ @28411 NONAME ??_R4H245_G7231AnnexCMode_g723AnnexCAudioMode@@6B@ @28412 NONAME ??_R4H245_G729Extensions@@6B@ @28413 NONAME ??_R4H245_GenericCapability@@6B@ @28414 NONAME ??_R4H245_GenericMessage@@6B@ @33141 NONAME ??_R4H245_GenericParameter@@6B@ @28415 NONAME ??_R4H245_GSMAudioCapability@@6B@ @28416 NONAME ??_R4H245_H222Capability@@6B@ @28417 NONAME ??_R4H245_H222LogicalChannelParameters@@6B@ @28418 NONAME ??_R4H245_H223AL1MParameters@@6B@ @28419 NONAME ??_R4H245_H223AL1MParameters_arqType@@6B@ @28420 NONAME ??_R4H245_H223AL1MParameters_crcLength@@6B@ @28421 NONAME ??_R4H245_H223AL1MParameters_headerFEC@@6B@ @28422 NONAME ??_R4H245_H223AL1MParameters_transferMode@@6B@ @28423 NONAME ??_R4H245_H223AL2MParameters@@6B@ @28424 NONAME ??_R4H245_H223AL2MParameters_headerFEC@@6B@ @28425 NONAME ??_R4H245_H223AL3MParameters@@6B@ @28426 NONAME ??_R4H245_H223AL3MParameters_arqType@@6B@ @28427 NONAME ??_R4H245_H223AL3MParameters_crcLength@@6B@ @28428 NONAME ??_R4H245_H223AL3MParameters_headerFormat@@6B@ @28429 NONAME ??_R4H245_H223AnnexCArqParameters@@6B@ @28430 NONAME ??_R4H245_H223AnnexCArqParameters_numberOfRetransmissions@@6B@ @28431 NONAME ??_R4H245_H223AnnexCCapability@@6B@ @28432 NONAME ??_R4H245_H223Capability@@6B@ @28433 NONAME ??_R4H245_H223Capability_h223MultiplexTableCapability@@6B@ @28434 NONAME ??_R4H245_H223Capability_h223MultiplexTableCapability_enhanced@@6B@ @28435 NONAME ??_R4H245_H223Capability_mobileMultilinkFrameCapability@@6B@ @28436 NONAME ??_R4H245_H223Capability_mobileOperationTransmitCapability@@6B@ @28437 NONAME ??_R4H245_H223LogicalChannelParameters@@6B@ @28438 NONAME ??_R4H245_H223LogicalChannelParameters_adaptationLayerType@@6B@ @28439 NONAME ??_R4H245_H223LogicalChannelParameters_adaptationLayerType_al3@@6B@ @28440 NONAME ??_R4H245_H223ModeParameters@@6B@ @28441 NONAME ??_R4H245_H223ModeParameters_adaptationLayerType@@6B@ @28442 NONAME ??_R4H245_H223ModeParameters_adaptationLayerType_al3@@6B@ @28443 NONAME ??_R4H245_H223MultiplexReconfiguration@@6B@ @28444 NONAME ??_R4H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@6B@ @28445 NONAME ??_R4H245_H223MultiplexReconfiguration_h223ModeChange@@6B@ @28446 NONAME ??_R4H245_H223SkewIndication@@6B@ @28447 NONAME ??_R4H245_H2250Capability@@6B@ @28448 NONAME ??_R4H245_H2250Capability_mcCapability@@6B@ @28449 NONAME ??_R4H245_H2250LogicalChannelAckParameters@@6B@ @28450 NONAME ??_R4H245_H2250LogicalChannelParameters@@6B@ @28451 NONAME ??_R4H245_H2250LogicalChannelParameters_mediaPacketization@@6B@ @28452 NONAME ??_R4H245_H2250MaximumSkewIndication@@6B@ @28453 NONAME ??_R4H245_H2250ModeParameters@@6B@ @28454 NONAME ??_R4H245_H235Media@@6B@ @28455 NONAME ??_R4H245_H235Media_mediaType@@6B@ @28456 NONAME ??_R4H245_H235Mode@@6B@ @28457 NONAME ??_R4H245_H235Mode_mediaMode@@6B@ @28458 NONAME ??_R4H245_H235SecurityCapability@@6B@ @28459 NONAME ??_R4H245_H261VideoCapability@@6B@ @28460 NONAME ??_R4H245_H261VideoMode@@6B@ @28461 NONAME ??_R4H245_H261VideoMode_resolution@@6B@ @28462 NONAME ??_R4H245_H262VideoCapability@@6B@ @28463 NONAME ??_R4H245_H262VideoMode@@6B@ @28464 NONAME ??_R4H245_H262VideoMode_profileAndLevel@@6B@ @28465 NONAME ??_R4H245_H263ModeComboFlags@@6B@ @28466 NONAME ??_R4H245_H263Options@@6B@ @28467 NONAME ??_R4H245_H263Version3Options@@6B@ @28468 NONAME ??_R4H245_H263VideoCapability@@6B@ @28469 NONAME ??_R4H245_H263VideoMode@@6B@ @28470 NONAME ??_R4H245_H263VideoModeCombos@@6B@ @28471 NONAME ??_R4H245_H263VideoMode_resolution@@6B@ @28472 NONAME ??_R4H245_IndicationMessage@@6B@ @28473 NONAME ??_R4H245_IntegrityCapability@@6B@ @28474 NONAME ??_R4H245_IS11172AudioCapability@@6B@ @28475 NONAME ??_R4H245_IS11172AudioMode@@6B@ @28476 NONAME ??_R4H245_IS11172AudioMode_audioLayer@@6B@ @28477 NONAME ??_R4H245_IS11172AudioMode_audioSampling@@6B@ @28478 NONAME ??_R4H245_IS11172AudioMode_multichannelType@@6B@ @28479 NONAME ??_R4H245_IS11172VideoCapability@@6B@ @28480 NONAME ??_R4H245_IS11172VideoMode@@6B@ @28481 NONAME ??_R4H245_IS13818AudioCapability@@6B@ @28482 NONAME ??_R4H245_IS13818AudioMode@@6B@ @28483 NONAME ??_R4H245_IS13818AudioMode_audioLayer@@6B@ @28484 NONAME ??_R4H245_IS13818AudioMode_audioSampling@@6B@ @28485 NONAME ??_R4H245_IS13818AudioMode_multichannelType@@6B@ @28486 NONAME ??_R4H245_IV16@@6B@ @33142 NONAME ??_R4H245_IV8@@6B@ @33143 NONAME ??_R4H245_JitterIndication@@6B@ @28487 NONAME ??_R4H245_JitterIndication_scope@@6B@ @28488 NONAME ??_R4H245_KeyProtectionMethod@@6B@ @28489 NONAME ??_R4H245_LogicalChannelNumber@@6B@ @28490 NONAME ??_R4H245_LogicalChannelRateAcknowledge@@6B@ @28491 NONAME ??_R4H245_LogicalChannelRateReject@@6B@ @28492 NONAME ??_R4H245_LogicalChannelRateRejectReason@@6B@ @28493 NONAME ??_R4H245_LogicalChannelRateRelease@@6B@ @28494 NONAME ??_R4H245_LogicalChannelRateRequest@@6B@ @28495 NONAME ??_R4H245_MaintenanceLoopAck@@6B@ @28496 NONAME ??_R4H245_MaintenanceLoopAck_type@@6B@ @28497 NONAME ??_R4H245_MaintenanceLoopOffCommand@@6B@ @28498 NONAME ??_R4H245_MaintenanceLoopReject@@6B@ @28499 NONAME ??_R4H245_MaintenanceLoopReject_cause@@6B@ @28500 NONAME ??_R4H245_MaintenanceLoopReject_type@@6B@ @28501 NONAME ??_R4H245_MaintenanceLoopRequest@@6B@ @28502 NONAME ??_R4H245_MaintenanceLoopRequest_type@@6B@ @28503 NONAME ??_R4H245_MasterSlaveDetermination@@6B@ @28504 NONAME ??_R4H245_MasterSlaveDeterminationAck@@6B@ @28505 NONAME ??_R4H245_MasterSlaveDeterminationAck_decision@@6B@ @28506 NONAME ??_R4H245_MasterSlaveDeterminationReject@@6B@ @28507 NONAME ??_R4H245_MasterSlaveDeterminationReject_cause@@6B@ @28508 NONAME ??_R4H245_MasterSlaveDeterminationRelease@@6B@ @28509 NONAME ??_R4H245_MaximumBitRate@@6B@ @28510 NONAME ??_R4H245_MaxRedundancy@@6B@ @33533 NONAME ??_R4H245_MCLocationIndication@@6B@ @28511 NONAME ??_R4H245_McuNumber@@6B@ @28512 NONAME ??_R4H245_MediaChannelCapability@@6B@ @28513 NONAME ??_R4H245_MediaDistributionCapability@@6B@ @28514 NONAME ??_R4H245_MediaEncryptionAlgorithm@@6B@ @28515 NONAME ??_R4H245_MediaPacketizationCapability@@6B@ @28516 NONAME ??_R4H245_MediaTransportType@@6B@ @28517 NONAME ??_R4H245_MediaTransportType_atm_AAL5_compressed@@6B@ @28518 NONAME ??_R4H245_MiscellaneousCommand@@6B@ @28519 NONAME ??_R4H245_MiscellaneousCommand_type@@6B@ @28520 NONAME ??_R4H245_MiscellaneousCommand_type_encryptionUpdateAck@@6B@ @33144 NONAME ??_R4H245_MiscellaneousCommand_type_encryptionUpdateCommand@@6B@ @33145 NONAME ??_R4H245_MiscellaneousCommand_type_lostPartialPicture@@6B@ @28521 NONAME ??_R4H245_MiscellaneousCommand_type_progressiveRefinementStart@@6B@ @28522 NONAME ??_R4H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@6B@ @28523 NONAME ??_R4H245_MiscellaneousCommand_type_videoBadMBs@@6B@ @28524 NONAME ??_R4H245_MiscellaneousCommand_type_videoFastUpdateGOB@@6B@ @28525 NONAME ??_R4H245_MiscellaneousCommand_type_videoFastUpdateMB@@6B@ @28526 NONAME ??_R4H245_MiscellaneousIndication@@6B@ @28527 NONAME ??_R4H245_MiscellaneousIndication_type@@6B@ @28528 NONAME ??_R4H245_MiscellaneousIndication_type_videoNotDecodedMBs@@6B@ @28529 NONAME ??_R4H245_MobileMultilinkReconfigurationCommand@@6B@ @28530 NONAME ??_R4H245_MobileMultilinkReconfigurationCommand_status@@6B@ @28531 NONAME ??_R4H245_MobileMultilinkReconfigurationIndication@@6B@ @28532 NONAME ??_R4H245_ModeDescription@@6B@ @28533 NONAME ??_R4H245_ModeElement@@6B@ @28534 NONAME ??_R4H245_ModeElementType@@6B@ @28535 NONAME ??_R4H245_MulticastAddress@@6B@ @28536 NONAME ??_R4H245_MulticastAddress_iP6Address@@6B@ @28537 NONAME ??_R4H245_MulticastAddress_iPAddress@@6B@ @28538 NONAME ??_R4H245_MultilinkIndication@@6B@ @28539 NONAME ??_R4H245_MultilinkIndication_crcDesired@@6B@ @28540 NONAME ??_R4H245_MultilinkIndication_excessiveError@@6B@ @28541 NONAME ??_R4H245_MultilinkRequest@@6B@ @28542 NONAME ??_R4H245_MultilinkRequest_addConnection@@6B@ @28543 NONAME ??_R4H245_MultilinkRequest_callInformation@@6B@ @28544 NONAME ??_R4H245_MultilinkRequest_maximumHeaderInterval@@6B@ @28545 NONAME ??_R4H245_MultilinkRequest_maximumHeaderInterval_requestType@@6B@ @28546 NONAME ??_R4H245_MultilinkRequest_removeConnection@@6B@ @28547 NONAME ??_R4H245_MultilinkResponse@@6B@ @28548 NONAME ??_R4H245_MultilinkResponse_addConnection@@6B@ @28549 NONAME ??_R4H245_MultilinkResponse_addConnection_responseCode@@6B@ @28550 NONAME ??_R4H245_MultilinkResponse_addConnection_responseCode_rejected@@6B@ @28551 NONAME ??_R4H245_MultilinkResponse_callInformation@@6B@ @28552 NONAME ??_R4H245_MultilinkResponse_maximumHeaderInterval@@6B@ @28553 NONAME ??_R4H245_MultilinkResponse_removeConnection@@6B@ @28554 NONAME ??_R4H245_MultimediaSystemControlMessage@@6B@ @28555 NONAME ??_R4H245_MultiplePayloadStream@@6B@ @28556 NONAME ??_R4H245_MultiplePayloadStreamCapability@@6B@ @28557 NONAME ??_R4H245_MultiplePayloadStreamElement@@6B@ @28558 NONAME ??_R4H245_MultiplePayloadStreamElementMode@@6B@ @28559 NONAME ??_R4H245_MultiplePayloadStreamMode@@6B@ @28560 NONAME ??_R4H245_MultiplexCapability@@6B@ @28561 NONAME ??_R4H245_MultiplexedStreamCapability@@6B@ @28562 NONAME ??_R4H245_MultiplexedStreamModeParameters@@6B@ @28563 NONAME ??_R4H245_MultiplexedStreamParameter@@6B@ @28564 NONAME ??_R4H245_MultiplexElement@@6B@ @28565 NONAME ??_R4H245_MultiplexElement_repeatCount@@6B@ @28566 NONAME ??_R4H245_MultiplexElement_type@@6B@ @28567 NONAME ??_R4H245_MultiplexEntryDescriptor@@6B@ @28568 NONAME ??_R4H245_MultiplexEntryRejectionDescriptions@@6B@ @28569 NONAME ??_R4H245_MultiplexEntryRejectionDescriptions_cause@@6B@ @28570 NONAME ??_R4H245_MultiplexEntrySend@@6B@ @28571 NONAME ??_R4H245_MultiplexEntrySendAck@@6B@ @28572 NONAME ??_R4H245_MultiplexEntrySendReject@@6B@ @28573 NONAME ??_R4H245_MultiplexEntrySendRelease@@6B@ @28574 NONAME ??_R4H245_MultiplexFormat@@6B@ @28575 NONAME ??_R4H245_MultiplexTableEntryNumber@@6B@ @28576 NONAME ??_R4H245_MultipointCapability@@6B@ @28577 NONAME ??_R4H245_NetworkAccessParameters@@6B@ @28578 NONAME ??_R4H245_NetworkAccessParameters_distribution@@6B@ @28579 NONAME ??_R4H245_NetworkAccessParameters_networkAddress@@6B@ @28580 NONAME ??_R4H245_NetworkAccessParameters_t120SetupProcedure@@6B@ @28581 NONAME ??_R4H245_NewATMVCCommand@@6B@ @28582 NONAME ??_R4H245_NewATMVCCommand_aal@@6B@ @28583 NONAME ??_R4H245_NewATMVCCommand_aal_aal1@@6B@ @28584 NONAME ??_R4H245_NewATMVCCommand_aal_aal1_clockRecovery@@6B@ @28585 NONAME ??_R4H245_NewATMVCCommand_aal_aal1_errorCorrection@@6B@ @28586 NONAME ??_R4H245_NewATMVCCommand_aal_aal5@@6B@ @28587 NONAME ??_R4H245_NewATMVCCommand_multiplex@@6B@ @28588 NONAME ??_R4H245_NewATMVCCommand_reverseParameters@@6B@ @28589 NONAME ??_R4H245_NewATMVCCommand_reverseParameters_multiplex@@6B@ @28590 NONAME ??_R4H245_NewATMVCIndication@@6B@ @28591 NONAME ??_R4H245_NewATMVCIndication_aal@@6B@ @28592 NONAME ??_R4H245_NewATMVCIndication_aal_aal1@@6B@ @28593 NONAME ??_R4H245_NewATMVCIndication_aal_aal1_clockRecovery@@6B@ @28594 NONAME ??_R4H245_NewATMVCIndication_aal_aal1_errorCorrection@@6B@ @28595 NONAME ??_R4H245_NewATMVCIndication_aal_aal5@@6B@ @28596 NONAME ??_R4H245_NewATMVCIndication_multiplex@@6B@ @28597 NONAME ??_R4H245_NewATMVCIndication_reverseParameters@@6B@ @28598 NONAME ??_R4H245_NewATMVCIndication_reverseParameters_multiplex@@6B@ @28599 NONAME ??_R4H245_NonStandardIdentifier@@6B@ @28600 NONAME ??_R4H245_NonStandardIdentifier_h221NonStandard@@6B@ @28601 NONAME ??_R4H245_NonStandardMessage@@6B@ @28602 NONAME ??_R4H245_NonStandardParameter@@6B@ @28603 NONAME ??_R4H245_NoPTAudioTelephonyEventCapability@@6B@ @28604 NONAME ??_R4H245_NoPTAudioToneCapability@@6B@ @28605 NONAME ??_R4H245_OpenLogicalChannel@@6B@ @28606 NONAME ??_R4H245_OpenLogicalChannelAck@@6B@ @28607 NONAME ??_R4H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@6B@ @28608 NONAME ??_R4H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@6B@ @28609 NONAME ??_R4H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@6B@ @28610 NONAME ??_R4H245_OpenLogicalChannelConfirm@@6B@ @28611 NONAME ??_R4H245_OpenLogicalChannelReject@@6B@ @28612 NONAME ??_R4H245_OpenLogicalChannelReject_cause@@6B@ @28613 NONAME ??_R4H245_OpenLogicalChannel_forwardLogicalChannelParameters@@6B@ @28614 NONAME ??_R4H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@6B@ @28615 NONAME ??_R4H245_OpenLogicalChannel_reverseLogicalChannelParameters@@6B@ @28616 NONAME ??_R4H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@6B@ @28617 NONAME ??_R4H245_ParameterIdentifier@@6B@ @28618 NONAME ??_R4H245_ParameterValue@@6B@ @28619 NONAME ??_R4H245_Params@@6B@ @33146 NONAME ??_R4H245_Password@@6B@ @28620 NONAME ??_R4H245_PictureReference@@6B@ @28621 NONAME ??_R4H245_Q2931Address@@6B@ @28622 NONAME ??_R4H245_Q2931Address_address@@6B@ @28623 NONAME ??_R4H245_QOSCapability@@6B@ @28624 NONAME ??_R4H245_QOSMode@@6B@ @28625 NONAME ??_R4H245_RedundancyEncoding@@6B@ @28626 NONAME ??_R4H245_RedundancyEncodingCapability@@6B@ @28627 NONAME ??_R4H245_RedundancyEncodingDTMode@@6B@ @28628 NONAME ??_R4H245_RedundancyEncodingDTModeElement@@6B@ @28629 NONAME ??_R4H245_RedundancyEncodingDTModeElement_type@@6B@ @28630 NONAME ??_R4H245_RedundancyEncodingElement@@6B@ @28631 NONAME ??_R4H245_RedundancyEncodingMethod@@6B@ @28632 NONAME ??_R4H245_RedundancyEncodingMode@@6B@ @28633 NONAME ??_R4H245_RedundancyEncodingMode_secondaryEncoding@@6B@ @28634 NONAME ??_R4H245_RedundancyEncoding_rtpRedundancyEncoding@@6B@ @28635 NONAME ??_R4H245_RefPictureSelection@@6B@ @28636 NONAME ??_R4H245_RefPictureSelection_additionalPictureMemory@@6B@ @28637 NONAME ??_R4H245_RefPictureSelection_enhancedReferencePicSelect@@6B@ @28638 NONAME ??_R4H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@6B@ @28639 NONAME ??_R4H245_RefPictureSelection_videoBackChannelSend@@6B@ @28640 NONAME ??_R4H245_RemoteMCRequest@@6B@ @28641 NONAME ??_R4H245_RemoteMCResponse@@6B@ @28642 NONAME ??_R4H245_RemoteMCResponse_reject@@6B@ @28643 NONAME ??_R4H245_RequestAllTerminalIDsResponse@@6B@ @28644 NONAME ??_R4H245_RequestChannelClose@@6B@ @28645 NONAME ??_R4H245_RequestChannelCloseAck@@6B@ @28646 NONAME ??_R4H245_RequestChannelCloseReject@@6B@ @28647 NONAME ??_R4H245_RequestChannelCloseReject_cause@@6B@ @28648 NONAME ??_R4H245_RequestChannelCloseRelease@@6B@ @28649 NONAME ??_R4H245_RequestChannelClose_reason@@6B@ @28650 NONAME ??_R4H245_RequestMessage@@6B@ @28651 NONAME ??_R4H245_RequestMode@@6B@ @28652 NONAME ??_R4H245_RequestModeAck@@6B@ @28653 NONAME ??_R4H245_RequestModeAck_response@@6B@ @28654 NONAME ??_R4H245_RequestModeReject@@6B@ @28655 NONAME ??_R4H245_RequestModeReject_cause@@6B@ @28656 NONAME ??_R4H245_RequestModeRelease@@6B@ @28657 NONAME ??_R4H245_RequestMultiplexEntry@@6B@ @28658 NONAME ??_R4H245_RequestMultiplexEntryAck@@6B@ @28659 NONAME ??_R4H245_RequestMultiplexEntryReject@@6B@ @28660 NONAME ??_R4H245_RequestMultiplexEntryRejectionDescriptions@@6B@ @28661 NONAME ??_R4H245_RequestMultiplexEntryRejectionDescriptions_cause@@6B@ @28662 NONAME ??_R4H245_RequestMultiplexEntryRelease@@6B@ @28663 NONAME ??_R4H245_ResponseMessage@@6B@ @28664 NONAME ??_R4H245_RoundTripDelayRequest@@6B@ @28665 NONAME ??_R4H245_RoundTripDelayResponse@@6B@ @28666 NONAME ??_R4H245_RSVPParameters@@6B@ @28667 NONAME ??_R4H245_RTPH263VideoRedundancyEncoding@@6B@ @28668 NONAME ??_R4H245_RTPH263VideoRedundancyEncoding_containedThreads@@6B@ @28669 NONAME ??_R4H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@6B@ @28670 NONAME ??_R4H245_RTPH263VideoRedundancyFrameMapping@@6B@ @28671 NONAME ??_R4H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@6B@ @28672 NONAME ??_R4H245_RTPPayloadType@@6B@ @28673 NONAME ??_R4H245_RTPPayloadType_payloadDescriptor@@6B@ @28674 NONAME ??_R4H245_SendTerminalCapabilitySet@@6B@ @28675 NONAME ??_R4H245_SendTerminalCapabilitySet_specificRequest@@6B@ @28676 NONAME ??_R4H245_SequenceNumber@@6B@ @28677 NONAME ??_R4H245_SubstituteConferenceIDCommand@@6B@ @28678 NONAME ??_R4H245_T38FaxProfile@@6B@ @28679 NONAME ??_R4H245_T38FaxRateManagement@@6B@ @28680 NONAME ??_R4H245_T38FaxTcpOptions@@6B@ @28681 NONAME ??_R4H245_T38FaxUdpOptions@@6B@ @28682 NONAME ??_R4H245_T38FaxUdpOptions_t38FaxUdpEC@@6B@ @28683 NONAME ??_R4H245_T84Profile@@6B@ @28684 NONAME ??_R4H245_T84Profile_t84Restricted@@6B@ @28685 NONAME ??_R4H245_TerminalCapabilitySet@@6B@ @28686 NONAME ??_R4H245_TerminalCapabilitySetAck@@6B@ @28687 NONAME ??_R4H245_TerminalCapabilitySetReject@@6B@ @28688 NONAME ??_R4H245_TerminalCapabilitySetReject_cause@@6B@ @28689 NONAME ??_R4H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@6B@ @28690 NONAME ??_R4H245_TerminalCapabilitySetRelease@@6B@ @28691 NONAME ??_R4H245_TerminalID@@6B@ @28692 NONAME ??_R4H245_TerminalInformation@@6B@ @28693 NONAME ??_R4H245_TerminalLabel@@6B@ @28694 NONAME ??_R4H245_TerminalNumber@@6B@ @28695 NONAME ??_R4H245_TerminalYouAreSeeingInSubPictureNumber@@6B@ @28696 NONAME ??_R4H245_TransparencyParameters@@6B@ @28697 NONAME ??_R4H245_TransportAddress@@6B@ @28698 NONAME ??_R4H245_TransportCapability@@6B@ @28699 NONAME ??_R4H245_UnicastAddress@@6B@ @28700 NONAME ??_R4H245_UnicastAddress_iP6Address@@6B@ @28701 NONAME ??_R4H245_UnicastAddress_iPAddress@@6B@ @28702 NONAME ??_R4H245_UnicastAddress_iPSourceRouteAddress@@6B@ @28703 NONAME ??_R4H245_UnicastAddress_iPSourceRouteAddress_route@@6B@ @28704 NONAME ??_R4H245_UnicastAddress_iPSourceRouteAddress_routing@@6B@ @28705 NONAME ??_R4H245_UnicastAddress_iPXAddress@@6B@ @28706 NONAME ??_R4H245_UserInputCapability@@6B@ @28707 NONAME ??_R4H245_UserInputIndication@@6B@ @28708 NONAME ??_R4H245_UserInputIndication_encryptedAlphanumeric@@6B@ @33147 NONAME ??_R4H245_UserInputIndication_extendedAlphanumeric@@6B@ @28709 NONAME ??_R4H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@6B@ @33148 NONAME ??_R4H245_UserInputIndication_signal@@6B@ @28710 NONAME ??_R4H245_UserInputIndication_signalUpdate@@6B@ @28711 NONAME ??_R4H245_UserInputIndication_signalUpdate_rtp@@6B@ @28712 NONAME ??_R4H245_UserInputIndication_signal_rtp@@6B@ @28713 NONAME ??_R4H245_UserInputIndication_userInputSupportIndication@@6B@ @28714 NONAME ??_R4H245_V42bis@@6B@ @28715 NONAME ??_R4H245_V75Capability@@6B@ @28716 NONAME ??_R4H245_V75Parameters@@6B@ @28717 NONAME ??_R4H245_V76Capability@@6B@ @28718 NONAME ??_R4H245_V76HDLCParameters@@6B@ @28719 NONAME ??_R4H245_V76LogicalChannelParameters@@6B@ @28720 NONAME ??_R4H245_V76LogicalChannelParameters_mode@@6B@ @28721 NONAME ??_R4H245_V76LogicalChannelParameters_mode_eRM@@6B@ @28722 NONAME ??_R4H245_V76LogicalChannelParameters_mode_eRM_recovery@@6B@ @28723 NONAME ??_R4H245_V76LogicalChannelParameters_suspendResume@@6B@ @28724 NONAME ??_R4H245_V76ModeParameters@@6B@ @28725 NONAME ??_R4H245_VBDCapability@@6B@ @28726 NONAME ??_R4H245_VBDMode@@6B@ @28727 NONAME ??_R4H245_VCCapability@@6B@ @28728 NONAME ??_R4H245_VCCapability_aal1@@6B@ @28729 NONAME ??_R4H245_VCCapability_aal1ViaGateway@@6B@ @28730 NONAME ??_R4H245_VCCapability_aal5@@6B@ @28731 NONAME ??_R4H245_VCCapability_availableBitRates@@6B@ @28732 NONAME ??_R4H245_VCCapability_availableBitRates_type@@6B@ @28733 NONAME ??_R4H245_VCCapability_availableBitRates_type_rangeOfBitRates@@6B@ @28734 NONAME ??_R4H245_VendorIdentification@@6B@ @28735 NONAME ??_R4H245_VideoCapability@@6B@ @28736 NONAME ??_R4H245_VideoIndicateCompose@@6B@ @28737 NONAME ??_R4H245_VideoMode@@6B@ @28738 NONAME ??_R4H248_ActionReply@@6B@ @28739 NONAME ??_R4H248_ActionRequest@@6B@ @28740 NONAME ??_R4H248_AmmDescriptor@@6B@ @28741 NONAME ??_R4H248_AmmRequest@@6B@ @28742 NONAME ??_R4H248_AmmsReply@@6B@ @28743 NONAME ??_R4H248_ArrayOf_ActionReply@@6B@ @28744 NONAME ??_R4H248_ArrayOf_ActionRequest@@6B@ @28745 NONAME ??_R4H248_ArrayOf_AmmDescriptor@@6B@ @28746 NONAME ??_R4H248_ArrayOf_CommandReply@@6B@ @28747 NONAME ??_R4H248_ArrayOf_CommandRequest@@6B@ @28748 NONAME ??_R4H248_ArrayOf_EventParameter@@6B@ @28749 NONAME ??_R4H248_ArrayOf_IndAuditParameter@@6B@ @28750 NONAME ??_R4H248_ArrayOf_IndAudPropertyParm@@6B@ @28751 NONAME ??_R4H248_ArrayOf_IndAudStreamDescriptor@@6B@ @28752 NONAME ??_R4H248_ArrayOf_ModemType@@6B@ @28753 NONAME ??_R4H248_ArrayOf_ObservedEvent@@6B@ @28754 NONAME ??_R4H248_ArrayOf_PASN_OctetString@@6B@ @28755 NONAME ??_R4H248_ArrayOf_PropertyGroup@@6B@ @28756 NONAME ??_R4H248_ArrayOf_PropertyParm@@6B@ @28757 NONAME ??_R4H248_ArrayOf_RequestedEvent@@6B@ @28758 NONAME ??_R4H248_ArrayOf_SecondRequestedEvent@@6B@ @28759 NONAME ??_R4H248_ArrayOf_Signal@@6B@ @28760 NONAME ??_R4H248_ArrayOf_SigParameter@@6B@ @28761 NONAME ??_R4H248_ArrayOf_StreamDescriptor@@6B@ @28762 NONAME ??_R4H248_ArrayOf_TerminationID@@6B@ @28763 NONAME ??_R4H248_ArrayOf_TopologyRequest@@6B@ @28764 NONAME ??_R4H248_ArrayOf_Transaction@@6B@ @28765 NONAME ??_R4H248_ArrayOf_WildcardField@@6B@ @28766 NONAME ??_R4H248_AuditDescriptor@@6B@ @28767 NONAME ??_R4H248_AuditReply@@6B@ @28768 NONAME ??_R4H248_AuditRequest@@6B@ @28769 NONAME ??_R4H248_AuditResult@@6B@ @28770 NONAME ??_R4H248_AuditReturnParameter@@6B@ @28771 NONAME ??_R4H248_AuthData@@6B@ @28772 NONAME ??_R4H248_AuthenticationHeader@@6B@ @28773 NONAME ??_R4H248_Command@@6B@ @28774 NONAME ??_R4H248_CommandReply@@6B@ @28775 NONAME ??_R4H248_CommandRequest@@6B@ @28776 NONAME ??_R4H248_ContextAttrAuditRequest@@6B@ @28777 NONAME ??_R4H248_ContextID@@6B@ @28778 NONAME ??_R4H248_ContextRequest@@6B@ @28779 NONAME ??_R4H248_DigitMapDescriptor@@6B@ @28780 NONAME ??_R4H248_DigitMapName@@6B@ @28781 NONAME ??_R4H248_DigitMapValue@@6B@ @28782 NONAME ??_R4H248_DomainName@@6B@ @28783 NONAME ??_R4H248_ErrorCode@@6B@ @28784 NONAME ??_R4H248_ErrorDescriptor@@6B@ @28785 NONAME ??_R4H248_ErrorText@@6B@ @28786 NONAME ??_R4H248_EventBufferControl@@6B@ @28787 NONAME ??_R4H248_EventBufferDescriptor@@6B@ @28788 NONAME ??_R4H248_EventDM@@6B@ @28789 NONAME ??_R4H248_EventName@@6B@ @28790 NONAME ??_R4H248_EventParameter@@6B@ @28791 NONAME ??_R4H248_EventParameter_extraInfo@@6B@ @28792 NONAME ??_R4H248_EventsDescriptor@@6B@ @28793 NONAME ??_R4H248_EventSpec@@6B@ @28794 NONAME ??_R4H248_H221NonStandard@@6B@ @28795 NONAME ??_R4H248_IndAudDigitMapDescriptor@@6B@ @28796 NONAME ??_R4H248_IndAudEventBufferDescriptor@@6B@ @28797 NONAME ??_R4H248_IndAudEventsDescriptor@@6B@ @28798 NONAME ??_R4H248_IndAuditParameter@@6B@ @28799 NONAME ??_R4H248_IndAudLocalControlDescriptor@@6B@ @28800 NONAME ??_R4H248_IndAudLocalRemoteDescriptor@@6B@ @28801 NONAME ??_R4H248_IndAudMediaDescriptor@@6B@ @28802 NONAME ??_R4H248_IndAudMediaDescriptor_streams@@6B@ @28803 NONAME ??_R4H248_IndAudPackagesDescriptor@@6B@ @28804 NONAME ??_R4H248_IndAudPropertyGroup@@6B@ @28805 NONAME ??_R4H248_IndAudPropertyParm@@6B@ @28806 NONAME ??_R4H248_IndAudSeqSigList@@6B@ @28807 NONAME ??_R4H248_IndAudSignal@@6B@ @28808 NONAME ??_R4H248_IndAudSignalsDescriptor@@6B@ @28809 NONAME ??_R4H248_IndAudStatisticsDescriptor@@6B@ @28810 NONAME ??_R4H248_IndAudStreamDescriptor@@6B@ @28811 NONAME ??_R4H248_IndAudStreamParms@@6B@ @28812 NONAME ??_R4H248_IndAudTerminationStateDescriptor@@6B@ @28813 NONAME ??_R4H248_IP4Address@@6B@ @28814 NONAME ??_R4H248_IP6Address@@6B@ @28815 NONAME ??_R4H248_LocalControlDescriptor@@6B@ @28816 NONAME ??_R4H248_LocalRemoteDescriptor@@6B@ @28817 NONAME ??_R4H248_MediaDescriptor@@6B@ @28818 NONAME ??_R4H248_MediaDescriptor_streams@@6B@ @28819 NONAME ??_R4H248_MegacoMessage@@6B@ @28820 NONAME ??_R4H248_Message@@6B@ @28821 NONAME ??_R4H248_Message_messageBody@@6B@ @28822 NONAME ??_R4H248_MId@@6B@ @28823 NONAME ??_R4H248_ModemDescriptor@@6B@ @28824 NONAME ??_R4H248_ModemType@@6B@ @28825 NONAME ??_R4H248_MuxDescriptor@@6B@ @28826 NONAME ??_R4H248_MuxType@@6B@ @28827 NONAME ??_R4H248_Name@@6B@ @28828 NONAME ??_R4H248_NonStandardData@@6B@ @28829 NONAME ??_R4H248_NonStandardIdentifier@@6B@ @28830 NONAME ??_R4H248_NotifyCompletion@@6B@ @28831 NONAME ??_R4H248_NotifyReply@@6B@ @28832 NONAME ??_R4H248_NotifyRequest@@6B@ @28833 NONAME ??_R4H248_ObservedEvent@@6B@ @28834 NONAME ??_R4H248_ObservedEventsDescriptor@@6B@ @28835 NONAME ??_R4H248_PackagesDescriptor@@6B@ @28836 NONAME ??_R4H248_PackagesItem@@6B@ @28837 NONAME ??_R4H248_PathName@@6B@ @28838 NONAME ??_R4H248_PkgdName@@6B@ @28839 NONAME ??_R4H248_PropertyGroup@@6B@ @28840 NONAME ??_R4H248_PropertyParm@@6B@ @28841 NONAME ??_R4H248_PropertyParm_extraInfo@@6B@ @28842 NONAME ??_R4H248_Relation@@6B@ @28843 NONAME ??_R4H248_RequestedActions@@6B@ @28844 NONAME ??_R4H248_RequestedEvent@@6B@ @28845 NONAME ??_R4H248_RequestID@@6B@ @28846 NONAME ??_R4H248_SecondEventsDescriptor@@6B@ @28847 NONAME ??_R4H248_SecondRequestedActions@@6B@ @28848 NONAME ??_R4H248_SecondRequestedEvent@@6B@ @28849 NONAME ??_R4H248_SecurityParmIndex@@6B@ @28850 NONAME ??_R4H248_SeqSigList@@6B@ @28851 NONAME ??_R4H248_SequenceNum@@6B@ @28852 NONAME ??_R4H248_ServiceChangeAddress@@6B@ @28853 NONAME ??_R4H248_ServiceChangeMethod@@6B@ @28854 NONAME ??_R4H248_ServiceChangeParm@@6B@ @28855 NONAME ??_R4H248_ServiceChangeProfile@@6B@ @28856 NONAME ??_R4H248_ServiceChangeReply@@6B@ @28857 NONAME ??_R4H248_ServiceChangeRequest@@6B@ @28858 NONAME ??_R4H248_ServiceChangeResParm@@6B@ @28859 NONAME ??_R4H248_ServiceChangeResult@@6B@ @28860 NONAME ??_R4H248_ServiceState@@6B@ @28861 NONAME ??_R4H248_Signal@@6B@ @28862 NONAME ??_R4H248_SignalName@@6B@ @28863 NONAME ??_R4H248_SignalRequest@@6B@ @28864 NONAME ??_R4H248_SignalsDescriptor@@6B@ @28865 NONAME ??_R4H248_SignalType@@6B@ @28866 NONAME ??_R4H248_SigParameter@@6B@ @28867 NONAME ??_R4H248_SigParameter_extraInfo@@6B@ @28868 NONAME ??_R4H248_StatisticsDescriptor@@6B@ @28869 NONAME ??_R4H248_StatisticsParameter@@6B@ @28870 NONAME ??_R4H248_StreamDescriptor@@6B@ @28871 NONAME ??_R4H248_StreamID@@6B@ @28872 NONAME ??_R4H248_StreamMode@@6B@ @28873 NONAME ??_R4H248_StreamParms@@6B@ @28874 NONAME ??_R4H248_SubtractRequest@@6B@ @28875 NONAME ??_R4H248_TerminationAudit@@6B@ @28876 NONAME ??_R4H248_TerminationID@@6B@ @28877 NONAME ??_R4H248_TerminationIDList@@6B@ @28878 NONAME ??_R4H248_TerminationStateDescriptor@@6B@ @28879 NONAME ??_R4H248_TimeNotation@@6B@ @28880 NONAME ??_R4H248_TopologyRequest@@6B@ @28881 NONAME ??_R4H248_TopologyRequest_topologyDirection@@6B@ @28882 NONAME ??_R4H248_Transaction@@6B@ @28883 NONAME ??_R4H248_TransactionAck@@6B@ @28884 NONAME ??_R4H248_TransactionId@@6B@ @28885 NONAME ??_R4H248_TransactionPending@@6B@ @28886 NONAME ??_R4H248_TransactionReply@@6B@ @28887 NONAME ??_R4H248_TransactionReply_transactionResult@@6B@ @28888 NONAME ??_R4H248_TransactionRequest@@6B@ @28889 NONAME ??_R4H248_TransactionResponseAck@@6B@ @28890 NONAME ??_R4H248_Value@@6B@ @28891 NONAME ??_R4H248_WildcardField@@6B@ @28892 NONAME ??_R4H261DCTEncoder@@6B@ @28893 NONAME ??_R4H261Encoder@@6B@ @28894 NONAME ??_R4H261PixelEncoder@@6B@ @28895 NONAME ??_R4H263Packet@@6B@ @33678 NONAME ??_R4H263PacketList@@6B@ @33679 NONAME ??_R4H323AudioCapability@@6B@ @28898 NONAME ??_R4H323AudioCodec@@6B@ @28899 NONAME ??_R4H323BidirectionalChannel@@6B@ @28900 NONAME ??_R4H323CallCreditServiceControl@@6B@ @28901 NONAME ??_R4H323Capabilities@@6B@ @28902 NONAME ??_R4H323CapabilitiesSet@@6B@ @28903 NONAME ??_R4H323Capability@@6B@ @28904 NONAME ??_R4H323Channel@@6B@ @28906 NONAME ??_R4H323ChannelNumber@@6B@ @28907 NONAME ??_R4H323Codec@@6B@ @28908 NONAME ??_R4H323CodecPluginGenericAudioCapability@@6BH323AudioCapability@@@ @33250 NONAME ??_R4H323CodecPluginGenericAudioCapability@@6BH323GenericCapabilityInfo@@@ @33251 NONAME ??_R4H323CodecPluginNonStandardAudioCapability@@6BH323AudioCapability@@@ @28911 NONAME ??_R4H323CodecPluginNonStandardAudioCapability@@6BH323NonStandardCapabilityInfo@@@ @28912 NONAME ??_R4H323Connection@@6B@ @28913 NONAME ??_R4H323ConnectionsCleaner@@6B@ @28914 NONAME ??_R4H323ControlPDU@@6B@ @28915 NONAME ??_R4H323DataCapability@@6B@ @28916 NONAME ??_R4H323DataChannel@@6B@ @28917 NONAME ??_R4H323DynaLink@@6B@ @30647 NONAME ??_R4H323EndPoint@@6B@ @28918 NONAME ??_R4H323FramedAudioCodec@@6B@ @28919 NONAME ??_R4H323Gatekeeper@@6B@ @28920 NONAME ??_R4H323GatekeeperARQ@@6B@ @28921 NONAME ??_R4H323GatekeeperBRQ@@6B@ @28922 NONAME ??_R4H323GatekeeperCall@@6B@ @28923 NONAME ??_R4H323GatekeeperDRQ@@6B@ @28924 NONAME ??_R4H323GatekeeperGRQ@@6B@ @28925 NONAME ??_R4H323GatekeeperIRR@@6B@ @28926 NONAME ??_R4H323GatekeeperListener@@6B@ @28927 NONAME ??_R4H323GatekeeperLRQ@@6B@ @28928 NONAME ??_R4H323GatekeeperRequest@@6B@ @28929 NONAME ??_R4H323GatekeeperRRQ@@6B@ @28930 NONAME ??_R4H323GatekeeperServer@@6B@ @28931 NONAME ??_R4H323GatekeeperURQ@@6B@ @28932 NONAME ??_R4H323GenericAudioCapability@@6BH323AudioCapability@@@ @33252 NONAME ??_R4H323GenericAudioCapability@@6BH323GenericCapabilityInfo@@@ @33253 NONAME ??_R4H323GenericCapabilityInfo@@6B@ @33254 NONAME ??_R4H323GenericVideoCapability@@6BH323GenericCapabilityInfo@@@ @33255 NONAME ??_R4H323GenericVideoCapability@@6BH323VideoCapability@@@ @33256 NONAME ??_R4H323GSMPluginCapability@@6B@ @28933 NONAME ??_R4H323H248ServiceControl@@6B@ @28934 NONAME ??_R4H323HTTPServiceControl@@6B@ @28936 NONAME ??_R4H323Listener@@6B@ @28937 NONAME ??_R4H323ListenerTCP@@6B@ @28938 NONAME ??_R4H323LogicalChannelThread@@6B@ @28939 NONAME ??_R4H323NonStandardAudioCapability@@6BH323AudioCapability@@@ @28940 NONAME ??_R4H323NonStandardAudioCapability@@6BH323NonStandardCapabilityInfo@@@ @28941 NONAME ??_R4H323NonStandardCapabilityInfo@@6B@ @28942 NONAME ??_R4H323NonStandardDataCapability@@6BH323DataCapability@@@ @28943 NONAME ??_R4H323NonStandardDataCapability@@6BH323NonStandardCapabilityInfo@@@ @28944 NONAME ??_R4H323NonStandardVideoCapability@@6BH323NonStandardCapabilityInfo@@@ @28945 NONAME ??_R4H323NonStandardVideoCapability@@6BH323VideoCapability@@@ @28946 NONAME ??_R4H323PeerElement@@6B@ @28947 NONAME ??_R4H323PeerElementDescriptor@@6B@ @28948 NONAME ??_R4H323PeerElementServiceRelationship@@6B@ @28949 NONAME ??_R4H323PluginCapability@@6B@ @28951 NONAME ??_R4H323PluginCodecManager@@6B@ @30622 NONAME ??_R4H323PluginFramedAudioCodec@@6B@ @30691 NONAME ??_R4H323PluginG7231Capability@@6B@ @28952 NONAME ??_R4H323PluginVideoCodec@@6B@ @28953 NONAME ??_R4H323RasPDU@@6BH225_RasMessage@@@ @28954 NONAME ??_R4H323RasPDU@@6BH323TransactionPDU@@@ @28955 NONAME ??_R4H323RealTimeCapability@@6B@ @28956 NONAME ??_R4H323RegisteredEndPoint@@6B@ @28957 NONAME ??_R4H323ServiceControlSession@@6B@ @28958 NONAME ??_R4H323SignalPDU@@6B@ @28959 NONAME ??_R4H323SimultaneousCapabilities@@6B@ @28960 NONAME ??_R4H323StreamedAudioCodec@@6B@ @28961 NONAME ??_R4H323StreamedPluginAudioCodec@@6B@ @30692 NONAME ??_R4H323Transaction@@6B@ @28962 NONAME ??_R4H323TransactionPDU@@6B@ @28963 NONAME ??_R4H323TransactionServer@@6B@ @28964 NONAME ??_R4H323Transactor@@6B@ @28965 NONAME ??_R4H323Transport@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @28966 NONAME ??_R4H323Transport@@6BPObject@@@ @28967 NONAME ??_R4H323TransportAddress@@6B@ @28968 NONAME ??_R4H323TransportAddressArray@@6B@ @28969 NONAME ??_R4H323TransportIP@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @28970 NONAME ??_R4H323TransportIP@@6BPObject@@@ @28971 NONAME ??_R4H323TransportTCP@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @28972 NONAME ??_R4H323TransportTCP@@6BPObject@@@ @28973 NONAME ??_R4H323TransportUDP@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @28974 NONAME ??_R4H323TransportUDP@@6BPObject@@@ @28975 NONAME ??_R4H323UnidirectionalChannel@@6B@ @28976 NONAME ??_R4H323VideoCapability@@6B@ @28977 NONAME ??_R4H323VideoCodec@@6B@ @28978 NONAME ??_R4H323_ALawCodec@@6B@ @28979 NONAME ??_R4H323_AnnexG@@6B@ @28980 NONAME ??_R4H323_CiscoG7231aLIDCapability@@6BH323AudioCapability@@@ @28981 NONAME ??_R4H323_CiscoG7231aLIDCapability@@6BH323NonStandardCapabilityInfo@@@ @28982 NONAME ??_R4H323_ExternalRTPChannel@@6B@ @28984 NONAME ??_R4H323_G711ALaw64Capability@@6B@ @31331 NONAME ??_R4H323_G711Capability@@6B@ @28989 NONAME ??_R4H323_G711uLaw64Capability@@6B@ @31332 NONAME ??_R4H323_H261Capability@@6B@ @29006 NONAME ??_R4H323_H261Codec@@6B@ @29007 NONAME ??_R4H323_LIDCapability@@6B@ @29010 NONAME ??_R4H323_LIDCodec@@6B@ @29011 NONAME ??_R4H323_LID_G711_ALaw_Capability@@6B@ @31333 NONAME ??_R4H323_LID_G711_uLaw_Capability@@6B@ @31334 NONAME ??_R4H323_LID_G7231A_5k3_Capability@@6B@ @31335 NONAME ??_R4H323_LID_G7231A_6k3_Capability@@6B@ @31336 NONAME ??_R4H323_LID_G7231_5k3_Capability@@6B@ @31337 NONAME ??_R4H323_LID_G7231_6k3_Capability@@6B@ @31338 NONAME ??_R4H323_LID_G728_Capability@@6B@ @31339 NONAME ??_R4H323_LID_G729AB_Capability@@6B@ @31340 NONAME ??_R4H323_LID_G729A_Capability@@6B@ @31341 NONAME ??_R4H323_LID_G729B_Capability@@6B@ @31342 NONAME ??_R4H323_LID_G729_Capability@@6B@ @31343 NONAME ??_R4H323_LID_GSM0610_Capability@@6B@ @31344 NONAME ??_R4H323_muLawCodec@@6B@ @29028 NONAME ??_R4H323_RealTimeChannel@@6B@ @29029 NONAME ??_R4H323_RFC2190_H263Capability@@6B@ @33680 NONAME ??_R4H323_RFC2190_H263Codec@@6B@ @33681 NONAME ??_R4H323_RTPChannel@@6B@ @29030 NONAME ??_R4H323_RTP_Session@@6B@ @29031 NONAME ??_R4H323_RTP_UDP@@6B@ @29032 NONAME ??_R4H323_T120Capability@@6B@ @29033 NONAME ??_R4H323_T120Channel@@6B@ @29034 NONAME ??_R4H323_T38Capability@@6B@ @29035 NONAME ??_R4H323_T38Channel@@6B@ @29036 NONAME ??_R4H323_T38NonStandardCapability@@6BH323DataCapability@@@ @29037 NONAME ??_R4H323_T38NonStandardCapability@@6BH323NonStandardCapabilityInfo@@@ @29038 NONAME ??_R4H323_UserInputCapability@@6B@ @29039 NONAME ??_R4H45010_ArrayOf_MixedExtension@@6B@ @29040 NONAME ??_R4H45010_CfbOvrOptArg@@6B@ @29041 NONAME ??_R4H45010_CoReqOptArg@@6B@ @29042 NONAME ??_R4H45010_H323CallOfferOperations@@6B@ @29043 NONAME ??_R4H45010_RUAlertOptArg@@6B@ @29044 NONAME ??_R4H45011Handler@@6B@ @29045 NONAME ??_R4H45011_ArrayOf_MixedExtension@@6B@ @29046 NONAME ??_R4H45011_CallIntrusionErrors@@6B@ @29047 NONAME ??_R4H45011_CICapabilityLevel@@6B@ @29048 NONAME ??_R4H45011_CIFrcRelArg@@6B@ @29049 NONAME ??_R4H45011_CIFrcRelOptRes@@6B@ @29050 NONAME ??_R4H45011_CIGetCIPLOptArg@@6B@ @29051 NONAME ??_R4H45011_CIGetCIPLRes@@6B@ @29052 NONAME ??_R4H45011_CIIsOptArg@@6B@ @29053 NONAME ??_R4H45011_CIIsOptRes@@6B@ @29054 NONAME ??_R4H45011_CINotificationArg@@6B@ @29055 NONAME ??_R4H45011_CIProtectionLevel@@6B@ @29056 NONAME ??_R4H45011_CIRequestArg@@6B@ @29057 NONAME ??_R4H45011_CIRequestRes@@6B@ @29058 NONAME ??_R4H45011_CISilentArg@@6B@ @29059 NONAME ??_R4H45011_CISilentOptRes@@6B@ @29060 NONAME ??_R4H45011_CIStatusInformation@@6B@ @29061 NONAME ??_R4H45011_CIWobOptArg@@6B@ @29062 NONAME ??_R4H45011_CIWobOptRes@@6B@ @29063 NONAME ??_R4H45011_H323CallIntrusionOperations@@6B@ @29064 NONAME ??_R4H4501_Address@@6B@ @29065 NONAME ??_R4H4501_AddressInformation@@6B@ @29066 NONAME ??_R4H4501_AddressScreened@@6B@ @29067 NONAME ??_R4H4501_ArrayOf_AliasAddress@@6B@ @29068 NONAME ??_R4H4501_ArrayOf_ROS@@6B@ @29069 NONAME ??_R4H4501_EndpointAddress@@6B@ @29070 NONAME ??_R4H4501_EntityType@@6B@ @29071 NONAME ??_R4H4501_Extension@@6B@ @29072 NONAME ??_R4H4501_GeneralErrorList@@6B@ @29073 NONAME ??_R4H4501_H225InformationElement@@6B@ @29074 NONAME ??_R4H4501_InterpretationApdu@@6B@ @29075 NONAME ??_R4H4501_InvokeIDs@@6B@ @29076 NONAME ??_R4H4501_InvokeIdSet@@6B@ @29077 NONAME ??_R4H4501_NetworkFacilityExtension@@6B@ @29078 NONAME ??_R4H4501_NSAPSubaddress@@6B@ @29079 NONAME ??_R4H4501_NumberScreened@@6B@ @29080 NONAME ??_R4H4501_PartySubaddress@@6B@ @29081 NONAME ??_R4H4501_PresentationAllowedIndicator@@6B@ @29082 NONAME ??_R4H4501_PresentedAddressScreened@@6B@ @29083 NONAME ??_R4H4501_PresentedAddressUnscreened@@6B@ @29084 NONAME ??_R4H4501_PresentedNumberScreened@@6B@ @29085 NONAME ??_R4H4501_PresentedNumberUnscreened@@6B@ @29086 NONAME ??_R4H4501_ScreeningIndicator@@6B@ @29087 NONAME ??_R4H4501_ServiceApdus@@6B@ @29088 NONAME ??_R4H4501_SubaddressInformation@@6B@ @29089 NONAME ??_R4H4501_SupplementaryService@@6B@ @29090 NONAME ??_R4H4501_UserSpecifiedSubaddress@@6B@ @29091 NONAME ??_R4H4502Handler@@6B@ @29092 NONAME ??_R4H4502_CallIdentity@@6B@ @29093 NONAME ??_R4H4502_CallStatus@@6B@ @29094 NONAME ??_R4H4502_CallTransferErrors@@6B@ @29095 NONAME ??_R4H4502_CallTransferOperation@@6B@ @29096 NONAME ??_R4H4502_CTActiveArg@@6B@ @29097 NONAME ??_R4H4502_CTActiveArg_argumentExtension@@6B@ @29098 NONAME ??_R4H4502_CTCompleteArg@@6B@ @29099 NONAME ??_R4H4502_CTCompleteArg_argumentExtension@@6B@ @29100 NONAME ??_R4H4502_CTIdentifyRes@@6B@ @29101 NONAME ??_R4H4502_CTIdentifyRes_resultExtension@@6B@ @29102 NONAME ??_R4H4502_CTInitiateArg@@6B@ @29103 NONAME ??_R4H4502_CTInitiateArg_argumentExtension@@6B@ @29104 NONAME ??_R4H4502_CTSetupArg@@6B@ @29105 NONAME ??_R4H4502_CTSetupArg_argumentExtension@@6B@ @29106 NONAME ??_R4H4502_CTUpdateArg@@6B@ @29107 NONAME ??_R4H4502_CTUpdateArg_argumentExtension@@6B@ @29108 NONAME ??_R4H4502_DummyArg@@6B@ @29109 NONAME ??_R4H4502_DummyRes@@6B@ @29110 NONAME ??_R4H4502_EndDesignation@@6B@ @29111 NONAME ??_R4H4502_ExtensionSeq@@6B@ @29112 NONAME ??_R4H4502_SubaddressTransferArg@@6B@ @29113 NONAME ??_R4H4502_SubaddressTransferArg_argumentExtension@@6B@ @29114 NONAME ??_R4H4503_BasicService@@6B@ @29115 NONAME ??_R4H4503_CallDiversionErrors@@6B@ @29116 NONAME ??_R4H4503_DiversionReason@@6B@ @29117 NONAME ??_R4H4503_ExtensionSeq@@6B@ @29118 NONAME ??_R4H4503_H323CallDiversionOperations@@6B@ @29119 NONAME ??_R4H4503_IntResult@@6B@ @29120 NONAME ??_R4H4503_IntResultList@@6B@ @29121 NONAME ??_R4H4503_IntResult_extension@@6B@ @29122 NONAME ??_R4H4503_Procedure@@6B@ @29123 NONAME ??_R4H4503_SubscriptionOption@@6B@ @29124 NONAME ??_R4H4504Handler@@6B@ @29125 NONAME ??_R4H4504_ArrayOf_MixedExtension@@6B@ @29126 NONAME ??_R4H4504_CallHoldOperation@@6B@ @29127 NONAME ??_R4H4504_Extension@@6B@ @29128 NONAME ??_R4H4504_HoldNotificArg@@6B@ @29129 NONAME ??_R4H4504_MixedExtension@@6B@ @29130 NONAME ??_R4H4504_RemoteHoldArg@@6B@ @29131 NONAME ??_R4H4504_RemoteHoldRes@@6B@ @29132 NONAME ??_R4H4504_RemoteRetrieveArg@@6B@ @29133 NONAME ??_R4H4504_RemoteRetrieveRes@@6B@ @29134 NONAME ??_R4H4504_RetrieveNotificArg@@6B@ @29135 NONAME ??_R4H4505_ArrayOf_MixedExtension@@6B@ @29136 NONAME ??_R4H4505_CallParkPickupOperations@@6B@ @29137 NONAME ??_R4H4505_CallPickupErrors@@6B@ @29138 NONAME ??_R4H4505_CallType@@6B@ @29139 NONAME ??_R4H4505_CpickupNotifyArg@@6B@ @29140 NONAME ??_R4H4505_CpNotifyArg@@6B@ @29141 NONAME ??_R4H4505_CpRequestArg@@6B@ @29142 NONAME ??_R4H4505_CpRequestRes@@6B@ @29143 NONAME ??_R4H4505_CpSetupArg@@6B@ @29144 NONAME ??_R4H4505_CpSetupRes@@6B@ @29145 NONAME ??_R4H4505_GroupIndicationOffArg@@6B@ @29146 NONAME ??_R4H4505_GroupIndicationOffRes@@6B@ @29147 NONAME ??_R4H4505_GroupIndicationOnArg@@6B@ @29148 NONAME ??_R4H4505_GroupIndicationOnRes@@6B@ @29149 NONAME ??_R4H4505_ParkCondition@@6B@ @29150 NONAME ??_R4H4505_ParkedToPosition@@6B@ @29151 NONAME ??_R4H4505_PickExeArg@@6B@ @29152 NONAME ??_R4H4505_PickExeRes@@6B@ @29153 NONAME ??_R4H4505_PickrequArg@@6B@ @29154 NONAME ??_R4H4505_PickrequRes@@6B@ @29155 NONAME ??_R4H4505_PickupArg@@6B@ @29156 NONAME ??_R4H4505_PickupRes@@6B@ @29157 NONAME ??_R4H4506Handler@@6B@ @29158 NONAME ??_R4H4506_ArrayOf_MixedExtension@@6B@ @29159 NONAME ??_R4H4506_CallWaitingArg@@6B@ @29160 NONAME ??_R4H4506_CallWaitingOperations@@6B@ @29161 NONAME ??_R4H4507_ArrayOf_MixedExtension@@6B@ @29162 NONAME ??_R4H4507_BasicService@@6B@ @29163 NONAME ??_R4H4507_DummyRes@@6B@ @29164 NONAME ??_R4H4507_H323_MWI_Operations@@6B@ @29165 NONAME ??_R4H4507_MessageWaitingIndicationErrors@@6B@ @29166 NONAME ??_R4H4507_MsgCentreId@@6B@ @29167 NONAME ??_R4H4507_MWIActivateArg@@6B@ @29168 NONAME ??_R4H4507_MWIDeactivateArg@@6B@ @29169 NONAME ??_R4H4507_MWIInterrogateArg@@6B@ @29170 NONAME ??_R4H4507_MWIInterrogateRes@@6B@ @29171 NONAME ??_R4H4507_MWIInterrogateResElt@@6B@ @29172 NONAME ??_R4H4507_NbOfMessages@@6B@ @29173 NONAME ??_R4H4507_TimeStamp@@6B@ @29174 NONAME ??_R4H4508_ExtendedName@@6B@ @29175 NONAME ??_R4H4508_Name@@6B@ @29176 NONAME ??_R4H4508_NameOperations@@6B@ @29177 NONAME ??_R4H4508_NamePresentationAllowed@@6B@ @29178 NONAME ??_R4H4508_NamePresentationRestricted@@6B@ @29179 NONAME ??_R4H4508_SimpleName@@6B@ @29180 NONAME ??_R4H4509_ArrayOf_MixedExtension@@6B@ @29181 NONAME ??_R4H4509_CallCompletionErrors@@6B@ @29182 NONAME ??_R4H4509_CcArg@@6B@ @29183 NONAME ??_R4H4509_CcLongArg@@6B@ @29184 NONAME ??_R4H4509_CcRequestArg@@6B@ @29185 NONAME ??_R4H4509_CcRequestRes@@6B@ @29186 NONAME ??_R4H4509_CcShortArg@@6B@ @29187 NONAME ??_R4H4509_H323CallCompletionOperations@@6B@ @29188 NONAME ??_R4H450ServiceAPDU@@6B@ @29189 NONAME ??_R4H450xDispatcher@@6B@ @29190 NONAME ??_R4H450xHandler@@6B@ @29191 NONAME ??_R4H501AccessRequest@@6B@ @29192 NONAME ??_R4H501DescriptorUpdate@@6B@ @29193 NONAME ??_R4H501PDU@@6BH323TransactionPDU@@@ @29194 NONAME ??_R4H501PDU@@6BH501_Message@@@ @29195 NONAME ??_R4H501ServiceRequest@@6B@ @29196 NONAME ??_R4H501Transaction@@6B@ @29197 NONAME ??_R4H501_AccessConfirmation@@6B@ @29198 NONAME ??_R4H501_AccessRejection@@6B@ @29199 NONAME ??_R4H501_AccessRejectionReason@@6B@ @29200 NONAME ??_R4H501_AccessRequest@@6B@ @29201 NONAME ??_R4H501_AccessToken@@6B@ @29202 NONAME ??_R4H501_AddressTemplate@@6B@ @29203 NONAME ??_R4H501_AlternatePE@@6B@ @29204 NONAME ??_R4H501_AlternatePEInfo@@6B@ @29205 NONAME ??_R4H501_ApplicationMessage@@6B@ @29206 NONAME ??_R4H501_ArrayOf_AccessToken@@6B@ @29207 NONAME ??_R4H501_ArrayOf_AddressTemplate@@6B@ @29208 NONAME ??_R4H501_ArrayOf_AliasAddress@@6B@ @29209 NONAME ??_R4H501_ArrayOf_AlternatePE@@6B@ @29210 NONAME ??_R4H501_ArrayOf_CircuitIdentifier@@6B@ @29211 NONAME ??_R4H501_ArrayOf_ClearToken@@6B@ @29212 NONAME ??_R4H501_ArrayOf_ContactInformation@@6B@ @29213 NONAME ??_R4H501_ArrayOf_CryptoH323Token@@6B@ @29214 NONAME ??_R4H501_ArrayOf_Descriptor@@6B@ @29215 NONAME ??_R4H501_ArrayOf_DescriptorInfo@@6B@ @29216 NONAME ??_R4H501_ArrayOf_GenericData@@6B@ @29217 NONAME ??_R4H501_ArrayOf_GloballyUniqueID@@6B@ @29218 NONAME ??_R4H501_ArrayOf_NonStandardParameter@@6B@ @29219 NONAME ??_R4H501_ArrayOf_PASN_ObjectId@@6B@ @29220 NONAME ??_R4H501_ArrayOf_Pattern@@6B@ @29221 NONAME ??_R4H501_ArrayOf_PriceElement@@6B@ @29222 NONAME ??_R4H501_ArrayOf_PriceInfoSpec@@6B@ @29223 NONAME ??_R4H501_ArrayOf_RouteInformation@@6B@ @29224 NONAME ??_R4H501_ArrayOf_SecurityMode@@6B@ @29225 NONAME ??_R4H501_ArrayOf_ServiceControlSession@@6B@ @29226 NONAME ??_R4H501_ArrayOf_SupportedProtocols@@6B@ @29227 NONAME ??_R4H501_ArrayOf_TransportAddress@@6B@ @29228 NONAME ??_R4H501_ArrayOf_UpdateInformation@@6B@ @29229 NONAME ??_R4H501_ArrayOf_UsageField@@6B@ @29230 NONAME ??_R4H501_AuthenticationConfirmation@@6B@ @29231 NONAME ??_R4H501_AuthenticationRejection@@6B@ @29232 NONAME ??_R4H501_AuthenticationRejectionReason@@6B@ @29233 NONAME ??_R4H501_AuthenticationRequest@@6B@ @29234 NONAME ??_R4H501_CallInformation@@6B@ @29235 NONAME ??_R4H501_ContactInformation@@6B@ @29236 NONAME ??_R4H501_Descriptor@@6B@ @29237 NONAME ??_R4H501_DescriptorConfirmation@@6B@ @29238 NONAME ??_R4H501_DescriptorIDConfirmation@@6B@ @29239 NONAME ??_R4H501_DescriptorIDRejection@@6B@ @29240 NONAME ??_R4H501_DescriptorIDRejectionReason@@6B@ @29241 NONAME ??_R4H501_DescriptorIDRequest@@6B@ @29242 NONAME ??_R4H501_DescriptorInfo@@6B@ @29243 NONAME ??_R4H501_DescriptorRejection@@6B@ @29244 NONAME ??_R4H501_DescriptorRejectionReason@@6B@ @29245 NONAME ??_R4H501_DescriptorRequest@@6B@ @29246 NONAME ??_R4H501_DescriptorUpdate@@6B@ @29247 NONAME ??_R4H501_DescriptorUpdateAck@@6B@ @29248 NONAME ??_R4H501_ElementIdentifier@@6B@ @29249 NONAME ??_R4H501_GlobalTimeStamp@@6B@ @29250 NONAME ??_R4H501_Message@@6B@ @29251 NONAME ??_R4H501_MessageBody@@6B@ @29252 NONAME ??_R4H501_MessageCommonInfo@@6B@ @29253 NONAME ??_R4H501_NonStandardConfirmation@@6B@ @29254 NONAME ??_R4H501_NonStandardRejection@@6B@ @29255 NONAME ??_R4H501_NonStandardRejectionReason@@6B@ @29256 NONAME ??_R4H501_NonStandardRequest@@6B@ @29257 NONAME ??_R4H501_PartyInformation@@6B@ @29258 NONAME ??_R4H501_Pattern@@6B@ @29259 NONAME ??_R4H501_Pattern_range@@6B@ @29260 NONAME ??_R4H501_PriceElement@@6B@ @29261 NONAME ??_R4H501_PriceElement_units@@6B@ @29262 NONAME ??_R4H501_PriceInfoSpec@@6B@ @29263 NONAME ??_R4H501_ProtocolVersion@@6B@ @29264 NONAME ??_R4H501_RequestInProgress@@6B@ @29265 NONAME ??_R4H501_Role@@6B@ @29266 NONAME ??_R4H501_RouteInformation@@6B@ @29267 NONAME ??_R4H501_RouteInformation_messageType@@6B@ @29268 NONAME ??_R4H501_SecurityMode@@6B@ @29269 NONAME ??_R4H501_ServiceConfirmation@@6B@ @29270 NONAME ??_R4H501_ServiceRejection@@6B@ @29271 NONAME ??_R4H501_ServiceRejectionReason@@6B@ @29272 NONAME ??_R4H501_ServiceRelease@@6B@ @29273 NONAME ??_R4H501_ServiceReleaseReason@@6B@ @29274 NONAME ??_R4H501_ServiceRequest@@6B@ @29275 NONAME ??_R4H501_TerminationCause@@6B@ @29276 NONAME ??_R4H501_TimeZone@@6B@ @29277 NONAME ??_R4H501_UnknownMessageReason@@6B@ @29278 NONAME ??_R4H501_UnknownMessageResponse@@6B@ @29279 NONAME ??_R4H501_UpdateInformation@@6B@ @29280 NONAME ??_R4H501_UpdateInformation_descriptorInfo@@6B@ @29281 NONAME ??_R4H501_UpdateInformation_updateType@@6B@ @29282 NONAME ??_R4H501_UsageCallStatus@@6B@ @29283 NONAME ??_R4H501_UsageConfirmation@@6B@ @29284 NONAME ??_R4H501_UsageField@@6B@ @29285 NONAME ??_R4H501_UsageIndication@@6B@ @29286 NONAME ??_R4H501_UsageIndicationConfirmation@@6B@ @29287 NONAME ??_R4H501_UsageIndicationRejection@@6B@ @29288 NONAME ??_R4H501_UsageIndicationRejectionReason@@6B@ @29289 NONAME ??_R4H501_UsageRejection@@6B@ @29290 NONAME ??_R4H501_UsageRejectReason@@6B@ @29291 NONAME ??_R4H501_UsageRequest@@6B@ @29292 NONAME ??_R4H501_UsageSpecification@@6B@ @29293 NONAME ??_R4H501_UsageSpecification_when@@6B@ @29294 NONAME ??_R4H501_UserInformation@@6B@ @29295 NONAME ??_R4H501_ValidationConfirmation@@6B@ @29296 NONAME ??_R4H501_ValidationRejection@@6B@ @29297 NONAME ??_R4H501_ValidationRejectionReason@@6B@ @29298 NONAME ??_R4H501_ValidationRequest@@6B@ @29299 NONAME ??_R4HandleTimeout_PNotifier@H245Negotiator@@6B@ @29300 NONAME ??_R4HandleTransactions_PNotifier@H323Transactor@@6B@ @29301 NONAME ??_R4IntraP64Decoder@@6B@ @29302 NONAME ??_R4MCS_ArrayOf_ChannelAttributes@@6B@ @29303 NONAME ??_R4MCS_ArrayOf_ChannelId@@6B@ @29304 NONAME ??_R4MCS_ArrayOf_TokenAttributes@@6B@ @29305 NONAME ??_R4MCS_ArrayOf_TokenId@@6B@ @29306 NONAME ??_R4MCS_ArrayOf_UserId@@6B@ @29307 NONAME ??_R4MCS_AssignedChannelId@@6B@ @29308 NONAME ??_R4MCS_AUcf@@6B@ @29309 NONAME ??_R4MCS_AUrq@@6B@ @29310 NONAME ??_R4MCS_CAin@@6B@ @29311 NONAME ??_R4MCS_CArq@@6B@ @29312 NONAME ??_R4MCS_CCcf@@6B@ @29313 NONAME ??_R4MCS_CCrq@@6B@ @29314 NONAME ??_R4MCS_CDin@@6B@ @29315 NONAME ??_R4MCS_CDrq@@6B@ @29316 NONAME ??_R4MCS_CEin@@6B@ @29317 NONAME ??_R4MCS_CErq@@6B@ @29318 NONAME ??_R4MCS_ChannelAttributes@@6B@ @29319 NONAME ??_R4MCS_ChannelAttributes_assigned@@6B@ @29320 NONAME ??_R4MCS_ChannelAttributes_private@@6B@ @29321 NONAME ??_R4MCS_ChannelAttributes_static@@6B@ @29322 NONAME ??_R4MCS_ChannelAttributes_userId@@6B@ @29323 NONAME ??_R4MCS_ChannelId@@6B@ @29324 NONAME ??_R4MCS_CJcf@@6B@ @29325 NONAME ??_R4MCS_CJrq@@6B@ @29326 NONAME ??_R4MCS_CLrq@@6B@ @29327 NONAME ??_R4MCS_ConnectMCSPDU@@6B@ @29328 NONAME ??_R4MCS_Connect_Additional@@6B@ @29329 NONAME ??_R4MCS_Connect_Initial@@6B@ @29330 NONAME ??_R4MCS_Connect_Response@@6B@ @29331 NONAME ??_R4MCS_Connect_Result@@6B@ @29332 NONAME ??_R4MCS_DataPriority@@6B@ @29333 NONAME ??_R4MCS_Diagnostic@@6B@ @29334 NONAME ??_R4MCS_DomainMCSPDU@@6B@ @29335 NONAME ??_R4MCS_DomainParameters@@6B@ @29336 NONAME ??_R4MCS_DPum@@6B@ @29337 NONAME ??_R4MCS_DUin@@6B@ @29338 NONAME ??_R4MCS_DUrq@@6B@ @29339 NONAME ??_R4MCS_DynamicChannelId@@6B@ @29340 NONAME ??_R4MCS_EDrq@@6B@ @29341 NONAME ??_R4MCS_MCcf@@6B@ @29342 NONAME ??_R4MCS_MCrq@@6B@ @29343 NONAME ??_R4MCS_MTcf@@6B@ @29344 NONAME ??_R4MCS_MTrq@@6B@ @29345 NONAME ??_R4MCS_PCin@@6B@ @29346 NONAME ??_R4MCS_PDin@@6B@ @29347 NONAME ??_R4MCS_PrivateChannelId@@6B@ @29348 NONAME ??_R4MCS_PTin@@6B@ @29349 NONAME ??_R4MCS_Reason@@6B@ @29350 NONAME ??_R4MCS_Result@@6B@ @29351 NONAME ??_R4MCS_RJum@@6B@ @29352 NONAME ??_R4MCS_SDin@@6B@ @29353 NONAME ??_R4MCS_SDrq@@6B@ @29354 NONAME ??_R4MCS_Segmentation@@6B@ @29355 NONAME ??_R4MCS_StaticChannelId@@6B@ @29356 NONAME ??_R4MCS_TGcf@@6B@ @29357 NONAME ??_R4MCS_TGrq@@6B@ @29358 NONAME ??_R4MCS_TIcf@@6B@ @29359 NONAME ??_R4MCS_TIrq@@6B@ @29360 NONAME ??_R4MCS_TokenAttributes@@6B@ @29361 NONAME ??_R4MCS_TokenAttributes_given@@6B@ @29362 NONAME ??_R4MCS_TokenAttributes_giving@@6B@ @29363 NONAME ??_R4MCS_TokenAttributes_grabbed@@6B@ @29364 NONAME ??_R4MCS_TokenAttributes_inhibited@@6B@ @29365 NONAME ??_R4MCS_TokenAttributes_ungivable@@6B@ @29366 NONAME ??_R4MCS_TokenId@@6B@ @29367 NONAME ??_R4MCS_TokenStatus@@6B@ @29368 NONAME ??_R4MCS_TPin@@6B@ @29369 NONAME ??_R4MCS_TPrq@@6B@ @29370 NONAME ??_R4MCS_TRcf@@6B@ @29371 NONAME ??_R4MCS_TRrq@@6B@ @29372 NONAME ??_R4MCS_TTcf@@6B@ @29373 NONAME ??_R4MCS_TTrq@@6B@ @29374 NONAME ??_R4MCS_TVcf@@6B@ @29375 NONAME ??_R4MCS_TVin@@6B@ @29376 NONAME ??_R4MCS_TVrq@@6B@ @29377 NONAME ??_R4MCS_TVrs@@6B@ @29378 NONAME ??_R4MCS_UserId@@6B@ @29379 NONAME ??_R4MCS_USin@@6B@ @29380 NONAME ??_R4MCS_USrq@@6B@ @29381 NONAME ??_R4MonitorMain_PNotifier@H323Gatekeeper@@6B@ @29392 NONAME ??_R4MonitorMain_PNotifier@H323GatekeeperServer@@6B@ @29393 NONAME ??_R4MonitorMain_PNotifier@H323PeerElement@@6B@ @29394 NONAME ??_R4MSIPAddress@PILSSession@@6B@ @29395 NONAME ??_R4MXRecordList@PDNS@@6B@ @32859 NONAME ??_R4OnCallIntrudeTimeOut_PNotifier@H45011Handler@@6B@ @29396 NONAME ??_R4OnCallTransferTimeOut_PNotifier@H4502Handler@@6B@ @29397 NONAME ??_R4OnLoadModule_PNotifier@PPluginModuleManager@@6B@ @30669 NONAME ??_R4OnUserInputInBandDTMF_PNotifier@H323Connection@@6B@ @29399 NONAME ??_R4OnUserInputInlineRFC2833_PNotifier@H323Connection@@6B@ @29400 NONAME ??_R4OpalFactoryCodec@@6B@ @32468 NONAME ??_R4OpalG711ALaw64kFormat@@6B@ @30962 NONAME ??_R4OpalG711ALaw64k_Base@@6B@ @32469 NONAME ??_R4OpalG711ALaw64k_Decoder@@6B@ @32470 NONAME ??_R4OpalG711ALaw64k_Encoder@@6B@ @32471 NONAME ??_R4OpalG711uLaw64kFormat@@6B@ @30963 NONAME ??_R4OpalG711uLaw64k_Base@@6B@ @32472 NONAME ??_R4OpalG711uLaw64k_Decoder@@6B@ @32473 NONAME ??_R4OpalG711uLaw64k_Encoder@@6B@ @32474 NONAME ??_R4OpalG7231A_5k3Format@@6B@ @30964 NONAME ??_R4OpalG7231A_6k3Format@@6B@ @30965 NONAME ??_R4OpalG7231_5k3Format@@6B@ @30966 NONAME ??_R4OpalG7231_6k3Format@@6B@ @30967 NONAME ??_R4OpalG728Format@@6B@ @30968 NONAME ??_R4OpalG729ABFormat@@6B@ @30969 NONAME ??_R4OpalG729AFormat@@6B@ @30970 NONAME ??_R4OpalG729BFormat@@6B@ @30971 NONAME ??_R4OpalG729Format@@6B@ @30972 NONAME ??_R4OpalGloballyUniqueID@@6B@ @29401 NONAME ??_R4OpalGSM0610Format@@6B@ @30973 NONAME ??_R4OpalH261Format@@6B@ @30974 NONAME ??_R4OpalIxJDevice@@6B@ @29402 NONAME ??_R4OpalLineChannel@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @29403 NONAME ??_R4OpalLineChannel@@6BPObject@@@ @29404 NONAME ??_R4OpalLineInterfaceDevice@@6B@ @29405 NONAME ??_R4OpalMediaFormat@@6B@ @29406 NONAME ??_R4OpalPCM16Format@@6B@ @30975 NONAME ??_R4OpalPluginCodec@@6B@ @32475 NONAME ??_R4OpalPluginMediaFormat@@6B@ @30976 NONAME ??_R4OpalRFC2190H263Format@@6B@ @33682 NONAME ??_R4OpalRFC2833@@6B@ @29407 NONAME ??_R4OpalRFC2833Info@@6B@ @29408 NONAME ??_R4OpalRtpToWavFile@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @29409 NONAME ??_R4OpalRtpToWavFile@@6BPObject@@@ @29410 NONAME ??_R4OpalT120Format@@6B@ @30977 NONAME ??_R4OpalT120Protocol@@6B@ @29411 NONAME ??_R4OpalT38Protocol@@6B@ @29412 NONAME ??_R4OpalUserInputRFC2833Format@@6B@ @30978 NONAME ??_R4OpalVoipBlasterDevice@@6B@ @29413 NONAME ??_R4OpalVXMLSession@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @29414 NONAME ??_R4OpalVXMLSession@@6B@ @31501 NONAME ??_R4OpalVXMLSession@@6BPObject@@@ @29415 NONAME ??_R4OpalWAVFile@@6B?$basic_iostream@DU?$char_traits@D@std@@@std@@@ @29416 NONAME ??_R4OpalWAVFile@@6BPObject@@@ @29417 NONAME ??_R4P64Decoder@@6B@ @29418 NONAME ??_R4PASN_Boolean@@6B@ @29419 NONAME ??_R4PASN_ConstrainedObject@@6B@ @29420 NONAME ??_R4PASN_ConstrainedString@@6B@ @29421 NONAME ??_R4PASN_Enumeration@@6B@ @29422 NONAME ??_R4PASN_GeneralisedTime@@6B@ @29423 NONAME ??_R4PASN_GeneralString@@6B@ @29424 NONAME ??_R4PASN_IA5String@@6B@ @29425 NONAME ??_R4PASN_Integer@@6B@ @29426 NONAME ??_R4PASN_Null@@6B@ @29427 NONAME ??_R4PASN_NumericString@@6B@ @29428 NONAME ??_R4PASN_Object@@6B@ @29429 NONAME ??_R4PASN_PrintableString@@6B@ @29430 NONAME ??_R4PASN_Stream@@6B@ @29431 NONAME ??_R4PASN_VisibleString@@6B@ @29432 NONAME ??_R4PLDAPAttr_c@RTPerson@PILSSession@@6B@ @29434 NONAME ??_R4PLDAPAttr_cn@RTPerson@PILSSession@@6B@ @29435 NONAME ??_R4PLDAPAttr_comment@RTPerson@PILSSession@@6B@ @29436 NONAME ??_R4PLDAPAttr_givenName@RTPerson@PILSSession@@6B@ @29437 NONAME ??_R4PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@6B@ @29438 NONAME ??_R4PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@6B@ @29439 NONAME ??_R4PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@6B@ @29440 NONAME ??_R4PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@6B@ @29441 NONAME ??_R4PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@6B@ @29442 NONAME ??_R4PLDAPAttr_location@RTPerson@PILSSession@@6B@ @29443 NONAME ??_R4PLDAPAttr_o@RTPerson@PILSSession@@6B@ @29444 NONAME ??_R4PLDAPAttr_objectClass@RTPerson@PILSSession@@6B@ @29445 NONAME ??_R4PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@6B@ @29446 NONAME ??_R4PLDAPAttr_sappguid@RTPerson@PILSSession@@6B@ @29447 NONAME ??_R4PLDAPAttr_sappid@RTPerson@PILSSession@@6B@ @29448 NONAME ??_R4PLDAPAttr_sflags@RTPerson@PILSSession@@6B@ @29449 NONAME ??_R4PLDAPAttr_sipAddress@RTPerson@PILSSession@@6B@ @29450 NONAME ??_R4PLDAPAttr_smimetype@RTPerson@PILSSession@@6B@ @29451 NONAME ??_R4PLDAPAttr_smodop@RTPerson@PILSSession@@6B@ @29452 NONAME ??_R4PLDAPAttr_sport@RTPerson@PILSSession@@6B@ @29453 NONAME ??_R4PLDAPAttr_sprotid@RTPerson@PILSSession@@6B@ @29454 NONAME ??_R4PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@6B@ @29455 NONAME ??_R4PLDAPAttr_ssecurity@RTPerson@PILSSession@@6B@ @29456 NONAME ??_R4PLDAPAttr_sttl@RTPerson@PILSSession@@6B@ @29457 NONAME ??_R4PLDAPAttr_surname@RTPerson@PILSSession@@6B@ @29458 NONAME ??_R4PLDAPAttr_timestamp@RTPerson@PILSSession@@6B@ @29459 NONAME ??_R4PluginLoader@@6B@ @32988 NONAME ??_R4PPER_Stream@@6B@ @29460 NONAME ??_R4Pre_Vid_Coder@@6B@ @29461 NONAME ??_R4PWAVFileConverter@@6B@ @32235 NONAME ??_R4PWAVFileConverterALaw@@6B@ @32236 NONAME ??_R4PWAVFileConverterULaw@@6B@ @32237 NONAME ??_R4PWAVFileConverterXLaw@@6B@ @32238 NONAME ??_R4Q931@@6B@ @29465 NONAME ??_R4ReceivedPacket_PNotifier@OpalRFC2833@@6B@ @29466 NONAME ??_R4ReceivedPacket_PNotifier@OpalRtpToWavFile@@6B@ @29467 NONAME ??_R4ReceiverReport@RTP_Session@@6B@ @29468 NONAME ??_R4ReceiveTimeout_PNotifier@OpalRFC2833@@6B@ @29469 NONAME ??_R4Request@H323Transactor@@6B@ @29470 NONAME ??_R4Response@H323Transactor@@6B@ @29471 NONAME ??_R4RFC2190_FfmpgLink@@6B@ @33683 NONAME ??_R4RTPerson@PILSSession@@6B@ @29472 NONAME ??_R4RTP_ControlFrame@@6B@ @29473 NONAME ??_R4RTP_DataFrame@@6B@ @29474 NONAME ??_R4RTP_JitterBuffer@@6B@ @29475 NONAME ??_R4RTP_QOS@@6B@ @29476 NONAME ??_R4RTP_Session@@6B@ @29477 NONAME ??_R4RTP_SessionManager@@6B@ @29478 NONAME ??_R4RTP_UDP@@6B@ @29479 NONAME ??_R4RTP_UserData@@6B@ @29480 NONAME ??_R4SenderReport@RTP_Session@@6B@ @29481 NONAME ??_R4SlowHandler_PNotifier@H323Transaction@@6B@ @29482 NONAME ??_R4SourceDescription@RTP_Session@@6B@ @29483 NONAME ??_R4SRVRecordList@PDNS@@6B@ @32860 NONAME ??_R4StatusHandler_PNotifier@OpalVoipBlasterDevice@@6B@ @29484 NONAME ??_R4StringMap@H323GatekeeperServer@@6B@ @29485 NONAME ??_R4T120ConnectPDU@@6B@ @29486 NONAME ??_R4T120_X224@@6B@ @29487 NONAME ??_R4T38_ArrayOf_PASN_OctetString@@6B@ @29488 NONAME ??_R4T38_Data_Field@@6B@ @29489 NONAME ??_R4T38_Data_Field_subtype@@6B@ @29490 NONAME ??_R4T38_Data_Field_subtype_field_type@@6B@ @29491 NONAME ??_R4T38_IFPPacket@@6B@ @29492 NONAME ??_R4T38_PreCorrigendum_Data_Field@@6B@ @29493 NONAME ??_R4T38_PreCorrigendum_Data_Field_subtype@@6B@ @29494 NONAME ??_R4T38_PreCorrigendum_Data_Field_subtype_field_type@@6B@ @29495 NONAME ??_R4T38_PreCorrigendum_IFPPacket@@6B@ @29496 NONAME ??_R4T38_Type_of_msg@@6B@ @29497 NONAME ??_R4T38_Type_of_msg_data@@6B@ @29498 NONAME ??_R4T38_Type_of_msg_t30_indicator@@6B@ @29499 NONAME ??_R4T38_UDPTLPacket@@6B@ @29500 NONAME ??_R4T38_UDPTLPacket_error_recovery@@6B@ @29501 NONAME ??_R4T38_UDPTLPacket_error_recovery_fec_info@@6B@ @29502 NONAME ??_R4T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@6B@ @29503 NONAME ??_R4T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@6B@ @29504 NONAME ??_R4T38_UDPTLPacket_primary_ifp_packet@@6B@ @29505 NONAME ??_R4TickleMonitor_PNotifier@H323Gatekeeper@@6B@ @29506 NONAME ??_R4TransmitEnded_PNotifier@OpalRFC2833@@6B@ @29507 NONAME ??_R4TransmitPacket_PNotifier@OpalRFC2833@@6B@ @29508 NONAME ??_R4Transmitter@@6B@ @29509 NONAME ??_R4UpdateAllDescriptors_PNotifier@H323PeerElement@@6B@ @29510 NONAME ??_R4VoipBlasterInterface@@6B@ @29512 NONAME ??_R4Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@6B@ @32476 NONAME ??_R4Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@6B@ @32477 NONAME ??_R4Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@6B@ @32478 NONAME ??_R4Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@6B@ @32479 NONAME ??_R4Worker@OpalPluginCodecFactory@@6B@ @32480 NONAME ??_R4WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@6B@ @32861 NONAME ??_R4WorkerBase@?$PFactory@VH323Capability@@VPString@@@@6B@ @31923 NONAME ??_R4WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@6B@ @32481 NONAME ??_R4WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@6B@ @31924 NONAME ??_R4WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@6B@ @31925 NONAME ??_R4WorkerBase@?$PFactory@VPWAVFileConverter@@I@@6B@ @32239 NONAME ??_R4X224@@6B@ @29513 NONAME ??_R4X880_Code@@6B@ @29514 NONAME ??_R4X880_GeneralProblem@@6B@ @29515 NONAME ??_R4X880_Invoke@@6B@ @29516 NONAME ??_R4X880_InvokeId@@6B@ @29517 NONAME ??_R4X880_InvokeProblem@@6B@ @29518 NONAME ??_R4X880_Reject@@6B@ @29519 NONAME ??_R4X880_RejectProblem@@6B@ @29520 NONAME ??_R4X880_Reject_problem@@6B@ @29521 NONAME ??_R4X880_ReturnError@@6B@ @29522 NONAME ??_R4X880_ReturnErrorProblem@@6B@ @29523 NONAME ??_R4X880_ReturnResult@@6B@ @29524 NONAME ??_R4X880_ReturnResultProblem@@6B@ @29525 NONAME ??_R4X880_ReturnResult_result@@6B@ @29526 NONAME ??_R4X880_ROS@@6B@ @29527 NONAME ?Accept@H323ListenerTCP@@UAEPAVH323Transport@@ABVPTimeInterval@@@Z @12664 NONAME ?AcceptControlChannel@H323Transport@@UAEHAAVH323Connection@@@Z @4611 NONAME ?AcceptControlChannel@H323TransportTCP@@UAEHAAVH323Connection@@@Z @4612 NONAME ?AccessRequest@H323PeerElement@@QAEHABVH225_AliasAddress@@AAVH225_ArrayOf_AliasAddress@@AAV2@I@Z @18373 NONAME ?AccessRequest@H323PeerElement@@QAEHABVH225_AliasAddress@@AAVH225_ArrayOf_AliasAddress@@AAVH323TransportAddress@@I@Z @18374 NONAME ?AccessRequest@H323PeerElement@@QAEHABVPString@@AAVH225_ArrayOf_AliasAddress@@AAVH323TransportAddress@@I@Z @18375 NONAME ?AccessRequest@H323PeerElement@@QAEHABVPString@@AAVPStringArray@@AAVH323TransportAddress@@I@Z @18376 NONAME ?Add@H245NegLogicalChannels@@UAEXAAVH323Channel@@@Z @13246 NONAME ?Add@H323Capabilities@@QAEXPAVH323Capability@@@Z @9024 NONAME ?AddAliasName@H323EndPoint@@QAEHABVPString@@@Z @4614 NONAME ?AddAllCapabilities@H323Capabilities@@QAEHHHABVPString@@@Z @31345 NONAME ?AddAllCapabilities@H323EndPoint@@QAEHHHABVPString@@@Z @10952 NONAME ?AddAllCapabilities@H323_LIDCapability@@SAXABVOpalLineInterfaceDevice@@AAVH323Capabilities@@HH@Z @9149 NONAME ?AddAllCapabilities@H323_UserInputCapability@@SAXAAVH323Capabilities@@HH@Z @9302 NONAME ?AddAllUserInputCapabilities@H323EndPoint@@QAEXHH@Z @10953 NONAME ?AddCall@H323GatekeeperServer@@UAEXPAVH323GatekeeperCall@@@Z @30648 NONAME ?AddCall@H323RegisteredEndPoint@@UAEXPAVH323GatekeeperCall@@@Z @30649 NONAME ?AddCallCreditServiceControl@H323GatekeeperCall@@QBEHAAVH225_ArrayOf_ServiceControlSession@@@Z @16494 NONAME ?AddCapability@H235Authenticator@@IAEHIABVPString@@AAVH225_ArrayOf_AuthenticationMechanism@@AAVH225_ArrayOf_PASN_ObjectId@@@Z @14203 NONAME ?AddCapability@H323EndPoint@@QAEXPAVH323Capability@@@Z @4615 NONAME ?AddDescriptor@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@ABVH225_ArrayOf_AliasAddress@@1IH@Z @18670 NONAME ?AddDescriptor@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@ABVH225_ArrayOf_AliasAddress@@ABVH323TransportAddressArray@@IH@Z @18671 NONAME ?AddDescriptor@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@ABVPOrdinalKey@@ABVH225_ArrayOf_AliasAddress@@2IH@Z @18672 NONAME ?AddDescriptor@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@ABVPOrdinalKey@@ABVH501_ArrayOf_AddressTemplate@@ABVPTime@@H@Z @18762 NONAME ?AddDescriptor@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@ABVPStringArray@@ABVH323TransportAddressArray@@IH@Z @18673 NONAME ?AddEndPoint@H323GatekeeperServer@@UAEXPAVH323RegisteredEndPoint@@@Z @12812 NONAME ?AddFilter@H323Codec@@QAEXABVPNotifier@@@Z @13829 NONAME ?AddFilter@H323_RTPChannel@@QAEXABVPNotifier@@@Z @13796 NONAME ?AddFormat@H323PluginCodecManager@@SAXABVOpalMediaFormat@@@Z @30706 NONAME ?AddFormat@H323PluginCodecManager@@SAXPAVOpalMediaFormat@@@Z @32968 NONAME ?AddIntegerGenericParameter@H323GenericCapabilityInfo@@UAEHHHHJ@Z @33257 NONAME ?AddListener@H323TransactionServer@@QAEHABVH323TransportAddress@@@Z @17305 NONAME ?AddListener@H323TransactionServer@@QAEHPAVH323Transactor@@@Z @17306 NONAME ?AddListener@H323TransactionServer@@QAEHPAVH323Transport@@@Z @17307 NONAME ?AddListeners@H323TransactionServer@@QAEHABVH323TransportAddressArray@@@Z @17308 NONAME ?AddOpCode@H450xDispatcher@@QAEXIPAVH450xHandler@@@Z @13146 NONAME ?AddReceiverReport@RTP_Session@@IAEXAAUReceiverReport@RTP_ControlFrame@@@Z @13996 NONAME ?AddServiceControlSession@H323RegisteredEndPoint@@UAEHABVH323ServiceControlSession@@AAVH225_ArrayOf_ServiceControlSession@@@Z @15933 NONAME ?AddServiceRelationship@H323PeerElement@@QAEHABVH323TransportAddress@@AAVOpalGloballyUniqueID@@H@Z @18249 NONAME ?AddServiceRelationship@H323PeerElement@@QAEHABVH323TransportAddress@@H@Z @18250 NONAME ?AddSession@RTP_SessionManager@@QAEXPAVRTP_Session@@@Z @4616 NONAME ?AddSourceDescription@RTP_ControlFrame@@QAEAAUSourceDescription@1@K@Z @8923 NONAME ?AddSourceDescriptionItem@RTP_ControlFrame@@QAEAAUItem@SourceDescription@1@AAU31@IABVPString@@@Z @8924 NONAME ?AdmissionRequest@H323Gatekeeper@@QAEHAAVH323Connection@@AAUAdmissionResponse@1@H@Z @13304 NONAME ?AgeResponses@H323Transactor@@IAEXXZ @18174 NONAME ?age_blocks@Pre_Vid_Coder@@IAEXXZ @4619 NONAME ?ALawConverter@@3V?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@A @32240 NONAME ?alloc@Transmitter@@QAEPAUpktbuf@1@XZ @4620 NONAME ?allocate@?$allocator@ULookupRecord@@@std@@QAEPAULookupRecord@@I@Z @32862 NONAME ?allocate@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@@std@@QAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@I@Z @32241 NONAME ?allocate@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@I@Z @32863 NONAME ?allocate@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@I@Z @31926 NONAME ?allocate@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@I@Z @31927 NONAME ?allocate@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@I@Z @32482 NONAME ?allocate@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@I@Z @31928 NONAME ?allocate@FullP64Decoder@@MAEXXZ @4621 NONAME ?allocate@IntraP64Decoder@@MAEXXZ @4622 NONAME ?AllocateBandwidth@H323GatekeeperServer@@UAEIII@Z @12817 NONAME ?alloch@Transmitter@@QAEPAUpktbuf@1@XZ @4623 NONAME ?allocref@Pre_Vid_Coder@@IAEXXZ @4624 NONAME ?AllowDuplicateAlias@H323GatekeeperServer@@UAEHABVH225_ArrayOf_AliasAddress@@@Z @30636 NONAME ?Answer@OpalT120Protocol@@UAEHAAVH323Transport@@@Z @12665 NONAME ?Answer@OpalT38Protocol@@UAEHXZ @13980 NONAME ?AnsweringCall@H323Connection@@QAEXW4AnswerCallResponse@1@@Z @4625 NONAME ?Append@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UAE?AV?$PSafePtr@VH323GatekeeperCall@@@@PAVH323GatekeeperCall@@W4PSafetyMode@@@Z @15058 NONAME ?Append@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UAE?AV?$PSafePtr@VH323PeerElementDescriptor@@@@PAVH323PeerElementDescriptor@@W4PSafetyMode@@@Z @18037 NONAME ?Append@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UAE?AV?$PSafePtr@VH323PeerElementServiceRelationship@@@@PAVH323PeerElementServiceRelationship@@W4PSafetyMode@@@Z @18038 NONAME ?Append@PASN_Array@@QAEXPAVPASN_Object@@@Z @16732 NONAME ?AppendAddress@H323TransportAddressArray@@QAEXABVH323TransportAddress@@@Z @16781 NONAME ?AppendString@H323TransportAddressArray@@QAEXABVPString@@@Z @16782 NONAME ?AppendString@H323TransportAddressArray@@QAEXPBD@Z @16783 NONAME ?AppendStringCollection@H323TransportAddressArray@@IAEXABVPCollection@@@Z @14752 NONAME ?ApplyQOS@RTP_UDP@@QAEXABVAddress@PIPSocket@@@Z @18900 NONAME ?AsString@OpalGloballyUniqueID@@QBE?AVPString@@XZ @9540 NONAME ?AttachChannel@H323Codec@@UAEHPAVPChannel@@H@Z @9373 NONAME ?AttachLogicalChannel@H323Codec@@QAEHPAVH323Channel@@@Z @13379 NONAME ?AttachQoS@H323Capability@@UAEXPAVRTP_QOS@@@Z @18901 NONAME ?AttachQoS@H323RealTimeCapability@@UAEXPAVRTP_QOS@@@Z @18902 NONAME ?AttachSignalChannel@H323Connection@@UAEXABVPString@@PAVH323Transport@@H@Z @33772 NONAME ?AttachSupplementaryServiceAPDU@H450ServiceAPDU@@QAEXAAVH323SignalPDU@@@Z @13147 NONAME ?AttachThread@H323Transport@@QAEXPAVPThread@@@Z @4631 NONAME ?AttachToAlerting@H45011Handler@@UAEXAAVH323SignalPDU@@@Z @14325 NONAME ?AttachToAlerting@H4502Handler@@UAEXAAVH323SignalPDU@@@Z @13148 NONAME ?AttachToAlerting@H4506Handler@@UAEXAAVH323SignalPDU@@I@Z @13621 NONAME ?AttachToAlerting@H450xDispatcher@@UAEXAAVH323SignalPDU@@@Z @13149 NONAME ?AttachToAlerting@H450xHandler@@UAEXAAVH323SignalPDU@@@Z @13150 NONAME ?AttachToConnect@H45011Handler@@UAEXAAVH323SignalPDU@@@Z @14326 NONAME ?AttachToConnect@H4502Handler@@UAEXAAVH323SignalPDU@@@Z @13151 NONAME ?AttachToConnect@H450xDispatcher@@UAEXAAVH323SignalPDU@@@Z @13152 NONAME ?AttachToConnect@H450xHandler@@UAEXAAVH323SignalPDU@@@Z @13153 NONAME ?AttachToReleaseComplete@H45011Handler@@UAEXAAVH323SignalPDU@@@Z @14327 NONAME ?AttachToReleaseComplete@H4502Handler@@UAEXAAVH323SignalPDU@@@Z @13154 NONAME ?AttachToReleaseComplete@H450xDispatcher@@UAEXAAVH323SignalPDU@@@Z @13155 NONAME ?AttachToReleaseComplete@H450xHandler@@UAEXAAVH323SignalPDU@@@Z @13156 NONAME ?AttachToSetup@H45011Handler@@UAEXAAVH323SignalPDU@@@Z @14328 NONAME ?AttachToSetup@H4502Handler@@UAEXAAVH323SignalPDU@@@Z @13157 NONAME ?AttachToSetup@H450xDispatcher@@UAEXAAVH323SignalPDU@@@Z @13158 NONAME ?AttachToSetup@H450xHandler@@UAEXAAVH323SignalPDU@@@Z @13159 NONAME ?AvcodecAllocContext@RFC2190_FfmpgLink@@QAEPAUAVCodecContext@@XZ @33684 NONAME ?AvcodecAllocFrame@RFC2190_FfmpgLink@@QAEPAUAVFrame@@XZ @33685 NONAME ?AvcodecClose@RFC2190_FfmpgLink@@QAEHPAUAVCodecContext@@@Z @33686 NONAME ?AvcodecDecodeVideo@RFC2190_FfmpgLink@@QAEHPAUAVCodecContext@@PAUAVFrame@@PAHPAEH@Z @33687 NONAME ?AvcodecEncodeVideo@RFC2190_FfmpgLink@@QAEHPAUAVCodecContext@@PAEHPBUAVFrame@@@Z @33688 NONAME ?AvcodecFindDecoder@RFC2190_FfmpgLink@@QAEPAUAVCodec@@W4CodecID@@@Z @33689 NONAME ?AvcodecFindEncoder@RFC2190_FfmpgLink@@QAEPAUAVCodec@@W4CodecID@@@Z @33690 NONAME ?AvcodecFree@RFC2190_FfmpgLink@@QAEXPAX@Z @33691 NONAME ?AvcodecOpen@RFC2190_FfmpgLink@@QAEHPAUAVCodecContext@@PAUAVCodec@@@Z @33692 NONAME ?AvcodecSetPrintFn@RFC2190_FfmpgLink@@QAEXP6AXPAD@Z@Z @33693 NONAME ?AwaitSetupResponse@H45011Handler@@QAEXABVPString@@0@Z @14329 NONAME ?AwaitSetupResponse@H4502Handler@@QAEXABVPString@@0@Z @13160 NONAME ?BandwidthRequest@H323Gatekeeper@@QAEHAAVH323Connection@@I@Z @4632 NONAME ?begin@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAE?AViterator@12@XZ @32864 NONAME ?begin@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE?AViterator@12@XZ @32242 NONAME ?begin@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@XZ @32865 NONAME ?begin@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@XZ @31929 NONAME ?begin@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@XZ @31930 NONAME ?begin@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@XZ @32483 NONAME ?begin@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@XZ @31931 NONAME ?BeginTransmit@OpalRFC2833@@UAEHD@Z @13797 NONAME ?Bootstrap@H323PluginCodecManager@@SAXXZ @32989 NONAME ?Build@H323ControlPDU@@QAEAAVH245_CommandMessage@@W4Choices@2@@Z @4633 NONAME ?Build@H323ControlPDU@@QAEAAVH245_IndicationMessage@@W4Choices@2@@Z @4634 NONAME ?Build@H323ControlPDU@@QAEAAVH245_RequestMessage@@W4Choices@2@@Z @4635 NONAME ?Build@H323ControlPDU@@QAEAAVH245_ResponseMessage@@W4Choices@2@@Z @4636 NONAME ?BuildAccessConfirmation@H501PDU@@QAEAAVH501_AccessConfirmation@@I@Z @17811 NONAME ?BuildAccessRejection@H501PDU@@QAEAAVH501_AccessRejection@@IH@Z @18039 NONAME ?BuildAccessRequest@H501PDU@@QAEAAVH501_AccessRequest@@IABVH323TransportAddressArray@@@Z @18674 NONAME ?BuildAdmissionConfirm@H323RasPDU@@QAEAAVH225_AdmissionConfirm@@I@Z @13033 NONAME ?BuildAdmissionReject@H323RasPDU@@QAEAAVH225_AdmissionReject@@II@Z @13034 NONAME ?BuildAdmissionRequest@H323RasPDU@@QAEAAVH225_AdmissionRequest@@I@Z @13035 NONAME ?BuildAlerting@H323SignalPDU@@QAEAAVH225_Alerting_UUIE@@ABVH323Connection@@@Z @8988 NONAME ?BuildAlerting@Q931@@QAEXH@Z @4639 NONAME ?BuildAuthenticationConfirmation@H501PDU@@QAEAAVH501_AuthenticationConfirmation@@I@Z @17814 NONAME ?BuildAuthenticationRejection@H501PDU@@QAEAAVH501_AuthenticationRejection@@II@Z @18135 NONAME ?BuildAuthenticationRequest@H501PDU@@QAEAAVH501_AuthenticationRequest@@IABVH323TransportAddressArray@@@Z @18675 NONAME ?BuildBandwidthConfirm@H323RasPDU@@QAEAAVH225_BandwidthConfirm@@II@Z @13036 NONAME ?BuildBandwidthReject@H323RasPDU@@QAEAAVH225_BandwidthReject@@II@Z @13037 NONAME ?BuildBandwidthRequest@H323RasPDU@@QAEAAVH225_BandwidthRequest@@I@Z @13038 NONAME ?BuildCallIntrusionForcedRelease@H450ServiceAPDU@@QAEXHH@Z @14330 NONAME ?BuildCallIntrusionForcedReleaseError@H450ServiceAPDU@@QAEXXZ @14331 NONAME ?BuildCallIntrusionForcedReleaseResult@H450ServiceAPDU@@QAEAAVX880_ReturnResult@@H@Z @14712 NONAME ?BuildCallIntrusionForceRelesed@H450ServiceAPDU@@QAEXH@Z @14713 NONAME ?BuildCallIntrusionGetCIPL@H450ServiceAPDU@@QAEXH@Z @14714 NONAME ?BuildCallIntrusionImpending@H450ServiceAPDU@@QAEXH@Z @14715 NONAME ?BuildCallProceeding@H323SignalPDU@@QAEAAVH225_CallProceeding_UUIE@@ABVH323Connection@@@Z @8989 NONAME ?BuildCallProceeding@Q931@@QAEXH@Z @4644 NONAME ?BuildCallTransferAbandon@H450ServiceAPDU@@QAEXH@Z @13622 NONAME ?BuildCallTransferIdentify@H450ServiceAPDU@@QAEXH@Z @13623 NONAME ?BuildCallTransferInitiate@H450ServiceAPDU@@QAEXHABVPString@@0ABVH323TransportAddress@@@Z @9983 NONAME ?BuildCallTransferSetup@H450ServiceAPDU@@QAEXHABVPString@@@Z @9984 NONAME ?BuildCallWaiting@H450ServiceAPDU@@QAEXHH@Z @13624 NONAME ?BuildCloseLogicalChannel@H323ControlPDU@@QAEAAVH245_CloseLogicalChannel@@I@Z @4645 NONAME ?BuildCloseLogicalChannelAck@H323ControlPDU@@QAEAAVH245_CloseLogicalChannelAck@@I@Z @4646 NONAME ?BuildConnect@H323SignalPDU@@QAEAAVH225_Connect_UUIE@@ABVH323Connection@@@Z @8990 NONAME ?BuildConnect@H323SignalPDU@@QAEAAVH225_Connect_UUIE@@ABVH323Connection@@ABVAddress@PIPSocket@@G@Z @8991 NONAME ?BuildConnect@Q931@@QAEXH@Z @8996 NONAME ?BuildConnectAck@Q931@@QAEXHH@Z @32142 NONAME ?BuildConnectConfirm@X224@@QAEXXZ @4650 NONAME ?BuildConnectionToken@H323EndPoint@@SA?AVPString@@ABVH323Transport@@IH@Z @4651 NONAME ?BuildConnectRequest@X224@@QAEXXZ @4652 NONAME ?BuildData@X224@@QAEXABVPBYTEArray@@@Z @4653 NONAME ?BuildDescriptorConfirmation@H501PDU@@QAEAAVH501_DescriptorConfirmation@@I@Z @17817 NONAME ?BuildDescriptorIDConfirmation@H501PDU@@QAEAAVH501_DescriptorIDConfirmation@@I@Z @17818 NONAME ?BuildDescriptorIDRejection@H501PDU@@QAEAAVH501_DescriptorIDRejection@@II@Z @18136 NONAME ?BuildDescriptorIDRequest@H501PDU@@QAEAAVH501_DescriptorIDRequest@@IABVH323TransportAddressArray@@@Z @18676 NONAME ?BuildDescriptorRejection@H501PDU@@QAEAAVH501_DescriptorRejection@@II@Z @18137 NONAME ?BuildDescriptorRequest@H501PDU@@QAEAAVH501_DescriptorRequest@@IABVH323TransportAddressArray@@@Z @18677 NONAME ?BuildDescriptorUpdate@H501PDU@@QAEAAVH501_DescriptorUpdate@@IABVH323TransportAddressArray@@@Z @18678 NONAME ?BuildDescriptorUpdateAck@H501PDU@@QAEAAVH501_DescriptorUpdateAck@@I@Z @17824 NONAME ?BuildDisengageConfirm@H323RasPDU@@QAEAAVH225_DisengageConfirm@@I@Z @13039 NONAME ?BuildDisengageReject@H323RasPDU@@QAEAAVH225_DisengageReject@@II@Z @13040 NONAME ?BuildDisengageRequest@H323RasPDU@@QAEAAVH225_DisengageRequest@@I@Z @13041 NONAME ?BuildEndSessionCommand@H323ControlPDU@@QAEAAVH245_EndSessionCommand@@I@Z @4656 NONAME ?BuildFacility@H323SignalPDU@@QAEPAVH225_Facility_UUIE@@ABVH323Connection@@H@Z @8992 NONAME ?BuildFacility@Q931@@QAEXHH@Z @4658 NONAME ?BuildFunctionNotUnderstood@H323ControlPDU@@QAEAAVH245_FunctionNotUnderstood@@ABV1@@Z @4659 NONAME ?BuildGatekeeperConfirm@H323RasPDU@@QAEAAVH225_GatekeeperConfirm@@I@Z @13042 NONAME ?BuildGatekeeperReject@H323RasPDU@@QAEAAVH225_GatekeeperReject@@II@Z @13043 NONAME ?BuildGatekeeperRequest@H323RasPDU@@QAEAAVH225_GatekeeperRequest@@I@Z @13044 NONAME ?BuildInfoRequest@H323RasPDU@@QAEAAVH225_InfoRequest@@IIPBVOpalGloballyUniqueID@@@Z @14736 NONAME ?BuildInfoRequestAck@H323RasPDU@@QAEAAVH225_InfoRequestAck@@I@Z @14257 NONAME ?BuildInfoRequestNak@H323RasPDU@@QAEAAVH225_InfoRequestNak@@II@Z @14258 NONAME ?BuildInfoRequestResponse@H323Gatekeeper@@IAEAAVH225_InfoRequestResponse@@AAVH323RasPDU@@I@Z @14204 NONAME ?BuildInfoRequestResponse@H323RasPDU@@QAEAAVH225_InfoRequestResponse@@I@Z @13045 NONAME ?BuildInformation@H323SignalPDU@@QAEAAVH225_Information_UUIE@@ABVH323Connection@@@Z @12352 NONAME ?BuildInformation@Q931@@QAEXHH@Z @12353 NONAME ?BuildInvoke@H450ServiceAPDU@@QAEAAVX880_Invoke@@HH@Z @9985 NONAME ?BuildLocationConfirm@H323RasPDU@@QAEAAVH225_LocationConfirm@@I@Z @13046 NONAME ?BuildLocationReject@H323RasPDU@@QAEAAVH225_LocationReject@@II@Z @13047 NONAME ?BuildLocationRequest@H323RasPDU@@QAEAAVH225_LocationRequest@@I@Z @13048 NONAME ?BuildMasterSlaveDetermination@H323ControlPDU@@QAEAAVH245_MasterSlaveDetermination@@II@Z @4663 NONAME ?BuildMasterSlaveDeterminationAck@H323ControlPDU@@QAEAAVH245_MasterSlaveDeterminationAck@@H@Z @4664 NONAME ?BuildMasterSlaveDeterminationReject@H323ControlPDU@@QAEAAVH245_MasterSlaveDeterminationReject@@I@Z @4665 NONAME ?BuildNonStandardConfirmation@H501PDU@@QAEAAVH501_NonStandardConfirmation@@I@Z @17825 NONAME ?BuildNonStandardRejection@H501PDU@@QAEAAVH501_NonStandardRejection@@II@Z @18138 NONAME ?BuildNonStandardRequest@H501PDU@@QAEAAVH501_NonStandardRequest@@IABVH323TransportAddressArray@@@Z @18679 NONAME ?BuildNotify@H323SignalPDU@@QAEAAVH225_Notify_UUIE@@ABVH323Connection@@@Z @12354 NONAME ?BuildNotify@Q931@@QAEXHH@Z @12355 NONAME ?BuildOpenLogicalChannel@H323ControlPDU@@QAEAAVH245_OpenLogicalChannel@@I@Z @4666 NONAME ?BuildOpenLogicalChannelAck@H323ControlPDU@@QAEAAVH245_OpenLogicalChannelAck@@I@Z @4667 NONAME ?BuildOpenLogicalChannelConfirm@H323ControlPDU@@QAEAAVH245_OpenLogicalChannelConfirm@@I@Z @4668 NONAME ?BuildOpenLogicalChannelReject@H323ControlPDU@@QAEAAVH245_OpenLogicalChannelReject@@II@Z @4669 NONAME ?BuildPDU@H323Capabilities@@QBEXABVH323Connection@@AAVH245_TerminalCapabilitySet@@@Z @14280 NONAME ?BuildPDU@H501PDU@@IAEXII@Z @18175 NONAME ?BuildProgress@H323SignalPDU@@QAEAAVH225_Progress_UUIE@@ABVH323Connection@@@Z @12356 NONAME ?BuildProgress@Q931@@QAEXHHIII@Z @12357 NONAME ?BuildQ931@H323SignalPDU@@QAEXXZ @9286 NONAME ?BuildRegistrationConfirm@H323RasPDU@@QAEAAVH225_RegistrationConfirm@@I@Z @13049 NONAME ?BuildRegistrationReject@H323RasPDU@@QAEAAVH225_RegistrationReject@@II@Z @13050 NONAME ?BuildRegistrationRequest@H323RasPDU@@QAEAAVH225_RegistrationRequest@@I@Z @13051 NONAME ?BuildReject@H450ServiceAPDU@@QAEAAVX880_Reject@@H@Z @9986 NONAME ?BuildReleaseComplete@H323SignalPDU@@QAEAAVH225_ReleaseComplete_UUIE@@ABVH323Connection@@@Z @9151 NONAME ?BuildReleaseComplete@Q931@@QAEXHH@Z @4673 NONAME ?BuildRequest@H501PDU@@IAEXIIABVH323TransportAddressArray@@@Z @18680 NONAME ?BuildRequestChannelClose@H323ControlPDU@@QAEAAVH245_RequestChannelClose@@II@Z @4674 NONAME ?BuildRequestChannelCloseAck@H323ControlPDU@@QAEAAVH245_RequestChannelCloseAck@@I@Z @4675 NONAME ?BuildRequestChannelCloseReject@H323ControlPDU@@QAEAAVH245_RequestChannelCloseReject@@I@Z @4676 NONAME ?BuildRequestChannelCloseRelease@H323ControlPDU@@QAEAAVH245_RequestChannelCloseRelease@@I@Z @8987 NONAME ?BuildRequestInProgress@H323RasPDU@@QAEAAVH225_RequestInProgress@@II@Z @13460 NONAME ?BuildRequestInProgress@H501PDU@@QAEAAVH501_RequestInProgress@@II@Z @18381 NONAME ?BuildRequestMode@H323ControlPDU@@QAEAAVH245_RequestMode@@I@Z @4677 NONAME ?BuildRequestModeAck@H323ControlPDU@@QAEAAVH245_RequestModeAck@@II@Z @4678 NONAME ?BuildRequestModeReject@H323ControlPDU@@QAEAAVH245_RequestModeReject@@II@Z @4679 NONAME ?BuildReturnError@H450ServiceAPDU@@QAEAAVX880_ReturnError@@HH@Z @9987 NONAME ?BuildReturnResult@H450ServiceAPDU@@QAEAAVX880_ReturnResult@@H@Z @9988 NONAME ?BuildRoundTripDelayRequest@H323ControlPDU@@QAEAAVH245_RoundTripDelayRequest@@I@Z @4680 NONAME ?BuildRoundTripDelayResponse@H323ControlPDU@@QAEAAVH245_RoundTripDelayResponse@@I@Z @4681 NONAME ?BuildServiceConfirmation@H501PDU@@QAEAAVH501_ServiceConfirmation@@I@Z @17831 NONAME ?BuildServiceControlIndication@H323RasPDU@@QAEAAVH225_ServiceControlIndication@@IPBVOpalGloballyUniqueID@@@Z @16495 NONAME ?BuildServiceControlResponse@H323RasPDU@@QAEAAVH225_ServiceControlResponse@@I@Z @16496 NONAME ?BuildServiceRejection@H501PDU@@QAEAAVH501_ServiceRejection@@II@Z @18139 NONAME ?BuildServiceRelease@H501PDU@@QAEAAVH501_ServiceRelease@@I@Z @17833 NONAME ?BuildServiceRequest@H501PDU@@QAEAAVH501_ServiceRequest@@IABVH323TransportAddressArray@@@Z @18681 NONAME ?BuildSetup@H323SignalPDU@@QAEAAVH225_Setup_UUIE@@ABVH323Connection@@ABVH323TransportAddress@@@Z @9280 NONAME ?BuildSetup@Q931@@QAEXH@Z @8999 NONAME ?BuildSetupAcknowledge@H323SignalPDU@@QAEAAVH225_SetupAcknowledge_UUIE@@ABVH323Connection@@@Z @12358 NONAME ?BuildSetupAcknowledge@Q931@@QAEXH@Z @12359 NONAME ?BuildStatus@H323SignalPDU@@QAEAAVH225_Status_UUIE@@ABVH323Connection@@@Z @12360 NONAME ?BuildStatus@Q931@@QAEXHH@Z @4686 NONAME ?BuildStatusEnquiry@Q931@@QAEXHH@Z @10998 NONAME ?BuildStatusInquiry@H323SignalPDU@@QAEAAVH225_StatusInquiry_UUIE@@ABVH323Connection@@@Z @12361 NONAME ?BuildTerminalCapabilitySet@H323ControlPDU@@QAEAAVH245_TerminalCapabilitySet@@ABVH323Connection@@IH@Z @10999 NONAME ?BuildTerminalCapabilitySetAck@H323ControlPDU@@QAEAAVH245_TerminalCapabilitySetAck@@I@Z @4688 NONAME ?BuildTerminalCapabilitySetReject@H323ControlPDU@@QAEAAVH245_TerminalCapabilitySetReject@@II@Z @4689 NONAME ?BuildUnknownMessageResponse@H323RasPDU@@QAEAAVH225_UnknownMessageResponse@@I@Z @13052 NONAME ?BuildUnknownMessageResponse@H501PDU@@QAEAAVH501_UnknownMessageResponse@@I@Z @17835 NONAME ?BuildUnregistrationConfirm@H323RasPDU@@QAEAAVH225_UnregistrationConfirm@@I@Z @13053 NONAME ?BuildUnregistrationReject@H323RasPDU@@QAEAAVH225_UnregistrationReject@@II@Z @13054 NONAME ?BuildUnregistrationRequest@H323RasPDU@@QAEAAVH225_UnregistrationRequest@@I@Z @13055 NONAME ?BuildUsageConfirmation@H501PDU@@QAEAAVH501_UsageConfirmation@@I@Z @17836 NONAME ?BuildUsageIndicationConfirmation@H501PDU@@QAEAAVH501_UsageIndicationConfirmation@@I@Z @17837 NONAME ?BuildUsageIndicationRejection@H501PDU@@QAEAAVH501_UsageIndicationRejection@@II@Z @18140 NONAME ?BuildUsageRejection@H501PDU@@QAEAAVH501_UsageRejection@@I@Z @17839 NONAME ?BuildUsageRequest@H501PDU@@QAEAAVH501_UsageRequest@@IABVH323TransportAddressArray@@@Z @18682 NONAME ?BuildUserInputIndication@H323ControlPDU@@QAEAAVH245_UserInputIndication@@ABVPString@@@Z @4693 NONAME ?BuildUserInputIndication@H323ControlPDU@@QAEAAVH245_UserInputIndication@@DIII@Z @4694 NONAME ?BuildValidationConfirmation@H501PDU@@QAEAAVH501_ValidationConfirmation@@I@Z @17841 NONAME ?BuildValidationRejection@H501PDU@@QAEAAVH501_ValidationRejection@@II@Z @18141 NONAME ?BuildValidationRequest@H501PDU@@QAEAAVH501_ValidationRequest@@IABVH323TransportAddressArray@@@Z @18683 NONAME ?bv_rdct1@@YAXHPAFHPAEH@Z @4695 NONAME ?bv_rdct2@@YAXHPAFHPAE1H@Z @4696 NONAME ?bv_rdct3@@YAXHPAFHHPAE1H@Z @4697 NONAME ?Call@HandleTimeout_PNotifier@H245Negotiator@@UBEXAAVPObject@@H@Z @4698 NONAME ?Call@HandleTransactions_PNotifier@H323Transactor@@UBEXAAVPObject@@H@Z @18177 NONAME ?Call@MonitorMain_PNotifier@H323Gatekeeper@@UBEXAAVPObject@@H@Z @14205 NONAME ?Call@MonitorMain_PNotifier@H323GatekeeperServer@@UBEXAAVPObject@@H@Z @13994 NONAME ?Call@MonitorMain_PNotifier@H323PeerElement@@UBEXAAVPObject@@H@Z @17311 NONAME ?Call@OnCallIntrudeTimeOut_PNotifier@H45011Handler@@UBEXAAVPObject@@H@Z @14333 NONAME ?Call@OnCallTransferTimeOut_PNotifier@H4502Handler@@UBEXAAVPObject@@H@Z @13625 NONAME ?Call@OnLoadModule_PNotifier@PPluginModuleManager@@UBEXAAVPObject@@H@Z @30670 NONAME ?Call@OnUserInputInBandDTMF_PNotifier@H323Connection@@UBEXAAVPObject@@H@Z @13838 NONAME ?Call@OnUserInputInlineRFC2833_PNotifier@H323Connection@@UBEXAAVPObject@@H@Z @13798 NONAME ?Call@ReceivedPacket_PNotifier@OpalRFC2833@@UBEXAAVPObject@@H@Z @13799 NONAME ?Call@ReceivedPacket_PNotifier@OpalRtpToWavFile@@UBEXAAVPObject@@H@Z @14240 NONAME ?Call@ReceiveTimeout_PNotifier@OpalRFC2833@@UBEXAAVPObject@@H@Z @13800 NONAME ?Call@SlowHandler_PNotifier@H323Transaction@@UBEXAAVPObject@@H@Z @18382 NONAME ?Call@StatusHandler_PNotifier@OpalVoipBlasterDevice@@UBEXAAVPObject@@H@Z @13665 NONAME ?Call@TickleMonitor_PNotifier@H323Gatekeeper@@UBEXAAVPObject@@H@Z @14206 NONAME ?Call@TransmitEnded_PNotifier@OpalRFC2833@@UBEXAAVPObject@@H@Z @13801 NONAME ?Call@TransmitPacket_PNotifier@OpalRFC2833@@UBEXAAVPObject@@H@Z @13802 NONAME ?Call@UpdateAllDescriptors_PNotifier@H323PeerElement@@UBEXAAVPObject@@H@Z @18251 NONAME ?CanAutoCallForward@H323EndPoint@@QBEHXZ @29542 NONAME ?CanAutoStartReceiveFax@H323EndPoint@@QBEHXZ @29543 NONAME ?CanAutoStartReceiveVideo@H323EndPoint@@QBEHXZ @29544 NONAME ?CanAutoStartTransmitFax@H323EndPoint@@QBEHXZ @29545 NONAME ?CanAutoStartTransmitVideo@H323EndPoint@@QBEHXZ @29546 NONAME ?CanDisplayAmountString@H323EndPoint@@QBEHXZ @29547 NONAME ?CanDisplayAmountString@H323RegisteredEndPoint@@QBEHXZ @29548 NONAME ?CanEnforceDurationLimit@H323EndPoint@@QBEHXZ @29549 NONAME ?CanEnforceDurationLimit@H323RegisteredEndPoint@@QBEHXZ @29550 NONAME ?CanReceiveRIP@H323RegisteredEndPoint@@QBEHXZ @18969 NONAME ?CanSendRIP@H323Transaction@@QBEHXZ @29551 NONAME ?capacity@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QBEIXZ @32866 NONAME ?CheckAliasAddressPolicy@H323GatekeeperServer@@UAEHABVH323RegisteredEndPoint@@ABVH225_AdmissionRequest@@ABVH225_AliasAddress@@@Z @12818 NONAME ?CheckAliasStringPolicy@H323GatekeeperServer@@UAEHABVH323RegisteredEndPoint@@ABVH225_AdmissionRequest@@ABVPString@@@Z @12819 NONAME ?CheckCryptoTokens@H323GatekeeperRequest@@QAEHXZ @14771 NONAME ?CheckCryptoTokens@H323Transaction@@QAEHABVH235Authenticators@@@Z @18383 NONAME ?CheckCryptoTokens@H323Transactor@@IAEHABVH323TransactionPDU@@ABVPASN_Array@@I1I@Z @18384 NONAME ?CheckForResponse@H323Transactor@@IAEHIIPBVPASN_Choice@@@Z @18179 NONAME ?CheckGatekeeperIdentifier@H323GatekeeperRequest@@QAEHXZ @14772 NONAME ?CheckResponse@Request@H323Transactor@@QAEXIPBVPASN_Choice@@@Z @18180 NONAME ?CheckSignalAddressPolicy@H323GatekeeperServer@@UAEHABVH323RegisteredEndPoint@@ABVH225_AdmissionRequest@@ABVH323TransportAddress@@@Z @12821 NONAME ?Class@?$PArray@V?$PList@VH323Capability@@@@@@SAPBDXZ @29552 NONAME ?Class@?$PArray@VH323SimultaneousCapabilities@@@@SAPBDXZ @29553 NONAME ?Class@?$PArray@VH323TransportAddress@@@@SAPBDXZ @29554 NONAME ?Class@?$PArray@VReceiverReport@RTP_Session@@@@SAPBDXZ @29556 NONAME ?Class@?$PArray@VSourceDescription@RTP_Session@@@@SAPBDXZ @29557 NONAME ?Class@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@SAPBDXZ @29565 NONAME ?Class@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@SAPBDXZ @29566 NONAME ?Class@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@SAPBDXZ @29567 NONAME ?Class@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@SAPBDXZ @29568 NONAME ?Class@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@SAPBDXZ @29569 NONAME ?Class@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@SAPBDXZ @29570 NONAME ?Class@?$PDictionary@VPString@@VH323Connection@@@@SAPBDXZ @29571 NONAME ?Class@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@SAPBDXZ @29572 NONAME ?Class@?$PDictionary@VPString@@VPOrdinalKey@@@@SAPBDXZ @29573 NONAME ?Class@?$PList@VH235Authenticator@@@@SAPBDXZ @29574 NONAME ?Class@?$PList@VH245_GenericParameter@@@@SAPBDXZ @33258 NONAME ?Class@?$PList@VH263Packet@@@@SAPBDXZ @33694 NONAME ?Class@?$PList@VH323Capability@@@@SAPBDXZ @29576 NONAME ?Class@?$PList@VH323Channel@@@@SAPBDXZ @29577 NONAME ?Class@?$PList@VH323GatekeeperListener@@@@SAPBDXZ @29578 NONAME ?Class@?$PList@VH323Listener@@@@SAPBDXZ @29579 NONAME ?Class@?$PList@VH323Transactor@@@@SAPBDXZ @29580 NONAME ?Class@?$PList@VH450xHandler@@@@SAPBDXZ @29581 NONAME ?Class@?$PList@VOpalMediaFormat@@@@SAPBDXZ @29583 NONAME ?Class@?$PList@VPBYTEArray@@@@SAPBDXZ @29584 NONAME ?Class@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@SAPBDXZ @29589 NONAME ?Class@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@SAPBDXZ @29590 NONAME ?Class@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@SAPBDXZ @29591 NONAME ?Class@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@SAPBDXZ @29592 NONAME ?Class@?$PSafePtr@VH323GatekeeperCall@@@@SAPBDXZ @29593 NONAME ?Class@?$PSafePtr@VH323PeerElementDescriptor@@@@SAPBDXZ @29594 NONAME ?Class@?$PSafePtr@VH323PeerElementServiceRelationship@@@@SAPBDXZ @29595 NONAME ?Class@?$PSafePtr@VH323RegisteredEndPoint@@@@SAPBDXZ @29596 NONAME ?Class@?$PSet@VPOrdinalKey@@@@SAPBDXZ @29597 NONAME ?Class@?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@SAPBDXZ @29599 NONAME ?Class@?$PSortedList@VH225_AliasAddress@@@@SAPBDXZ @29600 NONAME ?Class@?$PSortedList@VH323GatekeeperCall@@@@SAPBDXZ @29601 NONAME ?Class@?$PSortedList@VH323PeerElementDescriptor@@@@SAPBDXZ @29602 NONAME ?Class@?$PSortedList@VH323PeerElementServiceRelationship@@@@SAPBDXZ @29603 NONAME ?Class@?$PSortedList@VMXRecord@PDNS@@@@SAPBDXZ @32867 NONAME ?Class@?$PSortedList@VResponse@H323Transactor@@@@SAPBDXZ @29605 NONAME ?Class@?$PSortedList@VSRVRecord@PDNS@@@@SAPBDXZ @32868 NONAME ?Class@AlternateInfo@H323Gatekeeper@@SAPBDXZ @29608 NONAME ?Class@ByteQueue@OpalVoipBlasterDevice@@SAPBDXZ @29609 NONAME ?Class@FilterInfo@H323Codec@@SAPBDXZ @29611 NONAME ?Class@G7231_File_Capability@@SAPBDXZ @29612 NONAME ?Class@G7231_File_Codec@@SAPBDXZ @29613 NONAME ?Class@H225CallThread@@SAPBDXZ @29614 NONAME ?Class@H225TransportThread@@SAPBDXZ @29615 NONAME ?Class@H225_RAS@@SAPBDXZ @29616 NONAME ?Class@H235AuthCAT@@SAPBDXZ @29617 NONAME ?Class@H235Authenticator@@SAPBDXZ @29618 NONAME ?Class@H235Authenticators@@SAPBDXZ @29619 NONAME ?Class@H235AuthProcedure1@@SAPBDXZ @29620 NONAME ?Class@H235AuthSimpleMD5@@SAPBDXZ @29621 NONAME ?Class@H245NegLogicalChannel@@SAPBDXZ @29622 NONAME ?Class@H245NegLogicalChannels@@SAPBDXZ @29623 NONAME ?Class@H245NegMasterSlaveDetermination@@SAPBDXZ @29624 NONAME ?Class@H245Negotiator@@SAPBDXZ @29625 NONAME ?Class@H245NegRequestMode@@SAPBDXZ @29626 NONAME ?Class@H245NegRoundTripDelay@@SAPBDXZ @29627 NONAME ?Class@H245NegTerminalCapabilitySet@@SAPBDXZ @29628 NONAME ?Class@H245TransportThread@@SAPBDXZ @29629 NONAME ?Class@H263Packet@@SAPBDXZ @33695 NONAME ?Class@H263PacketList@@SAPBDXZ @33696 NONAME ?Class@H323AudioCapability@@SAPBDXZ @29632 NONAME ?Class@H323AudioCodec@@SAPBDXZ @29633 NONAME ?Class@H323BidirectionalChannel@@SAPBDXZ @29634 NONAME ?Class@H323CallCreditServiceControl@@SAPBDXZ @29635 NONAME ?Class@H323Capabilities@@SAPBDXZ @29636 NONAME ?Class@H323CapabilitiesSet@@SAPBDXZ @29637 NONAME ?Class@H323Capability@@SAPBDXZ @29638 NONAME ?Class@H323Channel@@SAPBDXZ @29640 NONAME ?Class@H323ChannelNumber@@SAPBDXZ @29641 NONAME ?Class@H323Codec@@SAPBDXZ @29642 NONAME ?Class@H323CodecPluginGenericAudioCapability@@SAPBDXZ @33259 NONAME ?Class@H323CodecPluginNonStandardAudioCapability@@SAPBDXZ @29643 NONAME ?Class@H323Connection@@SAPBDXZ @29644 NONAME ?Class@H323ConnectionsCleaner@@SAPBDXZ @29645 NONAME ?Class@H323ControlPDU@@SAPBDXZ @29646 NONAME ?Class@H323DataCapability@@SAPBDXZ @29647 NONAME ?Class@H323DataChannel@@SAPBDXZ @29648 NONAME ?Class@H323DynaLink@@SAPBDXZ @30650 NONAME ?Class@H323EndPoint@@SAPBDXZ @29649 NONAME ?Class@H323FramedAudioCodec@@SAPBDXZ @29650 NONAME ?Class@H323Gatekeeper@@SAPBDXZ @29651 NONAME ?Class@H323GatekeeperARQ@@SAPBDXZ @29652 NONAME ?Class@H323GatekeeperBRQ@@SAPBDXZ @29653 NONAME ?Class@H323GatekeeperCall@@SAPBDXZ @29654 NONAME ?Class@H323GatekeeperDRQ@@SAPBDXZ @29655 NONAME ?Class@H323GatekeeperGRQ@@SAPBDXZ @29656 NONAME ?Class@H323GatekeeperIRR@@SAPBDXZ @29657 NONAME ?Class@H323GatekeeperListener@@SAPBDXZ @29658 NONAME ?Class@H323GatekeeperLRQ@@SAPBDXZ @29659 NONAME ?Class@H323GatekeeperRequest@@SAPBDXZ @29660 NONAME ?Class@H323GatekeeperRRQ@@SAPBDXZ @29661 NONAME ?Class@H323GatekeeperServer@@SAPBDXZ @29662 NONAME ?Class@H323GatekeeperURQ@@SAPBDXZ @29663 NONAME ?Class@H323GenericVideoCapability@@SAPBDXZ @33260 NONAME ?Class@H323GSMPluginCapability@@SAPBDXZ @29664 NONAME ?Class@H323H248ServiceControl@@SAPBDXZ @29665 NONAME ?Class@H323HTTPServiceControl@@SAPBDXZ @29667 NONAME ?Class@H323Listener@@SAPBDXZ @29668 NONAME ?Class@H323ListenerTCP@@SAPBDXZ @29669 NONAME ?Class@H323LogicalChannelThread@@SAPBDXZ @29670 NONAME ?Class@H323NonStandardAudioCapability@@SAPBDXZ @29671 NONAME ?Class@H323NonStandardDataCapability@@SAPBDXZ @29672 NONAME ?Class@H323NonStandardVideoCapability@@SAPBDXZ @29673 NONAME ?Class@H323PeerElement@@SAPBDXZ @29674 NONAME ?Class@H323PeerElementDescriptor@@SAPBDXZ @29675 NONAME ?Class@H323PeerElementServiceRelationship@@SAPBDXZ @29676 NONAME ?Class@H323PluginCapability@@SAPBDXZ @29678 NONAME ?Class@H323PluginCodecManager@@SAPBDXZ @30983 NONAME ?Class@H323PluginFramedAudioCodec@@SAPBDXZ @30693 NONAME ?Class@H323PluginG7231Capability@@SAPBDXZ @29679 NONAME ?Class@H323PluginVideoCodec@@SAPBDXZ @29680 NONAME ?Class@H323RasPDU@@SAPBDXZ @29681 NONAME ?Class@H323RealTimeCapability@@SAPBDXZ @29682 NONAME ?Class@H323RegisteredEndPoint@@SAPBDXZ @29683 NONAME ?Class@H323ServiceControlSession@@SAPBDXZ @29684 NONAME ?Class@H323SignalPDU@@SAPBDXZ @29685 NONAME ?Class@H323SimultaneousCapabilities@@SAPBDXZ @29686 NONAME ?Class@H323StreamedAudioCodec@@SAPBDXZ @29687 NONAME ?Class@H323StreamedPluginAudioCodec@@SAPBDXZ @30694 NONAME ?Class@H323Transaction@@SAPBDXZ @29688 NONAME ?Class@H323TransactionServer@@SAPBDXZ @29689 NONAME ?Class@H323Transactor@@SAPBDXZ @29690 NONAME ?Class@H323Transport@@SAPBDXZ @29691 NONAME ?Class@H323TransportAddress@@SAPBDXZ @29692 NONAME ?Class@H323TransportAddressArray@@SAPBDXZ @29693 NONAME ?Class@H323TransportIP@@SAPBDXZ @29694 NONAME ?Class@H323TransportTCP@@SAPBDXZ @29695 NONAME ?Class@H323TransportUDP@@SAPBDXZ @29696 NONAME ?Class@H323UnidirectionalChannel@@SAPBDXZ @29697 NONAME ?Class@H323VideoCapability@@SAPBDXZ @29698 NONAME ?Class@H323VideoCodec@@SAPBDXZ @29699 NONAME ?Class@H323_ALawCodec@@SAPBDXZ @29700 NONAME ?Class@H323_AnnexG@@SAPBDXZ @29701 NONAME ?Class@H323_CiscoG7231aLIDCapability@@SAPBDXZ @29702 NONAME ?Class@H323_ExternalRTPChannel@@SAPBDXZ @29703 NONAME ?Class@H323_G711Capability@@SAPBDXZ @29706 NONAME ?Class@H323_H261Capability@@SAPBDXZ @29714 NONAME ?Class@H323_H261Codec@@SAPBDXZ @29715 NONAME ?Class@H323_LIDCapability@@SAPBDXZ @29718 NONAME ?Class@H323_LIDCodec@@SAPBDXZ @29719 NONAME ?Class@H323_muLawCodec@@SAPBDXZ @29722 NONAME ?Class@H323_RealTimeChannel@@SAPBDXZ @29723 NONAME ?Class@H323_RFC2190_H263Capability@@SAPBDXZ @33697 NONAME ?Class@H323_RFC2190_H263Codec@@SAPBDXZ @33698 NONAME ?Class@H323_RTPChannel@@SAPBDXZ @29724 NONAME ?Class@H323_RTP_Session@@SAPBDXZ @29725 NONAME ?Class@H323_RTP_UDP@@SAPBDXZ @29726 NONAME ?Class@H323_T120Capability@@SAPBDXZ @29727 NONAME ?Class@H323_T120Channel@@SAPBDXZ @29728 NONAME ?Class@H323_T38Capability@@SAPBDXZ @29729 NONAME ?Class@H323_T38Channel@@SAPBDXZ @29730 NONAME ?Class@H323_T38NonStandardCapability@@SAPBDXZ @29731 NONAME ?Class@H323_UserInputCapability@@SAPBDXZ @29732 NONAME ?Class@H45011Handler@@SAPBDXZ @29733 NONAME ?Class@H4502Handler@@SAPBDXZ @29734 NONAME ?Class@H4504Handler@@SAPBDXZ @29735 NONAME ?Class@H4506Handler@@SAPBDXZ @29736 NONAME ?Class@H450xDispatcher@@SAPBDXZ @29737 NONAME ?Class@H450xHandler@@SAPBDXZ @29738 NONAME ?Class@H501AccessRequest@@SAPBDXZ @29739 NONAME ?Class@H501DescriptorUpdate@@SAPBDXZ @29740 NONAME ?Class@H501PDU@@SAPBDXZ @29741 NONAME ?Class@H501ServiceRequest@@SAPBDXZ @29742 NONAME ?Class@H501Transaction@@SAPBDXZ @29743 NONAME ?Class@MXRecordList@PDNS@@SAPBDXZ @32869 NONAME ?Class@OpalFactoryCodec@@SAPBDXZ @32484 NONAME ?Class@OpalG711ALaw64k_Base@@SAPBDXZ @32485 NONAME ?Class@OpalG711ALaw64k_Decoder@@SAPBDXZ @32486 NONAME ?Class@OpalG711ALaw64k_Encoder@@SAPBDXZ @32487 NONAME ?Class@OpalG711uLaw64k_Base@@SAPBDXZ @32488 NONAME ?Class@OpalG711uLaw64k_Decoder@@SAPBDXZ @32489 NONAME ?Class@OpalG711uLaw64k_Encoder@@SAPBDXZ @32490 NONAME ?Class@OpalGloballyUniqueID@@SAPBDXZ @29749 NONAME ?Class@OpalIxJDevice@@SAPBDXZ @29750 NONAME ?Class@OpalLineChannel@@SAPBDXZ @29751 NONAME ?Class@OpalLineInterfaceDevice@@SAPBDXZ @29752 NONAME ?Class@OpalMediaFormat@@SAPBDXZ @29753 NONAME ?Class@OpalPluginCodec@@SAPBDXZ @32491 NONAME ?Class@OpalRFC2833@@SAPBDXZ @29754 NONAME ?Class@OpalRFC2833Info@@SAPBDXZ @29755 NONAME ?Class@OpalRtpToWavFile@@SAPBDXZ @29756 NONAME ?Class@OpalT120Protocol@@SAPBDXZ @29757 NONAME ?Class@OpalT38Protocol@@SAPBDXZ @29758 NONAME ?Class@OpalVoipBlasterDevice@@SAPBDXZ @29759 NONAME ?Class@OpalVXMLSession@@SAPBDXZ @29760 NONAME ?Class@OpalWAVFile@@SAPBDXZ @29761 NONAME ?Class@PASN_Array@@SAPBDXZ @29768 NONAME ?Class@PASN_BitString@@SAPBDXZ @29769 NONAME ?Class@PASN_BMPString@@SAPBDXZ @29770 NONAME ?Class@PASN_Boolean@@SAPBDXZ @29771 NONAME ?Class@PASN_Choice@@SAPBDXZ @29772 NONAME ?Class@PASN_ConstrainedObject@@SAPBDXZ @29773 NONAME ?Class@PASN_ConstrainedString@@SAPBDXZ @29774 NONAME ?Class@PASN_Enumeration@@SAPBDXZ @29775 NONAME ?Class@PASN_GeneralisedTime@@SAPBDXZ @29776 NONAME ?Class@PASN_GeneralString@@SAPBDXZ @29777 NONAME ?Class@PASN_IA5String@@SAPBDXZ @29778 NONAME ?Class@PASN_Integer@@SAPBDXZ @29779 NONAME ?Class@PASN_Null@@SAPBDXZ @29780 NONAME ?Class@PASN_NumericString@@SAPBDXZ @29781 NONAME ?Class@PASN_Object@@SAPBDXZ @29782 NONAME ?Class@PASN_ObjectId@@SAPBDXZ @29783 NONAME ?Class@PASN_OctetString@@SAPBDXZ @29784 NONAME ?Class@PASN_PrintableString@@SAPBDXZ @29785 NONAME ?Class@PASN_Sequence@@SAPBDXZ @29786 NONAME ?Class@PASN_Stream@@SAPBDXZ @29787 NONAME ?Class@PASN_VisibleString@@SAPBDXZ @29788 NONAME ?Class@PLDAPAttributeBase@@SAPBDXZ @29799 NONAME ?Class@PLDAPStructBase@@SAPBDXZ @29800 NONAME ?Class@PluginLoader@@SAPBDXZ @32990 NONAME ?Class@PPER_Stream@@SAPBDXZ @29806 NONAME ?Class@PVXMLSession@@SAPBDXZ @29821 NONAME ?Class@PWAVFile@@SAPBDXZ @29822 NONAME ?Class@Q931@@SAPBDXZ @29823 NONAME ?Class@ReceiverReport@RTP_Session@@SAPBDXZ @29824 NONAME ?Class@Request@H323Transactor@@SAPBDXZ @29825 NONAME ?Class@Response@H323Transactor@@SAPBDXZ @29826 NONAME ?Class@RFC2190_FfmpgLink@@SAPBDXZ @33699 NONAME ?Class@RTP_ControlFrame@@SAPBDXZ @29827 NONAME ?Class@RTP_DataFrame@@SAPBDXZ @29828 NONAME ?Class@RTP_JitterBuffer@@SAPBDXZ @29829 NONAME ?Class@RTP_QOS@@SAPBDXZ @29830 NONAME ?Class@RTP_Session@@SAPBDXZ @29831 NONAME ?Class@RTP_SessionManager@@SAPBDXZ @29832 NONAME ?Class@RTP_UDP@@SAPBDXZ @29833 NONAME ?Class@RTP_UserData@@SAPBDXZ @29834 NONAME ?Class@SenderReport@RTP_Session@@SAPBDXZ @29836 NONAME ?Class@SourceDescription@RTP_Session@@SAPBDXZ @29837 NONAME ?Class@SRVRecordList@PDNS@@SAPBDXZ @32870 NONAME ?Class@StringMap@H323GatekeeperServer@@SAPBDXZ @29838 NONAME ?Class@T120ConnectPDU@@SAPBDXZ @29839 NONAME ?Class@T120_X224@@SAPBDXZ @29840 NONAME ?Class@VoipBlasterInterface@@SAPBDXZ @29842 NONAME ?Class@X224@@SAPBDXZ @29843 NONAME ?CleanUpConnections@H323EndPoint@@UAEXXZ @32143 NONAME ?CleanUpOnCallEnd@H323Connection@@UAEXXZ @4703 NONAME ?CleanUpOnTermination@H323Channel@@UAEXXZ @4704 NONAME ?CleanUpOnTermination@H323DataChannel@@UAEXXZ @12666 NONAME ?CleanUpOnTermination@H323Transport@@QAEXXZ @4705 NONAME ?CleanUpOnTermination@H323_RTPChannel@@UAEXXZ @4706 NONAME ?CleanUpOnTermination@H323_T38Channel@@UAEXXZ @13552 NONAME ?CleanUpOnTermination@OpalT38Protocol@@UAEXXZ @13553 NONAME ?clear@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAEXXZ @32243 NONAME ?clear@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @32871 NONAME ?clear@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @31932 NONAME ?clear@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @31933 NONAME ?clear@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @32492 NONAME ?clear@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @31934 NONAME ?ClearAllCalls@H323EndPoint@@UAEXW4CallEndReason@H323Connection@@H@Z @9351 NONAME ?ClearCall@H323Connection@@UAEHW4CallEndReason@1@@Z @9352 NONAME ?ClearCall@H323EndPoint@@UAEHABVPString@@W4CallEndReason@H323Connection@@@Z @9353 NONAME ?ClearCallSynchronous@H323Connection@@UAEHPAVPSyncPoint@@W4CallEndReason@1@@Z @9354 NONAME ?ClearCallSynchronous@H323EndPoint@@UAEHABVPString@@W4CallEndReason@H323Connection@@@Z @9355 NONAME ?ClearCallSynchronous@H323EndPoint@@UAEHABVPString@@W4CallEndReason@H323Connection@@PAVPSyncPoint@@@Z @9356 NONAME ?ClearInfoRequestRate@H323Gatekeeper@@IAEXXZ @14920 NONAME ?Clone@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBEPAVPObject@@XZ @12435 NONAME ?Clone@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBEPAVPObject@@XZ @12436 NONAME ?Clone@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBEPAVPObject@@XZ @12437 NONAME ?Clone@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBEPAVPObject@@XZ @12438 NONAME ?Clone@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBEPAVPObject@@XZ @12439 NONAME ?Clone@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBEPAVPObject@@XZ @12440 NONAME ?Clone@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBEPAVPObject@@XZ @12441 NONAME ?Clone@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBEPAVPObject@@XZ @12442 NONAME ?Clone@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBEPAVPObject@@XZ @12443 NONAME ?Clone@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBEPAVPObject@@XZ @12444 NONAME ?Clone@?$PArray@V?$PList@VH323Capability@@@@@@UBEPAVPObject@@XZ @4720 NONAME ?Clone@?$PArray@VH323SimultaneousCapabilities@@@@UBEPAVPObject@@XZ @4721 NONAME ?Clone@?$PArray@VH323TransportAddress@@@@UBEPAVPObject@@XZ @18181 NONAME ?Clone@?$PArray@VReceiverReport@RTP_Session@@@@UBEPAVPObject@@XZ @8925 NONAME ?Clone@?$PArray@VSourceDescription@RTP_Session@@@@UBEPAVPObject@@XZ @8926 NONAME ?Clone@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UBEPAVPObject@@XZ @4723 NONAME ?Clone@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UBEPAVPObject@@XZ @15934 NONAME ?Clone@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UBEPAVPObject@@XZ @13161 NONAME ?Clone@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UBEPAVPObject@@XZ @4724 NONAME ?Clone@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UBEPAVPObject@@XZ @18182 NONAME ?Clone@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UBEPAVPObject@@XZ @4725 NONAME ?Clone@?$PDictionary@VPString@@VH323Connection@@@@UBEPAVPObject@@XZ @4726 NONAME ?Clone@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UBEPAVPObject@@XZ @12823 NONAME ?Clone@?$PDictionary@VPString@@VPOrdinalKey@@@@UBEPAVPObject@@XZ @18252 NONAME ?Clone@?$PList@VH235Authenticator@@@@UBEPAVPObject@@XZ @29844 NONAME ?Clone@?$PList@VH245_GenericParameter@@@@UBEPAVPObject@@XZ @33261 NONAME ?Clone@?$PList@VH263Packet@@@@UBEPAVPObject@@XZ @33700 NONAME ?Clone@?$PList@VH323Capability@@@@UBEPAVPObject@@XZ @4727 NONAME ?Clone@?$PList@VH323Channel@@@@UBEPAVPObject@@XZ @4728 NONAME ?Clone@?$PList@VH323GatekeeperListener@@@@UBEPAVPObject@@XZ @12824 NONAME ?Clone@?$PList@VH323Listener@@@@UBEPAVPObject@@XZ @4730 NONAME ?Clone@?$PList@VH323Transactor@@@@UBEPAVPObject@@XZ @17313 NONAME ?Clone@?$PList@VH450xHandler@@@@UBEPAVPObject@@XZ @13162 NONAME ?Clone@?$PList@VOpalMediaFormat@@@@UBEPAVPObject@@XZ @9437 NONAME ?Clone@?$PList@VPBYTEArray@@@@UBEPAVPObject@@XZ @16524 NONAME ?Clone@?$PSet@VPOrdinalKey@@@@UBEPAVPObject@@XZ @18253 NONAME ?Clone@?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@UBEPAVPObject@@XZ @14406 NONAME ?Clone@?$PSortedList@VH225_AliasAddress@@@@UBEPAVPObject@@XZ @18385 NONAME ?Clone@?$PSortedList@VH323GatekeeperCall@@@@UBEPAVPObject@@XZ @12825 NONAME ?Clone@?$PSortedList@VH323PeerElementDescriptor@@@@UBEPAVPObject@@XZ @18040 NONAME ?Clone@?$PSortedList@VH323PeerElementServiceRelationship@@@@UBEPAVPObject@@XZ @18041 NONAME ?Clone@?$PSortedList@VMXRecord@PDNS@@@@UBEPAVPObject@@XZ @32872 NONAME ?Clone@?$PSortedList@VResponse@H323Transactor@@@@UBEPAVPObject@@XZ @18183 NONAME ?Clone@?$PSortedList@VSRVRecord@PDNS@@@@UBEPAVPObject@@XZ @32873 NONAME ?Clone@G7231_File_Capability@@UBEPAVPObject@@XZ @14570 NONAME ?Clone@GCC_AlternativeNodeID@@UBEPAVPObject@@XZ @4731 NONAME ?Clone@GCC_ApplicationInvokeIndication@@UBEPAVPObject@@XZ @4732 NONAME ?Clone@GCC_ApplicationInvokeSpecifier@@UBEPAVPObject@@XZ @4733 NONAME ?Clone@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@UBEPAVPObject@@XZ @4734 NONAME ?Clone@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBEPAVPObject@@XZ @4735 NONAME ?Clone@GCC_ApplicationRecord@@UBEPAVPObject@@XZ @4736 NONAME ?Clone@GCC_ApplicationRecord_nonCollapsingCapabilities@@UBEPAVPObject@@XZ @4737 NONAME ?Clone@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBEPAVPObject@@XZ @4738 NONAME ?Clone@GCC_ArrayOf_ApplicationInvokeSpecifier@@UBEPAVPObject@@XZ @4739 NONAME ?Clone@GCC_ArrayOf_ChallengeItem@@UBEPAVPObject@@XZ @4740 NONAME ?Clone@GCC_ArrayOf_ConferenceDescriptor@@UBEPAVPObject@@XZ @4741 NONAME ?Clone@GCC_ArrayOf_Privilege@@UBEPAVPObject@@XZ @4742 NONAME ?Clone@GCC_ArrayOf_TextString@@UBEPAVPObject@@XZ @4743 NONAME ?Clone@GCC_ArrayOf_UserID@@UBEPAVPObject@@XZ @4744 NONAME ?Clone@GCC_AsymmetryIndicator@@UBEPAVPObject@@XZ @4745 NONAME ?Clone@GCC_CapabilityClass@@UBEPAVPObject@@XZ @4746 NONAME ?Clone@GCC_CapabilityID@@UBEPAVPObject@@XZ @4747 NONAME ?Clone@GCC_ChallengeItem@@UBEPAVPObject@@XZ @4748 NONAME ?Clone@GCC_ChallengeRequest@@UBEPAVPObject@@XZ @4749 NONAME ?Clone@GCC_ChallengeResponse@@UBEPAVPObject@@XZ @4750 NONAME ?Clone@GCC_ChallengeResponseAlgorithm@@UBEPAVPObject@@XZ @4751 NONAME ?Clone@GCC_ChallengeResponseItem@@UBEPAVPObject@@XZ @4752 NONAME ?Clone@GCC_ChannelID@@UBEPAVPObject@@XZ @4753 NONAME ?Clone@GCC_ChannelType@@UBEPAVPObject@@XZ @4754 NONAME ?Clone@GCC_ConductorAssignIndication@@UBEPAVPObject@@XZ @4755 NONAME ?Clone@GCC_ConductorPermissionAskIndication@@UBEPAVPObject@@XZ @4756 NONAME ?Clone@GCC_ConductorPermissionGrantIndication@@UBEPAVPObject@@XZ @4757 NONAME ?Clone@GCC_ConductorReleaseIndication@@UBEPAVPObject@@XZ @4758 NONAME ?Clone@GCC_ConferenceAddRequest@@UBEPAVPObject@@XZ @4759 NONAME ?Clone@GCC_ConferenceAddResponse@@UBEPAVPObject@@XZ @4760 NONAME ?Clone@GCC_ConferenceAddResponse_result@@UBEPAVPObject@@XZ @4761 NONAME ?Clone@GCC_ConferenceAssistanceIndication@@UBEPAVPObject@@XZ @4762 NONAME ?Clone@GCC_ConferenceCreateRequest@@UBEPAVPObject@@XZ @4763 NONAME ?Clone@GCC_ConferenceCreateResponse@@UBEPAVPObject@@XZ @4764 NONAME ?Clone@GCC_ConferenceCreateResponse_result@@UBEPAVPObject@@XZ @4765 NONAME ?Clone@GCC_ConferenceDescriptor@@UBEPAVPObject@@XZ @4766 NONAME ?Clone@GCC_ConferenceEjectUserIndication@@UBEPAVPObject@@XZ @4767 NONAME ?Clone@GCC_ConferenceEjectUserIndication_reason@@UBEPAVPObject@@XZ @4768 NONAME ?Clone@GCC_ConferenceEjectUserRequest@@UBEPAVPObject@@XZ @4769 NONAME ?Clone@GCC_ConferenceEjectUserRequest_reason@@UBEPAVPObject@@XZ @4770 NONAME ?Clone@GCC_ConferenceEjectUserResponse@@UBEPAVPObject@@XZ @4771 NONAME ?Clone@GCC_ConferenceEjectUserResponse_result@@UBEPAVPObject@@XZ @4772 NONAME ?Clone@GCC_ConferenceInviteRequest@@UBEPAVPObject@@XZ @4773 NONAME ?Clone@GCC_ConferenceInviteResponse@@UBEPAVPObject@@XZ @4774 NONAME ?Clone@GCC_ConferenceInviteResponse_result@@UBEPAVPObject@@XZ @4775 NONAME ?Clone@GCC_ConferenceJoinRequest@@UBEPAVPObject@@XZ @4776 NONAME ?Clone@GCC_ConferenceJoinResponse@@UBEPAVPObject@@XZ @4777 NONAME ?Clone@GCC_ConferenceJoinResponse_result@@UBEPAVPObject@@XZ @4778 NONAME ?Clone@GCC_ConferenceLockIndication@@UBEPAVPObject@@XZ @4779 NONAME ?Clone@GCC_ConferenceLockRequest@@UBEPAVPObject@@XZ @4780 NONAME ?Clone@GCC_ConferenceLockResponse@@UBEPAVPObject@@XZ @4781 NONAME ?Clone@GCC_ConferenceLockResponse_result@@UBEPAVPObject@@XZ @4782 NONAME ?Clone@GCC_ConferenceName@@UBEPAVPObject@@XZ @4783 NONAME ?Clone@GCC_ConferenceNameModifier@@UBEPAVPObject@@XZ @4784 NONAME ?Clone@GCC_ConferenceNameSelector@@UBEPAVPObject@@XZ @4785 NONAME ?Clone@GCC_ConferencePriority@@UBEPAVPObject@@XZ @4786 NONAME ?Clone@GCC_ConferencePriorityScheme@@UBEPAVPObject@@XZ @4787 NONAME ?Clone@GCC_ConferenceQueryRequest@@UBEPAVPObject@@XZ @4788 NONAME ?Clone@GCC_ConferenceQueryResponse@@UBEPAVPObject@@XZ @4789 NONAME ?Clone@GCC_ConferenceQueryResponse_result@@UBEPAVPObject@@XZ @4790 NONAME ?Clone@GCC_ConferenceTerminateIndication@@UBEPAVPObject@@XZ @4791 NONAME ?Clone@GCC_ConferenceTerminateIndication_reason@@UBEPAVPObject@@XZ @4792 NONAME ?Clone@GCC_ConferenceTerminateRequest@@UBEPAVPObject@@XZ @4793 NONAME ?Clone@GCC_ConferenceTerminateRequest_reason@@UBEPAVPObject@@XZ @4794 NONAME ?Clone@GCC_ConferenceTerminateResponse@@UBEPAVPObject@@XZ @4795 NONAME ?Clone@GCC_ConferenceTerminateResponse_result@@UBEPAVPObject@@XZ @4796 NONAME ?Clone@GCC_ConferenceTimeExtendIndication@@UBEPAVPObject@@XZ @4797 NONAME ?Clone@GCC_ConferenceTimeInquireIndication@@UBEPAVPObject@@XZ @4798 NONAME ?Clone@GCC_ConferenceTimeRemainingIndication@@UBEPAVPObject@@XZ @4799 NONAME ?Clone@GCC_ConferenceTransferIndication@@UBEPAVPObject@@XZ @4800 NONAME ?Clone@GCC_ConferenceTransferRequest@@UBEPAVPObject@@XZ @4801 NONAME ?Clone@GCC_ConferenceTransferResponse@@UBEPAVPObject@@XZ @4802 NONAME ?Clone@GCC_ConferenceTransferResponse_result@@UBEPAVPObject@@XZ @4803 NONAME ?Clone@GCC_ConferenceUnlockIndication@@UBEPAVPObject@@XZ @4804 NONAME ?Clone@GCC_ConferenceUnlockRequest@@UBEPAVPObject@@XZ @4805 NONAME ?Clone@GCC_ConferenceUnlockResponse@@UBEPAVPObject@@XZ @4806 NONAME ?Clone@GCC_ConferenceUnlockResponse_result@@UBEPAVPObject@@XZ @4807 NONAME ?Clone@GCC_ConnectData@@UBEPAVPObject@@XZ @4808 NONAME ?Clone@GCC_ConnectGCCPDU@@UBEPAVPObject@@XZ @4809 NONAME ?Clone@GCC_DialingString@@UBEPAVPObject@@XZ @4810 NONAME ?Clone@GCC_DynamicChannelID@@UBEPAVPObject@@XZ @4811 NONAME ?Clone@GCC_DynamicTokenID@@UBEPAVPObject@@XZ @4812 NONAME ?Clone@GCC_EntityID@@UBEPAVPObject@@XZ @4813 NONAME ?Clone@GCC_ExtraDialingString@@UBEPAVPObject@@XZ @4814 NONAME ?Clone@GCC_FunctionNotSupportedResponse@@UBEPAVPObject@@XZ @4815 NONAME ?Clone@GCC_GCCPDU@@UBEPAVPObject@@XZ @4816 NONAME ?Clone@GCC_H221NonStandardIdentifier@@UBEPAVPObject@@XZ @4817 NONAME ?Clone@GCC_Handle@@UBEPAVPObject@@XZ @4818 NONAME ?Clone@GCC_IndicationPDU@@UBEPAVPObject@@XZ @4819 NONAME ?Clone@GCC_Key@@UBEPAVPObject@@XZ @4820 NONAME ?Clone@GCC_NetworkAddress@@UBEPAVPObject@@XZ @4821 NONAME ?Clone@GCC_NetworkAddress_subtype@@UBEPAVPObject@@XZ @4822 NONAME ?Clone@GCC_NetworkAddress_subtype_aggregatedChannel@@UBEPAVPObject@@XZ @4823 NONAME ?Clone@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBEPAVPObject@@XZ @4824 NONAME ?Clone@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBEPAVPObject@@XZ @4825 NONAME ?Clone@GCC_NetworkAddress_subtype_transportConnection@@UBEPAVPObject@@XZ @4826 NONAME ?Clone@GCC_NodeProperties@@UBEPAVPObject@@XZ @4827 NONAME ?Clone@GCC_NodeRecord@@UBEPAVPObject@@XZ @4828 NONAME ?Clone@GCC_NodeType@@UBEPAVPObject@@XZ @4829 NONAME ?Clone@GCC_NonStandardParameter@@UBEPAVPObject@@XZ @4830 NONAME ?Clone@GCC_NonStandardPDU@@UBEPAVPObject@@XZ @4831 NONAME ?Clone@GCC_Password@@UBEPAVPObject@@XZ @4832 NONAME ?Clone@GCC_PasswordChallengeRequestResponse@@UBEPAVPObject@@XZ @4833 NONAME ?Clone@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBEPAVPObject@@XZ @4834 NONAME ?Clone@GCC_PasswordSelector@@UBEPAVPObject@@XZ @4835 NONAME ?Clone@GCC_Privilege@@UBEPAVPObject@@XZ @4836 NONAME ?Clone@GCC_RegistryAllocateHandleRequest@@UBEPAVPObject@@XZ @4837 NONAME ?Clone@GCC_RegistryAllocateHandleResponse@@UBEPAVPObject@@XZ @4838 NONAME ?Clone@GCC_RegistryAllocateHandleResponse_result@@UBEPAVPObject@@XZ @4839 NONAME ?Clone@GCC_RegistryAssignTokenRequest@@UBEPAVPObject@@XZ @4840 NONAME ?Clone@GCC_RegistryDeleteEntryRequest@@UBEPAVPObject@@XZ @4841 NONAME ?Clone@GCC_RegistryEntryOwner@@UBEPAVPObject@@XZ @4842 NONAME ?Clone@GCC_RegistryEntryOwner_owned@@UBEPAVPObject@@XZ @4843 NONAME ?Clone@GCC_RegistryItem@@UBEPAVPObject@@XZ @4844 NONAME ?Clone@GCC_RegistryKey@@UBEPAVPObject@@XZ @4845 NONAME ?Clone@GCC_RegistryModificationRights@@UBEPAVPObject@@XZ @4846 NONAME ?Clone@GCC_RegistryMonitorEntryIndication@@UBEPAVPObject@@XZ @4847 NONAME ?Clone@GCC_RegistryMonitorEntryRequest@@UBEPAVPObject@@XZ @4848 NONAME ?Clone@GCC_RegistryRegisterChannelRequest@@UBEPAVPObject@@XZ @4849 NONAME ?Clone@GCC_RegistryResponse@@UBEPAVPObject@@XZ @4850 NONAME ?Clone@GCC_RegistryResponse_primitiveType@@UBEPAVPObject@@XZ @4851 NONAME ?Clone@GCC_RegistryResponse_result@@UBEPAVPObject@@XZ @4852 NONAME ?Clone@GCC_RegistryRetrieveEntryRequest@@UBEPAVPObject@@XZ @4853 NONAME ?Clone@GCC_RegistrySetParameterRequest@@UBEPAVPObject@@XZ @4854 NONAME ?Clone@GCC_RequestPDU@@UBEPAVPObject@@XZ @4855 NONAME ?Clone@GCC_ResponsePDU@@UBEPAVPObject@@XZ @4856 NONAME ?Clone@GCC_RosterUpdateIndication@@UBEPAVPObject@@XZ @4857 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation@@UBEPAVPObject@@XZ @4858 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBEPAVPObject@@XZ @4859 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@UBEPAVPObject@@XZ @4860 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@UBEPAVPObject@@XZ @4861 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBEPAVPObject@@XZ @4862 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@UBEPAVPObject@@XZ @4863 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@UBEPAVPObject@@XZ @4864 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBEPAVPObject@@XZ @4865 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@UBEPAVPObject@@XZ @4866 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBEPAVPObject@@XZ @4867 NONAME ?Clone@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@UBEPAVPObject@@XZ @4868 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation@@UBEPAVPObject@@XZ @4869 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@UBEPAVPObject@@XZ @4870 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@UBEPAVPObject@@XZ @4871 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBEPAVPObject@@XZ @4872 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@UBEPAVPObject@@XZ @4873 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBEPAVPObject@@XZ @4874 NONAME ?Clone@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@UBEPAVPObject@@XZ @4875 NONAME ?Clone@GCC_SessionKey@@UBEPAVPObject@@XZ @4876 NONAME ?Clone@GCC_SimpleNumericString@@UBEPAVPObject@@XZ @4877 NONAME ?Clone@GCC_SimpleTextString@@UBEPAVPObject@@XZ @4878 NONAME ?Clone@GCC_StaticChannelID@@UBEPAVPObject@@XZ @4879 NONAME ?Clone@GCC_StaticTokenID@@UBEPAVPObject@@XZ @4880 NONAME ?Clone@GCC_SubAddressString@@UBEPAVPObject@@XZ @4881 NONAME ?Clone@GCC_TerminationMethod@@UBEPAVPObject@@XZ @4882 NONAME ?Clone@GCC_TextMessageIndication@@UBEPAVPObject@@XZ @4883 NONAME ?Clone@GCC_TextString@@UBEPAVPObject@@XZ @4884 NONAME ?Clone@GCC_Time@@UBEPAVPObject@@XZ @4885 NONAME ?Clone@GCC_TokenID@@UBEPAVPObject@@XZ @4886 NONAME ?Clone@GCC_UserData@@UBEPAVPObject@@XZ @4887 NONAME ?Clone@GCC_UserData_subtype@@UBEPAVPObject@@XZ @4888 NONAME ?Clone@GCC_UserID@@UBEPAVPObject@@XZ @4889 NONAME ?Clone@GCC_UserIDIndication@@UBEPAVPObject@@XZ @4890 NONAME ?Clone@H225_AddressPattern@@UBEPAVPObject@@XZ @11778 NONAME ?Clone@H225_AddressPattern_range@@UBEPAVPObject@@XZ @11779 NONAME ?Clone@H225_AdmissionConfirm@@UBEPAVPObject@@XZ @4891 NONAME ?Clone@H225_AdmissionConfirm_language@@UBEPAVPObject@@XZ @11780 NONAME ?Clone@H225_AdmissionReject@@UBEPAVPObject@@XZ @4892 NONAME ?Clone@H225_AdmissionRejectReason@@UBEPAVPObject@@XZ @4893 NONAME ?Clone@H225_AdmissionRequest@@UBEPAVPObject@@XZ @4894 NONAME ?Clone@H225_Alerting_UUIE@@UBEPAVPObject@@XZ @4895 NONAME ?Clone@H225_AliasAddress@@UBEPAVPObject@@XZ @4896 NONAME ?Clone@H225_AlternateGK@@UBEPAVPObject@@XZ @4897 NONAME ?Clone@H225_AlternateTransportAddresses@@UBEPAVPObject@@XZ @11781 NONAME ?Clone@H225_AltGKInfo@@UBEPAVPObject@@XZ @4898 NONAME ?Clone@H225_ANSI_41_UIM@@UBEPAVPObject@@XZ @11782 NONAME ?Clone@H225_ANSI_41_UIM_system_id@@UBEPAVPObject@@XZ @11783 NONAME ?Clone@H225_ArrayOf_AddressPattern@@UBEPAVPObject@@XZ @11784 NONAME ?Clone@H225_ArrayOf_AdmissionConfirm@@UBEPAVPObject@@XZ @19255 NONAME ?Clone@H225_ArrayOf_AliasAddress@@UBEPAVPObject@@XZ @4899 NONAME ?Clone@H225_ArrayOf_AlternateGK@@UBEPAVPObject@@XZ @4900 NONAME ?Clone@H225_ArrayOf_AuthenticationMechanism@@UBEPAVPObject@@XZ @4901 NONAME ?Clone@H225_ArrayOf_BandwidthDetails@@UBEPAVPObject@@XZ @11785 NONAME ?Clone@H225_ArrayOf_CallReferenceValue@@UBEPAVPObject@@XZ @4902 NONAME ?Clone@H225_ArrayOf_CallsAvailable@@UBEPAVPObject@@XZ @11786 NONAME ?Clone@H225_ArrayOf_ClearToken@@UBEPAVPObject@@XZ @4903 NONAME ?Clone@H225_ArrayOf_ConferenceIdentifier@@UBEPAVPObject@@XZ @4904 NONAME ?Clone@H225_ArrayOf_ConferenceList@@UBEPAVPObject@@XZ @4905 NONAME ?Clone@H225_ArrayOf_CryptoH323Token@@UBEPAVPObject@@XZ @4906 NONAME ?Clone@H225_ArrayOf_DataRate@@UBEPAVPObject@@XZ @4907 NONAME ?Clone@H225_ArrayOf_Endpoint@@UBEPAVPObject@@XZ @4908 NONAME ?Clone@H225_ArrayOf_EnumeratedParameter@@UBEPAVPObject@@XZ @11787 NONAME ?Clone@H225_ArrayOf_ExtendedAliasAddress@@UBEPAVPObject@@XZ @11788 NONAME ?Clone@H225_ArrayOf_FeatureDescriptor@@UBEPAVPObject@@XZ @11789 NONAME ?Clone@H225_ArrayOf_GenericData@@UBEPAVPObject@@XZ @11790 NONAME ?Clone@H225_ArrayOf_H245Security@@UBEPAVPObject@@XZ @4909 NONAME ?Clone@H225_ArrayOf_H248PackagesDescriptor@@UBEPAVPObject@@XZ @11791 NONAME ?Clone@H225_ArrayOf_IntegrityMechanism@@UBEPAVPObject@@XZ @4910 NONAME ?Clone@H225_ArrayOf_NonStandardParameter@@UBEPAVPObject@@XZ @4911 NONAME ?Clone@H225_ArrayOf_PartyNumber@@UBEPAVPObject@@XZ @11792 NONAME ?Clone@H225_ArrayOf_PASN_ObjectId@@UBEPAVPObject@@XZ @4912 NONAME ?Clone@H225_ArrayOf_PASN_OctetString@@UBEPAVPObject@@XZ @4913 NONAME ?Clone@H225_ArrayOf_RasUsageSpecification@@UBEPAVPObject@@XZ @11793 NONAME ?Clone@H225_ArrayOf_RTPSession@@UBEPAVPObject@@XZ @4914 NONAME ?Clone@H225_ArrayOf_ServiceControlSession@@UBEPAVPObject@@XZ @11794 NONAME ?Clone@H225_ArrayOf_SupportedPrefix@@UBEPAVPObject@@XZ @4915 NONAME ?Clone@H225_ArrayOf_SupportedProtocols@@UBEPAVPObject@@XZ @4916 NONAME ?Clone@H225_ArrayOf_TransportAddress@@UBEPAVPObject@@XZ @4917 NONAME ?Clone@H225_ArrayOf_TransportChannelInfo@@UBEPAVPObject@@XZ @4918 NONAME ?Clone@H225_ArrayOf_TunnelledProtocol@@UBEPAVPObject@@XZ @11795 NONAME ?Clone@H225_BandRejectReason@@UBEPAVPObject@@XZ @4919 NONAME ?Clone@H225_BandWidth@@UBEPAVPObject@@XZ @4920 NONAME ?Clone@H225_BandwidthConfirm@@UBEPAVPObject@@XZ @4921 NONAME ?Clone@H225_BandwidthDetails@@UBEPAVPObject@@XZ @11796 NONAME ?Clone@H225_BandwidthReject@@UBEPAVPObject@@XZ @4922 NONAME ?Clone@H225_BandwidthRequest@@UBEPAVPObject@@XZ @4923 NONAME ?Clone@H225_CallCapacity@@UBEPAVPObject@@XZ @11797 NONAME ?Clone@H225_CallCapacityInfo@@UBEPAVPObject@@XZ @11798 NONAME ?Clone@H225_CallCreditCapability@@UBEPAVPObject@@XZ @11799 NONAME ?Clone@H225_CallCreditServiceControl@@UBEPAVPObject@@XZ @11800 NONAME ?Clone@H225_CallCreditServiceControl_billingMode@@UBEPAVPObject@@XZ @11801 NONAME ?Clone@H225_CallCreditServiceControl_callStartingPoint@@UBEPAVPObject@@XZ @11802 NONAME ?Clone@H225_CallIdentifier@@UBEPAVPObject@@XZ @4924 NONAME ?Clone@H225_CallLinkage@@UBEPAVPObject@@XZ @11803 NONAME ?Clone@H225_CallModel@@UBEPAVPObject@@XZ @4925 NONAME ?Clone@H225_CallProceeding_UUIE@@UBEPAVPObject@@XZ @4926 NONAME ?Clone@H225_CallReferenceValue@@UBEPAVPObject@@XZ @4927 NONAME ?Clone@H225_CallsAvailable@@UBEPAVPObject@@XZ @11804 NONAME ?Clone@H225_CallTerminationCause@@UBEPAVPObject@@XZ @11805 NONAME ?Clone@H225_CallType@@UBEPAVPObject@@XZ @4928 NONAME ?Clone@H225_CapacityReportingCapability@@UBEPAVPObject@@XZ @11806 NONAME ?Clone@H225_CapacityReportingSpecification@@UBEPAVPObject@@XZ @11807 NONAME ?Clone@H225_CapacityReportingSpecification_when@@UBEPAVPObject@@XZ @11808 NONAME ?Clone@H225_CarrierInfo@@UBEPAVPObject@@XZ @19256 NONAME ?Clone@H225_CicInfo@@UBEPAVPObject@@XZ @11809 NONAME ?Clone@H225_CicInfo_cic@@UBEPAVPObject@@XZ @11810 NONAME ?Clone@H225_CircuitIdentifier@@UBEPAVPObject@@XZ @11811 NONAME ?Clone@H225_CircuitInfo@@UBEPAVPObject@@XZ @11812 NONAME ?Clone@H225_ConferenceIdentifier@@UBEPAVPObject@@XZ @4929 NONAME ?Clone@H225_ConferenceList@@UBEPAVPObject@@XZ @4930 NONAME ?Clone@H225_Connect_UUIE@@UBEPAVPObject@@XZ @4931 NONAME ?Clone@H225_Connect_UUIE_language@@UBEPAVPObject@@XZ @11813 NONAME ?Clone@H225_Content@@UBEPAVPObject@@XZ @11814 NONAME ?Clone@H225_CryptoH323Token@@UBEPAVPObject@@XZ @4932 NONAME ?Clone@H225_CryptoH323Token_cryptoEPPwdHash@@UBEPAVPObject@@XZ @4933 NONAME ?Clone@H225_CryptoH323Token_cryptoGKPwdHash@@UBEPAVPObject@@XZ @4934 NONAME ?Clone@H225_DataRate@@UBEPAVPObject@@XZ @4935 NONAME ?Clone@H225_DisengageConfirm@@UBEPAVPObject@@XZ @4936 NONAME ?Clone@H225_DisengageReason@@UBEPAVPObject@@XZ @4937 NONAME ?Clone@H225_DisengageReject@@UBEPAVPObject@@XZ @4938 NONAME ?Clone@H225_DisengageRejectReason@@UBEPAVPObject@@XZ @4939 NONAME ?Clone@H225_DisengageRequest@@UBEPAVPObject@@XZ @4940 NONAME ?Clone@H225_EncodedFastStartToken@@UBEPAVPObject@@XZ @12445 NONAME ?Clone@H225_EncryptIntAlg@@UBEPAVPObject@@XZ @4941 NONAME ?Clone@H225_Endpoint@@UBEPAVPObject@@XZ @4942 NONAME ?Clone@H225_EndpointIdentifier@@UBEPAVPObject@@XZ @4943 NONAME ?Clone@H225_EndpointType@@UBEPAVPObject@@XZ @4944 NONAME ?Clone@H225_EnumeratedParameter@@UBEPAVPObject@@XZ @11815 NONAME ?Clone@H225_ExtendedAliasAddress@@UBEPAVPObject@@XZ @11816 NONAME ?Clone@H225_FacilityReason@@UBEPAVPObject@@XZ @4945 NONAME ?Clone@H225_Facility_UUIE@@UBEPAVPObject@@XZ @4946 NONAME ?Clone@H225_FastStartToken@@UBEPAVPObject@@XZ @4947 NONAME ?Clone@H225_FeatureDescriptor@@UBEPAVPObject@@XZ @11817 NONAME ?Clone@H225_FeatureSet@@UBEPAVPObject@@XZ @11818 NONAME ?Clone@H225_GatekeeperConfirm@@UBEPAVPObject@@XZ @4948 NONAME ?Clone@H225_GatekeeperIdentifier@@UBEPAVPObject@@XZ @4949 NONAME ?Clone@H225_GatekeeperInfo@@UBEPAVPObject@@XZ @4950 NONAME ?Clone@H225_GatekeeperReject@@UBEPAVPObject@@XZ @4951 NONAME ?Clone@H225_GatekeeperRejectReason@@UBEPAVPObject@@XZ @4952 NONAME ?Clone@H225_GatekeeperRequest@@UBEPAVPObject@@XZ @4953 NONAME ?Clone@H225_GatewayInfo@@UBEPAVPObject@@XZ @4954 NONAME ?Clone@H225_GenericData@@UBEPAVPObject@@XZ @11819 NONAME ?Clone@H225_GenericIdentifier@@UBEPAVPObject@@XZ @11820 NONAME ?Clone@H225_GloballyUniqueID@@UBEPAVPObject@@XZ @4955 NONAME ?Clone@H225_GroupID@@UBEPAVPObject@@XZ @11821 NONAME ?Clone@H225_GroupID_member@@UBEPAVPObject@@XZ @11822 NONAME ?Clone@H225_GSM_UIM@@UBEPAVPObject@@XZ @11823 NONAME ?Clone@H225_H221NonStandard@@UBEPAVPObject@@XZ @4956 NONAME ?Clone@H225_H245Security@@UBEPAVPObject@@XZ @4957 NONAME ?Clone@H225_H248PackagesDescriptor@@UBEPAVPObject@@XZ @11824 NONAME ?Clone@H225_H248SignalsDescriptor@@UBEPAVPObject@@XZ @11825 NONAME ?Clone@H225_H310Caps@@UBEPAVPObject@@XZ @4958 NONAME ?Clone@H225_H320Caps@@UBEPAVPObject@@XZ @4959 NONAME ?Clone@H225_H321Caps@@UBEPAVPObject@@XZ @4960 NONAME ?Clone@H225_H322Caps@@UBEPAVPObject@@XZ @4961 NONAME ?Clone@H225_H323Caps@@UBEPAVPObject@@XZ @4962 NONAME ?Clone@H225_H323_UserInformation@@UBEPAVPObject@@XZ @4963 NONAME ?Clone@H225_H323_UserInformation_user_data@@UBEPAVPObject@@XZ @4964 NONAME ?Clone@H225_H323_UU_PDU@@UBEPAVPObject@@XZ @4965 NONAME ?Clone@H225_H323_UU_PDU_h323_message_body@@UBEPAVPObject@@XZ @4966 NONAME ?Clone@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBEPAVPObject@@XZ @11826 NONAME ?Clone@H225_H324Caps@@UBEPAVPObject@@XZ @4967 NONAME ?Clone@H225_ICV@@UBEPAVPObject@@XZ @4968 NONAME ?Clone@H225_InfoRequest@@UBEPAVPObject@@XZ @4969 NONAME ?Clone@H225_InfoRequestAck@@UBEPAVPObject@@XZ @4970 NONAME ?Clone@H225_InfoRequestNak@@UBEPAVPObject@@XZ @4971 NONAME ?Clone@H225_InfoRequestNakReason@@UBEPAVPObject@@XZ @4972 NONAME ?Clone@H225_InfoRequestResponse@@UBEPAVPObject@@XZ @4973 NONAME ?Clone@H225_InfoRequestResponseStatus@@UBEPAVPObject@@XZ @11827 NONAME ?Clone@H225_InfoRequestResponse_perCallInfo@@UBEPAVPObject@@XZ @4974 NONAME ?Clone@H225_InfoRequestResponse_perCallInfo_subtype@@UBEPAVPObject@@XZ @4975 NONAME ?Clone@H225_InfoRequestResponse_perCallInfo_subtype_pdu@@UBEPAVPObject@@XZ @4976 NONAME ?Clone@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBEPAVPObject@@XZ @4977 NONAME ?Clone@H225_Information_UUIE@@UBEPAVPObject@@XZ @4978 NONAME ?Clone@H225_IntegrityMechanism@@UBEPAVPObject@@XZ @4979 NONAME ?Clone@H225_LocationConfirm@@UBEPAVPObject@@XZ @4980 NONAME ?Clone@H225_LocationReject@@UBEPAVPObject@@XZ @4981 NONAME ?Clone@H225_LocationRejectReason@@UBEPAVPObject@@XZ @4982 NONAME ?Clone@H225_LocationRequest@@UBEPAVPObject@@XZ @4983 NONAME ?Clone@H225_McuInfo@@UBEPAVPObject@@XZ @4984 NONAME ?Clone@H225_MobileUIM@@UBEPAVPObject@@XZ @11828 NONAME ?Clone@H225_NonIsoIntegrityMechanism@@UBEPAVPObject@@XZ @4985 NONAME ?Clone@H225_NonStandardIdentifier@@UBEPAVPObject@@XZ @4986 NONAME ?Clone@H225_NonStandardMessage@@UBEPAVPObject@@XZ @4987 NONAME ?Clone@H225_NonStandardParameter@@UBEPAVPObject@@XZ @4988 NONAME ?Clone@H225_NonStandardProtocol@@UBEPAVPObject@@XZ @4989 NONAME ?Clone@H225_Notify_UUIE@@UBEPAVPObject@@XZ @11829 NONAME ?Clone@H225_NumberDigits@@UBEPAVPObject@@XZ @4990 NONAME ?Clone@H225_PartyNumber@@UBEPAVPObject@@XZ @4991 NONAME ?Clone@H225_PresentationIndicator@@UBEPAVPObject@@XZ @11830 NONAME ?Clone@H225_PrivatePartyNumber@@UBEPAVPObject@@XZ @4992 NONAME ?Clone@H225_PrivateTypeOfNumber@@UBEPAVPObject@@XZ @4993 NONAME ?Clone@H225_Progress_UUIE@@UBEPAVPObject@@XZ @4994 NONAME ?Clone@H225_ProtocolIdentifier@@UBEPAVPObject@@XZ @4995 NONAME ?Clone@H225_PublicPartyNumber@@UBEPAVPObject@@XZ @4996 NONAME ?Clone@H225_PublicTypeOfNumber@@UBEPAVPObject@@XZ @4997 NONAME ?Clone@H225_Q954Details@@UBEPAVPObject@@XZ @4998 NONAME ?Clone@H225_QseriesOptions@@UBEPAVPObject@@XZ @4999 NONAME ?Clone@H225_RasMessage@@UBEPAVPObject@@XZ @5000 NONAME ?Clone@H225_RasUsageInformation@@UBEPAVPObject@@XZ @11831 NONAME ?Clone@H225_RasUsageInfoTypes@@UBEPAVPObject@@XZ @11832 NONAME ?Clone@H225_RasUsageSpecification@@UBEPAVPObject@@XZ @11833 NONAME ?Clone@H225_RasUsageSpecification_callStartingPoint@@UBEPAVPObject@@XZ @11834 NONAME ?Clone@H225_RasUsageSpecification_when@@UBEPAVPObject@@XZ @11835 NONAME ?Clone@H225_RegistrationConfirm@@UBEPAVPObject@@XZ @5001 NONAME ?Clone@H225_RegistrationConfirm_preGrantedARQ@@UBEPAVPObject@@XZ @5002 NONAME ?Clone@H225_RegistrationReject@@UBEPAVPObject@@XZ @5003 NONAME ?Clone@H225_RegistrationRejectReason@@UBEPAVPObject@@XZ @5004 NONAME ?Clone@H225_RegistrationRejectReason_invalidTerminalAliases@@UBEPAVPObject@@XZ @11836 NONAME ?Clone@H225_RegistrationRequest@@UBEPAVPObject@@XZ @5005 NONAME ?Clone@H225_ReleaseCompleteReason@@UBEPAVPObject@@XZ @5006 NONAME ?Clone@H225_ReleaseComplete_UUIE@@UBEPAVPObject@@XZ @5007 NONAME ?Clone@H225_RequestInProgress@@UBEPAVPObject@@XZ @5008 NONAME ?Clone@H225_RequestSeqNum@@UBEPAVPObject@@XZ @5009 NONAME ?Clone@H225_ResourcesAvailableConfirm@@UBEPAVPObject@@XZ @5010 NONAME ?Clone@H225_ResourcesAvailableIndicate@@UBEPAVPObject@@XZ @5011 NONAME ?Clone@H225_RTPSession@@UBEPAVPObject@@XZ @5012 NONAME ?Clone@H225_RTPSession_associatedSessionIds@@UBEPAVPObject@@XZ @5013 NONAME ?Clone@H225_ScnConnectionAggregation@@UBEPAVPObject@@XZ @11837 NONAME ?Clone@H225_ScnConnectionType@@UBEPAVPObject@@XZ @11838 NONAME ?Clone@H225_ScreeningIndicator@@UBEPAVPObject@@XZ @11839 NONAME ?Clone@H225_SecurityCapabilities@@UBEPAVPObject@@XZ @5014 NONAME ?Clone@H225_SecurityErrors2@@UBEPAVPObject@@XZ @19257 NONAME ?Clone@H225_SecurityErrors@@UBEPAVPObject@@XZ @19258 NONAME ?Clone@H225_SecurityServiceMode@@UBEPAVPObject@@XZ @5015 NONAME ?Clone@H225_ServiceControlDescriptor@@UBEPAVPObject@@XZ @11840 NONAME ?Clone@H225_ServiceControlIndication@@UBEPAVPObject@@XZ @11841 NONAME ?Clone@H225_ServiceControlIndication_callSpecific@@UBEPAVPObject@@XZ @11842 NONAME ?Clone@H225_ServiceControlResponse@@UBEPAVPObject@@XZ @11843 NONAME ?Clone@H225_ServiceControlResponse_result@@UBEPAVPObject@@XZ @11844 NONAME ?Clone@H225_ServiceControlSession@@UBEPAVPObject@@XZ @11845 NONAME ?Clone@H225_ServiceControlSession_reason@@UBEPAVPObject@@XZ @11846 NONAME ?Clone@H225_SetupAcknowledge_UUIE@@UBEPAVPObject@@XZ @11847 NONAME ?Clone@H225_Setup_UUIE@@UBEPAVPObject@@XZ @5016 NONAME ?Clone@H225_Setup_UUIE_conferenceGoal@@UBEPAVPObject@@XZ @5017 NONAME ?Clone@H225_Setup_UUIE_connectionParameters@@UBEPAVPObject@@XZ @11848 NONAME ?Clone@H225_Setup_UUIE_language@@UBEPAVPObject@@XZ @11849 NONAME ?Clone@H225_SIPCaps@@UBEPAVPObject@@XZ @19259 NONAME ?Clone@H225_StatusInquiry_UUIE@@UBEPAVPObject@@XZ @11850 NONAME ?Clone@H225_Status_UUIE@@UBEPAVPObject@@XZ @11851 NONAME ?Clone@H225_StimulusControl@@UBEPAVPObject@@XZ @11852 NONAME ?Clone@H225_SupportedPrefix@@UBEPAVPObject@@XZ @5018 NONAME ?Clone@H225_SupportedProtocols@@UBEPAVPObject@@XZ @5019 NONAME ?Clone@H225_T120OnlyCaps@@UBEPAVPObject@@XZ @5020 NONAME ?Clone@H225_T38FaxAnnexbOnlyCaps@@UBEPAVPObject@@XZ @11853 NONAME ?Clone@H225_TBCD_STRING@@UBEPAVPObject@@XZ @11854 NONAME ?Clone@H225_TerminalInfo@@UBEPAVPObject@@XZ @5021 NONAME ?Clone@H225_TimeToLive@@UBEPAVPObject@@XZ @5022 NONAME ?Clone@H225_TransportAddress@@UBEPAVPObject@@XZ @5023 NONAME ?Clone@H225_TransportAddress_ip6Address@@UBEPAVPObject@@XZ @5024 NONAME ?Clone@H225_TransportAddress_ipAddress@@UBEPAVPObject@@XZ @5025 NONAME ?Clone@H225_TransportAddress_ipSourceRoute@@UBEPAVPObject@@XZ @5026 NONAME ?Clone@H225_TransportAddress_ipSourceRoute_route@@UBEPAVPObject@@XZ @5027 NONAME ?Clone@H225_TransportAddress_ipSourceRoute_routing@@UBEPAVPObject@@XZ @5028 NONAME ?Clone@H225_TransportAddress_ipxAddress@@UBEPAVPObject@@XZ @5029 NONAME ?Clone@H225_TransportChannelInfo@@UBEPAVPObject@@XZ @5030 NONAME ?Clone@H225_TransportQOS@@UBEPAVPObject@@XZ @5031 NONAME ?Clone@H225_TunnelledProtocol@@UBEPAVPObject@@XZ @11855 NONAME ?Clone@H225_TunnelledProtocolAlternateIdentifier@@UBEPAVPObject@@XZ @11856 NONAME ?Clone@H225_TunnelledProtocol_id@@UBEPAVPObject@@XZ @11857 NONAME ?Clone@H225_UnknownMessageResponse@@UBEPAVPObject@@XZ @5032 NONAME ?Clone@H225_UnregistrationConfirm@@UBEPAVPObject@@XZ @5033 NONAME ?Clone@H225_UnregistrationReject@@UBEPAVPObject@@XZ @5034 NONAME ?Clone@H225_UnregistrationRequest@@UBEPAVPObject@@XZ @5035 NONAME ?Clone@H225_UnregRejectReason@@UBEPAVPObject@@XZ @5036 NONAME ?Clone@H225_UnregRequestReason@@UBEPAVPObject@@XZ @5037 NONAME ?Clone@H225_UseSpecifiedTransport@@UBEPAVPObject@@XZ @11858 NONAME ?Clone@H225_UUIEsRequested@@UBEPAVPObject@@XZ @5038 NONAME ?Clone@H225_VendorIdentifier@@UBEPAVPObject@@XZ @5039 NONAME ?Clone@H225_VoiceCaps@@UBEPAVPObject@@XZ @5040 NONAME ?Clone@H235AuthCAT@@UBEPAVPObject@@XZ @16734 NONAME ?Clone@H235Authenticators@@UBEPAVPObject@@XZ @14773 NONAME ?Clone@H235AuthProcedure1@@UBEPAVPObject@@XZ @14774 NONAME ?Clone@H235AuthSimpleMD5@@UBEPAVPObject@@XZ @14775 NONAME ?Clone@H235_AuthenticationBES@@UBEPAVPObject@@XZ @12978 NONAME ?Clone@H235_AuthenticationMechanism@@UBEPAVPObject@@XZ @5041 NONAME ?Clone@H235_ChallengeString@@UBEPAVPObject@@XZ @5042 NONAME ?Clone@H235_ClearToken@@UBEPAVPObject@@XZ @5043 NONAME ?Clone@H235_CryptoToken@@UBEPAVPObject@@XZ @5044 NONAME ?Clone@H235_CryptoToken_cryptoEncryptedToken@@UBEPAVPObject@@XZ @5045 NONAME ?Clone@H235_CryptoToken_cryptoHashedToken@@UBEPAVPObject@@XZ @5046 NONAME ?Clone@H235_CryptoToken_cryptoSignedToken@@UBEPAVPObject@@XZ @5047 NONAME ?Clone@H235_DHset@@UBEPAVPObject@@XZ @5048 NONAME ?Clone@H235_ECGDSASignature@@UBEPAVPObject@@XZ @19260 NONAME ?Clone@H235_ECKASDH@@UBEPAVPObject@@XZ @12980 NONAME ?Clone@H235_ECKASDH_eckasdh2@@UBEPAVPObject@@XZ @12981 NONAME ?Clone@H235_ECKASDH_eckasdhp@@UBEPAVPObject@@XZ @12982 NONAME ?Clone@H235_ECpoint@@UBEPAVPObject@@XZ @19261 NONAME ?Clone@H235_EncodedGeneralToken@@UBEPAVPObject@@XZ @12446 NONAME ?Clone@H235_EncodedKeySignedMaterial@@UBEPAVPObject@@XZ @12447 NONAME ?Clone@H235_EncodedKeySyncMaterial@@UBEPAVPObject@@XZ @12448 NONAME ?Clone@H235_EncodedPwdCertToken@@UBEPAVPObject@@XZ @12449 NONAME ?Clone@H235_EncodedReturnSig@@UBEPAVPObject@@XZ @12450 NONAME ?Clone@H235_H235CertificateSignature@@UBEPAVPObject@@XZ @5049 NONAME ?Clone@H235_H235Key@@UBEPAVPObject@@XZ @5050 NONAME ?Clone@H235_Identifier@@UBEPAVPObject@@XZ @5051 NONAME ?Clone@H235_IV16@@UBEPAVPObject@@XZ @12983 NONAME ?Clone@H235_IV8@@UBEPAVPObject@@XZ @5052 NONAME ?Clone@H235_KeyMaterial@@UBEPAVPObject@@XZ @5053 NONAME ?Clone@H235_KeySignedMaterial@@UBEPAVPObject@@XZ @5054 NONAME ?Clone@H235_KeySyncMaterial@@UBEPAVPObject@@XZ @5055 NONAME ?Clone@H235_NonStandardParameter@@UBEPAVPObject@@XZ @5056 NONAME ?Clone@H235_Params@@UBEPAVPObject@@XZ @5057 NONAME ?Clone@H235_Password@@UBEPAVPObject@@XZ @5058 NONAME ?Clone@H235_PwdCertToken@@UBEPAVPObject@@XZ @5059 NONAME ?Clone@H235_RandomVal@@UBEPAVPObject@@XZ @5060 NONAME ?Clone@H235_ReturnSig@@UBEPAVPObject@@XZ @5061 NONAME ?Clone@H235_TimeStamp@@UBEPAVPObject@@XZ @5062 NONAME ?Clone@H235_TypedCertificate@@UBEPAVPObject@@XZ @5063 NONAME ?Clone@H235_V3KeySyncMaterial@@UBEPAVPObject@@XZ @19262 NONAME ?Clone@H245_AlternativeCapabilitySet@@UBEPAVPObject@@XZ @5064 NONAME ?Clone@H245_ArrayOf_AlternativeCapabilitySet@@UBEPAVPObject@@XZ @5065 NONAME ?Clone@H245_ArrayOf_BEnhancementParameters@@UBEPAVPObject@@XZ @5066 NONAME ?Clone@H245_ArrayOf_CapabilityDescriptor@@UBEPAVPObject@@XZ @5067 NONAME ?Clone@H245_ArrayOf_CapabilityDescriptorNumber@@UBEPAVPObject@@XZ @5068 NONAME ?Clone@H245_ArrayOf_CapabilityTableEntry@@UBEPAVPObject@@XZ @5069 NONAME ?Clone@H245_ArrayOf_CapabilityTableEntryNumber@@UBEPAVPObject@@XZ @5070 NONAME ?Clone@H245_ArrayOf_CommunicationModeTableEntry@@UBEPAVPObject@@XZ @5071 NONAME ?Clone@H245_ArrayOf_CustomPictureClockFrequency@@UBEPAVPObject@@XZ @5072 NONAME ?Clone@H245_ArrayOf_CustomPictureFormat@@UBEPAVPObject@@XZ @5073 NONAME ?Clone@H245_ArrayOf_DataApplicationCapability@@UBEPAVPObject@@XZ @5074 NONAME ?Clone@H245_ArrayOf_DialingInformationNetworkType@@UBEPAVPObject@@XZ @11859 NONAME ?Clone@H245_ArrayOf_DialingInformationNumber@@UBEPAVPObject@@XZ @11860 NONAME ?Clone@H245_ArrayOf_EnhancementOptions@@UBEPAVPObject@@XZ @5075 NONAME ?Clone@H245_ArrayOf_EscrowData@@UBEPAVPObject@@XZ @5076 NONAME ?Clone@H245_ArrayOf_GenericCapability@@UBEPAVPObject@@XZ @33149 NONAME ?Clone@H245_ArrayOf_GenericParameter@@UBEPAVPObject@@XZ @11861 NONAME ?Clone@H245_ArrayOf_H263ModeComboFlags@@UBEPAVPObject@@XZ @5077 NONAME ?Clone@H245_ArrayOf_H263VideoModeCombos@@UBEPAVPObject@@XZ @5078 NONAME ?Clone@H245_ArrayOf_MediaChannelCapability@@UBEPAVPObject@@XZ @5079 NONAME ?Clone@H245_ArrayOf_MediaDistributionCapability@@UBEPAVPObject@@XZ @5080 NONAME ?Clone@H245_ArrayOf_ModeDescription@@UBEPAVPObject@@XZ @5081 NONAME ?Clone@H245_ArrayOf_MultiplePayloadStreamElement@@UBEPAVPObject@@XZ @19263 NONAME ?Clone@H245_ArrayOf_MultiplePayloadStreamElementMode@@UBEPAVPObject@@XZ @19264 NONAME ?Clone@H245_ArrayOf_MultiplexElement@@UBEPAVPObject@@XZ @5082 NONAME ?Clone@H245_ArrayOf_MultiplexEntryDescriptor@@UBEPAVPObject@@XZ @5083 NONAME ?Clone@H245_ArrayOf_MultiplexEntryRejectionDescriptions@@UBEPAVPObject@@XZ @5084 NONAME ?Clone@H245_ArrayOf_MultiplexTableEntryNumber@@UBEPAVPObject@@XZ @5085 NONAME ?Clone@H245_ArrayOf_NonStandardParameter@@UBEPAVPObject@@XZ @5086 NONAME ?Clone@H245_ArrayOf_ParameterIdentifier@@UBEPAVPObject@@XZ @11862 NONAME ?Clone@H245_ArrayOf_PictureReference@@UBEPAVPObject@@XZ @11863 NONAME ?Clone@H245_ArrayOf_Q2931Address@@UBEPAVPObject@@XZ @11864 NONAME ?Clone@H245_ArrayOf_QOSCapability@@UBEPAVPObject@@XZ @5087 NONAME ?Clone@H245_ArrayOf_RedundancyEncodingCapability@@UBEPAVPObject@@XZ @5088 NONAME ?Clone@H245_ArrayOf_RedundancyEncodingDTModeElement@@UBEPAVPObject@@XZ @19265 NONAME ?Clone@H245_ArrayOf_RedundancyEncodingElement@@UBEPAVPObject@@XZ @19266 NONAME ?Clone@H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@UBEPAVPObject@@XZ @5089 NONAME ?Clone@H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@UBEPAVPObject@@XZ @5090 NONAME ?Clone@H245_ArrayOf_RTPPayloadType@@UBEPAVPObject@@XZ @5091 NONAME ?Clone@H245_ArrayOf_TerminalInformation@@UBEPAVPObject@@XZ @5092 NONAME ?Clone@H245_ArrayOf_TerminalLabel@@UBEPAVPObject@@XZ @5093 NONAME ?Clone@H245_ArrayOf_VCCapability@@UBEPAVPObject@@XZ @5094 NONAME ?Clone@H245_ArrayOf_VideoCapability@@UBEPAVPObject@@XZ @33150 NONAME ?Clone@H245_ATMParameters@@UBEPAVPObject@@XZ @5095 NONAME ?Clone@H245_AudioCapability@@UBEPAVPObject@@XZ @5096 NONAME ?Clone@H245_AudioCapability_g7231@@UBEPAVPObject@@XZ @5097 NONAME ?Clone@H245_AudioMode@@UBEPAVPObject@@XZ @5098 NONAME ?Clone@H245_AudioMode_g7231@@UBEPAVPObject@@XZ @5099 NONAME ?Clone@H245_AudioTelephonyEventCapability@@UBEPAVPObject@@XZ @11865 NONAME ?Clone@H245_AudioToneCapability@@UBEPAVPObject@@XZ @11866 NONAME ?Clone@H245_AuthenticationCapability@@UBEPAVPObject@@XZ @5100 NONAME ?Clone@H245_BEnhancementParameters@@UBEPAVPObject@@XZ @5101 NONAME ?Clone@H245_Capability@@UBEPAVPObject@@XZ @5102 NONAME ?Clone@H245_CapabilityDescriptor@@UBEPAVPObject@@XZ @5103 NONAME ?Clone@H245_CapabilityDescriptorNumber@@UBEPAVPObject@@XZ @5104 NONAME ?Clone@H245_CapabilityIdentifier@@UBEPAVPObject@@XZ @11867 NONAME ?Clone@H245_CapabilityTableEntry@@UBEPAVPObject@@XZ @5105 NONAME ?Clone@H245_CapabilityTableEntryNumber@@UBEPAVPObject@@XZ @5106 NONAME ?Clone@H245_Capability_h233EncryptionReceiveCapability@@UBEPAVPObject@@XZ @5107 NONAME ?Clone@H245_CertSelectionCriteria@@UBEPAVPObject@@XZ @5108 NONAME ?Clone@H245_CloseLogicalChannel@@UBEPAVPObject@@XZ @5109 NONAME ?Clone@H245_CloseLogicalChannelAck@@UBEPAVPObject@@XZ @5110 NONAME ?Clone@H245_CloseLogicalChannel_reason@@UBEPAVPObject@@XZ @5111 NONAME ?Clone@H245_CloseLogicalChannel_source@@UBEPAVPObject@@XZ @5112 NONAME ?Clone@H245_CommandMessage@@UBEPAVPObject@@XZ @5113 NONAME ?Clone@H245_CommunicationModeCommand@@UBEPAVPObject@@XZ @5114 NONAME ?Clone@H245_CommunicationModeRequest@@UBEPAVPObject@@XZ @5115 NONAME ?Clone@H245_CommunicationModeResponse@@UBEPAVPObject@@XZ @5116 NONAME ?Clone@H245_CommunicationModeTableEntry@@UBEPAVPObject@@XZ @5117 NONAME ?Clone@H245_CommunicationModeTableEntry_dataType@@UBEPAVPObject@@XZ @5118 NONAME ?Clone@H245_CompressionType@@UBEPAVPObject@@XZ @5119 NONAME ?Clone@H245_ConferenceCapability@@UBEPAVPObject@@XZ @5120 NONAME ?Clone@H245_ConferenceCommand@@UBEPAVPObject@@XZ @5121 NONAME ?Clone@H245_ConferenceID@@UBEPAVPObject@@XZ @5122 NONAME ?Clone@H245_ConferenceIndication@@UBEPAVPObject@@XZ @5123 NONAME ?Clone@H245_ConferenceRequest@@UBEPAVPObject@@XZ @5124 NONAME ?Clone@H245_ConferenceRequest_requestTerminalCertificate@@UBEPAVPObject@@XZ @5125 NONAME ?Clone@H245_ConferenceResponse@@UBEPAVPObject@@XZ @5126 NONAME ?Clone@H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@UBEPAVPObject@@XZ @5127 NONAME ?Clone@H245_ConferenceResponse_chairTokenOwnerResponse@@UBEPAVPObject@@XZ @5128 NONAME ?Clone@H245_ConferenceResponse_conferenceIDResponse@@UBEPAVPObject@@XZ @5129 NONAME ?Clone@H245_ConferenceResponse_extensionAddressResponse@@UBEPAVPObject@@XZ @5130 NONAME ?Clone@H245_ConferenceResponse_makeMeChairResponse@@UBEPAVPObject@@XZ @5131 NONAME ?Clone@H245_ConferenceResponse_makeTerminalBroadcasterResponse@@UBEPAVPObject@@XZ @5132 NONAME ?Clone@H245_ConferenceResponse_mCTerminalIDResponse@@UBEPAVPObject@@XZ @5133 NONAME ?Clone@H245_ConferenceResponse_passwordResponse@@UBEPAVPObject@@XZ @5134 NONAME ?Clone@H245_ConferenceResponse_sendThisSourceResponse@@UBEPAVPObject@@XZ @5135 NONAME ?Clone@H245_ConferenceResponse_terminalCertificateResponse@@UBEPAVPObject@@XZ @5136 NONAME ?Clone@H245_ConferenceResponse_terminalIDResponse@@UBEPAVPObject@@XZ @5137 NONAME ?Clone@H245_ConnectionIdentifier@@UBEPAVPObject@@XZ @11868 NONAME ?Clone@H245_CRCLength@@UBEPAVPObject@@XZ @5138 NONAME ?Clone@H245_Criteria@@UBEPAVPObject@@XZ @5139 NONAME ?Clone@H245_CustomPictureClockFrequency@@UBEPAVPObject@@XZ @5140 NONAME ?Clone@H245_CustomPictureFormat@@UBEPAVPObject@@XZ @5141 NONAME ?Clone@H245_CustomPictureFormat_mPI@@UBEPAVPObject@@XZ @5142 NONAME ?Clone@H245_CustomPictureFormat_mPI_customPCF@@UBEPAVPObject@@XZ @5143 NONAME ?Clone@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBEPAVPObject@@XZ @5144 NONAME ?Clone@H245_CustomPictureFormat_pixelAspectInformation@@UBEPAVPObject@@XZ @5145 NONAME ?Clone@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@UBEPAVPObject@@XZ @5146 NONAME ?Clone@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBEPAVPObject@@XZ @5147 NONAME ?Clone@H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@UBEPAVPObject@@XZ @5148 NONAME ?Clone@H245_DataApplicationCapability@@UBEPAVPObject@@XZ @5149 NONAME ?Clone@H245_DataApplicationCapability_application@@UBEPAVPObject@@XZ @5150 NONAME ?Clone@H245_DataApplicationCapability_application_nlpid@@UBEPAVPObject@@XZ @5151 NONAME ?Clone@H245_DataApplicationCapability_application_t38fax@@UBEPAVPObject@@XZ @11869 NONAME ?Clone@H245_DataApplicationCapability_application_t84@@UBEPAVPObject@@XZ @5152 NONAME ?Clone@H245_DataMode@@UBEPAVPObject@@XZ @5153 NONAME ?Clone@H245_DataMode_application@@UBEPAVPObject@@XZ @5154 NONAME ?Clone@H245_DataMode_application_nlpid@@UBEPAVPObject@@XZ @5155 NONAME ?Clone@H245_DataMode_application_t38fax@@UBEPAVPObject@@XZ @11870 NONAME ?Clone@H245_DataProtocolCapability@@UBEPAVPObject@@XZ @5156 NONAME ?Clone@H245_DataProtocolCapability_v76wCompression@@UBEPAVPObject@@XZ @5157 NONAME ?Clone@H245_DataType@@UBEPAVPObject@@XZ @5158 NONAME ?Clone@H245_DepFECCapability@@UBEPAVPObject@@XZ @33534 NONAME ?Clone@H245_DepFECCapability_rfc2733@@UBEPAVPObject@@XZ @33535 NONAME ?Clone@H245_DepFECCapability_rfc2733_separateStream@@UBEPAVPObject@@XZ @33536 NONAME ?Clone@H245_DepFECData@@UBEPAVPObject@@XZ @33537 NONAME ?Clone@H245_DepFECData_rfc2733@@UBEPAVPObject@@XZ @33538 NONAME ?Clone@H245_DepFECData_rfc2733_mode@@UBEPAVPObject@@XZ @33539 NONAME ?Clone@H245_DepFECData_rfc2733_mode_separateStream@@UBEPAVPObject@@XZ @33540 NONAME ?Clone@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBEPAVPObject@@XZ @33541 NONAME ?Clone@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBEPAVPObject@@XZ @33542 NONAME ?Clone@H245_DepFECMode@@UBEPAVPObject@@XZ @33543 NONAME ?Clone@H245_DepFECMode_rfc2733Mode@@UBEPAVPObject@@XZ @33544 NONAME ?Clone@H245_DepFECMode_rfc2733Mode_mode@@UBEPAVPObject@@XZ @33545 NONAME ?Clone@H245_DepFECMode_rfc2733Mode_mode_separateStream@@UBEPAVPObject@@XZ @33546 NONAME ?Clone@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBEPAVPObject@@XZ @33547 NONAME ?Clone@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBEPAVPObject@@XZ @33548 NONAME ?Clone@H245_DialingInformation@@UBEPAVPObject@@XZ @11871 NONAME ?Clone@H245_DialingInformationNetworkType@@UBEPAVPObject@@XZ @11872 NONAME ?Clone@H245_DialingInformationNumber@@UBEPAVPObject@@XZ @11873 NONAME ?Clone@H245_EncryptionAuthenticationAndIntegrity@@UBEPAVPObject@@XZ @5159 NONAME ?Clone@H245_EncryptionCapability@@UBEPAVPObject@@XZ @5160 NONAME ?Clone@H245_EncryptionCommand@@UBEPAVPObject@@XZ @5161 NONAME ?Clone@H245_EncryptionCommand_encryptionAlgorithmID@@UBEPAVPObject@@XZ @5162 NONAME ?Clone@H245_EncryptionMode@@UBEPAVPObject@@XZ @5163 NONAME ?Clone@H245_EncryptionSync@@UBEPAVPObject@@XZ @5164 NONAME ?Clone@H245_EncryptionUpdateDirection@@UBEPAVPObject@@XZ @33151 NONAME ?Clone@H245_EncryptionUpdateRequest@@UBEPAVPObject@@XZ @5165 NONAME ?Clone@H245_EndSessionCommand@@UBEPAVPObject@@XZ @5166 NONAME ?Clone@H245_EndSessionCommand_gstnOptions@@UBEPAVPObject@@XZ @5167 NONAME ?Clone@H245_EndSessionCommand_isdnOptions@@UBEPAVPObject@@XZ @5168 NONAME ?Clone@H245_EnhancementLayerInfo@@UBEPAVPObject@@XZ @5169 NONAME ?Clone@H245_EnhancementOptions@@UBEPAVPObject@@XZ @5170 NONAME ?Clone@H245_EscrowData@@UBEPAVPObject@@XZ @5171 NONAME ?Clone@H245_ExtendedVideoCapability@@UBEPAVPObject@@XZ @33152 NONAME ?Clone@H245_FECCapability@@UBEPAVPObject@@XZ @19267 NONAME ?Clone@H245_FECCapability_rfc2733Format@@UBEPAVPObject@@XZ @33549 NONAME ?Clone@H245_FECData@@UBEPAVPObject@@XZ @19270 NONAME ?Clone@H245_FECData_rfc2733@@UBEPAVPObject@@XZ @19271 NONAME ?Clone@H245_FECData_rfc2733_pktMode@@UBEPAVPObject@@XZ @33550 NONAME ?Clone@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBEPAVPObject@@XZ @33551 NONAME ?Clone@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UBEPAVPObject@@XZ @33552 NONAME ?Clone@H245_FECMode@@UBEPAVPObject@@XZ @19276 NONAME ?Clone@H245_FECMode_rfc2733Format@@UBEPAVPObject@@XZ @33553 NONAME ?Clone@H245_FlowControlCommand@@UBEPAVPObject@@XZ @5172 NONAME ?Clone@H245_FlowControlCommand_restriction@@UBEPAVPObject@@XZ @5173 NONAME ?Clone@H245_FlowControlCommand_scope@@UBEPAVPObject@@XZ @5174 NONAME ?Clone@H245_FlowControlIndication@@UBEPAVPObject@@XZ @11874 NONAME ?Clone@H245_FlowControlIndication_restriction@@UBEPAVPObject@@XZ @11875 NONAME ?Clone@H245_FlowControlIndication_scope@@UBEPAVPObject@@XZ @11876 NONAME ?Clone@H245_FunctionNotSupported@@UBEPAVPObject@@XZ @5175 NONAME ?Clone@H245_FunctionNotSupported_cause@@UBEPAVPObject@@XZ @5176 NONAME ?Clone@H245_FunctionNotUnderstood@@UBEPAVPObject@@XZ @5177 NONAME ?Clone@H245_G7231AnnexCCapability@@UBEPAVPObject@@XZ @5178 NONAME ?Clone@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBEPAVPObject@@XZ @5179 NONAME ?Clone@H245_G7231AnnexCMode@@UBEPAVPObject@@XZ @5180 NONAME ?Clone@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBEPAVPObject@@XZ @5181 NONAME ?Clone@H245_G729Extensions@@UBEPAVPObject@@XZ @11877 NONAME ?Clone@H245_GenericCapability@@UBEPAVPObject@@XZ @11878 NONAME ?Clone@H245_GenericMessage@@UBEPAVPObject@@XZ @33153 NONAME ?Clone@H245_GenericParameter@@UBEPAVPObject@@XZ @11879 NONAME ?Clone@H245_GSMAudioCapability@@UBEPAVPObject@@XZ @5182 NONAME ?Clone@H245_H222Capability@@UBEPAVPObject@@XZ @5183 NONAME ?Clone@H245_H222LogicalChannelParameters@@UBEPAVPObject@@XZ @5184 NONAME ?Clone@H245_H223AL1MParameters@@UBEPAVPObject@@XZ @5185 NONAME ?Clone@H245_H223AL1MParameters_arqType@@UBEPAVPObject@@XZ @5186 NONAME ?Clone@H245_H223AL1MParameters_crcLength@@UBEPAVPObject@@XZ @5187 NONAME ?Clone@H245_H223AL1MParameters_headerFEC@@UBEPAVPObject@@XZ @5188 NONAME ?Clone@H245_H223AL1MParameters_transferMode@@UBEPAVPObject@@XZ @5189 NONAME ?Clone@H245_H223AL2MParameters@@UBEPAVPObject@@XZ @5190 NONAME ?Clone@H245_H223AL2MParameters_headerFEC@@UBEPAVPObject@@XZ @5191 NONAME ?Clone@H245_H223AL3MParameters@@UBEPAVPObject@@XZ @5192 NONAME ?Clone@H245_H223AL3MParameters_arqType@@UBEPAVPObject@@XZ @5193 NONAME ?Clone@H245_H223AL3MParameters_crcLength@@UBEPAVPObject@@XZ @5194 NONAME ?Clone@H245_H223AL3MParameters_headerFormat@@UBEPAVPObject@@XZ @5195 NONAME ?Clone@H245_H223AnnexCArqParameters@@UBEPAVPObject@@XZ @5196 NONAME ?Clone@H245_H223AnnexCArqParameters_numberOfRetransmissions@@UBEPAVPObject@@XZ @5197 NONAME ?Clone@H245_H223AnnexCCapability@@UBEPAVPObject@@XZ @5198 NONAME ?Clone@H245_H223Capability@@UBEPAVPObject@@XZ @5199 NONAME ?Clone@H245_H223Capability_h223MultiplexTableCapability@@UBEPAVPObject@@XZ @5200 NONAME ?Clone@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBEPAVPObject@@XZ @5201 NONAME ?Clone@H245_H223Capability_mobileMultilinkFrameCapability@@UBEPAVPObject@@XZ @11880 NONAME ?Clone@H245_H223Capability_mobileOperationTransmitCapability@@UBEPAVPObject@@XZ @5202 NONAME ?Clone@H245_H223LogicalChannelParameters@@UBEPAVPObject@@XZ @5203 NONAME ?Clone@H245_H223LogicalChannelParameters_adaptationLayerType@@UBEPAVPObject@@XZ @5204 NONAME ?Clone@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBEPAVPObject@@XZ @5205 NONAME ?Clone@H245_H223ModeParameters@@UBEPAVPObject@@XZ @5206 NONAME ?Clone@H245_H223ModeParameters_adaptationLayerType@@UBEPAVPObject@@XZ @5207 NONAME ?Clone@H245_H223ModeParameters_adaptationLayerType_al3@@UBEPAVPObject@@XZ @5208 NONAME ?Clone@H245_H223MultiplexReconfiguration@@UBEPAVPObject@@XZ @5209 NONAME ?Clone@H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@UBEPAVPObject@@XZ @5210 NONAME ?Clone@H245_H223MultiplexReconfiguration_h223ModeChange@@UBEPAVPObject@@XZ @5211 NONAME ?Clone@H245_H223SkewIndication@@UBEPAVPObject@@XZ @5212 NONAME ?Clone@H245_H2250Capability@@UBEPAVPObject@@XZ @5213 NONAME ?Clone@H245_H2250Capability_mcCapability@@UBEPAVPObject@@XZ @5214 NONAME ?Clone@H245_H2250LogicalChannelAckParameters@@UBEPAVPObject@@XZ @5215 NONAME ?Clone@H245_H2250LogicalChannelParameters@@UBEPAVPObject@@XZ @5216 NONAME ?Clone@H245_H2250LogicalChannelParameters_mediaPacketization@@UBEPAVPObject@@XZ @5217 NONAME ?Clone@H245_H2250MaximumSkewIndication@@UBEPAVPObject@@XZ @5218 NONAME ?Clone@H245_H2250ModeParameters@@UBEPAVPObject@@XZ @5219 NONAME ?Clone@H245_H235Media@@UBEPAVPObject@@XZ @5220 NONAME ?Clone@H245_H235Media_mediaType@@UBEPAVPObject@@XZ @5221 NONAME ?Clone@H245_H235Mode@@UBEPAVPObject@@XZ @5222 NONAME ?Clone@H245_H235Mode_mediaMode@@UBEPAVPObject@@XZ @5223 NONAME ?Clone@H245_H235SecurityCapability@@UBEPAVPObject@@XZ @5224 NONAME ?Clone@H245_H261VideoCapability@@UBEPAVPObject@@XZ @5225 NONAME ?Clone@H245_H261VideoMode@@UBEPAVPObject@@XZ @5226 NONAME ?Clone@H245_H261VideoMode_resolution@@UBEPAVPObject@@XZ @5227 NONAME ?Clone@H245_H262VideoCapability@@UBEPAVPObject@@XZ @5228 NONAME ?Clone@H245_H262VideoMode@@UBEPAVPObject@@XZ @5229 NONAME ?Clone@H245_H262VideoMode_profileAndLevel@@UBEPAVPObject@@XZ @5230 NONAME ?Clone@H245_H263ModeComboFlags@@UBEPAVPObject@@XZ @5231 NONAME ?Clone@H245_H263Options@@UBEPAVPObject@@XZ @5232 NONAME ?Clone@H245_H263Version3Options@@UBEPAVPObject@@XZ @11881 NONAME ?Clone@H245_H263VideoCapability@@UBEPAVPObject@@XZ @5233 NONAME ?Clone@H245_H263VideoMode@@UBEPAVPObject@@XZ @5234 NONAME ?Clone@H245_H263VideoModeCombos@@UBEPAVPObject@@XZ @5235 NONAME ?Clone@H245_H263VideoMode_resolution@@UBEPAVPObject@@XZ @5236 NONAME ?Clone@H245_IndicationMessage@@UBEPAVPObject@@XZ @5237 NONAME ?Clone@H245_IntegrityCapability@@UBEPAVPObject@@XZ @5238 NONAME ?Clone@H245_IS11172AudioCapability@@UBEPAVPObject@@XZ @5239 NONAME ?Clone@H245_IS11172AudioMode@@UBEPAVPObject@@XZ @5240 NONAME ?Clone@H245_IS11172AudioMode_audioLayer@@UBEPAVPObject@@XZ @5241 NONAME ?Clone@H245_IS11172AudioMode_audioSampling@@UBEPAVPObject@@XZ @5242 NONAME ?Clone@H245_IS11172AudioMode_multichannelType@@UBEPAVPObject@@XZ @5243 NONAME ?Clone@H245_IS11172VideoCapability@@UBEPAVPObject@@XZ @5244 NONAME ?Clone@H245_IS11172VideoMode@@UBEPAVPObject@@XZ @5245 NONAME ?Clone@H245_IS13818AudioCapability@@UBEPAVPObject@@XZ @5246 NONAME ?Clone@H245_IS13818AudioMode@@UBEPAVPObject@@XZ @5247 NONAME ?Clone@H245_IS13818AudioMode_audioLayer@@UBEPAVPObject@@XZ @5248 NONAME ?Clone@H245_IS13818AudioMode_audioSampling@@UBEPAVPObject@@XZ @5249 NONAME ?Clone@H245_IS13818AudioMode_multichannelType@@UBEPAVPObject@@XZ @5250 NONAME ?Clone@H245_IV16@@UBEPAVPObject@@XZ @33154 NONAME ?Clone@H245_IV8@@UBEPAVPObject@@XZ @33155 NONAME ?Clone@H245_JitterIndication@@UBEPAVPObject@@XZ @5251 NONAME ?Clone@H245_JitterIndication_scope@@UBEPAVPObject@@XZ @5252 NONAME ?Clone@H245_KeyProtectionMethod@@UBEPAVPObject@@XZ @5253 NONAME ?Clone@H245_LogicalChannelNumber@@UBEPAVPObject@@XZ @5254 NONAME ?Clone@H245_LogicalChannelRateAcknowledge@@UBEPAVPObject@@XZ @11882 NONAME ?Clone@H245_LogicalChannelRateReject@@UBEPAVPObject@@XZ @11883 NONAME ?Clone@H245_LogicalChannelRateRejectReason@@UBEPAVPObject@@XZ @11884 NONAME ?Clone@H245_LogicalChannelRateRelease@@UBEPAVPObject@@XZ @11885 NONAME ?Clone@H245_LogicalChannelRateRequest@@UBEPAVPObject@@XZ @11886 NONAME ?Clone@H245_MaintenanceLoopAck@@UBEPAVPObject@@XZ @5255 NONAME ?Clone@H245_MaintenanceLoopAck_type@@UBEPAVPObject@@XZ @5256 NONAME ?Clone@H245_MaintenanceLoopOffCommand@@UBEPAVPObject@@XZ @5257 NONAME ?Clone@H245_MaintenanceLoopReject@@UBEPAVPObject@@XZ @5258 NONAME ?Clone@H245_MaintenanceLoopReject_cause@@UBEPAVPObject@@XZ @5259 NONAME ?Clone@H245_MaintenanceLoopReject_type@@UBEPAVPObject@@XZ @5260 NONAME ?Clone@H245_MaintenanceLoopRequest@@UBEPAVPObject@@XZ @5261 NONAME ?Clone@H245_MaintenanceLoopRequest_type@@UBEPAVPObject@@XZ @5262 NONAME ?Clone@H245_MasterSlaveDetermination@@UBEPAVPObject@@XZ @5263 NONAME ?Clone@H245_MasterSlaveDeterminationAck@@UBEPAVPObject@@XZ @5264 NONAME ?Clone@H245_MasterSlaveDeterminationAck_decision@@UBEPAVPObject@@XZ @5265 NONAME ?Clone@H245_MasterSlaveDeterminationReject@@UBEPAVPObject@@XZ @5266 NONAME ?Clone@H245_MasterSlaveDeterminationReject_cause@@UBEPAVPObject@@XZ @5267 NONAME ?Clone@H245_MasterSlaveDeterminationRelease@@UBEPAVPObject@@XZ @5268 NONAME ?Clone@H245_MaximumBitRate@@UBEPAVPObject@@XZ @11887 NONAME ?Clone@H245_MaxRedundancy@@UBEPAVPObject@@XZ @33554 NONAME ?Clone@H245_MCLocationIndication@@UBEPAVPObject@@XZ @5269 NONAME ?Clone@H245_McuNumber@@UBEPAVPObject@@XZ @5270 NONAME ?Clone@H245_MediaChannelCapability@@UBEPAVPObject@@XZ @5271 NONAME ?Clone@H245_MediaDistributionCapability@@UBEPAVPObject@@XZ @5272 NONAME ?Clone@H245_MediaEncryptionAlgorithm@@UBEPAVPObject@@XZ @5273 NONAME ?Clone@H245_MediaPacketizationCapability@@UBEPAVPObject@@XZ @5274 NONAME ?Clone@H245_MediaTransportType@@UBEPAVPObject@@XZ @5275 NONAME ?Clone@H245_MediaTransportType_atm_AAL5_compressed@@UBEPAVPObject@@XZ @11888 NONAME ?Clone@H245_MiscellaneousCommand@@UBEPAVPObject@@XZ @5276 NONAME ?Clone@H245_MiscellaneousCommand_type@@UBEPAVPObject@@XZ @5277 NONAME ?Clone@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBEPAVPObject@@XZ @33156 NONAME ?Clone@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBEPAVPObject@@XZ @33157 NONAME ?Clone@H245_MiscellaneousCommand_type_lostPartialPicture@@UBEPAVPObject@@XZ @11889 NONAME ?Clone@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBEPAVPObject@@XZ @5278 NONAME ?Clone@H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@UBEPAVPObject@@XZ @5279 NONAME ?Clone@H245_MiscellaneousCommand_type_videoBadMBs@@UBEPAVPObject@@XZ @11890 NONAME ?Clone@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBEPAVPObject@@XZ @5280 NONAME ?Clone@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBEPAVPObject@@XZ @5281 NONAME ?Clone@H245_MiscellaneousIndication@@UBEPAVPObject@@XZ @5282 NONAME ?Clone@H245_MiscellaneousIndication_type@@UBEPAVPObject@@XZ @5283 NONAME ?Clone@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBEPAVPObject@@XZ @5284 NONAME ?Clone@H245_MobileMultilinkReconfigurationCommand@@UBEPAVPObject@@XZ @11891 NONAME ?Clone@H245_MobileMultilinkReconfigurationCommand_status@@UBEPAVPObject@@XZ @11892 NONAME ?Clone@H245_MobileMultilinkReconfigurationIndication@@UBEPAVPObject@@XZ @11893 NONAME ?Clone@H245_ModeDescription@@UBEPAVPObject@@XZ @5285 NONAME ?Clone@H245_ModeElement@@UBEPAVPObject@@XZ @5286 NONAME ?Clone@H245_ModeElementType@@UBEPAVPObject@@XZ @19282 NONAME ?Clone@H245_MulticastAddress@@UBEPAVPObject@@XZ @5288 NONAME ?Clone@H245_MulticastAddress_iP6Address@@UBEPAVPObject@@XZ @5289 NONAME ?Clone@H245_MulticastAddress_iPAddress@@UBEPAVPObject@@XZ @5290 NONAME ?Clone@H245_MultilinkIndication@@UBEPAVPObject@@XZ @11894 NONAME ?Clone@H245_MultilinkIndication_crcDesired@@UBEPAVPObject@@XZ @11895 NONAME ?Clone@H245_MultilinkIndication_excessiveError@@UBEPAVPObject@@XZ @11896 NONAME ?Clone@H245_MultilinkRequest@@UBEPAVPObject@@XZ @11897 NONAME ?Clone@H245_MultilinkRequest_addConnection@@UBEPAVPObject@@XZ @11898 NONAME ?Clone@H245_MultilinkRequest_callInformation@@UBEPAVPObject@@XZ @11899 NONAME ?Clone@H245_MultilinkRequest_maximumHeaderInterval@@UBEPAVPObject@@XZ @11900 NONAME ?Clone@H245_MultilinkRequest_maximumHeaderInterval_requestType@@UBEPAVPObject@@XZ @11901 NONAME ?Clone@H245_MultilinkRequest_removeConnection@@UBEPAVPObject@@XZ @11902 NONAME ?Clone@H245_MultilinkResponse@@UBEPAVPObject@@XZ @11903 NONAME ?Clone@H245_MultilinkResponse_addConnection@@UBEPAVPObject@@XZ @11904 NONAME ?Clone@H245_MultilinkResponse_addConnection_responseCode@@UBEPAVPObject@@XZ @11905 NONAME ?Clone@H245_MultilinkResponse_addConnection_responseCode_rejected@@UBEPAVPObject@@XZ @11906 NONAME ?Clone@H245_MultilinkResponse_callInformation@@UBEPAVPObject@@XZ @11907 NONAME ?Clone@H245_MultilinkResponse_maximumHeaderInterval@@UBEPAVPObject@@XZ @11908 NONAME ?Clone@H245_MultilinkResponse_removeConnection@@UBEPAVPObject@@XZ @11909 NONAME ?Clone@H245_MultimediaSystemControlMessage@@UBEPAVPObject@@XZ @5291 NONAME ?Clone@H245_MultiplePayloadStream@@UBEPAVPObject@@XZ @19283 NONAME ?Clone@H245_MultiplePayloadStreamCapability@@UBEPAVPObject@@XZ @19284 NONAME ?Clone@H245_MultiplePayloadStreamElement@@UBEPAVPObject@@XZ @19285 NONAME ?Clone@H245_MultiplePayloadStreamElementMode@@UBEPAVPObject@@XZ @19286 NONAME ?Clone@H245_MultiplePayloadStreamMode@@UBEPAVPObject@@XZ @19287 NONAME ?Clone@H245_MultiplexCapability@@UBEPAVPObject@@XZ @5292 NONAME ?Clone@H245_MultiplexedStreamCapability@@UBEPAVPObject@@XZ @11910 NONAME ?Clone@H245_MultiplexedStreamModeParameters@@UBEPAVPObject@@XZ @11911 NONAME ?Clone@H245_MultiplexedStreamParameter@@UBEPAVPObject@@XZ @11912 NONAME ?Clone@H245_MultiplexElement@@UBEPAVPObject@@XZ @5293 NONAME ?Clone@H245_MultiplexElement_repeatCount@@UBEPAVPObject@@XZ @5294 NONAME ?Clone@H245_MultiplexElement_type@@UBEPAVPObject@@XZ @5295 NONAME ?Clone@H245_MultiplexEntryDescriptor@@UBEPAVPObject@@XZ @5296 NONAME ?Clone@H245_MultiplexEntryRejectionDescriptions@@UBEPAVPObject@@XZ @5297 NONAME ?Clone@H245_MultiplexEntryRejectionDescriptions_cause@@UBEPAVPObject@@XZ @5298 NONAME ?Clone@H245_MultiplexEntrySend@@UBEPAVPObject@@XZ @5299 NONAME ?Clone@H245_MultiplexEntrySendAck@@UBEPAVPObject@@XZ @5300 NONAME ?Clone@H245_MultiplexEntrySendReject@@UBEPAVPObject@@XZ @5301 NONAME ?Clone@H245_MultiplexEntrySendRelease@@UBEPAVPObject@@XZ @5302 NONAME ?Clone@H245_MultiplexFormat@@UBEPAVPObject@@XZ @11913 NONAME ?Clone@H245_MultiplexTableEntryNumber@@UBEPAVPObject@@XZ @5303 NONAME ?Clone@H245_MultipointCapability@@UBEPAVPObject@@XZ @5304 NONAME ?Clone@H245_NetworkAccessParameters@@UBEPAVPObject@@XZ @5305 NONAME ?Clone@H245_NetworkAccessParameters_distribution@@UBEPAVPObject@@XZ @5306 NONAME ?Clone@H245_NetworkAccessParameters_networkAddress@@UBEPAVPObject@@XZ @5307 NONAME ?Clone@H245_NetworkAccessParameters_t120SetupProcedure@@UBEPAVPObject@@XZ @5308 NONAME ?Clone@H245_NewATMVCCommand@@UBEPAVPObject@@XZ @11914 NONAME ?Clone@H245_NewATMVCCommand_aal@@UBEPAVPObject@@XZ @11915 NONAME ?Clone@H245_NewATMVCCommand_aal_aal1@@UBEPAVPObject@@XZ @11916 NONAME ?Clone@H245_NewATMVCCommand_aal_aal1_clockRecovery@@UBEPAVPObject@@XZ @11917 NONAME ?Clone@H245_NewATMVCCommand_aal_aal1_errorCorrection@@UBEPAVPObject@@XZ @11918 NONAME ?Clone@H245_NewATMVCCommand_aal_aal5@@UBEPAVPObject@@XZ @11919 NONAME ?Clone@H245_NewATMVCCommand_multiplex@@UBEPAVPObject@@XZ @11920 NONAME ?Clone@H245_NewATMVCCommand_reverseParameters@@UBEPAVPObject@@XZ @11921 NONAME ?Clone@H245_NewATMVCCommand_reverseParameters_multiplex@@UBEPAVPObject@@XZ @11922 NONAME ?Clone@H245_NewATMVCIndication@@UBEPAVPObject@@XZ @5309 NONAME ?Clone@H245_NewATMVCIndication_aal@@UBEPAVPObject@@XZ @5310 NONAME ?Clone@H245_NewATMVCIndication_aal_aal1@@UBEPAVPObject@@XZ @5311 NONAME ?Clone@H245_NewATMVCIndication_aal_aal1_clockRecovery@@UBEPAVPObject@@XZ @5312 NONAME ?Clone@H245_NewATMVCIndication_aal_aal1_errorCorrection@@UBEPAVPObject@@XZ @5313 NONAME ?Clone@H245_NewATMVCIndication_aal_aal5@@UBEPAVPObject@@XZ @5314 NONAME ?Clone@H245_NewATMVCIndication_multiplex@@UBEPAVPObject@@XZ @5315 NONAME ?Clone@H245_NewATMVCIndication_reverseParameters@@UBEPAVPObject@@XZ @5316 NONAME ?Clone@H245_NewATMVCIndication_reverseParameters_multiplex@@UBEPAVPObject@@XZ @5317 NONAME ?Clone@H245_NonStandardIdentifier@@UBEPAVPObject@@XZ @5318 NONAME ?Clone@H245_NonStandardIdentifier_h221NonStandard@@UBEPAVPObject@@XZ @5319 NONAME ?Clone@H245_NonStandardMessage@@UBEPAVPObject@@XZ @5320 NONAME ?Clone@H245_NonStandardParameter@@UBEPAVPObject@@XZ @5321 NONAME ?Clone@H245_NoPTAudioTelephonyEventCapability@@UBEPAVPObject@@XZ @19288 NONAME ?Clone@H245_NoPTAudioToneCapability@@UBEPAVPObject@@XZ @19289 NONAME ?Clone@H245_OpenLogicalChannel@@UBEPAVPObject@@XZ @5322 NONAME ?Clone@H245_OpenLogicalChannelAck@@UBEPAVPObject@@XZ @5323 NONAME ?Clone@H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@UBEPAVPObject@@XZ @5324 NONAME ?Clone@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBEPAVPObject@@XZ @5325 NONAME ?Clone@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@UBEPAVPObject@@XZ @5326 NONAME ?Clone@H245_OpenLogicalChannelConfirm@@UBEPAVPObject@@XZ @5327 NONAME ?Clone@H245_OpenLogicalChannelReject@@UBEPAVPObject@@XZ @5328 NONAME ?Clone@H245_OpenLogicalChannelReject_cause@@UBEPAVPObject@@XZ @5329 NONAME ?Clone@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBEPAVPObject@@XZ @5330 NONAME ?Clone@H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@UBEPAVPObject@@XZ @5331 NONAME ?Clone@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBEPAVPObject@@XZ @5332 NONAME ?Clone@H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@UBEPAVPObject@@XZ @5333 NONAME ?Clone@H245_ParameterIdentifier@@UBEPAVPObject@@XZ @11923 NONAME ?Clone@H245_ParameterValue@@UBEPAVPObject@@XZ @11924 NONAME ?Clone@H245_Params@@UBEPAVPObject@@XZ @33158 NONAME ?Clone@H245_Password@@UBEPAVPObject@@XZ @5334 NONAME ?Clone@H245_PictureReference@@UBEPAVPObject@@XZ @11925 NONAME ?Clone@H245_Q2931Address@@UBEPAVPObject@@XZ @5335 NONAME ?Clone@H245_Q2931Address_address@@UBEPAVPObject@@XZ @5336 NONAME ?Clone@H245_QOSCapability@@UBEPAVPObject@@XZ @5337 NONAME ?Clone@H245_QOSMode@@UBEPAVPObject@@XZ @5338 NONAME ?Clone@H245_RedundancyEncoding@@UBEPAVPObject@@XZ @5339 NONAME ?Clone@H245_RedundancyEncodingCapability@@UBEPAVPObject@@XZ @5340 NONAME ?Clone@H245_RedundancyEncodingDTMode@@UBEPAVPObject@@XZ @19290 NONAME ?Clone@H245_RedundancyEncodingDTModeElement@@UBEPAVPObject@@XZ @19291 NONAME ?Clone@H245_RedundancyEncodingDTModeElement_type@@UBEPAVPObject@@XZ @19292 NONAME ?Clone@H245_RedundancyEncodingElement@@UBEPAVPObject@@XZ @19293 NONAME ?Clone@H245_RedundancyEncodingMethod@@UBEPAVPObject@@XZ @5341 NONAME ?Clone@H245_RedundancyEncodingMode@@UBEPAVPObject@@XZ @5342 NONAME ?Clone@H245_RedundancyEncodingMode_secondaryEncoding@@UBEPAVPObject@@XZ @5343 NONAME ?Clone@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBEPAVPObject@@XZ @19294 NONAME ?Clone@H245_RefPictureSelection@@UBEPAVPObject@@XZ @5344 NONAME ?Clone@H245_RefPictureSelection_additionalPictureMemory@@UBEPAVPObject@@XZ @5345 NONAME ?Clone@H245_RefPictureSelection_enhancedReferencePicSelect@@UBEPAVPObject@@XZ @11926 NONAME ?Clone@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBEPAVPObject@@XZ @11927 NONAME ?Clone@H245_RefPictureSelection_videoBackChannelSend@@UBEPAVPObject@@XZ @5346 NONAME ?Clone@H245_RemoteMCRequest@@UBEPAVPObject@@XZ @5347 NONAME ?Clone@H245_RemoteMCResponse@@UBEPAVPObject@@XZ @5348 NONAME ?Clone@H245_RemoteMCResponse_reject@@UBEPAVPObject@@XZ @5349 NONAME ?Clone@H245_RequestAllTerminalIDsResponse@@UBEPAVPObject@@XZ @5350 NONAME ?Clone@H245_RequestChannelClose@@UBEPAVPObject@@XZ @5351 NONAME ?Clone@H245_RequestChannelCloseAck@@UBEPAVPObject@@XZ @5352 NONAME ?Clone@H245_RequestChannelCloseReject@@UBEPAVPObject@@XZ @5353 NONAME ?Clone@H245_RequestChannelCloseReject_cause@@UBEPAVPObject@@XZ @5354 NONAME ?Clone@H245_RequestChannelCloseRelease@@UBEPAVPObject@@XZ @5355 NONAME ?Clone@H245_RequestChannelClose_reason@@UBEPAVPObject@@XZ @5356 NONAME ?Clone@H245_RequestMessage@@UBEPAVPObject@@XZ @5357 NONAME ?Clone@H245_RequestMode@@UBEPAVPObject@@XZ @5358 NONAME ?Clone@H245_RequestModeAck@@UBEPAVPObject@@XZ @5359 NONAME ?Clone@H245_RequestModeAck_response@@UBEPAVPObject@@XZ @5360 NONAME ?Clone@H245_RequestModeReject@@UBEPAVPObject@@XZ @5361 NONAME ?Clone@H245_RequestModeReject_cause@@UBEPAVPObject@@XZ @5362 NONAME ?Clone@H245_RequestModeRelease@@UBEPAVPObject@@XZ @5363 NONAME ?Clone@H245_RequestMultiplexEntry@@UBEPAVPObject@@XZ @5364 NONAME ?Clone@H245_RequestMultiplexEntryAck@@UBEPAVPObject@@XZ @5365 NONAME ?Clone@H245_RequestMultiplexEntryReject@@UBEPAVPObject@@XZ @5366 NONAME ?Clone@H245_RequestMultiplexEntryRejectionDescriptions@@UBEPAVPObject@@XZ @5367 NONAME ?Clone@H245_RequestMultiplexEntryRejectionDescriptions_cause@@UBEPAVPObject@@XZ @5368 NONAME ?Clone@H245_RequestMultiplexEntryRelease@@UBEPAVPObject@@XZ @5369 NONAME ?Clone@H245_ResponseMessage@@UBEPAVPObject@@XZ @5370 NONAME ?Clone@H245_RoundTripDelayRequest@@UBEPAVPObject@@XZ @5371 NONAME ?Clone@H245_RoundTripDelayResponse@@UBEPAVPObject@@XZ @5372 NONAME ?Clone@H245_RSVPParameters@@UBEPAVPObject@@XZ @5373 NONAME ?Clone@H245_RTPH263VideoRedundancyEncoding@@UBEPAVPObject@@XZ @5374 NONAME ?Clone@H245_RTPH263VideoRedundancyEncoding_containedThreads@@UBEPAVPObject@@XZ @5375 NONAME ?Clone@H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@UBEPAVPObject@@XZ @5376 NONAME ?Clone@H245_RTPH263VideoRedundancyFrameMapping@@UBEPAVPObject@@XZ @5377 NONAME ?Clone@H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@UBEPAVPObject@@XZ @5378 NONAME ?Clone@H245_RTPPayloadType@@UBEPAVPObject@@XZ @5379 NONAME ?Clone@H245_RTPPayloadType_payloadDescriptor@@UBEPAVPObject@@XZ @5380 NONAME ?Clone@H245_SendTerminalCapabilitySet@@UBEPAVPObject@@XZ @5381 NONAME ?Clone@H245_SendTerminalCapabilitySet_specificRequest@@UBEPAVPObject@@XZ @5382 NONAME ?Clone@H245_SequenceNumber@@UBEPAVPObject@@XZ @5383 NONAME ?Clone@H245_SubstituteConferenceIDCommand@@UBEPAVPObject@@XZ @5384 NONAME ?Clone@H245_T38FaxProfile@@UBEPAVPObject@@XZ @11928 NONAME ?Clone@H245_T38FaxRateManagement@@UBEPAVPObject@@XZ @11929 NONAME ?Clone@H245_T38FaxTcpOptions@@UBEPAVPObject@@XZ @11930 NONAME ?Clone@H245_T38FaxUdpOptions@@UBEPAVPObject@@XZ @11931 NONAME ?Clone@H245_T38FaxUdpOptions_t38FaxUdpEC@@UBEPAVPObject@@XZ @11932 NONAME ?Clone@H245_T84Profile@@UBEPAVPObject@@XZ @5385 NONAME ?Clone@H245_T84Profile_t84Restricted@@UBEPAVPObject@@XZ @5386 NONAME ?Clone@H245_TerminalCapabilitySet@@UBEPAVPObject@@XZ @5387 NONAME ?Clone@H245_TerminalCapabilitySetAck@@UBEPAVPObject@@XZ @5388 NONAME ?Clone@H245_TerminalCapabilitySetReject@@UBEPAVPObject@@XZ @5389 NONAME ?Clone@H245_TerminalCapabilitySetReject_cause@@UBEPAVPObject@@XZ @5390 NONAME ?Clone@H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@UBEPAVPObject@@XZ @5391 NONAME ?Clone@H245_TerminalCapabilitySetRelease@@UBEPAVPObject@@XZ @5392 NONAME ?Clone@H245_TerminalID@@UBEPAVPObject@@XZ @5393 NONAME ?Clone@H245_TerminalInformation@@UBEPAVPObject@@XZ @5394 NONAME ?Clone@H245_TerminalLabel@@UBEPAVPObject@@XZ @5395 NONAME ?Clone@H245_TerminalNumber@@UBEPAVPObject@@XZ @5396 NONAME ?Clone@H245_TerminalYouAreSeeingInSubPictureNumber@@UBEPAVPObject@@XZ @5397 NONAME ?Clone@H245_TransparencyParameters@@UBEPAVPObject@@XZ @5398 NONAME ?Clone@H245_TransportAddress@@UBEPAVPObject@@XZ @5399 NONAME ?Clone@H245_TransportCapability@@UBEPAVPObject@@XZ @5400 NONAME ?Clone@H245_UnicastAddress@@UBEPAVPObject@@XZ @5401 NONAME ?Clone@H245_UnicastAddress_iP6Address@@UBEPAVPObject@@XZ @5402 NONAME ?Clone@H245_UnicastAddress_iPAddress@@UBEPAVPObject@@XZ @5403 NONAME ?Clone@H245_UnicastAddress_iPSourceRouteAddress@@UBEPAVPObject@@XZ @5404 NONAME ?Clone@H245_UnicastAddress_iPSourceRouteAddress_route@@UBEPAVPObject@@XZ @5405 NONAME ?Clone@H245_UnicastAddress_iPSourceRouteAddress_routing@@UBEPAVPObject@@XZ @5406 NONAME ?Clone@H245_UnicastAddress_iPXAddress@@UBEPAVPObject@@XZ @5407 NONAME ?Clone@H245_UserInputCapability@@UBEPAVPObject@@XZ @5408 NONAME ?Clone@H245_UserInputIndication@@UBEPAVPObject@@XZ @5409 NONAME ?Clone@H245_UserInputIndication_encryptedAlphanumeric@@UBEPAVPObject@@XZ @33159 NONAME ?Clone@H245_UserInputIndication_extendedAlphanumeric@@UBEPAVPObject@@XZ @11933 NONAME ?Clone@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBEPAVPObject@@XZ @33160 NONAME ?Clone@H245_UserInputIndication_signal@@UBEPAVPObject@@XZ @5410 NONAME ?Clone@H245_UserInputIndication_signalUpdate@@UBEPAVPObject@@XZ @5411 NONAME ?Clone@H245_UserInputIndication_signalUpdate_rtp@@UBEPAVPObject@@XZ @5412 NONAME ?Clone@H245_UserInputIndication_signal_rtp@@UBEPAVPObject@@XZ @5413 NONAME ?Clone@H245_UserInputIndication_userInputSupportIndication@@UBEPAVPObject@@XZ @5414 NONAME ?Clone@H245_V42bis@@UBEPAVPObject@@XZ @5415 NONAME ?Clone@H245_V75Capability@@UBEPAVPObject@@XZ @5416 NONAME ?Clone@H245_V75Parameters@@UBEPAVPObject@@XZ @5417 NONAME ?Clone@H245_V76Capability@@UBEPAVPObject@@XZ @5418 NONAME ?Clone@H245_V76HDLCParameters@@UBEPAVPObject@@XZ @5419 NONAME ?Clone@H245_V76LogicalChannelParameters@@UBEPAVPObject@@XZ @5420 NONAME ?Clone@H245_V76LogicalChannelParameters_mode@@UBEPAVPObject@@XZ @5421 NONAME ?Clone@H245_V76LogicalChannelParameters_mode_eRM@@UBEPAVPObject@@XZ @5422 NONAME ?Clone@H245_V76LogicalChannelParameters_mode_eRM_recovery@@UBEPAVPObject@@XZ @5423 NONAME ?Clone@H245_V76LogicalChannelParameters_suspendResume@@UBEPAVPObject@@XZ @5424 NONAME ?Clone@H245_V76ModeParameters@@UBEPAVPObject@@XZ @5425 NONAME ?Clone@H245_VBDCapability@@UBEPAVPObject@@XZ @19295 NONAME ?Clone@H245_VBDMode@@UBEPAVPObject@@XZ @19296 NONAME ?Clone@H245_VCCapability@@UBEPAVPObject@@XZ @5426 NONAME ?Clone@H245_VCCapability_aal1@@UBEPAVPObject@@XZ @5427 NONAME ?Clone@H245_VCCapability_aal1ViaGateway@@UBEPAVPObject@@XZ @11934 NONAME ?Clone@H245_VCCapability_aal5@@UBEPAVPObject@@XZ @5428 NONAME ?Clone@H245_VCCapability_availableBitRates@@UBEPAVPObject@@XZ @5429 NONAME ?Clone@H245_VCCapability_availableBitRates_type@@UBEPAVPObject@@XZ @5430 NONAME ?Clone@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBEPAVPObject@@XZ @5431 NONAME ?Clone@H245_VendorIdentification@@UBEPAVPObject@@XZ @5432 NONAME ?Clone@H245_VideoCapability@@UBEPAVPObject@@XZ @5433 NONAME ?Clone@H245_VideoIndicateCompose@@UBEPAVPObject@@XZ @5434 NONAME ?Clone@H245_VideoMode@@UBEPAVPObject@@XZ @5435 NONAME ?Clone@H248_ActionReply@@UBEPAVPObject@@XZ @15936 NONAME ?Clone@H248_ActionRequest@@UBEPAVPObject@@XZ @15937 NONAME ?Clone@H248_AmmDescriptor@@UBEPAVPObject@@XZ @15938 NONAME ?Clone@H248_AmmRequest@@UBEPAVPObject@@XZ @15939 NONAME ?Clone@H248_AmmsReply@@UBEPAVPObject@@XZ @15940 NONAME ?Clone@H248_ArrayOf_ActionReply@@UBEPAVPObject@@XZ @15941 NONAME ?Clone@H248_ArrayOf_ActionRequest@@UBEPAVPObject@@XZ @15942 NONAME ?Clone@H248_ArrayOf_AmmDescriptor@@UBEPAVPObject@@XZ @15943 NONAME ?Clone@H248_ArrayOf_CommandReply@@UBEPAVPObject@@XZ @15944 NONAME ?Clone@H248_ArrayOf_CommandRequest@@UBEPAVPObject@@XZ @15945 NONAME ?Clone@H248_ArrayOf_EventParameter@@UBEPAVPObject@@XZ @15946 NONAME ?Clone@H248_ArrayOf_IndAuditParameter@@UBEPAVPObject@@XZ @15947 NONAME ?Clone@H248_ArrayOf_IndAudPropertyParm@@UBEPAVPObject@@XZ @15948 NONAME ?Clone@H248_ArrayOf_IndAudStreamDescriptor@@UBEPAVPObject@@XZ @15949 NONAME ?Clone@H248_ArrayOf_ModemType@@UBEPAVPObject@@XZ @15950 NONAME ?Clone@H248_ArrayOf_ObservedEvent@@UBEPAVPObject@@XZ @15951 NONAME ?Clone@H248_ArrayOf_PASN_OctetString@@UBEPAVPObject@@XZ @15952 NONAME ?Clone@H248_ArrayOf_PropertyGroup@@UBEPAVPObject@@XZ @15953 NONAME ?Clone@H248_ArrayOf_PropertyParm@@UBEPAVPObject@@XZ @15954 NONAME ?Clone@H248_ArrayOf_RequestedEvent@@UBEPAVPObject@@XZ @15955 NONAME ?Clone@H248_ArrayOf_SecondRequestedEvent@@UBEPAVPObject@@XZ @15956 NONAME ?Clone@H248_ArrayOf_Signal@@UBEPAVPObject@@XZ @15957 NONAME ?Clone@H248_ArrayOf_SigParameter@@UBEPAVPObject@@XZ @15958 NONAME ?Clone@H248_ArrayOf_StreamDescriptor@@UBEPAVPObject@@XZ @15959 NONAME ?Clone@H248_ArrayOf_TerminationID@@UBEPAVPObject@@XZ @15960 NONAME ?Clone@H248_ArrayOf_TopologyRequest@@UBEPAVPObject@@XZ @15961 NONAME ?Clone@H248_ArrayOf_Transaction@@UBEPAVPObject@@XZ @15962 NONAME ?Clone@H248_ArrayOf_WildcardField@@UBEPAVPObject@@XZ @15963 NONAME ?Clone@H248_AuditDescriptor@@UBEPAVPObject@@XZ @15964 NONAME ?Clone@H248_AuditReply@@UBEPAVPObject@@XZ @15965 NONAME ?Clone@H248_AuditRequest@@UBEPAVPObject@@XZ @15966 NONAME ?Clone@H248_AuditResult@@UBEPAVPObject@@XZ @15967 NONAME ?Clone@H248_AuditReturnParameter@@UBEPAVPObject@@XZ @15968 NONAME ?Clone@H248_AuthData@@UBEPAVPObject@@XZ @15969 NONAME ?Clone@H248_AuthenticationHeader@@UBEPAVPObject@@XZ @15970 NONAME ?Clone@H248_Command@@UBEPAVPObject@@XZ @15971 NONAME ?Clone@H248_CommandReply@@UBEPAVPObject@@XZ @15972 NONAME ?Clone@H248_CommandRequest@@UBEPAVPObject@@XZ @15973 NONAME ?Clone@H248_ContextAttrAuditRequest@@UBEPAVPObject@@XZ @15974 NONAME ?Clone@H248_ContextID@@UBEPAVPObject@@XZ @15975 NONAME ?Clone@H248_ContextRequest@@UBEPAVPObject@@XZ @15976 NONAME ?Clone@H248_DigitMapDescriptor@@UBEPAVPObject@@XZ @15977 NONAME ?Clone@H248_DigitMapName@@UBEPAVPObject@@XZ @15978 NONAME ?Clone@H248_DigitMapValue@@UBEPAVPObject@@XZ @15979 NONAME ?Clone@H248_DomainName@@UBEPAVPObject@@XZ @15980 NONAME ?Clone@H248_ErrorCode@@UBEPAVPObject@@XZ @15981 NONAME ?Clone@H248_ErrorDescriptor@@UBEPAVPObject@@XZ @15982 NONAME ?Clone@H248_ErrorText@@UBEPAVPObject@@XZ @15983 NONAME ?Clone@H248_EventBufferControl@@UBEPAVPObject@@XZ @15984 NONAME ?Clone@H248_EventBufferDescriptor@@UBEPAVPObject@@XZ @15985 NONAME ?Clone@H248_EventDM@@UBEPAVPObject@@XZ @15986 NONAME ?Clone@H248_EventName@@UBEPAVPObject@@XZ @15987 NONAME ?Clone@H248_EventParameter@@UBEPAVPObject@@XZ @15988 NONAME ?Clone@H248_EventParameter_extraInfo@@UBEPAVPObject@@XZ @15989 NONAME ?Clone@H248_EventsDescriptor@@UBEPAVPObject@@XZ @15990 NONAME ?Clone@H248_EventSpec@@UBEPAVPObject@@XZ @15991 NONAME ?Clone@H248_H221NonStandard@@UBEPAVPObject@@XZ @15992 NONAME ?Clone@H248_IndAudDigitMapDescriptor@@UBEPAVPObject@@XZ @15993 NONAME ?Clone@H248_IndAudEventBufferDescriptor@@UBEPAVPObject@@XZ @15994 NONAME ?Clone@H248_IndAudEventsDescriptor@@UBEPAVPObject@@XZ @15995 NONAME ?Clone@H248_IndAuditParameter@@UBEPAVPObject@@XZ @15996 NONAME ?Clone@H248_IndAudLocalControlDescriptor@@UBEPAVPObject@@XZ @15997 NONAME ?Clone@H248_IndAudLocalRemoteDescriptor@@UBEPAVPObject@@XZ @15998 NONAME ?Clone@H248_IndAudMediaDescriptor@@UBEPAVPObject@@XZ @15999 NONAME ?Clone@H248_IndAudMediaDescriptor_streams@@UBEPAVPObject@@XZ @16000 NONAME ?Clone@H248_IndAudPackagesDescriptor@@UBEPAVPObject@@XZ @16001 NONAME ?Clone@H248_IndAudPropertyGroup@@UBEPAVPObject@@XZ @16002 NONAME ?Clone@H248_IndAudPropertyParm@@UBEPAVPObject@@XZ @16003 NONAME ?Clone@H248_IndAudSeqSigList@@UBEPAVPObject@@XZ @16004 NONAME ?Clone@H248_IndAudSignal@@UBEPAVPObject@@XZ @16005 NONAME ?Clone@H248_IndAudSignalsDescriptor@@UBEPAVPObject@@XZ @16006 NONAME ?Clone@H248_IndAudStatisticsDescriptor@@UBEPAVPObject@@XZ @16007 NONAME ?Clone@H248_IndAudStreamDescriptor@@UBEPAVPObject@@XZ @16008 NONAME ?Clone@H248_IndAudStreamParms@@UBEPAVPObject@@XZ @16009 NONAME ?Clone@H248_IndAudTerminationStateDescriptor@@UBEPAVPObject@@XZ @16010 NONAME ?Clone@H248_IP4Address@@UBEPAVPObject@@XZ @16011 NONAME ?Clone@H248_IP6Address@@UBEPAVPObject@@XZ @16012 NONAME ?Clone@H248_LocalControlDescriptor@@UBEPAVPObject@@XZ @16013 NONAME ?Clone@H248_LocalRemoteDescriptor@@UBEPAVPObject@@XZ @16014 NONAME ?Clone@H248_MediaDescriptor@@UBEPAVPObject@@XZ @16015 NONAME ?Clone@H248_MediaDescriptor_streams@@UBEPAVPObject@@XZ @16016 NONAME ?Clone@H248_MegacoMessage@@UBEPAVPObject@@XZ @16017 NONAME ?Clone@H248_Message@@UBEPAVPObject@@XZ @16018 NONAME ?Clone@H248_Message_messageBody@@UBEPAVPObject@@XZ @16019 NONAME ?Clone@H248_MId@@UBEPAVPObject@@XZ @16020 NONAME ?Clone@H248_ModemDescriptor@@UBEPAVPObject@@XZ @16021 NONAME ?Clone@H248_ModemType@@UBEPAVPObject@@XZ @16022 NONAME ?Clone@H248_MuxDescriptor@@UBEPAVPObject@@XZ @16023 NONAME ?Clone@H248_MuxType@@UBEPAVPObject@@XZ @16024 NONAME ?Clone@H248_Name@@UBEPAVPObject@@XZ @16025 NONAME ?Clone@H248_NonStandardData@@UBEPAVPObject@@XZ @16026 NONAME ?Clone@H248_NonStandardIdentifier@@UBEPAVPObject@@XZ @16027 NONAME ?Clone@H248_NotifyCompletion@@UBEPAVPObject@@XZ @16028 NONAME ?Clone@H248_NotifyReply@@UBEPAVPObject@@XZ @16029 NONAME ?Clone@H248_NotifyRequest@@UBEPAVPObject@@XZ @16030 NONAME ?Clone@H248_ObservedEvent@@UBEPAVPObject@@XZ @16031 NONAME ?Clone@H248_ObservedEventsDescriptor@@UBEPAVPObject@@XZ @16032 NONAME ?Clone@H248_PackagesDescriptor@@UBEPAVPObject@@XZ @16033 NONAME ?Clone@H248_PackagesItem@@UBEPAVPObject@@XZ @16034 NONAME ?Clone@H248_PathName@@UBEPAVPObject@@XZ @16035 NONAME ?Clone@H248_PkgdName@@UBEPAVPObject@@XZ @16036 NONAME ?Clone@H248_PropertyGroup@@UBEPAVPObject@@XZ @16037 NONAME ?Clone@H248_PropertyParm@@UBEPAVPObject@@XZ @16038 NONAME ?Clone@H248_PropertyParm_extraInfo@@UBEPAVPObject@@XZ @16039 NONAME ?Clone@H248_Relation@@UBEPAVPObject@@XZ @16040 NONAME ?Clone@H248_RequestedActions@@UBEPAVPObject@@XZ @16041 NONAME ?Clone@H248_RequestedEvent@@UBEPAVPObject@@XZ @16042 NONAME ?Clone@H248_RequestID@@UBEPAVPObject@@XZ @16043 NONAME ?Clone@H248_SecondEventsDescriptor@@UBEPAVPObject@@XZ @16044 NONAME ?Clone@H248_SecondRequestedActions@@UBEPAVPObject@@XZ @16045 NONAME ?Clone@H248_SecondRequestedEvent@@UBEPAVPObject@@XZ @16046 NONAME ?Clone@H248_SecurityParmIndex@@UBEPAVPObject@@XZ @16047 NONAME ?Clone@H248_SeqSigList@@UBEPAVPObject@@XZ @16048 NONAME ?Clone@H248_SequenceNum@@UBEPAVPObject@@XZ @16049 NONAME ?Clone@H248_ServiceChangeAddress@@UBEPAVPObject@@XZ @16050 NONAME ?Clone@H248_ServiceChangeMethod@@UBEPAVPObject@@XZ @16051 NONAME ?Clone@H248_ServiceChangeParm@@UBEPAVPObject@@XZ @16052 NONAME ?Clone@H248_ServiceChangeProfile@@UBEPAVPObject@@XZ @16053 NONAME ?Clone@H248_ServiceChangeReply@@UBEPAVPObject@@XZ @16054 NONAME ?Clone@H248_ServiceChangeRequest@@UBEPAVPObject@@XZ @16055 NONAME ?Clone@H248_ServiceChangeResParm@@UBEPAVPObject@@XZ @16056 NONAME ?Clone@H248_ServiceChangeResult@@UBEPAVPObject@@XZ @16057 NONAME ?Clone@H248_ServiceState@@UBEPAVPObject@@XZ @16058 NONAME ?Clone@H248_Signal@@UBEPAVPObject@@XZ @16059 NONAME ?Clone@H248_SignalName@@UBEPAVPObject@@XZ @16060 NONAME ?Clone@H248_SignalRequest@@UBEPAVPObject@@XZ @16061 NONAME ?Clone@H248_SignalsDescriptor@@UBEPAVPObject@@XZ @16062 NONAME ?Clone@H248_SignalType@@UBEPAVPObject@@XZ @16063 NONAME ?Clone@H248_SigParameter@@UBEPAVPObject@@XZ @16064 NONAME ?Clone@H248_SigParameter_extraInfo@@UBEPAVPObject@@XZ @16065 NONAME ?Clone@H248_StatisticsDescriptor@@UBEPAVPObject@@XZ @16066 NONAME ?Clone@H248_StatisticsParameter@@UBEPAVPObject@@XZ @16067 NONAME ?Clone@H248_StreamDescriptor@@UBEPAVPObject@@XZ @16068 NONAME ?Clone@H248_StreamID@@UBEPAVPObject@@XZ @16069 NONAME ?Clone@H248_StreamMode@@UBEPAVPObject@@XZ @16070 NONAME ?Clone@H248_StreamParms@@UBEPAVPObject@@XZ @16071 NONAME ?Clone@H248_SubtractRequest@@UBEPAVPObject@@XZ @16072 NONAME ?Clone@H248_TerminationAudit@@UBEPAVPObject@@XZ @16073 NONAME ?Clone@H248_TerminationID@@UBEPAVPObject@@XZ @16074 NONAME ?Clone@H248_TerminationIDList@@UBEPAVPObject@@XZ @16075 NONAME ?Clone@H248_TerminationStateDescriptor@@UBEPAVPObject@@XZ @16076 NONAME ?Clone@H248_TimeNotation@@UBEPAVPObject@@XZ @16077 NONAME ?Clone@H248_TopologyRequest@@UBEPAVPObject@@XZ @16078 NONAME ?Clone@H248_TopologyRequest_topologyDirection@@UBEPAVPObject@@XZ @16079 NONAME ?Clone@H248_Transaction@@UBEPAVPObject@@XZ @16080 NONAME ?Clone@H248_TransactionAck@@UBEPAVPObject@@XZ @16081 NONAME ?Clone@H248_TransactionId@@UBEPAVPObject@@XZ @16082 NONAME ?Clone@H248_TransactionPending@@UBEPAVPObject@@XZ @16083 NONAME ?Clone@H248_TransactionReply@@UBEPAVPObject@@XZ @16084 NONAME ?Clone@H248_TransactionReply_transactionResult@@UBEPAVPObject@@XZ @16085 NONAME ?Clone@H248_TransactionRequest@@UBEPAVPObject@@XZ @16086 NONAME ?Clone@H248_TransactionResponseAck@@UBEPAVPObject@@XZ @16087 NONAME ?Clone@H248_Value@@UBEPAVPObject@@XZ @16088 NONAME ?Clone@H248_WildcardField@@UBEPAVPObject@@XZ @16089 NONAME ?Clone@H263PacketList@@UBEPAVPObject@@XZ @33701 NONAME ?Clone@H323ChannelNumber@@UBEPAVPObject@@XZ @5436 NONAME ?Clone@H323CodecPluginGenericAudioCapability@@UBEPAVPObject@@XZ @33262 NONAME ?Clone@H323CodecPluginNonStandardAudioCapability@@UBEPAVPObject@@XZ @29848 NONAME ?Clone@H323GSMPluginCapability@@UBEPAVPObject@@XZ @29849 NONAME ?Clone@H323PluginCapability@@UBEPAVPObject@@XZ @29851 NONAME ?Clone@H323PluginG7231Capability@@UBEPAVPObject@@XZ @29852 NONAME ?Clone@H323RasPDU@@UBEPAVPObject@@XZ @18184 NONAME ?Clone@H323TransportAddressArray@@UBEPAVPObject@@XZ @14753 NONAME ?Clone@H323_CiscoG7231aLIDCapability@@UBEPAVPObject@@XZ @14694 NONAME ?Clone@H323_G711Capability@@UBEPAVPObject@@XZ @5439 NONAME ?Clone@H323_H261Capability@@UBEPAVPObject@@XZ @5441 NONAME ?Clone@H323_LIDCapability@@UBEPAVPObject@@XZ @5442 NONAME ?Clone@H323_RFC2190_H263Capability@@UBEPAVPObject@@XZ @33702 NONAME ?Clone@H323_T120Capability@@UBEPAVPObject@@XZ @5443 NONAME ?Clone@H323_T38Capability@@UBEPAVPObject@@XZ @12667 NONAME ?Clone@H323_T38NonStandardCapability@@UBEPAVPObject@@XZ @14190 NONAME ?Clone@H323_UserInputCapability@@UBEPAVPObject@@XZ @5444 NONAME ?Clone@H45010_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @10666 NONAME ?Clone@H45010_CfbOvrOptArg@@UBEPAVPObject@@XZ @10667 NONAME ?Clone@H45010_CoReqOptArg@@UBEPAVPObject@@XZ @10668 NONAME ?Clone@H45010_H323CallOfferOperations@@UBEPAVPObject@@XZ @10669 NONAME ?Clone@H45010_RUAlertOptArg@@UBEPAVPObject@@XZ @10670 NONAME ?Clone@H45011_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @10671 NONAME ?Clone@H45011_CallIntrusionErrors@@UBEPAVPObject@@XZ @10672 NONAME ?Clone@H45011_CICapabilityLevel@@UBEPAVPObject@@XZ @10673 NONAME ?Clone@H45011_CIFrcRelArg@@UBEPAVPObject@@XZ @10674 NONAME ?Clone@H45011_CIFrcRelOptRes@@UBEPAVPObject@@XZ @10675 NONAME ?Clone@H45011_CIGetCIPLOptArg@@UBEPAVPObject@@XZ @10676 NONAME ?Clone@H45011_CIGetCIPLRes@@UBEPAVPObject@@XZ @10677 NONAME ?Clone@H45011_CIIsOptArg@@UBEPAVPObject@@XZ @10678 NONAME ?Clone@H45011_CIIsOptRes@@UBEPAVPObject@@XZ @10679 NONAME ?Clone@H45011_CINotificationArg@@UBEPAVPObject@@XZ @10680 NONAME ?Clone@H45011_CIProtectionLevel@@UBEPAVPObject@@XZ @10681 NONAME ?Clone@H45011_CIRequestArg@@UBEPAVPObject@@XZ @10682 NONAME ?Clone@H45011_CIRequestRes@@UBEPAVPObject@@XZ @10683 NONAME ?Clone@H45011_CISilentArg@@UBEPAVPObject@@XZ @10684 NONAME ?Clone@H45011_CISilentOptRes@@UBEPAVPObject@@XZ @10685 NONAME ?Clone@H45011_CIStatusInformation@@UBEPAVPObject@@XZ @10686 NONAME ?Clone@H45011_CIWobOptArg@@UBEPAVPObject@@XZ @10687 NONAME ?Clone@H45011_CIWobOptRes@@UBEPAVPObject@@XZ @10688 NONAME ?Clone@H45011_H323CallIntrusionOperations@@UBEPAVPObject@@XZ @10689 NONAME ?Clone@H4501_Address@@UBEPAVPObject@@XZ @9989 NONAME ?Clone@H4501_AddressInformation@@UBEPAVPObject@@XZ @9990 NONAME ?Clone@H4501_AddressScreened@@UBEPAVPObject@@XZ @9991 NONAME ?Clone@H4501_ArrayOf_AliasAddress@@UBEPAVPObject@@XZ @9992 NONAME ?Clone@H4501_ArrayOf_ROS@@UBEPAVPObject@@XZ @9993 NONAME ?Clone@H4501_EndpointAddress@@UBEPAVPObject@@XZ @9994 NONAME ?Clone@H4501_EntityType@@UBEPAVPObject@@XZ @9995 NONAME ?Clone@H4501_Extension@@UBEPAVPObject@@XZ @9996 NONAME ?Clone@H4501_GeneralErrorList@@UBEPAVPObject@@XZ @9997 NONAME ?Clone@H4501_H225InformationElement@@UBEPAVPObject@@XZ @9998 NONAME ?Clone@H4501_InterpretationApdu@@UBEPAVPObject@@XZ @9999 NONAME ?Clone@H4501_InvokeIDs@@UBEPAVPObject@@XZ @10000 NONAME ?Clone@H4501_InvokeIdSet@@UBEPAVPObject@@XZ @10001 NONAME ?Clone@H4501_NetworkFacilityExtension@@UBEPAVPObject@@XZ @10002 NONAME ?Clone@H4501_NSAPSubaddress@@UBEPAVPObject@@XZ @10003 NONAME ?Clone@H4501_NumberScreened@@UBEPAVPObject@@XZ @10004 NONAME ?Clone@H4501_PartySubaddress@@UBEPAVPObject@@XZ @10005 NONAME ?Clone@H4501_PresentationAllowedIndicator@@UBEPAVPObject@@XZ @10006 NONAME ?Clone@H4501_PresentedAddressScreened@@UBEPAVPObject@@XZ @10007 NONAME ?Clone@H4501_PresentedAddressUnscreened@@UBEPAVPObject@@XZ @10008 NONAME ?Clone@H4501_PresentedNumberScreened@@UBEPAVPObject@@XZ @10009 NONAME ?Clone@H4501_PresentedNumberUnscreened@@UBEPAVPObject@@XZ @10010 NONAME ?Clone@H4501_ScreeningIndicator@@UBEPAVPObject@@XZ @10011 NONAME ?Clone@H4501_ServiceApdus@@UBEPAVPObject@@XZ @10012 NONAME ?Clone@H4501_SubaddressInformation@@UBEPAVPObject@@XZ @10013 NONAME ?Clone@H4501_SupplementaryService@@UBEPAVPObject@@XZ @10014 NONAME ?Clone@H4501_UserSpecifiedSubaddress@@UBEPAVPObject@@XZ @10015 NONAME ?Clone@H4502_CallIdentity@@UBEPAVPObject@@XZ @10016 NONAME ?Clone@H4502_CallStatus@@UBEPAVPObject@@XZ @10017 NONAME ?Clone@H4502_CallTransferErrors@@UBEPAVPObject@@XZ @10018 NONAME ?Clone@H4502_CallTransferOperation@@UBEPAVPObject@@XZ @10019 NONAME ?Clone@H4502_CTActiveArg@@UBEPAVPObject@@XZ @10020 NONAME ?Clone@H4502_CTActiveArg_argumentExtension@@UBEPAVPObject@@XZ @10021 NONAME ?Clone@H4502_CTCompleteArg@@UBEPAVPObject@@XZ @10022 NONAME ?Clone@H4502_CTCompleteArg_argumentExtension@@UBEPAVPObject@@XZ @10023 NONAME ?Clone@H4502_CTIdentifyRes@@UBEPAVPObject@@XZ @10024 NONAME ?Clone@H4502_CTIdentifyRes_resultExtension@@UBEPAVPObject@@XZ @10025 NONAME ?Clone@H4502_CTInitiateArg@@UBEPAVPObject@@XZ @10026 NONAME ?Clone@H4502_CTInitiateArg_argumentExtension@@UBEPAVPObject@@XZ @10027 NONAME ?Clone@H4502_CTSetupArg@@UBEPAVPObject@@XZ @10028 NONAME ?Clone@H4502_CTSetupArg_argumentExtension@@UBEPAVPObject@@XZ @10029 NONAME ?Clone@H4502_CTUpdateArg@@UBEPAVPObject@@XZ @10030 NONAME ?Clone@H4502_CTUpdateArg_argumentExtension@@UBEPAVPObject@@XZ @10031 NONAME ?Clone@H4502_DummyArg@@UBEPAVPObject@@XZ @10032 NONAME ?Clone@H4502_DummyRes@@UBEPAVPObject@@XZ @10033 NONAME ?Clone@H4502_EndDesignation@@UBEPAVPObject@@XZ @10034 NONAME ?Clone@H4502_ExtensionSeq@@UBEPAVPObject@@XZ @10035 NONAME ?Clone@H4502_SubaddressTransferArg@@UBEPAVPObject@@XZ @10036 NONAME ?Clone@H4502_SubaddressTransferArg_argumentExtension@@UBEPAVPObject@@XZ @10037 NONAME ?Clone@H4503_BasicService@@UBEPAVPObject@@XZ @10321 NONAME ?Clone@H4503_CallDiversionErrors@@UBEPAVPObject@@XZ @10322 NONAME ?Clone@H4503_DiversionReason@@UBEPAVPObject@@XZ @10323 NONAME ?Clone@H4503_ExtensionSeq@@UBEPAVPObject@@XZ @10324 NONAME ?Clone@H4503_H323CallDiversionOperations@@UBEPAVPObject@@XZ @10325 NONAME ?Clone@H4503_IntResult@@UBEPAVPObject@@XZ @10326 NONAME ?Clone@H4503_IntResultList@@UBEPAVPObject@@XZ @10327 NONAME ?Clone@H4503_IntResult_extension@@UBEPAVPObject@@XZ @10328 NONAME ?Clone@H4503_Procedure@@UBEPAVPObject@@XZ @10329 NONAME ?Clone@H4503_SubscriptionOption@@UBEPAVPObject@@XZ @10330 NONAME ?Clone@H4504_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @10228 NONAME ?Clone@H4504_CallHoldOperation@@UBEPAVPObject@@XZ @10229 NONAME ?Clone@H4504_Extension@@UBEPAVPObject@@XZ @10230 NONAME ?Clone@H4504_HoldNotificArg@@UBEPAVPObject@@XZ @10231 NONAME ?Clone@H4504_MixedExtension@@UBEPAVPObject@@XZ @10232 NONAME ?Clone@H4504_RemoteHoldArg@@UBEPAVPObject@@XZ @10233 NONAME ?Clone@H4504_RemoteHoldRes@@UBEPAVPObject@@XZ @10234 NONAME ?Clone@H4504_RemoteRetrieveArg@@UBEPAVPObject@@XZ @10235 NONAME ?Clone@H4504_RemoteRetrieveRes@@UBEPAVPObject@@XZ @10236 NONAME ?Clone@H4504_RetrieveNotificArg@@UBEPAVPObject@@XZ @10237 NONAME ?Clone@H4505_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @10690 NONAME ?Clone@H4505_CallParkPickupOperations@@UBEPAVPObject@@XZ @10691 NONAME ?Clone@H4505_CallPickupErrors@@UBEPAVPObject@@XZ @10692 NONAME ?Clone@H4505_CallType@@UBEPAVPObject@@XZ @10693 NONAME ?Clone@H4505_CpickupNotifyArg@@UBEPAVPObject@@XZ @10694 NONAME ?Clone@H4505_CpNotifyArg@@UBEPAVPObject@@XZ @10695 NONAME ?Clone@H4505_CpRequestArg@@UBEPAVPObject@@XZ @10696 NONAME ?Clone@H4505_CpRequestRes@@UBEPAVPObject@@XZ @10697 NONAME ?Clone@H4505_CpSetupArg@@UBEPAVPObject@@XZ @10698 NONAME ?Clone@H4505_CpSetupRes@@UBEPAVPObject@@XZ @10699 NONAME ?Clone@H4505_GroupIndicationOffArg@@UBEPAVPObject@@XZ @10700 NONAME ?Clone@H4505_GroupIndicationOffRes@@UBEPAVPObject@@XZ @10701 NONAME ?Clone@H4505_GroupIndicationOnArg@@UBEPAVPObject@@XZ @10702 NONAME ?Clone@H4505_GroupIndicationOnRes@@UBEPAVPObject@@XZ @10703 NONAME ?Clone@H4505_ParkCondition@@UBEPAVPObject@@XZ @10704 NONAME ?Clone@H4505_ParkedToPosition@@UBEPAVPObject@@XZ @10705 NONAME ?Clone@H4505_PickExeArg@@UBEPAVPObject@@XZ @10706 NONAME ?Clone@H4505_PickExeRes@@UBEPAVPObject@@XZ @10707 NONAME ?Clone@H4505_PickrequArg@@UBEPAVPObject@@XZ @10708 NONAME ?Clone@H4505_PickrequRes@@UBEPAVPObject@@XZ @10709 NONAME ?Clone@H4505_PickupArg@@UBEPAVPObject@@XZ @10710 NONAME ?Clone@H4505_PickupRes@@UBEPAVPObject@@XZ @10711 NONAME ?Clone@H4506_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @10712 NONAME ?Clone@H4506_CallWaitingArg@@UBEPAVPObject@@XZ @10713 NONAME ?Clone@H4506_CallWaitingOperations@@UBEPAVPObject@@XZ @10714 NONAME ?Clone@H4507_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @10715 NONAME ?Clone@H4507_BasicService@@UBEPAVPObject@@XZ @10716 NONAME ?Clone@H4507_DummyRes@@UBEPAVPObject@@XZ @10717 NONAME ?Clone@H4507_H323_MWI_Operations@@UBEPAVPObject@@XZ @10718 NONAME ?Clone@H4507_MessageWaitingIndicationErrors@@UBEPAVPObject@@XZ @10719 NONAME ?Clone@H4507_MsgCentreId@@UBEPAVPObject@@XZ @10720 NONAME ?Clone@H4507_MWIActivateArg@@UBEPAVPObject@@XZ @10721 NONAME ?Clone@H4507_MWIDeactivateArg@@UBEPAVPObject@@XZ @10722 NONAME ?Clone@H4507_MWIInterrogateArg@@UBEPAVPObject@@XZ @10723 NONAME ?Clone@H4507_MWIInterrogateRes@@UBEPAVPObject@@XZ @10724 NONAME ?Clone@H4507_MWIInterrogateResElt@@UBEPAVPObject@@XZ @10725 NONAME ?Clone@H4507_NbOfMessages@@UBEPAVPObject@@XZ @10726 NONAME ?Clone@H4507_TimeStamp@@UBEPAVPObject@@XZ @10727 NONAME ?Clone@H4508_ExtendedName@@UBEPAVPObject@@XZ @10728 NONAME ?Clone@H4508_Name@@UBEPAVPObject@@XZ @10729 NONAME ?Clone@H4508_NameOperations@@UBEPAVPObject@@XZ @10730 NONAME ?Clone@H4508_NamePresentationAllowed@@UBEPAVPObject@@XZ @10731 NONAME ?Clone@H4508_NamePresentationRestricted@@UBEPAVPObject@@XZ @10732 NONAME ?Clone@H4508_SimpleName@@UBEPAVPObject@@XZ @10733 NONAME ?Clone@H4509_ArrayOf_MixedExtension@@UBEPAVPObject@@XZ @10734 NONAME ?Clone@H4509_CallCompletionErrors@@UBEPAVPObject@@XZ @10735 NONAME ?Clone@H4509_CcArg@@UBEPAVPObject@@XZ @10736 NONAME ?Clone@H4509_CcLongArg@@UBEPAVPObject@@XZ @10737 NONAME ?Clone@H4509_CcRequestArg@@UBEPAVPObject@@XZ @10738 NONAME ?Clone@H4509_CcRequestRes@@UBEPAVPObject@@XZ @10739 NONAME ?Clone@H4509_CcShortArg@@UBEPAVPObject@@XZ @10740 NONAME ?Clone@H4509_H323CallCompletionOperations@@UBEPAVPObject@@XZ @10741 NONAME ?Clone@H501PDU@@UBEPAVPObject@@XZ @18185 NONAME ?Clone@H501_AccessConfirmation@@UBEPAVPObject@@XZ @17314 NONAME ?Clone@H501_AccessRejection@@UBEPAVPObject@@XZ @17315 NONAME ?Clone@H501_AccessRejectionReason@@UBEPAVPObject@@XZ @17316 NONAME ?Clone@H501_AccessRequest@@UBEPAVPObject@@XZ @17317 NONAME ?Clone@H501_AccessToken@@UBEPAVPObject@@XZ @17318 NONAME ?Clone@H501_AddressTemplate@@UBEPAVPObject@@XZ @17319 NONAME ?Clone@H501_AlternatePE@@UBEPAVPObject@@XZ @17320 NONAME ?Clone@H501_AlternatePEInfo@@UBEPAVPObject@@XZ @17321 NONAME ?Clone@H501_ApplicationMessage@@UBEPAVPObject@@XZ @17322 NONAME ?Clone@H501_ArrayOf_AccessToken@@UBEPAVPObject@@XZ @17323 NONAME ?Clone@H501_ArrayOf_AddressTemplate@@UBEPAVPObject@@XZ @17324 NONAME ?Clone@H501_ArrayOf_AliasAddress@@UBEPAVPObject@@XZ @17325 NONAME ?Clone@H501_ArrayOf_AlternatePE@@UBEPAVPObject@@XZ @17326 NONAME ?Clone@H501_ArrayOf_CircuitIdentifier@@UBEPAVPObject@@XZ @17327 NONAME ?Clone@H501_ArrayOf_ClearToken@@UBEPAVPObject@@XZ @17328 NONAME ?Clone@H501_ArrayOf_ContactInformation@@UBEPAVPObject@@XZ @17329 NONAME ?Clone@H501_ArrayOf_CryptoH323Token@@UBEPAVPObject@@XZ @17330 NONAME ?Clone@H501_ArrayOf_Descriptor@@UBEPAVPObject@@XZ @17331 NONAME ?Clone@H501_ArrayOf_DescriptorInfo@@UBEPAVPObject@@XZ @17333 NONAME ?Clone@H501_ArrayOf_GenericData@@UBEPAVPObject@@XZ @17334 NONAME ?Clone@H501_ArrayOf_GloballyUniqueID@@UBEPAVPObject@@XZ @17849 NONAME ?Clone@H501_ArrayOf_NonStandardParameter@@UBEPAVPObject@@XZ @17335 NONAME ?Clone@H501_ArrayOf_PASN_ObjectId@@UBEPAVPObject@@XZ @17336 NONAME ?Clone@H501_ArrayOf_Pattern@@UBEPAVPObject@@XZ @17337 NONAME ?Clone@H501_ArrayOf_PriceElement@@UBEPAVPObject@@XZ @17338 NONAME ?Clone@H501_ArrayOf_PriceInfoSpec@@UBEPAVPObject@@XZ @17339 NONAME ?Clone@H501_ArrayOf_RouteInformation@@UBEPAVPObject@@XZ @17340 NONAME ?Clone@H501_ArrayOf_SecurityMode@@UBEPAVPObject@@XZ @17341 NONAME ?Clone@H501_ArrayOf_ServiceControlSession@@UBEPAVPObject@@XZ @17342 NONAME ?Clone@H501_ArrayOf_SupportedProtocols@@UBEPAVPObject@@XZ @17343 NONAME ?Clone@H501_ArrayOf_TransportAddress@@UBEPAVPObject@@XZ @17344 NONAME ?Clone@H501_ArrayOf_UpdateInformation@@UBEPAVPObject@@XZ @17345 NONAME ?Clone@H501_ArrayOf_UsageField@@UBEPAVPObject@@XZ @17346 NONAME ?Clone@H501_AuthenticationConfirmation@@UBEPAVPObject@@XZ @17347 NONAME ?Clone@H501_AuthenticationRejection@@UBEPAVPObject@@XZ @17348 NONAME ?Clone@H501_AuthenticationRejectionReason@@UBEPAVPObject@@XZ @17349 NONAME ?Clone@H501_AuthenticationRequest@@UBEPAVPObject@@XZ @17350 NONAME ?Clone@H501_CallInformation@@UBEPAVPObject@@XZ @17351 NONAME ?Clone@H501_ContactInformation@@UBEPAVPObject@@XZ @17352 NONAME ?Clone@H501_Descriptor@@UBEPAVPObject@@XZ @17353 NONAME ?Clone@H501_DescriptorConfirmation@@UBEPAVPObject@@XZ @17354 NONAME ?Clone@H501_DescriptorIDConfirmation@@UBEPAVPObject@@XZ @17356 NONAME ?Clone@H501_DescriptorIDRejection@@UBEPAVPObject@@XZ @17357 NONAME ?Clone@H501_DescriptorIDRejectionReason@@UBEPAVPObject@@XZ @17358 NONAME ?Clone@H501_DescriptorIDRequest@@UBEPAVPObject@@XZ @17359 NONAME ?Clone@H501_DescriptorInfo@@UBEPAVPObject@@XZ @17360 NONAME ?Clone@H501_DescriptorRejection@@UBEPAVPObject@@XZ @17361 NONAME ?Clone@H501_DescriptorRejectionReason@@UBEPAVPObject@@XZ @17362 NONAME ?Clone@H501_DescriptorRequest@@UBEPAVPObject@@XZ @17363 NONAME ?Clone@H501_DescriptorUpdate@@UBEPAVPObject@@XZ @17364 NONAME ?Clone@H501_DescriptorUpdateAck@@UBEPAVPObject@@XZ @17365 NONAME ?Clone@H501_ElementIdentifier@@UBEPAVPObject@@XZ @17366 NONAME ?Clone@H501_GlobalTimeStamp@@UBEPAVPObject@@XZ @17367 NONAME ?Clone@H501_Message@@UBEPAVPObject@@XZ @17368 NONAME ?Clone@H501_MessageBody@@UBEPAVPObject@@XZ @17369 NONAME ?Clone@H501_MessageCommonInfo@@UBEPAVPObject@@XZ @17370 NONAME ?Clone@H501_NonStandardConfirmation@@UBEPAVPObject@@XZ @17371 NONAME ?Clone@H501_NonStandardRejection@@UBEPAVPObject@@XZ @17372 NONAME ?Clone@H501_NonStandardRejectionReason@@UBEPAVPObject@@XZ @17373 NONAME ?Clone@H501_NonStandardRequest@@UBEPAVPObject@@XZ @17374 NONAME ?Clone@H501_PartyInformation@@UBEPAVPObject@@XZ @17375 NONAME ?Clone@H501_Pattern@@UBEPAVPObject@@XZ @17376 NONAME ?Clone@H501_Pattern_range@@UBEPAVPObject@@XZ @17377 NONAME ?Clone@H501_PriceElement@@UBEPAVPObject@@XZ @17378 NONAME ?Clone@H501_PriceElement_units@@UBEPAVPObject@@XZ @17379 NONAME ?Clone@H501_PriceInfoSpec@@UBEPAVPObject@@XZ @17380 NONAME ?Clone@H501_ProtocolVersion@@UBEPAVPObject@@XZ @17381 NONAME ?Clone@H501_RequestInProgress@@UBEPAVPObject@@XZ @17382 NONAME ?Clone@H501_Role@@UBEPAVPObject@@XZ @17383 NONAME ?Clone@H501_RouteInformation@@UBEPAVPObject@@XZ @17384 NONAME ?Clone@H501_RouteInformation_messageType@@UBEPAVPObject@@XZ @17385 NONAME ?Clone@H501_SecurityMode@@UBEPAVPObject@@XZ @17386 NONAME ?Clone@H501_ServiceConfirmation@@UBEPAVPObject@@XZ @17387 NONAME ?Clone@H501_ServiceRejection@@UBEPAVPObject@@XZ @17389 NONAME ?Clone@H501_ServiceRejectionReason@@UBEPAVPObject@@XZ @17390 NONAME ?Clone@H501_ServiceRelease@@UBEPAVPObject@@XZ @17391 NONAME ?Clone@H501_ServiceReleaseReason@@UBEPAVPObject@@XZ @17392 NONAME ?Clone@H501_ServiceRequest@@UBEPAVPObject@@XZ @17393 NONAME ?Clone@H501_TerminationCause@@UBEPAVPObject@@XZ @17394 NONAME ?Clone@H501_TimeZone@@UBEPAVPObject@@XZ @17395 NONAME ?Clone@H501_UnknownMessageReason@@UBEPAVPObject@@XZ @17396 NONAME ?Clone@H501_UnknownMessageResponse@@UBEPAVPObject@@XZ @17397 NONAME ?Clone@H501_UpdateInformation@@UBEPAVPObject@@XZ @17398 NONAME ?Clone@H501_UpdateInformation_descriptorInfo@@UBEPAVPObject@@XZ @17399 NONAME ?Clone@H501_UpdateInformation_updateType@@UBEPAVPObject@@XZ @17400 NONAME ?Clone@H501_UsageCallStatus@@UBEPAVPObject@@XZ @17401 NONAME ?Clone@H501_UsageConfirmation@@UBEPAVPObject@@XZ @17402 NONAME ?Clone@H501_UsageField@@UBEPAVPObject@@XZ @17403 NONAME ?Clone@H501_UsageIndication@@UBEPAVPObject@@XZ @17404 NONAME ?Clone@H501_UsageIndicationConfirmation@@UBEPAVPObject@@XZ @17405 NONAME ?Clone@H501_UsageIndicationRejection@@UBEPAVPObject@@XZ @17406 NONAME ?Clone@H501_UsageIndicationRejectionReason@@UBEPAVPObject@@XZ @17407 NONAME ?Clone@H501_UsageRejection@@UBEPAVPObject@@XZ @17408 NONAME ?Clone@H501_UsageRejectReason@@UBEPAVPObject@@XZ @17409 NONAME ?Clone@H501_UsageRequest@@UBEPAVPObject@@XZ @17410 NONAME ?Clone@H501_UsageSpecification@@UBEPAVPObject@@XZ @17411 NONAME ?Clone@H501_UsageSpecification_when@@UBEPAVPObject@@XZ @17412 NONAME ?Clone@H501_UserInformation@@UBEPAVPObject@@XZ @17413 NONAME ?Clone@H501_ValidationConfirmation@@UBEPAVPObject@@XZ @17414 NONAME ?Clone@H501_ValidationRejection@@UBEPAVPObject@@XZ @17415 NONAME ?Clone@H501_ValidationRejectionReason@@UBEPAVPObject@@XZ @17416 NONAME ?Clone@H501_ValidationRequest@@UBEPAVPObject@@XZ @17417 NONAME ?Clone@MCS_ArrayOf_ChannelAttributes@@UBEPAVPObject@@XZ @5491 NONAME ?Clone@MCS_ArrayOf_ChannelId@@UBEPAVPObject@@XZ @5492 NONAME ?Clone@MCS_ArrayOf_TokenAttributes@@UBEPAVPObject@@XZ @5493 NONAME ?Clone@MCS_ArrayOf_TokenId@@UBEPAVPObject@@XZ @5494 NONAME ?Clone@MCS_ArrayOf_UserId@@UBEPAVPObject@@XZ @5495 NONAME ?Clone@MCS_AssignedChannelId@@UBEPAVPObject@@XZ @5496 NONAME ?Clone@MCS_AUcf@@UBEPAVPObject@@XZ @5497 NONAME ?Clone@MCS_AUrq@@UBEPAVPObject@@XZ @5498 NONAME ?Clone@MCS_CAin@@UBEPAVPObject@@XZ @5499 NONAME ?Clone@MCS_CArq@@UBEPAVPObject@@XZ @5500 NONAME ?Clone@MCS_CCcf@@UBEPAVPObject@@XZ @5501 NONAME ?Clone@MCS_CCrq@@UBEPAVPObject@@XZ @5502 NONAME ?Clone@MCS_CDin@@UBEPAVPObject@@XZ @5503 NONAME ?Clone@MCS_CDrq@@UBEPAVPObject@@XZ @5504 NONAME ?Clone@MCS_CEin@@UBEPAVPObject@@XZ @5505 NONAME ?Clone@MCS_CErq@@UBEPAVPObject@@XZ @5506 NONAME ?Clone@MCS_ChannelAttributes@@UBEPAVPObject@@XZ @5507 NONAME ?Clone@MCS_ChannelAttributes_assigned@@UBEPAVPObject@@XZ @5508 NONAME ?Clone@MCS_ChannelAttributes_private@@UBEPAVPObject@@XZ @5509 NONAME ?Clone@MCS_ChannelAttributes_static@@UBEPAVPObject@@XZ @5510 NONAME ?Clone@MCS_ChannelAttributes_userId@@UBEPAVPObject@@XZ @5511 NONAME ?Clone@MCS_ChannelId@@UBEPAVPObject@@XZ @5512 NONAME ?Clone@MCS_CJcf@@UBEPAVPObject@@XZ @5513 NONAME ?Clone@MCS_CJrq@@UBEPAVPObject@@XZ @5514 NONAME ?Clone@MCS_CLrq@@UBEPAVPObject@@XZ @5515 NONAME ?Clone@MCS_ConnectMCSPDU@@UBEPAVPObject@@XZ @5516 NONAME ?Clone@MCS_Connect_Additional@@UBEPAVPObject@@XZ @5517 NONAME ?Clone@MCS_Connect_Initial@@UBEPAVPObject@@XZ @5518 NONAME ?Clone@MCS_Connect_Response@@UBEPAVPObject@@XZ @5519 NONAME ?Clone@MCS_Connect_Result@@UBEPAVPObject@@XZ @5520 NONAME ?Clone@MCS_DataPriority@@UBEPAVPObject@@XZ @5521 NONAME ?Clone@MCS_Diagnostic@@UBEPAVPObject@@XZ @5522 NONAME ?Clone@MCS_DomainMCSPDU@@UBEPAVPObject@@XZ @5523 NONAME ?Clone@MCS_DomainParameters@@UBEPAVPObject@@XZ @5524 NONAME ?Clone@MCS_DPum@@UBEPAVPObject@@XZ @5525 NONAME ?Clone@MCS_DUin@@UBEPAVPObject@@XZ @5526 NONAME ?Clone@MCS_DUrq@@UBEPAVPObject@@XZ @5527 NONAME ?Clone@MCS_DynamicChannelId@@UBEPAVPObject@@XZ @5528 NONAME ?Clone@MCS_EDrq@@UBEPAVPObject@@XZ @5529 NONAME ?Clone@MCS_MCcf@@UBEPAVPObject@@XZ @5530 NONAME ?Clone@MCS_MCrq@@UBEPAVPObject@@XZ @5531 NONAME ?Clone@MCS_MTcf@@UBEPAVPObject@@XZ @5532 NONAME ?Clone@MCS_MTrq@@UBEPAVPObject@@XZ @5533 NONAME ?Clone@MCS_PCin@@UBEPAVPObject@@XZ @5534 NONAME ?Clone@MCS_PDin@@UBEPAVPObject@@XZ @5535 NONAME ?Clone@MCS_PrivateChannelId@@UBEPAVPObject@@XZ @5536 NONAME ?Clone@MCS_PTin@@UBEPAVPObject@@XZ @5537 NONAME ?Clone@MCS_Reason@@UBEPAVPObject@@XZ @5538 NONAME ?Clone@MCS_Result@@UBEPAVPObject@@XZ @5539 NONAME ?Clone@MCS_RJum@@UBEPAVPObject@@XZ @5540 NONAME ?Clone@MCS_SDin@@UBEPAVPObject@@XZ @5541 NONAME ?Clone@MCS_SDrq@@UBEPAVPObject@@XZ @5542 NONAME ?Clone@MCS_Segmentation@@UBEPAVPObject@@XZ @5543 NONAME ?Clone@MCS_StaticChannelId@@UBEPAVPObject@@XZ @5544 NONAME ?Clone@MCS_TGcf@@UBEPAVPObject@@XZ @5545 NONAME ?Clone@MCS_TGrq@@UBEPAVPObject@@XZ @5546 NONAME ?Clone@MCS_TIcf@@UBEPAVPObject@@XZ @5547 NONAME ?Clone@MCS_TIrq@@UBEPAVPObject@@XZ @5548 NONAME ?Clone@MCS_TokenAttributes@@UBEPAVPObject@@XZ @5549 NONAME ?Clone@MCS_TokenAttributes_given@@UBEPAVPObject@@XZ @5550 NONAME ?Clone@MCS_TokenAttributes_giving@@UBEPAVPObject@@XZ @5551 NONAME ?Clone@MCS_TokenAttributes_grabbed@@UBEPAVPObject@@XZ @5552 NONAME ?Clone@MCS_TokenAttributes_inhibited@@UBEPAVPObject@@XZ @5553 NONAME ?Clone@MCS_TokenAttributes_ungivable@@UBEPAVPObject@@XZ @5554 NONAME ?Clone@MCS_TokenId@@UBEPAVPObject@@XZ @5555 NONAME ?Clone@MCS_TokenStatus@@UBEPAVPObject@@XZ @5556 NONAME ?Clone@MCS_TPin@@UBEPAVPObject@@XZ @5557 NONAME ?Clone@MCS_TPrq@@UBEPAVPObject@@XZ @5558 NONAME ?Clone@MCS_TRcf@@UBEPAVPObject@@XZ @5559 NONAME ?Clone@MCS_TRrq@@UBEPAVPObject@@XZ @5560 NONAME ?Clone@MCS_TTcf@@UBEPAVPObject@@XZ @5561 NONAME ?Clone@MCS_TTrq@@UBEPAVPObject@@XZ @5562 NONAME ?Clone@MCS_TVcf@@UBEPAVPObject@@XZ @5563 NONAME ?Clone@MCS_TVin@@UBEPAVPObject@@XZ @5564 NONAME ?Clone@MCS_TVrq@@UBEPAVPObject@@XZ @5565 NONAME ?Clone@MCS_TVrs@@UBEPAVPObject@@XZ @5566 NONAME ?Clone@MCS_UserId@@UBEPAVPObject@@XZ @5567 NONAME ?Clone@MCS_USin@@UBEPAVPObject@@XZ @5568 NONAME ?Clone@MCS_USrq@@UBEPAVPObject@@XZ @5569 NONAME ?Clone@MXRecordList@PDNS@@UBEPAVPObject@@XZ @32874 NONAME ?Clone@OpalGloballyUniqueID@@UBEPAVPObject@@XZ @9541 NONAME ?Clone@SRVRecordList@PDNS@@UBEPAVPObject@@XZ @32875 NONAME ?Clone@T38_ArrayOf_PASN_OctetString@@UBEPAVPObject@@XZ @12668 NONAME ?Clone@T38_Data_Field@@UBEPAVPObject@@XZ @12669 NONAME ?Clone@T38_Data_Field_subtype@@UBEPAVPObject@@XZ @12670 NONAME ?Clone@T38_Data_Field_subtype_field_type@@UBEPAVPObject@@XZ @12671 NONAME ?Clone@T38_IFPPacket@@UBEPAVPObject@@XZ @12672 NONAME ?Clone@T38_PreCorrigendum_Data_Field@@UBEPAVPObject@@XZ @15126 NONAME ?Clone@T38_PreCorrigendum_Data_Field_subtype@@UBEPAVPObject@@XZ @15127 NONAME ?Clone@T38_PreCorrigendum_Data_Field_subtype_field_type@@UBEPAVPObject@@XZ @15128 NONAME ?Clone@T38_PreCorrigendum_IFPPacket@@UBEPAVPObject@@XZ @15129 NONAME ?Clone@T38_Type_of_msg@@UBEPAVPObject@@XZ @12673 NONAME ?Clone@T38_Type_of_msg_data@@UBEPAVPObject@@XZ @12674 NONAME ?Clone@T38_Type_of_msg_t30_indicator@@UBEPAVPObject@@XZ @12675 NONAME ?Clone@T38_UDPTLPacket@@UBEPAVPObject@@XZ @12676 NONAME ?Clone@T38_UDPTLPacket_error_recovery@@UBEPAVPObject@@XZ @12677 NONAME ?Clone@T38_UDPTLPacket_error_recovery_fec_info@@UBEPAVPObject@@XZ @12678 NONAME ?Clone@T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@UBEPAVPObject@@XZ @12679 NONAME ?Clone@T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype@@UBEPAVPObject@@XZ @12680 NONAME ?Clone@T38_UDPTLPacket_primary_ifp_packet@@UBEPAVPObject@@XZ @12681 NONAME ?Clone@X880_Code@@UBEPAVPObject@@XZ @10038 NONAME ?Clone@X880_GeneralProblem@@UBEPAVPObject@@XZ @10039 NONAME ?Clone@X880_Invoke@@UBEPAVPObject@@XZ @10040 NONAME ?Clone@X880_InvokeId@@UBEPAVPObject@@XZ @10041 NONAME ?Clone@X880_InvokeProblem@@UBEPAVPObject@@XZ @10042 NONAME ?Clone@X880_Reject@@UBEPAVPObject@@XZ @10043 NONAME ?Clone@X880_RejectProblem@@UBEPAVPObject@@XZ @10044 NONAME ?Clone@X880_Reject_problem@@UBEPAVPObject@@XZ @10045 NONAME ?Clone@X880_ReturnError@@UBEPAVPObject@@XZ @10046 NONAME ?Clone@X880_ReturnErrorProblem@@UBEPAVPObject@@XZ @10047 NONAME ?Clone@X880_ReturnResult@@UBEPAVPObject@@XZ @10048 NONAME ?Clone@X880_ReturnResultProblem@@UBEPAVPObject@@XZ @10049 NONAME ?Clone@X880_ReturnResult_result@@UBEPAVPObject@@XZ @10050 NONAME ?Clone@X880_ROS@@UBEPAVPObject@@XZ @10051 NONAME ?ClonePDU@H323RasPDU@@UBEPAVH323TransactionPDU@@XZ @18283 NONAME ?ClonePDU@H501PDU@@UBEPAVH323TransactionPDU@@XZ @18284 NONAME ?Close@H245NegLogicalChannel@@UAEHXZ @13247 NONAME ?Close@H245NegLogicalChannels@@UAEHIH@Z @13248 NONAME ?Close@H323AudioCodec@@UAEXXZ @5572 NONAME ?Close@H323ListenerTCP@@UAEHXZ @5573 NONAME ?Close@H323Transport@@UAEHXZ @5574 NONAME ?Close@H323TransportTCP@@UAEHXZ @9417 NONAME ?Close@H323VideoCodec@@UAEXXZ @5575 NONAME ?Close@OpalIxJDevice@@UAEHXZ @5577 NONAME ?Close@OpalLineChannel@@UAEHXZ @5578 NONAME ?Close@OpalLineInterfaceDevice@@UAEHXZ @5579 NONAME ?Close@OpalVoipBlasterDevice@@UAEHXZ @13666 NONAME ?Close@OpalVXMLSession@@UAEHXZ @14912 NONAME ?Close@RTP_UDP@@UAEXH@Z @5581 NONAME ?CloseAllLogicalChannels@H323Connection@@UAEXH@Z @13563 NONAME ?CloseCodec@H323_RFC2190_H263Codec@@IAEXXZ @33703 NONAME ?CloseCommand@VoipBlasterInterface@@QAEHXZ @13667 NONAME ?CloseData@VoipBlasterInterface@@QAEHXZ @13668 NONAME ?CloseLogicalChannel@H323Connection@@UAEXIH@Z @5582 NONAME ?CloseLogicalChannelNumber@H323Connection@@UAEXABVH323ChannelNumber@@@Z @9270 NONAME ?CloseRawDataChannel@H323Codec@@UAEHXZ @9375 NONAME ?CloseTimeout@VoipBlasterInterface@@UAEXAAVPTimer@@H@Z @13669 NONAME ?CloseWhileLocked@H245NegLogicalChannel@@MAEHXZ @9577 NONAME ?COLZAG@@3QBEB @5583 NONAME ?Compare@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @12451 NONAME ?Compare@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @12452 NONAME ?Compare@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @12453 NONAME ?Compare@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @12454 NONAME ?Compare@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @12455 NONAME ?Compare@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @12456 NONAME ?Compare@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @12457 NONAME ?Compare@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @12458 NONAME ?Compare@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @12459 NONAME ?Compare@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @12460 NONAME ?Compare@AlternateInfo@H323Gatekeeper@@QAE?AW4Comparison@PObject@@ABV4@@Z @14407 NONAME ?Compare@GCC_ApplicationInvokeIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5594 NONAME ?Compare@GCC_ApplicationInvokeSpecifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @5595 NONAME ?Compare@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5596 NONAME ?Compare@GCC_ApplicationRecord@@UBE?AW4Comparison@PObject@@ABV3@@Z @5597 NONAME ?Compare@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5598 NONAME ?Compare@GCC_ChallengeItem@@UBE?AW4Comparison@PObject@@ABV3@@Z @5599 NONAME ?Compare@GCC_ChallengeRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5600 NONAME ?Compare@GCC_ChallengeResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5601 NONAME ?Compare@GCC_ConductorAssignIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5602 NONAME ?Compare@GCC_ConductorPermissionAskIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5603 NONAME ?Compare@GCC_ConductorPermissionGrantIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5604 NONAME ?Compare@GCC_ConferenceAddRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5605 NONAME ?Compare@GCC_ConferenceAddResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5606 NONAME ?Compare@GCC_ConferenceAssistanceIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5607 NONAME ?Compare@GCC_ConferenceCreateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5608 NONAME ?Compare@GCC_ConferenceCreateResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5609 NONAME ?Compare@GCC_ConferenceDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @5610 NONAME ?Compare@GCC_ConferenceEjectUserIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5611 NONAME ?Compare@GCC_ConferenceEjectUserRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5612 NONAME ?Compare@GCC_ConferenceEjectUserResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5613 NONAME ?Compare@GCC_ConferenceInviteRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5614 NONAME ?Compare@GCC_ConferenceInviteResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5615 NONAME ?Compare@GCC_ConferenceJoinRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5616 NONAME ?Compare@GCC_ConferenceJoinResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5617 NONAME ?Compare@GCC_ConferenceLockResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5618 NONAME ?Compare@GCC_ConferenceName@@UBE?AW4Comparison@PObject@@ABV3@@Z @5619 NONAME ?Compare@GCC_ConferencePriority@@UBE?AW4Comparison@PObject@@ABV3@@Z @5620 NONAME ?Compare@GCC_ConferenceQueryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5621 NONAME ?Compare@GCC_ConferenceQueryResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5622 NONAME ?Compare@GCC_ConferenceTerminateIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5623 NONAME ?Compare@GCC_ConferenceTerminateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5624 NONAME ?Compare@GCC_ConferenceTerminateResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5625 NONAME ?Compare@GCC_ConferenceTimeExtendIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5626 NONAME ?Compare@GCC_ConferenceTimeInquireIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5627 NONAME ?Compare@GCC_ConferenceTimeRemainingIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5628 NONAME ?Compare@GCC_ConferenceTransferIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5629 NONAME ?Compare@GCC_ConferenceTransferRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5630 NONAME ?Compare@GCC_ConferenceTransferResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5631 NONAME ?Compare@GCC_ConferenceUnlockResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5632 NONAME ?Compare@GCC_ConnectData@@UBE?AW4Comparison@PObject@@ABV3@@Z @5633 NONAME ?Compare@GCC_FunctionNotSupportedResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5634 NONAME ?Compare@GCC_NetworkAddress_subtype_aggregatedChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @5635 NONAME ?Compare@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBE?AW4Comparison@PObject@@ABV3@@Z @5636 NONAME ?Compare@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBE?AW4Comparison@PObject@@ABV3@@Z @5637 NONAME ?Compare@GCC_NetworkAddress_subtype_transportConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @5638 NONAME ?Compare@GCC_NodeProperties@@UBE?AW4Comparison@PObject@@ABV3@@Z @5639 NONAME ?Compare@GCC_NodeRecord@@UBE?AW4Comparison@PObject@@ABV3@@Z @5640 NONAME ?Compare@GCC_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @5641 NONAME ?Compare@GCC_NonStandardPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @5642 NONAME ?Compare@GCC_Password@@UBE?AW4Comparison@PObject@@ABV3@@Z @5643 NONAME ?Compare@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5644 NONAME ?Compare@GCC_RegistryAllocateHandleRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5645 NONAME ?Compare@GCC_RegistryAllocateHandleResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5646 NONAME ?Compare@GCC_RegistryAssignTokenRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5647 NONAME ?Compare@GCC_RegistryDeleteEntryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5648 NONAME ?Compare@GCC_RegistryEntryOwner_owned@@UBE?AW4Comparison@PObject@@ABV3@@Z @5649 NONAME ?Compare@GCC_RegistryKey@@UBE?AW4Comparison@PObject@@ABV3@@Z @5650 NONAME ?Compare@GCC_RegistryMonitorEntryIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5651 NONAME ?Compare@GCC_RegistryMonitorEntryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5652 NONAME ?Compare@GCC_RegistryRegisterChannelRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5653 NONAME ?Compare@GCC_RegistryResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5654 NONAME ?Compare@GCC_RegistryRetrieveEntryRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5655 NONAME ?Compare@GCC_RegistrySetParameterRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5656 NONAME ?Compare@GCC_RosterUpdateIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5657 NONAME ?Compare@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5658 NONAME ?Compare@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5659 NONAME ?Compare@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5660 NONAME ?Compare@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5661 NONAME ?Compare@GCC_RosterUpdateIndication_nodeInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @5662 NONAME ?Compare@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5663 NONAME ?Compare@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5664 NONAME ?Compare@GCC_SessionKey@@UBE?AW4Comparison@PObject@@ABV3@@Z @5665 NONAME ?Compare@GCC_TextMessageIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5666 NONAME ?Compare@GCC_UserData_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5667 NONAME ?Compare@GCC_UserIDIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5668 NONAME ?Compare@H225_AddressPattern_range@@UBE?AW4Comparison@PObject@@ABV3@@Z @11935 NONAME ?Compare@H225_AdmissionConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5669 NONAME ?Compare@H225_AdmissionReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5670 NONAME ?Compare@H225_AdmissionRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5671 NONAME ?Compare@H225_Alerting_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5672 NONAME ?Compare@H225_AlternateGK@@UBE?AW4Comparison@PObject@@ABV3@@Z @5673 NONAME ?Compare@H225_AlternateTransportAddresses@@UBE?AW4Comparison@PObject@@ABV3@@Z @11936 NONAME ?Compare@H225_AltGKInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5674 NONAME ?Compare@H225_ANSI_41_UIM@@UBE?AW4Comparison@PObject@@ABV3@@Z @11937 NONAME ?Compare@H225_BandwidthConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5675 NONAME ?Compare@H225_BandwidthDetails@@UBE?AW4Comparison@PObject@@ABV3@@Z @11938 NONAME ?Compare@H225_BandwidthReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5676 NONAME ?Compare@H225_BandwidthRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5677 NONAME ?Compare@H225_CallCapacity@@UBE?AW4Comparison@PObject@@ABV3@@Z @11939 NONAME ?Compare@H225_CallCapacityInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @11940 NONAME ?Compare@H225_CallCreditCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @11941 NONAME ?Compare@H225_CallCreditServiceControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @11942 NONAME ?Compare@H225_CallIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @5678 NONAME ?Compare@H225_CallLinkage@@UBE?AW4Comparison@PObject@@ABV3@@Z @11943 NONAME ?Compare@H225_CallProceeding_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5679 NONAME ?Compare@H225_CallsAvailable@@UBE?AW4Comparison@PObject@@ABV3@@Z @11944 NONAME ?Compare@H225_CapacityReportingCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @11945 NONAME ?Compare@H225_CapacityReportingSpecification@@UBE?AW4Comparison@PObject@@ABV3@@Z @11946 NONAME ?Compare@H225_CapacityReportingSpecification_when@@UBE?AW4Comparison@PObject@@ABV3@@Z @11947 NONAME ?Compare@H225_CarrierInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @19297 NONAME ?Compare@H225_CicInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @11948 NONAME ?Compare@H225_CircuitIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @18970 NONAME ?Compare@H225_CircuitInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @11949 NONAME ?Compare@H225_ConferenceList@@UBE?AW4Comparison@PObject@@ABV3@@Z @5680 NONAME ?Compare@H225_Connect_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5681 NONAME ?Compare@H225_CryptoH323Token_cryptoEPPwdHash@@UBE?AW4Comparison@PObject@@ABV3@@Z @5682 NONAME ?Compare@H225_CryptoH323Token_cryptoGKPwdHash@@UBE?AW4Comparison@PObject@@ABV3@@Z @5683 NONAME ?Compare@H225_DataRate@@UBE?AW4Comparison@PObject@@ABV3@@Z @5684 NONAME ?Compare@H225_DisengageConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5685 NONAME ?Compare@H225_DisengageReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5686 NONAME ?Compare@H225_DisengageRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5687 NONAME ?Compare@H225_Endpoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @5688 NONAME ?Compare@H225_EndpointType@@UBE?AW4Comparison@PObject@@ABV3@@Z @5689 NONAME ?Compare@H225_EnumeratedParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @11950 NONAME ?Compare@H225_ExtendedAliasAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @11951 NONAME ?Compare@H225_Facility_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5690 NONAME ?Compare@H225_FeatureSet@@UBE?AW4Comparison@PObject@@ABV3@@Z @11952 NONAME ?Compare@H225_GatekeeperConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5691 NONAME ?Compare@H225_GatekeeperInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5692 NONAME ?Compare@H225_GatekeeperReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5693 NONAME ?Compare@H225_GatekeeperRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5694 NONAME ?Compare@H225_GatewayInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5695 NONAME ?Compare@H225_GenericData@@UBE?AW4Comparison@PObject@@ABV3@@Z @11953 NONAME ?Compare@H225_GroupID@@UBE?AW4Comparison@PObject@@ABV3@@Z @11954 NONAME ?Compare@H225_GSM_UIM@@UBE?AW4Comparison@PObject@@ABV3@@Z @11955 NONAME ?Compare@H225_H221NonStandard@@UBE?AW4Comparison@PObject@@ABV3@@Z @5696 NONAME ?Compare@H225_H310Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5697 NONAME ?Compare@H225_H320Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5698 NONAME ?Compare@H225_H321Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5699 NONAME ?Compare@H225_H322Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5700 NONAME ?Compare@H225_H323Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5701 NONAME ?Compare@H225_H323_UserInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @5702 NONAME ?Compare@H225_H323_UserInformation_user_data@@UBE?AW4Comparison@PObject@@ABV3@@Z @5703 NONAME ?Compare@H225_H323_UU_PDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @5704 NONAME ?Compare@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @11956 NONAME ?Compare@H225_H324Caps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5705 NONAME ?Compare@H225_ICV@@UBE?AW4Comparison@PObject@@ABV3@@Z @5706 NONAME ?Compare@H225_InfoRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5707 NONAME ?Compare@H225_InfoRequestAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5708 NONAME ?Compare@H225_InfoRequestNak@@UBE?AW4Comparison@PObject@@ABV3@@Z @5709 NONAME ?Compare@H225_InfoRequestResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5710 NONAME ?Compare@H225_InfoRequestResponse_perCallInfo_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5711 NONAME ?Compare@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5712 NONAME ?Compare@H225_Information_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5713 NONAME ?Compare@H225_LocationConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5714 NONAME ?Compare@H225_LocationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5715 NONAME ?Compare@H225_LocationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5716 NONAME ?Compare@H225_McuInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5717 NONAME ?Compare@H225_NonStandardMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @5718 NONAME ?Compare@H225_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @5719 NONAME ?Compare@H225_NonStandardProtocol@@UBE?AW4Comparison@PObject@@ABV3@@Z @5720 NONAME ?Compare@H225_Notify_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @11957 NONAME ?Compare@H225_PrivatePartyNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @5721 NONAME ?Compare@H225_Progress_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5722 NONAME ?Compare@H225_PublicPartyNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @5723 NONAME ?Compare@H225_Q954Details@@UBE?AW4Comparison@PObject@@ABV3@@Z @5724 NONAME ?Compare@H225_QseriesOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @5725 NONAME ?Compare@H225_RasUsageInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @11958 NONAME ?Compare@H225_RasUsageInfoTypes@@UBE?AW4Comparison@PObject@@ABV3@@Z @11959 NONAME ?Compare@H225_RasUsageSpecification@@UBE?AW4Comparison@PObject@@ABV3@@Z @11960 NONAME ?Compare@H225_RasUsageSpecification_callStartingPoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @11961 NONAME ?Compare@H225_RasUsageSpecification_when@@UBE?AW4Comparison@PObject@@ABV3@@Z @11962 NONAME ?Compare@H225_RegistrationConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5726 NONAME ?Compare@H225_RegistrationConfirm_preGrantedARQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @5727 NONAME ?Compare@H225_RegistrationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5728 NONAME ?Compare@H225_RegistrationRejectReason_invalidTerminalAliases@@UBE?AW4Comparison@PObject@@ABV3@@Z @11963 NONAME ?Compare@H225_RegistrationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5729 NONAME ?Compare@H225_ReleaseComplete_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5730 NONAME ?Compare@H225_RequestInProgress@@UBE?AW4Comparison@PObject@@ABV3@@Z @5731 NONAME ?Compare@H225_ResourcesAvailableConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5732 NONAME ?Compare@H225_ResourcesAvailableIndicate@@UBE?AW4Comparison@PObject@@ABV3@@Z @5733 NONAME ?Compare@H225_RTPSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @5734 NONAME ?Compare@H225_SecurityCapabilities@@UBE?AW4Comparison@PObject@@ABV3@@Z @5735 NONAME ?Compare@H225_ServiceControlIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @11964 NONAME ?Compare@H225_ServiceControlIndication_callSpecific@@UBE?AW4Comparison@PObject@@ABV3@@Z @11965 NONAME ?Compare@H225_ServiceControlResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @11966 NONAME ?Compare@H225_ServiceControlSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @11967 NONAME ?Compare@H225_SetupAcknowledge_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @11968 NONAME ?Compare@H225_Setup_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @5736 NONAME ?Compare@H225_Setup_UUIE_connectionParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @11969 NONAME ?Compare@H225_SIPCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @19298 NONAME ?Compare@H225_StatusInquiry_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @11970 NONAME ?Compare@H225_Status_UUIE@@UBE?AW4Comparison@PObject@@ABV3@@Z @11971 NONAME ?Compare@H225_StimulusControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @11972 NONAME ?Compare@H225_SupportedPrefix@@UBE?AW4Comparison@PObject@@ABV3@@Z @5737 NONAME ?Compare@H225_T120OnlyCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5738 NONAME ?Compare@H225_T38FaxAnnexbOnlyCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @11973 NONAME ?Compare@H225_TerminalInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5739 NONAME ?Compare@H225_TransportAddress_ip6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @5740 NONAME ?Compare@H225_TransportAddress_ipAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @5741 NONAME ?Compare@H225_TransportAddress_ipSourceRoute@@UBE?AW4Comparison@PObject@@ABV3@@Z @5742 NONAME ?Compare@H225_TransportAddress_ipxAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @5743 NONAME ?Compare@H225_TransportChannelInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5744 NONAME ?Compare@H225_TunnelledProtocol@@UBE?AW4Comparison@PObject@@ABV3@@Z @11974 NONAME ?Compare@H225_TunnelledProtocolAlternateIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @11975 NONAME ?Compare@H225_UnknownMessageResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5745 NONAME ?Compare@H225_UnregistrationConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5746 NONAME ?Compare@H225_UnregistrationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5747 NONAME ?Compare@H225_UnregistrationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5748 NONAME ?Compare@H225_UUIEsRequested@@UBE?AW4Comparison@PObject@@ABV3@@Z @5749 NONAME ?Compare@H225_VendorIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @5750 NONAME ?Compare@H225_VoiceCaps@@UBE?AW4Comparison@PObject@@ABV3@@Z @5751 NONAME ?Compare@H235_ClearToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @5752 NONAME ?Compare@H235_CryptoToken_cryptoEncryptedToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @5753 NONAME ?Compare@H235_CryptoToken_cryptoHashedToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @5754 NONAME ?Compare@H235_CryptoToken_cryptoSignedToken@@UBE?AW4Comparison@PObject@@ABV3@@Z @5755 NONAME ?Compare@H235_DHset@@UBE?AW4Comparison@PObject@@ABV3@@Z @5756 NONAME ?Compare@H235_ECGDSASignature@@UBE?AW4Comparison@PObject@@ABV3@@Z @19299 NONAME ?Compare@H235_ECKASDH_eckasdh2@@UBE?AW4Comparison@PObject@@ABV3@@Z @12985 NONAME ?Compare@H235_ECKASDH_eckasdhp@@UBE?AW4Comparison@PObject@@ABV3@@Z @12986 NONAME ?Compare@H235_ECpoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @19300 NONAME ?Compare@H235_H235CertificateSignature@@UBE?AW4Comparison@PObject@@ABV3@@Z @5757 NONAME ?Compare@H235_KeySignedMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @5758 NONAME ?Compare@H235_KeySyncMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @5759 NONAME ?Compare@H235_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @5760 NONAME ?Compare@H235_Params@@UBE?AW4Comparison@PObject@@ABV3@@Z @5761 NONAME ?Compare@H235_ReturnSig@@UBE?AW4Comparison@PObject@@ABV3@@Z @5762 NONAME ?Compare@H235_TypedCertificate@@UBE?AW4Comparison@PObject@@ABV3@@Z @5763 NONAME ?Compare@H235_V3KeySyncMaterial@@UBE?AW4Comparison@PObject@@ABV3@@Z @19301 NONAME ?Compare@H245_ATMParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5764 NONAME ?Compare@H245_AudioCapability_g7231@@UBE?AW4Comparison@PObject@@ABV3@@Z @5765 NONAME ?Compare@H245_AudioTelephonyEventCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @11976 NONAME ?Compare@H245_AudioToneCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @11977 NONAME ?Compare@H245_AuthenticationCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5766 NONAME ?Compare@H245_BEnhancementParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5767 NONAME ?Compare@H245_CapabilityDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @5768 NONAME ?Compare@H245_CapabilityTableEntry@@UBE?AW4Comparison@PObject@@ABV3@@Z @5769 NONAME ?Compare@H245_Capability_h233EncryptionReceiveCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5770 NONAME ?Compare@H245_CloseLogicalChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @5771 NONAME ?Compare@H245_CloseLogicalChannelAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5772 NONAME ?Compare@H245_CommunicationModeCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @5773 NONAME ?Compare@H245_CommunicationModeTableEntry@@UBE?AW4Comparison@PObject@@ABV3@@Z @5774 NONAME ?Compare@H245_ConferenceCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5775 NONAME ?Compare@H245_ConferenceRequest_requestTerminalCertificate@@UBE?AW4Comparison@PObject@@ABV3@@Z @5776 NONAME ?Compare@H245_ConferenceResponse_chairTokenOwnerResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5777 NONAME ?Compare@H245_ConferenceResponse_conferenceIDResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5778 NONAME ?Compare@H245_ConferenceResponse_extensionAddressResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5779 NONAME ?Compare@H245_ConferenceResponse_mCTerminalIDResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5780 NONAME ?Compare@H245_ConferenceResponse_passwordResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5781 NONAME ?Compare@H245_ConferenceResponse_terminalCertificateResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5782 NONAME ?Compare@H245_ConferenceResponse_terminalIDResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5783 NONAME ?Compare@H245_ConnectionIdentifier@@UBE?AW4Comparison@PObject@@ABV3@@Z @11978 NONAME ?Compare@H245_Criteria@@UBE?AW4Comparison@PObject@@ABV3@@Z @5784 NONAME ?Compare@H245_CustomPictureClockFrequency@@UBE?AW4Comparison@PObject@@ABV3@@Z @5785 NONAME ?Compare@H245_CustomPictureFormat@@UBE?AW4Comparison@PObject@@ABV3@@Z @5786 NONAME ?Compare@H245_CustomPictureFormat_mPI@@UBE?AW4Comparison@PObject@@ABV3@@Z @5787 NONAME ?Compare@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5788 NONAME ?Compare@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @5789 NONAME ?Compare@H245_DataApplicationCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5790 NONAME ?Compare@H245_DataApplicationCapability_application_nlpid@@UBE?AW4Comparison@PObject@@ABV3@@Z @5791 NONAME ?Compare@H245_DataApplicationCapability_application_t38fax@@UBE?AW4Comparison@PObject@@ABV3@@Z @11979 NONAME ?Compare@H245_DataApplicationCapability_application_t84@@UBE?AW4Comparison@PObject@@ABV3@@Z @5792 NONAME ?Compare@H245_DataMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5793 NONAME ?Compare@H245_DataMode_application_nlpid@@UBE?AW4Comparison@PObject@@ABV3@@Z @5794 NONAME ?Compare@H245_DataMode_application_t38fax@@UBE?AW4Comparison@PObject@@ABV3@@Z @11980 NONAME ?Compare@H245_DepFECCapability_rfc2733@@UBE?AW4Comparison@PObject@@ABV3@@Z @33555 NONAME ?Compare@H245_DepFECCapability_rfc2733_separateStream@@UBE?AW4Comparison@PObject@@ABV3@@Z @33556 NONAME ?Compare@H245_DepFECData_rfc2733@@UBE?AW4Comparison@PObject@@ABV3@@Z @33557 NONAME ?Compare@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBE?AW4Comparison@PObject@@ABV3@@Z @33558 NONAME ?Compare@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBE?AW4Comparison@PObject@@ABV3@@Z @33559 NONAME ?Compare@H245_DepFECMode_rfc2733Mode@@UBE?AW4Comparison@PObject@@ABV3@@Z @33560 NONAME ?Compare@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBE?AW4Comparison@PObject@@ABV3@@Z @33561 NONAME ?Compare@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBE?AW4Comparison@PObject@@ABV3@@Z @33562 NONAME ?Compare@H245_DialingInformationNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @11981 NONAME ?Compare@H245_EncryptionAuthenticationAndIntegrity@@UBE?AW4Comparison@PObject@@ABV3@@Z @5795 NONAME ?Compare@H245_EncryptionCommand_encryptionAlgorithmID@@UBE?AW4Comparison@PObject@@ABV3@@Z @5796 NONAME ?Compare@H245_EncryptionSync@@UBE?AW4Comparison@PObject@@ABV3@@Z @5797 NONAME ?Compare@H245_EncryptionUpdateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5798 NONAME ?Compare@H245_EnhancementLayerInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @5799 NONAME ?Compare@H245_EnhancementOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @5800 NONAME ?Compare@H245_EscrowData@@UBE?AW4Comparison@PObject@@ABV3@@Z @5801 NONAME ?Compare@H245_ExtendedVideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @33161 NONAME ?Compare@H245_FECCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @33563 NONAME ?Compare@H245_FECData_rfc2733@@UBE?AW4Comparison@PObject@@ABV3@@Z @19304 NONAME ?Compare@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBE?AW4Comparison@PObject@@ABV3@@Z @33564 NONAME ?Compare@H245_FECMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @33565 NONAME ?Compare@H245_FlowControlCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @5802 NONAME ?Compare@H245_FlowControlIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @11982 NONAME ?Compare@H245_FunctionNotSupported@@UBE?AW4Comparison@PObject@@ABV3@@Z @5803 NONAME ?Compare@H245_G7231AnnexCCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5804 NONAME ?Compare@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5805 NONAME ?Compare@H245_G7231AnnexCMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5806 NONAME ?Compare@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5807 NONAME ?Compare@H245_G729Extensions@@UBE?AW4Comparison@PObject@@ABV3@@Z @11983 NONAME ?Compare@H245_GenericCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @11984 NONAME ?Compare@H245_GenericMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @33162 NONAME ?Compare@H245_GenericParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @11985 NONAME ?Compare@H245_GSMAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5808 NONAME ?Compare@H245_H222Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5809 NONAME ?Compare@H245_H222LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5810 NONAME ?Compare@H245_H223AL1MParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5811 NONAME ?Compare@H245_H223AL2MParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5812 NONAME ?Compare@H245_H223AL3MParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5813 NONAME ?Compare@H245_H223AnnexCArqParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5814 NONAME ?Compare@H245_H223AnnexCCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5815 NONAME ?Compare@H245_H223Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5816 NONAME ?Compare@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBE?AW4Comparison@PObject@@ABV3@@Z @5817 NONAME ?Compare@H245_H223Capability_mobileMultilinkFrameCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @11986 NONAME ?Compare@H245_H223Capability_mobileOperationTransmitCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5818 NONAME ?Compare@H245_H223LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5819 NONAME ?Compare@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBE?AW4Comparison@PObject@@ABV3@@Z @5820 NONAME ?Compare@H245_H223ModeParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5821 NONAME ?Compare@H245_H223ModeParameters_adaptationLayerType_al3@@UBE?AW4Comparison@PObject@@ABV3@@Z @5822 NONAME ?Compare@H245_H223SkewIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5823 NONAME ?Compare@H245_H2250Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5824 NONAME ?Compare@H245_H2250Capability_mcCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5825 NONAME ?Compare@H245_H2250LogicalChannelAckParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5826 NONAME ?Compare@H245_H2250LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5827 NONAME ?Compare@H245_H2250MaximumSkewIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5828 NONAME ?Compare@H245_H2250ModeParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5829 NONAME ?Compare@H245_H235Media@@UBE?AW4Comparison@PObject@@ABV3@@Z @5830 NONAME ?Compare@H245_H235Mode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5831 NONAME ?Compare@H245_H235SecurityCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5832 NONAME ?Compare@H245_H261VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5833 NONAME ?Compare@H245_H261VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5834 NONAME ?Compare@H245_H262VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5835 NONAME ?Compare@H245_H262VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5836 NONAME ?Compare@H245_H263ModeComboFlags@@UBE?AW4Comparison@PObject@@ABV3@@Z @5837 NONAME ?Compare@H245_H263Options@@UBE?AW4Comparison@PObject@@ABV3@@Z @5838 NONAME ?Compare@H245_H263Version3Options@@UBE?AW4Comparison@PObject@@ABV3@@Z @11987 NONAME ?Compare@H245_H263VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5839 NONAME ?Compare@H245_H263VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5840 NONAME ?Compare@H245_H263VideoModeCombos@@UBE?AW4Comparison@PObject@@ABV3@@Z @5841 NONAME ?Compare@H245_IntegrityCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5842 NONAME ?Compare@H245_IS11172AudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5843 NONAME ?Compare@H245_IS11172AudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5844 NONAME ?Compare@H245_IS11172VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5845 NONAME ?Compare@H245_IS11172VideoMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5846 NONAME ?Compare@H245_IS13818AudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5847 NONAME ?Compare@H245_IS13818AudioMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5848 NONAME ?Compare@H245_JitterIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5849 NONAME ?Compare@H245_KeyProtectionMethod@@UBE?AW4Comparison@PObject@@ABV3@@Z @5850 NONAME ?Compare@H245_LogicalChannelRateAcknowledge@@UBE?AW4Comparison@PObject@@ABV3@@Z @11988 NONAME ?Compare@H245_LogicalChannelRateReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @11989 NONAME ?Compare@H245_LogicalChannelRateRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @11990 NONAME ?Compare@H245_MaintenanceLoopAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5851 NONAME ?Compare@H245_MaintenanceLoopReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5852 NONAME ?Compare@H245_MaintenanceLoopRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5853 NONAME ?Compare@H245_MasterSlaveDetermination@@UBE?AW4Comparison@PObject@@ABV3@@Z @5854 NONAME ?Compare@H245_MasterSlaveDeterminationAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5855 NONAME ?Compare@H245_MasterSlaveDeterminationReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5856 NONAME ?Compare@H245_MCLocationIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5857 NONAME ?Compare@H245_MediaChannelCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5858 NONAME ?Compare@H245_MediaDistributionCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5859 NONAME ?Compare@H245_MediaPacketizationCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5860 NONAME ?Compare@H245_MediaTransportType_atm_AAL5_compressed@@UBE?AW4Comparison@PObject@@ABV3@@Z @11991 NONAME ?Compare@H245_MiscellaneousCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @5861 NONAME ?Compare@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @33163 NONAME ?Compare@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @33164 NONAME ?Compare@H245_MiscellaneousCommand_type_lostPartialPicture@@UBE?AW4Comparison@PObject@@ABV3@@Z @11992 NONAME ?Compare@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBE?AW4Comparison@PObject@@ABV3@@Z @5862 NONAME ?Compare@H245_MiscellaneousCommand_type_videoBadMBs@@UBE?AW4Comparison@PObject@@ABV3@@Z @11993 NONAME ?Compare@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBE?AW4Comparison@PObject@@ABV3@@Z @5863 NONAME ?Compare@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBE?AW4Comparison@PObject@@ABV3@@Z @5864 NONAME ?Compare@H245_MiscellaneousIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5865 NONAME ?Compare@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBE?AW4Comparison@PObject@@ABV3@@Z @5866 NONAME ?Compare@H245_MobileMultilinkReconfigurationCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @11994 NONAME ?Compare@H245_MobileMultilinkReconfigurationIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @11995 NONAME ?Compare@H245_ModeElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @5867 NONAME ?Compare@H245_MulticastAddress_iP6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @5868 NONAME ?Compare@H245_MulticastAddress_iPAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @5869 NONAME ?Compare@H245_MultilinkIndication_excessiveError@@UBE?AW4Comparison@PObject@@ABV3@@Z @11996 NONAME ?Compare@H245_MultilinkRequest_addConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @11997 NONAME ?Compare@H245_MultilinkRequest_callInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @11998 NONAME ?Compare@H245_MultilinkRequest_maximumHeaderInterval@@UBE?AW4Comparison@PObject@@ABV3@@Z @11999 NONAME ?Compare@H245_MultilinkRequest_removeConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @12000 NONAME ?Compare@H245_MultilinkResponse_addConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @12001 NONAME ?Compare@H245_MultilinkResponse_callInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @12002 NONAME ?Compare@H245_MultilinkResponse_maximumHeaderInterval@@UBE?AW4Comparison@PObject@@ABV3@@Z @12003 NONAME ?Compare@H245_MultilinkResponse_removeConnection@@UBE?AW4Comparison@PObject@@ABV3@@Z @12004 NONAME ?Compare@H245_MultiplePayloadStream@@UBE?AW4Comparison@PObject@@ABV3@@Z @19310 NONAME ?Compare@H245_MultiplePayloadStreamCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @19311 NONAME ?Compare@H245_MultiplePayloadStreamElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @19312 NONAME ?Compare@H245_MultiplePayloadStreamElementMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @19313 NONAME ?Compare@H245_MultiplePayloadStreamMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @19314 NONAME ?Compare@H245_MultiplexedStreamCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @12005 NONAME ?Compare@H245_MultiplexedStreamModeParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @12006 NONAME ?Compare@H245_MultiplexedStreamParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @12007 NONAME ?Compare@H245_MultiplexElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @5870 NONAME ?Compare@H245_MultiplexEntryDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @5871 NONAME ?Compare@H245_MultiplexEntryRejectionDescriptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @5872 NONAME ?Compare@H245_MultiplexEntrySend@@UBE?AW4Comparison@PObject@@ABV3@@Z @5873 NONAME ?Compare@H245_MultiplexEntrySendAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5874 NONAME ?Compare@H245_MultiplexEntrySendReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5875 NONAME ?Compare@H245_MultiplexEntrySendRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @5876 NONAME ?Compare@H245_MultipointCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5877 NONAME ?Compare@H245_NetworkAccessParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5878 NONAME ?Compare@H245_NewATMVCCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @12008 NONAME ?Compare@H245_NewATMVCCommand_aal_aal1@@UBE?AW4Comparison@PObject@@ABV3@@Z @12009 NONAME ?Compare@H245_NewATMVCCommand_aal_aal5@@UBE?AW4Comparison@PObject@@ABV3@@Z @12010 NONAME ?Compare@H245_NewATMVCCommand_reverseParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @12011 NONAME ?Compare@H245_NewATMVCIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @5879 NONAME ?Compare@H245_NewATMVCIndication_aal_aal1@@UBE?AW4Comparison@PObject@@ABV3@@Z @5880 NONAME ?Compare@H245_NewATMVCIndication_aal_aal5@@UBE?AW4Comparison@PObject@@ABV3@@Z @5881 NONAME ?Compare@H245_NewATMVCIndication_reverseParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5882 NONAME ?Compare@H245_NonStandardIdentifier_h221NonStandard@@UBE?AW4Comparison@PObject@@ABV3@@Z @5883 NONAME ?Compare@H245_NonStandardMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @5884 NONAME ?Compare@H245_NonStandardParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @5885 NONAME ?Compare@H245_NoPTAudioTelephonyEventCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @19315 NONAME ?Compare@H245_OpenLogicalChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @5886 NONAME ?Compare@H245_OpenLogicalChannelAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5887 NONAME ?Compare@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5888 NONAME ?Compare@H245_OpenLogicalChannelConfirm@@UBE?AW4Comparison@PObject@@ABV3@@Z @5889 NONAME ?Compare@H245_OpenLogicalChannelReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5890 NONAME ?Compare@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5891 NONAME ?Compare@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5892 NONAME ?Compare@H245_Params@@UBE?AW4Comparison@PObject@@ABV3@@Z @33165 NONAME ?Compare@H245_Q2931Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @5893 NONAME ?Compare@H245_QOSCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5894 NONAME ?Compare@H245_RedundancyEncoding@@UBE?AW4Comparison@PObject@@ABV3@@Z @5895 NONAME ?Compare@H245_RedundancyEncodingCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5896 NONAME ?Compare@H245_RedundancyEncodingDTMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @19316 NONAME ?Compare@H245_RedundancyEncodingDTModeElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @19317 NONAME ?Compare@H245_RedundancyEncodingElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @19318 NONAME ?Compare@H245_RedundancyEncodingMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5897 NONAME ?Compare@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBE?AW4Comparison@PObject@@ABV3@@Z @19319 NONAME ?Compare@H245_RefPictureSelection@@UBE?AW4Comparison@PObject@@ABV3@@Z @5898 NONAME ?Compare@H245_RefPictureSelection_additionalPictureMemory@@UBE?AW4Comparison@PObject@@ABV3@@Z @5899 NONAME ?Compare@H245_RefPictureSelection_enhancedReferencePicSelect@@UBE?AW4Comparison@PObject@@ABV3@@Z @12012 NONAME ?Compare@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @12013 NONAME ?Compare@H245_RequestAllTerminalIDsResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5900 NONAME ?Compare@H245_RequestChannelClose@@UBE?AW4Comparison@PObject@@ABV3@@Z @5901 NONAME ?Compare@H245_RequestChannelCloseAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5902 NONAME ?Compare@H245_RequestChannelCloseReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5903 NONAME ?Compare@H245_RequestChannelCloseRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @5904 NONAME ?Compare@H245_RequestMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @5905 NONAME ?Compare@H245_RequestModeAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5906 NONAME ?Compare@H245_RequestModeReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5907 NONAME ?Compare@H245_RequestMultiplexEntry@@UBE?AW4Comparison@PObject@@ABV3@@Z @5908 NONAME ?Compare@H245_RequestMultiplexEntryAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5909 NONAME ?Compare@H245_RequestMultiplexEntryReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5910 NONAME ?Compare@H245_RequestMultiplexEntryRejectionDescriptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @5911 NONAME ?Compare@H245_RequestMultiplexEntryRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @5912 NONAME ?Compare@H245_RoundTripDelayRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5913 NONAME ?Compare@H245_RoundTripDelayResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @5914 NONAME ?Compare@H245_RSVPParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5915 NONAME ?Compare@H245_RTPH263VideoRedundancyEncoding@@UBE?AW4Comparison@PObject@@ABV3@@Z @5916 NONAME ?Compare@H245_RTPH263VideoRedundancyFrameMapping@@UBE?AW4Comparison@PObject@@ABV3@@Z @5917 NONAME ?Compare@H245_RTPPayloadType@@UBE?AW4Comparison@PObject@@ABV3@@Z @5918 NONAME ?Compare@H245_SendTerminalCapabilitySet_specificRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @5919 NONAME ?Compare@H245_SubstituteConferenceIDCommand@@UBE?AW4Comparison@PObject@@ABV3@@Z @5920 NONAME ?Compare@H245_T38FaxProfile@@UBE?AW4Comparison@PObject@@ABV3@@Z @12014 NONAME ?Compare@H245_T38FaxTcpOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @12015 NONAME ?Compare@H245_T38FaxUdpOptions@@UBE?AW4Comparison@PObject@@ABV3@@Z @12016 NONAME ?Compare@H245_T84Profile_t84Restricted@@UBE?AW4Comparison@PObject@@ABV3@@Z @5921 NONAME ?Compare@H245_TerminalCapabilitySet@@UBE?AW4Comparison@PObject@@ABV3@@Z @5922 NONAME ?Compare@H245_TerminalCapabilitySetAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @5923 NONAME ?Compare@H245_TerminalCapabilitySetReject@@UBE?AW4Comparison@PObject@@ABV3@@Z @5924 NONAME ?Compare@H245_TerminalInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @5925 NONAME ?Compare@H245_TerminalLabel@@UBE?AW4Comparison@PObject@@ABV3@@Z @5926 NONAME ?Compare@H245_TerminalYouAreSeeingInSubPictureNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @5927 NONAME ?Compare@H245_TransparencyParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5928 NONAME ?Compare@H245_TransportCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5929 NONAME ?Compare@H245_UnicastAddress_iP6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @5930 NONAME ?Compare@H245_UnicastAddress_iPAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @5931 NONAME ?Compare@H245_UnicastAddress_iPSourceRouteAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @5932 NONAME ?Compare@H245_UnicastAddress_iPXAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @5933 NONAME ?Compare@H245_UserInputIndication_encryptedAlphanumeric@@UBE?AW4Comparison@PObject@@ABV3@@Z @33166 NONAME ?Compare@H245_UserInputIndication_extendedAlphanumeric@@UBE?AW4Comparison@PObject@@ABV3@@Z @12017 NONAME ?Compare@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBE?AW4Comparison@PObject@@ABV3@@Z @33167 NONAME ?Compare@H245_UserInputIndication_signal@@UBE?AW4Comparison@PObject@@ABV3@@Z @5934 NONAME ?Compare@H245_UserInputIndication_signalUpdate@@UBE?AW4Comparison@PObject@@ABV3@@Z @5935 NONAME ?Compare@H245_UserInputIndication_signalUpdate_rtp@@UBE?AW4Comparison@PObject@@ABV3@@Z @5936 NONAME ?Compare@H245_UserInputIndication_signal_rtp@@UBE?AW4Comparison@PObject@@ABV3@@Z @5937 NONAME ?Compare@H245_V42bis@@UBE?AW4Comparison@PObject@@ABV3@@Z @5938 NONAME ?Compare@H245_V75Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5939 NONAME ?Compare@H245_V75Parameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5940 NONAME ?Compare@H245_V76Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5941 NONAME ?Compare@H245_V76HDLCParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5942 NONAME ?Compare@H245_V76LogicalChannelParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5943 NONAME ?Compare@H245_V76LogicalChannelParameters_mode_eRM@@UBE?AW4Comparison@PObject@@ABV3@@Z @5944 NONAME ?Compare@H245_VBDCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @19320 NONAME ?Compare@H245_VBDMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @19321 NONAME ?Compare@H245_VCCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5945 NONAME ?Compare@H245_VCCapability_aal1@@UBE?AW4Comparison@PObject@@ABV3@@Z @5946 NONAME ?Compare@H245_VCCapability_aal1ViaGateway@@UBE?AW4Comparison@PObject@@ABV3@@Z @12018 NONAME ?Compare@H245_VCCapability_aal5@@UBE?AW4Comparison@PObject@@ABV3@@Z @5947 NONAME ?Compare@H245_VCCapability_availableBitRates@@UBE?AW4Comparison@PObject@@ABV3@@Z @5948 NONAME ?Compare@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBE?AW4Comparison@PObject@@ABV3@@Z @5949 NONAME ?Compare@H245_VendorIdentification@@UBE?AW4Comparison@PObject@@ABV3@@Z @5950 NONAME ?Compare@H245_VideoIndicateCompose@@UBE?AW4Comparison@PObject@@ABV3@@Z @5951 NONAME ?Compare@H248_ActionReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @16090 NONAME ?Compare@H248_ActionRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @16091 NONAME ?Compare@H248_AmmRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @16092 NONAME ?Compare@H248_AmmsReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @16093 NONAME ?Compare@H248_AuditDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16094 NONAME ?Compare@H248_AuditRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @16095 NONAME ?Compare@H248_AuditResult@@UBE?AW4Comparison@PObject@@ABV3@@Z @16096 NONAME ?Compare@H248_AuthenticationHeader@@UBE?AW4Comparison@PObject@@ABV3@@Z @16097 NONAME ?Compare@H248_CommandRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @16098 NONAME ?Compare@H248_ContextAttrAuditRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @16099 NONAME ?Compare@H248_ContextRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @16100 NONAME ?Compare@H248_DigitMapDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16101 NONAME ?Compare@H248_DigitMapValue@@UBE?AW4Comparison@PObject@@ABV3@@Z @16102 NONAME ?Compare@H248_DomainName@@UBE?AW4Comparison@PObject@@ABV3@@Z @16103 NONAME ?Compare@H248_ErrorDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16104 NONAME ?Compare@H248_EventParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @16105 NONAME ?Compare@H248_EventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16106 NONAME ?Compare@H248_EventSpec@@UBE?AW4Comparison@PObject@@ABV3@@Z @16107 NONAME ?Compare@H248_H221NonStandard@@UBE?AW4Comparison@PObject@@ABV3@@Z @16108 NONAME ?Compare@H248_IndAudDigitMapDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16109 NONAME ?Compare@H248_IndAudEventBufferDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16110 NONAME ?Compare@H248_IndAudEventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16111 NONAME ?Compare@H248_IndAudLocalControlDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16112 NONAME ?Compare@H248_IndAudLocalRemoteDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16113 NONAME ?Compare@H248_IndAudMediaDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16114 NONAME ?Compare@H248_IndAudPackagesDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16115 NONAME ?Compare@H248_IndAudPropertyParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @16116 NONAME ?Compare@H248_IndAudSeqSigList@@UBE?AW4Comparison@PObject@@ABV3@@Z @16117 NONAME ?Compare@H248_IndAudSignal@@UBE?AW4Comparison@PObject@@ABV3@@Z @16118 NONAME ?Compare@H248_IndAudStatisticsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16119 NONAME ?Compare@H248_IndAudStreamDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16120 NONAME ?Compare@H248_IndAudStreamParms@@UBE?AW4Comparison@PObject@@ABV3@@Z @16121 NONAME ?Compare@H248_IndAudTerminationStateDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16122 NONAME ?Compare@H248_IP4Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @16123 NONAME ?Compare@H248_IP6Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @16124 NONAME ?Compare@H248_LocalControlDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16125 NONAME ?Compare@H248_LocalRemoteDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16126 NONAME ?Compare@H248_MediaDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16127 NONAME ?Compare@H248_MegacoMessage@@UBE?AW4Comparison@PObject@@ABV3@@Z @16128 NONAME ?Compare@H248_Message@@UBE?AW4Comparison@PObject@@ABV3@@Z @16129 NONAME ?Compare@H248_ModemDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16130 NONAME ?Compare@H248_MuxDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16131 NONAME ?Compare@H248_NonStandardData@@UBE?AW4Comparison@PObject@@ABV3@@Z @16132 NONAME ?Compare@H248_NotifyReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @16133 NONAME ?Compare@H248_NotifyRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @16134 NONAME ?Compare@H248_ObservedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @16135 NONAME ?Compare@H248_ObservedEventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16136 NONAME ?Compare@H248_PackagesItem@@UBE?AW4Comparison@PObject@@ABV3@@Z @16137 NONAME ?Compare@H248_PropertyParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @16138 NONAME ?Compare@H248_RequestedActions@@UBE?AW4Comparison@PObject@@ABV3@@Z @16139 NONAME ?Compare@H248_RequestedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @16140 NONAME ?Compare@H248_SecondEventsDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16141 NONAME ?Compare@H248_SecondRequestedActions@@UBE?AW4Comparison@PObject@@ABV3@@Z @16142 NONAME ?Compare@H248_SecondRequestedEvent@@UBE?AW4Comparison@PObject@@ABV3@@Z @16143 NONAME ?Compare@H248_SeqSigList@@UBE?AW4Comparison@PObject@@ABV3@@Z @16144 NONAME ?Compare@H248_ServiceChangeParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @16145 NONAME ?Compare@H248_ServiceChangeProfile@@UBE?AW4Comparison@PObject@@ABV3@@Z @16146 NONAME ?Compare@H248_ServiceChangeReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @16147 NONAME ?Compare@H248_ServiceChangeRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @16148 NONAME ?Compare@H248_ServiceChangeResParm@@UBE?AW4Comparison@PObject@@ABV3@@Z @16149 NONAME ?Compare@H248_Signal@@UBE?AW4Comparison@PObject@@ABV3@@Z @16150 NONAME ?Compare@H248_SigParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @16151 NONAME ?Compare@H248_StatisticsParameter@@UBE?AW4Comparison@PObject@@ABV3@@Z @16152 NONAME ?Compare@H248_StreamDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16153 NONAME ?Compare@H248_StreamParms@@UBE?AW4Comparison@PObject@@ABV3@@Z @16154 NONAME ?Compare@H248_SubtractRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @16155 NONAME ?Compare@H248_TerminationID@@UBE?AW4Comparison@PObject@@ABV3@@Z @16156 NONAME ?Compare@H248_TerminationStateDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @16157 NONAME ?Compare@H248_TimeNotation@@UBE?AW4Comparison@PObject@@ABV3@@Z @16158 NONAME ?Compare@H248_TopologyRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @16159 NONAME ?Compare@H248_TransactionAck@@UBE?AW4Comparison@PObject@@ABV3@@Z @16160 NONAME ?Compare@H248_TransactionPending@@UBE?AW4Comparison@PObject@@ABV3@@Z @16161 NONAME ?Compare@H248_TransactionReply@@UBE?AW4Comparison@PObject@@ABV3@@Z @16162 NONAME ?Compare@H248_TransactionRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @16163 NONAME ?Compare@H323Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @5952 NONAME ?Compare@H323ChannelNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @9304 NONAME ?Compare@H323GatekeeperCall@@UBE?AW4Comparison@PObject@@ABV3@@Z @12827 NONAME ?Compare@H323GenericAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @33263 NONAME ?Compare@H323GenericVideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @33264 NONAME ?Compare@H323GSMPluginCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @29854 NONAME ?Compare@H323H261PluginCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @29855 NONAME ?Compare@H323NonStandardAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @9406 NONAME ?Compare@H323NonStandardDataCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @9407 NONAME ?Compare@H323NonStandardVideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @9408 NONAME ?Compare@H323PeerElementDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @18042 NONAME ?Compare@H323PeerElementServiceRelationship@@UBE?AW4Comparison@PObject@@ABV3@@Z @18043 NONAME ?Compare@H323PluginG7231Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @29856 NONAME ?Compare@H323RegisteredEndPoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @12828 NONAME ?Compare@H323_H261Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @9159 NONAME ?Compare@H323_LIDCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @14390 NONAME ?Compare@H323_RFC2190_H263Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @33704 NONAME ?Compare@H323_T38Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @12829 NONAME ?Compare@H45010_CfbOvrOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10742 NONAME ?Compare@H45010_CoReqOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10743 NONAME ?Compare@H45010_RUAlertOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10744 NONAME ?Compare@H45011_CIFrcRelArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10745 NONAME ?Compare@H45011_CIFrcRelOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @10746 NONAME ?Compare@H45011_CIGetCIPLOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10747 NONAME ?Compare@H45011_CIGetCIPLRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @10748 NONAME ?Compare@H45011_CIIsOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10749 NONAME ?Compare@H45011_CIIsOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @10750 NONAME ?Compare@H45011_CINotificationArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10751 NONAME ?Compare@H45011_CIRequestArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10752 NONAME ?Compare@H45011_CIRequestRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @10753 NONAME ?Compare@H45011_CISilentArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10754 NONAME ?Compare@H45011_CISilentOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @10755 NONAME ?Compare@H45011_CIWobOptArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10756 NONAME ?Compare@H45011_CIWobOptRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @10757 NONAME ?Compare@H4501_Address@@UBE?AW4Comparison@PObject@@ABV3@@Z @10052 NONAME ?Compare@H4501_AddressScreened@@UBE?AW4Comparison@PObject@@ABV3@@Z @10053 NONAME ?Compare@H4501_EndpointAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10054 NONAME ?Compare@H4501_Extension@@UBE?AW4Comparison@PObject@@ABV3@@Z @10055 NONAME ?Compare@H4501_NetworkFacilityExtension@@UBE?AW4Comparison@PObject@@ABV3@@Z @10056 NONAME ?Compare@H4501_NumberScreened@@UBE?AW4Comparison@PObject@@ABV3@@Z @10057 NONAME ?Compare@H4501_SupplementaryService@@UBE?AW4Comparison@PObject@@ABV3@@Z @10058 NONAME ?Compare@H4501_UserSpecifiedSubaddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @10059 NONAME ?Compare@H4502_CTActiveArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10060 NONAME ?Compare@H4502_CTCompleteArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10061 NONAME ?Compare@H4502_CTIdentifyRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @10062 NONAME ?Compare@H4502_CTInitiateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10063 NONAME ?Compare@H4502_CTSetupArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10064 NONAME ?Compare@H4502_CTUpdateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10065 NONAME ?Compare@H4502_SubaddressTransferArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10066 NONAME ?Compare@H4503_IntResult@@UBE?AW4Comparison@PObject@@ABV3@@Z @10331 NONAME ?Compare@H4504_Extension@@UBE?AW4Comparison@PObject@@ABV3@@Z @10238 NONAME ?Compare@H4504_HoldNotificArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10239 NONAME ?Compare@H4504_RemoteHoldArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10240 NONAME ?Compare@H4504_RemoteHoldRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @10241 NONAME ?Compare@H4504_RemoteRetrieveArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10242 NONAME ?Compare@H4504_RemoteRetrieveRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @10243 NONAME ?Compare@H4504_RetrieveNotificArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10244 NONAME ?Compare@H4505_CpickupNotifyArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10758 NONAME ?Compare@H4505_CpNotifyArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10759 NONAME ?Compare@H4505_CpRequestArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10760 NONAME ?Compare@H4505_CpRequestRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @10761 NONAME ?Compare@H4505_CpSetupArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10762 NONAME ?Compare@H4505_CpSetupRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @10763 NONAME ?Compare@H4505_GroupIndicationOffArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10764 NONAME ?Compare@H4505_GroupIndicationOffRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @10765 NONAME ?Compare@H4505_GroupIndicationOnArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10766 NONAME ?Compare@H4505_GroupIndicationOnRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @10767 NONAME ?Compare@H4505_PickExeArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10768 NONAME ?Compare@H4505_PickExeRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @10769 NONAME ?Compare@H4505_PickrequArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10770 NONAME ?Compare@H4505_PickrequRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @10771 NONAME ?Compare@H4505_PickupArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10772 NONAME ?Compare@H4505_PickupRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @10773 NONAME ?Compare@H4506_CallWaitingArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10774 NONAME ?Compare@H4507_MWIActivateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10775 NONAME ?Compare@H4507_MWIDeactivateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10776 NONAME ?Compare@H4507_MWIInterrogateArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10777 NONAME ?Compare@H4507_MWIInterrogateResElt@@UBE?AW4Comparison@PObject@@ABV3@@Z @10778 NONAME ?Compare@H4509_CcLongArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10779 NONAME ?Compare@H4509_CcRequestArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10780 NONAME ?Compare@H4509_CcRequestRes@@UBE?AW4Comparison@PObject@@ABV3@@Z @10781 NONAME ?Compare@H4509_CcShortArg@@UBE?AW4Comparison@PObject@@ABV3@@Z @10782 NONAME ?Compare@H501_AccessConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @17418 NONAME ?Compare@H501_AccessRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @17419 NONAME ?Compare@H501_AccessRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @17420 NONAME ?Compare@H501_AddressTemplate@@UBE?AW4Comparison@PObject@@ABV3@@Z @17421 NONAME ?Compare@H501_AlternatePE@@UBE?AW4Comparison@PObject@@ABV3@@Z @17422 NONAME ?Compare@H501_AlternatePEInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @17423 NONAME ?Compare@H501_AuthenticationRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @17424 NONAME ?Compare@H501_AuthenticationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @17425 NONAME ?Compare@H501_CallInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @17426 NONAME ?Compare@H501_ContactInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @17427 NONAME ?Compare@H501_Descriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @17428 NONAME ?Compare@H501_DescriptorConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @17429 NONAME ?Compare@H501_DescriptorIDConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @17430 NONAME ?Compare@H501_DescriptorIDRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @17431 NONAME ?Compare@H501_DescriptorInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @17432 NONAME ?Compare@H501_DescriptorRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @17433 NONAME ?Compare@H501_DescriptorRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @17434 NONAME ?Compare@H501_DescriptorUpdate@@UBE?AW4Comparison@PObject@@ABV3@@Z @17435 NONAME ?Compare@H501_Message@@UBE?AW4Comparison@PObject@@ABV3@@Z @17436 NONAME ?Compare@H501_MessageCommonInfo@@UBE?AW4Comparison@PObject@@ABV3@@Z @17437 NONAME ?Compare@H501_NonStandardRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @17438 NONAME ?Compare@H501_PartyInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @17439 NONAME ?Compare@H501_Pattern_range@@UBE?AW4Comparison@PObject@@ABV3@@Z @17440 NONAME ?Compare@H501_PriceElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @17441 NONAME ?Compare@H501_PriceInfoSpec@@UBE?AW4Comparison@PObject@@ABV3@@Z @17442 NONAME ?Compare@H501_RequestInProgress@@UBE?AW4Comparison@PObject@@ABV3@@Z @17443 NONAME ?Compare@H501_RouteInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @17444 NONAME ?Compare@H501_SecurityMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @17445 NONAME ?Compare@H501_ServiceConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @17446 NONAME ?Compare@H501_ServiceRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @17447 NONAME ?Compare@H501_ServiceRelease@@UBE?AW4Comparison@PObject@@ABV3@@Z @17448 NONAME ?Compare@H501_ServiceRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @17449 NONAME ?Compare@H501_TerminationCause@@UBE?AW4Comparison@PObject@@ABV3@@Z @17450 NONAME ?Compare@H501_UnknownMessageResponse@@UBE?AW4Comparison@PObject@@ABV3@@Z @17451 NONAME ?Compare@H501_UpdateInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @17452 NONAME ?Compare@H501_UsageField@@UBE?AW4Comparison@PObject@@ABV3@@Z @17453 NONAME ?Compare@H501_UsageIndication@@UBE?AW4Comparison@PObject@@ABV3@@Z @17454 NONAME ?Compare@H501_UsageIndicationRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @17455 NONAME ?Compare@H501_UsageRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @17456 NONAME ?Compare@H501_UsageRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @17457 NONAME ?Compare@H501_UsageSpecification@@UBE?AW4Comparison@PObject@@ABV3@@Z @17458 NONAME ?Compare@H501_UsageSpecification_when@@UBE?AW4Comparison@PObject@@ABV3@@Z @17459 NONAME ?Compare@H501_UserInformation@@UBE?AW4Comparison@PObject@@ABV3@@Z @17460 NONAME ?Compare@H501_ValidationConfirmation@@UBE?AW4Comparison@PObject@@ABV3@@Z @17461 NONAME ?Compare@H501_ValidationRejection@@UBE?AW4Comparison@PObject@@ABV3@@Z @17462 NONAME ?Compare@H501_ValidationRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @17463 NONAME ?Compare@MCS_AUcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @5968 NONAME ?Compare@MCS_CAin@@UBE?AW4Comparison@PObject@@ABV3@@Z @5969 NONAME ?Compare@MCS_CArq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5970 NONAME ?Compare@MCS_CCcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @5971 NONAME ?Compare@MCS_CCrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5972 NONAME ?Compare@MCS_CDin@@UBE?AW4Comparison@PObject@@ABV3@@Z @5973 NONAME ?Compare@MCS_CDrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5974 NONAME ?Compare@MCS_CEin@@UBE?AW4Comparison@PObject@@ABV3@@Z @5975 NONAME ?Compare@MCS_CErq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5976 NONAME ?Compare@MCS_ChannelAttributes_assigned@@UBE?AW4Comparison@PObject@@ABV3@@Z @5977 NONAME ?Compare@MCS_ChannelAttributes_private@@UBE?AW4Comparison@PObject@@ABV3@@Z @5978 NONAME ?Compare@MCS_ChannelAttributes_static@@UBE?AW4Comparison@PObject@@ABV3@@Z @5979 NONAME ?Compare@MCS_ChannelAttributes_userId@@UBE?AW4Comparison@PObject@@ABV3@@Z @5980 NONAME ?Compare@MCS_CJcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @5981 NONAME ?Compare@MCS_CJrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5982 NONAME ?Compare@MCS_CLrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5983 NONAME ?Compare@MCS_Connect_Additional@@UBE?AW4Comparison@PObject@@ABV3@@Z @5984 NONAME ?Compare@MCS_Connect_Initial@@UBE?AW4Comparison@PObject@@ABV3@@Z @5985 NONAME ?Compare@MCS_Connect_Response@@UBE?AW4Comparison@PObject@@ABV3@@Z @5986 NONAME ?Compare@MCS_Connect_Result@@UBE?AW4Comparison@PObject@@ABV3@@Z @5987 NONAME ?Compare@MCS_DomainParameters@@UBE?AW4Comparison@PObject@@ABV3@@Z @5988 NONAME ?Compare@MCS_DPum@@UBE?AW4Comparison@PObject@@ABV3@@Z @5989 NONAME ?Compare@MCS_DUin@@UBE?AW4Comparison@PObject@@ABV3@@Z @5990 NONAME ?Compare@MCS_DUrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5991 NONAME ?Compare@MCS_EDrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5992 NONAME ?Compare@MCS_MCcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @5993 NONAME ?Compare@MCS_MCrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5994 NONAME ?Compare@MCS_MTcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @5995 NONAME ?Compare@MCS_MTrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @5996 NONAME ?Compare@MCS_PCin@@UBE?AW4Comparison@PObject@@ABV3@@Z @5997 NONAME ?Compare@MCS_PDin@@UBE?AW4Comparison@PObject@@ABV3@@Z @5998 NONAME ?Compare@MCS_PTin@@UBE?AW4Comparison@PObject@@ABV3@@Z @5999 NONAME ?Compare@MCS_RJum@@UBE?AW4Comparison@PObject@@ABV3@@Z @6000 NONAME ?Compare@MCS_SDin@@UBE?AW4Comparison@PObject@@ABV3@@Z @6001 NONAME ?Compare@MCS_SDrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6002 NONAME ?Compare@MCS_TGcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @6003 NONAME ?Compare@MCS_TGrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6004 NONAME ?Compare@MCS_TIcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @6005 NONAME ?Compare@MCS_TIrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6006 NONAME ?Compare@MCS_TokenAttributes_given@@UBE?AW4Comparison@PObject@@ABV3@@Z @6007 NONAME ?Compare@MCS_TokenAttributes_giving@@UBE?AW4Comparison@PObject@@ABV3@@Z @6008 NONAME ?Compare@MCS_TokenAttributes_grabbed@@UBE?AW4Comparison@PObject@@ABV3@@Z @6009 NONAME ?Compare@MCS_TokenAttributes_inhibited@@UBE?AW4Comparison@PObject@@ABV3@@Z @6010 NONAME ?Compare@MCS_TokenAttributes_ungivable@@UBE?AW4Comparison@PObject@@ABV3@@Z @6011 NONAME ?Compare@MCS_TPin@@UBE?AW4Comparison@PObject@@ABV3@@Z @6012 NONAME ?Compare@MCS_TPrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6013 NONAME ?Compare@MCS_TRcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @6014 NONAME ?Compare@MCS_TRrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6015 NONAME ?Compare@MCS_TTcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @6016 NONAME ?Compare@MCS_TTrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6017 NONAME ?Compare@MCS_TVcf@@UBE?AW4Comparison@PObject@@ABV3@@Z @6018 NONAME ?Compare@MCS_TVin@@UBE?AW4Comparison@PObject@@ABV3@@Z @6019 NONAME ?Compare@MCS_TVrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6020 NONAME ?Compare@MCS_TVrs@@UBE?AW4Comparison@PObject@@ABV3@@Z @6021 NONAME ?Compare@MCS_USin@@UBE?AW4Comparison@PObject@@ABV3@@Z @6022 NONAME ?Compare@MCS_USrq@@UBE?AW4Comparison@PObject@@ABV3@@Z @6023 NONAME ?Compare@T38_Data_Field_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @12682 NONAME ?Compare@T38_IFPPacket@@UBE?AW4Comparison@PObject@@ABV3@@Z @12683 NONAME ?Compare@T38_PreCorrigendum_Data_Field_subtype@@UBE?AW4Comparison@PObject@@ABV3@@Z @15130 NONAME ?Compare@T38_PreCorrigendum_IFPPacket@@UBE?AW4Comparison@PObject@@ABV3@@Z @15131 NONAME ?Compare@T38_UDPTLPacket@@UBE?AW4Comparison@PObject@@ABV3@@Z @12684 NONAME ?Compare@T38_UDPTLPacket_error_recovery_fec_info@@UBE?AW4Comparison@PObject@@ABV3@@Z @12685 NONAME ?Compare@X880_Invoke@@UBE?AW4Comparison@PObject@@ABV3@@Z @10067 NONAME ?Compare@X880_Reject@@UBE?AW4Comparison@PObject@@ABV3@@Z @10068 NONAME ?Compare@X880_ReturnError@@UBE?AW4Comparison@PObject@@ABV3@@Z @10069 NONAME ?Compare@X880_ReturnResult@@UBE?AW4Comparison@PObject@@ABV3@@Z @10070 NONAME ?Compare@X880_ReturnResult_result@@UBE?AW4Comparison@PObject@@ABV3@@Z @10071 NONAME ?CompareData@H323NonStandardCapabilityInfo@@IBE?AW4Comparison@PObject@@ABVPBYTEArray@@@Z @9409 NONAME ?CompareInfo@H323GenericCapabilityInfo@@IBE?AW4Comparison@PObject@@ABV1@@Z @33265 NONAME ?CompareInfo@H323NonStandardCapabilityInfo@@IBE?AW4Comparison@PObject@@ABV1@@Z @9410 NONAME ?CompareObjectMemoryDirect@?$PArray@V?$PList@VH323Capability@@@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @6024 NONAME ?CompareObjectMemoryDirect@?$PArray@VH323SimultaneousCapabilities@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @6025 NONAME ?CompareObjectMemoryDirect@?$PArray@VH323TransportAddress@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18186 NONAME ?CompareObjectMemoryDirect@?$PArray@VReceiverReport@RTP_Session@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @8928 NONAME ?CompareObjectMemoryDirect@?$PArray@VSourceDescription@RTP_Session@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @8929 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @6027 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @16164 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @13163 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @6028 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18187 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @6029 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPString@@VH323Connection@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @6030 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @12831 NONAME ?CompareObjectMemoryDirect@?$PDictionary@VPString@@VPOrdinalKey@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18254 NONAME ?CompareObjectMemoryDirect@?$PList@VH235Authenticator@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @29857 NONAME ?CompareObjectMemoryDirect@?$PList@VH245_GenericParameter@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @33266 NONAME ?CompareObjectMemoryDirect@?$PList@VH263Packet@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @33705 NONAME ?CompareObjectMemoryDirect@?$PList@VH323Capability@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @6031 NONAME ?CompareObjectMemoryDirect@?$PList@VH323Channel@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @6032 NONAME ?CompareObjectMemoryDirect@?$PList@VH323GatekeeperListener@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @12832 NONAME ?CompareObjectMemoryDirect@?$PList@VH323Listener@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @6034 NONAME ?CompareObjectMemoryDirect@?$PList@VH323Transactor@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @17464 NONAME ?CompareObjectMemoryDirect@?$PList@VH450xHandler@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @13164 NONAME ?CompareObjectMemoryDirect@?$PList@VOpalMediaFormat@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @9438 NONAME ?CompareObjectMemoryDirect@?$PList@VPBYTEArray@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @16525 NONAME ?CompareObjectMemoryDirect@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @15059 NONAME ?CompareObjectMemoryDirect@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18044 NONAME ?CompareObjectMemoryDirect@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18045 NONAME ?CompareObjectMemoryDirect@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @15060 NONAME ?CompareObjectMemoryDirect@?$PSafePtr@VH323GatekeeperCall@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @14090 NONAME ?CompareObjectMemoryDirect@?$PSafePtr@VH323PeerElementDescriptor@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18046 NONAME ?CompareObjectMemoryDirect@?$PSafePtr@VH323PeerElementServiceRelationship@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18047 NONAME ?CompareObjectMemoryDirect@?$PSafePtr@VH323RegisteredEndPoint@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @14091 NONAME ?CompareObjectMemoryDirect@?$PSet@VPOrdinalKey@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18255 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @14408 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VH225_AliasAddress@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18386 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VH323GatekeeperCall@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @12833 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VH323PeerElementDescriptor@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18048 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VH323PeerElementServiceRelationship@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18049 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VMXRecord@PDNS@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @32876 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VResponse@H323Transactor@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @18188 NONAME ?CompareObjectMemoryDirect@?$PSortedList@VSRVRecord@PDNS@@@@UBE?AW4Comparison@PObject@@ABV3@@Z @32877 NONAME ?CompareObjectMemoryDirect@AlternateInfo@H323Gatekeeper@@UBE?AW4Comparison@PObject@@ABV4@@Z @14409 NONAME ?CompareObjectMemoryDirect@ByteQueue@OpalVoipBlasterDevice@@UBE?AW4Comparison@PObject@@ABV4@@Z @13670 NONAME ?CompareObjectMemoryDirect@FilterInfo@H323Codec@@UBE?AW4Comparison@PObject@@ABV4@@Z @13830 NONAME ?CompareObjectMemoryDirect@G7231_File_Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @14573 NONAME ?CompareObjectMemoryDirect@G7231_File_Codec@@UBE?AW4Comparison@PObject@@ABV3@@Z @14574 NONAME ?CompareObjectMemoryDirect@H225CallThread@@UBE?AW4Comparison@PObject@@ABV3@@Z @6035 NONAME ?CompareObjectMemoryDirect@H225TransportThread@@UBE?AW4Comparison@PObject@@ABV3@@Z @6037 NONAME ?CompareObjectMemoryDirect@H225_RAS@@UBE?AW4Comparison@PObject@@ABV3@@Z @12499 NONAME ?CompareObjectMemoryDirect@H235AuthCAT@@UBE?AW4Comparison@PObject@@ABV3@@Z @16735 NONAME ?CompareObjectMemoryDirect@H235Authenticator@@UBE?AW4Comparison@PObject@@ABV3@@Z @13060 NONAME ?CompareObjectMemoryDirect@H235Authenticators@@UBE?AW4Comparison@PObject@@ABV3@@Z @14776 NONAME ?CompareObjectMemoryDirect@H235AuthProcedure1@@UBE?AW4Comparison@PObject@@ABV3@@Z @13061 NONAME ?CompareObjectMemoryDirect@H235AuthSimpleMD5@@UBE?AW4Comparison@PObject@@ABV3@@Z @13062 NONAME ?CompareObjectMemoryDirect@H245NegLogicalChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @6038 NONAME ?CompareObjectMemoryDirect@H245NegLogicalChannels@@UBE?AW4Comparison@PObject@@ABV3@@Z @6039 NONAME ?CompareObjectMemoryDirect@H245NegMasterSlaveDetermination@@UBE?AW4Comparison@PObject@@ABV3@@Z @6040 NONAME ?CompareObjectMemoryDirect@H245Negotiator@@UBE?AW4Comparison@PObject@@ABV3@@Z @6041 NONAME ?CompareObjectMemoryDirect@H245NegRequestMode@@UBE?AW4Comparison@PObject@@ABV3@@Z @6042 NONAME ?CompareObjectMemoryDirect@H245NegRoundTripDelay@@UBE?AW4Comparison@PObject@@ABV3@@Z @6043 NONAME ?CompareObjectMemoryDirect@H245NegTerminalCapabilitySet@@UBE?AW4Comparison@PObject@@ABV3@@Z @6044 NONAME ?CompareObjectMemoryDirect@H245TransportThread@@UBE?AW4Comparison@PObject@@ABV3@@Z @6045 NONAME ?CompareObjectMemoryDirect@H263Packet@@UBE?AW4Comparison@PObject@@ABV3@@Z @33706 NONAME ?CompareObjectMemoryDirect@H263PacketList@@UBE?AW4Comparison@PObject@@ABV3@@Z @33707 NONAME ?CompareObjectMemoryDirect@H323AudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6046 NONAME ?CompareObjectMemoryDirect@H323AudioCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @6047 NONAME ?CompareObjectMemoryDirect@H323BidirectionalChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @6048 NONAME ?CompareObjectMemoryDirect@H323CallCreditServiceControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @16166 NONAME ?CompareObjectMemoryDirect@H323Capabilities@@UBE?AW4Comparison@PObject@@ABV3@@Z @9027 NONAME ?CompareObjectMemoryDirect@H323CapabilitiesSet@@UBE?AW4Comparison@PObject@@ABV3@@Z @9028 NONAME ?CompareObjectMemoryDirect@H323Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6049 NONAME ?CompareObjectMemoryDirect@H323Channel@@UBE?AW4Comparison@PObject@@ABV3@@Z @6051 NONAME ?CompareObjectMemoryDirect@H323ChannelNumber@@UBE?AW4Comparison@PObject@@ABV3@@Z @6052 NONAME ?CompareObjectMemoryDirect@H323Codec@@UBE?AW4Comparison@PObject@@ABV3@@Z @6053 NONAME ?CompareObjectMemoryDirect@H323CodecPluginGenericAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @33267 NONAME ?CompareObjectMemoryDirect@H323CodecPluginNonStandardAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @29861 NONAME ?CompareObjectMemoryDirect@H323Connection@@UBE?AW4Comparison@PObject@@ABV3@@Z @6054 NONAME ?CompareObjectMemoryDirect@H323ConnectionsCleaner@@UBE?AW4Comparison@PObject@@ABV3@@Z @6055 NONAME ?CompareObjectMemoryDirect@H323ControlPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @6056 NONAME ?CompareObjectMemoryDirect@H323DataCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6057 NONAME ?CompareObjectMemoryDirect@H323DataChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @12686 NONAME ?CompareObjectMemoryDirect@H323DynaLink@@UBE?AW4Comparison@PObject@@ABV3@@Z @30651 NONAME ?CompareObjectMemoryDirect@H323EndPoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @6058 NONAME ?CompareObjectMemoryDirect@H323FramedAudioCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @6059 NONAME ?CompareObjectMemoryDirect@H323Gatekeeper@@UBE?AW4Comparison@PObject@@ABV3@@Z @6060 NONAME ?CompareObjectMemoryDirect@H323GatekeeperARQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @13462 NONAME ?CompareObjectMemoryDirect@H323GatekeeperBRQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @13463 NONAME ?CompareObjectMemoryDirect@H323GatekeeperCall@@UBE?AW4Comparison@PObject@@ABV3@@Z @12835 NONAME ?CompareObjectMemoryDirect@H323GatekeeperDRQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @13464 NONAME ?CompareObjectMemoryDirect@H323GatekeeperGRQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @13465 NONAME ?CompareObjectMemoryDirect@H323GatekeeperIRR@@UBE?AW4Comparison@PObject@@ABV3@@Z @14259 NONAME ?CompareObjectMemoryDirect@H323GatekeeperListener@@UBE?AW4Comparison@PObject@@ABV3@@Z @12836 NONAME ?CompareObjectMemoryDirect@H323GatekeeperLRQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @13466 NONAME ?CompareObjectMemoryDirect@H323GatekeeperRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @13467 NONAME ?CompareObjectMemoryDirect@H323GatekeeperRRQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @13468 NONAME ?CompareObjectMemoryDirect@H323GatekeeperServer@@UBE?AW4Comparison@PObject@@ABV3@@Z @12837 NONAME ?CompareObjectMemoryDirect@H323GatekeeperURQ@@UBE?AW4Comparison@PObject@@ABV3@@Z @13469 NONAME ?CompareObjectMemoryDirect@H323GenericAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @33268 NONAME ?CompareObjectMemoryDirect@H323GenericVideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @33269 NONAME ?CompareObjectMemoryDirect@H323GSMPluginCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @29862 NONAME ?CompareObjectMemoryDirect@H323H248ServiceControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @16167 NONAME ?CompareObjectMemoryDirect@H323HTTPServiceControl@@UBE?AW4Comparison@PObject@@ABV3@@Z @16168 NONAME ?CompareObjectMemoryDirect@H323Listener@@UBE?AW4Comparison@PObject@@ABV3@@Z @6062 NONAME ?CompareObjectMemoryDirect@H323ListenerTCP@@UBE?AW4Comparison@PObject@@ABV3@@Z @6063 NONAME ?CompareObjectMemoryDirect@H323LogicalChannelThread@@UBE?AW4Comparison@PObject@@ABV3@@Z @6064 NONAME ?CompareObjectMemoryDirect@H323NonStandardAudioCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6065 NONAME ?CompareObjectMemoryDirect@H323NonStandardDataCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6066 NONAME ?CompareObjectMemoryDirect@H323NonStandardVideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6067 NONAME ?CompareObjectMemoryDirect@H323PeerElement@@UBE?AW4Comparison@PObject@@ABV3@@Z @17465 NONAME ?CompareObjectMemoryDirect@H323PeerElementDescriptor@@UBE?AW4Comparison@PObject@@ABV3@@Z @18050 NONAME ?CompareObjectMemoryDirect@H323PeerElementServiceRelationship@@UBE?AW4Comparison@PObject@@ABV3@@Z @18051 NONAME ?CompareObjectMemoryDirect@H323PluginCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @29865 NONAME ?CompareObjectMemoryDirect@H323PluginCodecManager@@UBE?AW4Comparison@PObject@@ABV3@@Z @30986 NONAME ?CompareObjectMemoryDirect@H323PluginFramedAudioCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @30695 NONAME ?CompareObjectMemoryDirect@H323PluginG7231Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @29866 NONAME ?CompareObjectMemoryDirect@H323PluginVideoCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @29867 NONAME ?CompareObjectMemoryDirect@H323RasPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @6068 NONAME ?CompareObjectMemoryDirect@H323RealTimeCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6069 NONAME ?CompareObjectMemoryDirect@H323RegisteredEndPoint@@UBE?AW4Comparison@PObject@@ABV3@@Z @12838 NONAME ?CompareObjectMemoryDirect@H323ServiceControlSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @16169 NONAME ?CompareObjectMemoryDirect@H323SignalPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @6070 NONAME ?CompareObjectMemoryDirect@H323SimultaneousCapabilities@@UBE?AW4Comparison@PObject@@ABV3@@Z @6071 NONAME ?CompareObjectMemoryDirect@H323StreamedAudioCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @6072 NONAME ?CompareObjectMemoryDirect@H323StreamedPluginAudioCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @30696 NONAME ?CompareObjectMemoryDirect@H323Transaction@@UBE?AW4Comparison@PObject@@ABV3@@Z @18387 NONAME ?CompareObjectMemoryDirect@H323TransactionServer@@UBE?AW4Comparison@PObject@@ABV3@@Z @17467 NONAME ?CompareObjectMemoryDirect@H323Transactor@@UBE?AW4Comparison@PObject@@ABV3@@Z @17468 NONAME ?CompareObjectMemoryDirect@H323Transport@@UBE?AW4Comparison@PObject@@ABV3@@Z @6073 NONAME ?CompareObjectMemoryDirect@H323TransportAddress@@UBE?AW4Comparison@PObject@@ABV3@@Z @6074 NONAME ?CompareObjectMemoryDirect@H323TransportAddressArray@@UBE?AW4Comparison@PObject@@ABV3@@Z @14754 NONAME ?CompareObjectMemoryDirect@H323TransportIP@@UBE?AW4Comparison@PObject@@ABV3@@Z @6075 NONAME ?CompareObjectMemoryDirect@H323TransportTCP@@UBE?AW4Comparison@PObject@@ABV3@@Z @6076 NONAME ?CompareObjectMemoryDirect@H323TransportUDP@@UBE?AW4Comparison@PObject@@ABV3@@Z @6077 NONAME ?CompareObjectMemoryDirect@H323UnidirectionalChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @6078 NONAME ?CompareObjectMemoryDirect@H323VideoCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6079 NONAME ?CompareObjectMemoryDirect@H323VideoCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @6080 NONAME ?CompareObjectMemoryDirect@H323_ALawCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @6085 NONAME ?CompareObjectMemoryDirect@H323_AnnexG@@UBE?AW4Comparison@PObject@@ABV3@@Z @17469 NONAME ?CompareObjectMemoryDirect@H323_CiscoG7231aLIDCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @14695 NONAME ?CompareObjectMemoryDirect@H323_ExternalRTPChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @13587 NONAME ?CompareObjectMemoryDirect@H323_G711Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6086 NONAME ?CompareObjectMemoryDirect@H323_H261Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6089 NONAME ?CompareObjectMemoryDirect@H323_H261Codec@@UBE?AW4Comparison@PObject@@ABV3@@Z @6090 NONAME ?CompareObjectMemoryDirect@H323_LIDCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6091 NONAME ?CompareObjectMemoryDirect@H323_LIDCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @6092 NONAME ?CompareObjectMemoryDirect@H323_muLawCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @6093 NONAME ?CompareObjectMemoryDirect@H323_RealTimeChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @13588 NONAME ?CompareObjectMemoryDirect@H323_RFC2190_H263Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @33708 NONAME ?CompareObjectMemoryDirect@H323_RFC2190_H263Codec@@UBE?AW4Comparison@PObject@@ABV3@@Z @33709 NONAME ?CompareObjectMemoryDirect@H323_RTPChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @6094 NONAME ?CompareObjectMemoryDirect@H323_RTP_Session@@UBE?AW4Comparison@PObject@@ABV3@@Z @6095 NONAME ?CompareObjectMemoryDirect@H323_RTP_UDP@@UBE?AW4Comparison@PObject@@ABV3@@Z @6096 NONAME ?CompareObjectMemoryDirect@H323_T120Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6097 NONAME ?CompareObjectMemoryDirect@H323_T120Channel@@UBE?AW4Comparison@PObject@@ABV3@@Z @12687 NONAME ?CompareObjectMemoryDirect@H323_T38Capability@@UBE?AW4Comparison@PObject@@ABV3@@Z @12688 NONAME ?CompareObjectMemoryDirect@H323_T38Channel@@UBE?AW4Comparison@PObject@@ABV3@@Z @12689 NONAME ?CompareObjectMemoryDirect@H323_T38NonStandardCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @14191 NONAME ?CompareObjectMemoryDirect@H323_UserInputCapability@@UBE?AW4Comparison@PObject@@ABV3@@Z @6098 NONAME ?CompareObjectMemoryDirect@H45011Handler@@UBE?AW4Comparison@PObject@@ABV3@@Z @14334 NONAME ?CompareObjectMemoryDirect@H4502Handler@@UBE?AW4Comparison@PObject@@ABV3@@Z @13165 NONAME ?CompareObjectMemoryDirect@H4504Handler@@UBE?AW4Comparison@PObject@@ABV3@@Z @13166 NONAME ?CompareObjectMemoryDirect@H4506Handler@@UBE?AW4Comparison@PObject@@ABV3@@Z @13626 NONAME ?CompareObjectMemoryDirect@H450xDispatcher@@UBE?AW4Comparison@PObject@@ABV3@@Z @13167 NONAME ?CompareObjectMemoryDirect@H450xHandler@@UBE?AW4Comparison@PObject@@ABV3@@Z @13168 NONAME ?CompareObjectMemoryDirect@H501AccessRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @18388 NONAME ?CompareObjectMemoryDirect@H501DescriptorUpdate@@UBE?AW4Comparison@PObject@@ABV3@@Z @18389 NONAME ?CompareObjectMemoryDirect@H501PDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @17471 NONAME ?CompareObjectMemoryDirect@H501ServiceRequest@@UBE?AW4Comparison@PObject@@ABV3@@Z @18390 NONAME ?CompareObjectMemoryDirect@H501Transaction@@UBE?AW4Comparison@PObject@@ABV3@@Z @18391 NONAME ?CompareObjectMemoryDirect@MXRecordList@PDNS@@UBE?AW4Comparison@PObject@@ABV4@@Z @32878 NONAME ?CompareObjectMemoryDirect@OpalFactoryCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @32493 NONAME ?CompareObjectMemoryDirect@OpalG711ALaw64k_Base@@UBE?AW4Comparison@PObject@@ABV3@@Z @32494 NONAME ?CompareObjectMemoryDirect@OpalG711ALaw64k_Decoder@@UBE?AW4Comparison@PObject@@ABV3@@Z @32495 NONAME ?CompareObjectMemoryDirect@OpalG711ALaw64k_Encoder@@UBE?AW4Comparison@PObject@@ABV3@@Z @32496 NONAME ?CompareObjectMemoryDirect@OpalG711uLaw64k_Base@@UBE?AW4Comparison@PObject@@ABV3@@Z @32497 NONAME ?CompareObjectMemoryDirect@OpalG711uLaw64k_Decoder@@UBE?AW4Comparison@PObject@@ABV3@@Z @32498 NONAME ?CompareObjectMemoryDirect@OpalG711uLaw64k_Encoder@@UBE?AW4Comparison@PObject@@ABV3@@Z @32499 NONAME ?CompareObjectMemoryDirect@OpalGloballyUniqueID@@UBE?AW4Comparison@PObject@@ABV3@@Z @9542 NONAME ?CompareObjectMemoryDirect@OpalIxJDevice@@UBE?AW4Comparison@PObject@@ABV3@@Z @6099 NONAME ?CompareObjectMemoryDirect@OpalLineChannel@@UBE?AW4Comparison@PObject@@ABV3@@Z @6100 NONAME ?CompareObjectMemoryDirect@OpalLineInterfaceDevice@@UBE?AW4Comparison@PObject@@ABV3@@Z @6101 NONAME ?CompareObjectMemoryDirect@OpalMediaFormat@@UBE?AW4Comparison@PObject@@ABV3@@Z @9439 NONAME ?CompareObjectMemoryDirect@OpalPluginCodec@@UBE?AW4Comparison@PObject@@ABV3@@Z @32500 NONAME ?CompareObjectMemoryDirect@OpalRFC2833@@UBE?AW4Comparison@PObject@@ABV3@@Z @13805 NONAME ?CompareObjectMemoryDirect@OpalRFC2833Info@@UBE?AW4Comparison@PObject@@ABV3@@Z @13806 NONAME ?CompareObjectMemoryDirect@OpalRtpToWavFile@@UBE?AW4Comparison@PObject@@ABV3@@Z @14241 NONAME ?CompareObjectMemoryDirect@OpalT120Protocol@@UBE?AW4Comparison@PObject@@ABV3@@Z @12690 NONAME ?CompareObjectMemoryDirect@OpalT38Protocol@@UBE?AW4Comparison@PObject@@ABV3@@Z @12691 NONAME ?CompareObjectMemoryDirect@OpalVoipBlasterDevice@@UBE?AW4Comparison@PObject@@ABV3@@Z @13671 NONAME ?CompareObjectMemoryDirect@OpalVXMLSession@@UBE?AW4Comparison@PObject@@ABV3@@Z @14581 NONAME ?CompareObjectMemoryDirect@OpalWAVFile@@UBE?AW4Comparison@PObject@@ABV3@@Z @14306 NONAME ?CompareObjectMemoryDirect@PASN_Array@@UBE?AW4Comparison@PObject@@ABV3@@Z @6107 NONAME ?CompareObjectMemoryDirect@PASN_BitString@@UBE?AW4Comparison@PObject@@ABV3@@Z @6108 NONAME ?CompareObjectMemoryDirect@PASN_BMPString@@UBE?AW4Comparison@PObject@@ABV3@@Z @6109 NONAME ?CompareObjectMemoryDirect@PASN_Boolean@@UBE?AW4Comparison@PObject@@ABV3@@Z @6110 NONAME ?CompareObjectMemoryDirect@PASN_Choice@@UBE?AW4Comparison@PObject@@ABV3@@Z @6111 NONAME ?CompareObjectMemoryDirect@PASN_ConstrainedObject@@UBE?AW4Comparison@PObject@@ABV3@@Z @6112 NONAME ?CompareObjectMemoryDirect@PASN_ConstrainedString@@UBE?AW4Comparison@PObject@@ABV3@@Z @6113 NONAME ?CompareObjectMemoryDirect@PASN_Enumeration@@UBE?AW4Comparison@PObject@@ABV3@@Z @6114 NONAME ?CompareObjectMemoryDirect@PASN_GeneralisedTime@@UBE?AW4Comparison@PObject@@ABV3@@Z @10783 NONAME ?CompareObjectMemoryDirect@PASN_GeneralString@@UBE?AW4Comparison@PObject@@ABV3@@Z @12019 NONAME ?CompareObjectMemoryDirect@PASN_IA5String@@UBE?AW4Comparison@PObject@@ABV3@@Z @6115 NONAME ?CompareObjectMemoryDirect@PASN_Integer@@UBE?AW4Comparison@PObject@@ABV3@@Z @6116 NONAME ?CompareObjectMemoryDirect@PASN_Null@@UBE?AW4Comparison@PObject@@ABV3@@Z @6117 NONAME ?CompareObjectMemoryDirect@PASN_NumericString@@UBE?AW4Comparison@PObject@@ABV3@@Z @6118 NONAME ?CompareObjectMemoryDirect@PASN_Object@@UBE?AW4Comparison@PObject@@ABV3@@Z @6119 NONAME ?CompareObjectMemoryDirect@PASN_ObjectId@@UBE?AW4Comparison@PObject@@ABV3@@Z @6120 NONAME ?CompareObjectMemoryDirect@PASN_OctetString@@UBE?AW4Comparison@PObject@@ABV3@@Z @6121 NONAME ?CompareObjectMemoryDirect@PASN_PrintableString@@UBE?AW4Comparison@PObject@@ABV3@@Z @6122 NONAME ?CompareObjectMemoryDirect@PASN_Sequence@@UBE?AW4Comparison@PObject@@ABV3@@Z @6123 NONAME ?CompareObjectMemoryDirect@PASN_Stream@@UBE?AW4Comparison@PObject@@ABV3@@Z @14048 NONAME ?CompareObjectMemoryDirect@PASN_VisibleString@@UBE?AW4Comparison@PObject@@ABV3@@Z @29868 NONAME ?CompareObjectMemoryDirect@PLDAPAttributeBase@@UBE?AW4Comparison@PObject@@ABV3@@Z @18576 NONAME ?CompareObjectMemoryDirect@PLDAPStructBase@@UBE?AW4Comparison@PObject@@ABV3@@Z @18577 NONAME ?CompareObjectMemoryDirect@PluginLoader@@UBE?AW4Comparison@PObject@@ABV3@@Z @32991 NONAME ?CompareObjectMemoryDirect@PPER_Stream@@UBE?AW4Comparison@PObject@@ABV3@@Z @14049 NONAME ?CompareObjectMemoryDirect@Q931@@UBE?AW4Comparison@PObject@@ABV3@@Z @6133 NONAME ?CompareObjectMemoryDirect@ReceiverReport@RTP_Session@@UBE?AW4Comparison@PObject@@ABV4@@Z @8932 NONAME ?CompareObjectMemoryDirect@Request@H323Transactor@@UBE?AW4Comparison@PObject@@ABV4@@Z @18189 NONAME ?CompareObjectMemoryDirect@Response@H323Transactor@@UBE?AW4Comparison@PObject@@ABV4@@Z @18190 NONAME ?CompareObjectMemoryDirect@RFC2190_FfmpgLink@@UBE?AW4Comparison@PObject@@ABV3@@Z @33710 NONAME ?CompareObjectMemoryDirect@RTP_ControlFrame@@UBE?AW4Comparison@PObject@@ABV3@@Z @6134 NONAME ?CompareObjectMemoryDirect@RTP_DataFrame@@UBE?AW4Comparison@PObject@@ABV3@@Z @6135 NONAME ?CompareObjectMemoryDirect@RTP_JitterBuffer@@UBE?AW4Comparison@PObject@@ABV3@@Z @6136 NONAME ?CompareObjectMemoryDirect@RTP_QOS@@UBE?AW4Comparison@PObject@@ABV3@@Z @18920 NONAME ?CompareObjectMemoryDirect@RTP_Session@@UBE?AW4Comparison@PObject@@ABV3@@Z @6137 NONAME ?CompareObjectMemoryDirect@RTP_SessionManager@@UBE?AW4Comparison@PObject@@ABV3@@Z @6138 NONAME ?CompareObjectMemoryDirect@RTP_UDP@@UBE?AW4Comparison@PObject@@ABV3@@Z @6139 NONAME ?CompareObjectMemoryDirect@RTP_UserData@@UBE?AW4Comparison@PObject@@ABV3@@Z @29870 NONAME ?CompareObjectMemoryDirect@SenderReport@RTP_Session@@UBE?AW4Comparison@PObject@@ABV4@@Z @8933 NONAME ?CompareObjectMemoryDirect@SourceDescription@RTP_Session@@UBE?AW4Comparison@PObject@@ABV4@@Z @8934 NONAME ?CompareObjectMemoryDirect@SRVRecordList@PDNS@@UBE?AW4Comparison@PObject@@ABV4@@Z @32879 NONAME ?CompareObjectMemoryDirect@StringMap@H323GatekeeperServer@@UBE?AW4Comparison@PObject@@ABV4@@Z @15101 NONAME ?CompareObjectMemoryDirect@T120ConnectPDU@@UBE?AW4Comparison@PObject@@ABV3@@Z @13856 NONAME ?CompareObjectMemoryDirect@T120_X224@@UBE?AW4Comparison@PObject@@ABV3@@Z @13857 NONAME ?CompareObjectMemoryDirect@VoipBlasterInterface@@UBE?AW4Comparison@PObject@@ABV3@@Z @13672 NONAME ?CompareObjectMemoryDirect@X224@@UBE?AW4Comparison@PObject@@ABV3@@Z @6140 NONAME ?CompareParam@H323NonStandardCapabilityInfo@@IBE?AW4Comparison@PObject@@ABVH245_NonStandardParameter@@@Z @30713 NONAME ?Connect@H323Gatekeeper@@IAEXABVH323TransportAddress@@ABVPString@@@Z @16721 NONAME ?Connect@H323TransportTCP@@UAEHXZ @6141 NONAME ?Connect@H323TransportUDP@@UAEHXZ @6142 NONAME ?ConnectTo@H323Transport@@QAEHABVH323TransportAddress@@@Z @12839 NONAME ?construct@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@@std@@QAEXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@ABQAU342@@Z @32244 NONAME ?construct@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@ABQAU342@@Z @32880 NONAME ?construct@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@ABQAU342@@Z @31935 NONAME ?construct@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@ABQAU342@@Z @31936 NONAME ?construct@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@ABQAU342@@Z @32501 NONAME ?construct@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@ABQAU342@@Z @31937 NONAME ?construct@?$allocator@ULookupRecord@@@std@@QAEXPAULookupRecord@@ABU3@@Z @32881 NONAME ?Construct@H323PeerElement@@IAEXXZ @17862 NONAME ?Construct@H323Transactor@@IAEXXZ @18191 NONAME ?Construct@H323_AnnexG@@IAEXXZ @17863 NONAME ?ConsultationTransfer@H323Connection@@QAEXABVPString@@@Z @13888 NONAME ?ConsultationTransfer@H323EndPoint@@QAEXABVPString@@0@Z @13889 NONAME ?ConsultationTransfer@H4502Handler@@QAEXABVPString@@@Z @13890 NONAME ?consume@Encoder@@UAEHPBVVideoFrame@@@Z @6144 NONAME ?consume@H261DCTEncoder@@UAEHPBVVideoFrame@@@Z @6145 NONAME ?consume@H261PixelEncoder@@UAEHPBVVideoFrame@@@Z @6146 NONAME ?Contains@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@QBEHABVH323ChannelNumber@@@Z @29871 NONAME ?Contains@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@QBEHABVPOrdinalKey@@@Z @29872 NONAME ?Contains@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@QBEHABVPOrdinalKey@@@Z @29873 NONAME ?Contains@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@QBEHABVPOrdinalKey@@@Z @29874 NONAME ?Contains@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@QBEHABVPOrdinalKey@@@Z @29875 NONAME ?Contains@?$PDictionary@VPString@@VH323Connection@@@@QBEHABVPString@@@Z @29876 NONAME ?Contains@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@QBEHABVPString@@@Z @32310 NONAME ?Contains@?$POrdinalDictionary@VPString@@@@QBEHABVPString@@@Z @29877 NONAME ?Contains@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UAEHABVPString@@@Z @32311 NONAME ?Contains@?$PSet@VPOrdinalKey@@@@QBEHABVPOrdinalKey@@@Z @29878 NONAME ?Contains@?$PSet@VPString@@@@QBEHABVPString@@@Z @29879 NONAME ?Contains@?$PStringDictionary@VPOrdinalKey@@@@QBEHABVPOrdinalKey@@@Z @29880 NONAME ?ContainsAlias@H323RegisteredEndPoint@@QAEHABVPString@@@Z @29882 NONAME ?ContainsNonexistent@H323PeerElementDescriptor@@QAEHXZ @18734 NONAME ?Copy@H323Capabilities@@QAEPAVH323Capability@@ABV2@@Z @9164 NONAME ?Copy@PLDAPAttr_c@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18578 NONAME ?Copy@PLDAPAttr_cn@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18579 NONAME ?Copy@PLDAPAttr_comment@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18580 NONAME ?Copy@PLDAPAttr_givenName@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18581 NONAME ?Copy@PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18582 NONAME ?Copy@PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18583 NONAME ?Copy@PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18584 NONAME ?Copy@PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18585 NONAME ?Copy@PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18586 NONAME ?Copy@PLDAPAttr_location@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18587 NONAME ?Copy@PLDAPAttr_o@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18588 NONAME ?Copy@PLDAPAttr_objectClass@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18589 NONAME ?Copy@PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18590 NONAME ?Copy@PLDAPAttr_sappguid@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18591 NONAME ?Copy@PLDAPAttr_sappid@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18592 NONAME ?Copy@PLDAPAttr_sflags@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18593 NONAME ?Copy@PLDAPAttr_sipAddress@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18594 NONAME ?Copy@PLDAPAttr_smimetype@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18595 NONAME ?Copy@PLDAPAttr_smodop@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18596 NONAME ?Copy@PLDAPAttr_sport@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18597 NONAME ?Copy@PLDAPAttr_sprotid@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18598 NONAME ?Copy@PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18599 NONAME ?Copy@PLDAPAttr_ssecurity@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18600 NONAME ?Copy@PLDAPAttr_sttl@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18601 NONAME ?Copy@PLDAPAttr_surname@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18602 NONAME ?Copy@PLDAPAttr_timestamp@RTPerson@PILSSession@@UAEXABVPLDAPAttributeBase@@@Z @18603 NONAME ?CopyTo@H323PeerElementDescriptor@@QAEXAAVH501_Descriptor@@@Z @18056 NONAME ?CopyToAddressTemplate@H323PeerElementDescriptor@@SAHAAVH501_AddressTemplate@@ABVH225_EndpointType@@ABVH225_ArrayOf_AliasAddress@@2I@Z @18695 NONAME ?Create@?$Worker@VH235AuthCAT@@@?$PFactory@VH235Authenticator@@VPString@@@@MBEPAVH235Authenticator@@ABVPString@@@Z @32882 NONAME ?Create@?$Worker@VH235AuthProcedure1@@@?$PFactory@VH235Authenticator@@VPString@@@@MBEPAVH235Authenticator@@ABVPString@@@Z @32883 NONAME ?Create@?$Worker@VH235AuthSimpleMD5@@@?$PFactory@VH235Authenticator@@VPString@@@@MBEPAVH235Authenticator@@ABVPString@@@Z @32884 NONAME ?Create@?$Worker@VH323PluginCodecManager@@@?$PFactory@VPPluginModuleManager@@VPString@@@@MBEPAVPPluginModuleManager@@ABVPString@@@Z @32502 NONAME ?Create@?$Worker@VH323_CiscoG7231aLIDCapability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @32503 NONAME ?Create@?$Worker@VH323_G711ALaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @32504 NONAME ?Create@?$Worker@VH323_G711uLaw64Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @32505 NONAME ?Create@?$Worker@VH323_LID_G711_ALaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @32506 NONAME ?Create@?$Worker@VH323_LID_G711_uLaw_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @32507 NONAME ?Create@?$Worker@VH323_LID_G7231A_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @32508 NONAME ?Create@?$Worker@VH323_LID_G7231A_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @32509 NONAME ?Create@?$Worker@VH323_LID_G7231_5k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @32510 NONAME ?Create@?$Worker@VH323_LID_G7231_6k3_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @32511 NONAME ?Create@?$Worker@VH323_LID_G728_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @32512 NONAME ?Create@?$Worker@VH323_LID_G729AB_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @32513 NONAME ?Create@?$Worker@VH323_LID_G729A_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @32514 NONAME ?Create@?$Worker@VH323_LID_G729B_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @32515 NONAME ?Create@?$Worker@VH323_LID_G729_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @32516 NONAME ?Create@?$Worker@VH323_LID_GSM0610_Capability@@@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @32517 NONAME ?Create@?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @32518 NONAME ?Create@?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @32519 NONAME ?Create@?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @32520 NONAME ?Create@?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @32521 NONAME ?Create@?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @32522 NONAME ?Create@?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @32523 NONAME ?Create@?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @32524 NONAME ?Create@?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @32525 NONAME ?Create@?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @32526 NONAME ?Create@?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @32527 NONAME ?Create@?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @32528 NONAME ?Create@?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @32529 NONAME ?Create@?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @32530 NONAME ?Create@?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @32531 NONAME ?Create@?$Worker@VOpalRFC2190H263Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @33711 NONAME ?Create@?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @32532 NONAME ?Create@?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @32533 NONAME ?Create@?$Worker@VPluginLoader@@@?$PFactory@VPProcessStartup@@VPString@@@@MBEPAVPProcessStartup@@ABVPString@@@Z @32992 NONAME ?Create@?$Worker@VPWAVFileConverterALaw@@@?$PFactory@VPWAVFileConverter@@I@@MBEPAVPWAVFileConverter@@ABI@Z @32534 NONAME ?Create@?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@MBEPAVPWAVFileConverter@@ABI@Z @32535 NONAME ?Create@H323Capability@@SAPAV1@ABVPString@@@Z @31350 NONAME ?Create@Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Decoder@@@@MBEPAVOpalFactoryCodec@@ABVPString@@@Z @32536 NONAME ?Create@Worker@?$OpalFixedCodecFactory@VOpalG711ALaw64k_Encoder@@@@MBEPAVOpalFactoryCodec@@ABVPString@@@Z @32537 NONAME ?Create@Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Decoder@@@@MBEPAVOpalFactoryCodec@@ABVPString@@@Z @32538 NONAME ?Create@Worker@?$OpalFixedCodecFactory@VOpalG711uLaw64k_Encoder@@@@MBEPAVOpalFactoryCodec@@ABVPString@@@Z @32539 NONAME ?Create@Worker@OpalPluginCodecFactory@@MBEPAVOpalFactoryCodec@@ABVPString@@@Z @32540 NONAME ?Create@WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@MBEPAVH235Authenticator@@ABVPString@@@Z @32885 NONAME ?Create@WorkerBase@?$PFactory@VH323Capability@@VPString@@@@MBEPAVH323Capability@@ABVPString@@@Z @32541 NONAME ?Create@WorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@MBEPAVOpalFactoryCodec@@ABVPString@@@Z @32542 NONAME ?Create@WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@MBEPAVOpalMediaFormat@@ABVPString@@@Z @32543 NONAME ?Create@WorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@MBEPAVPPluginModuleManager@@ABVPString@@@Z @32544 NONAME ?Create@WorkerBase@?$PFactory@VPWAVFileConverter@@I@@MBEPAVPWAVFileConverter@@ABI@Z @32545 NONAME ?CreateAliasKey@H323PeerElement@@MAEPAVAliasKey@1@ABVH225_AliasAddress@@ABVOpalGloballyUniqueID@@HH@Z @18708 NONAME ?CreateAuthenticators@H323EndPoint@@UAE?AVH235Authenticators@@XZ @14777 NONAME ?CreateCall@H323GatekeeperServer@@UAEPAVH323GatekeeperCall@@ABVOpalGloballyUniqueID@@W4Direction@2@@Z @14093 NONAME ?CreateCapability@H323PluginCodecManager@@QAEPAVH323Capability@@ABVPString@@0III@Z @33566 NONAME ?CreateCapabilityAndMediaFormat@H323PluginCodecManager@@IAEXPAUPluginCodec_Definition@@0@Z @31351 NONAME ?CreateChannel@H323RealTimeCapability@@UBEPAVH323Channel@@AAVH323Connection@@W4Directions@2@IPBVH245_H2250LogicalChannelParameters@@@Z @6147 NONAME ?CreateChannel@H323_T120Capability@@UBEPAVH323Channel@@AAVH323Connection@@W4Directions@2@IPBVH245_H2250LogicalChannelParameters@@@Z @6148 NONAME ?CreateChannel@H323_T38Capability@@UBEPAVH323Channel@@AAVH323Connection@@W4Directions@2@IPBVH245_H2250LogicalChannelParameters@@@Z @12692 NONAME ?CreateChannel@H323_T38NonStandardCapability@@UBEPAVH323Channel@@AAVH323Connection@@W4Directions@2@IPBVH245_H2250LogicalChannelParameters@@@Z @14192 NONAME ?CreateChannel@H323_UserInputCapability@@UBEPAVH323Channel@@AAVH323Connection@@W4Directions@2@IPBVH245_H2250LogicalChannelParameters@@@Z @6149 NONAME ?CreateClearToken@H235AuthCAT@@UAEPAVH235_ClearToken@@XZ @16736 NONAME ?CreateClearToken@H235Authenticator@@UAEPAVH235_ClearToken@@XZ @16737 NONAME ?CreateCodec@G7231_File_Capability@@UBEPAVH323Codec@@W4Direction@2@@Z @14588 NONAME ?CreateCodec@H323CodecPluginGenericAudioCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @33270 NONAME ?CreateCodec@H323CodecPluginNonStandardAudioCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @29884 NONAME ?CreateCodec@H323DataCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @6150 NONAME ?CreateCodec@H323PluginCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @29886 NONAME ?CreateCodec@H323PluginCapabilityInfo@@QBEPAVH323Codec@@W4Direction@2@@Z @29887 NONAME ?CreateCodec@H323_CiscoG7231aLIDCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @14697 NONAME ?CreateCodec@H323_G711Capability@@UBEPAVH323Codec@@W4Direction@2@@Z @6153 NONAME ?CreateCodec@H323_H261Capability@@UBEPAVH323Codec@@W4Direction@2@@Z @6155 NONAME ?CreateCodec@H323_LIDCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @6156 NONAME ?CreateCodec@H323_RFC2190_H263Capability@@UBEPAVH323Codec@@W4Direction@2@@Z @33712 NONAME ?CreateCodec@H323_UserInputCapability@@UBEPAVH323Codec@@W4Direction@2@@Z @6157 NONAME ?CreateCompatibleListener@H323TransportAddress@@QBEPAVH323Listener@@AAVH323EndPoint@@@Z @12693 NONAME ?CreateConnection@H323EndPoint@@UAEPAVH323Connection@@I@Z @9337 NONAME ?CreateConnection@H323EndPoint@@UAEPAVH323Connection@@IPAX@Z @9338 NONAME ?CreateConnection@H323EndPoint@@UAEPAVH323Connection@@IPAXPAVH323Transport@@PAVH323SignalPDU@@@Z @12575 NONAME ?CreateControlChannel@H323Transport@@UAEPAV1@AAVH323Connection@@@Z @9287 NONAME ?CreateControlChannel@H323TransportTCP@@UAEPAVH323Transport@@AAVH323Connection@@@Z @9288 NONAME ?CreateCryptoToken@H235Authenticator@@UAEPAVH225_CryptoH323Token@@XZ @16738 NONAME ?CreateCryptoToken@H235AuthProcedure1@@UAEPAVH225_CryptoH323Token@@XZ @16739 NONAME ?CreateCryptoToken@H235AuthSimpleMD5@@UAEPAVH225_CryptoH323Token@@XZ @16740 NONAME ?CreateDescriptor@H323PeerElement@@MAEPAVH323PeerElementDescriptor@@ABVOpalGloballyUniqueID@@@Z @18393 NONAME ?CreateEndPointIdentifier@H323GatekeeperServer@@UAE?AVPString@@XZ @12841 NONAME ?CreateGatekeeper@H323EndPoint@@UAEPAVH323Gatekeeper@@PAVH323Transport@@@Z @6160 NONAME ?CreateInstance@?$PFactory@VH235Authenticator@@VPString@@@@SAPAVH235Authenticator@@ABVPString@@@Z @32886 NONAME ?CreateInstance@?$PFactory@VH323Capability@@VPString@@@@SAPAVH323Capability@@ABVPString@@@Z @31973 NONAME ?CreateInstance@?$PFactory@VH323StaticPluginCodec@@VPString@@@@SAPAVH323StaticPluginCodec@@ABVPString@@@Z @31974 NONAME ?CreateInstance@?$PFactory@VOpalMediaFormat@@VPString@@@@SAPAVOpalMediaFormat@@ABVPString@@@Z @31975 NONAME ?CreateInstance@WorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@IAEPAVH235Authenticator@@ABVPString@@@Z @32887 NONAME ?CreateInstance@WorkerBase@?$PFactory@VH323Capability@@VPString@@@@IAEPAVH323Capability@@ABVPString@@@Z @32546 NONAME ?CreateInstance@WorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@IAEPAVH323StaticPluginCodec@@ABVPString@@@Z @32547 NONAME ?CreateInstance@WorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@IAEPAVOpalMediaFormat@@ABVPString@@@Z @32548 NONAME ?CreateInstance_Internal@?$PFactory@VH235Authenticator@@VPString@@@@IAEPAVH235Authenticator@@ABVPString@@@Z @32888 NONAME ?CreateInstance_Internal@?$PFactory@VH323Capability@@VPString@@@@IAEPAVH323Capability@@ABVPString@@@Z @31979 NONAME ?CreateInstance_Internal@?$PFactory@VH323StaticPluginCodec@@VPString@@@@IAEPAVH323StaticPluginCodec@@ABVPString@@@Z @31980 NONAME ?CreateInstance_Internal@?$PFactory@VOpalMediaFormat@@VPString@@@@IAEPAVOpalMediaFormat@@ABVPString@@@Z @31981 NONAME ?CreateListener@H323DataChannel@@UAEHXZ @12694 NONAME ?CreateListener@H323GatekeeperServer@@UAEPAVH323Transactor@@PAVH323Transport@@@Z @17472 NONAME ?CreateListener@H323TransportAddress@@QBEPAVH323Listener@@AAVH323EndPoint@@@Z @9281 NONAME ?CreateListener@H323_T38Channel@@UAEHXZ @12842 NONAME ?CreateLogicalChannel@H323Connection@@UAEPAVH323Channel@@ABVH245_OpenLogicalChannel@@HAAI@Z @9157 NONAME ?CreateObject@GCC_AlternativeNodeID@@UAEHXZ @6162 NONAME ?CreateObject@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet@@UBEPAVPASN_Object@@XZ @6163 NONAME ?CreateObject@GCC_ApplicationRecord_nonCollapsingCapabilities@@UBEPAVPASN_Object@@XZ @6164 NONAME ?CreateObject@GCC_ArrayOf_ApplicationInvokeSpecifier@@UBEPAVPASN_Object@@XZ @6165 NONAME ?CreateObject@GCC_ArrayOf_ChallengeItem@@UBEPAVPASN_Object@@XZ @6166 NONAME ?CreateObject@GCC_ArrayOf_ConferenceDescriptor@@UBEPAVPASN_Object@@XZ @6167 NONAME ?CreateObject@GCC_ArrayOf_Privilege@@UBEPAVPASN_Object@@XZ @6168 NONAME ?CreateObject@GCC_ArrayOf_TextString@@UBEPAVPASN_Object@@XZ @6169 NONAME ?CreateObject@GCC_ArrayOf_UserID@@UBEPAVPASN_Object@@XZ @6170 NONAME ?CreateObject@GCC_AsymmetryIndicator@@UAEHXZ @6171 NONAME ?CreateObject@GCC_CapabilityClass@@UAEHXZ @6172 NONAME ?CreateObject@GCC_CapabilityID@@UAEHXZ @6173 NONAME ?CreateObject@GCC_ChallengeResponseAlgorithm@@UAEHXZ @6174 NONAME ?CreateObject@GCC_ChallengeResponseItem@@UAEHXZ @6175 NONAME ?CreateObject@GCC_ConferenceNameSelector@@UAEHXZ @6176 NONAME ?CreateObject@GCC_ConferencePriorityScheme@@UAEHXZ @6177 NONAME ?CreateObject@GCC_ConnectGCCPDU@@UAEHXZ @6178 NONAME ?CreateObject@GCC_GCCPDU@@UAEHXZ @6179 NONAME ?CreateObject@GCC_IndicationPDU@@UAEHXZ @6180 NONAME ?CreateObject@GCC_Key@@UAEHXZ @6181 NONAME ?CreateObject@GCC_NetworkAddress@@UBEPAVPASN_Object@@XZ @6182 NONAME ?CreateObject@GCC_NetworkAddress_subtype@@UAEHXZ @6183 NONAME ?CreateObject@GCC_PasswordChallengeRequestResponse@@UAEHXZ @6184 NONAME ?CreateObject@GCC_PasswordSelector@@UAEHXZ @6185 NONAME ?CreateObject@GCC_RegistryEntryOwner@@UAEHXZ @6186 NONAME ?CreateObject@GCC_RegistryItem@@UAEHXZ @6187 NONAME ?CreateObject@GCC_RequestPDU@@UAEHXZ @6188 NONAME ?CreateObject@GCC_ResponsePDU@@UAEHXZ @6189 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation@@UBEPAVPASN_Object@@XZ @6190 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList@@UAEHXZ @6191 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh@@UBEPAVPASN_Object@@XZ @6192 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList@@UAEHXZ @6193 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh@@UBEPAVPASN_Object@@XZ @6194 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update@@UBEPAVPASN_Object@@XZ @6195 NONAME ?CreateObject@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate@@UAEHXZ @6196 NONAME ?CreateObject@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList@@UAEHXZ @6197 NONAME ?CreateObject@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh@@UBEPAVPASN_Object@@XZ @6198 NONAME ?CreateObject@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update@@UBEPAVPASN_Object@@XZ @6199 NONAME ?CreateObject@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate@@UAEHXZ @6200 NONAME ?CreateObject@GCC_UserData@@UBEPAVPASN_Object@@XZ @6201 NONAME ?CreateObject@H225_AddressPattern@@UAEHXZ @12020 NONAME ?CreateObject@H225_AdmissionConfirm_language@@UBEPAVPASN_Object@@XZ @12021 NONAME ?CreateObject@H225_AdmissionRejectReason@@UAEHXZ @6202 NONAME ?CreateObject@H225_AliasAddress@@UAEHXZ @6203 NONAME ?CreateObject@H225_ANSI_41_UIM_system_id@@UAEHXZ @12022 NONAME ?CreateObject@H225_ArrayOf_AddressPattern@@UBEPAVPASN_Object@@XZ @12023 NONAME ?CreateObject@H225_ArrayOf_AdmissionConfirm@@UBEPAVPASN_Object@@XZ @19322 NONAME ?CreateObject@H225_ArrayOf_AliasAddress@@UBEPAVPASN_Object@@XZ @6204 NONAME ?CreateObject@H225_ArrayOf_AlternateGK@@UBEPAVPASN_Object@@XZ @6205 NONAME ?CreateObject@H225_ArrayOf_AuthenticationMechanism@@UBEPAVPASN_Object@@XZ @6206 NONAME ?CreateObject@H225_ArrayOf_BandwidthDetails@@UBEPAVPASN_Object@@XZ @12024 NONAME ?CreateObject@H225_ArrayOf_CallReferenceValue@@UBEPAVPASN_Object@@XZ @6207 NONAME ?CreateObject@H225_ArrayOf_CallsAvailable@@UBEPAVPASN_Object@@XZ @12025 NONAME ?CreateObject@H225_ArrayOf_ClearToken@@UBEPAVPASN_Object@@XZ @6208 NONAME ?CreateObject@H225_ArrayOf_ConferenceIdentifier@@UBEPAVPASN_Object@@XZ @6209 NONAME ?CreateObject@H225_ArrayOf_ConferenceList@@UBEPAVPASN_Object@@XZ @6210 NONAME ?CreateObject@H225_ArrayOf_CryptoH323Token@@UBEPAVPASN_Object@@XZ @6211 NONAME ?CreateObject@H225_ArrayOf_DataRate@@UBEPAVPASN_Object@@XZ @6212 NONAME ?CreateObject@H225_ArrayOf_Endpoint@@UBEPAVPASN_Object@@XZ @6213 NONAME ?CreateObject@H225_ArrayOf_EnumeratedParameter@@UBEPAVPASN_Object@@XZ @12026 NONAME ?CreateObject@H225_ArrayOf_ExtendedAliasAddress@@UBEPAVPASN_Object@@XZ @12027 NONAME ?CreateObject@H225_ArrayOf_FeatureDescriptor@@UBEPAVPASN_Object@@XZ @12028 NONAME ?CreateObject@H225_ArrayOf_GenericData@@UBEPAVPASN_Object@@XZ @12029 NONAME ?CreateObject@H225_ArrayOf_H245Security@@UBEPAVPASN_Object@@XZ @6214 NONAME ?CreateObject@H225_ArrayOf_H248PackagesDescriptor@@UBEPAVPASN_Object@@XZ @12030 NONAME ?CreateObject@H225_ArrayOf_IntegrityMechanism@@UBEPAVPASN_Object@@XZ @6215 NONAME ?CreateObject@H225_ArrayOf_NonStandardParameter@@UBEPAVPASN_Object@@XZ @6216 NONAME ?CreateObject@H225_ArrayOf_PartyNumber@@UBEPAVPASN_Object@@XZ @12031 NONAME ?CreateObject@H225_ArrayOf_PASN_ObjectId@@UBEPAVPASN_Object@@XZ @6217 NONAME ?CreateObject@H225_ArrayOf_PASN_OctetString@@UBEPAVPASN_Object@@XZ @6218 NONAME ?CreateObject@H225_ArrayOf_RasUsageSpecification@@UBEPAVPASN_Object@@XZ @12032 NONAME ?CreateObject@H225_ArrayOf_RTPSession@@UBEPAVPASN_Object@@XZ @6219 NONAME ?CreateObject@H225_ArrayOf_ServiceControlSession@@UBEPAVPASN_Object@@XZ @12033 NONAME ?CreateObject@H225_ArrayOf_SupportedPrefix@@UBEPAVPASN_Object@@XZ @6220 NONAME ?CreateObject@H225_ArrayOf_SupportedProtocols@@UBEPAVPASN_Object@@XZ @6221 NONAME ?CreateObject@H225_ArrayOf_TransportAddress@@UBEPAVPASN_Object@@XZ @6222 NONAME ?CreateObject@H225_ArrayOf_TransportChannelInfo@@UBEPAVPASN_Object@@XZ @6223 NONAME ?CreateObject@H225_ArrayOf_TunnelledProtocol@@UBEPAVPASN_Object@@XZ @12034 NONAME ?CreateObject@H225_BandRejectReason@@UAEHXZ @6224 NONAME ?CreateObject@H225_CallCreditServiceControl_billingMode@@UAEHXZ @12035 NONAME ?CreateObject@H225_CallCreditServiceControl_callStartingPoint@@UAEHXZ @12036 NONAME ?CreateObject@H225_CallModel@@UAEHXZ @6225 NONAME ?CreateObject@H225_CallTerminationCause@@UAEHXZ @12037 NONAME ?CreateObject@H225_CallType@@UAEHXZ @6226 NONAME ?CreateObject@H225_CicInfo_cic@@UBEPAVPASN_Object@@XZ @12038 NONAME ?CreateObject@H225_Connect_UUIE_language@@UBEPAVPASN_Object@@XZ @12040 NONAME ?CreateObject@H225_Content@@UAEHXZ @12041 NONAME ?CreateObject@H225_CryptoH323Token@@UAEHXZ @6227 NONAME ?CreateObject@H225_DisengageReason@@UAEHXZ @6228 NONAME ?CreateObject@H225_DisengageRejectReason@@UAEHXZ @6229 NONAME ?CreateObject@H225_EncryptIntAlg@@UAEHXZ @6230 NONAME ?CreateObject@H225_FacilityReason@@UAEHXZ @6231 NONAME ?CreateObject@H225_GatekeeperRejectReason@@UAEHXZ @6232 NONAME ?CreateObject@H225_GenericIdentifier@@UAEHXZ @12042 NONAME ?CreateObject@H225_GroupID_member@@UBEPAVPASN_Object@@XZ @12043 NONAME ?CreateObject@H225_H245Security@@UAEHXZ @6233 NONAME ?CreateObject@H225_H323_UU_PDU_h323_message_body@@UAEHXZ @6234 NONAME ?CreateObject@H225_InfoRequestNakReason@@UAEHXZ @6235 NONAME ?CreateObject@H225_InfoRequestResponseStatus@@UAEHXZ @12044 NONAME ?CreateObject@H225_InfoRequestResponse_perCallInfo@@UBEPAVPASN_Object@@XZ @6236 NONAME ?CreateObject@H225_InfoRequestResponse_perCallInfo_subtype_pdu@@UBEPAVPASN_Object@@XZ @6237 NONAME ?CreateObject@H225_IntegrityMechanism@@UAEHXZ @6238 NONAME ?CreateObject@H225_LocationRejectReason@@UAEHXZ @6239 NONAME ?CreateObject@H225_MobileUIM@@UAEHXZ @12045 NONAME ?CreateObject@H225_NonIsoIntegrityMechanism@@UAEHXZ @6240 NONAME ?CreateObject@H225_NonStandardIdentifier@@UAEHXZ @6241 NONAME ?CreateObject@H225_PartyNumber@@UAEHXZ @6242 NONAME ?CreateObject@H225_PresentationIndicator@@UAEHXZ @12046 NONAME ?CreateObject@H225_PrivateTypeOfNumber@@UAEHXZ @6243 NONAME ?CreateObject@H225_PublicTypeOfNumber@@UAEHXZ @6244 NONAME ?CreateObject@H225_RasMessage@@UAEHXZ @6245 NONAME ?CreateObject@H225_RegistrationRejectReason@@UAEHXZ @6246 NONAME ?CreateObject@H225_ReleaseCompleteReason@@UAEHXZ @6247 NONAME ?CreateObject@H225_RTPSession_associatedSessionIds@@UBEPAVPASN_Object@@XZ @6248 NONAME ?CreateObject@H225_ScnConnectionAggregation@@UAEHXZ @12047 NONAME ?CreateObject@H225_ScnConnectionType@@UAEHXZ @12048 NONAME ?CreateObject@H225_SecurityErrors2@@UAEHXZ @19323 NONAME ?CreateObject@H225_SecurityErrors@@UAEHXZ @19324 NONAME ?CreateObject@H225_SecurityServiceMode@@UAEHXZ @6249 NONAME ?CreateObject@H225_ServiceControlDescriptor@@UAEHXZ @12049 NONAME ?CreateObject@H225_ServiceControlResponse_result@@UAEHXZ @12050 NONAME ?CreateObject@H225_ServiceControlSession_reason@@UAEHXZ @12051 NONAME ?CreateObject@H225_Setup_UUIE_conferenceGoal@@UAEHXZ @6250 NONAME ?CreateObject@H225_Setup_UUIE_language@@UBEPAVPASN_Object@@XZ @12052 NONAME ?CreateObject@H225_SupportedProtocols@@UAEHXZ @6251 NONAME ?CreateObject@H225_TransportAddress@@UAEHXZ @6252 NONAME ?CreateObject@H225_TransportAddress_ipSourceRoute_route@@UBEPAVPASN_Object@@XZ @6253 NONAME ?CreateObject@H225_TransportAddress_ipSourceRoute_routing@@UAEHXZ @6254 NONAME ?CreateObject@H225_TransportQOS@@UAEHXZ @6255 NONAME ?CreateObject@H225_TunnelledProtocol_id@@UAEHXZ @12053 NONAME ?CreateObject@H225_UnregRejectReason@@UAEHXZ @6256 NONAME ?CreateObject@H225_UnregRequestReason@@UAEHXZ @6257 NONAME ?CreateObject@H225_UseSpecifiedTransport@@UAEHXZ @12054 NONAME ?CreateObject@H235_AuthenticationBES@@UAEHXZ @12987 NONAME ?CreateObject@H235_AuthenticationMechanism@@UAEHXZ @6258 NONAME ?CreateObject@H235_CryptoToken@@UAEHXZ @6259 NONAME ?CreateObject@H235_ECKASDH@@UAEHXZ @12988 NONAME ?CreateObject@H235_H235Key@@UAEHXZ @6260 NONAME ?CreateObject@H245_AlternativeCapabilitySet@@UBEPAVPASN_Object@@XZ @6261 NONAME ?CreateObject@H245_ArrayOf_AlternativeCapabilitySet@@UBEPAVPASN_Object@@XZ @6262 NONAME ?CreateObject@H245_ArrayOf_BEnhancementParameters@@UBEPAVPASN_Object@@XZ @6263 NONAME ?CreateObject@H245_ArrayOf_CapabilityDescriptor@@UBEPAVPASN_Object@@XZ @6264 NONAME ?CreateObject@H245_ArrayOf_CapabilityDescriptorNumber@@UBEPAVPASN_Object@@XZ @6265 NONAME ?CreateObject@H245_ArrayOf_CapabilityTableEntry@@UBEPAVPASN_Object@@XZ @6266 NONAME ?CreateObject@H245_ArrayOf_CapabilityTableEntryNumber@@UBEPAVPASN_Object@@XZ @6267 NONAME ?CreateObject@H245_ArrayOf_CommunicationModeTableEntry@@UBEPAVPASN_Object@@XZ @6268 NONAME ?CreateObject@H245_ArrayOf_CustomPictureClockFrequency@@UBEPAVPASN_Object@@XZ @6269 NONAME ?CreateObject@H245_ArrayOf_CustomPictureFormat@@UBEPAVPASN_Object@@XZ @6270 NONAME ?CreateObject@H245_ArrayOf_DataApplicationCapability@@UBEPAVPASN_Object@@XZ @6271 NONAME ?CreateObject@H245_ArrayOf_DialingInformationNetworkType@@UBEPAVPASN_Object@@XZ @12055 NONAME ?CreateObject@H245_ArrayOf_DialingInformationNumber@@UBEPAVPASN_Object@@XZ @12056 NONAME ?CreateObject@H245_ArrayOf_EnhancementOptions@@UBEPAVPASN_Object@@XZ @6272 NONAME ?CreateObject@H245_ArrayOf_EscrowData@@UBEPAVPASN_Object@@XZ @6273 NONAME ?CreateObject@H245_ArrayOf_GenericCapability@@UBEPAVPASN_Object@@XZ @33168 NONAME ?CreateObject@H245_ArrayOf_GenericParameter@@UBEPAVPASN_Object@@XZ @12057 NONAME ?CreateObject@H245_ArrayOf_H263ModeComboFlags@@UBEPAVPASN_Object@@XZ @6274 NONAME ?CreateObject@H245_ArrayOf_H263VideoModeCombos@@UBEPAVPASN_Object@@XZ @6275 NONAME ?CreateObject@H245_ArrayOf_MediaChannelCapability@@UBEPAVPASN_Object@@XZ @6276 NONAME ?CreateObject@H245_ArrayOf_MediaDistributionCapability@@UBEPAVPASN_Object@@XZ @6277 NONAME ?CreateObject@H245_ArrayOf_ModeDescription@@UBEPAVPASN_Object@@XZ @6278 NONAME ?CreateObject@H245_ArrayOf_MultiplePayloadStreamElement@@UBEPAVPASN_Object@@XZ @19325 NONAME ?CreateObject@H245_ArrayOf_MultiplePayloadStreamElementMode@@UBEPAVPASN_Object@@XZ @19326 NONAME ?CreateObject@H245_ArrayOf_MultiplexElement@@UBEPAVPASN_Object@@XZ @6279 NONAME ?CreateObject@H245_ArrayOf_MultiplexEntryDescriptor@@UBEPAVPASN_Object@@XZ @6280 NONAME ?CreateObject@H245_ArrayOf_MultiplexEntryRejectionDescriptions@@UBEPAVPASN_Object@@XZ @6281 NONAME ?CreateObject@H245_ArrayOf_MultiplexTableEntryNumber@@UBEPAVPASN_Object@@XZ @6282 NONAME ?CreateObject@H245_ArrayOf_NonStandardParameter@@UBEPAVPASN_Object@@XZ @6283 NONAME ?CreateObject@H245_ArrayOf_ParameterIdentifier@@UBEPAVPASN_Object@@XZ @12058 NONAME ?CreateObject@H245_ArrayOf_PictureReference@@UBEPAVPASN_Object@@XZ @12059 NONAME ?CreateObject@H245_ArrayOf_Q2931Address@@UBEPAVPASN_Object@@XZ @12060 NONAME ?CreateObject@H245_ArrayOf_QOSCapability@@UBEPAVPASN_Object@@XZ @6284 NONAME ?CreateObject@H245_ArrayOf_RedundancyEncodingCapability@@UBEPAVPASN_Object@@XZ @6285 NONAME ?CreateObject@H245_ArrayOf_RedundancyEncodingDTModeElement@@UBEPAVPASN_Object@@XZ @19327 NONAME ?CreateObject@H245_ArrayOf_RedundancyEncodingElement@@UBEPAVPASN_Object@@XZ @19328 NONAME ?CreateObject@H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions@@UBEPAVPASN_Object@@XZ @6286 NONAME ?CreateObject@H245_ArrayOf_RTPH263VideoRedundancyFrameMapping@@UBEPAVPASN_Object@@XZ @6287 NONAME ?CreateObject@H245_ArrayOf_RTPPayloadType@@UBEPAVPASN_Object@@XZ @6288 NONAME ?CreateObject@H245_ArrayOf_TerminalInformation@@UBEPAVPASN_Object@@XZ @6289 NONAME ?CreateObject@H245_ArrayOf_TerminalLabel@@UBEPAVPASN_Object@@XZ @6290 NONAME ?CreateObject@H245_ArrayOf_VCCapability@@UBEPAVPASN_Object@@XZ @6291 NONAME ?CreateObject@H245_ArrayOf_VideoCapability@@UBEPAVPASN_Object@@XZ @33169 NONAME ?CreateObject@H245_AudioCapability@@UAEHXZ @6292 NONAME ?CreateObject@H245_AudioMode@@UAEHXZ @6293 NONAME ?CreateObject@H245_AudioMode_g7231@@UAEHXZ @6294 NONAME ?CreateObject@H245_Capability@@UAEHXZ @6295 NONAME ?CreateObject@H245_CapabilityIdentifier@@UAEHXZ @12061 NONAME ?CreateObject@H245_CertSelectionCriteria@@UBEPAVPASN_Object@@XZ @6296 NONAME ?CreateObject@H245_CloseLogicalChannel_reason@@UAEHXZ @6297 NONAME ?CreateObject@H245_CloseLogicalChannel_source@@UAEHXZ @6298 NONAME ?CreateObject@H245_CommandMessage@@UAEHXZ @6299 NONAME ?CreateObject@H245_CommunicationModeResponse@@UAEHXZ @6300 NONAME ?CreateObject@H245_CommunicationModeTableEntry_dataType@@UAEHXZ @6301 NONAME ?CreateObject@H245_CompressionType@@UAEHXZ @6302 NONAME ?CreateObject@H245_ConferenceCommand@@UAEHXZ @6303 NONAME ?CreateObject@H245_ConferenceIndication@@UAEHXZ @6304 NONAME ?CreateObject@H245_ConferenceRequest@@UAEHXZ @6305 NONAME ?CreateObject@H245_ConferenceResponse@@UAEHXZ @6306 NONAME ?CreateObject@H245_ConferenceResponse_broadcastMyLogicalChannelResponse@@UAEHXZ @6307 NONAME ?CreateObject@H245_ConferenceResponse_makeMeChairResponse@@UAEHXZ @6308 NONAME ?CreateObject@H245_ConferenceResponse_makeTerminalBroadcasterResponse@@UAEHXZ @6309 NONAME ?CreateObject@H245_ConferenceResponse_sendThisSourceResponse@@UAEHXZ @6310 NONAME ?CreateObject@H245_CRCLength@@UAEHXZ @6311 NONAME ?CreateObject@H245_CustomPictureFormat_mPI_customPCF@@UBEPAVPASN_Object@@XZ @6312 NONAME ?CreateObject@H245_CustomPictureFormat_pixelAspectInformation@@UAEHXZ @6313 NONAME ?CreateObject@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR@@UBEPAVPASN_Object@@XZ @6314 NONAME ?CreateObject@H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode@@UBEPAVPASN_Object@@XZ @6315 NONAME ?CreateObject@H245_DataApplicationCapability_application@@UAEHXZ @6316 NONAME ?CreateObject@H245_DataMode_application@@UAEHXZ @6317 NONAME ?CreateObject@H245_DataProtocolCapability@@UAEHXZ @6318 NONAME ?CreateObject@H245_DataProtocolCapability_v76wCompression@@UAEHXZ @6319 NONAME ?CreateObject@H245_DataType@@UAEHXZ @6320 NONAME ?CreateObject@H245_DepFECCapability@@UAEHXZ @33567 NONAME ?CreateObject@H245_DepFECData@@UAEHXZ @33568 NONAME ?CreateObject@H245_DepFECData_rfc2733_mode@@UAEHXZ @33569 NONAME ?CreateObject@H245_DepFECData_rfc2733_mode_separateStream@@UAEHXZ @33570 NONAME ?CreateObject@H245_DepFECMode@@UAEHXZ @33571 NONAME ?CreateObject@H245_DepFECMode_rfc2733Mode_mode@@UAEHXZ @33572 NONAME ?CreateObject@H245_DepFECMode_rfc2733Mode_mode_separateStream@@UAEHXZ @33573 NONAME ?CreateObject@H245_DialingInformation@@UAEHXZ @12062 NONAME ?CreateObject@H245_DialingInformationNetworkType@@UAEHXZ @12063 NONAME ?CreateObject@H245_EncryptionCapability@@UBEPAVPASN_Object@@XZ @6321 NONAME ?CreateObject@H245_EncryptionCommand@@UAEHXZ @6322 NONAME ?CreateObject@H245_EncryptionMode@@UAEHXZ @6323 NONAME ?CreateObject@H245_EncryptionUpdateDirection@@UAEHXZ @33170 NONAME ?CreateObject@H245_EndSessionCommand@@UAEHXZ @6324 NONAME ?CreateObject@H245_EndSessionCommand_gstnOptions@@UAEHXZ @6325 NONAME ?CreateObject@H245_EndSessionCommand_isdnOptions@@UAEHXZ @6326 NONAME ?CreateObject@H245_FECCapability_rfc2733Format@@UAEHXZ @33574 NONAME ?CreateObject@H245_FECData@@UAEHXZ @19330 NONAME ?CreateObject@H245_FECData_rfc2733_pktMode@@UAEHXZ @33575 NONAME ?CreateObject@H245_FECMode_rfc2733Format@@UAEHXZ @33576 NONAME ?CreateObject@H245_FlowControlCommand_restriction@@UAEHXZ @6327 NONAME ?CreateObject@H245_FlowControlCommand_scope@@UAEHXZ @6328 NONAME ?CreateObject@H245_FlowControlIndication_restriction@@UAEHXZ @12064 NONAME ?CreateObject@H245_FlowControlIndication_scope@@UAEHXZ @12065 NONAME ?CreateObject@H245_FunctionNotSupported_cause@@UAEHXZ @6329 NONAME ?CreateObject@H245_FunctionNotUnderstood@@UAEHXZ @6330 NONAME ?CreateObject@H245_H223AL1MParameters_arqType@@UAEHXZ @6331 NONAME ?CreateObject@H245_H223AL1MParameters_crcLength@@UAEHXZ @6332 NONAME ?CreateObject@H245_H223AL1MParameters_headerFEC@@UAEHXZ @6333 NONAME ?CreateObject@H245_H223AL1MParameters_transferMode@@UAEHXZ @6334 NONAME ?CreateObject@H245_H223AL2MParameters_headerFEC@@UAEHXZ @6335 NONAME ?CreateObject@H245_H223AL3MParameters_arqType@@UAEHXZ @6336 NONAME ?CreateObject@H245_H223AL3MParameters_crcLength@@UAEHXZ @6337 NONAME ?CreateObject@H245_H223AL3MParameters_headerFormat@@UAEHXZ @6338 NONAME ?CreateObject@H245_H223AnnexCArqParameters_numberOfRetransmissions@@UAEHXZ @6339 NONAME ?CreateObject@H245_H223Capability_h223MultiplexTableCapability@@UAEHXZ @6340 NONAME ?CreateObject@H245_H223LogicalChannelParameters_adaptationLayerType@@UAEHXZ @6341 NONAME ?CreateObject@H245_H223ModeParameters_adaptationLayerType@@UAEHXZ @6342 NONAME ?CreateObject@H245_H223MultiplexReconfiguration@@UAEHXZ @6343 NONAME ?CreateObject@H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag@@UAEHXZ @6344 NONAME ?CreateObject@H245_H223MultiplexReconfiguration_h223ModeChange@@UAEHXZ @6345 NONAME ?CreateObject@H245_H2250LogicalChannelParameters_mediaPacketization@@UAEHXZ @6346 NONAME ?CreateObject@H245_H235Media_mediaType@@UAEHXZ @6347 NONAME ?CreateObject@H245_H235Mode_mediaMode@@UAEHXZ @6348 NONAME ?CreateObject@H245_H261VideoMode_resolution@@UAEHXZ @6349 NONAME ?CreateObject@H245_H262VideoMode_profileAndLevel@@UAEHXZ @6350 NONAME ?CreateObject@H245_H263VideoMode_resolution@@UAEHXZ @6351 NONAME ?CreateObject@H245_IndicationMessage@@UAEHXZ @6352 NONAME ?CreateObject@H245_IS11172AudioMode_audioLayer@@UAEHXZ @6353 NONAME ?CreateObject@H245_IS11172AudioMode_audioSampling@@UAEHXZ @6354 NONAME ?CreateObject@H245_IS11172AudioMode_multichannelType@@UAEHXZ @6355 NONAME ?CreateObject@H245_IS13818AudioMode_audioLayer@@UAEHXZ @6356 NONAME ?CreateObject@H245_IS13818AudioMode_audioSampling@@UAEHXZ @6357 NONAME ?CreateObject@H245_IS13818AudioMode_multichannelType@@UAEHXZ @6358 NONAME ?CreateObject@H245_JitterIndication_scope@@UAEHXZ @6359 NONAME ?CreateObject@H245_LogicalChannelRateRejectReason@@UAEHXZ @12066 NONAME ?CreateObject@H245_MaintenanceLoopAck_type@@UAEHXZ @6360 NONAME ?CreateObject@H245_MaintenanceLoopReject_cause@@UAEHXZ @6361 NONAME ?CreateObject@H245_MaintenanceLoopReject_type@@UAEHXZ @6362 NONAME ?CreateObject@H245_MaintenanceLoopRequest_type@@UAEHXZ @6363 NONAME ?CreateObject@H245_MasterSlaveDeterminationAck_decision@@UAEHXZ @6364 NONAME ?CreateObject@H245_MasterSlaveDeterminationReject_cause@@UAEHXZ @6365 NONAME ?CreateObject@H245_MediaEncryptionAlgorithm@@UAEHXZ @6366 NONAME ?CreateObject@H245_MediaTransportType@@UAEHXZ @6367 NONAME ?CreateObject@H245_MiscellaneousCommand_type@@UAEHXZ @6368 NONAME ?CreateObject@H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount@@UAEHXZ @6369 NONAME ?CreateObject@H245_MiscellaneousIndication_type@@UAEHXZ @6370 NONAME ?CreateObject@H245_MobileMultilinkReconfigurationCommand_status@@UAEHXZ @12067 NONAME ?CreateObject@H245_ModeDescription@@UBEPAVPASN_Object@@XZ @6371 NONAME ?CreateObject@H245_ModeElementType@@UAEHXZ @19336 NONAME ?CreateObject@H245_MulticastAddress@@UAEHXZ @6373 NONAME ?CreateObject@H245_MultilinkIndication@@UAEHXZ @12068 NONAME ?CreateObject@H245_MultilinkRequest@@UAEHXZ @12069 NONAME ?CreateObject@H245_MultilinkRequest_maximumHeaderInterval_requestType@@UAEHXZ @12070 NONAME ?CreateObject@H245_MultilinkResponse@@UAEHXZ @12071 NONAME ?CreateObject@H245_MultilinkResponse_addConnection_responseCode@@UAEHXZ @12072 NONAME ?CreateObject@H245_MultilinkResponse_addConnection_responseCode_rejected@@UAEHXZ @12073 NONAME ?CreateObject@H245_MultimediaSystemControlMessage@@UAEHXZ @6374 NONAME ?CreateObject@H245_MultiplexCapability@@UAEHXZ @6375 NONAME ?CreateObject@H245_MultiplexElement_repeatCount@@UAEHXZ @6376 NONAME ?CreateObject@H245_MultiplexElement_type@@UAEHXZ @6377 NONAME ?CreateObject@H245_MultiplexEntryRejectionDescriptions_cause@@UAEHXZ @6378 NONAME ?CreateObject@H245_MultiplexFormat@@UAEHXZ @12074 NONAME ?CreateObject@H245_NetworkAccessParameters_distribution@@UAEHXZ @6379 NONAME ?CreateObject@H245_NetworkAccessParameters_networkAddress@@UAEHXZ @6380 NONAME ?CreateObject@H245_NetworkAccessParameters_t120SetupProcedure@@UAEHXZ @6381 NONAME ?CreateObject@H245_NewATMVCCommand_aal@@UAEHXZ @12075 NONAME ?CreateObject@H245_NewATMVCCommand_aal_aal1_clockRecovery@@UAEHXZ @12076 NONAME ?CreateObject@H245_NewATMVCCommand_aal_aal1_errorCorrection@@UAEHXZ @12077 NONAME ?CreateObject@H245_NewATMVCCommand_multiplex@@UAEHXZ @12078 NONAME ?CreateObject@H245_NewATMVCCommand_reverseParameters_multiplex@@UAEHXZ @12079 NONAME ?CreateObject@H245_NewATMVCIndication_aal@@UAEHXZ @6382 NONAME ?CreateObject@H245_NewATMVCIndication_aal_aal1_clockRecovery@@UAEHXZ @6383 NONAME ?CreateObject@H245_NewATMVCIndication_aal_aal1_errorCorrection@@UAEHXZ @6384 NONAME ?CreateObject@H245_NewATMVCIndication_multiplex@@UAEHXZ @6385 NONAME ?CreateObject@H245_NewATMVCIndication_reverseParameters_multiplex@@UAEHXZ @6386 NONAME ?CreateObject@H245_NonStandardIdentifier@@UAEHXZ @6387 NONAME ?CreateObject@H245_OpenLogicalChannelAck_forwardMultiplexAckParameters@@UAEHXZ @6388 NONAME ?CreateObject@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters@@UAEHXZ @6389 NONAME ?CreateObject@H245_OpenLogicalChannelReject_cause@@UAEHXZ @6390 NONAME ?CreateObject@H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters@@UAEHXZ @6391 NONAME ?CreateObject@H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters@@UAEHXZ @6392 NONAME ?CreateObject@H245_ParameterIdentifier@@UAEHXZ @12080 NONAME ?CreateObject@H245_ParameterValue@@UAEHXZ @12081 NONAME ?CreateObject@H245_PictureReference@@UAEHXZ @12082 NONAME ?CreateObject@H245_Q2931Address_address@@UAEHXZ @6393 NONAME ?CreateObject@H245_QOSMode@@UAEHXZ @6394 NONAME ?CreateObject@H245_RedundancyEncodingDTModeElement_type@@UAEHXZ @19337 NONAME ?CreateObject@H245_RedundancyEncodingMethod@@UAEHXZ @6395 NONAME ?CreateObject@H245_RedundancyEncodingMode_secondaryEncoding@@UAEHXZ @6396 NONAME ?CreateObject@H245_RefPictureSelection_videoBackChannelSend@@UAEHXZ @6397 NONAME ?CreateObject@H245_RemoteMCRequest@@UAEHXZ @6398 NONAME ?CreateObject@H245_RemoteMCResponse@@UAEHXZ @6399 NONAME ?CreateObject@H245_RemoteMCResponse_reject@@UAEHXZ @6400 NONAME ?CreateObject@H245_RequestChannelCloseReject_cause@@UAEHXZ @6401 NONAME ?CreateObject@H245_RequestChannelClose_reason@@UAEHXZ @6402 NONAME ?CreateObject@H245_RequestMessage@@UAEHXZ @6403 NONAME ?CreateObject@H245_RequestModeAck_response@@UAEHXZ @6404 NONAME ?CreateObject@H245_RequestModeReject_cause@@UAEHXZ @6405 NONAME ?CreateObject@H245_RequestMultiplexEntryRejectionDescriptions_cause@@UAEHXZ @6406 NONAME ?CreateObject@H245_ResponseMessage@@UAEHXZ @6407 NONAME ?CreateObject@H245_RTPH263VideoRedundancyEncoding_containedThreads@@UBEPAVPASN_Object@@XZ @6408 NONAME ?CreateObject@H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping@@UAEHXZ @6409 NONAME ?CreateObject@H245_RTPH263VideoRedundancyFrameMapping_frameSequence@@UBEPAVPASN_Object@@XZ @6410 NONAME ?CreateObject@H245_RTPPayloadType_payloadDescriptor@@UAEHXZ @6411 NONAME ?CreateObject@H245_SendTerminalCapabilitySet@@UAEHXZ @6412 NONAME ?CreateObject@H245_T38FaxRateManagement@@UAEHXZ @12083 NONAME ?CreateObject@H245_T38FaxUdpOptions_t38FaxUdpEC@@UAEHXZ @12084 NONAME ?CreateObject@H245_T84Profile@@UAEHXZ @6413 NONAME ?CreateObject@H245_TerminalCapabilitySetReject_cause@@UAEHXZ @6414 NONAME ?CreateObject@H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded@@UAEHXZ @6415 NONAME ?CreateObject@H245_TransportAddress@@UAEHXZ @6416 NONAME ?CreateObject@H245_UnicastAddress@@UAEHXZ @6417 NONAME ?CreateObject@H245_UnicastAddress_iPSourceRouteAddress_route@@UBEPAVPASN_Object@@XZ @6418 NONAME ?CreateObject@H245_UnicastAddress_iPSourceRouteAddress_routing@@UAEHXZ @6419 NONAME ?CreateObject@H245_UserInputCapability@@UAEHXZ @6420 NONAME ?CreateObject@H245_UserInputIndication@@UAEHXZ @6421 NONAME ?CreateObject@H245_UserInputIndication_userInputSupportIndication@@UAEHXZ @6422 NONAME ?CreateObject@H245_V76LogicalChannelParameters_mode@@UAEHXZ @6423 NONAME ?CreateObject@H245_V76LogicalChannelParameters_mode_eRM_recovery@@UAEHXZ @6424 NONAME ?CreateObject@H245_V76LogicalChannelParameters_suspendResume@@UAEHXZ @6425 NONAME ?CreateObject@H245_V76ModeParameters@@UAEHXZ @6426 NONAME ?CreateObject@H245_VCCapability_availableBitRates_type@@UAEHXZ @6427 NONAME ?CreateObject@H245_VideoCapability@@UAEHXZ @6428 NONAME ?CreateObject@H245_VideoMode@@UAEHXZ @6429 NONAME ?CreateObject@H248_AmmDescriptor@@UAEHXZ @16170 NONAME ?CreateObject@H248_ArrayOf_ActionReply@@UBEPAVPASN_Object@@XZ @16171 NONAME ?CreateObject@H248_ArrayOf_ActionRequest@@UBEPAVPASN_Object@@XZ @16172 NONAME ?CreateObject@H248_ArrayOf_AmmDescriptor@@UBEPAVPASN_Object@@XZ @16173 NONAME ?CreateObject@H248_ArrayOf_CommandReply@@UBEPAVPASN_Object@@XZ @16174 NONAME ?CreateObject@H248_ArrayOf_CommandRequest@@UBEPAVPASN_Object@@XZ @16175 NONAME ?CreateObject@H248_ArrayOf_EventParameter@@UBEPAVPASN_Object@@XZ @16176 NONAME ?CreateObject@H248_ArrayOf_IndAuditParameter@@UBEPAVPASN_Object@@XZ @16177 NONAME ?CreateObject@H248_ArrayOf_IndAudPropertyParm@@UBEPAVPASN_Object@@XZ @16178 NONAME ?CreateObject@H248_ArrayOf_IndAudStreamDescriptor@@UBEPAVPASN_Object@@XZ @16179 NONAME ?CreateObject@H248_ArrayOf_ModemType@@UBEPAVPASN_Object@@XZ @16180 NONAME ?CreateObject@H248_ArrayOf_ObservedEvent@@UBEPAVPASN_Object@@XZ @16181 NONAME ?CreateObject@H248_ArrayOf_PASN_OctetString@@UBEPAVPASN_Object@@XZ @16182 NONAME ?CreateObject@H248_ArrayOf_PropertyGroup@@UBEPAVPASN_Object@@XZ @16183 NONAME ?CreateObject@H248_ArrayOf_PropertyParm@@UBEPAVPASN_Object@@XZ @16184 NONAME ?CreateObject@H248_ArrayOf_RequestedEvent@@UBEPAVPASN_Object@@XZ @16185 NONAME ?CreateObject@H248_ArrayOf_SecondRequestedEvent@@UBEPAVPASN_Object@@XZ @16186 NONAME ?CreateObject@H248_ArrayOf_Signal@@UBEPAVPASN_Object@@XZ @16187 NONAME ?CreateObject@H248_ArrayOf_SigParameter@@UBEPAVPASN_Object@@XZ @16188 NONAME ?CreateObject@H248_ArrayOf_StreamDescriptor@@UBEPAVPASN_Object@@XZ @16189 NONAME ?CreateObject@H248_ArrayOf_TerminationID@@UBEPAVPASN_Object@@XZ @16190 NONAME ?CreateObject@H248_ArrayOf_TopologyRequest@@UBEPAVPASN_Object@@XZ @16191 NONAME ?CreateObject@H248_ArrayOf_Transaction@@UBEPAVPASN_Object@@XZ @16192 NONAME ?CreateObject@H248_ArrayOf_WildcardField@@UBEPAVPASN_Object@@XZ @16193 NONAME ?CreateObject@H248_AuditReply@@UAEHXZ @16194 NONAME ?CreateObject@H248_AuditReturnParameter@@UAEHXZ @16195 NONAME ?CreateObject@H248_Command@@UAEHXZ @16196 NONAME ?CreateObject@H248_CommandReply@@UAEHXZ @16197 NONAME ?CreateObject@H248_EventBufferDescriptor@@UBEPAVPASN_Object@@XZ @16198 NONAME ?CreateObject@H248_EventDM@@UAEHXZ @16199 NONAME ?CreateObject@H248_EventParameter_extraInfo@@UAEHXZ @16200 NONAME ?CreateObject@H248_IndAuditParameter@@UAEHXZ @16201 NONAME ?CreateObject@H248_IndAudMediaDescriptor_streams@@UAEHXZ @16202 NONAME ?CreateObject@H248_IndAudPropertyGroup@@UBEPAVPASN_Object@@XZ @16203 NONAME ?CreateObject@H248_IndAudSignalsDescriptor@@UAEHXZ @16204 NONAME ?CreateObject@H248_MediaDescriptor_streams@@UAEHXZ @16205 NONAME ?CreateObject@H248_Message_messageBody@@UAEHXZ @16206 NONAME ?CreateObject@H248_MId@@UAEHXZ @16207 NONAME ?CreateObject@H248_NonStandardIdentifier@@UAEHXZ @16208 NONAME ?CreateObject@H248_PackagesDescriptor@@UBEPAVPASN_Object@@XZ @16209 NONAME ?CreateObject@H248_PropertyGroup@@UBEPAVPASN_Object@@XZ @16210 NONAME ?CreateObject@H248_PropertyParm_extraInfo@@UAEHXZ @16211 NONAME ?CreateObject@H248_ServiceChangeAddress@@UAEHXZ @16212 NONAME ?CreateObject@H248_ServiceChangeResult@@UAEHXZ @16213 NONAME ?CreateObject@H248_SignalRequest@@UAEHXZ @16214 NONAME ?CreateObject@H248_SignalsDescriptor@@UBEPAVPASN_Object@@XZ @16215 NONAME ?CreateObject@H248_SigParameter_extraInfo@@UAEHXZ @16216 NONAME ?CreateObject@H248_StatisticsDescriptor@@UBEPAVPASN_Object@@XZ @16217 NONAME ?CreateObject@H248_TerminationAudit@@UBEPAVPASN_Object@@XZ @16218 NONAME ?CreateObject@H248_TerminationIDList@@UBEPAVPASN_Object@@XZ @16219 NONAME ?CreateObject@H248_Transaction@@UAEHXZ @16220 NONAME ?CreateObject@H248_TransactionReply_transactionResult@@UAEHXZ @16221 NONAME ?CreateObject@H248_TransactionResponseAck@@UBEPAVPASN_Object@@XZ @16222 NONAME ?CreateObject@H248_Value@@UBEPAVPASN_Object@@XZ @16223 NONAME ?CreateObject@H45010_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @10784 NONAME ?CreateObject@H45011_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @10785 NONAME ?CreateObject@H45011_CIStatusInformation@@UAEHXZ @10786 NONAME ?CreateObject@H4501_ArrayOf_AliasAddress@@UBEPAVPASN_Object@@XZ @10072 NONAME ?CreateObject@H4501_ArrayOf_ROS@@UBEPAVPASN_Object@@XZ @10073 NONAME ?CreateObject@H4501_EntityType@@UAEHXZ @10074 NONAME ?CreateObject@H4501_InterpretationApdu@@UAEHXZ @10075 NONAME ?CreateObject@H4501_PartySubaddress@@UAEHXZ @10076 NONAME ?CreateObject@H4501_PresentedAddressScreened@@UAEHXZ @10077 NONAME ?CreateObject@H4501_PresentedAddressUnscreened@@UAEHXZ @10078 NONAME ?CreateObject@H4501_PresentedNumberScreened@@UAEHXZ @10079 NONAME ?CreateObject@H4501_PresentedNumberUnscreened@@UAEHXZ @10080 NONAME ?CreateObject@H4501_ServiceApdus@@UAEHXZ @10081 NONAME ?CreateObject@H4502_CTActiveArg_argumentExtension@@UAEHXZ @10082 NONAME ?CreateObject@H4502_CTCompleteArg_argumentExtension@@UAEHXZ @10083 NONAME ?CreateObject@H4502_CTIdentifyRes_resultExtension@@UAEHXZ @10084 NONAME ?CreateObject@H4502_CTInitiateArg_argumentExtension@@UAEHXZ @10085 NONAME ?CreateObject@H4502_CTSetupArg_argumentExtension@@UAEHXZ @10086 NONAME ?CreateObject@H4502_CTUpdateArg_argumentExtension@@UAEHXZ @10087 NONAME ?CreateObject@H4502_DummyArg@@UAEHXZ @10088 NONAME ?CreateObject@H4502_DummyRes@@UAEHXZ @10089 NONAME ?CreateObject@H4502_ExtensionSeq@@UBEPAVPASN_Object@@XZ @10090 NONAME ?CreateObject@H4502_SubaddressTransferArg_argumentExtension@@UAEHXZ @10091 NONAME ?CreateObject@H4503_ExtensionSeq@@UBEPAVPASN_Object@@XZ @10332 NONAME ?CreateObject@H4503_IntResultList@@UBEPAVPASN_Object@@XZ @10333 NONAME ?CreateObject@H4503_IntResult_extension@@UAEHXZ @10334 NONAME ?CreateObject@H4504_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @10245 NONAME ?CreateObject@H4504_MixedExtension@@UAEHXZ @10246 NONAME ?CreateObject@H4505_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @10787 NONAME ?CreateObject@H4506_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @10788 NONAME ?CreateObject@H4507_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @10789 NONAME ?CreateObject@H4507_DummyRes@@UBEPAVPASN_Object@@XZ @10790 NONAME ?CreateObject@H4507_MsgCentreId@@UAEHXZ @10791 NONAME ?CreateObject@H4507_MWIInterrogateRes@@UBEPAVPASN_Object@@XZ @10792 NONAME ?CreateObject@H4508_Name@@UAEHXZ @10793 NONAME ?CreateObject@H4508_NamePresentationAllowed@@UAEHXZ @10794 NONAME ?CreateObject@H4508_NamePresentationRestricted@@UAEHXZ @10795 NONAME ?CreateObject@H4509_ArrayOf_MixedExtension@@UBEPAVPASN_Object@@XZ @10796 NONAME ?CreateObject@H4509_CcArg@@UAEHXZ @10797 NONAME ?CreateObject@H501_AccessRejectionReason@@UAEHXZ @17474 NONAME ?CreateObject@H501_AccessToken@@UAEHXZ @17475 NONAME ?CreateObject@H501_ArrayOf_AccessToken@@UBEPAVPASN_Object@@XZ @17476 NONAME ?CreateObject@H501_ArrayOf_AddressTemplate@@UBEPAVPASN_Object@@XZ @17477 NONAME ?CreateObject@H501_ArrayOf_AliasAddress@@UBEPAVPASN_Object@@XZ @17478 NONAME ?CreateObject@H501_ArrayOf_AlternatePE@@UBEPAVPASN_Object@@XZ @17479 NONAME ?CreateObject@H501_ArrayOf_CircuitIdentifier@@UBEPAVPASN_Object@@XZ @17480 NONAME ?CreateObject@H501_ArrayOf_ClearToken@@UBEPAVPASN_Object@@XZ @17481 NONAME ?CreateObject@H501_ArrayOf_ContactInformation@@UBEPAVPASN_Object@@XZ @17482 NONAME ?CreateObject@H501_ArrayOf_CryptoH323Token@@UBEPAVPASN_Object@@XZ @17483 NONAME ?CreateObject@H501_ArrayOf_Descriptor@@UBEPAVPASN_Object@@XZ @17484 NONAME ?CreateObject@H501_ArrayOf_DescriptorInfo@@UBEPAVPASN_Object@@XZ @17486 NONAME ?CreateObject@H501_ArrayOf_GenericData@@UBEPAVPASN_Object@@XZ @17487 NONAME ?CreateObject@H501_ArrayOf_GloballyUniqueID@@UBEPAVPASN_Object@@XZ @17865 NONAME ?CreateObject@H501_ArrayOf_NonStandardParameter@@UBEPAVPASN_Object@@XZ @17488 NONAME ?CreateObject@H501_ArrayOf_PASN_ObjectId@@UBEPAVPASN_Object@@XZ @17489 NONAME ?CreateObject@H501_ArrayOf_Pattern@@UBEPAVPASN_Object@@XZ @17490 NONAME ?CreateObject@H501_ArrayOf_PriceElement@@UBEPAVPASN_Object@@XZ @17491 NONAME ?CreateObject@H501_ArrayOf_PriceInfoSpec@@UBEPAVPASN_Object@@XZ @17492 NONAME ?CreateObject@H501_ArrayOf_RouteInformation@@UBEPAVPASN_Object@@XZ @17493 NONAME ?CreateObject@H501_ArrayOf_SecurityMode@@UBEPAVPASN_Object@@XZ @17494 NONAME ?CreateObject@H501_ArrayOf_ServiceControlSession@@UBEPAVPASN_Object@@XZ @17495 NONAME ?CreateObject@H501_ArrayOf_SupportedProtocols@@UBEPAVPASN_Object@@XZ @17496 NONAME ?CreateObject@H501_ArrayOf_TransportAddress@@UBEPAVPASN_Object@@XZ @17497 NONAME ?CreateObject@H501_ArrayOf_UpdateInformation@@UBEPAVPASN_Object@@XZ @17498 NONAME ?CreateObject@H501_ArrayOf_UsageField@@UBEPAVPASN_Object@@XZ @17499 NONAME ?CreateObject@H501_AuthenticationRejectionReason@@UAEHXZ @17500 NONAME ?CreateObject@H501_DescriptorIDRejectionReason@@UAEHXZ @17501 NONAME ?CreateObject@H501_DescriptorRejectionReason@@UAEHXZ @17502 NONAME ?CreateObject@H501_MessageBody@@UAEHXZ @17503 NONAME ?CreateObject@H501_NonStandardRejectionReason@@UAEHXZ @17504 NONAME ?CreateObject@H501_Pattern@@UAEHXZ @17505 NONAME ?CreateObject@H501_PriceElement_units@@UAEHXZ @17506 NONAME ?CreateObject@H501_Role@@UAEHXZ @17507 NONAME ?CreateObject@H501_RouteInformation_messageType@@UAEHXZ @17508 NONAME ?CreateObject@H501_ServiceRejectionReason@@UAEHXZ @17509 NONAME ?CreateObject@H501_ServiceReleaseReason@@UAEHXZ @17510 NONAME ?CreateObject@H501_UnknownMessageReason@@UAEHXZ @17511 NONAME ?CreateObject@H501_UpdateInformation_descriptorInfo@@UAEHXZ @17512 NONAME ?CreateObject@H501_UpdateInformation_updateType@@UAEHXZ @17513 NONAME ?CreateObject@H501_UsageCallStatus@@UAEHXZ @17514 NONAME ?CreateObject@H501_UsageIndicationRejectionReason@@UAEHXZ @17515 NONAME ?CreateObject@H501_UsageRejectReason@@UAEHXZ @17516 NONAME ?CreateObject@H501_ValidationRejectionReason@@UAEHXZ @17517 NONAME ?CreateObject@MCS_ArrayOf_ChannelAttributes@@UBEPAVPASN_Object@@XZ @6442 NONAME ?CreateObject@MCS_ArrayOf_ChannelId@@UBEPAVPASN_Object@@XZ @6443 NONAME ?CreateObject@MCS_ArrayOf_TokenAttributes@@UBEPAVPASN_Object@@XZ @6444 NONAME ?CreateObject@MCS_ArrayOf_TokenId@@UBEPAVPASN_Object@@XZ @6445 NONAME ?CreateObject@MCS_ArrayOf_UserId@@UBEPAVPASN_Object@@XZ @6446 NONAME ?CreateObject@MCS_ChannelAttributes@@UAEHXZ @6447 NONAME ?CreateObject@MCS_ConnectMCSPDU@@UAEHXZ @6448 NONAME ?CreateObject@MCS_DomainMCSPDU@@UAEHXZ @6449 NONAME ?CreateObject@MCS_TokenAttributes@@UAEHXZ @6450 NONAME ?CreateObject@T38_ArrayOf_PASN_OctetString@@UBEPAVPASN_Object@@XZ @12695 NONAME ?CreateObject@T38_Data_Field@@UBEPAVPASN_Object@@XZ @12696 NONAME ?CreateObject@T38_PreCorrigendum_Data_Field@@UBEPAVPASN_Object@@XZ @15132 NONAME ?CreateObject@T38_Type_of_msg@@UAEHXZ @12697 NONAME ?CreateObject@T38_UDPTLPacket_error_recovery@@UAEHXZ @12698 NONAME ?CreateObject@T38_UDPTLPacket_error_recovery_secondary_ifp_packets@@UBEPAVPASN_Object@@XZ @12699 NONAME ?CreateObject@X880_Code@@UAEHXZ @10092 NONAME ?CreateObject@X880_Reject_problem@@UAEHXZ @10093 NONAME ?CreateObject@X880_ROS@@UAEHXZ @10094 NONAME ?CreatePeerElement@H323GatekeeperServer@@QAEXABVH323TransportAddress@@@Z @18483 NONAME ?CreateRealTimeLogicalChannel@H323Connection@@UAEPAVH323Channel@@ABVH323Capability@@W4Directions@2@IPBVH245_H2250LogicalChannelParameters@@PAVRTP_QOS@@@Z @18923 NONAME ?CreateRegisteredEndPoint@H323GatekeeperServer@@UAEPAVH323RegisteredEndPoint@@AAVH323GatekeeperRRQ@@@Z @14168 NONAME ?CreateRIP@H323GatekeeperRequest@@UBEPAVH323TransactionPDU@@II@Z @18394 NONAME ?CreateRIP@H501Transaction@@UBEPAVH323TransactionPDU@@II@Z @18395 NONAME ?CreateServiceControlSession@H323EndPoint@@UAEPAVH323ServiceControlSession@@ABVH225_ServiceControlDescriptor@@@Z @16224 NONAME ?CreateServiceRelationship@H323PeerElement@@MAEPAVH323PeerElementServiceRelationship@@XZ @18396 NONAME ?CreateT120ProtocolHandler@H323Connection@@UAEPAVOpalT120Protocol@@XZ @14209 NONAME ?CreateT120ProtocolHandler@H323EndPoint@@UBEPAVOpalT120Protocol@@ABVH323Connection@@@Z @13536 NONAME ?CreateT38ProtocolHandler@H323Connection@@UAEPAVOpalT38Protocol@@XZ @14210 NONAME ?CreateT38ProtocolHandler@H323EndPoint@@UBEPAVOpalT38Protocol@@ABVH323Connection@@@Z @13538 NONAME ?CreateTransactionPDU@H225_RAS@@UBEPAVH323TransactionPDU@@XZ @18192 NONAME ?CreateTransactionPDU@H323_AnnexG@@UBEPAVH323TransactionPDU@@XZ @18229 NONAME ?CreateTransport@H323DataChannel@@UAEHXZ @12702 NONAME ?CreateTransport@H323TransportAddress@@QBEPAVH323Transport@@AAVH323EndPoint@@@Z @9144 NONAME ?CreateTransport@H323_T38Channel@@UAEHXZ @12844 NONAME ?crinit@Pre_Vid_Coder@@IAEXXZ @6451 NONAME ?dcfill@@YAXHPAEH@Z @6452 NONAME ?dcsum2@@YAXHPAE0H@Z @6453 NONAME ?dcsum@@YAXHPAE0H@Z @6454 NONAME ?dct_decimate@@YAXPBF0PAF@Z @6455 NONAME ?deallocate@?$allocator@ULookupRecord@@@std@@QAEXPAULookupRecord@@I@Z @32889 NONAME ?deallocate@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@@std@@QAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@I@Z @32248 NONAME ?deallocate@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@I@Z @32890 NONAME ?deallocate@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@I@Z @31982 NONAME ?deallocate@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@I@Z @31983 NONAME ?deallocate@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@I@Z @32549 NONAME ?deallocate@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@I@Z @31984 NONAME ?Decode@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UAEHAAVPASN_Stream@@@Z @12461 NONAME ?Decode@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UAEHAAVPASN_Stream@@@Z @12462 NONAME ?Decode@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UAEHAAVPASN_Stream@@@Z @12463 NONAME ?Decode@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UAEHAAVPASN_Stream@@@Z @12464 NONAME ?Decode@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UAEHAAVPASN_Stream@@@Z @12465 NONAME ?Decode@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UAEHAAVPASN_Stream@@@Z @12466 NONAME ?Decode@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UAEHAAVPASN_Stream@@@Z @12467 NONAME ?Decode@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UAEHAAVPASN_Stream@@@Z @12468 NONAME ?Decode@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UAEHAAVPASN_Stream@@@Z @12469 NONAME ?Decode@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UAEHAAVPASN_Stream@@@Z @12470 NONAME ?Decode@GCC_ApplicationInvokeIndication@@UAEHAAVPASN_Stream@@@Z @6466 NONAME ?Decode@GCC_ApplicationInvokeSpecifier@@UAEHAAVPASN_Stream@@@Z @6467 NONAME ?Decode@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UAEHAAVPASN_Stream@@@Z @6468 NONAME ?Decode@GCC_ApplicationRecord@@UAEHAAVPASN_Stream@@@Z @6469 NONAME ?Decode@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UAEHAAVPASN_Stream@@@Z @6470 NONAME ?Decode@GCC_ChallengeItem@@UAEHAAVPASN_Stream@@@Z @6471 NONAME ?Decode@GCC_ChallengeRequest@@UAEHAAVPASN_Stream@@@Z @6472 NONAME ?Decode@GCC_ChallengeResponse@@UAEHAAVPASN_Stream@@@Z @6473 NONAME ?Decode@GCC_ConductorAssignIndication@@UAEHAAVPASN_Stream@@@Z @6474 NONAME ?Decode@GCC_ConductorPermissionAskIndication@@UAEHAAVPASN_Stream@@@Z @6475 NONAME ?Decode@GCC_ConductorPermissionGrantIndication@@UAEHAAVPASN_Stream@@@Z @6476 NONAME ?Decode@GCC_ConductorReleaseIndication@@UAEHAAVPASN_Stream@@@Z @6477 NONAME ?Decode@GCC_ConferenceAddRequest@@UAEHAAVPASN_Stream@@@Z @6478 NONAME ?Decode@GCC_ConferenceAddResponse@@UAEHAAVPASN_Stream@@@Z @6479 NONAME ?Decode@GCC_ConferenceAssistanceIndication@@UAEHAAVPASN_Stream@@@Z @6480 NONAME ?Decode@GCC_ConferenceCreateRequest@@UAEHAAVPASN_Stream@@@Z @6481 NONAME ?Decode@GCC_ConferenceCreateResponse@@UAEHAAVPASN_Stream@@@Z @6482 NONAME ?Decode@GCC_ConferenceDescriptor@@UAEHAAVPASN_Stream@@@Z @6483 NONAME ?Decode@GCC_ConferenceEjectUserIndication@@UAEHAAVPASN_Stream@@@Z @6484 NONAME ?Decode@GCC_ConferenceEjectUserRequest@@UAEHAAVPASN_Stream@@@Z @6485 NONAME ?Decode@GCC_ConferenceEjectUserResponse@@UAEHAAVPASN_Stream@@@Z @6486 NONAME ?Decode@GCC_ConferenceInviteRequest@@UAEHAAVPASN_Stream@@@Z @6487 NONAME ?Decode@GCC_ConferenceInviteResponse@@UAEHAAVPASN_Stream@@@Z @6488 NONAME ?Decode@GCC_ConferenceJoinRequest@@UAEHAAVPASN_Stream@@@Z @6489 NONAME ?Decode@GCC_ConferenceJoinResponse@@UAEHAAVPASN_Stream@@@Z @6490 NONAME ?Decode@GCC_ConferenceLockIndication@@UAEHAAVPASN_Stream@@@Z @6491 NONAME ?Decode@GCC_ConferenceLockRequest@@UAEHAAVPASN_Stream@@@Z @6492 NONAME ?Decode@GCC_ConferenceLockResponse@@UAEHAAVPASN_Stream@@@Z @6493 NONAME ?Decode@GCC_ConferenceName@@UAEHAAVPASN_Stream@@@Z @6494 NONAME ?Decode@GCC_ConferencePriority@@UAEHAAVPASN_Stream@@@Z @6495 NONAME ?Decode@GCC_ConferenceQueryRequest@@UAEHAAVPASN_Stream@@@Z @6496 NONAME ?Decode@GCC_ConferenceQueryResponse@@UAEHAAVPASN_Stream@@@Z @6497 NONAME ?Decode@GCC_ConferenceTerminateIndication@@UAEHAAVPASN_Stream@@@Z @6498 NONAME ?Decode@GCC_ConferenceTerminateRequest@@UAEHAAVPASN_Stream@@@Z @6499 NONAME ?Decode@GCC_ConferenceTerminateResponse@@UAEHAAVPASN_Stream@@@Z @6500 NONAME ?Decode@GCC_ConferenceTimeExtendIndication@@UAEHAAVPASN_Stream@@@Z @6501 NONAME ?Decode@GCC_ConferenceTimeInquireIndication@@UAEHAAVPASN_Stream@@@Z @6502 NONAME ?Decode@GCC_ConferenceTimeRemainingIndication@@UAEHAAVPASN_Stream@@@Z @6503 NONAME ?Decode@GCC_ConferenceTransferIndication@@UAEHAAVPASN_Stream@@@Z @6504 NONAME ?Decode@GCC_ConferenceTransferRequest@@UAEHAAVPASN_Stream@@@Z @6505 NONAME ?Decode@GCC_ConferenceTransferResponse@@UAEHAAVPASN_Stream@@@Z @6506 NONAME ?Decode@GCC_ConferenceUnlockIndication@@UAEHAAVPASN_Stream@@@Z @6507 NONAME ?Decode@GCC_ConferenceUnlockRequest@@UAEHAAVPASN_Stream@@@Z @6508 NONAME ?Decode@GCC_ConferenceUnlockResponse@@UAEHAAVPASN_Stream@@@Z @6509 NONAME ?Decode@GCC_ConnectData@@UAEHAAVPASN_Stream@@@Z @6510 NONAME ?Decode@GCC_FunctionNotSupportedResponse@@UAEHAAVPASN_Stream@@@Z @6511 NONAME ?Decode@GCC_NetworkAddress_subtype_aggregatedChannel@@UAEHAAVPASN_Stream@@@Z @6512 NONAME ?Decode@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UAEHAAVPASN_Stream@@@Z @6513 NONAME ?Decode@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UAEHAAVPASN_Stream@@@Z @6514 NONAME ?Decode@GCC_NetworkAddress_subtype_transportConnection@@UAEHAAVPASN_Stream@@@Z @6515 NONAME ?Decode@GCC_NodeProperties@@UAEHAAVPASN_Stream@@@Z @6516 NONAME ?Decode@GCC_NodeRecord@@UAEHAAVPASN_Stream@@@Z @6517 NONAME ?Decode@GCC_NonStandardParameter@@UAEHAAVPASN_Stream@@@Z @6518 NONAME ?Decode@GCC_NonStandardPDU@@UAEHAAVPASN_Stream@@@Z @6519 NONAME ?Decode@GCC_Password@@UAEHAAVPASN_Stream@@@Z @6520 NONAME ?Decode@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UAEHAAVPASN_Stream@@@Z @6521 NONAME ?Decode@GCC_RegistryAllocateHandleRequest@@UAEHAAVPASN_Stream@@@Z @6522 NONAME ?Decode@GCC_RegistryAllocateHandleResponse@@UAEHAAVPASN_Stream@@@Z @6523 NONAME ?Decode@GCC_RegistryAssignTokenRequest@@UAEHAAVPASN_Stream@@@Z @6524 NONAME ?Decode@GCC_RegistryDeleteEntryRequest@@UAEHAAVPASN_Stream@@@Z @6525 NONAME ?Decode@GCC_RegistryEntryOwner_owned@@UAEHAAVPASN_Stream@@@Z @6526 NONAME ?Decode@GCC_RegistryKey@@UAEHAAVPASN_Stream@@@Z @6527 NONAME ?Decode@GCC_RegistryMonitorEntryIndication@@UAEHAAVPASN_Stream@@@Z @6528 NONAME ?Decode@GCC_RegistryMonitorEntryRequest@@UAEHAAVPASN_Stream@@@Z @6529 NONAME ?Decode@GCC_RegistryRegisterChannelRequest@@UAEHAAVPASN_Stream@@@Z @6530 NONAME ?Decode@GCC_RegistryResponse@@UAEHAAVPASN_Stream@@@Z @6531 NONAME ?Decode@GCC_RegistryRetrieveEntryRequest@@UAEHAAVPASN_Stream@@@Z @6532 NONAME ?Decode@GCC_RegistrySetParameterRequest@@UAEHAAVPASN_Stream@@@Z @6533 NONAME ?Decode@GCC_RosterUpdateIndication@@UAEHAAVPASN_Stream@@@Z @6534 NONAME ?Decode@GCC_RosterUpdateIndication_applicationInformation_subtype@@UAEHAAVPASN_Stream@@@Z @6535 NONAME ?Decode@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UAEHAAVPASN_Stream@@@Z @6536 NONAME ?Decode@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UAEHAAVPASN_Stream@@@Z @6537 NONAME ?Decode@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UAEHAAVPASN_Stream@@@Z @6538 NONAME ?Decode@GCC_RosterUpdateIndication_nodeInformation@@UAEHAAVPASN_Stream@@@Z @6539 NONAME ?Decode@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UAEHAAVPASN_Stream@@@Z @6540 NONAME ?Decode@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UAEHAAVPASN_Stream@@@Z @6541 NONAME ?Decode@GCC_SessionKey@@UAEHAAVPASN_Stream@@@Z @6542 NONAME ?Decode@GCC_TextMessageIndication@@UAEHAAVPASN_Stream@@@Z @6543 NONAME ?Decode@GCC_UserData_subtype@@UAEHAAVPASN_Stream@@@Z @6544 NONAME ?Decode@GCC_UserIDIndication@@UAEHAAVPASN_Stream@@@Z @6545 NONAME ?Decode@H225_AddressPattern_range@@UAEHAAVPASN_Stream@@@Z @12085 NONAME ?Decode@H225_AdmissionConfirm@@UAEHAAVPASN_Stream@@@Z @6546 NONAME ?Decode@H225_AdmissionReject@@UAEHAAVPASN_Stream@@@Z @6547 NONAME ?Decode@H225_AdmissionRequest@@UAEHAAVPASN_Stream@@@Z @6548 NONAME ?Decode@H225_Alerting_UUIE@@UAEHAAVPASN_Stream@@@Z @6549 NONAME ?Decode@H225_AlternateGK@@UAEHAAVPASN_Stream@@@Z @6550 NONAME ?Decode@H225_AlternateTransportAddresses@@UAEHAAVPASN_Stream@@@Z @12086 NONAME ?Decode@H225_AltGKInfo@@UAEHAAVPASN_Stream@@@Z @6551 NONAME ?Decode@H225_ANSI_41_UIM@@UAEHAAVPASN_Stream@@@Z @12087 NONAME ?Decode@H225_BandwidthConfirm@@UAEHAAVPASN_Stream@@@Z @6552 NONAME ?Decode@H225_BandwidthDetails@@UAEHAAVPASN_Stream@@@Z @12088 NONAME ?Decode@H225_BandwidthReject@@UAEHAAVPASN_Stream@@@Z @6553 NONAME ?Decode@H225_BandwidthRequest@@UAEHAAVPASN_Stream@@@Z @6554 NONAME ?Decode@H225_CallCapacity@@UAEHAAVPASN_Stream@@@Z @12089 NONAME ?Decode@H225_CallCapacityInfo@@UAEHAAVPASN_Stream@@@Z @12090 NONAME ?Decode@H225_CallCreditCapability@@UAEHAAVPASN_Stream@@@Z @12091 NONAME ?Decode@H225_CallCreditServiceControl@@UAEHAAVPASN_Stream@@@Z @12092 NONAME ?Decode@H225_CallIdentifier@@UAEHAAVPASN_Stream@@@Z @6555 NONAME ?Decode@H225_CallLinkage@@UAEHAAVPASN_Stream@@@Z @12093 NONAME ?Decode@H225_CallProceeding_UUIE@@UAEHAAVPASN_Stream@@@Z @6556 NONAME ?Decode@H225_CallsAvailable@@UAEHAAVPASN_Stream@@@Z @12094 NONAME ?Decode@H225_CapacityReportingCapability@@UAEHAAVPASN_Stream@@@Z @12095 NONAME ?Decode@H225_CapacityReportingSpecification@@UAEHAAVPASN_Stream@@@Z @12096 NONAME ?Decode@H225_CapacityReportingSpecification_when@@UAEHAAVPASN_Stream@@@Z @12097 NONAME ?Decode@H225_CarrierInfo@@UAEHAAVPASN_Stream@@@Z @19338 NONAME ?Decode@H225_CicInfo@@UAEHAAVPASN_Stream@@@Z @12098 NONAME ?Decode@H225_CircuitIdentifier@@UAEHAAVPASN_Stream@@@Z @18971 NONAME ?Decode@H225_CircuitInfo@@UAEHAAVPASN_Stream@@@Z @12099 NONAME ?Decode@H225_ConferenceList@@UAEHAAVPASN_Stream@@@Z @6557 NONAME ?Decode@H225_Connect_UUIE@@UAEHAAVPASN_Stream@@@Z @6558 NONAME ?Decode@H225_CryptoH323Token_cryptoEPPwdHash@@UAEHAAVPASN_Stream@@@Z @6559 NONAME ?Decode@H225_CryptoH323Token_cryptoGKPwdHash@@UAEHAAVPASN_Stream@@@Z @6560 NONAME ?Decode@H225_DataRate@@UAEHAAVPASN_Stream@@@Z @6561 NONAME ?Decode@H225_DisengageConfirm@@UAEHAAVPASN_Stream@@@Z @6562 NONAME ?Decode@H225_DisengageReject@@UAEHAAVPASN_Stream@@@Z @6563 NONAME ?Decode@H225_DisengageRequest@@UAEHAAVPASN_Stream@@@Z @6564 NONAME ?Decode@H225_Endpoint@@UAEHAAVPASN_Stream@@@Z @6565 NONAME ?Decode@H225_EndpointType@@UAEHAAVPASN_Stream@@@Z @6566 NONAME ?Decode@H225_EnumeratedParameter@@UAEHAAVPASN_Stream@@@Z @12100 NONAME ?Decode@H225_ExtendedAliasAddress@@UAEHAAVPASN_Stream@@@Z @12101 NONAME ?Decode@H225_Facility_UUIE@@UAEHAAVPASN_Stream@@@Z @6567 NONAME ?Decode@H225_FeatureSet@@UAEHAAVPASN_Stream@@@Z @12102 NONAME ?Decode@H225_GatekeeperConfirm@@UAEHAAVPASN_Stream@@@Z @6568 NONAME ?Decode@H225_GatekeeperInfo@@UAEHAAVPASN_Stream@@@Z @6569 NONAME ?Decode@H225_GatekeeperReject@@UAEHAAVPASN_Stream@@@Z @6570 NONAME ?Decode@H225_GatekeeperRequest@@UAEHAAVPASN_Stream@@@Z @6571 NONAME ?Decode@H225_GatewayInfo@@UAEHAAVPASN_Stream@@@Z @6572 NONAME ?Decode@H225_GenericData@@UAEHAAVPASN_Stream@@@Z @12103 NONAME ?Decode@H225_GroupID@@UAEHAAVPASN_Stream@@@Z @12104 NONAME ?Decode@H225_GSM_UIM@@UAEHAAVPASN_Stream@@@Z @12105 NONAME ?Decode@H225_H221NonStandard@@UAEHAAVPASN_Stream@@@Z @6573 NONAME ?Decode@H225_H310Caps@@UAEHAAVPASN_Stream@@@Z @6574 NONAME ?Decode@H225_H320Caps@@UAEHAAVPASN_Stream@@@Z @6575 NONAME ?Decode@H225_H321Caps@@UAEHAAVPASN_Stream@@@Z @6576 NONAME ?Decode@H225_H322Caps@@UAEHAAVPASN_Stream@@@Z @6577 NONAME ?Decode@H225_H323Caps@@UAEHAAVPASN_Stream@@@Z @6578 NONAME ?Decode@H225_H323_UserInformation@@UAEHAAVPASN_Stream@@@Z @6579 NONAME ?Decode@H225_H323_UserInformation_user_data@@UAEHAAVPASN_Stream@@@Z @6580 NONAME ?Decode@H225_H323_UU_PDU@@UAEHAAVPASN_Stream@@@Z @6581 NONAME ?Decode@H225_H323_UU_PDU_tunnelledSignallingMessage@@UAEHAAVPASN_Stream@@@Z @12106 NONAME ?Decode@H225_H324Caps@@UAEHAAVPASN_Stream@@@Z @6582 NONAME ?Decode@H225_ICV@@UAEHAAVPASN_Stream@@@Z @6583 NONAME ?Decode@H225_InfoRequest@@UAEHAAVPASN_Stream@@@Z @6584 NONAME ?Decode@H225_InfoRequestAck@@UAEHAAVPASN_Stream@@@Z @6585 NONAME ?Decode@H225_InfoRequestNak@@UAEHAAVPASN_Stream@@@Z @6586 NONAME ?Decode@H225_InfoRequestResponse@@UAEHAAVPASN_Stream@@@Z @6587 NONAME ?Decode@H225_InfoRequestResponse_perCallInfo_subtype@@UAEHAAVPASN_Stream@@@Z @6588 NONAME ?Decode@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UAEHAAVPASN_Stream@@@Z @6589 NONAME ?Decode@H225_Information_UUIE@@UAEHAAVPASN_Stream@@@Z @6590 NONAME ?Decode@H225_LocationConfirm@@UAEHAAVPASN_Stream@@@Z @6591 NONAME ?Decode@H225_LocationReject@@UAEHAAVPASN_Stream@@@Z @6592 NONAME ?Decode@H225_LocationRequest@@UAEHAAVPASN_Stream@@@Z @6593 NONAME ?Decode@H225_McuInfo@@UAEHAAVPASN_Stream@@@Z @6594 NONAME ?Decode@H225_NonStandardMessage@@UAEHAAVPASN_Stream@@@Z @6595 NONAME ?Decode@H225_NonStandardParameter@@UAEHAAVPASN_Stream@@@Z @6596 NONAME ?Decode@H225_NonStandardProtocol@@UAEHAAVPASN_Stream@@@Z @6597 NONAME ?Decode@H225_Notify_UUIE@@UAEHAAVPASN_Stream@@@Z @12107 NONAME ?Decode@H225_PrivatePartyNumber@@UAEHAAVPASN_Stream@@@Z @6598 NONAME ?Decode@H225_Progress_UUIE@@UAEHAAVPASN_Stream@@@Z @6599 NONAME ?Decode@H225_PublicPartyNumber@@UAEHAAVPASN_Stream@@@Z @6600 NONAME ?Decode@H225_Q954Details@@UAEHAAVPASN_Stream@@@Z @6601 NONAME ?Decode@H225_QseriesOptions@@UAEHAAVPASN_Stream@@@Z @6602 NONAME ?Decode@H225_RasUsageInformation@@UAEHAAVPASN_Stream@@@Z @12108 NONAME ?Decode@H225_RasUsageInfoTypes@@UAEHAAVPASN_Stream@@@Z @12109 NONAME ?Decode@H225_RasUsageSpecification@@UAEHAAVPASN_Stream@@@Z @12110 NONAME ?Decode@H225_RasUsageSpecification_callStartingPoint@@UAEHAAVPASN_Stream@@@Z @12111 NONAME ?Decode@H225_RasUsageSpecification_when@@UAEHAAVPASN_Stream@@@Z @12112 NONAME ?Decode@H225_RegistrationConfirm@@UAEHAAVPASN_Stream@@@Z @6603 NONAME ?Decode@H225_RegistrationConfirm_preGrantedARQ@@UAEHAAVPASN_Stream@@@Z @6604 NONAME ?Decode@H225_RegistrationReject@@UAEHAAVPASN_Stream@@@Z @6605 NONAME ?Decode@H225_RegistrationRejectReason_invalidTerminalAliases@@UAEHAAVPASN_Stream@@@Z @12113 NONAME ?Decode@H225_RegistrationRequest@@UAEHAAVPASN_Stream@@@Z @6606 NONAME ?Decode@H225_ReleaseComplete_UUIE@@UAEHAAVPASN_Stream@@@Z @6607 NONAME ?Decode@H225_RequestInProgress@@UAEHAAVPASN_Stream@@@Z @6608 NONAME ?Decode@H225_ResourcesAvailableConfirm@@UAEHAAVPASN_Stream@@@Z @6609 NONAME ?Decode@H225_ResourcesAvailableIndicate@@UAEHAAVPASN_Stream@@@Z @6610 NONAME ?Decode@H225_RTPSession@@UAEHAAVPASN_Stream@@@Z @6611 NONAME ?Decode@H225_SecurityCapabilities@@UAEHAAVPASN_Stream@@@Z @6612 NONAME ?Decode@H225_ServiceControlIndication@@UAEHAAVPASN_Stream@@@Z @12114 NONAME ?Decode@H225_ServiceControlIndication_callSpecific@@UAEHAAVPASN_Stream@@@Z @12115 NONAME ?Decode@H225_ServiceControlResponse@@UAEHAAVPASN_Stream@@@Z @12116 NONAME ?Decode@H225_ServiceControlSession@@UAEHAAVPASN_Stream@@@Z @12117 NONAME ?Decode@H225_SetupAcknowledge_UUIE@@UAEHAAVPASN_Stream@@@Z @12118 NONAME ?Decode@H225_Setup_UUIE@@UAEHAAVPASN_Stream@@@Z @6613 NONAME ?Decode@H225_Setup_UUIE_connectionParameters@@UAEHAAVPASN_Stream@@@Z @12119 NONAME ?Decode@H225_SIPCaps@@UAEHAAVPASN_Stream@@@Z @19339 NONAME ?Decode@H225_StatusInquiry_UUIE@@UAEHAAVPASN_Stream@@@Z @12120 NONAME ?Decode@H225_Status_UUIE@@UAEHAAVPASN_Stream@@@Z @12121 NONAME ?Decode@H225_StimulusControl@@UAEHAAVPASN_Stream@@@Z @12122 NONAME ?Decode@H225_SupportedPrefix@@UAEHAAVPASN_Stream@@@Z @6614 NONAME ?Decode@H225_T120OnlyCaps@@UAEHAAVPASN_Stream@@@Z @6615 NONAME ?Decode@H225_T38FaxAnnexbOnlyCaps@@UAEHAAVPASN_Stream@@@Z @12123 NONAME ?Decode@H225_TerminalInfo@@UAEHAAVPASN_Stream@@@Z @6616 NONAME ?Decode@H225_TransportAddress_ip6Address@@UAEHAAVPASN_Stream@@@Z @6617 NONAME ?Decode@H225_TransportAddress_ipAddress@@UAEHAAVPASN_Stream@@@Z @6618 NONAME ?Decode@H225_TransportAddress_ipSourceRoute@@UAEHAAVPASN_Stream@@@Z @6619 NONAME ?Decode@H225_TransportAddress_ipxAddress@@UAEHAAVPASN_Stream@@@Z @6620 NONAME ?Decode@H225_TransportChannelInfo@@UAEHAAVPASN_Stream@@@Z @6621 NONAME ?Decode@H225_TunnelledProtocol@@UAEHAAVPASN_Stream@@@Z @12124 NONAME ?Decode@H225_TunnelledProtocolAlternateIdentifier@@UAEHAAVPASN_Stream@@@Z @12125 NONAME ?Decode@H225_UnknownMessageResponse@@UAEHAAVPASN_Stream@@@Z @6622 NONAME ?Decode@H225_UnregistrationConfirm@@UAEHAAVPASN_Stream@@@Z @6623 NONAME ?Decode@H225_UnregistrationReject@@UAEHAAVPASN_Stream@@@Z @6624 NONAME ?Decode@H225_UnregistrationRequest@@UAEHAAVPASN_Stream@@@Z @6625 NONAME ?Decode@H225_UUIEsRequested@@UAEHAAVPASN_Stream@@@Z @6626 NONAME ?Decode@H225_VendorIdentifier@@UAEHAAVPASN_Stream@@@Z @6627 NONAME ?Decode@H225_VoiceCaps@@UAEHAAVPASN_Stream@@@Z @6628 NONAME ?Decode@H235_ClearToken@@UAEHAAVPASN_Stream@@@Z @6629 NONAME ?Decode@H235_CryptoToken_cryptoEncryptedToken@@UAEHAAVPASN_Stream@@@Z @6630 NONAME ?Decode@H235_CryptoToken_cryptoHashedToken@@UAEHAAVPASN_Stream@@@Z @6631 NONAME ?Decode@H235_CryptoToken_cryptoSignedToken@@UAEHAAVPASN_Stream@@@Z @6632 NONAME ?Decode@H235_DHset@@UAEHAAVPASN_Stream@@@Z @6633 NONAME ?Decode@H235_ECGDSASignature@@UAEHAAVPASN_Stream@@@Z @19340 NONAME ?Decode@H235_ECKASDH_eckasdh2@@UAEHAAVPASN_Stream@@@Z @12990 NONAME ?Decode@H235_ECKASDH_eckasdhp@@UAEHAAVPASN_Stream@@@Z @12991 NONAME ?Decode@H235_ECpoint@@UAEHAAVPASN_Stream@@@Z @19341 NONAME ?Decode@H235_H235CertificateSignature@@UAEHAAVPASN_Stream@@@Z @6634 NONAME ?Decode@H235_KeySignedMaterial@@UAEHAAVPASN_Stream@@@Z @6635 NONAME ?Decode@H235_KeySyncMaterial@@UAEHAAVPASN_Stream@@@Z @6636 NONAME ?Decode@H235_NonStandardParameter@@UAEHAAVPASN_Stream@@@Z @6637 NONAME ?Decode@H235_Params@@UAEHAAVPASN_Stream@@@Z @6638 NONAME ?Decode@H235_ReturnSig@@UAEHAAVPASN_Stream@@@Z @6639 NONAME ?Decode@H235_TypedCertificate@@UAEHAAVPASN_Stream@@@Z @6640 NONAME ?Decode@H235_V3KeySyncMaterial@@UAEHAAVPASN_Stream@@@Z @19342 NONAME ?Decode@H245_ATMParameters@@UAEHAAVPASN_Stream@@@Z @6641 NONAME ?Decode@H245_AudioCapability_g7231@@UAEHAAVPASN_Stream@@@Z @6642 NONAME ?Decode@H245_AudioTelephonyEventCapability@@UAEHAAVPASN_Stream@@@Z @12126 NONAME ?Decode@H245_AudioToneCapability@@UAEHAAVPASN_Stream@@@Z @12127 NONAME ?Decode@H245_AuthenticationCapability@@UAEHAAVPASN_Stream@@@Z @6643 NONAME ?Decode@H245_BEnhancementParameters@@UAEHAAVPASN_Stream@@@Z @6644 NONAME ?Decode@H245_CapabilityDescriptor@@UAEHAAVPASN_Stream@@@Z @6645 NONAME ?Decode@H245_CapabilityTableEntry@@UAEHAAVPASN_Stream@@@Z @6646 NONAME ?Decode@H245_Capability_h233EncryptionReceiveCapability@@UAEHAAVPASN_Stream@@@Z @6647 NONAME ?Decode@H245_CloseLogicalChannel@@UAEHAAVPASN_Stream@@@Z @6648 NONAME ?Decode@H245_CloseLogicalChannelAck@@UAEHAAVPASN_Stream@@@Z @6649 NONAME ?Decode@H245_CommunicationModeCommand@@UAEHAAVPASN_Stream@@@Z @6650 NONAME ?Decode@H245_CommunicationModeRequest@@UAEHAAVPASN_Stream@@@Z @6651 NONAME ?Decode@H245_CommunicationModeTableEntry@@UAEHAAVPASN_Stream@@@Z @6652 NONAME ?Decode@H245_ConferenceCapability@@UAEHAAVPASN_Stream@@@Z @6653 NONAME ?Decode@H245_ConferenceRequest_requestTerminalCertificate@@UAEHAAVPASN_Stream@@@Z @6654 NONAME ?Decode@H245_ConferenceResponse_chairTokenOwnerResponse@@UAEHAAVPASN_Stream@@@Z @6655 NONAME ?Decode@H245_ConferenceResponse_conferenceIDResponse@@UAEHAAVPASN_Stream@@@Z @6656 NONAME ?Decode@H245_ConferenceResponse_extensionAddressResponse@@UAEHAAVPASN_Stream@@@Z @6657 NONAME ?Decode@H245_ConferenceResponse_mCTerminalIDResponse@@UAEHAAVPASN_Stream@@@Z @6658 NONAME ?Decode@H245_ConferenceResponse_passwordResponse@@UAEHAAVPASN_Stream@@@Z @6659 NONAME ?Decode@H245_ConferenceResponse_terminalCertificateResponse@@UAEHAAVPASN_Stream@@@Z @6660 NONAME ?Decode@H245_ConferenceResponse_terminalIDResponse@@UAEHAAVPASN_Stream@@@Z @6661 NONAME ?Decode@H245_ConnectionIdentifier@@UAEHAAVPASN_Stream@@@Z @12128 NONAME ?Decode@H245_Criteria@@UAEHAAVPASN_Stream@@@Z @6662 NONAME ?Decode@H245_CustomPictureClockFrequency@@UAEHAAVPASN_Stream@@@Z @6663 NONAME ?Decode@H245_CustomPictureFormat@@UAEHAAVPASN_Stream@@@Z @6664 NONAME ?Decode@H245_CustomPictureFormat_mPI@@UAEHAAVPASN_Stream@@@Z @6665 NONAME ?Decode@H245_CustomPictureFormat_mPI_customPCF_subtype@@UAEHAAVPASN_Stream@@@Z @6666 NONAME ?Decode@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UAEHAAVPASN_Stream@@@Z @6667 NONAME ?Decode@H245_DataApplicationCapability@@UAEHAAVPASN_Stream@@@Z @6668 NONAME ?Decode@H245_DataApplicationCapability_application_nlpid@@UAEHAAVPASN_Stream@@@Z @6669 NONAME ?Decode@H245_DataApplicationCapability_application_t38fax@@UAEHAAVPASN_Stream@@@Z @12129 NONAME ?Decode@H245_DataApplicationCapability_application_t84@@UAEHAAVPASN_Stream@@@Z @6670 NONAME ?Decode@H245_DataMode@@UAEHAAVPASN_Stream@@@Z @6671 NONAME ?Decode@H245_DataMode_application_nlpid@@UAEHAAVPASN_Stream@@@Z @6672 NONAME ?Decode@H245_DataMode_application_t38fax@@UAEHAAVPASN_Stream@@@Z @12130 NONAME ?Decode@H245_DepFECCapability_rfc2733@@UAEHAAVPASN_Stream@@@Z @33577 NONAME ?Decode@H245_DepFECCapability_rfc2733_separateStream@@UAEHAAVPASN_Stream@@@Z @33578 NONAME ?Decode@H245_DepFECData_rfc2733@@UAEHAAVPASN_Stream@@@Z @33579 NONAME ?Decode@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UAEHAAVPASN_Stream@@@Z @33580 NONAME ?Decode@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UAEHAAVPASN_Stream@@@Z @33581 NONAME ?Decode@H245_DepFECMode_rfc2733Mode@@UAEHAAVPASN_Stream@@@Z @33582 NONAME ?Decode@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UAEHAAVPASN_Stream@@@Z @33583 NONAME ?Decode@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UAEHAAVPASN_Stream@@@Z @33584 NONAME ?Decode@H245_DialingInformationNumber@@UAEHAAVPASN_Stream@@@Z @12131 NONAME ?Decode@H245_EncryptionAuthenticationAndIntegrity@@UAEHAAVPASN_Stream@@@Z @6673 NONAME ?Decode@H245_EncryptionCommand_encryptionAlgorithmID@@UAEHAAVPASN_Stream@@@Z @6674 NONAME ?Decode@H245_EncryptionSync@@UAEHAAVPASN_Stream@@@Z @6675 NONAME ?Decode@H245_EncryptionUpdateRequest@@UAEHAAVPASN_Stream@@@Z @6676 NONAME ?Decode@H245_EnhancementLayerInfo@@UAEHAAVPASN_Stream@@@Z @6677 NONAME ?Decode@H245_EnhancementOptions@@UAEHAAVPASN_Stream@@@Z @6678 NONAME ?Decode@H245_EscrowData@@UAEHAAVPASN_Stream@@@Z @6679 NONAME ?Decode@H245_ExtendedVideoCapability@@UAEHAAVPASN_Stream@@@Z @33171 NONAME ?Decode@H245_FECCapability@@UAEHAAVPASN_Stream@@@Z @33585 NONAME ?Decode@H245_FECData_rfc2733@@UAEHAAVPASN_Stream@@@Z @19345 NONAME ?Decode@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UAEHAAVPASN_Stream@@@Z @33586 NONAME ?Decode@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UAEHAAVPASN_Stream@@@Z @33587 NONAME ?Decode@H245_FECMode@@UAEHAAVPASN_Stream@@@Z @33588 NONAME ?Decode@H245_FlowControlCommand@@UAEHAAVPASN_Stream@@@Z @6680 NONAME ?Decode@H245_FlowControlIndication@@UAEHAAVPASN_Stream@@@Z @12132 NONAME ?Decode@H245_FunctionNotSupported@@UAEHAAVPASN_Stream@@@Z @6681 NONAME ?Decode@H245_G7231AnnexCCapability@@UAEHAAVPASN_Stream@@@Z @6682 NONAME ?Decode@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UAEHAAVPASN_Stream@@@Z @6683 NONAME ?Decode@H245_G7231AnnexCMode@@UAEHAAVPASN_Stream@@@Z @6684 NONAME ?Decode@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UAEHAAVPASN_Stream@@@Z @6685 NONAME ?Decode@H245_G729Extensions@@UAEHAAVPASN_Stream@@@Z @12133 NONAME ?Decode@H245_GenericCapability@@UAEHAAVPASN_Stream@@@Z @12134 NONAME ?Decode@H245_GenericMessage@@UAEHAAVPASN_Stream@@@Z @33172 NONAME ?Decode@H245_GenericParameter@@UAEHAAVPASN_Stream@@@Z @12135 NONAME ?Decode@H245_GSMAudioCapability@@UAEHAAVPASN_Stream@@@Z @6686 NONAME ?Decode@H245_H222Capability@@UAEHAAVPASN_Stream@@@Z @6687 NONAME ?Decode@H245_H222LogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @6688 NONAME ?Decode@H245_H223AL1MParameters@@UAEHAAVPASN_Stream@@@Z @6689 NONAME ?Decode@H245_H223AL2MParameters@@UAEHAAVPASN_Stream@@@Z @6690 NONAME ?Decode@H245_H223AL3MParameters@@UAEHAAVPASN_Stream@@@Z @6691 NONAME ?Decode@H245_H223AnnexCArqParameters@@UAEHAAVPASN_Stream@@@Z @6692 NONAME ?Decode@H245_H223AnnexCCapability@@UAEHAAVPASN_Stream@@@Z @6693 NONAME ?Decode@H245_H223Capability@@UAEHAAVPASN_Stream@@@Z @6694 NONAME ?Decode@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UAEHAAVPASN_Stream@@@Z @6695 NONAME ?Decode@H245_H223Capability_mobileMultilinkFrameCapability@@UAEHAAVPASN_Stream@@@Z @12136 NONAME ?Decode@H245_H223Capability_mobileOperationTransmitCapability@@UAEHAAVPASN_Stream@@@Z @6696 NONAME ?Decode@H245_H223LogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @6697 NONAME ?Decode@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UAEHAAVPASN_Stream@@@Z @6698 NONAME ?Decode@H245_H223ModeParameters@@UAEHAAVPASN_Stream@@@Z @6699 NONAME ?Decode@H245_H223ModeParameters_adaptationLayerType_al3@@UAEHAAVPASN_Stream@@@Z @6700 NONAME ?Decode@H245_H223SkewIndication@@UAEHAAVPASN_Stream@@@Z @6701 NONAME ?Decode@H245_H2250Capability@@UAEHAAVPASN_Stream@@@Z @6702 NONAME ?Decode@H245_H2250Capability_mcCapability@@UAEHAAVPASN_Stream@@@Z @6703 NONAME ?Decode@H245_H2250LogicalChannelAckParameters@@UAEHAAVPASN_Stream@@@Z @6704 NONAME ?Decode@H245_H2250LogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @6705 NONAME ?Decode@H245_H2250MaximumSkewIndication@@UAEHAAVPASN_Stream@@@Z @6706 NONAME ?Decode@H245_H2250ModeParameters@@UAEHAAVPASN_Stream@@@Z @6707 NONAME ?Decode@H245_H235Media@@UAEHAAVPASN_Stream@@@Z @6708 NONAME ?Decode@H245_H235Mode@@UAEHAAVPASN_Stream@@@Z @6709 NONAME ?Decode@H245_H235SecurityCapability@@UAEHAAVPASN_Stream@@@Z @6710 NONAME ?Decode@H245_H261VideoCapability@@UAEHAAVPASN_Stream@@@Z @6711 NONAME ?Decode@H245_H261VideoMode@@UAEHAAVPASN_Stream@@@Z @6712 NONAME ?Decode@H245_H262VideoCapability@@UAEHAAVPASN_Stream@@@Z @6713 NONAME ?Decode@H245_H262VideoMode@@UAEHAAVPASN_Stream@@@Z @6714 NONAME ?Decode@H245_H263ModeComboFlags@@UAEHAAVPASN_Stream@@@Z @6715 NONAME ?Decode@H245_H263Options@@UAEHAAVPASN_Stream@@@Z @6716 NONAME ?Decode@H245_H263Version3Options@@UAEHAAVPASN_Stream@@@Z @12137 NONAME ?Decode@H245_H263VideoCapability@@UAEHAAVPASN_Stream@@@Z @6717 NONAME ?Decode@H245_H263VideoMode@@UAEHAAVPASN_Stream@@@Z @6718 NONAME ?Decode@H245_H263VideoModeCombos@@UAEHAAVPASN_Stream@@@Z @6719 NONAME ?Decode@H245_IntegrityCapability@@UAEHAAVPASN_Stream@@@Z @6720 NONAME ?Decode@H245_IS11172AudioCapability@@UAEHAAVPASN_Stream@@@Z @6721 NONAME ?Decode@H245_IS11172AudioMode@@UAEHAAVPASN_Stream@@@Z @6722 NONAME ?Decode@H245_IS11172VideoCapability@@UAEHAAVPASN_Stream@@@Z @6723 NONAME ?Decode@H245_IS11172VideoMode@@UAEHAAVPASN_Stream@@@Z @6724 NONAME ?Decode@H245_IS13818AudioCapability@@UAEHAAVPASN_Stream@@@Z @6725 NONAME ?Decode@H245_IS13818AudioMode@@UAEHAAVPASN_Stream@@@Z @6726 NONAME ?Decode@H245_JitterIndication@@UAEHAAVPASN_Stream@@@Z @6727 NONAME ?Decode@H245_KeyProtectionMethod@@UAEHAAVPASN_Stream@@@Z @6728 NONAME ?Decode@H245_LogicalChannelRateAcknowledge@@UAEHAAVPASN_Stream@@@Z @12138 NONAME ?Decode@H245_LogicalChannelRateReject@@UAEHAAVPASN_Stream@@@Z @12139 NONAME ?Decode@H245_LogicalChannelRateRelease@@UAEHAAVPASN_Stream@@@Z @12140 NONAME ?Decode@H245_LogicalChannelRateRequest@@UAEHAAVPASN_Stream@@@Z @12141 NONAME ?Decode@H245_MaintenanceLoopAck@@UAEHAAVPASN_Stream@@@Z @6729 NONAME ?Decode@H245_MaintenanceLoopOffCommand@@UAEHAAVPASN_Stream@@@Z @6730 NONAME ?Decode@H245_MaintenanceLoopReject@@UAEHAAVPASN_Stream@@@Z @6731 NONAME ?Decode@H245_MaintenanceLoopRequest@@UAEHAAVPASN_Stream@@@Z @6732 NONAME ?Decode@H245_MasterSlaveDetermination@@UAEHAAVPASN_Stream@@@Z @6733 NONAME ?Decode@H245_MasterSlaveDeterminationAck@@UAEHAAVPASN_Stream@@@Z @6734 NONAME ?Decode@H245_MasterSlaveDeterminationReject@@UAEHAAVPASN_Stream@@@Z @6735 NONAME ?Decode@H245_MasterSlaveDeterminationRelease@@UAEHAAVPASN_Stream@@@Z @6736 NONAME ?Decode@H245_MCLocationIndication@@UAEHAAVPASN_Stream@@@Z @6737 NONAME ?Decode@H245_MediaChannelCapability@@UAEHAAVPASN_Stream@@@Z @6738 NONAME ?Decode@H245_MediaDistributionCapability@@UAEHAAVPASN_Stream@@@Z @6739 NONAME ?Decode@H245_MediaPacketizationCapability@@UAEHAAVPASN_Stream@@@Z @6740 NONAME ?Decode@H245_MediaTransportType_atm_AAL5_compressed@@UAEHAAVPASN_Stream@@@Z @12142 NONAME ?Decode@H245_MiscellaneousCommand@@UAEHAAVPASN_Stream@@@Z @6741 NONAME ?Decode@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UAEHAAVPASN_Stream@@@Z @33173 NONAME ?Decode@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UAEHAAVPASN_Stream@@@Z @33174 NONAME ?Decode@H245_MiscellaneousCommand_type_lostPartialPicture@@UAEHAAVPASN_Stream@@@Z @12143 NONAME ?Decode@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UAEHAAVPASN_Stream@@@Z @6742 NONAME ?Decode@H245_MiscellaneousCommand_type_videoBadMBs@@UAEHAAVPASN_Stream@@@Z @12144 NONAME ?Decode@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UAEHAAVPASN_Stream@@@Z @6743 NONAME ?Decode@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UAEHAAVPASN_Stream@@@Z @6744 NONAME ?Decode@H245_MiscellaneousIndication@@UAEHAAVPASN_Stream@@@Z @6745 NONAME ?Decode@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UAEHAAVPASN_Stream@@@Z @6746 NONAME ?Decode@H245_MobileMultilinkReconfigurationCommand@@UAEHAAVPASN_Stream@@@Z @12145 NONAME ?Decode@H245_MobileMultilinkReconfigurationIndication@@UAEHAAVPASN_Stream@@@Z @12146 NONAME ?Decode@H245_ModeElement@@UAEHAAVPASN_Stream@@@Z @6747 NONAME ?Decode@H245_MulticastAddress_iP6Address@@UAEHAAVPASN_Stream@@@Z @6748 NONAME ?Decode@H245_MulticastAddress_iPAddress@@UAEHAAVPASN_Stream@@@Z @6749 NONAME ?Decode@H245_MultilinkIndication_crcDesired@@UAEHAAVPASN_Stream@@@Z @12147 NONAME ?Decode@H245_MultilinkIndication_excessiveError@@UAEHAAVPASN_Stream@@@Z @12148 NONAME ?Decode@H245_MultilinkRequest_addConnection@@UAEHAAVPASN_Stream@@@Z @12149 NONAME ?Decode@H245_MultilinkRequest_callInformation@@UAEHAAVPASN_Stream@@@Z @12150 NONAME ?Decode@H245_MultilinkRequest_maximumHeaderInterval@@UAEHAAVPASN_Stream@@@Z @12151 NONAME ?Decode@H245_MultilinkRequest_removeConnection@@UAEHAAVPASN_Stream@@@Z @12152 NONAME ?Decode@H245_MultilinkResponse_addConnection@@UAEHAAVPASN_Stream@@@Z @12153 NONAME ?Decode@H245_MultilinkResponse_callInformation@@UAEHAAVPASN_Stream@@@Z @12154 NONAME ?Decode@H245_MultilinkResponse_maximumHeaderInterval@@UAEHAAVPASN_Stream@@@Z @12155 NONAME ?Decode@H245_MultilinkResponse_removeConnection@@UAEHAAVPASN_Stream@@@Z @12156 NONAME ?Decode@H245_MultiplePayloadStream@@UAEHAAVPASN_Stream@@@Z @19351 NONAME ?Decode@H245_MultiplePayloadStreamCapability@@UAEHAAVPASN_Stream@@@Z @19352 NONAME ?Decode@H245_MultiplePayloadStreamElement@@UAEHAAVPASN_Stream@@@Z @19353 NONAME ?Decode@H245_MultiplePayloadStreamElementMode@@UAEHAAVPASN_Stream@@@Z @19354 NONAME ?Decode@H245_MultiplePayloadStreamMode@@UAEHAAVPASN_Stream@@@Z @19355 NONAME ?Decode@H245_MultiplexedStreamCapability@@UAEHAAVPASN_Stream@@@Z @12157 NONAME ?Decode@H245_MultiplexedStreamModeParameters@@UAEHAAVPASN_Stream@@@Z @12158 NONAME ?Decode@H245_MultiplexedStreamParameter@@UAEHAAVPASN_Stream@@@Z @12159 NONAME ?Decode@H245_MultiplexElement@@UAEHAAVPASN_Stream@@@Z @6750 NONAME ?Decode@H245_MultiplexEntryDescriptor@@UAEHAAVPASN_Stream@@@Z @6751 NONAME ?Decode@H245_MultiplexEntryRejectionDescriptions@@UAEHAAVPASN_Stream@@@Z @6752 NONAME ?Decode@H245_MultiplexEntrySend@@UAEHAAVPASN_Stream@@@Z @6753 NONAME ?Decode@H245_MultiplexEntrySendAck@@UAEHAAVPASN_Stream@@@Z @6754 NONAME ?Decode@H245_MultiplexEntrySendReject@@UAEHAAVPASN_Stream@@@Z @6755 NONAME ?Decode@H245_MultiplexEntrySendRelease@@UAEHAAVPASN_Stream@@@Z @6756 NONAME ?Decode@H245_MultipointCapability@@UAEHAAVPASN_Stream@@@Z @6757 NONAME ?Decode@H245_NetworkAccessParameters@@UAEHAAVPASN_Stream@@@Z @6758 NONAME ?Decode@H245_NewATMVCCommand@@UAEHAAVPASN_Stream@@@Z @12160 NONAME ?Decode@H245_NewATMVCCommand_aal_aal1@@UAEHAAVPASN_Stream@@@Z @12161 NONAME ?Decode@H245_NewATMVCCommand_aal_aal5@@UAEHAAVPASN_Stream@@@Z @12162 NONAME ?Decode@H245_NewATMVCCommand_reverseParameters@@UAEHAAVPASN_Stream@@@Z @12163 NONAME ?Decode@H245_NewATMVCIndication@@UAEHAAVPASN_Stream@@@Z @6759 NONAME ?Decode@H245_NewATMVCIndication_aal_aal1@@UAEHAAVPASN_Stream@@@Z @6760 NONAME ?Decode@H245_NewATMVCIndication_aal_aal5@@UAEHAAVPASN_Stream@@@Z @6761 NONAME ?Decode@H245_NewATMVCIndication_reverseParameters@@UAEHAAVPASN_Stream@@@Z @6762 NONAME ?Decode@H245_NonStandardIdentifier_h221NonStandard@@UAEHAAVPASN_Stream@@@Z @6763 NONAME ?Decode@H245_NonStandardMessage@@UAEHAAVPASN_Stream@@@Z @6764 NONAME ?Decode@H245_NonStandardParameter@@UAEHAAVPASN_Stream@@@Z @6765 NONAME ?Decode@H245_NoPTAudioTelephonyEventCapability@@UAEHAAVPASN_Stream@@@Z @19356 NONAME ?Decode@H245_NoPTAudioToneCapability@@UAEHAAVPASN_Stream@@@Z @19357 NONAME ?Decode@H245_OpenLogicalChannel@@UAEHAAVPASN_Stream@@@Z @6766 NONAME ?Decode@H245_OpenLogicalChannelAck@@UAEHAAVPASN_Stream@@@Z @6767 NONAME ?Decode@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @6768 NONAME ?Decode@H245_OpenLogicalChannelConfirm@@UAEHAAVPASN_Stream@@@Z @6769 NONAME ?Decode@H245_OpenLogicalChannelReject@@UAEHAAVPASN_Stream@@@Z @6770 NONAME ?Decode@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @6771 NONAME ?Decode@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @6772 NONAME ?Decode@H245_Params@@UAEHAAVPASN_Stream@@@Z @33175 NONAME ?Decode@H245_Q2931Address@@UAEHAAVPASN_Stream@@@Z @6773 NONAME ?Decode@H245_QOSCapability@@UAEHAAVPASN_Stream@@@Z @6774 NONAME ?Decode@H245_RedundancyEncoding@@UAEHAAVPASN_Stream@@@Z @6775 NONAME ?Decode@H245_RedundancyEncodingCapability@@UAEHAAVPASN_Stream@@@Z @6776 NONAME ?Decode@H245_RedundancyEncodingDTMode@@UAEHAAVPASN_Stream@@@Z @19358 NONAME ?Decode@H245_RedundancyEncodingDTModeElement@@UAEHAAVPASN_Stream@@@Z @19359 NONAME ?Decode@H245_RedundancyEncodingElement@@UAEHAAVPASN_Stream@@@Z @19360 NONAME ?Decode@H245_RedundancyEncodingMode@@UAEHAAVPASN_Stream@@@Z @6777 NONAME ?Decode@H245_RedundancyEncoding_rtpRedundancyEncoding@@UAEHAAVPASN_Stream@@@Z @19361 NONAME ?Decode@H245_RefPictureSelection@@UAEHAAVPASN_Stream@@@Z @6778 NONAME ?Decode@H245_RefPictureSelection_additionalPictureMemory@@UAEHAAVPASN_Stream@@@Z @6779 NONAME ?Decode@H245_RefPictureSelection_enhancedReferencePicSelect@@UAEHAAVPASN_Stream@@@Z @12164 NONAME ?Decode@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UAEHAAVPASN_Stream@@@Z @12165 NONAME ?Decode@H245_RequestAllTerminalIDsResponse@@UAEHAAVPASN_Stream@@@Z @6780 NONAME ?Decode@H245_RequestChannelClose@@UAEHAAVPASN_Stream@@@Z @6781 NONAME ?Decode@H245_RequestChannelCloseAck@@UAEHAAVPASN_Stream@@@Z @6782 NONAME ?Decode@H245_RequestChannelCloseReject@@UAEHAAVPASN_Stream@@@Z @6783 NONAME ?Decode@H245_RequestChannelCloseRelease@@UAEHAAVPASN_Stream@@@Z @6784 NONAME ?Decode@H245_RequestMode@@UAEHAAVPASN_Stream@@@Z @6785 NONAME ?Decode@H245_RequestModeAck@@UAEHAAVPASN_Stream@@@Z @6786 NONAME ?Decode@H245_RequestModeReject@@UAEHAAVPASN_Stream@@@Z @6787 NONAME ?Decode@H245_RequestModeRelease@@UAEHAAVPASN_Stream@@@Z @6788 NONAME ?Decode@H245_RequestMultiplexEntry@@UAEHAAVPASN_Stream@@@Z @6789 NONAME ?Decode@H245_RequestMultiplexEntryAck@@UAEHAAVPASN_Stream@@@Z @6790 NONAME ?Decode@H245_RequestMultiplexEntryReject@@UAEHAAVPASN_Stream@@@Z @6791 NONAME ?Decode@H245_RequestMultiplexEntryRejectionDescriptions@@UAEHAAVPASN_Stream@@@Z @6792 NONAME ?Decode@H245_RequestMultiplexEntryRelease@@UAEHAAVPASN_Stream@@@Z @6793 NONAME ?Decode@H245_RoundTripDelayRequest@@UAEHAAVPASN_Stream@@@Z @6794 NONAME ?Decode@H245_RoundTripDelayResponse@@UAEHAAVPASN_Stream@@@Z @6795 NONAME ?Decode@H245_RSVPParameters@@UAEHAAVPASN_Stream@@@Z @6796 NONAME ?Decode@H245_RTPH263VideoRedundancyEncoding@@UAEHAAVPASN_Stream@@@Z @6797 NONAME ?Decode@H245_RTPH263VideoRedundancyFrameMapping@@UAEHAAVPASN_Stream@@@Z @6798 NONAME ?Decode@H245_RTPPayloadType@@UAEHAAVPASN_Stream@@@Z @6799 NONAME ?Decode@H245_SendTerminalCapabilitySet_specificRequest@@UAEHAAVPASN_Stream@@@Z @6800 NONAME ?Decode@H245_SubstituteConferenceIDCommand@@UAEHAAVPASN_Stream@@@Z @6801 NONAME ?Decode@H245_T38FaxProfile@@UAEHAAVPASN_Stream@@@Z @12166 NONAME ?Decode@H245_T38FaxTcpOptions@@UAEHAAVPASN_Stream@@@Z @12167 NONAME ?Decode@H245_T38FaxUdpOptions@@UAEHAAVPASN_Stream@@@Z @12168 NONAME ?Decode@H245_T84Profile_t84Restricted@@UAEHAAVPASN_Stream@@@Z @6802 NONAME ?Decode@H245_TerminalCapabilitySet@@UAEHAAVPASN_Stream@@@Z @6803 NONAME ?Decode@H245_TerminalCapabilitySetAck@@UAEHAAVPASN_Stream@@@Z @6804 NONAME ?Decode@H245_TerminalCapabilitySetReject@@UAEHAAVPASN_Stream@@@Z @6805 NONAME ?Decode@H245_TerminalCapabilitySetRelease@@UAEHAAVPASN_Stream@@@Z @6806 NONAME ?Decode@H245_TerminalInformation@@UAEHAAVPASN_Stream@@@Z @6807 NONAME ?Decode@H245_TerminalLabel@@UAEHAAVPASN_Stream@@@Z @6808 NONAME ?Decode@H245_TerminalYouAreSeeingInSubPictureNumber@@UAEHAAVPASN_Stream@@@Z @6809 NONAME ?Decode@H245_TransparencyParameters@@UAEHAAVPASN_Stream@@@Z @6810 NONAME ?Decode@H245_TransportCapability@@UAEHAAVPASN_Stream@@@Z @6811 NONAME ?Decode@H245_UnicastAddress_iP6Address@@UAEHAAVPASN_Stream@@@Z @6812 NONAME ?Decode@H245_UnicastAddress_iPAddress@@UAEHAAVPASN_Stream@@@Z @6813 NONAME ?Decode@H245_UnicastAddress_iPSourceRouteAddress@@UAEHAAVPASN_Stream@@@Z @6814 NONAME ?Decode@H245_UnicastAddress_iPXAddress@@UAEHAAVPASN_Stream@@@Z @6815 NONAME ?Decode@H245_UserInputIndication_encryptedAlphanumeric@@UAEHAAVPASN_Stream@@@Z @33176 NONAME ?Decode@H245_UserInputIndication_extendedAlphanumeric@@UAEHAAVPASN_Stream@@@Z @12169 NONAME ?Decode@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UAEHAAVPASN_Stream@@@Z @33177 NONAME ?Decode@H245_UserInputIndication_signal@@UAEHAAVPASN_Stream@@@Z @6816 NONAME ?Decode@H245_UserInputIndication_signalUpdate@@UAEHAAVPASN_Stream@@@Z @6817 NONAME ?Decode@H245_UserInputIndication_signalUpdate_rtp@@UAEHAAVPASN_Stream@@@Z @6818 NONAME ?Decode@H245_UserInputIndication_signal_rtp@@UAEHAAVPASN_Stream@@@Z @6819 NONAME ?Decode@H245_V42bis@@UAEHAAVPASN_Stream@@@Z @6820 NONAME ?Decode@H245_V75Capability@@UAEHAAVPASN_Stream@@@Z @6821 NONAME ?Decode@H245_V75Parameters@@UAEHAAVPASN_Stream@@@Z @6822 NONAME ?Decode@H245_V76Capability@@UAEHAAVPASN_Stream@@@Z @6823 NONAME ?Decode@H245_V76HDLCParameters@@UAEHAAVPASN_Stream@@@Z @6824 NONAME ?Decode@H245_V76LogicalChannelParameters@@UAEHAAVPASN_Stream@@@Z @6825 NONAME ?Decode@H245_V76LogicalChannelParameters_mode_eRM@@UAEHAAVPASN_Stream@@@Z @6826 NONAME ?Decode@H245_VBDCapability@@UAEHAAVPASN_Stream@@@Z @19362 NONAME ?Decode@H245_VBDMode@@UAEHAAVPASN_Stream@@@Z @19363 NONAME ?Decode@H245_VCCapability@@UAEHAAVPASN_Stream@@@Z @6827 NONAME ?Decode@H245_VCCapability_aal1@@UAEHAAVPASN_Stream@@@Z @6828 NONAME ?Decode@H245_VCCapability_aal1ViaGateway@@UAEHAAVPASN_Stream@@@Z @12170 NONAME ?Decode@H245_VCCapability_aal5@@UAEHAAVPASN_Stream@@@Z @6829 NONAME ?Decode@H245_VCCapability_availableBitRates@@UAEHAAVPASN_Stream@@@Z @6830 NONAME ?Decode@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UAEHAAVPASN_Stream@@@Z @6831 NONAME ?Decode@H245_VendorIdentification@@UAEHAAVPASN_Stream@@@Z @6832 NONAME ?Decode@H245_VideoIndicateCompose@@UAEHAAVPASN_Stream@@@Z @6833 NONAME ?Decode@H248_ActionReply@@UAEHAAVPASN_Stream@@@Z @16225 NONAME ?Decode@H248_ActionRequest@@UAEHAAVPASN_Stream@@@Z @16226 NONAME ?Decode@H248_AmmRequest@@UAEHAAVPASN_Stream@@@Z @16227 NONAME ?Decode@H248_AmmsReply@@UAEHAAVPASN_Stream@@@Z @16228 NONAME ?Decode@H248_AuditDescriptor@@UAEHAAVPASN_Stream@@@Z @16229 NONAME ?Decode@H248_AuditRequest@@UAEHAAVPASN_Stream@@@Z @16230 NONAME ?Decode@H248_AuditResult@@UAEHAAVPASN_Stream@@@Z @16231 NONAME ?Decode@H248_AuthenticationHeader@@UAEHAAVPASN_Stream@@@Z @16232 NONAME ?Decode@H248_CommandRequest@@UAEHAAVPASN_Stream@@@Z @16233 NONAME ?Decode@H248_ContextAttrAuditRequest@@UAEHAAVPASN_Stream@@@Z @16234 NONAME ?Decode@H248_ContextRequest@@UAEHAAVPASN_Stream@@@Z @16235 NONAME ?Decode@H248_DigitMapDescriptor@@UAEHAAVPASN_Stream@@@Z @16236 NONAME ?Decode@H248_DigitMapValue@@UAEHAAVPASN_Stream@@@Z @16237 NONAME ?Decode@H248_DomainName@@UAEHAAVPASN_Stream@@@Z @16238 NONAME ?Decode@H248_ErrorDescriptor@@UAEHAAVPASN_Stream@@@Z @16239 NONAME ?Decode@H248_EventParameter@@UAEHAAVPASN_Stream@@@Z @16240 NONAME ?Decode@H248_EventsDescriptor@@UAEHAAVPASN_Stream@@@Z @16241 NONAME ?Decode@H248_EventSpec@@UAEHAAVPASN_Stream@@@Z @16242 NONAME ?Decode@H248_H221NonStandard@@UAEHAAVPASN_Stream@@@Z @16243 NONAME ?Decode@H248_IndAudDigitMapDescriptor@@UAEHAAVPASN_Stream@@@Z @16244 NONAME ?Decode@H248_IndAudEventBufferDescriptor@@UAEHAAVPASN_Stream@@@Z @16245 NONAME ?Decode@H248_IndAudEventsDescriptor@@UAEHAAVPASN_Stream@@@Z @16246 NONAME ?Decode@H248_IndAudLocalControlDescriptor@@UAEHAAVPASN_Stream@@@Z @16247 NONAME ?Decode@H248_IndAudLocalRemoteDescriptor@@UAEHAAVPASN_Stream@@@Z @16248 NONAME ?Decode@H248_IndAudMediaDescriptor@@UAEHAAVPASN_Stream@@@Z @16249 NONAME ?Decode@H248_IndAudPackagesDescriptor@@UAEHAAVPASN_Stream@@@Z @16250 NONAME ?Decode@H248_IndAudPropertyParm@@UAEHAAVPASN_Stream@@@Z @16251 NONAME ?Decode@H248_IndAudSeqSigList@@UAEHAAVPASN_Stream@@@Z @16252 NONAME ?Decode@H248_IndAudSignal@@UAEHAAVPASN_Stream@@@Z @16253 NONAME ?Decode@H248_IndAudStatisticsDescriptor@@UAEHAAVPASN_Stream@@@Z @16254 NONAME ?Decode@H248_IndAudStreamDescriptor@@UAEHAAVPASN_Stream@@@Z @16255 NONAME ?Decode@H248_IndAudStreamParms@@UAEHAAVPASN_Stream@@@Z @16256 NONAME ?Decode@H248_IndAudTerminationStateDescriptor@@UAEHAAVPASN_Stream@@@Z @16257 NONAME ?Decode@H248_IP4Address@@UAEHAAVPASN_Stream@@@Z @16258 NONAME ?Decode@H248_IP6Address@@UAEHAAVPASN_Stream@@@Z @16259 NONAME ?Decode@H248_LocalControlDescriptor@@UAEHAAVPASN_Stream@@@Z @16260 NONAME ?Decode@H248_LocalRemoteDescriptor@@UAEHAAVPASN_Stream@@@Z @16261 NONAME ?Decode@H248_MediaDescriptor@@UAEHAAVPASN_Stream@@@Z @16262 NONAME ?Decode@H248_MegacoMessage@@UAEHAAVPASN_Stream@@@Z @16263 NONAME ?Decode@H248_Message@@UAEHAAVPASN_Stream@@@Z @16264 NONAME ?Decode@H248_ModemDescriptor@@UAEHAAVPASN_Stream@@@Z @16265 NONAME ?Decode@H248_MuxDescriptor@@UAEHAAVPASN_Stream@@@Z @16266 NONAME ?Decode@H248_NonStandardData@@UAEHAAVPASN_Stream@@@Z @16267 NONAME ?Decode@H248_NotifyReply@@UAEHAAVPASN_Stream@@@Z @16268 NONAME ?Decode@H248_NotifyRequest@@UAEHAAVPASN_Stream@@@Z @16269 NONAME ?Decode@H248_ObservedEvent@@UAEHAAVPASN_Stream@@@Z @16270 NONAME ?Decode@H248_ObservedEventsDescriptor@@UAEHAAVPASN_Stream@@@Z @16271 NONAME ?Decode@H248_PackagesItem@@UAEHAAVPASN_Stream@@@Z @16272 NONAME ?Decode@H248_PropertyParm@@UAEHAAVPASN_Stream@@@Z @16273 NONAME ?Decode@H248_RequestedActions@@UAEHAAVPASN_Stream@@@Z @16274 NONAME ?Decode@H248_RequestedEvent@@UAEHAAVPASN_Stream@@@Z @16275 NONAME ?Decode@H248_SecondEventsDescriptor@@UAEHAAVPASN_Stream@@@Z @16276 NONAME ?Decode@H248_SecondRequestedActions@@UAEHAAVPASN_Stream@@@Z @16277 NONAME ?Decode@H248_SecondRequestedEvent@@UAEHAAVPASN_Stream@@@Z @16278 NONAME ?Decode@H248_SeqSigList@@UAEHAAVPASN_Stream@@@Z @16279 NONAME ?Decode@H248_ServiceChangeParm@@UAEHAAVPASN_Stream@@@Z @16280 NONAME ?Decode@H248_ServiceChangeProfile@@UAEHAAVPASN_Stream@@@Z @16281 NONAME ?Decode@H248_ServiceChangeReply@@UAEHAAVPASN_Stream@@@Z @16282 NONAME ?Decode@H248_ServiceChangeRequest@@UAEHAAVPASN_Stream@@@Z @16283 NONAME ?Decode@H248_ServiceChangeResParm@@UAEHAAVPASN_Stream@@@Z @16284 NONAME ?Decode@H248_Signal@@UAEHAAVPASN_Stream@@@Z @16285 NONAME ?Decode@H248_SigParameter@@UAEHAAVPASN_Stream@@@Z @16286 NONAME ?Decode@H248_StatisticsParameter@@UAEHAAVPASN_Stream@@@Z @16287 NONAME ?Decode@H248_StreamDescriptor@@UAEHAAVPASN_Stream@@@Z @16288 NONAME ?Decode@H248_StreamParms@@UAEHAAVPASN_Stream@@@Z @16289 NONAME ?Decode@H248_SubtractRequest@@UAEHAAVPASN_Stream@@@Z @16290 NONAME ?Decode@H248_TerminationID@@UAEHAAVPASN_Stream@@@Z @16291 NONAME ?Decode@H248_TerminationStateDescriptor@@UAEHAAVPASN_Stream@@@Z @16292 NONAME ?Decode@H248_TimeNotation@@UAEHAAVPASN_Stream@@@Z @16293 NONAME ?Decode@H248_TopologyRequest@@UAEHAAVPASN_Stream@@@Z @16294 NONAME ?Decode@H248_TransactionAck@@UAEHAAVPASN_Stream@@@Z @16295 NONAME ?Decode@H248_TransactionPending@@UAEHAAVPASN_Stream@@@Z @16296 NONAME ?Decode@H248_TransactionReply@@UAEHAAVPASN_Stream@@@Z @16297 NONAME ?Decode@H248_TransactionRequest@@UAEHAAVPASN_Stream@@@Z @16298 NONAME ?Decode@H323StreamedPluginAudioCodec@@UBEFH@Z @30697 NONAME ?Decode@H323_ALawCodec@@UBEFH@Z @6834 NONAME ?Decode@H323_muLawCodec@@UBEFH@Z @6835 NONAME ?Decode@H45010_CfbOvrOptArg@@UAEHAAVPASN_Stream@@@Z @10798 NONAME ?Decode@H45010_CoReqOptArg@@UAEHAAVPASN_Stream@@@Z @10799 NONAME ?Decode@H45010_RUAlertOptArg@@UAEHAAVPASN_Stream@@@Z @10800 NONAME ?Decode@H45011_CIFrcRelArg@@UAEHAAVPASN_Stream@@@Z @10801 NONAME ?Decode@H45011_CIFrcRelOptRes@@UAEHAAVPASN_Stream@@@Z @10802 NONAME ?Decode@H45011_CIGetCIPLOptArg@@UAEHAAVPASN_Stream@@@Z @10803 NONAME ?Decode@H45011_CIGetCIPLRes@@UAEHAAVPASN_Stream@@@Z @10804 NONAME ?Decode@H45011_CIIsOptArg@@UAEHAAVPASN_Stream@@@Z @10805 NONAME ?Decode@H45011_CIIsOptRes@@UAEHAAVPASN_Stream@@@Z @10806 NONAME ?Decode@H45011_CINotificationArg@@UAEHAAVPASN_Stream@@@Z @10807 NONAME ?Decode@H45011_CIRequestArg@@UAEHAAVPASN_Stream@@@Z @10808 NONAME ?Decode@H45011_CIRequestRes@@UAEHAAVPASN_Stream@@@Z @10809 NONAME ?Decode@H45011_CISilentArg@@UAEHAAVPASN_Stream@@@Z @10810 NONAME ?Decode@H45011_CISilentOptRes@@UAEHAAVPASN_Stream@@@Z @10811 NONAME ?Decode@H45011_CIWobOptArg@@UAEHAAVPASN_Stream@@@Z @10812 NONAME ?Decode@H45011_CIWobOptRes@@UAEHAAVPASN_Stream@@@Z @10813 NONAME ?Decode@H4501_Address@@UAEHAAVPASN_Stream@@@Z @10095 NONAME ?Decode@H4501_AddressScreened@@UAEHAAVPASN_Stream@@@Z @10096 NONAME ?Decode@H4501_EndpointAddress@@UAEHAAVPASN_Stream@@@Z @10097 NONAME ?Decode@H4501_Extension@@UAEHAAVPASN_Stream@@@Z @10098 NONAME ?Decode@H4501_NetworkFacilityExtension@@UAEHAAVPASN_Stream@@@Z @10099 NONAME ?Decode@H4501_NumberScreened@@UAEHAAVPASN_Stream@@@Z @10100 NONAME ?Decode@H4501_SupplementaryService@@UAEHAAVPASN_Stream@@@Z @10101 NONAME ?Decode@H4501_UserSpecifiedSubaddress@@UAEHAAVPASN_Stream@@@Z @10102 NONAME ?Decode@H4502_CTActiveArg@@UAEHAAVPASN_Stream@@@Z @10103 NONAME ?Decode@H4502_CTCompleteArg@@UAEHAAVPASN_Stream@@@Z @10104 NONAME ?Decode@H4502_CTIdentifyRes@@UAEHAAVPASN_Stream@@@Z @10105 NONAME ?Decode@H4502_CTInitiateArg@@UAEHAAVPASN_Stream@@@Z @10106 NONAME ?Decode@H4502_CTSetupArg@@UAEHAAVPASN_Stream@@@Z @10107 NONAME ?Decode@H4502_CTUpdateArg@@UAEHAAVPASN_Stream@@@Z @10108 NONAME ?Decode@H4502_SubaddressTransferArg@@UAEHAAVPASN_Stream@@@Z @10109 NONAME ?Decode@H4503_IntResult@@UAEHAAVPASN_Stream@@@Z @10335 NONAME ?Decode@H4504_Extension@@UAEHAAVPASN_Stream@@@Z @10247 NONAME ?Decode@H4504_HoldNotificArg@@UAEHAAVPASN_Stream@@@Z @10248 NONAME ?Decode@H4504_RemoteHoldArg@@UAEHAAVPASN_Stream@@@Z @10249 NONAME ?Decode@H4504_RemoteHoldRes@@UAEHAAVPASN_Stream@@@Z @10250 NONAME ?Decode@H4504_RemoteRetrieveArg@@UAEHAAVPASN_Stream@@@Z @10251 NONAME ?Decode@H4504_RemoteRetrieveRes@@UAEHAAVPASN_Stream@@@Z @10252 NONAME ?Decode@H4504_RetrieveNotificArg@@UAEHAAVPASN_Stream@@@Z @10253 NONAME ?Decode@H4505_CpickupNotifyArg@@UAEHAAVPASN_Stream@@@Z @10814 NONAME ?Decode@H4505_CpNotifyArg@@UAEHAAVPASN_Stream@@@Z @10815 NONAME ?Decode@H4505_CpRequestArg@@UAEHAAVPASN_Stream@@@Z @10816 NONAME ?Decode@H4505_CpRequestRes@@UAEHAAVPASN_Stream@@@Z @10817 NONAME ?Decode@H4505_CpSetupArg@@UAEHAAVPASN_Stream@@@Z @10818 NONAME ?Decode@H4505_CpSetupRes@@UAEHAAVPASN_Stream@@@Z @10819 NONAME ?Decode@H4505_GroupIndicationOffArg@@UAEHAAVPASN_Stream@@@Z @10820 NONAME ?Decode@H4505_GroupIndicationOffRes@@UAEHAAVPASN_Stream@@@Z @10821 NONAME ?Decode@H4505_GroupIndicationOnArg@@UAEHAAVPASN_Stream@@@Z @10822 NONAME ?Decode@H4505_GroupIndicationOnRes@@UAEHAAVPASN_Stream@@@Z @10823 NONAME ?Decode@H4505_PickExeArg@@UAEHAAVPASN_Stream@@@Z @10824 NONAME ?Decode@H4505_PickExeRes@@UAEHAAVPASN_Stream@@@Z @10825 NONAME ?Decode@H4505_PickrequArg@@UAEHAAVPASN_Stream@@@Z @10826 NONAME ?Decode@H4505_PickrequRes@@UAEHAAVPASN_Stream@@@Z @10827 NONAME ?Decode@H4505_PickupArg@@UAEHAAVPASN_Stream@@@Z @10828 NONAME ?Decode@H4505_PickupRes@@UAEHAAVPASN_Stream@@@Z @10829 NONAME ?Decode@H4506_CallWaitingArg@@UAEHAAVPASN_Stream@@@Z @10830 NONAME ?Decode@H4507_MWIActivateArg@@UAEHAAVPASN_Stream@@@Z @10831 NONAME ?Decode@H4507_MWIDeactivateArg@@UAEHAAVPASN_Stream@@@Z @10832 NONAME ?Decode@H4507_MWIInterrogateArg@@UAEHAAVPASN_Stream@@@Z @10833 NONAME ?Decode@H4507_MWIInterrogateResElt@@UAEHAAVPASN_Stream@@@Z @10834 NONAME ?Decode@H4509_CcLongArg@@UAEHAAVPASN_Stream@@@Z @10835 NONAME ?Decode@H4509_CcRequestArg@@UAEHAAVPASN_Stream@@@Z @10836 NONAME ?Decode@H4509_CcRequestRes@@UAEHAAVPASN_Stream@@@Z @10837 NONAME ?Decode@H4509_CcShortArg@@UAEHAAVPASN_Stream@@@Z @10838 NONAME ?Decode@H501_AccessConfirmation@@UAEHAAVPASN_Stream@@@Z @17520 NONAME ?Decode@H501_AccessRejection@@UAEHAAVPASN_Stream@@@Z @17521 NONAME ?Decode@H501_AccessRequest@@UAEHAAVPASN_Stream@@@Z @17522 NONAME ?Decode@H501_AddressTemplate@@UAEHAAVPASN_Stream@@@Z @17523 NONAME ?Decode@H501_AlternatePE@@UAEHAAVPASN_Stream@@@Z @17524 NONAME ?Decode@H501_AlternatePEInfo@@UAEHAAVPASN_Stream@@@Z @17525 NONAME ?Decode@H501_AuthenticationConfirmation@@UAEHAAVPASN_Stream@@@Z @17526 NONAME ?Decode@H501_AuthenticationRejection@@UAEHAAVPASN_Stream@@@Z @17527 NONAME ?Decode@H501_AuthenticationRequest@@UAEHAAVPASN_Stream@@@Z @17528 NONAME ?Decode@H501_CallInformation@@UAEHAAVPASN_Stream@@@Z @17529 NONAME ?Decode@H501_ContactInformation@@UAEHAAVPASN_Stream@@@Z @17530 NONAME ?Decode@H501_Descriptor@@UAEHAAVPASN_Stream@@@Z @17531 NONAME ?Decode@H501_DescriptorConfirmation@@UAEHAAVPASN_Stream@@@Z @17532 NONAME ?Decode@H501_DescriptorIDConfirmation@@UAEHAAVPASN_Stream@@@Z @17533 NONAME ?Decode@H501_DescriptorIDRejection@@UAEHAAVPASN_Stream@@@Z @17534 NONAME ?Decode@H501_DescriptorIDRequest@@UAEHAAVPASN_Stream@@@Z @17535 NONAME ?Decode@H501_DescriptorInfo@@UAEHAAVPASN_Stream@@@Z @17536 NONAME ?Decode@H501_DescriptorRejection@@UAEHAAVPASN_Stream@@@Z @17537 NONAME ?Decode@H501_DescriptorRequest@@UAEHAAVPASN_Stream@@@Z @17538 NONAME ?Decode@H501_DescriptorUpdate@@UAEHAAVPASN_Stream@@@Z @17539 NONAME ?Decode@H501_DescriptorUpdateAck@@UAEHAAVPASN_Stream@@@Z @17540 NONAME ?Decode@H501_Message@@UAEHAAVPASN_Stream@@@Z @17541 NONAME ?Decode@H501_MessageCommonInfo@@UAEHAAVPASN_Stream@@@Z @17542 NONAME ?Decode@H501_NonStandardConfirmation@@UAEHAAVPASN_Stream@@@Z @17543 NONAME ?Decode@H501_NonStandardRejection@@UAEHAAVPASN_Stream@@@Z @17544 NONAME ?Decode@H501_NonStandardRequest@@UAEHAAVPASN_Stream@@@Z @17545 NONAME ?Decode@H501_PartyInformation@@UAEHAAVPASN_Stream@@@Z @17546 NONAME ?Decode@H501_Pattern_range@@UAEHAAVPASN_Stream@@@Z @17547 NONAME ?Decode@H501_PriceElement@@UAEHAAVPASN_Stream@@@Z @17548 NONAME ?Decode@H501_PriceInfoSpec@@UAEHAAVPASN_Stream@@@Z @17549 NONAME ?Decode@H501_RequestInProgress@@UAEHAAVPASN_Stream@@@Z @17550 NONAME ?Decode@H501_RouteInformation@@UAEHAAVPASN_Stream@@@Z @17551 NONAME ?Decode@H501_SecurityMode@@UAEHAAVPASN_Stream@@@Z @17552 NONAME ?Decode@H501_ServiceConfirmation@@UAEHAAVPASN_Stream@@@Z @17553 NONAME ?Decode@H501_ServiceRejection@@UAEHAAVPASN_Stream@@@Z @17554 NONAME ?Decode@H501_ServiceRelease@@UAEHAAVPASN_Stream@@@Z @17555 NONAME ?Decode@H501_ServiceRequest@@UAEHAAVPASN_Stream@@@Z @17556 NONAME ?Decode@H501_TerminationCause@@UAEHAAVPASN_Stream@@@Z @17557 NONAME ?Decode@H501_UnknownMessageResponse@@UAEHAAVPASN_Stream@@@Z @17558 NONAME ?Decode@H501_UpdateInformation@@UAEHAAVPASN_Stream@@@Z @17559 NONAME ?Decode@H501_UsageConfirmation@@UAEHAAVPASN_Stream@@@Z @17560 NONAME ?Decode@H501_UsageField@@UAEHAAVPASN_Stream@@@Z @17561 NONAME ?Decode@H501_UsageIndication@@UAEHAAVPASN_Stream@@@Z @17562 NONAME ?Decode@H501_UsageIndicationConfirmation@@UAEHAAVPASN_Stream@@@Z @17563 NONAME ?Decode@H501_UsageIndicationRejection@@UAEHAAVPASN_Stream@@@Z @17564 NONAME ?Decode@H501_UsageRejection@@UAEHAAVPASN_Stream@@@Z @17565 NONAME ?Decode@H501_UsageRequest@@UAEHAAVPASN_Stream@@@Z @17566 NONAME ?Decode@H501_UsageSpecification@@UAEHAAVPASN_Stream@@@Z @17567 NONAME ?Decode@H501_UsageSpecification_when@@UAEHAAVPASN_Stream@@@Z @17568 NONAME ?Decode@H501_UserInformation@@UAEHAAVPASN_Stream@@@Z @17569 NONAME ?Decode@H501_ValidationConfirmation@@UAEHAAVPASN_Stream@@@Z @17570 NONAME ?Decode@H501_ValidationRejection@@UAEHAAVPASN_Stream@@@Z @17571 NONAME ?Decode@H501_ValidationRequest@@UAEHAAVPASN_Stream@@@Z @17572 NONAME ?Decode@MCS_AUcf@@UAEHAAVPASN_Stream@@@Z @6851 NONAME ?Decode@MCS_AUrq@@UAEHAAVPASN_Stream@@@Z @6852 NONAME ?Decode@MCS_CAin@@UAEHAAVPASN_Stream@@@Z @6853 NONAME ?Decode@MCS_CArq@@UAEHAAVPASN_Stream@@@Z @6854 NONAME ?Decode@MCS_CCcf@@UAEHAAVPASN_Stream@@@Z @6855 NONAME ?Decode@MCS_CCrq@@UAEHAAVPASN_Stream@@@Z @6856 NONAME ?Decode@MCS_CDin@@UAEHAAVPASN_Stream@@@Z @6857 NONAME ?Decode@MCS_CDrq@@UAEHAAVPASN_Stream@@@Z @6858 NONAME ?Decode@MCS_CEin@@UAEHAAVPASN_Stream@@@Z @6859 NONAME ?Decode@MCS_CErq@@UAEHAAVPASN_Stream@@@Z @6860 NONAME ?Decode@MCS_ChannelAttributes_assigned@@UAEHAAVPASN_Stream@@@Z @6861 NONAME ?Decode@MCS_ChannelAttributes_private@@UAEHAAVPASN_Stream@@@Z @6862 NONAME ?Decode@MCS_ChannelAttributes_static@@UAEHAAVPASN_Stream@@@Z @6863 NONAME ?Decode@MCS_ChannelAttributes_userId@@UAEHAAVPASN_Stream@@@Z @6864 NONAME ?Decode@MCS_CJcf@@UAEHAAVPASN_Stream@@@Z @6865 NONAME ?Decode@MCS_CJrq@@UAEHAAVPASN_Stream@@@Z @6866 NONAME ?Decode@MCS_CLrq@@UAEHAAVPASN_Stream@@@Z @6867 NONAME ?Decode@MCS_Connect_Additional@@UAEHAAVPASN_Stream@@@Z @6868 NONAME ?Decode@MCS_Connect_Initial@@UAEHAAVPASN_Stream@@@Z @6869 NONAME ?Decode@MCS_Connect_Response@@UAEHAAVPASN_Stream@@@Z @6870 NONAME ?Decode@MCS_Connect_Result@@UAEHAAVPASN_Stream@@@Z @6871 NONAME ?Decode@MCS_DomainParameters@@UAEHAAVPASN_Stream@@@Z @6872 NONAME ?Decode@MCS_DPum@@UAEHAAVPASN_Stream@@@Z @6873 NONAME ?Decode@MCS_DUin@@UAEHAAVPASN_Stream@@@Z @6874 NONAME ?Decode@MCS_DUrq@@UAEHAAVPASN_Stream@@@Z @6875 NONAME ?Decode@MCS_EDrq@@UAEHAAVPASN_Stream@@@Z @6876 NONAME ?Decode@MCS_MCcf@@UAEHAAVPASN_Stream@@@Z @6877 NONAME ?Decode@MCS_MCrq@@UAEHAAVPASN_Stream@@@Z @6878 NONAME ?Decode@MCS_MTcf@@UAEHAAVPASN_Stream@@@Z @6879 NONAME ?Decode@MCS_MTrq@@UAEHAAVPASN_Stream@@@Z @6880 NONAME ?Decode@MCS_PCin@@UAEHAAVPASN_Stream@@@Z @6881 NONAME ?Decode@MCS_PDin@@UAEHAAVPASN_Stream@@@Z @6882 NONAME ?Decode@MCS_PTin@@UAEHAAVPASN_Stream@@@Z @6883 NONAME ?Decode@MCS_RJum@@UAEHAAVPASN_Stream@@@Z @6884 NONAME ?Decode@MCS_SDin@@UAEHAAVPASN_Stream@@@Z @6885 NONAME ?Decode@MCS_SDrq@@UAEHAAVPASN_Stream@@@Z @6886 NONAME ?Decode@MCS_TGcf@@UAEHAAVPASN_Stream@@@Z @6887 NONAME ?Decode@MCS_TGrq@@UAEHAAVPASN_Stream@@@Z @6888 NONAME ?Decode@MCS_TIcf@@UAEHAAVPASN_Stream@@@Z @6889 NONAME ?Decode@MCS_TIrq@@UAEHAAVPASN_Stream@@@Z @6890 NONAME ?Decode@MCS_TokenAttributes_given@@UAEHAAVPASN_Stream@@@Z @6891 NONAME ?Decode@MCS_TokenAttributes_giving@@UAEHAAVPASN_Stream@@@Z @6892 NONAME ?Decode@MCS_TokenAttributes_grabbed@@UAEHAAVPASN_Stream@@@Z @6893 NONAME ?Decode@MCS_TokenAttributes_inhibited@@UAEHAAVPASN_Stream@@@Z @6894 NONAME ?Decode@MCS_TokenAttributes_ungivable@@UAEHAAVPASN_Stream@@@Z @6895 NONAME ?Decode@MCS_TPin@@UAEHAAVPASN_Stream@@@Z @6896 NONAME ?Decode@MCS_TPrq@@UAEHAAVPASN_Stream@@@Z @6897 NONAME ?Decode@MCS_TRcf@@UAEHAAVPASN_Stream@@@Z @6898 NONAME ?Decode@MCS_TRrq@@UAEHAAVPASN_Stream@@@Z @6899 NONAME ?Decode@MCS_TTcf@@UAEHAAVPASN_Stream@@@Z @6900 NONAME ?Decode@MCS_TTrq@@UAEHAAVPASN_Stream@@@Z @6901 NONAME ?Decode@MCS_TVcf@@UAEHAAVPASN_Stream@@@Z @6902 NONAME ?Decode@MCS_TVin@@UAEHAAVPASN_Stream@@@Z @6903 NONAME ?Decode@MCS_TVrq@@UAEHAAVPASN_Stream@@@Z @6904 NONAME ?Decode@MCS_TVrs@@UAEHAAVPASN_Stream@@@Z @6905 NONAME ?Decode@MCS_USin@@UAEHAAVPASN_Stream@@@Z @6906 NONAME ?Decode@MCS_USrq@@UAEHAAVPASN_Stream@@@Z @6907 NONAME ?decode@P64Decoder@@UAEHPBEHH@Z @13997 NONAME ?Decode@Q931@@QAEHABVPBYTEArray@@@Z @6909 NONAME ?Decode@T38_Data_Field_subtype@@UAEHAAVPASN_Stream@@@Z @12703 NONAME ?Decode@T38_IFPPacket@@UAEHAAVPASN_Stream@@@Z @12704 NONAME ?Decode@T38_PreCorrigendum_Data_Field_subtype@@UAEHAAVPASN_Stream@@@Z @15133 NONAME ?Decode@T38_PreCorrigendum_IFPPacket@@UAEHAAVPASN_Stream@@@Z @15134 NONAME ?Decode@T38_UDPTLPacket@@UAEHAAVPASN_Stream@@@Z @12705 NONAME ?Decode@T38_UDPTLPacket_error_recovery_fec_info@@UAEHAAVPASN_Stream@@@Z @12706 NONAME ?Decode@X224@@QAEHABVPBYTEArray@@@Z @6910 NONAME ?Decode@X880_Invoke@@UAEHAAVPASN_Stream@@@Z @10110 NONAME ?Decode@X880_Reject@@UAEHAAVPASN_Stream@@@Z @10111 NONAME ?Decode@X880_ReturnError@@UAEHAAVPASN_Stream@@@Z @10112 NONAME ?Decode@X880_ReturnResult@@UAEHAAVPASN_Stream@@@Z @10113 NONAME ?Decode@X880_ReturnResult_result@@UAEHAAVPASN_Stream@@@Z @10114 NONAME ?DecodeArguments@H450xHandler@@QAEHPAVPASN_OctetString@@AAVPASN_Object@@H@Z @13169 NONAME ?DecodeFastStartCaps@H323Connection@@IAEHABVH225_ArrayOf_PASN_OctetString@@@Z @33757 NONAME ?DecodeFrame@H323FramedAudioCodec@@UAEHPBEIAAI1@Z @30659 NONAME ?DecodeFrame@H323FramedAudioCodec@@UAEHPBEIAAI@Z @30660 NONAME ?DecodeFrame@H323PluginFramedAudioCodec@@UAEHPBEIAAI1@Z @30698 NONAME ?DecodeFrame@H323StreamedAudioCodec@@UAEHPBEIAAI1@Z @30661 NONAME ?DecodeSample@H323_ALawCodec@@SAFH@Z @13410 NONAME ?DecodeSample@H323_muLawCodec@@SAFH@Z @13411 NONAME ?DecodeSample@PWAVFileConverterALaw@@UAEFH@Z @32249 NONAME ?DecodeSample@PWAVFileConverterULaw@@UAEFH@Z @32250 NONAME ?DecodeSilenceFrame@H323FramedAudioCodec@@UAEXPAXI@Z @18972 NONAME ?DecodeSilenceFrame@H323PluginFramedAudioCodec@@UAEXPAXI@Z @30699 NONAME ?decode_block@P64Decoder@@IAEXIIIIPAE0H@Z @6914 NONAME ?decode_mb@P64Decoder@@IAEHXZ @6915 NONAME ?DecrementReference@RTP_Session@@QAEHXZ @29898 NONAME ?defaultManufacturerCode@H323EndPoint@@2GA @31386 NONAME ?defaultT35CountryCode@H323EndPoint@@2EA @31387 NONAME ?defaultT35Extension@H323EndPoint@@2EA @31388 NONAME ?DeleteDescriptor@H323PeerElement@@QAEHABVH225_AliasAddress@@H@Z @18256 NONAME ?DeleteDescriptor@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@H@Z @18397 NONAME ?DeleteDescriptor@H323PeerElement@@QAEHABVPString@@H@Z @18257 NONAME ?DeletePDU@H323RasPDU@@UAEXXZ @18285 NONAME ?DeletePDU@H501PDU@@UAEXXZ @18286 NONAME ?Dequeue@ByteQueue@OpalVoipBlasterDevice@@QAEHXZ @13673 NONAME ?destroy@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@@std@@QAEXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@@Z @32251 NONAME ?destroy@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32891 NONAME ?destroy@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @31985 NONAME ?destroy@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @31986 NONAME ?destroy@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32550 NONAME ?destroy@?$allocator@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @31987 NONAME ?destroy@?$allocator@ULookupRecord@@@std@@QAEXPAULookupRecord@@@Z @32892 NONAME ?destroy@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@@std@@QAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@@Z @32252 NONAME ?destroy@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32893 NONAME ?destroy@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @31988 NONAME ?destroy@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @31989 NONAME ?destroy@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32551 NONAME ?destroy@?$allocator@U_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@@std@@QAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @31990 NONAME ?DetectInBandDTMFDisabled@H323EndPoint@@QBEHXZ @29899 NONAME ?DetectSilence@H323AudioCodec@@UAEHXZ @9662 NONAME ?DetectSilence@H323_LIDCodec@@UAEHXZ @9663 NONAME ?DialOut@OpalLineInterfaceDevice@@UAE?AW4CallProgressTones@1@IABVPString@@H@Z @6917 NONAME ?Disable@H235Authenticator@@UAEXXZ @32894 NONAME ?DiscoverAny@H323Gatekeeper@@QAEHXZ @9230 NONAME ?DiscoverByAddress@H323Gatekeeper@@QAEHABVH323TransportAddress@@@Z @9231 NONAME ?DiscoverByName@H323Gatekeeper@@QAEHABVPString@@@Z @9232 NONAME ?DiscoverByNameAndAddress@H323Gatekeeper@@QAEHABVPString@@ABVH323TransportAddress@@@Z @9532 NONAME ?DiscoverGatekeeper@H323EndPoint@@QAEHPAVH323Transport@@@Z @6919 NONAME ?DiscoverGatekeeper@H323Transport@@UAEHAAVH323Gatekeeper@@AAVH323RasPDU@@ABVH323TransportAddress@@@Z @6920 NONAME ?DiscoverGatekeeper@H323TransportUDP@@UAEHAAVH323Gatekeeper@@AAVH323RasPDU@@ABVH323TransportAddress@@@Z @6921 NONAME ?Disengage@H323GatekeeperCall@@UAEHH@Z @14940 NONAME ?DisengageRequest@H323Gatekeeper@@QAEHABVH323Connection@@I@Z @6922 NONAME ?DisengageRequest@H323GatekeeperListener@@QAEHABVH323GatekeeperCall@@I@Z @14737 NONAME ?DoTransfer@PVXMLSession@@UAEHABVPVXMLTransferOptions@@@Z @31392 NONAME ?Enable@H235Authenticator@@UAEXH@Z @32895 NONAME ?EnableAudio@OpalIxJDevice@@UAEHIH@Z @6923 NONAME ?EnableAudio@OpalLineInterfaceDevice@@UAEHIH@Z @6924 NONAME ?EnableAudio@OpalVoipBlasterDevice@@UAEHIH@Z @13674 NONAME ?EnableGQoS@RTP_UDP@@UAEXXZ @33765 NONAME ?Encode@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBEXAAVPASN_Stream@@@Z @12471 NONAME ?Encode@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBEXAAVPASN_Stream@@@Z @12472 NONAME ?Encode@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBEXAAVPASN_Stream@@@Z @12473 NONAME ?Encode@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBEXAAVPASN_Stream@@@Z @12474 NONAME ?Encode@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBEXAAVPASN_Stream@@@Z @12475 NONAME ?Encode@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBEXAAVPASN_Stream@@@Z @12476 NONAME ?Encode@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBEXAAVPASN_Stream@@@Z @12477 NONAME ?Encode@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBEXAAVPASN_Stream@@@Z @12478 NONAME ?Encode@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBEXAAVPASN_Stream@@@Z @12479 NONAME ?Encode@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBEXAAVPASN_Stream@@@Z @12480 NONAME ?Encode@GCC_ApplicationInvokeIndication@@UBEXAAVPASN_Stream@@@Z @6935 NONAME ?Encode@GCC_ApplicationInvokeSpecifier@@UBEXAAVPASN_Stream@@@Z @6936 NONAME ?Encode@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBEXAAVPASN_Stream@@@Z @6937 NONAME ?Encode@GCC_ApplicationRecord@@UBEXAAVPASN_Stream@@@Z @6938 NONAME ?Encode@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBEXAAVPASN_Stream@@@Z @6939 NONAME ?Encode@GCC_ChallengeItem@@UBEXAAVPASN_Stream@@@Z @6940 NONAME ?Encode@GCC_ChallengeRequest@@UBEXAAVPASN_Stream@@@Z @6941 NONAME ?Encode@GCC_ChallengeResponse@@UBEXAAVPASN_Stream@@@Z @6942 NONAME ?Encode@GCC_ConductorAssignIndication@@UBEXAAVPASN_Stream@@@Z @6943 NONAME ?Encode@GCC_ConductorPermissionAskIndication@@UBEXAAVPASN_Stream@@@Z @6944 NONAME ?Encode@GCC_ConductorPermissionGrantIndication@@UBEXAAVPASN_Stream@@@Z @6945 NONAME ?Encode@GCC_ConductorReleaseIndication@@UBEXAAVPASN_Stream@@@Z @6946 NONAME ?Encode@GCC_ConferenceAddRequest@@UBEXAAVPASN_Stream@@@Z @6947 NONAME ?Encode@GCC_ConferenceAddResponse@@UBEXAAVPASN_Stream@@@Z @6948 NONAME ?Encode@GCC_ConferenceAssistanceIndication@@UBEXAAVPASN_Stream@@@Z @6949 NONAME ?Encode@GCC_ConferenceCreateRequest@@UBEXAAVPASN_Stream@@@Z @6950 NONAME ?Encode@GCC_ConferenceCreateResponse@@UBEXAAVPASN_Stream@@@Z @6951 NONAME ?Encode@GCC_ConferenceDescriptor@@UBEXAAVPASN_Stream@@@Z @6952 NONAME ?Encode@GCC_ConferenceEjectUserIndication@@UBEXAAVPASN_Stream@@@Z @6953 NONAME ?Encode@GCC_ConferenceEjectUserRequest@@UBEXAAVPASN_Stream@@@Z @6954 NONAME ?Encode@GCC_ConferenceEjectUserResponse@@UBEXAAVPASN_Stream@@@Z @6955 NONAME ?Encode@GCC_ConferenceInviteRequest@@UBEXAAVPASN_Stream@@@Z @6956 NONAME ?Encode@GCC_ConferenceInviteResponse@@UBEXAAVPASN_Stream@@@Z @6957 NONAME ?Encode@GCC_ConferenceJoinRequest@@UBEXAAVPASN_Stream@@@Z @6958 NONAME ?Encode@GCC_ConferenceJoinResponse@@UBEXAAVPASN_Stream@@@Z @6959 NONAME ?Encode@GCC_ConferenceLockIndication@@UBEXAAVPASN_Stream@@@Z @6960 NONAME ?Encode@GCC_ConferenceLockRequest@@UBEXAAVPASN_Stream@@@Z @6961 NONAME ?Encode@GCC_ConferenceLockResponse@@UBEXAAVPASN_Stream@@@Z @6962 NONAME ?Encode@GCC_ConferenceName@@UBEXAAVPASN_Stream@@@Z @6963 NONAME ?Encode@GCC_ConferencePriority@@UBEXAAVPASN_Stream@@@Z @6964 NONAME ?Encode@GCC_ConferenceQueryRequest@@UBEXAAVPASN_Stream@@@Z @6965 NONAME ?Encode@GCC_ConferenceQueryResponse@@UBEXAAVPASN_Stream@@@Z @6966 NONAME ?Encode@GCC_ConferenceTerminateIndication@@UBEXAAVPASN_Stream@@@Z @6967 NONAME ?Encode@GCC_ConferenceTerminateRequest@@UBEXAAVPASN_Stream@@@Z @6968 NONAME ?Encode@GCC_ConferenceTerminateResponse@@UBEXAAVPASN_Stream@@@Z @6969 NONAME ?Encode@GCC_ConferenceTimeExtendIndication@@UBEXAAVPASN_Stream@@@Z @6970 NONAME ?Encode@GCC_ConferenceTimeInquireIndication@@UBEXAAVPASN_Stream@@@Z @6971 NONAME ?Encode@GCC_ConferenceTimeRemainingIndication@@UBEXAAVPASN_Stream@@@Z @6972 NONAME ?Encode@GCC_ConferenceTransferIndication@@UBEXAAVPASN_Stream@@@Z @6973 NONAME ?Encode@GCC_ConferenceTransferRequest@@UBEXAAVPASN_Stream@@@Z @6974 NONAME ?Encode@GCC_ConferenceTransferResponse@@UBEXAAVPASN_Stream@@@Z @6975 NONAME ?Encode@GCC_ConferenceUnlockIndication@@UBEXAAVPASN_Stream@@@Z @6976 NONAME ?Encode@GCC_ConferenceUnlockRequest@@UBEXAAVPASN_Stream@@@Z @6977 NONAME ?Encode@GCC_ConferenceUnlockResponse@@UBEXAAVPASN_Stream@@@Z @6978 NONAME ?Encode@GCC_ConnectData@@UBEXAAVPASN_Stream@@@Z @6979 NONAME ?Encode@GCC_FunctionNotSupportedResponse@@UBEXAAVPASN_Stream@@@Z @6980 NONAME ?Encode@GCC_NetworkAddress_subtype_aggregatedChannel@@UBEXAAVPASN_Stream@@@Z @6981 NONAME ?Encode@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBEXAAVPASN_Stream@@@Z @6982 NONAME ?Encode@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBEXAAVPASN_Stream@@@Z @6983 NONAME ?Encode@GCC_NetworkAddress_subtype_transportConnection@@UBEXAAVPASN_Stream@@@Z @6984 NONAME ?Encode@GCC_NodeProperties@@UBEXAAVPASN_Stream@@@Z @6985 NONAME ?Encode@GCC_NodeRecord@@UBEXAAVPASN_Stream@@@Z @6986 NONAME ?Encode@GCC_NonStandardParameter@@UBEXAAVPASN_Stream@@@Z @6987 NONAME ?Encode@GCC_NonStandardPDU@@UBEXAAVPASN_Stream@@@Z @6988 NONAME ?Encode@GCC_Password@@UBEXAAVPASN_Stream@@@Z @6989 NONAME ?Encode@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBEXAAVPASN_Stream@@@Z @6990 NONAME ?Encode@GCC_RegistryAllocateHandleRequest@@UBEXAAVPASN_Stream@@@Z @6991 NONAME ?Encode@GCC_RegistryAllocateHandleResponse@@UBEXAAVPASN_Stream@@@Z @6992 NONAME ?Encode@GCC_RegistryAssignTokenRequest@@UBEXAAVPASN_Stream@@@Z @6993 NONAME ?Encode@GCC_RegistryDeleteEntryRequest@@UBEXAAVPASN_Stream@@@Z @6994 NONAME ?Encode@GCC_RegistryEntryOwner_owned@@UBEXAAVPASN_Stream@@@Z @6995 NONAME ?Encode@GCC_RegistryKey@@UBEXAAVPASN_Stream@@@Z @6996 NONAME ?Encode@GCC_RegistryMonitorEntryIndication@@UBEXAAVPASN_Stream@@@Z @6997 NONAME ?Encode@GCC_RegistryMonitorEntryRequest@@UBEXAAVPASN_Stream@@@Z @6998 NONAME ?Encode@GCC_RegistryRegisterChannelRequest@@UBEXAAVPASN_Stream@@@Z @6999 NONAME ?Encode@GCC_RegistryResponse@@UBEXAAVPASN_Stream@@@Z @7000 NONAME ?Encode@GCC_RegistryRetrieveEntryRequest@@UBEXAAVPASN_Stream@@@Z @7001 NONAME ?Encode@GCC_RegistrySetParameterRequest@@UBEXAAVPASN_Stream@@@Z @7002 NONAME ?Encode@GCC_RosterUpdateIndication@@UBEXAAVPASN_Stream@@@Z @7003 NONAME ?Encode@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBEXAAVPASN_Stream@@@Z @7004 NONAME ?Encode@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBEXAAVPASN_Stream@@@Z @7005 NONAME ?Encode@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBEXAAVPASN_Stream@@@Z @7006 NONAME ?Encode@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBEXAAVPASN_Stream@@@Z @7007 NONAME ?Encode@GCC_RosterUpdateIndication_nodeInformation@@UBEXAAVPASN_Stream@@@Z @7008 NONAME ?Encode@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBEXAAVPASN_Stream@@@Z @7009 NONAME ?Encode@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBEXAAVPASN_Stream@@@Z @7010 NONAME ?Encode@GCC_SessionKey@@UBEXAAVPASN_Stream@@@Z @7011 NONAME ?Encode@GCC_TextMessageIndication@@UBEXAAVPASN_Stream@@@Z @7012 NONAME ?Encode@GCC_UserData_subtype@@UBEXAAVPASN_Stream@@@Z @7013 NONAME ?Encode@GCC_UserIDIndication@@UBEXAAVPASN_Stream@@@Z @7014 NONAME ?Encode@H225_AddressPattern_range@@UBEXAAVPASN_Stream@@@Z @12171 NONAME ?Encode@H225_AdmissionConfirm@@UBEXAAVPASN_Stream@@@Z @7015 NONAME ?Encode@H225_AdmissionReject@@UBEXAAVPASN_Stream@@@Z @7016 NONAME ?Encode@H225_AdmissionRequest@@UBEXAAVPASN_Stream@@@Z @7017 NONAME ?Encode@H225_Alerting_UUIE@@UBEXAAVPASN_Stream@@@Z @7018 NONAME ?Encode@H225_AlternateGK@@UBEXAAVPASN_Stream@@@Z @7019 NONAME ?Encode@H225_AlternateTransportAddresses@@UBEXAAVPASN_Stream@@@Z @12172 NONAME ?Encode@H225_AltGKInfo@@UBEXAAVPASN_Stream@@@Z @7020 NONAME ?Encode@H225_ANSI_41_UIM@@UBEXAAVPASN_Stream@@@Z @12173 NONAME ?Encode@H225_BandwidthConfirm@@UBEXAAVPASN_Stream@@@Z @7021 NONAME ?Encode@H225_BandwidthDetails@@UBEXAAVPASN_Stream@@@Z @12174 NONAME ?Encode@H225_BandwidthReject@@UBEXAAVPASN_Stream@@@Z @7022 NONAME ?Encode@H225_BandwidthRequest@@UBEXAAVPASN_Stream@@@Z @7023 NONAME ?Encode@H225_CallCapacity@@UBEXAAVPASN_Stream@@@Z @12175 NONAME ?Encode@H225_CallCapacityInfo@@UBEXAAVPASN_Stream@@@Z @12176 NONAME ?Encode@H225_CallCreditCapability@@UBEXAAVPASN_Stream@@@Z @12177 NONAME ?Encode@H225_CallCreditServiceControl@@UBEXAAVPASN_Stream@@@Z @12178 NONAME ?Encode@H225_CallIdentifier@@UBEXAAVPASN_Stream@@@Z @7024 NONAME ?Encode@H225_CallLinkage@@UBEXAAVPASN_Stream@@@Z @12179 NONAME ?Encode@H225_CallProceeding_UUIE@@UBEXAAVPASN_Stream@@@Z @7025 NONAME ?Encode@H225_CallsAvailable@@UBEXAAVPASN_Stream@@@Z @12180 NONAME ?Encode@H225_CapacityReportingCapability@@UBEXAAVPASN_Stream@@@Z @12181 NONAME ?Encode@H225_CapacityReportingSpecification@@UBEXAAVPASN_Stream@@@Z @12182 NONAME ?Encode@H225_CapacityReportingSpecification_when@@UBEXAAVPASN_Stream@@@Z @12183 NONAME ?Encode@H225_CarrierInfo@@UBEXAAVPASN_Stream@@@Z @19364 NONAME ?Encode@H225_CicInfo@@UBEXAAVPASN_Stream@@@Z @12184 NONAME ?Encode@H225_CircuitIdentifier@@UBEXAAVPASN_Stream@@@Z @18973 NONAME ?Encode@H225_CircuitInfo@@UBEXAAVPASN_Stream@@@Z @12185 NONAME ?Encode@H225_ConferenceList@@UBEXAAVPASN_Stream@@@Z @7026 NONAME ?Encode@H225_Connect_UUIE@@UBEXAAVPASN_Stream@@@Z @7027 NONAME ?Encode@H225_CryptoH323Token_cryptoEPPwdHash@@UBEXAAVPASN_Stream@@@Z @7028 NONAME ?Encode@H225_CryptoH323Token_cryptoGKPwdHash@@UBEXAAVPASN_Stream@@@Z @7029 NONAME ?Encode@H225_DataRate@@UBEXAAVPASN_Stream@@@Z @7030 NONAME ?Encode@H225_DisengageConfirm@@UBEXAAVPASN_Stream@@@Z @7031 NONAME ?Encode@H225_DisengageReject@@UBEXAAVPASN_Stream@@@Z @7032 NONAME ?Encode@H225_DisengageRequest@@UBEXAAVPASN_Stream@@@Z @7033 NONAME ?Encode@H225_Endpoint@@UBEXAAVPASN_Stream@@@Z @7034 NONAME ?Encode@H225_EndpointType@@UBEXAAVPASN_Stream@@@Z @7035 NONAME ?Encode@H225_EnumeratedParameter@@UBEXAAVPASN_Stream@@@Z @12186 NONAME ?Encode@H225_ExtendedAliasAddress@@UBEXAAVPASN_Stream@@@Z @12187 NONAME ?Encode@H225_Facility_UUIE@@UBEXAAVPASN_Stream@@@Z @7036 NONAME ?Encode@H225_FeatureSet@@UBEXAAVPASN_Stream@@@Z @12188 NONAME ?Encode@H225_GatekeeperConfirm@@UBEXAAVPASN_Stream@@@Z @7037 NONAME ?Encode@H225_GatekeeperInfo@@UBEXAAVPASN_Stream@@@Z @7038 NONAME ?Encode@H225_GatekeeperReject@@UBEXAAVPASN_Stream@@@Z @7039 NONAME ?Encode@H225_GatekeeperRequest@@UBEXAAVPASN_Stream@@@Z @7040 NONAME ?Encode@H225_GatewayInfo@@UBEXAAVPASN_Stream@@@Z @7041 NONAME ?Encode@H225_GenericData@@UBEXAAVPASN_Stream@@@Z @12189 NONAME ?Encode@H225_GroupID@@UBEXAAVPASN_Stream@@@Z @12190 NONAME ?Encode@H225_GSM_UIM@@UBEXAAVPASN_Stream@@@Z @12191 NONAME ?Encode@H225_H221NonStandard@@UBEXAAVPASN_Stream@@@Z @7042 NONAME ?Encode@H225_H310Caps@@UBEXAAVPASN_Stream@@@Z @7043 NONAME ?Encode@H225_H320Caps@@UBEXAAVPASN_Stream@@@Z @7044 NONAME ?Encode@H225_H321Caps@@UBEXAAVPASN_Stream@@@Z @7045 NONAME ?Encode@H225_H322Caps@@UBEXAAVPASN_Stream@@@Z @7046 NONAME ?Encode@H225_H323Caps@@UBEXAAVPASN_Stream@@@Z @7047 NONAME ?Encode@H225_H323_UserInformation@@UBEXAAVPASN_Stream@@@Z @7048 NONAME ?Encode@H225_H323_UserInformation_user_data@@UBEXAAVPASN_Stream@@@Z @7049 NONAME ?Encode@H225_H323_UU_PDU@@UBEXAAVPASN_Stream@@@Z @7050 NONAME ?Encode@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBEXAAVPASN_Stream@@@Z @12192 NONAME ?Encode@H225_H324Caps@@UBEXAAVPASN_Stream@@@Z @7051 NONAME ?Encode@H225_ICV@@UBEXAAVPASN_Stream@@@Z @7052 NONAME ?Encode@H225_InfoRequest@@UBEXAAVPASN_Stream@@@Z @7053 NONAME ?Encode@H225_InfoRequestAck@@UBEXAAVPASN_Stream@@@Z @7054 NONAME ?Encode@H225_InfoRequestNak@@UBEXAAVPASN_Stream@@@Z @7055 NONAME ?Encode@H225_InfoRequestResponse@@UBEXAAVPASN_Stream@@@Z @7056 NONAME ?Encode@H225_InfoRequestResponse_perCallInfo_subtype@@UBEXAAVPASN_Stream@@@Z @7057 NONAME ?Encode@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBEXAAVPASN_Stream@@@Z @7058 NONAME ?Encode@H225_Information_UUIE@@UBEXAAVPASN_Stream@@@Z @7059 NONAME ?Encode@H225_LocationConfirm@@UBEXAAVPASN_Stream@@@Z @7060 NONAME ?Encode@H225_LocationReject@@UBEXAAVPASN_Stream@@@Z @7061 NONAME ?Encode@H225_LocationRequest@@UBEXAAVPASN_Stream@@@Z @7062 NONAME ?Encode@H225_McuInfo@@UBEXAAVPASN_Stream@@@Z @7063 NONAME ?Encode@H225_NonStandardMessage@@UBEXAAVPASN_Stream@@@Z @7064 NONAME ?Encode@H225_NonStandardParameter@@UBEXAAVPASN_Stream@@@Z @7065 NONAME ?Encode@H225_NonStandardProtocol@@UBEXAAVPASN_Stream@@@Z @7066 NONAME ?Encode@H225_Notify_UUIE@@UBEXAAVPASN_Stream@@@Z @12193 NONAME ?Encode@H225_PrivatePartyNumber@@UBEXAAVPASN_Stream@@@Z @7067 NONAME ?Encode@H225_Progress_UUIE@@UBEXAAVPASN_Stream@@@Z @7068 NONAME ?Encode@H225_PublicPartyNumber@@UBEXAAVPASN_Stream@@@Z @7069 NONAME ?Encode@H225_Q954Details@@UBEXAAVPASN_Stream@@@Z @7070 NONAME ?Encode@H225_QseriesOptions@@UBEXAAVPASN_Stream@@@Z @7071 NONAME ?Encode@H225_RasUsageInformation@@UBEXAAVPASN_Stream@@@Z @12194 NONAME ?Encode@H225_RasUsageInfoTypes@@UBEXAAVPASN_Stream@@@Z @12195 NONAME ?Encode@H225_RasUsageSpecification@@UBEXAAVPASN_Stream@@@Z @12196 NONAME ?Encode@H225_RasUsageSpecification_callStartingPoint@@UBEXAAVPASN_Stream@@@Z @12197 NONAME ?Encode@H225_RasUsageSpecification_when@@UBEXAAVPASN_Stream@@@Z @12198 NONAME ?Encode@H225_RegistrationConfirm@@UBEXAAVPASN_Stream@@@Z @7072 NONAME ?Encode@H225_RegistrationConfirm_preGrantedARQ@@UBEXAAVPASN_Stream@@@Z @7073 NONAME ?Encode@H225_RegistrationReject@@UBEXAAVPASN_Stream@@@Z @7074 NONAME ?Encode@H225_RegistrationRejectReason_invalidTerminalAliases@@UBEXAAVPASN_Stream@@@Z @12199 NONAME ?Encode@H225_RegistrationRequest@@UBEXAAVPASN_Stream@@@Z @7075 NONAME ?Encode@H225_ReleaseComplete_UUIE@@UBEXAAVPASN_Stream@@@Z @7076 NONAME ?Encode@H225_RequestInProgress@@UBEXAAVPASN_Stream@@@Z @7077 NONAME ?Encode@H225_ResourcesAvailableConfirm@@UBEXAAVPASN_Stream@@@Z @7078 NONAME ?Encode@H225_ResourcesAvailableIndicate@@UBEXAAVPASN_Stream@@@Z @7079 NONAME ?Encode@H225_RTPSession@@UBEXAAVPASN_Stream@@@Z @7080 NONAME ?Encode@H225_SecurityCapabilities@@UBEXAAVPASN_Stream@@@Z @7081 NONAME ?Encode@H225_ServiceControlIndication@@UBEXAAVPASN_Stream@@@Z @12200 NONAME ?Encode@H225_ServiceControlIndication_callSpecific@@UBEXAAVPASN_Stream@@@Z @12201 NONAME ?Encode@H225_ServiceControlResponse@@UBEXAAVPASN_Stream@@@Z @12202 NONAME ?Encode@H225_ServiceControlSession@@UBEXAAVPASN_Stream@@@Z @12203 NONAME ?Encode@H225_SetupAcknowledge_UUIE@@UBEXAAVPASN_Stream@@@Z @12204 NONAME ?Encode@H225_Setup_UUIE@@UBEXAAVPASN_Stream@@@Z @7082 NONAME ?Encode@H225_Setup_UUIE_connectionParameters@@UBEXAAVPASN_Stream@@@Z @12205 NONAME ?Encode@H225_SIPCaps@@UBEXAAVPASN_Stream@@@Z @19365 NONAME ?Encode@H225_StatusInquiry_UUIE@@UBEXAAVPASN_Stream@@@Z @12206 NONAME ?Encode@H225_Status_UUIE@@UBEXAAVPASN_Stream@@@Z @12207 NONAME ?Encode@H225_StimulusControl@@UBEXAAVPASN_Stream@@@Z @12208 NONAME ?Encode@H225_SupportedPrefix@@UBEXAAVPASN_Stream@@@Z @7083 NONAME ?Encode@H225_T120OnlyCaps@@UBEXAAVPASN_Stream@@@Z @7084 NONAME ?Encode@H225_T38FaxAnnexbOnlyCaps@@UBEXAAVPASN_Stream@@@Z @12209 NONAME ?Encode@H225_TerminalInfo@@UBEXAAVPASN_Stream@@@Z @7085 NONAME ?Encode@H225_TransportAddress_ip6Address@@UBEXAAVPASN_Stream@@@Z @7086 NONAME ?Encode@H225_TransportAddress_ipAddress@@UBEXAAVPASN_Stream@@@Z @7087 NONAME ?Encode@H225_TransportAddress_ipSourceRoute@@UBEXAAVPASN_Stream@@@Z @7088 NONAME ?Encode@H225_TransportAddress_ipxAddress@@UBEXAAVPASN_Stream@@@Z @7089 NONAME ?Encode@H225_TransportChannelInfo@@UBEXAAVPASN_Stream@@@Z @7090 NONAME ?Encode@H225_TunnelledProtocol@@UBEXAAVPASN_Stream@@@Z @12210 NONAME ?Encode@H225_TunnelledProtocolAlternateIdentifier@@UBEXAAVPASN_Stream@@@Z @12211 NONAME ?Encode@H225_UnknownMessageResponse@@UBEXAAVPASN_Stream@@@Z @7091 NONAME ?Encode@H225_UnregistrationConfirm@@UBEXAAVPASN_Stream@@@Z @7092 NONAME ?Encode@H225_UnregistrationReject@@UBEXAAVPASN_Stream@@@Z @7093 NONAME ?Encode@H225_UnregistrationRequest@@UBEXAAVPASN_Stream@@@Z @7094 NONAME ?Encode@H225_UUIEsRequested@@UBEXAAVPASN_Stream@@@Z @7095 NONAME ?Encode@H225_VendorIdentifier@@UBEXAAVPASN_Stream@@@Z @7096 NONAME ?Encode@H225_VoiceCaps@@UBEXAAVPASN_Stream@@@Z @7097 NONAME ?Encode@H235_ClearToken@@UBEXAAVPASN_Stream@@@Z @7098 NONAME ?Encode@H235_CryptoToken_cryptoEncryptedToken@@UBEXAAVPASN_Stream@@@Z @7099 NONAME ?Encode@H235_CryptoToken_cryptoHashedToken@@UBEXAAVPASN_Stream@@@Z @7100 NONAME ?Encode@H235_CryptoToken_cryptoSignedToken@@UBEXAAVPASN_Stream@@@Z @7101 NONAME ?Encode@H235_DHset@@UBEXAAVPASN_Stream@@@Z @7102 NONAME ?Encode@H235_ECGDSASignature@@UBEXAAVPASN_Stream@@@Z @19366 NONAME ?Encode@H235_ECKASDH_eckasdh2@@UBEXAAVPASN_Stream@@@Z @12993 NONAME ?Encode@H235_ECKASDH_eckasdhp@@UBEXAAVPASN_Stream@@@Z @12994 NONAME ?Encode@H235_ECpoint@@UBEXAAVPASN_Stream@@@Z @19367 NONAME ?Encode@H235_H235CertificateSignature@@UBEXAAVPASN_Stream@@@Z @7103 NONAME ?Encode@H235_KeySignedMaterial@@UBEXAAVPASN_Stream@@@Z @7104 NONAME ?Encode@H235_KeySyncMaterial@@UBEXAAVPASN_Stream@@@Z @7105 NONAME ?Encode@H235_NonStandardParameter@@UBEXAAVPASN_Stream@@@Z @7106 NONAME ?Encode@H235_Params@@UBEXAAVPASN_Stream@@@Z @7107 NONAME ?Encode@H235_ReturnSig@@UBEXAAVPASN_Stream@@@Z @7108 NONAME ?Encode@H235_TypedCertificate@@UBEXAAVPASN_Stream@@@Z @7109 NONAME ?Encode@H235_V3KeySyncMaterial@@UBEXAAVPASN_Stream@@@Z @19368 NONAME ?Encode@H245_ATMParameters@@UBEXAAVPASN_Stream@@@Z @7110 NONAME ?Encode@H245_AudioCapability_g7231@@UBEXAAVPASN_Stream@@@Z @7111 NONAME ?Encode@H245_AudioTelephonyEventCapability@@UBEXAAVPASN_Stream@@@Z @12212 NONAME ?Encode@H245_AudioToneCapability@@UBEXAAVPASN_Stream@@@Z @12213 NONAME ?Encode@H245_AuthenticationCapability@@UBEXAAVPASN_Stream@@@Z @7112 NONAME ?Encode@H245_BEnhancementParameters@@UBEXAAVPASN_Stream@@@Z @7113 NONAME ?Encode@H245_CapabilityDescriptor@@UBEXAAVPASN_Stream@@@Z @7114 NONAME ?Encode@H245_CapabilityTableEntry@@UBEXAAVPASN_Stream@@@Z @7115 NONAME ?Encode@H245_Capability_h233EncryptionReceiveCapability@@UBEXAAVPASN_Stream@@@Z @7116 NONAME ?Encode@H245_CloseLogicalChannel@@UBEXAAVPASN_Stream@@@Z @7117 NONAME ?Encode@H245_CloseLogicalChannelAck@@UBEXAAVPASN_Stream@@@Z @7118 NONAME ?Encode@H245_CommunicationModeCommand@@UBEXAAVPASN_Stream@@@Z @7119 NONAME ?Encode@H245_CommunicationModeRequest@@UBEXAAVPASN_Stream@@@Z @7120 NONAME ?Encode@H245_CommunicationModeTableEntry@@UBEXAAVPASN_Stream@@@Z @7121 NONAME ?Encode@H245_ConferenceCapability@@UBEXAAVPASN_Stream@@@Z @7122 NONAME ?Encode@H245_ConferenceRequest_requestTerminalCertificate@@UBEXAAVPASN_Stream@@@Z @7123 NONAME ?Encode@H245_ConferenceResponse_chairTokenOwnerResponse@@UBEXAAVPASN_Stream@@@Z @7124 NONAME ?Encode@H245_ConferenceResponse_conferenceIDResponse@@UBEXAAVPASN_Stream@@@Z @7125 NONAME ?Encode@H245_ConferenceResponse_extensionAddressResponse@@UBEXAAVPASN_Stream@@@Z @7126 NONAME ?Encode@H245_ConferenceResponse_mCTerminalIDResponse@@UBEXAAVPASN_Stream@@@Z @7127 NONAME ?Encode@H245_ConferenceResponse_passwordResponse@@UBEXAAVPASN_Stream@@@Z @7128 NONAME ?Encode@H245_ConferenceResponse_terminalCertificateResponse@@UBEXAAVPASN_Stream@@@Z @7129 NONAME ?Encode@H245_ConferenceResponse_terminalIDResponse@@UBEXAAVPASN_Stream@@@Z @7130 NONAME ?Encode@H245_ConnectionIdentifier@@UBEXAAVPASN_Stream@@@Z @12214 NONAME ?Encode@H245_Criteria@@UBEXAAVPASN_Stream@@@Z @7131 NONAME ?Encode@H245_CustomPictureClockFrequency@@UBEXAAVPASN_Stream@@@Z @7132 NONAME ?Encode@H245_CustomPictureFormat@@UBEXAAVPASN_Stream@@@Z @7133 NONAME ?Encode@H245_CustomPictureFormat_mPI@@UBEXAAVPASN_Stream@@@Z @7134 NONAME ?Encode@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBEXAAVPASN_Stream@@@Z @7135 NONAME ?Encode@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBEXAAVPASN_Stream@@@Z @7136 NONAME ?Encode@H245_DataApplicationCapability@@UBEXAAVPASN_Stream@@@Z @7137 NONAME ?Encode@H245_DataApplicationCapability_application_nlpid@@UBEXAAVPASN_Stream@@@Z @7138 NONAME ?Encode@H245_DataApplicationCapability_application_t38fax@@UBEXAAVPASN_Stream@@@Z @12215 NONAME ?Encode@H245_DataApplicationCapability_application_t84@@UBEXAAVPASN_Stream@@@Z @7139 NONAME ?Encode@H245_DataMode@@UBEXAAVPASN_Stream@@@Z @7140 NONAME ?Encode@H245_DataMode_application_nlpid@@UBEXAAVPASN_Stream@@@Z @7141 NONAME ?Encode@H245_DataMode_application_t38fax@@UBEXAAVPASN_Stream@@@Z @12216 NONAME ?Encode@H245_DepFECCapability_rfc2733@@UBEXAAVPASN_Stream@@@Z @33589 NONAME ?Encode@H245_DepFECCapability_rfc2733_separateStream@@UBEXAAVPASN_Stream@@@Z @33590 NONAME ?Encode@H245_DepFECData_rfc2733@@UBEXAAVPASN_Stream@@@Z @33591 NONAME ?Encode@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBEXAAVPASN_Stream@@@Z @33592 NONAME ?Encode@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBEXAAVPASN_Stream@@@Z @33593 NONAME ?Encode@H245_DepFECMode_rfc2733Mode@@UBEXAAVPASN_Stream@@@Z @33594 NONAME ?Encode@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBEXAAVPASN_Stream@@@Z @33595 NONAME ?Encode@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBEXAAVPASN_Stream@@@Z @33596 NONAME ?Encode@H245_DialingInformationNumber@@UBEXAAVPASN_Stream@@@Z @12217 NONAME ?Encode@H245_EncryptionAuthenticationAndIntegrity@@UBEXAAVPASN_Stream@@@Z @7142 NONAME ?Encode@H245_EncryptionCommand_encryptionAlgorithmID@@UBEXAAVPASN_Stream@@@Z @7143 NONAME ?Encode@H245_EncryptionSync@@UBEXAAVPASN_Stream@@@Z @7144 NONAME ?Encode@H245_EncryptionUpdateRequest@@UBEXAAVPASN_Stream@@@Z @7145 NONAME ?Encode@H245_EnhancementLayerInfo@@UBEXAAVPASN_Stream@@@Z @7146 NONAME ?Encode@H245_EnhancementOptions@@UBEXAAVPASN_Stream@@@Z @7147 NONAME ?Encode@H245_EscrowData@@UBEXAAVPASN_Stream@@@Z @7148 NONAME ?Encode@H245_ExtendedVideoCapability@@UBEXAAVPASN_Stream@@@Z @33178 NONAME ?Encode@H245_FECCapability@@UBEXAAVPASN_Stream@@@Z @33597 NONAME ?Encode@H245_FECData_rfc2733@@UBEXAAVPASN_Stream@@@Z @19371 NONAME ?Encode@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBEXAAVPASN_Stream@@@Z @33598 NONAME ?Encode@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UBEXAAVPASN_Stream@@@Z @33599 NONAME ?Encode@H245_FECMode@@UBEXAAVPASN_Stream@@@Z @33600 NONAME ?Encode@H245_FlowControlCommand@@UBEXAAVPASN_Stream@@@Z @7149 NONAME ?Encode@H245_FlowControlIndication@@UBEXAAVPASN_Stream@@@Z @12218 NONAME ?Encode@H245_FunctionNotSupported@@UBEXAAVPASN_Stream@@@Z @7150 NONAME ?Encode@H245_G7231AnnexCCapability@@UBEXAAVPASN_Stream@@@Z @7151 NONAME ?Encode@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBEXAAVPASN_Stream@@@Z @7152 NONAME ?Encode@H245_G7231AnnexCMode@@UBEXAAVPASN_Stream@@@Z @7153 NONAME ?Encode@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBEXAAVPASN_Stream@@@Z @7154 NONAME ?Encode@H245_G729Extensions@@UBEXAAVPASN_Stream@@@Z @12219 NONAME ?Encode@H245_GenericCapability@@UBEXAAVPASN_Stream@@@Z @12220 NONAME ?Encode@H245_GenericMessage@@UBEXAAVPASN_Stream@@@Z @33179 NONAME ?Encode@H245_GenericParameter@@UBEXAAVPASN_Stream@@@Z @12221 NONAME ?Encode@H245_GSMAudioCapability@@UBEXAAVPASN_Stream@@@Z @7155 NONAME ?Encode@H245_H222Capability@@UBEXAAVPASN_Stream@@@Z @7156 NONAME ?Encode@H245_H222LogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @7157 NONAME ?Encode@H245_H223AL1MParameters@@UBEXAAVPASN_Stream@@@Z @7158 NONAME ?Encode@H245_H223AL2MParameters@@UBEXAAVPASN_Stream@@@Z @7159 NONAME ?Encode@H245_H223AL3MParameters@@UBEXAAVPASN_Stream@@@Z @7160 NONAME ?Encode@H245_H223AnnexCArqParameters@@UBEXAAVPASN_Stream@@@Z @7161 NONAME ?Encode@H245_H223AnnexCCapability@@UBEXAAVPASN_Stream@@@Z @7162 NONAME ?Encode@H245_H223Capability@@UBEXAAVPASN_Stream@@@Z @7163 NONAME ?Encode@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBEXAAVPASN_Stream@@@Z @7164 NONAME ?Encode@H245_H223Capability_mobileMultilinkFrameCapability@@UBEXAAVPASN_Stream@@@Z @12222 NONAME ?Encode@H245_H223Capability_mobileOperationTransmitCapability@@UBEXAAVPASN_Stream@@@Z @7165 NONAME ?Encode@H245_H223LogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @7166 NONAME ?Encode@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBEXAAVPASN_Stream@@@Z @7167 NONAME ?Encode@H245_H223ModeParameters@@UBEXAAVPASN_Stream@@@Z @7168 NONAME ?Encode@H245_H223ModeParameters_adaptationLayerType_al3@@UBEXAAVPASN_Stream@@@Z @7169 NONAME ?Encode@H245_H223SkewIndication@@UBEXAAVPASN_Stream@@@Z @7170 NONAME ?Encode@H245_H2250Capability@@UBEXAAVPASN_Stream@@@Z @7171 NONAME ?Encode@H245_H2250Capability_mcCapability@@UBEXAAVPASN_Stream@@@Z @7172 NONAME ?Encode@H245_H2250LogicalChannelAckParameters@@UBEXAAVPASN_Stream@@@Z @7173 NONAME ?Encode@H245_H2250LogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @7174 NONAME ?Encode@H245_H2250MaximumSkewIndication@@UBEXAAVPASN_Stream@@@Z @7175 NONAME ?Encode@H245_H2250ModeParameters@@UBEXAAVPASN_Stream@@@Z @7176 NONAME ?Encode@H245_H235Media@@UBEXAAVPASN_Stream@@@Z @7177 NONAME ?Encode@H245_H235Mode@@UBEXAAVPASN_Stream@@@Z @7178 NONAME ?Encode@H245_H235SecurityCapability@@UBEXAAVPASN_Stream@@@Z @7179 NONAME ?Encode@H245_H261VideoCapability@@UBEXAAVPASN_Stream@@@Z @7180 NONAME ?Encode@H245_H261VideoMode@@UBEXAAVPASN_Stream@@@Z @7181 NONAME ?Encode@H245_H262VideoCapability@@UBEXAAVPASN_Stream@@@Z @7182 NONAME ?Encode@H245_H262VideoMode@@UBEXAAVPASN_Stream@@@Z @7183 NONAME ?Encode@H245_H263ModeComboFlags@@UBEXAAVPASN_Stream@@@Z @7184 NONAME ?Encode@H245_H263Options@@UBEXAAVPASN_Stream@@@Z @7185 NONAME ?Encode@H245_H263Version3Options@@UBEXAAVPASN_Stream@@@Z @12223 NONAME ?Encode@H245_H263VideoCapability@@UBEXAAVPASN_Stream@@@Z @7186 NONAME ?Encode@H245_H263VideoMode@@UBEXAAVPASN_Stream@@@Z @7187 NONAME ?Encode@H245_H263VideoModeCombos@@UBEXAAVPASN_Stream@@@Z @7188 NONAME ?Encode@H245_IntegrityCapability@@UBEXAAVPASN_Stream@@@Z @7189 NONAME ?Encode@H245_IS11172AudioCapability@@UBEXAAVPASN_Stream@@@Z @7190 NONAME ?Encode@H245_IS11172AudioMode@@UBEXAAVPASN_Stream@@@Z @7191 NONAME ?Encode@H245_IS11172VideoCapability@@UBEXAAVPASN_Stream@@@Z @7192 NONAME ?Encode@H245_IS11172VideoMode@@UBEXAAVPASN_Stream@@@Z @7193 NONAME ?Encode@H245_IS13818AudioCapability@@UBEXAAVPASN_Stream@@@Z @7194 NONAME ?Encode@H245_IS13818AudioMode@@UBEXAAVPASN_Stream@@@Z @7195 NONAME ?Encode@H245_JitterIndication@@UBEXAAVPASN_Stream@@@Z @7196 NONAME ?Encode@H245_KeyProtectionMethod@@UBEXAAVPASN_Stream@@@Z @7197 NONAME ?Encode@H245_LogicalChannelRateAcknowledge@@UBEXAAVPASN_Stream@@@Z @12224 NONAME ?Encode@H245_LogicalChannelRateReject@@UBEXAAVPASN_Stream@@@Z @12225 NONAME ?Encode@H245_LogicalChannelRateRelease@@UBEXAAVPASN_Stream@@@Z @12226 NONAME ?Encode@H245_LogicalChannelRateRequest@@UBEXAAVPASN_Stream@@@Z @12227 NONAME ?Encode@H245_MaintenanceLoopAck@@UBEXAAVPASN_Stream@@@Z @7198 NONAME ?Encode@H245_MaintenanceLoopOffCommand@@UBEXAAVPASN_Stream@@@Z @7199 NONAME ?Encode@H245_MaintenanceLoopReject@@UBEXAAVPASN_Stream@@@Z @7200 NONAME ?Encode@H245_MaintenanceLoopRequest@@UBEXAAVPASN_Stream@@@Z @7201 NONAME ?Encode@H245_MasterSlaveDetermination@@UBEXAAVPASN_Stream@@@Z @7202 NONAME ?Encode@H245_MasterSlaveDeterminationAck@@UBEXAAVPASN_Stream@@@Z @7203 NONAME ?Encode@H245_MasterSlaveDeterminationReject@@UBEXAAVPASN_Stream@@@Z @7204 NONAME ?Encode@H245_MasterSlaveDeterminationRelease@@UBEXAAVPASN_Stream@@@Z @7205 NONAME ?Encode@H245_MCLocationIndication@@UBEXAAVPASN_Stream@@@Z @7206 NONAME ?Encode@H245_MediaChannelCapability@@UBEXAAVPASN_Stream@@@Z @7207 NONAME ?Encode@H245_MediaDistributionCapability@@UBEXAAVPASN_Stream@@@Z @7208 NONAME ?Encode@H245_MediaPacketizationCapability@@UBEXAAVPASN_Stream@@@Z @7209 NONAME ?Encode@H245_MediaTransportType_atm_AAL5_compressed@@UBEXAAVPASN_Stream@@@Z @12228 NONAME ?Encode@H245_MiscellaneousCommand@@UBEXAAVPASN_Stream@@@Z @7210 NONAME ?Encode@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBEXAAVPASN_Stream@@@Z @33180 NONAME ?Encode@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBEXAAVPASN_Stream@@@Z @33181 NONAME ?Encode@H245_MiscellaneousCommand_type_lostPartialPicture@@UBEXAAVPASN_Stream@@@Z @12229 NONAME ?Encode@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBEXAAVPASN_Stream@@@Z @7211 NONAME ?Encode@H245_MiscellaneousCommand_type_videoBadMBs@@UBEXAAVPASN_Stream@@@Z @12230 NONAME ?Encode@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBEXAAVPASN_Stream@@@Z @7212 NONAME ?Encode@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBEXAAVPASN_Stream@@@Z @7213 NONAME ?Encode@H245_MiscellaneousIndication@@UBEXAAVPASN_Stream@@@Z @7214 NONAME ?Encode@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBEXAAVPASN_Stream@@@Z @7215 NONAME ?Encode@H245_MobileMultilinkReconfigurationCommand@@UBEXAAVPASN_Stream@@@Z @12231 NONAME ?Encode@H245_MobileMultilinkReconfigurationIndication@@UBEXAAVPASN_Stream@@@Z @12232 NONAME ?Encode@H245_ModeElement@@UBEXAAVPASN_Stream@@@Z @7216 NONAME ?Encode@H245_MulticastAddress_iP6Address@@UBEXAAVPASN_Stream@@@Z @7217 NONAME ?Encode@H245_MulticastAddress_iPAddress@@UBEXAAVPASN_Stream@@@Z @7218 NONAME ?Encode@H245_MultilinkIndication_crcDesired@@UBEXAAVPASN_Stream@@@Z @12233 NONAME ?Encode@H245_MultilinkIndication_excessiveError@@UBEXAAVPASN_Stream@@@Z @12234 NONAME ?Encode@H245_MultilinkRequest_addConnection@@UBEXAAVPASN_Stream@@@Z @12235 NONAME ?Encode@H245_MultilinkRequest_callInformation@@UBEXAAVPASN_Stream@@@Z @12236 NONAME ?Encode@H245_MultilinkRequest_maximumHeaderInterval@@UBEXAAVPASN_Stream@@@Z @12237 NONAME ?Encode@H245_MultilinkRequest_removeConnection@@UBEXAAVPASN_Stream@@@Z @12238 NONAME ?Encode@H245_MultilinkResponse_addConnection@@UBEXAAVPASN_Stream@@@Z @12239 NONAME ?Encode@H245_MultilinkResponse_callInformation@@UBEXAAVPASN_Stream@@@Z @12240 NONAME ?Encode@H245_MultilinkResponse_maximumHeaderInterval@@UBEXAAVPASN_Stream@@@Z @12241 NONAME ?Encode@H245_MultilinkResponse_removeConnection@@UBEXAAVPASN_Stream@@@Z @12242 NONAME ?Encode@H245_MultiplePayloadStream@@UBEXAAVPASN_Stream@@@Z @19377 NONAME ?Encode@H245_MultiplePayloadStreamCapability@@UBEXAAVPASN_Stream@@@Z @19378 NONAME ?Encode@H245_MultiplePayloadStreamElement@@UBEXAAVPASN_Stream@@@Z @19379 NONAME ?Encode@H245_MultiplePayloadStreamElementMode@@UBEXAAVPASN_Stream@@@Z @19380 NONAME ?Encode@H245_MultiplePayloadStreamMode@@UBEXAAVPASN_Stream@@@Z @19381 NONAME ?Encode@H245_MultiplexedStreamCapability@@UBEXAAVPASN_Stream@@@Z @12243 NONAME ?Encode@H245_MultiplexedStreamModeParameters@@UBEXAAVPASN_Stream@@@Z @12244 NONAME ?Encode@H245_MultiplexedStreamParameter@@UBEXAAVPASN_Stream@@@Z @12245 NONAME ?Encode@H245_MultiplexElement@@UBEXAAVPASN_Stream@@@Z @7219 NONAME ?Encode@H245_MultiplexEntryDescriptor@@UBEXAAVPASN_Stream@@@Z @7220 NONAME ?Encode@H245_MultiplexEntryRejectionDescriptions@@UBEXAAVPASN_Stream@@@Z @7221 NONAME ?Encode@H245_MultiplexEntrySend@@UBEXAAVPASN_Stream@@@Z @7222 NONAME ?Encode@H245_MultiplexEntrySendAck@@UBEXAAVPASN_Stream@@@Z @7223 NONAME ?Encode@H245_MultiplexEntrySendReject@@UBEXAAVPASN_Stream@@@Z @7224 NONAME ?Encode@H245_MultiplexEntrySendRelease@@UBEXAAVPASN_Stream@@@Z @7225 NONAME ?Encode@H245_MultipointCapability@@UBEXAAVPASN_Stream@@@Z @7226 NONAME ?Encode@H245_NetworkAccessParameters@@UBEXAAVPASN_Stream@@@Z @7227 NONAME ?Encode@H245_NewATMVCCommand@@UBEXAAVPASN_Stream@@@Z @12246 NONAME ?Encode@H245_NewATMVCCommand_aal_aal1@@UBEXAAVPASN_Stream@@@Z @12247 NONAME ?Encode@H245_NewATMVCCommand_aal_aal5@@UBEXAAVPASN_Stream@@@Z @12248 NONAME ?Encode@H245_NewATMVCCommand_reverseParameters@@UBEXAAVPASN_Stream@@@Z @12249 NONAME ?Encode@H245_NewATMVCIndication@@UBEXAAVPASN_Stream@@@Z @7228 NONAME ?Encode@H245_NewATMVCIndication_aal_aal1@@UBEXAAVPASN_Stream@@@Z @7229 NONAME ?Encode@H245_NewATMVCIndication_aal_aal5@@UBEXAAVPASN_Stream@@@Z @7230 NONAME ?Encode@H245_NewATMVCIndication_reverseParameters@@UBEXAAVPASN_Stream@@@Z @7231 NONAME ?Encode@H245_NonStandardIdentifier_h221NonStandard@@UBEXAAVPASN_Stream@@@Z @7232 NONAME ?Encode@H245_NonStandardMessage@@UBEXAAVPASN_Stream@@@Z @7233 NONAME ?Encode@H245_NonStandardParameter@@UBEXAAVPASN_Stream@@@Z @7234 NONAME ?Encode@H245_NoPTAudioTelephonyEventCapability@@UBEXAAVPASN_Stream@@@Z @19382 NONAME ?Encode@H245_NoPTAudioToneCapability@@UBEXAAVPASN_Stream@@@Z @19383 NONAME ?Encode@H245_OpenLogicalChannel@@UBEXAAVPASN_Stream@@@Z @7235 NONAME ?Encode@H245_OpenLogicalChannelAck@@UBEXAAVPASN_Stream@@@Z @7236 NONAME ?Encode@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @7237 NONAME ?Encode@H245_OpenLogicalChannelConfirm@@UBEXAAVPASN_Stream@@@Z @7238 NONAME ?Encode@H245_OpenLogicalChannelReject@@UBEXAAVPASN_Stream@@@Z @7239 NONAME ?Encode@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @7240 NONAME ?Encode@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @7241 NONAME ?Encode@H245_Params@@UBEXAAVPASN_Stream@@@Z @33182 NONAME ?Encode@H245_Q2931Address@@UBEXAAVPASN_Stream@@@Z @7242 NONAME ?Encode@H245_QOSCapability@@UBEXAAVPASN_Stream@@@Z @7243 NONAME ?Encode@H245_RedundancyEncoding@@UBEXAAVPASN_Stream@@@Z @7244 NONAME ?Encode@H245_RedundancyEncodingCapability@@UBEXAAVPASN_Stream@@@Z @7245 NONAME ?Encode@H245_RedundancyEncodingDTMode@@UBEXAAVPASN_Stream@@@Z @19384 NONAME ?Encode@H245_RedundancyEncodingDTModeElement@@UBEXAAVPASN_Stream@@@Z @19385 NONAME ?Encode@H245_RedundancyEncodingElement@@UBEXAAVPASN_Stream@@@Z @19386 NONAME ?Encode@H245_RedundancyEncodingMode@@UBEXAAVPASN_Stream@@@Z @7246 NONAME ?Encode@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBEXAAVPASN_Stream@@@Z @19387 NONAME ?Encode@H245_RefPictureSelection@@UBEXAAVPASN_Stream@@@Z @7247 NONAME ?Encode@H245_RefPictureSelection_additionalPictureMemory@@UBEXAAVPASN_Stream@@@Z @7248 NONAME ?Encode@H245_RefPictureSelection_enhancedReferencePicSelect@@UBEXAAVPASN_Stream@@@Z @12250 NONAME ?Encode@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBEXAAVPASN_Stream@@@Z @12251 NONAME ?Encode@H245_RequestAllTerminalIDsResponse@@UBEXAAVPASN_Stream@@@Z @7249 NONAME ?Encode@H245_RequestChannelClose@@UBEXAAVPASN_Stream@@@Z @7250 NONAME ?Encode@H245_RequestChannelCloseAck@@UBEXAAVPASN_Stream@@@Z @7251 NONAME ?Encode@H245_RequestChannelCloseReject@@UBEXAAVPASN_Stream@@@Z @7252 NONAME ?Encode@H245_RequestChannelCloseRelease@@UBEXAAVPASN_Stream@@@Z @7253 NONAME ?Encode@H245_RequestMode@@UBEXAAVPASN_Stream@@@Z @7254 NONAME ?Encode@H245_RequestModeAck@@UBEXAAVPASN_Stream@@@Z @7255 NONAME ?Encode@H245_RequestModeReject@@UBEXAAVPASN_Stream@@@Z @7256 NONAME ?Encode@H245_RequestModeRelease@@UBEXAAVPASN_Stream@@@Z @7257 NONAME ?Encode@H245_RequestMultiplexEntry@@UBEXAAVPASN_Stream@@@Z @7258 NONAME ?Encode@H245_RequestMultiplexEntryAck@@UBEXAAVPASN_Stream@@@Z @7259 NONAME ?Encode@H245_RequestMultiplexEntryReject@@UBEXAAVPASN_Stream@@@Z @7260 NONAME ?Encode@H245_RequestMultiplexEntryRejectionDescriptions@@UBEXAAVPASN_Stream@@@Z @7261 NONAME ?Encode@H245_RequestMultiplexEntryRelease@@UBEXAAVPASN_Stream@@@Z @7262 NONAME ?Encode@H245_RoundTripDelayRequest@@UBEXAAVPASN_Stream@@@Z @7263 NONAME ?Encode@H245_RoundTripDelayResponse@@UBEXAAVPASN_Stream@@@Z @7264 NONAME ?Encode@H245_RSVPParameters@@UBEXAAVPASN_Stream@@@Z @7265 NONAME ?Encode@H245_RTPH263VideoRedundancyEncoding@@UBEXAAVPASN_Stream@@@Z @7266 NONAME ?Encode@H245_RTPH263VideoRedundancyFrameMapping@@UBEXAAVPASN_Stream@@@Z @7267 NONAME ?Encode@H245_RTPPayloadType@@UBEXAAVPASN_Stream@@@Z @7268 NONAME ?Encode@H245_SendTerminalCapabilitySet_specificRequest@@UBEXAAVPASN_Stream@@@Z @7269 NONAME ?Encode@H245_SubstituteConferenceIDCommand@@UBEXAAVPASN_Stream@@@Z @7270 NONAME ?Encode@H245_T38FaxProfile@@UBEXAAVPASN_Stream@@@Z @12252 NONAME ?Encode@H245_T38FaxTcpOptions@@UBEXAAVPASN_Stream@@@Z @12253 NONAME ?Encode@H245_T38FaxUdpOptions@@UBEXAAVPASN_Stream@@@Z @12254 NONAME ?Encode@H245_T84Profile_t84Restricted@@UBEXAAVPASN_Stream@@@Z @7271 NONAME ?Encode@H245_TerminalCapabilitySet@@UBEXAAVPASN_Stream@@@Z @7272 NONAME ?Encode@H245_TerminalCapabilitySetAck@@UBEXAAVPASN_Stream@@@Z @7273 NONAME ?Encode@H245_TerminalCapabilitySetReject@@UBEXAAVPASN_Stream@@@Z @7274 NONAME ?Encode@H245_TerminalCapabilitySetRelease@@UBEXAAVPASN_Stream@@@Z @7275 NONAME ?Encode@H245_TerminalInformation@@UBEXAAVPASN_Stream@@@Z @7276 NONAME ?Encode@H245_TerminalLabel@@UBEXAAVPASN_Stream@@@Z @7277 NONAME ?Encode@H245_TerminalYouAreSeeingInSubPictureNumber@@UBEXAAVPASN_Stream@@@Z @7278 NONAME ?Encode@H245_TransparencyParameters@@UBEXAAVPASN_Stream@@@Z @7279 NONAME ?Encode@H245_TransportCapability@@UBEXAAVPASN_Stream@@@Z @7280 NONAME ?Encode@H245_UnicastAddress_iP6Address@@UBEXAAVPASN_Stream@@@Z @7281 NONAME ?Encode@H245_UnicastAddress_iPAddress@@UBEXAAVPASN_Stream@@@Z @7282 NONAME ?Encode@H245_UnicastAddress_iPSourceRouteAddress@@UBEXAAVPASN_Stream@@@Z @7283 NONAME ?Encode@H245_UnicastAddress_iPXAddress@@UBEXAAVPASN_Stream@@@Z @7284 NONAME ?Encode@H245_UserInputIndication_encryptedAlphanumeric@@UBEXAAVPASN_Stream@@@Z @33183 NONAME ?Encode@H245_UserInputIndication_extendedAlphanumeric@@UBEXAAVPASN_Stream@@@Z @12255 NONAME ?Encode@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBEXAAVPASN_Stream@@@Z @33184 NONAME ?Encode@H245_UserInputIndication_signal@@UBEXAAVPASN_Stream@@@Z @7285 NONAME ?Encode@H245_UserInputIndication_signalUpdate@@UBEXAAVPASN_Stream@@@Z @7286 NONAME ?Encode@H245_UserInputIndication_signalUpdate_rtp@@UBEXAAVPASN_Stream@@@Z @7287 NONAME ?Encode@H245_UserInputIndication_signal_rtp@@UBEXAAVPASN_Stream@@@Z @7288 NONAME ?Encode@H245_V42bis@@UBEXAAVPASN_Stream@@@Z @7289 NONAME ?Encode@H245_V75Capability@@UBEXAAVPASN_Stream@@@Z @7290 NONAME ?Encode@H245_V75Parameters@@UBEXAAVPASN_Stream@@@Z @7291 NONAME ?Encode@H245_V76Capability@@UBEXAAVPASN_Stream@@@Z @7292 NONAME ?Encode@H245_V76HDLCParameters@@UBEXAAVPASN_Stream@@@Z @7293 NONAME ?Encode@H245_V76LogicalChannelParameters@@UBEXAAVPASN_Stream@@@Z @7294 NONAME ?Encode@H245_V76LogicalChannelParameters_mode_eRM@@UBEXAAVPASN_Stream@@@Z @7295 NONAME ?Encode@H245_VBDCapability@@UBEXAAVPASN_Stream@@@Z @19388 NONAME ?Encode@H245_VBDMode@@UBEXAAVPASN_Stream@@@Z @19389 NONAME ?Encode@H245_VCCapability@@UBEXAAVPASN_Stream@@@Z @7296 NONAME ?Encode@H245_VCCapability_aal1@@UBEXAAVPASN_Stream@@@Z @7297 NONAME ?Encode@H245_VCCapability_aal1ViaGateway@@UBEXAAVPASN_Stream@@@Z @12256 NONAME ?Encode@H245_VCCapability_aal5@@UBEXAAVPASN_Stream@@@Z @7298 NONAME ?Encode@H245_VCCapability_availableBitRates@@UBEXAAVPASN_Stream@@@Z @7299 NONAME ?Encode@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBEXAAVPASN_Stream@@@Z @7300 NONAME ?Encode@H245_VendorIdentification@@UBEXAAVPASN_Stream@@@Z @7301 NONAME ?Encode@H245_VideoIndicateCompose@@UBEXAAVPASN_Stream@@@Z @7302 NONAME ?Encode@H248_ActionReply@@UBEXAAVPASN_Stream@@@Z @16299 NONAME ?Encode@H248_ActionRequest@@UBEXAAVPASN_Stream@@@Z @16300 NONAME ?Encode@H248_AmmRequest@@UBEXAAVPASN_Stream@@@Z @16301 NONAME ?Encode@H248_AmmsReply@@UBEXAAVPASN_Stream@@@Z @16302 NONAME ?Encode@H248_AuditDescriptor@@UBEXAAVPASN_Stream@@@Z @16303 NONAME ?Encode@H248_AuditRequest@@UBEXAAVPASN_Stream@@@Z @16304 NONAME ?Encode@H248_AuditResult@@UBEXAAVPASN_Stream@@@Z @16305 NONAME ?Encode@H248_AuthenticationHeader@@UBEXAAVPASN_Stream@@@Z @16306 NONAME ?Encode@H248_CommandRequest@@UBEXAAVPASN_Stream@@@Z @16307 NONAME ?Encode@H248_ContextAttrAuditRequest@@UBEXAAVPASN_Stream@@@Z @16308 NONAME ?Encode@H248_ContextRequest@@UBEXAAVPASN_Stream@@@Z @16309 NONAME ?Encode@H248_DigitMapDescriptor@@UBEXAAVPASN_Stream@@@Z @16310 NONAME ?Encode@H248_DigitMapValue@@UBEXAAVPASN_Stream@@@Z @16311 NONAME ?Encode@H248_DomainName@@UBEXAAVPASN_Stream@@@Z @16312 NONAME ?Encode@H248_ErrorDescriptor@@UBEXAAVPASN_Stream@@@Z @16313 NONAME ?Encode@H248_EventParameter@@UBEXAAVPASN_Stream@@@Z @16314 NONAME ?Encode@H248_EventsDescriptor@@UBEXAAVPASN_Stream@@@Z @16315 NONAME ?Encode@H248_EventSpec@@UBEXAAVPASN_Stream@@@Z @16316 NONAME ?Encode@H248_H221NonStandard@@UBEXAAVPASN_Stream@@@Z @16317 NONAME ?Encode@H248_IndAudDigitMapDescriptor@@UBEXAAVPASN_Stream@@@Z @16318 NONAME ?Encode@H248_IndAudEventBufferDescriptor@@UBEXAAVPASN_Stream@@@Z @16319 NONAME ?Encode@H248_IndAudEventsDescriptor@@UBEXAAVPASN_Stream@@@Z @16320 NONAME ?Encode@H248_IndAudLocalControlDescriptor@@UBEXAAVPASN_Stream@@@Z @16321 NONAME ?Encode@H248_IndAudLocalRemoteDescriptor@@UBEXAAVPASN_Stream@@@Z @16322 NONAME ?Encode@H248_IndAudMediaDescriptor@@UBEXAAVPASN_Stream@@@Z @16323 NONAME ?Encode@H248_IndAudPackagesDescriptor@@UBEXAAVPASN_Stream@@@Z @16324 NONAME ?Encode@H248_IndAudPropertyParm@@UBEXAAVPASN_Stream@@@Z @16325 NONAME ?Encode@H248_IndAudSeqSigList@@UBEXAAVPASN_Stream@@@Z @16326 NONAME ?Encode@H248_IndAudSignal@@UBEXAAVPASN_Stream@@@Z @16327 NONAME ?Encode@H248_IndAudStatisticsDescriptor@@UBEXAAVPASN_Stream@@@Z @16328 NONAME ?Encode@H248_IndAudStreamDescriptor@@UBEXAAVPASN_Stream@@@Z @16329 NONAME ?Encode@H248_IndAudStreamParms@@UBEXAAVPASN_Stream@@@Z @16330 NONAME ?Encode@H248_IndAudTerminationStateDescriptor@@UBEXAAVPASN_Stream@@@Z @16331 NONAME ?Encode@H248_IP4Address@@UBEXAAVPASN_Stream@@@Z @16332 NONAME ?Encode@H248_IP6Address@@UBEXAAVPASN_Stream@@@Z @16333 NONAME ?Encode@H248_LocalControlDescriptor@@UBEXAAVPASN_Stream@@@Z @16334 NONAME ?Encode@H248_LocalRemoteDescriptor@@UBEXAAVPASN_Stream@@@Z @16335 NONAME ?Encode@H248_MediaDescriptor@@UBEXAAVPASN_Stream@@@Z @16336 NONAME ?Encode@H248_MegacoMessage@@UBEXAAVPASN_Stream@@@Z @16337 NONAME ?Encode@H248_Message@@UBEXAAVPASN_Stream@@@Z @16338 NONAME ?Encode@H248_ModemDescriptor@@UBEXAAVPASN_Stream@@@Z @16339 NONAME ?Encode@H248_MuxDescriptor@@UBEXAAVPASN_Stream@@@Z @16340 NONAME ?Encode@H248_NonStandardData@@UBEXAAVPASN_Stream@@@Z @16341 NONAME ?Encode@H248_NotifyReply@@UBEXAAVPASN_Stream@@@Z @16342 NONAME ?Encode@H248_NotifyRequest@@UBEXAAVPASN_Stream@@@Z @16343 NONAME ?Encode@H248_ObservedEvent@@UBEXAAVPASN_Stream@@@Z @16344 NONAME ?Encode@H248_ObservedEventsDescriptor@@UBEXAAVPASN_Stream@@@Z @16345 NONAME ?Encode@H248_PackagesItem@@UBEXAAVPASN_Stream@@@Z @16346 NONAME ?Encode@H248_PropertyParm@@UBEXAAVPASN_Stream@@@Z @16347 NONAME ?Encode@H248_RequestedActions@@UBEXAAVPASN_Stream@@@Z @16348 NONAME ?Encode@H248_RequestedEvent@@UBEXAAVPASN_Stream@@@Z @16349 NONAME ?Encode@H248_SecondEventsDescriptor@@UBEXAAVPASN_Stream@@@Z @16350 NONAME ?Encode@H248_SecondRequestedActions@@UBEXAAVPASN_Stream@@@Z @16351 NONAME ?Encode@H248_SecondRequestedEvent@@UBEXAAVPASN_Stream@@@Z @16352 NONAME ?Encode@H248_SeqSigList@@UBEXAAVPASN_Stream@@@Z @16353 NONAME ?Encode@H248_ServiceChangeParm@@UBEXAAVPASN_Stream@@@Z @16354 NONAME ?Encode@H248_ServiceChangeProfile@@UBEXAAVPASN_Stream@@@Z @16355 NONAME ?Encode@H248_ServiceChangeReply@@UBEXAAVPASN_Stream@@@Z @16356 NONAME ?Encode@H248_ServiceChangeRequest@@UBEXAAVPASN_Stream@@@Z @16357 NONAME ?Encode@H248_ServiceChangeResParm@@UBEXAAVPASN_Stream@@@Z @16358 NONAME ?Encode@H248_Signal@@UBEXAAVPASN_Stream@@@Z @16359 NONAME ?Encode@H248_SigParameter@@UBEXAAVPASN_Stream@@@Z @16360 NONAME ?Encode@H248_StatisticsParameter@@UBEXAAVPASN_Stream@@@Z @16361 NONAME ?Encode@H248_StreamDescriptor@@UBEXAAVPASN_Stream@@@Z @16362 NONAME ?Encode@H248_StreamParms@@UBEXAAVPASN_Stream@@@Z @16363 NONAME ?Encode@H248_SubtractRequest@@UBEXAAVPASN_Stream@@@Z @16364 NONAME ?Encode@H248_TerminationID@@UBEXAAVPASN_Stream@@@Z @16365 NONAME ?Encode@H248_TerminationStateDescriptor@@UBEXAAVPASN_Stream@@@Z @16366 NONAME ?Encode@H248_TimeNotation@@UBEXAAVPASN_Stream@@@Z @16367 NONAME ?Encode@H248_TopologyRequest@@UBEXAAVPASN_Stream@@@Z @16368 NONAME ?Encode@H248_TransactionAck@@UBEXAAVPASN_Stream@@@Z @16369 NONAME ?Encode@H248_TransactionPending@@UBEXAAVPASN_Stream@@@Z @16370 NONAME ?Encode@H248_TransactionReply@@UBEXAAVPASN_Stream@@@Z @16371 NONAME ?Encode@H248_TransactionRequest@@UBEXAAVPASN_Stream@@@Z @16372 NONAME ?encode@H261Encoder@@IAEHPBVVideoFrame@@PBE@Z @7303 NONAME ?Encode@H323StreamedPluginAudioCodec@@UBEHF@Z @30700 NONAME ?Encode@H323_ALawCodec@@UBEHF@Z @7304 NONAME ?Encode@H323_muLawCodec@@UBEHF@Z @7305 NONAME ?Encode@H45010_CfbOvrOptArg@@UBEXAAVPASN_Stream@@@Z @10839 NONAME ?Encode@H45010_CoReqOptArg@@UBEXAAVPASN_Stream@@@Z @10840 NONAME ?Encode@H45010_RUAlertOptArg@@UBEXAAVPASN_Stream@@@Z @10841 NONAME ?Encode@H45011_CIFrcRelArg@@UBEXAAVPASN_Stream@@@Z @10842 NONAME ?Encode@H45011_CIFrcRelOptRes@@UBEXAAVPASN_Stream@@@Z @10843 NONAME ?Encode@H45011_CIGetCIPLOptArg@@UBEXAAVPASN_Stream@@@Z @10844 NONAME ?Encode@H45011_CIGetCIPLRes@@UBEXAAVPASN_Stream@@@Z @10845 NONAME ?Encode@H45011_CIIsOptArg@@UBEXAAVPASN_Stream@@@Z @10846 NONAME ?Encode@H45011_CIIsOptRes@@UBEXAAVPASN_Stream@@@Z @10847 NONAME ?Encode@H45011_CINotificationArg@@UBEXAAVPASN_Stream@@@Z @10848 NONAME ?Encode@H45011_CIRequestArg@@UBEXAAVPASN_Stream@@@Z @10849 NONAME ?Encode@H45011_CIRequestRes@@UBEXAAVPASN_Stream@@@Z @10850 NONAME ?Encode@H45011_CISilentArg@@UBEXAAVPASN_Stream@@@Z @10851 NONAME ?Encode@H45011_CISilentOptRes@@UBEXAAVPASN_Stream@@@Z @10852 NONAME ?Encode@H45011_CIWobOptArg@@UBEXAAVPASN_Stream@@@Z @10853 NONAME ?Encode@H45011_CIWobOptRes@@UBEXAAVPASN_Stream@@@Z @10854 NONAME ?Encode@H4501_Address@@UBEXAAVPASN_Stream@@@Z @10115 NONAME ?Encode@H4501_AddressScreened@@UBEXAAVPASN_Stream@@@Z @10116 NONAME ?Encode@H4501_EndpointAddress@@UBEXAAVPASN_Stream@@@Z @10117 NONAME ?Encode@H4501_Extension@@UBEXAAVPASN_Stream@@@Z @10118 NONAME ?Encode@H4501_NetworkFacilityExtension@@UBEXAAVPASN_Stream@@@Z @10119 NONAME ?Encode@H4501_NumberScreened@@UBEXAAVPASN_Stream@@@Z @10120 NONAME ?Encode@H4501_SupplementaryService@@UBEXAAVPASN_Stream@@@Z @10121 NONAME ?Encode@H4501_UserSpecifiedSubaddress@@UBEXAAVPASN_Stream@@@Z @10122 NONAME ?Encode@H4502_CTActiveArg@@UBEXAAVPASN_Stream@@@Z @10123 NONAME ?Encode@H4502_CTCompleteArg@@UBEXAAVPASN_Stream@@@Z @10124 NONAME ?Encode@H4502_CTIdentifyRes@@UBEXAAVPASN_Stream@@@Z @10125 NONAME ?Encode@H4502_CTInitiateArg@@UBEXAAVPASN_Stream@@@Z @10126 NONAME ?Encode@H4502_CTSetupArg@@UBEXAAVPASN_Stream@@@Z @10127 NONAME ?Encode@H4502_CTUpdateArg@@UBEXAAVPASN_Stream@@@Z @10128 NONAME ?Encode@H4502_SubaddressTransferArg@@UBEXAAVPASN_Stream@@@Z @10129 NONAME ?Encode@H4503_IntResult@@UBEXAAVPASN_Stream@@@Z @10336 NONAME ?Encode@H4504_Extension@@UBEXAAVPASN_Stream@@@Z @10254 NONAME ?Encode@H4504_HoldNotificArg@@UBEXAAVPASN_Stream@@@Z @10255 NONAME ?Encode@H4504_RemoteHoldArg@@UBEXAAVPASN_Stream@@@Z @10256 NONAME ?Encode@H4504_RemoteHoldRes@@UBEXAAVPASN_Stream@@@Z @10257 NONAME ?Encode@H4504_RemoteRetrieveArg@@UBEXAAVPASN_Stream@@@Z @10258 NONAME ?Encode@H4504_RemoteRetrieveRes@@UBEXAAVPASN_Stream@@@Z @10259 NONAME ?Encode@H4504_RetrieveNotificArg@@UBEXAAVPASN_Stream@@@Z @10260 NONAME ?Encode@H4505_CpickupNotifyArg@@UBEXAAVPASN_Stream@@@Z @10855 NONAME ?Encode@H4505_CpNotifyArg@@UBEXAAVPASN_Stream@@@Z @10856 NONAME ?Encode@H4505_CpRequestArg@@UBEXAAVPASN_Stream@@@Z @10857 NONAME ?Encode@H4505_CpRequestRes@@UBEXAAVPASN_Stream@@@Z @10858 NONAME ?Encode@H4505_CpSetupArg@@UBEXAAVPASN_Stream@@@Z @10859 NONAME ?Encode@H4505_CpSetupRes@@UBEXAAVPASN_Stream@@@Z @10860 NONAME ?Encode@H4505_GroupIndicationOffArg@@UBEXAAVPASN_Stream@@@Z @10861 NONAME ?Encode@H4505_GroupIndicationOffRes@@UBEXAAVPASN_Stream@@@Z @10862 NONAME ?Encode@H4505_GroupIndicationOnArg@@UBEXAAVPASN_Stream@@@Z @10863 NONAME ?Encode@H4505_GroupIndicationOnRes@@UBEXAAVPASN_Stream@@@Z @10864 NONAME ?Encode@H4505_PickExeArg@@UBEXAAVPASN_Stream@@@Z @10865 NONAME ?Encode@H4505_PickExeRes@@UBEXAAVPASN_Stream@@@Z @10866 NONAME ?Encode@H4505_PickrequArg@@UBEXAAVPASN_Stream@@@Z @10867 NONAME ?Encode@H4505_PickrequRes@@UBEXAAVPASN_Stream@@@Z @10868 NONAME ?Encode@H4505_PickupArg@@UBEXAAVPASN_Stream@@@Z @10869 NONAME ?Encode@H4505_PickupRes@@UBEXAAVPASN_Stream@@@Z @10870 NONAME ?Encode@H4506_CallWaitingArg@@UBEXAAVPASN_Stream@@@Z @10871 NONAME ?Encode@H4507_MWIActivateArg@@UBEXAAVPASN_Stream@@@Z @10872 NONAME ?Encode@H4507_MWIDeactivateArg@@UBEXAAVPASN_Stream@@@Z @10873 NONAME ?Encode@H4507_MWIInterrogateArg@@UBEXAAVPASN_Stream@@@Z @10874 NONAME ?Encode@H4507_MWIInterrogateResElt@@UBEXAAVPASN_Stream@@@Z @10875 NONAME ?Encode@H4509_CcLongArg@@UBEXAAVPASN_Stream@@@Z @10876 NONAME ?Encode@H4509_CcRequestArg@@UBEXAAVPASN_Stream@@@Z @10877 NONAME ?Encode@H4509_CcRequestRes@@UBEXAAVPASN_Stream@@@Z @10878 NONAME ?Encode@H4509_CcShortArg@@UBEXAAVPASN_Stream@@@Z @10879 NONAME ?Encode@H501_AccessConfirmation@@UBEXAAVPASN_Stream@@@Z @17576 NONAME ?Encode@H501_AccessRejection@@UBEXAAVPASN_Stream@@@Z @17577 NONAME ?Encode@H501_AccessRequest@@UBEXAAVPASN_Stream@@@Z @17578 NONAME ?Encode@H501_AddressTemplate@@UBEXAAVPASN_Stream@@@Z @17579 NONAME ?Encode@H501_AlternatePE@@UBEXAAVPASN_Stream@@@Z @17580 NONAME ?Encode@H501_AlternatePEInfo@@UBEXAAVPASN_Stream@@@Z @17581 NONAME ?Encode@H501_AuthenticationConfirmation@@UBEXAAVPASN_Stream@@@Z @17582 NONAME ?Encode@H501_AuthenticationRejection@@UBEXAAVPASN_Stream@@@Z @17583 NONAME ?Encode@H501_AuthenticationRequest@@UBEXAAVPASN_Stream@@@Z @17584 NONAME ?Encode@H501_CallInformation@@UBEXAAVPASN_Stream@@@Z @17585 NONAME ?Encode@H501_ContactInformation@@UBEXAAVPASN_Stream@@@Z @17586 NONAME ?Encode@H501_Descriptor@@UBEXAAVPASN_Stream@@@Z @17587 NONAME ?Encode@H501_DescriptorConfirmation@@UBEXAAVPASN_Stream@@@Z @17588 NONAME ?Encode@H501_DescriptorIDConfirmation@@UBEXAAVPASN_Stream@@@Z @17589 NONAME ?Encode@H501_DescriptorIDRejection@@UBEXAAVPASN_Stream@@@Z @17590 NONAME ?Encode@H501_DescriptorIDRequest@@UBEXAAVPASN_Stream@@@Z @17591 NONAME ?Encode@H501_DescriptorInfo@@UBEXAAVPASN_Stream@@@Z @17592 NONAME ?Encode@H501_DescriptorRejection@@UBEXAAVPASN_Stream@@@Z @17593 NONAME ?Encode@H501_DescriptorRequest@@UBEXAAVPASN_Stream@@@Z @17594 NONAME ?Encode@H501_DescriptorUpdate@@UBEXAAVPASN_Stream@@@Z @17595 NONAME ?Encode@H501_DescriptorUpdateAck@@UBEXAAVPASN_Stream@@@Z @17596 NONAME ?Encode@H501_Message@@UBEXAAVPASN_Stream@@@Z @17597 NONAME ?Encode@H501_MessageCommonInfo@@UBEXAAVPASN_Stream@@@Z @17598 NONAME ?Encode@H501_NonStandardConfirmation@@UBEXAAVPASN_Stream@@@Z @17599 NONAME ?Encode@H501_NonStandardRejection@@UBEXAAVPASN_Stream@@@Z @17600 NONAME ?Encode@H501_NonStandardRequest@@UBEXAAVPASN_Stream@@@Z @17601 NONAME ?Encode@H501_PartyInformation@@UBEXAAVPASN_Stream@@@Z @17602 NONAME ?Encode@H501_Pattern_range@@UBEXAAVPASN_Stream@@@Z @17603 NONAME ?Encode@H501_PriceElement@@UBEXAAVPASN_Stream@@@Z @17604 NONAME ?Encode@H501_PriceInfoSpec@@UBEXAAVPASN_Stream@@@Z @17605 NONAME ?Encode@H501_RequestInProgress@@UBEXAAVPASN_Stream@@@Z @17606 NONAME ?Encode@H501_RouteInformation@@UBEXAAVPASN_Stream@@@Z @17607 NONAME ?Encode@H501_SecurityMode@@UBEXAAVPASN_Stream@@@Z @17608 NONAME ?Encode@H501_ServiceConfirmation@@UBEXAAVPASN_Stream@@@Z @17609 NONAME ?Encode@H501_ServiceRejection@@UBEXAAVPASN_Stream@@@Z @17610 NONAME ?Encode@H501_ServiceRelease@@UBEXAAVPASN_Stream@@@Z @17611 NONAME ?Encode@H501_ServiceRequest@@UBEXAAVPASN_Stream@@@Z @17612 NONAME ?Encode@H501_TerminationCause@@UBEXAAVPASN_Stream@@@Z @17613 NONAME ?Encode@H501_UnknownMessageResponse@@UBEXAAVPASN_Stream@@@Z @17614 NONAME ?Encode@H501_UpdateInformation@@UBEXAAVPASN_Stream@@@Z @17615 NONAME ?Encode@H501_UsageConfirmation@@UBEXAAVPASN_Stream@@@Z @17616 NONAME ?Encode@H501_UsageField@@UBEXAAVPASN_Stream@@@Z @17617 NONAME ?Encode@H501_UsageIndication@@UBEXAAVPASN_Stream@@@Z @17618 NONAME ?Encode@H501_UsageIndicationConfirmation@@UBEXAAVPASN_Stream@@@Z @17619 NONAME ?Encode@H501_UsageIndicationRejection@@UBEXAAVPASN_Stream@@@Z @17620 NONAME ?Encode@H501_UsageRejection@@UBEXAAVPASN_Stream@@@Z @17621 NONAME ?Encode@H501_UsageRequest@@UBEXAAVPASN_Stream@@@Z @17622 NONAME ?Encode@H501_UsageSpecification@@UBEXAAVPASN_Stream@@@Z @17623 NONAME ?Encode@H501_UsageSpecification_when@@UBEXAAVPASN_Stream@@@Z @17624 NONAME ?Encode@H501_UserInformation@@UBEXAAVPASN_Stream@@@Z @17625 NONAME ?Encode@H501_ValidationConfirmation@@UBEXAAVPASN_Stream@@@Z @17626 NONAME ?Encode@H501_ValidationRejection@@UBEXAAVPASN_Stream@@@Z @17627 NONAME ?Encode@H501_ValidationRequest@@UBEXAAVPASN_Stream@@@Z @17628 NONAME ?Encode@MCS_AUcf@@UBEXAAVPASN_Stream@@@Z @7321 NONAME ?Encode@MCS_AUrq@@UBEXAAVPASN_Stream@@@Z @7322 NONAME ?Encode@MCS_CAin@@UBEXAAVPASN_Stream@@@Z @7323 NONAME ?Encode@MCS_CArq@@UBEXAAVPASN_Stream@@@Z @7324 NONAME ?Encode@MCS_CCcf@@UBEXAAVPASN_Stream@@@Z @7325 NONAME ?Encode@MCS_CCrq@@UBEXAAVPASN_Stream@@@Z @7326 NONAME ?Encode@MCS_CDin@@UBEXAAVPASN_Stream@@@Z @7327 NONAME ?Encode@MCS_CDrq@@UBEXAAVPASN_Stream@@@Z @7328 NONAME ?Encode@MCS_CEin@@UBEXAAVPASN_Stream@@@Z @7329 NONAME ?Encode@MCS_CErq@@UBEXAAVPASN_Stream@@@Z @7330 NONAME ?Encode@MCS_ChannelAttributes_assigned@@UBEXAAVPASN_Stream@@@Z @7331 NONAME ?Encode@MCS_ChannelAttributes_private@@UBEXAAVPASN_Stream@@@Z @7332 NONAME ?Encode@MCS_ChannelAttributes_static@@UBEXAAVPASN_Stream@@@Z @7333 NONAME ?Encode@MCS_ChannelAttributes_userId@@UBEXAAVPASN_Stream@@@Z @7334 NONAME ?Encode@MCS_CJcf@@UBEXAAVPASN_Stream@@@Z @7335 NONAME ?Encode@MCS_CJrq@@UBEXAAVPASN_Stream@@@Z @7336 NONAME ?Encode@MCS_CLrq@@UBEXAAVPASN_Stream@@@Z @7337 NONAME ?Encode@MCS_Connect_Additional@@UBEXAAVPASN_Stream@@@Z @7338 NONAME ?Encode@MCS_Connect_Initial@@UBEXAAVPASN_Stream@@@Z @7339 NONAME ?Encode@MCS_Connect_Response@@UBEXAAVPASN_Stream@@@Z @7340 NONAME ?Encode@MCS_Connect_Result@@UBEXAAVPASN_Stream@@@Z @7341 NONAME ?Encode@MCS_DomainParameters@@UBEXAAVPASN_Stream@@@Z @7342 NONAME ?Encode@MCS_DPum@@UBEXAAVPASN_Stream@@@Z @7343 NONAME ?Encode@MCS_DUin@@UBEXAAVPASN_Stream@@@Z @7344 NONAME ?Encode@MCS_DUrq@@UBEXAAVPASN_Stream@@@Z @7345 NONAME ?Encode@MCS_EDrq@@UBEXAAVPASN_Stream@@@Z @7346 NONAME ?Encode@MCS_MCcf@@UBEXAAVPASN_Stream@@@Z @7347 NONAME ?Encode@MCS_MCrq@@UBEXAAVPASN_Stream@@@Z @7348 NONAME ?Encode@MCS_MTcf@@UBEXAAVPASN_Stream@@@Z @7349 NONAME ?Encode@MCS_MTrq@@UBEXAAVPASN_Stream@@@Z @7350 NONAME ?Encode@MCS_PCin@@UBEXAAVPASN_Stream@@@Z @7351 NONAME ?Encode@MCS_PDin@@UBEXAAVPASN_Stream@@@Z @7352 NONAME ?Encode@MCS_PTin@@UBEXAAVPASN_Stream@@@Z @7353 NONAME ?Encode@MCS_RJum@@UBEXAAVPASN_Stream@@@Z @7354 NONAME ?Encode@MCS_SDin@@UBEXAAVPASN_Stream@@@Z @7355 NONAME ?Encode@MCS_SDrq@@UBEXAAVPASN_Stream@@@Z @7356 NONAME ?Encode@MCS_TGcf@@UBEXAAVPASN_Stream@@@Z @7357 NONAME ?Encode@MCS_TGrq@@UBEXAAVPASN_Stream@@@Z @7358 NONAME ?Encode@MCS_TIcf@@UBEXAAVPASN_Stream@@@Z @7359 NONAME ?Encode@MCS_TIrq@@UBEXAAVPASN_Stream@@@Z @7360 NONAME ?Encode@MCS_TokenAttributes_given@@UBEXAAVPASN_Stream@@@Z @7361 NONAME ?Encode@MCS_TokenAttributes_giving@@UBEXAAVPASN_Stream@@@Z @7362 NONAME ?Encode@MCS_TokenAttributes_grabbed@@UBEXAAVPASN_Stream@@@Z @7363 NONAME ?Encode@MCS_TokenAttributes_inhibited@@UBEXAAVPASN_Stream@@@Z @7364 NONAME ?Encode@MCS_TokenAttributes_ungivable@@UBEXAAVPASN_Stream@@@Z @7365 NONAME ?Encode@MCS_TPin@@UBEXAAVPASN_Stream@@@Z @7366 NONAME ?Encode@MCS_TPrq@@UBEXAAVPASN_Stream@@@Z @7367 NONAME ?Encode@MCS_TRcf@@UBEXAAVPASN_Stream@@@Z @7368 NONAME ?Encode@MCS_TRrq@@UBEXAAVPASN_Stream@@@Z @7369 NONAME ?Encode@MCS_TTcf@@UBEXAAVPASN_Stream@@@Z @7370 NONAME ?Encode@MCS_TTrq@@UBEXAAVPASN_Stream@@@Z @7371 NONAME ?Encode@MCS_TVcf@@UBEXAAVPASN_Stream@@@Z @7372 NONAME ?Encode@MCS_TVin@@UBEXAAVPASN_Stream@@@Z @7373 NONAME ?Encode@MCS_TVrq@@UBEXAAVPASN_Stream@@@Z @7374 NONAME ?Encode@MCS_TVrs@@UBEXAAVPASN_Stream@@@Z @7375 NONAME ?Encode@MCS_USin@@UBEXAAVPASN_Stream@@@Z @7376 NONAME ?Encode@MCS_USrq@@UBEXAAVPASN_Stream@@@Z @7377 NONAME ?Encode@OpalG711ALaw64k_Decoder@@UAEHPBXPAIPAX11@Z @32552 NONAME ?Encode@OpalG711ALaw64k_Encoder@@UAEHPBXPAIPAX11@Z @32553 NONAME ?Encode@OpalG711uLaw64k_Decoder@@UAEHPBXPAIPAX11@Z @32554 NONAME ?Encode@OpalG711uLaw64k_Encoder@@UAEHPBXPAIPAX11@Z @32555 NONAME ?Encode@OpalPluginCodec@@UAEHPBXPAIPAX11@Z @32556 NONAME ?Encode@Q931@@QBEHAAVPBYTEArray@@@Z @7378 NONAME ?Encode@T38_Data_Field_subtype@@UBEXAAVPASN_Stream@@@Z @12707 NONAME ?Encode@T38_IFPPacket@@UBEXAAVPASN_Stream@@@Z @12708 NONAME ?Encode@T38_PreCorrigendum_Data_Field_subtype@@UBEXAAVPASN_Stream@@@Z @15135 NONAME ?Encode@T38_PreCorrigendum_IFPPacket@@UBEXAAVPASN_Stream@@@Z @15136 NONAME ?Encode@T38_UDPTLPacket@@UBEXAAVPASN_Stream@@@Z @12709 NONAME ?Encode@T38_UDPTLPacket_error_recovery_fec_info@@UBEXAAVPASN_Stream@@@Z @12710 NONAME ?Encode@X224@@QBEHAAVPBYTEArray@@@Z @7379 NONAME ?Encode@X880_Invoke@@UBEXAAVPASN_Stream@@@Z @10130 NONAME ?Encode@X880_Reject@@UBEXAAVPASN_Stream@@@Z @10131 NONAME ?Encode@X880_ReturnError@@UBEXAAVPASN_Stream@@@Z @10132 NONAME ?Encode@X880_ReturnResult@@UBEXAAVPASN_Stream@@@Z @10133 NONAME ?Encode@X880_ReturnResult_result@@UBEXAAVPASN_Stream@@@Z @10134 NONAME ?EncodeFrame@H323PluginFramedAudioCodec@@UAEHPAEAAI@Z @30701 NONAME ?EncodeFrame@H323StreamedAudioCodec@@UAEHPAEAAI@Z @7380 NONAME ?EncodeSample@H323_ALawCodec@@SAHF@Z @13412 NONAME ?EncodeSample@H323_muLawCodec@@SAHF@Z @13413 NONAME ?EncodeSubType@T38_UDPTLPacket_primary_ifp_packet@@QAEXABVT38_IFPPacket@@@Z @29904 NONAME ?encode_blk@H261Encoder@@IAEXPBFPBD@Z @7383 NONAME ?encode_mb@H261DCTEncoder@@MAEXIPBEIIH@Z @7384 NONAME ?encode_mb@H261Encoder@@MAEXIPBEIIH@Z @7385 NONAME ?encode_mb@H261PixelEncoder@@MAEXIPBEIIH@Z @7386 NONAME ?end@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAE?AViterator@12@XZ @32896 NONAME ?end@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE?AViterator@12@XZ @32253 NONAME ?end@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@XZ @32897 NONAME ?end@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@XZ @31991 NONAME ?end@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@XZ @31992 NONAME ?end@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@XZ @32557 NONAME ?end@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@XZ @31993 NONAME ?EndTransmit@OpalRFC2833@@UAEHXZ @13807 NONAME ?Enqueue@ByteQueue@OpalVoipBlasterDevice@@QAEHE@Z @13675 NONAME ?equal_range@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AU?$pair@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@V123@@2@ABVPString@@@Z @33185 NONAME ?erase@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE?AViterator@12@V312@0@Z @32254 NONAME ?erase@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE?AViterator@12@V312@@Z @32255 NONAME ?erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@0@Z @32898 NONAME ?erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@@Z @32899 NONAME ?erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@0@Z @31994 NONAME ?erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@@Z @31995 NONAME ?erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@0@Z @31996 NONAME ?erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@@Z @31997 NONAME ?erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@0@Z @32558 NONAME ?erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@@Z @32559 NONAME ?erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@0@Z @31998 NONAME ?erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@@Z @31999 NONAME ?erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEIABVPString@@@Z @33186 NONAME ?err@P64Decoder@@MBAXPBDZZ @7387 NONAME ?ETSIXMLTokenOID@OpalOSP@@3PBDB @32993 NONAME ?Exit@RTP_SessionManager@@QAEXXZ @11002 NONAME ?ExtractTransport@H323_RTP_UDP@@MAEHABVH245_TransportAddress@@HAAI@Z @16784 NONAME ?FastUpdatePicture@P64Encoder@@QAEXXZ @18488 NONAME ?FastUpdatePicture@Pre_Vid_Coder@@QAEXXZ @18489 NONAME ?fdct@@YAXPBEHPAFPBM@Z @14211 NONAME ?fdct_fold_q@@YAXPBHPAM@Z @14212 NONAME ?filter@P64Decoder@@IAEXPAE0I@Z @7390 NONAME ?Finalise@H235Authenticator@@UAEHAAVPBYTEArray@@@Z @16741 NONAME ?Finalise@H235AuthProcedure1@@UAEHAAVPBYTEArray@@@Z @13063 NONAME ?find@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE?AViterator@12@ABI@Z @32256 NONAME ?find@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@ABVPString@@@Z @32900 NONAME ?find@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@ABVPString@@@Z @32000 NONAME ?find@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@ABVPString@@@Z @32001 NONAME ?find@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@ABVPString@@@Z @32560 NONAME ?find@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@ABVPString@@@Z @32002 NONAME ?FindCall@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323GatekeeperCall@@@@ABVOpalGloballyUniqueID@@HW4PSafetyMode@@@Z @14096 NONAME ?FindCall@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323GatekeeperCall@@@@ABVOpalGloballyUniqueID@@W4Direction@H323GatekeeperCall@@W4PSafetyMode@@@Z @14097 NONAME ?FindCall@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323GatekeeperCall@@@@ABVPString@@W4PSafetyMode@@@Z @14941 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@ABV2@@Z @9031 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@ABVH245_Capability@@@Z @9032 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@ABVH245_DataType@@@Z @9033 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@ABVH245_ModeElement@@@Z @13539 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@ABVPString@@W4CapabilityDirection@2@@Z @13243 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@I@Z @9034 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@W4CapabilityDirection@2@@Z @13244 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@W4MainTypes@2@ABVPASN_Choice@@PBI@Z @18995 NONAME ?FindCapability@H323Capabilities@@QBEPAVH323Capability@@W4MainTypes@2@I@Z @9035 NONAME ?FindCapability@H323EndPoint@@QBEPAVH323Capability@@ABVH245_Capability@@@Z @9036 NONAME ?FindCapability@H323EndPoint@@QBEPAVH323Capability@@ABVH245_DataType@@@Z @9037 NONAME ?FindCapability@H323EndPoint@@QBEPAVH323Capability@@W4MainTypes@2@I@Z @9038 NONAME ?FindChannel@H245NegLogicalChannels@@QAEPAVH323Channel@@IH@Z @7394 NONAME ?FindChannel@H323Connection@@QBEPAVH323Channel@@IH@Z @9011 NONAME ?FindChannelBySession@H245NegLogicalChannels@@QAEPAVH323Channel@@IH@Z @9012 NONAME ?FindConnectionWithLock@H323EndPoint@@QAEPAVH323Connection@@ABVPString@@@Z @7395 NONAME ?FindConnectionWithoutLocks@H323EndPoint@@IAEPAVH323Connection@@ABVPString@@@Z @7396 NONAME ?FindDestinationEndPoint@H323GatekeeperServer@@QAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVOpalGloballyUniqueID@@W4Direction@H323GatekeeperCall@@@Z @18989 NONAME ?FindEndPointByAliasAddress@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVH225_AliasAddress@@W4PSafetyMode@@@Z @14098 NONAME ?FindEndPointByAliasString@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVPString@@W4PSafetyMode@@@Z @14099 NONAME ?FindEndPointByIdentifier@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVPString@@W4PSafetyMode@@@Z @14100 NONAME ?FindEndPointByPartialAlias@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVPString@@W4PSafetyMode@@@Z @15102 NONAME ?FindEndPointByPrefixString@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVPString@@W4PSafetyMode@@@Z @18990 NONAME ?FindEndPointBySignalAddress@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVH323TransportAddress@@W4PSafetyMode@@@Z @14101 NONAME ?FindEndPointBySignalAddresses@H323GatekeeperServer@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVH225_ArrayOf_TransportAddress@@W4PSafetyMode@@@Z @14102 NONAME ?FindMediaFormat@@YA?AVOpalMediaFormat@@W4PayloadTypes@RTP_DataFrame@@@Z @9440 NONAME ?FindNegLogicalChannel@H245NegLogicalChannels@@QAEPAVH245NegLogicalChannel@@IH@Z @14432 NONAME ?FindWithLock@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UAE?AV?$PSafePtr@VH323GatekeeperCall@@@@ABVH323GatekeeperCall@@W4PSafetyMode@@@Z @15061 NONAME ?FindWithLock@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UAE?AV?$PSafePtr@VH323PeerElementDescriptor@@@@ABVH323PeerElementDescriptor@@W4PSafetyMode@@@Z @18059 NONAME ?FindWithLock@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UAE?AV?$PSafePtr@VH323PeerElementServiceRelationship@@@@ABVH323PeerElementServiceRelationship@@W4PSafetyMode@@@Z @18060 NONAME ?FindWithLock@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@ABVPString@@W4PSafetyMode@@@Z @15062 NONAME ?First@RTP_SessionManager@@QAEPAVRTP_Session@@XZ @11003 NONAME ?flush@H261Encoder@@IAEHPAUpktbuf@Transmitter@@H0@Z @7398 NONAME ?Flush@VoipBlasterInterface@@QAEXVPTimeInterval@@@Z @18974 NONAME ?ForwardCall@H323Connection@@UAEHABVPString@@@Z @9145 NONAME ?ForwardConnection@H323EndPoint@@UAEHAAVH323Connection@@ABVPString@@ABVH323SignalPDU@@@Z @15109 NONAME ?Free_Memory@Pre_Vid_Coder@@IAEXXZ @7404 NONAME ?GenerateCallReference@Q931@@SAIXZ @13284 NONAME ?GetAdmissionRequestAuthentication@H323Connection@@UAEHABVH225_AdmissionRequest@@AAVH235Authenticators@@@Z @18729 NONAME ?GetAdmissionRequestAuthentication@H323GatekeeperServer@@UAEHAAVH323GatekeeperARQ@@AAVH235Authenticators@@@Z @18730 NONAME ?GetAEC@OpalIxJDevice@@UAE?AW4AECLevels@OpalLineInterfaceDevice@@I@Z @7406 NONAME ?GetAEC@OpalLineInterfaceDevice@@UAE?AW4AECLevels@1@I@Z @7407 NONAME ?GetAEC@OpalVoipBlasterDevice@@UAE?AW4AECLevels@OpalLineInterfaceDevice@@I@Z @13677 NONAME ?GetAlertingTime@H323Connection@@QBE?AVPTime@@XZ @13526 NONAME ?GetAlias@H323RegisteredEndPoint@@QBE?AVPString@@H@Z @12852 NONAME ?GetAliasCount@H323RegisteredEndPoint@@QBEHXZ @29911 NONAME ?GetAliases@H323RegisteredEndPoint@@QBEABVPStringArray@@XZ @29912 NONAME ?GetAliasNames@H323EndPoint@@QBEABVPStringList@@XZ @29913 NONAME ?GetAllConnections@H323EndPoint@@QAE?AVPStringList@@XZ @14213 NONAME ?GetAt@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UBEPAVH245NegLogicalChannel@@ABVH323ChannelNumber@@@Z @7410 NONAME ?GetAt@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UBEPAVH323ServiceControlSession@@ABVPOrdinalKey@@@Z @16373 NONAME ?GetAt@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UBEPAVH450xHandler@@ABVPOrdinalKey@@@Z @13170 NONAME ?GetAt@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UBEPAVPBYTEArray@@ABVPOrdinalKey@@@Z @7411 NONAME ?GetAt@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UBEPAVRequest@H323Transactor@@ABVPOrdinalKey@@@Z @18193 NONAME ?GetAt@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UBEPAVRTP_Session@@ABVPOrdinalKey@@@Z @7412 NONAME ?GetAt@?$PDictionary@VPString@@VH323Connection@@@@UBEPAVH323Connection@@ABVPString@@@Z @7413 NONAME ?GetAt@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UBEPAVH323RegisteredEndPoint@@ABVPString@@@Z @12853 NONAME ?GetAt@?$PDictionary@VPString@@VPOrdinalKey@@@@UBEPAVPOrdinalKey@@ABVPString@@@Z @18258 NONAME ?GetAt@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UAE?AV?$PSafePtr@VH323GatekeeperCall@@@@HW4PSafetyMode@@@Z @32312 NONAME ?GetAt@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UAE?AV?$PSafePtr@VH323PeerElementDescriptor@@@@HW4PSafetyMode@@@Z @32313 NONAME ?GetAt@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UAE?AV?$PSafePtr@VH323PeerElementServiceRelationship@@@@HW4PSafetyMode@@@Z @32314 NONAME ?GetAt@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@HW4PSafetyMode@@@Z @32315 NONAME ?GetAuthenticators@H323RegisteredEndPoint@@UBEABVH235Authenticators@@XZ @14783 NONAME ?GetAuthenticators@H323TransactionPDU@@QBEABVH235Authenticators@@XZ @29914 NONAME ?GetAverageSignalLevel@G7231_File_Codec@@UAEIXZ @14913 NONAME ?GetAverageSignalLevel@H323AudioCodec@@UAEIXZ @7415 NONAME ?GetAverageSignalLevel@H323FramedAudioCodec@@UAEIXZ @7416 NONAME ?GetAverageSignalLevel@H323_LIDCodec@@UAEIXZ @7417 NONAME ?GetAverageSignalLevel@OpalIxJDevice@@UAEIIH@Z @9664 NONAME ?GetAverageSignalLevel@OpalLineInterfaceDevice@@UAEIIH@Z @9665 NONAME ?GetAverageSignalLevel@OpalVoipBlasterDevice@@UAEIIH@Z @13678 NONAME ?GetBandwidth@G7231_File_Codec@@QBEIXZ @14605 NONAME ?GetBandwidth@OpalMediaFormat@@QBEIXZ @29915 NONAME ?GetBandwidthAvailable@H323Connection@@QBEIXZ @29916 NONAME ?GetBandwidthUsed@H323Channel@@QBEIXZ @29917 NONAME ?GetBandwidthUsed@H323Connection@@QBEIXZ @7423 NONAME ?GetBearerCapabilities@Q931@@QAEHAAW4InformationTransferCapability@1@AAIPAI2@Z @13237 NONAME ?GetBitsPerSec@OpalG711ALaw64k_Base@@UBEIXZ @32561 NONAME ?GetBitsPerSec@OpalG711uLaw64k_Base@@UBEIXZ @32562 NONAME ?GetBitsPerSec@OpalPluginCodec@@UBEIXZ @32563 NONAME ?GetBytesPerFrame@OpalG711ALaw64k_Base@@UBEIXZ @32564 NONAME ?GetBytesPerFrame@OpalG711uLaw64k_Base@@UBEIXZ @32565 NONAME ?GetBytesPerFrame@OpalPluginCodec@@UBEIXZ @32566 NONAME ?GetCall@H323RegisteredEndPoint@@QAEAAVH323GatekeeperCall@@H@Z @29918 NONAME ?GetCallCount@H323RegisteredEndPoint@@QBEHXZ @29919 NONAME ?GetCallCreditAmount@H323GatekeeperCall@@UBE?AVPString@@XZ @16374 NONAME ?GetCallCreditAmount@H323RegisteredEndPoint@@UBE?AVPString@@XZ @16375 NONAME ?GetCallCreditMode@H323GatekeeperCall@@UBEHXZ @16376 NONAME ?GetCallCreditMode@H323RegisteredEndPoint@@UBEHXZ @16377 NONAME ?GetCalledPartyNumber@Q931@@QBEHAAVPString@@PAI1@Z @7424 NONAME ?GetCallEndReason@H323Connection@@QBE?AW4CallEndReason@1@XZ @29920 NONAME ?GetCallerID@OpalIxJDevice@@UAEHIAAVPString@@H@Z @7425 NONAME ?GetCallerID@OpalLineInterfaceDevice@@UAEHIAAVPString@@H@Z @7426 NONAME ?GetCallerID@OpalVoipBlasterDevice@@UAEHIAAVPString@@H@Z @13679 NONAME ?GetCallIdentifier@H323Connection@@QBEABVOpalGloballyUniqueID@@XZ @29921 NONAME ?GetCallIdentifier@H323GatekeeperCall@@QBEABVOpalGloballyUniqueID@@XZ @29922 NONAME ?GetCallIdentityDictionary@H323EndPoint@@QAEAAV?$PDictionary@VPString@@VH323Connection@@@@XZ @29923 NONAME ?GetCallingPartyNumber@Q931@@QBEHAAVPString@@PAI111II@Z @8983 NONAME ?GetCallIntrusionProtectionLevel@H323EndPoint@@QBEIXZ @29924 NONAME ?GetCallIntrusionT1@H323EndPoint@@QBEABVPTimeInterval@@XZ @14335 NONAME ?GetCallIntrusionT5@H323EndPoint@@QBEABVPTimeInterval@@XZ @14716 NONAME ?GetCallIntrusionT6@H323EndPoint@@QBEABVPTimeInterval@@XZ @14717 NONAME ?GetCallReference@H323Connection@@QBEIXZ @29925 NONAME ?GetCallReference@H323GatekeeperCall@@QBEIXZ @29926 NONAME ?GetCallReference@Q931@@QBEIXZ @29927 NONAME ?GetCallState@Q931@@QBE?AW4CallStates@1@PAI@Z @13998 NONAME ?GetCallToken@H323Connection@@QBEABVPString@@XZ @29928 NONAME ?GetCallTransferInvokeId@H323Connection@@QAEHXZ @13171 NONAME ?GetCallTransferT1@H323EndPoint@@QBEABVPTimeInterval@@XZ @14018 NONAME ?GetCallTransferT2@H323EndPoint@@QBEABVPTimeInterval@@XZ @14019 NONAME ?GetCallTransferT3@H323EndPoint@@QBEABVPTimeInterval@@XZ @14020 NONAME ?GetCallTransferT4@H323EndPoint@@QBEABVPTimeInterval@@XZ @14021 NONAME ?GetCanonicalName@RTP_Session@@QBE?AVPString@@XZ @15139 NONAME ?GetCapabilities@H323EndPoint@@QBEABVH323Capabilities@@XZ @29929 NONAME ?GetCapability@H323Channel@@QBEABVH323Capability@@XZ @29930 NONAME ?GetCapabilityDirection@H323Capability@@QBE?AW4CapabilityDirection@1@XZ @29931 NONAME ?GetCapabilityExchangeTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @29932 NONAME ?GetCapabilityNumber@H323Capability@@QBEIXZ @29933 NONAME ?GetCause@Q931@@QBE?AW4CauseValues@1@PAI0@Z @9152 NONAME ?GetChannel@H245NegLogicalChannel@@QAEPAVH323Channel@@XZ @7429 NONAME ?GetChannelAt@H245NegLogicalChannels@@QAEPAVH323Channel@@H@Z @9177 NONAME ?GetChannelIdentification@Q931@@QBEHPAI0PAH@Z @18131 NONAME ?GetChannelThreadPriority@H323EndPoint@@QBE?AW4Priority@PThread@@XZ @32316 NONAME ?GetChannelThreadStackSize@H323EndPoint@@QBEHXZ @29934 NONAME ?GetCheckResponseCryptoTokens@H323Transactor@@QAEHXZ @29935 NONAME ?GetChoice@H323RasPDU@@UAEAAVPASN_Choice@@XZ @17737 NONAME ?GetChoice@H323RasPDU@@UBEABVPASN_Choice@@XZ @17629 NONAME ?GetChoice@H501PDU@@UAEAAVPASN_Choice@@XZ @17738 NONAME ?GetChoice@H501PDU@@UBEABVPASN_Choice@@XZ @17630 NONAME ?GetClass@?$PArray@V?$PList@VH323Capability@@@@@@UBEPBDI@Z @7431 NONAME ?GetClass@?$PArray@VH323SimultaneousCapabilities@@@@UBEPBDI@Z @7432 NONAME ?GetClass@?$PArray@VH323TransportAddress@@@@UBEPBDI@Z @12854 NONAME ?GetClass@?$PArray@VReceiverReport@RTP_Session@@@@UBEPBDI@Z @8935 NONAME ?GetClass@?$PArray@VSourceDescription@RTP_Session@@@@UBEPBDI@Z @8936 NONAME ?GetClass@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UBEPBDI@Z @7434 NONAME ?GetClass@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UBEPBDI@Z @16378 NONAME ?GetClass@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UBEPBDI@Z @13172 NONAME ?GetClass@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UBEPBDI@Z @7435 NONAME ?GetClass@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UBEPBDI@Z @18194 NONAME ?GetClass@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UBEPBDI@Z @7436 NONAME ?GetClass@?$PDictionary@VPString@@VH323Connection@@@@UBEPBDI@Z @7437 NONAME ?GetClass@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UBEPBDI@Z @12855 NONAME ?GetClass@?$PDictionary@VPString@@VPOrdinalKey@@@@UBEPBDI@Z @18259 NONAME ?GetClass@?$PList@VH235Authenticator@@@@UBEPBDI@Z @13068 NONAME ?GetClass@?$PList@VH245_GenericParameter@@@@UBEPBDI@Z @33271 NONAME ?GetClass@?$PList@VH263Packet@@@@UBEPBDI@Z @33713 NONAME ?GetClass@?$PList@VH323Capability@@@@UBEPBDI@Z @7438 NONAME ?GetClass@?$PList@VH323Channel@@@@UBEPBDI@Z @7439 NONAME ?GetClass@?$PList@VH323GatekeeperListener@@@@UBEPBDI@Z @12856 NONAME ?GetClass@?$PList@VH323Listener@@@@UBEPBDI@Z @7441 NONAME ?GetClass@?$PList@VH323Transactor@@@@UBEPBDI@Z @17631 NONAME ?GetClass@?$PList@VH450xHandler@@@@UBEPBDI@Z @13173 NONAME ?GetClass@?$PList@VOpalMediaFormat@@@@UBEPBDI@Z @9441 NONAME ?GetClass@?$PList@VPBYTEArray@@@@UBEPBDI@Z @16526 NONAME ?GetClass@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UBEPBDI@Z @15063 NONAME ?GetClass@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UBEPBDI@Z @18061 NONAME ?GetClass@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UBEPBDI@Z @18062 NONAME ?GetClass@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UBEPBDI@Z @15064 NONAME ?GetClass@?$PSafePtr@VH323GatekeeperCall@@@@UBEPBDI@Z @14107 NONAME ?GetClass@?$PSafePtr@VH323PeerElementDescriptor@@@@UBEPBDI@Z @18063 NONAME ?GetClass@?$PSafePtr@VH323PeerElementServiceRelationship@@@@UBEPBDI@Z @18064 NONAME ?GetClass@?$PSafePtr@VH323RegisteredEndPoint@@@@UBEPBDI@Z @14108 NONAME ?GetClass@?$PSet@VPOrdinalKey@@@@UBEPBDI@Z @18260 NONAME ?GetClass@?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@UBEPBDI@Z @14410 NONAME ?GetClass@?$PSortedList@VH225_AliasAddress@@@@UBEPBDI@Z @18398 NONAME ?GetClass@?$PSortedList@VH323GatekeeperCall@@@@UBEPBDI@Z @12857 NONAME ?GetClass@?$PSortedList@VH323PeerElementDescriptor@@@@UBEPBDI@Z @18065 NONAME ?GetClass@?$PSortedList@VH323PeerElementServiceRelationship@@@@UBEPBDI@Z @18066 NONAME ?GetClass@?$PSortedList@VMXRecord@PDNS@@@@UBEPBDI@Z @32901 NONAME ?GetClass@?$PSortedList@VResponse@H323Transactor@@@@UBEPBDI@Z @18195 NONAME ?GetClass@?$PSortedList@VSRVRecord@PDNS@@@@UBEPBDI@Z @32902 NONAME ?GetClass@AlternateInfo@H323Gatekeeper@@UBEPBDI@Z @14411 NONAME ?GetClass@ByteQueue@OpalVoipBlasterDevice@@UBEPBDI@Z @13680 NONAME ?GetClass@FilterInfo@H323Codec@@UBEPBDI@Z @13831 NONAME ?GetClass@G7231_File_Capability@@UBEPBDI@Z @14607 NONAME ?GetClass@G7231_File_Codec@@UBEPBDI@Z @14608 NONAME ?GetClass@H225CallThread@@UBEPBDI@Z @7442 NONAME ?GetClass@H225TransportThread@@UBEPBDI@Z @7444 NONAME ?GetClass@H225_RAS@@UBEPBDI@Z @12500 NONAME ?GetClass@H235AuthCAT@@UBEPBDI@Z @16742 NONAME ?GetClass@H235Authenticator@@UBEPBDI@Z @13070 NONAME ?GetClass@H235Authenticators@@UBEPBDI@Z @14784 NONAME ?GetClass@H235AuthProcedure1@@UBEPBDI@Z @13071 NONAME ?GetClass@H235AuthSimpleMD5@@UBEPBDI@Z @13072 NONAME ?GetClass@H245NegLogicalChannel@@UBEPBDI@Z @7445 NONAME ?GetClass@H245NegLogicalChannels@@UBEPBDI@Z @7446 NONAME ?GetClass@H245NegMasterSlaveDetermination@@UBEPBDI@Z @7447 NONAME ?GetClass@H245Negotiator@@UBEPBDI@Z @7448 NONAME ?GetClass@H245NegRequestMode@@UBEPBDI@Z @7449 NONAME ?GetClass@H245NegRoundTripDelay@@UBEPBDI@Z @7450 NONAME ?GetClass@H245NegTerminalCapabilitySet@@UBEPBDI@Z @7451 NONAME ?GetClass@H245TransportThread@@UBEPBDI@Z @7452 NONAME ?GetClass@H263Packet@@UBEPBDI@Z @33714 NONAME ?GetClass@H263PacketList@@UBEPBDI@Z @33715 NONAME ?GetClass@H323AudioCapability@@UBEPBDI@Z @7453 NONAME ?GetClass@H323AudioCodec@@UBEPBDI@Z @7454 NONAME ?GetClass@H323BidirectionalChannel@@UBEPBDI@Z @7455 NONAME ?GetClass@H323CallCreditServiceControl@@UBEPBDI@Z @16380 NONAME ?GetClass@H323Capabilities@@UBEPBDI@Z @9040 NONAME ?GetClass@H323CapabilitiesSet@@UBEPBDI@Z @9041 NONAME ?GetClass@H323Capability@@UBEPBDI@Z @7456 NONAME ?GetClass@H323Channel@@UBEPBDI@Z @7458 NONAME ?GetClass@H323ChannelNumber@@UBEPBDI@Z @7459 NONAME ?GetClass@H323Codec@@UBEPBDI@Z @7460 NONAME ?GetClass@H323CodecPluginGenericAudioCapability@@UBEPBDI@Z @33272 NONAME ?GetClass@H323CodecPluginNonStandardAudioCapability@@UBEPBDI@Z @29936 NONAME ?GetClass@H323Connection@@UBEPBDI@Z @7461 NONAME ?GetClass@H323ConnectionsCleaner@@UBEPBDI@Z @7462 NONAME ?GetClass@H323ControlPDU@@UBEPBDI@Z @7463 NONAME ?GetClass@H323DataCapability@@UBEPBDI@Z @7464 NONAME ?GetClass@H323DataChannel@@UBEPBDI@Z @12711 NONAME ?GetClass@H323DynaLink@@UBEPBDI@Z @30652 NONAME ?GetClass@H323EndPoint@@UBEPBDI@Z @7465 NONAME ?GetClass@H323FramedAudioCodec@@UBEPBDI@Z @7466 NONAME ?GetClass@H323Gatekeeper@@UBEPBDI@Z @7467 NONAME ?GetClass@H323GatekeeperARQ@@UBEPBDI@Z @13472 NONAME ?GetClass@H323GatekeeperBRQ@@UBEPBDI@Z @13473 NONAME ?GetClass@H323GatekeeperCall@@UBEPBDI@Z @12859 NONAME ?GetClass@H323GatekeeperDRQ@@UBEPBDI@Z @13474 NONAME ?GetClass@H323GatekeeperGRQ@@UBEPBDI@Z @13475 NONAME ?GetClass@H323GatekeeperIRR@@UBEPBDI@Z @14260 NONAME ?GetClass@H323GatekeeperListener@@UBEPBDI@Z @12860 NONAME ?GetClass@H323GatekeeperLRQ@@UBEPBDI@Z @13476 NONAME ?GetClass@H323GatekeeperRequest@@UBEPBDI@Z @13477 NONAME ?GetClass@H323GatekeeperRRQ@@UBEPBDI@Z @13478 NONAME ?GetClass@H323GatekeeperServer@@UBEPBDI@Z @12861 NONAME ?GetClass@H323GatekeeperURQ@@UBEPBDI@Z @13479 NONAME ?GetClass@H323GenericAudioCapability@@UBEPBDI@Z @33273 NONAME ?GetClass@H323GenericVideoCapability@@UBEPBDI@Z @33274 NONAME ?GetClass@H323GSMPluginCapability@@UBEPBDI@Z @29937 NONAME ?GetClass@H323H248ServiceControl@@UBEPBDI@Z @16381 NONAME ?GetClass@H323HTTPServiceControl@@UBEPBDI@Z @16382 NONAME ?GetClass@H323Listener@@UBEPBDI@Z @7469 NONAME ?GetClass@H323ListenerTCP@@UBEPBDI@Z @7470 NONAME ?GetClass@H323LogicalChannelThread@@UBEPBDI@Z @7471 NONAME ?GetClass@H323NonStandardAudioCapability@@UBEPBDI@Z @7472 NONAME ?GetClass@H323NonStandardDataCapability@@UBEPBDI@Z @7473 NONAME ?GetClass@H323NonStandardVideoCapability@@UBEPBDI@Z @7474 NONAME ?GetClass@H323PeerElement@@UBEPBDI@Z @17632 NONAME ?GetClass@H323PeerElementDescriptor@@UBEPBDI@Z @18067 NONAME ?GetClass@H323PeerElementServiceRelationship@@UBEPBDI@Z @18068 NONAME ?GetClass@H323PluginCapability@@UBEPBDI@Z @29940 NONAME ?GetClass@H323PluginCodecManager@@UBEPBDI@Z @31009 NONAME ?GetClass@H323PluginFramedAudioCodec@@UBEPBDI@Z @30702 NONAME ?GetClass@H323PluginG7231Capability@@UBEPBDI@Z @29941 NONAME ?GetClass@H323PluginVideoCodec@@UBEPBDI@Z @29942 NONAME ?GetClass@H323RasPDU@@UBEPBDI@Z @7475 NONAME ?GetClass@H323RealTimeCapability@@UBEPBDI@Z @7476 NONAME ?GetClass@H323RegisteredEndPoint@@UBEPBDI@Z @12862 NONAME ?GetClass@H323ServiceControlSession@@UBEPBDI@Z @16383 NONAME ?GetClass@H323SignalPDU@@UBEPBDI@Z @7477 NONAME ?GetClass@H323SimultaneousCapabilities@@UBEPBDI@Z @7478 NONAME ?GetClass@H323StreamedAudioCodec@@UBEPBDI@Z @7479 NONAME ?GetClass@H323StreamedPluginAudioCodec@@UBEPBDI@Z @30703 NONAME ?GetClass@H323Transaction@@UBEPBDI@Z @18399 NONAME ?GetClass@H323TransactionServer@@UBEPBDI@Z @17634 NONAME ?GetClass@H323Transactor@@UBEPBDI@Z @17635 NONAME ?GetClass@H323Transport@@UBEPBDI@Z @7480 NONAME ?GetClass@H323TransportAddress@@UBEPBDI@Z @7481 NONAME ?GetClass@H323TransportAddressArray@@UBEPBDI@Z @14755 NONAME ?GetClass@H323TransportIP@@UBEPBDI@Z @7482 NONAME ?GetClass@H323TransportTCP@@UBEPBDI@Z @7483 NONAME ?GetClass@H323TransportUDP@@UBEPBDI@Z @7484 NONAME ?GetClass@H323UnidirectionalChannel@@UBEPBDI@Z @7485 NONAME ?GetClass@H323VideoCapability@@UBEPBDI@Z @7486 NONAME ?GetClass@H323VideoCodec@@UBEPBDI@Z @7487 NONAME ?GetClass@H323_ALawCodec@@UBEPBDI@Z @7492 NONAME ?GetClass@H323_AnnexG@@UBEPBDI@Z @17636 NONAME ?GetClass@H323_CiscoG7231aLIDCapability@@UBEPBDI@Z @14698 NONAME ?GetClass@H323_ExternalRTPChannel@@UBEPBDI@Z @13590 NONAME ?GetClass@H323_G711Capability@@UBEPBDI@Z @7493 NONAME ?GetClass@H323_H261Capability@@UBEPBDI@Z @7496 NONAME ?GetClass@H323_H261Codec@@UBEPBDI@Z @7497 NONAME ?GetClass@H323_LIDCapability@@UBEPBDI@Z @7498 NONAME ?GetClass@H323_LIDCodec@@UBEPBDI@Z @7499 NONAME ?GetClass@H323_muLawCodec@@UBEPBDI@Z @7500 NONAME ?GetClass@H323_RealTimeChannel@@UBEPBDI@Z @13591 NONAME ?GetClass@H323_RFC2190_H263Capability@@UBEPBDI@Z @33716 NONAME ?GetClass@H323_RFC2190_H263Codec@@UBEPBDI@Z @33717 NONAME ?GetClass@H323_RTPChannel@@UBEPBDI@Z @7501 NONAME ?GetClass@H323_RTP_Session@@UBEPBDI@Z @7502 NONAME ?GetClass@H323_RTP_UDP@@UBEPBDI@Z @7503 NONAME ?GetClass@H323_T120Capability@@UBEPBDI@Z @7504 NONAME ?GetClass@H323_T120Channel@@UBEPBDI@Z @12712 NONAME ?GetClass@H323_T38Capability@@UBEPBDI@Z @12713 NONAME ?GetClass@H323_T38Channel@@UBEPBDI@Z @12714 NONAME ?GetClass@H323_T38NonStandardCapability@@UBEPBDI@Z @14193 NONAME ?GetClass@H323_UserInputCapability@@UBEPBDI@Z @7505 NONAME ?GetClass@H45011Handler@@UBEPBDI@Z @14336 NONAME ?GetClass@H4502Handler@@UBEPBDI@Z @13174 NONAME ?GetClass@H4504Handler@@UBEPBDI@Z @13175 NONAME ?GetClass@H4506Handler@@UBEPBDI@Z @13629 NONAME ?GetClass@H450xDispatcher@@UBEPBDI@Z @13176 NONAME ?GetClass@H450xHandler@@UBEPBDI@Z @13177 NONAME ?GetClass@H501AccessRequest@@UBEPBDI@Z @18400 NONAME ?GetClass@H501DescriptorUpdate@@UBEPBDI@Z @18401 NONAME ?GetClass@H501PDU@@UBEPBDI@Z @17638 NONAME ?GetClass@H501ServiceRequest@@UBEPBDI@Z @18402 NONAME ?GetClass@H501Transaction@@UBEPBDI@Z @18403 NONAME ?GetClass@MXRecordList@PDNS@@UBEPBDI@Z @32903 NONAME ?GetClass@OpalFactoryCodec@@UBEPBDI@Z @32567 NONAME ?GetClass@OpalG711ALaw64k_Base@@UBEPBDI@Z @32568 NONAME ?GetClass@OpalG711ALaw64k_Decoder@@UBEPBDI@Z @32569 NONAME ?GetClass@OpalG711ALaw64k_Encoder@@UBEPBDI@Z @32570 NONAME ?GetClass@OpalG711uLaw64k_Base@@UBEPBDI@Z @32571 NONAME ?GetClass@OpalG711uLaw64k_Decoder@@UBEPBDI@Z @32572 NONAME ?GetClass@OpalG711uLaw64k_Encoder@@UBEPBDI@Z @32573 NONAME ?GetClass@OpalGloballyUniqueID@@UBEPBDI@Z @9543 NONAME ?GetClass@OpalIxJDevice@@UBEPBDI@Z @7506 NONAME ?GetClass@OpalLineChannel@@UBEPBDI@Z @7507 NONAME ?GetClass@OpalLineInterfaceDevice@@UBEPBDI@Z @7508 NONAME ?GetClass@OpalMediaFormat@@UBEPBDI@Z @9442 NONAME ?GetClass@OpalPluginCodec@@UBEPBDI@Z @32574 NONAME ?GetClass@OpalRFC2833@@UBEPBDI@Z @13809 NONAME ?GetClass@OpalRFC2833Info@@UBEPBDI@Z @13810 NONAME ?GetClass@OpalRtpToWavFile@@UBEPBDI@Z @14243 NONAME ?GetClass@OpalT120Protocol@@UBEPBDI@Z @12715 NONAME ?GetClass@OpalT38Protocol@@UBEPBDI@Z @12716 NONAME ?GetClass@OpalVoipBlasterDevice@@UBEPBDI@Z @13681 NONAME ?GetClass@OpalVXMLSession@@UBEPBDI@Z @14615 NONAME ?GetClass@OpalWAVFile@@UBEPBDI@Z @14307 NONAME ?GetClass@PASN_Array@@UBEPBDI@Z @7515 NONAME ?GetClass@PASN_BitString@@UBEPBDI@Z @7516 NONAME ?GetClass@PASN_BMPString@@UBEPBDI@Z @7517 NONAME ?GetClass@PASN_Boolean@@UBEPBDI@Z @7518 NONAME ?GetClass@PASN_Choice@@UBEPBDI@Z @7519 NONAME ?GetClass@PASN_ConstrainedObject@@UBEPBDI@Z @7520 NONAME ?GetClass@PASN_ConstrainedString@@UBEPBDI@Z @7521 NONAME ?GetClass@PASN_Enumeration@@UBEPBDI@Z @7522 NONAME ?GetClass@PASN_GeneralisedTime@@UBEPBDI@Z @10880 NONAME ?GetClass@PASN_GeneralString@@UBEPBDI@Z @12257 NONAME ?GetClass@PASN_IA5String@@UBEPBDI@Z @7523 NONAME ?GetClass@PASN_Integer@@UBEPBDI@Z @7524 NONAME ?GetClass@PASN_Null@@UBEPBDI@Z @7525 NONAME ?GetClass@PASN_NumericString@@UBEPBDI@Z @7526 NONAME ?GetClass@PASN_Object@@UBEPBDI@Z @7527 NONAME ?GetClass@PASN_ObjectId@@UBEPBDI@Z @7528 NONAME ?GetClass@PASN_OctetString@@UBEPBDI@Z @7529 NONAME ?GetClass@PASN_PrintableString@@UBEPBDI@Z @7530 NONAME ?GetClass@PASN_Sequence@@UBEPBDI@Z @7531 NONAME ?GetClass@PASN_Stream@@UBEPBDI@Z @14052 NONAME ?GetClass@PASN_VisibleString@@UBEPBDI@Z @10881 NONAME ?GetClass@PLDAPAttributeBase@@UBEPBDI@Z @18604 NONAME ?GetClass@PLDAPStructBase@@UBEPBDI@Z @18605 NONAME ?GetClass@PluginLoader@@UBEPBDI@Z @32994 NONAME ?GetClass@PPER_Stream@@UBEPBDI@Z @14053 NONAME ?GetClass@PVXMLSession@@UBEPBDI@Z @29944 NONAME ?GetClass@PWAVFile@@UBEPBDI@Z @14244 NONAME ?GetClass@Q931@@UBEPBDI@Z @7538 NONAME ?GetClass@ReceiverReport@RTP_Session@@UBEPBDI@Z @8941 NONAME ?GetClass@Request@H323Transactor@@UBEPBDI@Z @18196 NONAME ?GetClass@Response@H323Transactor@@UBEPBDI@Z @18197 NONAME ?GetClass@RFC2190_FfmpgLink@@UBEPBDI@Z @33718 NONAME ?GetClass@RTP_ControlFrame@@UBEPBDI@Z @7539 NONAME ?GetClass@RTP_DataFrame@@UBEPBDI@Z @7540 NONAME ?GetClass@RTP_JitterBuffer@@UBEPBDI@Z @7541 NONAME ?GetClass@RTP_QOS@@UBEPBDI@Z @18928 NONAME ?GetClass@RTP_Session@@UBEPBDI@Z @7542 NONAME ?GetClass@RTP_SessionManager@@UBEPBDI@Z @7543 NONAME ?GetClass@RTP_UDP@@UBEPBDI@Z @7544 NONAME ?GetClass@RTP_UserData@@UBEPBDI@Z @29945 NONAME ?GetClass@SenderReport@RTP_Session@@UBEPBDI@Z @8942 NONAME ?GetClass@SourceDescription@RTP_Session@@UBEPBDI@Z @8943 NONAME ?GetClass@SRVRecordList@PDNS@@UBEPBDI@Z @32904 NONAME ?GetClass@StringMap@H323GatekeeperServer@@UBEPBDI@Z @15104 NONAME ?GetClass@T120ConnectPDU@@UBEPBDI@Z @13858 NONAME ?GetClass@T120_X224@@UBEPBDI@Z @13859 NONAME ?GetClass@VoipBlasterInterface@@UBEPBDI@Z @13682 NONAME ?GetClass@X224@@UBEPBDI@Z @7545 NONAME ?GetCleanerThreadStackSize@H323EndPoint@@QBEHXZ @29946 NONAME ?GetCode@X224@@QBEHXZ @29947 NONAME ?GetCodec@H323Channel@@QBEPAVH323Codec@@XZ @9223 NONAME ?GetCompoundSize@RTP_ControlFrame@@QBEHXZ @29949 NONAME ?GetConferenceIdentifier@H323Connection@@QBEABVOpalGloballyUniqueID@@XZ @29950 NONAME ?GetConferenceIdentifier@H323GatekeeperCall@@QBEABVOpalGloballyUniqueID@@XZ @29951 NONAME ?GetConnectedNumber@Q931@@QBEHAAVPString@@PAI1111III@Z @13560 NONAME ?GetConnectionEndTime@H323Connection@@QBE?AVPTime@@XZ @13527 NONAME ?GetConnectionStartTime@H323Connection@@QBE?AVPTime@@XZ @13528 NONAME ?GetContribSource@RTP_DataFrame@@QBEKH@Z @7548 NONAME ?GetContribSrcCount@RTP_DataFrame@@QBEHXZ @29952 NONAME ?GetControlChannel@H323Connection@@QBEABVH323Transport@@XZ @7549 NONAME ?GetControlChannelStartTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @29953 NONAME ?GetControlVersion@H323Connection@@QBEIXZ @29954 NONAME ?GetCount@RTP_ControlFrame@@QBEIXZ @29955 NONAME ?GetCountPacketsOutStanding@Transmitter@@QAEHXZ @13554 NONAME ?GetCountryCode@OpalLineInterfaceDevice@@SA?AW4T35CountryCodes@1@ABVPString@@@Z @9358 NONAME ?GetCountryCodeName@OpalLineInterfaceDevice@@QBE?AVPString@@XZ @7550 NONAME ?GetCountryCodeName@OpalLineInterfaceDevice@@SA?AVPString@@W4T35CountryCodes@1@@Z @9317 NONAME ?GetCountryCodeNameList@OpalLineInterfaceDevice@@UBE?AVPStringList@@XZ @9359 NONAME ?GetData@X224@@QBEABVPBYTEArray@@XZ @29957 NONAME ?GetDataAt@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@QBEAAVH245NegLogicalChannel@@H@Z @29958 NONAME ?GetDataAt@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@QBEAAVPBYTEArray@@H@Z @29959 NONAME ?GetDataAt@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@QBEAAVRTP_Session@@H@Z @29960 NONAME ?GetDataAt@?$PDictionary@VPString@@VH323Connection@@@@QBEAAVH323Connection@@H@Z @29961 NONAME ?GetDataAt@?$POrdinalDictionary@VPString@@@@QBEHH@Z @29962 NONAME ?GetDataAt@?$PStringDictionary@VPOrdinalKey@@@@QBEAAVPString@@H@Z @29963 NONAME ?GetDataLength@?$H235_ENCRYPTED@VH235_EncodedGeneralToken@@@@UBEHXZ @12481 NONAME ?GetDataLength@?$H235_ENCRYPTED@VH235_EncodedKeySyncMaterial@@@@UBEHXZ @12482 NONAME ?GetDataLength@?$H235_ENCRYPTED@VH235_EncodedPwdCertToken@@@@UBEHXZ @12483 NONAME ?GetDataLength@?$H235_HASHED@VH235_EncodedGeneralToken@@@@UBEHXZ @12484 NONAME ?GetDataLength@?$H235_HASHED@VH235_EncodedPwdCertToken@@@@UBEHXZ @12485 NONAME ?GetDataLength@?$H235_SIGNED@VH225_EncodedFastStartToken@@@@UBEHXZ @12486 NONAME ?GetDataLength@?$H235_SIGNED@VH235_EncodedGeneralToken@@@@UBEHXZ @12487 NONAME ?GetDataLength@?$H235_SIGNED@VH235_EncodedKeySignedMaterial@@@@UBEHXZ @12488 NONAME ?GetDataLength@?$H235_SIGNED@VH235_EncodedPwdCertToken@@@@UBEHXZ @12489 NONAME ?GetDataLength@?$H235_SIGNED@VH235_EncodedReturnSig@@@@UBEHXZ @12490 NONAME ?GetDataLength@GCC_ApplicationInvokeIndication@@UBEHXZ @7561 NONAME ?GetDataLength@GCC_ApplicationInvokeSpecifier@@UBEHXZ @7562 NONAME ?GetDataLength@GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype@@UBEHXZ @7563 NONAME ?GetDataLength@GCC_ApplicationRecord@@UBEHXZ @7564 NONAME ?GetDataLength@GCC_ApplicationRecord_nonCollapsingCapabilities_subtype@@UBEHXZ @7565 NONAME ?GetDataLength@GCC_ChallengeItem@@UBEHXZ @7566 NONAME ?GetDataLength@GCC_ChallengeRequest@@UBEHXZ @7567 NONAME ?GetDataLength@GCC_ChallengeResponse@@UBEHXZ @7568 NONAME ?GetDataLength@GCC_ConductorAssignIndication@@UBEHXZ @7569 NONAME ?GetDataLength@GCC_ConductorPermissionAskIndication@@UBEHXZ @7570 NONAME ?GetDataLength@GCC_ConductorPermissionGrantIndication@@UBEHXZ @7571 NONAME ?GetDataLength@GCC_ConductorReleaseIndication@@UBEHXZ @7572 NONAME ?GetDataLength@GCC_ConferenceAddRequest@@UBEHXZ @7573 NONAME ?GetDataLength@GCC_ConferenceAddResponse@@UBEHXZ @7574 NONAME ?GetDataLength@GCC_ConferenceAssistanceIndication@@UBEHXZ @7575 NONAME ?GetDataLength@GCC_ConferenceCreateRequest@@UBEHXZ @7576 NONAME ?GetDataLength@GCC_ConferenceCreateResponse@@UBEHXZ @7577 NONAME ?GetDataLength@GCC_ConferenceDescriptor@@UBEHXZ @7578 NONAME ?GetDataLength@GCC_ConferenceEjectUserIndication@@UBEHXZ @7579 NONAME ?GetDataLength@GCC_ConferenceEjectUserRequest@@UBEHXZ @7580 NONAME ?GetDataLength@GCC_ConferenceEjectUserResponse@@UBEHXZ @7581 NONAME ?GetDataLength@GCC_ConferenceInviteRequest@@UBEHXZ @7582 NONAME ?GetDataLength@GCC_ConferenceInviteResponse@@UBEHXZ @7583 NONAME ?GetDataLength@GCC_ConferenceJoinRequest@@UBEHXZ @7584 NONAME ?GetDataLength@GCC_ConferenceJoinResponse@@UBEHXZ @7585 NONAME ?GetDataLength@GCC_ConferenceLockIndication@@UBEHXZ @7586 NONAME ?GetDataLength@GCC_ConferenceLockRequest@@UBEHXZ @7587 NONAME ?GetDataLength@GCC_ConferenceLockResponse@@UBEHXZ @7588 NONAME ?GetDataLength@GCC_ConferenceName@@UBEHXZ @7589 NONAME ?GetDataLength@GCC_ConferencePriority@@UBEHXZ @7590 NONAME ?GetDataLength@GCC_ConferenceQueryRequest@@UBEHXZ @7591 NONAME ?GetDataLength@GCC_ConferenceQueryResponse@@UBEHXZ @7592 NONAME ?GetDataLength@GCC_ConferenceTerminateIndication@@UBEHXZ @7593 NONAME ?GetDataLength@GCC_ConferenceTerminateRequest@@UBEHXZ @7594 NONAME ?GetDataLength@GCC_ConferenceTerminateResponse@@UBEHXZ @7595 NONAME ?GetDataLength@GCC_ConferenceTimeExtendIndication@@UBEHXZ @7596 NONAME ?GetDataLength@GCC_ConferenceTimeInquireIndication@@UBEHXZ @7597 NONAME ?GetDataLength@GCC_ConferenceTimeRemainingIndication@@UBEHXZ @7598 NONAME ?GetDataLength@GCC_ConferenceTransferIndication@@UBEHXZ @7599 NONAME ?GetDataLength@GCC_ConferenceTransferRequest@@UBEHXZ @7600 NONAME ?GetDataLength@GCC_ConferenceTransferResponse@@UBEHXZ @7601 NONAME ?GetDataLength@GCC_ConferenceUnlockIndication@@UBEHXZ @7602 NONAME ?GetDataLength@GCC_ConferenceUnlockRequest@@UBEHXZ @7603 NONAME ?GetDataLength@GCC_ConferenceUnlockResponse@@UBEHXZ @7604 NONAME ?GetDataLength@GCC_ConnectData@@UBEHXZ @7605 NONAME ?GetDataLength@GCC_FunctionNotSupportedResponse@@UBEHXZ @7606 NONAME ?GetDataLength@GCC_NetworkAddress_subtype_aggregatedChannel@@UBEHXZ @7607 NONAME ?GetDataLength@GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility@@UBEHXZ @7608 NONAME ?GetDataLength@GCC_NetworkAddress_subtype_aggregatedChannel_transferModes@@UBEHXZ @7609 NONAME ?GetDataLength@GCC_NetworkAddress_subtype_transportConnection@@UBEHXZ @7610 NONAME ?GetDataLength@GCC_NodeProperties@@UBEHXZ @7611 NONAME ?GetDataLength@GCC_NodeRecord@@UBEHXZ @7612 NONAME ?GetDataLength@GCC_NonStandardParameter@@UBEHXZ @7613 NONAME ?GetDataLength@GCC_NonStandardPDU@@UBEHXZ @7614 NONAME ?GetDataLength@GCC_Password@@UBEHXZ @7615 NONAME ?GetDataLength@GCC_PasswordChallengeRequestResponse_challengeRequestResponse@@UBEHXZ @7616 NONAME ?GetDataLength@GCC_RegistryAllocateHandleRequest@@UBEHXZ @7617 NONAME ?GetDataLength@GCC_RegistryAllocateHandleResponse@@UBEHXZ @7618 NONAME ?GetDataLength@GCC_RegistryAssignTokenRequest@@UBEHXZ @7619 NONAME ?GetDataLength@GCC_RegistryDeleteEntryRequest@@UBEHXZ @7620 NONAME ?GetDataLength@GCC_RegistryEntryOwner_owned@@UBEHXZ @7621 NONAME ?GetDataLength@GCC_RegistryKey@@UBEHXZ @7622 NONAME ?GetDataLength@GCC_RegistryMonitorEntryIndication@@UBEHXZ @7623 NONAME ?GetDataLength@GCC_RegistryMonitorEntryRequest@@UBEHXZ @7624 NONAME ?GetDataLength@GCC_RegistryRegisterChannelRequest@@UBEHXZ @7625 NONAME ?GetDataLength@GCC_RegistryResponse@@UBEHXZ @7626 NONAME ?GetDataLength@GCC_RegistryRetrieveEntryRequest@@UBEHXZ @7627 NONAME ?GetDataLength@GCC_RegistrySetParameterRequest@@UBEHXZ @7628 NONAME ?GetDataLength@GCC_RosterUpdateIndication@@UBEHXZ @7629 NONAME ?GetDataLength@GCC_RosterUpdateIndication_applicationInformation_subtype@@UBEHXZ @7630 NONAME ?GetDataLength@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype@@UBEHXZ @7631 NONAME ?GetDataLength@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype@@UBEHXZ @7632 NONAME ?GetDataLength@GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype@@UBEHXZ @7633 NONAME ?GetDataLength@GCC_RosterUpdateIndication_nodeInformation@@UBEHXZ @7634 NONAME ?GetDataLength@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype@@UBEHXZ @7635 NONAME ?GetDataLength@GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype@@UBEHXZ @7636 NONAME ?GetDataLength@GCC_SessionKey@@UBEHXZ @7637 NONAME ?GetDataLength@GCC_TextMessageIndication@@UBEHXZ @7638 NONAME ?GetDataLength@GCC_UserData_subtype@@UBEHXZ @7639 NONAME ?GetDataLength@GCC_UserIDIndication@@UBEHXZ @7640 NONAME ?GetDataLength@H225_AddressPattern_range@@UBEHXZ @12258 NONAME ?GetDataLength@H225_AdmissionConfirm@@UBEHXZ @7641 NONAME ?GetDataLength@H225_AdmissionReject@@UBEHXZ @7642 NONAME ?GetDataLength@H225_AdmissionRequest@@UBEHXZ @7643 NONAME ?GetDataLength@H225_Alerting_UUIE@@UBEHXZ @7644 NONAME ?GetDataLength@H225_AlternateGK@@UBEHXZ @7645 NONAME ?GetDataLength@H225_AlternateTransportAddresses@@UBEHXZ @12259 NONAME ?GetDataLength@H225_AltGKInfo@@UBEHXZ @7646 NONAME ?GetDataLength@H225_ANSI_41_UIM@@UBEHXZ @12260 NONAME ?GetDataLength@H225_BandwidthConfirm@@UBEHXZ @7647 NONAME ?GetDataLength@H225_BandwidthDetails@@UBEHXZ @12261 NONAME ?GetDataLength@H225_BandwidthReject@@UBEHXZ @7648 NONAME ?GetDataLength@H225_BandwidthRequest@@UBEHXZ @7649 NONAME ?GetDataLength@H225_CallCapacity@@UBEHXZ @12262 NONAME ?GetDataLength@H225_CallCapacityInfo@@UBEHXZ @12263 NONAME ?GetDataLength@H225_CallCreditCapability@@UBEHXZ @12264 NONAME ?GetDataLength@H225_CallCreditServiceControl@@UBEHXZ @12265 NONAME ?GetDataLength@H225_CallIdentifier@@UBEHXZ @7650 NONAME ?GetDataLength@H225_CallLinkage@@UBEHXZ @12266 NONAME ?GetDataLength@H225_CallProceeding_UUIE@@UBEHXZ @7651 NONAME ?GetDataLength@H225_CallsAvailable@@UBEHXZ @12267 NONAME ?GetDataLength@H225_CapacityReportingCapability@@UBEHXZ @12268 NONAME ?GetDataLength@H225_CapacityReportingSpecification@@UBEHXZ @12269 NONAME ?GetDataLength@H225_CapacityReportingSpecification_when@@UBEHXZ @12270 NONAME ?GetDataLength@H225_CarrierInfo@@UBEHXZ @19390 NONAME ?GetDataLength@H225_CicInfo@@UBEHXZ @12271 NONAME ?GetDataLength@H225_CircuitIdentifier@@UBEHXZ @18975 NONAME ?GetDataLength@H225_CircuitInfo@@UBEHXZ @12272 NONAME ?GetDataLength@H225_ConferenceList@@UBEHXZ @7652 NONAME ?GetDataLength@H225_Connect_UUIE@@UBEHXZ @7653 NONAME ?GetDataLength@H225_CryptoH323Token_cryptoEPPwdHash@@UBEHXZ @7654 NONAME ?GetDataLength@H225_CryptoH323Token_cryptoGKPwdHash@@UBEHXZ @7655 NONAME ?GetDataLength@H225_DataRate@@UBEHXZ @7656 NONAME ?GetDataLength@H225_DisengageConfirm@@UBEHXZ @7657 NONAME ?GetDataLength@H225_DisengageReject@@UBEHXZ @7658 NONAME ?GetDataLength@H225_DisengageRequest@@UBEHXZ @7659 NONAME ?GetDataLength@H225_Endpoint@@UBEHXZ @7660 NONAME ?GetDataLength@H225_EndpointType@@UBEHXZ @7661 NONAME ?GetDataLength@H225_EnumeratedParameter@@UBEHXZ @12273 NONAME ?GetDataLength@H225_ExtendedAliasAddress@@UBEHXZ @12274 NONAME ?GetDataLength@H225_Facility_UUIE@@UBEHXZ @7662 NONAME ?GetDataLength@H225_FeatureSet@@UBEHXZ @12275 NONAME ?GetDataLength@H225_GatekeeperConfirm@@UBEHXZ @7663 NONAME ?GetDataLength@H225_GatekeeperInfo@@UBEHXZ @7664 NONAME ?GetDataLength@H225_GatekeeperReject@@UBEHXZ @7665 NONAME ?GetDataLength@H225_GatekeeperRequest@@UBEHXZ @7666 NONAME ?GetDataLength@H225_GatewayInfo@@UBEHXZ @7667 NONAME ?GetDataLength@H225_GenericData@@UBEHXZ @12276 NONAME ?GetDataLength@H225_GroupID@@UBEHXZ @12277 NONAME ?GetDataLength@H225_GSM_UIM@@UBEHXZ @12278 NONAME ?GetDataLength@H225_H221NonStandard@@UBEHXZ @7668 NONAME ?GetDataLength@H225_H310Caps@@UBEHXZ @7669 NONAME ?GetDataLength@H225_H320Caps@@UBEHXZ @7670 NONAME ?GetDataLength@H225_H321Caps@@UBEHXZ @7671 NONAME ?GetDataLength@H225_H322Caps@@UBEHXZ @7672 NONAME ?GetDataLength@H225_H323Caps@@UBEHXZ @7673 NONAME ?GetDataLength@H225_H323_UserInformation@@UBEHXZ @7674 NONAME ?GetDataLength@H225_H323_UserInformation_user_data@@UBEHXZ @7675 NONAME ?GetDataLength@H225_H323_UU_PDU@@UBEHXZ @7676 NONAME ?GetDataLength@H225_H323_UU_PDU_tunnelledSignallingMessage@@UBEHXZ @12279 NONAME ?GetDataLength@H225_H324Caps@@UBEHXZ @7677 NONAME ?GetDataLength@H225_ICV@@UBEHXZ @7678 NONAME ?GetDataLength@H225_InfoRequest@@UBEHXZ @7679 NONAME ?GetDataLength@H225_InfoRequestAck@@UBEHXZ @7680 NONAME ?GetDataLength@H225_InfoRequestNak@@UBEHXZ @7681 NONAME ?GetDataLength@H225_InfoRequestResponse@@UBEHXZ @7682 NONAME ?GetDataLength@H225_InfoRequestResponse_perCallInfo_subtype@@UBEHXZ @7683 NONAME ?GetDataLength@H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype@@UBEHXZ @7684 NONAME ?GetDataLength@H225_Information_UUIE@@UBEHXZ @7685 NONAME ?GetDataLength@H225_LocationConfirm@@UBEHXZ @7686 NONAME ?GetDataLength@H225_LocationReject@@UBEHXZ @7687 NONAME ?GetDataLength@H225_LocationRequest@@UBEHXZ @7688 NONAME ?GetDataLength@H225_McuInfo@@UBEHXZ @7689 NONAME ?GetDataLength@H225_NonStandardMessage@@UBEHXZ @7690 NONAME ?GetDataLength@H225_NonStandardParameter@@UBEHXZ @7691 NONAME ?GetDataLength@H225_NonStandardProtocol@@UBEHXZ @7692 NONAME ?GetDataLength@H225_Notify_UUIE@@UBEHXZ @12280 NONAME ?GetDataLength@H225_PrivatePartyNumber@@UBEHXZ @7693 NONAME ?GetDataLength@H225_Progress_UUIE@@UBEHXZ @7694 NONAME ?GetDataLength@H225_PublicPartyNumber@@UBEHXZ @7695 NONAME ?GetDataLength@H225_Q954Details@@UBEHXZ @7696 NONAME ?GetDataLength@H225_QseriesOptions@@UBEHXZ @7697 NONAME ?GetDataLength@H225_RasUsageInformation@@UBEHXZ @12281 NONAME ?GetDataLength@H225_RasUsageInfoTypes@@UBEHXZ @12282 NONAME ?GetDataLength@H225_RasUsageSpecification@@UBEHXZ @12283 NONAME ?GetDataLength@H225_RasUsageSpecification_callStartingPoint@@UBEHXZ @12284 NONAME ?GetDataLength@H225_RasUsageSpecification_when@@UBEHXZ @12285 NONAME ?GetDataLength@H225_RegistrationConfirm@@UBEHXZ @7698 NONAME ?GetDataLength@H225_RegistrationConfirm_preGrantedARQ@@UBEHXZ @7699 NONAME ?GetDataLength@H225_RegistrationReject@@UBEHXZ @7700 NONAME ?GetDataLength@H225_RegistrationRejectReason_invalidTerminalAliases@@UBEHXZ @12286 NONAME ?GetDataLength@H225_RegistrationRequest@@UBEHXZ @7701 NONAME ?GetDataLength@H225_ReleaseComplete_UUIE@@UBEHXZ @7702 NONAME ?GetDataLength@H225_RequestInProgress@@UBEHXZ @7703 NONAME ?GetDataLength@H225_ResourcesAvailableConfirm@@UBEHXZ @7704 NONAME ?GetDataLength@H225_ResourcesAvailableIndicate@@UBEHXZ @7705 NONAME ?GetDataLength@H225_RTPSession@@UBEHXZ @7706 NONAME ?GetDataLength@H225_SecurityCapabilities@@UBEHXZ @7707 NONAME ?GetDataLength@H225_ServiceControlIndication@@UBEHXZ @12287 NONAME ?GetDataLength@H225_ServiceControlIndication_callSpecific@@UBEHXZ @12288 NONAME ?GetDataLength@H225_ServiceControlResponse@@UBEHXZ @12289 NONAME ?GetDataLength@H225_ServiceControlSession@@UBEHXZ @12290 NONAME ?GetDataLength@H225_SetupAcknowledge_UUIE@@UBEHXZ @12291 NONAME ?GetDataLength@H225_Setup_UUIE@@UBEHXZ @7708 NONAME ?GetDataLength@H225_Setup_UUIE_connectionParameters@@UBEHXZ @12292 NONAME ?GetDataLength@H225_SIPCaps@@UBEHXZ @19391 NONAME ?GetDataLength@H225_StatusInquiry_UUIE@@UBEHXZ @12293 NONAME ?GetDataLength@H225_Status_UUIE@@UBEHXZ @12294 NONAME ?GetDataLength@H225_StimulusControl@@UBEHXZ @12295 NONAME ?GetDataLength@H225_SupportedPrefix@@UBEHXZ @7709 NONAME ?GetDataLength@H225_T120OnlyCaps@@UBEHXZ @7710 NONAME ?GetDataLength@H225_T38FaxAnnexbOnlyCaps@@UBEHXZ @12296 NONAME ?GetDataLength@H225_TerminalInfo@@UBEHXZ @7711 NONAME ?GetDataLength@H225_TransportAddress_ip6Address@@UBEHXZ @7712 NONAME ?GetDataLength@H225_TransportAddress_ipAddress@@UBEHXZ @7713 NONAME ?GetDataLength@H225_TransportAddress_ipSourceRoute@@UBEHXZ @7714 NONAME ?GetDataLength@H225_TransportAddress_ipxAddress@@UBEHXZ @7715 NONAME ?GetDataLength@H225_TransportChannelInfo@@UBEHXZ @7716 NONAME ?GetDataLength@H225_TunnelledProtocol@@UBEHXZ @12297 NONAME ?GetDataLength@H225_TunnelledProtocolAlternateIdentifier@@UBEHXZ @12298 NONAME ?GetDataLength@H225_UnknownMessageResponse@@UBEHXZ @7717 NONAME ?GetDataLength@H225_UnregistrationConfirm@@UBEHXZ @7718 NONAME ?GetDataLength@H225_UnregistrationReject@@UBEHXZ @7719 NONAME ?GetDataLength@H225_UnregistrationRequest@@UBEHXZ @7720 NONAME ?GetDataLength@H225_UUIEsRequested@@UBEHXZ @7721 NONAME ?GetDataLength@H225_VendorIdentifier@@UBEHXZ @7722 NONAME ?GetDataLength@H225_VoiceCaps@@UBEHXZ @7723 NONAME ?GetDataLength@H235_ClearToken@@UBEHXZ @7724 NONAME ?GetDataLength@H235_CryptoToken_cryptoEncryptedToken@@UBEHXZ @7725 NONAME ?GetDataLength@H235_CryptoToken_cryptoHashedToken@@UBEHXZ @7726 NONAME ?GetDataLength@H235_CryptoToken_cryptoSignedToken@@UBEHXZ @7727 NONAME ?GetDataLength@H235_DHset@@UBEHXZ @7728 NONAME ?GetDataLength@H235_ECGDSASignature@@UBEHXZ @19392 NONAME ?GetDataLength@H235_ECKASDH_eckasdh2@@UBEHXZ @12996 NONAME ?GetDataLength@H235_ECKASDH_eckasdhp@@UBEHXZ @12997 NONAME ?GetDataLength@H235_ECpoint@@UBEHXZ @19393 NONAME ?GetDataLength@H235_H235CertificateSignature@@UBEHXZ @7729 NONAME ?GetDataLength@H235_KeySignedMaterial@@UBEHXZ @7730 NONAME ?GetDataLength@H235_KeySyncMaterial@@UBEHXZ @7731 NONAME ?GetDataLength@H235_NonStandardParameter@@UBEHXZ @7732 NONAME ?GetDataLength@H235_Params@@UBEHXZ @7733 NONAME ?GetDataLength@H235_ReturnSig@@UBEHXZ @7734 NONAME ?GetDataLength@H235_TypedCertificate@@UBEHXZ @7735 NONAME ?GetDataLength@H235_V3KeySyncMaterial@@UBEHXZ @19394 NONAME ?GetDataLength@H245_ATMParameters@@UBEHXZ @7736 NONAME ?GetDataLength@H245_AudioCapability_g7231@@UBEHXZ @7737 NONAME ?GetDataLength@H245_AudioTelephonyEventCapability@@UBEHXZ @12299 NONAME ?GetDataLength@H245_AudioToneCapability@@UBEHXZ @12300 NONAME ?GetDataLength@H245_AuthenticationCapability@@UBEHXZ @7738 NONAME ?GetDataLength@H245_BEnhancementParameters@@UBEHXZ @7739 NONAME ?GetDataLength@H245_CapabilityDescriptor@@UBEHXZ @7740 NONAME ?GetDataLength@H245_CapabilityTableEntry@@UBEHXZ @7741 NONAME ?GetDataLength@H245_Capability_h233EncryptionReceiveCapability@@UBEHXZ @7742 NONAME ?GetDataLength@H245_CloseLogicalChannel@@UBEHXZ @7743 NONAME ?GetDataLength@H245_CloseLogicalChannelAck@@UBEHXZ @7744 NONAME ?GetDataLength@H245_CommunicationModeCommand@@UBEHXZ @7745 NONAME ?GetDataLength@H245_CommunicationModeRequest@@UBEHXZ @7746 NONAME ?GetDataLength@H245_CommunicationModeTableEntry@@UBEHXZ @7747 NONAME ?GetDataLength@H245_ConferenceCapability@@UBEHXZ @7748 NONAME ?GetDataLength@H245_ConferenceRequest_requestTerminalCertificate@@UBEHXZ @7749 NONAME ?GetDataLength@H245_ConferenceResponse_chairTokenOwnerResponse@@UBEHXZ @7750 NONAME ?GetDataLength@H245_ConferenceResponse_conferenceIDResponse@@UBEHXZ @7751 NONAME ?GetDataLength@H245_ConferenceResponse_extensionAddressResponse@@UBEHXZ @7752 NONAME ?GetDataLength@H245_ConferenceResponse_mCTerminalIDResponse@@UBEHXZ @7753 NONAME ?GetDataLength@H245_ConferenceResponse_passwordResponse@@UBEHXZ @7754 NONAME ?GetDataLength@H245_ConferenceResponse_terminalCertificateResponse@@UBEHXZ @7755 NONAME ?GetDataLength@H245_ConferenceResponse_terminalIDResponse@@UBEHXZ @7756 NONAME ?GetDataLength@H245_ConnectionIdentifier@@UBEHXZ @12301 NONAME ?GetDataLength@H245_Criteria@@UBEHXZ @7757 NONAME ?GetDataLength@H245_CustomPictureClockFrequency@@UBEHXZ @7758 NONAME ?GetDataLength@H245_CustomPictureFormat@@UBEHXZ @7759 NONAME ?GetDataLength@H245_CustomPictureFormat_mPI@@UBEHXZ @7760 NONAME ?GetDataLength@H245_CustomPictureFormat_mPI_customPCF_subtype@@UBEHXZ @7761 NONAME ?GetDataLength@H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype@@UBEHXZ @7762 NONAME ?GetDataLength@H245_DataApplicationCapability@@UBEHXZ @7763 NONAME ?GetDataLength@H245_DataApplicationCapability_application_nlpid@@UBEHXZ @7764 NONAME ?GetDataLength@H245_DataApplicationCapability_application_t38fax@@UBEHXZ @12302 NONAME ?GetDataLength@H245_DataApplicationCapability_application_t84@@UBEHXZ @7765 NONAME ?GetDataLength@H245_DataMode@@UBEHXZ @7766 NONAME ?GetDataLength@H245_DataMode_application_nlpid@@UBEHXZ @7767 NONAME ?GetDataLength@H245_DataMode_application_t38fax@@UBEHXZ @12303 NONAME ?GetDataLength@H245_DepFECCapability_rfc2733@@UBEHXZ @33601 NONAME ?GetDataLength@H245_DepFECCapability_rfc2733_separateStream@@UBEHXZ @33602 NONAME ?GetDataLength@H245_DepFECData_rfc2733@@UBEHXZ @33603 NONAME ?GetDataLength@H245_DepFECData_rfc2733_mode_separateStream_differentPort@@UBEHXZ @33604 NONAME ?GetDataLength@H245_DepFECData_rfc2733_mode_separateStream_samePort@@UBEHXZ @33605 NONAME ?GetDataLength@H245_DepFECMode_rfc2733Mode@@UBEHXZ @33606 NONAME ?GetDataLength@H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort@@UBEHXZ @33607 NONAME ?GetDataLength@H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort@@UBEHXZ @33608 NONAME ?GetDataLength@H245_DialingInformationNumber@@UBEHXZ @12304 NONAME ?GetDataLength@H245_EncryptionAuthenticationAndIntegrity@@UBEHXZ @7768 NONAME ?GetDataLength@H245_EncryptionCommand_encryptionAlgorithmID@@UBEHXZ @7769 NONAME ?GetDataLength@H245_EncryptionSync@@UBEHXZ @7770 NONAME ?GetDataLength@H245_EncryptionUpdateRequest@@UBEHXZ @7771 NONAME ?GetDataLength@H245_EnhancementLayerInfo@@UBEHXZ @7772 NONAME ?GetDataLength@H245_EnhancementOptions@@UBEHXZ @7773 NONAME ?GetDataLength@H245_EscrowData@@UBEHXZ @7774 NONAME ?GetDataLength@H245_ExtendedVideoCapability@@UBEHXZ @33187 NONAME ?GetDataLength@H245_FECCapability@@UBEHXZ @33609 NONAME ?GetDataLength@H245_FECData_rfc2733@@UBEHXZ @19397 NONAME ?GetDataLength@H245_FECData_rfc2733_pktMode_rfc2733diffport@@UBEHXZ @33610 NONAME ?GetDataLength@H245_FECData_rfc2733_pktMode_rfc2733sameport@@UBEHXZ @33611 NONAME ?GetDataLength@H245_FECMode@@UBEHXZ @33612 NONAME ?GetDataLength@H245_FlowControlCommand@@UBEHXZ @7775 NONAME ?GetDataLength@H245_FlowControlIndication@@UBEHXZ @12305 NONAME ?GetDataLength@H245_FunctionNotSupported@@UBEHXZ @7776 NONAME ?GetDataLength@H245_G7231AnnexCCapability@@UBEHXZ @7777 NONAME ?GetDataLength@H245_G7231AnnexCCapability_g723AnnexCAudioMode@@UBEHXZ @7778 NONAME ?GetDataLength@H245_G7231AnnexCMode@@UBEHXZ @7779 NONAME ?GetDataLength@H245_G7231AnnexCMode_g723AnnexCAudioMode@@UBEHXZ @7780 NONAME ?GetDataLength@H245_G729Extensions@@UBEHXZ @12306 NONAME ?GetDataLength@H245_GenericCapability@@UBEHXZ @12307 NONAME ?GetDataLength@H245_GenericMessage@@UBEHXZ @33188 NONAME ?GetDataLength@H245_GenericParameter@@UBEHXZ @12308 NONAME ?GetDataLength@H245_GSMAudioCapability@@UBEHXZ @7781 NONAME ?GetDataLength@H245_H222Capability@@UBEHXZ @7782 NONAME ?GetDataLength@H245_H222LogicalChannelParameters@@UBEHXZ @7783 NONAME ?GetDataLength@H245_H223AL1MParameters@@UBEHXZ @7784 NONAME ?GetDataLength@H245_H223AL2MParameters@@UBEHXZ @7785 NONAME ?GetDataLength@H245_H223AL3MParameters@@UBEHXZ @7786 NONAME ?GetDataLength@H245_H223AnnexCArqParameters@@UBEHXZ @7787 NONAME ?GetDataLength@H245_H223AnnexCCapability@@UBEHXZ @7788 NONAME ?GetDataLength@H245_H223Capability@@UBEHXZ @7789 NONAME ?GetDataLength@H245_H223Capability_h223MultiplexTableCapability_enhanced@@UBEHXZ @7790 NONAME ?GetDataLength@H245_H223Capability_mobileMultilinkFrameCapability@@UBEHXZ @12309 NONAME ?GetDataLength@H245_H223Capability_mobileOperationTransmitCapability@@UBEHXZ @7791 NONAME ?GetDataLength@H245_H223LogicalChannelParameters@@UBEHXZ @7792 NONAME ?GetDataLength@H245_H223LogicalChannelParameters_adaptationLayerType_al3@@UBEHXZ @7793 NONAME ?GetDataLength@H245_H223ModeParameters@@UBEHXZ @7794 NONAME ?GetDataLength@H245_H223ModeParameters_adaptationLayerType_al3@@UBEHXZ @7795 NONAME ?GetDataLength@H245_H223SkewIndication@@UBEHXZ @7796 NONAME ?GetDataLength@H245_H2250Capability@@UBEHXZ @7797 NONAME ?GetDataLength@H245_H2250Capability_mcCapability@@UBEHXZ @7798 NONAME ?GetDataLength@H245_H2250LogicalChannelAckParameters@@UBEHXZ @7799 NONAME ?GetDataLength@H245_H2250LogicalChannelParameters@@UBEHXZ @7800 NONAME ?GetDataLength@H245_H2250MaximumSkewIndication@@UBEHXZ @7801 NONAME ?GetDataLength@H245_H2250ModeParameters@@UBEHXZ @7802 NONAME ?GetDataLength@H245_H235Media@@UBEHXZ @7803 NONAME ?GetDataLength@H245_H235Mode@@UBEHXZ @7804 NONAME ?GetDataLength@H245_H235SecurityCapability@@UBEHXZ @7805 NONAME ?GetDataLength@H245_H261VideoCapability@@UBEHXZ @7806 NONAME ?GetDataLength@H245_H261VideoMode@@UBEHXZ @7807 NONAME ?GetDataLength@H245_H262VideoCapability@@UBEHXZ @7808 NONAME ?GetDataLength@H245_H262VideoMode@@UBEHXZ @7809 NONAME ?GetDataLength@H245_H263ModeComboFlags@@UBEHXZ @7810 NONAME ?GetDataLength@H245_H263Options@@UBEHXZ @7811 NONAME ?GetDataLength@H245_H263Version3Options@@UBEHXZ @12310 NONAME ?GetDataLength@H245_H263VideoCapability@@UBEHXZ @7812 NONAME ?GetDataLength@H245_H263VideoMode@@UBEHXZ @7813 NONAME ?GetDataLength@H245_H263VideoModeCombos@@UBEHXZ @7814 NONAME ?GetDataLength@H245_IntegrityCapability@@UBEHXZ @7815 NONAME ?GetDataLength@H245_IS11172AudioCapability@@UBEHXZ @7816 NONAME ?GetDataLength@H245_IS11172AudioMode@@UBEHXZ @7817 NONAME ?GetDataLength@H245_IS11172VideoCapability@@UBEHXZ @7818 NONAME ?GetDataLength@H245_IS11172VideoMode@@UBEHXZ @7819 NONAME ?GetDataLength@H245_IS13818AudioCapability@@UBEHXZ @7820 NONAME ?GetDataLength@H245_IS13818AudioMode@@UBEHXZ @7821 NONAME ?GetDataLength@H245_JitterIndication@@UBEHXZ @7822 NONAME ?GetDataLength@H245_KeyProtectionMethod@@UBEHXZ @7823 NONAME ?GetDataLength@H245_LogicalChannelRateAcknowledge@@UBEHXZ @12311 NONAME ?GetDataLength@H245_LogicalChannelRateReject@@UBEHXZ @12312 NONAME ?GetDataLength@H245_LogicalChannelRateRelease@@UBEHXZ @12313 NONAME ?GetDataLength@H245_LogicalChannelRateRequest@@UBEHXZ @12314 NONAME ?GetDataLength@H245_MaintenanceLoopAck@@UBEHXZ @7824 NONAME ?GetDataLength@H245_MaintenanceLoopOffCommand@@UBEHXZ @7825 NONAME ?GetDataLength@H245_MaintenanceLoopReject@@UBEHXZ @7826 NONAME ?GetDataLength@H245_MaintenanceLoopRequest@@UBEHXZ @7827 NONAME ?GetDataLength@H245_MasterSlaveDetermination@@UBEHXZ @7828 NONAME ?GetDataLength@H245_MasterSlaveDeterminationAck@@UBEHXZ @7829 NONAME ?GetDataLength@H245_MasterSlaveDeterminationReject@@UBEHXZ @7830 NONAME ?GetDataLength@H245_MasterSlaveDeterminationRelease@@UBEHXZ @7831 NONAME ?GetDataLength@H245_MCLocationIndication@@UBEHXZ @7832 NONAME ?GetDataLength@H245_MediaChannelCapability@@UBEHXZ @7833 NONAME ?GetDataLength@H245_MediaDistributionCapability@@UBEHXZ @7834 NONAME ?GetDataLength@H245_MediaPacketizationCapability@@UBEHXZ @7835 NONAME ?GetDataLength@H245_MediaTransportType_atm_AAL5_compressed@@UBEHXZ @12315 NONAME ?GetDataLength@H245_MiscellaneousCommand@@UBEHXZ @7836 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_encryptionUpdateAck@@UBEHXZ @33189 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_encryptionUpdateCommand@@UBEHXZ @33190 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_lostPartialPicture@@UBEHXZ @12316 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_progressiveRefinementStart@@UBEHXZ @7837 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_videoBadMBs@@UBEHXZ @12317 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_videoFastUpdateGOB@@UBEHXZ @7838 NONAME ?GetDataLength@H245_MiscellaneousCommand_type_videoFastUpdateMB@@UBEHXZ @7839 NONAME ?GetDataLength@H245_MiscellaneousIndication@@UBEHXZ @7840 NONAME ?GetDataLength@H245_MiscellaneousIndication_type_videoNotDecodedMBs@@UBEHXZ @7841 NONAME ?GetDataLength@H245_MobileMultilinkReconfigurationCommand@@UBEHXZ @12318 NONAME ?GetDataLength@H245_MobileMultilinkReconfigurationIndication@@UBEHXZ @12319 NONAME ?GetDataLength@H245_ModeElement@@UBEHXZ @7842 NONAME ?GetDataLength@H245_MulticastAddress_iP6Address@@UBEHXZ @7843 NONAME ?GetDataLength@H245_MulticastAddress_iPAddress@@UBEHXZ @7844 NONAME ?GetDataLength@H245_MultilinkIndication_crcDesired@@UBEHXZ @12320 NONAME ?GetDataLength@H245_MultilinkIndication_excessiveError@@UBEHXZ @12321 NONAME ?GetDataLength@H245_MultilinkRequest_addConnection@@UBEHXZ @12322 NONAME ?GetDataLength@H245_MultilinkRequest_callInformation@@UBEHXZ @12323 NONAME ?GetDataLength@H245_MultilinkRequest_maximumHeaderInterval@@UBEHXZ @12324 NONAME ?GetDataLength@H245_MultilinkRequest_removeConnection@@UBEHXZ @12325 NONAME ?GetDataLength@H245_MultilinkResponse_addConnection@@UBEHXZ @12326 NONAME ?GetDataLength@H245_MultilinkResponse_callInformation@@UBEHXZ @12327 NONAME ?GetDataLength@H245_MultilinkResponse_maximumHeaderInterval@@UBEHXZ @12328 NONAME ?GetDataLength@H245_MultilinkResponse_removeConnection@@UBEHXZ @12329 NONAME ?GetDataLength@H245_MultiplePayloadStream@@UBEHXZ @19403 NONAME ?GetDataLength@H245_MultiplePayloadStreamCapability@@UBEHXZ @19404 NONAME ?GetDataLength@H245_MultiplePayloadStreamElement@@UBEHXZ @19405 NONAME ?GetDataLength@H245_MultiplePayloadStreamElementMode@@UBEHXZ @19406 NONAME ?GetDataLength@H245_MultiplePayloadStreamMode@@UBEHXZ @19407 NONAME ?GetDataLength@H245_MultiplexedStreamCapability@@UBEHXZ @12330 NONAME ?GetDataLength@H245_MultiplexedStreamModeParameters@@UBEHXZ @12331 NONAME ?GetDataLength@H245_MultiplexedStreamParameter@@UBEHXZ @12332 NONAME ?GetDataLength@H245_MultiplexElement@@UBEHXZ @7845 NONAME ?GetDataLength@H245_MultiplexEntryDescriptor@@UBEHXZ @7846 NONAME ?GetDataLength@H245_MultiplexEntryRejectionDescriptions@@UBEHXZ @7847 NONAME ?GetDataLength@H245_MultiplexEntrySend@@UBEHXZ @7848 NONAME ?GetDataLength@H245_MultiplexEntrySendAck@@UBEHXZ @7849 NONAME ?GetDataLength@H245_MultiplexEntrySendReject@@UBEHXZ @7850 NONAME ?GetDataLength@H245_MultiplexEntrySendRelease@@UBEHXZ @7851 NONAME ?GetDataLength@H245_MultipointCapability@@UBEHXZ @7852 NONAME ?GetDataLength@H245_NetworkAccessParameters@@UBEHXZ @7853 NONAME ?GetDataLength@H245_NewATMVCCommand@@UBEHXZ @12333 NONAME ?GetDataLength@H245_NewATMVCCommand_aal_aal1@@UBEHXZ @12334 NONAME ?GetDataLength@H245_NewATMVCCommand_aal_aal5@@UBEHXZ @12335 NONAME ?GetDataLength@H245_NewATMVCCommand_reverseParameters@@UBEHXZ @12336 NONAME ?GetDataLength@H245_NewATMVCIndication@@UBEHXZ @7854 NONAME ?GetDataLength@H245_NewATMVCIndication_aal_aal1@@UBEHXZ @7855 NONAME ?GetDataLength@H245_NewATMVCIndication_aal_aal5@@UBEHXZ @7856 NONAME ?GetDataLength@H245_NewATMVCIndication_reverseParameters@@UBEHXZ @7857 NONAME ?GetDataLength@H245_NonStandardIdentifier_h221NonStandard@@UBEHXZ @7858 NONAME ?GetDataLength@H245_NonStandardMessage@@UBEHXZ @7859 NONAME ?GetDataLength@H245_NonStandardParameter@@UBEHXZ @7860 NONAME ?GetDataLength@H245_NoPTAudioTelephonyEventCapability@@UBEHXZ @19408 NONAME ?GetDataLength@H245_NoPTAudioToneCapability@@UBEHXZ @19409 NONAME ?GetDataLength@H245_OpenLogicalChannel@@UBEHXZ @7861 NONAME ?GetDataLength@H245_OpenLogicalChannelAck@@UBEHXZ @7862 NONAME ?GetDataLength@H245_OpenLogicalChannelAck_reverseLogicalChannelParameters@@UBEHXZ @7863 NONAME ?GetDataLength@H245_OpenLogicalChannelConfirm@@UBEHXZ @7864 NONAME ?GetDataLength@H245_OpenLogicalChannelReject@@UBEHXZ @7865 NONAME ?GetDataLength@H245_OpenLogicalChannel_forwardLogicalChannelParameters@@UBEHXZ @7866 NONAME ?GetDataLength@H245_OpenLogicalChannel_reverseLogicalChannelParameters@@UBEHXZ @7867 NONAME ?GetDataLength@H245_Params@@UBEHXZ @33191 NONAME ?GetDataLength@H245_Q2931Address@@UBEHXZ @7868 NONAME ?GetDataLength@H245_QOSCapability@@UBEHXZ @7869 NONAME ?GetDataLength@H245_RedundancyEncoding@@UBEHXZ @7870 NONAME ?GetDataLength@H245_RedundancyEncodingCapability@@UBEHXZ @7871 NONAME ?GetDataLength@H245_RedundancyEncodingDTMode@@UBEHXZ @19410 NONAME ?GetDataLength@H245_RedundancyEncodingDTModeElement@@UBEHXZ @19411 NONAME ?GetDataLength@H245_RedundancyEncodingElement@@UBEHXZ @19412 NONAME ?GetDataLength@H245_RedundancyEncodingMode@@UBEHXZ @7872 NONAME ?GetDataLength@H245_RedundancyEncoding_rtpRedundancyEncoding@@UBEHXZ @19413 NONAME ?GetDataLength@H245_RefPictureSelection@@UBEHXZ @7873 NONAME ?GetDataLength@H245_RefPictureSelection_additionalPictureMemory@@UBEHXZ @7874 NONAME ?GetDataLength@H245_RefPictureSelection_enhancedReferencePicSelect@@UBEHXZ @12337 NONAME ?GetDataLength@H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters@@UBEHXZ @12338 NONAME ?GetDataLength@H245_RequestAllTerminalIDsResponse@@UBEHXZ @7875 NONAME ?GetDataLength@H245_RequestChannelClose@@UBEHXZ @7876 NONAME ?GetDataLength@H245_RequestChannelCloseAck@@UBEHXZ @7877 NONAME ?GetDataLength@H245_RequestChannelCloseReject@@UBEHXZ @7878 NONAME ?GetDataLength@H245_RequestChannelCloseRelease@@UBEHXZ @7879 NONAME ?GetDataLength@H245_RequestMode@@UBEHXZ @7880 NONAME ?GetDataLength@H245_RequestModeAck@@UBEHXZ @7881 NONAME ?GetDataLength@H245_RequestModeReject@@UBEHXZ @7882 NONAME ?GetDataLength@H245_RequestModeRelease@@UBEHXZ @7883 NONAME ?GetDataLength@H245_RequestMultiplexEntry@@UBEHXZ @7884 NONAME ?GetDataLength@H245_RequestMultiplexEntryAck@@UBEHXZ @7885 NONAME ?GetDataLength@H245_RequestMultiplexEntryReject@@UBEHXZ @7886 NONAME ?GetDataLength@H245_RequestMultiplexEntryRejectionDescriptions@@UBEHXZ @7887 NONAME ?GetDataLength@H245_RequestMultiplexEntryRelease@@UBEHXZ @7888 NONAME ?GetDataLength@H245_RoundTripDelayRequest@@UBEHXZ @7889 NONAME ?GetDataLength@H245_RoundTripDelayResponse@@UBEHXZ @7890 NONAME ?GetDataLength@H245_RSVPParameters@@UBEHXZ @7891 NONAME ?GetDataLength@H245_RTPH263VideoRedundancyEncoding@@UBEHXZ @7892 NONAME ?GetDataLength@H245_RTPH263VideoRedundancyFrameMapping@@UBEHXZ @7893 NONAME ?GetDataLength@H245_RTPPayloadType@@UBEHXZ @7894 NONAME ?GetDataLength@H245_SendTerminalCapabilitySet_specificRequest@@UBEHXZ @7895 NONAME ?GetDataLength@H245_SubstituteConferenceIDCommand@@UBEHXZ @7896 NONAME ?GetDataLength@H245_T38FaxProfile@@UBEHXZ @12339 NONAME ?GetDataLength@H245_T38FaxTcpOptions@@UBEHXZ @12340 NONAME ?GetDataLength@H245_T38FaxUdpOptions@@UBEHXZ @12341 NONAME ?GetDataLength@H245_T84Profile_t84Restricted@@UBEHXZ @7897 NONAME ?GetDataLength@H245_TerminalCapabilitySet@@UBEHXZ @7898 NONAME ?GetDataLength@H245_TerminalCapabilitySetAck@@UBEHXZ @7899 NONAME ?GetDataLength@H245_TerminalCapabilitySetReject@@UBEHXZ @7900 NONAME ?GetDataLength@H245_TerminalCapabilitySetRelease@@UBEHXZ @7901 NONAME ?GetDataLength@H245_TerminalInformation@@UBEHXZ @7902 NONAME ?GetDataLength@H245_TerminalLabel@@UBEHXZ @7903 NONAME ?GetDataLength@H245_TerminalYouAreSeeingInSubPictureNumber@@UBEHXZ @7904 NONAME ?GetDataLength@H245_TransparencyParameters@@UBEHXZ @7905 NONAME ?GetDataLength@H245_TransportCapability@@UBEHXZ @7906 NONAME ?GetDataLength@H245_UnicastAddress_iP6Address@@UBEHXZ @7907 NONAME ?GetDataLength@H245_UnicastAddress_iPAddress@@UBEHXZ @7908 NONAME ?GetDataLength@H245_UnicastAddress_iPSourceRouteAddress@@UBEHXZ @7909 NONAME ?GetDataLength@H245_UnicastAddress_iPXAddress@@UBEHXZ @7910 NONAME ?GetDataLength@H245_UserInputIndication_encryptedAlphanumeric@@UBEHXZ @33192 NONAME ?GetDataLength@H245_UserInputIndication_extendedAlphanumeric@@UBEHXZ @12342 NONAME ?GetDataLength@H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric@@UBEHXZ @33193 NONAME ?GetDataLength@H245_UserInputIndication_signal@@UBEHXZ @7911 NONAME ?GetDataLength@H245_UserInputIndication_signalUpdate@@UBEHXZ @7912 NONAME ?GetDataLength@H245_UserInputIndication_signalUpdate_rtp@@UBEHXZ @7913 NONAME ?GetDataLength@H245_UserInputIndication_signal_rtp@@UBEHXZ @7914 NONAME ?GetDataLength@H245_V42bis@@UBEHXZ @7915 NONAME ?GetDataLength@H245_V75Capability@@UBEHXZ @7916 NONAME ?GetDataLength@H245_V75Parameters@@UBEHXZ @7917 NONAME ?GetDataLength@H245_V76Capability@@UBEHXZ @7918 NONAME ?GetDataLength@H245_V76HDLCParameters@@UBEHXZ @7919 NONAME ?GetDataLength@H245_V76LogicalChannelParameters@@UBEHXZ @7920 NONAME ?GetDataLength@H245_V76LogicalChannelParameters_mode_eRM@@UBEHXZ @7921 NONAME ?GetDataLength@H245_VBDCapability@@UBEHXZ @19414 NONAME ?GetDataLength@H245_VBDMode@@UBEHXZ @19415 NONAME ?GetDataLength@H245_VCCapability@@UBEHXZ @7922 NONAME ?GetDataLength@H245_VCCapability_aal1@@UBEHXZ @7923 NONAME ?GetDataLength@H245_VCCapability_aal1ViaGateway@@UBEHXZ @12343 NONAME ?GetDataLength@H245_VCCapability_aal5@@UBEHXZ @7924 NONAME ?GetDataLength@H245_VCCapability_availableBitRates@@UBEHXZ @7925 NONAME ?GetDataLength@H245_VCCapability_availableBitRates_type_rangeOfBitRates@@UBEHXZ @7926 NONAME ?GetDataLength@H245_VendorIdentification@@UBEHXZ @7927 NONAME ?GetDataLength@H245_VideoIndicateCompose@@UBEHXZ @7928 NONAME ?GetDataLength@H248_ActionReply@@UBEHXZ @16384 NONAME ?GetDataLength@H248_ActionRequest@@UBEHXZ @16385 NONAME ?GetDataLength@H248_AmmRequest@@UBEHXZ @16386 NONAME ?GetDataLength@H248_AmmsReply@@UBEHXZ @16387 NONAME ?GetDataLength@H248_AuditDescriptor@@UBEHXZ @16388 NONAME ?GetDataLength@H248_AuditRequest@@UBEHXZ @16389 NONAME ?GetDataLength@H248_AuditResult@@UBEHXZ @16390 NONAME ?GetDataLength@H248_AuthenticationHeader@@UBEHXZ @16391 NONAME ?GetDataLength@H248_CommandRequest@@UBEHXZ @16392 NONAME ?GetDataLength@H248_ContextAttrAuditRequest@@UBEHXZ @16393 NONAME ?GetDataLength@H248_ContextRequest@@UBEHXZ @16394 NONAME ?GetDataLength@H248_DigitMapDescriptor@@UBEHXZ @16395 NONAME ?GetDataLength@H248_DigitMapValue@@UBEHXZ @16396 NONAME ?GetDataLength@H248_DomainName@@UBEHXZ @16397 NONAME ?GetDataLength@H248_ErrorDescriptor@@UBEHXZ @16398 NONAME ?GetDataLength@H248_EventParameter@@UBEHXZ @16399 NONAME ?GetDataLength@H248_EventsDescriptor@@UBEHXZ @16400 NONAME ?GetDataLength@H248_EventSpec@@UBEHXZ @16401 NONAME ?GetDataLength@H248_H221NonStandard@@UBEHXZ @16402 NONAME ?GetDataLength@H248_IndAudDigitMapDescriptor@@UBEHXZ @16403 NONAME ?GetDataLength@H248_IndAudEventBufferDescriptor@@UBEHXZ @16404 NONAME ?GetDataLength@H248_IndAudEventsDescriptor@@UBEHXZ @16405 NONAME ?GetDataLength@H248_IndAudLocalControlDescriptor@@UBEHXZ @16406 NONAME ?GetDataLength@H248_IndAudLocalRemoteDescriptor@@UBEHXZ @16407 NONAME ?GetDataLength@H248_IndAudMediaDescriptor@@UBEHXZ @16408 NONAME ?GetDataLength@H248_IndAudPackagesDescriptor@@UBEHXZ @16409 NONAME ?GetDataLength@H248_IndAudPropertyParm@@UBEHXZ @16410 NONAME ?GetDataLength@H248_IndAudSeqSigList@@UBEHXZ @16411 NONAME ?GetDataLength@H248_IndAudSignal@@UBEHXZ @16412 NONAME ?GetDataLength@H248_IndAudStatisticsDescriptor@@UBEHXZ @16413 NONAME ?GetDataLength@H248_IndAudStreamDescriptor@@UBEHXZ @16414 NONAME ?GetDataLength@H248_IndAudStreamParms@@UBEHXZ @16415 NONAME ?GetDataLength@H248_IndAudTerminationStateDescriptor@@UBEHXZ @16416 NONAME ?GetDataLength@H248_IP4Address@@UBEHXZ @16417 NONAME ?GetDataLength@H248_IP6Address@@UBEHXZ @16418 NONAME ?GetDataLength@H248_LocalControlDescriptor@@UBEHXZ @16419 NONAME ?GetDataLength@H248_LocalRemoteDescriptor@@UBEHXZ @16420 NONAME ?GetDataLength@H248_MediaDescriptor@@UBEHXZ @16421 NONAME ?GetDataLength@H248_MegacoMessage@@UBEHXZ @16422 NONAME ?GetDataLength@H248_Message@@UBEHXZ @16423 NONAME ?GetDataLength@H248_ModemDescriptor@@UBEHXZ @16424 NONAME ?GetDataLength@H248_MuxDescriptor@@UBEHXZ @16425 NONAME ?GetDataLength@H248_NonStandardData@@UBEHXZ @16426 NONAME ?GetDataLength@H248_NotifyReply@@UBEHXZ @16427 NONAME ?GetDataLength@H248_NotifyRequest@@UBEHXZ @16428 NONAME ?GetDataLength@H248_ObservedEvent@@UBEHXZ @16429 NONAME ?GetDataLength@H248_ObservedEventsDescriptor@@UBEHXZ @16430 NONAME ?GetDataLength@H248_PackagesItem@@UBEHXZ @16431 NONAME ?GetDataLength@H248_PropertyParm@@UBEHXZ @16432 NONAME ?GetDataLength@H248_RequestedActions@@UBEHXZ @16433 NONAME ?GetDataLength@H248_RequestedEvent@@UBEHXZ @16434 NONAME ?GetDataLength@H248_SecondEventsDescriptor@@UBEHXZ @16435 NONAME ?GetDataLength@H248_SecondRequestedActions@@UBEHXZ @16436 NONAME ?GetDataLength@H248_SecondRequestedEvent@@UBEHXZ @16437 NONAME ?GetDataLength@H248_SeqSigList@@UBEHXZ @16438 NONAME ?GetDataLength@H248_ServiceChangeParm@@UBEHXZ @16439 NONAME ?GetDataLength@H248_ServiceChangeProfile@@UBEHXZ @16440 NONAME ?GetDataLength@H248_ServiceChangeReply@@UBEHXZ @16441 NONAME ?GetDataLength@H248_ServiceChangeRequest@@UBEHXZ @16442 NONAME ?GetDataLength@H248_ServiceChangeResParm@@UBEHXZ @16443 NONAME ?GetDataLength@H248_Signal@@UBEHXZ @16444 NONAME ?GetDataLength@H248_SigParameter@@UBEHXZ @16445 NONAME ?GetDataLength@H248_StatisticsParameter@@UBEHXZ @16446 NONAME ?GetDataLength@H248_StreamDescriptor@@UBEHXZ @16447 NONAME ?GetDataLength@H248_StreamParms@@UBEHXZ @16448 NONAME ?GetDataLength@H248_SubtractRequest@@UBEHXZ @16449 NONAME ?GetDataLength@H248_TerminationID@@UBEHXZ @16450 NONAME ?GetDataLength@H248_TerminationStateDescriptor@@UBEHXZ @16451 NONAME ?GetDataLength@H248_TimeNotation@@UBEHXZ @16452 NONAME ?GetDataLength@H248_TopologyRequest@@UBEHXZ @16453 NONAME ?GetDataLength@H248_TransactionAck@@UBEHXZ @16454 NONAME ?GetDataLength@H248_TransactionPending@@UBEHXZ @16455 NONAME ?GetDataLength@H248_TransactionReply@@UBEHXZ @16456 NONAME ?GetDataLength@H248_TransactionRequest@@UBEHXZ @16457 NONAME ?GetDataLength@H45010_CfbOvrOptArg@@UBEHXZ @10882 NONAME ?GetDataLength@H45010_CoReqOptArg@@UBEHXZ @10883 NONAME ?GetDataLength@H45010_RUAlertOptArg@@UBEHXZ @10884 NONAME ?GetDataLength@H45011_CIFrcRelArg@@UBEHXZ @10885 NONAME ?GetDataLength@H45011_CIFrcRelOptRes@@UBEHXZ @10886 NONAME ?GetDataLength@H45011_CIGetCIPLOptArg@@UBEHXZ @10887 NONAME ?GetDataLength@H45011_CIGetCIPLRes@@UBEHXZ @10888 NONAME ?GetDataLength@H45011_CIIsOptArg@@UBEHXZ @10889 NONAME ?GetDataLength@H45011_CIIsOptRes@@UBEHXZ @10890 NONAME ?GetDataLength@H45011_CINotificationArg@@UBEHXZ @10891 NONAME ?GetDataLength@H45011_CIRequestArg@@UBEHXZ @10892 NONAME ?GetDataLength@H45011_CIRequestRes@@UBEHXZ @10893 NONAME ?GetDataLength@H45011_CISilentArg@@UBEHXZ @10894 NONAME ?GetDataLength@H45011_CISilentOptRes@@UBEHXZ @10895 NONAME ?GetDataLength@H45011_CIWobOptArg@@UBEHXZ @10896 NONAME ?GetDataLength@H45011_CIWobOptRes@@UBEHXZ @10897 NONAME ?GetDataLength@H4501_Address@@UBEHXZ @10135 NONAME ?GetDataLength@H4501_AddressScreened@@UBEHXZ @10136 NONAME ?GetDataLength@H4501_EndpointAddress@@UBEHXZ @10137 NONAME ?GetDataLength@H4501_Extension@@UBEHXZ @10138 NONAME ?GetDataLength@H4501_NetworkFacilityExtension@@UBEHXZ @10139 NONAME ?GetDataLength@H4501_NumberScreened@@UBEHXZ @10140 NONAME ?GetDataLength@H4501_SupplementaryService@@UBEHXZ @10141 NONAME ?GetDataLength@H4501_UserSpecifiedSubaddress@@UBEHXZ @10142 NONAME ?GetDataLength@H4502_CTActiveArg@@UBEHXZ @10143 NONAME ?GetDataLength@H4502_CTCompleteArg@@UBEHXZ @10144 NONAME ?GetDataLength@H4502_CTIdentifyRes@@UBEHXZ @10145 NONAME ?GetDataLength@H4502_CTInitiateArg@@UBEHXZ @10146 NONAME ?GetDataLength@H4502_CTSetupArg@@UBEHXZ @10147 NONAME ?GetDataLength@H4502_CTUpdateArg@@UBEHXZ @10148 NONAME ?GetDataLength@H4502_SubaddressTransferArg@@UBEHXZ @10149 NONAME ?GetDataLength@H4503_IntResult@@UBEHXZ @10337 NONAME ?GetDataLength@H4504_Extension@@UBEHXZ @10261 NONAME ?GetDataLength@H4504_HoldNotificArg@@UBEHXZ @10262 NONAME ?GetDataLength@H4504_RemoteHoldArg@@UBEHXZ @10263 NONAME ?GetDataLength@H4504_RemoteHoldRes@@UBEHXZ @10264 NONAME ?GetDataLength@H4504_RemoteRetrieveArg@@UBEHXZ @10265 NONAME ?GetDataLength@H4504_RemoteRetrieveRes@@UBEHXZ @10266 NONAME ?GetDataLength@H4504_RetrieveNotificArg@@UBEHXZ @10267 NONAME ?GetDataLength@H4505_CpickupNotifyArg@@UBEHXZ @10898 NONAME ?GetDataLength@H4505_CpNotifyArg@@UBEHXZ @10899 NONAME ?GetDataLength@H4505_CpRequestArg@@UBEHXZ @10900 NONAME ?GetDataLength@H4505_CpRequestRes@@UBEHXZ @10901 NONAME ?GetDataLength@H4505_CpSetupArg@@UBEHXZ @10902 NONAME ?GetDataLength@H4505_CpSetupRes@@UBEHXZ @10903 NONAME ?GetDataLength@H4505_GroupIndicationOffArg@@UBEHXZ @10904 NONAME ?GetDataLength@H4505_GroupIndicationOffRes@@UBEHXZ @10905 NONAME ?GetDataLength@H4505_GroupIndicationOnArg@@UBEHXZ @10906 NONAME ?GetDataLength@H4505_GroupIndicationOnRes@@UBEHXZ @10907 NONAME ?GetDataLength@H4505_PickExeArg@@UBEHXZ @10908 NONAME ?GetDataLength@H4505_PickExeRes@@UBEHXZ @10909 NONAME ?GetDataLength@H4505_PickrequArg@@UBEHXZ @10910 NONAME ?GetDataLength@H4505_PickrequRes@@UBEHXZ @10911 NONAME ?GetDataLength@H4505_PickupArg@@UBEHXZ @10912 NONAME ?GetDataLength@H4505_PickupRes@@UBEHXZ @10913 NONAME ?GetDataLength@H4506_CallWaitingArg@@UBEHXZ @10914 NONAME ?GetDataLength@H4507_MWIActivateArg@@UBEHXZ @10915 NONAME ?GetDataLength@H4507_MWIDeactivateArg@@UBEHXZ @10916 NONAME ?GetDataLength@H4507_MWIInterrogateArg@@UBEHXZ @10917 NONAME ?GetDataLength@H4507_MWIInterrogateResElt@@UBEHXZ @10918 NONAME ?GetDataLength@H4509_CcLongArg@@UBEHXZ @10919 NONAME ?GetDataLength@H4509_CcRequestArg@@UBEHXZ @10920 NONAME ?GetDataLength@H4509_CcRequestRes@@UBEHXZ @10921 NONAME ?GetDataLength@H4509_CcShortArg@@UBEHXZ @10922 NONAME ?GetDataLength@H501_AccessConfirmation@@UBEHXZ @17639 NONAME ?GetDataLength@H501_AccessRejection@@UBEHXZ @17640 NONAME ?GetDataLength@H501_AccessRequest@@UBEHXZ @17641 NONAME ?GetDataLength@H501_AddressTemplate@@UBEHXZ @17642 NONAME ?GetDataLength@H501_AlternatePE@@UBEHXZ @17643 NONAME ?GetDataLength@H501_AlternatePEInfo@@UBEHXZ @17644 NONAME ?GetDataLength@H501_AuthenticationConfirmation@@UBEHXZ @17645 NONAME ?GetDataLength@H501_AuthenticationRejection@@UBEHXZ @17646 NONAME ?GetDataLength@H501_AuthenticationRequest@@UBEHXZ @17647 NONAME ?GetDataLength@H501_CallInformation@@UBEHXZ @17648 NONAME ?GetDataLength@H501_ContactInformation@@UBEHXZ @17649 NONAME ?GetDataLength@H501_Descriptor@@UBEHXZ @17650 NONAME ?GetDataLength@H501_DescriptorConfirmation@@UBEHXZ @17651 NONAME ?GetDataLength@H501_DescriptorIDConfirmation@@UBEHXZ @17652 NONAME ?GetDataLength@H501_DescriptorIDRejection@@UBEHXZ @17653 NONAME ?GetDataLength@H501_DescriptorIDRequest@@UBEHXZ @17654 NONAME ?GetDataLength@H501_DescriptorInfo@@UBEHXZ @17655 NONAME ?GetDataLength@H501_DescriptorRejection@@UBEHXZ @17656 NONAME ?GetDataLength@H501_DescriptorRequest@@UBEHXZ @17657 NONAME ?GetDataLength@H501_DescriptorUpdate@@UBEHXZ @17658 NONAME ?GetDataLength@H501_DescriptorUpdateAck@@UBEHXZ @17659 NONAME ?GetDataLength@H501_Message@@UBEHXZ @17660 NONAME ?GetDataLength@H501_MessageCommonInfo@@UBEHXZ @17661 NONAME ?GetDataLength@H501_NonStandardConfirmation@@UBEHXZ @17662 NONAME ?GetDataLength@H501_NonStandardRejection@@UBEHXZ @17663 NONAME ?GetDataLength@H501_NonStandardRequest@@UBEHXZ @17664 NONAME ?GetDataLength@H501_PartyInformation@@UBEHXZ @17665 NONAME ?GetDataLength@H501_Pattern_range@@UBEHXZ @17666 NONAME ?GetDataLength@H501_PriceElement@@UBEHXZ @17667 NONAME ?GetDataLength@H501_PriceInfoSpec@@UBEHXZ @17668 NONAME ?GetDataLength@H501_RequestInProgress@@UBEHXZ @17669 NONAME ?GetDataLength@H501_RouteInformation@@UBEHXZ @17670 NONAME ?GetDataLength@H501_SecurityMode@@UBEHXZ @17671 NONAME ?GetDataLength@H501_ServiceConfirmation@@UBEHXZ @17672 NONAME ?GetDataLength@H501_ServiceRejection@@UBEHXZ @17673 NONAME ?GetDataLength@H501_ServiceRelease@@UBEHXZ @17674 NONAME ?GetDataLength@H501_ServiceRequest@@UBEHXZ @17675 NONAME ?GetDataLength@H501_TerminationCause@@UBEHXZ @17676 NONAME ?GetDataLength@H501_UnknownMessageResponse@@UBEHXZ @17677 NONAME ?GetDataLength@H501_UpdateInformation@@UBEHXZ @17678 NONAME ?GetDataLength@H501_UsageConfirmation@@UBEHXZ @17679 NONAME ?GetDataLength@H501_UsageField@@UBEHXZ @17680 NONAME ?GetDataLength@H501_UsageIndication@@UBEHXZ @17681 NONAME ?GetDataLength@H501_UsageIndicationConfirmation@@UBEHXZ @17682 NONAME ?GetDataLength@H501_UsageIndicationRejection@@UBEHXZ @17683 NONAME ?GetDataLength@H501_UsageRejection@@UBEHXZ @17684 NONAME ?GetDataLength@H501_UsageRequest@@UBEHXZ @17685 NONAME ?GetDataLength@H501_UsageSpecification@@UBEHXZ @17686 NONAME ?GetDataLength@H501_UsageSpecification_when@@UBEHXZ @17687 NONAME ?GetDataLength@H501_UserInformation@@UBEHXZ @17688 NONAME ?GetDataLength@H501_ValidationConfirmation@@UBEHXZ @17689 NONAME ?GetDataLength@H501_ValidationRejection@@UBEHXZ @17690 NONAME ?GetDataLength@H501_ValidationRequest@@UBEHXZ @17691 NONAME ?GetDataLength@MCS_AUcf@@UBEHXZ @7944 NONAME ?GetDataLength@MCS_AUrq@@UBEHXZ @7945 NONAME ?GetDataLength@MCS_CAin@@UBEHXZ @7946 NONAME ?GetDataLength@MCS_CArq@@UBEHXZ @7947 NONAME ?GetDataLength@MCS_CCcf@@UBEHXZ @7948 NONAME ?GetDataLength@MCS_CCrq@@UBEHXZ @7949 NONAME ?GetDataLength@MCS_CDin@@UBEHXZ @7950 NONAME ?GetDataLength@MCS_CDrq@@UBEHXZ @7951 NONAME ?GetDataLength@MCS_CEin@@UBEHXZ @7952 NONAME ?GetDataLength@MCS_CErq@@UBEHXZ @7953 NONAME ?GetDataLength@MCS_ChannelAttributes_assigned@@UBEHXZ @7954 NONAME ?GetDataLength@MCS_ChannelAttributes_private@@UBEHXZ @7955 NONAME ?GetDataLength@MCS_ChannelAttributes_static@@UBEHXZ @7956 NONAME ?GetDataLength@MCS_ChannelAttributes_userId@@UBEHXZ @7957 NONAME ?GetDataLength@MCS_CJcf@@UBEHXZ @7958 NONAME ?GetDataLength@MCS_CJrq@@UBEHXZ @7959 NONAME ?GetDataLength@MCS_CLrq@@UBEHXZ @7960 NONAME ?GetDataLength@MCS_Connect_Additional@@UBEHXZ @7961 NONAME ?GetDataLength@MCS_Connect_Initial@@UBEHXZ @7962 NONAME ?GetDataLength@MCS_Connect_Response@@UBEHXZ @7963 NONAME ?GetDataLength@MCS_Connect_Result@@UBEHXZ @7964 NONAME ?GetDataLength@MCS_DomainParameters@@UBEHXZ @7965 NONAME ?GetDataLength@MCS_DPum@@UBEHXZ @7966 NONAME ?GetDataLength@MCS_DUin@@UBEHXZ @7967 NONAME ?GetDataLength@MCS_DUrq@@UBEHXZ @7968 NONAME ?GetDataLength@MCS_EDrq@@UBEHXZ @7969 NONAME ?GetDataLength@MCS_MCcf@@UBEHXZ @7970 NONAME ?GetDataLength@MCS_MCrq@@UBEHXZ @7971 NONAME ?GetDataLength@MCS_MTcf@@UBEHXZ @7972 NONAME ?GetDataLength@MCS_MTrq@@UBEHXZ @7973 NONAME ?GetDataLength@MCS_PCin@@UBEHXZ @7974 NONAME ?GetDataLength@MCS_PDin@@UBEHXZ @7975 NONAME ?GetDataLength@MCS_PTin@@UBEHXZ @7976 NONAME ?GetDataLength@MCS_RJum@@UBEHXZ @7977 NONAME ?GetDataLength@MCS_SDin@@UBEHXZ @7978 NONAME ?GetDataLength@MCS_SDrq@@UBEHXZ @7979 NONAME ?GetDataLength@MCS_TGcf@@UBEHXZ @7980 NONAME ?GetDataLength@MCS_TGrq@@UBEHXZ @7981 NONAME ?GetDataLength@MCS_TIcf@@UBEHXZ @7982 NONAME ?GetDataLength@MCS_TIrq@@UBEHXZ @7983 NONAME ?GetDataLength@MCS_TokenAttributes_given@@UBEHXZ @7984 NONAME ?GetDataLength@MCS_TokenAttributes_giving@@UBEHXZ @7985 NONAME ?GetDataLength@MCS_TokenAttributes_grabbed@@UBEHXZ @7986 NONAME ?GetDataLength@MCS_TokenAttributes_inhibited@@UBEHXZ @7987 NONAME ?GetDataLength@MCS_TokenAttributes_ungivable@@UBEHXZ @7988 NONAME ?GetDataLength@MCS_TPin@@UBEHXZ @7989 NONAME ?GetDataLength@MCS_TPrq@@UBEHXZ @7990 NONAME ?GetDataLength@MCS_TRcf@@UBEHXZ @7991 NONAME ?GetDataLength@MCS_TRrq@@UBEHXZ @7992 NONAME ?GetDataLength@MCS_TTcf@@UBEHXZ @7993 NONAME ?GetDataLength@MCS_TTrq@@UBEHXZ @7994 NONAME ?GetDataLength@MCS_TVcf@@UBEHXZ @7995 NONAME ?GetDataLength@MCS_TVin@@UBEHXZ @7996 NONAME ?GetDataLength@MCS_TVrq@@UBEHXZ @7997 NONAME ?GetDataLength@MCS_TVrs@@UBEHXZ @7998 NONAME ?GetDataLength@MCS_USin@@UBEHXZ @7999 NONAME ?GetDataLength@MCS_USrq@@UBEHXZ @8000 NONAME ?GetDataLength@PWAVFileConverterXLaw@@UAEJAAVPWAVFile@@@Z @32257 NONAME ?GetDataLength@T38_Data_Field_subtype@@UBEHXZ @12717 NONAME ?GetDataLength@T38_IFPPacket@@UBEHXZ @12718 NONAME ?GetDataLength@T38_PreCorrigendum_Data_Field_subtype@@UBEHXZ @15137 NONAME ?GetDataLength@T38_PreCorrigendum_IFPPacket@@UBEHXZ @15138 NONAME ?GetDataLength@T38_UDPTLPacket@@UBEHXZ @12719 NONAME ?GetDataLength@T38_UDPTLPacket_error_recovery_fec_info@@UBEHXZ @12720 NONAME ?GetDataLength@X880_Invoke@@UBEHXZ @10150 NONAME ?GetDataLength@X880_Reject@@UBEHXZ @10151 NONAME ?GetDataLength@X880_ReturnError@@UBEHXZ @10152 NONAME ?GetDataLength@X880_ReturnResult@@UBEHXZ @10153 NONAME ?GetDataLength@X880_ReturnResult_result@@UBEHXZ @10154 NONAME ?GetDataPointer@PASN_BitString@@QBEPBEXZ @29964 NONAME ?GetDefaultBandwidth@H323GatekeeperServer@@QBEIXZ @29966 NONAME ?GetDefaultSessionID@H323AudioCapability@@UBEIXZ @8001 NONAME ?GetDefaultSessionID@H323Capability@@UBEIXZ @8002 NONAME ?GetDefaultSessionID@H323DataCapability@@UBEIXZ @12863 NONAME ?GetDefaultSessionID@H323VideoCapability@@UBEIXZ @8003 NONAME ?GetDefaultUdpPort@H323GatekeeperServer@@UAEGXZ @17692 NONAME ?GetDefinition@OpalFactoryCodec@@UAEPBUPluginCodec_Definition@@XZ @32575 NONAME ?GetDefinition@OpalPluginCodec@@UAEPBUPluginCodec_Definition@@XZ @32576 NONAME ?GetDescriptorID@H323RegisteredEndPoint@@QBEABVOpalGloballyUniqueID@@XZ @29967 NONAME ?GetDestinationAddress@H323GatekeeperCall@@QBE?AVPString@@XZ @13874 NONAME ?GetDestinationAlias@H323SignalPDU@@QBE?AVPString@@H@Z @12362 NONAME ?GetDestinationAliases@H323GatekeeperCall@@QBEABVPStringArray@@XZ @29968 NONAME ?GetDestinationE164@H323SignalPDU@@QBEHAAVPString@@@Z @8004 NONAME ?GetDevice@OpalLineChannel@@QBEAAVOpalLineInterfaceDevice@@XZ @29969 NONAME ?GetDeviceNames@OpalIxJDevice@@SA?AVPStringArray@@XZ @8005 NONAME ?GetDeviceNames@OpalVoipBlasterDevice@@SA?AVPStringArray@@XZ @13683 NONAME ?GetDeviceNames@PSoundChannel@@SA?AVPStringList@@ABVPString@@W4Directions@1@PAVPPluginManager@@@Z @33613 NONAME ?GetDeviceType@OpalLineInterfaceDevice@@UAE?AW4DeviceType@1@XZ @33614 NONAME ?GetDirection@H323BidirectionalChannel@@UBE?AW4Directions@H323Channel@@XZ @8006 NONAME ?GetDirection@H323Codec@@QBE?AW4Direction@1@XZ @29970 NONAME ?GetDirection@H323UnidirectionalChannel@@UBE?AW4Directions@H323Channel@@XZ @8007 NONAME ?GetDisplayName@H323Connection@@QBE?BVPString@@XZ @30653 NONAME ?GetDisplayName@Q931@@QBE?AVPString@@XZ @8008 NONAME ?GetDistinctiveRing@H323Connection@@QBEIXZ @29971 NONAME ?GetDistinctiveRing@H323SignalPDU@@QBEIXZ @12349 NONAME ?GetDomainName@H323PeerElement@@QBE?AVPString@@XZ @18142 NONAME ?GetDuration@OpalRFC2833Info@@QBEIXZ @29972 NONAME ?GetDurationLimit@H323GatekeeperCall@@UBEIXZ @16458 NONAME ?GetEndPoint@H323Connection@@QBEAAVH323EndPoint@@XZ @12864 NONAME ?GetEndPoint@H323GatekeeperCall@@QBEAAVH323RegisteredEndPoint@@XZ @14116 NONAME ?GetEndPoint@H323Transactor@@QBEAAVH323EndPoint@@XZ @29973 NONAME ?GetEndPoint@H323Transport@@QBEAAVH323EndPoint@@XZ @29974 NONAME ?GetEndpointIdentifier@H323Gatekeeper@@QBEABVPString@@XZ @29975 NONAME ?GetEndpointIdentifier@H323GatekeeperARQ@@UBE?AVPString@@XZ @14117 NONAME ?GetEndpointIdentifier@H323GatekeeperBRQ@@UBE?AVPString@@XZ @14118 NONAME ?GetEndpointIdentifier@H323GatekeeperDRQ@@UBE?AVPString@@XZ @14119 NONAME ?GetEndpointIdentifier@H323GatekeeperGRQ@@UBE?AVPString@@XZ @14120 NONAME ?GetEndpointIdentifier@H323GatekeeperIRR@@UBE?AVPString@@XZ @14262 NONAME ?GetEndpointIdentifier@H323GatekeeperLRQ@@UBE?AVPString@@XZ @14121 NONAME ?GetEndpointIdentifier@H323GatekeeperRRQ@@UBE?AVPString@@XZ @14122 NONAME ?GetEndpointIdentifier@H323GatekeeperURQ@@UBE?AVPString@@XZ @14123 NONAME ?GetEndSessionTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @29976 NONAME ?GetErrorNumber@OpalLineInterfaceDevice@@QBEHXZ @29978 NONAME ?GetErrorText@OpalLineInterfaceDevice@@QBE?AVPString@@XZ @8009 NONAME ?GetExtension@RTP_DataFrame@@QBEHXZ @29980 NONAME ?GetExtensionPtr@RTP_DataFrame@@QBEPAEXZ @18735 NONAME ?GetExtensionSize@RTP_DataFrame@@QBEHXZ @18736 NONAME ?GetExtensionType@RTP_DataFrame@@QBEHXZ @18737 NONAME ?GetFactoryName@OpalG711ALaw64k_Decoder@@SA?AVPString@@XZ @32577 NONAME ?GetFactoryName@OpalG711ALaw64k_Encoder@@SA?AVPString@@XZ @32578 NONAME ?GetFactoryName@OpalG711uLaw64k_Decoder@@SA?AVPString@@XZ @32579 NONAME ?GetFactoryName@OpalG711uLaw64k_Encoder@@SA?AVPString@@XZ @32580 NONAME ?GetFirstCall@H323GatekeeperServer@@QAE?AV?$PSafePtr@VH323GatekeeperCall@@@@W4PSafetyMode@@@Z @14124 NONAME ?GetFirstDescriptor@H323PeerElement@@QAE?AV?$PSafePtr@VH323PeerElementDescriptor@@@@W4PSafetyMode@@@Z @18143 NONAME ?GetFirstEndPoint@H323GatekeeperServer@@QAE?AV?$PSafePtr@VH323RegisteredEndPoint@@@@W4PSafetyMode@@@Z @14125 NONAME ?GetFirstLocalServiceRelationship@H323PeerElement@@QAE?AV?$PSafePtr@VH323PeerElementServiceRelationship@@@@W4PSafetyMode@@@Z @18144 NONAME ?GetFirstRemoteServiceRelationship@H323PeerElement@@QAE?AV?$PSafePtr@VH323PeerElementServiceRelationship@@@@W4PSafetyMode@@@Z @18145 NONAME ?GetFormat@PWAVFileConverterALaw@@UBEIABVPWAVFile@@@Z @32258 NONAME ?GetFormat@PWAVFileConverterULaw@@UBEIABVPWAVFile@@@Z @32259 NONAME ?GetFormatName@G7231_File_Capability@@UBE?AVPString@@XZ @14622 NONAME ?GetFormatName@H323CodecPluginGenericAudioCapability@@UBE?AVPString@@XZ @33275 NONAME ?GetFormatName@H323CodecPluginNonStandardAudioCapability@@UBE?AVPString@@XZ @29981 NONAME ?GetFormatName@H323PluginCapability@@UBE?AVPString@@XZ @29982 NONAME ?GetFormatName@H323PluginCapabilityInfo@@QBEABVPString@@XZ @30714 NONAME ?GetFormatName@H323_CiscoG7231aLIDCapability@@UBE?AVPString@@XZ @14699 NONAME ?GetFormatName@H323_G711Capability@@UBE?AVPString@@XZ @9005 NONAME ?GetFormatName@H323_H261Capability@@UBE?AVPString@@XZ @9007 NONAME ?GetFormatName@H323_LIDCapability@@UBE?AVPString@@XZ @9008 NONAME ?GetFormatName@H323_RFC2190_H263Capability@@UBE?AVPString@@XZ @33719 NONAME ?GetFormatName@H323_T120Capability@@UBE?AVPString@@XZ @9009 NONAME ?GetFormatName@H323_T38Capability@@UBE?AVPString@@XZ @12721 NONAME ?GetFormatName@H323_T38NonStandardCapability@@UBE?AVPString@@XZ @14194 NONAME ?GetFormatName@H323_UserInputCapability@@UBE?AVPString@@XZ @9010 NONAME ?GetFrameLen@G7231_File_Codec@@SAHH@Z @14623 NONAME ?GetFrameNum@H323VideoCodec@@UAEHXZ @19416 NONAME ?GetFramePtr@P64Decoder@@QBEPAEXZ @29985 NONAME ?GetFramePtr@P64Encoder@@QAEPAEXZ @9379 NONAME ?GetFrameRate@H323AudioCodec@@UBEIXZ @8011 NONAME ?GetFrameRate@H323Codec@@UBEIXZ @9443 NONAME ?GetFrameRate@H323PluginVideoCodec@@UBEIXZ @29986 NONAME ?GetFrameRate@H323_H261Codec@@UBEIXZ @13579 NONAME ?GetFrameRate@H323_RFC2190_H263Codec@@UBEIXZ @33720 NONAME ?GetFrameSize@OpalMediaFormat@@QBEHXZ @29987 NONAME ?GetFrameTime@OpalG711ALaw64k_Base@@UBEIXZ @32581 NONAME ?GetFrameTime@OpalG711uLaw64k_Base@@UBEIXZ @32582 NONAME ?GetFrameTime@OpalMediaFormat@@QBEIXZ @29988 NONAME ?GetFrameTime@OpalPluginCodec@@UBEIXZ @32583 NONAME ?GetGatekeeper@H323EndPoint@@QBEPAVH323Gatekeeper@@XZ @29989 NONAME ?GetGatekeeper@H323GatekeeperListener@@QBEAAVH323GatekeeperServer@@XZ @29990 NONAME ?GetGatekeeperIdentifier@H323GatekeeperARQ@@UBE?AVPString@@XZ @14126 NONAME ?GetGatekeeperIdentifier@H323GatekeeperBRQ@@UBE?AVPString@@XZ @14127 NONAME ?GetGatekeeperIdentifier@H323GatekeeperDRQ@@UBE?AVPString@@XZ @14128 NONAME ?GetGatekeeperIdentifier@H323GatekeeperGRQ@@UBE?AVPString@@XZ @14129 NONAME ?GetGatekeeperIdentifier@H323GatekeeperIRR@@UBE?AVPString@@XZ @14263 NONAME ?GetGatekeeperIdentifier@H323GatekeeperLRQ@@UBE?AVPString@@XZ @14130 NONAME ?GetGatekeeperIdentifier@H323GatekeeperRRQ@@UBE?AVPString@@XZ @14131 NONAME ?GetGatekeeperIdentifier@H323GatekeeperURQ@@UBE?AVPString@@XZ @14132 NONAME ?GetGatekeeperPassword@H323EndPoint@@UBEABVPString@@XZ @16510 NONAME ?GetGatekeeperRejectTag@H323GatekeeperARQ@@UBEIXZ @14793 NONAME ?GetGatekeeperRejectTag@H323GatekeeperBRQ@@UBEIXZ @14794 NONAME ?GetGatekeeperRejectTag@H323GatekeeperDRQ@@UBEIXZ @14795 NONAME ?GetGatekeeperRejectTag@H323GatekeeperGRQ@@UBEIXZ @14796 NONAME ?GetGatekeeperRejectTag@H323GatekeeperIRR@@UBEIXZ @14797 NONAME ?GetGatekeeperRejectTag@H323GatekeeperLRQ@@UBEIXZ @14798 NONAME ?GetGatekeeperRejectTag@H323GatekeeperRRQ@@UBEIXZ @14799 NONAME ?GetGatekeeperRejectTag@H323GatekeeperURQ@@UBEIXZ @14800 NONAME ?GetGatekeeperRequestRetries@H323EndPoint@@QBEIXZ @29991 NONAME ?GetGatekeeperRequestTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @29992 NONAME ?GetGatekeeperTimeToLive@H323EndPoint@@QBEABVPTimeInterval@@XZ @29993 NONAME ?GetGkAccessTokenOID@H323Connection@@QBE?BVPString@@XZ @13281 NONAME ?GetGkAccessTokenOID@H323EndPoint@@QBEABVPString@@XZ @29994 NONAME ?GetHandler@H323_T38Channel@@QBEPAVOpalT38Protocol@@XZ @29995 NONAME ?GetHeaderSize@RTP_DataFrame@@QBEHXZ @18738 NONAME ?GetHostName@H323TransportAddress@@QBE?AVPString@@XZ @8984 NONAME ?GetHostName@PURL@@QBEABVPCaselessString@@XZ @29996 NONAME ?GetIdentifier@H225_RAS@@QBEABVPString@@XZ @29998 NONAME ?GetIdentifier@H323RegisteredEndPoint@@QBEABVPString@@XZ @29999 NONAME ?GetIE@Q931@@QBE?AVPBYTEArray@@W4InformationElementCodes@1@@Z @9160 NONAME ?GetInfoResponseRate@H323GatekeeperServer@@QBEIXZ @30000 NONAME ?GetInitialBandwidth@H323EndPoint@@QBEIXZ @30001 NONAME ?GetInitialiser@PLDAPStructBase@@SAAAV1@XZ @18606 NONAME ?GetInputFormat@OpalG711ALaw64k_Decoder@@UBE?AVPString@@XZ @32584 NONAME ?GetInputFormat@OpalG711ALaw64k_Encoder@@UBE?AVPString@@XZ @32585 NONAME ?GetInputFormat@OpalG711uLaw64k_Decoder@@UBE?AVPString@@XZ @32586 NONAME ?GetInputFormat@OpalG711uLaw64k_Encoder@@UBE?AVPString@@XZ @32587 NONAME ?GetInputFormat@OpalPluginCodec@@UBE?AVPString@@XZ @32588 NONAME ?GetInstance@?$PFactory@VH235Authenticator@@VPString@@@@KAAAV1@XZ @32905 NONAME ?GetInstance@?$PFactory@VH323Capability@@VPString@@@@KAAAV1@XZ @32003 NONAME ?GetInstance@?$PFactory@VH323StaticPluginCodec@@VPString@@@@KAAAV1@XZ @32004 NONAME ?GetInstance@?$PFactory@VOpalFactoryCodec@@VPString@@@@KAAAV1@XZ @32589 NONAME ?GetInstance@?$PFactory@VOpalMediaFormat@@VPString@@@@KAAAV1@XZ @32005 NONAME ?GetInstance@?$PFactory@VPWAVFileConverter@@I@@KAAAV1@XZ @32260 NONAME ?GetInterfaceAddresses@H323EndPoint@@QAE?AVH323TransportAddressArray@@HPAVH323Transport@@@Z @18696 NONAME ?GetInterfaceAddresses@H323Transactor@@QAE?AVH323TransportAddressArray@@HPAVH323Transport@@@Z @18697 NONAME ?GetInvokeId@H450xHandler@@QBEIXZ @30002 NONAME ?GetIpAddress@H323TransportAddress@@QBEHAAVAddress@PIPSocket@@@Z @14708 NONAME ?GetIpAndPort@H323TransportAddress@@QBEHAAVAddress@PIPSocket@@AAGPBD@Z @8014 NONAME ?GetJitterBufferSize@RTP_Session@@QBEIXZ @15081 NONAME ?GetJitterThreadStackSize@H323EndPoint@@QBEHXZ @30003 NONAME ?GetJitterTime@RTP_JitterBuffer@@QBEKXZ @30004 NONAME ?GetKeyAt@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@QBEABVPOrdinalKey@@H@Z @30005 NONAME ?GetKeyAt@?$PDictionary@VPString@@VH323Connection@@@@QBEABVPString@@H@Z @30006 NONAME ?GetKeyAt@?$PSet@VPOrdinalKey@@@@UBEABVPOrdinalKey@@H@Z @18261 NONAME ?GetKeyAt@?$PStringDictionary@VPOrdinalKey@@@@QBEABVPOrdinalKey@@H@Z @30007 NONAME ?GetKeyList@?$PFactory@VH235Authenticator@@VPString@@@@SA?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @32906 NONAME ?GetKeyList@?$PFactory@VH323Capability@@VPString@@@@SA?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @32006 NONAME ?GetKeyList@?$PFactory@VH323StaticPluginCodec@@VPString@@@@SA?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @32007 NONAME ?GetKeyList@?$PFactory@VOpalMediaFormat@@VPString@@@@SA?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @32008 NONAME ?GetKeyList_Internal@?$PFactory@VH235Authenticator@@VPString@@@@IAE?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @32907 NONAME ?GetKeyList_Internal@?$PFactory@VH323Capability@@VPString@@@@IAE?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @32009 NONAME ?GetKeyList_Internal@?$PFactory@VH323StaticPluginCodec@@VPString@@@@IAE?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @32010 NONAME ?GetKeyList_Internal@?$PFactory@VOpalMediaFormat@@VPString@@@@IAE?AV?$vector@VPString@@V?$allocator@VPString@@@std@@@std@@XZ @32011 NONAME ?GetKeyMap@?$PFactory@VOpalMediaFormat@@VPString@@@@SAAAV?$map@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@@std@@XZ @32012 NONAME ?GetKeypad@Q931@@QBE?AVPString@@XZ @14027 NONAME ?GetLastReceivedAddress@H323Transport@@UBE?AVH323TransportAddress@@XZ @15145 NONAME ?GetLastReceivedAddress@H323TransportUDP@@UBE?AVH323TransportAddress@@XZ @15146 NONAME ?GetLastReceiveToAddress@PIPSocket@@QBE?AVAddress@1@XZ @32590 NONAME ?GetLineCount@OpalIxJDevice@@UAEIXZ @8015 NONAME ?GetLineCount@OpalVoipBlasterDevice@@UAEIXZ @13684 NONAME ?GetListeners@H323EndPoint@@QBEABV?$PList@VH323Listener@@@@XZ @30009 NONAME ?GetListenerThreadStackSize@H323EndPoint@@QBEHXZ @30010 NONAME ?GetLocalAddress@H323TransportIP@@UBE?AVH323TransportAddress@@XZ @8017 NONAME ?GetLocalAddress@H323TransportUDP@@UBE?AVH323TransportAddress@@XZ @32591 NONAME ?GetLocalAddress@RTP_UDP@@QBE?AVAddress@PIPSocket@@XZ @16778 NONAME ?GetLocalAliasNames@H323Connection@@QBEABVPStringList@@XZ @30011 NONAME ?GetLocalCallIntrusionProtectionLevel@H323Connection@@QAEIXZ @30012 NONAME ?GetLocalCapabilities@H323Connection@@QBEABVH323Capabilities@@XZ @30013 NONAME ?GetLocalControlPort@RTP_UDP@@QBEGXZ @30014 NONAME ?GetLocalDataPort@RTP_UDP@@QBEGXZ @30015 NONAME ?GetLocalHostName@RTP_UDP@@UAE?AVPString@@XZ @8018 NONAME ?GetLocalId@H235Authenticator@@UBEABVPString@@XZ @32908 NONAME ?GetLocalName@H323PeerElement@@QBE?AVPString@@XZ @18069 NONAME ?GetLocalPartyName@H323Connection@@QBEABVPString@@XZ @30016 NONAME ?GetLocalUserName@H323EndPoint@@UBEABVPString@@XZ @16511 NONAME ?GetLogicalChannel@H323Connection@@QBEPAVH323Channel@@IH@Z @9013 NONAME ?GetLogicalChannelTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @30017 NONAME ?GetLostPackets@ReceiverReport@RTP_ControlFrame@@QBEIXZ @30018 NONAME ?GetMACAddress@InterfaceEntry@PIPSocket@@QBEABVPString@@XZ @30019 NONAME ?GetMainType@H323AudioCapability@@UBE?AW4MainTypes@H323Capability@@XZ @8021 NONAME ?GetMainType@H323DataCapability@@UBE?AW4MainTypes@H323Capability@@XZ @8022 NONAME ?GetMainType@H323VideoCapability@@UBE?AW4MainTypes@H323Capability@@XZ @8023 NONAME ?GetMainType@H323_UserInputCapability@@UBE?AW4MainTypes@H323Capability@@XZ @8024 NONAME ?GetMarker@RTP_DataFrame@@QBEHXZ @30020 NONAME ?GetMasterSlaveDeterminationRetries@H323EndPoint@@QBEIXZ @30021 NONAME ?GetMasterSlaveDeterminationTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @30022 NONAME ?GetMaxAudioJitterDelay@H323Connection@@QBEIXZ @30023 NONAME ?GetMaxAudioJitterDelay@H323EndPoint@@QBEIXZ @30024 NONAME ?GetMaxFramesPerPacket@OpalG711ALaw64k_Base@@UBEIXZ @32592 NONAME ?GetMaxFramesPerPacket@OpalG711uLaw64k_Base@@UBEIXZ @32593 NONAME ?GetMaxFramesPerPacket@OpalPluginCodec@@UBEIXZ @32594 NONAME ?GetMediaFormat@H323Codec@@QBEABVOpalMediaFormat@@XZ @30025 NONAME ?GetMediaFormatList@H323PluginCodecManager@@KAAAV?$PList@VOpalMediaFormat@@@@XZ @30708 NONAME ?GetMediaFormatMutex@H323PluginCodecManager@@KAAAVPCriticalSection@@XZ @33766 NONAME ?GetMediaFormats@H323PluginCodecManager@@SA?AV?$PList@VOpalMediaFormat@@@@XZ @30710 NONAME ?GetMediaFormats@OpalIxJDevice@@UBE?AV?$PList@VOpalMediaFormat@@@@XZ @9444 NONAME ?GetMediaFormats@OpalVoipBlasterDevice@@UBE?AV?$PList@VOpalMediaFormat@@@@XZ @13685 NONAME ?GetMessageType@Q931@@QBE?AW4MsgTypes@1@XZ @30026 NONAME ?GetMessageTypeName@Q931@@QBE?AVPString@@XZ @8029 NONAME ?GetMinAudioJitterDelay@H323Connection@@QBEIXZ @30029 NONAME ?GetMinAudioJitterDelay@H323EndPoint@@QBEIXZ @30030 NONAME ?GetMutex@?$PFactory@VOpalMediaFormat@@VPString@@@@SAAAVPCriticalSection@@XZ @33767 NONAME ?GetName@H235AuthCAT@@UBEPBDXZ @16743 NONAME ?GetName@H235AuthProcedure1@@UBEPBDXZ @16723 NONAME ?GetName@H235AuthSimpleMD5@@UBEPBDXZ @16724 NONAME ?GetName@H323Gatekeeper@@QBE?AVPString@@XZ @9150 NONAME ?GetName@OpalIxJDevice@@UBE?AVPString@@XZ @8030 NONAME ?GetName@OpalLineChannel@@UBE?AVPString@@XZ @8031 NONAME ?GetName@OpalVoipBlasterDevice@@UBE?AVPString@@XZ @13686 NONAME ?GetNegLogicalChannelAt@H245NegLogicalChannels@@QAEAAVH245NegLogicalChannel@@H@Z @9165 NONAME ?GetNext@PortInfo@H323EndPoint@@QAEGI@Z @14745 NONAME ?GetNextChannelNumber@H245NegLogicalChannels@@QAE?AVH323ChannelNumber@@XZ @8034 NONAME ?GetNextH450CallIdentityValue@H323EndPoint@@QBEIXZ @33194 NONAME ?GetNextInvokeId@H450xDispatcher@@QBEIXZ @30034 NONAME ?GetNextItem@Item@SourceDescription@RTP_ControlFrame@@QAEPAU123@XZ @30035 NONAME ?GetNextItem@Item@SourceDescription@RTP_ControlFrame@@QBEPBU123@XZ @30036 NONAME ?GetNextPacket@Transmitter@@QAEXPAPAE0AAI1@Z @8035 NONAME ?GetNextSequenceNumber@H323Transactor@@IAEIXZ @17694 NONAME ?GetNextTCPPort@H323EndPoint@@QAEGXZ @14273 NONAME ?GetNextUDPPort@H323EndPoint@@QAEGXZ @14274 NONAME ?GetNoMediaTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @18722 NONAME ?GetNumber@H323Channel@@QBEABVH323ChannelNumber@@XZ @30037 NONAME ?GetOutputFormat@OpalG711ALaw64k_Decoder@@UBE?AVPString@@XZ @32595 NONAME ?GetOutputFormat@OpalG711ALaw64k_Encoder@@UBE?AVPString@@XZ @32596 NONAME ?GetOutputFormat@OpalG711uLaw64k_Decoder@@UBE?AVPString@@XZ @32597 NONAME ?GetOutputFormat@OpalG711uLaw64k_Encoder@@UBE?AVPString@@XZ @32598 NONAME ?GetOutputFormat@OpalPluginCodec@@UBE?AVPString@@XZ @32599 NONAME ?GetOwnerEndPoint@H323TransactionServer@@QBEAAVH323EndPoint@@XZ @30038 NONAME ?GetPacketsTooLate@RTP_JitterBuffer@@QBEKXZ @30039 NONAME ?GetPacketsTooLate@RTP_Session@@QBEKXZ @8974 NONAME ?GetParamVars@PURL@@QBEABVPStringToString@@XZ @30040 NONAME ?GetPassword@H235Authenticator@@UBEABVPString@@XZ @32909 NONAME ?GetPayloadPtr@RTP_ControlFrame@@QBEPAEXZ @30041 NONAME ?GetPayloadPtr@RTP_DataFrame@@QBEPAEXZ @30042 NONAME ?GetPayloadSize@RTP_ControlFrame@@QBEHXZ @8037 NONAME ?GetPayloadSize@RTP_DataFrame@@QBEHXZ @30043 NONAME ?GetPayloadType@H323Capability@@QBE?AW4PayloadTypes@RTP_DataFrame@@XZ @30044 NONAME ?GetPayloadType@OpalMediaFormat@@QBE?AW4PayloadTypes@RTP_DataFrame@@XZ @30045 NONAME ?GetPayloadType@OpalRFC2833@@QBE?AW4PayloadTypes@RTP_DataFrame@@XZ @30046 NONAME ?GetPayloadType@RTP_ControlFrame@@QBEIXZ @30047 NONAME ?GetPayloadType@RTP_DataFrame@@QBE?AW4PayloadTypes@1@XZ @30048 NONAME ?GetPDU@H323RasPDU@@UAEAAVPASN_Object@@XZ @17739 NONAME ?GetPDU@H323RasPDU@@UBEABVPASN_Object@@XZ @17695 NONAME ?GetPDU@H501PDU@@UAEAAVPASN_Object@@XZ @17740 NONAME ?GetPDU@H501PDU@@UBEABVPASN_Object@@XZ @17696 NONAME ?GetPeerElement@H323GatekeeperServer@@QBEPAVH323PeerElement@@XZ @30049 NONAME ?GetPlayVolume@OpalIxJDevice@@UAEHIAAI@Z @9059 NONAME ?GetPlayVolume@OpalLineInterfaceDevice@@UAEHIAAI@Z @9060 NONAME ?GetPlayVolume@OpalVoipBlasterDevice@@UAEHIAAI@Z @13687 NONAME ?GetPort@PURL@@QBEGXZ @30053 NONAME ?GetPosition@PWAVFileConverterXLaw@@UBEJABVPWAVFile@@@Z @32261 NONAME ?GetPrefix@H323RegisteredEndPoint@@QBE?AVPString@@H@Z @13414 NONAME ?GetPrefixCount@H323RegisteredEndPoint@@QBEHXZ @30054 NONAME ?GetPriorityOption@H323PeerElementDescriptor@@SAII@Z @30055 NONAME ?GetProgressIndicator@Q931@@QBEHAAIPAI1@Z @13999 NONAME ?GetProtocolList@H323PeerElementDescriptor@@SAIABVH501_ArrayOf_SupportedProtocols@@@Z @18070 NONAME ?GetProtocolVersion@H323RegisteredEndPoint@@QBEIXZ @30056 NONAME ?GetQ931@H323SignalPDU@@QAEAAVQ931@@XZ @30057 NONAME ?GetQ931@H323SignalPDU@@QBEABVQ931@@XZ @30058 NONAME ?GetQ931Cause@H323Connection@@QBEIXZ @33773 NONAME ?GetQOS@RTP_UDP@@QAEAAVPQoS@@XZ @33768 NONAME ?GetRASAddress@H323RegisteredEndPoint@@QBE?AVH323TransportAddress@@H@Z @16727 NONAME ?GetRASAddresses@H323RegisteredEndPoint@@QBEABVH323TransportAddressArray@@XZ @30059 NONAME ?GetRasChannel@H323GatekeeperRequest@@QBEAAVH323GatekeeperListener@@XZ @30060 NONAME ?GetRasRequestRetries@H323EndPoint@@QBEIXZ @30061 NONAME ?GetRasRequestTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @30062 NONAME ?GetReadFormat@OpalIxJDevice@@UAE?AVOpalMediaFormat@@I@Z @9447 NONAME ?GetReadFormat@OpalVoipBlasterDevice@@UAE?AVOpalMediaFormat@@I@Z @13688 NONAME ?GetReadFrameSize@OpalIxJDevice@@UAEHI@Z @8042 NONAME ?GetReadFrameSize@OpalVoipBlasterDevice@@UAEHI@Z @13689 NONAME ?GetRealSendUserInputMode@H323Connection@@QBE?AW4SendUserInputModes@1@XZ @14028 NONAME ?GetReceiveHandler@OpalRFC2833@@QBEABVPNotifier@@XZ @30064 NONAME ?GetRecommendedFramesPerPacket@OpalG711ALaw64k_Base@@UBEIXZ @32600 NONAME ?GetRecommendedFramesPerPacket@OpalG711uLaw64k_Base@@UBEIXZ @32601 NONAME ?GetRecommendedFramesPerPacket@OpalPluginCodec@@UBEIXZ @32602 NONAME ?GetRecords@PDNS@@YAHABVPString@@AAVMXRecordList@1@@Z @32910 NONAME ?GetRecords@PDNS@@YAHABVPString@@AAVSRVRecordList@1@@Z @32911 NONAME ?GetRecordVolume@OpalIxJDevice@@UAEHIAAI@Z @9061 NONAME ?GetRecordVolume@OpalLineInterfaceDevice@@UAEHIAAI@Z @9062 NONAME ?GetRecordVolume@OpalVoipBlasterDevice@@UAEHIAAI@Z @13690 NONAME ?GetRedirectingNumber@Q931@@QBEHAAVPString@@PAI1111III@Z @13294 NONAME ?GetRegisteredEndPoint@H323GatekeeperRequest@@QAEHXZ @14801 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperARQ@@UBEIXZ @14802 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperBRQ@@UBEIXZ @14803 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperDRQ@@UBEIXZ @14804 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperGRQ@@UBEIXZ @14805 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperIRR@@UBEIXZ @14806 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperLRQ@@UBEIXZ @14807 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperRRQ@@UBEIXZ @14808 NONAME ?GetRegisteredEndPointRejectTag@H323GatekeeperURQ@@UBEIXZ @14809 NONAME ?GetRegisteredMediaFormats@OpalMediaFormat@@SA?AV?$PList@VOpalMediaFormat@@@@XZ @18994 NONAME ?GetRegisteredMediaFormats@OpalMediaFormat@@SAXAAV?$PList@VOpalMediaFormat@@@@@Z @30671 NONAME ?GetRemoteAddress@H323TransportIP@@UBE?AVH323TransportAddress@@XZ @8046 NONAME ?GetRemoteAddress@H323_ExternalRTPChannel@@QBEHAAVAddress@PIPSocket@@AAG@Z @13592 NONAME ?GetRemoteAddress@RTP_UDP@@QBE?AVAddress@PIPSocket@@XZ @14934 NONAME ?GetRemoteApplication@H323Connection@@QBEABVPString@@XZ @30065 NONAME ?GetRemoteCallIntrusionProtectionLevel@H323Connection@@UAEHABVPString@@I@Z @14718 NONAME ?GetRemoteCallIntrusionProtectionLevel@H45011Handler@@QAEHABVPString@@I@Z @14719 NONAME ?GetRemoteControlPort@RTP_UDP@@QBEGXZ @30066 NONAME ?GetRemoteDataPort@RTP_UDP@@QBEGXZ @30067 NONAME ?GetRemoteId@H235Authenticator@@UBEABVPString@@XZ @32912 NONAME ?GetRemotePartyName@H323Connection@@QBEABVPString@@XZ @30069 NONAME ?GetRemotePartyNumber@H323Connection@@QBEABVPString@@XZ @30070 NONAME ?GetRemoveDTMF@OpalIxJDevice@@UAEHI@Z @8047 NONAME ?GetRemoveDTMF@OpalLineInterfaceDevice@@UAEHI@Z @8048 NONAME ?GetRemoveDTMF@OpalVoipBlasterDevice@@UAEHI@Z @13691 NONAME ?GetReplyAddress@H323Transaction@@QBE?AVH323TransportAddress@@XZ @18404 NONAME ?GetReplyAddresses@H323Transaction@@QBEABVH323TransportAddressArray@@XZ @30071 NONAME ?GetRequestInProgressDelay@H323RasPDU@@UBEIXZ @18198 NONAME ?GetRequestInProgressDelay@H501PDU@@UBEIXZ @18199 NONAME ?GetRequestModeTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @30072 NONAME ?GetRoundTripDelay@H245NegRoundTripDelay@@QBE?AVPTimeInterval@@XZ @8050 NONAME ?GetRoundTripDelay@H323Connection@@QBE?AVPTimeInterval@@XZ @8051 NONAME ?GetRoundTripDelayRate@H323EndPoint@@QBEABVPTimeInterval@@XZ @30074 NONAME ?GetRoundTripDelayTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @30075 NONAME ?GetRtpIpPortBase@H323EndPoint@@QBEGXZ @30076 NONAME ?GetRtpIpPortMax@H323EndPoint@@QBEGXZ @30077 NONAME ?GetRtpIpPortPair@H323EndPoint@@QAEGXZ @14275 NONAME ?GetRtpIpTypeofService@H323EndPoint@@QBEEXZ @16773 NONAME ?GetRTPPayload@OpalG711ALaw64k_Base@@UBEEXZ @32603 NONAME ?GetRTPPayload@OpalG711uLaw64k_Base@@UBEEXZ @32604 NONAME ?GetRTPPayload@OpalPluginCodec@@UBEEXZ @32605 NONAME ?GetRTPPayloadType@H323_RealTimeChannel@@UBE?AW4PayloadTypes@RTP_DataFrame@@XZ @32122 NONAME ?GetRxFramesInPacket@H323AudioCapability@@UBEIXZ @8054 NONAME ?GetRxFramesInPacket@H323Capability@@UBEIXZ @8055 NONAME ?GetSampleRate@OpalG711ALaw64k_Base@@UBEIXZ @32606 NONAME ?GetSampleRate@OpalG711uLaw64k_Base@@UBEIXZ @32607 NONAME ?GetSampleRate@OpalPluginCodec@@UBEIXZ @32608 NONAME ?GetSampleSize@PWAVFileConverterXLaw@@UBEIABVPWAVFile@@@Z @32262 NONAME ?GetSamplesPerFrame@OpalG711ALaw64k_Base@@UBEIXZ @32609 NONAME ?GetSamplesPerFrame@OpalG711uLaw64k_Base@@UBEIXZ @32610 NONAME ?GetSamplesPerFrame@OpalPluginCodec@@UBEIXZ @32611 NONAME ?GetScheme@PURL@@QBEABVPCaselessString@@XZ @30078 NONAME ?GetSDPFormat@OpalG711ALaw64k_Base@@UBE?AVPString@@XZ @32612 NONAME ?GetSDPFormat@OpalG711uLaw64k_Base@@UBE?AVPString@@XZ @32613 NONAME ?GetSDPFormat@OpalPluginCodec@@UBE?AVPString@@XZ @32614 NONAME ?GetSecurityRejectTag@H323GatekeeperARQ@@UBEIXZ @14810 NONAME ?GetSecurityRejectTag@H323GatekeeperBRQ@@UBEIXZ @14811 NONAME ?GetSecurityRejectTag@H323GatekeeperDRQ@@UBEIXZ @14812 NONAME ?GetSecurityRejectTag@H323GatekeeperGRQ@@UBEIXZ @14813 NONAME ?GetSecurityRejectTag@H323GatekeeperIRR@@UBEIXZ @14814 NONAME ?GetSecurityRejectTag@H323GatekeeperLRQ@@UBEIXZ @14815 NONAME ?GetSecurityRejectTag@H323GatekeeperRRQ@@UBEIXZ @14816 NONAME ?GetSecurityRejectTag@H323GatekeeperURQ@@UBEIXZ @14817 NONAME ?GetSendUserInputMode@H323EndPoint@@QBE?AW4SendUserInputModes@H323Connection@@XZ @30080 NONAME ?GetSequenceNumber@H323RasPDU@@UBEIXZ @17697 NONAME ?GetSequenceNumber@H501PDU@@UBEIXZ @17698 NONAME ?GetSequenceNumber@RTP_DataFrame@@QBEGXZ @30081 NONAME ?GetSerialNumber@OpalIxJDevice@@UAEKXZ @9305 NONAME ?GetSerialNumber@OpalVoipBlasterDevice@@UAEKXZ @13692 NONAME ?GetServiceControlType@H323HTTPServiceControl@@UBE?AVPString@@XZ @16459 NONAME ?GetServiceControlType@H323ServiceControlSession@@UBE?AVPString@@XZ @16460 NONAME ?GetSession@H323Connection@@UBEPAVRTP_Session@@I@Z @13540 NONAME ?GetSession@RTP_SessionManager@@QBEPAVRTP_Session@@I@Z @8057 NONAME ?GetSessionCallbacks@H323Connection@@UBEPAVH323_RTP_Session@@I@Z @13541 NONAME ?GetSessionCodecNames@H323Connection@@UBE?AVPString@@I@Z @13542 NONAME ?GetSessionID@H323Channel@@UBEIXZ @8060 NONAME ?GetSessionID@H323DataChannel@@UBEIXZ @14195 NONAME ?GetSessionID@H323_ExternalRTPChannel@@UBEIXZ @13593 NONAME ?GetSessionID@H323_RTPChannel@@UBEIXZ @8061 NONAME ?GetSessionID@RTP_Session@@QBEIXZ @30082 NONAME ?GetSignalAddress@H323RegisteredEndPoint@@QBE?AVH323TransportAddress@@H@Z @12867 NONAME ?GetSignalAddressCount@H323RegisteredEndPoint@@QBEHXZ @30083 NONAME ?GetSignalAddresses@H323RegisteredEndPoint@@QBEABVH323TransportAddressArray@@XZ @30084 NONAME ?GetSignalInfo@Q931@@QBE?AW4SignalInfo@1@XZ @9001 NONAME ?GetSignallingChannel@H323Connection@@QBEPBVH323Transport@@XZ @30085 NONAME ?GetSignallingChannelCallTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @30086 NONAME ?GetSignallingChannelConnectTimeout@H323EndPoint@@QBEABVPTimeInterval@@XZ @33758 NONAME ?GetSignallingThreadStackSize@H323EndPoint@@QBEHXZ @30087 NONAME ?GetSignallingVersion@H323Connection@@QBEIXZ @30088 NONAME ?GetSilenceDetectionMode@H323AudioCodec@@QBE?AW4SilenceDetectionMode@1@PAHPAI@Z @9661 NONAME ?GetSilenceDetectionMode@H323EndPoint@@QBE?AW4SilenceDetectionMode@H323AudioCodec@@XZ @30089 NONAME ?GetSilenceDuration@H323_RTPChannel@@QBE?AVPTimeInterval@@XZ @14022 NONAME ?GetSize@H245NegLogicalChannels@@QBEHXZ @30090 NONAME ?GetSize@H323Capabilities@@QBEHXZ @30092 NONAME ?GetSize@PASN_Array@@QBEHXZ @30093 NONAME ?GetSize@PASN_BitString@@QBEIXZ @30094 NONAME ?GetSize@PASN_ObjectId@@QBEHXZ @30095 NONAME ?GetSize@PASN_OctetString@@QBEHXZ @30096 NONAME ?GetSoundChannelPlayDevice@H323EndPoint@@QBEABVPString@@XZ @30098 NONAME ?GetSoundChannelPlayDriver@H323EndPoint@@QBEABVPString@@XZ @32696 NONAME ?GetSoundChannelRecordDevice@H323EndPoint@@QBEABVPString@@XZ @30099 NONAME ?GetSoundChannelRecordDriver@H323EndPoint@@QBEABVPString@@XZ @32697 NONAME ?GetSourceAddress@H323GatekeeperCall@@QBE?AVPString@@XZ @13876 NONAME ?GetSourceAliases@H323SignalPDU@@QBE?AVPString@@PBVH323Transport@@@Z @12363 NONAME ?GetSourceE164@H323SignalPDU@@QBEHAAVPString@@@Z @10155 NONAME ?GetState@H4502Handler@@QBE?AW4State@1@XZ @30100 NONAME ?GetState@H4504Handler@@QBE?AW4State@1@XZ @30101 NONAME ?GetStdHeight@H323_RFC2190_H263Codec@@KAHW4StdSize@1@@Z @33721 NONAME ?GetStdSize@H323_RFC2190_H263Codec@@KAHHH@Z @33722 NONAME ?GetStdWidth@H323_RFC2190_H263Codec@@KAHW4StdSize@1@@Z @33723 NONAME ?GetSTUN@H323EndPoint@@QBEPAVPSTUNClient@@ABVAddress@PIPSocket@@@Z @16774 NONAME ?GetSubType@G7231_File_Capability@@UBEIXZ @14624 NONAME ?GetSubType@H323GenericAudioCapability@@UBEIXZ @33276 NONAME ?GetSubType@H323GenericVideoCapability@@UBEIXZ @33277 NONAME ?GetSubType@H323NonStandardAudioCapability@@UBEIXZ @8064 NONAME ?GetSubType@H323NonStandardDataCapability@@UBEIXZ @8065 NONAME ?GetSubType@H323NonStandardVideoCapability@@UBEIXZ @8066 NONAME ?GetSubType@H323PluginCapability@@UBEIXZ @30103 NONAME ?GetSubType@H323_G711Capability@@UBEIXZ @8068 NONAME ?GetSubType@H323_H261Capability@@UBEIXZ @8070 NONAME ?GetSubType@H323_LIDCapability@@UBEIXZ @8071 NONAME ?GetSubType@H323_RFC2190_H263Capability@@UBEIXZ @33724 NONAME ?GetSubType@H323_T120Capability@@UBEIXZ @8072 NONAME ?GetSubType@H323_T38Capability@@UBEIXZ @12722 NONAME ?GetSubType@H323_UserInputCapability@@UBEIXZ @8073 NONAME ?GetSyncSource@RTP_DataFrame@@QBEKXZ @30104 NONAME ?GetSyncSourceOut@RTP_Session@@QBEKXZ @30105 NONAME ?GetTag@PASN_Object@@QBEIXZ @30106 NONAME ?GetTcpIpTypeofService@H323EndPoint@@QBEEXZ @33769 NONAME ?GetTerminalType@H323EndPoint@@QBE?AW4TerminalTypes@1@XZ @30107 NONAME ?GetTimestamp@OpalRFC2833Info@@QBEIXZ @30109 NONAME ?GetTimestamp@RTP_DataFrame@@QBEKXZ @30110 NONAME ?GetTimestampGracePeriod@H235Authenticator@@UBEHXZ @33000 NONAME ?GetTimeToLive@H323GatekeeperServer@@QBEIXZ @30111 NONAME ?GetTimeUnits@OpalMediaFormat@@QBEIXZ @30112 NONAME ?GetTone@OpalRFC2833Info@@QBEDXZ @30113 NONAME ?GetToolName@RTP_Session@@QBE?AVPString@@XZ @15140 NONAME ?GetTransmitHandler@OpalRFC2833@@QBEABVPNotifier@@XZ @30114 NONAME ?GetTransport@H323Transactor@@QBEAAVH323Transport@@XZ @30115 NONAME ?GetTransport@OpalT38Protocol@@QBEPAVH323Transport@@XZ @30116 NONAME ?GetTransportAddress@H323ListenerTCP@@UBE?AVH323TransportAddress@@XZ @9667 NONAME ?GetTxFramesInPacket@H323AudioCapability@@UBEIXZ @8077 NONAME ?GetTxFramesInPacket@H323Capability@@UBEIXZ @8078 NONAME ?GetTxQualityLevel@H323AudioCodec@@UAEHH@Z @33278 NONAME ?GetTxQualityLevel@H323PluginFramedAudioCodec@@UBEHXZ @33279 NONAME ?GetTxQualityLevel@H323StreamedPluginAudioCodec@@UBEHXZ @33280 NONAME ?GetUDPPortBase@H323EndPoint@@QBEGXZ @30117 NONAME ?GetUDPPortMax@H323EndPoint@@QBEGXZ @30118 NONAME ?GetUserData@RTP_Session@@QBEPAVRTP_UserData@@XZ @30119 NONAME ?GetUserNameA@PURL@@QBEABVPString@@XZ @30120 NONAME ?GetUsersPassword@H323GatekeeperServer@@UBEHABVPString@@AAV2@@Z @13074 NONAME ?GetUsersPassword@H323GatekeeperServer@@UBEHABVPString@@AAV2@AAVH323RegisteredEndPoint@@@Z @30624 NONAME ?GetUUIEsRequested@H323Connection@@QBEIXZ @30121 NONAME ?GetVAD@OpalIxJDevice@@UAEHI@Z @9347 NONAME ?GetVAD@OpalLineInterfaceDevice@@UAEHI@Z @9348 NONAME ?GetVAD@OpalVoipBlasterDevice@@UAEHI@Z @13693 NONAME ?GetValue@PASN_BMPString@@QBE?AVPString@@XZ @15085 NONAME ?GetValue@PASN_ConstrainedString@@QBEABVPString@@XZ @30122 NONAME ?GetValue@PASN_Integer@@QBEIXZ @30123 NONAME ?GetValue@PASN_ObjectId@@QBEABV?$PScalarArray@I@@XZ @30124 NONAME ?GetValue@PASN_OctetString@@QBEABVPBYTEArray@@XZ @30125 NONAME ?GetVersion@RTP_DataFrame@@QBEIXZ @30127 NONAME ?GetWinkDuration@OpalIxJDevice@@UAEII@Z @18731 NONAME ?GetWinkDuration@OpalLineInterfaceDevice@@UAEII@Z @18732 NONAME ?GetWriteFormat@OpalIxJDevice@@UAE?AVOpalMediaFormat@@I@Z @9449 NONAME ?GetWriteFormat@OpalVoipBlasterDevice@@UAE?AVOpalMediaFormat@@I@Z @13694 NONAME ?GetWriteFrameSize@OpalIxJDevice@@UAEHI@Z @8080 NONAME ?GetWriteFrameSize@OpalVoipBlasterDevice@@UAEHI@Z @13695 NONAME ?h235AuthLoader@PWLibStupidLinkerHacks@@3HA @32913 NONAME ?h235AuthProcedure1Loader@PWLibStupidLinkerHacks@@3HA @32914 NONAME ?h261Loader@PWLibStupidLinkerHacks@@3HA @32615 NONAME ?H323GetAliasAddressE164@@YA?AVPString@@ABVH225_AliasAddress@@@Z @13529 NONAME ?H323GetAliasAddressE164@@YA?AVPString@@ABVH225_ArrayOf_AliasAddress@@@Z @13530 NONAME ?H323GetAliasAddressString@@YA?AVPString@@ABVH225_AliasAddress@@@Z @8085 NONAME ?H323GetAliasAddressStrings@@YA?AVPStringArray@@ABVH225_ArrayOf_AliasAddress@@@Z @18405 NONAME ?H323GetApplicationInfo@@YA?AVPString@@ABVH225_VendorIdentifier@@@Z @14169 NONAME ?H323GetInterfaceAddresses@@YA?AVH323TransportAddressArray@@ABV?$PList@VH323Listener@@@@HPAVH323Transport@@@Z @18698 NONAME ?H323GetInterfaceAddresses@@YA?AVH323TransportAddressArray@@ABVH323TransportAddress@@HPAVH323Transport@@@Z @18699 NONAME ?h323Loader@PWLibStupidLinkerHacks@@3HA @32999 NONAME ?H323SetAliasAddress@@YAXABVH323TransportAddress@@AAVH225_AliasAddress@@@Z @18700 NONAME ?H323SetAliasAddress@@YAXABVPString@@AAVH225_AliasAddress@@H@Z @14000 NONAME ?H323SetAliasAddresses@@YAXABVH323TransportAddressArray@@AAVH225_ArrayOf_AliasAddress@@@Z @18701 NONAME ?H323SetAliasAddresses@@YAXABVPStringArray@@AAVH225_ArrayOf_AliasAddress@@H@Z @18702 NONAME ?H323SetAliasAddresses@@YAXABVPStringList@@AAVH225_ArrayOf_AliasAddress@@H@Z @18703 NONAME ?H323SetTransportAddresses@@YAXABVH323Transport@@ABVH323TransportAddressArray@@AAVH225_ArrayOf_TransportAddress@@@Z @18704 NONAME ?H323TranslateFromCallEndReason@@YA?AW4CauseValues@Q931@@ABVH323Connection@@AAVH225_ReleaseCompleteReason@@@Z @13531 NONAME ?H323TranslateFromCallEndReason@@YA?AW4CauseValues@Q931@@W4CallEndReason@H323Connection@@AAVH225_ReleaseCompleteReason@@@Z @32970 NONAME ?H323TranslateToCallEndReason@@YA?AW4CallEndReason@H323Connection@@W4CauseValues@Q931@@ABVH225_ReleaseCompleteReason@@@Z @13532 NONAME ?HadAnsweredCall@H323Connection@@QBEHXZ @30131 NONAME ?HandleAck@H245NegMasterSlaveDetermination@@QAEHABVH245_MasterSlaveDeterminationAck@@@Z @8088 NONAME ?HandleAck@H245NegRequestMode@@UAEHABVH245_RequestModeAck@@@Z @13555 NONAME ?HandleAck@H245NegTerminalCapabilitySet@@QAEHABVH245_TerminalCapabilitySetAck@@@Z @8090 NONAME ?HandleCallTransferFailure@H323Connection@@UAEXH@Z @14286 NONAME ?HandleCallTransferFailure@H4502Handler@@QAEXH@Z @13631 NONAME ?HandleChannel@H323_T120Channel@@UAEXXZ @13860 NONAME ?HandleClose@H245NegLogicalChannel@@UAEHABVH245_CloseLogicalChannel@@@Z @13249 NONAME ?HandleClose@H245NegLogicalChannels@@UAEHABVH245_CloseLogicalChannel@@@Z @13250 NONAME ?HandleCloseAck@H245NegLogicalChannel@@UAEHABVH245_CloseLogicalChannelAck@@@Z @13251 NONAME ?HandleCloseAck@H245NegLogicalChannels@@UAEHABVH245_CloseLogicalChannelAck@@@Z @13252 NONAME ?HandleConnect@OpalT120Protocol@@UAEHABVMCS_ConnectMCSPDU@@@Z @12723 NONAME ?HandleConsultationTransfer@H323Connection@@UAEXABVPString@@AAV1@@Z @14287 NONAME ?HandleConsultationTransfer@H4502Handler@@QAEXABVPString@@AAVH323Connection@@@Z @13895 NONAME ?HandleControlChannel@H323Connection@@UAEXXZ @8095 NONAME ?HandleControlData@H323Connection@@UAEHAAVPPER_Stream@@@Z @8096 NONAME ?HandleControlPDU@H323Connection@@UAEHABVH323ControlPDU@@@Z @8097 NONAME ?HandleDomain@OpalT120Protocol@@UAEHABVMCS_DomainMCSPDU@@@Z @12724 NONAME ?HandleFastStartAcknowledge@H323Connection@@UAEHABVH225_ArrayOf_PASN_OctetString@@@Z @8098 NONAME ?HandleFirstSignallingChannelPDU@H323Transport@@QAEHXZ @12725 NONAME ?HandleIncoming@H245NegMasterSlaveDetermination@@QAEHABVH245_MasterSlaveDetermination@@@Z @8100 NONAME ?HandleIncoming@H245NegTerminalCapabilitySet@@QAEHABVH245_TerminalCapabilitySet@@@Z @8101 NONAME ?HandleIntrudeCall@H323Connection@@UAEXABVPString@@0@Z @14338 NONAME ?HandleOpen@H245NegLogicalChannel@@UAEHABVH245_OpenLogicalChannel@@@Z @13253 NONAME ?HandleOpen@H245NegLogicalChannels@@UAEHABVH245_OpenLogicalChannel@@@Z @13254 NONAME ?HandleOpenAck@H245NegLogicalChannel@@UAEHABVH245_OpenLogicalChannelAck@@@Z @13255 NONAME ?HandleOpenAck@H245NegLogicalChannels@@UAEHABVH245_OpenLogicalChannelAck@@@Z @13256 NONAME ?HandleOpenConfirm@H245NegLogicalChannel@@UAEHABVH245_OpenLogicalChannelConfirm@@@Z @13257 NONAME ?HandleOpenConfirm@H245NegLogicalChannels@@UAEHABVH245_OpenLogicalChannelConfirm@@@Z @13258 NONAME ?HandlePacket@OpalT38Protocol@@UAEHABVT38_IFPPacket@@@Z @12727 NONAME ?HandlePacketLost@OpalT38Protocol@@UAEHI@Z @13406 NONAME ?HandlePDU@H323Transaction@@QAEHXZ @18406 NONAME ?HandlePDU@H450xDispatcher@@UAEHABVH323SignalPDU@@@Z @14339 NONAME ?HandleRawIFP@OpalT38Protocol@@IAEHABVPASN_OctetString@@@Z @16514 NONAME ?HandleReject@H245NegLogicalChannel@@UAEHABVH245_OpenLogicalChannelReject@@@Z @13259 NONAME ?HandleReject@H245NegLogicalChannels@@UAEHABVH245_OpenLogicalChannelReject@@@Z @13260 NONAME ?HandleReject@H245NegMasterSlaveDetermination@@QAEHABVH245_MasterSlaveDeterminationReject@@@Z @8112 NONAME ?HandleReject@H245NegRequestMode@@UAEHABVH245_RequestModeReject@@@Z @13556 NONAME ?HandleReject@H245NegTerminalCapabilitySet@@QAEHABVH245_TerminalCapabilitySetReject@@@Z @8114 NONAME ?HandleRelease@H245NegMasterSlaveDetermination@@QAEHABVH245_MasterSlaveDeterminationRelease@@@Z @8115 NONAME ?HandleRelease@H245NegRequestMode@@UAEHABVH245_RequestModeRelease@@@Z @13557 NONAME ?HandleRelease@H245NegTerminalCapabilitySet@@QAEHABVH245_TerminalCapabilitySetRelease@@@Z @8117 NONAME ?HandleRequest@H245NegRequestMode@@UAEHABVH245_RequestMode@@@Z @13558 NONAME ?HandleRequest@H245NegRoundTripDelay@@QAEHABVH245_RoundTripDelayRequest@@@Z @8119 NONAME ?HandleRequestClose@H245NegLogicalChannel@@UAEHABVH245_RequestChannelClose@@@Z @13261 NONAME ?HandleRequestClose@H245NegLogicalChannels@@UAEHABVH245_RequestChannelClose@@@Z @13262 NONAME ?HandleRequestCloseAck@H245NegLogicalChannel@@UAEHABVH245_RequestChannelCloseAck@@@Z @13263 NONAME ?HandleRequestCloseAck@H245NegLogicalChannels@@UAEHABVH245_RequestChannelCloseAck@@@Z @13264 NONAME ?HandleRequestCloseReject@H245NegLogicalChannel@@UAEHABVH245_RequestChannelCloseReject@@@Z @13265 NONAME ?HandleRequestCloseReject@H245NegLogicalChannels@@UAEHABVH245_RequestChannelCloseReject@@@Z @13266 NONAME ?HandleRequestCloseRelease@H245NegLogicalChannel@@UAEHABVH245_RequestChannelCloseRelease@@@Z @13267 NONAME ?HandleRequestCloseRelease@H245NegLogicalChannels@@UAEHABVH245_RequestChannelCloseRelease@@@Z @13268 NONAME ?HandleRequestInProgress@H323Transactor@@IAEHABVH323TransactionPDU@@I@Z @18200 NONAME ?HandleResponse@H245NegRoundTripDelay@@QAEHABVH245_RoundTripDelayResponse@@@Z @8128 NONAME ?HandleServiceRequest@H323PeerElement@@IAE?AW4Response@H323Transaction@@AAVH501ServiceRequest@@@Z @18810 NONAME ?HandleSignallingChannel@H323Connection@@UAEXXZ @14288 NONAME ?HandleSignalPDU@H323Connection@@UAEHAAVH323SignalPDU@@@Z @8130 NONAME ?HandleStatus@OpalVoipBlasterDevice@@IAEXH@Z @18976 NONAME ?HandleTimeout@H245NegLogicalChannel@@UAEXAAVPTimer@@H@Z @8131 NONAME ?HandleTimeout@H245NegMasterSlaveDetermination@@UAEXAAVPTimer@@H@Z @8132 NONAME ?HandleTimeout@H245Negotiator@@MAEXAAVPTimer@@H@Z @8133 NONAME ?HandleTimeout@H245NegRequestMode@@UAEXAAVPTimer@@H@Z @8134 NONAME ?HandleTimeout@H245NegRoundTripDelay@@UAEXAAVPTimer@@H@Z @8135 NONAME ?HandleTimeout@H245NegTerminalCapabilitySet@@UAEXAAVPTimer@@H@Z @8136 NONAME ?HandleTransaction@H225_RAS@@UAEHABVPASN_Object@@@Z @18201 NONAME ?HandleTransaction@H323_AnnexG@@UAEHABVPASN_Object@@@Z @18202 NONAME ?HandleTransactions@H323Transactor@@MAEXAAVPThread@@H@Z @18203 NONAME ?HandleTransferCall@H323Connection@@UAEXABVPString@@0@Z @14289 NONAME ?HandleTunnelPDU@H323Connection@@UAEXPAVH323SignalPDU@@@Z @13773 NONAME ?HasConnection@H323EndPoint@@UAEHABVPString@@@Z @8138 NONAME ?HashFunction@H323ChannelNumber@@UBEHXZ @8140 NONAME ?HashFunction@OpalGloballyUniqueID@@UBEHXZ @9544 NONAME ?HasHookFlash@OpalIxJDevice@@UAEHI@Z @9339 NONAME ?HasHookFlash@OpalLineInterfaceDevice@@UAEHI@Z @9340 NONAME ?HasHookFlash@OpalVoipBlasterDevice@@UAEHI@Z @13696 NONAME ?HasIE@Q931@@QBEHW4InformationElementCodes@1@@Z @9161 NONAME ?HasReceivedCapabilities@H245NegTerminalCapabilitySet@@QBEHXZ @30132 NONAME ?HasSentCapabilities@H245NegTerminalCapabilitySet@@QBEHXZ @30133 NONAME ?height@P64Decoder@@QBEHXZ @30135 NONAME ?HoldCall@H323Connection@@QAEXH@Z @10274 NONAME ?HoldCall@H323EndPoint@@QAEXABVPString@@H@Z @10275 NONAME ?HoldCall@H4504Handler@@QAEXH@Z @13180 NONAME ?HookFlash@OpalLineInterfaceDevice@@UAEHII@Z @8141 NONAME ?IncEncodeAndGetPacket@H261PixelEncoder@@QAEXPAEAAI@Z @14001 NONAME ?IncEncodeAndGetPacket@P64Encoder@@QAEXPAEAAI@Z @14002 NONAME ?IncrementReference@RTP_Session@@QAEXXZ @30139 NONAME ?InfoRequest@H323GatekeeperListener@@UAEHAAVH323RegisteredEndPoint@@PAVH323GatekeeperCall@@@Z @14738 NONAME ?InfoRequestResponse@H323Gatekeeper@@QAEXABVH323Connection@@@Z @14214 NONAME ?InfoRequestResponse@H323Gatekeeper@@QAEXABVH323Connection@@ABVH225_H323_UU_PDU@@H@Z @13279 NONAME ?InfoRequestResponse@H323Gatekeeper@@QAEXXZ @14215 NONAME ?init@P64Decoder@@IAEXXZ @8143 NONAME ?inithuff@P64Decoder@@IAEXXZ @8144 NONAME ?initquant@P64Decoder@@IAEXXZ @8145 NONAME ?insert@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAE?AViterator@12@V312@ABULookupRecord@@@Z @32915 NONAME ?insert@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE?AU?$pair@Viterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@_N@2@ABU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@Z @32263 NONAME ?insert@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE?AViterator@12@V312@ABU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@Z @32264 NONAME ?insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AU?$pair@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@@Z @32916 NONAME ?insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@@Z @32917 NONAME ?insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AU?$pair@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@@Z @32014 NONAME ?insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@@Z @32015 NONAME ?insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AU?$pair@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@@Z @32618 NONAME ?insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@@Z @32619 NONAME ?insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AU?$pair@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@@Z @32016 NONAME ?insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@@Z @32017 NONAME ?insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AU?$pair@Viterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@_N@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@2@@Z @32018 NONAME ?insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@V312@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@2@@Z @32019 NONAME ?InternalCreateGatekeeper@H323EndPoint@@IAEPAVH323Gatekeeper@@PAVH323Transport@@@Z @9233 NONAME ?InternalEndSessionCheck@H323Connection@@IAEHAAVPPER_Stream@@@Z @14374 NONAME ?InternalEstablishedConnectionCheck@H323Connection@@MAEXXZ @14285 NONAME ?InternalIsDescendant@?$PArray@V?$PList@VH323Capability@@@@@@UBEHPBD@Z @30141 NONAME ?InternalIsDescendant@?$PArray@VH323SimultaneousCapabilities@@@@UBEHPBD@Z @30142 NONAME ?InternalIsDescendant@?$PArray@VH323TransportAddress@@@@UBEHPBD@Z @30143 NONAME ?InternalIsDescendant@?$PArray@VReceiverReport@RTP_Session@@@@UBEHPBD@Z @30144 NONAME ?InternalIsDescendant@?$PArray@VSourceDescription@RTP_Session@@@@UBEHPBD@Z @30145 NONAME ?InternalIsDescendant@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UBEHPBD@Z @30146 NONAME ?InternalIsDescendant@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UBEHPBD@Z @30147 NONAME ?InternalIsDescendant@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UBEHPBD@Z @30148 NONAME ?InternalIsDescendant@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UBEHPBD@Z @30149 NONAME ?InternalIsDescendant@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UBEHPBD@Z @30150 NONAME ?InternalIsDescendant@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UBEHPBD@Z @30151 NONAME ?InternalIsDescendant@?$PDictionary@VPString@@VH323Connection@@@@UBEHPBD@Z @30152 NONAME ?InternalIsDescendant@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UBEHPBD@Z @30153 NONAME ?InternalIsDescendant@?$PDictionary@VPString@@VPOrdinalKey@@@@UBEHPBD@Z @30154 NONAME ?InternalIsDescendant@?$PList@VH235Authenticator@@@@UBEHPBD@Z @30155 NONAME ?InternalIsDescendant@?$PList@VH245_GenericParameter@@@@UBEHPBD@Z @33281 NONAME ?InternalIsDescendant@?$PList@VH263Packet@@@@UBEHPBD@Z @33725 NONAME ?InternalIsDescendant@?$PList@VH323Capability@@@@UBEHPBD@Z @30157 NONAME ?InternalIsDescendant@?$PList@VH323Channel@@@@UBEHPBD@Z @30158 NONAME ?InternalIsDescendant@?$PList@VH323GatekeeperListener@@@@UBEHPBD@Z @30159 NONAME ?InternalIsDescendant@?$PList@VH323Listener@@@@UBEHPBD@Z @30160 NONAME ?InternalIsDescendant@?$PList@VH323Transactor@@@@UBEHPBD@Z @30161 NONAME ?InternalIsDescendant@?$PList@VH450xHandler@@@@UBEHPBD@Z @30162 NONAME ?InternalIsDescendant@?$PList@VOpalMediaFormat@@@@UBEHPBD@Z @30164 NONAME ?InternalIsDescendant@?$PList@VPBYTEArray@@@@UBEHPBD@Z @30165 NONAME ?InternalIsDescendant@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UBEHPBD@Z @30167 NONAME ?InternalIsDescendant@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UBEHPBD@Z @30168 NONAME ?InternalIsDescendant@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UBEHPBD@Z @30169 NONAME ?InternalIsDescendant@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UBEHPBD@Z @30170 NONAME ?InternalIsDescendant@?$PSafePtr@VH323GatekeeperCall@@@@UBEHPBD@Z @30171 NONAME ?InternalIsDescendant@?$PSafePtr@VH323PeerElementDescriptor@@@@UBEHPBD@Z @30172 NONAME ?InternalIsDescendant@?$PSafePtr@VH323PeerElementServiceRelationship@@@@UBEHPBD@Z @30173 NONAME ?InternalIsDescendant@?$PSafePtr@VH323RegisteredEndPoint@@@@UBEHPBD@Z @30174 NONAME ?InternalIsDescendant@?$PSet@VPOrdinalKey@@@@UBEHPBD@Z @30175 NONAME ?InternalIsDescendant@?$PSortedList@VAlternateInfo@H323Gatekeeper@@@@UBEHPBD@Z @30176 NONAME ?InternalIsDescendant@?$PSortedList@VH225_AliasAddress@@@@UBEHPBD@Z @30177 NONAME ?InternalIsDescendant@?$PSortedList@VH323GatekeeperCall@@@@UBEHPBD@Z @30178 NONAME ?InternalIsDescendant@?$PSortedList@VH323PeerElementDescriptor@@@@UBEHPBD@Z @30179 NONAME ?InternalIsDescendant@?$PSortedList@VH323PeerElementServiceRelationship@@@@UBEHPBD@Z @30180 NONAME ?InternalIsDescendant@?$PSortedList@VMXRecord@PDNS@@@@UBEHPBD@Z @32918 NONAME ?InternalIsDescendant@?$PSortedList@VResponse@H323Transactor@@@@UBEHPBD@Z @30182 NONAME ?InternalIsDescendant@?$PSortedList@VSRVRecord@PDNS@@@@UBEHPBD@Z @32919 NONAME ?InternalIsDescendant@AlternateInfo@H323Gatekeeper@@UBEHPBD@Z @30184 NONAME ?InternalIsDescendant@ByteQueue@OpalVoipBlasterDevice@@UBEHPBD@Z @30185 NONAME ?InternalIsDescendant@FilterInfo@H323Codec@@UBEHPBD@Z @30187 NONAME ?InternalIsDescendant@G7231_File_Capability@@UBEHPBD@Z @30188 NONAME ?InternalIsDescendant@G7231_File_Codec@@UBEHPBD@Z @30189 NONAME ?InternalIsDescendant@H225CallThread@@UBEHPBD@Z @30190 NONAME ?InternalIsDescendant@H225TransportThread@@UBEHPBD@Z @30191 NONAME ?InternalIsDescendant@H225_RAS@@UBEHPBD@Z @30192 NONAME ?InternalIsDescendant@H235AuthCAT@@UBEHPBD@Z @30193 NONAME ?InternalIsDescendant@H235Authenticator@@UBEHPBD@Z @30194 NONAME ?InternalIsDescendant@H235Authenticators@@UBEHPBD@Z @30195 NONAME ?InternalIsDescendant@H235AuthProcedure1@@UBEHPBD@Z @30196 NONAME ?InternalIsDescendant@H235AuthSimpleMD5@@UBEHPBD@Z @30197 NONAME ?InternalIsDescendant@H245NegLogicalChannel@@UBEHPBD@Z @30198 NONAME ?InternalIsDescendant@H245NegLogicalChannels@@UBEHPBD@Z @30199 NONAME ?InternalIsDescendant@H245NegMasterSlaveDetermination@@UBEHPBD@Z @30200 NONAME ?InternalIsDescendant@H245Negotiator@@UBEHPBD@Z @30201 NONAME ?InternalIsDescendant@H245NegRequestMode@@UBEHPBD@Z @30202 NONAME ?InternalIsDescendant@H245NegRoundTripDelay@@UBEHPBD@Z @30203 NONAME ?InternalIsDescendant@H245NegTerminalCapabilitySet@@UBEHPBD@Z @30204 NONAME ?InternalIsDescendant@H245TransportThread@@UBEHPBD@Z @30205 NONAME ?InternalIsDescendant@H263Packet@@UBEHPBD@Z @33726 NONAME ?InternalIsDescendant@H263PacketList@@UBEHPBD@Z @33727 NONAME ?InternalIsDescendant@H323AudioCapability@@UBEHPBD@Z @30208 NONAME ?InternalIsDescendant@H323AudioCodec@@UBEHPBD@Z @30209 NONAME ?InternalIsDescendant@H323BidirectionalChannel@@UBEHPBD@Z @30210 NONAME ?InternalIsDescendant@H323CallCreditServiceControl@@UBEHPBD@Z @30211 NONAME ?InternalIsDescendant@H323Capabilities@@UBEHPBD@Z @30212 NONAME ?InternalIsDescendant@H323CapabilitiesSet@@UBEHPBD@Z @30213 NONAME ?InternalIsDescendant@H323Capability@@UBEHPBD@Z @30214 NONAME ?InternalIsDescendant@H323Channel@@UBEHPBD@Z @30216 NONAME ?InternalIsDescendant@H323ChannelNumber@@UBEHPBD@Z @30217 NONAME ?InternalIsDescendant@H323Codec@@UBEHPBD@Z @30218 NONAME ?InternalIsDescendant@H323CodecPluginGenericAudioCapability@@UBEHPBD@Z @33282 NONAME ?InternalIsDescendant@H323CodecPluginNonStandardAudioCapability@@UBEHPBD@Z @30219 NONAME ?InternalIsDescendant@H323Connection@@UBEHPBD@Z @30220 NONAME ?InternalIsDescendant@H323ConnectionsCleaner@@UBEHPBD@Z @30221 NONAME ?InternalIsDescendant@H323ControlPDU@@UBEHPBD@Z @30222 NONAME ?InternalIsDescendant@H323DataCapability@@UBEHPBD@Z @30223 NONAME ?InternalIsDescendant@H323DataChannel@@UBEHPBD@Z @30224 NONAME ?InternalIsDescendant@H323DynaLink@@UBEHPBD@Z @30654 NONAME ?InternalIsDescendant@H323EndPoint@@UBEHPBD@Z @30225 NONAME ?InternalIsDescendant@H323FramedAudioCodec@@UBEHPBD@Z @30226 NONAME ?InternalIsDescendant@H323Gatekeeper@@UBEHPBD@Z @30227 NONAME ?InternalIsDescendant@H323GatekeeperARQ@@UBEHPBD@Z @30228 NONAME ?InternalIsDescendant@H323GatekeeperBRQ@@UBEHPBD@Z @30229 NONAME ?InternalIsDescendant@H323GatekeeperCall@@UBEHPBD@Z @30230 NONAME ?InternalIsDescendant@H323GatekeeperDRQ@@UBEHPBD@Z @30231 NONAME ?InternalIsDescendant@H323GatekeeperGRQ@@UBEHPBD@Z @30232 NONAME ?InternalIsDescendant@H323GatekeeperIRR@@UBEHPBD@Z @30233 NONAME ?InternalIsDescendant@H323GatekeeperListener@@UBEHPBD@Z @30234 NONAME ?InternalIsDescendant@H323GatekeeperLRQ@@UBEHPBD@Z @30235 NONAME ?InternalIsDescendant@H323GatekeeperRequest@@UBEHPBD@Z @30236 NONAME ?InternalIsDescendant@H323GatekeeperRRQ@@UBEHPBD@Z @30237 NONAME ?InternalIsDescendant@H323GatekeeperServer@@UBEHPBD@Z @30238 NONAME ?InternalIsDescendant@H323GatekeeperURQ@@UBEHPBD@Z @30239 NONAME ?InternalIsDescendant@H323GenericAudioCapability@@UBEHPBD@Z @33283 NONAME ?InternalIsDescendant@H323GenericVideoCapability@@UBEHPBD@Z @33284 NONAME ?InternalIsDescendant@H323GSMPluginCapability@@UBEHPBD@Z @30240 NONAME ?InternalIsDescendant@H323H248ServiceControl@@UBEHPBD@Z @30241 NONAME ?InternalIsDescendant@H323HTTPServiceControl@@UBEHPBD@Z @30243 NONAME ?InternalIsDescendant@H323Listener@@UBEHPBD@Z @30244 NONAME ?InternalIsDescendant@H323ListenerTCP@@UBEHPBD@Z @30245 NONAME ?InternalIsDescendant@H323LogicalChannelThread@@UBEHPBD@Z @30246 NONAME ?InternalIsDescendant@H323NonStandardAudioCapability@@UBEHPBD@Z @30247 NONAME ?InternalIsDescendant@H323NonStandardDataCapability@@UBEHPBD@Z @30248 NONAME ?InternalIsDescendant@H323NonStandardVideoCapability@@UBEHPBD@Z @30249 NONAME ?InternalIsDescendant@H323PeerElement@@UBEHPBD@Z @30250 NONAME ?InternalIsDescendant@H323PeerElementDescriptor@@UBEHPBD@Z @30251 NONAME ?InternalIsDescendant@H323PeerElementServiceRelationship@@UBEHPBD@Z @30252 NONAME ?InternalIsDescendant@H323PluginCapability@@UBEHPBD@Z @30254 NONAME ?InternalIsDescendant@H323PluginCodecManager@@UBEHPBD@Z @31073 NONAME ?InternalIsDescendant@H323PluginFramedAudioCodec@@UBEHPBD@Z @30704 NONAME ?InternalIsDescendant@H323PluginG7231Capability@@UBEHPBD@Z @30255 NONAME ?InternalIsDescendant@H323PluginVideoCodec@@UBEHPBD@Z @30256 NONAME ?InternalIsDescendant@H323RasPDU@@UBEHPBD@Z @30257 NONAME ?InternalIsDescendant@H323RealTimeCapability@@UBEHPBD@Z @30258 NONAME ?InternalIsDescendant@H323RegisteredEndPoint@@UBEHPBD@Z @30259 NONAME ?InternalIsDescendant@H323ServiceControlSession@@UBEHPBD@Z @30260 NONAME ?InternalIsDescendant@H323SignalPDU@@UBEHPBD@Z @30261 NONAME ?InternalIsDescendant@H323SimultaneousCapabilities@@UBEHPBD@Z @30262 NONAME ?InternalIsDescendant@H323StreamedAudioCodec@@UBEHPBD@Z @30263 NONAME ?InternalIsDescendant@H323StreamedPluginAudioCodec@@UBEHPBD@Z @30705 NONAME ?InternalIsDescendant@H323Transaction@@UBEHPBD@Z @30264 NONAME ?InternalIsDescendant@H323TransactionServer@@UBEHPBD@Z @30265 NONAME ?InternalIsDescendant@H323Transactor@@UBEHPBD@Z @30266 NONAME ?InternalIsDescendant@H323Transport@@UBEHPBD@Z @30267 NONAME ?InternalIsDescendant@H323TransportAddress@@UBEHPBD@Z @30268 NONAME ?InternalIsDescendant@H323TransportAddressArray@@UBEHPBD@Z @30269 NONAME ?InternalIsDescendant@H323TransportIP@@UBEHPBD@Z @30270 NONAME ?InternalIsDescendant@H323TransportTCP@@UBEHPBD@Z @30271 NONAME ?InternalIsDescendant@H323TransportUDP@@UBEHPBD@Z @30272 NONAME ?InternalIsDescendant@H323UnidirectionalChannel@@UBEHPBD@Z @30273 NONAME ?InternalIsDescendant@H323VideoCapability@@UBEHPBD@Z @30274 NONAME ?InternalIsDescendant@H323VideoCodec@@UBEHPBD@Z @30275 NONAME ?InternalIsDescendant@H323_ALawCodec@@UBEHPBD@Z @30276 NONAME ?InternalIsDescendant@H323_AnnexG@@UBEHPBD@Z @30277 NONAME ?InternalIsDescendant@H323_CiscoG7231aLIDCapability@@UBEHPBD@Z @30278 NONAME ?InternalIsDescendant@H323_ExternalRTPChannel@@UBEHPBD@Z @30279 NONAME ?InternalIsDescendant@H323_G711Capability@@UBEHPBD@Z @30282 NONAME ?InternalIsDescendant@H323_H261Capability@@UBEHPBD@Z @30290 NONAME ?InternalIsDescendant@H323_H261Codec@@UBEHPBD@Z @30291 NONAME ?InternalIsDescendant@H323_LIDCapability@@UBEHPBD@Z @30294 NONAME ?InternalIsDescendant@H323_LIDCodec@@UBEHPBD@Z @30295 NONAME ?InternalIsDescendant@H323_muLawCodec@@UBEHPBD@Z @30298 NONAME ?InternalIsDescendant@H323_RealTimeChannel@@UBEHPBD@Z @30299 NONAME ?InternalIsDescendant@H323_RFC2190_H263Capability@@UBEHPBD@Z @33728 NONAME ?InternalIsDescendant@H323_RFC2190_H263Codec@@UBEHPBD@Z @33729 NONAME ?InternalIsDescendant@H323_RTPChannel@@UBEHPBD@Z @30300 NONAME ?InternalIsDescendant@H323_RTP_Session@@UBEHPBD@Z @30301 NONAME ?InternalIsDescendant@H323_RTP_UDP@@UBEHPBD@Z @30302 NONAME ?InternalIsDescendant@H323_T120Capability@@UBEHPBD@Z @30303 NONAME ?InternalIsDescendant@H323_T120Channel@@UBEHPBD@Z @30304 NONAME ?InternalIsDescendant@H323_T38Capability@@UBEHPBD@Z @30305 NONAME ?InternalIsDescendant@H323_T38Channel@@UBEHPBD@Z @30306 NONAME ?InternalIsDescendant@H323_T38NonStandardCapability@@UBEHPBD@Z @30307 NONAME ?InternalIsDescendant@H323_UserInputCapability@@UBEHPBD@Z @30308 NONAME ?InternalIsDescendant@H45011Handler@@UBEHPBD@Z @30309 NONAME ?InternalIsDescendant@H4502Handler@@UBEHPBD@Z @30310 NONAME ?InternalIsDescendant@H4504Handler@@UBEHPBD@Z @30311 NONAME ?InternalIsDescendant@H4506Handler@@UBEHPBD@Z @30312 NONAME ?InternalIsDescendant@H450xDispatcher@@UBEHPBD@Z @30313 NONAME ?InternalIsDescendant@H450xHandler@@UBEHPBD@Z @30314 NONAME ?InternalIsDescendant@H501AccessRequest@@UBEHPBD@Z @30315 NONAME ?InternalIsDescendant@H501DescriptorUpdate@@UBEHPBD@Z @30316 NONAME ?InternalIsDescendant@H501PDU@@UBEHPBD@Z @30317 NONAME ?InternalIsDescendant@H501ServiceRequest@@UBEHPBD@Z @30318 NONAME ?InternalIsDescendant@H501Transaction@@UBEHPBD@Z @30319 NONAME ?InternalIsDescendant@MXRecordList@PDNS@@UBEHPBD@Z @32920 NONAME ?InternalIsDescendant@OpalFactoryCodec@@UBEHPBD@Z @32620 NONAME ?InternalIsDescendant@OpalG711ALaw64k_Base@@UBEHPBD@Z @32621 NONAME ?InternalIsDescendant@OpalG711ALaw64k_Decoder@@UBEHPBD@Z @32622 NONAME ?InternalIsDescendant@OpalG711ALaw64k_Encoder@@UBEHPBD@Z @32623 NONAME ?InternalIsDescendant@OpalG711uLaw64k_Base@@UBEHPBD@Z @32624 NONAME ?InternalIsDescendant@OpalG711uLaw64k_Decoder@@UBEHPBD@Z @32625 NONAME ?InternalIsDescendant@OpalG711uLaw64k_Encoder@@UBEHPBD@Z @32626 NONAME ?InternalIsDescendant@OpalGloballyUniqueID@@UBEHPBD@Z @30325 NONAME ?InternalIsDescendant@OpalIxJDevice@@UBEHPBD@Z @30326 NONAME ?InternalIsDescendant@OpalLineChannel@@UBEHPBD@Z @30327 NONAME ?InternalIsDescendant@OpalLineInterfaceDevice@@UBEHPBD@Z @30328 NONAME ?InternalIsDescendant@OpalMediaFormat@@UBEHPBD@Z @30329 NONAME ?InternalIsDescendant@OpalPluginCodec@@UBEHPBD@Z @32627 NONAME ?InternalIsDescendant@OpalRFC2833@@UBEHPBD@Z @30330 NONAME ?InternalIsDescendant@OpalRFC2833Info@@UBEHPBD@Z @30331 NONAME ?InternalIsDescendant@OpalRtpToWavFile@@UBEHPBD@Z @30332 NONAME ?InternalIsDescendant@OpalT120Protocol@@UBEHPBD@Z @30333 NONAME ?InternalIsDescendant@OpalT38Protocol@@UBEHPBD@Z @30334 NONAME ?InternalIsDescendant@OpalVoipBlasterDevice@@UBEHPBD@Z @30335 NONAME ?InternalIsDescendant@OpalVXMLSession@@UBEHPBD@Z @30336 NONAME ?InternalIsDescendant@OpalWAVFile@@UBEHPBD@Z @30337 NONAME ?InternalIsDescendant@PASN_Array@@UBEHPBD@Z @30338 NONAME ?InternalIsDescendant@PASN_BitString@@UBEHPBD@Z @30339 NONAME ?InternalIsDescendant@PASN_BMPString@@UBEHPBD@Z @30340 NONAME ?InternalIsDescendant@PASN_Boolean@@UBEHPBD@Z @30341 NONAME ?InternalIsDescendant@PASN_Choice@@UBEHPBD@Z @30342 NONAME ?InternalIsDescendant@PASN_ConstrainedObject@@UBEHPBD@Z @30343 NONAME ?InternalIsDescendant@PASN_ConstrainedString@@UBEHPBD@Z @30344 NONAME ?InternalIsDescendant@PASN_Enumeration@@UBEHPBD@Z @30345 NONAME ?InternalIsDescendant@PASN_GeneralisedTime@@UBEHPBD@Z @30346 NONAME ?InternalIsDescendant@PASN_GeneralString@@UBEHPBD@Z @30347 NONAME ?InternalIsDescendant@PASN_IA5String@@UBEHPBD@Z @30348 NONAME ?InternalIsDescendant@PASN_Integer@@UBEHPBD@Z @30349 NONAME ?InternalIsDescendant@PASN_Null@@UBEHPBD@Z @30350 NONAME ?InternalIsDescendant@PASN_NumericString@@UBEHPBD@Z @30351 NONAME ?InternalIsDescendant@PASN_Object@@UBEHPBD@Z @30352 NONAME ?InternalIsDescendant@PASN_ObjectId@@UBEHPBD@Z @30353 NONAME ?InternalIsDescendant@PASN_OctetString@@UBEHPBD@Z @30354 NONAME ?InternalIsDescendant@PASN_PrintableString@@UBEHPBD@Z @30355 NONAME ?InternalIsDescendant@PASN_Sequence@@UBEHPBD@Z @30356 NONAME ?InternalIsDescendant@PASN_Stream@@UBEHPBD@Z @30357 NONAME ?InternalIsDescendant@PASN_VisibleString@@UBEHPBD@Z @30358 NONAME ?InternalIsDescendant@PLDAPAttributeBase@@UBEHPBD@Z @30359 NONAME ?InternalIsDescendant@PLDAPStructBase@@UBEHPBD@Z @30360 NONAME ?InternalIsDescendant@PluginLoader@@UBEHPBD@Z @32996 NONAME ?InternalIsDescendant@PPER_Stream@@UBEHPBD@Z @30361 NONAME ?InternalIsDescendant@PVXMLSession@@UBEHPBD@Z @30363 NONAME ?InternalIsDescendant@PWAVFile@@UBEHPBD@Z @30364 NONAME ?InternalIsDescendant@Q931@@UBEHPBD@Z @30365 NONAME ?InternalIsDescendant@ReceiverReport@RTP_Session@@UBEHPBD@Z @30366 NONAME ?InternalIsDescendant@Request@H323Transactor@@UBEHPBD@Z @30367 NONAME ?InternalIsDescendant@Response@H323Transactor@@UBEHPBD@Z @30368 NONAME ?InternalIsDescendant@RFC2190_FfmpgLink@@UBEHPBD@Z @33730 NONAME ?InternalIsDescendant@RTP_ControlFrame@@UBEHPBD@Z @30369 NONAME ?InternalIsDescendant@RTP_DataFrame@@UBEHPBD@Z @30370 NONAME ?InternalIsDescendant@RTP_JitterBuffer@@UBEHPBD@Z @30371 NONAME ?InternalIsDescendant@RTP_QOS@@UBEHPBD@Z @30372 NONAME ?InternalIsDescendant@RTP_Session@@UBEHPBD@Z @30373 NONAME ?InternalIsDescendant@RTP_SessionManager@@UBEHPBD@Z @30374 NONAME ?InternalIsDescendant@RTP_UDP@@UBEHPBD@Z @30375 NONAME ?InternalIsDescendant@RTP_UserData@@UBEHPBD@Z @30376 NONAME ?InternalIsDescendant@SenderReport@RTP_Session@@UBEHPBD@Z @30377 NONAME ?InternalIsDescendant@SourceDescription@RTP_Session@@UBEHPBD@Z @30378 NONAME ?InternalIsDescendant@SRVRecordList@PDNS@@UBEHPBD@Z @32921 NONAME ?InternalIsDescendant@StringMap@H323GatekeeperServer@@UBEHPBD@Z @30379 NONAME ?InternalIsDescendant@T120ConnectPDU@@UBEHPBD@Z @30380 NONAME ?InternalIsDescendant@T120_X224@@UBEHPBD@Z @30381 NONAME ?InternalIsDescendant@VoipBlasterInterface@@UBEHPBD@Z @30383 NONAME ?InternalIsDescendant@X224@@UBEHPBD@Z @30384 NONAME ?InternalMakeCall@H323EndPoint@@MAEPAVH323Connection@@ABVPString@@0I0PAVH323Transport@@AAV3@PAX@Z @32317 NONAME ?InternalPlayTone@OpalIxJDevice@@IAEHIKKKH@Z @8146 NONAME ?InternalRegisterGatekeeper@H323EndPoint@@IAEHPAVH323Gatekeeper@@H@Z @9234 NONAME ?InternalRemoveServiceRelationship@H323PeerElement@@IAEXABVH323TransportAddress@@@Z @18262 NONAME ?InternalSetVolume@OpalIxJDevice@@IAEHHIHH@Z @9330 NONAME ?InternalTranslateTCPAddress@H323EndPoint@@QAEXAAVAddress@PIPSocket@@ABV23@@Z @32969 NONAME ?IntrudeCall@H323Connection@@UAEXI@Z @14341 NONAME ?IntrudeCall@H323EndPoint@@QAEPAVH323Connection@@ABVPString@@AAV3@IPAX@Z @14342 NONAME ?IntrudeCall@H323EndPoint@@QAEPAVH323Connection@@ABVPString@@PAVH323Transport@@AAV3@IPAX@Z @14343 NONAME ?IntrudeCall@H45011Handler@@QAEXH@Z @14344 NONAME ?IoControl@OpalIxJDevice@@IAEHKKPAK@Z @8147 NONAME ?IoControl@OpalIxJDevice@@IAEHKPAXK0KPAKPAVPWin32Overlapped@@@Z @9357 NONAME ?IsActive@H235Authenticator@@UBEHXZ @13292 NONAME ?IsAllowed@H323Capabilities@@QAEHABVH323Capability@@0@Z @9155 NONAME ?IsAllowed@H323Capabilities@@QAEHABVH323Capability@@@Z @10338 NONAME ?IsAllowed@H323Capabilities@@QAEHI@Z @10339 NONAME ?IsAllowed@H323Capabilities@@QAEHII@Z @9582 NONAME ?IsAnsweringCall@H323GatekeeperCall@@QBEHXZ @30385 NONAME ?IsAtEnd@PASN_Stream@@QAEHXZ @30386 NONAME ?IsAudioEnabled@OpalIxJDevice@@UAEHI@Z @14171 NONAME ?IsAudioEnabled@OpalLineInterfaceDevice@@UAEHI@Z @14172 NONAME ?IsBehindNAT@H323RegisteredEndPoint@@QBEHXZ @30387 NONAME ?IsBehindNAT@H323Transaction@@QBEHXZ @30388 NONAME ?IsCallIntrusion@H323Connection@@QAEHXZ @30389 NONAME ?IsCallOnHold@H323Connection@@QBEHXZ @13632 NONAME ?IsCapability@H235AuthCAT@@UAEHABVH235_AuthenticationMechanism@@ABVPASN_ObjectId@@@Z @16744 NONAME ?IsCapability@H235AuthProcedure1@@UAEHABVH235_AuthenticationMechanism@@ABVPASN_ObjectId@@@Z @14216 NONAME ?IsCapability@H235AuthSimpleMD5@@UAEHABVH235_AuthenticationMechanism@@ABVPASN_ObjectId@@@Z @14217 NONAME ?IsCompatibleTransport@H323Transport@@UBEHABVH225_TransportAddress@@@Z @8266 NONAME ?IsCompatibleTransport@H323TransportIP@@UBEHABVH225_TransportAddress@@@Z @8267 NONAME ?IsConnected@H323Connection@@QBEHXZ @30391 NONAME ?IsConnectionEstablished@H323EndPoint@@UAEHABVPString@@@Z @8268 NONAME ?isConsultationTransferSuccess@H4502Handler@@QAEHXZ @30392 NONAME ?IsctTimerRunning@H4502Handler@@QAEHXZ @30393 NONAME ?IsDetermined@H245NegMasterSlaveDetermination@@QBEHXZ @30394 NONAME ?IsDevicePresent@VoipBlasterInterface@@QAEHH@Z @13748 NONAME ?IsDiscoveryComplete@H323Gatekeeper@@QBEHXZ @30395 NONAME ?IsEquivalent@H323TransportAddress@@QAEHABV1@@Z @14292 NONAME ?IsEstablished@H323Connection@@QBEHXZ @30396 NONAME ?IsFastResponseRequired@H323Transaction@@QBEHXZ @30397 NONAME ?IsFastStartDisabled@H323EndPoint@@QBEHXZ @30398 NONAME ?IsFromRemote@H323ChannelNumber@@QBEHXZ @30399 NONAME ?IsGatekeeper@H323EndPoint@@QBEHXZ @8385 NONAME ?IsGatekeeperRouted@H323Connection@@QBEHXZ @30400 NONAME ?IsGatekeeperRouted@H323GatekeeperServer@@QBEHXZ @30401 NONAME ?IsGateway@H323EndPoint@@QBEHXZ @8386 NONAME ?IsGenericMatch@H323Capability@@UBEHABVH245_GenericCapability@@@Z @33285 NONAME ?IsGenericMatch@H323GenericAudioCapability@@UBEHABVH245_GenericCapability@@@Z @33286 NONAME ?IsGenericMatch@H323GenericAudioCapability@@WBM@BEHABVH245_GenericCapability@@@Z @33287 NONAME ?IsGenericMatch@H323GenericCapabilityInfo@@UBEHABVH245_GenericCapability@@@Z @33288 NONAME ?IsGenericMatch@H323GenericVideoCapability@@UBEHABVH245_GenericCapability@@@Z @33289 NONAME ?IsGenericMatch@H323GenericVideoCapability@@WBE@BEHABVH245_GenericCapability@@@Z @33290 NONAME ?IsH245inSetupDisabled@H323EndPoint@@QBEHXZ @30402 NONAME ?IsH245Master@H323Connection@@QBEHXZ @8387 NONAME ?IsH245TunnelingDisabled@H323EndPoint@@QBEHXZ @30403 NONAME ?IsLineDisconnected@OpalIxJDevice@@UAEHIH@Z @10996 NONAME ?IsLineDisconnected@OpalLineInterfaceDevice@@UAEHIH@Z @10997 NONAME ?IsLineDisconnected@OpalVoipBlasterDevice@@UAEHIH@Z @13703 NONAME ?IsLineOffHook@OpalIxJDevice@@UAEHI@Z @8390 NONAME ?IsLineOffHook@OpalVoipBlasterDevice@@UAEHI@Z @13704 NONAME ?IsLinePresent@OpalIxJDevice@@UAEHIH@Z @9311 NONAME ?IsLinePresent@OpalLineInterfaceDevice@@UAEHIH@Z @9312 NONAME ?IsLinePresent@OpalVoipBlasterDevice@@UAEHIH@Z @13705 NONAME ?IsLineRinging@OpalIxJDevice@@UAEHIPAK@Z @8395 NONAME ?IsLineRinging@OpalLineInterfaceDevice@@UAEHIPAK@Z @8396 NONAME ?IsLineRinging@OpalVoipBlasterDevice@@UAEHIPAK@Z @13706 NONAME ?IsLineTerminal@OpalIxJDevice@@UAEHI@Z @8398 NONAME ?IsLineTerminal@OpalLineInterfaceDevice@@UAEHI@Z @8399 NONAME ?IsLineTerminal@OpalVoipBlasterDevice@@UAEHI@Z @13707 NONAME ?IsLineToLineDirect@OpalIxJDevice@@UAEHII@Z @8400 NONAME ?IsLineToLineDirect@OpalLineInterfaceDevice@@UAEHII@Z @8401 NONAME ?IsLineToLineDirect@OpalVoipBlasterDevice@@UAEHII@Z @13708 NONAME ?IsListening@H323TransportTCP@@UBEHXZ @33770 NONAME ?IsLoaded@H323DynaLink@@UAEHXZ @30655 NONAME ?IsLoaded@PVXMLSession@@UBEHXZ @17995 NONAME ?IsLocalAddress@H323EndPoint@@UBEHABVAddress@PIPSocket@@@Z @16775 NONAME ?IsLocalHold@H323Connection@@QBEHXZ @13194 NONAME ?IsMaster@H245NegMasterSlaveDetermination@@QBEHXZ @30404 NONAME ?IsMCU@H323EndPoint@@QBEHXZ @8402 NONAME ?IsMediaOnHold@H323Connection@@QBEHXZ @13635 NONAME ?IsNonStandardMatch@H323Capability@@UBEHABVH245_NonStandardParameter@@@Z @9413 NONAME ?IsNonStandardMatch@H323NonStandardAudioCapability@@UBEHABVH245_NonStandardParameter@@@Z @9414 NONAME ?IsNonStandardMatch@H323NonStandardDataCapability@@UBEHABVH245_NonStandardParameter@@@Z @9415 NONAME ?IsNonStandardMatch@H323NonStandardVideoCapability@@UBEHABVH245_NonStandardParameter@@@Z @9416 NONAME ?IsNULL@OpalGloballyUniqueID@@QBEHXZ @9547 NONAME ?IsOpen@OpalLineInterfaceDevice@@UBEHXZ @8403 NONAME ?IsPrimitive@PASN_Object@@UBEHXZ @8404 NONAME ?IsRawDataChannelNative@G7231_File_Codec@@UBEHXZ @14703 NONAME ?IsRawDataChannelNative@H323Codec@@UBEHXZ @13825 NONAME ?IsRawDataChannelNative@H323_LIDCodec@@UBEHXZ @13826 NONAME ?IsRegistered@H323Gatekeeper@@QBEHXZ @30405 NONAME ?IsRegisteredWithGatekeeper@H323EndPoint@@QBEHXZ @16786 NONAME ?IsRemoteHold@H323Connection@@QBEHXZ @13195 NONAME ?IsRemoteOffline@H245NegRoundTripDelay@@QBEHXZ @30406 NONAME ?IsRequiredH235@H323GatekeeperServer@@QBEHXZ @30407 NONAME ?IsRunning@H323Channel@@UBEHXZ @14016 NONAME ?IsRunning@H323_ExternalRTPChannel@@UBEHXZ @14017 NONAME ?IsSecuredPDU@H235AuthCAT@@UBEHIH@Z @16787 NONAME ?IsSecuredPDU@H235Authenticator@@UBEHIH@Z @16788 NONAME ?IsSecuredPDU@H235AuthSimpleMD5@@UBEHIH@Z @16789 NONAME ?IsTerminal@H323EndPoint@@QBEHXZ @8406 NONAME ?IsToneDetected@OpalIxJDevice@@UAEII@Z @9318 NONAME ?IsToneDetected@OpalLineInterfaceDevice@@UAEII@Z @9319 NONAME ?IsToneDetected@OpalVoipBlasterDevice@@UAEII@Z @13709 NONAME ?IsTonePlaying@OpalIxJDevice@@UAEHI@Z @9364 NONAME ?IsTonePlaying@OpalLineInterfaceDevice@@UAEHI@Z @9365 NONAME ?IsTonePlaying@OpalVoipBlasterDevice@@UAEHI@Z @13710 NONAME ?IsToneStart@OpalRFC2833Info@@QBEHXZ @30409 NONAME ?IsTransferredCall@H323Connection@@QBEHXZ @13196 NONAME ?IsTransferringCall@H323Connection@@QBEHXZ @13197 NONAME ?IsUsable@H323Capability@@UBEHABVH323Connection@@@Z @14281 NONAME ?IsUsable@H323_UserInputCapability@@UBEHABVH323Connection@@@Z @14282 NONAME ?IsValid@H323CallCreditServiceControl@@UBEHXZ @16492 NONAME ?IsValid@H323HTTPServiceControl@@UBEHXZ @16493 NONAME ?IsValid@H323_LIDCapability@@QBEHXZ @9067 NONAME ?IsValid@OpalMediaFormat@@QBEHXZ @30410 NONAME ?IsValid@PASN_Choice@@QBEHXZ @30411 NONAME ?Load@H323DynaLink@@UAEXXZ @30656 NONAME ?LoadPlugin@H323DynaLink@@UAEHABVPString@@@Z @30657 NONAME ?LocateGatekeeper@H323EndPoint@@QAEHABVPString@@PAVH323Transport@@@Z @9235 NONAME ?LocationRequest@H323Gatekeeper@@QAEHABVPString@@AAVH323TransportAddress@@@Z @8414 NONAME ?LocationRequest@H323Gatekeeper@@QAEHABVPStringList@@AAVH323TransportAddress@@@Z @8415 NONAME ?Lock@H323Connection@@QAEHXZ @10184 NONAME ?lower_bound@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAE?AViterator@12@ABI@Z @32265 NONAME ?lower_bound@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@ABVPString@@@Z @32922 NONAME ?lower_bound@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@ABVPString@@@Z @32020 NONAME ?lower_bound@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@ABVPString@@@Z @32021 NONAME ?lower_bound@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@ABVPString@@@Z @32628 NONAME ?lower_bound@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@ABVPString@@@Z @32022 NONAME ?Main@H225CallThread@@MAEXXZ @8416 NONAME ?Main@H225TransportThread@@MAEXXZ @8418 NONAME ?Main@H245TransportThread@@MAEXXZ @8419 NONAME ?Main@H323ConnectionsCleaner@@MAEXXZ @8420 NONAME ?Main@H323ListenerTCP@@MAEXXZ @8421 NONAME ?Main@H323LogicalChannelThread@@UAEXXZ @8422 NONAME ?Main@RTP_JitterBuffer@@MAEXXZ @8975 NONAME ?MakeCall@H323EndPoint@@QAEPAVH323Connection@@ABVPString@@AAV3@PAX@Z @9341 NONAME ?MakeCall@H323EndPoint@@QAEPAVH323Connection@@ABVPString@@PAVH323Transport@@AAV3@PAX@Z @9342 NONAME ?MakeCallLocked@H323EndPoint@@QAEPAVH323Connection@@ABVPString@@AAV3@PAXPAVH323Transport@@@Z @13562 NONAME ?MakeRequest@H323Gatekeeper@@MAEHAAVRequest@H323Transactor@@@Z @18213 NONAME ?MakeRequest@H323PeerElement@@UAEHAAVRequest@H323Transactor@@@Z @18214 NONAME ?MakeRequest@H323Transactor@@MAEHAAVRequest@1@@Z @18215 NONAME ?MakeRequestWithReregister@H323Gatekeeper@@IAEHAAVRequest@H323Transactor@@I@Z @18216 NONAME ?make_level_map@H261Encoder@@IAEPADHI@Z @8432 NONAME ?mark@P64Decoder@@QAEXH@Z @30415 NONAME ?marks@P64Decoder@@QAEXPAE@Z @30417 NONAME ?max_size@?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@std@@QBEIXZ @32266 NONAME ?max_size@?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@std@@QBEIXZ @32923 NONAME ?max_size@?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@std@@QBEIXZ @32023 NONAME ?max_size@?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@std@@QBEIXZ @32629 NONAME ?max_size@?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@std@@QBEIXZ @32024 NONAME ?max_size@?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@std@@QBEIXZ @32025 NONAME ?max_size@?$allocator@ULookupRecord@@@std@@QBEIXZ @32924 NONAME ?max_size@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QBEIXZ @32925 NONAME ?max_size@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QBEIXZ @32267 NONAME ?max_size@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEIXZ @32926 NONAME ?max_size@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEIXZ @32026 NONAME ?max_size@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEIXZ @32630 NONAME ?max_size@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEIXZ @32027 NONAME ?max_size@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEIXZ @32028 NONAME ?mbcopy@FullP64Decoder@@IAEXI@Z @8433 NONAME ?Merge@H323Capabilities@@QAEHABV1@@Z @9046 NONAME ?ModifyQOS@RTP_Session@@UAEHPAVRTP_QOS@@@Z @18946 NONAME ?ModifyQOS@RTP_UDP@@UAEHPAVRTP_QOS@@@Z @18947 NONAME ?MonitorCallStatus@H323Connection@@IAEXXZ @14023 NONAME ?MonitorMain@H323Gatekeeper@@MAEXAAVPThread@@H@Z @14218 NONAME ?MonitorMain@H323GatekeeperServer@@MAEXAAVPThread@@H@Z @13995 NONAME ?MonitorMain@H323PeerElement@@MAEXAAVPThread@@H@Z @17716 NONAME ?MoreToIncEncode@H261PixelEncoder@@QAEHXZ @30420 NONAME ?MoreToIncEncode@P64Encoder@@QAEHXZ @30421 NONAME ?mtu@Transmitter@@UAEHXZ @8434 NONAME ?mvblk@P64Decoder@@IAEXPAE0I@Z @8435 NONAME ?mvblka@P64Decoder@@IAEXPAE0I@Z @8436 NONAME ?ndblk@P64Decoder@@QBEHXZ @30423 NONAME ?NeedsJitterBuffer@OpalMediaFormat@@QBEHXZ @30424 NONAME ?Next@RTP_SessionManager@@QAEPAVRTP_Session@@XZ @11004 NONAME ?OnAcceptModeChange@H323Connection@@UAEXABVH245_RequestModeAck@@@Z @13543 NONAME ?OnAccessRequest@H323PeerElement@@UAE?AW4Response@H323Transaction@@AAVH501AccessRequest@@@Z @18419 NONAME ?OnAddServiceRelationship@H323PeerElement@@UAEXABVH323TransportAddress@@@Z @17907 NONAME ?OnAdmission@H323GatekeeperCall@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperARQ@@@Z @18420 NONAME ?OnAdmission@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperARQ@@@Z @18421 NONAME ?OnAdmission@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperARQ@@@Z @18422 NONAME ?OnAlerting@H323Connection@@UAEHABVH323SignalPDU@@ABVPString@@@Z @8442 NONAME ?OnAlerting@H323EndPoint@@UAEHAAVH323Connection@@ABVH323SignalPDU@@ABVPString@@@Z @8443 NONAME ?OnAlerting@H323GatekeeperCall@@UAEXXZ @16719 NONAME ?OnAnswerCall@H323Connection@@UAE?AW4AnswerCallResponse@1@ABVPString@@ABVH323SignalPDU@@AAV4@@Z @8444 NONAME ?OnAnswerCall@H323EndPoint@@UAE?AW4AnswerCallResponse@H323Connection@@AAV3@ABVPString@@ABVH323SignalPDU@@AAV5@@Z @8445 NONAME ?OnBandwidth@H323GatekeeperCall@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperBRQ@@@Z @18423 NONAME ?OnBandwidth@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperBRQ@@@Z @18424 NONAME ?OnBandwidth@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperBRQ@@@Z @18425 NONAME ?OnCallCreditServiceControl@H323EndPoint@@UAEXABVPString@@H@Z @16473 NONAME ?OnCallIndependentSupplementaryService@H323EndPoint@@UAEHABVH323SignalPDU@@@Z @31080 NONAME ?OnCallIntrudeTimeOut@H45011Handler@@UAEXAAVPTimer@@H@Z @14347 NONAME ?OnCallTransferIdentify@H323EndPoint@@UAEHAAVH323Connection@@@Z @13896 NONAME ?OnCallTransferInitiate@H323EndPoint@@UAEHAAVH323Connection@@ABVPString@@@Z @16793 NONAME ?OnCallTransferTimeOut@H4502Handler@@UAEXAAVPTimer@@H@Z @13636 NONAME ?OnCED@OpalT38Protocol@@UAEHXZ @16515 NONAME ?OnChange@H323CallCreditServiceControl@@UBEXIIAAVH323EndPoint@@PAVH323Connection@@@Z @16474 NONAME ?OnChange@H323HTTPServiceControl@@UBEXIIAAVH323EndPoint@@PAVH323Connection@@@Z @16475 NONAME ?OnCleared@H323Connection@@UAEXXZ @9314 NONAME ?OnClosedLogicalChannel@H323Connection@@UAEXABVH323Channel@@@Z @8446 NONAME ?OnClosedLogicalChannel@H323EndPoint@@UAEXAAVH323Connection@@ABVH323Channel@@@Z @8447 NONAME ?OnClosingLogicalChannel@H323Connection@@UAEHAAVH323Channel@@@Z @8448 NONAME ?OnCNG@OpalT38Protocol@@UAEHXZ @16516 NONAME ?OnConferenceInvite@H323EndPoint@@UAEHABVH323SignalPDU@@@Z @31081 NONAME ?OnConflictingLogicalChannel@H323Connection@@UAEHAAVH323Channel@@@Z @9271 NONAME ?OnConnected@H323GatekeeperCall@@UAEXXZ @16720 NONAME ?OnConnectionCleared@H323EndPoint@@UAEXAAVH323Connection@@ABVPString@@@Z @8449 NONAME ?OnConnectionEstablished@H323EndPoint@@UAEXAAVH323Connection@@ABVPString@@@Z @8450 NONAME ?OnConnectionForwarded@H323EndPoint@@UAEHAAVH323Connection@@ABVPString@@ABVH323SignalPDU@@@Z @9146 NONAME ?OnConsultationTransferSuccess@H323Connection@@UAEXAAV1@@Z @13897 NONAME ?OnControlProtocolError@H323Connection@@UAEHW4ControlProtocolErrors@1@PBX@Z @8452 NONAME ?OnCreateLogicalChannel@H323Connection@@UAEHABVH323Capability@@W4Directions@H323Channel@@AAI@Z @9156 NONAME ?OnData@OpalT38Protocol@@UAEHIIABVPBYTEArray@@@Z @16517 NONAME ?OnDescriptorUpdate@H323PeerElement@@UAE?AW4Response@H323Transaction@@AAVH501DescriptorUpdate@@@Z @18426 NONAME ?OnDiscovery@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperGRQ@@@Z @18427 NONAME ?OnDiscovery@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperGRQ@@@Z @18428 NONAME ?OnDisengage@H323GatekeeperCall@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperDRQ@@@Z @18429 NONAME ?OnDisengage@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperDRQ@@@Z @18430 NONAME ?OnDisengage@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperDRQ@@@Z @18431 NONAME ?OnEndReceive@OpalRFC2833@@UAEXDII@Z @13817 NONAME ?OnEndSession@PVXMLSession@@UAEXXZ @14841 NONAME ?OnEstablished@H323Connection@@UAEXXZ @9315 NONAME ?OnFastUpdateGOB@H323VideoCodec@@UAEXII@Z @8453 NONAME ?OnFastUpdateMB@H323VideoCodec@@UAEXHHI@Z @8454 NONAME ?OnFastUpdatePicture@H323PluginVideoCodec@@UAEXXZ @30428 NONAME ?OnFastUpdatePicture@H323VideoCodec@@UAEXXZ @8455 NONAME ?OnFastUpdatePicture@H323_H261Codec@@UAEXXZ @18490 NONAME ?OnFirstPacket@OpalRtpToWavFile@@UAEHAAVRTP_DataFrame@@@Z @14251 NONAME ?OnFlowControl@H323Channel@@UAEXJ@Z @8456 NONAME ?OnFlowControl@H323Codec@@UAEXJ@Z @8457 NONAME ?OnFreezePicture@H323VideoCodec@@UAEXXZ @8458 NONAME ?OnFullRegistration@H323RegisteredEndPoint@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperRRQ@@@Z @18432 NONAME ?OnGatekeeperConfirm@H323EndPoint@@UAEXXZ @18982 NONAME ?OnGatekeeperNATDetect@H323EndPoint@@UAEXVAddress@PIPSocket@@AAVPString@@AAVH323TransportAddress@@@Z @33771 NONAME ?OnGatekeeperReject@H323EndPoint@@UAEXXZ @18983 NONAME ?OnH245Command@H323Connection@@UAEHABVH323ControlPDU@@@Z @8459 NONAME ?OnH245Indication@H323Connection@@UAEHABVH323ControlPDU@@@Z @8460 NONAME ?OnH245Request@H323Connection@@UAEHABVH323ControlPDU@@@Z @8461 NONAME ?OnH245Response@H323Connection@@UAEHABVH323ControlPDU@@@Z @8462 NONAME ?OnH245_FlowControlCommand@H323Connection@@UAEHABVH245_FlowControlCommand@@@Z @8463 NONAME ?OnH245_JitterIndication@H323Connection@@UAEHABVH245_JitterIndication@@@Z @8464 NONAME ?OnH245_MiscellaneousCommand@H323Connection@@UAEHABVH245_MiscellaneousCommand@@@Z @8465 NONAME ?OnH245_MiscellaneousIndication@H323Connection@@UAEHABVH245_MiscellaneousIndication@@@Z @8466 NONAME ?OnH245_SendTerminalCapabilitySet@H323Connection@@UAEHABVH245_SendTerminalCapabilitySet@@@Z @8467 NONAME ?OnHandlePDU@H323GatekeeperARQ@@MAE?AW4Response@H323Transaction@@XZ @18433 NONAME ?OnHandlePDU@H323GatekeeperBRQ@@MAE?AW4Response@H323Transaction@@XZ @18434 NONAME ?OnHandlePDU@H323GatekeeperDRQ@@MAE?AW4Response@H323Transaction@@XZ @18435 NONAME ?OnHandlePDU@H323GatekeeperGRQ@@MAE?AW4Response@H323Transaction@@XZ @18436 NONAME ?OnHandlePDU@H323GatekeeperIRR@@MAE?AW4Response@H323Transaction@@XZ @18437 NONAME ?OnHandlePDU@H323GatekeeperLRQ@@MAE?AW4Response@H323Transaction@@XZ @18438 NONAME ?OnHandlePDU@H323GatekeeperRRQ@@MAE?AW4Response@H323Transaction@@XZ @18439 NONAME ?OnHandlePDU@H323GatekeeperURQ@@MAE?AW4Response@H323Transaction@@XZ @18440 NONAME ?OnHandlePDU@H501AccessRequest@@MAE?AW4Response@H323Transaction@@XZ @18441 NONAME ?OnHandlePDU@H501DescriptorUpdate@@MAE?AW4Response@H323Transaction@@XZ @18442 NONAME ?OnHandlePDU@H501ServiceRequest@@MAE?AW4Response@H323Transaction@@XZ @18443 NONAME ?OnHeartbeat@H323GatekeeperCall@@UAEHXZ @14153 NONAME ?OnHTTPServiceControl@H323EndPoint@@UAEXIIABVPString@@@Z @16476 NONAME ?OnIncomingCall@H323Connection@@UAEHABVH323SignalPDU@@AAV2@@Z @8468 NONAME ?OnIncomingCall@H323Connection@@UAEHABVH323SignalPDU@@AAV2@AAW4CallEndReason@1@@Z @33759 NONAME ?OnIncomingCall@H323EndPoint@@UAEHAAVH323Connection@@ABVH323SignalPDU@@AAV3@@Z @8469 NONAME ?OnIncomingCall@H323EndPoint@@UAEHAAVH323Connection@@ABVH323SignalPDU@@AAV3@AAW4CallEndReason@2@@Z @33760 NONAME ?OnIncomingConnection@H323EndPoint@@UAEPAVH323Connection@@PAVH323Transport@@AAVH323SignalPDU@@@Z @18984 NONAME ?OnIndicator@OpalT38Protocol@@UAEHI@Z @16518 NONAME ?OnInfoResponse@H323GatekeeperCall@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperIRR@@AAVH225_InfoRequestResponse_perCallInfo_subtype@@@Z @18444 NONAME ?OnInfoResponse@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperIRR@@@Z @18445 NONAME ?OnInfoResponse@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperIRR@@@Z @18446 NONAME ?OnInfoResponse@H323RegisteredEndPoint@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperIRR@@@Z @18447 NONAME ?OnInsufficientDigits@H323Connection@@UAEHXZ @13323 NONAME ?OnJitterIndication@H323Channel@@UAEXKHH@Z @8470 NONAME ?OnLoadPlugin@H323PluginCodecManager@@UAEXAAVPDynaLink@@H@Z @30626 NONAME ?OnLocation@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperLRQ@@@Z @18448 NONAME ?OnLocation@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperLRQ@@@Z @18449 NONAME ?OnLogicalChannelFlowControl@H323Connection@@UAEXPAVH323Channel@@J@Z @8471 NONAME ?OnLogicalChannelJitter@H323Connection@@UAEXPAVH323Channel@@KHH@Z @8472 NONAME ?OnLostPartialPicture@H323PluginVideoCodec@@UAEXXZ @30430 NONAME ?OnLostPartialPicture@H323VideoCodec@@UAEXXZ @13380 NONAME ?OnLostPartialPicture@H323_H261Codec@@UAEXXZ @13381 NONAME ?OnLostPartialPicture@H323_RFC2190_H263Codec@@UAEXXZ @33731 NONAME ?OnLostPicture@H323PluginVideoCodec@@UAEXXZ @30431 NONAME ?OnLostPicture@H323VideoCodec@@UAEXXZ @13382 NONAME ?OnLostPicture@H323_H261Codec@@UAEXXZ @13383 NONAME ?OnLostPicture@H323_RFC2190_H263Codec@@UAEXXZ @33732 NONAME ?OnMiscellaneousCommand@H323Channel@@UAEXABVH245_MiscellaneousCommand_type@@@Z @8473 NONAME ?OnMiscellaneousCommand@H323Codec@@UAEXABVH245_MiscellaneousCommand_type@@@Z @8474 NONAME ?OnMiscellaneousCommand@H323VideoCodec@@UAEXABVH245_MiscellaneousCommand_type@@@Z @8475 NONAME ?OnMiscellaneousIndication@H323Channel@@UAEXABVH245_MiscellaneousIndication_type@@@Z @8476 NONAME ?OnMiscellaneousIndication@H323Codec@@UAEXABVH245_MiscellaneousIndication_type@@@Z @8477 NONAME ?OnMiscellaneousIndication@H323VideoCodec@@UAEXABVH245_MiscellaneousIndication_type@@@Z @8478 NONAME ?OnModeChanged@H323Connection@@UAEXABVH245_ModeDescription@@@Z @13544 NONAME ?OnNegotiateConferenceCapabilities@H323EndPoint@@UAEHABVH323SignalPDU@@@Z @31082 NONAME ?OnNewDescriptor@H323PeerElement@@UAEXABVH323PeerElementDescriptor@@@Z @18666 NONAME ?OnOpen@H323TransportTCP@@MAEHXZ @8479 NONAME ?OnOpenLogicalChannel@H323Connection@@UAEHABVH245_OpenLogicalChannel@@AAVH245_OpenLogicalChannelAck@@AAI@Z @8480 NONAME ?OnOutgoingCall@H323Connection@@UAEHABVH323SignalPDU@@@Z @8481 NONAME ?OnOutgoingCall@H323EndPoint@@UAEHAAVH323Connection@@ABVH323SignalPDU@@@Z @18985 NONAME ?OnPreamble@OpalT38Protocol@@UAEHXZ @16519 NONAME ?OnReceiveAccessConfirmation@H323PeerElement@@UAEHABVH501PDU@@ABVH501_AccessConfirmation@@@Z @18089 NONAME ?OnReceiveAccessConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_AccessConfirmation@@@Z @18090 NONAME ?OnReceiveAccessRejection@H323PeerElement@@UAEHABVH501PDU@@ABVH501_AccessRejection@@@Z @18091 NONAME ?OnReceiveAccessRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_AccessRejection@@@Z @18092 NONAME ?OnReceiveAccessRequest@H323PeerElement@@UAEHABVH501PDU@@ABVH501_AccessRequest@@@Z @18450 NONAME ?OnReceiveAccessRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_AccessRequest@@@Z @18093 NONAME ?OnReceiveAdmissionConfirm@H225_RAS@@UAEHABVH225_AdmissionConfirm@@@Z @12507 NONAME ?OnReceiveAdmissionConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_AdmissionConfirm@@@Z @14842 NONAME ?OnReceiveAdmissionConfirm@H323Gatekeeper@@UAEHABVH225_AdmissionConfirm@@@Z @8482 NONAME ?OnReceiveAdmissionReject@H225_RAS@@UAEHABVH225_AdmissionReject@@@Z @12508 NONAME ?OnReceiveAdmissionReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_AdmissionReject@@@Z @14843 NONAME ?OnReceiveAdmissionReject@H323Gatekeeper@@UAEHABVH225_AdmissionReject@@@Z @16477 NONAME ?OnReceiveAdmissionRequest@H225_RAS@@UAEHABVH225_AdmissionRequest@@@Z @13085 NONAME ?OnReceiveAdmissionRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_AdmissionRequest@@@Z @14844 NONAME ?OnReceiveAdmissionRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_AdmissionRequest@@@Z @14845 NONAME ?OnReceiveAuthenticationConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_AuthenticationConfirmation@@@Z @18094 NONAME ?OnReceiveAuthenticationRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_AuthenticationRejection@@@Z @18095 NONAME ?OnReceiveAuthenticationRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_AuthenticationRequest@@@Z @18096 NONAME ?OnReceiveBandwidthConfirm@H225_RAS@@UAEHABVH225_BandwidthConfirm@@@Z @12510 NONAME ?OnReceiveBandwidthConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_BandwidthConfirm@@@Z @14846 NONAME ?OnReceiveBandwidthConfirm@H323Gatekeeper@@UAEHABVH225_BandwidthConfirm@@@Z @8485 NONAME ?OnReceiveBandwidthConfirm@H323GatekeeperListener@@UAEHABVH225_BandwidthConfirm@@@Z @12899 NONAME ?OnReceiveBandwidthReject@H225_RAS@@UAEHABVH225_BandwidthReject@@@Z @12511 NONAME ?OnReceiveBandwidthReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_BandwidthReject@@@Z @14847 NONAME ?OnReceiveBandwidthReject@H323GatekeeperListener@@UAEHABVH225_BandwidthReject@@@Z @12900 NONAME ?OnReceiveBandwidthRequest@H225_RAS@@UAEHABVH225_BandwidthRequest@@@Z @13087 NONAME ?OnReceiveBandwidthRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_BandwidthRequest@@@Z @14848 NONAME ?OnReceiveBandwidthRequest@H323Gatekeeper@@UAEHABVH225_BandwidthRequest@@@Z @13088 NONAME ?OnReceiveBandwidthRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_BandwidthRequest@@@Z @14849 NONAME ?OnReceiveControl@RTP_Session@@UAE?AW4SendReceiveStatus@1@AAVRTP_ControlFrame@@@Z @14004 NONAME ?OnReceivedAckPDU@H323Channel@@UAEHABVH245_OpenLogicalChannelAck@@@Z @8489 NONAME ?OnReceivedAckPDU@H323DataChannel@@UAEHABVH245_OpenLogicalChannelAck@@@Z @12740 NONAME ?OnReceivedAckPDU@H323_ExternalRTPChannel@@UAEHABVH245_H2250LogicalChannelAckParameters@@@Z @13598 NONAME ?OnReceivedAckPDU@H323_RealTimeChannel@@UAEHABVH245_OpenLogicalChannelAck@@@Z @13599 NONAME ?OnReceivedAckPDU@H323_RTPChannel@@UAEHABVH245_H2250LogicalChannelAckParameters@@@Z @13600 NONAME ?OnReceivedAckPDU@H323_RTP_UDP@@UAEHAAVH323_RTPChannel@@ABVH245_H2250LogicalChannelAckParameters@@@Z @9224 NONAME ?OnReceivedAckPDU@H323_T120Channel@@UAEHABVH245_OpenLogicalChannelAck@@@Z @12741 NONAME ?onReceivedAdmissionReject@H4502Handler@@UAEXH@Z @13637 NONAME ?OnReceivedAlerting@H323Connection@@UAEHABVH323SignalPDU@@@Z @8492 NONAME ?OnReceiveData@RTP_Session@@UAE?AW4SendReceiveStatus@1@ABVRTP_DataFrame@@@Z @8493 NONAME ?OnReceivedCallIntrusionForcedRelease@H45011Handler@@UAEHHPAVPASN_OctetString@@@Z @14348 NONAME ?OnReceivedCallIntrusionGetCIPL@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @14349 NONAME ?OnReceivedCallIntrusionIsolate@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @14350 NONAME ?OnReceivedCallIntrusionNotification@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @14351 NONAME ?OnReceivedCallIntrusionRequest@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @14352 NONAME ?OnReceivedCallIntrusionSilentMonitor@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @14353 NONAME ?OnReceivedCallIntrusionWOBRequest@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @14354 NONAME ?OnReceivedCallProceeding@H323Connection@@UAEHABVH323SignalPDU@@@Z @8494 NONAME ?OnReceivedCallTransferAbandon@H4502Handler@@UAEXH@Z @13199 NONAME ?OnReceivedCallTransferActive@H4502Handler@@UAEXHPAVPASN_OctetString@@@Z @13200 NONAME ?OnReceivedCallTransferComplete@H4502Handler@@UAEXHPAVPASN_OctetString@@@Z @13201 NONAME ?OnReceivedCallTransferIdentify@H4502Handler@@UAEXH@Z @13202 NONAME ?OnReceivedCallTransferInitiate@H4502Handler@@UAEXHPAVPASN_OctetString@@@Z @13203 NONAME ?OnReceivedCallTransferSetup@H4502Handler@@UAEXHPAVPASN_OctetString@@@Z @13204 NONAME ?OnReceivedCallTransferUpdate@H4502Handler@@UAEXHPAVPASN_OctetString@@@Z @13205 NONAME ?OnReceivedCallWaiting@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @14355 NONAME ?OnReceivedCallWaitingIndication@H4506Handler@@UAEXHPAVPASN_OctetString@@@Z @13638 NONAME ?OnReceivedCapabilitySet@H323Connection@@UAEHABVH323Capabilities@@PBVH245_MultiplexCapability@@AAVH245_TerminalCapabilitySetReject@@@Z @9047 NONAME ?OnReceivedCfbOverride@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @14356 NONAME ?OnReceivedCIGetCIPLResult@H45011Handler@@QAEXAAVX880_ReturnResult@@@Z @14720 NONAME ?OnReceivedCIRequestResult@H45011Handler@@QAEXXZ @14357 NONAME ?OnReceiveDescriptorConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorConfirmation@@@Z @18097 NONAME ?OnReceiveDescriptorIDConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorIDConfirmation@@@Z @18098 NONAME ?OnReceiveDescriptorIDRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorIDRejection@@@Z @18099 NONAME ?OnReceiveDescriptorIDRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorIDRequest@@@Z @18100 NONAME ?OnReceiveDescriptorRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorRejection@@@Z @18101 NONAME ?OnReceiveDescriptorRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorRequest@@@Z @18102 NONAME ?OnReceiveDescriptorUpdate@H323PeerElement@@UAEHABVH501PDU@@ABVH501_DescriptorUpdate@@@Z @18451 NONAME ?OnReceiveDescriptorUpdate@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorUpdate@@@Z @18103 NONAME ?OnReceiveDescriptorUpdateACK@H323PeerElement@@UAEHABVH501PDU@@ABVH501_DescriptorUpdateAck@@@Z @18104 NONAME ?OnReceiveDescriptorUpdateACK@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_DescriptorUpdateAck@@@Z @18105 NONAME ?OnReceivedFacility@H323Connection@@UAEHABVH323SignalPDU@@@Z @8496 NONAME ?OnReceivedGenericPDU@H323GenericCapabilityInfo@@MAEHABVH245_GenericCapability@@@Z @33291 NONAME ?OnReceivedGetCIPLReturnError@H45011Handler@@QAEHH_N@Z @14721 NONAME ?OnReceivedIdentifyReturnError@H4502Handler@@QAEX_N@Z @13898 NONAME ?OnReceivedIdentifyReturnResult@H4502Handler@@QAEXAAVX880_ReturnResult@@@Z @13899 NONAME ?OnReceivedInitiateReturnError@H323EndPoint@@UAEXXZ @33615 NONAME ?OnReceivedInitiateReturnError@H4502Handler@@QAEX_N@Z @13900 NONAME ?OnReceivedInitiateReturnResult@H4502Handler@@QAEXXZ @13901 NONAME ?OnReceivedInvoke@H45011Handler@@UAEHHHHPAVPASN_OctetString@@@Z @14358 NONAME ?OnReceivedInvoke@H4502Handler@@UAEHHHHPAVPASN_OctetString@@@Z @13206 NONAME ?OnReceivedInvoke@H4504Handler@@UAEHHHHPAVPASN_OctetString@@@Z @13207 NONAME ?OnReceivedInvoke@H4506Handler@@UAEHHHHPAVPASN_OctetString@@@Z @13639 NONAME ?OnReceivedInvoke@H450xDispatcher@@UAEHAAVX880_Invoke@@AAVH4501_InterpretationApdu@@@Z @15149 NONAME ?OnReceivedInvokeReturnError@H45011Handler@@QAEHH_N@Z @14360 NONAME ?OnReceiveDisengageConfirm@H225_RAS@@UAEHABVH225_DisengageConfirm@@@Z @12514 NONAME ?OnReceiveDisengageConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_DisengageConfirm@@@Z @14850 NONAME ?OnReceiveDisengageConfirm@H323GatekeeperListener@@UAEHABVH225_DisengageConfirm@@@Z @12902 NONAME ?OnReceiveDisengageReject@H225_RAS@@UAEHABVH225_DisengageReject@@@Z @12515 NONAME ?OnReceiveDisengageReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_DisengageReject@@@Z @14851 NONAME ?OnReceiveDisengageReject@H323GatekeeperListener@@UAEHABVH225_DisengageReject@@@Z @12903 NONAME ?OnReceiveDisengageRequest@H225_RAS@@UAEHABVH225_DisengageRequest@@@Z @13090 NONAME ?OnReceiveDisengageRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_DisengageRequest@@@Z @14852 NONAME ?OnReceiveDisengageRequest@H323Gatekeeper@@UAEHABVH225_DisengageRequest@@@Z @13091 NONAME ?OnReceiveDisengageRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_DisengageRequest@@@Z @14853 NONAME ?OnReceivedLocalCallHold@H4504Handler@@UAEXH@Z @13209 NONAME ?OnReceivedLocalCallRetrieve@H4504Handler@@UAEXH@Z @13210 NONAME ?OnReceivedNonStandardPDU@H323NonStandardCapabilityInfo@@IAEHABVPASN_Choice@@I@Z @8500 NONAME ?OnReceivedPDU@G7231_File_Capability@@UAEHABVH245_AudioCapability@@AAI@Z @14665 NONAME ?OnReceivedPDU@H323AudioCapability@@UAEHABVH245_AudioCapability@@AAI@Z @13353 NONAME ?OnReceivedPDU@H323AudioCapability@@UAEHABVH245_Capability@@@Z @8501 NONAME ?OnReceivedPDU@H323AudioCapability@@UAEHABVH245_DataType@@H@Z @9171 NONAME ?OnReceivedPDU@H323CallCreditServiceControl@@UAEHABVH225_ServiceControlDescriptor@@@Z @16478 NONAME ?OnReceivedPDU@H323Capability@@UAEHABVH245_Capability@@@Z @13245 NONAME ?OnReceivedPDU@H323Channel@@UAEHABVH245_OpenLogicalChannel@@AAI@Z @8503 NONAME ?OnReceivedPDU@H323DataCapability@@UAEHABVH245_Capability@@@Z @8504 NONAME ?OnReceivedPDU@H323DataCapability@@UAEHABVH245_DataType@@H@Z @9172 NONAME ?OnReceivedPDU@H323DataChannel@@UAEHABVH245_OpenLogicalChannel@@AAI@Z @12742 NONAME ?OnReceivedPDU@H323GenericAudioCapability@@UAEHABVH245_AudioCapability@@AAI@Z @33292 NONAME ?OnReceivedPDU@H323GenericVideoCapability@@UAEHABVH245_VideoCapability@@@Z @33293 NONAME ?OnReceivedPDU@H323GSMPluginCapability@@UAEHABVH245_AudioCapability@@AAI@Z @30432 NONAME ?OnReceivedPDU@H323H248ServiceControl@@UAEHABVH225_ServiceControlDescriptor@@@Z @16479 NONAME ?OnReceivedPDU@H323H248ServiceControl@@UAEHABVH248_SignalsDescriptor@@@Z @16480 NONAME ?OnReceivedPDU@H323H261PluginCapability@@UAEHABVH245_VideoCapability@@@Z @30433 NONAME ?OnReceivedPDU@H323HTTPServiceControl@@UAEHABVH225_ServiceControlDescriptor@@@Z @16481 NONAME ?OnReceivedPDU@H323NonStandardAudioCapability@@UAEHABVH245_AudioCapability@@AAI@Z @8506 NONAME ?OnReceivedPDU@H323NonStandardCapabilityInfo@@UAEHABVPBYTEArray@@@Z @8507 NONAME ?OnReceivedPDU@H323NonStandardDataCapability@@UAEHABVH245_DataApplicationCapability@@@Z @8508 NONAME ?OnReceivedPDU@H323NonStandardVideoCapability@@UAEHABVH245_VideoCapability@@@Z @8509 NONAME ?OnReceivedPDU@H323PluginG7231Capability@@UAEHABVH245_AudioCapability@@AAI@Z @30434 NONAME ?OnReceivedPDU@H323VideoCapability@@UAEHABVH245_Capability@@@Z @8510 NONAME ?OnReceivedPDU@H323VideoCapability@@UAEHABVH245_DataType@@H@Z @9173 NONAME ?OnReceivedPDU@H323_ExternalRTPChannel@@UAEHABVH245_H2250LogicalChannelParameters@@AAI@Z @13601 NONAME ?OnReceivedPDU@H323_H261Capability@@UAEHABVH245_VideoCapability@@@Z @8515 NONAME ?OnReceivedPDU@H323_LIDCapability@@UAEHABVH245_AudioCapability@@AAI@Z @8516 NONAME ?OnReceivedPDU@H323_RealTimeChannel@@UAEHABVH245_OpenLogicalChannel@@AAI@Z @13602 NONAME ?OnReceivedPDU@H323_RFC2190_H263Capability@@UAEHABVH245_VideoCapability@@@Z @33733 NONAME ?OnReceivedPDU@H323_RTPChannel@@UAEHABVH245_H2250LogicalChannelParameters@@AAI@Z @13603 NONAME ?OnReceivedPDU@H323_RTP_UDP@@UAEHAAVH323_RTPChannel@@ABVH245_H2250LogicalChannelParameters@@AAI@Z @9225 NONAME ?OnReceivedPDU@H323_T120Capability@@UAEHABVH245_DataApplicationCapability@@@Z @8519 NONAME ?OnReceivedPDU@H323_T120Channel@@UAEHABVH245_OpenLogicalChannel@@AAI@Z @12743 NONAME ?OnReceivedPDU@H323_T38Capability@@UAEHABVH245_DataApplicationCapability@@@Z @12744 NONAME ?OnReceivedPDU@H323_T38Channel@@UAEHABVH245_OpenLogicalChannel@@AAI@Z @13407 NONAME ?OnReceivedPDU@H323_UserInputCapability@@UAEHABVH245_Capability@@@Z @8520 NONAME ?OnReceivedPDU@H323_UserInputCapability@@UAEHABVH245_DataType@@H@Z @9174 NONAME ?OnReceivedProgress@H323Connection@@UAEHABVH323SignalPDU@@@Z @9295 NONAME ?OnReceivedReject@H45011Handler@@UAEHHH@Z @14722 NONAME ?OnReceivedReject@H450xDispatcher@@UAEHAAVX880_Reject@@@Z @14361 NONAME ?OnReceivedReject@H450xHandler@@UAEHHH@Z @14362 NONAME ?OnReceivedReleaseComplete@H323Connection@@UAEXABVH323SignalPDU@@@Z @10926 NONAME ?OnReceivedRemoteCallHold@H4504Handler@@UAEXH@Z @13213 NONAME ?OnReceivedRemoteCallRetrieve@H4504Handler@@UAEXH@Z @13214 NONAME ?OnReceivedRemoteUserAlerting@H45011Handler@@UAEXHPAVPASN_OctetString@@@Z @14363 NONAME ?OnReceivedReturnError@H45011Handler@@UAEHHAAVX880_ReturnError@@@Z @14364 NONAME ?OnReceivedReturnError@H4502Handler@@UAEHHAAVX880_ReturnError@@@Z @14365 NONAME ?OnReceivedReturnError@H450xDispatcher@@UAEHAAVX880_ReturnError@@@Z @14366 NONAME ?OnReceivedReturnError@H450xHandler@@UAEHHAAVX880_ReturnError@@@Z @14367 NONAME ?OnReceivedReturnResult@H45011Handler@@UAEHAAVX880_ReturnResult@@@Z @14368 NONAME ?OnReceivedReturnResult@H4502Handler@@UAEHAAVX880_ReturnResult@@@Z @14369 NONAME ?OnReceivedReturnResult@H450xDispatcher@@UAEHAAVX880_ReturnResult@@@Z @14370 NONAME ?OnReceivedReturnResult@H450xHandler@@UAEHAAVX880_ReturnResult@@@Z @14371 NONAME ?OnReceivedSetupReturnError@H4502Handler@@QAEXH_N@Z @13902 NONAME ?OnReceivedSetupReturnResult@H4502Handler@@QAEXXZ @13903 NONAME ?OnReceivedSignalConnect@H323Connection@@UAEHABVH323SignalPDU@@@Z @8522 NONAME ?OnReceivedSignalInformation@H323Connection@@UAEHABVH323SignalPDU@@@Z @13287 NONAME ?OnReceivedSignalNotify@H323Connection@@UAEHABVH323SignalPDU@@@Z @13290 NONAME ?OnReceivedSignalSetup@H323Connection@@UAEHABVH323SignalPDU@@@Z @8523 NONAME ?OnReceivedSignalSetupAck@H323Connection@@UAEHABVH323SignalPDU@@@Z @13288 NONAME ?OnReceivedSignalStatus@H323Connection@@UAEHABVH323SignalPDU@@@Z @13291 NONAME ?OnReceivedStatusEnquiry@H323Connection@@UAEHABVH323SignalPDU@@@Z @8524 NONAME ?OnReceivedSubaddressTransfer@H4502Handler@@UAEXHPAVPASN_OctetString@@@Z @13221 NONAME ?OnReceiveFeatureSet@H225_RAS@@UBEXIABVH225_FeatureSet@@@Z @32698 NONAME ?OnReceiveFeatureSet@H323Connection@@UBEXIABVH225_FeatureSet@@@Z @32699 NONAME ?OnReceiveFeatureSet@H323EndPoint@@UAEXIABVH225_FeatureSet@@@Z @32700 NONAME ?OnReceiveFeatureSet@H323Gatekeeper@@UBEXIABVH225_FeatureSet@@@Z @32701 NONAME ?OnReceiveFeatureSet@H323GatekeeperListener@@UBEXIABVH225_FeatureSet@@@Z @32702 NONAME ?OnReceiveFeatureSet@H323GatekeeperServer@@UBEXIABVH225_FeatureSet@@@Z @32703 NONAME ?OnReceiveGatekeeperConfirm@H225_RAS@@UAEHABVH225_GatekeeperConfirm@@@Z @12518 NONAME ?OnReceiveGatekeeperConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_GatekeeperConfirm@@@Z @14854 NONAME ?OnReceiveGatekeeperConfirm@H323Gatekeeper@@UAEHABVH225_GatekeeperConfirm@@@Z @8525 NONAME ?OnReceiveGatekeeperReject@H225_RAS@@UAEHABVH225_GatekeeperReject@@@Z @12519 NONAME ?OnReceiveGatekeeperReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_GatekeeperReject@@@Z @14855 NONAME ?OnReceiveGatekeeperReject@H323Gatekeeper@@UAEHABVH225_GatekeeperReject@@@Z @14418 NONAME ?OnReceiveGatekeeperRequest@H225_RAS@@UAEHABVH225_GatekeeperRequest@@@Z @13093 NONAME ?OnReceiveGatekeeperRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_GatekeeperRequest@@@Z @14856 NONAME ?OnReceiveGatekeeperRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_GatekeeperRequest@@@Z @14857 NONAME ?OnReceiveInfoRequest@H225_RAS@@UAEHABVH225_InfoRequest@@@Z @13095 NONAME ?OnReceiveInfoRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_InfoRequest@@@Z @14858 NONAME ?OnReceiveInfoRequest@H323Gatekeeper@@UAEHABVH225_InfoRequest@@@Z @13096 NONAME ?OnReceiveInfoRequestAck@H225_RAS@@UAEHABVH225_InfoRequestAck@@@Z @12523 NONAME ?OnReceiveInfoRequestAck@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_InfoRequestAck@@@Z @14859 NONAME ?OnReceiveInfoRequestNak@H225_RAS@@UAEHABVH225_InfoRequestNak@@@Z @12524 NONAME ?OnReceiveInfoRequestNak@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_InfoRequestNak@@@Z @14860 NONAME ?OnReceiveInfoRequestResponse@H225_RAS@@UAEHABVH225_InfoRequestResponse@@@Z @12525 NONAME ?OnReceiveInfoRequestResponse@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_InfoRequestResponse@@@Z @14861 NONAME ?OnReceiveInfoRequestResponse@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_InfoRequestResponse@@@Z @14862 NONAME ?OnReceiveLocationConfirm@H225_RAS@@UAEHABVH225_LocationConfirm@@@Z @12526 NONAME ?OnReceiveLocationConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_LocationConfirm@@@Z @14863 NONAME ?OnReceiveLocationReject@H225_RAS@@UAEHABVH225_LocationReject@@@Z @12527 NONAME ?OnReceiveLocationReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_LocationReject@@@Z @14864 NONAME ?OnReceiveLocationRequest@H225_RAS@@UAEHABVH225_LocationRequest@@@Z @13097 NONAME ?OnReceiveLocationRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_LocationRequest@@@Z @14865 NONAME ?OnReceiveLocationRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_LocationRequest@@@Z @14866 NONAME ?OnReceiveNonStandardConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_NonStandardConfirmation@@@Z @18106 NONAME ?OnReceiveNonStandardMessage@H225_RAS@@UAEHABVH225_NonStandardMessage@@@Z @13099 NONAME ?OnReceiveNonStandardMessage@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_NonStandardMessage@@@Z @14867 NONAME ?OnReceiveNonStandardRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_NonStandardRejection@@@Z @18107 NONAME ?OnReceiveNonStandardRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_NonStandardRequest@@@Z @18108 NONAME ?OnReceiveRegistrationConfirm@H225_RAS@@UAEHABVH225_RegistrationConfirm@@@Z @12530 NONAME ?OnReceiveRegistrationConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_RegistrationConfirm@@@Z @14868 NONAME ?OnReceiveRegistrationConfirm@H323Gatekeeper@@UAEHABVH225_RegistrationConfirm@@@Z @8536 NONAME ?OnReceiveRegistrationReject@H225_RAS@@UAEHABVH225_RegistrationReject@@@Z @12531 NONAME ?OnReceiveRegistrationReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_RegistrationReject@@@Z @14869 NONAME ?OnReceiveRegistrationReject@H323Gatekeeper@@UAEHABVH225_RegistrationReject@@@Z @8537 NONAME ?OnReceiveRegistrationRequest@H225_RAS@@UAEHABVH225_RegistrationRequest@@@Z @13100 NONAME ?OnReceiveRegistrationRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_RegistrationRequest@@@Z @14870 NONAME ?OnReceiveRegistrationRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_RegistrationRequest@@@Z @14871 NONAME ?OnReceiveRequestInProgress@H225_RAS@@UAEHABVH225_RequestInProgress@@@Z @12533 NONAME ?OnReceiveRequestInProgress@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_RequestInProgress@@@Z @14872 NONAME ?OnReceiveRequestInProgress@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_RequestInProgress@@@Z @18109 NONAME ?OnReceiveResourcesAvailableConfirm@H225_RAS@@UAEHABVH225_ResourcesAvailableConfirm@@@Z @12534 NONAME ?OnReceiveResourcesAvailableConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_ResourcesAvailableConfirm@@@Z @14873 NONAME ?OnReceiveResourcesAvailableConfirm@H323GatekeeperListener@@UAEHABVH225_ResourcesAvailableConfirm@@@Z @12911 NONAME ?OnReceiveResourcesAvailableIndicate@H225_RAS@@UAEHABVH225_ResourcesAvailableIndicate@@@Z @13102 NONAME ?OnReceiveResourcesAvailableIndicate@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_ResourcesAvailableIndicate@@@Z @14874 NONAME ?OnReceiveRIP@Request@H323Transactor@@QAEXI@Z @18217 NONAME ?OnReceiveServiceConfirmation@H323PeerElement@@UAEHABVH501PDU@@ABVH501_ServiceConfirmation@@@Z @18110 NONAME ?OnReceiveServiceConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ServiceConfirmation@@@Z @18111 NONAME ?OnReceiveServiceControlIndication@H225_RAS@@UAEHABVH225_ServiceControlIndication@@@Z @16497 NONAME ?OnReceiveServiceControlIndication@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_ServiceControlIndication@@@Z @16498 NONAME ?OnReceiveServiceControlIndication@H323Gatekeeper@@UAEHABVH225_ServiceControlIndication@@@Z @16499 NONAME ?OnReceiveServiceControlResponse@H225_RAS@@UAEHABVH225_ServiceControlResponse@@@Z @16500 NONAME ?OnReceiveServiceControlResponse@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_ServiceControlResponse@@@Z @16501 NONAME ?OnReceiveServiceRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ServiceRejection@@@Z @18112 NONAME ?OnReceiveServiceRelease@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ServiceRelease@@@Z @18113 NONAME ?OnReceiveServiceRequest@H323PeerElement@@UAEHABVH501PDU@@ABVH501_ServiceRequest@@@Z @18452 NONAME ?OnReceiveServiceRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ServiceRequest@@@Z @18114 NONAME ?OnReceiveUnknown@H225_RAS@@UAEHABVH323RasPDU@@@Z @17932 NONAME ?OnReceiveUnknown@H323_AnnexG@@UAEHABVH501PDU@@@Z @17933 NONAME ?OnReceiveUnknownMessageResponse@H225_RAS@@UAEHABVH225_UnknownMessageResponse@@@Z @13103 NONAME ?OnReceiveUnknownMessageResponse@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_UnknownMessageResponse@@@Z @14875 NONAME ?OnReceiveUnknownMessageResponse@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_UnknownMessageResponse@@@Z @18115 NONAME ?OnReceiveUnregistrationConfirm@H225_RAS@@UAEHABVH225_UnregistrationConfirm@@@Z @12538 NONAME ?OnReceiveUnregistrationConfirm@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_UnregistrationConfirm@@@Z @14876 NONAME ?OnReceiveUnregistrationConfirm@H323Gatekeeper@@UAEHABVH225_UnregistrationConfirm@@@Z @8544 NONAME ?OnReceiveUnregistrationConfirm@H323GatekeeperListener@@UAEHABVH225_UnregistrationConfirm@@@Z @12912 NONAME ?OnReceiveUnregistrationReject@H225_RAS@@UAEHABVH225_UnregistrationReject@@@Z @12539 NONAME ?OnReceiveUnregistrationReject@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_UnregistrationReject@@@Z @14877 NONAME ?OnReceiveUnregistrationReject@H323Gatekeeper@@UAEHABVH225_UnregistrationReject@@@Z @8545 NONAME ?OnReceiveUnregistrationReject@H323GatekeeperListener@@UAEHABVH225_UnregistrationReject@@@Z @12913 NONAME ?OnReceiveUnregistrationRequest@H225_RAS@@UAEHABVH225_UnregistrationRequest@@@Z @13105 NONAME ?OnReceiveUnregistrationRequest@H225_RAS@@UAEHABVH323RasPDU@@ABVH225_UnregistrationRequest@@@Z @14878 NONAME ?OnReceiveUnregistrationRequest@H323Gatekeeper@@UAEHABVH225_UnregistrationRequest@@@Z @13106 NONAME ?OnReceiveUnregistrationRequest@H323GatekeeperListener@@UAEHABVH323RasPDU@@ABVH225_UnregistrationRequest@@@Z @14879 NONAME ?OnReceiveUsageConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_UsageConfirmation@@@Z @18116 NONAME ?OnReceiveUsageIndicationConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_UsageIndicationConfirmation@@@Z @18117 NONAME ?OnReceiveUsageIndicationRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_UsageIndicationRejection@@@Z @18118 NONAME ?OnReceiveUsageRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_UsageRejection@@@Z @18119 NONAME ?OnReceiveUsageRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_UsageRequest@@@Z @18120 NONAME ?OnReceiveValidationConfirmation@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ValidationConfirmation@@@Z @18121 NONAME ?OnReceiveValidationRejection@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ValidationRejection@@@Z @18122 NONAME ?OnReceiveValidationRequest@H323_AnnexG@@UAEHABVH501PDU@@ABVH501_ValidationRequest@@@Z @18123 NONAME ?OnRefusedModeChange@H323Connection@@UAEXPBVH245_RequestModeReject@@@Z @13545 NONAME ?OnRegistration@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperRRQ@@@Z @18453 NONAME ?OnRegistration@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperRRQ@@@Z @18454 NONAME ?OnRegistration@H323RegisteredEndPoint@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperRRQ@@@Z @18455 NONAME ?OnRegistrationConfirm@H323EndPoint@@UAEXXZ @18986 NONAME ?OnRegistrationReject@H323EndPoint@@UAEXXZ @18987 NONAME ?OnRemoteServiceRelationshipDisappeared@H323PeerElement@@IAEHAAVOpalGloballyUniqueID@@ABVH323TransportAddress@@@Z @18267 NONAME ?OnRemoveDescriptor@H323PeerElement@@UAEXABVH323PeerElementDescriptor@@@Z @18667 NONAME ?OnRemoveServiceRelationship@H323PeerElement@@UAEXABVH323TransportAddress@@@Z @17943 NONAME ?OnRequestModeChange@H323Connection@@UAEHABVH245_RequestMode@@AAVH245_RequestModeAck@@AAVH245_RequestModeReject@@AAH@Z @13546 NONAME ?OnRTPStatistics@H323Connection@@UBEXABVRTP_Session@@@Z @8549 NONAME ?OnRTPStatistics@H323EndPoint@@UBEXABVH323Connection@@ABVRTP_Session@@@Z @8550 NONAME ?OnRxApplDefined@RTP_Session@@UAEXABVPString@@IKPBEH@Z @8551 NONAME ?OnRxGoodbye@RTP_Session@@UAEXABV?$PScalarArray@K@@ABVPString@@@Z @18721 NONAME ?OnRxReceiverReport@RTP_Session@@UAEXKABV?$PArray@VReceiverReport@RTP_Session@@@@@Z @8961 NONAME ?OnRxSenderReport@RTP_Session@@UAEXABVSenderReport@1@ABV?$PArray@VReceiverReport@RTP_Session@@@@@Z @8962 NONAME ?OnRxSourceDescription@RTP_Session@@UAEXABV?$PArray@VSourceDescription@RTP_Session@@@@@Z @8963 NONAME ?OnRxStatistics@H323_RTP_Session@@UBEXABVRTP_Session@@@Z @8556 NONAME ?OnRxStatistics@RTP_UserData@@UBEXABVRTP_Session@@@Z @8557 NONAME ?OnSecureRegistration@H323RegisteredEndPoint@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperRRQ@@@Z @18456 NONAME ?OnSelectLogicalChannels@H323Connection@@UAEXXZ @8558 NONAME ?OnSendAdmissionConfirm@H225_RAS@@UAEXAAVH225_AdmissionConfirm@@@Z @12542 NONAME ?OnSendAdmissionConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_AdmissionConfirm@@@Z @14880 NONAME ?OnSendAdmissionReject@H225_RAS@@UAEXAAVH225_AdmissionReject@@@Z @12543 NONAME ?OnSendAdmissionReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_AdmissionReject@@@Z @14881 NONAME ?OnSendAdmissionRequest@H225_RAS@@UAEXAAVH225_AdmissionRequest@@@Z @12544 NONAME ?OnSendAdmissionRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_AdmissionRequest@@@Z @14882 NONAME ?OnSendAdmissionRequest@H323Gatekeeper@@UAEXAAVH225_AdmissionRequest@@@Z @13285 NONAME ?OnSendARQ@H323Connection@@UAEXAAVH225_AdmissionRequest@@@Z @31502 NONAME ?OnSendARQ@H323EndPoint@@UAEXAAVH323Connection@@AAVH225_AdmissionRequest@@@Z @31503 NONAME ?OnSendBandwidthConfirm@H225_RAS@@UAEXAAVH225_BandwidthConfirm@@@Z @12545 NONAME ?OnSendBandwidthConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_BandwidthConfirm@@@Z @14883 NONAME ?OnSendBandwidthReject@H225_RAS@@UAEXAAVH225_BandwidthReject@@@Z @12546 NONAME ?OnSendBandwidthReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_BandwidthReject@@@Z @14884 NONAME ?OnSendBandwidthRequest@H225_RAS@@UAEXAAVH225_BandwidthRequest@@@Z @12547 NONAME ?OnSendBandwidthRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_BandwidthRequest@@@Z @14885 NONAME ?OnSendCallProceeding@H323Connection@@UAEHAAVH323SignalPDU@@@Z @9313 NONAME ?OnSendCapabilitySet@H323Connection@@UAEXAAVH245_TerminalCapabilitySet@@@Z @8565 NONAME ?OnSendData@RTP_Session@@UAE?AW4SendReceiveStatus@1@AAVRTP_DataFrame@@@Z @8566 NONAME ?OnSendDescriptorForEndpoint@H323GatekeeperServer@@UAEHAAVH323RegisteredEndPoint@@AAVH225_ArrayOf_AliasAddress@@AAVH225_EndpointType@@1@Z @30435 NONAME ?OnSendDescriptorForEndpoint@H323RegisteredEndPoint@@UAEHAAVH225_ArrayOf_AliasAddress@@AAVH225_EndpointType@@0@Z @30436 NONAME ?OnSendDisengageConfirm@H225_RAS@@UAEXAAVH225_DisengageConfirm@@@Z @12548 NONAME ?OnSendDisengageConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_DisengageConfirm@@@Z @14886 NONAME ?OnSendDisengageReject@H225_RAS@@UAEXAAVH225_DisengageReject@@@Z @12549 NONAME ?OnSendDisengageReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_DisengageReject@@@Z @14887 NONAME ?OnSendDisengageRequest@H225_RAS@@UAEXAAVH225_DisengageRequest@@@Z @12550 NONAME ?OnSendDisengageRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_DisengageRequest@@@Z @14888 NONAME ?OnSendFeatureSet@H225_RAS@@UBEHIAAVH225_FeatureSet@@@Z @32704 NONAME ?OnSendFeatureSet@H323Connection@@UBEHIAAVH225_FeatureSet@@@Z @32705 NONAME ?OnSendFeatureSet@H323EndPoint@@UAEHIAAVH225_FeatureSet@@@Z @32706 NONAME ?OnSendFeatureSet@H323Gatekeeper@@UBEHIAAVH225_FeatureSet@@@Z @32707 NONAME ?OnSendFeatureSet@H323GatekeeperListener@@UBEHIAAVH225_FeatureSet@@@Z @32708 NONAME ?OnSendFeatureSet@H323GatekeeperServer@@UBEHIAAVH225_FeatureSet@@@Z @32709 NONAME ?OnSendGatekeeperConfirm@H225_RAS@@UAEXAAVH225_GatekeeperConfirm@@@Z @12551 NONAME ?OnSendGatekeeperConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_GatekeeperConfirm@@@Z @14889 NONAME ?OnSendGatekeeperReject@H225_RAS@@UAEXAAVH225_GatekeeperReject@@@Z @12552 NONAME ?OnSendGatekeeperReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_GatekeeperReject@@@Z @14890 NONAME ?OnSendGatekeeperRequest@H225_RAS@@UAEXAAVH225_GatekeeperRequest@@@Z @12553 NONAME ?OnSendGatekeeperRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_GatekeeperRequest@@@Z @14891 NONAME ?OnSendGatekeeperRequest@H323Gatekeeper@@UAEXAAVH225_GatekeeperRequest@@@Z @14892 NONAME ?OnSendInfoRequest@H225_RAS@@UAEXAAVH225_InfoRequest@@@Z @12554 NONAME ?OnSendInfoRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_InfoRequest@@@Z @14893 NONAME ?OnSendInfoRequestAck@H225_RAS@@UAEXAAVH225_InfoRequestAck@@@Z @12555 NONAME ?OnSendInfoRequestAck@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_InfoRequestAck@@@Z @14894 NONAME ?OnSendInfoRequestNak@H225_RAS@@UAEXAAVH225_InfoRequestNak@@@Z @12556 NONAME ?OnSendInfoRequestNak@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_InfoRequestNak@@@Z @14895 NONAME ?OnSendInfoRequestResponse@H225_RAS@@UAEXAAVH225_InfoRequestResponse@@@Z @12557 NONAME ?OnSendInfoRequestResponse@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_InfoRequestResponse@@@Z @14896 NONAME ?OnSendingAckPDU@H323_RTP_UDP@@UBEXABVH323_RTPChannel@@AAVH245_H2250LogicalChannelAckParameters@@@Z @9226 NONAME ?OnSendingGenericPDU@H323GenericCapabilityInfo@@MBEHAAVH245_GenericCapability@@@Z @33294 NONAME ?OnSendingNonStandardPDU@H323NonStandardCapabilityInfo@@IBEHAAVPASN_Choice@@I@Z @8578 NONAME ?OnSendingPDU@G7231_File_Capability@@UBEHAAVH245_AudioCapability@@I@Z @14666 NONAME ?OnSendingPDU@H225_RAS@@UAEXAAVPASN_Object@@@Z @18218 NONAME ?OnSendingPDU@H323AudioCapability@@UBEHAAVH245_AudioCapability@@I@Z @13355 NONAME ?OnSendingPDU@H323AudioCapability@@UBEHAAVH245_AudioMode@@@Z @13564 NONAME ?OnSendingPDU@H323AudioCapability@@UBEHAAVH245_Capability@@@Z @8579 NONAME ?OnSendingPDU@H323AudioCapability@@UBEHAAVH245_DataType@@@Z @8580 NONAME ?OnSendingPDU@H323AudioCapability@@UBEHAAVH245_ModeElement@@@Z @13565 NONAME ?OnSendingPDU@H323CallCreditServiceControl@@UBEHAAVH225_ServiceControlDescriptor@@@Z @16482 NONAME ?OnSendingPDU@H323DataCapability@@UBEHAAVH245_Capability@@@Z @8581 NONAME ?OnSendingPDU@H323DataCapability@@UBEHAAVH245_DataType@@@Z @8582 NONAME ?OnSendingPDU@H323DataCapability@@UBEHAAVH245_ModeElement@@@Z @13566 NONAME ?OnSendingPDU@H323DataChannel@@UBEHAAVH245_OpenLogicalChannel@@@Z @12745 NONAME ?OnSendingPDU@H323GenericAudioCapability@@UBEHAAVH245_AudioCapability@@I@Z @33295 NONAME ?OnSendingPDU@H323GenericVideoCapability@@UBEHAAVH245_VideoCapability@@@Z @33296 NONAME ?OnSendingPDU@H323GenericVideoCapability@@UBEHAAVH245_VideoMode@@@Z @33297 NONAME ?OnSendingPDU@H323GSMPluginCapability@@UBEHAAVH245_AudioCapability@@I@Z @30437 NONAME ?OnSendingPDU@H323H248ServiceControl@@UBEHAAVH225_ServiceControlDescriptor@@@Z @16483 NONAME ?OnSendingPDU@H323H248ServiceControl@@UBEHAAVH248_SignalsDescriptor@@@Z @16484 NONAME ?OnSendingPDU@H323H261PluginCapability@@UBEHAAVH245_VideoCapability@@@Z @30438 NONAME ?OnSendingPDU@H323H261PluginCapability@@UBEHAAVH245_VideoMode@@@Z @30439 NONAME ?OnSendingPDU@H323HTTPServiceControl@@UBEHAAVH225_ServiceControlDescriptor@@@Z @16485 NONAME ?OnSendingPDU@H323NonStandardAudioCapability@@UBEHAAVH245_AudioCapability@@I@Z @8583 NONAME ?OnSendingPDU@H323NonStandardAudioCapability@@UBEHAAVH245_AudioMode@@@Z @13763 NONAME ?OnSendingPDU@H323NonStandardCapabilityInfo@@UBEHAAVPBYTEArray@@@Z @8584 NONAME ?OnSendingPDU@H323NonStandardDataCapability@@UBEHAAVH245_DataApplicationCapability@@@Z @8585 NONAME ?OnSendingPDU@H323NonStandardDataCapability@@UBEHAAVH245_DataMode@@@Z @13764 NONAME ?OnSendingPDU@H323NonStandardVideoCapability@@UBEHAAVH245_VideoCapability@@@Z @8586 NONAME ?OnSendingPDU@H323NonStandardVideoCapability@@UBEHAAVH245_VideoMode@@@Z @13765 NONAME ?OnSendingPDU@H323PluginG7231Capability@@UBEHAAVH245_AudioCapability@@I@Z @30440 NONAME ?OnSendingPDU@H323VideoCapability@@UBEHAAVH245_Capability@@@Z @8587 NONAME ?OnSendingPDU@H323VideoCapability@@UBEHAAVH245_DataType@@@Z @8588 NONAME ?OnSendingPDU@H323VideoCapability@@UBEHAAVH245_ModeElement@@@Z @13567 NONAME ?OnSendingPDU@H323_AnnexG@@UAEXAAVPASN_Object@@@Z @18230 NONAME ?OnSendingPDU@H323_ExternalRTPChannel@@UBEHAAVH245_H2250LogicalChannelParameters@@@Z @13604 NONAME ?OnSendingPDU@H323_H261Capability@@UBEHAAVH245_VideoCapability@@@Z @8592 NONAME ?OnSendingPDU@H323_H261Capability@@UBEHAAVH245_VideoMode@@@Z @13568 NONAME ?OnSendingPDU@H323_LIDCapability@@UBEHAAVH245_AudioCapability@@I@Z @8593 NONAME ?OnSendingPDU@H323_RealTimeChannel@@UBEHAAVH245_OpenLogicalChannel@@@Z @13605 NONAME ?OnSendingPDU@H323_RFC2190_H263Capability@@UBEHAAVH245_VideoCapability@@@Z @33734 NONAME ?OnSendingPDU@H323_RFC2190_H263Capability@@UBEHAAVH245_VideoMode@@@Z @33735 NONAME ?OnSendingPDU@H323_RTPChannel@@UBEHAAVH245_H2250LogicalChannelParameters@@@Z @13606 NONAME ?OnSendingPDU@H323_RTP_UDP@@UBEHABVH323_RTPChannel@@AAVH245_H2250LogicalChannelParameters@@@Z @9227 NONAME ?OnSendingPDU@H323_T120Capability@@UBEHAAVH245_DataApplicationCapability@@@Z @8596 NONAME ?OnSendingPDU@H323_T120Capability@@UBEHAAVH245_DataMode@@@Z @13569 NONAME ?OnSendingPDU@H323_T120Capability@@UBEHAAVH245_DataProtocolCapability@@@Z @13570 NONAME ?OnSendingPDU@H323_T120Channel@@UBEHAAVH245_OpenLogicalChannel@@@Z @12746 NONAME ?OnSendingPDU@H323_T38Capability@@UBEHAAVH245_DataApplicationCapability@@@Z @12747 NONAME ?OnSendingPDU@H323_T38Capability@@UBEHAAVH245_DataMode@@@Z @13571 NONAME ?OnSendingPDU@H323_T38Capability@@UBEHAAVH245_DataProtocolCapability@@AAVH245_T38FaxProfile@@@Z @13572 NONAME ?OnSendingPDU@H323_T38Channel@@UBEHAAVH245_OpenLogicalChannel@@@Z @13533 NONAME ?OnSendingPDU@H323_UserInputCapability@@UBEHAAVH245_Capability@@@Z @8597 NONAME ?OnSendingPDU@H323_UserInputCapability@@UBEHAAVH245_DataType@@@Z @8598 NONAME ?OnSendingPDU@H323_UserInputCapability@@UBEHAAVH245_ModeElement@@@Z @13573 NONAME ?OnSendLocationConfirm@H225_RAS@@UAEXAAVH225_LocationConfirm@@@Z @12558 NONAME ?OnSendLocationConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_LocationConfirm@@@Z @14897 NONAME ?OnSendLocationReject@H225_RAS@@UAEXAAVH225_LocationReject@@@Z @12559 NONAME ?OnSendLocationReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_LocationReject@@@Z @14898 NONAME ?OnSendLocationRequest@H225_RAS@@UAEXAAVH225_LocationRequest@@@Z @12560 NONAME ?OnSendLocationRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_LocationRequest@@@Z @14899 NONAME ?OnSendNonStandardMessage@H225_RAS@@UAEXAAVH225_NonStandardMessage@@@Z @12561 NONAME ?OnSendNonStandardMessage@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_NonStandardMessage@@@Z @14900 NONAME ?OnSendOpenAck@H323Channel@@UBEXABVH245_OpenLogicalChannel@@AAVH245_OpenLogicalChannelAck@@@Z @8603 NONAME ?OnSendOpenAck@H323DataChannel@@UBEXABVH245_OpenLogicalChannel@@AAVH245_OpenLogicalChannelAck@@@Z @12748 NONAME ?OnSendOpenAck@H323_ExternalRTPChannel@@UBEXAAVH245_H2250LogicalChannelAckParameters@@@Z @13607 NONAME ?OnSendOpenAck@H323_RealTimeChannel@@UBEXABVH245_OpenLogicalChannel@@AAVH245_OpenLogicalChannelAck@@@Z @13608 NONAME ?OnSendOpenAck@H323_RTPChannel@@UBEXAAVH245_H2250LogicalChannelAckParameters@@@Z @13609 NONAME ?OnSendOpenAck@H323_T120Channel@@UBEXABVH245_OpenLogicalChannel@@AAVH245_OpenLogicalChannelAck@@@Z @12749 NONAME ?OnSendRasInfo@H323_RTP_UDP@@UAEXAAVH225_RTPSession@@@Z @8605 NONAME ?OnSendRegistrationConfirm@H225_RAS@@UAEXAAVH225_RegistrationConfirm@@@Z @12562 NONAME ?OnSendRegistrationConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_RegistrationConfirm@@@Z @14901 NONAME ?OnSendRegistrationReject@H225_RAS@@UAEXAAVH225_RegistrationReject@@@Z @12563 NONAME ?OnSendRegistrationReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_RegistrationReject@@@Z @14902 NONAME ?OnSendRegistrationRequest@H225_RAS@@UAEXAAVH225_RegistrationRequest@@@Z @12564 NONAME ?OnSendRegistrationRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_RegistrationRequest@@@Z @14903 NONAME ?OnSendReleaseComplete@H323Connection@@UAEHAAVH323SignalPDU@@@Z @13289 NONAME ?OnSendRequestInProgress@H225_RAS@@UAEXAAVH225_RequestInProgress@@@Z @12565 NONAME ?OnSendRequestInProgress@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_RequestInProgress@@@Z @14904 NONAME ?OnSendResourcesAvailableConfirm@H225_RAS@@UAEXAAVH225_ResourcesAvailableConfirm@@@Z @12566 NONAME ?OnSendResourcesAvailableConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_ResourcesAvailableConfirm@@@Z @14905 NONAME ?OnSendResourcesAvailableIndicate@H225_RAS@@UAEXAAVH225_ResourcesAvailableIndicate@@@Z @12567 NONAME ?OnSendResourcesAvailableIndicate@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_ResourcesAvailableIndicate@@@Z @14906 NONAME ?OnSendServiceControlIndication@H225_RAS@@UAEXAAVH225_ServiceControlIndication@@@Z @16502 NONAME ?OnSendServiceControlIndication@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_ServiceControlIndication@@@Z @16503 NONAME ?OnSendServiceControlResponse@H225_RAS@@UAEXAAVH225_ServiceControlResponse@@@Z @16504 NONAME ?OnSendServiceControlResponse@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_ServiceControlResponse@@@Z @16505 NONAME ?OnSendSignalSetup@H323Connection@@UAEHAAVH323SignalPDU@@@Z @8612 NONAME ?OnSendUnknownMessageResponse@H225_RAS@@UAEXAAVH225_UnknownMessageResponse@@@Z @12568 NONAME ?OnSendUnknownMessageResponse@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_UnknownMessageResponse@@@Z @14907 NONAME ?OnSendUnregistrationConfirm@H225_RAS@@UAEXAAVH225_UnregistrationConfirm@@@Z @12569 NONAME ?OnSendUnregistrationConfirm@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_UnregistrationConfirm@@@Z @14908 NONAME ?OnSendUnregistrationReject@H225_RAS@@UAEXAAVH225_UnregistrationReject@@@Z @12570 NONAME ?OnSendUnregistrationReject@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_UnregistrationReject@@@Z @14909 NONAME ?OnSendUnregistrationRequest@H225_RAS@@UAEXAAVH225_UnregistrationRequest@@@Z @12571 NONAME ?OnSendUnregistrationRequest@H225_RAS@@UAEXAAVH323RasPDU@@AAVH225_UnregistrationRequest@@@Z @14910 NONAME ?OnServiceControlSession@H323EndPoint@@UAEXIIABVH323ServiceControlSession@@PAVH323Connection@@@Z @16486 NONAME ?OnServiceControlSessions@H323Gatekeeper@@UAEXABVH225_ArrayOf_ServiceControlSession@@PAVH323Connection@@@Z @16487 NONAME ?OnServiceRequest@H323PeerElement@@UAE?AW4Response@H323Transaction@@AAVH501ServiceRequest@@@Z @18457 NONAME ?OnSetLocalCapabilities@H323Connection@@UAEXXZ @12581 NONAME ?OnShutdown@H323PluginCodecManager@@UAEXXZ @31457 NONAME ?OnStartLogicalChannel@H323Connection@@UAEHAAVH323Channel@@@Z @8617 NONAME ?OnStartLogicalChannel@H323EndPoint@@UAEHAAVH323Connection@@AAVH323Channel@@@Z @8618 NONAME ?OnStartReceive@OpalRFC2833@@UAEXD@Z @13818 NONAME ?OnStartup@PluginLoader@@UAEXXZ @32997 NONAME ?OnTimeToLive@H323RegisteredEndPoint@@UAEHXZ @14937 NONAME ?OnTraining@OpalT38Protocol@@UAEHI@Z @16520 NONAME ?OnTxStatistics@H323_RTP_Session@@UBEXABVRTP_Session@@@Z @8619 NONAME ?OnTxStatistics@RTP_UserData@@UBEXABVRTP_Session@@@Z @8620 NONAME ?OnUnknownControlPDU@H323Connection@@UAEHABVH323ControlPDU@@@Z @8621 NONAME ?OnUnknownSignalPDU@H323Connection@@UAEHABVH323SignalPDU@@@Z @8622 NONAME ?OnUnregistration@H323GatekeeperListener@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperURQ@@@Z @18458 NONAME ?OnUnregistration@H323GatekeeperServer@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperURQ@@@Z @18459 NONAME ?OnUnregistration@H323RegisteredEndPoint@@UAE?AW4Response@H323Transaction@@AAVH323GatekeeperURQ@@@Z @18460 NONAME ?OnUpdateDescriptor@H323PeerElement@@UAEXABVH323PeerElementDescriptor@@@Z @18668 NONAME ?OnUserInputInBandDTMF@H323Connection@@MAEXAAVFilterInfo@H323Codec@@H@Z @13839 NONAME ?OnUserInputIndication@H323Connection@@UAEXABVH245_UserInputIndication@@@Z @8623 NONAME ?OnUserInputInlineRFC2833@H323Connection@@MAEXAAVOpalRFC2833Info@@H@Z @13819 NONAME ?OnUserInputString@H323Connection@@UAEXABVPString@@@Z @8624 NONAME ?OnUserInputString@H323EndPoint@@UAEXAAVH323Connection@@ABVPString@@@Z @8625 NONAME ?OnUserInputTone@H323Connection@@UAEXDIII@Z @8626 NONAME ?OnUserInputTone@H323EndPoint@@UAEXAAVH323Connection@@DIII@Z @8627 NONAME ?OnVideoIndicateReadyToActivate@H323VideoCodec@@UAEXXZ @8628 NONAME ?OnVideoNotDecodedMBs@H323VideoCodec@@UAEXIII@Z @8629 NONAME ?OnVideoTemporalSpatialTradeOff@H323_RFC2190_H263Codec@@UAEXXZ @33736 NONAME ?OnVideoTemporalSpatialTradeOffCommand@H323VideoCodec@@UAEXH@Z @32123 NONAME ?OnVideoTemporalSpatialTradeOffIndication@H323VideoCodec@@UAEXH@Z @32124 NONAME ?OpalG711ALaw64k@@3PADA @31083 NONAME ?OpalG711ALaw64kFormatFactory@@3V?$Worker@VOpalG711ALaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @32126 NONAME ?OpalG711uLaw64k@@3PADA @31084 NONAME ?OpalG711uLaw64kFormatFactory@@3V?$Worker@VOpalG711uLaw64kFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @32127 NONAME ?OpalG7231A_5k3@@3PADA @31085 NONAME ?OpalG7231A_5k3FormatFactory@@3V?$Worker@VOpalG7231A_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @32128 NONAME ?OpalG7231A_6k3@@3PADA @31086 NONAME ?OpalG7231A_6k3FormatFactory@@3V?$Worker@VOpalG7231A_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @32129 NONAME ?OpalG7231_5k3@@3PADA @31087 NONAME ?OpalG7231_5k3FormatFactory@@3V?$Worker@VOpalG7231_5k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @32130 NONAME ?OpalG7231_6k3@@3PADA @31088 NONAME ?OpalG7231_6k3FormatFactory@@3V?$Worker@VOpalG7231_6k3Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @32131 NONAME ?OpalG728@@3PADA @31089 NONAME ?OpalG728FormatFactory@@3V?$Worker@VOpalG728Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @32132 NONAME ?OpalG729@@3PADA @31090 NONAME ?OpalG729A@@3PADA @31091 NONAME ?OpalG729AB@@3PADA @31092 NONAME ?OpalG729ABFormatFactory@@3V?$Worker@VOpalG729ABFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @32133 NONAME ?OpalG729AFormatFactory@@3V?$Worker@VOpalG729AFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @32134 NONAME ?OpalG729B@@3PADA @31093 NONAME ?OpalG729BFormatFactory@@3V?$Worker@VOpalG729BFormat@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @32135 NONAME ?OpalG729FormatFactory@@3V?$Worker@VOpalG729Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @32136 NONAME ?OpalGetBuildNumber@@YAIXZ @14926 NONAME ?OpalGetMajorVersion@@YAIXZ @14927 NONAME ?OpalGetMinorVersion@@YAIXZ @14928 NONAME ?OpalGetVersion@@YA?AVPString@@XZ @14929 NONAME ?OpalGSM0610@@3PADA @31094 NONAME ?OpalGSM0610FormatFactory@@3V?$Worker@VOpalGSM0610Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @32137 NONAME ?OpalH261@@3PADA @31095 NONAME ?OpalH261FormatFactory@@3V?$Worker@VOpalH261Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @32138 NONAME ?OpalPCM16@@3PADA @31096 NONAME ?OpalPCM16FormatFactory@@3V?$Worker@VOpalPCM16Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @32139 NONAME ?OpalRFC2190H263@@3PADA @33737 NONAME ?OpalRFC2190H263FormatFactory@@3V?$Worker@VOpalRFC2190H263Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @33738 NONAME ?OpalT120@@3PADA @31097 NONAME ?OpalT120FormatFactory@@3V?$Worker@VOpalT120Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @32140 NONAME ?OpalUserInputRFC2833@@3PADA @31098 NONAME ?OpalUserInputRFC2833FormatFactory@@3V?$Worker@VOpalUserInputRFC2833Format@@@?$PFactory@VOpalMediaFormat@@VPString@@@@A @32141 NONAME ?opalwavfileLoader@PWLibStupidLinkerHacks@@3HA @32631 NONAME ?Open@H245NegLogicalChannel@@UAEHABVH323Capability@@II@Z @14024 NONAME ?Open@H245NegLogicalChannels@@UAEHABVH323Capability@@II@Z @14025 NONAME ?Open@H323AudioCodec@@UAEHAAVH323Connection@@@Z @8633 NONAME ?Open@H323Channel@@UAEHXZ @13610 NONAME ?Open@H323Codec@@UAEHAAVH323Connection@@@Z @8634 NONAME ?Open@H323ListenerTCP@@UAEHXZ @8635 NONAME ?Open@H323VideoCodec@@UAEHAAVH323Connection@@@Z @8636 NONAME ?Open@H323_RTPChannel@@UAEHXZ @12751 NONAME ?Open@OpalIxJDevice@@UAEHABVPString@@@Z @8640 NONAME ?Open@OpalVoipBlasterDevice@@UAEHABVPString@@@Z @13711 NONAME ?Open@RTP_UDP@@QAEHVAddress@PIPSocket@@GGEPAVPSTUNClient@@PAVRTP_QOS@@@Z @18953 NONAME ?OpenAudioChannel@H323Connection@@UAEHHIAAVH323AudioCodec@@@Z @8643 NONAME ?OpenAudioChannel@H323EndPoint@@UAEHAAVH323Connection@@HIAAVH323AudioCodec@@@Z @8644 NONAME ?OpenCodec@H323_RFC2190_H263Codec@@IAEHXZ @33739 NONAME ?OpenCommand@VoipBlasterInterface@@QAEHH@Z @13712 NONAME ?OpenData@VoipBlasterInterface@@QAEHXZ @13713 NONAME ?OpenH323_IsRFC2190Loaded@@YAHXZ @33740 NONAME ?OpenLogicalChannel@H323Connection@@UAEHABVH323Capability@@IW4Directions@H323Channel@@@Z @8645 NONAME ?OpenPeerElement@H323GatekeeperServer@@QAEHABVH323TransportAddress@@HH@Z @18484 NONAME ?OpenVideoChannel@H323Connection@@UAEHHAAVH323VideoCodec@@@Z @9386 NONAME ?OpenVideoChannel@H323EndPoint@@UAEHAAVH323Connection@@HAAVH323VideoCodec@@@Z @9387 NONAME ?OpenVOIPPipe@VoipBlasterInterface@@IAEHW4Pipe@1@@Z @13714 NONAME ?OpenWhileLocked@H245NegLogicalChannel@@MAEHABVH323Capability@@II@Z @14026 NONAME ?Originate@OpalT120Protocol@@UAEHAAVH323Transport@@@Z @12752 NONAME ?Originate@OpalT38Protocol@@UAEHXZ @13981 NONAME ?PacketsOutStanding@Transmitter@@QAEHXZ @8648 NONAME ?Parse@PURL@@QAEHABVPString@@PBD@Z @30443 NONAME ?ParseEndpointAddress@H450ServiceAPDU@@SAXAAVH4501_EndpointAddress@@AAVPString@@@Z @10177 NONAME ?ParsePartyName@H323EndPoint@@QAEHABVPString@@AAV2@AAVH323TransportAddress@@@Z @16726 NONAME ?parse_block@P64Decoder@@IAEHPAFPAI@Z @14005 NONAME ?parse_gob_hdr@P64Decoder@@IAEHH@Z @8650 NONAME ?parse_mb_hdr@P64Decoder@@IAEHAAI@Z @8651 NONAME ?parse_picture_hdr@P64Decoder@@IAEHXZ @8652 NONAME ?parse_sc@P64Decoder@@IAEHXZ @8653 NONAME ?PlayAudio@OpalLineInterfaceDevice@@UAEHIABVPString@@@Z @17963 NONAME ?PlayDTMF@OpalIxJDevice@@UAEHIPBDKK@Z @8654 NONAME ?PlayDTMF@OpalLineInterfaceDevice@@UAEHIPBDKK@Z @8655 NONAME ?PlayDTMF@OpalVoipBlasterDevice@@UAEHIPBDKK@Z @13715 NONAME ?PlayTone@OpalIxJDevice@@UAEHIW4CallProgressTones@OpalLineInterfaceDevice@@@Z @8657 NONAME ?PlayTone@OpalLineInterfaceDevice@@UAEHIW4CallProgressTones@1@@Z @8658 NONAME ?PlayTone@OpalVoipBlasterDevice@@UAEHIW4CallProgressTones@OpalLineInterfaceDevice@@@Z @13716 NONAME ?Poll@Request@H323Transactor@@QAEHAAV2@@Z @18219 NONAME ?PreIncEncodeSetup@H261PixelEncoder@@QAEHPBVVideoFrame@@@Z @14006 NONAME ?Prepare@H323TransactionPDU@@QAEXAAVPASN_Array@@I0I@Z @30444 NONAME ?PreparePDU@H235Authenticators@@QBEXAAVH323TransactionPDU@@AAVPASN_Array@@I1I@Z @18461 NONAME ?PrepareTokens@H235Authenticator@@UAEHAAVPASN_Array@@0@Z @18462 NONAME ?PreProcessOneFrame@P64Encoder@@QAEXXZ @14007 NONAME ?PrintOn@AlternateInfo@H323Gatekeeper@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30452 NONAME ?PrintOn@H225_RAS@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30453 NONAME ?PrintOn@H235Authenticator@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30454 NONAME ?PrintOn@H323Capabilities@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30455 NONAME ?PrintOn@H323Capability@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30456 NONAME ?PrintOn@H323Channel@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30457 NONAME ?PrintOn@H323ChannelNumber@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30458 NONAME ?PrintOn@H323GatekeeperCall@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30459 NONAME ?PrintOn@H323Listener@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30460 NONAME ?PrintOn@H323PeerElement@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30461 NONAME ?PrintOn@H323RegisteredEndPoint@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30462 NONAME ?PrintOn@H323SignalPDU@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30463 NONAME ?PrintOn@H323Transactor@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30464 NONAME ?PrintOn@H323Transport@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30465 NONAME ?PrintOn@H323_AnnexG@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30466 NONAME ?PrintOn@OpalGloballyUniqueID@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30467 NONAME ?PrintOn@OpalLineInterfaceDevice@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30468 NONAME ?PrintOn@PLDAPAttr_c@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30469 NONAME ?PrintOn@PLDAPAttr_cn@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30470 NONAME ?PrintOn@PLDAPAttr_comment@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30471 NONAME ?PrintOn@PLDAPAttr_givenName@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30472 NONAME ?PrintOn@PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30473 NONAME ?PrintOn@PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30474 NONAME ?PrintOn@PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30475 NONAME ?PrintOn@PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30476 NONAME ?PrintOn@PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30477 NONAME ?PrintOn@PLDAPAttr_location@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30478 NONAME ?PrintOn@PLDAPAttr_o@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30479 NONAME ?PrintOn@PLDAPAttr_objectClass@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30480 NONAME ?PrintOn@PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30481 NONAME ?PrintOn@PLDAPAttr_sappguid@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30482 NONAME ?PrintOn@PLDAPAttr_sappid@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30483 NONAME ?PrintOn@PLDAPAttr_sflags@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30484 NONAME ?PrintOn@PLDAPAttr_sipAddress@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30485 NONAME ?PrintOn@PLDAPAttr_smimetype@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30486 NONAME ?PrintOn@PLDAPAttr_smodop@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30487 NONAME ?PrintOn@PLDAPAttr_sport@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30488 NONAME ?PrintOn@PLDAPAttr_sprotid@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30489 NONAME ?PrintOn@PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30490 NONAME ?PrintOn@PLDAPAttr_ssecurity@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30491 NONAME ?PrintOn@PLDAPAttr_sttl@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30492 NONAME ?PrintOn@PLDAPAttr_surname@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30493 NONAME ?PrintOn@PLDAPAttr_timestamp@RTPerson@PILSSession@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30494 NONAME ?PrintOn@Q931@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30496 NONAME ?PrintOn@ReceiverReport@RTP_Session@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30497 NONAME ?PrintOn@SenderReport@RTP_Session@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30498 NONAME ?PrintOn@SourceDescription@RTP_Session@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30499 NONAME ?PrintOn@X224@@UBEXAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z @30500 NONAME ?ProcessFrame@Pre_Vid_Coder@@QAEXPAVVideoFrame@@@Z @8674 NONAME ?ProcessOneFrame@P64Encoder@@QAEXXZ @8675 NONAME ?PurgeBufferQueue@Transmitter@@IAEXPAUpktbuf@1@@Z @8676 NONAME ?push_back@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QAEXABULookupRecord@@@Z @32927 NONAME ?quantize@P64Decoder@@IAEHHH@Z @8677 NONAME ?rdct@@YAXPAFIIPAEHPBE@Z @14008 NONAME ?rdct@@YAXPAFIIPAEHPBH@Z @14009 NONAME ?rdct_fold_q@@YAXPBHPAH@Z @8681 NONAME ?Read@G7231_File_Codec@@UAEHPAEAAIAAVRTP_DataFrame@@@Z @14675 NONAME ?Read@H263Packet@@QAEHAAIAAVRTP_DataFrame@@@Z @33741 NONAME ?Read@H323FramedAudioCodec@@UAEHPAEAAIAAVRTP_DataFrame@@@Z @8682 NONAME ?Read@H323PluginVideoCodec@@UAEHPAEAAIAAVRTP_DataFrame@@@Z @30501 NONAME ?Read@H323SignalPDU@@QAEHAAVH323Transport@@@Z @8684 NONAME ?Read@H323TransactionPDU@@UAEHAAVH323Transport@@@Z @17724 NONAME ?Read@H323_H261Codec@@UAEHPAEAAIAAVRTP_DataFrame@@@Z @8685 NONAME ?Read@H323_LIDCodec@@UAEHPAEAAIAAVRTP_DataFrame@@@Z @8686 NONAME ?Read@H323_RFC2190_H263Codec@@UAEHPAEAAIAAVRTP_DataFrame@@@Z @33742 NONAME ?Read@OpalLineChannel@@UAEHPAXH@Z @8687 NONAME ?Read@PWAVFileConverterXLaw@@UAEHAAVPWAVFile@@PAXH@Z @32268 NONAME ?Read@T120ConnectPDU@@QAEHAAVH323Transport@@@Z @13865 NONAME ?Read@T120_X224@@QAEHAAVH323Transport@@@Z @13866 NONAME ?ReadBlock@OpalLineInterfaceDevice@@UAEHIPAXH@Z @9291 NONAME ?ReadBufferedData@RTP_Session@@QAEHKAAVRTP_DataFrame@@@Z @8976 NONAME ?ReadControlPDU@RTP_UDP@@IAE?AW4SendReceiveStatus@RTP_Session@@XZ @8688 NONAME ?ReadData@RTP_JitterBuffer@@UAEHKAAVRTP_DataFrame@@@Z @8977 NONAME ?ReadData@RTP_UDP@@UAEHAAVRTP_DataFrame@@@Z @8689 NONAME ?ReadData@VoipBlasterInterface@@QAEHPAXHVPTimeInterval@@@Z @18977 NONAME ?ReadDataOrControlPDU@RTP_UDP@@IAE?AW4SendReceiveStatus@RTP_Session@@AAVPUDPSocket@@AAVPBYTEArray@@H@Z @16785 NONAME ?ReadDataPDU@RTP_UDP@@IAE?AW4SendReceiveStatus@RTP_Session@@AAVRTP_DataFrame@@@Z @8690 NONAME ?ReadDTMF@OpalIxJDevice@@UAEDI@Z @8691 NONAME ?ReadDTMF@OpalLineInterfaceDevice@@UAEDI@Z @8692 NONAME ?ReadDTMF@OpalVoipBlasterDevice@@UAEDI@Z @13718 NONAME ?ReadFrame@OpalIxJDevice@@UAEHIPAXAAH@Z @9326 NONAME ?ReadFrame@OpalVoipBlasterDevice@@UAEHIPAXAAH@Z @13719 NONAME ?ReadFrom@OpalGloballyUniqueID@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @30506 NONAME ?ReadFrom@PLDAPAttr_c@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @30507 NONAME ?ReadFrom@PLDAPAttr_cn@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @30508 NONAME ?ReadFrom@PLDAPAttr_comment@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @30509 NONAME ?ReadFrom@PLDAPAttr_givenName@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @30510 NONAME ?ReadFrom@PLDAPAttr_ilsa26214430@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @30511 NONAME ?ReadFrom@PLDAPAttr_ilsa26279966@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @30512 NONAME ?ReadFrom@PLDAPAttr_ilsa32833566@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @30513 NONAME ?ReadFrom@PLDAPAttr_ilsa32964638@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @30514 NONAME ?ReadFrom@PLDAPAttr_ilsa39321630@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @30515 NONAME ?ReadFrom@PLDAPAttr_location@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @30516 NONAME ?ReadFrom@PLDAPAttr_o@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @30517 NONAME ?ReadFrom@PLDAPAttr_objectClass@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @30518 NONAME ?ReadFrom@PLDAPAttr_rfc822Mailbox@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @30519 NONAME ?ReadFrom@PLDAPAttr_sappguid@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @30520 NONAME ?ReadFrom@PLDAPAttr_sappid@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @30521 NONAME ?ReadFrom@PLDAPAttr_sflags@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @30522 NONAME ?ReadFrom@PLDAPAttr_sipAddress@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @30523 NONAME ?ReadFrom@PLDAPAttr_smimetype@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @30524 NONAME ?ReadFrom@PLDAPAttr_smodop@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @30525 NONAME ?ReadFrom@PLDAPAttr_sport@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @30526 NONAME ?ReadFrom@PLDAPAttr_sprotid@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @30527 NONAME ?ReadFrom@PLDAPAttr_sprotmimetype@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @30528 NONAME ?ReadFrom@PLDAPAttr_ssecurity@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @30529 NONAME ?ReadFrom@PLDAPAttr_sttl@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @30530 NONAME ?ReadFrom@PLDAPAttr_surname@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @30531 NONAME ?ReadFrom@PLDAPAttr_timestamp@RTPerson@PILSSession@@UAEXAAV?$basic_istream@DU?$char_traits@D@std@@@std@@@Z @30532 NONAME ?ReadNextCompound@RTP_ControlFrame@@QAEHXZ @14276 NONAME ?ReadOnePacket@P64Encoder@@QAEXPAEAAI@Z @8696 NONAME ?ReadPDU@H323TransportTCP@@UAEHAAVPBYTEArray@@@Z @8697 NONAME ?ReadPDU@H323TransportUDP@@UAEHAAVPBYTEArray@@@Z @8698 NONAME ?ReadPipe@VoipBlasterInterface@@IAEHPAX0KVPTimeInterval@@@Z @18978 NONAME ?ReadRaw@H323Codec@@QAEHPAXHAAH@Z @13834 NONAME ?ReadStatus@VoipBlasterInterface@@QAE?AW4Status@1@VPTimeInterval@@@Z @18979 NONAME ?Receive@H323_ExternalRTPChannel@@UAEXXZ @13611 NONAME ?Receive@H323_RTPChannel@@UAEXXZ @8699 NONAME ?Receive@H323_T120Channel@@UAEXXZ @12753 NONAME ?Receive@H323_T38Channel@@UAEXXZ @12754 NONAME ?ReceivedPacket@OpalRFC2833@@MAEXAAVRTP_DataFrame@@H@Z @13820 NONAME ?ReceivedPacket@OpalRtpToWavFile@@MAEXAAVRTP_DataFrame@@H@Z @14249 NONAME ?ReceiveTimeout@OpalRFC2833@@MAEXAAVPTimer@@H@Z @13821 NONAME ?Redraw@H323_H261Codec@@IAEHXZ @8702 NONAME ?Register@?$PFactory@VH235Authenticator@@VPString@@@@SAXABVPString@@PAVWorkerBase@1@@Z @32928 NONAME ?Register@?$PFactory@VH323Capability@@VPString@@@@SAXABVPString@@PAVH323Capability@@@Z @32029 NONAME ?Register@?$PFactory@VH323Capability@@VPString@@@@SAXABVPString@@PAVWorkerBase@1@@Z @32030 NONAME ?Register@?$PFactory@VOpalFactoryCodec@@VPString@@@@SAXABVPString@@PAVWorkerBase@1@@Z @32632 NONAME ?Register@?$PFactory@VOpalMediaFormat@@VPString@@@@SAXABVPString@@PAVOpalMediaFormat@@@Z @32031 NONAME ?Register@?$PFactory@VOpalMediaFormat@@VPString@@@@SAXABVPString@@PAVWorkerBase@1@@Z @32032 NONAME ?Register@?$PFactory@VPPluginModuleManager@@VPString@@@@SAXABVPString@@PAVWorkerBase@1@@Z @32033 NONAME ?Register@?$PFactory@VPWAVFileConverter@@I@@SAXABIPAVWorkerBase@1@@Z @32269 NONAME ?RegisterCodecs@H323PluginCodecManager@@IAEXIPAX@Z @30627 NONAME ?RegisterStaticCodec@H323PluginCodecManager@@QAEXPBDP6AIXZP6APAUPluginCodec_Definition@@PAII@Z@Z @30628 NONAME ?Register_Internal@?$PFactory@VH235Authenticator@@VPString@@@@IAEXABVPString@@PAVWorkerBase@1@@Z @32929 NONAME ?Register_Internal@?$PFactory@VH323Capability@@VPString@@@@IAEXABVPString@@PAVWorkerBase@1@@Z @32034 NONAME ?Register_Internal@?$PFactory@VOpalFactoryCodec@@VPString@@@@IAEXABVPString@@PAVWorkerBase@1@@Z @32633 NONAME ?Register_Internal@?$PFactory@VOpalMediaFormat@@VPString@@@@IAEXABVPString@@PAVWorkerBase@1@@Z @32035 NONAME ?Register_Internal@?$PFactory@VPPluginModuleManager@@VPString@@@@IAEXABVPString@@PAVWorkerBase@1@@Z @32036 NONAME ?Register_Internal@?$PFactory@VPWAVFileConverter@@I@@IAEXABIPAVWorkerBase@1@@Z @32270 NONAME ?RegistrationRequest@H323Gatekeeper@@QAEHH@Z @8704 NONAME ?RegistrationTimeToLive@H323Gatekeeper@@IAEXXZ @14220 NONAME ?Release@H245NegLogicalChannel@@MAEXXZ @9578 NONAME ?ReleaseOnePacket@Transmitter@@IAEXPAUpktbuf@1@@Z @8707 NONAME ?ReleaseSession@H323Connection@@UAEXI@Z @13549 NONAME ?ReleaseSession@RTP_SessionManager@@QAEXI@Z @8709 NONAME ?Remove@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UAEHPAVH323GatekeeperCall@@@Z @15071 NONAME ?Remove@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UAEHPAVH323PeerElementDescriptor@@@Z @18124 NONAME ?Remove@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UAEHPAVH323PeerElementServiceRelationship@@@Z @18125 NONAME ?Remove@H323Capabilities@@QAEXABVPString@@@Z @9056 NONAME ?Remove@H323Capabilities@@QAEXABVPStringArray@@@Z @9057 NONAME ?Remove@H323Capabilities@@QAEXPAVH323Capability@@@Z @9049 NONAME ?RemoveAlias@H323GatekeeperServer@@QAEXAAVH323RegisteredEndPoint@@ABVPString@@@Z @18980 NONAME ?RemoveAlias@H323RegisteredEndPoint@@QAEXABVPString@@@Z @12923 NONAME ?RemoveAliasName@H323EndPoint@@QAEHABVPString@@@Z @8710 NONAME ?RemoveAll@H245NegLogicalChannels@@QAEXXZ @8711 NONAME ?RemoveAll@H323Capabilities@@QAEXXZ @9050 NONAME ?RemoveAll@PASN_Array@@QAEXXZ @30535 NONAME ?RemoveAllServiceRelationships@H323PeerElement@@QAEHXZ @18268 NONAME ?RemoveAt@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UAEPAVH245NegLogicalChannel@@ABVH323ChannelNumber@@@Z @8712 NONAME ?RemoveAt@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UAEPAVH323ServiceControlSession@@ABVPOrdinalKey@@@Z @16488 NONAME ?RemoveAt@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UAEPAVH450xHandler@@ABVPOrdinalKey@@@Z @13222 NONAME ?RemoveAt@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UAEPAVPBYTEArray@@ABVPOrdinalKey@@@Z @8713 NONAME ?RemoveAt@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UAEPAVRequest@H323Transactor@@ABVPOrdinalKey@@@Z @18220 NONAME ?RemoveAt@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UAEPAVRTP_Session@@ABVPOrdinalKey@@@Z @8714 NONAME ?RemoveAt@?$PDictionary@VPString@@VH323Connection@@@@UAEPAVH323Connection@@ABVPString@@@Z @8715 NONAME ?RemoveAt@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UAEPAVH323RegisteredEndPoint@@ABVPString@@@Z @12924 NONAME ?RemoveAt@?$PDictionary@VPString@@VPOrdinalKey@@@@UAEPAVPOrdinalKey@@ABVPString@@@Z @18269 NONAME ?RemoveAt@?$PSafeColl@V?$PSortedList@VH323GatekeeperCall@@@@VH323GatekeeperCall@@@@UAEHH@Z @15072 NONAME ?RemoveAt@?$PSafeColl@V?$PSortedList@VH323PeerElementDescriptor@@@@VH323PeerElementDescriptor@@@@UAEHH@Z @18126 NONAME ?RemoveAt@?$PSafeColl@V?$PSortedList@VH323PeerElementServiceRelationship@@@@VH323PeerElementServiceRelationship@@@@UAEHH@Z @18127 NONAME ?RemoveAt@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UAEHABVPString@@@Z @15073 NONAME ?RemoveCall@H323GatekeeperServer@@UAEXPAVH323GatekeeperCall@@@Z @14158 NONAME ?RemoveCall@H323RegisteredEndPoint@@UAEHPAVH323GatekeeperCall@@@Z @30658 NONAME ?RemoveCapabilities@H323EndPoint@@QAEXABVPStringArray@@@Z @10965 NONAME ?RemoveDescriptorInformation@H323PeerElement@@IAEXABVH501_ArrayOf_AddressTemplate@@@Z @18463 NONAME ?RemoveEndPoint@H323GatekeeperServer@@UAEHPAVH323RegisteredEndPoint@@@Z @18991 NONAME ?RemoveFilter@H323_RTPChannel@@QAEXABVPNotifier@@@Z @14252 NONAME ?RemoveGatekeeper@H323EndPoint@@QAEHH@Z @8717 NONAME ?RemoveIE@Q931@@QAEXW4InformationElementCodes@1@@Z @12934 NONAME ?RemoveListener@H323EndPoint@@QAEHPAVH323Listener@@@Z @9306 NONAME ?RemoveListener@H323TransactionServer@@QAEHPAVH323Transactor@@@Z @17725 NONAME ?RemoveServiceRelationship@H323PeerElement@@QAEHABVH323TransportAddress@@H@Z @18270 NONAME ?RemoveServiceRelationship@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@H@Z @18811 NONAME ?RenderFrame@H323_H261Codec@@IAEHXZ @8718 NONAME ?RenderFrame@H323_RFC2190_H263Codec@@IAEHPBUAVFrame@@@Z @33743 NONAME ?RenderFrame@H323_RFC2190_H263Codec@@IAEHPBX@Z @33744 NONAME ?Reopen@RTP_UDP@@QAEXH@Z @18958 NONAME ?Reorder@H323Capabilities@@QAEXABVPStringArray@@@Z @9054 NONAME ?ReorderCapabilities@H323EndPoint@@QAEXABVPStringArray@@@Z @10966 NONAME ?RequestModeChange@H323Connection@@UAEHABVH245_ArrayOf_ModeDescription@@@Z @13574 NONAME ?RequestModeChange@H323Connection@@UAEHABVPString@@@Z @13575 NONAME ?RequestModeChangeT38@H323Connection@@UAEHPBD@Z @14221 NONAME ?resetndblk@P64Decoder@@QAEXXZ @30537 NONAME ?Resize@H323_H261Codec@@IAEHHH@Z @8720 NONAME ?Resize@H323_RFC2190_H263Codec@@IAEHHH@Z @33745 NONAME ?Restart@H245NegMasterSlaveDetermination@@IAEHXZ @8721 NONAME ?RetrieveCall@H323Connection@@QAEXXZ @13640 NONAME ?RetrieveCall@H4504Handler@@QAEXXZ @13641 NONAME ?rfc2190h263Loader@PWLibStupidLinkerHacks@@3HA @33746 NONAME ?rfc2190_ff@@3VRFC2190_FfmpgLink@@A @33747 NONAME ?RingLine@OpalIxJDevice@@UAEHIHPAI@Z @15086 NONAME ?RingLine@OpalIxJDevice@@UAEHIK@Z @8722 NONAME ?RingLine@OpalLineInterfaceDevice@@UAEHIHPAI@Z @15087 NONAME ?RingLine@OpalLineInterfaceDevice@@UAEHIK@Z @8723 NONAME ?RingLine@OpalVoipBlasterDevice@@UAEHIK@Z @13722 NONAME ?ROWZAG@@3QBEB @8724 NONAME ?RtpCallback@H323_RFC2190_H263Codec@@SAXPAXH0H0@Z @33748 NONAME ?SameSize@Encoder@@IAEHPBVVideoFrame@@@Z @30539 NONAME ?save@Pre_Vid_Coder@@IAEXPAE0H@Z @30540 NONAME ?saveblks@Pre_Vid_Coder@@IAEXPAE@Z @8725 NONAME ?SelectDefaultLogicalChannel@H323Connection@@UAEXI@Z @8726 NONAME ?SelectFastStartChannels@H323Connection@@UAEXIHH@Z @9303 NONAME ?SendAccessRequestByAddr@H323PeerElement@@QAE?AW4Error@1@ABVH323TransportAddress@@AAVH501PDU@@1@Z @18705 NONAME ?SendAccessRequestByID@H323PeerElement@@QAE?AW4Error@1@ABVOpalGloballyUniqueID@@AAVH501PDU@@1@Z @18706 NONAME ?SendCachedResponse@H323Transactor@@IAEHABVH323TransactionPDU@@@Z @18221 NONAME ?SendCachedResponse@Response@H323Transactor@@QAEHAAVH323Transport@@@Z @18222 NONAME ?SendCallCreditServiceControl@H323GatekeeperCall@@UAEHXZ @16506 NONAME ?SendCallerIDOnCallWaiting@OpalIxJDevice@@UAEHIABVPString@@@Z @9236 NONAME ?SendCallerIDOnCallWaiting@OpalLineInterfaceDevice@@UAEHIABVPString@@@Z @9237 NONAME ?SendCallerIDOnCallWaiting@OpalVoipBlasterDevice@@UAEHIABVPString@@@Z @13723 NONAME ?SendCallWaitingIndication@H323Connection@@QAEXI@Z @13642 NONAME ?SendCapabilitySet@H323Connection@@UAEXH@Z @11000 NONAME ?SendFastStartAcknowledge@H323Connection@@UAEHAAVH225_ArrayOf_PASN_OctetString@@@Z @12346 NONAME ?SendGeneralReject@H450xDispatcher@@QAEXHH@Z @13224 NONAME ?SendGeneralReject@H450xHandler@@QAEXH@Z @13225 NONAME ?SendInvokeReject@H450xDispatcher@@QAEXHH@Z @13226 NONAME ?SendInvokeReject@H450xHandler@@QAEXH@Z @13227 NONAME ?SendLogicalChannelMiscCommand@H323Connection@@QAEXAAVH323Channel@@I@Z @13400 NONAME ?SendMiscCommand@H323Channel@@QAEXI@Z @13384 NONAME ?SendMiscCommand@H323VideoCodec@@QAEXI@Z @13386 NONAME ?SendMoreDigits@H323Connection@@UAEXABVPString@@@Z @13324 NONAME ?SendReport@RTP_Session@@UAEHXZ @14010 NONAME ?SendReturnError@H450xDispatcher@@QAEXHH@Z @13228 NONAME ?SendReturnError@H450xHandler@@QAEXH@Z @13229 NONAME ?SendReturnErrorReject@H450xDispatcher@@QAEXHH@Z @13230 NONAME ?SendReturnErrorReject@H450xHandler@@QAEXH@Z @13231 NONAME ?SendReturnResultReject@H450xDispatcher@@QAEXHH@Z @13232 NONAME ?SendReturnResultReject@H450xHandler@@QAEXH@Z @13233 NONAME ?SendServiceControlSession@H323GatekeeperCall@@UAEHABVH323ServiceControlSession@@@Z @16507 NONAME ?SendServiceControlSession@H323RegisteredEndPoint@@UAEHABVH323ServiceControlSession@@@Z @16508 NONAME ?SendSignalSetup@H323Connection@@UAE?AW4CallEndReason@1@ABVPString@@ABVH323TransportAddress@@@Z @8728 NONAME ?SendTone@OpalRFC2833@@UAEHDI@Z @13822 NONAME ?SendUnsolicitedIRR@H323Gatekeeper@@IAEHAAVH225_InfoRequestResponse@@AAVH323RasPDU@@@Z @14279 NONAME ?SendUpdateDescriptor@H323PeerElement@@IAE?AW4Error@1@AAVH501PDU@@ABVH323TransportAddress@@PAVH323PeerElementDescriptor@@W4Choices@H501_UpdateInformation_updateType@@@Z @18273 NONAME ?SendUpdateDescriptorByAddr@H323PeerElement@@QAE?AW4Error@1@ABVH323TransportAddress@@PAVH323PeerElementDescriptor@@W4Choices@H501_UpdateInformation_updateType@@@Z @18274 NONAME ?SendUpdateDescriptorByID@H323PeerElement@@QAE?AW4Error@1@ABVOpalGloballyUniqueID@@PAVH323PeerElementDescriptor@@W4Choices@H501_UpdateInformation_updateType@@@Z @18275 NONAME ?SendUserInput@H323Connection@@UAEXABVPString@@@Z @8729 NONAME ?SendUserInputIndication@H323Connection@@UAEXABVH245_UserInputIndication@@@Z @8730 NONAME ?SendUserInputIndicationQ931@H323Connection@@UAEXABVPString@@@Z @14029 NONAME ?SendUserInputIndicationString@H323Connection@@UAEXABVPString@@@Z @13766 NONAME ?SendUserInputIndicationTone@H323Connection@@UAEXDIII@Z @13767 NONAME ?SendUserInputTone@H323Connection@@UAEXDIII@Z @8731 NONAME ?SendVisualMessageWaitingIndicator@OpalIxJDevice@@UAEHIH@Z @9238 NONAME ?SendVisualMessageWaitingIndicator@OpalLineInterfaceDevice@@UAEHIH@Z @9239 NONAME ?SendVisualMessageWaitingIndicator@OpalVoipBlasterDevice@@UAEHIH@Z @13724 NONAME ?ServiceControlIndication@H323GatekeeperListener@@UAEHAAVH323RegisteredEndPoint@@ABVH323ServiceControlSession@@PAVH323GatekeeperCall@@@Z @16509 NONAME ?ServiceRelease@H323PeerElement@@QAEHABVOpalGloballyUniqueID@@I@Z @18146 NONAME ?ServiceRequestByAddr@H323PeerElement@@QAE?AW4Error@1@ABVH323TransportAddress@@AAVOpalGloballyUniqueID@@@Z @18276 NONAME ?ServiceRequestByID@H323PeerElement@@QAE?AW4Error@1@AAVOpalGloballyUniqueID@@@Z @18277 NONAME ?Set@PortInfo@H323EndPoint@@QAEXIIII@Z @14747 NONAME ?SetAEC@OpalIxJDevice@@UAEHIW4AECLevels@OpalLineInterfaceDevice@@@Z @8733 NONAME ?SetAEC@OpalLineInterfaceDevice@@UAEHIW4AECLevels@1@@Z @8734 NONAME ?SetAEC@OpalVoipBlasterDevice@@UAEHIW4AECLevels@OpalLineInterfaceDevice@@@Z @13725 NONAME ?SetAlternates@H323Gatekeeper@@IAEXABVH225_ArrayOf_AlternateGK@@H@Z @14419 NONAME ?SetAssociatedCallToken@H323Connection@@QAEXABVPString@@@Z @13905 NONAME ?SetAssociatedCallToken@H4502Handler@@QAEXABVPString@@@Z @30542 NONAME ?SetAt@?$PDictionary@VH323ChannelNumber@@VH245NegLogicalChannel@@@@UAEHABVH323ChannelNumber@@PAVH245NegLogicalChannel@@@Z @8736 NONAME ?SetAt@?$PDictionary@VPOrdinalKey@@VH323ServiceControlSession@@@@UAEHABVPOrdinalKey@@PAVH323ServiceControlSession@@@Z @16489 NONAME ?SetAt@?$PDictionary@VPOrdinalKey@@VH450xHandler@@@@UAEHABVPOrdinalKey@@PAVH450xHandler@@@Z @13234 NONAME ?SetAt@?$PDictionary@VPOrdinalKey@@VPBYTEArray@@@@UAEHABVPOrdinalKey@@PAVPBYTEArray@@@Z @8737 NONAME ?SetAt@?$PDictionary@VPOrdinalKey@@VRequest@H323Transactor@@@@UAEHABVPOrdinalKey@@PAVRequest@H323Transactor@@@Z @18223 NONAME ?SetAt@?$PDictionary@VPOrdinalKey@@VRTP_Session@@@@UAEHABVPOrdinalKey@@PAVRTP_Session@@@Z @8738 NONAME ?SetAt@?$PDictionary@VPString@@VH323Connection@@@@UAEHABVPString@@PAVH323Connection@@@Z @8739 NONAME ?SetAt@?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@UAEHABVPString@@PAVH323RegisteredEndPoint@@@Z @12928 NONAME ?SetAt@?$PDictionary@VPString@@VPOrdinalKey@@@@UAEHABVPString@@PAVPOrdinalKey@@@Z @18278 NONAME ?SetAt@?$PSafeDictionaryBase@V?$PDictionary@VPString@@VH323RegisteredEndPoint@@@@VPString@@VH323RegisteredEndPoint@@@@UAEXABVPString@@PAVH323RegisteredEndPoint@@@Z @15074 NONAME ?SetAudioJitterDelay@H323Connection@@QAEXII@Z @15077 NONAME ?SetAudioJitterDelay@H323EndPoint@@QAEXII@Z @15078 NONAME ?SetAuthenticators@H323TransactionPDU@@QAEXABVH235Authenticators@@@Z @30545 NONAME ?SetBackgroundFill@H323PluginVideoCodec@@UAEXH@Z @30546 NONAME ?SetBackgroundFill@H323VideoCodec@@UAEXH@Z @9186 NONAME ?SetBackgroundFill@H323_H261Codec@@UAEXH@Z @13416 NONAME ?SetBackgroundFill@H323_RFC2190_H263Codec@@UAEXH@Z @33749 NONAME ?SetBackgroundFill@P64Encoder@@QAEXH@Z @13417 NONAME ?SetBackgroundFill@Pre_Vid_Coder@@QAEXH@Z @30547 NONAME ?SetBandwidthAvailable@H323Connection@@QAEHIH@Z @8741 NONAME ?SetBandwidthUsed@H323Channel@@QAEHI@Z @8742 NONAME ?SetBandwidthUsed@H323GatekeeperCall@@QAEHI@Z @17954 NONAME ?SetBearerCapabilities@Q931@@QAEXW4InformationTransferCapability@1@III@Z @13238 NONAME ?SetCalledPartyNumber@Q931@@QAEXABVPString@@II@Z @8743 NONAME ?SetCallEndReason@H323Connection@@UAEXW4CallEndReason@1@PAVPSyncPoint@@@Z @14290 NONAME ?SetCallerID@OpalIxJDevice@@UAEHIABVPString@@@Z @8745 NONAME ?SetCallerID@OpalLineInterfaceDevice@@UAEHIABVPString@@@Z @8746 NONAME ?SetCallerID@OpalVoipBlasterDevice@@UAEHIABVPString@@@Z @13726 NONAME ?SetCallingPartyNumber@Q931@@QAEXABVPString@@IIHH@Z @8985 NONAME ?SetCallIntrusion@H323Connection@@QAEXXZ @30548 NONAME ?SetCallState@Q931@@QAEXW4CallStates@1@I@Z @14011 NONAME ?SetCanonicalName@RTP_Session@@QAEXABVPString@@@Z @15141 NONAME ?SetCapability@H235AuthCAT@@UAEHAAVH225_ArrayOf_AuthenticationMechanism@@AAVH225_ArrayOf_PASN_ObjectId@@@Z @16751 NONAME ?SetCapability@H235AuthProcedure1@@UAEHAAVH225_ArrayOf_AuthenticationMechanism@@AAVH225_ArrayOf_PASN_ObjectId@@@Z @14222 NONAME ?SetCapability@H235AuthSimpleMD5@@UAEHAAVH225_ArrayOf_AuthenticationMechanism@@AAVH225_ArrayOf_PASN_ObjectId@@@Z @13116 NONAME ?SetCapability@H323Capabilities@@QAEHHHPAVH323Capability@@@Z @9051 NONAME ?SetCapability@H323EndPoint@@QAEHHHPAVH323Capability@@@Z @8972 NONAME ?SetCapabilityNumber@H323Capability@@QAEXI@Z @30549 NONAME ?SetCaptureReceiveToAddress@PIPSocket@@QAEHXZ @32634 NONAME ?SetCause@Q931@@QAEXW4CauseValues@1@II@Z @9153 NONAME ?SetChannelIdentification@Q931@@QAEXIIH@Z @18132 NONAME ?SetConnectedNumber@Q931@@QAEXABVPString@@IIHHH@Z @13561 NONAME ?SetConstraints@PASN_Object@@QAEXW4ConstraintType@1@H@Z @30550 NONAME ?SetConstraints@PASN_Object@@QAEXW4ConstraintType@1@HI@Z @30551 NONAME ?SetConstraints@PASN_Object@@QAEXW4ConstraintType@1@HW4MaximumValueTag@1@@Z @30552 NONAME ?SetConsultationTransferSuccess@H4502Handler@@QAEXXZ @30553 NONAME ?SetContribSource@RTP_DataFrame@@QAEXHK@Z @8750 NONAME ?SetCount@RTP_ControlFrame@@QAEXI@Z @8967 NONAME ?SetCountryCode@OpalIxJDevice@@UAEHW4T35CountryCodes@OpalLineInterfaceDevice@@@Z @8751 NONAME ?SetCountryCode@OpalLineInterfaceDevice@@UAEHW4T35CountryCodes@1@@Z @8753 NONAME ?SetCountryCode@OpalVoipBlasterDevice@@UAEHW4T35CountryCodes@OpalLineInterfaceDevice@@@Z @13727 NONAME ?SetCountryCodeName@OpalLineInterfaceDevice@@UAEHABVPString@@@Z @9222 NONAME ?SetDelay@RTP_JitterBuffer@@QAEXII@Z @15079 NONAME ?SetDisplayName@Q931@@QAEXABVPString@@@Z @8755 NONAME ?SetDomainName@H323PeerElement@@QAEXABVPString@@@Z @18151 NONAME ?SetDynamicRTPPayloadType@H323_RealTimeChannel@@UAEHH@Z @13769 NONAME ?SetEndpointTypeInfo@H323EndPoint@@UBEXAAVH225_EndpointType@@@Z @8756 NONAME ?SetEnforcedDurationLimit@H323Connection@@QAEXI@Z @16490 NONAME ?SetExtension@RTP_DataFrame@@QAEXH@Z @8757 NONAME ?SetExtensionSize@RTP_DataFrame@@QAEHH@Z @18739 NONAME ?SetExtensionType@RTP_DataFrame@@QAEXH@Z @18740 NONAME ?SetExternalAddress@H323_ExternalRTPChannel@@QAEXABVH323TransportAddress@@0@Z @13911 NONAME ?SetForcedReleaseAccepted@H323Connection@@UAEXXZ @14723 NONAME ?SetForcedReleaseAccepted@H45011Handler@@QAEXXZ @14724 NONAME ?SetGatekeeper@H323EndPoint@@QAEHABVPString@@PAVH323Transport@@@Z @8759 NONAME ?SetGatekeeperIdentifier@H323GatekeeperServer@@QAEXABVPString@@H@Z @12929 NONAME ?SetGatekeeperPassword@H323EndPoint@@UAEXABVPString@@@Z @16512 NONAME ?SetGatekeeperZone@H323EndPoint@@QAEHABVPString@@0PAVH323Transport@@@Z @9579 NONAME ?SetH221NonStandardInfo@H323EndPoint@@UBEXAAVH225_H221NonStandard@@@Z @8760 NONAME ?SetHoldMedia@H323Connection@@QAEXPAVPChannel@@@Z @13643 NONAME ?SetIdentifier@H225_RAS@@QAEXABVPString@@@Z @30554 NONAME ?SetIE@Q931@@QAEXW4InformationElementCodes@1@ABVPBYTEArray@@@Z @9162 NONAME ?SetIgnoreOutOfOrderPackets@RTP_Session@@QAEXH@Z @30555 NONAME ?SetInfoRequestRate@H323Gatekeeper@@IAEXABVPTimeInterval@@@Z @14921 NONAME ?SetInitialBandwidth@H323Channel@@UAEHXZ @8761 NONAME ?SetIntrusionImpending@H323Connection@@UAEXXZ @14725 NONAME ?SetIntrusionImpending@H45011Handler@@QAEXXZ @14726 NONAME ?SetIntrusionNotAuthorized@H323Connection@@UAEXXZ @14727 NONAME ?SetIntrusionNotAuthorized@H45011Handler@@QAEXXZ @14728 NONAME ?SetJitterBufferSize@RTP_Session@@QAEXIIH@Z @15080 NONAME ?SetKeypad@Q931@@QAEXABVPString@@@Z @14030 NONAME ?SetLastReadCount@PWAVFile@@QAEXH@Z @32271 NONAME ?SetLineOffHook@OpalIxJDevice@@UAEHIH@Z @8763 NONAME ?SetLineOffHook@OpalVoipBlasterDevice@@UAEHIH@Z @13728 NONAME ?SetLineOnHook@OpalLineInterfaceDevice@@UAEHI@Z @8765 NONAME ?SetLineToLineDirect@OpalIxJDevice@@UAEHIIH@Z @8766 NONAME ?SetLineToLineDirect@OpalLineInterfaceDevice@@UAEHIIH@Z @8767 NONAME ?SetLineToLineDirect@OpalVoipBlasterDevice@@UAEHIIH@Z @13729 NONAME ?SetLocalAddress@RTP_UDP@@QAEXABVAddress@PIPSocket@@@Z @30556 NONAME ?SetLocalId@H235Authenticator@@UAEXABVPString@@@Z @32930 NONAME ?SetLocalName@H323PeerElement@@QAEXABVPString@@@Z @18128 NONAME ?SetLocalPartyName@H323Connection@@QAEXABVPString@@@Z @14250 NONAME ?SetLocalUserName@H323EndPoint@@UAEXABVPString@@@Z @16513 NONAME ?SetLostPackets@ReceiverReport@RTP_ControlFrame@@QAEXI@Z @8970 NONAME ?SetMarker@RTP_DataFrame@@QAEXH@Z @8769 NONAME ?SetMaxBitRate@H323VideoCodec@@UAEHI@Z @16713 NONAME ?SetMaxBitRate@H323_RFC2190_H263Codec@@UAEHI@Z @33750 NONAME ?SetNoAutoDelete@PThread@@QAEXXZ @30558 NONAME ?SetNoMediaTimeout@H323EndPoint@@QAEHVPTimeInterval@@@Z @18725 NONAME ?SetNumber@H323Channel@@QAEXABVH323ChannelNumber@@@Z @30560 NONAME ?SetOnlyServiceRelationship@H323PeerElement@@QAEHABVPString@@H@Z @18279 NONAME ?SetPassword@H235Authenticator@@UAEXABVPString@@@Z @32931 NONAME ?SetPassword@H323Gatekeeper@@QAEXABVPString@@0@Z @13124 NONAME ?SetPassword@H323RegisteredEndPoint@@UAEHABVPString@@0@Z @16752 NONAME ?SetPause@H323Channel@@QAEXH@Z @30562 NONAME ?SetPayloadSize@RTP_ControlFrame@@QAEXH@Z @8772 NONAME ?SetPayloadSize@RTP_DataFrame@@QAEHH@Z @8773 NONAME ?SetPayloadType@OpalRFC2833@@QAEXW4PayloadTypes@RTP_DataFrame@@@Z @30563 NONAME ?SetPayloadType@RTP_ControlFrame@@QAEXI@Z @8774 NONAME ?SetPayloadType@RTP_DataFrame@@QAEXW4PayloadTypes@1@@Z @8775 NONAME ?SetPDU@H323TransportAddress@@QBEHAAVH225_TransportAddress@@@Z @8776 NONAME ?SetPDU@H323TransportAddress@@QBEHAAVH245_TransportAddress@@@Z @8777 NONAME ?SetPDU@Response@H323Transactor@@QAEXABVH323TransactionPDU@@@Z @18224 NONAME ?SetPeerElement@H323GatekeeperServer@@QAEXPAVH323PeerElement@@@Z @18485 NONAME ?SetPlayVolume@OpalIxJDevice@@UAEHII@Z @8778 NONAME ?SetPlayVolume@OpalLineInterfaceDevice@@UAEHII@Z @8779 NONAME ?SetPlayVolume@OpalVoipBlasterDevice@@UAEHII@Z @13730 NONAME ?SetPosition@PWAVFileConverterXLaw@@UAEHAAVPWAVFile@@JW4FilePositionOrigin@PFile@@@Z @32272 NONAME ?SetProgressIndicator@Q931@@QAEXIII@Z @9296 NONAME ?SetPromiscuous@H323Transport@@UAEXW4PromisciousModes@1@@Z @15147 NONAME ?SetPromiscuous@H323TransportUDP@@UAEXW4PromisciousModes@H323Transport@@@Z @15148 NONAME ?SetProtocolList@H323PeerElementDescriptor@@SAXAAVH501_ArrayOf_SupportedProtocols@@I@Z @18129 NONAME ?SetQ931Fields@H323SignalPDU@@QAEXABVH323Connection@@HIIHH@Z @12347 NONAME ?setq@H261Encoder@@QAEXH@Z @8781 NONAME ?SetQualityLevel@P64Encoder@@QAEXH@Z @13367 NONAME ?setquantizers@H261Encoder@@IAEXHHH@Z @8782 NONAME ?SetRawCodec@OpalIxJDevice@@UAEHI@Z @9333 NONAME ?SetRawCodec@OpalLineInterfaceDevice@@UAEHI@Z @9334 NONAME ?SetRawCodec@OpalVoipBlasterDevice@@UAEHI@Z @13731 NONAME ?SetReadCodec@OpalLineInterfaceDevice@@UAEHIW4PayloadTypes@RTP_DataFrame@@@Z @8784 NONAME ?SetReadFormat@OpalIxJDevice@@UAEHIABVOpalMediaFormat@@@Z @9456 NONAME ?SetReadFormat@OpalVoipBlasterDevice@@UAEHIABVOpalMediaFormat@@@Z @13732 NONAME ?SetReadFrameSize@OpalIxJDevice@@UAEHIH@Z @9240 NONAME ?SetReadFrameSize@OpalLineInterfaceDevice@@UAEHIH@Z @8786 NONAME ?SetReadFrameSize@OpalVoipBlasterDevice@@UAEHIH@Z @13733 NONAME ?SetRecordVolume@OpalIxJDevice@@UAEHII@Z @8789 NONAME ?SetRecordVolume@OpalLineInterfaceDevice@@UAEHII@Z @8790 NONAME ?SetRecordVolume@OpalVoipBlasterDevice@@UAEHII@Z @13734 NONAME ?SetRedirectingNumber@Q931@@QAEXABVPString@@IIHHH@Z @13295 NONAME ?SetRejectReason@H323GatekeeperARQ@@UAEXI@Z @14161 NONAME ?SetRejectReason@H323GatekeeperBRQ@@UAEXI@Z @14162 NONAME ?SetRejectReason@H323GatekeeperDRQ@@UAEXI@Z @14163 NONAME ?SetRejectReason@H323GatekeeperGRQ@@UAEXI@Z @14164 NONAME ?SetRejectReason@H323GatekeeperIRR@@UAEXI@Z @14272 NONAME ?SetRejectReason@H323GatekeeperLRQ@@UAEXI@Z @14165 NONAME ?SetRejectReason@H323GatekeeperRRQ@@UAEXI@Z @14166 NONAME ?SetRejectReason@H323GatekeeperURQ@@UAEXI@Z @14167 NONAME ?SetRejectReason@H501AccessRequest@@UAEXI@Z @18464 NONAME ?SetRejectReason@H501DescriptorUpdate@@UAEXI@Z @18465 NONAME ?SetRejectReason@H501ServiceRequest@@UAEXI@Z @18466 NONAME ?SetRemotCallWaiting@H323Connection@@QAEXI@Z @30566 NONAME ?SetRemoteAddress@H323TransportTCP@@UAEHABVH323TransportAddress@@@Z @8792 NONAME ?SetRemoteAddress@H323TransportUDP@@UAEHABVH323TransportAddress@@@Z @8793 NONAME ?SetRemoteApplication@H323Connection@@QAEXABVH225_EndpointType@@@Z @8892 NONAME ?SetRemoteId@H235Authenticator@@UAEXABVPString@@@Z @32932 NONAME ?SetRemotePartyInfo@H323Connection@@QAEXABVH323SignalPDU@@@Z @8986 NONAME ?SetRemoteSocketInfo@RTP_UDP@@QAEHVAddress@PIPSocket@@GH@Z @8795 NONAME ?SetRemoteVersions@H323Connection@@IAEXABVH225_ProtocolIdentifier@@@Z @14283 NONAME ?SetRemoveDTMF@OpalIxJDevice@@UAEHIH@Z @8796 NONAME ?SetRemoveDTMF@OpalLineInterfaceDevice@@UAEHIH@Z @8797 NONAME ?SetRemoveDTMF@OpalVoipBlasterDevice@@UAEHIH@Z @13735 NONAME ?SetRtpIpPorts@H323EndPoint@@QAEXII@Z @14012 NONAME ?SetRxStatisticsInterval@RTP_Session@@QAEXI@Z @14013 NONAME ?SetSendUserInputMode@H323Connection@@QAEXW4SendUserInputModes@1@@Z @13770 NONAME ?SetSequenceNumber@RTP_DataFrame@@QAEXG@Z @30568 NONAME ?SetSignalInfo@Q931@@QAEXW4SignalInfo@1@@Z @9002 NONAME ?SetSilenceDetectionMode@H323AudioCodec@@QAEXW4SilenceDetectionMode@1@IIII@Z @8799 NONAME ?SetSize@Encoder@@QAEXHH@Z @30569 NONAME ?SetSize@H261DCTEncoder@@UAEXHH@Z @8801 NONAME ?SetSize@H261Encoder@@MAEXHH@Z @8802 NONAME ?SetSize@H261PixelEncoder@@UAEXHH@Z @8803 NONAME ?SetSize@H323CapabilitiesSet@@UAEHH@Z @9052 NONAME ?SetSize@H323SimultaneousCapabilities@@UAEHH@Z @8805 NONAME ?SetSize@P64Encoder@@QAEXHH@Z @8807 NONAME ?SetSize@Pre_Vid_Coder@@IAEXHH@Z @8808 NONAME ?SetSize@VideoFrame@@QAEXHH@Z @9393 NONAME ?SetSoundChannelBufferDepth@H323EndPoint@@QAEXI@Z @9154 NONAME ?SetSoundChannelPlayDevice@H323EndPoint@@UAEHABVPString@@@Z @8810 NONAME ?SetSoundChannelPlayDriver@H323EndPoint@@UAEHABVPString@@@Z @32710 NONAME ?SetSoundChannelRecordDevice@H323EndPoint@@UAEHABVPString@@@Z @8811 NONAME ?SetSoundChannelRecordDriver@H323EndPoint@@UAEHABVPString@@@Z @32711 NONAME ?SetSTUNServer@H323EndPoint@@QAEXABVPString@@@Z @16777 NONAME ?SetSyncSource@RTP_DataFrame@@QAEXK@Z @30570 NONAME ?SetTargetFrameTimeMs@H323VideoCodec@@UAEHI@Z @16714 NONAME ?SetTCPPorts@H323EndPoint@@QAEXII@Z @14014 NONAME ?SetTimestamp@RTP_DataFrame@@QAEXK@Z @30571 NONAME ?SetTimestampGracePeriod@H235Authenticator@@UAEXH@Z @33001 NONAME ?SetToneFilter@OpalLineInterfaceDevice@@UAEHIW4CallProgressTones@1@ABVPString@@@Z @12770 NONAME ?SetToneFilterParameters@OpalIxJDevice@@UAEHIW4CallProgressTones@OpalLineInterfaceDevice@@IIHPBI1@Z @12771 NONAME ?SetToneFilterParameters@OpalLineInterfaceDevice@@UAEHIW4CallProgressTones@1@IIHPBI1@Z @12772 NONAME ?SetToolName@RTP_Session@@QAEXABVPString@@@Z @15142 NONAME ?SetTransport@H323Transactor@@QAEHABVH323TransportAddress@@@Z @18294 NONAME ?SetTransport@OpalT38Protocol@@QAEXPAVH323Transport@@H@Z @13982 NONAME ?SetTxFramesInPacket@H323AudioCapability@@UAEXI@Z @8812 NONAME ?SetTxFramesInPacket@H323Capability@@UAEXI@Z @8813 NONAME ?SetTxMaxQuality@H323PluginVideoCodec@@UAEXH@Z @30572 NONAME ?SetTxMaxQuality@H323VideoCodec@@UAEXH@Z @16715 NONAME ?SetTxMaxQuality@H323_H261Codec@@UAEXH@Z @16716 NONAME ?SetTxMaxQuality@H323_RFC2190_H263Codec@@UAEXH@Z @33751 NONAME ?SetTxMinQuality@H323PluginVideoCodec@@UAEXH@Z @30573 NONAME ?SetTxMinQuality@H323VideoCodec@@UAEXH@Z @16717 NONAME ?SetTxMinQuality@H323_H261Codec@@UAEXH@Z @16718 NONAME ?SetTxMinQuality@H323_RFC2190_H263Codec@@UAEXH@Z @33752 NONAME ?SetTxQualityLevel@H323AudioCodec@@UAEXH@Z @33298 NONAME ?SetTxQualityLevel@H323PluginFramedAudioCodec@@UAEXH@Z @33299 NONAME ?SetTxQualityLevel@H323PluginVideoCodec@@UAEXH@Z @30574 NONAME ?SetTxQualityLevel@H323StreamedPluginAudioCodec@@UAEXH@Z @33300 NONAME ?SetTxQualityLevel@H323VideoCodec@@UAEXH@Z @9187 NONAME ?SetTxQualityLevel@H323_H261Codec@@UAEXH@Z @13368 NONAME ?SetTxQualityLevel@H323_RFC2190_H263Codec@@UAEXH@Z @33753 NONAME ?SetTxStatisticsInterval@RTP_Session@@QAEXI@Z @14015 NONAME ?SetUDPPorts@H323EndPoint@@QAEXII@Z @14277 NONAME ?SetUpCallSignalAddresses@H323Transactor@@IAEHAAVH225_ArrayOf_TransportAddress@@@Z @17728 NONAME ?SetupGatekeeperRequest@H323Gatekeeper@@IAEIAAVH323RasPDU@@@Z @13322 NONAME ?SetupTransfer@H323EndPoint@@UAEPAVH323Connection@@ABVPString@@00AAV3@PAX@Z @13644 NONAME ?SetUpTransportPDU@H323ListenerTCP@@UAEHAAVH245_TransportAddress@@ABVH323Transport@@@Z @14704 NONAME ?SetUpTransportPDU@H323Transport@@UBEXAAVH225_TransportAddress@@H@Z @8815 NONAME ?SetUpTransportPDU@H323Transport@@UBEXAAVH245_TransportAddress@@I@Z @8816 NONAME ?SetUpTransportPDU@H323TransportIP@@UBEXAAVH225_TransportAddress@@H@Z @8817 NONAME ?SetUpTransportPDU@H323TransportIP@@UBEXAAVH245_TransportAddress@@I@Z @8818 NONAME ?SetUsageInfo@H323GatekeeperCall@@IAEXABVH225_RasUsageInformation@@@Z @15075 NONAME ?SetUserData@RTP_Session@@QAEXPAVRTP_UserData@@@Z @8819 NONAME ?SetUUIEsRequested@H323Connection@@QAEXI@Z @30575 NONAME ?SetVAD@OpalIxJDevice@@UAEHIH@Z @9349 NONAME ?SetVAD@OpalLineInterfaceDevice@@UAEHIH@Z @9350 NONAME ?SetVAD@OpalVoipBlasterDevice@@UAEHIH@Z @13736 NONAME ?SetValue@PASN_BMPString@@QAEXABV1@@Z @30576 NONAME ?SetValue@PASN_BMPString@@QAEXABV?$PScalarArray@G@@@Z @30577 NONAME ?SetValue@PASN_BMPString@@QAEXABVPString@@@Z @18962 NONAME ?SetValue@PASN_BMPString@@QAEXPBD@Z @18963 NONAME ?SetValue@PASN_Boolean@@QAEXH@Z @30578 NONAME ?SetValue@PASN_ConstrainedString@@QAEXABVPString@@@Z @30579 NONAME ?SetValue@PASN_ConstrainedString@@QAEXPBD@Z @30580 NONAME ?SetValue@PASN_Enumeration@@QAEXI@Z @30581 NONAME ?SetValue@PASN_Integer@@QAEXI@Z @30582 NONAME ?SetValue@PASN_OctetString@@QAEXABVPBYTEArray@@@Z @30583 NONAME ?SetValue@PASN_OctetString@@QAEXABVPString@@@Z @30584 NONAME ?SetValue@PASN_OctetString@@QAEXPBD@Z @30585 NONAME ?SetVendorIdentifierInfo@H323EndPoint@@UBEXAAVH225_VendorIdentifier@@@Z @8820 NONAME ?SetVideoMode@H323_RFC2190_H263Codec@@UAEXI@Z @33754 NONAME ?SetWinkDuration@OpalIxJDevice@@UAEHII@Z @18733 NONAME ?SetWinkDuration@OpalLineInterfaceDevice@@UAEHII@Z @18728 NONAME ?SetWriteCodec@OpalLineInterfaceDevice@@UAEHIW4PayloadTypes@RTP_DataFrame@@@Z @8824 NONAME ?SetWriteFormat@OpalIxJDevice@@UAEHIABVOpalMediaFormat@@@Z @9458 NONAME ?SetWriteFormat@OpalVoipBlasterDevice@@UAEHIABVOpalMediaFormat@@@Z @13737 NONAME ?SetWriteFrameSize@OpalIxJDevice@@UAEHIH@Z @9241 NONAME ?SetWriteFrameSize@OpalLineInterfaceDevice@@UAEHIH@Z @8826 NONAME ?SetWriteFrameSize@OpalVoipBlasterDevice@@UAEHIH@Z @13738 NONAME ?ShouldClearCallOnRoundTripFail@H323EndPoint@@QBEHXZ @30586 NONAME ?Signal@H323ConnectionsCleaner@@QAEXXZ @30590 NONAME ?size@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@QBEIXZ @32933 NONAME ?size@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QBEIXZ @32273 NONAME ?size@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEIXZ @32934 NONAME ?size@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEIXZ @32037 NONAME ?size@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEIXZ @32635 NONAME ?size@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEIXZ @32038 NONAME ?size@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEIXZ @32039 NONAME ?SlowHandler@H323Transaction@@MAEXAAVPThread@@H@Z @18467 NONAME ?Start@H245NegMasterSlaveDetermination@@QAEHH@Z @9550 NONAME ?Start@H245NegTerminalCapabilitySet@@QAEHHH@Z @11001 NONAME ?Start@H323BidirectionalChannel@@UAEHXZ @9274 NONAME ?Start@H323UnidirectionalChannel@@UAEHXZ @9275 NONAME ?Start@H323_ExternalRTPChannel@@UAEHXZ @13612 NONAME ?StartChannel@H323Transactor@@UAEHXZ @18225 NONAME ?StartciTimer@H45011Handler@@QAEXVPTimeInterval@@@Z @14372 NONAME ?StartControlChannel@H323Connection@@UAEHABVH225_TransportAddress@@@Z @8835 NONAME ?StartControlChannel@H323Connection@@UAEHXZ @13375 NONAME ?StartControlChannel@H323Transport@@UAEXAAVH323Connection@@@Z @9289 NONAME ?StartControlNegotiations@H323Connection@@UAEHH@Z @32967 NONAME ?StartctTimer@H4502Handler@@QAEXVPTimeInterval@@@Z @13645 NONAME ?StartDiscovery@H323Gatekeeper@@IAEHABVH323TransportAddress@@@Z @9242 NONAME ?StartListener@H323EndPoint@@QAEHABVH323TransportAddress@@@Z @9282 NONAME ?StartListener@H323EndPoint@@QAEHPAVH323Listener@@@Z @8837 NONAME ?StartListeners@H323EndPoint@@QAEHABVH323TransportAddressArray@@@Z @14758 NONAME ?StartRequest@H245NegRequestMode@@UAEHABVH245_ArrayOf_ModeDescription@@@Z @13577 NONAME ?StartRequest@H245NegRequestMode@@UAEHABVPString@@@Z @13578 NONAME ?StartRequest@H245NegRoundTripDelay@@QAEHXZ @8839 NONAME ?StartRoundTripDelay@H323Connection@@QAEXXZ @8840 NONAME ?StatusHandler@OpalVoipBlasterDevice@@UAEXAAVPThread@@H@Z @13739 NONAME ?Stop@H245NegMasterSlaveDetermination@@QAEXXZ @9166 NONAME ?Stop@H245NegTerminalCapabilitySet@@QAEXXZ @9167 NONAME ?StopAudio@OpalLineInterfaceDevice@@UAEHI@Z @17964 NONAME ?StopChannel@H323Transactor@@UAEXXZ @18669 NONAME ?StopciTimer@H45011Handler@@QAEXXZ @14373 NONAME ?StopctTimer@H4502Handler@@QAEXXZ @13646 NONAME ?StopRawCodec@OpalIxJDevice@@UAEHI@Z @9335 NONAME ?StopRawCodec@OpalLineInterfaceDevice@@UAEHI@Z @9336 NONAME ?StopRawCodec@OpalVoipBlasterDevice@@UAEHI@Z @13740 NONAME ?StopReadCodec@OpalIxJDevice@@UAEHI@Z @8843 NONAME ?StopReadCodec@OpalLineInterfaceDevice@@UAEHI@Z @8844 NONAME ?StopReadCodec@OpalVoipBlasterDevice@@UAEHI@Z @13741 NONAME ?StopTone@OpalIxJDevice@@UAEHI@Z @8846 NONAME ?StopTone@OpalLineInterfaceDevice@@UAEHI@Z @8847 NONAME ?StopTone@OpalVoipBlasterDevice@@UAEHI@Z @13742 NONAME ?StopWriteCodec@OpalIxJDevice@@UAEHI@Z @8848 NONAME ?StopWriteCodec@OpalLineInterfaceDevice@@UAEHI@Z @8849 NONAME ?StopWriteCodec@OpalVoipBlasterDevice@@UAEHI@Z @13743 NONAME ?Store@H263Packet@@QAEXPAXH0H@Z @33755 NONAME ?StoreOnePacket@Transmitter@@QAEXPAUpktbuf@1@@Z @8851 NONAME ?SubTypeNames@H323_UserInputCapability@@2QBQBDB @13772 NONAME ?suppress@Pre_Vid_Coder@@IAEXPBE@Z @8852 NONAME ?swap@FullP64Decoder@@IAEXXZ @8853 NONAME ?SwapChannel@H323Codec@@UAEPAVPChannel@@PAV2@H@Z @18964 NONAME ?SwapHoldMediaChannels@H323Connection@@AAEPAVPChannel@@PAV2@@Z @13647 NONAME ?sync@FullP64Decoder@@MAEXXZ @8854 NONAME ?sync@P64Decoder@@UAEXXZ @8855 NONAME ?TickleMonitor@H323Gatekeeper@@MAEXAAVPTimer@@H@Z @14223 NONAME ?TickleMonitor@H323PeerElement@@MAEXAAVPTimer@@H@Z @17732 NONAME ?TransferCall@H323Connection@@QAEXABVPString@@0@Z @13906 NONAME ?TransferCall@H323EndPoint@@QAEXABVPString@@00@Z @13907 NONAME ?TransferCall@H4502Handler@@QAEXABVPString@@0@Z @13908 NONAME ?TranslateAliasAddress@H323GatekeeperCall@@UAEHABVH225_AliasAddress@@AAVH225_ArrayOf_AliasAddress@@AAVH323TransportAddress@@AAH@Z @32318 NONAME ?TranslateAliasAddress@H323GatekeeperServer@@UAEHABVH225_AliasAddress@@AAVH225_ArrayOf_AliasAddress@@AAVH323TransportAddress@@AAHPAVH323GatekeeperCall@@@Z @32971 NONAME ?TranslateAliasAddressToSignalAddress@H323GatekeeperServer@@UAEHABVH225_AliasAddress@@AAVH323TransportAddress@@@Z @12930 NONAME ?TranslateTCPAddress@H323EndPoint@@UAEXAAVAddress@PIPSocket@@ABV23@@Z @9363 NONAME ?Transmit@H323_ExternalRTPChannel@@UAEXXZ @13613 NONAME ?Transmit@H323_RTPChannel@@UAEXXZ @8857 NONAME ?Transmit@H323_T120Channel@@UAEXXZ @12757 NONAME ?Transmit@H323_T38Channel@@UAEXXZ @12760 NONAME ?TransmitEnded@OpalRFC2833@@MAEXAAVPTimer@@H@Z @13823 NONAME ?TransmitPacket@OpalRFC2833@@MAEXAAVRTP_DataFrame@@H@Z @13824 NONAME ?TryLock@H323Connection@@QAEHXZ @13404 NONAME ?uLawConverter@@3V?$Worker@VPWAVFileConverterULaw@@@?$PFactory@VPWAVFileConverter@@I@@A @32274 NONAME ?Unlock@H323Connection@@QAEXXZ @13239 NONAME ?Unregister@?$PFactory@VOpalMediaFormat@@VPString@@@@SAXABVPString@@@Z @33195 NONAME ?Unregister@H323RegisteredEndPoint@@UAEHH@Z @14942 NONAME ?UnregisterAll@?$PFactory@VH323Capability@@VPString@@@@SAXXZ @32040 NONAME ?UnregisterAll@?$PFactory@VOpalMediaFormat@@VPString@@@@SAXXZ @32041 NONAME ?UnregisterAll_Internal@?$PFactory@VH323Capability@@VPString@@@@IAEXXZ @32042 NONAME ?UnregisterAll_Internal@?$PFactory@VOpalMediaFormat@@VPString@@@@IAEXXZ @32043 NONAME ?UnregisterCodecs@H323PluginCodecManager@@IAEXIPAX@Z @30629 NONAME ?Unregister_Internal@?$PFactory@VOpalMediaFormat@@VPString@@@@IAEXABVPString@@@Z @33196 NONAME ?UnregistrationRequest@H323Gatekeeper@@QAEHH@Z @8858 NONAME ?UnregistrationRequest@H323GatekeeperListener@@QAEHABVH323RegisteredEndPoint@@I@Z @14943 NONAME ?UpdateAllDescriptors@H323PeerElement@@MAEXAAVPThread@@H@Z @18280 NONAME ?UpdateDescriptor@H323PeerElement@@QAEHPAVH323PeerElementDescriptor@@@Z @18281 NONAME ?UpdateDescriptor@H323PeerElement@@QAEHPAVH323PeerElementDescriptor@@W4Choices@H501_UpdateInformation_updateType@@@Z @18282 NONAME ?upper_bound@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAE?AViterator@12@ABVPString@@@Z @33197 NONAME ?UseBandwidth@H323Connection@@QAEHIH@Z @8859 NONAME ?UseGatekeeper@H323EndPoint@@QAEHABVPString@@00@Z @14944 NONAME ?UseGkAndEpIdentifiers@H235Authenticator@@UBEHXZ @13282 NONAME ?UseGkAndEpIdentifiers@H235AuthProcedure1@@UBEHXZ @13283 NONAME ?UseSession@H323Connection@@UAEPAVRTP_Session@@IABVH245_TransportAddress@@W4Directions@H323Channel@@PAVRTP_QOS@@@Z @18965 NONAME ?UseSession@RTP_SessionManager@@QAEPAVRTP_Session@@I@Z @8861 NONAME ?Validate@H323TransactionPDU@@QBE?AW4ValidationResult@H235Authenticator@@ABVPASN_Array@@I0I@Z @30598 NONAME ?Validate@H323TransportAddress@@IAEXXZ @8862 NONAME ?ValidateClearToken@H235AuthCAT@@UAE?AW4ValidationResult@H235Authenticator@@ABVH235_ClearToken@@@Z @16753 NONAME ?ValidateClearToken@H235Authenticator@@UAE?AW4ValidationResult@1@ABVH235_ClearToken@@@Z @16754 NONAME ?ValidateCryptoToken@H235Authenticator@@UAE?AW4ValidationResult@1@ABVH225_CryptoH323Token@@ABVPBYTEArray@@@Z @16755 NONAME ?ValidateCryptoToken@H235AuthProcedure1@@UAE?AW4ValidationResult@H235Authenticator@@ABVH225_CryptoH323Token@@ABVPBYTEArray@@@Z @16756 NONAME ?ValidateCryptoToken@H235AuthSimpleMD5@@UAE?AW4ValidationResult@H235Authenticator@@ABVH225_CryptoH323Token@@ABVPBYTEArray@@@Z @16757 NONAME ?ValidatePDU@H235Authenticators@@QBE?AW4ValidationResult@H235Authenticator@@ABVH323TransactionPDU@@ABVPASN_Array@@I1IABVPBYTEArray@@@Z @18468 NONAME ?ValidatePDU@H323GatekeeperARQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @16759 NONAME ?ValidatePDU@H323GatekeeperBRQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @16760 NONAME ?ValidatePDU@H323GatekeeperDRQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @16761 NONAME ?ValidatePDU@H323GatekeeperGRQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @16762 NONAME ?ValidatePDU@H323GatekeeperIRR@@UBE?AW4ValidationResult@H235Authenticator@@XZ @16763 NONAME ?ValidatePDU@H323GatekeeperLRQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @16764 NONAME ?ValidatePDU@H323GatekeeperRRQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @16765 NONAME ?ValidatePDU@H323GatekeeperURQ@@UBE?AW4ValidationResult@H235Authenticator@@XZ @16766 NONAME ?ValidatePDU@H501Transaction@@UBE?AW4ValidationResult@H235Authenticator@@XZ @18469 NONAME ?ValidateTokens@H235Authenticator@@UAE?AW4ValidationResult@1@ABVPASN_Array@@0ABVPBYTEArray@@@Z @18470 NONAME ?WaitForTone@OpalLineInterfaceDevice@@UAEHIW4CallProgressTones@1@I@Z @8863 NONAME ?WaitForToneDetect@OpalLineInterfaceDevice@@UAEIII@Z @9325 NONAME ?width@P64Decoder@@QBEHXZ @30600 NONAME ?Write@G7231_File_Codec@@UAEHPBEIABVRTP_DataFrame@@AAI@Z @14682 NONAME ?Write@H323FramedAudioCodec@@UAEHPBEIABVRTP_DataFrame@@AAI@Z @8865 NONAME ?Write@H323PluginVideoCodec@@UAEHPBEIABVRTP_DataFrame@@AAI@Z @30601 NONAME ?Write@H323SignalPDU@@QAEHAAVH323Transport@@@Z @8867 NONAME ?Write@H323TransactionPDU@@UAEHAAVH323Transport@@@Z @17734 NONAME ?Write@H323_H261Codec@@UAEHPBEIABVRTP_DataFrame@@AAI@Z @8868 NONAME ?Write@H323_LIDCodec@@UAEHPBEIABVRTP_DataFrame@@AAI@Z @8869 NONAME ?Write@H323_RFC2190_H263Codec@@UAEHPBEIABVRTP_DataFrame@@AAI@Z @33756 NONAME ?Write@OpalLineChannel@@UAEHPBXH@Z @8870 NONAME ?Write@PWAVFileConverterXLaw@@UAEHAAVPWAVFile@@PBXH@Z @32275 NONAME ?Write@T120ConnectPDU@@QAEHAAVH323Transport@@@Z @13867 NONAME ?Write@T120_X224@@QAEHAAVH323Transport@@@Z @13868 NONAME ?WriteBlock@OpalLineInterfaceDevice@@UAEHIPBXH@Z @9292 NONAME ?WriteCommand@VoipBlasterInterface@@QAEHW4Command@1@@Z @13744 NONAME ?WriteControl@RTP_UDP@@UAEHAAVRTP_ControlFrame@@@Z @8871 NONAME ?WriteControlPDU@H323Connection@@QAEHABVH323ControlPDU@@@Z @8872 NONAME ?WriteData@OpalT38Protocol@@UAEHIIABVPBYTEArray@@@Z @16529 NONAME ?WriteData@RTP_UDP@@UAEHAAVRTP_DataFrame@@@Z @8873 NONAME ?WriteData@VoipBlasterInterface@@QAEHPBXH@Z @13745 NONAME ?WriteFacilityPDU@H450ServiceAPDU@@QAEHAAVH323Connection@@@Z @13236 NONAME ?WriteFrame@OpalIxJDevice@@UAEHIPBXHAAH@Z @9331 NONAME ?WriteFrame@OpalVoipBlasterDevice@@UAEHIPBXHAAH@Z @13746 NONAME ?WriteIndicator@OpalT38Protocol@@UAEHI@Z @16530 NONAME ?WriteMultipleData@OpalT38Protocol@@UAEHIHPAIPBVPBYTEArray@@@Z @16531 NONAME ?WriteNextCompound@RTP_ControlFrame@@QAEHXZ @14278 NONAME ?WritePacket@OpalT38Protocol@@UAEHABVT38_IFPPacket@@@Z @16532 NONAME ?WritePDU@H323GatekeeperRequest@@UAEHAAVH323TransactionPDU@@@Z @18471 NONAME ?WritePDU@H323Transaction@@UAEHAAVH323TransactionPDU@@@Z @18472 NONAME ?WritePDU@H323Transactor@@UAEHAAVH323TransactionPDU@@@Z @18226 NONAME ?WritePDU@H323TransportTCP@@UAEHABVPBYTEArray@@@Z @8877 NONAME ?WritePDU@H323TransportUDP@@UAEHABVPBYTEArray@@@Z @8878 NONAME ?WritePipe@VoipBlasterInterface@@IAEHPAXPBXK@Z @13747 NONAME ?WriteRaw@H323Codec@@QAEHPAXH@Z @13835 NONAME ?WriteSignalPDU@H323Connection@@QAEHAAVH323SignalPDU@@@Z @8879 NONAME ?WriteTo@H323Transactor@@UAEHAAVH323TransactionPDU@@ABVH323TransportAddressArray@@H@Z @18227 NONAME ?_Buy@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@IAE_NI@Z @32935 NONAME ?_Buynode@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@PAU342@00ABU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@D@Z @32276 NONAME ?_Buynode@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@XZ @32277 NONAME ?_Buynode@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@00ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@D@Z @32936 NONAME ?_Buynode@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @32937 NONAME ?_Buynode@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@00ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@D@Z @32044 NONAME ?_Buynode@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @32045 NONAME ?_Buynode@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @32046 NONAME ?_Buynode@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@00ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@D@Z @32636 NONAME ?_Buynode@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @32637 NONAME ?_Buynode@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@00ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@D@Z @32047 NONAME ?_Buynode@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @32048 NONAME ?_Buynode@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@00ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@2@D@Z @32049 NONAME ?_Color@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@KAAADPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@@Z @32278 NONAME ?_Color@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAADPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32938 NONAME ?_Color@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAADPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32050 NONAME ?_Color@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAADPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32051 NONAME ?_Color@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAADPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32638 NONAME ?_Color@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAADPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32052 NONAME ?_Dec@const_iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAEXXZ @32279 NONAME ?_Dec@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @32939 NONAME ?_Dec@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @32053 NONAME ?_Dec@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @32639 NONAME ?_Dec@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @32054 NONAME ?_Dec@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @32055 NONAME ?_Destroy@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@IAEXPAULookupRecord@@0@Z @32940 NONAME ?_Erase@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@@Z @32280 NONAME ?_Erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32941 NONAME ?_Erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32056 NONAME ?_Erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32057 NONAME ?_Erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32640 NONAME ?_Erase@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32058 NONAME ?_Inc@const_iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QAEXXZ @32281 NONAME ?_Inc@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @32942 NONAME ?_Inc@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @32059 NONAME ?_Inc@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @32060 NONAME ?_Inc@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @32641 NONAME ?_Inc@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QAEXXZ @32061 NONAME ?_Init@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAEXXZ @32282 NONAME ?_Init@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXXZ @32943 NONAME ?_Init@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXXZ @32062 NONAME ?_Init@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXXZ @32063 NONAME ?_Init@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXXZ @32642 NONAME ?_Init@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXXZ @32064 NONAME ?_Insert@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAE?AViterator@12@_NPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@ABU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@Z @32283 NONAME ?_Insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE?AViterator@12@_NPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@@Z @32944 NONAME ?_Insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE?AViterator@12@_NPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@@Z @32065 NONAME ?_Insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE?AViterator@12@_NPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@@Z @32643 NONAME ?_Insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE?AViterator@12@_NPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@@Z @32066 NONAME ?_Insert@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAE?AViterator@12@_NPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@std@@@5@$0A@@std@@@2@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VPPluginModuleManager@@VPString@@@@@2@@Z @32067 NONAME ?_Insert_n@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@IAEXViterator@12@IABULookupRecord@@@Z @32945 NONAME ?_Isnil@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@KAAADPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@@Z @32284 NONAME ?_Isnil@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAADPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32946 NONAME ?_Isnil@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAADPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32068 NONAME ?_Isnil@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAADPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32069 NONAME ?_Isnil@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAADPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32644 NONAME ?_Isnil@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAADPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32070 NONAME ?_Key@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@KAABIPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@@Z @32285 NONAME ?_Key@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAABVPString@@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32947 NONAME ?_Key@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAABVPString@@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32071 NONAME ?_Key@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAABVPString@@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32072 NONAME ?_Key@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAABVPString@@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32645 NONAME ?_Key@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAABVPString@@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32073 NONAME ?_Kfn@?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@SAABIABU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@@Z @32286 NONAME ?_Kfn@?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@SAABVPString@@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@@Z @32948 NONAME ?_Kfn@?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@SAABVPString@@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@@Z @32074 NONAME ?_Kfn@?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@SAABVPString@@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@2@@Z @32075 NONAME ?_Kfn@?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@SAABVPString@@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@@Z @32646 NONAME ?_Kfn@?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@SAABVPString@@ABU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@@Z @32076 NONAME ?_Lbound@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@ABI@Z @32287 NONAME ?_Lbound@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@ABVPString@@@Z @32949 NONAME ?_Lbound@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@ABVPString@@@Z @32077 NONAME ?_Lbound@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@ABVPString@@@Z @32078 NONAME ?_Lbound@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@ABVPString@@@Z @32647 NONAME ?_Lbound@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@ABVPString@@@Z @32079 NONAME ?_Left@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@PAU342@@Z @32288 NONAME ?_Left@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @32950 NONAME ?_Left@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @32080 NONAME ?_Left@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @32081 NONAME ?_Left@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @32648 NONAME ?_Left@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @32082 NONAME ?_Lmost@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@XZ @32289 NONAME ?_Lmost@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @32951 NONAME ?_Lmost@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @32083 NONAME ?_Lmost@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @32084 NONAME ?_Lmost@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @32649 NONAME ?_Lmost@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @32085 NONAME ?_Lrotate@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@@Z @32290 NONAME ?_Lrotate@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32952 NONAME ?_Lrotate@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32086 NONAME ?_Lrotate@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32087 NONAME ?_Lrotate@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32650 NONAME ?_Lrotate@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32088 NONAME ?_Max@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@KAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@PAU342@@Z @32291 NONAME ?_Max@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @32953 NONAME ?_Max@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @32089 NONAME ?_Max@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @32090 NONAME ?_Max@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @32651 NONAME ?_Max@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @32091 NONAME ?_Min@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@KAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@PAU342@@Z @32292 NONAME ?_Min@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @32954 NONAME ?_Min@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @32092 NONAME ?_Min@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @32093 NONAME ?_Min@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @32652 NONAME ?_Min@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @32094 NONAME ?_Mynode@const_iterator@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@QBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@3@XZ @32293 NONAME ?_Mynode@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@3@XZ @32955 NONAME ?_Mynode@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@3@XZ @32095 NONAME ?_Mynode@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@3@XZ @32096 NONAME ?_Mynode@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@3@XZ @32653 NONAME ?_Mynode@const_iterator@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@QBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@3@XZ @32097 NONAME ?_Myval@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@KAAAU?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@2@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@@Z @32294 NONAME ?_Myval@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@2@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32956 NONAME ?_Myval@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@2@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32098 NONAME ?_Myval@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@2@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32099 NONAME ?_Myval@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@2@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32654 NONAME ?_Myval@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAU?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@2@PAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32100 NONAME ?_Parent@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@PAU342@@Z @32295 NONAME ?_Parent@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @32957 NONAME ?_Parent@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @32101 NONAME ?_Parent@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @32102 NONAME ?_Parent@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @32655 NONAME ?_Parent@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @32103 NONAME ?_Right@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@PAU342@@Z @32296 NONAME ?_Right@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @32958 NONAME ?_Right@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @32104 NONAME ?_Right@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @32105 NONAME ?_Right@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @32656 NONAME ?_Right@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@KAAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@PAU342@@Z @32106 NONAME ?_Rmost@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@XZ @32297 NONAME ?_Rmost@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @32959 NONAME ?_Rmost@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @32107 NONAME ?_Rmost@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @32108 NONAME ?_Rmost@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @32657 NONAME ?_Rmost@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @32109 NONAME ?_Root@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@XZ @32298 NONAME ?_Root@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IBEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@XZ @32299 NONAME ?_Root@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @32960 NONAME ?_Root@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IBEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @32961 NONAME ?_Root@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @32110 NONAME ?_Root@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IBEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @32111 NONAME ?_Root@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @32112 NONAME ?_Root@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IBEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @32113 NONAME ?_Root@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @32658 NONAME ?_Root@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IBEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @32659 NONAME ?_Root@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @32114 NONAME ?_Root@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IBEAAPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@XZ @32115 NONAME ?_Rrotate@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@2@@Z @32300 NONAME ?_Rrotate@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32962 NONAME ?_Rrotate@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32116 NONAME ?_Rrotate@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32117 NONAME ?_Rrotate@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32660 NONAME ?_Rrotate@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@@Z @32118 NONAME ?_Tidy@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@IAEXXZ @32963 NONAME ?_Tidy@?$_Tree@V?$_Tmap_traits@IPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIPAVWorkerBase@?$PFactory@VPWAVFileConverter@@I@@@std@@@4@$0A@@std@@@std@@IAEXXZ @32301 NONAME ?_Tidy@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH235Authenticator@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXXZ @32964 NONAME ?_Tidy@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323Capability@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXXZ @32119 NONAME ?_Tidy@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VH323StaticPluginCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXXZ @32120 NONAME ?_Tidy@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalFactoryCodec@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXXZ @32661 NONAME ?_Tidy@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IAEXXZ @32121 NONAME ?_Ubound@?$_Tree@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@std@@IBEPAU_Node@?$_Tree_nod@V?$_Tmap_traits@VPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@U?$less@VPString@@@std@@V?$allocator@U?$pair@$$CBVPString@@PAVWorkerBase@?$PFactory@VOpalMediaFormat@@VPString@@@@@std@@@5@$0A@@std@@@2@ABVPString@@@Z @33198 NONAME ?_Ufill@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@IAEPAULookupRecord@@PAU3@IABU3@@Z @32965 NONAME ?_Xlen@?$vector@ULookupRecord@@V?$allocator@ULookupRecord@@@std@@@std@@IBEXXZ @32966 NONAME openh323_v1_18_0/src/Private.def0100644000176200056700000004167307667775040016546 0ustar releasepostincrLIBRARY OpenH323 EXPORTS ;Must tell MergeSym that these symbols are not to be exported _alaw2linear @12522 NONAME ;_alaw2linear _alaw2ulaw @12523 NONAME ;_alaw2ulaw _dct_basis @12524 NONAME ;_dct_basis _gsm_A @12525 NONAME ;_gsm_A _gsm_abs @12526 NONAME ;_gsm_abs _gsm_add @12527 NONAME ;_gsm_add _gsm_asl @12528 NONAME ;_gsm_asl _gsm_asr @12529 NONAME ;_gsm_asr _gsm_B @12530 NONAME ;_gsm_B _Gsm_Coder @12531 NONAME ;_Gsm_Coder _gsm_create @12532 NONAME ;_gsm_create _gsm_decode @12533 NONAME ;_gsm_decode _Gsm_Decoder @12534 NONAME ;_Gsm_Decoder _gsm_destroy @12535 NONAME ;_gsm_destroy _gsm_div @12536 NONAME ;_gsm_div _gsm_DLB @12537 NONAME ;_gsm_DLB _gsm_encode @12538 NONAME ;_gsm_encode _gsm_FAC @12539 NONAME ;_gsm_FAC _gsm_H @12540 NONAME ;_gsm_H _gsm_INVA @12541 NONAME ;_gsm_INVA _Gsm_Long_Term_Predictor @12542 NONAME ;_Gsm_Long_Term_Predictor _Gsm_Long_Term_Synthesis_Filtering @12543 NONAME ;_Gsm_Long_Term_Synthesis_Filtering _Gsm_LPC_Analysis @12544 NONAME ;_Gsm_LPC_Analysis _gsm_L_add @12545 NONAME ;_gsm_L_add _gsm_L_asl @12546 NONAME ;_gsm_L_asl _gsm_L_asr @12547 NONAME ;_gsm_L_asr _gsm_L_mult @12548 NONAME ;_gsm_L_mult _gsm_L_sub @12549 NONAME ;_gsm_L_sub _gsm_MAC @12550 NONAME ;_gsm_MAC _gsm_MIC @12551 NONAME ;_gsm_MIC _gsm_mult @12552 NONAME ;_gsm_mult _gsm_mult_r @12553 NONAME ;_gsm_mult_r _gsm_norm @12554 NONAME ;_gsm_norm _gsm_NRFAC @12555 NONAME ;_gsm_NRFAC _Gsm_Preprocess @12556 NONAME ;_Gsm_Preprocess _gsm_QLB @12557 NONAME ;_gsm_QLB _Gsm_RPE_Decoding @12558 NONAME ;_Gsm_RPE_Decoding _Gsm_RPE_Encoding @12559 NONAME ;_Gsm_RPE_Encoding _Gsm_Short_Term_Analysis_Filter @12560 NONAME ;_Gsm_Short_Term_Analysis_Filter _Gsm_Short_Term_Synthesis_Filter @12561 NONAME ;_Gsm_Short_Term_Synthesis_Filter _gsm_sub @12562 NONAME ;_gsm_sub _gsm_option @9999 NONAME ;_gsm_option _htd_cbp @12563 NONAME ;_htd_cbp _htd_cbp_width @12564 NONAME ;_htd_cbp_width _htd_dvm @12565 NONAME ;_htd_dvm _htd_dvm_width @12566 NONAME ;_htd_dvm_width _htd_mba @12567 NONAME ;_htd_mba _htd_mba_width @12568 NONAME ;_htd_mba_width _htd_mtype @12569 NONAME ;_htd_mtype _htd_mtype_width @12570 NONAME ;_htd_mtype_width _htd_tcoeff @12571 NONAME ;_htd_tcoeff _htd_tcoeff_width @12572 NONAME ;_htd_tcoeff_width _hte_mba @12573 NONAME ;_hte_mba _hte_tc @12574 NONAME ;_hte_tc _linear2alaw @12575 NONAME ;_linear2alaw _linear2ulaw @12576 NONAME ;_linear2ulaw _multab @12577 NONAME ;_multab _ulaw2alaw @12578 NONAME ;_ulaw2alaw _ulaw2linear @12579 NONAME ;_ulaw2linear _analys_ @17289 NONAME ;_analys_ _bsynz_ @17290 NONAME ;_bsynz_ _chanrd_ @17291 NONAME ;_chanrd_ _chanwr_ @17292 NONAME ;_chanwr_ _chanwr_0_ @17293 NONAME ;_chanwr_0_ _create_lpc10_decoder_state @17294 NONAME ;_create_lpc10_decoder_state _create_lpc10_encoder_state @17295 NONAME ;_create_lpc10_encoder_state _dcbias_ @17296 NONAME ;_dcbias_ _decode_ @17297 NONAME ;_decode_ _deemp_ @17298 NONAME ;_deemp_ _difmag_ @17299 NONAME ;_difmag_ _dyptrk_ @17300 NONAME ;_dyptrk_ _encode_ @17301 NONAME ;_encode_ _energy_ @17302 NONAME ;_energy_ _ham84_ @17303 NONAME ;_ham84_ _hp100_ @17304 NONAME ;_hp100_ _init_lpc10_decoder_state @17305 NONAME ;_init_lpc10_decoder_state _init_lpc10_encoder_state @17306 NONAME ;_init_lpc10_encoder_state _invert_ @17307 NONAME ;_invert_ _irc2pc_ @17308 NONAME ;_irc2pc_ _ivfilt_ @17309 NONAME ;_ivfilt_ _i_nint @17310 NONAME ;_i_nint _lpc10_decode @17311 NONAME ;_lpc10_decode _lpc10_encode @17312 NONAME ;_lpc10_encode _lpcini_ @17313 NONAME ;_lpcini_ _lpfilt_ @17314 NONAME ;_lpfilt_ _median_ @17315 NONAME ;_median_ _mload_ @17316 NONAME ;_mload_ _onset_ @17317 NONAME ;_onset_ _pitsyn_ @17318 NONAME ;_pitsyn_ _placea_ @17319 NONAME ;_placea_ _placev_ @17320 NONAME ;_placev_ _pow_ii @17321 NONAME ;_pow_ii _preemp_ @17322 NONAME ;_preemp_ _prepro_ @17323 NONAME ;_prepro_ _random_ @17324 NONAME ;_random_ _rcchk_ @17325 NONAME ;_rcchk_ _r_sign @17326 NONAME ;_r_sign _synths_ @17327 NONAME ;_synths_ _tbdm_ @17328 NONAME ;_tbdm_ _voicin_ @17329 NONAME ;_voicin_ _vparms_ @17330 NONAME ;_vparms_ __a2u @17332 NONAME ;__a2u __u2a @17342 NONAME ;__u2a _GUID_CLASS_VOIP_BLASTER @29775 NONAME ;_GUID_CLASS_VOIP_BLASTER _g726_16_decoder @30161 NONAME ;_g726_16_decoder _g726_16_encoder @30162 NONAME ;_g726_16_encoder _g726_24_decoder @30163 NONAME ;_g726_24_decoder _g726_24_encoder @30164 NONAME ;_g726_24_encoder _g726_32_decoder @30165 NONAME ;_g726_32_decoder _g726_32_encoder @30166 NONAME ;_g726_32_encoder _g726_40_decoder @30167 NONAME ;_g726_40_decoder _g726_40_encoder @30168 NONAME ;_g726_40_encoder _g726_init_state @30169 NONAME ;_g726_init_state _predictor_pole @30170 NONAME ;_predictor_pole _predictor_zero @30171 NONAME ;_predictor_zero _quantize @30172 NONAME ;_quantize _reconstruct @30173 NONAME ;_reconstruct _step_size @30174 NONAME ;_step_size _tandem_adjust_alaw @30175 NONAME ;_tandem_adjust_alaw _tandem_adjust_ulaw @30176 NONAME ;_tandem_adjust_ulaw _update @30177 NONAME ;_update _speex_autocorr @21290 NONAME ;_autocorr _be_int @21291 NONAME ;_be_int _be_short @21292 NONAME ;_be_short _bw_lpc @21293 NONAME ;_bw_lpc _cdbk_nb @21294 NONAME ;_cdbk_nb _cdbk_nb_high1 @21295 NONAME ;_cdbk_nb_high1 _cdbk_nb_high2 @21296 NONAME ;_cdbk_nb_high2 _cdbk_nb_low1 @21297 NONAME ;_cdbk_nb_low1 _cdbk_nb_low2 @21298 NONAME ;_cdbk_nb_low2 _cheb_poly_eva @21299 NONAME ;_cheb_poly_eva _comb_filter @21300 NONAME ;_comb_filter _enh_lpc @21301 NONAME ;_enh_lpc _exc_10_16_table @21302 NONAME ;_exc_10_16_table _exc_10_32_table @21303 NONAME ;_exc_10_32_table _exc_5_256_table @21304 NONAME ;_exc_5_256_table _exc_5_64_table @21305 NONAME ;_exc_5_64_table _exc_8_128_table @21306 NONAME ;_exc_8_128_table _exc_gain_quant_scal1 @21307 NONAME ;_exc_gain_quant_scal1 _exc_gain_quant_scal3 @21308 NONAME ;_exc_gain_quant_scal3 _filter_mem2 @21309 NONAME ;_filter_mem2 _fir_mem @21310 NONAME ;_fir_mem _fir_mem2 @21311 NONAME ;_fir_mem2 _forced_pitch_quant @21312 NONAME ;_forced_pitch_quant _forced_pitch_unquant @21313 NONAME ;_forced_pitch_unquant _gain_cdbk_lbr @21314 NONAME ;_gain_cdbk_lbr _gain_cdbk_nb @21315 NONAME ;_gain_cdbk_nb _hexc_10_32_table @21316 NONAME ;_hexc_10_32_table _hexc_table @21317 NONAME ;_hexc_table _high_lsp_cdbk @21318 NONAME ;_high_lsp_cdbk _high_lsp_cdbk2 @21319 NONAME ;_high_lsp_cdbk2 _iir_mem2 @21320 NONAME ;_iir_mem2 _le_int @21321 NONAME ;_le_int _le_short @21322 NONAME ;_le_short _lpc_to_lsp @21323 NONAME ;_lpc_to_lsp _lsp_enforce_margin @21324 NONAME ;_lsp_enforce_margin _lsp_quant_high @21325 NONAME ;_lsp_quant_high _lsp_quant_lbr @21326 NONAME ;_lsp_quant_lbr _lsp_quant_nb @21327 NONAME ;_lsp_quant_nb _lsp_to_lpc @21328 NONAME ;_lsp_to_lpc _lsp_unquant_high @21329 NONAME ;_lsp_unquant_high _lsp_unquant_lbr @21330 NONAME ;_lsp_unquant_lbr _lsp_unquant_nb @21331 NONAME ;_lsp_unquant_nb _nb_decode @21332 NONAME ;_nb_decode _nb_decoder_ctl @21333 NONAME ;_nb_decoder_ctl _nb_decoder_destroy @21334 NONAME ;_nb_decoder_destroy _nb_decoder_init @21335 NONAME ;_nb_decoder_init _nb_encode @21336 NONAME ;_nb_encode _nb_encoder_ctl @21337 NONAME ;_nb_encoder_ctl _nb_encoder_destroy @21338 NONAME ;_nb_encoder_destroy _nb_encoder_init @21339 NONAME ;_nb_encoder_init _noise_codebook_quant @21340 NONAME ;_noise_codebook_quant _noise_codebook_unquant @21341 NONAME ;_noise_codebook_unquant _open_loop_nbest_pitch @21342 NONAME ;_open_loop_nbest_pitch _pitch_gain_search_3tap @21343 NONAME ;_pitch_gain_search_3tap _pitch_search_3tap @21344 NONAME ;_pitch_search_3tap _pitch_unquant_3tap @21345 NONAME ;_pitch_unquant_3tap _pole_zero_mem @21346 NONAME ;_pole_zero_mem _print_vec @21347 NONAME ;_print_vec _residue @21348 NONAME ;_residue _residue_mem @21349 NONAME ;_residue_mem _residue_zero @21350 NONAME ;_residue_zero _sb_decode @21351 NONAME ;_sb_decode _sb_decoder_ctl @21352 NONAME ;_sb_decoder_ctl _sb_decoder_destroy @21353 NONAME ;_sb_decoder_destroy _sb_decoder_init @21354 NONAME ;_sb_decoder_init _sb_encode @21355 NONAME ;_sb_encode _sb_encoder_ctl @21356 NONAME ;_sb_encoder_ctl _sb_encoder_destroy @21357 NONAME ;_sb_encoder_destroy _sb_encoder_init @21358 NONAME ;_sb_encoder_init _speex_alloc @21359 NONAME ;_speex_alloc _speex_bits_advance @21360 NONAME ;_speex_bits_advance _speex_bits_destroy @21361 NONAME ;_speex_bits_destroy _speex_bits_flush @21362 NONAME ;_speex_bits_flush _speex_bits_init @21363 NONAME ;_speex_bits_init _speex_bits_init_buffer @21364 NONAME ;_speex_bits_init_buffer _speex_bits_nbytes @21365 NONAME ;_speex_bits_nbytes _speex_bits_pack @21366 NONAME ;_speex_bits_pack _speex_bits_peek @21367 NONAME ;_speex_bits_peek _speex_bits_peek_unsigned @21368 NONAME ;_speex_bits_peek_unsigned _speex_bits_read_from @21369 NONAME ;_speex_bits_read_from _speex_bits_read_whole_bytes @21370 NONAME ;_speex_bits_read_whole_bytes _speex_bits_reset @21371 NONAME ;_speex_bits_reset _speex_bits_rewind @21372 NONAME ;_speex_bits_rewind _speex_bits_unpack_signed @21373 NONAME ;_speex_bits_unpack_signed _speex_bits_unpack_unsigned @21374 NONAME ;_speex_bits_unpack_unsigned _speex_bits_write @21375 NONAME ;_speex_bits_write _speex_bits_write_whole_bytes @21376 NONAME ;_speex_bits_write_whole_bytes _speex_decode @21377 NONAME ;_speex_decode _speex_decoder_ctl @21378 NONAME ;_speex_decoder_ctl _speex_decoder_destroy @21379 NONAME ;_speex_decoder_destroy _speex_decoder_init @21380 NONAME ;_speex_decoder_init _speex_default_user_handler @21381 NONAME ;_speex_default_user_handler _speex_encode @21382 NONAME ;_speex_encode _speex_encoder_ctl @21383 NONAME ;_speex_encoder_ctl _speex_encoder_destroy @21384 NONAME ;_speex_encoder_destroy _speex_encoder_init @21385 NONAME ;_speex_encoder_init _speex_free @21386 NONAME ;_speex_free _speex_header_to_packet @21387 NONAME ;_speex_header_to_packet _speex_inband_handler @21388 NONAME ;_speex_inband_handler _speex_init_header @21389 NONAME ;_speex_init_header _speex_mode_list @21390 NONAME ;_speex_mode_list _speex_mode_query @21391 NONAME ;_speex_mode_query _speex_move @21392 NONAME ;_speex_move _speex_nb_mode @21393 NONAME ;_speex_nb_mode _speex_packet_to_header @21394 NONAME ;_speex_packet_to_header _speex_std_char_handler @21395 NONAME ;_speex_std_char_handler _speex_std_enh_request_handler @21396 NONAME ;_speex_std_enh_request_handler _speex_std_high_mode_request_handler @21397 NONAME ;_speex_std_high_mode_request_handler _speex_std_low_mode_request_handler @21398 NONAME ;_speex_std_low_mode_request_handler _speex_std_mode_request_handler @21399 NONAME ;_speex_std_mode_request_handler _speex_std_vbr_quality_request_handler @21400 NONAME ;_speex_std_vbr_quality_request_handler _speex_std_vbr_request_handler @21401 NONAME ;_speex_std_vbr_request_handler _speex_wb_mode @21402 NONAME ;_speex_wb_mode _split_cb_nogain_unquant @21403 NONAME ;_split_cb_nogain_unquant _split_cb_search_nogain @21404 NONAME ;_split_cb_search_nogain _split_cb_search_shape_sign @21405 NONAME ;_split_cb_search_shape_sign _split_cb_shape_sign_unquant @21406 NONAME ;_split_cb_shape_sign_unquant _speex_syn_filt @21407 NONAME ;_syn_filt _syn_filt_mem @21408 NONAME ;_syn_filt_mem _syn_filt_zero @21409 NONAME ;_syn_filt_zero _syn_percep_zero @21410 NONAME ;_syn_percep_zero _comp_filter_mem_init @23935 NONAME ;_comp_filter_mem_init _vbr_analysis @21411 NONAME ;_vbr_analysis _vbr_destroy @21412 NONAME ;_vbr_destroy _vbr_init @21413 NONAME ;_vbr_init _vbr_hb_thresh @23936 NONAME ;_vbr_hb_thresh _vbr_nb_thresh @23937 NONAME ;_vbr_nb_thresh _vbr_uhb_thresh @23938 NONAME ;_vbr_uhb_thresh _vq_index @21414 NONAME ;_vq_index _vq_nbest @21415 NONAME ;_vq_nbest _wld @21416 NONAME ;_wld _fir_mem_up @31694 NONAME ;_fir_mem_up _qmf_decomp @31695 NONAME ;_qmf_decomp _residue_percep_zero @31696 NONAME ;_residue_percep_zero _speex_uwb_mode @31697 NONAME ;_speex_uwb_mode _vq_nbest_sign @31698 NONAME ;_vq_nbest_sign __spx_autocorr @31699 NONAME ;__spx_autocorr _a2u @31767 NONAME ;_a2u _u2a @31768 NONAME ;_u2a _exc_20_32_table @25920 NONAME ;_exc_20_32_table _speex_bits_remaining @25921 NONAME ;_speex_bits_remaining _speex_error @25922 NONAME ;_speex_error _speex_rand @25923 NONAME ;_speex_rand _speex_rand_vec @25924 NONAME ;_speex_rand_vec _speex_realloc @25925 NONAME ;_speex_realloc _speex_warning @25926 NONAME ;_speex_warning _speex_warning_int @25927 NONAME ;_speex_warning_int __speex_putc @25928 NONAME ;__speex_putc _a2lsf @38170 NONAME ;_a2lsf _AbsQuantW @38171 NONAME ;_AbsQuantW _AllPoleFilter @38172 NONAME ;_AllPoleFilter _AllZeroFilter @38173 NONAME ;_AllZeroFilter _anaFilter @38174 NONAME ;_anaFilter _bwexpand @38175 NONAME ;_bwexpand _cbfiltersTbl @38176 NONAME ;_cbfiltersTbl _compCorr @38177 NONAME ;_compCorr _createAugmentedVec @38178 NONAME ;_createAugmentedVec _Decode @38179 NONAME ;_Decode _DecoderInterpolateLSF @38180 NONAME ;_DecoderInterpolateLSF _dim_lsfCbTbl @38181 NONAME ;_dim_lsfCbTbl _dopack @38182 NONAME ;_dopack _doThePLC @38183 NONAME ;_doThePLC _DownSample @38184 NONAME ;_DownSample _enhancer @38185 NONAME ;_enhancer _enhancerInterface @38186 NONAME ;_enhancerInterface _enh_plocsTbl @38187 NONAME ;_enh_plocsTbl _enh_upsample @38188 NONAME ;_enh_upsample _filteredCBvecs @38189 NONAME ;_filteredCBvecs _FrameClassify @38190 NONAME ;_FrameClassify _gaindequant @38191 NONAME ;_gaindequant _gainquant @38192 NONAME ;_gainquant _gain_sq3Tbl @38193 NONAME ;_gain_sq3Tbl _gain_sq4Tbl @38194 NONAME ;_gain_sq4Tbl _gain_sq5Tbl @38195 NONAME ;_gain_sq5Tbl _getCBvec @38196 NONAME ;_getCBvec _getsseq @38197 NONAME ;_getsseq _hpInput @38198 NONAME ;_hpInput _hpi_pole_coefsTbl @38199 NONAME ;_hpi_pole_coefsTbl _hpi_zero_coefsTbl @38200 NONAME ;_hpi_zero_coefsTbl _hpOutput @38201 NONAME ;_hpOutput _hpo_pole_coefsTbl @38202 NONAME ;_hpo_pole_coefsTbl _hpo_zero_coefsTbl @38203 NONAME ;_hpo_zero_coefsTbl _iCBConstruct @38204 NONAME ;_iCBConstruct _iCBSearch @38205 NONAME ;_iCBSearch _iLBC_autocorr @38206 NONAME ;_iLBC_autocorr _iLBC_decode @38207 NONAME ;_iLBC_decode _iLBC_encode @38208 NONAME ;_iLBC_encode _index_conv_dec @38209 NONAME ;_index_conv_dec _index_conv_enc @38210 NONAME ;_index_conv_enc _initDecode @38211 NONAME ;_initDecode _initEncode @38212 NONAME ;_initEncode _interpolate @38213 NONAME ;_interpolate _levdurb @38214 NONAME ;_levdurb _LPCencode @38215 NONAME ;_LPCencode _lpc_asymwinTbl @38216 NONAME ;_lpc_asymwinTbl _lpc_lagwinTbl @38217 NONAME ;_lpc_lagwinTbl _lpc_winTbl @38218 NONAME ;_lpc_winTbl _lpFilt_coefsTbl @38219 NONAME ;_lpFilt_coefsTbl _lsf2a @38220 NONAME ;_lsf2a _lsfCbTbl @38221 NONAME ;_lsfCbTbl _LSFinterpolate2a_dec @38222 NONAME ;_LSFinterpolate2a_dec _LSFinterpolate2a_enc @38223 NONAME ;_LSFinterpolate2a_enc _lsfmeanTbl @38224 NONAME ;_lsfmeanTbl _LSF_check @38225 NONAME ;_LSF_check _lsf_weightTbl_20ms @38226 NONAME ;_lsf_weightTbl_20ms _lsf_weightTbl_30ms @38227 NONAME ;_lsf_weightTbl_30ms _memLfTbl @38228 NONAME ;_memLfTbl _mycorr1 @38229 NONAME ;_mycorr1 _NearestNeighbor @38230 NONAME ;_NearestNeighbor _packcombine @38231 NONAME ;_packcombine _packsplit @38232 NONAME ;_packsplit _polyphaserTbl @38233 NONAME ;_polyphaserTbl _refiner @38234 NONAME ;_refiner _searchAugmentedCB @38235 NONAME ;_searchAugmentedCB _search_rangeTbl @38236 NONAME ;_search_rangeTbl _SimpleAnalysis @38237 NONAME ;_SimpleAnalysis _SimpleInterpolateLSF @38238 NONAME ;_SimpleInterpolateLSF _SimplelsfDEQ @38239 NONAME ;_SimplelsfDEQ _SimplelsfQ @38240 NONAME ;_SimplelsfQ _size_lsfCbTbl @38241 NONAME ;_size_lsfCbTbl _smath @38242 NONAME ;_smath _sort_sq @38243 NONAME ;_sort_sq _SplitVQ @38244 NONAME ;_SplitVQ _StateConstructW @38245 NONAME ;_StateConstructW _StateSearchW @38246 NONAME ;_StateSearchW _state_frgqTbl @38247 NONAME ;_state_frgqTbl _state_sq3Tbl @38248 NONAME ;_state_sq3Tbl _stMemLTbl @38249 NONAME ;_stMemLTbl _syntFilter @38250 NONAME ;_syntFilter _ULP_20msTbl @38251 NONAME ;_ULP_20msTbl _ULP_30msTbl @38252 NONAME ;_ULP_30msTbl _unpack @38253 NONAME ;_unpack _vq @38254 NONAME ;_vq _window @38255 NONAME ;_window _xCorrCoef @38256 NONAME ;_xCorrCoef _ZeroPoleFilter @38257 NONAME ;_ZeroPoleFilter openh323_v1_18_0/src/channels.cxx0100644000176200056700000017445710255733522016764 0ustar releasepostincr/* * channels.cxx * * H.323 protocol handler * * Open H323 Library * * Copyright (c) 1998-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Portions of this code were written with the assisance of funding from * Vovida Networks, Inc. http://www.vovida.com. * * Contributor(s): ______________________________________. * * $Log: channels.cxx,v $ * Revision 1.146 2005/06/21 06:44:34 csoutheren * Added assert for capabilities that do not have codecs * * Revision 1.145 2005/01/03 06:25:54 csoutheren * Added extensive support for disabling code modules at compile time * * Revision 1.144 2004/07/27 05:28:45 csoutheren * Added ability to set priority of channel threads * * Revision 1.143 2004/07/17 03:10:06 rjongbloed * Fixed possible endless loop in RTP receive thread, thanks Gustavo García Bernardo * * Revision 1.142 2004/07/14 01:03:20 csoutheren * Ensure payload type is set before codec Read function is called * * Revision 1.141 2004/07/07 03:53:45 csoutheren * Fixed non-faststart comptibility problem with Cisco gateways. Apparently, they do not return a session ID in the OLCack in non-fastStart mode but they do in fastStart mode (who'da - guessed that !) * * Revision 1.140 2004/07/03 06:51:37 rjongbloed * Added PTRACE_PARAM() macro to fix warnings on parameters used in PTRACE * macros only. * * Revision 1.139 2004/07/03 05:47:54 rjongbloed * Added virtual function for determining RTP payload type used in an H.323 channel, * also some added bullet proofing for exception conditions, thanks Guilhem Tardy * * Revision 1.138 2004/05/23 12:03:04 rjongbloed * Fix problem with crashing on debug if change log level in mid call, thanks Ben Lear * * Revision 1.137 2004/04/03 08:28:06 csoutheren * Remove pseudo-RTTI and replaced with real RTTI * * Revision 1.136 2003/02/10 05:36:13 robertj * Fixed returning mediaControlChannel address in preference to mediaChannel * address as Cisco's just feed your own address back at you. * * Revision 1.135 2002/12/18 11:20:49 craigs * Fixed problem with T.38 channels SEGVing thanks to Vyacheslav Frolov * * Revision 1.134 2002/12/17 08:48:09 robertj * Set silence suppression mode earlier in codec life so gets correct * value for silenceSuppression in fast start OLC's. * * Revision 1.133 2002/12/16 08:20:04 robertj * Fixed problem where a spurious RTP packet full of zeros could be sent * at the beginning of the transmission, thanks Bruce Fitzsimons * * Revision 1.132 2002/11/26 02:59:25 robertj * Added logging to help find logical channel thread stop failures. * * Revision 1.131 2002/10/31 00:37:47 robertj * Enhanced jitter buffer system so operates dynamically between minimum and * maximum values. Altered API to assure app writers note the change! * * Revision 1.130 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.129 2002/06/28 03:34:28 robertj * Fixed issues with address translation on gatekeeper RAS channel. * * Revision 1.128 2002/06/25 08:30:12 robertj * Changes to differentiate between stright G.723.1 and G.723.1 Annex A using * the OLC dataType silenceSuppression field so does not send SID frames * to receiver codecs that do not understand them. * * Revision 1.127 2002/06/24 00:07:31 robertj * Fixed bandwidth usage being exactly opposite (adding when it should * be subtracting), thanks Saswat Praharaj. * * Revision 1.126 2002/05/23 04:53:57 robertj * Added function to remove a filter from logical channel. * * Revision 1.125 2002/05/10 05:47:15 robertj * Added session ID to the data logical channel class. * * Revision 1.124 2002/05/07 23:49:11 robertj * Fixed incorrect setting of session ID in data channel OLC, caused an * incorrect optional field to be included, thanks Ulrich Findeisen. * * Revision 1.123 2002/05/03 00:07:24 robertj * Fixed missing setting of isRunning flag in external RTP channels. * * Revision 1.122 2002/05/02 07:56:27 robertj * Added automatic clearing of call if no media (RTP data) is transferred in a * configurable (default 5 minutes) amount of time. * * Revision 1.121 2002/05/02 06:28:53 robertj * Fixed problem with external RTP channels not fast starting. * * Revision 1.120 2002/04/17 05:56:05 robertj * Added trace output of H323Channel::Direction enum. * * Revision 1.119 2002/02/25 08:42:26 robertj * Fixed comments on the real time requirements of the codec. * * Revision 1.118 2002/02/19 06:15:20 robertj * Allowed for RTP filter functions to force output of packet, or prevent it * from being sent overriding the n frames per packet algorithm. * * Revision 1.117 2002/02/09 04:39:05 robertj * Changes to allow T.38 logical channels to use single transport which is * now owned by the OpalT38Protocol object instead of H323Channel. * * Revision 1.116 2002/02/05 08:13:02 robertj * Added ability to not have addresses when external RTP channel created. * * Revision 1.115 2002/02/04 06:04:19 robertj * Fixed correct exit on terminating transmit channel, thanks Norwood Systems. * * Revision 1.114 2002/01/27 10:49:51 rogerh * Catch a division by zero case in a PTRACE() * * Revision 1.113 2002/01/24 03:33:07 robertj * Fixed payload type being incorrect for audio after sending RFC2833 packet. * * Revision 1.112 2002/01/22 22:48:25 robertj * Fixed RFC2833 support (transmitter) requiring large rewrite * * Revision 1.111 2002/01/22 07:08:26 robertj * Added IllegalPayloadType enum as need marker for none set * and MaxPayloadType is a legal value. * * Revision 1.110 2002/01/22 06:05:03 robertj * Added ability for RTP payload type to be overridden at capability level. * * Revision 1.109 2002/01/17 07:05:03 robertj * Added support for RFC2833 embedded DTMF in the RTP stream. * * Revision 1.108 2002/01/17 00:10:37 robertj * Fixed double copy of rtpPayloadType in RTP channel, caused much confusion. * * Revision 1.107 2002/01/14 05:18:44 robertj * Fixed typo on external RTP channel constructor. * * Revision 1.106 2002/01/10 05:13:54 robertj * Added support for external RTP stacks, thanks NuMind Software Systems. * * Revision 1.105 2002/01/09 06:05:55 robertj * Rearranged transmitter timestamp calculation to allow for a codec that has * variable number of timestamp units per call to Read(). * * Revision 1.104 2001/12/22 01:50:47 robertj * Fixed bug in data channel (T.38) negotiations, using wrong PDU subclass. * Fixed using correct port number in data channel (T.38) negotiations. * Improved trace logging. * * Revision 1.103 2001/11/28 00:09:14 dereks * Additional information in PTRACE output. * * Revision 1.102 2001/11/09 05:39:54 craigs * Added initial T.38 support thanks to Adam Lazur * * Revision 1.101 2001/10/24 00:55:49 robertj * Made cosmetic changes to H.245 miscellaneous command function. * * Revision 1.100 2001/10/23 02:17:16 dereks * Initial release of cu30 video codec. * * Revision 1.99 2001/09/13 08:20:27 robertj * Fixed broken back out of rev 1.95, thanks Santiago Garcia Mantinan * * Revision 1.98 2001/09/11 00:21:23 robertj * Fixed missing stack sizes in endpoint for cleaner thread and jitter thread. * * Revision 1.97 2001/08/28 09:28:28 robertj * Backed out change in revision 1.95, not compatible with G.711 * * Revision 1.96 2001/08/16 06:34:42 robertj * Plugged memory leak if using trace level 5. * * Revision 1.95 2001/08/10 01:34:41 robertj * Fixed problem with incorrect timestamp if codec returns more than one * frame in read, thanks Lee Kirchhoff. * * Revision 1.94 2001/08/06 05:36:00 robertj * Fixed GNU warnings. * * Revision 1.93 2001/08/06 03:08:56 robertj * Fission of h323.h to h323ep.h & h323con.h, h323.h now just includes files. * * Revision 1.92 2001/07/24 02:26:44 robertj * Added start for handling reverse channels. * * Revision 1.91 2001/07/17 04:44:31 robertj * Partial implementation of T.120 and T.38 logical channels. * * Revision 1.90 2001/07/12 07:28:41 yurik * WinCE fix: Sleep(0) in Main to get system chance to digest * * Revision 1.89 2001/06/15 07:20:35 robertj * Moved OnClosedLogicalChannel() to be after channels threads halted. * * Revision 1.88 2001/06/02 01:35:32 robertj * Added thread names. * * Revision 1.87 2001/05/31 06:29:48 robertj * Changed trace of RTP mismatch so only displays for first n packets then * does not dump messages any more. Was exactly the opposite. * * Revision 1.86 2001/04/20 02:32:07 robertj * Improved logging of bandwith, used more intuitive units. * * Revision 1.85 2001/04/02 04:12:53 robertj * Fixed trace output from packet transmit timing. * * Revision 1.84 2001/03/23 05:38:30 robertj * Added PTRACE_IF to output trace if a conditional is TRUE. * * Revision 1.83 2001/02/09 05:13:55 craigs * Added pragma implementation to (hopefully) reduce the executable image size * under Linux * * Revision 1.82 2001/02/07 05:04:45 robertj * Improved codec read analysis debug output. * * Revision 1.81 2001/02/06 07:40:46 robertj * Added debugging for timing of codec read. * * Revision 1.80 2001/01/25 07:27:16 robertj * Major changes to add more flexible OpalMediaFormat class to normalise * all information about media types, especially codecs. * * Revision 1.79 2000/12/20 00:50:42 robertj * Fixed MSVC compatibility issues (No trace). * * Revision 1.78 2000/12/19 22:33:44 dereks * Adjust so that the video channel is used for reading/writing raw video * data, which better modularizes the video codec. * * Revision 1.77 2000/12/17 22:45:36 robertj * Set media stream threads to highest unprivileged priority. * * Revision 1.76 2000/11/24 10:52:50 robertj * Modified the ReadFrame/WriteFrame functions to allow for variable length codecs. * Added support for G.729 annex B packetisation scheme in RTP. * Fixed bug in fast started G.711 codec not working in one direction. * * Revision 1.75 2000/10/24 00:00:09 robertj * Improved memory hogging hash function for logical channels. * * Revision 1.74 2000/10/19 04:05:01 robertj * Added compare function for logical channel numbers, thanks Yuriy Ershov. * * Revision 1.73 2000/09/23 06:54:44 robertj * Prevented call of OnClose call back if channel was never opened. * * Revision 1.72 2000/09/22 01:35:49 robertj * Added support for handling LID's that only do symmetric codecs. * * Revision 1.71 2000/09/22 00:32:33 craigs * Added extra logging * Fixed problems with no fastConnect with tunelling * * Revision 1.70 2000/09/20 01:50:21 craigs * Added ability to set jitter buffer on a per-connection basis * * Revision 1.69 2000/09/14 23:03:45 robertj * Increased timeout on asserting because of driver lockup * * Revision 1.68 2000/08/31 08:15:40 robertj * Added support for dynamic RTP payload types in H.245 OpenLogicalChannel negotiations. * * Revision 1.67 2000/08/30 06:33:01 craigs * Add fix to ignore small runs of consectuive mismatched payload types * * Revision 1.66 2000/08/25 01:10:28 robertj * Added assert if various thrads ever fail to terminate. * * Revision 1.65 2000/08/21 02:50:28 robertj * Fixed race condition if close call just as slow start media channels are opening. * * Revision 1.64 2000/07/14 14:04:49 robertj * Clarified a debug message. * * Revision 1.63 2000/07/14 12:47:36 robertj * Added clarification to some logging messags. * * Revision 1.62 2000/07/13 16:05:47 robertj * Removed time critical priority as it can totally slag a Win98 system. * Fixed trace message displaying mismatched codecs in RTP packet around the wrong way. * * Revision 1.61 2000/07/11 11:15:52 robertj * Fixed bug when terminating RTP receiver and not also terminating transmitter. * * Revision 1.60 2000/06/23 02:04:01 robertj * Increased the priority of the media channels, only relevent for Win32 at this time. * * Revision 1.59 2000/06/15 01:46:15 robertj * Added channel pause (aka mute) functions. * * Revision 1.58 2000/05/18 12:10:50 robertj * Removed all Sleep() calls in codec as timing innacuracies make it unusable. All * codec implementations must thus have timing built into them, usually using I/O. * * Revision 1.57 2000/05/11 23:54:25 craigs * Fixed the Windows fix with another Linux fix. But it worked OK on the Alpha! * * Revision 1.56 2000/05/11 09:56:46 robertj * Win32 compatibility and addition of some extra debugging on codec timing. * * Revision 1.55 2000/05/11 02:27:18 robertj * Added "fail safe" timer sleep on codec writes when on output of jitter buffer. * * Revision 1.54 2000/05/04 11:52:34 robertj * Added Packets Too Late statistics, requiring major rearrangement of jitter * buffer code, not also changes semantics of codec Write() function slightly. * * Revision 1.53 2000/05/02 04:32:26 robertj * Fixed copyright notice comment. * * Revision 1.52 2000/05/01 01:01:49 robertj * Added flag for what to do with out of orer packets (use if jitter, don't if not). * * Revision 1.51 2000/04/28 13:01:44 robertj * Fixed problem with adjusting tx/rx frame counts in capabilities during fast start. * * Revision 1.50 2000/04/10 19:45:49 robertj * Changed RTP data receive tp be more forgiving, will process packet even if payload type is wrong. * * Revision 1.49 2000/03/31 20:04:28 robertj * Fixed log message for start/end of transmitted talk burst. * * Revision 1.48 2000/03/29 04:36:38 robertj * Improved some trace logging messages. * * Revision 1.47 2000/03/22 01:31:36 robertj * Fixed transmitter loop so codec can return multiple frames (crash in G.711 mode) * * Revision 1.46 2000/03/21 03:58:00 robertj * Fixed stuffed up RTP transmit loop after previous change. * * Revision 1.45 2000/03/21 03:06:49 robertj * Changes to make RTP TX of exact numbers of frames in some codecs. * * Revision 1.44 2000/03/20 20:59:28 robertj * Fixed possible buffer overrun problem in RTP_DataFrames * * Revision 1.43 2000/02/24 00:34:25 robertj * Fixed possible endless loop on channel abort, thanks Yura Ershov * * Revision 1.42 2000/02/04 05:11:19 craigs * Updated for new Makefiles and for new video transmission code * * Revision 1.41 2000/01/13 04:03:45 robertj * Added video transmission * * Revision 1.40 2000/01/08 06:52:10 robertj * Removed invalid assert * * Revision 1.39 1999/12/23 23:02:35 robertj * File reorganision for separating RTP from H.323 and creation of LID for VPB support. * * Revision 1.38 1999/11/22 01:37:31 robertj * Fixed channel closure so OnClosedLogicalChannel() only called if channel was actually started. * * Revision 1.37 1999/11/20 05:35:26 robertj * Extra debugging * * Revision 1.36 1999/11/20 00:53:47 robertj * Fixed ability to have variable sized frames in single RTP packet under G.723.1 * * Revision 1.35 1999/11/19 09:06:25 robertj * Changed to close down logical channel if get a transmit codec error. * * Revision 1.34 1999/11/11 23:28:46 robertj * Added first cut silence detection algorithm. * * Revision 1.33 1999/11/06 11:01:37 robertj * Extra debugging. * * Revision 1.32 1999/11/06 05:37:44 robertj * Complete rewrite of termination of connection to avoid numerous race conditions. * * Revision 1.31 1999/11/01 00:47:46 robertj * Added close of logical channel on write error * * Revision 1.30 1999/10/30 12:38:24 robertj * Added more tracing of channel threads. * * Revision 1.29 1999/10/08 09:59:03 robertj * Rewrite of capability for sending multiple audio frames * * Revision 1.28 1999/10/08 04:58:37 robertj * Added capability for sending multiple audio frames in single RTP packet * * Revision 1.27 1999/09/23 07:25:12 robertj * Added open audio and video function to connection and started multi-frame codec send functionality. * * Revision 1.26 1999/09/21 14:09:02 robertj * Removed warnings when no tracing enabled. * * Revision 1.25 1999/09/18 13:24:38 craigs * Added ability to disable jitter buffer * Added ability to access entire RTP packet in codec Write * * Revision 1.24 1999/09/08 04:05:48 robertj * Added support for video capabilities & codec, still needs the actual codec itself! * * Revision 1.23 1999/09/03 02:17:50 robertj * Added more debugging * * Revision 1.22 1999/08/31 12:34:18 robertj * Added gatekeeper support. * * Revision 1.21 1999/07/16 15:02:51 robertj * Changed jitter buffer to throw away old packets if jitter exceeded. * * Revision 1.20 1999/07/16 00:51:03 robertj * Some more debugging of fast start. * * Revision 1.19 1999/07/15 14:45:35 robertj * Added propagation of codec open error to shut down logical channel. * Fixed control channel start up bug introduced with tunnelling. * * Revision 1.18 1999/07/15 09:04:31 robertj * Fixed some fast start bugs * * Revision 1.17 1999/07/14 06:04:04 robertj * Fixed setting of channel number in fast start. * * Revision 1.16 1999/07/13 09:53:24 robertj * Fixed some problems with jitter buffer and added more debugging. * * Revision 1.15 1999/07/13 02:50:58 craigs * Changed semantics of SetPlayDevice/SetRecordDevice, only descendent * endpoint assumes PSoundChannel devices for audio codec. * * Revision 1.14 1999/07/10 03:01:48 robertj * Removed debugging. * * Revision 1.13 1999/07/09 06:09:49 robertj * Major implementation. An ENORMOUS amount of stuff added everywhere. * * Revision 1.12 1999/06/25 14:19:40 robertj * Fixed termination race condition in logical channel tear down. * * Revision 1.11 1999/06/24 13:32:45 robertj * Fixed ability to change sound device on codec and fixed NM3 G.711 compatibility * * Revision 1.10 1999/06/22 13:49:40 robertj * Added GSM support and further RTP protocol enhancements. * * Revision 1.9 1999/06/14 05:15:55 robertj * Changes for using RTP sessions correctly in H323 Logical Channel context * * Revision 1.8 1999/06/13 12:41:14 robertj * Implement logical channel transmitter. * Fixed H245 connect on receiving call. * * Revision 1.7 1999/06/09 06:18:00 robertj * GCC compatibiltiy. * * Revision 1.6 1999/06/09 05:26:19 robertj * Major restructuring of classes. * * Revision 1.5 1999/06/07 00:54:30 robertj * Displayed error on SetOption for buffer size * * Revision 1.4 1999/06/06 06:06:36 robertj * Changes for new ASN compiler and v2 protocol ASN files. * * Revision 1.3 1999/04/26 06:14:46 craigs * Initial implementation for RTP decoding and lots of stuff * As a whole, these changes are called "First Noise" * * Revision 1.2 1999/02/25 03:26:02 robertj * BeOS compatibility * * Revision 1.1 1999/01/16 01:31:09 robertj * Initial revision * */ #include #ifdef __GNUC__ #pragma implementation "channels.h" #endif #include "channels.h" #include "h323pdu.h" #include "h323ep.h" #include "h323rtp.h" #define MAX_PAYLOAD_TYPE_MISMATCHES 8 #define RTP_TRACE_DISPLAY_RATE 16000 // 2 seconds class H323LogicalChannelThread : public PThread { PCLASSINFO(H323LogicalChannelThread, PThread) public: H323LogicalChannelThread(H323EndPoint & endpoint, H323Channel & channel, BOOL rx); void Main(); private: H323Channel & channel; BOOL receiver; }; #define new PNEW #if PTRACING ostream & operator<<(ostream & out, H323Channel::Directions dir) { static const char * const DirNames[H323Channel::NumDirections] = { "IsBidirectional", "IsTransmitter", "IsReceiver" }; if (dir < H323Channel::NumDirections && DirNames[dir] != NULL) out << DirNames[dir]; else out << "Direction<" << (unsigned)dir << '>'; return out; } #endif ///////////////////////////////////////////////////////////////////////////// H323LogicalChannelThread::H323LogicalChannelThread(H323EndPoint & endpoint, H323Channel & c, BOOL rx) : PThread(endpoint.GetChannelThreadStackSize(), NoAutoDeleteThread, endpoint.GetChannelThreadPriority(), rx ? "LogChanRx:%0x" : "LogChanTx:%0x"), channel(c) { PTRACE(4, "LogChan\tStarting logical channel thread " << this); receiver = rx; Resume(); } void H323LogicalChannelThread::Main() { PTRACE(4, "LogChan\tStarted logical channel thread " << this); if (receiver) channel.Receive(); else channel.Transmit(); #ifdef _WIN32_WCE Sleep(0); // Relinquish control to other thread #endif } ///////////////////////////////////////////////////////////////////////////// H323ChannelNumber::H323ChannelNumber(unsigned num, BOOL fromRem) { PAssert(num < 0x10000, PInvalidParameter); number = num; fromRemote = fromRem; } PObject * H323ChannelNumber::Clone() const { return new H323ChannelNumber(number, fromRemote); } PINDEX H323ChannelNumber::HashFunction() const { PINDEX hash = (number%17) << 1; if (fromRemote) hash++; return hash; } void H323ChannelNumber::PrintOn(ostream & strm) const { strm << (fromRemote ? 'R' : 'T') << '-' << number; } PObject::Comparison H323ChannelNumber::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(this, H323ChannelNumber), PInvalidCast); #endif const H323ChannelNumber & other = (const H323ChannelNumber &)obj; if (number < other.number) return LessThan; if (number > other.number) return GreaterThan; if (fromRemote && !other.fromRemote) return LessThan; if (!fromRemote && other.fromRemote) return GreaterThan; return EqualTo; } H323ChannelNumber & H323ChannelNumber::operator++(int) { number++; return *this; } ///////////////////////////////////////////////////////////////////////////// H323Channel::H323Channel(H323Connection & conn, const H323Capability & cap) : endpoint(conn.GetEndPoint()), connection(conn) { capability = (H323Capability *)cap.Clone(); codec = NULL; bandwidthUsed = 0; receiveThread = NULL; transmitThread = NULL; terminating = FALSE; opened = FALSE; paused = FALSE; } H323Channel::~H323Channel() { connection.UseBandwidth(bandwidthUsed, TRUE); delete codec; delete capability; } void H323Channel::PrintOn(ostream & strm) const { strm << number; } unsigned H323Channel::GetSessionID() const { return 0; } void H323Channel::CleanUpOnTermination() { if (!opened || terminating) return; PTRACE(3, "LogChan\tCleaning up " << number); terminating = TRUE; // If we have a codec, then close it, this allows the transmitThread to be // broken out of any I/O block on reading the codec. if (codec != NULL) codec->Close(); // If we have a receiver thread, wait for it to die. if (receiveThread != NULL) { PTRACE(4, "LogChan\tAwaiting termination of " << receiveThread << ' ' << receiveThread->GetThreadName()); PAssert(receiveThread->WaitForTermination(10000), "Receive media thread did not terminate"); delete receiveThread; receiveThread = NULL; } // If we have a transmitter thread, wait for it to die. if (transmitThread != NULL) { PTRACE(4, "LogChan\tAwaiting termination of " << transmitThread << ' ' << transmitThread->GetThreadName()); PAssert(transmitThread->WaitForTermination(10000), "Transmit media thread did not terminate"); delete transmitThread; transmitThread = NULL; } // Signal to the connection that this channel is on the way out connection.OnClosedLogicalChannel(*this); PTRACE(3, "LogChan\tCleaned up " << number); } BOOL H323Channel::IsRunning() const { if (receiveThread != NULL && !receiveThread ->IsTerminated()) return TRUE; if (transmitThread != NULL && !transmitThread->IsTerminated()) return TRUE; return FALSE; } BOOL H323Channel::OnReceivedPDU(const H245_OpenLogicalChannel & /*pdu*/, unsigned & /*errorCode*/) { return TRUE; } BOOL H323Channel::OnReceivedAckPDU(const H245_OpenLogicalChannelAck & /*pdu*/) { return TRUE; } void H323Channel::OnSendOpenAck(const H245_OpenLogicalChannel & /*pdu*/, H245_OpenLogicalChannelAck & /* pdu*/) const { } void H323Channel::OnFlowControl(long bitRateRestriction) { if (GetCodec() != NULL) codec->OnFlowControl(bitRateRestriction); else PTRACE(3, "LogChan\tOnFlowControl: " << bitRateRestriction); } void H323Channel::OnMiscellaneousCommand(const H245_MiscellaneousCommand_type & type) { if (GetCodec() != NULL) codec->OnMiscellaneousCommand(type); else PTRACE(3, "LogChan\tOnMiscellaneousCommand: chan=" << number << ", type=" << type.GetTagName()); } void H323Channel::OnMiscellaneousIndication(const H245_MiscellaneousIndication_type & type) { if (GetCodec() != NULL) codec->OnMiscellaneousIndication(type); else PTRACE(3, "LogChan\tOnMiscellaneousIndication: chan=" << number << ", type=" << type.GetTagName()); } void H323Channel::OnJitterIndication(DWORD PTRACE_PARAM(jitter), int PTRACE_PARAM(skippedFrameCount), int PTRACE_PARAM(additionalBuffer)) { PTRACE(3, "LogChan\tOnJitterIndication:" " jitter=" << jitter << " skippedFrameCount=" << skippedFrameCount << " additionalBuffer=" << additionalBuffer); } BOOL H323Channel::SetInitialBandwidth() { if (GetCodec() == NULL) return TRUE; return SetBandwidthUsed(codec->GetMediaFormat().GetBandwidth()/100); } BOOL H323Channel::SetBandwidthUsed(unsigned bandwidth) { PTRACE(3, "LogChan\tBandwidth requested/used = " << bandwidth/10 << '.' << bandwidth%10 << '/' << bandwidthUsed/10 << '.' << bandwidthUsed%10 << " kb/s"); connection.UseBandwidth(bandwidthUsed, TRUE); bandwidthUsed = 0; if (!connection.UseBandwidth(bandwidth, FALSE)) return FALSE; bandwidthUsed = bandwidth; return TRUE; } BOOL H323Channel::Open() { if (opened) return TRUE; // Give the connection (or endpoint) a chance to do something with // the opening of the codec. Default sets up various filters. if (!connection.OnStartLogicalChannel(*this)) { PTRACE(1, "LogChan\tOnStartLogicalChannel failed"); return FALSE; } opened = TRUE; return TRUE; } H323Codec * H323Channel::GetCodec() const { if (codec == NULL) { ((H323Channel*)this)->codec = capability->CreateCodec( GetDirection() == IsReceiver ? H323Codec::Decoder : H323Codec::Encoder); #ifdef H323_AUDIO_CODECS if (codec && PIsDescendant(codec, H323AudioCodec)) ((H323AudioCodec*)codec)->SetSilenceDetectionMode(endpoint.GetSilenceDetectionMode()); #endif } return codec; } void H323Channel::SendMiscCommand(unsigned command) { connection.SendLogicalChannelMiscCommand(*this, command); } ///////////////////////////////////////////////////////////////////////////// H323UnidirectionalChannel::H323UnidirectionalChannel(H323Connection & conn, const H323Capability & cap, Directions direction) : H323Channel(conn, cap), receiver(direction == IsReceiver) { } H323Channel::Directions H323UnidirectionalChannel::GetDirection() const { return receiver ? IsReceiver : IsTransmitter; } BOOL H323UnidirectionalChannel::Start() { if (!Open()) return FALSE; PThread * thread = new H323LogicalChannelThread(endpoint, *this, receiver); if (receiver) receiveThread = thread; else transmitThread = thread; return TRUE; } ///////////////////////////////////////////////////////////////////////////// H323BidirectionalChannel::H323BidirectionalChannel(H323Connection & conn, const H323Capability & cap) : H323Channel(conn, cap) { } H323Channel::Directions H323BidirectionalChannel::GetDirection() const { return IsBidirectional; } BOOL H323BidirectionalChannel::Start() { receiveThread = new H323LogicalChannelThread(endpoint, *this, TRUE); transmitThread = new H323LogicalChannelThread(endpoint, *this, FALSE); return TRUE; } ///////////////////////////////////////////////////////////////////////////// H323_RealTimeChannel::H323_RealTimeChannel(H323Connection & connection, const H323Capability & capability, Directions direction) : H323UnidirectionalChannel(connection, capability, direction) { rtpPayloadType = RTP_DataFrame::IllegalPayloadType; } BOOL H323_RealTimeChannel::OnSendingPDU(H245_OpenLogicalChannel & open) const { PTRACE(3, "H323RTP\tOnSendingPDU"); open.m_forwardLogicalChannelNumber = (unsigned)number; if (open.HasOptionalField(H245_OpenLogicalChannel::e_reverseLogicalChannelParameters)) { open.m_reverseLogicalChannelParameters.IncludeOptionalField( H245_OpenLogicalChannel_reverseLogicalChannelParameters::e_multiplexParameters); // Set the communications information for unicast IPv4 open.m_reverseLogicalChannelParameters.m_multiplexParameters.SetTag( H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters ::e_h2250LogicalChannelParameters); return OnSendingPDU(open.m_reverseLogicalChannelParameters.m_multiplexParameters); } else { // Set the communications information for unicast IPv4 open.m_forwardLogicalChannelParameters.m_multiplexParameters.SetTag( H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters ::e_h2250LogicalChannelParameters); return OnSendingPDU(open.m_forwardLogicalChannelParameters.m_multiplexParameters); } } void H323_RealTimeChannel::OnSendOpenAck(const H245_OpenLogicalChannel & open, H245_OpenLogicalChannelAck & ack) const { PTRACE(3, "H323RTP\tOnSendOpenAck"); // set forwardMultiplexAckParameters option ack.IncludeOptionalField(H245_OpenLogicalChannelAck::e_forwardMultiplexAckParameters); // select H225 choice ack.m_forwardMultiplexAckParameters.SetTag( H245_OpenLogicalChannelAck_forwardMultiplexAckParameters::e_h2250LogicalChannelAckParameters); // get H225 parms H245_H2250LogicalChannelAckParameters & param = ack.m_forwardMultiplexAckParameters; // set session ID param.IncludeOptionalField(H245_H2250LogicalChannelAckParameters::e_sessionID); const H245_H2250LogicalChannelParameters & openparam = open.m_forwardLogicalChannelParameters.m_multiplexParameters; unsigned sessionID = openparam.m_sessionID; param.m_sessionID = sessionID; OnSendOpenAck(param); PTRACE(2, "H323RTP\tSending open logical channel ACK: sessionID=" << sessionID); } BOOL H323_RealTimeChannel::OnReceivedPDU(const H245_OpenLogicalChannel & open, unsigned & errorCode) { if (receiver) number = H323ChannelNumber(open.m_forwardLogicalChannelNumber, TRUE); PTRACE(3, "H323RTP\tOnReceivedPDU for channel: " << number); unsigned prevTxFrames = capability->GetTxFramesInPacket(); unsigned prevRxFrames = capability->GetRxFramesInPacket(); PString prevFormat = capability->GetFormatName(); BOOL reverse = open.HasOptionalField(H245_OpenLogicalChannel::e_reverseLogicalChannelParameters); const H245_DataType & dataType = reverse ? open.m_reverseLogicalChannelParameters.m_dataType : open.m_forwardLogicalChannelParameters.m_dataType; if (!capability->OnReceivedPDU(dataType, receiver)) { PTRACE(1, "H323RTP\tData type not supported"); errorCode = H245_OpenLogicalChannelReject_cause::e_dataTypeNotSupported; return FALSE; } // If we have already created a codec, and the new parameters indicate that // the capability limits have changed, then kill off the old codec it will // be wrongly constructed. if (codec != NULL && (prevTxFrames != capability->GetTxFramesInPacket() || prevRxFrames != capability->GetRxFramesInPacket() || prevFormat != capability->GetFormatName())) { delete codec; codec = NULL; } if (reverse) { if (open.m_reverseLogicalChannelParameters.m_multiplexParameters.GetTag() == H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters::e_h2250LogicalChannelParameters) return OnReceivedPDU(open.m_reverseLogicalChannelParameters.m_multiplexParameters, errorCode); } else { if (open.m_forwardLogicalChannelParameters.m_multiplexParameters.GetTag() == H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters::e_h2250LogicalChannelParameters) return OnReceivedPDU(open.m_forwardLogicalChannelParameters.m_multiplexParameters, errorCode); } PTRACE(1, "H323RTP\tOnly H.225.0 multiplex supported"); errorCode = H245_OpenLogicalChannelReject_cause::e_unsuitableReverseParameters; return FALSE; } BOOL H323_RealTimeChannel::OnReceivedAckPDU(const H245_OpenLogicalChannelAck & ack) { PTRACE(3, "H323RTP\tOnReceiveOpenAck"); if (!ack.HasOptionalField(H245_OpenLogicalChannelAck::e_forwardMultiplexAckParameters)) { PTRACE(1, "H323RTP\tNo forwardMultiplexAckParameters"); return FALSE; } if (ack.m_forwardMultiplexAckParameters.GetTag() != H245_OpenLogicalChannelAck_forwardMultiplexAckParameters::e_h2250LogicalChannelAckParameters) { PTRACE(1, "H323RTP\tOnly H.225.0 multiplex supported"); return FALSE; } return OnReceivedAckPDU(ack.m_forwardMultiplexAckParameters); } RTP_DataFrame::PayloadTypes H323_RealTimeChannel::GetRTPPayloadType() const { RTP_DataFrame::PayloadTypes pt = rtpPayloadType; if (pt == RTP_DataFrame::IllegalPayloadType) { pt = capability->GetPayloadType(); if (pt == RTP_DataFrame::IllegalPayloadType) { PAssertNULL(codec); pt = codec->GetMediaFormat().GetPayloadType(); } } return pt; } BOOL H323_RealTimeChannel::SetDynamicRTPPayloadType(int newType) { PTRACE(1, "H323RTP\tSetting dynamic RTP payload type: " << newType); // This is "no change" if (newType == -1) return TRUE; // Check for illegal type if (newType < RTP_DataFrame::DynamicBase || newType > RTP_DataFrame::MaxPayloadType) return FALSE; // Check for overwriting "known" type if (rtpPayloadType < RTP_DataFrame::DynamicBase) return FALSE; rtpPayloadType = (RTP_DataFrame::PayloadTypes)newType; PTRACE(3, "H323RTP\tSetting dynamic payload type to " << rtpPayloadType); return TRUE; } ///////////////////////////////////////////////////////////////////////////// H323_RTPChannel::H323_RTPChannel(H323Connection & conn, const H323Capability & cap, Directions direction, RTP_Session & r) : H323_RealTimeChannel(conn, cap, direction), rtpSession(r), rtpCallbacks(*(H323_RTP_Session *)r.GetUserData()) { PTRACE(3, "H323RTP\t" << (receiver ? "Receiver" : "Transmitter") << " created using session " << GetSessionID()); } H323_RTPChannel::~H323_RTPChannel() { // Finished with the RTP session, this will delete the session if it is no // longer referenced by any logical channels. connection.ReleaseSession(GetSessionID()); } void H323_RTPChannel::CleanUpOnTermination() { if (terminating) return; PTRACE(3, "H323RTP\tCleaning up RTP " << number); // Break any I/O blocks and wait for the thread that uses this object to // terminate before we allow it to be deleted. if ((receiver ? receiveThread : transmitThread) != NULL) rtpSession.Close(receiver); H323Channel::CleanUpOnTermination(); } unsigned H323_RTPChannel::GetSessionID() const { return rtpSession.GetSessionID(); } BOOL H323_RTPChannel::Open() { if (opened) return TRUE; if (GetCodec() == NULL) { PTRACE(1, "LogChan\t" << (GetDirection() == IsReceiver ? "Receive" : "Transmit") << " thread aborted (could not create codec)"); return FALSE; } if (!codec->GetMediaFormat().IsValid()) { PTRACE(1, "LogChan\t" << (GetDirection() == IsReceiver ? "Receive" : "Transmit") << " thread aborted (invalid media format)"); return FALSE; } codec->AttachLogicalChannel((H323Channel*)this); // Open the codec if (!codec->Open(connection)) { PTRACE(1, "LogChan\t" << (GetDirection() == IsReceiver ? "Receive" : "Transmit") << " thread aborted (open fail) for "<< *capability); return FALSE; } // Give the connection (or endpoint) a chance to do something with // the opening of the codec. Default sets up various filters. if (!connection.OnStartLogicalChannel(*this)) { PTRACE(1, "LogChan\t" << (GetDirection() == IsReceiver ? "Receive" : "Transmit") << " thread aborted (OnStartLogicalChannel fail)"); return FALSE; } PTRACE(3, "LogChan\tOpened using capability " << *capability); opened = TRUE; return TRUE; } BOOL H323_RTPChannel::OnSendingPDU(H245_H2250LogicalChannelParameters & param) const { return rtpCallbacks.OnSendingPDU(*this, param); } void H323_RTPChannel::OnSendOpenAck(H245_H2250LogicalChannelAckParameters & param) const { rtpCallbacks.OnSendingAckPDU(*this, param); } BOOL H323_RTPChannel::OnReceivedPDU(const H245_H2250LogicalChannelParameters & param, unsigned & errorCode) { return rtpCallbacks.OnReceivedPDU(*this, param, errorCode); } BOOL H323_RTPChannel::OnReceivedAckPDU(const H245_H2250LogicalChannelAckParameters & param) { return rtpCallbacks.OnReceivedAckPDU(*this, param); } #if PTRACING class CodecReadAnalyser { enum { MaxSamples = 1000 }; public: CodecReadAnalyser() { count = 0; } void AddSample(DWORD timestamp) { if (count < MaxSamples) { tick[count] = PTimer::Tick(); rtp[count] = timestamp; count++; } } friend ostream & operator<<(ostream & strm, const CodecReadAnalyser & analysis) { PTimeInterval minimum = PMaxTimeInterval; PTimeInterval maximum; for (PINDEX i = 1; i < analysis.count; i++) { PTimeInterval delta = analysis.tick[i] - analysis.tick[i-1]; strm << setw(6) << analysis.rtp[i] << ' ' << setw(6) << (analysis.tick[i] - analysis.tick[0]) << ' ' << setw(6) << delta << '\n'; if (delta > maximum) maximum = delta; if (delta < minimum) minimum = delta; } strm << "Maximum delta time: " << maximum << "\n" "Minimum delta time: " << minimum << '\n'; return strm; } private: PTimeInterval tick[MaxSamples]; DWORD rtp[MaxSamples]; PINDEX count; }; #endif void H323_RTPChannel::Transmit() { if (terminating) { PTRACE(3, "H323RTP\tTransmit thread terminated on start up"); return; } const OpalMediaFormat & mediaFormat = codec->GetMediaFormat(); // Get parameters from the codec on time and data sizes BOOL isAudio = mediaFormat.NeedsJitterBuffer(); unsigned framesInPacket = capability->GetTxFramesInPacket(); unsigned maxFrameSize = mediaFormat.GetFrameSize(); if (maxFrameSize == 0) maxFrameSize = isAudio ? 8 : 2000; RTP_DataFrame frame(framesInPacket*maxFrameSize); rtpPayloadType = GetRTPPayloadType(); if (rtpPayloadType == RTP_DataFrame::IllegalPayloadType) { PTRACE(1, "H323RTP\tReceive " << mediaFormat << " thread ended (illegal payload type)"); return; } frame.SetPayloadType(rtpPayloadType); PTRACE(2, "H323RTP\tTransmit " << mediaFormat << " thread started:" " rate=" << codec->GetFrameRate() << " time=" << (codec->GetFrameRate()/(mediaFormat.GetTimeUnits() > 0 ? mediaFormat.GetTimeUnits() : 1)) << "ms" << " size=" << framesInPacket << '*' << maxFrameSize << '=' << (framesInPacket*maxFrameSize) ); // This is real time so need to keep track of elapsed milliseconds BOOL silent = TRUE; unsigned length; unsigned frameOffset = 0; unsigned frameCount = 0; DWORD rtpTimestamp = 0; frame.SetPayloadSize(0); #if PTRACING DWORD lastDisplayedTimestamp = 0; CodecReadAnalyser * codecReadAnalysis = NULL; if (PTrace::GetLevel() >= 5) codecReadAnalysis = new CodecReadAnalyser; #endif /* Now keep getting encoded frames from the codec, it is expected that the Read() function will maintain the Real Time aspects of the transmission. That is for GSM codec say with a single frame, this function will take 20 milliseconds to complete. */ while (codec->Read(frame.GetPayloadPtr()+frameOffset, length, frame)) { // Calculate the timestamp and real time to take in processing rtpTimestamp += codec->GetFrameRate(); #if PTRACING if (rtpTimestamp - lastDisplayedTimestamp > RTP_TRACE_DISPLAY_RATE) { PTRACE(3, "H323RTP\tTransmitter sent timestamp " << rtpTimestamp); lastDisplayedTimestamp = rtpTimestamp; } if (codecReadAnalysis != NULL) codecReadAnalysis->AddSample(rtpTimestamp); #endif if (paused) length = 0; // Act as though silent/no video // Handle marker bit for audio codec if (isAudio) { // If switching from silence to signal if (silent && length > 0) { silent = FALSE; frame.SetMarker(TRUE); // Set flag for start of sound PTRACE(3, "H323RTP\tTransmit start of talk burst: " << rtpTimestamp); } // If switching from signal to silence else if (!silent && length == 0) { silent = TRUE; // If had some data waiting to go out if (frameOffset > 0) frameCount = framesInPacket; // Force the RTP write PTRACE(3, "H323RTP\tTransmit end of talk burst: " << rtpTimestamp); } } // See if is silence or have some audio data to stuff in the RTP packet if (length == 0) frame.SetTimestamp(rtpTimestamp); else { silenceStartTick = PTimer::Tick(); // If first read frame in packet, set timestamp for it if (frameOffset == 0) frame.SetTimestamp(rtpTimestamp); frameOffset += length; // Look for special cases if (rtpPayloadType == RTP_DataFrame::G729 && length == 2) { /* If we have a G729 sid frame (ie 2 bytes instead of 10) then we must not send any more frames in the RTP packet. */ frameCount = framesInPacket; } else { /* Increment by number of frames that were read in one hit Note a codec that does variable length frames should never return more than one frame per Read() call or confusion will result. */ frameCount += (length + maxFrameSize - 1)/maxFrameSize; } } BOOL sendPacket = FALSE; // Have read number of frames for packet (or just went silent) if (frameCount >= framesInPacket) { // Set payload size to frame offset, now length of frame. frame.SetPayloadSize(frameOffset); frame.SetPayloadType(rtpPayloadType); frameOffset = 0; frameCount = 0; sendPacket = TRUE; } filterMutex.Wait(); for (PINDEX i = 0; i < filters.GetSize(); i++) filters[i](frame, (INT)&sendPacket); filterMutex.Signal(); if (sendPacket || (silent && frame.GetPayloadSize() > 0)) { // Send the frame of coded data we have so far to RTP transport if (!rtpSession.WriteData(frame)) break; // Reset flag for in talk burst if (isAudio) frame.SetMarker(FALSE); frame.SetPayloadSize(0); frameOffset = 0; frameCount = 0; } if (terminating) break; } #if PTRACING PTRACE_IF(5, codecReadAnalysis != NULL, "Codec read timing:\n" << *codecReadAnalysis); delete codecReadAnalysis; #endif if (!terminating) connection.CloseLogicalChannelNumber(number); PTRACE(2, "H323RTP\tTransmit " << mediaFormat << " thread ended"); } void H323_RTPChannel::Receive() { if (terminating) { PTRACE(3, "H323RTP\tReceive thread terminated on start up"); return; } const OpalMediaFormat & mediaFormat = codec->GetMediaFormat(); PTRACE(2, "H323RTP\tReceive " << mediaFormat << " thread started."); // if jitter buffer required, start the thread that is on the other end of it if (mediaFormat.NeedsJitterBuffer()) rtpSession.SetJitterBufferSize(connection.GetMinAudioJitterDelay()*mediaFormat.GetTimeUnits(), connection.GetMaxAudioJitterDelay()*mediaFormat.GetTimeUnits(), endpoint.GetJitterThreadStackSize()); // Keep time using th RTP timestamps. DWORD codecFrameRate = codec->GetFrameRate(); DWORD rtpTimestamp = 0; #if PTRACING DWORD lastDisplayedTimestamp = 0; #endif // keep track of consecutive payload type mismatches int consecutiveMismatches = 0; rtpPayloadType = GetRTPPayloadType(); if (rtpPayloadType == RTP_DataFrame::IllegalPayloadType) { PTRACE(1, "H323RTP\tTransmit " << mediaFormat << " thread ended (illegal payload type)"); return; } RTP_DataFrame frame; while (rtpSession.ReadBufferedData(rtpTimestamp, frame)) { filterMutex.Wait(); for (PINDEX i = 0; i < filters.GetSize(); i++) filters[i](frame, 0); filterMutex.Signal(); int size = frame.GetPayloadSize(); rtpTimestamp = frame.GetTimestamp(); #if PTRACING if (rtpTimestamp - lastDisplayedTimestamp > RTP_TRACE_DISPLAY_RATE) { PTRACE(3, "H323RTP\tReceiver written timestamp " << rtpTimestamp); lastDisplayedTimestamp = rtpTimestamp; } #endif unsigned written; BOOL ok = TRUE; if (size == 0) { ok = codec->Write(NULL, 0, frame, written); rtpTimestamp += codecFrameRate; } else { silenceStartTick = PTimer::Tick(); BOOL isCodecPacket = TRUE; if (frame.GetPayloadType() == rtpPayloadType) { PTRACE_IF(2, consecutiveMismatches > 0, "H323RTP\tPayload type matched again " << rtpPayloadType); consecutiveMismatches = 0; } else { consecutiveMismatches++; if (consecutiveMismatches >= MAX_PAYLOAD_TYPE_MISMATCHES) { rtpPayloadType = frame.GetPayloadType(); consecutiveMismatches = 0; PTRACE(1, "H323RTP\tResetting expected payload type to " << rtpPayloadType); } else { PTRACE(2, "H323RTP\tPayload type mismatch: expected " << rtpPayloadType << ", got " << frame.GetPayloadType() << ". Ignoring packet."); } } if (isCodecPacket && consecutiveMismatches == 0) { const BYTE * ptr = frame.GetPayloadPtr(); while (ok && size > 0) { /* Now write data to the codec, it is expected that the Write() function will maintain the Real Time aspects of the system. That is for GSM codec, say with a single frame, this function will take 20 milliseconds to complete. It is very important that this occurs for audio codecs or the jitter buffer will not operate correctly. */ ok = codec->Write(ptr, paused ? 0 : size, frame, written); rtpTimestamp += codecFrameRate; size -= written != 0 ? written : size; ptr += written; } PTRACE_IF(1, size < 0, "H323RTP\tPayload size too small, short " << -size << " bytes."); } } if (terminating) break; if (!ok) { connection.CloseLogicalChannelNumber(number); break; } } PTRACE(2, "H323RTP\tReceive " << mediaFormat << " thread ended"); } void H323_RTPChannel::AddFilter(const PNotifier & filterFunction) { filterMutex.Wait(); filters.Append(new PNotifier(filterFunction)); filterMutex.Signal(); } void H323_RTPChannel::RemoveFilter(const PNotifier & filterFunction) { filterMutex.Wait(); PINDEX idx = filters.GetValuesIndex(filterFunction); if (idx != P_MAX_INDEX) filters.RemoveAt(idx); filterMutex.Signal(); } PTimeInterval H323_RTPChannel::GetSilenceDuration() const { if (silenceStartTick == 0) return silenceStartTick; return PTimer::Tick() - silenceStartTick; } ///////////////////////////////////////////////////////////////////////////// H323_ExternalRTPChannel::H323_ExternalRTPChannel(H323Connection & connection, const H323Capability & capability, Directions direction, unsigned id) : H323_RealTimeChannel(connection, capability, direction) { sessionID = id; isRunning = FALSE; } H323_ExternalRTPChannel::H323_ExternalRTPChannel(H323Connection & connection, const H323Capability & capability, Directions direction, unsigned id, const H323TransportAddress & data, const H323TransportAddress & control) : H323_RealTimeChannel(connection, capability, direction), externalMediaAddress(data), externalMediaControlAddress(control) { sessionID = id; isRunning = FALSE; } H323_ExternalRTPChannel::H323_ExternalRTPChannel(H323Connection & connection, const H323Capability & capability, Directions direction, unsigned id, const PIPSocket::Address & ip, WORD dataPort) : H323_RealTimeChannel(connection, capability, direction), externalMediaAddress(ip, dataPort), externalMediaControlAddress(ip, (WORD)(dataPort+1)) { sessionID = id; isRunning = FALSE; } unsigned H323_ExternalRTPChannel::GetSessionID() const { return sessionID; } BOOL H323_ExternalRTPChannel::Start() { isRunning = TRUE; return Open(); } BOOL H323_ExternalRTPChannel::IsRunning() const { return opened && isRunning; } void H323_ExternalRTPChannel::Receive() { // Do nothing } void H323_ExternalRTPChannel::Transmit() { // Do nothing } BOOL H323_ExternalRTPChannel::OnSendingPDU(H245_H2250LogicalChannelParameters & param) const { param.m_sessionID = sessionID; param.IncludeOptionalField(H245_H2250LogicalChannelParameters::e_mediaGuaranteedDelivery); param.m_mediaGuaranteedDelivery = FALSE; param.IncludeOptionalField(H245_H2250LogicalChannelParameters::e_silenceSuppression); param.m_silenceSuppression = FALSE; // unicast must have mediaControlChannel param.IncludeOptionalField(H245_H2250LogicalChannelParameters::e_mediaControlChannel); externalMediaControlAddress.SetPDU(param.m_mediaControlChannel); if (receiver) { // set mediaChannel param.IncludeOptionalField(H245_H2250LogicalChannelAckParameters::e_mediaChannel); externalMediaAddress.SetPDU(param.m_mediaChannel); } return TRUE; } void H323_ExternalRTPChannel::OnSendOpenAck(H245_H2250LogicalChannelAckParameters & param) const { // set mediaControlChannel param.IncludeOptionalField(H245_H2250LogicalChannelAckParameters::e_mediaControlChannel); externalMediaControlAddress.SetPDU(param.m_mediaControlChannel); // set mediaChannel param.IncludeOptionalField(H245_H2250LogicalChannelAckParameters::e_mediaChannel); externalMediaAddress.SetPDU(param.m_mediaChannel); } BOOL H323_ExternalRTPChannel::OnReceivedPDU(const H245_H2250LogicalChannelParameters & param, unsigned & errorCode) { // Only support a single audio session if (param.m_sessionID != sessionID) { PTRACE(1, "LogChan\tOpen for invalid session: " << param.m_sessionID); errorCode = H245_OpenLogicalChannelReject_cause::e_invalidSessionID; return FALSE; } if (!param.HasOptionalField(H245_H2250LogicalChannelParameters::e_mediaControlChannel)) { PTRACE(1, "LogChan\tNo mediaControlChannel specified"); errorCode = H245_OpenLogicalChannelReject_cause::e_unspecified; return FALSE; } remoteMediaControlAddress = param.m_mediaControlChannel; if (remoteMediaControlAddress.IsEmpty()) return FALSE; if (param.HasOptionalField(H245_H2250LogicalChannelParameters::e_mediaChannel)) { remoteMediaAddress = param.m_mediaChannel; if (remoteMediaAddress.IsEmpty()) return FALSE; } return TRUE; } BOOL H323_ExternalRTPChannel::OnReceivedAckPDU(const H245_H2250LogicalChannelAckParameters & param) { if (param.HasOptionalField(H245_H2250LogicalChannelAckParameters::e_sessionID) && (param.m_sessionID != sessionID)) { PTRACE(1, "LogChan\twarning: Ack for invalid session: " << param.m_sessionID); } if (!param.HasOptionalField(H245_H2250LogicalChannelAckParameters::e_mediaControlChannel)) { PTRACE(1, "LogChan\tNo mediaControlChannel specified"); return FALSE; } remoteMediaControlAddress = param.m_mediaControlChannel; if (remoteMediaControlAddress.IsEmpty()) return FALSE; if (!param.HasOptionalField(H245_H2250LogicalChannelAckParameters::e_mediaChannel)) { PTRACE(1, "LogChan\tNo mediaChannel specified"); return FALSE; } remoteMediaAddress = param.m_mediaChannel; if (remoteMediaAddress.IsEmpty()) return FALSE; return TRUE; } void H323_ExternalRTPChannel::SetExternalAddress(const H323TransportAddress & data, const H323TransportAddress & control) { externalMediaAddress = data; externalMediaControlAddress = control; if (data.IsEmpty() || control.IsEmpty()) { PIPSocket::Address ip; WORD port; if (data.GetIpAndPort(ip, port)) externalMediaControlAddress = H323TransportAddress(ip, (WORD)(port+1)); else if (control.GetIpAndPort(ip, port)) externalMediaAddress = H323TransportAddress(ip, (WORD)(port-1)); } } BOOL H323_ExternalRTPChannel::GetRemoteAddress(PIPSocket::Address & ip, WORD & dataPort) const { if (!remoteMediaControlAddress) { if (remoteMediaControlAddress.GetIpAndPort(ip, dataPort)) { dataPort--; return TRUE; } } if (!remoteMediaAddress) return remoteMediaAddress.GetIpAndPort(ip, dataPort); return FALSE; } ///////////////////////////////////////////////////////////////////////////// H323DataChannel::H323DataChannel(H323Connection & conn, const H323Capability & cap, Directions dir, unsigned id) : H323UnidirectionalChannel(conn, cap, dir) { sessionID = id; listener = NULL; autoDeleteListener = TRUE; transport = NULL; autoDeleteTransport = TRUE; separateReverseChannel = FALSE; } H323DataChannel::~H323DataChannel() { if (autoDeleteListener) delete listener; if (autoDeleteTransport) delete transport; } void H323DataChannel::CleanUpOnTermination() { if (terminating) return; PTRACE(3, "LogChan\tCleaning up data channel " << number); // Break any I/O blocks and wait for the thread that uses this object to // terminate before we allow it to be deleted. if (listener != NULL) listener->Close(); if (transport != NULL) transport->Close(); H323UnidirectionalChannel::CleanUpOnTermination(); } unsigned H323DataChannel::GetSessionID() const { return sessionID; } BOOL H323DataChannel::OnSendingPDU(H245_OpenLogicalChannel & open) const { PTRACE(3, "LogChan\tOnSendingPDU for channel: " << number); open.m_forwardLogicalChannelNumber = (unsigned)number; open.m_forwardLogicalChannelParameters.m_multiplexParameters.SetTag( H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters ::e_h2250LogicalChannelParameters); H245_H2250LogicalChannelParameters & fparam = open.m_forwardLogicalChannelParameters.m_multiplexParameters; fparam.m_sessionID = GetSessionID(); if (separateReverseChannel) return TRUE; open.IncludeOptionalField(H245_OpenLogicalChannel::e_reverseLogicalChannelParameters); open.m_reverseLogicalChannelParameters.IncludeOptionalField( H245_OpenLogicalChannel_reverseLogicalChannelParameters::e_multiplexParameters); open.m_reverseLogicalChannelParameters.m_multiplexParameters.SetTag( H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters ::e_h2250LogicalChannelParameters); H245_H2250LogicalChannelParameters & rparam = open.m_reverseLogicalChannelParameters.m_multiplexParameters; rparam.m_sessionID = GetSessionID(); return capability->OnSendingPDU(open.m_reverseLogicalChannelParameters.m_dataType); } void H323DataChannel::OnSendOpenAck(const H245_OpenLogicalChannel & /*open*/, H245_OpenLogicalChannelAck & ack) const { if (listener == NULL && transport == NULL) { PTRACE(2, "LogChan\tOnSendOpenAck without a listener or transport"); return; } PTRACE(3, "LogChan\tOnSendOpenAck for channel: " << number); H245_H2250LogicalChannelAckParameters * param; if (separateReverseChannel) { ack.IncludeOptionalField(H245_OpenLogicalChannelAck::e_forwardMultiplexAckParameters); ack.m_forwardMultiplexAckParameters.SetTag( H245_OpenLogicalChannelAck_forwardMultiplexAckParameters::e_h2250LogicalChannelAckParameters); param = (H245_H2250LogicalChannelAckParameters*)&ack.m_forwardMultiplexAckParameters.GetObject(); } else { ack.IncludeOptionalField(H245_OpenLogicalChannelAck::e_reverseLogicalChannelParameters); ack.m_reverseLogicalChannelParameters.m_multiplexParameters.SetTag( H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters ::e_h2250LogicalChannelParameters); param = (H245_H2250LogicalChannelAckParameters*) &ack.m_reverseLogicalChannelParameters.m_multiplexParameters.GetObject(); } unsigned session = GetSessionID(); if (session != 0) { param->IncludeOptionalField(H245_H2250LogicalChannelAckParameters::e_sessionID); param->m_sessionID = GetSessionID(); } param->IncludeOptionalField(H245_H2250LogicalChannelAckParameters::e_mediaChannel); if (listener != NULL) listener->SetUpTransportPDU(param->m_mediaChannel, connection.GetControlChannel()); else transport->SetUpTransportPDU(param->m_mediaChannel, H323Transport::UseLocalTSAP); } BOOL H323DataChannel::OnReceivedPDU(const H245_OpenLogicalChannel & open, unsigned & errorCode) { number = H323ChannelNumber(open.m_forwardLogicalChannelNumber, TRUE); PTRACE(3, "LogChan\tOnReceivedPDU for data channel: " << number); if (!CreateListener()) { PTRACE(1, "LogChan\tCould not create listener"); errorCode = H245_OpenLogicalChannelReject_cause::e_unspecified; return FALSE; } if (separateReverseChannel && open.HasOptionalField(H245_OpenLogicalChannel::e_reverseLogicalChannelParameters)) { errorCode = H245_OpenLogicalChannelReject_cause::e_unsuitableReverseParameters; PTRACE(2, "LogChan\tOnReceivedPDU has unexpected reverse parameters"); return FALSE; } if (!capability->OnReceivedPDU(open.m_forwardLogicalChannelParameters.m_dataType, receiver)) { PTRACE(1, "H323RTP\tData type not supported"); errorCode = H245_OpenLogicalChannelReject_cause::e_dataTypeNotSupported; return FALSE; } return TRUE; } BOOL H323DataChannel::OnReceivedAckPDU(const H245_OpenLogicalChannelAck & ack) { PTRACE(3, "LogChan\tOnReceivedAckPDU"); const H245_TransportAddress * address; if (separateReverseChannel) { PTRACE(3, "LogChan\tseparateReverseChannels"); if (!ack.HasOptionalField(H245_OpenLogicalChannelAck::e_forwardMultiplexAckParameters)) { PTRACE(1, "LogChan\tNo forwardMultiplexAckParameters"); return FALSE; } if (ack.m_forwardMultiplexAckParameters.GetTag() != H245_OpenLogicalChannelAck_forwardMultiplexAckParameters::e_h2250LogicalChannelAckParameters) { PTRACE(1, "LogChan\tOnly H.225.0 multiplex supported"); return FALSE; } const H245_H2250LogicalChannelAckParameters & param = ack.m_forwardMultiplexAckParameters; if (!param.HasOptionalField(H245_H2250LogicalChannelAckParameters::e_mediaChannel)) { PTRACE(1, "LogChan\tNo media channel address provided"); return FALSE; } address = ¶m.m_mediaChannel; if (ack.HasOptionalField(H245_OpenLogicalChannelAck::e_reverseLogicalChannelParameters)) { PTRACE(3, "LogChan\treverseLogicalChannelParameters set"); reverseChannel = H323ChannelNumber(ack.m_reverseLogicalChannelParameters.m_reverseLogicalChannelNumber, TRUE); } } else { if (!ack.HasOptionalField(H245_OpenLogicalChannelAck::e_reverseLogicalChannelParameters)) { PTRACE(1, "LogChan\tNo reverseLogicalChannelParameters"); return FALSE; } if (ack.m_reverseLogicalChannelParameters.m_multiplexParameters.GetTag() != H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters ::e_h2250LogicalChannelParameters) { PTRACE(1, "LogChan\tOnly H.225.0 multiplex supported"); return FALSE; } const H245_H2250LogicalChannelParameters & param = ack.m_reverseLogicalChannelParameters.m_multiplexParameters; if (!param.HasOptionalField(H245_H2250LogicalChannelParameters::e_mediaChannel)) { PTRACE(1, "LogChan\tNo media channel address provided"); return FALSE; } address = ¶m.m_mediaChannel; } if (!CreateTransport()) { PTRACE(1, "LogChan\tCould not create transport"); return FALSE; } if (!transport->ConnectTo(*address)) { PTRACE(1, "LogChan\tCould not connect to remote transport address: " << *address); return FALSE; } return TRUE; } BOOL H323DataChannel::CreateListener() { if (listener == NULL) { listener = connection.GetControlChannel().GetLocalAddress().CreateCompatibleListener(connection.GetEndPoint()); if (listener == NULL) return FALSE; PTRACE(3, "LogChan\tCreated listener for data channel: " << *listener); } return listener->Open(); } BOOL H323DataChannel::CreateTransport() { if (transport == NULL) { transport = connection.GetControlChannel().GetLocalAddress().CreateTransport(connection.GetEndPoint()); if (transport == NULL) return FALSE; PTRACE(3, "LogChan\tCreated transport for data channel: " << *transport); } return transport != NULL; } ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/src/codecs.cxx0100644000176200056700000011651610166162562016422 0ustar releasepostincr/* * codecs.cxx * * H.323 protocol handler * * Open H323 Library * * Copyright (c) 1998-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Portions of this code were written with the assisance of funding from * Vovida Networks, Inc. http://www.vovida.com. * * Contributor(s): ______________________________________. * * $Log: codecs.cxx,v $ * Revision 1.90 2005/01/03 06:25:54 csoutheren * Added extensive support for disabling code modules at compile time * * Revision 1.89 2004/11/29 06:30:53 csoutheren * Added support for wideband codecs * * Revision 1.88 2004/07/03 06:49:28 rjongbloed * Split video temporal/spatial trade off H.245 packets to separate command and * indication functions and added quality parameter, thanks Guilhem Tardy. * Added PTRACE_PARAM() macro to fix warnings on parameters used in PTRACE * macros only. * * Revision 1.87 2004/05/09 10:22:26 csoutheren * Changed new DecodeFrame to handle bytes per frame * * Revision 1.86 2004/05/09 10:08:36 csoutheren * Changed new DecodeFrame to return bytes decoded rather than samples decoded * Added support for new DecodeFrame to plugin manager * * Revision 1.85 2004/05/02 04:52:24 rjongbloed * Fixed problems with G.711 caused by fixing problem with G.723.1-5k3 mode. * * Revision 1.84 2004/04/16 04:04:28 csoutheren * Prevent codecs with variable length frrames from doing strange things * * Revision 1.83 2004/02/04 10:29:27 rjongbloed * Fixed G.726 by allowing for more bits per pixels sizes in streamed codec, thanks Kevin Bouchard * * Revision 1.82 2003/11/12 11:14:51 csoutheren * Added H323FramedAudioCodec::DecodeSilenceFrame thanks to Henry Harrison of AliceStreet * * Revision 1.81 2003/07/16 10:43:13 csoutheren * Added SwapChannel function to H323Codec to allow media hold channels * to work better. Thanks to Federico Pinna * * Revision 1.80 2002/12/16 09:11:19 robertj * Added new video bit rate control, thanks Walter H. Whitlock * * Revision 1.79 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.78 2002/05/29 04:48:48 robertj * Changed framed codec so if cannot decode frame just plays silence instead * of returning error and thus shutting down channel, thanks Federico Pinna * * Revision 1.77 2002/04/16 03:27:54 dereks * Correct logical flaw in CloseRawDataChannel method. * * Revision 1.76 2002/04/05 00:52:17 dereks * Minor tweaks to cope with received h261 messages. * * Revision 1.75 2002/02/26 18:00:18 rogerh * Improve the information given in the trace for codec truncation * * Revision 1.74 2002/01/23 06:13:56 robertj * Added filter function hooks to codec raw data channel. * * Revision 1.73 2002/01/23 01:58:28 robertj * Added function to determine if codecs raw data channel is native format. * * Revision 1.72 2002/01/22 16:09:38 rogerh * Back out the DTMF detection from H323FramedAudioCodec::Write(). * There will shortly be a better place for it. * * Revision 1.71 2002/01/22 15:21:47 rogerh * Add DTMF decoding to PCM audio streams. This has been tested with * NetMeeting sending Dial Pad codes, using the G.711 codec. * At this time, DTMF codes (fron NetMeeting) are just displayed on the * screen and are not passed up to the users application. * * Revision 1.70 2002/01/13 23:55:21 robertj * Added mutex so can change raw data channel while reading/writing from codec. * * Revision 1.69 2002/01/06 05:34:05 robertj * Fixed encoding error for 4 bit streamed codecs. * * Revision 1.68 2001/12/04 05:13:12 robertj * Added videa bandwidth limiting code for H.261, thanks Jose Luis Urien. * * Revision 1.67 2001/11/28 00:09:14 dereks * Additional information in PTRACE output. * * Revision 1.66 2001/11/16 01:05:35 craigs * Changed to allow access to uLaw/ALaw to/from linear functions * * Revision 1.65 2001/10/23 02:17:16 dereks * Initial release of cu30 video codec. * * Revision 1.64 2001/09/25 03:14:47 dereks * Add constant bitrate control for the h261 video codec. * Thanks Tiziano Morganti for the code to set bit rate. Good work! * * Revision 1.63 2001/09/21 02:50:06 robertj * Implemented static object for all "known" media formats. * * Revision 1.62 2001/09/12 07:48:05 robertj * Fixed various problems with tracing. * * Revision 1.61 2001/09/11 01:24:36 robertj * Added conditional compilation to remove video and/or audio codecs. * * Revision 1.60 2001/08/06 03:08:56 robertj * Fission of h323.h to h323ep.h & h323con.h, h323.h now just includes files. * * Revision 1.59 2001/04/03 09:34:13 robertj * Fixed output of partial frames when short changed by transmitter with G.711 * * Revision 1.58 2001/03/29 23:45:08 robertj * Added ability to get current silence detect state and threshold. * Changed default signal on deadband time to be much shorter. * * Revision 1.57 2001/02/09 05:13:55 craigs * Added pragma implementation to (hopefully) reduce the executable image size * under Linux * * Revision 1.56 2001/01/25 07:27:16 robertj * Major changes to add more flexible OpalMediaFormat class to normalise * all information about media types, especially codecs. * * Revision 1.55 2000/12/19 22:33:44 dereks * Adjust so that the video channel is used for reading/writing raw video * data, which better modularizes the video codec. * * Revision 1.54 2000/09/22 01:35:49 robertj * Added support for handling LID's that only do symmetric codecs. * * Revision 1.53 2000/08/31 08:15:41 robertj * Added support for dynamic RTP payload types in H.245 OpenLogicalChannel negotiations. * * Revision 1.52 2000/07/14 14:08:10 robertj * Fixed stream based codec so can support stream "frames" less than maximum specified. * * Revision 1.51 2000/05/16 02:04:17 craigs * Added access functions for silence compression mode * * Revision 1.50 2000/05/04 11:52:35 robertj * Added Packets Too Late statistics, requiring major rearrangement of jitter * buffer code, not also changes semantics of codec Write() function slightly. * * Revision 1.49 2000/05/02 04:32:26 robertj * Fixed copyright notice comment. * * Revision 1.48 2000/04/28 12:58:37 robertj * Changed silence detection code so does not PTRACE unless threshold actually changes. * * Revision 1.47 2000/04/10 18:52:45 robertj * Improved "bootstrap" of silence detection algorithm. * * Revision 1.46 2000/03/23 03:00:06 robertj * Changed framed codec so only writes max of bytesPerFrame regardless of length. * * Revision 1.45 2000/02/04 05:11:19 craigs * Updated for new Makefiles and for new video transmission code * * Revision 1.44 2000/01/13 04:03:45 robertj * Added video transmission * * Revision 1.43 1999/12/31 00:05:36 robertj * Added Microsoft ACM G.723.1 codec capability. * * Revision 1.42 1999/12/23 23:02:35 robertj * File reorganision for separating RTP from H.323 and creation of LID for VPB support. * * Revision 1.41 1999/12/21 07:36:43 craigs * Fixed problem in H323VideoCodec destructor that caused hang or segv on exit * * Revision 1.40 1999/11/29 08:59:09 craigs * Added new code for new video code interface * * Revision 1.39 1999/11/29 04:50:11 robertj * Added adaptive threshold calculation to silence detection. * * Revision 1.38 1999/11/20 00:53:47 robertj * Fixed ability to have variable sized frames in single RTP packet under G.723.1 * * Revision 1.37 1999/11/13 14:10:59 robertj * Changes to make silence detection selectable. * * Revision 1.36 1999/11/11 23:28:46 robertj * Added first cut silence detection algorithm. * * Revision 1.35 1999/11/04 00:45:07 robertj * Added extra constructors for nonStandard codecs and fixed receiveAndTransmitAudioCapability problem. * * Revision 1.34 1999/11/01 00:51:13 robertj * Fixed problem where codec close does not dispose of attached channel. * * Revision 1.33 1999/10/19 00:04:57 robertj * Changed OpenAudioChannel and OpenVideoChannel to allow a codec AttachChannel with no autodelete. * * Revision 1.32 1999/10/14 12:02:40 robertj * Fixed assignment of t35 info in nonstandard capabilities (wrong way around). * * Revision 1.31 1999/10/10 23:00:15 craigs * Fixed problem with raw channel ptrs not being NULLed out after deletion * * Revision 1.30 1999/10/09 02:15:08 craigs * Added codec to OpenVideoDevice and OpenAudioChannel * * Revision 1.29 1999/10/09 01:20:48 robertj * Fixed error in G711 packet size and trace message * * Revision 1.28 1999/10/08 09:59:03 robertj * Rewrite of capability for sending multiple audio frames * * Revision 1.27 1999/10/08 08:32:22 robertj * Fixed misleading trace text. * * Revision 1.26 1999/10/08 04:58:38 robertj * Added capability for sending multiple audio frames in single RTP packet * * Revision 1.25 1999/09/23 07:25:12 robertj * Added open audio and video function to connection and started multi-frame codec send functionality. * * Revision 1.24 1999/09/21 14:51:34 robertj * Fixed NonStandardCapabilityInfo class virtual destructor (and name). * * Revision 1.23 1999/09/21 14:14:36 robertj * Added non-standard codec capability classes * * Revision 1.22 1999/09/21 08:10:03 craigs * Added support for video devices and H261 codec * * Revision 1.21 1999/09/18 13:24:38 craigs * Added ability to disable jitter buffer * Added ability to access entire RTP packet in codec Write * * Revision 1.20 1999/09/13 13:59:14 robertj * Removed incorrect comment. * * Revision 1.19 1999/09/08 04:05:49 robertj * Added support for video capabilities & codec, still needs the actual codec itself! * * Revision 1.18 1999/08/31 12:34:18 robertj * Added gatekeeper support. * * Revision 1.17 1999/08/25 05:05:36 robertj * Added UserInput capability. * Allowed the attachment of a channel on a codec to optionally delete the channel object, * Improved opening of audio codecs, PSoundChannel creation now in endpoint. * * Revision 1.16 1999/07/16 16:05:48 robertj * Added "human readable" codec type name display. * * Revision 1.15 1999/07/16 15:01:30 robertj * Added message print when starting GSM codec. * * Revision 1.14 1999/07/15 14:45:36 robertj * Added propagation of codec open error to shut down logical channel. * Fixed control channel start up bug introduced with tunnelling. * * Revision 1.13 1999/07/13 09:53:24 robertj * Fixed some problems with jitter buffer and added more debugging. * * Revision 1.12 1999/07/10 02:42:53 robertj * Fixed interopability problem with NetMetting 2.1 G711 capability. * * Revision 1.11 1999/07/09 06:09:49 robertj * Major implementation. An ENORMOUS amount of stuff added everywhere. * * Revision 1.10 1999/06/24 13:32:45 robertj * Fixed ability to change sound device on codec and fixed NM3 G.711 compatibility * * Revision 1.9 1999/06/22 13:49:40 robertj * Added GSM support and further RTP protocol enhancements. * * Revision 1.8 1999/06/14 15:08:40 robertj * Added GSM codec class frame work (still no actual codec). * * Revision 1.7 1999/06/14 08:44:58 robertj * Fixed sound buffers to be correct size for stream based audio. * GNU C++ compatibility * * Revision 1.6 1999/06/14 06:39:08 robertj * Fixed problem with getting transmit flag to channel from PDU negotiator * * Revision 1.5 1999/06/14 05:15:55 robertj * Changes for using RTP sessions correctly in H323 Logical Channel context * * Revision 1.4 1999/06/13 12:41:14 robertj * Implement logical channel transmitter. * Fixed H245 connect on receiving call. * * Revision 1.3 1999/06/09 05:26:19 robertj * Major restructuring of classes. * * Revision 1.2 1999/06/06 06:06:36 robertj * Changes for new ASN compiler and v2 protocol ASN files. * * Revision 1.1 1999/01/16 01:31:04 robertj * Initial revision * */ #include #ifdef __GNUC__ #pragma implementation "codecs.h" #endif #include "codecs.h" #include "channels.h" #include "h323pdu.h" #include "h323con.h" #define new PNEW extern "C" { unsigned char linear2ulaw(int pcm_val); int ulaw2linear(unsigned char u_val); unsigned char linear2alaw(int pcm_val); int alaw2linear(unsigned char u_val); }; ///////////////////////////////////////////////////////////////////////////// H323Codec::H323Codec(const char * fmt, Direction dir) : mediaFormat(fmt) { logicalChannel = NULL; direction = dir; lastSequenceNumber = 1; rawDataChannel = NULL; deleteChannel = FALSE; } BOOL H323Codec::Open(H323Connection & /*connection*/) { return TRUE; } unsigned H323Codec::GetFrameRate() const { return mediaFormat.GetFrameTime(); } void H323Codec::OnFlowControl(long PTRACE_PARAM(bitRateRestriction)) { PTRACE(3, "Codec\tOnFlowControl: " << bitRateRestriction); } void H323Codec::OnMiscellaneousCommand(const H245_MiscellaneousCommand_type & PTRACE_PARAM(type)) { PTRACE(3, "Codec\tOnMiscellaneousCommand: " << type.GetTagName()); } void H323Codec::OnMiscellaneousIndication(const H245_MiscellaneousIndication_type & PTRACE_PARAM(type)) { PTRACE(3, "Codec\tOnMiscellaneousIndication: " << type.GetTagName()); } BOOL H323Codec::AttachChannel(PChannel * channel, BOOL autoDelete) { PWaitAndSignal mutex(rawChannelMutex); CloseRawDataChannel(); rawDataChannel = channel; deleteChannel = autoDelete; if (channel == NULL) return FALSE; return channel->IsOpen(); } PChannel * H323Codec::SwapChannel(PChannel * newChannel, BOOL autoDelete) { PWaitAndSignal mutex(rawChannelMutex); PChannel * oldChannel = rawDataChannel; rawDataChannel = newChannel; deleteChannel = autoDelete; return oldChannel; } BOOL H323Codec::CloseRawDataChannel() { if (rawDataChannel == NULL) return FALSE; BOOL closeOK = rawDataChannel->Close(); if (deleteChannel) { delete rawDataChannel; rawDataChannel = NULL; } return closeOK; } BOOL H323Codec::IsRawDataChannelNative() const { return FALSE; } BOOL H323Codec::ReadRaw(void * data, PINDEX size, PINDEX & length) { if (rawDataChannel == NULL) { PTRACE(1, "Codec\tNo audio channel for read"); return FALSE; } if (!rawDataChannel->Read(data, size)) { PTRACE(1, "Codec\tAudio read failed: " << rawDataChannel->GetErrorText(PChannel::LastReadError)); return FALSE; } length = rawDataChannel->GetLastReadCount(); for (PINDEX i = 0; i < filters.GetSize(); i++) { FilterInfo info(*this, data, size, length); filters[i](info, 0); length = info.bufferLength; } return TRUE; } BOOL H323Codec::WriteRaw(void * data, PINDEX length) { if (rawDataChannel == NULL) { PTRACE(1, "Codec\tNo audio channel for write"); return FALSE; } for (PINDEX i = 0; i < filters.GetSize(); i++) { FilterInfo info(*this, data, length, length); filters[i](info, 0); length = info.bufferLength; } if (rawDataChannel->Write(data, length)) return TRUE; PTRACE(1, "Codec\tWrite failed: " << rawDataChannel->GetErrorText(PChannel::LastWriteError)); return FALSE; } BOOL H323Codec::AttachLogicalChannel(H323Channel *channel) { logicalChannel = channel; return TRUE; } void H323Codec::AddFilter(const PNotifier & notifier) { rawChannelMutex.Wait(); filters.Append(new PNotifier(notifier)); rawChannelMutex.Signal(); } ///////////////////////////////////////////////////////////////////////////// #ifndef NO_H323_VIDEO H323VideoCodec::H323VideoCodec(const char * fmt, Direction dir) : H323Codec(fmt, dir) { frameWidth = frameHeight = 0; targetFrameTimeMs = 0; videoBitRateControlModes = None; oldLength = 0; oldTime = 0; newTime = 0; } H323VideoCodec::~H323VideoCodec() { Close(); //The close operation may delete the rawDataChannel. } BOOL H323VideoCodec::Open(H323Connection & connection) { return connection.OpenVideoChannel(direction == Encoder, *this); } void H323VideoCodec::OnMiscellaneousCommand(const H245_MiscellaneousCommand_type & type) { switch (type.GetTag()) { case H245_MiscellaneousCommand_type::e_videoFreezePicture : OnFreezePicture(); break; case H245_MiscellaneousCommand_type::e_videoFastUpdatePicture : OnFastUpdatePicture(); break; case H245_MiscellaneousCommand_type::e_videoFastUpdateGOB : { const H245_MiscellaneousCommand_type_videoFastUpdateGOB & fuGOB = type; OnFastUpdateGOB(fuGOB.m_firstGOB, fuGOB.m_numberOfGOBs); break; } case H245_MiscellaneousCommand_type::e_videoFastUpdateMB : { const H245_MiscellaneousCommand_type_videoFastUpdateMB & fuMB = type; OnFastUpdateMB(fuMB.HasOptionalField(H245_MiscellaneousCommand_type_videoFastUpdateMB::e_firstGOB) ? (int)fuMB.m_firstGOB : -1, fuMB.HasOptionalField(H245_MiscellaneousCommand_type_videoFastUpdateMB::e_firstMB) ? (int)fuMB.m_firstMB : -1, fuMB.m_numberOfMBs); break; } case H245_MiscellaneousCommand_type::e_lostPartialPicture : OnLostPartialPicture(); break; case H245_MiscellaneousCommand_type::e_lostPicture : OnLostPicture(); break; case H245_MiscellaneousCommand_type::e_videoTemporalSpatialTradeOff : { const PASN_Integer & newQuality = type; OnVideoTemporalSpatialTradeOffCommand(newQuality); break; } } H323Codec::OnMiscellaneousCommand(type); } void H323VideoCodec::OnFreezePicture() { PTRACE(3, "Codec\tOnFreezePicture()"); } void H323VideoCodec::OnFastUpdatePicture() { PTRACE(3, "Codec\tOnFastUpdatePicture()"); } void H323VideoCodec::OnFastUpdateGOB(unsigned PTRACE_PARAM(firstGOB), unsigned PTRACE_PARAM(numberOfGOBs)) { PTRACE(3, "Codecs\tOnFastUpdateGOB(" << firstGOB << ',' << numberOfGOBs << ')'); } void H323VideoCodec::OnFastUpdateMB(int PTRACE_PARAM(firstGOB), int PTRACE_PARAM(firstMB), unsigned PTRACE_PARAM(numberOfMBs)) { PTRACE(3, "Codecs\tOnFastUpdateMB(" << firstGOB << ',' << firstMB << ',' << numberOfMBs << ')'); } void H323VideoCodec::OnLostPartialPicture() { PTRACE(3, "Codec\tOnLostPartialPicture()"); } void H323VideoCodec::OnLostPicture() { PTRACE(3, "Codec\tOnLostPicture()"); } void H323VideoCodec::OnMiscellaneousIndication(const H245_MiscellaneousIndication_type & type) { switch (type.GetTag()) { case H245_MiscellaneousIndication_type::e_videoIndicateReadyToActivate : OnVideoIndicateReadyToActivate(); break; case H245_MiscellaneousIndication_type::e_videoTemporalSpatialTradeOff : { const PASN_Integer & newQuality = type; OnVideoTemporalSpatialTradeOffIndication(newQuality); break; } case H245_MiscellaneousIndication_type::e_videoNotDecodedMBs : { const H245_MiscellaneousIndication_type_videoNotDecodedMBs & vndMB = type; OnVideoNotDecodedMBs(vndMB.m_firstMB, vndMB.m_numberOfMBs, vndMB.m_temporalReference); break; } } H323Codec::OnMiscellaneousIndication(type); } void H323VideoCodec::OnVideoIndicateReadyToActivate() { PTRACE(3, "Codec\tOnVideoIndicateReadyToActivate()"); } void H323VideoCodec::OnVideoTemporalSpatialTradeOffCommand(int PTRACE_PARAM(newQuality)) { PTRACE(3, "Codecs\tOnVideoTemporalSpatialTradeOffCommand(" << newQuality << ')'); } void H323VideoCodec::OnVideoTemporalSpatialTradeOffIndication(int PTRACE_PARAM(newQuality)) { PTRACE(3, "Codecs\tOnVideoTemporalSpatialTradeOffIndication(" << newQuality << ')'); } void H323VideoCodec::OnVideoNotDecodedMBs(unsigned PTRACE_PARAM(firstMB), unsigned PTRACE_PARAM(numberOfMBs), unsigned PTRACE_PARAM(temporalReference)) { PTRACE(3, "Codecs\tOnVideoNotDecodedMBs(" << firstMB << ',' << numberOfMBs << ',' << temporalReference << ')'); } void H323VideoCodec::Close() { PWaitAndSignal mutex1(videoHandlerActive); CloseRawDataChannel(); } BOOL H323VideoCodec::SetMaxBitRate(unsigned bitRate) { PTRACE(1,"Set bitRateHighLimit for video to " << bitRate << " bps"); bitRateHighLimit = bitRate; if (0 == bitRateHighLimit) // disable bitrate control videoBitRateControlModes &= ~AdaptivePacketDelay; return TRUE; } BOOL H323VideoCodec::SetTargetFrameTimeMs(unsigned ms) { PTRACE(1,"Set targetFrameTimeMs for video to " << ms << " milliseconds"); targetFrameTimeMs = ms; if (0 == targetFrameTimeMs) videoBitRateControlModes &= ~DynamicVideoQuality; return TRUE; } void H323VideoCodec::SendMiscCommand(unsigned command) { if (logicalChannel != NULL) logicalChannel->SendMiscCommand(command); } #endif // NO_H323_VIDEO ///////////////////////////////////////////////////////////////////////////// #ifndef NO_H323_AUDIO_CODECS H323AudioCodec::H323AudioCodec(const char * fmt, Direction dir) : H323Codec(fmt, dir) { samplesPerFrame = (mediaFormat.GetFrameTime() * mediaFormat.GetTimeUnits()) / 8; if (samplesPerFrame == 0) samplesPerFrame = 8; // Default for non-frame based codecs. // Start off in silent mode inTalkBurst = FALSE; // Initialise the adaptive threshold variables. SetSilenceDetectionMode(AdaptiveSilenceDetection); } H323AudioCodec::~H323AudioCodec() { Close(); CloseRawDataChannel(); } BOOL H323AudioCodec::Open(H323Connection & connection) { return connection.OpenAudioChannel(direction == Encoder, samplesPerFrame*2, *this); } void H323AudioCodec::Close() { PWaitAndSignal mutex(rawChannelMutex); if (rawDataChannel != NULL) rawDataChannel->Close(); } unsigned H323AudioCodec::GetFrameRate() const { return samplesPerFrame; } H323AudioCodec::SilenceDetectionMode H323AudioCodec::GetSilenceDetectionMode( BOOL * isInTalkBurst, unsigned * currentThreshold) const { if (isInTalkBurst != NULL) *isInTalkBurst = inTalkBurst; if (currentThreshold != NULL) *currentThreshold = ulaw2linear((BYTE)(levelThreshold ^ 0xff)); return silenceDetectMode; } void H323AudioCodec::SetSilenceDetectionMode(SilenceDetectionMode mode, unsigned threshold, unsigned signalDeadband, unsigned silenceDeadband, unsigned adaptivePeriod) { silenceDetectMode = mode; // The silence deadband is the number of frames of low energy that have to // occur before the system stops sending data over the RTP link. signalDeadbandFrames = (signalDeadband+samplesPerFrame-1)/samplesPerFrame; silenceDeadbandFrames = (silenceDeadband+samplesPerFrame-1)/samplesPerFrame; // This is the period over which the adaptive algorithm operates adaptiveThresholdFrames = (adaptivePeriod+samplesPerFrame-1)/samplesPerFrame; if (mode != AdaptiveSilenceDetection) { levelThreshold = threshold; return; } // Initials threshold levels levelThreshold = 0; // Initialise the adaptive threshold variables. signalMinimum = UINT_MAX; silenceMaximum = 0; signalFramesReceived = 0; silenceFramesReceived = 0; // Restart in silent mode inTalkBurst = FALSE; } BOOL H323AudioCodec::DetectSilence() { // Can never have silence if NoSilenceDetection if (silenceDetectMode == NoSilenceDetection) return FALSE; // Can never have average signal level that high, this indicates that the // hardware cannot do silence detection. unsigned level = GetAverageSignalLevel(); if (level == UINT_MAX) return FALSE; // Convert to a logarithmic scale - use uLaw which is complemented level = linear2ulaw(level) ^ 0xff; // Now if signal level above threshold we are "talking" BOOL haveSignal = level > levelThreshold; // If no change ie still talking or still silent, resent frame counter if (inTalkBurst == haveSignal) framesReceived = 0; else { framesReceived++; // If have had enough consecutive frames talking/silent, swap modes. if (framesReceived >= (inTalkBurst ? silenceDeadbandFrames : signalDeadbandFrames)) { inTalkBurst = !inTalkBurst; PTRACE(4, "Codec\tSilence detection transition: " << (inTalkBurst ? "Talk" : "Silent") << " level=" << level << " threshold=" << levelThreshold); // If we had talk/silence transition restart adaptive threshold measurements signalMinimum = UINT_MAX; silenceMaximum = 0; signalFramesReceived = 0; silenceFramesReceived = 0; } } if (silenceDetectMode == FixedSilenceDetection) return !inTalkBurst; if (levelThreshold == 0) { if (level > 1) { // Bootstrap condition, use first frame level as silence level levelThreshold = level/2; PTRACE(4, "Codec\tSilence detection threshold initialised to: " << levelThreshold); } return TRUE; // inTalkBurst always FALSE here, so return silent } // Count the number of silent and signal frames and calculate min/max if (haveSignal) { if (level < signalMinimum) signalMinimum = level; signalFramesReceived++; } else { if (level > silenceMaximum) silenceMaximum = level; silenceFramesReceived++; } // See if we have had enough frames to look at proportions of silence/signal if ((signalFramesReceived + silenceFramesReceived) > adaptiveThresholdFrames) { /* Now we have had a period of time to look at some average values we can make some adjustments to the threshold. There are four cases: */ if (signalFramesReceived >= adaptiveThresholdFrames) { /* If every frame was noisy, move threshold up. Don't want to move too fast so only go a quarter of the way to minimum signal value over the period. This avoids oscillations, and time will continue to make the level go up if there really is a lot of background noise. */ int delta = (signalMinimum - levelThreshold)/4; if (delta != 0) { levelThreshold += delta; PTRACE(4, "Codec\tSilence detection threshold increased to: " << levelThreshold); } } else if (silenceFramesReceived >= adaptiveThresholdFrames) { /* If every frame was silent, move threshold down. Again do not want to move too quickly, but we do want it to move faster down than up, so move to halfway to maximum value of the quiet period. As a rule the lower the threshold the better as it would improve response time to the start of a talk burst. */ unsigned newThreshold = (levelThreshold + silenceMaximum)/2 + 1; if (levelThreshold != newThreshold) { levelThreshold = newThreshold; PTRACE(4, "Codec\tSilence detection threshold decreased to: " << levelThreshold); } } else if (signalFramesReceived > silenceFramesReceived) { /* We haven't got a definitive silent or signal period, but if we are constantly hovering at the threshold and have more signal than silence we should creep up a bit. */ levelThreshold++; PTRACE(4, "Codec\tSilence detection threshold incremented to: " << levelThreshold << " signal=" << signalFramesReceived << ' ' << signalMinimum << " silence=" << silenceFramesReceived << ' ' << silenceMaximum); } signalMinimum = UINT_MAX; silenceMaximum = 0; signalFramesReceived = 0; silenceFramesReceived = 0; } return !inTalkBurst; } unsigned H323AudioCodec::GetAverageSignalLevel() { return UINT_MAX; } ///////////////////////////////////////////////////////////////////////////// H323FramedAudioCodec::H323FramedAudioCodec(const char * fmt, Direction dir) : H323AudioCodec(fmt, dir), sampleBuffer(samplesPerFrame) { bytesPerFrame = mediaFormat.GetFrameSize(); } BOOL H323FramedAudioCodec::Read(BYTE * buffer, unsigned & length, RTP_DataFrame &) { PWaitAndSignal mutex(rawChannelMutex); if (direction != Encoder) { PTRACE(1, "Codec\tAttempt to decode from encoder"); return FALSE; } PINDEX numBytes = samplesPerFrame*2; PINDEX count; if (!ReadRaw(sampleBuffer.GetPointer(samplesPerFrame), numBytes, count)) return FALSE; if (count != numBytes) { PTRACE(1, "Codec\tRead truncated frame of raw data. Wanted " << numBytes << " and got "< bytesPerFrame) length = bytesPerFrame; written = bytesPerFrame; // Decode the data if (!DecodeFrame(buffer, length, written, bytesDecoded)) { written = length; length = 0; } } // was memset(sampleBuffer.GetPointer(samplesPerFrame), 0, bytesDecoded); if (length == 0) DecodeSilenceFrame(sampleBuffer.GetPointer(bytesDecoded), bytesDecoded); // Write as 16bit PCM to sound channel return WriteRaw(sampleBuffer.GetPointer(), bytesDecoded); } unsigned H323FramedAudioCodec::GetAverageSignalLevel() { // Calculate the average signal level of this frame int sum = 0; const short * pcm = sampleBuffer; const short * end = pcm + samplesPerFrame; while (pcm != end) { if (*pcm < 0) sum -= *pcm++; else sum += *pcm++; } return sum/samplesPerFrame; } BOOL H323FramedAudioCodec::DecodeFrame(const BYTE * buffer, unsigned length, unsigned & written, unsigned & /*decodedBytes*/) { return DecodeFrame(buffer, length, written); } BOOL H323FramedAudioCodec::DecodeFrame(const BYTE * /*buffer*/, unsigned /*length*/, unsigned & /*written*/) { PAssertAlways(PUnimplementedFunction); return FALSE; } ///////////////////////////////////////////////////////////////////////////// H323StreamedAudioCodec::H323StreamedAudioCodec(const char * fmt, Direction dir, unsigned samples, unsigned bits) : H323FramedAudioCodec(fmt, dir) { samplesPerFrame = samples; bytesPerFrame = (samples*bits+7)/8; bitsPerSample = bits; } BOOL H323StreamedAudioCodec::EncodeFrame(BYTE * buffer, unsigned &) { PINDEX i; unsigned short position = 0; BYTE encoded; switch (bitsPerSample) { case 8 : for (i = 0; i < (PINDEX)samplesPerFrame; i++) *buffer++ = (BYTE)Encode(sampleBuffer[i]); break; case 5 : // g.726-40 payload encoding.... for (i = 0; i < (PINDEX)samplesPerFrame;i++) { // based on a 40 bits encoding, we have 8 words of 5 bits each encoded = (BYTE)Encode(sampleBuffer[i]); switch(position) { case 0: // 0 bits overflow *buffer = encoded; position++; break; case 1: // 2 bits overflow *buffer++ |= (encoded << 5); *buffer = (BYTE)(encoded >> 3); position++; break; case 2: *buffer |= (encoded << 2); position++; break; case 3: // one bit left for word 4 *buffer++ |= (encoded << 7); *buffer = (BYTE)(encoded >> 1); position++; break; case 4: *buffer++ |= (encoded << 4); *buffer = (BYTE)(encoded >> 4); position++; break; case 5: *buffer |= (encoded << 1); position++; break; case 6: //two bits left for the new encoded word *buffer++ |= (encoded << 6); *buffer = (BYTE)(encoded >> 2); position++; break; case 7: // now five bits left for the last word *buffer++ |= (encoded << 3); position = 0; break; } } break; case 4 : for (i = 0; i < (PINDEX)samplesPerFrame; i++) { if ((i&1) == 0) *buffer = (BYTE)Encode(sampleBuffer[i]); else *buffer++ |= (BYTE)(Encode(sampleBuffer[i]) << 4); } break; case 3 : for (i = 0;i < (PINDEX)samplesPerFrame;i++) { encoded = (BYTE)Encode(sampleBuffer[i]); switch(position) { case 0: // 0 bits overflow *buffer = encoded; position++; break; case 1: // 2 bits overflow *buffer |= (encoded << 3); position++; break; case 2: *buffer++ |= (encoded << 6); *buffer = (BYTE)(encoded >> 2); position++; break; case 3: // one bit left for word 4 *buffer |= (encoded << 1); position++; break; case 4: *buffer |= (encoded << 4); position++; break; case 5: *buffer++ |= (encoded << 7); *buffer = (BYTE)(encoded >> 1); position++; break; case 6: //two bits left for the new encoded word *buffer |= (encoded << 2); position++; break; case 7: // now five bits left for the last word *buffer++ |= (encoded << 5); position = 0; break; } } break; case 2: for (i = 0; i < (PINDEX)samplesPerFrame; i++) { switch(position) { case 0: *buffer = (BYTE)Encode(sampleBuffer[i]); position++; break; case 1: *buffer |= (BYTE)(Encode(sampleBuffer[i]) << 2); position++; break; case 2: *buffer |= (BYTE)(Encode(sampleBuffer[i]) << 4); position++; break; case 3: *buffer++ |= (BYTE)(Encode(sampleBuffer[i]) << 6); position = 0; break; } } break; default : PAssertAlways("Unsupported bit size"); return FALSE; } return TRUE; } BOOL H323StreamedAudioCodec::DecodeFrame(const BYTE * buffer, unsigned length, unsigned & written, unsigned & decodedBytes) { unsigned i; short * sampleBufferPtr = sampleBuffer.GetPointer(samplesPerFrame); short * out = sampleBufferPtr; unsigned short position = 0; unsigned remaining = 0; switch (bitsPerSample) { case 8 : for (i = 0; i < length; i++) *out++ = Decode(*buffer++); break; // those case are for ADPCM G.726 case 5 : for (i = 0; i < length; i++) { switch(position) { case 0: *out++ = Decode(*buffer & 31); remaining = *buffer >> 5; // get the three remaining bytes for the next word buffer++; position++; break; case 1: // we can decode more than one word in second buffer *out++ = Decode (((*buffer&3) << 3) | remaining); *out++ = Decode( (*buffer >> 2) & 31); remaining = *buffer >> 7; buffer++; position++; break; case 2: *out++ = Decode( remaining | ((*buffer&15) << 1)); remaining = *buffer >> 4; buffer++; position++; break; case 3: *out++ = Decode( remaining | ((*buffer&1) << 4)); *out++ = Decode( (*buffer >> 1) & 31); remaining = *buffer >> 6; buffer++; position++; break; case 4 : *out++ = Decode( remaining | ((*buffer&7) << 2)); *out++ = Decode(*buffer >> 3); buffer++; position = 0; break; } } break; case 4 : for (i = 0; i < length; i++) { *out++ = Decode(*buffer & 15); *out++ = Decode(*buffer >> 4); buffer++; } break; case 3: for (i = 0; i < length; i++) { switch(position) { case 0: *out++ = Decode(*buffer & 7); *out++ = Decode((*buffer>>3)&7); remaining = *buffer >> 6; buffer++; position++; break; case 1: *out++ = Decode(remaining | ((*buffer&1) << 2)); *out++ = Decode((*buffer >> 1) & 7); *out++ = Decode((*buffer >> 4)&7); remaining = *buffer >> 7; buffer++; position++; break; case 2: *out++ = Decode(remaining | ((*buffer&3) << 1)); *out++ = Decode((*buffer >> 2) & 7); *out++ = Decode((*buffer >> 5) & 7); buffer++; position = 0; break; } } break; case 2: for (i = 0; i < length; i++) { *out++ = Decode(*buffer & 3); *out++ = Decode((*buffer >> 2) & 3); *out++ = Decode((*buffer >> 4) & 3); *out++ = Decode((*buffer >> 6) & 3); buffer++; } break; default : PAssertAlways("Unsupported bit size"); return FALSE; } written = length; decodedBytes = (out - sampleBufferPtr)*2; return TRUE; } ///////////////////////////////////////////////////////////////////////////// H323_ALawCodec::H323_ALawCodec(Direction dir, BOOL at56kbps, unsigned frameSize) : H323StreamedAudioCodec(OpalG711ALaw, dir, frameSize, 8) { sevenBit = at56kbps; PTRACE(3, "Codec\tG711 ALaw " << (dir == Encoder ? "en" : "de") << "coder created for at " << (sevenBit ? "56k" : "64k") << ", " << frameSize << " samples"); } int H323_ALawCodec::EncodeSample(short sample) { return linear2alaw(sample); } short H323_ALawCodec::DecodeSample(int sample) { return (short)alaw2linear((unsigned char)sample); } ///////////////////////////////////////////////////////////////////////////// H323_muLawCodec::H323_muLawCodec(Direction dir, BOOL at56kbps, unsigned frameSize) : H323StreamedAudioCodec(OpalG711uLaw, dir, frameSize, 8) { sevenBit = at56kbps; PTRACE(3, "Codec\tG711 uLaw " << (dir == Encoder ? "en" : "de") << "coder created for at " << (sevenBit ? "56k" : "64k") << ", frame of " << frameSize << " samples"); } int H323_muLawCodec::EncodeSample(short sample) { return linear2ulaw(sample); } short H323_muLawCodec::DecodeSample(int sample) { return (short)ulaw2linear((unsigned char)sample); } ///////////////////////////////////////////////////////////////////////////// #endif // NO_H323_AUDIO_CODECS openh323_v1_18_0/src/cu30codec.cxx0100644000176200056700000004656610251251717016735 0ustar releasepostincr/* * cu30codec.cxx * * H.323 protocol handler * * Open H323 Library * * Copyright (c) 1998-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): Derek J Smithies (derek@indranet.co.nz) * ______________________________________ * * $Log: cu30codec.cxx,v $ * Revision 1.6 2005/06/07 07:59:11 csoutheren * Applied patch 1176459 for PocketPC. Thanks to Matthias Weber * * Revision 1.5 2002/12/29 22:35:52 dereks * Fix so it compiles. * * Revision 1.4 2002/10/09 18:18:35 rogerh * Apply a patch from Damien Sandras * * Revision 1.3 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.2 2002/01/16 02:53:52 dereks * Add methods to cope with H.245 RequestModeChange in h.261 video codec. * * Revision 1.1 2001/10/23 02:17:16 dereks * Initial release of cu30 video codec. * * * * Notes on the operation of this codec. * A library is dynamically allocated by the PDynaLink class (which is * an ancestor of the H323_Cu30Codec class. * * If multiple threads each open the library, there is only one instance of the library. * The library requires some classes to be allocated to run, where these classes are * specific to the thread opening the library. We therefore call the library, and request * it to allocate some internal data - which is specific to this thread. * * * the cu30codec * -must create (and free) data specific to this thread * the cu30encoder * -must create/delete the yuv420pImage * -must not create/delete the encodedImage. * the cu30decoder * -must not create/delete the yuv420pImage. * -must create/delete the encodedImage. * * Alternatively, the cu30codec must make the image used as the source * so the encoder must make/delete the yuv420pImage. * cu30encoder(library routine) makes/deletes the encodedImage. */ #include #ifdef __GNUC__ #pragma implementation "cu30codec.h" #endif #include "cu30codec.h" #include "rtp.h" #include "h245.h" #define new PNEW enum { SamplesPerFrame = 180, // 22.5 milliseconds BitsPerFrame = 54, // Encoded size BytesPerFrame = (BitsPerFrame+7)/8 }; /* static OpalMediaFormat const Cu30_MediaFormat("Cu30", OpalMediaFormat::DefaultVideoSessionID, RTP_DataFrame::DynamicBase, FALSE, // Use jitter to order packets.(should be true, // but that implies we are an audio codec). 240000, // bits/sec 100000, // Max Frame Size. 0, // No intrinsic time per frame. OpalMediaFormat::VideoTimeUnits); */ H323_Cu30Capability::H323_Cu30Capability(H323EndPoint & endpoint, PString statsDir, INT _width, INT _height, INT _statsFrames) : H323NonStandardVideoCapability(endpoint, (const BYTE *)"Cu30", 4,0,4) { statisticsDir = statsDir; newWidth = _width; newHeight = _height; statsFrames = _statsFrames; } PObject * H323_Cu30Capability::Clone() const { return new H323_Cu30Capability(*this); } PString H323_Cu30Capability::GetFormatName() const { return "Cu30{sw}"; } H323Codec * H323_Cu30Capability::CreateCodec(H323Codec::Direction direction) const { return new H323_Cu30Codec(direction,statisticsDir,newWidth,newHeight,statsFrames); } ///////////////////////////////////////////////////////////////////////////// const int MaxRtpPacketSize = 1400; H323_Cu30Codec::H323_Cu30Codec(Direction dir, PString statsDir, INT _width, INT _height, INT _statsFrames) : H323VideoCodec("Cu30", dir), PDynaLink("libcu30.so.0") { yuv420pImage = NULL; encodedImage = NULL; encodedImageSize = 0; encodedImageIndex = 0; packetCount = 0; codecActive = FALSE; if (!IsLoaded()) { PDynaLink::Close(); PTRACE(0,"Cu30\t failed to load external Library. Prepare for doom"); cerr << "ERROR.. Failed to load the libcu30.so.0 external library"<GetGrabWidth(); frameHeight = ((PVideoChannel *)rawDataChannel)->GetGrabHeight(); if( (frameWidth <= 0) || (frameHeight <= 0) ) { PTRACE(3,"Cu30\t Video grab width is " << frameWidth <<"x"<< frameHeight); PTRACE(3,"Cu30\t Close down video transmission thread."); return FALSE; } Resize(frameWidth, frameHeight); SetQuality(internData, videoQuality); if(codecActive==FALSE) { PTRACE(3,"Cu30\t about to open encoder. Initial size " <Sleep(50); // Place a 50ms interval between stats. length += 3*sizeof (PINDEX); return TRUE; } if( rawDataChannel == NULL ) {//Some other task has killed our videohandler. Exit. PTRACE(3,"Cu30\t Encoder's raw data channel has been killed. "); PTRACE(3,"Cu30\t Close down video transmission thread."); return FALSE; } if( !rawDataChannel->IsOpen()) { PTRACE(3,"Cu30\t Video grabber is not initialised."); PTRACE(3,"Cu30\t Close down video transmission thread."); return FALSE; } PINDEX bytesInFrame=0; int bytesRemaining = encodedImageSize-encodedImageIndex; if( bytesRemaining==0 ) { //NO data is waiting to be read. Get data with the read call. PTRACE(3,"Cu30\t Finished sending current frame. Get next frame."); if(rawDataChannel->Read(yuv420pImage,bytesInFrame)) { RecordStatistics(yuv420pImage); RenderFrame(); //display data from grab process. encodedImageSize = DoEncode(internData, yuv420pImage,&encodedImage); if (encodedImageSize==0) { PTRACE(3,"Cu30\t Encoder was closed by another thread. "); return FALSE; //The encoder has been shut down. We were not told. Sorry. } encodedImageIndex=0; bytesRemaining = encodedImageSize; } else { PTRACE(3,"Cu30\t Read of video grabber failed. Return False"); return FALSE; //Read failed, return false. } } else PThread::Current()->Sleep(5); // Place a 5 ms interval betwen packets of the same frame. PINDEX *statsHeader = (PINDEX *)buffer; *statsHeader = frameWidth; statsHeader++; *statsHeader = frameHeight; statsHeader++; *statsHeader = encodedImageIndex; statsHeader++; BYTE *rtpData = (BYTE *)statsHeader; length = 3*sizeof(PINDEX); if (bytesRemaining<0) { PTRACE(0,"Cu30\t Internal ERROR in Cu30 codec. " << "Bytes Remaining is " << bytesRemaining); PTRACE(0,"Cu30\t Closing video stream transmission"); return FALSE; } if( bytesRemaining < MaxRtpPacketSize ) { memcpy(rtpData,encodedImage+encodedImageIndex,bytesRemaining); length += bytesRemaining; encodedImageIndex = encodedImageSize; } else { memcpy(rtpData,encodedImage+encodedImageIndex,MaxRtpPacketSize); encodedImageIndex += MaxRtpPacketSize; length += MaxRtpPacketSize; } frame.SetMarker(encodedImageIndex == encodedImageSize); //an argument of TRUE means that this is the last packet in frame. PTRACE(5,"Cu30\t Finished the read routine. Sent length="<0) { DoStats(internData, src); statsFrames--; } return statsFrames>0; // return true if there are more to be done. } BOOL H323_Cu30Codec::AllocateInternalImages(void) { if (direction==Encoder) { PTRACE(3,"Cu30\t Allocate Internal Images for ENcoder"); if (yuv420pImage != NULL){ PTRACE(3,"Cu30\t delete old yuv420pImage"<SetRenderFrameSize(frameWidth, frameHeight); PTRACE(5, "Cu30\t video rendering frame size is set to " << frameWidth << "x" << frameHeight); ok = rawDataChannel->Write((const void *)yuv420pImage,0); } return ok; } void H323_Cu30Codec::Close() { PTRACE(3,"Cu30\t ::Close()"); PWaitAndSignal mutex1(videoHandlerActive); PTRACE(3,"Cu30\t ::Close() can now proceed."); if (!IsLoaded()) return; if( direction == Decoder ) { CloseDecoder(internData); PTRACE(3,"Cu30\t ::CloseDecoder() succeeded."); if ( encodedImage!=NULL ) { delete encodedImage; encodedImage = NULL; } } if( direction == Encoder ) { CloseEncoder(internData); PFilePath fileName = PProcess::Current().GetConfigurationFile(); PString statsDir = fileName.GetDirectory(); //Statistics files ("y" "u" "v" and "mc") are written here. SendStatsToFiles(internData, statsDir.GetPointer() ); CloseStats(internData); PTRACE(3,"Cu30\t ::CloseStats() succeeded"); if ( yuv420pImage!=NULL ) { delete yuv420pImage; yuv420pImage = NULL; } } encodedImageSize = 0; encodedImageIndex = 0; } void H323_Cu30Codec::OnLostPartialPicture() { if(direction == Encoder) { ForceIntraFrame(internData); PTRACE(1,"Cu30\t force video encoder to send intra frame"); } else PTRACE(1,"Cu30\t ERR. Receive video codec has OnLostPartialPicture"); } void H323_Cu30Codec::OnLostPicture() { if(direction == Encoder) { resendStats = TRUE; PTRACE(1,"Cu30\t force video encoder to send intra frame"); } else PTRACE(1,"Cu30\t ERR. Receive video codec has OnLostPicture"); } ///////////////////////////////////////////////////////////////////////////// //End of cu30codec.cxx openh323_v1_18_0/src/dllmain.cxx0100644000176200056700000000252407563564140016600 0ustar releasepostincr/* * dllmain.cxx * * DLL main entry point for OpenH323.dll * * Open H323 Library * * Copyright (c) 1993-1998 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: dllmain.cxx,v $ * Revision 1.3 2002/11/10 23:14:40 robertj * Made sure static variables are included in DLL * * Revision 1.2 2000/05/02 04:32:26 robertj * Fixed copyright notice comment. * * Revision 1.1 2000/04/13 00:02:01 robertj * Added ability to create DLL version of library. * */ #include #define H323_STATIC_LIB #include HINSTANCE PDllInstance; BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID) { if (fdwReason == DLL_PROCESS_ATTACH) PDllInstance = hinstDLL; return TRUE; } openh323_v1_18_0/src/ffh263codec.cxx0100644000176200056700000007432610155460417017156 0ustar releasepostincr/* * ffh263codec.cxx * * Non standard implementation of h263+ based on ffmpeg. (or reported as avcodec) * * H.323 protocol handler * * Open H323 Library * * Copyright (c) 2001 March Networks Corporation * Copyright (c) 1998-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Portions of this code were written with the financial assistance of * AliceStreet (http://www.alicestreet.com) * * Contributor(s): Guilhem Tardy (gtardy@salyens.com) * * $Log: ffh263codec.cxx,v $ * Revision 1.10 2004/12/08 02:03:59 csoutheren * Fixed problem with detection of non-FFH.263 * * Revision 1.9 2004/05/12 23:18:34 csoutheren * Adjusted copyright notices for ffh263 and rfc2190 files * * Revision 1.8 2004/04/26 10:44:14 csoutheren * Included most recent H.263 stubs from Guilhem Tardy * This appears to fix the stability problems on transmitting video from Linux * * Revision 1.7 2004/04/22 22:35:00 csoutheren * Fixed mispelling of Guilhem Tardy - my apologies to him * * Revision 1.6 2004/04/22 14:22:21 csoutheren * Added RFC 2190 H.263 code as created by Guilhem Tardy and AliceStreet * Many thanks to them for their contributions. * * Revision 1.5 2003/08/08 01:52:14 dereksmithies * Make use of ffmpeg library work correctly on multi CPU boxes. * * Revision 1.4 2003/08/04 00:03:35 dereksmithies * Reorganise test of H323_AVCODEC switch * * Revision 1.3 2003/07/31 05:08:24 dereksmithies * Switch to manual packet fragment technique. Much more reliable, especially so on windows. * * Revision 1.2 2003/07/29 03:33:41 dereksmithies * add bug fix which prevents random Crashes on windows. * * Revision 1.1 2003/07/24 05:22:18 dereksmithies * Moved ffmpeg h263 support to this file, and designate as non standard. * * Revision 1.19 2003/06/14 05:54:23 rjongbloed * Fixed MSVC warning. * Fixed what seemed an obvious mistake using boolean or operator (||) instead * of the bitwise or operator (|). * * Revision 1.18 2003/06/12 00:24:32 dereksmithies * Modify so QCIF-CIF behaviour similar to that for h261codec.cxx * * Revision 1.17 2003/06/10 01:37:25 dereksmithies * Changes so it should not crash under windows/release mode * * Revision 1.16 2003/06/06 06:32:08 rjongbloed * Fixed MSVC warning * * Revision 1.15 2003/06/06 05:18:54 dereksmithies * Fix startup delay bug. Remove all large packets from the network. Improve reliability. * * Revision 1.14 2003/06/03 05:01:23 rjongbloed * Fixed some trace logging (removed usage of cerr) * * Revision 1.13 2003/06/03 00:49:01 dereksmithies * Fix divide by zero error, which happens on win95 & win98 machines. * * Revision 1.12 2003/06/02 07:56:56 rjongbloed * Fixed media format passed to ancestor codec class * * Revision 1.11 2003/05/27 04:20:59 dereksmithies * Fix so that codec resizes correctly after capability exchange * No longer crashes if one endpoint is CIF, other is QCIF. * * Revision 1.10 2003/05/16 04:42:24 rjongbloed * Removed extraneous code, and other cosmetic changes. * Fixed compare function for capability. * Extra trace logging. * * Revision 1.9 2003/05/15 01:35:27 dereksmithies * Frame length fix * * Revision 1.8 2003/05/14 13:51:51 rjongbloed * Removed hack of using special payload type for H.263 for a method which * would be less prone to failure in the future. * Removed static "initialisation" function as this should be done * internally and not in the application. * Changed media format to be straight H.263 and not OpalH.263 * Moved Win32 stderr output in ffmpeg AVCODEC interception from * application to library. * Fixed some warnings. * * Revision 1.7 2003/05/14 03:07:17 rjongbloed * Made sure video buffer is large enough * * Revision 1.6 2003/05/05 11:59:25 robertj * Changed to use autoconf style selection of options and subsystems. * * Revision 1.5 2003/05/02 04:21:30 craigs * Added lots of extra H.263 support * * Revision 1.4 2003/04/21 21:50:22 dereks * Implement suggestion from Guilhem Tardy. Many thanks. * * Revision 1.3 2003/04/16 04:26:57 dereks * Initial release of h263 codec, which utilises the ffmpeg library. * Thanks to Guilhem Tardy, and to AliceStreet. * * Revision 1.2 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.1 2002/05/19 22:31:12 dereks * Initial release of stub file for h263 codec. Thanks Guilhem Tardy. */ /* * Initial release notes from Guilhem Tardy:: * * Added support for video capabilities & codec, still needs the actual codec itself! * The code for varying bit rate is copied from h261codec.cxx, * until it is moved to a separate file common to both video codecs. * */ #include #include "h263codec.h" #ifdef __GNUC__ #pragma implementation "ffh263codec.h" #endif #include "ffh263codec.h" #ifdef H323_RFC2190_AVCODEC //#pragma message ("Non-standard H.263 codecs disabled as RFC2190 H.263 is enabled") #elif H323_AVCODEC #include "h245.h" #include "rtp.h" #include "h323pluginmgr.h" #define MSVC_OPENH323 1 extern "C" { #include }; //#if defined(_MSC_VER) //#pragma comment(lib, H323_FFMPEG_LIBRARY) //#endif ////////////////////////////////////////////////////////////////////////////// static void h263_ffmpeg_printon(char * str); static void h263_ffmpeg_printon(char * str) { PTRACE(6, "FFMPEG\t" << str); strlen(str); /*Stop any compiler warning about unused variable*/ } ////////////////////////////////////////////////// class FfmpgLink : public H323DynaLink { PCLASSINFO(FfmpgLink, H323DynaLink) public: FfmpgLink(); ~FfmpgLink(); AVCodec *AvcodecFindDecoderByName(const char *name); AVCodec *AvcodecFindEncoderByName(const char *name); AVCodecContext *AvcodecAllocContext(void); AVFrame *AvcodecAllocFrame(void); BOOL IsLoaded(); int AvcodecClose(AVCodecContext *ctx); int AvcodecDecodeVideo(AVCodecContext *ctx, AVFrame *picture, int *got_picture_ptr, BYTE *buf, int buf_size); int AvcodecEncodeVideo(AVCodecContext *ctx, BYTE *buf, int buf_size, const AVFrame *pict); int AvcodecOpen(AVCodecContext *ctx, AVCodec *codec); void AFavcodecRegisterAll(void); void AvcodecGetContextDefaults(AVCodecContext *s); void AvcodecInit(void); void AvcodecSetPrintFn(void (*print_fn)(char *)); protected: AVCodec *(*Favcodec_find_decoder_by_name)(const char *name); AVCodec *(*Favcodec_find_encoder_by_name)(const char *name); AVCodecContext *(*Favcodec_alloc_context)(void); AVFrame *(*Favcodec_alloc_frame)(void); int (*Favcodec_close)(AVCodecContext *ctx); int (*Favcodec_decode_video)(AVCodecContext *ctx, AVFrame *picture, int *got_picture_ptr, BYTE *buf, int buf_size); int (*Favcodec_encode_video)(AVCodecContext *ctx, BYTE *buf, int buf_size, const AVFrame *pict); int (*Favcodec_open)(AVCodecContext *ctx, AVCodec *codec); void (*Favcodec_get_context_defaults)(AVCodecContext *s); void (*Favcodec_init)(void); void (*Favcodec_set_print_fn)(void (*print_fn)(char *)); void (*Favcodec_register_all)(void); }; ////////////////////////////////////////////////////////////////////////////// #define new PNEW FfmpgLink::FfmpgLink() : H323DynaLink("libavcodec") { Load(); if (!PDynaLink::IsLoaded()) return; if (!GetFunction("avcodec_init", (Function &)Favcodec_init)) { cerr << "Failed to load avcodec_int" << endl; return; } if (!GetFunction("avcodec_register_all", (Function &)Favcodec_register_all)) { cerr << "Failed to load avcodec_register_all" << endl; return; } if (!GetFunction("avcodec_find_encoder_by_name", (Function &)Favcodec_find_encoder_by_name)) { cerr << "Failed to load avcodec_find_encoder_by_name" << endl; return; } if (!GetFunction("avcodec_find_decoder_by_name", (Function &)Favcodec_find_decoder_by_name)) { cerr << "Failed to load avcodec_find_decoder_by_name" << endl; return; } if (!GetFunction("avcodec_alloc_context", (Function &)Favcodec_alloc_context)) { cerr << "Failed to load avcodec_alloc_context" << endl; return; } if (!GetFunction("avcodec_alloc_frame", (Function &)Favcodec_alloc_frame)) { cerr << "Failed to load avcodec_alloc_frame" << endl; return; } if (!GetFunction("avcodec_get_context_defaults", (Function &)Favcodec_get_context_defaults)) { cerr << "Failed to load avcodec_get_context_defaults" << endl; return; } if (!GetFunction("avcodec_open", (Function &)Favcodec_open)) { cerr << "Failed to load avcodec_open" << endl; return; } if (!GetFunction("avcodec_close", (Function &)Favcodec_close)) { cerr << "Failed to load avcodec_close" << endl; return; } if (!GetFunction("avcodec_encode_video", (Function &)Favcodec_encode_video)) { cerr << "Failed to load avcodec_encode_video" << endl; return; } if (!GetFunction("avcodec_decode_video", (Function &)Favcodec_decode_video)) { cerr << "Failed to load avcodec_decode_video" << endl; return; } if (!GetFunction("avcodec_set_print_fn", (Function &)Favcodec_set_print_fn)) { cerr << "Failed to load avcodec_set_print_fn" << endl; return; } /* must be called before using avcodec lib */ Favcodec_init(); Favcodec_register_all(); Favcodec_set_print_fn(h263_ffmpeg_printon); isLoadedOK = TRUE; } FfmpgLink::~FfmpgLink() { PDynaLink::Close(); } int FfmpgLink::AvcodecOpen(AVCodecContext *ctx, AVCodec *codec) { PWaitAndSignal m(processLock); PTRACE(6, "Avcodec open for ctxt " << ::hex << ctx << " codec" << codec << ::dec); int res = Favcodec_open(ctx, codec); PTRACE(6, "Avcodec open result is " << res); return res; } AVCodec *FfmpgLink::AvcodecFindDecoderByName(const char *name) { AVCodec *res = Favcodec_find_decoder_by_name(name); PTRACE(6, "Found decoder " << *name << " at " << ::hex << res << ::dec); return res; } AVCodec *FfmpgLink::AvcodecFindEncoderByName(const char *name) { AVCodec *res = Favcodec_find_encoder_by_name(name); PTRACE(6, "Found encoder " << *name << " at " << ::hex << res << ::dec); return res; } AVCodecContext *FfmpgLink::AvcodecAllocContext(void) { AVCodecContext *res = Favcodec_alloc_context(); PTRACE(6, "Allocated context at " << ::hex << res << ::dec); return res; } AVFrame *FfmpgLink::AvcodecAllocFrame(void) { AVFrame *res = Favcodec_alloc_frame(); PTRACE(6, "Allocated frame at " << ::hex << res << ::dec); return res; } int FfmpgLink::AvcodecClose(AVCodecContext *ctx) { PTRACE(6, "Now close context at " << ::hex << ctx << ::dec); return Favcodec_close(ctx); } int FfmpgLink::AvcodecDecodeVideo(AVCodecContext *ctx, AVFrame *picture, int *got_picture_ptr, BYTE *buf, int buf_size) { PWaitAndSignal m(processLock); PTRACE(6, "Avcodec decode video at " << ::hex << ctx << " frame" << picture << " buf" << (int)buf << ::dec << " got picture" << *got_picture_ptr << " buffer size is" << buf_size); int res = Favcodec_decode_video(ctx, picture, got_picture_ptr, buf, buf_size); PTRACE(6, "Avcodec decode video of " < 0) ans+= ".QCIF"; else ans+= ".CIF"; return ans; } unsigned H323_FFH263Capability::GetSubType() const { return H245_VideoCapability::e_nonStandard; } BOOL H323_FFH263Capability::OnSendingPDU(H245_VideoCapability & cap) const { cap.SetTag(H245_VideoCapability::e_nonStandard); return TRUE; } BOOL H323_FFH263Capability::OnSendingPDU(H245_VideoMode & pdu) const { pdu.SetTag(H245_VideoMode::e_nonStandard); return TRUE; } BOOL H323_FFH263Capability::OnReceivedPDU(const H245_VideoCapability & cap) { if (cap.GetTag() != H245_VideoCapability::e_nonStandard) return FALSE; return TRUE; } H323Codec * H323_FFH263Capability::CreateCodec(H323Codec::Direction direction) const { return new H323_FFH263Codec(direction, sqcifMPI, qcifMPI, cifMPI, cif4MPI, cif16MPI, maxBitRate, videoFrameRate); } ////////////////////////////////////////////////////////////////////////////// H323_FFH263Codec::H323_FFH263Codec(Direction dir, unsigned _sqcifMPI, unsigned _qcifMPI, unsigned _cifMPI, unsigned _cif4MPI, unsigned _cif16MPI, unsigned _maxBitRate, unsigned _videoFrameRate) : H323VideoCodec(FFH263_MediaFormat, dir) { PTRACE(3, "FFH263\t" << (dir == Encoder ? "En" : "De") << "coder created. Data rate=" << _maxBitRate << " Frame rate=" << _videoFrameRate); bitsSent = 0; context = NULL; picture = NULL; PTRACE(3, "FFH263\t" << (dir == Encoder ? "En" : "De") << "coder find"); if (!ff.IsLoaded()) return; if (dir == Encoder){ codec = ff.AvcodecFindEncoderByName((char *)"h263p"); } else { codec = ff.AvcodecFindDecoderByName((char *)"h263"); } if (codec == NULL) { PTRACE(1, "FFH263\tCodec not found for FFH263+ " << (dir == Encoder ? "En" : "De") << "coder"); cerr << "FFH263 Codec not found for FFH263+ " << (dir == Encoder ? "En" : "De") << "coder" << endl; exit(0); } bitRateHighLimit = _maxBitRate; if (bitRateHighLimit == 0) { PTRACE(3, "FFH263\tData Rate is set to 1000 Kb/sec, as supplied value (0) is invalid"); bitRateHighLimit = 1000 * 1024; } framesPerSec = _videoFrameRate; if (framesPerSec == 0) { PTRACE(3, "FFH263\tFrame Rate is set to 25 frames/sec, as supplied value (0) is invalid"); framesPerSec = 25; } int shifts = -1; if (_sqcifMPI) { shifts = 0; PTRACE(3, "FFH263\t" << (dir == Encoder ? "En" : "De") << "coder for _sqcifMPI "); } if (_qcifMPI) { shifts = 1; PTRACE(3, "FFH263\t" << (dir == Encoder ? "En" : "De") << "coder for _qcifMPI"); } if (_cifMPI) { shifts = 2; PTRACE(3, "FFH263\t" << (dir == Encoder ? "En" : "De") << "coder for _cifMPI"); } if (_cif4MPI) { shifts = 3; PTRACE(3, "FFH263\t" << (dir == Encoder ? "En" : "De") << "coder for _cif4MPI"); } if (_cif16MPI) { shifts = 4; PTRACE(3, "FFH263\t" << (dir == Encoder ? "En" : "De") << "coder for _cif16MPI"); } if (shifts < 0) { PTRACE(1, "FFH263\tERROR in definition of h263 size"); return; } PTRACE(3, "FFH263\t" << (dir == Encoder ? "En" : "De") << "coder created." << "for a size of " << (88 << shifts) << "x" << (72 << shifts)); Resize(88 << shifts , 72 << shifts); //Fill picture structure, open codec. frameNum = 0; } H323_FFH263Codec::~H323_FFH263Codec() { PWaitAndSignal mutex1(videoHandlerActive); CloseCodec(); } void H323_FFH263Codec::InitialiseCodec() { if (!ff.IsLoaded()) return; context = ff.AvcodecAllocContext(); picture = ff.AvcodecAllocFrame(); PTRACE(6, "FFH263\tCall avcodec_get_context_defaults"); ff.AvcodecGetContextDefaults(context); if (direction == Encoder) { context->max_qdiff= 3; // max q difference between frames context->rc_qsquish = 0; // limit by clipping context->bit_rate = (bitRateHighLimit * 3) >> 2; context->bit_rate_tolerance = bitRateHighLimit << 3; context->rc_min_rate = 0; context->rc_max_rate = bitRateHighLimit; /* resolution must be a multiple of two */ context->qmin = 2; PINDEX effRate = (frameWidth > 200) ? bitRateHighLimit / 2 : bitRateHighLimit; if (effRate > 0) { context->qmax = 31; } if (effRate > 20000) context->qmax = 20; if (effRate > 40000) { context->qmax = 10; } #ifdef FRAME_RATE_BASE context->frame_rate = framesPerSec * FRAME_RATE_BASE; #else context->frame_rate = framesPerSec * DEFAULT_FRAME_RATE_BASE; #endif context->rtp_mode = 0; } else { //Prepare for decoding a video stream. encFrameBuffer.SetSize(0); currentFragment = 0; } int size = frameWidth * frameHeight; picture->data[0] = rawFrameBuffer.GetPointer(); picture->data[1] = picture->data[0] + size; picture->data[2] = picture->data[1] + (size / 4); picture->linesize[0] = frameWidth; picture->linesize[1] = frameWidth / 2; picture->linesize[2] = frameWidth / 2; } void H323_FFH263Codec::CloseCodec() { if (!ff.IsLoaded()) return; PTRACE(6, "FFH263\tClose h263 video " <<(direction == Encoder ? "En" : "De") << "coder" ); if (context == NULL) return; ff.AvcodecClose(context); } // This function is called from H323_RTPChannel::Transmit() in channels.cxx // to grab, display, and compress a video frame into FFH263 packets. // 1- get another frame if all packets of previous frame have been sent // 2- get next packet on list and send that one // 3- render the current frame if all of its packets have been sent BOOL H323_FFH263Codec::Read(BYTE * /*buffer*/, // pointer to the RTP payload unsigned & length, // returns size of the RTP payload RTP_DataFrame & frame) { if (!ff.IsLoaded()) return FALSE; PWaitAndSignal mutex1(videoHandlerActive); PTRACE(6, "FFH263\tAcquire next packet from FFH263 encoder."); if (frameNum == 0) { startTime = PTime(); } if (rawDataChannel == NULL) { length = 0; PTRACE(3, "FFH263\tNo channel to connect to video grabber, close down video transmission thread."); return FALSE; } if (!rawDataChannel->IsOpen()) { length = 0; PTRACE(3, "FFH263\tVideo grabber is not initialised, close down video transmission thread."); return FALSE; } BOOL ok = TRUE; if (partialPackets.GetFragmentsRemaining() == 0) { // No data is waiting to be read. Go and get some with the read call. PINDEX fWidth = ((PVideoChannel *)rawDataChannel)->GetGrabWidth(); PINDEX fHeight = ((PVideoChannel *)rawDataChannel)->GetGrabHeight(); PTRACE(6, "FFH263\tVideo grab size is " << fWidth << "x" << fHeight); if (fWidth == 0) { PTRACE(1,"FFH263\tVideo grab width is 0 x 0, close down video transmission thread."); length=0; return FALSE; } Resize(fWidth, fHeight); if (!rawDataChannel->Read(rawFrameBuffer.GetPointer(), rawFrameLen)) { PTRACE(3, "FFH263\tFailed to read data from video grabber, close down video transmission thread."); return FALSE; //Read failed, return false. } frameNum++; //Increment the number of frames grabbed. // If there is a Renderer attached, display the grabbed video. if (((PVideoChannel *)rawDataChannel)->IsRenderOpen()) ok = RenderFrame((const BYTE *)rawFrameBuffer); // use data from grab process else PTRACE(6, "FFH263\t No renderer open"); unsigned char *srcPointer = encFrameBuffer.GetPointer(encFrameLen); #if PTRACING PTime encTime; #endif PINDEX out_size = ff.AvcodecEncodeVideo(context, srcPointer, encFrameLen, picture); PTRACE(6, "FFH263\tEncoded " << out_size << " bytes from " << frameWidth << "x" << frameHeight << " " << PThread::Current()->GetThreadId() << " in " << (PTime() - encTime) << " seconds"); partialPackets.AppendH263Packet(srcPointer, out_size); } /* This is a sleazy hack to indicate that this RTP data frame contains the non-compliant H.263 RTP payload encoding OpenH323 uses */ frame.SetExtensionType(263); H263Packet *packet = partialPackets.GetNextFragment(); if (packet == NULL) { PTRACE(0, "FFH263\tEncoder internal error - there should outstanding PARTIAL packets at this point."); length = 0; return TRUE; //And hope the error condition will fix itself } length = packet->GetSize(); if (!frame.SetPayloadSize(length + 3)) { PTRACE(1, "Internal error in h263 codec, cause writing too big a packet (" << length << ")"); length = 0; return TRUE; } memcpy(frame.GetPayloadPtr() + 3, packet->GetData(), length); delete packet; length += 3; *(frame.GetPayloadPtr() + 0) = (BYTE)partialPackets.GetFragmentIndex(); *(frame.GetPayloadPtr() + 1) = (BYTE)partialPackets.GetFragmentsTotal(); *(frame.GetPayloadPtr() + 2) = (BYTE)((frameWidth > 200) ? 1 : 0); /*Large or small flag*/ PTimeInterval timeLastPacket(1000 * bitsSent / bitRateHighLimit); PTimeInterval deltaT = PTime() - startTime; if (timeLastPacket > deltaT) { PTRACE(5, "FFH263\tBit rate throttle, " << bitsSent << " bits sent in " << deltaT << " seconds, max=" << bitRateHighLimit << " require time of " << timeLastPacket << " waiting " << (timeLastPacket - deltaT).GetMilliSeconds() << " milli seconds"); PThread::Current()->Sleep((timeLastPacket - deltaT)); } startTime = PTime(); bitsSent = length << 3; if (partialPackets.GetFragmentsRemaining() == 0) frame.SetMarker(TRUE); else frame.SetMarker(FALSE); return TRUE; } BOOL H323_FFH263Codec::Write(const BYTE * /*buffer*/, unsigned length, const RTP_DataFrame & frame, unsigned & written) { if (!ff.IsLoaded()) return FALSE; PWaitAndSignal mutex1(videoHandlerActive); if (rawDataChannel == NULL) return FALSE; if (lastSequenceNumber == 1) { lastSequenceNumber = frame.GetSequenceNumber(); } else if ((++lastSequenceNumber) != frame.GetSequenceNumber()) { PTRACE(3, "FFH263\tDetected loss of one video packet. Will recover."); currentFragment = 0; lastSequenceNumber = frame.GetSequenceNumber(); } // always indicate we have written the entire packet written = length; // get payload BYTE * payload = frame.GetPayloadPtr() + 3; PINDEX payloadLen = frame.GetPayloadSize() - 3; PINDEX fragIndex = *(frame.GetPayloadPtr() + 0); PINDEX nFragments = *(frame.GetPayloadPtr() + 1); PINDEX isLarge = *(frame.GetPayloadPtr() + 2); if (isLarge) Resize(352, 288); else Resize(176, 144); if (fragIndex == 1) { currentFragment = 0; encFrameBuffer.SetSize(00); } if (fragIndex == (currentFragment + 1)) { PINDEX curSize = encFrameBuffer.GetSize(); memcpy(encFrameBuffer.GetPointer(curSize + payloadLen) + curSize, payload, payloadLen); currentFragment++; } else { currentFragment = 0; encFrameBuffer.SetSize(00); PTRACE(6, "FFH263\tError in fragment recovery, index " << fragIndex << " out of turn with " << currentFragment << " nFragments"<< nFragments); return TRUE; //*This is an error, but, just return and hope it recovers . } if ((nFragments != 1) && (currentFragment != nFragments)) return TRUE; //*WE are still building the packet up from fragments. if (!frame.GetMarker()) return TRUE; // full frame received, now process it int got_picture; int actualSize = encFrameBuffer.GetSize(); memset(encFrameBuffer.GetPointer(actualSize + FF_INPUT_BUFFER_PADDING_SIZE) + actualSize, 0, FF_INPUT_BUFFER_PADDING_SIZE); int decodeLen = ff.AvcodecDecodeVideo(context, picture, &got_picture, encFrameBuffer.GetPointer(), actualSize); PTRACE(6, "FFH263\tDecoded " << encFrameBuffer.GetSize() << " byte packet. Image= " << frameWidth << "x" << frameHeight << " id=" << PThread::Current()->GetThreadId()); encFrameBuffer.SetSize(0); lastebits = 0; currentFragment = 0; if (decodeLen < 0) { PTRACE(1, "FFH263\tError while decoding frame"); return TRUE; } if (got_picture) { /* the picture is allocated by the decoder. no need to free it */ RenderFrame(picture); frameNum++; // increment the number of frames written } return TRUE; } BOOL H323_FFH263Codec::Resize(int _width, int _height) { if (!ff.IsLoaded()) return FALSE; if ((frameWidth == _width) && (frameHeight == _height)) return TRUE; PTRACE(6, "FFH263\t" << (direction == Encoder ? "En" : "De") << "coder resizing to " << _width << "x" << _height << "."); frameWidth = _width; frameHeight = _height; rawFrameLen = (_width * _height * 3) / 2; rawFrameBuffer.SetSize(rawFrameLen + FF_INPUT_BUFFER_PADDING_SIZE); // input video frame memset(rawFrameBuffer.GetPointer() + rawFrameLen, 0, FF_INPUT_BUFFER_PADDING_SIZE); encFrameLen = rawFrameLen; // this could be set to some lower value //encFrameBuffer.SetSize(encFrameLen); // encoded video frame if (context != NULL) { if (context->codec != NULL) { PTRACE(6, "FFH263\t" << (direction == Encoder ? "En" : "De") << "coder closing because of resize to " << _width << "x" << _height << "."); CloseCodec(); } } InitialiseCodec(); context->width = frameWidth; context->height = frameHeight; /* open it */ if (ff.AvcodecOpen(context, codec) < 0) { fprintf(stderr, "could not open codec for FFH263P\n"); PTRACE(0, "FFH263\tVideo " <<(direction == Encoder ? "En" : "De") << "coder open FAILED"); return FALSE; } lastebits = 0; return TRUE; } /* RenderFrame does two things: a) Set size of the display frame. This call happens with every frame. A very small overhead. b) Display a frame. */ BOOL H323_FFH263Codec::RenderFrame(const void * buffer) { if (rawDataChannel == NULL) return TRUE; //Now display local image. ((PVideoChannel *)rawDataChannel)->SetRenderFrameSize(frameWidth, frameHeight); return rawDataChannel->Write(buffer, 0 /*unused parameter*/); } BOOL H323_FFH263Codec::RenderFrame(AVFrame *pict) { PINDEX offset = 0; for (PINDEX plane = 0; plane < 3; plane ++) { unsigned char *src = pict->data[plane]; PINDEX wrap = pict->linesize[plane]; PINDEX ysize = (plane == 0) ? context->height : context->height >> 1; PINDEX xsize = (plane == 0) ? context->width : context->width >> 1; for (PINDEX line = 0; line < ysize; line++) { memcpy(rawFrameBuffer.GetPointer() + offset, src + (line * wrap), xsize); offset += xsize; } } return RenderFrame((const BYTE *)rawFrameBuffer); } void H323_FFH263Codec::SetTxQualityLevel(int /*qLevel*/) { #if 0 qualityLevel = PMIN(14, PMAX(qLevel,3)); lowLimit = PMIN(10, qLevel - 2); highLimit = qLevel + 12; // If there is no bandwidth limit, update the actual value as well if (videoBitRate == 0) actualQuality = qualityLevel; #endif } void H323_FFH263Codec::SetBackgroundFill(int /*idle*/) { // fillLevel = PMIN(99, PMAX(idle,1)); } void H323_FFH263Codec::OnLostPartialPicture() { PTRACE(3, "FFH263\tLost partial picture message ignored, not implemented"); } void H323_FFH263Codec::OnLostPicture() { PTRACE(3, "FFH263\tLost picture message ignored, not implemented"); } ////////////////////////////////////////////////////////////////////// H263Packet::H263Packet(void *newData, int newSize) { size = newSize; data = newData; } H263Packet::~H263Packet() { } ////////////////////////////////////////////////////////////////////// H263FragmentList::~H263FragmentList() { AllowDeleteObjects(); RemoveAll(); } void H263FragmentList::AppendH263Packet(H263Packet *packet) { PINDEX length = packet->GetSize(); nPackets = (length / 1400) + 1; PINDEX size = length / nPackets; unsigned char *data = (unsigned char *)packet->GetData(); for (PINDEX i = 0; i < nPackets; i++) { PINDEX sendSize = (i == (nPackets - 1)) ? packet->GetSize() - (i * size) : size; H263Packet *p = new H263Packet(data + (i * size), sendSize); Append(p); } } void H263FragmentList::AppendH263Packet(unsigned char *data, int size) { if (data == NULL) return; H263Packet p(data, size); AppendH263Packet(&p); } H263Packet *H263FragmentList::GetNextFragment() { if (GetSize() > 0) { DisallowDeleteObjects(); H263Packet *answer = (H263Packet *)GetAt(0); RemoveAt(0); return answer; } return NULL; } PINDEX H263FragmentList::GetFragmentsRemaining() { return GetSize(); } PINDEX H263FragmentList::GetFragmentIndex() { return nPackets - GetSize(); } PINDEX H263FragmentList::GetFragmentsTotal() { return nPackets; } #endif // H323_AVCODEC ////////////////////////////////////////////////////////////////////// openh323_v1_18_0/src/g711.c0100644000176200056700000002036510014106302015233 0ustar releasepostincr/* * This source code is a product of Sun Microsystems, Inc. and is provided * for unrestricted use. Users may copy or modify this source code without * charge. * * SUN SOURCE CODE IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING * THE WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE. * * Sun source code is provided with no support and without any obligation on * the part of Sun Microsystems, Inc. to assist in its use, correction, * modification or enhancement. * * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY THIS SOFTWARE * OR ANY PART THEREOF. * * In no event will Sun Microsystems, Inc. be liable for any lost revenue * or profits or other special, indirect and consequential damages, even if * Sun has been advised of the possibility of such damages. * * Sun Microsystems, Inc. * 2550 Garcia Avenue * Mountain View, California 94043 */ /* * g711.c * * u-law, A-law and linear PCM conversions. */ /* * December 30, 1994: * Functions linear2alaw, linear2ulaw have been updated to correctly * convert unquantized 16 bit values. * Tables for direct u- to A-law and A- to u-law conversions have been * corrected. * Borge Lindberg, Center for PersonKommunikation, Aalborg University. * bli@cpk.auc.dk * */ #define SIGN_BIT (0x80) /* Sign bit for a A-law byte. */ #define QUANT_MASK (0xf) /* Quantization field mask. */ #define NSEGS (8) /* Number of A-law segments. */ #define SEG_SHIFT (4) /* Left shift for segment number. */ #define SEG_MASK (0x70) /* Segment field mask. */ static int seg_aend[8] = {0x1F, 0x3F, 0x7F, 0xFF, 0x1FF, 0x3FF, 0x7FF, 0xFFF}; static int seg_uend[8] = {0x3F, 0x7F, 0xFF, 0x1FF, 0x3FF, 0x7FF, 0xFFF, 0x1FFF}; /* copy from CCITT G.711 specifications */ unsigned char u2a[128] = { /* u- to A-law conversions */ 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 29, 31, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, /* corrected: 81, 82, 83, 84, 85, 86, 87, 88, should be: */ 80, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128}; unsigned char a2u[128] = { /* A- to u-law conversions */ 1, 3, 5, 7, 9, 11, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 32, 33, 33, 34, 34, 35, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 48, 49, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 64, 65, 66, 67, 68, 69, 70, 71, 72, /* corrected: 73, 74, 75, 76, 77, 78, 79, 79, should be: */ 73, 74, 75, 76, 77, 78, 79, 80, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127}; static int search( int val, /* changed from "short" *drago* */ int * table, int size) /* changed from "short" *drago* */ { int i; /* changed from "short" *drago* */ for (i = 0; i < size; i++) { if (val <= *table++) return (i); } return (size); } /* * linear2alaw() - Convert a 16-bit linear PCM value to 8-bit A-law * * linear2alaw() accepts an 16-bit integer and encodes it as A-law data. * * Linear Input Code Compressed Code * ------------------------ --------------- * 0000000wxyza 000wxyz * 0000001wxyza 001wxyz * 000001wxyzab 010wxyz * 00001wxyzabc 011wxyz * 0001wxyzabcd 100wxyz * 001wxyzabcde 101wxyz * 01wxyzabcdef 110wxyz * 1wxyzabcdefg 111wxyz * * For further information see John C. Bellamy's Digital Telephony, 1982, * John Wiley & Sons, pps 98-111 and 472-476. */ int linear2alaw(int pcm_val) /* 2's complement (16-bit range) */ /* changed from "short" *drago* */ { int mask; /* changed from "short" *drago* */ int seg; /* changed from "short" *drago* */ int aval; pcm_val = pcm_val >> 3; if (pcm_val >= 0) { mask = 0xD5; /* sign (7th) bit = 1 */ } else { mask = 0x55; /* sign bit = 0 */ pcm_val = -pcm_val - 1; } /* Convert the scaled magnitude to segment number. */ seg = search(pcm_val, seg_aend, 8); /* Combine the sign, segment, and quantization bits. */ if (seg >= 8) /* out of range, return maximum value. */ return (0x7F ^ mask); else { aval = seg << SEG_SHIFT; if (seg < 2) aval |= (pcm_val >> 1) & QUANT_MASK; else aval |= (pcm_val >> seg) & QUANT_MASK; return (aval ^ mask); } } /* * alaw2linear() - Convert an A-law value to 16-bit linear PCM * */ int alaw2linear(int a_val) { int t; /* changed from "short" *drago* */ int seg; /* changed from "short" *drago* */ a_val ^= 0x55; t = (a_val & QUANT_MASK) << 4; seg = ((unsigned)a_val & SEG_MASK) >> SEG_SHIFT; switch (seg) { case 0: t += 8; break; case 1: t += 0x108; break; default: t += 0x108; t <<= seg - 1; } return ((a_val & SIGN_BIT) ? t : -t); } #define BIAS (0x84) /* Bias for linear code. */ #define CLIP 8159 /* * linear2ulaw() - Convert a linear PCM value to u-law * * In order to simplify the encoding process, the original linear magnitude * is biased by adding 33 which shifts the encoding range from (0 - 8158) to * (33 - 8191). The result can be seen in the following encoding table: * * Biased Linear Input Code Compressed Code * ------------------------ --------------- * 00000001wxyza 000wxyz * 0000001wxyzab 001wxyz * 000001wxyzabc 010wxyz * 00001wxyzabcd 011wxyz * 0001wxyzabcde 100wxyz * 001wxyzabcdef 101wxyz * 01wxyzabcdefg 110wxyz * 1wxyzabcdefgh 111wxyz * * Each biased linear code has a leading 1 which identifies the segment * number. The value of the segment number is equal to 7 minus the number * of leading 0's. The quantization interval is directly available as the * four bits wxyz. * The trailing bits (a - h) are ignored. * * Ordinarily the complement of the resulting code word is used for * transmission, and so the code word is complemented before it is returned. * * For further information see John C. Bellamy's Digital Telephony, 1982, * John Wiley & Sons, pps 98-111 and 472-476. */ int linear2ulaw( int pcm_val) /* 2's complement (16-bit range) */ { int mask; int seg; int uval; /* Get the sign and the magnitude of the value. */ pcm_val = pcm_val >> 2; if (pcm_val < 0) { pcm_val = -pcm_val; mask = 0x7F; } else { mask = 0xFF; } if ( pcm_val > CLIP ) pcm_val = CLIP; /* clip the magnitude */ pcm_val += (BIAS >> 2); /* Convert the scaled magnitude to segment number. */ seg = search(pcm_val, seg_uend, 8); /* * Combine the sign, segment, quantization bits; * and complement the code word. */ if (seg >= 8) /* out of range, return maximum value. */ return (0x7F ^ mask); else { uval = (seg << 4) | ((pcm_val >> (seg + 1)) & 0xF); return (uval ^ mask); } } /* * ulaw2linear() - Convert a u-law value to 16-bit linear PCM * * First, a biased linear code is derived from the code word. An unbiased * output can then be obtained by subtracting 33 from the biased code. * * Note that this function expects to be passed the complement of the * original code word. This is in keeping with ISDN conventions. */ int ulaw2linear( int u_val) { int t; /* Complement to obtain normal u-law value. */ u_val = ~u_val; /* * Extract and bias the quantization bits. Then * shift up by the segment number and subtract out the bias. */ t = ((u_val & QUANT_MASK) << 3) + BIAS; t <<= (u_val & SEG_MASK) >> SEG_SHIFT; return ((u_val & SIGN_BIT) ? (BIAS - t) : (t - BIAS)); } #if 0 /* A-law to u-law conversion */ static int alaw2ulaw (int aval) { aval &= 0xff; return ((aval & 0x80) ? (0xFF ^ a2u[aval ^ 0xD5]) : (0x7F ^ a2u[aval ^ 0x55])); } /* u-law to A-law conversion */ static int ulaw2alaw (int uval) { uval &= 0xff; return ((uval & 0x80) ? (0xD5 ^ (u2a[0xFF ^ uval] - 1)) : (0x55 ^ (u2a[0x7F ^ uval] - 1))); } #endif openh323_v1_18_0/src/gccpdu.asn0100644000176200056700000006635306635153232016411 0ustar releasepostincrGCC-PROTOCOL DEFINITIONS AUTOMATIC TAGS ::= BEGIN -- Export all symbols -- ========================================================================== -- Part 1: Elements of which messages are composed -- ========================================================================== ChannelID ::= INTEGER (1..65535) StaticChannelID ::= INTEGER (1..1000) -- Those assigned by specifications DynamicChannelID ::= INTEGER (1001..65535) -- Those created and deleted by MCS UserID ::= DynamicChannelID TokenID ::= INTEGER (1..65535) StaticTokenID ::= INTEGER (1..16383) -- Those assigned by specifications DynamicTokenID ::= INTEGER (16384..65535) -- Those assigned by the registry Time ::= INTEGER (-2147483647..2147483647) -- Time in seconds Handle ::= INTEGER (0..4294967295) -- 32-bit value H221NonStandardIdentifier ::= OCTET STRING (SIZE (4..255)) -- First four octets shall be country code and -- Manufacturer code, assigned as specified in -- H.221 Annex A for NS-cap and NS-comm Key ::= CHOICE -- Identifier of a standard or non-standard object { object OBJECT IDENTIFIER, h221NonStandard H221NonStandardIdentifier } NonStandardParameter ::= SEQUENCE { key Key, data OCTET STRING } TextString ::= BMPString (SIZE (0..255)) -- Basic Multilingual Plane of ISO/IEC 10646-1 (Unicode) simpleTextFirstCharacter UniversalString ::= {0, 0, 0, 0} simpleTextLastCharacter UniversalString ::= {0, 0, 0, 255} SimpleTextString ::= BMPString (SIZE (0..255)) (FROM (simpleTextFirstCharacter..simpleTextLastCharacter)) SimpleNumericString ::= NumericString (SIZE (1..255)) (FROM ("0123456789")) DialingString ::= NumericString (SIZE (1..16)) (FROM ("0123456789")) SubAddressString ::= NumericString (SIZE (1..40)) (FROM ("0123456789")) ExtraDialingString ::= TextString (SIZE (1..255)) (FROM ("0123456789#*,")) UserData ::= SET OF SEQUENCE { key Key, value OCTET STRING OPTIONAL } Password ::= SEQUENCE { numeric SimpleNumericString, text SimpleTextString OPTIONAL, ... } PasswordSelector ::= CHOICE { numeric SimpleNumericString, text SimpleTextString, ... } ChallengeResponseItem ::= CHOICE { passwordString PasswordSelector, responseData UserData, ... } ChallengeResponseAlgorithm ::= CHOICE { passwordInTheClear NULL, nonStandardAlgorithm NonStandardParameter, ... } ChallengeItem ::= SEQUENCE { responseAlgorithm ChallengeResponseAlgorithm, challengeData UserData, ... } ChallengeRequest ::= SEQUENCE { challengeTag INTEGER, challengeSet SET OF ChallengeItem, -- Set of algorithms offered for response ... } ChallengeResponse ::= SEQUENCE { challengeTag INTEGER, responseAlgorithm ChallengeResponseAlgorithm, -- Specific algorithm selected from the set of -- items presented in the ChallengeRequest responseItem ChallengeResponseItem, ... } PasswordChallengeRequestResponse ::= CHOICE { passwordInTheClear PasswordSelector, challengeRequestResponse SEQUENCE { challengeRequest ChallengeRequest OPTIONAL, challengeResponse ChallengeResponse OPTIONAL, ... }, ... } ConferenceName ::= SEQUENCE { numeric SimpleNumericString, text SimpleTextString OPTIONAL, ... } ConferenceNameSelector ::= CHOICE { numeric SimpleNumericString, text SimpleTextString, ... } ConferenceNameModifier ::= SimpleNumericString Privilege ::= ENUMERATED { terminate (0), ejectUser (1), add (2), lockUnlock (3), transfer (4), ... } TerminationMethod ::= ENUMERATED { automatic (0), manual (1), ... } ConferencePriorityScheme ::= CHOICE { nonStandardScheme NonStandardParameter, ... } ConferencePriority ::= SEQUENCE { priority INTEGER (0..65535), scheme ConferencePriorityScheme, ... } NetworkAddress ::= SEQUENCE (SIZE (1..64)) OF CHOICE -- Listed in order of use { aggregatedChannel SEQUENCE { transferModes SEQUENCE -- One or more { speech BOOLEAN, voice-band BOOLEAN, digital-56k BOOLEAN, digital-64k BOOLEAN, digital-128k BOOLEAN, digital-192k BOOLEAN, digital-256k BOOLEAN, digital-320k BOOLEAN, digital-384k BOOLEAN, digital-512k BOOLEAN, digital-768k BOOLEAN, digital-1152k BOOLEAN, digital-1472k BOOLEAN, digital-1536k BOOLEAN, digital-1920k BOOLEAN, packet-mode BOOLEAN, frame-mode BOOLEAN, atm BOOLEAN, ... }, internationalNumber DialingString, subAddress SubAddressString OPTIONAL, extraDialing ExtraDialingString OPTIONAL, highLayerCompatibility SEQUENCE { telephony3kHz BOOLEAN, telephony7kHz BOOLEAN, videotelephony BOOLEAN, videoconference BOOLEAN, audiographic BOOLEAN, audiovisual BOOLEAN, multimedia BOOLEAN, ... } OPTIONAL, ... }, transportConnection SEQUENCE { nsapAddress OCTET STRING (SIZE (1..20)), transportSelector OCTET STRING OPTIONAL }, nonStandard NonStandardParameter, ... } NodeType ::= ENUMERATED { terminal (0), multiportTerminal (1), mcu (2), ... } NodeProperties ::= SEQUENCE { managementDevice BOOLEAN, -- Is the node a device such as a reservation system peripheralDevice BOOLEAN, -- Is the node a peripheral to a primary node ... } AsymmetryIndicator ::= CHOICE { callingNode NULL, calledNode NULL, unknown INTEGER (0..4294967295) -- Uniformly distributed 32-bit random number } AlternativeNodeID ::= CHOICE { h243NodeID OCTET STRING (SIZE (2)), ... } ConferenceDescriptor ::= SEQUENCE { conferenceName ConferenceName, conferenceNameModifier ConferenceNameModifier OPTIONAL, conferenceDescription TextString OPTIONAL, lockedConference BOOLEAN, passwordInTheClearRequired BOOLEAN, networkAddress NetworkAddress OPTIONAL, ..., defaultConferenceFlag BOOLEAN } NodeRecord ::= SEQUENCE { superiorNode UserID OPTIONAL, -- Not present only for the Top GCC Provider nodeType NodeType, nodeProperties NodeProperties, nodeName TextString OPTIONAL, participantsList SEQUENCE OF TextString OPTIONAL, siteInformation TextString OPTIONAL, networkAddress NetworkAddress OPTIONAL, alternativeNodeID AlternativeNodeID OPTIONAL, userData UserData OPTIONAL, ... } SessionKey ::= SEQUENCE { applicationProtocolKey Key, sessionID ChannelID OPTIONAL } ChannelType ::= ENUMERATED { static (0), dynamicMulticast (1), dynamicPrivate (2), dynamicUserId (3) } ApplicationRecord ::= SEQUENCE { applicationActive BOOLEAN, -- Active/Inactive flag conductingOperationCapable BOOLEAN, -- Maximum one per node per session startupChannel ChannelType OPTIONAL, applicationUserID UserID OPTIONAL, -- User ID assigned to the Application Protocol Entity nonCollapsingCapabilities SET OF SEQUENCE { capabilityID CapabilityID, applicationData OCTET STRING OPTIONAL } OPTIONAL, ... } CapabilityID ::= CHOICE { standard INTEGER (0..65535), -- Assigned by Application Protocol specifications nonStandard Key } CapabilityClass ::= CHOICE { logical NULL, unsignedMin INTEGER (0..MAX), -- Capability value unsignedMax INTEGER (0..MAX), -- Capability value ... } EntityID ::= INTEGER (0..65535) ApplicationInvokeSpecifier ::= SEQUENCE { sessionKey SessionKey, expectedCapabilitySet SET OF SEQUENCE { capabilityID CapabilityID, capabilityClass CapabilityClass, ... } OPTIONAL, startupChannel ChannelType OPTIONAL, mandatoryFlag BOOLEAN, -- TRUE indicates required Application Protocol Entity ... } RegistryKey ::= SEQUENCE { sessionKey SessionKey, resourceID OCTET STRING (SIZE (0..64)) } RegistryItem ::= CHOICE { channelID DynamicChannelID, tokenID DynamicTokenID, parameter OCTET STRING (SIZE (0..64)), vacant NULL, ... } RegistryEntryOwner ::= CHOICE { owned SEQUENCE { nodeID UserID, -- Node ID of the owning node entityID EntityID -- Entity ID of the owning }, -- Appliction Protocol Entity notOwned NULL -- There is no current owner } RegistryModificationRights ::= ENUMERATED { owner (0), session (1), public (2) } -- ========================================================================== -- Part 2: PDU Messages -- ========================================================================== UserIDIndication ::= SEQUENCE { tag INTEGER, ... } ConferenceCreateRequest ::= SEQUENCE { -- MCS-Connect-Provider request user data conferenceName ConferenceName, convenerPassword Password OPTIONAL, password Password OPTIONAL, lockedConference BOOLEAN, listedConference BOOLEAN, conductibleConference BOOLEAN, terminationMethod TerminationMethod, conductorPrivileges SET OF Privilege OPTIONAL, conductedPrivileges SET OF Privilege OPTIONAL, nonConductedPrivileges SET OF Privilege OPTIONAL, conferenceDescription TextString OPTIONAL, callerIdentifier TextString OPTIONAL, userData UserData OPTIONAL, ..., conferencePriority ConferencePriority OPTIONAL } ConferenceCreateResponse ::= SEQUENCE { -- MCS-Connect-Provider response user data nodeID UserID, -- Node ID of the sending node tag INTEGER, result ENUMERATED { success (0), userRejected (1), resourcesNotAvailable (2), rejectedForSymmetryBreaking (3), lockedConferenceNotSupported (4), ... }, userData UserData OPTIONAL, ... } ConferenceQueryRequest ::= SEQUENCE { -- MCS-Connect-Provider request user data nodeType NodeType, asymmetryIndicator AsymmetryIndicator OPTIONAL, userData UserData OPTIONAL, ... } ConferenceQueryResponse ::= SEQUENCE { -- MCS-Connect-Provider response user data nodeType NodeType, asymmetryIndicator AsymmetryIndicator OPTIONAL, conferenceList SET OF ConferenceDescriptor, result ENUMERATED { success (0), userRejected (1), ... }, userData UserData OPTIONAL, ..., waitForInvitationFlag BOOLEAN OPTIONAL, noUnlistedConferenceFlag BOOLEAN OPTIONAL } ConferenceJoinRequest ::= SEQUENCE { -- MCS-Connect-Provider request user data as well as -- MCS-Send-Data on Node ID Channel of Top GCC sent -- by the receiver of the MCS-Connect-Provider conferenceName ConferenceNameSelector OPTIONAL, -- Required when part of MCS-Connect-Provider conferenceNameModifier ConferenceNameModifier OPTIONAL, tag INTEGER OPTIONAL, -- Filled in when sent on Node ID Channel of Top GCC password PasswordChallengeRequestResponse OPTIONAL, convenerPassword PasswordSelector OPTIONAL, callerIdentifier TextString OPTIONAL, userData UserData OPTIONAL, ... } ConferenceJoinResponse ::= SEQUENCE { -- MCS-Connect-Provider response user data as well as -- MCS-Send-Data on Node ID Channel of -- the receiver of the MCS-Connect-Provider nodeID UserID OPTIONAL, -- Node ID of directly connected node only topNodeID UserID, -- Node ID of Top GCC Provider tag INTEGER, conferenceNameAlias ConferenceNameSelector OPTIONAL, passwordInTheClearRequired BOOLEAN, lockedConference BOOLEAN, listedConference BOOLEAN, conductibleConference BOOLEAN, terminationMethod TerminationMethod, conductorPrivileges SET OF Privilege OPTIONAL, -- No privilege shall be listed more than once conductedPrivileges SET OF Privilege OPTIONAL, -- No privilege shall be listed more than once nonConductedPrivileges SET OF Privilege OPTIONAL, -- No privilege shall be listed more than once conferenceDescription TextString OPTIONAL, password PasswordChallengeRequestResponse OPTIONAL, result ENUMERATED { success (0), userRejected (1), invalidConference (2), invalidPassword (3), invalidConvenerPassword (4), challengeResponseRequired (5), invalidChallengeResponse (6), ... }, userData UserData OPTIONAL, ... } ConferenceInviteRequest ::= SEQUENCE { -- MCS-Connect-Provider request user data conferenceName ConferenceName, nodeID UserID, -- Node ID of the sending node topNodeID UserID, -- Node ID of Top GCC Provider tag INTEGER, passwordInTheClearRequired BOOLEAN, lockedConference BOOLEAN, listedConference BOOLEAN, conductibleConference BOOLEAN, terminationMethod TerminationMethod, conductorPrivileges SET OF Privilege OPTIONAL, -- No privilege shall be listed more than once conductedPrivileges SET OF Privilege OPTIONAL, -- No privilege shall be listed more than once nonConductedPrivileges SET OF Privilege OPTIONAL, -- No privilege shall be listed more than once conferenceDescription TextString OPTIONAL, callerIdentifier TextString OPTIONAL, userData UserData OPTIONAL, ..., conferencePriority ConferencePriority OPTIONAL } ConferenceInviteResponse ::= SEQUENCE { -- MCS-Connect-Provider response user data result ENUMERATED { success (0), userRejected (1), ... }, userData UserData OPTIONAL, ... } ConferenceAddRequest ::= SEQUENCE { -- MCS-Send-Data on Node ID Channel of Top GCC or -- Node ID Channel of Adding MCU if specified networkAddress NetworkAddress, requestingNode UserID, tag INTEGER, addingMCU UserID OPTIONAL, userData UserData OPTIONAL, ... } ConferenceAddResponse ::= SEQUENCE { -- MCS-Send-Data on Node ID Channel of requester tag INTEGER, result ENUMERATED { success (0), invalidRequester (1), invalidNetworkType (2), invalidNetworkAddress (3), addedNodeBusy (4), networkBusy (5), noPortsAvailable (6), connectionUnsuccessful (7), ... }, userData UserData OPTIONAL, ... } ConferenceLockRequest ::= SEQUENCE { -- MCS-Send-Data on Node ID Channel of Top GCC -- No parameters ... } ConferenceLockResponse ::= SEQUENCE { -- MCS-Send-Data on Node ID Channel of requester result ENUMERATED { success (0), invalidRequester (1), alreadyLocked (2), ... }, ... } ConferenceLockIndication ::= SEQUENCE { -- MCS-Uniform-Send-Data on GCC-Broadcast-Channel -- or MCS-Send-Data on Node ID Channel -- No parameters ... } ConferenceUnlockRequest ::= SEQUENCE { -- MCS-Send-Data on Node ID Channel of Top GCC -- No parameters ... } ConferenceUnlockResponse ::= SEQUENCE { -- MCS-Send-Data on Node ID Channel of requester result ENUMERATED { success (0), invalidRequester (1), alreadyUnlocked (2), ... }, ... } ConferenceUnlockIndication ::= SEQUENCE { -- MCS-Uniform-Send-Data on GCC-Broadcast-Channel -- or MCS-Send-Data on Node ID Channel -- No parameters ... } ConferenceTerminateRequest ::= SEQUENCE { -- MCS-Send-Data on Node ID Channel of Top GCC reason ENUMERATED { userInitiated (0), timedConferenceTermination (1), ... }, ... } ConferenceTerminateResponse ::= SEQUENCE { -- MCS-Send-Data on Node ID Channel of requester result ENUMERATED { success (0), invalidRequester (1), ... }, ... } ConferenceTerminateIndication ::= SEQUENCE { -- MCS-Uniform-Send-Data on GCC-Broadcast-Channel reason ENUMERATED { userInitiated (0), timedConferenceTermination (1), ... }, ... } ConferenceEjectUserRequest ::= SEQUENCE { -- MCS-Send-Data on Node ID Channel of Top GCC nodeToEject UserID, -- Node ID of the node to eject reason ENUMERATED { userInitiated (0), ... }, ... } ConferenceEjectUserResponse ::= SEQUENCE { -- MCS-Send-Data on Node ID Channel of requester nodeToEject UserID, -- Node ID of the node to eject result ENUMERATED { success (0), invalidRequester (1), invalidNode (2), ... }, ... } ConferenceEjectUserIndication ::= SEQUENCE { -- MCS-Uniform-Send-Data on GCC-Broadcast-Channel nodeToEject UserID, -- Node ID of the node to eject reason ENUMERATED { userInitiated (0), higherNodeDisconnected (1), higherNodeEjected (2), ... }, ... } ConferenceTransferRequest ::= SEQUENCE { -- MCS-Send-Data on Node ID Channel of Top GCC conferenceName ConferenceNameSelector, -- Name of conference to transfer to conferenceNameModifier ConferenceNameModifier OPTIONAL, networkAddress NetworkAddress OPTIONAL, transferringNodes SET (SIZE (1..65536)) OF UserID OPTIONAL, password PasswordSelector OPTIONAL, ... } ConferenceTransferResponse ::= SEQUENCE { -- MCS-Send-Data on Node ID Channel of requester conferenceName ConferenceNameSelector, -- Name of conference to transfer to conferenceNameModifier ConferenceNameModifier OPTIONAL, transferringNodes SET (SIZE (1..65536)) OF UserID OPTIONAL, result ENUMERATED { success (0), invalidRequester (1), ... }, ... } ConferenceTransferIndication ::= SEQUENCE { -- MCS-Uniform-Send-Data on GCC-Broadcast-Channel conferenceName ConferenceNameSelector, -- Name of conference to transfer to conferenceNameModifier ConferenceNameModifier OPTIONAL, networkAddress NetworkAddress OPTIONAL, transferringNodes SET (SIZE (1..65536)) OF UserID OPTIONAL, -- List of Node IDs, -- not present if destined for all nodes password PasswordSelector OPTIONAL, ... } RosterUpdateIndication ::= SEQUENCE { -- MCS-Send-Data on Node ID Channel or -- MCS-Uniform-Send-Data on GCC-Broadcast-Channel fullRefresh BOOLEAN, -- Conference Roster and all -- ApplicationProtocol Sessions refreshed nodeInformation SEQUENCE { nodeRecordList CHOICE { noChange NULL, refresh SET (SIZE (1..65536)) OF SEQUENCE -- One for each node in the conference; -- no node shall be listed more than once { nodeID UserID, -- Node ID of the node nodeRecord NodeRecord }, update SET (SIZE (1..65536)) OF SEQUENCE -- One for each node changing its node record; -- no node shall be listed more than once { nodeID UserID, -- Node ID of the node nodeUpdate CHOICE { addRecord NodeRecord, replaceRecord NodeRecord, removeRecord NULL, ... } }, ... }, rosterInstanceNumber INTEGER (0..65535), nodesAdded BOOLEAN, -- Nodes have been added since last instance nodesRemoved BOOLEAN, -- Nodes have been removed since last instance ... } , applicationInformation SET (SIZE (0..65535)) OF SEQUENCE -- One for each Application Protocol Session; -- all Application Protocol Sessions if full refresh; -- no Application Protocol Session shall be -- listed more than once { sessionKey SessionKey, applicationRecordList CHOICE { noChange NULL, refresh SET (SIZE (0..65535)) OF SEQUENCE -- One for each node with the -- Application Protocol Session enrolled; -- no node shall be listed more than once { nodeID UserID, -- Node ID of node entityID EntityID, -- ID for this Application Protocol Entity at this node applicationRecord ApplicationRecord }, update SET (SIZE (1..65536)) OF SEQUENCE -- One for each node modifying its Application Record; -- no node shall be listed more than once { nodeID UserID, -- Node ID of node entityID EntityID, -- ID for this Application Protocol Entity at this node applicationUpdate CHOICE { addRecord ApplicationRecord, replaceRecord ApplicationRecord, removeRecord NULL, ... } }, ... }, applicationCapabilitiesList CHOICE { noChange NULL, refresh SET OF SEQUENCE { capabilityID CapabilityID, capabilityClass CapabilityClass, numberOfEntities INTEGER (1..65536), -- Number of Application Protocol Entities -- which issued the capability ... }, ... }, rosterInstanceNumber INTEGER (0..65535), peerEntitiesAdded BOOLEAN, -- Peer Entities have been added since last instance peerEntitiesRemoved BOOLEAN, -- Peer Entities have been removed since last instance ... }, ... } ApplicationInvokeIndication ::= SEQUENCE { -- MCS-Send-Data or MCS-Uniform-Send-Data -- on GCC-Broadcast-Channel or Node ID Channel applicationProtocolEntiyList SET (SIZE (1..65536)) OF ApplicationInvokeSpecifier, destinationNodes SET (SIZE (1..65536)) OF UserID OPTIONAL, -- List of Node IDs, -- not presesnt if destined for all nodes ... } RegistryRegisterChannelRequest ::= SEQUENCE { -- MCS-Send-Data on Node ID Channel of Top GCC entityID EntityID, key RegistryKey, channelID DynamicChannelID, ... } RegistryAssignTokenRequest ::= SEQUENCE { -- MCS-Send-Data on Node ID Channel of Top GCC entityID EntityID, key RegistryKey, ... } RegistrySetParameterRequest ::= SEQUENCE { -- MCS-Send-Data on Node ID Channel of Top GCC entityID EntityID, key RegistryKey, parameter OCTET STRING (SIZE (0..64)), modificationRights RegistryModificationRights OPTIONAL, ... } RegistryRetrieveEntryRequest ::= SEQUENCE { -- MCS-Send-Data on Node ID Channel of Top GCC entityID EntityID, key RegistryKey, ... } RegistryDeleteEntryRequest ::= SEQUENCE { -- MCS-Send-Data on Node ID Channel of Top GCC entityID EntityID, key RegistryKey, ... } RegistryMonitorEntryRequest ::= SEQUENCE { -- MCS-Send-Data on Node ID Channel of Top GCC entityID EntityID, key RegistryKey, ... } RegistryMonitorEntryIndication ::= SEQUENCE { -- MCS-Uniform-Send-Data on GCC-Broadcast-Channel key RegistryKey, item RegistryItem, -- Contents: channel, token, parameter, or empty owner RegistryEntryOwner, modificationRights RegistryModificationRights OPTIONAL, ... } RegistryAllocateHandleRequest ::= SEQUENCE { -- MCS-Send-Data on Node ID Channel of Top GCC entityID EntityID, numberOfHandles INTEGER (1..1024), ... } RegistryAllocateHandleResponse ::= SEQUENCE { -- MCS-Send-Data on Node ID Channel of requester entityID EntityID, numberOfHandles INTEGER (1..1024), firstHandle Handle, result ENUMERATED { successful (0), noHandlesAvailable (1), ... }, ... } RegistryResponse ::= SEQUENCE { -- MCS-Send-Data on Node ID Channel of requester entityID EntityID, -- Entity ID of the requesting Application Protocol Entity primitiveType ENUMERATED { registerChannel (0), assignToken (1), setParameter (2), retrieveEntry (3), deleteEntry (4), monitorEntry (5), ... }, key RegistryKey, -- Database index item RegistryItem, -- Contents: channel, token, parameter, or vacant owner RegistryEntryOwner, modificationRights RegistryModificationRights OPTIONAL, result ENUMERATED { successful (0), belongsToOther (1), tooManyEntries (2), inconsistentType (3), entryNotFound (4), entryAlreadyExists (5), invalidRequester (6), ... }, ... } ConductorAssignIndication ::= SEQUENCE { -- MCS-Uniform-Send-Data on GCC-Broadcast-Channel conductingNode UserID, ... } ConductorReleaseIndication ::= SEQUENCE { -- MCS-Uniform-Send-Data on GCC-Broadcast-Channel -- No parameters ... } ConductorPermissionAskIndication ::= SEQUENCE { -- MCS-Uniform-Send-Data on GCC-Broadcast-Channel grantFlag BOOLEAN, -- TRUE to request permission grant, FALSE to release ... } ConductorPermissionGrantIndication ::= SEQUENCE { -- MCS-Uniform-Send-Data on GCC-Broadcast-Channel permissionList SEQUENCE (SIZE (0..65535)) OF UserID, -- Node ID of nodes granted permission waitingList SEQUENCE (SIZE (1..65536)) OF UserID OPTIONAL, -- Node ID of nodes waiting form permission ... } ConferenceTimeRemainingIndication ::= SEQUENCE { -- MCS-Send-Data on GCC-Broadcast-Channel timeRemaining Time, nodeID UserID OPTIONAL, ... } ConferenceTimeInquireIndication ::= SEQUENCE { -- MCS-Send-Data on GCC-Convener-Channel nodeSpecificTimeFlag BOOLEAN, -- FALSE for conference-wide, TRUE for node-specific ... } ConferenceTimeExtendIndication ::= SEQUENCE { -- MCS-Send-Data on GCC-Convener-Channel timeToExtend Time, nodeSpecificTimeFlag BOOLEAN, -- FALSE for conference-wide, TRUE for node-specific ... } ConferenceAssistanceIndication ::= SEQUENCE { -- MCS-Uniform-Send-Data on GCC-Broadcast-Channel userData UserData OPTIONAL, ... } TextMessageIndication ::= SEQUENCE { -- MCS-Send-Data or MCS-Uniform-Send-Data message TextString, -- on GCC-Broadcast-Channel or Node ID Channel ... } FunctionNotSupportedResponse ::= SEQUENCE { request RequestPDU } NonStandardPDU ::= SEQUENCE { data NonStandardParameter, ... } -- ========================================================================== -- Part 3: Messages sent as MCS-Connect-Provider user data -- ========================================================================== ConnectData ::= SEQUENCE { t124Identifier Key, -- This shall be set to the value {itu recommendation t 124 version(0) 1} connectPDU OCTET STRING } ConnectGCCPDU ::= CHOICE { conferenceCreateRequest ConferenceCreateRequest, conferenceCreateResponse ConferenceCreateResponse, conferenceQueryRequest ConferenceQueryRequest, conferenceQueryResponse ConferenceQueryResponse, conferenceJoinRequest ConferenceJoinRequest, conferenceJoinResponse ConferenceJoinResponse, conferenceInviteRequest ConferenceInviteRequest, conferenceInviteResponse ConferenceInviteResponse, ... } -- ========================================================================== -- Part 4: Messages sent using MCS-Send-Data or MCS-Uniform-Send-Data -- ========================================================================== GCCPDU ::= CHOICE { request RequestPDU, response ResponsePDU, indication IndicationPDU } RequestPDU ::= CHOICE { conferenceJoinRequest ConferenceJoinRequest, conferenceAddRequest ConferenceAddRequest, conferenceLockRequest ConferenceLockRequest, conferenceUnlockRequest ConferenceUnlockRequest, conferenceTerminateRequest ConferenceTerminateRequest, conferenceEjectUserRequest ConferenceEjectUserRequest, conferenceTransferRequest ConferenceTransferRequest, registryRegisterChannelRequest RegistryRegisterChannelRequest, registryAssignTokenRequest RegistryAssignTokenRequest, registrySetParameterRequest RegistrySetParameterRequest, registryRetrieveEntryRequest RegistryRetrieveEntryRequest, registryDeleteEntryRequest RegistryDeleteEntryRequest, registryMonitorEntryRequest RegistryMonitorEntryRequest, registryAllocateHandleRequest RegistryAllocateHandleRequest, nonStandardRequest NonStandardPDU, ... } ResponsePDU ::= CHOICE { conferenceJoinResponse ConferenceJoinResponse, conferenceAddResponse ConferenceAddResponse, conferenceLockResponse ConferenceLockResponse, conferenceUnlockResponse ConferenceUnlockResponse, conferenceTerminateResponse ConferenceTerminateResponse, conferenceEjectUserResponse ConferenceEjectUserResponse, conferenceTransferResponse ConferenceTransferResponse, registryResponse RegistryResponse, registryAllocateHandleResponse RegistryAllocateHandleResponse, functionNotSupportedResponse FunctionNotSupportedResponse, nonStandardResponse NonStandardPDU, ... } IndicationPDU ::= CHOICE { userIDIndication UserIDIndication, conferenceLockIndication ConferenceLockIndication, conferenceUnlockIndication ConferenceUnlockIndication, conferenceTerminateIndication ConferenceTerminateIndication, conferenceEjectUserIndication ConferenceEjectUserIndication, conferenceTransferIndication ConferenceTransferIndication, rosterUpdateIndication RosterUpdateIndication, applicationInvokeIndication ApplicationInvokeIndication, registryMonitorEntryIndication RegistryMonitorEntryIndication, conductorAssignIndication ConductorAssignIndication, conductorReleaseIndication ConductorReleaseIndication, conductorPermissionAskIndication ConductorPermissionAskIndication, conductorPermissionGrantIndication ConductorPermissionGrantIndication, conferenceTimeRemainingIndication ConferenceTimeRemainingIndication, conferenceTimeInquireIndication ConferenceTimeInquireIndication, conferenceTimeExtendIndication ConferenceTimeExtendIndication, conferenceAssistanceIndication ConferenceAssistanceIndication, textMessageIndication TextMessageIndication, nonStandardIndication NonStandardPDU, ... } END openh323_v1_18_0/src/gccpdu.cxx0100644000176200056700000124311510251241420016406 0ustar releasepostincr// // gccpdu.cxx // // Code automatically generated by asnparse. // #ifdef P_USE_PRAGMA #pragma implementation "gccpdu.h" #endif #include #include "gccpdu.h" #define new PNEW #if ! H323_DISABLE_GCC // // ChannelID // GCC_ChannelID::GCC_ChannelID(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 65535); } GCC_ChannelID & GCC_ChannelID::operator=(int v) { SetValue(v); return *this; } GCC_ChannelID & GCC_ChannelID::operator=(unsigned v) { SetValue(v); return *this; } PObject * GCC_ChannelID::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ChannelID::Class()), PInvalidCast); #endif return new GCC_ChannelID(*this); } // // StaticChannelID // GCC_StaticChannelID::GCC_StaticChannelID(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 1000); } GCC_StaticChannelID & GCC_StaticChannelID::operator=(int v) { SetValue(v); return *this; } GCC_StaticChannelID & GCC_StaticChannelID::operator=(unsigned v) { SetValue(v); return *this; } PObject * GCC_StaticChannelID::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_StaticChannelID::Class()), PInvalidCast); #endif return new GCC_StaticChannelID(*this); } // // DynamicChannelID // GCC_DynamicChannelID::GCC_DynamicChannelID(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1001, 65535); } GCC_DynamicChannelID & GCC_DynamicChannelID::operator=(int v) { SetValue(v); return *this; } GCC_DynamicChannelID & GCC_DynamicChannelID::operator=(unsigned v) { SetValue(v); return *this; } PObject * GCC_DynamicChannelID::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_DynamicChannelID::Class()), PInvalidCast); #endif return new GCC_DynamicChannelID(*this); } // // UserID // GCC_UserID::GCC_UserID(unsigned tag, PASN_Object::TagClass tagClass) : GCC_DynamicChannelID(tag, tagClass) { } GCC_UserID & GCC_UserID::operator=(int v) { SetValue(v); return *this; } GCC_UserID & GCC_UserID::operator=(unsigned v) { SetValue(v); return *this; } PObject * GCC_UserID::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_UserID::Class()), PInvalidCast); #endif return new GCC_UserID(*this); } // // TokenID // GCC_TokenID::GCC_TokenID(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 65535); } GCC_TokenID & GCC_TokenID::operator=(int v) { SetValue(v); return *this; } GCC_TokenID & GCC_TokenID::operator=(unsigned v) { SetValue(v); return *this; } PObject * GCC_TokenID::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_TokenID::Class()), PInvalidCast); #endif return new GCC_TokenID(*this); } // // StaticTokenID // GCC_StaticTokenID::GCC_StaticTokenID(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 16383); } GCC_StaticTokenID & GCC_StaticTokenID::operator=(int v) { SetValue(v); return *this; } GCC_StaticTokenID & GCC_StaticTokenID::operator=(unsigned v) { SetValue(v); return *this; } PObject * GCC_StaticTokenID::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_StaticTokenID::Class()), PInvalidCast); #endif return new GCC_StaticTokenID(*this); } // // DynamicTokenID // GCC_DynamicTokenID::GCC_DynamicTokenID(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 16384, 65535); } GCC_DynamicTokenID & GCC_DynamicTokenID::operator=(int v) { SetValue(v); return *this; } GCC_DynamicTokenID & GCC_DynamicTokenID::operator=(unsigned v) { SetValue(v); return *this; } PObject * GCC_DynamicTokenID::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_DynamicTokenID::Class()), PInvalidCast); #endif return new GCC_DynamicTokenID(*this); } // // Time // GCC_Time::GCC_Time(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, -2147483647, 2147483647); } GCC_Time & GCC_Time::operator=(int v) { SetValue(v); return *this; } GCC_Time & GCC_Time::operator=(unsigned v) { SetValue(v); return *this; } PObject * GCC_Time::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_Time::Class()), PInvalidCast); #endif return new GCC_Time(*this); } // // Handle // GCC_Handle::GCC_Handle(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 0, 4294967295U); } GCC_Handle & GCC_Handle::operator=(int v) { SetValue(v); return *this; } GCC_Handle & GCC_Handle::operator=(unsigned v) { SetValue(v); return *this; } PObject * GCC_Handle::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_Handle::Class()), PInvalidCast); #endif return new GCC_Handle(*this); } // // H221NonStandardIdentifier // GCC_H221NonStandardIdentifier::GCC_H221NonStandardIdentifier(unsigned tag, PASN_Object::TagClass tagClass) : PASN_OctetString(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 4, 255); } GCC_H221NonStandardIdentifier::GCC_H221NonStandardIdentifier(const char * v) { SetValue(v); } GCC_H221NonStandardIdentifier::GCC_H221NonStandardIdentifier(const PString & v) { SetValue(v); } GCC_H221NonStandardIdentifier::GCC_H221NonStandardIdentifier(const PBYTEArray & v) { SetValue(v); } GCC_H221NonStandardIdentifier & GCC_H221NonStandardIdentifier::operator=(const char * v) { SetValue(v); return *this; } GCC_H221NonStandardIdentifier & GCC_H221NonStandardIdentifier::operator=(const PString & v) { SetValue(v); return *this; } GCC_H221NonStandardIdentifier & GCC_H221NonStandardIdentifier::operator=(const PBYTEArray & v) { SetValue(v); return *this; } PObject * GCC_H221NonStandardIdentifier::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_H221NonStandardIdentifier::Class()), PInvalidCast); #endif return new GCC_H221NonStandardIdentifier(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_Key[]={ {"object",0} ,{"h221NonStandard",1} }; #endif // // Key // GCC_Key::GCC_Key(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_Key,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_Key::operator GCC_H221NonStandardIdentifier &() const #else GCC_Key::operator GCC_H221NonStandardIdentifier &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_H221NonStandardIdentifier), PInvalidCast); #endif return *(GCC_H221NonStandardIdentifier *)choice; } GCC_Key::operator const GCC_H221NonStandardIdentifier &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_H221NonStandardIdentifier), PInvalidCast); #endif return *(GCC_H221NonStandardIdentifier *)choice; } BOOL GCC_Key::CreateObject() { switch (tag) { case e_object : choice = new PASN_ObjectId(); return TRUE; case e_h221NonStandard : choice = new GCC_H221NonStandardIdentifier(); return TRUE; } choice = NULL; return FALSE; } PObject * GCC_Key::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_Key::Class()), PInvalidCast); #endif return new GCC_Key(*this); } // // NonStandardParameter // GCC_NonStandardParameter::GCC_NonStandardParameter(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void GCC_NonStandardParameter::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+6) << "key = " << setprecision(indent) << m_key << '\n'; strm << setw(indent+7) << "data = " << setprecision(indent) << m_data << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_NonStandardParameter::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_NonStandardParameter), PInvalidCast); #endif const GCC_NonStandardParameter & other = (const GCC_NonStandardParameter &)obj; Comparison result; if ((result = m_key.Compare(other.m_key)) != EqualTo) return result; if ((result = m_data.Compare(other.m_data)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_NonStandardParameter::GetDataLength() const { PINDEX length = 0; length += m_key.GetObjectLength(); length += m_data.GetObjectLength(); return length; } BOOL GCC_NonStandardParameter::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_key.Decode(strm)) return FALSE; if (!m_data.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_NonStandardParameter::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_key.Encode(strm); m_data.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_NonStandardParameter::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_NonStandardParameter::Class()), PInvalidCast); #endif return new GCC_NonStandardParameter(*this); } // // TextString // GCC_TextString::GCC_TextString(unsigned tag, PASN_Object::TagClass tagClass) : PASN_BMPString(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 0, 255); } GCC_TextString & GCC_TextString::operator=(const char * v) { SetValue(v); return *this; } GCC_TextString & GCC_TextString::operator=(const PString & v) { SetValue(v); return *this; } GCC_TextString & GCC_TextString::operator=(const PWORDArray & v) { SetValue(v); return *this; } GCC_TextString & GCC_TextString::operator=(const PASN_BMPString & v) { SetValue(v); return *this; } PObject * GCC_TextString::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_TextString::Class()), PInvalidCast); #endif return new GCC_TextString(*this); } // // SimpleTextString // GCC_SimpleTextString::GCC_SimpleTextString(unsigned tag, PASN_Object::TagClass tagClass) : PASN_BMPString(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 0, 255); SetCharacterSet(PASN_Object::FixedConstraint, 0, 255); } GCC_SimpleTextString & GCC_SimpleTextString::operator=(const char * v) { SetValue(v); return *this; } GCC_SimpleTextString & GCC_SimpleTextString::operator=(const PString & v) { SetValue(v); return *this; } GCC_SimpleTextString & GCC_SimpleTextString::operator=(const PWORDArray & v) { SetValue(v); return *this; } GCC_SimpleTextString & GCC_SimpleTextString::operator=(const PASN_BMPString & v) { SetValue(v); return *this; } PObject * GCC_SimpleTextString::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_SimpleTextString::Class()), PInvalidCast); #endif return new GCC_SimpleTextString(*this); } // // SimpleNumericString // GCC_SimpleNumericString::GCC_SimpleNumericString(unsigned tag, PASN_Object::TagClass tagClass) : PASN_NumericString(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 255); SetCharacterSet(PASN_Object::FixedConstraint, "0123456789"); } GCC_SimpleNumericString & GCC_SimpleNumericString::operator=(const char * v) { SetValue(v); return *this; } GCC_SimpleNumericString & GCC_SimpleNumericString::operator=(const PString & v) { SetValue(v); return *this; } PObject * GCC_SimpleNumericString::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_SimpleNumericString::Class()), PInvalidCast); #endif return new GCC_SimpleNumericString(*this); } // // DialingString // GCC_DialingString::GCC_DialingString(unsigned tag, PASN_Object::TagClass tagClass) : PASN_NumericString(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 16); SetCharacterSet(PASN_Object::FixedConstraint, "0123456789"); } GCC_DialingString & GCC_DialingString::operator=(const char * v) { SetValue(v); return *this; } GCC_DialingString & GCC_DialingString::operator=(const PString & v) { SetValue(v); return *this; } PObject * GCC_DialingString::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_DialingString::Class()), PInvalidCast); #endif return new GCC_DialingString(*this); } // // SubAddressString // GCC_SubAddressString::GCC_SubAddressString(unsigned tag, PASN_Object::TagClass tagClass) : PASN_NumericString(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 40); SetCharacterSet(PASN_Object::FixedConstraint, "0123456789"); } GCC_SubAddressString & GCC_SubAddressString::operator=(const char * v) { SetValue(v); return *this; } GCC_SubAddressString & GCC_SubAddressString::operator=(const PString & v) { SetValue(v); return *this; } PObject * GCC_SubAddressString::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_SubAddressString::Class()), PInvalidCast); #endif return new GCC_SubAddressString(*this); } // // ExtraDialingString // GCC_ExtraDialingString::GCC_ExtraDialingString(unsigned tag, PASN_Object::TagClass tagClass) : PASN_BMPString(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 255); SetCharacterSet(PASN_Object::FixedConstraint, "0123456789#*,"); } GCC_ExtraDialingString & GCC_ExtraDialingString::operator=(const char * v) { SetValue(v); return *this; } GCC_ExtraDialingString & GCC_ExtraDialingString::operator=(const PString & v) { SetValue(v); return *this; } GCC_ExtraDialingString & GCC_ExtraDialingString::operator=(const PWORDArray & v) { SetValue(v); return *this; } GCC_ExtraDialingString & GCC_ExtraDialingString::operator=(const PASN_BMPString & v) { SetValue(v); return *this; } PObject * GCC_ExtraDialingString::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ExtraDialingString::Class()), PInvalidCast); #endif return new GCC_ExtraDialingString(*this); } // // UserData // GCC_UserData::GCC_UserData(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * GCC_UserData::CreateObject() const { return new GCC_UserData_subtype; } GCC_UserData_subtype & GCC_UserData::operator[](PINDEX i) const { return (GCC_UserData_subtype &)array[i]; } PObject * GCC_UserData::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_UserData::Class()), PInvalidCast); #endif return new GCC_UserData(*this); } // // Password // GCC_Password::GCC_Password(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_Password::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+10) << "numeric = " << setprecision(indent) << m_numeric << '\n'; if (HasOptionalField(e_text)) strm << setw(indent+7) << "text = " << setprecision(indent) << m_text << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_Password::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_Password), PInvalidCast); #endif const GCC_Password & other = (const GCC_Password &)obj; Comparison result; if ((result = m_numeric.Compare(other.m_numeric)) != EqualTo) return result; if ((result = m_text.Compare(other.m_text)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_Password::GetDataLength() const { PINDEX length = 0; length += m_numeric.GetObjectLength(); if (HasOptionalField(e_text)) length += m_text.GetObjectLength(); return length; } BOOL GCC_Password::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_numeric.Decode(strm)) return FALSE; if (HasOptionalField(e_text) && !m_text.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_Password::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_numeric.Encode(strm); if (HasOptionalField(e_text)) m_text.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_Password::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_Password::Class()), PInvalidCast); #endif return new GCC_Password(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_PasswordSelector[]={ {"numeric",0} ,{"text",1} }; #endif // // PasswordSelector // GCC_PasswordSelector::GCC_PasswordSelector(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_PasswordSelector,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_PasswordSelector::operator GCC_SimpleNumericString &() const #else GCC_PasswordSelector::operator GCC_SimpleNumericString &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_SimpleNumericString), PInvalidCast); #endif return *(GCC_SimpleNumericString *)choice; } GCC_PasswordSelector::operator const GCC_SimpleNumericString &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_SimpleNumericString), PInvalidCast); #endif return *(GCC_SimpleNumericString *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_PasswordSelector::operator GCC_SimpleTextString &() const #else GCC_PasswordSelector::operator GCC_SimpleTextString &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_SimpleTextString), PInvalidCast); #endif return *(GCC_SimpleTextString *)choice; } GCC_PasswordSelector::operator const GCC_SimpleTextString &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_SimpleTextString), PInvalidCast); #endif return *(GCC_SimpleTextString *)choice; } BOOL GCC_PasswordSelector::CreateObject() { switch (tag) { case e_numeric : choice = new GCC_SimpleNumericString(); return TRUE; case e_text : choice = new GCC_SimpleTextString(); return TRUE; } choice = NULL; return FALSE; } PObject * GCC_PasswordSelector::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_PasswordSelector::Class()), PInvalidCast); #endif return new GCC_PasswordSelector(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_ChallengeResponseItem[]={ {"passwordString",0} ,{"responseData",1} }; #endif // // ChallengeResponseItem // GCC_ChallengeResponseItem::GCC_ChallengeResponseItem(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_ChallengeResponseItem,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_ChallengeResponseItem::operator GCC_PasswordSelector &() const #else GCC_ChallengeResponseItem::operator GCC_PasswordSelector &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_PasswordSelector), PInvalidCast); #endif return *(GCC_PasswordSelector *)choice; } GCC_ChallengeResponseItem::operator const GCC_PasswordSelector &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_PasswordSelector), PInvalidCast); #endif return *(GCC_PasswordSelector *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_ChallengeResponseItem::operator GCC_UserData &() const #else GCC_ChallengeResponseItem::operator GCC_UserData &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_UserData), PInvalidCast); #endif return *(GCC_UserData *)choice; } GCC_ChallengeResponseItem::operator const GCC_UserData &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_UserData), PInvalidCast); #endif return *(GCC_UserData *)choice; } BOOL GCC_ChallengeResponseItem::CreateObject() { switch (tag) { case e_passwordString : choice = new GCC_PasswordSelector(); return TRUE; case e_responseData : choice = new GCC_UserData(); return TRUE; } choice = NULL; return FALSE; } PObject * GCC_ChallengeResponseItem::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ChallengeResponseItem::Class()), PInvalidCast); #endif return new GCC_ChallengeResponseItem(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_ChallengeResponseAlgorithm[]={ {"passwordInTheClear",0} ,{"nonStandardAlgorithm",1} }; #endif // // ChallengeResponseAlgorithm // GCC_ChallengeResponseAlgorithm::GCC_ChallengeResponseAlgorithm(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_ChallengeResponseAlgorithm,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_ChallengeResponseAlgorithm::operator GCC_NonStandardParameter &() const #else GCC_ChallengeResponseAlgorithm::operator GCC_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_NonStandardParameter), PInvalidCast); #endif return *(GCC_NonStandardParameter *)choice; } GCC_ChallengeResponseAlgorithm::operator const GCC_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_NonStandardParameter), PInvalidCast); #endif return *(GCC_NonStandardParameter *)choice; } BOOL GCC_ChallengeResponseAlgorithm::CreateObject() { switch (tag) { case e_passwordInTheClear : choice = new PASN_Null(); return TRUE; case e_nonStandardAlgorithm : choice = new GCC_NonStandardParameter(); return TRUE; } choice = NULL; return FALSE; } PObject * GCC_ChallengeResponseAlgorithm::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ChallengeResponseAlgorithm::Class()), PInvalidCast); #endif return new GCC_ChallengeResponseAlgorithm(*this); } // // ChallengeItem // GCC_ChallengeItem::GCC_ChallengeItem(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_ChallengeItem::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+20) << "responseAlgorithm = " << setprecision(indent) << m_responseAlgorithm << '\n'; strm << setw(indent+16) << "challengeData = " << setprecision(indent) << m_challengeData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ChallengeItem::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ChallengeItem), PInvalidCast); #endif const GCC_ChallengeItem & other = (const GCC_ChallengeItem &)obj; Comparison result; if ((result = m_responseAlgorithm.Compare(other.m_responseAlgorithm)) != EqualTo) return result; if ((result = m_challengeData.Compare(other.m_challengeData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ChallengeItem::GetDataLength() const { PINDEX length = 0; length += m_responseAlgorithm.GetObjectLength(); length += m_challengeData.GetObjectLength(); return length; } BOOL GCC_ChallengeItem::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_responseAlgorithm.Decode(strm)) return FALSE; if (!m_challengeData.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ChallengeItem::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_responseAlgorithm.Encode(strm); m_challengeData.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ChallengeItem::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ChallengeItem::Class()), PInvalidCast); #endif return new GCC_ChallengeItem(*this); } // // ChallengeResponse // GCC_ChallengeResponse::GCC_ChallengeResponse(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_ChallengeResponse::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "challengeTag = " << setprecision(indent) << m_challengeTag << '\n'; strm << setw(indent+20) << "responseAlgorithm = " << setprecision(indent) << m_responseAlgorithm << '\n'; strm << setw(indent+15) << "responseItem = " << setprecision(indent) << m_responseItem << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ChallengeResponse::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ChallengeResponse), PInvalidCast); #endif const GCC_ChallengeResponse & other = (const GCC_ChallengeResponse &)obj; Comparison result; if ((result = m_challengeTag.Compare(other.m_challengeTag)) != EqualTo) return result; if ((result = m_responseAlgorithm.Compare(other.m_responseAlgorithm)) != EqualTo) return result; if ((result = m_responseItem.Compare(other.m_responseItem)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ChallengeResponse::GetDataLength() const { PINDEX length = 0; length += m_challengeTag.GetObjectLength(); length += m_responseAlgorithm.GetObjectLength(); length += m_responseItem.GetObjectLength(); return length; } BOOL GCC_ChallengeResponse::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_challengeTag.Decode(strm)) return FALSE; if (!m_responseAlgorithm.Decode(strm)) return FALSE; if (!m_responseItem.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ChallengeResponse::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_challengeTag.Encode(strm); m_responseAlgorithm.Encode(strm); m_responseItem.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ChallengeResponse::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ChallengeResponse::Class()), PInvalidCast); #endif return new GCC_ChallengeResponse(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_PasswordChallengeRequestResponse[]={ {"passwordInTheClear",0} ,{"challengeRequestResponse",1} }; #endif // // PasswordChallengeRequestResponse // GCC_PasswordChallengeRequestResponse::GCC_PasswordChallengeRequestResponse(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_PasswordChallengeRequestResponse,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_PasswordChallengeRequestResponse::operator GCC_PasswordSelector &() const #else GCC_PasswordChallengeRequestResponse::operator GCC_PasswordSelector &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_PasswordSelector), PInvalidCast); #endif return *(GCC_PasswordSelector *)choice; } GCC_PasswordChallengeRequestResponse::operator const GCC_PasswordSelector &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_PasswordSelector), PInvalidCast); #endif return *(GCC_PasswordSelector *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_PasswordChallengeRequestResponse::operator GCC_PasswordChallengeRequestResponse_challengeRequestResponse &() const #else GCC_PasswordChallengeRequestResponse::operator GCC_PasswordChallengeRequestResponse_challengeRequestResponse &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_PasswordChallengeRequestResponse_challengeRequestResponse), PInvalidCast); #endif return *(GCC_PasswordChallengeRequestResponse_challengeRequestResponse *)choice; } GCC_PasswordChallengeRequestResponse::operator const GCC_PasswordChallengeRequestResponse_challengeRequestResponse &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_PasswordChallengeRequestResponse_challengeRequestResponse), PInvalidCast); #endif return *(GCC_PasswordChallengeRequestResponse_challengeRequestResponse *)choice; } BOOL GCC_PasswordChallengeRequestResponse::CreateObject() { switch (tag) { case e_passwordInTheClear : choice = new GCC_PasswordSelector(); return TRUE; case e_challengeRequestResponse : choice = new GCC_PasswordChallengeRequestResponse_challengeRequestResponse(); return TRUE; } choice = NULL; return FALSE; } PObject * GCC_PasswordChallengeRequestResponse::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_PasswordChallengeRequestResponse::Class()), PInvalidCast); #endif return new GCC_PasswordChallengeRequestResponse(*this); } // // ConferenceName // GCC_ConferenceName::GCC_ConferenceName(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_ConferenceName::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+10) << "numeric = " << setprecision(indent) << m_numeric << '\n'; if (HasOptionalField(e_text)) strm << setw(indent+7) << "text = " << setprecision(indent) << m_text << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ConferenceName::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ConferenceName), PInvalidCast); #endif const GCC_ConferenceName & other = (const GCC_ConferenceName &)obj; Comparison result; if ((result = m_numeric.Compare(other.m_numeric)) != EqualTo) return result; if ((result = m_text.Compare(other.m_text)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ConferenceName::GetDataLength() const { PINDEX length = 0; length += m_numeric.GetObjectLength(); if (HasOptionalField(e_text)) length += m_text.GetObjectLength(); return length; } BOOL GCC_ConferenceName::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_numeric.Decode(strm)) return FALSE; if (HasOptionalField(e_text) && !m_text.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ConferenceName::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_numeric.Encode(strm); if (HasOptionalField(e_text)) m_text.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ConferenceName::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceName::Class()), PInvalidCast); #endif return new GCC_ConferenceName(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_ConferenceNameSelector[]={ {"numeric",0} ,{"text",1} }; #endif // // ConferenceNameSelector // GCC_ConferenceNameSelector::GCC_ConferenceNameSelector(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_ConferenceNameSelector,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_ConferenceNameSelector::operator GCC_SimpleNumericString &() const #else GCC_ConferenceNameSelector::operator GCC_SimpleNumericString &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_SimpleNumericString), PInvalidCast); #endif return *(GCC_SimpleNumericString *)choice; } GCC_ConferenceNameSelector::operator const GCC_SimpleNumericString &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_SimpleNumericString), PInvalidCast); #endif return *(GCC_SimpleNumericString *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_ConferenceNameSelector::operator GCC_SimpleTextString &() const #else GCC_ConferenceNameSelector::operator GCC_SimpleTextString &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_SimpleTextString), PInvalidCast); #endif return *(GCC_SimpleTextString *)choice; } GCC_ConferenceNameSelector::operator const GCC_SimpleTextString &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_SimpleTextString), PInvalidCast); #endif return *(GCC_SimpleTextString *)choice; } BOOL GCC_ConferenceNameSelector::CreateObject() { switch (tag) { case e_numeric : choice = new GCC_SimpleNumericString(); return TRUE; case e_text : choice = new GCC_SimpleTextString(); return TRUE; } choice = NULL; return FALSE; } PObject * GCC_ConferenceNameSelector::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceNameSelector::Class()), PInvalidCast); #endif return new GCC_ConferenceNameSelector(*this); } // // ConferenceNameModifier // GCC_ConferenceNameModifier::GCC_ConferenceNameModifier(unsigned tag, PASN_Object::TagClass tagClass) : GCC_SimpleNumericString(tag, tagClass) { } GCC_ConferenceNameModifier & GCC_ConferenceNameModifier::operator=(const char * v) { SetValue(v); return *this; } GCC_ConferenceNameModifier & GCC_ConferenceNameModifier::operator=(const PString & v) { SetValue(v); return *this; } PObject * GCC_ConferenceNameModifier::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceNameModifier::Class()), PInvalidCast); #endif return new GCC_ConferenceNameModifier(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_Privilege[]={ {"terminate",0} ,{"ejectUser",1} ,{"add",2} ,{"lockUnlock",3} ,{"transfer",4} }; #endif // // Privilege // GCC_Privilege::GCC_Privilege(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 4, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_Privilege,5 #endif ) { } GCC_Privilege & GCC_Privilege::operator=(unsigned v) { SetValue(v); return *this; } PObject * GCC_Privilege::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_Privilege::Class()), PInvalidCast); #endif return new GCC_Privilege(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_TerminationMethod[]={ {"automatic",0} ,{"manual",1} }; #endif // // TerminationMethod // GCC_TerminationMethod::GCC_TerminationMethod(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 1, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_TerminationMethod,2 #endif ) { } GCC_TerminationMethod & GCC_TerminationMethod::operator=(unsigned v) { SetValue(v); return *this; } PObject * GCC_TerminationMethod::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_TerminationMethod::Class()), PInvalidCast); #endif return new GCC_TerminationMethod(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_ConferencePriorityScheme[]={ {"nonStandardScheme",0} }; #endif // // ConferencePriorityScheme // GCC_ConferencePriorityScheme::GCC_ConferencePriorityScheme(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 1, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_ConferencePriorityScheme,1 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_ConferencePriorityScheme::operator GCC_NonStandardParameter &() const #else GCC_ConferencePriorityScheme::operator GCC_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_NonStandardParameter), PInvalidCast); #endif return *(GCC_NonStandardParameter *)choice; } GCC_ConferencePriorityScheme::operator const GCC_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_NonStandardParameter), PInvalidCast); #endif return *(GCC_NonStandardParameter *)choice; } BOOL GCC_ConferencePriorityScheme::CreateObject() { switch (tag) { case e_nonStandardScheme : choice = new GCC_NonStandardParameter(); return TRUE; } choice = NULL; return FALSE; } PObject * GCC_ConferencePriorityScheme::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferencePriorityScheme::Class()), PInvalidCast); #endif return new GCC_ConferencePriorityScheme(*this); } // // ConferencePriority // GCC_ConferencePriority::GCC_ConferencePriority(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_priority.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } #ifndef PASN_NOPRINTON void GCC_ConferencePriority::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "priority = " << setprecision(indent) << m_priority << '\n'; strm << setw(indent+9) << "scheme = " << setprecision(indent) << m_scheme << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ConferencePriority::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ConferencePriority), PInvalidCast); #endif const GCC_ConferencePriority & other = (const GCC_ConferencePriority &)obj; Comparison result; if ((result = m_priority.Compare(other.m_priority)) != EqualTo) return result; if ((result = m_scheme.Compare(other.m_scheme)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ConferencePriority::GetDataLength() const { PINDEX length = 0; length += m_priority.GetObjectLength(); length += m_scheme.GetObjectLength(); return length; } BOOL GCC_ConferencePriority::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_priority.Decode(strm)) return FALSE; if (!m_scheme.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ConferencePriority::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_priority.Encode(strm); m_scheme.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ConferencePriority::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferencePriority::Class()), PInvalidCast); #endif return new GCC_ConferencePriority(*this); } // // NetworkAddress // GCC_NetworkAddress::GCC_NetworkAddress(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 64); } PASN_Object * GCC_NetworkAddress::CreateObject() const { return new GCC_NetworkAddress_subtype; } GCC_NetworkAddress_subtype & GCC_NetworkAddress::operator[](PINDEX i) const { return (GCC_NetworkAddress_subtype &)array[i]; } PObject * GCC_NetworkAddress::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_NetworkAddress::Class()), PInvalidCast); #endif return new GCC_NetworkAddress(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_NodeType[]={ {"terminal",0} ,{"multiportTerminal",1} ,{"mcu",2} }; #endif // // NodeType // GCC_NodeType::GCC_NodeType(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_NodeType,3 #endif ) { } GCC_NodeType & GCC_NodeType::operator=(unsigned v) { SetValue(v); return *this; } PObject * GCC_NodeType::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_NodeType::Class()), PInvalidCast); #endif return new GCC_NodeType(*this); } // // NodeProperties // GCC_NodeProperties::GCC_NodeProperties(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_NodeProperties::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+19) << "managementDevice = " << setprecision(indent) << m_managementDevice << '\n'; strm << setw(indent+19) << "peripheralDevice = " << setprecision(indent) << m_peripheralDevice << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_NodeProperties::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_NodeProperties), PInvalidCast); #endif const GCC_NodeProperties & other = (const GCC_NodeProperties &)obj; Comparison result; if ((result = m_managementDevice.Compare(other.m_managementDevice)) != EqualTo) return result; if ((result = m_peripheralDevice.Compare(other.m_peripheralDevice)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_NodeProperties::GetDataLength() const { PINDEX length = 0; length += m_managementDevice.GetObjectLength(); length += m_peripheralDevice.GetObjectLength(); return length; } BOOL GCC_NodeProperties::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_managementDevice.Decode(strm)) return FALSE; if (!m_peripheralDevice.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_NodeProperties::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_managementDevice.Encode(strm); m_peripheralDevice.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_NodeProperties::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_NodeProperties::Class()), PInvalidCast); #endif return new GCC_NodeProperties(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_AsymmetryIndicator[]={ {"callingNode",0} ,{"calledNode",1} ,{"unknown",2} }; #endif // // AsymmetryIndicator // GCC_AsymmetryIndicator::GCC_AsymmetryIndicator(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_AsymmetryIndicator,3 #endif ) { } BOOL GCC_AsymmetryIndicator::CreateObject() { switch (tag) { case e_callingNode : case e_calledNode : choice = new PASN_Null(); return TRUE; case e_unknown : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 0, 4294967295U); return TRUE; } choice = NULL; return FALSE; } PObject * GCC_AsymmetryIndicator::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_AsymmetryIndicator::Class()), PInvalidCast); #endif return new GCC_AsymmetryIndicator(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_AlternativeNodeID[]={ {"h243NodeID",0} }; #endif // // AlternativeNodeID // GCC_AlternativeNodeID::GCC_AlternativeNodeID(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 1, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_AlternativeNodeID,1 #endif ) { } BOOL GCC_AlternativeNodeID::CreateObject() { switch (tag) { case e_h243NodeID : choice = new PASN_OctetString(); choice->SetConstraints(PASN_Object::FixedConstraint, 2); return TRUE; } choice = NULL; return FALSE; } PObject * GCC_AlternativeNodeID::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_AlternativeNodeID::Class()), PInvalidCast); #endif return new GCC_AlternativeNodeID(*this); } // // ConferenceDescriptor // GCC_ConferenceDescriptor::GCC_ConferenceDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 1) { IncludeOptionalField(e_defaultConferenceFlag); } #ifndef PASN_NOPRINTON void GCC_ConferenceDescriptor::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "conferenceName = " << setprecision(indent) << m_conferenceName << '\n'; if (HasOptionalField(e_conferenceNameModifier)) strm << setw(indent+25) << "conferenceNameModifier = " << setprecision(indent) << m_conferenceNameModifier << '\n'; if (HasOptionalField(e_conferenceDescription)) strm << setw(indent+24) << "conferenceDescription = " << setprecision(indent) << m_conferenceDescription << '\n'; strm << setw(indent+19) << "lockedConference = " << setprecision(indent) << m_lockedConference << '\n'; strm << setw(indent+29) << "passwordInTheClearRequired = " << setprecision(indent) << m_passwordInTheClearRequired << '\n'; if (HasOptionalField(e_networkAddress)) strm << setw(indent+17) << "networkAddress = " << setprecision(indent) << m_networkAddress << '\n'; if (HasOptionalField(e_defaultConferenceFlag)) strm << setw(indent+24) << "defaultConferenceFlag = " << setprecision(indent) << m_defaultConferenceFlag << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ConferenceDescriptor::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ConferenceDescriptor), PInvalidCast); #endif const GCC_ConferenceDescriptor & other = (const GCC_ConferenceDescriptor &)obj; Comparison result; if ((result = m_conferenceName.Compare(other.m_conferenceName)) != EqualTo) return result; if ((result = m_conferenceNameModifier.Compare(other.m_conferenceNameModifier)) != EqualTo) return result; if ((result = m_conferenceDescription.Compare(other.m_conferenceDescription)) != EqualTo) return result; if ((result = m_lockedConference.Compare(other.m_lockedConference)) != EqualTo) return result; if ((result = m_passwordInTheClearRequired.Compare(other.m_passwordInTheClearRequired)) != EqualTo) return result; if ((result = m_networkAddress.Compare(other.m_networkAddress)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ConferenceDescriptor::GetDataLength() const { PINDEX length = 0; length += m_conferenceName.GetObjectLength(); if (HasOptionalField(e_conferenceNameModifier)) length += m_conferenceNameModifier.GetObjectLength(); if (HasOptionalField(e_conferenceDescription)) length += m_conferenceDescription.GetObjectLength(); length += m_lockedConference.GetObjectLength(); length += m_passwordInTheClearRequired.GetObjectLength(); if (HasOptionalField(e_networkAddress)) length += m_networkAddress.GetObjectLength(); return length; } BOOL GCC_ConferenceDescriptor::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_conferenceName.Decode(strm)) return FALSE; if (HasOptionalField(e_conferenceNameModifier) && !m_conferenceNameModifier.Decode(strm)) return FALSE; if (HasOptionalField(e_conferenceDescription) && !m_conferenceDescription.Decode(strm)) return FALSE; if (!m_lockedConference.Decode(strm)) return FALSE; if (!m_passwordInTheClearRequired.Decode(strm)) return FALSE; if (HasOptionalField(e_networkAddress) && !m_networkAddress.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_defaultConferenceFlag, m_defaultConferenceFlag)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ConferenceDescriptor::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_conferenceName.Encode(strm); if (HasOptionalField(e_conferenceNameModifier)) m_conferenceNameModifier.Encode(strm); if (HasOptionalField(e_conferenceDescription)) m_conferenceDescription.Encode(strm); m_lockedConference.Encode(strm); m_passwordInTheClearRequired.Encode(strm); if (HasOptionalField(e_networkAddress)) m_networkAddress.Encode(strm); KnownExtensionEncode(strm, e_defaultConferenceFlag, m_defaultConferenceFlag); UnknownExtensionsEncode(strm); } PObject * GCC_ConferenceDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceDescriptor::Class()), PInvalidCast); #endif return new GCC_ConferenceDescriptor(*this); } // // SessionKey // GCC_SessionKey::GCC_SessionKey(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, FALSE, 0) { } #ifndef PASN_NOPRINTON void GCC_SessionKey::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+25) << "applicationProtocolKey = " << setprecision(indent) << m_applicationProtocolKey << '\n'; if (HasOptionalField(e_sessionID)) strm << setw(indent+12) << "sessionID = " << setprecision(indent) << m_sessionID << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_SessionKey::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_SessionKey), PInvalidCast); #endif const GCC_SessionKey & other = (const GCC_SessionKey &)obj; Comparison result; if ((result = m_applicationProtocolKey.Compare(other.m_applicationProtocolKey)) != EqualTo) return result; if ((result = m_sessionID.Compare(other.m_sessionID)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_SessionKey::GetDataLength() const { PINDEX length = 0; length += m_applicationProtocolKey.GetObjectLength(); if (HasOptionalField(e_sessionID)) length += m_sessionID.GetObjectLength(); return length; } BOOL GCC_SessionKey::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_applicationProtocolKey.Decode(strm)) return FALSE; if (HasOptionalField(e_sessionID) && !m_sessionID.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_SessionKey::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_applicationProtocolKey.Encode(strm); if (HasOptionalField(e_sessionID)) m_sessionID.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_SessionKey::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_SessionKey::Class()), PInvalidCast); #endif return new GCC_SessionKey(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_ChannelType[]={ {"static",0} ,{"dynamicMulticast",1} ,{"dynamicPrivate",2} ,{"dynamicUserId",3} }; #endif // // ChannelType // GCC_ChannelType::GCC_ChannelType(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 3, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_ChannelType,4 #endif ) { } GCC_ChannelType & GCC_ChannelType::operator=(unsigned v) { SetValue(v); return *this; } PObject * GCC_ChannelType::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ChannelType::Class()), PInvalidCast); #endif return new GCC_ChannelType(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_CapabilityID[]={ {"standard",0} ,{"nonStandard",1} }; #endif // // CapabilityID // GCC_CapabilityID::GCC_CapabilityID(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_CapabilityID,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_CapabilityID::operator GCC_Key &() const #else GCC_CapabilityID::operator GCC_Key &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_Key), PInvalidCast); #endif return *(GCC_Key *)choice; } GCC_CapabilityID::operator const GCC_Key &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_Key), PInvalidCast); #endif return *(GCC_Key *)choice; } BOOL GCC_CapabilityID::CreateObject() { switch (tag) { case e_standard : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 0, 65535); return TRUE; case e_nonStandard : choice = new GCC_Key(); return TRUE; } choice = NULL; return FALSE; } PObject * GCC_CapabilityID::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_CapabilityID::Class()), PInvalidCast); #endif return new GCC_CapabilityID(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_CapabilityClass[]={ {"logical",0} ,{"unsignedMin",1} ,{"unsignedMax",2} }; #endif // // CapabilityClass // GCC_CapabilityClass::GCC_CapabilityClass(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_CapabilityClass,3 #endif ) { } BOOL GCC_CapabilityClass::CreateObject() { switch (tag) { case e_logical : choice = new PASN_Null(); return TRUE; case e_unsignedMin : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 0, MaximumValue); return TRUE; case e_unsignedMax : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 0, MaximumValue); return TRUE; } choice = NULL; return FALSE; } PObject * GCC_CapabilityClass::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_CapabilityClass::Class()), PInvalidCast); #endif return new GCC_CapabilityClass(*this); } // // EntityID // GCC_EntityID::GCC_EntityID(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } GCC_EntityID & GCC_EntityID::operator=(int v) { SetValue(v); return *this; } GCC_EntityID & GCC_EntityID::operator=(unsigned v) { SetValue(v); return *this; } PObject * GCC_EntityID::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_EntityID::Class()), PInvalidCast); #endif return new GCC_EntityID(*this); } // // RegistryKey // GCC_RegistryKey::GCC_RegistryKey(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { m_resourceID.SetConstraints(PASN_Object::FixedConstraint, 0, 64); } #ifndef PASN_NOPRINTON void GCC_RegistryKey::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+13) << "sessionKey = " << setprecision(indent) << m_sessionKey << '\n'; strm << setw(indent+13) << "resourceID = " << setprecision(indent) << m_resourceID << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_RegistryKey::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_RegistryKey), PInvalidCast); #endif const GCC_RegistryKey & other = (const GCC_RegistryKey &)obj; Comparison result; if ((result = m_sessionKey.Compare(other.m_sessionKey)) != EqualTo) return result; if ((result = m_resourceID.Compare(other.m_resourceID)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_RegistryKey::GetDataLength() const { PINDEX length = 0; length += m_sessionKey.GetObjectLength(); length += m_resourceID.GetObjectLength(); return length; } BOOL GCC_RegistryKey::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_sessionKey.Decode(strm)) return FALSE; if (!m_resourceID.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_RegistryKey::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_sessionKey.Encode(strm); m_resourceID.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_RegistryKey::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_RegistryKey::Class()), PInvalidCast); #endif return new GCC_RegistryKey(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_RegistryItem[]={ {"channelID",0} ,{"tokenID",1} ,{"parameter",2} ,{"vacant",3} }; #endif // // RegistryItem // GCC_RegistryItem::GCC_RegistryItem(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_RegistryItem,4 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_RegistryItem::operator GCC_DynamicChannelID &() const #else GCC_RegistryItem::operator GCC_DynamicChannelID &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_DynamicChannelID), PInvalidCast); #endif return *(GCC_DynamicChannelID *)choice; } GCC_RegistryItem::operator const GCC_DynamicChannelID &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_DynamicChannelID), PInvalidCast); #endif return *(GCC_DynamicChannelID *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_RegistryItem::operator GCC_DynamicTokenID &() const #else GCC_RegistryItem::operator GCC_DynamicTokenID &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_DynamicTokenID), PInvalidCast); #endif return *(GCC_DynamicTokenID *)choice; } GCC_RegistryItem::operator const GCC_DynamicTokenID &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_DynamicTokenID), PInvalidCast); #endif return *(GCC_DynamicTokenID *)choice; } BOOL GCC_RegistryItem::CreateObject() { switch (tag) { case e_channelID : choice = new GCC_DynamicChannelID(); return TRUE; case e_tokenID : choice = new GCC_DynamicTokenID(); return TRUE; case e_parameter : choice = new PASN_OctetString(); choice->SetConstraints(PASN_Object::FixedConstraint, 0, 64); return TRUE; case e_vacant : choice = new PASN_Null(); return TRUE; } choice = NULL; return FALSE; } PObject * GCC_RegistryItem::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_RegistryItem::Class()), PInvalidCast); #endif return new GCC_RegistryItem(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_RegistryEntryOwner[]={ {"owned",0} ,{"notOwned",1} }; #endif // // RegistryEntryOwner // GCC_RegistryEntryOwner::GCC_RegistryEntryOwner(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_RegistryEntryOwner,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_RegistryEntryOwner::operator GCC_RegistryEntryOwner_owned &() const #else GCC_RegistryEntryOwner::operator GCC_RegistryEntryOwner_owned &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_RegistryEntryOwner_owned), PInvalidCast); #endif return *(GCC_RegistryEntryOwner_owned *)choice; } GCC_RegistryEntryOwner::operator const GCC_RegistryEntryOwner_owned &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_RegistryEntryOwner_owned), PInvalidCast); #endif return *(GCC_RegistryEntryOwner_owned *)choice; } BOOL GCC_RegistryEntryOwner::CreateObject() { switch (tag) { case e_owned : choice = new GCC_RegistryEntryOwner_owned(); return TRUE; case e_notOwned : choice = new PASN_Null(); return TRUE; } choice = NULL; return FALSE; } PObject * GCC_RegistryEntryOwner::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_RegistryEntryOwner::Class()), PInvalidCast); #endif return new GCC_RegistryEntryOwner(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_RegistryModificationRights[]={ {"owner",0} ,{"session",1} ,{"public",2} }; #endif // // RegistryModificationRights // GCC_RegistryModificationRights::GCC_RegistryModificationRights(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 2, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_RegistryModificationRights,3 #endif ) { } GCC_RegistryModificationRights & GCC_RegistryModificationRights::operator=(unsigned v) { SetValue(v); return *this; } PObject * GCC_RegistryModificationRights::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_RegistryModificationRights::Class()), PInvalidCast); #endif return new GCC_RegistryModificationRights(*this); } // // UserIDIndication // GCC_UserIDIndication::GCC_UserIDIndication(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_UserIDIndication::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+6) << "tag = " << setprecision(indent) << m_tag << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_UserIDIndication::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_UserIDIndication), PInvalidCast); #endif const GCC_UserIDIndication & other = (const GCC_UserIDIndication &)obj; Comparison result; if ((result = m_tag.Compare(other.m_tag)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_UserIDIndication::GetDataLength() const { PINDEX length = 0; length += m_tag.GetObjectLength(); return length; } BOOL GCC_UserIDIndication::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_tag.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_UserIDIndication::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_tag.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_UserIDIndication::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_UserIDIndication::Class()), PInvalidCast); #endif return new GCC_UserIDIndication(*this); } // // ConferenceQueryRequest // GCC_ConferenceQueryRequest::GCC_ConferenceQueryRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_ConferenceQueryRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "nodeType = " << setprecision(indent) << m_nodeType << '\n'; if (HasOptionalField(e_asymmetryIndicator)) strm << setw(indent+21) << "asymmetryIndicator = " << setprecision(indent) << m_asymmetryIndicator << '\n'; if (HasOptionalField(e_userData)) strm << setw(indent+11) << "userData = " << setprecision(indent) << m_userData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ConferenceQueryRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ConferenceQueryRequest), PInvalidCast); #endif const GCC_ConferenceQueryRequest & other = (const GCC_ConferenceQueryRequest &)obj; Comparison result; if ((result = m_nodeType.Compare(other.m_nodeType)) != EqualTo) return result; if ((result = m_asymmetryIndicator.Compare(other.m_asymmetryIndicator)) != EqualTo) return result; if ((result = m_userData.Compare(other.m_userData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ConferenceQueryRequest::GetDataLength() const { PINDEX length = 0; length += m_nodeType.GetObjectLength(); if (HasOptionalField(e_asymmetryIndicator)) length += m_asymmetryIndicator.GetObjectLength(); if (HasOptionalField(e_userData)) length += m_userData.GetObjectLength(); return length; } BOOL GCC_ConferenceQueryRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_nodeType.Decode(strm)) return FALSE; if (HasOptionalField(e_asymmetryIndicator) && !m_asymmetryIndicator.Decode(strm)) return FALSE; if (HasOptionalField(e_userData) && !m_userData.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ConferenceQueryRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_nodeType.Encode(strm); if (HasOptionalField(e_asymmetryIndicator)) m_asymmetryIndicator.Encode(strm); if (HasOptionalField(e_userData)) m_userData.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ConferenceQueryRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceQueryRequest::Class()), PInvalidCast); #endif return new GCC_ConferenceQueryRequest(*this); } // // ConferenceJoinRequest // GCC_ConferenceJoinRequest::GCC_ConferenceJoinRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 7, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_ConferenceJoinRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_conferenceName)) strm << setw(indent+17) << "conferenceName = " << setprecision(indent) << m_conferenceName << '\n'; if (HasOptionalField(e_conferenceNameModifier)) strm << setw(indent+25) << "conferenceNameModifier = " << setprecision(indent) << m_conferenceNameModifier << '\n'; if (HasOptionalField(e_tag)) strm << setw(indent+6) << "tag = " << setprecision(indent) << m_tag << '\n'; if (HasOptionalField(e_password)) strm << setw(indent+11) << "password = " << setprecision(indent) << m_password << '\n'; if (HasOptionalField(e_convenerPassword)) strm << setw(indent+19) << "convenerPassword = " << setprecision(indent) << m_convenerPassword << '\n'; if (HasOptionalField(e_callerIdentifier)) strm << setw(indent+19) << "callerIdentifier = " << setprecision(indent) << m_callerIdentifier << '\n'; if (HasOptionalField(e_userData)) strm << setw(indent+11) << "userData = " << setprecision(indent) << m_userData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ConferenceJoinRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ConferenceJoinRequest), PInvalidCast); #endif const GCC_ConferenceJoinRequest & other = (const GCC_ConferenceJoinRequest &)obj; Comparison result; if ((result = m_conferenceName.Compare(other.m_conferenceName)) != EqualTo) return result; if ((result = m_conferenceNameModifier.Compare(other.m_conferenceNameModifier)) != EqualTo) return result; if ((result = m_tag.Compare(other.m_tag)) != EqualTo) return result; if ((result = m_password.Compare(other.m_password)) != EqualTo) return result; if ((result = m_convenerPassword.Compare(other.m_convenerPassword)) != EqualTo) return result; if ((result = m_callerIdentifier.Compare(other.m_callerIdentifier)) != EqualTo) return result; if ((result = m_userData.Compare(other.m_userData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ConferenceJoinRequest::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_conferenceName)) length += m_conferenceName.GetObjectLength(); if (HasOptionalField(e_conferenceNameModifier)) length += m_conferenceNameModifier.GetObjectLength(); if (HasOptionalField(e_tag)) length += m_tag.GetObjectLength(); if (HasOptionalField(e_password)) length += m_password.GetObjectLength(); if (HasOptionalField(e_convenerPassword)) length += m_convenerPassword.GetObjectLength(); if (HasOptionalField(e_callerIdentifier)) length += m_callerIdentifier.GetObjectLength(); if (HasOptionalField(e_userData)) length += m_userData.GetObjectLength(); return length; } BOOL GCC_ConferenceJoinRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_conferenceName) && !m_conferenceName.Decode(strm)) return FALSE; if (HasOptionalField(e_conferenceNameModifier) && !m_conferenceNameModifier.Decode(strm)) return FALSE; if (HasOptionalField(e_tag) && !m_tag.Decode(strm)) return FALSE; if (HasOptionalField(e_password) && !m_password.Decode(strm)) return FALSE; if (HasOptionalField(e_convenerPassword) && !m_convenerPassword.Decode(strm)) return FALSE; if (HasOptionalField(e_callerIdentifier) && !m_callerIdentifier.Decode(strm)) return FALSE; if (HasOptionalField(e_userData) && !m_userData.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ConferenceJoinRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_conferenceName)) m_conferenceName.Encode(strm); if (HasOptionalField(e_conferenceNameModifier)) m_conferenceNameModifier.Encode(strm); if (HasOptionalField(e_tag)) m_tag.Encode(strm); if (HasOptionalField(e_password)) m_password.Encode(strm); if (HasOptionalField(e_convenerPassword)) m_convenerPassword.Encode(strm); if (HasOptionalField(e_callerIdentifier)) m_callerIdentifier.Encode(strm); if (HasOptionalField(e_userData)) m_userData.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ConferenceJoinRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceJoinRequest::Class()), PInvalidCast); #endif return new GCC_ConferenceJoinRequest(*this); } // // ConferenceAddRequest // GCC_ConferenceAddRequest::GCC_ConferenceAddRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_ConferenceAddRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "networkAddress = " << setprecision(indent) << m_networkAddress << '\n'; strm << setw(indent+17) << "requestingNode = " << setprecision(indent) << m_requestingNode << '\n'; strm << setw(indent+6) << "tag = " << setprecision(indent) << m_tag << '\n'; if (HasOptionalField(e_addingMCU)) strm << setw(indent+12) << "addingMCU = " << setprecision(indent) << m_addingMCU << '\n'; if (HasOptionalField(e_userData)) strm << setw(indent+11) << "userData = " << setprecision(indent) << m_userData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ConferenceAddRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ConferenceAddRequest), PInvalidCast); #endif const GCC_ConferenceAddRequest & other = (const GCC_ConferenceAddRequest &)obj; Comparison result; if ((result = m_networkAddress.Compare(other.m_networkAddress)) != EqualTo) return result; if ((result = m_requestingNode.Compare(other.m_requestingNode)) != EqualTo) return result; if ((result = m_tag.Compare(other.m_tag)) != EqualTo) return result; if ((result = m_addingMCU.Compare(other.m_addingMCU)) != EqualTo) return result; if ((result = m_userData.Compare(other.m_userData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ConferenceAddRequest::GetDataLength() const { PINDEX length = 0; length += m_networkAddress.GetObjectLength(); length += m_requestingNode.GetObjectLength(); length += m_tag.GetObjectLength(); if (HasOptionalField(e_addingMCU)) length += m_addingMCU.GetObjectLength(); if (HasOptionalField(e_userData)) length += m_userData.GetObjectLength(); return length; } BOOL GCC_ConferenceAddRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_networkAddress.Decode(strm)) return FALSE; if (!m_requestingNode.Decode(strm)) return FALSE; if (!m_tag.Decode(strm)) return FALSE; if (HasOptionalField(e_addingMCU) && !m_addingMCU.Decode(strm)) return FALSE; if (HasOptionalField(e_userData) && !m_userData.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ConferenceAddRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_networkAddress.Encode(strm); m_requestingNode.Encode(strm); m_tag.Encode(strm); if (HasOptionalField(e_addingMCU)) m_addingMCU.Encode(strm); if (HasOptionalField(e_userData)) m_userData.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ConferenceAddRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceAddRequest::Class()), PInvalidCast); #endif return new GCC_ConferenceAddRequest(*this); } // // ConferenceLockRequest // GCC_ConferenceLockRequest::GCC_ConferenceLockRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_ConferenceLockRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PINDEX GCC_ConferenceLockRequest::GetDataLength() const { PINDEX length = 0; return length; } BOOL GCC_ConferenceLockRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ConferenceLockRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ConferenceLockRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceLockRequest::Class()), PInvalidCast); #endif return new GCC_ConferenceLockRequest(*this); } // // ConferenceLockIndication // GCC_ConferenceLockIndication::GCC_ConferenceLockIndication(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_ConferenceLockIndication::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PINDEX GCC_ConferenceLockIndication::GetDataLength() const { PINDEX length = 0; return length; } BOOL GCC_ConferenceLockIndication::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ConferenceLockIndication::Encode(PASN_Stream & strm) const { PreambleEncode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ConferenceLockIndication::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceLockIndication::Class()), PInvalidCast); #endif return new GCC_ConferenceLockIndication(*this); } // // ConferenceUnlockRequest // GCC_ConferenceUnlockRequest::GCC_ConferenceUnlockRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_ConferenceUnlockRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PINDEX GCC_ConferenceUnlockRequest::GetDataLength() const { PINDEX length = 0; return length; } BOOL GCC_ConferenceUnlockRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ConferenceUnlockRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ConferenceUnlockRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceUnlockRequest::Class()), PInvalidCast); #endif return new GCC_ConferenceUnlockRequest(*this); } // // ConferenceUnlockIndication // GCC_ConferenceUnlockIndication::GCC_ConferenceUnlockIndication(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_ConferenceUnlockIndication::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PINDEX GCC_ConferenceUnlockIndication::GetDataLength() const { PINDEX length = 0; return length; } BOOL GCC_ConferenceUnlockIndication::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ConferenceUnlockIndication::Encode(PASN_Stream & strm) const { PreambleEncode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ConferenceUnlockIndication::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceUnlockIndication::Class()), PInvalidCast); #endif return new GCC_ConferenceUnlockIndication(*this); } // // RegistryRegisterChannelRequest // GCC_RegistryRegisterChannelRequest::GCC_RegistryRegisterChannelRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_RegistryRegisterChannelRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "entityID = " << setprecision(indent) << m_entityID << '\n'; strm << setw(indent+6) << "key = " << setprecision(indent) << m_key << '\n'; strm << setw(indent+12) << "channelID = " << setprecision(indent) << m_channelID << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_RegistryRegisterChannelRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_RegistryRegisterChannelRequest), PInvalidCast); #endif const GCC_RegistryRegisterChannelRequest & other = (const GCC_RegistryRegisterChannelRequest &)obj; Comparison result; if ((result = m_entityID.Compare(other.m_entityID)) != EqualTo) return result; if ((result = m_key.Compare(other.m_key)) != EqualTo) return result; if ((result = m_channelID.Compare(other.m_channelID)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_RegistryRegisterChannelRequest::GetDataLength() const { PINDEX length = 0; length += m_entityID.GetObjectLength(); length += m_key.GetObjectLength(); length += m_channelID.GetObjectLength(); return length; } BOOL GCC_RegistryRegisterChannelRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_entityID.Decode(strm)) return FALSE; if (!m_key.Decode(strm)) return FALSE; if (!m_channelID.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_RegistryRegisterChannelRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_entityID.Encode(strm); m_key.Encode(strm); m_channelID.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_RegistryRegisterChannelRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_RegistryRegisterChannelRequest::Class()), PInvalidCast); #endif return new GCC_RegistryRegisterChannelRequest(*this); } // // RegistryAssignTokenRequest // GCC_RegistryAssignTokenRequest::GCC_RegistryAssignTokenRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_RegistryAssignTokenRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "entityID = " << setprecision(indent) << m_entityID << '\n'; strm << setw(indent+6) << "key = " << setprecision(indent) << m_key << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_RegistryAssignTokenRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_RegistryAssignTokenRequest), PInvalidCast); #endif const GCC_RegistryAssignTokenRequest & other = (const GCC_RegistryAssignTokenRequest &)obj; Comparison result; if ((result = m_entityID.Compare(other.m_entityID)) != EqualTo) return result; if ((result = m_key.Compare(other.m_key)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_RegistryAssignTokenRequest::GetDataLength() const { PINDEX length = 0; length += m_entityID.GetObjectLength(); length += m_key.GetObjectLength(); return length; } BOOL GCC_RegistryAssignTokenRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_entityID.Decode(strm)) return FALSE; if (!m_key.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_RegistryAssignTokenRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_entityID.Encode(strm); m_key.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_RegistryAssignTokenRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_RegistryAssignTokenRequest::Class()), PInvalidCast); #endif return new GCC_RegistryAssignTokenRequest(*this); } // // RegistrySetParameterRequest // GCC_RegistrySetParameterRequest::GCC_RegistrySetParameterRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_parameter.SetConstraints(PASN_Object::FixedConstraint, 0, 64); } #ifndef PASN_NOPRINTON void GCC_RegistrySetParameterRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "entityID = " << setprecision(indent) << m_entityID << '\n'; strm << setw(indent+6) << "key = " << setprecision(indent) << m_key << '\n'; strm << setw(indent+12) << "parameter = " << setprecision(indent) << m_parameter << '\n'; if (HasOptionalField(e_modificationRights)) strm << setw(indent+21) << "modificationRights = " << setprecision(indent) << m_modificationRights << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_RegistrySetParameterRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_RegistrySetParameterRequest), PInvalidCast); #endif const GCC_RegistrySetParameterRequest & other = (const GCC_RegistrySetParameterRequest &)obj; Comparison result; if ((result = m_entityID.Compare(other.m_entityID)) != EqualTo) return result; if ((result = m_key.Compare(other.m_key)) != EqualTo) return result; if ((result = m_parameter.Compare(other.m_parameter)) != EqualTo) return result; if ((result = m_modificationRights.Compare(other.m_modificationRights)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_RegistrySetParameterRequest::GetDataLength() const { PINDEX length = 0; length += m_entityID.GetObjectLength(); length += m_key.GetObjectLength(); length += m_parameter.GetObjectLength(); if (HasOptionalField(e_modificationRights)) length += m_modificationRights.GetObjectLength(); return length; } BOOL GCC_RegistrySetParameterRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_entityID.Decode(strm)) return FALSE; if (!m_key.Decode(strm)) return FALSE; if (!m_parameter.Decode(strm)) return FALSE; if (HasOptionalField(e_modificationRights) && !m_modificationRights.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_RegistrySetParameterRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_entityID.Encode(strm); m_key.Encode(strm); m_parameter.Encode(strm); if (HasOptionalField(e_modificationRights)) m_modificationRights.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_RegistrySetParameterRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_RegistrySetParameterRequest::Class()), PInvalidCast); #endif return new GCC_RegistrySetParameterRequest(*this); } // // RegistryRetrieveEntryRequest // GCC_RegistryRetrieveEntryRequest::GCC_RegistryRetrieveEntryRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_RegistryRetrieveEntryRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "entityID = " << setprecision(indent) << m_entityID << '\n'; strm << setw(indent+6) << "key = " << setprecision(indent) << m_key << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_RegistryRetrieveEntryRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_RegistryRetrieveEntryRequest), PInvalidCast); #endif const GCC_RegistryRetrieveEntryRequest & other = (const GCC_RegistryRetrieveEntryRequest &)obj; Comparison result; if ((result = m_entityID.Compare(other.m_entityID)) != EqualTo) return result; if ((result = m_key.Compare(other.m_key)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_RegistryRetrieveEntryRequest::GetDataLength() const { PINDEX length = 0; length += m_entityID.GetObjectLength(); length += m_key.GetObjectLength(); return length; } BOOL GCC_RegistryRetrieveEntryRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_entityID.Decode(strm)) return FALSE; if (!m_key.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_RegistryRetrieveEntryRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_entityID.Encode(strm); m_key.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_RegistryRetrieveEntryRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_RegistryRetrieveEntryRequest::Class()), PInvalidCast); #endif return new GCC_RegistryRetrieveEntryRequest(*this); } // // RegistryDeleteEntryRequest // GCC_RegistryDeleteEntryRequest::GCC_RegistryDeleteEntryRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_RegistryDeleteEntryRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "entityID = " << setprecision(indent) << m_entityID << '\n'; strm << setw(indent+6) << "key = " << setprecision(indent) << m_key << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_RegistryDeleteEntryRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_RegistryDeleteEntryRequest), PInvalidCast); #endif const GCC_RegistryDeleteEntryRequest & other = (const GCC_RegistryDeleteEntryRequest &)obj; Comparison result; if ((result = m_entityID.Compare(other.m_entityID)) != EqualTo) return result; if ((result = m_key.Compare(other.m_key)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_RegistryDeleteEntryRequest::GetDataLength() const { PINDEX length = 0; length += m_entityID.GetObjectLength(); length += m_key.GetObjectLength(); return length; } BOOL GCC_RegistryDeleteEntryRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_entityID.Decode(strm)) return FALSE; if (!m_key.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_RegistryDeleteEntryRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_entityID.Encode(strm); m_key.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_RegistryDeleteEntryRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_RegistryDeleteEntryRequest::Class()), PInvalidCast); #endif return new GCC_RegistryDeleteEntryRequest(*this); } // // RegistryMonitorEntryRequest // GCC_RegistryMonitorEntryRequest::GCC_RegistryMonitorEntryRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_RegistryMonitorEntryRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "entityID = " << setprecision(indent) << m_entityID << '\n'; strm << setw(indent+6) << "key = " << setprecision(indent) << m_key << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_RegistryMonitorEntryRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_RegistryMonitorEntryRequest), PInvalidCast); #endif const GCC_RegistryMonitorEntryRequest & other = (const GCC_RegistryMonitorEntryRequest &)obj; Comparison result; if ((result = m_entityID.Compare(other.m_entityID)) != EqualTo) return result; if ((result = m_key.Compare(other.m_key)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_RegistryMonitorEntryRequest::GetDataLength() const { PINDEX length = 0; length += m_entityID.GetObjectLength(); length += m_key.GetObjectLength(); return length; } BOOL GCC_RegistryMonitorEntryRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_entityID.Decode(strm)) return FALSE; if (!m_key.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_RegistryMonitorEntryRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_entityID.Encode(strm); m_key.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_RegistryMonitorEntryRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_RegistryMonitorEntryRequest::Class()), PInvalidCast); #endif return new GCC_RegistryMonitorEntryRequest(*this); } // // RegistryMonitorEntryIndication // GCC_RegistryMonitorEntryIndication::GCC_RegistryMonitorEntryIndication(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_RegistryMonitorEntryIndication::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+6) << "key = " << setprecision(indent) << m_key << '\n'; strm << setw(indent+7) << "item = " << setprecision(indent) << m_item << '\n'; strm << setw(indent+8) << "owner = " << setprecision(indent) << m_owner << '\n'; if (HasOptionalField(e_modificationRights)) strm << setw(indent+21) << "modificationRights = " << setprecision(indent) << m_modificationRights << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_RegistryMonitorEntryIndication::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_RegistryMonitorEntryIndication), PInvalidCast); #endif const GCC_RegistryMonitorEntryIndication & other = (const GCC_RegistryMonitorEntryIndication &)obj; Comparison result; if ((result = m_key.Compare(other.m_key)) != EqualTo) return result; if ((result = m_item.Compare(other.m_item)) != EqualTo) return result; if ((result = m_owner.Compare(other.m_owner)) != EqualTo) return result; if ((result = m_modificationRights.Compare(other.m_modificationRights)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_RegistryMonitorEntryIndication::GetDataLength() const { PINDEX length = 0; length += m_key.GetObjectLength(); length += m_item.GetObjectLength(); length += m_owner.GetObjectLength(); if (HasOptionalField(e_modificationRights)) length += m_modificationRights.GetObjectLength(); return length; } BOOL GCC_RegistryMonitorEntryIndication::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_key.Decode(strm)) return FALSE; if (!m_item.Decode(strm)) return FALSE; if (!m_owner.Decode(strm)) return FALSE; if (HasOptionalField(e_modificationRights) && !m_modificationRights.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_RegistryMonitorEntryIndication::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_key.Encode(strm); m_item.Encode(strm); m_owner.Encode(strm); if (HasOptionalField(e_modificationRights)) m_modificationRights.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_RegistryMonitorEntryIndication::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_RegistryMonitorEntryIndication::Class()), PInvalidCast); #endif return new GCC_RegistryMonitorEntryIndication(*this); } // // RegistryAllocateHandleRequest // GCC_RegistryAllocateHandleRequest::GCC_RegistryAllocateHandleRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_numberOfHandles.SetConstraints(PASN_Object::FixedConstraint, 1, 1024); } #ifndef PASN_NOPRINTON void GCC_RegistryAllocateHandleRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "entityID = " << setprecision(indent) << m_entityID << '\n'; strm << setw(indent+18) << "numberOfHandles = " << setprecision(indent) << m_numberOfHandles << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_RegistryAllocateHandleRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_RegistryAllocateHandleRequest), PInvalidCast); #endif const GCC_RegistryAllocateHandleRequest & other = (const GCC_RegistryAllocateHandleRequest &)obj; Comparison result; if ((result = m_entityID.Compare(other.m_entityID)) != EqualTo) return result; if ((result = m_numberOfHandles.Compare(other.m_numberOfHandles)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_RegistryAllocateHandleRequest::GetDataLength() const { PINDEX length = 0; length += m_entityID.GetObjectLength(); length += m_numberOfHandles.GetObjectLength(); return length; } BOOL GCC_RegistryAllocateHandleRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_entityID.Decode(strm)) return FALSE; if (!m_numberOfHandles.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_RegistryAllocateHandleRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_entityID.Encode(strm); m_numberOfHandles.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_RegistryAllocateHandleRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_RegistryAllocateHandleRequest::Class()), PInvalidCast); #endif return new GCC_RegistryAllocateHandleRequest(*this); } // // ConductorAssignIndication // GCC_ConductorAssignIndication::GCC_ConductorAssignIndication(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_ConductorAssignIndication::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "conductingNode = " << setprecision(indent) << m_conductingNode << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ConductorAssignIndication::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ConductorAssignIndication), PInvalidCast); #endif const GCC_ConductorAssignIndication & other = (const GCC_ConductorAssignIndication &)obj; Comparison result; if ((result = m_conductingNode.Compare(other.m_conductingNode)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ConductorAssignIndication::GetDataLength() const { PINDEX length = 0; length += m_conductingNode.GetObjectLength(); return length; } BOOL GCC_ConductorAssignIndication::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_conductingNode.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ConductorAssignIndication::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_conductingNode.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ConductorAssignIndication::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConductorAssignIndication::Class()), PInvalidCast); #endif return new GCC_ConductorAssignIndication(*this); } // // ConductorReleaseIndication // GCC_ConductorReleaseIndication::GCC_ConductorReleaseIndication(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_ConductorReleaseIndication::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PINDEX GCC_ConductorReleaseIndication::GetDataLength() const { PINDEX length = 0; return length; } BOOL GCC_ConductorReleaseIndication::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ConductorReleaseIndication::Encode(PASN_Stream & strm) const { PreambleEncode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ConductorReleaseIndication::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConductorReleaseIndication::Class()), PInvalidCast); #endif return new GCC_ConductorReleaseIndication(*this); } // // ConductorPermissionAskIndication // GCC_ConductorPermissionAskIndication::GCC_ConductorPermissionAskIndication(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_ConductorPermissionAskIndication::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "grantFlag = " << setprecision(indent) << m_grantFlag << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ConductorPermissionAskIndication::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ConductorPermissionAskIndication), PInvalidCast); #endif const GCC_ConductorPermissionAskIndication & other = (const GCC_ConductorPermissionAskIndication &)obj; Comparison result; if ((result = m_grantFlag.Compare(other.m_grantFlag)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ConductorPermissionAskIndication::GetDataLength() const { PINDEX length = 0; length += m_grantFlag.GetObjectLength(); return length; } BOOL GCC_ConductorPermissionAskIndication::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_grantFlag.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ConductorPermissionAskIndication::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_grantFlag.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ConductorPermissionAskIndication::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConductorPermissionAskIndication::Class()), PInvalidCast); #endif return new GCC_ConductorPermissionAskIndication(*this); } // // ConferenceTimeRemainingIndication // GCC_ConferenceTimeRemainingIndication::GCC_ConferenceTimeRemainingIndication(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_ConferenceTimeRemainingIndication::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "timeRemaining = " << setprecision(indent) << m_timeRemaining << '\n'; if (HasOptionalField(e_nodeID)) strm << setw(indent+9) << "nodeID = " << setprecision(indent) << m_nodeID << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ConferenceTimeRemainingIndication::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ConferenceTimeRemainingIndication), PInvalidCast); #endif const GCC_ConferenceTimeRemainingIndication & other = (const GCC_ConferenceTimeRemainingIndication &)obj; Comparison result; if ((result = m_timeRemaining.Compare(other.m_timeRemaining)) != EqualTo) return result; if ((result = m_nodeID.Compare(other.m_nodeID)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ConferenceTimeRemainingIndication::GetDataLength() const { PINDEX length = 0; length += m_timeRemaining.GetObjectLength(); if (HasOptionalField(e_nodeID)) length += m_nodeID.GetObjectLength(); return length; } BOOL GCC_ConferenceTimeRemainingIndication::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_timeRemaining.Decode(strm)) return FALSE; if (HasOptionalField(e_nodeID) && !m_nodeID.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ConferenceTimeRemainingIndication::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_timeRemaining.Encode(strm); if (HasOptionalField(e_nodeID)) m_nodeID.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ConferenceTimeRemainingIndication::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceTimeRemainingIndication::Class()), PInvalidCast); #endif return new GCC_ConferenceTimeRemainingIndication(*this); } // // ConferenceTimeInquireIndication // GCC_ConferenceTimeInquireIndication::GCC_ConferenceTimeInquireIndication(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_ConferenceTimeInquireIndication::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+23) << "nodeSpecificTimeFlag = " << setprecision(indent) << m_nodeSpecificTimeFlag << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ConferenceTimeInquireIndication::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ConferenceTimeInquireIndication), PInvalidCast); #endif const GCC_ConferenceTimeInquireIndication & other = (const GCC_ConferenceTimeInquireIndication &)obj; Comparison result; if ((result = m_nodeSpecificTimeFlag.Compare(other.m_nodeSpecificTimeFlag)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ConferenceTimeInquireIndication::GetDataLength() const { PINDEX length = 0; length += m_nodeSpecificTimeFlag.GetObjectLength(); return length; } BOOL GCC_ConferenceTimeInquireIndication::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_nodeSpecificTimeFlag.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ConferenceTimeInquireIndication::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_nodeSpecificTimeFlag.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ConferenceTimeInquireIndication::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceTimeInquireIndication::Class()), PInvalidCast); #endif return new GCC_ConferenceTimeInquireIndication(*this); } // // ConferenceTimeExtendIndication // GCC_ConferenceTimeExtendIndication::GCC_ConferenceTimeExtendIndication(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_ConferenceTimeExtendIndication::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "timeToExtend = " << setprecision(indent) << m_timeToExtend << '\n'; strm << setw(indent+23) << "nodeSpecificTimeFlag = " << setprecision(indent) << m_nodeSpecificTimeFlag << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ConferenceTimeExtendIndication::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ConferenceTimeExtendIndication), PInvalidCast); #endif const GCC_ConferenceTimeExtendIndication & other = (const GCC_ConferenceTimeExtendIndication &)obj; Comparison result; if ((result = m_timeToExtend.Compare(other.m_timeToExtend)) != EqualTo) return result; if ((result = m_nodeSpecificTimeFlag.Compare(other.m_nodeSpecificTimeFlag)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ConferenceTimeExtendIndication::GetDataLength() const { PINDEX length = 0; length += m_timeToExtend.GetObjectLength(); length += m_nodeSpecificTimeFlag.GetObjectLength(); return length; } BOOL GCC_ConferenceTimeExtendIndication::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_timeToExtend.Decode(strm)) return FALSE; if (!m_nodeSpecificTimeFlag.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ConferenceTimeExtendIndication::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_timeToExtend.Encode(strm); m_nodeSpecificTimeFlag.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ConferenceTimeExtendIndication::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceTimeExtendIndication::Class()), PInvalidCast); #endif return new GCC_ConferenceTimeExtendIndication(*this); } // // ConferenceAssistanceIndication // GCC_ConferenceAssistanceIndication::GCC_ConferenceAssistanceIndication(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_ConferenceAssistanceIndication::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_userData)) strm << setw(indent+11) << "userData = " << setprecision(indent) << m_userData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ConferenceAssistanceIndication::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ConferenceAssistanceIndication), PInvalidCast); #endif const GCC_ConferenceAssistanceIndication & other = (const GCC_ConferenceAssistanceIndication &)obj; Comparison result; if ((result = m_userData.Compare(other.m_userData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ConferenceAssistanceIndication::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_userData)) length += m_userData.GetObjectLength(); return length; } BOOL GCC_ConferenceAssistanceIndication::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_userData) && !m_userData.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ConferenceAssistanceIndication::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_userData)) m_userData.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ConferenceAssistanceIndication::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceAssistanceIndication::Class()), PInvalidCast); #endif return new GCC_ConferenceAssistanceIndication(*this); } // // TextMessageIndication // GCC_TextMessageIndication::GCC_TextMessageIndication(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_TextMessageIndication::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+10) << "message = " << setprecision(indent) << m_message << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_TextMessageIndication::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_TextMessageIndication), PInvalidCast); #endif const GCC_TextMessageIndication & other = (const GCC_TextMessageIndication &)obj; Comparison result; if ((result = m_message.Compare(other.m_message)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_TextMessageIndication::GetDataLength() const { PINDEX length = 0; length += m_message.GetObjectLength(); return length; } BOOL GCC_TextMessageIndication::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_message.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_TextMessageIndication::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_message.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_TextMessageIndication::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_TextMessageIndication::Class()), PInvalidCast); #endif return new GCC_TextMessageIndication(*this); } // // NonStandardPDU // GCC_NonStandardPDU::GCC_NonStandardPDU(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_NonStandardPDU::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+7) << "data = " << setprecision(indent) << m_data << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_NonStandardPDU::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_NonStandardPDU), PInvalidCast); #endif const GCC_NonStandardPDU & other = (const GCC_NonStandardPDU &)obj; Comparison result; if ((result = m_data.Compare(other.m_data)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_NonStandardPDU::GetDataLength() const { PINDEX length = 0; length += m_data.GetObjectLength(); return length; } BOOL GCC_NonStandardPDU::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_data.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_NonStandardPDU::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_data.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_NonStandardPDU::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_NonStandardPDU::Class()), PInvalidCast); #endif return new GCC_NonStandardPDU(*this); } // // ConnectData // GCC_ConnectData::GCC_ConnectData(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void GCC_ConnectData::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "t124Identifier = " << setprecision(indent) << m_t124Identifier << '\n'; strm << setw(indent+13) << "connectPDU = " << setprecision(indent) << m_connectPDU << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ConnectData::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ConnectData), PInvalidCast); #endif const GCC_ConnectData & other = (const GCC_ConnectData &)obj; Comparison result; if ((result = m_t124Identifier.Compare(other.m_t124Identifier)) != EqualTo) return result; if ((result = m_connectPDU.Compare(other.m_connectPDU)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ConnectData::GetDataLength() const { PINDEX length = 0; length += m_t124Identifier.GetObjectLength(); length += m_connectPDU.GetObjectLength(); return length; } BOOL GCC_ConnectData::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_t124Identifier.Decode(strm)) return FALSE; if (!m_connectPDU.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ConnectData::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_t124Identifier.Encode(strm); m_connectPDU.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ConnectData::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConnectData::Class()), PInvalidCast); #endif return new GCC_ConnectData(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_ConnectGCCPDU[]={ {"conferenceCreateRequest",0} ,{"conferenceCreateResponse",1} ,{"conferenceQueryRequest",2} ,{"conferenceQueryResponse",3} ,{"conferenceJoinRequest",4} ,{"conferenceJoinResponse",5} ,{"conferenceInviteRequest",6} ,{"conferenceInviteResponse",7} }; #endif // // ConnectGCCPDU // GCC_ConnectGCCPDU::GCC_ConnectGCCPDU(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 8, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_ConnectGCCPDU,8 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_ConnectGCCPDU::operator GCC_ConferenceCreateRequest &() const #else GCC_ConnectGCCPDU::operator GCC_ConferenceCreateRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceCreateRequest), PInvalidCast); #endif return *(GCC_ConferenceCreateRequest *)choice; } GCC_ConnectGCCPDU::operator const GCC_ConferenceCreateRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceCreateRequest), PInvalidCast); #endif return *(GCC_ConferenceCreateRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_ConnectGCCPDU::operator GCC_ConferenceCreateResponse &() const #else GCC_ConnectGCCPDU::operator GCC_ConferenceCreateResponse &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceCreateResponse), PInvalidCast); #endif return *(GCC_ConferenceCreateResponse *)choice; } GCC_ConnectGCCPDU::operator const GCC_ConferenceCreateResponse &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceCreateResponse), PInvalidCast); #endif return *(GCC_ConferenceCreateResponse *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_ConnectGCCPDU::operator GCC_ConferenceQueryRequest &() const #else GCC_ConnectGCCPDU::operator GCC_ConferenceQueryRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceQueryRequest), PInvalidCast); #endif return *(GCC_ConferenceQueryRequest *)choice; } GCC_ConnectGCCPDU::operator const GCC_ConferenceQueryRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceQueryRequest), PInvalidCast); #endif return *(GCC_ConferenceQueryRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_ConnectGCCPDU::operator GCC_ConferenceQueryResponse &() const #else GCC_ConnectGCCPDU::operator GCC_ConferenceQueryResponse &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceQueryResponse), PInvalidCast); #endif return *(GCC_ConferenceQueryResponse *)choice; } GCC_ConnectGCCPDU::operator const GCC_ConferenceQueryResponse &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceQueryResponse), PInvalidCast); #endif return *(GCC_ConferenceQueryResponse *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_ConnectGCCPDU::operator GCC_ConferenceJoinRequest &() const #else GCC_ConnectGCCPDU::operator GCC_ConferenceJoinRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceJoinRequest), PInvalidCast); #endif return *(GCC_ConferenceJoinRequest *)choice; } GCC_ConnectGCCPDU::operator const GCC_ConferenceJoinRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceJoinRequest), PInvalidCast); #endif return *(GCC_ConferenceJoinRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_ConnectGCCPDU::operator GCC_ConferenceJoinResponse &() const #else GCC_ConnectGCCPDU::operator GCC_ConferenceJoinResponse &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceJoinResponse), PInvalidCast); #endif return *(GCC_ConferenceJoinResponse *)choice; } GCC_ConnectGCCPDU::operator const GCC_ConferenceJoinResponse &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceJoinResponse), PInvalidCast); #endif return *(GCC_ConferenceJoinResponse *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_ConnectGCCPDU::operator GCC_ConferenceInviteRequest &() const #else GCC_ConnectGCCPDU::operator GCC_ConferenceInviteRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceInviteRequest), PInvalidCast); #endif return *(GCC_ConferenceInviteRequest *)choice; } GCC_ConnectGCCPDU::operator const GCC_ConferenceInviteRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceInviteRequest), PInvalidCast); #endif return *(GCC_ConferenceInviteRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_ConnectGCCPDU::operator GCC_ConferenceInviteResponse &() const #else GCC_ConnectGCCPDU::operator GCC_ConferenceInviteResponse &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceInviteResponse), PInvalidCast); #endif return *(GCC_ConferenceInviteResponse *)choice; } GCC_ConnectGCCPDU::operator const GCC_ConferenceInviteResponse &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceInviteResponse), PInvalidCast); #endif return *(GCC_ConferenceInviteResponse *)choice; } BOOL GCC_ConnectGCCPDU::CreateObject() { switch (tag) { case e_conferenceCreateRequest : choice = new GCC_ConferenceCreateRequest(); return TRUE; case e_conferenceCreateResponse : choice = new GCC_ConferenceCreateResponse(); return TRUE; case e_conferenceQueryRequest : choice = new GCC_ConferenceQueryRequest(); return TRUE; case e_conferenceQueryResponse : choice = new GCC_ConferenceQueryResponse(); return TRUE; case e_conferenceJoinRequest : choice = new GCC_ConferenceJoinRequest(); return TRUE; case e_conferenceJoinResponse : choice = new GCC_ConferenceJoinResponse(); return TRUE; case e_conferenceInviteRequest : choice = new GCC_ConferenceInviteRequest(); return TRUE; case e_conferenceInviteResponse : choice = new GCC_ConferenceInviteResponse(); return TRUE; } choice = NULL; return FALSE; } PObject * GCC_ConnectGCCPDU::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConnectGCCPDU::Class()), PInvalidCast); #endif return new GCC_ConnectGCCPDU(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_GCCPDU[]={ {"request",0} ,{"response",1} ,{"indication",2} }; #endif // // GCCPDU // GCC_GCCPDU::GCC_GCCPDU(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_GCCPDU,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_GCCPDU::operator GCC_RequestPDU &() const #else GCC_GCCPDU::operator GCC_RequestPDU &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_RequestPDU), PInvalidCast); #endif return *(GCC_RequestPDU *)choice; } GCC_GCCPDU::operator const GCC_RequestPDU &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_RequestPDU), PInvalidCast); #endif return *(GCC_RequestPDU *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_GCCPDU::operator GCC_ResponsePDU &() const #else GCC_GCCPDU::operator GCC_ResponsePDU &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ResponsePDU), PInvalidCast); #endif return *(GCC_ResponsePDU *)choice; } GCC_GCCPDU::operator const GCC_ResponsePDU &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ResponsePDU), PInvalidCast); #endif return *(GCC_ResponsePDU *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_GCCPDU::operator GCC_IndicationPDU &() const #else GCC_GCCPDU::operator GCC_IndicationPDU &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_IndicationPDU), PInvalidCast); #endif return *(GCC_IndicationPDU *)choice; } GCC_GCCPDU::operator const GCC_IndicationPDU &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_IndicationPDU), PInvalidCast); #endif return *(GCC_IndicationPDU *)choice; } BOOL GCC_GCCPDU::CreateObject() { switch (tag) { case e_request : choice = new GCC_RequestPDU(); return TRUE; case e_response : choice = new GCC_ResponsePDU(); return TRUE; case e_indication : choice = new GCC_IndicationPDU(); return TRUE; } choice = NULL; return FALSE; } PObject * GCC_GCCPDU::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_GCCPDU::Class()), PInvalidCast); #endif return new GCC_GCCPDU(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_RequestPDU[]={ {"conferenceJoinRequest",0} ,{"conferenceAddRequest",1} ,{"conferenceLockRequest",2} ,{"conferenceUnlockRequest",3} ,{"conferenceTerminateRequest",4} ,{"conferenceEjectUserRequest",5} ,{"conferenceTransferRequest",6} ,{"registryRegisterChannelRequest",7} ,{"registryAssignTokenRequest",8} ,{"registrySetParameterRequest",9} ,{"registryRetrieveEntryRequest",10} ,{"registryDeleteEntryRequest",11} ,{"registryMonitorEntryRequest",12} ,{"registryAllocateHandleRequest",13} ,{"nonStandardRequest",14} }; #endif // // RequestPDU // GCC_RequestPDU::GCC_RequestPDU(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 15, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_RequestPDU,15 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_RequestPDU::operator GCC_ConferenceJoinRequest &() const #else GCC_RequestPDU::operator GCC_ConferenceJoinRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceJoinRequest), PInvalidCast); #endif return *(GCC_ConferenceJoinRequest *)choice; } GCC_RequestPDU::operator const GCC_ConferenceJoinRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceJoinRequest), PInvalidCast); #endif return *(GCC_ConferenceJoinRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_RequestPDU::operator GCC_ConferenceAddRequest &() const #else GCC_RequestPDU::operator GCC_ConferenceAddRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceAddRequest), PInvalidCast); #endif return *(GCC_ConferenceAddRequest *)choice; } GCC_RequestPDU::operator const GCC_ConferenceAddRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceAddRequest), PInvalidCast); #endif return *(GCC_ConferenceAddRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_RequestPDU::operator GCC_ConferenceLockRequest &() const #else GCC_RequestPDU::operator GCC_ConferenceLockRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceLockRequest), PInvalidCast); #endif return *(GCC_ConferenceLockRequest *)choice; } GCC_RequestPDU::operator const GCC_ConferenceLockRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceLockRequest), PInvalidCast); #endif return *(GCC_ConferenceLockRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_RequestPDU::operator GCC_ConferenceUnlockRequest &() const #else GCC_RequestPDU::operator GCC_ConferenceUnlockRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceUnlockRequest), PInvalidCast); #endif return *(GCC_ConferenceUnlockRequest *)choice; } GCC_RequestPDU::operator const GCC_ConferenceUnlockRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceUnlockRequest), PInvalidCast); #endif return *(GCC_ConferenceUnlockRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_RequestPDU::operator GCC_ConferenceTerminateRequest &() const #else GCC_RequestPDU::operator GCC_ConferenceTerminateRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceTerminateRequest), PInvalidCast); #endif return *(GCC_ConferenceTerminateRequest *)choice; } GCC_RequestPDU::operator const GCC_ConferenceTerminateRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceTerminateRequest), PInvalidCast); #endif return *(GCC_ConferenceTerminateRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_RequestPDU::operator GCC_ConferenceEjectUserRequest &() const #else GCC_RequestPDU::operator GCC_ConferenceEjectUserRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceEjectUserRequest), PInvalidCast); #endif return *(GCC_ConferenceEjectUserRequest *)choice; } GCC_RequestPDU::operator const GCC_ConferenceEjectUserRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceEjectUserRequest), PInvalidCast); #endif return *(GCC_ConferenceEjectUserRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_RequestPDU::operator GCC_ConferenceTransferRequest &() const #else GCC_RequestPDU::operator GCC_ConferenceTransferRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceTransferRequest), PInvalidCast); #endif return *(GCC_ConferenceTransferRequest *)choice; } GCC_RequestPDU::operator const GCC_ConferenceTransferRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceTransferRequest), PInvalidCast); #endif return *(GCC_ConferenceTransferRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_RequestPDU::operator GCC_RegistryRegisterChannelRequest &() const #else GCC_RequestPDU::operator GCC_RegistryRegisterChannelRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_RegistryRegisterChannelRequest), PInvalidCast); #endif return *(GCC_RegistryRegisterChannelRequest *)choice; } GCC_RequestPDU::operator const GCC_RegistryRegisterChannelRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_RegistryRegisterChannelRequest), PInvalidCast); #endif return *(GCC_RegistryRegisterChannelRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_RequestPDU::operator GCC_RegistryAssignTokenRequest &() const #else GCC_RequestPDU::operator GCC_RegistryAssignTokenRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_RegistryAssignTokenRequest), PInvalidCast); #endif return *(GCC_RegistryAssignTokenRequest *)choice; } GCC_RequestPDU::operator const GCC_RegistryAssignTokenRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_RegistryAssignTokenRequest), PInvalidCast); #endif return *(GCC_RegistryAssignTokenRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_RequestPDU::operator GCC_RegistrySetParameterRequest &() const #else GCC_RequestPDU::operator GCC_RegistrySetParameterRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_RegistrySetParameterRequest), PInvalidCast); #endif return *(GCC_RegistrySetParameterRequest *)choice; } GCC_RequestPDU::operator const GCC_RegistrySetParameterRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_RegistrySetParameterRequest), PInvalidCast); #endif return *(GCC_RegistrySetParameterRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_RequestPDU::operator GCC_RegistryRetrieveEntryRequest &() const #else GCC_RequestPDU::operator GCC_RegistryRetrieveEntryRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_RegistryRetrieveEntryRequest), PInvalidCast); #endif return *(GCC_RegistryRetrieveEntryRequest *)choice; } GCC_RequestPDU::operator const GCC_RegistryRetrieveEntryRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_RegistryRetrieveEntryRequest), PInvalidCast); #endif return *(GCC_RegistryRetrieveEntryRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_RequestPDU::operator GCC_RegistryDeleteEntryRequest &() const #else GCC_RequestPDU::operator GCC_RegistryDeleteEntryRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_RegistryDeleteEntryRequest), PInvalidCast); #endif return *(GCC_RegistryDeleteEntryRequest *)choice; } GCC_RequestPDU::operator const GCC_RegistryDeleteEntryRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_RegistryDeleteEntryRequest), PInvalidCast); #endif return *(GCC_RegistryDeleteEntryRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_RequestPDU::operator GCC_RegistryMonitorEntryRequest &() const #else GCC_RequestPDU::operator GCC_RegistryMonitorEntryRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_RegistryMonitorEntryRequest), PInvalidCast); #endif return *(GCC_RegistryMonitorEntryRequest *)choice; } GCC_RequestPDU::operator const GCC_RegistryMonitorEntryRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_RegistryMonitorEntryRequest), PInvalidCast); #endif return *(GCC_RegistryMonitorEntryRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_RequestPDU::operator GCC_RegistryAllocateHandleRequest &() const #else GCC_RequestPDU::operator GCC_RegistryAllocateHandleRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_RegistryAllocateHandleRequest), PInvalidCast); #endif return *(GCC_RegistryAllocateHandleRequest *)choice; } GCC_RequestPDU::operator const GCC_RegistryAllocateHandleRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_RegistryAllocateHandleRequest), PInvalidCast); #endif return *(GCC_RegistryAllocateHandleRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_RequestPDU::operator GCC_NonStandardPDU &() const #else GCC_RequestPDU::operator GCC_NonStandardPDU &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_NonStandardPDU), PInvalidCast); #endif return *(GCC_NonStandardPDU *)choice; } GCC_RequestPDU::operator const GCC_NonStandardPDU &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_NonStandardPDU), PInvalidCast); #endif return *(GCC_NonStandardPDU *)choice; } BOOL GCC_RequestPDU::CreateObject() { switch (tag) { case e_conferenceJoinRequest : choice = new GCC_ConferenceJoinRequest(); return TRUE; case e_conferenceAddRequest : choice = new GCC_ConferenceAddRequest(); return TRUE; case e_conferenceLockRequest : choice = new GCC_ConferenceLockRequest(); return TRUE; case e_conferenceUnlockRequest : choice = new GCC_ConferenceUnlockRequest(); return TRUE; case e_conferenceTerminateRequest : choice = new GCC_ConferenceTerminateRequest(); return TRUE; case e_conferenceEjectUserRequest : choice = new GCC_ConferenceEjectUserRequest(); return TRUE; case e_conferenceTransferRequest : choice = new GCC_ConferenceTransferRequest(); return TRUE; case e_registryRegisterChannelRequest : choice = new GCC_RegistryRegisterChannelRequest(); return TRUE; case e_registryAssignTokenRequest : choice = new GCC_RegistryAssignTokenRequest(); return TRUE; case e_registrySetParameterRequest : choice = new GCC_RegistrySetParameterRequest(); return TRUE; case e_registryRetrieveEntryRequest : choice = new GCC_RegistryRetrieveEntryRequest(); return TRUE; case e_registryDeleteEntryRequest : choice = new GCC_RegistryDeleteEntryRequest(); return TRUE; case e_registryMonitorEntryRequest : choice = new GCC_RegistryMonitorEntryRequest(); return TRUE; case e_registryAllocateHandleRequest : choice = new GCC_RegistryAllocateHandleRequest(); return TRUE; case e_nonStandardRequest : choice = new GCC_NonStandardPDU(); return TRUE; } choice = NULL; return FALSE; } PObject * GCC_RequestPDU::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_RequestPDU::Class()), PInvalidCast); #endif return new GCC_RequestPDU(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_ResponsePDU[]={ {"conferenceJoinResponse",0} ,{"conferenceAddResponse",1} ,{"conferenceLockResponse",2} ,{"conferenceUnlockResponse",3} ,{"conferenceTerminateResponse",4} ,{"conferenceEjectUserResponse",5} ,{"conferenceTransferResponse",6} ,{"registryResponse",7} ,{"registryAllocateHandleResponse",8} ,{"functionNotSupportedResponse",9} ,{"nonStandardResponse",10} }; #endif // // ResponsePDU // GCC_ResponsePDU::GCC_ResponsePDU(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 11, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_ResponsePDU,11 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_ResponsePDU::operator GCC_ConferenceJoinResponse &() const #else GCC_ResponsePDU::operator GCC_ConferenceJoinResponse &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceJoinResponse), PInvalidCast); #endif return *(GCC_ConferenceJoinResponse *)choice; } GCC_ResponsePDU::operator const GCC_ConferenceJoinResponse &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceJoinResponse), PInvalidCast); #endif return *(GCC_ConferenceJoinResponse *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_ResponsePDU::operator GCC_ConferenceAddResponse &() const #else GCC_ResponsePDU::operator GCC_ConferenceAddResponse &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceAddResponse), PInvalidCast); #endif return *(GCC_ConferenceAddResponse *)choice; } GCC_ResponsePDU::operator const GCC_ConferenceAddResponse &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceAddResponse), PInvalidCast); #endif return *(GCC_ConferenceAddResponse *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_ResponsePDU::operator GCC_ConferenceLockResponse &() const #else GCC_ResponsePDU::operator GCC_ConferenceLockResponse &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceLockResponse), PInvalidCast); #endif return *(GCC_ConferenceLockResponse *)choice; } GCC_ResponsePDU::operator const GCC_ConferenceLockResponse &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceLockResponse), PInvalidCast); #endif return *(GCC_ConferenceLockResponse *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_ResponsePDU::operator GCC_ConferenceUnlockResponse &() const #else GCC_ResponsePDU::operator GCC_ConferenceUnlockResponse &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceUnlockResponse), PInvalidCast); #endif return *(GCC_ConferenceUnlockResponse *)choice; } GCC_ResponsePDU::operator const GCC_ConferenceUnlockResponse &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceUnlockResponse), PInvalidCast); #endif return *(GCC_ConferenceUnlockResponse *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_ResponsePDU::operator GCC_ConferenceTerminateResponse &() const #else GCC_ResponsePDU::operator GCC_ConferenceTerminateResponse &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceTerminateResponse), PInvalidCast); #endif return *(GCC_ConferenceTerminateResponse *)choice; } GCC_ResponsePDU::operator const GCC_ConferenceTerminateResponse &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceTerminateResponse), PInvalidCast); #endif return *(GCC_ConferenceTerminateResponse *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_ResponsePDU::operator GCC_ConferenceEjectUserResponse &() const #else GCC_ResponsePDU::operator GCC_ConferenceEjectUserResponse &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceEjectUserResponse), PInvalidCast); #endif return *(GCC_ConferenceEjectUserResponse *)choice; } GCC_ResponsePDU::operator const GCC_ConferenceEjectUserResponse &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceEjectUserResponse), PInvalidCast); #endif return *(GCC_ConferenceEjectUserResponse *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_ResponsePDU::operator GCC_ConferenceTransferResponse &() const #else GCC_ResponsePDU::operator GCC_ConferenceTransferResponse &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceTransferResponse), PInvalidCast); #endif return *(GCC_ConferenceTransferResponse *)choice; } GCC_ResponsePDU::operator const GCC_ConferenceTransferResponse &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceTransferResponse), PInvalidCast); #endif return *(GCC_ConferenceTransferResponse *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_ResponsePDU::operator GCC_RegistryResponse &() const #else GCC_ResponsePDU::operator GCC_RegistryResponse &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_RegistryResponse), PInvalidCast); #endif return *(GCC_RegistryResponse *)choice; } GCC_ResponsePDU::operator const GCC_RegistryResponse &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_RegistryResponse), PInvalidCast); #endif return *(GCC_RegistryResponse *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_ResponsePDU::operator GCC_RegistryAllocateHandleResponse &() const #else GCC_ResponsePDU::operator GCC_RegistryAllocateHandleResponse &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_RegistryAllocateHandleResponse), PInvalidCast); #endif return *(GCC_RegistryAllocateHandleResponse *)choice; } GCC_ResponsePDU::operator const GCC_RegistryAllocateHandleResponse &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_RegistryAllocateHandleResponse), PInvalidCast); #endif return *(GCC_RegistryAllocateHandleResponse *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_ResponsePDU::operator GCC_FunctionNotSupportedResponse &() const #else GCC_ResponsePDU::operator GCC_FunctionNotSupportedResponse &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_FunctionNotSupportedResponse), PInvalidCast); #endif return *(GCC_FunctionNotSupportedResponse *)choice; } GCC_ResponsePDU::operator const GCC_FunctionNotSupportedResponse &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_FunctionNotSupportedResponse), PInvalidCast); #endif return *(GCC_FunctionNotSupportedResponse *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_ResponsePDU::operator GCC_NonStandardPDU &() const #else GCC_ResponsePDU::operator GCC_NonStandardPDU &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_NonStandardPDU), PInvalidCast); #endif return *(GCC_NonStandardPDU *)choice; } GCC_ResponsePDU::operator const GCC_NonStandardPDU &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_NonStandardPDU), PInvalidCast); #endif return *(GCC_NonStandardPDU *)choice; } BOOL GCC_ResponsePDU::CreateObject() { switch (tag) { case e_conferenceJoinResponse : choice = new GCC_ConferenceJoinResponse(); return TRUE; case e_conferenceAddResponse : choice = new GCC_ConferenceAddResponse(); return TRUE; case e_conferenceLockResponse : choice = new GCC_ConferenceLockResponse(); return TRUE; case e_conferenceUnlockResponse : choice = new GCC_ConferenceUnlockResponse(); return TRUE; case e_conferenceTerminateResponse : choice = new GCC_ConferenceTerminateResponse(); return TRUE; case e_conferenceEjectUserResponse : choice = new GCC_ConferenceEjectUserResponse(); return TRUE; case e_conferenceTransferResponse : choice = new GCC_ConferenceTransferResponse(); return TRUE; case e_registryResponse : choice = new GCC_RegistryResponse(); return TRUE; case e_registryAllocateHandleResponse : choice = new GCC_RegistryAllocateHandleResponse(); return TRUE; case e_functionNotSupportedResponse : choice = new GCC_FunctionNotSupportedResponse(); return TRUE; case e_nonStandardResponse : choice = new GCC_NonStandardPDU(); return TRUE; } choice = NULL; return FALSE; } PObject * GCC_ResponsePDU::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ResponsePDU::Class()), PInvalidCast); #endif return new GCC_ResponsePDU(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_IndicationPDU[]={ {"userIDIndication",0} ,{"conferenceLockIndication",1} ,{"conferenceUnlockIndication",2} ,{"conferenceTerminateIndication",3} ,{"conferenceEjectUserIndication",4} ,{"conferenceTransferIndication",5} ,{"rosterUpdateIndication",6} ,{"applicationInvokeIndication",7} ,{"registryMonitorEntryIndication",8} ,{"conductorAssignIndication",9} ,{"conductorReleaseIndication",10} ,{"conductorPermissionAskIndication",11} ,{"conductorPermissionGrantIndication",12} ,{"conferenceTimeRemainingIndication",13} ,{"conferenceTimeInquireIndication",14} ,{"conferenceTimeExtendIndication",15} ,{"conferenceAssistanceIndication",16} ,{"textMessageIndication",17} ,{"nonStandardIndication",18} }; #endif // // IndicationPDU // GCC_IndicationPDU::GCC_IndicationPDU(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 19, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_IndicationPDU,19 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_IndicationPDU::operator GCC_UserIDIndication &() const #else GCC_IndicationPDU::operator GCC_UserIDIndication &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_UserIDIndication), PInvalidCast); #endif return *(GCC_UserIDIndication *)choice; } GCC_IndicationPDU::operator const GCC_UserIDIndication &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_UserIDIndication), PInvalidCast); #endif return *(GCC_UserIDIndication *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_IndicationPDU::operator GCC_ConferenceLockIndication &() const #else GCC_IndicationPDU::operator GCC_ConferenceLockIndication &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceLockIndication), PInvalidCast); #endif return *(GCC_ConferenceLockIndication *)choice; } GCC_IndicationPDU::operator const GCC_ConferenceLockIndication &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceLockIndication), PInvalidCast); #endif return *(GCC_ConferenceLockIndication *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_IndicationPDU::operator GCC_ConferenceUnlockIndication &() const #else GCC_IndicationPDU::operator GCC_ConferenceUnlockIndication &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceUnlockIndication), PInvalidCast); #endif return *(GCC_ConferenceUnlockIndication *)choice; } GCC_IndicationPDU::operator const GCC_ConferenceUnlockIndication &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceUnlockIndication), PInvalidCast); #endif return *(GCC_ConferenceUnlockIndication *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_IndicationPDU::operator GCC_ConferenceTerminateIndication &() const #else GCC_IndicationPDU::operator GCC_ConferenceTerminateIndication &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceTerminateIndication), PInvalidCast); #endif return *(GCC_ConferenceTerminateIndication *)choice; } GCC_IndicationPDU::operator const GCC_ConferenceTerminateIndication &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceTerminateIndication), PInvalidCast); #endif return *(GCC_ConferenceTerminateIndication *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_IndicationPDU::operator GCC_ConferenceEjectUserIndication &() const #else GCC_IndicationPDU::operator GCC_ConferenceEjectUserIndication &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceEjectUserIndication), PInvalidCast); #endif return *(GCC_ConferenceEjectUserIndication *)choice; } GCC_IndicationPDU::operator const GCC_ConferenceEjectUserIndication &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceEjectUserIndication), PInvalidCast); #endif return *(GCC_ConferenceEjectUserIndication *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_IndicationPDU::operator GCC_ConferenceTransferIndication &() const #else GCC_IndicationPDU::operator GCC_ConferenceTransferIndication &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceTransferIndication), PInvalidCast); #endif return *(GCC_ConferenceTransferIndication *)choice; } GCC_IndicationPDU::operator const GCC_ConferenceTransferIndication &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceTransferIndication), PInvalidCast); #endif return *(GCC_ConferenceTransferIndication *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_IndicationPDU::operator GCC_RosterUpdateIndication &() const #else GCC_IndicationPDU::operator GCC_RosterUpdateIndication &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_RosterUpdateIndication), PInvalidCast); #endif return *(GCC_RosterUpdateIndication *)choice; } GCC_IndicationPDU::operator const GCC_RosterUpdateIndication &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_RosterUpdateIndication), PInvalidCast); #endif return *(GCC_RosterUpdateIndication *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_IndicationPDU::operator GCC_ApplicationInvokeIndication &() const #else GCC_IndicationPDU::operator GCC_ApplicationInvokeIndication &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ApplicationInvokeIndication), PInvalidCast); #endif return *(GCC_ApplicationInvokeIndication *)choice; } GCC_IndicationPDU::operator const GCC_ApplicationInvokeIndication &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ApplicationInvokeIndication), PInvalidCast); #endif return *(GCC_ApplicationInvokeIndication *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_IndicationPDU::operator GCC_RegistryMonitorEntryIndication &() const #else GCC_IndicationPDU::operator GCC_RegistryMonitorEntryIndication &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_RegistryMonitorEntryIndication), PInvalidCast); #endif return *(GCC_RegistryMonitorEntryIndication *)choice; } GCC_IndicationPDU::operator const GCC_RegistryMonitorEntryIndication &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_RegistryMonitorEntryIndication), PInvalidCast); #endif return *(GCC_RegistryMonitorEntryIndication *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_IndicationPDU::operator GCC_ConductorAssignIndication &() const #else GCC_IndicationPDU::operator GCC_ConductorAssignIndication &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConductorAssignIndication), PInvalidCast); #endif return *(GCC_ConductorAssignIndication *)choice; } GCC_IndicationPDU::operator const GCC_ConductorAssignIndication &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConductorAssignIndication), PInvalidCast); #endif return *(GCC_ConductorAssignIndication *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_IndicationPDU::operator GCC_ConductorReleaseIndication &() const #else GCC_IndicationPDU::operator GCC_ConductorReleaseIndication &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConductorReleaseIndication), PInvalidCast); #endif return *(GCC_ConductorReleaseIndication *)choice; } GCC_IndicationPDU::operator const GCC_ConductorReleaseIndication &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConductorReleaseIndication), PInvalidCast); #endif return *(GCC_ConductorReleaseIndication *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_IndicationPDU::operator GCC_ConductorPermissionAskIndication &() const #else GCC_IndicationPDU::operator GCC_ConductorPermissionAskIndication &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConductorPermissionAskIndication), PInvalidCast); #endif return *(GCC_ConductorPermissionAskIndication *)choice; } GCC_IndicationPDU::operator const GCC_ConductorPermissionAskIndication &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConductorPermissionAskIndication), PInvalidCast); #endif return *(GCC_ConductorPermissionAskIndication *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_IndicationPDU::operator GCC_ConductorPermissionGrantIndication &() const #else GCC_IndicationPDU::operator GCC_ConductorPermissionGrantIndication &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConductorPermissionGrantIndication), PInvalidCast); #endif return *(GCC_ConductorPermissionGrantIndication *)choice; } GCC_IndicationPDU::operator const GCC_ConductorPermissionGrantIndication &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConductorPermissionGrantIndication), PInvalidCast); #endif return *(GCC_ConductorPermissionGrantIndication *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_IndicationPDU::operator GCC_ConferenceTimeRemainingIndication &() const #else GCC_IndicationPDU::operator GCC_ConferenceTimeRemainingIndication &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceTimeRemainingIndication), PInvalidCast); #endif return *(GCC_ConferenceTimeRemainingIndication *)choice; } GCC_IndicationPDU::operator const GCC_ConferenceTimeRemainingIndication &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceTimeRemainingIndication), PInvalidCast); #endif return *(GCC_ConferenceTimeRemainingIndication *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_IndicationPDU::operator GCC_ConferenceTimeInquireIndication &() const #else GCC_IndicationPDU::operator GCC_ConferenceTimeInquireIndication &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceTimeInquireIndication), PInvalidCast); #endif return *(GCC_ConferenceTimeInquireIndication *)choice; } GCC_IndicationPDU::operator const GCC_ConferenceTimeInquireIndication &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceTimeInquireIndication), PInvalidCast); #endif return *(GCC_ConferenceTimeInquireIndication *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_IndicationPDU::operator GCC_ConferenceTimeExtendIndication &() const #else GCC_IndicationPDU::operator GCC_ConferenceTimeExtendIndication &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceTimeExtendIndication), PInvalidCast); #endif return *(GCC_ConferenceTimeExtendIndication *)choice; } GCC_IndicationPDU::operator const GCC_ConferenceTimeExtendIndication &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceTimeExtendIndication), PInvalidCast); #endif return *(GCC_ConferenceTimeExtendIndication *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_IndicationPDU::operator GCC_ConferenceAssistanceIndication &() const #else GCC_IndicationPDU::operator GCC_ConferenceAssistanceIndication &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceAssistanceIndication), PInvalidCast); #endif return *(GCC_ConferenceAssistanceIndication *)choice; } GCC_IndicationPDU::operator const GCC_ConferenceAssistanceIndication &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ConferenceAssistanceIndication), PInvalidCast); #endif return *(GCC_ConferenceAssistanceIndication *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_IndicationPDU::operator GCC_TextMessageIndication &() const #else GCC_IndicationPDU::operator GCC_TextMessageIndication &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_TextMessageIndication), PInvalidCast); #endif return *(GCC_TextMessageIndication *)choice; } GCC_IndicationPDU::operator const GCC_TextMessageIndication &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_TextMessageIndication), PInvalidCast); #endif return *(GCC_TextMessageIndication *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_IndicationPDU::operator GCC_NonStandardPDU &() const #else GCC_IndicationPDU::operator GCC_NonStandardPDU &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_NonStandardPDU), PInvalidCast); #endif return *(GCC_NonStandardPDU *)choice; } GCC_IndicationPDU::operator const GCC_NonStandardPDU &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_NonStandardPDU), PInvalidCast); #endif return *(GCC_NonStandardPDU *)choice; } BOOL GCC_IndicationPDU::CreateObject() { switch (tag) { case e_userIDIndication : choice = new GCC_UserIDIndication(); return TRUE; case e_conferenceLockIndication : choice = new GCC_ConferenceLockIndication(); return TRUE; case e_conferenceUnlockIndication : choice = new GCC_ConferenceUnlockIndication(); return TRUE; case e_conferenceTerminateIndication : choice = new GCC_ConferenceTerminateIndication(); return TRUE; case e_conferenceEjectUserIndication : choice = new GCC_ConferenceEjectUserIndication(); return TRUE; case e_conferenceTransferIndication : choice = new GCC_ConferenceTransferIndication(); return TRUE; case e_rosterUpdateIndication : choice = new GCC_RosterUpdateIndication(); return TRUE; case e_applicationInvokeIndication : choice = new GCC_ApplicationInvokeIndication(); return TRUE; case e_registryMonitorEntryIndication : choice = new GCC_RegistryMonitorEntryIndication(); return TRUE; case e_conductorAssignIndication : choice = new GCC_ConductorAssignIndication(); return TRUE; case e_conductorReleaseIndication : choice = new GCC_ConductorReleaseIndication(); return TRUE; case e_conductorPermissionAskIndication : choice = new GCC_ConductorPermissionAskIndication(); return TRUE; case e_conductorPermissionGrantIndication : choice = new GCC_ConductorPermissionGrantIndication(); return TRUE; case e_conferenceTimeRemainingIndication : choice = new GCC_ConferenceTimeRemainingIndication(); return TRUE; case e_conferenceTimeInquireIndication : choice = new GCC_ConferenceTimeInquireIndication(); return TRUE; case e_conferenceTimeExtendIndication : choice = new GCC_ConferenceTimeExtendIndication(); return TRUE; case e_conferenceAssistanceIndication : choice = new GCC_ConferenceAssistanceIndication(); return TRUE; case e_textMessageIndication : choice = new GCC_TextMessageIndication(); return TRUE; case e_nonStandardIndication : choice = new GCC_NonStandardPDU(); return TRUE; } choice = NULL; return FALSE; } PObject * GCC_IndicationPDU::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_IndicationPDU::Class()), PInvalidCast); #endif return new GCC_IndicationPDU(*this); } // // UserData_subtype // GCC_UserData_subtype::GCC_UserData_subtype(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, FALSE, 0) { } #ifndef PASN_NOPRINTON void GCC_UserData_subtype::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+6) << "key = " << setprecision(indent) << m_key << '\n'; if (HasOptionalField(e_value)) strm << setw(indent+8) << "value = " << setprecision(indent) << m_value << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_UserData_subtype::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_UserData_subtype), PInvalidCast); #endif const GCC_UserData_subtype & other = (const GCC_UserData_subtype &)obj; Comparison result; if ((result = m_key.Compare(other.m_key)) != EqualTo) return result; if ((result = m_value.Compare(other.m_value)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_UserData_subtype::GetDataLength() const { PINDEX length = 0; length += m_key.GetObjectLength(); if (HasOptionalField(e_value)) length += m_value.GetObjectLength(); return length; } BOOL GCC_UserData_subtype::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_key.Decode(strm)) return FALSE; if (HasOptionalField(e_value) && !m_value.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_UserData_subtype::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_key.Encode(strm); if (HasOptionalField(e_value)) m_value.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_UserData_subtype::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_UserData_subtype::Class()), PInvalidCast); #endif return new GCC_UserData_subtype(*this); } // // ArrayOf_ChallengeItem // GCC_ArrayOf_ChallengeItem::GCC_ArrayOf_ChallengeItem(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * GCC_ArrayOf_ChallengeItem::CreateObject() const { return new GCC_ChallengeItem; } GCC_ChallengeItem & GCC_ArrayOf_ChallengeItem::operator[](PINDEX i) const { return (GCC_ChallengeItem &)array[i]; } PObject * GCC_ArrayOf_ChallengeItem::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ArrayOf_ChallengeItem::Class()), PInvalidCast); #endif return new GCC_ArrayOf_ChallengeItem(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_NetworkAddress_subtype[]={ {"aggregatedChannel",0} ,{"transportConnection",1} ,{"nonStandard",2} }; #endif // // NetworkAddress_subtype // GCC_NetworkAddress_subtype::GCC_NetworkAddress_subtype(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_NetworkAddress_subtype,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_NetworkAddress_subtype::operator GCC_NetworkAddress_subtype_aggregatedChannel &() const #else GCC_NetworkAddress_subtype::operator GCC_NetworkAddress_subtype_aggregatedChannel &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_NetworkAddress_subtype_aggregatedChannel), PInvalidCast); #endif return *(GCC_NetworkAddress_subtype_aggregatedChannel *)choice; } GCC_NetworkAddress_subtype::operator const GCC_NetworkAddress_subtype_aggregatedChannel &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_NetworkAddress_subtype_aggregatedChannel), PInvalidCast); #endif return *(GCC_NetworkAddress_subtype_aggregatedChannel *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_NetworkAddress_subtype::operator GCC_NetworkAddress_subtype_transportConnection &() const #else GCC_NetworkAddress_subtype::operator GCC_NetworkAddress_subtype_transportConnection &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_NetworkAddress_subtype_transportConnection), PInvalidCast); #endif return *(GCC_NetworkAddress_subtype_transportConnection *)choice; } GCC_NetworkAddress_subtype::operator const GCC_NetworkAddress_subtype_transportConnection &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_NetworkAddress_subtype_transportConnection), PInvalidCast); #endif return *(GCC_NetworkAddress_subtype_transportConnection *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_NetworkAddress_subtype::operator GCC_NonStandardParameter &() const #else GCC_NetworkAddress_subtype::operator GCC_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_NonStandardParameter), PInvalidCast); #endif return *(GCC_NonStandardParameter *)choice; } GCC_NetworkAddress_subtype::operator const GCC_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_NonStandardParameter), PInvalidCast); #endif return *(GCC_NonStandardParameter *)choice; } BOOL GCC_NetworkAddress_subtype::CreateObject() { switch (tag) { case e_aggregatedChannel : choice = new GCC_NetworkAddress_subtype_aggregatedChannel(); return TRUE; case e_transportConnection : choice = new GCC_NetworkAddress_subtype_transportConnection(); return TRUE; case e_nonStandard : choice = new GCC_NonStandardParameter(); return TRUE; } choice = NULL; return FALSE; } PObject * GCC_NetworkAddress_subtype::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_NetworkAddress_subtype::Class()), PInvalidCast); #endif return new GCC_NetworkAddress_subtype(*this); } // // ArrayOf_TextString // GCC_ArrayOf_TextString::GCC_ArrayOf_TextString(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * GCC_ArrayOf_TextString::CreateObject() const { return new GCC_TextString; } GCC_TextString & GCC_ArrayOf_TextString::operator[](PINDEX i) const { return (GCC_TextString &)array[i]; } PObject * GCC_ArrayOf_TextString::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ArrayOf_TextString::Class()), PInvalidCast); #endif return new GCC_ArrayOf_TextString(*this); } // // ApplicationRecord_nonCollapsingCapabilities // GCC_ApplicationRecord_nonCollapsingCapabilities::GCC_ApplicationRecord_nonCollapsingCapabilities(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * GCC_ApplicationRecord_nonCollapsingCapabilities::CreateObject() const { return new GCC_ApplicationRecord_nonCollapsingCapabilities_subtype; } GCC_ApplicationRecord_nonCollapsingCapabilities_subtype & GCC_ApplicationRecord_nonCollapsingCapabilities::operator[](PINDEX i) const { return (GCC_ApplicationRecord_nonCollapsingCapabilities_subtype &)array[i]; } PObject * GCC_ApplicationRecord_nonCollapsingCapabilities::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ApplicationRecord_nonCollapsingCapabilities::Class()), PInvalidCast); #endif return new GCC_ApplicationRecord_nonCollapsingCapabilities(*this); } // // ApplicationInvokeSpecifier_expectedCapabilitySet // GCC_ApplicationInvokeSpecifier_expectedCapabilitySet::GCC_ApplicationInvokeSpecifier_expectedCapabilitySet(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * GCC_ApplicationInvokeSpecifier_expectedCapabilitySet::CreateObject() const { return new GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype; } GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype & GCC_ApplicationInvokeSpecifier_expectedCapabilitySet::operator[](PINDEX i) const { return (GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype &)array[i]; } PObject * GCC_ApplicationInvokeSpecifier_expectedCapabilitySet::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ApplicationInvokeSpecifier_expectedCapabilitySet::Class()), PInvalidCast); #endif return new GCC_ApplicationInvokeSpecifier_expectedCapabilitySet(*this); } // // RegistryEntryOwner_owned // GCC_RegistryEntryOwner_owned::GCC_RegistryEntryOwner_owned(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void GCC_RegistryEntryOwner_owned::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "nodeID = " << setprecision(indent) << m_nodeID << '\n'; strm << setw(indent+11) << "entityID = " << setprecision(indent) << m_entityID << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_RegistryEntryOwner_owned::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_RegistryEntryOwner_owned), PInvalidCast); #endif const GCC_RegistryEntryOwner_owned & other = (const GCC_RegistryEntryOwner_owned &)obj; Comparison result; if ((result = m_nodeID.Compare(other.m_nodeID)) != EqualTo) return result; if ((result = m_entityID.Compare(other.m_entityID)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_RegistryEntryOwner_owned::GetDataLength() const { PINDEX length = 0; length += m_nodeID.GetObjectLength(); length += m_entityID.GetObjectLength(); return length; } BOOL GCC_RegistryEntryOwner_owned::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_nodeID.Decode(strm)) return FALSE; if (!m_entityID.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_RegistryEntryOwner_owned::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_nodeID.Encode(strm); m_entityID.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_RegistryEntryOwner_owned::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_RegistryEntryOwner_owned::Class()), PInvalidCast); #endif return new GCC_RegistryEntryOwner_owned(*this); } // // ArrayOf_Privilege // GCC_ArrayOf_Privilege::GCC_ArrayOf_Privilege(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * GCC_ArrayOf_Privilege::CreateObject() const { return new GCC_Privilege; } GCC_Privilege & GCC_ArrayOf_Privilege::operator[](PINDEX i) const { return (GCC_Privilege &)array[i]; } PObject * GCC_ArrayOf_Privilege::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ArrayOf_Privilege::Class()), PInvalidCast); #endif return new GCC_ArrayOf_Privilege(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_ConferenceCreateResponse_result[]={ {"success",0} ,{"userRejected",1} ,{"resourcesNotAvailable",2} ,{"rejectedForSymmetryBreaking",3} ,{"lockedConferenceNotSupported",4} }; #endif // // ConferenceCreateResponse_result // GCC_ConferenceCreateResponse_result::GCC_ConferenceCreateResponse_result(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 4, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_ConferenceCreateResponse_result,5 #endif ) { } GCC_ConferenceCreateResponse_result & GCC_ConferenceCreateResponse_result::operator=(unsigned v) { SetValue(v); return *this; } PObject * GCC_ConferenceCreateResponse_result::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceCreateResponse_result::Class()), PInvalidCast); #endif return new GCC_ConferenceCreateResponse_result(*this); } // // ArrayOf_ConferenceDescriptor // GCC_ArrayOf_ConferenceDescriptor::GCC_ArrayOf_ConferenceDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * GCC_ArrayOf_ConferenceDescriptor::CreateObject() const { return new GCC_ConferenceDescriptor; } GCC_ConferenceDescriptor & GCC_ArrayOf_ConferenceDescriptor::operator[](PINDEX i) const { return (GCC_ConferenceDescriptor &)array[i]; } PObject * GCC_ArrayOf_ConferenceDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ArrayOf_ConferenceDescriptor::Class()), PInvalidCast); #endif return new GCC_ArrayOf_ConferenceDescriptor(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_ConferenceQueryResponse_result[]={ {"success",0} ,{"userRejected",1} }; #endif // // ConferenceQueryResponse_result // GCC_ConferenceQueryResponse_result::GCC_ConferenceQueryResponse_result(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 1, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_ConferenceQueryResponse_result,2 #endif ) { } GCC_ConferenceQueryResponse_result & GCC_ConferenceQueryResponse_result::operator=(unsigned v) { SetValue(v); return *this; } PObject * GCC_ConferenceQueryResponse_result::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceQueryResponse_result::Class()), PInvalidCast); #endif return new GCC_ConferenceQueryResponse_result(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_ConferenceJoinResponse_result[]={ {"success",0} ,{"userRejected",1} ,{"invalidConference",2} ,{"invalidPassword",3} ,{"invalidConvenerPassword",4} ,{"challengeResponseRequired",5} ,{"invalidChallengeResponse",6} }; #endif // // ConferenceJoinResponse_result // GCC_ConferenceJoinResponse_result::GCC_ConferenceJoinResponse_result(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 6, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_ConferenceJoinResponse_result,7 #endif ) { } GCC_ConferenceJoinResponse_result & GCC_ConferenceJoinResponse_result::operator=(unsigned v) { SetValue(v); return *this; } PObject * GCC_ConferenceJoinResponse_result::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceJoinResponse_result::Class()), PInvalidCast); #endif return new GCC_ConferenceJoinResponse_result(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_ConferenceInviteResponse_result[]={ {"success",0} ,{"userRejected",1} }; #endif // // ConferenceInviteResponse_result // GCC_ConferenceInviteResponse_result::GCC_ConferenceInviteResponse_result(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 1, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_ConferenceInviteResponse_result,2 #endif ) { } GCC_ConferenceInviteResponse_result & GCC_ConferenceInviteResponse_result::operator=(unsigned v) { SetValue(v); return *this; } PObject * GCC_ConferenceInviteResponse_result::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceInviteResponse_result::Class()), PInvalidCast); #endif return new GCC_ConferenceInviteResponse_result(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_ConferenceAddResponse_result[]={ {"success",0} ,{"invalidRequester",1} ,{"invalidNetworkType",2} ,{"invalidNetworkAddress",3} ,{"addedNodeBusy",4} ,{"networkBusy",5} ,{"noPortsAvailable",6} ,{"connectionUnsuccessful",7} }; #endif // // ConferenceAddResponse_result // GCC_ConferenceAddResponse_result::GCC_ConferenceAddResponse_result(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 7, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_ConferenceAddResponse_result,8 #endif ) { } GCC_ConferenceAddResponse_result & GCC_ConferenceAddResponse_result::operator=(unsigned v) { SetValue(v); return *this; } PObject * GCC_ConferenceAddResponse_result::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceAddResponse_result::Class()), PInvalidCast); #endif return new GCC_ConferenceAddResponse_result(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_ConferenceLockResponse_result[]={ {"success",0} ,{"invalidRequester",1} ,{"alreadyLocked",2} }; #endif // // ConferenceLockResponse_result // GCC_ConferenceLockResponse_result::GCC_ConferenceLockResponse_result(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_ConferenceLockResponse_result,3 #endif ) { } GCC_ConferenceLockResponse_result & GCC_ConferenceLockResponse_result::operator=(unsigned v) { SetValue(v); return *this; } PObject * GCC_ConferenceLockResponse_result::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceLockResponse_result::Class()), PInvalidCast); #endif return new GCC_ConferenceLockResponse_result(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_ConferenceUnlockResponse_result[]={ {"success",0} ,{"invalidRequester",1} ,{"alreadyUnlocked",2} }; #endif // // ConferenceUnlockResponse_result // GCC_ConferenceUnlockResponse_result::GCC_ConferenceUnlockResponse_result(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_ConferenceUnlockResponse_result,3 #endif ) { } GCC_ConferenceUnlockResponse_result & GCC_ConferenceUnlockResponse_result::operator=(unsigned v) { SetValue(v); return *this; } PObject * GCC_ConferenceUnlockResponse_result::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceUnlockResponse_result::Class()), PInvalidCast); #endif return new GCC_ConferenceUnlockResponse_result(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_ConferenceTerminateRequest_reason[]={ {"userInitiated",0} ,{"timedConferenceTermination",1} }; #endif // // ConferenceTerminateRequest_reason // GCC_ConferenceTerminateRequest_reason::GCC_ConferenceTerminateRequest_reason(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 1, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_ConferenceTerminateRequest_reason,2 #endif ) { } GCC_ConferenceTerminateRequest_reason & GCC_ConferenceTerminateRequest_reason::operator=(unsigned v) { SetValue(v); return *this; } PObject * GCC_ConferenceTerminateRequest_reason::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceTerminateRequest_reason::Class()), PInvalidCast); #endif return new GCC_ConferenceTerminateRequest_reason(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_ConferenceTerminateResponse_result[]={ {"success",0} ,{"invalidRequester",1} }; #endif // // ConferenceTerminateResponse_result // GCC_ConferenceTerminateResponse_result::GCC_ConferenceTerminateResponse_result(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 1, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_ConferenceTerminateResponse_result,2 #endif ) { } GCC_ConferenceTerminateResponse_result & GCC_ConferenceTerminateResponse_result::operator=(unsigned v) { SetValue(v); return *this; } PObject * GCC_ConferenceTerminateResponse_result::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceTerminateResponse_result::Class()), PInvalidCast); #endif return new GCC_ConferenceTerminateResponse_result(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_ConferenceTerminateIndication_reason[]={ {"userInitiated",0} ,{"timedConferenceTermination",1} }; #endif // // ConferenceTerminateIndication_reason // GCC_ConferenceTerminateIndication_reason::GCC_ConferenceTerminateIndication_reason(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 1, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_ConferenceTerminateIndication_reason,2 #endif ) { } GCC_ConferenceTerminateIndication_reason & GCC_ConferenceTerminateIndication_reason::operator=(unsigned v) { SetValue(v); return *this; } PObject * GCC_ConferenceTerminateIndication_reason::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceTerminateIndication_reason::Class()), PInvalidCast); #endif return new GCC_ConferenceTerminateIndication_reason(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_ConferenceEjectUserRequest_reason[]={ {"userInitiated",0} }; #endif // // ConferenceEjectUserRequest_reason // GCC_ConferenceEjectUserRequest_reason::GCC_ConferenceEjectUserRequest_reason(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 0, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_ConferenceEjectUserRequest_reason,1 #endif ) { } GCC_ConferenceEjectUserRequest_reason & GCC_ConferenceEjectUserRequest_reason::operator=(unsigned v) { SetValue(v); return *this; } PObject * GCC_ConferenceEjectUserRequest_reason::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceEjectUserRequest_reason::Class()), PInvalidCast); #endif return new GCC_ConferenceEjectUserRequest_reason(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_ConferenceEjectUserResponse_result[]={ {"success",0} ,{"invalidRequester",1} ,{"invalidNode",2} }; #endif // // ConferenceEjectUserResponse_result // GCC_ConferenceEjectUserResponse_result::GCC_ConferenceEjectUserResponse_result(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_ConferenceEjectUserResponse_result,3 #endif ) { } GCC_ConferenceEjectUserResponse_result & GCC_ConferenceEjectUserResponse_result::operator=(unsigned v) { SetValue(v); return *this; } PObject * GCC_ConferenceEjectUserResponse_result::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceEjectUserResponse_result::Class()), PInvalidCast); #endif return new GCC_ConferenceEjectUserResponse_result(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_ConferenceEjectUserIndication_reason[]={ {"userInitiated",0} ,{"higherNodeDisconnected",1} ,{"higherNodeEjected",2} }; #endif // // ConferenceEjectUserIndication_reason // GCC_ConferenceEjectUserIndication_reason::GCC_ConferenceEjectUserIndication_reason(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_ConferenceEjectUserIndication_reason,3 #endif ) { } GCC_ConferenceEjectUserIndication_reason & GCC_ConferenceEjectUserIndication_reason::operator=(unsigned v) { SetValue(v); return *this; } PObject * GCC_ConferenceEjectUserIndication_reason::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceEjectUserIndication_reason::Class()), PInvalidCast); #endif return new GCC_ConferenceEjectUserIndication_reason(*this); } // // ArrayOf_UserID // GCC_ArrayOf_UserID::GCC_ArrayOf_UserID(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * GCC_ArrayOf_UserID::CreateObject() const { return new GCC_UserID; } GCC_UserID & GCC_ArrayOf_UserID::operator[](PINDEX i) const { return (GCC_UserID &)array[i]; } PObject * GCC_ArrayOf_UserID::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ArrayOf_UserID::Class()), PInvalidCast); #endif return new GCC_ArrayOf_UserID(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_ConferenceTransferResponse_result[]={ {"success",0} ,{"invalidRequester",1} }; #endif // // ConferenceTransferResponse_result // GCC_ConferenceTransferResponse_result::GCC_ConferenceTransferResponse_result(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 1, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_ConferenceTransferResponse_result,2 #endif ) { } GCC_ConferenceTransferResponse_result & GCC_ConferenceTransferResponse_result::operator=(unsigned v) { SetValue(v); return *this; } PObject * GCC_ConferenceTransferResponse_result::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceTransferResponse_result::Class()), PInvalidCast); #endif return new GCC_ConferenceTransferResponse_result(*this); } // // RosterUpdateIndication_applicationInformation // GCC_RosterUpdateIndication_applicationInformation::GCC_RosterUpdateIndication_applicationInformation(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } PASN_Object * GCC_RosterUpdateIndication_applicationInformation::CreateObject() const { return new GCC_RosterUpdateIndication_applicationInformation_subtype; } GCC_RosterUpdateIndication_applicationInformation_subtype & GCC_RosterUpdateIndication_applicationInformation::operator[](PINDEX i) const { return (GCC_RosterUpdateIndication_applicationInformation_subtype &)array[i]; } PObject * GCC_RosterUpdateIndication_applicationInformation::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_RosterUpdateIndication_applicationInformation::Class()), PInvalidCast); #endif return new GCC_RosterUpdateIndication_applicationInformation(*this); } // // ArrayOf_ApplicationInvokeSpecifier // GCC_ArrayOf_ApplicationInvokeSpecifier::GCC_ArrayOf_ApplicationInvokeSpecifier(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * GCC_ArrayOf_ApplicationInvokeSpecifier::CreateObject() const { return new GCC_ApplicationInvokeSpecifier; } GCC_ApplicationInvokeSpecifier & GCC_ArrayOf_ApplicationInvokeSpecifier::operator[](PINDEX i) const { return (GCC_ApplicationInvokeSpecifier &)array[i]; } PObject * GCC_ArrayOf_ApplicationInvokeSpecifier::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ArrayOf_ApplicationInvokeSpecifier::Class()), PInvalidCast); #endif return new GCC_ArrayOf_ApplicationInvokeSpecifier(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_RegistryAllocateHandleResponse_result[]={ {"successful",0} ,{"noHandlesAvailable",1} }; #endif // // RegistryAllocateHandleResponse_result // GCC_RegistryAllocateHandleResponse_result::GCC_RegistryAllocateHandleResponse_result(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 1, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_RegistryAllocateHandleResponse_result,2 #endif ) { } GCC_RegistryAllocateHandleResponse_result & GCC_RegistryAllocateHandleResponse_result::operator=(unsigned v) { SetValue(v); return *this; } PObject * GCC_RegistryAllocateHandleResponse_result::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_RegistryAllocateHandleResponse_result::Class()), PInvalidCast); #endif return new GCC_RegistryAllocateHandleResponse_result(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_RegistryResponse_primitiveType[]={ {"registerChannel",0} ,{"assignToken",1} ,{"setParameter",2} ,{"retrieveEntry",3} ,{"deleteEntry",4} ,{"monitorEntry",5} }; #endif // // RegistryResponse_primitiveType // GCC_RegistryResponse_primitiveType::GCC_RegistryResponse_primitiveType(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 5, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_RegistryResponse_primitiveType,6 #endif ) { } GCC_RegistryResponse_primitiveType & GCC_RegistryResponse_primitiveType::operator=(unsigned v) { SetValue(v); return *this; } PObject * GCC_RegistryResponse_primitiveType::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_RegistryResponse_primitiveType::Class()), PInvalidCast); #endif return new GCC_RegistryResponse_primitiveType(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_RegistryResponse_result[]={ {"successful",0} ,{"belongsToOther",1} ,{"tooManyEntries",2} ,{"inconsistentType",3} ,{"entryNotFound",4} ,{"entryAlreadyExists",5} ,{"invalidRequester",6} }; #endif // // RegistryResponse_result // GCC_RegistryResponse_result::GCC_RegistryResponse_result(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 6, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_RegistryResponse_result,7 #endif ) { } GCC_RegistryResponse_result & GCC_RegistryResponse_result::operator=(unsigned v) { SetValue(v); return *this; } PObject * GCC_RegistryResponse_result::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_RegistryResponse_result::Class()), PInvalidCast); #endif return new GCC_RegistryResponse_result(*this); } // // NetworkAddress_subtype_transportConnection // GCC_NetworkAddress_subtype_transportConnection::GCC_NetworkAddress_subtype_transportConnection(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, FALSE, 0) { m_nsapAddress.SetConstraints(PASN_Object::FixedConstraint, 1, 20); } #ifndef PASN_NOPRINTON void GCC_NetworkAddress_subtype_transportConnection::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+14) << "nsapAddress = " << setprecision(indent) << m_nsapAddress << '\n'; if (HasOptionalField(e_transportSelector)) strm << setw(indent+20) << "transportSelector = " << setprecision(indent) << m_transportSelector << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_NetworkAddress_subtype_transportConnection::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_NetworkAddress_subtype_transportConnection), PInvalidCast); #endif const GCC_NetworkAddress_subtype_transportConnection & other = (const GCC_NetworkAddress_subtype_transportConnection &)obj; Comparison result; if ((result = m_nsapAddress.Compare(other.m_nsapAddress)) != EqualTo) return result; if ((result = m_transportSelector.Compare(other.m_transportSelector)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_NetworkAddress_subtype_transportConnection::GetDataLength() const { PINDEX length = 0; length += m_nsapAddress.GetObjectLength(); if (HasOptionalField(e_transportSelector)) length += m_transportSelector.GetObjectLength(); return length; } BOOL GCC_NetworkAddress_subtype_transportConnection::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_nsapAddress.Decode(strm)) return FALSE; if (HasOptionalField(e_transportSelector) && !m_transportSelector.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_NetworkAddress_subtype_transportConnection::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_nsapAddress.Encode(strm); if (HasOptionalField(e_transportSelector)) m_transportSelector.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_NetworkAddress_subtype_transportConnection::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_NetworkAddress_subtype_transportConnection::Class()), PInvalidCast); #endif return new GCC_NetworkAddress_subtype_transportConnection(*this); } // // ApplicationRecord_nonCollapsingCapabilities_subtype // GCC_ApplicationRecord_nonCollapsingCapabilities_subtype::GCC_ApplicationRecord_nonCollapsingCapabilities_subtype(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, FALSE, 0) { } #ifndef PASN_NOPRINTON void GCC_ApplicationRecord_nonCollapsingCapabilities_subtype::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "capabilityID = " << setprecision(indent) << m_capabilityID << '\n'; if (HasOptionalField(e_applicationData)) strm << setw(indent+18) << "applicationData = " << setprecision(indent) << m_applicationData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ApplicationRecord_nonCollapsingCapabilities_subtype::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ApplicationRecord_nonCollapsingCapabilities_subtype), PInvalidCast); #endif const GCC_ApplicationRecord_nonCollapsingCapabilities_subtype & other = (const GCC_ApplicationRecord_nonCollapsingCapabilities_subtype &)obj; Comparison result; if ((result = m_capabilityID.Compare(other.m_capabilityID)) != EqualTo) return result; if ((result = m_applicationData.Compare(other.m_applicationData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ApplicationRecord_nonCollapsingCapabilities_subtype::GetDataLength() const { PINDEX length = 0; length += m_capabilityID.GetObjectLength(); if (HasOptionalField(e_applicationData)) length += m_applicationData.GetObjectLength(); return length; } BOOL GCC_ApplicationRecord_nonCollapsingCapabilities_subtype::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_capabilityID.Decode(strm)) return FALSE; if (HasOptionalField(e_applicationData) && !m_applicationData.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ApplicationRecord_nonCollapsingCapabilities_subtype::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_capabilityID.Encode(strm); if (HasOptionalField(e_applicationData)) m_applicationData.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ApplicationRecord_nonCollapsingCapabilities_subtype::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ApplicationRecord_nonCollapsingCapabilities_subtype::Class()), PInvalidCast); #endif return new GCC_ApplicationRecord_nonCollapsingCapabilities_subtype(*this); } // // ApplicationInvokeSpecifier_expectedCapabilitySet_subtype // GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype::GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "capabilityID = " << setprecision(indent) << m_capabilityID << '\n'; strm << setw(indent+18) << "capabilityClass = " << setprecision(indent) << m_capabilityClass << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype), PInvalidCast); #endif const GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype & other = (const GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype &)obj; Comparison result; if ((result = m_capabilityID.Compare(other.m_capabilityID)) != EqualTo) return result; if ((result = m_capabilityClass.Compare(other.m_capabilityClass)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype::GetDataLength() const { PINDEX length = 0; length += m_capabilityID.GetObjectLength(); length += m_capabilityClass.GetObjectLength(); return length; } BOOL GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_capabilityID.Decode(strm)) return FALSE; if (!m_capabilityClass.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_capabilityID.Encode(strm); m_capabilityClass.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype::Class()), PInvalidCast); #endif return new GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_RosterUpdateIndication_nodeInformation_nodeRecordList[]={ {"noChange",0} ,{"refresh",1} ,{"update",2} }; #endif // // RosterUpdateIndication_nodeInformation_nodeRecordList // GCC_RosterUpdateIndication_nodeInformation_nodeRecordList::GCC_RosterUpdateIndication_nodeInformation_nodeRecordList(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_RosterUpdateIndication_nodeInformation_nodeRecordList,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_RosterUpdateIndication_nodeInformation_nodeRecordList::operator GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh &() const #else GCC_RosterUpdateIndication_nodeInformation_nodeRecordList::operator GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh), PInvalidCast); #endif return *(GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh *)choice; } GCC_RosterUpdateIndication_nodeInformation_nodeRecordList::operator const GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh), PInvalidCast); #endif return *(GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_RosterUpdateIndication_nodeInformation_nodeRecordList::operator GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update &() const #else GCC_RosterUpdateIndication_nodeInformation_nodeRecordList::operator GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update), PInvalidCast); #endif return *(GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update *)choice; } GCC_RosterUpdateIndication_nodeInformation_nodeRecordList::operator const GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update), PInvalidCast); #endif return *(GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update *)choice; } BOOL GCC_RosterUpdateIndication_nodeInformation_nodeRecordList::CreateObject() { switch (tag) { case e_noChange : choice = new PASN_Null(); return TRUE; case e_refresh : choice = new GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh(); return TRUE; case e_update : choice = new GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update(); return TRUE; } choice = NULL; return FALSE; } PObject * GCC_RosterUpdateIndication_nodeInformation_nodeRecordList::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_RosterUpdateIndication_nodeInformation_nodeRecordList::Class()), PInvalidCast); #endif return new GCC_RosterUpdateIndication_nodeInformation_nodeRecordList(*this); } // // NetworkAddress_subtype_aggregatedChannel_transferModes // GCC_NetworkAddress_subtype_aggregatedChannel_transferModes::GCC_NetworkAddress_subtype_aggregatedChannel_transferModes(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_NetworkAddress_subtype_aggregatedChannel_transferModes::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "speech = " << setprecision(indent) << m_speech << '\n'; strm << setw(indent+13) << "voice_band = " << setprecision(indent) << m_voice_band << '\n'; strm << setw(indent+14) << "digital_56k = " << setprecision(indent) << m_digital_56k << '\n'; strm << setw(indent+14) << "digital_64k = " << setprecision(indent) << m_digital_64k << '\n'; strm << setw(indent+15) << "digital_128k = " << setprecision(indent) << m_digital_128k << '\n'; strm << setw(indent+15) << "digital_192k = " << setprecision(indent) << m_digital_192k << '\n'; strm << setw(indent+15) << "digital_256k = " << setprecision(indent) << m_digital_256k << '\n'; strm << setw(indent+15) << "digital_320k = " << setprecision(indent) << m_digital_320k << '\n'; strm << setw(indent+15) << "digital_384k = " << setprecision(indent) << m_digital_384k << '\n'; strm << setw(indent+15) << "digital_512k = " << setprecision(indent) << m_digital_512k << '\n'; strm << setw(indent+15) << "digital_768k = " << setprecision(indent) << m_digital_768k << '\n'; strm << setw(indent+16) << "digital_1152k = " << setprecision(indent) << m_digital_1152k << '\n'; strm << setw(indent+16) << "digital_1472k = " << setprecision(indent) << m_digital_1472k << '\n'; strm << setw(indent+16) << "digital_1536k = " << setprecision(indent) << m_digital_1536k << '\n'; strm << setw(indent+16) << "digital_1920k = " << setprecision(indent) << m_digital_1920k << '\n'; strm << setw(indent+14) << "packet_mode = " << setprecision(indent) << m_packet_mode << '\n'; strm << setw(indent+13) << "frame_mode = " << setprecision(indent) << m_frame_mode << '\n'; strm << setw(indent+6) << "atm = " << setprecision(indent) << m_atm << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_NetworkAddress_subtype_aggregatedChannel_transferModes::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_NetworkAddress_subtype_aggregatedChannel_transferModes), PInvalidCast); #endif const GCC_NetworkAddress_subtype_aggregatedChannel_transferModes & other = (const GCC_NetworkAddress_subtype_aggregatedChannel_transferModes &)obj; Comparison result; if ((result = m_speech.Compare(other.m_speech)) != EqualTo) return result; if ((result = m_voice_band.Compare(other.m_voice_band)) != EqualTo) return result; if ((result = m_digital_56k.Compare(other.m_digital_56k)) != EqualTo) return result; if ((result = m_digital_64k.Compare(other.m_digital_64k)) != EqualTo) return result; if ((result = m_digital_128k.Compare(other.m_digital_128k)) != EqualTo) return result; if ((result = m_digital_192k.Compare(other.m_digital_192k)) != EqualTo) return result; if ((result = m_digital_256k.Compare(other.m_digital_256k)) != EqualTo) return result; if ((result = m_digital_320k.Compare(other.m_digital_320k)) != EqualTo) return result; if ((result = m_digital_384k.Compare(other.m_digital_384k)) != EqualTo) return result; if ((result = m_digital_512k.Compare(other.m_digital_512k)) != EqualTo) return result; if ((result = m_digital_768k.Compare(other.m_digital_768k)) != EqualTo) return result; if ((result = m_digital_1152k.Compare(other.m_digital_1152k)) != EqualTo) return result; if ((result = m_digital_1472k.Compare(other.m_digital_1472k)) != EqualTo) return result; if ((result = m_digital_1536k.Compare(other.m_digital_1536k)) != EqualTo) return result; if ((result = m_digital_1920k.Compare(other.m_digital_1920k)) != EqualTo) return result; if ((result = m_packet_mode.Compare(other.m_packet_mode)) != EqualTo) return result; if ((result = m_frame_mode.Compare(other.m_frame_mode)) != EqualTo) return result; if ((result = m_atm.Compare(other.m_atm)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_NetworkAddress_subtype_aggregatedChannel_transferModes::GetDataLength() const { PINDEX length = 0; length += m_speech.GetObjectLength(); length += m_voice_band.GetObjectLength(); length += m_digital_56k.GetObjectLength(); length += m_digital_64k.GetObjectLength(); length += m_digital_128k.GetObjectLength(); length += m_digital_192k.GetObjectLength(); length += m_digital_256k.GetObjectLength(); length += m_digital_320k.GetObjectLength(); length += m_digital_384k.GetObjectLength(); length += m_digital_512k.GetObjectLength(); length += m_digital_768k.GetObjectLength(); length += m_digital_1152k.GetObjectLength(); length += m_digital_1472k.GetObjectLength(); length += m_digital_1536k.GetObjectLength(); length += m_digital_1920k.GetObjectLength(); length += m_packet_mode.GetObjectLength(); length += m_frame_mode.GetObjectLength(); length += m_atm.GetObjectLength(); return length; } BOOL GCC_NetworkAddress_subtype_aggregatedChannel_transferModes::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_speech.Decode(strm)) return FALSE; if (!m_voice_band.Decode(strm)) return FALSE; if (!m_digital_56k.Decode(strm)) return FALSE; if (!m_digital_64k.Decode(strm)) return FALSE; if (!m_digital_128k.Decode(strm)) return FALSE; if (!m_digital_192k.Decode(strm)) return FALSE; if (!m_digital_256k.Decode(strm)) return FALSE; if (!m_digital_320k.Decode(strm)) return FALSE; if (!m_digital_384k.Decode(strm)) return FALSE; if (!m_digital_512k.Decode(strm)) return FALSE; if (!m_digital_768k.Decode(strm)) return FALSE; if (!m_digital_1152k.Decode(strm)) return FALSE; if (!m_digital_1472k.Decode(strm)) return FALSE; if (!m_digital_1536k.Decode(strm)) return FALSE; if (!m_digital_1920k.Decode(strm)) return FALSE; if (!m_packet_mode.Decode(strm)) return FALSE; if (!m_frame_mode.Decode(strm)) return FALSE; if (!m_atm.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_NetworkAddress_subtype_aggregatedChannel_transferModes::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_speech.Encode(strm); m_voice_band.Encode(strm); m_digital_56k.Encode(strm); m_digital_64k.Encode(strm); m_digital_128k.Encode(strm); m_digital_192k.Encode(strm); m_digital_256k.Encode(strm); m_digital_320k.Encode(strm); m_digital_384k.Encode(strm); m_digital_512k.Encode(strm); m_digital_768k.Encode(strm); m_digital_1152k.Encode(strm); m_digital_1472k.Encode(strm); m_digital_1536k.Encode(strm); m_digital_1920k.Encode(strm); m_packet_mode.Encode(strm); m_frame_mode.Encode(strm); m_atm.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_NetworkAddress_subtype_aggregatedChannel_transferModes::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_NetworkAddress_subtype_aggregatedChannel_transferModes::Class()), PInvalidCast); #endif return new GCC_NetworkAddress_subtype_aggregatedChannel_transferModes(*this); } // // NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility // GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility::GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "telephony3kHz = " << setprecision(indent) << m_telephony3kHz << '\n'; strm << setw(indent+16) << "telephony7kHz = " << setprecision(indent) << m_telephony7kHz << '\n'; strm << setw(indent+17) << "videotelephony = " << setprecision(indent) << m_videotelephony << '\n'; strm << setw(indent+18) << "videoconference = " << setprecision(indent) << m_videoconference << '\n'; strm << setw(indent+15) << "audiographic = " << setprecision(indent) << m_audiographic << '\n'; strm << setw(indent+14) << "audiovisual = " << setprecision(indent) << m_audiovisual << '\n'; strm << setw(indent+13) << "multimedia = " << setprecision(indent) << m_multimedia << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility), PInvalidCast); #endif const GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility & other = (const GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility &)obj; Comparison result; if ((result = m_telephony3kHz.Compare(other.m_telephony3kHz)) != EqualTo) return result; if ((result = m_telephony7kHz.Compare(other.m_telephony7kHz)) != EqualTo) return result; if ((result = m_videotelephony.Compare(other.m_videotelephony)) != EqualTo) return result; if ((result = m_videoconference.Compare(other.m_videoconference)) != EqualTo) return result; if ((result = m_audiographic.Compare(other.m_audiographic)) != EqualTo) return result; if ((result = m_audiovisual.Compare(other.m_audiovisual)) != EqualTo) return result; if ((result = m_multimedia.Compare(other.m_multimedia)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility::GetDataLength() const { PINDEX length = 0; length += m_telephony3kHz.GetObjectLength(); length += m_telephony7kHz.GetObjectLength(); length += m_videotelephony.GetObjectLength(); length += m_videoconference.GetObjectLength(); length += m_audiographic.GetObjectLength(); length += m_audiovisual.GetObjectLength(); length += m_multimedia.GetObjectLength(); return length; } BOOL GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_telephony3kHz.Decode(strm)) return FALSE; if (!m_telephony7kHz.Decode(strm)) return FALSE; if (!m_videotelephony.Decode(strm)) return FALSE; if (!m_videoconference.Decode(strm)) return FALSE; if (!m_audiographic.Decode(strm)) return FALSE; if (!m_audiovisual.Decode(strm)) return FALSE; if (!m_multimedia.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_telephony3kHz.Encode(strm); m_telephony7kHz.Encode(strm); m_videotelephony.Encode(strm); m_videoconference.Encode(strm); m_audiographic.Encode(strm); m_audiovisual.Encode(strm); m_multimedia.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility::Class()), PInvalidCast); #endif return new GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility(*this); } // // RosterUpdateIndication_nodeInformation_nodeRecordList_refresh // GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh::GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 65536); } PASN_Object * GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh::CreateObject() const { return new GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype; } GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype & GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh::operator[](PINDEX i) const { return (GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype &)array[i]; } PObject * GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh::Class()), PInvalidCast); #endif return new GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh(*this); } // // RosterUpdateIndication_nodeInformation_nodeRecordList_update // GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update::GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 65536); } PASN_Object * GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update::CreateObject() const { return new GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype; } GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype & GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update::operator[](PINDEX i) const { return (GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype &)array[i]; } PObject * GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update::Class()), PInvalidCast); #endif return new GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList[]={ {"noChange",0} ,{"refresh",1} ,{"update",2} }; #endif // // RosterUpdateIndication_applicationInformation_subtype_applicationRecordList // GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList::GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList::operator GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh &() const #else GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList::operator GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh), PInvalidCast); #endif return *(GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh *)choice; } GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList::operator const GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh), PInvalidCast); #endif return *(GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList::operator GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update &() const #else GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList::operator GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update), PInvalidCast); #endif return *(GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update *)choice; } GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList::operator const GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update), PInvalidCast); #endif return *(GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update *)choice; } BOOL GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList::CreateObject() { switch (tag) { case e_noChange : choice = new PASN_Null(); return TRUE; case e_refresh : choice = new GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh(); return TRUE; case e_update : choice = new GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update(); return TRUE; } choice = NULL; return FALSE; } PObject * GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList::Class()), PInvalidCast); #endif return new GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList[]={ {"noChange",0} ,{"refresh",1} }; #endif // // RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList // GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList::GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList::operator GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh &() const #else GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList::operator GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh), PInvalidCast); #endif return *(GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh *)choice; } GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList::operator const GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh), PInvalidCast); #endif return *(GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh *)choice; } BOOL GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList::CreateObject() { switch (tag) { case e_noChange : choice = new PASN_Null(); return TRUE; case e_refresh : choice = new GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh(); return TRUE; } choice = NULL; return FALSE; } PObject * GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList::Class()), PInvalidCast); #endif return new GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList(*this); } // // RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh // GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh::GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } PASN_Object * GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh::CreateObject() const { return new GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype; } GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype & GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh::operator[](PINDEX i) const { return (GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype &)array[i]; } PObject * GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh::Class()), PInvalidCast); #endif return new GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh(*this); } // // RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update // GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update::GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 65536); } PASN_Object * GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update::CreateObject() const { return new GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype; } GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype & GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update::operator[](PINDEX i) const { return (GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype &)array[i]; } PObject * GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update::Class()), PInvalidCast); #endif return new GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update(*this); } // // RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh // GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh::GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh::CreateObject() const { return new GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype; } GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype & GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh::operator[](PINDEX i) const { return (GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype &)array[i]; } PObject * GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh::Class()), PInvalidCast); #endif return new GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate[]={ {"addRecord",0} ,{"replaceRecord",1} ,{"removeRecord",2} }; #endif // // RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate // GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate::GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate::operator GCC_NodeRecord &() const #else GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate::operator GCC_NodeRecord &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_NodeRecord), PInvalidCast); #endif return *(GCC_NodeRecord *)choice; } GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate::operator const GCC_NodeRecord &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_NodeRecord), PInvalidCast); #endif return *(GCC_NodeRecord *)choice; } BOOL GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate::CreateObject() { switch (tag) { case e_addRecord : case e_replaceRecord : choice = new GCC_NodeRecord(); return TRUE; case e_removeRecord : choice = new PASN_Null(); return TRUE; } choice = NULL; return FALSE; } PObject * GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate::Class()), PInvalidCast); #endif return new GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate(*this); } // // RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype // GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype::GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_numberOfEntities.SetConstraints(PASN_Object::FixedConstraint, 1, 65536); } #ifndef PASN_NOPRINTON void GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "capabilityID = " << setprecision(indent) << m_capabilityID << '\n'; strm << setw(indent+18) << "capabilityClass = " << setprecision(indent) << m_capabilityClass << '\n'; strm << setw(indent+19) << "numberOfEntities = " << setprecision(indent) << m_numberOfEntities << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype), PInvalidCast); #endif const GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype & other = (const GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype &)obj; Comparison result; if ((result = m_capabilityID.Compare(other.m_capabilityID)) != EqualTo) return result; if ((result = m_capabilityClass.Compare(other.m_capabilityClass)) != EqualTo) return result; if ((result = m_numberOfEntities.Compare(other.m_numberOfEntities)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype::GetDataLength() const { PINDEX length = 0; length += m_capabilityID.GetObjectLength(); length += m_capabilityClass.GetObjectLength(); length += m_numberOfEntities.GetObjectLength(); return length; } BOOL GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_capabilityID.Decode(strm)) return FALSE; if (!m_capabilityClass.Decode(strm)) return FALSE; if (!m_numberOfEntities.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_capabilityID.Encode(strm); m_capabilityClass.Encode(strm); m_numberOfEntities.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype::Class()), PInvalidCast); #endif return new GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate[]={ {"addRecord",0} ,{"replaceRecord",1} ,{"removeRecord",2} }; #endif // // RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate // GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate::GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate::operator GCC_ApplicationRecord &() const #else GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate::operator GCC_ApplicationRecord &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ApplicationRecord), PInvalidCast); #endif return *(GCC_ApplicationRecord *)choice; } GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate::operator const GCC_ApplicationRecord &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), GCC_ApplicationRecord), PInvalidCast); #endif return *(GCC_ApplicationRecord *)choice; } BOOL GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate::CreateObject() { switch (tag) { case e_addRecord : case e_replaceRecord : choice = new GCC_ApplicationRecord(); return TRUE; case e_removeRecord : choice = new PASN_Null(); return TRUE; } choice = NULL; return FALSE; } PObject * GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate::Class()), PInvalidCast); #endif return new GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate(*this); } // // ChallengeRequest // GCC_ChallengeRequest::GCC_ChallengeRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_ChallengeRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "challengeTag = " << setprecision(indent) << m_challengeTag << '\n'; strm << setw(indent+15) << "challengeSet = " << setprecision(indent) << m_challengeSet << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ChallengeRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ChallengeRequest), PInvalidCast); #endif const GCC_ChallengeRequest & other = (const GCC_ChallengeRequest &)obj; Comparison result; if ((result = m_challengeTag.Compare(other.m_challengeTag)) != EqualTo) return result; if ((result = m_challengeSet.Compare(other.m_challengeSet)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ChallengeRequest::GetDataLength() const { PINDEX length = 0; length += m_challengeTag.GetObjectLength(); length += m_challengeSet.GetObjectLength(); return length; } BOOL GCC_ChallengeRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_challengeTag.Decode(strm)) return FALSE; if (!m_challengeSet.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ChallengeRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_challengeTag.Encode(strm); m_challengeSet.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ChallengeRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ChallengeRequest::Class()), PInvalidCast); #endif return new GCC_ChallengeRequest(*this); } // // NodeRecord // GCC_NodeRecord::GCC_NodeRecord(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 7, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_NodeRecord::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_superiorNode)) strm << setw(indent+15) << "superiorNode = " << setprecision(indent) << m_superiorNode << '\n'; strm << setw(indent+11) << "nodeType = " << setprecision(indent) << m_nodeType << '\n'; strm << setw(indent+17) << "nodeProperties = " << setprecision(indent) << m_nodeProperties << '\n'; if (HasOptionalField(e_nodeName)) strm << setw(indent+11) << "nodeName = " << setprecision(indent) << m_nodeName << '\n'; if (HasOptionalField(e_participantsList)) strm << setw(indent+19) << "participantsList = " << setprecision(indent) << m_participantsList << '\n'; if (HasOptionalField(e_siteInformation)) strm << setw(indent+18) << "siteInformation = " << setprecision(indent) << m_siteInformation << '\n'; if (HasOptionalField(e_networkAddress)) strm << setw(indent+17) << "networkAddress = " << setprecision(indent) << m_networkAddress << '\n'; if (HasOptionalField(e_alternativeNodeID)) strm << setw(indent+20) << "alternativeNodeID = " << setprecision(indent) << m_alternativeNodeID << '\n'; if (HasOptionalField(e_userData)) strm << setw(indent+11) << "userData = " << setprecision(indent) << m_userData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_NodeRecord::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_NodeRecord), PInvalidCast); #endif const GCC_NodeRecord & other = (const GCC_NodeRecord &)obj; Comparison result; if ((result = m_superiorNode.Compare(other.m_superiorNode)) != EqualTo) return result; if ((result = m_nodeType.Compare(other.m_nodeType)) != EqualTo) return result; if ((result = m_nodeProperties.Compare(other.m_nodeProperties)) != EqualTo) return result; if ((result = m_nodeName.Compare(other.m_nodeName)) != EqualTo) return result; if ((result = m_participantsList.Compare(other.m_participantsList)) != EqualTo) return result; if ((result = m_siteInformation.Compare(other.m_siteInformation)) != EqualTo) return result; if ((result = m_networkAddress.Compare(other.m_networkAddress)) != EqualTo) return result; if ((result = m_alternativeNodeID.Compare(other.m_alternativeNodeID)) != EqualTo) return result; if ((result = m_userData.Compare(other.m_userData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_NodeRecord::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_superiorNode)) length += m_superiorNode.GetObjectLength(); length += m_nodeType.GetObjectLength(); length += m_nodeProperties.GetObjectLength(); if (HasOptionalField(e_nodeName)) length += m_nodeName.GetObjectLength(); if (HasOptionalField(e_participantsList)) length += m_participantsList.GetObjectLength(); if (HasOptionalField(e_siteInformation)) length += m_siteInformation.GetObjectLength(); if (HasOptionalField(e_networkAddress)) length += m_networkAddress.GetObjectLength(); if (HasOptionalField(e_alternativeNodeID)) length += m_alternativeNodeID.GetObjectLength(); if (HasOptionalField(e_userData)) length += m_userData.GetObjectLength(); return length; } BOOL GCC_NodeRecord::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_superiorNode) && !m_superiorNode.Decode(strm)) return FALSE; if (!m_nodeType.Decode(strm)) return FALSE; if (!m_nodeProperties.Decode(strm)) return FALSE; if (HasOptionalField(e_nodeName) && !m_nodeName.Decode(strm)) return FALSE; if (HasOptionalField(e_participantsList) && !m_participantsList.Decode(strm)) return FALSE; if (HasOptionalField(e_siteInformation) && !m_siteInformation.Decode(strm)) return FALSE; if (HasOptionalField(e_networkAddress) && !m_networkAddress.Decode(strm)) return FALSE; if (HasOptionalField(e_alternativeNodeID) && !m_alternativeNodeID.Decode(strm)) return FALSE; if (HasOptionalField(e_userData) && !m_userData.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_NodeRecord::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_superiorNode)) m_superiorNode.Encode(strm); m_nodeType.Encode(strm); m_nodeProperties.Encode(strm); if (HasOptionalField(e_nodeName)) m_nodeName.Encode(strm); if (HasOptionalField(e_participantsList)) m_participantsList.Encode(strm); if (HasOptionalField(e_siteInformation)) m_siteInformation.Encode(strm); if (HasOptionalField(e_networkAddress)) m_networkAddress.Encode(strm); if (HasOptionalField(e_alternativeNodeID)) m_alternativeNodeID.Encode(strm); if (HasOptionalField(e_userData)) m_userData.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_NodeRecord::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_NodeRecord::Class()), PInvalidCast); #endif return new GCC_NodeRecord(*this); } // // ApplicationRecord // GCC_ApplicationRecord::GCC_ApplicationRecord(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_ApplicationRecord::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+20) << "applicationActive = " << setprecision(indent) << m_applicationActive << '\n'; strm << setw(indent+29) << "conductingOperationCapable = " << setprecision(indent) << m_conductingOperationCapable << '\n'; if (HasOptionalField(e_startupChannel)) strm << setw(indent+17) << "startupChannel = " << setprecision(indent) << m_startupChannel << '\n'; if (HasOptionalField(e_applicationUserID)) strm << setw(indent+20) << "applicationUserID = " << setprecision(indent) << m_applicationUserID << '\n'; if (HasOptionalField(e_nonCollapsingCapabilities)) strm << setw(indent+28) << "nonCollapsingCapabilities = " << setprecision(indent) << m_nonCollapsingCapabilities << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ApplicationRecord::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ApplicationRecord), PInvalidCast); #endif const GCC_ApplicationRecord & other = (const GCC_ApplicationRecord &)obj; Comparison result; if ((result = m_applicationActive.Compare(other.m_applicationActive)) != EqualTo) return result; if ((result = m_conductingOperationCapable.Compare(other.m_conductingOperationCapable)) != EqualTo) return result; if ((result = m_startupChannel.Compare(other.m_startupChannel)) != EqualTo) return result; if ((result = m_applicationUserID.Compare(other.m_applicationUserID)) != EqualTo) return result; if ((result = m_nonCollapsingCapabilities.Compare(other.m_nonCollapsingCapabilities)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ApplicationRecord::GetDataLength() const { PINDEX length = 0; length += m_applicationActive.GetObjectLength(); length += m_conductingOperationCapable.GetObjectLength(); if (HasOptionalField(e_startupChannel)) length += m_startupChannel.GetObjectLength(); if (HasOptionalField(e_applicationUserID)) length += m_applicationUserID.GetObjectLength(); if (HasOptionalField(e_nonCollapsingCapabilities)) length += m_nonCollapsingCapabilities.GetObjectLength(); return length; } BOOL GCC_ApplicationRecord::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_applicationActive.Decode(strm)) return FALSE; if (!m_conductingOperationCapable.Decode(strm)) return FALSE; if (HasOptionalField(e_startupChannel) && !m_startupChannel.Decode(strm)) return FALSE; if (HasOptionalField(e_applicationUserID) && !m_applicationUserID.Decode(strm)) return FALSE; if (HasOptionalField(e_nonCollapsingCapabilities) && !m_nonCollapsingCapabilities.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ApplicationRecord::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_applicationActive.Encode(strm); m_conductingOperationCapable.Encode(strm); if (HasOptionalField(e_startupChannel)) m_startupChannel.Encode(strm); if (HasOptionalField(e_applicationUserID)) m_applicationUserID.Encode(strm); if (HasOptionalField(e_nonCollapsingCapabilities)) m_nonCollapsingCapabilities.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ApplicationRecord::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ApplicationRecord::Class()), PInvalidCast); #endif return new GCC_ApplicationRecord(*this); } // // ApplicationInvokeSpecifier // GCC_ApplicationInvokeSpecifier::GCC_ApplicationInvokeSpecifier(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_ApplicationInvokeSpecifier::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+13) << "sessionKey = " << setprecision(indent) << m_sessionKey << '\n'; if (HasOptionalField(e_expectedCapabilitySet)) strm << setw(indent+24) << "expectedCapabilitySet = " << setprecision(indent) << m_expectedCapabilitySet << '\n'; if (HasOptionalField(e_startupChannel)) strm << setw(indent+17) << "startupChannel = " << setprecision(indent) << m_startupChannel << '\n'; strm << setw(indent+16) << "mandatoryFlag = " << setprecision(indent) << m_mandatoryFlag << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ApplicationInvokeSpecifier::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ApplicationInvokeSpecifier), PInvalidCast); #endif const GCC_ApplicationInvokeSpecifier & other = (const GCC_ApplicationInvokeSpecifier &)obj; Comparison result; if ((result = m_sessionKey.Compare(other.m_sessionKey)) != EqualTo) return result; if ((result = m_expectedCapabilitySet.Compare(other.m_expectedCapabilitySet)) != EqualTo) return result; if ((result = m_startupChannel.Compare(other.m_startupChannel)) != EqualTo) return result; if ((result = m_mandatoryFlag.Compare(other.m_mandatoryFlag)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ApplicationInvokeSpecifier::GetDataLength() const { PINDEX length = 0; length += m_sessionKey.GetObjectLength(); if (HasOptionalField(e_expectedCapabilitySet)) length += m_expectedCapabilitySet.GetObjectLength(); if (HasOptionalField(e_startupChannel)) length += m_startupChannel.GetObjectLength(); length += m_mandatoryFlag.GetObjectLength(); return length; } BOOL GCC_ApplicationInvokeSpecifier::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_sessionKey.Decode(strm)) return FALSE; if (HasOptionalField(e_expectedCapabilitySet) && !m_expectedCapabilitySet.Decode(strm)) return FALSE; if (HasOptionalField(e_startupChannel) && !m_startupChannel.Decode(strm)) return FALSE; if (!m_mandatoryFlag.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ApplicationInvokeSpecifier::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_sessionKey.Encode(strm); if (HasOptionalField(e_expectedCapabilitySet)) m_expectedCapabilitySet.Encode(strm); if (HasOptionalField(e_startupChannel)) m_startupChannel.Encode(strm); m_mandatoryFlag.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ApplicationInvokeSpecifier::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ApplicationInvokeSpecifier::Class()), PInvalidCast); #endif return new GCC_ApplicationInvokeSpecifier(*this); } // // ConferenceCreateRequest // GCC_ConferenceCreateRequest::GCC_ConferenceCreateRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 8, TRUE, 1) { } #ifndef PASN_NOPRINTON void GCC_ConferenceCreateRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "conferenceName = " << setprecision(indent) << m_conferenceName << '\n'; if (HasOptionalField(e_convenerPassword)) strm << setw(indent+19) << "convenerPassword = " << setprecision(indent) << m_convenerPassword << '\n'; if (HasOptionalField(e_password)) strm << setw(indent+11) << "password = " << setprecision(indent) << m_password << '\n'; strm << setw(indent+19) << "lockedConference = " << setprecision(indent) << m_lockedConference << '\n'; strm << setw(indent+19) << "listedConference = " << setprecision(indent) << m_listedConference << '\n'; strm << setw(indent+24) << "conductibleConference = " << setprecision(indent) << m_conductibleConference << '\n'; strm << setw(indent+20) << "terminationMethod = " << setprecision(indent) << m_terminationMethod << '\n'; if (HasOptionalField(e_conductorPrivileges)) strm << setw(indent+22) << "conductorPrivileges = " << setprecision(indent) << m_conductorPrivileges << '\n'; if (HasOptionalField(e_conductedPrivileges)) strm << setw(indent+22) << "conductedPrivileges = " << setprecision(indent) << m_conductedPrivileges << '\n'; if (HasOptionalField(e_nonConductedPrivileges)) strm << setw(indent+25) << "nonConductedPrivileges = " << setprecision(indent) << m_nonConductedPrivileges << '\n'; if (HasOptionalField(e_conferenceDescription)) strm << setw(indent+24) << "conferenceDescription = " << setprecision(indent) << m_conferenceDescription << '\n'; if (HasOptionalField(e_callerIdentifier)) strm << setw(indent+19) << "callerIdentifier = " << setprecision(indent) << m_callerIdentifier << '\n'; if (HasOptionalField(e_userData)) strm << setw(indent+11) << "userData = " << setprecision(indent) << m_userData << '\n'; if (HasOptionalField(e_conferencePriority)) strm << setw(indent+21) << "conferencePriority = " << setprecision(indent) << m_conferencePriority << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ConferenceCreateRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ConferenceCreateRequest), PInvalidCast); #endif const GCC_ConferenceCreateRequest & other = (const GCC_ConferenceCreateRequest &)obj; Comparison result; if ((result = m_conferenceName.Compare(other.m_conferenceName)) != EqualTo) return result; if ((result = m_convenerPassword.Compare(other.m_convenerPassword)) != EqualTo) return result; if ((result = m_password.Compare(other.m_password)) != EqualTo) return result; if ((result = m_lockedConference.Compare(other.m_lockedConference)) != EqualTo) return result; if ((result = m_listedConference.Compare(other.m_listedConference)) != EqualTo) return result; if ((result = m_conductibleConference.Compare(other.m_conductibleConference)) != EqualTo) return result; if ((result = m_terminationMethod.Compare(other.m_terminationMethod)) != EqualTo) return result; if ((result = m_conductorPrivileges.Compare(other.m_conductorPrivileges)) != EqualTo) return result; if ((result = m_conductedPrivileges.Compare(other.m_conductedPrivileges)) != EqualTo) return result; if ((result = m_nonConductedPrivileges.Compare(other.m_nonConductedPrivileges)) != EqualTo) return result; if ((result = m_conferenceDescription.Compare(other.m_conferenceDescription)) != EqualTo) return result; if ((result = m_callerIdentifier.Compare(other.m_callerIdentifier)) != EqualTo) return result; if ((result = m_userData.Compare(other.m_userData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ConferenceCreateRequest::GetDataLength() const { PINDEX length = 0; length += m_conferenceName.GetObjectLength(); if (HasOptionalField(e_convenerPassword)) length += m_convenerPassword.GetObjectLength(); if (HasOptionalField(e_password)) length += m_password.GetObjectLength(); length += m_lockedConference.GetObjectLength(); length += m_listedConference.GetObjectLength(); length += m_conductibleConference.GetObjectLength(); length += m_terminationMethod.GetObjectLength(); if (HasOptionalField(e_conductorPrivileges)) length += m_conductorPrivileges.GetObjectLength(); if (HasOptionalField(e_conductedPrivileges)) length += m_conductedPrivileges.GetObjectLength(); if (HasOptionalField(e_nonConductedPrivileges)) length += m_nonConductedPrivileges.GetObjectLength(); if (HasOptionalField(e_conferenceDescription)) length += m_conferenceDescription.GetObjectLength(); if (HasOptionalField(e_callerIdentifier)) length += m_callerIdentifier.GetObjectLength(); if (HasOptionalField(e_userData)) length += m_userData.GetObjectLength(); return length; } BOOL GCC_ConferenceCreateRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_conferenceName.Decode(strm)) return FALSE; if (HasOptionalField(e_convenerPassword) && !m_convenerPassword.Decode(strm)) return FALSE; if (HasOptionalField(e_password) && !m_password.Decode(strm)) return FALSE; if (!m_lockedConference.Decode(strm)) return FALSE; if (!m_listedConference.Decode(strm)) return FALSE; if (!m_conductibleConference.Decode(strm)) return FALSE; if (!m_terminationMethod.Decode(strm)) return FALSE; if (HasOptionalField(e_conductorPrivileges) && !m_conductorPrivileges.Decode(strm)) return FALSE; if (HasOptionalField(e_conductedPrivileges) && !m_conductedPrivileges.Decode(strm)) return FALSE; if (HasOptionalField(e_nonConductedPrivileges) && !m_nonConductedPrivileges.Decode(strm)) return FALSE; if (HasOptionalField(e_conferenceDescription) && !m_conferenceDescription.Decode(strm)) return FALSE; if (HasOptionalField(e_callerIdentifier) && !m_callerIdentifier.Decode(strm)) return FALSE; if (HasOptionalField(e_userData) && !m_userData.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_conferencePriority, m_conferencePriority)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ConferenceCreateRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_conferenceName.Encode(strm); if (HasOptionalField(e_convenerPassword)) m_convenerPassword.Encode(strm); if (HasOptionalField(e_password)) m_password.Encode(strm); m_lockedConference.Encode(strm); m_listedConference.Encode(strm); m_conductibleConference.Encode(strm); m_terminationMethod.Encode(strm); if (HasOptionalField(e_conductorPrivileges)) m_conductorPrivileges.Encode(strm); if (HasOptionalField(e_conductedPrivileges)) m_conductedPrivileges.Encode(strm); if (HasOptionalField(e_nonConductedPrivileges)) m_nonConductedPrivileges.Encode(strm); if (HasOptionalField(e_conferenceDescription)) m_conferenceDescription.Encode(strm); if (HasOptionalField(e_callerIdentifier)) m_callerIdentifier.Encode(strm); if (HasOptionalField(e_userData)) m_userData.Encode(strm); KnownExtensionEncode(strm, e_conferencePriority, m_conferencePriority); UnknownExtensionsEncode(strm); } PObject * GCC_ConferenceCreateRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceCreateRequest::Class()), PInvalidCast); #endif return new GCC_ConferenceCreateRequest(*this); } // // ConferenceCreateResponse // GCC_ConferenceCreateResponse::GCC_ConferenceCreateResponse(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_ConferenceCreateResponse::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "nodeID = " << setprecision(indent) << m_nodeID << '\n'; strm << setw(indent+6) << "tag = " << setprecision(indent) << m_tag << '\n'; strm << setw(indent+9) << "result = " << setprecision(indent) << m_result << '\n'; if (HasOptionalField(e_userData)) strm << setw(indent+11) << "userData = " << setprecision(indent) << m_userData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ConferenceCreateResponse::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ConferenceCreateResponse), PInvalidCast); #endif const GCC_ConferenceCreateResponse & other = (const GCC_ConferenceCreateResponse &)obj; Comparison result; if ((result = m_nodeID.Compare(other.m_nodeID)) != EqualTo) return result; if ((result = m_tag.Compare(other.m_tag)) != EqualTo) return result; if ((result = m_result.Compare(other.m_result)) != EqualTo) return result; if ((result = m_userData.Compare(other.m_userData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ConferenceCreateResponse::GetDataLength() const { PINDEX length = 0; length += m_nodeID.GetObjectLength(); length += m_tag.GetObjectLength(); length += m_result.GetObjectLength(); if (HasOptionalField(e_userData)) length += m_userData.GetObjectLength(); return length; } BOOL GCC_ConferenceCreateResponse::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_nodeID.Decode(strm)) return FALSE; if (!m_tag.Decode(strm)) return FALSE; if (!m_result.Decode(strm)) return FALSE; if (HasOptionalField(e_userData) && !m_userData.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ConferenceCreateResponse::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_nodeID.Encode(strm); m_tag.Encode(strm); m_result.Encode(strm); if (HasOptionalField(e_userData)) m_userData.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ConferenceCreateResponse::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceCreateResponse::Class()), PInvalidCast); #endif return new GCC_ConferenceCreateResponse(*this); } // // ConferenceQueryResponse // GCC_ConferenceQueryResponse::GCC_ConferenceQueryResponse(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 2) { } #ifndef PASN_NOPRINTON void GCC_ConferenceQueryResponse::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "nodeType = " << setprecision(indent) << m_nodeType << '\n'; if (HasOptionalField(e_asymmetryIndicator)) strm << setw(indent+21) << "asymmetryIndicator = " << setprecision(indent) << m_asymmetryIndicator << '\n'; strm << setw(indent+17) << "conferenceList = " << setprecision(indent) << m_conferenceList << '\n'; strm << setw(indent+9) << "result = " << setprecision(indent) << m_result << '\n'; if (HasOptionalField(e_userData)) strm << setw(indent+11) << "userData = " << setprecision(indent) << m_userData << '\n'; if (HasOptionalField(e_waitForInvitationFlag)) strm << setw(indent+24) << "waitForInvitationFlag = " << setprecision(indent) << m_waitForInvitationFlag << '\n'; if (HasOptionalField(e_noUnlistedConferenceFlag)) strm << setw(indent+27) << "noUnlistedConferenceFlag = " << setprecision(indent) << m_noUnlistedConferenceFlag << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ConferenceQueryResponse::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ConferenceQueryResponse), PInvalidCast); #endif const GCC_ConferenceQueryResponse & other = (const GCC_ConferenceQueryResponse &)obj; Comparison result; if ((result = m_nodeType.Compare(other.m_nodeType)) != EqualTo) return result; if ((result = m_asymmetryIndicator.Compare(other.m_asymmetryIndicator)) != EqualTo) return result; if ((result = m_conferenceList.Compare(other.m_conferenceList)) != EqualTo) return result; if ((result = m_result.Compare(other.m_result)) != EqualTo) return result; if ((result = m_userData.Compare(other.m_userData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ConferenceQueryResponse::GetDataLength() const { PINDEX length = 0; length += m_nodeType.GetObjectLength(); if (HasOptionalField(e_asymmetryIndicator)) length += m_asymmetryIndicator.GetObjectLength(); length += m_conferenceList.GetObjectLength(); length += m_result.GetObjectLength(); if (HasOptionalField(e_userData)) length += m_userData.GetObjectLength(); return length; } BOOL GCC_ConferenceQueryResponse::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_nodeType.Decode(strm)) return FALSE; if (HasOptionalField(e_asymmetryIndicator) && !m_asymmetryIndicator.Decode(strm)) return FALSE; if (!m_conferenceList.Decode(strm)) return FALSE; if (!m_result.Decode(strm)) return FALSE; if (HasOptionalField(e_userData) && !m_userData.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_waitForInvitationFlag, m_waitForInvitationFlag)) return FALSE; if (!KnownExtensionDecode(strm, e_noUnlistedConferenceFlag, m_noUnlistedConferenceFlag)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ConferenceQueryResponse::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_nodeType.Encode(strm); if (HasOptionalField(e_asymmetryIndicator)) m_asymmetryIndicator.Encode(strm); m_conferenceList.Encode(strm); m_result.Encode(strm); if (HasOptionalField(e_userData)) m_userData.Encode(strm); KnownExtensionEncode(strm, e_waitForInvitationFlag, m_waitForInvitationFlag); KnownExtensionEncode(strm, e_noUnlistedConferenceFlag, m_noUnlistedConferenceFlag); UnknownExtensionsEncode(strm); } PObject * GCC_ConferenceQueryResponse::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceQueryResponse::Class()), PInvalidCast); #endif return new GCC_ConferenceQueryResponse(*this); } // // ConferenceJoinResponse // GCC_ConferenceJoinResponse::GCC_ConferenceJoinResponse(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 8, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_ConferenceJoinResponse::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_nodeID)) strm << setw(indent+9) << "nodeID = " << setprecision(indent) << m_nodeID << '\n'; strm << setw(indent+12) << "topNodeID = " << setprecision(indent) << m_topNodeID << '\n'; strm << setw(indent+6) << "tag = " << setprecision(indent) << m_tag << '\n'; if (HasOptionalField(e_conferenceNameAlias)) strm << setw(indent+22) << "conferenceNameAlias = " << setprecision(indent) << m_conferenceNameAlias << '\n'; strm << setw(indent+29) << "passwordInTheClearRequired = " << setprecision(indent) << m_passwordInTheClearRequired << '\n'; strm << setw(indent+19) << "lockedConference = " << setprecision(indent) << m_lockedConference << '\n'; strm << setw(indent+19) << "listedConference = " << setprecision(indent) << m_listedConference << '\n'; strm << setw(indent+24) << "conductibleConference = " << setprecision(indent) << m_conductibleConference << '\n'; strm << setw(indent+20) << "terminationMethod = " << setprecision(indent) << m_terminationMethod << '\n'; if (HasOptionalField(e_conductorPrivileges)) strm << setw(indent+22) << "conductorPrivileges = " << setprecision(indent) << m_conductorPrivileges << '\n'; if (HasOptionalField(e_conductedPrivileges)) strm << setw(indent+22) << "conductedPrivileges = " << setprecision(indent) << m_conductedPrivileges << '\n'; if (HasOptionalField(e_nonConductedPrivileges)) strm << setw(indent+25) << "nonConductedPrivileges = " << setprecision(indent) << m_nonConductedPrivileges << '\n'; if (HasOptionalField(e_conferenceDescription)) strm << setw(indent+24) << "conferenceDescription = " << setprecision(indent) << m_conferenceDescription << '\n'; if (HasOptionalField(e_password)) strm << setw(indent+11) << "password = " << setprecision(indent) << m_password << '\n'; strm << setw(indent+9) << "result = " << setprecision(indent) << m_result << '\n'; if (HasOptionalField(e_userData)) strm << setw(indent+11) << "userData = " << setprecision(indent) << m_userData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ConferenceJoinResponse::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ConferenceJoinResponse), PInvalidCast); #endif const GCC_ConferenceJoinResponse & other = (const GCC_ConferenceJoinResponse &)obj; Comparison result; if ((result = m_nodeID.Compare(other.m_nodeID)) != EqualTo) return result; if ((result = m_topNodeID.Compare(other.m_topNodeID)) != EqualTo) return result; if ((result = m_tag.Compare(other.m_tag)) != EqualTo) return result; if ((result = m_conferenceNameAlias.Compare(other.m_conferenceNameAlias)) != EqualTo) return result; if ((result = m_passwordInTheClearRequired.Compare(other.m_passwordInTheClearRequired)) != EqualTo) return result; if ((result = m_lockedConference.Compare(other.m_lockedConference)) != EqualTo) return result; if ((result = m_listedConference.Compare(other.m_listedConference)) != EqualTo) return result; if ((result = m_conductibleConference.Compare(other.m_conductibleConference)) != EqualTo) return result; if ((result = m_terminationMethod.Compare(other.m_terminationMethod)) != EqualTo) return result; if ((result = m_conductorPrivileges.Compare(other.m_conductorPrivileges)) != EqualTo) return result; if ((result = m_conductedPrivileges.Compare(other.m_conductedPrivileges)) != EqualTo) return result; if ((result = m_nonConductedPrivileges.Compare(other.m_nonConductedPrivileges)) != EqualTo) return result; if ((result = m_conferenceDescription.Compare(other.m_conferenceDescription)) != EqualTo) return result; if ((result = m_password.Compare(other.m_password)) != EqualTo) return result; if ((result = m_result.Compare(other.m_result)) != EqualTo) return result; if ((result = m_userData.Compare(other.m_userData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ConferenceJoinResponse::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_nodeID)) length += m_nodeID.GetObjectLength(); length += m_topNodeID.GetObjectLength(); length += m_tag.GetObjectLength(); if (HasOptionalField(e_conferenceNameAlias)) length += m_conferenceNameAlias.GetObjectLength(); length += m_passwordInTheClearRequired.GetObjectLength(); length += m_lockedConference.GetObjectLength(); length += m_listedConference.GetObjectLength(); length += m_conductibleConference.GetObjectLength(); length += m_terminationMethod.GetObjectLength(); if (HasOptionalField(e_conductorPrivileges)) length += m_conductorPrivileges.GetObjectLength(); if (HasOptionalField(e_conductedPrivileges)) length += m_conductedPrivileges.GetObjectLength(); if (HasOptionalField(e_nonConductedPrivileges)) length += m_nonConductedPrivileges.GetObjectLength(); if (HasOptionalField(e_conferenceDescription)) length += m_conferenceDescription.GetObjectLength(); if (HasOptionalField(e_password)) length += m_password.GetObjectLength(); length += m_result.GetObjectLength(); if (HasOptionalField(e_userData)) length += m_userData.GetObjectLength(); return length; } BOOL GCC_ConferenceJoinResponse::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_nodeID) && !m_nodeID.Decode(strm)) return FALSE; if (!m_topNodeID.Decode(strm)) return FALSE; if (!m_tag.Decode(strm)) return FALSE; if (HasOptionalField(e_conferenceNameAlias) && !m_conferenceNameAlias.Decode(strm)) return FALSE; if (!m_passwordInTheClearRequired.Decode(strm)) return FALSE; if (!m_lockedConference.Decode(strm)) return FALSE; if (!m_listedConference.Decode(strm)) return FALSE; if (!m_conductibleConference.Decode(strm)) return FALSE; if (!m_terminationMethod.Decode(strm)) return FALSE; if (HasOptionalField(e_conductorPrivileges) && !m_conductorPrivileges.Decode(strm)) return FALSE; if (HasOptionalField(e_conductedPrivileges) && !m_conductedPrivileges.Decode(strm)) return FALSE; if (HasOptionalField(e_nonConductedPrivileges) && !m_nonConductedPrivileges.Decode(strm)) return FALSE; if (HasOptionalField(e_conferenceDescription) && !m_conferenceDescription.Decode(strm)) return FALSE; if (HasOptionalField(e_password) && !m_password.Decode(strm)) return FALSE; if (!m_result.Decode(strm)) return FALSE; if (HasOptionalField(e_userData) && !m_userData.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ConferenceJoinResponse::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_nodeID)) m_nodeID.Encode(strm); m_topNodeID.Encode(strm); m_tag.Encode(strm); if (HasOptionalField(e_conferenceNameAlias)) m_conferenceNameAlias.Encode(strm); m_passwordInTheClearRequired.Encode(strm); m_lockedConference.Encode(strm); m_listedConference.Encode(strm); m_conductibleConference.Encode(strm); m_terminationMethod.Encode(strm); if (HasOptionalField(e_conductorPrivileges)) m_conductorPrivileges.Encode(strm); if (HasOptionalField(e_conductedPrivileges)) m_conductedPrivileges.Encode(strm); if (HasOptionalField(e_nonConductedPrivileges)) m_nonConductedPrivileges.Encode(strm); if (HasOptionalField(e_conferenceDescription)) m_conferenceDescription.Encode(strm); if (HasOptionalField(e_password)) m_password.Encode(strm); m_result.Encode(strm); if (HasOptionalField(e_userData)) m_userData.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ConferenceJoinResponse::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceJoinResponse::Class()), PInvalidCast); #endif return new GCC_ConferenceJoinResponse(*this); } // // ConferenceInviteRequest // GCC_ConferenceInviteRequest::GCC_ConferenceInviteRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 6, TRUE, 1) { } #ifndef PASN_NOPRINTON void GCC_ConferenceInviteRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "conferenceName = " << setprecision(indent) << m_conferenceName << '\n'; strm << setw(indent+9) << "nodeID = " << setprecision(indent) << m_nodeID << '\n'; strm << setw(indent+12) << "topNodeID = " << setprecision(indent) << m_topNodeID << '\n'; strm << setw(indent+6) << "tag = " << setprecision(indent) << m_tag << '\n'; strm << setw(indent+29) << "passwordInTheClearRequired = " << setprecision(indent) << m_passwordInTheClearRequired << '\n'; strm << setw(indent+19) << "lockedConference = " << setprecision(indent) << m_lockedConference << '\n'; strm << setw(indent+19) << "listedConference = " << setprecision(indent) << m_listedConference << '\n'; strm << setw(indent+24) << "conductibleConference = " << setprecision(indent) << m_conductibleConference << '\n'; strm << setw(indent+20) << "terminationMethod = " << setprecision(indent) << m_terminationMethod << '\n'; if (HasOptionalField(e_conductorPrivileges)) strm << setw(indent+22) << "conductorPrivileges = " << setprecision(indent) << m_conductorPrivileges << '\n'; if (HasOptionalField(e_conductedPrivileges)) strm << setw(indent+22) << "conductedPrivileges = " << setprecision(indent) << m_conductedPrivileges << '\n'; if (HasOptionalField(e_nonConductedPrivileges)) strm << setw(indent+25) << "nonConductedPrivileges = " << setprecision(indent) << m_nonConductedPrivileges << '\n'; if (HasOptionalField(e_conferenceDescription)) strm << setw(indent+24) << "conferenceDescription = " << setprecision(indent) << m_conferenceDescription << '\n'; if (HasOptionalField(e_callerIdentifier)) strm << setw(indent+19) << "callerIdentifier = " << setprecision(indent) << m_callerIdentifier << '\n'; if (HasOptionalField(e_userData)) strm << setw(indent+11) << "userData = " << setprecision(indent) << m_userData << '\n'; if (HasOptionalField(e_conferencePriority)) strm << setw(indent+21) << "conferencePriority = " << setprecision(indent) << m_conferencePriority << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ConferenceInviteRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ConferenceInviteRequest), PInvalidCast); #endif const GCC_ConferenceInviteRequest & other = (const GCC_ConferenceInviteRequest &)obj; Comparison result; if ((result = m_conferenceName.Compare(other.m_conferenceName)) != EqualTo) return result; if ((result = m_nodeID.Compare(other.m_nodeID)) != EqualTo) return result; if ((result = m_topNodeID.Compare(other.m_topNodeID)) != EqualTo) return result; if ((result = m_tag.Compare(other.m_tag)) != EqualTo) return result; if ((result = m_passwordInTheClearRequired.Compare(other.m_passwordInTheClearRequired)) != EqualTo) return result; if ((result = m_lockedConference.Compare(other.m_lockedConference)) != EqualTo) return result; if ((result = m_listedConference.Compare(other.m_listedConference)) != EqualTo) return result; if ((result = m_conductibleConference.Compare(other.m_conductibleConference)) != EqualTo) return result; if ((result = m_terminationMethod.Compare(other.m_terminationMethod)) != EqualTo) return result; if ((result = m_conductorPrivileges.Compare(other.m_conductorPrivileges)) != EqualTo) return result; if ((result = m_conductedPrivileges.Compare(other.m_conductedPrivileges)) != EqualTo) return result; if ((result = m_nonConductedPrivileges.Compare(other.m_nonConductedPrivileges)) != EqualTo) return result; if ((result = m_conferenceDescription.Compare(other.m_conferenceDescription)) != EqualTo) return result; if ((result = m_callerIdentifier.Compare(other.m_callerIdentifier)) != EqualTo) return result; if ((result = m_userData.Compare(other.m_userData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ConferenceInviteRequest::GetDataLength() const { PINDEX length = 0; length += m_conferenceName.GetObjectLength(); length += m_nodeID.GetObjectLength(); length += m_topNodeID.GetObjectLength(); length += m_tag.GetObjectLength(); length += m_passwordInTheClearRequired.GetObjectLength(); length += m_lockedConference.GetObjectLength(); length += m_listedConference.GetObjectLength(); length += m_conductibleConference.GetObjectLength(); length += m_terminationMethod.GetObjectLength(); if (HasOptionalField(e_conductorPrivileges)) length += m_conductorPrivileges.GetObjectLength(); if (HasOptionalField(e_conductedPrivileges)) length += m_conductedPrivileges.GetObjectLength(); if (HasOptionalField(e_nonConductedPrivileges)) length += m_nonConductedPrivileges.GetObjectLength(); if (HasOptionalField(e_conferenceDescription)) length += m_conferenceDescription.GetObjectLength(); if (HasOptionalField(e_callerIdentifier)) length += m_callerIdentifier.GetObjectLength(); if (HasOptionalField(e_userData)) length += m_userData.GetObjectLength(); return length; } BOOL GCC_ConferenceInviteRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_conferenceName.Decode(strm)) return FALSE; if (!m_nodeID.Decode(strm)) return FALSE; if (!m_topNodeID.Decode(strm)) return FALSE; if (!m_tag.Decode(strm)) return FALSE; if (!m_passwordInTheClearRequired.Decode(strm)) return FALSE; if (!m_lockedConference.Decode(strm)) return FALSE; if (!m_listedConference.Decode(strm)) return FALSE; if (!m_conductibleConference.Decode(strm)) return FALSE; if (!m_terminationMethod.Decode(strm)) return FALSE; if (HasOptionalField(e_conductorPrivileges) && !m_conductorPrivileges.Decode(strm)) return FALSE; if (HasOptionalField(e_conductedPrivileges) && !m_conductedPrivileges.Decode(strm)) return FALSE; if (HasOptionalField(e_nonConductedPrivileges) && !m_nonConductedPrivileges.Decode(strm)) return FALSE; if (HasOptionalField(e_conferenceDescription) && !m_conferenceDescription.Decode(strm)) return FALSE; if (HasOptionalField(e_callerIdentifier) && !m_callerIdentifier.Decode(strm)) return FALSE; if (HasOptionalField(e_userData) && !m_userData.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_conferencePriority, m_conferencePriority)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ConferenceInviteRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_conferenceName.Encode(strm); m_nodeID.Encode(strm); m_topNodeID.Encode(strm); m_tag.Encode(strm); m_passwordInTheClearRequired.Encode(strm); m_lockedConference.Encode(strm); m_listedConference.Encode(strm); m_conductibleConference.Encode(strm); m_terminationMethod.Encode(strm); if (HasOptionalField(e_conductorPrivileges)) m_conductorPrivileges.Encode(strm); if (HasOptionalField(e_conductedPrivileges)) m_conductedPrivileges.Encode(strm); if (HasOptionalField(e_nonConductedPrivileges)) m_nonConductedPrivileges.Encode(strm); if (HasOptionalField(e_conferenceDescription)) m_conferenceDescription.Encode(strm); if (HasOptionalField(e_callerIdentifier)) m_callerIdentifier.Encode(strm); if (HasOptionalField(e_userData)) m_userData.Encode(strm); KnownExtensionEncode(strm, e_conferencePriority, m_conferencePriority); UnknownExtensionsEncode(strm); } PObject * GCC_ConferenceInviteRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceInviteRequest::Class()), PInvalidCast); #endif return new GCC_ConferenceInviteRequest(*this); } // // ConferenceInviteResponse // GCC_ConferenceInviteResponse::GCC_ConferenceInviteResponse(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_ConferenceInviteResponse::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "result = " << setprecision(indent) << m_result << '\n'; if (HasOptionalField(e_userData)) strm << setw(indent+11) << "userData = " << setprecision(indent) << m_userData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ConferenceInviteResponse::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ConferenceInviteResponse), PInvalidCast); #endif const GCC_ConferenceInviteResponse & other = (const GCC_ConferenceInviteResponse &)obj; Comparison result; if ((result = m_result.Compare(other.m_result)) != EqualTo) return result; if ((result = m_userData.Compare(other.m_userData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ConferenceInviteResponse::GetDataLength() const { PINDEX length = 0; length += m_result.GetObjectLength(); if (HasOptionalField(e_userData)) length += m_userData.GetObjectLength(); return length; } BOOL GCC_ConferenceInviteResponse::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_result.Decode(strm)) return FALSE; if (HasOptionalField(e_userData) && !m_userData.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ConferenceInviteResponse::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_result.Encode(strm); if (HasOptionalField(e_userData)) m_userData.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ConferenceInviteResponse::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceInviteResponse::Class()), PInvalidCast); #endif return new GCC_ConferenceInviteResponse(*this); } // // ConferenceAddResponse // GCC_ConferenceAddResponse::GCC_ConferenceAddResponse(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_ConferenceAddResponse::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+6) << "tag = " << setprecision(indent) << m_tag << '\n'; strm << setw(indent+9) << "result = " << setprecision(indent) << m_result << '\n'; if (HasOptionalField(e_userData)) strm << setw(indent+11) << "userData = " << setprecision(indent) << m_userData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ConferenceAddResponse::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ConferenceAddResponse), PInvalidCast); #endif const GCC_ConferenceAddResponse & other = (const GCC_ConferenceAddResponse &)obj; Comparison result; if ((result = m_tag.Compare(other.m_tag)) != EqualTo) return result; if ((result = m_result.Compare(other.m_result)) != EqualTo) return result; if ((result = m_userData.Compare(other.m_userData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ConferenceAddResponse::GetDataLength() const { PINDEX length = 0; length += m_tag.GetObjectLength(); length += m_result.GetObjectLength(); if (HasOptionalField(e_userData)) length += m_userData.GetObjectLength(); return length; } BOOL GCC_ConferenceAddResponse::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_tag.Decode(strm)) return FALSE; if (!m_result.Decode(strm)) return FALSE; if (HasOptionalField(e_userData) && !m_userData.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ConferenceAddResponse::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_tag.Encode(strm); m_result.Encode(strm); if (HasOptionalField(e_userData)) m_userData.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ConferenceAddResponse::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceAddResponse::Class()), PInvalidCast); #endif return new GCC_ConferenceAddResponse(*this); } // // ConferenceLockResponse // GCC_ConferenceLockResponse::GCC_ConferenceLockResponse(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_ConferenceLockResponse::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "result = " << setprecision(indent) << m_result << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ConferenceLockResponse::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ConferenceLockResponse), PInvalidCast); #endif const GCC_ConferenceLockResponse & other = (const GCC_ConferenceLockResponse &)obj; Comparison result; if ((result = m_result.Compare(other.m_result)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ConferenceLockResponse::GetDataLength() const { PINDEX length = 0; length += m_result.GetObjectLength(); return length; } BOOL GCC_ConferenceLockResponse::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_result.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ConferenceLockResponse::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_result.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ConferenceLockResponse::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceLockResponse::Class()), PInvalidCast); #endif return new GCC_ConferenceLockResponse(*this); } // // ConferenceUnlockResponse // GCC_ConferenceUnlockResponse::GCC_ConferenceUnlockResponse(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_ConferenceUnlockResponse::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "result = " << setprecision(indent) << m_result << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ConferenceUnlockResponse::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ConferenceUnlockResponse), PInvalidCast); #endif const GCC_ConferenceUnlockResponse & other = (const GCC_ConferenceUnlockResponse &)obj; Comparison result; if ((result = m_result.Compare(other.m_result)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ConferenceUnlockResponse::GetDataLength() const { PINDEX length = 0; length += m_result.GetObjectLength(); return length; } BOOL GCC_ConferenceUnlockResponse::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_result.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ConferenceUnlockResponse::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_result.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ConferenceUnlockResponse::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceUnlockResponse::Class()), PInvalidCast); #endif return new GCC_ConferenceUnlockResponse(*this); } // // ConferenceTerminateRequest // GCC_ConferenceTerminateRequest::GCC_ConferenceTerminateRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_ConferenceTerminateRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "reason = " << setprecision(indent) << m_reason << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ConferenceTerminateRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ConferenceTerminateRequest), PInvalidCast); #endif const GCC_ConferenceTerminateRequest & other = (const GCC_ConferenceTerminateRequest &)obj; Comparison result; if ((result = m_reason.Compare(other.m_reason)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ConferenceTerminateRequest::GetDataLength() const { PINDEX length = 0; length += m_reason.GetObjectLength(); return length; } BOOL GCC_ConferenceTerminateRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_reason.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ConferenceTerminateRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_reason.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ConferenceTerminateRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceTerminateRequest::Class()), PInvalidCast); #endif return new GCC_ConferenceTerminateRequest(*this); } // // ConferenceTerminateResponse // GCC_ConferenceTerminateResponse::GCC_ConferenceTerminateResponse(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_ConferenceTerminateResponse::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "result = " << setprecision(indent) << m_result << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ConferenceTerminateResponse::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ConferenceTerminateResponse), PInvalidCast); #endif const GCC_ConferenceTerminateResponse & other = (const GCC_ConferenceTerminateResponse &)obj; Comparison result; if ((result = m_result.Compare(other.m_result)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ConferenceTerminateResponse::GetDataLength() const { PINDEX length = 0; length += m_result.GetObjectLength(); return length; } BOOL GCC_ConferenceTerminateResponse::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_result.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ConferenceTerminateResponse::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_result.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ConferenceTerminateResponse::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceTerminateResponse::Class()), PInvalidCast); #endif return new GCC_ConferenceTerminateResponse(*this); } // // ConferenceTerminateIndication // GCC_ConferenceTerminateIndication::GCC_ConferenceTerminateIndication(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_ConferenceTerminateIndication::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "reason = " << setprecision(indent) << m_reason << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ConferenceTerminateIndication::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ConferenceTerminateIndication), PInvalidCast); #endif const GCC_ConferenceTerminateIndication & other = (const GCC_ConferenceTerminateIndication &)obj; Comparison result; if ((result = m_reason.Compare(other.m_reason)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ConferenceTerminateIndication::GetDataLength() const { PINDEX length = 0; length += m_reason.GetObjectLength(); return length; } BOOL GCC_ConferenceTerminateIndication::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_reason.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ConferenceTerminateIndication::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_reason.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ConferenceTerminateIndication::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceTerminateIndication::Class()), PInvalidCast); #endif return new GCC_ConferenceTerminateIndication(*this); } // // ConferenceEjectUserRequest // GCC_ConferenceEjectUserRequest::GCC_ConferenceEjectUserRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_ConferenceEjectUserRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+14) << "nodeToEject = " << setprecision(indent) << m_nodeToEject << '\n'; strm << setw(indent+9) << "reason = " << setprecision(indent) << m_reason << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ConferenceEjectUserRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ConferenceEjectUserRequest), PInvalidCast); #endif const GCC_ConferenceEjectUserRequest & other = (const GCC_ConferenceEjectUserRequest &)obj; Comparison result; if ((result = m_nodeToEject.Compare(other.m_nodeToEject)) != EqualTo) return result; if ((result = m_reason.Compare(other.m_reason)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ConferenceEjectUserRequest::GetDataLength() const { PINDEX length = 0; length += m_nodeToEject.GetObjectLength(); length += m_reason.GetObjectLength(); return length; } BOOL GCC_ConferenceEjectUserRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_nodeToEject.Decode(strm)) return FALSE; if (!m_reason.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ConferenceEjectUserRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_nodeToEject.Encode(strm); m_reason.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ConferenceEjectUserRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceEjectUserRequest::Class()), PInvalidCast); #endif return new GCC_ConferenceEjectUserRequest(*this); } // // ConferenceEjectUserResponse // GCC_ConferenceEjectUserResponse::GCC_ConferenceEjectUserResponse(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_ConferenceEjectUserResponse::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+14) << "nodeToEject = " << setprecision(indent) << m_nodeToEject << '\n'; strm << setw(indent+9) << "result = " << setprecision(indent) << m_result << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ConferenceEjectUserResponse::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ConferenceEjectUserResponse), PInvalidCast); #endif const GCC_ConferenceEjectUserResponse & other = (const GCC_ConferenceEjectUserResponse &)obj; Comparison result; if ((result = m_nodeToEject.Compare(other.m_nodeToEject)) != EqualTo) return result; if ((result = m_result.Compare(other.m_result)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ConferenceEjectUserResponse::GetDataLength() const { PINDEX length = 0; length += m_nodeToEject.GetObjectLength(); length += m_result.GetObjectLength(); return length; } BOOL GCC_ConferenceEjectUserResponse::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_nodeToEject.Decode(strm)) return FALSE; if (!m_result.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ConferenceEjectUserResponse::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_nodeToEject.Encode(strm); m_result.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ConferenceEjectUserResponse::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceEjectUserResponse::Class()), PInvalidCast); #endif return new GCC_ConferenceEjectUserResponse(*this); } // // ConferenceEjectUserIndication // GCC_ConferenceEjectUserIndication::GCC_ConferenceEjectUserIndication(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_ConferenceEjectUserIndication::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+14) << "nodeToEject = " << setprecision(indent) << m_nodeToEject << '\n'; strm << setw(indent+9) << "reason = " << setprecision(indent) << m_reason << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ConferenceEjectUserIndication::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ConferenceEjectUserIndication), PInvalidCast); #endif const GCC_ConferenceEjectUserIndication & other = (const GCC_ConferenceEjectUserIndication &)obj; Comparison result; if ((result = m_nodeToEject.Compare(other.m_nodeToEject)) != EqualTo) return result; if ((result = m_reason.Compare(other.m_reason)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ConferenceEjectUserIndication::GetDataLength() const { PINDEX length = 0; length += m_nodeToEject.GetObjectLength(); length += m_reason.GetObjectLength(); return length; } BOOL GCC_ConferenceEjectUserIndication::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_nodeToEject.Decode(strm)) return FALSE; if (!m_reason.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ConferenceEjectUserIndication::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_nodeToEject.Encode(strm); m_reason.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ConferenceEjectUserIndication::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceEjectUserIndication::Class()), PInvalidCast); #endif return new GCC_ConferenceEjectUserIndication(*this); } // // ConferenceTransferRequest // GCC_ConferenceTransferRequest::GCC_ConferenceTransferRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 4, TRUE, 0) { m_transferringNodes.SetConstraints(PASN_Object::FixedConstraint, 1, 65536); } #ifndef PASN_NOPRINTON void GCC_ConferenceTransferRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "conferenceName = " << setprecision(indent) << m_conferenceName << '\n'; if (HasOptionalField(e_conferenceNameModifier)) strm << setw(indent+25) << "conferenceNameModifier = " << setprecision(indent) << m_conferenceNameModifier << '\n'; if (HasOptionalField(e_networkAddress)) strm << setw(indent+17) << "networkAddress = " << setprecision(indent) << m_networkAddress << '\n'; if (HasOptionalField(e_transferringNodes)) strm << setw(indent+20) << "transferringNodes = " << setprecision(indent) << m_transferringNodes << '\n'; if (HasOptionalField(e_password)) strm << setw(indent+11) << "password = " << setprecision(indent) << m_password << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ConferenceTransferRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ConferenceTransferRequest), PInvalidCast); #endif const GCC_ConferenceTransferRequest & other = (const GCC_ConferenceTransferRequest &)obj; Comparison result; if ((result = m_conferenceName.Compare(other.m_conferenceName)) != EqualTo) return result; if ((result = m_conferenceNameModifier.Compare(other.m_conferenceNameModifier)) != EqualTo) return result; if ((result = m_networkAddress.Compare(other.m_networkAddress)) != EqualTo) return result; if ((result = m_transferringNodes.Compare(other.m_transferringNodes)) != EqualTo) return result; if ((result = m_password.Compare(other.m_password)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ConferenceTransferRequest::GetDataLength() const { PINDEX length = 0; length += m_conferenceName.GetObjectLength(); if (HasOptionalField(e_conferenceNameModifier)) length += m_conferenceNameModifier.GetObjectLength(); if (HasOptionalField(e_networkAddress)) length += m_networkAddress.GetObjectLength(); if (HasOptionalField(e_transferringNodes)) length += m_transferringNodes.GetObjectLength(); if (HasOptionalField(e_password)) length += m_password.GetObjectLength(); return length; } BOOL GCC_ConferenceTransferRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_conferenceName.Decode(strm)) return FALSE; if (HasOptionalField(e_conferenceNameModifier) && !m_conferenceNameModifier.Decode(strm)) return FALSE; if (HasOptionalField(e_networkAddress) && !m_networkAddress.Decode(strm)) return FALSE; if (HasOptionalField(e_transferringNodes) && !m_transferringNodes.Decode(strm)) return FALSE; if (HasOptionalField(e_password) && !m_password.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ConferenceTransferRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_conferenceName.Encode(strm); if (HasOptionalField(e_conferenceNameModifier)) m_conferenceNameModifier.Encode(strm); if (HasOptionalField(e_networkAddress)) m_networkAddress.Encode(strm); if (HasOptionalField(e_transferringNodes)) m_transferringNodes.Encode(strm); if (HasOptionalField(e_password)) m_password.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ConferenceTransferRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceTransferRequest::Class()), PInvalidCast); #endif return new GCC_ConferenceTransferRequest(*this); } // // ConferenceTransferResponse // GCC_ConferenceTransferResponse::GCC_ConferenceTransferResponse(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { m_transferringNodes.SetConstraints(PASN_Object::FixedConstraint, 1, 65536); } #ifndef PASN_NOPRINTON void GCC_ConferenceTransferResponse::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "conferenceName = " << setprecision(indent) << m_conferenceName << '\n'; if (HasOptionalField(e_conferenceNameModifier)) strm << setw(indent+25) << "conferenceNameModifier = " << setprecision(indent) << m_conferenceNameModifier << '\n'; if (HasOptionalField(e_transferringNodes)) strm << setw(indent+20) << "transferringNodes = " << setprecision(indent) << m_transferringNodes << '\n'; strm << setw(indent+9) << "result = " << setprecision(indent) << m_result << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ConferenceTransferResponse::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ConferenceTransferResponse), PInvalidCast); #endif const GCC_ConferenceTransferResponse & other = (const GCC_ConferenceTransferResponse &)obj; Comparison result; if ((result = m_conferenceName.Compare(other.m_conferenceName)) != EqualTo) return result; if ((result = m_conferenceNameModifier.Compare(other.m_conferenceNameModifier)) != EqualTo) return result; if ((result = m_transferringNodes.Compare(other.m_transferringNodes)) != EqualTo) return result; if ((result = m_result.Compare(other.m_result)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ConferenceTransferResponse::GetDataLength() const { PINDEX length = 0; length += m_conferenceName.GetObjectLength(); if (HasOptionalField(e_conferenceNameModifier)) length += m_conferenceNameModifier.GetObjectLength(); if (HasOptionalField(e_transferringNodes)) length += m_transferringNodes.GetObjectLength(); length += m_result.GetObjectLength(); return length; } BOOL GCC_ConferenceTransferResponse::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_conferenceName.Decode(strm)) return FALSE; if (HasOptionalField(e_conferenceNameModifier) && !m_conferenceNameModifier.Decode(strm)) return FALSE; if (HasOptionalField(e_transferringNodes) && !m_transferringNodes.Decode(strm)) return FALSE; if (!m_result.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ConferenceTransferResponse::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_conferenceName.Encode(strm); if (HasOptionalField(e_conferenceNameModifier)) m_conferenceNameModifier.Encode(strm); if (HasOptionalField(e_transferringNodes)) m_transferringNodes.Encode(strm); m_result.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ConferenceTransferResponse::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceTransferResponse::Class()), PInvalidCast); #endif return new GCC_ConferenceTransferResponse(*this); } // // ConferenceTransferIndication // GCC_ConferenceTransferIndication::GCC_ConferenceTransferIndication(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 4, TRUE, 0) { m_transferringNodes.SetConstraints(PASN_Object::FixedConstraint, 1, 65536); } #ifndef PASN_NOPRINTON void GCC_ConferenceTransferIndication::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "conferenceName = " << setprecision(indent) << m_conferenceName << '\n'; if (HasOptionalField(e_conferenceNameModifier)) strm << setw(indent+25) << "conferenceNameModifier = " << setprecision(indent) << m_conferenceNameModifier << '\n'; if (HasOptionalField(e_networkAddress)) strm << setw(indent+17) << "networkAddress = " << setprecision(indent) << m_networkAddress << '\n'; if (HasOptionalField(e_transferringNodes)) strm << setw(indent+20) << "transferringNodes = " << setprecision(indent) << m_transferringNodes << '\n'; if (HasOptionalField(e_password)) strm << setw(indent+11) << "password = " << setprecision(indent) << m_password << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ConferenceTransferIndication::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ConferenceTransferIndication), PInvalidCast); #endif const GCC_ConferenceTransferIndication & other = (const GCC_ConferenceTransferIndication &)obj; Comparison result; if ((result = m_conferenceName.Compare(other.m_conferenceName)) != EqualTo) return result; if ((result = m_conferenceNameModifier.Compare(other.m_conferenceNameModifier)) != EqualTo) return result; if ((result = m_networkAddress.Compare(other.m_networkAddress)) != EqualTo) return result; if ((result = m_transferringNodes.Compare(other.m_transferringNodes)) != EqualTo) return result; if ((result = m_password.Compare(other.m_password)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ConferenceTransferIndication::GetDataLength() const { PINDEX length = 0; length += m_conferenceName.GetObjectLength(); if (HasOptionalField(e_conferenceNameModifier)) length += m_conferenceNameModifier.GetObjectLength(); if (HasOptionalField(e_networkAddress)) length += m_networkAddress.GetObjectLength(); if (HasOptionalField(e_transferringNodes)) length += m_transferringNodes.GetObjectLength(); if (HasOptionalField(e_password)) length += m_password.GetObjectLength(); return length; } BOOL GCC_ConferenceTransferIndication::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_conferenceName.Decode(strm)) return FALSE; if (HasOptionalField(e_conferenceNameModifier) && !m_conferenceNameModifier.Decode(strm)) return FALSE; if (HasOptionalField(e_networkAddress) && !m_networkAddress.Decode(strm)) return FALSE; if (HasOptionalField(e_transferringNodes) && !m_transferringNodes.Decode(strm)) return FALSE; if (HasOptionalField(e_password) && !m_password.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ConferenceTransferIndication::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_conferenceName.Encode(strm); if (HasOptionalField(e_conferenceNameModifier)) m_conferenceNameModifier.Encode(strm); if (HasOptionalField(e_networkAddress)) m_networkAddress.Encode(strm); if (HasOptionalField(e_transferringNodes)) m_transferringNodes.Encode(strm); if (HasOptionalField(e_password)) m_password.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ConferenceTransferIndication::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConferenceTransferIndication::Class()), PInvalidCast); #endif return new GCC_ConferenceTransferIndication(*this); } // // ApplicationInvokeIndication // GCC_ApplicationInvokeIndication::GCC_ApplicationInvokeIndication(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_applicationProtocolEntiyList.SetConstraints(PASN_Object::FixedConstraint, 1, 65536); m_destinationNodes.SetConstraints(PASN_Object::FixedConstraint, 1, 65536); } #ifndef PASN_NOPRINTON void GCC_ApplicationInvokeIndication::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+31) << "applicationProtocolEntiyList = " << setprecision(indent) << m_applicationProtocolEntiyList << '\n'; if (HasOptionalField(e_destinationNodes)) strm << setw(indent+19) << "destinationNodes = " << setprecision(indent) << m_destinationNodes << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ApplicationInvokeIndication::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ApplicationInvokeIndication), PInvalidCast); #endif const GCC_ApplicationInvokeIndication & other = (const GCC_ApplicationInvokeIndication &)obj; Comparison result; if ((result = m_applicationProtocolEntiyList.Compare(other.m_applicationProtocolEntiyList)) != EqualTo) return result; if ((result = m_destinationNodes.Compare(other.m_destinationNodes)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ApplicationInvokeIndication::GetDataLength() const { PINDEX length = 0; length += m_applicationProtocolEntiyList.GetObjectLength(); if (HasOptionalField(e_destinationNodes)) length += m_destinationNodes.GetObjectLength(); return length; } BOOL GCC_ApplicationInvokeIndication::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_applicationProtocolEntiyList.Decode(strm)) return FALSE; if (HasOptionalField(e_destinationNodes) && !m_destinationNodes.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ApplicationInvokeIndication::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_applicationProtocolEntiyList.Encode(strm); if (HasOptionalField(e_destinationNodes)) m_destinationNodes.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ApplicationInvokeIndication::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ApplicationInvokeIndication::Class()), PInvalidCast); #endif return new GCC_ApplicationInvokeIndication(*this); } // // RegistryAllocateHandleResponse // GCC_RegistryAllocateHandleResponse::GCC_RegistryAllocateHandleResponse(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_numberOfHandles.SetConstraints(PASN_Object::FixedConstraint, 1, 1024); } #ifndef PASN_NOPRINTON void GCC_RegistryAllocateHandleResponse::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "entityID = " << setprecision(indent) << m_entityID << '\n'; strm << setw(indent+18) << "numberOfHandles = " << setprecision(indent) << m_numberOfHandles << '\n'; strm << setw(indent+14) << "firstHandle = " << setprecision(indent) << m_firstHandle << '\n'; strm << setw(indent+9) << "result = " << setprecision(indent) << m_result << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_RegistryAllocateHandleResponse::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_RegistryAllocateHandleResponse), PInvalidCast); #endif const GCC_RegistryAllocateHandleResponse & other = (const GCC_RegistryAllocateHandleResponse &)obj; Comparison result; if ((result = m_entityID.Compare(other.m_entityID)) != EqualTo) return result; if ((result = m_numberOfHandles.Compare(other.m_numberOfHandles)) != EqualTo) return result; if ((result = m_firstHandle.Compare(other.m_firstHandle)) != EqualTo) return result; if ((result = m_result.Compare(other.m_result)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_RegistryAllocateHandleResponse::GetDataLength() const { PINDEX length = 0; length += m_entityID.GetObjectLength(); length += m_numberOfHandles.GetObjectLength(); length += m_firstHandle.GetObjectLength(); length += m_result.GetObjectLength(); return length; } BOOL GCC_RegistryAllocateHandleResponse::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_entityID.Decode(strm)) return FALSE; if (!m_numberOfHandles.Decode(strm)) return FALSE; if (!m_firstHandle.Decode(strm)) return FALSE; if (!m_result.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_RegistryAllocateHandleResponse::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_entityID.Encode(strm); m_numberOfHandles.Encode(strm); m_firstHandle.Encode(strm); m_result.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_RegistryAllocateHandleResponse::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_RegistryAllocateHandleResponse::Class()), PInvalidCast); #endif return new GCC_RegistryAllocateHandleResponse(*this); } // // RegistryResponse // GCC_RegistryResponse::GCC_RegistryResponse(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_RegistryResponse::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "entityID = " << setprecision(indent) << m_entityID << '\n'; strm << setw(indent+16) << "primitiveType = " << setprecision(indent) << m_primitiveType << '\n'; strm << setw(indent+6) << "key = " << setprecision(indent) << m_key << '\n'; strm << setw(indent+7) << "item = " << setprecision(indent) << m_item << '\n'; strm << setw(indent+8) << "owner = " << setprecision(indent) << m_owner << '\n'; if (HasOptionalField(e_modificationRights)) strm << setw(indent+21) << "modificationRights = " << setprecision(indent) << m_modificationRights << '\n'; strm << setw(indent+9) << "result = " << setprecision(indent) << m_result << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_RegistryResponse::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_RegistryResponse), PInvalidCast); #endif const GCC_RegistryResponse & other = (const GCC_RegistryResponse &)obj; Comparison result; if ((result = m_entityID.Compare(other.m_entityID)) != EqualTo) return result; if ((result = m_primitiveType.Compare(other.m_primitiveType)) != EqualTo) return result; if ((result = m_key.Compare(other.m_key)) != EqualTo) return result; if ((result = m_item.Compare(other.m_item)) != EqualTo) return result; if ((result = m_owner.Compare(other.m_owner)) != EqualTo) return result; if ((result = m_modificationRights.Compare(other.m_modificationRights)) != EqualTo) return result; if ((result = m_result.Compare(other.m_result)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_RegistryResponse::GetDataLength() const { PINDEX length = 0; length += m_entityID.GetObjectLength(); length += m_primitiveType.GetObjectLength(); length += m_key.GetObjectLength(); length += m_item.GetObjectLength(); length += m_owner.GetObjectLength(); if (HasOptionalField(e_modificationRights)) length += m_modificationRights.GetObjectLength(); length += m_result.GetObjectLength(); return length; } BOOL GCC_RegistryResponse::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_entityID.Decode(strm)) return FALSE; if (!m_primitiveType.Decode(strm)) return FALSE; if (!m_key.Decode(strm)) return FALSE; if (!m_item.Decode(strm)) return FALSE; if (!m_owner.Decode(strm)) return FALSE; if (HasOptionalField(e_modificationRights) && !m_modificationRights.Decode(strm)) return FALSE; if (!m_result.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_RegistryResponse::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_entityID.Encode(strm); m_primitiveType.Encode(strm); m_key.Encode(strm); m_item.Encode(strm); m_owner.Encode(strm); if (HasOptionalField(e_modificationRights)) m_modificationRights.Encode(strm); m_result.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_RegistryResponse::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_RegistryResponse::Class()), PInvalidCast); #endif return new GCC_RegistryResponse(*this); } // // ConductorPermissionGrantIndication // GCC_ConductorPermissionGrantIndication::GCC_ConductorPermissionGrantIndication(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_permissionList.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); m_waitingList.SetConstraints(PASN_Object::FixedConstraint, 1, 65536); } #ifndef PASN_NOPRINTON void GCC_ConductorPermissionGrantIndication::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "permissionList = " << setprecision(indent) << m_permissionList << '\n'; if (HasOptionalField(e_waitingList)) strm << setw(indent+14) << "waitingList = " << setprecision(indent) << m_waitingList << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_ConductorPermissionGrantIndication::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_ConductorPermissionGrantIndication), PInvalidCast); #endif const GCC_ConductorPermissionGrantIndication & other = (const GCC_ConductorPermissionGrantIndication &)obj; Comparison result; if ((result = m_permissionList.Compare(other.m_permissionList)) != EqualTo) return result; if ((result = m_waitingList.Compare(other.m_waitingList)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_ConductorPermissionGrantIndication::GetDataLength() const { PINDEX length = 0; length += m_permissionList.GetObjectLength(); if (HasOptionalField(e_waitingList)) length += m_waitingList.GetObjectLength(); return length; } BOOL GCC_ConductorPermissionGrantIndication::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_permissionList.Decode(strm)) return FALSE; if (HasOptionalField(e_waitingList) && !m_waitingList.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_ConductorPermissionGrantIndication::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_permissionList.Encode(strm); if (HasOptionalField(e_waitingList)) m_waitingList.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_ConductorPermissionGrantIndication::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_ConductorPermissionGrantIndication::Class()), PInvalidCast); #endif return new GCC_ConductorPermissionGrantIndication(*this); } // // FunctionNotSupportedResponse // GCC_FunctionNotSupportedResponse::GCC_FunctionNotSupportedResponse(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void GCC_FunctionNotSupportedResponse::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+10) << "request = " << setprecision(indent) << m_request << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_FunctionNotSupportedResponse::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_FunctionNotSupportedResponse), PInvalidCast); #endif const GCC_FunctionNotSupportedResponse & other = (const GCC_FunctionNotSupportedResponse &)obj; Comparison result; if ((result = m_request.Compare(other.m_request)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_FunctionNotSupportedResponse::GetDataLength() const { PINDEX length = 0; length += m_request.GetObjectLength(); return length; } BOOL GCC_FunctionNotSupportedResponse::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_request.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_FunctionNotSupportedResponse::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_request.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_FunctionNotSupportedResponse::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_FunctionNotSupportedResponse::Class()), PInvalidCast); #endif return new GCC_FunctionNotSupportedResponse(*this); } // // PasswordChallengeRequestResponse_challengeRequestResponse // GCC_PasswordChallengeRequestResponse_challengeRequestResponse::GCC_PasswordChallengeRequestResponse_challengeRequestResponse(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_PasswordChallengeRequestResponse_challengeRequestResponse::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_challengeRequest)) strm << setw(indent+19) << "challengeRequest = " << setprecision(indent) << m_challengeRequest << '\n'; if (HasOptionalField(e_challengeResponse)) strm << setw(indent+20) << "challengeResponse = " << setprecision(indent) << m_challengeResponse << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_PasswordChallengeRequestResponse_challengeRequestResponse::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_PasswordChallengeRequestResponse_challengeRequestResponse), PInvalidCast); #endif const GCC_PasswordChallengeRequestResponse_challengeRequestResponse & other = (const GCC_PasswordChallengeRequestResponse_challengeRequestResponse &)obj; Comparison result; if ((result = m_challengeRequest.Compare(other.m_challengeRequest)) != EqualTo) return result; if ((result = m_challengeResponse.Compare(other.m_challengeResponse)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_PasswordChallengeRequestResponse_challengeRequestResponse::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_challengeRequest)) length += m_challengeRequest.GetObjectLength(); if (HasOptionalField(e_challengeResponse)) length += m_challengeResponse.GetObjectLength(); return length; } BOOL GCC_PasswordChallengeRequestResponse_challengeRequestResponse::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_challengeRequest) && !m_challengeRequest.Decode(strm)) return FALSE; if (HasOptionalField(e_challengeResponse) && !m_challengeResponse.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_PasswordChallengeRequestResponse_challengeRequestResponse::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_challengeRequest)) m_challengeRequest.Encode(strm); if (HasOptionalField(e_challengeResponse)) m_challengeResponse.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_PasswordChallengeRequestResponse_challengeRequestResponse::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_PasswordChallengeRequestResponse_challengeRequestResponse::Class()), PInvalidCast); #endif return new GCC_PasswordChallengeRequestResponse_challengeRequestResponse(*this); } // // RosterUpdateIndication_nodeInformation // GCC_RosterUpdateIndication_nodeInformation::GCC_RosterUpdateIndication_nodeInformation(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_rosterInstanceNumber.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } #ifndef PASN_NOPRINTON void GCC_RosterUpdateIndication_nodeInformation::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "nodeRecordList = " << setprecision(indent) << m_nodeRecordList << '\n'; strm << setw(indent+23) << "rosterInstanceNumber = " << setprecision(indent) << m_rosterInstanceNumber << '\n'; strm << setw(indent+13) << "nodesAdded = " << setprecision(indent) << m_nodesAdded << '\n'; strm << setw(indent+15) << "nodesRemoved = " << setprecision(indent) << m_nodesRemoved << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_RosterUpdateIndication_nodeInformation::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_RosterUpdateIndication_nodeInformation), PInvalidCast); #endif const GCC_RosterUpdateIndication_nodeInformation & other = (const GCC_RosterUpdateIndication_nodeInformation &)obj; Comparison result; if ((result = m_nodeRecordList.Compare(other.m_nodeRecordList)) != EqualTo) return result; if ((result = m_rosterInstanceNumber.Compare(other.m_rosterInstanceNumber)) != EqualTo) return result; if ((result = m_nodesAdded.Compare(other.m_nodesAdded)) != EqualTo) return result; if ((result = m_nodesRemoved.Compare(other.m_nodesRemoved)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_RosterUpdateIndication_nodeInformation::GetDataLength() const { PINDEX length = 0; length += m_nodeRecordList.GetObjectLength(); length += m_rosterInstanceNumber.GetObjectLength(); length += m_nodesAdded.GetObjectLength(); length += m_nodesRemoved.GetObjectLength(); return length; } BOOL GCC_RosterUpdateIndication_nodeInformation::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_nodeRecordList.Decode(strm)) return FALSE; if (!m_rosterInstanceNumber.Decode(strm)) return FALSE; if (!m_nodesAdded.Decode(strm)) return FALSE; if (!m_nodesRemoved.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_RosterUpdateIndication_nodeInformation::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_nodeRecordList.Encode(strm); m_rosterInstanceNumber.Encode(strm); m_nodesAdded.Encode(strm); m_nodesRemoved.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_RosterUpdateIndication_nodeInformation::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_RosterUpdateIndication_nodeInformation::Class()), PInvalidCast); #endif return new GCC_RosterUpdateIndication_nodeInformation(*this); } // // NetworkAddress_subtype_aggregatedChannel // GCC_NetworkAddress_subtype_aggregatedChannel::GCC_NetworkAddress_subtype_aggregatedChannel(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_NetworkAddress_subtype_aggregatedChannel::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "transferModes = " << setprecision(indent) << m_transferModes << '\n'; strm << setw(indent+22) << "internationalNumber = " << setprecision(indent) << m_internationalNumber << '\n'; if (HasOptionalField(e_subAddress)) strm << setw(indent+13) << "subAddress = " << setprecision(indent) << m_subAddress << '\n'; if (HasOptionalField(e_extraDialing)) strm << setw(indent+15) << "extraDialing = " << setprecision(indent) << m_extraDialing << '\n'; if (HasOptionalField(e_highLayerCompatibility)) strm << setw(indent+25) << "highLayerCompatibility = " << setprecision(indent) << m_highLayerCompatibility << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_NetworkAddress_subtype_aggregatedChannel::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_NetworkAddress_subtype_aggregatedChannel), PInvalidCast); #endif const GCC_NetworkAddress_subtype_aggregatedChannel & other = (const GCC_NetworkAddress_subtype_aggregatedChannel &)obj; Comparison result; if ((result = m_transferModes.Compare(other.m_transferModes)) != EqualTo) return result; if ((result = m_internationalNumber.Compare(other.m_internationalNumber)) != EqualTo) return result; if ((result = m_subAddress.Compare(other.m_subAddress)) != EqualTo) return result; if ((result = m_extraDialing.Compare(other.m_extraDialing)) != EqualTo) return result; if ((result = m_highLayerCompatibility.Compare(other.m_highLayerCompatibility)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_NetworkAddress_subtype_aggregatedChannel::GetDataLength() const { PINDEX length = 0; length += m_transferModes.GetObjectLength(); length += m_internationalNumber.GetObjectLength(); if (HasOptionalField(e_subAddress)) length += m_subAddress.GetObjectLength(); if (HasOptionalField(e_extraDialing)) length += m_extraDialing.GetObjectLength(); if (HasOptionalField(e_highLayerCompatibility)) length += m_highLayerCompatibility.GetObjectLength(); return length; } BOOL GCC_NetworkAddress_subtype_aggregatedChannel::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_transferModes.Decode(strm)) return FALSE; if (!m_internationalNumber.Decode(strm)) return FALSE; if (HasOptionalField(e_subAddress) && !m_subAddress.Decode(strm)) return FALSE; if (HasOptionalField(e_extraDialing) && !m_extraDialing.Decode(strm)) return FALSE; if (HasOptionalField(e_highLayerCompatibility) && !m_highLayerCompatibility.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_NetworkAddress_subtype_aggregatedChannel::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_transferModes.Encode(strm); m_internationalNumber.Encode(strm); if (HasOptionalField(e_subAddress)) m_subAddress.Encode(strm); if (HasOptionalField(e_extraDialing)) m_extraDialing.Encode(strm); if (HasOptionalField(e_highLayerCompatibility)) m_highLayerCompatibility.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_NetworkAddress_subtype_aggregatedChannel::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_NetworkAddress_subtype_aggregatedChannel::Class()), PInvalidCast); #endif return new GCC_NetworkAddress_subtype_aggregatedChannel(*this); } // // RosterUpdateIndication_applicationInformation_subtype // GCC_RosterUpdateIndication_applicationInformation_subtype::GCC_RosterUpdateIndication_applicationInformation_subtype(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_rosterInstanceNumber.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } #ifndef PASN_NOPRINTON void GCC_RosterUpdateIndication_applicationInformation_subtype::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+13) << "sessionKey = " << setprecision(indent) << m_sessionKey << '\n'; strm << setw(indent+24) << "applicationRecordList = " << setprecision(indent) << m_applicationRecordList << '\n'; strm << setw(indent+30) << "applicationCapabilitiesList = " << setprecision(indent) << m_applicationCapabilitiesList << '\n'; strm << setw(indent+23) << "rosterInstanceNumber = " << setprecision(indent) << m_rosterInstanceNumber << '\n'; strm << setw(indent+20) << "peerEntitiesAdded = " << setprecision(indent) << m_peerEntitiesAdded << '\n'; strm << setw(indent+22) << "peerEntitiesRemoved = " << setprecision(indent) << m_peerEntitiesRemoved << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_RosterUpdateIndication_applicationInformation_subtype::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_RosterUpdateIndication_applicationInformation_subtype), PInvalidCast); #endif const GCC_RosterUpdateIndication_applicationInformation_subtype & other = (const GCC_RosterUpdateIndication_applicationInformation_subtype &)obj; Comparison result; if ((result = m_sessionKey.Compare(other.m_sessionKey)) != EqualTo) return result; if ((result = m_applicationRecordList.Compare(other.m_applicationRecordList)) != EqualTo) return result; if ((result = m_applicationCapabilitiesList.Compare(other.m_applicationCapabilitiesList)) != EqualTo) return result; if ((result = m_rosterInstanceNumber.Compare(other.m_rosterInstanceNumber)) != EqualTo) return result; if ((result = m_peerEntitiesAdded.Compare(other.m_peerEntitiesAdded)) != EqualTo) return result; if ((result = m_peerEntitiesRemoved.Compare(other.m_peerEntitiesRemoved)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_RosterUpdateIndication_applicationInformation_subtype::GetDataLength() const { PINDEX length = 0; length += m_sessionKey.GetObjectLength(); length += m_applicationRecordList.GetObjectLength(); length += m_applicationCapabilitiesList.GetObjectLength(); length += m_rosterInstanceNumber.GetObjectLength(); length += m_peerEntitiesAdded.GetObjectLength(); length += m_peerEntitiesRemoved.GetObjectLength(); return length; } BOOL GCC_RosterUpdateIndication_applicationInformation_subtype::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_sessionKey.Decode(strm)) return FALSE; if (!m_applicationRecordList.Decode(strm)) return FALSE; if (!m_applicationCapabilitiesList.Decode(strm)) return FALSE; if (!m_rosterInstanceNumber.Decode(strm)) return FALSE; if (!m_peerEntitiesAdded.Decode(strm)) return FALSE; if (!m_peerEntitiesRemoved.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_RosterUpdateIndication_applicationInformation_subtype::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_sessionKey.Encode(strm); m_applicationRecordList.Encode(strm); m_applicationCapabilitiesList.Encode(strm); m_rosterInstanceNumber.Encode(strm); m_peerEntitiesAdded.Encode(strm); m_peerEntitiesRemoved.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_RosterUpdateIndication_applicationInformation_subtype::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_RosterUpdateIndication_applicationInformation_subtype::Class()), PInvalidCast); #endif return new GCC_RosterUpdateIndication_applicationInformation_subtype(*this); } // // RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype // GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype::GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "nodeID = " << setprecision(indent) << m_nodeID << '\n'; strm << setw(indent+13) << "nodeRecord = " << setprecision(indent) << m_nodeRecord << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype), PInvalidCast); #endif const GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype & other = (const GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype &)obj; Comparison result; if ((result = m_nodeID.Compare(other.m_nodeID)) != EqualTo) return result; if ((result = m_nodeRecord.Compare(other.m_nodeRecord)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype::GetDataLength() const { PINDEX length = 0; length += m_nodeID.GetObjectLength(); length += m_nodeRecord.GetObjectLength(); return length; } BOOL GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_nodeID.Decode(strm)) return FALSE; if (!m_nodeRecord.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_nodeID.Encode(strm); m_nodeRecord.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype::Class()), PInvalidCast); #endif return new GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype(*this); } // // RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype // GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype::GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "nodeID = " << setprecision(indent) << m_nodeID << '\n'; strm << setw(indent+13) << "nodeUpdate = " << setprecision(indent) << m_nodeUpdate << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype), PInvalidCast); #endif const GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype & other = (const GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype &)obj; Comparison result; if ((result = m_nodeID.Compare(other.m_nodeID)) != EqualTo) return result; if ((result = m_nodeUpdate.Compare(other.m_nodeUpdate)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype::GetDataLength() const { PINDEX length = 0; length += m_nodeID.GetObjectLength(); length += m_nodeUpdate.GetObjectLength(); return length; } BOOL GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_nodeID.Decode(strm)) return FALSE; if (!m_nodeUpdate.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_nodeID.Encode(strm); m_nodeUpdate.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype::Class()), PInvalidCast); #endif return new GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype(*this); } // // RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype // GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype::GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "nodeID = " << setprecision(indent) << m_nodeID << '\n'; strm << setw(indent+11) << "entityID = " << setprecision(indent) << m_entityID << '\n'; strm << setw(indent+20) << "applicationRecord = " << setprecision(indent) << m_applicationRecord << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype), PInvalidCast); #endif const GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype & other = (const GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype &)obj; Comparison result; if ((result = m_nodeID.Compare(other.m_nodeID)) != EqualTo) return result; if ((result = m_entityID.Compare(other.m_entityID)) != EqualTo) return result; if ((result = m_applicationRecord.Compare(other.m_applicationRecord)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype::GetDataLength() const { PINDEX length = 0; length += m_nodeID.GetObjectLength(); length += m_entityID.GetObjectLength(); length += m_applicationRecord.GetObjectLength(); return length; } BOOL GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_nodeID.Decode(strm)) return FALSE; if (!m_entityID.Decode(strm)) return FALSE; if (!m_applicationRecord.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_nodeID.Encode(strm); m_entityID.Encode(strm); m_applicationRecord.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype::Class()), PInvalidCast); #endif return new GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype(*this); } // // RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype // GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype::GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "nodeID = " << setprecision(indent) << m_nodeID << '\n'; strm << setw(indent+11) << "entityID = " << setprecision(indent) << m_entityID << '\n'; strm << setw(indent+20) << "applicationUpdate = " << setprecision(indent) << m_applicationUpdate << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype), PInvalidCast); #endif const GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype & other = (const GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype &)obj; Comparison result; if ((result = m_nodeID.Compare(other.m_nodeID)) != EqualTo) return result; if ((result = m_entityID.Compare(other.m_entityID)) != EqualTo) return result; if ((result = m_applicationUpdate.Compare(other.m_applicationUpdate)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype::GetDataLength() const { PINDEX length = 0; length += m_nodeID.GetObjectLength(); length += m_entityID.GetObjectLength(); length += m_applicationUpdate.GetObjectLength(); return length; } BOOL GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_nodeID.Decode(strm)) return FALSE; if (!m_entityID.Decode(strm)) return FALSE; if (!m_applicationUpdate.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_nodeID.Encode(strm); m_entityID.Encode(strm); m_applicationUpdate.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype::Class()), PInvalidCast); #endif return new GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype(*this); } // // RosterUpdateIndication // GCC_RosterUpdateIndication::GCC_RosterUpdateIndication(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void GCC_RosterUpdateIndication::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+14) << "fullRefresh = " << setprecision(indent) << m_fullRefresh << '\n'; strm << setw(indent+18) << "nodeInformation = " << setprecision(indent) << m_nodeInformation << '\n'; strm << setw(indent+25) << "applicationInformation = " << setprecision(indent) << m_applicationInformation << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison GCC_RosterUpdateIndication::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, GCC_RosterUpdateIndication), PInvalidCast); #endif const GCC_RosterUpdateIndication & other = (const GCC_RosterUpdateIndication &)obj; Comparison result; if ((result = m_fullRefresh.Compare(other.m_fullRefresh)) != EqualTo) return result; if ((result = m_nodeInformation.Compare(other.m_nodeInformation)) != EqualTo) return result; if ((result = m_applicationInformation.Compare(other.m_applicationInformation)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX GCC_RosterUpdateIndication::GetDataLength() const { PINDEX length = 0; length += m_fullRefresh.GetObjectLength(); length += m_nodeInformation.GetObjectLength(); length += m_applicationInformation.GetObjectLength(); return length; } BOOL GCC_RosterUpdateIndication::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_fullRefresh.Decode(strm)) return FALSE; if (!m_nodeInformation.Decode(strm)) return FALSE; if (!m_applicationInformation.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void GCC_RosterUpdateIndication::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_fullRefresh.Encode(strm); m_nodeInformation.Encode(strm); m_applicationInformation.Encode(strm); UnknownExtensionsEncode(strm); } PObject * GCC_RosterUpdateIndication::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(GCC_RosterUpdateIndication::Class()), PInvalidCast); #endif return new GCC_RosterUpdateIndication(*this); } #endif // if ! H323_DISABLE_GCC // End of gccpdu.cxx openh323_v1_18_0/src/gkclient.cxx0100644000176200056700000023074310340431623016750 0ustar releasepostincr/* * gkclient.cxx * * Gatekeeper client protocol handler * * Open H323 Library * * Copyright (c) 1999-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Portions of this code were written with the assisance of funding from * iFace In, http://www.iface.com * * Contributor(s): ______________________________________. * * $Log: gkclient.cxx,v $ * Revision 1.156 2005/11/21 20:52:35 shorne * Added GnuGK Nat detection support * * Revision 1.155 2005/01/16 20:39:44 csoutheren * Fixed problem with IPv6 INADDR_ANY * * Revision 1.154 2005/01/03 06:25:54 csoutheren * Added extensive support for disabling code modules at compile time * * Revision 1.153 2004/11/20 22:00:10 csoutheren * Check address from RequestLocation due to stupid gatekeepers * * Revision 1.152 2004/09/07 23:51:46 rjongbloed * Fixed MSVC6 warning * * Revision 1.151 2004/09/03 01:06:09 csoutheren * Added initial hooks for H.460 GEF * Thanks to Simon Horne and ISVO (Asia) Pte Ltd. for this contribution * * Revision 1.150 2004/06/15 03:30:00 csoutheren * Added OnSendARQ to allow access to the ARQ message before sent by connection * * Revision 1.149 2004/04/03 08:28:06 csoutheren * Remove pseudo-RTTI and replaced with real RTTI * * Revision 1.148 2004/01/17 18:20:15 csoutheren * No longer force re-register on completion of LRQ * * Revision 1.147 2003/12/29 04:59:25 csoutheren * Added callbacks on H323EndPoint when gatekeeper discovery succeeds or fails * * Revision 1.146 2003/12/28 00:06:34 csoutheren * Added callbacks on H323EndPoint when gatekeeper registration succeeds or fails * * Revision 1.145 2003/05/01 05:04:00 robertj * Fixed inclusion of 127.0.0.1 into listener lists when no needed. * * Revision 1.144 2003/04/30 07:25:32 robertj * Fixed setting of remote ID in alternate credentials. * * Revision 1.143 2003/04/30 00:28:54 robertj * Redesigned the alternate credentials in ARQ system as old implementation * was fraught with concurrency issues, most importantly it can cause false * detection of replay attacks taking out an endpoint completely. * * Revision 1.142 2003/04/10 09:44:31 robertj * Added associated transport to new GetInterfaceAddresses() function so * interfaces can be ordered according to active transport links. Improves * interoperability. * Replaced old listener GetTransportPDU() with GetInterfaceAddresses() * and H323SetTransportAddresses() functions. * * Revision 1.141 2003/04/09 03:08:10 robertj * Fixed race condition in shutting down transactor (pure virtual call) * * Revision 1.140 2003/03/26 00:46:28 robertj * Had another go at making H323Transactor being able to be created * without having a listener running. * * Revision 1.139 2003/03/20 01:51:11 robertj * More abstraction of H.225 RAS and H.501 protocols transaction handling. * * Revision 1.138 2003/02/21 05:25:45 craigs * Abstracted out underlying transports for use with peerelements * * Revision 1.137 2003/02/12 23:59:25 robertj * Fixed adding missing endpoint identifer in SETUP packet when gatekeeper * routed, pointed out by Stefan Klein * Also fixed correct rutrn of gk routing in IRR packet. * * Revision 1.136 2003/02/11 04:46:37 robertj * Fixed keep alive RRQ being rejected with full registration required * reason actually doing a full registration! * * Revision 1.135 2003/02/10 01:51:50 robertj * Fixed bad tokens causing an apparent "transport error", now correctly * indicates a security error. * * Revision 1.134 2003/02/07 06:38:47 robertj * Changed registration state to an enum so can determine why the RRQ failed. * * Revision 1.133 2003/02/04 07:04:45 robertj * Prevent multiple calls to Connect() if did not change the gk. * * Revision 1.132 2003/02/01 13:31:21 robertj * Changes to support CAT authentication in RAS. * * Revision 1.131 2003/01/11 05:04:03 robertj * Added checks for valid URQ packet, thanks Chih-Wei Huang * * Revision 1.130 2003/01/09 04:45:04 robertj * Fixed problem where if gets GRJ which does not have an alternate gatekeeper * the system gets into an infinite loop, pointed out by Vladimir Toncar * * Revision 1.129 2003/01/06 07:09:43 robertj * Further fixes for alternate gatekeeper, thanks Kevin Bouchard * * Revision 1.128 2002/12/23 22:47:53 robertj * Changed gatekeeper discovery so an GRJ does not indicate "discovered". * Added trace output of alternate gatekeepers list. * Fixed receiving GRJ with alternate gatekeepers to immediately do discover * and registration on the alternate. * * Revision 1.127 2002/12/19 23:52:53 robertj * Fixed probelm with registering with alternate gk, thanks Kevin Bouchard * * Revision 1.126 2002/12/10 23:39:03 robertj * Added some extra tracing. * * Revision 1.125 2002/11/28 04:41:48 robertj * Added support for RAS ServiceControlIndication command. * * Revision 1.124 2002/11/27 06:54:56 robertj * Added Service Control Session management as per Annex K/H.323 via RAS * only at this stage. * Added H.248 ASN and very primitive infrastructure for linking into the * Service Control Session management system. * Added basic infrastructure for Annex K/H.323 HTTP transport system. * Added Call Credit Service Control to display account balances. * * Revision 1.123 2002/11/22 07:16:14 robertj * Changed ARQ to include all local aliases for connection. * * Revision 1.122 2002/11/21 07:29:15 robertj * Fixed GNU warning * * Revision 1.121 2002/11/21 07:21:49 robertj * Improvements to alternate gatekeeper client code, thanks Kevin Bouchard * * Revision 1.120 2002/11/12 03:13:24 robertj * Removed redundent code. * * Revision 1.119 2002/11/10 08:10:43 robertj * Moved constants for "well known" ports to better place (OPAL change). * * Revision 1.118 2002/11/01 03:48:18 robertj * Fixed previous two hacks!! Neither of which would have worked. * * Revision 1.117 2002/10/31 23:31:41 dereks * Fix for previous quick hack. Thanks Damien Sandras. * * Revision 1.116 2002/10/31 21:40:28 dereks * Quick (and temporary) hack to enable compilation on redhat 8.0 boxes. * * Revision 1.115 2002/09/19 23:19:25 robertj * Fixed setting of info request rate, broken in a previous patch * * Revision 1.114 2002/09/18 06:58:32 robertj * Fixed setting of IRR frequency, an RCF could reset timer so it did not time * out correctly and send IRR in time causing problems with gatekeeper. * * Revision 1.113 2002/09/09 23:59:59 robertj * Fixed incorrect inserting of UUIE pdu's into IRR, thanks Ravelli Rossano * * Revision 1.112 2002/08/29 07:02:19 robertj * Allowed network latency deadband in unsolicited IRR response time. * * Revision 1.111 2002/08/28 00:07:02 robertj * Added supportsAltGK capability flag in GRQ & RRQ. * * Revision 1.110 2002/08/15 09:38:55 robertj * Added more logging for when endpoint becomes unregistered. * * Revision 1.109 2002/08/15 04:12:54 robertj * Fixed correct status of isRegistered flag on various reject/errors. * * Revision 1.108 2002/08/12 05:38:24 robertj * Changes to the RAS subsystem to support ability to make requests to client * from gkserver without causing bottlenecks and race conditions. * * Revision 1.107 2002/08/11 23:30:36 robertj * Fixed typo in previous patch. * * Revision 1.106 2002/08/11 23:24:24 robertj * Fixed problem with retrying ARQ after getting error saying are not * registered and reregistering, needed new sequence number. * Fixed return of correct error in ARQ response when is a transport error * rather than a reject reason from ARJ. * * Revision 1.105 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.104 2002/08/05 05:17:41 robertj * Fairly major modifications to support different authentication credentials * in ARQ to the logged in ones on RRQ. For both client and server. * Various other H.235 authentication bugs and anomalies fixed on the way. * * Revision 1.103 2002/07/19 10:20:03 robertj * Fixed bug of missing test for IRR frequency in RCF, thanks Thien Nguyen * * Revision 1.102 2002/07/18 03:03:19 robertj * Fixed bug with continually doing lightweight RRQ if no timeToLive present * and it should not be doing it at all, ditto for unsolicited IRR. * * Revision 1.101 2002/07/17 00:04:10 robertj * Fixed missing initialisation of alternat gk pointer to NULL, thanks Kevin Bouchard * * Revision 1.100 2002/07/16 13:19:13 robertj * Minor optimisation of unsolicited IRR when no calls active. * * Revision 1.99 2002/07/16 11:06:27 robertj * Added more alternate gatekeeper implementation, thanks Kevin Bouchard * * Revision 1.98 2002/07/11 09:34:32 robertj * Fixed minor compliance to letter of specification. * * Revision 1.97 2002/07/11 01:34:37 robertj * Temporary fix for IRR frequency provided in ACF * * Revision 1.96 2002/07/07 02:08:53 robertj * Fixed missing originator field in IRR perCallInfo, thanks Ravelli Rossano * * Revision 1.95 2002/06/28 03:34:28 robertj * Fixed issues with address translation on gatekeeper RAS channel. * * Revision 1.94 2002/06/26 03:47:49 robertj * Added support for alternate gatekeepers. * * Revision 1.93 2002/06/26 00:50:12 robertj * Added other error code in ARJ that indicates we should reregister. * * Revision 1.92 2002/06/05 09:20:07 robertj * Added IRQ redirect of IRR to different address, thanks "thsuk". * * Revision 1.91 2002/05/29 00:03:19 robertj * Fixed unsolicited IRR support in gk client and server, * including support for IACK and INAK. * * Revision 1.90 2002/05/17 04:01:53 robertj * Fixed problems with H.235 authentication on RAS for server and client. * Added support for unsolicited IRR transmission in background (heartbeat). * * Revision 1.89 2002/05/09 05:43:44 robertj * Added reattempt of full RRQ if get fullRegistrationRequired RRJ. * * Revision 1.88 2002/05/01 06:39:41 robertj * Fixed incorrect setting of srcCallSignalAddress in ARQ for outgoing call as * putting in incorrect data is worse than not putting anything in at all! So * unless the correct data is available it is now left out. * * Revision 1.87 2002/03/20 02:12:49 robertj * Added missing return value for number of endpoints returned in ACF * * Revision 1.86 2002/03/19 05:17:25 robertj * Normalised ACF destExtraCallIInfo to be same as other parameters. * Added ability to get multiple endpoint addresses and tokens from ACF. * * Revision 1.85 2002/03/01 04:06:44 robertj * Fixed autoreregister on ARQ failing due to unregistered endpoint. * * Revision 1.84 2002/02/11 04:25:57 robertj * Added ability to automatically reregister if do an ARQ and are told are not * registered. Can occur if gk is restarted and is faster than waiting for TTL.. * * Revision 1.83 2002/01/13 23:58:48 robertj * Added ability to set destination extra call info in ARQ * Filled in destinationInfo in ARQ when answering call. * Allowed application to override srcInfo in ARQ on outgoing call by * changing localPartyName. * Added better end call codes for some ARJ reasons. * Thanks Ben Madsen of Norwood Systems. * * Revision 1.82 2001/12/15 10:10:48 robertj * GCC compatibility * * Revision 1.81 2001/12/15 08:36:49 robertj * Added previous call times to all the other PDU's it is supposed to be in! * * Revision 1.80 2001/12/15 08:09:21 robertj * Added alerting, connect and end of call times to be sent to RAS server. * * Revision 1.79 2001/12/14 06:41:36 robertj * Added call end reason codes in DisengageRequest for GK server use. * * Revision 1.78 2001/12/13 11:00:13 robertj * Changed search for access token in ACF to be able to look for two OID's. * * Revision 1.77 2001/12/06 06:44:42 robertj * Removed "Win32 SSL xxx" build configurations in favour of system * environment variables to select optional libraries. * * Revision 1.76 2001/10/12 04:14:31 robertj * Changed gk unregister so only way it doe not actually unregister is if * get URJ with reason code callInProgress, thanks Chris Purvis. * * Revision 1.75 2001/10/09 08:04:59 robertj * Fixed unregistration so still unregisters if gk goes offline, thanks Chris Purvis * * Revision 1.74 2001/10/08 01:37:42 robertj * Fixed uninitialised variable for ARQ authentication override. * * Revision 1.73 2001/09/26 07:03:08 robertj * Added needed mutex for SeparateAuthenticationInARQ mode, thanks Nick Hoath * * Revision 1.72 2001/09/18 10:36:57 robertj * Allowed multiple overlapping requests in RAS channel. * * Revision 1.71 2001/09/13 03:21:16 robertj * Added ability to override authentication credentials for ARQ, thanks Nick Hoath * * Revision 1.70 2001/09/13 01:15:20 robertj * Added flag to H235Authenticator to determine if gkid and epid is to be * automatically set as the crypto token remote id and local id. * * Revision 1.69 2001/09/13 00:32:24 robertj * Added missing gkid in ARQ, thanks Nick Hoath * * Revision 1.68 2001/09/12 07:48:05 robertj * Fixed various problems with tracing. * * Revision 1.67 2001/09/12 06:58:00 robertj * Added support for iNow Access Token from gk, thanks Nick Hoath * * Revision 1.66 2001/09/12 06:04:38 robertj * Added support for sending UUIE's to gk on request, thanks Nick Hoath * * Revision 1.65 2001/09/05 01:16:32 robertj * Added overloaded AdmissionRequest for backward compatibility. * * Revision 1.64 2001/08/14 04:26:46 robertj * Completed the Cisco compatible MD5 authentications, thanks Wolfgang Platzer. * * Revision 1.63 2001/08/13 01:27:03 robertj * Changed GK admission so can return multiple aliases to be used in * setup packet, thanks Nick Hoath. * * Revision 1.62 2001/08/13 00:22:14 robertj * Allowed for received DRQ not having call ID (eg v1 gk), uses conference ID * * Revision 1.61 2001/08/10 11:03:52 robertj * Major changes to H.235 support in RAS to support server. * * Revision 1.60 2001/08/06 07:44:55 robertj * Fixed problems with building without SSL * * Revision 1.59 2001/08/06 03:18:38 robertj * Fission of h323.h to h323ep.h & h323con.h, h323.h now just includes files. * Improved access to H.235 secure RAS functionality. * Changes to H.323 secure RAS contexts to help use with gk server. * * Revision 1.58 2001/08/02 04:30:43 robertj * Added ability for AdmissionRequest to alter destination alias used in * the outgoing call. Thanks Ben Madsen & Graeme Reid. * * Revision 1.57 2001/06/22 00:21:10 robertj * Fixed bug in H.225 RAS protocol with 16 versus 32 bit sequence numbers. * * Revision 1.56 2001/06/18 23:35:01 robertj * Removed condition that prevented aliases on non-terminal endpoints. * * Revision 1.55 2001/06/18 06:23:50 robertj * Split raw H.225 RAS protocol out of gatekeeper client class. * * Revision 1.54 2001/05/17 03:29:13 robertj * Fixed missing replyAddress in LRQ, thanks Alexander Smirnov. * Added some extra optional fields to LRQ. * * Revision 1.53 2001/04/19 08:03:21 robertj * Fixed scale on RIp delay, is milliseconds! * * Revision 1.52 2001/04/13 07:44:20 robertj * Fixed setting isRegistered flag to false when get RRJ * * Revision 1.51 2001/04/05 03:39:43 robertj * Fixed deadlock if tried to do discovery in time to live timeout. * * Revision 1.50 2001/03/28 07:13:06 robertj * Changed RAS thread interlock to allow for what should not happen, the * syncpoint being signalled before receiving any packets. * * Revision 1.49 2001/03/27 02:19:22 robertj * Changed to send gk a GRQ if it gives a discoveryRequired error on RRQ. * Fixed BIG condition in use of sequence numbers. * * Revision 1.48 2001/03/26 05:06:03 robertj * Added code to do full registration if RRJ indicates discovery to be redone. * * Revision 1.47 2001/03/24 00:51:41 robertj * Added retry every minute of time to live registration if fails. * * Revision 1.46 2001/03/23 01:47:49 robertj * Improved debug trace message on RAS packet retry. * * Revision 1.45 2001/03/23 01:19:25 robertj * Fixed usage of secure RAS in GRQ, should not do for that one PDU. * * Revision 1.44 2001/03/21 04:52:42 robertj * Added H.235 security to gatekeepers, thanks Fürbass Franz! * * Revision 1.43 2001/03/19 23:32:30 robertj * Fixed problem with auto-reregister doing so in the RAS receive thread. * * Revision 1.42 2001/03/19 05:50:52 robertj * Fixed trace display of timeout value. * * Revision 1.41 2001/03/18 22:21:29 robertj * Fixed GNU C++ problem. * * Revision 1.40 2001/03/17 00:05:52 robertj * Fixed problems with Gatekeeper RIP handling. * * Revision 1.39 2001/03/16 06:46:21 robertj * Added ability to set endpoints desired time to live on a gatekeeper. * * Revision 1.38 2001/03/15 00:25:58 robertj * Fixed bug in receiving RIP packet, did not restart timeout. * * Revision 1.37 2001/03/09 02:55:53 robertj * Fixed bug in RAS IRR, optional field not being included, thanks Erik Larsson. * * Revision 1.36 2001/03/02 06:59:59 robertj * Enhanced the globally unique identifier class. * * Revision 1.35 2001/02/28 00:20:16 robertj * Added DiscoverByNameAndAddress() function, thanks Chris Purvis. * * Revision 1.34 2001/02/18 22:33:47 robertj * Added better handling of URJ, thanks Chris Purvis. * * Revision 1.33 2001/02/09 05:13:55 craigs * Added pragma implementation to (hopefully) reduce the executable image size * under Linux * * Revision 1.32 2001/01/25 01:44:26 robertj * Reversed order of changing alias list to avoid assert if delete all aliases. * * Revision 1.31 2000/11/01 03:30:27 robertj * Changed gatekeeper registration time to live to update in slightly less than the * time to live time. Allows for system/network latency. Thanks Laurent PELLETIER. * * Revision 1.30 2000/09/25 06:48:11 robertj * Removed use of alias if there is no alias present, ie only have transport address. * * Revision 1.29 2000/09/01 02:12:37 robertj * Fixed problem when multiple GK's on LAN, only discovered first one. * Added ability to select a gatekeeper on LAN via it's identifier name. * * Revision 1.28 2000/07/15 09:54:21 robertj * Fixed problem with having empty or unusable assigned aliases. * * Revision 1.27 2000/07/11 19:26:39 robertj * Fixed problem with endpoint identifiers from some gatekeepers not being a string, just binary info. * * Revision 1.26 2000/06/20 03:18:04 robertj * Added function to get name of gatekeeper, subtle difference from getting identifier. * * Revision 1.25 2000/05/09 12:14:32 robertj * Added adjustment of endpoints alias list as approved by gatekeeper. * * Revision 1.24 2000/05/09 08:52:50 robertj * Added support for preGrantedARQ fields on registration. * * Revision 1.23 2000/05/04 10:43:54 robertj * Fixed problem with still trying to RRQ if got a GRJ. * * Revision 1.22 2000/05/02 04:32:26 robertj * Fixed copyright notice comment. * * Revision 1.21 2000/04/27 02:52:58 robertj * Added keepAlive field to RRQ if already registered, * * Revision 1.20 2000/04/12 21:22:16 robertj * Fixed warning in No Trace mode. * * Revision 1.19 2000/04/11 04:00:55 robertj * Filled in destCallSignallingAddress if specified by caller, used for gateway permissions. * * Revision 1.18 2000/04/11 03:11:12 robertj * Added ability to reject reason on gatekeeper requests. * * Revision 1.17 2000/03/29 02:14:43 robertj * Changed TerminationReason to CallEndReason to use correct telephony nomenclature. * Added CallEndReason for capability exchange failure. * * Revision 1.16 2000/03/23 02:45:28 robertj * Changed ClearAllCalls() so will wait for calls to be closed (usefull in endpoint dtors). * * Revision 1.15 2000/03/21 23:17:55 robertj * Changed GK client so does not fill in destCallSignalAddress on outgoing call. * * Revision 1.14 2000/01/28 00:56:48 robertj * Changed ACF to return destination address irrespective of callModel, thanks Chris Gindel. * * Revision 1.13 1999/12/23 23:02:35 robertj * File reorganision for separating RTP from H.323 and creation of LID for VPB support. * * Revision 1.12 1999/12/11 02:20:58 robertj * Added ability to have multiple aliases on local endpoint. * * Revision 1.11 1999/12/10 01:43:25 robertj * Fixed outgoing call Admissionrequestion addresses. * * Revision 1.10 1999/12/09 21:49:18 robertj * Added reregister on unregister and time to live reregistration * * Revision 1.9 1999/11/06 05:37:45 robertj * Complete rewrite of termination of connection to avoid numerous race conditions. * * Revision 1.8 1999/10/16 03:47:48 robertj * Fixed termination of gatekeeper RAS thread problem * * Revision 1.7 1999/10/15 05:55:50 robertj * Fixed crash in responding to InfoRequest * * Revision 1.6 1999/09/23 08:48:45 robertj * Changed register request so cannot do it of have no listeners. * * Revision 1.5 1999/09/21 14:09:19 robertj * Removed warnings when no tracing enabled. * * Revision 1.4 1999/09/14 08:19:37 robertj * Fixed timeout on retry of gatekeeper discover and added more tracing. * * Revision 1.3 1999/09/14 06:52:54 robertj * Added better support for multi-homed client hosts. * * Revision 1.2 1999/09/10 02:45:31 robertj * Added missing binding of address to transport when a specific gatway is used. * * Revision 1.1 1999/08/31 12:34:18 robertj * Added gatekeeper support. * */ #include #ifdef __GNUC__ #pragma implementation "gkclient.h" #endif #include "gkclient.h" #include "h323ep.h" #include "h323rtp.h" #include "h323pdu.h" #define new PNEW static PTimeInterval AdjustTimeout(unsigned seconds) { // Allow for an incredible amount of system/network latency static unsigned TimeoutDeadband = 5; // seconds return PTimeInterval(0, seconds > TimeoutDeadband ? (seconds - TimeoutDeadband) : TimeoutDeadband); } ///////////////////////////////////////////////////////////////////////////// H323Gatekeeper::H323Gatekeeper(H323EndPoint & ep, H323Transport * trans) : H225_RAS(ep, trans), requestMutex(1, 1), authenticators(ep.CreateAuthenticators()) { alternatePermanent = FALSE; discoveryComplete = FALSE; registrationFailReason = UnregisteredLocally; pregrantMakeCall = pregrantAnswerCall = RequireARQ; autoReregister = TRUE; reregisterNow = FALSE; requiresDiscovery = FALSE; timeToLive.SetNotifier(PCREATE_NOTIFIER(TickleMonitor)); infoRequestRate.SetNotifier(PCREATE_NOTIFIER(TickleMonitor)); willRespondToIRR = FALSE; monitorStop = FALSE; monitor = PThread::Create(PCREATE_NOTIFIER(MonitorMain), 0, PThread::NoAutoDeleteThread, PThread::NormalPriority, "GkMonitor:%x"); } H323Gatekeeper::~H323Gatekeeper() { if (monitor != NULL) { monitorStop = TRUE; monitorTickle.Signal(); monitor->WaitForTermination(); delete monitor; } StopChannel(); } PString H323Gatekeeper::GetName() const { PStringStream s; s << *this; return s; } BOOL H323Gatekeeper::DiscoverAny() { gatekeeperIdentifier = PString(); return StartDiscovery(H323TransportAddress()); } BOOL H323Gatekeeper::DiscoverByName(const PString & identifier) { gatekeeperIdentifier = identifier; return StartDiscovery(H323TransportAddress()); } BOOL H323Gatekeeper::DiscoverByAddress(const H323TransportAddress & address) { gatekeeperIdentifier = PString(); return StartDiscovery(address); } BOOL H323Gatekeeper::DiscoverByNameAndAddress(const PString & identifier, const H323TransportAddress & address) { gatekeeperIdentifier = identifier; return StartDiscovery(address); } BOOL H323Gatekeeper::StartDiscovery(const H323TransportAddress & initialAddress) { if (PAssertNULL(transport) == NULL) return FALSE; H323RasPDU pdu; Request request(SetupGatekeeperRequest(pdu), pdu); H323TransportAddress address = initialAddress; request.responseInfo = &address; requestsMutex.Wait(); requests.SetAt(request.sequenceNumber, &request); requestsMutex.Signal(); discoveryComplete = FALSE; unsigned retries = endpoint.GetGatekeeperRequestRetries(); while (!discoveryComplete) { if (transport->DiscoverGatekeeper(*this, pdu, address)) { if (address == initialAddress) break; /// If get here must have been GRJ with an alternate gk, start again } else { // Transport failure, retry if (--retries == 0) break; } } requestsMutex.Wait(); requests.SetAt(request.sequenceNumber, NULL); requestsMutex.Signal(); if (discoveryComplete) { if (transport->Connect()) StartChannel(); } return discoveryComplete; } unsigned H323Gatekeeper::SetupGatekeeperRequest(H323RasPDU & request) { if (PAssertNULL(transport) == NULL) return 0; H225_GatekeeperRequest & grq = request.BuildGatekeeperRequest(GetNextSequenceNumber()); endpoint.SetEndpointTypeInfo(grq.m_endpointType); transport->SetUpTransportPDU(grq.m_rasAddress, TRUE); grq.IncludeOptionalField(H225_GatekeeperRequest::e_endpointAlias); H323SetAliasAddresses(endpoint.GetAliasNames(), grq.m_endpointAlias); if (!gatekeeperIdentifier) { grq.IncludeOptionalField(H225_GatekeeperRequest::e_gatekeeperIdentifier); grq.m_gatekeeperIdentifier = gatekeeperIdentifier; } grq.IncludeOptionalField(H225_GatekeeperRequest::e_supportsAltGK); OnSendGatekeeperRequest(grq); discoveryComplete = FALSE; return grq.m_requestSeqNum; } void H323Gatekeeper::OnSendGatekeeperRequest(H225_GatekeeperRequest & grq) { H225_RAS::OnSendGatekeeperRequest(grq); for (PINDEX i = 0; i < authenticators.GetSize(); i++) { if (authenticators[i].SetCapability(grq.m_authenticationCapability, grq.m_algorithmOIDs)) { grq.IncludeOptionalField(H225_GatekeeperRequest::e_authenticationCapability); grq.IncludeOptionalField(H225_GatekeeperRequest::e_algorithmOIDs); } } } BOOL H323Gatekeeper::OnReceiveGatekeeperConfirm(const H225_GatekeeperConfirm & gcf) { if (!H225_RAS::OnReceiveGatekeeperConfirm(gcf)) return FALSE; PINDEX i; for (i = 0; i < authenticators.GetSize(); i++) { H235Authenticator & authenticator = authenticators[i]; if (authenticator.UseGkAndEpIdentifiers()) authenticator.SetRemoteId(gatekeeperIdentifier); } if (gcf.HasOptionalField(H225_GatekeeperConfirm::e_authenticationMode) && gcf.HasOptionalField(H225_GatekeeperConfirm::e_algorithmOID)) { for (i = 0; i < authenticators.GetSize(); i++) { H235Authenticator & authenticator = authenticators[i]; authenticator.Enable(authenticator.IsCapability(gcf.m_authenticationMode, gcf.m_algorithmOID)); } } H323TransportAddress locatedAddress = gcf.m_rasAddress; PTRACE(2, "RAS\tGatekeeper discovery found " << locatedAddress); if (!transport->SetRemoteAddress(locatedAddress)) { PTRACE(2, "RAS\tInvalid gatekeeper discovery address: \"" << locatedAddress << '"'); //return FALSE; } if (gcf.HasOptionalField(H225_GatekeeperConfirm::e_alternateGatekeeper)) SetAlternates(gcf.m_alternateGatekeeper, FALSE); endpoint.OnGatekeeperConfirm(); discoveryComplete = TRUE; return TRUE; } BOOL H323Gatekeeper::OnReceiveGatekeeperReject(const H225_GatekeeperReject & grj) { if (!H225_RAS::OnReceiveGatekeeperReject(grj)) return FALSE; if (grj.HasOptionalField(H225_GatekeeperReject::e_altGKInfo)) { SetAlternates(grj.m_altGKInfo.m_alternateGatekeeper, grj.m_altGKInfo.m_altGKisPermanent); if (lastRequest->responseInfo != NULL) { H323TransportAddress & gkAddress = *(H323TransportAddress *)lastRequest->responseInfo; gkAddress = alternates[0].rasAddress; } } endpoint.OnGatekeeperReject(); return TRUE; } BOOL H323Gatekeeper::RegistrationRequest(BOOL autoReg) { if (PAssertNULL(transport) == NULL) return FALSE; autoReregister = autoReg; H323RasPDU pdu; H225_RegistrationRequest & rrq = pdu.BuildRegistrationRequest(GetNextSequenceNumber()); // If discoveryComplete flag is FALSE then do lightweight reregister rrq.m_discoveryComplete = discoveryComplete; rrq.m_rasAddress.SetSize(1); transport->SetUpTransportPDU(rrq.m_rasAddress[0], TRUE); H323TransportAddressArray listeners = endpoint.GetInterfaceAddresses(TRUE, transport); if (listeners.IsEmpty()) { PTRACE(1, "RAS\tCannot register with Gatekeeper without a H323Listener!"); return FALSE; } H323SetTransportAddresses(*transport, listeners, rrq.m_callSignalAddress); endpoint.SetEndpointTypeInfo(rrq.m_terminalType); endpoint.SetVendorIdentifierInfo(rrq.m_endpointVendor); rrq.IncludeOptionalField(H225_RegistrationRequest::e_terminalAlias); H323SetAliasAddresses(endpoint.GetAliasNames(), rrq.m_terminalAlias); rrq.m_willSupplyUUIEs = TRUE; rrq.IncludeOptionalField(H225_RegistrationRequest::e_usageReportingCapability); rrq.m_usageReportingCapability.IncludeOptionalField(H225_RasUsageInfoTypes::e_startTime); rrq.m_usageReportingCapability.IncludeOptionalField(H225_RasUsageInfoTypes::e_endTime); rrq.m_usageReportingCapability.IncludeOptionalField(H225_RasUsageInfoTypes::e_terminationCause); rrq.IncludeOptionalField(H225_RegistrationRequest::e_supportsAltGK); if (!gatekeeperIdentifier) { rrq.IncludeOptionalField(H225_RegistrationRequest::e_gatekeeperIdentifier); rrq.m_gatekeeperIdentifier = gatekeeperIdentifier; } if (!endpointIdentifier.IsEmpty()) { rrq.IncludeOptionalField(H225_RegistrationRequest::e_endpointIdentifier); rrq.m_endpointIdentifier = endpointIdentifier; } PTimeInterval ttl = endpoint.GetGatekeeperTimeToLive(); if (ttl > 0) { rrq.IncludeOptionalField(H225_RegistrationRequest::e_timeToLive); rrq.m_timeToLive = (int)ttl.GetSeconds(); } if (endpoint.CanDisplayAmountString()) { rrq.IncludeOptionalField(H225_RegistrationRequest::e_callCreditCapability); rrq.m_callCreditCapability.IncludeOptionalField(H225_CallCreditCapability::e_canDisplayAmountString); rrq.m_callCreditCapability.m_canDisplayAmountString = TRUE; } if (endpoint.CanEnforceDurationLimit()) { rrq.IncludeOptionalField(H225_RegistrationRequest::e_callCreditCapability); rrq.m_callCreditCapability.IncludeOptionalField(H225_CallCreditCapability::e_canEnforceDurationLimit); rrq.m_callCreditCapability.m_canEnforceDurationLimit = TRUE; } if (IsRegistered()) { rrq.IncludeOptionalField(H225_RegistrationRequest::e_keepAlive); rrq.m_keepAlive = TRUE; } // After doing full register, do lightweight reregisters from now on discoveryComplete = FALSE; Request request(rrq.m_requestSeqNum, pdu); if (MakeRequest(request)) return TRUE; PTRACE(3, "RAS\tFailed registration of " << endpointIdentifier << " with " << gatekeeperIdentifier); switch (request.responseResult) { case Request::RejectReceived : switch (request.rejectReason) { case H225_RegistrationRejectReason::e_discoveryRequired : // If have been told by GK that we need to discover it again, set flag // for next register done by timeToLive handler to do discovery requiresDiscovery = TRUE; // Do next case case H225_RegistrationRejectReason::e_fullRegistrationRequired : registrationFailReason = GatekeeperLostRegistration; // Set timer to retry registration reregisterNow = TRUE; monitorTickle.Signal(); break; // Onse below here are permananent errors, so don't try again case H225_RegistrationRejectReason::e_invalidCallSignalAddress : registrationFailReason = InvalidListener; break; case H225_RegistrationRejectReason::e_duplicateAlias : registrationFailReason = DuplicateAlias; break; case H225_RegistrationRejectReason::e_securityDenial : registrationFailReason = SecurityDenied; break; default : registrationFailReason = (RegistrationFailReasons)(request.rejectReason|RegistrationRejectReasonMask); break; } break; case Request::BadCryptoTokens : registrationFailReason = SecurityDenied; break; default : registrationFailReason = TransportError; break; } return FALSE; } BOOL H323Gatekeeper::OnReceiveRegistrationConfirm(const H225_RegistrationConfirm & rcf) { if (!H225_RAS::OnReceiveRegistrationConfirm(rcf)) return FALSE; registrationFailReason = RegistrationSuccessful; endpointIdentifier = rcf.m_endpointIdentifier; PTRACE(3, "RAS\tRegistered " << endpointIdentifier << " with " << gatekeeperIdentifier); if (rcf.HasOptionalField(H225_RegistrationConfirm::e_alternateGatekeeper)) SetAlternates(rcf.m_alternateGatekeeper, FALSE); if (rcf.HasOptionalField(H225_RegistrationConfirm::e_timeToLive)) timeToLive = AdjustTimeout(rcf.m_timeToLive); else timeToLive = 0; // zero disables lightweight RRQ // At present only support first call signal address to GK if (rcf.m_callSignalAddress.GetSize() > 0) gkRouteAddress = rcf.m_callSignalAddress[0]; willRespondToIRR = rcf.m_willRespondToIRR; pregrantMakeCall = pregrantAnswerCall = RequireARQ; if (rcf.HasOptionalField(H225_RegistrationConfirm::e_preGrantedARQ)) { if (rcf.m_preGrantedARQ.m_makeCall) pregrantMakeCall = rcf.m_preGrantedARQ.m_useGKCallSignalAddressToMakeCall ? PreGkRoutedARQ : PregrantARQ; if (rcf.m_preGrantedARQ.m_answerCall) pregrantAnswerCall = rcf.m_preGrantedARQ.m_useGKCallSignalAddressToAnswer ? PreGkRoutedARQ : PregrantARQ; if (rcf.m_preGrantedARQ.HasOptionalField(H225_RegistrationConfirm_preGrantedARQ::e_irrFrequencyInCall)) SetInfoRequestRate(AdjustTimeout(rcf.m_preGrantedARQ.m_irrFrequencyInCall)); else ClearInfoRequestRate(); } else ClearInfoRequestRate(); // Remove the endpoint aliases that the gatekeeper did not like and add the // ones that it really wants us to be. if (rcf.HasOptionalField(H225_RegistrationConfirm::e_terminalAlias)) { const PStringList & currentAliases = endpoint.GetAliasNames(); PStringList aliasesToChange; PINDEX i, j; for (i = 0; i < rcf.m_terminalAlias.GetSize(); i++) { PString alias = H323GetAliasAddressString(rcf.m_terminalAlias[i]); if (!alias) { for (j = 0; j < currentAliases.GetSize(); j++) { if (alias *= currentAliases[j]) break; } if (j >= currentAliases.GetSize()) aliasesToChange.AppendString(alias); } } for (i = 0; i < aliasesToChange.GetSize(); i++) { PTRACE(2, "RAS\tGatekeeper add of alias \"" << aliasesToChange[i] << '"'); endpoint.AddAliasName(aliasesToChange[i]); } aliasesToChange.RemoveAll(); for (i = 0; i < currentAliases.GetSize(); i++) { for (j = 0; j < rcf.m_terminalAlias.GetSize(); j++) { if (currentAliases[i] *= H323GetAliasAddressString(rcf.m_terminalAlias[j])) break; } if (j >= rcf.m_terminalAlias.GetSize()) aliasesToChange.AppendString(currentAliases[i]); } for (i = 0; i < aliasesToChange.GetSize(); i++) { PTRACE(2, "RAS\tGatekeeper removal of alias \"" << aliasesToChange[i] << '"'); endpoint.RemoveAliasName(aliasesToChange[i]); } } #ifdef H323_H248 if (rcf.HasOptionalField(H225_RegistrationConfirm::e_serviceControl)) OnServiceControlSessions(rcf.m_serviceControl, NULL); #endif // NAT Detection with GNUGK if (rcf.HasOptionalField(H225_RegistrationConfirm::e_nonStandardData)) { PString NATaddr = rcf.m_nonStandardData.m_data.AsString(); if ((!NATaddr.IsEmpty()) && (NATaddr.Left(4) == "NAT=")) endpoint.OnGatekeeperNATDetect(NATaddr.Right(NATaddr.GetLength()-4),endpointIdentifier,gkRouteAddress); } endpoint.OnRegistrationConfirm(); return TRUE; } BOOL H323Gatekeeper::OnReceiveRegistrationReject(const H225_RegistrationReject & rrj) { if (!H225_RAS::OnReceiveRegistrationReject(rrj)) return FALSE; if (rrj.HasOptionalField(H225_RegistrationReject::e_altGKInfo)) SetAlternates(rrj.m_altGKInfo.m_alternateGatekeeper, rrj.m_altGKInfo.m_altGKisPermanent); endpoint.OnRegistrationReject(); return TRUE; } void H323Gatekeeper::RegistrationTimeToLive() { PTRACE(3, "RAS\tTime To Live reregistration"); if (requiresDiscovery) { PTRACE(2, "RAS\tRepeating discovery on gatekeepers request."); H323RasPDU pdu; Request request(SetupGatekeeperRequest(pdu), pdu); if (!MakeRequest(request) || !discoveryComplete) { PTRACE(2, "RAS\tRediscovery failed, retrying in 1 minute."); timeToLive = PTimeInterval(0, 0, 1); return; } requiresDiscovery = FALSE; } if (!RegistrationRequest(autoReregister)) { PTRACE_IF(2, !reregisterNow, "RAS\tTime To Live reregistration failed, retrying in 1 minute"); timeToLive = PTimeInterval(0, 0, 1); } } BOOL H323Gatekeeper::UnregistrationRequest(int reason) { if (PAssertNULL(transport) == NULL) return FALSE; PINDEX i; H323RasPDU pdu; H225_UnregistrationRequest & urq = pdu.BuildUnregistrationRequest(GetNextSequenceNumber()); H225_TransportAddress rasAddress; transport->SetUpTransportPDU(rasAddress, TRUE); H323SetTransportAddresses(*transport, endpoint.GetInterfaceAddresses(TRUE, transport), urq.m_callSignalAddress); urq.IncludeOptionalField(H225_UnregistrationRequest::e_endpointAlias); H323SetAliasAddresses(endpoint.GetAliasNames(), urq.m_endpointAlias); if (!gatekeeperIdentifier) { urq.IncludeOptionalField(H225_UnregistrationRequest::e_gatekeeperIdentifier); urq.m_gatekeeperIdentifier = gatekeeperIdentifier; } if (!endpointIdentifier.IsEmpty()) { urq.IncludeOptionalField(H225_UnregistrationRequest::e_endpointIdentifier); urq.m_endpointIdentifier = endpointIdentifier; } if (reason >= 0) { urq.IncludeOptionalField(H225_UnregistrationRequest::e_reason); urq.m_reason = reason; } Request request(urq.m_requestSeqNum, pdu); BOOL requestResult = MakeRequest(request); for (i = 0; i < alternates.GetSize(); i++) { AlternateInfo & altgk = alternates[i]; if (altgk.registrationState == AlternateInfo::IsRegistered) { Connect(altgk.rasAddress,altgk.gatekeeperIdentifier); UnregistrationRequest(reason); } } if (requestResult) return TRUE; switch (request.responseResult) { case Request::NoResponseReceived : registrationFailReason = TransportError; timeToLive = 0; // zero disables lightweight RRQ break; case Request::BadCryptoTokens : registrationFailReason = SecurityDenied; timeToLive = 0; // zero disables lightweight RRQ break; default : break; } return !IsRegistered(); } BOOL H323Gatekeeper::OnReceiveUnregistrationConfirm(const H225_UnregistrationConfirm & ucf) { if (!H225_RAS::OnReceiveUnregistrationConfirm(ucf)) return FALSE; registrationFailReason = UnregisteredLocally; timeToLive = 0; // zero disables lightweight RRQ return TRUE; } BOOL H323Gatekeeper::OnReceiveUnregistrationRequest(const H225_UnregistrationRequest & urq) { if (!H225_RAS::OnReceiveUnregistrationRequest(urq)) return FALSE; PTRACE(2, "RAS\tUnregistration received"); if (!urq.HasOptionalField(H225_UnregistrationRequest::e_gatekeeperIdentifier) || urq.m_gatekeeperIdentifier.GetValue() != gatekeeperIdentifier) { PTRACE(1, "RAS\tInconsistent gatekeeperIdentifier!"); return FALSE; } if (!urq.HasOptionalField(H225_UnregistrationRequest::e_endpointIdentifier) || urq.m_endpointIdentifier.GetValue() != endpointIdentifier) { PTRACE(1, "RAS\tInconsistent endpointIdentifier!"); return FALSE; } endpoint.ClearAllCalls(H323Connection::EndedByGatekeeper, FALSE); PTRACE(3, "RAS\tUnregistered, calls cleared"); registrationFailReason = UnregisteredByGatekeeper; timeToLive = 0; // zero disables lightweight RRQ if (urq.HasOptionalField(H225_UnregistrationRequest::e_alternateGatekeeper)) SetAlternates(urq.m_alternateGatekeeper, FALSE); H323RasPDU response(authenticators); response.BuildUnregistrationConfirm(urq.m_requestSeqNum); BOOL ok = WritePDU(response); if (autoReregister) { PTRACE(3, "RAS\tReregistering by setting timeToLive"); reregisterNow = TRUE; monitorTickle.Signal(); } return ok; } BOOL H323Gatekeeper::OnReceiveUnregistrationReject(const H225_UnregistrationReject & urj) { if (!H225_RAS::OnReceiveUnregistrationReject(urj)) return FALSE; if (lastRequest->rejectReason != H225_UnregRejectReason::e_callInProgress) { registrationFailReason = UnregisteredLocally; timeToLive = 0; // zero disables lightweight RRQ } return TRUE; } BOOL H323Gatekeeper::LocationRequest(const PString & alias, H323TransportAddress & address) { PStringList aliases; aliases.AppendString(alias); return LocationRequest(aliases, address); } BOOL H323Gatekeeper::LocationRequest(const PStringList & aliases, H323TransportAddress & address) { if (PAssertNULL(transport) == NULL) return FALSE; H323RasPDU pdu; H225_LocationRequest & lrq = pdu.BuildLocationRequest(GetNextSequenceNumber()); H323SetAliasAddresses(aliases, lrq.m_destinationInfo); if (!endpointIdentifier.IsEmpty()) { lrq.IncludeOptionalField(H225_LocationRequest::e_endpointIdentifier); lrq.m_endpointIdentifier = endpointIdentifier; } transport->SetUpTransportPDU(lrq.m_replyAddress, TRUE); lrq.IncludeOptionalField(H225_LocationRequest::e_sourceInfo); H323SetAliasAddresses(endpoint.GetAliasNames(), lrq.m_sourceInfo); if (!gatekeeperIdentifier) { lrq.IncludeOptionalField(H225_LocationRequest::e_gatekeeperIdentifier); lrq.m_gatekeeperIdentifier = gatekeeperIdentifier; } Request request(lrq.m_requestSeqNum, pdu); request.responseInfo = &address; if (!MakeRequest(request)) return FALSE; // sanity check the address - some Gks return address 0.0.0.0 and port 0 PIPSocket::Address ipAddr; WORD port; return address.GetIpAndPort(ipAddr, port) && (port != 0); } H323Gatekeeper::AdmissionResponse::AdmissionResponse() { rejectReason = UINT_MAX; gatekeeperRouted = FALSE; endpointCount = 1; transportAddress = NULL; accessTokenData = NULL; aliasAddresses = NULL; destExtraCallInfo = NULL; } struct AdmissionRequestResponseInfo { AdmissionRequestResponseInfo( H323Gatekeeper::AdmissionResponse & r, H323Connection & c ) : param(r), connection(c) { } H323Gatekeeper::AdmissionResponse & param; H323Connection & connection; unsigned allocatedBandwidth; unsigned uuiesRequested; PString accessTokenOID1; PString accessTokenOID2; }; BOOL H323Gatekeeper::AdmissionRequest(H323Connection & connection, AdmissionResponse & response, BOOL ignorePreGrantedARQ) { BOOL answeringCall = connection.HadAnsweredCall(); if (!ignorePreGrantedARQ) { switch (answeringCall ? pregrantAnswerCall : pregrantMakeCall) { case RequireARQ : break; case PregrantARQ : return TRUE; case PreGkRoutedARQ : if (gkRouteAddress.IsEmpty()) { response.rejectReason = UINT_MAX; return FALSE; } if (response.transportAddress != NULL) *response.transportAddress = gkRouteAddress; response.gatekeeperRouted = TRUE; return TRUE; } } H323RasPDU pdu; H225_AdmissionRequest & arq = pdu.BuildAdmissionRequest(GetNextSequenceNumber()); arq.m_callType.SetTag(H225_CallType::e_pointToPoint); arq.m_endpointIdentifier = endpointIdentifier; arq.m_answerCall = answeringCall; arq.m_canMapAlias = TRUE; // Stack supports receiving a different number in the ACF // to the one sent in the ARQ arq.m_willSupplyUUIEs = TRUE; if (!gatekeeperIdentifier) { arq.IncludeOptionalField(H225_AdmissionRequest::e_gatekeeperIdentifier); arq.m_gatekeeperIdentifier = gatekeeperIdentifier; } PString destInfo = connection.GetRemotePartyName(); arq.m_srcInfo.SetSize(1); if (answeringCall) { H323SetAliasAddress(destInfo, arq.m_srcInfo[0]); if (!connection.GetLocalPartyName()) { arq.IncludeOptionalField(H225_AdmissionRequest::e_destinationInfo); H323SetAliasAddresses(connection.GetLocalAliasNames(), arq.m_destinationInfo); } } else { H323SetAliasAddresses(connection.GetLocalAliasNames(), arq.m_srcInfo); if (response.transportAddress == NULL || destInfo != *response.transportAddress) { arq.IncludeOptionalField(H225_AdmissionRequest::e_destinationInfo); arq.m_destinationInfo.SetSize(1); H323SetAliasAddress(destInfo, arq.m_destinationInfo[0]); } } const H323Transport * signallingChannel = connection.GetSignallingChannel(); if (answeringCall) { arq.IncludeOptionalField(H225_AdmissionRequest::e_srcCallSignalAddress); signallingChannel->SetUpTransportPDU(arq.m_srcCallSignalAddress, FALSE); arq.IncludeOptionalField(H225_AdmissionRequest::e_destCallSignalAddress); signallingChannel->SetUpTransportPDU(arq.m_destCallSignalAddress, TRUE); } else { if (signallingChannel != NULL && signallingChannel->IsOpen()) { arq.IncludeOptionalField(H225_AdmissionRequest::e_srcCallSignalAddress); signallingChannel->SetUpTransportPDU(arq.m_srcCallSignalAddress, TRUE); } if (response.transportAddress != NULL && !response.transportAddress->IsEmpty()) { arq.IncludeOptionalField(H225_AdmissionRequest::e_destCallSignalAddress); response.transportAddress->SetPDU(arq.m_destCallSignalAddress); } } arq.m_bandWidth = connection.GetBandwidthAvailable(); arq.m_callReferenceValue = connection.GetCallReference(); arq.m_conferenceID = connection.GetConferenceIdentifier(); arq.m_callIdentifier.m_guid = connection.GetCallIdentifier(); AdmissionRequestResponseInfo info(response, connection); info.accessTokenOID1 = connection.GetGkAccessTokenOID(); PINDEX comma = info.accessTokenOID1.Find(','); if (comma == P_MAX_INDEX) info.accessTokenOID2 = info.accessTokenOID1; else { info.accessTokenOID2 = info.accessTokenOID1.Mid(comma+1); info.accessTokenOID1.Delete(comma, P_MAX_INDEX); } connection.OnSendARQ(arq); Request request(arq.m_requestSeqNum, pdu); request.responseInfo = &info; if (!authenticators.IsEmpty()) { pdu.Prepare(arq.m_tokens, H225_AdmissionRequest::e_tokens, arq.m_cryptoTokens, H225_AdmissionRequest::e_cryptoTokens); H235Authenticators adjustedAuthenticators; if (connection.GetAdmissionRequestAuthentication(arq, adjustedAuthenticators)) { PTRACE(3, "RAS\tAuthenticators credentials replaced with \"" << setfill(',') << adjustedAuthenticators << setfill(' ') << "\" during ARQ"); for (PINDEX i = 0; i < adjustedAuthenticators.GetSize(); i++) { H235Authenticator & authenticator = adjustedAuthenticators[i]; if (authenticator.UseGkAndEpIdentifiers()) authenticator.SetRemoteId(gatekeeperIdentifier); } adjustedAuthenticators.PreparePDU(pdu, arq.m_tokens, H225_AdmissionRequest::e_tokens, arq.m_cryptoTokens, H225_AdmissionRequest::e_cryptoTokens); pdu.SetAuthenticators(adjustedAuthenticators); } } if (!MakeRequest(request)) { response.rejectReason = request.rejectReason; // See if we are registered. if (request.responseResult == Request::RejectReceived && response.rejectReason != H225_AdmissionRejectReason::e_callerNotRegistered && response.rejectReason != H225_AdmissionRejectReason::e_invalidEndpointIdentifier) return FALSE; PTRACE(2, "RAS\tEndpoint has become unregistered during ARQ from gatekeeper " << gatekeeperIdentifier); // Have been told we are not registered (or gk offline) switch (request.responseResult) { case Request::NoResponseReceived : registrationFailReason = TransportError; response.rejectReason = UINT_MAX; break; case Request::BadCryptoTokens : registrationFailReason = SecurityDenied; response.rejectReason = H225_AdmissionRejectReason::e_securityDenial; break; default : registrationFailReason = GatekeeperLostRegistration; } // If we are not registered and auto register is set ... if (!autoReregister) return FALSE; // Then immediately reregister. if (!RegistrationRequest(autoReregister)) return FALSE; // Reset the gk info in ARQ arq.m_endpointIdentifier = endpointIdentifier; if (!gatekeeperIdentifier) { arq.IncludeOptionalField(H225_AdmissionRequest::e_gatekeeperIdentifier); arq.m_gatekeeperIdentifier = gatekeeperIdentifier; } else arq.RemoveOptionalField(H225_AdmissionRequest::e_gatekeeperIdentifier); // Is new request so need new sequence number as well. arq.m_requestSeqNum = GetNextSequenceNumber(); request.sequenceNumber = arq.m_requestSeqNum; if (!MakeRequest(request)) { response.rejectReason = request.responseResult == Request::RejectReceived ? request.rejectReason : UINT_MAX; return FALSE; } } connection.SetBandwidthAvailable(info.allocatedBandwidth); connection.SetUUIEsRequested(info.uuiesRequested); return TRUE; } void H323Gatekeeper::OnSendAdmissionRequest(H225_AdmissionRequest & /*arq*/) { // Override default function as it sets crypto tokens and this is really // done by the AdmissionRequest() function. } static unsigned GetUUIEsRequested(const H225_UUIEsRequested & pdu) { unsigned uuiesRequested = 0; if ((BOOL)pdu.m_setup) uuiesRequested |= (1< 0) { PTRACE(4, "Looking for OID " << info.accessTokenOID1 << " in ACF to copy."); for (PINDEX i = 0; i < tokens.GetSize(); i++) { if (tokens[i].m_tokenOID == info.accessTokenOID1) { PTRACE(4, "Looking for OID " << info.accessTokenOID2 << " in token to copy."); if (tokens[i].HasOptionalField(H235_ClearToken::e_nonStandard) && tokens[i].m_nonStandard.m_nonStandardIdentifier == info.accessTokenOID2) { PTRACE(4, "Copying ACF nonStandard OctetString."); accessTokenData = tokens[i].m_nonStandard.m_data; break; } } } } } BOOL H323Gatekeeper::OnReceiveAdmissionConfirm(const H225_AdmissionConfirm & acf) { if (!H225_RAS::OnReceiveAdmissionConfirm(acf)) return FALSE; AdmissionRequestResponseInfo & info = *(AdmissionRequestResponseInfo *)lastRequest->responseInfo; info.allocatedBandwidth = acf.m_bandWidth; if (info.param.transportAddress != NULL) *info.param.transportAddress = acf.m_destCallSignalAddress; info.param.gatekeeperRouted = acf.m_callModel.GetTag() == H225_CallModel::e_gatekeeperRouted; // Remove the endpoint aliases that the gatekeeper did not like and add the // ones that it really wants us to be. if (info.param.aliasAddresses != NULL && acf.HasOptionalField(H225_AdmissionConfirm::e_destinationInfo)) { PTRACE(3, "RAS\tGatekeeper specified " << acf.m_destinationInfo.GetSize() << " aliases in ACF"); *info.param.aliasAddresses = acf.m_destinationInfo; } if (acf.HasOptionalField(H225_AdmissionConfirm::e_uuiesRequested)) info.uuiesRequested = GetUUIEsRequested(acf.m_uuiesRequested); if (info.param.destExtraCallInfo != NULL && acf.HasOptionalField(H225_AdmissionConfirm::e_destExtraCallInfo)) *info.param.destExtraCallInfo = acf.m_destExtraCallInfo; if (info.param.accessTokenData != NULL && acf.HasOptionalField(H225_AdmissionConfirm::e_tokens)) ExtractToken(info, acf.m_tokens, *info.param.accessTokenData); if (info.param.transportAddress != NULL) { PINDEX count = 1; for (PINDEX i = 0; i < acf.m_alternateEndpoints.GetSize() && count < info.param.endpointCount; i++) { if (acf.m_alternateEndpoints[i].HasOptionalField(H225_Endpoint::e_callSignalAddress) && acf.m_alternateEndpoints[i].m_callSignalAddress.GetSize() > 0) { info.param.transportAddress[count] = acf.m_alternateEndpoints[i].m_callSignalAddress[0]; if (info.param.accessTokenData != NULL) ExtractToken(info, acf.m_alternateEndpoints[i].m_tokens, info.param.accessTokenData[count]); count++; } } info.param.endpointCount = count; } if (acf.HasOptionalField(H225_AdmissionConfirm::e_irrFrequency)) SetInfoRequestRate(AdjustTimeout(acf.m_irrFrequency)); willRespondToIRR = acf.m_willRespondToIRR; #ifdef H323_H248 if (acf.HasOptionalField(H225_AdmissionConfirm::e_serviceControl)) OnServiceControlSessions(acf.m_serviceControl, &info.connection); #endif return TRUE; } BOOL H323Gatekeeper::OnReceiveAdmissionReject(const H225_AdmissionReject & arj) { if (!H225_RAS::OnReceiveAdmissionReject(arj)) return FALSE; #ifdef H323_H248 if (arj.HasOptionalField(H225_AdmissionConfirm::e_serviceControl)) OnServiceControlSessions(arj.m_serviceControl, &((AdmissionRequestResponseInfo *)lastRequest->responseInfo)->connection); #endif return TRUE; } static void SetRasUsageInformation(const H323Connection & connection, H225_RasUsageInformation & usage) { unsigned time = connection.GetAlertingTime().GetTimeInSeconds(); if (time != 0) { usage.IncludeOptionalField(H225_RasUsageInformation::e_alertingTime); usage.m_alertingTime = time; } time = connection.GetConnectionStartTime().GetTimeInSeconds(); if (time != 0) { usage.IncludeOptionalField(H225_RasUsageInformation::e_connectTime); usage.m_connectTime = time; } time = connection.GetConnectionEndTime().GetTimeInSeconds(); if (time != 0) { usage.IncludeOptionalField(H225_RasUsageInformation::e_endTime); usage.m_endTime = time; } } BOOL H323Gatekeeper::DisengageRequest(const H323Connection & connection, unsigned reason) { H323RasPDU pdu; H225_DisengageRequest & drq = pdu.BuildDisengageRequest(GetNextSequenceNumber()); drq.m_endpointIdentifier = endpointIdentifier; drq.m_conferenceID = connection.GetConferenceIdentifier(); drq.m_callReferenceValue = connection.GetCallReference(); drq.m_callIdentifier.m_guid = connection.GetCallIdentifier(); drq.m_disengageReason.SetTag(reason); drq.m_answeredCall = connection.HadAnsweredCall(); drq.IncludeOptionalField(H225_DisengageRequest::e_usageInformation); SetRasUsageInformation(connection, drq.m_usageInformation); drq.IncludeOptionalField(H225_DisengageRequest::e_terminationCause); drq.m_terminationCause.SetTag(H225_CallTerminationCause::e_releaseCompleteReason); Q931::CauseValues cause = H323TranslateFromCallEndReason(connection, drq.m_terminationCause); if (cause != Q931::ErrorInCauseIE) { drq.m_terminationCause.SetTag(H225_CallTerminationCause::e_releaseCompleteCauseIE); PASN_OctetString & rcReason = drq.m_terminationCause; rcReason.SetSize(2); rcReason[0] = 0x80; rcReason[1] = (BYTE)(0x80|cause); } if (!gatekeeperIdentifier) { drq.IncludeOptionalField(H225_DisengageRequest::e_gatekeeperIdentifier); drq.m_gatekeeperIdentifier = gatekeeperIdentifier; } Request request(drq.m_requestSeqNum, pdu); return MakeRequestWithReregister(request, H225_DisengageRejectReason::e_notRegistered); } BOOL H323Gatekeeper::OnReceiveDisengageRequest(const H225_DisengageRequest & drq) { if (!H225_RAS::OnReceiveDisengageRequest(drq)) return FALSE; OpalGloballyUniqueID id = NULL; if (drq.HasOptionalField(H225_DisengageRequest::e_callIdentifier)) id = drq.m_callIdentifier.m_guid; if (id == NULL) id = drq.m_conferenceID; H323RasPDU response(authenticators); H323Connection * connection = endpoint.FindConnectionWithLock(id.AsString()); if (connection == NULL) response.BuildDisengageReject(drq.m_requestSeqNum, H225_DisengageRejectReason::e_requestToDropOther); else { H225_DisengageConfirm & dcf = response.BuildDisengageConfirm(drq.m_requestSeqNum); dcf.IncludeOptionalField(H225_DisengageConfirm::e_usageInformation); SetRasUsageInformation(*connection, dcf.m_usageInformation); connection->ClearCall(H323Connection::EndedByGatekeeper); connection->Unlock(); } #ifdef H323_H248 if (drq.HasOptionalField(H225_DisengageRequest::e_serviceControl)) OnServiceControlSessions(drq.m_serviceControl, connection); #endif return WritePDU(response); } BOOL H323Gatekeeper::BandwidthRequest(H323Connection & connection, unsigned requestedBandwidth) { H323RasPDU pdu; H225_BandwidthRequest & brq = pdu.BuildBandwidthRequest(GetNextSequenceNumber()); brq.m_endpointIdentifier = endpointIdentifier; brq.m_conferenceID = connection.GetConferenceIdentifier(); brq.m_callReferenceValue = connection.GetCallReference(); brq.m_callIdentifier.m_guid = connection.GetCallIdentifier(); brq.m_bandWidth = requestedBandwidth; brq.IncludeOptionalField(H225_BandwidthRequest::e_usageInformation); SetRasUsageInformation(connection, brq.m_usageInformation); Request request(brq.m_requestSeqNum, pdu); unsigned allocatedBandwidth; request.responseInfo = &allocatedBandwidth; if (!MakeRequestWithReregister(request, H225_BandRejectReason::e_notBound)) return FALSE; connection.SetBandwidthAvailable(allocatedBandwidth); return TRUE; } BOOL H323Gatekeeper::OnReceiveBandwidthConfirm(const H225_BandwidthConfirm & bcf) { if (!H225_RAS::OnReceiveBandwidthConfirm(bcf)) return FALSE; if (lastRequest->responseInfo != NULL) *(unsigned *)lastRequest->responseInfo = bcf.m_bandWidth; return TRUE; } BOOL H323Gatekeeper::OnReceiveBandwidthRequest(const H225_BandwidthRequest & brq) { if (!H225_RAS::OnReceiveBandwidthRequest(brq)) return FALSE; OpalGloballyUniqueID id = brq.m_callIdentifier.m_guid; H323Connection * connection = endpoint.FindConnectionWithLock(id.AsString()); H323RasPDU response(authenticators); if (connection == NULL) response.BuildBandwidthReject(brq.m_requestSeqNum, H225_BandRejectReason::e_invalidConferenceID); else { if (connection->SetBandwidthAvailable(brq.m_bandWidth)) response.BuildBandwidthConfirm(brq.m_requestSeqNum, brq.m_bandWidth); else response.BuildBandwidthReject(brq.m_requestSeqNum, H225_BandRejectReason::e_insufficientResources); connection->Unlock(); } return WritePDU(response); } void H323Gatekeeper::SetInfoRequestRate(const PTimeInterval & rate) { if (rate < infoRequestRate.GetResetTime() || infoRequestRate.GetResetTime() == 0) { // Have to be sneaky here becuase we do not want to actually change the // amount of time to run on the timer. PTimeInterval timeToGo = infoRequestRate; infoRequestRate = rate; if (rate > timeToGo) infoRequestRate.PTimeInterval::operator=(timeToGo); } } void H323Gatekeeper::ClearInfoRequestRate() { // Only reset rate to zero (disabled) if no calls present if (endpoint.GetAllConnections().IsEmpty()) infoRequestRate = 0; } H225_InfoRequestResponse & H323Gatekeeper::BuildInfoRequestResponse(H323RasPDU & response, unsigned seqNum) { H225_InfoRequestResponse & irr = response.BuildInfoRequestResponse(seqNum); endpoint.SetEndpointTypeInfo(irr.m_endpointType); irr.m_endpointIdentifier = endpointIdentifier; transport->SetUpTransportPDU(irr.m_rasAddress, TRUE); H323SetTransportAddresses(*transport, endpoint.GetInterfaceAddresses(TRUE, transport), irr.m_callSignalAddress); irr.IncludeOptionalField(H225_InfoRequestResponse::e_endpointAlias); H323SetAliasAddresses(endpoint.GetAliasNames(), irr.m_endpointAlias); return irr; } BOOL H323Gatekeeper::SendUnsolicitedIRR(H225_InfoRequestResponse & irr, H323RasPDU & response) { irr.m_unsolicited = TRUE; if (willRespondToIRR) { PTRACE(4, "RAS\tSending unsolicited IRR and awaiting acknowledgement"); Request request(irr.m_requestSeqNum, response); return MakeRequest(request); } PTRACE(4, "RAS\tSending unsolicited IRR and without acknowledgement"); response.SetAuthenticators(authenticators); return WritePDU(response); } static void AddInfoRequestResponseCall(H225_InfoRequestResponse & irr, const H323Connection & connection) { irr.IncludeOptionalField(H225_InfoRequestResponse::e_perCallInfo); PINDEX sz = irr.m_perCallInfo.GetSize(); irr.m_perCallInfo.SetSize(sz+1); H225_InfoRequestResponse_perCallInfo_subtype & info = irr.m_perCallInfo[sz]; info.m_callReferenceValue = connection.GetCallReference(); info.m_callIdentifier.m_guid = connection.GetCallIdentifier(); info.m_conferenceID = connection.GetConferenceIdentifier(); info.IncludeOptionalField(H225_InfoRequestResponse_perCallInfo_subtype::e_originator); info.m_originator = !connection.HadAnsweredCall(); H323_RTP_Session * session = connection.GetSessionCallbacks(RTP_Session::DefaultAudioSessionID); if (session != NULL) { info.IncludeOptionalField(H225_InfoRequestResponse_perCallInfo_subtype::e_audio); info.m_audio.SetSize(1); session->OnSendRasInfo(info.m_audio[0]); } session = connection.GetSessionCallbacks(RTP_Session::DefaultVideoSessionID); if (session != NULL) { info.IncludeOptionalField(H225_InfoRequestResponse_perCallInfo_subtype::e_video); info.m_video.SetSize(1); session->OnSendRasInfo(info.m_video[0]); } const H323Transport & controlChannel = connection.GetControlChannel(); controlChannel.SetUpTransportPDU(info.m_h245.m_recvAddress, TRUE); controlChannel.SetUpTransportPDU(info.m_h245.m_sendAddress, FALSE); info.m_callType.SetTag(H225_CallType::e_pointToPoint); info.m_bandWidth = connection.GetBandwidthUsed(); info.m_callModel.SetTag(connection.IsGatekeeperRouted() ? H225_CallModel::e_gatekeeperRouted : H225_CallModel::e_direct); info.IncludeOptionalField(H225_InfoRequestResponse_perCallInfo_subtype::e_usageInformation); SetRasUsageInformation(connection, info.m_usageInformation); } static BOOL AddAllInfoRequestResponseCall(H225_InfoRequestResponse & irr, H323EndPoint & endpoint, const PStringList & tokens) { BOOL addedOne = FALSE; for (PINDEX i = 0; i < tokens.GetSize(); i++) { H323Connection * connection = endpoint.FindConnectionWithLock(tokens[i]); if (connection != NULL) { AddInfoRequestResponseCall(irr, *connection); connection->Unlock(); addedOne = TRUE; } } return addedOne; } void H323Gatekeeper::InfoRequestResponse() { PStringList tokens = endpoint.GetAllConnections(); if (tokens.IsEmpty()) return; H323RasPDU response; H225_InfoRequestResponse & irr = BuildInfoRequestResponse(response, GetNextSequenceNumber()); if (AddAllInfoRequestResponseCall(irr, endpoint, tokens)) SendUnsolicitedIRR(irr, response); } void H323Gatekeeper::InfoRequestResponse(const H323Connection & connection) { H323RasPDU response; H225_InfoRequestResponse & irr = BuildInfoRequestResponse(response, GetNextSequenceNumber()); AddInfoRequestResponseCall(irr, connection); SendUnsolicitedIRR(irr, response); } void H323Gatekeeper::InfoRequestResponse(const H323Connection & connection, const H225_H323_UU_PDU & pdu, BOOL sent) { // Are unknown Q.931 PDU if (pdu.m_h323_message_body.GetTag() == P_MAX_INDEX) return; // Check mask of things to report on if ((connection.GetUUIEsRequested() & (1<SetUUIEsRequested(::GetUUIEsRequested(irq.m_uuiesRequested)); AddInfoRequestResponseCall(irr, *connection); connection->Unlock(); } } if (!irq.HasOptionalField(H225_InfoRequest::e_replyAddress)) return WritePDU(response); H323TransportAddress replyAddress = irq.m_replyAddress; if (replyAddress.IsEmpty()) return FALSE; H323TransportAddress oldAddress = transport->GetRemoteAddress(); BOOL ok = transport->ConnectTo(replyAddress) && WritePDU(response); transport->ConnectTo(oldAddress); return ok; } #ifdef H323_H248 BOOL H323Gatekeeper::OnReceiveServiceControlIndication(const H225_ServiceControlIndication & sci) { if (!H225_RAS::OnReceiveServiceControlIndication(sci)) return FALSE; H323Connection * connection = NULL; if (sci.HasOptionalField(H225_ServiceControlIndication::e_callSpecific)) { OpalGloballyUniqueID id = sci.m_callSpecific.m_callIdentifier.m_guid; if (id.IsNULL()) id = sci.m_callSpecific.m_conferenceID; connection = endpoint.FindConnectionWithLock(id.AsString()); } OnServiceControlSessions(sci.m_serviceControl, connection); H323RasPDU response(authenticators); response.BuildServiceControlResponse(sci.m_requestSeqNum); return WritePDU(response); } void H323Gatekeeper::OnServiceControlSessions(const H225_ArrayOf_ServiceControlSession & serviceControl, H323Connection * connection) { for (PINDEX i = 0; i < serviceControl.GetSize(); i++) { H225_ServiceControlSession & pdu = serviceControl[i]; H323ServiceControlSession * session = NULL; unsigned sessionId = pdu.m_sessionId; if (serviceControlSessions.Contains(sessionId)) { session = &serviceControlSessions[sessionId]; if (pdu.HasOptionalField(H225_ServiceControlSession::e_contents)) { if (!session->OnReceivedPDU(pdu.m_contents)) { PTRACE(2, "SvcCtrl\tService control for session has changed!"); session = NULL; } } } if (session == NULL && pdu.HasOptionalField(H225_ServiceControlSession::e_contents)) { session = endpoint.CreateServiceControlSession(pdu.m_contents); serviceControlSessions.SetAt(sessionId, session); } if (session != NULL) endpoint.OnServiceControlSession(sessionId, pdu.m_reason.GetTag(), *session, connection); } } #endif // H323_H248 void H323Gatekeeper::SetPassword(const PString & password, const PString & username) { PString localId = username; if (localId.IsEmpty()) localId = endpoint.GetLocalUserName(); for (PINDEX i = 0; i < authenticators.GetSize(); i++) { authenticators[i].SetLocalId(localId); authenticators[i].SetPassword(password); } } void H323Gatekeeper::MonitorMain(PThread &, INT) { PTRACE(3, "RAS\tBackground thread started"); for (;;) { monitorTickle.Wait(); if (monitorStop) break; if (reregisterNow || (!timeToLive.IsRunning() && timeToLive.GetResetTime() > 0)) { RegistrationTimeToLive(); timeToLive.Reset(); } if (!infoRequestRate.IsRunning() && infoRequestRate.GetResetTime() > 0) { InfoRequestResponse(); infoRequestRate.Reset(); } } PTRACE(3, "RAS\tBackground thread ended"); } void H323Gatekeeper::TickleMonitor(PTimer &, INT) { monitorTickle.Signal(); } void H323Gatekeeper::SetAlternates(const H225_ArrayOf_AlternateGK & alts, BOOL permanent) { PINDEX i; if (!alternatePermanent) { // don't want to replace alternates gatekeepers if this is an alternate and it's not permanent for (i = 0; i < alternates.GetSize(); i++) { if (transport->GetRemoteAddress().IsEquivalent(alternates[i].rasAddress) && gatekeeperIdentifier == alternates[i].gatekeeperIdentifier) return; } } alternates.RemoveAll(); for (i = 0; i < alts.GetSize(); i++) { AlternateInfo * alt = new AlternateInfo(alts[i]); if (alt->rasAddress.IsEmpty()) delete alt; else alternates.Append(alt); } alternatePermanent = permanent; PTRACE(3, "RAS\tSet alternate gatekeepers:\n" << setfill('\n') << alternates << setfill(' ')); } BOOL H323Gatekeeper::MakeRequestWithReregister(Request & request, unsigned unregisteredTag) { if (MakeRequest(request)) return TRUE; if (request.responseResult == Request::RejectReceived && request.rejectReason != unregisteredTag) return FALSE; PTRACE(2, "RAS\tEndpoint has become unregistered from gatekeeper " << gatekeeperIdentifier); // Have been told we are not registered (or gk offline) switch (request.responseResult) { case Request::NoResponseReceived : registrationFailReason = TransportError; break; case Request::BadCryptoTokens : registrationFailReason = SecurityDenied; break; default : registrationFailReason = GatekeeperLostRegistration; } // If we are not registered and auto register is set ... if (!autoReregister) return FALSE; reregisterNow = TRUE; monitorTickle.Signal(); return FALSE; } void H323Gatekeeper::Connect(const H323TransportAddress & address, const PString & gkid) { if (transport == NULL) transport = new H323TransportUDP(endpoint, PIPSocket::GetDefaultIpAny()); transport->SetRemoteAddress(address); transport->Connect(); gatekeeperIdentifier = gkid; } BOOL H323Gatekeeper::MakeRequest(Request & request) { if (PAssertNULL(transport) == NULL) return FALSE; // Set authenticators if not already set by caller requestMutex.Wait(); if (request.requestPDU.GetAuthenticators().IsEmpty()) request.requestPDU.SetAuthenticators(authenticators); /* To be sure that the H323 Cleaner, H225 Caller or Monitor don't set the transport address of the alternate while the other is in timeout. We have to block the function */ H323TransportAddress tempAddr = transport->GetRemoteAddress(); PString tempIdentifier = gatekeeperIdentifier; PINDEX alt = 0; for (;;) { if (H225_RAS::MakeRequest(request)) { if (!alternatePermanent && (transport->GetRemoteAddress() != tempAddr || gatekeeperIdentifier != tempIdentifier)) Connect(tempAddr, tempIdentifier); requestMutex.Signal(); return TRUE; } if (request.responseResult != Request::NoResponseReceived && request.responseResult != Request::TryAlternate) { // try alternate in those cases and see if it's successful requestMutex.Signal(); return FALSE; } AlternateInfo * altInfo; PIPSocket::Address localAddress; WORD localPort; do { if (alt >= alternates.GetSize()) { if (!alternatePermanent) Connect(tempAddr,tempIdentifier); requestMutex.Signal(); return FALSE; } altInfo = &alternates[alt++]; transport->GetLocalAddress().GetIpAndPort(localAddress,localPort); transport->CleanUpOnTermination(); delete transport; transport = new H323TransportUDP(endpoint,localAddress,localPort); transport->SetRemoteAddress (altInfo->rasAddress); transport->Connect(); gatekeeperIdentifier = altInfo->gatekeeperIdentifier; StartChannel(); } while (altInfo->registrationState == AlternateInfo::RegistrationFailed); if (altInfo->registrationState == AlternateInfo::NeedToRegister) { altInfo->registrationState = AlternateInfo::RegistrationFailed; registrationFailReason = TransportError; discoveryComplete = FALSE; H323RasPDU pdu; Request req(SetupGatekeeperRequest(pdu), pdu); if (H225_RAS::MakeRequest(req)) { requestMutex.Signal(); // avoid deadlock... if (RegistrationRequest(autoReregister)) { altInfo->registrationState = AlternateInfo::IsRegistered; // The wanted registration is done, we can return if (request.requestPDU.GetChoice().GetTag() == H225_RasMessage::e_registrationRequest) { if (!alternatePermanent) Connect(tempAddr,tempIdentifier); return TRUE; } } requestMutex.Wait(); } } } } H323Gatekeeper::AlternateInfo::AlternateInfo(H225_AlternateGK & alt) : rasAddress(alt.m_rasAddress), gatekeeperIdentifier(alt.m_gatekeeperIdentifier.GetValue()), priority(alt.m_priority) { registrationState = alt.m_needToRegister ? NeedToRegister : NoRegistrationNeeded; } H323Gatekeeper::AlternateInfo::~AlternateInfo () { } PObject::Comparison H323Gatekeeper::AlternateInfo::Compare(const PObject & obj) { PAssert(PIsDescendant(&obj, H323Gatekeeper), PInvalidCast); unsigned otherPriority = ((const AlternateInfo & )obj).priority; if (priority < otherPriority) return LessThan; if (priority > otherPriority) return GreaterThan; return EqualTo; } void H323Gatekeeper::AlternateInfo::PrintOn(ostream & strm) const { if (!gatekeeperIdentifier) strm << gatekeeperIdentifier << '@'; strm << rasAddress; if (priority > 0) strm << ";priority=" << priority; } BOOL H323Gatekeeper::OnSendFeatureSet(unsigned pduType, H225_FeatureSet & features) const { return endpoint.OnSendFeatureSet(pduType, features); } void H323Gatekeeper::OnReceiveFeatureSet(unsigned pduType, const H225_FeatureSet & features) const { endpoint.OnReceiveFeatureSet(pduType, features); } ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/src/gkserver.cxx0100644000176200056700000041000110166162562016774 0ustar releasepostincr/* * gkserver.cxx * * Gatekeeper client protocol handler * * Open H323 Library * * Copyright (c) 1999-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * This code was based on original code from OpenGate of Egoboo Ltd. thanks * to Ashley Unitt for his efforts. * * Contributor(s): ______________________________________. * * $Log: gkserver.cxx,v $ * Revision 1.170 2005/01/03 06:25:54 csoutheren * Added extensive support for disabling code modules at compile time * * Revision 1.169 2004/12/14 06:22:21 csoutheren * More OSP implementation * * Revision 1.168 2004/12/08 02:21:26 csoutheren * Fix spelling mistake * * Revision 1.167 2004/11/25 07:38:58 csoutheren * Ensured that external TCP address translation is performed when using STUN to handle UDP * * Revision 1.166 2004/09/03 01:06:10 csoutheren * Added initial hooks for H.460 GEF * Thanks to Simon Horne and ISVO (Asia) Pte Ltd. for this contribution * * Revision 1.165 2004/08/03 07:00:13 csoutheren * Added isGKRouted hint to TranslateAliasAddress as this is needed for the reply ACF * * Revision 1.164 2004/05/05 14:11:17 csoutheren * Fixed problems with AccessRequest returning wildcards * * Revision 1.163 2004/04/24 23:58:04 rjongbloed * Fixed GCC 3.4 warning about PAssertNULL * * Revision 1.162 2004/04/21 04:52:12 csoutheren * Fixed problem wil using the incorrect call for AddCall * * Revision 1.161 2004/04/21 01:39:05 csoutheren * Added new overrides to GatekeeperServer to provide virtuals when calls and endpoints are created and destroyed * * Revision 1.160 2004/04/15 07:43:37 csoutheren * Allow gatekeeper to make a decision on multiple alias registrations for each registration * * Revision 1.159 2004/04/14 01:41:59 csoutheren * Added access to endpoint information for GetUserPassword * * Revision 1.157 2004/04/03 08:28:06 csoutheren * Remove pseudo-RTTI and replaced with real RTTI * * Revision 1.156 2004/04/01 04:44:15 csoutheren * Corrected sense of the check for descriptor translation * * Revision 1.155 2004/03/31 07:16:22 csoutheren * Added virtual to provide access to H.501 descriptor sent by GK * * Revision 1.154 2004/02/15 03:36:31 rjongbloed * Fixed bug in removing prefixes, plus added ability to have multiple endpoints * with the same profix, thanks Rossano Ravelli * * Revision 1.153 2004/02/07 11:44:03 rjongbloed * Fixed deadlocks caused under high load by failure to check locking * success. Also added functions to find destination endpoint. * Thanks Federico Pinna and the gang at Reitek S.p.A. * * Revision 1.152 2004/02/04 09:40:13 rjongbloed * Fixed innovaphone gatekeeper compatibility, thanks Rossano Ravelli * * Revision 1.151 2003/12/24 06:35:25 csoutheren * Fixed problem with NAT endpoints and GRQs * Added TranslateAliasAddress on H323GatekeeperCall * * Revision 1.150 2003/12/11 05:41:00 csoutheren * Added storage of H.225 version in endpoint structure * Disabled sending RIPs to endpoints that cannot handle them * * Revision 1.149 2003/12/11 02:18:52 csoutheren * More fixes for NM deregister problems. Seems to be fixed now :) * * Revision 1.148 2003/12/09 06:56:53 csoutheren * Fixed unbalanced record lock * * Revision 1.147 2003/12/09 00:59:19 csoutheren * Fixed problem with endpoints deregistering * * Revision 1.146 2003/05/05 08:28:25 craigs * Fixed lastUpdate time in descriptors * * Revision 1.145 2003/05/01 01:44:36 robertj * Fixed missing authentication check on lightweight RRQs. * * Revision 1.144 2003/04/30 07:51:57 robertj * Fixed correct setting of reply authenticators, mus use ancestor writePDU. * * Revision 1.143 2003/04/30 07:27:19 robertj * Fixed setting of alternate security ID only if have one. * * Revision 1.142 2003/04/30 00:28:54 robertj * Redesigned the alternate credentials in ARQ system as old implementation * was fraught with concurrency issues, most importantly it can cause false * detection of replay attacks taking out an endpoint completely. * * Revision 1.141 2003/04/10 09:42:48 robertj * Added some more functions for converting to alias addresses. * * Revision 1.140 2003/04/10 07:47:57 robertj * Added endpoint type to peer element add descriptor. * * Revision 1.139 2003/04/09 10:46:39 craigs * Updated for changed to peer element * * Revision 1.138 2003/04/09 03:08:10 robertj * Fixed race condition in shutting down transactor (pure virtual call) * * Revision 1.137 2003/04/08 02:31:02 robertj * Fixed setting of call member variable (dstHost) outside of mutex. * * Revision 1.136 2003/04/03 05:21:11 robertj * Fixed updating aliases for look up of locally registered ep. * * Revision 1.135 2003/04/02 06:58:14 robertj * Added support for (optional) duplicate aliases in gatekeeper server, necessitating * the removal of AddAlias and RemoveAlias functions. * * Revision 1.134 2003/04/02 06:08:00 robertj * Added H.323 Annex G Peer Element support to gatekeeper server. * * Revision 1.133 2003/04/01 07:31:45 robertj * Added function to translate alias into alias list and transport to make * use of full information returned by peer element. * * Revision 1.132 2003/04/01 05:59:33 robertj * Fixed H.501 transaction code setting members for m_common PDU part. * * Revision 1.131 2003/04/01 04:47:54 robertj * Abstracted H.225 RAS transaction processing (RIP and secondary thread) in * server environment for use by H.501 peer elements. * * Revision 1.130 2003/03/25 02:30:09 robertj * Additional tracing * * Revision 1.129 2003/03/17 22:51:10 craigs * Improvided useability of AddAlias and RemoveAlias * * Revision 1.128 2003/03/04 05:28:20 robertj * Added statistics for rejected registrations and call admissions. * * Revision 1.127 2003/03/04 01:29:03 robertj * Fixed rare bandwidth leak in call processing. * * Revision 1.126 2003/03/03 06:59:53 robertj * Fixed call SetBandwidth function so adjusts global bandwidth as well. * * Revision 1.125 2003/03/03 06:53:15 robertj * Fixed incorrect adjustment of bandwidth on BRQ if not enough for request. * * Revision 1.124 2003/02/28 05:09:19 robertj * Added trace of bandwidth allocation. * * Revision 1.123 2003/02/21 05:25:45 craigs * Abstracted out underlying transports for use with peerelements * * Revision 1.122 2003/02/11 04:50:01 robertj * Added missing gatekeeper identifiers in URQ and DRQ. * * Revision 1.121 2003/02/06 06:46:25 robertj * Changed to ignore srcCallSignalAddress if ep is flagegd as behind NAT. * * Revision 1.120 2003/02/06 04:47:25 robertj * Changes to help with endpoints behind NAT. * * Revision 1.119 2003/02/04 23:08:34 robertj * Fixed partial search for endpoint by alias so must match the partial at the * begining of the endpoints alias name, preventing return of incorrect ep. * * Revision 1.118 2003/02/03 03:58:10 robertj * Fixed use of local password database with ep's that have multiple aliases. * * Revision 1.117 2003/02/03 00:47:12 robertj * Changed setting of alerting and connect times so if clock on client is early * the gk server uses its own current time. * * Revision 1.116 2003/02/03 00:13:20 robertj * Fixed problem with Cisco non standard connect time, thanks Francisco Olarte Sanz * * Revision 1.115 2003/02/01 13:31:21 robertj * Changes to support CAT authentication in RAS. * * Revision 1.114 2003/01/27 23:17:28 robertj * Fixed use of alternate credentials in ARQ * * Revision 1.113 2003/01/26 04:48:58 robertj * Fixed LRQ so returns registered ep first and fills in rasAddress in LCF as * best it can under various scenarios. * Fixed translate alias so a DN is not thought to be an IP address. * * Revision 1.112 2003/01/25 05:41:45 robertj * Changed LRQ handling to use translate alias to address function. * * Revision 1.111 2003/01/16 00:55:32 robertj * Fixed crash if reject ARQ early in processing. * * Revision 1.110 2003/01/08 04:40:34 robertj * Added more debug tracing for H.235 authenticators. * * Revision 1.109 2002/12/19 06:20:56 robertj * Rearranged crypto check to be at the end of the H323RegisteredEndPoint * version of OnAdmission() to make it easier for overrides to do something * with teh endpoint if it fails the security, * * Revision 1.108 2002/12/19 01:01:24 robertj * Fixed missing read/write lock when doing IRR update on call state. * * Revision 1.107 2002/12/17 01:25:26 robertj * Added call backs on gk server when ep indicates alerting or connect. * * Revision 1.106 2002/12/13 03:59:32 robertj * Fixed incorrect field identifier used in including optional field for * balance in ARJ * * Revision 1.105 2002/12/12 03:50:42 robertj * Fixed incorrect condition for detecting suportset RRQ * * Revision 1.104 2002/12/02 07:42:35 robertj * Fixed GNU warning * * Revision 1.103 2002/12/02 06:44:21 robertj * Changed to allow for an already registered endpoint to send a full RRQ to add * but not subtract aliases or signalling addresses. If tries to subtract then * will reject the RRQ and de-register the endpoint. * * Revision 1.102 2002/11/28 05:46:20 robertj * Fixed bug so can set total bandwidth while calls are in progress. * * Revision 1.101 2002/11/28 04:41:48 robertj * Added support for RAS ServiceControlIndication command. * * Revision 1.100 2002/11/27 06:54:56 robertj * Added Service Control Session management as per Annex K/H.323 via RAS * only at this stage. * Added H.248 ASN and very primitive infrastructure for linking into the * Service Control Session management system. * Added basic infrastructure for Annex K/H.323 HTTP transport system. * Added Call Credit Service Control to display account balances. * * Revision 1.99 2002/11/25 03:27:28 robertj * Added sanity checking to the alerting, connected and end call times may * receive from endpoint, don't accept if in future or before call started! * * Revision 1.98 2002/11/21 06:40:00 robertj * Changed promiscuous mode to be three way. Fixes race condition in gkserver * which can cause crashes or more PDUs to be sent to the wrong place. * * Revision 1.97 2002/11/19 01:50:35 robertj * Added expiditing of alerting and connect time statistics if ep can do UUIEs * * Revision 1.96 2002/11/18 23:41:25 robertj * Changed to use the H323EndPoint::CreateAuthenticators() function, we * should use only one. * * Revision 1.95 2002/11/15 03:26:40 robertj * Fixed crash when removing alias in URQ and it isn't registered with it. * * Revision 1.94 2002/11/12 11:36:07 robertj * Added function to find endpoint by partial alias. * Optimised endpoint "indexes" to use sorted lists instead of dictionaries. * * Revision 1.93 2002/11/11 07:20:12 robertj * Minor clean up of API for doing RAS requests suing authentication. * * Revision 1.92 2002/11/10 08:10:43 robertj * Moved constants for "well known" ports to better place (OPAL change). * * Revision 1.91 2002/11/05 05:56:09 robertj * Super slight optimisation! * * Revision 1.90 2002/11/04 23:48:48 robertj * Fixed memory leak on ep unregistration, pointed out by Ravelli Rossano. * * Revision 1.89 2002/10/29 00:14:08 robertj * Improved setting of usage info, included getting it from BRQ etc. * * Revision 1.88 2002/10/24 07:04:41 robertj * Changed use of translate address so can see previous dstHost value before * it might change it. * * Revision 1.87 2002/10/24 05:54:18 robertj * Improved looking up alias as DNS host and port. * * Revision 1.86 2002/10/21 01:20:36 robertj * Moved setting of aliases in RCF to after OnFullRegistration() returns so an * application can alter the aliases an endpoint registers as. * * Revision 1.85 2002/10/21 00:55:46 robertj * Added function to unregister an endpoint via user interface. * Added reason code to call disengage. * Added ability to find call by a description string. * Fixed LCF having RAS address in it. * * Revision 1.84 2002/10/17 05:28:11 robertj * Supported some dumb old version endpoints that could not ignore fields * that they don't understand. * * Revision 1.83 2002/10/17 02:20:56 robertj * Fixed problem with older clients sending unsolicited IRR's using the * seqnum==1 technique instead of explicit flag. * * Revision 1.82 2002/10/16 07:29:41 robertj * Added support for endpoints that do not support RRQ timeToLive parameter, * will actively go see if ep is there using IRQ before expiring the ep. * * Revision 1.81 2002/10/16 01:53:09 robertj * Removed trace on starting slow PDU handler thread, cannot use pointer * returned if is auto-delete thread as it can go out of scope any time. * * Revision 1.80 2002/10/16 01:00:02 robertj * Fixed gk server so can listen on localhost if listening on INADDR_ANY. * * Revision 1.79 2002/10/10 05:32:36 robertj * Minor changes for Tornado 2 compiler compatibility, thanks Martijn Roest * * Revision 1.78 2002/10/09 08:01:01 robertj * Changed registration so get URJ if calls are in progress. * Fixed call of registered eps OnRegistration() to before ep is removed. * * Revision 1.77 2002/10/02 09:33:24 robertj * Previous fix had to be done in two places. * * Revision 1.76 2002/10/01 08:27:52 robertj * Fixed (benign) race condition between client and server both wanting to do * a DRQ of a call at the same time. Caused an Assert, but no crash. * * Revision 1.75 2002/10/01 06:40:52 robertj * Removed GNU compiler warning * * Revision 1.74 2002/10/01 02:44:58 robertj * Fixed problem where a non lightweight RRQ with endpointIdentifer does not * overwrite old H323RegisteredEndpoint instance, but just updates it * preventing loss of calls if ep is just changing things like aliases etc. * * Revision 1.73 2002/09/29 23:39:30 craigs * Rearranged expression to avoid MSVC compiler compiler internal error * * Revision 1.72 2002/09/25 14:33:05 robertj * Added special code for innovaphone's broken behaviour with unsolicited IRR's * having no perCallInfo. For them this apparently means "all calls ok". * * Revision 1.71 2002/09/24 08:03:00 robertj * Added H.225 RAS protocol version number to registered endpoint structure. * * Revision 1.70 2002/09/20 05:39:22 robertj * Added Cisco non-standard version of connect time indication in IRR. * * Revision 1.69 2002/09/20 02:40:08 robertj * Fixed compatibility with buggy Cisco's that do not indicate the direction * of the call in the IRR perCallInfo structure. * * Revision 1.68 2002/09/19 09:13:27 robertj * Fixed problem with making (and assuring with multi-threading) IRQ and DRQ * requests are sent to the correct endpoint address, thanks Martijn Roest. * * Revision 1.67 2002/08/29 07:57:09 robertj * Added some statistics to gatekeeper server. * * Revision 1.66 2002/08/29 06:57:26 robertj * Removed redundent thread member variable from request info. * Added optimisation in does not need to look up endpoint on slow response * sub-thread if already have looked it up duing the first pass. * Added optimisation and possible thread mutex issue in setting authenticator * remote and local user names in RRQ, only do on full reg not keepAlive. * * Revision 1.65 2002/08/16 02:43:18 robertj * Fixed bug where call can exist in database even though was rejected. * * Revision 1.64 2002/08/16 02:32:58 robertj * Fixed possible deadlock in heartbeat * * Revision 1.63 2002/08/16 02:30:25 robertj * Fixed call heartbeat so if IRQ succeeds but indicates it does not know the * call then the call in the gk is removed. * * Revision 1.62 2002/08/14 02:04:00 robertj * Added trace log for heartbeat timeout on call. * * Revision 1.61 2002/08/12 08:12:45 robertj * Added extra hint to help with ARQ using separate credentials from RRQ. * * Revision 1.60 2002/08/12 05:38:24 robertj * Changes to the RAS subsystem to support ability to make requests to client * from gkserver without causing bottlenecks and race conditions. * * Revision 1.59 2002/08/11 23:20:42 robertj * Fixed GNU compatibility error * * Revision 1.58 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.57 2002/08/05 05:17:41 robertj * Fairly major modifications to support different authentication credentials * in ARQ to the logged in ones on RRQ. For both client and server. * Various other H.235 authentication bugs and anomalies fixed on the way. * * Revision 1.56 2002/07/25 05:22:22 robertj * Fixed possible race condition where call is removed between first ARQ * processing and slow PDU handler thread starting! * * Revision 1.55 2002/07/24 02:57:44 robertj * Assured all calls for an ep are removed if ep is removed due to timeout * rather than via an unregister. * Added tolerance to lightweight RRQ timer. * Added several missing mutex calls. * * Revision 1.54 2002/07/19 00:31:13 robertj * Allowed a zero IRR rate time to disable IRR hearbeat checks. * * Revision 1.53 2002/07/17 04:42:14 robertj * Fixed filling in callSignallingAddress in RCF * * Revision 1.52 2002/07/17 04:01:00 robertj * Fixed RRJ reason of duplicateAlias having correct choice field in PDU. * * Revision 1.51 2002/07/16 13:47:56 robertj * Added missing lock when removing call from endpoint. * Fixed setting of credentials when sending Disengage. * improved some logging messages. * * Revision 1.50 2002/07/16 09:20:56 robertj * Fixed bug where call was not removed from gk when Disengage called. * Fixed correct setting of unsolicited flag if get IRR from old v2 ep. * * Revision 1.49 2002/07/11 09:37:00 robertj * Added support for early versions of unsolicited IRR. * Fixed fail safe IRQ if does not receive unsolicited IRR in time. * Fixed removal of call if IRR failure indicates call is no longer valid. * * Revision 1.48 2002/07/11 07:01:41 robertj * Added Disengage() function to force call drop from gk server. * Added InfoRequest() function to force client to send an IRR. * Added ability to automatically clear calls if do not get IRR for it. * * Revision 1.47 2002/07/10 01:09:21 robertj * Fixed bug where did not use URQ endpoint id for look up. * * Revision 1.46 2002/07/10 00:05:47 robertj * Fixed bug where doing a URQ does not actually remove the endpoint. * * Revision 1.45 2002/07/09 00:16:26 robertj * Fixed incorrect allocation of bandwidth in ARQ, thanks Dave Giffin * * Revision 1.44 2002/06/24 07:01:05 robertj * Fixed correct adding of call to endpoint structure, only if call confirmed. * * Revision 1.43 2002/06/21 02:52:47 robertj * Fixed problem with double checking H.235 hashing, this causes failure as * the authenticator thinks it is a replay attack. * * Revision 1.42 2002/06/19 05:03:11 robertj * Changed gk code to allow for H.235 security on an endpoint by endpoint basis. * * Revision 1.41 2002/06/12 03:55:21 robertj * Added function to add/remove multiple listeners in one go comparing against * what is already running so does not interrupt unchanged listeners. * * Revision 1.40 2002/06/07 08:12:38 robertj * Added check to reject ARQ if does not contain a call identifier. * * Revision 1.39 2002/06/07 06:19:21 robertj * Fixed GNU warning * * Revision 1.38 2002/05/29 00:03:19 robertj * Fixed unsolicited IRR support in gk client and server, * including support for IACK and INAK. * * Revision 1.37 2002/05/17 03:41:46 robertj * Fixed problems with H.235 authentication on RAS for server and client. * * Revision 1.36 2002/05/09 02:53:20 robertj * Fixed some problems with setting host/alias field in call on ARQ * * Revision 1.35 2002/05/08 02:06:07 robertj * Fixed failure to remove call if is rejected on slow reply. * Fixed overwriting of application infor on lightweight RRQ. * Fixed inclusion of adjusted aliases in RCF. * * Revision 1.34 2002/05/07 06:25:20 robertj * Fixed GNU compiler compatibility. * * Revision 1.33 2002/05/07 06:15:54 robertj * Changed ARQ processing so rejects multiple ARQ with same call id, not this * does NOT include the transport level retries (based on sequence number). * * Revision 1.32 2002/05/07 03:18:15 robertj * Added application info (name/version etc) into registered endpoint data. * * Revision 1.31 2002/05/06 09:05:01 craigs * Fixed compile problem on Linux * * Revision 1.30 2002/05/06 00:56:41 robertj * Sizeable rewrite of gatekeeper server code to make more bulletproof against * multithreaded operation. Especially when using slow response/RIP feature. * Also changed the call indexing to use call id and direction as key. * * Revision 1.29 2002/04/09 02:34:14 robertj * Fixed problem with duplicate entries in endpoint list if ARQ gets retried, * thanks Horacio J. Peña * * Revision 1.28 2002/03/06 02:51:31 robertj * Fixed race condition when starting slow server response thread. * * Revision 1.27 2002/03/06 02:01:26 craigs * Add log message when SlowHandler thread started * * Revision 1.26 2002/03/05 03:42:40 robertj * Fixed calling of endpoints OnUnregister() function, thanks Francisco Olarte Sanz * * Revision 1.25 2002/03/04 07:57:57 craigs * Changed log level of ageing message * Fixed assert caused by accessing byIdentifier with integer * * Revision 1.24 2002/03/03 21:34:54 robertj * Added gatekeeper monitor thread. * * Revision 1.23 2002/03/02 05:59:01 robertj * Fixed possible bandwidth leak (thanks Francisco Olarte Sanz) and in * the process added OnBandwidth function to H323GatekeeperCall class. * * Revision 1.22 2002/03/01 04:09:35 robertj * Fixed problems with keeping track of calls. Calls are now indexed by call-id * alone and maintain both endpoints of call in its structure. Fixes problem * with calls form an endpoint to itself, and having two objects being tracked * where there is really only one call. * * Revision 1.21 2002/02/25 10:26:39 robertj * Added ARQ with zero bandwidth as a request for a default, thanks Federico Pinna * * Revision 1.20 2002/02/25 10:16:21 robertj * Fixed bad mistake in getting new aliases from ARQ, thanks HoraPe * * Revision 1.19 2002/02/25 09:49:02 robertj * Fixed possible "bandwidth leak" on ARQ, thanks Francisco Olarte Sanz * * Revision 1.18 2002/02/11 05:19:21 robertj * Allowed for multiple ARQ requests for same call ID. Reuses existing call * object and sends another ACF. * * Revision 1.17 2002/02/04 05:21:27 robertj * Lots of changes to fix multithreaded slow response code (RIP). * Fixed problem with having two entries for same call in call list. * * Revision 1.16 2002/01/31 06:45:44 robertj * Added more checking for invalid list processing in calls database. * * Revision 1.15 2002/01/30 05:07:54 robertj * Some robustness changes, temporarily removed threads in RIP. * * Revision 1.14 2001/12/15 10:10:48 robertj * GCC compatibility * * Revision 1.13 2001/12/15 08:09:08 robertj * Added alerting, connect and end of call times to be sent to RAS server. * * Revision 1.12 2001/12/14 06:41:17 robertj * Added call end reason codes in DisengageRequest for GK server use. * * Revision 1.11 2001/12/13 11:08:45 robertj * Significant changes to support slow request handling, automatically sending * RIP and spawning thread to handle time consuming operation. * * Revision 1.10 2001/12/06 06:44:42 robertj * Removed "Win32 SSL xxx" build configurations in favour of system * environment variables to select optional libraries. * * Revision 1.9 2001/11/21 13:35:23 craigs * Removed deadlock with empty registered endpoint list * * Revision 1.8 2001/11/19 06:56:44 robertj * Added prefix strings for gateways registered with this gk, thanks Mikael Stolt * * Revision 1.7 2001/09/18 10:06:54 robertj * Added trace for if RRJ on security because user has no password. * * Revision 1.6 2001/09/13 01:15:20 robertj * Added flag to H235Authenticator to determine if gkid and epid is to be * automatically set as the crypto token remote id and local id. * * Revision 1.5 2001/08/10 11:03:52 robertj * Major changes to H.235 support in RAS to support server. * * Revision 1.4 2001/08/06 07:44:55 robertj * Fixed problems with building without SSL * * Revision 1.3 2001/08/06 03:18:38 robertj * Fission of h323.h to h323ep.h & h323con.h, h323.h now just includes files. * Improved access to H.235 secure RAS functionality. * Changes to H.323 secure RAS contexts to help use with gk server. * * Revision 1.2 2001/07/24 10:12:33 craigs * Fixed problem with admission requests not having src signalling addresses * * Revision 1.1 2001/07/24 02:31:07 robertj * Added gatekeeper RAS protocol server classes. * */ #include #ifdef __GNUC__ #pragma implementation "gkserver.h" #endif #include "gkserver.h" #ifdef H323_H501 #include "peclient.h" #endif const char AnswerCallStr[] = "-Answer"; const char OriginateCallStr[] = "-Originate"; #define new PNEW ///////////////////////////////////////////////////////////////////////////// H323GatekeeperRequest::H323GatekeeperRequest(H323GatekeeperListener & ras, const H323RasPDU & pdu) : H323Transaction(ras, pdu, new H323RasPDU, new H323RasPDU), rasChannel(ras) { } H323TransactionPDU * H323GatekeeperRequest::CreateRIP(unsigned sequenceNumber, unsigned delay) const { H323RasPDU * pdu = new H323RasPDU; pdu->BuildRequestInProgress(sequenceNumber, delay); return pdu; } BOOL H323GatekeeperRequest::WritePDU(H323TransactionPDU & pdu) { PTRACE_BLOCK("H323GatekeeperRequest::WritePDU"); if (endpoint != NULL) replyAddresses = endpoint->GetRASAddresses(); return H323Transaction::WritePDU(pdu); } BOOL H323GatekeeperRequest::CheckGatekeeperIdentifier() { PString pduGkid = GetGatekeeperIdentifier(); if (pduGkid.IsEmpty()) // Not present in PDU return TRUE; PString rasGkid = rasChannel.GetIdentifier(); // If it is present it has to be correct! if (pduGkid == rasGkid) return TRUE; SetRejectReason(GetGatekeeperRejectTag()); PTRACE(2, "RAS\t" << GetName() << " rejected, has different identifier," " got \"" << pduGkid << "\", should be \"" << rasGkid << '"'); return FALSE; } BOOL H323GatekeeperRequest::GetRegisteredEndPoint() { if (endpoint != NULL) { PTRACE(4, "RAS\tAlready located endpoint: " << *endpoint); return TRUE; } PString id = GetEndpointIdentifier(); endpoint = rasChannel.GetGatekeeper().FindEndPointByIdentifier(id); if (endpoint != NULL) { PTRACE(4, "RAS\tLocated endpoint: " << *endpoint); canSendRIP = endpoint->CanReceiveRIP(); return TRUE; } SetRejectReason(GetRegisteredEndPointRejectTag()); PTRACE(2, "RAS\t" << GetName() << " rejected," " \"" << id << "\" not registered"); return FALSE; } BOOL H323GatekeeperRequest::CheckCryptoTokens() { if (authenticatorResult == H235Authenticator::e_Disabled) return H323Transaction::CheckCryptoTokens(endpoint->GetAuthenticators()); return authenticatorResult == H235Authenticator::e_OK; } ///////////////////////////////////////////////////////////////////////////// H323GatekeeperGRQ::H323GatekeeperGRQ(H323GatekeeperListener & rasChannel, const H323RasPDU & pdu) : H323GatekeeperRequest(rasChannel, pdu), grq((H225_GatekeeperRequest &)request->GetChoice().GetObject()), gcf(((H323RasPDU &)confirm->GetPDU()).BuildGatekeeperConfirm(grq.m_requestSeqNum)), grj(((H323RasPDU &)reject->GetPDU()).BuildGatekeeperReject(grq.m_requestSeqNum, H225_GatekeeperRejectReason::e_terminalExcluded)) { // Check the return address, if not the same side of a NAT firewall, then // just use the physical reply address already set by ancestor. H323TransportAddress rasAddress = grq.m_rasAddress; H323EndPoint & ep = rasChannel.GetEndPoint(); PIPSocket::Address senderIP, rasIP; if (rasChannel.GetTransport().IsCompatibleTransport(grq.m_rasAddress) && (!replyAddresses[0].GetIpAddress(senderIP) || !rasAddress.GetIpAddress(rasIP) || ep.IsLocalAddress(senderIP) == ep.IsLocalAddress(rasIP))) { PTRACE(4, "RAS\tFound suitable RAS address in GRQ: " << rasAddress); replyAddresses[0] = rasAddress; } else { isBehindNAT = TRUE; PTRACE(3, "RAS\tUnsuitable RAS address in GRQ, using " << replyAddresses[0]); } } #if PTRACING const char * H323GatekeeperGRQ::GetName() const { return "GRQ"; } #endif PString H323GatekeeperGRQ::GetGatekeeperIdentifier() const { if (grq.HasOptionalField(H225_GatekeeperRequest::e_gatekeeperIdentifier)) return grq.m_gatekeeperIdentifier; return PString::Empty(); } unsigned H323GatekeeperGRQ::GetGatekeeperRejectTag() const { return H225_GatekeeperRejectReason::e_terminalExcluded; } PString H323GatekeeperGRQ::GetEndpointIdentifier() const { return PString::Empty(); // Dummy, should never be used } unsigned H323GatekeeperGRQ::GetRegisteredEndPointRejectTag() const { return H225_GatekeeperRejectReason::e_terminalExcluded; } H235Authenticator::ValidationResult H323GatekeeperGRQ::ValidatePDU() const { return request->Validate(grq.m_tokens, H225_GatekeeperRequest::e_tokens, grq.m_cryptoTokens, H225_GatekeeperRequest::e_cryptoTokens); } unsigned H323GatekeeperGRQ::GetSecurityRejectTag() const { return H225_GatekeeperRejectReason::e_securityDenial; } void H323GatekeeperGRQ::SetRejectReason(unsigned reasonCode) { grj.m_rejectReason.SetTag(reasonCode); } H323GatekeeperRequest::Response H323GatekeeperGRQ::OnHandlePDU() { return rasChannel.OnDiscovery(*this); } H323GatekeeperRRQ::H323GatekeeperRRQ(H323GatekeeperListener & rasChannel, const H323RasPDU & pdu) : H323GatekeeperRequest(rasChannel, pdu), rrq((H225_RegistrationRequest &)request->GetChoice().GetObject()), rcf(((H323RasPDU &)confirm->GetPDU()).BuildRegistrationConfirm(rrq.m_requestSeqNum)), rrj(((H323RasPDU &)reject->GetPDU()).BuildRegistrationReject(rrq.m_requestSeqNum)) { H323EndPoint & ep = rasChannel.GetEndPoint(); PIPSocket::Address senderIP; BOOL senderIsIP = replyAddresses[0].GetIpAddress(senderIP); BOOL senderIsLocal = senderIsIP && ep.IsLocalAddress(senderIP); H323TransportAddressArray unsuitable; BOOL first = TRUE; PINDEX i; for (i = 0; i < rrq.m_rasAddress.GetSize(); i++) { if (rasChannel.GetTransport().IsCompatibleTransport(rrq.m_rasAddress[i])) { // Check the return address, if not the same side of a NAT firewall, then // just use the physical reply address already set by ancestor. H323TransportAddress rasAddress = rrq.m_rasAddress[i]; PIPSocket::Address rasIP; if (!senderIsIP | !rasAddress.GetIpAddress(rasIP) || senderIsLocal == ep.IsLocalAddress(rasIP)) { PTRACE(4, "RAS\tFound suitable RAS address in RRQ: " << rasAddress); if (first) replyAddresses[0] = rasAddress; else replyAddresses.AppendAddress(rasAddress); first = FALSE; } else unsuitable.AppendAddress(rasAddress); } } isBehindNAT = first; PTRACE_IF(3, isBehindNAT, "RAS\tCould not find suitable RAS address in RRQ, using " << replyAddresses[0]); for (i = 0; i < unsuitable.GetSize(); i++) replyAddresses.AppendAddress(unsuitable[i]); } #if PTRACING const char * H323GatekeeperRRQ::GetName() const { return "RRQ"; } #endif PString H323GatekeeperRRQ::GetGatekeeperIdentifier() const { if (rrq.HasOptionalField(H225_RegistrationRequest::e_gatekeeperIdentifier)) return rrq.m_gatekeeperIdentifier; return PString::Empty(); } unsigned H323GatekeeperRRQ::GetGatekeeperRejectTag() const { return H225_RegistrationRejectReason::e_undefinedReason; } PString H323GatekeeperRRQ::GetEndpointIdentifier() const { return rrq.m_endpointIdentifier; } unsigned H323GatekeeperRRQ::GetRegisteredEndPointRejectTag() const { return H225_RegistrationRejectReason::e_fullRegistrationRequired; } H235Authenticator::ValidationResult H323GatekeeperRRQ::ValidatePDU() const { return request->Validate(rrq.m_tokens, H225_RegistrationRequest::e_tokens, rrq.m_cryptoTokens, H225_RegistrationRequest::e_cryptoTokens); } unsigned H323GatekeeperRRQ::GetSecurityRejectTag() const { return H225_RegistrationRejectReason::e_securityDenial; } void H323GatekeeperRRQ::SetRejectReason(unsigned reasonCode) { rrj.m_rejectReason.SetTag(reasonCode); } H323GatekeeperRequest::Response H323GatekeeperRRQ::OnHandlePDU() { H323GatekeeperRequest::Response response = rasChannel.OnRegistration(*this); if (response != Reject) return response; H323GatekeeperServer & server = rasChannel.GetGatekeeper(); server.mutex.Wait(); server.rejectedRegistrations++; server.mutex.Signal(); return Reject; } H323GatekeeperURQ::H323GatekeeperURQ(H323GatekeeperListener & rasChannel, const H323RasPDU & pdu) : H323GatekeeperRequest(rasChannel, pdu), urq((H225_UnregistrationRequest &)request->GetChoice().GetObject()), ucf(((H323RasPDU &)confirm->GetPDU()).BuildUnregistrationConfirm(urq.m_requestSeqNum)), urj(((H323RasPDU &)reject->GetPDU()).BuildUnregistrationReject(urq.m_requestSeqNum)) { } #if PTRACING const char * H323GatekeeperURQ::GetName() const { return "URQ"; } #endif PString H323GatekeeperURQ::GetGatekeeperIdentifier() const { if (urq.HasOptionalField(H225_UnregistrationRequest::e_gatekeeperIdentifier)) return urq.m_gatekeeperIdentifier; return PString::Empty(); } unsigned H323GatekeeperURQ::GetGatekeeperRejectTag() const { return H225_GatekeeperRejectReason::e_terminalExcluded; } PString H323GatekeeperURQ::GetEndpointIdentifier() const { return urq.m_endpointIdentifier; } unsigned H323GatekeeperURQ::GetRegisteredEndPointRejectTag() const { return H225_UnregRejectReason::e_notCurrentlyRegistered; } H235Authenticator::ValidationResult H323GatekeeperURQ::ValidatePDU() const { return request->Validate(urq.m_tokens, H225_UnregistrationRequest::e_tokens, urq.m_cryptoTokens, H225_UnregistrationRequest::e_cryptoTokens); } unsigned H323GatekeeperURQ::GetSecurityRejectTag() const { return H225_UnregRejectReason::e_securityDenial; } void H323GatekeeperURQ::SetRejectReason(unsigned reasonCode) { urj.m_rejectReason.SetTag(reasonCode); } H323GatekeeperRequest::Response H323GatekeeperURQ::OnHandlePDU() { return rasChannel.OnUnregistration(*this); } H323GatekeeperARQ::H323GatekeeperARQ(H323GatekeeperListener & rasChannel, const H323RasPDU & pdu) : H323GatekeeperRequest(rasChannel, pdu), arq((H225_AdmissionRequest &)request->GetChoice().GetObject()), acf(((H323RasPDU &)confirm->GetPDU()).BuildAdmissionConfirm(arq.m_requestSeqNum)), arj(((H323RasPDU &)reject->GetPDU()).BuildAdmissionReject(arq.m_requestSeqNum)) { } #if PTRACING const char * H323GatekeeperARQ::GetName() const { return "ARQ"; } #endif PString H323GatekeeperARQ::GetGatekeeperIdentifier() const { if (arq.HasOptionalField(H225_AdmissionRequest::e_gatekeeperIdentifier)) return arq.m_gatekeeperIdentifier; return PString::Empty(); } unsigned H323GatekeeperARQ::GetGatekeeperRejectTag() const { return H225_AdmissionRejectReason::e_undefinedReason; } PString H323GatekeeperARQ::GetEndpointIdentifier() const { return arq.m_endpointIdentifier; } unsigned H323GatekeeperARQ::GetRegisteredEndPointRejectTag() const { return H225_AdmissionRejectReason::e_callerNotRegistered; } H235Authenticator::ValidationResult H323GatekeeperARQ::ValidatePDU() const { return request->Validate(arq.m_tokens, H225_AdmissionRequest::e_tokens, arq.m_cryptoTokens, H225_AdmissionRequest::e_cryptoTokens); } unsigned H323GatekeeperARQ::GetSecurityRejectTag() const { return H225_AdmissionRejectReason::e_securityDenial; } void H323GatekeeperARQ::SetRejectReason(unsigned reasonCode) { arj.m_rejectReason.SetTag(reasonCode); } H323GatekeeperRequest::Response H323GatekeeperARQ::OnHandlePDU() { H323GatekeeperRequest::Response response = rasChannel.OnAdmission(*this); if (response != Reject) return response; H323GatekeeperServer & server = rasChannel.GetGatekeeper(); PSafePtr call = server.FindCall(arq.m_callIdentifier.m_guid, arq.m_answerCall); if (call != NULL) server.RemoveCall(call); server.mutex.Wait(); server.rejectedCalls++; server.mutex.Signal(); return Reject; } H323GatekeeperDRQ::H323GatekeeperDRQ(H323GatekeeperListener & rasChannel, const H323RasPDU & pdu) : H323GatekeeperRequest(rasChannel, pdu), drq((H225_DisengageRequest &)request->GetChoice().GetObject()), dcf(((H323RasPDU &)confirm->GetPDU()).BuildDisengageConfirm(drq.m_requestSeqNum)), drj(((H323RasPDU &)reject->GetPDU()).BuildDisengageReject(drq.m_requestSeqNum)) { } #if PTRACING const char * H323GatekeeperDRQ::GetName() const { return "DRQ"; } #endif PString H323GatekeeperDRQ::GetGatekeeperIdentifier() const { if (drq.HasOptionalField(H225_DisengageRequest::e_gatekeeperIdentifier)) return drq.m_gatekeeperIdentifier; return PString::Empty(); } unsigned H323GatekeeperDRQ::GetGatekeeperRejectTag() const { return H225_DisengageRejectReason::e_notRegistered; } PString H323GatekeeperDRQ::GetEndpointIdentifier() const { return drq.m_endpointIdentifier; } unsigned H323GatekeeperDRQ::GetRegisteredEndPointRejectTag() const { return H225_DisengageRejectReason::e_notRegistered; } H235Authenticator::ValidationResult H323GatekeeperDRQ::ValidatePDU() const { return request->Validate(drq.m_tokens, H225_DisengageRequest::e_tokens, drq.m_cryptoTokens, H225_DisengageRequest::e_cryptoTokens); } unsigned H323GatekeeperDRQ::GetSecurityRejectTag() const { return H225_DisengageRejectReason::e_securityDenial; } void H323GatekeeperDRQ::SetRejectReason(unsigned reasonCode) { drj.m_rejectReason.SetTag(reasonCode); } H323GatekeeperRequest::Response H323GatekeeperDRQ::OnHandlePDU() { return rasChannel.OnDisengage(*this); } H323GatekeeperBRQ::H323GatekeeperBRQ(H323GatekeeperListener & rasChannel, const H323RasPDU & pdu) : H323GatekeeperRequest(rasChannel, pdu), brq((H225_BandwidthRequest &)request->GetChoice().GetObject()), bcf(((H323RasPDU &)confirm->GetPDU()).BuildBandwidthConfirm(brq.m_requestSeqNum)), brj(((H323RasPDU &)reject->GetPDU()).BuildBandwidthReject(brq.m_requestSeqNum)) { } #if PTRACING const char * H323GatekeeperBRQ::GetName() const { return "BRQ"; } #endif PString H323GatekeeperBRQ::GetGatekeeperIdentifier() const { if (brq.HasOptionalField(H225_BandwidthRequest::e_gatekeeperIdentifier)) return brq.m_gatekeeperIdentifier; return PString::Empty(); } unsigned H323GatekeeperBRQ::GetGatekeeperRejectTag() const { return H225_BandRejectReason::e_undefinedReason; } PString H323GatekeeperBRQ::GetEndpointIdentifier() const { return brq.m_endpointIdentifier; } unsigned H323GatekeeperBRQ::GetRegisteredEndPointRejectTag() const { return H225_BandRejectReason::e_notBound; } H235Authenticator::ValidationResult H323GatekeeperBRQ::ValidatePDU() const { return request->Validate(brq.m_tokens, H225_BandwidthRequest::e_tokens, brq.m_cryptoTokens, H225_BandwidthRequest::e_cryptoTokens); } unsigned H323GatekeeperBRQ::GetSecurityRejectTag() const { return H225_BandRejectReason::e_securityDenial; } void H323GatekeeperBRQ::SetRejectReason(unsigned reasonCode) { brj.m_rejectReason.SetTag(reasonCode); } H323GatekeeperRequest::Response H323GatekeeperBRQ::OnHandlePDU() { return rasChannel.OnBandwidth(*this); } H323GatekeeperLRQ::H323GatekeeperLRQ(H323GatekeeperListener & rasChannel, const H323RasPDU & pdu) : H323GatekeeperRequest(rasChannel, pdu), lrq((H225_LocationRequest &)request->GetChoice().GetObject()), lcf(((H323RasPDU &)confirm->GetPDU()).BuildLocationConfirm(lrq.m_requestSeqNum)), lrj(((H323RasPDU &)reject->GetPDU()).BuildLocationReject(lrq.m_requestSeqNum)) { if (rasChannel.GetTransport().IsCompatibleTransport(lrq.m_replyAddress)) replyAddresses[0] = lrq.m_replyAddress; } #if PTRACING const char * H323GatekeeperLRQ::GetName() const { return "LRQ"; } #endif PString H323GatekeeperLRQ::GetGatekeeperIdentifier() const { if (lrq.HasOptionalField(H225_LocationRequest::e_gatekeeperIdentifier)) return lrq.m_gatekeeperIdentifier; return PString::Empty(); } unsigned H323GatekeeperLRQ::GetGatekeeperRejectTag() const { return H225_LocationRejectReason::e_undefinedReason; } PString H323GatekeeperLRQ::GetEndpointIdentifier() const { return lrq.m_endpointIdentifier; } unsigned H323GatekeeperLRQ::GetRegisteredEndPointRejectTag() const { return H225_LocationRejectReason::e_notRegistered; } H235Authenticator::ValidationResult H323GatekeeperLRQ::ValidatePDU() const { return request->Validate(lrq.m_tokens, H225_LocationRequest::e_tokens, lrq.m_cryptoTokens, H225_LocationRequest::e_cryptoTokens); } unsigned H323GatekeeperLRQ::GetSecurityRejectTag() const { return H225_LocationRejectReason::e_securityDenial; } void H323GatekeeperLRQ::SetRejectReason(unsigned reasonCode) { lrj.m_rejectReason.SetTag(reasonCode); } H323GatekeeperRequest::Response H323GatekeeperLRQ::OnHandlePDU() { return rasChannel.OnLocation(*this); } H323GatekeeperIRR::H323GatekeeperIRR(H323GatekeeperListener & rasChannel, const H323RasPDU & pdu) : H323GatekeeperRequest(rasChannel, pdu), irr((H225_InfoRequestResponse &)request->GetChoice().GetObject()), iack(((H323RasPDU &)confirm->GetPDU()).BuildInfoRequestAck(irr.m_requestSeqNum)), inak(((H323RasPDU &)reject->GetPDU()).BuildInfoRequestNak(irr.m_requestSeqNum)) { } #if PTRACING const char * H323GatekeeperIRR::GetName() const { return "IRR"; } #endif PString H323GatekeeperIRR::GetGatekeeperIdentifier() const { return PString::Empty(); } unsigned H323GatekeeperIRR::GetGatekeeperRejectTag() const { return H225_GatekeeperRejectReason::e_terminalExcluded; } PString H323GatekeeperIRR::GetEndpointIdentifier() const { return irr.m_endpointIdentifier; } unsigned H323GatekeeperIRR::GetRegisteredEndPointRejectTag() const { return H225_InfoRequestNakReason::e_notRegistered; } H235Authenticator::ValidationResult H323GatekeeperIRR::ValidatePDU() const { return request->Validate(irr.m_tokens, H225_InfoRequestResponse::e_tokens, irr.m_cryptoTokens, H225_InfoRequestResponse::e_cryptoTokens); } unsigned H323GatekeeperIRR::GetSecurityRejectTag() const { return H225_InfoRequestNakReason::e_securityDenial; } void H323GatekeeperIRR::SetRejectReason(unsigned reasonCode) { inak.m_nakReason.SetTag(reasonCode); } H323GatekeeperRequest::Response H323GatekeeperIRR::OnHandlePDU() { return rasChannel.OnInfoResponse(*this); } ///////////////////////////////////////////////////////////////////////////// H323GatekeeperCall::H323GatekeeperCall(H323GatekeeperServer& gk, const OpalGloballyUniqueID & id, Direction dir) : gatekeeper(gk), callIdentifier(id), conferenceIdentifier(NULL), alertingTime(0), connectedTime(0), callEndTime(0) { endpoint = NULL; rasChannel = NULL; direction = dir; callReference = 0; drqReceived = FALSE; callEndReason = H323Connection::NumCallEndReasons; bandwidthUsed = 0; infoResponseRate = gatekeeper.GetInfoResponseRate(); } H323GatekeeperCall::~H323GatekeeperCall() { SetBandwidthUsed(0); } PObject::Comparison H323GatekeeperCall::Compare(const PObject & obj) const { // Do not have to lock the object as these fields should never change for // life of the object PAssert(PIsDescendant(&obj, H323GatekeeperCall), PInvalidCast); const H323GatekeeperCall & other = (const H323GatekeeperCall &)obj; Comparison result = callIdentifier.Compare(other.callIdentifier); if (result != EqualTo) return result; if (direction == UnknownDirection || other.direction == UnknownDirection) return EqualTo; if (direction > other.direction) return GreaterThan; if (direction < other.direction) return LessThan; return EqualTo; } void H323GatekeeperCall::PrintOn(ostream & strm) const { // Do not have to lock the object as these fields should never change for // life of the object strm << callIdentifier; switch (direction) { case AnsweringCall : strm << AnswerCallStr; break; case OriginatingCall : strm << OriginateCallStr; break; default : break; } } H323GatekeeperRequest::Response H323GatekeeperCall::OnAdmission(H323GatekeeperARQ & info) { PTRACE_BLOCK("H323GatekeeperCall::OnAdmission"); if (endpoint != NULL) { info.SetRejectReason(H225_AdmissionRejectReason::e_resourceUnavailable); PTRACE(2, "RAS\tARQ rejected, multiple use of same call id."); return H323GatekeeperRequest::Reject; } PINDEX i; if (!LockReadWrite()) { PTRACE(1, "RAS\tARQ rejected, lock failed on call " << *this); return H323GatekeeperRequest::Reject; } PTRACE(3, "RAS\tProcessing OnAdmission for " << *this); endpoint = info.endpoint; rasChannel = &info.GetRasChannel(); callReference = info.arq.m_callReferenceValue; conferenceIdentifier = info.arq.m_conferenceID; for (i = 0; i < info.arq.m_srcInfo.GetSize(); i++) { PString alias = H323GetAliasAddressString(info.arq.m_srcInfo[i]); if (srcAliases.GetValuesIndex(alias) == P_MAX_INDEX) srcAliases += alias; } srcNumber = H323GetAliasAddressE164(info.arq.m_srcInfo); if (!endpoint->IsBehindNAT() && info.arq.HasOptionalField(H225_AdmissionRequest::e_srcCallSignalAddress)) srcHost = info.arq.m_srcCallSignalAddress; else srcHost = info.GetReplyAddress(); if (info.arq.HasOptionalField(H225_AdmissionRequest::e_destinationInfo)) { for (i = 0; i < info.arq.m_destinationInfo.GetSize(); i++) { PString alias = H323GetAliasAddressString(info.arq.m_destinationInfo[i]); if (dstAliases.GetValuesIndex(alias) == P_MAX_INDEX) dstAliases += alias; } dstNumber = H323GetAliasAddressE164(info.arq.m_destinationInfo); } if (info.arq.HasOptionalField(H225_AdmissionRequest::e_destCallSignalAddress)) dstHost = info.arq.m_destCallSignalAddress; UnlockReadWrite(); BOOL isGKRouted = gatekeeper.IsGatekeeperRouted(); if (direction == AnsweringCall) { // See if our policies allow the call BOOL denied = TRUE; for (i = 0; i < info.arq.m_srcInfo.GetSize(); i++) { if (gatekeeper.CheckAliasAddressPolicy(*endpoint, info.arq, info.arq.m_srcInfo[i])) { denied = FALSE; break; } } if (info.arq.HasOptionalField(H225_AdmissionRequest::e_srcCallSignalAddress)) { if (gatekeeper.CheckSignalAddressPolicy(*endpoint, info.arq, info.arq.m_srcCallSignalAddress)) denied = FALSE; } if (denied) { info.SetRejectReason(H225_AdmissionRejectReason::e_securityDenial); PTRACE(2, "RAS\tARQ rejected, not allowed to answer call"); return H323GatekeeperRequest::Reject; } } else { PSafePtr destEP; BOOL denied = TRUE; BOOL noAddress = TRUE; // if no alias, convert signalling address to an alias if (!info.arq.HasOptionalField(H225_AdmissionRequest::e_destinationInfo) && info.arq.HasOptionalField(H225_AdmissionRequest::e_destCallSignalAddress)) { H323TransportAddress origTransAddr(info.arq.m_destCallSignalAddress); H225_AliasAddress transportAlias; H323SetAliasAddress(origTransAddr, transportAlias); if (gatekeeper.CheckAliasAddressPolicy(*endpoint, info.arq, transportAlias)) { denied = FALSE; H323TransportAddress destAddr; if (TranslateAliasAddress(transportAlias, info.acf.m_destinationInfo, destAddr, isGKRouted)) { if (info.acf.m_destinationInfo.GetSize()) info.acf.IncludeOptionalField(H225_AdmissionConfirm::e_destinationInfo); destEP = gatekeeper.FindEndPointByAliasAddress(transportAlias); if (!LockReadWrite()) { PTRACE(1, "RAS\tARQ rejected, lock failed on call " << *this); return H323GatekeeperRequest::Reject; } dstHost = destAddr; UnlockReadWrite(); noAddress = FALSE; } } } // if alias(es) specified, check them else { for (i = 0; i < info.arq.m_destinationInfo.GetSize(); i++) { if (gatekeeper.CheckAliasAddressPolicy(*endpoint, info.arq, info.arq.m_destinationInfo[i])) { denied = FALSE; H323TransportAddress destAddr; if (TranslateAliasAddress(info.arq.m_destinationInfo[i], info.acf.m_destinationInfo, destAddr, isGKRouted)) { if (info.acf.m_destinationInfo.GetSize()) info.acf.IncludeOptionalField(H225_AdmissionConfirm::e_destinationInfo); destEP = gatekeeper.FindEndPointByAliasAddress(info.arq.m_destinationInfo[i]); if (!LockReadWrite()) { PTRACE(1, "RAS\tARQ rejected, lock failed on call " << *this); return H323GatekeeperRequest::Reject; } dstHost = destAddr; UnlockReadWrite(); noAddress = FALSE; break; } } } if (denied) { info.SetRejectReason(H225_AdmissionRejectReason::e_securityDenial); PTRACE(2, "RAS\tARQ rejected, not allowed to make call"); return H323GatekeeperRequest::Reject; } if (noAddress) { info.SetRejectReason(H225_AdmissionRejectReason::e_calledPartyNotRegistered); PTRACE(2, "RAS\tARQ rejected, destination alias not registered"); return H323GatekeeperRequest::Reject; } if (destEP != NULL) { destEP.SetSafetyMode(PSafeReadOnly); if (!LockReadWrite()) { PTRACE(1, "RAS\tARQ rejected, lock failed on call " << *this); return H323GatekeeperRequest::Reject; } dstAliases.RemoveAll(); dstNumber = PString::Empty(); for (i = 0; i < destEP->GetAliasCount(); i++) { PString alias = destEP->GetAlias(i); dstAliases += alias; if (strspn(alias, "0123456789*#") == strlen(alias)) dstNumber = alias; } UnlockReadWrite(); destEP.SetSafetyMode(PSafeReference); } // Has provided an alias and signal address, see if agree if (destEP != NULL && info.arq.HasOptionalField(H225_AdmissionRequest::e_destCallSignalAddress)) { // Note nested if's used because some compilers (Tornado 2) cannot handle it if (gatekeeper.FindEndPointBySignalAddress(info.arq.m_destCallSignalAddress) != destEP) { info.SetRejectReason(H225_AdmissionRejectReason::e_aliasesInconsistent); PTRACE(2, "RAS\tARQ rejected, destination address not for specified alias"); return H323GatekeeperRequest::Reject; } } } // Have no address from anywhere if (dstHost.IsEmpty()) { info.SetRejectReason(H225_AdmissionRejectReason::e_incompleteAddress); PTRACE(2, "RAS\tARQ rejected, must have destination address or alias"); return H323GatekeeperRequest::Reject; } // Now see if security policy allows connection to that address if (!gatekeeper.CheckSignalAddressPolicy(*endpoint, info.arq, dstHost)) { info.SetRejectReason(H225_AdmissionRejectReason::e_securityDenial); PTRACE(2, "RAS\tARQ rejected, not allowed to make call"); return H323GatekeeperRequest::Reject; } } // See if have bandwidth unsigned requestedBandwidth = info.arq.m_bandWidth; if (requestedBandwidth == 0) requestedBandwidth = gatekeeper.GetDefaultBandwidth(); unsigned bandwidthAllocated = gatekeeper.AllocateBandwidth(requestedBandwidth); if (bandwidthAllocated == 0) { info.SetRejectReason(H225_AdmissionRejectReason::e_requestDenied); PTRACE(2, "RAS\tARQ rejected, not enough bandwidth"); return H323GatekeeperRequest::Reject; } bandwidthUsed = bandwidthAllocated; // Do we need to lock for atomic assignment? info.acf.m_bandWidth = bandwidthUsed; // Set the rate for getting unsolicited IRR's if (infoResponseRate > 0 && endpoint->GetProtocolVersion() > 2) { info.acf.IncludeOptionalField(H225_AdmissionConfirm::e_irrFrequency); info.acf.m_irrFrequency = infoResponseRate; } info.acf.m_willRespondToIRR = TRUE; // Set the destination to fixed value of gk routed if (isGKRouted) info.acf.m_callModel.SetTag(H225_CallModel::e_gatekeeperRouted); dstHost.SetPDU(info.acf.m_destCallSignalAddress); // If ep can do UUIE's then use that to expidite getting some statistics if (info.arq.m_willSupplyUUIEs) { info.acf.m_uuiesRequested.m_alerting = TRUE; info.acf.m_uuiesRequested.m_connect = TRUE; } return H323GatekeeperRequest::Confirm; } BOOL H323GatekeeperCall::Disengage(int reason) { if (!LockReadWrite()) { PTRACE(1, "RAS\tDRQ not sent, lock failed on call " << *this); return FALSE; } if (drqReceived) { UnlockReadWrite(); PTRACE(1, "RAS\tAlready disengaged call " << *this); return FALSE; } drqReceived = TRUE; PTRACE(2, "RAS\tDisengage of call " << *this); UnlockReadWrite(); if (reason == -1) reason = H225_DisengageReason::e_forcedDrop; BOOL ok; // Send DRQ to endpoint(s) if (rasChannel != NULL) ok = rasChannel->DisengageRequest(*this, reason); else { // Can't do DRQ as have no RAS channel to use (probably logic error) PAssertAlways("Tried to disengage call we did not receive ARQ for!"); ok = FALSE; } gatekeeper.RemoveCall(this); return ok; } H323GatekeeperRequest::Response H323GatekeeperCall::OnDisengage(H323GatekeeperDRQ & info) { PTRACE_BLOCK("H323GatekeeperCall::OnDisengage"); if (!LockReadWrite()) { PTRACE(1, "RAS\tDRQ rejected, lock failed on call " << *this); return H323GatekeeperRequest::Reject; } if (drqReceived) { UnlockReadWrite(); info.SetRejectReason(H225_DisengageRejectReason::e_requestToDropOther); PTRACE(2, "RAS\tDRQ rejected, already disengaged call " << *this); return H323GatekeeperRequest::Reject; } drqReceived = TRUE; if (info.drq.HasOptionalField(H225_DisengageRequest::e_usageInformation)) SetUsageInfo(info.drq.m_usageInformation); if (info.drq.HasOptionalField(H225_DisengageRequest::e_terminationCause)) { if (info.drq.m_terminationCause.GetTag() == H225_CallTerminationCause::e_releaseCompleteReason) { H225_ReleaseCompleteReason & reason = info.drq.m_terminationCause; callEndReason = H323TranslateToCallEndReason(Q931::ErrorInCauseIE, reason); } else { PASN_OctetString & cause = info.drq.m_terminationCause; H225_ReleaseCompleteReason dummy; callEndReason = H323TranslateToCallEndReason((Q931::CauseValues)(cause[1]&0x7f), dummy); } } UnlockReadWrite(); return H323GatekeeperRequest::Confirm; } H323GatekeeperRequest::Response H323GatekeeperCall::OnBandwidth(H323GatekeeperBRQ & info) { PTRACE_BLOCK("H323GatekeeperCall::OnBandwidth"); if (endpoint != info.endpoint) { info.SetRejectReason(H225_BandRejectReason::e_invalidPermission); PTRACE(2, "RAS\tBRQ rejected, call is not owned by endpoint"); return H323GatekeeperRequest::Reject; } bandwidthUsed = gatekeeper.AllocateBandwidth(info.brq.m_bandWidth, bandwidthUsed); if (bandwidthUsed < info.brq.m_bandWidth) { info.SetRejectReason(H225_BandRejectReason::e_insufficientResources); info.brj.m_allowedBandWidth = bandwidthUsed; PTRACE(2, "RAS\tBRQ rejected, no bandwidth"); return H323GatekeeperRequest::Reject; } info.bcf.m_bandWidth = bandwidthUsed; if (info.brq.HasOptionalField(H225_BandwidthRequest::e_usageInformation)) SetUsageInfo(info.brq.m_usageInformation); return H323GatekeeperRequest::Confirm; } H323GatekeeperRequest::Response H323GatekeeperCall::OnInfoResponse(H323GatekeeperIRR &, H225_InfoRequestResponse_perCallInfo_subtype & info) { PTRACE_BLOCK("H323GatekeeperCall::OnInfoResponse"); PTRACE(2, "RAS\tIRR received for call " << *this); if (!LockReadWrite()) { PTRACE(1, "RAS\tIRR rejected, lock failed on call " << *this); return H323GatekeeperRequest::Reject; } PTime now; lastInfoResponse = now; // Detect if have Cisco non-standard version of connect time indication. if (!connectedTime.IsValid() && info.HasOptionalField(H225_InfoRequestResponse_perCallInfo_subtype::e_nonStandardData) && info.m_nonStandardData.m_nonStandardIdentifier.GetTag() == H225_NonStandardIdentifier::e_h221NonStandard) { H225_H221NonStandard & id = info.m_nonStandardData.m_nonStandardIdentifier; if (id.m_t35CountryCode == 181 && id.m_t35Extension == 0 && id.m_manufacturerCode == 18 && // Cisco info.m_nonStandardData.m_data.GetSize() == 5 && info.m_nonStandardData.m_data[0] == 0x70) { PTime theConnectedTime((info.m_nonStandardData.m_data[1] << 24)| (info.m_nonStandardData.m_data[2] << 16)| (info.m_nonStandardData.m_data[3] << 8 )| info.m_nonStandardData.m_data[4] ); if (theConnectedTime > now || theConnectedTime < callStartTime) { connectedTime = now; OnConnected(); } else { connectedTime = theConnectedTime; OnConnected(); } } } SetUsageInfo(info.m_usageInformation); UnlockReadWrite(); return H323GatekeeperRequest::Confirm; } void H323GatekeeperCall::OnAlerting() { } void H323GatekeeperCall::OnConnected() { } static BOOL CheckTimeSince(PTime & lastTime, unsigned threshold) { if (threshold == 0) return TRUE; PTime now; PTimeInterval delta = now - lastTime; return delta.GetSeconds() < (int)(threshold+10); } BOOL H323GatekeeperCall::OnHeartbeat() { if (!LockReadOnly()) { PTRACE(1, "RAS\tOnHeartbeat lock failed on call " << *this); return TRUE; } if (CheckTimeSince(lastInfoResponse, infoResponseRate)) { UnlockReadOnly(); return TRUE; } // Can't do IRQ as have no RAS channel to use (probably logic error) if (rasChannel == NULL) { UnlockReadOnly(); PAssertAlways("Timeout on heartbeat for call we did not receive ARQ for!"); return FALSE; } UnlockReadOnly(); // Do IRQ and wait for IRR on call PTRACE(2, "RAS\tTimeout on heartbeat, doing IRQ for call "<< *this); if (!rasChannel->InfoRequest(*endpoint, this)) return FALSE; if (!LockReadOnly()) { PTRACE(1, "RAS\tOnHeartbeat lock failed on call " << *this); return TRUE; } // Return TRUE if got a resonse, ie client does not do unsolicited IRR's // otherwise did not get a response from client so return FALSE and // (probably) disengage the call. BOOL response = CheckTimeSince(lastInfoResponse, infoResponseRate); UnlockReadOnly(); return response; } #ifdef H323_H248 PString H323GatekeeperCall::GetCallCreditAmount() const { if (endpoint != NULL) return endpoint->GetCallCreditAmount(); return PString::Empty(); } BOOL H323GatekeeperCall::GetCallCreditMode() const { return endpoint != NULL ? endpoint->GetCallCreditMode() : FALSE; } unsigned H323GatekeeperCall::GetDurationLimit() const { return 0; } BOOL H323GatekeeperCall::SendCallCreditServiceControl() { PString amount; if (endpoint->CanDisplayAmountString()) amount = GetCallCreditAmount(); unsigned durationLimit = 0; if (endpoint->CanEnforceDurationLimit()) durationLimit = GetDurationLimit(); if (amount.IsEmpty() && durationLimit == 0) return FALSE; H323CallCreditServiceControl credit(amount, GetCallCreditMode(), durationLimit); return SendServiceControlSession(credit); } BOOL H323GatekeeperCall::AddCallCreditServiceControl(H225_ArrayOf_ServiceControlSession & serviceControl) const { PString amount; if (endpoint->CanDisplayAmountString()) amount = GetCallCreditAmount(); unsigned durationLimit = 0; if (endpoint->CanEnforceDurationLimit()) durationLimit = GetDurationLimit(); if (amount.IsEmpty() && durationLimit == 0) return FALSE; H323CallCreditServiceControl credit(amount, GetCallCreditMode(), durationLimit); return endpoint->AddServiceControlSession(credit, serviceControl); } BOOL H323GatekeeperCall::SendServiceControlSession(const H323ServiceControlSession & session) { // Send SCI to endpoint(s) if (rasChannel == NULL || endpoint == NULL) { // Can't do SCI as have no RAS channel to use (probably logic error) PAssertAlways("Tried to do SCI to call we did not receive ARQ for!"); return FALSE; } return rasChannel->ServiceControlIndication(*endpoint, session, this); } #endif // H323_H248 BOOL H323GatekeeperCall::SetBandwidthUsed(unsigned newBandwidth) { if (newBandwidth == bandwidthUsed) return TRUE; bandwidthUsed = gatekeeper.AllocateBandwidth(newBandwidth, bandwidthUsed); return bandwidthUsed == newBandwidth; } static PString MakeAddress(const PString & number, const PStringArray aliases, const H323TransportAddress & host) { PStringStream addr; if (!number) addr << number; else if (!aliases.IsEmpty()) addr << aliases[0]; if (!host) { if (!addr.IsEmpty()) addr << '@'; addr << host; } return addr; } PString H323GatekeeperCall::GetSourceAddress() const { if (!LockReadOnly()) { PTRACE(1, "RAS\tGetSourceAddress lock failed on call " << *this); return PString::Empty(); } PString addr = MakeAddress(srcNumber, srcAliases, srcHost); UnlockReadOnly(); return addr; } PString H323GatekeeperCall::GetDestinationAddress() const { if (!LockReadOnly()) { PTRACE(1, "RAS\tGetDestinationAddress lock failed on call " << *this); return PString::Empty(); } PString addr = MakeAddress(dstNumber, dstAliases, dstHost); UnlockReadOnly(); return addr; } void H323GatekeeperCall::SetUsageInfo(const H225_RasUsageInformation & usage) { PTime now; if (!alertingTime.IsValid() && usage.HasOptionalField(H225_RasUsageInformation::e_alertingTime)) { PTime theAlertingTime((unsigned)usage.m_alertingTime); if (theAlertingTime > now || theAlertingTime < callStartTime) { alertingTime = now; OnAlerting(); } else if (theAlertingTime > callStartTime) { alertingTime = theAlertingTime; OnAlerting(); } } if (!connectedTime.IsValid() && usage.HasOptionalField(H225_RasUsageInformation::e_connectTime)) { PTime theConnectedTime((unsigned)usage.m_connectTime); if (theConnectedTime > now || theConnectedTime < callStartTime) { connectedTime = now; OnConnected(); } else { connectedTime = theConnectedTime; OnConnected(); } } if (!callEndTime.IsValid() && usage.HasOptionalField(H225_RasUsageInformation::e_endTime)) { PTime theCallEndTime = PTime((unsigned)usage.m_endTime); if (theCallEndTime > now || (alertingTime.IsValid() && theCallEndTime < alertingTime) || (connectedTime.IsValid() && theCallEndTime < connectedTime) || theCallEndTime < callStartTime) callEndTime = now; else callEndTime = theCallEndTime; } } BOOL H323GatekeeperCall::TranslateAliasAddress( const H225_AliasAddress & alias, H225_ArrayOf_AliasAddress & aliases, H323TransportAddress & address, BOOL & gkRouted ) { return gatekeeper.TranslateAliasAddress(alias, aliases, address, gkRouted, this); } ///////////////////////////////////////////////////////////////////////////// H323RegisteredEndPoint::H323RegisteredEndPoint(H323GatekeeperServer & gk, const PString & id) : gatekeeper(gk), rasChannel(NULL), identifier(id), protocolVersion(0), isBehindNAT(FALSE), canDisplayAmountString(FALSE), canEnforceDurationLimit(FALSE), timeToLive(0), authenticators(gk.GetOwnerEndPoint().CreateAuthenticators()) { activeCalls.DisallowDeleteObjects(); PTRACE(3, "RAS\tCreated registered endpoint: " << id); } PObject::Comparison H323RegisteredEndPoint::Compare(const PObject & obj) const { // Do not have to lock the object as these fields should never change for // life of the object PAssert(PIsDescendant(&obj, H323RegisteredEndPoint), PInvalidCast); return identifier.Compare(((const H323RegisteredEndPoint &)obj).identifier); } void H323RegisteredEndPoint::PrintOn(ostream & strm) const { // Do not have to lock the object as these fields should never change for // life of the object strm << identifier; } void H323RegisteredEndPoint::AddCall(H323GatekeeperCall * call) { if (call == NULL) { PTRACE(1, "RAS\tCould not add NULL call to endpoint " << *this); return; } if (!LockReadWrite()) { PTRACE(1, "RAS\tCould not add call " << *call << ", lock failed on endpoint " << *this); return; } if (activeCalls.GetObjectsIndex(call) == P_MAX_INDEX) activeCalls.Append(call); UnlockReadWrite(); } BOOL H323RegisteredEndPoint::RemoveCall(H323GatekeeperCall * call) { if (call == NULL) { PTRACE(1, "RAS\tCould not remove NULL call to endpoint " << *this); return FALSE; } if (!LockReadWrite()) { PTRACE(1, "RAS\tCould not remove call " << *call << ", lock failed on endpoint " << *this); return FALSE; } BOOL ok = activeCalls.Remove(call); UnlockReadWrite(); return ok; } void H323RegisteredEndPoint::RemoveAlias(const PString & alias) { if (!LockReadWrite()) { PTRACE(1, "RAS\tCould not remove alias \"" << alias << "\", lock failed on endpoint " << *this); return; } // remove the aliases from the list inside the endpoint PINDEX idx; while ((idx = aliases.GetValuesIndex(alias)) != P_MAX_INDEX) aliases.RemoveAt(idx); // remove the aliases from the list in the gatekeeper gatekeeper.RemoveAlias(*this, alias); UnlockReadWrite(); } static BOOL IsTransportAddressSuperset(const H225_ArrayOf_TransportAddress & pdu, const H323TransportAddressArray & oldAddresses) { H323TransportAddressArray newAddresses(pdu); for (PINDEX i = 0; i < oldAddresses.GetSize(); i++) { if (newAddresses.GetValuesIndex(oldAddresses[i]) == P_MAX_INDEX) return FALSE; } return TRUE; } static PStringArray GetAliasAddressArray(const H225_ArrayOf_AliasAddress & pdu) { PStringArray aliases; for (PINDEX i = 0; i < pdu.GetSize(); i++) { PString alias = H323GetAliasAddressString(pdu[i]); if (!alias) aliases.AppendString(alias); } return aliases; } static BOOL IsAliasAddressSuperset(const H225_ArrayOf_AliasAddress & pdu, const PStringArray & oldAliases) { PStringArray newAliases = GetAliasAddressArray(pdu); for (PINDEX i = 0; i < oldAliases.GetSize(); i++) { if (newAliases.GetValuesIndex(oldAliases[i]) == P_MAX_INDEX) return FALSE; } return TRUE; } H323GatekeeperRequest::Response H323RegisteredEndPoint::OnRegistration(H323GatekeeperRRQ & info) { PTRACE_BLOCK("H323RegisteredEndPoint::OnRegistration"); if (!LockReadWrite()) { PTRACE(1, "RAS\tRRQ rejected, lock failed on endpoint " << *this); return H323GatekeeperRequest::Reject; } rasChannel = &info.GetRasChannel(); lastRegistration = PTime(); protocolVersion = info.rrq.m_protocolIdentifier[5]; timeToLive = gatekeeper.GetTimeToLive(); if (info.rrq.HasOptionalField(H225_RegistrationRequest::e_timeToLive) && timeToLive > info.rrq.m_timeToLive) timeToLive = info.rrq.m_timeToLive; if (timeToLive > 0) { info.rcf.IncludeOptionalField(H225_RegistrationRequest::e_timeToLive); info.rcf.m_timeToLive = timeToLive; } info.rcf.m_endpointIdentifier = identifier; UnlockReadWrite(); if (info.rrq.m_keepAlive) return info.CheckCryptoTokens() ? H323GatekeeperRequest::Confirm : H323GatekeeperRequest::Reject; if (info.rrq.HasOptionalField(H225_RegistrationRequest::e_endpointIdentifier)) { // Make sure addresses are a superset of previous registration if (!IsTransportAddressSuperset(info.rrq.m_rasAddress, rasAddresses) || !IsTransportAddressSuperset(info.rrq.m_callSignalAddress, signalAddresses) || (info.rrq.HasOptionalField(H225_RegistrationRequest::e_terminalAlias) && !IsAliasAddressSuperset(info.rrq.m_terminalAlias, aliases))) { info.SetRejectReason(H225_RegistrationRejectReason::e_discoveryRequired); PTRACE(2, "RAS\tRRQ rejected, not superset of existing registration."); return H323GatekeeperRequest::Reject; } PTRACE(3, "RAS\tFull RRQ received for already registered endpoint"); } H323GatekeeperRequest::Response response = OnFullRegistration(info); if (response != H323GatekeeperRequest::Confirm) return response; // Final check, the H.235 security if (!info.CheckCryptoTokens()) return H323GatekeeperRequest::Reject; PINDEX i; info.rcf.m_callSignalAddress.SetSize(signalAddresses.GetSize()); for (i = 0; i < signalAddresses.GetSize(); i++) signalAddresses[i].SetPDU(info.rcf.m_callSignalAddress[i]); if (aliases.GetSize() > 0) { info.rcf.IncludeOptionalField(H225_RegistrationConfirm::e_terminalAlias); info.rcf.m_terminalAlias.SetSize(aliases.GetSize()); for (i = 0; i < aliases.GetSize(); i++) H323SetAliasAddress(aliases[i], info.rcf.m_terminalAlias[i]); } #ifdef H323_H248 if (canDisplayAmountString) { H323CallCreditServiceControl credit(GetCallCreditAmount(), GetCallCreditMode()); if (AddServiceControlSession(credit, info.rcf.m_serviceControl)) info.rcf.IncludeOptionalField(H225_RegistrationConfirm::e_serviceControl); } #endif #ifdef H323_H501 // If have peer element, so add/update a descriptor for ep. H323PeerElement * peerElement = gatekeeper.GetPeerElement(); if (peerElement != NULL) { H225_ArrayOf_AliasAddress transportAddresses; H323SetAliasAddresses(signalAddresses, transportAddresses); H225_EndpointType terminalType = info.rrq.m_terminalType; H225_ArrayOf_AliasAddress aliases = info.rcf.m_terminalAlias; if (OnSendDescriptorForEndpoint(aliases, terminalType, transportAddresses)) { H501_ArrayOf_AddressTemplate addressTemplates; addressTemplates.SetSize(1); H323PeerElementDescriptor::CopyToAddressTemplate(addressTemplates[0], terminalType, // info.rrq.m_terminalType, aliases, // info.rcf.m_terminalAlias, transportAddresses); peerElement->AddDescriptor(descriptorID, H323PeerElement::LocalServiceRelationshipOrdinal, addressTemplates, PTime()); } } #endif return H323GatekeeperRequest::Confirm; } H323GatekeeperRequest::Response H323RegisteredEndPoint::OnFullRegistration(H323GatekeeperRRQ & info) { if (!LockReadWrite()) { PTRACE(1, "RAS\tRRQ rejected, lock failed on endpoint " << *this); return H323GatekeeperRequest::Reject; } isBehindNAT = info.IsBehindNAT(); rasAddresses = info.GetReplyAddresses(); signalAddresses = H323TransportAddressArray(info.rrq.m_callSignalAddress); if (signalAddresses.IsEmpty()) { UnlockReadWrite(); info.SetRejectReason(H225_RegistrationRejectReason::e_invalidCallSignalAddress); return H323GatekeeperRequest::Reject; } if (isBehindNAT) { // Need to (maybe) massage the signalling addresses H323EndPoint & ep = rasChannel->GetEndPoint(); WORD listenerPort = 0; PINDEX i; for (i = 0; i < signalAddresses.GetSize(); i++) { PIPSocket::Address ip; WORD port; if (signalAddresses[i].GetIpAndPort(ip, port)) { if (!ep.IsLocalAddress(ip)) break; if (listenerPort == 0) listenerPort = port; // Have a private address, save the port } } if (i < signalAddresses.GetSize()) { // Found a public address in the list, make sure it is the first entry if (i > 0) { H323TransportAddress addr = signalAddresses[0]; signalAddresses[0] = signalAddresses[i]; signalAddresses[i] = addr; } } else if (listenerPort != 0) { // If did not have a public signalling address, but did have a private // one, then we insert at the begining an entry on the same port but // using the public address from the RAS. This will not work for all // NAT types, but will for some, eg symmetric with port forwarding which // is a common configuration for Linux based routers. i = signalAddresses.GetSize()-1; signalAddresses.AppendAddress(signalAddresses[i]); while (--i > 0) signalAddresses[i] = signalAddresses[i-1]; PIPSocket::Address natAddress; rasAddresses[0].GetIpAddress(natAddress); signalAddresses[0] = H323TransportAddress(natAddress, listenerPort); } } if (info.rrq.HasOptionalField(H225_RegistrationRequest::e_terminalAlias)) aliases = GetAliasAddressArray(info.rrq.m_terminalAlias); const H225_EndpointType & terminalType = info.rrq.m_terminalType; if (terminalType.HasOptionalField(H225_EndpointType::e_gateway) && terminalType.m_gateway.HasOptionalField(H225_GatewayInfo::e_protocol)) { const H225_ArrayOf_SupportedProtocols & protocols = terminalType.m_gateway.m_protocol; for (PINDEX i = 0; i < protocols.GetSize(); i++) { // Only voice prefixes are supported if (protocols[i].GetTag() == H225_SupportedProtocols::e_voice) { H225_VoiceCaps & voiceCaps = protocols[i]; if (voiceCaps.HasOptionalField(H225_VoiceCaps::e_supportedPrefixes)) { H225_ArrayOf_SupportedPrefix & prefixes = voiceCaps.m_supportedPrefixes; voicePrefixes.SetSize(prefixes.GetSize()); for (PINDEX j = 0; j < prefixes.GetSize(); j++) { PString prefix = H323GetAliasAddressString(prefixes[j].m_prefix); voicePrefixes[j] = prefix; } } break; // If voice protocol is found, don't look any further } } } applicationInfo = H323GetApplicationInfo(info.rrq.m_endpointVendor); canDisplayAmountString = FALSE; canEnforceDurationLimit = FALSE; if (info.rrq.HasOptionalField(H225_RegistrationRequest::e_callCreditCapability)) { if (info.rrq.m_callCreditCapability.HasOptionalField(H225_CallCreditCapability::e_canDisplayAmountString)) canDisplayAmountString = info.rrq.m_callCreditCapability.m_canDisplayAmountString; if (info.rrq.m_callCreditCapability.HasOptionalField(H225_CallCreditCapability::e_canEnforceDurationLimit)) canEnforceDurationLimit = info.rrq.m_callCreditCapability.m_canEnforceDurationLimit; } h225Version = 0; PUnsignedArray protocolVer = info.rrq.m_protocolIdentifier.GetValue(); if (protocolVer.GetSize() >= 6) h225Version = protocolVer[5]; H323GatekeeperRequest::Response respone = OnSecureRegistration(info); UnlockReadWrite(); return respone; } H323GatekeeperRequest::Response H323RegisteredEndPoint::OnSecureRegistration(H323GatekeeperRRQ & info) { for (PINDEX i = 0; i < aliases.GetSize(); i++) { PString password; if (gatekeeper.GetUsersPassword(aliases[i], password, *this)) { PTRACE(3, "RAS\tFound user " << aliases[i] << " for H.235 security."); if (!password) SetPassword(password, aliases[i]); return H323GatekeeperRequest::Confirm; } } if (gatekeeper.IsRequiredH235()) { PTRACE(2, "RAS\tRejecting RRQ, no aliases have a password."); info.SetRejectReason(H225_RegistrationRejectReason::e_securityDenial); return H323GatekeeperRequest::Reject; } return H323GatekeeperRequest::Confirm; } BOOL H323RegisteredEndPoint::SetPassword(const PString & password, const PString & username) { if (authenticators.IsEmpty() || password.IsEmpty()) return FALSE; PTRACE(3, "RAS\tSetting password and enabling H.235 security for " << *this); for (PINDEX i = 0; i < authenticators.GetSize(); i++) { H235Authenticator & authenticator = authenticators[i]; authenticator.SetPassword(password); if (!username && !authenticator.UseGkAndEpIdentifiers()) authenticator.SetRemoteId(username); authenticator.Enable(); } return TRUE; } H323GatekeeperRequest::Response H323RegisteredEndPoint::OnUnregistration(H323GatekeeperURQ & info) { PTRACE_BLOCK("H323RegisteredEndPoint::OnUnregistration"); if (activeCalls.GetSize() > 0) { info.SetRejectReason(H225_UnregRejectReason::e_callInProgress); return H323GatekeeperRequest::Reject; } return H323GatekeeperRequest::Confirm; } BOOL H323RegisteredEndPoint::Unregister(int reason) { if (reason == -1) reason = H225_UnregRequestReason::e_maintenance; BOOL ok; // Send DRQ to endpoint(s) if (rasChannel != NULL) ok = rasChannel->UnregistrationRequest(*this, reason); else { // Can't do DRQ as have no RAS channel to use (probably logic error) PAssertAlways("Tried to unregister endpoint we did not receive RRQ for!"); ok = FALSE; } gatekeeper.RemoveEndPoint(this); return ok; } H323GatekeeperRequest::Response H323RegisteredEndPoint::OnInfoResponse(H323GatekeeperIRR & info) { PTRACE_BLOCK("H323RegisteredEndPoint::OnInfoResponse"); if (!LockReadWrite()) { PTRACE(1, "RAS\tIRR rejected, lock failed on endpoint " << *this); return H323GatekeeperRequest::Reject; } lastInfoResponse = PTime(); UnlockReadWrite(); if (info.irr.HasOptionalField(H225_InfoRequestResponse::e_irrStatus) && info.irr.m_irrStatus.GetTag() == H225_InfoRequestResponseStatus::e_invalidCall) { PTRACE(2, "RAS\tIRR for call-id endpoint does not know about"); return H323GatekeeperRequest::Confirm; } if (!info.irr.HasOptionalField(H225_InfoRequestResponse::e_perCallInfo)) { // Special case for Innovaphone clients that do not contain a perCallInfo // field and expects that to mean "all calls a normal". if (protocolVersion < 5 && applicationInfo.Find("innovaphone") != P_MAX_INDEX) { H225_InfoRequestResponse_perCallInfo_subtype fakeCallInfo; if (!LockReadOnly()) { PTRACE(1, "RAS\tIRR rejected, lock failed on endpoint " << *this); return H323GatekeeperRequest::Reject; } for (PINDEX i = 0; i < activeCalls.GetSize(); i++) activeCalls[i].OnInfoResponse(info, fakeCallInfo); UnlockReadOnly(); } PTRACE(2, "RAS\tIRR for call-id endpoint does not know about"); return H323GatekeeperRequest::Confirm; } if (!LockReadOnly()) { PTRACE(1, "RAS\tIRR rejected, lock failed on endpoint " << *this); return H323GatekeeperRequest::Reject; } for (PINDEX i = 0; i < info.irr.m_perCallInfo.GetSize(); i++) { H225_InfoRequestResponse_perCallInfo_subtype & perCallInfo = info.irr.m_perCallInfo[i]; // Some systems don't say what direction the call is so find it in the // list regardless of the direction H323GatekeeperCall::Direction callDirection; if (!perCallInfo.HasOptionalField(H225_InfoRequestResponse_perCallInfo_subtype::e_originator)) callDirection = H323GatekeeperCall::UnknownDirection; else if (perCallInfo.m_originator) callDirection = H323GatekeeperCall::OriginatingCall; else callDirection = H323GatekeeperCall::AnsweringCall; H323GatekeeperCall search(gatekeeper, perCallInfo.m_callIdentifier.m_guid, callDirection); PINDEX idx = activeCalls.GetValuesIndex(search); if (idx != P_MAX_INDEX) { activeCalls[idx].OnInfoResponse(info, perCallInfo); if (callDirection == H323GatekeeperCall::UnknownDirection) { // There could be two call entries (originator or destination) and the // ep did not say which. GetValuesIndex() always give the first one so // see if the next one is also a match if (idx < activeCalls.GetSize()-1 && activeCalls[idx+1] == search) activeCalls[idx+1].OnInfoResponse(info, perCallInfo); } } else { PTRACE(2, "RAS\tEndpoint has call-id gatekeeper does not know about: " << search); } } UnlockReadOnly(); return H323GatekeeperRequest::Confirm; } BOOL H323RegisteredEndPoint::OnTimeToLive() { if (!LockReadOnly()) { PTRACE(1, "RAS\tOnTimeToLive lock failed on endpoint " << *this); return FALSE; } if (CheckTimeSince(lastRegistration, timeToLive) || CheckTimeSince(lastInfoResponse, timeToLive)) { UnlockReadOnly(); return TRUE; } // Can't do IRQ as have no RAS channel to use (probably logic error) if (rasChannel == NULL) { UnlockReadOnly(); PAssertAlways("Timeout on time to live for endpoint we did not receive RRQ for!"); return FALSE; } UnlockReadOnly(); // Do IRQ and wait for IRR on call PTRACE(2, "RAS\tTime to live, doing IRQ for endpoint "<< *this); if (!rasChannel->InfoRequest(*this)) return FALSE; if (!LockReadOnly()) { PTRACE(1, "RAS\tOnTimeToLive lock failed on endpoint " << *this); return FALSE; } // Return TRUE if got a resonse, ie client does not do unsolicited IRR's // otherwise did not get a response from client so return FALSE and // (probably) disengage the call. BOOL response = CheckTimeSince(lastInfoResponse, timeToLive); UnlockReadOnly(); return response; } #ifdef H323_H248 PString H323RegisteredEndPoint::GetCallCreditAmount() const { return PString::Empty(); } BOOL H323RegisteredEndPoint::GetCallCreditMode() const { return TRUE; } BOOL H323RegisteredEndPoint::SendServiceControlSession(const H323ServiceControlSession & session) { // Send SCI to endpoint(s) if (rasChannel == NULL) { // Can't do SCI as have no RAS channel to use (probably logic error) PAssertAlways("Tried to do SCI to endpoint we did not receive RRQ for!"); return FALSE; } return rasChannel->ServiceControlIndication(*this, session); } BOOL H323RegisteredEndPoint::AddServiceControlSession(const H323ServiceControlSession & session, H225_ArrayOf_ServiceControlSession & serviceControl) { if (!session.IsValid()) return FALSE; PString type = session.GetServiceControlType(); H225_ServiceControlSession_reason::Choices reason = H225_ServiceControlSession_reason::e_refresh; if (!serviceControlSessions.Contains(type)) { PINDEX id = 0; PINDEX i = 0; while (i < serviceControlSessions.GetSize()) { if (id != serviceControlSessions.GetDataAt(i)) i++; else { if (++id >= 256) return FALSE; i = 0; } } serviceControlSessions.SetAt(type, id); reason = H225_ServiceControlSession_reason::e_open; } PINDEX last = serviceControl.GetSize(); serviceControl.SetSize(last+1); H225_ServiceControlSession & pdu = serviceControl[last]; pdu.m_sessionId = serviceControlSessions[type]; pdu.m_reason = reason; if (session.OnSendingPDU(pdu.m_contents)) pdu.IncludeOptionalField(H225_ServiceControlSession::e_contents); return TRUE; } #endif // H323_H248 BOOL H323RegisteredEndPoint::CanReceiveRIP() const { // H225v1 does not support RIP // neither does NetMeeting, even though it says it is H225v2. return (h225Version > 1) && (applicationInfo.Find("netmeeting") == P_MAX_INDEX); } #ifdef H323_H501 BOOL H323RegisteredEndPoint::OnSendDescriptorForEndpoint( H225_ArrayOf_AliasAddress & aliases, // aliases for the enndpoint H225_EndpointType & terminalType, // terminal type H225_ArrayOf_AliasAddress & transportAddresses // transport addresses ) { return gatekeeper.OnSendDescriptorForEndpoint(*this, aliases, terminalType, transportAddresses); } #endif ///////////////////////////////////////////////////////////////////////////// H323GatekeeperListener::H323GatekeeperListener(H323EndPoint & ep, H323GatekeeperServer & gk, const PString & id, H323Transport * trans) : H225_RAS(ep, trans), gatekeeper(gk) { gatekeeperIdentifier = id; transport->SetPromiscuous(H323Transport::AcceptFromAny); PTRACE(2, "H323gk\tGatekeeper server created."); } H323GatekeeperListener::~H323GatekeeperListener() { StopChannel(); PTRACE(2, "H323gk\tGatekeeper server destroyed."); } H323GatekeeperRequest::Response H323GatekeeperListener::OnDiscovery(H323GatekeeperGRQ & info) { PTRACE_BLOCK("H323GatekeeperListener::OnDiscovery"); if (info.grq.m_protocolIdentifier.GetSize() != 6 || info.grq.m_protocolIdentifier[5] < 2) { info.SetRejectReason(H225_GatekeeperRejectReason::e_invalidRevision); PTRACE(2, "RAS\tGRQ rejected, version 1 not supported"); return H323GatekeeperRequest::Reject; } if (!info.CheckGatekeeperIdentifier()) return H323GatekeeperRequest::Reject; // cannot use commented code because transport->remoteAddr is // not set on broadcast PDUs // transport->SetUpTransportPDU(info.gcf.m_rasAddress, TRUE); { PIPSocket::Address localAddr, remoteAddr; WORD localPort; transport->GetLocalAddress().GetIpAndPort(localAddr, localPort); H323TransportAddress(info.grq.m_rasAddress).GetIpAddress(remoteAddr); endpoint.InternalTranslateTCPAddress(localAddr, remoteAddr); H323TransportAddress newAddr = H323TransportAddress(localAddr, localPort); H225_TransportAddress & pdu = info.gcf.m_rasAddress; newAddr.SetPDU(pdu); } return gatekeeper.OnDiscovery(info); } BOOL H323GatekeeperListener::OnReceiveGatekeeperRequest(const H323RasPDU & pdu, const H225_GatekeeperRequest & /*grq*/) { PTRACE_BLOCK("H323GatekeeperListener::OnReceiveGatekeeperRequest"); H323GatekeeperGRQ * info = new H323GatekeeperGRQ(*this, pdu); if (!info->HandlePDU()) delete info; return FALSE; } H323GatekeeperRequest::Response H323GatekeeperListener::OnRegistration(H323GatekeeperRRQ & info) { PTRACE_BLOCK("H323GatekeeperListener::OnRegistration"); if (info.rrq.HasOptionalField(H225_RegistrationRequest::e_endpointIdentifier)) info.endpoint = gatekeeper.FindEndPointByIdentifier(info.rrq.m_endpointIdentifier); if (!info.CheckGatekeeperIdentifier()) return H323GatekeeperRequest::Reject; if (info.rrq.m_protocolIdentifier.GetSize() != 6 || info.rrq.m_protocolIdentifier[5] < 2) { info.SetRejectReason(H225_RegistrationRejectReason::e_invalidRevision); PTRACE(2, "RAS\tRRQ rejected, version 1 not supported"); return H323GatekeeperRequest::Reject; } H323GatekeeperRequest::Response response = gatekeeper.OnRegistration(info); if (response != H323GatekeeperRequest::Confirm) return response; // Adjust the authenticator remote ID to endpoint ID if (!info.rrq.m_keepAlive) { PSafePtr lock(info.endpoint, PSafeReadWrite); H235Authenticators authenticators = info.endpoint->GetAuthenticators(); for (PINDEX i = 0; i < authenticators.GetSize(); i++) { H235Authenticator & authenticator = authenticators[i]; if (authenticator.UseGkAndEpIdentifiers()) { authenticator.SetRemoteId(info.endpoint->GetIdentifier()); authenticator.SetLocalId(gatekeeperIdentifier); } } } return H323GatekeeperRequest::Confirm; } BOOL H323GatekeeperListener::OnReceiveRegistrationRequest(const H323RasPDU & pdu, const H225_RegistrationRequest & /*rrq*/) { PTRACE_BLOCK("H323GatekeeperListener::OnReceiveRegistrationRequest"); H323GatekeeperRRQ * info = new H323GatekeeperRRQ(*this, pdu); if (!info->HandlePDU()) delete info; return FALSE; } H323GatekeeperRequest::Response H323GatekeeperListener::OnUnregistration(H323GatekeeperURQ & info) { PTRACE_BLOCK("H323GatekeeperListener::OnUnregistration"); if (info.urq.HasOptionalField(H225_UnregistrationRequest::e_endpointIdentifier)) info.endpoint = gatekeeper.FindEndPointByIdentifier(info.urq.m_endpointIdentifier); else info.endpoint = gatekeeper.FindEndPointBySignalAddresses(info.urq.m_callSignalAddress); if (info.endpoint == NULL) { info.SetRejectReason(H225_UnregRejectReason::e_notCurrentlyRegistered); PTRACE(2, "RAS\tURQ rejected, not registered"); return H323GatekeeperRequest::Reject; } return gatekeeper.OnUnregistration(info); } BOOL H323GatekeeperListener::OnReceiveUnregistrationRequest(const H323RasPDU & pdu, const H225_UnregistrationRequest & /*urq*/) { PTRACE_BLOCK("H323GatekeeperListener::OnReceiveUnregistrationRequest"); H323GatekeeperURQ * info = new H323GatekeeperURQ(*this, pdu); if (!info->HandlePDU()) delete info; return FALSE; } BOOL H323GatekeeperListener::OnReceiveUnregistrationConfirm(const H225_UnregistrationConfirm & pdu) { PTRACE_BLOCK("H323GatekeeperListener::OnReceiveUnregistrationConfirm"); if (!H225_RAS::OnReceiveUnregistrationConfirm(pdu)) return FALSE; return TRUE; } BOOL H323GatekeeperListener::OnReceiveUnregistrationReject(const H225_UnregistrationReject & pdu) { PTRACE_BLOCK("H323GatekeeperListener::OnReceiveUnregistrationReject"); if (!H225_RAS::OnReceiveUnregistrationReject(pdu)) return FALSE; return TRUE; } H323GatekeeperRequest::Response H323GatekeeperListener::OnAdmission(H323GatekeeperARQ & info) { PTRACE_BLOCK("H323GatekeeperListener::OnAdmission"); if (!info.CheckGatekeeperIdentifier()) return H323GatekeeperRequest::Reject; if (!info.GetRegisteredEndPoint()) return H323GatekeeperRequest::Reject; if (!info.CheckCryptoTokens()) { H235Authenticators adjustedAuthenticators; if (!gatekeeper.GetAdmissionRequestAuthentication(info, adjustedAuthenticators)) return H323GatekeeperRequest::Reject; PTRACE(3, "RAS\tARQ received with separate credentials: " << setfill(',') << adjustedAuthenticators << setfill(' ')); if (!info.H323Transaction::CheckCryptoTokens(adjustedAuthenticators)) { PTRACE(2, "RAS\tARQ rejected, alternate security tokens invalid."); return H323GatekeeperRequest::Reject; } if (info.alternateSecurityID.IsEmpty() && !adjustedAuthenticators.IsEmpty()) info.alternateSecurityID = adjustedAuthenticators[0].GetRemoteId(); } H323GatekeeperRequest::Response response = gatekeeper.OnAdmission(info); if (response != H323GatekeeperRequest::Confirm) return response; if (info.acf.m_callModel.GetTag() == H225_CallModel::e_gatekeeperRouted) { H225_ArrayOf_TransportAddress addresses; if (SetUpCallSignalAddresses(addresses)) info.acf.m_destCallSignalAddress = addresses[0]; } return H323GatekeeperRequest::Confirm; } BOOL H323GatekeeperListener::OnReceiveAdmissionRequest(const H323RasPDU & pdu, const H225_AdmissionRequest & /*arq*/) { PTRACE_BLOCK("H323GatekeeperListener::OnReceiveAdmissionRequest"); H323GatekeeperARQ * info = new H323GatekeeperARQ(*this, pdu); if (!info->HandlePDU()) delete info; return FALSE; } BOOL H323GatekeeperListener::UnregistrationRequest(const H323RegisteredEndPoint & ep, unsigned reason) { PTRACE(3, "RAS\tUnregistration request to endpoint " << ep); H323RasPDU pdu(ep.GetAuthenticators()); H225_UnregistrationRequest & urq = pdu.BuildUnregistrationRequest(GetNextSequenceNumber()); urq.IncludeOptionalField(H225_UnregistrationRequest::e_gatekeeperIdentifier); urq.m_gatekeeperIdentifier = gatekeeperIdentifier; urq.m_callSignalAddress.SetSize(ep.GetSignalAddressCount()); for (PINDEX i = 0; i < ep.GetSignalAddressCount(); i++) ep.GetSignalAddress(i).SetPDU(urq.m_callSignalAddress[i]); urq.IncludeOptionalField(H225_UnregistrationRequest::e_endpointIdentifier); urq.m_endpointIdentifier = ep.GetIdentifier(); urq.m_reason.SetTag(reason); Request request(urq.m_requestSeqNum, pdu, ep.GetRASAddresses()); return MakeRequest(request); } BOOL H323GatekeeperListener::DisengageRequest(const H323GatekeeperCall & call, unsigned reason) { H323RegisteredEndPoint & ep = call.GetEndPoint(); PTRACE(3, "RAS\tDisengage request to endpoint " << ep << " call " << call); H323RasPDU pdu(ep.GetAuthenticators()); H225_DisengageRequest & drq = pdu.BuildDisengageRequest(GetNextSequenceNumber()); drq.IncludeOptionalField(H225_DisengageRequest::e_gatekeeperIdentifier); drq.m_gatekeeperIdentifier = gatekeeperIdentifier; drq.m_endpointIdentifier = ep.GetIdentifier(); drq.m_conferenceID = call.GetConferenceIdentifier(); drq.m_callReferenceValue = call.GetCallReference(); drq.m_callIdentifier.m_guid = call.GetCallIdentifier(); drq.m_disengageReason.SetTag(reason); drq.m_answeredCall = call.IsAnsweringCall(); #ifdef H323_H248 if (call.AddCallCreditServiceControl(drq.m_serviceControl)) drq.IncludeOptionalField(H225_DisengageRequest::e_serviceControl); #endif Request request(drq.m_requestSeqNum, pdu, ep.GetRASAddresses()); return MakeRequest(request); } H323GatekeeperRequest::Response H323GatekeeperListener::OnDisengage(H323GatekeeperDRQ & info) { PTRACE_BLOCK("H323GatekeeperListener::OnDisengage"); if (!info.CheckGatekeeperIdentifier()) return H323GatekeeperRequest::Reject; if (!info.GetRegisteredEndPoint()) return H323GatekeeperRequest::Reject; if (!info.CheckCryptoTokens()) return H323GatekeeperRequest::Reject; return gatekeeper.OnDisengage(info); } BOOL H323GatekeeperListener::OnReceiveDisengageRequest(const H323RasPDU & pdu, const H225_DisengageRequest & /*drq*/) { PTRACE_BLOCK("H323GatekeeperListener::OnReceiveDisengageRequest"); H323GatekeeperDRQ * info = new H323GatekeeperDRQ(*this, pdu); if (!info->HandlePDU()) delete info; return FALSE; } BOOL H323GatekeeperListener::OnReceiveDisengageConfirm(const H225_DisengageConfirm & pdu) { PTRACE_BLOCK("H323GatekeeperListener::OnReceiveDisengageConfirm"); if (!H225_RAS::OnReceiveDisengageConfirm(pdu)) return FALSE; return TRUE; } BOOL H323GatekeeperListener::OnReceiveDisengageReject(const H225_DisengageReject & drj) { PTRACE_BLOCK("H323GatekeeperListener::OnReceiveDisengageReject"); if (!H225_RAS::OnReceiveDisengageReject(drj)) return FALSE; return TRUE; } H323GatekeeperRequest::Response H323GatekeeperListener::OnBandwidth(H323GatekeeperBRQ & info) { PTRACE_BLOCK("H323GatekeeperListener::OnBandwidth"); if (!info.CheckGatekeeperIdentifier()) return H323GatekeeperRequest::Reject; if (!info.GetRegisteredEndPoint()) return H323GatekeeperRequest::Reject; if (!info.CheckCryptoTokens()) return H323GatekeeperRequest::Reject; return gatekeeper.OnBandwidth(info); } BOOL H323GatekeeperListener::OnReceiveBandwidthRequest(const H323RasPDU & pdu, const H225_BandwidthRequest & /*brq*/) { PTRACE_BLOCK("H323GatekeeperListener::OnReceiveBandwidthRequest"); H323GatekeeperBRQ * info = new H323GatekeeperBRQ(*this, pdu); if (!info->HandlePDU()) delete info; return FALSE; } BOOL H323GatekeeperListener::OnReceiveBandwidthConfirm(const H225_BandwidthConfirm & pdu) { PTRACE_BLOCK("H323GatekeeperListener::OnReceiveBandwidthConfirm"); if (!H225_RAS::OnReceiveBandwidthConfirm(pdu)) return FALSE; return TRUE; } BOOL H323GatekeeperListener::OnReceiveBandwidthReject(const H225_BandwidthReject & pdu) { PTRACE_BLOCK("H323GatekeeperListener::OnReceiveBandwidthReject"); if (!H225_RAS::OnReceiveBandwidthReject(pdu)) return FALSE; return TRUE; } H323GatekeeperRequest::Response H323GatekeeperListener::OnLocation(H323GatekeeperLRQ & info) { PTRACE_BLOCK("H323GatekeeperListener::OnLocation"); if (!info.CheckGatekeeperIdentifier()) return H323GatekeeperRequest::Reject; if (info.lrq.HasOptionalField(H225_LocationRequest::e_endpointIdentifier)) { if (!info.GetRegisteredEndPoint()) return H323GatekeeperRequest::Reject; if (!info.CheckCryptoTokens()) return H323GatekeeperRequest::Reject; } transport->SetUpTransportPDU(info.lcf.m_rasAddress, TRUE); return gatekeeper.OnLocation(info); } BOOL H323GatekeeperListener::OnReceiveLocationRequest(const H323RasPDU & pdu, const H225_LocationRequest & /*lrq*/) { PTRACE_BLOCK("H323GatekeeperListener::OnReceiveLocationRequest"); H323GatekeeperLRQ * info = new H323GatekeeperLRQ(*this, pdu); if (!info->HandlePDU()) delete info; return FALSE; } BOOL H323GatekeeperListener::InfoRequest(H323RegisteredEndPoint & ep, H323GatekeeperCall * call) { PTRACE(3, "RAS\tInfo request to endpoint " << ep); unsigned callReference = 0; const OpalGloballyUniqueID * callIdentifier = NULL; if (call != NULL) { callReference = call->GetCallReference(); callIdentifier = &call->GetCallIdentifier(); } // As sequence number 1 is used for backward compatibility on unsolicited // IRR's we make sure we never makea solicited IRQ using that number. unsigned seqnum = GetNextSequenceNumber(); if (seqnum == 1) seqnum = GetNextSequenceNumber(); H323RasPDU pdu(ep.GetAuthenticators()); H225_InfoRequest & irq = pdu.BuildInfoRequest(seqnum, callReference, callIdentifier); H225_RAS::Request request(irq.m_requestSeqNum, pdu, ep.GetRASAddresses()); return MakeRequest(request); } #ifdef H323_H248 BOOL H323GatekeeperListener::ServiceControlIndication(H323RegisteredEndPoint & ep, const H323ServiceControlSession & session, H323GatekeeperCall * call) { PTRACE(3, "RAS\tService control request to endpoint " << ep); OpalGloballyUniqueID id = NULL; if (call != NULL) id = call->GetCallIdentifier(); H323RasPDU pdu(ep.GetAuthenticators()); H225_ServiceControlIndication & sci = pdu.BuildServiceControlIndication(GetNextSequenceNumber(), &id); ep.AddServiceControlSession(session, sci.m_serviceControl); H225_RAS::Request request(sci.m_requestSeqNum, pdu, ep.GetRASAddresses()); return MakeRequest(request); } #endif H323GatekeeperRequest::Response H323GatekeeperListener::OnInfoResponse(H323GatekeeperIRR & info) { PTRACE_BLOCK("H323GatekeeperListener::OnInfoResponse"); H323GatekeeperRequest::Response response; if (info.GetRegisteredEndPoint() && info.CheckCryptoTokens()) response = gatekeeper.OnInfoResponse(info); else response = H323GatekeeperRequest::Reject; if (info.irr.m_unsolicited) return response; return H323GatekeeperRequest::Ignore; } BOOL H323GatekeeperListener::OnReceiveInfoRequestResponse(const H323RasPDU & pdu, const H225_InfoRequestResponse & irr) { PTRACE_BLOCK("H323GatekeeperListener::OnReceiveInfoRequestResponse"); BOOL unsolicited = irr.m_unsolicited; if (!unsolicited) { // Got an IRR that is not marked as unsolicited but has sequence number of // one, thus according to 7.15.2/H.225.0 it actually IS unsolicited. if (irr.m_requestSeqNum == 1) unsolicited = TRUE; else { if (!H225_RAS::OnReceiveInfoRequestResponse(pdu, irr)) return FALSE; } } else { if (SendCachedResponse(pdu)) return FALSE; } H323GatekeeperIRR * info = new H323GatekeeperIRR(*this, pdu); info->irr.m_unsolicited = unsolicited; if (!info->HandlePDU()) delete info; return !unsolicited; } BOOL H323GatekeeperListener::OnReceiveResourcesAvailableConfirm(const H225_ResourcesAvailableConfirm & pdu) { PTRACE_BLOCK("H323GatekeeperListener::OnReceiveResourcesAvailableConfirm"); if (!H225_RAS::OnReceiveResourcesAvailableConfirm(pdu)) return FALSE; return TRUE; } BOOL H323GatekeeperListener::OnSendFeatureSet(unsigned pduType, H225_FeatureSet & set) const { return gatekeeper.OnSendFeatureSet(pduType, set); } void H323GatekeeperListener::OnReceiveFeatureSet(unsigned pduType, const H225_FeatureSet & set) const { gatekeeper.OnReceiveFeatureSet(pduType, set); } ///////////////////////////////////////////////////////////////////////////// H323GatekeeperServer::H323GatekeeperServer(H323EndPoint & ep) : H323TransactionServer(ep) { totalBandwidth = UINT_MAX; // Unlimited total bandwidth usedBandwidth = 0; // None used so far defaultBandwidth = 2560; // Enough for bidirectional G.711 and 64k H.261 maximumBandwidth = 200000; // 10baseX LAN bandwidth defaultTimeToLive = 3600; // One hour, zero disables defaultInfoResponseRate = 60; // One minute, zero disables overwriteOnSameSignalAddress = TRUE; canHaveDuplicateAlias = FALSE; canHaveDuplicatePrefix = FALSE; canOnlyCallRegisteredEP = FALSE; canOnlyAnswerRegisteredEP = FALSE; answerCallPreGrantedARQ = FALSE; makeCallPreGrantedARQ = FALSE; isGatekeeperRouted = FALSE; aliasCanBeHostName = TRUE; requireH235 = FALSE; disengageOnHearbeatFail = TRUE; identifierBase = time(NULL); nextIdentifier = 1; peakRegistrations = 0; totalRegistrations = 0; rejectedRegistrations = 0; peakCalls = 0; totalCalls = 0; rejectedCalls = 0; monitorThread = PThread::Create(PCREATE_NOTIFIER(MonitorMain), 0, PThread::NoAutoDeleteThread, PThread::NormalPriority, "GkSrv Monitor"); #ifdef H323_H501 peerElement = NULL; #endif } H323GatekeeperServer::~H323GatekeeperServer() { monitorExit.Signal(); PAssert(monitorThread->WaitForTermination(10000), "Gatekeeper monitor thread did not terminate!"); delete monitorThread; #ifdef H323_H501 delete peerElement; #endif } H323Transactor * H323GatekeeperServer::CreateListener(H323Transport * transport) { return new H323GatekeeperListener(ownerEndPoint, *this, gatekeeperIdentifier, transport); } H323GatekeeperRequest::Response H323GatekeeperServer::OnDiscovery(H323GatekeeperGRQ & info) { PTRACE_BLOCK("H323GatekeeperServer::OnDiscovery"); H235Authenticators authenticators = ownerEndPoint.CreateAuthenticators(); for (PINDEX auth = 0; auth < authenticators.GetSize(); auth++) { for (PINDEX cap = 0; cap < info.grq.m_authenticationCapability.GetSize(); cap++) { for (PINDEX alg = 0; alg < info.grq.m_algorithmOIDs.GetSize(); alg++) { if (authenticators[auth].IsCapability(info.grq.m_authenticationCapability[cap], info.grq.m_algorithmOIDs[alg])) { PTRACE(3, "RAS\tGRQ accepted on " << H323TransportAddress(info.gcf.m_rasAddress) << " using authenticator " << authenticators[auth]); info.gcf.IncludeOptionalField(H225_GatekeeperConfirm::e_authenticationMode); info.gcf.m_authenticationMode = info.grq.m_authenticationCapability[cap]; info.gcf.IncludeOptionalField(H225_GatekeeperConfirm::e_algorithmOID); info.gcf.m_algorithmOID = info.grq.m_algorithmOIDs[alg]; return H323GatekeeperRequest::Confirm; } } } } PTRACE(3, "RAS\tGRQ accepted on " << H323TransportAddress(info.gcf.m_rasAddress)); return H323GatekeeperRequest::Confirm; } H323GatekeeperRequest::Response H323GatekeeperServer::OnRegistration(H323GatekeeperRRQ & info) { PTRACE_BLOCK("H323GatekeeperServer::OnRegistration"); PINDEX i; // Initialise reply with default stuff info.rcf.IncludeOptionalField(H225_RegistrationConfirm::e_preGrantedARQ); info.rcf.m_preGrantedARQ.m_answerCall = answerCallPreGrantedARQ; info.rcf.m_preGrantedARQ.m_useGKCallSignalAddressToAnswer = answerCallPreGrantedARQ && isGatekeeperRouted; info.rcf.m_preGrantedARQ.m_makeCall = makeCallPreGrantedARQ; info.rcf.m_preGrantedARQ.m_useGKCallSignalAddressToMakeCall = makeCallPreGrantedARQ && isGatekeeperRouted; info.rcf.m_willRespondToIRR = TRUE; if (defaultInfoResponseRate > 0 && info.rrq.m_protocolIdentifier[5] > 2) { info.rcf.m_preGrantedARQ.IncludeOptionalField(H225_RegistrationConfirm_preGrantedARQ::e_irrFrequencyInCall); info.rcf.m_preGrantedARQ.m_irrFrequencyInCall = defaultInfoResponseRate; } if (info.rrq.m_keepAlive) { if (info.endpoint != NULL) return info.endpoint->OnRegistration(info); info.SetRejectReason(H225_RegistrationRejectReason::e_fullRegistrationRequired); PTRACE(2, "RAS\tRRQ keep alive rejected, not registered"); return H323GatekeeperRequest::Reject; } for (i = 0; i < info.rrq.m_callSignalAddress.GetSize(); i++) { PSafePtr ep2 = FindEndPointBySignalAddress(info.rrq.m_callSignalAddress[i]); if (ep2 != NULL && ep2 != info.endpoint) { if (overwriteOnSameSignalAddress) { PTRACE(2, "RAS\tOverwriting existing endpoint " << *ep2); RemoveEndPoint(ep2); } else { info.SetRejectReason(H225_RegistrationRejectReason::e_invalidCallSignalAddress); PTRACE(2, "RAS\tRRQ rejected, duplicate callSignalAddress"); return H323GatekeeperRequest::Reject; } } } if (info.rrq.HasOptionalField(H225_RegistrationRequest::e_terminalAlias) && !AllowDuplicateAlias(info.rrq.m_terminalAlias)) { H225_ArrayOf_AliasAddress duplicateAliases; for (i = 0; i < info.rrq.m_terminalAlias.GetSize(); i++) { PSafePtr ep2 = FindEndPointByAliasAddress(info.rrq.m_terminalAlias[i]); if (ep2 != NULL && ep2 != info.endpoint) { PINDEX sz = duplicateAliases.GetSize(); duplicateAliases.SetSize(sz+1); duplicateAliases[sz] = info.rrq.m_terminalAlias[i]; } } if (duplicateAliases.GetSize() > 0) { info.SetRejectReason(H225_RegistrationRejectReason::e_duplicateAlias); H225_ArrayOf_AliasAddress & reasonAliases = info.rrj.m_rejectReason; reasonAliases = duplicateAliases; PTRACE(2, "RAS\tRRQ rejected, duplicate alias"); return H323GatekeeperRequest::Reject; } } // Check if the endpoint is trying to register a prefix that can be resolved to another endpoint const H225_EndpointType & terminalType = info.rrq.m_terminalType; if (terminalType.HasOptionalField(H225_EndpointType::e_gateway) && terminalType.m_gateway.HasOptionalField(H225_GatewayInfo::e_protocol)) { const H225_ArrayOf_SupportedProtocols & protocols = terminalType.m_gateway.m_protocol; for (i = 0; i < protocols.GetSize(); i++) { // Only voice prefixes are supported if (protocols[i].GetTag() == H225_SupportedProtocols::e_voice) { H225_VoiceCaps & voiceCaps = protocols[i]; if (voiceCaps.HasOptionalField(H225_VoiceCaps::e_supportedPrefixes)) { H225_ArrayOf_SupportedPrefix & prefixes = voiceCaps.m_supportedPrefixes; for (PINDEX j = 0; j < prefixes.GetSize(); j++) { // Reject if the prefix be matched to a registered alias or prefix PSafePtr ep2 = FindEndPointByAliasAddress(prefixes[j].m_prefix); if (ep2 != NULL && ep2 != info.endpoint && !canHaveDuplicatePrefix) { info.SetRejectReason(H225_RegistrationRejectReason::e_duplicateAlias); H225_ArrayOf_AliasAddress & aliases = info.rrj.m_rejectReason; aliases.SetSize(1); aliases[0] = prefixes[j].m_prefix; PTRACE(2, "RAS\tRRQ rejected, duplicate prefix"); return H323GatekeeperRequest::Reject; } } } break; // If voice protocol is found, don't look any further } } } // Are already registered and have just sent another heavy RRQ if (info.endpoint != NULL) { H323GatekeeperRequest::Response response = info.endpoint->OnRegistration(info); switch (response) { case H323GatekeeperRequest::Confirm : AddEndPoint(info.endpoint); break; case H323GatekeeperRequest::Reject : RemoveEndPoint(info.endpoint); break; default : break; } return response; } // Need to create a new endpoint object info.endpoint = CreateRegisteredEndPoint(info); if (info.endpoint == (H323RegisteredEndPoint *)NULL) { PTRACE(1, "RAS\tRRQ rejected, CreateRegisteredEndPoint() returned NULL"); return H323GatekeeperRequest::Reject; } H323GatekeeperRequest::Response response = info.endpoint->OnRegistration(info); if (response != H323GatekeeperRequest::Confirm) { info.endpoint = (H323RegisteredEndPoint *)NULL; delete info.endpoint; return response; } // Have successfully registered, save it AddEndPoint(info.endpoint); PTRACE(2, "RAS\tRRQ accepted: \"" << *info.endpoint << '"'); return H323GatekeeperRequest::Confirm; } H323GatekeeperRequest::Response H323GatekeeperServer::OnUnregistration(H323GatekeeperURQ & info) { PTRACE_BLOCK("H323GatekeeperServer::OnUnregistration"); H323GatekeeperRequest::Response response = info.endpoint->OnUnregistration(info); if (response != H323GatekeeperRequest::Confirm) return response; if (info.urq.HasOptionalField(H225_UnregistrationRequest::e_endpointAlias)) { PINDEX i; // See if all aliases to be removed are on the same endpoint for (i = 0; i < info.urq.m_endpointAlias.GetSize(); i++) { if (FindEndPointByAliasAddress(info.urq.m_endpointAlias[i]) != info.endpoint) { info.SetRejectReason(H225_UnregRejectReason::e_permissionDenied); PTRACE(2, "RAS\tURQ rejected, alias " << info.urq.m_endpointAlias[i] << " not owned by registration"); return H323GatekeeperRequest::Reject; } } // Remove all the aliases specified in PDU for (i = 0; i < info.urq.m_endpointAlias.GetSize(); i++) info.endpoint->RemoveAlias(H323GetAliasAddressString(info.urq.m_endpointAlias[i])); // if no aliases left, then remove the endpoint if (info.endpoint->GetAliasCount() > 0) { #ifdef H323_H501 if (peerElement != NULL) peerElement->AddDescriptor(info.endpoint->GetDescriptorID(), info.endpoint->GetAliases(), info.endpoint->GetSignalAddresses()); #endif } else { PTRACE(2, "RAS\tRemoving endpoint " << *info.endpoint << " with no aliases"); RemoveEndPoint(info.endpoint); // will also remove descriptor if required } } else RemoveEndPoint(info.endpoint); return H323GatekeeperRequest::Confirm; } H323GatekeeperRequest::Response H323GatekeeperServer::OnInfoResponse(H323GatekeeperIRR & info) { PTRACE_BLOCK("H323GatekeeperServer::OnInfoResponse"); return info.endpoint->OnInfoResponse(info); } void H323GatekeeperServer::AddEndPoint(H323RegisteredEndPoint * ep) { PTRACE(3, "RAS\tAdding registered endpoint: " << *ep); PINDEX i; mutex.Wait(); if (byIdentifier.FindWithLock(ep->GetIdentifier(), PSafeReference) != ep) { byIdentifier.SetAt(ep->GetIdentifier(), ep); if (byIdentifier.GetSize() > peakRegistrations) peakRegistrations = byIdentifier.GetSize(); totalRegistrations++; } for (i = 0; i < ep->GetSignalAddressCount(); i++) byAddress.Append(new StringMap(ep->GetSignalAddress(i), ep->GetIdentifier())); for (i = 0; i < ep->GetAliasCount(); i++) { PString alias = ep->GetAlias(i); byAlias.Append(new StringMap(ep->GetAlias(i), ep->GetIdentifier())); } for (i = 0; i < ep->GetPrefixCount(); i++) byVoicePrefix.Append(new StringMap(ep->GetPrefix(i), ep->GetIdentifier())); mutex.Signal(); } BOOL H323GatekeeperServer::RemoveEndPoint(H323RegisteredEndPoint * ep) { PTRACE(3, "RAS\tRemoving registered endpoint: " << *ep); // clear all calls in the endpoint while (ep->GetCallCount() > 0) RemoveCall(&ep->GetCall(0)); // remove any aliases from the endpoint while (ep->GetAliasCount() > 0) ep->RemoveAlias(ep->GetAlias(0)); PWaitAndSignal wait(mutex); PINDEX i; // remove prefixes belonging to this endpoint for (i = 0; i < byVoicePrefix.GetSize(); i++) { StringMap & prefixMap = (StringMap &)*byVoicePrefix.GetAt(i); if (prefixMap.identifier == ep->GetIdentifier()) byVoicePrefix.RemoveAt(i); } // remove aliases belonging to this endpoint for (i = 0; i < byAlias.GetSize(); i++) { StringMap & aliasMap = (StringMap &)*byAlias.GetAt(i); if (aliasMap.identifier == ep->GetIdentifier()) byAlias.RemoveAt(i); } // remove call signalling addresses for (i = 0; i < byAddress.GetSize(); i++) { StringMap & aliasMap = (StringMap &)*byAddress.GetAt(i); if (aliasMap.identifier == ep->GetIdentifier()) byAddress.RemoveAt(i); } // remove the descriptor #ifdef H323_H501 if (peerElement != NULL) peerElement->DeleteDescriptor(ep->GetDescriptorID()); #endif // remove the endpoint from the list of active endpoints // ep is deleted by this return byIdentifier.RemoveAt(ep->GetIdentifier()); } void H323GatekeeperServer::RemoveAlias(H323RegisteredEndPoint & ep, const PString & alias) { PTRACE(3, "RAS\tRemoving registered endpoint alias: " << alias); mutex.Wait(); PINDEX pos = byAlias.GetValuesIndex(alias); if (pos != P_MAX_INDEX) { // Allow for possible multiple aliases while (pos < byAlias.GetSize()) { StringMap & aliasMap = (StringMap &)byAlias[pos]; if (aliasMap != alias) break; if (aliasMap.identifier == ep.GetIdentifier()) byAlias.RemoveAt(pos); else pos++; } } if (ep.ContainsAlias(alias)) ep.RemoveAlias(alias); mutex.Signal(); } H323RegisteredEndPoint * H323GatekeeperServer::CreateRegisteredEndPoint(H323GatekeeperRRQ &) { return new H323RegisteredEndPoint(*this, CreateEndPointIdentifier()); } PString H323GatekeeperServer::CreateEndPointIdentifier() { PWaitAndSignal wait(mutex); return psprintf("%x:%u", identifierBase, nextIdentifier++); } PSafePtr H323GatekeeperServer::FindEndPointByIdentifier( const PString & identifier, PSafetyMode mode) { return byIdentifier.FindWithLock(identifier, mode); } PSafePtr H323GatekeeperServer::FindEndPointBySignalAddresses( const H225_ArrayOf_TransportAddress & addresses, PSafetyMode mode) { PWaitAndSignal wait(mutex); for (PINDEX i = 0; i < addresses.GetSize(); i++) { PINDEX pos = byAddress.GetValuesIndex(H323TransportAddress(addresses[i])); if (pos != P_MAX_INDEX) return FindEndPointByIdentifier(((StringMap &)byAddress[pos]).identifier, mode); } return (H323RegisteredEndPoint *)NULL; } PSafePtr H323GatekeeperServer::FindEndPointBySignalAddress( const H323TransportAddress & address, PSafetyMode mode) { PWaitAndSignal wait(mutex); PINDEX pos = byAddress.GetValuesIndex(address); if (pos != P_MAX_INDEX) return FindEndPointByIdentifier(((StringMap &)byAddress[pos]).identifier, mode); return (H323RegisteredEndPoint *)NULL; } PSafePtr H323GatekeeperServer::FindEndPointByAliasAddress( const H225_AliasAddress & alias, PSafetyMode mode) { return FindEndPointByAliasString(H323GetAliasAddressString(alias), mode); } PSafePtr H323GatekeeperServer::FindEndPointByAliasString( const PString & alias, PSafetyMode mode) { { PWaitAndSignal wait(mutex); PINDEX pos = byAlias.GetValuesIndex(alias); if (pos != P_MAX_INDEX) return FindEndPointByIdentifier(((StringMap &)byAlias[pos]).identifier, mode); } return FindEndPointByPrefixString(alias, mode); } PSafePtr H323GatekeeperServer::FindEndPointByPartialAlias( const PString & alias, PSafetyMode mode) { PWaitAndSignal wait(mutex); PINDEX pos = byAlias.GetNextStringsIndex(alias); if (pos != P_MAX_INDEX) { StringMap & possible = (StringMap &)byAlias[pos]; if (possible.NumCompare(alias) == EqualTo) { PTRACE(4, "RAS\tPartial endpoint search for " "\"" << alias << "\" found \"" << possible << '"'); return FindEndPointByIdentifier(possible.identifier, mode); } } PTRACE(4, "RAS\tPartial endpoint search for \"" << alias << "\" failed"); return (H323RegisteredEndPoint *)NULL; } PSafePtr H323GatekeeperServer::FindEndPointByPrefixString( const PString & prefix, PSafetyMode mode) { PWaitAndSignal wait(mutex); if (byVoicePrefix.IsEmpty()) return (H323RegisteredEndPoint *)NULL; for (PINDEX len = prefix.GetLength(); len > 0; len--) { PINDEX pos = byVoicePrefix.GetValuesIndex(prefix.Left(len)); if (pos != P_MAX_INDEX) return FindEndPointByIdentifier(((StringMap &)byVoicePrefix[pos]).identifier, mode); } return (H323RegisteredEndPoint *)NULL; } PSafePtr H323GatekeeperServer::FindDestinationEndPoint( const OpalGloballyUniqueID & id, H323GatekeeperCall::Direction direction) { if ( !id ) { PSafePtr call = FindCall(id, direction); if (call == NULL) return NULL; for (PINDEX i = 0; i < call->GetDestinationAliases().GetSize(); i++) { const PString alias = call->GetDestinationAliases()[i]; PSafePtr ep = FindEndPointByAliasString(alias); if (ep != NULL) return ep; } } return NULL; } H323GatekeeperRequest::Response H323GatekeeperServer::OnAdmission(H323GatekeeperARQ & info) { PTRACE_BLOCK("H323GatekeeperServer::OnAdmission"); OpalGloballyUniqueID id = info.arq.m_callIdentifier.m_guid; if (id == NULL) { PTRACE(2, "RAS\tNo call identifier provided in ARQ!"); info.SetRejectReason(H225_AdmissionRejectReason::e_undefinedReason); return H323GatekeeperRequest::Reject; } H323GatekeeperRequest::Response response; PSafePtr oldCall = FindCall(id, info.arq.m_answerCall); if (oldCall != NULL) response = oldCall->OnAdmission(info); else { // If on restarted in thread, then don't create new call, should already // have had one created on the last pass through. if (!info.IsFastResponseRequired() && info.CanSendRIP()) { PTRACE(2, "RAS\tCall object disappeared after starting slow PDU handler thread!"); info.SetRejectReason(H225_AdmissionRejectReason::e_undefinedReason); return H323GatekeeperRequest::Reject; } H323GatekeeperCall * newCall = CreateCall(id, info.arq.m_answerCall ? H323GatekeeperCall::AnsweringCall : H323GatekeeperCall::OriginatingCall); PTRACE(3, "RAS\tCall created: " << *newCall); response = newCall->OnAdmission(info); if (response != H323GatekeeperRequest::Reject) { mutex.Wait(); info.endpoint->AddCall(newCall); oldCall = activeCalls.Append(newCall); if (activeCalls.GetSize() > peakCalls) peakCalls = activeCalls.GetSize(); totalCalls++; PTRACE(2, "RAS\tAdded new call (total=" << activeCalls.GetSize() << ") " << *newCall); mutex.Signal(); AddCall(oldCall); } } #ifdef H323_H248 switch (response) { case H323GatekeeperRequest::Confirm : if (oldCall->AddCallCreditServiceControl(info.acf.m_serviceControl)) info.acf.IncludeOptionalField(H225_AdmissionConfirm::e_serviceControl); break; case H323GatekeeperRequest::Reject : if (oldCall != NULL && oldCall->AddCallCreditServiceControl(info.arj.m_serviceControl)) info.arj.IncludeOptionalField(H225_AdmissionReject::e_serviceControl); break; default : break; } #endif return response; } H323GatekeeperRequest::Response H323GatekeeperServer::OnDisengage(H323GatekeeperDRQ & info) { PTRACE_BLOCK("H323GatekeeperServer::OnDisengage"); OpalGloballyUniqueID callIdentifier = info.drq.m_callIdentifier.m_guid; PSafePtr call = FindCall(callIdentifier, info.drq.m_answeredCall); if (call == NULL) { info.SetRejectReason(H225_DisengageRejectReason::e_requestToDropOther); PTRACE(2, "RAS\tDRQ rejected, no call with ID " << callIdentifier); return H323GatekeeperRequest::Reject; } H323GatekeeperRequest::Response response = call->OnDisengage(info); if (response != H323GatekeeperRequest::Confirm) return response; RemoveCall(call); return H323GatekeeperRequest::Confirm; } H323GatekeeperRequest::Response H323GatekeeperServer::OnBandwidth(H323GatekeeperBRQ & info) { PTRACE_BLOCK("H323GatekeeperServer::OnBandwidth"); PSafePtr call = FindCall(info.brq.m_callIdentifier.m_guid, info.brq.m_answeredCall); if (call == NULL) { info.SetRejectReason(H225_BandRejectReason::e_invalidConferenceID); PTRACE(2, "RAS\tBRQ rejected, no call with ID"); return H323GatekeeperRequest::Reject; } H323GatekeeperRequest::Response response = call->OnBandwidth(info); return response; } BOOL H323GatekeeperServer::GetAdmissionRequestAuthentication(H323GatekeeperARQ & /*info*/, H235Authenticators & /*authenticators*/) { return FALSE; } BOOL H323GatekeeperServer::GetUsersPassword(const PString & alias, PString & password, H323RegisteredEndPoint & /*registerdEndpoint*/) const { return GetUsersPassword(alias, password); } BOOL H323GatekeeperServer::GetUsersPassword(const PString & alias, PString & password) const { if (!passwords.Contains(alias)) return FALSE; password = passwords(alias); return TRUE; } unsigned H323GatekeeperServer::AllocateBandwidth(unsigned newBandwidth, unsigned oldBandwidth) { PWaitAndSignal wait(mutex); // If first request for bandwidth, then only give them a maximum of the // configured default bandwidth if (oldBandwidth == 0 && newBandwidth > defaultBandwidth) newBandwidth = defaultBandwidth; // If then are asking for more than we have in total, drop it down to whatevers left if (newBandwidth > oldBandwidth && (newBandwidth - oldBandwidth) > (totalBandwidth - usedBandwidth)) newBandwidth = totalBandwidth - usedBandwidth - oldBandwidth; // If greater than the absolute maximum configured for any endpoint, clamp it if (newBandwidth > maximumBandwidth) newBandwidth = maximumBandwidth; // Finally have adjusted new bandwidth, allocate it! usedBandwidth += (newBandwidth - oldBandwidth); PTRACE(3, "RAS\tBandwidth allocation: +" << newBandwidth << " -" << oldBandwidth << " used=" << usedBandwidth << " left=" << (totalBandwidth - usedBandwidth)); return newBandwidth; } void H323GatekeeperServer::RemoveCall(H323GatekeeperCall * call) { if (PAssertNULL(call) == NULL) return; call->SetBandwidthUsed(0); PAssert(call->GetEndPoint().RemoveCall(call), PLogicError); PTRACE(2, "RAS\tRemoved call (total=" << (activeCalls.GetSize()-1) << ") id=" << *call); PAssert(activeCalls.Remove(call), PLogicError); } H323GatekeeperCall * H323GatekeeperServer::CreateCall(const OpalGloballyUniqueID & id, H323GatekeeperCall::Direction dir) { return new H323GatekeeperCall(*this, id, dir); } PSafePtr H323GatekeeperServer::FindCall(const PString & desc, PSafetyMode mode) { PINDEX pos = desc.Find(AnswerCallStr); if (pos == P_MAX_INDEX) pos = desc.Find(OriginateCallStr); OpalGloballyUniqueID id = desc.Left(pos); H323GatekeeperCall::Direction dir = H323GatekeeperCall::UnknownDirection; PString dirStr = desc.Mid(pos); if (dirStr == AnswerCallStr) dir = H323GatekeeperCall::AnsweringCall; else if (dirStr == OriginateCallStr) dir = H323GatekeeperCall::OriginatingCall; return FindCall(id, dir, mode); } PSafePtr H323GatekeeperServer::FindCall(const OpalGloballyUniqueID & id, BOOL answer, PSafetyMode mode) { return FindCall(id, answer ? H323GatekeeperCall::AnsweringCall : H323GatekeeperCall::OriginatingCall, mode); } PSafePtr H323GatekeeperServer::FindCall(const OpalGloballyUniqueID & id, H323GatekeeperCall::Direction dir, PSafetyMode mode) { return activeCalls.FindWithLock(H323GatekeeperCall(*this, id, dir), mode); } H323GatekeeperRequest::Response H323GatekeeperServer::OnLocation(H323GatekeeperLRQ & info) { PINDEX i; for (i = 0; i < info.lrq.m_destinationInfo.GetSize(); i++) { PSafePtr ep = FindEndPointByAliasAddress(info.lrq.m_destinationInfo[i], PSafeReadOnly); if (ep != NULL) { ep->GetSignalAddress(0).SetPDU(info.lcf.m_callSignalAddress); ep->GetRASAddress(0).SetPDU(info.lcf.m_rasAddress); PTRACE(2, "RAS\tLocation of " << H323GetAliasAddressString(info.lrq.m_destinationInfo[i]) << " is endpoint " << *ep); return H323GatekeeperRequest::Confirm; } } BOOL isGKRouted = IsGatekeeperRouted(); for (i = 0; i < info.lrq.m_destinationInfo.GetSize(); i++) { H323TransportAddress address; if (TranslateAliasAddress(info.lrq.m_destinationInfo[i], info.lcf.m_destinationInfo, address, isGKRouted, NULL)) { address.SetPDU(info.lcf.m_callSignalAddress); if (info.lcf.m_destinationInfo.GetSize() > 0) info.lcf.IncludeOptionalField(H225_LocationConfirm::e_destinationInfo); PTRACE(2, "RAS\tLocation of " << H323GetAliasAddressString(info.lrq.m_destinationInfo[i]) << " is " << address); return H323GatekeeperRequest::Confirm; } } info.SetRejectReason(H225_LocationRejectReason::e_requestDenied); PTRACE(2, "RAS\tLRQ rejected, location not found"); return H323GatekeeperRequest::Reject; } BOOL H323GatekeeperServer::TranslateAliasAddress(const H225_AliasAddress & alias, H225_ArrayOf_AliasAddress & aliases, H323TransportAddress & address, BOOL & /*isGKRouted*/, H323GatekeeperCall * /*call*/) { if (!TranslateAliasAddressToSignalAddress(alias, address)) { #ifdef H323_H501 H225_AliasAddress transportAlias; if ((peerElement != NULL) && (peerElement->AccessRequest(alias, aliases, transportAlias))) { // if AccessRequest returns OK, but no aliases, then all of the aliases // must have been wildcards. In this case, add the original aliase back into the list if (aliases.GetSize() == 0) { PTRACE(1, "RAS\tAdding original alias to the top of the alias list"); aliases.SetSize(1); aliases[0] = alias; } address = H323GetAliasAddressString(transportAlias); return TRUE; } #endif return FALSE; } PSafePtr ep = FindEndPointBySignalAddress(address, PSafeReadOnly); if (ep != NULL) H323SetAliasAddresses(ep->GetAliases(), aliases); return TRUE; } BOOL H323GatekeeperServer::TranslateAliasAddressToSignalAddress(const H225_AliasAddress & alias, H323TransportAddress & address) { PWaitAndSignal wait(mutex); PString aliasString = H323GetAliasAddressString(alias); if (isGatekeeperRouted) { const H323ListenerList & listeners = ownerEndPoint.GetListeners(); address = listeners[0].GetTransportAddress(); PTRACE(2, "RAS\tTranslating alias " << aliasString << " to " << address << ", gatekeeper routed"); return TRUE; } PSafePtr ep = FindEndPointByAliasAddress(alias, PSafeReadOnly); if (ep != NULL) { address = ep->GetSignalAddress(0); PTRACE(2, "RAS\tTranslating alias " << aliasString << " to " << address << ", registered endpoint"); return TRUE; } if (!aliasCanBeHostName) return FALSE; // If is E.164 address then assume isn't a host name or IP address if (!H323GetAliasAddressE164(alias).IsEmpty()) return FALSE; H323TransportAddress aliasAsTransport = aliasString; PIPSocket::Address ip; WORD port = H323EndPoint::DefaultTcpPort; if (!aliasAsTransport.GetIpAndPort(ip, port)) { PTRACE(4, "RAS\tCould not translate " << aliasString << " as host name."); return FALSE; } address = H323TransportAddress(ip, port); PTRACE(2, "RAS\tTranslating alias " << aliasString << " to " << address << ", host name"); return TRUE; } BOOL H323GatekeeperServer::CheckSignalAddressPolicy(const H323RegisteredEndPoint &, const H225_AdmissionRequest &, const H323TransportAddress &) { return TRUE; } BOOL H323GatekeeperServer::CheckAliasAddressPolicy(const H323RegisteredEndPoint &, const H225_AdmissionRequest & arq, const H225_AliasAddress & alias) { PWaitAndSignal wait(mutex); if (arq.m_answerCall ? canOnlyAnswerRegisteredEP : canOnlyCallRegisteredEP) { PSafePtr ep = FindEndPointByAliasAddress(alias); if (ep == NULL) return FALSE; } return TRUE; } BOOL H323GatekeeperServer::CheckAliasStringPolicy(const H323RegisteredEndPoint &, const H225_AdmissionRequest & arq, const PString & alias) { PWaitAndSignal wait(mutex); if (arq.m_answerCall ? canOnlyAnswerRegisteredEP : canOnlyCallRegisteredEP) { PSafePtr ep = FindEndPointByAliasString(alias); if (ep == NULL) return FALSE; } return TRUE; } void H323GatekeeperServer::SetGatekeeperIdentifier(const PString & id, BOOL adjustListeners) { mutex.Wait(); gatekeeperIdentifier = id; if (adjustListeners) { for (PINDEX i = 0; i < listeners.GetSize(); i++) listeners[i].SetIdentifier(id); } mutex.Signal(); } #ifdef H323_H501 void H323GatekeeperServer::SetPeerElement(H323PeerElement * newPeerElement) { delete peerElement; peerElement = newPeerElement; } void H323GatekeeperServer::CreatePeerElement(const H323TransportAddress & h501Interface) { if (peerElement == NULL) peerElement = new H323PeerElement(ownerEndPoint, h501Interface); else peerElement->SetTransport(h501Interface); } BOOL H323GatekeeperServer::OpenPeerElement(const H323TransportAddress & remotePeer, BOOL append, BOOL keepTrying) { if (peerElement == NULL) peerElement = new H323PeerElement(ownerEndPoint); if (append) return peerElement->AddServiceRelationship(remotePeer, keepTrying); else return peerElement->SetOnlyServiceRelationship(remotePeer, keepTrying); } #endif // H323_H501 void H323GatekeeperServer::MonitorMain(PThread &, INT) { while (!monitorExit.Wait(1000)) { PTRACE(6, "RAS\tAging registered endpoints"); for (PSafePtr ep = GetFirstEndPoint(PSafeReference); ep != NULL; ep++) { if (!ep->OnTimeToLive()) { PTRACE(2, "RAS\tRemoving expired endpoint " << *ep); RemoveEndPoint(ep); } if (ep->GetAliasCount() == 0) { PTRACE(2, "RAS\tRemoving endpoint " << *ep << " with no aliases"); RemoveEndPoint(ep); } } byIdentifier.DeleteObjectsToBeRemoved(); for (PSafePtr call = GetFirstCall(PSafeReference); call != NULL; call++) { if (!call->OnHeartbeat()) { if (disengageOnHearbeatFail) call->Disengage(); } } activeCalls.DeleteObjectsToBeRemoved(); } } BOOL H323GatekeeperServer::OnSendFeatureSet(unsigned, H225_FeatureSet &) const { return FALSE; } void H323GatekeeperServer::OnReceiveFeatureSet(unsigned, const H225_FeatureSet &) const { } ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/src/guid.cxx0100644000176200056700000002104607646673250016115 0ustar releasepostincr/* * guid.cxx * * Globally Unique Identifier * * Open H323 Library * * Copyright (c) 1998-2001 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: guid.cxx,v $ * Revision 1.15 2003/04/15 03:04:08 robertj * Fixed string constructor being able to build non null GUID. * * Revision 1.14 2002/10/10 05:33:18 robertj * VxWorks port, thanks Martijn Roest * * Revision 1.13 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.12 2001/10/03 03:18:29 robertj * Changed to only get (or fake) MAC address once. * * Revision 1.11 2001/04/05 01:45:13 robertj * Fixed MSVC warning. * * Revision 1.10 2001/04/04 07:46:13 robertj * Fixed erros in rading GUID hex string. * * Revision 1.9 2001/04/04 06:46:39 robertj * Fixed errors in time calculation used in GUID. * * Revision 1.8 2001/03/19 05:52:24 robertj * Fixed problem with reading a GUID if there is leading white space. * If get error reading GUID then set the stream fail bit. * * Revision 1.7 2001/03/15 00:25:12 robertj * Fixed problem with hex output sign extending unsigned values. * * Revision 1.6 2001/03/14 05:03:37 robertj * Fixed printing of GUID to have bytes as hex instead of characters. * * Revision 1.5 2001/03/03 00:54:48 yurik * Proper fix for filetime routines used in guid calc done for WinCE * * Revision 1.4 2001/03/02 23:25:49 yurik * fixed typo * * Revision 1.3 2001/03/02 22:50:37 yurik * Used PTime for WinCE port instead of non-portable function * * Revision 1.2 2001/03/02 07:17:41 robertj * Compensated for stupid GNU compiler bug. * * Revision 1.1 2001/03/02 06:59:59 robertj * Enhanced the globally unique identifier class. * */ #include #ifdef __GNUC__ #pragma implementation "guid.h" #endif #include "guid.h" #include #include #include #define GUID_SIZE 16 /////////////////////////////////////////////////////////////////////////////// OpalGloballyUniqueID::OpalGloballyUniqueID() : PBYTEArray(GUID_SIZE) { // Want time of UTC in 0.1 microseconds since 15 Oct 1582. PInt64 timestamp; static PInt64 deltaTime = PInt64(10000000)*24*60*60* ( 16 // Days from 15th October + 31 // Days in December 1583 + 30 // Days in November 1583 #ifdef _WIN32 + (1601-1583)*365 // Whole years + (1601-1583)/4); // Leap days // Get nanoseconds since 1601 #ifndef _WIN32_WCE GetSystemTimeAsFileTime((LPFILETIME)×tamp); #else SYSTEMTIME SystemTime; GetSystemTime(&SystemTime); SystemTimeToFileTime(&SystemTime, (LPFILETIME)×tamp); #endif // _WIN32_WCE timestamp /= 100; #else // _WIN32 + (1970-1583)*365 // Days in years + (1970-1583)/4 // Leap days - 3); // Allow for 1700, 1800, 1900 not leap years #ifdef P_VXWORKS struct timespec ts; clock_gettime(0,&ts); timestamp = (ts.tv_sec*(PInt64)1000000 + ts.tv_nsec*1000)*10; #else struct timeval tv; gettimeofday(&tv, NULL); timestamp = (tv.tv_sec*(PInt64)1000000 + tv.tv_usec)*10; #endif // P_VXWORKS #endif // _WIN32 timestamp += deltaTime; theArray[0] = (BYTE)(timestamp&0xff); theArray[1] = (BYTE)((timestamp>>8)&0xff); theArray[2] = (BYTE)((timestamp>>16)&0xff); theArray[3] = (BYTE)((timestamp>>24)&0xff); theArray[4] = (BYTE)((timestamp>>32)&0xff); theArray[5] = (BYTE)((timestamp>>40)&0xff); theArray[6] = (BYTE)((timestamp>>48)&0xff); theArray[7] = (BYTE)(((timestamp>>56)&0x0f) + 0x10); // Version number is 1 static WORD clockSequence = (WORD)PRandom::Number(); static PInt64 lastTimestamp = 0; if (lastTimestamp < timestamp) lastTimestamp = timestamp; else clockSequence++; theArray[8] = (BYTE)(((clockSequence>>8)&0x1f) | 0x80); // DCE compatible GUID theArray[9] = (BYTE)clockSequence; static PEthSocket::Address macAddress; static BOOL needMacAddress = TRUE; if (needMacAddress) { PIPSocket::InterfaceTable interfaces; if (PIPSocket::GetInterfaceTable(interfaces)) { for (PINDEX i = 0; i < interfaces.GetSize(); i++) { PString macAddrStr = interfaces[i].GetMACAddress(); if (!macAddrStr && macAddrStr != "44-45-53-54-00-00") { /* not Win32 PPP device */ macAddress = macAddrStr; if (macAddress != NULL) { needMacAddress = FALSE; break; } } } } if (needMacAddress) { PRandom rand; macAddress.ls.l = rand; macAddress.ls.s = (WORD)rand; macAddress.b[0] |= '\x80'; needMacAddress = FALSE; } } memcpy(theArray+10, macAddress.b, 6); } OpalGloballyUniqueID::OpalGloballyUniqueID(const char * cstr) : PBYTEArray(GUID_SIZE) { if (cstr != NULL && *cstr != '\0') { PStringStream strm(cstr); ReadFrom(strm); } } OpalGloballyUniqueID::OpalGloballyUniqueID(const PString & str) : PBYTEArray(GUID_SIZE) { PStringStream strm(str); ReadFrom(strm); } OpalGloballyUniqueID::OpalGloballyUniqueID(const PASN_OctetString & newId) : PBYTEArray(newId) { PAssert(GetSize() == GUID_SIZE, PInvalidParameter); SetSize(GUID_SIZE); } PObject * OpalGloballyUniqueID::Clone() const { PAssert(GetSize() == GUID_SIZE, "OpalGloballyUniqueID is invalid size"); return new OpalGloballyUniqueID(*this); } PINDEX OpalGloballyUniqueID::HashFunction() const { PAssert(GetSize() == GUID_SIZE, "OpalGloballyUniqueID is invalid size"); DWORD * words = (DWORD *)theArray; DWORD sum = words[0] + words[1] + words[2] + words[3]; return ((sum >> 25)+(sum >> 15)+sum)%23; } void OpalGloballyUniqueID::PrintOn(ostream & strm) const { PAssert(GetSize() == GUID_SIZE, "OpalGloballyUniqueID is invalid size"); char fillchar = strm.fill(); strm << hex << setfill('0') << setw(2) << (unsigned)(BYTE)theArray[0] << setw(2) << (unsigned)(BYTE)theArray[1] << setw(2) << (unsigned)(BYTE)theArray[2] << setw(2) << (unsigned)(BYTE)theArray[3] << '-' << setw(2) << (unsigned)(BYTE)theArray[4] << setw(2) << (unsigned)(BYTE)theArray[5] << '-' << setw(2) << (unsigned)(BYTE)theArray[6] << setw(2) << (unsigned)(BYTE)theArray[7] << '-' << setw(2) << (unsigned)(BYTE)theArray[8] << setw(2) << (unsigned)(BYTE)theArray[9] << '-' << setw(2) << (unsigned)(BYTE)theArray[10] << setw(2) << (unsigned)(BYTE)theArray[11] << setw(2) << (unsigned)(BYTE)theArray[12] << setw(2) << (unsigned)(BYTE)theArray[13] << setw(2) << (unsigned)(BYTE)theArray[14] << setw(2) << (unsigned)(BYTE)theArray[15] << dec << setfill(fillchar); } void OpalGloballyUniqueID::ReadFrom(istream & strm) { PAssert(GetSize() == GUID_SIZE, "OpalGloballyUniqueID is invalid size"); SetSize(16); strm >> ws; PINDEX count = 0; while (count < 2*GUID_SIZE) { if (isxdigit(strm.peek())) { char digit = (char)(strm.get() - '0'); if (digit >= 10) { digit -= 'A'-('9'+1); if (digit >= 16) digit -= 'a'-'A'; } theArray[count/2] = (BYTE)((theArray[count/2] << 4) | digit); count++; } else if (strm.peek() == '-') { if (count != 8 && count != 12 && count != 16 && count != 20) break; strm.get(); // Ignore the dash if it was in the right place } else break; } if (count < 2*GUID_SIZE) { memset(theArray, 0, GUID_SIZE); strm.clear(ios::failbit); } } PString OpalGloballyUniqueID::AsString() const { PStringStream strm; PrintOn(strm); return strm; } BOOL OpalGloballyUniqueID::IsNULL() const { PAssert(GetSize() == GUID_SIZE, "OpalGloballyUniqueID is invalid size"); return memcmp(theArray, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 16) == 0; } ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/src/h225.asn0100644000176200056700000020020210030152370015565 0ustar releasepostincr-- -- Abstract Syntax Notion (ASN.1) file for H.225.0 Version 5 -- -- File provided by Packetizer, Inc. - http://www.packetizer.com -- Last Updated: 06 Oct 2003 -- -- History of changes: -- 06 Jun 2003 -- Initial H.225.0v5 ASN.1 file -- 06 Oct 2003 -- Removed a duplicated invalidCID reason in the list of -- Release Complete Reason codes -- H323-MESSAGES DEFINITIONS AUTOMATIC TAGS ::= BEGIN IMPORTS SIGNED{}, ENCRYPTED{}, HASHED{}, ChallengeString, TimeStamp, RandomVal, Password, EncodedPwdCertToken, ClearToken, CryptoToken, AuthenticationMechanism FROM H235-SECURITY-MESSAGES DataProtocolCapability, T38FaxProfile FROM MULTIMEDIA-SYSTEM-CONTROL; H323-UserInformation ::= SEQUENCE -- root for all H.225.0 Call Signalling messages { h323-uu-pdu H323-UU-PDU, user-data SEQUENCE { protocol-discriminator INTEGER (0..255), user-information OCTET STRING (SIZE(1..131)), ... } OPTIONAL, ... } H323-UU-PDU ::= SEQUENCE { h323-message-body CHOICE { setup Setup-UUIE, callProceeding CallProceeding-UUIE, connect Connect-UUIE, alerting Alerting-UUIE, information Information-UUIE, releaseComplete ReleaseComplete-UUIE, facility Facility-UUIE, ..., progress Progress-UUIE, empty NULL, -- used when a Facility message is sent, -- but the Facility-UUIE is not to be invoked -- (possible when transporting supplementary -- services messages in versions prior to -- H.225.0 version 4). Also used as specified -- in H.323 to send messages that are not -- call related. status Status-UUIE, statusInquiry StatusInquiry-UUIE, setupAcknowledge SetupAcknowledge-UUIE, notify Notify-UUIE }, nonStandardData NonStandardParameter OPTIONAL, ..., h4501SupplementaryService SEQUENCE OF OCTET STRING OPTIONAL, -- each sequence of octet string is defined as one -- H4501SupplementaryService APDU as defined in -- Table 3/H.450.1 h245Tunneling BOOLEAN, -- if TRUE, tunneling of H.245 messages is enabled h245Control SEQUENCE OF OCTET STRING OPTIONAL, nonStandardControl SEQUENCE OF NonStandardParameter OPTIONAL, callLinkage CallLinkage OPTIONAL, tunnelledSignallingMessage SEQUENCE { tunnelledProtocolID TunnelledProtocol, -- tunnelled signalling protocol ID messageContent SEQUENCE OF OCTET STRING, -- sequence of entire message(s) tunnellingRequired NULL OPTIONAL, nonStandardData NonStandardParameter OPTIONAL, ... } OPTIONAL, provisionalRespToH245Tunneling NULL OPTIONAL, stimulusControl StimulusControl OPTIONAL, genericData SEQUENCE OF GenericData OPTIONAL } StimulusControl ::= SEQUENCE { nonStandard NonStandardParameter OPTIONAL, isText NULL OPTIONAL, h248Message OCTET STRING OPTIONAL, ... } Alerting-UUIE ::= SEQUENCE { protocolIdentifier ProtocolIdentifier, destinationInfo EndpointType, h245Address TransportAddress OPTIONAL, ..., callIdentifier CallIdentifier, h245SecurityMode H245Security OPTIONAL, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, fastStart SEQUENCE OF OCTET STRING OPTIONAL, multipleCalls BOOLEAN, maintainConnection BOOLEAN, alertingAddress SEQUENCE OF AliasAddress OPTIONAL, presentationIndicator PresentationIndicator OPTIONAL, screeningIndicator ScreeningIndicator OPTIONAL, fastConnectRefused NULL OPTIONAL, serviceControl SEQUENCE OF ServiceControlSession OPTIONAL, capacity CallCapacity OPTIONAL, featureSet FeatureSet OPTIONAL } CallProceeding-UUIE ::= SEQUENCE { protocolIdentifier ProtocolIdentifier, destinationInfo EndpointType, h245Address TransportAddress OPTIONAL, ..., callIdentifier CallIdentifier, h245SecurityMode H245Security OPTIONAL, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, fastStart SEQUENCE OF OCTET STRING OPTIONAL, multipleCalls BOOLEAN, maintainConnection BOOLEAN, fastConnectRefused NULL OPTIONAL, featureSet FeatureSet OPTIONAL } Connect-UUIE ::= SEQUENCE { protocolIdentifier ProtocolIdentifier, h245Address TransportAddress OPTIONAL, destinationInfo EndpointType, conferenceID ConferenceIdentifier, ..., callIdentifier CallIdentifier, h245SecurityMode H245Security OPTIONAL, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, fastStart SEQUENCE OF OCTET STRING OPTIONAL, multipleCalls BOOLEAN, maintainConnection BOOLEAN, language SEQUENCE OF IA5String (SIZE (1..32)) OPTIONAL, -- RFC1766 language tag connectedAddress SEQUENCE OF AliasAddress OPTIONAL, presentationIndicator PresentationIndicator OPTIONAL, screeningIndicator ScreeningIndicator OPTIONAL, fastConnectRefused NULL OPTIONAL, serviceControl SEQUENCE OF ServiceControlSession OPTIONAL, capacity CallCapacity OPTIONAL, featureSet FeatureSet OPTIONAL } Information-UUIE ::=SEQUENCE { protocolIdentifier ProtocolIdentifier, ..., callIdentifier CallIdentifier, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, fastStart SEQUENCE OF OCTET STRING OPTIONAL, fastConnectRefused NULL OPTIONAL, circuitInfo CircuitInfo OPTIONAL } ReleaseComplete-UUIE ::= SEQUENCE { protocolIdentifier ProtocolIdentifier, reason ReleaseCompleteReason OPTIONAL, ..., callIdentifier CallIdentifier, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, busyAddress SEQUENCE OF AliasAddress OPTIONAL, presentationIndicator PresentationIndicator OPTIONAL, screeningIndicator ScreeningIndicator OPTIONAL, capacity CallCapacity OPTIONAL, serviceControl SEQUENCE OF ServiceControlSession OPTIONAL, featureSet FeatureSet OPTIONAL } ReleaseCompleteReason ::= CHOICE { noBandwidth NULL, -- bandwidth taken away or ARQ denied gatekeeperResources NULL, -- exhausted unreachableDestination NULL, -- no transport path to the destination destinationRejection NULL, -- rejected at destination invalidRevision NULL, noPermission NULL, -- called party's gatekeeper rejects unreachableGatekeeper NULL, -- terminal cannot reach gatekeeper for ARQ gatewayResources NULL, badFormatAddress NULL, adaptiveBusy NULL, -- call is dropping due to LAN crowding inConf NULL, -- called party busy undefinedReason NULL, ..., facilityCallDeflection NULL, -- call was deflected using a Facility message securityDenied NULL, -- incompatible security settings calledPartyNotRegistered NULL, -- used by gatekeeper when endpoint has -- preGrantedARQ to bypass ARQ/ACF callerNotRegistered NULL, -- used by gatekeeper when endpoint has -- preGrantedARQ to bypass ARQ/ACF newConnectionNeeded NULL, -- indicates that the Setup was not accepted on this -- connection, but that the Setup may be accepted on -- a new connection nonStandardReason NonStandardParameter, replaceWithConferenceInvite ConferenceIdentifier, -- call dropped due to subsequent -- invitation to a conference -- (see H.323 8.4.3.8) genericDataReason NULL, neededFeatureNotSupported NULL, tunnelledSignallingRejected NULL, invalidCID NULL, securityError SecurityErrors, hopCountExceeded NULL } Setup-UUIE ::= SEQUENCE { protocolIdentifier ProtocolIdentifier, h245Address TransportAddress OPTIONAL, sourceAddress SEQUENCE OF AliasAddress OPTIONAL, sourceInfo EndpointType, destinationAddress SEQUENCE OF AliasAddress OPTIONAL, destCallSignalAddress TransportAddress OPTIONAL, destExtraCallInfo SEQUENCE OF AliasAddress OPTIONAL, destExtraCRV SEQUENCE OF CallReferenceValue OPTIONAL, activeMC BOOLEAN, conferenceID ConferenceIdentifier, conferenceGoal CHOICE { create NULL, join NULL, invite NULL, ..., capability-negotiation NULL, callIndependentSupplementaryService NULL }, callServices QseriesOptions OPTIONAL, callType CallType, ..., sourceCallSignalAddress TransportAddress OPTIONAL, remoteExtensionAddress AliasAddress OPTIONAL, callIdentifier CallIdentifier, h245SecurityCapability SEQUENCE OF H245Security OPTIONAL, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, fastStart SEQUENCE OF OCTET STRING OPTIONAL, mediaWaitForConnect BOOLEAN, canOverlapSend BOOLEAN, endpointIdentifier EndpointIdentifier OPTIONAL, multipleCalls BOOLEAN, maintainConnection BOOLEAN, connectionParameters SEQUENCE -- additional gateway parameters { connectionType ScnConnectionType, numberOfScnConnections INTEGER (0..65535), connectionAggregation ScnConnectionAggregation, ... } OPTIONAL, language SEQUENCE OF IA5String (SIZE (1..32)) OPTIONAL, -- RFC1766 language tag presentationIndicator PresentationIndicator OPTIONAL, screeningIndicator ScreeningIndicator OPTIONAL, serviceControl SEQUENCE OF ServiceControlSession OPTIONAL, symmetricOperationRequired NULL OPTIONAL, capacity CallCapacity OPTIONAL, circuitInfo CircuitInfo OPTIONAL, desiredProtocols SEQUENCE OF SupportedProtocols OPTIONAL, neededFeatures SEQUENCE OF FeatureDescriptor OPTIONAL, desiredFeatures SEQUENCE OF FeatureDescriptor OPTIONAL, supportedFeatures SEQUENCE OF FeatureDescriptor OPTIONAL, parallelH245Control SEQUENCE OF OCTET STRING OPTIONAL, additionalSourceAddresses SEQUENCE OF ExtendedAliasAddress OPTIONAL, hopCount INTEGER (1..31) OPTIONAL } ScnConnectionType ::= CHOICE { unknown NULL, -- should be seleceted when connection type is unknown bChannel NULL, -- each individual connection on the SCN is 64kbps. -- Note that where SCN delivers 56kbps usable data, the -- actual bandwidth allocated on SCN is still 64kbps. hybrid2x64 NULL, -- each connection is a 128kbps hybrid call hybrid384 NULL, -- each connection is an H0 (384kbps) hybrid call hybrid1536 NULL, -- each connection is an H11 (1536kbps) hybrid call hybrid1920 NULL, -- each connection is an H12 (1920kbps) hybrid call multirate NULL, -- bandwidth supplied by SCN using multirate. -- In this case, the information transfer rate octet in the -- bearer capability shall be set to multirate and the rate -- multiplier octet shall denote the number of B channels. ... } ScnConnectionAggregation ::= CHOICE { auto NULL, -- aggregation mechanism is unknown none NULL, -- call produced using a single SCN connection h221 NULL, -- use H.221 framing to aggregate the connections bonded-mode1 NULL, -- use ISO/IEC 13871 bonding mode 1. -- Use bonded-mode1 to signal a bonded call if the precise -- bonding mode to be used is unknown. bonded-mode2 NULL, -- use ISO/IEC 13871 bonding mode 2 bonded-mode3 NULL, -- use ISO/IEC 13871 bonding mode 3 ... } PresentationIndicator ::= CHOICE { presentationAllowed NULL, presentationRestricted NULL, addressNotAvailable NULL, ... } ScreeningIndicator ::= ENUMERATED { userProvidedNotScreened (0), -- number was provided by a remote user -- and has not been screened by a gatekeeper userProvidedVerifiedAndPassed (1), -- number was provided by user -- equipment (or by a remote network), and has -- been screened by a gatekeeper userProvidedVerifiedAndFailed (2), -- number was provided by user -- equipment (or by a remote network), and the -- gatekeeper has determined that the -- information is incorrect networkProvided (3), -- number was provided by a gatekeeper ... } Facility-UUIE ::= SEQUENCE { protocolIdentifier ProtocolIdentifier, alternativeAddress TransportAddress OPTIONAL, alternativeAliasAddress SEQUENCE OF AliasAddress OPTIONAL, conferenceID ConferenceIdentifier OPTIONAL, reason FacilityReason, ..., callIdentifier CallIdentifier, destExtraCallInfo SEQUENCE OF AliasAddress OPTIONAL, remoteExtensionAddress AliasAddress OPTIONAL, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, conferences SEQUENCE OF ConferenceList OPTIONAL, h245Address TransportAddress OPTIONAL, fastStart SEQUENCE OF OCTET STRING OPTIONAL, multipleCalls BOOLEAN, maintainConnection BOOLEAN, fastConnectRefused NULL OPTIONAL, serviceControl SEQUENCE OF ServiceControlSession OPTIONAL, circuitInfo CircuitInfo OPTIONAL, featureSet FeatureSet OPTIONAL, destinationInfo EndpointType OPTIONAL, h245SecurityMode H245Security OPTIONAL } ConferenceList ::= SEQUENCE { conferenceID ConferenceIdentifier OPTIONAL, conferenceAlias AliasAddress OPTIONAL, nonStandardData NonStandardParameter OPTIONAL, ... } FacilityReason ::= CHOICE { routeCallToGatekeeper NULL, -- call must use gatekeeper model -- gatekeeper is alternativeAddress callForwarded NULL, routeCallToMC NULL, undefinedReason NULL, ..., conferenceListChoice NULL, startH245 NULL, -- recipient should connect to h245Address noH245 NULL, -- endpoint does not support H.245 newTokens NULL, featureSetUpdate NULL, forwardedElements NULL, transportedInformation NULL } Progress-UUIE ::= SEQUENCE { protocolIdentifier ProtocolIdentifier, destinationInfo EndpointType, h245Address TransportAddress OPTIONAL, callIdentifier CallIdentifier, h245SecurityMode H245Security OPTIONAL, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, fastStart SEQUENCE OF OCTET STRING OPTIONAL, ..., multipleCalls BOOLEAN, maintainConnection BOOLEAN, fastConnectRefused NULL OPTIONAL } TransportAddress ::= CHOICE { ipAddress SEQUENCE { ip OCTET STRING (SIZE(4)), port INTEGER(0..65535) }, ipSourceRoute SEQUENCE { ip OCTET STRING (SIZE(4)), port INTEGER(0..65535), route SEQUENCE OF OCTET STRING (SIZE(4)), routing CHOICE { strict NULL, loose NULL, ... }, ... }, ipxAddress SEQUENCE { node OCTET STRING (SIZE(6)), netnum OCTET STRING (SIZE(4)), port OCTET STRING (SIZE(2)) }, ip6Address SEQUENCE { ip OCTET STRING (SIZE(16)), port INTEGER(0..65535), ... }, netBios OCTET STRING (SIZE(16)), nsap OCTET STRING (SIZE(1..20)), nonStandardAddress NonStandardParameter, ... } Status-UUIE ::= SEQUENCE { protocolIdentifier ProtocolIdentifier, callIdentifier CallIdentifier, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, ... } StatusInquiry-UUIE ::= SEQUENCE { protocolIdentifier ProtocolIdentifier, callIdentifier CallIdentifier, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, ... } SetupAcknowledge-UUIE ::= SEQUENCE { protocolIdentifier ProtocolIdentifier, callIdentifier CallIdentifier, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, ... } Notify-UUIE ::= SEQUENCE { protocolIdentifier ProtocolIdentifier, callIdentifier CallIdentifier, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, ... } -- Beginning of common message elements section EndpointType ::= SEQUENCE { nonStandardData NonStandardParameter OPTIONAL, vendor VendorIdentifier OPTIONAL, gatekeeper GatekeeperInfo OPTIONAL, gateway GatewayInfo OPTIONAL, mcu McuInfo OPTIONAL, -- mc must be set as well terminal TerminalInfo OPTIONAL, mc BOOLEAN, -- shall not be set by itself undefinedNode BOOLEAN, ..., set BIT STRING (SIZE(32)) OPTIONAL, -- shall not be used with mc, gatekeeper -- code points for the various SET devices -- are defined in the respective SET Annexes supportedTunnelledProtocols SEQUENCE OF TunnelledProtocol OPTIONAL -- list of supported tunnelled protocols } GatewayInfo ::= SEQUENCE { protocol SEQUENCE OF SupportedProtocols OPTIONAL, nonStandardData NonStandardParameter OPTIONAL, ... } SupportedProtocols ::= CHOICE { nonStandardData NonStandardParameter, h310 H310Caps, h320 H320Caps, h321 H321Caps, h322 H322Caps, h323 H323Caps, h324 H324Caps, voice VoiceCaps, t120-only T120OnlyCaps, ..., nonStandardProtocol NonStandardProtocol, t38FaxAnnexbOnly T38FaxAnnexbOnlyCaps, sip SIPCaps } H310Caps ::= SEQUENCE { nonStandardData NonStandardParameter OPTIONAL, ..., dataRatesSupported SEQUENCE OF DataRate OPTIONAL, supportedPrefixes SEQUENCE OF SupportedPrefix } H320Caps ::= SEQUENCE { nonStandardData NonStandardParameter OPTIONAL, ..., dataRatesSupported SEQUENCE OF DataRate OPTIONAL, supportedPrefixes SEQUENCE OF SupportedPrefix } H321Caps ::= SEQUENCE { nonStandardData NonStandardParameter OPTIONAL, ..., dataRatesSupported SEQUENCE OF DataRate OPTIONAL, supportedPrefixes SEQUENCE OF SupportedPrefix } H322Caps ::= SEQUENCE { nonStandardData NonStandardParameter OPTIONAL, ..., dataRatesSupported SEQUENCE OF DataRate OPTIONAL, supportedPrefixes SEQUENCE OF SupportedPrefix } H323Caps ::= SEQUENCE { nonStandardData NonStandardParameter OPTIONAL, ..., dataRatesSupported SEQUENCE OF DataRate OPTIONAL, supportedPrefixes SEQUENCE OF SupportedPrefix } H324Caps ::= SEQUENCE { nonStandardData NonStandardParameter OPTIONAL, ..., dataRatesSupported SEQUENCE OF DataRate OPTIONAL, supportedPrefixes SEQUENCE OF SupportedPrefix } VoiceCaps ::= SEQUENCE { nonStandardData NonStandardParameter OPTIONAL, ..., dataRatesSupported SEQUENCE OF DataRate OPTIONAL, supportedPrefixes SEQUENCE OF SupportedPrefix } T120OnlyCaps ::= SEQUENCE { nonStandardData NonStandardParameter OPTIONAL, ..., dataRatesSupported SEQUENCE OF DataRate OPTIONAL, supportedPrefixes SEQUENCE OF SupportedPrefix } NonStandardProtocol ::= SEQUENCE { nonStandardData NonStandardParameter OPTIONAL, dataRatesSupported SEQUENCE OF DataRate OPTIONAL, supportedPrefixes SEQUENCE OF SupportedPrefix, ... } T38FaxAnnexbOnlyCaps ::= SEQUENCE { nonStandardData NonStandardParameter OPTIONAL, dataRatesSupported SEQUENCE OF DataRate OPTIONAL, supportedPrefixes SEQUENCE OF SupportedPrefix, t38FaxProtocol DataProtocolCapability, t38FaxProfile T38FaxProfile, ... } SIPCaps ::= SEQUENCE { nonStandardData NonStandardParameter OPTIONAL, dataRatesSupported SEQUENCE OF DataRate OPTIONAL, supportedPrefixes SEQUENCE OF SupportedPrefix OPTIONAL, ... } McuInfo ::= SEQUENCE { nonStandardData NonStandardParameter OPTIONAL, ..., protocol SEQUENCE OF SupportedProtocols OPTIONAL } TerminalInfo ::= SEQUENCE { nonStandardData NonStandardParameter OPTIONAL, ... } GatekeeperInfo ::= SEQUENCE { nonStandardData NonStandardParameter OPTIONAL, ... } VendorIdentifier ::= SEQUENCE { vendor H221NonStandard, productId OCTET STRING (SIZE(1..256)) OPTIONAL, -- per vendor versionId OCTET STRING (SIZE(1..256)) OPTIONAL, -- per product ..., enterpriseNumber OBJECT IDENTIFIER OPTIONAL } H221NonStandard ::= SEQUENCE { t35CountryCode INTEGER(0..255), t35Extension INTEGER(0..255), manufacturerCode INTEGER(0..65535), ... } TunnelledProtocol ::= SEQUENCE { id CHOICE { tunnelledProtocolObjectID OBJECT IDENTIFIER, tunnelledProtocolAlternateID TunnelledProtocolAlternateIdentifier, ... }, subIdentifier IA5String (SIZE (1..64)) OPTIONAL, ... } TunnelledProtocolAlternateIdentifier ::= SEQUENCE { protocolType IA5String (SIZE (1..64)), protocolVariant IA5String (SIZE (1..64)) OPTIONAL, ... } NonStandardParameter ::= SEQUENCE { nonStandardIdentifier NonStandardIdentifier, data OCTET STRING } NonStandardIdentifier ::= CHOICE { object OBJECT IDENTIFIER, h221NonStandard H221NonStandard, ... } AliasAddress ::= CHOICE { dialedDigits IA5String (SIZE (1..128)) (FROM ("0123456789#*,")), h323-ID BMPString (SIZE (1..256)), -- Basic ISO/IEC 10646-1 (Unicode) ..., url-ID IA5String (SIZE(1..512)), -- URL style address transportID TransportAddress, email-ID IA5String (SIZE(1..512)), -- rfc822-compliant email address partyNumber PartyNumber, mobileUIM MobileUIM } AddressPattern ::= CHOICE { wildcard AliasAddress, range SEQUENCE { startOfRange PartyNumber, endOfRange PartyNumber }, ... } PartyNumber ::= CHOICE { e164Number PublicPartyNumber, -- the numbering plan is according to -- Recommendations E.163 and E.164. dataPartyNumber NumberDigits, -- not used, value reserved. telexPartyNumber NumberDigits, -- not used, value reserved. privateNumber PrivatePartyNumber, -- the numbering plan is according to ISO/IEC 11571. nationalStandardPartyNumber NumberDigits, -- not used, value reserved. ... } PublicPartyNumber ::= SEQUENCE { publicTypeOfNumber PublicTypeOfNumber, publicNumberDigits NumberDigits } PrivatePartyNumber ::= SEQUENCE { privateTypeOfNumber PrivateTypeOfNumber, privateNumberDigits NumberDigits } NumberDigits ::= IA5String (SIZE (1..128)) (FROM ("0123456789#*,")) PublicTypeOfNumber ::= CHOICE { unknown NULL, -- if used number digits carry prefix indicating type -- of number according to national recommendations. internationalNumber NULL, nationalNumber NULL, networkSpecificNumber NULL, -- not used, value reserved subscriberNumber NULL, abbreviatedNumber NULL, -- valid only for called party number at the outgoing -- access, network substitutes appropriate number. ... } PrivateTypeOfNumber ::= CHOICE { unknown NULL, level2RegionalNumber NULL, level1RegionalNumber NULL, pISNSpecificNumber NULL, localNumber NULL, abbreviatedNumber NULL, ... } MobileUIM ::= CHOICE { ansi-41-uim ANSI-41-UIM, -- Americas standards Wireless Networks gsm-uim GSM-UIM, -- European standards Wireless Networks ... } TBCD-STRING ::= IA5String (FROM ("0123456789#*abc")) ANSI-41-UIM ::= SEQUENCE { imsi TBCD-STRING (SIZE (3..16)) OPTIONAL, min TBCD-STRING (SIZE (3..16)) OPTIONAL, mdn TBCD-STRING (SIZE (3..16)) OPTIONAL, msisdn TBCD-STRING (SIZE (3..16)) OPTIONAL, esn TBCD-STRING (SIZE (16)) OPTIONAL, mscid TBCD-STRING (SIZE (3..16)) OPTIONAL, system-id CHOICE { sid TBCD-STRING (SIZE (1..4)), mid TBCD-STRING (SIZE (1..4)), ... }, systemMyTypeCode OCTET STRING (SIZE (1)) OPTIONAL, systemAccessType OCTET STRING (SIZE (1)) OPTIONAL, qualificationInformationCode OCTET STRING (SIZE (1)) OPTIONAL, sesn TBCD-STRING (SIZE (16)) OPTIONAL, soc TBCD-STRING (SIZE (3..16)) OPTIONAL, ... -- IMSI refers to International Mobile Station Identification -- MIN refers to Mobile Identification Number -- MDN refers to Mobile Directory Number -- MSISDN refers to Mobile Station ISDN number -- ESN Refers to Electronic Serial Number -- MSCID refers to Mobile Switching Center number + Market ID or System ID -- SID refers to System Identification and MID refers to Market Identification -- SystemMyTypeCode refers to vendor identification number -- SystemAccessType refers to the system access type like power down registration or call -- origination or Short Message repsonse etc. -- Qualification Information Code refers to the validity -- SESN Refers to SIM Electronic Serial Number for Security purposes of User Identification -- SOC refers to System Operator Code } GSM-UIM ::= SEQUENCE { imsi TBCD-STRING (SIZE (3..16)) OPTIONAL, tmsi OCTET STRING (SIZE(1..4)) OPTIONAL, msisdn TBCD-STRING (SIZE (3..16)) OPTIONAL, imei TBCD-STRING (SIZE (15..16)) OPTIONAL, hplmn TBCD-STRING (SIZE (1..4)) OPTIONAL, vplmn TBCD-STRING (SIZE (1..4)) OPTIONAL, -- IMSI refers to International Mobile Station Identificaiton -- MSISDN refers to Mobile Station ISDN number -- IMEI Refers to International Mobile Equipment Identification -- VPLMN or HPLMN refers to Visiting or Home Public Land Mobile Network number ... } ExtendedAliasAddress ::= SEQUENCE { address AliasAddress, presentationIndicator PresentationIndicator OPTIONAL, screeningIndicator ScreeningIndicator OPTIONAL, ... } Endpoint ::= SEQUENCE { nonStandardData NonStandardParameter OPTIONAL, aliasAddress SEQUENCE OF AliasAddress OPTIONAL, callSignalAddress SEQUENCE OF TransportAddress OPTIONAL, rasAddress SEQUENCE OF TransportAddress OPTIONAL, endpointType EndpointType OPTIONAL, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, priority INTEGER(0..127) OPTIONAL, remoteExtensionAddress SEQUENCE OF AliasAddress OPTIONAL, destExtraCallInfo SEQUENCE OF AliasAddress OPTIONAL, ..., alternateTransportAddresses AlternateTransportAddresses OPTIONAL, circuitInfo CircuitInfo OPTIONAL, featureSet FeatureSet OPTIONAL } AlternateTransportAddresses ::= SEQUENCE { annexE SEQUENCE OF TransportAddress OPTIONAL, ..., sctp SEQUENCE OF TransportAddress OPTIONAL } UseSpecifiedTransport ::= CHOICE { tcp NULL, annexE NULL, ..., sctp NULL } AlternateGK ::= SEQUENCE { rasAddress TransportAddress, gatekeeperIdentifier GatekeeperIdentifier OPTIONAL, needToRegister BOOLEAN, priority INTEGER (0..127), ... } AltGKInfo ::=SEQUENCE { alternateGatekeeper SEQUENCE OF AlternateGK, altGKisPermanent BOOLEAN, ... } SecurityServiceMode ::= CHOICE { nonStandard NonStandardParameter, none NULL, default NULL, ... -- can be extended with other specific modes } SecurityCapabilities ::= SEQUENCE { nonStandard NonStandardParameter OPTIONAL, encryption SecurityServiceMode, authenticaton SecurityServiceMode, integrity SecurityServiceMode, ... } SecurityErrors ::= CHOICE { securityWrongSyncTime NULL, -- either time server -- problem or network delay securityReplay NULL, -- replay attack encountered securityWrongGeneralID NULL, -- wrong general ID securityWrongSendersID NULL, -- wrong senders ID securityIntegrityFailed NULL, -- integrity check failed securityWrongOID NULL, -- wrong token OIDs or crypto alg OIDs securityDHmismatch NULL, -- mismatch of DH parameters securityCertificateExpired NULL, -- certificate has expired securityCertificateDateInvalid NULL, -- certificate is not yet valid securityCertificateRevoked NULL, -- certificate was found revoked securityCertificateNotReadable NULL, -- decoding error securityCertificateSignatureInvalid NULL, -- wrong signature in the -- certificate securityCertificateMissing NULL, -- no certificate available securityCertificateIncomplete NULL, -- missing expected certificate -- extensions securityUnsupportedCertificateAlgOID NULL, -- crypto algs not understood securityUnknownCA NULL, -- CA/root certificate could not -- be found ... } SecurityErrors2 ::= CHOICE { securityWrongSyncTime NULL, -- either time server problem or network delay securityReplay NULL, -- replay attack encountered securityWrongGeneralID NULL, -- wrong general ID securityWrongSendersID NULL, -- wrong senders ID securityIntegrityFailed NULL, -- integrity check failed securityWrongOID NULL, -- wrong token OIDs or crypto alg OIDs ... } H245Security ::= CHOICE { nonStandard NonStandardParameter, noSecurity NULL, tls SecurityCapabilities, ipsec SecurityCapabilities, ... } QseriesOptions ::= SEQUENCE { q932Full BOOLEAN, -- if true, indicates full support for Q.932 q951Full BOOLEAN, -- if true, indicates full support for Q.951 q952Full BOOLEAN, -- if true, indicates full support for Q.952 q953Full BOOLEAN, -- if true, indicates full support for Q.953 q955Full BOOLEAN, -- if true, indicates full support for Q.955 q956Full BOOLEAN, -- if true, indicates full support for Q.956 q957Full BOOLEAN, -- if true, indicates full support for Q.957 q954Info Q954Details, ... } Q954Details ::= SEQUENCE { conferenceCalling BOOLEAN, threePartyService BOOLEAN, ... } GloballyUniqueID ::= OCTET STRING (SIZE(16)) ConferenceIdentifier ::= GloballyUniqueID RequestSeqNum ::= INTEGER (1..65535) GatekeeperIdentifier ::= BMPString (SIZE(1..128)) BandWidth ::= INTEGER (0..4294967295) -- in 100s of bits CallReferenceValue ::= INTEGER (0..65535) EndpointIdentifier ::= BMPString (SIZE(1..128)) ProtocolIdentifier ::= OBJECT IDENTIFIER -- shall be set to -- {itu-t (0) recommendation (0) h (8) 2250 version (0) 4} TimeToLive ::= INTEGER (1..4294967295) -- in seconds H248PackagesDescriptor ::= OCTET STRING -- This octet string contans -- ASN.1 PER encoded H.248 -- PackageDescriptor H248SignalsDescriptor ::= OCTET STRING -- This octet string contans -- ASN.1 PER encoded H.248 -- SignalDescriptor FeatureDescriptor ::= GenericData CallIdentifier ::= SEQUENCE { guid GloballyUniqueID, ... } EncryptIntAlg ::= CHOICE { -- core encryption algorithms for RAS message integrity nonStandard NonStandardParameter, isoAlgorithm OBJECT IDENTIFIER, -- defined in ISO/IEC 9979 ... } NonIsoIntegrityMechanism ::= CHOICE { -- HMAC mechanism used, no truncation, tagging may be necessary! hMAC-MD5 NULL, hMAC-iso10118-2-s EncryptIntAlg, -- according to ISO/IEC 10118-2 using -- EncryptIntAlg as core block encryption algorithm -- (short MAC) hMAC-iso10118-2-l EncryptIntAlg, -- according to ISO/IEC 10118-2 using -- EncryptIntAlg as core block encryption algorithm -- (long MAC) hMAC-iso10118-3 OBJECT IDENTIFIER, -- according to ISO/IEC 10118-3 using -- OID as hash function (OID is SHA-1, -- RIPE-MD160, -- RIPE-MD128) ... } IntegrityMechanism ::= CHOICE { -- for RAS message integrity nonStandard NonStandardParameter, digSig NULL, -- indicates to apply a digital signature iso9797 OBJECT IDENTIFIER, -- according to ISO/IEC 9797 using OID as -- core encryption algorithm (X-CBC MAC) nonIsoIM NonIsoIntegrityMechanism, ... } ICV ::= SEQUENCE { algorithmOID OBJECT IDENTIFIER, -- the algorithm used to compute the signature icv BIT STRING -- the computed cryptographic integrity check value -- or signature } FastStartToken ::= ClearToken (WITH COMPONENTS {..., timeStamp PRESENT, dhkey PRESENT, generalID PRESENT -- set to 'alias' -- }) EncodedFastStartToken ::= TYPE-IDENTIFIER.&Type (FastStartToken) CryptoH323Token ::= CHOICE { cryptoEPPwdHash SEQUENCE { alias AliasAddress, -- alias of entity generating hash timeStamp TimeStamp, -- timestamp used in hash token HASHED { EncodedPwdCertToken -- generalID set to 'alias' -- } }, cryptoGKPwdHash SEQUENCE { gatekeeperId GatekeeperIdentifier, -- GatekeeperID of GK generating hash timeStamp TimeStamp, -- timestamp used in hash token HASHED { EncodedPwdCertToken -- generalID set to Gatekeeperid -- } }, cryptoEPPwdEncr ENCRYPTED { EncodedPwdCertToken -- generalID set to Gatekeeperid --}, cryptoGKPwdEncr ENCRYPTED { EncodedPwdCertToken -- generalID set to Gatekeeperid --}, cryptoEPCert SIGNED { EncodedPwdCertToken -- generalID set to Gatekeeperid -- }, cryptoGKCert SIGNED { EncodedPwdCertToken -- generalID set to alias -- }, cryptoFastStart SIGNED { EncodedFastStartToken }, nestedcryptoToken CryptoToken, ... } DataRate ::= SEQUENCE { nonStandardData NonStandardParameter OPTIONAL, channelRate BandWidth, channelMultiplier INTEGER (1..256) OPTIONAL, ... } CallLinkage ::= SEQUENCE { globalCallId GloballyUniqueID OPTIONAL, threadId GloballyUniqueID OPTIONAL, ... } SupportedPrefix ::= SEQUENCE { nonStandardData NonStandardParameter OPTIONAL, prefix AliasAddress, ... } CapacityReportingCapability ::= SEQUENCE { canReportCallCapacity BOOLEAN, ... } CapacityReportingSpecification ::= SEQUENCE { when SEQUENCE { callStart NULL OPTIONAL, callEnd NULL OPTIONAL, ... }, ... } CallCapacity ::= SEQUENCE { maximumCallCapacity CallCapacityInfo OPTIONAL, currentCallCapacity CallCapacityInfo OPTIONAL, ... } CallCapacityInfo ::= SEQUENCE { voiceGwCallsAvailable SEQUENCE OF CallsAvailable OPTIONAL, h310GwCallsAvailable SEQUENCE OF CallsAvailable OPTIONAL, h320GwCallsAvailable SEQUENCE OF CallsAvailable OPTIONAL, h321GwCallsAvailable SEQUENCE OF CallsAvailable OPTIONAL, h322GwCallsAvailable SEQUENCE OF CallsAvailable OPTIONAL, h323GwCallsAvailable SEQUENCE OF CallsAvailable OPTIONAL, h324GwCallsAvailable SEQUENCE OF CallsAvailable OPTIONAL, t120OnlyGwCallsAvailable SEQUENCE OF CallsAvailable OPTIONAL, t38FaxAnnexbOnlyGwCallsAvailable SEQUENCE OF CallsAvailable OPTIONAL, terminalCallsAvailable SEQUENCE OF CallsAvailable OPTIONAL, mcuCallsAvailable SEQUENCE OF CallsAvailable OPTIONAL, ..., sipGwCallsAvailable SEQUENCE OF CallsAvailable OPTIONAL } CallsAvailable ::= SEQUENCE { calls INTEGER (0..4294967295), group IA5String (SIZE (1..128)) OPTIONAL, ..., carrier CarrierInfo OPTIONAL } CircuitInfo ::= SEQUENCE { sourceCircuitID CircuitIdentifier OPTIONAL, destinationCircuitID CircuitIdentifier OPTIONAL, genericData SEQUENCE OF GenericData OPTIONAL, ... } CircuitIdentifier ::= SEQUENCE { cic CicInfo OPTIONAL, group GroupID OPTIONAL, ..., carrier CarrierInfo OPTIONAL } CicInfo ::= SEQUENCE { cic SEQUENCE OF OCTET STRING (SIZE (2..4)), pointCode OCTET STRING (SIZE (2..5)), ... } GroupID ::= SEQUENCE { member SEQUENCE OF INTEGER (0..65535) OPTIONAL, group IA5String (SIZE (1..128)), ... } CarrierInfo ::= SEQUENCE { carrierIdentificationCode OCTET STRING (SIZE (3..4)) OPTIONAL, carrierName IA5String (SIZE (1..128)) OPTIONAL, ... } ServiceControlDescriptor ::= CHOICE { url IA5String (SIZE(0..512)), -- indicates a URL-referenced -- protocol/resource signal H248SignalsDescriptor, nonStandard NonStandardParameter, callCreditServiceControl CallCreditServiceControl, ... } ServiceControlSession ::= SEQUENCE { sessionId INTEGER (0..255), contents ServiceControlDescriptor OPTIONAL, reason CHOICE { open NULL, refresh NULL, close NULL, ... }, ... } RasUsageInfoTypes ::= SEQUENCE { nonStandardUsageTypes SEQUENCE OF NonStandardParameter, startTime NULL OPTIONAL, endTime NULL OPTIONAL, terminationCause NULL OPTIONAL, ... } RasUsageSpecification ::= SEQUENCE { when SEQUENCE { start NULL OPTIONAL, end NULL OPTIONAL, inIrr NULL OPTIONAL, ... }, callStartingPoint SEQUENCE { alerting NULL OPTIONAL, connect NULL OPTIONAL, ... } OPTIONAL, required RasUsageInfoTypes, ... } RasUsageInformation ::= SEQUENCE { nonStandardUsageFields SEQUENCE OF NonStandardParameter, alertingTime TimeStamp OPTIONAL, connectTime TimeStamp OPTIONAL, endTime TimeStamp OPTIONAL, ... } CallTerminationCause ::= CHOICE { releaseCompleteReason ReleaseCompleteReason, releaseCompleteCauseIE OCTET STRING (SIZE(2..32)), ... } BandwidthDetails ::= SEQUENCE { sender BOOLEAN, -- TRUE=sender, FALSE=receiver multicast BOOLEAN, -- TRUE if stream is multicast bandwidth BandWidth, -- Bandwidth used for stream rtcpAddresses TransportChannelInfo, -- RTCP addresses for media stream ... } CallCreditCapability ::= SEQUENCE { canDisplayAmountString BOOLEAN OPTIONAL, canEnforceDurationLimit BOOLEAN OPTIONAL, ... } CallCreditServiceControl ::= SEQUENCE { amountString BMPString (SIZE (1..512)) OPTIONAL, -- (Unicode) billingMode CHOICE { credit NULL, debit NULL, ... } OPTIONAL, callDurationLimit INTEGER (1..4294967295) OPTIONAL, -- in seconds enforceCallDurationLimit BOOLEAN OPTIONAL, callStartingPoint CHOICE { alerting NULL, connect NULL, ... } OPTIONAL, ... } GenericData ::= SEQUENCE { id GenericIdentifier, parameters SEQUENCE (SIZE (1..512)) OF EnumeratedParameter OPTIONAL, ... } GenericIdentifier ::= CHOICE { standard INTEGER(0..16383,...), oid OBJECT IDENTIFIER, nonStandard GloballyUniqueID, ... } EnumeratedParameter ::= SEQUENCE { id GenericIdentifier, content Content OPTIONAL, ... } Content ::= CHOICE { raw OCTET STRING, text IA5String, unicode BMPString, bool BOOLEAN, number8 INTEGER (0..255), number16 INTEGER (0..65535), number32 INTEGER (0..4294967295), id GenericIdentifier, alias AliasAddress, transport TransportAddress, compound SEQUENCE (SIZE (1..512)) OF EnumeratedParameter, nested SEQUENCE (SIZE (1..16)) OF GenericData, ... } FeatureSet ::= SEQUENCE { replacementFeatureSet BOOLEAN, neededFeatures SEQUENCE OF FeatureDescriptor OPTIONAL, desiredFeatures SEQUENCE OF FeatureDescriptor OPTIONAL, supportedFeatures SEQUENCE OF FeatureDescriptor OPTIONAL, ... } TransportChannelInfo ::= SEQUENCE { sendAddress TransportAddress OPTIONAL, recvAddress TransportAddress OPTIONAL, ... } RTPSession ::= SEQUENCE { rtpAddress TransportChannelInfo, rtcpAddress TransportChannelInfo, cname PrintableString, ssrc INTEGER (1..4294967295), sessionId INTEGER (1..255), associatedSessionIds SEQUENCE OF INTEGER (1..255), ..., multicast NULL OPTIONAL, bandwidth BandWidth OPTIONAL } RasMessage ::= CHOICE { gatekeeperRequest GatekeeperRequest, gatekeeperConfirm GatekeeperConfirm, gatekeeperReject GatekeeperReject, registrationRequest RegistrationRequest, registrationConfirm RegistrationConfirm, registrationReject RegistrationReject, unregistrationRequest UnregistrationRequest, unregistrationConfirm UnregistrationConfirm, unregistrationReject UnregistrationReject, admissionRequest AdmissionRequest, admissionConfirm AdmissionConfirm, admissionReject AdmissionReject, bandwidthRequest BandwidthRequest, bandwidthConfirm BandwidthConfirm, bandwidthReject BandwidthReject, disengageRequest DisengageRequest, disengageConfirm DisengageConfirm, disengageReject DisengageReject, locationRequest LocationRequest, locationConfirm LocationConfirm, locationReject LocationReject, infoRequest InfoRequest, infoRequestResponse InfoRequestResponse, nonStandardMessage NonStandardMessage, unknownMessageResponse UnknownMessageResponse, ..., requestInProgress RequestInProgress, resourcesAvailableIndicate ResourcesAvailableIndicate, resourcesAvailableConfirm ResourcesAvailableConfirm, infoRequestAck InfoRequestAck, infoRequestNak InfoRequestNak, serviceControlIndication ServiceControlIndication, serviceControlResponse ServiceControlResponse, admissionConfirmSequence SEQUENCE OF AdmissionConfirm } GatekeeperRequest ::= SEQUENCE --(GRQ) { requestSeqNum RequestSeqNum, protocolIdentifier ProtocolIdentifier, nonStandardData NonStandardParameter OPTIONAL, rasAddress TransportAddress, endpointType EndpointType, gatekeeperIdentifier GatekeeperIdentifier OPTIONAL, callServices QseriesOptions OPTIONAL, endpointAlias SEQUENCE OF AliasAddress OPTIONAL, ..., alternateEndpoints SEQUENCE OF Endpoint OPTIONAL, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, authenticationCapability SEQUENCE OF AuthenticationMechanism OPTIONAL, algorithmOIDs SEQUENCE OF OBJECT IDENTIFIER OPTIONAL, integrity SEQUENCE OF IntegrityMechanism OPTIONAL, integrityCheckValue ICV OPTIONAL, supportsAltGK NULL OPTIONAL, featureSet FeatureSet OPTIONAL, genericData SEQUENCE OF GenericData OPTIONAL } GatekeeperConfirm ::= SEQUENCE --(GCF) { requestSeqNum RequestSeqNum, protocolIdentifier ProtocolIdentifier, nonStandardData NonStandardParameter OPTIONAL, gatekeeperIdentifier GatekeeperIdentifier OPTIONAL, rasAddress TransportAddress, ..., alternateGatekeeper SEQUENCE OF AlternateGK OPTIONAL, authenticationMode AuthenticationMechanism OPTIONAL, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, algorithmOID OBJECT IDENTIFIER OPTIONAL, integrity SEQUENCE OF IntegrityMechanism OPTIONAL, integrityCheckValue ICV OPTIONAL, featureSet FeatureSet OPTIONAL, genericData SEQUENCE OF GenericData OPTIONAL } GatekeeperReject ::= SEQUENCE --(GRJ) { requestSeqNum RequestSeqNum, protocolIdentifier ProtocolIdentifier, nonStandardData NonStandardParameter OPTIONAL, gatekeeperIdentifier GatekeeperIdentifier OPTIONAL, rejectReason GatekeeperRejectReason, ..., altGKInfo AltGKInfo OPTIONAL, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, integrityCheckValue ICV OPTIONAL, featureSet FeatureSet OPTIONAL, genericData SEQUENCE OF GenericData OPTIONAL } GatekeeperRejectReason ::= CHOICE { resourceUnavailable NULL, terminalExcluded NULL, -- permission failure, not a resource failure invalidRevision NULL, undefinedReason NULL, ..., securityDenial NULL, genericDataReason NULL, neededFeatureNotSupported NULL, securityError SecurityErrors } RegistrationRequest ::= SEQUENCE --(RRQ) { requestSeqNum RequestSeqNum, protocolIdentifier ProtocolIdentifier, nonStandardData NonStandardParameter OPTIONAL, discoveryComplete BOOLEAN, callSignalAddress SEQUENCE OF TransportAddress, rasAddress SEQUENCE OF TransportAddress, terminalType EndpointType, terminalAlias SEQUENCE OF AliasAddress OPTIONAL, gatekeeperIdentifier GatekeeperIdentifier OPTIONAL, endpointVendor VendorIdentifier, ..., alternateEndpoints SEQUENCE OF Endpoint OPTIONAL, timeToLive TimeToLive OPTIONAL, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, integrityCheckValue ICV OPTIONAL, keepAlive BOOLEAN, endpointIdentifier EndpointIdentifier OPTIONAL, willSupplyUUIEs BOOLEAN, maintainConnection BOOLEAN, alternateTransportAddresses AlternateTransportAddresses OPTIONAL, additiveRegistration NULL OPTIONAL, terminalAliasPattern SEQUENCE OF AddressPattern OPTIONAL, supportsAltGK NULL OPTIONAL, usageReportingCapability RasUsageInfoTypes OPTIONAL, multipleCalls BOOLEAN OPTIONAL, supportedH248Packages SEQUENCE OF H248PackagesDescriptor OPTIONAL, callCreditCapability CallCreditCapability OPTIONAL, capacityReportingCapability CapacityReportingCapability OPTIONAL, capacity CallCapacity OPTIONAL, featureSet FeatureSet OPTIONAL, genericData SEQUENCE OF GenericData OPTIONAL, restart NULL OPTIONAL, supportsACFSequences NULL OPTIONAL } RegistrationConfirm ::= SEQUENCE --(RCF) { requestSeqNum RequestSeqNum, protocolIdentifier ProtocolIdentifier, nonStandardData NonStandardParameter OPTIONAL, callSignalAddress SEQUENCE OF TransportAddress, terminalAlias SEQUENCE OF AliasAddress OPTIONAL, gatekeeperIdentifier GatekeeperIdentifier OPTIONAL, endpointIdentifier EndpointIdentifier, ..., alternateGatekeeper SEQUENCE OF AlternateGK OPTIONAL, timeToLive TimeToLive OPTIONAL, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, integrityCheckValue ICV OPTIONAL, willRespondToIRR BOOLEAN, preGrantedARQ SEQUENCE { makeCall BOOLEAN, useGKCallSignalAddressToMakeCall BOOLEAN, answerCall BOOLEAN, useGKCallSignalAddressToAnswer BOOLEAN, ..., irrFrequencyInCall INTEGER (1..65535) OPTIONAL, -- in seconds; not -- present if GK -- does not want IRRs totalBandwidthRestriction BandWidth OPTIONAL, -- total limit for all -- concurrent calls alternateTransportAddresses AlternateTransportAddresses OPTIONAL, useSpecifiedTransport UseSpecifiedTransport OPTIONAL } OPTIONAL, maintainConnection BOOLEAN, serviceControl SEQUENCE OF ServiceControlSession OPTIONAL, supportsAdditiveRegistration NULL OPTIONAL, terminalAliasPattern SEQUENCE OF AddressPattern OPTIONAL, supportedPrefixes SEQUENCE OF SupportedPrefix OPTIONAL, usageSpec SEQUENCE OF RasUsageSpecification OPTIONAL, featureServerAlias AliasAddress OPTIONAL, capacityReportingSpec CapacityReportingSpecification OPTIONAL, featureSet FeatureSet OPTIONAL, genericData SEQUENCE OF GenericData OPTIONAL } RegistrationReject ::= SEQUENCE --(RRJ) { requestSeqNum RequestSeqNum, protocolIdentifier ProtocolIdentifier, nonStandardData NonStandardParameter OPTIONAL, rejectReason RegistrationRejectReason, gatekeeperIdentifier GatekeeperIdentifier OPTIONAL, ..., altGKInfo AltGKInfo OPTIONAL, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, integrityCheckValue ICV OPTIONAL, featureSet FeatureSet OPTIONAL, genericData SEQUENCE OF GenericData OPTIONAL } RegistrationRejectReason ::= CHOICE { discoveryRequired NULL, invalidRevision NULL, invalidCallSignalAddress NULL, invalidRASAddress NULL, -- supplied address is invalid duplicateAlias SEQUENCE OF AliasAddress, -- alias registered to another endpoint invalidTerminalType NULL, undefinedReason NULL, transportNotSupported NULL, -- one or more of the transports ..., transportQOSNotSupported NULL, -- endpoint QOS not supported resourceUnavailable NULL, -- gatekeeper resources exhausted invalidAlias NULL, -- alias not consistent with gatekeeper rules securityDenial NULL, fullRegistrationRequired NULL, -- registration permission has expired additiveRegistrationNotSupported NULL, invalidTerminalAliases SEQUENCE { terminalAlias SEQUENCE OF AliasAddress OPTIONAL, terminalAliasPattern SEQUENCE OF AddressPattern OPTIONAL, supportedPrefixes SEQUENCE OF SupportedPrefix OPTIONAL, ... }, genericDataReason NULL, neededFeatureNotSupported NULL, securityError SecurityErrors } UnregistrationRequest ::= SEQUENCE --(URQ) { requestSeqNum RequestSeqNum, callSignalAddress SEQUENCE OF TransportAddress, endpointAlias SEQUENCE OF AliasAddress OPTIONAL, nonStandardData NonStandardParameter OPTIONAL, endpointIdentifier EndpointIdentifier OPTIONAL, ..., alternateEndpoints SEQUENCE OF Endpoint OPTIONAL, gatekeeperIdentifier GatekeeperIdentifier OPTIONAL, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, integrityCheckValue ICV OPTIONAL, reason UnregRequestReason OPTIONAL, endpointAliasPattern SEQUENCE OF AddressPattern OPTIONAL, supportedPrefixes SEQUENCE OF SupportedPrefix OPTIONAL, alternateGatekeeper SEQUENCE OF AlternateGK OPTIONAL, genericData SEQUENCE OF GenericData OPTIONAL } UnregRequestReason ::= CHOICE { reregistrationRequired NULL, ttlExpired NULL, securityDenial NULL, undefinedReason NULL, ..., maintenance NULL, securityError SecurityErrors2 } UnregistrationConfirm ::= SEQUENCE --(UCF) { requestSeqNum RequestSeqNum, nonStandardData NonStandardParameter OPTIONAL, ..., tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, integrityCheckValue ICV OPTIONAL, genericData SEQUENCE OF GenericData OPTIONAL } UnregistrationReject ::= SEQUENCE --(URJ) { requestSeqNum RequestSeqNum, rejectReason UnregRejectReason, nonStandardData NonStandardParameter OPTIONAL, ..., altGKInfo AltGKInfo OPTIONAL, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, integrityCheckValue ICV OPTIONAL, genericData SEQUENCE OF GenericData OPTIONAL } UnregRejectReason ::= CHOICE { notCurrentlyRegistered NULL, callInProgress NULL, undefinedReason NULL, ..., permissionDenied NULL, -- requesting user not allowed to unregister -- specified user securityDenial NULL, securityError SecurityErrors2 } AdmissionRequest ::= SEQUENCE --(ARQ) { requestSeqNum RequestSeqNum, callType CallType, callModel CallModel OPTIONAL, endpointIdentifier EndpointIdentifier, destinationInfo SEQUENCE OF AliasAddress OPTIONAL, destCallSignalAddress TransportAddress OPTIONAL, destExtraCallInfo SEQUENCE OF AliasAddress OPTIONAL, srcInfo SEQUENCE OF AliasAddress, srcCallSignalAddress TransportAddress OPTIONAL, bandWidth BandWidth, callReferenceValue CallReferenceValue, nonStandardData NonStandardParameter OPTIONAL, callServices QseriesOptions OPTIONAL, conferenceID ConferenceIdentifier, activeMC BOOLEAN, answerCall BOOLEAN, -- answering a call ..., canMapAlias BOOLEAN, -- can handle alias address callIdentifier CallIdentifier, srcAlternatives SEQUENCE OF Endpoint OPTIONAL, destAlternatives SEQUENCE OF Endpoint OPTIONAL, gatekeeperIdentifier GatekeeperIdentifier OPTIONAL, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, integrityCheckValue ICV OPTIONAL, transportQOS TransportQOS OPTIONAL, willSupplyUUIEs BOOLEAN, callLinkage CallLinkage OPTIONAL, gatewayDataRate DataRate OPTIONAL, capacity CallCapacity OPTIONAL, circuitInfo CircuitInfo OPTIONAL, desiredProtocols SEQUENCE OF SupportedProtocols OPTIONAL, desiredTunnelledProtocol TunnelledProtocol OPTIONAL, featureSet FeatureSet OPTIONAL, genericData SEQUENCE OF GenericData OPTIONAL, canMapSrcAlias BOOLEAN } CallType ::= CHOICE { pointToPoint NULL, -- Point-to-point oneToN NULL, -- no interaction (FFS) nToOne NULL, -- no interaction (FFS) nToN NULL, -- interactive (multipoint) ... } CallModel ::= CHOICE { direct NULL, gatekeeperRouted NULL, ... } TransportQOS ::= CHOICE { endpointControlled NULL, gatekeeperControlled NULL, noControl NULL, ... } AdmissionConfirm ::= SEQUENCE --(ACF) { requestSeqNum RequestSeqNum, bandWidth BandWidth, callModel CallModel, destCallSignalAddress TransportAddress, irrFrequency INTEGER (1..65535) OPTIONAL, nonStandardData NonStandardParameter OPTIONAL, ..., destinationInfo SEQUENCE OF AliasAddress OPTIONAL, destExtraCallInfo SEQUENCE OF AliasAddress OPTIONAL, destinationType EndpointType OPTIONAL, remoteExtensionAddress SEQUENCE OF AliasAddress OPTIONAL, alternateEndpoints SEQUENCE OF Endpoint OPTIONAL, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, integrityCheckValue ICV OPTIONAL, transportQOS TransportQOS OPTIONAL, willRespondToIRR BOOLEAN, uuiesRequested UUIEsRequested, language SEQUENCE OF IA5String (SIZE (1..32)) OPTIONAL, alternateTransportAddresses AlternateTransportAddresses OPTIONAL, useSpecifiedTransport UseSpecifiedTransport OPTIONAL, circuitInfo CircuitInfo OPTIONAL, usageSpec SEQUENCE OF RasUsageSpecification OPTIONAL, supportedProtocols SEQUENCE OF SupportedProtocols OPTIONAL, serviceControl SEQUENCE OF ServiceControlSession OPTIONAL, multipleCalls BOOLEAN OPTIONAL, featureSet FeatureSet OPTIONAL, genericData SEQUENCE OF GenericData OPTIONAL, modifiedSrcInfo SEQUENCE OF AliasAddress OPTIONAL } UUIEsRequested ::= SEQUENCE { setup BOOLEAN, callProceeding BOOLEAN, connect BOOLEAN, alerting BOOLEAN, information BOOLEAN, releaseComplete BOOLEAN, facility BOOLEAN, progress BOOLEAN, empty BOOLEAN, ..., status BOOLEAN, statusInquiry BOOLEAN, setupAcknowledge BOOLEAN, notify BOOLEAN } AdmissionReject ::= SEQUENCE --(ARJ) { requestSeqNum RequestSeqNum, rejectReason AdmissionRejectReason, nonStandardData NonStandardParameter OPTIONAL, ..., altGKInfo AltGKInfo OPTIONAL, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, callSignalAddress SEQUENCE OF TransportAddress OPTIONAL, integrityCheckValue ICV OPTIONAL, serviceControl SEQUENCE OF ServiceControlSession OPTIONAL, featureSet FeatureSet OPTIONAL, genericData SEQUENCE OF GenericData OPTIONAL } AdmissionRejectReason ::= CHOICE { calledPartyNotRegistered NULL, -- cannot translate address invalidPermission NULL, -- permission has expired requestDenied NULL, -- no bandwidth available undefinedReason NULL, callerNotRegistered NULL, routeCallToGatekeeper NULL, invalidEndpointIdentifier NULL, resourceUnavailable NULL, ..., securityDenial NULL, qosControlNotSupported NULL, incompleteAddress NULL, aliasesInconsistent NULL, -- multiple aliases in request identify distinct people routeCallToSCN SEQUENCE OF PartyNumber, exceedsCallCapacity NULL, -- destination does not have the capacity for this call collectDestination NULL, collectPIN NULL, genericDataReason NULL, neededFeatureNotSupported NULL, securityErrors SecurityErrors2, securityDHmismatch NULL, -- mismatch of DH parameters noRouteToDestination NULL, -- destination unreachable unallocatedNumber NULL -- detination number unassigned } BandwidthRequest ::= SEQUENCE --(BRQ) { requestSeqNum RequestSeqNum, endpointIdentifier EndpointIdentifier, conferenceID ConferenceIdentifier, callReferenceValue CallReferenceValue, callType CallType OPTIONAL, bandWidth BandWidth, nonStandardData NonStandardParameter OPTIONAL, ..., callIdentifier CallIdentifier, gatekeeperIdentifier GatekeeperIdentifier OPTIONAL, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, integrityCheckValue ICV OPTIONAL, answeredCall BOOLEAN, callLinkage CallLinkage OPTIONAL, capacity CallCapacity OPTIONAL, usageInformation RasUsageInformation OPTIONAL, bandwidthDetails SEQUENCE OF BandwidthDetails OPTIONAL, genericData SEQUENCE OF GenericData OPTIONAL } BandwidthConfirm ::= SEQUENCE --(BCF) { requestSeqNum RequestSeqNum, bandWidth BandWidth, nonStandardData NonStandardParameter OPTIONAL, ..., tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, integrityCheckValue ICV OPTIONAL, capacity CallCapacity OPTIONAL, genericData SEQUENCE OF GenericData OPTIONAL } BandwidthReject ::= SEQUENCE --(BRJ) { requestSeqNum RequestSeqNum, rejectReason BandRejectReason, allowedBandWidth BandWidth, nonStandardData NonStandardParameter OPTIONAL, ..., altGKInfo AltGKInfo OPTIONAL, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, integrityCheckValue ICV OPTIONAL, genericData SEQUENCE OF GenericData OPTIONAL } BandRejectReason ::= CHOICE { notBound NULL, -- discovery permission has aged invalidConferenceID NULL, -- possible revision invalidPermission NULL, -- true permission violation insufficientResources NULL, invalidRevision NULL, undefinedReason NULL, ..., securityDenial NULL, securityError SecurityErrors2 } LocationRequest ::= SEQUENCE --(LRQ) { requestSeqNum RequestSeqNum, endpointIdentifier EndpointIdentifier OPTIONAL, destinationInfo SEQUENCE OF AliasAddress, nonStandardData NonStandardParameter OPTIONAL, replyAddress TransportAddress, ..., sourceInfo SEQUENCE OF AliasAddress OPTIONAL, canMapAlias BOOLEAN, -- can handle alias address gatekeeperIdentifier GatekeeperIdentifier OPTIONAL, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, integrityCheckValue ICV OPTIONAL, desiredProtocols SEQUENCE OF SupportedProtocols OPTIONAL, desiredTunnelledProtocol TunnelledProtocol OPTIONAL, featureSet FeatureSet OPTIONAL, genericData SEQUENCE OF GenericData OPTIONAL, hopCount INTEGER (1..255) OPTIONAL, circuitInfo CircuitInfo OPTIONAL, callIdentifier CallIdentifier OPTIONAL, bandWidth BandWidth OPTIONAL, sourceEndpointInfo SEQUENCE OF AliasAddress OPTIONAL, canMapSrcAlias BOOLEAN } LocationConfirm ::= SEQUENCE --(LCF) { requestSeqNum RequestSeqNum, callSignalAddress TransportAddress, rasAddress TransportAddress, nonStandardData NonStandardParameter OPTIONAL, ..., destinationInfo SEQUENCE OF AliasAddress OPTIONAL, destExtraCallInfo SEQUENCE OF AliasAddress OPTIONAL, destinationType EndpointType OPTIONAL, remoteExtensionAddress SEQUENCE OF AliasAddress OPTIONAL, alternateEndpoints SEQUENCE OF Endpoint OPTIONAL, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, integrityCheckValue ICV OPTIONAL, alternateTransportAddresses AlternateTransportAddresses OPTIONAL, supportedProtocols SEQUENCE OF SupportedProtocols OPTIONAL, multipleCalls BOOLEAN OPTIONAL, featureSet FeatureSet OPTIONAL, genericData SEQUENCE OF GenericData OPTIONAL, circuitInfo CircuitInfo OPTIONAL, serviceControl SEQUENCE OF ServiceControlSession OPTIONAL, modifiedSrcInfo SEQUENCE OF AliasAddress OPTIONAL, bandWidth BandWidth OPTIONAL } LocationReject ::= SEQUENCE --(LRJ) { requestSeqNum RequestSeqNum, rejectReason LocationRejectReason, nonStandardData NonStandardParameter OPTIONAL, ..., altGKInfo AltGKInfo OPTIONAL, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, integrityCheckValue ICV OPTIONAL, featureSet FeatureSet OPTIONAL, genericData SEQUENCE OF GenericData OPTIONAL, serviceControl SEQUENCE OF ServiceControlSession OPTIONAL } LocationRejectReason ::= CHOICE { notRegistered NULL, invalidPermission NULL, -- exclusion by administrator or feature requestDenied NULL, -- cannot find location undefinedReason NULL, ..., securityDenial NULL, aliasesInconsistent NULL, -- multiple aliases in request identify distinct people routeCalltoSCN SEQUENCE OF PartyNumber, resourceUnavailable NULL, genericDataReason NULL, neededFeatureNotSupported NULL, hopCountExceeded NULL, incompleteAddress NULL, securityError SecurityErrors2, securityDHmismatch NULL, -- mismatch of DH parameters noRouteToDestination NULL, -- destination unreachable unallocatedNumber NULL -- detination number unassigned } DisengageRequest ::= SEQUENCE --(DRQ) { requestSeqNum RequestSeqNum, endpointIdentifier EndpointIdentifier, conferenceID ConferenceIdentifier, callReferenceValue CallReferenceValue, disengageReason DisengageReason, nonStandardData NonStandardParameter OPTIONAL, ..., callIdentifier CallIdentifier, gatekeeperIdentifier GatekeeperIdentifier OPTIONAL, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, integrityCheckValue ICV OPTIONAL, answeredCall BOOLEAN, callLinkage CallLinkage OPTIONAL, capacity CallCapacity OPTIONAL, circuitInfo CircuitInfo OPTIONAL, usageInformation RasUsageInformation OPTIONAL, terminationCause CallTerminationCause OPTIONAL, serviceControl SEQUENCE OF ServiceControlSession OPTIONAL, genericData SEQUENCE OF GenericData OPTIONAL } DisengageReason ::= CHOICE { forcedDrop NULL, -- gatekeeper is forcing the drop normalDrop NULL, -- associated with normal drop undefinedReason NULL, ... } DisengageConfirm ::= SEQUENCE --(DCF) { requestSeqNum RequestSeqNum, nonStandardData NonStandardParameter OPTIONAL, ..., tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, integrityCheckValue ICV OPTIONAL, capacity CallCapacity OPTIONAL, circuitInfo CircuitInfo OPTIONAL, usageInformation RasUsageInformation OPTIONAL, genericData SEQUENCE OF GenericData OPTIONAL } DisengageReject ::= SEQUENCE --(DRJ) { requestSeqNum RequestSeqNum, rejectReason DisengageRejectReason, nonStandardData NonStandardParameter OPTIONAL, ..., altGKInfo AltGKInfo OPTIONAL, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, integrityCheckValue ICV OPTIONAL, genericData SEQUENCE OF GenericData OPTIONAL } DisengageRejectReason ::= CHOICE { notRegistered NULL, -- not registered with gatekeeper requestToDropOther NULL, -- cannot request drop for others ..., securityDenial NULL, securityError SecurityErrors2 } InfoRequest ::= SEQUENCE --(IRQ) { requestSeqNum RequestSeqNum, callReferenceValue CallReferenceValue, nonStandardData NonStandardParameter OPTIONAL, replyAddress TransportAddress OPTIONAL, ..., callIdentifier CallIdentifier, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, integrityCheckValue ICV OPTIONAL, uuiesRequested UUIEsRequested OPTIONAL, callLinkage CallLinkage OPTIONAL, usageInfoRequested RasUsageInfoTypes OPTIONAL, segmentedResponseSupported NULL OPTIONAL, nextSegmentRequested INTEGER (0..65535) OPTIONAL, capacityInfoRequested NULL OPTIONAL, genericData SEQUENCE OF GenericData OPTIONAL } InfoRequestResponse ::= SEQUENCE --(IRR) { nonStandardData NonStandardParameter OPTIONAL, requestSeqNum RequestSeqNum, endpointType EndpointType, endpointIdentifier EndpointIdentifier, rasAddress TransportAddress, callSignalAddress SEQUENCE OF TransportAddress, endpointAlias SEQUENCE OF AliasAddress OPTIONAL, perCallInfo SEQUENCE OF SEQUENCE { nonStandardData NonStandardParameter OPTIONAL, callReferenceValue CallReferenceValue, conferenceID ConferenceIdentifier, originator BOOLEAN OPTIONAL, audio SEQUENCE OF RTPSession OPTIONAL, video SEQUENCE OF RTPSession OPTIONAL, data SEQUENCE OF TransportChannelInfo OPTIONAL, h245 TransportChannelInfo, callSignaling TransportChannelInfo, callType CallType, bandWidth BandWidth, callModel CallModel, ..., callIdentifier CallIdentifier, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, substituteConfIDs SEQUENCE OF ConferenceIdentifier, pdu SEQUENCE OF SEQUENCE { h323pdu H323-UU-PDU, sent BOOLEAN -- TRUE is sent, FALSE is received } OPTIONAL, callLinkage CallLinkage OPTIONAL, usageInformation RasUsageInformation OPTIONAL, circuitInfo CircuitInfo OPTIONAL } OPTIONAL, ..., tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, integrityCheckValue ICV OPTIONAL, needResponse BOOLEAN, capacity CallCapacity OPTIONAL, irrStatus InfoRequestResponseStatus OPTIONAL, unsolicited BOOLEAN, genericData SEQUENCE OF GenericData OPTIONAL } InfoRequestResponseStatus ::= CHOICE { complete NULL, incomplete NULL, segment INTEGER (0..65535), invalidCall NULL, ... } InfoRequestAck ::= SEQUENCE --(IACK) { requestSeqNum RequestSeqNum, nonStandardData NonStandardParameter OPTIONAL, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, integrityCheckValue ICV OPTIONAL, ... } InfoRequestNak ::= SEQUENCE --(INAK) { requestSeqNum RequestSeqNum, nonStandardData NonStandardParameter OPTIONAL, nakReason InfoRequestNakReason, altGKInfo AltGKInfo OPTIONAL, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, integrityCheckValue ICV OPTIONAL, ... } InfoRequestNakReason ::= CHOICE { notRegistered NULL, -- not registered with gatekeeper securityDenial NULL, undefinedReason NULL, ..., securityError SecurityErrors2 } NonStandardMessage ::= SEQUENCE { requestSeqNum RequestSeqNum, nonStandardData NonStandardParameter, ..., tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, integrityCheckValue ICV OPTIONAL, featureSet FeatureSet OPTIONAL, genericData SEQUENCE OF GenericData OPTIONAL } UnknownMessageResponse ::= SEQUENCE -- (XRS) { requestSeqNum RequestSeqNum, ..., tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, integrityCheckValue ICV OPTIONAL, messageNotUnderstood OCTET STRING } RequestInProgress ::= SEQUENCE -- (RIP) { requestSeqNum RequestSeqNum, nonStandardData NonStandardParameter OPTIONAL, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, integrityCheckValue ICV OPTIONAL, delay INTEGER(1..65535), ... } ResourcesAvailableIndicate ::= SEQUENCE --(RAI) { requestSeqNum RequestSeqNum, protocolIdentifier ProtocolIdentifier, nonStandardData NonStandardParameter OPTIONAL, endpointIdentifier EndpointIdentifier, protocols SEQUENCE OF SupportedProtocols, almostOutOfResources BOOLEAN, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, integrityCheckValue ICV OPTIONAL, ..., capacity CallCapacity OPTIONAL, genericData SEQUENCE OF GenericData OPTIONAL } ResourcesAvailableConfirm ::= SEQUENCE --(RAC) { requestSeqNum RequestSeqNum, protocolIdentifier ProtocolIdentifier, nonStandardData NonStandardParameter OPTIONAL, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, integrityCheckValue ICV OPTIONAL, ..., genericData SEQUENCE OF GenericData OPTIONAL } ServiceControlIndication ::= SEQUENCE --(SCI) { requestSeqNum RequestSeqNum, nonStandardData NonStandardParameter OPTIONAL, serviceControl SEQUENCE OF ServiceControlSession, endpointIdentifier EndpointIdentifier OPTIONAL, callSpecific SEQUENCE { callIdentifier CallIdentifier, conferenceID ConferenceIdentifier, answeredCall BOOLEAN, ... } OPTIONAL, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, integrityCheckValue ICV OPTIONAL, featureSet FeatureSet OPTIONAL, genericData SEQUENCE OF GenericData OPTIONAL, ... } ServiceControlResponse ::= SEQUENCE --(SCR) { requestSeqNum RequestSeqNum, result CHOICE { started NULL, failed NULL, stopped NULL, notAvailable NULL, neededFeatureNotSupported NULL, ... } OPTIONAL, nonStandardData NonStandardParameter OPTIONAL, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, integrityCheckValue ICV OPTIONAL, featureSet FeatureSet OPTIONAL, genericData SEQUENCE OF GenericData OPTIONAL, ... } END -- of ASN.1 openh323_v1_18_0/src/h225_1.cxx0100644000176200056700000064226210251241420016046 0ustar releasepostincr// // h225_1.cxx // // Code automatically generated by asnparse. // #ifdef P_USE_PRAGMA #pragma implementation "h225.h" #endif #include #include "h225.h" #define new PNEW #if ! H323_DISABLE_H225 #include "h235_t.cxx" #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_ReleaseCompleteReason[]={ {"noBandwidth",0} ,{"gatekeeperResources",1} ,{"unreachableDestination",2} ,{"destinationRejection",3} ,{"invalidRevision",4} ,{"noPermission",5} ,{"unreachableGatekeeper",6} ,{"gatewayResources",7} ,{"badFormatAddress",8} ,{"adaptiveBusy",9} ,{"inConf",10} ,{"undefinedReason",11} ,{"facilityCallDeflection",12} ,{"securityDenied",13} ,{"calledPartyNotRegistered",14} ,{"callerNotRegistered",15} ,{"newConnectionNeeded",16} ,{"nonStandardReason",17} ,{"replaceWithConferenceInvite",18} ,{"genericDataReason",19} ,{"neededFeatureNotSupported",20} ,{"tunnelledSignallingRejected",21} ,{"invalidCID",22} ,{"securityError",23} ,{"hopCountExceeded",24} }; #endif // // ReleaseCompleteReason // H225_ReleaseCompleteReason::H225_ReleaseCompleteReason(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 12, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_ReleaseCompleteReason,25 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_ReleaseCompleteReason::operator H225_NonStandardParameter &() const #else H225_ReleaseCompleteReason::operator H225_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } H225_ReleaseCompleteReason::operator const H225_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_ReleaseCompleteReason::operator H225_ConferenceIdentifier &() const #else H225_ReleaseCompleteReason::operator H225_ConferenceIdentifier &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_ConferenceIdentifier), PInvalidCast); #endif return *(H225_ConferenceIdentifier *)choice; } H225_ReleaseCompleteReason::operator const H225_ConferenceIdentifier &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_ConferenceIdentifier), PInvalidCast); #endif return *(H225_ConferenceIdentifier *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_ReleaseCompleteReason::operator H225_SecurityErrors &() const #else H225_ReleaseCompleteReason::operator H225_SecurityErrors &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_SecurityErrors), PInvalidCast); #endif return *(H225_SecurityErrors *)choice; } H225_ReleaseCompleteReason::operator const H225_SecurityErrors &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_SecurityErrors), PInvalidCast); #endif return *(H225_SecurityErrors *)choice; } BOOL H225_ReleaseCompleteReason::CreateObject() { switch (tag) { case e_noBandwidth : case e_gatekeeperResources : case e_unreachableDestination : case e_destinationRejection : case e_invalidRevision : case e_noPermission : case e_unreachableGatekeeper : case e_gatewayResources : case e_badFormatAddress : case e_adaptiveBusy : case e_inConf : case e_undefinedReason : case e_facilityCallDeflection : case e_securityDenied : case e_calledPartyNotRegistered : case e_callerNotRegistered : case e_newConnectionNeeded : case e_genericDataReason : case e_neededFeatureNotSupported : case e_tunnelledSignallingRejected : case e_invalidCID : case e_hopCountExceeded : choice = new PASN_Null(); return TRUE; case e_nonStandardReason : choice = new H225_NonStandardParameter(); return TRUE; case e_replaceWithConferenceInvite : choice = new H225_ConferenceIdentifier(); return TRUE; case e_securityError : choice = new H225_SecurityErrors(); return TRUE; } choice = NULL; return FALSE; } PObject * H225_ReleaseCompleteReason::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ReleaseCompleteReason::Class()), PInvalidCast); #endif return new H225_ReleaseCompleteReason(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_ScnConnectionType[]={ {"unknown",0} ,{"bChannel",1} ,{"hybrid2x64",2} ,{"hybrid384",3} ,{"hybrid1536",4} ,{"hybrid1920",5} ,{"multirate",6} }; #endif // // ScnConnectionType // H225_ScnConnectionType::H225_ScnConnectionType(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 7, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_ScnConnectionType,7 #endif ) { } BOOL H225_ScnConnectionType::CreateObject() { choice = (tag <= e_multirate) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H225_ScnConnectionType::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ScnConnectionType::Class()), PInvalidCast); #endif return new H225_ScnConnectionType(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_ScnConnectionAggregation[]={ {"auto",0} ,{"none",1} ,{"h221",2} ,{"bonded_mode1",3} ,{"bonded_mode2",4} ,{"bonded_mode3",5} }; #endif // // ScnConnectionAggregation // H225_ScnConnectionAggregation::H225_ScnConnectionAggregation(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 6, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_ScnConnectionAggregation,6 #endif ) { } BOOL H225_ScnConnectionAggregation::CreateObject() { choice = (tag <= e_bonded_mode3) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H225_ScnConnectionAggregation::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ScnConnectionAggregation::Class()), PInvalidCast); #endif return new H225_ScnConnectionAggregation(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_PresentationIndicator[]={ {"presentationAllowed",0} ,{"presentationRestricted",1} ,{"addressNotAvailable",2} }; #endif // // PresentationIndicator // H225_PresentationIndicator::H225_PresentationIndicator(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_PresentationIndicator,3 #endif ) { } BOOL H225_PresentationIndicator::CreateObject() { choice = (tag <= e_addressNotAvailable) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H225_PresentationIndicator::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_PresentationIndicator::Class()), PInvalidCast); #endif return new H225_PresentationIndicator(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_ScreeningIndicator[]={ {"userProvidedNotScreened",0} ,{"userProvidedVerifiedAndPassed",1} ,{"userProvidedVerifiedAndFailed",2} ,{"networkProvided",3} }; #endif // // ScreeningIndicator // H225_ScreeningIndicator::H225_ScreeningIndicator(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_ScreeningIndicator,4 #endif ) { } H225_ScreeningIndicator & H225_ScreeningIndicator::operator=(unsigned v) { SetValue(v); return *this; } PObject * H225_ScreeningIndicator::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ScreeningIndicator::Class()), PInvalidCast); #endif return new H225_ScreeningIndicator(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_FacilityReason[]={ {"routeCallToGatekeeper",0} ,{"callForwarded",1} ,{"routeCallToMC",2} ,{"undefinedReason",3} ,{"conferenceListChoice",4} ,{"startH245",5} ,{"noH245",6} ,{"newTokens",7} ,{"featureSetUpdate",8} ,{"forwardedElements",9} ,{"transportedInformation",10} }; #endif // // FacilityReason // H225_FacilityReason::H225_FacilityReason(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_FacilityReason,11 #endif ) { } BOOL H225_FacilityReason::CreateObject() { choice = (tag <= e_transportedInformation) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H225_FacilityReason::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_FacilityReason::Class()), PInvalidCast); #endif return new H225_FacilityReason(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_TransportAddress[]={ {"ipAddress",0} ,{"ipSourceRoute",1} ,{"ipxAddress",2} ,{"ip6Address",3} ,{"netBios",4} ,{"nsap",5} ,{"nonStandardAddress",6} }; #endif // // TransportAddress // H225_TransportAddress::H225_TransportAddress(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 7, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_TransportAddress,7 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_TransportAddress::operator H225_TransportAddress_ipAddress &() const #else H225_TransportAddress::operator H225_TransportAddress_ipAddress &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_TransportAddress_ipAddress), PInvalidCast); #endif return *(H225_TransportAddress_ipAddress *)choice; } H225_TransportAddress::operator const H225_TransportAddress_ipAddress &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_TransportAddress_ipAddress), PInvalidCast); #endif return *(H225_TransportAddress_ipAddress *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_TransportAddress::operator H225_TransportAddress_ipSourceRoute &() const #else H225_TransportAddress::operator H225_TransportAddress_ipSourceRoute &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_TransportAddress_ipSourceRoute), PInvalidCast); #endif return *(H225_TransportAddress_ipSourceRoute *)choice; } H225_TransportAddress::operator const H225_TransportAddress_ipSourceRoute &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_TransportAddress_ipSourceRoute), PInvalidCast); #endif return *(H225_TransportAddress_ipSourceRoute *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_TransportAddress::operator H225_TransportAddress_ipxAddress &() const #else H225_TransportAddress::operator H225_TransportAddress_ipxAddress &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_TransportAddress_ipxAddress), PInvalidCast); #endif return *(H225_TransportAddress_ipxAddress *)choice; } H225_TransportAddress::operator const H225_TransportAddress_ipxAddress &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_TransportAddress_ipxAddress), PInvalidCast); #endif return *(H225_TransportAddress_ipxAddress *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_TransportAddress::operator H225_TransportAddress_ip6Address &() const #else H225_TransportAddress::operator H225_TransportAddress_ip6Address &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_TransportAddress_ip6Address), PInvalidCast); #endif return *(H225_TransportAddress_ip6Address *)choice; } H225_TransportAddress::operator const H225_TransportAddress_ip6Address &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_TransportAddress_ip6Address), PInvalidCast); #endif return *(H225_TransportAddress_ip6Address *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_TransportAddress::operator H225_NonStandardParameter &() const #else H225_TransportAddress::operator H225_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } H225_TransportAddress::operator const H225_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } BOOL H225_TransportAddress::CreateObject() { switch (tag) { case e_ipAddress : choice = new H225_TransportAddress_ipAddress(); return TRUE; case e_ipSourceRoute : choice = new H225_TransportAddress_ipSourceRoute(); return TRUE; case e_ipxAddress : choice = new H225_TransportAddress_ipxAddress(); return TRUE; case e_ip6Address : choice = new H225_TransportAddress_ip6Address(); return TRUE; case e_netBios : choice = new PASN_OctetString(); choice->SetConstraints(PASN_Object::FixedConstraint, 16); return TRUE; case e_nsap : choice = new PASN_OctetString(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 20); return TRUE; case e_nonStandardAddress : choice = new H225_NonStandardParameter(); return TRUE; } choice = NULL; return FALSE; } PObject * H225_TransportAddress::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_TransportAddress::Class()), PInvalidCast); #endif return new H225_TransportAddress(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_SupportedProtocols[]={ {"nonStandardData",0} ,{"h310",1} ,{"h320",2} ,{"h321",3} ,{"h322",4} ,{"h323",5} ,{"h324",6} ,{"voice",7} ,{"t120_only",8} ,{"nonStandardProtocol",9} ,{"t38FaxAnnexbOnly",10} ,{"sip",11} }; #endif // // SupportedProtocols // H225_SupportedProtocols::H225_SupportedProtocols(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 9, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_SupportedProtocols,12 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_SupportedProtocols::operator H225_NonStandardParameter &() const #else H225_SupportedProtocols::operator H225_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } H225_SupportedProtocols::operator const H225_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_SupportedProtocols::operator H225_H310Caps &() const #else H225_SupportedProtocols::operator H225_H310Caps &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_H310Caps), PInvalidCast); #endif return *(H225_H310Caps *)choice; } H225_SupportedProtocols::operator const H225_H310Caps &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_H310Caps), PInvalidCast); #endif return *(H225_H310Caps *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_SupportedProtocols::operator H225_H320Caps &() const #else H225_SupportedProtocols::operator H225_H320Caps &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_H320Caps), PInvalidCast); #endif return *(H225_H320Caps *)choice; } H225_SupportedProtocols::operator const H225_H320Caps &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_H320Caps), PInvalidCast); #endif return *(H225_H320Caps *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_SupportedProtocols::operator H225_H321Caps &() const #else H225_SupportedProtocols::operator H225_H321Caps &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_H321Caps), PInvalidCast); #endif return *(H225_H321Caps *)choice; } H225_SupportedProtocols::operator const H225_H321Caps &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_H321Caps), PInvalidCast); #endif return *(H225_H321Caps *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_SupportedProtocols::operator H225_H322Caps &() const #else H225_SupportedProtocols::operator H225_H322Caps &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_H322Caps), PInvalidCast); #endif return *(H225_H322Caps *)choice; } H225_SupportedProtocols::operator const H225_H322Caps &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_H322Caps), PInvalidCast); #endif return *(H225_H322Caps *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_SupportedProtocols::operator H225_H323Caps &() const #else H225_SupportedProtocols::operator H225_H323Caps &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_H323Caps), PInvalidCast); #endif return *(H225_H323Caps *)choice; } H225_SupportedProtocols::operator const H225_H323Caps &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_H323Caps), PInvalidCast); #endif return *(H225_H323Caps *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_SupportedProtocols::operator H225_H324Caps &() const #else H225_SupportedProtocols::operator H225_H324Caps &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_H324Caps), PInvalidCast); #endif return *(H225_H324Caps *)choice; } H225_SupportedProtocols::operator const H225_H324Caps &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_H324Caps), PInvalidCast); #endif return *(H225_H324Caps *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_SupportedProtocols::operator H225_VoiceCaps &() const #else H225_SupportedProtocols::operator H225_VoiceCaps &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_VoiceCaps), PInvalidCast); #endif return *(H225_VoiceCaps *)choice; } H225_SupportedProtocols::operator const H225_VoiceCaps &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_VoiceCaps), PInvalidCast); #endif return *(H225_VoiceCaps *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_SupportedProtocols::operator H225_T120OnlyCaps &() const #else H225_SupportedProtocols::operator H225_T120OnlyCaps &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_T120OnlyCaps), PInvalidCast); #endif return *(H225_T120OnlyCaps *)choice; } H225_SupportedProtocols::operator const H225_T120OnlyCaps &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_T120OnlyCaps), PInvalidCast); #endif return *(H225_T120OnlyCaps *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_SupportedProtocols::operator H225_NonStandardProtocol &() const #else H225_SupportedProtocols::operator H225_NonStandardProtocol &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardProtocol), PInvalidCast); #endif return *(H225_NonStandardProtocol *)choice; } H225_SupportedProtocols::operator const H225_NonStandardProtocol &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardProtocol), PInvalidCast); #endif return *(H225_NonStandardProtocol *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_SupportedProtocols::operator H225_T38FaxAnnexbOnlyCaps &() const #else H225_SupportedProtocols::operator H225_T38FaxAnnexbOnlyCaps &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_T38FaxAnnexbOnlyCaps), PInvalidCast); #endif return *(H225_T38FaxAnnexbOnlyCaps *)choice; } H225_SupportedProtocols::operator const H225_T38FaxAnnexbOnlyCaps &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_T38FaxAnnexbOnlyCaps), PInvalidCast); #endif return *(H225_T38FaxAnnexbOnlyCaps *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_SupportedProtocols::operator H225_SIPCaps &() const #else H225_SupportedProtocols::operator H225_SIPCaps &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_SIPCaps), PInvalidCast); #endif return *(H225_SIPCaps *)choice; } H225_SupportedProtocols::operator const H225_SIPCaps &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_SIPCaps), PInvalidCast); #endif return *(H225_SIPCaps *)choice; } BOOL H225_SupportedProtocols::CreateObject() { switch (tag) { case e_nonStandardData : choice = new H225_NonStandardParameter(); return TRUE; case e_h310 : choice = new H225_H310Caps(); return TRUE; case e_h320 : choice = new H225_H320Caps(); return TRUE; case e_h321 : choice = new H225_H321Caps(); return TRUE; case e_h322 : choice = new H225_H322Caps(); return TRUE; case e_h323 : choice = new H225_H323Caps(); return TRUE; case e_h324 : choice = new H225_H324Caps(); return TRUE; case e_voice : choice = new H225_VoiceCaps(); return TRUE; case e_t120_only : choice = new H225_T120OnlyCaps(); return TRUE; case e_nonStandardProtocol : choice = new H225_NonStandardProtocol(); return TRUE; case e_t38FaxAnnexbOnly : choice = new H225_T38FaxAnnexbOnlyCaps(); return TRUE; case e_sip : choice = new H225_SIPCaps(); return TRUE; } choice = NULL; return FALSE; } PObject * H225_SupportedProtocols::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_SupportedProtocols::Class()), PInvalidCast); #endif return new H225_SupportedProtocols(*this); } // // H221NonStandard // H225_H221NonStandard::H225_H221NonStandard(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_t35CountryCode.SetConstraints(PASN_Object::FixedConstraint, 0, 255); m_t35Extension.SetConstraints(PASN_Object::FixedConstraint, 0, 255); m_manufacturerCode.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } #ifndef PASN_NOPRINTON void H225_H221NonStandard::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "t35CountryCode = " << setprecision(indent) << m_t35CountryCode << '\n'; strm << setw(indent+15) << "t35Extension = " << setprecision(indent) << m_t35Extension << '\n'; strm << setw(indent+19) << "manufacturerCode = " << setprecision(indent) << m_manufacturerCode << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_H221NonStandard::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_H221NonStandard), PInvalidCast); #endif const H225_H221NonStandard & other = (const H225_H221NonStandard &)obj; Comparison result; if ((result = m_t35CountryCode.Compare(other.m_t35CountryCode)) != EqualTo) return result; if ((result = m_t35Extension.Compare(other.m_t35Extension)) != EqualTo) return result; if ((result = m_manufacturerCode.Compare(other.m_manufacturerCode)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_H221NonStandard::GetDataLength() const { PINDEX length = 0; length += m_t35CountryCode.GetObjectLength(); length += m_t35Extension.GetObjectLength(); length += m_manufacturerCode.GetObjectLength(); return length; } BOOL H225_H221NonStandard::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_t35CountryCode.Decode(strm)) return FALSE; if (!m_t35Extension.Decode(strm)) return FALSE; if (!m_manufacturerCode.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_H221NonStandard::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_t35CountryCode.Encode(strm); m_t35Extension.Encode(strm); m_manufacturerCode.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_H221NonStandard::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_H221NonStandard::Class()), PInvalidCast); #endif return new H225_H221NonStandard(*this); } // // TunnelledProtocolAlternateIdentifier // H225_TunnelledProtocolAlternateIdentifier::H225_TunnelledProtocolAlternateIdentifier(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_protocolType.SetConstraints(PASN_Object::FixedConstraint, 1, 64); m_protocolVariant.SetConstraints(PASN_Object::FixedConstraint, 1, 64); } #ifndef PASN_NOPRINTON void H225_TunnelledProtocolAlternateIdentifier::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "protocolType = " << setprecision(indent) << m_protocolType << '\n'; if (HasOptionalField(e_protocolVariant)) strm << setw(indent+18) << "protocolVariant = " << setprecision(indent) << m_protocolVariant << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_TunnelledProtocolAlternateIdentifier::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_TunnelledProtocolAlternateIdentifier), PInvalidCast); #endif const H225_TunnelledProtocolAlternateIdentifier & other = (const H225_TunnelledProtocolAlternateIdentifier &)obj; Comparison result; if ((result = m_protocolType.Compare(other.m_protocolType)) != EqualTo) return result; if ((result = m_protocolVariant.Compare(other.m_protocolVariant)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_TunnelledProtocolAlternateIdentifier::GetDataLength() const { PINDEX length = 0; length += m_protocolType.GetObjectLength(); if (HasOptionalField(e_protocolVariant)) length += m_protocolVariant.GetObjectLength(); return length; } BOOL H225_TunnelledProtocolAlternateIdentifier::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_protocolType.Decode(strm)) return FALSE; if (HasOptionalField(e_protocolVariant) && !m_protocolVariant.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_TunnelledProtocolAlternateIdentifier::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_protocolType.Encode(strm); if (HasOptionalField(e_protocolVariant)) m_protocolVariant.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_TunnelledProtocolAlternateIdentifier::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_TunnelledProtocolAlternateIdentifier::Class()), PInvalidCast); #endif return new H225_TunnelledProtocolAlternateIdentifier(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_NonStandardIdentifier[]={ {"object",0} ,{"h221NonStandard",1} }; #endif // // NonStandardIdentifier // H225_NonStandardIdentifier::H225_NonStandardIdentifier(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_NonStandardIdentifier,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_NonStandardIdentifier::operator H225_H221NonStandard &() const #else H225_NonStandardIdentifier::operator H225_H221NonStandard &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_H221NonStandard), PInvalidCast); #endif return *(H225_H221NonStandard *)choice; } H225_NonStandardIdentifier::operator const H225_H221NonStandard &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_H221NonStandard), PInvalidCast); #endif return *(H225_H221NonStandard *)choice; } BOOL H225_NonStandardIdentifier::CreateObject() { switch (tag) { case e_object : choice = new PASN_ObjectId(); return TRUE; case e_h221NonStandard : choice = new H225_H221NonStandard(); return TRUE; } choice = NULL; return FALSE; } PObject * H225_NonStandardIdentifier::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_NonStandardIdentifier::Class()), PInvalidCast); #endif return new H225_NonStandardIdentifier(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_AliasAddress[]={ {"dialedDigits",0} ,{"h323_ID",1} ,{"url_ID",2} ,{"transportID",3} ,{"email_ID",4} ,{"partyNumber",5} ,{"mobileUIM",6} }; #endif // // AliasAddress // H225_AliasAddress::H225_AliasAddress(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_AliasAddress,7 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_AliasAddress::operator H225_TransportAddress &() const #else H225_AliasAddress::operator H225_TransportAddress &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_TransportAddress), PInvalidCast); #endif return *(H225_TransportAddress *)choice; } H225_AliasAddress::operator const H225_TransportAddress &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_TransportAddress), PInvalidCast); #endif return *(H225_TransportAddress *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_AliasAddress::operator H225_PartyNumber &() const #else H225_AliasAddress::operator H225_PartyNumber &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_PartyNumber), PInvalidCast); #endif return *(H225_PartyNumber *)choice; } H225_AliasAddress::operator const H225_PartyNumber &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_PartyNumber), PInvalidCast); #endif return *(H225_PartyNumber *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_AliasAddress::operator H225_MobileUIM &() const #else H225_AliasAddress::operator H225_MobileUIM &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_MobileUIM), PInvalidCast); #endif return *(H225_MobileUIM *)choice; } H225_AliasAddress::operator const H225_MobileUIM &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_MobileUIM), PInvalidCast); #endif return *(H225_MobileUIM *)choice; } BOOL H225_AliasAddress::CreateObject() { switch (tag) { case e_dialedDigits : choice = new PASN_IA5String(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 128); choice->SetCharacterSet(PASN_Object::FixedConstraint, "0123456789#*,"); return TRUE; case e_h323_ID : choice = new PASN_BMPString(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 256); return TRUE; case e_url_ID : choice = new PASN_IA5String(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 512); return TRUE; case e_transportID : choice = new H225_TransportAddress(); return TRUE; case e_email_ID : choice = new PASN_IA5String(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 512); return TRUE; case e_partyNumber : choice = new H225_PartyNumber(); return TRUE; case e_mobileUIM : choice = new H225_MobileUIM(); return TRUE; } choice = NULL; return FALSE; } PObject * H225_AliasAddress::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_AliasAddress::Class()), PInvalidCast); #endif return new H225_AliasAddress(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_AddressPattern[]={ {"wildcard",0} ,{"range",1} }; #endif // // AddressPattern // H225_AddressPattern::H225_AddressPattern(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_AddressPattern,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_AddressPattern::operator H225_AliasAddress &() const #else H225_AddressPattern::operator H225_AliasAddress &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_AliasAddress), PInvalidCast); #endif return *(H225_AliasAddress *)choice; } H225_AddressPattern::operator const H225_AliasAddress &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_AliasAddress), PInvalidCast); #endif return *(H225_AliasAddress *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_AddressPattern::operator H225_AddressPattern_range &() const #else H225_AddressPattern::operator H225_AddressPattern_range &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_AddressPattern_range), PInvalidCast); #endif return *(H225_AddressPattern_range *)choice; } H225_AddressPattern::operator const H225_AddressPattern_range &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_AddressPattern_range), PInvalidCast); #endif return *(H225_AddressPattern_range *)choice; } BOOL H225_AddressPattern::CreateObject() { switch (tag) { case e_wildcard : choice = new H225_AliasAddress(); return TRUE; case e_range : choice = new H225_AddressPattern_range(); return TRUE; } choice = NULL; return FALSE; } PObject * H225_AddressPattern::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_AddressPattern::Class()), PInvalidCast); #endif return new H225_AddressPattern(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_PartyNumber[]={ {"e164Number",0} ,{"dataPartyNumber",1} ,{"telexPartyNumber",2} ,{"privateNumber",3} ,{"nationalStandardPartyNumber",4} }; #endif // // PartyNumber // H225_PartyNumber::H225_PartyNumber(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 5, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_PartyNumber,5 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_PartyNumber::operator H225_PublicPartyNumber &() const #else H225_PartyNumber::operator H225_PublicPartyNumber &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_PublicPartyNumber), PInvalidCast); #endif return *(H225_PublicPartyNumber *)choice; } H225_PartyNumber::operator const H225_PublicPartyNumber &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_PublicPartyNumber), PInvalidCast); #endif return *(H225_PublicPartyNumber *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_PartyNumber::operator H225_NumberDigits &() const #else H225_PartyNumber::operator H225_NumberDigits &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NumberDigits), PInvalidCast); #endif return *(H225_NumberDigits *)choice; } H225_PartyNumber::operator const H225_NumberDigits &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NumberDigits), PInvalidCast); #endif return *(H225_NumberDigits *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_PartyNumber::operator H225_PrivatePartyNumber &() const #else H225_PartyNumber::operator H225_PrivatePartyNumber &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_PrivatePartyNumber), PInvalidCast); #endif return *(H225_PrivatePartyNumber *)choice; } H225_PartyNumber::operator const H225_PrivatePartyNumber &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_PrivatePartyNumber), PInvalidCast); #endif return *(H225_PrivatePartyNumber *)choice; } BOOL H225_PartyNumber::CreateObject() { switch (tag) { case e_e164Number : choice = new H225_PublicPartyNumber(); return TRUE; case e_dataPartyNumber : case e_telexPartyNumber : case e_nationalStandardPartyNumber : choice = new H225_NumberDigits(); return TRUE; case e_privateNumber : choice = new H225_PrivatePartyNumber(); return TRUE; } choice = NULL; return FALSE; } PObject * H225_PartyNumber::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_PartyNumber::Class()), PInvalidCast); #endif return new H225_PartyNumber(*this); } // // NumberDigits // H225_NumberDigits::H225_NumberDigits(unsigned tag, PASN_Object::TagClass tagClass) : PASN_IA5String(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 128); SetCharacterSet(PASN_Object::FixedConstraint, "0123456789#*,"); } H225_NumberDigits & H225_NumberDigits::operator=(const char * v) { SetValue(v); return *this; } H225_NumberDigits & H225_NumberDigits::operator=(const PString & v) { SetValue(v); return *this; } PObject * H225_NumberDigits::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_NumberDigits::Class()), PInvalidCast); #endif return new H225_NumberDigits(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_PublicTypeOfNumber[]={ {"unknown",0} ,{"internationalNumber",1} ,{"nationalNumber",2} ,{"networkSpecificNumber",3} ,{"subscriberNumber",4} ,{"abbreviatedNumber",5} }; #endif // // PublicTypeOfNumber // H225_PublicTypeOfNumber::H225_PublicTypeOfNumber(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 6, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_PublicTypeOfNumber,6 #endif ) { } BOOL H225_PublicTypeOfNumber::CreateObject() { choice = (tag <= e_abbreviatedNumber) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H225_PublicTypeOfNumber::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_PublicTypeOfNumber::Class()), PInvalidCast); #endif return new H225_PublicTypeOfNumber(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_PrivateTypeOfNumber[]={ {"unknown",0} ,{"level2RegionalNumber",1} ,{"level1RegionalNumber",2} ,{"pISNSpecificNumber",3} ,{"localNumber",4} ,{"abbreviatedNumber",5} }; #endif // // PrivateTypeOfNumber // H225_PrivateTypeOfNumber::H225_PrivateTypeOfNumber(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 6, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_PrivateTypeOfNumber,6 #endif ) { } BOOL H225_PrivateTypeOfNumber::CreateObject() { choice = (tag <= e_abbreviatedNumber) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H225_PrivateTypeOfNumber::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_PrivateTypeOfNumber::Class()), PInvalidCast); #endif return new H225_PrivateTypeOfNumber(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_MobileUIM[]={ {"ansi_41_uim",0} ,{"gsm_uim",1} }; #endif // // MobileUIM // H225_MobileUIM::H225_MobileUIM(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_MobileUIM,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_MobileUIM::operator H225_ANSI_41_UIM &() const #else H225_MobileUIM::operator H225_ANSI_41_UIM &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_ANSI_41_UIM), PInvalidCast); #endif return *(H225_ANSI_41_UIM *)choice; } H225_MobileUIM::operator const H225_ANSI_41_UIM &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_ANSI_41_UIM), PInvalidCast); #endif return *(H225_ANSI_41_UIM *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_MobileUIM::operator H225_GSM_UIM &() const #else H225_MobileUIM::operator H225_GSM_UIM &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_GSM_UIM), PInvalidCast); #endif return *(H225_GSM_UIM *)choice; } H225_MobileUIM::operator const H225_GSM_UIM &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_GSM_UIM), PInvalidCast); #endif return *(H225_GSM_UIM *)choice; } BOOL H225_MobileUIM::CreateObject() { switch (tag) { case e_ansi_41_uim : choice = new H225_ANSI_41_UIM(); return TRUE; case e_gsm_uim : choice = new H225_GSM_UIM(); return TRUE; } choice = NULL; return FALSE; } PObject * H225_MobileUIM::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_MobileUIM::Class()), PInvalidCast); #endif return new H225_MobileUIM(*this); } // // TBCD-STRING // H225_TBCD_STRING::H225_TBCD_STRING(unsigned tag, PASN_Object::TagClass tagClass) : PASN_IA5String(tag, tagClass) { SetCharacterSet(PASN_Object::FixedConstraint, "0123456789#*abc"); } H225_TBCD_STRING & H225_TBCD_STRING::operator=(const char * v) { SetValue(v); return *this; } H225_TBCD_STRING & H225_TBCD_STRING::operator=(const PString & v) { SetValue(v); return *this; } PObject * H225_TBCD_STRING::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_TBCD_STRING::Class()), PInvalidCast); #endif return new H225_TBCD_STRING(*this); } // // GSM-UIM // H225_GSM_UIM::H225_GSM_UIM(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 6, TRUE, 0) { m_imsi.SetConstraints(PASN_Object::FixedConstraint, 3, 16); m_tmsi.SetConstraints(PASN_Object::FixedConstraint, 1, 4); m_msisdn.SetConstraints(PASN_Object::FixedConstraint, 3, 16); m_imei.SetConstraints(PASN_Object::FixedConstraint, 15, 16); m_hplmn.SetConstraints(PASN_Object::FixedConstraint, 1, 4); m_vplmn.SetConstraints(PASN_Object::FixedConstraint, 1, 4); } #ifndef PASN_NOPRINTON void H225_GSM_UIM::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_imsi)) strm << setw(indent+7) << "imsi = " << setprecision(indent) << m_imsi << '\n'; if (HasOptionalField(e_tmsi)) strm << setw(indent+7) << "tmsi = " << setprecision(indent) << m_tmsi << '\n'; if (HasOptionalField(e_msisdn)) strm << setw(indent+9) << "msisdn = " << setprecision(indent) << m_msisdn << '\n'; if (HasOptionalField(e_imei)) strm << setw(indent+7) << "imei = " << setprecision(indent) << m_imei << '\n'; if (HasOptionalField(e_hplmn)) strm << setw(indent+8) << "hplmn = " << setprecision(indent) << m_hplmn << '\n'; if (HasOptionalField(e_vplmn)) strm << setw(indent+8) << "vplmn = " << setprecision(indent) << m_vplmn << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_GSM_UIM::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_GSM_UIM), PInvalidCast); #endif const H225_GSM_UIM & other = (const H225_GSM_UIM &)obj; Comparison result; if ((result = m_imsi.Compare(other.m_imsi)) != EqualTo) return result; if ((result = m_tmsi.Compare(other.m_tmsi)) != EqualTo) return result; if ((result = m_msisdn.Compare(other.m_msisdn)) != EqualTo) return result; if ((result = m_imei.Compare(other.m_imei)) != EqualTo) return result; if ((result = m_hplmn.Compare(other.m_hplmn)) != EqualTo) return result; if ((result = m_vplmn.Compare(other.m_vplmn)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_GSM_UIM::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_imsi)) length += m_imsi.GetObjectLength(); if (HasOptionalField(e_tmsi)) length += m_tmsi.GetObjectLength(); if (HasOptionalField(e_msisdn)) length += m_msisdn.GetObjectLength(); if (HasOptionalField(e_imei)) length += m_imei.GetObjectLength(); if (HasOptionalField(e_hplmn)) length += m_hplmn.GetObjectLength(); if (HasOptionalField(e_vplmn)) length += m_vplmn.GetObjectLength(); return length; } BOOL H225_GSM_UIM::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_imsi) && !m_imsi.Decode(strm)) return FALSE; if (HasOptionalField(e_tmsi) && !m_tmsi.Decode(strm)) return FALSE; if (HasOptionalField(e_msisdn) && !m_msisdn.Decode(strm)) return FALSE; if (HasOptionalField(e_imei) && !m_imei.Decode(strm)) return FALSE; if (HasOptionalField(e_hplmn) && !m_hplmn.Decode(strm)) return FALSE; if (HasOptionalField(e_vplmn) && !m_vplmn.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_GSM_UIM::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_imsi)) m_imsi.Encode(strm); if (HasOptionalField(e_tmsi)) m_tmsi.Encode(strm); if (HasOptionalField(e_msisdn)) m_msisdn.Encode(strm); if (HasOptionalField(e_imei)) m_imei.Encode(strm); if (HasOptionalField(e_hplmn)) m_hplmn.Encode(strm); if (HasOptionalField(e_vplmn)) m_vplmn.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_GSM_UIM::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_GSM_UIM::Class()), PInvalidCast); #endif return new H225_GSM_UIM(*this); } // // ExtendedAliasAddress // H225_ExtendedAliasAddress::H225_ExtendedAliasAddress(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_ExtendedAliasAddress::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+10) << "address = " << setprecision(indent) << m_address << '\n'; if (HasOptionalField(e_presentationIndicator)) strm << setw(indent+24) << "presentationIndicator = " << setprecision(indent) << m_presentationIndicator << '\n'; if (HasOptionalField(e_screeningIndicator)) strm << setw(indent+21) << "screeningIndicator = " << setprecision(indent) << m_screeningIndicator << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_ExtendedAliasAddress::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_ExtendedAliasAddress), PInvalidCast); #endif const H225_ExtendedAliasAddress & other = (const H225_ExtendedAliasAddress &)obj; Comparison result; if ((result = m_address.Compare(other.m_address)) != EqualTo) return result; if ((result = m_presentationIndicator.Compare(other.m_presentationIndicator)) != EqualTo) return result; if ((result = m_screeningIndicator.Compare(other.m_screeningIndicator)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_ExtendedAliasAddress::GetDataLength() const { PINDEX length = 0; length += m_address.GetObjectLength(); if (HasOptionalField(e_presentationIndicator)) length += m_presentationIndicator.GetObjectLength(); if (HasOptionalField(e_screeningIndicator)) length += m_screeningIndicator.GetObjectLength(); return length; } BOOL H225_ExtendedAliasAddress::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_address.Decode(strm)) return FALSE; if (HasOptionalField(e_presentationIndicator) && !m_presentationIndicator.Decode(strm)) return FALSE; if (HasOptionalField(e_screeningIndicator) && !m_screeningIndicator.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_ExtendedAliasAddress::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_address.Encode(strm); if (HasOptionalField(e_presentationIndicator)) m_presentationIndicator.Encode(strm); if (HasOptionalField(e_screeningIndicator)) m_screeningIndicator.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_ExtendedAliasAddress::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ExtendedAliasAddress::Class()), PInvalidCast); #endif return new H225_ExtendedAliasAddress(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_UseSpecifiedTransport[]={ {"tcp",0} ,{"annexE",1} ,{"sctp",2} }; #endif // // UseSpecifiedTransport // H225_UseSpecifiedTransport::H225_UseSpecifiedTransport(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_UseSpecifiedTransport,3 #endif ) { } BOOL H225_UseSpecifiedTransport::CreateObject() { choice = (tag <= e_sctp) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H225_UseSpecifiedTransport::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_UseSpecifiedTransport::Class()), PInvalidCast); #endif return new H225_UseSpecifiedTransport(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_SecurityServiceMode[]={ {"nonStandard",0} ,{"none",1} ,{"default",2} }; #endif // // SecurityServiceMode // H225_SecurityServiceMode::H225_SecurityServiceMode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_SecurityServiceMode,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_SecurityServiceMode::operator H225_NonStandardParameter &() const #else H225_SecurityServiceMode::operator H225_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } H225_SecurityServiceMode::operator const H225_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } BOOL H225_SecurityServiceMode::CreateObject() { switch (tag) { case e_nonStandard : choice = new H225_NonStandardParameter(); return TRUE; case e_none : case e_default : choice = new PASN_Null(); return TRUE; } choice = NULL; return FALSE; } PObject * H225_SecurityServiceMode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_SecurityServiceMode::Class()), PInvalidCast); #endif return new H225_SecurityServiceMode(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_SecurityErrors[]={ {"securityWrongSyncTime",0} ,{"securityReplay",1} ,{"securityWrongGeneralID",2} ,{"securityWrongSendersID",3} ,{"securityIntegrityFailed",4} ,{"securityWrongOID",5} ,{"securityDHmismatch",6} ,{"securityCertificateExpired",7} ,{"securityCertificateDateInvalid",8} ,{"securityCertificateRevoked",9} ,{"securityCertificateNotReadable",10} ,{"securityCertificateSignatureInvalid",11} ,{"securityCertificateMissing",12} ,{"securityCertificateIncomplete",13} ,{"securityUnsupportedCertificateAlgOID",14} ,{"securityUnknownCA",15} }; #endif // // SecurityErrors // H225_SecurityErrors::H225_SecurityErrors(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 16, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_SecurityErrors,16 #endif ) { } BOOL H225_SecurityErrors::CreateObject() { choice = (tag <= e_securityUnknownCA) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H225_SecurityErrors::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_SecurityErrors::Class()), PInvalidCast); #endif return new H225_SecurityErrors(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_SecurityErrors2[]={ {"securityWrongSyncTime",0} ,{"securityReplay",1} ,{"securityWrongGeneralID",2} ,{"securityWrongSendersID",3} ,{"securityIntegrityFailed",4} ,{"securityWrongOID",5} }; #endif // // SecurityErrors2 // H225_SecurityErrors2::H225_SecurityErrors2(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 6, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_SecurityErrors2,6 #endif ) { } BOOL H225_SecurityErrors2::CreateObject() { choice = (tag <= e_securityWrongOID) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H225_SecurityErrors2::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_SecurityErrors2::Class()), PInvalidCast); #endif return new H225_SecurityErrors2(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_H245Security[]={ {"nonStandard",0} ,{"noSecurity",1} ,{"tls",2} ,{"ipsec",3} }; #endif // // H245Security // H225_H245Security::H225_H245Security(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_H245Security,4 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_H245Security::operator H225_NonStandardParameter &() const #else H225_H245Security::operator H225_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } H225_H245Security::operator const H225_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_H245Security::operator H225_SecurityCapabilities &() const #else H225_H245Security::operator H225_SecurityCapabilities &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_SecurityCapabilities), PInvalidCast); #endif return *(H225_SecurityCapabilities *)choice; } H225_H245Security::operator const H225_SecurityCapabilities &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_SecurityCapabilities), PInvalidCast); #endif return *(H225_SecurityCapabilities *)choice; } BOOL H225_H245Security::CreateObject() { switch (tag) { case e_nonStandard : choice = new H225_NonStandardParameter(); return TRUE; case e_noSecurity : choice = new PASN_Null(); return TRUE; case e_tls : case e_ipsec : choice = new H225_SecurityCapabilities(); return TRUE; } choice = NULL; return FALSE; } PObject * H225_H245Security::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_H245Security::Class()), PInvalidCast); #endif return new H225_H245Security(*this); } // // Q954Details // H225_Q954Details::H225_Q954Details(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_Q954Details::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+20) << "conferenceCalling = " << setprecision(indent) << m_conferenceCalling << '\n'; strm << setw(indent+20) << "threePartyService = " << setprecision(indent) << m_threePartyService << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_Q954Details::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_Q954Details), PInvalidCast); #endif const H225_Q954Details & other = (const H225_Q954Details &)obj; Comparison result; if ((result = m_conferenceCalling.Compare(other.m_conferenceCalling)) != EqualTo) return result; if ((result = m_threePartyService.Compare(other.m_threePartyService)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_Q954Details::GetDataLength() const { PINDEX length = 0; length += m_conferenceCalling.GetObjectLength(); length += m_threePartyService.GetObjectLength(); return length; } BOOL H225_Q954Details::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_conferenceCalling.Decode(strm)) return FALSE; if (!m_threePartyService.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_Q954Details::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_conferenceCalling.Encode(strm); m_threePartyService.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_Q954Details::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_Q954Details::Class()), PInvalidCast); #endif return new H225_Q954Details(*this); } // // GloballyUniqueID // H225_GloballyUniqueID::H225_GloballyUniqueID(unsigned tag, PASN_Object::TagClass tagClass) : PASN_OctetString(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 16); } H225_GloballyUniqueID::H225_GloballyUniqueID(const char * v) { SetValue(v); } H225_GloballyUniqueID::H225_GloballyUniqueID(const PString & v) { SetValue(v); } H225_GloballyUniqueID::H225_GloballyUniqueID(const PBYTEArray & v) { SetValue(v); } H225_GloballyUniqueID & H225_GloballyUniqueID::operator=(const char * v) { SetValue(v); return *this; } H225_GloballyUniqueID & H225_GloballyUniqueID::operator=(const PString & v) { SetValue(v); return *this; } H225_GloballyUniqueID & H225_GloballyUniqueID::operator=(const PBYTEArray & v) { SetValue(v); return *this; } PObject * H225_GloballyUniqueID::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_GloballyUniqueID::Class()), PInvalidCast); #endif return new H225_GloballyUniqueID(*this); } // // ConferenceIdentifier // H225_ConferenceIdentifier::H225_ConferenceIdentifier(unsigned tag, PASN_Object::TagClass tagClass) : H225_GloballyUniqueID(tag, tagClass) { } H225_ConferenceIdentifier::H225_ConferenceIdentifier(const char * v) { SetValue(v); } H225_ConferenceIdentifier::H225_ConferenceIdentifier(const PString & v) { SetValue(v); } H225_ConferenceIdentifier::H225_ConferenceIdentifier(const PBYTEArray & v) { SetValue(v); } H225_ConferenceIdentifier & H225_ConferenceIdentifier::operator=(const char * v) { SetValue(v); return *this; } H225_ConferenceIdentifier & H225_ConferenceIdentifier::operator=(const PString & v) { SetValue(v); return *this; } H225_ConferenceIdentifier & H225_ConferenceIdentifier::operator=(const PBYTEArray & v) { SetValue(v); return *this; } PObject * H225_ConferenceIdentifier::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ConferenceIdentifier::Class()), PInvalidCast); #endif return new H225_ConferenceIdentifier(*this); } // // RequestSeqNum // H225_RequestSeqNum::H225_RequestSeqNum(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 65535); } H225_RequestSeqNum & H225_RequestSeqNum::operator=(int v) { SetValue(v); return *this; } H225_RequestSeqNum & H225_RequestSeqNum::operator=(unsigned v) { SetValue(v); return *this; } PObject * H225_RequestSeqNum::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_RequestSeqNum::Class()), PInvalidCast); #endif return new H225_RequestSeqNum(*this); } // // GatekeeperIdentifier // H225_GatekeeperIdentifier::H225_GatekeeperIdentifier(unsigned tag, PASN_Object::TagClass tagClass) : PASN_BMPString(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 128); } H225_GatekeeperIdentifier & H225_GatekeeperIdentifier::operator=(const char * v) { SetValue(v); return *this; } H225_GatekeeperIdentifier & H225_GatekeeperIdentifier::operator=(const PString & v) { SetValue(v); return *this; } H225_GatekeeperIdentifier & H225_GatekeeperIdentifier::operator=(const PWORDArray & v) { SetValue(v); return *this; } H225_GatekeeperIdentifier & H225_GatekeeperIdentifier::operator=(const PASN_BMPString & v) { SetValue(v); return *this; } PObject * H225_GatekeeperIdentifier::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_GatekeeperIdentifier::Class()), PInvalidCast); #endif return new H225_GatekeeperIdentifier(*this); } // // BandWidth // H225_BandWidth::H225_BandWidth(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 0, 4294967295U); } H225_BandWidth & H225_BandWidth::operator=(int v) { SetValue(v); return *this; } H225_BandWidth & H225_BandWidth::operator=(unsigned v) { SetValue(v); return *this; } PObject * H225_BandWidth::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_BandWidth::Class()), PInvalidCast); #endif return new H225_BandWidth(*this); } // // CallReferenceValue // H225_CallReferenceValue::H225_CallReferenceValue(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } H225_CallReferenceValue & H225_CallReferenceValue::operator=(int v) { SetValue(v); return *this; } H225_CallReferenceValue & H225_CallReferenceValue::operator=(unsigned v) { SetValue(v); return *this; } PObject * H225_CallReferenceValue::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_CallReferenceValue::Class()), PInvalidCast); #endif return new H225_CallReferenceValue(*this); } // // EndpointIdentifier // H225_EndpointIdentifier::H225_EndpointIdentifier(unsigned tag, PASN_Object::TagClass tagClass) : PASN_BMPString(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 128); } H225_EndpointIdentifier & H225_EndpointIdentifier::operator=(const char * v) { SetValue(v); return *this; } H225_EndpointIdentifier & H225_EndpointIdentifier::operator=(const PString & v) { SetValue(v); return *this; } H225_EndpointIdentifier & H225_EndpointIdentifier::operator=(const PWORDArray & v) { SetValue(v); return *this; } H225_EndpointIdentifier & H225_EndpointIdentifier::operator=(const PASN_BMPString & v) { SetValue(v); return *this; } PObject * H225_EndpointIdentifier::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_EndpointIdentifier::Class()), PInvalidCast); #endif return new H225_EndpointIdentifier(*this); } // // ProtocolIdentifier // H225_ProtocolIdentifier::H225_ProtocolIdentifier(unsigned tag, PASN_Object::TagClass tagClass) : PASN_ObjectId(tag, tagClass) { } PObject * H225_ProtocolIdentifier::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ProtocolIdentifier::Class()), PInvalidCast); #endif return new H225_ProtocolIdentifier(*this); } // // TimeToLive // H225_TimeToLive::H225_TimeToLive(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 4294967295U); } H225_TimeToLive & H225_TimeToLive::operator=(int v) { SetValue(v); return *this; } H225_TimeToLive & H225_TimeToLive::operator=(unsigned v) { SetValue(v); return *this; } PObject * H225_TimeToLive::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_TimeToLive::Class()), PInvalidCast); #endif return new H225_TimeToLive(*this); } // // H248PackagesDescriptor // H225_H248PackagesDescriptor::H225_H248PackagesDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_OctetString(tag, tagClass) { } H225_H248PackagesDescriptor::H225_H248PackagesDescriptor(const char * v) { SetValue(v); } H225_H248PackagesDescriptor::H225_H248PackagesDescriptor(const PString & v) { SetValue(v); } H225_H248PackagesDescriptor::H225_H248PackagesDescriptor(const PBYTEArray & v) { SetValue(v); } H225_H248PackagesDescriptor & H225_H248PackagesDescriptor::operator=(const char * v) { SetValue(v); return *this; } H225_H248PackagesDescriptor & H225_H248PackagesDescriptor::operator=(const PString & v) { SetValue(v); return *this; } H225_H248PackagesDescriptor & H225_H248PackagesDescriptor::operator=(const PBYTEArray & v) { SetValue(v); return *this; } PObject * H225_H248PackagesDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_H248PackagesDescriptor::Class()), PInvalidCast); #endif return new H225_H248PackagesDescriptor(*this); } // // H248SignalsDescriptor // H225_H248SignalsDescriptor::H225_H248SignalsDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_OctetString(tag, tagClass) { } H225_H248SignalsDescriptor::H225_H248SignalsDescriptor(const char * v) { SetValue(v); } H225_H248SignalsDescriptor::H225_H248SignalsDescriptor(const PString & v) { SetValue(v); } H225_H248SignalsDescriptor::H225_H248SignalsDescriptor(const PBYTEArray & v) { SetValue(v); } H225_H248SignalsDescriptor & H225_H248SignalsDescriptor::operator=(const char * v) { SetValue(v); return *this; } H225_H248SignalsDescriptor & H225_H248SignalsDescriptor::operator=(const PString & v) { SetValue(v); return *this; } H225_H248SignalsDescriptor & H225_H248SignalsDescriptor::operator=(const PBYTEArray & v) { SetValue(v); return *this; } PObject * H225_H248SignalsDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_H248SignalsDescriptor::Class()), PInvalidCast); #endif return new H225_H248SignalsDescriptor(*this); } // // CallIdentifier // H225_CallIdentifier::H225_CallIdentifier(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_CallIdentifier::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+7) << "guid = " << setprecision(indent) << m_guid << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_CallIdentifier::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_CallIdentifier), PInvalidCast); #endif const H225_CallIdentifier & other = (const H225_CallIdentifier &)obj; Comparison result; if ((result = m_guid.Compare(other.m_guid)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_CallIdentifier::GetDataLength() const { PINDEX length = 0; length += m_guid.GetObjectLength(); return length; } BOOL H225_CallIdentifier::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_guid.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_CallIdentifier::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_guid.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_CallIdentifier::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_CallIdentifier::Class()), PInvalidCast); #endif return new H225_CallIdentifier(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_EncryptIntAlg[]={ {"nonStandard",0} ,{"isoAlgorithm",1} }; #endif // // EncryptIntAlg // H225_EncryptIntAlg::H225_EncryptIntAlg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_EncryptIntAlg,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_EncryptIntAlg::operator H225_NonStandardParameter &() const #else H225_EncryptIntAlg::operator H225_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } H225_EncryptIntAlg::operator const H225_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } BOOL H225_EncryptIntAlg::CreateObject() { switch (tag) { case e_nonStandard : choice = new H225_NonStandardParameter(); return TRUE; case e_isoAlgorithm : choice = new PASN_ObjectId(); return TRUE; } choice = NULL; return FALSE; } PObject * H225_EncryptIntAlg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_EncryptIntAlg::Class()), PInvalidCast); #endif return new H225_EncryptIntAlg(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_NonIsoIntegrityMechanism[]={ {"hMAC_MD5",0} ,{"hMAC_iso10118_2_s",1} ,{"hMAC_iso10118_2_l",2} ,{"hMAC_iso10118_3",3} }; #endif // // NonIsoIntegrityMechanism // H225_NonIsoIntegrityMechanism::H225_NonIsoIntegrityMechanism(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_NonIsoIntegrityMechanism,4 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_NonIsoIntegrityMechanism::operator H225_EncryptIntAlg &() const #else H225_NonIsoIntegrityMechanism::operator H225_EncryptIntAlg &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_EncryptIntAlg), PInvalidCast); #endif return *(H225_EncryptIntAlg *)choice; } H225_NonIsoIntegrityMechanism::operator const H225_EncryptIntAlg &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_EncryptIntAlg), PInvalidCast); #endif return *(H225_EncryptIntAlg *)choice; } BOOL H225_NonIsoIntegrityMechanism::CreateObject() { switch (tag) { case e_hMAC_MD5 : choice = new PASN_Null(); return TRUE; case e_hMAC_iso10118_2_s : case e_hMAC_iso10118_2_l : choice = new H225_EncryptIntAlg(); return TRUE; case e_hMAC_iso10118_3 : choice = new PASN_ObjectId(); return TRUE; } choice = NULL; return FALSE; } PObject * H225_NonIsoIntegrityMechanism::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_NonIsoIntegrityMechanism::Class()), PInvalidCast); #endif return new H225_NonIsoIntegrityMechanism(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_IntegrityMechanism[]={ {"nonStandard",0} ,{"digSig",1} ,{"iso9797",2} ,{"nonIsoIM",3} }; #endif // // IntegrityMechanism // H225_IntegrityMechanism::H225_IntegrityMechanism(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_IntegrityMechanism,4 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_IntegrityMechanism::operator H225_NonStandardParameter &() const #else H225_IntegrityMechanism::operator H225_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } H225_IntegrityMechanism::operator const H225_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_IntegrityMechanism::operator H225_NonIsoIntegrityMechanism &() const #else H225_IntegrityMechanism::operator H225_NonIsoIntegrityMechanism &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonIsoIntegrityMechanism), PInvalidCast); #endif return *(H225_NonIsoIntegrityMechanism *)choice; } H225_IntegrityMechanism::operator const H225_NonIsoIntegrityMechanism &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonIsoIntegrityMechanism), PInvalidCast); #endif return *(H225_NonIsoIntegrityMechanism *)choice; } BOOL H225_IntegrityMechanism::CreateObject() { switch (tag) { case e_nonStandard : choice = new H225_NonStandardParameter(); return TRUE; case e_digSig : choice = new PASN_Null(); return TRUE; case e_iso9797 : choice = new PASN_ObjectId(); return TRUE; case e_nonIsoIM : choice = new H225_NonIsoIntegrityMechanism(); return TRUE; } choice = NULL; return FALSE; } PObject * H225_IntegrityMechanism::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_IntegrityMechanism::Class()), PInvalidCast); #endif return new H225_IntegrityMechanism(*this); } // // ICV // H225_ICV::H225_ICV(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void H225_ICV::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "algorithmOID = " << setprecision(indent) << m_algorithmOID << '\n'; strm << setw(indent+6) << "icv = " << setprecision(indent) << m_icv << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_ICV::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_ICV), PInvalidCast); #endif const H225_ICV & other = (const H225_ICV &)obj; Comparison result; if ((result = m_algorithmOID.Compare(other.m_algorithmOID)) != EqualTo) return result; if ((result = m_icv.Compare(other.m_icv)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_ICV::GetDataLength() const { PINDEX length = 0; length += m_algorithmOID.GetObjectLength(); length += m_icv.GetObjectLength(); return length; } BOOL H225_ICV::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_algorithmOID.Decode(strm)) return FALSE; if (!m_icv.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_ICV::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_algorithmOID.Encode(strm); m_icv.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_ICV::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ICV::Class()), PInvalidCast); #endif return new H225_ICV(*this); } // // FastStartToken // H225_FastStartToken::H225_FastStartToken(unsigned tag, PASN_Object::TagClass tagClass) : H235_ClearToken(tag, tagClass) { IncludeOptionalField(e_generalID); IncludeOptionalField(e_dhkey); IncludeOptionalField(e_timeStamp); } PObject * H225_FastStartToken::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_FastStartToken::Class()), PInvalidCast); #endif return new H225_FastStartToken(*this); } // // EncodedFastStartToken // H225_EncodedFastStartToken::H225_EncodedFastStartToken(unsigned tag, PASN_Object::TagClass tagClass) : PASN_OctetString(tag, tagClass) { } PObject * H225_EncodedFastStartToken::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_EncodedFastStartToken::Class()), PInvalidCast); #endif return new H225_EncodedFastStartToken(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_CryptoH323Token[]={ {"cryptoEPPwdHash",0} ,{"cryptoGKPwdHash",1} ,{"cryptoEPPwdEncr",2} ,{"cryptoGKPwdEncr",3} ,{"cryptoEPCert",4} ,{"cryptoGKCert",5} ,{"cryptoFastStart",6} ,{"nestedcryptoToken",7} }; #endif // // CryptoH323Token // H225_CryptoH323Token::H225_CryptoH323Token(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 8, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_CryptoH323Token,8 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_CryptoH323Token::operator H225_CryptoH323Token_cryptoEPPwdHash &() const #else H225_CryptoH323Token::operator H225_CryptoH323Token_cryptoEPPwdHash &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_CryptoH323Token_cryptoEPPwdHash), PInvalidCast); #endif return *(H225_CryptoH323Token_cryptoEPPwdHash *)choice; } H225_CryptoH323Token::operator const H225_CryptoH323Token_cryptoEPPwdHash &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_CryptoH323Token_cryptoEPPwdHash), PInvalidCast); #endif return *(H225_CryptoH323Token_cryptoEPPwdHash *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_CryptoH323Token::operator H225_CryptoH323Token_cryptoGKPwdHash &() const #else H225_CryptoH323Token::operator H225_CryptoH323Token_cryptoGKPwdHash &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_CryptoH323Token_cryptoGKPwdHash), PInvalidCast); #endif return *(H225_CryptoH323Token_cryptoGKPwdHash *)choice; } H225_CryptoH323Token::operator const H225_CryptoH323Token_cryptoGKPwdHash &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_CryptoH323Token_cryptoGKPwdHash), PInvalidCast); #endif return *(H225_CryptoH323Token_cryptoGKPwdHash *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_CryptoH323Token::operator H235_ENCRYPTED &() const #else H225_CryptoH323Token::operator H235_ENCRYPTED &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H235_ENCRYPTED), PInvalidCast); #endif return *(H235_ENCRYPTED *)choice; } H225_CryptoH323Token::operator const H235_ENCRYPTED &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H235_ENCRYPTED), PInvalidCast); #endif return *(H235_ENCRYPTED *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_CryptoH323Token::operator H235_SIGNED &() const #else H225_CryptoH323Token::operator H235_SIGNED &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H235_SIGNED), PInvalidCast); #endif return *(H235_SIGNED *)choice; } H225_CryptoH323Token::operator const H235_SIGNED &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H235_SIGNED), PInvalidCast); #endif return *(H235_SIGNED *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_CryptoH323Token::operator H235_SIGNED &() const #else H225_CryptoH323Token::operator H235_SIGNED &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H235_SIGNED), PInvalidCast); #endif return *(H235_SIGNED *)choice; } H225_CryptoH323Token::operator const H235_SIGNED &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H235_SIGNED), PInvalidCast); #endif return *(H235_SIGNED *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_CryptoH323Token::operator H235_CryptoToken &() const #else H225_CryptoH323Token::operator H235_CryptoToken &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H235_CryptoToken), PInvalidCast); #endif return *(H235_CryptoToken *)choice; } H225_CryptoH323Token::operator const H235_CryptoToken &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H235_CryptoToken), PInvalidCast); #endif return *(H235_CryptoToken *)choice; } BOOL H225_CryptoH323Token::CreateObject() { switch (tag) { case e_cryptoEPPwdHash : choice = new H225_CryptoH323Token_cryptoEPPwdHash(); return TRUE; case e_cryptoGKPwdHash : choice = new H225_CryptoH323Token_cryptoGKPwdHash(); return TRUE; case e_cryptoEPPwdEncr : case e_cryptoGKPwdEncr : choice = new H235_ENCRYPTED(); return TRUE; case e_cryptoEPCert : case e_cryptoGKCert : choice = new H235_SIGNED(); return TRUE; case e_cryptoFastStart : choice = new H235_SIGNED(); return TRUE; case e_nestedcryptoToken : choice = new H235_CryptoToken(); return TRUE; } choice = NULL; return FALSE; } PObject * H225_CryptoH323Token::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_CryptoH323Token::Class()), PInvalidCast); #endif return new H225_CryptoH323Token(*this); } // // CallLinkage // H225_CallLinkage::H225_CallLinkage(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_CallLinkage::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_globalCallId)) strm << setw(indent+15) << "globalCallId = " << setprecision(indent) << m_globalCallId << '\n'; if (HasOptionalField(e_threadId)) strm << setw(indent+11) << "threadId = " << setprecision(indent) << m_threadId << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_CallLinkage::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_CallLinkage), PInvalidCast); #endif const H225_CallLinkage & other = (const H225_CallLinkage &)obj; Comparison result; if ((result = m_globalCallId.Compare(other.m_globalCallId)) != EqualTo) return result; if ((result = m_threadId.Compare(other.m_threadId)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_CallLinkage::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_globalCallId)) length += m_globalCallId.GetObjectLength(); if (HasOptionalField(e_threadId)) length += m_threadId.GetObjectLength(); return length; } BOOL H225_CallLinkage::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_globalCallId) && !m_globalCallId.Decode(strm)) return FALSE; if (HasOptionalField(e_threadId) && !m_threadId.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_CallLinkage::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_globalCallId)) m_globalCallId.Encode(strm); if (HasOptionalField(e_threadId)) m_threadId.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_CallLinkage::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_CallLinkage::Class()), PInvalidCast); #endif return new H225_CallLinkage(*this); } // // CapacityReportingCapability // H225_CapacityReportingCapability::H225_CapacityReportingCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_CapacityReportingCapability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+24) << "canReportCallCapacity = " << setprecision(indent) << m_canReportCallCapacity << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_CapacityReportingCapability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_CapacityReportingCapability), PInvalidCast); #endif const H225_CapacityReportingCapability & other = (const H225_CapacityReportingCapability &)obj; Comparison result; if ((result = m_canReportCallCapacity.Compare(other.m_canReportCallCapacity)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_CapacityReportingCapability::GetDataLength() const { PINDEX length = 0; length += m_canReportCallCapacity.GetObjectLength(); return length; } BOOL H225_CapacityReportingCapability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_canReportCallCapacity.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_CapacityReportingCapability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_canReportCallCapacity.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_CapacityReportingCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_CapacityReportingCapability::Class()), PInvalidCast); #endif return new H225_CapacityReportingCapability(*this); } // // CarrierInfo // H225_CarrierInfo::H225_CarrierInfo(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { m_carrierIdentificationCode.SetConstraints(PASN_Object::FixedConstraint, 3, 4); m_carrierName.SetConstraints(PASN_Object::FixedConstraint, 1, 128); } #ifndef PASN_NOPRINTON void H225_CarrierInfo::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_carrierIdentificationCode)) strm << setw(indent+28) << "carrierIdentificationCode = " << setprecision(indent) << m_carrierIdentificationCode << '\n'; if (HasOptionalField(e_carrierName)) strm << setw(indent+14) << "carrierName = " << setprecision(indent) << m_carrierName << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_CarrierInfo::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_CarrierInfo), PInvalidCast); #endif const H225_CarrierInfo & other = (const H225_CarrierInfo &)obj; Comparison result; if ((result = m_carrierIdentificationCode.Compare(other.m_carrierIdentificationCode)) != EqualTo) return result; if ((result = m_carrierName.Compare(other.m_carrierName)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_CarrierInfo::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_carrierIdentificationCode)) length += m_carrierIdentificationCode.GetObjectLength(); if (HasOptionalField(e_carrierName)) length += m_carrierName.GetObjectLength(); return length; } BOOL H225_CarrierInfo::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_carrierIdentificationCode) && !m_carrierIdentificationCode.Decode(strm)) return FALSE; if (HasOptionalField(e_carrierName) && !m_carrierName.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_CarrierInfo::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_carrierIdentificationCode)) m_carrierIdentificationCode.Encode(strm); if (HasOptionalField(e_carrierName)) m_carrierName.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_CarrierInfo::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_CarrierInfo::Class()), PInvalidCast); #endif return new H225_CarrierInfo(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_ServiceControlDescriptor[]={ {"url",0} ,{"signal",1} ,{"nonStandard",2} ,{"callCreditServiceControl",3} }; #endif // // ServiceControlDescriptor // H225_ServiceControlDescriptor::H225_ServiceControlDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_ServiceControlDescriptor,4 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_ServiceControlDescriptor::operator H225_H248SignalsDescriptor &() const #else H225_ServiceControlDescriptor::operator H225_H248SignalsDescriptor &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_H248SignalsDescriptor), PInvalidCast); #endif return *(H225_H248SignalsDescriptor *)choice; } H225_ServiceControlDescriptor::operator const H225_H248SignalsDescriptor &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_H248SignalsDescriptor), PInvalidCast); #endif return *(H225_H248SignalsDescriptor *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_ServiceControlDescriptor::operator H225_NonStandardParameter &() const #else H225_ServiceControlDescriptor::operator H225_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } H225_ServiceControlDescriptor::operator const H225_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_ServiceControlDescriptor::operator H225_CallCreditServiceControl &() const #else H225_ServiceControlDescriptor::operator H225_CallCreditServiceControl &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_CallCreditServiceControl), PInvalidCast); #endif return *(H225_CallCreditServiceControl *)choice; } H225_ServiceControlDescriptor::operator const H225_CallCreditServiceControl &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_CallCreditServiceControl), PInvalidCast); #endif return *(H225_CallCreditServiceControl *)choice; } BOOL H225_ServiceControlDescriptor::CreateObject() { switch (tag) { case e_url : choice = new PASN_IA5String(); choice->SetConstraints(PASN_Object::FixedConstraint, 0, 512); return TRUE; case e_signal : choice = new H225_H248SignalsDescriptor(); return TRUE; case e_nonStandard : choice = new H225_NonStandardParameter(); return TRUE; case e_callCreditServiceControl : choice = new H225_CallCreditServiceControl(); return TRUE; } choice = NULL; return FALSE; } PObject * H225_ServiceControlDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ServiceControlDescriptor::Class()), PInvalidCast); #endif return new H225_ServiceControlDescriptor(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_CallTerminationCause[]={ {"releaseCompleteReason",0} ,{"releaseCompleteCauseIE",1} }; #endif // // CallTerminationCause // H225_CallTerminationCause::H225_CallTerminationCause(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_CallTerminationCause,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_CallTerminationCause::operator H225_ReleaseCompleteReason &() const #else H225_CallTerminationCause::operator H225_ReleaseCompleteReason &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_ReleaseCompleteReason), PInvalidCast); #endif return *(H225_ReleaseCompleteReason *)choice; } H225_CallTerminationCause::operator const H225_ReleaseCompleteReason &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_ReleaseCompleteReason), PInvalidCast); #endif return *(H225_ReleaseCompleteReason *)choice; } BOOL H225_CallTerminationCause::CreateObject() { switch (tag) { case e_releaseCompleteReason : choice = new H225_ReleaseCompleteReason(); return TRUE; case e_releaseCompleteCauseIE : choice = new PASN_OctetString(); choice->SetConstraints(PASN_Object::FixedConstraint, 2, 32); return TRUE; } choice = NULL; return FALSE; } PObject * H225_CallTerminationCause::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_CallTerminationCause::Class()), PInvalidCast); #endif return new H225_CallTerminationCause(*this); } // // CallCreditCapability // H225_CallCreditCapability::H225_CallCreditCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_CallCreditCapability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_canDisplayAmountString)) strm << setw(indent+25) << "canDisplayAmountString = " << setprecision(indent) << m_canDisplayAmountString << '\n'; if (HasOptionalField(e_canEnforceDurationLimit)) strm << setw(indent+26) << "canEnforceDurationLimit = " << setprecision(indent) << m_canEnforceDurationLimit << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_CallCreditCapability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_CallCreditCapability), PInvalidCast); #endif const H225_CallCreditCapability & other = (const H225_CallCreditCapability &)obj; Comparison result; if ((result = m_canDisplayAmountString.Compare(other.m_canDisplayAmountString)) != EqualTo) return result; if ((result = m_canEnforceDurationLimit.Compare(other.m_canEnforceDurationLimit)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_CallCreditCapability::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_canDisplayAmountString)) length += m_canDisplayAmountString.GetObjectLength(); if (HasOptionalField(e_canEnforceDurationLimit)) length += m_canEnforceDurationLimit.GetObjectLength(); return length; } BOOL H225_CallCreditCapability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_canDisplayAmountString) && !m_canDisplayAmountString.Decode(strm)) return FALSE; if (HasOptionalField(e_canEnforceDurationLimit) && !m_canEnforceDurationLimit.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_CallCreditCapability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_canDisplayAmountString)) m_canDisplayAmountString.Encode(strm); if (HasOptionalField(e_canEnforceDurationLimit)) m_canEnforceDurationLimit.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_CallCreditCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_CallCreditCapability::Class()), PInvalidCast); #endif return new H225_CallCreditCapability(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_GenericIdentifier[]={ {"standard",0} ,{"oid",1} ,{"nonStandard",2} }; #endif // // GenericIdentifier // H225_GenericIdentifier::H225_GenericIdentifier(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_GenericIdentifier,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_GenericIdentifier::operator H225_GloballyUniqueID &() const #else H225_GenericIdentifier::operator H225_GloballyUniqueID &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_GloballyUniqueID), PInvalidCast); #endif return *(H225_GloballyUniqueID *)choice; } H225_GenericIdentifier::operator const H225_GloballyUniqueID &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_GloballyUniqueID), PInvalidCast); #endif return *(H225_GloballyUniqueID *)choice; } BOOL H225_GenericIdentifier::CreateObject() { switch (tag) { case e_standard : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::ExtendableConstraint, 0, 16383); return TRUE; case e_oid : choice = new PASN_ObjectId(); return TRUE; case e_nonStandard : choice = new H225_GloballyUniqueID(); return TRUE; } choice = NULL; return FALSE; } PObject * H225_GenericIdentifier::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_GenericIdentifier::Class()), PInvalidCast); #endif return new H225_GenericIdentifier(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_Content[]={ {"raw",0} ,{"text",1} ,{"unicode",2} ,{"bool",3} ,{"number8",4} ,{"number16",5} ,{"number32",6} ,{"id",7} ,{"alias",8} ,{"transport",9} ,{"compound",10} ,{"nested",11} }; #endif // // Content // H225_Content::H225_Content(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 12, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_Content,12 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_Content::operator H225_GenericIdentifier &() const #else H225_Content::operator H225_GenericIdentifier &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_GenericIdentifier), PInvalidCast); #endif return *(H225_GenericIdentifier *)choice; } H225_Content::operator const H225_GenericIdentifier &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_GenericIdentifier), PInvalidCast); #endif return *(H225_GenericIdentifier *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_Content::operator H225_AliasAddress &() const #else H225_Content::operator H225_AliasAddress &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_AliasAddress), PInvalidCast); #endif return *(H225_AliasAddress *)choice; } H225_Content::operator const H225_AliasAddress &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_AliasAddress), PInvalidCast); #endif return *(H225_AliasAddress *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_Content::operator H225_TransportAddress &() const #else H225_Content::operator H225_TransportAddress &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_TransportAddress), PInvalidCast); #endif return *(H225_TransportAddress *)choice; } H225_Content::operator const H225_TransportAddress &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_TransportAddress), PInvalidCast); #endif return *(H225_TransportAddress *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_Content::operator H225_ArrayOf_EnumeratedParameter &() const #else H225_Content::operator H225_ArrayOf_EnumeratedParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_ArrayOf_EnumeratedParameter), PInvalidCast); #endif return *(H225_ArrayOf_EnumeratedParameter *)choice; } H225_Content::operator const H225_ArrayOf_EnumeratedParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_ArrayOf_EnumeratedParameter), PInvalidCast); #endif return *(H225_ArrayOf_EnumeratedParameter *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_Content::operator H225_ArrayOf_GenericData &() const #else H225_Content::operator H225_ArrayOf_GenericData &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_ArrayOf_GenericData), PInvalidCast); #endif return *(H225_ArrayOf_GenericData *)choice; } H225_Content::operator const H225_ArrayOf_GenericData &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_ArrayOf_GenericData), PInvalidCast); #endif return *(H225_ArrayOf_GenericData *)choice; } BOOL H225_Content::CreateObject() { switch (tag) { case e_raw : choice = new PASN_OctetString(); return TRUE; case e_text : choice = new PASN_IA5String(); return TRUE; case e_unicode : choice = new PASN_BMPString(); return TRUE; case e_bool : choice = new PASN_Boolean(); return TRUE; case e_number8 : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 0, 255); return TRUE; case e_number16 : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 0, 65535); return TRUE; case e_number32 : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 0, 4294967295U); return TRUE; case e_id : choice = new H225_GenericIdentifier(); return TRUE; case e_alias : choice = new H225_AliasAddress(); return TRUE; case e_transport : choice = new H225_TransportAddress(); return TRUE; case e_compound : choice = new H225_ArrayOf_EnumeratedParameter(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 512); return TRUE; case e_nested : choice = new H225_ArrayOf_GenericData(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 16); return TRUE; } choice = NULL; return FALSE; } PObject * H225_Content::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_Content::Class()), PInvalidCast); #endif return new H225_Content(*this); } // // TransportChannelInfo // H225_TransportChannelInfo::H225_TransportChannelInfo(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_TransportChannelInfo::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_sendAddress)) strm << setw(indent+14) << "sendAddress = " << setprecision(indent) << m_sendAddress << '\n'; if (HasOptionalField(e_recvAddress)) strm << setw(indent+14) << "recvAddress = " << setprecision(indent) << m_recvAddress << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_TransportChannelInfo::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_TransportChannelInfo), PInvalidCast); #endif const H225_TransportChannelInfo & other = (const H225_TransportChannelInfo &)obj; Comparison result; if ((result = m_sendAddress.Compare(other.m_sendAddress)) != EqualTo) return result; if ((result = m_recvAddress.Compare(other.m_recvAddress)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_TransportChannelInfo::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_sendAddress)) length += m_sendAddress.GetObjectLength(); if (HasOptionalField(e_recvAddress)) length += m_recvAddress.GetObjectLength(); return length; } BOOL H225_TransportChannelInfo::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_sendAddress) && !m_sendAddress.Decode(strm)) return FALSE; if (HasOptionalField(e_recvAddress) && !m_recvAddress.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_TransportChannelInfo::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_sendAddress)) m_sendAddress.Encode(strm); if (HasOptionalField(e_recvAddress)) m_recvAddress.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_TransportChannelInfo::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_TransportChannelInfo::Class()), PInvalidCast); #endif return new H225_TransportChannelInfo(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_RasMessage[]={ {"gatekeeperRequest",0} ,{"gatekeeperConfirm",1} ,{"gatekeeperReject",2} ,{"registrationRequest",3} ,{"registrationConfirm",4} ,{"registrationReject",5} ,{"unregistrationRequest",6} ,{"unregistrationConfirm",7} ,{"unregistrationReject",8} ,{"admissionRequest",9} ,{"admissionConfirm",10} ,{"admissionReject",11} ,{"bandwidthRequest",12} ,{"bandwidthConfirm",13} ,{"bandwidthReject",14} ,{"disengageRequest",15} ,{"disengageConfirm",16} ,{"disengageReject",17} ,{"locationRequest",18} ,{"locationConfirm",19} ,{"locationReject",20} ,{"infoRequest",21} ,{"infoRequestResponse",22} ,{"nonStandardMessage",23} ,{"unknownMessageResponse",24} ,{"requestInProgress",25} ,{"resourcesAvailableIndicate",26} ,{"resourcesAvailableConfirm",27} ,{"infoRequestAck",28} ,{"infoRequestNak",29} ,{"serviceControlIndication",30} ,{"serviceControlResponse",31} ,{"admissionConfirmSequence",32} }; #endif // // RasMessage // H225_RasMessage::H225_RasMessage(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 25, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_RasMessage,33 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_RasMessage::operator H225_GatekeeperRequest &() const #else H225_RasMessage::operator H225_GatekeeperRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_GatekeeperRequest), PInvalidCast); #endif return *(H225_GatekeeperRequest *)choice; } H225_RasMessage::operator const H225_GatekeeperRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_GatekeeperRequest), PInvalidCast); #endif return *(H225_GatekeeperRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_RasMessage::operator H225_GatekeeperConfirm &() const #else H225_RasMessage::operator H225_GatekeeperConfirm &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_GatekeeperConfirm), PInvalidCast); #endif return *(H225_GatekeeperConfirm *)choice; } H225_RasMessage::operator const H225_GatekeeperConfirm &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_GatekeeperConfirm), PInvalidCast); #endif return *(H225_GatekeeperConfirm *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_RasMessage::operator H225_GatekeeperReject &() const #else H225_RasMessage::operator H225_GatekeeperReject &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_GatekeeperReject), PInvalidCast); #endif return *(H225_GatekeeperReject *)choice; } H225_RasMessage::operator const H225_GatekeeperReject &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_GatekeeperReject), PInvalidCast); #endif return *(H225_GatekeeperReject *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_RasMessage::operator H225_RegistrationRequest &() const #else H225_RasMessage::operator H225_RegistrationRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_RegistrationRequest), PInvalidCast); #endif return *(H225_RegistrationRequest *)choice; } H225_RasMessage::operator const H225_RegistrationRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_RegistrationRequest), PInvalidCast); #endif return *(H225_RegistrationRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_RasMessage::operator H225_RegistrationConfirm &() const #else H225_RasMessage::operator H225_RegistrationConfirm &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_RegistrationConfirm), PInvalidCast); #endif return *(H225_RegistrationConfirm *)choice; } H225_RasMessage::operator const H225_RegistrationConfirm &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_RegistrationConfirm), PInvalidCast); #endif return *(H225_RegistrationConfirm *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_RasMessage::operator H225_RegistrationReject &() const #else H225_RasMessage::operator H225_RegistrationReject &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_RegistrationReject), PInvalidCast); #endif return *(H225_RegistrationReject *)choice; } H225_RasMessage::operator const H225_RegistrationReject &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_RegistrationReject), PInvalidCast); #endif return *(H225_RegistrationReject *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_RasMessage::operator H225_UnregistrationRequest &() const #else H225_RasMessage::operator H225_UnregistrationRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_UnregistrationRequest), PInvalidCast); #endif return *(H225_UnregistrationRequest *)choice; } H225_RasMessage::operator const H225_UnregistrationRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_UnregistrationRequest), PInvalidCast); #endif return *(H225_UnregistrationRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_RasMessage::operator H225_UnregistrationConfirm &() const #else H225_RasMessage::operator H225_UnregistrationConfirm &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_UnregistrationConfirm), PInvalidCast); #endif return *(H225_UnregistrationConfirm *)choice; } H225_RasMessage::operator const H225_UnregistrationConfirm &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_UnregistrationConfirm), PInvalidCast); #endif return *(H225_UnregistrationConfirm *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_RasMessage::operator H225_UnregistrationReject &() const #else H225_RasMessage::operator H225_UnregistrationReject &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_UnregistrationReject), PInvalidCast); #endif return *(H225_UnregistrationReject *)choice; } H225_RasMessage::operator const H225_UnregistrationReject &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_UnregistrationReject), PInvalidCast); #endif return *(H225_UnregistrationReject *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_RasMessage::operator H225_AdmissionRequest &() const #else H225_RasMessage::operator H225_AdmissionRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_AdmissionRequest), PInvalidCast); #endif return *(H225_AdmissionRequest *)choice; } H225_RasMessage::operator const H225_AdmissionRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_AdmissionRequest), PInvalidCast); #endif return *(H225_AdmissionRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_RasMessage::operator H225_AdmissionConfirm &() const #else H225_RasMessage::operator H225_AdmissionConfirm &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_AdmissionConfirm), PInvalidCast); #endif return *(H225_AdmissionConfirm *)choice; } H225_RasMessage::operator const H225_AdmissionConfirm &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_AdmissionConfirm), PInvalidCast); #endif return *(H225_AdmissionConfirm *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_RasMessage::operator H225_AdmissionReject &() const #else H225_RasMessage::operator H225_AdmissionReject &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_AdmissionReject), PInvalidCast); #endif return *(H225_AdmissionReject *)choice; } H225_RasMessage::operator const H225_AdmissionReject &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_AdmissionReject), PInvalidCast); #endif return *(H225_AdmissionReject *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_RasMessage::operator H225_BandwidthRequest &() const #else H225_RasMessage::operator H225_BandwidthRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_BandwidthRequest), PInvalidCast); #endif return *(H225_BandwidthRequest *)choice; } H225_RasMessage::operator const H225_BandwidthRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_BandwidthRequest), PInvalidCast); #endif return *(H225_BandwidthRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_RasMessage::operator H225_BandwidthConfirm &() const #else H225_RasMessage::operator H225_BandwidthConfirm &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_BandwidthConfirm), PInvalidCast); #endif return *(H225_BandwidthConfirm *)choice; } H225_RasMessage::operator const H225_BandwidthConfirm &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_BandwidthConfirm), PInvalidCast); #endif return *(H225_BandwidthConfirm *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_RasMessage::operator H225_BandwidthReject &() const #else H225_RasMessage::operator H225_BandwidthReject &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_BandwidthReject), PInvalidCast); #endif return *(H225_BandwidthReject *)choice; } H225_RasMessage::operator const H225_BandwidthReject &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_BandwidthReject), PInvalidCast); #endif return *(H225_BandwidthReject *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_RasMessage::operator H225_DisengageRequest &() const #else H225_RasMessage::operator H225_DisengageRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_DisengageRequest), PInvalidCast); #endif return *(H225_DisengageRequest *)choice; } H225_RasMessage::operator const H225_DisengageRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_DisengageRequest), PInvalidCast); #endif return *(H225_DisengageRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_RasMessage::operator H225_DisengageConfirm &() const #else H225_RasMessage::operator H225_DisengageConfirm &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_DisengageConfirm), PInvalidCast); #endif return *(H225_DisengageConfirm *)choice; } H225_RasMessage::operator const H225_DisengageConfirm &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_DisengageConfirm), PInvalidCast); #endif return *(H225_DisengageConfirm *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_RasMessage::operator H225_DisengageReject &() const #else H225_RasMessage::operator H225_DisengageReject &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_DisengageReject), PInvalidCast); #endif return *(H225_DisengageReject *)choice; } H225_RasMessage::operator const H225_DisengageReject &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_DisengageReject), PInvalidCast); #endif return *(H225_DisengageReject *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_RasMessage::operator H225_LocationRequest &() const #else H225_RasMessage::operator H225_LocationRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_LocationRequest), PInvalidCast); #endif return *(H225_LocationRequest *)choice; } H225_RasMessage::operator const H225_LocationRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_LocationRequest), PInvalidCast); #endif return *(H225_LocationRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_RasMessage::operator H225_LocationConfirm &() const #else H225_RasMessage::operator H225_LocationConfirm &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_LocationConfirm), PInvalidCast); #endif return *(H225_LocationConfirm *)choice; } H225_RasMessage::operator const H225_LocationConfirm &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_LocationConfirm), PInvalidCast); #endif return *(H225_LocationConfirm *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_RasMessage::operator H225_LocationReject &() const #else H225_RasMessage::operator H225_LocationReject &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_LocationReject), PInvalidCast); #endif return *(H225_LocationReject *)choice; } H225_RasMessage::operator const H225_LocationReject &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_LocationReject), PInvalidCast); #endif return *(H225_LocationReject *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_RasMessage::operator H225_InfoRequest &() const #else H225_RasMessage::operator H225_InfoRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_InfoRequest), PInvalidCast); #endif return *(H225_InfoRequest *)choice; } H225_RasMessage::operator const H225_InfoRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_InfoRequest), PInvalidCast); #endif return *(H225_InfoRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_RasMessage::operator H225_InfoRequestResponse &() const #else H225_RasMessage::operator H225_InfoRequestResponse &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_InfoRequestResponse), PInvalidCast); #endif return *(H225_InfoRequestResponse *)choice; } H225_RasMessage::operator const H225_InfoRequestResponse &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_InfoRequestResponse), PInvalidCast); #endif return *(H225_InfoRequestResponse *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_RasMessage::operator H225_NonStandardMessage &() const #else H225_RasMessage::operator H225_NonStandardMessage &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardMessage), PInvalidCast); #endif return *(H225_NonStandardMessage *)choice; } H225_RasMessage::operator const H225_NonStandardMessage &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardMessage), PInvalidCast); #endif return *(H225_NonStandardMessage *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_RasMessage::operator H225_UnknownMessageResponse &() const #else H225_RasMessage::operator H225_UnknownMessageResponse &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_UnknownMessageResponse), PInvalidCast); #endif return *(H225_UnknownMessageResponse *)choice; } H225_RasMessage::operator const H225_UnknownMessageResponse &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_UnknownMessageResponse), PInvalidCast); #endif return *(H225_UnknownMessageResponse *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_RasMessage::operator H225_RequestInProgress &() const #else H225_RasMessage::operator H225_RequestInProgress &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_RequestInProgress), PInvalidCast); #endif return *(H225_RequestInProgress *)choice; } H225_RasMessage::operator const H225_RequestInProgress &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_RequestInProgress), PInvalidCast); #endif return *(H225_RequestInProgress *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_RasMessage::operator H225_ResourcesAvailableIndicate &() const #else H225_RasMessage::operator H225_ResourcesAvailableIndicate &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_ResourcesAvailableIndicate), PInvalidCast); #endif return *(H225_ResourcesAvailableIndicate *)choice; } H225_RasMessage::operator const H225_ResourcesAvailableIndicate &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_ResourcesAvailableIndicate), PInvalidCast); #endif return *(H225_ResourcesAvailableIndicate *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_RasMessage::operator H225_ResourcesAvailableConfirm &() const #else H225_RasMessage::operator H225_ResourcesAvailableConfirm &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_ResourcesAvailableConfirm), PInvalidCast); #endif return *(H225_ResourcesAvailableConfirm *)choice; } H225_RasMessage::operator const H225_ResourcesAvailableConfirm &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_ResourcesAvailableConfirm), PInvalidCast); #endif return *(H225_ResourcesAvailableConfirm *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_RasMessage::operator H225_InfoRequestAck &() const #else H225_RasMessage::operator H225_InfoRequestAck &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_InfoRequestAck), PInvalidCast); #endif return *(H225_InfoRequestAck *)choice; } H225_RasMessage::operator const H225_InfoRequestAck &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_InfoRequestAck), PInvalidCast); #endif return *(H225_InfoRequestAck *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_RasMessage::operator H225_InfoRequestNak &() const #else H225_RasMessage::operator H225_InfoRequestNak &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_InfoRequestNak), PInvalidCast); #endif return *(H225_InfoRequestNak *)choice; } H225_RasMessage::operator const H225_InfoRequestNak &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_InfoRequestNak), PInvalidCast); #endif return *(H225_InfoRequestNak *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_RasMessage::operator H225_ServiceControlIndication &() const #else H225_RasMessage::operator H225_ServiceControlIndication &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_ServiceControlIndication), PInvalidCast); #endif return *(H225_ServiceControlIndication *)choice; } H225_RasMessage::operator const H225_ServiceControlIndication &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_ServiceControlIndication), PInvalidCast); #endif return *(H225_ServiceControlIndication *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_RasMessage::operator H225_ServiceControlResponse &() const #else H225_RasMessage::operator H225_ServiceControlResponse &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_ServiceControlResponse), PInvalidCast); #endif return *(H225_ServiceControlResponse *)choice; } H225_RasMessage::operator const H225_ServiceControlResponse &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_ServiceControlResponse), PInvalidCast); #endif return *(H225_ServiceControlResponse *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_RasMessage::operator H225_ArrayOf_AdmissionConfirm &() const #else H225_RasMessage::operator H225_ArrayOf_AdmissionConfirm &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_ArrayOf_AdmissionConfirm), PInvalidCast); #endif return *(H225_ArrayOf_AdmissionConfirm *)choice; } H225_RasMessage::operator const H225_ArrayOf_AdmissionConfirm &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_ArrayOf_AdmissionConfirm), PInvalidCast); #endif return *(H225_ArrayOf_AdmissionConfirm *)choice; } BOOL H225_RasMessage::CreateObject() { switch (tag) { case e_gatekeeperRequest : choice = new H225_GatekeeperRequest(); return TRUE; case e_gatekeeperConfirm : choice = new H225_GatekeeperConfirm(); return TRUE; case e_gatekeeperReject : choice = new H225_GatekeeperReject(); return TRUE; case e_registrationRequest : choice = new H225_RegistrationRequest(); return TRUE; case e_registrationConfirm : choice = new H225_RegistrationConfirm(); return TRUE; case e_registrationReject : choice = new H225_RegistrationReject(); return TRUE; case e_unregistrationRequest : choice = new H225_UnregistrationRequest(); return TRUE; case e_unregistrationConfirm : choice = new H225_UnregistrationConfirm(); return TRUE; case e_unregistrationReject : choice = new H225_UnregistrationReject(); return TRUE; case e_admissionRequest : choice = new H225_AdmissionRequest(); return TRUE; case e_admissionConfirm : choice = new H225_AdmissionConfirm(); return TRUE; case e_admissionReject : choice = new H225_AdmissionReject(); return TRUE; case e_bandwidthRequest : choice = new H225_BandwidthRequest(); return TRUE; case e_bandwidthConfirm : choice = new H225_BandwidthConfirm(); return TRUE; case e_bandwidthReject : choice = new H225_BandwidthReject(); return TRUE; case e_disengageRequest : choice = new H225_DisengageRequest(); return TRUE; case e_disengageConfirm : choice = new H225_DisengageConfirm(); return TRUE; case e_disengageReject : choice = new H225_DisengageReject(); return TRUE; case e_locationRequest : choice = new H225_LocationRequest(); return TRUE; case e_locationConfirm : choice = new H225_LocationConfirm(); return TRUE; case e_locationReject : choice = new H225_LocationReject(); return TRUE; case e_infoRequest : choice = new H225_InfoRequest(); return TRUE; case e_infoRequestResponse : choice = new H225_InfoRequestResponse(); return TRUE; case e_nonStandardMessage : choice = new H225_NonStandardMessage(); return TRUE; case e_unknownMessageResponse : choice = new H225_UnknownMessageResponse(); return TRUE; case e_requestInProgress : choice = new H225_RequestInProgress(); return TRUE; case e_resourcesAvailableIndicate : choice = new H225_ResourcesAvailableIndicate(); return TRUE; case e_resourcesAvailableConfirm : choice = new H225_ResourcesAvailableConfirm(); return TRUE; case e_infoRequestAck : choice = new H225_InfoRequestAck(); return TRUE; case e_infoRequestNak : choice = new H225_InfoRequestNak(); return TRUE; case e_serviceControlIndication : choice = new H225_ServiceControlIndication(); return TRUE; case e_serviceControlResponse : choice = new H225_ServiceControlResponse(); return TRUE; case e_admissionConfirmSequence : choice = new H225_ArrayOf_AdmissionConfirm(); return TRUE; } choice = NULL; return FALSE; } PObject * H225_RasMessage::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_RasMessage::Class()), PInvalidCast); #endif return new H225_RasMessage(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_GatekeeperRejectReason[]={ {"resourceUnavailable",0} ,{"terminalExcluded",1} ,{"invalidRevision",2} ,{"undefinedReason",3} ,{"securityDenial",4} ,{"genericDataReason",5} ,{"neededFeatureNotSupported",6} ,{"securityError",7} }; #endif // // GatekeeperRejectReason // H225_GatekeeperRejectReason::H225_GatekeeperRejectReason(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_GatekeeperRejectReason,8 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_GatekeeperRejectReason::operator H225_SecurityErrors &() const #else H225_GatekeeperRejectReason::operator H225_SecurityErrors &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_SecurityErrors), PInvalidCast); #endif return *(H225_SecurityErrors *)choice; } H225_GatekeeperRejectReason::operator const H225_SecurityErrors &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_SecurityErrors), PInvalidCast); #endif return *(H225_SecurityErrors *)choice; } BOOL H225_GatekeeperRejectReason::CreateObject() { switch (tag) { case e_resourceUnavailable : case e_terminalExcluded : case e_invalidRevision : case e_undefinedReason : case e_securityDenial : case e_genericDataReason : case e_neededFeatureNotSupported : choice = new PASN_Null(); return TRUE; case e_securityError : choice = new H225_SecurityErrors(); return TRUE; } choice = NULL; return FALSE; } PObject * H225_GatekeeperRejectReason::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_GatekeeperRejectReason::Class()), PInvalidCast); #endif return new H225_GatekeeperRejectReason(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_RegistrationRejectReason[]={ {"discoveryRequired",0} ,{"invalidRevision",1} ,{"invalidCallSignalAddress",2} ,{"invalidRASAddress",3} ,{"duplicateAlias",4} ,{"invalidTerminalType",5} ,{"undefinedReason",6} ,{"transportNotSupported",7} ,{"transportQOSNotSupported",8} ,{"resourceUnavailable",9} ,{"invalidAlias",10} ,{"securityDenial",11} ,{"fullRegistrationRequired",12} ,{"additiveRegistrationNotSupported",13} ,{"invalidTerminalAliases",14} ,{"genericDataReason",15} ,{"neededFeatureNotSupported",16} ,{"securityError",17} }; #endif // // RegistrationRejectReason // H225_RegistrationRejectReason::H225_RegistrationRejectReason(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 8, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_RegistrationRejectReason,18 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_RegistrationRejectReason::operator H225_ArrayOf_AliasAddress &() const #else H225_RegistrationRejectReason::operator H225_ArrayOf_AliasAddress &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_ArrayOf_AliasAddress), PInvalidCast); #endif return *(H225_ArrayOf_AliasAddress *)choice; } H225_RegistrationRejectReason::operator const H225_ArrayOf_AliasAddress &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_ArrayOf_AliasAddress), PInvalidCast); #endif return *(H225_ArrayOf_AliasAddress *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_RegistrationRejectReason::operator H225_RegistrationRejectReason_invalidTerminalAliases &() const #else H225_RegistrationRejectReason::operator H225_RegistrationRejectReason_invalidTerminalAliases &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_RegistrationRejectReason_invalidTerminalAliases), PInvalidCast); #endif return *(H225_RegistrationRejectReason_invalidTerminalAliases *)choice; } H225_RegistrationRejectReason::operator const H225_RegistrationRejectReason_invalidTerminalAliases &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_RegistrationRejectReason_invalidTerminalAliases), PInvalidCast); #endif return *(H225_RegistrationRejectReason_invalidTerminalAliases *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_RegistrationRejectReason::operator H225_SecurityErrors &() const #else H225_RegistrationRejectReason::operator H225_SecurityErrors &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_SecurityErrors), PInvalidCast); #endif return *(H225_SecurityErrors *)choice; } H225_RegistrationRejectReason::operator const H225_SecurityErrors &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_SecurityErrors), PInvalidCast); #endif return *(H225_SecurityErrors *)choice; } BOOL H225_RegistrationRejectReason::CreateObject() { switch (tag) { case e_discoveryRequired : case e_invalidRevision : case e_invalidCallSignalAddress : case e_invalidRASAddress : case e_invalidTerminalType : case e_undefinedReason : case e_transportNotSupported : case e_transportQOSNotSupported : case e_resourceUnavailable : case e_invalidAlias : case e_securityDenial : case e_fullRegistrationRequired : case e_additiveRegistrationNotSupported : case e_genericDataReason : case e_neededFeatureNotSupported : choice = new PASN_Null(); return TRUE; case e_duplicateAlias : choice = new H225_ArrayOf_AliasAddress(); return TRUE; case e_invalidTerminalAliases : choice = new H225_RegistrationRejectReason_invalidTerminalAliases(); return TRUE; case e_securityError : choice = new H225_SecurityErrors(); return TRUE; } choice = NULL; return FALSE; } PObject * H225_RegistrationRejectReason::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_RegistrationRejectReason::Class()), PInvalidCast); #endif return new H225_RegistrationRejectReason(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_UnregRequestReason[]={ {"reregistrationRequired",0} ,{"ttlExpired",1} ,{"securityDenial",2} ,{"undefinedReason",3} ,{"maintenance",4} ,{"securityError",5} }; #endif // // UnregRequestReason // H225_UnregRequestReason::H225_UnregRequestReason(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_UnregRequestReason,6 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_UnregRequestReason::operator H225_SecurityErrors2 &() const #else H225_UnregRequestReason::operator H225_SecurityErrors2 &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_SecurityErrors2), PInvalidCast); #endif return *(H225_SecurityErrors2 *)choice; } H225_UnregRequestReason::operator const H225_SecurityErrors2 &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_SecurityErrors2), PInvalidCast); #endif return *(H225_SecurityErrors2 *)choice; } BOOL H225_UnregRequestReason::CreateObject() { switch (tag) { case e_reregistrationRequired : case e_ttlExpired : case e_securityDenial : case e_undefinedReason : case e_maintenance : choice = new PASN_Null(); return TRUE; case e_securityError : choice = new H225_SecurityErrors2(); return TRUE; } choice = NULL; return FALSE; } PObject * H225_UnregRequestReason::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_UnregRequestReason::Class()), PInvalidCast); #endif return new H225_UnregRequestReason(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_UnregRejectReason[]={ {"notCurrentlyRegistered",0} ,{"callInProgress",1} ,{"undefinedReason",2} ,{"permissionDenied",3} ,{"securityDenial",4} ,{"securityError",5} }; #endif // // UnregRejectReason // H225_UnregRejectReason::H225_UnregRejectReason(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_UnregRejectReason,6 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_UnregRejectReason::operator H225_SecurityErrors2 &() const #else H225_UnregRejectReason::operator H225_SecurityErrors2 &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_SecurityErrors2), PInvalidCast); #endif return *(H225_SecurityErrors2 *)choice; } H225_UnregRejectReason::operator const H225_SecurityErrors2 &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_SecurityErrors2), PInvalidCast); #endif return *(H225_SecurityErrors2 *)choice; } BOOL H225_UnregRejectReason::CreateObject() { switch (tag) { case e_notCurrentlyRegistered : case e_callInProgress : case e_undefinedReason : case e_permissionDenied : case e_securityDenial : choice = new PASN_Null(); return TRUE; case e_securityError : choice = new H225_SecurityErrors2(); return TRUE; } choice = NULL; return FALSE; } PObject * H225_UnregRejectReason::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_UnregRejectReason::Class()), PInvalidCast); #endif return new H225_UnregRejectReason(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_CallType[]={ {"pointToPoint",0} ,{"oneToN",1} ,{"nToOne",2} ,{"nToN",3} }; #endif // // CallType // H225_CallType::H225_CallType(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_CallType,4 #endif ) { } BOOL H225_CallType::CreateObject() { choice = (tag <= e_nToN) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H225_CallType::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_CallType::Class()), PInvalidCast); #endif return new H225_CallType(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_CallModel[]={ {"direct",0} ,{"gatekeeperRouted",1} }; #endif // // CallModel // H225_CallModel::H225_CallModel(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_CallModel,2 #endif ) { } BOOL H225_CallModel::CreateObject() { choice = (tag <= e_gatekeeperRouted) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H225_CallModel::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_CallModel::Class()), PInvalidCast); #endif return new H225_CallModel(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_TransportQOS[]={ {"endpointControlled",0} ,{"gatekeeperControlled",1} ,{"noControl",2} }; #endif // // TransportQOS // H225_TransportQOS::H225_TransportQOS(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_TransportQOS,3 #endif ) { } BOOL H225_TransportQOS::CreateObject() { choice = (tag <= e_noControl) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H225_TransportQOS::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_TransportQOS::Class()), PInvalidCast); #endif return new H225_TransportQOS(*this); } // // UUIEsRequested // H225_UUIEsRequested::H225_UUIEsRequested(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 4) { IncludeOptionalField(e_status); IncludeOptionalField(e_statusInquiry); IncludeOptionalField(e_setupAcknowledge); IncludeOptionalField(e_notify); } #ifndef PASN_NOPRINTON void H225_UUIEsRequested::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+8) << "setup = " << setprecision(indent) << m_setup << '\n'; strm << setw(indent+17) << "callProceeding = " << setprecision(indent) << m_callProceeding << '\n'; strm << setw(indent+10) << "connect = " << setprecision(indent) << m_connect << '\n'; strm << setw(indent+11) << "alerting = " << setprecision(indent) << m_alerting << '\n'; strm << setw(indent+14) << "information = " << setprecision(indent) << m_information << '\n'; strm << setw(indent+18) << "releaseComplete = " << setprecision(indent) << m_releaseComplete << '\n'; strm << setw(indent+11) << "facility = " << setprecision(indent) << m_facility << '\n'; strm << setw(indent+11) << "progress = " << setprecision(indent) << m_progress << '\n'; strm << setw(indent+8) << "empty = " << setprecision(indent) << m_empty << '\n'; if (HasOptionalField(e_status)) strm << setw(indent+9) << "status = " << setprecision(indent) << m_status << '\n'; if (HasOptionalField(e_statusInquiry)) strm << setw(indent+16) << "statusInquiry = " << setprecision(indent) << m_statusInquiry << '\n'; if (HasOptionalField(e_setupAcknowledge)) strm << setw(indent+19) << "setupAcknowledge = " << setprecision(indent) << m_setupAcknowledge << '\n'; if (HasOptionalField(e_notify)) strm << setw(indent+9) << "notify = " << setprecision(indent) << m_notify << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_UUIEsRequested::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_UUIEsRequested), PInvalidCast); #endif const H225_UUIEsRequested & other = (const H225_UUIEsRequested &)obj; Comparison result; if ((result = m_setup.Compare(other.m_setup)) != EqualTo) return result; if ((result = m_callProceeding.Compare(other.m_callProceeding)) != EqualTo) return result; if ((result = m_connect.Compare(other.m_connect)) != EqualTo) return result; if ((result = m_alerting.Compare(other.m_alerting)) != EqualTo) return result; if ((result = m_information.Compare(other.m_information)) != EqualTo) return result; if ((result = m_releaseComplete.Compare(other.m_releaseComplete)) != EqualTo) return result; if ((result = m_facility.Compare(other.m_facility)) != EqualTo) return result; if ((result = m_progress.Compare(other.m_progress)) != EqualTo) return result; if ((result = m_empty.Compare(other.m_empty)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_UUIEsRequested::GetDataLength() const { PINDEX length = 0; length += m_setup.GetObjectLength(); length += m_callProceeding.GetObjectLength(); length += m_connect.GetObjectLength(); length += m_alerting.GetObjectLength(); length += m_information.GetObjectLength(); length += m_releaseComplete.GetObjectLength(); length += m_facility.GetObjectLength(); length += m_progress.GetObjectLength(); length += m_empty.GetObjectLength(); return length; } BOOL H225_UUIEsRequested::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_setup.Decode(strm)) return FALSE; if (!m_callProceeding.Decode(strm)) return FALSE; if (!m_connect.Decode(strm)) return FALSE; if (!m_alerting.Decode(strm)) return FALSE; if (!m_information.Decode(strm)) return FALSE; if (!m_releaseComplete.Decode(strm)) return FALSE; if (!m_facility.Decode(strm)) return FALSE; if (!m_progress.Decode(strm)) return FALSE; if (!m_empty.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_status, m_status)) return FALSE; if (!KnownExtensionDecode(strm, e_statusInquiry, m_statusInquiry)) return FALSE; if (!KnownExtensionDecode(strm, e_setupAcknowledge, m_setupAcknowledge)) return FALSE; if (!KnownExtensionDecode(strm, e_notify, m_notify)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_UUIEsRequested::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_setup.Encode(strm); m_callProceeding.Encode(strm); m_connect.Encode(strm); m_alerting.Encode(strm); m_information.Encode(strm); m_releaseComplete.Encode(strm); m_facility.Encode(strm); m_progress.Encode(strm); m_empty.Encode(strm); KnownExtensionEncode(strm, e_status, m_status); KnownExtensionEncode(strm, e_statusInquiry, m_statusInquiry); KnownExtensionEncode(strm, e_setupAcknowledge, m_setupAcknowledge); KnownExtensionEncode(strm, e_notify, m_notify); UnknownExtensionsEncode(strm); } PObject * H225_UUIEsRequested::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_UUIEsRequested::Class()), PInvalidCast); #endif return new H225_UUIEsRequested(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_AdmissionRejectReason[]={ {"calledPartyNotRegistered",0} ,{"invalidPermission",1} ,{"requestDenied",2} ,{"undefinedReason",3} ,{"callerNotRegistered",4} ,{"routeCallToGatekeeper",5} ,{"invalidEndpointIdentifier",6} ,{"resourceUnavailable",7} ,{"securityDenial",8} ,{"qosControlNotSupported",9} ,{"incompleteAddress",10} ,{"aliasesInconsistent",11} ,{"routeCallToSCN",12} ,{"exceedsCallCapacity",13} ,{"collectDestination",14} ,{"collectPIN",15} ,{"genericDataReason",16} ,{"neededFeatureNotSupported",17} ,{"securityErrors",18} ,{"securityDHmismatch",19} ,{"noRouteToDestination",20} ,{"unallocatedNumber",21} }; #endif // // AdmissionRejectReason // H225_AdmissionRejectReason::H225_AdmissionRejectReason(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 8, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_AdmissionRejectReason,22 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_AdmissionRejectReason::operator H225_ArrayOf_PartyNumber &() const #else H225_AdmissionRejectReason::operator H225_ArrayOf_PartyNumber &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_ArrayOf_PartyNumber), PInvalidCast); #endif return *(H225_ArrayOf_PartyNumber *)choice; } H225_AdmissionRejectReason::operator const H225_ArrayOf_PartyNumber &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_ArrayOf_PartyNumber), PInvalidCast); #endif return *(H225_ArrayOf_PartyNumber *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_AdmissionRejectReason::operator H225_SecurityErrors2 &() const #else H225_AdmissionRejectReason::operator H225_SecurityErrors2 &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_SecurityErrors2), PInvalidCast); #endif return *(H225_SecurityErrors2 *)choice; } H225_AdmissionRejectReason::operator const H225_SecurityErrors2 &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_SecurityErrors2), PInvalidCast); #endif return *(H225_SecurityErrors2 *)choice; } BOOL H225_AdmissionRejectReason::CreateObject() { switch (tag) { case e_calledPartyNotRegistered : case e_invalidPermission : case e_requestDenied : case e_undefinedReason : case e_callerNotRegistered : case e_routeCallToGatekeeper : case e_invalidEndpointIdentifier : case e_resourceUnavailable : case e_securityDenial : case e_qosControlNotSupported : case e_incompleteAddress : case e_aliasesInconsistent : case e_exceedsCallCapacity : case e_collectDestination : case e_collectPIN : case e_genericDataReason : case e_neededFeatureNotSupported : case e_securityDHmismatch : case e_noRouteToDestination : case e_unallocatedNumber : choice = new PASN_Null(); return TRUE; case e_routeCallToSCN : choice = new H225_ArrayOf_PartyNumber(); return TRUE; case e_securityErrors : choice = new H225_SecurityErrors2(); return TRUE; } choice = NULL; return FALSE; } PObject * H225_AdmissionRejectReason::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_AdmissionRejectReason::Class()), PInvalidCast); #endif return new H225_AdmissionRejectReason(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_BandRejectReason[]={ {"notBound",0} ,{"invalidConferenceID",1} ,{"invalidPermission",2} ,{"insufficientResources",3} ,{"invalidRevision",4} ,{"undefinedReason",5} ,{"securityDenial",6} ,{"securityError",7} }; #endif // // BandRejectReason // H225_BandRejectReason::H225_BandRejectReason(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 6, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_BandRejectReason,8 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_BandRejectReason::operator H225_SecurityErrors2 &() const #else H225_BandRejectReason::operator H225_SecurityErrors2 &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_SecurityErrors2), PInvalidCast); #endif return *(H225_SecurityErrors2 *)choice; } H225_BandRejectReason::operator const H225_SecurityErrors2 &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_SecurityErrors2), PInvalidCast); #endif return *(H225_SecurityErrors2 *)choice; } BOOL H225_BandRejectReason::CreateObject() { switch (tag) { case e_notBound : case e_invalidConferenceID : case e_invalidPermission : case e_insufficientResources : case e_invalidRevision : case e_undefinedReason : case e_securityDenial : choice = new PASN_Null(); return TRUE; case e_securityError : choice = new H225_SecurityErrors2(); return TRUE; } choice = NULL; return FALSE; } PObject * H225_BandRejectReason::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_BandRejectReason::Class()), PInvalidCast); #endif return new H225_BandRejectReason(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_LocationRejectReason[]={ {"notRegistered",0} ,{"invalidPermission",1} ,{"requestDenied",2} ,{"undefinedReason",3} ,{"securityDenial",4} ,{"aliasesInconsistent",5} ,{"routeCalltoSCN",6} ,{"resourceUnavailable",7} ,{"genericDataReason",8} ,{"neededFeatureNotSupported",9} ,{"hopCountExceeded",10} ,{"incompleteAddress",11} ,{"securityError",12} ,{"securityDHmismatch",13} ,{"noRouteToDestination",14} ,{"unallocatedNumber",15} }; #endif // // LocationRejectReason // H225_LocationRejectReason::H225_LocationRejectReason(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_LocationRejectReason,16 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_LocationRejectReason::operator H225_ArrayOf_PartyNumber &() const #else H225_LocationRejectReason::operator H225_ArrayOf_PartyNumber &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_ArrayOf_PartyNumber), PInvalidCast); #endif return *(H225_ArrayOf_PartyNumber *)choice; } H225_LocationRejectReason::operator const H225_ArrayOf_PartyNumber &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_ArrayOf_PartyNumber), PInvalidCast); #endif return *(H225_ArrayOf_PartyNumber *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_LocationRejectReason::operator H225_SecurityErrors2 &() const #else H225_LocationRejectReason::operator H225_SecurityErrors2 &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_SecurityErrors2), PInvalidCast); #endif return *(H225_SecurityErrors2 *)choice; } H225_LocationRejectReason::operator const H225_SecurityErrors2 &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_SecurityErrors2), PInvalidCast); #endif return *(H225_SecurityErrors2 *)choice; } BOOL H225_LocationRejectReason::CreateObject() { switch (tag) { case e_notRegistered : case e_invalidPermission : case e_requestDenied : case e_undefinedReason : case e_securityDenial : case e_aliasesInconsistent : case e_resourceUnavailable : case e_genericDataReason : case e_neededFeatureNotSupported : case e_hopCountExceeded : case e_incompleteAddress : case e_securityDHmismatch : case e_noRouteToDestination : case e_unallocatedNumber : choice = new PASN_Null(); return TRUE; case e_routeCalltoSCN : choice = new H225_ArrayOf_PartyNumber(); return TRUE; case e_securityError : choice = new H225_SecurityErrors2(); return TRUE; } choice = NULL; return FALSE; } PObject * H225_LocationRejectReason::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_LocationRejectReason::Class()), PInvalidCast); #endif return new H225_LocationRejectReason(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_DisengageReason[]={ {"forcedDrop",0} ,{"normalDrop",1} ,{"undefinedReason",2} }; #endif // // DisengageReason // H225_DisengageReason::H225_DisengageReason(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_DisengageReason,3 #endif ) { } BOOL H225_DisengageReason::CreateObject() { choice = (tag <= e_undefinedReason) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H225_DisengageReason::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_DisengageReason::Class()), PInvalidCast); #endif return new H225_DisengageReason(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_DisengageRejectReason[]={ {"notRegistered",0} ,{"requestToDropOther",1} ,{"securityDenial",2} ,{"securityError",3} }; #endif // // DisengageRejectReason // H225_DisengageRejectReason::H225_DisengageRejectReason(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_DisengageRejectReason,4 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_DisengageRejectReason::operator H225_SecurityErrors2 &() const #else H225_DisengageRejectReason::operator H225_SecurityErrors2 &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_SecurityErrors2), PInvalidCast); #endif return *(H225_SecurityErrors2 *)choice; } H225_DisengageRejectReason::operator const H225_SecurityErrors2 &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_SecurityErrors2), PInvalidCast); #endif return *(H225_SecurityErrors2 *)choice; } BOOL H225_DisengageRejectReason::CreateObject() { switch (tag) { case e_notRegistered : case e_requestToDropOther : case e_securityDenial : choice = new PASN_Null(); return TRUE; case e_securityError : choice = new H225_SecurityErrors2(); return TRUE; } choice = NULL; return FALSE; } PObject * H225_DisengageRejectReason::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_DisengageRejectReason::Class()), PInvalidCast); #endif return new H225_DisengageRejectReason(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_InfoRequestResponseStatus[]={ {"complete",0} ,{"incomplete",1} ,{"segment",2} ,{"invalidCall",3} }; #endif // // InfoRequestResponseStatus // H225_InfoRequestResponseStatus::H225_InfoRequestResponseStatus(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_InfoRequestResponseStatus,4 #endif ) { } BOOL H225_InfoRequestResponseStatus::CreateObject() { switch (tag) { case e_complete : case e_incomplete : case e_invalidCall : choice = new PASN_Null(); return TRUE; case e_segment : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 0, 65535); return TRUE; } choice = NULL; return FALSE; } PObject * H225_InfoRequestResponseStatus::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_InfoRequestResponseStatus::Class()), PInvalidCast); #endif return new H225_InfoRequestResponseStatus(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_InfoRequestNakReason[]={ {"notRegistered",0} ,{"securityDenial",1} ,{"undefinedReason",2} ,{"securityError",3} }; #endif // // InfoRequestNakReason // H225_InfoRequestNakReason::H225_InfoRequestNakReason(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_InfoRequestNakReason,4 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_InfoRequestNakReason::operator H225_SecurityErrors2 &() const #else H225_InfoRequestNakReason::operator H225_SecurityErrors2 &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_SecurityErrors2), PInvalidCast); #endif return *(H225_SecurityErrors2 *)choice; } H225_InfoRequestNakReason::operator const H225_SecurityErrors2 &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_SecurityErrors2), PInvalidCast); #endif return *(H225_SecurityErrors2 *)choice; } BOOL H225_InfoRequestNakReason::CreateObject() { switch (tag) { case e_notRegistered : case e_securityDenial : case e_undefinedReason : choice = new PASN_Null(); return TRUE; case e_securityError : choice = new H225_SecurityErrors2(); return TRUE; } choice = NULL; return FALSE; } PObject * H225_InfoRequestNakReason::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_InfoRequestNakReason::Class()), PInvalidCast); #endif return new H225_InfoRequestNakReason(*this); } // // H323-UserInformation_user-data // H225_H323_UserInformation_user_data::H225_H323_UserInformation_user_data(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_protocol_discriminator.SetConstraints(PASN_Object::FixedConstraint, 0, 255); m_user_information.SetConstraints(PASN_Object::FixedConstraint, 1, 131); } #ifndef PASN_NOPRINTON void H225_H323_UserInformation_user_data::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+25) << "protocol_discriminator = " << setprecision(indent) << m_protocol_discriminator << '\n'; strm << setw(indent+19) << "user_information = " << setprecision(indent) << m_user_information << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_H323_UserInformation_user_data::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_H323_UserInformation_user_data), PInvalidCast); #endif const H225_H323_UserInformation_user_data & other = (const H225_H323_UserInformation_user_data &)obj; Comparison result; if ((result = m_protocol_discriminator.Compare(other.m_protocol_discriminator)) != EqualTo) return result; if ((result = m_user_information.Compare(other.m_user_information)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_H323_UserInformation_user_data::GetDataLength() const { PINDEX length = 0; length += m_protocol_discriminator.GetObjectLength(); length += m_user_information.GetObjectLength(); return length; } BOOL H225_H323_UserInformation_user_data::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_protocol_discriminator.Decode(strm)) return FALSE; if (!m_user_information.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_H323_UserInformation_user_data::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_protocol_discriminator.Encode(strm); m_user_information.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_H323_UserInformation_user_data::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_H323_UserInformation_user_data::Class()), PInvalidCast); #endif return new H225_H323_UserInformation_user_data(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_H323_UU_PDU_h323_message_body[]={ {"setup",0} ,{"callProceeding",1} ,{"connect",2} ,{"alerting",3} ,{"information",4} ,{"releaseComplete",5} ,{"facility",6} ,{"progress",7} ,{"empty",8} ,{"status",9} ,{"statusInquiry",10} ,{"setupAcknowledge",11} ,{"notify",12} }; #endif // // H323-UU-PDU_h323-message-body // H225_H323_UU_PDU_h323_message_body::H225_H323_UU_PDU_h323_message_body(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 7, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_H323_UU_PDU_h323_message_body,13 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_H323_UU_PDU_h323_message_body::operator H225_Setup_UUIE &() const #else H225_H323_UU_PDU_h323_message_body::operator H225_Setup_UUIE &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_Setup_UUIE), PInvalidCast); #endif return *(H225_Setup_UUIE *)choice; } H225_H323_UU_PDU_h323_message_body::operator const H225_Setup_UUIE &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_Setup_UUIE), PInvalidCast); #endif return *(H225_Setup_UUIE *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_H323_UU_PDU_h323_message_body::operator H225_CallProceeding_UUIE &() const #else H225_H323_UU_PDU_h323_message_body::operator H225_CallProceeding_UUIE &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_CallProceeding_UUIE), PInvalidCast); #endif return *(H225_CallProceeding_UUIE *)choice; } H225_H323_UU_PDU_h323_message_body::operator const H225_CallProceeding_UUIE &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_CallProceeding_UUIE), PInvalidCast); #endif return *(H225_CallProceeding_UUIE *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_H323_UU_PDU_h323_message_body::operator H225_Connect_UUIE &() const #else H225_H323_UU_PDU_h323_message_body::operator H225_Connect_UUIE &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_Connect_UUIE), PInvalidCast); #endif return *(H225_Connect_UUIE *)choice; } H225_H323_UU_PDU_h323_message_body::operator const H225_Connect_UUIE &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_Connect_UUIE), PInvalidCast); #endif return *(H225_Connect_UUIE *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_H323_UU_PDU_h323_message_body::operator H225_Alerting_UUIE &() const #else H225_H323_UU_PDU_h323_message_body::operator H225_Alerting_UUIE &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_Alerting_UUIE), PInvalidCast); #endif return *(H225_Alerting_UUIE *)choice; } H225_H323_UU_PDU_h323_message_body::operator const H225_Alerting_UUIE &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_Alerting_UUIE), PInvalidCast); #endif return *(H225_Alerting_UUIE *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_H323_UU_PDU_h323_message_body::operator H225_Information_UUIE &() const #else H225_H323_UU_PDU_h323_message_body::operator H225_Information_UUIE &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_Information_UUIE), PInvalidCast); #endif return *(H225_Information_UUIE *)choice; } H225_H323_UU_PDU_h323_message_body::operator const H225_Information_UUIE &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_Information_UUIE), PInvalidCast); #endif return *(H225_Information_UUIE *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_H323_UU_PDU_h323_message_body::operator H225_ReleaseComplete_UUIE &() const #else H225_H323_UU_PDU_h323_message_body::operator H225_ReleaseComplete_UUIE &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_ReleaseComplete_UUIE), PInvalidCast); #endif return *(H225_ReleaseComplete_UUIE *)choice; } H225_H323_UU_PDU_h323_message_body::operator const H225_ReleaseComplete_UUIE &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_ReleaseComplete_UUIE), PInvalidCast); #endif return *(H225_ReleaseComplete_UUIE *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_H323_UU_PDU_h323_message_body::operator H225_Facility_UUIE &() const #else H225_H323_UU_PDU_h323_message_body::operator H225_Facility_UUIE &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_Facility_UUIE), PInvalidCast); #endif return *(H225_Facility_UUIE *)choice; } H225_H323_UU_PDU_h323_message_body::operator const H225_Facility_UUIE &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_Facility_UUIE), PInvalidCast); #endif return *(H225_Facility_UUIE *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_H323_UU_PDU_h323_message_body::operator H225_Progress_UUIE &() const #else H225_H323_UU_PDU_h323_message_body::operator H225_Progress_UUIE &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_Progress_UUIE), PInvalidCast); #endif return *(H225_Progress_UUIE *)choice; } H225_H323_UU_PDU_h323_message_body::operator const H225_Progress_UUIE &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_Progress_UUIE), PInvalidCast); #endif return *(H225_Progress_UUIE *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_H323_UU_PDU_h323_message_body::operator H225_Status_UUIE &() const #else H225_H323_UU_PDU_h323_message_body::operator H225_Status_UUIE &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_Status_UUIE), PInvalidCast); #endif return *(H225_Status_UUIE *)choice; } H225_H323_UU_PDU_h323_message_body::operator const H225_Status_UUIE &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_Status_UUIE), PInvalidCast); #endif return *(H225_Status_UUIE *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_H323_UU_PDU_h323_message_body::operator H225_StatusInquiry_UUIE &() const #else H225_H323_UU_PDU_h323_message_body::operator H225_StatusInquiry_UUIE &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_StatusInquiry_UUIE), PInvalidCast); #endif return *(H225_StatusInquiry_UUIE *)choice; } H225_H323_UU_PDU_h323_message_body::operator const H225_StatusInquiry_UUIE &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_StatusInquiry_UUIE), PInvalidCast); #endif return *(H225_StatusInquiry_UUIE *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_H323_UU_PDU_h323_message_body::operator H225_SetupAcknowledge_UUIE &() const #else H225_H323_UU_PDU_h323_message_body::operator H225_SetupAcknowledge_UUIE &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_SetupAcknowledge_UUIE), PInvalidCast); #endif return *(H225_SetupAcknowledge_UUIE *)choice; } H225_H323_UU_PDU_h323_message_body::operator const H225_SetupAcknowledge_UUIE &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_SetupAcknowledge_UUIE), PInvalidCast); #endif return *(H225_SetupAcknowledge_UUIE *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_H323_UU_PDU_h323_message_body::operator H225_Notify_UUIE &() const #else H225_H323_UU_PDU_h323_message_body::operator H225_Notify_UUIE &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_Notify_UUIE), PInvalidCast); #endif return *(H225_Notify_UUIE *)choice; } H225_H323_UU_PDU_h323_message_body::operator const H225_Notify_UUIE &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_Notify_UUIE), PInvalidCast); #endif return *(H225_Notify_UUIE *)choice; } BOOL H225_H323_UU_PDU_h323_message_body::CreateObject() { switch (tag) { case e_setup : choice = new H225_Setup_UUIE(); return TRUE; case e_callProceeding : choice = new H225_CallProceeding_UUIE(); return TRUE; case e_connect : choice = new H225_Connect_UUIE(); return TRUE; case e_alerting : choice = new H225_Alerting_UUIE(); return TRUE; case e_information : choice = new H225_Information_UUIE(); return TRUE; case e_releaseComplete : choice = new H225_ReleaseComplete_UUIE(); return TRUE; case e_facility : choice = new H225_Facility_UUIE(); return TRUE; case e_progress : choice = new H225_Progress_UUIE(); return TRUE; case e_empty : choice = new PASN_Null(); return TRUE; case e_status : choice = new H225_Status_UUIE(); return TRUE; case e_statusInquiry : choice = new H225_StatusInquiry_UUIE(); return TRUE; case e_setupAcknowledge : choice = new H225_SetupAcknowledge_UUIE(); return TRUE; case e_notify : choice = new H225_Notify_UUIE(); return TRUE; } choice = NULL; return FALSE; } PObject * H225_H323_UU_PDU_h323_message_body::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_H323_UU_PDU_h323_message_body::Class()), PInvalidCast); #endif return new H225_H323_UU_PDU_h323_message_body(*this); } // // ArrayOf_PASN_OctetString // H225_ArrayOf_PASN_OctetString::H225_ArrayOf_PASN_OctetString(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_ArrayOf_PASN_OctetString::CreateObject() const { return new PASN_OctetString; } PASN_OctetString & H225_ArrayOf_PASN_OctetString::operator[](PINDEX i) const { return (PASN_OctetString &)array[i]; } PObject * H225_ArrayOf_PASN_OctetString::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ArrayOf_PASN_OctetString::Class()), PInvalidCast); #endif return new H225_ArrayOf_PASN_OctetString(*this); } // // ArrayOf_NonStandardParameter // H225_ArrayOf_NonStandardParameter::H225_ArrayOf_NonStandardParameter(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_ArrayOf_NonStandardParameter::CreateObject() const { return new H225_NonStandardParameter; } H225_NonStandardParameter & H225_ArrayOf_NonStandardParameter::operator[](PINDEX i) const { return (H225_NonStandardParameter &)array[i]; } PObject * H225_ArrayOf_NonStandardParameter::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ArrayOf_NonStandardParameter::Class()), PInvalidCast); #endif return new H225_ArrayOf_NonStandardParameter(*this); } // // ArrayOf_GenericData // H225_ArrayOf_GenericData::H225_ArrayOf_GenericData(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_ArrayOf_GenericData::CreateObject() const { return new H225_GenericData; } H225_GenericData & H225_ArrayOf_GenericData::operator[](PINDEX i) const { return (H225_GenericData &)array[i]; } PObject * H225_ArrayOf_GenericData::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ArrayOf_GenericData::Class()), PInvalidCast); #endif return new H225_ArrayOf_GenericData(*this); } // // ArrayOf_ClearToken // H225_ArrayOf_ClearToken::H225_ArrayOf_ClearToken(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_ArrayOf_ClearToken::CreateObject() const { return new H235_ClearToken; } H235_ClearToken & H225_ArrayOf_ClearToken::operator[](PINDEX i) const { return (H235_ClearToken &)array[i]; } PObject * H225_ArrayOf_ClearToken::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ArrayOf_ClearToken::Class()), PInvalidCast); #endif return new H225_ArrayOf_ClearToken(*this); } // // ArrayOf_CryptoH323Token // H225_ArrayOf_CryptoH323Token::H225_ArrayOf_CryptoH323Token(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_ArrayOf_CryptoH323Token::CreateObject() const { return new H225_CryptoH323Token; } H225_CryptoH323Token & H225_ArrayOf_CryptoH323Token::operator[](PINDEX i) const { return (H225_CryptoH323Token &)array[i]; } PObject * H225_ArrayOf_CryptoH323Token::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ArrayOf_CryptoH323Token::Class()), PInvalidCast); #endif return new H225_ArrayOf_CryptoH323Token(*this); } // // ArrayOf_AliasAddress // H225_ArrayOf_AliasAddress::H225_ArrayOf_AliasAddress(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_ArrayOf_AliasAddress::CreateObject() const { return new H225_AliasAddress; } H225_AliasAddress & H225_ArrayOf_AliasAddress::operator[](PINDEX i) const { return (H225_AliasAddress &)array[i]; } PObject * H225_ArrayOf_AliasAddress::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ArrayOf_AliasAddress::Class()), PInvalidCast); #endif return new H225_ArrayOf_AliasAddress(*this); } // // ArrayOf_ServiceControlSession // H225_ArrayOf_ServiceControlSession::H225_ArrayOf_ServiceControlSession(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_ArrayOf_ServiceControlSession::CreateObject() const { return new H225_ServiceControlSession; } H225_ServiceControlSession & H225_ArrayOf_ServiceControlSession::operator[](PINDEX i) const { return (H225_ServiceControlSession &)array[i]; } PObject * H225_ArrayOf_ServiceControlSession::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ArrayOf_ServiceControlSession::Class()), PInvalidCast); #endif return new H225_ArrayOf_ServiceControlSession(*this); } // // Connect-UUIE_language // H225_Connect_UUIE_language::H225_Connect_UUIE_language(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_Connect_UUIE_language::CreateObject() const { PASN_IA5String * obj = new PASN_IA5String; obj->SetConstraints(PASN_Object::FixedConstraint, 1, 32); return obj; } PASN_IA5String & H225_Connect_UUIE_language::operator[](PINDEX i) const { return (PASN_IA5String &)array[i]; } PObject * H225_Connect_UUIE_language::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_Connect_UUIE_language::Class()), PInvalidCast); #endif return new H225_Connect_UUIE_language(*this); } // // ArrayOf_CallReferenceValue // H225_ArrayOf_CallReferenceValue::H225_ArrayOf_CallReferenceValue(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_ArrayOf_CallReferenceValue::CreateObject() const { return new H225_CallReferenceValue; } H225_CallReferenceValue & H225_ArrayOf_CallReferenceValue::operator[](PINDEX i) const { return (H225_CallReferenceValue &)array[i]; } PObject * H225_ArrayOf_CallReferenceValue::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ArrayOf_CallReferenceValue::Class()), PInvalidCast); #endif return new H225_ArrayOf_CallReferenceValue(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_Setup_UUIE_conferenceGoal[]={ {"create",0} ,{"join",1} ,{"invite",2} ,{"capability_negotiation",3} ,{"callIndependentSupplementaryService",4} }; #endif // // Setup-UUIE_conferenceGoal // H225_Setup_UUIE_conferenceGoal::H225_Setup_UUIE_conferenceGoal(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_Setup_UUIE_conferenceGoal,5 #endif ) { } BOOL H225_Setup_UUIE_conferenceGoal::CreateObject() { choice = (tag <= e_callIndependentSupplementaryService) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H225_Setup_UUIE_conferenceGoal::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_Setup_UUIE_conferenceGoal::Class()), PInvalidCast); #endif return new H225_Setup_UUIE_conferenceGoal(*this); } // // ArrayOf_H245Security // H225_ArrayOf_H245Security::H225_ArrayOf_H245Security(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_ArrayOf_H245Security::CreateObject() const { return new H225_H245Security; } H225_H245Security & H225_ArrayOf_H245Security::operator[](PINDEX i) const { return (H225_H245Security &)array[i]; } PObject * H225_ArrayOf_H245Security::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ArrayOf_H245Security::Class()), PInvalidCast); #endif return new H225_ArrayOf_H245Security(*this); } // // Setup-UUIE_connectionParameters // H225_Setup_UUIE_connectionParameters::H225_Setup_UUIE_connectionParameters(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_numberOfScnConnections.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } #ifndef PASN_NOPRINTON void H225_Setup_UUIE_connectionParameters::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "connectionType = " << setprecision(indent) << m_connectionType << '\n'; strm << setw(indent+25) << "numberOfScnConnections = " << setprecision(indent) << m_numberOfScnConnections << '\n'; strm << setw(indent+24) << "connectionAggregation = " << setprecision(indent) << m_connectionAggregation << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_Setup_UUIE_connectionParameters::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_Setup_UUIE_connectionParameters), PInvalidCast); #endif const H225_Setup_UUIE_connectionParameters & other = (const H225_Setup_UUIE_connectionParameters &)obj; Comparison result; if ((result = m_connectionType.Compare(other.m_connectionType)) != EqualTo) return result; if ((result = m_numberOfScnConnections.Compare(other.m_numberOfScnConnections)) != EqualTo) return result; if ((result = m_connectionAggregation.Compare(other.m_connectionAggregation)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_Setup_UUIE_connectionParameters::GetDataLength() const { PINDEX length = 0; length += m_connectionType.GetObjectLength(); length += m_numberOfScnConnections.GetObjectLength(); length += m_connectionAggregation.GetObjectLength(); return length; } BOOL H225_Setup_UUIE_connectionParameters::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_connectionType.Decode(strm)) return FALSE; if (!m_numberOfScnConnections.Decode(strm)) return FALSE; if (!m_connectionAggregation.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_Setup_UUIE_connectionParameters::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_connectionType.Encode(strm); m_numberOfScnConnections.Encode(strm); m_connectionAggregation.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_Setup_UUIE_connectionParameters::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_Setup_UUIE_connectionParameters::Class()), PInvalidCast); #endif return new H225_Setup_UUIE_connectionParameters(*this); } // // Setup-UUIE_language // H225_Setup_UUIE_language::H225_Setup_UUIE_language(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_Setup_UUIE_language::CreateObject() const { PASN_IA5String * obj = new PASN_IA5String; obj->SetConstraints(PASN_Object::FixedConstraint, 1, 32); return obj; } PASN_IA5String & H225_Setup_UUIE_language::operator[](PINDEX i) const { return (PASN_IA5String &)array[i]; } PObject * H225_Setup_UUIE_language::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_Setup_UUIE_language::Class()), PInvalidCast); #endif return new H225_Setup_UUIE_language(*this); } // // ArrayOf_SupportedProtocols // H225_ArrayOf_SupportedProtocols::H225_ArrayOf_SupportedProtocols(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_ArrayOf_SupportedProtocols::CreateObject() const { return new H225_SupportedProtocols; } H225_SupportedProtocols & H225_ArrayOf_SupportedProtocols::operator[](PINDEX i) const { return (H225_SupportedProtocols &)array[i]; } PObject * H225_ArrayOf_SupportedProtocols::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ArrayOf_SupportedProtocols::Class()), PInvalidCast); #endif return new H225_ArrayOf_SupportedProtocols(*this); } // // ArrayOf_FeatureDescriptor // H225_ArrayOf_FeatureDescriptor::H225_ArrayOf_FeatureDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_ArrayOf_FeatureDescriptor::CreateObject() const { return new H225_FeatureDescriptor; } H225_FeatureDescriptor & H225_ArrayOf_FeatureDescriptor::operator[](PINDEX i) const { return (H225_FeatureDescriptor &)array[i]; } PObject * H225_ArrayOf_FeatureDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ArrayOf_FeatureDescriptor::Class()), PInvalidCast); #endif return new H225_ArrayOf_FeatureDescriptor(*this); } // // ArrayOf_ExtendedAliasAddress // H225_ArrayOf_ExtendedAliasAddress::H225_ArrayOf_ExtendedAliasAddress(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_ArrayOf_ExtendedAliasAddress::CreateObject() const { return new H225_ExtendedAliasAddress; } H225_ExtendedAliasAddress & H225_ArrayOf_ExtendedAliasAddress::operator[](PINDEX i) const { return (H225_ExtendedAliasAddress &)array[i]; } PObject * H225_ArrayOf_ExtendedAliasAddress::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ArrayOf_ExtendedAliasAddress::Class()), PInvalidCast); #endif return new H225_ArrayOf_ExtendedAliasAddress(*this); } // // ArrayOf_ConferenceList // H225_ArrayOf_ConferenceList::H225_ArrayOf_ConferenceList(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_ArrayOf_ConferenceList::CreateObject() const { return new H225_ConferenceList; } H225_ConferenceList & H225_ArrayOf_ConferenceList::operator[](PINDEX i) const { return (H225_ConferenceList &)array[i]; } PObject * H225_ArrayOf_ConferenceList::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ArrayOf_ConferenceList::Class()), PInvalidCast); #endif return new H225_ArrayOf_ConferenceList(*this); } // // TransportAddress_ipAddress // H225_TransportAddress_ipAddress::H225_TransportAddress_ipAddress(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { m_ip.SetConstraints(PASN_Object::FixedConstraint, 4); m_port.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } #ifndef PASN_NOPRINTON void H225_TransportAddress_ipAddress::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+5) << "ip = " << setprecision(indent) << m_ip << '\n'; strm << setw(indent+7) << "port = " << setprecision(indent) << m_port << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_TransportAddress_ipAddress::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_TransportAddress_ipAddress), PInvalidCast); #endif const H225_TransportAddress_ipAddress & other = (const H225_TransportAddress_ipAddress &)obj; Comparison result; if ((result = m_ip.Compare(other.m_ip)) != EqualTo) return result; if ((result = m_port.Compare(other.m_port)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_TransportAddress_ipAddress::GetDataLength() const { PINDEX length = 0; length += m_ip.GetObjectLength(); length += m_port.GetObjectLength(); return length; } BOOL H225_TransportAddress_ipAddress::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_ip.Decode(strm)) return FALSE; if (!m_port.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_TransportAddress_ipAddress::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_ip.Encode(strm); m_port.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_TransportAddress_ipAddress::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_TransportAddress_ipAddress::Class()), PInvalidCast); #endif return new H225_TransportAddress_ipAddress(*this); } // // TransportAddress_ipxAddress // H225_TransportAddress_ipxAddress::H225_TransportAddress_ipxAddress(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { m_node.SetConstraints(PASN_Object::FixedConstraint, 6); m_netnum.SetConstraints(PASN_Object::FixedConstraint, 4); m_port.SetConstraints(PASN_Object::FixedConstraint, 2); } #ifndef PASN_NOPRINTON void H225_TransportAddress_ipxAddress::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+7) << "node = " << setprecision(indent) << m_node << '\n'; strm << setw(indent+9) << "netnum = " << setprecision(indent) << m_netnum << '\n'; strm << setw(indent+7) << "port = " << setprecision(indent) << m_port << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_TransportAddress_ipxAddress::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_TransportAddress_ipxAddress), PInvalidCast); #endif const H225_TransportAddress_ipxAddress & other = (const H225_TransportAddress_ipxAddress &)obj; Comparison result; if ((result = m_node.Compare(other.m_node)) != EqualTo) return result; if ((result = m_netnum.Compare(other.m_netnum)) != EqualTo) return result; if ((result = m_port.Compare(other.m_port)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_TransportAddress_ipxAddress::GetDataLength() const { PINDEX length = 0; length += m_node.GetObjectLength(); length += m_netnum.GetObjectLength(); length += m_port.GetObjectLength(); return length; } BOOL H225_TransportAddress_ipxAddress::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_node.Decode(strm)) return FALSE; if (!m_netnum.Decode(strm)) return FALSE; if (!m_port.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_TransportAddress_ipxAddress::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_node.Encode(strm); m_netnum.Encode(strm); m_port.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_TransportAddress_ipxAddress::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_TransportAddress_ipxAddress::Class()), PInvalidCast); #endif return new H225_TransportAddress_ipxAddress(*this); } // // TransportAddress_ip6Address // H225_TransportAddress_ip6Address::H225_TransportAddress_ip6Address(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_ip.SetConstraints(PASN_Object::FixedConstraint, 16); m_port.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } #ifndef PASN_NOPRINTON void H225_TransportAddress_ip6Address::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+5) << "ip = " << setprecision(indent) << m_ip << '\n'; strm << setw(indent+7) << "port = " << setprecision(indent) << m_port << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_TransportAddress_ip6Address::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_TransportAddress_ip6Address), PInvalidCast); #endif const H225_TransportAddress_ip6Address & other = (const H225_TransportAddress_ip6Address &)obj; Comparison result; if ((result = m_ip.Compare(other.m_ip)) != EqualTo) return result; if ((result = m_port.Compare(other.m_port)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_TransportAddress_ip6Address::GetDataLength() const { PINDEX length = 0; length += m_ip.GetObjectLength(); length += m_port.GetObjectLength(); return length; } BOOL H225_TransportAddress_ip6Address::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_ip.Decode(strm)) return FALSE; if (!m_port.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_TransportAddress_ip6Address::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_ip.Encode(strm); m_port.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_TransportAddress_ip6Address::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_TransportAddress_ip6Address::Class()), PInvalidCast); #endif return new H225_TransportAddress_ip6Address(*this); } // // ArrayOf_TunnelledProtocol // H225_ArrayOf_TunnelledProtocol::H225_ArrayOf_TunnelledProtocol(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_ArrayOf_TunnelledProtocol::CreateObject() const { return new H225_TunnelledProtocol; } H225_TunnelledProtocol & H225_ArrayOf_TunnelledProtocol::operator[](PINDEX i) const { return (H225_TunnelledProtocol &)array[i]; } PObject * H225_ArrayOf_TunnelledProtocol::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ArrayOf_TunnelledProtocol::Class()), PInvalidCast); #endif return new H225_ArrayOf_TunnelledProtocol(*this); } // // ArrayOf_DataRate // H225_ArrayOf_DataRate::H225_ArrayOf_DataRate(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_ArrayOf_DataRate::CreateObject() const { return new H225_DataRate; } H225_DataRate & H225_ArrayOf_DataRate::operator[](PINDEX i) const { return (H225_DataRate &)array[i]; } PObject * H225_ArrayOf_DataRate::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ArrayOf_DataRate::Class()), PInvalidCast); #endif return new H225_ArrayOf_DataRate(*this); } // // ArrayOf_SupportedPrefix // H225_ArrayOf_SupportedPrefix::H225_ArrayOf_SupportedPrefix(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_ArrayOf_SupportedPrefix::CreateObject() const { return new H225_SupportedPrefix; } H225_SupportedPrefix & H225_ArrayOf_SupportedPrefix::operator[](PINDEX i) const { return (H225_SupportedPrefix &)array[i]; } PObject * H225_ArrayOf_SupportedPrefix::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ArrayOf_SupportedPrefix::Class()), PInvalidCast); #endif return new H225_ArrayOf_SupportedPrefix(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_TunnelledProtocol_id[]={ {"tunnelledProtocolObjectID",0} ,{"tunnelledProtocolAlternateID",1} }; #endif // // TunnelledProtocol_id // H225_TunnelledProtocol_id::H225_TunnelledProtocol_id(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_TunnelledProtocol_id,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H225_TunnelledProtocol_id::operator H225_TunnelledProtocolAlternateIdentifier &() const #else H225_TunnelledProtocol_id::operator H225_TunnelledProtocolAlternateIdentifier &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_TunnelledProtocolAlternateIdentifier), PInvalidCast); #endif return *(H225_TunnelledProtocolAlternateIdentifier *)choice; } H225_TunnelledProtocol_id::operator const H225_TunnelledProtocolAlternateIdentifier &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_TunnelledProtocolAlternateIdentifier), PInvalidCast); #endif return *(H225_TunnelledProtocolAlternateIdentifier *)choice; } BOOL H225_TunnelledProtocol_id::CreateObject() { switch (tag) { case e_tunnelledProtocolObjectID : choice = new PASN_ObjectId(); return TRUE; case e_tunnelledProtocolAlternateID : choice = new H225_TunnelledProtocolAlternateIdentifier(); return TRUE; } choice = NULL; return FALSE; } PObject * H225_TunnelledProtocol_id::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_TunnelledProtocol_id::Class()), PInvalidCast); #endif return new H225_TunnelledProtocol_id(*this); } // // AddressPattern_range // H225_AddressPattern_range::H225_AddressPattern_range(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void H225_AddressPattern_range::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "startOfRange = " << setprecision(indent) << m_startOfRange << '\n'; strm << setw(indent+13) << "endOfRange = " << setprecision(indent) << m_endOfRange << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_AddressPattern_range::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_AddressPattern_range), PInvalidCast); #endif const H225_AddressPattern_range & other = (const H225_AddressPattern_range &)obj; Comparison result; if ((result = m_startOfRange.Compare(other.m_startOfRange)) != EqualTo) return result; if ((result = m_endOfRange.Compare(other.m_endOfRange)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_AddressPattern_range::GetDataLength() const { PINDEX length = 0; length += m_startOfRange.GetObjectLength(); length += m_endOfRange.GetObjectLength(); return length; } BOOL H225_AddressPattern_range::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_startOfRange.Decode(strm)) return FALSE; if (!m_endOfRange.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_AddressPattern_range::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_startOfRange.Encode(strm); m_endOfRange.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_AddressPattern_range::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_AddressPattern_range::Class()), PInvalidCast); #endif return new H225_AddressPattern_range(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_ANSI_41_UIM_system_id[]={ {"sid",0} ,{"mid",1} }; #endif // // ANSI-41-UIM_system-id // H225_ANSI_41_UIM_system_id::H225_ANSI_41_UIM_system_id(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_ANSI_41_UIM_system_id,2 #endif ) { } BOOL H225_ANSI_41_UIM_system_id::CreateObject() { switch (tag) { case e_sid : choice = new PASN_IA5String(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 4); return TRUE; case e_mid : choice = new PASN_IA5String(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 4); return TRUE; } choice = NULL; return FALSE; } PObject * H225_ANSI_41_UIM_system_id::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ANSI_41_UIM_system_id::Class()), PInvalidCast); #endif return new H225_ANSI_41_UIM_system_id(*this); } // // ArrayOf_TransportAddress // H225_ArrayOf_TransportAddress::H225_ArrayOf_TransportAddress(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_ArrayOf_TransportAddress::CreateObject() const { return new H225_TransportAddress; } H225_TransportAddress & H225_ArrayOf_TransportAddress::operator[](PINDEX i) const { return (H225_TransportAddress &)array[i]; } PObject * H225_ArrayOf_TransportAddress::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ArrayOf_TransportAddress::Class()), PInvalidCast); #endif return new H225_ArrayOf_TransportAddress(*this); } // // ArrayOf_AlternateGK // H225_ArrayOf_AlternateGK::H225_ArrayOf_AlternateGK(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_ArrayOf_AlternateGK::CreateObject() const { return new H225_AlternateGK; } H225_AlternateGK & H225_ArrayOf_AlternateGK::operator[](PINDEX i) const { return (H225_AlternateGK &)array[i]; } PObject * H225_ArrayOf_AlternateGK::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ArrayOf_AlternateGK::Class()), PInvalidCast); #endif return new H225_ArrayOf_AlternateGK(*this); } // // CryptoH323Token_cryptoEPPwdHash // H225_CryptoH323Token_cryptoEPPwdHash::H225_CryptoH323Token_cryptoEPPwdHash(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void H225_CryptoH323Token_cryptoEPPwdHash::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+8) << "alias = " << setprecision(indent) << m_alias << '\n'; strm << setw(indent+12) << "timeStamp = " << setprecision(indent) << m_timeStamp << '\n'; strm << setw(indent+8) << "token = " << setprecision(indent) << m_token << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_CryptoH323Token_cryptoEPPwdHash::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_CryptoH323Token_cryptoEPPwdHash), PInvalidCast); #endif const H225_CryptoH323Token_cryptoEPPwdHash & other = (const H225_CryptoH323Token_cryptoEPPwdHash &)obj; Comparison result; if ((result = m_alias.Compare(other.m_alias)) != EqualTo) return result; if ((result = m_timeStamp.Compare(other.m_timeStamp)) != EqualTo) return result; if ((result = m_token.Compare(other.m_token)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_CryptoH323Token_cryptoEPPwdHash::GetDataLength() const { PINDEX length = 0; length += m_alias.GetObjectLength(); length += m_timeStamp.GetObjectLength(); length += m_token.GetObjectLength(); return length; } BOOL H225_CryptoH323Token_cryptoEPPwdHash::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_alias.Decode(strm)) return FALSE; if (!m_timeStamp.Decode(strm)) return FALSE; if (!m_token.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_CryptoH323Token_cryptoEPPwdHash::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_alias.Encode(strm); m_timeStamp.Encode(strm); m_token.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_CryptoH323Token_cryptoEPPwdHash::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_CryptoH323Token_cryptoEPPwdHash::Class()), PInvalidCast); #endif return new H225_CryptoH323Token_cryptoEPPwdHash(*this); } // // CryptoH323Token_cryptoGKPwdHash // H225_CryptoH323Token_cryptoGKPwdHash::H225_CryptoH323Token_cryptoGKPwdHash(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void H225_CryptoH323Token_cryptoGKPwdHash::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "gatekeeperId = " << setprecision(indent) << m_gatekeeperId << '\n'; strm << setw(indent+12) << "timeStamp = " << setprecision(indent) << m_timeStamp << '\n'; strm << setw(indent+8) << "token = " << setprecision(indent) << m_token << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_CryptoH323Token_cryptoGKPwdHash::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_CryptoH323Token_cryptoGKPwdHash), PInvalidCast); #endif const H225_CryptoH323Token_cryptoGKPwdHash & other = (const H225_CryptoH323Token_cryptoGKPwdHash &)obj; Comparison result; if ((result = m_gatekeeperId.Compare(other.m_gatekeeperId)) != EqualTo) return result; if ((result = m_timeStamp.Compare(other.m_timeStamp)) != EqualTo) return result; if ((result = m_token.Compare(other.m_token)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_CryptoH323Token_cryptoGKPwdHash::GetDataLength() const { PINDEX length = 0; length += m_gatekeeperId.GetObjectLength(); length += m_timeStamp.GetObjectLength(); length += m_token.GetObjectLength(); return length; } BOOL H225_CryptoH323Token_cryptoGKPwdHash::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_gatekeeperId.Decode(strm)) return FALSE; if (!m_timeStamp.Decode(strm)) return FALSE; if (!m_token.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_CryptoH323Token_cryptoGKPwdHash::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_gatekeeperId.Encode(strm); m_timeStamp.Encode(strm); m_token.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_CryptoH323Token_cryptoGKPwdHash::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_CryptoH323Token_cryptoGKPwdHash::Class()), PInvalidCast); #endif return new H225_CryptoH323Token_cryptoGKPwdHash(*this); } // // CapacityReportingSpecification_when // H225_CapacityReportingSpecification_when::H225_CapacityReportingSpecification_when(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_CapacityReportingSpecification_when::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_callStart)) strm << setw(indent+12) << "callStart = " << setprecision(indent) << m_callStart << '\n'; if (HasOptionalField(e_callEnd)) strm << setw(indent+10) << "callEnd = " << setprecision(indent) << m_callEnd << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_CapacityReportingSpecification_when::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_CapacityReportingSpecification_when), PInvalidCast); #endif const H225_CapacityReportingSpecification_when & other = (const H225_CapacityReportingSpecification_when &)obj; Comparison result; if ((result = m_callStart.Compare(other.m_callStart)) != EqualTo) return result; if ((result = m_callEnd.Compare(other.m_callEnd)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_CapacityReportingSpecification_when::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_callStart)) length += m_callStart.GetObjectLength(); if (HasOptionalField(e_callEnd)) length += m_callEnd.GetObjectLength(); return length; } BOOL H225_CapacityReportingSpecification_when::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_callStart) && !m_callStart.Decode(strm)) return FALSE; if (HasOptionalField(e_callEnd) && !m_callEnd.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_CapacityReportingSpecification_when::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_callStart)) m_callStart.Encode(strm); if (HasOptionalField(e_callEnd)) m_callEnd.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_CapacityReportingSpecification_when::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_CapacityReportingSpecification_when::Class()), PInvalidCast); #endif return new H225_CapacityReportingSpecification_when(*this); } // // ArrayOf_CallsAvailable // H225_ArrayOf_CallsAvailable::H225_ArrayOf_CallsAvailable(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_ArrayOf_CallsAvailable::CreateObject() const { return new H225_CallsAvailable; } H225_CallsAvailable & H225_ArrayOf_CallsAvailable::operator[](PINDEX i) const { return (H225_CallsAvailable &)array[i]; } PObject * H225_ArrayOf_CallsAvailable::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ArrayOf_CallsAvailable::Class()), PInvalidCast); #endif return new H225_ArrayOf_CallsAvailable(*this); } // // CicInfo_cic // H225_CicInfo_cic::H225_CicInfo_cic(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_CicInfo_cic::CreateObject() const { PASN_OctetString * obj = new PASN_OctetString; obj->SetConstraints(PASN_Object::FixedConstraint, 2, 4); return obj; } PASN_OctetString & H225_CicInfo_cic::operator[](PINDEX i) const { return (PASN_OctetString &)array[i]; } PObject * H225_CicInfo_cic::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_CicInfo_cic::Class()), PInvalidCast); #endif return new H225_CicInfo_cic(*this); } // // GroupID_member // H225_GroupID_member::H225_GroupID_member(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_GroupID_member::CreateObject() const { PASN_Integer * obj = new PASN_Integer; obj->SetConstraints(PASN_Object::FixedConstraint, 0, 65535); return obj; } PASN_Integer & H225_GroupID_member::operator[](PINDEX i) const { return (PASN_Integer &)array[i]; } PObject * H225_GroupID_member::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_GroupID_member::Class()), PInvalidCast); #endif return new H225_GroupID_member(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_ServiceControlSession_reason[]={ {"open",0} ,{"refresh",1} ,{"close",2} }; #endif // // ServiceControlSession_reason // H225_ServiceControlSession_reason::H225_ServiceControlSession_reason(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_ServiceControlSession_reason,3 #endif ) { } BOOL H225_ServiceControlSession_reason::CreateObject() { choice = (tag <= e_close) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H225_ServiceControlSession_reason::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ServiceControlSession_reason::Class()), PInvalidCast); #endif return new H225_ServiceControlSession_reason(*this); } // // RasUsageSpecification_when // H225_RasUsageSpecification_when::H225_RasUsageSpecification_when(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_RasUsageSpecification_when::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_start)) strm << setw(indent+8) << "start = " << setprecision(indent) << m_start << '\n'; if (HasOptionalField(e_end)) strm << setw(indent+6) << "end = " << setprecision(indent) << m_end << '\n'; if (HasOptionalField(e_inIrr)) strm << setw(indent+8) << "inIrr = " << setprecision(indent) << m_inIrr << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_RasUsageSpecification_when::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_RasUsageSpecification_when), PInvalidCast); #endif const H225_RasUsageSpecification_when & other = (const H225_RasUsageSpecification_when &)obj; Comparison result; if ((result = m_start.Compare(other.m_start)) != EqualTo) return result; if ((result = m_end.Compare(other.m_end)) != EqualTo) return result; if ((result = m_inIrr.Compare(other.m_inIrr)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_RasUsageSpecification_when::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_start)) length += m_start.GetObjectLength(); if (HasOptionalField(e_end)) length += m_end.GetObjectLength(); if (HasOptionalField(e_inIrr)) length += m_inIrr.GetObjectLength(); return length; } BOOL H225_RasUsageSpecification_when::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_start) && !m_start.Decode(strm)) return FALSE; if (HasOptionalField(e_end) && !m_end.Decode(strm)) return FALSE; if (HasOptionalField(e_inIrr) && !m_inIrr.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_RasUsageSpecification_when::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_start)) m_start.Encode(strm); if (HasOptionalField(e_end)) m_end.Encode(strm); if (HasOptionalField(e_inIrr)) m_inIrr.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_RasUsageSpecification_when::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_RasUsageSpecification_when::Class()), PInvalidCast); #endif return new H225_RasUsageSpecification_when(*this); } // // RasUsageSpecification_callStartingPoint // H225_RasUsageSpecification_callStartingPoint::H225_RasUsageSpecification_callStartingPoint(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_RasUsageSpecification_callStartingPoint::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_alerting)) strm << setw(indent+11) << "alerting = " << setprecision(indent) << m_alerting << '\n'; if (HasOptionalField(e_connect)) strm << setw(indent+10) << "connect = " << setprecision(indent) << m_connect << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_RasUsageSpecification_callStartingPoint::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_RasUsageSpecification_callStartingPoint), PInvalidCast); #endif const H225_RasUsageSpecification_callStartingPoint & other = (const H225_RasUsageSpecification_callStartingPoint &)obj; Comparison result; if ((result = m_alerting.Compare(other.m_alerting)) != EqualTo) return result; if ((result = m_connect.Compare(other.m_connect)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_RasUsageSpecification_callStartingPoint::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_alerting)) length += m_alerting.GetObjectLength(); if (HasOptionalField(e_connect)) length += m_connect.GetObjectLength(); return length; } BOOL H225_RasUsageSpecification_callStartingPoint::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_alerting) && !m_alerting.Decode(strm)) return FALSE; if (HasOptionalField(e_connect) && !m_connect.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_RasUsageSpecification_callStartingPoint::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_alerting)) m_alerting.Encode(strm); if (HasOptionalField(e_connect)) m_connect.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_RasUsageSpecification_callStartingPoint::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_RasUsageSpecification_callStartingPoint::Class()), PInvalidCast); #endif return new H225_RasUsageSpecification_callStartingPoint(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_CallCreditServiceControl_billingMode[]={ {"credit",0} ,{"debit",1} }; #endif // // CallCreditServiceControl_billingMode // H225_CallCreditServiceControl_billingMode::H225_CallCreditServiceControl_billingMode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_CallCreditServiceControl_billingMode,2 #endif ) { } BOOL H225_CallCreditServiceControl_billingMode::CreateObject() { choice = (tag <= e_debit) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H225_CallCreditServiceControl_billingMode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_CallCreditServiceControl_billingMode::Class()), PInvalidCast); #endif return new H225_CallCreditServiceControl_billingMode(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_CallCreditServiceControl_callStartingPoint[]={ {"alerting",0} ,{"connect",1} }; #endif // // CallCreditServiceControl_callStartingPoint // H225_CallCreditServiceControl_callStartingPoint::H225_CallCreditServiceControl_callStartingPoint(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_CallCreditServiceControl_callStartingPoint,2 #endif ) { } BOOL H225_CallCreditServiceControl_callStartingPoint::CreateObject() { choice = (tag <= e_connect) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H225_CallCreditServiceControl_callStartingPoint::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_CallCreditServiceControl_callStartingPoint::Class()), PInvalidCast); #endif return new H225_CallCreditServiceControl_callStartingPoint(*this); } #endif // if ! H323_DISABLE_H225 // End of h225_1.cxx openh323_v1_18_0/src/h225_2.cxx0100644000176200056700000156021110251241420016041 0ustar releasepostincr// // h225_2.cxx // // Code automatically generated by asnparse. // #include #include "h225.h" #define new PNEW #if ! H323_DISABLE_H225 // // ArrayOf_EnumeratedParameter // H225_ArrayOf_EnumeratedParameter::H225_ArrayOf_EnumeratedParameter(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_ArrayOf_EnumeratedParameter::CreateObject() const { return new H225_EnumeratedParameter; } H225_EnumeratedParameter & H225_ArrayOf_EnumeratedParameter::operator[](PINDEX i) const { return (H225_EnumeratedParameter &)array[i]; } PObject * H225_ArrayOf_EnumeratedParameter::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ArrayOf_EnumeratedParameter::Class()), PInvalidCast); #endif return new H225_ArrayOf_EnumeratedParameter(*this); } // // RTPSession_associatedSessionIds // H225_RTPSession_associatedSessionIds::H225_RTPSession_associatedSessionIds(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_RTPSession_associatedSessionIds::CreateObject() const { PASN_Integer * obj = new PASN_Integer; obj->SetConstraints(PASN_Object::FixedConstraint, 1, 255); return obj; } PASN_Integer & H225_RTPSession_associatedSessionIds::operator[](PINDEX i) const { return (PASN_Integer &)array[i]; } PObject * H225_RTPSession_associatedSessionIds::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_RTPSession_associatedSessionIds::Class()), PInvalidCast); #endif return new H225_RTPSession_associatedSessionIds(*this); } // // ArrayOf_AdmissionConfirm // H225_ArrayOf_AdmissionConfirm::H225_ArrayOf_AdmissionConfirm(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_ArrayOf_AdmissionConfirm::CreateObject() const { return new H225_AdmissionConfirm; } H225_AdmissionConfirm & H225_ArrayOf_AdmissionConfirm::operator[](PINDEX i) const { return (H225_AdmissionConfirm &)array[i]; } PObject * H225_ArrayOf_AdmissionConfirm::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ArrayOf_AdmissionConfirm::Class()), PInvalidCast); #endif return new H225_ArrayOf_AdmissionConfirm(*this); } // // ArrayOf_Endpoint // H225_ArrayOf_Endpoint::H225_ArrayOf_Endpoint(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_ArrayOf_Endpoint::CreateObject() const { return new H225_Endpoint; } H225_Endpoint & H225_ArrayOf_Endpoint::operator[](PINDEX i) const { return (H225_Endpoint &)array[i]; } PObject * H225_ArrayOf_Endpoint::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ArrayOf_Endpoint::Class()), PInvalidCast); #endif return new H225_ArrayOf_Endpoint(*this); } // // ArrayOf_AuthenticationMechanism // H225_ArrayOf_AuthenticationMechanism::H225_ArrayOf_AuthenticationMechanism(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_ArrayOf_AuthenticationMechanism::CreateObject() const { return new H235_AuthenticationMechanism; } H235_AuthenticationMechanism & H225_ArrayOf_AuthenticationMechanism::operator[](PINDEX i) const { return (H235_AuthenticationMechanism &)array[i]; } PObject * H225_ArrayOf_AuthenticationMechanism::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ArrayOf_AuthenticationMechanism::Class()), PInvalidCast); #endif return new H225_ArrayOf_AuthenticationMechanism(*this); } // // ArrayOf_PASN_ObjectId // H225_ArrayOf_PASN_ObjectId::H225_ArrayOf_PASN_ObjectId(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_ArrayOf_PASN_ObjectId::CreateObject() const { return new PASN_ObjectId; } PASN_ObjectId & H225_ArrayOf_PASN_ObjectId::operator[](PINDEX i) const { return (PASN_ObjectId &)array[i]; } PObject * H225_ArrayOf_PASN_ObjectId::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ArrayOf_PASN_ObjectId::Class()), PInvalidCast); #endif return new H225_ArrayOf_PASN_ObjectId(*this); } // // ArrayOf_IntegrityMechanism // H225_ArrayOf_IntegrityMechanism::H225_ArrayOf_IntegrityMechanism(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_ArrayOf_IntegrityMechanism::CreateObject() const { return new H225_IntegrityMechanism; } H225_IntegrityMechanism & H225_ArrayOf_IntegrityMechanism::operator[](PINDEX i) const { return (H225_IntegrityMechanism &)array[i]; } PObject * H225_ArrayOf_IntegrityMechanism::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ArrayOf_IntegrityMechanism::Class()), PInvalidCast); #endif return new H225_ArrayOf_IntegrityMechanism(*this); } // // ArrayOf_AddressPattern // H225_ArrayOf_AddressPattern::H225_ArrayOf_AddressPattern(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_ArrayOf_AddressPattern::CreateObject() const { return new H225_AddressPattern; } H225_AddressPattern & H225_ArrayOf_AddressPattern::operator[](PINDEX i) const { return (H225_AddressPattern &)array[i]; } PObject * H225_ArrayOf_AddressPattern::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ArrayOf_AddressPattern::Class()), PInvalidCast); #endif return new H225_ArrayOf_AddressPattern(*this); } // // ArrayOf_H248PackagesDescriptor // H225_ArrayOf_H248PackagesDescriptor::H225_ArrayOf_H248PackagesDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_ArrayOf_H248PackagesDescriptor::CreateObject() const { return new H225_H248PackagesDescriptor; } H225_H248PackagesDescriptor & H225_ArrayOf_H248PackagesDescriptor::operator[](PINDEX i) const { return (H225_H248PackagesDescriptor &)array[i]; } PObject * H225_ArrayOf_H248PackagesDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ArrayOf_H248PackagesDescriptor::Class()), PInvalidCast); #endif return new H225_ArrayOf_H248PackagesDescriptor(*this); } // // ArrayOf_RasUsageSpecification // H225_ArrayOf_RasUsageSpecification::H225_ArrayOf_RasUsageSpecification(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_ArrayOf_RasUsageSpecification::CreateObject() const { return new H225_RasUsageSpecification; } H225_RasUsageSpecification & H225_ArrayOf_RasUsageSpecification::operator[](PINDEX i) const { return (H225_RasUsageSpecification &)array[i]; } PObject * H225_ArrayOf_RasUsageSpecification::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ArrayOf_RasUsageSpecification::Class()), PInvalidCast); #endif return new H225_ArrayOf_RasUsageSpecification(*this); } // // RegistrationRejectReason_invalidTerminalAliases // H225_RegistrationRejectReason_invalidTerminalAliases::H225_RegistrationRejectReason_invalidTerminalAliases(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_RegistrationRejectReason_invalidTerminalAliases::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_terminalAlias)) strm << setw(indent+16) << "terminalAlias = " << setprecision(indent) << m_terminalAlias << '\n'; if (HasOptionalField(e_terminalAliasPattern)) strm << setw(indent+23) << "terminalAliasPattern = " << setprecision(indent) << m_terminalAliasPattern << '\n'; if (HasOptionalField(e_supportedPrefixes)) strm << setw(indent+20) << "supportedPrefixes = " << setprecision(indent) << m_supportedPrefixes << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_RegistrationRejectReason_invalidTerminalAliases::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_RegistrationRejectReason_invalidTerminalAliases), PInvalidCast); #endif const H225_RegistrationRejectReason_invalidTerminalAliases & other = (const H225_RegistrationRejectReason_invalidTerminalAliases &)obj; Comparison result; if ((result = m_terminalAlias.Compare(other.m_terminalAlias)) != EqualTo) return result; if ((result = m_terminalAliasPattern.Compare(other.m_terminalAliasPattern)) != EqualTo) return result; if ((result = m_supportedPrefixes.Compare(other.m_supportedPrefixes)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_RegistrationRejectReason_invalidTerminalAliases::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_terminalAlias)) length += m_terminalAlias.GetObjectLength(); if (HasOptionalField(e_terminalAliasPattern)) length += m_terminalAliasPattern.GetObjectLength(); if (HasOptionalField(e_supportedPrefixes)) length += m_supportedPrefixes.GetObjectLength(); return length; } BOOL H225_RegistrationRejectReason_invalidTerminalAliases::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_terminalAlias) && !m_terminalAlias.Decode(strm)) return FALSE; if (HasOptionalField(e_terminalAliasPattern) && !m_terminalAliasPattern.Decode(strm)) return FALSE; if (HasOptionalField(e_supportedPrefixes) && !m_supportedPrefixes.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_RegistrationRejectReason_invalidTerminalAliases::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_terminalAlias)) m_terminalAlias.Encode(strm); if (HasOptionalField(e_terminalAliasPattern)) m_terminalAliasPattern.Encode(strm); if (HasOptionalField(e_supportedPrefixes)) m_supportedPrefixes.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_RegistrationRejectReason_invalidTerminalAliases::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_RegistrationRejectReason_invalidTerminalAliases::Class()), PInvalidCast); #endif return new H225_RegistrationRejectReason_invalidTerminalAliases(*this); } // // AdmissionConfirm_language // H225_AdmissionConfirm_language::H225_AdmissionConfirm_language(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_AdmissionConfirm_language::CreateObject() const { PASN_IA5String * obj = new PASN_IA5String; obj->SetConstraints(PASN_Object::FixedConstraint, 1, 32); return obj; } PASN_IA5String & H225_AdmissionConfirm_language::operator[](PINDEX i) const { return (PASN_IA5String &)array[i]; } PObject * H225_AdmissionConfirm_language::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_AdmissionConfirm_language::Class()), PInvalidCast); #endif return new H225_AdmissionConfirm_language(*this); } // // ArrayOf_PartyNumber // H225_ArrayOf_PartyNumber::H225_ArrayOf_PartyNumber(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_ArrayOf_PartyNumber::CreateObject() const { return new H225_PartyNumber; } H225_PartyNumber & H225_ArrayOf_PartyNumber::operator[](PINDEX i) const { return (H225_PartyNumber &)array[i]; } PObject * H225_ArrayOf_PartyNumber::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ArrayOf_PartyNumber::Class()), PInvalidCast); #endif return new H225_ArrayOf_PartyNumber(*this); } // // ArrayOf_BandwidthDetails // H225_ArrayOf_BandwidthDetails::H225_ArrayOf_BandwidthDetails(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_ArrayOf_BandwidthDetails::CreateObject() const { return new H225_BandwidthDetails; } H225_BandwidthDetails & H225_ArrayOf_BandwidthDetails::operator[](PINDEX i) const { return (H225_BandwidthDetails &)array[i]; } PObject * H225_ArrayOf_BandwidthDetails::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ArrayOf_BandwidthDetails::Class()), PInvalidCast); #endif return new H225_ArrayOf_BandwidthDetails(*this); } // // InfoRequestResponse_perCallInfo // H225_InfoRequestResponse_perCallInfo::H225_InfoRequestResponse_perCallInfo(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_InfoRequestResponse_perCallInfo::CreateObject() const { return new H225_InfoRequestResponse_perCallInfo_subtype; } H225_InfoRequestResponse_perCallInfo_subtype & H225_InfoRequestResponse_perCallInfo::operator[](PINDEX i) const { return (H225_InfoRequestResponse_perCallInfo_subtype &)array[i]; } PObject * H225_InfoRequestResponse_perCallInfo::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_InfoRequestResponse_perCallInfo::Class()), PInvalidCast); #endif return new H225_InfoRequestResponse_perCallInfo(*this); } // // ServiceControlIndication_callSpecific // H225_ServiceControlIndication_callSpecific::H225_ServiceControlIndication_callSpecific(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_ServiceControlIndication_callSpecific::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "callIdentifier = " << setprecision(indent) << m_callIdentifier << '\n'; strm << setw(indent+15) << "conferenceID = " << setprecision(indent) << m_conferenceID << '\n'; strm << setw(indent+15) << "answeredCall = " << setprecision(indent) << m_answeredCall << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_ServiceControlIndication_callSpecific::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_ServiceControlIndication_callSpecific), PInvalidCast); #endif const H225_ServiceControlIndication_callSpecific & other = (const H225_ServiceControlIndication_callSpecific &)obj; Comparison result; if ((result = m_callIdentifier.Compare(other.m_callIdentifier)) != EqualTo) return result; if ((result = m_conferenceID.Compare(other.m_conferenceID)) != EqualTo) return result; if ((result = m_answeredCall.Compare(other.m_answeredCall)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_ServiceControlIndication_callSpecific::GetDataLength() const { PINDEX length = 0; length += m_callIdentifier.GetObjectLength(); length += m_conferenceID.GetObjectLength(); length += m_answeredCall.GetObjectLength(); return length; } BOOL H225_ServiceControlIndication_callSpecific::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_callIdentifier.Decode(strm)) return FALSE; if (!m_conferenceID.Decode(strm)) return FALSE; if (!m_answeredCall.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_ServiceControlIndication_callSpecific::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_callIdentifier.Encode(strm); m_conferenceID.Encode(strm); m_answeredCall.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_ServiceControlIndication_callSpecific::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ServiceControlIndication_callSpecific::Class()), PInvalidCast); #endif return new H225_ServiceControlIndication_callSpecific(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_ServiceControlResponse_result[]={ {"started",0} ,{"failed",1} ,{"stopped",2} ,{"notAvailable",3} ,{"neededFeatureNotSupported",4} }; #endif // // ServiceControlResponse_result // H225_ServiceControlResponse_result::H225_ServiceControlResponse_result(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 5, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_ServiceControlResponse_result,5 #endif ) { } BOOL H225_ServiceControlResponse_result::CreateObject() { choice = (tag <= e_neededFeatureNotSupported) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H225_ServiceControlResponse_result::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ServiceControlResponse_result::Class()), PInvalidCast); #endif return new H225_ServiceControlResponse_result(*this); } // // TransportAddress_ipSourceRoute_route // H225_TransportAddress_ipSourceRoute_route::H225_TransportAddress_ipSourceRoute_route(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_TransportAddress_ipSourceRoute_route::CreateObject() const { PASN_OctetString * obj = new PASN_OctetString; obj->SetConstraints(PASN_Object::FixedConstraint, 4); return obj; } PASN_OctetString & H225_TransportAddress_ipSourceRoute_route::operator[](PINDEX i) const { return (PASN_OctetString &)array[i]; } PObject * H225_TransportAddress_ipSourceRoute_route::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_TransportAddress_ipSourceRoute_route::Class()), PInvalidCast); #endif return new H225_TransportAddress_ipSourceRoute_route(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H225_TransportAddress_ipSourceRoute_routing[]={ {"strict",0} ,{"loose",1} }; #endif // // TransportAddress_ipSourceRoute_routing // H225_TransportAddress_ipSourceRoute_routing::H225_TransportAddress_ipSourceRoute_routing(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H225_TransportAddress_ipSourceRoute_routing,2 #endif ) { } BOOL H225_TransportAddress_ipSourceRoute_routing::CreateObject() { choice = (tag <= e_loose) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H225_TransportAddress_ipSourceRoute_routing::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_TransportAddress_ipSourceRoute_routing::Class()), PInvalidCast); #endif return new H225_TransportAddress_ipSourceRoute_routing(*this); } // // ArrayOf_RTPSession // H225_ArrayOf_RTPSession::H225_ArrayOf_RTPSession(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_ArrayOf_RTPSession::CreateObject() const { return new H225_RTPSession; } H225_RTPSession & H225_ArrayOf_RTPSession::operator[](PINDEX i) const { return (H225_RTPSession &)array[i]; } PObject * H225_ArrayOf_RTPSession::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ArrayOf_RTPSession::Class()), PInvalidCast); #endif return new H225_ArrayOf_RTPSession(*this); } // // ArrayOf_TransportChannelInfo // H225_ArrayOf_TransportChannelInfo::H225_ArrayOf_TransportChannelInfo(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_ArrayOf_TransportChannelInfo::CreateObject() const { return new H225_TransportChannelInfo; } H225_TransportChannelInfo & H225_ArrayOf_TransportChannelInfo::operator[](PINDEX i) const { return (H225_TransportChannelInfo &)array[i]; } PObject * H225_ArrayOf_TransportChannelInfo::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ArrayOf_TransportChannelInfo::Class()), PInvalidCast); #endif return new H225_ArrayOf_TransportChannelInfo(*this); } // // ArrayOf_ConferenceIdentifier // H225_ArrayOf_ConferenceIdentifier::H225_ArrayOf_ConferenceIdentifier(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_ArrayOf_ConferenceIdentifier::CreateObject() const { return new H225_ConferenceIdentifier; } H225_ConferenceIdentifier & H225_ArrayOf_ConferenceIdentifier::operator[](PINDEX i) const { return (H225_ConferenceIdentifier &)array[i]; } PObject * H225_ArrayOf_ConferenceIdentifier::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ArrayOf_ConferenceIdentifier::Class()), PInvalidCast); #endif return new H225_ArrayOf_ConferenceIdentifier(*this); } // // InfoRequestResponse_perCallInfo_subtype_pdu // H225_InfoRequestResponse_perCallInfo_subtype_pdu::H225_InfoRequestResponse_perCallInfo_subtype_pdu(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H225_InfoRequestResponse_perCallInfo_subtype_pdu::CreateObject() const { return new H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype; } H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype & H225_InfoRequestResponse_perCallInfo_subtype_pdu::operator[](PINDEX i) const { return (H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype &)array[i]; } PObject * H225_InfoRequestResponse_perCallInfo_subtype_pdu::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_InfoRequestResponse_perCallInfo_subtype_pdu::Class()), PInvalidCast); #endif return new H225_InfoRequestResponse_perCallInfo_subtype_pdu(*this); } // // Status-UUIE // H225_Status_UUIE::H225_Status_UUIE(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_Status_UUIE::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+21) << "protocolIdentifier = " << setprecision(indent) << m_protocolIdentifier << '\n'; strm << setw(indent+17) << "callIdentifier = " << setprecision(indent) << m_callIdentifier << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_Status_UUIE::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_Status_UUIE), PInvalidCast); #endif const H225_Status_UUIE & other = (const H225_Status_UUIE &)obj; Comparison result; if ((result = m_protocolIdentifier.Compare(other.m_protocolIdentifier)) != EqualTo) return result; if ((result = m_callIdentifier.Compare(other.m_callIdentifier)) != EqualTo) return result; if ((result = m_tokens.Compare(other.m_tokens)) != EqualTo) return result; if ((result = m_cryptoTokens.Compare(other.m_cryptoTokens)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_Status_UUIE::GetDataLength() const { PINDEX length = 0; length += m_protocolIdentifier.GetObjectLength(); length += m_callIdentifier.GetObjectLength(); if (HasOptionalField(e_tokens)) length += m_tokens.GetObjectLength(); if (HasOptionalField(e_cryptoTokens)) length += m_cryptoTokens.GetObjectLength(); return length; } BOOL H225_Status_UUIE::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_protocolIdentifier.Decode(strm)) return FALSE; if (!m_callIdentifier.Decode(strm)) return FALSE; if (HasOptionalField(e_tokens) && !m_tokens.Decode(strm)) return FALSE; if (HasOptionalField(e_cryptoTokens) && !m_cryptoTokens.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_Status_UUIE::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_protocolIdentifier.Encode(strm); m_callIdentifier.Encode(strm); if (HasOptionalField(e_tokens)) m_tokens.Encode(strm); if (HasOptionalField(e_cryptoTokens)) m_cryptoTokens.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_Status_UUIE::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_Status_UUIE::Class()), PInvalidCast); #endif return new H225_Status_UUIE(*this); } // // StatusInquiry-UUIE // H225_StatusInquiry_UUIE::H225_StatusInquiry_UUIE(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_StatusInquiry_UUIE::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+21) << "protocolIdentifier = " << setprecision(indent) << m_protocolIdentifier << '\n'; strm << setw(indent+17) << "callIdentifier = " << setprecision(indent) << m_callIdentifier << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_StatusInquiry_UUIE::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_StatusInquiry_UUIE), PInvalidCast); #endif const H225_StatusInquiry_UUIE & other = (const H225_StatusInquiry_UUIE &)obj; Comparison result; if ((result = m_protocolIdentifier.Compare(other.m_protocolIdentifier)) != EqualTo) return result; if ((result = m_callIdentifier.Compare(other.m_callIdentifier)) != EqualTo) return result; if ((result = m_tokens.Compare(other.m_tokens)) != EqualTo) return result; if ((result = m_cryptoTokens.Compare(other.m_cryptoTokens)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_StatusInquiry_UUIE::GetDataLength() const { PINDEX length = 0; length += m_protocolIdentifier.GetObjectLength(); length += m_callIdentifier.GetObjectLength(); if (HasOptionalField(e_tokens)) length += m_tokens.GetObjectLength(); if (HasOptionalField(e_cryptoTokens)) length += m_cryptoTokens.GetObjectLength(); return length; } BOOL H225_StatusInquiry_UUIE::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_protocolIdentifier.Decode(strm)) return FALSE; if (!m_callIdentifier.Decode(strm)) return FALSE; if (HasOptionalField(e_tokens) && !m_tokens.Decode(strm)) return FALSE; if (HasOptionalField(e_cryptoTokens) && !m_cryptoTokens.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_StatusInquiry_UUIE::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_protocolIdentifier.Encode(strm); m_callIdentifier.Encode(strm); if (HasOptionalField(e_tokens)) m_tokens.Encode(strm); if (HasOptionalField(e_cryptoTokens)) m_cryptoTokens.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_StatusInquiry_UUIE::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_StatusInquiry_UUIE::Class()), PInvalidCast); #endif return new H225_StatusInquiry_UUIE(*this); } // // SetupAcknowledge-UUIE // H225_SetupAcknowledge_UUIE::H225_SetupAcknowledge_UUIE(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_SetupAcknowledge_UUIE::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+21) << "protocolIdentifier = " << setprecision(indent) << m_protocolIdentifier << '\n'; strm << setw(indent+17) << "callIdentifier = " << setprecision(indent) << m_callIdentifier << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_SetupAcknowledge_UUIE::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_SetupAcknowledge_UUIE), PInvalidCast); #endif const H225_SetupAcknowledge_UUIE & other = (const H225_SetupAcknowledge_UUIE &)obj; Comparison result; if ((result = m_protocolIdentifier.Compare(other.m_protocolIdentifier)) != EqualTo) return result; if ((result = m_callIdentifier.Compare(other.m_callIdentifier)) != EqualTo) return result; if ((result = m_tokens.Compare(other.m_tokens)) != EqualTo) return result; if ((result = m_cryptoTokens.Compare(other.m_cryptoTokens)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_SetupAcknowledge_UUIE::GetDataLength() const { PINDEX length = 0; length += m_protocolIdentifier.GetObjectLength(); length += m_callIdentifier.GetObjectLength(); if (HasOptionalField(e_tokens)) length += m_tokens.GetObjectLength(); if (HasOptionalField(e_cryptoTokens)) length += m_cryptoTokens.GetObjectLength(); return length; } BOOL H225_SetupAcknowledge_UUIE::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_protocolIdentifier.Decode(strm)) return FALSE; if (!m_callIdentifier.Decode(strm)) return FALSE; if (HasOptionalField(e_tokens) && !m_tokens.Decode(strm)) return FALSE; if (HasOptionalField(e_cryptoTokens) && !m_cryptoTokens.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_SetupAcknowledge_UUIE::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_protocolIdentifier.Encode(strm); m_callIdentifier.Encode(strm); if (HasOptionalField(e_tokens)) m_tokens.Encode(strm); if (HasOptionalField(e_cryptoTokens)) m_cryptoTokens.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_SetupAcknowledge_UUIE::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_SetupAcknowledge_UUIE::Class()), PInvalidCast); #endif return new H225_SetupAcknowledge_UUIE(*this); } // // Notify-UUIE // H225_Notify_UUIE::H225_Notify_UUIE(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_Notify_UUIE::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+21) << "protocolIdentifier = " << setprecision(indent) << m_protocolIdentifier << '\n'; strm << setw(indent+17) << "callIdentifier = " << setprecision(indent) << m_callIdentifier << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_Notify_UUIE::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_Notify_UUIE), PInvalidCast); #endif const H225_Notify_UUIE & other = (const H225_Notify_UUIE &)obj; Comparison result; if ((result = m_protocolIdentifier.Compare(other.m_protocolIdentifier)) != EqualTo) return result; if ((result = m_callIdentifier.Compare(other.m_callIdentifier)) != EqualTo) return result; if ((result = m_tokens.Compare(other.m_tokens)) != EqualTo) return result; if ((result = m_cryptoTokens.Compare(other.m_cryptoTokens)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_Notify_UUIE::GetDataLength() const { PINDEX length = 0; length += m_protocolIdentifier.GetObjectLength(); length += m_callIdentifier.GetObjectLength(); if (HasOptionalField(e_tokens)) length += m_tokens.GetObjectLength(); if (HasOptionalField(e_cryptoTokens)) length += m_cryptoTokens.GetObjectLength(); return length; } BOOL H225_Notify_UUIE::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_protocolIdentifier.Decode(strm)) return FALSE; if (!m_callIdentifier.Decode(strm)) return FALSE; if (HasOptionalField(e_tokens) && !m_tokens.Decode(strm)) return FALSE; if (HasOptionalField(e_cryptoTokens) && !m_cryptoTokens.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_Notify_UUIE::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_protocolIdentifier.Encode(strm); m_callIdentifier.Encode(strm); if (HasOptionalField(e_tokens)) m_tokens.Encode(strm); if (HasOptionalField(e_cryptoTokens)) m_cryptoTokens.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_Notify_UUIE::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_Notify_UUIE::Class()), PInvalidCast); #endif return new H225_Notify_UUIE(*this); } // // VendorIdentifier // H225_VendorIdentifier::H225_VendorIdentifier(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 1) { m_productId.SetConstraints(PASN_Object::FixedConstraint, 1, 256); m_versionId.SetConstraints(PASN_Object::FixedConstraint, 1, 256); } #ifndef PASN_NOPRINTON void H225_VendorIdentifier::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "vendor = " << setprecision(indent) << m_vendor << '\n'; if (HasOptionalField(e_productId)) strm << setw(indent+12) << "productId = " << setprecision(indent) << m_productId << '\n'; if (HasOptionalField(e_versionId)) strm << setw(indent+12) << "versionId = " << setprecision(indent) << m_versionId << '\n'; if (HasOptionalField(e_enterpriseNumber)) strm << setw(indent+19) << "enterpriseNumber = " << setprecision(indent) << m_enterpriseNumber << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_VendorIdentifier::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_VendorIdentifier), PInvalidCast); #endif const H225_VendorIdentifier & other = (const H225_VendorIdentifier &)obj; Comparison result; if ((result = m_vendor.Compare(other.m_vendor)) != EqualTo) return result; if ((result = m_productId.Compare(other.m_productId)) != EqualTo) return result; if ((result = m_versionId.Compare(other.m_versionId)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_VendorIdentifier::GetDataLength() const { PINDEX length = 0; length += m_vendor.GetObjectLength(); if (HasOptionalField(e_productId)) length += m_productId.GetObjectLength(); if (HasOptionalField(e_versionId)) length += m_versionId.GetObjectLength(); return length; } BOOL H225_VendorIdentifier::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_vendor.Decode(strm)) return FALSE; if (HasOptionalField(e_productId) && !m_productId.Decode(strm)) return FALSE; if (HasOptionalField(e_versionId) && !m_versionId.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_enterpriseNumber, m_enterpriseNumber)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_VendorIdentifier::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_vendor.Encode(strm); if (HasOptionalField(e_productId)) m_productId.Encode(strm); if (HasOptionalField(e_versionId)) m_versionId.Encode(strm); KnownExtensionEncode(strm, e_enterpriseNumber, m_enterpriseNumber); UnknownExtensionsEncode(strm); } PObject * H225_VendorIdentifier::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_VendorIdentifier::Class()), PInvalidCast); #endif return new H225_VendorIdentifier(*this); } // // TunnelledProtocol // H225_TunnelledProtocol::H225_TunnelledProtocol(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_subIdentifier.SetConstraints(PASN_Object::FixedConstraint, 1, 64); } #ifndef PASN_NOPRINTON void H225_TunnelledProtocol::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+5) << "id = " << setprecision(indent) << m_id << '\n'; if (HasOptionalField(e_subIdentifier)) strm << setw(indent+16) << "subIdentifier = " << setprecision(indent) << m_subIdentifier << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_TunnelledProtocol::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_TunnelledProtocol), PInvalidCast); #endif const H225_TunnelledProtocol & other = (const H225_TunnelledProtocol &)obj; Comparison result; if ((result = m_id.Compare(other.m_id)) != EqualTo) return result; if ((result = m_subIdentifier.Compare(other.m_subIdentifier)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_TunnelledProtocol::GetDataLength() const { PINDEX length = 0; length += m_id.GetObjectLength(); if (HasOptionalField(e_subIdentifier)) length += m_subIdentifier.GetObjectLength(); return length; } BOOL H225_TunnelledProtocol::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_id.Decode(strm)) return FALSE; if (HasOptionalField(e_subIdentifier) && !m_subIdentifier.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_TunnelledProtocol::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_id.Encode(strm); if (HasOptionalField(e_subIdentifier)) m_subIdentifier.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_TunnelledProtocol::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_TunnelledProtocol::Class()), PInvalidCast); #endif return new H225_TunnelledProtocol(*this); } // // NonStandardParameter // H225_NonStandardParameter::H225_NonStandardParameter(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void H225_NonStandardParameter::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+24) << "nonStandardIdentifier = " << setprecision(indent) << m_nonStandardIdentifier << '\n'; strm << setw(indent+7) << "data = " << setprecision(indent) << m_data << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_NonStandardParameter::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_NonStandardParameter), PInvalidCast); #endif const H225_NonStandardParameter & other = (const H225_NonStandardParameter &)obj; Comparison result; if ((result = m_nonStandardIdentifier.Compare(other.m_nonStandardIdentifier)) != EqualTo) return result; if ((result = m_data.Compare(other.m_data)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_NonStandardParameter::GetDataLength() const { PINDEX length = 0; length += m_nonStandardIdentifier.GetObjectLength(); length += m_data.GetObjectLength(); return length; } BOOL H225_NonStandardParameter::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_nonStandardIdentifier.Decode(strm)) return FALSE; if (!m_data.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_NonStandardParameter::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_nonStandardIdentifier.Encode(strm); m_data.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_NonStandardParameter::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_NonStandardParameter::Class()), PInvalidCast); #endif return new H225_NonStandardParameter(*this); } // // PublicPartyNumber // H225_PublicPartyNumber::H225_PublicPartyNumber(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void H225_PublicPartyNumber::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+21) << "publicTypeOfNumber = " << setprecision(indent) << m_publicTypeOfNumber << '\n'; strm << setw(indent+21) << "publicNumberDigits = " << setprecision(indent) << m_publicNumberDigits << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_PublicPartyNumber::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_PublicPartyNumber), PInvalidCast); #endif const H225_PublicPartyNumber & other = (const H225_PublicPartyNumber &)obj; Comparison result; if ((result = m_publicTypeOfNumber.Compare(other.m_publicTypeOfNumber)) != EqualTo) return result; if ((result = m_publicNumberDigits.Compare(other.m_publicNumberDigits)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_PublicPartyNumber::GetDataLength() const { PINDEX length = 0; length += m_publicTypeOfNumber.GetObjectLength(); length += m_publicNumberDigits.GetObjectLength(); return length; } BOOL H225_PublicPartyNumber::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_publicTypeOfNumber.Decode(strm)) return FALSE; if (!m_publicNumberDigits.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_PublicPartyNumber::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_publicTypeOfNumber.Encode(strm); m_publicNumberDigits.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_PublicPartyNumber::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_PublicPartyNumber::Class()), PInvalidCast); #endif return new H225_PublicPartyNumber(*this); } // // PrivatePartyNumber // H225_PrivatePartyNumber::H225_PrivatePartyNumber(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void H225_PrivatePartyNumber::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+22) << "privateTypeOfNumber = " << setprecision(indent) << m_privateTypeOfNumber << '\n'; strm << setw(indent+22) << "privateNumberDigits = " << setprecision(indent) << m_privateNumberDigits << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_PrivatePartyNumber::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_PrivatePartyNumber), PInvalidCast); #endif const H225_PrivatePartyNumber & other = (const H225_PrivatePartyNumber &)obj; Comparison result; if ((result = m_privateTypeOfNumber.Compare(other.m_privateTypeOfNumber)) != EqualTo) return result; if ((result = m_privateNumberDigits.Compare(other.m_privateNumberDigits)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_PrivatePartyNumber::GetDataLength() const { PINDEX length = 0; length += m_privateTypeOfNumber.GetObjectLength(); length += m_privateNumberDigits.GetObjectLength(); return length; } BOOL H225_PrivatePartyNumber::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_privateTypeOfNumber.Decode(strm)) return FALSE; if (!m_privateNumberDigits.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_PrivatePartyNumber::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_privateTypeOfNumber.Encode(strm); m_privateNumberDigits.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_PrivatePartyNumber::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_PrivatePartyNumber::Class()), PInvalidCast); #endif return new H225_PrivatePartyNumber(*this); } // // ANSI-41-UIM // H225_ANSI_41_UIM::H225_ANSI_41_UIM(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 11, TRUE, 0) { m_imsi.SetConstraints(PASN_Object::FixedConstraint, 3, 16); m_min.SetConstraints(PASN_Object::FixedConstraint, 3, 16); m_mdn.SetConstraints(PASN_Object::FixedConstraint, 3, 16); m_msisdn.SetConstraints(PASN_Object::FixedConstraint, 3, 16); m_esn.SetConstraints(PASN_Object::FixedConstraint, 16); m_mscid.SetConstraints(PASN_Object::FixedConstraint, 3, 16); m_systemMyTypeCode.SetConstraints(PASN_Object::FixedConstraint, 1); m_systemAccessType.SetConstraints(PASN_Object::FixedConstraint, 1); m_qualificationInformationCode.SetConstraints(PASN_Object::FixedConstraint, 1); m_sesn.SetConstraints(PASN_Object::FixedConstraint, 16); m_soc.SetConstraints(PASN_Object::FixedConstraint, 3, 16); } #ifndef PASN_NOPRINTON void H225_ANSI_41_UIM::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_imsi)) strm << setw(indent+7) << "imsi = " << setprecision(indent) << m_imsi << '\n'; if (HasOptionalField(e_min)) strm << setw(indent+6) << "min = " << setprecision(indent) << m_min << '\n'; if (HasOptionalField(e_mdn)) strm << setw(indent+6) << "mdn = " << setprecision(indent) << m_mdn << '\n'; if (HasOptionalField(e_msisdn)) strm << setw(indent+9) << "msisdn = " << setprecision(indent) << m_msisdn << '\n'; if (HasOptionalField(e_esn)) strm << setw(indent+6) << "esn = " << setprecision(indent) << m_esn << '\n'; if (HasOptionalField(e_mscid)) strm << setw(indent+8) << "mscid = " << setprecision(indent) << m_mscid << '\n'; strm << setw(indent+12) << "system_id = " << setprecision(indent) << m_system_id << '\n'; if (HasOptionalField(e_systemMyTypeCode)) strm << setw(indent+19) << "systemMyTypeCode = " << setprecision(indent) << m_systemMyTypeCode << '\n'; if (HasOptionalField(e_systemAccessType)) strm << setw(indent+19) << "systemAccessType = " << setprecision(indent) << m_systemAccessType << '\n'; if (HasOptionalField(e_qualificationInformationCode)) strm << setw(indent+31) << "qualificationInformationCode = " << setprecision(indent) << m_qualificationInformationCode << '\n'; if (HasOptionalField(e_sesn)) strm << setw(indent+7) << "sesn = " << setprecision(indent) << m_sesn << '\n'; if (HasOptionalField(e_soc)) strm << setw(indent+6) << "soc = " << setprecision(indent) << m_soc << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_ANSI_41_UIM::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_ANSI_41_UIM), PInvalidCast); #endif const H225_ANSI_41_UIM & other = (const H225_ANSI_41_UIM &)obj; Comparison result; if ((result = m_imsi.Compare(other.m_imsi)) != EqualTo) return result; if ((result = m_min.Compare(other.m_min)) != EqualTo) return result; if ((result = m_mdn.Compare(other.m_mdn)) != EqualTo) return result; if ((result = m_msisdn.Compare(other.m_msisdn)) != EqualTo) return result; if ((result = m_esn.Compare(other.m_esn)) != EqualTo) return result; if ((result = m_mscid.Compare(other.m_mscid)) != EqualTo) return result; if ((result = m_system_id.Compare(other.m_system_id)) != EqualTo) return result; if ((result = m_systemMyTypeCode.Compare(other.m_systemMyTypeCode)) != EqualTo) return result; if ((result = m_systemAccessType.Compare(other.m_systemAccessType)) != EqualTo) return result; if ((result = m_qualificationInformationCode.Compare(other.m_qualificationInformationCode)) != EqualTo) return result; if ((result = m_sesn.Compare(other.m_sesn)) != EqualTo) return result; if ((result = m_soc.Compare(other.m_soc)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_ANSI_41_UIM::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_imsi)) length += m_imsi.GetObjectLength(); if (HasOptionalField(e_min)) length += m_min.GetObjectLength(); if (HasOptionalField(e_mdn)) length += m_mdn.GetObjectLength(); if (HasOptionalField(e_msisdn)) length += m_msisdn.GetObjectLength(); if (HasOptionalField(e_esn)) length += m_esn.GetObjectLength(); if (HasOptionalField(e_mscid)) length += m_mscid.GetObjectLength(); length += m_system_id.GetObjectLength(); if (HasOptionalField(e_systemMyTypeCode)) length += m_systemMyTypeCode.GetObjectLength(); if (HasOptionalField(e_systemAccessType)) length += m_systemAccessType.GetObjectLength(); if (HasOptionalField(e_qualificationInformationCode)) length += m_qualificationInformationCode.GetObjectLength(); if (HasOptionalField(e_sesn)) length += m_sesn.GetObjectLength(); if (HasOptionalField(e_soc)) length += m_soc.GetObjectLength(); return length; } BOOL H225_ANSI_41_UIM::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_imsi) && !m_imsi.Decode(strm)) return FALSE; if (HasOptionalField(e_min) && !m_min.Decode(strm)) return FALSE; if (HasOptionalField(e_mdn) && !m_mdn.Decode(strm)) return FALSE; if (HasOptionalField(e_msisdn) && !m_msisdn.Decode(strm)) return FALSE; if (HasOptionalField(e_esn) && !m_esn.Decode(strm)) return FALSE; if (HasOptionalField(e_mscid) && !m_mscid.Decode(strm)) return FALSE; if (!m_system_id.Decode(strm)) return FALSE; if (HasOptionalField(e_systemMyTypeCode) && !m_systemMyTypeCode.Decode(strm)) return FALSE; if (HasOptionalField(e_systemAccessType) && !m_systemAccessType.Decode(strm)) return FALSE; if (HasOptionalField(e_qualificationInformationCode) && !m_qualificationInformationCode.Decode(strm)) return FALSE; if (HasOptionalField(e_sesn) && !m_sesn.Decode(strm)) return FALSE; if (HasOptionalField(e_soc) && !m_soc.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_ANSI_41_UIM::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_imsi)) m_imsi.Encode(strm); if (HasOptionalField(e_min)) m_min.Encode(strm); if (HasOptionalField(e_mdn)) m_mdn.Encode(strm); if (HasOptionalField(e_msisdn)) m_msisdn.Encode(strm); if (HasOptionalField(e_esn)) m_esn.Encode(strm); if (HasOptionalField(e_mscid)) m_mscid.Encode(strm); m_system_id.Encode(strm); if (HasOptionalField(e_systemMyTypeCode)) m_systemMyTypeCode.Encode(strm); if (HasOptionalField(e_systemAccessType)) m_systemAccessType.Encode(strm); if (HasOptionalField(e_qualificationInformationCode)) m_qualificationInformationCode.Encode(strm); if (HasOptionalField(e_sesn)) m_sesn.Encode(strm); if (HasOptionalField(e_soc)) m_soc.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_ANSI_41_UIM::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ANSI_41_UIM::Class()), PInvalidCast); #endif return new H225_ANSI_41_UIM(*this); } // // AlternateTransportAddresses // H225_AlternateTransportAddresses::H225_AlternateTransportAddresses(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 1) { } #ifndef PASN_NOPRINTON void H225_AlternateTransportAddresses::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_annexE)) strm << setw(indent+9) << "annexE = " << setprecision(indent) << m_annexE << '\n'; if (HasOptionalField(e_sctp)) strm << setw(indent+7) << "sctp = " << setprecision(indent) << m_sctp << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_AlternateTransportAddresses::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_AlternateTransportAddresses), PInvalidCast); #endif const H225_AlternateTransportAddresses & other = (const H225_AlternateTransportAddresses &)obj; Comparison result; if ((result = m_annexE.Compare(other.m_annexE)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_AlternateTransportAddresses::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_annexE)) length += m_annexE.GetObjectLength(); return length; } BOOL H225_AlternateTransportAddresses::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_annexE) && !m_annexE.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_sctp, m_sctp)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_AlternateTransportAddresses::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_annexE)) m_annexE.Encode(strm); KnownExtensionEncode(strm, e_sctp, m_sctp); UnknownExtensionsEncode(strm); } PObject * H225_AlternateTransportAddresses::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_AlternateTransportAddresses::Class()), PInvalidCast); #endif return new H225_AlternateTransportAddresses(*this); } // // AlternateGK // H225_AlternateGK::H225_AlternateGK(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_priority.SetConstraints(PASN_Object::FixedConstraint, 0, 127); } #ifndef PASN_NOPRINTON void H225_AlternateGK::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+13) << "rasAddress = " << setprecision(indent) << m_rasAddress << '\n'; if (HasOptionalField(e_gatekeeperIdentifier)) strm << setw(indent+23) << "gatekeeperIdentifier = " << setprecision(indent) << m_gatekeeperIdentifier << '\n'; strm << setw(indent+17) << "needToRegister = " << setprecision(indent) << m_needToRegister << '\n'; strm << setw(indent+11) << "priority = " << setprecision(indent) << m_priority << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_AlternateGK::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_AlternateGK), PInvalidCast); #endif const H225_AlternateGK & other = (const H225_AlternateGK &)obj; Comparison result; if ((result = m_rasAddress.Compare(other.m_rasAddress)) != EqualTo) return result; if ((result = m_gatekeeperIdentifier.Compare(other.m_gatekeeperIdentifier)) != EqualTo) return result; if ((result = m_needToRegister.Compare(other.m_needToRegister)) != EqualTo) return result; if ((result = m_priority.Compare(other.m_priority)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_AlternateGK::GetDataLength() const { PINDEX length = 0; length += m_rasAddress.GetObjectLength(); if (HasOptionalField(e_gatekeeperIdentifier)) length += m_gatekeeperIdentifier.GetObjectLength(); length += m_needToRegister.GetObjectLength(); length += m_priority.GetObjectLength(); return length; } BOOL H225_AlternateGK::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_rasAddress.Decode(strm)) return FALSE; if (HasOptionalField(e_gatekeeperIdentifier) && !m_gatekeeperIdentifier.Decode(strm)) return FALSE; if (!m_needToRegister.Decode(strm)) return FALSE; if (!m_priority.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_AlternateGK::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_rasAddress.Encode(strm); if (HasOptionalField(e_gatekeeperIdentifier)) m_gatekeeperIdentifier.Encode(strm); m_needToRegister.Encode(strm); m_priority.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_AlternateGK::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_AlternateGK::Class()), PInvalidCast); #endif return new H225_AlternateGK(*this); } // // AltGKInfo // H225_AltGKInfo::H225_AltGKInfo(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_AltGKInfo::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+22) << "alternateGatekeeper = " << setprecision(indent) << m_alternateGatekeeper << '\n'; strm << setw(indent+19) << "altGKisPermanent = " << setprecision(indent) << m_altGKisPermanent << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_AltGKInfo::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_AltGKInfo), PInvalidCast); #endif const H225_AltGKInfo & other = (const H225_AltGKInfo &)obj; Comparison result; if ((result = m_alternateGatekeeper.Compare(other.m_alternateGatekeeper)) != EqualTo) return result; if ((result = m_altGKisPermanent.Compare(other.m_altGKisPermanent)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_AltGKInfo::GetDataLength() const { PINDEX length = 0; length += m_alternateGatekeeper.GetObjectLength(); length += m_altGKisPermanent.GetObjectLength(); return length; } BOOL H225_AltGKInfo::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_alternateGatekeeper.Decode(strm)) return FALSE; if (!m_altGKisPermanent.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_AltGKInfo::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_alternateGatekeeper.Encode(strm); m_altGKisPermanent.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_AltGKInfo::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_AltGKInfo::Class()), PInvalidCast); #endif return new H225_AltGKInfo(*this); } // // SecurityCapabilities // H225_SecurityCapabilities::H225_SecurityCapabilities(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_SecurityCapabilities::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_nonStandard)) strm << setw(indent+14) << "nonStandard = " << setprecision(indent) << m_nonStandard << '\n'; strm << setw(indent+13) << "encryption = " << setprecision(indent) << m_encryption << '\n'; strm << setw(indent+16) << "authenticaton = " << setprecision(indent) << m_authenticaton << '\n'; strm << setw(indent+12) << "integrity = " << setprecision(indent) << m_integrity << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_SecurityCapabilities::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_SecurityCapabilities), PInvalidCast); #endif const H225_SecurityCapabilities & other = (const H225_SecurityCapabilities &)obj; Comparison result; if ((result = m_nonStandard.Compare(other.m_nonStandard)) != EqualTo) return result; if ((result = m_encryption.Compare(other.m_encryption)) != EqualTo) return result; if ((result = m_authenticaton.Compare(other.m_authenticaton)) != EqualTo) return result; if ((result = m_integrity.Compare(other.m_integrity)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_SecurityCapabilities::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_nonStandard)) length += m_nonStandard.GetObjectLength(); length += m_encryption.GetObjectLength(); length += m_authenticaton.GetObjectLength(); length += m_integrity.GetObjectLength(); return length; } BOOL H225_SecurityCapabilities::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_nonStandard) && !m_nonStandard.Decode(strm)) return FALSE; if (!m_encryption.Decode(strm)) return FALSE; if (!m_authenticaton.Decode(strm)) return FALSE; if (!m_integrity.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_SecurityCapabilities::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_nonStandard)) m_nonStandard.Encode(strm); m_encryption.Encode(strm); m_authenticaton.Encode(strm); m_integrity.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_SecurityCapabilities::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_SecurityCapabilities::Class()), PInvalidCast); #endif return new H225_SecurityCapabilities(*this); } // // QseriesOptions // H225_QseriesOptions::H225_QseriesOptions(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_QseriesOptions::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "q932Full = " << setprecision(indent) << m_q932Full << '\n'; strm << setw(indent+11) << "q951Full = " << setprecision(indent) << m_q951Full << '\n'; strm << setw(indent+11) << "q952Full = " << setprecision(indent) << m_q952Full << '\n'; strm << setw(indent+11) << "q953Full = " << setprecision(indent) << m_q953Full << '\n'; strm << setw(indent+11) << "q955Full = " << setprecision(indent) << m_q955Full << '\n'; strm << setw(indent+11) << "q956Full = " << setprecision(indent) << m_q956Full << '\n'; strm << setw(indent+11) << "q957Full = " << setprecision(indent) << m_q957Full << '\n'; strm << setw(indent+11) << "q954Info = " << setprecision(indent) << m_q954Info << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_QseriesOptions::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_QseriesOptions), PInvalidCast); #endif const H225_QseriesOptions & other = (const H225_QseriesOptions &)obj; Comparison result; if ((result = m_q932Full.Compare(other.m_q932Full)) != EqualTo) return result; if ((result = m_q951Full.Compare(other.m_q951Full)) != EqualTo) return result; if ((result = m_q952Full.Compare(other.m_q952Full)) != EqualTo) return result; if ((result = m_q953Full.Compare(other.m_q953Full)) != EqualTo) return result; if ((result = m_q955Full.Compare(other.m_q955Full)) != EqualTo) return result; if ((result = m_q956Full.Compare(other.m_q956Full)) != EqualTo) return result; if ((result = m_q957Full.Compare(other.m_q957Full)) != EqualTo) return result; if ((result = m_q954Info.Compare(other.m_q954Info)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_QseriesOptions::GetDataLength() const { PINDEX length = 0; length += m_q932Full.GetObjectLength(); length += m_q951Full.GetObjectLength(); length += m_q952Full.GetObjectLength(); length += m_q953Full.GetObjectLength(); length += m_q955Full.GetObjectLength(); length += m_q956Full.GetObjectLength(); length += m_q957Full.GetObjectLength(); length += m_q954Info.GetObjectLength(); return length; } BOOL H225_QseriesOptions::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_q932Full.Decode(strm)) return FALSE; if (!m_q951Full.Decode(strm)) return FALSE; if (!m_q952Full.Decode(strm)) return FALSE; if (!m_q953Full.Decode(strm)) return FALSE; if (!m_q955Full.Decode(strm)) return FALSE; if (!m_q956Full.Decode(strm)) return FALSE; if (!m_q957Full.Decode(strm)) return FALSE; if (!m_q954Info.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_QseriesOptions::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_q932Full.Encode(strm); m_q951Full.Encode(strm); m_q952Full.Encode(strm); m_q953Full.Encode(strm); m_q955Full.Encode(strm); m_q956Full.Encode(strm); m_q957Full.Encode(strm); m_q954Info.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_QseriesOptions::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_QseriesOptions::Class()), PInvalidCast); #endif return new H225_QseriesOptions(*this); } // // DataRate // H225_DataRate::H225_DataRate(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { m_channelMultiplier.SetConstraints(PASN_Object::FixedConstraint, 1, 256); } #ifndef PASN_NOPRINTON void H225_DataRate::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; strm << setw(indent+14) << "channelRate = " << setprecision(indent) << m_channelRate << '\n'; if (HasOptionalField(e_channelMultiplier)) strm << setw(indent+20) << "channelMultiplier = " << setprecision(indent) << m_channelMultiplier << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_DataRate::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_DataRate), PInvalidCast); #endif const H225_DataRate & other = (const H225_DataRate &)obj; Comparison result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; if ((result = m_channelRate.Compare(other.m_channelRate)) != EqualTo) return result; if ((result = m_channelMultiplier.Compare(other.m_channelMultiplier)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_DataRate::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); length += m_channelRate.GetObjectLength(); if (HasOptionalField(e_channelMultiplier)) length += m_channelMultiplier.GetObjectLength(); return length; } BOOL H225_DataRate::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (!m_channelRate.Decode(strm)) return FALSE; if (HasOptionalField(e_channelMultiplier) && !m_channelMultiplier.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_DataRate::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); m_channelRate.Encode(strm); if (HasOptionalField(e_channelMultiplier)) m_channelMultiplier.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_DataRate::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_DataRate::Class()), PInvalidCast); #endif return new H225_DataRate(*this); } // // SupportedPrefix // H225_SupportedPrefix::H225_SupportedPrefix(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_SupportedPrefix::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; strm << setw(indent+9) << "prefix = " << setprecision(indent) << m_prefix << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_SupportedPrefix::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_SupportedPrefix), PInvalidCast); #endif const H225_SupportedPrefix & other = (const H225_SupportedPrefix &)obj; Comparison result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; if ((result = m_prefix.Compare(other.m_prefix)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_SupportedPrefix::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); length += m_prefix.GetObjectLength(); return length; } BOOL H225_SupportedPrefix::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (!m_prefix.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_SupportedPrefix::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); m_prefix.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_SupportedPrefix::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_SupportedPrefix::Class()), PInvalidCast); #endif return new H225_SupportedPrefix(*this); } // // CapacityReportingSpecification // H225_CapacityReportingSpecification::H225_CapacityReportingSpecification(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_CapacityReportingSpecification::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+7) << "when = " << setprecision(indent) << m_when << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_CapacityReportingSpecification::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_CapacityReportingSpecification), PInvalidCast); #endif const H225_CapacityReportingSpecification & other = (const H225_CapacityReportingSpecification &)obj; Comparison result; if ((result = m_when.Compare(other.m_when)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_CapacityReportingSpecification::GetDataLength() const { PINDEX length = 0; length += m_when.GetObjectLength(); return length; } BOOL H225_CapacityReportingSpecification::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_when.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_CapacityReportingSpecification::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_when.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_CapacityReportingSpecification::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_CapacityReportingSpecification::Class()), PInvalidCast); #endif return new H225_CapacityReportingSpecification(*this); } // // CallCapacityInfo // H225_CallCapacityInfo::H225_CallCapacityInfo(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 11, TRUE, 1) { } #ifndef PASN_NOPRINTON void H225_CallCapacityInfo::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_voiceGwCallsAvailable)) strm << setw(indent+24) << "voiceGwCallsAvailable = " << setprecision(indent) << m_voiceGwCallsAvailable << '\n'; if (HasOptionalField(e_h310GwCallsAvailable)) strm << setw(indent+23) << "h310GwCallsAvailable = " << setprecision(indent) << m_h310GwCallsAvailable << '\n'; if (HasOptionalField(e_h320GwCallsAvailable)) strm << setw(indent+23) << "h320GwCallsAvailable = " << setprecision(indent) << m_h320GwCallsAvailable << '\n'; if (HasOptionalField(e_h321GwCallsAvailable)) strm << setw(indent+23) << "h321GwCallsAvailable = " << setprecision(indent) << m_h321GwCallsAvailable << '\n'; if (HasOptionalField(e_h322GwCallsAvailable)) strm << setw(indent+23) << "h322GwCallsAvailable = " << setprecision(indent) << m_h322GwCallsAvailable << '\n'; if (HasOptionalField(e_h323GwCallsAvailable)) strm << setw(indent+23) << "h323GwCallsAvailable = " << setprecision(indent) << m_h323GwCallsAvailable << '\n'; if (HasOptionalField(e_h324GwCallsAvailable)) strm << setw(indent+23) << "h324GwCallsAvailable = " << setprecision(indent) << m_h324GwCallsAvailable << '\n'; if (HasOptionalField(e_t120OnlyGwCallsAvailable)) strm << setw(indent+27) << "t120OnlyGwCallsAvailable = " << setprecision(indent) << m_t120OnlyGwCallsAvailable << '\n'; if (HasOptionalField(e_t38FaxAnnexbOnlyGwCallsAvailable)) strm << setw(indent+35) << "t38FaxAnnexbOnlyGwCallsAvailable = " << setprecision(indent) << m_t38FaxAnnexbOnlyGwCallsAvailable << '\n'; if (HasOptionalField(e_terminalCallsAvailable)) strm << setw(indent+25) << "terminalCallsAvailable = " << setprecision(indent) << m_terminalCallsAvailable << '\n'; if (HasOptionalField(e_mcuCallsAvailable)) strm << setw(indent+20) << "mcuCallsAvailable = " << setprecision(indent) << m_mcuCallsAvailable << '\n'; if (HasOptionalField(e_sipGwCallsAvailable)) strm << setw(indent+22) << "sipGwCallsAvailable = " << setprecision(indent) << m_sipGwCallsAvailable << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_CallCapacityInfo::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_CallCapacityInfo), PInvalidCast); #endif const H225_CallCapacityInfo & other = (const H225_CallCapacityInfo &)obj; Comparison result; if ((result = m_voiceGwCallsAvailable.Compare(other.m_voiceGwCallsAvailable)) != EqualTo) return result; if ((result = m_h310GwCallsAvailable.Compare(other.m_h310GwCallsAvailable)) != EqualTo) return result; if ((result = m_h320GwCallsAvailable.Compare(other.m_h320GwCallsAvailable)) != EqualTo) return result; if ((result = m_h321GwCallsAvailable.Compare(other.m_h321GwCallsAvailable)) != EqualTo) return result; if ((result = m_h322GwCallsAvailable.Compare(other.m_h322GwCallsAvailable)) != EqualTo) return result; if ((result = m_h323GwCallsAvailable.Compare(other.m_h323GwCallsAvailable)) != EqualTo) return result; if ((result = m_h324GwCallsAvailable.Compare(other.m_h324GwCallsAvailable)) != EqualTo) return result; if ((result = m_t120OnlyGwCallsAvailable.Compare(other.m_t120OnlyGwCallsAvailable)) != EqualTo) return result; if ((result = m_t38FaxAnnexbOnlyGwCallsAvailable.Compare(other.m_t38FaxAnnexbOnlyGwCallsAvailable)) != EqualTo) return result; if ((result = m_terminalCallsAvailable.Compare(other.m_terminalCallsAvailable)) != EqualTo) return result; if ((result = m_mcuCallsAvailable.Compare(other.m_mcuCallsAvailable)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_CallCapacityInfo::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_voiceGwCallsAvailable)) length += m_voiceGwCallsAvailable.GetObjectLength(); if (HasOptionalField(e_h310GwCallsAvailable)) length += m_h310GwCallsAvailable.GetObjectLength(); if (HasOptionalField(e_h320GwCallsAvailable)) length += m_h320GwCallsAvailable.GetObjectLength(); if (HasOptionalField(e_h321GwCallsAvailable)) length += m_h321GwCallsAvailable.GetObjectLength(); if (HasOptionalField(e_h322GwCallsAvailable)) length += m_h322GwCallsAvailable.GetObjectLength(); if (HasOptionalField(e_h323GwCallsAvailable)) length += m_h323GwCallsAvailable.GetObjectLength(); if (HasOptionalField(e_h324GwCallsAvailable)) length += m_h324GwCallsAvailable.GetObjectLength(); if (HasOptionalField(e_t120OnlyGwCallsAvailable)) length += m_t120OnlyGwCallsAvailable.GetObjectLength(); if (HasOptionalField(e_t38FaxAnnexbOnlyGwCallsAvailable)) length += m_t38FaxAnnexbOnlyGwCallsAvailable.GetObjectLength(); if (HasOptionalField(e_terminalCallsAvailable)) length += m_terminalCallsAvailable.GetObjectLength(); if (HasOptionalField(e_mcuCallsAvailable)) length += m_mcuCallsAvailable.GetObjectLength(); return length; } BOOL H225_CallCapacityInfo::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_voiceGwCallsAvailable) && !m_voiceGwCallsAvailable.Decode(strm)) return FALSE; if (HasOptionalField(e_h310GwCallsAvailable) && !m_h310GwCallsAvailable.Decode(strm)) return FALSE; if (HasOptionalField(e_h320GwCallsAvailable) && !m_h320GwCallsAvailable.Decode(strm)) return FALSE; if (HasOptionalField(e_h321GwCallsAvailable) && !m_h321GwCallsAvailable.Decode(strm)) return FALSE; if (HasOptionalField(e_h322GwCallsAvailable) && !m_h322GwCallsAvailable.Decode(strm)) return FALSE; if (HasOptionalField(e_h323GwCallsAvailable) && !m_h323GwCallsAvailable.Decode(strm)) return FALSE; if (HasOptionalField(e_h324GwCallsAvailable) && !m_h324GwCallsAvailable.Decode(strm)) return FALSE; if (HasOptionalField(e_t120OnlyGwCallsAvailable) && !m_t120OnlyGwCallsAvailable.Decode(strm)) return FALSE; if (HasOptionalField(e_t38FaxAnnexbOnlyGwCallsAvailable) && !m_t38FaxAnnexbOnlyGwCallsAvailable.Decode(strm)) return FALSE; if (HasOptionalField(e_terminalCallsAvailable) && !m_terminalCallsAvailable.Decode(strm)) return FALSE; if (HasOptionalField(e_mcuCallsAvailable) && !m_mcuCallsAvailable.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_sipGwCallsAvailable, m_sipGwCallsAvailable)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_CallCapacityInfo::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_voiceGwCallsAvailable)) m_voiceGwCallsAvailable.Encode(strm); if (HasOptionalField(e_h310GwCallsAvailable)) m_h310GwCallsAvailable.Encode(strm); if (HasOptionalField(e_h320GwCallsAvailable)) m_h320GwCallsAvailable.Encode(strm); if (HasOptionalField(e_h321GwCallsAvailable)) m_h321GwCallsAvailable.Encode(strm); if (HasOptionalField(e_h322GwCallsAvailable)) m_h322GwCallsAvailable.Encode(strm); if (HasOptionalField(e_h323GwCallsAvailable)) m_h323GwCallsAvailable.Encode(strm); if (HasOptionalField(e_h324GwCallsAvailable)) m_h324GwCallsAvailable.Encode(strm); if (HasOptionalField(e_t120OnlyGwCallsAvailable)) m_t120OnlyGwCallsAvailable.Encode(strm); if (HasOptionalField(e_t38FaxAnnexbOnlyGwCallsAvailable)) m_t38FaxAnnexbOnlyGwCallsAvailable.Encode(strm); if (HasOptionalField(e_terminalCallsAvailable)) m_terminalCallsAvailable.Encode(strm); if (HasOptionalField(e_mcuCallsAvailable)) m_mcuCallsAvailable.Encode(strm); KnownExtensionEncode(strm, e_sipGwCallsAvailable, m_sipGwCallsAvailable); UnknownExtensionsEncode(strm); } PObject * H225_CallCapacityInfo::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_CallCapacityInfo::Class()), PInvalidCast); #endif return new H225_CallCapacityInfo(*this); } // // CallsAvailable // H225_CallsAvailable::H225_CallsAvailable(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 1) { m_calls.SetConstraints(PASN_Object::FixedConstraint, 0, 4294967295U); m_group.SetConstraints(PASN_Object::FixedConstraint, 1, 128); } #ifndef PASN_NOPRINTON void H225_CallsAvailable::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+8) << "calls = " << setprecision(indent) << m_calls << '\n'; if (HasOptionalField(e_group)) strm << setw(indent+8) << "group = " << setprecision(indent) << m_group << '\n'; if (HasOptionalField(e_carrier)) strm << setw(indent+10) << "carrier = " << setprecision(indent) << m_carrier << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_CallsAvailable::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_CallsAvailable), PInvalidCast); #endif const H225_CallsAvailable & other = (const H225_CallsAvailable &)obj; Comparison result; if ((result = m_calls.Compare(other.m_calls)) != EqualTo) return result; if ((result = m_group.Compare(other.m_group)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_CallsAvailable::GetDataLength() const { PINDEX length = 0; length += m_calls.GetObjectLength(); if (HasOptionalField(e_group)) length += m_group.GetObjectLength(); return length; } BOOL H225_CallsAvailable::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_calls.Decode(strm)) return FALSE; if (HasOptionalField(e_group) && !m_group.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_carrier, m_carrier)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_CallsAvailable::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_calls.Encode(strm); if (HasOptionalField(e_group)) m_group.Encode(strm); KnownExtensionEncode(strm, e_carrier, m_carrier); UnknownExtensionsEncode(strm); } PObject * H225_CallsAvailable::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_CallsAvailable::Class()), PInvalidCast); #endif return new H225_CallsAvailable(*this); } // // CicInfo // H225_CicInfo::H225_CicInfo(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_pointCode.SetConstraints(PASN_Object::FixedConstraint, 2, 5); } #ifndef PASN_NOPRINTON void H225_CicInfo::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+6) << "cic = " << setprecision(indent) << m_cic << '\n'; strm << setw(indent+12) << "pointCode = " << setprecision(indent) << m_pointCode << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_CicInfo::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_CicInfo), PInvalidCast); #endif const H225_CicInfo & other = (const H225_CicInfo &)obj; Comparison result; if ((result = m_cic.Compare(other.m_cic)) != EqualTo) return result; if ((result = m_pointCode.Compare(other.m_pointCode)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_CicInfo::GetDataLength() const { PINDEX length = 0; length += m_cic.GetObjectLength(); length += m_pointCode.GetObjectLength(); return length; } BOOL H225_CicInfo::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_cic.Decode(strm)) return FALSE; if (!m_pointCode.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_CicInfo::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_cic.Encode(strm); m_pointCode.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_CicInfo::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_CicInfo::Class()), PInvalidCast); #endif return new H225_CicInfo(*this); } // // GroupID // H225_GroupID::H225_GroupID(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_group.SetConstraints(PASN_Object::FixedConstraint, 1, 128); } #ifndef PASN_NOPRINTON void H225_GroupID::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_member)) strm << setw(indent+9) << "member = " << setprecision(indent) << m_member << '\n'; strm << setw(indent+8) << "group = " << setprecision(indent) << m_group << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_GroupID::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_GroupID), PInvalidCast); #endif const H225_GroupID & other = (const H225_GroupID &)obj; Comparison result; if ((result = m_member.Compare(other.m_member)) != EqualTo) return result; if ((result = m_group.Compare(other.m_group)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_GroupID::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_member)) length += m_member.GetObjectLength(); length += m_group.GetObjectLength(); return length; } BOOL H225_GroupID::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_member) && !m_member.Decode(strm)) return FALSE; if (!m_group.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_GroupID::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_member)) m_member.Encode(strm); m_group.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_GroupID::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_GroupID::Class()), PInvalidCast); #endif return new H225_GroupID(*this); } // // ServiceControlSession // H225_ServiceControlSession::H225_ServiceControlSession(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_sessionId.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H225_ServiceControlSession::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "sessionId = " << setprecision(indent) << m_sessionId << '\n'; if (HasOptionalField(e_contents)) strm << setw(indent+11) << "contents = " << setprecision(indent) << m_contents << '\n'; strm << setw(indent+9) << "reason = " << setprecision(indent) << m_reason << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_ServiceControlSession::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_ServiceControlSession), PInvalidCast); #endif const H225_ServiceControlSession & other = (const H225_ServiceControlSession &)obj; Comparison result; if ((result = m_sessionId.Compare(other.m_sessionId)) != EqualTo) return result; if ((result = m_contents.Compare(other.m_contents)) != EqualTo) return result; if ((result = m_reason.Compare(other.m_reason)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_ServiceControlSession::GetDataLength() const { PINDEX length = 0; length += m_sessionId.GetObjectLength(); if (HasOptionalField(e_contents)) length += m_contents.GetObjectLength(); length += m_reason.GetObjectLength(); return length; } BOOL H225_ServiceControlSession::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_sessionId.Decode(strm)) return FALSE; if (HasOptionalField(e_contents) && !m_contents.Decode(strm)) return FALSE; if (!m_reason.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_ServiceControlSession::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_sessionId.Encode(strm); if (HasOptionalField(e_contents)) m_contents.Encode(strm); m_reason.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_ServiceControlSession::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ServiceControlSession::Class()), PInvalidCast); #endif return new H225_ServiceControlSession(*this); } // // RasUsageInfoTypes // H225_RasUsageInfoTypes::H225_RasUsageInfoTypes(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_RasUsageInfoTypes::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+24) << "nonStandardUsageTypes = " << setprecision(indent) << m_nonStandardUsageTypes << '\n'; if (HasOptionalField(e_startTime)) strm << setw(indent+12) << "startTime = " << setprecision(indent) << m_startTime << '\n'; if (HasOptionalField(e_endTime)) strm << setw(indent+10) << "endTime = " << setprecision(indent) << m_endTime << '\n'; if (HasOptionalField(e_terminationCause)) strm << setw(indent+19) << "terminationCause = " << setprecision(indent) << m_terminationCause << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_RasUsageInfoTypes::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_RasUsageInfoTypes), PInvalidCast); #endif const H225_RasUsageInfoTypes & other = (const H225_RasUsageInfoTypes &)obj; Comparison result; if ((result = m_nonStandardUsageTypes.Compare(other.m_nonStandardUsageTypes)) != EqualTo) return result; if ((result = m_startTime.Compare(other.m_startTime)) != EqualTo) return result; if ((result = m_endTime.Compare(other.m_endTime)) != EqualTo) return result; if ((result = m_terminationCause.Compare(other.m_terminationCause)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_RasUsageInfoTypes::GetDataLength() const { PINDEX length = 0; length += m_nonStandardUsageTypes.GetObjectLength(); if (HasOptionalField(e_startTime)) length += m_startTime.GetObjectLength(); if (HasOptionalField(e_endTime)) length += m_endTime.GetObjectLength(); if (HasOptionalField(e_terminationCause)) length += m_terminationCause.GetObjectLength(); return length; } BOOL H225_RasUsageInfoTypes::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_nonStandardUsageTypes.Decode(strm)) return FALSE; if (HasOptionalField(e_startTime) && !m_startTime.Decode(strm)) return FALSE; if (HasOptionalField(e_endTime) && !m_endTime.Decode(strm)) return FALSE; if (HasOptionalField(e_terminationCause) && !m_terminationCause.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_RasUsageInfoTypes::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_nonStandardUsageTypes.Encode(strm); if (HasOptionalField(e_startTime)) m_startTime.Encode(strm); if (HasOptionalField(e_endTime)) m_endTime.Encode(strm); if (HasOptionalField(e_terminationCause)) m_terminationCause.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_RasUsageInfoTypes::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_RasUsageInfoTypes::Class()), PInvalidCast); #endif return new H225_RasUsageInfoTypes(*this); } // // RasUsageSpecification // H225_RasUsageSpecification::H225_RasUsageSpecification(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_RasUsageSpecification::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+7) << "when = " << setprecision(indent) << m_when << '\n'; if (HasOptionalField(e_callStartingPoint)) strm << setw(indent+20) << "callStartingPoint = " << setprecision(indent) << m_callStartingPoint << '\n'; strm << setw(indent+11) << "required = " << setprecision(indent) << m_required << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_RasUsageSpecification::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_RasUsageSpecification), PInvalidCast); #endif const H225_RasUsageSpecification & other = (const H225_RasUsageSpecification &)obj; Comparison result; if ((result = m_when.Compare(other.m_when)) != EqualTo) return result; if ((result = m_callStartingPoint.Compare(other.m_callStartingPoint)) != EqualTo) return result; if ((result = m_required.Compare(other.m_required)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_RasUsageSpecification::GetDataLength() const { PINDEX length = 0; length += m_when.GetObjectLength(); if (HasOptionalField(e_callStartingPoint)) length += m_callStartingPoint.GetObjectLength(); length += m_required.GetObjectLength(); return length; } BOOL H225_RasUsageSpecification::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_when.Decode(strm)) return FALSE; if (HasOptionalField(e_callStartingPoint) && !m_callStartingPoint.Decode(strm)) return FALSE; if (!m_required.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_RasUsageSpecification::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_when.Encode(strm); if (HasOptionalField(e_callStartingPoint)) m_callStartingPoint.Encode(strm); m_required.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_RasUsageSpecification::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_RasUsageSpecification::Class()), PInvalidCast); #endif return new H225_RasUsageSpecification(*this); } // // RasUsageInformation // H225_RasUsageInformation::H225_RasUsageInformation(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_RasUsageInformation::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+25) << "nonStandardUsageFields = " << setprecision(indent) << m_nonStandardUsageFields << '\n'; if (HasOptionalField(e_alertingTime)) strm << setw(indent+15) << "alertingTime = " << setprecision(indent) << m_alertingTime << '\n'; if (HasOptionalField(e_connectTime)) strm << setw(indent+14) << "connectTime = " << setprecision(indent) << m_connectTime << '\n'; if (HasOptionalField(e_endTime)) strm << setw(indent+10) << "endTime = " << setprecision(indent) << m_endTime << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_RasUsageInformation::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_RasUsageInformation), PInvalidCast); #endif const H225_RasUsageInformation & other = (const H225_RasUsageInformation &)obj; Comparison result; if ((result = m_nonStandardUsageFields.Compare(other.m_nonStandardUsageFields)) != EqualTo) return result; if ((result = m_alertingTime.Compare(other.m_alertingTime)) != EqualTo) return result; if ((result = m_connectTime.Compare(other.m_connectTime)) != EqualTo) return result; if ((result = m_endTime.Compare(other.m_endTime)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_RasUsageInformation::GetDataLength() const { PINDEX length = 0; length += m_nonStandardUsageFields.GetObjectLength(); if (HasOptionalField(e_alertingTime)) length += m_alertingTime.GetObjectLength(); if (HasOptionalField(e_connectTime)) length += m_connectTime.GetObjectLength(); if (HasOptionalField(e_endTime)) length += m_endTime.GetObjectLength(); return length; } BOOL H225_RasUsageInformation::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_nonStandardUsageFields.Decode(strm)) return FALSE; if (HasOptionalField(e_alertingTime) && !m_alertingTime.Decode(strm)) return FALSE; if (HasOptionalField(e_connectTime) && !m_connectTime.Decode(strm)) return FALSE; if (HasOptionalField(e_endTime) && !m_endTime.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_RasUsageInformation::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_nonStandardUsageFields.Encode(strm); if (HasOptionalField(e_alertingTime)) m_alertingTime.Encode(strm); if (HasOptionalField(e_connectTime)) m_connectTime.Encode(strm); if (HasOptionalField(e_endTime)) m_endTime.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_RasUsageInformation::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_RasUsageInformation::Class()), PInvalidCast); #endif return new H225_RasUsageInformation(*this); } // // BandwidthDetails // H225_BandwidthDetails::H225_BandwidthDetails(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_BandwidthDetails::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "sender = " << setprecision(indent) << m_sender << '\n'; strm << setw(indent+12) << "multicast = " << setprecision(indent) << m_multicast << '\n'; strm << setw(indent+12) << "bandwidth = " << setprecision(indent) << m_bandwidth << '\n'; strm << setw(indent+16) << "rtcpAddresses = " << setprecision(indent) << m_rtcpAddresses << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_BandwidthDetails::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_BandwidthDetails), PInvalidCast); #endif const H225_BandwidthDetails & other = (const H225_BandwidthDetails &)obj; Comparison result; if ((result = m_sender.Compare(other.m_sender)) != EqualTo) return result; if ((result = m_multicast.Compare(other.m_multicast)) != EqualTo) return result; if ((result = m_bandwidth.Compare(other.m_bandwidth)) != EqualTo) return result; if ((result = m_rtcpAddresses.Compare(other.m_rtcpAddresses)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_BandwidthDetails::GetDataLength() const { PINDEX length = 0; length += m_sender.GetObjectLength(); length += m_multicast.GetObjectLength(); length += m_bandwidth.GetObjectLength(); length += m_rtcpAddresses.GetObjectLength(); return length; } BOOL H225_BandwidthDetails::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_sender.Decode(strm)) return FALSE; if (!m_multicast.Decode(strm)) return FALSE; if (!m_bandwidth.Decode(strm)) return FALSE; if (!m_rtcpAddresses.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_BandwidthDetails::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_sender.Encode(strm); m_multicast.Encode(strm); m_bandwidth.Encode(strm); m_rtcpAddresses.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_BandwidthDetails::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_BandwidthDetails::Class()), PInvalidCast); #endif return new H225_BandwidthDetails(*this); } // // CallCreditServiceControl // H225_CallCreditServiceControl::H225_CallCreditServiceControl(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 5, TRUE, 0) { m_amountString.SetConstraints(PASN_Object::FixedConstraint, 1, 512); m_callDurationLimit.SetConstraints(PASN_Object::FixedConstraint, 1, 4294967295U); } #ifndef PASN_NOPRINTON void H225_CallCreditServiceControl::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_amountString)) strm << setw(indent+15) << "amountString = " << setprecision(indent) << m_amountString << '\n'; if (HasOptionalField(e_billingMode)) strm << setw(indent+14) << "billingMode = " << setprecision(indent) << m_billingMode << '\n'; if (HasOptionalField(e_callDurationLimit)) strm << setw(indent+20) << "callDurationLimit = " << setprecision(indent) << m_callDurationLimit << '\n'; if (HasOptionalField(e_enforceCallDurationLimit)) strm << setw(indent+27) << "enforceCallDurationLimit = " << setprecision(indent) << m_enforceCallDurationLimit << '\n'; if (HasOptionalField(e_callStartingPoint)) strm << setw(indent+20) << "callStartingPoint = " << setprecision(indent) << m_callStartingPoint << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_CallCreditServiceControl::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_CallCreditServiceControl), PInvalidCast); #endif const H225_CallCreditServiceControl & other = (const H225_CallCreditServiceControl &)obj; Comparison result; if ((result = m_amountString.Compare(other.m_amountString)) != EqualTo) return result; if ((result = m_billingMode.Compare(other.m_billingMode)) != EqualTo) return result; if ((result = m_callDurationLimit.Compare(other.m_callDurationLimit)) != EqualTo) return result; if ((result = m_enforceCallDurationLimit.Compare(other.m_enforceCallDurationLimit)) != EqualTo) return result; if ((result = m_callStartingPoint.Compare(other.m_callStartingPoint)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_CallCreditServiceControl::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_amountString)) length += m_amountString.GetObjectLength(); if (HasOptionalField(e_billingMode)) length += m_billingMode.GetObjectLength(); if (HasOptionalField(e_callDurationLimit)) length += m_callDurationLimit.GetObjectLength(); if (HasOptionalField(e_enforceCallDurationLimit)) length += m_enforceCallDurationLimit.GetObjectLength(); if (HasOptionalField(e_callStartingPoint)) length += m_callStartingPoint.GetObjectLength(); return length; } BOOL H225_CallCreditServiceControl::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_amountString) && !m_amountString.Decode(strm)) return FALSE; if (HasOptionalField(e_billingMode) && !m_billingMode.Decode(strm)) return FALSE; if (HasOptionalField(e_callDurationLimit) && !m_callDurationLimit.Decode(strm)) return FALSE; if (HasOptionalField(e_enforceCallDurationLimit) && !m_enforceCallDurationLimit.Decode(strm)) return FALSE; if (HasOptionalField(e_callStartingPoint) && !m_callStartingPoint.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_CallCreditServiceControl::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_amountString)) m_amountString.Encode(strm); if (HasOptionalField(e_billingMode)) m_billingMode.Encode(strm); if (HasOptionalField(e_callDurationLimit)) m_callDurationLimit.Encode(strm); if (HasOptionalField(e_enforceCallDurationLimit)) m_enforceCallDurationLimit.Encode(strm); if (HasOptionalField(e_callStartingPoint)) m_callStartingPoint.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_CallCreditServiceControl::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_CallCreditServiceControl::Class()), PInvalidCast); #endif return new H225_CallCreditServiceControl(*this); } // // GenericData // H225_GenericData::H225_GenericData(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_parameters.SetConstraints(PASN_Object::FixedConstraint, 1, 512); } #ifndef PASN_NOPRINTON void H225_GenericData::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+5) << "id = " << setprecision(indent) << m_id << '\n'; if (HasOptionalField(e_parameters)) strm << setw(indent+13) << "parameters = " << setprecision(indent) << m_parameters << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_GenericData::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_GenericData), PInvalidCast); #endif const H225_GenericData & other = (const H225_GenericData &)obj; Comparison result; if ((result = m_id.Compare(other.m_id)) != EqualTo) return result; if ((result = m_parameters.Compare(other.m_parameters)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_GenericData::GetDataLength() const { PINDEX length = 0; length += m_id.GetObjectLength(); if (HasOptionalField(e_parameters)) length += m_parameters.GetObjectLength(); return length; } BOOL H225_GenericData::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_id.Decode(strm)) return FALSE; if (HasOptionalField(e_parameters) && !m_parameters.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_GenericData::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_id.Encode(strm); if (HasOptionalField(e_parameters)) m_parameters.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_GenericData::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_GenericData::Class()), PInvalidCast); #endif return new H225_GenericData(*this); } // // EnumeratedParameter // H225_EnumeratedParameter::H225_EnumeratedParameter(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_EnumeratedParameter::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+5) << "id = " << setprecision(indent) << m_id << '\n'; if (HasOptionalField(e_content)) strm << setw(indent+10) << "content = " << setprecision(indent) << m_content << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_EnumeratedParameter::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_EnumeratedParameter), PInvalidCast); #endif const H225_EnumeratedParameter & other = (const H225_EnumeratedParameter &)obj; Comparison result; if ((result = m_id.Compare(other.m_id)) != EqualTo) return result; if ((result = m_content.Compare(other.m_content)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_EnumeratedParameter::GetDataLength() const { PINDEX length = 0; length += m_id.GetObjectLength(); if (HasOptionalField(e_content)) length += m_content.GetObjectLength(); return length; } BOOL H225_EnumeratedParameter::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_id.Decode(strm)) return FALSE; if (HasOptionalField(e_content) && !m_content.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_EnumeratedParameter::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_id.Encode(strm); if (HasOptionalField(e_content)) m_content.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_EnumeratedParameter::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_EnumeratedParameter::Class()), PInvalidCast); #endif return new H225_EnumeratedParameter(*this); } // // FeatureSet // H225_FeatureSet::H225_FeatureSet(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_FeatureSet::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+24) << "replacementFeatureSet = " << setprecision(indent) << m_replacementFeatureSet << '\n'; if (HasOptionalField(e_neededFeatures)) strm << setw(indent+17) << "neededFeatures = " << setprecision(indent) << m_neededFeatures << '\n'; if (HasOptionalField(e_desiredFeatures)) strm << setw(indent+18) << "desiredFeatures = " << setprecision(indent) << m_desiredFeatures << '\n'; if (HasOptionalField(e_supportedFeatures)) strm << setw(indent+20) << "supportedFeatures = " << setprecision(indent) << m_supportedFeatures << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_FeatureSet::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_FeatureSet), PInvalidCast); #endif const H225_FeatureSet & other = (const H225_FeatureSet &)obj; Comparison result; if ((result = m_replacementFeatureSet.Compare(other.m_replacementFeatureSet)) != EqualTo) return result; if ((result = m_neededFeatures.Compare(other.m_neededFeatures)) != EqualTo) return result; if ((result = m_desiredFeatures.Compare(other.m_desiredFeatures)) != EqualTo) return result; if ((result = m_supportedFeatures.Compare(other.m_supportedFeatures)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_FeatureSet::GetDataLength() const { PINDEX length = 0; length += m_replacementFeatureSet.GetObjectLength(); if (HasOptionalField(e_neededFeatures)) length += m_neededFeatures.GetObjectLength(); if (HasOptionalField(e_desiredFeatures)) length += m_desiredFeatures.GetObjectLength(); if (HasOptionalField(e_supportedFeatures)) length += m_supportedFeatures.GetObjectLength(); return length; } BOOL H225_FeatureSet::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_replacementFeatureSet.Decode(strm)) return FALSE; if (HasOptionalField(e_neededFeatures) && !m_neededFeatures.Decode(strm)) return FALSE; if (HasOptionalField(e_desiredFeatures) && !m_desiredFeatures.Decode(strm)) return FALSE; if (HasOptionalField(e_supportedFeatures) && !m_supportedFeatures.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_FeatureSet::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_replacementFeatureSet.Encode(strm); if (HasOptionalField(e_neededFeatures)) m_neededFeatures.Encode(strm); if (HasOptionalField(e_desiredFeatures)) m_desiredFeatures.Encode(strm); if (HasOptionalField(e_supportedFeatures)) m_supportedFeatures.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_FeatureSet::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_FeatureSet::Class()), PInvalidCast); #endif return new H225_FeatureSet(*this); } // // RTPSession // H225_RTPSession::H225_RTPSession(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 2) { m_ssrc.SetConstraints(PASN_Object::FixedConstraint, 1, 4294967295U); m_sessionId.SetConstraints(PASN_Object::FixedConstraint, 1, 255); } #ifndef PASN_NOPRINTON void H225_RTPSession::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+13) << "rtpAddress = " << setprecision(indent) << m_rtpAddress << '\n'; strm << setw(indent+14) << "rtcpAddress = " << setprecision(indent) << m_rtcpAddress << '\n'; strm << setw(indent+8) << "cname = " << setprecision(indent) << m_cname << '\n'; strm << setw(indent+7) << "ssrc = " << setprecision(indent) << m_ssrc << '\n'; strm << setw(indent+12) << "sessionId = " << setprecision(indent) << m_sessionId << '\n'; strm << setw(indent+23) << "associatedSessionIds = " << setprecision(indent) << m_associatedSessionIds << '\n'; if (HasOptionalField(e_multicast)) strm << setw(indent+12) << "multicast = " << setprecision(indent) << m_multicast << '\n'; if (HasOptionalField(e_bandwidth)) strm << setw(indent+12) << "bandwidth = " << setprecision(indent) << m_bandwidth << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_RTPSession::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_RTPSession), PInvalidCast); #endif const H225_RTPSession & other = (const H225_RTPSession &)obj; Comparison result; if ((result = m_rtpAddress.Compare(other.m_rtpAddress)) != EqualTo) return result; if ((result = m_rtcpAddress.Compare(other.m_rtcpAddress)) != EqualTo) return result; if ((result = m_cname.Compare(other.m_cname)) != EqualTo) return result; if ((result = m_ssrc.Compare(other.m_ssrc)) != EqualTo) return result; if ((result = m_sessionId.Compare(other.m_sessionId)) != EqualTo) return result; if ((result = m_associatedSessionIds.Compare(other.m_associatedSessionIds)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_RTPSession::GetDataLength() const { PINDEX length = 0; length += m_rtpAddress.GetObjectLength(); length += m_rtcpAddress.GetObjectLength(); length += m_cname.GetObjectLength(); length += m_ssrc.GetObjectLength(); length += m_sessionId.GetObjectLength(); length += m_associatedSessionIds.GetObjectLength(); return length; } BOOL H225_RTPSession::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_rtpAddress.Decode(strm)) return FALSE; if (!m_rtcpAddress.Decode(strm)) return FALSE; if (!m_cname.Decode(strm)) return FALSE; if (!m_ssrc.Decode(strm)) return FALSE; if (!m_sessionId.Decode(strm)) return FALSE; if (!m_associatedSessionIds.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_multicast, m_multicast)) return FALSE; if (!KnownExtensionDecode(strm, e_bandwidth, m_bandwidth)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_RTPSession::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_rtpAddress.Encode(strm); m_rtcpAddress.Encode(strm); m_cname.Encode(strm); m_ssrc.Encode(strm); m_sessionId.Encode(strm); m_associatedSessionIds.Encode(strm); KnownExtensionEncode(strm, e_multicast, m_multicast); KnownExtensionEncode(strm, e_bandwidth, m_bandwidth); UnknownExtensionsEncode(strm); } PObject * H225_RTPSession::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_RTPSession::Class()), PInvalidCast); #endif return new H225_RTPSession(*this); } // // GatekeeperConfirm // H225_GatekeeperConfirm::H225_GatekeeperConfirm(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 9) { } #ifndef PASN_NOPRINTON void H225_GatekeeperConfirm::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "requestSeqNum = " << setprecision(indent) << m_requestSeqNum << '\n'; strm << setw(indent+21) << "protocolIdentifier = " << setprecision(indent) << m_protocolIdentifier << '\n'; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_gatekeeperIdentifier)) strm << setw(indent+23) << "gatekeeperIdentifier = " << setprecision(indent) << m_gatekeeperIdentifier << '\n'; strm << setw(indent+13) << "rasAddress = " << setprecision(indent) << m_rasAddress << '\n'; if (HasOptionalField(e_alternateGatekeeper)) strm << setw(indent+22) << "alternateGatekeeper = " << setprecision(indent) << m_alternateGatekeeper << '\n'; if (HasOptionalField(e_authenticationMode)) strm << setw(indent+21) << "authenticationMode = " << setprecision(indent) << m_authenticationMode << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_algorithmOID)) strm << setw(indent+15) << "algorithmOID = " << setprecision(indent) << m_algorithmOID << '\n'; if (HasOptionalField(e_integrity)) strm << setw(indent+12) << "integrity = " << setprecision(indent) << m_integrity << '\n'; if (HasOptionalField(e_integrityCheckValue)) strm << setw(indent+22) << "integrityCheckValue = " << setprecision(indent) << m_integrityCheckValue << '\n'; if (HasOptionalField(e_featureSet)) strm << setw(indent+13) << "featureSet = " << setprecision(indent) << m_featureSet << '\n'; if (HasOptionalField(e_genericData)) strm << setw(indent+14) << "genericData = " << setprecision(indent) << m_genericData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_GatekeeperConfirm::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_GatekeeperConfirm), PInvalidCast); #endif const H225_GatekeeperConfirm & other = (const H225_GatekeeperConfirm &)obj; Comparison result; if ((result = m_requestSeqNum.Compare(other.m_requestSeqNum)) != EqualTo) return result; if ((result = m_protocolIdentifier.Compare(other.m_protocolIdentifier)) != EqualTo) return result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; if ((result = m_gatekeeperIdentifier.Compare(other.m_gatekeeperIdentifier)) != EqualTo) return result; if ((result = m_rasAddress.Compare(other.m_rasAddress)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_GatekeeperConfirm::GetDataLength() const { PINDEX length = 0; length += m_requestSeqNum.GetObjectLength(); length += m_protocolIdentifier.GetObjectLength(); if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); if (HasOptionalField(e_gatekeeperIdentifier)) length += m_gatekeeperIdentifier.GetObjectLength(); length += m_rasAddress.GetObjectLength(); return length; } BOOL H225_GatekeeperConfirm::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_requestSeqNum.Decode(strm)) return FALSE; if (!m_protocolIdentifier.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (HasOptionalField(e_gatekeeperIdentifier) && !m_gatekeeperIdentifier.Decode(strm)) return FALSE; if (!m_rasAddress.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_alternateGatekeeper, m_alternateGatekeeper)) return FALSE; if (!KnownExtensionDecode(strm, e_authenticationMode, m_authenticationMode)) return FALSE; if (!KnownExtensionDecode(strm, e_tokens, m_tokens)) return FALSE; if (!KnownExtensionDecode(strm, e_cryptoTokens, m_cryptoTokens)) return FALSE; if (!KnownExtensionDecode(strm, e_algorithmOID, m_algorithmOID)) return FALSE; if (!KnownExtensionDecode(strm, e_integrity, m_integrity)) return FALSE; if (!KnownExtensionDecode(strm, e_integrityCheckValue, m_integrityCheckValue)) return FALSE; if (!KnownExtensionDecode(strm, e_featureSet, m_featureSet)) return FALSE; if (!KnownExtensionDecode(strm, e_genericData, m_genericData)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_GatekeeperConfirm::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_requestSeqNum.Encode(strm); m_protocolIdentifier.Encode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); if (HasOptionalField(e_gatekeeperIdentifier)) m_gatekeeperIdentifier.Encode(strm); m_rasAddress.Encode(strm); KnownExtensionEncode(strm, e_alternateGatekeeper, m_alternateGatekeeper); KnownExtensionEncode(strm, e_authenticationMode, m_authenticationMode); KnownExtensionEncode(strm, e_tokens, m_tokens); KnownExtensionEncode(strm, e_cryptoTokens, m_cryptoTokens); KnownExtensionEncode(strm, e_algorithmOID, m_algorithmOID); KnownExtensionEncode(strm, e_integrity, m_integrity); KnownExtensionEncode(strm, e_integrityCheckValue, m_integrityCheckValue); KnownExtensionEncode(strm, e_featureSet, m_featureSet); KnownExtensionEncode(strm, e_genericData, m_genericData); UnknownExtensionsEncode(strm); } PObject * H225_GatekeeperConfirm::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_GatekeeperConfirm::Class()), PInvalidCast); #endif return new H225_GatekeeperConfirm(*this); } // // GatekeeperReject // H225_GatekeeperReject::H225_GatekeeperReject(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 6) { } #ifndef PASN_NOPRINTON void H225_GatekeeperReject::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "requestSeqNum = " << setprecision(indent) << m_requestSeqNum << '\n'; strm << setw(indent+21) << "protocolIdentifier = " << setprecision(indent) << m_protocolIdentifier << '\n'; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_gatekeeperIdentifier)) strm << setw(indent+23) << "gatekeeperIdentifier = " << setprecision(indent) << m_gatekeeperIdentifier << '\n'; strm << setw(indent+15) << "rejectReason = " << setprecision(indent) << m_rejectReason << '\n'; if (HasOptionalField(e_altGKInfo)) strm << setw(indent+12) << "altGKInfo = " << setprecision(indent) << m_altGKInfo << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_integrityCheckValue)) strm << setw(indent+22) << "integrityCheckValue = " << setprecision(indent) << m_integrityCheckValue << '\n'; if (HasOptionalField(e_featureSet)) strm << setw(indent+13) << "featureSet = " << setprecision(indent) << m_featureSet << '\n'; if (HasOptionalField(e_genericData)) strm << setw(indent+14) << "genericData = " << setprecision(indent) << m_genericData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_GatekeeperReject::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_GatekeeperReject), PInvalidCast); #endif const H225_GatekeeperReject & other = (const H225_GatekeeperReject &)obj; Comparison result; if ((result = m_requestSeqNum.Compare(other.m_requestSeqNum)) != EqualTo) return result; if ((result = m_protocolIdentifier.Compare(other.m_protocolIdentifier)) != EqualTo) return result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; if ((result = m_gatekeeperIdentifier.Compare(other.m_gatekeeperIdentifier)) != EqualTo) return result; if ((result = m_rejectReason.Compare(other.m_rejectReason)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_GatekeeperReject::GetDataLength() const { PINDEX length = 0; length += m_requestSeqNum.GetObjectLength(); length += m_protocolIdentifier.GetObjectLength(); if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); if (HasOptionalField(e_gatekeeperIdentifier)) length += m_gatekeeperIdentifier.GetObjectLength(); length += m_rejectReason.GetObjectLength(); return length; } BOOL H225_GatekeeperReject::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_requestSeqNum.Decode(strm)) return FALSE; if (!m_protocolIdentifier.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (HasOptionalField(e_gatekeeperIdentifier) && !m_gatekeeperIdentifier.Decode(strm)) return FALSE; if (!m_rejectReason.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_altGKInfo, m_altGKInfo)) return FALSE; if (!KnownExtensionDecode(strm, e_tokens, m_tokens)) return FALSE; if (!KnownExtensionDecode(strm, e_cryptoTokens, m_cryptoTokens)) return FALSE; if (!KnownExtensionDecode(strm, e_integrityCheckValue, m_integrityCheckValue)) return FALSE; if (!KnownExtensionDecode(strm, e_featureSet, m_featureSet)) return FALSE; if (!KnownExtensionDecode(strm, e_genericData, m_genericData)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_GatekeeperReject::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_requestSeqNum.Encode(strm); m_protocolIdentifier.Encode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); if (HasOptionalField(e_gatekeeperIdentifier)) m_gatekeeperIdentifier.Encode(strm); m_rejectReason.Encode(strm); KnownExtensionEncode(strm, e_altGKInfo, m_altGKInfo); KnownExtensionEncode(strm, e_tokens, m_tokens); KnownExtensionEncode(strm, e_cryptoTokens, m_cryptoTokens); KnownExtensionEncode(strm, e_integrityCheckValue, m_integrityCheckValue); KnownExtensionEncode(strm, e_featureSet, m_featureSet); KnownExtensionEncode(strm, e_genericData, m_genericData); UnknownExtensionsEncode(strm); } PObject * H225_GatekeeperReject::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_GatekeeperReject::Class()), PInvalidCast); #endif return new H225_GatekeeperReject(*this); } // // RegistrationReject // H225_RegistrationReject::H225_RegistrationReject(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 6) { } #ifndef PASN_NOPRINTON void H225_RegistrationReject::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "requestSeqNum = " << setprecision(indent) << m_requestSeqNum << '\n'; strm << setw(indent+21) << "protocolIdentifier = " << setprecision(indent) << m_protocolIdentifier << '\n'; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; strm << setw(indent+15) << "rejectReason = " << setprecision(indent) << m_rejectReason << '\n'; if (HasOptionalField(e_gatekeeperIdentifier)) strm << setw(indent+23) << "gatekeeperIdentifier = " << setprecision(indent) << m_gatekeeperIdentifier << '\n'; if (HasOptionalField(e_altGKInfo)) strm << setw(indent+12) << "altGKInfo = " << setprecision(indent) << m_altGKInfo << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_integrityCheckValue)) strm << setw(indent+22) << "integrityCheckValue = " << setprecision(indent) << m_integrityCheckValue << '\n'; if (HasOptionalField(e_featureSet)) strm << setw(indent+13) << "featureSet = " << setprecision(indent) << m_featureSet << '\n'; if (HasOptionalField(e_genericData)) strm << setw(indent+14) << "genericData = " << setprecision(indent) << m_genericData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_RegistrationReject::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_RegistrationReject), PInvalidCast); #endif const H225_RegistrationReject & other = (const H225_RegistrationReject &)obj; Comparison result; if ((result = m_requestSeqNum.Compare(other.m_requestSeqNum)) != EqualTo) return result; if ((result = m_protocolIdentifier.Compare(other.m_protocolIdentifier)) != EqualTo) return result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; if ((result = m_rejectReason.Compare(other.m_rejectReason)) != EqualTo) return result; if ((result = m_gatekeeperIdentifier.Compare(other.m_gatekeeperIdentifier)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_RegistrationReject::GetDataLength() const { PINDEX length = 0; length += m_requestSeqNum.GetObjectLength(); length += m_protocolIdentifier.GetObjectLength(); if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); length += m_rejectReason.GetObjectLength(); if (HasOptionalField(e_gatekeeperIdentifier)) length += m_gatekeeperIdentifier.GetObjectLength(); return length; } BOOL H225_RegistrationReject::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_requestSeqNum.Decode(strm)) return FALSE; if (!m_protocolIdentifier.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (!m_rejectReason.Decode(strm)) return FALSE; if (HasOptionalField(e_gatekeeperIdentifier) && !m_gatekeeperIdentifier.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_altGKInfo, m_altGKInfo)) return FALSE; if (!KnownExtensionDecode(strm, e_tokens, m_tokens)) return FALSE; if (!KnownExtensionDecode(strm, e_cryptoTokens, m_cryptoTokens)) return FALSE; if (!KnownExtensionDecode(strm, e_integrityCheckValue, m_integrityCheckValue)) return FALSE; if (!KnownExtensionDecode(strm, e_featureSet, m_featureSet)) return FALSE; if (!KnownExtensionDecode(strm, e_genericData, m_genericData)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_RegistrationReject::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_requestSeqNum.Encode(strm); m_protocolIdentifier.Encode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); m_rejectReason.Encode(strm); if (HasOptionalField(e_gatekeeperIdentifier)) m_gatekeeperIdentifier.Encode(strm); KnownExtensionEncode(strm, e_altGKInfo, m_altGKInfo); KnownExtensionEncode(strm, e_tokens, m_tokens); KnownExtensionEncode(strm, e_cryptoTokens, m_cryptoTokens); KnownExtensionEncode(strm, e_integrityCheckValue, m_integrityCheckValue); KnownExtensionEncode(strm, e_featureSet, m_featureSet); KnownExtensionEncode(strm, e_genericData, m_genericData); UnknownExtensionsEncode(strm); } PObject * H225_RegistrationReject::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_RegistrationReject::Class()), PInvalidCast); #endif return new H225_RegistrationReject(*this); } // // UnregistrationRequest // H225_UnregistrationRequest::H225_UnregistrationRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 10) { } #ifndef PASN_NOPRINTON void H225_UnregistrationRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "requestSeqNum = " << setprecision(indent) << m_requestSeqNum << '\n'; strm << setw(indent+20) << "callSignalAddress = " << setprecision(indent) << m_callSignalAddress << '\n'; if (HasOptionalField(e_endpointAlias)) strm << setw(indent+16) << "endpointAlias = " << setprecision(indent) << m_endpointAlias << '\n'; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_endpointIdentifier)) strm << setw(indent+21) << "endpointIdentifier = " << setprecision(indent) << m_endpointIdentifier << '\n'; if (HasOptionalField(e_alternateEndpoints)) strm << setw(indent+21) << "alternateEndpoints = " << setprecision(indent) << m_alternateEndpoints << '\n'; if (HasOptionalField(e_gatekeeperIdentifier)) strm << setw(indent+23) << "gatekeeperIdentifier = " << setprecision(indent) << m_gatekeeperIdentifier << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_integrityCheckValue)) strm << setw(indent+22) << "integrityCheckValue = " << setprecision(indent) << m_integrityCheckValue << '\n'; if (HasOptionalField(e_reason)) strm << setw(indent+9) << "reason = " << setprecision(indent) << m_reason << '\n'; if (HasOptionalField(e_endpointAliasPattern)) strm << setw(indent+23) << "endpointAliasPattern = " << setprecision(indent) << m_endpointAliasPattern << '\n'; if (HasOptionalField(e_supportedPrefixes)) strm << setw(indent+20) << "supportedPrefixes = " << setprecision(indent) << m_supportedPrefixes << '\n'; if (HasOptionalField(e_alternateGatekeeper)) strm << setw(indent+22) << "alternateGatekeeper = " << setprecision(indent) << m_alternateGatekeeper << '\n'; if (HasOptionalField(e_genericData)) strm << setw(indent+14) << "genericData = " << setprecision(indent) << m_genericData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_UnregistrationRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_UnregistrationRequest), PInvalidCast); #endif const H225_UnregistrationRequest & other = (const H225_UnregistrationRequest &)obj; Comparison result; if ((result = m_requestSeqNum.Compare(other.m_requestSeqNum)) != EqualTo) return result; if ((result = m_callSignalAddress.Compare(other.m_callSignalAddress)) != EqualTo) return result; if ((result = m_endpointAlias.Compare(other.m_endpointAlias)) != EqualTo) return result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; if ((result = m_endpointIdentifier.Compare(other.m_endpointIdentifier)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_UnregistrationRequest::GetDataLength() const { PINDEX length = 0; length += m_requestSeqNum.GetObjectLength(); length += m_callSignalAddress.GetObjectLength(); if (HasOptionalField(e_endpointAlias)) length += m_endpointAlias.GetObjectLength(); if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); if (HasOptionalField(e_endpointIdentifier)) length += m_endpointIdentifier.GetObjectLength(); return length; } BOOL H225_UnregistrationRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_requestSeqNum.Decode(strm)) return FALSE; if (!m_callSignalAddress.Decode(strm)) return FALSE; if (HasOptionalField(e_endpointAlias) && !m_endpointAlias.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (HasOptionalField(e_endpointIdentifier) && !m_endpointIdentifier.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_alternateEndpoints, m_alternateEndpoints)) return FALSE; if (!KnownExtensionDecode(strm, e_gatekeeperIdentifier, m_gatekeeperIdentifier)) return FALSE; if (!KnownExtensionDecode(strm, e_tokens, m_tokens)) return FALSE; if (!KnownExtensionDecode(strm, e_cryptoTokens, m_cryptoTokens)) return FALSE; if (!KnownExtensionDecode(strm, e_integrityCheckValue, m_integrityCheckValue)) return FALSE; if (!KnownExtensionDecode(strm, e_reason, m_reason)) return FALSE; if (!KnownExtensionDecode(strm, e_endpointAliasPattern, m_endpointAliasPattern)) return FALSE; if (!KnownExtensionDecode(strm, e_supportedPrefixes, m_supportedPrefixes)) return FALSE; if (!KnownExtensionDecode(strm, e_alternateGatekeeper, m_alternateGatekeeper)) return FALSE; if (!KnownExtensionDecode(strm, e_genericData, m_genericData)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_UnregistrationRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_requestSeqNum.Encode(strm); m_callSignalAddress.Encode(strm); if (HasOptionalField(e_endpointAlias)) m_endpointAlias.Encode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); if (HasOptionalField(e_endpointIdentifier)) m_endpointIdentifier.Encode(strm); KnownExtensionEncode(strm, e_alternateEndpoints, m_alternateEndpoints); KnownExtensionEncode(strm, e_gatekeeperIdentifier, m_gatekeeperIdentifier); KnownExtensionEncode(strm, e_tokens, m_tokens); KnownExtensionEncode(strm, e_cryptoTokens, m_cryptoTokens); KnownExtensionEncode(strm, e_integrityCheckValue, m_integrityCheckValue); KnownExtensionEncode(strm, e_reason, m_reason); KnownExtensionEncode(strm, e_endpointAliasPattern, m_endpointAliasPattern); KnownExtensionEncode(strm, e_supportedPrefixes, m_supportedPrefixes); KnownExtensionEncode(strm, e_alternateGatekeeper, m_alternateGatekeeper); KnownExtensionEncode(strm, e_genericData, m_genericData); UnknownExtensionsEncode(strm); } PObject * H225_UnregistrationRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_UnregistrationRequest::Class()), PInvalidCast); #endif return new H225_UnregistrationRequest(*this); } // // UnregistrationConfirm // H225_UnregistrationConfirm::H225_UnregistrationConfirm(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 4) { } #ifndef PASN_NOPRINTON void H225_UnregistrationConfirm::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "requestSeqNum = " << setprecision(indent) << m_requestSeqNum << '\n'; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_integrityCheckValue)) strm << setw(indent+22) << "integrityCheckValue = " << setprecision(indent) << m_integrityCheckValue << '\n'; if (HasOptionalField(e_genericData)) strm << setw(indent+14) << "genericData = " << setprecision(indent) << m_genericData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_UnregistrationConfirm::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_UnregistrationConfirm), PInvalidCast); #endif const H225_UnregistrationConfirm & other = (const H225_UnregistrationConfirm &)obj; Comparison result; if ((result = m_requestSeqNum.Compare(other.m_requestSeqNum)) != EqualTo) return result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_UnregistrationConfirm::GetDataLength() const { PINDEX length = 0; length += m_requestSeqNum.GetObjectLength(); if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); return length; } BOOL H225_UnregistrationConfirm::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_requestSeqNum.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_tokens, m_tokens)) return FALSE; if (!KnownExtensionDecode(strm, e_cryptoTokens, m_cryptoTokens)) return FALSE; if (!KnownExtensionDecode(strm, e_integrityCheckValue, m_integrityCheckValue)) return FALSE; if (!KnownExtensionDecode(strm, e_genericData, m_genericData)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_UnregistrationConfirm::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_requestSeqNum.Encode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); KnownExtensionEncode(strm, e_tokens, m_tokens); KnownExtensionEncode(strm, e_cryptoTokens, m_cryptoTokens); KnownExtensionEncode(strm, e_integrityCheckValue, m_integrityCheckValue); KnownExtensionEncode(strm, e_genericData, m_genericData); UnknownExtensionsEncode(strm); } PObject * H225_UnregistrationConfirm::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_UnregistrationConfirm::Class()), PInvalidCast); #endif return new H225_UnregistrationConfirm(*this); } // // UnregistrationReject // H225_UnregistrationReject::H225_UnregistrationReject(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 5) { } #ifndef PASN_NOPRINTON void H225_UnregistrationReject::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "requestSeqNum = " << setprecision(indent) << m_requestSeqNum << '\n'; strm << setw(indent+15) << "rejectReason = " << setprecision(indent) << m_rejectReason << '\n'; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_altGKInfo)) strm << setw(indent+12) << "altGKInfo = " << setprecision(indent) << m_altGKInfo << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_integrityCheckValue)) strm << setw(indent+22) << "integrityCheckValue = " << setprecision(indent) << m_integrityCheckValue << '\n'; if (HasOptionalField(e_genericData)) strm << setw(indent+14) << "genericData = " << setprecision(indent) << m_genericData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_UnregistrationReject::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_UnregistrationReject), PInvalidCast); #endif const H225_UnregistrationReject & other = (const H225_UnregistrationReject &)obj; Comparison result; if ((result = m_requestSeqNum.Compare(other.m_requestSeqNum)) != EqualTo) return result; if ((result = m_rejectReason.Compare(other.m_rejectReason)) != EqualTo) return result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_UnregistrationReject::GetDataLength() const { PINDEX length = 0; length += m_requestSeqNum.GetObjectLength(); length += m_rejectReason.GetObjectLength(); if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); return length; } BOOL H225_UnregistrationReject::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_requestSeqNum.Decode(strm)) return FALSE; if (!m_rejectReason.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_altGKInfo, m_altGKInfo)) return FALSE; if (!KnownExtensionDecode(strm, e_tokens, m_tokens)) return FALSE; if (!KnownExtensionDecode(strm, e_cryptoTokens, m_cryptoTokens)) return FALSE; if (!KnownExtensionDecode(strm, e_integrityCheckValue, m_integrityCheckValue)) return FALSE; if (!KnownExtensionDecode(strm, e_genericData, m_genericData)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_UnregistrationReject::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_requestSeqNum.Encode(strm); m_rejectReason.Encode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); KnownExtensionEncode(strm, e_altGKInfo, m_altGKInfo); KnownExtensionEncode(strm, e_tokens, m_tokens); KnownExtensionEncode(strm, e_cryptoTokens, m_cryptoTokens); KnownExtensionEncode(strm, e_integrityCheckValue, m_integrityCheckValue); KnownExtensionEncode(strm, e_genericData, m_genericData); UnknownExtensionsEncode(strm); } PObject * H225_UnregistrationReject::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_UnregistrationReject::Class()), PInvalidCast); #endif return new H225_UnregistrationReject(*this); } // // AdmissionReject // H225_AdmissionReject::H225_AdmissionReject(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 8) { } #ifndef PASN_NOPRINTON void H225_AdmissionReject::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "requestSeqNum = " << setprecision(indent) << m_requestSeqNum << '\n'; strm << setw(indent+15) << "rejectReason = " << setprecision(indent) << m_rejectReason << '\n'; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_altGKInfo)) strm << setw(indent+12) << "altGKInfo = " << setprecision(indent) << m_altGKInfo << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_callSignalAddress)) strm << setw(indent+20) << "callSignalAddress = " << setprecision(indent) << m_callSignalAddress << '\n'; if (HasOptionalField(e_integrityCheckValue)) strm << setw(indent+22) << "integrityCheckValue = " << setprecision(indent) << m_integrityCheckValue << '\n'; if (HasOptionalField(e_serviceControl)) strm << setw(indent+17) << "serviceControl = " << setprecision(indent) << m_serviceControl << '\n'; if (HasOptionalField(e_featureSet)) strm << setw(indent+13) << "featureSet = " << setprecision(indent) << m_featureSet << '\n'; if (HasOptionalField(e_genericData)) strm << setw(indent+14) << "genericData = " << setprecision(indent) << m_genericData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_AdmissionReject::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_AdmissionReject), PInvalidCast); #endif const H225_AdmissionReject & other = (const H225_AdmissionReject &)obj; Comparison result; if ((result = m_requestSeqNum.Compare(other.m_requestSeqNum)) != EqualTo) return result; if ((result = m_rejectReason.Compare(other.m_rejectReason)) != EqualTo) return result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_AdmissionReject::GetDataLength() const { PINDEX length = 0; length += m_requestSeqNum.GetObjectLength(); length += m_rejectReason.GetObjectLength(); if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); return length; } BOOL H225_AdmissionReject::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_requestSeqNum.Decode(strm)) return FALSE; if (!m_rejectReason.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_altGKInfo, m_altGKInfo)) return FALSE; if (!KnownExtensionDecode(strm, e_tokens, m_tokens)) return FALSE; if (!KnownExtensionDecode(strm, e_cryptoTokens, m_cryptoTokens)) return FALSE; if (!KnownExtensionDecode(strm, e_callSignalAddress, m_callSignalAddress)) return FALSE; if (!KnownExtensionDecode(strm, e_integrityCheckValue, m_integrityCheckValue)) return FALSE; if (!KnownExtensionDecode(strm, e_serviceControl, m_serviceControl)) return FALSE; if (!KnownExtensionDecode(strm, e_featureSet, m_featureSet)) return FALSE; if (!KnownExtensionDecode(strm, e_genericData, m_genericData)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_AdmissionReject::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_requestSeqNum.Encode(strm); m_rejectReason.Encode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); KnownExtensionEncode(strm, e_altGKInfo, m_altGKInfo); KnownExtensionEncode(strm, e_tokens, m_tokens); KnownExtensionEncode(strm, e_cryptoTokens, m_cryptoTokens); KnownExtensionEncode(strm, e_callSignalAddress, m_callSignalAddress); KnownExtensionEncode(strm, e_integrityCheckValue, m_integrityCheckValue); KnownExtensionEncode(strm, e_serviceControl, m_serviceControl); KnownExtensionEncode(strm, e_featureSet, m_featureSet); KnownExtensionEncode(strm, e_genericData, m_genericData); UnknownExtensionsEncode(strm); } PObject * H225_AdmissionReject::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_AdmissionReject::Class()), PInvalidCast); #endif return new H225_AdmissionReject(*this); } // // BandwidthReject // H225_BandwidthReject::H225_BandwidthReject(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 5) { } #ifndef PASN_NOPRINTON void H225_BandwidthReject::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "requestSeqNum = " << setprecision(indent) << m_requestSeqNum << '\n'; strm << setw(indent+15) << "rejectReason = " << setprecision(indent) << m_rejectReason << '\n'; strm << setw(indent+19) << "allowedBandWidth = " << setprecision(indent) << m_allowedBandWidth << '\n'; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_altGKInfo)) strm << setw(indent+12) << "altGKInfo = " << setprecision(indent) << m_altGKInfo << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_integrityCheckValue)) strm << setw(indent+22) << "integrityCheckValue = " << setprecision(indent) << m_integrityCheckValue << '\n'; if (HasOptionalField(e_genericData)) strm << setw(indent+14) << "genericData = " << setprecision(indent) << m_genericData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_BandwidthReject::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_BandwidthReject), PInvalidCast); #endif const H225_BandwidthReject & other = (const H225_BandwidthReject &)obj; Comparison result; if ((result = m_requestSeqNum.Compare(other.m_requestSeqNum)) != EqualTo) return result; if ((result = m_rejectReason.Compare(other.m_rejectReason)) != EqualTo) return result; if ((result = m_allowedBandWidth.Compare(other.m_allowedBandWidth)) != EqualTo) return result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_BandwidthReject::GetDataLength() const { PINDEX length = 0; length += m_requestSeqNum.GetObjectLength(); length += m_rejectReason.GetObjectLength(); length += m_allowedBandWidth.GetObjectLength(); if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); return length; } BOOL H225_BandwidthReject::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_requestSeqNum.Decode(strm)) return FALSE; if (!m_rejectReason.Decode(strm)) return FALSE; if (!m_allowedBandWidth.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_altGKInfo, m_altGKInfo)) return FALSE; if (!KnownExtensionDecode(strm, e_tokens, m_tokens)) return FALSE; if (!KnownExtensionDecode(strm, e_cryptoTokens, m_cryptoTokens)) return FALSE; if (!KnownExtensionDecode(strm, e_integrityCheckValue, m_integrityCheckValue)) return FALSE; if (!KnownExtensionDecode(strm, e_genericData, m_genericData)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_BandwidthReject::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_requestSeqNum.Encode(strm); m_rejectReason.Encode(strm); m_allowedBandWidth.Encode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); KnownExtensionEncode(strm, e_altGKInfo, m_altGKInfo); KnownExtensionEncode(strm, e_tokens, m_tokens); KnownExtensionEncode(strm, e_cryptoTokens, m_cryptoTokens); KnownExtensionEncode(strm, e_integrityCheckValue, m_integrityCheckValue); KnownExtensionEncode(strm, e_genericData, m_genericData); UnknownExtensionsEncode(strm); } PObject * H225_BandwidthReject::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_BandwidthReject::Class()), PInvalidCast); #endif return new H225_BandwidthReject(*this); } // // LocationReject // H225_LocationReject::H225_LocationReject(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 7) { } #ifndef PASN_NOPRINTON void H225_LocationReject::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "requestSeqNum = " << setprecision(indent) << m_requestSeqNum << '\n'; strm << setw(indent+15) << "rejectReason = " << setprecision(indent) << m_rejectReason << '\n'; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_altGKInfo)) strm << setw(indent+12) << "altGKInfo = " << setprecision(indent) << m_altGKInfo << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_integrityCheckValue)) strm << setw(indent+22) << "integrityCheckValue = " << setprecision(indent) << m_integrityCheckValue << '\n'; if (HasOptionalField(e_featureSet)) strm << setw(indent+13) << "featureSet = " << setprecision(indent) << m_featureSet << '\n'; if (HasOptionalField(e_genericData)) strm << setw(indent+14) << "genericData = " << setprecision(indent) << m_genericData << '\n'; if (HasOptionalField(e_serviceControl)) strm << setw(indent+17) << "serviceControl = " << setprecision(indent) << m_serviceControl << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_LocationReject::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_LocationReject), PInvalidCast); #endif const H225_LocationReject & other = (const H225_LocationReject &)obj; Comparison result; if ((result = m_requestSeqNum.Compare(other.m_requestSeqNum)) != EqualTo) return result; if ((result = m_rejectReason.Compare(other.m_rejectReason)) != EqualTo) return result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_LocationReject::GetDataLength() const { PINDEX length = 0; length += m_requestSeqNum.GetObjectLength(); length += m_rejectReason.GetObjectLength(); if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); return length; } BOOL H225_LocationReject::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_requestSeqNum.Decode(strm)) return FALSE; if (!m_rejectReason.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_altGKInfo, m_altGKInfo)) return FALSE; if (!KnownExtensionDecode(strm, e_tokens, m_tokens)) return FALSE; if (!KnownExtensionDecode(strm, e_cryptoTokens, m_cryptoTokens)) return FALSE; if (!KnownExtensionDecode(strm, e_integrityCheckValue, m_integrityCheckValue)) return FALSE; if (!KnownExtensionDecode(strm, e_featureSet, m_featureSet)) return FALSE; if (!KnownExtensionDecode(strm, e_genericData, m_genericData)) return FALSE; if (!KnownExtensionDecode(strm, e_serviceControl, m_serviceControl)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_LocationReject::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_requestSeqNum.Encode(strm); m_rejectReason.Encode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); KnownExtensionEncode(strm, e_altGKInfo, m_altGKInfo); KnownExtensionEncode(strm, e_tokens, m_tokens); KnownExtensionEncode(strm, e_cryptoTokens, m_cryptoTokens); KnownExtensionEncode(strm, e_integrityCheckValue, m_integrityCheckValue); KnownExtensionEncode(strm, e_featureSet, m_featureSet); KnownExtensionEncode(strm, e_genericData, m_genericData); KnownExtensionEncode(strm, e_serviceControl, m_serviceControl); UnknownExtensionsEncode(strm); } PObject * H225_LocationReject::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_LocationReject::Class()), PInvalidCast); #endif return new H225_LocationReject(*this); } // // DisengageReject // H225_DisengageReject::H225_DisengageReject(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 5) { } #ifndef PASN_NOPRINTON void H225_DisengageReject::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "requestSeqNum = " << setprecision(indent) << m_requestSeqNum << '\n'; strm << setw(indent+15) << "rejectReason = " << setprecision(indent) << m_rejectReason << '\n'; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_altGKInfo)) strm << setw(indent+12) << "altGKInfo = " << setprecision(indent) << m_altGKInfo << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_integrityCheckValue)) strm << setw(indent+22) << "integrityCheckValue = " << setprecision(indent) << m_integrityCheckValue << '\n'; if (HasOptionalField(e_genericData)) strm << setw(indent+14) << "genericData = " << setprecision(indent) << m_genericData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_DisengageReject::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_DisengageReject), PInvalidCast); #endif const H225_DisengageReject & other = (const H225_DisengageReject &)obj; Comparison result; if ((result = m_requestSeqNum.Compare(other.m_requestSeqNum)) != EqualTo) return result; if ((result = m_rejectReason.Compare(other.m_rejectReason)) != EqualTo) return result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_DisengageReject::GetDataLength() const { PINDEX length = 0; length += m_requestSeqNum.GetObjectLength(); length += m_rejectReason.GetObjectLength(); if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); return length; } BOOL H225_DisengageReject::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_requestSeqNum.Decode(strm)) return FALSE; if (!m_rejectReason.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_altGKInfo, m_altGKInfo)) return FALSE; if (!KnownExtensionDecode(strm, e_tokens, m_tokens)) return FALSE; if (!KnownExtensionDecode(strm, e_cryptoTokens, m_cryptoTokens)) return FALSE; if (!KnownExtensionDecode(strm, e_integrityCheckValue, m_integrityCheckValue)) return FALSE; if (!KnownExtensionDecode(strm, e_genericData, m_genericData)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_DisengageReject::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_requestSeqNum.Encode(strm); m_rejectReason.Encode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); KnownExtensionEncode(strm, e_altGKInfo, m_altGKInfo); KnownExtensionEncode(strm, e_tokens, m_tokens); KnownExtensionEncode(strm, e_cryptoTokens, m_cryptoTokens); KnownExtensionEncode(strm, e_integrityCheckValue, m_integrityCheckValue); KnownExtensionEncode(strm, e_genericData, m_genericData); UnknownExtensionsEncode(strm); } PObject * H225_DisengageReject::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_DisengageReject::Class()), PInvalidCast); #endif return new H225_DisengageReject(*this); } // // InfoRequest // H225_InfoRequest::H225_InfoRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 11) { IncludeOptionalField(e_callIdentifier); m_nextSegmentRequested.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } #ifndef PASN_NOPRINTON void H225_InfoRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "requestSeqNum = " << setprecision(indent) << m_requestSeqNum << '\n'; strm << setw(indent+21) << "callReferenceValue = " << setprecision(indent) << m_callReferenceValue << '\n'; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_replyAddress)) strm << setw(indent+15) << "replyAddress = " << setprecision(indent) << m_replyAddress << '\n'; if (HasOptionalField(e_callIdentifier)) strm << setw(indent+17) << "callIdentifier = " << setprecision(indent) << m_callIdentifier << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_integrityCheckValue)) strm << setw(indent+22) << "integrityCheckValue = " << setprecision(indent) << m_integrityCheckValue << '\n'; if (HasOptionalField(e_uuiesRequested)) strm << setw(indent+17) << "uuiesRequested = " << setprecision(indent) << m_uuiesRequested << '\n'; if (HasOptionalField(e_callLinkage)) strm << setw(indent+14) << "callLinkage = " << setprecision(indent) << m_callLinkage << '\n'; if (HasOptionalField(e_usageInfoRequested)) strm << setw(indent+21) << "usageInfoRequested = " << setprecision(indent) << m_usageInfoRequested << '\n'; if (HasOptionalField(e_segmentedResponseSupported)) strm << setw(indent+29) << "segmentedResponseSupported = " << setprecision(indent) << m_segmentedResponseSupported << '\n'; if (HasOptionalField(e_nextSegmentRequested)) strm << setw(indent+23) << "nextSegmentRequested = " << setprecision(indent) << m_nextSegmentRequested << '\n'; if (HasOptionalField(e_capacityInfoRequested)) strm << setw(indent+24) << "capacityInfoRequested = " << setprecision(indent) << m_capacityInfoRequested << '\n'; if (HasOptionalField(e_genericData)) strm << setw(indent+14) << "genericData = " << setprecision(indent) << m_genericData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_InfoRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_InfoRequest), PInvalidCast); #endif const H225_InfoRequest & other = (const H225_InfoRequest &)obj; Comparison result; if ((result = m_requestSeqNum.Compare(other.m_requestSeqNum)) != EqualTo) return result; if ((result = m_callReferenceValue.Compare(other.m_callReferenceValue)) != EqualTo) return result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; if ((result = m_replyAddress.Compare(other.m_replyAddress)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_InfoRequest::GetDataLength() const { PINDEX length = 0; length += m_requestSeqNum.GetObjectLength(); length += m_callReferenceValue.GetObjectLength(); if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); if (HasOptionalField(e_replyAddress)) length += m_replyAddress.GetObjectLength(); return length; } BOOL H225_InfoRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_requestSeqNum.Decode(strm)) return FALSE; if (!m_callReferenceValue.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (HasOptionalField(e_replyAddress) && !m_replyAddress.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_callIdentifier, m_callIdentifier)) return FALSE; if (!KnownExtensionDecode(strm, e_tokens, m_tokens)) return FALSE; if (!KnownExtensionDecode(strm, e_cryptoTokens, m_cryptoTokens)) return FALSE; if (!KnownExtensionDecode(strm, e_integrityCheckValue, m_integrityCheckValue)) return FALSE; if (!KnownExtensionDecode(strm, e_uuiesRequested, m_uuiesRequested)) return FALSE; if (!KnownExtensionDecode(strm, e_callLinkage, m_callLinkage)) return FALSE; if (!KnownExtensionDecode(strm, e_usageInfoRequested, m_usageInfoRequested)) return FALSE; if (!KnownExtensionDecode(strm, e_segmentedResponseSupported, m_segmentedResponseSupported)) return FALSE; if (!KnownExtensionDecode(strm, e_nextSegmentRequested, m_nextSegmentRequested)) return FALSE; if (!KnownExtensionDecode(strm, e_capacityInfoRequested, m_capacityInfoRequested)) return FALSE; if (!KnownExtensionDecode(strm, e_genericData, m_genericData)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_InfoRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_requestSeqNum.Encode(strm); m_callReferenceValue.Encode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); if (HasOptionalField(e_replyAddress)) m_replyAddress.Encode(strm); KnownExtensionEncode(strm, e_callIdentifier, m_callIdentifier); KnownExtensionEncode(strm, e_tokens, m_tokens); KnownExtensionEncode(strm, e_cryptoTokens, m_cryptoTokens); KnownExtensionEncode(strm, e_integrityCheckValue, m_integrityCheckValue); KnownExtensionEncode(strm, e_uuiesRequested, m_uuiesRequested); KnownExtensionEncode(strm, e_callLinkage, m_callLinkage); KnownExtensionEncode(strm, e_usageInfoRequested, m_usageInfoRequested); KnownExtensionEncode(strm, e_segmentedResponseSupported, m_segmentedResponseSupported); KnownExtensionEncode(strm, e_nextSegmentRequested, m_nextSegmentRequested); KnownExtensionEncode(strm, e_capacityInfoRequested, m_capacityInfoRequested); KnownExtensionEncode(strm, e_genericData, m_genericData); UnknownExtensionsEncode(strm); } PObject * H225_InfoRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_InfoRequest::Class()), PInvalidCast); #endif return new H225_InfoRequest(*this); } // // InfoRequestAck // H225_InfoRequestAck::H225_InfoRequestAck(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 4, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_InfoRequestAck::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "requestSeqNum = " << setprecision(indent) << m_requestSeqNum << '\n'; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_integrityCheckValue)) strm << setw(indent+22) << "integrityCheckValue = " << setprecision(indent) << m_integrityCheckValue << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_InfoRequestAck::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_InfoRequestAck), PInvalidCast); #endif const H225_InfoRequestAck & other = (const H225_InfoRequestAck &)obj; Comparison result; if ((result = m_requestSeqNum.Compare(other.m_requestSeqNum)) != EqualTo) return result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; if ((result = m_tokens.Compare(other.m_tokens)) != EqualTo) return result; if ((result = m_cryptoTokens.Compare(other.m_cryptoTokens)) != EqualTo) return result; if ((result = m_integrityCheckValue.Compare(other.m_integrityCheckValue)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_InfoRequestAck::GetDataLength() const { PINDEX length = 0; length += m_requestSeqNum.GetObjectLength(); if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); if (HasOptionalField(e_tokens)) length += m_tokens.GetObjectLength(); if (HasOptionalField(e_cryptoTokens)) length += m_cryptoTokens.GetObjectLength(); if (HasOptionalField(e_integrityCheckValue)) length += m_integrityCheckValue.GetObjectLength(); return length; } BOOL H225_InfoRequestAck::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_requestSeqNum.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (HasOptionalField(e_tokens) && !m_tokens.Decode(strm)) return FALSE; if (HasOptionalField(e_cryptoTokens) && !m_cryptoTokens.Decode(strm)) return FALSE; if (HasOptionalField(e_integrityCheckValue) && !m_integrityCheckValue.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_InfoRequestAck::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_requestSeqNum.Encode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); if (HasOptionalField(e_tokens)) m_tokens.Encode(strm); if (HasOptionalField(e_cryptoTokens)) m_cryptoTokens.Encode(strm); if (HasOptionalField(e_integrityCheckValue)) m_integrityCheckValue.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_InfoRequestAck::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_InfoRequestAck::Class()), PInvalidCast); #endif return new H225_InfoRequestAck(*this); } // // InfoRequestNak // H225_InfoRequestNak::H225_InfoRequestNak(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 5, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_InfoRequestNak::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "requestSeqNum = " << setprecision(indent) << m_requestSeqNum << '\n'; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; strm << setw(indent+12) << "nakReason = " << setprecision(indent) << m_nakReason << '\n'; if (HasOptionalField(e_altGKInfo)) strm << setw(indent+12) << "altGKInfo = " << setprecision(indent) << m_altGKInfo << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_integrityCheckValue)) strm << setw(indent+22) << "integrityCheckValue = " << setprecision(indent) << m_integrityCheckValue << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_InfoRequestNak::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_InfoRequestNak), PInvalidCast); #endif const H225_InfoRequestNak & other = (const H225_InfoRequestNak &)obj; Comparison result; if ((result = m_requestSeqNum.Compare(other.m_requestSeqNum)) != EqualTo) return result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; if ((result = m_nakReason.Compare(other.m_nakReason)) != EqualTo) return result; if ((result = m_altGKInfo.Compare(other.m_altGKInfo)) != EqualTo) return result; if ((result = m_tokens.Compare(other.m_tokens)) != EqualTo) return result; if ((result = m_cryptoTokens.Compare(other.m_cryptoTokens)) != EqualTo) return result; if ((result = m_integrityCheckValue.Compare(other.m_integrityCheckValue)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_InfoRequestNak::GetDataLength() const { PINDEX length = 0; length += m_requestSeqNum.GetObjectLength(); if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); length += m_nakReason.GetObjectLength(); if (HasOptionalField(e_altGKInfo)) length += m_altGKInfo.GetObjectLength(); if (HasOptionalField(e_tokens)) length += m_tokens.GetObjectLength(); if (HasOptionalField(e_cryptoTokens)) length += m_cryptoTokens.GetObjectLength(); if (HasOptionalField(e_integrityCheckValue)) length += m_integrityCheckValue.GetObjectLength(); return length; } BOOL H225_InfoRequestNak::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_requestSeqNum.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (!m_nakReason.Decode(strm)) return FALSE; if (HasOptionalField(e_altGKInfo) && !m_altGKInfo.Decode(strm)) return FALSE; if (HasOptionalField(e_tokens) && !m_tokens.Decode(strm)) return FALSE; if (HasOptionalField(e_cryptoTokens) && !m_cryptoTokens.Decode(strm)) return FALSE; if (HasOptionalField(e_integrityCheckValue) && !m_integrityCheckValue.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_InfoRequestNak::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_requestSeqNum.Encode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); m_nakReason.Encode(strm); if (HasOptionalField(e_altGKInfo)) m_altGKInfo.Encode(strm); if (HasOptionalField(e_tokens)) m_tokens.Encode(strm); if (HasOptionalField(e_cryptoTokens)) m_cryptoTokens.Encode(strm); if (HasOptionalField(e_integrityCheckValue)) m_integrityCheckValue.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_InfoRequestNak::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_InfoRequestNak::Class()), PInvalidCast); #endif return new H225_InfoRequestNak(*this); } // // NonStandardMessage // H225_NonStandardMessage::H225_NonStandardMessage(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 5) { } #ifndef PASN_NOPRINTON void H225_NonStandardMessage::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "requestSeqNum = " << setprecision(indent) << m_requestSeqNum << '\n'; strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_integrityCheckValue)) strm << setw(indent+22) << "integrityCheckValue = " << setprecision(indent) << m_integrityCheckValue << '\n'; if (HasOptionalField(e_featureSet)) strm << setw(indent+13) << "featureSet = " << setprecision(indent) << m_featureSet << '\n'; if (HasOptionalField(e_genericData)) strm << setw(indent+14) << "genericData = " << setprecision(indent) << m_genericData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_NonStandardMessage::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_NonStandardMessage), PInvalidCast); #endif const H225_NonStandardMessage & other = (const H225_NonStandardMessage &)obj; Comparison result; if ((result = m_requestSeqNum.Compare(other.m_requestSeqNum)) != EqualTo) return result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_NonStandardMessage::GetDataLength() const { PINDEX length = 0; length += m_requestSeqNum.GetObjectLength(); length += m_nonStandardData.GetObjectLength(); return length; } BOOL H225_NonStandardMessage::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_requestSeqNum.Decode(strm)) return FALSE; if (!m_nonStandardData.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_tokens, m_tokens)) return FALSE; if (!KnownExtensionDecode(strm, e_cryptoTokens, m_cryptoTokens)) return FALSE; if (!KnownExtensionDecode(strm, e_integrityCheckValue, m_integrityCheckValue)) return FALSE; if (!KnownExtensionDecode(strm, e_featureSet, m_featureSet)) return FALSE; if (!KnownExtensionDecode(strm, e_genericData, m_genericData)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_NonStandardMessage::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_requestSeqNum.Encode(strm); m_nonStandardData.Encode(strm); KnownExtensionEncode(strm, e_tokens, m_tokens); KnownExtensionEncode(strm, e_cryptoTokens, m_cryptoTokens); KnownExtensionEncode(strm, e_integrityCheckValue, m_integrityCheckValue); KnownExtensionEncode(strm, e_featureSet, m_featureSet); KnownExtensionEncode(strm, e_genericData, m_genericData); UnknownExtensionsEncode(strm); } PObject * H225_NonStandardMessage::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_NonStandardMessage::Class()), PInvalidCast); #endif return new H225_NonStandardMessage(*this); } // // UnknownMessageResponse // H225_UnknownMessageResponse::H225_UnknownMessageResponse(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 4) { IncludeOptionalField(e_messageNotUnderstood); } #ifndef PASN_NOPRINTON void H225_UnknownMessageResponse::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "requestSeqNum = " << setprecision(indent) << m_requestSeqNum << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_integrityCheckValue)) strm << setw(indent+22) << "integrityCheckValue = " << setprecision(indent) << m_integrityCheckValue << '\n'; if (HasOptionalField(e_messageNotUnderstood)) strm << setw(indent+23) << "messageNotUnderstood = " << setprecision(indent) << m_messageNotUnderstood << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_UnknownMessageResponse::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_UnknownMessageResponse), PInvalidCast); #endif const H225_UnknownMessageResponse & other = (const H225_UnknownMessageResponse &)obj; Comparison result; if ((result = m_requestSeqNum.Compare(other.m_requestSeqNum)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_UnknownMessageResponse::GetDataLength() const { PINDEX length = 0; length += m_requestSeqNum.GetObjectLength(); return length; } BOOL H225_UnknownMessageResponse::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_requestSeqNum.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_tokens, m_tokens)) return FALSE; if (!KnownExtensionDecode(strm, e_cryptoTokens, m_cryptoTokens)) return FALSE; if (!KnownExtensionDecode(strm, e_integrityCheckValue, m_integrityCheckValue)) return FALSE; if (!KnownExtensionDecode(strm, e_messageNotUnderstood, m_messageNotUnderstood)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_UnknownMessageResponse::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_requestSeqNum.Encode(strm); KnownExtensionEncode(strm, e_tokens, m_tokens); KnownExtensionEncode(strm, e_cryptoTokens, m_cryptoTokens); KnownExtensionEncode(strm, e_integrityCheckValue, m_integrityCheckValue); KnownExtensionEncode(strm, e_messageNotUnderstood, m_messageNotUnderstood); UnknownExtensionsEncode(strm); } PObject * H225_UnknownMessageResponse::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_UnknownMessageResponse::Class()), PInvalidCast); #endif return new H225_UnknownMessageResponse(*this); } // // RequestInProgress // H225_RequestInProgress::H225_RequestInProgress(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 4, TRUE, 0) { m_delay.SetConstraints(PASN_Object::FixedConstraint, 1, 65535); } #ifndef PASN_NOPRINTON void H225_RequestInProgress::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "requestSeqNum = " << setprecision(indent) << m_requestSeqNum << '\n'; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_integrityCheckValue)) strm << setw(indent+22) << "integrityCheckValue = " << setprecision(indent) << m_integrityCheckValue << '\n'; strm << setw(indent+8) << "delay = " << setprecision(indent) << m_delay << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_RequestInProgress::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_RequestInProgress), PInvalidCast); #endif const H225_RequestInProgress & other = (const H225_RequestInProgress &)obj; Comparison result; if ((result = m_requestSeqNum.Compare(other.m_requestSeqNum)) != EqualTo) return result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; if ((result = m_tokens.Compare(other.m_tokens)) != EqualTo) return result; if ((result = m_cryptoTokens.Compare(other.m_cryptoTokens)) != EqualTo) return result; if ((result = m_integrityCheckValue.Compare(other.m_integrityCheckValue)) != EqualTo) return result; if ((result = m_delay.Compare(other.m_delay)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_RequestInProgress::GetDataLength() const { PINDEX length = 0; length += m_requestSeqNum.GetObjectLength(); if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); if (HasOptionalField(e_tokens)) length += m_tokens.GetObjectLength(); if (HasOptionalField(e_cryptoTokens)) length += m_cryptoTokens.GetObjectLength(); if (HasOptionalField(e_integrityCheckValue)) length += m_integrityCheckValue.GetObjectLength(); length += m_delay.GetObjectLength(); return length; } BOOL H225_RequestInProgress::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_requestSeqNum.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (HasOptionalField(e_tokens) && !m_tokens.Decode(strm)) return FALSE; if (HasOptionalField(e_cryptoTokens) && !m_cryptoTokens.Decode(strm)) return FALSE; if (HasOptionalField(e_integrityCheckValue) && !m_integrityCheckValue.Decode(strm)) return FALSE; if (!m_delay.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_RequestInProgress::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_requestSeqNum.Encode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); if (HasOptionalField(e_tokens)) m_tokens.Encode(strm); if (HasOptionalField(e_cryptoTokens)) m_cryptoTokens.Encode(strm); if (HasOptionalField(e_integrityCheckValue)) m_integrityCheckValue.Encode(strm); m_delay.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_RequestInProgress::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_RequestInProgress::Class()), PInvalidCast); #endif return new H225_RequestInProgress(*this); } // // ResourcesAvailableConfirm // H225_ResourcesAvailableConfirm::H225_ResourcesAvailableConfirm(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 4, TRUE, 1) { } #ifndef PASN_NOPRINTON void H225_ResourcesAvailableConfirm::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "requestSeqNum = " << setprecision(indent) << m_requestSeqNum << '\n'; strm << setw(indent+21) << "protocolIdentifier = " << setprecision(indent) << m_protocolIdentifier << '\n'; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_integrityCheckValue)) strm << setw(indent+22) << "integrityCheckValue = " << setprecision(indent) << m_integrityCheckValue << '\n'; if (HasOptionalField(e_genericData)) strm << setw(indent+14) << "genericData = " << setprecision(indent) << m_genericData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_ResourcesAvailableConfirm::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_ResourcesAvailableConfirm), PInvalidCast); #endif const H225_ResourcesAvailableConfirm & other = (const H225_ResourcesAvailableConfirm &)obj; Comparison result; if ((result = m_requestSeqNum.Compare(other.m_requestSeqNum)) != EqualTo) return result; if ((result = m_protocolIdentifier.Compare(other.m_protocolIdentifier)) != EqualTo) return result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; if ((result = m_tokens.Compare(other.m_tokens)) != EqualTo) return result; if ((result = m_cryptoTokens.Compare(other.m_cryptoTokens)) != EqualTo) return result; if ((result = m_integrityCheckValue.Compare(other.m_integrityCheckValue)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_ResourcesAvailableConfirm::GetDataLength() const { PINDEX length = 0; length += m_requestSeqNum.GetObjectLength(); length += m_protocolIdentifier.GetObjectLength(); if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); if (HasOptionalField(e_tokens)) length += m_tokens.GetObjectLength(); if (HasOptionalField(e_cryptoTokens)) length += m_cryptoTokens.GetObjectLength(); if (HasOptionalField(e_integrityCheckValue)) length += m_integrityCheckValue.GetObjectLength(); return length; } BOOL H225_ResourcesAvailableConfirm::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_requestSeqNum.Decode(strm)) return FALSE; if (!m_protocolIdentifier.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (HasOptionalField(e_tokens) && !m_tokens.Decode(strm)) return FALSE; if (HasOptionalField(e_cryptoTokens) && !m_cryptoTokens.Decode(strm)) return FALSE; if (HasOptionalField(e_integrityCheckValue) && !m_integrityCheckValue.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_genericData, m_genericData)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_ResourcesAvailableConfirm::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_requestSeqNum.Encode(strm); m_protocolIdentifier.Encode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); if (HasOptionalField(e_tokens)) m_tokens.Encode(strm); if (HasOptionalField(e_cryptoTokens)) m_cryptoTokens.Encode(strm); if (HasOptionalField(e_integrityCheckValue)) m_integrityCheckValue.Encode(strm); KnownExtensionEncode(strm, e_genericData, m_genericData); UnknownExtensionsEncode(strm); } PObject * H225_ResourcesAvailableConfirm::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ResourcesAvailableConfirm::Class()), PInvalidCast); #endif return new H225_ResourcesAvailableConfirm(*this); } // // ServiceControlIndication // H225_ServiceControlIndication::H225_ServiceControlIndication(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 8, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_ServiceControlIndication::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "requestSeqNum = " << setprecision(indent) << m_requestSeqNum << '\n'; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; strm << setw(indent+17) << "serviceControl = " << setprecision(indent) << m_serviceControl << '\n'; if (HasOptionalField(e_endpointIdentifier)) strm << setw(indent+21) << "endpointIdentifier = " << setprecision(indent) << m_endpointIdentifier << '\n'; if (HasOptionalField(e_callSpecific)) strm << setw(indent+15) << "callSpecific = " << setprecision(indent) << m_callSpecific << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_integrityCheckValue)) strm << setw(indent+22) << "integrityCheckValue = " << setprecision(indent) << m_integrityCheckValue << '\n'; if (HasOptionalField(e_featureSet)) strm << setw(indent+13) << "featureSet = " << setprecision(indent) << m_featureSet << '\n'; if (HasOptionalField(e_genericData)) strm << setw(indent+14) << "genericData = " << setprecision(indent) << m_genericData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_ServiceControlIndication::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_ServiceControlIndication), PInvalidCast); #endif const H225_ServiceControlIndication & other = (const H225_ServiceControlIndication &)obj; Comparison result; if ((result = m_requestSeqNum.Compare(other.m_requestSeqNum)) != EqualTo) return result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; if ((result = m_serviceControl.Compare(other.m_serviceControl)) != EqualTo) return result; if ((result = m_endpointIdentifier.Compare(other.m_endpointIdentifier)) != EqualTo) return result; if ((result = m_callSpecific.Compare(other.m_callSpecific)) != EqualTo) return result; if ((result = m_tokens.Compare(other.m_tokens)) != EqualTo) return result; if ((result = m_cryptoTokens.Compare(other.m_cryptoTokens)) != EqualTo) return result; if ((result = m_integrityCheckValue.Compare(other.m_integrityCheckValue)) != EqualTo) return result; if ((result = m_featureSet.Compare(other.m_featureSet)) != EqualTo) return result; if ((result = m_genericData.Compare(other.m_genericData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_ServiceControlIndication::GetDataLength() const { PINDEX length = 0; length += m_requestSeqNum.GetObjectLength(); if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); length += m_serviceControl.GetObjectLength(); if (HasOptionalField(e_endpointIdentifier)) length += m_endpointIdentifier.GetObjectLength(); if (HasOptionalField(e_callSpecific)) length += m_callSpecific.GetObjectLength(); if (HasOptionalField(e_tokens)) length += m_tokens.GetObjectLength(); if (HasOptionalField(e_cryptoTokens)) length += m_cryptoTokens.GetObjectLength(); if (HasOptionalField(e_integrityCheckValue)) length += m_integrityCheckValue.GetObjectLength(); if (HasOptionalField(e_featureSet)) length += m_featureSet.GetObjectLength(); if (HasOptionalField(e_genericData)) length += m_genericData.GetObjectLength(); return length; } BOOL H225_ServiceControlIndication::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_requestSeqNum.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (!m_serviceControl.Decode(strm)) return FALSE; if (HasOptionalField(e_endpointIdentifier) && !m_endpointIdentifier.Decode(strm)) return FALSE; if (HasOptionalField(e_callSpecific) && !m_callSpecific.Decode(strm)) return FALSE; if (HasOptionalField(e_tokens) && !m_tokens.Decode(strm)) return FALSE; if (HasOptionalField(e_cryptoTokens) && !m_cryptoTokens.Decode(strm)) return FALSE; if (HasOptionalField(e_integrityCheckValue) && !m_integrityCheckValue.Decode(strm)) return FALSE; if (HasOptionalField(e_featureSet) && !m_featureSet.Decode(strm)) return FALSE; if (HasOptionalField(e_genericData) && !m_genericData.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_ServiceControlIndication::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_requestSeqNum.Encode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); m_serviceControl.Encode(strm); if (HasOptionalField(e_endpointIdentifier)) m_endpointIdentifier.Encode(strm); if (HasOptionalField(e_callSpecific)) m_callSpecific.Encode(strm); if (HasOptionalField(e_tokens)) m_tokens.Encode(strm); if (HasOptionalField(e_cryptoTokens)) m_cryptoTokens.Encode(strm); if (HasOptionalField(e_integrityCheckValue)) m_integrityCheckValue.Encode(strm); if (HasOptionalField(e_featureSet)) m_featureSet.Encode(strm); if (HasOptionalField(e_genericData)) m_genericData.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_ServiceControlIndication::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ServiceControlIndication::Class()), PInvalidCast); #endif return new H225_ServiceControlIndication(*this); } // // ServiceControlResponse // H225_ServiceControlResponse::H225_ServiceControlResponse(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 7, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_ServiceControlResponse::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "requestSeqNum = " << setprecision(indent) << m_requestSeqNum << '\n'; if (HasOptionalField(e_result)) strm << setw(indent+9) << "result = " << setprecision(indent) << m_result << '\n'; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_integrityCheckValue)) strm << setw(indent+22) << "integrityCheckValue = " << setprecision(indent) << m_integrityCheckValue << '\n'; if (HasOptionalField(e_featureSet)) strm << setw(indent+13) << "featureSet = " << setprecision(indent) << m_featureSet << '\n'; if (HasOptionalField(e_genericData)) strm << setw(indent+14) << "genericData = " << setprecision(indent) << m_genericData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_ServiceControlResponse::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_ServiceControlResponse), PInvalidCast); #endif const H225_ServiceControlResponse & other = (const H225_ServiceControlResponse &)obj; Comparison result; if ((result = m_requestSeqNum.Compare(other.m_requestSeqNum)) != EqualTo) return result; if ((result = m_result.Compare(other.m_result)) != EqualTo) return result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; if ((result = m_tokens.Compare(other.m_tokens)) != EqualTo) return result; if ((result = m_cryptoTokens.Compare(other.m_cryptoTokens)) != EqualTo) return result; if ((result = m_integrityCheckValue.Compare(other.m_integrityCheckValue)) != EqualTo) return result; if ((result = m_featureSet.Compare(other.m_featureSet)) != EqualTo) return result; if ((result = m_genericData.Compare(other.m_genericData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_ServiceControlResponse::GetDataLength() const { PINDEX length = 0; length += m_requestSeqNum.GetObjectLength(); if (HasOptionalField(e_result)) length += m_result.GetObjectLength(); if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); if (HasOptionalField(e_tokens)) length += m_tokens.GetObjectLength(); if (HasOptionalField(e_cryptoTokens)) length += m_cryptoTokens.GetObjectLength(); if (HasOptionalField(e_integrityCheckValue)) length += m_integrityCheckValue.GetObjectLength(); if (HasOptionalField(e_featureSet)) length += m_featureSet.GetObjectLength(); if (HasOptionalField(e_genericData)) length += m_genericData.GetObjectLength(); return length; } BOOL H225_ServiceControlResponse::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_requestSeqNum.Decode(strm)) return FALSE; if (HasOptionalField(e_result) && !m_result.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (HasOptionalField(e_tokens) && !m_tokens.Decode(strm)) return FALSE; if (HasOptionalField(e_cryptoTokens) && !m_cryptoTokens.Decode(strm)) return FALSE; if (HasOptionalField(e_integrityCheckValue) && !m_integrityCheckValue.Decode(strm)) return FALSE; if (HasOptionalField(e_featureSet) && !m_featureSet.Decode(strm)) return FALSE; if (HasOptionalField(e_genericData) && !m_genericData.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_ServiceControlResponse::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_requestSeqNum.Encode(strm); if (HasOptionalField(e_result)) m_result.Encode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); if (HasOptionalField(e_tokens)) m_tokens.Encode(strm); if (HasOptionalField(e_cryptoTokens)) m_cryptoTokens.Encode(strm); if (HasOptionalField(e_integrityCheckValue)) m_integrityCheckValue.Encode(strm); if (HasOptionalField(e_featureSet)) m_featureSet.Encode(strm); if (HasOptionalField(e_genericData)) m_genericData.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_ServiceControlResponse::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ServiceControlResponse::Class()), PInvalidCast); #endif return new H225_ServiceControlResponse(*this); } // // H323-UU-PDU_tunnelledSignallingMessage // H225_H323_UU_PDU_tunnelledSignallingMessage::H225_H323_UU_PDU_tunnelledSignallingMessage(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_H323_UU_PDU_tunnelledSignallingMessage::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+22) << "tunnelledProtocolID = " << setprecision(indent) << m_tunnelledProtocolID << '\n'; strm << setw(indent+17) << "messageContent = " << setprecision(indent) << m_messageContent << '\n'; if (HasOptionalField(e_tunnellingRequired)) strm << setw(indent+21) << "tunnellingRequired = " << setprecision(indent) << m_tunnellingRequired << '\n'; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_H323_UU_PDU_tunnelledSignallingMessage::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_H323_UU_PDU_tunnelledSignallingMessage), PInvalidCast); #endif const H225_H323_UU_PDU_tunnelledSignallingMessage & other = (const H225_H323_UU_PDU_tunnelledSignallingMessage &)obj; Comparison result; if ((result = m_tunnelledProtocolID.Compare(other.m_tunnelledProtocolID)) != EqualTo) return result; if ((result = m_messageContent.Compare(other.m_messageContent)) != EqualTo) return result; if ((result = m_tunnellingRequired.Compare(other.m_tunnellingRequired)) != EqualTo) return result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_H323_UU_PDU_tunnelledSignallingMessage::GetDataLength() const { PINDEX length = 0; length += m_tunnelledProtocolID.GetObjectLength(); length += m_messageContent.GetObjectLength(); if (HasOptionalField(e_tunnellingRequired)) length += m_tunnellingRequired.GetObjectLength(); if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); return length; } BOOL H225_H323_UU_PDU_tunnelledSignallingMessage::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_tunnelledProtocolID.Decode(strm)) return FALSE; if (!m_messageContent.Decode(strm)) return FALSE; if (HasOptionalField(e_tunnellingRequired) && !m_tunnellingRequired.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_H323_UU_PDU_tunnelledSignallingMessage::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_tunnelledProtocolID.Encode(strm); m_messageContent.Encode(strm); if (HasOptionalField(e_tunnellingRequired)) m_tunnellingRequired.Encode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_H323_UU_PDU_tunnelledSignallingMessage::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_H323_UU_PDU_tunnelledSignallingMessage::Class()), PInvalidCast); #endif return new H225_H323_UU_PDU_tunnelledSignallingMessage(*this); } // // TransportAddress_ipSourceRoute // H225_TransportAddress_ipSourceRoute::H225_TransportAddress_ipSourceRoute(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_ip.SetConstraints(PASN_Object::FixedConstraint, 4); m_port.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } #ifndef PASN_NOPRINTON void H225_TransportAddress_ipSourceRoute::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+5) << "ip = " << setprecision(indent) << m_ip << '\n'; strm << setw(indent+7) << "port = " << setprecision(indent) << m_port << '\n'; strm << setw(indent+8) << "route = " << setprecision(indent) << m_route << '\n'; strm << setw(indent+10) << "routing = " << setprecision(indent) << m_routing << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_TransportAddress_ipSourceRoute::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_TransportAddress_ipSourceRoute), PInvalidCast); #endif const H225_TransportAddress_ipSourceRoute & other = (const H225_TransportAddress_ipSourceRoute &)obj; Comparison result; if ((result = m_ip.Compare(other.m_ip)) != EqualTo) return result; if ((result = m_port.Compare(other.m_port)) != EqualTo) return result; if ((result = m_route.Compare(other.m_route)) != EqualTo) return result; if ((result = m_routing.Compare(other.m_routing)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_TransportAddress_ipSourceRoute::GetDataLength() const { PINDEX length = 0; length += m_ip.GetObjectLength(); length += m_port.GetObjectLength(); length += m_route.GetObjectLength(); length += m_routing.GetObjectLength(); return length; } BOOL H225_TransportAddress_ipSourceRoute::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_ip.Decode(strm)) return FALSE; if (!m_port.Decode(strm)) return FALSE; if (!m_route.Decode(strm)) return FALSE; if (!m_routing.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_TransportAddress_ipSourceRoute::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_ip.Encode(strm); m_port.Encode(strm); m_route.Encode(strm); m_routing.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_TransportAddress_ipSourceRoute::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_TransportAddress_ipSourceRoute::Class()), PInvalidCast); #endif return new H225_TransportAddress_ipSourceRoute(*this); } // // RegistrationConfirm_preGrantedARQ // H225_RegistrationConfirm_preGrantedARQ::H225_RegistrationConfirm_preGrantedARQ(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 4) { m_irrFrequencyInCall.SetConstraints(PASN_Object::FixedConstraint, 1, 65535); } #ifndef PASN_NOPRINTON void H225_RegistrationConfirm_preGrantedARQ::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "makeCall = " << setprecision(indent) << m_makeCall << '\n'; strm << setw(indent+35) << "useGKCallSignalAddressToMakeCall = " << setprecision(indent) << m_useGKCallSignalAddressToMakeCall << '\n'; strm << setw(indent+13) << "answerCall = " << setprecision(indent) << m_answerCall << '\n'; strm << setw(indent+33) << "useGKCallSignalAddressToAnswer = " << setprecision(indent) << m_useGKCallSignalAddressToAnswer << '\n'; if (HasOptionalField(e_irrFrequencyInCall)) strm << setw(indent+21) << "irrFrequencyInCall = " << setprecision(indent) << m_irrFrequencyInCall << '\n'; if (HasOptionalField(e_totalBandwidthRestriction)) strm << setw(indent+28) << "totalBandwidthRestriction = " << setprecision(indent) << m_totalBandwidthRestriction << '\n'; if (HasOptionalField(e_alternateTransportAddresses)) strm << setw(indent+30) << "alternateTransportAddresses = " << setprecision(indent) << m_alternateTransportAddresses << '\n'; if (HasOptionalField(e_useSpecifiedTransport)) strm << setw(indent+24) << "useSpecifiedTransport = " << setprecision(indent) << m_useSpecifiedTransport << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_RegistrationConfirm_preGrantedARQ::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_RegistrationConfirm_preGrantedARQ), PInvalidCast); #endif const H225_RegistrationConfirm_preGrantedARQ & other = (const H225_RegistrationConfirm_preGrantedARQ &)obj; Comparison result; if ((result = m_makeCall.Compare(other.m_makeCall)) != EqualTo) return result; if ((result = m_useGKCallSignalAddressToMakeCall.Compare(other.m_useGKCallSignalAddressToMakeCall)) != EqualTo) return result; if ((result = m_answerCall.Compare(other.m_answerCall)) != EqualTo) return result; if ((result = m_useGKCallSignalAddressToAnswer.Compare(other.m_useGKCallSignalAddressToAnswer)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_RegistrationConfirm_preGrantedARQ::GetDataLength() const { PINDEX length = 0; length += m_makeCall.GetObjectLength(); length += m_useGKCallSignalAddressToMakeCall.GetObjectLength(); length += m_answerCall.GetObjectLength(); length += m_useGKCallSignalAddressToAnswer.GetObjectLength(); return length; } BOOL H225_RegistrationConfirm_preGrantedARQ::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_makeCall.Decode(strm)) return FALSE; if (!m_useGKCallSignalAddressToMakeCall.Decode(strm)) return FALSE; if (!m_answerCall.Decode(strm)) return FALSE; if (!m_useGKCallSignalAddressToAnswer.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_irrFrequencyInCall, m_irrFrequencyInCall)) return FALSE; if (!KnownExtensionDecode(strm, e_totalBandwidthRestriction, m_totalBandwidthRestriction)) return FALSE; if (!KnownExtensionDecode(strm, e_alternateTransportAddresses, m_alternateTransportAddresses)) return FALSE; if (!KnownExtensionDecode(strm, e_useSpecifiedTransport, m_useSpecifiedTransport)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_RegistrationConfirm_preGrantedARQ::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_makeCall.Encode(strm); m_useGKCallSignalAddressToMakeCall.Encode(strm); m_answerCall.Encode(strm); m_useGKCallSignalAddressToAnswer.Encode(strm); KnownExtensionEncode(strm, e_irrFrequencyInCall, m_irrFrequencyInCall); KnownExtensionEncode(strm, e_totalBandwidthRestriction, m_totalBandwidthRestriction); KnownExtensionEncode(strm, e_alternateTransportAddresses, m_alternateTransportAddresses); KnownExtensionEncode(strm, e_useSpecifiedTransport, m_useSpecifiedTransport); UnknownExtensionsEncode(strm); } PObject * H225_RegistrationConfirm_preGrantedARQ::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_RegistrationConfirm_preGrantedARQ::Class()), PInvalidCast); #endif return new H225_RegistrationConfirm_preGrantedARQ(*this); } // // StimulusControl // H225_StimulusControl::H225_StimulusControl(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_StimulusControl::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_nonStandard)) strm << setw(indent+14) << "nonStandard = " << setprecision(indent) << m_nonStandard << '\n'; if (HasOptionalField(e_isText)) strm << setw(indent+9) << "isText = " << setprecision(indent) << m_isText << '\n'; if (HasOptionalField(e_h248Message)) strm << setw(indent+14) << "h248Message = " << setprecision(indent) << m_h248Message << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_StimulusControl::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_StimulusControl), PInvalidCast); #endif const H225_StimulusControl & other = (const H225_StimulusControl &)obj; Comparison result; if ((result = m_nonStandard.Compare(other.m_nonStandard)) != EqualTo) return result; if ((result = m_isText.Compare(other.m_isText)) != EqualTo) return result; if ((result = m_h248Message.Compare(other.m_h248Message)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_StimulusControl::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_nonStandard)) length += m_nonStandard.GetObjectLength(); if (HasOptionalField(e_isText)) length += m_isText.GetObjectLength(); if (HasOptionalField(e_h248Message)) length += m_h248Message.GetObjectLength(); return length; } BOOL H225_StimulusControl::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_nonStandard) && !m_nonStandard.Decode(strm)) return FALSE; if (HasOptionalField(e_isText) && !m_isText.Decode(strm)) return FALSE; if (HasOptionalField(e_h248Message) && !m_h248Message.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_StimulusControl::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_nonStandard)) m_nonStandard.Encode(strm); if (HasOptionalField(e_isText)) m_isText.Encode(strm); if (HasOptionalField(e_h248Message)) m_h248Message.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_StimulusControl::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_StimulusControl::Class()), PInvalidCast); #endif return new H225_StimulusControl(*this); } // // ConferenceList // H225_ConferenceList::H225_ConferenceList(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_ConferenceList::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_conferenceID)) strm << setw(indent+15) << "conferenceID = " << setprecision(indent) << m_conferenceID << '\n'; if (HasOptionalField(e_conferenceAlias)) strm << setw(indent+18) << "conferenceAlias = " << setprecision(indent) << m_conferenceAlias << '\n'; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_ConferenceList::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_ConferenceList), PInvalidCast); #endif const H225_ConferenceList & other = (const H225_ConferenceList &)obj; Comparison result; if ((result = m_conferenceID.Compare(other.m_conferenceID)) != EqualTo) return result; if ((result = m_conferenceAlias.Compare(other.m_conferenceAlias)) != EqualTo) return result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_ConferenceList::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_conferenceID)) length += m_conferenceID.GetObjectLength(); if (HasOptionalField(e_conferenceAlias)) length += m_conferenceAlias.GetObjectLength(); if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); return length; } BOOL H225_ConferenceList::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_conferenceID) && !m_conferenceID.Decode(strm)) return FALSE; if (HasOptionalField(e_conferenceAlias) && !m_conferenceAlias.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_ConferenceList::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_conferenceID)) m_conferenceID.Encode(strm); if (HasOptionalField(e_conferenceAlias)) m_conferenceAlias.Encode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_ConferenceList::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ConferenceList::Class()), PInvalidCast); #endif return new H225_ConferenceList(*this); } // // GatewayInfo // H225_GatewayInfo::H225_GatewayInfo(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_GatewayInfo::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_protocol)) strm << setw(indent+11) << "protocol = " << setprecision(indent) << m_protocol << '\n'; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_GatewayInfo::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_GatewayInfo), PInvalidCast); #endif const H225_GatewayInfo & other = (const H225_GatewayInfo &)obj; Comparison result; if ((result = m_protocol.Compare(other.m_protocol)) != EqualTo) return result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_GatewayInfo::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_protocol)) length += m_protocol.GetObjectLength(); if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); return length; } BOOL H225_GatewayInfo::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_protocol) && !m_protocol.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_GatewayInfo::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_protocol)) m_protocol.Encode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_GatewayInfo::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_GatewayInfo::Class()), PInvalidCast); #endif return new H225_GatewayInfo(*this); } // // H310Caps // H225_H310Caps::H225_H310Caps(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 2) { IncludeOptionalField(e_supportedPrefixes); } #ifndef PASN_NOPRINTON void H225_H310Caps::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_dataRatesSupported)) strm << setw(indent+21) << "dataRatesSupported = " << setprecision(indent) << m_dataRatesSupported << '\n'; if (HasOptionalField(e_supportedPrefixes)) strm << setw(indent+20) << "supportedPrefixes = " << setprecision(indent) << m_supportedPrefixes << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_H310Caps::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_H310Caps), PInvalidCast); #endif const H225_H310Caps & other = (const H225_H310Caps &)obj; Comparison result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_H310Caps::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); return length; } BOOL H225_H310Caps::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_dataRatesSupported, m_dataRatesSupported)) return FALSE; if (!KnownExtensionDecode(strm, e_supportedPrefixes, m_supportedPrefixes)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_H310Caps::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); KnownExtensionEncode(strm, e_dataRatesSupported, m_dataRatesSupported); KnownExtensionEncode(strm, e_supportedPrefixes, m_supportedPrefixes); UnknownExtensionsEncode(strm); } PObject * H225_H310Caps::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_H310Caps::Class()), PInvalidCast); #endif return new H225_H310Caps(*this); } // // H320Caps // H225_H320Caps::H225_H320Caps(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 2) { IncludeOptionalField(e_supportedPrefixes); } #ifndef PASN_NOPRINTON void H225_H320Caps::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_dataRatesSupported)) strm << setw(indent+21) << "dataRatesSupported = " << setprecision(indent) << m_dataRatesSupported << '\n'; if (HasOptionalField(e_supportedPrefixes)) strm << setw(indent+20) << "supportedPrefixes = " << setprecision(indent) << m_supportedPrefixes << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_H320Caps::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_H320Caps), PInvalidCast); #endif const H225_H320Caps & other = (const H225_H320Caps &)obj; Comparison result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_H320Caps::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); return length; } BOOL H225_H320Caps::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_dataRatesSupported, m_dataRatesSupported)) return FALSE; if (!KnownExtensionDecode(strm, e_supportedPrefixes, m_supportedPrefixes)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_H320Caps::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); KnownExtensionEncode(strm, e_dataRatesSupported, m_dataRatesSupported); KnownExtensionEncode(strm, e_supportedPrefixes, m_supportedPrefixes); UnknownExtensionsEncode(strm); } PObject * H225_H320Caps::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_H320Caps::Class()), PInvalidCast); #endif return new H225_H320Caps(*this); } // // H321Caps // H225_H321Caps::H225_H321Caps(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 2) { IncludeOptionalField(e_supportedPrefixes); } #ifndef PASN_NOPRINTON void H225_H321Caps::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_dataRatesSupported)) strm << setw(indent+21) << "dataRatesSupported = " << setprecision(indent) << m_dataRatesSupported << '\n'; if (HasOptionalField(e_supportedPrefixes)) strm << setw(indent+20) << "supportedPrefixes = " << setprecision(indent) << m_supportedPrefixes << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_H321Caps::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_H321Caps), PInvalidCast); #endif const H225_H321Caps & other = (const H225_H321Caps &)obj; Comparison result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_H321Caps::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); return length; } BOOL H225_H321Caps::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_dataRatesSupported, m_dataRatesSupported)) return FALSE; if (!KnownExtensionDecode(strm, e_supportedPrefixes, m_supportedPrefixes)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_H321Caps::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); KnownExtensionEncode(strm, e_dataRatesSupported, m_dataRatesSupported); KnownExtensionEncode(strm, e_supportedPrefixes, m_supportedPrefixes); UnknownExtensionsEncode(strm); } PObject * H225_H321Caps::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_H321Caps::Class()), PInvalidCast); #endif return new H225_H321Caps(*this); } // // H322Caps // H225_H322Caps::H225_H322Caps(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 2) { IncludeOptionalField(e_supportedPrefixes); } #ifndef PASN_NOPRINTON void H225_H322Caps::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_dataRatesSupported)) strm << setw(indent+21) << "dataRatesSupported = " << setprecision(indent) << m_dataRatesSupported << '\n'; if (HasOptionalField(e_supportedPrefixes)) strm << setw(indent+20) << "supportedPrefixes = " << setprecision(indent) << m_supportedPrefixes << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_H322Caps::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_H322Caps), PInvalidCast); #endif const H225_H322Caps & other = (const H225_H322Caps &)obj; Comparison result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_H322Caps::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); return length; } BOOL H225_H322Caps::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_dataRatesSupported, m_dataRatesSupported)) return FALSE; if (!KnownExtensionDecode(strm, e_supportedPrefixes, m_supportedPrefixes)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_H322Caps::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); KnownExtensionEncode(strm, e_dataRatesSupported, m_dataRatesSupported); KnownExtensionEncode(strm, e_supportedPrefixes, m_supportedPrefixes); UnknownExtensionsEncode(strm); } PObject * H225_H322Caps::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_H322Caps::Class()), PInvalidCast); #endif return new H225_H322Caps(*this); } // // H323Caps // H225_H323Caps::H225_H323Caps(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 2) { IncludeOptionalField(e_supportedPrefixes); } #ifndef PASN_NOPRINTON void H225_H323Caps::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_dataRatesSupported)) strm << setw(indent+21) << "dataRatesSupported = " << setprecision(indent) << m_dataRatesSupported << '\n'; if (HasOptionalField(e_supportedPrefixes)) strm << setw(indent+20) << "supportedPrefixes = " << setprecision(indent) << m_supportedPrefixes << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_H323Caps::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_H323Caps), PInvalidCast); #endif const H225_H323Caps & other = (const H225_H323Caps &)obj; Comparison result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_H323Caps::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); return length; } BOOL H225_H323Caps::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_dataRatesSupported, m_dataRatesSupported)) return FALSE; if (!KnownExtensionDecode(strm, e_supportedPrefixes, m_supportedPrefixes)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_H323Caps::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); KnownExtensionEncode(strm, e_dataRatesSupported, m_dataRatesSupported); KnownExtensionEncode(strm, e_supportedPrefixes, m_supportedPrefixes); UnknownExtensionsEncode(strm); } PObject * H225_H323Caps::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_H323Caps::Class()), PInvalidCast); #endif return new H225_H323Caps(*this); } // // H324Caps // H225_H324Caps::H225_H324Caps(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 2) { IncludeOptionalField(e_supportedPrefixes); } #ifndef PASN_NOPRINTON void H225_H324Caps::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_dataRatesSupported)) strm << setw(indent+21) << "dataRatesSupported = " << setprecision(indent) << m_dataRatesSupported << '\n'; if (HasOptionalField(e_supportedPrefixes)) strm << setw(indent+20) << "supportedPrefixes = " << setprecision(indent) << m_supportedPrefixes << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_H324Caps::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_H324Caps), PInvalidCast); #endif const H225_H324Caps & other = (const H225_H324Caps &)obj; Comparison result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_H324Caps::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); return length; } BOOL H225_H324Caps::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_dataRatesSupported, m_dataRatesSupported)) return FALSE; if (!KnownExtensionDecode(strm, e_supportedPrefixes, m_supportedPrefixes)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_H324Caps::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); KnownExtensionEncode(strm, e_dataRatesSupported, m_dataRatesSupported); KnownExtensionEncode(strm, e_supportedPrefixes, m_supportedPrefixes); UnknownExtensionsEncode(strm); } PObject * H225_H324Caps::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_H324Caps::Class()), PInvalidCast); #endif return new H225_H324Caps(*this); } // // VoiceCaps // H225_VoiceCaps::H225_VoiceCaps(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 2) { IncludeOptionalField(e_supportedPrefixes); } #ifndef PASN_NOPRINTON void H225_VoiceCaps::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_dataRatesSupported)) strm << setw(indent+21) << "dataRatesSupported = " << setprecision(indent) << m_dataRatesSupported << '\n'; if (HasOptionalField(e_supportedPrefixes)) strm << setw(indent+20) << "supportedPrefixes = " << setprecision(indent) << m_supportedPrefixes << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_VoiceCaps::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_VoiceCaps), PInvalidCast); #endif const H225_VoiceCaps & other = (const H225_VoiceCaps &)obj; Comparison result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_VoiceCaps::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); return length; } BOOL H225_VoiceCaps::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_dataRatesSupported, m_dataRatesSupported)) return FALSE; if (!KnownExtensionDecode(strm, e_supportedPrefixes, m_supportedPrefixes)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_VoiceCaps::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); KnownExtensionEncode(strm, e_dataRatesSupported, m_dataRatesSupported); KnownExtensionEncode(strm, e_supportedPrefixes, m_supportedPrefixes); UnknownExtensionsEncode(strm); } PObject * H225_VoiceCaps::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_VoiceCaps::Class()), PInvalidCast); #endif return new H225_VoiceCaps(*this); } // // T120OnlyCaps // H225_T120OnlyCaps::H225_T120OnlyCaps(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 2) { IncludeOptionalField(e_supportedPrefixes); } #ifndef PASN_NOPRINTON void H225_T120OnlyCaps::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_dataRatesSupported)) strm << setw(indent+21) << "dataRatesSupported = " << setprecision(indent) << m_dataRatesSupported << '\n'; if (HasOptionalField(e_supportedPrefixes)) strm << setw(indent+20) << "supportedPrefixes = " << setprecision(indent) << m_supportedPrefixes << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_T120OnlyCaps::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_T120OnlyCaps), PInvalidCast); #endif const H225_T120OnlyCaps & other = (const H225_T120OnlyCaps &)obj; Comparison result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_T120OnlyCaps::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); return length; } BOOL H225_T120OnlyCaps::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_dataRatesSupported, m_dataRatesSupported)) return FALSE; if (!KnownExtensionDecode(strm, e_supportedPrefixes, m_supportedPrefixes)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_T120OnlyCaps::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); KnownExtensionEncode(strm, e_dataRatesSupported, m_dataRatesSupported); KnownExtensionEncode(strm, e_supportedPrefixes, m_supportedPrefixes); UnknownExtensionsEncode(strm); } PObject * H225_T120OnlyCaps::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_T120OnlyCaps::Class()), PInvalidCast); #endif return new H225_T120OnlyCaps(*this); } // // NonStandardProtocol // H225_NonStandardProtocol::H225_NonStandardProtocol(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_NonStandardProtocol::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_dataRatesSupported)) strm << setw(indent+21) << "dataRatesSupported = " << setprecision(indent) << m_dataRatesSupported << '\n'; strm << setw(indent+20) << "supportedPrefixes = " << setprecision(indent) << m_supportedPrefixes << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_NonStandardProtocol::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_NonStandardProtocol), PInvalidCast); #endif const H225_NonStandardProtocol & other = (const H225_NonStandardProtocol &)obj; Comparison result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; if ((result = m_dataRatesSupported.Compare(other.m_dataRatesSupported)) != EqualTo) return result; if ((result = m_supportedPrefixes.Compare(other.m_supportedPrefixes)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_NonStandardProtocol::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); if (HasOptionalField(e_dataRatesSupported)) length += m_dataRatesSupported.GetObjectLength(); length += m_supportedPrefixes.GetObjectLength(); return length; } BOOL H225_NonStandardProtocol::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (HasOptionalField(e_dataRatesSupported) && !m_dataRatesSupported.Decode(strm)) return FALSE; if (!m_supportedPrefixes.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_NonStandardProtocol::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); if (HasOptionalField(e_dataRatesSupported)) m_dataRatesSupported.Encode(strm); m_supportedPrefixes.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_NonStandardProtocol::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_NonStandardProtocol::Class()), PInvalidCast); #endif return new H225_NonStandardProtocol(*this); } // // T38FaxAnnexbOnlyCaps // H225_T38FaxAnnexbOnlyCaps::H225_T38FaxAnnexbOnlyCaps(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_T38FaxAnnexbOnlyCaps::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_dataRatesSupported)) strm << setw(indent+21) << "dataRatesSupported = " << setprecision(indent) << m_dataRatesSupported << '\n'; strm << setw(indent+20) << "supportedPrefixes = " << setprecision(indent) << m_supportedPrefixes << '\n'; strm << setw(indent+17) << "t38FaxProtocol = " << setprecision(indent) << m_t38FaxProtocol << '\n'; strm << setw(indent+16) << "t38FaxProfile = " << setprecision(indent) << m_t38FaxProfile << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_T38FaxAnnexbOnlyCaps::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_T38FaxAnnexbOnlyCaps), PInvalidCast); #endif const H225_T38FaxAnnexbOnlyCaps & other = (const H225_T38FaxAnnexbOnlyCaps &)obj; Comparison result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; if ((result = m_dataRatesSupported.Compare(other.m_dataRatesSupported)) != EqualTo) return result; if ((result = m_supportedPrefixes.Compare(other.m_supportedPrefixes)) != EqualTo) return result; if ((result = m_t38FaxProtocol.Compare(other.m_t38FaxProtocol)) != EqualTo) return result; if ((result = m_t38FaxProfile.Compare(other.m_t38FaxProfile)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_T38FaxAnnexbOnlyCaps::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); if (HasOptionalField(e_dataRatesSupported)) length += m_dataRatesSupported.GetObjectLength(); length += m_supportedPrefixes.GetObjectLength(); length += m_t38FaxProtocol.GetObjectLength(); length += m_t38FaxProfile.GetObjectLength(); return length; } BOOL H225_T38FaxAnnexbOnlyCaps::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (HasOptionalField(e_dataRatesSupported) && !m_dataRatesSupported.Decode(strm)) return FALSE; if (!m_supportedPrefixes.Decode(strm)) return FALSE; if (!m_t38FaxProtocol.Decode(strm)) return FALSE; if (!m_t38FaxProfile.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_T38FaxAnnexbOnlyCaps::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); if (HasOptionalField(e_dataRatesSupported)) m_dataRatesSupported.Encode(strm); m_supportedPrefixes.Encode(strm); m_t38FaxProtocol.Encode(strm); m_t38FaxProfile.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_T38FaxAnnexbOnlyCaps::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_T38FaxAnnexbOnlyCaps::Class()), PInvalidCast); #endif return new H225_T38FaxAnnexbOnlyCaps(*this); } // // SIPCaps // H225_SIPCaps::H225_SIPCaps(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_SIPCaps::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_dataRatesSupported)) strm << setw(indent+21) << "dataRatesSupported = " << setprecision(indent) << m_dataRatesSupported << '\n'; if (HasOptionalField(e_supportedPrefixes)) strm << setw(indent+20) << "supportedPrefixes = " << setprecision(indent) << m_supportedPrefixes << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_SIPCaps::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_SIPCaps), PInvalidCast); #endif const H225_SIPCaps & other = (const H225_SIPCaps &)obj; Comparison result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; if ((result = m_dataRatesSupported.Compare(other.m_dataRatesSupported)) != EqualTo) return result; if ((result = m_supportedPrefixes.Compare(other.m_supportedPrefixes)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_SIPCaps::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); if (HasOptionalField(e_dataRatesSupported)) length += m_dataRatesSupported.GetObjectLength(); if (HasOptionalField(e_supportedPrefixes)) length += m_supportedPrefixes.GetObjectLength(); return length; } BOOL H225_SIPCaps::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (HasOptionalField(e_dataRatesSupported) && !m_dataRatesSupported.Decode(strm)) return FALSE; if (HasOptionalField(e_supportedPrefixes) && !m_supportedPrefixes.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_SIPCaps::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); if (HasOptionalField(e_dataRatesSupported)) m_dataRatesSupported.Encode(strm); if (HasOptionalField(e_supportedPrefixes)) m_supportedPrefixes.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_SIPCaps::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_SIPCaps::Class()), PInvalidCast); #endif return new H225_SIPCaps(*this); } // // McuInfo // H225_McuInfo::H225_McuInfo(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 1) { } #ifndef PASN_NOPRINTON void H225_McuInfo::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_protocol)) strm << setw(indent+11) << "protocol = " << setprecision(indent) << m_protocol << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_McuInfo::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_McuInfo), PInvalidCast); #endif const H225_McuInfo & other = (const H225_McuInfo &)obj; Comparison result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_McuInfo::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); return length; } BOOL H225_McuInfo::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_protocol, m_protocol)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_McuInfo::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); KnownExtensionEncode(strm, e_protocol, m_protocol); UnknownExtensionsEncode(strm); } PObject * H225_McuInfo::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_McuInfo::Class()), PInvalidCast); #endif return new H225_McuInfo(*this); } // // TerminalInfo // H225_TerminalInfo::H225_TerminalInfo(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_TerminalInfo::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_TerminalInfo::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_TerminalInfo), PInvalidCast); #endif const H225_TerminalInfo & other = (const H225_TerminalInfo &)obj; Comparison result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_TerminalInfo::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); return length; } BOOL H225_TerminalInfo::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_TerminalInfo::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_TerminalInfo::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_TerminalInfo::Class()), PInvalidCast); #endif return new H225_TerminalInfo(*this); } // // GatekeeperInfo // H225_GatekeeperInfo::H225_GatekeeperInfo(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_GatekeeperInfo::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_GatekeeperInfo::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_GatekeeperInfo), PInvalidCast); #endif const H225_GatekeeperInfo & other = (const H225_GatekeeperInfo &)obj; Comparison result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_GatekeeperInfo::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); return length; } BOOL H225_GatekeeperInfo::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_GatekeeperInfo::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_GatekeeperInfo::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_GatekeeperInfo::Class()), PInvalidCast); #endif return new H225_GatekeeperInfo(*this); } // // FeatureDescriptor // H225_FeatureDescriptor::H225_FeatureDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : H225_GenericData(tag, tagClass) { } PObject * H225_FeatureDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_FeatureDescriptor::Class()), PInvalidCast); #endif return new H225_FeatureDescriptor(*this); } // // CallCapacity // H225_CallCapacity::H225_CallCapacity(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_CallCapacity::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_maximumCallCapacity)) strm << setw(indent+22) << "maximumCallCapacity = " << setprecision(indent) << m_maximumCallCapacity << '\n'; if (HasOptionalField(e_currentCallCapacity)) strm << setw(indent+22) << "currentCallCapacity = " << setprecision(indent) << m_currentCallCapacity << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_CallCapacity::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_CallCapacity), PInvalidCast); #endif const H225_CallCapacity & other = (const H225_CallCapacity &)obj; Comparison result; if ((result = m_maximumCallCapacity.Compare(other.m_maximumCallCapacity)) != EqualTo) return result; if ((result = m_currentCallCapacity.Compare(other.m_currentCallCapacity)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_CallCapacity::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_maximumCallCapacity)) length += m_maximumCallCapacity.GetObjectLength(); if (HasOptionalField(e_currentCallCapacity)) length += m_currentCallCapacity.GetObjectLength(); return length; } BOOL H225_CallCapacity::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_maximumCallCapacity) && !m_maximumCallCapacity.Decode(strm)) return FALSE; if (HasOptionalField(e_currentCallCapacity) && !m_currentCallCapacity.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_CallCapacity::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_maximumCallCapacity)) m_maximumCallCapacity.Encode(strm); if (HasOptionalField(e_currentCallCapacity)) m_currentCallCapacity.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_CallCapacity::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_CallCapacity::Class()), PInvalidCast); #endif return new H225_CallCapacity(*this); } // // CircuitIdentifier // H225_CircuitIdentifier::H225_CircuitIdentifier(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 1) { } #ifndef PASN_NOPRINTON void H225_CircuitIdentifier::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_cic)) strm << setw(indent+6) << "cic = " << setprecision(indent) << m_cic << '\n'; if (HasOptionalField(e_group)) strm << setw(indent+8) << "group = " << setprecision(indent) << m_group << '\n'; if (HasOptionalField(e_carrier)) strm << setw(indent+10) << "carrier = " << setprecision(indent) << m_carrier << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_CircuitIdentifier::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_CircuitIdentifier), PInvalidCast); #endif const H225_CircuitIdentifier & other = (const H225_CircuitIdentifier &)obj; Comparison result; if ((result = m_cic.Compare(other.m_cic)) != EqualTo) return result; if ((result = m_group.Compare(other.m_group)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_CircuitIdentifier::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_cic)) length += m_cic.GetObjectLength(); if (HasOptionalField(e_group)) length += m_group.GetObjectLength(); return length; } BOOL H225_CircuitIdentifier::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_cic) && !m_cic.Decode(strm)) return FALSE; if (HasOptionalField(e_group) && !m_group.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_carrier, m_carrier)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_CircuitIdentifier::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_cic)) m_cic.Encode(strm); if (HasOptionalField(e_group)) m_group.Encode(strm); KnownExtensionEncode(strm, e_carrier, m_carrier); UnknownExtensionsEncode(strm); } PObject * H225_CircuitIdentifier::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_CircuitIdentifier::Class()), PInvalidCast); #endif return new H225_CircuitIdentifier(*this); } // // RegistrationConfirm // H225_RegistrationConfirm::H225_RegistrationConfirm(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 17) { IncludeOptionalField(e_willRespondToIRR); IncludeOptionalField(e_maintainConnection); } #ifndef PASN_NOPRINTON void H225_RegistrationConfirm::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "requestSeqNum = " << setprecision(indent) << m_requestSeqNum << '\n'; strm << setw(indent+21) << "protocolIdentifier = " << setprecision(indent) << m_protocolIdentifier << '\n'; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; strm << setw(indent+20) << "callSignalAddress = " << setprecision(indent) << m_callSignalAddress << '\n'; if (HasOptionalField(e_terminalAlias)) strm << setw(indent+16) << "terminalAlias = " << setprecision(indent) << m_terminalAlias << '\n'; if (HasOptionalField(e_gatekeeperIdentifier)) strm << setw(indent+23) << "gatekeeperIdentifier = " << setprecision(indent) << m_gatekeeperIdentifier << '\n'; strm << setw(indent+21) << "endpointIdentifier = " << setprecision(indent) << m_endpointIdentifier << '\n'; if (HasOptionalField(e_alternateGatekeeper)) strm << setw(indent+22) << "alternateGatekeeper = " << setprecision(indent) << m_alternateGatekeeper << '\n'; if (HasOptionalField(e_timeToLive)) strm << setw(indent+13) << "timeToLive = " << setprecision(indent) << m_timeToLive << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_integrityCheckValue)) strm << setw(indent+22) << "integrityCheckValue = " << setprecision(indent) << m_integrityCheckValue << '\n'; if (HasOptionalField(e_willRespondToIRR)) strm << setw(indent+19) << "willRespondToIRR = " << setprecision(indent) << m_willRespondToIRR << '\n'; if (HasOptionalField(e_preGrantedARQ)) strm << setw(indent+16) << "preGrantedARQ = " << setprecision(indent) << m_preGrantedARQ << '\n'; if (HasOptionalField(e_maintainConnection)) strm << setw(indent+21) << "maintainConnection = " << setprecision(indent) << m_maintainConnection << '\n'; if (HasOptionalField(e_serviceControl)) strm << setw(indent+17) << "serviceControl = " << setprecision(indent) << m_serviceControl << '\n'; if (HasOptionalField(e_supportsAdditiveRegistration)) strm << setw(indent+31) << "supportsAdditiveRegistration = " << setprecision(indent) << m_supportsAdditiveRegistration << '\n'; if (HasOptionalField(e_terminalAliasPattern)) strm << setw(indent+23) << "terminalAliasPattern = " << setprecision(indent) << m_terminalAliasPattern << '\n'; if (HasOptionalField(e_supportedPrefixes)) strm << setw(indent+20) << "supportedPrefixes = " << setprecision(indent) << m_supportedPrefixes << '\n'; if (HasOptionalField(e_usageSpec)) strm << setw(indent+12) << "usageSpec = " << setprecision(indent) << m_usageSpec << '\n'; if (HasOptionalField(e_featureServerAlias)) strm << setw(indent+21) << "featureServerAlias = " << setprecision(indent) << m_featureServerAlias << '\n'; if (HasOptionalField(e_capacityReportingSpec)) strm << setw(indent+24) << "capacityReportingSpec = " << setprecision(indent) << m_capacityReportingSpec << '\n'; if (HasOptionalField(e_featureSet)) strm << setw(indent+13) << "featureSet = " << setprecision(indent) << m_featureSet << '\n'; if (HasOptionalField(e_genericData)) strm << setw(indent+14) << "genericData = " << setprecision(indent) << m_genericData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_RegistrationConfirm::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_RegistrationConfirm), PInvalidCast); #endif const H225_RegistrationConfirm & other = (const H225_RegistrationConfirm &)obj; Comparison result; if ((result = m_requestSeqNum.Compare(other.m_requestSeqNum)) != EqualTo) return result; if ((result = m_protocolIdentifier.Compare(other.m_protocolIdentifier)) != EqualTo) return result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; if ((result = m_callSignalAddress.Compare(other.m_callSignalAddress)) != EqualTo) return result; if ((result = m_terminalAlias.Compare(other.m_terminalAlias)) != EqualTo) return result; if ((result = m_gatekeeperIdentifier.Compare(other.m_gatekeeperIdentifier)) != EqualTo) return result; if ((result = m_endpointIdentifier.Compare(other.m_endpointIdentifier)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_RegistrationConfirm::GetDataLength() const { PINDEX length = 0; length += m_requestSeqNum.GetObjectLength(); length += m_protocolIdentifier.GetObjectLength(); if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); length += m_callSignalAddress.GetObjectLength(); if (HasOptionalField(e_terminalAlias)) length += m_terminalAlias.GetObjectLength(); if (HasOptionalField(e_gatekeeperIdentifier)) length += m_gatekeeperIdentifier.GetObjectLength(); length += m_endpointIdentifier.GetObjectLength(); return length; } BOOL H225_RegistrationConfirm::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_requestSeqNum.Decode(strm)) return FALSE; if (!m_protocolIdentifier.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (!m_callSignalAddress.Decode(strm)) return FALSE; if (HasOptionalField(e_terminalAlias) && !m_terminalAlias.Decode(strm)) return FALSE; if (HasOptionalField(e_gatekeeperIdentifier) && !m_gatekeeperIdentifier.Decode(strm)) return FALSE; if (!m_endpointIdentifier.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_alternateGatekeeper, m_alternateGatekeeper)) return FALSE; if (!KnownExtensionDecode(strm, e_timeToLive, m_timeToLive)) return FALSE; if (!KnownExtensionDecode(strm, e_tokens, m_tokens)) return FALSE; if (!KnownExtensionDecode(strm, e_cryptoTokens, m_cryptoTokens)) return FALSE; if (!KnownExtensionDecode(strm, e_integrityCheckValue, m_integrityCheckValue)) return FALSE; if (!KnownExtensionDecode(strm, e_willRespondToIRR, m_willRespondToIRR)) return FALSE; if (!KnownExtensionDecode(strm, e_preGrantedARQ, m_preGrantedARQ)) return FALSE; if (!KnownExtensionDecode(strm, e_maintainConnection, m_maintainConnection)) return FALSE; if (!KnownExtensionDecode(strm, e_serviceControl, m_serviceControl)) return FALSE; if (!KnownExtensionDecode(strm, e_supportsAdditiveRegistration, m_supportsAdditiveRegistration)) return FALSE; if (!KnownExtensionDecode(strm, e_terminalAliasPattern, m_terminalAliasPattern)) return FALSE; if (!KnownExtensionDecode(strm, e_supportedPrefixes, m_supportedPrefixes)) return FALSE; if (!KnownExtensionDecode(strm, e_usageSpec, m_usageSpec)) return FALSE; if (!KnownExtensionDecode(strm, e_featureServerAlias, m_featureServerAlias)) return FALSE; if (!KnownExtensionDecode(strm, e_capacityReportingSpec, m_capacityReportingSpec)) return FALSE; if (!KnownExtensionDecode(strm, e_featureSet, m_featureSet)) return FALSE; if (!KnownExtensionDecode(strm, e_genericData, m_genericData)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_RegistrationConfirm::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_requestSeqNum.Encode(strm); m_protocolIdentifier.Encode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); m_callSignalAddress.Encode(strm); if (HasOptionalField(e_terminalAlias)) m_terminalAlias.Encode(strm); if (HasOptionalField(e_gatekeeperIdentifier)) m_gatekeeperIdentifier.Encode(strm); m_endpointIdentifier.Encode(strm); KnownExtensionEncode(strm, e_alternateGatekeeper, m_alternateGatekeeper); KnownExtensionEncode(strm, e_timeToLive, m_timeToLive); KnownExtensionEncode(strm, e_tokens, m_tokens); KnownExtensionEncode(strm, e_cryptoTokens, m_cryptoTokens); KnownExtensionEncode(strm, e_integrityCheckValue, m_integrityCheckValue); KnownExtensionEncode(strm, e_willRespondToIRR, m_willRespondToIRR); KnownExtensionEncode(strm, e_preGrantedARQ, m_preGrantedARQ); KnownExtensionEncode(strm, e_maintainConnection, m_maintainConnection); KnownExtensionEncode(strm, e_serviceControl, m_serviceControl); KnownExtensionEncode(strm, e_supportsAdditiveRegistration, m_supportsAdditiveRegistration); KnownExtensionEncode(strm, e_terminalAliasPattern, m_terminalAliasPattern); KnownExtensionEncode(strm, e_supportedPrefixes, m_supportedPrefixes); KnownExtensionEncode(strm, e_usageSpec, m_usageSpec); KnownExtensionEncode(strm, e_featureServerAlias, m_featureServerAlias); KnownExtensionEncode(strm, e_capacityReportingSpec, m_capacityReportingSpec); KnownExtensionEncode(strm, e_featureSet, m_featureSet); KnownExtensionEncode(strm, e_genericData, m_genericData); UnknownExtensionsEncode(strm); } PObject * H225_RegistrationConfirm::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_RegistrationConfirm::Class()), PInvalidCast); #endif return new H225_RegistrationConfirm(*this); } // // BandwidthRequest // H225_BandwidthRequest::H225_BandwidthRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 11) { IncludeOptionalField(e_callIdentifier); IncludeOptionalField(e_answeredCall); } #ifndef PASN_NOPRINTON void H225_BandwidthRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "requestSeqNum = " << setprecision(indent) << m_requestSeqNum << '\n'; strm << setw(indent+21) << "endpointIdentifier = " << setprecision(indent) << m_endpointIdentifier << '\n'; strm << setw(indent+15) << "conferenceID = " << setprecision(indent) << m_conferenceID << '\n'; strm << setw(indent+21) << "callReferenceValue = " << setprecision(indent) << m_callReferenceValue << '\n'; if (HasOptionalField(e_callType)) strm << setw(indent+11) << "callType = " << setprecision(indent) << m_callType << '\n'; strm << setw(indent+12) << "bandWidth = " << setprecision(indent) << m_bandWidth << '\n'; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_callIdentifier)) strm << setw(indent+17) << "callIdentifier = " << setprecision(indent) << m_callIdentifier << '\n'; if (HasOptionalField(e_gatekeeperIdentifier)) strm << setw(indent+23) << "gatekeeperIdentifier = " << setprecision(indent) << m_gatekeeperIdentifier << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_integrityCheckValue)) strm << setw(indent+22) << "integrityCheckValue = " << setprecision(indent) << m_integrityCheckValue << '\n'; if (HasOptionalField(e_answeredCall)) strm << setw(indent+15) << "answeredCall = " << setprecision(indent) << m_answeredCall << '\n'; if (HasOptionalField(e_callLinkage)) strm << setw(indent+14) << "callLinkage = " << setprecision(indent) << m_callLinkage << '\n'; if (HasOptionalField(e_capacity)) strm << setw(indent+11) << "capacity = " << setprecision(indent) << m_capacity << '\n'; if (HasOptionalField(e_usageInformation)) strm << setw(indent+19) << "usageInformation = " << setprecision(indent) << m_usageInformation << '\n'; if (HasOptionalField(e_bandwidthDetails)) strm << setw(indent+19) << "bandwidthDetails = " << setprecision(indent) << m_bandwidthDetails << '\n'; if (HasOptionalField(e_genericData)) strm << setw(indent+14) << "genericData = " << setprecision(indent) << m_genericData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_BandwidthRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_BandwidthRequest), PInvalidCast); #endif const H225_BandwidthRequest & other = (const H225_BandwidthRequest &)obj; Comparison result; if ((result = m_requestSeqNum.Compare(other.m_requestSeqNum)) != EqualTo) return result; if ((result = m_endpointIdentifier.Compare(other.m_endpointIdentifier)) != EqualTo) return result; if ((result = m_conferenceID.Compare(other.m_conferenceID)) != EqualTo) return result; if ((result = m_callReferenceValue.Compare(other.m_callReferenceValue)) != EqualTo) return result; if ((result = m_callType.Compare(other.m_callType)) != EqualTo) return result; if ((result = m_bandWidth.Compare(other.m_bandWidth)) != EqualTo) return result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_BandwidthRequest::GetDataLength() const { PINDEX length = 0; length += m_requestSeqNum.GetObjectLength(); length += m_endpointIdentifier.GetObjectLength(); length += m_conferenceID.GetObjectLength(); length += m_callReferenceValue.GetObjectLength(); if (HasOptionalField(e_callType)) length += m_callType.GetObjectLength(); length += m_bandWidth.GetObjectLength(); if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); return length; } BOOL H225_BandwidthRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_requestSeqNum.Decode(strm)) return FALSE; if (!m_endpointIdentifier.Decode(strm)) return FALSE; if (!m_conferenceID.Decode(strm)) return FALSE; if (!m_callReferenceValue.Decode(strm)) return FALSE; if (HasOptionalField(e_callType) && !m_callType.Decode(strm)) return FALSE; if (!m_bandWidth.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_callIdentifier, m_callIdentifier)) return FALSE; if (!KnownExtensionDecode(strm, e_gatekeeperIdentifier, m_gatekeeperIdentifier)) return FALSE; if (!KnownExtensionDecode(strm, e_tokens, m_tokens)) return FALSE; if (!KnownExtensionDecode(strm, e_cryptoTokens, m_cryptoTokens)) return FALSE; if (!KnownExtensionDecode(strm, e_integrityCheckValue, m_integrityCheckValue)) return FALSE; if (!KnownExtensionDecode(strm, e_answeredCall, m_answeredCall)) return FALSE; if (!KnownExtensionDecode(strm, e_callLinkage, m_callLinkage)) return FALSE; if (!KnownExtensionDecode(strm, e_capacity, m_capacity)) return FALSE; if (!KnownExtensionDecode(strm, e_usageInformation, m_usageInformation)) return FALSE; if (!KnownExtensionDecode(strm, e_bandwidthDetails, m_bandwidthDetails)) return FALSE; if (!KnownExtensionDecode(strm, e_genericData, m_genericData)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_BandwidthRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_requestSeqNum.Encode(strm); m_endpointIdentifier.Encode(strm); m_conferenceID.Encode(strm); m_callReferenceValue.Encode(strm); if (HasOptionalField(e_callType)) m_callType.Encode(strm); m_bandWidth.Encode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); KnownExtensionEncode(strm, e_callIdentifier, m_callIdentifier); KnownExtensionEncode(strm, e_gatekeeperIdentifier, m_gatekeeperIdentifier); KnownExtensionEncode(strm, e_tokens, m_tokens); KnownExtensionEncode(strm, e_cryptoTokens, m_cryptoTokens); KnownExtensionEncode(strm, e_integrityCheckValue, m_integrityCheckValue); KnownExtensionEncode(strm, e_answeredCall, m_answeredCall); KnownExtensionEncode(strm, e_callLinkage, m_callLinkage); KnownExtensionEncode(strm, e_capacity, m_capacity); KnownExtensionEncode(strm, e_usageInformation, m_usageInformation); KnownExtensionEncode(strm, e_bandwidthDetails, m_bandwidthDetails); KnownExtensionEncode(strm, e_genericData, m_genericData); UnknownExtensionsEncode(strm); } PObject * H225_BandwidthRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_BandwidthRequest::Class()), PInvalidCast); #endif return new H225_BandwidthRequest(*this); } // // BandwidthConfirm // H225_BandwidthConfirm::H225_BandwidthConfirm(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 5) { } #ifndef PASN_NOPRINTON void H225_BandwidthConfirm::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "requestSeqNum = " << setprecision(indent) << m_requestSeqNum << '\n'; strm << setw(indent+12) << "bandWidth = " << setprecision(indent) << m_bandWidth << '\n'; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_integrityCheckValue)) strm << setw(indent+22) << "integrityCheckValue = " << setprecision(indent) << m_integrityCheckValue << '\n'; if (HasOptionalField(e_capacity)) strm << setw(indent+11) << "capacity = " << setprecision(indent) << m_capacity << '\n'; if (HasOptionalField(e_genericData)) strm << setw(indent+14) << "genericData = " << setprecision(indent) << m_genericData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_BandwidthConfirm::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_BandwidthConfirm), PInvalidCast); #endif const H225_BandwidthConfirm & other = (const H225_BandwidthConfirm &)obj; Comparison result; if ((result = m_requestSeqNum.Compare(other.m_requestSeqNum)) != EqualTo) return result; if ((result = m_bandWidth.Compare(other.m_bandWidth)) != EqualTo) return result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_BandwidthConfirm::GetDataLength() const { PINDEX length = 0; length += m_requestSeqNum.GetObjectLength(); length += m_bandWidth.GetObjectLength(); if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); return length; } BOOL H225_BandwidthConfirm::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_requestSeqNum.Decode(strm)) return FALSE; if (!m_bandWidth.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_tokens, m_tokens)) return FALSE; if (!KnownExtensionDecode(strm, e_cryptoTokens, m_cryptoTokens)) return FALSE; if (!KnownExtensionDecode(strm, e_integrityCheckValue, m_integrityCheckValue)) return FALSE; if (!KnownExtensionDecode(strm, e_capacity, m_capacity)) return FALSE; if (!KnownExtensionDecode(strm, e_genericData, m_genericData)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_BandwidthConfirm::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_requestSeqNum.Encode(strm); m_bandWidth.Encode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); KnownExtensionEncode(strm, e_tokens, m_tokens); KnownExtensionEncode(strm, e_cryptoTokens, m_cryptoTokens); KnownExtensionEncode(strm, e_integrityCheckValue, m_integrityCheckValue); KnownExtensionEncode(strm, e_capacity, m_capacity); KnownExtensionEncode(strm, e_genericData, m_genericData); UnknownExtensionsEncode(strm); } PObject * H225_BandwidthConfirm::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_BandwidthConfirm::Class()), PInvalidCast); #endif return new H225_BandwidthConfirm(*this); } // // ResourcesAvailableIndicate // H225_ResourcesAvailableIndicate::H225_ResourcesAvailableIndicate(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 4, TRUE, 2) { } #ifndef PASN_NOPRINTON void H225_ResourcesAvailableIndicate::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "requestSeqNum = " << setprecision(indent) << m_requestSeqNum << '\n'; strm << setw(indent+21) << "protocolIdentifier = " << setprecision(indent) << m_protocolIdentifier << '\n'; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; strm << setw(indent+21) << "endpointIdentifier = " << setprecision(indent) << m_endpointIdentifier << '\n'; strm << setw(indent+12) << "protocols = " << setprecision(indent) << m_protocols << '\n'; strm << setw(indent+23) << "almostOutOfResources = " << setprecision(indent) << m_almostOutOfResources << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_integrityCheckValue)) strm << setw(indent+22) << "integrityCheckValue = " << setprecision(indent) << m_integrityCheckValue << '\n'; if (HasOptionalField(e_capacity)) strm << setw(indent+11) << "capacity = " << setprecision(indent) << m_capacity << '\n'; if (HasOptionalField(e_genericData)) strm << setw(indent+14) << "genericData = " << setprecision(indent) << m_genericData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_ResourcesAvailableIndicate::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_ResourcesAvailableIndicate), PInvalidCast); #endif const H225_ResourcesAvailableIndicate & other = (const H225_ResourcesAvailableIndicate &)obj; Comparison result; if ((result = m_requestSeqNum.Compare(other.m_requestSeqNum)) != EqualTo) return result; if ((result = m_protocolIdentifier.Compare(other.m_protocolIdentifier)) != EqualTo) return result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; if ((result = m_endpointIdentifier.Compare(other.m_endpointIdentifier)) != EqualTo) return result; if ((result = m_protocols.Compare(other.m_protocols)) != EqualTo) return result; if ((result = m_almostOutOfResources.Compare(other.m_almostOutOfResources)) != EqualTo) return result; if ((result = m_tokens.Compare(other.m_tokens)) != EqualTo) return result; if ((result = m_cryptoTokens.Compare(other.m_cryptoTokens)) != EqualTo) return result; if ((result = m_integrityCheckValue.Compare(other.m_integrityCheckValue)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_ResourcesAvailableIndicate::GetDataLength() const { PINDEX length = 0; length += m_requestSeqNum.GetObjectLength(); length += m_protocolIdentifier.GetObjectLength(); if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); length += m_endpointIdentifier.GetObjectLength(); length += m_protocols.GetObjectLength(); length += m_almostOutOfResources.GetObjectLength(); if (HasOptionalField(e_tokens)) length += m_tokens.GetObjectLength(); if (HasOptionalField(e_cryptoTokens)) length += m_cryptoTokens.GetObjectLength(); if (HasOptionalField(e_integrityCheckValue)) length += m_integrityCheckValue.GetObjectLength(); return length; } BOOL H225_ResourcesAvailableIndicate::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_requestSeqNum.Decode(strm)) return FALSE; if (!m_protocolIdentifier.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (!m_endpointIdentifier.Decode(strm)) return FALSE; if (!m_protocols.Decode(strm)) return FALSE; if (!m_almostOutOfResources.Decode(strm)) return FALSE; if (HasOptionalField(e_tokens) && !m_tokens.Decode(strm)) return FALSE; if (HasOptionalField(e_cryptoTokens) && !m_cryptoTokens.Decode(strm)) return FALSE; if (HasOptionalField(e_integrityCheckValue) && !m_integrityCheckValue.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_capacity, m_capacity)) return FALSE; if (!KnownExtensionDecode(strm, e_genericData, m_genericData)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_ResourcesAvailableIndicate::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_requestSeqNum.Encode(strm); m_protocolIdentifier.Encode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); m_endpointIdentifier.Encode(strm); m_protocols.Encode(strm); m_almostOutOfResources.Encode(strm); if (HasOptionalField(e_tokens)) m_tokens.Encode(strm); if (HasOptionalField(e_cryptoTokens)) m_cryptoTokens.Encode(strm); if (HasOptionalField(e_integrityCheckValue)) m_integrityCheckValue.Encode(strm); KnownExtensionEncode(strm, e_capacity, m_capacity); KnownExtensionEncode(strm, e_genericData, m_genericData); UnknownExtensionsEncode(strm); } PObject * H225_ResourcesAvailableIndicate::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ResourcesAvailableIndicate::Class()), PInvalidCast); #endif return new H225_ResourcesAvailableIndicate(*this); } // // H323-UU-PDU // H225_H323_UU_PDU::H225_H323_UU_PDU(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 9) { IncludeOptionalField(e_h245Tunneling); } #ifndef PASN_NOPRINTON void H225_H323_UU_PDU::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+20) << "h323_message_body = " << setprecision(indent) << m_h323_message_body << '\n'; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_h4501SupplementaryService)) strm << setw(indent+28) << "h4501SupplementaryService = " << setprecision(indent) << m_h4501SupplementaryService << '\n'; if (HasOptionalField(e_h245Tunneling)) strm << setw(indent+16) << "h245Tunneling = " << setprecision(indent) << m_h245Tunneling << '\n'; if (HasOptionalField(e_h245Control)) strm << setw(indent+14) << "h245Control = " << setprecision(indent) << m_h245Control << '\n'; if (HasOptionalField(e_nonStandardControl)) strm << setw(indent+21) << "nonStandardControl = " << setprecision(indent) << m_nonStandardControl << '\n'; if (HasOptionalField(e_callLinkage)) strm << setw(indent+14) << "callLinkage = " << setprecision(indent) << m_callLinkage << '\n'; if (HasOptionalField(e_tunnelledSignallingMessage)) strm << setw(indent+29) << "tunnelledSignallingMessage = " << setprecision(indent) << m_tunnelledSignallingMessage << '\n'; if (HasOptionalField(e_provisionalRespToH245Tunneling)) strm << setw(indent+33) << "provisionalRespToH245Tunneling = " << setprecision(indent) << m_provisionalRespToH245Tunneling << '\n'; if (HasOptionalField(e_stimulusControl)) strm << setw(indent+18) << "stimulusControl = " << setprecision(indent) << m_stimulusControl << '\n'; if (HasOptionalField(e_genericData)) strm << setw(indent+14) << "genericData = " << setprecision(indent) << m_genericData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_H323_UU_PDU::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_H323_UU_PDU), PInvalidCast); #endif const H225_H323_UU_PDU & other = (const H225_H323_UU_PDU &)obj; Comparison result; if ((result = m_h323_message_body.Compare(other.m_h323_message_body)) != EqualTo) return result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_H323_UU_PDU::GetDataLength() const { PINDEX length = 0; length += m_h323_message_body.GetObjectLength(); if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); return length; } BOOL H225_H323_UU_PDU::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_h323_message_body.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_h4501SupplementaryService, m_h4501SupplementaryService)) return FALSE; if (!KnownExtensionDecode(strm, e_h245Tunneling, m_h245Tunneling)) return FALSE; if (!KnownExtensionDecode(strm, e_h245Control, m_h245Control)) return FALSE; if (!KnownExtensionDecode(strm, e_nonStandardControl, m_nonStandardControl)) return FALSE; if (!KnownExtensionDecode(strm, e_callLinkage, m_callLinkage)) return FALSE; if (!KnownExtensionDecode(strm, e_tunnelledSignallingMessage, m_tunnelledSignallingMessage)) return FALSE; if (!KnownExtensionDecode(strm, e_provisionalRespToH245Tunneling, m_provisionalRespToH245Tunneling)) return FALSE; if (!KnownExtensionDecode(strm, e_stimulusControl, m_stimulusControl)) return FALSE; if (!KnownExtensionDecode(strm, e_genericData, m_genericData)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_H323_UU_PDU::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_h323_message_body.Encode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); KnownExtensionEncode(strm, e_h4501SupplementaryService, m_h4501SupplementaryService); KnownExtensionEncode(strm, e_h245Tunneling, m_h245Tunneling); KnownExtensionEncode(strm, e_h245Control, m_h245Control); KnownExtensionEncode(strm, e_nonStandardControl, m_nonStandardControl); KnownExtensionEncode(strm, e_callLinkage, m_callLinkage); KnownExtensionEncode(strm, e_tunnelledSignallingMessage, m_tunnelledSignallingMessage); KnownExtensionEncode(strm, e_provisionalRespToH245Tunneling, m_provisionalRespToH245Tunneling); KnownExtensionEncode(strm, e_stimulusControl, m_stimulusControl); KnownExtensionEncode(strm, e_genericData, m_genericData); UnknownExtensionsEncode(strm); } PObject * H225_H323_UU_PDU::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_H323_UU_PDU::Class()), PInvalidCast); #endif return new H225_H323_UU_PDU(*this); } // // ReleaseComplete-UUIE // H225_ReleaseComplete_UUIE::H225_ReleaseComplete_UUIE(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 9) { IncludeOptionalField(e_callIdentifier); } #ifndef PASN_NOPRINTON void H225_ReleaseComplete_UUIE::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+21) << "protocolIdentifier = " << setprecision(indent) << m_protocolIdentifier << '\n'; if (HasOptionalField(e_reason)) strm << setw(indent+9) << "reason = " << setprecision(indent) << m_reason << '\n'; if (HasOptionalField(e_callIdentifier)) strm << setw(indent+17) << "callIdentifier = " << setprecision(indent) << m_callIdentifier << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_busyAddress)) strm << setw(indent+14) << "busyAddress = " << setprecision(indent) << m_busyAddress << '\n'; if (HasOptionalField(e_presentationIndicator)) strm << setw(indent+24) << "presentationIndicator = " << setprecision(indent) << m_presentationIndicator << '\n'; if (HasOptionalField(e_screeningIndicator)) strm << setw(indent+21) << "screeningIndicator = " << setprecision(indent) << m_screeningIndicator << '\n'; if (HasOptionalField(e_capacity)) strm << setw(indent+11) << "capacity = " << setprecision(indent) << m_capacity << '\n'; if (HasOptionalField(e_serviceControl)) strm << setw(indent+17) << "serviceControl = " << setprecision(indent) << m_serviceControl << '\n'; if (HasOptionalField(e_featureSet)) strm << setw(indent+13) << "featureSet = " << setprecision(indent) << m_featureSet << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_ReleaseComplete_UUIE::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_ReleaseComplete_UUIE), PInvalidCast); #endif const H225_ReleaseComplete_UUIE & other = (const H225_ReleaseComplete_UUIE &)obj; Comparison result; if ((result = m_protocolIdentifier.Compare(other.m_protocolIdentifier)) != EqualTo) return result; if ((result = m_reason.Compare(other.m_reason)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_ReleaseComplete_UUIE::GetDataLength() const { PINDEX length = 0; length += m_protocolIdentifier.GetObjectLength(); if (HasOptionalField(e_reason)) length += m_reason.GetObjectLength(); return length; } BOOL H225_ReleaseComplete_UUIE::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_protocolIdentifier.Decode(strm)) return FALSE; if (HasOptionalField(e_reason) && !m_reason.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_callIdentifier, m_callIdentifier)) return FALSE; if (!KnownExtensionDecode(strm, e_tokens, m_tokens)) return FALSE; if (!KnownExtensionDecode(strm, e_cryptoTokens, m_cryptoTokens)) return FALSE; if (!KnownExtensionDecode(strm, e_busyAddress, m_busyAddress)) return FALSE; if (!KnownExtensionDecode(strm, e_presentationIndicator, m_presentationIndicator)) return FALSE; if (!KnownExtensionDecode(strm, e_screeningIndicator, m_screeningIndicator)) return FALSE; if (!KnownExtensionDecode(strm, e_capacity, m_capacity)) return FALSE; if (!KnownExtensionDecode(strm, e_serviceControl, m_serviceControl)) return FALSE; if (!KnownExtensionDecode(strm, e_featureSet, m_featureSet)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_ReleaseComplete_UUIE::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_protocolIdentifier.Encode(strm); if (HasOptionalField(e_reason)) m_reason.Encode(strm); KnownExtensionEncode(strm, e_callIdentifier, m_callIdentifier); KnownExtensionEncode(strm, e_tokens, m_tokens); KnownExtensionEncode(strm, e_cryptoTokens, m_cryptoTokens); KnownExtensionEncode(strm, e_busyAddress, m_busyAddress); KnownExtensionEncode(strm, e_presentationIndicator, m_presentationIndicator); KnownExtensionEncode(strm, e_screeningIndicator, m_screeningIndicator); KnownExtensionEncode(strm, e_capacity, m_capacity); KnownExtensionEncode(strm, e_serviceControl, m_serviceControl); KnownExtensionEncode(strm, e_featureSet, m_featureSet); UnknownExtensionsEncode(strm); } PObject * H225_ReleaseComplete_UUIE::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_ReleaseComplete_UUIE::Class()), PInvalidCast); #endif return new H225_ReleaseComplete_UUIE(*this); } // // EndpointType // H225_EndpointType::H225_EndpointType(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 6, TRUE, 2) { m_set.SetConstraints(PASN_Object::FixedConstraint, 32); } #ifndef PASN_NOPRINTON void H225_EndpointType::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_vendor)) strm << setw(indent+9) << "vendor = " << setprecision(indent) << m_vendor << '\n'; if (HasOptionalField(e_gatekeeper)) strm << setw(indent+13) << "gatekeeper = " << setprecision(indent) << m_gatekeeper << '\n'; if (HasOptionalField(e_gateway)) strm << setw(indent+10) << "gateway = " << setprecision(indent) << m_gateway << '\n'; if (HasOptionalField(e_mcu)) strm << setw(indent+6) << "mcu = " << setprecision(indent) << m_mcu << '\n'; if (HasOptionalField(e_terminal)) strm << setw(indent+11) << "terminal = " << setprecision(indent) << m_terminal << '\n'; strm << setw(indent+5) << "mc = " << setprecision(indent) << m_mc << '\n'; strm << setw(indent+16) << "undefinedNode = " << setprecision(indent) << m_undefinedNode << '\n'; if (HasOptionalField(e_set)) strm << setw(indent+6) << "set = " << setprecision(indent) << m_set << '\n'; if (HasOptionalField(e_supportedTunnelledProtocols)) strm << setw(indent+30) << "supportedTunnelledProtocols = " << setprecision(indent) << m_supportedTunnelledProtocols << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_EndpointType::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_EndpointType), PInvalidCast); #endif const H225_EndpointType & other = (const H225_EndpointType &)obj; Comparison result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; if ((result = m_vendor.Compare(other.m_vendor)) != EqualTo) return result; if ((result = m_gatekeeper.Compare(other.m_gatekeeper)) != EqualTo) return result; if ((result = m_gateway.Compare(other.m_gateway)) != EqualTo) return result; if ((result = m_mcu.Compare(other.m_mcu)) != EqualTo) return result; if ((result = m_terminal.Compare(other.m_terminal)) != EqualTo) return result; if ((result = m_mc.Compare(other.m_mc)) != EqualTo) return result; if ((result = m_undefinedNode.Compare(other.m_undefinedNode)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_EndpointType::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); if (HasOptionalField(e_vendor)) length += m_vendor.GetObjectLength(); if (HasOptionalField(e_gatekeeper)) length += m_gatekeeper.GetObjectLength(); if (HasOptionalField(e_gateway)) length += m_gateway.GetObjectLength(); if (HasOptionalField(e_mcu)) length += m_mcu.GetObjectLength(); if (HasOptionalField(e_terminal)) length += m_terminal.GetObjectLength(); length += m_mc.GetObjectLength(); length += m_undefinedNode.GetObjectLength(); return length; } BOOL H225_EndpointType::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (HasOptionalField(e_vendor) && !m_vendor.Decode(strm)) return FALSE; if (HasOptionalField(e_gatekeeper) && !m_gatekeeper.Decode(strm)) return FALSE; if (HasOptionalField(e_gateway) && !m_gateway.Decode(strm)) return FALSE; if (HasOptionalField(e_mcu) && !m_mcu.Decode(strm)) return FALSE; if (HasOptionalField(e_terminal) && !m_terminal.Decode(strm)) return FALSE; if (!m_mc.Decode(strm)) return FALSE; if (!m_undefinedNode.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_set, m_set)) return FALSE; if (!KnownExtensionDecode(strm, e_supportedTunnelledProtocols, m_supportedTunnelledProtocols)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_EndpointType::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); if (HasOptionalField(e_vendor)) m_vendor.Encode(strm); if (HasOptionalField(e_gatekeeper)) m_gatekeeper.Encode(strm); if (HasOptionalField(e_gateway)) m_gateway.Encode(strm); if (HasOptionalField(e_mcu)) m_mcu.Encode(strm); if (HasOptionalField(e_terminal)) m_terminal.Encode(strm); m_mc.Encode(strm); m_undefinedNode.Encode(strm); KnownExtensionEncode(strm, e_set, m_set); KnownExtensionEncode(strm, e_supportedTunnelledProtocols, m_supportedTunnelledProtocols); UnknownExtensionsEncode(strm); } PObject * H225_EndpointType::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_EndpointType::Class()), PInvalidCast); #endif return new H225_EndpointType(*this); } // // CircuitInfo // H225_CircuitInfo::H225_CircuitInfo(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_CircuitInfo::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_sourceCircuitID)) strm << setw(indent+18) << "sourceCircuitID = " << setprecision(indent) << m_sourceCircuitID << '\n'; if (HasOptionalField(e_destinationCircuitID)) strm << setw(indent+23) << "destinationCircuitID = " << setprecision(indent) << m_destinationCircuitID << '\n'; if (HasOptionalField(e_genericData)) strm << setw(indent+14) << "genericData = " << setprecision(indent) << m_genericData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_CircuitInfo::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_CircuitInfo), PInvalidCast); #endif const H225_CircuitInfo & other = (const H225_CircuitInfo &)obj; Comparison result; if ((result = m_sourceCircuitID.Compare(other.m_sourceCircuitID)) != EqualTo) return result; if ((result = m_destinationCircuitID.Compare(other.m_destinationCircuitID)) != EqualTo) return result; if ((result = m_genericData.Compare(other.m_genericData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_CircuitInfo::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_sourceCircuitID)) length += m_sourceCircuitID.GetObjectLength(); if (HasOptionalField(e_destinationCircuitID)) length += m_destinationCircuitID.GetObjectLength(); if (HasOptionalField(e_genericData)) length += m_genericData.GetObjectLength(); return length; } BOOL H225_CircuitInfo::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_sourceCircuitID) && !m_sourceCircuitID.Decode(strm)) return FALSE; if (HasOptionalField(e_destinationCircuitID) && !m_destinationCircuitID.Decode(strm)) return FALSE; if (HasOptionalField(e_genericData) && !m_genericData.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_CircuitInfo::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_sourceCircuitID)) m_sourceCircuitID.Encode(strm); if (HasOptionalField(e_destinationCircuitID)) m_destinationCircuitID.Encode(strm); if (HasOptionalField(e_genericData)) m_genericData.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_CircuitInfo::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_CircuitInfo::Class()), PInvalidCast); #endif return new H225_CircuitInfo(*this); } // // GatekeeperRequest // H225_GatekeeperRequest::H225_GatekeeperRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 4, TRUE, 10) { } #ifndef PASN_NOPRINTON void H225_GatekeeperRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "requestSeqNum = " << setprecision(indent) << m_requestSeqNum << '\n'; strm << setw(indent+21) << "protocolIdentifier = " << setprecision(indent) << m_protocolIdentifier << '\n'; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; strm << setw(indent+13) << "rasAddress = " << setprecision(indent) << m_rasAddress << '\n'; strm << setw(indent+15) << "endpointType = " << setprecision(indent) << m_endpointType << '\n'; if (HasOptionalField(e_gatekeeperIdentifier)) strm << setw(indent+23) << "gatekeeperIdentifier = " << setprecision(indent) << m_gatekeeperIdentifier << '\n'; if (HasOptionalField(e_callServices)) strm << setw(indent+15) << "callServices = " << setprecision(indent) << m_callServices << '\n'; if (HasOptionalField(e_endpointAlias)) strm << setw(indent+16) << "endpointAlias = " << setprecision(indent) << m_endpointAlias << '\n'; if (HasOptionalField(e_alternateEndpoints)) strm << setw(indent+21) << "alternateEndpoints = " << setprecision(indent) << m_alternateEndpoints << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_authenticationCapability)) strm << setw(indent+27) << "authenticationCapability = " << setprecision(indent) << m_authenticationCapability << '\n'; if (HasOptionalField(e_algorithmOIDs)) strm << setw(indent+16) << "algorithmOIDs = " << setprecision(indent) << m_algorithmOIDs << '\n'; if (HasOptionalField(e_integrity)) strm << setw(indent+12) << "integrity = " << setprecision(indent) << m_integrity << '\n'; if (HasOptionalField(e_integrityCheckValue)) strm << setw(indent+22) << "integrityCheckValue = " << setprecision(indent) << m_integrityCheckValue << '\n'; if (HasOptionalField(e_supportsAltGK)) strm << setw(indent+16) << "supportsAltGK = " << setprecision(indent) << m_supportsAltGK << '\n'; if (HasOptionalField(e_featureSet)) strm << setw(indent+13) << "featureSet = " << setprecision(indent) << m_featureSet << '\n'; if (HasOptionalField(e_genericData)) strm << setw(indent+14) << "genericData = " << setprecision(indent) << m_genericData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_GatekeeperRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_GatekeeperRequest), PInvalidCast); #endif const H225_GatekeeperRequest & other = (const H225_GatekeeperRequest &)obj; Comparison result; if ((result = m_requestSeqNum.Compare(other.m_requestSeqNum)) != EqualTo) return result; if ((result = m_protocolIdentifier.Compare(other.m_protocolIdentifier)) != EqualTo) return result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; if ((result = m_rasAddress.Compare(other.m_rasAddress)) != EqualTo) return result; if ((result = m_endpointType.Compare(other.m_endpointType)) != EqualTo) return result; if ((result = m_gatekeeperIdentifier.Compare(other.m_gatekeeperIdentifier)) != EqualTo) return result; if ((result = m_callServices.Compare(other.m_callServices)) != EqualTo) return result; if ((result = m_endpointAlias.Compare(other.m_endpointAlias)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_GatekeeperRequest::GetDataLength() const { PINDEX length = 0; length += m_requestSeqNum.GetObjectLength(); length += m_protocolIdentifier.GetObjectLength(); if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); length += m_rasAddress.GetObjectLength(); length += m_endpointType.GetObjectLength(); if (HasOptionalField(e_gatekeeperIdentifier)) length += m_gatekeeperIdentifier.GetObjectLength(); if (HasOptionalField(e_callServices)) length += m_callServices.GetObjectLength(); if (HasOptionalField(e_endpointAlias)) length += m_endpointAlias.GetObjectLength(); return length; } BOOL H225_GatekeeperRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_requestSeqNum.Decode(strm)) return FALSE; if (!m_protocolIdentifier.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (!m_rasAddress.Decode(strm)) return FALSE; if (!m_endpointType.Decode(strm)) return FALSE; if (HasOptionalField(e_gatekeeperIdentifier) && !m_gatekeeperIdentifier.Decode(strm)) return FALSE; if (HasOptionalField(e_callServices) && !m_callServices.Decode(strm)) return FALSE; if (HasOptionalField(e_endpointAlias) && !m_endpointAlias.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_alternateEndpoints, m_alternateEndpoints)) return FALSE; if (!KnownExtensionDecode(strm, e_tokens, m_tokens)) return FALSE; if (!KnownExtensionDecode(strm, e_cryptoTokens, m_cryptoTokens)) return FALSE; if (!KnownExtensionDecode(strm, e_authenticationCapability, m_authenticationCapability)) return FALSE; if (!KnownExtensionDecode(strm, e_algorithmOIDs, m_algorithmOIDs)) return FALSE; if (!KnownExtensionDecode(strm, e_integrity, m_integrity)) return FALSE; if (!KnownExtensionDecode(strm, e_integrityCheckValue, m_integrityCheckValue)) return FALSE; if (!KnownExtensionDecode(strm, e_supportsAltGK, m_supportsAltGK)) return FALSE; if (!KnownExtensionDecode(strm, e_featureSet, m_featureSet)) return FALSE; if (!KnownExtensionDecode(strm, e_genericData, m_genericData)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_GatekeeperRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_requestSeqNum.Encode(strm); m_protocolIdentifier.Encode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); m_rasAddress.Encode(strm); m_endpointType.Encode(strm); if (HasOptionalField(e_gatekeeperIdentifier)) m_gatekeeperIdentifier.Encode(strm); if (HasOptionalField(e_callServices)) m_callServices.Encode(strm); if (HasOptionalField(e_endpointAlias)) m_endpointAlias.Encode(strm); KnownExtensionEncode(strm, e_alternateEndpoints, m_alternateEndpoints); KnownExtensionEncode(strm, e_tokens, m_tokens); KnownExtensionEncode(strm, e_cryptoTokens, m_cryptoTokens); KnownExtensionEncode(strm, e_authenticationCapability, m_authenticationCapability); KnownExtensionEncode(strm, e_algorithmOIDs, m_algorithmOIDs); KnownExtensionEncode(strm, e_integrity, m_integrity); KnownExtensionEncode(strm, e_integrityCheckValue, m_integrityCheckValue); KnownExtensionEncode(strm, e_supportsAltGK, m_supportsAltGK); KnownExtensionEncode(strm, e_featureSet, m_featureSet); KnownExtensionEncode(strm, e_genericData, m_genericData); UnknownExtensionsEncode(strm); } PObject * H225_GatekeeperRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_GatekeeperRequest::Class()), PInvalidCast); #endif return new H225_GatekeeperRequest(*this); } // // RegistrationRequest // H225_RegistrationRequest::H225_RegistrationRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 23) { IncludeOptionalField(e_keepAlive); IncludeOptionalField(e_willSupplyUUIEs); IncludeOptionalField(e_maintainConnection); } #ifndef PASN_NOPRINTON void H225_RegistrationRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "requestSeqNum = " << setprecision(indent) << m_requestSeqNum << '\n'; strm << setw(indent+21) << "protocolIdentifier = " << setprecision(indent) << m_protocolIdentifier << '\n'; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; strm << setw(indent+20) << "discoveryComplete = " << setprecision(indent) << m_discoveryComplete << '\n'; strm << setw(indent+20) << "callSignalAddress = " << setprecision(indent) << m_callSignalAddress << '\n'; strm << setw(indent+13) << "rasAddress = " << setprecision(indent) << m_rasAddress << '\n'; strm << setw(indent+15) << "terminalType = " << setprecision(indent) << m_terminalType << '\n'; if (HasOptionalField(e_terminalAlias)) strm << setw(indent+16) << "terminalAlias = " << setprecision(indent) << m_terminalAlias << '\n'; if (HasOptionalField(e_gatekeeperIdentifier)) strm << setw(indent+23) << "gatekeeperIdentifier = " << setprecision(indent) << m_gatekeeperIdentifier << '\n'; strm << setw(indent+17) << "endpointVendor = " << setprecision(indent) << m_endpointVendor << '\n'; if (HasOptionalField(e_alternateEndpoints)) strm << setw(indent+21) << "alternateEndpoints = " << setprecision(indent) << m_alternateEndpoints << '\n'; if (HasOptionalField(e_timeToLive)) strm << setw(indent+13) << "timeToLive = " << setprecision(indent) << m_timeToLive << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_integrityCheckValue)) strm << setw(indent+22) << "integrityCheckValue = " << setprecision(indent) << m_integrityCheckValue << '\n'; if (HasOptionalField(e_keepAlive)) strm << setw(indent+12) << "keepAlive = " << setprecision(indent) << m_keepAlive << '\n'; if (HasOptionalField(e_endpointIdentifier)) strm << setw(indent+21) << "endpointIdentifier = " << setprecision(indent) << m_endpointIdentifier << '\n'; if (HasOptionalField(e_willSupplyUUIEs)) strm << setw(indent+18) << "willSupplyUUIEs = " << setprecision(indent) << m_willSupplyUUIEs << '\n'; if (HasOptionalField(e_maintainConnection)) strm << setw(indent+21) << "maintainConnection = " << setprecision(indent) << m_maintainConnection << '\n'; if (HasOptionalField(e_alternateTransportAddresses)) strm << setw(indent+30) << "alternateTransportAddresses = " << setprecision(indent) << m_alternateTransportAddresses << '\n'; if (HasOptionalField(e_additiveRegistration)) strm << setw(indent+23) << "additiveRegistration = " << setprecision(indent) << m_additiveRegistration << '\n'; if (HasOptionalField(e_terminalAliasPattern)) strm << setw(indent+23) << "terminalAliasPattern = " << setprecision(indent) << m_terminalAliasPattern << '\n'; if (HasOptionalField(e_supportsAltGK)) strm << setw(indent+16) << "supportsAltGK = " << setprecision(indent) << m_supportsAltGK << '\n'; if (HasOptionalField(e_usageReportingCapability)) strm << setw(indent+27) << "usageReportingCapability = " << setprecision(indent) << m_usageReportingCapability << '\n'; if (HasOptionalField(e_multipleCalls)) strm << setw(indent+16) << "multipleCalls = " << setprecision(indent) << m_multipleCalls << '\n'; if (HasOptionalField(e_supportedH248Packages)) strm << setw(indent+24) << "supportedH248Packages = " << setprecision(indent) << m_supportedH248Packages << '\n'; if (HasOptionalField(e_callCreditCapability)) strm << setw(indent+23) << "callCreditCapability = " << setprecision(indent) << m_callCreditCapability << '\n'; if (HasOptionalField(e_capacityReportingCapability)) strm << setw(indent+30) << "capacityReportingCapability = " << setprecision(indent) << m_capacityReportingCapability << '\n'; if (HasOptionalField(e_capacity)) strm << setw(indent+11) << "capacity = " << setprecision(indent) << m_capacity << '\n'; if (HasOptionalField(e_featureSet)) strm << setw(indent+13) << "featureSet = " << setprecision(indent) << m_featureSet << '\n'; if (HasOptionalField(e_genericData)) strm << setw(indent+14) << "genericData = " << setprecision(indent) << m_genericData << '\n'; if (HasOptionalField(e_restart)) strm << setw(indent+10) << "restart = " << setprecision(indent) << m_restart << '\n'; if (HasOptionalField(e_supportsACFSequences)) strm << setw(indent+23) << "supportsACFSequences = " << setprecision(indent) << m_supportsACFSequences << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_RegistrationRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_RegistrationRequest), PInvalidCast); #endif const H225_RegistrationRequest & other = (const H225_RegistrationRequest &)obj; Comparison result; if ((result = m_requestSeqNum.Compare(other.m_requestSeqNum)) != EqualTo) return result; if ((result = m_protocolIdentifier.Compare(other.m_protocolIdentifier)) != EqualTo) return result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; if ((result = m_discoveryComplete.Compare(other.m_discoveryComplete)) != EqualTo) return result; if ((result = m_callSignalAddress.Compare(other.m_callSignalAddress)) != EqualTo) return result; if ((result = m_rasAddress.Compare(other.m_rasAddress)) != EqualTo) return result; if ((result = m_terminalType.Compare(other.m_terminalType)) != EqualTo) return result; if ((result = m_terminalAlias.Compare(other.m_terminalAlias)) != EqualTo) return result; if ((result = m_gatekeeperIdentifier.Compare(other.m_gatekeeperIdentifier)) != EqualTo) return result; if ((result = m_endpointVendor.Compare(other.m_endpointVendor)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_RegistrationRequest::GetDataLength() const { PINDEX length = 0; length += m_requestSeqNum.GetObjectLength(); length += m_protocolIdentifier.GetObjectLength(); if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); length += m_discoveryComplete.GetObjectLength(); length += m_callSignalAddress.GetObjectLength(); length += m_rasAddress.GetObjectLength(); length += m_terminalType.GetObjectLength(); if (HasOptionalField(e_terminalAlias)) length += m_terminalAlias.GetObjectLength(); if (HasOptionalField(e_gatekeeperIdentifier)) length += m_gatekeeperIdentifier.GetObjectLength(); length += m_endpointVendor.GetObjectLength(); return length; } BOOL H225_RegistrationRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_requestSeqNum.Decode(strm)) return FALSE; if (!m_protocolIdentifier.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (!m_discoveryComplete.Decode(strm)) return FALSE; if (!m_callSignalAddress.Decode(strm)) return FALSE; if (!m_rasAddress.Decode(strm)) return FALSE; if (!m_terminalType.Decode(strm)) return FALSE; if (HasOptionalField(e_terminalAlias) && !m_terminalAlias.Decode(strm)) return FALSE; if (HasOptionalField(e_gatekeeperIdentifier) && !m_gatekeeperIdentifier.Decode(strm)) return FALSE; if (!m_endpointVendor.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_alternateEndpoints, m_alternateEndpoints)) return FALSE; if (!KnownExtensionDecode(strm, e_timeToLive, m_timeToLive)) return FALSE; if (!KnownExtensionDecode(strm, e_tokens, m_tokens)) return FALSE; if (!KnownExtensionDecode(strm, e_cryptoTokens, m_cryptoTokens)) return FALSE; if (!KnownExtensionDecode(strm, e_integrityCheckValue, m_integrityCheckValue)) return FALSE; if (!KnownExtensionDecode(strm, e_keepAlive, m_keepAlive)) return FALSE; if (!KnownExtensionDecode(strm, e_endpointIdentifier, m_endpointIdentifier)) return FALSE; if (!KnownExtensionDecode(strm, e_willSupplyUUIEs, m_willSupplyUUIEs)) return FALSE; if (!KnownExtensionDecode(strm, e_maintainConnection, m_maintainConnection)) return FALSE; if (!KnownExtensionDecode(strm, e_alternateTransportAddresses, m_alternateTransportAddresses)) return FALSE; if (!KnownExtensionDecode(strm, e_additiveRegistration, m_additiveRegistration)) return FALSE; if (!KnownExtensionDecode(strm, e_terminalAliasPattern, m_terminalAliasPattern)) return FALSE; if (!KnownExtensionDecode(strm, e_supportsAltGK, m_supportsAltGK)) return FALSE; if (!KnownExtensionDecode(strm, e_usageReportingCapability, m_usageReportingCapability)) return FALSE; if (!KnownExtensionDecode(strm, e_multipleCalls, m_multipleCalls)) return FALSE; if (!KnownExtensionDecode(strm, e_supportedH248Packages, m_supportedH248Packages)) return FALSE; if (!KnownExtensionDecode(strm, e_callCreditCapability, m_callCreditCapability)) return FALSE; if (!KnownExtensionDecode(strm, e_capacityReportingCapability, m_capacityReportingCapability)) return FALSE; if (!KnownExtensionDecode(strm, e_capacity, m_capacity)) return FALSE; if (!KnownExtensionDecode(strm, e_featureSet, m_featureSet)) return FALSE; if (!KnownExtensionDecode(strm, e_genericData, m_genericData)) return FALSE; if (!KnownExtensionDecode(strm, e_restart, m_restart)) return FALSE; if (!KnownExtensionDecode(strm, e_supportsACFSequences, m_supportsACFSequences)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_RegistrationRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_requestSeqNum.Encode(strm); m_protocolIdentifier.Encode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); m_discoveryComplete.Encode(strm); m_callSignalAddress.Encode(strm); m_rasAddress.Encode(strm); m_terminalType.Encode(strm); if (HasOptionalField(e_terminalAlias)) m_terminalAlias.Encode(strm); if (HasOptionalField(e_gatekeeperIdentifier)) m_gatekeeperIdentifier.Encode(strm); m_endpointVendor.Encode(strm); KnownExtensionEncode(strm, e_alternateEndpoints, m_alternateEndpoints); KnownExtensionEncode(strm, e_timeToLive, m_timeToLive); KnownExtensionEncode(strm, e_tokens, m_tokens); KnownExtensionEncode(strm, e_cryptoTokens, m_cryptoTokens); KnownExtensionEncode(strm, e_integrityCheckValue, m_integrityCheckValue); KnownExtensionEncode(strm, e_keepAlive, m_keepAlive); KnownExtensionEncode(strm, e_endpointIdentifier, m_endpointIdentifier); KnownExtensionEncode(strm, e_willSupplyUUIEs, m_willSupplyUUIEs); KnownExtensionEncode(strm, e_maintainConnection, m_maintainConnection); KnownExtensionEncode(strm, e_alternateTransportAddresses, m_alternateTransportAddresses); KnownExtensionEncode(strm, e_additiveRegistration, m_additiveRegistration); KnownExtensionEncode(strm, e_terminalAliasPattern, m_terminalAliasPattern); KnownExtensionEncode(strm, e_supportsAltGK, m_supportsAltGK); KnownExtensionEncode(strm, e_usageReportingCapability, m_usageReportingCapability); KnownExtensionEncode(strm, e_multipleCalls, m_multipleCalls); KnownExtensionEncode(strm, e_supportedH248Packages, m_supportedH248Packages); KnownExtensionEncode(strm, e_callCreditCapability, m_callCreditCapability); KnownExtensionEncode(strm, e_capacityReportingCapability, m_capacityReportingCapability); KnownExtensionEncode(strm, e_capacity, m_capacity); KnownExtensionEncode(strm, e_featureSet, m_featureSet); KnownExtensionEncode(strm, e_genericData, m_genericData); KnownExtensionEncode(strm, e_restart, m_restart); KnownExtensionEncode(strm, e_supportsACFSequences, m_supportsACFSequences); UnknownExtensionsEncode(strm); } PObject * H225_RegistrationRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_RegistrationRequest::Class()), PInvalidCast); #endif return new H225_RegistrationRequest(*this); } // // AdmissionRequest // H225_AdmissionRequest::H225_AdmissionRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 7, TRUE, 19) { IncludeOptionalField(e_canMapAlias); IncludeOptionalField(e_callIdentifier); IncludeOptionalField(e_willSupplyUUIEs); IncludeOptionalField(e_canMapSrcAlias); } #ifndef PASN_NOPRINTON void H225_AdmissionRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "requestSeqNum = " << setprecision(indent) << m_requestSeqNum << '\n'; strm << setw(indent+11) << "callType = " << setprecision(indent) << m_callType << '\n'; if (HasOptionalField(e_callModel)) strm << setw(indent+12) << "callModel = " << setprecision(indent) << m_callModel << '\n'; strm << setw(indent+21) << "endpointIdentifier = " << setprecision(indent) << m_endpointIdentifier << '\n'; if (HasOptionalField(e_destinationInfo)) strm << setw(indent+18) << "destinationInfo = " << setprecision(indent) << m_destinationInfo << '\n'; if (HasOptionalField(e_destCallSignalAddress)) strm << setw(indent+24) << "destCallSignalAddress = " << setprecision(indent) << m_destCallSignalAddress << '\n'; if (HasOptionalField(e_destExtraCallInfo)) strm << setw(indent+20) << "destExtraCallInfo = " << setprecision(indent) << m_destExtraCallInfo << '\n'; strm << setw(indent+10) << "srcInfo = " << setprecision(indent) << m_srcInfo << '\n'; if (HasOptionalField(e_srcCallSignalAddress)) strm << setw(indent+23) << "srcCallSignalAddress = " << setprecision(indent) << m_srcCallSignalAddress << '\n'; strm << setw(indent+12) << "bandWidth = " << setprecision(indent) << m_bandWidth << '\n'; strm << setw(indent+21) << "callReferenceValue = " << setprecision(indent) << m_callReferenceValue << '\n'; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_callServices)) strm << setw(indent+15) << "callServices = " << setprecision(indent) << m_callServices << '\n'; strm << setw(indent+15) << "conferenceID = " << setprecision(indent) << m_conferenceID << '\n'; strm << setw(indent+11) << "activeMC = " << setprecision(indent) << m_activeMC << '\n'; strm << setw(indent+13) << "answerCall = " << setprecision(indent) << m_answerCall << '\n'; if (HasOptionalField(e_canMapAlias)) strm << setw(indent+14) << "canMapAlias = " << setprecision(indent) << m_canMapAlias << '\n'; if (HasOptionalField(e_callIdentifier)) strm << setw(indent+17) << "callIdentifier = " << setprecision(indent) << m_callIdentifier << '\n'; if (HasOptionalField(e_srcAlternatives)) strm << setw(indent+18) << "srcAlternatives = " << setprecision(indent) << m_srcAlternatives << '\n'; if (HasOptionalField(e_destAlternatives)) strm << setw(indent+19) << "destAlternatives = " << setprecision(indent) << m_destAlternatives << '\n'; if (HasOptionalField(e_gatekeeperIdentifier)) strm << setw(indent+23) << "gatekeeperIdentifier = " << setprecision(indent) << m_gatekeeperIdentifier << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_integrityCheckValue)) strm << setw(indent+22) << "integrityCheckValue = " << setprecision(indent) << m_integrityCheckValue << '\n'; if (HasOptionalField(e_transportQOS)) strm << setw(indent+15) << "transportQOS = " << setprecision(indent) << m_transportQOS << '\n'; if (HasOptionalField(e_willSupplyUUIEs)) strm << setw(indent+18) << "willSupplyUUIEs = " << setprecision(indent) << m_willSupplyUUIEs << '\n'; if (HasOptionalField(e_callLinkage)) strm << setw(indent+14) << "callLinkage = " << setprecision(indent) << m_callLinkage << '\n'; if (HasOptionalField(e_gatewayDataRate)) strm << setw(indent+18) << "gatewayDataRate = " << setprecision(indent) << m_gatewayDataRate << '\n'; if (HasOptionalField(e_capacity)) strm << setw(indent+11) << "capacity = " << setprecision(indent) << m_capacity << '\n'; if (HasOptionalField(e_circuitInfo)) strm << setw(indent+14) << "circuitInfo = " << setprecision(indent) << m_circuitInfo << '\n'; if (HasOptionalField(e_desiredProtocols)) strm << setw(indent+19) << "desiredProtocols = " << setprecision(indent) << m_desiredProtocols << '\n'; if (HasOptionalField(e_desiredTunnelledProtocol)) strm << setw(indent+27) << "desiredTunnelledProtocol = " << setprecision(indent) << m_desiredTunnelledProtocol << '\n'; if (HasOptionalField(e_featureSet)) strm << setw(indent+13) << "featureSet = " << setprecision(indent) << m_featureSet << '\n'; if (HasOptionalField(e_genericData)) strm << setw(indent+14) << "genericData = " << setprecision(indent) << m_genericData << '\n'; if (HasOptionalField(e_canMapSrcAlias)) strm << setw(indent+17) << "canMapSrcAlias = " << setprecision(indent) << m_canMapSrcAlias << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_AdmissionRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_AdmissionRequest), PInvalidCast); #endif const H225_AdmissionRequest & other = (const H225_AdmissionRequest &)obj; Comparison result; if ((result = m_requestSeqNum.Compare(other.m_requestSeqNum)) != EqualTo) return result; if ((result = m_callType.Compare(other.m_callType)) != EqualTo) return result; if ((result = m_callModel.Compare(other.m_callModel)) != EqualTo) return result; if ((result = m_endpointIdentifier.Compare(other.m_endpointIdentifier)) != EqualTo) return result; if ((result = m_destinationInfo.Compare(other.m_destinationInfo)) != EqualTo) return result; if ((result = m_destCallSignalAddress.Compare(other.m_destCallSignalAddress)) != EqualTo) return result; if ((result = m_destExtraCallInfo.Compare(other.m_destExtraCallInfo)) != EqualTo) return result; if ((result = m_srcInfo.Compare(other.m_srcInfo)) != EqualTo) return result; if ((result = m_srcCallSignalAddress.Compare(other.m_srcCallSignalAddress)) != EqualTo) return result; if ((result = m_bandWidth.Compare(other.m_bandWidth)) != EqualTo) return result; if ((result = m_callReferenceValue.Compare(other.m_callReferenceValue)) != EqualTo) return result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; if ((result = m_callServices.Compare(other.m_callServices)) != EqualTo) return result; if ((result = m_conferenceID.Compare(other.m_conferenceID)) != EqualTo) return result; if ((result = m_activeMC.Compare(other.m_activeMC)) != EqualTo) return result; if ((result = m_answerCall.Compare(other.m_answerCall)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_AdmissionRequest::GetDataLength() const { PINDEX length = 0; length += m_requestSeqNum.GetObjectLength(); length += m_callType.GetObjectLength(); if (HasOptionalField(e_callModel)) length += m_callModel.GetObjectLength(); length += m_endpointIdentifier.GetObjectLength(); if (HasOptionalField(e_destinationInfo)) length += m_destinationInfo.GetObjectLength(); if (HasOptionalField(e_destCallSignalAddress)) length += m_destCallSignalAddress.GetObjectLength(); if (HasOptionalField(e_destExtraCallInfo)) length += m_destExtraCallInfo.GetObjectLength(); length += m_srcInfo.GetObjectLength(); if (HasOptionalField(e_srcCallSignalAddress)) length += m_srcCallSignalAddress.GetObjectLength(); length += m_bandWidth.GetObjectLength(); length += m_callReferenceValue.GetObjectLength(); if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); if (HasOptionalField(e_callServices)) length += m_callServices.GetObjectLength(); length += m_conferenceID.GetObjectLength(); length += m_activeMC.GetObjectLength(); length += m_answerCall.GetObjectLength(); return length; } BOOL H225_AdmissionRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_requestSeqNum.Decode(strm)) return FALSE; if (!m_callType.Decode(strm)) return FALSE; if (HasOptionalField(e_callModel) && !m_callModel.Decode(strm)) return FALSE; if (!m_endpointIdentifier.Decode(strm)) return FALSE; if (HasOptionalField(e_destinationInfo) && !m_destinationInfo.Decode(strm)) return FALSE; if (HasOptionalField(e_destCallSignalAddress) && !m_destCallSignalAddress.Decode(strm)) return FALSE; if (HasOptionalField(e_destExtraCallInfo) && !m_destExtraCallInfo.Decode(strm)) return FALSE; if (!m_srcInfo.Decode(strm)) return FALSE; if (HasOptionalField(e_srcCallSignalAddress) && !m_srcCallSignalAddress.Decode(strm)) return FALSE; if (!m_bandWidth.Decode(strm)) return FALSE; if (!m_callReferenceValue.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (HasOptionalField(e_callServices) && !m_callServices.Decode(strm)) return FALSE; if (!m_conferenceID.Decode(strm)) return FALSE; if (!m_activeMC.Decode(strm)) return FALSE; if (!m_answerCall.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_canMapAlias, m_canMapAlias)) return FALSE; if (!KnownExtensionDecode(strm, e_callIdentifier, m_callIdentifier)) return FALSE; if (!KnownExtensionDecode(strm, e_srcAlternatives, m_srcAlternatives)) return FALSE; if (!KnownExtensionDecode(strm, e_destAlternatives, m_destAlternatives)) return FALSE; if (!KnownExtensionDecode(strm, e_gatekeeperIdentifier, m_gatekeeperIdentifier)) return FALSE; if (!KnownExtensionDecode(strm, e_tokens, m_tokens)) return FALSE; if (!KnownExtensionDecode(strm, e_cryptoTokens, m_cryptoTokens)) return FALSE; if (!KnownExtensionDecode(strm, e_integrityCheckValue, m_integrityCheckValue)) return FALSE; if (!KnownExtensionDecode(strm, e_transportQOS, m_transportQOS)) return FALSE; if (!KnownExtensionDecode(strm, e_willSupplyUUIEs, m_willSupplyUUIEs)) return FALSE; if (!KnownExtensionDecode(strm, e_callLinkage, m_callLinkage)) return FALSE; if (!KnownExtensionDecode(strm, e_gatewayDataRate, m_gatewayDataRate)) return FALSE; if (!KnownExtensionDecode(strm, e_capacity, m_capacity)) return FALSE; if (!KnownExtensionDecode(strm, e_circuitInfo, m_circuitInfo)) return FALSE; if (!KnownExtensionDecode(strm, e_desiredProtocols, m_desiredProtocols)) return FALSE; if (!KnownExtensionDecode(strm, e_desiredTunnelledProtocol, m_desiredTunnelledProtocol)) return FALSE; if (!KnownExtensionDecode(strm, e_featureSet, m_featureSet)) return FALSE; if (!KnownExtensionDecode(strm, e_genericData, m_genericData)) return FALSE; if (!KnownExtensionDecode(strm, e_canMapSrcAlias, m_canMapSrcAlias)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_AdmissionRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_requestSeqNum.Encode(strm); m_callType.Encode(strm); if (HasOptionalField(e_callModel)) m_callModel.Encode(strm); m_endpointIdentifier.Encode(strm); if (HasOptionalField(e_destinationInfo)) m_destinationInfo.Encode(strm); if (HasOptionalField(e_destCallSignalAddress)) m_destCallSignalAddress.Encode(strm); if (HasOptionalField(e_destExtraCallInfo)) m_destExtraCallInfo.Encode(strm); m_srcInfo.Encode(strm); if (HasOptionalField(e_srcCallSignalAddress)) m_srcCallSignalAddress.Encode(strm); m_bandWidth.Encode(strm); m_callReferenceValue.Encode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); if (HasOptionalField(e_callServices)) m_callServices.Encode(strm); m_conferenceID.Encode(strm); m_activeMC.Encode(strm); m_answerCall.Encode(strm); KnownExtensionEncode(strm, e_canMapAlias, m_canMapAlias); KnownExtensionEncode(strm, e_callIdentifier, m_callIdentifier); KnownExtensionEncode(strm, e_srcAlternatives, m_srcAlternatives); KnownExtensionEncode(strm, e_destAlternatives, m_destAlternatives); KnownExtensionEncode(strm, e_gatekeeperIdentifier, m_gatekeeperIdentifier); KnownExtensionEncode(strm, e_tokens, m_tokens); KnownExtensionEncode(strm, e_cryptoTokens, m_cryptoTokens); KnownExtensionEncode(strm, e_integrityCheckValue, m_integrityCheckValue); KnownExtensionEncode(strm, e_transportQOS, m_transportQOS); KnownExtensionEncode(strm, e_willSupplyUUIEs, m_willSupplyUUIEs); KnownExtensionEncode(strm, e_callLinkage, m_callLinkage); KnownExtensionEncode(strm, e_gatewayDataRate, m_gatewayDataRate); KnownExtensionEncode(strm, e_capacity, m_capacity); KnownExtensionEncode(strm, e_circuitInfo, m_circuitInfo); KnownExtensionEncode(strm, e_desiredProtocols, m_desiredProtocols); KnownExtensionEncode(strm, e_desiredTunnelledProtocol, m_desiredTunnelledProtocol); KnownExtensionEncode(strm, e_featureSet, m_featureSet); KnownExtensionEncode(strm, e_genericData, m_genericData); KnownExtensionEncode(strm, e_canMapSrcAlias, m_canMapSrcAlias); UnknownExtensionsEncode(strm); } PObject * H225_AdmissionRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_AdmissionRequest::Class()), PInvalidCast); #endif return new H225_AdmissionRequest(*this); } // // AdmissionConfirm // H225_AdmissionConfirm::H225_AdmissionConfirm(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 22) { m_irrFrequency.SetConstraints(PASN_Object::FixedConstraint, 1, 65535); IncludeOptionalField(e_willRespondToIRR); IncludeOptionalField(e_uuiesRequested); } #ifndef PASN_NOPRINTON void H225_AdmissionConfirm::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "requestSeqNum = " << setprecision(indent) << m_requestSeqNum << '\n'; strm << setw(indent+12) << "bandWidth = " << setprecision(indent) << m_bandWidth << '\n'; strm << setw(indent+12) << "callModel = " << setprecision(indent) << m_callModel << '\n'; strm << setw(indent+24) << "destCallSignalAddress = " << setprecision(indent) << m_destCallSignalAddress << '\n'; if (HasOptionalField(e_irrFrequency)) strm << setw(indent+15) << "irrFrequency = " << setprecision(indent) << m_irrFrequency << '\n'; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_destinationInfo)) strm << setw(indent+18) << "destinationInfo = " << setprecision(indent) << m_destinationInfo << '\n'; if (HasOptionalField(e_destExtraCallInfo)) strm << setw(indent+20) << "destExtraCallInfo = " << setprecision(indent) << m_destExtraCallInfo << '\n'; if (HasOptionalField(e_destinationType)) strm << setw(indent+18) << "destinationType = " << setprecision(indent) << m_destinationType << '\n'; if (HasOptionalField(e_remoteExtensionAddress)) strm << setw(indent+25) << "remoteExtensionAddress = " << setprecision(indent) << m_remoteExtensionAddress << '\n'; if (HasOptionalField(e_alternateEndpoints)) strm << setw(indent+21) << "alternateEndpoints = " << setprecision(indent) << m_alternateEndpoints << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_integrityCheckValue)) strm << setw(indent+22) << "integrityCheckValue = " << setprecision(indent) << m_integrityCheckValue << '\n'; if (HasOptionalField(e_transportQOS)) strm << setw(indent+15) << "transportQOS = " << setprecision(indent) << m_transportQOS << '\n'; if (HasOptionalField(e_willRespondToIRR)) strm << setw(indent+19) << "willRespondToIRR = " << setprecision(indent) << m_willRespondToIRR << '\n'; if (HasOptionalField(e_uuiesRequested)) strm << setw(indent+17) << "uuiesRequested = " << setprecision(indent) << m_uuiesRequested << '\n'; if (HasOptionalField(e_language)) strm << setw(indent+11) << "language = " << setprecision(indent) << m_language << '\n'; if (HasOptionalField(e_alternateTransportAddresses)) strm << setw(indent+30) << "alternateTransportAddresses = " << setprecision(indent) << m_alternateTransportAddresses << '\n'; if (HasOptionalField(e_useSpecifiedTransport)) strm << setw(indent+24) << "useSpecifiedTransport = " << setprecision(indent) << m_useSpecifiedTransport << '\n'; if (HasOptionalField(e_circuitInfo)) strm << setw(indent+14) << "circuitInfo = " << setprecision(indent) << m_circuitInfo << '\n'; if (HasOptionalField(e_usageSpec)) strm << setw(indent+12) << "usageSpec = " << setprecision(indent) << m_usageSpec << '\n'; if (HasOptionalField(e_supportedProtocols)) strm << setw(indent+21) << "supportedProtocols = " << setprecision(indent) << m_supportedProtocols << '\n'; if (HasOptionalField(e_serviceControl)) strm << setw(indent+17) << "serviceControl = " << setprecision(indent) << m_serviceControl << '\n'; if (HasOptionalField(e_multipleCalls)) strm << setw(indent+16) << "multipleCalls = " << setprecision(indent) << m_multipleCalls << '\n'; if (HasOptionalField(e_featureSet)) strm << setw(indent+13) << "featureSet = " << setprecision(indent) << m_featureSet << '\n'; if (HasOptionalField(e_genericData)) strm << setw(indent+14) << "genericData = " << setprecision(indent) << m_genericData << '\n'; if (HasOptionalField(e_modifiedSrcInfo)) strm << setw(indent+18) << "modifiedSrcInfo = " << setprecision(indent) << m_modifiedSrcInfo << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_AdmissionConfirm::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_AdmissionConfirm), PInvalidCast); #endif const H225_AdmissionConfirm & other = (const H225_AdmissionConfirm &)obj; Comparison result; if ((result = m_requestSeqNum.Compare(other.m_requestSeqNum)) != EqualTo) return result; if ((result = m_bandWidth.Compare(other.m_bandWidth)) != EqualTo) return result; if ((result = m_callModel.Compare(other.m_callModel)) != EqualTo) return result; if ((result = m_destCallSignalAddress.Compare(other.m_destCallSignalAddress)) != EqualTo) return result; if ((result = m_irrFrequency.Compare(other.m_irrFrequency)) != EqualTo) return result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_AdmissionConfirm::GetDataLength() const { PINDEX length = 0; length += m_requestSeqNum.GetObjectLength(); length += m_bandWidth.GetObjectLength(); length += m_callModel.GetObjectLength(); length += m_destCallSignalAddress.GetObjectLength(); if (HasOptionalField(e_irrFrequency)) length += m_irrFrequency.GetObjectLength(); if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); return length; } BOOL H225_AdmissionConfirm::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_requestSeqNum.Decode(strm)) return FALSE; if (!m_bandWidth.Decode(strm)) return FALSE; if (!m_callModel.Decode(strm)) return FALSE; if (!m_destCallSignalAddress.Decode(strm)) return FALSE; if (HasOptionalField(e_irrFrequency) && !m_irrFrequency.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_destinationInfo, m_destinationInfo)) return FALSE; if (!KnownExtensionDecode(strm, e_destExtraCallInfo, m_destExtraCallInfo)) return FALSE; if (!KnownExtensionDecode(strm, e_destinationType, m_destinationType)) return FALSE; if (!KnownExtensionDecode(strm, e_remoteExtensionAddress, m_remoteExtensionAddress)) return FALSE; if (!KnownExtensionDecode(strm, e_alternateEndpoints, m_alternateEndpoints)) return FALSE; if (!KnownExtensionDecode(strm, e_tokens, m_tokens)) return FALSE; if (!KnownExtensionDecode(strm, e_cryptoTokens, m_cryptoTokens)) return FALSE; if (!KnownExtensionDecode(strm, e_integrityCheckValue, m_integrityCheckValue)) return FALSE; if (!KnownExtensionDecode(strm, e_transportQOS, m_transportQOS)) return FALSE; if (!KnownExtensionDecode(strm, e_willRespondToIRR, m_willRespondToIRR)) return FALSE; if (!KnownExtensionDecode(strm, e_uuiesRequested, m_uuiesRequested)) return FALSE; if (!KnownExtensionDecode(strm, e_language, m_language)) return FALSE; if (!KnownExtensionDecode(strm, e_alternateTransportAddresses, m_alternateTransportAddresses)) return FALSE; if (!KnownExtensionDecode(strm, e_useSpecifiedTransport, m_useSpecifiedTransport)) return FALSE; if (!KnownExtensionDecode(strm, e_circuitInfo, m_circuitInfo)) return FALSE; if (!KnownExtensionDecode(strm, e_usageSpec, m_usageSpec)) return FALSE; if (!KnownExtensionDecode(strm, e_supportedProtocols, m_supportedProtocols)) return FALSE; if (!KnownExtensionDecode(strm, e_serviceControl, m_serviceControl)) return FALSE; if (!KnownExtensionDecode(strm, e_multipleCalls, m_multipleCalls)) return FALSE; if (!KnownExtensionDecode(strm, e_featureSet, m_featureSet)) return FALSE; if (!KnownExtensionDecode(strm, e_genericData, m_genericData)) return FALSE; if (!KnownExtensionDecode(strm, e_modifiedSrcInfo, m_modifiedSrcInfo)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_AdmissionConfirm::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_requestSeqNum.Encode(strm); m_bandWidth.Encode(strm); m_callModel.Encode(strm); m_destCallSignalAddress.Encode(strm); if (HasOptionalField(e_irrFrequency)) m_irrFrequency.Encode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); KnownExtensionEncode(strm, e_destinationInfo, m_destinationInfo); KnownExtensionEncode(strm, e_destExtraCallInfo, m_destExtraCallInfo); KnownExtensionEncode(strm, e_destinationType, m_destinationType); KnownExtensionEncode(strm, e_remoteExtensionAddress, m_remoteExtensionAddress); KnownExtensionEncode(strm, e_alternateEndpoints, m_alternateEndpoints); KnownExtensionEncode(strm, e_tokens, m_tokens); KnownExtensionEncode(strm, e_cryptoTokens, m_cryptoTokens); KnownExtensionEncode(strm, e_integrityCheckValue, m_integrityCheckValue); KnownExtensionEncode(strm, e_transportQOS, m_transportQOS); KnownExtensionEncode(strm, e_willRespondToIRR, m_willRespondToIRR); KnownExtensionEncode(strm, e_uuiesRequested, m_uuiesRequested); KnownExtensionEncode(strm, e_language, m_language); KnownExtensionEncode(strm, e_alternateTransportAddresses, m_alternateTransportAddresses); KnownExtensionEncode(strm, e_useSpecifiedTransport, m_useSpecifiedTransport); KnownExtensionEncode(strm, e_circuitInfo, m_circuitInfo); KnownExtensionEncode(strm, e_usageSpec, m_usageSpec); KnownExtensionEncode(strm, e_supportedProtocols, m_supportedProtocols); KnownExtensionEncode(strm, e_serviceControl, m_serviceControl); KnownExtensionEncode(strm, e_multipleCalls, m_multipleCalls); KnownExtensionEncode(strm, e_featureSet, m_featureSet); KnownExtensionEncode(strm, e_genericData, m_genericData); KnownExtensionEncode(strm, e_modifiedSrcInfo, m_modifiedSrcInfo); UnknownExtensionsEncode(strm); } PObject * H225_AdmissionConfirm::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_AdmissionConfirm::Class()), PInvalidCast); #endif return new H225_AdmissionConfirm(*this); } // // LocationRequest // H225_LocationRequest::H225_LocationRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 16) { IncludeOptionalField(e_canMapAlias); m_hopCount.SetConstraints(PASN_Object::FixedConstraint, 1, 255); IncludeOptionalField(e_canMapSrcAlias); } #ifndef PASN_NOPRINTON void H225_LocationRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "requestSeqNum = " << setprecision(indent) << m_requestSeqNum << '\n'; if (HasOptionalField(e_endpointIdentifier)) strm << setw(indent+21) << "endpointIdentifier = " << setprecision(indent) << m_endpointIdentifier << '\n'; strm << setw(indent+18) << "destinationInfo = " << setprecision(indent) << m_destinationInfo << '\n'; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; strm << setw(indent+15) << "replyAddress = " << setprecision(indent) << m_replyAddress << '\n'; if (HasOptionalField(e_sourceInfo)) strm << setw(indent+13) << "sourceInfo = " << setprecision(indent) << m_sourceInfo << '\n'; if (HasOptionalField(e_canMapAlias)) strm << setw(indent+14) << "canMapAlias = " << setprecision(indent) << m_canMapAlias << '\n'; if (HasOptionalField(e_gatekeeperIdentifier)) strm << setw(indent+23) << "gatekeeperIdentifier = " << setprecision(indent) << m_gatekeeperIdentifier << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_integrityCheckValue)) strm << setw(indent+22) << "integrityCheckValue = " << setprecision(indent) << m_integrityCheckValue << '\n'; if (HasOptionalField(e_desiredProtocols)) strm << setw(indent+19) << "desiredProtocols = " << setprecision(indent) << m_desiredProtocols << '\n'; if (HasOptionalField(e_desiredTunnelledProtocol)) strm << setw(indent+27) << "desiredTunnelledProtocol = " << setprecision(indent) << m_desiredTunnelledProtocol << '\n'; if (HasOptionalField(e_featureSet)) strm << setw(indent+13) << "featureSet = " << setprecision(indent) << m_featureSet << '\n'; if (HasOptionalField(e_genericData)) strm << setw(indent+14) << "genericData = " << setprecision(indent) << m_genericData << '\n'; if (HasOptionalField(e_hopCount)) strm << setw(indent+11) << "hopCount = " << setprecision(indent) << m_hopCount << '\n'; if (HasOptionalField(e_circuitInfo)) strm << setw(indent+14) << "circuitInfo = " << setprecision(indent) << m_circuitInfo << '\n'; if (HasOptionalField(e_callIdentifier)) strm << setw(indent+17) << "callIdentifier = " << setprecision(indent) << m_callIdentifier << '\n'; if (HasOptionalField(e_bandWidth)) strm << setw(indent+12) << "bandWidth = " << setprecision(indent) << m_bandWidth << '\n'; if (HasOptionalField(e_sourceEndpointInfo)) strm << setw(indent+21) << "sourceEndpointInfo = " << setprecision(indent) << m_sourceEndpointInfo << '\n'; if (HasOptionalField(e_canMapSrcAlias)) strm << setw(indent+17) << "canMapSrcAlias = " << setprecision(indent) << m_canMapSrcAlias << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_LocationRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_LocationRequest), PInvalidCast); #endif const H225_LocationRequest & other = (const H225_LocationRequest &)obj; Comparison result; if ((result = m_requestSeqNum.Compare(other.m_requestSeqNum)) != EqualTo) return result; if ((result = m_endpointIdentifier.Compare(other.m_endpointIdentifier)) != EqualTo) return result; if ((result = m_destinationInfo.Compare(other.m_destinationInfo)) != EqualTo) return result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; if ((result = m_replyAddress.Compare(other.m_replyAddress)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_LocationRequest::GetDataLength() const { PINDEX length = 0; length += m_requestSeqNum.GetObjectLength(); if (HasOptionalField(e_endpointIdentifier)) length += m_endpointIdentifier.GetObjectLength(); length += m_destinationInfo.GetObjectLength(); if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); length += m_replyAddress.GetObjectLength(); return length; } BOOL H225_LocationRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_requestSeqNum.Decode(strm)) return FALSE; if (HasOptionalField(e_endpointIdentifier) && !m_endpointIdentifier.Decode(strm)) return FALSE; if (!m_destinationInfo.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (!m_replyAddress.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_sourceInfo, m_sourceInfo)) return FALSE; if (!KnownExtensionDecode(strm, e_canMapAlias, m_canMapAlias)) return FALSE; if (!KnownExtensionDecode(strm, e_gatekeeperIdentifier, m_gatekeeperIdentifier)) return FALSE; if (!KnownExtensionDecode(strm, e_tokens, m_tokens)) return FALSE; if (!KnownExtensionDecode(strm, e_cryptoTokens, m_cryptoTokens)) return FALSE; if (!KnownExtensionDecode(strm, e_integrityCheckValue, m_integrityCheckValue)) return FALSE; if (!KnownExtensionDecode(strm, e_desiredProtocols, m_desiredProtocols)) return FALSE; if (!KnownExtensionDecode(strm, e_desiredTunnelledProtocol, m_desiredTunnelledProtocol)) return FALSE; if (!KnownExtensionDecode(strm, e_featureSet, m_featureSet)) return FALSE; if (!KnownExtensionDecode(strm, e_genericData, m_genericData)) return FALSE; if (!KnownExtensionDecode(strm, e_hopCount, m_hopCount)) return FALSE; if (!KnownExtensionDecode(strm, e_circuitInfo, m_circuitInfo)) return FALSE; if (!KnownExtensionDecode(strm, e_callIdentifier, m_callIdentifier)) return FALSE; if (!KnownExtensionDecode(strm, e_bandWidth, m_bandWidth)) return FALSE; if (!KnownExtensionDecode(strm, e_sourceEndpointInfo, m_sourceEndpointInfo)) return FALSE; if (!KnownExtensionDecode(strm, e_canMapSrcAlias, m_canMapSrcAlias)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_LocationRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_requestSeqNum.Encode(strm); if (HasOptionalField(e_endpointIdentifier)) m_endpointIdentifier.Encode(strm); m_destinationInfo.Encode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); m_replyAddress.Encode(strm); KnownExtensionEncode(strm, e_sourceInfo, m_sourceInfo); KnownExtensionEncode(strm, e_canMapAlias, m_canMapAlias); KnownExtensionEncode(strm, e_gatekeeperIdentifier, m_gatekeeperIdentifier); KnownExtensionEncode(strm, e_tokens, m_tokens); KnownExtensionEncode(strm, e_cryptoTokens, m_cryptoTokens); KnownExtensionEncode(strm, e_integrityCheckValue, m_integrityCheckValue); KnownExtensionEncode(strm, e_desiredProtocols, m_desiredProtocols); KnownExtensionEncode(strm, e_desiredTunnelledProtocol, m_desiredTunnelledProtocol); KnownExtensionEncode(strm, e_featureSet, m_featureSet); KnownExtensionEncode(strm, e_genericData, m_genericData); KnownExtensionEncode(strm, e_hopCount, m_hopCount); KnownExtensionEncode(strm, e_circuitInfo, m_circuitInfo); KnownExtensionEncode(strm, e_callIdentifier, m_callIdentifier); KnownExtensionEncode(strm, e_bandWidth, m_bandWidth); KnownExtensionEncode(strm, e_sourceEndpointInfo, m_sourceEndpointInfo); KnownExtensionEncode(strm, e_canMapSrcAlias, m_canMapSrcAlias); UnknownExtensionsEncode(strm); } PObject * H225_LocationRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_LocationRequest::Class()), PInvalidCast); #endif return new H225_LocationRequest(*this); } // // LocationConfirm // H225_LocationConfirm::H225_LocationConfirm(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 17) { } #ifndef PASN_NOPRINTON void H225_LocationConfirm::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "requestSeqNum = " << setprecision(indent) << m_requestSeqNum << '\n'; strm << setw(indent+20) << "callSignalAddress = " << setprecision(indent) << m_callSignalAddress << '\n'; strm << setw(indent+13) << "rasAddress = " << setprecision(indent) << m_rasAddress << '\n'; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_destinationInfo)) strm << setw(indent+18) << "destinationInfo = " << setprecision(indent) << m_destinationInfo << '\n'; if (HasOptionalField(e_destExtraCallInfo)) strm << setw(indent+20) << "destExtraCallInfo = " << setprecision(indent) << m_destExtraCallInfo << '\n'; if (HasOptionalField(e_destinationType)) strm << setw(indent+18) << "destinationType = " << setprecision(indent) << m_destinationType << '\n'; if (HasOptionalField(e_remoteExtensionAddress)) strm << setw(indent+25) << "remoteExtensionAddress = " << setprecision(indent) << m_remoteExtensionAddress << '\n'; if (HasOptionalField(e_alternateEndpoints)) strm << setw(indent+21) << "alternateEndpoints = " << setprecision(indent) << m_alternateEndpoints << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_integrityCheckValue)) strm << setw(indent+22) << "integrityCheckValue = " << setprecision(indent) << m_integrityCheckValue << '\n'; if (HasOptionalField(e_alternateTransportAddresses)) strm << setw(indent+30) << "alternateTransportAddresses = " << setprecision(indent) << m_alternateTransportAddresses << '\n'; if (HasOptionalField(e_supportedProtocols)) strm << setw(indent+21) << "supportedProtocols = " << setprecision(indent) << m_supportedProtocols << '\n'; if (HasOptionalField(e_multipleCalls)) strm << setw(indent+16) << "multipleCalls = " << setprecision(indent) << m_multipleCalls << '\n'; if (HasOptionalField(e_featureSet)) strm << setw(indent+13) << "featureSet = " << setprecision(indent) << m_featureSet << '\n'; if (HasOptionalField(e_genericData)) strm << setw(indent+14) << "genericData = " << setprecision(indent) << m_genericData << '\n'; if (HasOptionalField(e_circuitInfo)) strm << setw(indent+14) << "circuitInfo = " << setprecision(indent) << m_circuitInfo << '\n'; if (HasOptionalField(e_serviceControl)) strm << setw(indent+17) << "serviceControl = " << setprecision(indent) << m_serviceControl << '\n'; if (HasOptionalField(e_modifiedSrcInfo)) strm << setw(indent+18) << "modifiedSrcInfo = " << setprecision(indent) << m_modifiedSrcInfo << '\n'; if (HasOptionalField(e_bandWidth)) strm << setw(indent+12) << "bandWidth = " << setprecision(indent) << m_bandWidth << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_LocationConfirm::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_LocationConfirm), PInvalidCast); #endif const H225_LocationConfirm & other = (const H225_LocationConfirm &)obj; Comparison result; if ((result = m_requestSeqNum.Compare(other.m_requestSeqNum)) != EqualTo) return result; if ((result = m_callSignalAddress.Compare(other.m_callSignalAddress)) != EqualTo) return result; if ((result = m_rasAddress.Compare(other.m_rasAddress)) != EqualTo) return result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_LocationConfirm::GetDataLength() const { PINDEX length = 0; length += m_requestSeqNum.GetObjectLength(); length += m_callSignalAddress.GetObjectLength(); length += m_rasAddress.GetObjectLength(); if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); return length; } BOOL H225_LocationConfirm::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_requestSeqNum.Decode(strm)) return FALSE; if (!m_callSignalAddress.Decode(strm)) return FALSE; if (!m_rasAddress.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_destinationInfo, m_destinationInfo)) return FALSE; if (!KnownExtensionDecode(strm, e_destExtraCallInfo, m_destExtraCallInfo)) return FALSE; if (!KnownExtensionDecode(strm, e_destinationType, m_destinationType)) return FALSE; if (!KnownExtensionDecode(strm, e_remoteExtensionAddress, m_remoteExtensionAddress)) return FALSE; if (!KnownExtensionDecode(strm, e_alternateEndpoints, m_alternateEndpoints)) return FALSE; if (!KnownExtensionDecode(strm, e_tokens, m_tokens)) return FALSE; if (!KnownExtensionDecode(strm, e_cryptoTokens, m_cryptoTokens)) return FALSE; if (!KnownExtensionDecode(strm, e_integrityCheckValue, m_integrityCheckValue)) return FALSE; if (!KnownExtensionDecode(strm, e_alternateTransportAddresses, m_alternateTransportAddresses)) return FALSE; if (!KnownExtensionDecode(strm, e_supportedProtocols, m_supportedProtocols)) return FALSE; if (!KnownExtensionDecode(strm, e_multipleCalls, m_multipleCalls)) return FALSE; if (!KnownExtensionDecode(strm, e_featureSet, m_featureSet)) return FALSE; if (!KnownExtensionDecode(strm, e_genericData, m_genericData)) return FALSE; if (!KnownExtensionDecode(strm, e_circuitInfo, m_circuitInfo)) return FALSE; if (!KnownExtensionDecode(strm, e_serviceControl, m_serviceControl)) return FALSE; if (!KnownExtensionDecode(strm, e_modifiedSrcInfo, m_modifiedSrcInfo)) return FALSE; if (!KnownExtensionDecode(strm, e_bandWidth, m_bandWidth)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_LocationConfirm::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_requestSeqNum.Encode(strm); m_callSignalAddress.Encode(strm); m_rasAddress.Encode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); KnownExtensionEncode(strm, e_destinationInfo, m_destinationInfo); KnownExtensionEncode(strm, e_destExtraCallInfo, m_destExtraCallInfo); KnownExtensionEncode(strm, e_destinationType, m_destinationType); KnownExtensionEncode(strm, e_remoteExtensionAddress, m_remoteExtensionAddress); KnownExtensionEncode(strm, e_alternateEndpoints, m_alternateEndpoints); KnownExtensionEncode(strm, e_tokens, m_tokens); KnownExtensionEncode(strm, e_cryptoTokens, m_cryptoTokens); KnownExtensionEncode(strm, e_integrityCheckValue, m_integrityCheckValue); KnownExtensionEncode(strm, e_alternateTransportAddresses, m_alternateTransportAddresses); KnownExtensionEncode(strm, e_supportedProtocols, m_supportedProtocols); KnownExtensionEncode(strm, e_multipleCalls, m_multipleCalls); KnownExtensionEncode(strm, e_featureSet, m_featureSet); KnownExtensionEncode(strm, e_genericData, m_genericData); KnownExtensionEncode(strm, e_circuitInfo, m_circuitInfo); KnownExtensionEncode(strm, e_serviceControl, m_serviceControl); KnownExtensionEncode(strm, e_modifiedSrcInfo, m_modifiedSrcInfo); KnownExtensionEncode(strm, e_bandWidth, m_bandWidth); UnknownExtensionsEncode(strm); } PObject * H225_LocationConfirm::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_LocationConfirm::Class()), PInvalidCast); #endif return new H225_LocationConfirm(*this); } // // DisengageRequest // H225_DisengageRequest::H225_DisengageRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 13) { IncludeOptionalField(e_callIdentifier); IncludeOptionalField(e_answeredCall); } #ifndef PASN_NOPRINTON void H225_DisengageRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "requestSeqNum = " << setprecision(indent) << m_requestSeqNum << '\n'; strm << setw(indent+21) << "endpointIdentifier = " << setprecision(indent) << m_endpointIdentifier << '\n'; strm << setw(indent+15) << "conferenceID = " << setprecision(indent) << m_conferenceID << '\n'; strm << setw(indent+21) << "callReferenceValue = " << setprecision(indent) << m_callReferenceValue << '\n'; strm << setw(indent+18) << "disengageReason = " << setprecision(indent) << m_disengageReason << '\n'; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_callIdentifier)) strm << setw(indent+17) << "callIdentifier = " << setprecision(indent) << m_callIdentifier << '\n'; if (HasOptionalField(e_gatekeeperIdentifier)) strm << setw(indent+23) << "gatekeeperIdentifier = " << setprecision(indent) << m_gatekeeperIdentifier << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_integrityCheckValue)) strm << setw(indent+22) << "integrityCheckValue = " << setprecision(indent) << m_integrityCheckValue << '\n'; if (HasOptionalField(e_answeredCall)) strm << setw(indent+15) << "answeredCall = " << setprecision(indent) << m_answeredCall << '\n'; if (HasOptionalField(e_callLinkage)) strm << setw(indent+14) << "callLinkage = " << setprecision(indent) << m_callLinkage << '\n'; if (HasOptionalField(e_capacity)) strm << setw(indent+11) << "capacity = " << setprecision(indent) << m_capacity << '\n'; if (HasOptionalField(e_circuitInfo)) strm << setw(indent+14) << "circuitInfo = " << setprecision(indent) << m_circuitInfo << '\n'; if (HasOptionalField(e_usageInformation)) strm << setw(indent+19) << "usageInformation = " << setprecision(indent) << m_usageInformation << '\n'; if (HasOptionalField(e_terminationCause)) strm << setw(indent+19) << "terminationCause = " << setprecision(indent) << m_terminationCause << '\n'; if (HasOptionalField(e_serviceControl)) strm << setw(indent+17) << "serviceControl = " << setprecision(indent) << m_serviceControl << '\n'; if (HasOptionalField(e_genericData)) strm << setw(indent+14) << "genericData = " << setprecision(indent) << m_genericData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_DisengageRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_DisengageRequest), PInvalidCast); #endif const H225_DisengageRequest & other = (const H225_DisengageRequest &)obj; Comparison result; if ((result = m_requestSeqNum.Compare(other.m_requestSeqNum)) != EqualTo) return result; if ((result = m_endpointIdentifier.Compare(other.m_endpointIdentifier)) != EqualTo) return result; if ((result = m_conferenceID.Compare(other.m_conferenceID)) != EqualTo) return result; if ((result = m_callReferenceValue.Compare(other.m_callReferenceValue)) != EqualTo) return result; if ((result = m_disengageReason.Compare(other.m_disengageReason)) != EqualTo) return result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_DisengageRequest::GetDataLength() const { PINDEX length = 0; length += m_requestSeqNum.GetObjectLength(); length += m_endpointIdentifier.GetObjectLength(); length += m_conferenceID.GetObjectLength(); length += m_callReferenceValue.GetObjectLength(); length += m_disengageReason.GetObjectLength(); if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); return length; } BOOL H225_DisengageRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_requestSeqNum.Decode(strm)) return FALSE; if (!m_endpointIdentifier.Decode(strm)) return FALSE; if (!m_conferenceID.Decode(strm)) return FALSE; if (!m_callReferenceValue.Decode(strm)) return FALSE; if (!m_disengageReason.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_callIdentifier, m_callIdentifier)) return FALSE; if (!KnownExtensionDecode(strm, e_gatekeeperIdentifier, m_gatekeeperIdentifier)) return FALSE; if (!KnownExtensionDecode(strm, e_tokens, m_tokens)) return FALSE; if (!KnownExtensionDecode(strm, e_cryptoTokens, m_cryptoTokens)) return FALSE; if (!KnownExtensionDecode(strm, e_integrityCheckValue, m_integrityCheckValue)) return FALSE; if (!KnownExtensionDecode(strm, e_answeredCall, m_answeredCall)) return FALSE; if (!KnownExtensionDecode(strm, e_callLinkage, m_callLinkage)) return FALSE; if (!KnownExtensionDecode(strm, e_capacity, m_capacity)) return FALSE; if (!KnownExtensionDecode(strm, e_circuitInfo, m_circuitInfo)) return FALSE; if (!KnownExtensionDecode(strm, e_usageInformation, m_usageInformation)) return FALSE; if (!KnownExtensionDecode(strm, e_terminationCause, m_terminationCause)) return FALSE; if (!KnownExtensionDecode(strm, e_serviceControl, m_serviceControl)) return FALSE; if (!KnownExtensionDecode(strm, e_genericData, m_genericData)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_DisengageRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_requestSeqNum.Encode(strm); m_endpointIdentifier.Encode(strm); m_conferenceID.Encode(strm); m_callReferenceValue.Encode(strm); m_disengageReason.Encode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); KnownExtensionEncode(strm, e_callIdentifier, m_callIdentifier); KnownExtensionEncode(strm, e_gatekeeperIdentifier, m_gatekeeperIdentifier); KnownExtensionEncode(strm, e_tokens, m_tokens); KnownExtensionEncode(strm, e_cryptoTokens, m_cryptoTokens); KnownExtensionEncode(strm, e_integrityCheckValue, m_integrityCheckValue); KnownExtensionEncode(strm, e_answeredCall, m_answeredCall); KnownExtensionEncode(strm, e_callLinkage, m_callLinkage); KnownExtensionEncode(strm, e_capacity, m_capacity); KnownExtensionEncode(strm, e_circuitInfo, m_circuitInfo); KnownExtensionEncode(strm, e_usageInformation, m_usageInformation); KnownExtensionEncode(strm, e_terminationCause, m_terminationCause); KnownExtensionEncode(strm, e_serviceControl, m_serviceControl); KnownExtensionEncode(strm, e_genericData, m_genericData); UnknownExtensionsEncode(strm); } PObject * H225_DisengageRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_DisengageRequest::Class()), PInvalidCast); #endif return new H225_DisengageRequest(*this); } // // DisengageConfirm // H225_DisengageConfirm::H225_DisengageConfirm(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 7) { } #ifndef PASN_NOPRINTON void H225_DisengageConfirm::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "requestSeqNum = " << setprecision(indent) << m_requestSeqNum << '\n'; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_integrityCheckValue)) strm << setw(indent+22) << "integrityCheckValue = " << setprecision(indent) << m_integrityCheckValue << '\n'; if (HasOptionalField(e_capacity)) strm << setw(indent+11) << "capacity = " << setprecision(indent) << m_capacity << '\n'; if (HasOptionalField(e_circuitInfo)) strm << setw(indent+14) << "circuitInfo = " << setprecision(indent) << m_circuitInfo << '\n'; if (HasOptionalField(e_usageInformation)) strm << setw(indent+19) << "usageInformation = " << setprecision(indent) << m_usageInformation << '\n'; if (HasOptionalField(e_genericData)) strm << setw(indent+14) << "genericData = " << setprecision(indent) << m_genericData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_DisengageConfirm::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_DisengageConfirm), PInvalidCast); #endif const H225_DisengageConfirm & other = (const H225_DisengageConfirm &)obj; Comparison result; if ((result = m_requestSeqNum.Compare(other.m_requestSeqNum)) != EqualTo) return result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_DisengageConfirm::GetDataLength() const { PINDEX length = 0; length += m_requestSeqNum.GetObjectLength(); if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); return length; } BOOL H225_DisengageConfirm::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_requestSeqNum.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_tokens, m_tokens)) return FALSE; if (!KnownExtensionDecode(strm, e_cryptoTokens, m_cryptoTokens)) return FALSE; if (!KnownExtensionDecode(strm, e_integrityCheckValue, m_integrityCheckValue)) return FALSE; if (!KnownExtensionDecode(strm, e_capacity, m_capacity)) return FALSE; if (!KnownExtensionDecode(strm, e_circuitInfo, m_circuitInfo)) return FALSE; if (!KnownExtensionDecode(strm, e_usageInformation, m_usageInformation)) return FALSE; if (!KnownExtensionDecode(strm, e_genericData, m_genericData)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_DisengageConfirm::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_requestSeqNum.Encode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); KnownExtensionEncode(strm, e_tokens, m_tokens); KnownExtensionEncode(strm, e_cryptoTokens, m_cryptoTokens); KnownExtensionEncode(strm, e_integrityCheckValue, m_integrityCheckValue); KnownExtensionEncode(strm, e_capacity, m_capacity); KnownExtensionEncode(strm, e_circuitInfo, m_circuitInfo); KnownExtensionEncode(strm, e_usageInformation, m_usageInformation); KnownExtensionEncode(strm, e_genericData, m_genericData); UnknownExtensionsEncode(strm); } PObject * H225_DisengageConfirm::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_DisengageConfirm::Class()), PInvalidCast); #endif return new H225_DisengageConfirm(*this); } // // InfoRequestResponse // H225_InfoRequestResponse::H225_InfoRequestResponse(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 8) { IncludeOptionalField(e_needResponse); IncludeOptionalField(e_unsolicited); } #ifndef PASN_NOPRINTON void H225_InfoRequestResponse::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; strm << setw(indent+16) << "requestSeqNum = " << setprecision(indent) << m_requestSeqNum << '\n'; strm << setw(indent+15) << "endpointType = " << setprecision(indent) << m_endpointType << '\n'; strm << setw(indent+21) << "endpointIdentifier = " << setprecision(indent) << m_endpointIdentifier << '\n'; strm << setw(indent+13) << "rasAddress = " << setprecision(indent) << m_rasAddress << '\n'; strm << setw(indent+20) << "callSignalAddress = " << setprecision(indent) << m_callSignalAddress << '\n'; if (HasOptionalField(e_endpointAlias)) strm << setw(indent+16) << "endpointAlias = " << setprecision(indent) << m_endpointAlias << '\n'; if (HasOptionalField(e_perCallInfo)) strm << setw(indent+14) << "perCallInfo = " << setprecision(indent) << m_perCallInfo << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_integrityCheckValue)) strm << setw(indent+22) << "integrityCheckValue = " << setprecision(indent) << m_integrityCheckValue << '\n'; if (HasOptionalField(e_needResponse)) strm << setw(indent+15) << "needResponse = " << setprecision(indent) << m_needResponse << '\n'; if (HasOptionalField(e_capacity)) strm << setw(indent+11) << "capacity = " << setprecision(indent) << m_capacity << '\n'; if (HasOptionalField(e_irrStatus)) strm << setw(indent+12) << "irrStatus = " << setprecision(indent) << m_irrStatus << '\n'; if (HasOptionalField(e_unsolicited)) strm << setw(indent+14) << "unsolicited = " << setprecision(indent) << m_unsolicited << '\n'; if (HasOptionalField(e_genericData)) strm << setw(indent+14) << "genericData = " << setprecision(indent) << m_genericData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_InfoRequestResponse::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_InfoRequestResponse), PInvalidCast); #endif const H225_InfoRequestResponse & other = (const H225_InfoRequestResponse &)obj; Comparison result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; if ((result = m_requestSeqNum.Compare(other.m_requestSeqNum)) != EqualTo) return result; if ((result = m_endpointType.Compare(other.m_endpointType)) != EqualTo) return result; if ((result = m_endpointIdentifier.Compare(other.m_endpointIdentifier)) != EqualTo) return result; if ((result = m_rasAddress.Compare(other.m_rasAddress)) != EqualTo) return result; if ((result = m_callSignalAddress.Compare(other.m_callSignalAddress)) != EqualTo) return result; if ((result = m_endpointAlias.Compare(other.m_endpointAlias)) != EqualTo) return result; if ((result = m_perCallInfo.Compare(other.m_perCallInfo)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_InfoRequestResponse::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); length += m_requestSeqNum.GetObjectLength(); length += m_endpointType.GetObjectLength(); length += m_endpointIdentifier.GetObjectLength(); length += m_rasAddress.GetObjectLength(); length += m_callSignalAddress.GetObjectLength(); if (HasOptionalField(e_endpointAlias)) length += m_endpointAlias.GetObjectLength(); if (HasOptionalField(e_perCallInfo)) length += m_perCallInfo.GetObjectLength(); return length; } BOOL H225_InfoRequestResponse::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (!m_requestSeqNum.Decode(strm)) return FALSE; if (!m_endpointType.Decode(strm)) return FALSE; if (!m_endpointIdentifier.Decode(strm)) return FALSE; if (!m_rasAddress.Decode(strm)) return FALSE; if (!m_callSignalAddress.Decode(strm)) return FALSE; if (HasOptionalField(e_endpointAlias) && !m_endpointAlias.Decode(strm)) return FALSE; if (HasOptionalField(e_perCallInfo) && !m_perCallInfo.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_tokens, m_tokens)) return FALSE; if (!KnownExtensionDecode(strm, e_cryptoTokens, m_cryptoTokens)) return FALSE; if (!KnownExtensionDecode(strm, e_integrityCheckValue, m_integrityCheckValue)) return FALSE; if (!KnownExtensionDecode(strm, e_needResponse, m_needResponse)) return FALSE; if (!KnownExtensionDecode(strm, e_capacity, m_capacity)) return FALSE; if (!KnownExtensionDecode(strm, e_irrStatus, m_irrStatus)) return FALSE; if (!KnownExtensionDecode(strm, e_unsolicited, m_unsolicited)) return FALSE; if (!KnownExtensionDecode(strm, e_genericData, m_genericData)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_InfoRequestResponse::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); m_requestSeqNum.Encode(strm); m_endpointType.Encode(strm); m_endpointIdentifier.Encode(strm); m_rasAddress.Encode(strm); m_callSignalAddress.Encode(strm); if (HasOptionalField(e_endpointAlias)) m_endpointAlias.Encode(strm); if (HasOptionalField(e_perCallInfo)) m_perCallInfo.Encode(strm); KnownExtensionEncode(strm, e_tokens, m_tokens); KnownExtensionEncode(strm, e_cryptoTokens, m_cryptoTokens); KnownExtensionEncode(strm, e_integrityCheckValue, m_integrityCheckValue); KnownExtensionEncode(strm, e_needResponse, m_needResponse); KnownExtensionEncode(strm, e_capacity, m_capacity); KnownExtensionEncode(strm, e_irrStatus, m_irrStatus); KnownExtensionEncode(strm, e_unsolicited, m_unsolicited); KnownExtensionEncode(strm, e_genericData, m_genericData); UnknownExtensionsEncode(strm); } PObject * H225_InfoRequestResponse::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_InfoRequestResponse::Class()), PInvalidCast); #endif return new H225_InfoRequestResponse(*this); } // // InfoRequestResponse_perCallInfo_subtype // H225_InfoRequestResponse_perCallInfo_subtype::H225_InfoRequestResponse_perCallInfo_subtype(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 5, TRUE, 8) { IncludeOptionalField(e_callIdentifier); IncludeOptionalField(e_substituteConfIDs); } #ifndef PASN_NOPRINTON void H225_InfoRequestResponse_perCallInfo_subtype::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; strm << setw(indent+21) << "callReferenceValue = " << setprecision(indent) << m_callReferenceValue << '\n'; strm << setw(indent+15) << "conferenceID = " << setprecision(indent) << m_conferenceID << '\n'; if (HasOptionalField(e_originator)) strm << setw(indent+13) << "originator = " << setprecision(indent) << m_originator << '\n'; if (HasOptionalField(e_audio)) strm << setw(indent+8) << "audio = " << setprecision(indent) << m_audio << '\n'; if (HasOptionalField(e_video)) strm << setw(indent+8) << "video = " << setprecision(indent) << m_video << '\n'; if (HasOptionalField(e_data)) strm << setw(indent+7) << "data = " << setprecision(indent) << m_data << '\n'; strm << setw(indent+7) << "h245 = " << setprecision(indent) << m_h245 << '\n'; strm << setw(indent+16) << "callSignaling = " << setprecision(indent) << m_callSignaling << '\n'; strm << setw(indent+11) << "callType = " << setprecision(indent) << m_callType << '\n'; strm << setw(indent+12) << "bandWidth = " << setprecision(indent) << m_bandWidth << '\n'; strm << setw(indent+12) << "callModel = " << setprecision(indent) << m_callModel << '\n'; if (HasOptionalField(e_callIdentifier)) strm << setw(indent+17) << "callIdentifier = " << setprecision(indent) << m_callIdentifier << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_substituteConfIDs)) strm << setw(indent+20) << "substituteConfIDs = " << setprecision(indent) << m_substituteConfIDs << '\n'; if (HasOptionalField(e_pdu)) strm << setw(indent+6) << "pdu = " << setprecision(indent) << m_pdu << '\n'; if (HasOptionalField(e_callLinkage)) strm << setw(indent+14) << "callLinkage = " << setprecision(indent) << m_callLinkage << '\n'; if (HasOptionalField(e_usageInformation)) strm << setw(indent+19) << "usageInformation = " << setprecision(indent) << m_usageInformation << '\n'; if (HasOptionalField(e_circuitInfo)) strm << setw(indent+14) << "circuitInfo = " << setprecision(indent) << m_circuitInfo << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_InfoRequestResponse_perCallInfo_subtype::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_InfoRequestResponse_perCallInfo_subtype), PInvalidCast); #endif const H225_InfoRequestResponse_perCallInfo_subtype & other = (const H225_InfoRequestResponse_perCallInfo_subtype &)obj; Comparison result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; if ((result = m_callReferenceValue.Compare(other.m_callReferenceValue)) != EqualTo) return result; if ((result = m_conferenceID.Compare(other.m_conferenceID)) != EqualTo) return result; if ((result = m_originator.Compare(other.m_originator)) != EqualTo) return result; if ((result = m_audio.Compare(other.m_audio)) != EqualTo) return result; if ((result = m_video.Compare(other.m_video)) != EqualTo) return result; if ((result = m_data.Compare(other.m_data)) != EqualTo) return result; if ((result = m_h245.Compare(other.m_h245)) != EqualTo) return result; if ((result = m_callSignaling.Compare(other.m_callSignaling)) != EqualTo) return result; if ((result = m_callType.Compare(other.m_callType)) != EqualTo) return result; if ((result = m_bandWidth.Compare(other.m_bandWidth)) != EqualTo) return result; if ((result = m_callModel.Compare(other.m_callModel)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_InfoRequestResponse_perCallInfo_subtype::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); length += m_callReferenceValue.GetObjectLength(); length += m_conferenceID.GetObjectLength(); if (HasOptionalField(e_originator)) length += m_originator.GetObjectLength(); if (HasOptionalField(e_audio)) length += m_audio.GetObjectLength(); if (HasOptionalField(e_video)) length += m_video.GetObjectLength(); if (HasOptionalField(e_data)) length += m_data.GetObjectLength(); length += m_h245.GetObjectLength(); length += m_callSignaling.GetObjectLength(); length += m_callType.GetObjectLength(); length += m_bandWidth.GetObjectLength(); length += m_callModel.GetObjectLength(); return length; } BOOL H225_InfoRequestResponse_perCallInfo_subtype::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (!m_callReferenceValue.Decode(strm)) return FALSE; if (!m_conferenceID.Decode(strm)) return FALSE; if (HasOptionalField(e_originator) && !m_originator.Decode(strm)) return FALSE; if (HasOptionalField(e_audio) && !m_audio.Decode(strm)) return FALSE; if (HasOptionalField(e_video) && !m_video.Decode(strm)) return FALSE; if (HasOptionalField(e_data) && !m_data.Decode(strm)) return FALSE; if (!m_h245.Decode(strm)) return FALSE; if (!m_callSignaling.Decode(strm)) return FALSE; if (!m_callType.Decode(strm)) return FALSE; if (!m_bandWidth.Decode(strm)) return FALSE; if (!m_callModel.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_callIdentifier, m_callIdentifier)) return FALSE; if (!KnownExtensionDecode(strm, e_tokens, m_tokens)) return FALSE; if (!KnownExtensionDecode(strm, e_cryptoTokens, m_cryptoTokens)) return FALSE; if (!KnownExtensionDecode(strm, e_substituteConfIDs, m_substituteConfIDs)) return FALSE; if (!KnownExtensionDecode(strm, e_pdu, m_pdu)) return FALSE; if (!KnownExtensionDecode(strm, e_callLinkage, m_callLinkage)) return FALSE; if (!KnownExtensionDecode(strm, e_usageInformation, m_usageInformation)) return FALSE; if (!KnownExtensionDecode(strm, e_circuitInfo, m_circuitInfo)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_InfoRequestResponse_perCallInfo_subtype::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); m_callReferenceValue.Encode(strm); m_conferenceID.Encode(strm); if (HasOptionalField(e_originator)) m_originator.Encode(strm); if (HasOptionalField(e_audio)) m_audio.Encode(strm); if (HasOptionalField(e_video)) m_video.Encode(strm); if (HasOptionalField(e_data)) m_data.Encode(strm); m_h245.Encode(strm); m_callSignaling.Encode(strm); m_callType.Encode(strm); m_bandWidth.Encode(strm); m_callModel.Encode(strm); KnownExtensionEncode(strm, e_callIdentifier, m_callIdentifier); KnownExtensionEncode(strm, e_tokens, m_tokens); KnownExtensionEncode(strm, e_cryptoTokens, m_cryptoTokens); KnownExtensionEncode(strm, e_substituteConfIDs, m_substituteConfIDs); KnownExtensionEncode(strm, e_pdu, m_pdu); KnownExtensionEncode(strm, e_callLinkage, m_callLinkage); KnownExtensionEncode(strm, e_usageInformation, m_usageInformation); KnownExtensionEncode(strm, e_circuitInfo, m_circuitInfo); UnknownExtensionsEncode(strm); } PObject * H225_InfoRequestResponse_perCallInfo_subtype::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_InfoRequestResponse_perCallInfo_subtype::Class()), PInvalidCast); #endif return new H225_InfoRequestResponse_perCallInfo_subtype(*this); } // // InfoRequestResponse_perCallInfo_subtype_pdu_subtype // H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype::H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+10) << "h323pdu = " << setprecision(indent) << m_h323pdu << '\n'; strm << setw(indent+7) << "sent = " << setprecision(indent) << m_sent << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype), PInvalidCast); #endif const H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype & other = (const H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype &)obj; Comparison result; if ((result = m_h323pdu.Compare(other.m_h323pdu)) != EqualTo) return result; if ((result = m_sent.Compare(other.m_sent)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype::GetDataLength() const { PINDEX length = 0; length += m_h323pdu.GetObjectLength(); length += m_sent.GetObjectLength(); return length; } BOOL H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_h323pdu.Decode(strm)) return FALSE; if (!m_sent.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_h323pdu.Encode(strm); m_sent.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype::Class()), PInvalidCast); #endif return new H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype(*this); } // // H323-UserInformation // H225_H323_UserInformation::H225_H323_UserInformation(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H225_H323_UserInformation::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+14) << "h323_uu_pdu = " << setprecision(indent) << m_h323_uu_pdu << '\n'; if (HasOptionalField(e_user_data)) strm << setw(indent+12) << "user_data = " << setprecision(indent) << m_user_data << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_H323_UserInformation::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_H323_UserInformation), PInvalidCast); #endif const H225_H323_UserInformation & other = (const H225_H323_UserInformation &)obj; Comparison result; if ((result = m_h323_uu_pdu.Compare(other.m_h323_uu_pdu)) != EqualTo) return result; if ((result = m_user_data.Compare(other.m_user_data)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_H323_UserInformation::GetDataLength() const { PINDEX length = 0; length += m_h323_uu_pdu.GetObjectLength(); if (HasOptionalField(e_user_data)) length += m_user_data.GetObjectLength(); return length; } BOOL H225_H323_UserInformation::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_h323_uu_pdu.Decode(strm)) return FALSE; if (HasOptionalField(e_user_data) && !m_user_data.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_H323_UserInformation::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_h323_uu_pdu.Encode(strm); if (HasOptionalField(e_user_data)) m_user_data.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H225_H323_UserInformation::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_H323_UserInformation::Class()), PInvalidCast); #endif return new H225_H323_UserInformation(*this); } // // Alerting-UUIE // H225_Alerting_UUIE::H225_Alerting_UUIE(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 14) { IncludeOptionalField(e_callIdentifier); IncludeOptionalField(e_multipleCalls); IncludeOptionalField(e_maintainConnection); } #ifndef PASN_NOPRINTON void H225_Alerting_UUIE::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+21) << "protocolIdentifier = " << setprecision(indent) << m_protocolIdentifier << '\n'; strm << setw(indent+18) << "destinationInfo = " << setprecision(indent) << m_destinationInfo << '\n'; if (HasOptionalField(e_h245Address)) strm << setw(indent+14) << "h245Address = " << setprecision(indent) << m_h245Address << '\n'; if (HasOptionalField(e_callIdentifier)) strm << setw(indent+17) << "callIdentifier = " << setprecision(indent) << m_callIdentifier << '\n'; if (HasOptionalField(e_h245SecurityMode)) strm << setw(indent+19) << "h245SecurityMode = " << setprecision(indent) << m_h245SecurityMode << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_fastStart)) strm << setw(indent+12) << "fastStart = " << setprecision(indent) << m_fastStart << '\n'; if (HasOptionalField(e_multipleCalls)) strm << setw(indent+16) << "multipleCalls = " << setprecision(indent) << m_multipleCalls << '\n'; if (HasOptionalField(e_maintainConnection)) strm << setw(indent+21) << "maintainConnection = " << setprecision(indent) << m_maintainConnection << '\n'; if (HasOptionalField(e_alertingAddress)) strm << setw(indent+18) << "alertingAddress = " << setprecision(indent) << m_alertingAddress << '\n'; if (HasOptionalField(e_presentationIndicator)) strm << setw(indent+24) << "presentationIndicator = " << setprecision(indent) << m_presentationIndicator << '\n'; if (HasOptionalField(e_screeningIndicator)) strm << setw(indent+21) << "screeningIndicator = " << setprecision(indent) << m_screeningIndicator << '\n'; if (HasOptionalField(e_fastConnectRefused)) strm << setw(indent+21) << "fastConnectRefused = " << setprecision(indent) << m_fastConnectRefused << '\n'; if (HasOptionalField(e_serviceControl)) strm << setw(indent+17) << "serviceControl = " << setprecision(indent) << m_serviceControl << '\n'; if (HasOptionalField(e_capacity)) strm << setw(indent+11) << "capacity = " << setprecision(indent) << m_capacity << '\n'; if (HasOptionalField(e_featureSet)) strm << setw(indent+13) << "featureSet = " << setprecision(indent) << m_featureSet << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_Alerting_UUIE::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_Alerting_UUIE), PInvalidCast); #endif const H225_Alerting_UUIE & other = (const H225_Alerting_UUIE &)obj; Comparison result; if ((result = m_protocolIdentifier.Compare(other.m_protocolIdentifier)) != EqualTo) return result; if ((result = m_destinationInfo.Compare(other.m_destinationInfo)) != EqualTo) return result; if ((result = m_h245Address.Compare(other.m_h245Address)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_Alerting_UUIE::GetDataLength() const { PINDEX length = 0; length += m_protocolIdentifier.GetObjectLength(); length += m_destinationInfo.GetObjectLength(); if (HasOptionalField(e_h245Address)) length += m_h245Address.GetObjectLength(); return length; } BOOL H225_Alerting_UUIE::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_protocolIdentifier.Decode(strm)) return FALSE; if (!m_destinationInfo.Decode(strm)) return FALSE; if (HasOptionalField(e_h245Address) && !m_h245Address.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_callIdentifier, m_callIdentifier)) return FALSE; if (!KnownExtensionDecode(strm, e_h245SecurityMode, m_h245SecurityMode)) return FALSE; if (!KnownExtensionDecode(strm, e_tokens, m_tokens)) return FALSE; if (!KnownExtensionDecode(strm, e_cryptoTokens, m_cryptoTokens)) return FALSE; if (!KnownExtensionDecode(strm, e_fastStart, m_fastStart)) return FALSE; if (!KnownExtensionDecode(strm, e_multipleCalls, m_multipleCalls)) return FALSE; if (!KnownExtensionDecode(strm, e_maintainConnection, m_maintainConnection)) return FALSE; if (!KnownExtensionDecode(strm, e_alertingAddress, m_alertingAddress)) return FALSE; if (!KnownExtensionDecode(strm, e_presentationIndicator, m_presentationIndicator)) return FALSE; if (!KnownExtensionDecode(strm, e_screeningIndicator, m_screeningIndicator)) return FALSE; if (!KnownExtensionDecode(strm, e_fastConnectRefused, m_fastConnectRefused)) return FALSE; if (!KnownExtensionDecode(strm, e_serviceControl, m_serviceControl)) return FALSE; if (!KnownExtensionDecode(strm, e_capacity, m_capacity)) return FALSE; if (!KnownExtensionDecode(strm, e_featureSet, m_featureSet)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_Alerting_UUIE::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_protocolIdentifier.Encode(strm); m_destinationInfo.Encode(strm); if (HasOptionalField(e_h245Address)) m_h245Address.Encode(strm); KnownExtensionEncode(strm, e_callIdentifier, m_callIdentifier); KnownExtensionEncode(strm, e_h245SecurityMode, m_h245SecurityMode); KnownExtensionEncode(strm, e_tokens, m_tokens); KnownExtensionEncode(strm, e_cryptoTokens, m_cryptoTokens); KnownExtensionEncode(strm, e_fastStart, m_fastStart); KnownExtensionEncode(strm, e_multipleCalls, m_multipleCalls); KnownExtensionEncode(strm, e_maintainConnection, m_maintainConnection); KnownExtensionEncode(strm, e_alertingAddress, m_alertingAddress); KnownExtensionEncode(strm, e_presentationIndicator, m_presentationIndicator); KnownExtensionEncode(strm, e_screeningIndicator, m_screeningIndicator); KnownExtensionEncode(strm, e_fastConnectRefused, m_fastConnectRefused); KnownExtensionEncode(strm, e_serviceControl, m_serviceControl); KnownExtensionEncode(strm, e_capacity, m_capacity); KnownExtensionEncode(strm, e_featureSet, m_featureSet); UnknownExtensionsEncode(strm); } PObject * H225_Alerting_UUIE::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_Alerting_UUIE::Class()), PInvalidCast); #endif return new H225_Alerting_UUIE(*this); } // // CallProceeding-UUIE // H225_CallProceeding_UUIE::H225_CallProceeding_UUIE(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 9) { IncludeOptionalField(e_callIdentifier); IncludeOptionalField(e_multipleCalls); IncludeOptionalField(e_maintainConnection); } #ifndef PASN_NOPRINTON void H225_CallProceeding_UUIE::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+21) << "protocolIdentifier = " << setprecision(indent) << m_protocolIdentifier << '\n'; strm << setw(indent+18) << "destinationInfo = " << setprecision(indent) << m_destinationInfo << '\n'; if (HasOptionalField(e_h245Address)) strm << setw(indent+14) << "h245Address = " << setprecision(indent) << m_h245Address << '\n'; if (HasOptionalField(e_callIdentifier)) strm << setw(indent+17) << "callIdentifier = " << setprecision(indent) << m_callIdentifier << '\n'; if (HasOptionalField(e_h245SecurityMode)) strm << setw(indent+19) << "h245SecurityMode = " << setprecision(indent) << m_h245SecurityMode << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_fastStart)) strm << setw(indent+12) << "fastStart = " << setprecision(indent) << m_fastStart << '\n'; if (HasOptionalField(e_multipleCalls)) strm << setw(indent+16) << "multipleCalls = " << setprecision(indent) << m_multipleCalls << '\n'; if (HasOptionalField(e_maintainConnection)) strm << setw(indent+21) << "maintainConnection = " << setprecision(indent) << m_maintainConnection << '\n'; if (HasOptionalField(e_fastConnectRefused)) strm << setw(indent+21) << "fastConnectRefused = " << setprecision(indent) << m_fastConnectRefused << '\n'; if (HasOptionalField(e_featureSet)) strm << setw(indent+13) << "featureSet = " << setprecision(indent) << m_featureSet << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_CallProceeding_UUIE::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_CallProceeding_UUIE), PInvalidCast); #endif const H225_CallProceeding_UUIE & other = (const H225_CallProceeding_UUIE &)obj; Comparison result; if ((result = m_protocolIdentifier.Compare(other.m_protocolIdentifier)) != EqualTo) return result; if ((result = m_destinationInfo.Compare(other.m_destinationInfo)) != EqualTo) return result; if ((result = m_h245Address.Compare(other.m_h245Address)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_CallProceeding_UUIE::GetDataLength() const { PINDEX length = 0; length += m_protocolIdentifier.GetObjectLength(); length += m_destinationInfo.GetObjectLength(); if (HasOptionalField(e_h245Address)) length += m_h245Address.GetObjectLength(); return length; } BOOL H225_CallProceeding_UUIE::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_protocolIdentifier.Decode(strm)) return FALSE; if (!m_destinationInfo.Decode(strm)) return FALSE; if (HasOptionalField(e_h245Address) && !m_h245Address.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_callIdentifier, m_callIdentifier)) return FALSE; if (!KnownExtensionDecode(strm, e_h245SecurityMode, m_h245SecurityMode)) return FALSE; if (!KnownExtensionDecode(strm, e_tokens, m_tokens)) return FALSE; if (!KnownExtensionDecode(strm, e_cryptoTokens, m_cryptoTokens)) return FALSE; if (!KnownExtensionDecode(strm, e_fastStart, m_fastStart)) return FALSE; if (!KnownExtensionDecode(strm, e_multipleCalls, m_multipleCalls)) return FALSE; if (!KnownExtensionDecode(strm, e_maintainConnection, m_maintainConnection)) return FALSE; if (!KnownExtensionDecode(strm, e_fastConnectRefused, m_fastConnectRefused)) return FALSE; if (!KnownExtensionDecode(strm, e_featureSet, m_featureSet)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_CallProceeding_UUIE::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_protocolIdentifier.Encode(strm); m_destinationInfo.Encode(strm); if (HasOptionalField(e_h245Address)) m_h245Address.Encode(strm); KnownExtensionEncode(strm, e_callIdentifier, m_callIdentifier); KnownExtensionEncode(strm, e_h245SecurityMode, m_h245SecurityMode); KnownExtensionEncode(strm, e_tokens, m_tokens); KnownExtensionEncode(strm, e_cryptoTokens, m_cryptoTokens); KnownExtensionEncode(strm, e_fastStart, m_fastStart); KnownExtensionEncode(strm, e_multipleCalls, m_multipleCalls); KnownExtensionEncode(strm, e_maintainConnection, m_maintainConnection); KnownExtensionEncode(strm, e_fastConnectRefused, m_fastConnectRefused); KnownExtensionEncode(strm, e_featureSet, m_featureSet); UnknownExtensionsEncode(strm); } PObject * H225_CallProceeding_UUIE::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_CallProceeding_UUIE::Class()), PInvalidCast); #endif return new H225_CallProceeding_UUIE(*this); } // // Connect-UUIE // H225_Connect_UUIE::H225_Connect_UUIE(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 15) { IncludeOptionalField(e_callIdentifier); IncludeOptionalField(e_multipleCalls); IncludeOptionalField(e_maintainConnection); } #ifndef PASN_NOPRINTON void H225_Connect_UUIE::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+21) << "protocolIdentifier = " << setprecision(indent) << m_protocolIdentifier << '\n'; if (HasOptionalField(e_h245Address)) strm << setw(indent+14) << "h245Address = " << setprecision(indent) << m_h245Address << '\n'; strm << setw(indent+18) << "destinationInfo = " << setprecision(indent) << m_destinationInfo << '\n'; strm << setw(indent+15) << "conferenceID = " << setprecision(indent) << m_conferenceID << '\n'; if (HasOptionalField(e_callIdentifier)) strm << setw(indent+17) << "callIdentifier = " << setprecision(indent) << m_callIdentifier << '\n'; if (HasOptionalField(e_h245SecurityMode)) strm << setw(indent+19) << "h245SecurityMode = " << setprecision(indent) << m_h245SecurityMode << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_fastStart)) strm << setw(indent+12) << "fastStart = " << setprecision(indent) << m_fastStart << '\n'; if (HasOptionalField(e_multipleCalls)) strm << setw(indent+16) << "multipleCalls = " << setprecision(indent) << m_multipleCalls << '\n'; if (HasOptionalField(e_maintainConnection)) strm << setw(indent+21) << "maintainConnection = " << setprecision(indent) << m_maintainConnection << '\n'; if (HasOptionalField(e_language)) strm << setw(indent+11) << "language = " << setprecision(indent) << m_language << '\n'; if (HasOptionalField(e_connectedAddress)) strm << setw(indent+19) << "connectedAddress = " << setprecision(indent) << m_connectedAddress << '\n'; if (HasOptionalField(e_presentationIndicator)) strm << setw(indent+24) << "presentationIndicator = " << setprecision(indent) << m_presentationIndicator << '\n'; if (HasOptionalField(e_screeningIndicator)) strm << setw(indent+21) << "screeningIndicator = " << setprecision(indent) << m_screeningIndicator << '\n'; if (HasOptionalField(e_fastConnectRefused)) strm << setw(indent+21) << "fastConnectRefused = " << setprecision(indent) << m_fastConnectRefused << '\n'; if (HasOptionalField(e_serviceControl)) strm << setw(indent+17) << "serviceControl = " << setprecision(indent) << m_serviceControl << '\n'; if (HasOptionalField(e_capacity)) strm << setw(indent+11) << "capacity = " << setprecision(indent) << m_capacity << '\n'; if (HasOptionalField(e_featureSet)) strm << setw(indent+13) << "featureSet = " << setprecision(indent) << m_featureSet << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_Connect_UUIE::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_Connect_UUIE), PInvalidCast); #endif const H225_Connect_UUIE & other = (const H225_Connect_UUIE &)obj; Comparison result; if ((result = m_protocolIdentifier.Compare(other.m_protocolIdentifier)) != EqualTo) return result; if ((result = m_h245Address.Compare(other.m_h245Address)) != EqualTo) return result; if ((result = m_destinationInfo.Compare(other.m_destinationInfo)) != EqualTo) return result; if ((result = m_conferenceID.Compare(other.m_conferenceID)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_Connect_UUIE::GetDataLength() const { PINDEX length = 0; length += m_protocolIdentifier.GetObjectLength(); if (HasOptionalField(e_h245Address)) length += m_h245Address.GetObjectLength(); length += m_destinationInfo.GetObjectLength(); length += m_conferenceID.GetObjectLength(); return length; } BOOL H225_Connect_UUIE::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_protocolIdentifier.Decode(strm)) return FALSE; if (HasOptionalField(e_h245Address) && !m_h245Address.Decode(strm)) return FALSE; if (!m_destinationInfo.Decode(strm)) return FALSE; if (!m_conferenceID.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_callIdentifier, m_callIdentifier)) return FALSE; if (!KnownExtensionDecode(strm, e_h245SecurityMode, m_h245SecurityMode)) return FALSE; if (!KnownExtensionDecode(strm, e_tokens, m_tokens)) return FALSE; if (!KnownExtensionDecode(strm, e_cryptoTokens, m_cryptoTokens)) return FALSE; if (!KnownExtensionDecode(strm, e_fastStart, m_fastStart)) return FALSE; if (!KnownExtensionDecode(strm, e_multipleCalls, m_multipleCalls)) return FALSE; if (!KnownExtensionDecode(strm, e_maintainConnection, m_maintainConnection)) return FALSE; if (!KnownExtensionDecode(strm, e_language, m_language)) return FALSE; if (!KnownExtensionDecode(strm, e_connectedAddress, m_connectedAddress)) return FALSE; if (!KnownExtensionDecode(strm, e_presentationIndicator, m_presentationIndicator)) return FALSE; if (!KnownExtensionDecode(strm, e_screeningIndicator, m_screeningIndicator)) return FALSE; if (!KnownExtensionDecode(strm, e_fastConnectRefused, m_fastConnectRefused)) return FALSE; if (!KnownExtensionDecode(strm, e_serviceControl, m_serviceControl)) return FALSE; if (!KnownExtensionDecode(strm, e_capacity, m_capacity)) return FALSE; if (!KnownExtensionDecode(strm, e_featureSet, m_featureSet)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_Connect_UUIE::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_protocolIdentifier.Encode(strm); if (HasOptionalField(e_h245Address)) m_h245Address.Encode(strm); m_destinationInfo.Encode(strm); m_conferenceID.Encode(strm); KnownExtensionEncode(strm, e_callIdentifier, m_callIdentifier); KnownExtensionEncode(strm, e_h245SecurityMode, m_h245SecurityMode); KnownExtensionEncode(strm, e_tokens, m_tokens); KnownExtensionEncode(strm, e_cryptoTokens, m_cryptoTokens); KnownExtensionEncode(strm, e_fastStart, m_fastStart); KnownExtensionEncode(strm, e_multipleCalls, m_multipleCalls); KnownExtensionEncode(strm, e_maintainConnection, m_maintainConnection); KnownExtensionEncode(strm, e_language, m_language); KnownExtensionEncode(strm, e_connectedAddress, m_connectedAddress); KnownExtensionEncode(strm, e_presentationIndicator, m_presentationIndicator); KnownExtensionEncode(strm, e_screeningIndicator, m_screeningIndicator); KnownExtensionEncode(strm, e_fastConnectRefused, m_fastConnectRefused); KnownExtensionEncode(strm, e_serviceControl, m_serviceControl); KnownExtensionEncode(strm, e_capacity, m_capacity); KnownExtensionEncode(strm, e_featureSet, m_featureSet); UnknownExtensionsEncode(strm); } PObject * H225_Connect_UUIE::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_Connect_UUIE::Class()), PInvalidCast); #endif return new H225_Connect_UUIE(*this); } // // Information-UUIE // H225_Information_UUIE::H225_Information_UUIE(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 6) { IncludeOptionalField(e_callIdentifier); } #ifndef PASN_NOPRINTON void H225_Information_UUIE::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+21) << "protocolIdentifier = " << setprecision(indent) << m_protocolIdentifier << '\n'; if (HasOptionalField(e_callIdentifier)) strm << setw(indent+17) << "callIdentifier = " << setprecision(indent) << m_callIdentifier << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_fastStart)) strm << setw(indent+12) << "fastStart = " << setprecision(indent) << m_fastStart << '\n'; if (HasOptionalField(e_fastConnectRefused)) strm << setw(indent+21) << "fastConnectRefused = " << setprecision(indent) << m_fastConnectRefused << '\n'; if (HasOptionalField(e_circuitInfo)) strm << setw(indent+14) << "circuitInfo = " << setprecision(indent) << m_circuitInfo << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_Information_UUIE::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_Information_UUIE), PInvalidCast); #endif const H225_Information_UUIE & other = (const H225_Information_UUIE &)obj; Comparison result; if ((result = m_protocolIdentifier.Compare(other.m_protocolIdentifier)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_Information_UUIE::GetDataLength() const { PINDEX length = 0; length += m_protocolIdentifier.GetObjectLength(); return length; } BOOL H225_Information_UUIE::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_protocolIdentifier.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_callIdentifier, m_callIdentifier)) return FALSE; if (!KnownExtensionDecode(strm, e_tokens, m_tokens)) return FALSE; if (!KnownExtensionDecode(strm, e_cryptoTokens, m_cryptoTokens)) return FALSE; if (!KnownExtensionDecode(strm, e_fastStart, m_fastStart)) return FALSE; if (!KnownExtensionDecode(strm, e_fastConnectRefused, m_fastConnectRefused)) return FALSE; if (!KnownExtensionDecode(strm, e_circuitInfo, m_circuitInfo)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_Information_UUIE::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_protocolIdentifier.Encode(strm); KnownExtensionEncode(strm, e_callIdentifier, m_callIdentifier); KnownExtensionEncode(strm, e_tokens, m_tokens); KnownExtensionEncode(strm, e_cryptoTokens, m_cryptoTokens); KnownExtensionEncode(strm, e_fastStart, m_fastStart); KnownExtensionEncode(strm, e_fastConnectRefused, m_fastConnectRefused); KnownExtensionEncode(strm, e_circuitInfo, m_circuitInfo); UnknownExtensionsEncode(strm); } PObject * H225_Information_UUIE::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_Information_UUIE::Class()), PInvalidCast); #endif return new H225_Information_UUIE(*this); } // // Setup-UUIE // H225_Setup_UUIE::H225_Setup_UUIE(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 7, TRUE, 27) { IncludeOptionalField(e_callIdentifier); IncludeOptionalField(e_mediaWaitForConnect); IncludeOptionalField(e_canOverlapSend); IncludeOptionalField(e_multipleCalls); IncludeOptionalField(e_maintainConnection); m_hopCount.SetConstraints(PASN_Object::FixedConstraint, 1, 31); } #ifndef PASN_NOPRINTON void H225_Setup_UUIE::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+21) << "protocolIdentifier = " << setprecision(indent) << m_protocolIdentifier << '\n'; if (HasOptionalField(e_h245Address)) strm << setw(indent+14) << "h245Address = " << setprecision(indent) << m_h245Address << '\n'; if (HasOptionalField(e_sourceAddress)) strm << setw(indent+16) << "sourceAddress = " << setprecision(indent) << m_sourceAddress << '\n'; strm << setw(indent+13) << "sourceInfo = " << setprecision(indent) << m_sourceInfo << '\n'; if (HasOptionalField(e_destinationAddress)) strm << setw(indent+21) << "destinationAddress = " << setprecision(indent) << m_destinationAddress << '\n'; if (HasOptionalField(e_destCallSignalAddress)) strm << setw(indent+24) << "destCallSignalAddress = " << setprecision(indent) << m_destCallSignalAddress << '\n'; if (HasOptionalField(e_destExtraCallInfo)) strm << setw(indent+20) << "destExtraCallInfo = " << setprecision(indent) << m_destExtraCallInfo << '\n'; if (HasOptionalField(e_destExtraCRV)) strm << setw(indent+15) << "destExtraCRV = " << setprecision(indent) << m_destExtraCRV << '\n'; strm << setw(indent+11) << "activeMC = " << setprecision(indent) << m_activeMC << '\n'; strm << setw(indent+15) << "conferenceID = " << setprecision(indent) << m_conferenceID << '\n'; strm << setw(indent+17) << "conferenceGoal = " << setprecision(indent) << m_conferenceGoal << '\n'; if (HasOptionalField(e_callServices)) strm << setw(indent+15) << "callServices = " << setprecision(indent) << m_callServices << '\n'; strm << setw(indent+11) << "callType = " << setprecision(indent) << m_callType << '\n'; if (HasOptionalField(e_sourceCallSignalAddress)) strm << setw(indent+26) << "sourceCallSignalAddress = " << setprecision(indent) << m_sourceCallSignalAddress << '\n'; if (HasOptionalField(e_remoteExtensionAddress)) strm << setw(indent+25) << "remoteExtensionAddress = " << setprecision(indent) << m_remoteExtensionAddress << '\n'; if (HasOptionalField(e_callIdentifier)) strm << setw(indent+17) << "callIdentifier = " << setprecision(indent) << m_callIdentifier << '\n'; if (HasOptionalField(e_h245SecurityCapability)) strm << setw(indent+25) << "h245SecurityCapability = " << setprecision(indent) << m_h245SecurityCapability << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_fastStart)) strm << setw(indent+12) << "fastStart = " << setprecision(indent) << m_fastStart << '\n'; if (HasOptionalField(e_mediaWaitForConnect)) strm << setw(indent+22) << "mediaWaitForConnect = " << setprecision(indent) << m_mediaWaitForConnect << '\n'; if (HasOptionalField(e_canOverlapSend)) strm << setw(indent+17) << "canOverlapSend = " << setprecision(indent) << m_canOverlapSend << '\n'; if (HasOptionalField(e_endpointIdentifier)) strm << setw(indent+21) << "endpointIdentifier = " << setprecision(indent) << m_endpointIdentifier << '\n'; if (HasOptionalField(e_multipleCalls)) strm << setw(indent+16) << "multipleCalls = " << setprecision(indent) << m_multipleCalls << '\n'; if (HasOptionalField(e_maintainConnection)) strm << setw(indent+21) << "maintainConnection = " << setprecision(indent) << m_maintainConnection << '\n'; if (HasOptionalField(e_connectionParameters)) strm << setw(indent+23) << "connectionParameters = " << setprecision(indent) << m_connectionParameters << '\n'; if (HasOptionalField(e_language)) strm << setw(indent+11) << "language = " << setprecision(indent) << m_language << '\n'; if (HasOptionalField(e_presentationIndicator)) strm << setw(indent+24) << "presentationIndicator = " << setprecision(indent) << m_presentationIndicator << '\n'; if (HasOptionalField(e_screeningIndicator)) strm << setw(indent+21) << "screeningIndicator = " << setprecision(indent) << m_screeningIndicator << '\n'; if (HasOptionalField(e_serviceControl)) strm << setw(indent+17) << "serviceControl = " << setprecision(indent) << m_serviceControl << '\n'; if (HasOptionalField(e_symmetricOperationRequired)) strm << setw(indent+29) << "symmetricOperationRequired = " << setprecision(indent) << m_symmetricOperationRequired << '\n'; if (HasOptionalField(e_capacity)) strm << setw(indent+11) << "capacity = " << setprecision(indent) << m_capacity << '\n'; if (HasOptionalField(e_circuitInfo)) strm << setw(indent+14) << "circuitInfo = " << setprecision(indent) << m_circuitInfo << '\n'; if (HasOptionalField(e_desiredProtocols)) strm << setw(indent+19) << "desiredProtocols = " << setprecision(indent) << m_desiredProtocols << '\n'; if (HasOptionalField(e_neededFeatures)) strm << setw(indent+17) << "neededFeatures = " << setprecision(indent) << m_neededFeatures << '\n'; if (HasOptionalField(e_desiredFeatures)) strm << setw(indent+18) << "desiredFeatures = " << setprecision(indent) << m_desiredFeatures << '\n'; if (HasOptionalField(e_supportedFeatures)) strm << setw(indent+20) << "supportedFeatures = " << setprecision(indent) << m_supportedFeatures << '\n'; if (HasOptionalField(e_parallelH245Control)) strm << setw(indent+22) << "parallelH245Control = " << setprecision(indent) << m_parallelH245Control << '\n'; if (HasOptionalField(e_additionalSourceAddresses)) strm << setw(indent+28) << "additionalSourceAddresses = " << setprecision(indent) << m_additionalSourceAddresses << '\n'; if (HasOptionalField(e_hopCount)) strm << setw(indent+11) << "hopCount = " << setprecision(indent) << m_hopCount << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_Setup_UUIE::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_Setup_UUIE), PInvalidCast); #endif const H225_Setup_UUIE & other = (const H225_Setup_UUIE &)obj; Comparison result; if ((result = m_protocolIdentifier.Compare(other.m_protocolIdentifier)) != EqualTo) return result; if ((result = m_h245Address.Compare(other.m_h245Address)) != EqualTo) return result; if ((result = m_sourceAddress.Compare(other.m_sourceAddress)) != EqualTo) return result; if ((result = m_sourceInfo.Compare(other.m_sourceInfo)) != EqualTo) return result; if ((result = m_destinationAddress.Compare(other.m_destinationAddress)) != EqualTo) return result; if ((result = m_destCallSignalAddress.Compare(other.m_destCallSignalAddress)) != EqualTo) return result; if ((result = m_destExtraCallInfo.Compare(other.m_destExtraCallInfo)) != EqualTo) return result; if ((result = m_destExtraCRV.Compare(other.m_destExtraCRV)) != EqualTo) return result; if ((result = m_activeMC.Compare(other.m_activeMC)) != EqualTo) return result; if ((result = m_conferenceID.Compare(other.m_conferenceID)) != EqualTo) return result; if ((result = m_conferenceGoal.Compare(other.m_conferenceGoal)) != EqualTo) return result; if ((result = m_callServices.Compare(other.m_callServices)) != EqualTo) return result; if ((result = m_callType.Compare(other.m_callType)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_Setup_UUIE::GetDataLength() const { PINDEX length = 0; length += m_protocolIdentifier.GetObjectLength(); if (HasOptionalField(e_h245Address)) length += m_h245Address.GetObjectLength(); if (HasOptionalField(e_sourceAddress)) length += m_sourceAddress.GetObjectLength(); length += m_sourceInfo.GetObjectLength(); if (HasOptionalField(e_destinationAddress)) length += m_destinationAddress.GetObjectLength(); if (HasOptionalField(e_destCallSignalAddress)) length += m_destCallSignalAddress.GetObjectLength(); if (HasOptionalField(e_destExtraCallInfo)) length += m_destExtraCallInfo.GetObjectLength(); if (HasOptionalField(e_destExtraCRV)) length += m_destExtraCRV.GetObjectLength(); length += m_activeMC.GetObjectLength(); length += m_conferenceID.GetObjectLength(); length += m_conferenceGoal.GetObjectLength(); if (HasOptionalField(e_callServices)) length += m_callServices.GetObjectLength(); length += m_callType.GetObjectLength(); return length; } BOOL H225_Setup_UUIE::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_protocolIdentifier.Decode(strm)) return FALSE; if (HasOptionalField(e_h245Address) && !m_h245Address.Decode(strm)) return FALSE; if (HasOptionalField(e_sourceAddress) && !m_sourceAddress.Decode(strm)) return FALSE; if (!m_sourceInfo.Decode(strm)) return FALSE; if (HasOptionalField(e_destinationAddress) && !m_destinationAddress.Decode(strm)) return FALSE; if (HasOptionalField(e_destCallSignalAddress) && !m_destCallSignalAddress.Decode(strm)) return FALSE; if (HasOptionalField(e_destExtraCallInfo) && !m_destExtraCallInfo.Decode(strm)) return FALSE; if (HasOptionalField(e_destExtraCRV) && !m_destExtraCRV.Decode(strm)) return FALSE; if (!m_activeMC.Decode(strm)) return FALSE; if (!m_conferenceID.Decode(strm)) return FALSE; if (!m_conferenceGoal.Decode(strm)) return FALSE; if (HasOptionalField(e_callServices) && !m_callServices.Decode(strm)) return FALSE; if (!m_callType.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_sourceCallSignalAddress, m_sourceCallSignalAddress)) return FALSE; if (!KnownExtensionDecode(strm, e_remoteExtensionAddress, m_remoteExtensionAddress)) return FALSE; if (!KnownExtensionDecode(strm, e_callIdentifier, m_callIdentifier)) return FALSE; if (!KnownExtensionDecode(strm, e_h245SecurityCapability, m_h245SecurityCapability)) return FALSE; if (!KnownExtensionDecode(strm, e_tokens, m_tokens)) return FALSE; if (!KnownExtensionDecode(strm, e_cryptoTokens, m_cryptoTokens)) return FALSE; if (!KnownExtensionDecode(strm, e_fastStart, m_fastStart)) return FALSE; if (!KnownExtensionDecode(strm, e_mediaWaitForConnect, m_mediaWaitForConnect)) return FALSE; if (!KnownExtensionDecode(strm, e_canOverlapSend, m_canOverlapSend)) return FALSE; if (!KnownExtensionDecode(strm, e_endpointIdentifier, m_endpointIdentifier)) return FALSE; if (!KnownExtensionDecode(strm, e_multipleCalls, m_multipleCalls)) return FALSE; if (!KnownExtensionDecode(strm, e_maintainConnection, m_maintainConnection)) return FALSE; if (!KnownExtensionDecode(strm, e_connectionParameters, m_connectionParameters)) return FALSE; if (!KnownExtensionDecode(strm, e_language, m_language)) return FALSE; if (!KnownExtensionDecode(strm, e_presentationIndicator, m_presentationIndicator)) return FALSE; if (!KnownExtensionDecode(strm, e_screeningIndicator, m_screeningIndicator)) return FALSE; if (!KnownExtensionDecode(strm, e_serviceControl, m_serviceControl)) return FALSE; if (!KnownExtensionDecode(strm, e_symmetricOperationRequired, m_symmetricOperationRequired)) return FALSE; if (!KnownExtensionDecode(strm, e_capacity, m_capacity)) return FALSE; if (!KnownExtensionDecode(strm, e_circuitInfo, m_circuitInfo)) return FALSE; if (!KnownExtensionDecode(strm, e_desiredProtocols, m_desiredProtocols)) return FALSE; if (!KnownExtensionDecode(strm, e_neededFeatures, m_neededFeatures)) return FALSE; if (!KnownExtensionDecode(strm, e_desiredFeatures, m_desiredFeatures)) return FALSE; if (!KnownExtensionDecode(strm, e_supportedFeatures, m_supportedFeatures)) return FALSE; if (!KnownExtensionDecode(strm, e_parallelH245Control, m_parallelH245Control)) return FALSE; if (!KnownExtensionDecode(strm, e_additionalSourceAddresses, m_additionalSourceAddresses)) return FALSE; if (!KnownExtensionDecode(strm, e_hopCount, m_hopCount)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_Setup_UUIE::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_protocolIdentifier.Encode(strm); if (HasOptionalField(e_h245Address)) m_h245Address.Encode(strm); if (HasOptionalField(e_sourceAddress)) m_sourceAddress.Encode(strm); m_sourceInfo.Encode(strm); if (HasOptionalField(e_destinationAddress)) m_destinationAddress.Encode(strm); if (HasOptionalField(e_destCallSignalAddress)) m_destCallSignalAddress.Encode(strm); if (HasOptionalField(e_destExtraCallInfo)) m_destExtraCallInfo.Encode(strm); if (HasOptionalField(e_destExtraCRV)) m_destExtraCRV.Encode(strm); m_activeMC.Encode(strm); m_conferenceID.Encode(strm); m_conferenceGoal.Encode(strm); if (HasOptionalField(e_callServices)) m_callServices.Encode(strm); m_callType.Encode(strm); KnownExtensionEncode(strm, e_sourceCallSignalAddress, m_sourceCallSignalAddress); KnownExtensionEncode(strm, e_remoteExtensionAddress, m_remoteExtensionAddress); KnownExtensionEncode(strm, e_callIdentifier, m_callIdentifier); KnownExtensionEncode(strm, e_h245SecurityCapability, m_h245SecurityCapability); KnownExtensionEncode(strm, e_tokens, m_tokens); KnownExtensionEncode(strm, e_cryptoTokens, m_cryptoTokens); KnownExtensionEncode(strm, e_fastStart, m_fastStart); KnownExtensionEncode(strm, e_mediaWaitForConnect, m_mediaWaitForConnect); KnownExtensionEncode(strm, e_canOverlapSend, m_canOverlapSend); KnownExtensionEncode(strm, e_endpointIdentifier, m_endpointIdentifier); KnownExtensionEncode(strm, e_multipleCalls, m_multipleCalls); KnownExtensionEncode(strm, e_maintainConnection, m_maintainConnection); KnownExtensionEncode(strm, e_connectionParameters, m_connectionParameters); KnownExtensionEncode(strm, e_language, m_language); KnownExtensionEncode(strm, e_presentationIndicator, m_presentationIndicator); KnownExtensionEncode(strm, e_screeningIndicator, m_screeningIndicator); KnownExtensionEncode(strm, e_serviceControl, m_serviceControl); KnownExtensionEncode(strm, e_symmetricOperationRequired, m_symmetricOperationRequired); KnownExtensionEncode(strm, e_capacity, m_capacity); KnownExtensionEncode(strm, e_circuitInfo, m_circuitInfo); KnownExtensionEncode(strm, e_desiredProtocols, m_desiredProtocols); KnownExtensionEncode(strm, e_neededFeatures, m_neededFeatures); KnownExtensionEncode(strm, e_desiredFeatures, m_desiredFeatures); KnownExtensionEncode(strm, e_supportedFeatures, m_supportedFeatures); KnownExtensionEncode(strm, e_parallelH245Control, m_parallelH245Control); KnownExtensionEncode(strm, e_additionalSourceAddresses, m_additionalSourceAddresses); KnownExtensionEncode(strm, e_hopCount, m_hopCount); UnknownExtensionsEncode(strm); } PObject * H225_Setup_UUIE::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_Setup_UUIE::Class()), PInvalidCast); #endif return new H225_Setup_UUIE(*this); } // // Facility-UUIE // H225_Facility_UUIE::H225_Facility_UUIE(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 16) { IncludeOptionalField(e_callIdentifier); IncludeOptionalField(e_multipleCalls); IncludeOptionalField(e_maintainConnection); } #ifndef PASN_NOPRINTON void H225_Facility_UUIE::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+21) << "protocolIdentifier = " << setprecision(indent) << m_protocolIdentifier << '\n'; if (HasOptionalField(e_alternativeAddress)) strm << setw(indent+21) << "alternativeAddress = " << setprecision(indent) << m_alternativeAddress << '\n'; if (HasOptionalField(e_alternativeAliasAddress)) strm << setw(indent+26) << "alternativeAliasAddress = " << setprecision(indent) << m_alternativeAliasAddress << '\n'; if (HasOptionalField(e_conferenceID)) strm << setw(indent+15) << "conferenceID = " << setprecision(indent) << m_conferenceID << '\n'; strm << setw(indent+9) << "reason = " << setprecision(indent) << m_reason << '\n'; if (HasOptionalField(e_callIdentifier)) strm << setw(indent+17) << "callIdentifier = " << setprecision(indent) << m_callIdentifier << '\n'; if (HasOptionalField(e_destExtraCallInfo)) strm << setw(indent+20) << "destExtraCallInfo = " << setprecision(indent) << m_destExtraCallInfo << '\n'; if (HasOptionalField(e_remoteExtensionAddress)) strm << setw(indent+25) << "remoteExtensionAddress = " << setprecision(indent) << m_remoteExtensionAddress << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_conferences)) strm << setw(indent+14) << "conferences = " << setprecision(indent) << m_conferences << '\n'; if (HasOptionalField(e_h245Address)) strm << setw(indent+14) << "h245Address = " << setprecision(indent) << m_h245Address << '\n'; if (HasOptionalField(e_fastStart)) strm << setw(indent+12) << "fastStart = " << setprecision(indent) << m_fastStart << '\n'; if (HasOptionalField(e_multipleCalls)) strm << setw(indent+16) << "multipleCalls = " << setprecision(indent) << m_multipleCalls << '\n'; if (HasOptionalField(e_maintainConnection)) strm << setw(indent+21) << "maintainConnection = " << setprecision(indent) << m_maintainConnection << '\n'; if (HasOptionalField(e_fastConnectRefused)) strm << setw(indent+21) << "fastConnectRefused = " << setprecision(indent) << m_fastConnectRefused << '\n'; if (HasOptionalField(e_serviceControl)) strm << setw(indent+17) << "serviceControl = " << setprecision(indent) << m_serviceControl << '\n'; if (HasOptionalField(e_circuitInfo)) strm << setw(indent+14) << "circuitInfo = " << setprecision(indent) << m_circuitInfo << '\n'; if (HasOptionalField(e_featureSet)) strm << setw(indent+13) << "featureSet = " << setprecision(indent) << m_featureSet << '\n'; if (HasOptionalField(e_destinationInfo)) strm << setw(indent+18) << "destinationInfo = " << setprecision(indent) << m_destinationInfo << '\n'; if (HasOptionalField(e_h245SecurityMode)) strm << setw(indent+19) << "h245SecurityMode = " << setprecision(indent) << m_h245SecurityMode << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_Facility_UUIE::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_Facility_UUIE), PInvalidCast); #endif const H225_Facility_UUIE & other = (const H225_Facility_UUIE &)obj; Comparison result; if ((result = m_protocolIdentifier.Compare(other.m_protocolIdentifier)) != EqualTo) return result; if ((result = m_alternativeAddress.Compare(other.m_alternativeAddress)) != EqualTo) return result; if ((result = m_alternativeAliasAddress.Compare(other.m_alternativeAliasAddress)) != EqualTo) return result; if ((result = m_conferenceID.Compare(other.m_conferenceID)) != EqualTo) return result; if ((result = m_reason.Compare(other.m_reason)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_Facility_UUIE::GetDataLength() const { PINDEX length = 0; length += m_protocolIdentifier.GetObjectLength(); if (HasOptionalField(e_alternativeAddress)) length += m_alternativeAddress.GetObjectLength(); if (HasOptionalField(e_alternativeAliasAddress)) length += m_alternativeAliasAddress.GetObjectLength(); if (HasOptionalField(e_conferenceID)) length += m_conferenceID.GetObjectLength(); length += m_reason.GetObjectLength(); return length; } BOOL H225_Facility_UUIE::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_protocolIdentifier.Decode(strm)) return FALSE; if (HasOptionalField(e_alternativeAddress) && !m_alternativeAddress.Decode(strm)) return FALSE; if (HasOptionalField(e_alternativeAliasAddress) && !m_alternativeAliasAddress.Decode(strm)) return FALSE; if (HasOptionalField(e_conferenceID) && !m_conferenceID.Decode(strm)) return FALSE; if (!m_reason.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_callIdentifier, m_callIdentifier)) return FALSE; if (!KnownExtensionDecode(strm, e_destExtraCallInfo, m_destExtraCallInfo)) return FALSE; if (!KnownExtensionDecode(strm, e_remoteExtensionAddress, m_remoteExtensionAddress)) return FALSE; if (!KnownExtensionDecode(strm, e_tokens, m_tokens)) return FALSE; if (!KnownExtensionDecode(strm, e_cryptoTokens, m_cryptoTokens)) return FALSE; if (!KnownExtensionDecode(strm, e_conferences, m_conferences)) return FALSE; if (!KnownExtensionDecode(strm, e_h245Address, m_h245Address)) return FALSE; if (!KnownExtensionDecode(strm, e_fastStart, m_fastStart)) return FALSE; if (!KnownExtensionDecode(strm, e_multipleCalls, m_multipleCalls)) return FALSE; if (!KnownExtensionDecode(strm, e_maintainConnection, m_maintainConnection)) return FALSE; if (!KnownExtensionDecode(strm, e_fastConnectRefused, m_fastConnectRefused)) return FALSE; if (!KnownExtensionDecode(strm, e_serviceControl, m_serviceControl)) return FALSE; if (!KnownExtensionDecode(strm, e_circuitInfo, m_circuitInfo)) return FALSE; if (!KnownExtensionDecode(strm, e_featureSet, m_featureSet)) return FALSE; if (!KnownExtensionDecode(strm, e_destinationInfo, m_destinationInfo)) return FALSE; if (!KnownExtensionDecode(strm, e_h245SecurityMode, m_h245SecurityMode)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_Facility_UUIE::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_protocolIdentifier.Encode(strm); if (HasOptionalField(e_alternativeAddress)) m_alternativeAddress.Encode(strm); if (HasOptionalField(e_alternativeAliasAddress)) m_alternativeAliasAddress.Encode(strm); if (HasOptionalField(e_conferenceID)) m_conferenceID.Encode(strm); m_reason.Encode(strm); KnownExtensionEncode(strm, e_callIdentifier, m_callIdentifier); KnownExtensionEncode(strm, e_destExtraCallInfo, m_destExtraCallInfo); KnownExtensionEncode(strm, e_remoteExtensionAddress, m_remoteExtensionAddress); KnownExtensionEncode(strm, e_tokens, m_tokens); KnownExtensionEncode(strm, e_cryptoTokens, m_cryptoTokens); KnownExtensionEncode(strm, e_conferences, m_conferences); KnownExtensionEncode(strm, e_h245Address, m_h245Address); KnownExtensionEncode(strm, e_fastStart, m_fastStart); KnownExtensionEncode(strm, e_multipleCalls, m_multipleCalls); KnownExtensionEncode(strm, e_maintainConnection, m_maintainConnection); KnownExtensionEncode(strm, e_fastConnectRefused, m_fastConnectRefused); KnownExtensionEncode(strm, e_serviceControl, m_serviceControl); KnownExtensionEncode(strm, e_circuitInfo, m_circuitInfo); KnownExtensionEncode(strm, e_featureSet, m_featureSet); KnownExtensionEncode(strm, e_destinationInfo, m_destinationInfo); KnownExtensionEncode(strm, e_h245SecurityMode, m_h245SecurityMode); UnknownExtensionsEncode(strm); } PObject * H225_Facility_UUIE::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_Facility_UUIE::Class()), PInvalidCast); #endif return new H225_Facility_UUIE(*this); } // // Progress-UUIE // H225_Progress_UUIE::H225_Progress_UUIE(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 5, TRUE, 3) { IncludeOptionalField(e_multipleCalls); IncludeOptionalField(e_maintainConnection); } #ifndef PASN_NOPRINTON void H225_Progress_UUIE::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+21) << "protocolIdentifier = " << setprecision(indent) << m_protocolIdentifier << '\n'; strm << setw(indent+18) << "destinationInfo = " << setprecision(indent) << m_destinationInfo << '\n'; if (HasOptionalField(e_h245Address)) strm << setw(indent+14) << "h245Address = " << setprecision(indent) << m_h245Address << '\n'; strm << setw(indent+17) << "callIdentifier = " << setprecision(indent) << m_callIdentifier << '\n'; if (HasOptionalField(e_h245SecurityMode)) strm << setw(indent+19) << "h245SecurityMode = " << setprecision(indent) << m_h245SecurityMode << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_fastStart)) strm << setw(indent+12) << "fastStart = " << setprecision(indent) << m_fastStart << '\n'; if (HasOptionalField(e_multipleCalls)) strm << setw(indent+16) << "multipleCalls = " << setprecision(indent) << m_multipleCalls << '\n'; if (HasOptionalField(e_maintainConnection)) strm << setw(indent+21) << "maintainConnection = " << setprecision(indent) << m_maintainConnection << '\n'; if (HasOptionalField(e_fastConnectRefused)) strm << setw(indent+21) << "fastConnectRefused = " << setprecision(indent) << m_fastConnectRefused << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_Progress_UUIE::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_Progress_UUIE), PInvalidCast); #endif const H225_Progress_UUIE & other = (const H225_Progress_UUIE &)obj; Comparison result; if ((result = m_protocolIdentifier.Compare(other.m_protocolIdentifier)) != EqualTo) return result; if ((result = m_destinationInfo.Compare(other.m_destinationInfo)) != EqualTo) return result; if ((result = m_h245Address.Compare(other.m_h245Address)) != EqualTo) return result; if ((result = m_callIdentifier.Compare(other.m_callIdentifier)) != EqualTo) return result; if ((result = m_h245SecurityMode.Compare(other.m_h245SecurityMode)) != EqualTo) return result; if ((result = m_tokens.Compare(other.m_tokens)) != EqualTo) return result; if ((result = m_cryptoTokens.Compare(other.m_cryptoTokens)) != EqualTo) return result; if ((result = m_fastStart.Compare(other.m_fastStart)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_Progress_UUIE::GetDataLength() const { PINDEX length = 0; length += m_protocolIdentifier.GetObjectLength(); length += m_destinationInfo.GetObjectLength(); if (HasOptionalField(e_h245Address)) length += m_h245Address.GetObjectLength(); length += m_callIdentifier.GetObjectLength(); if (HasOptionalField(e_h245SecurityMode)) length += m_h245SecurityMode.GetObjectLength(); if (HasOptionalField(e_tokens)) length += m_tokens.GetObjectLength(); if (HasOptionalField(e_cryptoTokens)) length += m_cryptoTokens.GetObjectLength(); if (HasOptionalField(e_fastStart)) length += m_fastStart.GetObjectLength(); return length; } BOOL H225_Progress_UUIE::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_protocolIdentifier.Decode(strm)) return FALSE; if (!m_destinationInfo.Decode(strm)) return FALSE; if (HasOptionalField(e_h245Address) && !m_h245Address.Decode(strm)) return FALSE; if (!m_callIdentifier.Decode(strm)) return FALSE; if (HasOptionalField(e_h245SecurityMode) && !m_h245SecurityMode.Decode(strm)) return FALSE; if (HasOptionalField(e_tokens) && !m_tokens.Decode(strm)) return FALSE; if (HasOptionalField(e_cryptoTokens) && !m_cryptoTokens.Decode(strm)) return FALSE; if (HasOptionalField(e_fastStart) && !m_fastStart.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_multipleCalls, m_multipleCalls)) return FALSE; if (!KnownExtensionDecode(strm, e_maintainConnection, m_maintainConnection)) return FALSE; if (!KnownExtensionDecode(strm, e_fastConnectRefused, m_fastConnectRefused)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_Progress_UUIE::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_protocolIdentifier.Encode(strm); m_destinationInfo.Encode(strm); if (HasOptionalField(e_h245Address)) m_h245Address.Encode(strm); m_callIdentifier.Encode(strm); if (HasOptionalField(e_h245SecurityMode)) m_h245SecurityMode.Encode(strm); if (HasOptionalField(e_tokens)) m_tokens.Encode(strm); if (HasOptionalField(e_cryptoTokens)) m_cryptoTokens.Encode(strm); if (HasOptionalField(e_fastStart)) m_fastStart.Encode(strm); KnownExtensionEncode(strm, e_multipleCalls, m_multipleCalls); KnownExtensionEncode(strm, e_maintainConnection, m_maintainConnection); KnownExtensionEncode(strm, e_fastConnectRefused, m_fastConnectRefused); UnknownExtensionsEncode(strm); } PObject * H225_Progress_UUIE::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_Progress_UUIE::Class()), PInvalidCast); #endif return new H225_Progress_UUIE(*this); } // // Endpoint // H225_Endpoint::H225_Endpoint(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 10, TRUE, 3) { m_priority.SetConstraints(PASN_Object::FixedConstraint, 0, 127); } #ifndef PASN_NOPRINTON void H225_Endpoint::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_aliasAddress)) strm << setw(indent+15) << "aliasAddress = " << setprecision(indent) << m_aliasAddress << '\n'; if (HasOptionalField(e_callSignalAddress)) strm << setw(indent+20) << "callSignalAddress = " << setprecision(indent) << m_callSignalAddress << '\n'; if (HasOptionalField(e_rasAddress)) strm << setw(indent+13) << "rasAddress = " << setprecision(indent) << m_rasAddress << '\n'; if (HasOptionalField(e_endpointType)) strm << setw(indent+15) << "endpointType = " << setprecision(indent) << m_endpointType << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_priority)) strm << setw(indent+11) << "priority = " << setprecision(indent) << m_priority << '\n'; if (HasOptionalField(e_remoteExtensionAddress)) strm << setw(indent+25) << "remoteExtensionAddress = " << setprecision(indent) << m_remoteExtensionAddress << '\n'; if (HasOptionalField(e_destExtraCallInfo)) strm << setw(indent+20) << "destExtraCallInfo = " << setprecision(indent) << m_destExtraCallInfo << '\n'; if (HasOptionalField(e_alternateTransportAddresses)) strm << setw(indent+30) << "alternateTransportAddresses = " << setprecision(indent) << m_alternateTransportAddresses << '\n'; if (HasOptionalField(e_circuitInfo)) strm << setw(indent+14) << "circuitInfo = " << setprecision(indent) << m_circuitInfo << '\n'; if (HasOptionalField(e_featureSet)) strm << setw(indent+13) << "featureSet = " << setprecision(indent) << m_featureSet << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H225_Endpoint::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H225_Endpoint), PInvalidCast); #endif const H225_Endpoint & other = (const H225_Endpoint &)obj; Comparison result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; if ((result = m_aliasAddress.Compare(other.m_aliasAddress)) != EqualTo) return result; if ((result = m_callSignalAddress.Compare(other.m_callSignalAddress)) != EqualTo) return result; if ((result = m_rasAddress.Compare(other.m_rasAddress)) != EqualTo) return result; if ((result = m_endpointType.Compare(other.m_endpointType)) != EqualTo) return result; if ((result = m_tokens.Compare(other.m_tokens)) != EqualTo) return result; if ((result = m_cryptoTokens.Compare(other.m_cryptoTokens)) != EqualTo) return result; if ((result = m_priority.Compare(other.m_priority)) != EqualTo) return result; if ((result = m_remoteExtensionAddress.Compare(other.m_remoteExtensionAddress)) != EqualTo) return result; if ((result = m_destExtraCallInfo.Compare(other.m_destExtraCallInfo)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H225_Endpoint::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); if (HasOptionalField(e_aliasAddress)) length += m_aliasAddress.GetObjectLength(); if (HasOptionalField(e_callSignalAddress)) length += m_callSignalAddress.GetObjectLength(); if (HasOptionalField(e_rasAddress)) length += m_rasAddress.GetObjectLength(); if (HasOptionalField(e_endpointType)) length += m_endpointType.GetObjectLength(); if (HasOptionalField(e_tokens)) length += m_tokens.GetObjectLength(); if (HasOptionalField(e_cryptoTokens)) length += m_cryptoTokens.GetObjectLength(); if (HasOptionalField(e_priority)) length += m_priority.GetObjectLength(); if (HasOptionalField(e_remoteExtensionAddress)) length += m_remoteExtensionAddress.GetObjectLength(); if (HasOptionalField(e_destExtraCallInfo)) length += m_destExtraCallInfo.GetObjectLength(); return length; } BOOL H225_Endpoint::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (HasOptionalField(e_aliasAddress) && !m_aliasAddress.Decode(strm)) return FALSE; if (HasOptionalField(e_callSignalAddress) && !m_callSignalAddress.Decode(strm)) return FALSE; if (HasOptionalField(e_rasAddress) && !m_rasAddress.Decode(strm)) return FALSE; if (HasOptionalField(e_endpointType) && !m_endpointType.Decode(strm)) return FALSE; if (HasOptionalField(e_tokens) && !m_tokens.Decode(strm)) return FALSE; if (HasOptionalField(e_cryptoTokens) && !m_cryptoTokens.Decode(strm)) return FALSE; if (HasOptionalField(e_priority) && !m_priority.Decode(strm)) return FALSE; if (HasOptionalField(e_remoteExtensionAddress) && !m_remoteExtensionAddress.Decode(strm)) return FALSE; if (HasOptionalField(e_destExtraCallInfo) && !m_destExtraCallInfo.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_alternateTransportAddresses, m_alternateTransportAddresses)) return FALSE; if (!KnownExtensionDecode(strm, e_circuitInfo, m_circuitInfo)) return FALSE; if (!KnownExtensionDecode(strm, e_featureSet, m_featureSet)) return FALSE; return UnknownExtensionsDecode(strm); } void H225_Endpoint::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); if (HasOptionalField(e_aliasAddress)) m_aliasAddress.Encode(strm); if (HasOptionalField(e_callSignalAddress)) m_callSignalAddress.Encode(strm); if (HasOptionalField(e_rasAddress)) m_rasAddress.Encode(strm); if (HasOptionalField(e_endpointType)) m_endpointType.Encode(strm); if (HasOptionalField(e_tokens)) m_tokens.Encode(strm); if (HasOptionalField(e_cryptoTokens)) m_cryptoTokens.Encode(strm); if (HasOptionalField(e_priority)) m_priority.Encode(strm); if (HasOptionalField(e_remoteExtensionAddress)) m_remoteExtensionAddress.Encode(strm); if (HasOptionalField(e_destExtraCallInfo)) m_destExtraCallInfo.Encode(strm); KnownExtensionEncode(strm, e_alternateTransportAddresses, m_alternateTransportAddresses); KnownExtensionEncode(strm, e_circuitInfo, m_circuitInfo); KnownExtensionEncode(strm, e_featureSet, m_featureSet); UnknownExtensionsEncode(strm); } PObject * H225_Endpoint::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H225_Endpoint::Class()), PInvalidCast); #endif return new H225_Endpoint(*this); } #endif // if ! H323_DISABLE_H225 // End of h225_2.cxx openh323_v1_18_0/src/h225ras.cxx0100644000176200056700000014165710166250251016345 0ustar releasepostincr/* * H225_RAS.cxx * * H.225 RAS protocol handler * * Open H323 Library * * Copyright (c) 2001 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Portions of this code were written with the assisance of funding from * iFace In, http://www.iface.com * * Contributor(s): ______________________________________. * * $Log: h225ras.cxx,v $ * Revision 1.58 2005/01/03 14:03:21 csoutheren * Added new configure options and ability to disable/enable modules * * Revision 1.57 2005/01/03 06:25:55 csoutheren * Added extensive support for disabling code modules at compile time * * Revision 1.56 2004/09/07 22:50:55 rjongbloed * Changed usage of template function as MSVC6 will not compile it. * * Revision 1.55 2004/09/03 01:06:10 csoutheren * Added initial hooks for H.460 GEF * Thanks to Simon Horne and ISVO (Asia) Pte Ltd. for this contribution * * Revision 1.54 2003/04/09 03:08:10 robertj * Fixed race condition in shutting down transactor (pure virtual call) * * Revision 1.53 2003/04/01 01:05:17 robertj * Split service control handlers from H.225 RAS header. * * Revision 1.52 2003/03/26 00:46:28 robertj * Had another go at making H323Transactor being able to be created * without having a listener running. * * Revision 1.51 2003/03/21 05:25:47 robertj * Added setting of remote port in UDP transport constructor. * * Revision 1.50 2003/03/20 01:51:11 robertj * More abstraction of H.225 RAS and H.501 protocols transaction handling. * * Revision 1.49 2003/03/01 00:21:01 craigs * Fixed spelling mistake! * * Revision 1.48 2003/02/21 05:25:45 craigs * Abstracted out underlying transports for use with peerelements * * Revision 1.47 2003/02/10 04:18:55 robertj * Made RAS read loop more robust. * * Revision 1.46 2003/02/01 13:31:21 robertj * Changes to support CAT authentication in RAS. * * Revision 1.45 2002/12/18 06:24:52 robertj * Improved logging around the RAS poll function, on timeouts etc * * Revision 1.44 2002/12/13 02:52:19 robertj * Fixed failure to release mutex on call confirm/reject. * * Revision 1.43 2002/11/28 23:39:36 robertj * Fixed race condition for if RAS reply arrives very VERY quickly after * sending packet. Introduced in previous change. * * Revision 1.42 2002/11/28 04:41:48 robertj * Added support for RAS ServiceControlIndication command. * * Revision 1.41 2002/11/28 02:13:28 robertj * Fixed copy and paste errors. * * Revision 1.40 2002/11/28 02:10:26 robertj * Changed order of function so OnSendXXX(pdu) can change the security * credentials in descendant classes. * * Revision 1.39 2002/11/27 06:54:56 robertj * Added Service Control Session management as per Annex K/H.323 via RAS * only at this stage. * Added H.248 ASN and very primitive infrastructure for linking into the * Service Control Session management system. * Added basic infrastructure for Annex K/H.323 HTTP transport system. * Added Call Credit Service Control to display account balances. * * Revision 1.38 2002/11/21 22:26:20 robertj * Changed promiscuous mode to be three way. Fixes race condition in gkserver * which can cause crashes or more PDUs to be sent to the wrong place. * * Revision 1.37 2002/11/21 07:21:49 robertj * Improvements to alternate gatekeeper client code, thanks Kevin Bouchard * * Revision 1.36 2002/11/11 08:13:40 robertj * Fixed GNU warning * * Revision 1.35 2002/11/11 07:20:12 robertj * Minor clean up of API for doing RAS requests suing authentication. * * Revision 1.34 2002/11/10 08:10:43 robertj * Moved constants for "well known" ports to better place (OPAL change). * * Revision 1.33 2002/10/17 02:10:55 robertj * Backed out previous change for including PDU tag, doesn't work! * * Revision 1.32 2002/10/16 03:46:05 robertj * Added PDU tag to cache look up key. * * Revision 1.31 2002/10/09 05:38:50 robertj * Fixed correct mutexing of response cache buffer. * Fixed correct setting of remote address when cached response transmitted. * * Revision 1.30 2002/09/19 09:16:01 robertj * Fixed problem with making (and assuring with multi-threading) IRQ and DRQ * requests are sent to the correct endpoint address, thanks Martijn Roest. * * Revision 1.29 2002/08/29 06:58:37 robertj * Fixed (again) cached response age timeout adjusted to RIP time. * * Revision 1.28 2002/08/12 06:29:42 robertj * Fixed problem with cached responses being aged before the RIP time which * made retries by client appear as "new" requests when they were not. * * Revision 1.27 2002/08/12 05:35:48 robertj * Changes to the RAS subsystem to support ability to make requests to client * from gkserver without causing bottlenecks and race conditions. * * Revision 1.26 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.25 2002/08/05 05:17:41 robertj * Fairly major modifications to support different authentication credentials * in ARQ to the logged in ones on RRQ. For both client and server. * Various other H.235 authentication bugs and anomalies fixed on the way. * * Revision 1.24 2002/07/29 11:36:08 robertj * Fixed race condition if RIP is followed very quickly by actual response. * * Revision 1.23 2002/07/16 04:18:38 robertj * Fixed incorrect check for GRQ in reject processing, thanks Thien Nguyen * * Revision 1.22 2002/06/28 03:34:28 robertj * Fixed issues with address translation on gatekeeper RAS channel. * * Revision 1.21 2002/06/24 00:11:21 robertj * Clarified error message during GRQ authentication. * * Revision 1.20 2002/06/12 03:50:25 robertj * Added PrintOn function for trace output of RAS channel. * * Revision 1.19 2002/05/29 00:03:19 robertj * Fixed unsolicited IRR support in gk client and server, * including support for IACK and INAK. * * Revision 1.18 2002/05/17 03:41:00 robertj * Fixed problems with H.235 authentication on RAS for server and client. * * Revision 1.17 2002/05/03 09:18:49 robertj * Added automatic retransmission of RAS responses to retried requests. * * Revision 1.16 2002/03/10 19:34:13 robertj * Added random starting point for sequence numbers, thanks Chris Purvis * * Revision 1.15 2002/01/29 02:38:31 robertj * Fixed nasty race condition when getting RIP, end up with wrong timeout. * Improved tracing (included sequence numbers) * * Revision 1.14 2002/01/24 01:02:04 robertj * Removed trace when authenticator not used, implied error when wasn't one. * * Revision 1.13 2001/10/09 12:03:30 robertj * Fixed uninitialised variable for H.235 authentication checking. * * Revision 1.12 2001/10/09 08:04:59 robertj * Fixed unregistration so still unregisters if gk goes offline, thanks Chris Purvis * * Revision 1.11 2001/09/18 10:36:57 robertj * Allowed multiple overlapping requests in RAS channel. * * Revision 1.10 2001/09/12 07:48:05 robertj * Fixed various problems with tracing. * * Revision 1.9 2001/09/12 03:12:38 robertj * Added ability to disable the checking of RAS responses against * security authenticators. * Fixed bug in having multiple authentications if have a retry. * * Revision 1.8 2001/08/10 11:03:52 robertj * Major changes to H.235 support in RAS to support server. * * Revision 1.7 2001/08/06 07:44:55 robertj * Fixed problems with building without SSL * * Revision 1.6 2001/08/06 03:18:38 robertj * Fission of h323.h to h323ep.h & h323con.h, h323.h now just includes files. * Improved access to H.235 secure RAS functionality. * Changes to H.323 secure RAS contexts to help use with gk server. * * Revision 1.5 2001/08/03 05:56:04 robertj * Fixed RAS read of UDP when get ICMP error for host unreachabe. * * Revision 1.4 2001/06/25 01:06:40 robertj * Fixed resolution of RAS timeout so not rounded down to second. * * Revision 1.3 2001/06/22 00:21:10 robertj * Fixed bug in H.225 RAS protocol with 16 versus 32 bit sequence numbers. * * Revision 1.2 2001/06/18 07:44:21 craigs * Made to compile with h225ras.cxx under Linux * * Revision 1.1 2001/06/18 06:23:50 robertj * Split raw H.225 RAS protocol out of gatekeeper client class. * */ #include #ifdef __GNUC__ #pragma implementation "h225ras.h" #endif #include "h323.h" #include "h225ras.h" #include "h323ep.h" #include "h323pdu.h" #include "h235auth.h" #ifndef DISABLE_H460 #include "h460.h" #endif #define new PNEW ///////////////////////////////////////////////////////////////////////////// H225_RAS::H225_RAS(H323EndPoint & ep, H323Transport * trans) : H323Transactor(ep, trans, DefaultRasUdpPort, DefaultRasUdpPort) { } H225_RAS::~H225_RAS() { StopChannel(); } void H225_RAS::PrintOn(ostream & strm) const { if (gatekeeperIdentifier.IsEmpty()) strm << "H225-RAS@"; else strm << gatekeeperIdentifier << '@'; H323Transactor::PrintOn(strm); } H323TransactionPDU * H225_RAS::CreateTransactionPDU() const { return new H323RasPDU; } BOOL H225_RAS::HandleTransaction(const PASN_Object & rawPDU) { const H323RasPDU & pdu = (const H323RasPDU &)rawPDU; switch (pdu.GetTag()) { case H225_RasMessage::e_gatekeeperRequest : if (SendCachedResponse(pdu)) return FALSE; OnReceiveGatekeeperRequest(pdu, pdu); break; case H225_RasMessage::e_gatekeeperConfirm : return OnReceiveGatekeeperConfirm(pdu, pdu); case H225_RasMessage::e_gatekeeperReject : return OnReceiveGatekeeperReject(pdu, pdu); case H225_RasMessage::e_registrationRequest : if (SendCachedResponse(pdu)) return FALSE; OnReceiveRegistrationRequest(pdu, pdu); break; case H225_RasMessage::e_registrationConfirm : return OnReceiveRegistrationConfirm(pdu, pdu); case H225_RasMessage::e_registrationReject : return OnReceiveRegistrationReject(pdu, pdu); case H225_RasMessage::e_unregistrationRequest : if (SendCachedResponse(pdu)) return FALSE; OnReceiveUnregistrationRequest(pdu, pdu); break; case H225_RasMessage::e_unregistrationConfirm : return OnReceiveUnregistrationConfirm(pdu, pdu); case H225_RasMessage::e_unregistrationReject : return OnReceiveUnregistrationReject(pdu, pdu); case H225_RasMessage::e_admissionRequest : if (SendCachedResponse(pdu)) return FALSE; OnReceiveAdmissionRequest(pdu, pdu); break; case H225_RasMessage::e_admissionConfirm : return OnReceiveAdmissionConfirm(pdu, pdu); case H225_RasMessage::e_admissionReject : return OnReceiveAdmissionReject(pdu, pdu); case H225_RasMessage::e_bandwidthRequest : if (SendCachedResponse(pdu)) return FALSE; OnReceiveBandwidthRequest(pdu, pdu); break; case H225_RasMessage::e_bandwidthConfirm : return OnReceiveBandwidthConfirm(pdu, pdu); case H225_RasMessage::e_bandwidthReject : return OnReceiveBandwidthReject(pdu, pdu); case H225_RasMessage::e_disengageRequest : if (SendCachedResponse(pdu)) return FALSE; OnReceiveDisengageRequest(pdu, pdu); break; case H225_RasMessage::e_disengageConfirm : return OnReceiveDisengageConfirm(pdu, pdu); case H225_RasMessage::e_disengageReject : return OnReceiveDisengageReject(pdu, pdu); case H225_RasMessage::e_locationRequest : if (SendCachedResponse(pdu)) return FALSE; OnReceiveLocationRequest(pdu, pdu); break; case H225_RasMessage::e_locationConfirm : return OnReceiveLocationConfirm(pdu, pdu); case H225_RasMessage::e_locationReject : return OnReceiveLocationReject(pdu, pdu); case H225_RasMessage::e_infoRequest : if (SendCachedResponse(pdu)) return FALSE; OnReceiveInfoRequest(pdu, pdu); break; case H225_RasMessage::e_infoRequestResponse : return OnReceiveInfoRequestResponse(pdu, pdu); case H225_RasMessage::e_nonStandardMessage : OnReceiveNonStandardMessage(pdu, pdu); break; case H225_RasMessage::e_unknownMessageResponse : OnReceiveUnknownMessageResponse(pdu, pdu); break; case H225_RasMessage::e_requestInProgress : return OnReceiveRequestInProgress(pdu, pdu); case H225_RasMessage::e_resourcesAvailableIndicate : if (SendCachedResponse(pdu)) return FALSE; OnReceiveResourcesAvailableIndicate(pdu, pdu); break; case H225_RasMessage::e_resourcesAvailableConfirm : return OnReceiveResourcesAvailableConfirm(pdu, pdu); case H225_RasMessage::e_infoRequestAck : return OnReceiveInfoRequestAck(pdu, pdu); case H225_RasMessage::e_infoRequestNak : return OnReceiveInfoRequestNak(pdu, pdu); #ifdef H323_H248 case H225_RasMessage::e_serviceControlIndication : if (SendCachedResponse(pdu)) return FALSE; OnReceiveServiceControlIndication(pdu, pdu); break; case H225_RasMessage::e_serviceControlResponse : return OnReceiveServiceControlResponse(pdu, pdu); #endif default : OnReceiveUnknown(pdu); } return FALSE; } void H225_RAS::OnSendingPDU(PASN_Object & rawPDU) { H323RasPDU & pdu = (H323RasPDU &)rawPDU; switch (pdu.GetTag()) { case H225_RasMessage::e_gatekeeperRequest : OnSendGatekeeperRequest(pdu, pdu); break; case H225_RasMessage::e_gatekeeperConfirm : OnSendGatekeeperConfirm(pdu, pdu); break; case H225_RasMessage::e_gatekeeperReject : OnSendGatekeeperReject(pdu, pdu); break; case H225_RasMessage::e_registrationRequest : OnSendRegistrationRequest(pdu, pdu); break; case H225_RasMessage::e_registrationConfirm : OnSendRegistrationConfirm(pdu, pdu); break; case H225_RasMessage::e_registrationReject : OnSendRegistrationReject(pdu, pdu); break; case H225_RasMessage::e_unregistrationRequest : OnSendUnregistrationRequest(pdu, pdu); break; case H225_RasMessage::e_unregistrationConfirm : OnSendUnregistrationConfirm(pdu, pdu); break; case H225_RasMessage::e_unregistrationReject : OnSendUnregistrationReject(pdu, pdu); break; case H225_RasMessage::e_admissionRequest : OnSendAdmissionRequest(pdu, pdu); break; case H225_RasMessage::e_admissionConfirm : OnSendAdmissionConfirm(pdu, pdu); break; case H225_RasMessage::e_admissionReject : OnSendAdmissionReject(pdu, pdu); break; case H225_RasMessage::e_bandwidthRequest : OnSendBandwidthRequest(pdu, pdu); break; case H225_RasMessage::e_bandwidthConfirm : OnSendBandwidthConfirm(pdu, pdu); break; case H225_RasMessage::e_bandwidthReject : OnSendBandwidthReject(pdu, pdu); break; case H225_RasMessage::e_disengageRequest : OnSendDisengageRequest(pdu, pdu); break; case H225_RasMessage::e_disengageConfirm : OnSendDisengageConfirm(pdu, pdu); break; case H225_RasMessage::e_disengageReject : OnSendDisengageReject(pdu, pdu); break; case H225_RasMessage::e_locationRequest : OnSendLocationRequest(pdu, pdu); break; case H225_RasMessage::e_locationConfirm : OnSendLocationConfirm(pdu, pdu); break; case H225_RasMessage::e_locationReject : OnSendLocationReject(pdu, pdu); break; case H225_RasMessage::e_infoRequest : OnSendInfoRequest(pdu, pdu); break; case H225_RasMessage::e_infoRequestResponse : OnSendInfoRequestResponse(pdu, pdu); break; case H225_RasMessage::e_nonStandardMessage : OnSendNonStandardMessage(pdu, pdu); break; case H225_RasMessage::e_unknownMessageResponse : OnSendUnknownMessageResponse(pdu, pdu); break; case H225_RasMessage::e_requestInProgress : OnSendRequestInProgress(pdu, pdu); break; case H225_RasMessage::e_resourcesAvailableIndicate : OnSendResourcesAvailableIndicate(pdu, pdu); break; case H225_RasMessage::e_resourcesAvailableConfirm : OnSendResourcesAvailableConfirm(pdu, pdu); break; case H225_RasMessage::e_infoRequestAck : OnSendInfoRequestAck(pdu, pdu); break; case H225_RasMessage::e_infoRequestNak : OnSendInfoRequestNak(pdu, pdu); break; #ifdef H323_H248 case H225_RasMessage::e_serviceControlIndication : OnSendServiceControlIndication(pdu, pdu); break; case H225_RasMessage::e_serviceControlResponse : OnSendServiceControlResponse(pdu, pdu); break; #endif default : break; } } BOOL H225_RAS::OnReceiveRequestInProgress(const H323RasPDU & pdu, const H225_RequestInProgress & rip) { if (!HandleRequestInProgress(pdu, rip.m_delay)) return FALSE; return OnReceiveRequestInProgress(rip); } BOOL H225_RAS::OnReceiveRequestInProgress(const H225_RequestInProgress & /*rip*/) { return TRUE; } template static void SendFeatureSet(const H225_RAS * ras, unsigned code, PDUType & pdu) { if (ras->OnSendFeatureSet(code, pdu.m_featureSet)) pdu.IncludeOptionalField(PDUType::e_featureSet); else pdu.RemoveOptionalField(PDUType::e_featureSet); } void H225_RAS::OnSendGatekeeperRequest(H323RasPDU &, H225_GatekeeperRequest & grq) { if (!gatekeeperIdentifier) { grq.IncludeOptionalField(H225_GatekeeperRequest::e_gatekeeperIdentifier); grq.m_gatekeeperIdentifier = gatekeeperIdentifier; } #ifndef DISABLE_H460 SendFeatureSet(this, H460_MessageType::e_gatekeeperRequest, grq); #endif OnSendGatekeeperRequest(grq); } void H225_RAS::OnSendGatekeeperRequest(H225_GatekeeperRequest & /*grq*/) { } void H225_RAS::OnSendGatekeeperConfirm(H323RasPDU &, H225_GatekeeperConfirm & gcf) { if (!gatekeeperIdentifier) { gcf.IncludeOptionalField(H225_GatekeeperConfirm::e_gatekeeperIdentifier); gcf.m_gatekeeperIdentifier = gatekeeperIdentifier; } #ifndef DISABLE_H460 SendFeatureSet(this, H460_MessageType::e_gatekeeperConfirm, gcf); #endif OnSendGatekeeperConfirm(gcf); } void H225_RAS::OnSendGatekeeperConfirm(H225_GatekeeperConfirm & /*gcf*/) { } void H225_RAS::OnSendGatekeeperReject(H323RasPDU &, H225_GatekeeperReject & grj) { if (!gatekeeperIdentifier) { grj.IncludeOptionalField(H225_GatekeeperReject::e_gatekeeperIdentifier); grj.m_gatekeeperIdentifier = gatekeeperIdentifier; } #ifndef DISABLE_H460 SendFeatureSet(this, H460_MessageType::e_gatekeeperReject, grj); #endif OnSendGatekeeperReject(grj); } void H225_RAS::OnSendGatekeeperReject(H225_GatekeeperReject & /*grj*/) { } template static void ReceiveFeatureSet(const H225_RAS * ras, unsigned code, const PDUType & pdu) { if (pdu.HasOptionalField(PDUType::e_featureSet)) ras->OnReceiveFeatureSet(code, pdu.m_featureSet); } BOOL H225_RAS::OnReceiveGatekeeperRequest(const H323RasPDU &, const H225_GatekeeperRequest & grq) { #ifndef DISABLE_H460 ReceiveFeatureSet(this, H460_MessageType::e_gatekeeperRequest, grq); #endif return OnReceiveGatekeeperRequest(grq); } BOOL H225_RAS::OnReceiveGatekeeperRequest(const H225_GatekeeperRequest &) { return TRUE; } BOOL H225_RAS::OnReceiveGatekeeperConfirm(const H323RasPDU &, const H225_GatekeeperConfirm & gcf) { if (!CheckForResponse(H225_RasMessage::e_gatekeeperRequest, gcf.m_requestSeqNum)) return FALSE; if (gatekeeperIdentifier.IsEmpty()) gatekeeperIdentifier = gcf.m_gatekeeperIdentifier; else { PString gkid = gcf.m_gatekeeperIdentifier; if (gatekeeperIdentifier *= gkid) gatekeeperIdentifier = gkid; else { PTRACE(2, "RAS\tReceived a GCF from " << gkid << " but wanted it from " << gatekeeperIdentifier); return FALSE; } } #ifndef DISABLE_H460 ReceiveFeatureSet(this, H460_MessageType::e_gatekeeperConfirm, gcf); #endif return OnReceiveGatekeeperConfirm(gcf); } BOOL H225_RAS::OnReceiveGatekeeperConfirm(const H225_GatekeeperConfirm & /*gcf*/) { return TRUE; } BOOL H225_RAS::OnReceiveGatekeeperReject(const H323RasPDU &, const H225_GatekeeperReject & grj) { if (!CheckForResponse(H225_RasMessage::e_gatekeeperRequest, grj.m_requestSeqNum, &grj.m_rejectReason)) return FALSE; #ifndef DISABLE_H460 ReceiveFeatureSet(this, H460_MessageType::e_gatekeeperReject, grj); #endif return OnReceiveGatekeeperReject(grj); } BOOL H225_RAS::OnReceiveGatekeeperReject(const H225_GatekeeperReject & /*grj*/) { return TRUE; } void H225_RAS::OnSendRegistrationRequest(H323RasPDU & pdu, H225_RegistrationRequest & rrq) { OnSendRegistrationRequest(rrq); #ifndef DISABLE_H460 SendFeatureSet(this, H460_MessageType::e_registrationRequest, rrq); #endif pdu.Prepare(rrq.m_tokens, H225_RegistrationRequest::e_tokens, rrq.m_cryptoTokens, H225_RegistrationRequest::e_cryptoTokens); } void H225_RAS::OnSendRegistrationRequest(H225_RegistrationRequest & /*rrq*/) { } void H225_RAS::OnSendRegistrationConfirm(H323RasPDU & pdu, H225_RegistrationConfirm & rcf) { if (!gatekeeperIdentifier) { rcf.IncludeOptionalField(H225_RegistrationConfirm::e_gatekeeperIdentifier); rcf.m_gatekeeperIdentifier = gatekeeperIdentifier; } OnSendRegistrationConfirm(rcf); #ifndef DISABLE_H460 SendFeatureSet(this, H460_MessageType::e_registrationConfirm, rcf); #endif pdu.Prepare(rcf.m_tokens, H225_RegistrationConfirm::e_tokens, rcf.m_cryptoTokens, H225_RegistrationConfirm::e_cryptoTokens); } void H225_RAS::OnSendRegistrationConfirm(H225_RegistrationConfirm & /*rcf*/) { } void H225_RAS::OnSendRegistrationReject(H323RasPDU & pdu, H225_RegistrationReject & rrj) { if (!gatekeeperIdentifier) { rrj.IncludeOptionalField(H225_RegistrationReject::e_gatekeeperIdentifier); rrj.m_gatekeeperIdentifier = gatekeeperIdentifier; } OnSendRegistrationReject(rrj); #ifndef DISABLE_H460 SendFeatureSet(this, H460_MessageType::e_registrationReject, rrj); #endif pdu.Prepare(rrj.m_tokens, H225_RegistrationReject::e_tokens, rrj.m_cryptoTokens, H225_RegistrationReject::e_cryptoTokens); } void H225_RAS::OnSendRegistrationReject(H225_RegistrationReject & /*rrj*/) { } BOOL H225_RAS::OnReceiveRegistrationRequest(const H323RasPDU &, const H225_RegistrationRequest & rrq) { #ifndef DISABLE_H460 ReceiveFeatureSet(this, H460_MessageType::e_registrationRequest, rrq); #endif return OnReceiveRegistrationRequest(rrq); } BOOL H225_RAS::OnReceiveRegistrationRequest(const H225_RegistrationRequest &) { return TRUE; } BOOL H225_RAS::OnReceiveRegistrationConfirm(const H323RasPDU & pdu, const H225_RegistrationConfirm & rcf) { if (!CheckForResponse(H225_RasMessage::e_registrationRequest, rcf.m_requestSeqNum)) return FALSE; if (lastRequest != NULL) { PString endpointIdentifier = rcf.m_endpointIdentifier; const H235Authenticators & authenticators = lastRequest->requestPDU.GetAuthenticators(); for (PINDEX i = 0; i < authenticators.GetSize(); i++) { H235Authenticator & authenticator = authenticators[i]; if (authenticator.UseGkAndEpIdentifiers()) authenticator.SetLocalId(endpointIdentifier); } } if (!CheckCryptoTokens(pdu, rcf.m_tokens, H225_RegistrationConfirm::e_tokens, rcf.m_cryptoTokens, H225_RegistrationConfirm::e_cryptoTokens)) return FALSE; #ifndef DISABLE_H460 ReceiveFeatureSet(this, H460_MessageType::e_registrationConfirm, rcf); #endif return OnReceiveRegistrationConfirm(rcf); } BOOL H225_RAS::OnReceiveRegistrationConfirm(const H225_RegistrationConfirm & /*rcf*/) { return TRUE; } BOOL H225_RAS::OnReceiveRegistrationReject(const H323RasPDU & pdu, const H225_RegistrationReject & rrj) { if (!CheckForResponse(H225_RasMessage::e_registrationRequest, rrj.m_requestSeqNum, &rrj.m_rejectReason)) return FALSE; if (!CheckCryptoTokens(pdu, rrj.m_tokens, H225_RegistrationReject::e_tokens, rrj.m_cryptoTokens, H225_RegistrationReject::e_cryptoTokens)) return FALSE; #ifndef DISABLE_H460 ReceiveFeatureSet(this, H460_MessageType::e_registrationReject, rrj); #endif return OnReceiveRegistrationReject(rrj); } BOOL H225_RAS::OnReceiveRegistrationReject(const H225_RegistrationReject & /*rrj*/) { return TRUE; } void H225_RAS::OnSendUnregistrationRequest(H323RasPDU & pdu, H225_UnregistrationRequest & urq) { OnSendUnregistrationRequest(urq); pdu.Prepare(urq.m_tokens, H225_UnregistrationRequest::e_tokens, urq.m_cryptoTokens, H225_UnregistrationRequest::e_cryptoTokens); } void H225_RAS::OnSendUnregistrationRequest(H225_UnregistrationRequest & /*urq*/) { } void H225_RAS::OnSendUnregistrationConfirm(H323RasPDU & pdu, H225_UnregistrationConfirm & ucf) { OnSendUnregistrationConfirm(ucf); pdu.Prepare(ucf.m_tokens, H225_UnregistrationConfirm::e_tokens, ucf.m_cryptoTokens, H225_UnregistrationConfirm::e_cryptoTokens); } void H225_RAS::OnSendUnregistrationConfirm(H225_UnregistrationConfirm & /*ucf*/) { } void H225_RAS::OnSendUnregistrationReject(H323RasPDU & pdu, H225_UnregistrationReject & urj) { OnSendUnregistrationReject(urj); pdu.Prepare(urj.m_tokens, H225_UnregistrationReject::e_tokens, urj.m_cryptoTokens, H225_UnregistrationReject::e_cryptoTokens); } void H225_RAS::OnSendUnregistrationReject(H225_UnregistrationReject & /*urj*/) { } BOOL H225_RAS::OnReceiveUnregistrationRequest(const H323RasPDU & pdu, const H225_UnregistrationRequest & urq) { if (!CheckCryptoTokens(pdu, urq.m_tokens, H225_UnregistrationRequest::e_tokens, urq.m_cryptoTokens, H225_UnregistrationRequest::e_cryptoTokens)) return FALSE; return OnReceiveUnregistrationRequest(urq); } BOOL H225_RAS::OnReceiveUnregistrationRequest(const H225_UnregistrationRequest & /*urq*/) { return TRUE; } BOOL H225_RAS::OnReceiveUnregistrationConfirm(const H323RasPDU & pdu, const H225_UnregistrationConfirm & ucf) { if (!CheckForResponse(H225_RasMessage::e_unregistrationRequest, ucf.m_requestSeqNum)) return FALSE; if (!CheckCryptoTokens(pdu, ucf.m_tokens, H225_UnregistrationConfirm::e_tokens, ucf.m_cryptoTokens, H225_UnregistrationConfirm::e_cryptoTokens)) return FALSE; return OnReceiveUnregistrationConfirm(ucf); } BOOL H225_RAS::OnReceiveUnregistrationConfirm(const H225_UnregistrationConfirm & /*ucf*/) { return TRUE; } BOOL H225_RAS::OnReceiveUnregistrationReject(const H323RasPDU & pdu, const H225_UnregistrationReject & urj) { if (!CheckForResponse(H225_RasMessage::e_unregistrationRequest, urj.m_requestSeqNum, &urj.m_rejectReason)) return FALSE; if (!CheckCryptoTokens(pdu, urj.m_tokens, H225_UnregistrationReject::e_tokens, urj.m_cryptoTokens, H225_UnregistrationReject::e_cryptoTokens)) return FALSE; return OnReceiveUnregistrationReject(urj); } BOOL H225_RAS::OnReceiveUnregistrationReject(const H225_UnregistrationReject & /*urj*/) { return TRUE; } void H225_RAS::OnSendAdmissionRequest(H323RasPDU & pdu, H225_AdmissionRequest & arq) { OnSendAdmissionRequest(arq); #ifndef DISABLE_H460 SendFeatureSet(this, H460_MessageType::e_admissionRequest, arq); #endif pdu.Prepare(arq.m_tokens, H225_AdmissionRequest::e_tokens, arq.m_cryptoTokens, H225_AdmissionRequest::e_cryptoTokens); } void H225_RAS::OnSendAdmissionRequest(H225_AdmissionRequest & /*arq*/) { } void H225_RAS::OnSendAdmissionConfirm(H323RasPDU & pdu, H225_AdmissionConfirm & acf) { OnSendAdmissionConfirm(acf); #ifndef DISABLE_H460 SendFeatureSet(this, H460_MessageType::e_admissionConfirm, acf); #endif pdu.Prepare(acf.m_tokens, H225_AdmissionConfirm::e_tokens, acf.m_cryptoTokens, H225_AdmissionConfirm::e_cryptoTokens); } void H225_RAS::OnSendAdmissionConfirm(H225_AdmissionConfirm & /*acf*/) { } void H225_RAS::OnSendAdmissionReject(H323RasPDU & pdu, H225_AdmissionReject & arj) { OnSendAdmissionReject(arj); #ifndef DISABLE_H460 SendFeatureSet(this, H460_MessageType::e_admissionReject, arj); #endif pdu.Prepare(arj.m_tokens, H225_AdmissionReject::e_tokens, arj.m_cryptoTokens, H225_AdmissionReject::e_cryptoTokens); } void H225_RAS::OnSendAdmissionReject(H225_AdmissionReject & /*arj*/) { } BOOL H225_RAS::OnReceiveAdmissionRequest(const H323RasPDU & pdu, const H225_AdmissionRequest & arq) { if (!CheckCryptoTokens(pdu, arq.m_tokens, H225_AdmissionRequest::e_tokens, arq.m_cryptoTokens, H225_AdmissionRequest::e_cryptoTokens)) return FALSE; #ifndef DISABLE_H460 ReceiveFeatureSet(this, H460_MessageType::e_admissionRequest, arq); #endif return OnReceiveAdmissionRequest(arq); } BOOL H225_RAS::OnReceiveAdmissionRequest(const H225_AdmissionRequest & /*arq*/) { return TRUE; } BOOL H225_RAS::OnReceiveAdmissionConfirm(const H323RasPDU & pdu, const H225_AdmissionConfirm & acf) { if (!CheckForResponse(H225_RasMessage::e_admissionRequest, acf.m_requestSeqNum)) return FALSE; if (!CheckCryptoTokens(pdu, acf.m_tokens, H225_AdmissionConfirm::e_tokens, acf.m_cryptoTokens, H225_AdmissionConfirm::e_cryptoTokens)) return FALSE; #ifndef DISABLE_H460 ReceiveFeatureSet(this, H460_MessageType::e_admissionConfirm, acf); #endif return OnReceiveAdmissionConfirm(acf); } BOOL H225_RAS::OnReceiveAdmissionConfirm(const H225_AdmissionConfirm & /*acf*/) { return TRUE; } BOOL H225_RAS::OnReceiveAdmissionReject(const H323RasPDU & pdu, const H225_AdmissionReject & arj) { if (!CheckForResponse(H225_RasMessage::e_admissionRequest, arj.m_requestSeqNum, &arj.m_rejectReason)) return FALSE; if (!CheckCryptoTokens(pdu, arj.m_tokens, H225_AdmissionReject::e_tokens, arj.m_cryptoTokens, H225_AdmissionReject::e_cryptoTokens)) return FALSE; #ifndef DISABLE_H460 ReceiveFeatureSet(this, H460_MessageType::e_admissionReject, arj); #endif return OnReceiveAdmissionReject(arj); } BOOL H225_RAS::OnReceiveAdmissionReject(const H225_AdmissionReject & /*arj*/) { return TRUE; } void H225_RAS::OnSendBandwidthRequest(H323RasPDU & pdu, H225_BandwidthRequest & brq) { OnSendBandwidthRequest(brq); pdu.Prepare(brq.m_tokens, H225_BandwidthRequest::e_tokens, brq.m_cryptoTokens, H225_BandwidthRequest::e_cryptoTokens); } void H225_RAS::OnSendBandwidthRequest(H225_BandwidthRequest & /*brq*/) { } BOOL H225_RAS::OnReceiveBandwidthRequest(const H323RasPDU & pdu, const H225_BandwidthRequest & brq) { if (!CheckCryptoTokens(pdu, brq.m_tokens, H225_BandwidthRequest::e_tokens, brq.m_cryptoTokens, H225_BandwidthRequest::e_cryptoTokens)) return FALSE; return OnReceiveBandwidthRequest(brq); } BOOL H225_RAS::OnReceiveBandwidthRequest(const H225_BandwidthRequest & /*brq*/) { return TRUE; } void H225_RAS::OnSendBandwidthConfirm(H323RasPDU & pdu, H225_BandwidthConfirm & bcf) { OnSendBandwidthConfirm(bcf); pdu.Prepare(bcf.m_tokens, H225_BandwidthConfirm::e_tokens, bcf.m_cryptoTokens, H225_BandwidthConfirm::e_cryptoTokens); } void H225_RAS::OnSendBandwidthConfirm(H225_BandwidthConfirm & /*bcf*/) { } BOOL H225_RAS::OnReceiveBandwidthConfirm(const H323RasPDU & pdu, const H225_BandwidthConfirm & bcf) { if (!CheckForResponse(H225_RasMessage::e_bandwidthRequest, bcf.m_requestSeqNum)) return FALSE; if (!CheckCryptoTokens(pdu, bcf.m_tokens, H225_BandwidthConfirm::e_tokens, bcf.m_cryptoTokens, H225_BandwidthConfirm::e_cryptoTokens)) return FALSE; return OnReceiveBandwidthConfirm(bcf); } BOOL H225_RAS::OnReceiveBandwidthConfirm(const H225_BandwidthConfirm & /*bcf*/) { return TRUE; } void H225_RAS::OnSendBandwidthReject(H323RasPDU & pdu, H225_BandwidthReject & brj) { OnSendBandwidthReject(brj); pdu.Prepare(brj.m_tokens, H225_BandwidthReject::e_tokens, brj.m_cryptoTokens, H225_BandwidthReject::e_cryptoTokens); } void H225_RAS::OnSendBandwidthReject(H225_BandwidthReject & /*brj*/) { } BOOL H225_RAS::OnReceiveBandwidthReject(const H323RasPDU & pdu, const H225_BandwidthReject & brj) { if (!CheckForResponse(H225_RasMessage::e_bandwidthRequest, brj.m_requestSeqNum, &brj.m_rejectReason)) return FALSE; if (!CheckCryptoTokens(pdu, brj.m_tokens, H225_BandwidthReject::e_tokens, brj.m_cryptoTokens, H225_BandwidthReject::e_cryptoTokens)) return FALSE; return OnReceiveBandwidthReject(brj); } BOOL H225_RAS::OnReceiveBandwidthReject(const H225_BandwidthReject & /*brj*/) { return TRUE; } void H225_RAS::OnSendDisengageRequest(H323RasPDU & pdu, H225_DisengageRequest & drq) { OnSendDisengageRequest(drq); pdu.Prepare(drq.m_tokens, H225_DisengageRequest::e_tokens, drq.m_cryptoTokens, H225_DisengageRequest::e_cryptoTokens); } void H225_RAS::OnSendDisengageRequest(H225_DisengageRequest & /*drq*/) { } BOOL H225_RAS::OnReceiveDisengageRequest(const H323RasPDU & pdu, const H225_DisengageRequest & drq) { if (!CheckCryptoTokens(pdu, drq.m_tokens, H225_DisengageRequest::e_tokens, drq.m_cryptoTokens, H225_DisengageRequest::e_cryptoTokens)) return FALSE; return OnReceiveDisengageRequest(drq); } BOOL H225_RAS::OnReceiveDisengageRequest(const H225_DisengageRequest & /*drq*/) { return TRUE; } void H225_RAS::OnSendDisengageConfirm(H323RasPDU & pdu, H225_DisengageConfirm & dcf) { OnSendDisengageConfirm(dcf); pdu.Prepare(dcf.m_tokens, H225_DisengageConfirm::e_tokens, dcf.m_cryptoTokens, H225_DisengageConfirm::e_cryptoTokens); } void H225_RAS::OnSendDisengageConfirm(H225_DisengageConfirm & /*dcf*/) { } BOOL H225_RAS::OnReceiveDisengageConfirm(const H323RasPDU & pdu, const H225_DisengageConfirm & dcf) { if (!CheckForResponse(H225_RasMessage::e_disengageRequest, dcf.m_requestSeqNum)) return FALSE; if (!CheckCryptoTokens(pdu, dcf.m_tokens, H225_DisengageConfirm::e_tokens, dcf.m_cryptoTokens, H225_DisengageConfirm::e_cryptoTokens)) return FALSE; return OnReceiveDisengageConfirm(dcf); } BOOL H225_RAS::OnReceiveDisengageConfirm(const H225_DisengageConfirm & /*dcf*/) { return TRUE; } void H225_RAS::OnSendDisengageReject(H323RasPDU & pdu, H225_DisengageReject & drj) { OnSendDisengageReject(drj); pdu.Prepare(drj.m_tokens, H225_DisengageReject::e_tokens, drj.m_cryptoTokens, H225_DisengageReject::e_cryptoTokens); } void H225_RAS::OnSendDisengageReject(H225_DisengageReject & /*drj*/) { } BOOL H225_RAS::OnReceiveDisengageReject(const H323RasPDU & pdu, const H225_DisengageReject & drj) { if (!CheckForResponse(H225_RasMessage::e_disengageRequest, drj.m_requestSeqNum, &drj.m_rejectReason)) return FALSE; if (!CheckCryptoTokens(pdu, drj.m_tokens, H225_DisengageReject::e_tokens, drj.m_cryptoTokens, H225_DisengageReject::e_cryptoTokens)) return FALSE; return OnReceiveDisengageReject(drj); } BOOL H225_RAS::OnReceiveDisengageReject(const H225_DisengageReject & /*drj*/) { return TRUE; } void H225_RAS::OnSendLocationRequest(H323RasPDU & pdu, H225_LocationRequest & lrq) { OnSendLocationRequest(lrq); #ifndef DISABLE_H460 SendFeatureSet(this, H460_MessageType::e_locationRequest, lrq); #endif pdu.Prepare(lrq.m_tokens, H225_LocationRequest::e_tokens, lrq.m_cryptoTokens, H225_LocationRequest::e_cryptoTokens); } void H225_RAS::OnSendLocationRequest(H225_LocationRequest & /*lrq*/) { } BOOL H225_RAS::OnReceiveLocationRequest(const H323RasPDU & pdu, const H225_LocationRequest & lrq) { if (!CheckCryptoTokens(pdu, lrq.m_tokens, H225_LocationRequest::e_tokens, lrq.m_cryptoTokens, H225_LocationRequest::e_cryptoTokens)) return FALSE; #ifndef DISABLE_H460 ReceiveFeatureSet(this, H460_MessageType::e_locationRequest, lrq); #endif return OnReceiveLocationRequest(lrq); } BOOL H225_RAS::OnReceiveLocationRequest(const H225_LocationRequest & /*lrq*/) { return TRUE; } void H225_RAS::OnSendLocationConfirm(H323RasPDU & pdu, H225_LocationConfirm & lcf) { OnSendLocationConfirm(lcf); #ifndef DISABLE_H460 SendFeatureSet(this, H460_MessageType::e_locationConfirm, lcf); #endif pdu.Prepare(lcf.m_tokens, H225_LocationRequest::e_tokens, lcf.m_cryptoTokens, H225_LocationRequest::e_cryptoTokens); } void H225_RAS::OnSendLocationConfirm(H225_LocationConfirm & /*lcf*/) { } BOOL H225_RAS::OnReceiveLocationConfirm(const H323RasPDU &, const H225_LocationConfirm & lcf) { if (!CheckForResponse(H225_RasMessage::e_locationRequest, lcf.m_requestSeqNum)) return FALSE; if (lastRequest->responseInfo != NULL) { H323TransportAddress & locatedAddress = *(H323TransportAddress *)lastRequest->responseInfo; locatedAddress = lcf.m_callSignalAddress; } #ifndef DISABLE_H460 ReceiveFeatureSet(this, H460_MessageType::e_locationConfirm, lcf); #endif return OnReceiveLocationConfirm(lcf); } BOOL H225_RAS::OnReceiveLocationConfirm(const H225_LocationConfirm & /*lcf*/) { return TRUE; } void H225_RAS::OnSendLocationReject(H323RasPDU & pdu, H225_LocationReject & lrj) { OnSendLocationReject(lrj); #ifndef DISABLE_H460 SendFeatureSet(this, H460_MessageType::e_locationReject, lrj); #endif pdu.Prepare(lrj.m_tokens, H225_LocationReject::e_tokens, lrj.m_cryptoTokens, H225_LocationReject::e_cryptoTokens); } void H225_RAS::OnSendLocationReject(H225_LocationReject & /*lrj*/) { } BOOL H225_RAS::OnReceiveLocationReject(const H323RasPDU & pdu, const H225_LocationReject & lrj) { if (!CheckForResponse(H225_RasMessage::e_locationRequest, lrj.m_requestSeqNum, &lrj.m_rejectReason)) return FALSE; if (!CheckCryptoTokens(pdu, lrj.m_tokens, H225_LocationReject::e_tokens, lrj.m_cryptoTokens, H225_LocationReject::e_cryptoTokens)) return FALSE; #ifndef DISABLE_H460 ReceiveFeatureSet(this, H460_MessageType::e_locationReject, lrj); #endif return OnReceiveLocationReject(lrj); } BOOL H225_RAS::OnReceiveLocationReject(const H225_LocationReject & /*lrj*/) { return TRUE; } void H225_RAS::OnSendInfoRequest(H323RasPDU & pdu, H225_InfoRequest & irq) { OnSendInfoRequest(irq); pdu.Prepare(irq.m_tokens, H225_InfoRequest::e_tokens, irq.m_cryptoTokens, H225_InfoRequest::e_cryptoTokens); } void H225_RAS::OnSendInfoRequest(H225_InfoRequest & /*irq*/) { } BOOL H225_RAS::OnReceiveInfoRequest(const H323RasPDU & pdu, const H225_InfoRequest & irq) { if (!CheckCryptoTokens(pdu, irq.m_tokens, H225_InfoRequest::e_tokens, irq.m_cryptoTokens, H225_InfoRequest::e_cryptoTokens)) return FALSE; return OnReceiveInfoRequest(irq); } BOOL H225_RAS::OnReceiveInfoRequest(const H225_InfoRequest & /*irq*/) { return TRUE; } void H225_RAS::OnSendInfoRequestResponse(H323RasPDU & pdu, H225_InfoRequestResponse & irr) { OnSendInfoRequestResponse(irr); pdu.Prepare(irr.m_tokens, H225_InfoRequestResponse::e_tokens, irr.m_cryptoTokens, H225_InfoRequestResponse::e_cryptoTokens); } void H225_RAS::OnSendInfoRequestResponse(H225_InfoRequestResponse & /*irr*/) { } BOOL H225_RAS::OnReceiveInfoRequestResponse(const H323RasPDU & pdu, const H225_InfoRequestResponse & irr) { if (!CheckForResponse(H225_RasMessage::e_infoRequest, irr.m_requestSeqNum)) return FALSE; if (!CheckCryptoTokens(pdu, irr.m_tokens, H225_InfoRequestResponse::e_tokens, irr.m_cryptoTokens, H225_InfoRequestResponse::e_cryptoTokens)) return FALSE; return OnReceiveInfoRequestResponse(irr); } BOOL H225_RAS::OnReceiveInfoRequestResponse(const H225_InfoRequestResponse & /*irr*/) { return TRUE; } void H225_RAS::OnSendNonStandardMessage(H323RasPDU & pdu, H225_NonStandardMessage & nsm) { OnSendNonStandardMessage(nsm); #ifndef DISABLE_H460 SendFeatureSet(this, H460_MessageType::e_nonStandardMessage, nsm); #endif pdu.Prepare(nsm.m_tokens, H225_InfoRequestResponse::e_tokens, nsm.m_cryptoTokens, H225_InfoRequestResponse::e_cryptoTokens); } void H225_RAS::OnSendNonStandardMessage(H225_NonStandardMessage & /*nsm*/) { } BOOL H225_RAS::OnReceiveNonStandardMessage(const H323RasPDU & pdu, const H225_NonStandardMessage & nsm) { if (!CheckCryptoTokens(pdu, nsm.m_tokens, H225_NonStandardMessage::e_tokens, nsm.m_cryptoTokens, H225_NonStandardMessage::e_cryptoTokens)) return FALSE; #ifndef DISABLE_H460 ReceiveFeatureSet(this, H460_MessageType::e_nonStandardMessage, nsm); #endif return OnReceiveNonStandardMessage(nsm); } BOOL H225_RAS::OnReceiveNonStandardMessage(const H225_NonStandardMessage & /*nsm*/) { return TRUE; } void H225_RAS::OnSendUnknownMessageResponse(H323RasPDU & pdu, H225_UnknownMessageResponse & umr) { OnSendUnknownMessageResponse(umr); pdu.Prepare(umr.m_tokens, H225_UnknownMessageResponse::e_tokens, umr.m_cryptoTokens, H225_UnknownMessageResponse::e_cryptoTokens); } void H225_RAS::OnSendUnknownMessageResponse(H225_UnknownMessageResponse & /*umr*/) { } BOOL H225_RAS::OnReceiveUnknownMessageResponse(const H323RasPDU & pdu, const H225_UnknownMessageResponse & umr) { if (!CheckCryptoTokens(pdu, umr.m_tokens, H225_UnknownMessageResponse::e_tokens, umr.m_cryptoTokens, H225_UnknownMessageResponse::e_cryptoTokens)) return FALSE; return OnReceiveUnknownMessageResponse(umr); } BOOL H225_RAS::OnReceiveUnknownMessageResponse(const H225_UnknownMessageResponse & /*umr*/) { return TRUE; } void H225_RAS::OnSendRequestInProgress(H323RasPDU & pdu, H225_RequestInProgress & rip) { OnSendRequestInProgress(rip); pdu.Prepare(rip.m_tokens, H225_RequestInProgress::e_tokens, rip.m_cryptoTokens, H225_RequestInProgress::e_cryptoTokens); } void H225_RAS::OnSendRequestInProgress(H225_RequestInProgress & /*rip*/) { } void H225_RAS::OnSendResourcesAvailableIndicate(H323RasPDU & pdu, H225_ResourcesAvailableIndicate & rai) { OnSendResourcesAvailableIndicate(rai); pdu.Prepare(rai.m_tokens, H225_ResourcesAvailableIndicate::e_tokens, rai.m_cryptoTokens, H225_ResourcesAvailableIndicate::e_cryptoTokens); } void H225_RAS::OnSendResourcesAvailableIndicate(H225_ResourcesAvailableIndicate & /*rai*/) { } BOOL H225_RAS::OnReceiveResourcesAvailableIndicate(const H323RasPDU & pdu, const H225_ResourcesAvailableIndicate & rai) { if (!CheckCryptoTokens(pdu, rai.m_tokens, H225_ResourcesAvailableIndicate::e_tokens, rai.m_cryptoTokens, H225_ResourcesAvailableIndicate::e_cryptoTokens)) return FALSE; return OnReceiveResourcesAvailableIndicate(rai); } BOOL H225_RAS::OnReceiveResourcesAvailableIndicate(const H225_ResourcesAvailableIndicate & /*rai*/) { return TRUE; } void H225_RAS::OnSendResourcesAvailableConfirm(H323RasPDU & pdu, H225_ResourcesAvailableConfirm & rac) { OnSendResourcesAvailableConfirm(rac); pdu.Prepare(rac.m_tokens, H225_ResourcesAvailableConfirm::e_tokens, rac.m_cryptoTokens, H225_ResourcesAvailableConfirm::e_cryptoTokens); } void H225_RAS::OnSendResourcesAvailableConfirm(H225_ResourcesAvailableConfirm & /*rac*/) { } BOOL H225_RAS::OnReceiveResourcesAvailableConfirm(const H323RasPDU & pdu, const H225_ResourcesAvailableConfirm & rac) { if (!CheckForResponse(H225_RasMessage::e_resourcesAvailableIndicate, rac.m_requestSeqNum)) return FALSE; if (!CheckCryptoTokens(pdu, rac.m_tokens, H225_ResourcesAvailableConfirm::e_tokens, rac.m_cryptoTokens, H225_ResourcesAvailableConfirm::e_cryptoTokens)) return FALSE; return OnReceiveResourcesAvailableConfirm(rac); } BOOL H225_RAS::OnReceiveResourcesAvailableConfirm(const H225_ResourcesAvailableConfirm & /*rac*/) { return TRUE; } #ifdef H323_H248 void H225_RAS::OnSendServiceControlIndication(H323RasPDU & pdu, H225_ServiceControlIndication & sci) { OnSendServiceControlIndication(sci); #ifndef DISABLE_H460 SendFeatureSet(this, H460_MessageType::e_serviceControlIndication, sci); #endif pdu.Prepare(sci.m_tokens, H225_ServiceControlIndication::e_tokens, sci.m_cryptoTokens, H225_ServiceControlIndication::e_cryptoTokens); } void H225_RAS::OnSendServiceControlIndication(H225_ServiceControlIndication & /*sci*/) { } BOOL H225_RAS::OnReceiveServiceControlIndication(const H323RasPDU & pdu, const H225_ServiceControlIndication & sci) { if (!CheckCryptoTokens(pdu, sci.m_tokens, H225_ServiceControlIndication::e_tokens, sci.m_cryptoTokens, H225_ServiceControlIndication::e_cryptoTokens)) return FALSE; #ifndef DISABLE_H460 ReceiveFeatureSet(this, H460_MessageType::e_serviceControlIndication, sci); #endif return OnReceiveServiceControlIndication(sci); } BOOL H225_RAS::OnReceiveServiceControlIndication(const H225_ServiceControlIndication & /*sci*/) { return TRUE; } void H225_RAS::OnSendServiceControlResponse(H323RasPDU & pdu, H225_ServiceControlResponse & scr) { OnSendServiceControlResponse(scr); #ifndef DISABLE_H460 SendFeatureSet(this, H460_MessageType::e_serviceControlResponse, scr); #endif pdu.Prepare(scr.m_tokens, H225_ResourcesAvailableConfirm::e_tokens, scr.m_cryptoTokens, H225_ResourcesAvailableConfirm::e_cryptoTokens); } void H225_RAS::OnSendServiceControlResponse(H225_ServiceControlResponse & /*scr*/) { } BOOL H225_RAS::OnReceiveServiceControlResponse(const H323RasPDU & pdu, const H225_ServiceControlResponse & scr) { if (!CheckForResponse(H225_RasMessage::e_serviceControlIndication, scr.m_requestSeqNum)) return FALSE; if (!CheckCryptoTokens(pdu, scr.m_tokens, H225_ServiceControlResponse::e_tokens, scr.m_cryptoTokens, H225_ServiceControlResponse::e_cryptoTokens)) return FALSE; #ifndef DISABLE_H460 ReceiveFeatureSet(this, H460_MessageType::e_serviceControlResponse, scr); #endif return OnReceiveServiceControlResponse(scr); } BOOL H225_RAS::OnReceiveServiceControlResponse(const H225_ServiceControlResponse & /*scr*/) { return TRUE; } #endif // H323_H248 void H225_RAS::OnSendInfoRequestAck(H323RasPDU & pdu, H225_InfoRequestAck & iack) { OnSendInfoRequestAck(iack); pdu.Prepare(iack.m_tokens, H225_InfoRequestAck::e_tokens, iack.m_cryptoTokens, H225_InfoRequestAck::e_cryptoTokens); } void H225_RAS::OnSendInfoRequestAck(H225_InfoRequestAck & /*iack*/) { } BOOL H225_RAS::OnReceiveInfoRequestAck(const H323RasPDU & pdu, const H225_InfoRequestAck & iack) { if (!CheckForResponse(H225_RasMessage::e_infoRequestResponse, iack.m_requestSeqNum)) return FALSE; if (!CheckCryptoTokens(pdu, iack.m_tokens, H225_InfoRequestAck::e_tokens, iack.m_cryptoTokens, H225_InfoRequestAck::e_cryptoTokens)) return FALSE; return OnReceiveInfoRequestAck(iack); } BOOL H225_RAS::OnReceiveInfoRequestAck(const H225_InfoRequestAck & /*iack*/) { return TRUE; } void H225_RAS::OnSendInfoRequestNak(H323RasPDU & pdu, H225_InfoRequestNak & inak) { OnSendInfoRequestNak(inak); pdu.Prepare(inak.m_tokens, H225_InfoRequestAck::e_tokens, inak.m_cryptoTokens, H225_InfoRequestAck::e_cryptoTokens); } void H225_RAS::OnSendInfoRequestNak(H225_InfoRequestNak & /*inak*/) { } BOOL H225_RAS::OnReceiveInfoRequestNak(const H323RasPDU & pdu, const H225_InfoRequestNak & inak) { if (!CheckForResponse(H225_RasMessage::e_infoRequestResponse, inak.m_requestSeqNum, &inak.m_nakReason)) return FALSE; if (!CheckCryptoTokens(pdu, inak.m_tokens, H225_InfoRequestNak::e_tokens, inak.m_cryptoTokens, H225_InfoRequestNak::e_cryptoTokens)) return FALSE; return OnReceiveInfoRequestNak(inak); } BOOL H225_RAS::OnReceiveInfoRequestNak(const H225_InfoRequestNak & /*inak*/) { return TRUE; } BOOL H225_RAS::OnReceiveUnknown(const H323RasPDU &) { H323RasPDU response; response.BuildUnknownMessageResponse(0); return response.Write(*transport); } ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/src/h235.asn0100644000176200056700000002155210030153712015600 0ustar releasepostincrH235-SECURITY-MESSAGES DEFINITIONS AUTOMATIC TAGS ::= BEGIN -- EXPORTS All ChallengeString ::= OCTET STRING (SIZE(8..128)) TimeStamp ::= INTEGER(1..4294967295) -- seconds since 00:00 1/1/1970 UTC RandomVal ::= INTEGER -- 32-bit Integer Password ::= BMPString (SIZE (1..128)) Identifier ::= BMPString (SIZE (1..128)) KeyMaterial ::= BIT STRING(SIZE(1..2048)) NonStandardParameter ::= SEQUENCE { nonStandardIdentifier OBJECT IDENTIFIER, data OCTET STRING } -- if local octet representations of these bit strings are used they shall -- utilize standard Network Octet ordering (e.g. Big Endian) DHset ::= SEQUENCE { halfkey BIT STRING (SIZE(0..2048)), -- = g^x mod n modSize BIT STRING (SIZE(0..2048)), -- n generator BIT STRING (SIZE(0..2048)), -- g ... } ECpoint ::= SEQUENCE -- uncompressed (x, y) affine coordinate representation of an elliptic curve point { x BIT STRING (SIZE(0..511)) OPTIONAL, y BIT STRING (SIZE(0..511)) OPTIONAL, ... } ECKASDH::= CHOICE -- parameters for elliptic curve key agreement scheme Diffie-Hellman { eckasdhp SEQUENCE -- parameters for elliptic curves of prime field { public-key ECpoint, -- This field contains representation of the ECKAS-DHp public key value. --This field contains the initiator's ECKAS-DHp public key value (aP) when this information -- element is sent from originator to receiver. This field contains the responder's ECKAS-DHp -- public key value (bP) when this information element is sent back from receiver -- to originator. modulus BIT STRING (SIZE(0..511)), -- This field contains representation of the -- ECKAS-DHp public modulus value (p). base ECpoint, -- This field contains representation of the ECKAS-DHp public base (P). weierstrassA BIT STRING (SIZE(0..511)), --This field contains representation of the -- ECKAS-DHp Weierstrass coefficient (a). weierstrassB BIT STRING (SIZE(0..511)) --This field contains representation of the -- ECKAS-DHp Weierstrass coefficient (b). }, eckasdh2 SEQUENCE -- parameters for elliptic curves of characteristic 2 { public-key ECpoint, -- This field contains representation of the ECKAS-DH2 public key value. -- This field contains the initiator's ECKAS-DH2 public key value (aP) when this information -- element is sent from originator to receiver. This field contains the responder's ECKAS-DH2 -- public key value (bP) when this information element is sent back from receiver to originator. fieldSize BIT STRING (SIZE(0..511)), -- This field contains representation of the -- ECKAS-DH2 field size value (m). base ECpoint, -- This field contains representation of the ECKAS-DH2 public base (P). weierstrassA BIT STRING (SIZE(0..511)), --This field contains representation of the -- ECKAS-DH2 Weierstrass coefficient (a). weierstrassB BIT STRING (SIZE(0..511)) --This field contains representation of the -- ECKAS-DH2 Weierstrass coefficient (b). }, ... } ECGDSASignature::= SEQUENCE -- parameters for elliptic curve digital signature algorithm { r BIT STRING (SIZE(0..511)), -- This field contains the representation of the r component of the -- ECGDSA digital signature. s BIT STRING (SIZE(0..511)) -- This field contains the representation of the s component of the -- ECGDSA digital signature. } TypedCertificate ::= SEQUENCE { type OBJECT IDENTIFIER, certificate OCTET STRING, ... } AuthenticationBES ::= CHOICE { default NULL, -- encrypted ClearToken radius NULL, -- RADIUS-challenge/response ... } AuthenticationMechanism ::= CHOICE { dhExch NULL, -- Diffie-Hellman pwdSymEnc NULL, -- password with symmetric encryption pwdHash NULL, -- password with hashing certSign NULL, -- Certificate with signature ipsec NULL, -- IPSEC based connection tls NULL, nonStandard NonStandardParameter, -- something else. ..., authenticationBES AuthenticationBES -- user authentication for BES } ClearToken ::= SEQUENCE -- a "token" may contain multiple value types. { tokenOID OBJECT IDENTIFIER, timeStamp TimeStamp OPTIONAL, password Password OPTIONAL, dhkey DHset OPTIONAL, challenge ChallengeString OPTIONAL, random RandomVal OPTIONAL, certificate TypedCertificate OPTIONAL, generalID Identifier OPTIONAL, nonStandard NonStandardParameter OPTIONAL, ..., eckasdhkey ECKASDH OPTIONAL, -- elliptic curve Key Agreement Scheme-Diffie -- Hellman Analogue (ECKAS-DH) sendersID Identifier OPTIONAL, h235Key H235Key OPTIONAL -- central distributed key in V3 } -- An object identifier should be placed in the tokenOID field when a -- ClearToken is included directly in a message (as opposed to being -- encrypted). In all other cases, an application should use the -- object identifier { 0 0 } to indicate that the tokenOID value is not present. -- -- Start all the cryptographic parameterized types here... -- SIGNED { ToBeSigned } ::= SEQUENCE { toBeSigned ToBeSigned, algorithmOID OBJECT IDENTIFIER, paramS Params, -- any "runtime" parameters signature BIT STRING -- could be an RSA or an ASN.1 coded ECGDSASignature } ( CONSTRAINED BY { -- Verify or Sign Certificate -- } ) ENCRYPTED { ToBeEncrypted } ::= SEQUENCE { algorithmOID OBJECT IDENTIFIER, paramS Params, -- any "runtime" parameters encryptedData OCTET STRING } ( CONSTRAINED BY { -- Encrypt or Decrypt -- ToBeEncrypted } ) HASHED { ToBeHashed } ::= SEQUENCE { algorithmOID OBJECT IDENTIFIER, paramS Params, -- any "runtime" parameters hash BIT STRING } ( CONSTRAINED BY { -- Hash -- ToBeHashed } ) IV8 ::= OCTET STRING (SIZE(8)) -- initial value for 64-bit block ciphers IV16 ::= OCTET STRING (SIZE(16)) -- initial value for 128-bit block ciphers -- signing algorithm used must select one of these types of parameters -- needed by receiving end of signature. Params ::= SEQUENCE { ranInt INTEGER OPTIONAL, -- some integer value iv8 IV8 OPTIONAL, -- 8 octet initialization vector ..., iv16 IV16 OPTIONAL, -- 16 octet initialization vector iv OCTET STRING OPTIONAL, -- arbitrary length initialization vector clearSalt OCTET STRING OPTIONAL -- unencrypted salting key for encryption } EncodedGeneralToken ::= TYPE-IDENTIFIER.&Type (ClearToken -- general usage token -- ) PwdCertToken ::= ClearToken (WITH COMPONENTS {..., timeStamp PRESENT, generalID PRESENT}) EncodedPwdCertToken ::= TYPE-IDENTIFIER.&Type (PwdCertToken) CryptoToken::= CHOICE { cryptoEncryptedToken SEQUENCE -- General purpose/application specific token { tokenOID OBJECT IDENTIFIER, token ENCRYPTED { EncodedGeneralToken } }, cryptoSignedToken SEQUENCE -- General purpose/application specific token { tokenOID OBJECT IDENTIFIER, token SIGNED { EncodedGeneralToken } }, cryptoHashedToken SEQUENCE -- General purpose/application specific token { tokenOID OBJECT IDENTIFIER, hashedVals ClearToken, token HASHED { EncodedGeneralToken } }, cryptoPwdEncr ENCRYPTED { EncodedPwdCertToken }, ... } -- These allow the passing of session keys within the H.245 OLC structure. -- They are encoded as standalone ASN.1 and based as an OCTET STRING within H.245 H235Key ::= CHOICE -- this is used with the H.245 or ClearToken "h235Key" field { secureChannel KeyMaterial, sharedSecret ENCRYPTED {EncodedKeySyncMaterial}, certProtectedKey SIGNED { EncodedKeySignedMaterial }, ..., secureSharedSecret V3KeySyncMaterial -- for H.235 V3 end points } KeySignedMaterial ::= SEQUENCE { generalId Identifier, -- slave's alias mrandom RandomVal, -- master's random value srandom RandomVal OPTIONAL, -- slave's random value timeStamp TimeStamp OPTIONAL, -- master's timestamp for unsolicited EU encrptval ENCRYPTED {EncodedKeySyncMaterial } } EncodedKeySignedMaterial ::= TYPE-IDENTIFIER.&Type (KeySignedMaterial) H235CertificateSignature ::= SEQUENCE { certificate TypedCertificate, responseRandom RandomVal, requesterRandom RandomVal OPTIONAL, signature SIGNED { EncodedReturnSig }, ... } ReturnSig ::= SEQUENCE { generalId Identifier, -- slave's alias responseRandom RandomVal, requestRandom RandomVal OPTIONAL, certificate TypedCertificate OPTIONAL -- requested certificate } EncodedReturnSig ::= TYPE-IDENTIFIER.&Type (ReturnSig) KeySyncMaterial ::= SEQUENCE { generalID Identifier, keyMaterial KeyMaterial, ... } EncodedKeySyncMaterial ::=TYPE-IDENTIFIER.&Type (KeySyncMaterial) V3KeySyncMaterial ::= SEQUENCE { generalID Identifier OPTIONAL, -- peer terminal ID algorithmOID OBJECT IDENTIFIER OPTIONAL, -- encryption algorithm paramS Params, -- IV encryptedSessionKey OCTET STRING OPTIONAL, -- encrypted session key encryptedSaltingKey OCTET STRING OPTIONAL, -- encrypted media salting key clearSaltingKey OCTET STRING OPTIONAL, -- unencrypted media salting key paramSsalt Params OPTIONAL, -- IV (and clear salt) for salting key encryption keyDerivationOID OBJECT IDENTIFIER OPTIONAL, -- key derivation method ... } END -- End of H235-SECURITY-MESSAGES DEFINITIONS openh323_v1_18_0/src/h235.cxx0100644000176200056700000020300710251241420015615 0ustar releasepostincr// // h235.cxx // // Code automatically generated by asnparse. // #ifdef P_USE_PRAGMA #pragma implementation "h235.h" #endif #include #include "h235.h" #define new PNEW #if ! H323_DISABLE_H235 #include "h235_t.cxx" // // ChallengeString // H235_ChallengeString::H235_ChallengeString(unsigned tag, PASN_Object::TagClass tagClass) : PASN_OctetString(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 8, 128); } H235_ChallengeString::H235_ChallengeString(const char * v) { SetValue(v); } H235_ChallengeString::H235_ChallengeString(const PString & v) { SetValue(v); } H235_ChallengeString::H235_ChallengeString(const PBYTEArray & v) { SetValue(v); } H235_ChallengeString & H235_ChallengeString::operator=(const char * v) { SetValue(v); return *this; } H235_ChallengeString & H235_ChallengeString::operator=(const PString & v) { SetValue(v); return *this; } H235_ChallengeString & H235_ChallengeString::operator=(const PBYTEArray & v) { SetValue(v); return *this; } PObject * H235_ChallengeString::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_ChallengeString::Class()), PInvalidCast); #endif return new H235_ChallengeString(*this); } // // TimeStamp // H235_TimeStamp::H235_TimeStamp(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 4294967295U); } H235_TimeStamp & H235_TimeStamp::operator=(int v) { SetValue(v); return *this; } H235_TimeStamp & H235_TimeStamp::operator=(unsigned v) { SetValue(v); return *this; } PObject * H235_TimeStamp::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_TimeStamp::Class()), PInvalidCast); #endif return new H235_TimeStamp(*this); } // // RandomVal // H235_RandomVal::H235_RandomVal(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { } H235_RandomVal & H235_RandomVal::operator=(int v) { SetValue(v); return *this; } H235_RandomVal & H235_RandomVal::operator=(unsigned v) { SetValue(v); return *this; } PObject * H235_RandomVal::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_RandomVal::Class()), PInvalidCast); #endif return new H235_RandomVal(*this); } // // Password // H235_Password::H235_Password(unsigned tag, PASN_Object::TagClass tagClass) : PASN_BMPString(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 128); } H235_Password & H235_Password::operator=(const char * v) { SetValue(v); return *this; } H235_Password & H235_Password::operator=(const PString & v) { SetValue(v); return *this; } H235_Password & H235_Password::operator=(const PWORDArray & v) { SetValue(v); return *this; } H235_Password & H235_Password::operator=(const PASN_BMPString & v) { SetValue(v); return *this; } PObject * H235_Password::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_Password::Class()), PInvalidCast); #endif return new H235_Password(*this); } // // Identifier // H235_Identifier::H235_Identifier(unsigned tag, PASN_Object::TagClass tagClass) : PASN_BMPString(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 128); } H235_Identifier & H235_Identifier::operator=(const char * v) { SetValue(v); return *this; } H235_Identifier & H235_Identifier::operator=(const PString & v) { SetValue(v); return *this; } H235_Identifier & H235_Identifier::operator=(const PWORDArray & v) { SetValue(v); return *this; } H235_Identifier & H235_Identifier::operator=(const PASN_BMPString & v) { SetValue(v); return *this; } PObject * H235_Identifier::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_Identifier::Class()), PInvalidCast); #endif return new H235_Identifier(*this); } // // KeyMaterial // H235_KeyMaterial::H235_KeyMaterial(unsigned tag, PASN_Object::TagClass tagClass) : PASN_BitString(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 2048); } PObject * H235_KeyMaterial::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_KeyMaterial::Class()), PInvalidCast); #endif return new H235_KeyMaterial(*this); } // // NonStandardParameter // H235_NonStandardParameter::H235_NonStandardParameter(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void H235_NonStandardParameter::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+24) << "nonStandardIdentifier = " << setprecision(indent) << m_nonStandardIdentifier << '\n'; strm << setw(indent+7) << "data = " << setprecision(indent) << m_data << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H235_NonStandardParameter::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H235_NonStandardParameter), PInvalidCast); #endif const H235_NonStandardParameter & other = (const H235_NonStandardParameter &)obj; Comparison result; if ((result = m_nonStandardIdentifier.Compare(other.m_nonStandardIdentifier)) != EqualTo) return result; if ((result = m_data.Compare(other.m_data)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H235_NonStandardParameter::GetDataLength() const { PINDEX length = 0; length += m_nonStandardIdentifier.GetObjectLength(); length += m_data.GetObjectLength(); return length; } BOOL H235_NonStandardParameter::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_nonStandardIdentifier.Decode(strm)) return FALSE; if (!m_data.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H235_NonStandardParameter::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_nonStandardIdentifier.Encode(strm); m_data.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H235_NonStandardParameter::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_NonStandardParameter::Class()), PInvalidCast); #endif return new H235_NonStandardParameter(*this); } // // DHset // H235_DHset::H235_DHset(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_halfkey.SetConstraints(PASN_Object::FixedConstraint, 0, 2048); m_modSize.SetConstraints(PASN_Object::FixedConstraint, 0, 2048); m_generator.SetConstraints(PASN_Object::FixedConstraint, 0, 2048); } #ifndef PASN_NOPRINTON void H235_DHset::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+10) << "halfkey = " << setprecision(indent) << m_halfkey << '\n'; strm << setw(indent+10) << "modSize = " << setprecision(indent) << m_modSize << '\n'; strm << setw(indent+12) << "generator = " << setprecision(indent) << m_generator << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H235_DHset::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H235_DHset), PInvalidCast); #endif const H235_DHset & other = (const H235_DHset &)obj; Comparison result; if ((result = m_halfkey.Compare(other.m_halfkey)) != EqualTo) return result; if ((result = m_modSize.Compare(other.m_modSize)) != EqualTo) return result; if ((result = m_generator.Compare(other.m_generator)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H235_DHset::GetDataLength() const { PINDEX length = 0; length += m_halfkey.GetObjectLength(); length += m_modSize.GetObjectLength(); length += m_generator.GetObjectLength(); return length; } BOOL H235_DHset::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_halfkey.Decode(strm)) return FALSE; if (!m_modSize.Decode(strm)) return FALSE; if (!m_generator.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H235_DHset::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_halfkey.Encode(strm); m_modSize.Encode(strm); m_generator.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H235_DHset::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_DHset::Class()), PInvalidCast); #endif return new H235_DHset(*this); } // // ECpoint // H235_ECpoint::H235_ECpoint(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { m_x.SetConstraints(PASN_Object::FixedConstraint, 0, 511); m_y.SetConstraints(PASN_Object::FixedConstraint, 0, 511); } #ifndef PASN_NOPRINTON void H235_ECpoint::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_x)) strm << setw(indent+4) << "x = " << setprecision(indent) << m_x << '\n'; if (HasOptionalField(e_y)) strm << setw(indent+4) << "y = " << setprecision(indent) << m_y << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H235_ECpoint::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H235_ECpoint), PInvalidCast); #endif const H235_ECpoint & other = (const H235_ECpoint &)obj; Comparison result; if ((result = m_x.Compare(other.m_x)) != EqualTo) return result; if ((result = m_y.Compare(other.m_y)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H235_ECpoint::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_x)) length += m_x.GetObjectLength(); if (HasOptionalField(e_y)) length += m_y.GetObjectLength(); return length; } BOOL H235_ECpoint::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_x) && !m_x.Decode(strm)) return FALSE; if (HasOptionalField(e_y) && !m_y.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H235_ECpoint::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_x)) m_x.Encode(strm); if (HasOptionalField(e_y)) m_y.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H235_ECpoint::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_ECpoint::Class()), PInvalidCast); #endif return new H235_ECpoint(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H235_ECKASDH[]={ {"eckasdhp",0} ,{"eckasdh2",1} }; #endif // // ECKASDH // H235_ECKASDH::H235_ECKASDH(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H235_ECKASDH,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H235_ECKASDH::operator H235_ECKASDH_eckasdhp &() const #else H235_ECKASDH::operator H235_ECKASDH_eckasdhp &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H235_ECKASDH_eckasdhp), PInvalidCast); #endif return *(H235_ECKASDH_eckasdhp *)choice; } H235_ECKASDH::operator const H235_ECKASDH_eckasdhp &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H235_ECKASDH_eckasdhp), PInvalidCast); #endif return *(H235_ECKASDH_eckasdhp *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H235_ECKASDH::operator H235_ECKASDH_eckasdh2 &() const #else H235_ECKASDH::operator H235_ECKASDH_eckasdh2 &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H235_ECKASDH_eckasdh2), PInvalidCast); #endif return *(H235_ECKASDH_eckasdh2 *)choice; } H235_ECKASDH::operator const H235_ECKASDH_eckasdh2 &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H235_ECKASDH_eckasdh2), PInvalidCast); #endif return *(H235_ECKASDH_eckasdh2 *)choice; } BOOL H235_ECKASDH::CreateObject() { switch (tag) { case e_eckasdhp : choice = new H235_ECKASDH_eckasdhp(); return TRUE; case e_eckasdh2 : choice = new H235_ECKASDH_eckasdh2(); return TRUE; } choice = NULL; return FALSE; } PObject * H235_ECKASDH::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_ECKASDH::Class()), PInvalidCast); #endif return new H235_ECKASDH(*this); } // // ECGDSASignature // H235_ECGDSASignature::H235_ECGDSASignature(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { m_r.SetConstraints(PASN_Object::FixedConstraint, 0, 511); m_s.SetConstraints(PASN_Object::FixedConstraint, 0, 511); } #ifndef PASN_NOPRINTON void H235_ECGDSASignature::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+4) << "r = " << setprecision(indent) << m_r << '\n'; strm << setw(indent+4) << "s = " << setprecision(indent) << m_s << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H235_ECGDSASignature::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H235_ECGDSASignature), PInvalidCast); #endif const H235_ECGDSASignature & other = (const H235_ECGDSASignature &)obj; Comparison result; if ((result = m_r.Compare(other.m_r)) != EqualTo) return result; if ((result = m_s.Compare(other.m_s)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H235_ECGDSASignature::GetDataLength() const { PINDEX length = 0; length += m_r.GetObjectLength(); length += m_s.GetObjectLength(); return length; } BOOL H235_ECGDSASignature::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_r.Decode(strm)) return FALSE; if (!m_s.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H235_ECGDSASignature::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_r.Encode(strm); m_s.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H235_ECGDSASignature::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_ECGDSASignature::Class()), PInvalidCast); #endif return new H235_ECGDSASignature(*this); } // // TypedCertificate // H235_TypedCertificate::H235_TypedCertificate(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H235_TypedCertificate::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+7) << "type = " << setprecision(indent) << m_type << '\n'; strm << setw(indent+14) << "certificate = " << setprecision(indent) << m_certificate << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H235_TypedCertificate::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H235_TypedCertificate), PInvalidCast); #endif const H235_TypedCertificate & other = (const H235_TypedCertificate &)obj; Comparison result; if ((result = m_type.Compare(other.m_type)) != EqualTo) return result; if ((result = m_certificate.Compare(other.m_certificate)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H235_TypedCertificate::GetDataLength() const { PINDEX length = 0; length += m_type.GetObjectLength(); length += m_certificate.GetObjectLength(); return length; } BOOL H235_TypedCertificate::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_type.Decode(strm)) return FALSE; if (!m_certificate.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H235_TypedCertificate::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_type.Encode(strm); m_certificate.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H235_TypedCertificate::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_TypedCertificate::Class()), PInvalidCast); #endif return new H235_TypedCertificate(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H235_AuthenticationBES[]={ {"default",0} ,{"radius",1} }; #endif // // AuthenticationBES // H235_AuthenticationBES::H235_AuthenticationBES(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H235_AuthenticationBES,2 #endif ) { } BOOL H235_AuthenticationBES::CreateObject() { choice = (tag <= e_radius) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H235_AuthenticationBES::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_AuthenticationBES::Class()), PInvalidCast); #endif return new H235_AuthenticationBES(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H235_AuthenticationMechanism[]={ {"dhExch",0} ,{"pwdSymEnc",1} ,{"pwdHash",2} ,{"certSign",3} ,{"ipsec",4} ,{"tls",5} ,{"nonStandard",6} ,{"authenticationBES",7} }; #endif // // AuthenticationMechanism // H235_AuthenticationMechanism::H235_AuthenticationMechanism(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 7, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H235_AuthenticationMechanism,8 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H235_AuthenticationMechanism::operator H235_NonStandardParameter &() const #else H235_AuthenticationMechanism::operator H235_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H235_NonStandardParameter), PInvalidCast); #endif return *(H235_NonStandardParameter *)choice; } H235_AuthenticationMechanism::operator const H235_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H235_NonStandardParameter), PInvalidCast); #endif return *(H235_NonStandardParameter *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H235_AuthenticationMechanism::operator H235_AuthenticationBES &() const #else H235_AuthenticationMechanism::operator H235_AuthenticationBES &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H235_AuthenticationBES), PInvalidCast); #endif return *(H235_AuthenticationBES *)choice; } H235_AuthenticationMechanism::operator const H235_AuthenticationBES &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H235_AuthenticationBES), PInvalidCast); #endif return *(H235_AuthenticationBES *)choice; } BOOL H235_AuthenticationMechanism::CreateObject() { switch (tag) { case e_dhExch : case e_pwdSymEnc : case e_pwdHash : case e_certSign : case e_ipsec : case e_tls : choice = new PASN_Null(); return TRUE; case e_nonStandard : choice = new H235_NonStandardParameter(); return TRUE; case e_authenticationBES : choice = new H235_AuthenticationBES(); return TRUE; } choice = NULL; return FALSE; } PObject * H235_AuthenticationMechanism::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_AuthenticationMechanism::Class()), PInvalidCast); #endif return new H235_AuthenticationMechanism(*this); } // // IV8 // H235_IV8::H235_IV8(unsigned tag, PASN_Object::TagClass tagClass) : PASN_OctetString(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 8); } H235_IV8::H235_IV8(const char * v) { SetValue(v); } H235_IV8::H235_IV8(const PString & v) { SetValue(v); } H235_IV8::H235_IV8(const PBYTEArray & v) { SetValue(v); } H235_IV8 & H235_IV8::operator=(const char * v) { SetValue(v); return *this; } H235_IV8 & H235_IV8::operator=(const PString & v) { SetValue(v); return *this; } H235_IV8 & H235_IV8::operator=(const PBYTEArray & v) { SetValue(v); return *this; } PObject * H235_IV8::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_IV8::Class()), PInvalidCast); #endif return new H235_IV8(*this); } // // IV16 // H235_IV16::H235_IV16(unsigned tag, PASN_Object::TagClass tagClass) : PASN_OctetString(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 16); } H235_IV16::H235_IV16(const char * v) { SetValue(v); } H235_IV16::H235_IV16(const PString & v) { SetValue(v); } H235_IV16::H235_IV16(const PBYTEArray & v) { SetValue(v); } H235_IV16 & H235_IV16::operator=(const char * v) { SetValue(v); return *this; } H235_IV16 & H235_IV16::operator=(const PString & v) { SetValue(v); return *this; } H235_IV16 & H235_IV16::operator=(const PBYTEArray & v) { SetValue(v); return *this; } PObject * H235_IV16::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_IV16::Class()), PInvalidCast); #endif return new H235_IV16(*this); } // // Params // H235_Params::H235_Params(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 3) { } #ifndef PASN_NOPRINTON void H235_Params::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_ranInt)) strm << setw(indent+9) << "ranInt = " << setprecision(indent) << m_ranInt << '\n'; if (HasOptionalField(e_iv8)) strm << setw(indent+6) << "iv8 = " << setprecision(indent) << m_iv8 << '\n'; if (HasOptionalField(e_iv16)) strm << setw(indent+7) << "iv16 = " << setprecision(indent) << m_iv16 << '\n'; if (HasOptionalField(e_iv)) strm << setw(indent+5) << "iv = " << setprecision(indent) << m_iv << '\n'; if (HasOptionalField(e_clearSalt)) strm << setw(indent+12) << "clearSalt = " << setprecision(indent) << m_clearSalt << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H235_Params::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H235_Params), PInvalidCast); #endif const H235_Params & other = (const H235_Params &)obj; Comparison result; if ((result = m_ranInt.Compare(other.m_ranInt)) != EqualTo) return result; if ((result = m_iv8.Compare(other.m_iv8)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H235_Params::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_ranInt)) length += m_ranInt.GetObjectLength(); if (HasOptionalField(e_iv8)) length += m_iv8.GetObjectLength(); return length; } BOOL H235_Params::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_ranInt) && !m_ranInt.Decode(strm)) return FALSE; if (HasOptionalField(e_iv8) && !m_iv8.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_iv16, m_iv16)) return FALSE; if (!KnownExtensionDecode(strm, e_iv, m_iv)) return FALSE; if (!KnownExtensionDecode(strm, e_clearSalt, m_clearSalt)) return FALSE; return UnknownExtensionsDecode(strm); } void H235_Params::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_ranInt)) m_ranInt.Encode(strm); if (HasOptionalField(e_iv8)) m_iv8.Encode(strm); KnownExtensionEncode(strm, e_iv16, m_iv16); KnownExtensionEncode(strm, e_iv, m_iv); KnownExtensionEncode(strm, e_clearSalt, m_clearSalt); UnknownExtensionsEncode(strm); } PObject * H235_Params::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_Params::Class()), PInvalidCast); #endif return new H235_Params(*this); } // // ReturnSig // H235_ReturnSig::H235_ReturnSig(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, FALSE, 0) { } #ifndef PASN_NOPRINTON void H235_ReturnSig::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "generalId = " << setprecision(indent) << m_generalId << '\n'; strm << setw(indent+17) << "responseRandom = " << setprecision(indent) << m_responseRandom << '\n'; if (HasOptionalField(e_requestRandom)) strm << setw(indent+16) << "requestRandom = " << setprecision(indent) << m_requestRandom << '\n'; if (HasOptionalField(e_certificate)) strm << setw(indent+14) << "certificate = " << setprecision(indent) << m_certificate << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H235_ReturnSig::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H235_ReturnSig), PInvalidCast); #endif const H235_ReturnSig & other = (const H235_ReturnSig &)obj; Comparison result; if ((result = m_generalId.Compare(other.m_generalId)) != EqualTo) return result; if ((result = m_responseRandom.Compare(other.m_responseRandom)) != EqualTo) return result; if ((result = m_requestRandom.Compare(other.m_requestRandom)) != EqualTo) return result; if ((result = m_certificate.Compare(other.m_certificate)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H235_ReturnSig::GetDataLength() const { PINDEX length = 0; length += m_generalId.GetObjectLength(); length += m_responseRandom.GetObjectLength(); if (HasOptionalField(e_requestRandom)) length += m_requestRandom.GetObjectLength(); if (HasOptionalField(e_certificate)) length += m_certificate.GetObjectLength(); return length; } BOOL H235_ReturnSig::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_generalId.Decode(strm)) return FALSE; if (!m_responseRandom.Decode(strm)) return FALSE; if (HasOptionalField(e_requestRandom) && !m_requestRandom.Decode(strm)) return FALSE; if (HasOptionalField(e_certificate) && !m_certificate.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H235_ReturnSig::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_generalId.Encode(strm); m_responseRandom.Encode(strm); if (HasOptionalField(e_requestRandom)) m_requestRandom.Encode(strm); if (HasOptionalField(e_certificate)) m_certificate.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H235_ReturnSig::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_ReturnSig::Class()), PInvalidCast); #endif return new H235_ReturnSig(*this); } // // EncodedReturnSig // H235_EncodedReturnSig::H235_EncodedReturnSig(unsigned tag, PASN_Object::TagClass tagClass) : PASN_OctetString(tag, tagClass) { } PObject * H235_EncodedReturnSig::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_EncodedReturnSig::Class()), PInvalidCast); #endif return new H235_EncodedReturnSig(*this); } // // KeySyncMaterial // H235_KeySyncMaterial::H235_KeySyncMaterial(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H235_KeySyncMaterial::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "generalID = " << setprecision(indent) << m_generalID << '\n'; strm << setw(indent+14) << "keyMaterial = " << setprecision(indent) << m_keyMaterial << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H235_KeySyncMaterial::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H235_KeySyncMaterial), PInvalidCast); #endif const H235_KeySyncMaterial & other = (const H235_KeySyncMaterial &)obj; Comparison result; if ((result = m_generalID.Compare(other.m_generalID)) != EqualTo) return result; if ((result = m_keyMaterial.Compare(other.m_keyMaterial)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H235_KeySyncMaterial::GetDataLength() const { PINDEX length = 0; length += m_generalID.GetObjectLength(); length += m_keyMaterial.GetObjectLength(); return length; } BOOL H235_KeySyncMaterial::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_generalID.Decode(strm)) return FALSE; if (!m_keyMaterial.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H235_KeySyncMaterial::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_generalID.Encode(strm); m_keyMaterial.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H235_KeySyncMaterial::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_KeySyncMaterial::Class()), PInvalidCast); #endif return new H235_KeySyncMaterial(*this); } // // EncodedKeySyncMaterial // H235_EncodedKeySyncMaterial::H235_EncodedKeySyncMaterial(unsigned tag, PASN_Object::TagClass tagClass) : PASN_OctetString(tag, tagClass) { } PObject * H235_EncodedKeySyncMaterial::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_EncodedKeySyncMaterial::Class()), PInvalidCast); #endif return new H235_EncodedKeySyncMaterial(*this); } // // V3KeySyncMaterial // H235_V3KeySyncMaterial::H235_V3KeySyncMaterial(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 7, TRUE, 0) { } #ifndef PASN_NOPRINTON void H235_V3KeySyncMaterial::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_generalID)) strm << setw(indent+12) << "generalID = " << setprecision(indent) << m_generalID << '\n'; if (HasOptionalField(e_algorithmOID)) strm << setw(indent+15) << "algorithmOID = " << setprecision(indent) << m_algorithmOID << '\n'; strm << setw(indent+9) << "paramS = " << setprecision(indent) << m_paramS << '\n'; if (HasOptionalField(e_encryptedSessionKey)) strm << setw(indent+22) << "encryptedSessionKey = " << setprecision(indent) << m_encryptedSessionKey << '\n'; if (HasOptionalField(e_encryptedSaltingKey)) strm << setw(indent+22) << "encryptedSaltingKey = " << setprecision(indent) << m_encryptedSaltingKey << '\n'; if (HasOptionalField(e_clearSaltingKey)) strm << setw(indent+18) << "clearSaltingKey = " << setprecision(indent) << m_clearSaltingKey << '\n'; if (HasOptionalField(e_paramSsalt)) strm << setw(indent+13) << "paramSsalt = " << setprecision(indent) << m_paramSsalt << '\n'; if (HasOptionalField(e_keyDerivationOID)) strm << setw(indent+19) << "keyDerivationOID = " << setprecision(indent) << m_keyDerivationOID << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H235_V3KeySyncMaterial::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H235_V3KeySyncMaterial), PInvalidCast); #endif const H235_V3KeySyncMaterial & other = (const H235_V3KeySyncMaterial &)obj; Comparison result; if ((result = m_generalID.Compare(other.m_generalID)) != EqualTo) return result; if ((result = m_algorithmOID.Compare(other.m_algorithmOID)) != EqualTo) return result; if ((result = m_paramS.Compare(other.m_paramS)) != EqualTo) return result; if ((result = m_encryptedSessionKey.Compare(other.m_encryptedSessionKey)) != EqualTo) return result; if ((result = m_encryptedSaltingKey.Compare(other.m_encryptedSaltingKey)) != EqualTo) return result; if ((result = m_clearSaltingKey.Compare(other.m_clearSaltingKey)) != EqualTo) return result; if ((result = m_paramSsalt.Compare(other.m_paramSsalt)) != EqualTo) return result; if ((result = m_keyDerivationOID.Compare(other.m_keyDerivationOID)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H235_V3KeySyncMaterial::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_generalID)) length += m_generalID.GetObjectLength(); if (HasOptionalField(e_algorithmOID)) length += m_algorithmOID.GetObjectLength(); length += m_paramS.GetObjectLength(); if (HasOptionalField(e_encryptedSessionKey)) length += m_encryptedSessionKey.GetObjectLength(); if (HasOptionalField(e_encryptedSaltingKey)) length += m_encryptedSaltingKey.GetObjectLength(); if (HasOptionalField(e_clearSaltingKey)) length += m_clearSaltingKey.GetObjectLength(); if (HasOptionalField(e_paramSsalt)) length += m_paramSsalt.GetObjectLength(); if (HasOptionalField(e_keyDerivationOID)) length += m_keyDerivationOID.GetObjectLength(); return length; } BOOL H235_V3KeySyncMaterial::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_generalID) && !m_generalID.Decode(strm)) return FALSE; if (HasOptionalField(e_algorithmOID) && !m_algorithmOID.Decode(strm)) return FALSE; if (!m_paramS.Decode(strm)) return FALSE; if (HasOptionalField(e_encryptedSessionKey) && !m_encryptedSessionKey.Decode(strm)) return FALSE; if (HasOptionalField(e_encryptedSaltingKey) && !m_encryptedSaltingKey.Decode(strm)) return FALSE; if (HasOptionalField(e_clearSaltingKey) && !m_clearSaltingKey.Decode(strm)) return FALSE; if (HasOptionalField(e_paramSsalt) && !m_paramSsalt.Decode(strm)) return FALSE; if (HasOptionalField(e_keyDerivationOID) && !m_keyDerivationOID.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H235_V3KeySyncMaterial::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_generalID)) m_generalID.Encode(strm); if (HasOptionalField(e_algorithmOID)) m_algorithmOID.Encode(strm); m_paramS.Encode(strm); if (HasOptionalField(e_encryptedSessionKey)) m_encryptedSessionKey.Encode(strm); if (HasOptionalField(e_encryptedSaltingKey)) m_encryptedSaltingKey.Encode(strm); if (HasOptionalField(e_clearSaltingKey)) m_clearSaltingKey.Encode(strm); if (HasOptionalField(e_paramSsalt)) m_paramSsalt.Encode(strm); if (HasOptionalField(e_keyDerivationOID)) m_keyDerivationOID.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H235_V3KeySyncMaterial::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_V3KeySyncMaterial::Class()), PInvalidCast); #endif return new H235_V3KeySyncMaterial(*this); } // // ECKASDH_eckasdhp // H235_ECKASDH_eckasdhp::H235_ECKASDH_eckasdhp(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { m_modulus.SetConstraints(PASN_Object::FixedConstraint, 0, 511); m_weierstrassA.SetConstraints(PASN_Object::FixedConstraint, 0, 511); m_weierstrassB.SetConstraints(PASN_Object::FixedConstraint, 0, 511); } #ifndef PASN_NOPRINTON void H235_ECKASDH_eckasdhp::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+13) << "public_key = " << setprecision(indent) << m_public_key << '\n'; strm << setw(indent+10) << "modulus = " << setprecision(indent) << m_modulus << '\n'; strm << setw(indent+7) << "base = " << setprecision(indent) << m_base << '\n'; strm << setw(indent+15) << "weierstrassA = " << setprecision(indent) << m_weierstrassA << '\n'; strm << setw(indent+15) << "weierstrassB = " << setprecision(indent) << m_weierstrassB << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H235_ECKASDH_eckasdhp::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H235_ECKASDH_eckasdhp), PInvalidCast); #endif const H235_ECKASDH_eckasdhp & other = (const H235_ECKASDH_eckasdhp &)obj; Comparison result; if ((result = m_public_key.Compare(other.m_public_key)) != EqualTo) return result; if ((result = m_modulus.Compare(other.m_modulus)) != EqualTo) return result; if ((result = m_base.Compare(other.m_base)) != EqualTo) return result; if ((result = m_weierstrassA.Compare(other.m_weierstrassA)) != EqualTo) return result; if ((result = m_weierstrassB.Compare(other.m_weierstrassB)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H235_ECKASDH_eckasdhp::GetDataLength() const { PINDEX length = 0; length += m_public_key.GetObjectLength(); length += m_modulus.GetObjectLength(); length += m_base.GetObjectLength(); length += m_weierstrassA.GetObjectLength(); length += m_weierstrassB.GetObjectLength(); return length; } BOOL H235_ECKASDH_eckasdhp::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_public_key.Decode(strm)) return FALSE; if (!m_modulus.Decode(strm)) return FALSE; if (!m_base.Decode(strm)) return FALSE; if (!m_weierstrassA.Decode(strm)) return FALSE; if (!m_weierstrassB.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H235_ECKASDH_eckasdhp::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_public_key.Encode(strm); m_modulus.Encode(strm); m_base.Encode(strm); m_weierstrassA.Encode(strm); m_weierstrassB.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H235_ECKASDH_eckasdhp::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_ECKASDH_eckasdhp::Class()), PInvalidCast); #endif return new H235_ECKASDH_eckasdhp(*this); } // // ECKASDH_eckasdh2 // H235_ECKASDH_eckasdh2::H235_ECKASDH_eckasdh2(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { m_fieldSize.SetConstraints(PASN_Object::FixedConstraint, 0, 511); m_weierstrassA.SetConstraints(PASN_Object::FixedConstraint, 0, 511); m_weierstrassB.SetConstraints(PASN_Object::FixedConstraint, 0, 511); } #ifndef PASN_NOPRINTON void H235_ECKASDH_eckasdh2::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+13) << "public_key = " << setprecision(indent) << m_public_key << '\n'; strm << setw(indent+12) << "fieldSize = " << setprecision(indent) << m_fieldSize << '\n'; strm << setw(indent+7) << "base = " << setprecision(indent) << m_base << '\n'; strm << setw(indent+15) << "weierstrassA = " << setprecision(indent) << m_weierstrassA << '\n'; strm << setw(indent+15) << "weierstrassB = " << setprecision(indent) << m_weierstrassB << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H235_ECKASDH_eckasdh2::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H235_ECKASDH_eckasdh2), PInvalidCast); #endif const H235_ECKASDH_eckasdh2 & other = (const H235_ECKASDH_eckasdh2 &)obj; Comparison result; if ((result = m_public_key.Compare(other.m_public_key)) != EqualTo) return result; if ((result = m_fieldSize.Compare(other.m_fieldSize)) != EqualTo) return result; if ((result = m_base.Compare(other.m_base)) != EqualTo) return result; if ((result = m_weierstrassA.Compare(other.m_weierstrassA)) != EqualTo) return result; if ((result = m_weierstrassB.Compare(other.m_weierstrassB)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H235_ECKASDH_eckasdh2::GetDataLength() const { PINDEX length = 0; length += m_public_key.GetObjectLength(); length += m_fieldSize.GetObjectLength(); length += m_base.GetObjectLength(); length += m_weierstrassA.GetObjectLength(); length += m_weierstrassB.GetObjectLength(); return length; } BOOL H235_ECKASDH_eckasdh2::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_public_key.Decode(strm)) return FALSE; if (!m_fieldSize.Decode(strm)) return FALSE; if (!m_base.Decode(strm)) return FALSE; if (!m_weierstrassA.Decode(strm)) return FALSE; if (!m_weierstrassB.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H235_ECKASDH_eckasdh2::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_public_key.Encode(strm); m_fieldSize.Encode(strm); m_base.Encode(strm); m_weierstrassA.Encode(strm); m_weierstrassB.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H235_ECKASDH_eckasdh2::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_ECKASDH_eckasdh2::Class()), PInvalidCast); #endif return new H235_ECKASDH_eckasdh2(*this); } // // KeySignedMaterial // H235_KeySignedMaterial::H235_KeySignedMaterial(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, FALSE, 0) { } #ifndef PASN_NOPRINTON void H235_KeySignedMaterial::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "generalId = " << setprecision(indent) << m_generalId << '\n'; strm << setw(indent+10) << "mrandom = " << setprecision(indent) << m_mrandom << '\n'; if (HasOptionalField(e_srandom)) strm << setw(indent+10) << "srandom = " << setprecision(indent) << m_srandom << '\n'; if (HasOptionalField(e_timeStamp)) strm << setw(indent+12) << "timeStamp = " << setprecision(indent) << m_timeStamp << '\n'; strm << setw(indent+12) << "encrptval = " << setprecision(indent) << m_encrptval << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H235_KeySignedMaterial::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H235_KeySignedMaterial), PInvalidCast); #endif const H235_KeySignedMaterial & other = (const H235_KeySignedMaterial &)obj; Comparison result; if ((result = m_generalId.Compare(other.m_generalId)) != EqualTo) return result; if ((result = m_mrandom.Compare(other.m_mrandom)) != EqualTo) return result; if ((result = m_srandom.Compare(other.m_srandom)) != EqualTo) return result; if ((result = m_timeStamp.Compare(other.m_timeStamp)) != EqualTo) return result; if ((result = m_encrptval.Compare(other.m_encrptval)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H235_KeySignedMaterial::GetDataLength() const { PINDEX length = 0; length += m_generalId.GetObjectLength(); length += m_mrandom.GetObjectLength(); if (HasOptionalField(e_srandom)) length += m_srandom.GetObjectLength(); if (HasOptionalField(e_timeStamp)) length += m_timeStamp.GetObjectLength(); length += m_encrptval.GetObjectLength(); return length; } BOOL H235_KeySignedMaterial::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_generalId.Decode(strm)) return FALSE; if (!m_mrandom.Decode(strm)) return FALSE; if (HasOptionalField(e_srandom) && !m_srandom.Decode(strm)) return FALSE; if (HasOptionalField(e_timeStamp) && !m_timeStamp.Decode(strm)) return FALSE; if (!m_encrptval.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H235_KeySignedMaterial::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_generalId.Encode(strm); m_mrandom.Encode(strm); if (HasOptionalField(e_srandom)) m_srandom.Encode(strm); if (HasOptionalField(e_timeStamp)) m_timeStamp.Encode(strm); m_encrptval.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H235_KeySignedMaterial::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_KeySignedMaterial::Class()), PInvalidCast); #endif return new H235_KeySignedMaterial(*this); } // // EncodedKeySignedMaterial // H235_EncodedKeySignedMaterial::H235_EncodedKeySignedMaterial(unsigned tag, PASN_Object::TagClass tagClass) : PASN_OctetString(tag, tagClass) { } PObject * H235_EncodedKeySignedMaterial::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_EncodedKeySignedMaterial::Class()), PInvalidCast); #endif return new H235_EncodedKeySignedMaterial(*this); } // // H235CertificateSignature // H235_H235CertificateSignature::H235_H235CertificateSignature(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H235_H235CertificateSignature::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+14) << "certificate = " << setprecision(indent) << m_certificate << '\n'; strm << setw(indent+17) << "responseRandom = " << setprecision(indent) << m_responseRandom << '\n'; if (HasOptionalField(e_requesterRandom)) strm << setw(indent+18) << "requesterRandom = " << setprecision(indent) << m_requesterRandom << '\n'; strm << setw(indent+12) << "signature = " << setprecision(indent) << m_signature << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H235_H235CertificateSignature::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H235_H235CertificateSignature), PInvalidCast); #endif const H235_H235CertificateSignature & other = (const H235_H235CertificateSignature &)obj; Comparison result; if ((result = m_certificate.Compare(other.m_certificate)) != EqualTo) return result; if ((result = m_responseRandom.Compare(other.m_responseRandom)) != EqualTo) return result; if ((result = m_requesterRandom.Compare(other.m_requesterRandom)) != EqualTo) return result; if ((result = m_signature.Compare(other.m_signature)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H235_H235CertificateSignature::GetDataLength() const { PINDEX length = 0; length += m_certificate.GetObjectLength(); length += m_responseRandom.GetObjectLength(); if (HasOptionalField(e_requesterRandom)) length += m_requesterRandom.GetObjectLength(); length += m_signature.GetObjectLength(); return length; } BOOL H235_H235CertificateSignature::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_certificate.Decode(strm)) return FALSE; if (!m_responseRandom.Decode(strm)) return FALSE; if (HasOptionalField(e_requesterRandom) && !m_requesterRandom.Decode(strm)) return FALSE; if (!m_signature.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H235_H235CertificateSignature::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_certificate.Encode(strm); m_responseRandom.Encode(strm); if (HasOptionalField(e_requesterRandom)) m_requesterRandom.Encode(strm); m_signature.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H235_H235CertificateSignature::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_H235CertificateSignature::Class()), PInvalidCast); #endif return new H235_H235CertificateSignature(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H235_H235Key[]={ {"secureChannel",0} ,{"sharedSecret",1} ,{"certProtectedKey",2} ,{"secureSharedSecret",3} }; #endif // // H235Key // H235_H235Key::H235_H235Key(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H235_H235Key,4 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H235_H235Key::operator H235_KeyMaterial &() const #else H235_H235Key::operator H235_KeyMaterial &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H235_KeyMaterial), PInvalidCast); #endif return *(H235_KeyMaterial *)choice; } H235_H235Key::operator const H235_KeyMaterial &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H235_KeyMaterial), PInvalidCast); #endif return *(H235_KeyMaterial *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H235_H235Key::operator H235_ENCRYPTED &() const #else H235_H235Key::operator H235_ENCRYPTED &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H235_ENCRYPTED), PInvalidCast); #endif return *(H235_ENCRYPTED *)choice; } H235_H235Key::operator const H235_ENCRYPTED &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H235_ENCRYPTED), PInvalidCast); #endif return *(H235_ENCRYPTED *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H235_H235Key::operator H235_SIGNED &() const #else H235_H235Key::operator H235_SIGNED &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H235_SIGNED), PInvalidCast); #endif return *(H235_SIGNED *)choice; } H235_H235Key::operator const H235_SIGNED &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H235_SIGNED), PInvalidCast); #endif return *(H235_SIGNED *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H235_H235Key::operator H235_V3KeySyncMaterial &() const #else H235_H235Key::operator H235_V3KeySyncMaterial &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H235_V3KeySyncMaterial), PInvalidCast); #endif return *(H235_V3KeySyncMaterial *)choice; } H235_H235Key::operator const H235_V3KeySyncMaterial &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H235_V3KeySyncMaterial), PInvalidCast); #endif return *(H235_V3KeySyncMaterial *)choice; } BOOL H235_H235Key::CreateObject() { switch (tag) { case e_secureChannel : choice = new H235_KeyMaterial(); return TRUE; case e_sharedSecret : choice = new H235_ENCRYPTED(); return TRUE; case e_certProtectedKey : choice = new H235_SIGNED(); return TRUE; case e_secureSharedSecret : choice = new H235_V3KeySyncMaterial(); return TRUE; } choice = NULL; return FALSE; } PObject * H235_H235Key::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_H235Key::Class()), PInvalidCast); #endif return new H235_H235Key(*this); } // // ClearToken // H235_ClearToken::H235_ClearToken(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 8, TRUE, 3) { } #ifndef PASN_NOPRINTON void H235_ClearToken::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "tokenOID = " << setprecision(indent) << m_tokenOID << '\n'; if (HasOptionalField(e_timeStamp)) strm << setw(indent+12) << "timeStamp = " << setprecision(indent) << m_timeStamp << '\n'; if (HasOptionalField(e_password)) strm << setw(indent+11) << "password = " << setprecision(indent) << m_password << '\n'; if (HasOptionalField(e_dhkey)) strm << setw(indent+8) << "dhkey = " << setprecision(indent) << m_dhkey << '\n'; if (HasOptionalField(e_challenge)) strm << setw(indent+12) << "challenge = " << setprecision(indent) << m_challenge << '\n'; if (HasOptionalField(e_random)) strm << setw(indent+9) << "random = " << setprecision(indent) << m_random << '\n'; if (HasOptionalField(e_certificate)) strm << setw(indent+14) << "certificate = " << setprecision(indent) << m_certificate << '\n'; if (HasOptionalField(e_generalID)) strm << setw(indent+12) << "generalID = " << setprecision(indent) << m_generalID << '\n'; if (HasOptionalField(e_nonStandard)) strm << setw(indent+14) << "nonStandard = " << setprecision(indent) << m_nonStandard << '\n'; if (HasOptionalField(e_eckasdhkey)) strm << setw(indent+13) << "eckasdhkey = " << setprecision(indent) << m_eckasdhkey << '\n'; if (HasOptionalField(e_sendersID)) strm << setw(indent+12) << "sendersID = " << setprecision(indent) << m_sendersID << '\n'; if (HasOptionalField(e_h235Key)) strm << setw(indent+10) << "h235Key = " << setprecision(indent) << m_h235Key << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H235_ClearToken::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H235_ClearToken), PInvalidCast); #endif const H235_ClearToken & other = (const H235_ClearToken &)obj; Comparison result; if ((result = m_tokenOID.Compare(other.m_tokenOID)) != EqualTo) return result; if ((result = m_timeStamp.Compare(other.m_timeStamp)) != EqualTo) return result; if ((result = m_password.Compare(other.m_password)) != EqualTo) return result; if ((result = m_dhkey.Compare(other.m_dhkey)) != EqualTo) return result; if ((result = m_challenge.Compare(other.m_challenge)) != EqualTo) return result; if ((result = m_random.Compare(other.m_random)) != EqualTo) return result; if ((result = m_certificate.Compare(other.m_certificate)) != EqualTo) return result; if ((result = m_generalID.Compare(other.m_generalID)) != EqualTo) return result; if ((result = m_nonStandard.Compare(other.m_nonStandard)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H235_ClearToken::GetDataLength() const { PINDEX length = 0; length += m_tokenOID.GetObjectLength(); if (HasOptionalField(e_timeStamp)) length += m_timeStamp.GetObjectLength(); if (HasOptionalField(e_password)) length += m_password.GetObjectLength(); if (HasOptionalField(e_dhkey)) length += m_dhkey.GetObjectLength(); if (HasOptionalField(e_challenge)) length += m_challenge.GetObjectLength(); if (HasOptionalField(e_random)) length += m_random.GetObjectLength(); if (HasOptionalField(e_certificate)) length += m_certificate.GetObjectLength(); if (HasOptionalField(e_generalID)) length += m_generalID.GetObjectLength(); if (HasOptionalField(e_nonStandard)) length += m_nonStandard.GetObjectLength(); return length; } BOOL H235_ClearToken::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_tokenOID.Decode(strm)) return FALSE; if (HasOptionalField(e_timeStamp) && !m_timeStamp.Decode(strm)) return FALSE; if (HasOptionalField(e_password) && !m_password.Decode(strm)) return FALSE; if (HasOptionalField(e_dhkey) && !m_dhkey.Decode(strm)) return FALSE; if (HasOptionalField(e_challenge) && !m_challenge.Decode(strm)) return FALSE; if (HasOptionalField(e_random) && !m_random.Decode(strm)) return FALSE; if (HasOptionalField(e_certificate) && !m_certificate.Decode(strm)) return FALSE; if (HasOptionalField(e_generalID) && !m_generalID.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandard) && !m_nonStandard.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_eckasdhkey, m_eckasdhkey)) return FALSE; if (!KnownExtensionDecode(strm, e_sendersID, m_sendersID)) return FALSE; if (!KnownExtensionDecode(strm, e_h235Key, m_h235Key)) return FALSE; return UnknownExtensionsDecode(strm); } void H235_ClearToken::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_tokenOID.Encode(strm); if (HasOptionalField(e_timeStamp)) m_timeStamp.Encode(strm); if (HasOptionalField(e_password)) m_password.Encode(strm); if (HasOptionalField(e_dhkey)) m_dhkey.Encode(strm); if (HasOptionalField(e_challenge)) m_challenge.Encode(strm); if (HasOptionalField(e_random)) m_random.Encode(strm); if (HasOptionalField(e_certificate)) m_certificate.Encode(strm); if (HasOptionalField(e_generalID)) m_generalID.Encode(strm); if (HasOptionalField(e_nonStandard)) m_nonStandard.Encode(strm); KnownExtensionEncode(strm, e_eckasdhkey, m_eckasdhkey); KnownExtensionEncode(strm, e_sendersID, m_sendersID); KnownExtensionEncode(strm, e_h235Key, m_h235Key); UnknownExtensionsEncode(strm); } PObject * H235_ClearToken::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_ClearToken::Class()), PInvalidCast); #endif return new H235_ClearToken(*this); } // // EncodedGeneralToken // H235_EncodedGeneralToken::H235_EncodedGeneralToken(unsigned tag, PASN_Object::TagClass tagClass) : PASN_OctetString(tag, tagClass) { } PObject * H235_EncodedGeneralToken::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_EncodedGeneralToken::Class()), PInvalidCast); #endif return new H235_EncodedGeneralToken(*this); } // // PwdCertToken // H235_PwdCertToken::H235_PwdCertToken(unsigned tag, PASN_Object::TagClass tagClass) : H235_ClearToken(tag, tagClass) { IncludeOptionalField(e_generalID); IncludeOptionalField(e_timeStamp); } PObject * H235_PwdCertToken::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_PwdCertToken::Class()), PInvalidCast); #endif return new H235_PwdCertToken(*this); } // // EncodedPwdCertToken // H235_EncodedPwdCertToken::H235_EncodedPwdCertToken(unsigned tag, PASN_Object::TagClass tagClass) : PASN_OctetString(tag, tagClass) { } PObject * H235_EncodedPwdCertToken::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_EncodedPwdCertToken::Class()), PInvalidCast); #endif return new H235_EncodedPwdCertToken(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H235_CryptoToken[]={ {"cryptoEncryptedToken",0} ,{"cryptoSignedToken",1} ,{"cryptoHashedToken",2} ,{"cryptoPwdEncr",3} }; #endif // // CryptoToken // H235_CryptoToken::H235_CryptoToken(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H235_CryptoToken,4 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H235_CryptoToken::operator H235_CryptoToken_cryptoEncryptedToken &() const #else H235_CryptoToken::operator H235_CryptoToken_cryptoEncryptedToken &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H235_CryptoToken_cryptoEncryptedToken), PInvalidCast); #endif return *(H235_CryptoToken_cryptoEncryptedToken *)choice; } H235_CryptoToken::operator const H235_CryptoToken_cryptoEncryptedToken &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H235_CryptoToken_cryptoEncryptedToken), PInvalidCast); #endif return *(H235_CryptoToken_cryptoEncryptedToken *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H235_CryptoToken::operator H235_CryptoToken_cryptoSignedToken &() const #else H235_CryptoToken::operator H235_CryptoToken_cryptoSignedToken &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H235_CryptoToken_cryptoSignedToken), PInvalidCast); #endif return *(H235_CryptoToken_cryptoSignedToken *)choice; } H235_CryptoToken::operator const H235_CryptoToken_cryptoSignedToken &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H235_CryptoToken_cryptoSignedToken), PInvalidCast); #endif return *(H235_CryptoToken_cryptoSignedToken *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H235_CryptoToken::operator H235_CryptoToken_cryptoHashedToken &() const #else H235_CryptoToken::operator H235_CryptoToken_cryptoHashedToken &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H235_CryptoToken_cryptoHashedToken), PInvalidCast); #endif return *(H235_CryptoToken_cryptoHashedToken *)choice; } H235_CryptoToken::operator const H235_CryptoToken_cryptoHashedToken &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H235_CryptoToken_cryptoHashedToken), PInvalidCast); #endif return *(H235_CryptoToken_cryptoHashedToken *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H235_CryptoToken::operator H235_ENCRYPTED &() const #else H235_CryptoToken::operator H235_ENCRYPTED &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H235_ENCRYPTED), PInvalidCast); #endif return *(H235_ENCRYPTED *)choice; } H235_CryptoToken::operator const H235_ENCRYPTED &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H235_ENCRYPTED), PInvalidCast); #endif return *(H235_ENCRYPTED *)choice; } BOOL H235_CryptoToken::CreateObject() { switch (tag) { case e_cryptoEncryptedToken : choice = new H235_CryptoToken_cryptoEncryptedToken(); return TRUE; case e_cryptoSignedToken : choice = new H235_CryptoToken_cryptoSignedToken(); return TRUE; case e_cryptoHashedToken : choice = new H235_CryptoToken_cryptoHashedToken(); return TRUE; case e_cryptoPwdEncr : choice = new H235_ENCRYPTED(); return TRUE; } choice = NULL; return FALSE; } PObject * H235_CryptoToken::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_CryptoToken::Class()), PInvalidCast); #endif return new H235_CryptoToken(*this); } // // CryptoToken_cryptoEncryptedToken // H235_CryptoToken_cryptoEncryptedToken::H235_CryptoToken_cryptoEncryptedToken(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void H235_CryptoToken_cryptoEncryptedToken::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "tokenOID = " << setprecision(indent) << m_tokenOID << '\n'; strm << setw(indent+8) << "token = " << setprecision(indent) << m_token << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H235_CryptoToken_cryptoEncryptedToken::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H235_CryptoToken_cryptoEncryptedToken), PInvalidCast); #endif const H235_CryptoToken_cryptoEncryptedToken & other = (const H235_CryptoToken_cryptoEncryptedToken &)obj; Comparison result; if ((result = m_tokenOID.Compare(other.m_tokenOID)) != EqualTo) return result; if ((result = m_token.Compare(other.m_token)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H235_CryptoToken_cryptoEncryptedToken::GetDataLength() const { PINDEX length = 0; length += m_tokenOID.GetObjectLength(); length += m_token.GetObjectLength(); return length; } BOOL H235_CryptoToken_cryptoEncryptedToken::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_tokenOID.Decode(strm)) return FALSE; if (!m_token.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H235_CryptoToken_cryptoEncryptedToken::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_tokenOID.Encode(strm); m_token.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H235_CryptoToken_cryptoEncryptedToken::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_CryptoToken_cryptoEncryptedToken::Class()), PInvalidCast); #endif return new H235_CryptoToken_cryptoEncryptedToken(*this); } // // CryptoToken_cryptoSignedToken // H235_CryptoToken_cryptoSignedToken::H235_CryptoToken_cryptoSignedToken(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void H235_CryptoToken_cryptoSignedToken::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "tokenOID = " << setprecision(indent) << m_tokenOID << '\n'; strm << setw(indent+8) << "token = " << setprecision(indent) << m_token << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H235_CryptoToken_cryptoSignedToken::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H235_CryptoToken_cryptoSignedToken), PInvalidCast); #endif const H235_CryptoToken_cryptoSignedToken & other = (const H235_CryptoToken_cryptoSignedToken &)obj; Comparison result; if ((result = m_tokenOID.Compare(other.m_tokenOID)) != EqualTo) return result; if ((result = m_token.Compare(other.m_token)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H235_CryptoToken_cryptoSignedToken::GetDataLength() const { PINDEX length = 0; length += m_tokenOID.GetObjectLength(); length += m_token.GetObjectLength(); return length; } BOOL H235_CryptoToken_cryptoSignedToken::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_tokenOID.Decode(strm)) return FALSE; if (!m_token.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H235_CryptoToken_cryptoSignedToken::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_tokenOID.Encode(strm); m_token.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H235_CryptoToken_cryptoSignedToken::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_CryptoToken_cryptoSignedToken::Class()), PInvalidCast); #endif return new H235_CryptoToken_cryptoSignedToken(*this); } // // CryptoToken_cryptoHashedToken // H235_CryptoToken_cryptoHashedToken::H235_CryptoToken_cryptoHashedToken(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void H235_CryptoToken_cryptoHashedToken::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "tokenOID = " << setprecision(indent) << m_tokenOID << '\n'; strm << setw(indent+13) << "hashedVals = " << setprecision(indent) << m_hashedVals << '\n'; strm << setw(indent+8) << "token = " << setprecision(indent) << m_token << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H235_CryptoToken_cryptoHashedToken::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H235_CryptoToken_cryptoHashedToken), PInvalidCast); #endif const H235_CryptoToken_cryptoHashedToken & other = (const H235_CryptoToken_cryptoHashedToken &)obj; Comparison result; if ((result = m_tokenOID.Compare(other.m_tokenOID)) != EqualTo) return result; if ((result = m_hashedVals.Compare(other.m_hashedVals)) != EqualTo) return result; if ((result = m_token.Compare(other.m_token)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H235_CryptoToken_cryptoHashedToken::GetDataLength() const { PINDEX length = 0; length += m_tokenOID.GetObjectLength(); length += m_hashedVals.GetObjectLength(); length += m_token.GetObjectLength(); return length; } BOOL H235_CryptoToken_cryptoHashedToken::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_tokenOID.Decode(strm)) return FALSE; if (!m_hashedVals.Decode(strm)) return FALSE; if (!m_token.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H235_CryptoToken_cryptoHashedToken::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_tokenOID.Encode(strm); m_hashedVals.Encode(strm); m_token.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H235_CryptoToken_cryptoHashedToken::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_CryptoToken_cryptoHashedToken::Class()), PInvalidCast); #endif return new H235_CryptoToken_cryptoHashedToken(*this); } #endif // if ! H323_DISABLE_H235 // End of h235.cxx openh323_v1_18_0/src/h235_exclude.txt0100644000176200056700000000005207133605703017353 0ustar releasepostincrH235SecurityCapability H235Media H235Mode openh323_v1_18_0/src/h235_t.cxx0100644000176200056700000001666010213220513016145 0ustar releasepostincr// // h235_t.cxx // // Code automatically generated by asnparse. // // // SIGNED // template H235_SIGNED::H235_SIGNED(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON template void H235_SIGNED::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+13) << "toBeSigned = " << setprecision(indent) << m_toBeSigned << '\n'; strm << setw(indent+15) << "algorithmOID = " << setprecision(indent) << m_algorithmOID << '\n'; strm << setw(indent+9) << "paramS = " << setprecision(indent) << m_paramS << '\n'; strm << setw(indent+12) << "signature = " << setprecision(indent) << m_signature << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif template PObject::Comparison H235_SIGNED::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H235_SIGNED), PInvalidCast); #endif const H235_SIGNED & other = (const H235_SIGNED &)obj; Comparison result; if ((result = m_toBeSigned.Compare(other.m_toBeSigned)) != EqualTo) return result; if ((result = m_algorithmOID.Compare(other.m_algorithmOID)) != EqualTo) return result; if ((result = m_paramS.Compare(other.m_paramS)) != EqualTo) return result; if ((result = m_signature.Compare(other.m_signature)) != EqualTo) return result; return PASN_Sequence::Compare(other); } template PINDEX H235_SIGNED::GetDataLength() const { PINDEX length = 0; length += m_toBeSigned.GetObjectLength(); length += m_algorithmOID.GetObjectLength(); length += m_paramS.GetObjectLength(); length += m_signature.GetObjectLength(); return length; } template BOOL H235_SIGNED::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_toBeSigned.Decode(strm)) return FALSE; if (!m_algorithmOID.Decode(strm)) return FALSE; if (!m_paramS.Decode(strm)) return FALSE; if (!m_signature.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } template void H235_SIGNED::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_toBeSigned.Encode(strm); m_algorithmOID.Encode(strm); m_paramS.Encode(strm); m_signature.Encode(strm); UnknownExtensionsEncode(strm); } template PObject * H235_SIGNED::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_SIGNED::Class()), PInvalidCast); #endif return new H235_SIGNED(*this); } // // ENCRYPTED // template H235_ENCRYPTED::H235_ENCRYPTED(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON template void H235_ENCRYPTED::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "algorithmOID = " << setprecision(indent) << m_algorithmOID << '\n'; strm << setw(indent+9) << "paramS = " << setprecision(indent) << m_paramS << '\n'; strm << setw(indent+16) << "encryptedData = " << setprecision(indent) << m_encryptedData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif template PObject::Comparison H235_ENCRYPTED::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H235_ENCRYPTED), PInvalidCast); #endif const H235_ENCRYPTED & other = (const H235_ENCRYPTED &)obj; Comparison result; if ((result = m_algorithmOID.Compare(other.m_algorithmOID)) != EqualTo) return result; if ((result = m_paramS.Compare(other.m_paramS)) != EqualTo) return result; if ((result = m_encryptedData.Compare(other.m_encryptedData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } template PINDEX H235_ENCRYPTED::GetDataLength() const { PINDEX length = 0; length += m_algorithmOID.GetObjectLength(); length += m_paramS.GetObjectLength(); length += m_encryptedData.GetObjectLength(); return length; } template BOOL H235_ENCRYPTED::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_algorithmOID.Decode(strm)) return FALSE; if (!m_paramS.Decode(strm)) return FALSE; if (!m_encryptedData.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } template void H235_ENCRYPTED::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_algorithmOID.Encode(strm); m_paramS.Encode(strm); m_encryptedData.Encode(strm); UnknownExtensionsEncode(strm); } template PObject * H235_ENCRYPTED::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_ENCRYPTED::Class()), PInvalidCast); #endif return new H235_ENCRYPTED(*this); } // // HASHED // template H235_HASHED::H235_HASHED(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON template void H235_HASHED::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "algorithmOID = " << setprecision(indent) << m_algorithmOID << '\n'; strm << setw(indent+9) << "paramS = " << setprecision(indent) << m_paramS << '\n'; strm << setw(indent+7) << "hash = " << setprecision(indent) << m_hash << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif template PObject::Comparison H235_HASHED::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H235_HASHED), PInvalidCast); #endif const H235_HASHED & other = (const H235_HASHED &)obj; Comparison result; if ((result = m_algorithmOID.Compare(other.m_algorithmOID)) != EqualTo) return result; if ((result = m_paramS.Compare(other.m_paramS)) != EqualTo) return result; if ((result = m_hash.Compare(other.m_hash)) != EqualTo) return result; return PASN_Sequence::Compare(other); } template PINDEX H235_HASHED::GetDataLength() const { PINDEX length = 0; length += m_algorithmOID.GetObjectLength(); length += m_paramS.GetObjectLength(); length += m_hash.GetObjectLength(); return length; } template BOOL H235_HASHED::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_algorithmOID.Decode(strm)) return FALSE; if (!m_paramS.Decode(strm)) return FALSE; if (!m_hash.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } template void H235_HASHED::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_algorithmOID.Encode(strm); m_paramS.Encode(strm); m_hash.Encode(strm); UnknownExtensionsEncode(strm); } template PObject * H235_HASHED::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H235_HASHED::Class()), PInvalidCast); #endif return new H235_HASHED(*this); } // End of h235_t.cxx openh323_v1_18_0/src/h235auth.cxx0100644000176200056700000005543210374552615016527 0ustar releasepostincr/* * h235auth.cxx * * H.235 security PDU's * * Open H323 Library * * Copyright (c) 1998-2001 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): __________________________________ * * $Log: h235auth.cxx,v $ * Revision 1.29.4.1 2006/02/15 07:17:33 csoutheren * Backports from CVS head * * Revision 1.31 2006/02/13 11:24:23 csoutheren * Fixed problem with H235 authenticator factory not being populated * * Revision 1.30 2006/01/26 03:25:55 shorne * Caller Authentication added * * Revision 1.29 2005/02/03 02:46:07 csoutheren * Altered authentication functions to only update state information if authentication * is correct. Thanks to Michal Zygmuntowicz * * Revision 1.28 2005/01/04 08:08:45 csoutheren * More changes to implement the new configuration methodology, and also to * attack the global static problem * * Revision 1.27 2004/11/21 12:59:07 csoutheren * Fixed cut and paste error affecting H235 authentication * * Revision 1.26 2004/11/20 22:00:49 csoutheren * Added hacks for linker problem * * Revision 1.25 2004/11/12 06:04:44 csoutheren * Changed H235Authentiators to use PFactory * * Revision 1.24 2003/04/30 00:28:54 robertj * Redesigned the alternate credentials in ARQ system as old implementation * was fraught with concurrency issues, most importantly it can cause false * detection of replay attacks taking out an endpoint completely. * * Revision 1.23 2003/04/01 04:47:55 robertj * Abstracted H.225 RAS transaction processing (RIP and secondary thread) in * server environment for use by H.501 peer elements. * * Revision 1.22 2003/02/25 06:48:19 robertj * More work on PDU transaction abstraction. * * Revision 1.21 2003/02/12 07:40:36 robertj * Added more logging for authentication errors in validation. * Fixed problem with possible negative numbers in CAT random field. * * Revision 1.20 2003/02/11 04:44:13 robertj * Fixed use of asymmetrical authentication schemes such as MD5. * * Revision 1.19 2003/02/03 02:55:08 robertj * Fixed problem with pasing through other tokens transparently. * * Revision 1.18 2003/02/02 11:46:32 robertj * Fixed CAT selection in GRQ authentication mechanisms. * * Revision 1.17 2003/02/01 13:31:22 robertj * Changes to support CAT authentication in RAS. * * Revision 1.16 2003/01/08 04:40:34 robertj * Added more debug tracing for H.235 authenticators. * * Revision 1.15 2002/11/11 07:04:22 robertj * Fixed typo in trace. * * Revision 1.14 2002/11/05 00:04:21 robertj * Returned code back to including trailing NULL in BMPString after * PString::AsUCS2() implementation changes. * * Revision 1.13 2002/10/31 07:11:16 robertj * Added UTF-8/UCS-2 conversion functions to PString. * * Revision 1.12 2002/08/13 05:11:03 robertj * Removed redundent code. * * Revision 1.11 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.10 2002/08/05 05:17:41 robertj * Fairly major modifications to support different authentication credentials * in ARQ to the logged in ones on RRQ. For both client and server. * Various other H.235 authentication bugs and anomalies fixed on the way. * * Revision 1.9 2002/06/24 00:11:21 robertj * Clarified error message during GRQ authentication. * * Revision 1.8 2002/05/17 03:40:09 robertj * Fixed problems with H.235 authentication on RAS for server and client. * * Revision 1.7 2001/09/21 04:55:27 robertj * Removed redundant code, thanks Chih-Wei Huang * * Revision 1.6 2001/09/14 00:13:39 robertj * Fixed problem with some athenticators needing extra conditions to be * "active", so make IsActive() virtual and add localId to H235AuthSimpleMD5 * * Revision 1.5 2001/09/13 01:15:20 robertj * Added flag to H235Authenticator to determine if gkid and epid is to be * automatically set as the crypto token remote id and local id. * * Revision 1.4 2001/08/14 04:26:46 robertj * Completed the Cisco compatible MD5 authentications, thanks Wolfgang Platzer. * * Revision 1.3 2001/08/13 10:03:54 robertj * Fixed problem if do not have a localId when doing MD5 authentication. * * Revision 1.2 2001/08/10 13:49:35 robertj * Fixed alpha Linux warning. * * Revision 1.1 2001/08/10 11:03:52 robertj * Major changes to H.235 support in RAS to support server. * */ #include #ifdef __GNUC__ #pragma implementation "h235auth.h" #endif #include "h235auth.h" #include "h323pdu.h" #include #include #define new PNEW namespace PWLibStupidLinkerHacks { int h235AuthLoader; }; ///////////////////////////////////////////////////////////////////////////// H235Authenticator::H235Authenticator() { enabled = TRUE; sentRandomSequenceNumber = PRandom::Number()&INT_MAX; lastRandomSequenceNumber = 0; lastTimestamp = 0; timestampGracePeriod = 2*60*60+10; // 2 hours 10 seconds to allow for DST adjustments } void H235Authenticator::PrintOn(ostream & strm) const { PWaitAndSignal m(mutex); strm << GetName() << '<'; if (IsActive()) strm << "active"; else if (!enabled) strm << "disabled"; else if (password.IsEmpty()) strm << "no-pwd"; else strm << "inactive"; strm << '>'; } BOOL H235Authenticator::PrepareTokens(PASN_Array & clearTokens, PASN_Array & cryptoTokens) { PWaitAndSignal m(mutex); if (!IsActive()) return FALSE; H235_ClearToken * clearToken = CreateClearToken(); if (clearToken != NULL) { // Check if already have a token of thsi type and overwrite it for (PINDEX i = 0; i < clearTokens.GetSize(); i++) { H235_ClearToken & oldToken = (H235_ClearToken &)clearTokens[i]; if (clearToken->m_tokenOID == oldToken.m_tokenOID) { oldToken = *clearToken; delete clearToken; clearToken = NULL; break; } } if (clearToken != NULL) clearTokens.Append(clearToken); } H225_CryptoH323Token * cryptoToken = CreateCryptoToken(); if (cryptoToken != NULL) cryptoTokens.Append(cryptoToken); return TRUE; } H235_ClearToken * H235Authenticator::CreateClearToken() { return NULL; } H225_CryptoH323Token * H235Authenticator::CreateCryptoToken() { return NULL; } BOOL H235Authenticator::Finalise(PBYTEArray & /*rawPDU*/) { return TRUE; } H235Authenticator::ValidationResult H235Authenticator::ValidateTokens( const PASN_Array & clearTokens, const PASN_Array & cryptoTokens, const PBYTEArray & rawPDU) { PWaitAndSignal m(mutex); if (!IsActive()) return e_Disabled; PINDEX i; for (i = 0; i < clearTokens.GetSize(); i++) { ValidationResult s = ValidateClearToken((H235_ClearToken &)clearTokens[i]); if (s != e_Absent) return s; } for (i = 0; i < cryptoTokens.GetSize(); i++) { ValidationResult s = ValidateCryptoToken((H225_CryptoH323Token &)cryptoTokens[i], rawPDU); if (s != e_Absent) return s; } return e_Absent; } H235Authenticator::ValidationResult H235Authenticator::ValidateClearToken( const H235_ClearToken & /*clearToken*/) { return e_Absent; } H235Authenticator::ValidationResult H235Authenticator::ValidateCryptoToken( const H225_CryptoH323Token & /*cryptoToken*/, const PBYTEArray & /*rawPDU*/) { return e_Absent; } BOOL H235Authenticator::UseGkAndEpIdentifiers() const { return FALSE; } BOOL H235Authenticator::IsSecuredPDU(unsigned, BOOL) const { return TRUE; } BOOL H235Authenticator::IsActive() const { return enabled && !password; } BOOL H235Authenticator::AddCapability(unsigned mechanism, const PString & oid, H225_ArrayOf_AuthenticationMechanism & mechanisms, H225_ArrayOf_PASN_ObjectId & algorithmOIDs) { PWaitAndSignal m(mutex); if (!IsActive()) { PTRACE(2, "RAS\tAuthenticator " << *this << " not active during GRQ SetCapability negotiation"); return FALSE; } PINDEX i; PINDEX size = mechanisms.GetSize(); for (i = 0; i < size; i++) { if (mechanisms[i].GetTag() == mechanism) break; } if (i >= size) { mechanisms.SetSize(size+1); mechanisms[size].SetTag(mechanism); } size = algorithmOIDs.GetSize(); for (i = 0; i < size; i++) { if (algorithmOIDs[i] == oid) break; } if (i >= size) { algorithmOIDs.SetSize(size+1); algorithmOIDs[size] = oid; } return TRUE; } /////////////////////////////////////////////////////////////////////////////// void H235Authenticators::PreparePDU(H323TransactionPDU & pdu, PASN_Array & clearTokens, unsigned clearOptionalField, PASN_Array & cryptoTokens, unsigned cryptoOptionalField) const { // Clean out any crypto tokens in case this is a retry message // and we are regenerating the tokens due to possible timestamp // issues. We don't do this for clear tokens which may be used by // other endpoints and should be passed through unchanged. cryptoTokens.RemoveAll(); for (PINDEX i = 0; i < GetSize(); i++) { H235Authenticator & authenticator = (*this)[i]; if (authenticator.IsSecuredPDU(pdu.GetChoice().GetTag(), FALSE) && authenticator.PrepareTokens(clearTokens, cryptoTokens)) { PTRACE(4, "H235RAS\tPrepared PDU with authenticator " << authenticator); } } PASN_Sequence & subPDU = (PASN_Sequence &)pdu.GetChoice().GetObject(); if (clearTokens.GetSize() > 0) subPDU.IncludeOptionalField(clearOptionalField); if (cryptoTokens.GetSize() > 0) subPDU.IncludeOptionalField(cryptoOptionalField); } H235Authenticator::ValidationResult H235Authenticators::ValidatePDU(const H323TransactionPDU & pdu, const PASN_Array & clearTokens, unsigned clearOptionalField, const PASN_Array & cryptoTokens, unsigned cryptoOptionalField, const PBYTEArray & rawPDU) const { BOOL noneActive = TRUE; PINDEX i; for (i = 0; i < GetSize(); i++) { H235Authenticator & authenticator = (*this)[i]; if (authenticator.IsActive() && authenticator.IsSecuredPDU(pdu.GetChoice().GetTag(), TRUE)) { noneActive = FALSE; break; } } if (noneActive) return H235Authenticator::e_OK; //do not accept non secure RAS Messages const PASN_Sequence & subPDU = (const PASN_Sequence &)pdu.GetChoice().GetObject(); if (!subPDU.HasOptionalField(clearOptionalField) && !subPDU.HasOptionalField(cryptoOptionalField)) { PTRACE(2, "H235RAS\tReceived unsecured RAS message (no crypto tokens)," " need one of:\n" << setfill(',') << *this << setfill(' ')); return H235Authenticator::e_Absent; } for (i = 0; i < GetSize(); i++) { H235Authenticator & authenticator = (*this)[i]; if (authenticator.IsSecuredPDU(pdu.GetChoice().GetTag(), TRUE)) { H235Authenticator::ValidationResult result = authenticator.ValidateTokens(clearTokens, cryptoTokens, rawPDU); switch (result) { case H235Authenticator::e_OK : PTRACE(4, "H235RAS\tAuthenticator " << authenticator << " succeeded"); return H235Authenticator::e_OK; case H235Authenticator::e_Absent : PTRACE(4, "H235RAS\tAuthenticator " << authenticator << " absent from PDU"); authenticator.Disable(); break; case H235Authenticator::e_Disabled : PTRACE(4, "H235RAS\tAuthenticator " << authenticator << " disabled"); break; default : // Various other failure modes PTRACE(4, "H235RAS\tAuthenticator " << authenticator << " failed: " << (int)result); return result; } } } return H235Authenticator::e_Absent; } /////////////////////////////////////////////////////////////////////////////// static PFactory::Worker factoryH235AuthSimpleMD5("SimpleMD5"); static const char OID_MD5[] = "1.2.840.113549.2.5"; H235AuthSimpleMD5::H235AuthSimpleMD5() { } PObject * H235AuthSimpleMD5::Clone() const { return new H235AuthSimpleMD5(*this); } const char * H235AuthSimpleMD5::GetName() const { return "MD5"; } static PWORDArray GetUCS2plusNULL(const PString & str) { PWORDArray ucs2 = str.AsUCS2(); PINDEX len = ucs2.GetSize(); if (len > 0 && ucs2[len-1] != 0) ucs2.SetSize(len+1); return ucs2; } H225_CryptoH323Token * H235AuthSimpleMD5::CreateCryptoToken() { if (!IsActive()) return NULL; if (localId.IsEmpty()) { PTRACE(2, "H235RAS\tH235AuthSimpleMD5 requires local ID for encoding."); return NULL; } // Cisco compatible hash calculation H235_ClearToken clearToken; // fill the PwdCertToken to calculate the hash clearToken.m_tokenOID = "0.0"; clearToken.IncludeOptionalField(H235_ClearToken::e_generalID); clearToken.m_generalID = GetUCS2plusNULL(localId); clearToken.IncludeOptionalField(H235_ClearToken::e_password); clearToken.m_password = GetUCS2plusNULL(password); clearToken.IncludeOptionalField(H235_ClearToken::e_timeStamp); clearToken.m_timeStamp = (int)time(NULL); // Encode it into PER PPER_Stream strm; clearToken.Encode(strm); strm.CompleteEncoding(); // Generate an MD5 of the clear tokens PER encoding. PMessageDigest5 stomach; stomach.Process(strm.GetPointer(), strm.GetSize()); PMessageDigest5::Code digest; stomach.Complete(digest); // Create the H.225 crypto token H225_CryptoH323Token * cryptoToken = new H225_CryptoH323Token; cryptoToken->SetTag(H225_CryptoH323Token::e_cryptoEPPwdHash); H225_CryptoH323Token_cryptoEPPwdHash & cryptoEPPwdHash = *cryptoToken; // Set the token data that actually goes over the wire H323SetAliasAddress(localId, cryptoEPPwdHash.m_alias); cryptoEPPwdHash.m_timeStamp = clearToken.m_timeStamp; cryptoEPPwdHash.m_token.m_algorithmOID = OID_MD5; cryptoEPPwdHash.m_token.m_hash.SetData(sizeof(digest)*8, (const BYTE *)&digest); return cryptoToken; } H235Authenticator::ValidationResult H235AuthSimpleMD5::ValidateCryptoToken( const H225_CryptoH323Token & cryptoToken, const PBYTEArray &) { if (!IsActive()) return e_Disabled; // verify the token is of correct type if (cryptoToken.GetTag() != H225_CryptoH323Token::e_cryptoEPPwdHash) return e_Absent; const H225_CryptoH323Token_cryptoEPPwdHash & cryptoEPPwdHash = cryptoToken; PString alias = H323GetAliasAddressString(cryptoEPPwdHash.m_alias); if (!remoteId && alias != remoteId) { PTRACE(1, "H235RAS\tH235AuthSimpleMD5 alias is \"" << alias << "\", should be \"" << remoteId << '"'); return e_Error; } // Build the clear token H235_ClearToken clearToken; clearToken.m_tokenOID = "0.0"; clearToken.IncludeOptionalField(H235_ClearToken::e_generalID); clearToken.m_generalID = GetUCS2plusNULL(alias); clearToken.IncludeOptionalField(H235_ClearToken::e_password); clearToken.m_password = GetUCS2plusNULL(password); clearToken.IncludeOptionalField(H235_ClearToken::e_timeStamp); clearToken.m_timeStamp = cryptoEPPwdHash.m_timeStamp; // Encode it into PER PPER_Stream strm; clearToken.Encode(strm); strm.CompleteEncoding(); // Generate an MD5 of the clear tokens PER encoding. PMessageDigest5 stomach; stomach.Process(strm.GetPointer(), strm.GetSize()); PMessageDigest5::Code digest; stomach.Complete(digest); if (cryptoEPPwdHash.m_token.m_hash.GetSize() == sizeof(digest)*8 && memcmp(cryptoEPPwdHash.m_token.m_hash.GetDataPointer(), &digest, sizeof(digest)) == 0) return e_OK; PTRACE(1, "H235RAS\tH235AuthSimpleMD5 digest does not match."); return e_BadPassword; } BOOL H235AuthSimpleMD5::IsCapability(const H235_AuthenticationMechanism & mechanism, const PASN_ObjectId & algorithmOID) { return mechanism.GetTag() == H235_AuthenticationMechanism::e_pwdHash && algorithmOID.AsString() == OID_MD5; } BOOL H235AuthSimpleMD5::SetCapability(H225_ArrayOf_AuthenticationMechanism & mechanisms, H225_ArrayOf_PASN_ObjectId & algorithmOIDs) { return AddCapability(H235_AuthenticationMechanism::e_pwdHash, OID_MD5, mechanisms, algorithmOIDs); } BOOL H235AuthSimpleMD5::IsSecuredPDU(unsigned rasPDU, BOOL received) const { switch (rasPDU) { case H225_RasMessage::e_registrationRequest : case H225_RasMessage::e_unregistrationRequest : case H225_RasMessage::e_admissionRequest : case H225_RasMessage::e_disengageRequest : case H225_RasMessage::e_bandwidthRequest : case H225_RasMessage::e_infoRequestResponse : return received ? !remoteId.IsEmpty() : !localId.IsEmpty(); default : return FALSE; } } /////////////////////////////////////////////////////////////////////////////// static PFactory::Worker factoryH235AuthCAT("SimpleCAT"); static const char OID_CAT[] = "1.2.840.113548.10.1.2.1"; H235AuthCAT::H235AuthCAT() { } PObject * H235AuthCAT::Clone() const { return new H235AuthCAT(*this); } const char * H235AuthCAT::GetName() const { return "CAT"; } H235_ClearToken * H235AuthCAT::CreateClearToken() { if (!IsActive()) return NULL; if (localId.IsEmpty()) { PTRACE(2, "H235RAS\tH235AuthCAT requires local ID for encoding."); return NULL; } H235_ClearToken * clearToken = new H235_ClearToken; // Cisco compatible hash calculation clearToken->m_tokenOID = OID_CAT; clearToken->IncludeOptionalField(H235_ClearToken::e_generalID); clearToken->m_generalID = GetUCS2plusNULL(localId); clearToken->IncludeOptionalField(H235_ClearToken::e_timeStamp); clearToken->m_timeStamp = (int)time(NULL); PUInt32b timeStamp = (DWORD)clearToken->m_timeStamp; clearToken->IncludeOptionalField(H235_ClearToken::e_random); BYTE random = (BYTE)++sentRandomSequenceNumber; clearToken->m_random = (unsigned)random; // Generate an MD5 of the clear tokens PER encoding. PMessageDigest5 stomach; stomach.Process(&random, 1); stomach.Process(password); stomach.Process(&timeStamp, 4); PMessageDigest5::Code digest; stomach.Complete(digest); clearToken->IncludeOptionalField(H235_ClearToken::e_challenge); clearToken->m_challenge.SetValue((const BYTE *)&digest, sizeof(digest)); return clearToken; } H235Authenticator::ValidationResult H235AuthCAT::ValidateClearToken(const H235_ClearToken & clearToken) { if (!IsActive()) return e_Disabled; if (clearToken.m_tokenOID != OID_CAT) return e_Absent; if (!clearToken.HasOptionalField(H235_ClearToken::e_generalID) || !clearToken.HasOptionalField(H235_ClearToken::e_timeStamp) || !clearToken.HasOptionalField(H235_ClearToken::e_random) || !clearToken.HasOptionalField(H235_ClearToken::e_challenge)) { PTRACE(2, "H235RAS\tCAT requires generalID, timeStamp, random and challenge fields"); return e_Error; } //first verify the timestamp PTime now; int deltaTime = now.GetTimeInSeconds() - clearToken.m_timeStamp; if (PABS(deltaTime) > timestampGracePeriod) { PTRACE(1, "H235RAS\tInvalid timestamp ABS(" << now.GetTimeInSeconds() << '-' << (int)clearToken.m_timeStamp << ") > " << timestampGracePeriod); //the time has elapsed return e_InvalidTime; } //verify the randomnumber if (lastTimestamp == clearToken.m_timeStamp && lastRandomSequenceNumber == clearToken.m_random) { //a message with this timespamp and the same random number was already verified PTRACE(1, "H235RAS\tConsecutive messages with the same random and timestamp"); return e_ReplyAttack; } if (!remoteId && clearToken.m_generalID.GetValue() != remoteId) { PTRACE(1, "H235RAS\tGeneral ID is \"" << clearToken.m_generalID.GetValue() << "\", should be \"" << remoteId << '"'); return e_Error; } int randomInt = clearToken.m_random; if (randomInt < -127 || randomInt > 255) { PTRACE(2, "H235RAS\tCAT requires single byte random field, got " << randomInt); return e_Error; } PUInt32b timeStamp = (DWORD)clearToken.m_timeStamp; BYTE randomByte = (BYTE)randomInt; // Generate an MD5 of the clear tokens PER encoding. PMessageDigest5 stomach; stomach.Process(&randomByte, 1); stomach.Process(password); stomach.Process(&timeStamp, 4); PMessageDigest5::Code digest; stomach.Complete(digest); if (clearToken.m_challenge.GetValue().GetSize() != sizeof(digest)) { PTRACE(2, "H235RAS\tCAT requires 16 byte challenge field"); return e_Error; } if (memcmp((const BYTE *)clearToken.m_challenge.GetValue(), &digest, sizeof(digest)) == 0) { // save the values for the next call lastRandomSequenceNumber = clearToken.m_random; lastTimestamp = clearToken.m_timeStamp; return e_OK; } PTRACE(2, "H235RAS\tCAT hash does not match"); return e_BadPassword; } BOOL H235AuthCAT::IsCapability(const H235_AuthenticationMechanism & mechanism, const PASN_ObjectId & algorithmOID) { if (mechanism.GetTag() != H235_AuthenticationMechanism::e_authenticationBES || algorithmOID.AsString() != OID_CAT) return FALSE; const H235_AuthenticationBES & bes = mechanism; return bes.GetTag() == H235_AuthenticationBES::e_radius; } BOOL H235AuthCAT::SetCapability(H225_ArrayOf_AuthenticationMechanism & mechanisms, H225_ArrayOf_PASN_ObjectId & algorithmOIDs) { if (!AddCapability(H235_AuthenticationMechanism::e_authenticationBES, OID_CAT, mechanisms, algorithmOIDs)) return FALSE; H235_AuthenticationBES & bes = mechanisms[mechanisms.GetSize()-1]; bes.SetTag(H235_AuthenticationBES::e_radius); return TRUE; } BOOL H235AuthCAT::IsSecuredPDU(unsigned rasPDU, BOOL received) const { switch (rasPDU) { case H225_RasMessage::e_registrationRequest : case H225_RasMessage::e_admissionRequest : return received ? !remoteId.IsEmpty() : !localId.IsEmpty(); default : return FALSE; } } ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/src/h235auth1.cxx0100644000176200056700000003726110374552615016610 0ustar releasepostincr/* * h235auth1.cxx * * H.235 security PDU's * * Open H323 Library * * Copyright (c) 1998-2001 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): Fürbass Franz * * $Log: h235auth1.cxx,v $ * Revision 1.17.4.1 2006/02/15 07:17:33 csoutheren * Backports from CVS head * * Revision 1.19 2006/02/13 11:24:23 csoutheren * Fixed problem with H235 authenticator factory not being populated * * Revision 1.18 2006/01/26 03:25:55 shorne * Caller Authentication added * * Revision 1.17 2005/02/03 02:46:07 csoutheren * Altered authentication functions to only update state information if authentication * is correct. Thanks to Michal Zygmuntowicz * * Revision 1.16 2005/01/04 08:08:45 csoutheren * More changes to implement the new configuration methodology, and also to * attack the global static problem * * Revision 1.15 2004/11/12 06:04:44 csoutheren * Changed H235Authentiators to use PFactory * * Revision 1.14 2003/04/17 12:19:15 robertj * Added windows automatic library inclusion for openssl. * * Revision 1.13 2003/02/01 13:31:22 robertj * Changes to support CAT authentication in RAS. * * Revision 1.12 2003/01/27 23:15:44 robertj * Added more trace logs * * Revision 1.11 2003/01/08 04:40:34 robertj * Added more debug tracing for H.235 authenticators. * * Revision 1.10 2002/08/13 05:10:29 robertj * Fixed bug where incorrect PIN caused infinite loop. * * Revision 1.9 2002/08/05 05:17:41 robertj * Fairly major modifications to support different authentication credentials * in ARQ to the logged in ones on RRQ. For both client and server. * Various other H.235 authentication bugs and anomalies fixed on the way. * * Revision 1.8 2002/07/25 00:56:23 robertj * Added logging of timestamps used if authorisation declined for that reason. * * Revision 1.7 2002/07/24 06:38:57 robertj * Fixed GNU compatibility * * Revision 1.6 2002/07/24 06:35:53 robertj * Fixed timestamp check in PDU to assure use of UTC and banded grace time. * * Revision 1.5 2002/05/17 03:40:25 robertj * Fixed problems with H.235 authentication on RAS for server and client. * * Revision 1.4 2001/12/06 06:44:42 robertj * Removed "Win32 SSL xxx" build configurations in favour of system * environment variables to select optional libraries. * * Revision 1.3 2001/09/13 01:15:20 robertj * Added flag to H235Authenticator to determine if gkid and epid is to be * automatically set as the crypto token remote id and local id. * * Revision 1.2 2001/08/14 05:24:41 robertj * Added support for H.235v1 and H.235v2 specifications. * * Revision 1.1 2001/08/10 11:03:52 robertj * Major changes to H.235 support in RAS to support server. * */ #include #if P_SSL #include #include "h235auth.h" #include "h323pdu.h" namespace PWLibStupidLinkerHacks { int h235AuthProcedure1Loader; }; #ifdef _MSC_VER #pragma comment(lib, P_SSL_LIB1) #pragma comment(lib, P_SSL_LIB2) #endif #define REPLY_BUFFER_SIZE 1024 static const char OID_A[] = "0.0.8.235.0.2.1"; static const char OID_T[] = "0.0.8.235.0.2.5"; static const char OID_U[] = "0.0.8.235.0.2.6"; #define OID_VERSION_OFFSET 5 #define HASH_SIZE 12 static const BYTE SearchPattern[HASH_SIZE] = { // Must be 12 bytes 't', 'W', 'e', 'l', 'V', 'e', '~', 'b', 'y', 't', 'e', 'S' }; #ifndef SHA_DIGESTSIZE #define SHA_DIGESTSIZE 20 #endif #ifndef SHA_BLOCKSIZE #define SHA_BLOCKSIZE 64 #endif #define new PNEW ///////////////////////////////////////////////////////////////////////////// /* Function to print the digest */ #if 0 static void pr_sha(FILE* fp, char* s, int t) { int i ; fprintf(fp, "0x") ; for (i = 0 ; i < t ; i++) fprintf(fp, "%02x", s[i]) ; fprintf(fp, "0x") ; } #endif static void truncate(unsigned char* d1, /* data to be truncated */ char* d2, /* truncated data */ int len) /* length in bytes to keep */ { int i ; for (i = 0 ; i < len ; i++) d2[i] = d1[i]; } /* Function to compute the digest */ static void hmac_sha (const unsigned char* k, /* secret key */ int lk, /* length of the key in bytes */ const unsigned char* d, /* data */ int ld, /* length of data in bytes */ char* out, /* output buffer, at least "t" bytes */ int t) { SHA_CTX ictx, octx ; unsigned char isha[SHA_DIGESTSIZE], osha[SHA_DIGESTSIZE] ; unsigned char key[SHA_DIGESTSIZE] ; char buf[SHA_BLOCKSIZE] ; int i ; if (lk > SHA_BLOCKSIZE) { SHA_CTX tctx ; SHA1_Init(&tctx) ; SHA1_Update(&tctx, k, lk) ; SHA1_Final(key, &tctx) ; k = key ; lk = SHA_DIGESTSIZE ; } /**** Inner Digest ****/ SHA1_Init(&ictx) ; /* Pad the key for inner digest */ for (i = 0 ; i < lk ; ++i) buf[i] = (char)(k[i] ^ 0x36); for (i = lk ; i < SHA_BLOCKSIZE ; ++i) buf[i] = 0x36; SHA1_Update(&ictx, buf, SHA_BLOCKSIZE) ; SHA1_Update(&ictx, d, ld) ; SHA1_Final(isha, &ictx) ; /**** Outter Digest ****/ SHA1_Init(&octx) ; /* Pad the key for outter digest */ for (i = 0 ; i < lk ; ++i) buf[i] = (char)(k[i] ^ 0x5C); for (i = lk ; i < SHA_BLOCKSIZE ; ++i) buf[i] = 0x5C; SHA1_Update(&octx, buf, SHA_BLOCKSIZE) ; SHA1_Update(&octx, isha, SHA_DIGESTSIZE) ; SHA1_Final(osha, &octx) ; /* truncate and print the results */ t = t > SHA_DIGESTSIZE ? SHA_DIGESTSIZE : t ; truncate(osha, out, t) ; } ///////////////////////////////////////////////////////////////////////////// static PFactory::Worker factoryH235AuthProcedure1("H235Procedure1"); H235AuthProcedure1::H235AuthProcedure1() { } PObject * H235AuthProcedure1::Clone() const { H235AuthProcedure1 * auth = new H235AuthProcedure1(*this); // We do NOT copy these fields in Clone() auth->lastRandomSequenceNumber = 0; auth->lastTimestamp = 0; return auth; } const char * H235AuthProcedure1::GetName() const { return "H235AnnexD_Procedure1"; } H225_CryptoH323Token * H235AuthProcedure1::CreateCryptoToken() { if (!IsActive()) return NULL; H225_CryptoH323Token * cryptoToken = new H225_CryptoH323Token; // Create the H.225 crypto token in the H323 crypto token cryptoToken->SetTag(H225_CryptoH323Token::e_nestedcryptoToken); H235_CryptoToken & nestedCryptoToken = *cryptoToken; // We are doing hashed password nestedCryptoToken.SetTag(H235_CryptoToken::e_cryptoHashedToken); H235_CryptoToken_cryptoHashedToken & cryptoHashedToken = nestedCryptoToken; // tokenOID = "A" cryptoHashedToken.m_tokenOID = OID_A; //ClearToken H235_ClearToken & clearToken = cryptoHashedToken.m_hashedVals; // tokenOID = "T" clearToken.m_tokenOID = OID_T; if (!remoteId) { clearToken.IncludeOptionalField(H235_ClearToken::e_generalID); clearToken.m_generalID = remoteId; } if (!localId) { clearToken.IncludeOptionalField(H235_ClearToken::e_sendersID); clearToken.m_sendersID = localId; } clearToken.IncludeOptionalField(H235_ClearToken::e_timeStamp); clearToken.m_timeStamp = (int)PTime().GetTimeInSeconds(); clearToken.IncludeOptionalField(H235_ClearToken::e_random); clearToken.m_random = ++sentRandomSequenceNumber; //H235_HASHED H235_HASHED & encodedToken = cryptoHashedToken.m_token; // algorithmOID = "U" encodedToken.m_algorithmOID = OID_U; /******* * step 1 * * set a pattern for the hash value * */ encodedToken.m_hash.SetData(HASH_SIZE*8, SearchPattern); return cryptoToken; } BOOL H235AuthProcedure1::Finalise(PBYTEArray & rawPDU) { if (!IsActive()) return FALSE; // Find the pattern int foundat = -1; for (PINDEX i = 0; i <= rawPDU.GetSize() - HASH_SIZE; i++) { if (memcmp(&rawPDU[i], SearchPattern, HASH_SIZE) == 0) { // i'v found it ! foundat = i; break; } } if (foundat == -1) { //Can't find the search pattern in the ASN1 packet. PTRACE(2, "H235RAS\tPDU not prepared for H235AuthProcedure1"); return FALSE; } // Zero out the search pattern memset(&rawPDU[foundat], 0, HASH_SIZE); /******* * * generate a HMAC-SHA1 key over the hole message * and save it in at (step 3) located position. * in the asn1 packet. */ char key[HASH_SIZE]; /** make a SHA1 hash before send to the hmac_sha1 */ unsigned char secretkey[20]; SHA1((unsigned char *)password.GetPointer(), password.GetSize()-1, secretkey); hmac_sha(secretkey, 20, rawPDU.GetPointer(), rawPDU.GetSize(), key, HASH_SIZE); memcpy(&rawPDU[foundat], key, HASH_SIZE); PTRACE(4, "H235RAS\tH235AuthProcedure1 hashing completed: \"" << password << '"'); return TRUE; } static BOOL CheckOID(const PASN_ObjectId & oid1, const PASN_ObjectId & oid2) { if (oid1.GetSize() != oid2.GetSize()) return FALSE; PINDEX i; for (i = 0; i < OID_VERSION_OFFSET; i++) { if (oid1[i] != oid2[i]) return FALSE; } for (i++; i < oid1.GetSize(); i++) { if (oid1[i] != oid2[i]) return FALSE; } return TRUE; } H235Authenticator::ValidationResult H235AuthProcedure1::ValidateCryptoToken( const H225_CryptoH323Token & cryptoToken, const PBYTEArray & rawPDU) { //verify the token is of correct type if (cryptoToken.GetTag() != H225_CryptoH323Token::e_nestedcryptoToken) { PTRACE(4, "H235\tNo nested crypto token!"); return e_Absent; } const H235_CryptoToken & crNested = cryptoToken; if (crNested.GetTag() != H235_CryptoToken::e_cryptoHashedToken) { PTRACE(4, "H235\tNo crypto hash token!"); return e_Absent; } const H235_CryptoToken_cryptoHashedToken & crHashed = crNested; //verify the crypto OIDs // "A" indicates that the whole messages is used for authentication. if (!CheckOID(crHashed.m_tokenOID, OID_A)) { PTRACE(2, "H235RAS\tH235AuthProcedure1 requires all fields are hashed, got OID " << crHashed.m_tokenOID); return e_Absent; } // "T" indicates that the hashed token of the CryptoToken is used for authentication. if (!CheckOID(crHashed.m_hashedVals.m_tokenOID, OID_T)) { PTRACE(2, "H235RAS\tH235AuthProcedure1 requires ClearToken, got OID " << crHashed.m_hashedVals.m_tokenOID); return e_Absent; } // "U" indicates that the HMAC-SHA1-96 alorigthm is used. if (!CheckOID(crHashed.m_token.m_algorithmOID, OID_U)) { PTRACE(2, "H235RAS\tH235AuthProcedure1 requires HMAC-SHA1-96, got OID " << crHashed.m_token.m_algorithmOID); return e_Absent; } //first verify the timestamp PTime now; int deltaTime = now.GetTimeInSeconds() - crHashed.m_hashedVals.m_timeStamp; if (PABS(deltaTime) > timestampGracePeriod) { PTRACE(1, "H235RAS\tInvalid timestamp ABS(" << now.GetTimeInSeconds() << '-' << (int)crHashed.m_hashedVals.m_timeStamp << ") > " << timestampGracePeriod); //the time has elapsed return e_InvalidTime; } //verify the randomnumber if (lastTimestamp == crHashed.m_hashedVals.m_timeStamp && lastRandomSequenceNumber == crHashed.m_hashedVals.m_random) { //a message with this timespamp and the same random number was already verified PTRACE(1, "H235RAS\tConsecutive messages with the same random and timestamp"); return e_ReplyAttack; } //verify the username if (!localId && crHashed.m_tokenOID[OID_VERSION_OFFSET] > 1) { if (!crHashed.m_hashedVals.HasOptionalField(H235_ClearToken::e_generalID)) { PTRACE(1, "H235RAS\tH235AuthProcedure1 requires general ID."); return e_Error; } if (crHashed.m_hashedVals.m_generalID.GetValue() != localId) { PTRACE(1, "H235RAS\tGeneral ID is \"" << crHashed.m_hashedVals.m_generalID.GetValue() << "\", should be \"" << localId << '"'); return e_Error; } } if (!remoteId) { if (!crHashed.m_hashedVals.HasOptionalField(H235_ClearToken::e_sendersID)) { PTRACE(1, "H235RAS\tH235AuthProcedure1 requires senders ID."); return e_Error; } if (crHashed.m_hashedVals.m_sendersID.GetValue() != remoteId) { PTRACE(1, "H235RAS\tSenders ID is \"" << crHashed.m_hashedVals.m_sendersID.GetValue() << "\", should be \"" << remoteId << '"'); return e_Error; } } /**** * step 1 * extract the variable hash and save it * */ BYTE RV[HASH_SIZE]; if (crHashed.m_token.m_hash.GetSize() != HASH_SIZE*8) { PTRACE(2, "H235RAS\tH235AuthProcedure1 requires a hash!"); return e_Error; } const unsigned char *data = crHashed.m_token.m_hash.GetDataPointer(); memcpy(RV, data, HASH_SIZE); unsigned char secretkey[20]; SHA1((unsigned char *)password.GetPointer(), password.GetSize()-1, secretkey); /**** * step 4 * lookup the variable int the orginal ASN1 packet * and set it to 0. */ PINDEX foundat = 0; bool found = false; const BYTE * asnPtr = rawPDU; PINDEX asnLen = rawPDU.GetSize(); while (foundat < asnLen - HASH_SIZE) { for (PINDEX i = foundat; i <= asnLen - HASH_SIZE; i++) { if (memcmp(asnPtr+i, data, HASH_SIZE) == 0) { // i'v found it ! foundat = i; found = true; break; } } if (!found) { if (foundat != 0) break; PTRACE(2, "H235RAS\tH235AuthProcedure1 could not locate embedded hash!"); return e_Error; } found = false; memset((BYTE *)asnPtr+foundat, 0, HASH_SIZE); /**** * step 5 * generate a HMAC-SHA1 key over the hole packet * */ char key[HASH_SIZE]; hmac_sha(secretkey, 20, asnPtr, asnLen, key, HASH_SIZE); /**** * step 6 * compare the two keys * */ if (memcmp(key, RV, HASH_SIZE) == 0) { // Keys are the same !! Ok // save the values for the next call lastRandomSequenceNumber = crHashed.m_hashedVals.m_random; lastTimestamp = crHashed.m_hashedVals.m_timeStamp; return e_OK; } // Put it back and look for another memcpy((BYTE *)asnPtr+foundat, data, HASH_SIZE); foundat++; } PTRACE(1, "H235RAS\tH235AuthProcedure1 hash does not match."); return e_BadPassword; } BOOL H235AuthProcedure1::IsCapability(const H235_AuthenticationMechanism & mechansim, const PASN_ObjectId & algorithmOID) { return mechansim.GetTag() == H235_AuthenticationMechanism::e_pwdHash && algorithmOID.AsString() == OID_U; } BOOL H235AuthProcedure1::SetCapability(H225_ArrayOf_AuthenticationMechanism & mechanisms, H225_ArrayOf_PASN_ObjectId & algorithmOIDs) { return AddCapability(H235_AuthenticationMechanism::e_pwdHash, OID_U, mechanisms, algorithmOIDs); } BOOL H235AuthProcedure1::UseGkAndEpIdentifiers() const { return TRUE; } #endif // P_SSL ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/src/h245.asn0100644000176200056700000030165010260650623015611 0ustar releasepostincrMULTIMEDIA-SYSTEM-CONTROL DEFINITIONS AUTOMATIC TAGS ::= BEGIN -- Export all symbols -- ======================================================================= -- Top level Messages -- ======================================================================= MultimediaSystemControlMessage ::=CHOICE { request RequestMessage, response ResponseMessage, command CommandMessage, indication IndicationMessage, ... } -- A RequestMessage results in action and requires an immediate response RequestMessage ::=CHOICE { nonStandard NonStandardMessage, masterSlaveDetermination MasterSlaveDetermination, terminalCapabilitySet TerminalCapabilitySet, openLogicalChannel OpenLogicalChannel, closeLogicalChannel CloseLogicalChannel, requestChannelClose RequestChannelClose, multiplexEntrySend MultiplexEntrySend, requestMultiplexEntry RequestMultiplexEntry, requestMode RequestMode, roundTripDelayRequest RoundTripDelayRequest, maintenanceLoopRequest MaintenanceLoopRequest, ..., communicationModeRequest CommunicationModeRequest, conferenceRequest ConferenceRequest, multilinkRequest MultilinkRequest, logicalChannelRateRequest LogicalChannelRateRequest, genericRequest GenericMessage } -- A ResponseMessage is the response to a RequestMessage ResponseMessage ::=CHOICE { nonStandard NonStandardMessage, masterSlaveDeterminationAck MasterSlaveDeterminationAck, masterSlaveDeterminationReject MasterSlaveDeterminationReject, terminalCapabilitySetAck TerminalCapabilitySetAck, terminalCapabilitySetReject TerminalCapabilitySetReject, openLogicalChannelAck OpenLogicalChannelAck, openLogicalChannelReject OpenLogicalChannelReject, closeLogicalChannelAck CloseLogicalChannelAck, requestChannelCloseAck RequestChannelCloseAck, requestChannelCloseReject RequestChannelCloseReject, multiplexEntrySendAck MultiplexEntrySendAck, multiplexEntrySendReject MultiplexEntrySendReject, requestMultiplexEntryAck RequestMultiplexEntryAck, requestMultiplexEntryReject RequestMultiplexEntryReject, requestModeAck RequestModeAck, requestModeReject RequestModeReject, roundTripDelayResponse RoundTripDelayResponse, maintenanceLoopAck MaintenanceLoopAck, maintenanceLoopReject MaintenanceLoopReject, ..., communicationModeResponse CommunicationModeResponse, conferenceResponse ConferenceResponse, multilinkResponse MultilinkResponse, logicalChannelRateAcknowledge LogicalChannelRateAcknowledge, logicalChannelRateReject LogicalChannelRateReject, genericResponse GenericMessage } -- A CommandMessage requires action, but no explicit response CommandMessage ::=CHOICE { nonStandard NonStandardMessage, maintenanceLoopOffCommand MaintenanceLoopOffCommand, sendTerminalCapabilitySet SendTerminalCapabilitySet, encryptionCommand EncryptionCommand, flowControlCommand FlowControlCommand, endSessionCommand EndSessionCommand, miscellaneousCommand MiscellaneousCommand, ..., communicationModeCommand CommunicationModeCommand, conferenceCommand ConferenceCommand, h223MultiplexReconfiguration H223MultiplexReconfiguration, newATMVCCommand NewATMVCCommand, mobileMultilinkReconfigurationCommand MobileMultilinkReconfigurationCommand, genericCommand GenericMessage } -- An IndicationMessage is information that does not require action or response IndicationMessage ::=CHOICE { nonStandard NonStandardMessage, functionNotUnderstood FunctionNotUnderstood, masterSlaveDeterminationRelease MasterSlaveDeterminationRelease, terminalCapabilitySetRelease TerminalCapabilitySetRelease, openLogicalChannelConfirm OpenLogicalChannelConfirm, requestChannelCloseRelease RequestChannelCloseRelease, multiplexEntrySendRelease MultiplexEntrySendRelease, requestMultiplexEntryRelease RequestMultiplexEntryRelease, requestModeRelease RequestModeRelease, miscellaneousIndication MiscellaneousIndication, jitterIndication JitterIndication, h223SkewIndication H223SkewIndication, newATMVCIndication NewATMVCIndication, userInput UserInputIndication, ..., h2250MaximumSkewIndication H2250MaximumSkewIndication, mcLocationIndication MCLocationIndication, conferenceIndication ConferenceIndication, vendorIdentification VendorIdentification, functionNotSupported FunctionNotSupported, multilinkIndication MultilinkIndication, logicalChannelRateRelease LogicalChannelRateRelease, flowControlIndication FlowControlIndication, mobileMultilinkReconfigurationIndication MobileMultilinkReconfigurationIndication, genericIndication GenericMessage } -- SequenceNumber is defined here as it is used in a number of Messages SequenceNumber ::=INTEGER (0..255) -- ============================================================================= -- Generic Message definitions -- ============================================================================= GenericMessage ::=SEQUENCE { messageIdentifier CapabilityIdentifier, subMessageIdentifier INTEGER(0..127) OPTIONAL, messageContent SEQUENCE OF GenericParameter OPTIONAL, ... } -- ============================================================================= -- Non-standard Message definitions -- ============================================================================= NonStandardMessage ::=SEQUENCE { nonStandardData NonStandardParameter, ... } NonStandardParameter ::=SEQUENCE { nonStandardIdentifier NonStandardIdentifier, data OCTET STRING } NonStandardIdentifier ::=CHOICE { object OBJECT IDENTIFIER, h221NonStandard SEQUENCE { t35CountryCode INTEGER (0..255), -- country, per -- Annex A/T.35 t35Extension INTEGER (0..255), -- assigned nationally unless -- t35CountryCode is binary -- 1111 1111, in which case it shall -- contain the country code -- according to Annex B/T.35 manufacturerCode INTEGER (0..65535) -- assigned nationally } } -- ============================================================================= -- Master-slave determination definitions -- ============================================================================= MasterSlaveDetermination ::=SEQUENCE { terminalType INTEGER (0..255), statusDeterminationNumber INTEGER (0..16777215), ... } MasterSlaveDeterminationAck ::=SEQUENCE { decision CHOICE { master NULL, slave NULL }, ... } MasterSlaveDeterminationReject ::=SEQUENCE { cause CHOICE { identicalNumbers NULL, ... }, ... } MasterSlaveDeterminationRelease ::=SEQUENCE { ... } -- ============================================================================= -- Capability exchange definitions -- ============================================================================= TerminalCapabilitySet ::=SEQUENCE { sequenceNumber SequenceNumber, protocolIdentifier OBJECT IDENTIFIER, -- shall be set to the value -- {itu-t (0) recommendation (0) h (8) 245 -- version (0) 11} multiplexCapability MultiplexCapability OPTIONAL, capabilityTable SET SIZE (1..256) OF CapabilityTableEntry OPTIONAL, capabilityDescriptors SET SIZE (1..256) OF CapabilityDescriptor OPTIONAL, ... } CapabilityTableEntry ::=SEQUENCE { capabilityTableEntryNumber CapabilityTableEntryNumber, capability Capability OPTIONAL } CapabilityDescriptor ::=SEQUENCE { capabilityDescriptorNumber CapabilityDescriptorNumber, simultaneousCapabilities SET SIZE (1..256) OF AlternativeCapabilitySet OPTIONAL } AlternativeCapabilitySet ::=SEQUENCE SIZE (1..256) OF CapabilityTableEntryNumber CapabilityTableEntryNumber ::=INTEGER (1..65535) CapabilityDescriptorNumber ::=INTEGER (0..255) TerminalCapabilitySetAck ::=SEQUENCE { sequenceNumber SequenceNumber, ... } TerminalCapabilitySetReject ::=SEQUENCE { sequenceNumber SequenceNumber, cause CHOICE { unspecified NULL, undefinedTableEntryUsed NULL, descriptorCapacityExceeded NULL, tableEntryCapacityExceeded CHOICE { highestEntryNumberProcessed CapabilityTableEntryNumber, noneProcessed NULL }, ... }, ... } TerminalCapabilitySetRelease ::=SEQUENCE { ... } -- ============================================================================= -- Capability exchange definitions: top level capability description -- ============================================================================= Capability ::=CHOICE { nonStandard NonStandardParameter, receiveVideoCapability VideoCapability, transmitVideoCapability VideoCapability, receiveAndTransmitVideoCapability VideoCapability, receiveAudioCapability AudioCapability, transmitAudioCapability AudioCapability, receiveAndTransmitAudioCapability AudioCapability, receiveDataApplicationCapability DataApplicationCapability, transmitDataApplicationCapability DataApplicationCapability, receiveAndTransmitDataApplicationCapability DataApplicationCapability, h233EncryptionTransmitCapability BOOLEAN, h233EncryptionReceiveCapability SEQUENCE { h233IVResponseTime INTEGER (0..255), -- units milliseconds ... }, ..., conferenceCapability ConferenceCapability, h235SecurityCapability H235SecurityCapability, maxPendingReplacementFor INTEGER (0..255), receiveUserInputCapability UserInputCapability, transmitUserInputCapability UserInputCapability, receiveAndTransmitUserInputCapability UserInputCapability, genericControlCapability GenericCapability, receiveMultiplexedStreamCapability MultiplexedStreamCapability, transmitMultiplexedStreamCapability MultiplexedStreamCapability, receiveAndTransmitMultiplexedStreamCapability MultiplexedStreamCapability, receiveRTPAudioTelephonyEventCapability AudioTelephonyEventCapability, receiveRTPAudioToneCapability AudioToneCapability, depFecCapability DepFECCapability, -- Deprecated, do not use multiplePayloadStreamCapability MultiplePayloadStreamCapability, fecCapability FECCapability, redundancyEncodingCap RedundancyEncodingCapability, oneOfCapabilities AlternativeCapabilitySet } H235SecurityCapability ::=SEQUENCE { encryptionAuthenticationAndIntegrity EncryptionAuthenticationAndIntegrity, mediaCapability CapabilityTableEntryNumber, -- NOTE . The mediaCapability shall refer to Capability Table Entries -- that do contain, directly or indirectly, one or more transmit, -- receive, or receiveAndTransmit AudioCapability, VideoCapability, -- DataApplicationCapability, or similar capabilities indicated by a -- NonStandardParameter or GenericCapability only ... } -- ============================================================================= -- Capability exchange definitions: Multiplex capabilities -- ============================================================================= MultiplexCapability ::=CHOICE { nonStandard NonStandardParameter, h222Capability H222Capability, h223Capability H223Capability, v76Capability V76Capability, ..., h2250Capability H2250Capability, genericMultiplexCapability GenericCapability } H222Capability ::= SEQUENCE { numberOfVCs INTEGER (1..256), vcCapability SET OF VCCapability, ... } VCCapability ::=SEQUENCE { aal1 SEQUENCE { nullClockRecovery BOOLEAN, srtsClockRecovery BOOLEAN, adaptiveClockRecovery BOOLEAN, nullErrorCorrection BOOLEAN, longInterleaver BOOLEAN, shortInterleaver BOOLEAN, errorCorrectionOnly BOOLEAN, structuredDataTransfer BOOLEAN, partiallyFilledCells BOOLEAN, ... } OPTIONAL, aal5 SEQUENCE { forwardMaximumSDUSize INTEGER (0..65535), -- units octets backwardMaximumSDUSize INTEGER (0..65535), -- units octets ... } OPTIONAL, transportStream BOOLEAN, programStream BOOLEAN, availableBitRates SEQUENCE { type CHOICE { singleBitRate INTEGER (1..65535), -- units 64 kbit/s rangeOfBitRates SEQUENCE { lowerBitRate INTEGER (1..65535), -- units 64 kbit/s higherBitRate INTEGER (1..65535) -- units 64 kbit/s } }, ... }, ..., aal1ViaGateway SEQUENCE { gatewayAddress SET SIZE(1..256) OF Q2931Address, nullClockRecovery BOOLEAN, srtsClockRecovery BOOLEAN, adaptiveClockRecovery BOOLEAN, nullErrorCorrection BOOLEAN, longInterleaver BOOLEAN, shortInterleaver BOOLEAN, errorCorrectionOnly BOOLEAN, structuredDataTransfer BOOLEAN, partiallyFilledCells BOOLEAN, ... } OPTIONAL } H223Capability ::=SEQUENCE { transportWithI-frames BOOLEAN, -- I-frame transport -- of H.245 videoWithAL1 BOOLEAN, videoWithAL2 BOOLEAN, videoWithAL3 BOOLEAN, audioWithAL1 BOOLEAN, audioWithAL2 BOOLEAN, audioWithAL3 BOOLEAN, dataWithAL1 BOOLEAN, dataWithAL2 BOOLEAN, dataWithAL3 BOOLEAN, maximumAl2SDUSize INTEGER (0..65535), -- units octets maximumAl3SDUSize INTEGER (0..65535), -- units octets maximumDelayJitter INTEGER (0..1023), -- units milliseconds h223MultiplexTableCapability CHOICE { basic NULL, enhanced SEQUENCE { maximumNestingDepth INTEGER (1..15), maximumElementListSize INTEGER (2..255), maximumSubElementListSize INTEGER (2..255), ... } }, ..., maxMUXPDUSizeCapability BOOLEAN, nsrpSupport BOOLEAN, mobileOperationTransmitCapability SEQUENCE { modeChangeCapability BOOLEAN, h223AnnexA BOOLEAN, h223AnnexADoubleFlag BOOLEAN, h223AnnexB BOOLEAN, h223AnnexBwithHeader BOOLEAN, ... } OPTIONAL, h223AnnexCCapability H223AnnexCCapability OPTIONAL, bitRate INTEGER (1..19200) OPTIONAL, -- units of -- 100 bit/s mobileMultilinkFrameCapability SEQUENCE { maximumSampleSize INTEGER (1..255), -- units octets maximumPayloadLength INTEGER (1..65025), -- units octets ... } OPTIONAL } H223AnnexCCapability ::= SEQUENCE { videoWithAL1M BOOLEAN, videoWithAL2M BOOLEAN, videoWithAL3M BOOLEAN, audioWithAL1M BOOLEAN, audioWithAL2M BOOLEAN, audioWithAL3M BOOLEAN, dataWithAL1M BOOLEAN, dataWithAL2M BOOLEAN, dataWithAL3M BOOLEAN, alpduInterleaving BOOLEAN, maximumAL1MPDUSize INTEGER (0..65535), -- units octets maximumAL2MSDUSize INTEGER (0..65535), -- units octets maximumAL3MSDUSize INTEGER (0..65535), -- units octets ..., rsCodeCapability BOOLEAN OPTIONAL } V76Capability ::=SEQUENCE { suspendResumeCapabilitywAddress BOOLEAN, suspendResumeCapabilitywoAddress BOOLEAN, rejCapability BOOLEAN, sREJCapability BOOLEAN, mREJCapability BOOLEAN, crc8bitCapability BOOLEAN, crc16bitCapability BOOLEAN, crc32bitCapability BOOLEAN, uihCapability BOOLEAN, numOfDLCS INTEGER (2..8191), twoOctetAddressFieldCapability BOOLEAN, loopBackTestCapability BOOLEAN, n401Capability INTEGER (1..4095), maxWindowSizeCapability INTEGER (1..127), v75Capability V75Capability, ... } V75Capability ::=SEQUENCE { audioHeader BOOLEAN, ... } H2250Capability ::=SEQUENCE { maximumAudioDelayJitter INTEGER(0..1023), -- units in -- milliseconds receiveMultipointCapability MultipointCapability, transmitMultipointCapability MultipointCapability, receiveAndTransmitMultipointCapability MultipointCapability, mcCapability SEQUENCE { centralizedConferenceMC BOOLEAN, decentralizedConferenceMC BOOLEAN, ... }, rtcpVideoControlCapability BOOLEAN, -- FIR and NACK mediaPacketizationCapability MediaPacketizationCapability, ..., transportCapability TransportCapability OPTIONAL, redundancyEncodingCapability SEQUENCE SIZE(1..256) OF RedundancyEncodingCapability OPTIONAL, logicalChannelSwitchingCapability BOOLEAN, t120DynamicPortCapability BOOLEAN } MediaPacketizationCapability ::=SEQUENCE { h261aVideoPacketization BOOLEAN, ..., rtpPayloadType SEQUENCE SIZE(1..256) OF RTPPayloadType OPTIONAL } RSVPParameters ::=SEQUENCE { qosMode QOSMode OPTIONAL, tokenRate INTEGER (1..4294967295) OPTIONAL, -- rate in bytes/s bucketSize INTEGER (1..4294967295) OPTIONAL, -- size in bytes peakRate INTEGER (1..4294967295) OPTIONAL, -- peak bandwidth bytes/s minPoliced INTEGER (1..4294967295) OPTIONAL, -- maxPktSize INTEGER (1..4294967295) OPTIONAL, -- size in bytes ... } QOSMode ::=CHOICE { guaranteedQOS NULL, controlledLoad NULL, ... } ATMParameters ::=SEQUENCE { maxNTUSize INTEGER(0..65535), -- units in octets atmUBR BOOLEAN, -- unspecified bit rate atmrtVBR BOOLEAN, -- real time variable -- bit rate atmnrtVBR BOOLEAN, -- non real time -- variable bit rate atmABR BOOLEAN, -- available bit rate atmCBR BOOLEAN, -- constant bit rate ... } QOSCapability ::=SEQUENCE { nonStandardData NonStandardParameter OPTIONAL, rsvpParameters RSVPParameters OPTIONAL, atmParameters ATMParameters OPTIONAL, ... } MediaTransportType ::=CHOICE { ip-UDP NULL, ip-TCP NULL, atm-AAL5-UNIDIR NULL, -- virtual circuits used as unidirectional atm-AAL5-BIDIR NULL, -- virtual circuits used as bidirectional ..., atm-AAL5-compressed SEQUENCE { variable-delta BOOLEAN, ... } } MediaChannelCapability ::=SEQUENCE { mediaTransport MediaTransportType OPTIONAL, ... } TransportCapability ::=SEQUENCE { nonStandard NonStandardParameter OPTIONAL, qOSCapabilities SEQUENCE SIZE(1..256) OF QOSCapability OPTIONAL, mediaChannelCapabilities SEQUENCE SIZE(1..256) OF MediaChannelCapability OPTIONAL, ... } RedundancyEncodingCapability ::=SEQUENCE { redundancyEncodingMethod RedundancyEncodingMethod, primaryEncoding CapabilityTableEntryNumber, secondaryEncoding SEQUENCE SIZE(1..256) OF CapabilityTableEntryNumber OPTIONAL, -- must be Audio, Video, or Data capabilities, not derived -- capabilities; redundancy order is inferred from number of -- secondary encodings ... } RedundancyEncodingMethod ::=CHOICE { nonStandard NonStandardParameter, rtpAudioRedundancyEncoding NULL, ..., rtpH263VideoRedundancyEncoding RTPH263VideoRedundancyEncoding } RTPH263VideoRedundancyEncoding ::= SEQUENCE { numberOfThreads INTEGER (1..16), framesBetweenSyncPoints INTEGER (1..256), frameToThreadMapping CHOICE { roundrobin NULL, custom SEQUENCE SIZE(1..256) OF RTPH263VideoRedundancyFrameMapping, -- empty SEQUENCE for capability negotiation -- meaningful contents only OpenLogicalChannel ... }, containedThreads SEQUENCE SIZE(1..256) OF INTEGER (0..15) OPTIONAL, -- only used for opening of logical channels ... } RTPH263VideoRedundancyFrameMapping ::= SEQUENCE { threadNumber INTEGER (0..15), frameSequence SEQUENCE SIZE(1..256) OF INTEGER (0..255), ... } MultipointCapability ::=SEQUENCE { multicastCapability BOOLEAN, multiUniCastConference BOOLEAN, mediaDistributionCapability SEQUENCE OF MediaDistributionCapability, ... } MediaDistributionCapability ::=SEQUENCE { centralizedControl BOOLEAN, distributedControl BOOLEAN, -- for further study in -- ITU-T Rec. H.323 centralizedAudio BOOLEAN, distributedAudio BOOLEAN, centralizedVideo BOOLEAN, distributedVideo BOOLEAN, centralizedData SEQUENCE OF DataApplicationCapability OPTIONAL, distributedData SEQUENCE OF DataApplicationCapability OPTIONAL, -- for further study in -- ITU-T Rec. H.323 ... } -- ============================================================================= -- Capability exchange definitions: Video capabilities -- ============================================================================= VideoCapability ::=CHOICE { nonStandard NonStandardParameter, h261VideoCapability H261VideoCapability, h262VideoCapability H262VideoCapability, h263VideoCapability H263VideoCapability, is11172VideoCapability IS11172VideoCapability, ..., genericVideoCapability GenericCapability, extendedVideoCapability ExtendedVideoCapability } ExtendedVideoCapability ::= SEQUENCE { videoCapability SEQUENCE OF VideoCapability, videoCapabilityExtension SEQUENCE OF GenericCapability OPTIONAL, ... } H261VideoCapability ::=SEQUENCE { qcifMPI INTEGER (1..4) OPTIONAL, -- units 1/29.97 Hz cifMPI INTEGER (1..4) OPTIONAL, -- units 1/29.97 Hz temporalSpatialTradeOffCapability BOOLEAN, maxBitRate INTEGER (1..19200), -- units of -- 100 bit/s stillImageTransmission BOOLEAN, -- Annex D/H.261 ..., videoBadMBsCap BOOLEAN } H262VideoCapability ::=SEQUENCE { profileAndLevel-SPatML BOOLEAN, profileAndLevel-MPatLL BOOLEAN, profileAndLevel-MPatML BOOLEAN, profileAndLevel-MPatH-14 BOOLEAN, profileAndLevel-MPatHL BOOLEAN, profileAndLevel-SNRatLL BOOLEAN, profileAndLevel-SNRatML BOOLEAN, profileAndLevel-SpatialatH-14 BOOLEAN, profileAndLevel-HPatML BOOLEAN, profileAndLevel-HPatH-14 BOOLEAN, profileAndLevel-HPatHL BOOLEAN, videoBitRate INTEGER (0.. 1073741823) OPTIONAL, -- units 400 bit/s vbvBufferSize INTEGER (0.. 262143) OPTIONAL, -- units 16 384 bits samplesPerLine INTEGER (0..16383) OPTIONAL, -- units samples/line linesPerFrame INTEGER (0..16383) OPTIONAL, -- units lines/frame framesPerSecond INTEGER (0..15) OPTIONAL, -- frame_rate_code luminanceSampleRate INTEGER (0..4294967295) OPTIONAL, -- units samples/s ..., videoBadMBsCap BOOLEAN } H263VideoCapability ::=SEQUENCE { sqcifMPI INTEGER (1..32) OPTIONAL, -- units 1/29.97 Hz qcifMPI INTEGER (1..32) OPTIONAL, -- units 1/29.97 Hz cifMPI INTEGER (1..32) OPTIONAL, -- units 1/29.97 Hz cif4MPI INTEGER (1..32) OPTIONAL, -- units 1/29.97 Hz cif16MPI INTEGER (1..32) OPTIONAL, -- units 1/29.97 Hz maxBitRate INTEGER (1..192400), -- units 100 bit/s unrestrictedVector BOOLEAN, arithmeticCoding BOOLEAN, advancedPrediction BOOLEAN, pbFrames BOOLEAN, temporalSpatialTradeOffCapability BOOLEAN, hrd-B INTEGER (0..524287) OPTIONAL, -- units 128 bits bppMaxKb INTEGER (0..65535) OPTIONAL, -- units 1024 bits ..., slowSqcifMPI INTEGER (1..3600) OPTIONAL, -- units seconds/frame slowQcifMPI INTEGER (1..3600) OPTIONAL, -- units seconds/frame slowCifMPI INTEGER (1..3600) OPTIONAL, -- units seconds/frame slowCif4MPI INTEGER (1..3600) OPTIONAL, -- units seconds/frame slowCif16MPI INTEGER (1..3600) OPTIONAL, -- units seconds/frame errorCompensation BOOLEAN, enhancementLayerInfo EnhancementLayerInfo OPTIONAL, h263Options H263Options OPTIONAL } EnhancementLayerInfo ::=SEQUENCE { baseBitRateConstrained BOOLEAN, snrEnhancement SET SIZE(1..14) OF EnhancementOptions OPTIONAL, spatialEnhancement SET SIZE(1..14) OF EnhancementOptions OPTIONAL, bPictureEnhancement SET SIZE(1..14) OF BEnhancementParameters OPTIONAL, ... } BEnhancementParameters ::=SEQUENCE { enhancementOptions EnhancementOptions, numberOfBPictures INTEGER (1..64), ... } EnhancementOptions ::=SEQUENCE { sqcifMPI INTEGER (1..32) OPTIONAL, -- units 1/29.97 Hz qcifMPI INTEGER (1..32) OPTIONAL, -- units 1/29.97 Hz cifMPI INTEGER (1..32) OPTIONAL, -- units 1/29.97 Hz cif4MPI INTEGER (1..32) OPTIONAL, -- units 1/29.97 Hz cif16MPI INTEGER (1..32) OPTIONAL, -- units 1/29.97 Hz maxBitRate INTEGER (1..192400), -- units 100 bit/s unrestrictedVector BOOLEAN, arithmeticCoding BOOLEAN, temporalSpatialTradeOffCapability BOOLEAN, slowSqcifMPI INTEGER (1..3600) OPTIONAL, -- units seconds/frame slowQcifMPI INTEGER (1..3600) OPTIONAL, -- units seconds/frame slowCifMPI INTEGER (1..3600) OPTIONAL, -- units seconds/frame slowCif4MPI INTEGER (1..3600) OPTIONAL, -- units seconds/frame slowCif16MPI INTEGER (1..3600) OPTIONAL, -- units seconds/frame errorCompensation BOOLEAN, h263Options H263Options OPTIONAL, ... } H263Options ::= SEQUENCE { advancedIntraCodingMode BOOLEAN, deblockingFilterMode BOOLEAN, improvedPBFramesMode BOOLEAN, unlimitedMotionVectors BOOLEAN, fullPictureFreeze BOOLEAN, partialPictureFreezeAndRelease BOOLEAN, resizingPartPicFreezeAndRelease BOOLEAN, fullPictureSnapshot BOOLEAN, partialPictureSnapshot BOOLEAN, videoSegmentTagging BOOLEAN, progressiveRefinement BOOLEAN, dynamicPictureResizingByFour BOOLEAN, dynamicPictureResizingSixteenthPel BOOLEAN, dynamicWarpingHalfPel BOOLEAN, dynamicWarpingSixteenthPel BOOLEAN, independentSegmentDecoding BOOLEAN, slicesInOrder-NonRect BOOLEAN, slicesInOrder-Rect BOOLEAN, slicesNoOrder-NonRect BOOLEAN, slicesNoOrder-Rect BOOLEAN, alternateInterVLCMode BOOLEAN, modifiedQuantizationMode BOOLEAN, reducedResolutionUpdate BOOLEAN, transparencyParameters TransparencyParameters OPTIONAL, separateVideoBackChannel BOOLEAN, refPictureSelection RefPictureSelection OPTIONAL, customPictureClockFrequency SET SIZE (1..16) OF CustomPictureClockFrequency OPTIONAL, customPictureFormat SET SIZE (1..16) OF CustomPictureFormat OPTIONAL, modeCombos SET SIZE (1..16) OF H263VideoModeCombos OPTIONAL, ..., videoBadMBsCap BOOLEAN, h263Version3Options H263Version3Options } TransparencyParameters ::= SEQUENCE { presentationOrder INTEGER(1..256), offset-x INTEGER(-262144..262143), -- 1/8 pixels offset-y INTEGER(-262144..262143), -- 1/8 pixels scale-x INTEGER(1..255), scale-y INTEGER(1..255), ... } RefPictureSelection ::=SEQUENCE { additionalPictureMemory SEQUENCE { sqcifAdditionalPictureMemory INTEGER (1..256) OPTIONAL, -- units frame qcifAdditionalPictureMemory INTEGER (1..256) OPTIONAL, -- units frame cifAdditionalPictureMemory INTEGER (1..256) OPTIONAL, -- units frame cif4AdditionalPictureMemory INTEGER (1..256) OPTIONAL, -- units frame cif16AdditionalPictureMemory INTEGER (1..256) OPTIONAL, -- units frame bigCpfAdditionalPictureMemory INTEGER (1..256) OPTIONAL, -- units frame ... } OPTIONAL, videoMux BOOLEAN, videoBackChannelSend CHOICE { none NULL, ackMessageOnly NULL, nackMessageOnly NULL, ackOrNackMessageOnly NULL, ackAndNackMessage NULL, ... }, ..., enhancedReferencePicSelect SEQUENCE { subPictureRemovalParameters SEQUENCE { mpuHorizMBs INTEGER (1..128), mpuVertMBs INTEGER (1..72), mpuTotalNumber INTEGER (1..65536), ... } OPTIONAL, ... } } CustomPictureClockFrequency ::=SEQUENCE { clockConversionCode INTEGER(1000..1001), clockDivisor INTEGER(1..127), sqcifMPI INTEGER (1..2048) OPTIONAL, qcifMPI INTEGER (1..2048) OPTIONAL, cifMPI INTEGER (1..2048) OPTIONAL, cif4MPI INTEGER (1..2048) OPTIONAL, cif16MPI INTEGER (1..2048) OPTIONAL, ... } CustomPictureFormat ::=SEQUENCE { maxCustomPictureWidth INTEGER(1..2048), -- units 4 pixels maxCustomPictureHeight INTEGER(1..2048), -- units 4 pixels minCustomPictureWidth INTEGER(1..2048), -- units 4 pixels minCustomPictureHeight INTEGER(1..2048), -- units 4 pixels mPI SEQUENCE { standardMPI INTEGER (1..31) OPTIONAL, customPCF SET SIZE (1..16) OF SEQUENCE { clockConversionCode INTEGER (1000..1001), clockDivisor INTEGER (1..127), customMPI INTEGER (1..2048), ... } OPTIONAL, ... }, pixelAspectInformation CHOICE { anyPixelAspectRatio BOOLEAN, pixelAspectCode SET SIZE (1..14) OF INTEGER(1..14), extendedPAR SET SIZE (1..256) OF SEQUENCE { width INTEGER(1..255), height INTEGER(1..255), ... }, ... } , ... } H263VideoModeCombos ::= SEQUENCE { h263VideoUncoupledModes H263ModeComboFlags, h263VideoCoupledModes SET SIZE (1..16) OF H263ModeComboFlags, ... } H263ModeComboFlags ::= SEQUENCE { unrestrictedVector BOOLEAN, arithmeticCoding BOOLEAN, advancedPrediction BOOLEAN, pbFrames BOOLEAN, advancedIntraCodingMode BOOLEAN, deblockingFilterMode BOOLEAN, unlimitedMotionVectors BOOLEAN, slicesInOrder-NonRect BOOLEAN, slicesInOrder-Rect BOOLEAN, slicesNoOrder-NonRect BOOLEAN, slicesNoOrder-Rect BOOLEAN, improvedPBFramesMode BOOLEAN, referencePicSelect BOOLEAN, dynamicPictureResizingByFour BOOLEAN, dynamicPictureResizingSixteenthPel BOOLEAN, dynamicWarpingHalfPel BOOLEAN, dynamicWarpingSixteenthPel BOOLEAN, reducedResolutionUpdate BOOLEAN, independentSegmentDecoding BOOLEAN, alternateInterVLCMode BOOLEAN, modifiedQuantizationMode BOOLEAN, ..., enhancedReferencePicSelect BOOLEAN, h263Version3Options H263Version3Options} H263Version3Options ::=SEQUENCE { dataPartitionedSlices BOOLEAN, fixedPointIDCT0 BOOLEAN, interlacedFields BOOLEAN, currentPictureHeaderRepetition BOOLEAN, previousPictureHeaderRepetition BOOLEAN, nextPictureHeaderRepetition BOOLEAN, pictureNumber BOOLEAN, spareReferencePictures BOOLEAN, ... } IS11172VideoCapability ::=SEQUENCE { constrainedBitstream BOOLEAN, videoBitRate INTEGER (0.. 1073741823) OPTIONAL, -- units 400 bit/s vbvBufferSize INTEGER (0.. 262143) OPTIONAL, -- units 16 384 bits samplesPerLine INTEGER (0..16383) OPTIONAL, -- units samples/line linesPerFrame INTEGER (0..16383) OPTIONAL, -- units lines/frame pictureRate INTEGER (0..15) OPTIONAL, luminanceSampleRate INTEGER (0..4294967295) OPTIONAL, -- units samples/s ..., videoBadMBsCap BOOLEAN } -- ============================================================================= -- Capability exchange definitions: Audio capabilities -- ============================================================================= -- For an H.222 multiplex, the integers indicate the size of the STD buffer -- in units of 256 octets -- For an H.223 multiplex, the integers indicate the maximum number of audio -- frames per AL-SDU -- For an H.225.0 multiplex, the integers indicate the maximum number of audio -- frames per packet AudioCapability ::=CHOICE { nonStandard NonStandardParameter, g711Alaw64k INTEGER (1..256), g711Alaw56k INTEGER (1..256), g711Ulaw64k INTEGER (1..256), g711Ulaw56k INTEGER (1..256), g722-64k INTEGER (1..256), g722-56k INTEGER (1..256), g722-48k INTEGER (1..256), g7231 SEQUENCE { maxAl-sduAudioFrames INTEGER (1..256), silenceSuppression BOOLEAN }, g728 INTEGER (1..256), g729 INTEGER (1..256), g729AnnexA INTEGER (1..256), is11172AudioCapability IS11172AudioCapability, is13818AudioCapability IS13818AudioCapability, ..., g729wAnnexB INTEGER(1..256), g729AnnexAwAnnexB INTEGER(1..256), g7231AnnexCCapability G7231AnnexCCapability, gsmFullRate GSMAudioCapability, gsmHalfRate GSMAudioCapability, gsmEnhancedFullRate GSMAudioCapability, genericAudioCapability GenericCapability, g729Extensions G729Extensions, vbd VBDCapability, audioTelephonyEvent NoPTAudioTelephonyEventCapability, audioTone NoPTAudioToneCapability } G729Extensions ::= SEQUENCE { audioUnit INTEGER (1..256) OPTIONAL, annexA BOOLEAN, annexB BOOLEAN, annexD BOOLEAN, annexE BOOLEAN, annexF BOOLEAN, annexG BOOLEAN, annexH BOOLEAN, ... } G7231AnnexCCapability ::= SEQUENCE { maxAl-sduAudioFrames INTEGER (1..256), silenceSuppression BOOLEAN, g723AnnexCAudioMode SEQUENCE { highRateMode0 INTEGER (27..78), -- units octets highRateMode1 INTEGER (27..78), -- units octets lowRateMode0 INTEGER (23..66), -- units octets lowRateMode1 INTEGER (23..66), -- units octets sidMode0 INTEGER (6..17), -- units octets sidMode1 INTEGER (6..17), -- units octets ... } OPTIONAL, ... } IS11172AudioCapability ::=SEQUENCE { audioLayer1 BOOLEAN, audioLayer2 BOOLEAN, audioLayer3 BOOLEAN, audioSampling32k BOOLEAN, audioSampling44k1 BOOLEAN, audioSampling48k BOOLEAN, singleChannel BOOLEAN, twoChannels BOOLEAN, bitRate INTEGER (1..448), -- units kbit/s ... } IS13818AudioCapability ::=SEQUENCE { audioLayer1 BOOLEAN, audioLayer2 BOOLEAN, audioLayer3 BOOLEAN, audioSampling16k BOOLEAN, audioSampling22k05 BOOLEAN, audioSampling24k BOOLEAN, audioSampling32k BOOLEAN, audioSampling44k1 BOOLEAN, audioSampling48k BOOLEAN, singleChannel BOOLEAN, twoChannels BOOLEAN, threeChannels2-1 BOOLEAN, threeChannels3-0 BOOLEAN, fourChannels2-0-2-0 BOOLEAN, fourChannels2-2 BOOLEAN, fourChannels3-1 BOOLEAN, fiveChannels3-0-2-0 BOOLEAN, fiveChannels3-2 BOOLEAN, lowFrequencyEnhancement BOOLEAN, multilingual BOOLEAN, bitRate INTEGER (1..1130), -- units kbit/s ... } GSMAudioCapability ::= SEQUENCE { audioUnitSize INTEGER (1..256), comfortNoise BOOLEAN, scrambled BOOLEAN, ... } VBDCapability ::=SEQUENCE { type AudioCapability, -- shall not be "vbd" ... } -- ============================================================================= -- Capability exchange definitions: Data capabilities -- ============================================================================= DataApplicationCapability ::=SEQUENCE { application CHOICE { nonStandard NonStandardParameter, t120 DataProtocolCapability, dsm-cc DataProtocolCapability, userData DataProtocolCapability, t84 SEQUENCE { t84Protocol DataProtocolCapability, t84Profile T84Profile }, t434 DataProtocolCapability, h224 DataProtocolCapability, nlpid SEQUENCE { nlpidProtocol DataProtocolCapability, nlpidData OCTET STRING }, dsvdControl NULL, h222DataPartitioning DataProtocolCapability, ..., t30fax DataProtocolCapability, t140 DataProtocolCapability, t38fax SEQUENCE { t38FaxProtocol DataProtocolCapability, t38FaxProfile T38FaxProfile }, genericDataCapability GenericCapability }, maxBitRate INTEGER (0..4294967295), -- units 100 bit/s ... } DataProtocolCapability ::=CHOICE { nonStandard NonStandardParameter, v14buffered NULL, v42lapm NULL, -- may negotiate to V.42 bis hdlcFrameTunnelling NULL, h310SeparateVCStack NULL, h310SingleVCStack NULL, transparent NULL, ..., segmentationAndReassembly NULL, hdlcFrameTunnelingwSAR NULL, v120 NULL, -- as in H.230 separateLANStack NULL, v76wCompression CHOICE { transmitCompression CompressionType, receiveCompression CompressionType, transmitAndReceiveCompression CompressionType, ... }, tcp NULL, udp NULL } CompressionType ::=CHOICE { v42bis V42bis, ... } V42bis ::=SEQUENCE { numberOfCodewords INTEGER (1..65536), maximumStringLength INTEGER (1..256), ... } T84Profile ::=CHOICE { t84Unrestricted NULL, t84Restricted SEQUENCE { qcif BOOLEAN, cif BOOLEAN, ccir601Seq BOOLEAN, ccir601Prog BOOLEAN, hdtvSeq BOOLEAN, hdtvProg BOOLEAN, g3FacsMH200x100 BOOLEAN, g3FacsMH200x200 BOOLEAN, g4FacsMMR200x100 BOOLEAN, g4FacsMMR200x200 BOOLEAN, jbig200x200Seq BOOLEAN, jbig200x200Prog BOOLEAN, jbig300x300Seq BOOLEAN, jbig300x300Prog BOOLEAN, digPhotoLow BOOLEAN, digPhotoMedSeq BOOLEAN, digPhotoMedProg BOOLEAN, digPhotoHighSeq BOOLEAN, digPhotoHighProg BOOLEAN, ... } } T38FaxProfile ::=SEQUENCE { fillBitRemoval BOOLEAN, transcodingJBIG BOOLEAN, transcodingMMR BOOLEAN, ..., version INTEGER (0..255), -- Version 0, the default, refers to -- T.38 (1998) t38FaxRateManagement T38FaxRateManagement, -- The default Data Rate Management is -- determined by the choice of -- DataProtocolCapability t38FaxUdpOptions T38FaxUdpOptions OPTIONAL, -- For UDP, t38UDPRedundancy is the default t38FaxTcpOptions T38FaxTcpOptions OPTIONAL } T38FaxRateManagement ::= CHOICE { localTCF NULL, transferredTCF NULL, ... } T38FaxUdpOptions ::= SEQUENCE { t38FaxMaxBuffer INTEGER OPTIONAL, t38FaxMaxDatagram INTEGER OPTIONAL, t38FaxUdpEC CHOICE { t38UDPFEC NULL, t38UDPRedundancy NULL, ... } } T38FaxTcpOptions ::= SEQUENCE { t38TCPBidirectionalMode BOOLEAN, ... } -- ============================================================================= -- Encryption Capability Definitions -- ============================================================================= EncryptionAuthenticationAndIntegrity ::=SEQUENCE { encryptionCapability EncryptionCapability OPTIONAL, authenticationCapability AuthenticationCapability OPTIONAL, integrityCapability IntegrityCapability OPTIONAL, ..., genericH235SecurityCapability GenericCapability OPTIONAL } EncryptionCapability ::=SEQUENCE SIZE(1..256) OF MediaEncryptionAlgorithm MediaEncryptionAlgorithm ::=CHOICE { nonStandard NonStandardParameter, algorithm OBJECT IDENTIFIER, -- many defined -- in ISO/IEC 9979 ... } AuthenticationCapability ::=SEQUENCE { nonStandard NonStandardParameter OPTIONAL, ..., antiSpamAlgorithm OBJECT IDENTIFIER OPTIONAL } IntegrityCapability ::=SEQUENCE { nonStandard NonStandardParameter OPTIONAL, ... } -- ============================================================================= -- Capability Exchange Definitions: UserInput -- ============================================================================= UserInputCapability ::= CHOICE { nonStandard SEQUENCE SIZE(1..16) OF NonStandardParameter, basicString NULL, -- alphanumeric iA5String NULL, -- alphanumeric generalString NULL, -- alphanumeric dtmf NULL, -- supports dtmf using signal -- and signalUpdate hookflash NULL, -- supports hookflash using signal ..., extendedAlphanumeric NULL, encryptedBasicString NULL, -- encrypted Basic string in -- encryptedAlphanumeric encryptedIA5String NULL, -- encrypted IA5 string in -- encryptedSignalType encryptedGeneralString NULL, -- encrypted general string in -- extendedAlphanumeric.encryptedalphanumeric secureDTMF NULL -- secure DTMF using encryptedSignalType } -- ============================================================================= -- Capability Exchange Definitions: Conference -- ============================================================================= ConferenceCapability ::=SEQUENCE { nonStandardData SEQUENCE OF NonStandardParameter OPTIONAL, chairControlCapability BOOLEAN, ..., videoIndicateMixingCapability BOOLEAN, multipointVisualizationCapability BOOLEAN OPTIONAL -- same as H.230 MVC } -- ============================================================================= -- Capability Exchange Definitions: Generic Capability -- ============================================================================= GenericCapability ::=SEQUENCE { capabilityIdentifier CapabilityIdentifier, maxBitRate INTEGER (0..4294967295) OPTIONAL, -- Units 100 bit/s collapsing SEQUENCE OF GenericParameter OPTIONAL, nonCollapsing SEQUENCE OF GenericParameter OPTIONAL, nonCollapsingRaw OCTET STRING OPTIONAL, -- Typically contains ASN.1 -- PER encoded data describing capability transport DataProtocolCapability OPTIONAL, ... } CapabilityIdentifier ::=CHOICE { standard OBJECT IDENTIFIER, -- e.g., { itu-t (0) recommendation (0) h (8) 267 -- version (0) 2 subIdentifier (0)} h221NonStandard NonStandardParameter, uuid OCTET STRING ( SIZE (16) ), domainBased IA5String ( SIZE (1..64) ), ... } -- NOTE . The ranges of parameter values have been selected to ensure that the -- GenericParameter preamble, standard part of ParameterIdentifier and the -- encoding of that choice, and the preamble of ParameterValue to fit into -- 2 octets. GenericParameter ::=SEQUENCE { parameterIdentifier ParameterIdentifier, parameterValue ParameterValue, supersedes SEQUENCE OF ParameterIdentifier OPTIONAL, ... } ParameterIdentifier ::=CHOICE { standard INTEGER (0..127), -- Assigned by -- Capability -- specifications h221NonStandard NonStandardParameter, -- N.B. -- NonStandardIdentifier -- is not sufficient in -- this case uuid OCTET STRING ( SIZE (16) ), -- For non- -- standard domainBased IA5String ( SIZE (1..64) ), ... } ParameterValue ::=CHOICE { logical NULL, -- Only acceptable if -- all entities -- include this option booleanArray INTEGER (0..255), -- array of 8 logical -- types unsignedMin INTEGER (0..65535), -- Look for min -- common value unsignedMax INTEGER (0..65535), -- Look for max -- common value unsigned32Min INTEGER (0..4294967295), -- Look for min -- common value unsigned32Max INTEGER (0..4294967295), -- Look for max -- common value octetString OCTET STRING, -- non-collapsing -- octet string genericParameter SEQUENCE OF GenericParameter, ... } -- ============================================================================= -- Capability Exchange Definitions: Multiplexed Stream Capability -- ============================================================================= MultiplexedStreamCapability ::=SEQUENCE { multiplexFormat MultiplexFormat, controlOnMuxStream BOOLEAN, capabilityOnMuxStream SET SIZE (1..256) OF AlternativeCapabilitySet OPTIONAL, ... } MultiplexFormat ::= CHOICE { nonStandard NonStandardParameter, h222Capability H222Capability, h223Capability H223Capability, ... } -- ============================================================================= -- Capability Exchange Definitions: AudioTelephonyEventCapability and AudioToneCapability --============================================================================== AudioTelephonyEventCapability ::=SEQUENCE { dynamicRTPPayloadType INTEGER(96..127), audioTelephoneEvent GeneralString, -- As per -- in 3.9/RFC 2833 ... } AudioToneCapability ::=SEQUENCE { dynamicRTPPayloadType INTEGER(96..127), ... } -- The following definitions are as above but without a Payload Type field. NoPTAudioTelephonyEventCapability ::=SEQUENCE { audioTelephoneEvent GeneralString, -- As per -- in 3.9/RFC 2833 ... } NoPTAudioToneCapability ::=SEQUENCE { ... } -- ============================================================================= -- Capability Exchange Definitions: MultiplePayloadStreamCapability -- ============================================================================= MultiplePayloadStreamCapability ::=SEQUENCE { capabilities SET SIZE(1..256) OF AlternativeCapabilitySet, ... } -- ============================================================================= -- Capability Exchange Definitions: FECCapability -- ============================================================================= DepFECCapability ::=CHOICE -- Deprecated, do not use { rfc2733 SEQUENCE { redundancyEncoding BOOLEAN, separateStream SEQUENCE { separatePort BOOLEAN, samePort BOOLEAN, ... }, ... }, ... } FECCapability ::= SEQUENCE { protectedCapability CapabilityTableEntryNumber, fecScheme OBJECT IDENTIFIER OPTIONAL, -- identifies encoding scheme rfc2733Format CHOICE { rfc2733rfc2198 MaxRedundancy, -- RFC2198 rfc2733sameport MaxRedundancy, -- separate packet, same port rfc2733diffport MaxRedundancy -- separate packet and port } OPTIONAL, ... } MaxRedundancy ::= INTEGER (1..MAX) -- ============================================================================= -- Logical channel signalling definitions -- ============================================================================= -- "Forward" is used to refer to transmission in the direction from the terminal -- making the original request for a logical channel to the other terminal, and -- "reverse" is used to refer to the opposite direction of transmission, in the -- case of a bidirectional channel request. OpenLogicalChannel ::=SEQUENCE { forwardLogicalChannelNumber LogicalChannelNumber, forwardLogicalChannelParameters SEQUENCE { portNumber INTEGER (0..65535) OPTIONAL, dataType DataType, multiplexParameters CHOICE { h222LogicalChannelParameters H222LogicalChannelParameters, h223LogicalChannelParameters H223LogicalChannelParameters, v76LogicalChannelParameters V76LogicalChannelParameters, ..., h2250LogicalChannelParameters H2250LogicalChannelParameters, none NULL -- for use with Separate Stack when -- multiplexParameters are not -- required or appropriate }, ..., forwardLogicalChannelDependency LogicalChannelNumber OPTIONAL, -- also used to refer to the primary -- logical channel when using video -- redundancy coding replacementFor LogicalChannelNumber OPTIONAL }, -- Used to specify the reverse channel for bidirectional open request reverseLogicalChannelParameters SEQUENCE { dataType DataType, multiplexParameters CHOICE { -- H.222 parameters are never present in reverse direction h223LogicalChannelParameters H223LogicalChannelParameters, v76LogicalChannelParameters V76LogicalChannelParameters, ..., h2250LogicalChannelParameters H2250LogicalChannelParameters } OPTIONAL, -- Not present for H.222 ..., reverseLogicalChannelDependency LogicalChannelNumber OPTIONAL, -- also used to refer to the primary logical channel when using -- video redundancy coding replacementFor LogicalChannelNumber OPTIONAL } OPTIONAL, -- Not present for unidirectional channel request ..., separateStack NetworkAccessParameters OPTIONAL, -- for Open responder to establish the stack encryptionSync EncryptionSync OPTIONAL -- used only by Master } LogicalChannelNumber ::=INTEGER (1..65535) NetworkAccessParameters ::=SEQUENCE { distribution CHOICE { unicast NULL, multicast NULL, -- for further study in T.120 ... } OPTIONAL, networkAddress CHOICE { q2931Address Q2931Address, e164Address IA5String(SIZE(1..128)) (FROM ("0123456789#*,")), localAreaAddress TransportAddress, ... }, associateConference BOOLEAN, externalReference OCTET STRING(SIZE(1..255)) OPTIONAL, ..., t120SetupProcedure CHOICE { originateCall NULL, waitForCall NULL, issueQuery NULL, ... } OPTIONAL } Q2931Address ::=SEQUENCE { address CHOICE { internationalNumber NumericString(SIZE(1..16)), nsapAddress OCTET STRING (SIZE(1..20)), ... }, subaddress OCTET STRING (SIZE(1..20)) OPTIONAL, ... } V75Parameters ::= SEQUENCE { audioHeaderPresent BOOLEAN, ... } DataType ::=CHOICE { nonStandard NonStandardParameter, nullData NULL, videoData VideoCapability, audioData AudioCapability, data DataApplicationCapability, encryptionData EncryptionMode, ..., h235Control NonStandardParameter, h235Media H235Media, multiplexedStream MultiplexedStreamParameter, redundancyEncoding RedundancyEncoding, multiplePayloadStream MultiplePayloadStream, depFec DepFECData, -- Deprecated, do not use fec FECData } H235Media ::=SEQUENCE { encryptionAuthenticationAndIntegrity EncryptionAuthenticationAndIntegrity, mediaType CHOICE { nonStandard NonStandardParameter, videoData VideoCapability, audioData AudioCapability, data DataApplicationCapability, ..., redundancyEncoding RedundancyEncoding, multiplePayloadStream MultiplePayloadStream, depFec DepFECData, -- Deprecated, do not use fec FECData }, ... } MultiplexedStreamParameter ::=SEQUENCE { multiplexFormat MultiplexFormat, controlOnMuxStream BOOLEAN, ... } H222LogicalChannelParameters ::=SEQUENCE { resourceID INTEGER (0..65535), subChannelID INTEGER (0..8191), pcr-pid INTEGER (0..8191) OPTIONAL, programDescriptors OCTET STRING OPTIONAL, streamDescriptors OCTET STRING OPTIONAL, ... } H223LogicalChannelParameters ::=SEQUENCE { adaptationLayerType CHOICE { nonStandard NonStandardParameter, al1Framed NULL, al1NotFramed NULL, al2WithoutSequenceNumbers NULL, al2WithSequenceNumbers NULL, al3 SEQUENCE { controlFieldOctets INTEGER (0..2), sendBufferSize INTEGER (0..16777215) -- units octets }, ..., al1M H223AL1MParameters, al2M H223AL2MParameters, al3M H223AL3MParameters }, segmentableFlag BOOLEAN, ... } H223AL1MParameters ::=SEQUENCE { transferMode CHOICE { framed NULL, unframed NULL, ... }, headerFEC CHOICE { sebch16-7 NULL, golay24-12 NULL, ... }, crcLength CHOICE { crc4bit NULL, crc12bit NULL, crc20bit NULL, crc28bit NULL, ..., crc8bit NULL, crc16bit NULL, crc32bit NULL, crcNotUsed NULL }, rcpcCodeRate INTEGER (8..32), arqType CHOICE { noArq NULL, typeIArq H223AnnexCArqParameters, typeIIArq H223AnnexCArqParameters, ... }, alpduInterleaving BOOLEAN, alsduSplitting BOOLEAN, ..., rsCodeCorrection INTEGER (0..127) OPTIONAL } H223AL2MParameters ::=SEQUENCE { headerFEC CHOICE { sebch16-5 NULL, golay24-12 NULL, ... }, alpduInterleaving BOOLEAN, ... } H223AL3MParameters ::=SEQUENCE { headerFormat CHOICE { sebch16-7 NULL, golay24-12 NULL, ... }, crcLength CHOICE { crc4bit NULL, crc12bit NULL, crc20bit NULL, crc28bit NULL, ..., crc8bit NULL, crc16bit NULL, crc32bit NULL, crcNotUsed NULL }, rcpcCodeRate INTEGER (8..32), arqType CHOICE { noArq NULL, typeIArq H223AnnexCArqParameters, typeIIArq H223AnnexCArqParameters, ... }, alpduInterleaving BOOLEAN, ..., rsCodeCorrection INTEGER (0..127) OPTIONAL } H223AnnexCArqParameters ::=SEQUENCE { numberOfRetransmissions CHOICE { finite INTEGER (0..16), infinite NULL, ... }, sendBufferSize INTEGER (0..16777215), -- units octets ... } V76LogicalChannelParameters ::=SEQUENCE { hdlcParameters V76HDLCParameters, suspendResume CHOICE { noSuspendResume NULL, suspendResumewAddress NULL, suspendResumewoAddress NULL, ... }, uIH BOOLEAN, mode CHOICE { eRM SEQUENCE { windowSize INTEGER (1..127) , recovery CHOICE { rej NULL, sREJ NULL, mSREJ NULL, ... }, ... }, uNERM NULL, ... }, v75Parameters V75Parameters, ... } V76HDLCParameters ::=SEQUENCE { crcLength CRCLength, n401 INTEGER (1..4095), loopbackTestProcedure BOOLEAN, ... } CRCLength ::=CHOICE { crc8bit NULL, crc16bit NULL, crc32bit NULL, ... } H2250LogicalChannelParameters ::=SEQUENCE { nonStandard SEQUENCE OF NonStandardParameter OPTIONAL, sessionID INTEGER(0..255), associatedSessionID INTEGER(1..255) OPTIONAL, mediaChannel TransportAddress OPTIONAL, mediaGuaranteedDelivery BOOLEAN OPTIONAL, mediaControlChannel TransportAddress OPTIONAL, -- reverse -- RTCP channel mediaControlGuaranteedDelivery BOOLEAN OPTIONAL, silenceSuppression BOOLEAN OPTIONAL, destination TerminalLabel OPTIONAL, dynamicRTPPayloadType INTEGER(96..127) OPTIONAL, mediaPacketization CHOICE { h261aVideoPacketization NULL, ..., rtpPayloadType RTPPayloadType } OPTIONAL, ..., transportCapability TransportCapability OPTIONAL, redundancyEncoding RedundancyEncoding OPTIONAL, source TerminalLabel OPTIONAL } RTPPayloadType ::= SEQUENCE { payloadDescriptor CHOICE { nonStandardIdentifier NonStandardParameter, rfc-number INTEGER (1..32768, ...), oid OBJECT IDENTIFIER, ... }, payloadType INTEGER (0..127) OPTIONAL, ... } RedundancyEncoding ::=SEQUENCE { redundancyEncodingMethod RedundancyEncodingMethod, secondaryEncoding DataType OPTIONAL, -- depends on method ..., -- The sequence below may be used in place of the above secondaryEncoding field rtpRedundancyEncoding SEQUENCE { primary RedundancyEncodingElement OPTIONAL, -- Present when redundancyEncoding -- is selected as the dataType -- in an OpenLogicalChannel or -- as part of a MultiplePayloadSteam secondary SEQUENCE OF RedundancyEncodingElement OPTIONAL, ... } OPTIONAL } RedundancyEncodingElement ::=SEQUENCE { dataType DataType, payloadType INTEGER(0..127) OPTIONAL, ... } MultiplePayloadStream ::=SEQUENCE { elements SEQUENCE OF MultiplePayloadStreamElement, ... } MultiplePayloadStreamElement ::=SEQUENCE { dataType DataType, payloadType INTEGER(0..127) OPTIONAL, ... } DepFECData ::=CHOICE -- Deprecated, do not use { rfc2733 SEQUENCE { mode CHOICE { redundancyEncoding NULL, separateStream CHOICE { differentPort SEQUENCE { protectedSessionID INTEGER(1..255), protectedPayloadType INTEGER(0..127) OPTIONAL, ... }, samePort SEQUENCE { protectedPayloadType INTEGER(0..127), ... }, ... }, ... }, ... } } FECData ::= CHOICE { rfc2733 SEQUENCE { protectedPayloadType INTEGER(0..127), fecScheme OBJECT IDENTIFIER OPTIONAL, pktMode CHOICE { rfc2198coding NULL, rfc2733sameport SEQUENCE { ... }, rfc2733diffport SEQUENCE { protectedChannel LogicalChannelNumber, ... }, ... }, ... }, ... } TransportAddress ::=CHOICE { unicastAddress UnicastAddress, multicastAddress MulticastAddress, ... } UnicastAddress ::=CHOICE { iPAddress SEQUENCE { network OCTET STRING (SIZE(4)), tsapIdentifier INTEGER(0..65535), ... }, iPXAddress SEQUENCE { node OCTET STRING (SIZE(6)), netnum OCTET STRING (SIZE(4)), tsapIdentifier OCTET STRING (SIZE(2)), ... }, iP6Address SEQUENCE { network OCTET STRING (SIZE(16)), tsapIdentifier INTEGER(0..65535), ... }, netBios OCTET STRING (SIZE(16)), iPSourceRouteAddress SEQUENCE { routing CHOICE { strict NULL, loose NULL }, network OCTET STRING (SIZE(4)), tsapIdentifier INTEGER(0..65535), route SEQUENCE OF OCTET STRING (SIZE(4)), ... }, ..., nsap OCTET STRING (SIZE(1..20)), nonStandardAddress NonStandardParameter } MulticastAddress ::=CHOICE { iPAddress SEQUENCE { network OCTET STRING (SIZE(4)), tsapIdentifier INTEGER(0..65535), ... }, iP6Address SEQUENCE { network OCTET STRING (SIZE(16)), tsapIdentifier INTEGER(0..65535), ... }, ..., nsap OCTET STRING (SIZE(1..20)), nonStandardAddress NonStandardParameter } EncryptionSync ::=SEQUENCE -- used to supply new key and synchronization point { nonStandard NonStandardParameter OPTIONAL, synchFlag INTEGER(0..255) , -- may need to be larger -- for H.324, etc. -- shall be the Dynamic -- Payload# for H.323 h235Key OCTET STRING (SIZE(1..65535)), -- H.235 -- encoded value escrowentry SEQUENCE SIZE(1..256) OF EscrowData OPTIONAL, ..., genericParameter GenericParameter OPTIONAL } EscrowData ::=SEQUENCE { escrowID OBJECT IDENTIFIER, escrowValue BIT STRING (SIZE(1..65535)), ... } OpenLogicalChannelAck ::=SEQUENCE { forwardLogicalChannelNumber LogicalChannelNumber, reverseLogicalChannelParameters SEQUENCE { reverseLogicalChannelNumber LogicalChannelNumber, portNumber INTEGER (0..65535) OPTIONAL, multiplexParameters CHOICE { h222LogicalChannelParameters H222LogicalChannelParameters, -- H.223 parameters are never present in reverse direction ..., h2250LogicalChannelParameters H2250LogicalChannelParameters } OPTIONAL, -- not present for H.223 ..., replacementFor LogicalChannelNumber OPTIONAL } OPTIONAL, -- not present for unidirectional channel -- request ..., separateStack NetworkAccessParameters OPTIONAL, -- for Open requester to establish -- the stack forwardMultiplexAckParameters CHOICE { -- H.222 parameters are never present in the Ack -- H.223 parameters are never present in the Ack -- V.76 parameters are never present in the Ack h2250LogicalChannelAckParameters H2250LogicalChannelAckParameters, ... } OPTIONAL, encryptionSync EncryptionSync OPTIONAL -- used only by Master } OpenLogicalChannelReject ::=SEQUENCE { forwardLogicalChannelNumber LogicalChannelNumber, cause CHOICE { unspecified NULL, unsuitableReverseParameters NULL, dataTypeNotSupported NULL, dataTypeNotAvailable NULL, unknownDataType NULL, dataTypeALCombinationNotSupported NULL, ..., multicastChannelNotAllowed NULL, insufficientBandwidth NULL, separateStackEstablishmentFailed NULL, invalidSessionID NULL, masterSlaveConflict NULL, waitForCommunicationMode NULL, invalidDependentChannel NULL, replacementForRejected NULL, securityDenied NULL }, ... } OpenLogicalChannelConfirm ::=SEQUENCE { forwardLogicalChannelNumber LogicalChannelNumber, ... } H2250LogicalChannelAckParameters ::=SEQUENCE { nonStandard SEQUENCE OF NonStandardParameter OPTIONAL, sessionID INTEGER(1..255) OPTIONAL, mediaChannel TransportAddress OPTIONAL, mediaControlChannel TransportAddress OPTIONAL, -- forward RTCP -- channel dynamicRTPPayloadType INTEGER(96..127) OPTIONAL, -- used only by -- the master or -- MC ..., flowControlToZero BOOLEAN, portNumber INTEGER (0..65535) OPTIONAL } CloseLogicalChannel ::=SEQUENCE { forwardLogicalChannelNumber LogicalChannelNumber, source CHOICE { user NULL, lcse NULL }, ..., reason CHOICE { unknown NULL, reopen NULL, reservationFailure NULL, ... } } CloseLogicalChannelAck ::=SEQUENCE { forwardLogicalChannelNumber LogicalChannelNumber, ... } RequestChannelClose ::=SEQUENCE { forwardLogicalChannelNumber LogicalChannelNumber, ..., qosCapability QOSCapability OPTIONAL, reason CHOICE { unknown NULL, normal NULL, reopen NULL, reservationFailure NULL, ... } } RequestChannelCloseAck ::=SEQUENCE { forwardLogicalChannelNumber LogicalChannelNumber, ... } RequestChannelCloseReject ::=SEQUENCE { forwardLogicalChannelNumber LogicalChannelNumber, cause CHOICE { unspecified NULL, ... }, ... } RequestChannelCloseRelease ::=SEQUENCE { forwardLogicalChannelNumber LogicalChannelNumber, ... } -- ============================================================================= -- H.223 multiplex table definitions -- ============================================================================= MultiplexEntrySend ::=SEQUENCE { sequenceNumber SequenceNumber, multiplexEntryDescriptors SET SIZE (1..15) OF MultiplexEntryDescriptor, ... } MultiplexEntryDescriptor ::=SEQUENCE { multiplexTableEntryNumber MultiplexTableEntryNumber, elementList SEQUENCE SIZE (1..256) OF MultiplexElement OPTIONAL } MultiplexElement ::=SEQUENCE { type CHOICE { logicalChannelNumber INTEGER(0..65535), subElementList SEQUENCE SIZE (2..255) OF MultiplexElement }, repeatCount CHOICE { finite INTEGER (1..65535), -- repeats of type untilClosingFlag NULL -- used for last element } } MultiplexTableEntryNumber ::=INTEGER (1..15) MultiplexEntrySendAck ::=SEQUENCE { sequenceNumber SequenceNumber, multiplexTableEntryNumber SET SIZE (1..15) OF MultiplexTableEntryNumber, ... } MultiplexEntrySendReject ::=SEQUENCE { sequenceNumber SequenceNumber, rejectionDescriptions SET SIZE (1..15) OF MultiplexEntryRejectionDescriptions, ... } MultiplexEntryRejectionDescriptions ::=SEQUENCE { multiplexTableEntryNumber MultiplexTableEntryNumber, cause CHOICE { unspecifiedCause NULL, descriptorTooComplex NULL, ... }, ... } MultiplexEntrySendRelease ::=SEQUENCE { multiplexTableEntryNumber SET SIZE (1..15) OF MultiplexTableEntryNumber, ... } RequestMultiplexEntry ::=SEQUENCE { entryNumbers SET SIZE (1..15) OF MultiplexTableEntryNumber, ... } RequestMultiplexEntryAck ::=SEQUENCE { entryNumbers SET SIZE (1..15) OF MultiplexTableEntryNumber, ... } RequestMultiplexEntryReject ::=SEQUENCE { entryNumbers SET SIZE (1..15) OF MultiplexTableEntryNumber, rejectionDescriptions SET SIZE (1..15) OF RequestMultiplexEntryRejectionDescriptions, ... } RequestMultiplexEntryRejectionDescriptions ::=SEQUENCE { multiplexTableEntryNumber MultiplexTableEntryNumber, cause CHOICE { unspecifiedCause NULL, ... }, ... } RequestMultiplexEntryRelease ::=SEQUENCE { entryNumbers SET SIZE (1..15) OF MultiplexTableEntryNumber, ... } -- ============================================================================= -- Request mode definitions -- ============================================================================= -- RequestMode is a list, in order or preference, of modes that a terminal would -- like to have transmitted to it. RequestMode ::=SEQUENCE { sequenceNumber SequenceNumber, requestedModes SEQUENCE SIZE (1..256) OF ModeDescription, ... } RequestModeAck ::=SEQUENCE { sequenceNumber SequenceNumber, response CHOICE { willTransmitMostPreferredMode NULL, willTransmitLessPreferredMode NULL, ... }, ... } RequestModeReject ::=SEQUENCE { sequenceNumber SequenceNumber, cause CHOICE { modeUnavailable NULL, multipointConstraint NULL, requestDenied NULL, ... }, ... } RequestModeRelease ::=SEQUENCE { ... } -- ============================================================================= -- Request mode definitions: Mode description -- ============================================================================= ModeDescription ::=SET SIZE (1..256) OF ModeElement ModeElementType ::=CHOICE { nonStandard NonStandardParameter, videoMode VideoMode, audioMode AudioMode, dataMode DataMode, encryptionMode EncryptionMode, ..., h235Mode H235Mode, multiplexedStreamMode MultiplexedStreamParameter, redundancyEncodingDTMode RedundancyEncodingDTMode, multiplePayloadStreamMode MultiplePayloadStreamMode, depFecMode DepFECMode, -- deprecated, do not use fecMode FECMode } ModeElement ::= SEQUENCE { type ModeElementType, h223ModeParameters H223ModeParameters OPTIONAL, ..., v76ModeParameters V76ModeParameters OPTIONAL, h2250ModeParameters H2250ModeParameters OPTIONAL, genericModeParameters GenericCapability OPTIONAL, multiplexedStreamModeParameters MultiplexedStreamModeParameters OPTIONAL, logicalChannelNumber LogicalChannelNumber OPTIONAL } H235Mode ::=SEQUENCE { encryptionAuthenticationAndIntegrity EncryptionAuthenticationAndIntegrity, mediaMode CHOICE { nonStandard NonStandardParameter, videoMode VideoMode, audioMode AudioMode, dataMode DataMode, ... }, ... } MultiplexedStreamModeParameters ::=SEQUENCE { logicalChannelNumber LogicalChannelNumber, ... } RedundancyEncodingDTMode ::=SEQUENCE { redundancyEncodingMethod RedundancyEncodingMethod, primary RedundancyEncodingDTModeElement, secondary SEQUENCE OF RedundancyEncodingDTModeElement, ... } RedundancyEncodingDTModeElement ::=SEQUENCE { type CHOICE { nonStandard NonStandardParameter, videoMode VideoMode, audioMode AudioMode, dataMode DataMode, encryptionMode EncryptionMode, h235Mode H235Mode, ..., fecMode FECMode }, ... } MultiplePayloadStreamMode ::=SEQUENCE { elements SEQUENCE OF MultiplePayloadStreamElementMode, ... } MultiplePayloadStreamElementMode ::=SEQUENCE { type ModeElementType, ... } DepFECMode ::=CHOICE -- deprecated, do not use { rfc2733Mode SEQUENCE { mode CHOICE { redundancyEncoding NULL, separateStream CHOICE { differentPort SEQUENCE { protectedSessionID INTEGER(1..255), protectedPayloadType INTEGER(0..127) OPTIONAL, ... }, samePort SEQUENCE { protectedType ModeElementType, ... }, ... }, ... }, ... }, ... } FECMode ::= SEQUENCE { protectedElement ModeElementType, fecScheme OBJECT IDENTIFIER OPTIONAL, -- identifies encoding scheme rfc2733Format CHOICE { rfc2733rfc2198 MaxRedundancy, -- RFC2198 redundancy rfc2733sameport MaxRedundancy, -- separate packet, same port rfc2733diffport MaxRedundancy -- separate packet and port } OPTIONAL, ... } H223ModeParameters ::=SEQUENCE { adaptationLayerType CHOICE { nonStandard NonStandardParameter, al1Framed NULL, al1NotFramed NULL, al2WithoutSequenceNumbers NULL, al2WithSequenceNumbers NULL, al3 SEQUENCE { controlFieldOctets INTEGER(0..2), sendBufferSize INTEGER(0..16777215) -- units octets }, ..., al1M H223AL1MParameters, al2M H223AL2MParameters, al3M H223AL3MParameters }, segmentableFlag BOOLEAN, ... } V76ModeParameters ::=CHOICE { suspendResumewAddress NULL, suspendResumewoAddress NULL, ... } H2250ModeParameters ::=SEQUENCE { redundancyEncodingMode RedundancyEncodingMode OPTIONAL, ... } RedundancyEncodingMode ::=SEQUENCE { redundancyEncodingMethod RedundancyEncodingMethod, secondaryEncoding CHOICE { nonStandard NonStandardParameter, audioData AudioMode, ... } OPTIONAL, ... } -- ============================================================================= -- Request mode definitions: Video modes -- ============================================================================= VideoMode ::=CHOICE { nonStandard NonStandardParameter, h261VideoMode H261VideoMode, h262VideoMode H262VideoMode, h263VideoMode H263VideoMode, is11172VideoMode IS11172VideoMode, ..., genericVideoMode GenericCapability } H261VideoMode ::=SEQUENCE { resolution CHOICE { qcif NULL, cif NULL }, bitRate INTEGER (1..19200), -- units 100 bit/s stillImageTransmission BOOLEAN, ... } H262VideoMode ::=SEQUENCE { profileAndLevel CHOICE { profileAndLevel-SPatML NULL, profileAndLevel-MPatLL NULL, profileAndLevel-MPatML NULL, profileAndLevel-MPatH-14 NULL, profileAndLevel-MPatHL NULL, profileAndLevel-SNRatLL NULL, profileAndLevel-SNRatML NULL, profileAndLevel-SpatialatH-14 NULL, profileAndLevel-HPatML NULL, profileAndLevel-HPatH-14 NULL, profileAndLevel-HPatHL NULL, ... }, videoBitRate INTEGER(0..1073741823) OPTIONAL, -- units 400 bit/s vbvBufferSize INTEGER(0..262143) OPTIONAL, -- units 16 384 bits samplesPerLine INTEGER(0..16383) OPTIONAL, -- units samples/line linesPerFrame INTEGER(0..16383) OPTIONAL, -- units lines/frame framesPerSecond INTEGER(0..15) OPTIONAL, -- frame_rate_code luminanceSampleRate INTEGER(0..4294967295) OPTIONAL, -- units samples/s ... } H263VideoMode ::=SEQUENCE { resolution CHOICE { sqcif NULL, qcif NULL, cif NULL, cif4 NULL, cif16 NULL, ..., custom NULL }, bitRate INTEGER (1..19200), -- units 100 bit/s unrestrictedVector BOOLEAN, arithmeticCoding BOOLEAN, advancedPrediction BOOLEAN, pbFrames BOOLEAN, ..., errorCompensation BOOLEAN, enhancementLayerInfo EnhancementLayerInfo OPTIONAL, h263Options H263Options OPTIONAL } IS11172VideoMode ::=SEQUENCE { constrainedBitstream BOOLEAN, videoBitRate INTEGER(0..1073741823) OPTIONAL, -- units -- 400 bit/s vbvBufferSize INTEGER(0..262143) OPTIONAL, -- units -- 16 384 bits samplesPerLine INTEGER(0..16383) OPTIONAL, -- units -- samples/line linesPerFrame INTEGER(0..16383) OPTIONAL, -- units -- lines/frame pictureRate INTEGER(0..15) OPTIONAL, luminanceSampleRate INTEGER(0..4294967295) OPTIONAL, -- units -- samples/s ... } -- ============================================================================= -- Request mode definitions: Audio modes -- ============================================================================= AudioMode ::=CHOICE { nonStandard NonStandardParameter, g711Alaw64k NULL, g711Alaw56k NULL, g711Ulaw64k NULL, g711Ulaw56k NULL, g722-64k NULL, g722-56k NULL, g722-48k NULL, g728 NULL, g729 NULL, g729AnnexA NULL, g7231 CHOICE { noSilenceSuppressionLowRate NULL, noSilenceSuppressionHighRate NULL, silenceSuppressionLowRate NULL, silenceSuppressionHighRate NULL }, is11172AudioMode IS11172AudioMode, is13818AudioMode IS13818AudioMode, ..., g729wAnnexB INTEGER(1..256), g729AnnexAwAnnexB INTEGER(1..256), g7231AnnexCMode G7231AnnexCMode, gsmFullRate GSMAudioCapability, gsmHalfRate GSMAudioCapability, gsmEnhancedFullRate GSMAudioCapability, genericAudioMode GenericCapability, g729Extensions G729Extensions, vbd VBDMode } IS11172AudioMode ::=SEQUENCE { audioLayer CHOICE { audioLayer1 NULL, audioLayer2 NULL, audioLayer3 NULL }, audioSampling CHOICE { audioSampling32k NULL, audioSampling44k1 NULL, audioSampling48k NULL }, multichannelType CHOICE { singleChannel NULL, twoChannelStereo NULL, twoChannelDual NULL }, bitRate INTEGER (1..448), -- units kbit/s ... } IS13818AudioMode ::=SEQUENCE { audioLayer CHOICE { audioLayer1 NULL, audioLayer2 NULL, audioLayer3 NULL }, audioSampling CHOICE { audioSampling16k NULL, audioSampling22k05 NULL, audioSampling24k NULL, audioSampling32k NULL, audioSampling44k1 NULL, audioSampling48k NULL }, multichannelType CHOICE { singleChannel NULL, twoChannelStereo NULL, twoChannelDual NULL, threeChannels2-1 NULL, threeChannels3-0 NULL, fourChannels2-0-2-0 NULL, fourChannels2-2 NULL, fourChannels3-1 NULL, fiveChannels3-0-2-0 NULL, fiveChannels3-2 NULL }, lowFrequencyEnhancement BOOLEAN, multilingual BOOLEAN, bitRate INTEGER (1..1130), -- units kbit/s ... } G7231AnnexCMode ::= SEQUENCE { maxAl-sduAudioFrames INTEGER (1..256), silenceSuppression BOOLEAN, g723AnnexCAudioMode SEQUENCE { highRateMode0 INTEGER (27..78), -- units octets highRateMode1 INTEGER (27..78), -- units octets lowRateMode0 INTEGER (23..66), -- units octets lowRateMode1 INTEGER (23..66), -- units octets sidMode0 INTEGER (6..17), -- units octets sidMode1 INTEGER (6..17), -- units octets ... }, ... } VBDMode ::=SEQUENCE { type AudioMode, -- shall not be "vbd" ... } -- ============================================================================= -- Request mode definitions: Data modes -- ============================================================================= DataMode ::=SEQUENCE { application CHOICE { nonStandard NonStandardParameter, t120 DataProtocolCapability, dsm-cc DataProtocolCapability, userData DataProtocolCapability, t84 DataProtocolCapability, t434 DataProtocolCapability, h224 DataProtocolCapability, nlpid SEQUENCE { nlpidProtocol DataProtocolCapability, nlpidData OCTET STRING }, dsvdControl NULL, h222DataPartitioning DataProtocolCapability, ..., t30fax DataProtocolCapability, t140 DataProtocolCapability, t38fax SEQUENCE { t38FaxProtocol DataProtocolCapability, t38FaxProfile T38FaxProfile }, genericDataMode GenericCapability }, bitRate INTEGER (0..4294967295), -- units 100 bit/s ... } -- ============================================================================= -- Request mode definitions: Encryption modes -- ============================================================================= EncryptionMode ::=CHOICE { nonStandard NonStandardParameter, h233Encryption NULL, ... } -- ============================================================================= -- Round Trip Delay definitions -- ============================================================================= RoundTripDelayRequest ::=SEQUENCE { sequenceNumber SequenceNumber, ... } RoundTripDelayResponse ::=SEQUENCE { sequenceNumber SequenceNumber, ... } -- ============================================================================= -- Maintenance Loop definitions -- ============================================================================= MaintenanceLoopRequest ::=SEQUENCE { type CHOICE { systemLoop NULL, mediaLoop LogicalChannelNumber, logicalChannelLoop LogicalChannelNumber, ... }, ... } MaintenanceLoopAck ::=SEQUENCE { type CHOICE { systemLoop NULL, mediaLoop LogicalChannelNumber, logicalChannelLoop LogicalChannelNumber, ... }, ... } MaintenanceLoopReject ::=SEQUENCE { type CHOICE { systemLoop NULL, mediaLoop LogicalChannelNumber, logicalChannelLoop LogicalChannelNumber, ... }, cause CHOICE { canNotPerformLoop NULL, ... }, ... } MaintenanceLoopOffCommand ::=SEQUENCE { ... } -- ============================================================================= -- Communication Mode definitions -- ============================================================================= CommunicationModeCommand ::=SEQUENCE { communicationModeTable SET SIZE(1..256) OF CommunicationModeTableEntry, ... } CommunicationModeRequest ::=SEQUENCE { ... } CommunicationModeResponse ::=CHOICE { communicationModeTable SET SIZE(1..256) OF CommunicationModeTableEntry, ... } CommunicationModeTableEntry ::=SEQUENCE { nonStandard SEQUENCE OF NonStandardParameter OPTIONAL, sessionID INTEGER(1..255), associatedSessionID INTEGER(1..255) OPTIONAL, terminalLabel TerminalLabel OPTIONAL, -- if not present, -- it refers to -- all -- participants in -- the conference sessionDescription BMPString (SIZE(1..128)) , -- Basic ISO/IEC 10646-1 (Unicode) dataType CHOICE { videoData VideoCapability, audioData AudioCapability, data DataApplicationCapability, ... }, mediaChannel TransportAddress OPTIONAL, mediaGuaranteedDelivery BOOLEAN OPTIONAL, mediaControlChannel TransportAddress OPTIONAL, -- reverse RTCP channel mediaControlGuaranteedDelivery BOOLEAN OPTIONAL, ..., redundancyEncoding RedundancyEncoding OPTIONAL, sessionDependency INTEGER (1..255) OPTIONAL, destination TerminalLabel OPTIONAL } -- ============================================================================= -- Conference Request definitions -- ============================================================================= ConferenceRequest ::=CHOICE { terminalListRequest NULL, -- same as H.230 TCU (term->MC) makeMeChair NULL, -- same as H.230 CCA (term->MC) cancelMakeMeChair NULL, -- same as H.230 CIS (term->MC) dropTerminal TerminalLabel, -- same as H.230 CCD(term->MC) requestTerminalID TerminalLabel, -- same as TCP (term->MC) enterH243Password NULL, -- same as H.230 TCS1(MC->term) enterH243TerminalID NULL, -- same as H.230 TCS2/TCI -- (MC->term) enterH243ConferenceID NULL, -- same as H.230 TCS3 (MC->term) ..., enterExtensionAddress NULL, -- same as H.230 TCS4 (GW->term) requestChairTokenOwner NULL, -- same as H.230 TCA (term->MC) requestTerminalCertificate SEQUENCE { terminalLabel TerminalLabel OPTIONAL, certSelectionCriteria CertSelectionCriteria OPTIONAL, sRandom INTEGER (1..4294967295) OPTIONAL, -- this is the requester's challenge ... }, broadcastMyLogicalChannel LogicalChannelNumber, -- similar to H.230 MCV makeTerminalBroadcaster TerminalLabel, -- similar to H.230 VCB sendThisSource TerminalLabel, -- similar to H.230 VCS requestAllTerminalIDs NULL, remoteMCRequest RemoteMCRequest } CertSelectionCriteria ::=SEQUENCE SIZE (1..16) OF Criteria Criteria ::=SEQUENCE { field OBJECT IDENTIFIER, -- may include -- certificate type value OCTET STRING (SIZE(1..65535)), ... } TerminalLabel ::=SEQUENCE { mcuNumber McuNumber, terminalNumber TerminalNumber, ... } McuNumber ::=INTEGER(0..192) TerminalNumber ::=INTEGER(0..192) -- ============================================================================= -- Conference Response definitions -- ============================================================================= ConferenceResponse ::=CHOICE { mCTerminalIDResponse SEQUENCE -- response to TCP -- (same as TIP) { -- sent by MC only terminalLabel TerminalLabel, terminalID TerminalID, ... }, terminalIDResponse SEQUENCE -- response to TCS2 or TCI { -- same as IIS terminalLabel TerminalLabel, -- (term->MC) terminalID TerminalID, ... }, conferenceIDResponse SEQUENCE -- response to TCS3 { -- same as IIS terminalLabel TerminalLabel, -- (term->MC) conferenceID ConferenceID, ... }, passwordResponse SEQUENCE -- response to TCS1 { -- same as IIS terminalLabel TerminalLabel, -- (term->MC) password Password, ... }, terminalListResponse SET SIZE (1..256) OF TerminalLabel, videoCommandReject NULL, -- same as H.230 VCR terminalDropReject NULL, -- same as H.230 CIR makeMeChairResponse CHOICE -- same as H.230 CCR { grantedChairToken NULL, -- same as H.230 CIT deniedChairToken NULL, -- same as H.230 CCR ... }, ..., extensionAddressResponse SEQUENCE -- response to TCS4 { extensionAddress TerminalID, -- same as IIS (term->GW) ... }, chairTokenOwnerResponse SEQUENCE -- response to TCA (same as TIR) -- sent by MC only { terminalLabel TerminalLabel, terminalID TerminalID, ... }, terminalCertificateResponse SEQUENCE { terminalLabel TerminalLabel OPTIONAL, certificateResponse OCTET STRING (SIZE(1..65535)) OPTIONAL, ... }, broadcastMyLogicalChannelResponse CHOICE { grantedBroadcastMyLogicalChannel NULL, -- similar to H.230 MVA deniedBroadcastMyLogicalChannel NULL, -- similar to H.230 MVR ... }, makeTerminalBroadcasterResponse CHOICE { grantedMakeTerminalBroadcaster NULL, deniedMakeTerminalBroadcaster NULL, ... }, sendThisSourceResponse CHOICE { grantedSendThisSource NULL, deniedSendThisSource NULL, ... }, requestAllTerminalIDsResponse RequestAllTerminalIDsResponse, remoteMCResponse RemoteMCResponse } TerminalID ::=OCTET STRING (SIZE(1..128)) -- as per H.230 ConferenceID ::=OCTET STRING (SIZE(1..32)) Password ::=OCTET STRING (SIZE(1..32)) RequestAllTerminalIDsResponse ::=SEQUENCE { terminalInformation SEQUENCE OF TerminalInformation, ... } TerminalInformation ::=SEQUENCE { terminalLabel TerminalLabel, terminalID TerminalID, ... } -- ============================================================================= -- Remote MC Request definitions -- ============================================================================= RemoteMCRequest ::=CHOICE { masterActivate NULL, slaveActivate NULL, deActivate NULL, ... } RemoteMCResponse ::=CHOICE { accept NULL, reject CHOICE { unspecified NULL, functionNotSupported NULL, ... }, ... } -- ============================================================================= -- Multilink definitions -- ============================================================================= MultilinkRequest ::=CHOICE { nonStandard NonStandardMessage, callInformation SEQUENCE { maxNumberOfAdditionalConnections INTEGER (1..65535), ... }, addConnection SEQUENCE { sequenceNumber SequenceNumber, -- Unique ID of request dialingInformation DialingInformation, ... }, removeConnection SEQUENCE { connectionIdentifier ConnectionIdentifier, ... }, maximumHeaderInterval SEQUENCE { requestType CHOICE { currentIntervalInformation NULL, requestedInterval INTEGER (0..65535), -- Max Header -- Interval, -- milliseconds ... }, ... }, ... } MultilinkResponse ::=CHOICE { nonStandard NonStandardMessage, callInformation SEQUENCE { dialingInformation DialingInformation, callAssociationNumber INTEGER (0..4294967295), ... }, addConnection SEQUENCE { sequenceNumber SequenceNumber, -- Equal to value in request responseCode CHOICE { accepted NULL, rejected CHOICE { connectionsNotAvailable NULL, -- due to any technical reason userRejected NULL, ... }, ... }, ... }, removeConnection SEQUENCE { connectionIdentifier ConnectionIdentifier, ... }, maximumHeaderInterval SEQUENCE { currentInterval INTEGER (0..65535), -- Max Header -- Interval, -- milliseconds ... }, ... } MultilinkIndication ::=CHOICE { nonStandard NonStandardMessage, crcDesired SEQUENCE { ... }, excessiveError SEQUENCE { connectionIdentifier ConnectionIdentifier, ... }, ... } DialingInformation ::= CHOICE { nonStandard NonStandardMessage, differential SET SIZE (1..65535) OF DialingInformationNumber, -- list of numbers for all additional -- channels; only least significant digits -- different from initial channel's number infoNotAvailable INTEGER (1..65535), -- maximum No. of -- additional channels ... } DialingInformationNumber ::= SEQUENCE { networkAddress NumericString (SIZE (0..40)), subAddress IA5String (SIZE (1..40)) OPTIONAL, networkType SET SIZE (1..255) OF DialingInformationNetworkType, ... } DialingInformationNetworkType ::= CHOICE { nonStandard NonStandardMessage, n-isdn NULL, gstn NULL, ..., mobile NULL } ConnectionIdentifier ::= SEQUENCE { channelTag INTEGER (0..4294967295), -- from H.MULTILINK sequenceNumber INTEGER (0..4294967295), -- from H.MULTILINK ... } -- ============================================================================= -- Logical channel bit-rate change definitions -- ============================================================================= MaximumBitRate ::=INTEGER (0.. 4294967295) -- units of 100 bit/s LogicalChannelRateRequest ::=SEQUENCE { sequenceNumber SequenceNumber, logicalChannelNumber LogicalChannelNumber, maximumBitRate MaximumBitRate, ... } LogicalChannelRateAcknowledge ::=SEQUENCE { sequenceNumber SequenceNumber, logicalChannelNumber LogicalChannelNumber, maximumBitRate MaximumBitRate, ... } LogicalChannelRateReject ::=SEQUENCE { sequenceNumber SequenceNumber, logicalChannelNumber LogicalChannelNumber, rejectReason LogicalChannelRateRejectReason, currentMaximumBitRate MaximumBitRate OPTIONAL, ... } LogicalChannelRateRejectReason ::=CHOICE { undefinedReason NULL, insufficientResources NULL, ... } LogicalChannelRateRelease ::=SEQUENCE { ... } -- ============================================================================= -- Command Message definitions -- ============================================================================= -- ============================================================================= -- Command Message: Send Terminal Capability Set -- ============================================================================= SendTerminalCapabilitySet ::=CHOICE { specificRequest SEQUENCE { multiplexCapability BOOLEAN, capabilityTableEntryNumbers SET SIZE (1..65535) OF CapabilityTableEntryNumber OPTIONAL, capabilityDescriptorNumbers SET SIZE (1..256) OF CapabilityDescriptorNumber OPTIONAL, ... }, genericRequest NULL, ... } -- ============================================================================= -- Command Message: Encryption -- ============================================================================= EncryptionCommand ::=CHOICE { encryptionSE OCTET STRING, -- per H.233, but no -- error protection encryptionIVRequest NULL, -- requests new IV encryptionAlgorithmID SEQUENCE { h233AlgorithmIdentifier SequenceNumber, associatedAlgorithm NonStandardParameter }, ... } -- ============================================================================= -- Command Message: Flow Control -- ============================================================================= FlowControlCommand ::=SEQUENCE { scope CHOICE { logicalChannelNumber LogicalChannelNumber, resourceID INTEGER (0..65535), wholeMultiplex NULL }, restriction CHOICE { maximumBitRate INTEGER (0..16777215), -- units 100 bit/s noRestriction NULL }, ... } -- ============================================================================= -- Command Message: Change or End Session -- ============================================================================= EndSessionCommand ::=CHOICE { nonStandard NonStandardParameter, disconnect NULL, gstnOptions CHOICE { telephonyMode NULL, v8bis NULL, v34DSVD NULL, v34DuplexFAX NULL, v34H324 NULL, ... }, ..., isdnOptions CHOICE { telephonyMode NULL, v140 NULL, terminalOnHold NULL, ... } } -- ============================================================================= -- Command Message: Conference Commands -- ============================================================================= ConferenceCommand ::=CHOICE { broadcastMyLogicalChannel LogicalChannelNumber, -- similar to H.230 MCV cancelBroadcastMyLogicalChannel LogicalChannelNumber, -- similar to -- H.230 Cancel-MCV makeTerminalBroadcaster TerminalLabel, -- same as H.230 VCB cancelMakeTerminalBroadcaster NULL, -- same as H.230 -- Cancel-VCB sendThisSource TerminalLabel, -- same as H.230 VCS cancelSendThisSource NULL, -- same as H.230 -- cancel VCS dropConference NULL, -- same as H.230 CCK ..., substituteConferenceIDCommand SubstituteConferenceIDCommand } SubstituteConferenceIDCommand ::=SEQUENCE { conferenceIdentifier OCTET STRING (SIZE(16)), ... } -- ============================================================================= -- Command Message: Miscellaneous H.230-like commands -- ============================================================================= EncryptionUpdateDirection ::= CHOICE { masterToSlave NULL, slaveToMaster NULL, ... } MiscellaneousCommand ::=SEQUENCE { logicalChannelNumber LogicalChannelNumber, type CHOICE { equaliseDelay NULL, -- same as H.230 ACE zeroDelay NULL, -- same as H.230 ACZ multipointModeCommand NULL, cancelMultipointModeCommand NULL, videoFreezePicture NULL, videoFastUpdatePicture NULL, videoFastUpdateGOB SEQUENCE { firstGOB INTEGER (0..17), numberOfGOBs INTEGER (1..18) }, videoTemporalSpatialTradeOff INTEGER (0..31), -- commands a trade-off value videoSendSyncEveryGOB NULL, videoSendSyncEveryGOBCancel NULL, ..., videoFastUpdateMB SEQUENCE { firstGOB INTEGER (0..255) OPTIONAL, firstMB INTEGER (1..8192) OPTIONAL, numberOfMBs INTEGER (1..8192), ... }, maxH223MUXPDUsize INTEGER(1..65535), -- units octets encryptionUpdate EncryptionSync, encryptionUpdateRequest EncryptionUpdateRequest, switchReceiveMediaOff NULL, switchReceiveMediaOn NULL, progressiveRefinementStart SEQUENCE { repeatCount CHOICE { doOneProgression NULL, doContinuousProgressions NULL, doOneIndependentProgression NULL, doContinuousIndependentProgressions NULL, ... }, ... }, progressiveRefinementAbortOne NULL, progressiveRefinementAbortContinuous NULL, videoBadMBs SEQUENCE { firstMB INTEGER (1..9216), numberOfMBs INTEGER (1..9216), temporalReference INTEGER (0..1023), ... }, lostPicture SEQUENCE OF PictureReference, lostPartialPicture SEQUENCE { pictureReference PictureReference, firstMB INTEGER (1..9216), numberOfMBs INTEGER (1..9216), ... }, recoveryReferencePicture SEQUENCE OF PictureReference, encryptionUpdateCommand SEQUENCE -- for ack'ed key update in H.235V3 { encryptionSync EncryptionSync, multiplePayloadStream MultiplePayloadStream OPTIONAL, ... }, encryptionUpdateAck SEQUENCE { synchFlag INTEGER (0..255), ... } }, ..., direction EncryptionUpdateDirection OPTIONAL } KeyProtectionMethod ::=SEQUENCE -- specify how the new -- key is to be protected { secureChannel BOOLEAN, sharedSecret BOOLEAN, certProtectedKey BOOLEAN, ... } EncryptionUpdateRequest ::=SEQUENCE { keyProtectionMethod KeyProtectionMethod OPTIONAL, ..., synchFlag INTEGER (0..255) OPTIONAL } PictureReference ::=CHOICE { pictureNumber INTEGER (0..1023), longTermPictureIndex INTEGER (0..255), ... } -- ============================================================================= -- Command Message: H.223 Multiplex Reconfiguration -- ============================================================================= H223MultiplexReconfiguration ::=CHOICE { h223ModeChange CHOICE { toLevel0 NULL, toLevel1 NULL, toLevel2 NULL, toLevel2withOptionalHeader NULL, ... }, h223AnnexADoubleFlag CHOICE { start NULL, stop NULL, ... }, ... } -- ============================================================================= -- Command Message: New ATM virtual channel command -- ============================================================================= NewATMVCCommand ::=SEQUENCE { resourceID INTEGER(0..65535), bitRate INTEGER(1..65535), -- units 64 kbit/s bitRateLockedToPCRClock BOOLEAN, bitRateLockedToNetworkClock BOOLEAN, aal CHOICE { aal1 SEQUENCE { clockRecovery CHOICE { nullClockRecovery NULL, srtsClockRecovery NULL, adaptiveClockRecovery NULL, ... }, errorCorrection CHOICE { nullErrorCorrection NULL, longInterleaver NULL, shortInterleaver NULL, errorCorrectionOnly NULL, ... }, structuredDataTransfer BOOLEAN, partiallyFilledCells BOOLEAN, ... }, aal5 SEQUENCE { forwardMaximumSDUSize INTEGER (0..65535), -- units octets backwardMaximumSDUSize INTEGER (0..65535), -- units octets ... }, ... }, multiplex CHOICE { noMultiplex NULL, transportStream NULL, programStream NULL, ... }, reverseParameters SEQUENCE { bitRate INTEGER(1..65535), -- units 64 kbit/s bitRateLockedToPCRClock BOOLEAN, bitRateLockedToNetworkClock BOOLEAN, multiplex CHOICE { noMultiplex NULL, transportStream NULL, programStream NULL, ... }, ... }, ... } -- ============================================================================= -- Command Message: Mobile Multilink Reconfiguration command -- ============================================================================= MobileMultilinkReconfigurationCommand ::=SEQUENCE { sampleSize INTEGER (1..255), samplesPerFrame INTEGER (1..255), status CHOICE { synchronized NULL, reconfiguration NULL, ... }, ... } -- ============================================================================= -- Indication Message definitions -- ============================================================================= -- ============================================================================= -- Indication Message: Function not understood -- ============================================================================= -- This is used to return a request, response or command that is not understood FunctionNotUnderstood ::=CHOICE { request RequestMessage, response ResponseMessage, command CommandMessage } -- ============================================================================= -- Indication Message: Function not Supported -- ============================================================================= -- This is used to return a complete request, response or command that is not -- recognized FunctionNotSupported ::=SEQUENCE { cause CHOICE { syntaxError NULL, semanticError NULL, unknownFunction NULL, ... }, returnedFunction OCTET STRING OPTIONAL, ... } -- ============================================================================= -- Indication Message: Conference -- ============================================================================= ConferenceIndication ::=CHOICE { sbeNumber INTEGER (0..9), -- same as H.230 SBE Number terminalNumberAssign TerminalLabel, -- same as H.230 TIA terminalJoinedConference TerminalLabel, -- same as H.230 TIN terminalLeftConference TerminalLabel, -- same as H.230 TID seenByAtLeastOneOther NULL, -- same as H.230 MIV cancelSeenByAtLeastOneOther NULL, -- same as H.230 cancel MIV seenByAll NULL, -- like H.230 MIV cancelSeenByAll NULL, -- like H.230 MIV terminalYouAreSeeing TerminalLabel, -- same as H.230 VIN requestForFloor NULL, -- same as H.230 TIF ..., withdrawChairToken NULL, -- same as H.230 CCR MC-> chair floorRequested TerminalLabel, -- same as H.230 TIF MC-> chair terminalYouAreSeeingInSubPictureNumber TerminalYouAreSeeingInSubPictureNumber, videoIndicateCompose VideoIndicateCompose } TerminalYouAreSeeingInSubPictureNumber ::= SEQUENCE { terminalNumber TerminalNumber, subPictureNumber INTEGER (0..255), ... } VideoIndicateCompose ::= SEQUENCE { compositionNumber INTEGER (0..255), ... } -- ============================================================================= -- Indication Message: Miscellaneous H.230-like indication -- ============================================================================= MiscellaneousIndication ::=SEQUENCE { logicalChannelNumber LogicalChannelNumber, type CHOICE { logicalChannelActive NULL, -- same as H.230 AIA and VIA logicalChannelInactive NULL, -- same as H.230 AIM and VIS multipointConference NULL, cancelMultipointConference NULL, multipointZeroComm NULL, -- same as H.230 MIZ cancelMultipointZeroComm NULL, -- same as H.230 cancel MIZ multipointSecondaryStatus NULL, -- same as H.230 MIS cancelMultipointSecondaryStatus NULL, -- same as H.230 cancel MIS videoIndicateReadyToActivate NULL, -- same as H.230 VIR videoTemporalSpatialTradeOff INTEGER (0..31), -- indicates current -- trade-off ..., videoNotDecodedMBs SEQUENCE { firstMB INTEGER (1..8192), numberOfMBs INTEGER (1..8192), temporalReference INTEGER (0..255), ... }, transportCapability TransportCapability }, ... } -- ============================================================================= -- Indication Message: Jitter Indication -- ============================================================================= JitterIndication ::=SEQUENCE { scope CHOICE { logicalChannelNumber LogicalChannelNumber, resourceID INTEGER (0..65535), wholeMultiplex NULL }, estimatedReceivedJitterMantissa INTEGER (0..3), estimatedReceivedJitterExponent INTEGER (0..7), skippedFrameCount INTEGER (0..15) OPTIONAL, additionalDecoderBuffer INTEGER (0..262143) OPTIONAL, -- 262143 is 2^18 - 1 ... } -- ============================================================================= -- Indication Message: H.223 logical channel skew -- ============================================================================= H223SkewIndication ::=SEQUENCE { logicalChannelNumber1 LogicalChannelNumber, logicalChannelNumber2 LogicalChannelNumber, skew INTEGER (0..4095), -- units milliseconds ... } -- ============================================================================= -- Indication Message : H.225.0 maximum logical channel skew -- ============================================================================= H2250MaximumSkewIndication ::=SEQUENCE { logicalChannelNumber1 LogicalChannelNumber, logicalChannelNumber2 LogicalChannelNumber, maximumSkew INTEGER (0..4095), -- units milliseconds ... } -- ============================================================================= -- Indication Message: MC Location Indication -- ============================================================================= MCLocationIndication ::=SEQUENCE { signalAddress TransportAddress, -- this is the -- H.323 Call Signalling -- address of the entity -- which contains the MC ... } -- ============================================================================= -- Indication Message: Vendor Identification -- ============================================================================= VendorIdentification ::=SEQUENCE { vendor NonStandardIdentifier, productNumber OCTET STRING (SIZE(1..256)) OPTIONAL, -- per vendor versionNumber OCTET STRING (SIZE(1..256)) OPTIONAL, -- per productNumber ... } -- ============================================================================= -- Indication Message: New ATM virtual channel indication -- ============================================================================= NewATMVCIndication ::=SEQUENCE { resourceID INTEGER(0..65535), bitRate INTEGER(1..65535), -- units 64 kbit/s bitRateLockedToPCRClock BOOLEAN, bitRateLockedToNetworkClock BOOLEAN, aal CHOICE { aal1 SEQUENCE { clockRecovery CHOICE { nullClockRecovery NULL, srtsClockRecovery NULL, adaptiveClockRecovery NULL, ... }, errorCorrection CHOICE { nullErrorCorrection NULL, longInterleaver NULL, shortInterleaver NULL, errorCorrectionOnly NULL, ... }, structuredDataTransfer BOOLEAN, partiallyFilledCells BOOLEAN, ... }, aal5 SEQUENCE { forwardMaximumSDUSize INTEGER (0..65535), -- units octets backwardMaximumSDUSize INTEGER (0..65535), -- units octets ... }, ... }, multiplex CHOICE { noMultiplex NULL, transportStream NULL, programStream NULL, ... }, ..., reverseParameters SEQUENCE { bitRate INTEGER(1..65535), -- units 64 kbit/s bitRateLockedToPCRClock BOOLEAN, bitRateLockedToNetworkClock BOOLEAN, multiplex CHOICE { noMultiplex NULL, transportStream NULL, programStream NULL, ... }, ... } } -- ============================================================================= -- Indication Message: User input -- ============================================================================= IV8 ::= OCTET STRING (SIZE(8)) -- initial value for -- 64-bit block ciphers IV16 ::= OCTET STRING (SIZE(16)) -- initial value for -- 128-bit block ciphers Params ::= SEQUENCE { iv8 IV8 OPTIONAL, -- 8 octet initialization vector iv16 IV16 OPTIONAL, -- 16 octet initialization vector iv OCTET STRING OPTIONAL, -- arbitrary length -- initialization vector ... } UserInputIndication ::=CHOICE { nonStandard NonStandardParameter, alphanumeric GeneralString, ..., userInputSupportIndication CHOICE { nonStandard NonStandardParameter, basicString NULL, -- indicates unsecured basic string iA5String NULL, -- indicates unsecured iA5 string generalString NULL, -- indicates unsecured general string ..., encryptedBasicString NULL, -- indicates encrypted Basic string encryptedIA5String NULL, -- indicates encrypted IA5 string encryptedGeneralString NULL -- indicates encrypted general string }, signal SEQUENCE { signalType IA5String (SIZE (1) ^ FROM ("0123456789#*ABCD!")), -- holds dummy "!" if encryptedSignalType -- is being used duration INTEGER (1..65535) OPTIONAL, -- milliseconds rtp SEQUENCE { timestamp INTEGER (0..4294967295) OPTIONAL, expirationTime INTEGER (0..4294967295) OPTIONAL, logicalChannelNumber LogicalChannelNumber, ... } OPTIONAL, ..., rtpPayloadIndication NULL OPTIONAL, paramS Params OPTIONAL, -- any "runtime" parameters encryptedSignalType OCTET STRING (SIZE(1)) OPTIONAL, -- encrypted signalType algorithmOID OBJECT IDENTIFIER OPTIONAL }, signalUpdate SEQUENCE { duration INTEGER (1..65535), -- milliseconds rtp SEQUENCE { logicalChannelNumber LogicalChannelNumber, ... } OPTIONAL, ... }, extendedAlphanumeric SEQUENCE { alphanumeric GeneralString, -- holds empty string if -- encryptedAlphanumeric is -- being used rtpPayloadIndication NULL OPTIONAL, ..., encryptedAlphanumeric SEQUENCE { algorithmOID OBJECT IDENTIFIER, paramS Params OPTIONAL, -- any "runtime" parameters encrypted OCTET STRING, -- general string encrypted ... } OPTIONAL }, encryptedAlphanumeric SEQUENCE { algorithmOID OBJECT IDENTIFIER, paramS Params OPTIONAL, -- any "runtime" parameters encrypted OCTET STRING, -- basic string encrypted ... } } -- ============================================================================= -- Indication Message: Flow Control -- ============================================================================= FlowControlIndication ::=SEQUENCE { scope CHOICE { logicalChannelNumber LogicalChannelNumber, resourceID INTEGER (0..65535), wholeMultiplex NULL }, restriction CHOICE { maximumBitRate INTEGER (0..16777215), -- units 100 bit/s noRestriction NULL }, ... } -- ============================================================================= -- Indication Message: Mobile Multilink Reconfiguration indication -- ============================================================================= MobileMultilinkReconfigurationIndication ::=SEQUENCE { sampleSize INTEGER (1..255), samplesPerFrame INTEGER (1..255), ... } END openh323_v1_18_0/src/h245_1.cxx0100644000176200056700000156503710260650623016066 0ustar releasepostincr// // h245_1.cxx // // Code automatically generated by asnparse. // #ifdef P_USE_PRAGMA #pragma implementation "h245.h" #endif #include #include "h245.h" #define new PNEW #if ! H323_DISABLE_H245 #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_MultimediaSystemControlMessage[]={ {"request",0} ,{"response",1} ,{"command",2} ,{"indication",3} }; #endif // // MultimediaSystemControlMessage // H245_MultimediaSystemControlMessage::H245_MultimediaSystemControlMessage(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_MultimediaSystemControlMessage,4 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MultimediaSystemControlMessage::operator H245_RequestMessage &() const #else H245_MultimediaSystemControlMessage::operator H245_RequestMessage &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RequestMessage), PInvalidCast); #endif return *(H245_RequestMessage *)choice; } H245_MultimediaSystemControlMessage::operator const H245_RequestMessage &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RequestMessage), PInvalidCast); #endif return *(H245_RequestMessage *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MultimediaSystemControlMessage::operator H245_ResponseMessage &() const #else H245_MultimediaSystemControlMessage::operator H245_ResponseMessage &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ResponseMessage), PInvalidCast); #endif return *(H245_ResponseMessage *)choice; } H245_MultimediaSystemControlMessage::operator const H245_ResponseMessage &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ResponseMessage), PInvalidCast); #endif return *(H245_ResponseMessage *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MultimediaSystemControlMessage::operator H245_CommandMessage &() const #else H245_MultimediaSystemControlMessage::operator H245_CommandMessage &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_CommandMessage), PInvalidCast); #endif return *(H245_CommandMessage *)choice; } H245_MultimediaSystemControlMessage::operator const H245_CommandMessage &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_CommandMessage), PInvalidCast); #endif return *(H245_CommandMessage *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MultimediaSystemControlMessage::operator H245_IndicationMessage &() const #else H245_MultimediaSystemControlMessage::operator H245_IndicationMessage &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_IndicationMessage), PInvalidCast); #endif return *(H245_IndicationMessage *)choice; } H245_MultimediaSystemControlMessage::operator const H245_IndicationMessage &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_IndicationMessage), PInvalidCast); #endif return *(H245_IndicationMessage *)choice; } BOOL H245_MultimediaSystemControlMessage::CreateObject() { switch (tag) { case e_request : choice = new H245_RequestMessage(); return TRUE; case e_response : choice = new H245_ResponseMessage(); return TRUE; case e_command : choice = new H245_CommandMessage(); return TRUE; case e_indication : choice = new H245_IndicationMessage(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_MultimediaSystemControlMessage::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultimediaSystemControlMessage::Class()), PInvalidCast); #endif return new H245_MultimediaSystemControlMessage(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_RequestMessage[]={ {"nonStandard",0} ,{"masterSlaveDetermination",1} ,{"terminalCapabilitySet",2} ,{"openLogicalChannel",3} ,{"closeLogicalChannel",4} ,{"requestChannelClose",5} ,{"multiplexEntrySend",6} ,{"requestMultiplexEntry",7} ,{"requestMode",8} ,{"roundTripDelayRequest",9} ,{"maintenanceLoopRequest",10} ,{"communicationModeRequest",11} ,{"conferenceRequest",12} ,{"multilinkRequest",13} ,{"logicalChannelRateRequest",14} ,{"genericRequest",15} }; #endif // // RequestMessage // H245_RequestMessage::H245_RequestMessage(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 11, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_RequestMessage,16 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_RequestMessage::operator H245_NonStandardMessage &() const #else H245_RequestMessage::operator H245_NonStandardMessage &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardMessage), PInvalidCast); #endif return *(H245_NonStandardMessage *)choice; } H245_RequestMessage::operator const H245_NonStandardMessage &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardMessage), PInvalidCast); #endif return *(H245_NonStandardMessage *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_RequestMessage::operator H245_MasterSlaveDetermination &() const #else H245_RequestMessage::operator H245_MasterSlaveDetermination &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MasterSlaveDetermination), PInvalidCast); #endif return *(H245_MasterSlaveDetermination *)choice; } H245_RequestMessage::operator const H245_MasterSlaveDetermination &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MasterSlaveDetermination), PInvalidCast); #endif return *(H245_MasterSlaveDetermination *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_RequestMessage::operator H245_TerminalCapabilitySet &() const #else H245_RequestMessage::operator H245_TerminalCapabilitySet &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_TerminalCapabilitySet), PInvalidCast); #endif return *(H245_TerminalCapabilitySet *)choice; } H245_RequestMessage::operator const H245_TerminalCapabilitySet &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_TerminalCapabilitySet), PInvalidCast); #endif return *(H245_TerminalCapabilitySet *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_RequestMessage::operator H245_OpenLogicalChannel &() const #else H245_RequestMessage::operator H245_OpenLogicalChannel &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_OpenLogicalChannel), PInvalidCast); #endif return *(H245_OpenLogicalChannel *)choice; } H245_RequestMessage::operator const H245_OpenLogicalChannel &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_OpenLogicalChannel), PInvalidCast); #endif return *(H245_OpenLogicalChannel *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_RequestMessage::operator H245_CloseLogicalChannel &() const #else H245_RequestMessage::operator H245_CloseLogicalChannel &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_CloseLogicalChannel), PInvalidCast); #endif return *(H245_CloseLogicalChannel *)choice; } H245_RequestMessage::operator const H245_CloseLogicalChannel &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_CloseLogicalChannel), PInvalidCast); #endif return *(H245_CloseLogicalChannel *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_RequestMessage::operator H245_RequestChannelClose &() const #else H245_RequestMessage::operator H245_RequestChannelClose &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RequestChannelClose), PInvalidCast); #endif return *(H245_RequestChannelClose *)choice; } H245_RequestMessage::operator const H245_RequestChannelClose &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RequestChannelClose), PInvalidCast); #endif return *(H245_RequestChannelClose *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_RequestMessage::operator H245_MultiplexEntrySend &() const #else H245_RequestMessage::operator H245_MultiplexEntrySend &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultiplexEntrySend), PInvalidCast); #endif return *(H245_MultiplexEntrySend *)choice; } H245_RequestMessage::operator const H245_MultiplexEntrySend &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultiplexEntrySend), PInvalidCast); #endif return *(H245_MultiplexEntrySend *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_RequestMessage::operator H245_RequestMultiplexEntry &() const #else H245_RequestMessage::operator H245_RequestMultiplexEntry &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RequestMultiplexEntry), PInvalidCast); #endif return *(H245_RequestMultiplexEntry *)choice; } H245_RequestMessage::operator const H245_RequestMultiplexEntry &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RequestMultiplexEntry), PInvalidCast); #endif return *(H245_RequestMultiplexEntry *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_RequestMessage::operator H245_RequestMode &() const #else H245_RequestMessage::operator H245_RequestMode &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RequestMode), PInvalidCast); #endif return *(H245_RequestMode *)choice; } H245_RequestMessage::operator const H245_RequestMode &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RequestMode), PInvalidCast); #endif return *(H245_RequestMode *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_RequestMessage::operator H245_RoundTripDelayRequest &() const #else H245_RequestMessage::operator H245_RoundTripDelayRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RoundTripDelayRequest), PInvalidCast); #endif return *(H245_RoundTripDelayRequest *)choice; } H245_RequestMessage::operator const H245_RoundTripDelayRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RoundTripDelayRequest), PInvalidCast); #endif return *(H245_RoundTripDelayRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_RequestMessage::operator H245_MaintenanceLoopRequest &() const #else H245_RequestMessage::operator H245_MaintenanceLoopRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MaintenanceLoopRequest), PInvalidCast); #endif return *(H245_MaintenanceLoopRequest *)choice; } H245_RequestMessage::operator const H245_MaintenanceLoopRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MaintenanceLoopRequest), PInvalidCast); #endif return *(H245_MaintenanceLoopRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_RequestMessage::operator H245_CommunicationModeRequest &() const #else H245_RequestMessage::operator H245_CommunicationModeRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_CommunicationModeRequest), PInvalidCast); #endif return *(H245_CommunicationModeRequest *)choice; } H245_RequestMessage::operator const H245_CommunicationModeRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_CommunicationModeRequest), PInvalidCast); #endif return *(H245_CommunicationModeRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_RequestMessage::operator H245_ConferenceRequest &() const #else H245_RequestMessage::operator H245_ConferenceRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ConferenceRequest), PInvalidCast); #endif return *(H245_ConferenceRequest *)choice; } H245_RequestMessage::operator const H245_ConferenceRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ConferenceRequest), PInvalidCast); #endif return *(H245_ConferenceRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_RequestMessage::operator H245_MultilinkRequest &() const #else H245_RequestMessage::operator H245_MultilinkRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultilinkRequest), PInvalidCast); #endif return *(H245_MultilinkRequest *)choice; } H245_RequestMessage::operator const H245_MultilinkRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultilinkRequest), PInvalidCast); #endif return *(H245_MultilinkRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_RequestMessage::operator H245_LogicalChannelRateRequest &() const #else H245_RequestMessage::operator H245_LogicalChannelRateRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_LogicalChannelRateRequest), PInvalidCast); #endif return *(H245_LogicalChannelRateRequest *)choice; } H245_RequestMessage::operator const H245_LogicalChannelRateRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_LogicalChannelRateRequest), PInvalidCast); #endif return *(H245_LogicalChannelRateRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_RequestMessage::operator H245_GenericMessage &() const #else H245_RequestMessage::operator H245_GenericMessage &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_GenericMessage), PInvalidCast); #endif return *(H245_GenericMessage *)choice; } H245_RequestMessage::operator const H245_GenericMessage &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_GenericMessage), PInvalidCast); #endif return *(H245_GenericMessage *)choice; } BOOL H245_RequestMessage::CreateObject() { switch (tag) { case e_nonStandard : choice = new H245_NonStandardMessage(); return TRUE; case e_masterSlaveDetermination : choice = new H245_MasterSlaveDetermination(); return TRUE; case e_terminalCapabilitySet : choice = new H245_TerminalCapabilitySet(); return TRUE; case e_openLogicalChannel : choice = new H245_OpenLogicalChannel(); return TRUE; case e_closeLogicalChannel : choice = new H245_CloseLogicalChannel(); return TRUE; case e_requestChannelClose : choice = new H245_RequestChannelClose(); return TRUE; case e_multiplexEntrySend : choice = new H245_MultiplexEntrySend(); return TRUE; case e_requestMultiplexEntry : choice = new H245_RequestMultiplexEntry(); return TRUE; case e_requestMode : choice = new H245_RequestMode(); return TRUE; case e_roundTripDelayRequest : choice = new H245_RoundTripDelayRequest(); return TRUE; case e_maintenanceLoopRequest : choice = new H245_MaintenanceLoopRequest(); return TRUE; case e_communicationModeRequest : choice = new H245_CommunicationModeRequest(); return TRUE; case e_conferenceRequest : choice = new H245_ConferenceRequest(); return TRUE; case e_multilinkRequest : choice = new H245_MultilinkRequest(); return TRUE; case e_logicalChannelRateRequest : choice = new H245_LogicalChannelRateRequest(); return TRUE; case e_genericRequest : choice = new H245_GenericMessage(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_RequestMessage::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RequestMessage::Class()), PInvalidCast); #endif return new H245_RequestMessage(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_ResponseMessage[]={ {"nonStandard",0} ,{"masterSlaveDeterminationAck",1} ,{"masterSlaveDeterminationReject",2} ,{"terminalCapabilitySetAck",3} ,{"terminalCapabilitySetReject",4} ,{"openLogicalChannelAck",5} ,{"openLogicalChannelReject",6} ,{"closeLogicalChannelAck",7} ,{"requestChannelCloseAck",8} ,{"requestChannelCloseReject",9} ,{"multiplexEntrySendAck",10} ,{"multiplexEntrySendReject",11} ,{"requestMultiplexEntryAck",12} ,{"requestMultiplexEntryReject",13} ,{"requestModeAck",14} ,{"requestModeReject",15} ,{"roundTripDelayResponse",16} ,{"maintenanceLoopAck",17} ,{"maintenanceLoopReject",18} ,{"communicationModeResponse",19} ,{"conferenceResponse",20} ,{"multilinkResponse",21} ,{"logicalChannelRateAcknowledge",22} ,{"logicalChannelRateReject",23} ,{"genericResponse",24} }; #endif // // ResponseMessage // H245_ResponseMessage::H245_ResponseMessage(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 19, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_ResponseMessage,25 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ResponseMessage::operator H245_NonStandardMessage &() const #else H245_ResponseMessage::operator H245_NonStandardMessage &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardMessage), PInvalidCast); #endif return *(H245_NonStandardMessage *)choice; } H245_ResponseMessage::operator const H245_NonStandardMessage &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardMessage), PInvalidCast); #endif return *(H245_NonStandardMessage *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ResponseMessage::operator H245_MasterSlaveDeterminationAck &() const #else H245_ResponseMessage::operator H245_MasterSlaveDeterminationAck &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MasterSlaveDeterminationAck), PInvalidCast); #endif return *(H245_MasterSlaveDeterminationAck *)choice; } H245_ResponseMessage::operator const H245_MasterSlaveDeterminationAck &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MasterSlaveDeterminationAck), PInvalidCast); #endif return *(H245_MasterSlaveDeterminationAck *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ResponseMessage::operator H245_MasterSlaveDeterminationReject &() const #else H245_ResponseMessage::operator H245_MasterSlaveDeterminationReject &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MasterSlaveDeterminationReject), PInvalidCast); #endif return *(H245_MasterSlaveDeterminationReject *)choice; } H245_ResponseMessage::operator const H245_MasterSlaveDeterminationReject &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MasterSlaveDeterminationReject), PInvalidCast); #endif return *(H245_MasterSlaveDeterminationReject *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ResponseMessage::operator H245_TerminalCapabilitySetAck &() const #else H245_ResponseMessage::operator H245_TerminalCapabilitySetAck &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_TerminalCapabilitySetAck), PInvalidCast); #endif return *(H245_TerminalCapabilitySetAck *)choice; } H245_ResponseMessage::operator const H245_TerminalCapabilitySetAck &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_TerminalCapabilitySetAck), PInvalidCast); #endif return *(H245_TerminalCapabilitySetAck *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ResponseMessage::operator H245_TerminalCapabilitySetReject &() const #else H245_ResponseMessage::operator H245_TerminalCapabilitySetReject &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_TerminalCapabilitySetReject), PInvalidCast); #endif return *(H245_TerminalCapabilitySetReject *)choice; } H245_ResponseMessage::operator const H245_TerminalCapabilitySetReject &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_TerminalCapabilitySetReject), PInvalidCast); #endif return *(H245_TerminalCapabilitySetReject *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ResponseMessage::operator H245_OpenLogicalChannelAck &() const #else H245_ResponseMessage::operator H245_OpenLogicalChannelAck &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_OpenLogicalChannelAck), PInvalidCast); #endif return *(H245_OpenLogicalChannelAck *)choice; } H245_ResponseMessage::operator const H245_OpenLogicalChannelAck &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_OpenLogicalChannelAck), PInvalidCast); #endif return *(H245_OpenLogicalChannelAck *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ResponseMessage::operator H245_OpenLogicalChannelReject &() const #else H245_ResponseMessage::operator H245_OpenLogicalChannelReject &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_OpenLogicalChannelReject), PInvalidCast); #endif return *(H245_OpenLogicalChannelReject *)choice; } H245_ResponseMessage::operator const H245_OpenLogicalChannelReject &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_OpenLogicalChannelReject), PInvalidCast); #endif return *(H245_OpenLogicalChannelReject *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ResponseMessage::operator H245_CloseLogicalChannelAck &() const #else H245_ResponseMessage::operator H245_CloseLogicalChannelAck &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_CloseLogicalChannelAck), PInvalidCast); #endif return *(H245_CloseLogicalChannelAck *)choice; } H245_ResponseMessage::operator const H245_CloseLogicalChannelAck &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_CloseLogicalChannelAck), PInvalidCast); #endif return *(H245_CloseLogicalChannelAck *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ResponseMessage::operator H245_RequestChannelCloseAck &() const #else H245_ResponseMessage::operator H245_RequestChannelCloseAck &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RequestChannelCloseAck), PInvalidCast); #endif return *(H245_RequestChannelCloseAck *)choice; } H245_ResponseMessage::operator const H245_RequestChannelCloseAck &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RequestChannelCloseAck), PInvalidCast); #endif return *(H245_RequestChannelCloseAck *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ResponseMessage::operator H245_RequestChannelCloseReject &() const #else H245_ResponseMessage::operator H245_RequestChannelCloseReject &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RequestChannelCloseReject), PInvalidCast); #endif return *(H245_RequestChannelCloseReject *)choice; } H245_ResponseMessage::operator const H245_RequestChannelCloseReject &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RequestChannelCloseReject), PInvalidCast); #endif return *(H245_RequestChannelCloseReject *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ResponseMessage::operator H245_MultiplexEntrySendAck &() const #else H245_ResponseMessage::operator H245_MultiplexEntrySendAck &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultiplexEntrySendAck), PInvalidCast); #endif return *(H245_MultiplexEntrySendAck *)choice; } H245_ResponseMessage::operator const H245_MultiplexEntrySendAck &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultiplexEntrySendAck), PInvalidCast); #endif return *(H245_MultiplexEntrySendAck *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ResponseMessage::operator H245_MultiplexEntrySendReject &() const #else H245_ResponseMessage::operator H245_MultiplexEntrySendReject &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultiplexEntrySendReject), PInvalidCast); #endif return *(H245_MultiplexEntrySendReject *)choice; } H245_ResponseMessage::operator const H245_MultiplexEntrySendReject &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultiplexEntrySendReject), PInvalidCast); #endif return *(H245_MultiplexEntrySendReject *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ResponseMessage::operator H245_RequestMultiplexEntryAck &() const #else H245_ResponseMessage::operator H245_RequestMultiplexEntryAck &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RequestMultiplexEntryAck), PInvalidCast); #endif return *(H245_RequestMultiplexEntryAck *)choice; } H245_ResponseMessage::operator const H245_RequestMultiplexEntryAck &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RequestMultiplexEntryAck), PInvalidCast); #endif return *(H245_RequestMultiplexEntryAck *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ResponseMessage::operator H245_RequestMultiplexEntryReject &() const #else H245_ResponseMessage::operator H245_RequestMultiplexEntryReject &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RequestMultiplexEntryReject), PInvalidCast); #endif return *(H245_RequestMultiplexEntryReject *)choice; } H245_ResponseMessage::operator const H245_RequestMultiplexEntryReject &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RequestMultiplexEntryReject), PInvalidCast); #endif return *(H245_RequestMultiplexEntryReject *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ResponseMessage::operator H245_RequestModeAck &() const #else H245_ResponseMessage::operator H245_RequestModeAck &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RequestModeAck), PInvalidCast); #endif return *(H245_RequestModeAck *)choice; } H245_ResponseMessage::operator const H245_RequestModeAck &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RequestModeAck), PInvalidCast); #endif return *(H245_RequestModeAck *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ResponseMessage::operator H245_RequestModeReject &() const #else H245_ResponseMessage::operator H245_RequestModeReject &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RequestModeReject), PInvalidCast); #endif return *(H245_RequestModeReject *)choice; } H245_ResponseMessage::operator const H245_RequestModeReject &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RequestModeReject), PInvalidCast); #endif return *(H245_RequestModeReject *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ResponseMessage::operator H245_RoundTripDelayResponse &() const #else H245_ResponseMessage::operator H245_RoundTripDelayResponse &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RoundTripDelayResponse), PInvalidCast); #endif return *(H245_RoundTripDelayResponse *)choice; } H245_ResponseMessage::operator const H245_RoundTripDelayResponse &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RoundTripDelayResponse), PInvalidCast); #endif return *(H245_RoundTripDelayResponse *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ResponseMessage::operator H245_MaintenanceLoopAck &() const #else H245_ResponseMessage::operator H245_MaintenanceLoopAck &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MaintenanceLoopAck), PInvalidCast); #endif return *(H245_MaintenanceLoopAck *)choice; } H245_ResponseMessage::operator const H245_MaintenanceLoopAck &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MaintenanceLoopAck), PInvalidCast); #endif return *(H245_MaintenanceLoopAck *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ResponseMessage::operator H245_MaintenanceLoopReject &() const #else H245_ResponseMessage::operator H245_MaintenanceLoopReject &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MaintenanceLoopReject), PInvalidCast); #endif return *(H245_MaintenanceLoopReject *)choice; } H245_ResponseMessage::operator const H245_MaintenanceLoopReject &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MaintenanceLoopReject), PInvalidCast); #endif return *(H245_MaintenanceLoopReject *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ResponseMessage::operator H245_CommunicationModeResponse &() const #else H245_ResponseMessage::operator H245_CommunicationModeResponse &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_CommunicationModeResponse), PInvalidCast); #endif return *(H245_CommunicationModeResponse *)choice; } H245_ResponseMessage::operator const H245_CommunicationModeResponse &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_CommunicationModeResponse), PInvalidCast); #endif return *(H245_CommunicationModeResponse *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ResponseMessage::operator H245_ConferenceResponse &() const #else H245_ResponseMessage::operator H245_ConferenceResponse &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ConferenceResponse), PInvalidCast); #endif return *(H245_ConferenceResponse *)choice; } H245_ResponseMessage::operator const H245_ConferenceResponse &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ConferenceResponse), PInvalidCast); #endif return *(H245_ConferenceResponse *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ResponseMessage::operator H245_MultilinkResponse &() const #else H245_ResponseMessage::operator H245_MultilinkResponse &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultilinkResponse), PInvalidCast); #endif return *(H245_MultilinkResponse *)choice; } H245_ResponseMessage::operator const H245_MultilinkResponse &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultilinkResponse), PInvalidCast); #endif return *(H245_MultilinkResponse *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ResponseMessage::operator H245_LogicalChannelRateAcknowledge &() const #else H245_ResponseMessage::operator H245_LogicalChannelRateAcknowledge &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_LogicalChannelRateAcknowledge), PInvalidCast); #endif return *(H245_LogicalChannelRateAcknowledge *)choice; } H245_ResponseMessage::operator const H245_LogicalChannelRateAcknowledge &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_LogicalChannelRateAcknowledge), PInvalidCast); #endif return *(H245_LogicalChannelRateAcknowledge *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ResponseMessage::operator H245_LogicalChannelRateReject &() const #else H245_ResponseMessage::operator H245_LogicalChannelRateReject &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_LogicalChannelRateReject), PInvalidCast); #endif return *(H245_LogicalChannelRateReject *)choice; } H245_ResponseMessage::operator const H245_LogicalChannelRateReject &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_LogicalChannelRateReject), PInvalidCast); #endif return *(H245_LogicalChannelRateReject *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ResponseMessage::operator H245_GenericMessage &() const #else H245_ResponseMessage::operator H245_GenericMessage &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_GenericMessage), PInvalidCast); #endif return *(H245_GenericMessage *)choice; } H245_ResponseMessage::operator const H245_GenericMessage &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_GenericMessage), PInvalidCast); #endif return *(H245_GenericMessage *)choice; } BOOL H245_ResponseMessage::CreateObject() { switch (tag) { case e_nonStandard : choice = new H245_NonStandardMessage(); return TRUE; case e_masterSlaveDeterminationAck : choice = new H245_MasterSlaveDeterminationAck(); return TRUE; case e_masterSlaveDeterminationReject : choice = new H245_MasterSlaveDeterminationReject(); return TRUE; case e_terminalCapabilitySetAck : choice = new H245_TerminalCapabilitySetAck(); return TRUE; case e_terminalCapabilitySetReject : choice = new H245_TerminalCapabilitySetReject(); return TRUE; case e_openLogicalChannelAck : choice = new H245_OpenLogicalChannelAck(); return TRUE; case e_openLogicalChannelReject : choice = new H245_OpenLogicalChannelReject(); return TRUE; case e_closeLogicalChannelAck : choice = new H245_CloseLogicalChannelAck(); return TRUE; case e_requestChannelCloseAck : choice = new H245_RequestChannelCloseAck(); return TRUE; case e_requestChannelCloseReject : choice = new H245_RequestChannelCloseReject(); return TRUE; case e_multiplexEntrySendAck : choice = new H245_MultiplexEntrySendAck(); return TRUE; case e_multiplexEntrySendReject : choice = new H245_MultiplexEntrySendReject(); return TRUE; case e_requestMultiplexEntryAck : choice = new H245_RequestMultiplexEntryAck(); return TRUE; case e_requestMultiplexEntryReject : choice = new H245_RequestMultiplexEntryReject(); return TRUE; case e_requestModeAck : choice = new H245_RequestModeAck(); return TRUE; case e_requestModeReject : choice = new H245_RequestModeReject(); return TRUE; case e_roundTripDelayResponse : choice = new H245_RoundTripDelayResponse(); return TRUE; case e_maintenanceLoopAck : choice = new H245_MaintenanceLoopAck(); return TRUE; case e_maintenanceLoopReject : choice = new H245_MaintenanceLoopReject(); return TRUE; case e_communicationModeResponse : choice = new H245_CommunicationModeResponse(); return TRUE; case e_conferenceResponse : choice = new H245_ConferenceResponse(); return TRUE; case e_multilinkResponse : choice = new H245_MultilinkResponse(); return TRUE; case e_logicalChannelRateAcknowledge : choice = new H245_LogicalChannelRateAcknowledge(); return TRUE; case e_logicalChannelRateReject : choice = new H245_LogicalChannelRateReject(); return TRUE; case e_genericResponse : choice = new H245_GenericMessage(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_ResponseMessage::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ResponseMessage::Class()), PInvalidCast); #endif return new H245_ResponseMessage(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_CommandMessage[]={ {"nonStandard",0} ,{"maintenanceLoopOffCommand",1} ,{"sendTerminalCapabilitySet",2} ,{"encryptionCommand",3} ,{"flowControlCommand",4} ,{"endSessionCommand",5} ,{"miscellaneousCommand",6} ,{"communicationModeCommand",7} ,{"conferenceCommand",8} ,{"h223MultiplexReconfiguration",9} ,{"newATMVCCommand",10} ,{"mobileMultilinkReconfigurationCommand",11} ,{"genericCommand",12} }; #endif // // CommandMessage // H245_CommandMessage::H245_CommandMessage(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 7, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_CommandMessage,13 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_CommandMessage::operator H245_NonStandardMessage &() const #else H245_CommandMessage::operator H245_NonStandardMessage &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardMessage), PInvalidCast); #endif return *(H245_NonStandardMessage *)choice; } H245_CommandMessage::operator const H245_NonStandardMessage &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardMessage), PInvalidCast); #endif return *(H245_NonStandardMessage *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_CommandMessage::operator H245_MaintenanceLoopOffCommand &() const #else H245_CommandMessage::operator H245_MaintenanceLoopOffCommand &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MaintenanceLoopOffCommand), PInvalidCast); #endif return *(H245_MaintenanceLoopOffCommand *)choice; } H245_CommandMessage::operator const H245_MaintenanceLoopOffCommand &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MaintenanceLoopOffCommand), PInvalidCast); #endif return *(H245_MaintenanceLoopOffCommand *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_CommandMessage::operator H245_SendTerminalCapabilitySet &() const #else H245_CommandMessage::operator H245_SendTerminalCapabilitySet &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_SendTerminalCapabilitySet), PInvalidCast); #endif return *(H245_SendTerminalCapabilitySet *)choice; } H245_CommandMessage::operator const H245_SendTerminalCapabilitySet &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_SendTerminalCapabilitySet), PInvalidCast); #endif return *(H245_SendTerminalCapabilitySet *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_CommandMessage::operator H245_EncryptionCommand &() const #else H245_CommandMessage::operator H245_EncryptionCommand &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_EncryptionCommand), PInvalidCast); #endif return *(H245_EncryptionCommand *)choice; } H245_CommandMessage::operator const H245_EncryptionCommand &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_EncryptionCommand), PInvalidCast); #endif return *(H245_EncryptionCommand *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_CommandMessage::operator H245_FlowControlCommand &() const #else H245_CommandMessage::operator H245_FlowControlCommand &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_FlowControlCommand), PInvalidCast); #endif return *(H245_FlowControlCommand *)choice; } H245_CommandMessage::operator const H245_FlowControlCommand &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_FlowControlCommand), PInvalidCast); #endif return *(H245_FlowControlCommand *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_CommandMessage::operator H245_EndSessionCommand &() const #else H245_CommandMessage::operator H245_EndSessionCommand &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_EndSessionCommand), PInvalidCast); #endif return *(H245_EndSessionCommand *)choice; } H245_CommandMessage::operator const H245_EndSessionCommand &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_EndSessionCommand), PInvalidCast); #endif return *(H245_EndSessionCommand *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_CommandMessage::operator H245_MiscellaneousCommand &() const #else H245_CommandMessage::operator H245_MiscellaneousCommand &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MiscellaneousCommand), PInvalidCast); #endif return *(H245_MiscellaneousCommand *)choice; } H245_CommandMessage::operator const H245_MiscellaneousCommand &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MiscellaneousCommand), PInvalidCast); #endif return *(H245_MiscellaneousCommand *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_CommandMessage::operator H245_CommunicationModeCommand &() const #else H245_CommandMessage::operator H245_CommunicationModeCommand &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_CommunicationModeCommand), PInvalidCast); #endif return *(H245_CommunicationModeCommand *)choice; } H245_CommandMessage::operator const H245_CommunicationModeCommand &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_CommunicationModeCommand), PInvalidCast); #endif return *(H245_CommunicationModeCommand *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_CommandMessage::operator H245_ConferenceCommand &() const #else H245_CommandMessage::operator H245_ConferenceCommand &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ConferenceCommand), PInvalidCast); #endif return *(H245_ConferenceCommand *)choice; } H245_CommandMessage::operator const H245_ConferenceCommand &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ConferenceCommand), PInvalidCast); #endif return *(H245_ConferenceCommand *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_CommandMessage::operator H245_H223MultiplexReconfiguration &() const #else H245_CommandMessage::operator H245_H223MultiplexReconfiguration &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H223MultiplexReconfiguration), PInvalidCast); #endif return *(H245_H223MultiplexReconfiguration *)choice; } H245_CommandMessage::operator const H245_H223MultiplexReconfiguration &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H223MultiplexReconfiguration), PInvalidCast); #endif return *(H245_H223MultiplexReconfiguration *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_CommandMessage::operator H245_NewATMVCCommand &() const #else H245_CommandMessage::operator H245_NewATMVCCommand &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NewATMVCCommand), PInvalidCast); #endif return *(H245_NewATMVCCommand *)choice; } H245_CommandMessage::operator const H245_NewATMVCCommand &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NewATMVCCommand), PInvalidCast); #endif return *(H245_NewATMVCCommand *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_CommandMessage::operator H245_MobileMultilinkReconfigurationCommand &() const #else H245_CommandMessage::operator H245_MobileMultilinkReconfigurationCommand &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MobileMultilinkReconfigurationCommand), PInvalidCast); #endif return *(H245_MobileMultilinkReconfigurationCommand *)choice; } H245_CommandMessage::operator const H245_MobileMultilinkReconfigurationCommand &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MobileMultilinkReconfigurationCommand), PInvalidCast); #endif return *(H245_MobileMultilinkReconfigurationCommand *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_CommandMessage::operator H245_GenericMessage &() const #else H245_CommandMessage::operator H245_GenericMessage &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_GenericMessage), PInvalidCast); #endif return *(H245_GenericMessage *)choice; } H245_CommandMessage::operator const H245_GenericMessage &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_GenericMessage), PInvalidCast); #endif return *(H245_GenericMessage *)choice; } BOOL H245_CommandMessage::CreateObject() { switch (tag) { case e_nonStandard : choice = new H245_NonStandardMessage(); return TRUE; case e_maintenanceLoopOffCommand : choice = new H245_MaintenanceLoopOffCommand(); return TRUE; case e_sendTerminalCapabilitySet : choice = new H245_SendTerminalCapabilitySet(); return TRUE; case e_encryptionCommand : choice = new H245_EncryptionCommand(); return TRUE; case e_flowControlCommand : choice = new H245_FlowControlCommand(); return TRUE; case e_endSessionCommand : choice = new H245_EndSessionCommand(); return TRUE; case e_miscellaneousCommand : choice = new H245_MiscellaneousCommand(); return TRUE; case e_communicationModeCommand : choice = new H245_CommunicationModeCommand(); return TRUE; case e_conferenceCommand : choice = new H245_ConferenceCommand(); return TRUE; case e_h223MultiplexReconfiguration : choice = new H245_H223MultiplexReconfiguration(); return TRUE; case e_newATMVCCommand : choice = new H245_NewATMVCCommand(); return TRUE; case e_mobileMultilinkReconfigurationCommand : choice = new H245_MobileMultilinkReconfigurationCommand(); return TRUE; case e_genericCommand : choice = new H245_GenericMessage(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_CommandMessage::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_CommandMessage::Class()), PInvalidCast); #endif return new H245_CommandMessage(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_IndicationMessage[]={ {"nonStandard",0} ,{"functionNotUnderstood",1} ,{"masterSlaveDeterminationRelease",2} ,{"terminalCapabilitySetRelease",3} ,{"openLogicalChannelConfirm",4} ,{"requestChannelCloseRelease",5} ,{"multiplexEntrySendRelease",6} ,{"requestMultiplexEntryRelease",7} ,{"requestModeRelease",8} ,{"miscellaneousIndication",9} ,{"jitterIndication",10} ,{"h223SkewIndication",11} ,{"newATMVCIndication",12} ,{"userInput",13} ,{"h2250MaximumSkewIndication",14} ,{"mcLocationIndication",15} ,{"conferenceIndication",16} ,{"vendorIdentification",17} ,{"functionNotSupported",18} ,{"multilinkIndication",19} ,{"logicalChannelRateRelease",20} ,{"flowControlIndication",21} ,{"mobileMultilinkReconfigurationIndication",22} ,{"genericIndication",23} }; #endif // // IndicationMessage // H245_IndicationMessage::H245_IndicationMessage(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 14, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_IndicationMessage,24 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_IndicationMessage::operator H245_NonStandardMessage &() const #else H245_IndicationMessage::operator H245_NonStandardMessage &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardMessage), PInvalidCast); #endif return *(H245_NonStandardMessage *)choice; } H245_IndicationMessage::operator const H245_NonStandardMessage &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardMessage), PInvalidCast); #endif return *(H245_NonStandardMessage *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_IndicationMessage::operator H245_FunctionNotUnderstood &() const #else H245_IndicationMessage::operator H245_FunctionNotUnderstood &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_FunctionNotUnderstood), PInvalidCast); #endif return *(H245_FunctionNotUnderstood *)choice; } H245_IndicationMessage::operator const H245_FunctionNotUnderstood &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_FunctionNotUnderstood), PInvalidCast); #endif return *(H245_FunctionNotUnderstood *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_IndicationMessage::operator H245_MasterSlaveDeterminationRelease &() const #else H245_IndicationMessage::operator H245_MasterSlaveDeterminationRelease &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MasterSlaveDeterminationRelease), PInvalidCast); #endif return *(H245_MasterSlaveDeterminationRelease *)choice; } H245_IndicationMessage::operator const H245_MasterSlaveDeterminationRelease &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MasterSlaveDeterminationRelease), PInvalidCast); #endif return *(H245_MasterSlaveDeterminationRelease *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_IndicationMessage::operator H245_TerminalCapabilitySetRelease &() const #else H245_IndicationMessage::operator H245_TerminalCapabilitySetRelease &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_TerminalCapabilitySetRelease), PInvalidCast); #endif return *(H245_TerminalCapabilitySetRelease *)choice; } H245_IndicationMessage::operator const H245_TerminalCapabilitySetRelease &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_TerminalCapabilitySetRelease), PInvalidCast); #endif return *(H245_TerminalCapabilitySetRelease *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_IndicationMessage::operator H245_OpenLogicalChannelConfirm &() const #else H245_IndicationMessage::operator H245_OpenLogicalChannelConfirm &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_OpenLogicalChannelConfirm), PInvalidCast); #endif return *(H245_OpenLogicalChannelConfirm *)choice; } H245_IndicationMessage::operator const H245_OpenLogicalChannelConfirm &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_OpenLogicalChannelConfirm), PInvalidCast); #endif return *(H245_OpenLogicalChannelConfirm *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_IndicationMessage::operator H245_RequestChannelCloseRelease &() const #else H245_IndicationMessage::operator H245_RequestChannelCloseRelease &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RequestChannelCloseRelease), PInvalidCast); #endif return *(H245_RequestChannelCloseRelease *)choice; } H245_IndicationMessage::operator const H245_RequestChannelCloseRelease &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RequestChannelCloseRelease), PInvalidCast); #endif return *(H245_RequestChannelCloseRelease *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_IndicationMessage::operator H245_MultiplexEntrySendRelease &() const #else H245_IndicationMessage::operator H245_MultiplexEntrySendRelease &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultiplexEntrySendRelease), PInvalidCast); #endif return *(H245_MultiplexEntrySendRelease *)choice; } H245_IndicationMessage::operator const H245_MultiplexEntrySendRelease &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultiplexEntrySendRelease), PInvalidCast); #endif return *(H245_MultiplexEntrySendRelease *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_IndicationMessage::operator H245_RequestMultiplexEntryRelease &() const #else H245_IndicationMessage::operator H245_RequestMultiplexEntryRelease &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RequestMultiplexEntryRelease), PInvalidCast); #endif return *(H245_RequestMultiplexEntryRelease *)choice; } H245_IndicationMessage::operator const H245_RequestMultiplexEntryRelease &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RequestMultiplexEntryRelease), PInvalidCast); #endif return *(H245_RequestMultiplexEntryRelease *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_IndicationMessage::operator H245_RequestModeRelease &() const #else H245_IndicationMessage::operator H245_RequestModeRelease &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RequestModeRelease), PInvalidCast); #endif return *(H245_RequestModeRelease *)choice; } H245_IndicationMessage::operator const H245_RequestModeRelease &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RequestModeRelease), PInvalidCast); #endif return *(H245_RequestModeRelease *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_IndicationMessage::operator H245_MiscellaneousIndication &() const #else H245_IndicationMessage::operator H245_MiscellaneousIndication &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MiscellaneousIndication), PInvalidCast); #endif return *(H245_MiscellaneousIndication *)choice; } H245_IndicationMessage::operator const H245_MiscellaneousIndication &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MiscellaneousIndication), PInvalidCast); #endif return *(H245_MiscellaneousIndication *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_IndicationMessage::operator H245_JitterIndication &() const #else H245_IndicationMessage::operator H245_JitterIndication &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_JitterIndication), PInvalidCast); #endif return *(H245_JitterIndication *)choice; } H245_IndicationMessage::operator const H245_JitterIndication &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_JitterIndication), PInvalidCast); #endif return *(H245_JitterIndication *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_IndicationMessage::operator H245_H223SkewIndication &() const #else H245_IndicationMessage::operator H245_H223SkewIndication &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H223SkewIndication), PInvalidCast); #endif return *(H245_H223SkewIndication *)choice; } H245_IndicationMessage::operator const H245_H223SkewIndication &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H223SkewIndication), PInvalidCast); #endif return *(H245_H223SkewIndication *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_IndicationMessage::operator H245_NewATMVCIndication &() const #else H245_IndicationMessage::operator H245_NewATMVCIndication &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NewATMVCIndication), PInvalidCast); #endif return *(H245_NewATMVCIndication *)choice; } H245_IndicationMessage::operator const H245_NewATMVCIndication &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NewATMVCIndication), PInvalidCast); #endif return *(H245_NewATMVCIndication *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_IndicationMessage::operator H245_UserInputIndication &() const #else H245_IndicationMessage::operator H245_UserInputIndication &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_UserInputIndication), PInvalidCast); #endif return *(H245_UserInputIndication *)choice; } H245_IndicationMessage::operator const H245_UserInputIndication &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_UserInputIndication), PInvalidCast); #endif return *(H245_UserInputIndication *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_IndicationMessage::operator H245_H2250MaximumSkewIndication &() const #else H245_IndicationMessage::operator H245_H2250MaximumSkewIndication &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H2250MaximumSkewIndication), PInvalidCast); #endif return *(H245_H2250MaximumSkewIndication *)choice; } H245_IndicationMessage::operator const H245_H2250MaximumSkewIndication &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H2250MaximumSkewIndication), PInvalidCast); #endif return *(H245_H2250MaximumSkewIndication *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_IndicationMessage::operator H245_MCLocationIndication &() const #else H245_IndicationMessage::operator H245_MCLocationIndication &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MCLocationIndication), PInvalidCast); #endif return *(H245_MCLocationIndication *)choice; } H245_IndicationMessage::operator const H245_MCLocationIndication &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MCLocationIndication), PInvalidCast); #endif return *(H245_MCLocationIndication *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_IndicationMessage::operator H245_ConferenceIndication &() const #else H245_IndicationMessage::operator H245_ConferenceIndication &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ConferenceIndication), PInvalidCast); #endif return *(H245_ConferenceIndication *)choice; } H245_IndicationMessage::operator const H245_ConferenceIndication &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ConferenceIndication), PInvalidCast); #endif return *(H245_ConferenceIndication *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_IndicationMessage::operator H245_VendorIdentification &() const #else H245_IndicationMessage::operator H245_VendorIdentification &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_VendorIdentification), PInvalidCast); #endif return *(H245_VendorIdentification *)choice; } H245_IndicationMessage::operator const H245_VendorIdentification &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_VendorIdentification), PInvalidCast); #endif return *(H245_VendorIdentification *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_IndicationMessage::operator H245_FunctionNotSupported &() const #else H245_IndicationMessage::operator H245_FunctionNotSupported &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_FunctionNotSupported), PInvalidCast); #endif return *(H245_FunctionNotSupported *)choice; } H245_IndicationMessage::operator const H245_FunctionNotSupported &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_FunctionNotSupported), PInvalidCast); #endif return *(H245_FunctionNotSupported *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_IndicationMessage::operator H245_MultilinkIndication &() const #else H245_IndicationMessage::operator H245_MultilinkIndication &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultilinkIndication), PInvalidCast); #endif return *(H245_MultilinkIndication *)choice; } H245_IndicationMessage::operator const H245_MultilinkIndication &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultilinkIndication), PInvalidCast); #endif return *(H245_MultilinkIndication *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_IndicationMessage::operator H245_LogicalChannelRateRelease &() const #else H245_IndicationMessage::operator H245_LogicalChannelRateRelease &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_LogicalChannelRateRelease), PInvalidCast); #endif return *(H245_LogicalChannelRateRelease *)choice; } H245_IndicationMessage::operator const H245_LogicalChannelRateRelease &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_LogicalChannelRateRelease), PInvalidCast); #endif return *(H245_LogicalChannelRateRelease *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_IndicationMessage::operator H245_FlowControlIndication &() const #else H245_IndicationMessage::operator H245_FlowControlIndication &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_FlowControlIndication), PInvalidCast); #endif return *(H245_FlowControlIndication *)choice; } H245_IndicationMessage::operator const H245_FlowControlIndication &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_FlowControlIndication), PInvalidCast); #endif return *(H245_FlowControlIndication *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_IndicationMessage::operator H245_MobileMultilinkReconfigurationIndication &() const #else H245_IndicationMessage::operator H245_MobileMultilinkReconfigurationIndication &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MobileMultilinkReconfigurationIndication), PInvalidCast); #endif return *(H245_MobileMultilinkReconfigurationIndication *)choice; } H245_IndicationMessage::operator const H245_MobileMultilinkReconfigurationIndication &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MobileMultilinkReconfigurationIndication), PInvalidCast); #endif return *(H245_MobileMultilinkReconfigurationIndication *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_IndicationMessage::operator H245_GenericMessage &() const #else H245_IndicationMessage::operator H245_GenericMessage &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_GenericMessage), PInvalidCast); #endif return *(H245_GenericMessage *)choice; } H245_IndicationMessage::operator const H245_GenericMessage &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_GenericMessage), PInvalidCast); #endif return *(H245_GenericMessage *)choice; } BOOL H245_IndicationMessage::CreateObject() { switch (tag) { case e_nonStandard : choice = new H245_NonStandardMessage(); return TRUE; case e_functionNotUnderstood : choice = new H245_FunctionNotUnderstood(); return TRUE; case e_masterSlaveDeterminationRelease : choice = new H245_MasterSlaveDeterminationRelease(); return TRUE; case e_terminalCapabilitySetRelease : choice = new H245_TerminalCapabilitySetRelease(); return TRUE; case e_openLogicalChannelConfirm : choice = new H245_OpenLogicalChannelConfirm(); return TRUE; case e_requestChannelCloseRelease : choice = new H245_RequestChannelCloseRelease(); return TRUE; case e_multiplexEntrySendRelease : choice = new H245_MultiplexEntrySendRelease(); return TRUE; case e_requestMultiplexEntryRelease : choice = new H245_RequestMultiplexEntryRelease(); return TRUE; case e_requestModeRelease : choice = new H245_RequestModeRelease(); return TRUE; case e_miscellaneousIndication : choice = new H245_MiscellaneousIndication(); return TRUE; case e_jitterIndication : choice = new H245_JitterIndication(); return TRUE; case e_h223SkewIndication : choice = new H245_H223SkewIndication(); return TRUE; case e_newATMVCIndication : choice = new H245_NewATMVCIndication(); return TRUE; case e_userInput : choice = new H245_UserInputIndication(); return TRUE; case e_h2250MaximumSkewIndication : choice = new H245_H2250MaximumSkewIndication(); return TRUE; case e_mcLocationIndication : choice = new H245_MCLocationIndication(); return TRUE; case e_conferenceIndication : choice = new H245_ConferenceIndication(); return TRUE; case e_vendorIdentification : choice = new H245_VendorIdentification(); return TRUE; case e_functionNotSupported : choice = new H245_FunctionNotSupported(); return TRUE; case e_multilinkIndication : choice = new H245_MultilinkIndication(); return TRUE; case e_logicalChannelRateRelease : choice = new H245_LogicalChannelRateRelease(); return TRUE; case e_flowControlIndication : choice = new H245_FlowControlIndication(); return TRUE; case e_mobileMultilinkReconfigurationIndication : choice = new H245_MobileMultilinkReconfigurationIndication(); return TRUE; case e_genericIndication : choice = new H245_GenericMessage(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_IndicationMessage::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_IndicationMessage::Class()), PInvalidCast); #endif return new H245_IndicationMessage(*this); } // // SequenceNumber // H245_SequenceNumber::H245_SequenceNumber(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 0, 255); } H245_SequenceNumber & H245_SequenceNumber::operator=(int v) { SetValue(v); return *this; } H245_SequenceNumber & H245_SequenceNumber::operator=(unsigned v) { SetValue(v); return *this; } PObject * H245_SequenceNumber::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_SequenceNumber::Class()), PInvalidCast); #endif return new H245_SequenceNumber(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_NonStandardIdentifier[]={ {"object",0} ,{"h221NonStandard",1} }; #endif // // NonStandardIdentifier // H245_NonStandardIdentifier::H245_NonStandardIdentifier(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_NonStandardIdentifier,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_NonStandardIdentifier::operator H245_NonStandardIdentifier_h221NonStandard &() const #else H245_NonStandardIdentifier::operator H245_NonStandardIdentifier_h221NonStandard &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardIdentifier_h221NonStandard), PInvalidCast); #endif return *(H245_NonStandardIdentifier_h221NonStandard *)choice; } H245_NonStandardIdentifier::operator const H245_NonStandardIdentifier_h221NonStandard &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardIdentifier_h221NonStandard), PInvalidCast); #endif return *(H245_NonStandardIdentifier_h221NonStandard *)choice; } BOOL H245_NonStandardIdentifier::CreateObject() { switch (tag) { case e_object : choice = new PASN_ObjectId(); return TRUE; case e_h221NonStandard : choice = new H245_NonStandardIdentifier_h221NonStandard(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_NonStandardIdentifier::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_NonStandardIdentifier::Class()), PInvalidCast); #endif return new H245_NonStandardIdentifier(*this); } // // MasterSlaveDetermination // H245_MasterSlaveDetermination::H245_MasterSlaveDetermination(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_terminalType.SetConstraints(PASN_Object::FixedConstraint, 0, 255); m_statusDeterminationNumber.SetConstraints(PASN_Object::FixedConstraint, 0, 16777215); } #ifndef PASN_NOPRINTON void H245_MasterSlaveDetermination::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "terminalType = " << setprecision(indent) << m_terminalType << '\n'; strm << setw(indent+28) << "statusDeterminationNumber = " << setprecision(indent) << m_statusDeterminationNumber << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MasterSlaveDetermination::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MasterSlaveDetermination), PInvalidCast); #endif const H245_MasterSlaveDetermination & other = (const H245_MasterSlaveDetermination &)obj; Comparison result; if ((result = m_terminalType.Compare(other.m_terminalType)) != EqualTo) return result; if ((result = m_statusDeterminationNumber.Compare(other.m_statusDeterminationNumber)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MasterSlaveDetermination::GetDataLength() const { PINDEX length = 0; length += m_terminalType.GetObjectLength(); length += m_statusDeterminationNumber.GetObjectLength(); return length; } BOOL H245_MasterSlaveDetermination::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_terminalType.Decode(strm)) return FALSE; if (!m_statusDeterminationNumber.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MasterSlaveDetermination::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_terminalType.Encode(strm); m_statusDeterminationNumber.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MasterSlaveDetermination::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MasterSlaveDetermination::Class()), PInvalidCast); #endif return new H245_MasterSlaveDetermination(*this); } // // MasterSlaveDeterminationRelease // H245_MasterSlaveDeterminationRelease::H245_MasterSlaveDeterminationRelease(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_MasterSlaveDeterminationRelease::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PINDEX H245_MasterSlaveDeterminationRelease::GetDataLength() const { PINDEX length = 0; return length; } BOOL H245_MasterSlaveDeterminationRelease::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MasterSlaveDeterminationRelease::Encode(PASN_Stream & strm) const { PreambleEncode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MasterSlaveDeterminationRelease::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MasterSlaveDeterminationRelease::Class()), PInvalidCast); #endif return new H245_MasterSlaveDeterminationRelease(*this); } // // AlternativeCapabilitySet // H245_AlternativeCapabilitySet::H245_AlternativeCapabilitySet(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 256); } PASN_Object * H245_AlternativeCapabilitySet::CreateObject() const { return new H245_CapabilityTableEntryNumber; } H245_CapabilityTableEntryNumber & H245_AlternativeCapabilitySet::operator[](PINDEX i) const { return (H245_CapabilityTableEntryNumber &)array[i]; } PObject * H245_AlternativeCapabilitySet::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_AlternativeCapabilitySet::Class()), PInvalidCast); #endif return new H245_AlternativeCapabilitySet(*this); } // // CapabilityTableEntryNumber // H245_CapabilityTableEntryNumber::H245_CapabilityTableEntryNumber(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 65535); } H245_CapabilityTableEntryNumber & H245_CapabilityTableEntryNumber::operator=(int v) { SetValue(v); return *this; } H245_CapabilityTableEntryNumber & H245_CapabilityTableEntryNumber::operator=(unsigned v) { SetValue(v); return *this; } PObject * H245_CapabilityTableEntryNumber::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_CapabilityTableEntryNumber::Class()), PInvalidCast); #endif return new H245_CapabilityTableEntryNumber(*this); } // // CapabilityDescriptorNumber // H245_CapabilityDescriptorNumber::H245_CapabilityDescriptorNumber(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 0, 255); } H245_CapabilityDescriptorNumber & H245_CapabilityDescriptorNumber::operator=(int v) { SetValue(v); return *this; } H245_CapabilityDescriptorNumber & H245_CapabilityDescriptorNumber::operator=(unsigned v) { SetValue(v); return *this; } PObject * H245_CapabilityDescriptorNumber::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_CapabilityDescriptorNumber::Class()), PInvalidCast); #endif return new H245_CapabilityDescriptorNumber(*this); } // // TerminalCapabilitySetAck // H245_TerminalCapabilitySetAck::H245_TerminalCapabilitySetAck(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_TerminalCapabilitySetAck::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "sequenceNumber = " << setprecision(indent) << m_sequenceNumber << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_TerminalCapabilitySetAck::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_TerminalCapabilitySetAck), PInvalidCast); #endif const H245_TerminalCapabilitySetAck & other = (const H245_TerminalCapabilitySetAck &)obj; Comparison result; if ((result = m_sequenceNumber.Compare(other.m_sequenceNumber)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_TerminalCapabilitySetAck::GetDataLength() const { PINDEX length = 0; length += m_sequenceNumber.GetObjectLength(); return length; } BOOL H245_TerminalCapabilitySetAck::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_sequenceNumber.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_TerminalCapabilitySetAck::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_sequenceNumber.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_TerminalCapabilitySetAck::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_TerminalCapabilitySetAck::Class()), PInvalidCast); #endif return new H245_TerminalCapabilitySetAck(*this); } // // TerminalCapabilitySetRelease // H245_TerminalCapabilitySetRelease::H245_TerminalCapabilitySetRelease(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_TerminalCapabilitySetRelease::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PINDEX H245_TerminalCapabilitySetRelease::GetDataLength() const { PINDEX length = 0; return length; } BOOL H245_TerminalCapabilitySetRelease::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_TerminalCapabilitySetRelease::Encode(PASN_Stream & strm) const { PreambleEncode(strm); UnknownExtensionsEncode(strm); } PObject * H245_TerminalCapabilitySetRelease::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_TerminalCapabilitySetRelease::Class()), PInvalidCast); #endif return new H245_TerminalCapabilitySetRelease(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_Capability[]={ {"nonStandard",0} ,{"receiveVideoCapability",1} ,{"transmitVideoCapability",2} ,{"receiveAndTransmitVideoCapability",3} ,{"receiveAudioCapability",4} ,{"transmitAudioCapability",5} ,{"receiveAndTransmitAudioCapability",6} ,{"receiveDataApplicationCapability",7} ,{"transmitDataApplicationCapability",8} ,{"receiveAndTransmitDataApplicationCapability",9} ,{"h233EncryptionTransmitCapability",10} ,{"h233EncryptionReceiveCapability",11} ,{"conferenceCapability",12} ,{"h235SecurityCapability",13} ,{"maxPendingReplacementFor",14} ,{"receiveUserInputCapability",15} ,{"transmitUserInputCapability",16} ,{"receiveAndTransmitUserInputCapability",17} ,{"genericControlCapability",18} ,{"receiveMultiplexedStreamCapability",19} ,{"transmitMultiplexedStreamCapability",20} ,{"receiveAndTransmitMultiplexedStreamCapability",21} ,{"receiveRTPAudioTelephonyEventCapability",22} ,{"receiveRTPAudioToneCapability",23} ,{"depFecCapability",24} ,{"multiplePayloadStreamCapability",25} ,{"fecCapability",26} ,{"redundancyEncodingCap",27} ,{"oneOfCapabilities",28} }; #endif // // Capability // H245_Capability::H245_Capability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 12, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_Capability,29 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_Capability::operator H245_NonStandardParameter &() const #else H245_Capability::operator H245_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } H245_Capability::operator const H245_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_Capability::operator H245_VideoCapability &() const #else H245_Capability::operator H245_VideoCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_VideoCapability), PInvalidCast); #endif return *(H245_VideoCapability *)choice; } H245_Capability::operator const H245_VideoCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_VideoCapability), PInvalidCast); #endif return *(H245_VideoCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_Capability::operator H245_AudioCapability &() const #else H245_Capability::operator H245_AudioCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_AudioCapability), PInvalidCast); #endif return *(H245_AudioCapability *)choice; } H245_Capability::operator const H245_AudioCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_AudioCapability), PInvalidCast); #endif return *(H245_AudioCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_Capability::operator H245_DataApplicationCapability &() const #else H245_Capability::operator H245_DataApplicationCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DataApplicationCapability), PInvalidCast); #endif return *(H245_DataApplicationCapability *)choice; } H245_Capability::operator const H245_DataApplicationCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DataApplicationCapability), PInvalidCast); #endif return *(H245_DataApplicationCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_Capability::operator H245_Capability_h233EncryptionReceiveCapability &() const #else H245_Capability::operator H245_Capability_h233EncryptionReceiveCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_Capability_h233EncryptionReceiveCapability), PInvalidCast); #endif return *(H245_Capability_h233EncryptionReceiveCapability *)choice; } H245_Capability::operator const H245_Capability_h233EncryptionReceiveCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_Capability_h233EncryptionReceiveCapability), PInvalidCast); #endif return *(H245_Capability_h233EncryptionReceiveCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_Capability::operator H245_ConferenceCapability &() const #else H245_Capability::operator H245_ConferenceCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ConferenceCapability), PInvalidCast); #endif return *(H245_ConferenceCapability *)choice; } H245_Capability::operator const H245_ConferenceCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ConferenceCapability), PInvalidCast); #endif return *(H245_ConferenceCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_Capability::operator H245_H235SecurityCapability &() const #else H245_Capability::operator H245_H235SecurityCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H235SecurityCapability), PInvalidCast); #endif return *(H245_H235SecurityCapability *)choice; } H245_Capability::operator const H245_H235SecurityCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H235SecurityCapability), PInvalidCast); #endif return *(H245_H235SecurityCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_Capability::operator H245_UserInputCapability &() const #else H245_Capability::operator H245_UserInputCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_UserInputCapability), PInvalidCast); #endif return *(H245_UserInputCapability *)choice; } H245_Capability::operator const H245_UserInputCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_UserInputCapability), PInvalidCast); #endif return *(H245_UserInputCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_Capability::operator H245_GenericCapability &() const #else H245_Capability::operator H245_GenericCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_GenericCapability), PInvalidCast); #endif return *(H245_GenericCapability *)choice; } H245_Capability::operator const H245_GenericCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_GenericCapability), PInvalidCast); #endif return *(H245_GenericCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_Capability::operator H245_MultiplexedStreamCapability &() const #else H245_Capability::operator H245_MultiplexedStreamCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultiplexedStreamCapability), PInvalidCast); #endif return *(H245_MultiplexedStreamCapability *)choice; } H245_Capability::operator const H245_MultiplexedStreamCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultiplexedStreamCapability), PInvalidCast); #endif return *(H245_MultiplexedStreamCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_Capability::operator H245_AudioTelephonyEventCapability &() const #else H245_Capability::operator H245_AudioTelephonyEventCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_AudioTelephonyEventCapability), PInvalidCast); #endif return *(H245_AudioTelephonyEventCapability *)choice; } H245_Capability::operator const H245_AudioTelephonyEventCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_AudioTelephonyEventCapability), PInvalidCast); #endif return *(H245_AudioTelephonyEventCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_Capability::operator H245_AudioToneCapability &() const #else H245_Capability::operator H245_AudioToneCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_AudioToneCapability), PInvalidCast); #endif return *(H245_AudioToneCapability *)choice; } H245_Capability::operator const H245_AudioToneCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_AudioToneCapability), PInvalidCast); #endif return *(H245_AudioToneCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_Capability::operator H245_DepFECCapability &() const #else H245_Capability::operator H245_DepFECCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DepFECCapability), PInvalidCast); #endif return *(H245_DepFECCapability *)choice; } H245_Capability::operator const H245_DepFECCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DepFECCapability), PInvalidCast); #endif return *(H245_DepFECCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_Capability::operator H245_MultiplePayloadStreamCapability &() const #else H245_Capability::operator H245_MultiplePayloadStreamCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultiplePayloadStreamCapability), PInvalidCast); #endif return *(H245_MultiplePayloadStreamCapability *)choice; } H245_Capability::operator const H245_MultiplePayloadStreamCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultiplePayloadStreamCapability), PInvalidCast); #endif return *(H245_MultiplePayloadStreamCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_Capability::operator H245_FECCapability &() const #else H245_Capability::operator H245_FECCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_FECCapability), PInvalidCast); #endif return *(H245_FECCapability *)choice; } H245_Capability::operator const H245_FECCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_FECCapability), PInvalidCast); #endif return *(H245_FECCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_Capability::operator H245_RedundancyEncodingCapability &() const #else H245_Capability::operator H245_RedundancyEncodingCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RedundancyEncodingCapability), PInvalidCast); #endif return *(H245_RedundancyEncodingCapability *)choice; } H245_Capability::operator const H245_RedundancyEncodingCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RedundancyEncodingCapability), PInvalidCast); #endif return *(H245_RedundancyEncodingCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_Capability::operator H245_AlternativeCapabilitySet &() const #else H245_Capability::operator H245_AlternativeCapabilitySet &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_AlternativeCapabilitySet), PInvalidCast); #endif return *(H245_AlternativeCapabilitySet *)choice; } H245_Capability::operator const H245_AlternativeCapabilitySet &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_AlternativeCapabilitySet), PInvalidCast); #endif return *(H245_AlternativeCapabilitySet *)choice; } BOOL H245_Capability::CreateObject() { switch (tag) { case e_nonStandard : choice = new H245_NonStandardParameter(); return TRUE; case e_receiveVideoCapability : case e_transmitVideoCapability : case e_receiveAndTransmitVideoCapability : choice = new H245_VideoCapability(); return TRUE; case e_receiveAudioCapability : case e_transmitAudioCapability : case e_receiveAndTransmitAudioCapability : choice = new H245_AudioCapability(); return TRUE; case e_receiveDataApplicationCapability : case e_transmitDataApplicationCapability : case e_receiveAndTransmitDataApplicationCapability : choice = new H245_DataApplicationCapability(); return TRUE; case e_h233EncryptionTransmitCapability : choice = new PASN_Boolean(); return TRUE; case e_h233EncryptionReceiveCapability : choice = new H245_Capability_h233EncryptionReceiveCapability(); return TRUE; case e_conferenceCapability : choice = new H245_ConferenceCapability(); return TRUE; case e_h235SecurityCapability : choice = new H245_H235SecurityCapability(); return TRUE; case e_maxPendingReplacementFor : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 0, 255); return TRUE; case e_receiveUserInputCapability : case e_transmitUserInputCapability : case e_receiveAndTransmitUserInputCapability : choice = new H245_UserInputCapability(); return TRUE; case e_genericControlCapability : choice = new H245_GenericCapability(); return TRUE; case e_receiveMultiplexedStreamCapability : case e_transmitMultiplexedStreamCapability : case e_receiveAndTransmitMultiplexedStreamCapability : choice = new H245_MultiplexedStreamCapability(); return TRUE; case e_receiveRTPAudioTelephonyEventCapability : choice = new H245_AudioTelephonyEventCapability(); return TRUE; case e_receiveRTPAudioToneCapability : choice = new H245_AudioToneCapability(); return TRUE; case e_depFecCapability : choice = new H245_DepFECCapability(); return TRUE; case e_multiplePayloadStreamCapability : choice = new H245_MultiplePayloadStreamCapability(); return TRUE; case e_fecCapability : choice = new H245_FECCapability(); return TRUE; case e_redundancyEncodingCap : choice = new H245_RedundancyEncodingCapability(); return TRUE; case e_oneOfCapabilities : choice = new H245_AlternativeCapabilitySet(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_Capability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_Capability::Class()), PInvalidCast); #endif return new H245_Capability(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_MultiplexCapability[]={ {"nonStandard",0} ,{"h222Capability",1} ,{"h223Capability",2} ,{"v76Capability",3} ,{"h2250Capability",4} ,{"genericMultiplexCapability",5} }; #endif // // MultiplexCapability // H245_MultiplexCapability::H245_MultiplexCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_MultiplexCapability,6 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MultiplexCapability::operator H245_NonStandardParameter &() const #else H245_MultiplexCapability::operator H245_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } H245_MultiplexCapability::operator const H245_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MultiplexCapability::operator H245_H222Capability &() const #else H245_MultiplexCapability::operator H245_H222Capability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H222Capability), PInvalidCast); #endif return *(H245_H222Capability *)choice; } H245_MultiplexCapability::operator const H245_H222Capability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H222Capability), PInvalidCast); #endif return *(H245_H222Capability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MultiplexCapability::operator H245_H223Capability &() const #else H245_MultiplexCapability::operator H245_H223Capability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H223Capability), PInvalidCast); #endif return *(H245_H223Capability *)choice; } H245_MultiplexCapability::operator const H245_H223Capability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H223Capability), PInvalidCast); #endif return *(H245_H223Capability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MultiplexCapability::operator H245_V76Capability &() const #else H245_MultiplexCapability::operator H245_V76Capability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_V76Capability), PInvalidCast); #endif return *(H245_V76Capability *)choice; } H245_MultiplexCapability::operator const H245_V76Capability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_V76Capability), PInvalidCast); #endif return *(H245_V76Capability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MultiplexCapability::operator H245_H2250Capability &() const #else H245_MultiplexCapability::operator H245_H2250Capability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H2250Capability), PInvalidCast); #endif return *(H245_H2250Capability *)choice; } H245_MultiplexCapability::operator const H245_H2250Capability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H2250Capability), PInvalidCast); #endif return *(H245_H2250Capability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MultiplexCapability::operator H245_GenericCapability &() const #else H245_MultiplexCapability::operator H245_GenericCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_GenericCapability), PInvalidCast); #endif return *(H245_GenericCapability *)choice; } H245_MultiplexCapability::operator const H245_GenericCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_GenericCapability), PInvalidCast); #endif return *(H245_GenericCapability *)choice; } BOOL H245_MultiplexCapability::CreateObject() { switch (tag) { case e_nonStandard : choice = new H245_NonStandardParameter(); return TRUE; case e_h222Capability : choice = new H245_H222Capability(); return TRUE; case e_h223Capability : choice = new H245_H223Capability(); return TRUE; case e_v76Capability : choice = new H245_V76Capability(); return TRUE; case e_h2250Capability : choice = new H245_H2250Capability(); return TRUE; case e_genericMultiplexCapability : choice = new H245_GenericCapability(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_MultiplexCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultiplexCapability::Class()), PInvalidCast); #endif return new H245_MultiplexCapability(*this); } // // H223AnnexCCapability // H245_H223AnnexCCapability::H245_H223AnnexCCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 1) { m_maximumAL1MPDUSize.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); m_maximumAL2MSDUSize.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); m_maximumAL3MSDUSize.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } #ifndef PASN_NOPRINTON void H245_H223AnnexCCapability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "videoWithAL1M = " << setprecision(indent) << m_videoWithAL1M << '\n'; strm << setw(indent+16) << "videoWithAL2M = " << setprecision(indent) << m_videoWithAL2M << '\n'; strm << setw(indent+16) << "videoWithAL3M = " << setprecision(indent) << m_videoWithAL3M << '\n'; strm << setw(indent+16) << "audioWithAL1M = " << setprecision(indent) << m_audioWithAL1M << '\n'; strm << setw(indent+16) << "audioWithAL2M = " << setprecision(indent) << m_audioWithAL2M << '\n'; strm << setw(indent+16) << "audioWithAL3M = " << setprecision(indent) << m_audioWithAL3M << '\n'; strm << setw(indent+15) << "dataWithAL1M = " << setprecision(indent) << m_dataWithAL1M << '\n'; strm << setw(indent+15) << "dataWithAL2M = " << setprecision(indent) << m_dataWithAL2M << '\n'; strm << setw(indent+15) << "dataWithAL3M = " << setprecision(indent) << m_dataWithAL3M << '\n'; strm << setw(indent+20) << "alpduInterleaving = " << setprecision(indent) << m_alpduInterleaving << '\n'; strm << setw(indent+21) << "maximumAL1MPDUSize = " << setprecision(indent) << m_maximumAL1MPDUSize << '\n'; strm << setw(indent+21) << "maximumAL2MSDUSize = " << setprecision(indent) << m_maximumAL2MSDUSize << '\n'; strm << setw(indent+21) << "maximumAL3MSDUSize = " << setprecision(indent) << m_maximumAL3MSDUSize << '\n'; if (HasOptionalField(e_rsCodeCapability)) strm << setw(indent+19) << "rsCodeCapability = " << setprecision(indent) << m_rsCodeCapability << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_H223AnnexCCapability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_H223AnnexCCapability), PInvalidCast); #endif const H245_H223AnnexCCapability & other = (const H245_H223AnnexCCapability &)obj; Comparison result; if ((result = m_videoWithAL1M.Compare(other.m_videoWithAL1M)) != EqualTo) return result; if ((result = m_videoWithAL2M.Compare(other.m_videoWithAL2M)) != EqualTo) return result; if ((result = m_videoWithAL3M.Compare(other.m_videoWithAL3M)) != EqualTo) return result; if ((result = m_audioWithAL1M.Compare(other.m_audioWithAL1M)) != EqualTo) return result; if ((result = m_audioWithAL2M.Compare(other.m_audioWithAL2M)) != EqualTo) return result; if ((result = m_audioWithAL3M.Compare(other.m_audioWithAL3M)) != EqualTo) return result; if ((result = m_dataWithAL1M.Compare(other.m_dataWithAL1M)) != EqualTo) return result; if ((result = m_dataWithAL2M.Compare(other.m_dataWithAL2M)) != EqualTo) return result; if ((result = m_dataWithAL3M.Compare(other.m_dataWithAL3M)) != EqualTo) return result; if ((result = m_alpduInterleaving.Compare(other.m_alpduInterleaving)) != EqualTo) return result; if ((result = m_maximumAL1MPDUSize.Compare(other.m_maximumAL1MPDUSize)) != EqualTo) return result; if ((result = m_maximumAL2MSDUSize.Compare(other.m_maximumAL2MSDUSize)) != EqualTo) return result; if ((result = m_maximumAL3MSDUSize.Compare(other.m_maximumAL3MSDUSize)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_H223AnnexCCapability::GetDataLength() const { PINDEX length = 0; length += m_videoWithAL1M.GetObjectLength(); length += m_videoWithAL2M.GetObjectLength(); length += m_videoWithAL3M.GetObjectLength(); length += m_audioWithAL1M.GetObjectLength(); length += m_audioWithAL2M.GetObjectLength(); length += m_audioWithAL3M.GetObjectLength(); length += m_dataWithAL1M.GetObjectLength(); length += m_dataWithAL2M.GetObjectLength(); length += m_dataWithAL3M.GetObjectLength(); length += m_alpduInterleaving.GetObjectLength(); length += m_maximumAL1MPDUSize.GetObjectLength(); length += m_maximumAL2MSDUSize.GetObjectLength(); length += m_maximumAL3MSDUSize.GetObjectLength(); return length; } BOOL H245_H223AnnexCCapability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_videoWithAL1M.Decode(strm)) return FALSE; if (!m_videoWithAL2M.Decode(strm)) return FALSE; if (!m_videoWithAL3M.Decode(strm)) return FALSE; if (!m_audioWithAL1M.Decode(strm)) return FALSE; if (!m_audioWithAL2M.Decode(strm)) return FALSE; if (!m_audioWithAL3M.Decode(strm)) return FALSE; if (!m_dataWithAL1M.Decode(strm)) return FALSE; if (!m_dataWithAL2M.Decode(strm)) return FALSE; if (!m_dataWithAL3M.Decode(strm)) return FALSE; if (!m_alpduInterleaving.Decode(strm)) return FALSE; if (!m_maximumAL1MPDUSize.Decode(strm)) return FALSE; if (!m_maximumAL2MSDUSize.Decode(strm)) return FALSE; if (!m_maximumAL3MSDUSize.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_rsCodeCapability, m_rsCodeCapability)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_H223AnnexCCapability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_videoWithAL1M.Encode(strm); m_videoWithAL2M.Encode(strm); m_videoWithAL3M.Encode(strm); m_audioWithAL1M.Encode(strm); m_audioWithAL2M.Encode(strm); m_audioWithAL3M.Encode(strm); m_dataWithAL1M.Encode(strm); m_dataWithAL2M.Encode(strm); m_dataWithAL3M.Encode(strm); m_alpduInterleaving.Encode(strm); m_maximumAL1MPDUSize.Encode(strm); m_maximumAL2MSDUSize.Encode(strm); m_maximumAL3MSDUSize.Encode(strm); KnownExtensionEncode(strm, e_rsCodeCapability, m_rsCodeCapability); UnknownExtensionsEncode(strm); } PObject * H245_H223AnnexCCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H223AnnexCCapability::Class()), PInvalidCast); #endif return new H245_H223AnnexCCapability(*this); } // // V75Capability // H245_V75Capability::H245_V75Capability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_V75Capability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+14) << "audioHeader = " << setprecision(indent) << m_audioHeader << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_V75Capability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_V75Capability), PInvalidCast); #endif const H245_V75Capability & other = (const H245_V75Capability &)obj; Comparison result; if ((result = m_audioHeader.Compare(other.m_audioHeader)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_V75Capability::GetDataLength() const { PINDEX length = 0; length += m_audioHeader.GetObjectLength(); return length; } BOOL H245_V75Capability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_audioHeader.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_V75Capability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_audioHeader.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_V75Capability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_V75Capability::Class()), PInvalidCast); #endif return new H245_V75Capability(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_QOSMode[]={ {"guaranteedQOS",0} ,{"controlledLoad",1} }; #endif // // QOSMode // H245_QOSMode::H245_QOSMode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_QOSMode,2 #endif ) { } BOOL H245_QOSMode::CreateObject() { choice = (tag <= e_controlledLoad) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_QOSMode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_QOSMode::Class()), PInvalidCast); #endif return new H245_QOSMode(*this); } // // ATMParameters // H245_ATMParameters::H245_ATMParameters(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_maxNTUSize.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } #ifndef PASN_NOPRINTON void H245_ATMParameters::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+13) << "maxNTUSize = " << setprecision(indent) << m_maxNTUSize << '\n'; strm << setw(indent+9) << "atmUBR = " << setprecision(indent) << m_atmUBR << '\n'; strm << setw(indent+11) << "atmrtVBR = " << setprecision(indent) << m_atmrtVBR << '\n'; strm << setw(indent+12) << "atmnrtVBR = " << setprecision(indent) << m_atmnrtVBR << '\n'; strm << setw(indent+9) << "atmABR = " << setprecision(indent) << m_atmABR << '\n'; strm << setw(indent+9) << "atmCBR = " << setprecision(indent) << m_atmCBR << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_ATMParameters::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_ATMParameters), PInvalidCast); #endif const H245_ATMParameters & other = (const H245_ATMParameters &)obj; Comparison result; if ((result = m_maxNTUSize.Compare(other.m_maxNTUSize)) != EqualTo) return result; if ((result = m_atmUBR.Compare(other.m_atmUBR)) != EqualTo) return result; if ((result = m_atmrtVBR.Compare(other.m_atmrtVBR)) != EqualTo) return result; if ((result = m_atmnrtVBR.Compare(other.m_atmnrtVBR)) != EqualTo) return result; if ((result = m_atmABR.Compare(other.m_atmABR)) != EqualTo) return result; if ((result = m_atmCBR.Compare(other.m_atmCBR)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_ATMParameters::GetDataLength() const { PINDEX length = 0; length += m_maxNTUSize.GetObjectLength(); length += m_atmUBR.GetObjectLength(); length += m_atmrtVBR.GetObjectLength(); length += m_atmnrtVBR.GetObjectLength(); length += m_atmABR.GetObjectLength(); length += m_atmCBR.GetObjectLength(); return length; } BOOL H245_ATMParameters::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_maxNTUSize.Decode(strm)) return FALSE; if (!m_atmUBR.Decode(strm)) return FALSE; if (!m_atmrtVBR.Decode(strm)) return FALSE; if (!m_atmnrtVBR.Decode(strm)) return FALSE; if (!m_atmABR.Decode(strm)) return FALSE; if (!m_atmCBR.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_ATMParameters::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_maxNTUSize.Encode(strm); m_atmUBR.Encode(strm); m_atmrtVBR.Encode(strm); m_atmnrtVBR.Encode(strm); m_atmABR.Encode(strm); m_atmCBR.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_ATMParameters::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ATMParameters::Class()), PInvalidCast); #endif return new H245_ATMParameters(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_MediaTransportType[]={ {"ip_UDP",0} ,{"ip_TCP",1} ,{"atm_AAL5_UNIDIR",2} ,{"atm_AAL5_BIDIR",3} ,{"atm_AAL5_compressed",4} }; #endif // // MediaTransportType // H245_MediaTransportType::H245_MediaTransportType(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_MediaTransportType,5 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MediaTransportType::operator H245_MediaTransportType_atm_AAL5_compressed &() const #else H245_MediaTransportType::operator H245_MediaTransportType_atm_AAL5_compressed &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MediaTransportType_atm_AAL5_compressed), PInvalidCast); #endif return *(H245_MediaTransportType_atm_AAL5_compressed *)choice; } H245_MediaTransportType::operator const H245_MediaTransportType_atm_AAL5_compressed &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MediaTransportType_atm_AAL5_compressed), PInvalidCast); #endif return *(H245_MediaTransportType_atm_AAL5_compressed *)choice; } BOOL H245_MediaTransportType::CreateObject() { switch (tag) { case e_ip_UDP : case e_ip_TCP : case e_atm_AAL5_UNIDIR : case e_atm_AAL5_BIDIR : choice = new PASN_Null(); return TRUE; case e_atm_AAL5_compressed : choice = new H245_MediaTransportType_atm_AAL5_compressed(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_MediaTransportType::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MediaTransportType::Class()), PInvalidCast); #endif return new H245_MediaTransportType(*this); } // // MediaChannelCapability // H245_MediaChannelCapability::H245_MediaChannelCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_MediaChannelCapability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_mediaTransport)) strm << setw(indent+17) << "mediaTransport = " << setprecision(indent) << m_mediaTransport << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MediaChannelCapability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MediaChannelCapability), PInvalidCast); #endif const H245_MediaChannelCapability & other = (const H245_MediaChannelCapability &)obj; Comparison result; if ((result = m_mediaTransport.Compare(other.m_mediaTransport)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MediaChannelCapability::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_mediaTransport)) length += m_mediaTransport.GetObjectLength(); return length; } BOOL H245_MediaChannelCapability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_mediaTransport) && !m_mediaTransport.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MediaChannelCapability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_mediaTransport)) m_mediaTransport.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MediaChannelCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MediaChannelCapability::Class()), PInvalidCast); #endif return new H245_MediaChannelCapability(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_RedundancyEncodingMethod[]={ {"nonStandard",0} ,{"rtpAudioRedundancyEncoding",1} ,{"rtpH263VideoRedundancyEncoding",2} }; #endif // // RedundancyEncodingMethod // H245_RedundancyEncodingMethod::H245_RedundancyEncodingMethod(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_RedundancyEncodingMethod,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_RedundancyEncodingMethod::operator H245_NonStandardParameter &() const #else H245_RedundancyEncodingMethod::operator H245_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } H245_RedundancyEncodingMethod::operator const H245_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_RedundancyEncodingMethod::operator H245_RTPH263VideoRedundancyEncoding &() const #else H245_RedundancyEncodingMethod::operator H245_RTPH263VideoRedundancyEncoding &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RTPH263VideoRedundancyEncoding), PInvalidCast); #endif return *(H245_RTPH263VideoRedundancyEncoding *)choice; } H245_RedundancyEncodingMethod::operator const H245_RTPH263VideoRedundancyEncoding &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RTPH263VideoRedundancyEncoding), PInvalidCast); #endif return *(H245_RTPH263VideoRedundancyEncoding *)choice; } BOOL H245_RedundancyEncodingMethod::CreateObject() { switch (tag) { case e_nonStandard : choice = new H245_NonStandardParameter(); return TRUE; case e_rtpAudioRedundancyEncoding : choice = new PASN_Null(); return TRUE; case e_rtpH263VideoRedundancyEncoding : choice = new H245_RTPH263VideoRedundancyEncoding(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_RedundancyEncodingMethod::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RedundancyEncodingMethod::Class()), PInvalidCast); #endif return new H245_RedundancyEncodingMethod(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_VideoCapability[]={ {"nonStandard",0} ,{"h261VideoCapability",1} ,{"h262VideoCapability",2} ,{"h263VideoCapability",3} ,{"is11172VideoCapability",4} ,{"genericVideoCapability",5} ,{"extendedVideoCapability",6} }; #endif // // VideoCapability // H245_VideoCapability::H245_VideoCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 5, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_VideoCapability,7 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_VideoCapability::operator H245_NonStandardParameter &() const #else H245_VideoCapability::operator H245_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } H245_VideoCapability::operator const H245_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_VideoCapability::operator H245_H261VideoCapability &() const #else H245_VideoCapability::operator H245_H261VideoCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H261VideoCapability), PInvalidCast); #endif return *(H245_H261VideoCapability *)choice; } H245_VideoCapability::operator const H245_H261VideoCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H261VideoCapability), PInvalidCast); #endif return *(H245_H261VideoCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_VideoCapability::operator H245_H262VideoCapability &() const #else H245_VideoCapability::operator H245_H262VideoCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H262VideoCapability), PInvalidCast); #endif return *(H245_H262VideoCapability *)choice; } H245_VideoCapability::operator const H245_H262VideoCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H262VideoCapability), PInvalidCast); #endif return *(H245_H262VideoCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_VideoCapability::operator H245_H263VideoCapability &() const #else H245_VideoCapability::operator H245_H263VideoCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H263VideoCapability), PInvalidCast); #endif return *(H245_H263VideoCapability *)choice; } H245_VideoCapability::operator const H245_H263VideoCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H263VideoCapability), PInvalidCast); #endif return *(H245_H263VideoCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_VideoCapability::operator H245_IS11172VideoCapability &() const #else H245_VideoCapability::operator H245_IS11172VideoCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_IS11172VideoCapability), PInvalidCast); #endif return *(H245_IS11172VideoCapability *)choice; } H245_VideoCapability::operator const H245_IS11172VideoCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_IS11172VideoCapability), PInvalidCast); #endif return *(H245_IS11172VideoCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_VideoCapability::operator H245_GenericCapability &() const #else H245_VideoCapability::operator H245_GenericCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_GenericCapability), PInvalidCast); #endif return *(H245_GenericCapability *)choice; } H245_VideoCapability::operator const H245_GenericCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_GenericCapability), PInvalidCast); #endif return *(H245_GenericCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_VideoCapability::operator H245_ExtendedVideoCapability &() const #else H245_VideoCapability::operator H245_ExtendedVideoCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ExtendedVideoCapability), PInvalidCast); #endif return *(H245_ExtendedVideoCapability *)choice; } H245_VideoCapability::operator const H245_ExtendedVideoCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ExtendedVideoCapability), PInvalidCast); #endif return *(H245_ExtendedVideoCapability *)choice; } BOOL H245_VideoCapability::CreateObject() { switch (tag) { case e_nonStandard : choice = new H245_NonStandardParameter(); return TRUE; case e_h261VideoCapability : choice = new H245_H261VideoCapability(); return TRUE; case e_h262VideoCapability : choice = new H245_H262VideoCapability(); return TRUE; case e_h263VideoCapability : choice = new H245_H263VideoCapability(); return TRUE; case e_is11172VideoCapability : choice = new H245_IS11172VideoCapability(); return TRUE; case e_genericVideoCapability : choice = new H245_GenericCapability(); return TRUE; case e_extendedVideoCapability : choice = new H245_ExtendedVideoCapability(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_VideoCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_VideoCapability::Class()), PInvalidCast); #endif return new H245_VideoCapability(*this); } // // H261VideoCapability // H245_H261VideoCapability::H245_H261VideoCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 1) { m_qcifMPI.SetConstraints(PASN_Object::FixedConstraint, 1, 4); m_cifMPI.SetConstraints(PASN_Object::FixedConstraint, 1, 4); m_maxBitRate.SetConstraints(PASN_Object::FixedConstraint, 1, 19200); IncludeOptionalField(e_videoBadMBsCap); } #ifndef PASN_NOPRINTON void H245_H261VideoCapability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_qcifMPI)) strm << setw(indent+10) << "qcifMPI = " << setprecision(indent) << m_qcifMPI << '\n'; if (HasOptionalField(e_cifMPI)) strm << setw(indent+9) << "cifMPI = " << setprecision(indent) << m_cifMPI << '\n'; strm << setw(indent+36) << "temporalSpatialTradeOffCapability = " << setprecision(indent) << m_temporalSpatialTradeOffCapability << '\n'; strm << setw(indent+13) << "maxBitRate = " << setprecision(indent) << m_maxBitRate << '\n'; strm << setw(indent+25) << "stillImageTransmission = " << setprecision(indent) << m_stillImageTransmission << '\n'; if (HasOptionalField(e_videoBadMBsCap)) strm << setw(indent+17) << "videoBadMBsCap = " << setprecision(indent) << m_videoBadMBsCap << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_H261VideoCapability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_H261VideoCapability), PInvalidCast); #endif const H245_H261VideoCapability & other = (const H245_H261VideoCapability &)obj; Comparison result; if ((result = m_qcifMPI.Compare(other.m_qcifMPI)) != EqualTo) return result; if ((result = m_cifMPI.Compare(other.m_cifMPI)) != EqualTo) return result; if ((result = m_temporalSpatialTradeOffCapability.Compare(other.m_temporalSpatialTradeOffCapability)) != EqualTo) return result; if ((result = m_maxBitRate.Compare(other.m_maxBitRate)) != EqualTo) return result; if ((result = m_stillImageTransmission.Compare(other.m_stillImageTransmission)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_H261VideoCapability::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_qcifMPI)) length += m_qcifMPI.GetObjectLength(); if (HasOptionalField(e_cifMPI)) length += m_cifMPI.GetObjectLength(); length += m_temporalSpatialTradeOffCapability.GetObjectLength(); length += m_maxBitRate.GetObjectLength(); length += m_stillImageTransmission.GetObjectLength(); return length; } BOOL H245_H261VideoCapability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_qcifMPI) && !m_qcifMPI.Decode(strm)) return FALSE; if (HasOptionalField(e_cifMPI) && !m_cifMPI.Decode(strm)) return FALSE; if (!m_temporalSpatialTradeOffCapability.Decode(strm)) return FALSE; if (!m_maxBitRate.Decode(strm)) return FALSE; if (!m_stillImageTransmission.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_videoBadMBsCap, m_videoBadMBsCap)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_H261VideoCapability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_qcifMPI)) m_qcifMPI.Encode(strm); if (HasOptionalField(e_cifMPI)) m_cifMPI.Encode(strm); m_temporalSpatialTradeOffCapability.Encode(strm); m_maxBitRate.Encode(strm); m_stillImageTransmission.Encode(strm); KnownExtensionEncode(strm, e_videoBadMBsCap, m_videoBadMBsCap); UnknownExtensionsEncode(strm); } PObject * H245_H261VideoCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H261VideoCapability::Class()), PInvalidCast); #endif return new H245_H261VideoCapability(*this); } // // H262VideoCapability // H245_H262VideoCapability::H245_H262VideoCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 6, FALSE, 0) { m_videoBitRate.SetConstraints(PASN_Object::FixedConstraint, 0, 1073741823); m_vbvBufferSize.SetConstraints(PASN_Object::FixedConstraint, 0, 262143); m_samplesPerLine.SetConstraints(PASN_Object::FixedConstraint, 0, 16383); m_linesPerFrame.SetConstraints(PASN_Object::FixedConstraint, 0, 16383); m_framesPerSecond.SetConstraints(PASN_Object::FixedConstraint, 0, 15); m_luminanceSampleRate.SetConstraints(PASN_Object::FixedConstraint, 0, 4294967295U); } #ifndef PASN_NOPRINTON void H245_H262VideoCapability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+25) << "profileAndLevel_SPatML = " << setprecision(indent) << m_profileAndLevel_SPatML << '\n'; strm << setw(indent+25) << "profileAndLevel_MPatLL = " << setprecision(indent) << m_profileAndLevel_MPatLL << '\n'; strm << setw(indent+25) << "profileAndLevel_MPatML = " << setprecision(indent) << m_profileAndLevel_MPatML << '\n'; strm << setw(indent+27) << "profileAndLevel_MPatH_14 = " << setprecision(indent) << m_profileAndLevel_MPatH_14 << '\n'; strm << setw(indent+25) << "profileAndLevel_MPatHL = " << setprecision(indent) << m_profileAndLevel_MPatHL << '\n'; strm << setw(indent+26) << "profileAndLevel_SNRatLL = " << setprecision(indent) << m_profileAndLevel_SNRatLL << '\n'; strm << setw(indent+26) << "profileAndLevel_SNRatML = " << setprecision(indent) << m_profileAndLevel_SNRatML << '\n'; strm << setw(indent+32) << "profileAndLevel_SpatialatH_14 = " << setprecision(indent) << m_profileAndLevel_SpatialatH_14 << '\n'; strm << setw(indent+25) << "profileAndLevel_HPatML = " << setprecision(indent) << m_profileAndLevel_HPatML << '\n'; strm << setw(indent+27) << "profileAndLevel_HPatH_14 = " << setprecision(indent) << m_profileAndLevel_HPatH_14 << '\n'; strm << setw(indent+25) << "profileAndLevel_HPatHL = " << setprecision(indent) << m_profileAndLevel_HPatHL << '\n'; if (HasOptionalField(e_videoBitRate)) strm << setw(indent+15) << "videoBitRate = " << setprecision(indent) << m_videoBitRate << '\n'; if (HasOptionalField(e_vbvBufferSize)) strm << setw(indent+16) << "vbvBufferSize = " << setprecision(indent) << m_vbvBufferSize << '\n'; if (HasOptionalField(e_samplesPerLine)) strm << setw(indent+17) << "samplesPerLine = " << setprecision(indent) << m_samplesPerLine << '\n'; if (HasOptionalField(e_linesPerFrame)) strm << setw(indent+16) << "linesPerFrame = " << setprecision(indent) << m_linesPerFrame << '\n'; if (HasOptionalField(e_framesPerSecond)) strm << setw(indent+18) << "framesPerSecond = " << setprecision(indent) << m_framesPerSecond << '\n'; if (HasOptionalField(e_luminanceSampleRate)) strm << setw(indent+22) << "luminanceSampleRate = " << setprecision(indent) << m_luminanceSampleRate << '\n'; strm << setw(indent+17) << "videoBadMBsCap = " << setprecision(indent) << m_videoBadMBsCap << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_H262VideoCapability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_H262VideoCapability), PInvalidCast); #endif const H245_H262VideoCapability & other = (const H245_H262VideoCapability &)obj; Comparison result; if ((result = m_profileAndLevel_SPatML.Compare(other.m_profileAndLevel_SPatML)) != EqualTo) return result; if ((result = m_profileAndLevel_MPatLL.Compare(other.m_profileAndLevel_MPatLL)) != EqualTo) return result; if ((result = m_profileAndLevel_MPatML.Compare(other.m_profileAndLevel_MPatML)) != EqualTo) return result; if ((result = m_profileAndLevel_MPatH_14.Compare(other.m_profileAndLevel_MPatH_14)) != EqualTo) return result; if ((result = m_profileAndLevel_MPatHL.Compare(other.m_profileAndLevel_MPatHL)) != EqualTo) return result; if ((result = m_profileAndLevel_SNRatLL.Compare(other.m_profileAndLevel_SNRatLL)) != EqualTo) return result; if ((result = m_profileAndLevel_SNRatML.Compare(other.m_profileAndLevel_SNRatML)) != EqualTo) return result; if ((result = m_profileAndLevel_SpatialatH_14.Compare(other.m_profileAndLevel_SpatialatH_14)) != EqualTo) return result; if ((result = m_profileAndLevel_HPatML.Compare(other.m_profileAndLevel_HPatML)) != EqualTo) return result; if ((result = m_profileAndLevel_HPatH_14.Compare(other.m_profileAndLevel_HPatH_14)) != EqualTo) return result; if ((result = m_profileAndLevel_HPatHL.Compare(other.m_profileAndLevel_HPatHL)) != EqualTo) return result; if ((result = m_videoBitRate.Compare(other.m_videoBitRate)) != EqualTo) return result; if ((result = m_vbvBufferSize.Compare(other.m_vbvBufferSize)) != EqualTo) return result; if ((result = m_samplesPerLine.Compare(other.m_samplesPerLine)) != EqualTo) return result; if ((result = m_linesPerFrame.Compare(other.m_linesPerFrame)) != EqualTo) return result; if ((result = m_framesPerSecond.Compare(other.m_framesPerSecond)) != EqualTo) return result; if ((result = m_luminanceSampleRate.Compare(other.m_luminanceSampleRate)) != EqualTo) return result; if ((result = m_videoBadMBsCap.Compare(other.m_videoBadMBsCap)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_H262VideoCapability::GetDataLength() const { PINDEX length = 0; length += m_profileAndLevel_SPatML.GetObjectLength(); length += m_profileAndLevel_MPatLL.GetObjectLength(); length += m_profileAndLevel_MPatML.GetObjectLength(); length += m_profileAndLevel_MPatH_14.GetObjectLength(); length += m_profileAndLevel_MPatHL.GetObjectLength(); length += m_profileAndLevel_SNRatLL.GetObjectLength(); length += m_profileAndLevel_SNRatML.GetObjectLength(); length += m_profileAndLevel_SpatialatH_14.GetObjectLength(); length += m_profileAndLevel_HPatML.GetObjectLength(); length += m_profileAndLevel_HPatH_14.GetObjectLength(); length += m_profileAndLevel_HPatHL.GetObjectLength(); if (HasOptionalField(e_videoBitRate)) length += m_videoBitRate.GetObjectLength(); if (HasOptionalField(e_vbvBufferSize)) length += m_vbvBufferSize.GetObjectLength(); if (HasOptionalField(e_samplesPerLine)) length += m_samplesPerLine.GetObjectLength(); if (HasOptionalField(e_linesPerFrame)) length += m_linesPerFrame.GetObjectLength(); if (HasOptionalField(e_framesPerSecond)) length += m_framesPerSecond.GetObjectLength(); if (HasOptionalField(e_luminanceSampleRate)) length += m_luminanceSampleRate.GetObjectLength(); length += m_videoBadMBsCap.GetObjectLength(); return length; } BOOL H245_H262VideoCapability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_profileAndLevel_SPatML.Decode(strm)) return FALSE; if (!m_profileAndLevel_MPatLL.Decode(strm)) return FALSE; if (!m_profileAndLevel_MPatML.Decode(strm)) return FALSE; if (!m_profileAndLevel_MPatH_14.Decode(strm)) return FALSE; if (!m_profileAndLevel_MPatHL.Decode(strm)) return FALSE; if (!m_profileAndLevel_SNRatLL.Decode(strm)) return FALSE; if (!m_profileAndLevel_SNRatML.Decode(strm)) return FALSE; if (!m_profileAndLevel_SpatialatH_14.Decode(strm)) return FALSE; if (!m_profileAndLevel_HPatML.Decode(strm)) return FALSE; if (!m_profileAndLevel_HPatH_14.Decode(strm)) return FALSE; if (!m_profileAndLevel_HPatHL.Decode(strm)) return FALSE; if (HasOptionalField(e_videoBitRate) && !m_videoBitRate.Decode(strm)) return FALSE; if (HasOptionalField(e_vbvBufferSize) && !m_vbvBufferSize.Decode(strm)) return FALSE; if (HasOptionalField(e_samplesPerLine) && !m_samplesPerLine.Decode(strm)) return FALSE; if (HasOptionalField(e_linesPerFrame) && !m_linesPerFrame.Decode(strm)) return FALSE; if (HasOptionalField(e_framesPerSecond) && !m_framesPerSecond.Decode(strm)) return FALSE; if (HasOptionalField(e_luminanceSampleRate) && !m_luminanceSampleRate.Decode(strm)) return FALSE; if (!m_videoBadMBsCap.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_H262VideoCapability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_profileAndLevel_SPatML.Encode(strm); m_profileAndLevel_MPatLL.Encode(strm); m_profileAndLevel_MPatML.Encode(strm); m_profileAndLevel_MPatH_14.Encode(strm); m_profileAndLevel_MPatHL.Encode(strm); m_profileAndLevel_SNRatLL.Encode(strm); m_profileAndLevel_SNRatML.Encode(strm); m_profileAndLevel_SpatialatH_14.Encode(strm); m_profileAndLevel_HPatML.Encode(strm); m_profileAndLevel_HPatH_14.Encode(strm); m_profileAndLevel_HPatHL.Encode(strm); if (HasOptionalField(e_videoBitRate)) m_videoBitRate.Encode(strm); if (HasOptionalField(e_vbvBufferSize)) m_vbvBufferSize.Encode(strm); if (HasOptionalField(e_samplesPerLine)) m_samplesPerLine.Encode(strm); if (HasOptionalField(e_linesPerFrame)) m_linesPerFrame.Encode(strm); if (HasOptionalField(e_framesPerSecond)) m_framesPerSecond.Encode(strm); if (HasOptionalField(e_luminanceSampleRate)) m_luminanceSampleRate.Encode(strm); m_videoBadMBsCap.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_H262VideoCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H262VideoCapability::Class()), PInvalidCast); #endif return new H245_H262VideoCapability(*this); } // // TransparencyParameters // H245_TransparencyParameters::H245_TransparencyParameters(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_presentationOrder.SetConstraints(PASN_Object::FixedConstraint, 1, 256); m_offset_x.SetConstraints(PASN_Object::FixedConstraint, -262144, 262143); m_offset_y.SetConstraints(PASN_Object::FixedConstraint, -262144, 262143); m_scale_x.SetConstraints(PASN_Object::FixedConstraint, 1, 255); m_scale_y.SetConstraints(PASN_Object::FixedConstraint, 1, 255); } #ifndef PASN_NOPRINTON void H245_TransparencyParameters::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+20) << "presentationOrder = " << setprecision(indent) << m_presentationOrder << '\n'; strm << setw(indent+11) << "offset_x = " << setprecision(indent) << m_offset_x << '\n'; strm << setw(indent+11) << "offset_y = " << setprecision(indent) << m_offset_y << '\n'; strm << setw(indent+10) << "scale_x = " << setprecision(indent) << m_scale_x << '\n'; strm << setw(indent+10) << "scale_y = " << setprecision(indent) << m_scale_y << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_TransparencyParameters::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_TransparencyParameters), PInvalidCast); #endif const H245_TransparencyParameters & other = (const H245_TransparencyParameters &)obj; Comparison result; if ((result = m_presentationOrder.Compare(other.m_presentationOrder)) != EqualTo) return result; if ((result = m_offset_x.Compare(other.m_offset_x)) != EqualTo) return result; if ((result = m_offset_y.Compare(other.m_offset_y)) != EqualTo) return result; if ((result = m_scale_x.Compare(other.m_scale_x)) != EqualTo) return result; if ((result = m_scale_y.Compare(other.m_scale_y)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_TransparencyParameters::GetDataLength() const { PINDEX length = 0; length += m_presentationOrder.GetObjectLength(); length += m_offset_x.GetObjectLength(); length += m_offset_y.GetObjectLength(); length += m_scale_x.GetObjectLength(); length += m_scale_y.GetObjectLength(); return length; } BOOL H245_TransparencyParameters::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_presentationOrder.Decode(strm)) return FALSE; if (!m_offset_x.Decode(strm)) return FALSE; if (!m_offset_y.Decode(strm)) return FALSE; if (!m_scale_x.Decode(strm)) return FALSE; if (!m_scale_y.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_TransparencyParameters::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_presentationOrder.Encode(strm); m_offset_x.Encode(strm); m_offset_y.Encode(strm); m_scale_x.Encode(strm); m_scale_y.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_TransparencyParameters::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_TransparencyParameters::Class()), PInvalidCast); #endif return new H245_TransparencyParameters(*this); } // // CustomPictureClockFrequency // H245_CustomPictureClockFrequency::H245_CustomPictureClockFrequency(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 5, TRUE, 0) { m_clockConversionCode.SetConstraints(PASN_Object::FixedConstraint, 1000, 1001); m_clockDivisor.SetConstraints(PASN_Object::FixedConstraint, 1, 127); m_sqcifMPI.SetConstraints(PASN_Object::FixedConstraint, 1, 2048); m_qcifMPI.SetConstraints(PASN_Object::FixedConstraint, 1, 2048); m_cifMPI.SetConstraints(PASN_Object::FixedConstraint, 1, 2048); m_cif4MPI.SetConstraints(PASN_Object::FixedConstraint, 1, 2048); m_cif16MPI.SetConstraints(PASN_Object::FixedConstraint, 1, 2048); } #ifndef PASN_NOPRINTON void H245_CustomPictureClockFrequency::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+22) << "clockConversionCode = " << setprecision(indent) << m_clockConversionCode << '\n'; strm << setw(indent+15) << "clockDivisor = " << setprecision(indent) << m_clockDivisor << '\n'; if (HasOptionalField(e_sqcifMPI)) strm << setw(indent+11) << "sqcifMPI = " << setprecision(indent) << m_sqcifMPI << '\n'; if (HasOptionalField(e_qcifMPI)) strm << setw(indent+10) << "qcifMPI = " << setprecision(indent) << m_qcifMPI << '\n'; if (HasOptionalField(e_cifMPI)) strm << setw(indent+9) << "cifMPI = " << setprecision(indent) << m_cifMPI << '\n'; if (HasOptionalField(e_cif4MPI)) strm << setw(indent+10) << "cif4MPI = " << setprecision(indent) << m_cif4MPI << '\n'; if (HasOptionalField(e_cif16MPI)) strm << setw(indent+11) << "cif16MPI = " << setprecision(indent) << m_cif16MPI << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_CustomPictureClockFrequency::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_CustomPictureClockFrequency), PInvalidCast); #endif const H245_CustomPictureClockFrequency & other = (const H245_CustomPictureClockFrequency &)obj; Comparison result; if ((result = m_clockConversionCode.Compare(other.m_clockConversionCode)) != EqualTo) return result; if ((result = m_clockDivisor.Compare(other.m_clockDivisor)) != EqualTo) return result; if ((result = m_sqcifMPI.Compare(other.m_sqcifMPI)) != EqualTo) return result; if ((result = m_qcifMPI.Compare(other.m_qcifMPI)) != EqualTo) return result; if ((result = m_cifMPI.Compare(other.m_cifMPI)) != EqualTo) return result; if ((result = m_cif4MPI.Compare(other.m_cif4MPI)) != EqualTo) return result; if ((result = m_cif16MPI.Compare(other.m_cif16MPI)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_CustomPictureClockFrequency::GetDataLength() const { PINDEX length = 0; length += m_clockConversionCode.GetObjectLength(); length += m_clockDivisor.GetObjectLength(); if (HasOptionalField(e_sqcifMPI)) length += m_sqcifMPI.GetObjectLength(); if (HasOptionalField(e_qcifMPI)) length += m_qcifMPI.GetObjectLength(); if (HasOptionalField(e_cifMPI)) length += m_cifMPI.GetObjectLength(); if (HasOptionalField(e_cif4MPI)) length += m_cif4MPI.GetObjectLength(); if (HasOptionalField(e_cif16MPI)) length += m_cif16MPI.GetObjectLength(); return length; } BOOL H245_CustomPictureClockFrequency::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_clockConversionCode.Decode(strm)) return FALSE; if (!m_clockDivisor.Decode(strm)) return FALSE; if (HasOptionalField(e_sqcifMPI) && !m_sqcifMPI.Decode(strm)) return FALSE; if (HasOptionalField(e_qcifMPI) && !m_qcifMPI.Decode(strm)) return FALSE; if (HasOptionalField(e_cifMPI) && !m_cifMPI.Decode(strm)) return FALSE; if (HasOptionalField(e_cif4MPI) && !m_cif4MPI.Decode(strm)) return FALSE; if (HasOptionalField(e_cif16MPI) && !m_cif16MPI.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_CustomPictureClockFrequency::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_clockConversionCode.Encode(strm); m_clockDivisor.Encode(strm); if (HasOptionalField(e_sqcifMPI)) m_sqcifMPI.Encode(strm); if (HasOptionalField(e_qcifMPI)) m_qcifMPI.Encode(strm); if (HasOptionalField(e_cifMPI)) m_cifMPI.Encode(strm); if (HasOptionalField(e_cif4MPI)) m_cif4MPI.Encode(strm); if (HasOptionalField(e_cif16MPI)) m_cif16MPI.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_CustomPictureClockFrequency::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_CustomPictureClockFrequency::Class()), PInvalidCast); #endif return new H245_CustomPictureClockFrequency(*this); } // // H263Version3Options // H245_H263Version3Options::H245_H263Version3Options(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_H263Version3Options::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+24) << "dataPartitionedSlices = " << setprecision(indent) << m_dataPartitionedSlices << '\n'; strm << setw(indent+18) << "fixedPointIDCT0 = " << setprecision(indent) << m_fixedPointIDCT0 << '\n'; strm << setw(indent+19) << "interlacedFields = " << setprecision(indent) << m_interlacedFields << '\n'; strm << setw(indent+33) << "currentPictureHeaderRepetition = " << setprecision(indent) << m_currentPictureHeaderRepetition << '\n'; strm << setw(indent+34) << "previousPictureHeaderRepetition = " << setprecision(indent) << m_previousPictureHeaderRepetition << '\n'; strm << setw(indent+30) << "nextPictureHeaderRepetition = " << setprecision(indent) << m_nextPictureHeaderRepetition << '\n'; strm << setw(indent+16) << "pictureNumber = " << setprecision(indent) << m_pictureNumber << '\n'; strm << setw(indent+25) << "spareReferencePictures = " << setprecision(indent) << m_spareReferencePictures << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_H263Version3Options::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_H263Version3Options), PInvalidCast); #endif const H245_H263Version3Options & other = (const H245_H263Version3Options &)obj; Comparison result; if ((result = m_dataPartitionedSlices.Compare(other.m_dataPartitionedSlices)) != EqualTo) return result; if ((result = m_fixedPointIDCT0.Compare(other.m_fixedPointIDCT0)) != EqualTo) return result; if ((result = m_interlacedFields.Compare(other.m_interlacedFields)) != EqualTo) return result; if ((result = m_currentPictureHeaderRepetition.Compare(other.m_currentPictureHeaderRepetition)) != EqualTo) return result; if ((result = m_previousPictureHeaderRepetition.Compare(other.m_previousPictureHeaderRepetition)) != EqualTo) return result; if ((result = m_nextPictureHeaderRepetition.Compare(other.m_nextPictureHeaderRepetition)) != EqualTo) return result; if ((result = m_pictureNumber.Compare(other.m_pictureNumber)) != EqualTo) return result; if ((result = m_spareReferencePictures.Compare(other.m_spareReferencePictures)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_H263Version3Options::GetDataLength() const { PINDEX length = 0; length += m_dataPartitionedSlices.GetObjectLength(); length += m_fixedPointIDCT0.GetObjectLength(); length += m_interlacedFields.GetObjectLength(); length += m_currentPictureHeaderRepetition.GetObjectLength(); length += m_previousPictureHeaderRepetition.GetObjectLength(); length += m_nextPictureHeaderRepetition.GetObjectLength(); length += m_pictureNumber.GetObjectLength(); length += m_spareReferencePictures.GetObjectLength(); return length; } BOOL H245_H263Version3Options::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_dataPartitionedSlices.Decode(strm)) return FALSE; if (!m_fixedPointIDCT0.Decode(strm)) return FALSE; if (!m_interlacedFields.Decode(strm)) return FALSE; if (!m_currentPictureHeaderRepetition.Decode(strm)) return FALSE; if (!m_previousPictureHeaderRepetition.Decode(strm)) return FALSE; if (!m_nextPictureHeaderRepetition.Decode(strm)) return FALSE; if (!m_pictureNumber.Decode(strm)) return FALSE; if (!m_spareReferencePictures.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_H263Version3Options::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_dataPartitionedSlices.Encode(strm); m_fixedPointIDCT0.Encode(strm); m_interlacedFields.Encode(strm); m_currentPictureHeaderRepetition.Encode(strm); m_previousPictureHeaderRepetition.Encode(strm); m_nextPictureHeaderRepetition.Encode(strm); m_pictureNumber.Encode(strm); m_spareReferencePictures.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_H263Version3Options::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H263Version3Options::Class()), PInvalidCast); #endif return new H245_H263Version3Options(*this); } // // IS11172VideoCapability // H245_IS11172VideoCapability::H245_IS11172VideoCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 6, TRUE, 1) { m_videoBitRate.SetConstraints(PASN_Object::FixedConstraint, 0, 1073741823); m_vbvBufferSize.SetConstraints(PASN_Object::FixedConstraint, 0, 262143); m_samplesPerLine.SetConstraints(PASN_Object::FixedConstraint, 0, 16383); m_linesPerFrame.SetConstraints(PASN_Object::FixedConstraint, 0, 16383); m_pictureRate.SetConstraints(PASN_Object::FixedConstraint, 0, 15); m_luminanceSampleRate.SetConstraints(PASN_Object::FixedConstraint, 0, 4294967295U); IncludeOptionalField(e_videoBadMBsCap); } #ifndef PASN_NOPRINTON void H245_IS11172VideoCapability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+23) << "constrainedBitstream = " << setprecision(indent) << m_constrainedBitstream << '\n'; if (HasOptionalField(e_videoBitRate)) strm << setw(indent+15) << "videoBitRate = " << setprecision(indent) << m_videoBitRate << '\n'; if (HasOptionalField(e_vbvBufferSize)) strm << setw(indent+16) << "vbvBufferSize = " << setprecision(indent) << m_vbvBufferSize << '\n'; if (HasOptionalField(e_samplesPerLine)) strm << setw(indent+17) << "samplesPerLine = " << setprecision(indent) << m_samplesPerLine << '\n'; if (HasOptionalField(e_linesPerFrame)) strm << setw(indent+16) << "linesPerFrame = " << setprecision(indent) << m_linesPerFrame << '\n'; if (HasOptionalField(e_pictureRate)) strm << setw(indent+14) << "pictureRate = " << setprecision(indent) << m_pictureRate << '\n'; if (HasOptionalField(e_luminanceSampleRate)) strm << setw(indent+22) << "luminanceSampleRate = " << setprecision(indent) << m_luminanceSampleRate << '\n'; if (HasOptionalField(e_videoBadMBsCap)) strm << setw(indent+17) << "videoBadMBsCap = " << setprecision(indent) << m_videoBadMBsCap << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_IS11172VideoCapability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_IS11172VideoCapability), PInvalidCast); #endif const H245_IS11172VideoCapability & other = (const H245_IS11172VideoCapability &)obj; Comparison result; if ((result = m_constrainedBitstream.Compare(other.m_constrainedBitstream)) != EqualTo) return result; if ((result = m_videoBitRate.Compare(other.m_videoBitRate)) != EqualTo) return result; if ((result = m_vbvBufferSize.Compare(other.m_vbvBufferSize)) != EqualTo) return result; if ((result = m_samplesPerLine.Compare(other.m_samplesPerLine)) != EqualTo) return result; if ((result = m_linesPerFrame.Compare(other.m_linesPerFrame)) != EqualTo) return result; if ((result = m_pictureRate.Compare(other.m_pictureRate)) != EqualTo) return result; if ((result = m_luminanceSampleRate.Compare(other.m_luminanceSampleRate)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_IS11172VideoCapability::GetDataLength() const { PINDEX length = 0; length += m_constrainedBitstream.GetObjectLength(); if (HasOptionalField(e_videoBitRate)) length += m_videoBitRate.GetObjectLength(); if (HasOptionalField(e_vbvBufferSize)) length += m_vbvBufferSize.GetObjectLength(); if (HasOptionalField(e_samplesPerLine)) length += m_samplesPerLine.GetObjectLength(); if (HasOptionalField(e_linesPerFrame)) length += m_linesPerFrame.GetObjectLength(); if (HasOptionalField(e_pictureRate)) length += m_pictureRate.GetObjectLength(); if (HasOptionalField(e_luminanceSampleRate)) length += m_luminanceSampleRate.GetObjectLength(); return length; } BOOL H245_IS11172VideoCapability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_constrainedBitstream.Decode(strm)) return FALSE; if (HasOptionalField(e_videoBitRate) && !m_videoBitRate.Decode(strm)) return FALSE; if (HasOptionalField(e_vbvBufferSize) && !m_vbvBufferSize.Decode(strm)) return FALSE; if (HasOptionalField(e_samplesPerLine) && !m_samplesPerLine.Decode(strm)) return FALSE; if (HasOptionalField(e_linesPerFrame) && !m_linesPerFrame.Decode(strm)) return FALSE; if (HasOptionalField(e_pictureRate) && !m_pictureRate.Decode(strm)) return FALSE; if (HasOptionalField(e_luminanceSampleRate) && !m_luminanceSampleRate.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_videoBadMBsCap, m_videoBadMBsCap)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_IS11172VideoCapability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_constrainedBitstream.Encode(strm); if (HasOptionalField(e_videoBitRate)) m_videoBitRate.Encode(strm); if (HasOptionalField(e_vbvBufferSize)) m_vbvBufferSize.Encode(strm); if (HasOptionalField(e_samplesPerLine)) m_samplesPerLine.Encode(strm); if (HasOptionalField(e_linesPerFrame)) m_linesPerFrame.Encode(strm); if (HasOptionalField(e_pictureRate)) m_pictureRate.Encode(strm); if (HasOptionalField(e_luminanceSampleRate)) m_luminanceSampleRate.Encode(strm); KnownExtensionEncode(strm, e_videoBadMBsCap, m_videoBadMBsCap); UnknownExtensionsEncode(strm); } PObject * H245_IS11172VideoCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_IS11172VideoCapability::Class()), PInvalidCast); #endif return new H245_IS11172VideoCapability(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_AudioCapability[]={ {"nonStandard",0} ,{"g711Alaw64k",1} ,{"g711Alaw56k",2} ,{"g711Ulaw64k",3} ,{"g711Ulaw56k",4} ,{"g722_64k",5} ,{"g722_56k",6} ,{"g722_48k",7} ,{"g7231",8} ,{"g728",9} ,{"g729",10} ,{"g729AnnexA",11} ,{"is11172AudioCapability",12} ,{"is13818AudioCapability",13} ,{"g729wAnnexB",14} ,{"g729AnnexAwAnnexB",15} ,{"g7231AnnexCCapability",16} ,{"gsmFullRate",17} ,{"gsmHalfRate",18} ,{"gsmEnhancedFullRate",19} ,{"genericAudioCapability",20} ,{"g729Extensions",21} ,{"vbd",22} ,{"audioTelephonyEvent",23} ,{"audioTone",24} }; #endif // // AudioCapability // H245_AudioCapability::H245_AudioCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 14, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_AudioCapability,25 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_AudioCapability::operator H245_NonStandardParameter &() const #else H245_AudioCapability::operator H245_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } H245_AudioCapability::operator const H245_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_AudioCapability::operator H245_AudioCapability_g7231 &() const #else H245_AudioCapability::operator H245_AudioCapability_g7231 &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_AudioCapability_g7231), PInvalidCast); #endif return *(H245_AudioCapability_g7231 *)choice; } H245_AudioCapability::operator const H245_AudioCapability_g7231 &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_AudioCapability_g7231), PInvalidCast); #endif return *(H245_AudioCapability_g7231 *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_AudioCapability::operator H245_IS11172AudioCapability &() const #else H245_AudioCapability::operator H245_IS11172AudioCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_IS11172AudioCapability), PInvalidCast); #endif return *(H245_IS11172AudioCapability *)choice; } H245_AudioCapability::operator const H245_IS11172AudioCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_IS11172AudioCapability), PInvalidCast); #endif return *(H245_IS11172AudioCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_AudioCapability::operator H245_IS13818AudioCapability &() const #else H245_AudioCapability::operator H245_IS13818AudioCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_IS13818AudioCapability), PInvalidCast); #endif return *(H245_IS13818AudioCapability *)choice; } H245_AudioCapability::operator const H245_IS13818AudioCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_IS13818AudioCapability), PInvalidCast); #endif return *(H245_IS13818AudioCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_AudioCapability::operator H245_G7231AnnexCCapability &() const #else H245_AudioCapability::operator H245_G7231AnnexCCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_G7231AnnexCCapability), PInvalidCast); #endif return *(H245_G7231AnnexCCapability *)choice; } H245_AudioCapability::operator const H245_G7231AnnexCCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_G7231AnnexCCapability), PInvalidCast); #endif return *(H245_G7231AnnexCCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_AudioCapability::operator H245_GSMAudioCapability &() const #else H245_AudioCapability::operator H245_GSMAudioCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_GSMAudioCapability), PInvalidCast); #endif return *(H245_GSMAudioCapability *)choice; } H245_AudioCapability::operator const H245_GSMAudioCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_GSMAudioCapability), PInvalidCast); #endif return *(H245_GSMAudioCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_AudioCapability::operator H245_GenericCapability &() const #else H245_AudioCapability::operator H245_GenericCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_GenericCapability), PInvalidCast); #endif return *(H245_GenericCapability *)choice; } H245_AudioCapability::operator const H245_GenericCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_GenericCapability), PInvalidCast); #endif return *(H245_GenericCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_AudioCapability::operator H245_G729Extensions &() const #else H245_AudioCapability::operator H245_G729Extensions &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_G729Extensions), PInvalidCast); #endif return *(H245_G729Extensions *)choice; } H245_AudioCapability::operator const H245_G729Extensions &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_G729Extensions), PInvalidCast); #endif return *(H245_G729Extensions *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_AudioCapability::operator H245_VBDCapability &() const #else H245_AudioCapability::operator H245_VBDCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_VBDCapability), PInvalidCast); #endif return *(H245_VBDCapability *)choice; } H245_AudioCapability::operator const H245_VBDCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_VBDCapability), PInvalidCast); #endif return *(H245_VBDCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_AudioCapability::operator H245_NoPTAudioTelephonyEventCapability &() const #else H245_AudioCapability::operator H245_NoPTAudioTelephonyEventCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NoPTAudioTelephonyEventCapability), PInvalidCast); #endif return *(H245_NoPTAudioTelephonyEventCapability *)choice; } H245_AudioCapability::operator const H245_NoPTAudioTelephonyEventCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NoPTAudioTelephonyEventCapability), PInvalidCast); #endif return *(H245_NoPTAudioTelephonyEventCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_AudioCapability::operator H245_NoPTAudioToneCapability &() const #else H245_AudioCapability::operator H245_NoPTAudioToneCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NoPTAudioToneCapability), PInvalidCast); #endif return *(H245_NoPTAudioToneCapability *)choice; } H245_AudioCapability::operator const H245_NoPTAudioToneCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NoPTAudioToneCapability), PInvalidCast); #endif return *(H245_NoPTAudioToneCapability *)choice; } BOOL H245_AudioCapability::CreateObject() { switch (tag) { case e_nonStandard : choice = new H245_NonStandardParameter(); return TRUE; case e_g711Alaw64k : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 256); return TRUE; case e_g711Alaw56k : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 256); return TRUE; case e_g711Ulaw64k : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 256); return TRUE; case e_g711Ulaw56k : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 256); return TRUE; case e_g722_64k : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 256); return TRUE; case e_g722_56k : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 256); return TRUE; case e_g722_48k : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 256); return TRUE; case e_g7231 : choice = new H245_AudioCapability_g7231(); return TRUE; case e_g728 : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 256); return TRUE; case e_g729 : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 256); return TRUE; case e_g729AnnexA : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 256); return TRUE; case e_is11172AudioCapability : choice = new H245_IS11172AudioCapability(); return TRUE; case e_is13818AudioCapability : choice = new H245_IS13818AudioCapability(); return TRUE; case e_g729wAnnexB : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 256); return TRUE; case e_g729AnnexAwAnnexB : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 256); return TRUE; case e_g7231AnnexCCapability : choice = new H245_G7231AnnexCCapability(); return TRUE; case e_gsmFullRate : case e_gsmHalfRate : case e_gsmEnhancedFullRate : choice = new H245_GSMAudioCapability(); return TRUE; case e_genericAudioCapability : choice = new H245_GenericCapability(); return TRUE; case e_g729Extensions : choice = new H245_G729Extensions(); return TRUE; case e_vbd : choice = new H245_VBDCapability(); return TRUE; case e_audioTelephonyEvent : choice = new H245_NoPTAudioTelephonyEventCapability(); return TRUE; case e_audioTone : choice = new H245_NoPTAudioToneCapability(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_AudioCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_AudioCapability::Class()), PInvalidCast); #endif return new H245_AudioCapability(*this); } // // G729Extensions // H245_G729Extensions::H245_G729Extensions(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_audioUnit.SetConstraints(PASN_Object::FixedConstraint, 1, 256); } #ifndef PASN_NOPRINTON void H245_G729Extensions::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_audioUnit)) strm << setw(indent+12) << "audioUnit = " << setprecision(indent) << m_audioUnit << '\n'; strm << setw(indent+9) << "annexA = " << setprecision(indent) << m_annexA << '\n'; strm << setw(indent+9) << "annexB = " << setprecision(indent) << m_annexB << '\n'; strm << setw(indent+9) << "annexD = " << setprecision(indent) << m_annexD << '\n'; strm << setw(indent+9) << "annexE = " << setprecision(indent) << m_annexE << '\n'; strm << setw(indent+9) << "annexF = " << setprecision(indent) << m_annexF << '\n'; strm << setw(indent+9) << "annexG = " << setprecision(indent) << m_annexG << '\n'; strm << setw(indent+9) << "annexH = " << setprecision(indent) << m_annexH << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_G729Extensions::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_G729Extensions), PInvalidCast); #endif const H245_G729Extensions & other = (const H245_G729Extensions &)obj; Comparison result; if ((result = m_audioUnit.Compare(other.m_audioUnit)) != EqualTo) return result; if ((result = m_annexA.Compare(other.m_annexA)) != EqualTo) return result; if ((result = m_annexB.Compare(other.m_annexB)) != EqualTo) return result; if ((result = m_annexD.Compare(other.m_annexD)) != EqualTo) return result; if ((result = m_annexE.Compare(other.m_annexE)) != EqualTo) return result; if ((result = m_annexF.Compare(other.m_annexF)) != EqualTo) return result; if ((result = m_annexG.Compare(other.m_annexG)) != EqualTo) return result; if ((result = m_annexH.Compare(other.m_annexH)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_G729Extensions::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_audioUnit)) length += m_audioUnit.GetObjectLength(); length += m_annexA.GetObjectLength(); length += m_annexB.GetObjectLength(); length += m_annexD.GetObjectLength(); length += m_annexE.GetObjectLength(); length += m_annexF.GetObjectLength(); length += m_annexG.GetObjectLength(); length += m_annexH.GetObjectLength(); return length; } BOOL H245_G729Extensions::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_audioUnit) && !m_audioUnit.Decode(strm)) return FALSE; if (!m_annexA.Decode(strm)) return FALSE; if (!m_annexB.Decode(strm)) return FALSE; if (!m_annexD.Decode(strm)) return FALSE; if (!m_annexE.Decode(strm)) return FALSE; if (!m_annexF.Decode(strm)) return FALSE; if (!m_annexG.Decode(strm)) return FALSE; if (!m_annexH.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_G729Extensions::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_audioUnit)) m_audioUnit.Encode(strm); m_annexA.Encode(strm); m_annexB.Encode(strm); m_annexD.Encode(strm); m_annexE.Encode(strm); m_annexF.Encode(strm); m_annexG.Encode(strm); m_annexH.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_G729Extensions::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_G729Extensions::Class()), PInvalidCast); #endif return new H245_G729Extensions(*this); } // // IS11172AudioCapability // H245_IS11172AudioCapability::H245_IS11172AudioCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_bitRate.SetConstraints(PASN_Object::FixedConstraint, 1, 448); } #ifndef PASN_NOPRINTON void H245_IS11172AudioCapability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+14) << "audioLayer1 = " << setprecision(indent) << m_audioLayer1 << '\n'; strm << setw(indent+14) << "audioLayer2 = " << setprecision(indent) << m_audioLayer2 << '\n'; strm << setw(indent+14) << "audioLayer3 = " << setprecision(indent) << m_audioLayer3 << '\n'; strm << setw(indent+19) << "audioSampling32k = " << setprecision(indent) << m_audioSampling32k << '\n'; strm << setw(indent+20) << "audioSampling44k1 = " << setprecision(indent) << m_audioSampling44k1 << '\n'; strm << setw(indent+19) << "audioSampling48k = " << setprecision(indent) << m_audioSampling48k << '\n'; strm << setw(indent+16) << "singleChannel = " << setprecision(indent) << m_singleChannel << '\n'; strm << setw(indent+14) << "twoChannels = " << setprecision(indent) << m_twoChannels << '\n'; strm << setw(indent+10) << "bitRate = " << setprecision(indent) << m_bitRate << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_IS11172AudioCapability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_IS11172AudioCapability), PInvalidCast); #endif const H245_IS11172AudioCapability & other = (const H245_IS11172AudioCapability &)obj; Comparison result; if ((result = m_audioLayer1.Compare(other.m_audioLayer1)) != EqualTo) return result; if ((result = m_audioLayer2.Compare(other.m_audioLayer2)) != EqualTo) return result; if ((result = m_audioLayer3.Compare(other.m_audioLayer3)) != EqualTo) return result; if ((result = m_audioSampling32k.Compare(other.m_audioSampling32k)) != EqualTo) return result; if ((result = m_audioSampling44k1.Compare(other.m_audioSampling44k1)) != EqualTo) return result; if ((result = m_audioSampling48k.Compare(other.m_audioSampling48k)) != EqualTo) return result; if ((result = m_singleChannel.Compare(other.m_singleChannel)) != EqualTo) return result; if ((result = m_twoChannels.Compare(other.m_twoChannels)) != EqualTo) return result; if ((result = m_bitRate.Compare(other.m_bitRate)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_IS11172AudioCapability::GetDataLength() const { PINDEX length = 0; length += m_audioLayer1.GetObjectLength(); length += m_audioLayer2.GetObjectLength(); length += m_audioLayer3.GetObjectLength(); length += m_audioSampling32k.GetObjectLength(); length += m_audioSampling44k1.GetObjectLength(); length += m_audioSampling48k.GetObjectLength(); length += m_singleChannel.GetObjectLength(); length += m_twoChannels.GetObjectLength(); length += m_bitRate.GetObjectLength(); return length; } BOOL H245_IS11172AudioCapability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_audioLayer1.Decode(strm)) return FALSE; if (!m_audioLayer2.Decode(strm)) return FALSE; if (!m_audioLayer3.Decode(strm)) return FALSE; if (!m_audioSampling32k.Decode(strm)) return FALSE; if (!m_audioSampling44k1.Decode(strm)) return FALSE; if (!m_audioSampling48k.Decode(strm)) return FALSE; if (!m_singleChannel.Decode(strm)) return FALSE; if (!m_twoChannels.Decode(strm)) return FALSE; if (!m_bitRate.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_IS11172AudioCapability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_audioLayer1.Encode(strm); m_audioLayer2.Encode(strm); m_audioLayer3.Encode(strm); m_audioSampling32k.Encode(strm); m_audioSampling44k1.Encode(strm); m_audioSampling48k.Encode(strm); m_singleChannel.Encode(strm); m_twoChannels.Encode(strm); m_bitRate.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_IS11172AudioCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_IS11172AudioCapability::Class()), PInvalidCast); #endif return new H245_IS11172AudioCapability(*this); } // // IS13818AudioCapability // H245_IS13818AudioCapability::H245_IS13818AudioCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_bitRate.SetConstraints(PASN_Object::FixedConstraint, 1, 1130); } #ifndef PASN_NOPRINTON void H245_IS13818AudioCapability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+14) << "audioLayer1 = " << setprecision(indent) << m_audioLayer1 << '\n'; strm << setw(indent+14) << "audioLayer2 = " << setprecision(indent) << m_audioLayer2 << '\n'; strm << setw(indent+14) << "audioLayer3 = " << setprecision(indent) << m_audioLayer3 << '\n'; strm << setw(indent+19) << "audioSampling16k = " << setprecision(indent) << m_audioSampling16k << '\n'; strm << setw(indent+21) << "audioSampling22k05 = " << setprecision(indent) << m_audioSampling22k05 << '\n'; strm << setw(indent+19) << "audioSampling24k = " << setprecision(indent) << m_audioSampling24k << '\n'; strm << setw(indent+19) << "audioSampling32k = " << setprecision(indent) << m_audioSampling32k << '\n'; strm << setw(indent+20) << "audioSampling44k1 = " << setprecision(indent) << m_audioSampling44k1 << '\n'; strm << setw(indent+19) << "audioSampling48k = " << setprecision(indent) << m_audioSampling48k << '\n'; strm << setw(indent+16) << "singleChannel = " << setprecision(indent) << m_singleChannel << '\n'; strm << setw(indent+14) << "twoChannels = " << setprecision(indent) << m_twoChannels << '\n'; strm << setw(indent+19) << "threeChannels2_1 = " << setprecision(indent) << m_threeChannels2_1 << '\n'; strm << setw(indent+19) << "threeChannels3_0 = " << setprecision(indent) << m_threeChannels3_0 << '\n'; strm << setw(indent+22) << "fourChannels2_0_2_0 = " << setprecision(indent) << m_fourChannels2_0_2_0 << '\n'; strm << setw(indent+18) << "fourChannels2_2 = " << setprecision(indent) << m_fourChannels2_2 << '\n'; strm << setw(indent+18) << "fourChannels3_1 = " << setprecision(indent) << m_fourChannels3_1 << '\n'; strm << setw(indent+22) << "fiveChannels3_0_2_0 = " << setprecision(indent) << m_fiveChannels3_0_2_0 << '\n'; strm << setw(indent+18) << "fiveChannels3_2 = " << setprecision(indent) << m_fiveChannels3_2 << '\n'; strm << setw(indent+26) << "lowFrequencyEnhancement = " << setprecision(indent) << m_lowFrequencyEnhancement << '\n'; strm << setw(indent+15) << "multilingual = " << setprecision(indent) << m_multilingual << '\n'; strm << setw(indent+10) << "bitRate = " << setprecision(indent) << m_bitRate << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_IS13818AudioCapability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_IS13818AudioCapability), PInvalidCast); #endif const H245_IS13818AudioCapability & other = (const H245_IS13818AudioCapability &)obj; Comparison result; if ((result = m_audioLayer1.Compare(other.m_audioLayer1)) != EqualTo) return result; if ((result = m_audioLayer2.Compare(other.m_audioLayer2)) != EqualTo) return result; if ((result = m_audioLayer3.Compare(other.m_audioLayer3)) != EqualTo) return result; if ((result = m_audioSampling16k.Compare(other.m_audioSampling16k)) != EqualTo) return result; if ((result = m_audioSampling22k05.Compare(other.m_audioSampling22k05)) != EqualTo) return result; if ((result = m_audioSampling24k.Compare(other.m_audioSampling24k)) != EqualTo) return result; if ((result = m_audioSampling32k.Compare(other.m_audioSampling32k)) != EqualTo) return result; if ((result = m_audioSampling44k1.Compare(other.m_audioSampling44k1)) != EqualTo) return result; if ((result = m_audioSampling48k.Compare(other.m_audioSampling48k)) != EqualTo) return result; if ((result = m_singleChannel.Compare(other.m_singleChannel)) != EqualTo) return result; if ((result = m_twoChannels.Compare(other.m_twoChannels)) != EqualTo) return result; if ((result = m_threeChannels2_1.Compare(other.m_threeChannels2_1)) != EqualTo) return result; if ((result = m_threeChannels3_0.Compare(other.m_threeChannels3_0)) != EqualTo) return result; if ((result = m_fourChannels2_0_2_0.Compare(other.m_fourChannels2_0_2_0)) != EqualTo) return result; if ((result = m_fourChannels2_2.Compare(other.m_fourChannels2_2)) != EqualTo) return result; if ((result = m_fourChannels3_1.Compare(other.m_fourChannels3_1)) != EqualTo) return result; if ((result = m_fiveChannels3_0_2_0.Compare(other.m_fiveChannels3_0_2_0)) != EqualTo) return result; if ((result = m_fiveChannels3_2.Compare(other.m_fiveChannels3_2)) != EqualTo) return result; if ((result = m_lowFrequencyEnhancement.Compare(other.m_lowFrequencyEnhancement)) != EqualTo) return result; if ((result = m_multilingual.Compare(other.m_multilingual)) != EqualTo) return result; if ((result = m_bitRate.Compare(other.m_bitRate)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_IS13818AudioCapability::GetDataLength() const { PINDEX length = 0; length += m_audioLayer1.GetObjectLength(); length += m_audioLayer2.GetObjectLength(); length += m_audioLayer3.GetObjectLength(); length += m_audioSampling16k.GetObjectLength(); length += m_audioSampling22k05.GetObjectLength(); length += m_audioSampling24k.GetObjectLength(); length += m_audioSampling32k.GetObjectLength(); length += m_audioSampling44k1.GetObjectLength(); length += m_audioSampling48k.GetObjectLength(); length += m_singleChannel.GetObjectLength(); length += m_twoChannels.GetObjectLength(); length += m_threeChannels2_1.GetObjectLength(); length += m_threeChannels3_0.GetObjectLength(); length += m_fourChannels2_0_2_0.GetObjectLength(); length += m_fourChannels2_2.GetObjectLength(); length += m_fourChannels3_1.GetObjectLength(); length += m_fiveChannels3_0_2_0.GetObjectLength(); length += m_fiveChannels3_2.GetObjectLength(); length += m_lowFrequencyEnhancement.GetObjectLength(); length += m_multilingual.GetObjectLength(); length += m_bitRate.GetObjectLength(); return length; } BOOL H245_IS13818AudioCapability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_audioLayer1.Decode(strm)) return FALSE; if (!m_audioLayer2.Decode(strm)) return FALSE; if (!m_audioLayer3.Decode(strm)) return FALSE; if (!m_audioSampling16k.Decode(strm)) return FALSE; if (!m_audioSampling22k05.Decode(strm)) return FALSE; if (!m_audioSampling24k.Decode(strm)) return FALSE; if (!m_audioSampling32k.Decode(strm)) return FALSE; if (!m_audioSampling44k1.Decode(strm)) return FALSE; if (!m_audioSampling48k.Decode(strm)) return FALSE; if (!m_singleChannel.Decode(strm)) return FALSE; if (!m_twoChannels.Decode(strm)) return FALSE; if (!m_threeChannels2_1.Decode(strm)) return FALSE; if (!m_threeChannels3_0.Decode(strm)) return FALSE; if (!m_fourChannels2_0_2_0.Decode(strm)) return FALSE; if (!m_fourChannels2_2.Decode(strm)) return FALSE; if (!m_fourChannels3_1.Decode(strm)) return FALSE; if (!m_fiveChannels3_0_2_0.Decode(strm)) return FALSE; if (!m_fiveChannels3_2.Decode(strm)) return FALSE; if (!m_lowFrequencyEnhancement.Decode(strm)) return FALSE; if (!m_multilingual.Decode(strm)) return FALSE; if (!m_bitRate.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_IS13818AudioCapability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_audioLayer1.Encode(strm); m_audioLayer2.Encode(strm); m_audioLayer3.Encode(strm); m_audioSampling16k.Encode(strm); m_audioSampling22k05.Encode(strm); m_audioSampling24k.Encode(strm); m_audioSampling32k.Encode(strm); m_audioSampling44k1.Encode(strm); m_audioSampling48k.Encode(strm); m_singleChannel.Encode(strm); m_twoChannels.Encode(strm); m_threeChannels2_1.Encode(strm); m_threeChannels3_0.Encode(strm); m_fourChannels2_0_2_0.Encode(strm); m_fourChannels2_2.Encode(strm); m_fourChannels3_1.Encode(strm); m_fiveChannels3_0_2_0.Encode(strm); m_fiveChannels3_2.Encode(strm); m_lowFrequencyEnhancement.Encode(strm); m_multilingual.Encode(strm); m_bitRate.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_IS13818AudioCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_IS13818AudioCapability::Class()), PInvalidCast); #endif return new H245_IS13818AudioCapability(*this); } // // GSMAudioCapability // H245_GSMAudioCapability::H245_GSMAudioCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_audioUnitSize.SetConstraints(PASN_Object::FixedConstraint, 1, 256); } #ifndef PASN_NOPRINTON void H245_GSMAudioCapability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "audioUnitSize = " << setprecision(indent) << m_audioUnitSize << '\n'; strm << setw(indent+15) << "comfortNoise = " << setprecision(indent) << m_comfortNoise << '\n'; strm << setw(indent+12) << "scrambled = " << setprecision(indent) << m_scrambled << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_GSMAudioCapability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_GSMAudioCapability), PInvalidCast); #endif const H245_GSMAudioCapability & other = (const H245_GSMAudioCapability &)obj; Comparison result; if ((result = m_audioUnitSize.Compare(other.m_audioUnitSize)) != EqualTo) return result; if ((result = m_comfortNoise.Compare(other.m_comfortNoise)) != EqualTo) return result; if ((result = m_scrambled.Compare(other.m_scrambled)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_GSMAudioCapability::GetDataLength() const { PINDEX length = 0; length += m_audioUnitSize.GetObjectLength(); length += m_comfortNoise.GetObjectLength(); length += m_scrambled.GetObjectLength(); return length; } BOOL H245_GSMAudioCapability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_audioUnitSize.Decode(strm)) return FALSE; if (!m_comfortNoise.Decode(strm)) return FALSE; if (!m_scrambled.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_GSMAudioCapability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_audioUnitSize.Encode(strm); m_comfortNoise.Encode(strm); m_scrambled.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_GSMAudioCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_GSMAudioCapability::Class()), PInvalidCast); #endif return new H245_GSMAudioCapability(*this); } // // VBDCapability // H245_VBDCapability::H245_VBDCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_VBDCapability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+7) << "type = " << setprecision(indent) << m_type << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_VBDCapability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_VBDCapability), PInvalidCast); #endif const H245_VBDCapability & other = (const H245_VBDCapability &)obj; Comparison result; if ((result = m_type.Compare(other.m_type)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_VBDCapability::GetDataLength() const { PINDEX length = 0; length += m_type.GetObjectLength(); return length; } BOOL H245_VBDCapability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_type.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_VBDCapability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_type.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_VBDCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_VBDCapability::Class()), PInvalidCast); #endif return new H245_VBDCapability(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_DataProtocolCapability[]={ {"nonStandard",0} ,{"v14buffered",1} ,{"v42lapm",2} ,{"hdlcFrameTunnelling",3} ,{"h310SeparateVCStack",4} ,{"h310SingleVCStack",5} ,{"transparent",6} ,{"segmentationAndReassembly",7} ,{"hdlcFrameTunnelingwSAR",8} ,{"v120",9} ,{"separateLANStack",10} ,{"v76wCompression",11} ,{"tcp",12} ,{"udp",13} }; #endif // // DataProtocolCapability // H245_DataProtocolCapability::H245_DataProtocolCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 7, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_DataProtocolCapability,14 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_DataProtocolCapability::operator H245_NonStandardParameter &() const #else H245_DataProtocolCapability::operator H245_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } H245_DataProtocolCapability::operator const H245_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_DataProtocolCapability::operator H245_DataProtocolCapability_v76wCompression &() const #else H245_DataProtocolCapability::operator H245_DataProtocolCapability_v76wCompression &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DataProtocolCapability_v76wCompression), PInvalidCast); #endif return *(H245_DataProtocolCapability_v76wCompression *)choice; } H245_DataProtocolCapability::operator const H245_DataProtocolCapability_v76wCompression &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DataProtocolCapability_v76wCompression), PInvalidCast); #endif return *(H245_DataProtocolCapability_v76wCompression *)choice; } BOOL H245_DataProtocolCapability::CreateObject() { switch (tag) { case e_nonStandard : choice = new H245_NonStandardParameter(); return TRUE; case e_v14buffered : case e_v42lapm : case e_hdlcFrameTunnelling : case e_h310SeparateVCStack : case e_h310SingleVCStack : case e_transparent : case e_segmentationAndReassembly : case e_hdlcFrameTunnelingwSAR : case e_v120 : case e_separateLANStack : case e_tcp : case e_udp : choice = new PASN_Null(); return TRUE; case e_v76wCompression : choice = new H245_DataProtocolCapability_v76wCompression(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_DataProtocolCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_DataProtocolCapability::Class()), PInvalidCast); #endif return new H245_DataProtocolCapability(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_CompressionType[]={ {"v42bis",0} }; #endif // // CompressionType // H245_CompressionType::H245_CompressionType(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 1, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_CompressionType,1 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_CompressionType::operator H245_V42bis &() const #else H245_CompressionType::operator H245_V42bis &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_V42bis), PInvalidCast); #endif return *(H245_V42bis *)choice; } H245_CompressionType::operator const H245_V42bis &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_V42bis), PInvalidCast); #endif return *(H245_V42bis *)choice; } BOOL H245_CompressionType::CreateObject() { switch (tag) { case e_v42bis : choice = new H245_V42bis(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_CompressionType::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_CompressionType::Class()), PInvalidCast); #endif return new H245_CompressionType(*this); } // // V42bis // H245_V42bis::H245_V42bis(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_numberOfCodewords.SetConstraints(PASN_Object::FixedConstraint, 1, 65536); m_maximumStringLength.SetConstraints(PASN_Object::FixedConstraint, 1, 256); } #ifndef PASN_NOPRINTON void H245_V42bis::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+20) << "numberOfCodewords = " << setprecision(indent) << m_numberOfCodewords << '\n'; strm << setw(indent+22) << "maximumStringLength = " << setprecision(indent) << m_maximumStringLength << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_V42bis::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_V42bis), PInvalidCast); #endif const H245_V42bis & other = (const H245_V42bis &)obj; Comparison result; if ((result = m_numberOfCodewords.Compare(other.m_numberOfCodewords)) != EqualTo) return result; if ((result = m_maximumStringLength.Compare(other.m_maximumStringLength)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_V42bis::GetDataLength() const { PINDEX length = 0; length += m_numberOfCodewords.GetObjectLength(); length += m_maximumStringLength.GetObjectLength(); return length; } BOOL H245_V42bis::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_numberOfCodewords.Decode(strm)) return FALSE; if (!m_maximumStringLength.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_V42bis::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_numberOfCodewords.Encode(strm); m_maximumStringLength.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_V42bis::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_V42bis::Class()), PInvalidCast); #endif return new H245_V42bis(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_T84Profile[]={ {"t84Unrestricted",0} ,{"t84Restricted",1} }; #endif // // T84Profile // H245_T84Profile::H245_T84Profile(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_T84Profile,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_T84Profile::operator H245_T84Profile_t84Restricted &() const #else H245_T84Profile::operator H245_T84Profile_t84Restricted &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_T84Profile_t84Restricted), PInvalidCast); #endif return *(H245_T84Profile_t84Restricted *)choice; } H245_T84Profile::operator const H245_T84Profile_t84Restricted &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_T84Profile_t84Restricted), PInvalidCast); #endif return *(H245_T84Profile_t84Restricted *)choice; } BOOL H245_T84Profile::CreateObject() { switch (tag) { case e_t84Unrestricted : choice = new PASN_Null(); return TRUE; case e_t84Restricted : choice = new H245_T84Profile_t84Restricted(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_T84Profile::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_T84Profile::Class()), PInvalidCast); #endif return new H245_T84Profile(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_T38FaxRateManagement[]={ {"localTCF",0} ,{"transferredTCF",1} }; #endif // // T38FaxRateManagement // H245_T38FaxRateManagement::H245_T38FaxRateManagement(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_T38FaxRateManagement,2 #endif ) { } BOOL H245_T38FaxRateManagement::CreateObject() { choice = (tag <= e_transferredTCF) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_T38FaxRateManagement::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_T38FaxRateManagement::Class()), PInvalidCast); #endif return new H245_T38FaxRateManagement(*this); } // // T38FaxTcpOptions // H245_T38FaxTcpOptions::H245_T38FaxTcpOptions(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_T38FaxTcpOptions::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+26) << "t38TCPBidirectionalMode = " << setprecision(indent) << m_t38TCPBidirectionalMode << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_T38FaxTcpOptions::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_T38FaxTcpOptions), PInvalidCast); #endif const H245_T38FaxTcpOptions & other = (const H245_T38FaxTcpOptions &)obj; Comparison result; if ((result = m_t38TCPBidirectionalMode.Compare(other.m_t38TCPBidirectionalMode)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_T38FaxTcpOptions::GetDataLength() const { PINDEX length = 0; length += m_t38TCPBidirectionalMode.GetObjectLength(); return length; } BOOL H245_T38FaxTcpOptions::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_t38TCPBidirectionalMode.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_T38FaxTcpOptions::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_t38TCPBidirectionalMode.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_T38FaxTcpOptions::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_T38FaxTcpOptions::Class()), PInvalidCast); #endif return new H245_T38FaxTcpOptions(*this); } // // EncryptionCapability // H245_EncryptionCapability::H245_EncryptionCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 256); } PASN_Object * H245_EncryptionCapability::CreateObject() const { return new H245_MediaEncryptionAlgorithm; } H245_MediaEncryptionAlgorithm & H245_EncryptionCapability::operator[](PINDEX i) const { return (H245_MediaEncryptionAlgorithm &)array[i]; } PObject * H245_EncryptionCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_EncryptionCapability::Class()), PInvalidCast); #endif return new H245_EncryptionCapability(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_MediaEncryptionAlgorithm[]={ {"nonStandard",0} ,{"algorithm",1} }; #endif // // MediaEncryptionAlgorithm // H245_MediaEncryptionAlgorithm::H245_MediaEncryptionAlgorithm(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_MediaEncryptionAlgorithm,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MediaEncryptionAlgorithm::operator H245_NonStandardParameter &() const #else H245_MediaEncryptionAlgorithm::operator H245_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } H245_MediaEncryptionAlgorithm::operator const H245_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } BOOL H245_MediaEncryptionAlgorithm::CreateObject() { switch (tag) { case e_nonStandard : choice = new H245_NonStandardParameter(); return TRUE; case e_algorithm : choice = new PASN_ObjectId(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_MediaEncryptionAlgorithm::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MediaEncryptionAlgorithm::Class()), PInvalidCast); #endif return new H245_MediaEncryptionAlgorithm(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_UserInputCapability[]={ {"nonStandard",0} ,{"basicString",1} ,{"iA5String",2} ,{"generalString",3} ,{"dtmf",4} ,{"hookflash",5} ,{"extendedAlphanumeric",6} ,{"encryptedBasicString",7} ,{"encryptedIA5String",8} ,{"encryptedGeneralString",9} ,{"secureDTMF",10} }; #endif // // UserInputCapability // H245_UserInputCapability::H245_UserInputCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 6, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_UserInputCapability,11 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_UserInputCapability::operator H245_ArrayOf_NonStandardParameter &() const #else H245_UserInputCapability::operator H245_ArrayOf_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ArrayOf_NonStandardParameter), PInvalidCast); #endif return *(H245_ArrayOf_NonStandardParameter *)choice; } H245_UserInputCapability::operator const H245_ArrayOf_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ArrayOf_NonStandardParameter), PInvalidCast); #endif return *(H245_ArrayOf_NonStandardParameter *)choice; } BOOL H245_UserInputCapability::CreateObject() { switch (tag) { case e_nonStandard : choice = new H245_ArrayOf_NonStandardParameter(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 16); return TRUE; case e_basicString : case e_iA5String : case e_generalString : case e_dtmf : case e_hookflash : case e_extendedAlphanumeric : case e_encryptedBasicString : case e_encryptedIA5String : case e_encryptedGeneralString : case e_secureDTMF : choice = new PASN_Null(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_UserInputCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_UserInputCapability::Class()), PInvalidCast); #endif return new H245_UserInputCapability(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_CapabilityIdentifier[]={ {"standard",0} ,{"h221NonStandard",1} ,{"uuid",2} ,{"domainBased",3} }; #endif // // CapabilityIdentifier // H245_CapabilityIdentifier::H245_CapabilityIdentifier(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_CapabilityIdentifier,4 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_CapabilityIdentifier::operator H245_NonStandardParameter &() const #else H245_CapabilityIdentifier::operator H245_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } H245_CapabilityIdentifier::operator const H245_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } BOOL H245_CapabilityIdentifier::CreateObject() { switch (tag) { case e_standard : choice = new PASN_ObjectId(); return TRUE; case e_h221NonStandard : choice = new H245_NonStandardParameter(); return TRUE; case e_uuid : choice = new PASN_OctetString(); choice->SetConstraints(PASN_Object::FixedConstraint, 16); return TRUE; case e_domainBased : choice = new PASN_IA5String(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 64); return TRUE; } choice = NULL; return FALSE; } PObject * H245_CapabilityIdentifier::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_CapabilityIdentifier::Class()), PInvalidCast); #endif return new H245_CapabilityIdentifier(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_ParameterIdentifier[]={ {"standard",0} ,{"h221NonStandard",1} ,{"uuid",2} ,{"domainBased",3} }; #endif // // ParameterIdentifier // H245_ParameterIdentifier::H245_ParameterIdentifier(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_ParameterIdentifier,4 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ParameterIdentifier::operator H245_NonStandardParameter &() const #else H245_ParameterIdentifier::operator H245_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } H245_ParameterIdentifier::operator const H245_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } BOOL H245_ParameterIdentifier::CreateObject() { switch (tag) { case e_standard : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 0, 127); return TRUE; case e_h221NonStandard : choice = new H245_NonStandardParameter(); return TRUE; case e_uuid : choice = new PASN_OctetString(); choice->SetConstraints(PASN_Object::FixedConstraint, 16); return TRUE; case e_domainBased : choice = new PASN_IA5String(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 64); return TRUE; } choice = NULL; return FALSE; } PObject * H245_ParameterIdentifier::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ParameterIdentifier::Class()), PInvalidCast); #endif return new H245_ParameterIdentifier(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_ParameterValue[]={ {"logical",0} ,{"booleanArray",1} ,{"unsignedMin",2} ,{"unsignedMax",3} ,{"unsigned32Min",4} ,{"unsigned32Max",5} ,{"octetString",6} ,{"genericParameter",7} }; #endif // // ParameterValue // H245_ParameterValue::H245_ParameterValue(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 8, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_ParameterValue,8 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ParameterValue::operator H245_ArrayOf_GenericParameter &() const #else H245_ParameterValue::operator H245_ArrayOf_GenericParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ArrayOf_GenericParameter), PInvalidCast); #endif return *(H245_ArrayOf_GenericParameter *)choice; } H245_ParameterValue::operator const H245_ArrayOf_GenericParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ArrayOf_GenericParameter), PInvalidCast); #endif return *(H245_ArrayOf_GenericParameter *)choice; } BOOL H245_ParameterValue::CreateObject() { switch (tag) { case e_logical : choice = new PASN_Null(); return TRUE; case e_booleanArray : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 0, 255); return TRUE; case e_unsignedMin : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 0, 65535); return TRUE; case e_unsignedMax : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 0, 65535); return TRUE; case e_unsigned32Min : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 0, 4294967295U); return TRUE; case e_unsigned32Max : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 0, 4294967295U); return TRUE; case e_octetString : choice = new PASN_OctetString(); return TRUE; case e_genericParameter : choice = new H245_ArrayOf_GenericParameter(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_ParameterValue::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ParameterValue::Class()), PInvalidCast); #endif return new H245_ParameterValue(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_MultiplexFormat[]={ {"nonStandard",0} ,{"h222Capability",1} ,{"h223Capability",2} }; #endif // // MultiplexFormat // H245_MultiplexFormat::H245_MultiplexFormat(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_MultiplexFormat,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MultiplexFormat::operator H245_NonStandardParameter &() const #else H245_MultiplexFormat::operator H245_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } H245_MultiplexFormat::operator const H245_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MultiplexFormat::operator H245_H222Capability &() const #else H245_MultiplexFormat::operator H245_H222Capability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H222Capability), PInvalidCast); #endif return *(H245_H222Capability *)choice; } H245_MultiplexFormat::operator const H245_H222Capability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H222Capability), PInvalidCast); #endif return *(H245_H222Capability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MultiplexFormat::operator H245_H223Capability &() const #else H245_MultiplexFormat::operator H245_H223Capability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H223Capability), PInvalidCast); #endif return *(H245_H223Capability *)choice; } H245_MultiplexFormat::operator const H245_H223Capability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H223Capability), PInvalidCast); #endif return *(H245_H223Capability *)choice; } BOOL H245_MultiplexFormat::CreateObject() { switch (tag) { case e_nonStandard : choice = new H245_NonStandardParameter(); return TRUE; case e_h222Capability : choice = new H245_H222Capability(); return TRUE; case e_h223Capability : choice = new H245_H223Capability(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_MultiplexFormat::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultiplexFormat::Class()), PInvalidCast); #endif return new H245_MultiplexFormat(*this); } // // AudioTelephonyEventCapability // H245_AudioTelephonyEventCapability::H245_AudioTelephonyEventCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_dynamicRTPPayloadType.SetConstraints(PASN_Object::FixedConstraint, 96, 127); } #ifndef PASN_NOPRINTON void H245_AudioTelephonyEventCapability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+24) << "dynamicRTPPayloadType = " << setprecision(indent) << m_dynamicRTPPayloadType << '\n'; strm << setw(indent+22) << "audioTelephoneEvent = " << setprecision(indent) << m_audioTelephoneEvent << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_AudioTelephonyEventCapability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_AudioTelephonyEventCapability), PInvalidCast); #endif const H245_AudioTelephonyEventCapability & other = (const H245_AudioTelephonyEventCapability &)obj; Comparison result; if ((result = m_dynamicRTPPayloadType.Compare(other.m_dynamicRTPPayloadType)) != EqualTo) return result; if ((result = m_audioTelephoneEvent.Compare(other.m_audioTelephoneEvent)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_AudioTelephonyEventCapability::GetDataLength() const { PINDEX length = 0; length += m_dynamicRTPPayloadType.GetObjectLength(); length += m_audioTelephoneEvent.GetObjectLength(); return length; } BOOL H245_AudioTelephonyEventCapability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_dynamicRTPPayloadType.Decode(strm)) return FALSE; if (!m_audioTelephoneEvent.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_AudioTelephonyEventCapability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_dynamicRTPPayloadType.Encode(strm); m_audioTelephoneEvent.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_AudioTelephonyEventCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_AudioTelephonyEventCapability::Class()), PInvalidCast); #endif return new H245_AudioTelephonyEventCapability(*this); } // // AudioToneCapability // H245_AudioToneCapability::H245_AudioToneCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_dynamicRTPPayloadType.SetConstraints(PASN_Object::FixedConstraint, 96, 127); } #ifndef PASN_NOPRINTON void H245_AudioToneCapability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+24) << "dynamicRTPPayloadType = " << setprecision(indent) << m_dynamicRTPPayloadType << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_AudioToneCapability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_AudioToneCapability), PInvalidCast); #endif const H245_AudioToneCapability & other = (const H245_AudioToneCapability &)obj; Comparison result; if ((result = m_dynamicRTPPayloadType.Compare(other.m_dynamicRTPPayloadType)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_AudioToneCapability::GetDataLength() const { PINDEX length = 0; length += m_dynamicRTPPayloadType.GetObjectLength(); return length; } BOOL H245_AudioToneCapability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_dynamicRTPPayloadType.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_AudioToneCapability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_dynamicRTPPayloadType.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_AudioToneCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_AudioToneCapability::Class()), PInvalidCast); #endif return new H245_AudioToneCapability(*this); } // // NoPTAudioTelephonyEventCapability // H245_NoPTAudioTelephonyEventCapability::H245_NoPTAudioTelephonyEventCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_NoPTAudioTelephonyEventCapability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+22) << "audioTelephoneEvent = " << setprecision(indent) << m_audioTelephoneEvent << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_NoPTAudioTelephonyEventCapability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_NoPTAudioTelephonyEventCapability), PInvalidCast); #endif const H245_NoPTAudioTelephonyEventCapability & other = (const H245_NoPTAudioTelephonyEventCapability &)obj; Comparison result; if ((result = m_audioTelephoneEvent.Compare(other.m_audioTelephoneEvent)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_NoPTAudioTelephonyEventCapability::GetDataLength() const { PINDEX length = 0; length += m_audioTelephoneEvent.GetObjectLength(); return length; } BOOL H245_NoPTAudioTelephonyEventCapability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_audioTelephoneEvent.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_NoPTAudioTelephonyEventCapability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_audioTelephoneEvent.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_NoPTAudioTelephonyEventCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_NoPTAudioTelephonyEventCapability::Class()), PInvalidCast); #endif return new H245_NoPTAudioTelephonyEventCapability(*this); } // // NoPTAudioToneCapability // H245_NoPTAudioToneCapability::H245_NoPTAudioToneCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_NoPTAudioToneCapability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PINDEX H245_NoPTAudioToneCapability::GetDataLength() const { PINDEX length = 0; return length; } BOOL H245_NoPTAudioToneCapability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_NoPTAudioToneCapability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); UnknownExtensionsEncode(strm); } PObject * H245_NoPTAudioToneCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_NoPTAudioToneCapability::Class()), PInvalidCast); #endif return new H245_NoPTAudioToneCapability(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_DepFECCapability[]={ {"rfc2733",0} }; #endif // // DepFECCapability // H245_DepFECCapability::H245_DepFECCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 1, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_DepFECCapability,1 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_DepFECCapability::operator H245_DepFECCapability_rfc2733 &() const #else H245_DepFECCapability::operator H245_DepFECCapability_rfc2733 &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DepFECCapability_rfc2733), PInvalidCast); #endif return *(H245_DepFECCapability_rfc2733 *)choice; } H245_DepFECCapability::operator const H245_DepFECCapability_rfc2733 &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DepFECCapability_rfc2733), PInvalidCast); #endif return *(H245_DepFECCapability_rfc2733 *)choice; } BOOL H245_DepFECCapability::CreateObject() { switch (tag) { case e_rfc2733 : choice = new H245_DepFECCapability_rfc2733(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_DepFECCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_DepFECCapability::Class()), PInvalidCast); #endif return new H245_DepFECCapability(*this); } // // MaxRedundancy // H245_MaxRedundancy::H245_MaxRedundancy(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, MaximumValue); } H245_MaxRedundancy & H245_MaxRedundancy::operator=(int v) { SetValue(v); return *this; } H245_MaxRedundancy & H245_MaxRedundancy::operator=(unsigned v) { SetValue(v); return *this; } PObject * H245_MaxRedundancy::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MaxRedundancy::Class()), PInvalidCast); #endif return new H245_MaxRedundancy(*this); } // // LogicalChannelNumber // H245_LogicalChannelNumber::H245_LogicalChannelNumber(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 65535); } H245_LogicalChannelNumber & H245_LogicalChannelNumber::operator=(int v) { SetValue(v); return *this; } H245_LogicalChannelNumber & H245_LogicalChannelNumber::operator=(unsigned v) { SetValue(v); return *this; } PObject * H245_LogicalChannelNumber::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_LogicalChannelNumber::Class()), PInvalidCast); #endif return new H245_LogicalChannelNumber(*this); } // // V75Parameters // H245_V75Parameters::H245_V75Parameters(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_V75Parameters::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+21) << "audioHeaderPresent = " << setprecision(indent) << m_audioHeaderPresent << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_V75Parameters::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_V75Parameters), PInvalidCast); #endif const H245_V75Parameters & other = (const H245_V75Parameters &)obj; Comparison result; if ((result = m_audioHeaderPresent.Compare(other.m_audioHeaderPresent)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_V75Parameters::GetDataLength() const { PINDEX length = 0; length += m_audioHeaderPresent.GetObjectLength(); return length; } BOOL H245_V75Parameters::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_audioHeaderPresent.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_V75Parameters::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_audioHeaderPresent.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_V75Parameters::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_V75Parameters::Class()), PInvalidCast); #endif return new H245_V75Parameters(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_DataType[]={ {"nonStandard",0} ,{"nullData",1} ,{"videoData",2} ,{"audioData",3} ,{"data",4} ,{"encryptionData",5} ,{"h235Control",6} ,{"h235Media",7} ,{"multiplexedStream",8} ,{"redundancyEncoding",9} ,{"multiplePayloadStream",10} ,{"depFec",11} ,{"fec",12} }; #endif // // DataType // H245_DataType::H245_DataType(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 6, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_DataType,13 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_DataType::operator H245_NonStandardParameter &() const #else H245_DataType::operator H245_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } H245_DataType::operator const H245_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_DataType::operator H245_VideoCapability &() const #else H245_DataType::operator H245_VideoCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_VideoCapability), PInvalidCast); #endif return *(H245_VideoCapability *)choice; } H245_DataType::operator const H245_VideoCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_VideoCapability), PInvalidCast); #endif return *(H245_VideoCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_DataType::operator H245_AudioCapability &() const #else H245_DataType::operator H245_AudioCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_AudioCapability), PInvalidCast); #endif return *(H245_AudioCapability *)choice; } H245_DataType::operator const H245_AudioCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_AudioCapability), PInvalidCast); #endif return *(H245_AudioCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_DataType::operator H245_DataApplicationCapability &() const #else H245_DataType::operator H245_DataApplicationCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DataApplicationCapability), PInvalidCast); #endif return *(H245_DataApplicationCapability *)choice; } H245_DataType::operator const H245_DataApplicationCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DataApplicationCapability), PInvalidCast); #endif return *(H245_DataApplicationCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_DataType::operator H245_EncryptionMode &() const #else H245_DataType::operator H245_EncryptionMode &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_EncryptionMode), PInvalidCast); #endif return *(H245_EncryptionMode *)choice; } H245_DataType::operator const H245_EncryptionMode &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_EncryptionMode), PInvalidCast); #endif return *(H245_EncryptionMode *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_DataType::operator H245_H235Media &() const #else H245_DataType::operator H245_H235Media &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H235Media), PInvalidCast); #endif return *(H245_H235Media *)choice; } H245_DataType::operator const H245_H235Media &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H235Media), PInvalidCast); #endif return *(H245_H235Media *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_DataType::operator H245_MultiplexedStreamParameter &() const #else H245_DataType::operator H245_MultiplexedStreamParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultiplexedStreamParameter), PInvalidCast); #endif return *(H245_MultiplexedStreamParameter *)choice; } H245_DataType::operator const H245_MultiplexedStreamParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultiplexedStreamParameter), PInvalidCast); #endif return *(H245_MultiplexedStreamParameter *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_DataType::operator H245_RedundancyEncoding &() const #else H245_DataType::operator H245_RedundancyEncoding &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RedundancyEncoding), PInvalidCast); #endif return *(H245_RedundancyEncoding *)choice; } H245_DataType::operator const H245_RedundancyEncoding &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RedundancyEncoding), PInvalidCast); #endif return *(H245_RedundancyEncoding *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_DataType::operator H245_MultiplePayloadStream &() const #else H245_DataType::operator H245_MultiplePayloadStream &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultiplePayloadStream), PInvalidCast); #endif return *(H245_MultiplePayloadStream *)choice; } H245_DataType::operator const H245_MultiplePayloadStream &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultiplePayloadStream), PInvalidCast); #endif return *(H245_MultiplePayloadStream *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_DataType::operator H245_DepFECData &() const #else H245_DataType::operator H245_DepFECData &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DepFECData), PInvalidCast); #endif return *(H245_DepFECData *)choice; } H245_DataType::operator const H245_DepFECData &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DepFECData), PInvalidCast); #endif return *(H245_DepFECData *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_DataType::operator H245_FECData &() const #else H245_DataType::operator H245_FECData &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_FECData), PInvalidCast); #endif return *(H245_FECData *)choice; } H245_DataType::operator const H245_FECData &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_FECData), PInvalidCast); #endif return *(H245_FECData *)choice; } BOOL H245_DataType::CreateObject() { switch (tag) { case e_nonStandard : case e_h235Control : choice = new H245_NonStandardParameter(); return TRUE; case e_nullData : choice = new PASN_Null(); return TRUE; case e_videoData : choice = new H245_VideoCapability(); return TRUE; case e_audioData : choice = new H245_AudioCapability(); return TRUE; case e_data : choice = new H245_DataApplicationCapability(); return TRUE; case e_encryptionData : choice = new H245_EncryptionMode(); return TRUE; case e_h235Media : choice = new H245_H235Media(); return TRUE; case e_multiplexedStream : choice = new H245_MultiplexedStreamParameter(); return TRUE; case e_redundancyEncoding : choice = new H245_RedundancyEncoding(); return TRUE; case e_multiplePayloadStream : choice = new H245_MultiplePayloadStream(); return TRUE; case e_depFec : choice = new H245_DepFECData(); return TRUE; case e_fec : choice = new H245_FECData(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_DataType::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_DataType::Class()), PInvalidCast); #endif return new H245_DataType(*this); } // // MultiplexedStreamParameter // H245_MultiplexedStreamParameter::H245_MultiplexedStreamParameter(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_MultiplexedStreamParameter::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+18) << "multiplexFormat = " << setprecision(indent) << m_multiplexFormat << '\n'; strm << setw(indent+21) << "controlOnMuxStream = " << setprecision(indent) << m_controlOnMuxStream << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MultiplexedStreamParameter::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MultiplexedStreamParameter), PInvalidCast); #endif const H245_MultiplexedStreamParameter & other = (const H245_MultiplexedStreamParameter &)obj; Comparison result; if ((result = m_multiplexFormat.Compare(other.m_multiplexFormat)) != EqualTo) return result; if ((result = m_controlOnMuxStream.Compare(other.m_controlOnMuxStream)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MultiplexedStreamParameter::GetDataLength() const { PINDEX length = 0; length += m_multiplexFormat.GetObjectLength(); length += m_controlOnMuxStream.GetObjectLength(); return length; } BOOL H245_MultiplexedStreamParameter::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_multiplexFormat.Decode(strm)) return FALSE; if (!m_controlOnMuxStream.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MultiplexedStreamParameter::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_multiplexFormat.Encode(strm); m_controlOnMuxStream.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MultiplexedStreamParameter::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultiplexedStreamParameter::Class()), PInvalidCast); #endif return new H245_MultiplexedStreamParameter(*this); } // // H222LogicalChannelParameters // H245_H222LogicalChannelParameters::H245_H222LogicalChannelParameters(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 0) { m_resourceID.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); m_subChannelID.SetConstraints(PASN_Object::FixedConstraint, 0, 8191); m_pcr_pid.SetConstraints(PASN_Object::FixedConstraint, 0, 8191); } #ifndef PASN_NOPRINTON void H245_H222LogicalChannelParameters::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+13) << "resourceID = " << setprecision(indent) << m_resourceID << '\n'; strm << setw(indent+15) << "subChannelID = " << setprecision(indent) << m_subChannelID << '\n'; if (HasOptionalField(e_pcr_pid)) strm << setw(indent+10) << "pcr_pid = " << setprecision(indent) << m_pcr_pid << '\n'; if (HasOptionalField(e_programDescriptors)) strm << setw(indent+21) << "programDescriptors = " << setprecision(indent) << m_programDescriptors << '\n'; if (HasOptionalField(e_streamDescriptors)) strm << setw(indent+20) << "streamDescriptors = " << setprecision(indent) << m_streamDescriptors << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_H222LogicalChannelParameters::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_H222LogicalChannelParameters), PInvalidCast); #endif const H245_H222LogicalChannelParameters & other = (const H245_H222LogicalChannelParameters &)obj; Comparison result; if ((result = m_resourceID.Compare(other.m_resourceID)) != EqualTo) return result; if ((result = m_subChannelID.Compare(other.m_subChannelID)) != EqualTo) return result; if ((result = m_pcr_pid.Compare(other.m_pcr_pid)) != EqualTo) return result; if ((result = m_programDescriptors.Compare(other.m_programDescriptors)) != EqualTo) return result; if ((result = m_streamDescriptors.Compare(other.m_streamDescriptors)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_H222LogicalChannelParameters::GetDataLength() const { PINDEX length = 0; length += m_resourceID.GetObjectLength(); length += m_subChannelID.GetObjectLength(); if (HasOptionalField(e_pcr_pid)) length += m_pcr_pid.GetObjectLength(); if (HasOptionalField(e_programDescriptors)) length += m_programDescriptors.GetObjectLength(); if (HasOptionalField(e_streamDescriptors)) length += m_streamDescriptors.GetObjectLength(); return length; } BOOL H245_H222LogicalChannelParameters::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_resourceID.Decode(strm)) return FALSE; if (!m_subChannelID.Decode(strm)) return FALSE; if (HasOptionalField(e_pcr_pid) && !m_pcr_pid.Decode(strm)) return FALSE; if (HasOptionalField(e_programDescriptors) && !m_programDescriptors.Decode(strm)) return FALSE; if (HasOptionalField(e_streamDescriptors) && !m_streamDescriptors.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_H222LogicalChannelParameters::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_resourceID.Encode(strm); m_subChannelID.Encode(strm); if (HasOptionalField(e_pcr_pid)) m_pcr_pid.Encode(strm); if (HasOptionalField(e_programDescriptors)) m_programDescriptors.Encode(strm); if (HasOptionalField(e_streamDescriptors)) m_streamDescriptors.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_H222LogicalChannelParameters::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H222LogicalChannelParameters::Class()), PInvalidCast); #endif return new H245_H222LogicalChannelParameters(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_CRCLength[]={ {"crc8bit",0} ,{"crc16bit",1} ,{"crc32bit",2} }; #endif // // CRCLength // H245_CRCLength::H245_CRCLength(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_CRCLength,3 #endif ) { } BOOL H245_CRCLength::CreateObject() { choice = (tag <= e_crc32bit) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_CRCLength::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_CRCLength::Class()), PInvalidCast); #endif return new H245_CRCLength(*this); } // // RedundancyEncodingElement // H245_RedundancyEncodingElement::H245_RedundancyEncodingElement(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_payloadType.SetConstraints(PASN_Object::FixedConstraint, 0, 127); } #ifndef PASN_NOPRINTON void H245_RedundancyEncodingElement::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "dataType = " << setprecision(indent) << m_dataType << '\n'; if (HasOptionalField(e_payloadType)) strm << setw(indent+14) << "payloadType = " << setprecision(indent) << m_payloadType << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_RedundancyEncodingElement::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_RedundancyEncodingElement), PInvalidCast); #endif const H245_RedundancyEncodingElement & other = (const H245_RedundancyEncodingElement &)obj; Comparison result; if ((result = m_dataType.Compare(other.m_dataType)) != EqualTo) return result; if ((result = m_payloadType.Compare(other.m_payloadType)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_RedundancyEncodingElement::GetDataLength() const { PINDEX length = 0; length += m_dataType.GetObjectLength(); if (HasOptionalField(e_payloadType)) length += m_payloadType.GetObjectLength(); return length; } BOOL H245_RedundancyEncodingElement::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_dataType.Decode(strm)) return FALSE; if (HasOptionalField(e_payloadType) && !m_payloadType.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_RedundancyEncodingElement::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_dataType.Encode(strm); if (HasOptionalField(e_payloadType)) m_payloadType.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_RedundancyEncodingElement::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RedundancyEncodingElement::Class()), PInvalidCast); #endif return new H245_RedundancyEncodingElement(*this); } // // MultiplePayloadStreamElement // H245_MultiplePayloadStreamElement::H245_MultiplePayloadStreamElement(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_payloadType.SetConstraints(PASN_Object::FixedConstraint, 0, 127); } #ifndef PASN_NOPRINTON void H245_MultiplePayloadStreamElement::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "dataType = " << setprecision(indent) << m_dataType << '\n'; if (HasOptionalField(e_payloadType)) strm << setw(indent+14) << "payloadType = " << setprecision(indent) << m_payloadType << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MultiplePayloadStreamElement::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MultiplePayloadStreamElement), PInvalidCast); #endif const H245_MultiplePayloadStreamElement & other = (const H245_MultiplePayloadStreamElement &)obj; Comparison result; if ((result = m_dataType.Compare(other.m_dataType)) != EqualTo) return result; if ((result = m_payloadType.Compare(other.m_payloadType)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MultiplePayloadStreamElement::GetDataLength() const { PINDEX length = 0; length += m_dataType.GetObjectLength(); if (HasOptionalField(e_payloadType)) length += m_payloadType.GetObjectLength(); return length; } BOOL H245_MultiplePayloadStreamElement::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_dataType.Decode(strm)) return FALSE; if (HasOptionalField(e_payloadType) && !m_payloadType.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MultiplePayloadStreamElement::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_dataType.Encode(strm); if (HasOptionalField(e_payloadType)) m_payloadType.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MultiplePayloadStreamElement::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultiplePayloadStreamElement::Class()), PInvalidCast); #endif return new H245_MultiplePayloadStreamElement(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_DepFECData[]={ {"rfc2733",0} }; #endif // // DepFECData // H245_DepFECData::H245_DepFECData(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 1, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_DepFECData,1 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_DepFECData::operator H245_DepFECData_rfc2733 &() const #else H245_DepFECData::operator H245_DepFECData_rfc2733 &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DepFECData_rfc2733), PInvalidCast); #endif return *(H245_DepFECData_rfc2733 *)choice; } H245_DepFECData::operator const H245_DepFECData_rfc2733 &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DepFECData_rfc2733), PInvalidCast); #endif return *(H245_DepFECData_rfc2733 *)choice; } BOOL H245_DepFECData::CreateObject() { switch (tag) { case e_rfc2733 : choice = new H245_DepFECData_rfc2733(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_DepFECData::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_DepFECData::Class()), PInvalidCast); #endif return new H245_DepFECData(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_FECData[]={ {"rfc2733",0} }; #endif // // FECData // H245_FECData::H245_FECData(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 1, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_FECData,1 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_FECData::operator H245_FECData_rfc2733 &() const #else H245_FECData::operator H245_FECData_rfc2733 &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_FECData_rfc2733), PInvalidCast); #endif return *(H245_FECData_rfc2733 *)choice; } H245_FECData::operator const H245_FECData_rfc2733 &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_FECData_rfc2733), PInvalidCast); #endif return *(H245_FECData_rfc2733 *)choice; } BOOL H245_FECData::CreateObject() { switch (tag) { case e_rfc2733 : choice = new H245_FECData_rfc2733(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_FECData::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_FECData::Class()), PInvalidCast); #endif return new H245_FECData(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_TransportAddress[]={ {"unicastAddress",0} ,{"multicastAddress",1} }; #endif // // TransportAddress // H245_TransportAddress::H245_TransportAddress(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_TransportAddress,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_TransportAddress::operator H245_UnicastAddress &() const #else H245_TransportAddress::operator H245_UnicastAddress &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_UnicastAddress), PInvalidCast); #endif return *(H245_UnicastAddress *)choice; } H245_TransportAddress::operator const H245_UnicastAddress &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_UnicastAddress), PInvalidCast); #endif return *(H245_UnicastAddress *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_TransportAddress::operator H245_MulticastAddress &() const #else H245_TransportAddress::operator H245_MulticastAddress &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MulticastAddress), PInvalidCast); #endif return *(H245_MulticastAddress *)choice; } H245_TransportAddress::operator const H245_MulticastAddress &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MulticastAddress), PInvalidCast); #endif return *(H245_MulticastAddress *)choice; } BOOL H245_TransportAddress::CreateObject() { switch (tag) { case e_unicastAddress : choice = new H245_UnicastAddress(); return TRUE; case e_multicastAddress : choice = new H245_MulticastAddress(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_TransportAddress::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_TransportAddress::Class()), PInvalidCast); #endif return new H245_TransportAddress(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_UnicastAddress[]={ {"iPAddress",0} ,{"iPXAddress",1} ,{"iP6Address",2} ,{"netBios",3} ,{"iPSourceRouteAddress",4} ,{"nsap",5} ,{"nonStandardAddress",6} }; #endif // // UnicastAddress // H245_UnicastAddress::H245_UnicastAddress(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 5, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_UnicastAddress,7 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_UnicastAddress::operator H245_UnicastAddress_iPAddress &() const #else H245_UnicastAddress::operator H245_UnicastAddress_iPAddress &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_UnicastAddress_iPAddress), PInvalidCast); #endif return *(H245_UnicastAddress_iPAddress *)choice; } H245_UnicastAddress::operator const H245_UnicastAddress_iPAddress &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_UnicastAddress_iPAddress), PInvalidCast); #endif return *(H245_UnicastAddress_iPAddress *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_UnicastAddress::operator H245_UnicastAddress_iPXAddress &() const #else H245_UnicastAddress::operator H245_UnicastAddress_iPXAddress &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_UnicastAddress_iPXAddress), PInvalidCast); #endif return *(H245_UnicastAddress_iPXAddress *)choice; } H245_UnicastAddress::operator const H245_UnicastAddress_iPXAddress &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_UnicastAddress_iPXAddress), PInvalidCast); #endif return *(H245_UnicastAddress_iPXAddress *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_UnicastAddress::operator H245_UnicastAddress_iP6Address &() const #else H245_UnicastAddress::operator H245_UnicastAddress_iP6Address &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_UnicastAddress_iP6Address), PInvalidCast); #endif return *(H245_UnicastAddress_iP6Address *)choice; } H245_UnicastAddress::operator const H245_UnicastAddress_iP6Address &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_UnicastAddress_iP6Address), PInvalidCast); #endif return *(H245_UnicastAddress_iP6Address *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_UnicastAddress::operator H245_UnicastAddress_iPSourceRouteAddress &() const #else H245_UnicastAddress::operator H245_UnicastAddress_iPSourceRouteAddress &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_UnicastAddress_iPSourceRouteAddress), PInvalidCast); #endif return *(H245_UnicastAddress_iPSourceRouteAddress *)choice; } H245_UnicastAddress::operator const H245_UnicastAddress_iPSourceRouteAddress &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_UnicastAddress_iPSourceRouteAddress), PInvalidCast); #endif return *(H245_UnicastAddress_iPSourceRouteAddress *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_UnicastAddress::operator H245_NonStandardParameter &() const #else H245_UnicastAddress::operator H245_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } H245_UnicastAddress::operator const H245_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } BOOL H245_UnicastAddress::CreateObject() { switch (tag) { case e_iPAddress : choice = new H245_UnicastAddress_iPAddress(); return TRUE; case e_iPXAddress : choice = new H245_UnicastAddress_iPXAddress(); return TRUE; case e_iP6Address : choice = new H245_UnicastAddress_iP6Address(); return TRUE; case e_netBios : choice = new PASN_OctetString(); choice->SetConstraints(PASN_Object::FixedConstraint, 16); return TRUE; case e_iPSourceRouteAddress : choice = new H245_UnicastAddress_iPSourceRouteAddress(); return TRUE; case e_nsap : choice = new PASN_OctetString(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 20); return TRUE; case e_nonStandardAddress : choice = new H245_NonStandardParameter(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_UnicastAddress::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_UnicastAddress::Class()), PInvalidCast); #endif return new H245_UnicastAddress(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_MulticastAddress[]={ {"iPAddress",0} ,{"iP6Address",1} ,{"nsap",2} ,{"nonStandardAddress",3} }; #endif // // MulticastAddress // H245_MulticastAddress::H245_MulticastAddress(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_MulticastAddress,4 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MulticastAddress::operator H245_MulticastAddress_iPAddress &() const #else H245_MulticastAddress::operator H245_MulticastAddress_iPAddress &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MulticastAddress_iPAddress), PInvalidCast); #endif return *(H245_MulticastAddress_iPAddress *)choice; } H245_MulticastAddress::operator const H245_MulticastAddress_iPAddress &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MulticastAddress_iPAddress), PInvalidCast); #endif return *(H245_MulticastAddress_iPAddress *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MulticastAddress::operator H245_MulticastAddress_iP6Address &() const #else H245_MulticastAddress::operator H245_MulticastAddress_iP6Address &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MulticastAddress_iP6Address), PInvalidCast); #endif return *(H245_MulticastAddress_iP6Address *)choice; } H245_MulticastAddress::operator const H245_MulticastAddress_iP6Address &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MulticastAddress_iP6Address), PInvalidCast); #endif return *(H245_MulticastAddress_iP6Address *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MulticastAddress::operator H245_NonStandardParameter &() const #else H245_MulticastAddress::operator H245_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } H245_MulticastAddress::operator const H245_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } BOOL H245_MulticastAddress::CreateObject() { switch (tag) { case e_iPAddress : choice = new H245_MulticastAddress_iPAddress(); return TRUE; case e_iP6Address : choice = new H245_MulticastAddress_iP6Address(); return TRUE; case e_nsap : choice = new PASN_OctetString(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 20); return TRUE; case e_nonStandardAddress : choice = new H245_NonStandardParameter(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_MulticastAddress::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MulticastAddress::Class()), PInvalidCast); #endif return new H245_MulticastAddress(*this); } // // EscrowData // H245_EscrowData::H245_EscrowData(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_escrowValue.SetConstraints(PASN_Object::FixedConstraint, 1, 65535); } #ifndef PASN_NOPRINTON void H245_EscrowData::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "escrowID = " << setprecision(indent) << m_escrowID << '\n'; strm << setw(indent+14) << "escrowValue = " << setprecision(indent) << m_escrowValue << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_EscrowData::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_EscrowData), PInvalidCast); #endif const H245_EscrowData & other = (const H245_EscrowData &)obj; Comparison result; if ((result = m_escrowID.Compare(other.m_escrowID)) != EqualTo) return result; if ((result = m_escrowValue.Compare(other.m_escrowValue)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_EscrowData::GetDataLength() const { PINDEX length = 0; length += m_escrowID.GetObjectLength(); length += m_escrowValue.GetObjectLength(); return length; } BOOL H245_EscrowData::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_escrowID.Decode(strm)) return FALSE; if (!m_escrowValue.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_EscrowData::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_escrowID.Encode(strm); m_escrowValue.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_EscrowData::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_EscrowData::Class()), PInvalidCast); #endif return new H245_EscrowData(*this); } // // OpenLogicalChannelConfirm // H245_OpenLogicalChannelConfirm::H245_OpenLogicalChannelConfirm(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_OpenLogicalChannelConfirm::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+30) << "forwardLogicalChannelNumber = " << setprecision(indent) << m_forwardLogicalChannelNumber << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_OpenLogicalChannelConfirm::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_OpenLogicalChannelConfirm), PInvalidCast); #endif const H245_OpenLogicalChannelConfirm & other = (const H245_OpenLogicalChannelConfirm &)obj; Comparison result; if ((result = m_forwardLogicalChannelNumber.Compare(other.m_forwardLogicalChannelNumber)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_OpenLogicalChannelConfirm::GetDataLength() const { PINDEX length = 0; length += m_forwardLogicalChannelNumber.GetObjectLength(); return length; } BOOL H245_OpenLogicalChannelConfirm::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_forwardLogicalChannelNumber.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_OpenLogicalChannelConfirm::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_forwardLogicalChannelNumber.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_OpenLogicalChannelConfirm::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_OpenLogicalChannelConfirm::Class()), PInvalidCast); #endif return new H245_OpenLogicalChannelConfirm(*this); } // // CloseLogicalChannelAck // H245_CloseLogicalChannelAck::H245_CloseLogicalChannelAck(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_CloseLogicalChannelAck::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+30) << "forwardLogicalChannelNumber = " << setprecision(indent) << m_forwardLogicalChannelNumber << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_CloseLogicalChannelAck::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_CloseLogicalChannelAck), PInvalidCast); #endif const H245_CloseLogicalChannelAck & other = (const H245_CloseLogicalChannelAck &)obj; Comparison result; if ((result = m_forwardLogicalChannelNumber.Compare(other.m_forwardLogicalChannelNumber)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_CloseLogicalChannelAck::GetDataLength() const { PINDEX length = 0; length += m_forwardLogicalChannelNumber.GetObjectLength(); return length; } BOOL H245_CloseLogicalChannelAck::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_forwardLogicalChannelNumber.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_CloseLogicalChannelAck::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_forwardLogicalChannelNumber.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_CloseLogicalChannelAck::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_CloseLogicalChannelAck::Class()), PInvalidCast); #endif return new H245_CloseLogicalChannelAck(*this); } // // RequestChannelCloseAck // H245_RequestChannelCloseAck::H245_RequestChannelCloseAck(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_RequestChannelCloseAck::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+30) << "forwardLogicalChannelNumber = " << setprecision(indent) << m_forwardLogicalChannelNumber << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_RequestChannelCloseAck::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_RequestChannelCloseAck), PInvalidCast); #endif const H245_RequestChannelCloseAck & other = (const H245_RequestChannelCloseAck &)obj; Comparison result; if ((result = m_forwardLogicalChannelNumber.Compare(other.m_forwardLogicalChannelNumber)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_RequestChannelCloseAck::GetDataLength() const { PINDEX length = 0; length += m_forwardLogicalChannelNumber.GetObjectLength(); return length; } BOOL H245_RequestChannelCloseAck::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_forwardLogicalChannelNumber.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_RequestChannelCloseAck::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_forwardLogicalChannelNumber.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_RequestChannelCloseAck::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RequestChannelCloseAck::Class()), PInvalidCast); #endif return new H245_RequestChannelCloseAck(*this); } // // RequestChannelCloseRelease // H245_RequestChannelCloseRelease::H245_RequestChannelCloseRelease(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_RequestChannelCloseRelease::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+30) << "forwardLogicalChannelNumber = " << setprecision(indent) << m_forwardLogicalChannelNumber << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_RequestChannelCloseRelease::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_RequestChannelCloseRelease), PInvalidCast); #endif const H245_RequestChannelCloseRelease & other = (const H245_RequestChannelCloseRelease &)obj; Comparison result; if ((result = m_forwardLogicalChannelNumber.Compare(other.m_forwardLogicalChannelNumber)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_RequestChannelCloseRelease::GetDataLength() const { PINDEX length = 0; length += m_forwardLogicalChannelNumber.GetObjectLength(); return length; } BOOL H245_RequestChannelCloseRelease::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_forwardLogicalChannelNumber.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_RequestChannelCloseRelease::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_forwardLogicalChannelNumber.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_RequestChannelCloseRelease::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RequestChannelCloseRelease::Class()), PInvalidCast); #endif return new H245_RequestChannelCloseRelease(*this); } // // MultiplexTableEntryNumber // H245_MultiplexTableEntryNumber::H245_MultiplexTableEntryNumber(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 15); } H245_MultiplexTableEntryNumber & H245_MultiplexTableEntryNumber::operator=(int v) { SetValue(v); return *this; } H245_MultiplexTableEntryNumber & H245_MultiplexTableEntryNumber::operator=(unsigned v) { SetValue(v); return *this; } PObject * H245_MultiplexTableEntryNumber::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultiplexTableEntryNumber::Class()), PInvalidCast); #endif return new H245_MultiplexTableEntryNumber(*this); } // // RequestModeRelease // H245_RequestModeRelease::H245_RequestModeRelease(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_RequestModeRelease::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PINDEX H245_RequestModeRelease::GetDataLength() const { PINDEX length = 0; return length; } BOOL H245_RequestModeRelease::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_RequestModeRelease::Encode(PASN_Stream & strm) const { PreambleEncode(strm); UnknownExtensionsEncode(strm); } PObject * H245_RequestModeRelease::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RequestModeRelease::Class()), PInvalidCast); #endif return new H245_RequestModeRelease(*this); } // // ModeDescription // H245_ModeDescription::H245_ModeDescription(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 256); } PASN_Object * H245_ModeDescription::CreateObject() const { return new H245_ModeElement; } H245_ModeElement & H245_ModeDescription::operator[](PINDEX i) const { return (H245_ModeElement &)array[i]; } PObject * H245_ModeDescription::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ModeDescription::Class()), PInvalidCast); #endif return new H245_ModeDescription(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_ModeElementType[]={ {"nonStandard",0} ,{"videoMode",1} ,{"audioMode",2} ,{"dataMode",3} ,{"encryptionMode",4} ,{"h235Mode",5} ,{"multiplexedStreamMode",6} ,{"redundancyEncodingDTMode",7} ,{"multiplePayloadStreamMode",8} ,{"depFecMode",9} ,{"fecMode",10} }; #endif // // ModeElementType // H245_ModeElementType::H245_ModeElementType(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 5, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_ModeElementType,11 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ModeElementType::operator H245_NonStandardParameter &() const #else H245_ModeElementType::operator H245_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } H245_ModeElementType::operator const H245_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ModeElementType::operator H245_VideoMode &() const #else H245_ModeElementType::operator H245_VideoMode &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_VideoMode), PInvalidCast); #endif return *(H245_VideoMode *)choice; } H245_ModeElementType::operator const H245_VideoMode &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_VideoMode), PInvalidCast); #endif return *(H245_VideoMode *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ModeElementType::operator H245_AudioMode &() const #else H245_ModeElementType::operator H245_AudioMode &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_AudioMode), PInvalidCast); #endif return *(H245_AudioMode *)choice; } H245_ModeElementType::operator const H245_AudioMode &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_AudioMode), PInvalidCast); #endif return *(H245_AudioMode *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ModeElementType::operator H245_DataMode &() const #else H245_ModeElementType::operator H245_DataMode &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DataMode), PInvalidCast); #endif return *(H245_DataMode *)choice; } H245_ModeElementType::operator const H245_DataMode &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DataMode), PInvalidCast); #endif return *(H245_DataMode *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ModeElementType::operator H245_EncryptionMode &() const #else H245_ModeElementType::operator H245_EncryptionMode &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_EncryptionMode), PInvalidCast); #endif return *(H245_EncryptionMode *)choice; } H245_ModeElementType::operator const H245_EncryptionMode &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_EncryptionMode), PInvalidCast); #endif return *(H245_EncryptionMode *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ModeElementType::operator H245_H235Mode &() const #else H245_ModeElementType::operator H245_H235Mode &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H235Mode), PInvalidCast); #endif return *(H245_H235Mode *)choice; } H245_ModeElementType::operator const H245_H235Mode &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H235Mode), PInvalidCast); #endif return *(H245_H235Mode *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ModeElementType::operator H245_MultiplexedStreamParameter &() const #else H245_ModeElementType::operator H245_MultiplexedStreamParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultiplexedStreamParameter), PInvalidCast); #endif return *(H245_MultiplexedStreamParameter *)choice; } H245_ModeElementType::operator const H245_MultiplexedStreamParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultiplexedStreamParameter), PInvalidCast); #endif return *(H245_MultiplexedStreamParameter *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ModeElementType::operator H245_RedundancyEncodingDTMode &() const #else H245_ModeElementType::operator H245_RedundancyEncodingDTMode &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RedundancyEncodingDTMode), PInvalidCast); #endif return *(H245_RedundancyEncodingDTMode *)choice; } H245_ModeElementType::operator const H245_RedundancyEncodingDTMode &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RedundancyEncodingDTMode), PInvalidCast); #endif return *(H245_RedundancyEncodingDTMode *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ModeElementType::operator H245_MultiplePayloadStreamMode &() const #else H245_ModeElementType::operator H245_MultiplePayloadStreamMode &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultiplePayloadStreamMode), PInvalidCast); #endif return *(H245_MultiplePayloadStreamMode *)choice; } H245_ModeElementType::operator const H245_MultiplePayloadStreamMode &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultiplePayloadStreamMode), PInvalidCast); #endif return *(H245_MultiplePayloadStreamMode *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ModeElementType::operator H245_DepFECMode &() const #else H245_ModeElementType::operator H245_DepFECMode &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DepFECMode), PInvalidCast); #endif return *(H245_DepFECMode *)choice; } H245_ModeElementType::operator const H245_DepFECMode &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DepFECMode), PInvalidCast); #endif return *(H245_DepFECMode *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ModeElementType::operator H245_FECMode &() const #else H245_ModeElementType::operator H245_FECMode &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_FECMode), PInvalidCast); #endif return *(H245_FECMode *)choice; } H245_ModeElementType::operator const H245_FECMode &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_FECMode), PInvalidCast); #endif return *(H245_FECMode *)choice; } BOOL H245_ModeElementType::CreateObject() { switch (tag) { case e_nonStandard : choice = new H245_NonStandardParameter(); return TRUE; case e_videoMode : choice = new H245_VideoMode(); return TRUE; case e_audioMode : choice = new H245_AudioMode(); return TRUE; case e_dataMode : choice = new H245_DataMode(); return TRUE; case e_encryptionMode : choice = new H245_EncryptionMode(); return TRUE; case e_h235Mode : choice = new H245_H235Mode(); return TRUE; case e_multiplexedStreamMode : choice = new H245_MultiplexedStreamParameter(); return TRUE; case e_redundancyEncodingDTMode : choice = new H245_RedundancyEncodingDTMode(); return TRUE; case e_multiplePayloadStreamMode : choice = new H245_MultiplePayloadStreamMode(); return TRUE; case e_depFecMode : choice = new H245_DepFECMode(); return TRUE; case e_fecMode : choice = new H245_FECMode(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_ModeElementType::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ModeElementType::Class()), PInvalidCast); #endif return new H245_ModeElementType(*this); } // // MultiplexedStreamModeParameters // H245_MultiplexedStreamModeParameters::H245_MultiplexedStreamModeParameters(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_MultiplexedStreamModeParameters::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+23) << "logicalChannelNumber = " << setprecision(indent) << m_logicalChannelNumber << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MultiplexedStreamModeParameters::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MultiplexedStreamModeParameters), PInvalidCast); #endif const H245_MultiplexedStreamModeParameters & other = (const H245_MultiplexedStreamModeParameters &)obj; Comparison result; if ((result = m_logicalChannelNumber.Compare(other.m_logicalChannelNumber)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MultiplexedStreamModeParameters::GetDataLength() const { PINDEX length = 0; length += m_logicalChannelNumber.GetObjectLength(); return length; } BOOL H245_MultiplexedStreamModeParameters::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_logicalChannelNumber.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MultiplexedStreamModeParameters::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_logicalChannelNumber.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MultiplexedStreamModeParameters::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultiplexedStreamModeParameters::Class()), PInvalidCast); #endif return new H245_MultiplexedStreamModeParameters(*this); } // // MultiplePayloadStreamElementMode // H245_MultiplePayloadStreamElementMode::H245_MultiplePayloadStreamElementMode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_MultiplePayloadStreamElementMode::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+7) << "type = " << setprecision(indent) << m_type << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MultiplePayloadStreamElementMode::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MultiplePayloadStreamElementMode), PInvalidCast); #endif const H245_MultiplePayloadStreamElementMode & other = (const H245_MultiplePayloadStreamElementMode &)obj; Comparison result; if ((result = m_type.Compare(other.m_type)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MultiplePayloadStreamElementMode::GetDataLength() const { PINDEX length = 0; length += m_type.GetObjectLength(); return length; } BOOL H245_MultiplePayloadStreamElementMode::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_type.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MultiplePayloadStreamElementMode::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_type.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MultiplePayloadStreamElementMode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultiplePayloadStreamElementMode::Class()), PInvalidCast); #endif return new H245_MultiplePayloadStreamElementMode(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_DepFECMode[]={ {"rfc2733Mode",0} }; #endif // // DepFECMode // H245_DepFECMode::H245_DepFECMode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 1, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_DepFECMode,1 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_DepFECMode::operator H245_DepFECMode_rfc2733Mode &() const #else H245_DepFECMode::operator H245_DepFECMode_rfc2733Mode &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DepFECMode_rfc2733Mode), PInvalidCast); #endif return *(H245_DepFECMode_rfc2733Mode *)choice; } H245_DepFECMode::operator const H245_DepFECMode_rfc2733Mode &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DepFECMode_rfc2733Mode), PInvalidCast); #endif return *(H245_DepFECMode_rfc2733Mode *)choice; } BOOL H245_DepFECMode::CreateObject() { switch (tag) { case e_rfc2733Mode : choice = new H245_DepFECMode_rfc2733Mode(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_DepFECMode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_DepFECMode::Class()), PInvalidCast); #endif return new H245_DepFECMode(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_V76ModeParameters[]={ {"suspendResumewAddress",0} ,{"suspendResumewoAddress",1} }; #endif // // V76ModeParameters // H245_V76ModeParameters::H245_V76ModeParameters(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_V76ModeParameters,2 #endif ) { } BOOL H245_V76ModeParameters::CreateObject() { choice = (tag <= e_suspendResumewoAddress) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_V76ModeParameters::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_V76ModeParameters::Class()), PInvalidCast); #endif return new H245_V76ModeParameters(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_VideoMode[]={ {"nonStandard",0} ,{"h261VideoMode",1} ,{"h262VideoMode",2} ,{"h263VideoMode",3} ,{"is11172VideoMode",4} ,{"genericVideoMode",5} }; #endif // // VideoMode // H245_VideoMode::H245_VideoMode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 5, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_VideoMode,6 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_VideoMode::operator H245_NonStandardParameter &() const #else H245_VideoMode::operator H245_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } H245_VideoMode::operator const H245_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_VideoMode::operator H245_H261VideoMode &() const #else H245_VideoMode::operator H245_H261VideoMode &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H261VideoMode), PInvalidCast); #endif return *(H245_H261VideoMode *)choice; } H245_VideoMode::operator const H245_H261VideoMode &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H261VideoMode), PInvalidCast); #endif return *(H245_H261VideoMode *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_VideoMode::operator H245_H262VideoMode &() const #else H245_VideoMode::operator H245_H262VideoMode &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H262VideoMode), PInvalidCast); #endif return *(H245_H262VideoMode *)choice; } H245_VideoMode::operator const H245_H262VideoMode &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H262VideoMode), PInvalidCast); #endif return *(H245_H262VideoMode *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_VideoMode::operator H245_H263VideoMode &() const #else H245_VideoMode::operator H245_H263VideoMode &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H263VideoMode), PInvalidCast); #endif return *(H245_H263VideoMode *)choice; } H245_VideoMode::operator const H245_H263VideoMode &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H263VideoMode), PInvalidCast); #endif return *(H245_H263VideoMode *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_VideoMode::operator H245_IS11172VideoMode &() const #else H245_VideoMode::operator H245_IS11172VideoMode &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_IS11172VideoMode), PInvalidCast); #endif return *(H245_IS11172VideoMode *)choice; } H245_VideoMode::operator const H245_IS11172VideoMode &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_IS11172VideoMode), PInvalidCast); #endif return *(H245_IS11172VideoMode *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_VideoMode::operator H245_GenericCapability &() const #else H245_VideoMode::operator H245_GenericCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_GenericCapability), PInvalidCast); #endif return *(H245_GenericCapability *)choice; } H245_VideoMode::operator const H245_GenericCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_GenericCapability), PInvalidCast); #endif return *(H245_GenericCapability *)choice; } BOOL H245_VideoMode::CreateObject() { switch (tag) { case e_nonStandard : choice = new H245_NonStandardParameter(); return TRUE; case e_h261VideoMode : choice = new H245_H261VideoMode(); return TRUE; case e_h262VideoMode : choice = new H245_H262VideoMode(); return TRUE; case e_h263VideoMode : choice = new H245_H263VideoMode(); return TRUE; case e_is11172VideoMode : choice = new H245_IS11172VideoMode(); return TRUE; case e_genericVideoMode : choice = new H245_GenericCapability(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_VideoMode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_VideoMode::Class()), PInvalidCast); #endif return new H245_VideoMode(*this); } // // IS11172VideoMode // H245_IS11172VideoMode::H245_IS11172VideoMode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 6, TRUE, 0) { m_videoBitRate.SetConstraints(PASN_Object::FixedConstraint, 0, 1073741823); m_vbvBufferSize.SetConstraints(PASN_Object::FixedConstraint, 0, 262143); m_samplesPerLine.SetConstraints(PASN_Object::FixedConstraint, 0, 16383); m_linesPerFrame.SetConstraints(PASN_Object::FixedConstraint, 0, 16383); m_pictureRate.SetConstraints(PASN_Object::FixedConstraint, 0, 15); m_luminanceSampleRate.SetConstraints(PASN_Object::FixedConstraint, 0, 4294967295U); } #ifndef PASN_NOPRINTON void H245_IS11172VideoMode::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+23) << "constrainedBitstream = " << setprecision(indent) << m_constrainedBitstream << '\n'; if (HasOptionalField(e_videoBitRate)) strm << setw(indent+15) << "videoBitRate = " << setprecision(indent) << m_videoBitRate << '\n'; if (HasOptionalField(e_vbvBufferSize)) strm << setw(indent+16) << "vbvBufferSize = " << setprecision(indent) << m_vbvBufferSize << '\n'; if (HasOptionalField(e_samplesPerLine)) strm << setw(indent+17) << "samplesPerLine = " << setprecision(indent) << m_samplesPerLine << '\n'; if (HasOptionalField(e_linesPerFrame)) strm << setw(indent+16) << "linesPerFrame = " << setprecision(indent) << m_linesPerFrame << '\n'; if (HasOptionalField(e_pictureRate)) strm << setw(indent+14) << "pictureRate = " << setprecision(indent) << m_pictureRate << '\n'; if (HasOptionalField(e_luminanceSampleRate)) strm << setw(indent+22) << "luminanceSampleRate = " << setprecision(indent) << m_luminanceSampleRate << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_IS11172VideoMode::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_IS11172VideoMode), PInvalidCast); #endif const H245_IS11172VideoMode & other = (const H245_IS11172VideoMode &)obj; Comparison result; if ((result = m_constrainedBitstream.Compare(other.m_constrainedBitstream)) != EqualTo) return result; if ((result = m_videoBitRate.Compare(other.m_videoBitRate)) != EqualTo) return result; if ((result = m_vbvBufferSize.Compare(other.m_vbvBufferSize)) != EqualTo) return result; if ((result = m_samplesPerLine.Compare(other.m_samplesPerLine)) != EqualTo) return result; if ((result = m_linesPerFrame.Compare(other.m_linesPerFrame)) != EqualTo) return result; if ((result = m_pictureRate.Compare(other.m_pictureRate)) != EqualTo) return result; if ((result = m_luminanceSampleRate.Compare(other.m_luminanceSampleRate)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_IS11172VideoMode::GetDataLength() const { PINDEX length = 0; length += m_constrainedBitstream.GetObjectLength(); if (HasOptionalField(e_videoBitRate)) length += m_videoBitRate.GetObjectLength(); if (HasOptionalField(e_vbvBufferSize)) length += m_vbvBufferSize.GetObjectLength(); if (HasOptionalField(e_samplesPerLine)) length += m_samplesPerLine.GetObjectLength(); if (HasOptionalField(e_linesPerFrame)) length += m_linesPerFrame.GetObjectLength(); if (HasOptionalField(e_pictureRate)) length += m_pictureRate.GetObjectLength(); if (HasOptionalField(e_luminanceSampleRate)) length += m_luminanceSampleRate.GetObjectLength(); return length; } BOOL H245_IS11172VideoMode::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_constrainedBitstream.Decode(strm)) return FALSE; if (HasOptionalField(e_videoBitRate) && !m_videoBitRate.Decode(strm)) return FALSE; if (HasOptionalField(e_vbvBufferSize) && !m_vbvBufferSize.Decode(strm)) return FALSE; if (HasOptionalField(e_samplesPerLine) && !m_samplesPerLine.Decode(strm)) return FALSE; if (HasOptionalField(e_linesPerFrame) && !m_linesPerFrame.Decode(strm)) return FALSE; if (HasOptionalField(e_pictureRate) && !m_pictureRate.Decode(strm)) return FALSE; if (HasOptionalField(e_luminanceSampleRate) && !m_luminanceSampleRate.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_IS11172VideoMode::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_constrainedBitstream.Encode(strm); if (HasOptionalField(e_videoBitRate)) m_videoBitRate.Encode(strm); if (HasOptionalField(e_vbvBufferSize)) m_vbvBufferSize.Encode(strm); if (HasOptionalField(e_samplesPerLine)) m_samplesPerLine.Encode(strm); if (HasOptionalField(e_linesPerFrame)) m_linesPerFrame.Encode(strm); if (HasOptionalField(e_pictureRate)) m_pictureRate.Encode(strm); if (HasOptionalField(e_luminanceSampleRate)) m_luminanceSampleRate.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_IS11172VideoMode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_IS11172VideoMode::Class()), PInvalidCast); #endif return new H245_IS11172VideoMode(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_AudioMode[]={ {"nonStandard",0} ,{"g711Alaw64k",1} ,{"g711Alaw56k",2} ,{"g711Ulaw64k",3} ,{"g711Ulaw56k",4} ,{"g722_64k",5} ,{"g722_56k",6} ,{"g722_48k",7} ,{"g728",8} ,{"g729",9} ,{"g729AnnexA",10} ,{"g7231",11} ,{"is11172AudioMode",12} ,{"is13818AudioMode",13} ,{"g729wAnnexB",14} ,{"g729AnnexAwAnnexB",15} ,{"g7231AnnexCMode",16} ,{"gsmFullRate",17} ,{"gsmHalfRate",18} ,{"gsmEnhancedFullRate",19} ,{"genericAudioMode",20} ,{"g729Extensions",21} ,{"vbd",22} }; #endif // // AudioMode // H245_AudioMode::H245_AudioMode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 14, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_AudioMode,23 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_AudioMode::operator H245_NonStandardParameter &() const #else H245_AudioMode::operator H245_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } H245_AudioMode::operator const H245_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_AudioMode::operator H245_AudioMode_g7231 &() const #else H245_AudioMode::operator H245_AudioMode_g7231 &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_AudioMode_g7231), PInvalidCast); #endif return *(H245_AudioMode_g7231 *)choice; } H245_AudioMode::operator const H245_AudioMode_g7231 &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_AudioMode_g7231), PInvalidCast); #endif return *(H245_AudioMode_g7231 *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_AudioMode::operator H245_IS11172AudioMode &() const #else H245_AudioMode::operator H245_IS11172AudioMode &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_IS11172AudioMode), PInvalidCast); #endif return *(H245_IS11172AudioMode *)choice; } H245_AudioMode::operator const H245_IS11172AudioMode &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_IS11172AudioMode), PInvalidCast); #endif return *(H245_IS11172AudioMode *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_AudioMode::operator H245_IS13818AudioMode &() const #else H245_AudioMode::operator H245_IS13818AudioMode &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_IS13818AudioMode), PInvalidCast); #endif return *(H245_IS13818AudioMode *)choice; } H245_AudioMode::operator const H245_IS13818AudioMode &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_IS13818AudioMode), PInvalidCast); #endif return *(H245_IS13818AudioMode *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_AudioMode::operator H245_G7231AnnexCMode &() const #else H245_AudioMode::operator H245_G7231AnnexCMode &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_G7231AnnexCMode), PInvalidCast); #endif return *(H245_G7231AnnexCMode *)choice; } H245_AudioMode::operator const H245_G7231AnnexCMode &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_G7231AnnexCMode), PInvalidCast); #endif return *(H245_G7231AnnexCMode *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_AudioMode::operator H245_GSMAudioCapability &() const #else H245_AudioMode::operator H245_GSMAudioCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_GSMAudioCapability), PInvalidCast); #endif return *(H245_GSMAudioCapability *)choice; } H245_AudioMode::operator const H245_GSMAudioCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_GSMAudioCapability), PInvalidCast); #endif return *(H245_GSMAudioCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_AudioMode::operator H245_GenericCapability &() const #else H245_AudioMode::operator H245_GenericCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_GenericCapability), PInvalidCast); #endif return *(H245_GenericCapability *)choice; } H245_AudioMode::operator const H245_GenericCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_GenericCapability), PInvalidCast); #endif return *(H245_GenericCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_AudioMode::operator H245_G729Extensions &() const #else H245_AudioMode::operator H245_G729Extensions &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_G729Extensions), PInvalidCast); #endif return *(H245_G729Extensions *)choice; } H245_AudioMode::operator const H245_G729Extensions &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_G729Extensions), PInvalidCast); #endif return *(H245_G729Extensions *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_AudioMode::operator H245_VBDMode &() const #else H245_AudioMode::operator H245_VBDMode &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_VBDMode), PInvalidCast); #endif return *(H245_VBDMode *)choice; } H245_AudioMode::operator const H245_VBDMode &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_VBDMode), PInvalidCast); #endif return *(H245_VBDMode *)choice; } BOOL H245_AudioMode::CreateObject() { switch (tag) { case e_nonStandard : choice = new H245_NonStandardParameter(); return TRUE; case e_g711Alaw64k : case e_g711Alaw56k : case e_g711Ulaw64k : case e_g711Ulaw56k : case e_g722_64k : case e_g722_56k : case e_g722_48k : case e_g728 : case e_g729 : case e_g729AnnexA : choice = new PASN_Null(); return TRUE; case e_g7231 : choice = new H245_AudioMode_g7231(); return TRUE; case e_is11172AudioMode : choice = new H245_IS11172AudioMode(); return TRUE; case e_is13818AudioMode : choice = new H245_IS13818AudioMode(); return TRUE; case e_g729wAnnexB : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 256); return TRUE; case e_g729AnnexAwAnnexB : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 256); return TRUE; case e_g7231AnnexCMode : choice = new H245_G7231AnnexCMode(); return TRUE; case e_gsmFullRate : case e_gsmHalfRate : case e_gsmEnhancedFullRate : choice = new H245_GSMAudioCapability(); return TRUE; case e_genericAudioMode : choice = new H245_GenericCapability(); return TRUE; case e_g729Extensions : choice = new H245_G729Extensions(); return TRUE; case e_vbd : choice = new H245_VBDMode(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_AudioMode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_AudioMode::Class()), PInvalidCast); #endif return new H245_AudioMode(*this); } // // VBDMode // H245_VBDMode::H245_VBDMode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_VBDMode::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+7) << "type = " << setprecision(indent) << m_type << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_VBDMode::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_VBDMode), PInvalidCast); #endif const H245_VBDMode & other = (const H245_VBDMode &)obj; Comparison result; if ((result = m_type.Compare(other.m_type)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_VBDMode::GetDataLength() const { PINDEX length = 0; length += m_type.GetObjectLength(); return length; } BOOL H245_VBDMode::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_type.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_VBDMode::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_type.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_VBDMode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_VBDMode::Class()), PInvalidCast); #endif return new H245_VBDMode(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_EncryptionMode[]={ {"nonStandard",0} ,{"h233Encryption",1} }; #endif // // EncryptionMode // H245_EncryptionMode::H245_EncryptionMode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_EncryptionMode,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_EncryptionMode::operator H245_NonStandardParameter &() const #else H245_EncryptionMode::operator H245_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } H245_EncryptionMode::operator const H245_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } BOOL H245_EncryptionMode::CreateObject() { switch (tag) { case e_nonStandard : choice = new H245_NonStandardParameter(); return TRUE; case e_h233Encryption : choice = new PASN_Null(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_EncryptionMode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_EncryptionMode::Class()), PInvalidCast); #endif return new H245_EncryptionMode(*this); } // // RoundTripDelayRequest // H245_RoundTripDelayRequest::H245_RoundTripDelayRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_RoundTripDelayRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "sequenceNumber = " << setprecision(indent) << m_sequenceNumber << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_RoundTripDelayRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_RoundTripDelayRequest), PInvalidCast); #endif const H245_RoundTripDelayRequest & other = (const H245_RoundTripDelayRequest &)obj; Comparison result; if ((result = m_sequenceNumber.Compare(other.m_sequenceNumber)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_RoundTripDelayRequest::GetDataLength() const { PINDEX length = 0; length += m_sequenceNumber.GetObjectLength(); return length; } BOOL H245_RoundTripDelayRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_sequenceNumber.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_RoundTripDelayRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_sequenceNumber.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_RoundTripDelayRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RoundTripDelayRequest::Class()), PInvalidCast); #endif return new H245_RoundTripDelayRequest(*this); } // // RoundTripDelayResponse // H245_RoundTripDelayResponse::H245_RoundTripDelayResponse(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_RoundTripDelayResponse::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "sequenceNumber = " << setprecision(indent) << m_sequenceNumber << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_RoundTripDelayResponse::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_RoundTripDelayResponse), PInvalidCast); #endif const H245_RoundTripDelayResponse & other = (const H245_RoundTripDelayResponse &)obj; Comparison result; if ((result = m_sequenceNumber.Compare(other.m_sequenceNumber)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_RoundTripDelayResponse::GetDataLength() const { PINDEX length = 0; length += m_sequenceNumber.GetObjectLength(); return length; } BOOL H245_RoundTripDelayResponse::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_sequenceNumber.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_RoundTripDelayResponse::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_sequenceNumber.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_RoundTripDelayResponse::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RoundTripDelayResponse::Class()), PInvalidCast); #endif return new H245_RoundTripDelayResponse(*this); } // // MaintenanceLoopOffCommand // H245_MaintenanceLoopOffCommand::H245_MaintenanceLoopOffCommand(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_MaintenanceLoopOffCommand::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PINDEX H245_MaintenanceLoopOffCommand::GetDataLength() const { PINDEX length = 0; return length; } BOOL H245_MaintenanceLoopOffCommand::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MaintenanceLoopOffCommand::Encode(PASN_Stream & strm) const { PreambleEncode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MaintenanceLoopOffCommand::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MaintenanceLoopOffCommand::Class()), PInvalidCast); #endif return new H245_MaintenanceLoopOffCommand(*this); } // // CommunicationModeRequest // H245_CommunicationModeRequest::H245_CommunicationModeRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_CommunicationModeRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PINDEX H245_CommunicationModeRequest::GetDataLength() const { PINDEX length = 0; return length; } BOOL H245_CommunicationModeRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_CommunicationModeRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); UnknownExtensionsEncode(strm); } PObject * H245_CommunicationModeRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_CommunicationModeRequest::Class()), PInvalidCast); #endif return new H245_CommunicationModeRequest(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_CommunicationModeResponse[]={ {"communicationModeTable",0} }; #endif // // CommunicationModeResponse // H245_CommunicationModeResponse::H245_CommunicationModeResponse(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 1, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_CommunicationModeResponse,1 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_CommunicationModeResponse::operator H245_ArrayOf_CommunicationModeTableEntry &() const #else H245_CommunicationModeResponse::operator H245_ArrayOf_CommunicationModeTableEntry &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ArrayOf_CommunicationModeTableEntry), PInvalidCast); #endif return *(H245_ArrayOf_CommunicationModeTableEntry *)choice; } H245_CommunicationModeResponse::operator const H245_ArrayOf_CommunicationModeTableEntry &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ArrayOf_CommunicationModeTableEntry), PInvalidCast); #endif return *(H245_ArrayOf_CommunicationModeTableEntry *)choice; } BOOL H245_CommunicationModeResponse::CreateObject() { switch (tag) { case e_communicationModeTable : choice = new H245_ArrayOf_CommunicationModeTableEntry(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 256); return TRUE; } choice = NULL; return FALSE; } PObject * H245_CommunicationModeResponse::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_CommunicationModeResponse::Class()), PInvalidCast); #endif return new H245_CommunicationModeResponse(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_ConferenceRequest[]={ {"terminalListRequest",0} ,{"makeMeChair",1} ,{"cancelMakeMeChair",2} ,{"dropTerminal",3} ,{"requestTerminalID",4} ,{"enterH243Password",5} ,{"enterH243TerminalID",6} ,{"enterH243ConferenceID",7} ,{"enterExtensionAddress",8} ,{"requestChairTokenOwner",9} ,{"requestTerminalCertificate",10} ,{"broadcastMyLogicalChannel",11} ,{"makeTerminalBroadcaster",12} ,{"sendThisSource",13} ,{"requestAllTerminalIDs",14} ,{"remoteMCRequest",15} }; #endif // // ConferenceRequest // H245_ConferenceRequest::H245_ConferenceRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 8, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_ConferenceRequest,16 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ConferenceRequest::operator H245_TerminalLabel &() const #else H245_ConferenceRequest::operator H245_TerminalLabel &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_TerminalLabel), PInvalidCast); #endif return *(H245_TerminalLabel *)choice; } H245_ConferenceRequest::operator const H245_TerminalLabel &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_TerminalLabel), PInvalidCast); #endif return *(H245_TerminalLabel *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ConferenceRequest::operator H245_ConferenceRequest_requestTerminalCertificate &() const #else H245_ConferenceRequest::operator H245_ConferenceRequest_requestTerminalCertificate &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ConferenceRequest_requestTerminalCertificate), PInvalidCast); #endif return *(H245_ConferenceRequest_requestTerminalCertificate *)choice; } H245_ConferenceRequest::operator const H245_ConferenceRequest_requestTerminalCertificate &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ConferenceRequest_requestTerminalCertificate), PInvalidCast); #endif return *(H245_ConferenceRequest_requestTerminalCertificate *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ConferenceRequest::operator H245_LogicalChannelNumber &() const #else H245_ConferenceRequest::operator H245_LogicalChannelNumber &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_LogicalChannelNumber), PInvalidCast); #endif return *(H245_LogicalChannelNumber *)choice; } H245_ConferenceRequest::operator const H245_LogicalChannelNumber &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_LogicalChannelNumber), PInvalidCast); #endif return *(H245_LogicalChannelNumber *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ConferenceRequest::operator H245_RemoteMCRequest &() const #else H245_ConferenceRequest::operator H245_RemoteMCRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RemoteMCRequest), PInvalidCast); #endif return *(H245_RemoteMCRequest *)choice; } H245_ConferenceRequest::operator const H245_RemoteMCRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RemoteMCRequest), PInvalidCast); #endif return *(H245_RemoteMCRequest *)choice; } BOOL H245_ConferenceRequest::CreateObject() { switch (tag) { case e_terminalListRequest : case e_makeMeChair : case e_cancelMakeMeChair : case e_enterH243Password : case e_enterH243TerminalID : case e_enterH243ConferenceID : case e_enterExtensionAddress : case e_requestChairTokenOwner : case e_requestAllTerminalIDs : choice = new PASN_Null(); return TRUE; case e_dropTerminal : case e_requestTerminalID : case e_makeTerminalBroadcaster : case e_sendThisSource : choice = new H245_TerminalLabel(); return TRUE; case e_requestTerminalCertificate : choice = new H245_ConferenceRequest_requestTerminalCertificate(); return TRUE; case e_broadcastMyLogicalChannel : choice = new H245_LogicalChannelNumber(); return TRUE; case e_remoteMCRequest : choice = new H245_RemoteMCRequest(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_ConferenceRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ConferenceRequest::Class()), PInvalidCast); #endif return new H245_ConferenceRequest(*this); } // // CertSelectionCriteria // H245_CertSelectionCriteria::H245_CertSelectionCriteria(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 16); } PASN_Object * H245_CertSelectionCriteria::CreateObject() const { return new H245_Criteria; } H245_Criteria & H245_CertSelectionCriteria::operator[](PINDEX i) const { return (H245_Criteria &)array[i]; } PObject * H245_CertSelectionCriteria::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_CertSelectionCriteria::Class()), PInvalidCast); #endif return new H245_CertSelectionCriteria(*this); } // // Criteria // H245_Criteria::H245_Criteria(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_value.SetConstraints(PASN_Object::FixedConstraint, 1, 65535); } #ifndef PASN_NOPRINTON void H245_Criteria::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+8) << "field = " << setprecision(indent) << m_field << '\n'; strm << setw(indent+8) << "value = " << setprecision(indent) << m_value << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_Criteria::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_Criteria), PInvalidCast); #endif const H245_Criteria & other = (const H245_Criteria &)obj; Comparison result; if ((result = m_field.Compare(other.m_field)) != EqualTo) return result; if ((result = m_value.Compare(other.m_value)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_Criteria::GetDataLength() const { PINDEX length = 0; length += m_field.GetObjectLength(); length += m_value.GetObjectLength(); return length; } BOOL H245_Criteria::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_field.Decode(strm)) return FALSE; if (!m_value.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_Criteria::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_field.Encode(strm); m_value.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_Criteria::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_Criteria::Class()), PInvalidCast); #endif return new H245_Criteria(*this); } // // McuNumber // H245_McuNumber::H245_McuNumber(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 0, 192); } H245_McuNumber & H245_McuNumber::operator=(int v) { SetValue(v); return *this; } H245_McuNumber & H245_McuNumber::operator=(unsigned v) { SetValue(v); return *this; } PObject * H245_McuNumber::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_McuNumber::Class()), PInvalidCast); #endif return new H245_McuNumber(*this); } // // TerminalNumber // H245_TerminalNumber::H245_TerminalNumber(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 0, 192); } H245_TerminalNumber & H245_TerminalNumber::operator=(int v) { SetValue(v); return *this; } H245_TerminalNumber & H245_TerminalNumber::operator=(unsigned v) { SetValue(v); return *this; } PObject * H245_TerminalNumber::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_TerminalNumber::Class()), PInvalidCast); #endif return new H245_TerminalNumber(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_ConferenceResponse[]={ {"mCTerminalIDResponse",0} ,{"terminalIDResponse",1} ,{"conferenceIDResponse",2} ,{"passwordResponse",3} ,{"terminalListResponse",4} ,{"videoCommandReject",5} ,{"terminalDropReject",6} ,{"makeMeChairResponse",7} ,{"extensionAddressResponse",8} ,{"chairTokenOwnerResponse",9} ,{"terminalCertificateResponse",10} ,{"broadcastMyLogicalChannelResponse",11} ,{"makeTerminalBroadcasterResponse",12} ,{"sendThisSourceResponse",13} ,{"requestAllTerminalIDsResponse",14} ,{"remoteMCResponse",15} }; #endif // // ConferenceResponse // H245_ConferenceResponse::H245_ConferenceResponse(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 8, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_ConferenceResponse,16 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ConferenceResponse::operator H245_ConferenceResponse_mCTerminalIDResponse &() const #else H245_ConferenceResponse::operator H245_ConferenceResponse_mCTerminalIDResponse &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ConferenceResponse_mCTerminalIDResponse), PInvalidCast); #endif return *(H245_ConferenceResponse_mCTerminalIDResponse *)choice; } H245_ConferenceResponse::operator const H245_ConferenceResponse_mCTerminalIDResponse &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ConferenceResponse_mCTerminalIDResponse), PInvalidCast); #endif return *(H245_ConferenceResponse_mCTerminalIDResponse *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ConferenceResponse::operator H245_ConferenceResponse_terminalIDResponse &() const #else H245_ConferenceResponse::operator H245_ConferenceResponse_terminalIDResponse &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ConferenceResponse_terminalIDResponse), PInvalidCast); #endif return *(H245_ConferenceResponse_terminalIDResponse *)choice; } H245_ConferenceResponse::operator const H245_ConferenceResponse_terminalIDResponse &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ConferenceResponse_terminalIDResponse), PInvalidCast); #endif return *(H245_ConferenceResponse_terminalIDResponse *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ConferenceResponse::operator H245_ConferenceResponse_conferenceIDResponse &() const #else H245_ConferenceResponse::operator H245_ConferenceResponse_conferenceIDResponse &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ConferenceResponse_conferenceIDResponse), PInvalidCast); #endif return *(H245_ConferenceResponse_conferenceIDResponse *)choice; } H245_ConferenceResponse::operator const H245_ConferenceResponse_conferenceIDResponse &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ConferenceResponse_conferenceIDResponse), PInvalidCast); #endif return *(H245_ConferenceResponse_conferenceIDResponse *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ConferenceResponse::operator H245_ConferenceResponse_passwordResponse &() const #else H245_ConferenceResponse::operator H245_ConferenceResponse_passwordResponse &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ConferenceResponse_passwordResponse), PInvalidCast); #endif return *(H245_ConferenceResponse_passwordResponse *)choice; } H245_ConferenceResponse::operator const H245_ConferenceResponse_passwordResponse &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ConferenceResponse_passwordResponse), PInvalidCast); #endif return *(H245_ConferenceResponse_passwordResponse *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ConferenceResponse::operator H245_ArrayOf_TerminalLabel &() const #else H245_ConferenceResponse::operator H245_ArrayOf_TerminalLabel &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ArrayOf_TerminalLabel), PInvalidCast); #endif return *(H245_ArrayOf_TerminalLabel *)choice; } H245_ConferenceResponse::operator const H245_ArrayOf_TerminalLabel &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ArrayOf_TerminalLabel), PInvalidCast); #endif return *(H245_ArrayOf_TerminalLabel *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ConferenceResponse::operator H245_ConferenceResponse_makeMeChairResponse &() const #else H245_ConferenceResponse::operator H245_ConferenceResponse_makeMeChairResponse &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ConferenceResponse_makeMeChairResponse), PInvalidCast); #endif return *(H245_ConferenceResponse_makeMeChairResponse *)choice; } H245_ConferenceResponse::operator const H245_ConferenceResponse_makeMeChairResponse &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ConferenceResponse_makeMeChairResponse), PInvalidCast); #endif return *(H245_ConferenceResponse_makeMeChairResponse *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ConferenceResponse::operator H245_ConferenceResponse_extensionAddressResponse &() const #else H245_ConferenceResponse::operator H245_ConferenceResponse_extensionAddressResponse &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ConferenceResponse_extensionAddressResponse), PInvalidCast); #endif return *(H245_ConferenceResponse_extensionAddressResponse *)choice; } H245_ConferenceResponse::operator const H245_ConferenceResponse_extensionAddressResponse &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ConferenceResponse_extensionAddressResponse), PInvalidCast); #endif return *(H245_ConferenceResponse_extensionAddressResponse *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ConferenceResponse::operator H245_ConferenceResponse_chairTokenOwnerResponse &() const #else H245_ConferenceResponse::operator H245_ConferenceResponse_chairTokenOwnerResponse &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ConferenceResponse_chairTokenOwnerResponse), PInvalidCast); #endif return *(H245_ConferenceResponse_chairTokenOwnerResponse *)choice; } H245_ConferenceResponse::operator const H245_ConferenceResponse_chairTokenOwnerResponse &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ConferenceResponse_chairTokenOwnerResponse), PInvalidCast); #endif return *(H245_ConferenceResponse_chairTokenOwnerResponse *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ConferenceResponse::operator H245_ConferenceResponse_terminalCertificateResponse &() const #else H245_ConferenceResponse::operator H245_ConferenceResponse_terminalCertificateResponse &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ConferenceResponse_terminalCertificateResponse), PInvalidCast); #endif return *(H245_ConferenceResponse_terminalCertificateResponse *)choice; } H245_ConferenceResponse::operator const H245_ConferenceResponse_terminalCertificateResponse &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ConferenceResponse_terminalCertificateResponse), PInvalidCast); #endif return *(H245_ConferenceResponse_terminalCertificateResponse *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ConferenceResponse::operator H245_ConferenceResponse_broadcastMyLogicalChannelResponse &() const #else H245_ConferenceResponse::operator H245_ConferenceResponse_broadcastMyLogicalChannelResponse &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ConferenceResponse_broadcastMyLogicalChannelResponse), PInvalidCast); #endif return *(H245_ConferenceResponse_broadcastMyLogicalChannelResponse *)choice; } H245_ConferenceResponse::operator const H245_ConferenceResponse_broadcastMyLogicalChannelResponse &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ConferenceResponse_broadcastMyLogicalChannelResponse), PInvalidCast); #endif return *(H245_ConferenceResponse_broadcastMyLogicalChannelResponse *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ConferenceResponse::operator H245_ConferenceResponse_makeTerminalBroadcasterResponse &() const #else H245_ConferenceResponse::operator H245_ConferenceResponse_makeTerminalBroadcasterResponse &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ConferenceResponse_makeTerminalBroadcasterResponse), PInvalidCast); #endif return *(H245_ConferenceResponse_makeTerminalBroadcasterResponse *)choice; } H245_ConferenceResponse::operator const H245_ConferenceResponse_makeTerminalBroadcasterResponse &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ConferenceResponse_makeTerminalBroadcasterResponse), PInvalidCast); #endif return *(H245_ConferenceResponse_makeTerminalBroadcasterResponse *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ConferenceResponse::operator H245_ConferenceResponse_sendThisSourceResponse &() const #else H245_ConferenceResponse::operator H245_ConferenceResponse_sendThisSourceResponse &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ConferenceResponse_sendThisSourceResponse), PInvalidCast); #endif return *(H245_ConferenceResponse_sendThisSourceResponse *)choice; } H245_ConferenceResponse::operator const H245_ConferenceResponse_sendThisSourceResponse &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ConferenceResponse_sendThisSourceResponse), PInvalidCast); #endif return *(H245_ConferenceResponse_sendThisSourceResponse *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ConferenceResponse::operator H245_RequestAllTerminalIDsResponse &() const #else H245_ConferenceResponse::operator H245_RequestAllTerminalIDsResponse &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RequestAllTerminalIDsResponse), PInvalidCast); #endif return *(H245_RequestAllTerminalIDsResponse *)choice; } H245_ConferenceResponse::operator const H245_RequestAllTerminalIDsResponse &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RequestAllTerminalIDsResponse), PInvalidCast); #endif return *(H245_RequestAllTerminalIDsResponse *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ConferenceResponse::operator H245_RemoteMCResponse &() const #else H245_ConferenceResponse::operator H245_RemoteMCResponse &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RemoteMCResponse), PInvalidCast); #endif return *(H245_RemoteMCResponse *)choice; } H245_ConferenceResponse::operator const H245_RemoteMCResponse &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RemoteMCResponse), PInvalidCast); #endif return *(H245_RemoteMCResponse *)choice; } BOOL H245_ConferenceResponse::CreateObject() { switch (tag) { case e_mCTerminalIDResponse : choice = new H245_ConferenceResponse_mCTerminalIDResponse(); return TRUE; case e_terminalIDResponse : choice = new H245_ConferenceResponse_terminalIDResponse(); return TRUE; case e_conferenceIDResponse : choice = new H245_ConferenceResponse_conferenceIDResponse(); return TRUE; case e_passwordResponse : choice = new H245_ConferenceResponse_passwordResponse(); return TRUE; case e_terminalListResponse : choice = new H245_ArrayOf_TerminalLabel(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 256); return TRUE; case e_videoCommandReject : case e_terminalDropReject : choice = new PASN_Null(); return TRUE; case e_makeMeChairResponse : choice = new H245_ConferenceResponse_makeMeChairResponse(); return TRUE; case e_extensionAddressResponse : choice = new H245_ConferenceResponse_extensionAddressResponse(); return TRUE; case e_chairTokenOwnerResponse : choice = new H245_ConferenceResponse_chairTokenOwnerResponse(); return TRUE; case e_terminalCertificateResponse : choice = new H245_ConferenceResponse_terminalCertificateResponse(); return TRUE; case e_broadcastMyLogicalChannelResponse : choice = new H245_ConferenceResponse_broadcastMyLogicalChannelResponse(); return TRUE; case e_makeTerminalBroadcasterResponse : choice = new H245_ConferenceResponse_makeTerminalBroadcasterResponse(); return TRUE; case e_sendThisSourceResponse : choice = new H245_ConferenceResponse_sendThisSourceResponse(); return TRUE; case e_requestAllTerminalIDsResponse : choice = new H245_RequestAllTerminalIDsResponse(); return TRUE; case e_remoteMCResponse : choice = new H245_RemoteMCResponse(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_ConferenceResponse::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ConferenceResponse::Class()), PInvalidCast); #endif return new H245_ConferenceResponse(*this); } // // TerminalID // H245_TerminalID::H245_TerminalID(unsigned tag, PASN_Object::TagClass tagClass) : PASN_OctetString(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 128); } H245_TerminalID::H245_TerminalID(const char * v) { SetValue(v); } H245_TerminalID::H245_TerminalID(const PString & v) { SetValue(v); } H245_TerminalID::H245_TerminalID(const PBYTEArray & v) { SetValue(v); } H245_TerminalID & H245_TerminalID::operator=(const char * v) { SetValue(v); return *this; } H245_TerminalID & H245_TerminalID::operator=(const PString & v) { SetValue(v); return *this; } H245_TerminalID & H245_TerminalID::operator=(const PBYTEArray & v) { SetValue(v); return *this; } PObject * H245_TerminalID::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_TerminalID::Class()), PInvalidCast); #endif return new H245_TerminalID(*this); } // // ConferenceID // H245_ConferenceID::H245_ConferenceID(unsigned tag, PASN_Object::TagClass tagClass) : PASN_OctetString(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 32); } H245_ConferenceID::H245_ConferenceID(const char * v) { SetValue(v); } H245_ConferenceID::H245_ConferenceID(const PString & v) { SetValue(v); } H245_ConferenceID::H245_ConferenceID(const PBYTEArray & v) { SetValue(v); } H245_ConferenceID & H245_ConferenceID::operator=(const char * v) { SetValue(v); return *this; } H245_ConferenceID & H245_ConferenceID::operator=(const PString & v) { SetValue(v); return *this; } H245_ConferenceID & H245_ConferenceID::operator=(const PBYTEArray & v) { SetValue(v); return *this; } PObject * H245_ConferenceID::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ConferenceID::Class()), PInvalidCast); #endif return new H245_ConferenceID(*this); } // // Password // H245_Password::H245_Password(unsigned tag, PASN_Object::TagClass tagClass) : PASN_OctetString(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 32); } H245_Password::H245_Password(const char * v) { SetValue(v); } H245_Password::H245_Password(const PString & v) { SetValue(v); } H245_Password::H245_Password(const PBYTEArray & v) { SetValue(v); } H245_Password & H245_Password::operator=(const char * v) { SetValue(v); return *this; } H245_Password & H245_Password::operator=(const PString & v) { SetValue(v); return *this; } H245_Password & H245_Password::operator=(const PBYTEArray & v) { SetValue(v); return *this; } PObject * H245_Password::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_Password::Class()), PInvalidCast); #endif return new H245_Password(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_RemoteMCRequest[]={ {"masterActivate",0} ,{"slaveActivate",1} ,{"deActivate",2} }; #endif // // RemoteMCRequest // H245_RemoteMCRequest::H245_RemoteMCRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_RemoteMCRequest,3 #endif ) { } BOOL H245_RemoteMCRequest::CreateObject() { choice = (tag <= e_deActivate) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_RemoteMCRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RemoteMCRequest::Class()), PInvalidCast); #endif return new H245_RemoteMCRequest(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_RemoteMCResponse[]={ {"accept",0} ,{"reject",1} }; #endif // // RemoteMCResponse // H245_RemoteMCResponse::H245_RemoteMCResponse(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_RemoteMCResponse,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_RemoteMCResponse::operator H245_RemoteMCResponse_reject &() const #else H245_RemoteMCResponse::operator H245_RemoteMCResponse_reject &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RemoteMCResponse_reject), PInvalidCast); #endif return *(H245_RemoteMCResponse_reject *)choice; } H245_RemoteMCResponse::operator const H245_RemoteMCResponse_reject &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RemoteMCResponse_reject), PInvalidCast); #endif return *(H245_RemoteMCResponse_reject *)choice; } BOOL H245_RemoteMCResponse::CreateObject() { switch (tag) { case e_accept : choice = new PASN_Null(); return TRUE; case e_reject : choice = new H245_RemoteMCResponse_reject(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_RemoteMCResponse::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RemoteMCResponse::Class()), PInvalidCast); #endif return new H245_RemoteMCResponse(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_MultilinkRequest[]={ {"nonStandard",0} ,{"callInformation",1} ,{"addConnection",2} ,{"removeConnection",3} ,{"maximumHeaderInterval",4} }; #endif // // MultilinkRequest // H245_MultilinkRequest::H245_MultilinkRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 5, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_MultilinkRequest,5 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MultilinkRequest::operator H245_NonStandardMessage &() const #else H245_MultilinkRequest::operator H245_NonStandardMessage &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardMessage), PInvalidCast); #endif return *(H245_NonStandardMessage *)choice; } H245_MultilinkRequest::operator const H245_NonStandardMessage &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardMessage), PInvalidCast); #endif return *(H245_NonStandardMessage *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MultilinkRequest::operator H245_MultilinkRequest_callInformation &() const #else H245_MultilinkRequest::operator H245_MultilinkRequest_callInformation &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultilinkRequest_callInformation), PInvalidCast); #endif return *(H245_MultilinkRequest_callInformation *)choice; } H245_MultilinkRequest::operator const H245_MultilinkRequest_callInformation &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultilinkRequest_callInformation), PInvalidCast); #endif return *(H245_MultilinkRequest_callInformation *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MultilinkRequest::operator H245_MultilinkRequest_addConnection &() const #else H245_MultilinkRequest::operator H245_MultilinkRequest_addConnection &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultilinkRequest_addConnection), PInvalidCast); #endif return *(H245_MultilinkRequest_addConnection *)choice; } H245_MultilinkRequest::operator const H245_MultilinkRequest_addConnection &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultilinkRequest_addConnection), PInvalidCast); #endif return *(H245_MultilinkRequest_addConnection *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MultilinkRequest::operator H245_MultilinkRequest_removeConnection &() const #else H245_MultilinkRequest::operator H245_MultilinkRequest_removeConnection &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultilinkRequest_removeConnection), PInvalidCast); #endif return *(H245_MultilinkRequest_removeConnection *)choice; } H245_MultilinkRequest::operator const H245_MultilinkRequest_removeConnection &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultilinkRequest_removeConnection), PInvalidCast); #endif return *(H245_MultilinkRequest_removeConnection *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MultilinkRequest::operator H245_MultilinkRequest_maximumHeaderInterval &() const #else H245_MultilinkRequest::operator H245_MultilinkRequest_maximumHeaderInterval &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultilinkRequest_maximumHeaderInterval), PInvalidCast); #endif return *(H245_MultilinkRequest_maximumHeaderInterval *)choice; } H245_MultilinkRequest::operator const H245_MultilinkRequest_maximumHeaderInterval &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultilinkRequest_maximumHeaderInterval), PInvalidCast); #endif return *(H245_MultilinkRequest_maximumHeaderInterval *)choice; } BOOL H245_MultilinkRequest::CreateObject() { switch (tag) { case e_nonStandard : choice = new H245_NonStandardMessage(); return TRUE; case e_callInformation : choice = new H245_MultilinkRequest_callInformation(); return TRUE; case e_addConnection : choice = new H245_MultilinkRequest_addConnection(); return TRUE; case e_removeConnection : choice = new H245_MultilinkRequest_removeConnection(); return TRUE; case e_maximumHeaderInterval : choice = new H245_MultilinkRequest_maximumHeaderInterval(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_MultilinkRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultilinkRequest::Class()), PInvalidCast); #endif return new H245_MultilinkRequest(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_MultilinkResponse[]={ {"nonStandard",0} ,{"callInformation",1} ,{"addConnection",2} ,{"removeConnection",3} ,{"maximumHeaderInterval",4} }; #endif // // MultilinkResponse // H245_MultilinkResponse::H245_MultilinkResponse(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 5, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_MultilinkResponse,5 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MultilinkResponse::operator H245_NonStandardMessage &() const #else H245_MultilinkResponse::operator H245_NonStandardMessage &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardMessage), PInvalidCast); #endif return *(H245_NonStandardMessage *)choice; } H245_MultilinkResponse::operator const H245_NonStandardMessage &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardMessage), PInvalidCast); #endif return *(H245_NonStandardMessage *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MultilinkResponse::operator H245_MultilinkResponse_callInformation &() const #else H245_MultilinkResponse::operator H245_MultilinkResponse_callInformation &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultilinkResponse_callInformation), PInvalidCast); #endif return *(H245_MultilinkResponse_callInformation *)choice; } H245_MultilinkResponse::operator const H245_MultilinkResponse_callInformation &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultilinkResponse_callInformation), PInvalidCast); #endif return *(H245_MultilinkResponse_callInformation *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MultilinkResponse::operator H245_MultilinkResponse_addConnection &() const #else H245_MultilinkResponse::operator H245_MultilinkResponse_addConnection &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultilinkResponse_addConnection), PInvalidCast); #endif return *(H245_MultilinkResponse_addConnection *)choice; } H245_MultilinkResponse::operator const H245_MultilinkResponse_addConnection &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultilinkResponse_addConnection), PInvalidCast); #endif return *(H245_MultilinkResponse_addConnection *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MultilinkResponse::operator H245_MultilinkResponse_removeConnection &() const #else H245_MultilinkResponse::operator H245_MultilinkResponse_removeConnection &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultilinkResponse_removeConnection), PInvalidCast); #endif return *(H245_MultilinkResponse_removeConnection *)choice; } H245_MultilinkResponse::operator const H245_MultilinkResponse_removeConnection &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultilinkResponse_removeConnection), PInvalidCast); #endif return *(H245_MultilinkResponse_removeConnection *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MultilinkResponse::operator H245_MultilinkResponse_maximumHeaderInterval &() const #else H245_MultilinkResponse::operator H245_MultilinkResponse_maximumHeaderInterval &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultilinkResponse_maximumHeaderInterval), PInvalidCast); #endif return *(H245_MultilinkResponse_maximumHeaderInterval *)choice; } H245_MultilinkResponse::operator const H245_MultilinkResponse_maximumHeaderInterval &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultilinkResponse_maximumHeaderInterval), PInvalidCast); #endif return *(H245_MultilinkResponse_maximumHeaderInterval *)choice; } BOOL H245_MultilinkResponse::CreateObject() { switch (tag) { case e_nonStandard : choice = new H245_NonStandardMessage(); return TRUE; case e_callInformation : choice = new H245_MultilinkResponse_callInformation(); return TRUE; case e_addConnection : choice = new H245_MultilinkResponse_addConnection(); return TRUE; case e_removeConnection : choice = new H245_MultilinkResponse_removeConnection(); return TRUE; case e_maximumHeaderInterval : choice = new H245_MultilinkResponse_maximumHeaderInterval(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_MultilinkResponse::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultilinkResponse::Class()), PInvalidCast); #endif return new H245_MultilinkResponse(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_MultilinkIndication[]={ {"nonStandard",0} ,{"crcDesired",1} ,{"excessiveError",2} }; #endif // // MultilinkIndication // H245_MultilinkIndication::H245_MultilinkIndication(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_MultilinkIndication,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MultilinkIndication::operator H245_NonStandardMessage &() const #else H245_MultilinkIndication::operator H245_NonStandardMessage &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardMessage), PInvalidCast); #endif return *(H245_NonStandardMessage *)choice; } H245_MultilinkIndication::operator const H245_NonStandardMessage &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardMessage), PInvalidCast); #endif return *(H245_NonStandardMessage *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MultilinkIndication::operator H245_MultilinkIndication_crcDesired &() const #else H245_MultilinkIndication::operator H245_MultilinkIndication_crcDesired &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultilinkIndication_crcDesired), PInvalidCast); #endif return *(H245_MultilinkIndication_crcDesired *)choice; } H245_MultilinkIndication::operator const H245_MultilinkIndication_crcDesired &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultilinkIndication_crcDesired), PInvalidCast); #endif return *(H245_MultilinkIndication_crcDesired *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MultilinkIndication::operator H245_MultilinkIndication_excessiveError &() const #else H245_MultilinkIndication::operator H245_MultilinkIndication_excessiveError &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultilinkIndication_excessiveError), PInvalidCast); #endif return *(H245_MultilinkIndication_excessiveError *)choice; } H245_MultilinkIndication::operator const H245_MultilinkIndication_excessiveError &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultilinkIndication_excessiveError), PInvalidCast); #endif return *(H245_MultilinkIndication_excessiveError *)choice; } BOOL H245_MultilinkIndication::CreateObject() { switch (tag) { case e_nonStandard : choice = new H245_NonStandardMessage(); return TRUE; case e_crcDesired : choice = new H245_MultilinkIndication_crcDesired(); return TRUE; case e_excessiveError : choice = new H245_MultilinkIndication_excessiveError(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_MultilinkIndication::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultilinkIndication::Class()), PInvalidCast); #endif return new H245_MultilinkIndication(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_DialingInformation[]={ {"nonStandard",0} ,{"differential",1} ,{"infoNotAvailable",2} }; #endif // // DialingInformation // H245_DialingInformation::H245_DialingInformation(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_DialingInformation,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_DialingInformation::operator H245_NonStandardMessage &() const #else H245_DialingInformation::operator H245_NonStandardMessage &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardMessage), PInvalidCast); #endif return *(H245_NonStandardMessage *)choice; } H245_DialingInformation::operator const H245_NonStandardMessage &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardMessage), PInvalidCast); #endif return *(H245_NonStandardMessage *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_DialingInformation::operator H245_ArrayOf_DialingInformationNumber &() const #else H245_DialingInformation::operator H245_ArrayOf_DialingInformationNumber &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ArrayOf_DialingInformationNumber), PInvalidCast); #endif return *(H245_ArrayOf_DialingInformationNumber *)choice; } H245_DialingInformation::operator const H245_ArrayOf_DialingInformationNumber &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ArrayOf_DialingInformationNumber), PInvalidCast); #endif return *(H245_ArrayOf_DialingInformationNumber *)choice; } BOOL H245_DialingInformation::CreateObject() { switch (tag) { case e_nonStandard : choice = new H245_NonStandardMessage(); return TRUE; case e_differential : choice = new H245_ArrayOf_DialingInformationNumber(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 65535); return TRUE; case e_infoNotAvailable : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 65535); return TRUE; } choice = NULL; return FALSE; } PObject * H245_DialingInformation::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_DialingInformation::Class()), PInvalidCast); #endif return new H245_DialingInformation(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_DialingInformationNetworkType[]={ {"nonStandard",0} ,{"n_isdn",1} ,{"gstn",2} ,{"mobile",3} }; #endif // // DialingInformationNetworkType // H245_DialingInformationNetworkType::H245_DialingInformationNetworkType(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_DialingInformationNetworkType,4 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_DialingInformationNetworkType::operator H245_NonStandardMessage &() const #else H245_DialingInformationNetworkType::operator H245_NonStandardMessage &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardMessage), PInvalidCast); #endif return *(H245_NonStandardMessage *)choice; } H245_DialingInformationNetworkType::operator const H245_NonStandardMessage &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardMessage), PInvalidCast); #endif return *(H245_NonStandardMessage *)choice; } BOOL H245_DialingInformationNetworkType::CreateObject() { switch (tag) { case e_nonStandard : choice = new H245_NonStandardMessage(); return TRUE; case e_n_isdn : case e_gstn : case e_mobile : choice = new PASN_Null(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_DialingInformationNetworkType::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_DialingInformationNetworkType::Class()), PInvalidCast); #endif return new H245_DialingInformationNetworkType(*this); } // // ConnectionIdentifier // H245_ConnectionIdentifier::H245_ConnectionIdentifier(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_channelTag.SetConstraints(PASN_Object::FixedConstraint, 0, 4294967295U); m_sequenceNumber.SetConstraints(PASN_Object::FixedConstraint, 0, 4294967295U); } #ifndef PASN_NOPRINTON void H245_ConnectionIdentifier::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+13) << "channelTag = " << setprecision(indent) << m_channelTag << '\n'; strm << setw(indent+17) << "sequenceNumber = " << setprecision(indent) << m_sequenceNumber << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_ConnectionIdentifier::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_ConnectionIdentifier), PInvalidCast); #endif const H245_ConnectionIdentifier & other = (const H245_ConnectionIdentifier &)obj; Comparison result; if ((result = m_channelTag.Compare(other.m_channelTag)) != EqualTo) return result; if ((result = m_sequenceNumber.Compare(other.m_sequenceNumber)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_ConnectionIdentifier::GetDataLength() const { PINDEX length = 0; length += m_channelTag.GetObjectLength(); length += m_sequenceNumber.GetObjectLength(); return length; } BOOL H245_ConnectionIdentifier::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_channelTag.Decode(strm)) return FALSE; if (!m_sequenceNumber.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_ConnectionIdentifier::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_channelTag.Encode(strm); m_sequenceNumber.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_ConnectionIdentifier::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ConnectionIdentifier::Class()), PInvalidCast); #endif return new H245_ConnectionIdentifier(*this); } // // MaximumBitRate // H245_MaximumBitRate::H245_MaximumBitRate(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 0, 4294967295U); } H245_MaximumBitRate & H245_MaximumBitRate::operator=(int v) { SetValue(v); return *this; } H245_MaximumBitRate & H245_MaximumBitRate::operator=(unsigned v) { SetValue(v); return *this; } PObject * H245_MaximumBitRate::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MaximumBitRate::Class()), PInvalidCast); #endif return new H245_MaximumBitRate(*this); } // // LogicalChannelRateRequest // H245_LogicalChannelRateRequest::H245_LogicalChannelRateRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_LogicalChannelRateRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "sequenceNumber = " << setprecision(indent) << m_sequenceNumber << '\n'; strm << setw(indent+23) << "logicalChannelNumber = " << setprecision(indent) << m_logicalChannelNumber << '\n'; strm << setw(indent+17) << "maximumBitRate = " << setprecision(indent) << m_maximumBitRate << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_LogicalChannelRateRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_LogicalChannelRateRequest), PInvalidCast); #endif const H245_LogicalChannelRateRequest & other = (const H245_LogicalChannelRateRequest &)obj; Comparison result; if ((result = m_sequenceNumber.Compare(other.m_sequenceNumber)) != EqualTo) return result; if ((result = m_logicalChannelNumber.Compare(other.m_logicalChannelNumber)) != EqualTo) return result; if ((result = m_maximumBitRate.Compare(other.m_maximumBitRate)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_LogicalChannelRateRequest::GetDataLength() const { PINDEX length = 0; length += m_sequenceNumber.GetObjectLength(); length += m_logicalChannelNumber.GetObjectLength(); length += m_maximumBitRate.GetObjectLength(); return length; } BOOL H245_LogicalChannelRateRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_sequenceNumber.Decode(strm)) return FALSE; if (!m_logicalChannelNumber.Decode(strm)) return FALSE; if (!m_maximumBitRate.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_LogicalChannelRateRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_sequenceNumber.Encode(strm); m_logicalChannelNumber.Encode(strm); m_maximumBitRate.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_LogicalChannelRateRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_LogicalChannelRateRequest::Class()), PInvalidCast); #endif return new H245_LogicalChannelRateRequest(*this); } // // LogicalChannelRateAcknowledge // H245_LogicalChannelRateAcknowledge::H245_LogicalChannelRateAcknowledge(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_LogicalChannelRateAcknowledge::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "sequenceNumber = " << setprecision(indent) << m_sequenceNumber << '\n'; strm << setw(indent+23) << "logicalChannelNumber = " << setprecision(indent) << m_logicalChannelNumber << '\n'; strm << setw(indent+17) << "maximumBitRate = " << setprecision(indent) << m_maximumBitRate << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_LogicalChannelRateAcknowledge::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_LogicalChannelRateAcknowledge), PInvalidCast); #endif const H245_LogicalChannelRateAcknowledge & other = (const H245_LogicalChannelRateAcknowledge &)obj; Comparison result; if ((result = m_sequenceNumber.Compare(other.m_sequenceNumber)) != EqualTo) return result; if ((result = m_logicalChannelNumber.Compare(other.m_logicalChannelNumber)) != EqualTo) return result; if ((result = m_maximumBitRate.Compare(other.m_maximumBitRate)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_LogicalChannelRateAcknowledge::GetDataLength() const { PINDEX length = 0; length += m_sequenceNumber.GetObjectLength(); length += m_logicalChannelNumber.GetObjectLength(); length += m_maximumBitRate.GetObjectLength(); return length; } BOOL H245_LogicalChannelRateAcknowledge::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_sequenceNumber.Decode(strm)) return FALSE; if (!m_logicalChannelNumber.Decode(strm)) return FALSE; if (!m_maximumBitRate.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_LogicalChannelRateAcknowledge::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_sequenceNumber.Encode(strm); m_logicalChannelNumber.Encode(strm); m_maximumBitRate.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_LogicalChannelRateAcknowledge::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_LogicalChannelRateAcknowledge::Class()), PInvalidCast); #endif return new H245_LogicalChannelRateAcknowledge(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_LogicalChannelRateRejectReason[]={ {"undefinedReason",0} ,{"insufficientResources",1} }; #endif // // LogicalChannelRateRejectReason // H245_LogicalChannelRateRejectReason::H245_LogicalChannelRateRejectReason(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_LogicalChannelRateRejectReason,2 #endif ) { } BOOL H245_LogicalChannelRateRejectReason::CreateObject() { choice = (tag <= e_insufficientResources) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_LogicalChannelRateRejectReason::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_LogicalChannelRateRejectReason::Class()), PInvalidCast); #endif return new H245_LogicalChannelRateRejectReason(*this); } // // LogicalChannelRateRelease // H245_LogicalChannelRateRelease::H245_LogicalChannelRateRelease(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_LogicalChannelRateRelease::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PINDEX H245_LogicalChannelRateRelease::GetDataLength() const { PINDEX length = 0; return length; } BOOL H245_LogicalChannelRateRelease::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_LogicalChannelRateRelease::Encode(PASN_Stream & strm) const { PreambleEncode(strm); UnknownExtensionsEncode(strm); } PObject * H245_LogicalChannelRateRelease::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_LogicalChannelRateRelease::Class()), PInvalidCast); #endif return new H245_LogicalChannelRateRelease(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_SendTerminalCapabilitySet[]={ {"specificRequest",0} ,{"genericRequest",1} }; #endif // // SendTerminalCapabilitySet // H245_SendTerminalCapabilitySet::H245_SendTerminalCapabilitySet(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_SendTerminalCapabilitySet,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_SendTerminalCapabilitySet::operator H245_SendTerminalCapabilitySet_specificRequest &() const #else H245_SendTerminalCapabilitySet::operator H245_SendTerminalCapabilitySet_specificRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_SendTerminalCapabilitySet_specificRequest), PInvalidCast); #endif return *(H245_SendTerminalCapabilitySet_specificRequest *)choice; } H245_SendTerminalCapabilitySet::operator const H245_SendTerminalCapabilitySet_specificRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_SendTerminalCapabilitySet_specificRequest), PInvalidCast); #endif return *(H245_SendTerminalCapabilitySet_specificRequest *)choice; } BOOL H245_SendTerminalCapabilitySet::CreateObject() { switch (tag) { case e_specificRequest : choice = new H245_SendTerminalCapabilitySet_specificRequest(); return TRUE; case e_genericRequest : choice = new PASN_Null(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_SendTerminalCapabilitySet::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_SendTerminalCapabilitySet::Class()), PInvalidCast); #endif return new H245_SendTerminalCapabilitySet(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_EncryptionCommand[]={ {"encryptionSE",0} ,{"encryptionIVRequest",1} ,{"encryptionAlgorithmID",2} }; #endif // // EncryptionCommand // H245_EncryptionCommand::H245_EncryptionCommand(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_EncryptionCommand,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_EncryptionCommand::operator H245_EncryptionCommand_encryptionAlgorithmID &() const #else H245_EncryptionCommand::operator H245_EncryptionCommand_encryptionAlgorithmID &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_EncryptionCommand_encryptionAlgorithmID), PInvalidCast); #endif return *(H245_EncryptionCommand_encryptionAlgorithmID *)choice; } H245_EncryptionCommand::operator const H245_EncryptionCommand_encryptionAlgorithmID &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_EncryptionCommand_encryptionAlgorithmID), PInvalidCast); #endif return *(H245_EncryptionCommand_encryptionAlgorithmID *)choice; } BOOL H245_EncryptionCommand::CreateObject() { switch (tag) { case e_encryptionSE : choice = new PASN_OctetString(); return TRUE; case e_encryptionIVRequest : choice = new PASN_Null(); return TRUE; case e_encryptionAlgorithmID : choice = new H245_EncryptionCommand_encryptionAlgorithmID(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_EncryptionCommand::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_EncryptionCommand::Class()), PInvalidCast); #endif return new H245_EncryptionCommand(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_EndSessionCommand[]={ {"nonStandard",0} ,{"disconnect",1} ,{"gstnOptions",2} ,{"isdnOptions",3} }; #endif // // EndSessionCommand // H245_EndSessionCommand::H245_EndSessionCommand(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_EndSessionCommand,4 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_EndSessionCommand::operator H245_NonStandardParameter &() const #else H245_EndSessionCommand::operator H245_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } H245_EndSessionCommand::operator const H245_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_EndSessionCommand::operator H245_EndSessionCommand_gstnOptions &() const #else H245_EndSessionCommand::operator H245_EndSessionCommand_gstnOptions &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_EndSessionCommand_gstnOptions), PInvalidCast); #endif return *(H245_EndSessionCommand_gstnOptions *)choice; } H245_EndSessionCommand::operator const H245_EndSessionCommand_gstnOptions &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_EndSessionCommand_gstnOptions), PInvalidCast); #endif return *(H245_EndSessionCommand_gstnOptions *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_EndSessionCommand::operator H245_EndSessionCommand_isdnOptions &() const #else H245_EndSessionCommand::operator H245_EndSessionCommand_isdnOptions &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_EndSessionCommand_isdnOptions), PInvalidCast); #endif return *(H245_EndSessionCommand_isdnOptions *)choice; } H245_EndSessionCommand::operator const H245_EndSessionCommand_isdnOptions &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_EndSessionCommand_isdnOptions), PInvalidCast); #endif return *(H245_EndSessionCommand_isdnOptions *)choice; } BOOL H245_EndSessionCommand::CreateObject() { switch (tag) { case e_nonStandard : choice = new H245_NonStandardParameter(); return TRUE; case e_disconnect : choice = new PASN_Null(); return TRUE; case e_gstnOptions : choice = new H245_EndSessionCommand_gstnOptions(); return TRUE; case e_isdnOptions : choice = new H245_EndSessionCommand_isdnOptions(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_EndSessionCommand::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_EndSessionCommand::Class()), PInvalidCast); #endif return new H245_EndSessionCommand(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_ConferenceCommand[]={ {"broadcastMyLogicalChannel",0} ,{"cancelBroadcastMyLogicalChannel",1} ,{"makeTerminalBroadcaster",2} ,{"cancelMakeTerminalBroadcaster",3} ,{"sendThisSource",4} ,{"cancelSendThisSource",5} ,{"dropConference",6} ,{"substituteConferenceIDCommand",7} }; #endif // // ConferenceCommand // H245_ConferenceCommand::H245_ConferenceCommand(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 7, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_ConferenceCommand,8 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ConferenceCommand::operator H245_LogicalChannelNumber &() const #else H245_ConferenceCommand::operator H245_LogicalChannelNumber &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_LogicalChannelNumber), PInvalidCast); #endif return *(H245_LogicalChannelNumber *)choice; } H245_ConferenceCommand::operator const H245_LogicalChannelNumber &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_LogicalChannelNumber), PInvalidCast); #endif return *(H245_LogicalChannelNumber *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ConferenceCommand::operator H245_TerminalLabel &() const #else H245_ConferenceCommand::operator H245_TerminalLabel &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_TerminalLabel), PInvalidCast); #endif return *(H245_TerminalLabel *)choice; } H245_ConferenceCommand::operator const H245_TerminalLabel &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_TerminalLabel), PInvalidCast); #endif return *(H245_TerminalLabel *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ConferenceCommand::operator H245_SubstituteConferenceIDCommand &() const #else H245_ConferenceCommand::operator H245_SubstituteConferenceIDCommand &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_SubstituteConferenceIDCommand), PInvalidCast); #endif return *(H245_SubstituteConferenceIDCommand *)choice; } H245_ConferenceCommand::operator const H245_SubstituteConferenceIDCommand &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_SubstituteConferenceIDCommand), PInvalidCast); #endif return *(H245_SubstituteConferenceIDCommand *)choice; } BOOL H245_ConferenceCommand::CreateObject() { switch (tag) { case e_broadcastMyLogicalChannel : case e_cancelBroadcastMyLogicalChannel : choice = new H245_LogicalChannelNumber(); return TRUE; case e_makeTerminalBroadcaster : case e_sendThisSource : choice = new H245_TerminalLabel(); return TRUE; case e_cancelMakeTerminalBroadcaster : case e_cancelSendThisSource : case e_dropConference : choice = new PASN_Null(); return TRUE; case e_substituteConferenceIDCommand : choice = new H245_SubstituteConferenceIDCommand(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_ConferenceCommand::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ConferenceCommand::Class()), PInvalidCast); #endif return new H245_ConferenceCommand(*this); } // // SubstituteConferenceIDCommand // H245_SubstituteConferenceIDCommand::H245_SubstituteConferenceIDCommand(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_conferenceIdentifier.SetConstraints(PASN_Object::FixedConstraint, 16); } #ifndef PASN_NOPRINTON void H245_SubstituteConferenceIDCommand::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+23) << "conferenceIdentifier = " << setprecision(indent) << m_conferenceIdentifier << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_SubstituteConferenceIDCommand::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_SubstituteConferenceIDCommand), PInvalidCast); #endif const H245_SubstituteConferenceIDCommand & other = (const H245_SubstituteConferenceIDCommand &)obj; Comparison result; if ((result = m_conferenceIdentifier.Compare(other.m_conferenceIdentifier)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_SubstituteConferenceIDCommand::GetDataLength() const { PINDEX length = 0; length += m_conferenceIdentifier.GetObjectLength(); return length; } BOOL H245_SubstituteConferenceIDCommand::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_conferenceIdentifier.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_SubstituteConferenceIDCommand::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_conferenceIdentifier.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_SubstituteConferenceIDCommand::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_SubstituteConferenceIDCommand::Class()), PInvalidCast); #endif return new H245_SubstituteConferenceIDCommand(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_EncryptionUpdateDirection[]={ {"masterToSlave",0} ,{"slaveToMaster",1} }; #endif // // EncryptionUpdateDirection // H245_EncryptionUpdateDirection::H245_EncryptionUpdateDirection(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_EncryptionUpdateDirection,2 #endif ) { } BOOL H245_EncryptionUpdateDirection::CreateObject() { choice = (tag <= e_slaveToMaster) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_EncryptionUpdateDirection::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_EncryptionUpdateDirection::Class()), PInvalidCast); #endif return new H245_EncryptionUpdateDirection(*this); } // // KeyProtectionMethod // H245_KeyProtectionMethod::H245_KeyProtectionMethod(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_KeyProtectionMethod::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "secureChannel = " << setprecision(indent) << m_secureChannel << '\n'; strm << setw(indent+15) << "sharedSecret = " << setprecision(indent) << m_sharedSecret << '\n'; strm << setw(indent+19) << "certProtectedKey = " << setprecision(indent) << m_certProtectedKey << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_KeyProtectionMethod::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_KeyProtectionMethod), PInvalidCast); #endif const H245_KeyProtectionMethod & other = (const H245_KeyProtectionMethod &)obj; Comparison result; if ((result = m_secureChannel.Compare(other.m_secureChannel)) != EqualTo) return result; if ((result = m_sharedSecret.Compare(other.m_sharedSecret)) != EqualTo) return result; if ((result = m_certProtectedKey.Compare(other.m_certProtectedKey)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_KeyProtectionMethod::GetDataLength() const { PINDEX length = 0; length += m_secureChannel.GetObjectLength(); length += m_sharedSecret.GetObjectLength(); length += m_certProtectedKey.GetObjectLength(); return length; } BOOL H245_KeyProtectionMethod::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_secureChannel.Decode(strm)) return FALSE; if (!m_sharedSecret.Decode(strm)) return FALSE; if (!m_certProtectedKey.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_KeyProtectionMethod::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_secureChannel.Encode(strm); m_sharedSecret.Encode(strm); m_certProtectedKey.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_KeyProtectionMethod::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_KeyProtectionMethod::Class()), PInvalidCast); #endif return new H245_KeyProtectionMethod(*this); } // // EncryptionUpdateRequest // H245_EncryptionUpdateRequest::H245_EncryptionUpdateRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 1) { m_synchFlag.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H245_EncryptionUpdateRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_keyProtectionMethod)) strm << setw(indent+22) << "keyProtectionMethod = " << setprecision(indent) << m_keyProtectionMethod << '\n'; if (HasOptionalField(e_synchFlag)) strm << setw(indent+12) << "synchFlag = " << setprecision(indent) << m_synchFlag << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_EncryptionUpdateRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_EncryptionUpdateRequest), PInvalidCast); #endif const H245_EncryptionUpdateRequest & other = (const H245_EncryptionUpdateRequest &)obj; Comparison result; if ((result = m_keyProtectionMethod.Compare(other.m_keyProtectionMethod)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_EncryptionUpdateRequest::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_keyProtectionMethod)) length += m_keyProtectionMethod.GetObjectLength(); return length; } BOOL H245_EncryptionUpdateRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_keyProtectionMethod) && !m_keyProtectionMethod.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_synchFlag, m_synchFlag)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_EncryptionUpdateRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_keyProtectionMethod)) m_keyProtectionMethod.Encode(strm); KnownExtensionEncode(strm, e_synchFlag, m_synchFlag); UnknownExtensionsEncode(strm); } PObject * H245_EncryptionUpdateRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_EncryptionUpdateRequest::Class()), PInvalidCast); #endif return new H245_EncryptionUpdateRequest(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_PictureReference[]={ {"pictureNumber",0} ,{"longTermPictureIndex",1} }; #endif // // PictureReference // H245_PictureReference::H245_PictureReference(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_PictureReference,2 #endif ) { } BOOL H245_PictureReference::CreateObject() { switch (tag) { case e_pictureNumber : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 0, 1023); return TRUE; case e_longTermPictureIndex : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 0, 255); return TRUE; } choice = NULL; return FALSE; } PObject * H245_PictureReference::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_PictureReference::Class()), PInvalidCast); #endif return new H245_PictureReference(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_H223MultiplexReconfiguration[]={ {"h223ModeChange",0} ,{"h223AnnexADoubleFlag",1} }; #endif // // H223MultiplexReconfiguration // H245_H223MultiplexReconfiguration::H245_H223MultiplexReconfiguration(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_H223MultiplexReconfiguration,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_H223MultiplexReconfiguration::operator H245_H223MultiplexReconfiguration_h223ModeChange &() const #else H245_H223MultiplexReconfiguration::operator H245_H223MultiplexReconfiguration_h223ModeChange &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H223MultiplexReconfiguration_h223ModeChange), PInvalidCast); #endif return *(H245_H223MultiplexReconfiguration_h223ModeChange *)choice; } H245_H223MultiplexReconfiguration::operator const H245_H223MultiplexReconfiguration_h223ModeChange &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H223MultiplexReconfiguration_h223ModeChange), PInvalidCast); #endif return *(H245_H223MultiplexReconfiguration_h223ModeChange *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_H223MultiplexReconfiguration::operator H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag &() const #else H245_H223MultiplexReconfiguration::operator H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag), PInvalidCast); #endif return *(H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag *)choice; } H245_H223MultiplexReconfiguration::operator const H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag), PInvalidCast); #endif return *(H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag *)choice; } BOOL H245_H223MultiplexReconfiguration::CreateObject() { switch (tag) { case e_h223ModeChange : choice = new H245_H223MultiplexReconfiguration_h223ModeChange(); return TRUE; case e_h223AnnexADoubleFlag : choice = new H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_H223MultiplexReconfiguration::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H223MultiplexReconfiguration::Class()), PInvalidCast); #endif return new H245_H223MultiplexReconfiguration(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_FunctionNotUnderstood[]={ {"request",0} ,{"response",1} ,{"command",2} }; #endif // // FunctionNotUnderstood // H245_FunctionNotUnderstood::H245_FunctionNotUnderstood(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_FunctionNotUnderstood,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_FunctionNotUnderstood::operator H245_RequestMessage &() const #else H245_FunctionNotUnderstood::operator H245_RequestMessage &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RequestMessage), PInvalidCast); #endif return *(H245_RequestMessage *)choice; } H245_FunctionNotUnderstood::operator const H245_RequestMessage &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RequestMessage), PInvalidCast); #endif return *(H245_RequestMessage *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_FunctionNotUnderstood::operator H245_ResponseMessage &() const #else H245_FunctionNotUnderstood::operator H245_ResponseMessage &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ResponseMessage), PInvalidCast); #endif return *(H245_ResponseMessage *)choice; } H245_FunctionNotUnderstood::operator const H245_ResponseMessage &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ResponseMessage), PInvalidCast); #endif return *(H245_ResponseMessage *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_FunctionNotUnderstood::operator H245_CommandMessage &() const #else H245_FunctionNotUnderstood::operator H245_CommandMessage &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_CommandMessage), PInvalidCast); #endif return *(H245_CommandMessage *)choice; } H245_FunctionNotUnderstood::operator const H245_CommandMessage &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_CommandMessage), PInvalidCast); #endif return *(H245_CommandMessage *)choice; } BOOL H245_FunctionNotUnderstood::CreateObject() { switch (tag) { case e_request : choice = new H245_RequestMessage(); return TRUE; case e_response : choice = new H245_ResponseMessage(); return TRUE; case e_command : choice = new H245_CommandMessage(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_FunctionNotUnderstood::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_FunctionNotUnderstood::Class()), PInvalidCast); #endif return new H245_FunctionNotUnderstood(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_ConferenceIndication[]={ {"sbeNumber",0} ,{"terminalNumberAssign",1} ,{"terminalJoinedConference",2} ,{"terminalLeftConference",3} ,{"seenByAtLeastOneOther",4} ,{"cancelSeenByAtLeastOneOther",5} ,{"seenByAll",6} ,{"cancelSeenByAll",7} ,{"terminalYouAreSeeing",8} ,{"requestForFloor",9} ,{"withdrawChairToken",10} ,{"floorRequested",11} ,{"terminalYouAreSeeingInSubPictureNumber",12} ,{"videoIndicateCompose",13} }; #endif // // ConferenceIndication // H245_ConferenceIndication::H245_ConferenceIndication(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 10, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_ConferenceIndication,14 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ConferenceIndication::operator H245_TerminalLabel &() const #else H245_ConferenceIndication::operator H245_TerminalLabel &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_TerminalLabel), PInvalidCast); #endif return *(H245_TerminalLabel *)choice; } H245_ConferenceIndication::operator const H245_TerminalLabel &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_TerminalLabel), PInvalidCast); #endif return *(H245_TerminalLabel *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ConferenceIndication::operator H245_TerminalYouAreSeeingInSubPictureNumber &() const #else H245_ConferenceIndication::operator H245_TerminalYouAreSeeingInSubPictureNumber &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_TerminalYouAreSeeingInSubPictureNumber), PInvalidCast); #endif return *(H245_TerminalYouAreSeeingInSubPictureNumber *)choice; } H245_ConferenceIndication::operator const H245_TerminalYouAreSeeingInSubPictureNumber &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_TerminalYouAreSeeingInSubPictureNumber), PInvalidCast); #endif return *(H245_TerminalYouAreSeeingInSubPictureNumber *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_ConferenceIndication::operator H245_VideoIndicateCompose &() const #else H245_ConferenceIndication::operator H245_VideoIndicateCompose &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_VideoIndicateCompose), PInvalidCast); #endif return *(H245_VideoIndicateCompose *)choice; } H245_ConferenceIndication::operator const H245_VideoIndicateCompose &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_VideoIndicateCompose), PInvalidCast); #endif return *(H245_VideoIndicateCompose *)choice; } BOOL H245_ConferenceIndication::CreateObject() { switch (tag) { case e_sbeNumber : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 0, 9); return TRUE; case e_terminalNumberAssign : case e_terminalJoinedConference : case e_terminalLeftConference : case e_terminalYouAreSeeing : case e_floorRequested : choice = new H245_TerminalLabel(); return TRUE; case e_seenByAtLeastOneOther : case e_cancelSeenByAtLeastOneOther : case e_seenByAll : case e_cancelSeenByAll : case e_requestForFloor : case e_withdrawChairToken : choice = new PASN_Null(); return TRUE; case e_terminalYouAreSeeingInSubPictureNumber : choice = new H245_TerminalYouAreSeeingInSubPictureNumber(); return TRUE; case e_videoIndicateCompose : choice = new H245_VideoIndicateCompose(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_ConferenceIndication::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ConferenceIndication::Class()), PInvalidCast); #endif return new H245_ConferenceIndication(*this); } // // TerminalYouAreSeeingInSubPictureNumber // H245_TerminalYouAreSeeingInSubPictureNumber::H245_TerminalYouAreSeeingInSubPictureNumber(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_subPictureNumber.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H245_TerminalYouAreSeeingInSubPictureNumber::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "terminalNumber = " << setprecision(indent) << m_terminalNumber << '\n'; strm << setw(indent+19) << "subPictureNumber = " << setprecision(indent) << m_subPictureNumber << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_TerminalYouAreSeeingInSubPictureNumber::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_TerminalYouAreSeeingInSubPictureNumber), PInvalidCast); #endif const H245_TerminalYouAreSeeingInSubPictureNumber & other = (const H245_TerminalYouAreSeeingInSubPictureNumber &)obj; Comparison result; if ((result = m_terminalNumber.Compare(other.m_terminalNumber)) != EqualTo) return result; if ((result = m_subPictureNumber.Compare(other.m_subPictureNumber)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_TerminalYouAreSeeingInSubPictureNumber::GetDataLength() const { PINDEX length = 0; length += m_terminalNumber.GetObjectLength(); length += m_subPictureNumber.GetObjectLength(); return length; } BOOL H245_TerminalYouAreSeeingInSubPictureNumber::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_terminalNumber.Decode(strm)) return FALSE; if (!m_subPictureNumber.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_TerminalYouAreSeeingInSubPictureNumber::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_terminalNumber.Encode(strm); m_subPictureNumber.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_TerminalYouAreSeeingInSubPictureNumber::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_TerminalYouAreSeeingInSubPictureNumber::Class()), PInvalidCast); #endif return new H245_TerminalYouAreSeeingInSubPictureNumber(*this); } // // VideoIndicateCompose // H245_VideoIndicateCompose::H245_VideoIndicateCompose(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_compositionNumber.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H245_VideoIndicateCompose::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+20) << "compositionNumber = " << setprecision(indent) << m_compositionNumber << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_VideoIndicateCompose::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_VideoIndicateCompose), PInvalidCast); #endif const H245_VideoIndicateCompose & other = (const H245_VideoIndicateCompose &)obj; Comparison result; if ((result = m_compositionNumber.Compare(other.m_compositionNumber)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_VideoIndicateCompose::GetDataLength() const { PINDEX length = 0; length += m_compositionNumber.GetObjectLength(); return length; } BOOL H245_VideoIndicateCompose::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_compositionNumber.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_VideoIndicateCompose::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_compositionNumber.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_VideoIndicateCompose::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_VideoIndicateCompose::Class()), PInvalidCast); #endif return new H245_VideoIndicateCompose(*this); } // // H223SkewIndication // H245_H223SkewIndication::H245_H223SkewIndication(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_skew.SetConstraints(PASN_Object::FixedConstraint, 0, 4095); } #ifndef PASN_NOPRINTON void H245_H223SkewIndication::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+24) << "logicalChannelNumber1 = " << setprecision(indent) << m_logicalChannelNumber1 << '\n'; strm << setw(indent+24) << "logicalChannelNumber2 = " << setprecision(indent) << m_logicalChannelNumber2 << '\n'; strm << setw(indent+7) << "skew = " << setprecision(indent) << m_skew << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_H223SkewIndication::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_H223SkewIndication), PInvalidCast); #endif const H245_H223SkewIndication & other = (const H245_H223SkewIndication &)obj; Comparison result; if ((result = m_logicalChannelNumber1.Compare(other.m_logicalChannelNumber1)) != EqualTo) return result; if ((result = m_logicalChannelNumber2.Compare(other.m_logicalChannelNumber2)) != EqualTo) return result; if ((result = m_skew.Compare(other.m_skew)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_H223SkewIndication::GetDataLength() const { PINDEX length = 0; length += m_logicalChannelNumber1.GetObjectLength(); length += m_logicalChannelNumber2.GetObjectLength(); length += m_skew.GetObjectLength(); return length; } BOOL H245_H223SkewIndication::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_logicalChannelNumber1.Decode(strm)) return FALSE; if (!m_logicalChannelNumber2.Decode(strm)) return FALSE; if (!m_skew.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_H223SkewIndication::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_logicalChannelNumber1.Encode(strm); m_logicalChannelNumber2.Encode(strm); m_skew.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_H223SkewIndication::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H223SkewIndication::Class()), PInvalidCast); #endif return new H245_H223SkewIndication(*this); } // // H2250MaximumSkewIndication // H245_H2250MaximumSkewIndication::H245_H2250MaximumSkewIndication(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_maximumSkew.SetConstraints(PASN_Object::FixedConstraint, 0, 4095); } #ifndef PASN_NOPRINTON void H245_H2250MaximumSkewIndication::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+24) << "logicalChannelNumber1 = " << setprecision(indent) << m_logicalChannelNumber1 << '\n'; strm << setw(indent+24) << "logicalChannelNumber2 = " << setprecision(indent) << m_logicalChannelNumber2 << '\n'; strm << setw(indent+14) << "maximumSkew = " << setprecision(indent) << m_maximumSkew << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_H2250MaximumSkewIndication::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_H2250MaximumSkewIndication), PInvalidCast); #endif const H245_H2250MaximumSkewIndication & other = (const H245_H2250MaximumSkewIndication &)obj; Comparison result; if ((result = m_logicalChannelNumber1.Compare(other.m_logicalChannelNumber1)) != EqualTo) return result; if ((result = m_logicalChannelNumber2.Compare(other.m_logicalChannelNumber2)) != EqualTo) return result; if ((result = m_maximumSkew.Compare(other.m_maximumSkew)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_H2250MaximumSkewIndication::GetDataLength() const { PINDEX length = 0; length += m_logicalChannelNumber1.GetObjectLength(); length += m_logicalChannelNumber2.GetObjectLength(); length += m_maximumSkew.GetObjectLength(); return length; } BOOL H245_H2250MaximumSkewIndication::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_logicalChannelNumber1.Decode(strm)) return FALSE; if (!m_logicalChannelNumber2.Decode(strm)) return FALSE; if (!m_maximumSkew.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_H2250MaximumSkewIndication::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_logicalChannelNumber1.Encode(strm); m_logicalChannelNumber2.Encode(strm); m_maximumSkew.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_H2250MaximumSkewIndication::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H2250MaximumSkewIndication::Class()), PInvalidCast); #endif return new H245_H2250MaximumSkewIndication(*this); } // // MCLocationIndication // H245_MCLocationIndication::H245_MCLocationIndication(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_MCLocationIndication::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "signalAddress = " << setprecision(indent) << m_signalAddress << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MCLocationIndication::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MCLocationIndication), PInvalidCast); #endif const H245_MCLocationIndication & other = (const H245_MCLocationIndication &)obj; Comparison result; if ((result = m_signalAddress.Compare(other.m_signalAddress)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MCLocationIndication::GetDataLength() const { PINDEX length = 0; length += m_signalAddress.GetObjectLength(); return length; } BOOL H245_MCLocationIndication::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_signalAddress.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MCLocationIndication::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_signalAddress.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MCLocationIndication::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MCLocationIndication::Class()), PInvalidCast); #endif return new H245_MCLocationIndication(*this); } // // VendorIdentification // H245_VendorIdentification::H245_VendorIdentification(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { m_productNumber.SetConstraints(PASN_Object::FixedConstraint, 1, 256); m_versionNumber.SetConstraints(PASN_Object::FixedConstraint, 1, 256); } #ifndef PASN_NOPRINTON void H245_VendorIdentification::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "vendor = " << setprecision(indent) << m_vendor << '\n'; if (HasOptionalField(e_productNumber)) strm << setw(indent+16) << "productNumber = " << setprecision(indent) << m_productNumber << '\n'; if (HasOptionalField(e_versionNumber)) strm << setw(indent+16) << "versionNumber = " << setprecision(indent) << m_versionNumber << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_VendorIdentification::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_VendorIdentification), PInvalidCast); #endif const H245_VendorIdentification & other = (const H245_VendorIdentification &)obj; Comparison result; if ((result = m_vendor.Compare(other.m_vendor)) != EqualTo) return result; if ((result = m_productNumber.Compare(other.m_productNumber)) != EqualTo) return result; if ((result = m_versionNumber.Compare(other.m_versionNumber)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_VendorIdentification::GetDataLength() const { PINDEX length = 0; length += m_vendor.GetObjectLength(); if (HasOptionalField(e_productNumber)) length += m_productNumber.GetObjectLength(); if (HasOptionalField(e_versionNumber)) length += m_versionNumber.GetObjectLength(); return length; } BOOL H245_VendorIdentification::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_vendor.Decode(strm)) return FALSE; if (HasOptionalField(e_productNumber) && !m_productNumber.Decode(strm)) return FALSE; if (HasOptionalField(e_versionNumber) && !m_versionNumber.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_VendorIdentification::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_vendor.Encode(strm); if (HasOptionalField(e_productNumber)) m_productNumber.Encode(strm); if (HasOptionalField(e_versionNumber)) m_versionNumber.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_VendorIdentification::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_VendorIdentification::Class()), PInvalidCast); #endif return new H245_VendorIdentification(*this); } // // IV8 // H245_IV8::H245_IV8(unsigned tag, PASN_Object::TagClass tagClass) : PASN_OctetString(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 8); } H245_IV8::H245_IV8(const char * v) { SetValue(v); } H245_IV8::H245_IV8(const PString & v) { SetValue(v); } H245_IV8::H245_IV8(const PBYTEArray & v) { SetValue(v); } H245_IV8 & H245_IV8::operator=(const char * v) { SetValue(v); return *this; } H245_IV8 & H245_IV8::operator=(const PString & v) { SetValue(v); return *this; } H245_IV8 & H245_IV8::operator=(const PBYTEArray & v) { SetValue(v); return *this; } PObject * H245_IV8::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_IV8::Class()), PInvalidCast); #endif return new H245_IV8(*this); } // // IV16 // H245_IV16::H245_IV16(unsigned tag, PASN_Object::TagClass tagClass) : PASN_OctetString(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 16); } H245_IV16::H245_IV16(const char * v) { SetValue(v); } H245_IV16::H245_IV16(const PString & v) { SetValue(v); } H245_IV16::H245_IV16(const PBYTEArray & v) { SetValue(v); } H245_IV16 & H245_IV16::operator=(const char * v) { SetValue(v); return *this; } H245_IV16 & H245_IV16::operator=(const PString & v) { SetValue(v); return *this; } H245_IV16 & H245_IV16::operator=(const PBYTEArray & v) { SetValue(v); return *this; } PObject * H245_IV16::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_IV16::Class()), PInvalidCast); #endif return new H245_IV16(*this); } // // Params // H245_Params::H245_Params(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_Params::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_iv8)) strm << setw(indent+6) << "iv8 = " << setprecision(indent) << m_iv8 << '\n'; if (HasOptionalField(e_iv16)) strm << setw(indent+7) << "iv16 = " << setprecision(indent) << m_iv16 << '\n'; if (HasOptionalField(e_iv)) strm << setw(indent+5) << "iv = " << setprecision(indent) << m_iv << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_Params::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_Params), PInvalidCast); #endif const H245_Params & other = (const H245_Params &)obj; Comparison result; if ((result = m_iv8.Compare(other.m_iv8)) != EqualTo) return result; if ((result = m_iv16.Compare(other.m_iv16)) != EqualTo) return result; if ((result = m_iv.Compare(other.m_iv)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_Params::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_iv8)) length += m_iv8.GetObjectLength(); if (HasOptionalField(e_iv16)) length += m_iv16.GetObjectLength(); if (HasOptionalField(e_iv)) length += m_iv.GetObjectLength(); return length; } BOOL H245_Params::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_iv8) && !m_iv8.Decode(strm)) return FALSE; if (HasOptionalField(e_iv16) && !m_iv16.Decode(strm)) return FALSE; if (HasOptionalField(e_iv) && !m_iv.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_Params::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_iv8)) m_iv8.Encode(strm); if (HasOptionalField(e_iv16)) m_iv16.Encode(strm); if (HasOptionalField(e_iv)) m_iv.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_Params::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_Params::Class()), PInvalidCast); #endif return new H245_Params(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_UserInputIndication[]={ {"nonStandard",0} ,{"alphanumeric",1} ,{"userInputSupportIndication",2} ,{"signal",3} ,{"signalUpdate",4} ,{"extendedAlphanumeric",5} ,{"encryptedAlphanumeric",6} }; #endif // // UserInputIndication // H245_UserInputIndication::H245_UserInputIndication(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_UserInputIndication,7 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_UserInputIndication::operator H245_NonStandardParameter &() const #else H245_UserInputIndication::operator H245_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } H245_UserInputIndication::operator const H245_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_UserInputIndication::operator H245_UserInputIndication_userInputSupportIndication &() const #else H245_UserInputIndication::operator H245_UserInputIndication_userInputSupportIndication &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_UserInputIndication_userInputSupportIndication), PInvalidCast); #endif return *(H245_UserInputIndication_userInputSupportIndication *)choice; } H245_UserInputIndication::operator const H245_UserInputIndication_userInputSupportIndication &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_UserInputIndication_userInputSupportIndication), PInvalidCast); #endif return *(H245_UserInputIndication_userInputSupportIndication *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_UserInputIndication::operator H245_UserInputIndication_signal &() const #else H245_UserInputIndication::operator H245_UserInputIndication_signal &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_UserInputIndication_signal), PInvalidCast); #endif return *(H245_UserInputIndication_signal *)choice; } H245_UserInputIndication::operator const H245_UserInputIndication_signal &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_UserInputIndication_signal), PInvalidCast); #endif return *(H245_UserInputIndication_signal *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_UserInputIndication::operator H245_UserInputIndication_signalUpdate &() const #else H245_UserInputIndication::operator H245_UserInputIndication_signalUpdate &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_UserInputIndication_signalUpdate), PInvalidCast); #endif return *(H245_UserInputIndication_signalUpdate *)choice; } H245_UserInputIndication::operator const H245_UserInputIndication_signalUpdate &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_UserInputIndication_signalUpdate), PInvalidCast); #endif return *(H245_UserInputIndication_signalUpdate *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_UserInputIndication::operator H245_UserInputIndication_extendedAlphanumeric &() const #else H245_UserInputIndication::operator H245_UserInputIndication_extendedAlphanumeric &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_UserInputIndication_extendedAlphanumeric), PInvalidCast); #endif return *(H245_UserInputIndication_extendedAlphanumeric *)choice; } H245_UserInputIndication::operator const H245_UserInputIndication_extendedAlphanumeric &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_UserInputIndication_extendedAlphanumeric), PInvalidCast); #endif return *(H245_UserInputIndication_extendedAlphanumeric *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_UserInputIndication::operator H245_UserInputIndication_encryptedAlphanumeric &() const #else H245_UserInputIndication::operator H245_UserInputIndication_encryptedAlphanumeric &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_UserInputIndication_encryptedAlphanumeric), PInvalidCast); #endif return *(H245_UserInputIndication_encryptedAlphanumeric *)choice; } H245_UserInputIndication::operator const H245_UserInputIndication_encryptedAlphanumeric &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_UserInputIndication_encryptedAlphanumeric), PInvalidCast); #endif return *(H245_UserInputIndication_encryptedAlphanumeric *)choice; } BOOL H245_UserInputIndication::CreateObject() { switch (tag) { case e_nonStandard : choice = new H245_NonStandardParameter(); return TRUE; case e_alphanumeric : choice = new PASN_GeneralString(); return TRUE; case e_userInputSupportIndication : choice = new H245_UserInputIndication_userInputSupportIndication(); return TRUE; case e_signal : choice = new H245_UserInputIndication_signal(); return TRUE; case e_signalUpdate : choice = new H245_UserInputIndication_signalUpdate(); return TRUE; case e_extendedAlphanumeric : choice = new H245_UserInputIndication_extendedAlphanumeric(); return TRUE; case e_encryptedAlphanumeric : choice = new H245_UserInputIndication_encryptedAlphanumeric(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_UserInputIndication::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_UserInputIndication::Class()), PInvalidCast); #endif return new H245_UserInputIndication(*this); } // // MobileMultilinkReconfigurationIndication // H245_MobileMultilinkReconfigurationIndication::H245_MobileMultilinkReconfigurationIndication(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_sampleSize.SetConstraints(PASN_Object::FixedConstraint, 1, 255); m_samplesPerFrame.SetConstraints(PASN_Object::FixedConstraint, 1, 255); } #ifndef PASN_NOPRINTON void H245_MobileMultilinkReconfigurationIndication::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+13) << "sampleSize = " << setprecision(indent) << m_sampleSize << '\n'; strm << setw(indent+18) << "samplesPerFrame = " << setprecision(indent) << m_samplesPerFrame << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MobileMultilinkReconfigurationIndication::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MobileMultilinkReconfigurationIndication), PInvalidCast); #endif const H245_MobileMultilinkReconfigurationIndication & other = (const H245_MobileMultilinkReconfigurationIndication &)obj; Comparison result; if ((result = m_sampleSize.Compare(other.m_sampleSize)) != EqualTo) return result; if ((result = m_samplesPerFrame.Compare(other.m_samplesPerFrame)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MobileMultilinkReconfigurationIndication::GetDataLength() const { PINDEX length = 0; length += m_sampleSize.GetObjectLength(); length += m_samplesPerFrame.GetObjectLength(); return length; } BOOL H245_MobileMultilinkReconfigurationIndication::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_sampleSize.Decode(strm)) return FALSE; if (!m_samplesPerFrame.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MobileMultilinkReconfigurationIndication::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_sampleSize.Encode(strm); m_samplesPerFrame.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MobileMultilinkReconfigurationIndication::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MobileMultilinkReconfigurationIndication::Class()), PInvalidCast); #endif return new H245_MobileMultilinkReconfigurationIndication(*this); } // // ArrayOf_GenericParameter // H245_ArrayOf_GenericParameter::H245_ArrayOf_GenericParameter(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_GenericParameter::CreateObject() const { return new H245_GenericParameter; } H245_GenericParameter & H245_ArrayOf_GenericParameter::operator[](PINDEX i) const { return (H245_GenericParameter &)array[i]; } PObject * H245_ArrayOf_GenericParameter::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_GenericParameter::Class()), PInvalidCast); #endif return new H245_ArrayOf_GenericParameter(*this); } // // NonStandardIdentifier_h221NonStandard // H245_NonStandardIdentifier_h221NonStandard::H245_NonStandardIdentifier_h221NonStandard(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { m_t35CountryCode.SetConstraints(PASN_Object::FixedConstraint, 0, 255); m_t35Extension.SetConstraints(PASN_Object::FixedConstraint, 0, 255); m_manufacturerCode.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } #ifndef PASN_NOPRINTON void H245_NonStandardIdentifier_h221NonStandard::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "t35CountryCode = " << setprecision(indent) << m_t35CountryCode << '\n'; strm << setw(indent+15) << "t35Extension = " << setprecision(indent) << m_t35Extension << '\n'; strm << setw(indent+19) << "manufacturerCode = " << setprecision(indent) << m_manufacturerCode << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_NonStandardIdentifier_h221NonStandard::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_NonStandardIdentifier_h221NonStandard), PInvalidCast); #endif const H245_NonStandardIdentifier_h221NonStandard & other = (const H245_NonStandardIdentifier_h221NonStandard &)obj; Comparison result; if ((result = m_t35CountryCode.Compare(other.m_t35CountryCode)) != EqualTo) return result; if ((result = m_t35Extension.Compare(other.m_t35Extension)) != EqualTo) return result; if ((result = m_manufacturerCode.Compare(other.m_manufacturerCode)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_NonStandardIdentifier_h221NonStandard::GetDataLength() const { PINDEX length = 0; length += m_t35CountryCode.GetObjectLength(); length += m_t35Extension.GetObjectLength(); length += m_manufacturerCode.GetObjectLength(); return length; } BOOL H245_NonStandardIdentifier_h221NonStandard::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_t35CountryCode.Decode(strm)) return FALSE; if (!m_t35Extension.Decode(strm)) return FALSE; if (!m_manufacturerCode.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_NonStandardIdentifier_h221NonStandard::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_t35CountryCode.Encode(strm); m_t35Extension.Encode(strm); m_manufacturerCode.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_NonStandardIdentifier_h221NonStandard::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_NonStandardIdentifier_h221NonStandard::Class()), PInvalidCast); #endif return new H245_NonStandardIdentifier_h221NonStandard(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_MasterSlaveDeterminationAck_decision[]={ {"master",0} ,{"slave",1} }; #endif // // MasterSlaveDeterminationAck_decision // H245_MasterSlaveDeterminationAck_decision::H245_MasterSlaveDeterminationAck_decision(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_MasterSlaveDeterminationAck_decision,2 #endif ) { } BOOL H245_MasterSlaveDeterminationAck_decision::CreateObject() { choice = (tag <= e_slave) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_MasterSlaveDeterminationAck_decision::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MasterSlaveDeterminationAck_decision::Class()), PInvalidCast); #endif return new H245_MasterSlaveDeterminationAck_decision(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_MasterSlaveDeterminationReject_cause[]={ {"identicalNumbers",0} }; #endif // // MasterSlaveDeterminationReject_cause // H245_MasterSlaveDeterminationReject_cause::H245_MasterSlaveDeterminationReject_cause(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 1, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_MasterSlaveDeterminationReject_cause,1 #endif ) { } BOOL H245_MasterSlaveDeterminationReject_cause::CreateObject() { choice = (tag <= e_identicalNumbers) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_MasterSlaveDeterminationReject_cause::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MasterSlaveDeterminationReject_cause::Class()), PInvalidCast); #endif return new H245_MasterSlaveDeterminationReject_cause(*this); } // // ArrayOf_CapabilityTableEntry // H245_ArrayOf_CapabilityTableEntry::H245_ArrayOf_CapabilityTableEntry(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_CapabilityTableEntry::CreateObject() const { return new H245_CapabilityTableEntry; } H245_CapabilityTableEntry & H245_ArrayOf_CapabilityTableEntry::operator[](PINDEX i) const { return (H245_CapabilityTableEntry &)array[i]; } PObject * H245_ArrayOf_CapabilityTableEntry::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_CapabilityTableEntry::Class()), PInvalidCast); #endif return new H245_ArrayOf_CapabilityTableEntry(*this); } // // ArrayOf_CapabilityDescriptor // H245_ArrayOf_CapabilityDescriptor::H245_ArrayOf_CapabilityDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_CapabilityDescriptor::CreateObject() const { return new H245_CapabilityDescriptor; } H245_CapabilityDescriptor & H245_ArrayOf_CapabilityDescriptor::operator[](PINDEX i) const { return (H245_CapabilityDescriptor &)array[i]; } PObject * H245_ArrayOf_CapabilityDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_CapabilityDescriptor::Class()), PInvalidCast); #endif return new H245_ArrayOf_CapabilityDescriptor(*this); } // // ArrayOf_AlternativeCapabilitySet // H245_ArrayOf_AlternativeCapabilitySet::H245_ArrayOf_AlternativeCapabilitySet(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_AlternativeCapabilitySet::CreateObject() const { return new H245_AlternativeCapabilitySet; } H245_AlternativeCapabilitySet & H245_ArrayOf_AlternativeCapabilitySet::operator[](PINDEX i) const { return (H245_AlternativeCapabilitySet &)array[i]; } PObject * H245_ArrayOf_AlternativeCapabilitySet::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_AlternativeCapabilitySet::Class()), PInvalidCast); #endif return new H245_ArrayOf_AlternativeCapabilitySet(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_TerminalCapabilitySetReject_cause[]={ {"unspecified",0} ,{"undefinedTableEntryUsed",1} ,{"descriptorCapacityExceeded",2} ,{"tableEntryCapacityExceeded",3} }; #endif // // TerminalCapabilitySetReject_cause // H245_TerminalCapabilitySetReject_cause::H245_TerminalCapabilitySetReject_cause(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_TerminalCapabilitySetReject_cause,4 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_TerminalCapabilitySetReject_cause::operator H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded &() const #else H245_TerminalCapabilitySetReject_cause::operator H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded), PInvalidCast); #endif return *(H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded *)choice; } H245_TerminalCapabilitySetReject_cause::operator const H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded), PInvalidCast); #endif return *(H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded *)choice; } BOOL H245_TerminalCapabilitySetReject_cause::CreateObject() { switch (tag) { case e_unspecified : case e_undefinedTableEntryUsed : case e_descriptorCapacityExceeded : choice = new PASN_Null(); return TRUE; case e_tableEntryCapacityExceeded : choice = new H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_TerminalCapabilitySetReject_cause::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_TerminalCapabilitySetReject_cause::Class()), PInvalidCast); #endif return new H245_TerminalCapabilitySetReject_cause(*this); } // // Capability_h233EncryptionReceiveCapability // H245_Capability_h233EncryptionReceiveCapability::H245_Capability_h233EncryptionReceiveCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_h233IVResponseTime.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H245_Capability_h233EncryptionReceiveCapability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+21) << "h233IVResponseTime = " << setprecision(indent) << m_h233IVResponseTime << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_Capability_h233EncryptionReceiveCapability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_Capability_h233EncryptionReceiveCapability), PInvalidCast); #endif const H245_Capability_h233EncryptionReceiveCapability & other = (const H245_Capability_h233EncryptionReceiveCapability &)obj; Comparison result; if ((result = m_h233IVResponseTime.Compare(other.m_h233IVResponseTime)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_Capability_h233EncryptionReceiveCapability::GetDataLength() const { PINDEX length = 0; length += m_h233IVResponseTime.GetObjectLength(); return length; } BOOL H245_Capability_h233EncryptionReceiveCapability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_h233IVResponseTime.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_Capability_h233EncryptionReceiveCapability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_h233IVResponseTime.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_Capability_h233EncryptionReceiveCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_Capability_h233EncryptionReceiveCapability::Class()), PInvalidCast); #endif return new H245_Capability_h233EncryptionReceiveCapability(*this); } // // ArrayOf_VCCapability // H245_ArrayOf_VCCapability::H245_ArrayOf_VCCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_VCCapability::CreateObject() const { return new H245_VCCapability; } H245_VCCapability & H245_ArrayOf_VCCapability::operator[](PINDEX i) const { return (H245_VCCapability &)array[i]; } PObject * H245_ArrayOf_VCCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_VCCapability::Class()), PInvalidCast); #endif return new H245_ArrayOf_VCCapability(*this); } // // VCCapability_aal1 // H245_VCCapability_aal1::H245_VCCapability_aal1(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_VCCapability_aal1::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+20) << "nullClockRecovery = " << setprecision(indent) << m_nullClockRecovery << '\n'; strm << setw(indent+20) << "srtsClockRecovery = " << setprecision(indent) << m_srtsClockRecovery << '\n'; strm << setw(indent+24) << "adaptiveClockRecovery = " << setprecision(indent) << m_adaptiveClockRecovery << '\n'; strm << setw(indent+22) << "nullErrorCorrection = " << setprecision(indent) << m_nullErrorCorrection << '\n'; strm << setw(indent+18) << "longInterleaver = " << setprecision(indent) << m_longInterleaver << '\n'; strm << setw(indent+19) << "shortInterleaver = " << setprecision(indent) << m_shortInterleaver << '\n'; strm << setw(indent+22) << "errorCorrectionOnly = " << setprecision(indent) << m_errorCorrectionOnly << '\n'; strm << setw(indent+25) << "structuredDataTransfer = " << setprecision(indent) << m_structuredDataTransfer << '\n'; strm << setw(indent+23) << "partiallyFilledCells = " << setprecision(indent) << m_partiallyFilledCells << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_VCCapability_aal1::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_VCCapability_aal1), PInvalidCast); #endif const H245_VCCapability_aal1 & other = (const H245_VCCapability_aal1 &)obj; Comparison result; if ((result = m_nullClockRecovery.Compare(other.m_nullClockRecovery)) != EqualTo) return result; if ((result = m_srtsClockRecovery.Compare(other.m_srtsClockRecovery)) != EqualTo) return result; if ((result = m_adaptiveClockRecovery.Compare(other.m_adaptiveClockRecovery)) != EqualTo) return result; if ((result = m_nullErrorCorrection.Compare(other.m_nullErrorCorrection)) != EqualTo) return result; if ((result = m_longInterleaver.Compare(other.m_longInterleaver)) != EqualTo) return result; if ((result = m_shortInterleaver.Compare(other.m_shortInterleaver)) != EqualTo) return result; if ((result = m_errorCorrectionOnly.Compare(other.m_errorCorrectionOnly)) != EqualTo) return result; if ((result = m_structuredDataTransfer.Compare(other.m_structuredDataTransfer)) != EqualTo) return result; if ((result = m_partiallyFilledCells.Compare(other.m_partiallyFilledCells)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_VCCapability_aal1::GetDataLength() const { PINDEX length = 0; length += m_nullClockRecovery.GetObjectLength(); length += m_srtsClockRecovery.GetObjectLength(); length += m_adaptiveClockRecovery.GetObjectLength(); length += m_nullErrorCorrection.GetObjectLength(); length += m_longInterleaver.GetObjectLength(); length += m_shortInterleaver.GetObjectLength(); length += m_errorCorrectionOnly.GetObjectLength(); length += m_structuredDataTransfer.GetObjectLength(); length += m_partiallyFilledCells.GetObjectLength(); return length; } BOOL H245_VCCapability_aal1::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_nullClockRecovery.Decode(strm)) return FALSE; if (!m_srtsClockRecovery.Decode(strm)) return FALSE; if (!m_adaptiveClockRecovery.Decode(strm)) return FALSE; if (!m_nullErrorCorrection.Decode(strm)) return FALSE; if (!m_longInterleaver.Decode(strm)) return FALSE; if (!m_shortInterleaver.Decode(strm)) return FALSE; if (!m_errorCorrectionOnly.Decode(strm)) return FALSE; if (!m_structuredDataTransfer.Decode(strm)) return FALSE; if (!m_partiallyFilledCells.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_VCCapability_aal1::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_nullClockRecovery.Encode(strm); m_srtsClockRecovery.Encode(strm); m_adaptiveClockRecovery.Encode(strm); m_nullErrorCorrection.Encode(strm); m_longInterleaver.Encode(strm); m_shortInterleaver.Encode(strm); m_errorCorrectionOnly.Encode(strm); m_structuredDataTransfer.Encode(strm); m_partiallyFilledCells.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_VCCapability_aal1::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_VCCapability_aal1::Class()), PInvalidCast); #endif return new H245_VCCapability_aal1(*this); } // // VCCapability_aal5 // H245_VCCapability_aal5::H245_VCCapability_aal5(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_forwardMaximumSDUSize.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); m_backwardMaximumSDUSize.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } #ifndef PASN_NOPRINTON void H245_VCCapability_aal5::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+24) << "forwardMaximumSDUSize = " << setprecision(indent) << m_forwardMaximumSDUSize << '\n'; strm << setw(indent+25) << "backwardMaximumSDUSize = " << setprecision(indent) << m_backwardMaximumSDUSize << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_VCCapability_aal5::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_VCCapability_aal5), PInvalidCast); #endif const H245_VCCapability_aal5 & other = (const H245_VCCapability_aal5 &)obj; Comparison result; if ((result = m_forwardMaximumSDUSize.Compare(other.m_forwardMaximumSDUSize)) != EqualTo) return result; if ((result = m_backwardMaximumSDUSize.Compare(other.m_backwardMaximumSDUSize)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_VCCapability_aal5::GetDataLength() const { PINDEX length = 0; length += m_forwardMaximumSDUSize.GetObjectLength(); length += m_backwardMaximumSDUSize.GetObjectLength(); return length; } BOOL H245_VCCapability_aal5::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_forwardMaximumSDUSize.Decode(strm)) return FALSE; if (!m_backwardMaximumSDUSize.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_VCCapability_aal5::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_forwardMaximumSDUSize.Encode(strm); m_backwardMaximumSDUSize.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_VCCapability_aal5::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_VCCapability_aal5::Class()), PInvalidCast); #endif return new H245_VCCapability_aal5(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_H223Capability_h223MultiplexTableCapability[]={ {"basic",0} ,{"enhanced",1} }; #endif // // H223Capability_h223MultiplexTableCapability // H245_H223Capability_h223MultiplexTableCapability::H245_H223Capability_h223MultiplexTableCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_H223Capability_h223MultiplexTableCapability,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_H223Capability_h223MultiplexTableCapability::operator H245_H223Capability_h223MultiplexTableCapability_enhanced &() const #else H245_H223Capability_h223MultiplexTableCapability::operator H245_H223Capability_h223MultiplexTableCapability_enhanced &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H223Capability_h223MultiplexTableCapability_enhanced), PInvalidCast); #endif return *(H245_H223Capability_h223MultiplexTableCapability_enhanced *)choice; } H245_H223Capability_h223MultiplexTableCapability::operator const H245_H223Capability_h223MultiplexTableCapability_enhanced &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H223Capability_h223MultiplexTableCapability_enhanced), PInvalidCast); #endif return *(H245_H223Capability_h223MultiplexTableCapability_enhanced *)choice; } BOOL H245_H223Capability_h223MultiplexTableCapability::CreateObject() { switch (tag) { case e_basic : choice = new PASN_Null(); return TRUE; case e_enhanced : choice = new H245_H223Capability_h223MultiplexTableCapability_enhanced(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_H223Capability_h223MultiplexTableCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H223Capability_h223MultiplexTableCapability::Class()), PInvalidCast); #endif return new H245_H223Capability_h223MultiplexTableCapability(*this); } // // H223Capability_mobileOperationTransmitCapability // H245_H223Capability_mobileOperationTransmitCapability::H245_H223Capability_mobileOperationTransmitCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_H223Capability_mobileOperationTransmitCapability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+23) << "modeChangeCapability = " << setprecision(indent) << m_modeChangeCapability << '\n'; strm << setw(indent+13) << "h223AnnexA = " << setprecision(indent) << m_h223AnnexA << '\n'; strm << setw(indent+23) << "h223AnnexADoubleFlag = " << setprecision(indent) << m_h223AnnexADoubleFlag << '\n'; strm << setw(indent+13) << "h223AnnexB = " << setprecision(indent) << m_h223AnnexB << '\n'; strm << setw(indent+23) << "h223AnnexBwithHeader = " << setprecision(indent) << m_h223AnnexBwithHeader << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_H223Capability_mobileOperationTransmitCapability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_H223Capability_mobileOperationTransmitCapability), PInvalidCast); #endif const H245_H223Capability_mobileOperationTransmitCapability & other = (const H245_H223Capability_mobileOperationTransmitCapability &)obj; Comparison result; if ((result = m_modeChangeCapability.Compare(other.m_modeChangeCapability)) != EqualTo) return result; if ((result = m_h223AnnexA.Compare(other.m_h223AnnexA)) != EqualTo) return result; if ((result = m_h223AnnexADoubleFlag.Compare(other.m_h223AnnexADoubleFlag)) != EqualTo) return result; if ((result = m_h223AnnexB.Compare(other.m_h223AnnexB)) != EqualTo) return result; if ((result = m_h223AnnexBwithHeader.Compare(other.m_h223AnnexBwithHeader)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_H223Capability_mobileOperationTransmitCapability::GetDataLength() const { PINDEX length = 0; length += m_modeChangeCapability.GetObjectLength(); length += m_h223AnnexA.GetObjectLength(); length += m_h223AnnexADoubleFlag.GetObjectLength(); length += m_h223AnnexB.GetObjectLength(); length += m_h223AnnexBwithHeader.GetObjectLength(); return length; } BOOL H245_H223Capability_mobileOperationTransmitCapability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_modeChangeCapability.Decode(strm)) return FALSE; if (!m_h223AnnexA.Decode(strm)) return FALSE; if (!m_h223AnnexADoubleFlag.Decode(strm)) return FALSE; if (!m_h223AnnexB.Decode(strm)) return FALSE; if (!m_h223AnnexBwithHeader.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_H223Capability_mobileOperationTransmitCapability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_modeChangeCapability.Encode(strm); m_h223AnnexA.Encode(strm); m_h223AnnexADoubleFlag.Encode(strm); m_h223AnnexB.Encode(strm); m_h223AnnexBwithHeader.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_H223Capability_mobileOperationTransmitCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H223Capability_mobileOperationTransmitCapability::Class()), PInvalidCast); #endif return new H245_H223Capability_mobileOperationTransmitCapability(*this); } // // H223Capability_mobileMultilinkFrameCapability // H245_H223Capability_mobileMultilinkFrameCapability::H245_H223Capability_mobileMultilinkFrameCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_maximumSampleSize.SetConstraints(PASN_Object::FixedConstraint, 1, 255); m_maximumPayloadLength.SetConstraints(PASN_Object::FixedConstraint, 1, 65025); } #ifndef PASN_NOPRINTON void H245_H223Capability_mobileMultilinkFrameCapability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+20) << "maximumSampleSize = " << setprecision(indent) << m_maximumSampleSize << '\n'; strm << setw(indent+23) << "maximumPayloadLength = " << setprecision(indent) << m_maximumPayloadLength << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_H223Capability_mobileMultilinkFrameCapability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_H223Capability_mobileMultilinkFrameCapability), PInvalidCast); #endif const H245_H223Capability_mobileMultilinkFrameCapability & other = (const H245_H223Capability_mobileMultilinkFrameCapability &)obj; Comparison result; if ((result = m_maximumSampleSize.Compare(other.m_maximumSampleSize)) != EqualTo) return result; if ((result = m_maximumPayloadLength.Compare(other.m_maximumPayloadLength)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_H223Capability_mobileMultilinkFrameCapability::GetDataLength() const { PINDEX length = 0; length += m_maximumSampleSize.GetObjectLength(); length += m_maximumPayloadLength.GetObjectLength(); return length; } BOOL H245_H223Capability_mobileMultilinkFrameCapability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_maximumSampleSize.Decode(strm)) return FALSE; if (!m_maximumPayloadLength.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_H223Capability_mobileMultilinkFrameCapability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_maximumSampleSize.Encode(strm); m_maximumPayloadLength.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_H223Capability_mobileMultilinkFrameCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H223Capability_mobileMultilinkFrameCapability::Class()), PInvalidCast); #endif return new H245_H223Capability_mobileMultilinkFrameCapability(*this); } // // H2250Capability_mcCapability // H245_H2250Capability_mcCapability::H245_H2250Capability_mcCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_H2250Capability_mcCapability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+26) << "centralizedConferenceMC = " << setprecision(indent) << m_centralizedConferenceMC << '\n'; strm << setw(indent+28) << "decentralizedConferenceMC = " << setprecision(indent) << m_decentralizedConferenceMC << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_H2250Capability_mcCapability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_H2250Capability_mcCapability), PInvalidCast); #endif const H245_H2250Capability_mcCapability & other = (const H245_H2250Capability_mcCapability &)obj; Comparison result; if ((result = m_centralizedConferenceMC.Compare(other.m_centralizedConferenceMC)) != EqualTo) return result; if ((result = m_decentralizedConferenceMC.Compare(other.m_decentralizedConferenceMC)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_H2250Capability_mcCapability::GetDataLength() const { PINDEX length = 0; length += m_centralizedConferenceMC.GetObjectLength(); length += m_decentralizedConferenceMC.GetObjectLength(); return length; } BOOL H245_H2250Capability_mcCapability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_centralizedConferenceMC.Decode(strm)) return FALSE; if (!m_decentralizedConferenceMC.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_H2250Capability_mcCapability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_centralizedConferenceMC.Encode(strm); m_decentralizedConferenceMC.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_H2250Capability_mcCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H2250Capability_mcCapability::Class()), PInvalidCast); #endif return new H245_H2250Capability_mcCapability(*this); } // // ArrayOf_RedundancyEncodingCapability // H245_ArrayOf_RedundancyEncodingCapability::H245_ArrayOf_RedundancyEncodingCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_RedundancyEncodingCapability::CreateObject() const { return new H245_RedundancyEncodingCapability; } H245_RedundancyEncodingCapability & H245_ArrayOf_RedundancyEncodingCapability::operator[](PINDEX i) const { return (H245_RedundancyEncodingCapability &)array[i]; } PObject * H245_ArrayOf_RedundancyEncodingCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_RedundancyEncodingCapability::Class()), PInvalidCast); #endif return new H245_ArrayOf_RedundancyEncodingCapability(*this); } // // ArrayOf_RTPPayloadType // H245_ArrayOf_RTPPayloadType::H245_ArrayOf_RTPPayloadType(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_RTPPayloadType::CreateObject() const { return new H245_RTPPayloadType; } H245_RTPPayloadType & H245_ArrayOf_RTPPayloadType::operator[](PINDEX i) const { return (H245_RTPPayloadType &)array[i]; } PObject * H245_ArrayOf_RTPPayloadType::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_RTPPayloadType::Class()), PInvalidCast); #endif return new H245_ArrayOf_RTPPayloadType(*this); } // // MediaTransportType_atm-AAL5-compressed // H245_MediaTransportType_atm_AAL5_compressed::H245_MediaTransportType_atm_AAL5_compressed(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_MediaTransportType_atm_AAL5_compressed::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "variable_delta = " << setprecision(indent) << m_variable_delta << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MediaTransportType_atm_AAL5_compressed::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MediaTransportType_atm_AAL5_compressed), PInvalidCast); #endif const H245_MediaTransportType_atm_AAL5_compressed & other = (const H245_MediaTransportType_atm_AAL5_compressed &)obj; Comparison result; if ((result = m_variable_delta.Compare(other.m_variable_delta)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MediaTransportType_atm_AAL5_compressed::GetDataLength() const { PINDEX length = 0; length += m_variable_delta.GetObjectLength(); return length; } BOOL H245_MediaTransportType_atm_AAL5_compressed::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_variable_delta.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MediaTransportType_atm_AAL5_compressed::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_variable_delta.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MediaTransportType_atm_AAL5_compressed::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MediaTransportType_atm_AAL5_compressed::Class()), PInvalidCast); #endif return new H245_MediaTransportType_atm_AAL5_compressed(*this); } // // ArrayOf_QOSCapability // H245_ArrayOf_QOSCapability::H245_ArrayOf_QOSCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_QOSCapability::CreateObject() const { return new H245_QOSCapability; } H245_QOSCapability & H245_ArrayOf_QOSCapability::operator[](PINDEX i) const { return (H245_QOSCapability &)array[i]; } PObject * H245_ArrayOf_QOSCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_QOSCapability::Class()), PInvalidCast); #endif return new H245_ArrayOf_QOSCapability(*this); } // // ArrayOf_MediaChannelCapability // H245_ArrayOf_MediaChannelCapability::H245_ArrayOf_MediaChannelCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_MediaChannelCapability::CreateObject() const { return new H245_MediaChannelCapability; } H245_MediaChannelCapability & H245_ArrayOf_MediaChannelCapability::operator[](PINDEX i) const { return (H245_MediaChannelCapability &)array[i]; } PObject * H245_ArrayOf_MediaChannelCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_MediaChannelCapability::Class()), PInvalidCast); #endif return new H245_ArrayOf_MediaChannelCapability(*this); } // // ArrayOf_CapabilityTableEntryNumber // H245_ArrayOf_CapabilityTableEntryNumber::H245_ArrayOf_CapabilityTableEntryNumber(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_CapabilityTableEntryNumber::CreateObject() const { return new H245_CapabilityTableEntryNumber; } H245_CapabilityTableEntryNumber & H245_ArrayOf_CapabilityTableEntryNumber::operator[](PINDEX i) const { return (H245_CapabilityTableEntryNumber &)array[i]; } PObject * H245_ArrayOf_CapabilityTableEntryNumber::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_CapabilityTableEntryNumber::Class()), PInvalidCast); #endif return new H245_ArrayOf_CapabilityTableEntryNumber(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping[]={ {"roundrobin",0} ,{"custom",1} }; #endif // // RTPH263VideoRedundancyEncoding_frameToThreadMapping // H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping::H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping::operator H245_ArrayOf_RTPH263VideoRedundancyFrameMapping &() const #else H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping::operator H245_ArrayOf_RTPH263VideoRedundancyFrameMapping &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ArrayOf_RTPH263VideoRedundancyFrameMapping), PInvalidCast); #endif return *(H245_ArrayOf_RTPH263VideoRedundancyFrameMapping *)choice; } H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping::operator const H245_ArrayOf_RTPH263VideoRedundancyFrameMapping &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ArrayOf_RTPH263VideoRedundancyFrameMapping), PInvalidCast); #endif return *(H245_ArrayOf_RTPH263VideoRedundancyFrameMapping *)choice; } BOOL H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping::CreateObject() { switch (tag) { case e_roundrobin : choice = new PASN_Null(); return TRUE; case e_custom : choice = new H245_ArrayOf_RTPH263VideoRedundancyFrameMapping(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 256); return TRUE; } choice = NULL; return FALSE; } PObject * H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping::Class()), PInvalidCast); #endif return new H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping(*this); } // // RTPH263VideoRedundancyEncoding_containedThreads // H245_RTPH263VideoRedundancyEncoding_containedThreads::H245_RTPH263VideoRedundancyEncoding_containedThreads(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 256); } PASN_Object * H245_RTPH263VideoRedundancyEncoding_containedThreads::CreateObject() const { PASN_Integer * obj = new PASN_Integer; obj->SetConstraints(PASN_Object::FixedConstraint, 0, 15); return obj; } PASN_Integer & H245_RTPH263VideoRedundancyEncoding_containedThreads::operator[](PINDEX i) const { return (PASN_Integer &)array[i]; } PObject * H245_RTPH263VideoRedundancyEncoding_containedThreads::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RTPH263VideoRedundancyEncoding_containedThreads::Class()), PInvalidCast); #endif return new H245_RTPH263VideoRedundancyEncoding_containedThreads(*this); } // // RTPH263VideoRedundancyFrameMapping_frameSequence // H245_RTPH263VideoRedundancyFrameMapping_frameSequence::H245_RTPH263VideoRedundancyFrameMapping_frameSequence(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 256); } PASN_Object * H245_RTPH263VideoRedundancyFrameMapping_frameSequence::CreateObject() const { PASN_Integer * obj = new PASN_Integer; obj->SetConstraints(PASN_Object::FixedConstraint, 0, 255); return obj; } PASN_Integer & H245_RTPH263VideoRedundancyFrameMapping_frameSequence::operator[](PINDEX i) const { return (PASN_Integer &)array[i]; } PObject * H245_RTPH263VideoRedundancyFrameMapping_frameSequence::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RTPH263VideoRedundancyFrameMapping_frameSequence::Class()), PInvalidCast); #endif return new H245_RTPH263VideoRedundancyFrameMapping_frameSequence(*this); } // // ArrayOf_MediaDistributionCapability // H245_ArrayOf_MediaDistributionCapability::H245_ArrayOf_MediaDistributionCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_MediaDistributionCapability::CreateObject() const { return new H245_MediaDistributionCapability; } H245_MediaDistributionCapability & H245_ArrayOf_MediaDistributionCapability::operator[](PINDEX i) const { return (H245_MediaDistributionCapability &)array[i]; } PObject * H245_ArrayOf_MediaDistributionCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_MediaDistributionCapability::Class()), PInvalidCast); #endif return new H245_ArrayOf_MediaDistributionCapability(*this); } // // ArrayOf_DataApplicationCapability // H245_ArrayOf_DataApplicationCapability::H245_ArrayOf_DataApplicationCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_DataApplicationCapability::CreateObject() const { return new H245_DataApplicationCapability; } H245_DataApplicationCapability & H245_ArrayOf_DataApplicationCapability::operator[](PINDEX i) const { return (H245_DataApplicationCapability &)array[i]; } PObject * H245_ArrayOf_DataApplicationCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_DataApplicationCapability::Class()), PInvalidCast); #endif return new H245_ArrayOf_DataApplicationCapability(*this); } // // ArrayOf_VideoCapability // H245_ArrayOf_VideoCapability::H245_ArrayOf_VideoCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_VideoCapability::CreateObject() const { return new H245_VideoCapability; } H245_VideoCapability & H245_ArrayOf_VideoCapability::operator[](PINDEX i) const { return (H245_VideoCapability &)array[i]; } PObject * H245_ArrayOf_VideoCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_VideoCapability::Class()), PInvalidCast); #endif return new H245_ArrayOf_VideoCapability(*this); } // // ArrayOf_GenericCapability // H245_ArrayOf_GenericCapability::H245_ArrayOf_GenericCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_GenericCapability::CreateObject() const { return new H245_GenericCapability; } H245_GenericCapability & H245_ArrayOf_GenericCapability::operator[](PINDEX i) const { return (H245_GenericCapability &)array[i]; } PObject * H245_ArrayOf_GenericCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_GenericCapability::Class()), PInvalidCast); #endif return new H245_ArrayOf_GenericCapability(*this); } // // ArrayOf_EnhancementOptions // H245_ArrayOf_EnhancementOptions::H245_ArrayOf_EnhancementOptions(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_EnhancementOptions::CreateObject() const { return new H245_EnhancementOptions; } H245_EnhancementOptions & H245_ArrayOf_EnhancementOptions::operator[](PINDEX i) const { return (H245_EnhancementOptions &)array[i]; } PObject * H245_ArrayOf_EnhancementOptions::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_EnhancementOptions::Class()), PInvalidCast); #endif return new H245_ArrayOf_EnhancementOptions(*this); } // // ArrayOf_BEnhancementParameters // H245_ArrayOf_BEnhancementParameters::H245_ArrayOf_BEnhancementParameters(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_BEnhancementParameters::CreateObject() const { return new H245_BEnhancementParameters; } H245_BEnhancementParameters & H245_ArrayOf_BEnhancementParameters::operator[](PINDEX i) const { return (H245_BEnhancementParameters &)array[i]; } PObject * H245_ArrayOf_BEnhancementParameters::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_BEnhancementParameters::Class()), PInvalidCast); #endif return new H245_ArrayOf_BEnhancementParameters(*this); } // // ArrayOf_CustomPictureClockFrequency // H245_ArrayOf_CustomPictureClockFrequency::H245_ArrayOf_CustomPictureClockFrequency(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_CustomPictureClockFrequency::CreateObject() const { return new H245_CustomPictureClockFrequency; } H245_CustomPictureClockFrequency & H245_ArrayOf_CustomPictureClockFrequency::operator[](PINDEX i) const { return (H245_CustomPictureClockFrequency &)array[i]; } PObject * H245_ArrayOf_CustomPictureClockFrequency::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_CustomPictureClockFrequency::Class()), PInvalidCast); #endif return new H245_ArrayOf_CustomPictureClockFrequency(*this); } #endif // if ! H323_DISABLE_H245 // End of h245_1.cxx openh323_v1_18_0/src/h245_2.cxx0100644000176200056700000113761510260650624016065 0ustar releasepostincr// // h245_2.cxx // // Code automatically generated by asnparse. // #include #include "h245.h" #define new PNEW #if ! H323_DISABLE_H245 // // ArrayOf_CustomPictureFormat // H245_ArrayOf_CustomPictureFormat::H245_ArrayOf_CustomPictureFormat(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_CustomPictureFormat::CreateObject() const { return new H245_CustomPictureFormat; } H245_CustomPictureFormat & H245_ArrayOf_CustomPictureFormat::operator[](PINDEX i) const { return (H245_CustomPictureFormat &)array[i]; } PObject * H245_ArrayOf_CustomPictureFormat::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_CustomPictureFormat::Class()), PInvalidCast); #endif return new H245_ArrayOf_CustomPictureFormat(*this); } // // ArrayOf_H263VideoModeCombos // H245_ArrayOf_H263VideoModeCombos::H245_ArrayOf_H263VideoModeCombos(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_H263VideoModeCombos::CreateObject() const { return new H245_H263VideoModeCombos; } H245_H263VideoModeCombos & H245_ArrayOf_H263VideoModeCombos::operator[](PINDEX i) const { return (H245_H263VideoModeCombos &)array[i]; } PObject * H245_ArrayOf_H263VideoModeCombos::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_H263VideoModeCombos::Class()), PInvalidCast); #endif return new H245_ArrayOf_H263VideoModeCombos(*this); } // // RefPictureSelection_additionalPictureMemory // H245_RefPictureSelection_additionalPictureMemory::H245_RefPictureSelection_additionalPictureMemory(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 6, TRUE, 0) { m_sqcifAdditionalPictureMemory.SetConstraints(PASN_Object::FixedConstraint, 1, 256); m_qcifAdditionalPictureMemory.SetConstraints(PASN_Object::FixedConstraint, 1, 256); m_cifAdditionalPictureMemory.SetConstraints(PASN_Object::FixedConstraint, 1, 256); m_cif4AdditionalPictureMemory.SetConstraints(PASN_Object::FixedConstraint, 1, 256); m_cif16AdditionalPictureMemory.SetConstraints(PASN_Object::FixedConstraint, 1, 256); m_bigCpfAdditionalPictureMemory.SetConstraints(PASN_Object::FixedConstraint, 1, 256); } #ifndef PASN_NOPRINTON void H245_RefPictureSelection_additionalPictureMemory::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_sqcifAdditionalPictureMemory)) strm << setw(indent+31) << "sqcifAdditionalPictureMemory = " << setprecision(indent) << m_sqcifAdditionalPictureMemory << '\n'; if (HasOptionalField(e_qcifAdditionalPictureMemory)) strm << setw(indent+30) << "qcifAdditionalPictureMemory = " << setprecision(indent) << m_qcifAdditionalPictureMemory << '\n'; if (HasOptionalField(e_cifAdditionalPictureMemory)) strm << setw(indent+29) << "cifAdditionalPictureMemory = " << setprecision(indent) << m_cifAdditionalPictureMemory << '\n'; if (HasOptionalField(e_cif4AdditionalPictureMemory)) strm << setw(indent+30) << "cif4AdditionalPictureMemory = " << setprecision(indent) << m_cif4AdditionalPictureMemory << '\n'; if (HasOptionalField(e_cif16AdditionalPictureMemory)) strm << setw(indent+31) << "cif16AdditionalPictureMemory = " << setprecision(indent) << m_cif16AdditionalPictureMemory << '\n'; if (HasOptionalField(e_bigCpfAdditionalPictureMemory)) strm << setw(indent+32) << "bigCpfAdditionalPictureMemory = " << setprecision(indent) << m_bigCpfAdditionalPictureMemory << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_RefPictureSelection_additionalPictureMemory::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_RefPictureSelection_additionalPictureMemory), PInvalidCast); #endif const H245_RefPictureSelection_additionalPictureMemory & other = (const H245_RefPictureSelection_additionalPictureMemory &)obj; Comparison result; if ((result = m_sqcifAdditionalPictureMemory.Compare(other.m_sqcifAdditionalPictureMemory)) != EqualTo) return result; if ((result = m_qcifAdditionalPictureMemory.Compare(other.m_qcifAdditionalPictureMemory)) != EqualTo) return result; if ((result = m_cifAdditionalPictureMemory.Compare(other.m_cifAdditionalPictureMemory)) != EqualTo) return result; if ((result = m_cif4AdditionalPictureMemory.Compare(other.m_cif4AdditionalPictureMemory)) != EqualTo) return result; if ((result = m_cif16AdditionalPictureMemory.Compare(other.m_cif16AdditionalPictureMemory)) != EqualTo) return result; if ((result = m_bigCpfAdditionalPictureMemory.Compare(other.m_bigCpfAdditionalPictureMemory)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_RefPictureSelection_additionalPictureMemory::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_sqcifAdditionalPictureMemory)) length += m_sqcifAdditionalPictureMemory.GetObjectLength(); if (HasOptionalField(e_qcifAdditionalPictureMemory)) length += m_qcifAdditionalPictureMemory.GetObjectLength(); if (HasOptionalField(e_cifAdditionalPictureMemory)) length += m_cifAdditionalPictureMemory.GetObjectLength(); if (HasOptionalField(e_cif4AdditionalPictureMemory)) length += m_cif4AdditionalPictureMemory.GetObjectLength(); if (HasOptionalField(e_cif16AdditionalPictureMemory)) length += m_cif16AdditionalPictureMemory.GetObjectLength(); if (HasOptionalField(e_bigCpfAdditionalPictureMemory)) length += m_bigCpfAdditionalPictureMemory.GetObjectLength(); return length; } BOOL H245_RefPictureSelection_additionalPictureMemory::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_sqcifAdditionalPictureMemory) && !m_sqcifAdditionalPictureMemory.Decode(strm)) return FALSE; if (HasOptionalField(e_qcifAdditionalPictureMemory) && !m_qcifAdditionalPictureMemory.Decode(strm)) return FALSE; if (HasOptionalField(e_cifAdditionalPictureMemory) && !m_cifAdditionalPictureMemory.Decode(strm)) return FALSE; if (HasOptionalField(e_cif4AdditionalPictureMemory) && !m_cif4AdditionalPictureMemory.Decode(strm)) return FALSE; if (HasOptionalField(e_cif16AdditionalPictureMemory) && !m_cif16AdditionalPictureMemory.Decode(strm)) return FALSE; if (HasOptionalField(e_bigCpfAdditionalPictureMemory) && !m_bigCpfAdditionalPictureMemory.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_RefPictureSelection_additionalPictureMemory::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_sqcifAdditionalPictureMemory)) m_sqcifAdditionalPictureMemory.Encode(strm); if (HasOptionalField(e_qcifAdditionalPictureMemory)) m_qcifAdditionalPictureMemory.Encode(strm); if (HasOptionalField(e_cifAdditionalPictureMemory)) m_cifAdditionalPictureMemory.Encode(strm); if (HasOptionalField(e_cif4AdditionalPictureMemory)) m_cif4AdditionalPictureMemory.Encode(strm); if (HasOptionalField(e_cif16AdditionalPictureMemory)) m_cif16AdditionalPictureMemory.Encode(strm); if (HasOptionalField(e_bigCpfAdditionalPictureMemory)) m_bigCpfAdditionalPictureMemory.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_RefPictureSelection_additionalPictureMemory::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RefPictureSelection_additionalPictureMemory::Class()), PInvalidCast); #endif return new H245_RefPictureSelection_additionalPictureMemory(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_RefPictureSelection_videoBackChannelSend[]={ {"none",0} ,{"ackMessageOnly",1} ,{"nackMessageOnly",2} ,{"ackOrNackMessageOnly",3} ,{"ackAndNackMessage",4} }; #endif // // RefPictureSelection_videoBackChannelSend // H245_RefPictureSelection_videoBackChannelSend::H245_RefPictureSelection_videoBackChannelSend(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 5, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_RefPictureSelection_videoBackChannelSend,5 #endif ) { } BOOL H245_RefPictureSelection_videoBackChannelSend::CreateObject() { choice = (tag <= e_ackAndNackMessage) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_RefPictureSelection_videoBackChannelSend::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RefPictureSelection_videoBackChannelSend::Class()), PInvalidCast); #endif return new H245_RefPictureSelection_videoBackChannelSend(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_CustomPictureFormat_pixelAspectInformation[]={ {"anyPixelAspectRatio",0} ,{"pixelAspectCode",1} ,{"extendedPAR",2} }; #endif // // CustomPictureFormat_pixelAspectInformation // H245_CustomPictureFormat_pixelAspectInformation::H245_CustomPictureFormat_pixelAspectInformation(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_CustomPictureFormat_pixelAspectInformation,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_CustomPictureFormat_pixelAspectInformation::operator H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode &() const #else H245_CustomPictureFormat_pixelAspectInformation::operator H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode), PInvalidCast); #endif return *(H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode *)choice; } H245_CustomPictureFormat_pixelAspectInformation::operator const H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode), PInvalidCast); #endif return *(H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_CustomPictureFormat_pixelAspectInformation::operator H245_CustomPictureFormat_pixelAspectInformation_extendedPAR &() const #else H245_CustomPictureFormat_pixelAspectInformation::operator H245_CustomPictureFormat_pixelAspectInformation_extendedPAR &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_CustomPictureFormat_pixelAspectInformation_extendedPAR), PInvalidCast); #endif return *(H245_CustomPictureFormat_pixelAspectInformation_extendedPAR *)choice; } H245_CustomPictureFormat_pixelAspectInformation::operator const H245_CustomPictureFormat_pixelAspectInformation_extendedPAR &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_CustomPictureFormat_pixelAspectInformation_extendedPAR), PInvalidCast); #endif return *(H245_CustomPictureFormat_pixelAspectInformation_extendedPAR *)choice; } BOOL H245_CustomPictureFormat_pixelAspectInformation::CreateObject() { switch (tag) { case e_anyPixelAspectRatio : choice = new PASN_Boolean(); return TRUE; case e_pixelAspectCode : choice = new H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode(); return TRUE; case e_extendedPAR : choice = new H245_CustomPictureFormat_pixelAspectInformation_extendedPAR(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_CustomPictureFormat_pixelAspectInformation::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_CustomPictureFormat_pixelAspectInformation::Class()), PInvalidCast); #endif return new H245_CustomPictureFormat_pixelAspectInformation(*this); } // // ArrayOf_H263ModeComboFlags // H245_ArrayOf_H263ModeComboFlags::H245_ArrayOf_H263ModeComboFlags(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_H263ModeComboFlags::CreateObject() const { return new H245_H263ModeComboFlags; } H245_H263ModeComboFlags & H245_ArrayOf_H263ModeComboFlags::operator[](PINDEX i) const { return (H245_H263ModeComboFlags &)array[i]; } PObject * H245_ArrayOf_H263ModeComboFlags::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_H263ModeComboFlags::Class()), PInvalidCast); #endif return new H245_ArrayOf_H263ModeComboFlags(*this); } // // AudioCapability_g7231 // H245_AudioCapability_g7231::H245_AudioCapability_g7231(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { m_maxAl_sduAudioFrames.SetConstraints(PASN_Object::FixedConstraint, 1, 256); } #ifndef PASN_NOPRINTON void H245_AudioCapability_g7231::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+23) << "maxAl_sduAudioFrames = " << setprecision(indent) << m_maxAl_sduAudioFrames << '\n'; strm << setw(indent+21) << "silenceSuppression = " << setprecision(indent) << m_silenceSuppression << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_AudioCapability_g7231::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_AudioCapability_g7231), PInvalidCast); #endif const H245_AudioCapability_g7231 & other = (const H245_AudioCapability_g7231 &)obj; Comparison result; if ((result = m_maxAl_sduAudioFrames.Compare(other.m_maxAl_sduAudioFrames)) != EqualTo) return result; if ((result = m_silenceSuppression.Compare(other.m_silenceSuppression)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_AudioCapability_g7231::GetDataLength() const { PINDEX length = 0; length += m_maxAl_sduAudioFrames.GetObjectLength(); length += m_silenceSuppression.GetObjectLength(); return length; } BOOL H245_AudioCapability_g7231::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_maxAl_sduAudioFrames.Decode(strm)) return FALSE; if (!m_silenceSuppression.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_AudioCapability_g7231::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_maxAl_sduAudioFrames.Encode(strm); m_silenceSuppression.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_AudioCapability_g7231::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_AudioCapability_g7231::Class()), PInvalidCast); #endif return new H245_AudioCapability_g7231(*this); } // // G7231AnnexCCapability_g723AnnexCAudioMode // H245_G7231AnnexCCapability_g723AnnexCAudioMode::H245_G7231AnnexCCapability_g723AnnexCAudioMode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_highRateMode0.SetConstraints(PASN_Object::FixedConstraint, 27, 78); m_highRateMode1.SetConstraints(PASN_Object::FixedConstraint, 27, 78); m_lowRateMode0.SetConstraints(PASN_Object::FixedConstraint, 23, 66); m_lowRateMode1.SetConstraints(PASN_Object::FixedConstraint, 23, 66); m_sidMode0.SetConstraints(PASN_Object::FixedConstraint, 6, 17); m_sidMode1.SetConstraints(PASN_Object::FixedConstraint, 6, 17); } #ifndef PASN_NOPRINTON void H245_G7231AnnexCCapability_g723AnnexCAudioMode::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "highRateMode0 = " << setprecision(indent) << m_highRateMode0 << '\n'; strm << setw(indent+16) << "highRateMode1 = " << setprecision(indent) << m_highRateMode1 << '\n'; strm << setw(indent+15) << "lowRateMode0 = " << setprecision(indent) << m_lowRateMode0 << '\n'; strm << setw(indent+15) << "lowRateMode1 = " << setprecision(indent) << m_lowRateMode1 << '\n'; strm << setw(indent+11) << "sidMode0 = " << setprecision(indent) << m_sidMode0 << '\n'; strm << setw(indent+11) << "sidMode1 = " << setprecision(indent) << m_sidMode1 << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_G7231AnnexCCapability_g723AnnexCAudioMode::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_G7231AnnexCCapability_g723AnnexCAudioMode), PInvalidCast); #endif const H245_G7231AnnexCCapability_g723AnnexCAudioMode & other = (const H245_G7231AnnexCCapability_g723AnnexCAudioMode &)obj; Comparison result; if ((result = m_highRateMode0.Compare(other.m_highRateMode0)) != EqualTo) return result; if ((result = m_highRateMode1.Compare(other.m_highRateMode1)) != EqualTo) return result; if ((result = m_lowRateMode0.Compare(other.m_lowRateMode0)) != EqualTo) return result; if ((result = m_lowRateMode1.Compare(other.m_lowRateMode1)) != EqualTo) return result; if ((result = m_sidMode0.Compare(other.m_sidMode0)) != EqualTo) return result; if ((result = m_sidMode1.Compare(other.m_sidMode1)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_G7231AnnexCCapability_g723AnnexCAudioMode::GetDataLength() const { PINDEX length = 0; length += m_highRateMode0.GetObjectLength(); length += m_highRateMode1.GetObjectLength(); length += m_lowRateMode0.GetObjectLength(); length += m_lowRateMode1.GetObjectLength(); length += m_sidMode0.GetObjectLength(); length += m_sidMode1.GetObjectLength(); return length; } BOOL H245_G7231AnnexCCapability_g723AnnexCAudioMode::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_highRateMode0.Decode(strm)) return FALSE; if (!m_highRateMode1.Decode(strm)) return FALSE; if (!m_lowRateMode0.Decode(strm)) return FALSE; if (!m_lowRateMode1.Decode(strm)) return FALSE; if (!m_sidMode0.Decode(strm)) return FALSE; if (!m_sidMode1.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_G7231AnnexCCapability_g723AnnexCAudioMode::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_highRateMode0.Encode(strm); m_highRateMode1.Encode(strm); m_lowRateMode0.Encode(strm); m_lowRateMode1.Encode(strm); m_sidMode0.Encode(strm); m_sidMode1.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_G7231AnnexCCapability_g723AnnexCAudioMode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_G7231AnnexCCapability_g723AnnexCAudioMode::Class()), PInvalidCast); #endif return new H245_G7231AnnexCCapability_g723AnnexCAudioMode(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_DataApplicationCapability_application[]={ {"nonStandard",0} ,{"t120",1} ,{"dsm_cc",2} ,{"userData",3} ,{"t84",4} ,{"t434",5} ,{"h224",6} ,{"nlpid",7} ,{"dsvdControl",8} ,{"h222DataPartitioning",9} ,{"t30fax",10} ,{"t140",11} ,{"t38fax",12} ,{"genericDataCapability",13} }; #endif // // DataApplicationCapability_application // H245_DataApplicationCapability_application::H245_DataApplicationCapability_application(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 10, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_DataApplicationCapability_application,14 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_DataApplicationCapability_application::operator H245_NonStandardParameter &() const #else H245_DataApplicationCapability_application::operator H245_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } H245_DataApplicationCapability_application::operator const H245_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_DataApplicationCapability_application::operator H245_DataProtocolCapability &() const #else H245_DataApplicationCapability_application::operator H245_DataProtocolCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DataProtocolCapability), PInvalidCast); #endif return *(H245_DataProtocolCapability *)choice; } H245_DataApplicationCapability_application::operator const H245_DataProtocolCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DataProtocolCapability), PInvalidCast); #endif return *(H245_DataProtocolCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_DataApplicationCapability_application::operator H245_DataApplicationCapability_application_t84 &() const #else H245_DataApplicationCapability_application::operator H245_DataApplicationCapability_application_t84 &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DataApplicationCapability_application_t84), PInvalidCast); #endif return *(H245_DataApplicationCapability_application_t84 *)choice; } H245_DataApplicationCapability_application::operator const H245_DataApplicationCapability_application_t84 &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DataApplicationCapability_application_t84), PInvalidCast); #endif return *(H245_DataApplicationCapability_application_t84 *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_DataApplicationCapability_application::operator H245_DataApplicationCapability_application_nlpid &() const #else H245_DataApplicationCapability_application::operator H245_DataApplicationCapability_application_nlpid &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DataApplicationCapability_application_nlpid), PInvalidCast); #endif return *(H245_DataApplicationCapability_application_nlpid *)choice; } H245_DataApplicationCapability_application::operator const H245_DataApplicationCapability_application_nlpid &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DataApplicationCapability_application_nlpid), PInvalidCast); #endif return *(H245_DataApplicationCapability_application_nlpid *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_DataApplicationCapability_application::operator H245_DataApplicationCapability_application_t38fax &() const #else H245_DataApplicationCapability_application::operator H245_DataApplicationCapability_application_t38fax &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DataApplicationCapability_application_t38fax), PInvalidCast); #endif return *(H245_DataApplicationCapability_application_t38fax *)choice; } H245_DataApplicationCapability_application::operator const H245_DataApplicationCapability_application_t38fax &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DataApplicationCapability_application_t38fax), PInvalidCast); #endif return *(H245_DataApplicationCapability_application_t38fax *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_DataApplicationCapability_application::operator H245_GenericCapability &() const #else H245_DataApplicationCapability_application::operator H245_GenericCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_GenericCapability), PInvalidCast); #endif return *(H245_GenericCapability *)choice; } H245_DataApplicationCapability_application::operator const H245_GenericCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_GenericCapability), PInvalidCast); #endif return *(H245_GenericCapability *)choice; } BOOL H245_DataApplicationCapability_application::CreateObject() { switch (tag) { case e_nonStandard : choice = new H245_NonStandardParameter(); return TRUE; case e_t120 : case e_dsm_cc : case e_userData : case e_t434 : case e_h224 : case e_h222DataPartitioning : case e_t30fax : case e_t140 : choice = new H245_DataProtocolCapability(); return TRUE; case e_t84 : choice = new H245_DataApplicationCapability_application_t84(); return TRUE; case e_nlpid : choice = new H245_DataApplicationCapability_application_nlpid(); return TRUE; case e_dsvdControl : choice = new PASN_Null(); return TRUE; case e_t38fax : choice = new H245_DataApplicationCapability_application_t38fax(); return TRUE; case e_genericDataCapability : choice = new H245_GenericCapability(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_DataApplicationCapability_application::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_DataApplicationCapability_application::Class()), PInvalidCast); #endif return new H245_DataApplicationCapability_application(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_DataProtocolCapability_v76wCompression[]={ {"transmitCompression",0} ,{"receiveCompression",1} ,{"transmitAndReceiveCompression",2} }; #endif // // DataProtocolCapability_v76wCompression // H245_DataProtocolCapability_v76wCompression::H245_DataProtocolCapability_v76wCompression(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_DataProtocolCapability_v76wCompression,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_DataProtocolCapability_v76wCompression::operator H245_CompressionType &() const #else H245_DataProtocolCapability_v76wCompression::operator H245_CompressionType &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_CompressionType), PInvalidCast); #endif return *(H245_CompressionType *)choice; } H245_DataProtocolCapability_v76wCompression::operator const H245_CompressionType &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_CompressionType), PInvalidCast); #endif return *(H245_CompressionType *)choice; } BOOL H245_DataProtocolCapability_v76wCompression::CreateObject() { switch (tag) { case e_transmitCompression : case e_receiveCompression : case e_transmitAndReceiveCompression : choice = new H245_CompressionType(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_DataProtocolCapability_v76wCompression::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_DataProtocolCapability_v76wCompression::Class()), PInvalidCast); #endif return new H245_DataProtocolCapability_v76wCompression(*this); } // // T84Profile_t84Restricted // H245_T84Profile_t84Restricted::H245_T84Profile_t84Restricted(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_T84Profile_t84Restricted::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+7) << "qcif = " << setprecision(indent) << m_qcif << '\n'; strm << setw(indent+6) << "cif = " << setprecision(indent) << m_cif << '\n'; strm << setw(indent+13) << "ccir601Seq = " << setprecision(indent) << m_ccir601Seq << '\n'; strm << setw(indent+14) << "ccir601Prog = " << setprecision(indent) << m_ccir601Prog << '\n'; strm << setw(indent+10) << "hdtvSeq = " << setprecision(indent) << m_hdtvSeq << '\n'; strm << setw(indent+11) << "hdtvProg = " << setprecision(indent) << m_hdtvProg << '\n'; strm << setw(indent+18) << "g3FacsMH200x100 = " << setprecision(indent) << m_g3FacsMH200x100 << '\n'; strm << setw(indent+18) << "g3FacsMH200x200 = " << setprecision(indent) << m_g3FacsMH200x200 << '\n'; strm << setw(indent+19) << "g4FacsMMR200x100 = " << setprecision(indent) << m_g4FacsMMR200x100 << '\n'; strm << setw(indent+19) << "g4FacsMMR200x200 = " << setprecision(indent) << m_g4FacsMMR200x200 << '\n'; strm << setw(indent+17) << "jbig200x200Seq = " << setprecision(indent) << m_jbig200x200Seq << '\n'; strm << setw(indent+18) << "jbig200x200Prog = " << setprecision(indent) << m_jbig200x200Prog << '\n'; strm << setw(indent+17) << "jbig300x300Seq = " << setprecision(indent) << m_jbig300x300Seq << '\n'; strm << setw(indent+18) << "jbig300x300Prog = " << setprecision(indent) << m_jbig300x300Prog << '\n'; strm << setw(indent+14) << "digPhotoLow = " << setprecision(indent) << m_digPhotoLow << '\n'; strm << setw(indent+17) << "digPhotoMedSeq = " << setprecision(indent) << m_digPhotoMedSeq << '\n'; strm << setw(indent+18) << "digPhotoMedProg = " << setprecision(indent) << m_digPhotoMedProg << '\n'; strm << setw(indent+18) << "digPhotoHighSeq = " << setprecision(indent) << m_digPhotoHighSeq << '\n'; strm << setw(indent+19) << "digPhotoHighProg = " << setprecision(indent) << m_digPhotoHighProg << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_T84Profile_t84Restricted::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_T84Profile_t84Restricted), PInvalidCast); #endif const H245_T84Profile_t84Restricted & other = (const H245_T84Profile_t84Restricted &)obj; Comparison result; if ((result = m_qcif.Compare(other.m_qcif)) != EqualTo) return result; if ((result = m_cif.Compare(other.m_cif)) != EqualTo) return result; if ((result = m_ccir601Seq.Compare(other.m_ccir601Seq)) != EqualTo) return result; if ((result = m_ccir601Prog.Compare(other.m_ccir601Prog)) != EqualTo) return result; if ((result = m_hdtvSeq.Compare(other.m_hdtvSeq)) != EqualTo) return result; if ((result = m_hdtvProg.Compare(other.m_hdtvProg)) != EqualTo) return result; if ((result = m_g3FacsMH200x100.Compare(other.m_g3FacsMH200x100)) != EqualTo) return result; if ((result = m_g3FacsMH200x200.Compare(other.m_g3FacsMH200x200)) != EqualTo) return result; if ((result = m_g4FacsMMR200x100.Compare(other.m_g4FacsMMR200x100)) != EqualTo) return result; if ((result = m_g4FacsMMR200x200.Compare(other.m_g4FacsMMR200x200)) != EqualTo) return result; if ((result = m_jbig200x200Seq.Compare(other.m_jbig200x200Seq)) != EqualTo) return result; if ((result = m_jbig200x200Prog.Compare(other.m_jbig200x200Prog)) != EqualTo) return result; if ((result = m_jbig300x300Seq.Compare(other.m_jbig300x300Seq)) != EqualTo) return result; if ((result = m_jbig300x300Prog.Compare(other.m_jbig300x300Prog)) != EqualTo) return result; if ((result = m_digPhotoLow.Compare(other.m_digPhotoLow)) != EqualTo) return result; if ((result = m_digPhotoMedSeq.Compare(other.m_digPhotoMedSeq)) != EqualTo) return result; if ((result = m_digPhotoMedProg.Compare(other.m_digPhotoMedProg)) != EqualTo) return result; if ((result = m_digPhotoHighSeq.Compare(other.m_digPhotoHighSeq)) != EqualTo) return result; if ((result = m_digPhotoHighProg.Compare(other.m_digPhotoHighProg)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_T84Profile_t84Restricted::GetDataLength() const { PINDEX length = 0; length += m_qcif.GetObjectLength(); length += m_cif.GetObjectLength(); length += m_ccir601Seq.GetObjectLength(); length += m_ccir601Prog.GetObjectLength(); length += m_hdtvSeq.GetObjectLength(); length += m_hdtvProg.GetObjectLength(); length += m_g3FacsMH200x100.GetObjectLength(); length += m_g3FacsMH200x200.GetObjectLength(); length += m_g4FacsMMR200x100.GetObjectLength(); length += m_g4FacsMMR200x200.GetObjectLength(); length += m_jbig200x200Seq.GetObjectLength(); length += m_jbig200x200Prog.GetObjectLength(); length += m_jbig300x300Seq.GetObjectLength(); length += m_jbig300x300Prog.GetObjectLength(); length += m_digPhotoLow.GetObjectLength(); length += m_digPhotoMedSeq.GetObjectLength(); length += m_digPhotoMedProg.GetObjectLength(); length += m_digPhotoHighSeq.GetObjectLength(); length += m_digPhotoHighProg.GetObjectLength(); return length; } BOOL H245_T84Profile_t84Restricted::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_qcif.Decode(strm)) return FALSE; if (!m_cif.Decode(strm)) return FALSE; if (!m_ccir601Seq.Decode(strm)) return FALSE; if (!m_ccir601Prog.Decode(strm)) return FALSE; if (!m_hdtvSeq.Decode(strm)) return FALSE; if (!m_hdtvProg.Decode(strm)) return FALSE; if (!m_g3FacsMH200x100.Decode(strm)) return FALSE; if (!m_g3FacsMH200x200.Decode(strm)) return FALSE; if (!m_g4FacsMMR200x100.Decode(strm)) return FALSE; if (!m_g4FacsMMR200x200.Decode(strm)) return FALSE; if (!m_jbig200x200Seq.Decode(strm)) return FALSE; if (!m_jbig200x200Prog.Decode(strm)) return FALSE; if (!m_jbig300x300Seq.Decode(strm)) return FALSE; if (!m_jbig300x300Prog.Decode(strm)) return FALSE; if (!m_digPhotoLow.Decode(strm)) return FALSE; if (!m_digPhotoMedSeq.Decode(strm)) return FALSE; if (!m_digPhotoMedProg.Decode(strm)) return FALSE; if (!m_digPhotoHighSeq.Decode(strm)) return FALSE; if (!m_digPhotoHighProg.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_T84Profile_t84Restricted::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_qcif.Encode(strm); m_cif.Encode(strm); m_ccir601Seq.Encode(strm); m_ccir601Prog.Encode(strm); m_hdtvSeq.Encode(strm); m_hdtvProg.Encode(strm); m_g3FacsMH200x100.Encode(strm); m_g3FacsMH200x200.Encode(strm); m_g4FacsMMR200x100.Encode(strm); m_g4FacsMMR200x200.Encode(strm); m_jbig200x200Seq.Encode(strm); m_jbig200x200Prog.Encode(strm); m_jbig300x300Seq.Encode(strm); m_jbig300x300Prog.Encode(strm); m_digPhotoLow.Encode(strm); m_digPhotoMedSeq.Encode(strm); m_digPhotoMedProg.Encode(strm); m_digPhotoHighSeq.Encode(strm); m_digPhotoHighProg.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_T84Profile_t84Restricted::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_T84Profile_t84Restricted::Class()), PInvalidCast); #endif return new H245_T84Profile_t84Restricted(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_T38FaxUdpOptions_t38FaxUdpEC[]={ {"t38UDPFEC",0} ,{"t38UDPRedundancy",1} }; #endif // // T38FaxUdpOptions_t38FaxUdpEC // H245_T38FaxUdpOptions_t38FaxUdpEC::H245_T38FaxUdpOptions_t38FaxUdpEC(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_T38FaxUdpOptions_t38FaxUdpEC,2 #endif ) { } BOOL H245_T38FaxUdpOptions_t38FaxUdpEC::CreateObject() { choice = (tag <= e_t38UDPRedundancy) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_T38FaxUdpOptions_t38FaxUdpEC::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_T38FaxUdpOptions_t38FaxUdpEC::Class()), PInvalidCast); #endif return new H245_T38FaxUdpOptions_t38FaxUdpEC(*this); } // // ArrayOf_NonStandardParameter // H245_ArrayOf_NonStandardParameter::H245_ArrayOf_NonStandardParameter(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_NonStandardParameter::CreateObject() const { return new H245_NonStandardParameter; } H245_NonStandardParameter & H245_ArrayOf_NonStandardParameter::operator[](PINDEX i) const { return (H245_NonStandardParameter &)array[i]; } PObject * H245_ArrayOf_NonStandardParameter::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_NonStandardParameter::Class()), PInvalidCast); #endif return new H245_ArrayOf_NonStandardParameter(*this); } // // ArrayOf_ParameterIdentifier // H245_ArrayOf_ParameterIdentifier::H245_ArrayOf_ParameterIdentifier(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_ParameterIdentifier::CreateObject() const { return new H245_ParameterIdentifier; } H245_ParameterIdentifier & H245_ArrayOf_ParameterIdentifier::operator[](PINDEX i) const { return (H245_ParameterIdentifier &)array[i]; } PObject * H245_ArrayOf_ParameterIdentifier::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_ParameterIdentifier::Class()), PInvalidCast); #endif return new H245_ArrayOf_ParameterIdentifier(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_FECCapability_rfc2733Format[]={ {"rfc2733rfc2198",0} ,{"rfc2733sameport",1} ,{"rfc2733diffport",2} }; #endif // // FECCapability_rfc2733Format // H245_FECCapability_rfc2733Format::H245_FECCapability_rfc2733Format(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_FECCapability_rfc2733Format,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_FECCapability_rfc2733Format::operator H245_MaxRedundancy &() const #else H245_FECCapability_rfc2733Format::operator H245_MaxRedundancy &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MaxRedundancy), PInvalidCast); #endif return *(H245_MaxRedundancy *)choice; } H245_FECCapability_rfc2733Format::operator const H245_MaxRedundancy &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MaxRedundancy), PInvalidCast); #endif return *(H245_MaxRedundancy *)choice; } BOOL H245_FECCapability_rfc2733Format::CreateObject() { switch (tag) { case e_rfc2733rfc2198 : case e_rfc2733sameport : case e_rfc2733diffport : choice = new H245_MaxRedundancy(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_FECCapability_rfc2733Format::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_FECCapability_rfc2733Format::Class()), PInvalidCast); #endif return new H245_FECCapability_rfc2733Format(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_NetworkAccessParameters_distribution[]={ {"unicast",0} ,{"multicast",1} }; #endif // // NetworkAccessParameters_distribution // H245_NetworkAccessParameters_distribution::H245_NetworkAccessParameters_distribution(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_NetworkAccessParameters_distribution,2 #endif ) { } BOOL H245_NetworkAccessParameters_distribution::CreateObject() { choice = (tag <= e_multicast) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_NetworkAccessParameters_distribution::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_NetworkAccessParameters_distribution::Class()), PInvalidCast); #endif return new H245_NetworkAccessParameters_distribution(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_NetworkAccessParameters_networkAddress[]={ {"q2931Address",0} ,{"e164Address",1} ,{"localAreaAddress",2} }; #endif // // NetworkAccessParameters_networkAddress // H245_NetworkAccessParameters_networkAddress::H245_NetworkAccessParameters_networkAddress(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_NetworkAccessParameters_networkAddress,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_NetworkAccessParameters_networkAddress::operator H245_Q2931Address &() const #else H245_NetworkAccessParameters_networkAddress::operator H245_Q2931Address &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_Q2931Address), PInvalidCast); #endif return *(H245_Q2931Address *)choice; } H245_NetworkAccessParameters_networkAddress::operator const H245_Q2931Address &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_Q2931Address), PInvalidCast); #endif return *(H245_Q2931Address *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_NetworkAccessParameters_networkAddress::operator H245_TransportAddress &() const #else H245_NetworkAccessParameters_networkAddress::operator H245_TransportAddress &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_TransportAddress), PInvalidCast); #endif return *(H245_TransportAddress *)choice; } H245_NetworkAccessParameters_networkAddress::operator const H245_TransportAddress &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_TransportAddress), PInvalidCast); #endif return *(H245_TransportAddress *)choice; } BOOL H245_NetworkAccessParameters_networkAddress::CreateObject() { switch (tag) { case e_q2931Address : choice = new H245_Q2931Address(); return TRUE; case e_e164Address : choice = new PASN_IA5String(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 128); choice->SetCharacterSet(PASN_Object::FixedConstraint, "0123456789#*,"); return TRUE; case e_localAreaAddress : choice = new H245_TransportAddress(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_NetworkAccessParameters_networkAddress::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_NetworkAccessParameters_networkAddress::Class()), PInvalidCast); #endif return new H245_NetworkAccessParameters_networkAddress(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_NetworkAccessParameters_t120SetupProcedure[]={ {"originateCall",0} ,{"waitForCall",1} ,{"issueQuery",2} }; #endif // // NetworkAccessParameters_t120SetupProcedure // H245_NetworkAccessParameters_t120SetupProcedure::H245_NetworkAccessParameters_t120SetupProcedure(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_NetworkAccessParameters_t120SetupProcedure,3 #endif ) { } BOOL H245_NetworkAccessParameters_t120SetupProcedure::CreateObject() { choice = (tag <= e_issueQuery) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_NetworkAccessParameters_t120SetupProcedure::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_NetworkAccessParameters_t120SetupProcedure::Class()), PInvalidCast); #endif return new H245_NetworkAccessParameters_t120SetupProcedure(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_Q2931Address_address[]={ {"internationalNumber",0} ,{"nsapAddress",1} }; #endif // // Q2931Address_address // H245_Q2931Address_address::H245_Q2931Address_address(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_Q2931Address_address,2 #endif ) { } BOOL H245_Q2931Address_address::CreateObject() { switch (tag) { case e_internationalNumber : choice = new PASN_NumericString(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 16); return TRUE; case e_nsapAddress : choice = new PASN_OctetString(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 20); return TRUE; } choice = NULL; return FALSE; } PObject * H245_Q2931Address_address::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_Q2931Address_address::Class()), PInvalidCast); #endif return new H245_Q2931Address_address(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_H235Media_mediaType[]={ {"nonStandard",0} ,{"videoData",1} ,{"audioData",2} ,{"data",3} ,{"redundancyEncoding",4} ,{"multiplePayloadStream",5} ,{"depFec",6} ,{"fec",7} }; #endif // // H235Media_mediaType // H245_H235Media_mediaType::H245_H235Media_mediaType(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_H235Media_mediaType,8 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_H235Media_mediaType::operator H245_NonStandardParameter &() const #else H245_H235Media_mediaType::operator H245_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } H245_H235Media_mediaType::operator const H245_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_H235Media_mediaType::operator H245_VideoCapability &() const #else H245_H235Media_mediaType::operator H245_VideoCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_VideoCapability), PInvalidCast); #endif return *(H245_VideoCapability *)choice; } H245_H235Media_mediaType::operator const H245_VideoCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_VideoCapability), PInvalidCast); #endif return *(H245_VideoCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_H235Media_mediaType::operator H245_AudioCapability &() const #else H245_H235Media_mediaType::operator H245_AudioCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_AudioCapability), PInvalidCast); #endif return *(H245_AudioCapability *)choice; } H245_H235Media_mediaType::operator const H245_AudioCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_AudioCapability), PInvalidCast); #endif return *(H245_AudioCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_H235Media_mediaType::operator H245_DataApplicationCapability &() const #else H245_H235Media_mediaType::operator H245_DataApplicationCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DataApplicationCapability), PInvalidCast); #endif return *(H245_DataApplicationCapability *)choice; } H245_H235Media_mediaType::operator const H245_DataApplicationCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DataApplicationCapability), PInvalidCast); #endif return *(H245_DataApplicationCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_H235Media_mediaType::operator H245_RedundancyEncoding &() const #else H245_H235Media_mediaType::operator H245_RedundancyEncoding &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RedundancyEncoding), PInvalidCast); #endif return *(H245_RedundancyEncoding *)choice; } H245_H235Media_mediaType::operator const H245_RedundancyEncoding &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RedundancyEncoding), PInvalidCast); #endif return *(H245_RedundancyEncoding *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_H235Media_mediaType::operator H245_MultiplePayloadStream &() const #else H245_H235Media_mediaType::operator H245_MultiplePayloadStream &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultiplePayloadStream), PInvalidCast); #endif return *(H245_MultiplePayloadStream *)choice; } H245_H235Media_mediaType::operator const H245_MultiplePayloadStream &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultiplePayloadStream), PInvalidCast); #endif return *(H245_MultiplePayloadStream *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_H235Media_mediaType::operator H245_DepFECData &() const #else H245_H235Media_mediaType::operator H245_DepFECData &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DepFECData), PInvalidCast); #endif return *(H245_DepFECData *)choice; } H245_H235Media_mediaType::operator const H245_DepFECData &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DepFECData), PInvalidCast); #endif return *(H245_DepFECData *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_H235Media_mediaType::operator H245_FECData &() const #else H245_H235Media_mediaType::operator H245_FECData &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_FECData), PInvalidCast); #endif return *(H245_FECData *)choice; } H245_H235Media_mediaType::operator const H245_FECData &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_FECData), PInvalidCast); #endif return *(H245_FECData *)choice; } BOOL H245_H235Media_mediaType::CreateObject() { switch (tag) { case e_nonStandard : choice = new H245_NonStandardParameter(); return TRUE; case e_videoData : choice = new H245_VideoCapability(); return TRUE; case e_audioData : choice = new H245_AudioCapability(); return TRUE; case e_data : choice = new H245_DataApplicationCapability(); return TRUE; case e_redundancyEncoding : choice = new H245_RedundancyEncoding(); return TRUE; case e_multiplePayloadStream : choice = new H245_MultiplePayloadStream(); return TRUE; case e_depFec : choice = new H245_DepFECData(); return TRUE; case e_fec : choice = new H245_FECData(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_H235Media_mediaType::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H235Media_mediaType::Class()), PInvalidCast); #endif return new H245_H235Media_mediaType(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_H223LogicalChannelParameters_adaptationLayerType[]={ {"nonStandard",0} ,{"al1Framed",1} ,{"al1NotFramed",2} ,{"al2WithoutSequenceNumbers",3} ,{"al2WithSequenceNumbers",4} ,{"al3",5} ,{"al1M",6} ,{"al2M",7} ,{"al3M",8} }; #endif // // H223LogicalChannelParameters_adaptationLayerType // H245_H223LogicalChannelParameters_adaptationLayerType::H245_H223LogicalChannelParameters_adaptationLayerType(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 6, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_H223LogicalChannelParameters_adaptationLayerType,9 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_H223LogicalChannelParameters_adaptationLayerType::operator H245_NonStandardParameter &() const #else H245_H223LogicalChannelParameters_adaptationLayerType::operator H245_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } H245_H223LogicalChannelParameters_adaptationLayerType::operator const H245_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_H223LogicalChannelParameters_adaptationLayerType::operator H245_H223LogicalChannelParameters_adaptationLayerType_al3 &() const #else H245_H223LogicalChannelParameters_adaptationLayerType::operator H245_H223LogicalChannelParameters_adaptationLayerType_al3 &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H223LogicalChannelParameters_adaptationLayerType_al3), PInvalidCast); #endif return *(H245_H223LogicalChannelParameters_adaptationLayerType_al3 *)choice; } H245_H223LogicalChannelParameters_adaptationLayerType::operator const H245_H223LogicalChannelParameters_adaptationLayerType_al3 &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H223LogicalChannelParameters_adaptationLayerType_al3), PInvalidCast); #endif return *(H245_H223LogicalChannelParameters_adaptationLayerType_al3 *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_H223LogicalChannelParameters_adaptationLayerType::operator H245_H223AL1MParameters &() const #else H245_H223LogicalChannelParameters_adaptationLayerType::operator H245_H223AL1MParameters &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H223AL1MParameters), PInvalidCast); #endif return *(H245_H223AL1MParameters *)choice; } H245_H223LogicalChannelParameters_adaptationLayerType::operator const H245_H223AL1MParameters &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H223AL1MParameters), PInvalidCast); #endif return *(H245_H223AL1MParameters *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_H223LogicalChannelParameters_adaptationLayerType::operator H245_H223AL2MParameters &() const #else H245_H223LogicalChannelParameters_adaptationLayerType::operator H245_H223AL2MParameters &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H223AL2MParameters), PInvalidCast); #endif return *(H245_H223AL2MParameters *)choice; } H245_H223LogicalChannelParameters_adaptationLayerType::operator const H245_H223AL2MParameters &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H223AL2MParameters), PInvalidCast); #endif return *(H245_H223AL2MParameters *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_H223LogicalChannelParameters_adaptationLayerType::operator H245_H223AL3MParameters &() const #else H245_H223LogicalChannelParameters_adaptationLayerType::operator H245_H223AL3MParameters &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H223AL3MParameters), PInvalidCast); #endif return *(H245_H223AL3MParameters *)choice; } H245_H223LogicalChannelParameters_adaptationLayerType::operator const H245_H223AL3MParameters &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H223AL3MParameters), PInvalidCast); #endif return *(H245_H223AL3MParameters *)choice; } BOOL H245_H223LogicalChannelParameters_adaptationLayerType::CreateObject() { switch (tag) { case e_nonStandard : choice = new H245_NonStandardParameter(); return TRUE; case e_al1Framed : case e_al1NotFramed : case e_al2WithoutSequenceNumbers : case e_al2WithSequenceNumbers : choice = new PASN_Null(); return TRUE; case e_al3 : choice = new H245_H223LogicalChannelParameters_adaptationLayerType_al3(); return TRUE; case e_al1M : choice = new H245_H223AL1MParameters(); return TRUE; case e_al2M : choice = new H245_H223AL2MParameters(); return TRUE; case e_al3M : choice = new H245_H223AL3MParameters(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_H223LogicalChannelParameters_adaptationLayerType::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H223LogicalChannelParameters_adaptationLayerType::Class()), PInvalidCast); #endif return new H245_H223LogicalChannelParameters_adaptationLayerType(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_H223AL1MParameters_transferMode[]={ {"framed",0} ,{"unframed",1} }; #endif // // H223AL1MParameters_transferMode // H245_H223AL1MParameters_transferMode::H245_H223AL1MParameters_transferMode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_H223AL1MParameters_transferMode,2 #endif ) { } BOOL H245_H223AL1MParameters_transferMode::CreateObject() { choice = (tag <= e_unframed) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_H223AL1MParameters_transferMode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H223AL1MParameters_transferMode::Class()), PInvalidCast); #endif return new H245_H223AL1MParameters_transferMode(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_H223AL1MParameters_headerFEC[]={ {"sebch16_7",0} ,{"golay24_12",1} }; #endif // // H223AL1MParameters_headerFEC // H245_H223AL1MParameters_headerFEC::H245_H223AL1MParameters_headerFEC(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_H223AL1MParameters_headerFEC,2 #endif ) { } BOOL H245_H223AL1MParameters_headerFEC::CreateObject() { choice = (tag <= e_golay24_12) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_H223AL1MParameters_headerFEC::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H223AL1MParameters_headerFEC::Class()), PInvalidCast); #endif return new H245_H223AL1MParameters_headerFEC(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_H223AL1MParameters_crcLength[]={ {"crc4bit",0} ,{"crc12bit",1} ,{"crc20bit",2} ,{"crc28bit",3} ,{"crc8bit",4} ,{"crc16bit",5} ,{"crc32bit",6} ,{"crcNotUsed",7} }; #endif // // H223AL1MParameters_crcLength // H245_H223AL1MParameters_crcLength::H245_H223AL1MParameters_crcLength(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_H223AL1MParameters_crcLength,8 #endif ) { } BOOL H245_H223AL1MParameters_crcLength::CreateObject() { choice = (tag <= e_crcNotUsed) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_H223AL1MParameters_crcLength::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H223AL1MParameters_crcLength::Class()), PInvalidCast); #endif return new H245_H223AL1MParameters_crcLength(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_H223AL1MParameters_arqType[]={ {"noArq",0} ,{"typeIArq",1} ,{"typeIIArq",2} }; #endif // // H223AL1MParameters_arqType // H245_H223AL1MParameters_arqType::H245_H223AL1MParameters_arqType(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_H223AL1MParameters_arqType,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_H223AL1MParameters_arqType::operator H245_H223AnnexCArqParameters &() const #else H245_H223AL1MParameters_arqType::operator H245_H223AnnexCArqParameters &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H223AnnexCArqParameters), PInvalidCast); #endif return *(H245_H223AnnexCArqParameters *)choice; } H245_H223AL1MParameters_arqType::operator const H245_H223AnnexCArqParameters &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H223AnnexCArqParameters), PInvalidCast); #endif return *(H245_H223AnnexCArqParameters *)choice; } BOOL H245_H223AL1MParameters_arqType::CreateObject() { switch (tag) { case e_noArq : choice = new PASN_Null(); return TRUE; case e_typeIArq : case e_typeIIArq : choice = new H245_H223AnnexCArqParameters(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_H223AL1MParameters_arqType::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H223AL1MParameters_arqType::Class()), PInvalidCast); #endif return new H245_H223AL1MParameters_arqType(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_H223AL2MParameters_headerFEC[]={ {"sebch16_5",0} ,{"golay24_12",1} }; #endif // // H223AL2MParameters_headerFEC // H245_H223AL2MParameters_headerFEC::H245_H223AL2MParameters_headerFEC(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_H223AL2MParameters_headerFEC,2 #endif ) { } BOOL H245_H223AL2MParameters_headerFEC::CreateObject() { choice = (tag <= e_golay24_12) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_H223AL2MParameters_headerFEC::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H223AL2MParameters_headerFEC::Class()), PInvalidCast); #endif return new H245_H223AL2MParameters_headerFEC(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_H223AL3MParameters_headerFormat[]={ {"sebch16_7",0} ,{"golay24_12",1} }; #endif // // H223AL3MParameters_headerFormat // H245_H223AL3MParameters_headerFormat::H245_H223AL3MParameters_headerFormat(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_H223AL3MParameters_headerFormat,2 #endif ) { } BOOL H245_H223AL3MParameters_headerFormat::CreateObject() { choice = (tag <= e_golay24_12) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_H223AL3MParameters_headerFormat::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H223AL3MParameters_headerFormat::Class()), PInvalidCast); #endif return new H245_H223AL3MParameters_headerFormat(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_H223AL3MParameters_crcLength[]={ {"crc4bit",0} ,{"crc12bit",1} ,{"crc20bit",2} ,{"crc28bit",3} ,{"crc8bit",4} ,{"crc16bit",5} ,{"crc32bit",6} ,{"crcNotUsed",7} }; #endif // // H223AL3MParameters_crcLength // H245_H223AL3MParameters_crcLength::H245_H223AL3MParameters_crcLength(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_H223AL3MParameters_crcLength,8 #endif ) { } BOOL H245_H223AL3MParameters_crcLength::CreateObject() { choice = (tag <= e_crcNotUsed) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_H223AL3MParameters_crcLength::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H223AL3MParameters_crcLength::Class()), PInvalidCast); #endif return new H245_H223AL3MParameters_crcLength(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_H223AL3MParameters_arqType[]={ {"noArq",0} ,{"typeIArq",1} ,{"typeIIArq",2} }; #endif // // H223AL3MParameters_arqType // H245_H223AL3MParameters_arqType::H245_H223AL3MParameters_arqType(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_H223AL3MParameters_arqType,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_H223AL3MParameters_arqType::operator H245_H223AnnexCArqParameters &() const #else H245_H223AL3MParameters_arqType::operator H245_H223AnnexCArqParameters &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H223AnnexCArqParameters), PInvalidCast); #endif return *(H245_H223AnnexCArqParameters *)choice; } H245_H223AL3MParameters_arqType::operator const H245_H223AnnexCArqParameters &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H223AnnexCArqParameters), PInvalidCast); #endif return *(H245_H223AnnexCArqParameters *)choice; } BOOL H245_H223AL3MParameters_arqType::CreateObject() { switch (tag) { case e_noArq : choice = new PASN_Null(); return TRUE; case e_typeIArq : case e_typeIIArq : choice = new H245_H223AnnexCArqParameters(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_H223AL3MParameters_arqType::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H223AL3MParameters_arqType::Class()), PInvalidCast); #endif return new H245_H223AL3MParameters_arqType(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_H223AnnexCArqParameters_numberOfRetransmissions[]={ {"finite",0} ,{"infinite",1} }; #endif // // H223AnnexCArqParameters_numberOfRetransmissions // H245_H223AnnexCArqParameters_numberOfRetransmissions::H245_H223AnnexCArqParameters_numberOfRetransmissions(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_H223AnnexCArqParameters_numberOfRetransmissions,2 #endif ) { } BOOL H245_H223AnnexCArqParameters_numberOfRetransmissions::CreateObject() { switch (tag) { case e_finite : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 0, 16); return TRUE; case e_infinite : choice = new PASN_Null(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_H223AnnexCArqParameters_numberOfRetransmissions::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H223AnnexCArqParameters_numberOfRetransmissions::Class()), PInvalidCast); #endif return new H245_H223AnnexCArqParameters_numberOfRetransmissions(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_V76LogicalChannelParameters_suspendResume[]={ {"noSuspendResume",0} ,{"suspendResumewAddress",1} ,{"suspendResumewoAddress",2} }; #endif // // V76LogicalChannelParameters_suspendResume // H245_V76LogicalChannelParameters_suspendResume::H245_V76LogicalChannelParameters_suspendResume(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_V76LogicalChannelParameters_suspendResume,3 #endif ) { } BOOL H245_V76LogicalChannelParameters_suspendResume::CreateObject() { choice = (tag <= e_suspendResumewoAddress) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_V76LogicalChannelParameters_suspendResume::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_V76LogicalChannelParameters_suspendResume::Class()), PInvalidCast); #endif return new H245_V76LogicalChannelParameters_suspendResume(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_V76LogicalChannelParameters_mode[]={ {"eRM",0} ,{"uNERM",1} }; #endif // // V76LogicalChannelParameters_mode // H245_V76LogicalChannelParameters_mode::H245_V76LogicalChannelParameters_mode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_V76LogicalChannelParameters_mode,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_V76LogicalChannelParameters_mode::operator H245_V76LogicalChannelParameters_mode_eRM &() const #else H245_V76LogicalChannelParameters_mode::operator H245_V76LogicalChannelParameters_mode_eRM &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_V76LogicalChannelParameters_mode_eRM), PInvalidCast); #endif return *(H245_V76LogicalChannelParameters_mode_eRM *)choice; } H245_V76LogicalChannelParameters_mode::operator const H245_V76LogicalChannelParameters_mode_eRM &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_V76LogicalChannelParameters_mode_eRM), PInvalidCast); #endif return *(H245_V76LogicalChannelParameters_mode_eRM *)choice; } BOOL H245_V76LogicalChannelParameters_mode::CreateObject() { switch (tag) { case e_eRM : choice = new H245_V76LogicalChannelParameters_mode_eRM(); return TRUE; case e_uNERM : choice = new PASN_Null(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_V76LogicalChannelParameters_mode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_V76LogicalChannelParameters_mode::Class()), PInvalidCast); #endif return new H245_V76LogicalChannelParameters_mode(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_H2250LogicalChannelParameters_mediaPacketization[]={ {"h261aVideoPacketization",0} ,{"rtpPayloadType",1} }; #endif // // H2250LogicalChannelParameters_mediaPacketization // H245_H2250LogicalChannelParameters_mediaPacketization::H245_H2250LogicalChannelParameters_mediaPacketization(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 1, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_H2250LogicalChannelParameters_mediaPacketization,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_H2250LogicalChannelParameters_mediaPacketization::operator H245_RTPPayloadType &() const #else H245_H2250LogicalChannelParameters_mediaPacketization::operator H245_RTPPayloadType &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RTPPayloadType), PInvalidCast); #endif return *(H245_RTPPayloadType *)choice; } H245_H2250LogicalChannelParameters_mediaPacketization::operator const H245_RTPPayloadType &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_RTPPayloadType), PInvalidCast); #endif return *(H245_RTPPayloadType *)choice; } BOOL H245_H2250LogicalChannelParameters_mediaPacketization::CreateObject() { switch (tag) { case e_h261aVideoPacketization : choice = new PASN_Null(); return TRUE; case e_rtpPayloadType : choice = new H245_RTPPayloadType(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_H2250LogicalChannelParameters_mediaPacketization::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H2250LogicalChannelParameters_mediaPacketization::Class()), PInvalidCast); #endif return new H245_H2250LogicalChannelParameters_mediaPacketization(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_RTPPayloadType_payloadDescriptor[]={ {"nonStandardIdentifier",0} ,{"rfc_number",1} ,{"oid",2} }; #endif // // RTPPayloadType_payloadDescriptor // H245_RTPPayloadType_payloadDescriptor::H245_RTPPayloadType_payloadDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_RTPPayloadType_payloadDescriptor,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_RTPPayloadType_payloadDescriptor::operator H245_NonStandardParameter &() const #else H245_RTPPayloadType_payloadDescriptor::operator H245_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } H245_RTPPayloadType_payloadDescriptor::operator const H245_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } BOOL H245_RTPPayloadType_payloadDescriptor::CreateObject() { switch (tag) { case e_nonStandardIdentifier : choice = new H245_NonStandardParameter(); return TRUE; case e_rfc_number : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::ExtendableConstraint, 1, 32768); return TRUE; case e_oid : choice = new PASN_ObjectId(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_RTPPayloadType_payloadDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RTPPayloadType_payloadDescriptor::Class()), PInvalidCast); #endif return new H245_RTPPayloadType_payloadDescriptor(*this); } // // ArrayOf_MultiplePayloadStreamElement // H245_ArrayOf_MultiplePayloadStreamElement::H245_ArrayOf_MultiplePayloadStreamElement(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_MultiplePayloadStreamElement::CreateObject() const { return new H245_MultiplePayloadStreamElement; } H245_MultiplePayloadStreamElement & H245_ArrayOf_MultiplePayloadStreamElement::operator[](PINDEX i) const { return (H245_MultiplePayloadStreamElement &)array[i]; } PObject * H245_ArrayOf_MultiplePayloadStreamElement::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_MultiplePayloadStreamElement::Class()), PInvalidCast); #endif return new H245_ArrayOf_MultiplePayloadStreamElement(*this); } // // UnicastAddress_iPAddress // H245_UnicastAddress_iPAddress::H245_UnicastAddress_iPAddress(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_network.SetConstraints(PASN_Object::FixedConstraint, 4); m_tsapIdentifier.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } #ifndef PASN_NOPRINTON void H245_UnicastAddress_iPAddress::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+10) << "network = " << setprecision(indent) << m_network << '\n'; strm << setw(indent+17) << "tsapIdentifier = " << setprecision(indent) << m_tsapIdentifier << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_UnicastAddress_iPAddress::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_UnicastAddress_iPAddress), PInvalidCast); #endif const H245_UnicastAddress_iPAddress & other = (const H245_UnicastAddress_iPAddress &)obj; Comparison result; if ((result = m_network.Compare(other.m_network)) != EqualTo) return result; if ((result = m_tsapIdentifier.Compare(other.m_tsapIdentifier)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_UnicastAddress_iPAddress::GetDataLength() const { PINDEX length = 0; length += m_network.GetObjectLength(); length += m_tsapIdentifier.GetObjectLength(); return length; } BOOL H245_UnicastAddress_iPAddress::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_network.Decode(strm)) return FALSE; if (!m_tsapIdentifier.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_UnicastAddress_iPAddress::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_network.Encode(strm); m_tsapIdentifier.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_UnicastAddress_iPAddress::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_UnicastAddress_iPAddress::Class()), PInvalidCast); #endif return new H245_UnicastAddress_iPAddress(*this); } // // UnicastAddress_iPXAddress // H245_UnicastAddress_iPXAddress::H245_UnicastAddress_iPXAddress(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_node.SetConstraints(PASN_Object::FixedConstraint, 6); m_netnum.SetConstraints(PASN_Object::FixedConstraint, 4); m_tsapIdentifier.SetConstraints(PASN_Object::FixedConstraint, 2); } #ifndef PASN_NOPRINTON void H245_UnicastAddress_iPXAddress::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+7) << "node = " << setprecision(indent) << m_node << '\n'; strm << setw(indent+9) << "netnum = " << setprecision(indent) << m_netnum << '\n'; strm << setw(indent+17) << "tsapIdentifier = " << setprecision(indent) << m_tsapIdentifier << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_UnicastAddress_iPXAddress::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_UnicastAddress_iPXAddress), PInvalidCast); #endif const H245_UnicastAddress_iPXAddress & other = (const H245_UnicastAddress_iPXAddress &)obj; Comparison result; if ((result = m_node.Compare(other.m_node)) != EqualTo) return result; if ((result = m_netnum.Compare(other.m_netnum)) != EqualTo) return result; if ((result = m_tsapIdentifier.Compare(other.m_tsapIdentifier)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_UnicastAddress_iPXAddress::GetDataLength() const { PINDEX length = 0; length += m_node.GetObjectLength(); length += m_netnum.GetObjectLength(); length += m_tsapIdentifier.GetObjectLength(); return length; } BOOL H245_UnicastAddress_iPXAddress::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_node.Decode(strm)) return FALSE; if (!m_netnum.Decode(strm)) return FALSE; if (!m_tsapIdentifier.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_UnicastAddress_iPXAddress::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_node.Encode(strm); m_netnum.Encode(strm); m_tsapIdentifier.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_UnicastAddress_iPXAddress::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_UnicastAddress_iPXAddress::Class()), PInvalidCast); #endif return new H245_UnicastAddress_iPXAddress(*this); } // // UnicastAddress_iP6Address // H245_UnicastAddress_iP6Address::H245_UnicastAddress_iP6Address(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_network.SetConstraints(PASN_Object::FixedConstraint, 16); m_tsapIdentifier.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } #ifndef PASN_NOPRINTON void H245_UnicastAddress_iP6Address::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+10) << "network = " << setprecision(indent) << m_network << '\n'; strm << setw(indent+17) << "tsapIdentifier = " << setprecision(indent) << m_tsapIdentifier << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_UnicastAddress_iP6Address::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_UnicastAddress_iP6Address), PInvalidCast); #endif const H245_UnicastAddress_iP6Address & other = (const H245_UnicastAddress_iP6Address &)obj; Comparison result; if ((result = m_network.Compare(other.m_network)) != EqualTo) return result; if ((result = m_tsapIdentifier.Compare(other.m_tsapIdentifier)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_UnicastAddress_iP6Address::GetDataLength() const { PINDEX length = 0; length += m_network.GetObjectLength(); length += m_tsapIdentifier.GetObjectLength(); return length; } BOOL H245_UnicastAddress_iP6Address::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_network.Decode(strm)) return FALSE; if (!m_tsapIdentifier.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_UnicastAddress_iP6Address::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_network.Encode(strm); m_tsapIdentifier.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_UnicastAddress_iP6Address::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_UnicastAddress_iP6Address::Class()), PInvalidCast); #endif return new H245_UnicastAddress_iP6Address(*this); } // // MulticastAddress_iPAddress // H245_MulticastAddress_iPAddress::H245_MulticastAddress_iPAddress(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_network.SetConstraints(PASN_Object::FixedConstraint, 4); m_tsapIdentifier.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } #ifndef PASN_NOPRINTON void H245_MulticastAddress_iPAddress::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+10) << "network = " << setprecision(indent) << m_network << '\n'; strm << setw(indent+17) << "tsapIdentifier = " << setprecision(indent) << m_tsapIdentifier << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MulticastAddress_iPAddress::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MulticastAddress_iPAddress), PInvalidCast); #endif const H245_MulticastAddress_iPAddress & other = (const H245_MulticastAddress_iPAddress &)obj; Comparison result; if ((result = m_network.Compare(other.m_network)) != EqualTo) return result; if ((result = m_tsapIdentifier.Compare(other.m_tsapIdentifier)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MulticastAddress_iPAddress::GetDataLength() const { PINDEX length = 0; length += m_network.GetObjectLength(); length += m_tsapIdentifier.GetObjectLength(); return length; } BOOL H245_MulticastAddress_iPAddress::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_network.Decode(strm)) return FALSE; if (!m_tsapIdentifier.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MulticastAddress_iPAddress::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_network.Encode(strm); m_tsapIdentifier.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MulticastAddress_iPAddress::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MulticastAddress_iPAddress::Class()), PInvalidCast); #endif return new H245_MulticastAddress_iPAddress(*this); } // // MulticastAddress_iP6Address // H245_MulticastAddress_iP6Address::H245_MulticastAddress_iP6Address(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_network.SetConstraints(PASN_Object::FixedConstraint, 16); m_tsapIdentifier.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } #ifndef PASN_NOPRINTON void H245_MulticastAddress_iP6Address::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+10) << "network = " << setprecision(indent) << m_network << '\n'; strm << setw(indent+17) << "tsapIdentifier = " << setprecision(indent) << m_tsapIdentifier << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MulticastAddress_iP6Address::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MulticastAddress_iP6Address), PInvalidCast); #endif const H245_MulticastAddress_iP6Address & other = (const H245_MulticastAddress_iP6Address &)obj; Comparison result; if ((result = m_network.Compare(other.m_network)) != EqualTo) return result; if ((result = m_tsapIdentifier.Compare(other.m_tsapIdentifier)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MulticastAddress_iP6Address::GetDataLength() const { PINDEX length = 0; length += m_network.GetObjectLength(); length += m_tsapIdentifier.GetObjectLength(); return length; } BOOL H245_MulticastAddress_iP6Address::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_network.Decode(strm)) return FALSE; if (!m_tsapIdentifier.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MulticastAddress_iP6Address::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_network.Encode(strm); m_tsapIdentifier.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MulticastAddress_iP6Address::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MulticastAddress_iP6Address::Class()), PInvalidCast); #endif return new H245_MulticastAddress_iP6Address(*this); } // // ArrayOf_EscrowData // H245_ArrayOf_EscrowData::H245_ArrayOf_EscrowData(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_EscrowData::CreateObject() const { return new H245_EscrowData; } H245_EscrowData & H245_ArrayOf_EscrowData::operator[](PINDEX i) const { return (H245_EscrowData &)array[i]; } PObject * H245_ArrayOf_EscrowData::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_EscrowData::Class()), PInvalidCast); #endif return new H245_ArrayOf_EscrowData(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_OpenLogicalChannelAck_forwardMultiplexAckParameters[]={ {"h2250LogicalChannelAckParameters",0} }; #endif // // OpenLogicalChannelAck_forwardMultiplexAckParameters // H245_OpenLogicalChannelAck_forwardMultiplexAckParameters::H245_OpenLogicalChannelAck_forwardMultiplexAckParameters(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 1, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_OpenLogicalChannelAck_forwardMultiplexAckParameters,1 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_OpenLogicalChannelAck_forwardMultiplexAckParameters::operator H245_H2250LogicalChannelAckParameters &() const #else H245_OpenLogicalChannelAck_forwardMultiplexAckParameters::operator H245_H2250LogicalChannelAckParameters &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H2250LogicalChannelAckParameters), PInvalidCast); #endif return *(H245_H2250LogicalChannelAckParameters *)choice; } H245_OpenLogicalChannelAck_forwardMultiplexAckParameters::operator const H245_H2250LogicalChannelAckParameters &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H2250LogicalChannelAckParameters), PInvalidCast); #endif return *(H245_H2250LogicalChannelAckParameters *)choice; } BOOL H245_OpenLogicalChannelAck_forwardMultiplexAckParameters::CreateObject() { switch (tag) { case e_h2250LogicalChannelAckParameters : choice = new H245_H2250LogicalChannelAckParameters(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_OpenLogicalChannelAck_forwardMultiplexAckParameters::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_OpenLogicalChannelAck_forwardMultiplexAckParameters::Class()), PInvalidCast); #endif return new H245_OpenLogicalChannelAck_forwardMultiplexAckParameters(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_OpenLogicalChannelReject_cause[]={ {"unspecified",0} ,{"unsuitableReverseParameters",1} ,{"dataTypeNotSupported",2} ,{"dataTypeNotAvailable",3} ,{"unknownDataType",4} ,{"dataTypeALCombinationNotSupported",5} ,{"multicastChannelNotAllowed",6} ,{"insufficientBandwidth",7} ,{"separateStackEstablishmentFailed",8} ,{"invalidSessionID",9} ,{"masterSlaveConflict",10} ,{"waitForCommunicationMode",11} ,{"invalidDependentChannel",12} ,{"replacementForRejected",13} ,{"securityDenied",14} }; #endif // // OpenLogicalChannelReject_cause // H245_OpenLogicalChannelReject_cause::H245_OpenLogicalChannelReject_cause(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 6, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_OpenLogicalChannelReject_cause,15 #endif ) { } BOOL H245_OpenLogicalChannelReject_cause::CreateObject() { choice = (tag <= e_securityDenied) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_OpenLogicalChannelReject_cause::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_OpenLogicalChannelReject_cause::Class()), PInvalidCast); #endif return new H245_OpenLogicalChannelReject_cause(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_CloseLogicalChannel_source[]={ {"user",0} ,{"lcse",1} }; #endif // // CloseLogicalChannel_source // H245_CloseLogicalChannel_source::H245_CloseLogicalChannel_source(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_CloseLogicalChannel_source,2 #endif ) { } BOOL H245_CloseLogicalChannel_source::CreateObject() { choice = (tag <= e_lcse) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_CloseLogicalChannel_source::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_CloseLogicalChannel_source::Class()), PInvalidCast); #endif return new H245_CloseLogicalChannel_source(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_CloseLogicalChannel_reason[]={ {"unknown",0} ,{"reopen",1} ,{"reservationFailure",2} }; #endif // // CloseLogicalChannel_reason // H245_CloseLogicalChannel_reason::H245_CloseLogicalChannel_reason(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_CloseLogicalChannel_reason,3 #endif ) { } BOOL H245_CloseLogicalChannel_reason::CreateObject() { choice = (tag <= e_reservationFailure) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_CloseLogicalChannel_reason::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_CloseLogicalChannel_reason::Class()), PInvalidCast); #endif return new H245_CloseLogicalChannel_reason(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_RequestChannelClose_reason[]={ {"unknown",0} ,{"normal",1} ,{"reopen",2} ,{"reservationFailure",3} }; #endif // // RequestChannelClose_reason // H245_RequestChannelClose_reason::H245_RequestChannelClose_reason(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_RequestChannelClose_reason,4 #endif ) { } BOOL H245_RequestChannelClose_reason::CreateObject() { choice = (tag <= e_reservationFailure) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_RequestChannelClose_reason::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RequestChannelClose_reason::Class()), PInvalidCast); #endif return new H245_RequestChannelClose_reason(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_RequestChannelCloseReject_cause[]={ {"unspecified",0} }; #endif // // RequestChannelCloseReject_cause // H245_RequestChannelCloseReject_cause::H245_RequestChannelCloseReject_cause(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 1, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_RequestChannelCloseReject_cause,1 #endif ) { } BOOL H245_RequestChannelCloseReject_cause::CreateObject() { choice = (tag <= e_unspecified) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_RequestChannelCloseReject_cause::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RequestChannelCloseReject_cause::Class()), PInvalidCast); #endif return new H245_RequestChannelCloseReject_cause(*this); } // // ArrayOf_MultiplexEntryDescriptor // H245_ArrayOf_MultiplexEntryDescriptor::H245_ArrayOf_MultiplexEntryDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_MultiplexEntryDescriptor::CreateObject() const { return new H245_MultiplexEntryDescriptor; } H245_MultiplexEntryDescriptor & H245_ArrayOf_MultiplexEntryDescriptor::operator[](PINDEX i) const { return (H245_MultiplexEntryDescriptor &)array[i]; } PObject * H245_ArrayOf_MultiplexEntryDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_MultiplexEntryDescriptor::Class()), PInvalidCast); #endif return new H245_ArrayOf_MultiplexEntryDescriptor(*this); } // // ArrayOf_MultiplexElement // H245_ArrayOf_MultiplexElement::H245_ArrayOf_MultiplexElement(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_MultiplexElement::CreateObject() const { return new H245_MultiplexElement; } H245_MultiplexElement & H245_ArrayOf_MultiplexElement::operator[](PINDEX i) const { return (H245_MultiplexElement &)array[i]; } PObject * H245_ArrayOf_MultiplexElement::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_MultiplexElement::Class()), PInvalidCast); #endif return new H245_ArrayOf_MultiplexElement(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_MultiplexElement_type[]={ {"logicalChannelNumber",0} ,{"subElementList",1} }; #endif // // MultiplexElement_type // H245_MultiplexElement_type::H245_MultiplexElement_type(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_MultiplexElement_type,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MultiplexElement_type::operator H245_ArrayOf_MultiplexElement &() const #else H245_MultiplexElement_type::operator H245_ArrayOf_MultiplexElement &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ArrayOf_MultiplexElement), PInvalidCast); #endif return *(H245_ArrayOf_MultiplexElement *)choice; } H245_MultiplexElement_type::operator const H245_ArrayOf_MultiplexElement &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ArrayOf_MultiplexElement), PInvalidCast); #endif return *(H245_ArrayOf_MultiplexElement *)choice; } BOOL H245_MultiplexElement_type::CreateObject() { switch (tag) { case e_logicalChannelNumber : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 0, 65535); return TRUE; case e_subElementList : choice = new H245_ArrayOf_MultiplexElement(); choice->SetConstraints(PASN_Object::FixedConstraint, 2, 255); return TRUE; } choice = NULL; return FALSE; } PObject * H245_MultiplexElement_type::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultiplexElement_type::Class()), PInvalidCast); #endif return new H245_MultiplexElement_type(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_MultiplexElement_repeatCount[]={ {"finite",0} ,{"untilClosingFlag",1} }; #endif // // MultiplexElement_repeatCount // H245_MultiplexElement_repeatCount::H245_MultiplexElement_repeatCount(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_MultiplexElement_repeatCount,2 #endif ) { } BOOL H245_MultiplexElement_repeatCount::CreateObject() { switch (tag) { case e_finite : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 65535); return TRUE; case e_untilClosingFlag : choice = new PASN_Null(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_MultiplexElement_repeatCount::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultiplexElement_repeatCount::Class()), PInvalidCast); #endif return new H245_MultiplexElement_repeatCount(*this); } // // ArrayOf_MultiplexTableEntryNumber // H245_ArrayOf_MultiplexTableEntryNumber::H245_ArrayOf_MultiplexTableEntryNumber(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_MultiplexTableEntryNumber::CreateObject() const { return new H245_MultiplexTableEntryNumber; } H245_MultiplexTableEntryNumber & H245_ArrayOf_MultiplexTableEntryNumber::operator[](PINDEX i) const { return (H245_MultiplexTableEntryNumber &)array[i]; } PObject * H245_ArrayOf_MultiplexTableEntryNumber::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_MultiplexTableEntryNumber::Class()), PInvalidCast); #endif return new H245_ArrayOf_MultiplexTableEntryNumber(*this); } // // ArrayOf_MultiplexEntryRejectionDescriptions // H245_ArrayOf_MultiplexEntryRejectionDescriptions::H245_ArrayOf_MultiplexEntryRejectionDescriptions(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_MultiplexEntryRejectionDescriptions::CreateObject() const { return new H245_MultiplexEntryRejectionDescriptions; } H245_MultiplexEntryRejectionDescriptions & H245_ArrayOf_MultiplexEntryRejectionDescriptions::operator[](PINDEX i) const { return (H245_MultiplexEntryRejectionDescriptions &)array[i]; } PObject * H245_ArrayOf_MultiplexEntryRejectionDescriptions::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_MultiplexEntryRejectionDescriptions::Class()), PInvalidCast); #endif return new H245_ArrayOf_MultiplexEntryRejectionDescriptions(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_MultiplexEntryRejectionDescriptions_cause[]={ {"unspecifiedCause",0} ,{"descriptorTooComplex",1} }; #endif // // MultiplexEntryRejectionDescriptions_cause // H245_MultiplexEntryRejectionDescriptions_cause::H245_MultiplexEntryRejectionDescriptions_cause(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_MultiplexEntryRejectionDescriptions_cause,2 #endif ) { } BOOL H245_MultiplexEntryRejectionDescriptions_cause::CreateObject() { choice = (tag <= e_descriptorTooComplex) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_MultiplexEntryRejectionDescriptions_cause::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultiplexEntryRejectionDescriptions_cause::Class()), PInvalidCast); #endif return new H245_MultiplexEntryRejectionDescriptions_cause(*this); } // // ArrayOf_RequestMultiplexEntryRejectionDescriptions // H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions::H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions::CreateObject() const { return new H245_RequestMultiplexEntryRejectionDescriptions; } H245_RequestMultiplexEntryRejectionDescriptions & H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions::operator[](PINDEX i) const { return (H245_RequestMultiplexEntryRejectionDescriptions &)array[i]; } PObject * H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions::Class()), PInvalidCast); #endif return new H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_RequestMultiplexEntryRejectionDescriptions_cause[]={ {"unspecifiedCause",0} }; #endif // // RequestMultiplexEntryRejectionDescriptions_cause // H245_RequestMultiplexEntryRejectionDescriptions_cause::H245_RequestMultiplexEntryRejectionDescriptions_cause(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 1, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_RequestMultiplexEntryRejectionDescriptions_cause,1 #endif ) { } BOOL H245_RequestMultiplexEntryRejectionDescriptions_cause::CreateObject() { choice = (tag <= e_unspecifiedCause) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_RequestMultiplexEntryRejectionDescriptions_cause::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RequestMultiplexEntryRejectionDescriptions_cause::Class()), PInvalidCast); #endif return new H245_RequestMultiplexEntryRejectionDescriptions_cause(*this); } // // ArrayOf_ModeDescription // H245_ArrayOf_ModeDescription::H245_ArrayOf_ModeDescription(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_ModeDescription::CreateObject() const { return new H245_ModeDescription; } H245_ModeDescription & H245_ArrayOf_ModeDescription::operator[](PINDEX i) const { return (H245_ModeDescription &)array[i]; } PObject * H245_ArrayOf_ModeDescription::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_ModeDescription::Class()), PInvalidCast); #endif return new H245_ArrayOf_ModeDescription(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_RequestModeAck_response[]={ {"willTransmitMostPreferredMode",0} ,{"willTransmitLessPreferredMode",1} }; #endif // // RequestModeAck_response // H245_RequestModeAck_response::H245_RequestModeAck_response(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_RequestModeAck_response,2 #endif ) { } BOOL H245_RequestModeAck_response::CreateObject() { choice = (tag <= e_willTransmitLessPreferredMode) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_RequestModeAck_response::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RequestModeAck_response::Class()), PInvalidCast); #endif return new H245_RequestModeAck_response(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_RequestModeReject_cause[]={ {"modeUnavailable",0} ,{"multipointConstraint",1} ,{"requestDenied",2} }; #endif // // RequestModeReject_cause // H245_RequestModeReject_cause::H245_RequestModeReject_cause(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_RequestModeReject_cause,3 #endif ) { } BOOL H245_RequestModeReject_cause::CreateObject() { choice = (tag <= e_requestDenied) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_RequestModeReject_cause::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RequestModeReject_cause::Class()), PInvalidCast); #endif return new H245_RequestModeReject_cause(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_H235Mode_mediaMode[]={ {"nonStandard",0} ,{"videoMode",1} ,{"audioMode",2} ,{"dataMode",3} }; #endif // // H235Mode_mediaMode // H245_H235Mode_mediaMode::H245_H235Mode_mediaMode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_H235Mode_mediaMode,4 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_H235Mode_mediaMode::operator H245_NonStandardParameter &() const #else H245_H235Mode_mediaMode::operator H245_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } H245_H235Mode_mediaMode::operator const H245_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_H235Mode_mediaMode::operator H245_VideoMode &() const #else H245_H235Mode_mediaMode::operator H245_VideoMode &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_VideoMode), PInvalidCast); #endif return *(H245_VideoMode *)choice; } H245_H235Mode_mediaMode::operator const H245_VideoMode &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_VideoMode), PInvalidCast); #endif return *(H245_VideoMode *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_H235Mode_mediaMode::operator H245_AudioMode &() const #else H245_H235Mode_mediaMode::operator H245_AudioMode &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_AudioMode), PInvalidCast); #endif return *(H245_AudioMode *)choice; } H245_H235Mode_mediaMode::operator const H245_AudioMode &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_AudioMode), PInvalidCast); #endif return *(H245_AudioMode *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_H235Mode_mediaMode::operator H245_DataMode &() const #else H245_H235Mode_mediaMode::operator H245_DataMode &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DataMode), PInvalidCast); #endif return *(H245_DataMode *)choice; } H245_H235Mode_mediaMode::operator const H245_DataMode &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DataMode), PInvalidCast); #endif return *(H245_DataMode *)choice; } BOOL H245_H235Mode_mediaMode::CreateObject() { switch (tag) { case e_nonStandard : choice = new H245_NonStandardParameter(); return TRUE; case e_videoMode : choice = new H245_VideoMode(); return TRUE; case e_audioMode : choice = new H245_AudioMode(); return TRUE; case e_dataMode : choice = new H245_DataMode(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_H235Mode_mediaMode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H235Mode_mediaMode::Class()), PInvalidCast); #endif return new H245_H235Mode_mediaMode(*this); } // // ArrayOf_RedundancyEncodingDTModeElement // H245_ArrayOf_RedundancyEncodingDTModeElement::H245_ArrayOf_RedundancyEncodingDTModeElement(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_RedundancyEncodingDTModeElement::CreateObject() const { return new H245_RedundancyEncodingDTModeElement; } H245_RedundancyEncodingDTModeElement & H245_ArrayOf_RedundancyEncodingDTModeElement::operator[](PINDEX i) const { return (H245_RedundancyEncodingDTModeElement &)array[i]; } PObject * H245_ArrayOf_RedundancyEncodingDTModeElement::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_RedundancyEncodingDTModeElement::Class()), PInvalidCast); #endif return new H245_ArrayOf_RedundancyEncodingDTModeElement(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_RedundancyEncodingDTModeElement_type[]={ {"nonStandard",0} ,{"videoMode",1} ,{"audioMode",2} ,{"dataMode",3} ,{"encryptionMode",4} ,{"h235Mode",5} ,{"fecMode",6} }; #endif // // RedundancyEncodingDTModeElement_type // H245_RedundancyEncodingDTModeElement_type::H245_RedundancyEncodingDTModeElement_type(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 6, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_RedundancyEncodingDTModeElement_type,7 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_RedundancyEncodingDTModeElement_type::operator H245_NonStandardParameter &() const #else H245_RedundancyEncodingDTModeElement_type::operator H245_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } H245_RedundancyEncodingDTModeElement_type::operator const H245_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_RedundancyEncodingDTModeElement_type::operator H245_VideoMode &() const #else H245_RedundancyEncodingDTModeElement_type::operator H245_VideoMode &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_VideoMode), PInvalidCast); #endif return *(H245_VideoMode *)choice; } H245_RedundancyEncodingDTModeElement_type::operator const H245_VideoMode &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_VideoMode), PInvalidCast); #endif return *(H245_VideoMode *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_RedundancyEncodingDTModeElement_type::operator H245_AudioMode &() const #else H245_RedundancyEncodingDTModeElement_type::operator H245_AudioMode &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_AudioMode), PInvalidCast); #endif return *(H245_AudioMode *)choice; } H245_RedundancyEncodingDTModeElement_type::operator const H245_AudioMode &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_AudioMode), PInvalidCast); #endif return *(H245_AudioMode *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_RedundancyEncodingDTModeElement_type::operator H245_DataMode &() const #else H245_RedundancyEncodingDTModeElement_type::operator H245_DataMode &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DataMode), PInvalidCast); #endif return *(H245_DataMode *)choice; } H245_RedundancyEncodingDTModeElement_type::operator const H245_DataMode &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DataMode), PInvalidCast); #endif return *(H245_DataMode *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_RedundancyEncodingDTModeElement_type::operator H245_EncryptionMode &() const #else H245_RedundancyEncodingDTModeElement_type::operator H245_EncryptionMode &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_EncryptionMode), PInvalidCast); #endif return *(H245_EncryptionMode *)choice; } H245_RedundancyEncodingDTModeElement_type::operator const H245_EncryptionMode &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_EncryptionMode), PInvalidCast); #endif return *(H245_EncryptionMode *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_RedundancyEncodingDTModeElement_type::operator H245_H235Mode &() const #else H245_RedundancyEncodingDTModeElement_type::operator H245_H235Mode &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H235Mode), PInvalidCast); #endif return *(H245_H235Mode *)choice; } H245_RedundancyEncodingDTModeElement_type::operator const H245_H235Mode &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H235Mode), PInvalidCast); #endif return *(H245_H235Mode *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_RedundancyEncodingDTModeElement_type::operator H245_FECMode &() const #else H245_RedundancyEncodingDTModeElement_type::operator H245_FECMode &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_FECMode), PInvalidCast); #endif return *(H245_FECMode *)choice; } H245_RedundancyEncodingDTModeElement_type::operator const H245_FECMode &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_FECMode), PInvalidCast); #endif return *(H245_FECMode *)choice; } BOOL H245_RedundancyEncodingDTModeElement_type::CreateObject() { switch (tag) { case e_nonStandard : choice = new H245_NonStandardParameter(); return TRUE; case e_videoMode : choice = new H245_VideoMode(); return TRUE; case e_audioMode : choice = new H245_AudioMode(); return TRUE; case e_dataMode : choice = new H245_DataMode(); return TRUE; case e_encryptionMode : choice = new H245_EncryptionMode(); return TRUE; case e_h235Mode : choice = new H245_H235Mode(); return TRUE; case e_fecMode : choice = new H245_FECMode(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_RedundancyEncodingDTModeElement_type::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RedundancyEncodingDTModeElement_type::Class()), PInvalidCast); #endif return new H245_RedundancyEncodingDTModeElement_type(*this); } // // ArrayOf_MultiplePayloadStreamElementMode // H245_ArrayOf_MultiplePayloadStreamElementMode::H245_ArrayOf_MultiplePayloadStreamElementMode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_MultiplePayloadStreamElementMode::CreateObject() const { return new H245_MultiplePayloadStreamElementMode; } H245_MultiplePayloadStreamElementMode & H245_ArrayOf_MultiplePayloadStreamElementMode::operator[](PINDEX i) const { return (H245_MultiplePayloadStreamElementMode &)array[i]; } PObject * H245_ArrayOf_MultiplePayloadStreamElementMode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_MultiplePayloadStreamElementMode::Class()), PInvalidCast); #endif return new H245_ArrayOf_MultiplePayloadStreamElementMode(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_FECMode_rfc2733Format[]={ {"rfc2733rfc2198",0} ,{"rfc2733sameport",1} ,{"rfc2733diffport",2} }; #endif // // FECMode_rfc2733Format // H245_FECMode_rfc2733Format::H245_FECMode_rfc2733Format(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_FECMode_rfc2733Format,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_FECMode_rfc2733Format::operator H245_MaxRedundancy &() const #else H245_FECMode_rfc2733Format::operator H245_MaxRedundancy &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MaxRedundancy), PInvalidCast); #endif return *(H245_MaxRedundancy *)choice; } H245_FECMode_rfc2733Format::operator const H245_MaxRedundancy &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MaxRedundancy), PInvalidCast); #endif return *(H245_MaxRedundancy *)choice; } BOOL H245_FECMode_rfc2733Format::CreateObject() { switch (tag) { case e_rfc2733rfc2198 : case e_rfc2733sameport : case e_rfc2733diffport : choice = new H245_MaxRedundancy(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_FECMode_rfc2733Format::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_FECMode_rfc2733Format::Class()), PInvalidCast); #endif return new H245_FECMode_rfc2733Format(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_H223ModeParameters_adaptationLayerType[]={ {"nonStandard",0} ,{"al1Framed",1} ,{"al1NotFramed",2} ,{"al2WithoutSequenceNumbers",3} ,{"al2WithSequenceNumbers",4} ,{"al3",5} ,{"al1M",6} ,{"al2M",7} ,{"al3M",8} }; #endif // // H223ModeParameters_adaptationLayerType // H245_H223ModeParameters_adaptationLayerType::H245_H223ModeParameters_adaptationLayerType(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 6, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_H223ModeParameters_adaptationLayerType,9 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_H223ModeParameters_adaptationLayerType::operator H245_NonStandardParameter &() const #else H245_H223ModeParameters_adaptationLayerType::operator H245_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } H245_H223ModeParameters_adaptationLayerType::operator const H245_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_H223ModeParameters_adaptationLayerType::operator H245_H223ModeParameters_adaptationLayerType_al3 &() const #else H245_H223ModeParameters_adaptationLayerType::operator H245_H223ModeParameters_adaptationLayerType_al3 &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H223ModeParameters_adaptationLayerType_al3), PInvalidCast); #endif return *(H245_H223ModeParameters_adaptationLayerType_al3 *)choice; } H245_H223ModeParameters_adaptationLayerType::operator const H245_H223ModeParameters_adaptationLayerType_al3 &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H223ModeParameters_adaptationLayerType_al3), PInvalidCast); #endif return *(H245_H223ModeParameters_adaptationLayerType_al3 *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_H223ModeParameters_adaptationLayerType::operator H245_H223AL1MParameters &() const #else H245_H223ModeParameters_adaptationLayerType::operator H245_H223AL1MParameters &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H223AL1MParameters), PInvalidCast); #endif return *(H245_H223AL1MParameters *)choice; } H245_H223ModeParameters_adaptationLayerType::operator const H245_H223AL1MParameters &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H223AL1MParameters), PInvalidCast); #endif return *(H245_H223AL1MParameters *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_H223ModeParameters_adaptationLayerType::operator H245_H223AL2MParameters &() const #else H245_H223ModeParameters_adaptationLayerType::operator H245_H223AL2MParameters &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H223AL2MParameters), PInvalidCast); #endif return *(H245_H223AL2MParameters *)choice; } H245_H223ModeParameters_adaptationLayerType::operator const H245_H223AL2MParameters &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H223AL2MParameters), PInvalidCast); #endif return *(H245_H223AL2MParameters *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_H223ModeParameters_adaptationLayerType::operator H245_H223AL3MParameters &() const #else H245_H223ModeParameters_adaptationLayerType::operator H245_H223AL3MParameters &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H223AL3MParameters), PInvalidCast); #endif return *(H245_H223AL3MParameters *)choice; } H245_H223ModeParameters_adaptationLayerType::operator const H245_H223AL3MParameters &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H223AL3MParameters), PInvalidCast); #endif return *(H245_H223AL3MParameters *)choice; } BOOL H245_H223ModeParameters_adaptationLayerType::CreateObject() { switch (tag) { case e_nonStandard : choice = new H245_NonStandardParameter(); return TRUE; case e_al1Framed : case e_al1NotFramed : case e_al2WithoutSequenceNumbers : case e_al2WithSequenceNumbers : choice = new PASN_Null(); return TRUE; case e_al3 : choice = new H245_H223ModeParameters_adaptationLayerType_al3(); return TRUE; case e_al1M : choice = new H245_H223AL1MParameters(); return TRUE; case e_al2M : choice = new H245_H223AL2MParameters(); return TRUE; case e_al3M : choice = new H245_H223AL3MParameters(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_H223ModeParameters_adaptationLayerType::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H223ModeParameters_adaptationLayerType::Class()), PInvalidCast); #endif return new H245_H223ModeParameters_adaptationLayerType(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_RedundancyEncodingMode_secondaryEncoding[]={ {"nonStandard",0} ,{"audioData",1} }; #endif // // RedundancyEncodingMode_secondaryEncoding // H245_RedundancyEncodingMode_secondaryEncoding::H245_RedundancyEncodingMode_secondaryEncoding(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_RedundancyEncodingMode_secondaryEncoding,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_RedundancyEncodingMode_secondaryEncoding::operator H245_NonStandardParameter &() const #else H245_RedundancyEncodingMode_secondaryEncoding::operator H245_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } H245_RedundancyEncodingMode_secondaryEncoding::operator const H245_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_RedundancyEncodingMode_secondaryEncoding::operator H245_AudioMode &() const #else H245_RedundancyEncodingMode_secondaryEncoding::operator H245_AudioMode &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_AudioMode), PInvalidCast); #endif return *(H245_AudioMode *)choice; } H245_RedundancyEncodingMode_secondaryEncoding::operator const H245_AudioMode &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_AudioMode), PInvalidCast); #endif return *(H245_AudioMode *)choice; } BOOL H245_RedundancyEncodingMode_secondaryEncoding::CreateObject() { switch (tag) { case e_nonStandard : choice = new H245_NonStandardParameter(); return TRUE; case e_audioData : choice = new H245_AudioMode(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_RedundancyEncodingMode_secondaryEncoding::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RedundancyEncodingMode_secondaryEncoding::Class()), PInvalidCast); #endif return new H245_RedundancyEncodingMode_secondaryEncoding(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_H261VideoMode_resolution[]={ {"qcif",0} ,{"cif",1} }; #endif // // H261VideoMode_resolution // H245_H261VideoMode_resolution::H245_H261VideoMode_resolution(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_H261VideoMode_resolution,2 #endif ) { } BOOL H245_H261VideoMode_resolution::CreateObject() { choice = (tag <= e_cif) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_H261VideoMode_resolution::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H261VideoMode_resolution::Class()), PInvalidCast); #endif return new H245_H261VideoMode_resolution(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_H262VideoMode_profileAndLevel[]={ {"profileAndLevel_SPatML",0} ,{"profileAndLevel_MPatLL",1} ,{"profileAndLevel_MPatML",2} ,{"profileAndLevel_MPatH_14",3} ,{"profileAndLevel_MPatHL",4} ,{"profileAndLevel_SNRatLL",5} ,{"profileAndLevel_SNRatML",6} ,{"profileAndLevel_SpatialatH_14",7} ,{"profileAndLevel_HPatML",8} ,{"profileAndLevel_HPatH_14",9} ,{"profileAndLevel_HPatHL",10} }; #endif // // H262VideoMode_profileAndLevel // H245_H262VideoMode_profileAndLevel::H245_H262VideoMode_profileAndLevel(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 11, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_H262VideoMode_profileAndLevel,11 #endif ) { } BOOL H245_H262VideoMode_profileAndLevel::CreateObject() { choice = (tag <= e_profileAndLevel_HPatHL) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_H262VideoMode_profileAndLevel::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H262VideoMode_profileAndLevel::Class()), PInvalidCast); #endif return new H245_H262VideoMode_profileAndLevel(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_H263VideoMode_resolution[]={ {"sqcif",0} ,{"qcif",1} ,{"cif",2} ,{"cif4",3} ,{"cif16",4} ,{"custom",5} }; #endif // // H263VideoMode_resolution // H245_H263VideoMode_resolution::H245_H263VideoMode_resolution(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 5, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_H263VideoMode_resolution,6 #endif ) { } BOOL H245_H263VideoMode_resolution::CreateObject() { choice = (tag <= e_custom) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_H263VideoMode_resolution::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H263VideoMode_resolution::Class()), PInvalidCast); #endif return new H245_H263VideoMode_resolution(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_AudioMode_g7231[]={ {"noSilenceSuppressionLowRate",0} ,{"noSilenceSuppressionHighRate",1} ,{"silenceSuppressionLowRate",2} ,{"silenceSuppressionHighRate",3} }; #endif // // AudioMode_g7231 // H245_AudioMode_g7231::H245_AudioMode_g7231(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_AudioMode_g7231,4 #endif ) { } BOOL H245_AudioMode_g7231::CreateObject() { choice = (tag <= e_silenceSuppressionHighRate) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_AudioMode_g7231::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_AudioMode_g7231::Class()), PInvalidCast); #endif return new H245_AudioMode_g7231(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_IS11172AudioMode_audioLayer[]={ {"audioLayer1",0} ,{"audioLayer2",1} ,{"audioLayer3",2} }; #endif // // IS11172AudioMode_audioLayer // H245_IS11172AudioMode_audioLayer::H245_IS11172AudioMode_audioLayer(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_IS11172AudioMode_audioLayer,3 #endif ) { } BOOL H245_IS11172AudioMode_audioLayer::CreateObject() { choice = (tag <= e_audioLayer3) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_IS11172AudioMode_audioLayer::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_IS11172AudioMode_audioLayer::Class()), PInvalidCast); #endif return new H245_IS11172AudioMode_audioLayer(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_IS11172AudioMode_audioSampling[]={ {"audioSampling32k",0} ,{"audioSampling44k1",1} ,{"audioSampling48k",2} }; #endif // // IS11172AudioMode_audioSampling // H245_IS11172AudioMode_audioSampling::H245_IS11172AudioMode_audioSampling(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_IS11172AudioMode_audioSampling,3 #endif ) { } BOOL H245_IS11172AudioMode_audioSampling::CreateObject() { choice = (tag <= e_audioSampling48k) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_IS11172AudioMode_audioSampling::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_IS11172AudioMode_audioSampling::Class()), PInvalidCast); #endif return new H245_IS11172AudioMode_audioSampling(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_IS11172AudioMode_multichannelType[]={ {"singleChannel",0} ,{"twoChannelStereo",1} ,{"twoChannelDual",2} }; #endif // // IS11172AudioMode_multichannelType // H245_IS11172AudioMode_multichannelType::H245_IS11172AudioMode_multichannelType(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_IS11172AudioMode_multichannelType,3 #endif ) { } BOOL H245_IS11172AudioMode_multichannelType::CreateObject() { choice = (tag <= e_twoChannelDual) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_IS11172AudioMode_multichannelType::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_IS11172AudioMode_multichannelType::Class()), PInvalidCast); #endif return new H245_IS11172AudioMode_multichannelType(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_IS13818AudioMode_audioLayer[]={ {"audioLayer1",0} ,{"audioLayer2",1} ,{"audioLayer3",2} }; #endif // // IS13818AudioMode_audioLayer // H245_IS13818AudioMode_audioLayer::H245_IS13818AudioMode_audioLayer(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_IS13818AudioMode_audioLayer,3 #endif ) { } BOOL H245_IS13818AudioMode_audioLayer::CreateObject() { choice = (tag <= e_audioLayer3) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_IS13818AudioMode_audioLayer::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_IS13818AudioMode_audioLayer::Class()), PInvalidCast); #endif return new H245_IS13818AudioMode_audioLayer(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_IS13818AudioMode_audioSampling[]={ {"audioSampling16k",0} ,{"audioSampling22k05",1} ,{"audioSampling24k",2} ,{"audioSampling32k",3} ,{"audioSampling44k1",4} ,{"audioSampling48k",5} }; #endif // // IS13818AudioMode_audioSampling // H245_IS13818AudioMode_audioSampling::H245_IS13818AudioMode_audioSampling(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 6, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_IS13818AudioMode_audioSampling,6 #endif ) { } BOOL H245_IS13818AudioMode_audioSampling::CreateObject() { choice = (tag <= e_audioSampling48k) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_IS13818AudioMode_audioSampling::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_IS13818AudioMode_audioSampling::Class()), PInvalidCast); #endif return new H245_IS13818AudioMode_audioSampling(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_IS13818AudioMode_multichannelType[]={ {"singleChannel",0} ,{"twoChannelStereo",1} ,{"twoChannelDual",2} ,{"threeChannels2_1",3} ,{"threeChannels3_0",4} ,{"fourChannels2_0_2_0",5} ,{"fourChannels2_2",6} ,{"fourChannels3_1",7} ,{"fiveChannels3_0_2_0",8} ,{"fiveChannels3_2",9} }; #endif // // IS13818AudioMode_multichannelType // H245_IS13818AudioMode_multichannelType::H245_IS13818AudioMode_multichannelType(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 10, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_IS13818AudioMode_multichannelType,10 #endif ) { } BOOL H245_IS13818AudioMode_multichannelType::CreateObject() { choice = (tag <= e_fiveChannels3_2) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_IS13818AudioMode_multichannelType::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_IS13818AudioMode_multichannelType::Class()), PInvalidCast); #endif return new H245_IS13818AudioMode_multichannelType(*this); } // // G7231AnnexCMode_g723AnnexCAudioMode // H245_G7231AnnexCMode_g723AnnexCAudioMode::H245_G7231AnnexCMode_g723AnnexCAudioMode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_highRateMode0.SetConstraints(PASN_Object::FixedConstraint, 27, 78); m_highRateMode1.SetConstraints(PASN_Object::FixedConstraint, 27, 78); m_lowRateMode0.SetConstraints(PASN_Object::FixedConstraint, 23, 66); m_lowRateMode1.SetConstraints(PASN_Object::FixedConstraint, 23, 66); m_sidMode0.SetConstraints(PASN_Object::FixedConstraint, 6, 17); m_sidMode1.SetConstraints(PASN_Object::FixedConstraint, 6, 17); } #ifndef PASN_NOPRINTON void H245_G7231AnnexCMode_g723AnnexCAudioMode::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "highRateMode0 = " << setprecision(indent) << m_highRateMode0 << '\n'; strm << setw(indent+16) << "highRateMode1 = " << setprecision(indent) << m_highRateMode1 << '\n'; strm << setw(indent+15) << "lowRateMode0 = " << setprecision(indent) << m_lowRateMode0 << '\n'; strm << setw(indent+15) << "lowRateMode1 = " << setprecision(indent) << m_lowRateMode1 << '\n'; strm << setw(indent+11) << "sidMode0 = " << setprecision(indent) << m_sidMode0 << '\n'; strm << setw(indent+11) << "sidMode1 = " << setprecision(indent) << m_sidMode1 << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_G7231AnnexCMode_g723AnnexCAudioMode::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_G7231AnnexCMode_g723AnnexCAudioMode), PInvalidCast); #endif const H245_G7231AnnexCMode_g723AnnexCAudioMode & other = (const H245_G7231AnnexCMode_g723AnnexCAudioMode &)obj; Comparison result; if ((result = m_highRateMode0.Compare(other.m_highRateMode0)) != EqualTo) return result; if ((result = m_highRateMode1.Compare(other.m_highRateMode1)) != EqualTo) return result; if ((result = m_lowRateMode0.Compare(other.m_lowRateMode0)) != EqualTo) return result; if ((result = m_lowRateMode1.Compare(other.m_lowRateMode1)) != EqualTo) return result; if ((result = m_sidMode0.Compare(other.m_sidMode0)) != EqualTo) return result; if ((result = m_sidMode1.Compare(other.m_sidMode1)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_G7231AnnexCMode_g723AnnexCAudioMode::GetDataLength() const { PINDEX length = 0; length += m_highRateMode0.GetObjectLength(); length += m_highRateMode1.GetObjectLength(); length += m_lowRateMode0.GetObjectLength(); length += m_lowRateMode1.GetObjectLength(); length += m_sidMode0.GetObjectLength(); length += m_sidMode1.GetObjectLength(); return length; } BOOL H245_G7231AnnexCMode_g723AnnexCAudioMode::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_highRateMode0.Decode(strm)) return FALSE; if (!m_highRateMode1.Decode(strm)) return FALSE; if (!m_lowRateMode0.Decode(strm)) return FALSE; if (!m_lowRateMode1.Decode(strm)) return FALSE; if (!m_sidMode0.Decode(strm)) return FALSE; if (!m_sidMode1.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_G7231AnnexCMode_g723AnnexCAudioMode::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_highRateMode0.Encode(strm); m_highRateMode1.Encode(strm); m_lowRateMode0.Encode(strm); m_lowRateMode1.Encode(strm); m_sidMode0.Encode(strm); m_sidMode1.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_G7231AnnexCMode_g723AnnexCAudioMode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_G7231AnnexCMode_g723AnnexCAudioMode::Class()), PInvalidCast); #endif return new H245_G7231AnnexCMode_g723AnnexCAudioMode(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_DataMode_application[]={ {"nonStandard",0} ,{"t120",1} ,{"dsm_cc",2} ,{"userData",3} ,{"t84",4} ,{"t434",5} ,{"h224",6} ,{"nlpid",7} ,{"dsvdControl",8} ,{"h222DataPartitioning",9} ,{"t30fax",10} ,{"t140",11} ,{"t38fax",12} ,{"genericDataMode",13} }; #endif // // DataMode_application // H245_DataMode_application::H245_DataMode_application(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 10, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_DataMode_application,14 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_DataMode_application::operator H245_NonStandardParameter &() const #else H245_DataMode_application::operator H245_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } H245_DataMode_application::operator const H245_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_DataMode_application::operator H245_DataProtocolCapability &() const #else H245_DataMode_application::operator H245_DataProtocolCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DataProtocolCapability), PInvalidCast); #endif return *(H245_DataProtocolCapability *)choice; } H245_DataMode_application::operator const H245_DataProtocolCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DataProtocolCapability), PInvalidCast); #endif return *(H245_DataProtocolCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_DataMode_application::operator H245_DataMode_application_nlpid &() const #else H245_DataMode_application::operator H245_DataMode_application_nlpid &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DataMode_application_nlpid), PInvalidCast); #endif return *(H245_DataMode_application_nlpid *)choice; } H245_DataMode_application::operator const H245_DataMode_application_nlpid &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DataMode_application_nlpid), PInvalidCast); #endif return *(H245_DataMode_application_nlpid *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_DataMode_application::operator H245_DataMode_application_t38fax &() const #else H245_DataMode_application::operator H245_DataMode_application_t38fax &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DataMode_application_t38fax), PInvalidCast); #endif return *(H245_DataMode_application_t38fax *)choice; } H245_DataMode_application::operator const H245_DataMode_application_t38fax &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DataMode_application_t38fax), PInvalidCast); #endif return *(H245_DataMode_application_t38fax *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_DataMode_application::operator H245_GenericCapability &() const #else H245_DataMode_application::operator H245_GenericCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_GenericCapability), PInvalidCast); #endif return *(H245_GenericCapability *)choice; } H245_DataMode_application::operator const H245_GenericCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_GenericCapability), PInvalidCast); #endif return *(H245_GenericCapability *)choice; } BOOL H245_DataMode_application::CreateObject() { switch (tag) { case e_nonStandard : choice = new H245_NonStandardParameter(); return TRUE; case e_t120 : case e_dsm_cc : case e_userData : case e_t84 : case e_t434 : case e_h224 : case e_h222DataPartitioning : case e_t30fax : case e_t140 : choice = new H245_DataProtocolCapability(); return TRUE; case e_nlpid : choice = new H245_DataMode_application_nlpid(); return TRUE; case e_dsvdControl : choice = new PASN_Null(); return TRUE; case e_t38fax : choice = new H245_DataMode_application_t38fax(); return TRUE; case e_genericDataMode : choice = new H245_GenericCapability(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_DataMode_application::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_DataMode_application::Class()), PInvalidCast); #endif return new H245_DataMode_application(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_MaintenanceLoopRequest_type[]={ {"systemLoop",0} ,{"mediaLoop",1} ,{"logicalChannelLoop",2} }; #endif // // MaintenanceLoopRequest_type // H245_MaintenanceLoopRequest_type::H245_MaintenanceLoopRequest_type(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_MaintenanceLoopRequest_type,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MaintenanceLoopRequest_type::operator H245_LogicalChannelNumber &() const #else H245_MaintenanceLoopRequest_type::operator H245_LogicalChannelNumber &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_LogicalChannelNumber), PInvalidCast); #endif return *(H245_LogicalChannelNumber *)choice; } H245_MaintenanceLoopRequest_type::operator const H245_LogicalChannelNumber &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_LogicalChannelNumber), PInvalidCast); #endif return *(H245_LogicalChannelNumber *)choice; } BOOL H245_MaintenanceLoopRequest_type::CreateObject() { switch (tag) { case e_systemLoop : choice = new PASN_Null(); return TRUE; case e_mediaLoop : case e_logicalChannelLoop : choice = new H245_LogicalChannelNumber(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_MaintenanceLoopRequest_type::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MaintenanceLoopRequest_type::Class()), PInvalidCast); #endif return new H245_MaintenanceLoopRequest_type(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_MaintenanceLoopAck_type[]={ {"systemLoop",0} ,{"mediaLoop",1} ,{"logicalChannelLoop",2} }; #endif // // MaintenanceLoopAck_type // H245_MaintenanceLoopAck_type::H245_MaintenanceLoopAck_type(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_MaintenanceLoopAck_type,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MaintenanceLoopAck_type::operator H245_LogicalChannelNumber &() const #else H245_MaintenanceLoopAck_type::operator H245_LogicalChannelNumber &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_LogicalChannelNumber), PInvalidCast); #endif return *(H245_LogicalChannelNumber *)choice; } H245_MaintenanceLoopAck_type::operator const H245_LogicalChannelNumber &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_LogicalChannelNumber), PInvalidCast); #endif return *(H245_LogicalChannelNumber *)choice; } BOOL H245_MaintenanceLoopAck_type::CreateObject() { switch (tag) { case e_systemLoop : choice = new PASN_Null(); return TRUE; case e_mediaLoop : case e_logicalChannelLoop : choice = new H245_LogicalChannelNumber(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_MaintenanceLoopAck_type::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MaintenanceLoopAck_type::Class()), PInvalidCast); #endif return new H245_MaintenanceLoopAck_type(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_MaintenanceLoopReject_type[]={ {"systemLoop",0} ,{"mediaLoop",1} ,{"logicalChannelLoop",2} }; #endif // // MaintenanceLoopReject_type // H245_MaintenanceLoopReject_type::H245_MaintenanceLoopReject_type(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_MaintenanceLoopReject_type,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MaintenanceLoopReject_type::operator H245_LogicalChannelNumber &() const #else H245_MaintenanceLoopReject_type::operator H245_LogicalChannelNumber &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_LogicalChannelNumber), PInvalidCast); #endif return *(H245_LogicalChannelNumber *)choice; } H245_MaintenanceLoopReject_type::operator const H245_LogicalChannelNumber &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_LogicalChannelNumber), PInvalidCast); #endif return *(H245_LogicalChannelNumber *)choice; } BOOL H245_MaintenanceLoopReject_type::CreateObject() { switch (tag) { case e_systemLoop : choice = new PASN_Null(); return TRUE; case e_mediaLoop : case e_logicalChannelLoop : choice = new H245_LogicalChannelNumber(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_MaintenanceLoopReject_type::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MaintenanceLoopReject_type::Class()), PInvalidCast); #endif return new H245_MaintenanceLoopReject_type(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_MaintenanceLoopReject_cause[]={ {"canNotPerformLoop",0} }; #endif // // MaintenanceLoopReject_cause // H245_MaintenanceLoopReject_cause::H245_MaintenanceLoopReject_cause(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 1, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_MaintenanceLoopReject_cause,1 #endif ) { } BOOL H245_MaintenanceLoopReject_cause::CreateObject() { choice = (tag <= e_canNotPerformLoop) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_MaintenanceLoopReject_cause::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MaintenanceLoopReject_cause::Class()), PInvalidCast); #endif return new H245_MaintenanceLoopReject_cause(*this); } // // ArrayOf_CommunicationModeTableEntry // H245_ArrayOf_CommunicationModeTableEntry::H245_ArrayOf_CommunicationModeTableEntry(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_CommunicationModeTableEntry::CreateObject() const { return new H245_CommunicationModeTableEntry; } H245_CommunicationModeTableEntry & H245_ArrayOf_CommunicationModeTableEntry::operator[](PINDEX i) const { return (H245_CommunicationModeTableEntry &)array[i]; } PObject * H245_ArrayOf_CommunicationModeTableEntry::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_CommunicationModeTableEntry::Class()), PInvalidCast); #endif return new H245_ArrayOf_CommunicationModeTableEntry(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_CommunicationModeTableEntry_dataType[]={ {"videoData",0} ,{"audioData",1} ,{"data",2} }; #endif // // CommunicationModeTableEntry_dataType // H245_CommunicationModeTableEntry_dataType::H245_CommunicationModeTableEntry_dataType(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_CommunicationModeTableEntry_dataType,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_CommunicationModeTableEntry_dataType::operator H245_VideoCapability &() const #else H245_CommunicationModeTableEntry_dataType::operator H245_VideoCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_VideoCapability), PInvalidCast); #endif return *(H245_VideoCapability *)choice; } H245_CommunicationModeTableEntry_dataType::operator const H245_VideoCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_VideoCapability), PInvalidCast); #endif return *(H245_VideoCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_CommunicationModeTableEntry_dataType::operator H245_AudioCapability &() const #else H245_CommunicationModeTableEntry_dataType::operator H245_AudioCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_AudioCapability), PInvalidCast); #endif return *(H245_AudioCapability *)choice; } H245_CommunicationModeTableEntry_dataType::operator const H245_AudioCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_AudioCapability), PInvalidCast); #endif return *(H245_AudioCapability *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_CommunicationModeTableEntry_dataType::operator H245_DataApplicationCapability &() const #else H245_CommunicationModeTableEntry_dataType::operator H245_DataApplicationCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DataApplicationCapability), PInvalidCast); #endif return *(H245_DataApplicationCapability *)choice; } H245_CommunicationModeTableEntry_dataType::operator const H245_DataApplicationCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DataApplicationCapability), PInvalidCast); #endif return *(H245_DataApplicationCapability *)choice; } BOOL H245_CommunicationModeTableEntry_dataType::CreateObject() { switch (tag) { case e_videoData : choice = new H245_VideoCapability(); return TRUE; case e_audioData : choice = new H245_AudioCapability(); return TRUE; case e_data : choice = new H245_DataApplicationCapability(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_CommunicationModeTableEntry_dataType::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_CommunicationModeTableEntry_dataType::Class()), PInvalidCast); #endif return new H245_CommunicationModeTableEntry_dataType(*this); } // // ArrayOf_TerminalLabel // H245_ArrayOf_TerminalLabel::H245_ArrayOf_TerminalLabel(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_TerminalLabel::CreateObject() const { return new H245_TerminalLabel; } H245_TerminalLabel & H245_ArrayOf_TerminalLabel::operator[](PINDEX i) const { return (H245_TerminalLabel &)array[i]; } PObject * H245_ArrayOf_TerminalLabel::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_TerminalLabel::Class()), PInvalidCast); #endif return new H245_ArrayOf_TerminalLabel(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_ConferenceResponse_makeMeChairResponse[]={ {"grantedChairToken",0} ,{"deniedChairToken",1} }; #endif // // ConferenceResponse_makeMeChairResponse // H245_ConferenceResponse_makeMeChairResponse::H245_ConferenceResponse_makeMeChairResponse(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_ConferenceResponse_makeMeChairResponse,2 #endif ) { } BOOL H245_ConferenceResponse_makeMeChairResponse::CreateObject() { choice = (tag <= e_deniedChairToken) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_ConferenceResponse_makeMeChairResponse::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ConferenceResponse_makeMeChairResponse::Class()), PInvalidCast); #endif return new H245_ConferenceResponse_makeMeChairResponse(*this); } // // ConferenceResponse_extensionAddressResponse // H245_ConferenceResponse_extensionAddressResponse::H245_ConferenceResponse_extensionAddressResponse(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_ConferenceResponse_extensionAddressResponse::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+19) << "extensionAddress = " << setprecision(indent) << m_extensionAddress << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_ConferenceResponse_extensionAddressResponse::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_ConferenceResponse_extensionAddressResponse), PInvalidCast); #endif const H245_ConferenceResponse_extensionAddressResponse & other = (const H245_ConferenceResponse_extensionAddressResponse &)obj; Comparison result; if ((result = m_extensionAddress.Compare(other.m_extensionAddress)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_ConferenceResponse_extensionAddressResponse::GetDataLength() const { PINDEX length = 0; length += m_extensionAddress.GetObjectLength(); return length; } BOOL H245_ConferenceResponse_extensionAddressResponse::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_extensionAddress.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_ConferenceResponse_extensionAddressResponse::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_extensionAddress.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_ConferenceResponse_extensionAddressResponse::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ConferenceResponse_extensionAddressResponse::Class()), PInvalidCast); #endif return new H245_ConferenceResponse_extensionAddressResponse(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_ConferenceResponse_broadcastMyLogicalChannelResponse[]={ {"grantedBroadcastMyLogicalChannel",0} ,{"deniedBroadcastMyLogicalChannel",1} }; #endif // // ConferenceResponse_broadcastMyLogicalChannelResponse // H245_ConferenceResponse_broadcastMyLogicalChannelResponse::H245_ConferenceResponse_broadcastMyLogicalChannelResponse(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_ConferenceResponse_broadcastMyLogicalChannelResponse,2 #endif ) { } BOOL H245_ConferenceResponse_broadcastMyLogicalChannelResponse::CreateObject() { choice = (tag <= e_deniedBroadcastMyLogicalChannel) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_ConferenceResponse_broadcastMyLogicalChannelResponse::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ConferenceResponse_broadcastMyLogicalChannelResponse::Class()), PInvalidCast); #endif return new H245_ConferenceResponse_broadcastMyLogicalChannelResponse(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_ConferenceResponse_makeTerminalBroadcasterResponse[]={ {"grantedMakeTerminalBroadcaster",0} ,{"deniedMakeTerminalBroadcaster",1} }; #endif // // ConferenceResponse_makeTerminalBroadcasterResponse // H245_ConferenceResponse_makeTerminalBroadcasterResponse::H245_ConferenceResponse_makeTerminalBroadcasterResponse(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_ConferenceResponse_makeTerminalBroadcasterResponse,2 #endif ) { } BOOL H245_ConferenceResponse_makeTerminalBroadcasterResponse::CreateObject() { choice = (tag <= e_deniedMakeTerminalBroadcaster) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_ConferenceResponse_makeTerminalBroadcasterResponse::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ConferenceResponse_makeTerminalBroadcasterResponse::Class()), PInvalidCast); #endif return new H245_ConferenceResponse_makeTerminalBroadcasterResponse(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_ConferenceResponse_sendThisSourceResponse[]={ {"grantedSendThisSource",0} ,{"deniedSendThisSource",1} }; #endif // // ConferenceResponse_sendThisSourceResponse // H245_ConferenceResponse_sendThisSourceResponse::H245_ConferenceResponse_sendThisSourceResponse(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_ConferenceResponse_sendThisSourceResponse,2 #endif ) { } BOOL H245_ConferenceResponse_sendThisSourceResponse::CreateObject() { choice = (tag <= e_deniedSendThisSource) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_ConferenceResponse_sendThisSourceResponse::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ConferenceResponse_sendThisSourceResponse::Class()), PInvalidCast); #endif return new H245_ConferenceResponse_sendThisSourceResponse(*this); } // // ArrayOf_TerminalInformation // H245_ArrayOf_TerminalInformation::H245_ArrayOf_TerminalInformation(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_TerminalInformation::CreateObject() const { return new H245_TerminalInformation; } H245_TerminalInformation & H245_ArrayOf_TerminalInformation::operator[](PINDEX i) const { return (H245_TerminalInformation &)array[i]; } PObject * H245_ArrayOf_TerminalInformation::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_TerminalInformation::Class()), PInvalidCast); #endif return new H245_ArrayOf_TerminalInformation(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_RemoteMCResponse_reject[]={ {"unspecified",0} ,{"functionNotSupported",1} }; #endif // // RemoteMCResponse_reject // H245_RemoteMCResponse_reject::H245_RemoteMCResponse_reject(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_RemoteMCResponse_reject,2 #endif ) { } BOOL H245_RemoteMCResponse_reject::CreateObject() { choice = (tag <= e_functionNotSupported) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_RemoteMCResponse_reject::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RemoteMCResponse_reject::Class()), PInvalidCast); #endif return new H245_RemoteMCResponse_reject(*this); } // // MultilinkRequest_callInformation // H245_MultilinkRequest_callInformation::H245_MultilinkRequest_callInformation(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_maxNumberOfAdditionalConnections.SetConstraints(PASN_Object::FixedConstraint, 1, 65535); } #ifndef PASN_NOPRINTON void H245_MultilinkRequest_callInformation::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+35) << "maxNumberOfAdditionalConnections = " << setprecision(indent) << m_maxNumberOfAdditionalConnections << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MultilinkRequest_callInformation::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MultilinkRequest_callInformation), PInvalidCast); #endif const H245_MultilinkRequest_callInformation & other = (const H245_MultilinkRequest_callInformation &)obj; Comparison result; if ((result = m_maxNumberOfAdditionalConnections.Compare(other.m_maxNumberOfAdditionalConnections)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MultilinkRequest_callInformation::GetDataLength() const { PINDEX length = 0; length += m_maxNumberOfAdditionalConnections.GetObjectLength(); return length; } BOOL H245_MultilinkRequest_callInformation::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_maxNumberOfAdditionalConnections.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MultilinkRequest_callInformation::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_maxNumberOfAdditionalConnections.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MultilinkRequest_callInformation::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultilinkRequest_callInformation::Class()), PInvalidCast); #endif return new H245_MultilinkRequest_callInformation(*this); } // // MultilinkRequest_addConnection // H245_MultilinkRequest_addConnection::H245_MultilinkRequest_addConnection(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_MultilinkRequest_addConnection::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "sequenceNumber = " << setprecision(indent) << m_sequenceNumber << '\n'; strm << setw(indent+21) << "dialingInformation = " << setprecision(indent) << m_dialingInformation << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MultilinkRequest_addConnection::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MultilinkRequest_addConnection), PInvalidCast); #endif const H245_MultilinkRequest_addConnection & other = (const H245_MultilinkRequest_addConnection &)obj; Comparison result; if ((result = m_sequenceNumber.Compare(other.m_sequenceNumber)) != EqualTo) return result; if ((result = m_dialingInformation.Compare(other.m_dialingInformation)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MultilinkRequest_addConnection::GetDataLength() const { PINDEX length = 0; length += m_sequenceNumber.GetObjectLength(); length += m_dialingInformation.GetObjectLength(); return length; } BOOL H245_MultilinkRequest_addConnection::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_sequenceNumber.Decode(strm)) return FALSE; if (!m_dialingInformation.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MultilinkRequest_addConnection::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_sequenceNumber.Encode(strm); m_dialingInformation.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MultilinkRequest_addConnection::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultilinkRequest_addConnection::Class()), PInvalidCast); #endif return new H245_MultilinkRequest_addConnection(*this); } // // MultilinkRequest_removeConnection // H245_MultilinkRequest_removeConnection::H245_MultilinkRequest_removeConnection(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_MultilinkRequest_removeConnection::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+23) << "connectionIdentifier = " << setprecision(indent) << m_connectionIdentifier << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MultilinkRequest_removeConnection::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MultilinkRequest_removeConnection), PInvalidCast); #endif const H245_MultilinkRequest_removeConnection & other = (const H245_MultilinkRequest_removeConnection &)obj; Comparison result; if ((result = m_connectionIdentifier.Compare(other.m_connectionIdentifier)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MultilinkRequest_removeConnection::GetDataLength() const { PINDEX length = 0; length += m_connectionIdentifier.GetObjectLength(); return length; } BOOL H245_MultilinkRequest_removeConnection::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_connectionIdentifier.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MultilinkRequest_removeConnection::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_connectionIdentifier.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MultilinkRequest_removeConnection::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultilinkRequest_removeConnection::Class()), PInvalidCast); #endif return new H245_MultilinkRequest_removeConnection(*this); } // // MultilinkResponse_callInformation // H245_MultilinkResponse_callInformation::H245_MultilinkResponse_callInformation(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_callAssociationNumber.SetConstraints(PASN_Object::FixedConstraint, 0, 4294967295U); } #ifndef PASN_NOPRINTON void H245_MultilinkResponse_callInformation::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+21) << "dialingInformation = " << setprecision(indent) << m_dialingInformation << '\n'; strm << setw(indent+24) << "callAssociationNumber = " << setprecision(indent) << m_callAssociationNumber << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MultilinkResponse_callInformation::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MultilinkResponse_callInformation), PInvalidCast); #endif const H245_MultilinkResponse_callInformation & other = (const H245_MultilinkResponse_callInformation &)obj; Comparison result; if ((result = m_dialingInformation.Compare(other.m_dialingInformation)) != EqualTo) return result; if ((result = m_callAssociationNumber.Compare(other.m_callAssociationNumber)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MultilinkResponse_callInformation::GetDataLength() const { PINDEX length = 0; length += m_dialingInformation.GetObjectLength(); length += m_callAssociationNumber.GetObjectLength(); return length; } BOOL H245_MultilinkResponse_callInformation::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_dialingInformation.Decode(strm)) return FALSE; if (!m_callAssociationNumber.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MultilinkResponse_callInformation::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_dialingInformation.Encode(strm); m_callAssociationNumber.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MultilinkResponse_callInformation::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultilinkResponse_callInformation::Class()), PInvalidCast); #endif return new H245_MultilinkResponse_callInformation(*this); } // // MultilinkResponse_removeConnection // H245_MultilinkResponse_removeConnection::H245_MultilinkResponse_removeConnection(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_MultilinkResponse_removeConnection::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+23) << "connectionIdentifier = " << setprecision(indent) << m_connectionIdentifier << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MultilinkResponse_removeConnection::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MultilinkResponse_removeConnection), PInvalidCast); #endif const H245_MultilinkResponse_removeConnection & other = (const H245_MultilinkResponse_removeConnection &)obj; Comparison result; if ((result = m_connectionIdentifier.Compare(other.m_connectionIdentifier)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MultilinkResponse_removeConnection::GetDataLength() const { PINDEX length = 0; length += m_connectionIdentifier.GetObjectLength(); return length; } BOOL H245_MultilinkResponse_removeConnection::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_connectionIdentifier.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MultilinkResponse_removeConnection::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_connectionIdentifier.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MultilinkResponse_removeConnection::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultilinkResponse_removeConnection::Class()), PInvalidCast); #endif return new H245_MultilinkResponse_removeConnection(*this); } // // MultilinkResponse_maximumHeaderInterval // H245_MultilinkResponse_maximumHeaderInterval::H245_MultilinkResponse_maximumHeaderInterval(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_currentInterval.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } #ifndef PASN_NOPRINTON void H245_MultilinkResponse_maximumHeaderInterval::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+18) << "currentInterval = " << setprecision(indent) << m_currentInterval << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MultilinkResponse_maximumHeaderInterval::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MultilinkResponse_maximumHeaderInterval), PInvalidCast); #endif const H245_MultilinkResponse_maximumHeaderInterval & other = (const H245_MultilinkResponse_maximumHeaderInterval &)obj; Comparison result; if ((result = m_currentInterval.Compare(other.m_currentInterval)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MultilinkResponse_maximumHeaderInterval::GetDataLength() const { PINDEX length = 0; length += m_currentInterval.GetObjectLength(); return length; } BOOL H245_MultilinkResponse_maximumHeaderInterval::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_currentInterval.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MultilinkResponse_maximumHeaderInterval::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_currentInterval.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MultilinkResponse_maximumHeaderInterval::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultilinkResponse_maximumHeaderInterval::Class()), PInvalidCast); #endif return new H245_MultilinkResponse_maximumHeaderInterval(*this); } // // MultilinkIndication_crcDesired // H245_MultilinkIndication_crcDesired::H245_MultilinkIndication_crcDesired(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_MultilinkIndication_crcDesired::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PINDEX H245_MultilinkIndication_crcDesired::GetDataLength() const { PINDEX length = 0; return length; } BOOL H245_MultilinkIndication_crcDesired::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MultilinkIndication_crcDesired::Encode(PASN_Stream & strm) const { PreambleEncode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MultilinkIndication_crcDesired::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultilinkIndication_crcDesired::Class()), PInvalidCast); #endif return new H245_MultilinkIndication_crcDesired(*this); } // // MultilinkIndication_excessiveError // H245_MultilinkIndication_excessiveError::H245_MultilinkIndication_excessiveError(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_MultilinkIndication_excessiveError::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+23) << "connectionIdentifier = " << setprecision(indent) << m_connectionIdentifier << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MultilinkIndication_excessiveError::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MultilinkIndication_excessiveError), PInvalidCast); #endif const H245_MultilinkIndication_excessiveError & other = (const H245_MultilinkIndication_excessiveError &)obj; Comparison result; if ((result = m_connectionIdentifier.Compare(other.m_connectionIdentifier)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MultilinkIndication_excessiveError::GetDataLength() const { PINDEX length = 0; length += m_connectionIdentifier.GetObjectLength(); return length; } BOOL H245_MultilinkIndication_excessiveError::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_connectionIdentifier.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MultilinkIndication_excessiveError::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_connectionIdentifier.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MultilinkIndication_excessiveError::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultilinkIndication_excessiveError::Class()), PInvalidCast); #endif return new H245_MultilinkIndication_excessiveError(*this); } // // ArrayOf_DialingInformationNumber // H245_ArrayOf_DialingInformationNumber::H245_ArrayOf_DialingInformationNumber(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_DialingInformationNumber::CreateObject() const { return new H245_DialingInformationNumber; } H245_DialingInformationNumber & H245_ArrayOf_DialingInformationNumber::operator[](PINDEX i) const { return (H245_DialingInformationNumber &)array[i]; } PObject * H245_ArrayOf_DialingInformationNumber::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_DialingInformationNumber::Class()), PInvalidCast); #endif return new H245_ArrayOf_DialingInformationNumber(*this); } // // ArrayOf_DialingInformationNetworkType // H245_ArrayOf_DialingInformationNetworkType::H245_ArrayOf_DialingInformationNetworkType(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_DialingInformationNetworkType::CreateObject() const { return new H245_DialingInformationNetworkType; } H245_DialingInformationNetworkType & H245_ArrayOf_DialingInformationNetworkType::operator[](PINDEX i) const { return (H245_DialingInformationNetworkType &)array[i]; } PObject * H245_ArrayOf_DialingInformationNetworkType::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_DialingInformationNetworkType::Class()), PInvalidCast); #endif return new H245_ArrayOf_DialingInformationNetworkType(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_FlowControlCommand_scope[]={ {"logicalChannelNumber",0} ,{"resourceID",1} ,{"wholeMultiplex",2} }; #endif // // FlowControlCommand_scope // H245_FlowControlCommand_scope::H245_FlowControlCommand_scope(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_FlowControlCommand_scope,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_FlowControlCommand_scope::operator H245_LogicalChannelNumber &() const #else H245_FlowControlCommand_scope::operator H245_LogicalChannelNumber &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_LogicalChannelNumber), PInvalidCast); #endif return *(H245_LogicalChannelNumber *)choice; } H245_FlowControlCommand_scope::operator const H245_LogicalChannelNumber &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_LogicalChannelNumber), PInvalidCast); #endif return *(H245_LogicalChannelNumber *)choice; } BOOL H245_FlowControlCommand_scope::CreateObject() { switch (tag) { case e_logicalChannelNumber : choice = new H245_LogicalChannelNumber(); return TRUE; case e_resourceID : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 0, 65535); return TRUE; case e_wholeMultiplex : choice = new PASN_Null(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_FlowControlCommand_scope::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_FlowControlCommand_scope::Class()), PInvalidCast); #endif return new H245_FlowControlCommand_scope(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_FlowControlCommand_restriction[]={ {"maximumBitRate",0} ,{"noRestriction",1} }; #endif // // FlowControlCommand_restriction // H245_FlowControlCommand_restriction::H245_FlowControlCommand_restriction(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_FlowControlCommand_restriction,2 #endif ) { } BOOL H245_FlowControlCommand_restriction::CreateObject() { switch (tag) { case e_maximumBitRate : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 0, 16777215); return TRUE; case e_noRestriction : choice = new PASN_Null(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_FlowControlCommand_restriction::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_FlowControlCommand_restriction::Class()), PInvalidCast); #endif return new H245_FlowControlCommand_restriction(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_EndSessionCommand_gstnOptions[]={ {"telephonyMode",0} ,{"v8bis",1} ,{"v34DSVD",2} ,{"v34DuplexFAX",3} ,{"v34H324",4} }; #endif // // EndSessionCommand_gstnOptions // H245_EndSessionCommand_gstnOptions::H245_EndSessionCommand_gstnOptions(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 5, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_EndSessionCommand_gstnOptions,5 #endif ) { } BOOL H245_EndSessionCommand_gstnOptions::CreateObject() { choice = (tag <= e_v34H324) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_EndSessionCommand_gstnOptions::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_EndSessionCommand_gstnOptions::Class()), PInvalidCast); #endif return new H245_EndSessionCommand_gstnOptions(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_EndSessionCommand_isdnOptions[]={ {"telephonyMode",0} ,{"v140",1} ,{"terminalOnHold",2} }; #endif // // EndSessionCommand_isdnOptions // H245_EndSessionCommand_isdnOptions::H245_EndSessionCommand_isdnOptions(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_EndSessionCommand_isdnOptions,3 #endif ) { } BOOL H245_EndSessionCommand_isdnOptions::CreateObject() { choice = (tag <= e_terminalOnHold) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_EndSessionCommand_isdnOptions::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_EndSessionCommand_isdnOptions::Class()), PInvalidCast); #endif return new H245_EndSessionCommand_isdnOptions(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_MiscellaneousCommand_type[]={ {"equaliseDelay",0} ,{"zeroDelay",1} ,{"multipointModeCommand",2} ,{"cancelMultipointModeCommand",3} ,{"videoFreezePicture",4} ,{"videoFastUpdatePicture",5} ,{"videoFastUpdateGOB",6} ,{"videoTemporalSpatialTradeOff",7} ,{"videoSendSyncEveryGOB",8} ,{"videoSendSyncEveryGOBCancel",9} ,{"videoFastUpdateMB",10} ,{"maxH223MUXPDUsize",11} ,{"encryptionUpdate",12} ,{"encryptionUpdateRequest",13} ,{"switchReceiveMediaOff",14} ,{"switchReceiveMediaOn",15} ,{"progressiveRefinementStart",16} ,{"progressiveRefinementAbortOne",17} ,{"progressiveRefinementAbortContinuous",18} ,{"videoBadMBs",19} ,{"lostPicture",20} ,{"lostPartialPicture",21} ,{"recoveryReferencePicture",22} ,{"encryptionUpdateCommand",23} ,{"encryptionUpdateAck",24} }; #endif // // MiscellaneousCommand_type // H245_MiscellaneousCommand_type::H245_MiscellaneousCommand_type(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 10, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_MiscellaneousCommand_type,25 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MiscellaneousCommand_type::operator H245_MiscellaneousCommand_type_videoFastUpdateGOB &() const #else H245_MiscellaneousCommand_type::operator H245_MiscellaneousCommand_type_videoFastUpdateGOB &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MiscellaneousCommand_type_videoFastUpdateGOB), PInvalidCast); #endif return *(H245_MiscellaneousCommand_type_videoFastUpdateGOB *)choice; } H245_MiscellaneousCommand_type::operator const H245_MiscellaneousCommand_type_videoFastUpdateGOB &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MiscellaneousCommand_type_videoFastUpdateGOB), PInvalidCast); #endif return *(H245_MiscellaneousCommand_type_videoFastUpdateGOB *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MiscellaneousCommand_type::operator H245_MiscellaneousCommand_type_videoFastUpdateMB &() const #else H245_MiscellaneousCommand_type::operator H245_MiscellaneousCommand_type_videoFastUpdateMB &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MiscellaneousCommand_type_videoFastUpdateMB), PInvalidCast); #endif return *(H245_MiscellaneousCommand_type_videoFastUpdateMB *)choice; } H245_MiscellaneousCommand_type::operator const H245_MiscellaneousCommand_type_videoFastUpdateMB &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MiscellaneousCommand_type_videoFastUpdateMB), PInvalidCast); #endif return *(H245_MiscellaneousCommand_type_videoFastUpdateMB *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MiscellaneousCommand_type::operator H245_EncryptionSync &() const #else H245_MiscellaneousCommand_type::operator H245_EncryptionSync &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_EncryptionSync), PInvalidCast); #endif return *(H245_EncryptionSync *)choice; } H245_MiscellaneousCommand_type::operator const H245_EncryptionSync &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_EncryptionSync), PInvalidCast); #endif return *(H245_EncryptionSync *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MiscellaneousCommand_type::operator H245_EncryptionUpdateRequest &() const #else H245_MiscellaneousCommand_type::operator H245_EncryptionUpdateRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_EncryptionUpdateRequest), PInvalidCast); #endif return *(H245_EncryptionUpdateRequest *)choice; } H245_MiscellaneousCommand_type::operator const H245_EncryptionUpdateRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_EncryptionUpdateRequest), PInvalidCast); #endif return *(H245_EncryptionUpdateRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MiscellaneousCommand_type::operator H245_MiscellaneousCommand_type_progressiveRefinementStart &() const #else H245_MiscellaneousCommand_type::operator H245_MiscellaneousCommand_type_progressiveRefinementStart &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MiscellaneousCommand_type_progressiveRefinementStart), PInvalidCast); #endif return *(H245_MiscellaneousCommand_type_progressiveRefinementStart *)choice; } H245_MiscellaneousCommand_type::operator const H245_MiscellaneousCommand_type_progressiveRefinementStart &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MiscellaneousCommand_type_progressiveRefinementStart), PInvalidCast); #endif return *(H245_MiscellaneousCommand_type_progressiveRefinementStart *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MiscellaneousCommand_type::operator H245_MiscellaneousCommand_type_videoBadMBs &() const #else H245_MiscellaneousCommand_type::operator H245_MiscellaneousCommand_type_videoBadMBs &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MiscellaneousCommand_type_videoBadMBs), PInvalidCast); #endif return *(H245_MiscellaneousCommand_type_videoBadMBs *)choice; } H245_MiscellaneousCommand_type::operator const H245_MiscellaneousCommand_type_videoBadMBs &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MiscellaneousCommand_type_videoBadMBs), PInvalidCast); #endif return *(H245_MiscellaneousCommand_type_videoBadMBs *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MiscellaneousCommand_type::operator H245_ArrayOf_PictureReference &() const #else H245_MiscellaneousCommand_type::operator H245_ArrayOf_PictureReference &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ArrayOf_PictureReference), PInvalidCast); #endif return *(H245_ArrayOf_PictureReference *)choice; } H245_MiscellaneousCommand_type::operator const H245_ArrayOf_PictureReference &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_ArrayOf_PictureReference), PInvalidCast); #endif return *(H245_ArrayOf_PictureReference *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MiscellaneousCommand_type::operator H245_MiscellaneousCommand_type_lostPartialPicture &() const #else H245_MiscellaneousCommand_type::operator H245_MiscellaneousCommand_type_lostPartialPicture &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MiscellaneousCommand_type_lostPartialPicture), PInvalidCast); #endif return *(H245_MiscellaneousCommand_type_lostPartialPicture *)choice; } H245_MiscellaneousCommand_type::operator const H245_MiscellaneousCommand_type_lostPartialPicture &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MiscellaneousCommand_type_lostPartialPicture), PInvalidCast); #endif return *(H245_MiscellaneousCommand_type_lostPartialPicture *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MiscellaneousCommand_type::operator H245_MiscellaneousCommand_type_encryptionUpdateCommand &() const #else H245_MiscellaneousCommand_type::operator H245_MiscellaneousCommand_type_encryptionUpdateCommand &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MiscellaneousCommand_type_encryptionUpdateCommand), PInvalidCast); #endif return *(H245_MiscellaneousCommand_type_encryptionUpdateCommand *)choice; } H245_MiscellaneousCommand_type::operator const H245_MiscellaneousCommand_type_encryptionUpdateCommand &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MiscellaneousCommand_type_encryptionUpdateCommand), PInvalidCast); #endif return *(H245_MiscellaneousCommand_type_encryptionUpdateCommand *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MiscellaneousCommand_type::operator H245_MiscellaneousCommand_type_encryptionUpdateAck &() const #else H245_MiscellaneousCommand_type::operator H245_MiscellaneousCommand_type_encryptionUpdateAck &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MiscellaneousCommand_type_encryptionUpdateAck), PInvalidCast); #endif return *(H245_MiscellaneousCommand_type_encryptionUpdateAck *)choice; } H245_MiscellaneousCommand_type::operator const H245_MiscellaneousCommand_type_encryptionUpdateAck &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MiscellaneousCommand_type_encryptionUpdateAck), PInvalidCast); #endif return *(H245_MiscellaneousCommand_type_encryptionUpdateAck *)choice; } BOOL H245_MiscellaneousCommand_type::CreateObject() { switch (tag) { case e_equaliseDelay : case e_zeroDelay : case e_multipointModeCommand : case e_cancelMultipointModeCommand : case e_videoFreezePicture : case e_videoFastUpdatePicture : case e_videoSendSyncEveryGOB : case e_videoSendSyncEveryGOBCancel : case e_switchReceiveMediaOff : case e_switchReceiveMediaOn : case e_progressiveRefinementAbortOne : case e_progressiveRefinementAbortContinuous : choice = new PASN_Null(); return TRUE; case e_videoFastUpdateGOB : choice = new H245_MiscellaneousCommand_type_videoFastUpdateGOB(); return TRUE; case e_videoTemporalSpatialTradeOff : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 0, 31); return TRUE; case e_videoFastUpdateMB : choice = new H245_MiscellaneousCommand_type_videoFastUpdateMB(); return TRUE; case e_maxH223MUXPDUsize : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 65535); return TRUE; case e_encryptionUpdate : choice = new H245_EncryptionSync(); return TRUE; case e_encryptionUpdateRequest : choice = new H245_EncryptionUpdateRequest(); return TRUE; case e_progressiveRefinementStart : choice = new H245_MiscellaneousCommand_type_progressiveRefinementStart(); return TRUE; case e_videoBadMBs : choice = new H245_MiscellaneousCommand_type_videoBadMBs(); return TRUE; case e_lostPicture : case e_recoveryReferencePicture : choice = new H245_ArrayOf_PictureReference(); return TRUE; case e_lostPartialPicture : choice = new H245_MiscellaneousCommand_type_lostPartialPicture(); return TRUE; case e_encryptionUpdateCommand : choice = new H245_MiscellaneousCommand_type_encryptionUpdateCommand(); return TRUE; case e_encryptionUpdateAck : choice = new H245_MiscellaneousCommand_type_encryptionUpdateAck(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_MiscellaneousCommand_type::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MiscellaneousCommand_type::Class()), PInvalidCast); #endif return new H245_MiscellaneousCommand_type(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_H223MultiplexReconfiguration_h223ModeChange[]={ {"toLevel0",0} ,{"toLevel1",1} ,{"toLevel2",2} ,{"toLevel2withOptionalHeader",3} }; #endif // // H223MultiplexReconfiguration_h223ModeChange // H245_H223MultiplexReconfiguration_h223ModeChange::H245_H223MultiplexReconfiguration_h223ModeChange(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_H223MultiplexReconfiguration_h223ModeChange,4 #endif ) { } BOOL H245_H223MultiplexReconfiguration_h223ModeChange::CreateObject() { choice = (tag <= e_toLevel2withOptionalHeader) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_H223MultiplexReconfiguration_h223ModeChange::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H223MultiplexReconfiguration_h223ModeChange::Class()), PInvalidCast); #endif return new H245_H223MultiplexReconfiguration_h223ModeChange(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag[]={ {"start",0} ,{"stop",1} }; #endif // // H223MultiplexReconfiguration_h223AnnexADoubleFlag // H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag::H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag,2 #endif ) { } BOOL H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag::CreateObject() { choice = (tag <= e_stop) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag::Class()), PInvalidCast); #endif return new H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_NewATMVCCommand_aal[]={ {"aal1",0} ,{"aal5",1} }; #endif // // NewATMVCCommand_aal // H245_NewATMVCCommand_aal::H245_NewATMVCCommand_aal(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_NewATMVCCommand_aal,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_NewATMVCCommand_aal::operator H245_NewATMVCCommand_aal_aal1 &() const #else H245_NewATMVCCommand_aal::operator H245_NewATMVCCommand_aal_aal1 &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NewATMVCCommand_aal_aal1), PInvalidCast); #endif return *(H245_NewATMVCCommand_aal_aal1 *)choice; } H245_NewATMVCCommand_aal::operator const H245_NewATMVCCommand_aal_aal1 &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NewATMVCCommand_aal_aal1), PInvalidCast); #endif return *(H245_NewATMVCCommand_aal_aal1 *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_NewATMVCCommand_aal::operator H245_NewATMVCCommand_aal_aal5 &() const #else H245_NewATMVCCommand_aal::operator H245_NewATMVCCommand_aal_aal5 &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NewATMVCCommand_aal_aal5), PInvalidCast); #endif return *(H245_NewATMVCCommand_aal_aal5 *)choice; } H245_NewATMVCCommand_aal::operator const H245_NewATMVCCommand_aal_aal5 &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NewATMVCCommand_aal_aal5), PInvalidCast); #endif return *(H245_NewATMVCCommand_aal_aal5 *)choice; } BOOL H245_NewATMVCCommand_aal::CreateObject() { switch (tag) { case e_aal1 : choice = new H245_NewATMVCCommand_aal_aal1(); return TRUE; case e_aal5 : choice = new H245_NewATMVCCommand_aal_aal5(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_NewATMVCCommand_aal::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_NewATMVCCommand_aal::Class()), PInvalidCast); #endif return new H245_NewATMVCCommand_aal(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_NewATMVCCommand_multiplex[]={ {"noMultiplex",0} ,{"transportStream",1} ,{"programStream",2} }; #endif // // NewATMVCCommand_multiplex // H245_NewATMVCCommand_multiplex::H245_NewATMVCCommand_multiplex(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_NewATMVCCommand_multiplex,3 #endif ) { } BOOL H245_NewATMVCCommand_multiplex::CreateObject() { choice = (tag <= e_programStream) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_NewATMVCCommand_multiplex::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_NewATMVCCommand_multiplex::Class()), PInvalidCast); #endif return new H245_NewATMVCCommand_multiplex(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_MobileMultilinkReconfigurationCommand_status[]={ {"synchronized",0} ,{"reconfiguration",1} }; #endif // // MobileMultilinkReconfigurationCommand_status // H245_MobileMultilinkReconfigurationCommand_status::H245_MobileMultilinkReconfigurationCommand_status(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_MobileMultilinkReconfigurationCommand_status,2 #endif ) { } BOOL H245_MobileMultilinkReconfigurationCommand_status::CreateObject() { choice = (tag <= e_reconfiguration) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_MobileMultilinkReconfigurationCommand_status::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MobileMultilinkReconfigurationCommand_status::Class()), PInvalidCast); #endif return new H245_MobileMultilinkReconfigurationCommand_status(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_FunctionNotSupported_cause[]={ {"syntaxError",0} ,{"semanticError",1} ,{"unknownFunction",2} }; #endif // // FunctionNotSupported_cause // H245_FunctionNotSupported_cause::H245_FunctionNotSupported_cause(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_FunctionNotSupported_cause,3 #endif ) { } BOOL H245_FunctionNotSupported_cause::CreateObject() { choice = (tag <= e_unknownFunction) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_FunctionNotSupported_cause::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_FunctionNotSupported_cause::Class()), PInvalidCast); #endif return new H245_FunctionNotSupported_cause(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_MiscellaneousIndication_type[]={ {"logicalChannelActive",0} ,{"logicalChannelInactive",1} ,{"multipointConference",2} ,{"cancelMultipointConference",3} ,{"multipointZeroComm",4} ,{"cancelMultipointZeroComm",5} ,{"multipointSecondaryStatus",6} ,{"cancelMultipointSecondaryStatus",7} ,{"videoIndicateReadyToActivate",8} ,{"videoTemporalSpatialTradeOff",9} ,{"videoNotDecodedMBs",10} ,{"transportCapability",11} }; #endif // // MiscellaneousIndication_type // H245_MiscellaneousIndication_type::H245_MiscellaneousIndication_type(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 10, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_MiscellaneousIndication_type,12 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MiscellaneousIndication_type::operator H245_MiscellaneousIndication_type_videoNotDecodedMBs &() const #else H245_MiscellaneousIndication_type::operator H245_MiscellaneousIndication_type_videoNotDecodedMBs &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MiscellaneousIndication_type_videoNotDecodedMBs), PInvalidCast); #endif return *(H245_MiscellaneousIndication_type_videoNotDecodedMBs *)choice; } H245_MiscellaneousIndication_type::operator const H245_MiscellaneousIndication_type_videoNotDecodedMBs &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MiscellaneousIndication_type_videoNotDecodedMBs), PInvalidCast); #endif return *(H245_MiscellaneousIndication_type_videoNotDecodedMBs *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MiscellaneousIndication_type::operator H245_TransportCapability &() const #else H245_MiscellaneousIndication_type::operator H245_TransportCapability &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_TransportCapability), PInvalidCast); #endif return *(H245_TransportCapability *)choice; } H245_MiscellaneousIndication_type::operator const H245_TransportCapability &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_TransportCapability), PInvalidCast); #endif return *(H245_TransportCapability *)choice; } BOOL H245_MiscellaneousIndication_type::CreateObject() { switch (tag) { case e_logicalChannelActive : case e_logicalChannelInactive : case e_multipointConference : case e_cancelMultipointConference : case e_multipointZeroComm : case e_cancelMultipointZeroComm : case e_multipointSecondaryStatus : case e_cancelMultipointSecondaryStatus : case e_videoIndicateReadyToActivate : choice = new PASN_Null(); return TRUE; case e_videoTemporalSpatialTradeOff : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 0, 31); return TRUE; case e_videoNotDecodedMBs : choice = new H245_MiscellaneousIndication_type_videoNotDecodedMBs(); return TRUE; case e_transportCapability : choice = new H245_TransportCapability(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_MiscellaneousIndication_type::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MiscellaneousIndication_type::Class()), PInvalidCast); #endif return new H245_MiscellaneousIndication_type(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_JitterIndication_scope[]={ {"logicalChannelNumber",0} ,{"resourceID",1} ,{"wholeMultiplex",2} }; #endif // // JitterIndication_scope // H245_JitterIndication_scope::H245_JitterIndication_scope(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_JitterIndication_scope,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_JitterIndication_scope::operator H245_LogicalChannelNumber &() const #else H245_JitterIndication_scope::operator H245_LogicalChannelNumber &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_LogicalChannelNumber), PInvalidCast); #endif return *(H245_LogicalChannelNumber *)choice; } H245_JitterIndication_scope::operator const H245_LogicalChannelNumber &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_LogicalChannelNumber), PInvalidCast); #endif return *(H245_LogicalChannelNumber *)choice; } BOOL H245_JitterIndication_scope::CreateObject() { switch (tag) { case e_logicalChannelNumber : choice = new H245_LogicalChannelNumber(); return TRUE; case e_resourceID : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 0, 65535); return TRUE; case e_wholeMultiplex : choice = new PASN_Null(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_JitterIndication_scope::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_JitterIndication_scope::Class()), PInvalidCast); #endif return new H245_JitterIndication_scope(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_NewATMVCIndication_aal[]={ {"aal1",0} ,{"aal5",1} }; #endif // // NewATMVCIndication_aal // H245_NewATMVCIndication_aal::H245_NewATMVCIndication_aal(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_NewATMVCIndication_aal,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_NewATMVCIndication_aal::operator H245_NewATMVCIndication_aal_aal1 &() const #else H245_NewATMVCIndication_aal::operator H245_NewATMVCIndication_aal_aal1 &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NewATMVCIndication_aal_aal1), PInvalidCast); #endif return *(H245_NewATMVCIndication_aal_aal1 *)choice; } H245_NewATMVCIndication_aal::operator const H245_NewATMVCIndication_aal_aal1 &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NewATMVCIndication_aal_aal1), PInvalidCast); #endif return *(H245_NewATMVCIndication_aal_aal1 *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_NewATMVCIndication_aal::operator H245_NewATMVCIndication_aal_aal5 &() const #else H245_NewATMVCIndication_aal::operator H245_NewATMVCIndication_aal_aal5 &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NewATMVCIndication_aal_aal5), PInvalidCast); #endif return *(H245_NewATMVCIndication_aal_aal5 *)choice; } H245_NewATMVCIndication_aal::operator const H245_NewATMVCIndication_aal_aal5 &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NewATMVCIndication_aal_aal5), PInvalidCast); #endif return *(H245_NewATMVCIndication_aal_aal5 *)choice; } BOOL H245_NewATMVCIndication_aal::CreateObject() { switch (tag) { case e_aal1 : choice = new H245_NewATMVCIndication_aal_aal1(); return TRUE; case e_aal5 : choice = new H245_NewATMVCIndication_aal_aal5(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_NewATMVCIndication_aal::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_NewATMVCIndication_aal::Class()), PInvalidCast); #endif return new H245_NewATMVCIndication_aal(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_NewATMVCIndication_multiplex[]={ {"noMultiplex",0} ,{"transportStream",1} ,{"programStream",2} }; #endif // // NewATMVCIndication_multiplex // H245_NewATMVCIndication_multiplex::H245_NewATMVCIndication_multiplex(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_NewATMVCIndication_multiplex,3 #endif ) { } BOOL H245_NewATMVCIndication_multiplex::CreateObject() { choice = (tag <= e_programStream) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_NewATMVCIndication_multiplex::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_NewATMVCIndication_multiplex::Class()), PInvalidCast); #endif return new H245_NewATMVCIndication_multiplex(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_UserInputIndication_userInputSupportIndication[]={ {"nonStandard",0} ,{"basicString",1} ,{"iA5String",2} ,{"generalString",3} ,{"encryptedBasicString",4} ,{"encryptedIA5String",5} ,{"encryptedGeneralString",6} }; #endif // // UserInputIndication_userInputSupportIndication // H245_UserInputIndication_userInputSupportIndication::H245_UserInputIndication_userInputSupportIndication(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_UserInputIndication_userInputSupportIndication,7 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_UserInputIndication_userInputSupportIndication::operator H245_NonStandardParameter &() const #else H245_UserInputIndication_userInputSupportIndication::operator H245_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } H245_UserInputIndication_userInputSupportIndication::operator const H245_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_NonStandardParameter), PInvalidCast); #endif return *(H245_NonStandardParameter *)choice; } BOOL H245_UserInputIndication_userInputSupportIndication::CreateObject() { switch (tag) { case e_nonStandard : choice = new H245_NonStandardParameter(); return TRUE; case e_basicString : case e_iA5String : case e_generalString : case e_encryptedBasicString : case e_encryptedIA5String : case e_encryptedGeneralString : choice = new PASN_Null(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_UserInputIndication_userInputSupportIndication::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_UserInputIndication_userInputSupportIndication::Class()), PInvalidCast); #endif return new H245_UserInputIndication_userInputSupportIndication(*this); } // // UserInputIndication_encryptedAlphanumeric // H245_UserInputIndication_encryptedAlphanumeric::H245_UserInputIndication_encryptedAlphanumeric(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_UserInputIndication_encryptedAlphanumeric::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "algorithmOID = " << setprecision(indent) << m_algorithmOID << '\n'; if (HasOptionalField(e_paramS)) strm << setw(indent+9) << "paramS = " << setprecision(indent) << m_paramS << '\n'; strm << setw(indent+12) << "encrypted = " << setprecision(indent) << m_encrypted << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_UserInputIndication_encryptedAlphanumeric::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_UserInputIndication_encryptedAlphanumeric), PInvalidCast); #endif const H245_UserInputIndication_encryptedAlphanumeric & other = (const H245_UserInputIndication_encryptedAlphanumeric &)obj; Comparison result; if ((result = m_algorithmOID.Compare(other.m_algorithmOID)) != EqualTo) return result; if ((result = m_paramS.Compare(other.m_paramS)) != EqualTo) return result; if ((result = m_encrypted.Compare(other.m_encrypted)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_UserInputIndication_encryptedAlphanumeric::GetDataLength() const { PINDEX length = 0; length += m_algorithmOID.GetObjectLength(); if (HasOptionalField(e_paramS)) length += m_paramS.GetObjectLength(); length += m_encrypted.GetObjectLength(); return length; } BOOL H245_UserInputIndication_encryptedAlphanumeric::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_algorithmOID.Decode(strm)) return FALSE; if (HasOptionalField(e_paramS) && !m_paramS.Decode(strm)) return FALSE; if (!m_encrypted.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_UserInputIndication_encryptedAlphanumeric::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_algorithmOID.Encode(strm); if (HasOptionalField(e_paramS)) m_paramS.Encode(strm); m_encrypted.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_UserInputIndication_encryptedAlphanumeric::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_UserInputIndication_encryptedAlphanumeric::Class()), PInvalidCast); #endif return new H245_UserInputIndication_encryptedAlphanumeric(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_FlowControlIndication_scope[]={ {"logicalChannelNumber",0} ,{"resourceID",1} ,{"wholeMultiplex",2} }; #endif // // FlowControlIndication_scope // H245_FlowControlIndication_scope::H245_FlowControlIndication_scope(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_FlowControlIndication_scope,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_FlowControlIndication_scope::operator H245_LogicalChannelNumber &() const #else H245_FlowControlIndication_scope::operator H245_LogicalChannelNumber &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_LogicalChannelNumber), PInvalidCast); #endif return *(H245_LogicalChannelNumber *)choice; } H245_FlowControlIndication_scope::operator const H245_LogicalChannelNumber &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_LogicalChannelNumber), PInvalidCast); #endif return *(H245_LogicalChannelNumber *)choice; } BOOL H245_FlowControlIndication_scope::CreateObject() { switch (tag) { case e_logicalChannelNumber : choice = new H245_LogicalChannelNumber(); return TRUE; case e_resourceID : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 0, 65535); return TRUE; case e_wholeMultiplex : choice = new PASN_Null(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_FlowControlIndication_scope::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_FlowControlIndication_scope::Class()), PInvalidCast); #endif return new H245_FlowControlIndication_scope(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_FlowControlIndication_restriction[]={ {"maximumBitRate",0} ,{"noRestriction",1} }; #endif // // FlowControlIndication_restriction // H245_FlowControlIndication_restriction::H245_FlowControlIndication_restriction(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_FlowControlIndication_restriction,2 #endif ) { } BOOL H245_FlowControlIndication_restriction::CreateObject() { switch (tag) { case e_maximumBitRate : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 0, 16777215); return TRUE; case e_noRestriction : choice = new PASN_Null(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_FlowControlIndication_restriction::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_FlowControlIndication_restriction::Class()), PInvalidCast); #endif return new H245_FlowControlIndication_restriction(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded[]={ {"highestEntryNumberProcessed",0} ,{"noneProcessed",1} }; #endif // // TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded // H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded::H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded::operator H245_CapabilityTableEntryNumber &() const #else H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded::operator H245_CapabilityTableEntryNumber &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_CapabilityTableEntryNumber), PInvalidCast); #endif return *(H245_CapabilityTableEntryNumber *)choice; } H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded::operator const H245_CapabilityTableEntryNumber &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_CapabilityTableEntryNumber), PInvalidCast); #endif return *(H245_CapabilityTableEntryNumber *)choice; } BOOL H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded::CreateObject() { switch (tag) { case e_highestEntryNumberProcessed : choice = new H245_CapabilityTableEntryNumber(); return TRUE; case e_noneProcessed : choice = new PASN_Null(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded::Class()), PInvalidCast); #endif return new H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_VCCapability_availableBitRates_type[]={ {"singleBitRate",0} ,{"rangeOfBitRates",1} }; #endif // // VCCapability_availableBitRates_type // H245_VCCapability_availableBitRates_type::H245_VCCapability_availableBitRates_type(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_VCCapability_availableBitRates_type,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_VCCapability_availableBitRates_type::operator H245_VCCapability_availableBitRates_type_rangeOfBitRates &() const #else H245_VCCapability_availableBitRates_type::operator H245_VCCapability_availableBitRates_type_rangeOfBitRates &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_VCCapability_availableBitRates_type_rangeOfBitRates), PInvalidCast); #endif return *(H245_VCCapability_availableBitRates_type_rangeOfBitRates *)choice; } H245_VCCapability_availableBitRates_type::operator const H245_VCCapability_availableBitRates_type_rangeOfBitRates &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_VCCapability_availableBitRates_type_rangeOfBitRates), PInvalidCast); #endif return *(H245_VCCapability_availableBitRates_type_rangeOfBitRates *)choice; } BOOL H245_VCCapability_availableBitRates_type::CreateObject() { switch (tag) { case e_singleBitRate : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 65535); return TRUE; case e_rangeOfBitRates : choice = new H245_VCCapability_availableBitRates_type_rangeOfBitRates(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_VCCapability_availableBitRates_type::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_VCCapability_availableBitRates_type::Class()), PInvalidCast); #endif return new H245_VCCapability_availableBitRates_type(*this); } // // ArrayOf_Q2931Address // H245_ArrayOf_Q2931Address::H245_ArrayOf_Q2931Address(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_Q2931Address::CreateObject() const { return new H245_Q2931Address; } H245_Q2931Address & H245_ArrayOf_Q2931Address::operator[](PINDEX i) const { return (H245_Q2931Address &)array[i]; } PObject * H245_ArrayOf_Q2931Address::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_Q2931Address::Class()), PInvalidCast); #endif return new H245_ArrayOf_Q2931Address(*this); } // // H223Capability_h223MultiplexTableCapability_enhanced // H245_H223Capability_h223MultiplexTableCapability_enhanced::H245_H223Capability_h223MultiplexTableCapability_enhanced(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_maximumNestingDepth.SetConstraints(PASN_Object::FixedConstraint, 1, 15); m_maximumElementListSize.SetConstraints(PASN_Object::FixedConstraint, 2, 255); m_maximumSubElementListSize.SetConstraints(PASN_Object::FixedConstraint, 2, 255); } #ifndef PASN_NOPRINTON void H245_H223Capability_h223MultiplexTableCapability_enhanced::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+22) << "maximumNestingDepth = " << setprecision(indent) << m_maximumNestingDepth << '\n'; strm << setw(indent+25) << "maximumElementListSize = " << setprecision(indent) << m_maximumElementListSize << '\n'; strm << setw(indent+28) << "maximumSubElementListSize = " << setprecision(indent) << m_maximumSubElementListSize << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_H223Capability_h223MultiplexTableCapability_enhanced::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_H223Capability_h223MultiplexTableCapability_enhanced), PInvalidCast); #endif const H245_H223Capability_h223MultiplexTableCapability_enhanced & other = (const H245_H223Capability_h223MultiplexTableCapability_enhanced &)obj; Comparison result; if ((result = m_maximumNestingDepth.Compare(other.m_maximumNestingDepth)) != EqualTo) return result; if ((result = m_maximumElementListSize.Compare(other.m_maximumElementListSize)) != EqualTo) return result; if ((result = m_maximumSubElementListSize.Compare(other.m_maximumSubElementListSize)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_H223Capability_h223MultiplexTableCapability_enhanced::GetDataLength() const { PINDEX length = 0; length += m_maximumNestingDepth.GetObjectLength(); length += m_maximumElementListSize.GetObjectLength(); length += m_maximumSubElementListSize.GetObjectLength(); return length; } BOOL H245_H223Capability_h223MultiplexTableCapability_enhanced::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_maximumNestingDepth.Decode(strm)) return FALSE; if (!m_maximumElementListSize.Decode(strm)) return FALSE; if (!m_maximumSubElementListSize.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_H223Capability_h223MultiplexTableCapability_enhanced::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_maximumNestingDepth.Encode(strm); m_maximumElementListSize.Encode(strm); m_maximumSubElementListSize.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_H223Capability_h223MultiplexTableCapability_enhanced::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H223Capability_h223MultiplexTableCapability_enhanced::Class()), PInvalidCast); #endif return new H245_H223Capability_h223MultiplexTableCapability_enhanced(*this); } // // ArrayOf_RTPH263VideoRedundancyFrameMapping // H245_ArrayOf_RTPH263VideoRedundancyFrameMapping::H245_ArrayOf_RTPH263VideoRedundancyFrameMapping(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_RTPH263VideoRedundancyFrameMapping::CreateObject() const { return new H245_RTPH263VideoRedundancyFrameMapping; } H245_RTPH263VideoRedundancyFrameMapping & H245_ArrayOf_RTPH263VideoRedundancyFrameMapping::operator[](PINDEX i) const { return (H245_RTPH263VideoRedundancyFrameMapping &)array[i]; } PObject * H245_ArrayOf_RTPH263VideoRedundancyFrameMapping::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_RTPH263VideoRedundancyFrameMapping::Class()), PInvalidCast); #endif return new H245_ArrayOf_RTPH263VideoRedundancyFrameMapping(*this); } // // RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters // H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters::H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_mpuHorizMBs.SetConstraints(PASN_Object::FixedConstraint, 1, 128); m_mpuVertMBs.SetConstraints(PASN_Object::FixedConstraint, 1, 72); m_mpuTotalNumber.SetConstraints(PASN_Object::FixedConstraint, 1, 65536); } #ifndef PASN_NOPRINTON void H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+14) << "mpuHorizMBs = " << setprecision(indent) << m_mpuHorizMBs << '\n'; strm << setw(indent+13) << "mpuVertMBs = " << setprecision(indent) << m_mpuVertMBs << '\n'; strm << setw(indent+17) << "mpuTotalNumber = " << setprecision(indent) << m_mpuTotalNumber << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters), PInvalidCast); #endif const H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters & other = (const H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters &)obj; Comparison result; if ((result = m_mpuHorizMBs.Compare(other.m_mpuHorizMBs)) != EqualTo) return result; if ((result = m_mpuVertMBs.Compare(other.m_mpuVertMBs)) != EqualTo) return result; if ((result = m_mpuTotalNumber.Compare(other.m_mpuTotalNumber)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters::GetDataLength() const { PINDEX length = 0; length += m_mpuHorizMBs.GetObjectLength(); length += m_mpuVertMBs.GetObjectLength(); length += m_mpuTotalNumber.GetObjectLength(); return length; } BOOL H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_mpuHorizMBs.Decode(strm)) return FALSE; if (!m_mpuVertMBs.Decode(strm)) return FALSE; if (!m_mpuTotalNumber.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_mpuHorizMBs.Encode(strm); m_mpuVertMBs.Encode(strm); m_mpuTotalNumber.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters::Class()), PInvalidCast); #endif return new H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters(*this); } // // CustomPictureFormat_mPI_customPCF // H245_CustomPictureFormat_mPI_customPCF::H245_CustomPictureFormat_mPI_customPCF(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 16); } PASN_Object * H245_CustomPictureFormat_mPI_customPCF::CreateObject() const { return new H245_CustomPictureFormat_mPI_customPCF_subtype; } H245_CustomPictureFormat_mPI_customPCF_subtype & H245_CustomPictureFormat_mPI_customPCF::operator[](PINDEX i) const { return (H245_CustomPictureFormat_mPI_customPCF_subtype &)array[i]; } PObject * H245_CustomPictureFormat_mPI_customPCF::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_CustomPictureFormat_mPI_customPCF::Class()), PInvalidCast); #endif return new H245_CustomPictureFormat_mPI_customPCF(*this); } // // CustomPictureFormat_pixelAspectInformation_pixelAspectCode // H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode::H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 14); } PASN_Object * H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode::CreateObject() const { PASN_Integer * obj = new PASN_Integer; obj->SetConstraints(PASN_Object::FixedConstraint, 1, 14); return obj; } PASN_Integer & H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode::operator[](PINDEX i) const { return (PASN_Integer &)array[i]; } PObject * H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode::Class()), PInvalidCast); #endif return new H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode(*this); } // // CustomPictureFormat_pixelAspectInformation_extendedPAR // H245_CustomPictureFormat_pixelAspectInformation_extendedPAR::H245_CustomPictureFormat_pixelAspectInformation_extendedPAR(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 256); } PASN_Object * H245_CustomPictureFormat_pixelAspectInformation_extendedPAR::CreateObject() const { return new H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype; } H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype & H245_CustomPictureFormat_pixelAspectInformation_extendedPAR::operator[](PINDEX i) const { return (H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype &)array[i]; } PObject * H245_CustomPictureFormat_pixelAspectInformation_extendedPAR::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_CustomPictureFormat_pixelAspectInformation_extendedPAR::Class()), PInvalidCast); #endif return new H245_CustomPictureFormat_pixelAspectInformation_extendedPAR(*this); } // // DataApplicationCapability_application_t84 // H245_DataApplicationCapability_application_t84::H245_DataApplicationCapability_application_t84(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void H245_DataApplicationCapability_application_t84::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+14) << "t84Protocol = " << setprecision(indent) << m_t84Protocol << '\n'; strm << setw(indent+13) << "t84Profile = " << setprecision(indent) << m_t84Profile << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_DataApplicationCapability_application_t84::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_DataApplicationCapability_application_t84), PInvalidCast); #endif const H245_DataApplicationCapability_application_t84 & other = (const H245_DataApplicationCapability_application_t84 &)obj; Comparison result; if ((result = m_t84Protocol.Compare(other.m_t84Protocol)) != EqualTo) return result; if ((result = m_t84Profile.Compare(other.m_t84Profile)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_DataApplicationCapability_application_t84::GetDataLength() const { PINDEX length = 0; length += m_t84Protocol.GetObjectLength(); length += m_t84Profile.GetObjectLength(); return length; } BOOL H245_DataApplicationCapability_application_t84::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_t84Protocol.Decode(strm)) return FALSE; if (!m_t84Profile.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_DataApplicationCapability_application_t84::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_t84Protocol.Encode(strm); m_t84Profile.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_DataApplicationCapability_application_t84::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_DataApplicationCapability_application_t84::Class()), PInvalidCast); #endif return new H245_DataApplicationCapability_application_t84(*this); } // // DataApplicationCapability_application_nlpid // H245_DataApplicationCapability_application_nlpid::H245_DataApplicationCapability_application_nlpid(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void H245_DataApplicationCapability_application_nlpid::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "nlpidProtocol = " << setprecision(indent) << m_nlpidProtocol << '\n'; strm << setw(indent+12) << "nlpidData = " << setprecision(indent) << m_nlpidData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_DataApplicationCapability_application_nlpid::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_DataApplicationCapability_application_nlpid), PInvalidCast); #endif const H245_DataApplicationCapability_application_nlpid & other = (const H245_DataApplicationCapability_application_nlpid &)obj; Comparison result; if ((result = m_nlpidProtocol.Compare(other.m_nlpidProtocol)) != EqualTo) return result; if ((result = m_nlpidData.Compare(other.m_nlpidData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_DataApplicationCapability_application_nlpid::GetDataLength() const { PINDEX length = 0; length += m_nlpidProtocol.GetObjectLength(); length += m_nlpidData.GetObjectLength(); return length; } BOOL H245_DataApplicationCapability_application_nlpid::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_nlpidProtocol.Decode(strm)) return FALSE; if (!m_nlpidData.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_DataApplicationCapability_application_nlpid::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_nlpidProtocol.Encode(strm); m_nlpidData.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_DataApplicationCapability_application_nlpid::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_DataApplicationCapability_application_nlpid::Class()), PInvalidCast); #endif return new H245_DataApplicationCapability_application_nlpid(*this); } // // DepFECCapability_rfc2733_separateStream // H245_DepFECCapability_rfc2733_separateStream::H245_DepFECCapability_rfc2733_separateStream(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_DepFECCapability_rfc2733_separateStream::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "separatePort = " << setprecision(indent) << m_separatePort << '\n'; strm << setw(indent+11) << "samePort = " << setprecision(indent) << m_samePort << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_DepFECCapability_rfc2733_separateStream::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_DepFECCapability_rfc2733_separateStream), PInvalidCast); #endif const H245_DepFECCapability_rfc2733_separateStream & other = (const H245_DepFECCapability_rfc2733_separateStream &)obj; Comparison result; if ((result = m_separatePort.Compare(other.m_separatePort)) != EqualTo) return result; if ((result = m_samePort.Compare(other.m_samePort)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_DepFECCapability_rfc2733_separateStream::GetDataLength() const { PINDEX length = 0; length += m_separatePort.GetObjectLength(); length += m_samePort.GetObjectLength(); return length; } BOOL H245_DepFECCapability_rfc2733_separateStream::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_separatePort.Decode(strm)) return FALSE; if (!m_samePort.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_DepFECCapability_rfc2733_separateStream::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_separatePort.Encode(strm); m_samePort.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_DepFECCapability_rfc2733_separateStream::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_DepFECCapability_rfc2733_separateStream::Class()), PInvalidCast); #endif return new H245_DepFECCapability_rfc2733_separateStream(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters[]={ {"h222LogicalChannelParameters",0} ,{"h223LogicalChannelParameters",1} ,{"v76LogicalChannelParameters",2} ,{"h2250LogicalChannelParameters",3} ,{"none",4} }; #endif // // OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters // H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters::H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters,5 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters::operator H245_H222LogicalChannelParameters &() const #else H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters::operator H245_H222LogicalChannelParameters &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H222LogicalChannelParameters), PInvalidCast); #endif return *(H245_H222LogicalChannelParameters *)choice; } H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters::operator const H245_H222LogicalChannelParameters &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H222LogicalChannelParameters), PInvalidCast); #endif return *(H245_H222LogicalChannelParameters *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters::operator H245_H223LogicalChannelParameters &() const #else H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters::operator H245_H223LogicalChannelParameters &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H223LogicalChannelParameters), PInvalidCast); #endif return *(H245_H223LogicalChannelParameters *)choice; } H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters::operator const H245_H223LogicalChannelParameters &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H223LogicalChannelParameters), PInvalidCast); #endif return *(H245_H223LogicalChannelParameters *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters::operator H245_V76LogicalChannelParameters &() const #else H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters::operator H245_V76LogicalChannelParameters &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_V76LogicalChannelParameters), PInvalidCast); #endif return *(H245_V76LogicalChannelParameters *)choice; } H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters::operator const H245_V76LogicalChannelParameters &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_V76LogicalChannelParameters), PInvalidCast); #endif return *(H245_V76LogicalChannelParameters *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters::operator H245_H2250LogicalChannelParameters &() const #else H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters::operator H245_H2250LogicalChannelParameters &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H2250LogicalChannelParameters), PInvalidCast); #endif return *(H245_H2250LogicalChannelParameters *)choice; } H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters::operator const H245_H2250LogicalChannelParameters &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H2250LogicalChannelParameters), PInvalidCast); #endif return *(H245_H2250LogicalChannelParameters *)choice; } BOOL H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters::CreateObject() { switch (tag) { case e_h222LogicalChannelParameters : choice = new H245_H222LogicalChannelParameters(); return TRUE; case e_h223LogicalChannelParameters : choice = new H245_H223LogicalChannelParameters(); return TRUE; case e_v76LogicalChannelParameters : choice = new H245_V76LogicalChannelParameters(); return TRUE; case e_h2250LogicalChannelParameters : choice = new H245_H2250LogicalChannelParameters(); return TRUE; case e_none : choice = new PASN_Null(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters::Class()), PInvalidCast); #endif return new H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters[]={ {"h223LogicalChannelParameters",0} ,{"v76LogicalChannelParameters",1} ,{"h2250LogicalChannelParameters",2} }; #endif // // OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters // H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters::H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters::operator H245_H223LogicalChannelParameters &() const #else H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters::operator H245_H223LogicalChannelParameters &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H223LogicalChannelParameters), PInvalidCast); #endif return *(H245_H223LogicalChannelParameters *)choice; } H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters::operator const H245_H223LogicalChannelParameters &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H223LogicalChannelParameters), PInvalidCast); #endif return *(H245_H223LogicalChannelParameters *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters::operator H245_V76LogicalChannelParameters &() const #else H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters::operator H245_V76LogicalChannelParameters &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_V76LogicalChannelParameters), PInvalidCast); #endif return *(H245_V76LogicalChannelParameters *)choice; } H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters::operator const H245_V76LogicalChannelParameters &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_V76LogicalChannelParameters), PInvalidCast); #endif return *(H245_V76LogicalChannelParameters *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters::operator H245_H2250LogicalChannelParameters &() const #else H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters::operator H245_H2250LogicalChannelParameters &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H2250LogicalChannelParameters), PInvalidCast); #endif return *(H245_H2250LogicalChannelParameters *)choice; } H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters::operator const H245_H2250LogicalChannelParameters &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H2250LogicalChannelParameters), PInvalidCast); #endif return *(H245_H2250LogicalChannelParameters *)choice; } BOOL H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters::CreateObject() { switch (tag) { case e_h223LogicalChannelParameters : choice = new H245_H223LogicalChannelParameters(); return TRUE; case e_v76LogicalChannelParameters : choice = new H245_V76LogicalChannelParameters(); return TRUE; case e_h2250LogicalChannelParameters : choice = new H245_H2250LogicalChannelParameters(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters::Class()), PInvalidCast); #endif return new H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters(*this); } // // H223LogicalChannelParameters_adaptationLayerType_al3 // H245_H223LogicalChannelParameters_adaptationLayerType_al3::H245_H223LogicalChannelParameters_adaptationLayerType_al3(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { m_controlFieldOctets.SetConstraints(PASN_Object::FixedConstraint, 0, 2); m_sendBufferSize.SetConstraints(PASN_Object::FixedConstraint, 0, 16777215); } #ifndef PASN_NOPRINTON void H245_H223LogicalChannelParameters_adaptationLayerType_al3::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+21) << "controlFieldOctets = " << setprecision(indent) << m_controlFieldOctets << '\n'; strm << setw(indent+17) << "sendBufferSize = " << setprecision(indent) << m_sendBufferSize << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_H223LogicalChannelParameters_adaptationLayerType_al3::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_H223LogicalChannelParameters_adaptationLayerType_al3), PInvalidCast); #endif const H245_H223LogicalChannelParameters_adaptationLayerType_al3 & other = (const H245_H223LogicalChannelParameters_adaptationLayerType_al3 &)obj; Comparison result; if ((result = m_controlFieldOctets.Compare(other.m_controlFieldOctets)) != EqualTo) return result; if ((result = m_sendBufferSize.Compare(other.m_sendBufferSize)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_H223LogicalChannelParameters_adaptationLayerType_al3::GetDataLength() const { PINDEX length = 0; length += m_controlFieldOctets.GetObjectLength(); length += m_sendBufferSize.GetObjectLength(); return length; } BOOL H245_H223LogicalChannelParameters_adaptationLayerType_al3::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_controlFieldOctets.Decode(strm)) return FALSE; if (!m_sendBufferSize.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_H223LogicalChannelParameters_adaptationLayerType_al3::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_controlFieldOctets.Encode(strm); m_sendBufferSize.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_H223LogicalChannelParameters_adaptationLayerType_al3::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H223LogicalChannelParameters_adaptationLayerType_al3::Class()), PInvalidCast); #endif return new H245_H223LogicalChannelParameters_adaptationLayerType_al3(*this); } // // ArrayOf_RedundancyEncodingElement // H245_ArrayOf_RedundancyEncodingElement::H245_ArrayOf_RedundancyEncodingElement(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_RedundancyEncodingElement::CreateObject() const { return new H245_RedundancyEncodingElement; } H245_RedundancyEncodingElement & H245_ArrayOf_RedundancyEncodingElement::operator[](PINDEX i) const { return (H245_RedundancyEncodingElement &)array[i]; } PObject * H245_ArrayOf_RedundancyEncodingElement::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_RedundancyEncodingElement::Class()), PInvalidCast); #endif return new H245_ArrayOf_RedundancyEncodingElement(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_DepFECData_rfc2733_mode[]={ {"redundancyEncoding",0} ,{"separateStream",1} }; #endif // // DepFECData_rfc2733_mode // H245_DepFECData_rfc2733_mode::H245_DepFECData_rfc2733_mode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_DepFECData_rfc2733_mode,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_DepFECData_rfc2733_mode::operator H245_DepFECData_rfc2733_mode_separateStream &() const #else H245_DepFECData_rfc2733_mode::operator H245_DepFECData_rfc2733_mode_separateStream &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DepFECData_rfc2733_mode_separateStream), PInvalidCast); #endif return *(H245_DepFECData_rfc2733_mode_separateStream *)choice; } H245_DepFECData_rfc2733_mode::operator const H245_DepFECData_rfc2733_mode_separateStream &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DepFECData_rfc2733_mode_separateStream), PInvalidCast); #endif return *(H245_DepFECData_rfc2733_mode_separateStream *)choice; } BOOL H245_DepFECData_rfc2733_mode::CreateObject() { switch (tag) { case e_redundancyEncoding : choice = new PASN_Null(); return TRUE; case e_separateStream : choice = new H245_DepFECData_rfc2733_mode_separateStream(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_DepFECData_rfc2733_mode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_DepFECData_rfc2733_mode::Class()), PInvalidCast); #endif return new H245_DepFECData_rfc2733_mode(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_FECData_rfc2733_pktMode[]={ {"rfc2198coding",0} ,{"rfc2733sameport",1} ,{"rfc2733diffport",2} }; #endif // // FECData_rfc2733_pktMode // H245_FECData_rfc2733_pktMode::H245_FECData_rfc2733_pktMode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_FECData_rfc2733_pktMode,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_FECData_rfc2733_pktMode::operator H245_FECData_rfc2733_pktMode_rfc2733sameport &() const #else H245_FECData_rfc2733_pktMode::operator H245_FECData_rfc2733_pktMode_rfc2733sameport &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_FECData_rfc2733_pktMode_rfc2733sameport), PInvalidCast); #endif return *(H245_FECData_rfc2733_pktMode_rfc2733sameport *)choice; } H245_FECData_rfc2733_pktMode::operator const H245_FECData_rfc2733_pktMode_rfc2733sameport &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_FECData_rfc2733_pktMode_rfc2733sameport), PInvalidCast); #endif return *(H245_FECData_rfc2733_pktMode_rfc2733sameport *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_FECData_rfc2733_pktMode::operator H245_FECData_rfc2733_pktMode_rfc2733diffport &() const #else H245_FECData_rfc2733_pktMode::operator H245_FECData_rfc2733_pktMode_rfc2733diffport &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_FECData_rfc2733_pktMode_rfc2733diffport), PInvalidCast); #endif return *(H245_FECData_rfc2733_pktMode_rfc2733diffport *)choice; } H245_FECData_rfc2733_pktMode::operator const H245_FECData_rfc2733_pktMode_rfc2733diffport &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_FECData_rfc2733_pktMode_rfc2733diffport), PInvalidCast); #endif return *(H245_FECData_rfc2733_pktMode_rfc2733diffport *)choice; } BOOL H245_FECData_rfc2733_pktMode::CreateObject() { switch (tag) { case e_rfc2198coding : choice = new PASN_Null(); return TRUE; case e_rfc2733sameport : choice = new H245_FECData_rfc2733_pktMode_rfc2733sameport(); return TRUE; case e_rfc2733diffport : choice = new H245_FECData_rfc2733_pktMode_rfc2733diffport(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_FECData_rfc2733_pktMode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_FECData_rfc2733_pktMode::Class()), PInvalidCast); #endif return new H245_FECData_rfc2733_pktMode(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_UnicastAddress_iPSourceRouteAddress_routing[]={ {"strict",0} ,{"loose",1} }; #endif // // UnicastAddress_iPSourceRouteAddress_routing // H245_UnicastAddress_iPSourceRouteAddress_routing::H245_UnicastAddress_iPSourceRouteAddress_routing(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_UnicastAddress_iPSourceRouteAddress_routing,2 #endif ) { } BOOL H245_UnicastAddress_iPSourceRouteAddress_routing::CreateObject() { choice = (tag <= e_loose) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_UnicastAddress_iPSourceRouteAddress_routing::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_UnicastAddress_iPSourceRouteAddress_routing::Class()), PInvalidCast); #endif return new H245_UnicastAddress_iPSourceRouteAddress_routing(*this); } // // UnicastAddress_iPSourceRouteAddress_route // H245_UnicastAddress_iPSourceRouteAddress_route::H245_UnicastAddress_iPSourceRouteAddress_route(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_UnicastAddress_iPSourceRouteAddress_route::CreateObject() const { PASN_OctetString * obj = new PASN_OctetString; obj->SetConstraints(PASN_Object::FixedConstraint, 4); return obj; } PASN_OctetString & H245_UnicastAddress_iPSourceRouteAddress_route::operator[](PINDEX i) const { return (PASN_OctetString &)array[i]; } PObject * H245_UnicastAddress_iPSourceRouteAddress_route::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_UnicastAddress_iPSourceRouteAddress_route::Class()), PInvalidCast); #endif return new H245_UnicastAddress_iPSourceRouteAddress_route(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters[]={ {"h222LogicalChannelParameters",0} ,{"h2250LogicalChannelParameters",1} }; #endif // // OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters // H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters::H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 1, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters::operator H245_H222LogicalChannelParameters &() const #else H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters::operator H245_H222LogicalChannelParameters &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H222LogicalChannelParameters), PInvalidCast); #endif return *(H245_H222LogicalChannelParameters *)choice; } H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters::operator const H245_H222LogicalChannelParameters &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H222LogicalChannelParameters), PInvalidCast); #endif return *(H245_H222LogicalChannelParameters *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters::operator H245_H2250LogicalChannelParameters &() const #else H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters::operator H245_H2250LogicalChannelParameters &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H2250LogicalChannelParameters), PInvalidCast); #endif return *(H245_H2250LogicalChannelParameters *)choice; } H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters::operator const H245_H2250LogicalChannelParameters &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_H2250LogicalChannelParameters), PInvalidCast); #endif return *(H245_H2250LogicalChannelParameters *)choice; } BOOL H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters::CreateObject() { switch (tag) { case e_h222LogicalChannelParameters : choice = new H245_H222LogicalChannelParameters(); return TRUE; case e_h2250LogicalChannelParameters : choice = new H245_H2250LogicalChannelParameters(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters::Class()), PInvalidCast); #endif return new H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_DepFECMode_rfc2733Mode_mode[]={ {"redundancyEncoding",0} ,{"separateStream",1} }; #endif // // DepFECMode_rfc2733Mode_mode // H245_DepFECMode_rfc2733Mode_mode::H245_DepFECMode_rfc2733Mode_mode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_DepFECMode_rfc2733Mode_mode,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_DepFECMode_rfc2733Mode_mode::operator H245_DepFECMode_rfc2733Mode_mode_separateStream &() const #else H245_DepFECMode_rfc2733Mode_mode::operator H245_DepFECMode_rfc2733Mode_mode_separateStream &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DepFECMode_rfc2733Mode_mode_separateStream), PInvalidCast); #endif return *(H245_DepFECMode_rfc2733Mode_mode_separateStream *)choice; } H245_DepFECMode_rfc2733Mode_mode::operator const H245_DepFECMode_rfc2733Mode_mode_separateStream &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DepFECMode_rfc2733Mode_mode_separateStream), PInvalidCast); #endif return *(H245_DepFECMode_rfc2733Mode_mode_separateStream *)choice; } BOOL H245_DepFECMode_rfc2733Mode_mode::CreateObject() { switch (tag) { case e_redundancyEncoding : choice = new PASN_Null(); return TRUE; case e_separateStream : choice = new H245_DepFECMode_rfc2733Mode_mode_separateStream(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_DepFECMode_rfc2733Mode_mode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_DepFECMode_rfc2733Mode_mode::Class()), PInvalidCast); #endif return new H245_DepFECMode_rfc2733Mode_mode(*this); } // // H223ModeParameters_adaptationLayerType_al3 // H245_H223ModeParameters_adaptationLayerType_al3::H245_H223ModeParameters_adaptationLayerType_al3(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { m_controlFieldOctets.SetConstraints(PASN_Object::FixedConstraint, 0, 2); m_sendBufferSize.SetConstraints(PASN_Object::FixedConstraint, 0, 16777215); } #ifndef PASN_NOPRINTON void H245_H223ModeParameters_adaptationLayerType_al3::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+21) << "controlFieldOctets = " << setprecision(indent) << m_controlFieldOctets << '\n'; strm << setw(indent+17) << "sendBufferSize = " << setprecision(indent) << m_sendBufferSize << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_H223ModeParameters_adaptationLayerType_al3::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_H223ModeParameters_adaptationLayerType_al3), PInvalidCast); #endif const H245_H223ModeParameters_adaptationLayerType_al3 & other = (const H245_H223ModeParameters_adaptationLayerType_al3 &)obj; Comparison result; if ((result = m_controlFieldOctets.Compare(other.m_controlFieldOctets)) != EqualTo) return result; if ((result = m_sendBufferSize.Compare(other.m_sendBufferSize)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_H223ModeParameters_adaptationLayerType_al3::GetDataLength() const { PINDEX length = 0; length += m_controlFieldOctets.GetObjectLength(); length += m_sendBufferSize.GetObjectLength(); return length; } BOOL H245_H223ModeParameters_adaptationLayerType_al3::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_controlFieldOctets.Decode(strm)) return FALSE; if (!m_sendBufferSize.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_H223ModeParameters_adaptationLayerType_al3::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_controlFieldOctets.Encode(strm); m_sendBufferSize.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_H223ModeParameters_adaptationLayerType_al3::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H223ModeParameters_adaptationLayerType_al3::Class()), PInvalidCast); #endif return new H245_H223ModeParameters_adaptationLayerType_al3(*this); } // // DataMode_application_nlpid // H245_DataMode_application_nlpid::H245_DataMode_application_nlpid(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void H245_DataMode_application_nlpid::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "nlpidProtocol = " << setprecision(indent) << m_nlpidProtocol << '\n'; strm << setw(indent+12) << "nlpidData = " << setprecision(indent) << m_nlpidData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_DataMode_application_nlpid::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_DataMode_application_nlpid), PInvalidCast); #endif const H245_DataMode_application_nlpid & other = (const H245_DataMode_application_nlpid &)obj; Comparison result; if ((result = m_nlpidProtocol.Compare(other.m_nlpidProtocol)) != EqualTo) return result; if ((result = m_nlpidData.Compare(other.m_nlpidData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_DataMode_application_nlpid::GetDataLength() const { PINDEX length = 0; length += m_nlpidProtocol.GetObjectLength(); length += m_nlpidData.GetObjectLength(); return length; } BOOL H245_DataMode_application_nlpid::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_nlpidProtocol.Decode(strm)) return FALSE; if (!m_nlpidData.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_DataMode_application_nlpid::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_nlpidProtocol.Encode(strm); m_nlpidData.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_DataMode_application_nlpid::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_DataMode_application_nlpid::Class()), PInvalidCast); #endif return new H245_DataMode_application_nlpid(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_MultilinkRequest_maximumHeaderInterval_requestType[]={ {"currentIntervalInformation",0} ,{"requestedInterval",1} }; #endif // // MultilinkRequest_maximumHeaderInterval_requestType // H245_MultilinkRequest_maximumHeaderInterval_requestType::H245_MultilinkRequest_maximumHeaderInterval_requestType(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_MultilinkRequest_maximumHeaderInterval_requestType,2 #endif ) { } BOOL H245_MultilinkRequest_maximumHeaderInterval_requestType::CreateObject() { switch (tag) { case e_currentIntervalInformation : choice = new PASN_Null(); return TRUE; case e_requestedInterval : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 0, 65535); return TRUE; } choice = NULL; return FALSE; } PObject * H245_MultilinkRequest_maximumHeaderInterval_requestType::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultilinkRequest_maximumHeaderInterval_requestType::Class()), PInvalidCast); #endif return new H245_MultilinkRequest_maximumHeaderInterval_requestType(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_MultilinkResponse_addConnection_responseCode[]={ {"accepted",0} ,{"rejected",1} }; #endif // // MultilinkResponse_addConnection_responseCode // H245_MultilinkResponse_addConnection_responseCode::H245_MultilinkResponse_addConnection_responseCode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_MultilinkResponse_addConnection_responseCode,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_MultilinkResponse_addConnection_responseCode::operator H245_MultilinkResponse_addConnection_responseCode_rejected &() const #else H245_MultilinkResponse_addConnection_responseCode::operator H245_MultilinkResponse_addConnection_responseCode_rejected &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultilinkResponse_addConnection_responseCode_rejected), PInvalidCast); #endif return *(H245_MultilinkResponse_addConnection_responseCode_rejected *)choice; } H245_MultilinkResponse_addConnection_responseCode::operator const H245_MultilinkResponse_addConnection_responseCode_rejected &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_MultilinkResponse_addConnection_responseCode_rejected), PInvalidCast); #endif return *(H245_MultilinkResponse_addConnection_responseCode_rejected *)choice; } BOOL H245_MultilinkResponse_addConnection_responseCode::CreateObject() { switch (tag) { case e_accepted : choice = new PASN_Null(); return TRUE; case e_rejected : choice = new H245_MultilinkResponse_addConnection_responseCode_rejected(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_MultilinkResponse_addConnection_responseCode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultilinkResponse_addConnection_responseCode::Class()), PInvalidCast); #endif return new H245_MultilinkResponse_addConnection_responseCode(*this); } // // ArrayOf_CapabilityDescriptorNumber // H245_ArrayOf_CapabilityDescriptorNumber::H245_ArrayOf_CapabilityDescriptorNumber(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_CapabilityDescriptorNumber::CreateObject() const { return new H245_CapabilityDescriptorNumber; } H245_CapabilityDescriptorNumber & H245_ArrayOf_CapabilityDescriptorNumber::operator[](PINDEX i) const { return (H245_CapabilityDescriptorNumber &)array[i]; } PObject * H245_ArrayOf_CapabilityDescriptorNumber::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_CapabilityDescriptorNumber::Class()), PInvalidCast); #endif return new H245_ArrayOf_CapabilityDescriptorNumber(*this); } // // MiscellaneousCommand_type_videoFastUpdateGOB // H245_MiscellaneousCommand_type_videoFastUpdateGOB::H245_MiscellaneousCommand_type_videoFastUpdateGOB(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { m_firstGOB.SetConstraints(PASN_Object::FixedConstraint, 0, 17); m_numberOfGOBs.SetConstraints(PASN_Object::FixedConstraint, 1, 18); } #ifndef PASN_NOPRINTON void H245_MiscellaneousCommand_type_videoFastUpdateGOB::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "firstGOB = " << setprecision(indent) << m_firstGOB << '\n'; strm << setw(indent+15) << "numberOfGOBs = " << setprecision(indent) << m_numberOfGOBs << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MiscellaneousCommand_type_videoFastUpdateGOB::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MiscellaneousCommand_type_videoFastUpdateGOB), PInvalidCast); #endif const H245_MiscellaneousCommand_type_videoFastUpdateGOB & other = (const H245_MiscellaneousCommand_type_videoFastUpdateGOB &)obj; Comparison result; if ((result = m_firstGOB.Compare(other.m_firstGOB)) != EqualTo) return result; if ((result = m_numberOfGOBs.Compare(other.m_numberOfGOBs)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MiscellaneousCommand_type_videoFastUpdateGOB::GetDataLength() const { PINDEX length = 0; length += m_firstGOB.GetObjectLength(); length += m_numberOfGOBs.GetObjectLength(); return length; } BOOL H245_MiscellaneousCommand_type_videoFastUpdateGOB::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_firstGOB.Decode(strm)) return FALSE; if (!m_numberOfGOBs.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MiscellaneousCommand_type_videoFastUpdateGOB::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_firstGOB.Encode(strm); m_numberOfGOBs.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MiscellaneousCommand_type_videoFastUpdateGOB::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MiscellaneousCommand_type_videoFastUpdateGOB::Class()), PInvalidCast); #endif return new H245_MiscellaneousCommand_type_videoFastUpdateGOB(*this); } // // MiscellaneousCommand_type_videoFastUpdateMB // H245_MiscellaneousCommand_type_videoFastUpdateMB::H245_MiscellaneousCommand_type_videoFastUpdateMB(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { m_firstGOB.SetConstraints(PASN_Object::FixedConstraint, 0, 255); m_firstMB.SetConstraints(PASN_Object::FixedConstraint, 1, 8192); m_numberOfMBs.SetConstraints(PASN_Object::FixedConstraint, 1, 8192); } #ifndef PASN_NOPRINTON void H245_MiscellaneousCommand_type_videoFastUpdateMB::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_firstGOB)) strm << setw(indent+11) << "firstGOB = " << setprecision(indent) << m_firstGOB << '\n'; if (HasOptionalField(e_firstMB)) strm << setw(indent+10) << "firstMB = " << setprecision(indent) << m_firstMB << '\n'; strm << setw(indent+14) << "numberOfMBs = " << setprecision(indent) << m_numberOfMBs << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MiscellaneousCommand_type_videoFastUpdateMB::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MiscellaneousCommand_type_videoFastUpdateMB), PInvalidCast); #endif const H245_MiscellaneousCommand_type_videoFastUpdateMB & other = (const H245_MiscellaneousCommand_type_videoFastUpdateMB &)obj; Comparison result; if ((result = m_firstGOB.Compare(other.m_firstGOB)) != EqualTo) return result; if ((result = m_firstMB.Compare(other.m_firstMB)) != EqualTo) return result; if ((result = m_numberOfMBs.Compare(other.m_numberOfMBs)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MiscellaneousCommand_type_videoFastUpdateMB::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_firstGOB)) length += m_firstGOB.GetObjectLength(); if (HasOptionalField(e_firstMB)) length += m_firstMB.GetObjectLength(); length += m_numberOfMBs.GetObjectLength(); return length; } BOOL H245_MiscellaneousCommand_type_videoFastUpdateMB::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_firstGOB) && !m_firstGOB.Decode(strm)) return FALSE; if (HasOptionalField(e_firstMB) && !m_firstMB.Decode(strm)) return FALSE; if (!m_numberOfMBs.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MiscellaneousCommand_type_videoFastUpdateMB::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_firstGOB)) m_firstGOB.Encode(strm); if (HasOptionalField(e_firstMB)) m_firstMB.Encode(strm); m_numberOfMBs.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MiscellaneousCommand_type_videoFastUpdateMB::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MiscellaneousCommand_type_videoFastUpdateMB::Class()), PInvalidCast); #endif return new H245_MiscellaneousCommand_type_videoFastUpdateMB(*this); } // // MiscellaneousCommand_type_videoBadMBs // H245_MiscellaneousCommand_type_videoBadMBs::H245_MiscellaneousCommand_type_videoBadMBs(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_firstMB.SetConstraints(PASN_Object::FixedConstraint, 1, 9216); m_numberOfMBs.SetConstraints(PASN_Object::FixedConstraint, 1, 9216); m_temporalReference.SetConstraints(PASN_Object::FixedConstraint, 0, 1023); } #ifndef PASN_NOPRINTON void H245_MiscellaneousCommand_type_videoBadMBs::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+10) << "firstMB = " << setprecision(indent) << m_firstMB << '\n'; strm << setw(indent+14) << "numberOfMBs = " << setprecision(indent) << m_numberOfMBs << '\n'; strm << setw(indent+20) << "temporalReference = " << setprecision(indent) << m_temporalReference << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MiscellaneousCommand_type_videoBadMBs::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MiscellaneousCommand_type_videoBadMBs), PInvalidCast); #endif const H245_MiscellaneousCommand_type_videoBadMBs & other = (const H245_MiscellaneousCommand_type_videoBadMBs &)obj; Comparison result; if ((result = m_firstMB.Compare(other.m_firstMB)) != EqualTo) return result; if ((result = m_numberOfMBs.Compare(other.m_numberOfMBs)) != EqualTo) return result; if ((result = m_temporalReference.Compare(other.m_temporalReference)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MiscellaneousCommand_type_videoBadMBs::GetDataLength() const { PINDEX length = 0; length += m_firstMB.GetObjectLength(); length += m_numberOfMBs.GetObjectLength(); length += m_temporalReference.GetObjectLength(); return length; } BOOL H245_MiscellaneousCommand_type_videoBadMBs::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_firstMB.Decode(strm)) return FALSE; if (!m_numberOfMBs.Decode(strm)) return FALSE; if (!m_temporalReference.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MiscellaneousCommand_type_videoBadMBs::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_firstMB.Encode(strm); m_numberOfMBs.Encode(strm); m_temporalReference.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MiscellaneousCommand_type_videoBadMBs::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MiscellaneousCommand_type_videoBadMBs::Class()), PInvalidCast); #endif return new H245_MiscellaneousCommand_type_videoBadMBs(*this); } // // ArrayOf_PictureReference // H245_ArrayOf_PictureReference::H245_ArrayOf_PictureReference(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H245_ArrayOf_PictureReference::CreateObject() const { return new H245_PictureReference; } H245_PictureReference & H245_ArrayOf_PictureReference::operator[](PINDEX i) const { return (H245_PictureReference &)array[i]; } PObject * H245_ArrayOf_PictureReference::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ArrayOf_PictureReference::Class()), PInvalidCast); #endif return new H245_ArrayOf_PictureReference(*this); } // // MiscellaneousCommand_type_lostPartialPicture // H245_MiscellaneousCommand_type_lostPartialPicture::H245_MiscellaneousCommand_type_lostPartialPicture(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_firstMB.SetConstraints(PASN_Object::FixedConstraint, 1, 9216); m_numberOfMBs.SetConstraints(PASN_Object::FixedConstraint, 1, 9216); } #ifndef PASN_NOPRINTON void H245_MiscellaneousCommand_type_lostPartialPicture::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+19) << "pictureReference = " << setprecision(indent) << m_pictureReference << '\n'; strm << setw(indent+10) << "firstMB = " << setprecision(indent) << m_firstMB << '\n'; strm << setw(indent+14) << "numberOfMBs = " << setprecision(indent) << m_numberOfMBs << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MiscellaneousCommand_type_lostPartialPicture::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MiscellaneousCommand_type_lostPartialPicture), PInvalidCast); #endif const H245_MiscellaneousCommand_type_lostPartialPicture & other = (const H245_MiscellaneousCommand_type_lostPartialPicture &)obj; Comparison result; if ((result = m_pictureReference.Compare(other.m_pictureReference)) != EqualTo) return result; if ((result = m_firstMB.Compare(other.m_firstMB)) != EqualTo) return result; if ((result = m_numberOfMBs.Compare(other.m_numberOfMBs)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MiscellaneousCommand_type_lostPartialPicture::GetDataLength() const { PINDEX length = 0; length += m_pictureReference.GetObjectLength(); length += m_firstMB.GetObjectLength(); length += m_numberOfMBs.GetObjectLength(); return length; } BOOL H245_MiscellaneousCommand_type_lostPartialPicture::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_pictureReference.Decode(strm)) return FALSE; if (!m_firstMB.Decode(strm)) return FALSE; if (!m_numberOfMBs.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MiscellaneousCommand_type_lostPartialPicture::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_pictureReference.Encode(strm); m_firstMB.Encode(strm); m_numberOfMBs.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MiscellaneousCommand_type_lostPartialPicture::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MiscellaneousCommand_type_lostPartialPicture::Class()), PInvalidCast); #endif return new H245_MiscellaneousCommand_type_lostPartialPicture(*this); } // // MiscellaneousCommand_type_encryptionUpdateAck // H245_MiscellaneousCommand_type_encryptionUpdateAck::H245_MiscellaneousCommand_type_encryptionUpdateAck(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_synchFlag.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H245_MiscellaneousCommand_type_encryptionUpdateAck::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "synchFlag = " << setprecision(indent) << m_synchFlag << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MiscellaneousCommand_type_encryptionUpdateAck::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MiscellaneousCommand_type_encryptionUpdateAck), PInvalidCast); #endif const H245_MiscellaneousCommand_type_encryptionUpdateAck & other = (const H245_MiscellaneousCommand_type_encryptionUpdateAck &)obj; Comparison result; if ((result = m_synchFlag.Compare(other.m_synchFlag)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MiscellaneousCommand_type_encryptionUpdateAck::GetDataLength() const { PINDEX length = 0; length += m_synchFlag.GetObjectLength(); return length; } BOOL H245_MiscellaneousCommand_type_encryptionUpdateAck::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_synchFlag.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MiscellaneousCommand_type_encryptionUpdateAck::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_synchFlag.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MiscellaneousCommand_type_encryptionUpdateAck::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MiscellaneousCommand_type_encryptionUpdateAck::Class()), PInvalidCast); #endif return new H245_MiscellaneousCommand_type_encryptionUpdateAck(*this); } // // NewATMVCCommand_aal_aal5 // H245_NewATMVCCommand_aal_aal5::H245_NewATMVCCommand_aal_aal5(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_forwardMaximumSDUSize.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); m_backwardMaximumSDUSize.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } #ifndef PASN_NOPRINTON void H245_NewATMVCCommand_aal_aal5::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+24) << "forwardMaximumSDUSize = " << setprecision(indent) << m_forwardMaximumSDUSize << '\n'; strm << setw(indent+25) << "backwardMaximumSDUSize = " << setprecision(indent) << m_backwardMaximumSDUSize << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_NewATMVCCommand_aal_aal5::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_NewATMVCCommand_aal_aal5), PInvalidCast); #endif const H245_NewATMVCCommand_aal_aal5 & other = (const H245_NewATMVCCommand_aal_aal5 &)obj; Comparison result; if ((result = m_forwardMaximumSDUSize.Compare(other.m_forwardMaximumSDUSize)) != EqualTo) return result; if ((result = m_backwardMaximumSDUSize.Compare(other.m_backwardMaximumSDUSize)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_NewATMVCCommand_aal_aal5::GetDataLength() const { PINDEX length = 0; length += m_forwardMaximumSDUSize.GetObjectLength(); length += m_backwardMaximumSDUSize.GetObjectLength(); return length; } BOOL H245_NewATMVCCommand_aal_aal5::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_forwardMaximumSDUSize.Decode(strm)) return FALSE; if (!m_backwardMaximumSDUSize.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_NewATMVCCommand_aal_aal5::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_forwardMaximumSDUSize.Encode(strm); m_backwardMaximumSDUSize.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_NewATMVCCommand_aal_aal5::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_NewATMVCCommand_aal_aal5::Class()), PInvalidCast); #endif return new H245_NewATMVCCommand_aal_aal5(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_NewATMVCCommand_reverseParameters_multiplex[]={ {"noMultiplex",0} ,{"transportStream",1} ,{"programStream",2} }; #endif // // NewATMVCCommand_reverseParameters_multiplex // H245_NewATMVCCommand_reverseParameters_multiplex::H245_NewATMVCCommand_reverseParameters_multiplex(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_NewATMVCCommand_reverseParameters_multiplex,3 #endif ) { } BOOL H245_NewATMVCCommand_reverseParameters_multiplex::CreateObject() { choice = (tag <= e_programStream) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_NewATMVCCommand_reverseParameters_multiplex::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_NewATMVCCommand_reverseParameters_multiplex::Class()), PInvalidCast); #endif return new H245_NewATMVCCommand_reverseParameters_multiplex(*this); } // // MiscellaneousIndication_type_videoNotDecodedMBs // H245_MiscellaneousIndication_type_videoNotDecodedMBs::H245_MiscellaneousIndication_type_videoNotDecodedMBs(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_firstMB.SetConstraints(PASN_Object::FixedConstraint, 1, 8192); m_numberOfMBs.SetConstraints(PASN_Object::FixedConstraint, 1, 8192); m_temporalReference.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H245_MiscellaneousIndication_type_videoNotDecodedMBs::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+10) << "firstMB = " << setprecision(indent) << m_firstMB << '\n'; strm << setw(indent+14) << "numberOfMBs = " << setprecision(indent) << m_numberOfMBs << '\n'; strm << setw(indent+20) << "temporalReference = " << setprecision(indent) << m_temporalReference << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MiscellaneousIndication_type_videoNotDecodedMBs::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MiscellaneousIndication_type_videoNotDecodedMBs), PInvalidCast); #endif const H245_MiscellaneousIndication_type_videoNotDecodedMBs & other = (const H245_MiscellaneousIndication_type_videoNotDecodedMBs &)obj; Comparison result; if ((result = m_firstMB.Compare(other.m_firstMB)) != EqualTo) return result; if ((result = m_numberOfMBs.Compare(other.m_numberOfMBs)) != EqualTo) return result; if ((result = m_temporalReference.Compare(other.m_temporalReference)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MiscellaneousIndication_type_videoNotDecodedMBs::GetDataLength() const { PINDEX length = 0; length += m_firstMB.GetObjectLength(); length += m_numberOfMBs.GetObjectLength(); length += m_temporalReference.GetObjectLength(); return length; } BOOL H245_MiscellaneousIndication_type_videoNotDecodedMBs::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_firstMB.Decode(strm)) return FALSE; if (!m_numberOfMBs.Decode(strm)) return FALSE; if (!m_temporalReference.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MiscellaneousIndication_type_videoNotDecodedMBs::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_firstMB.Encode(strm); m_numberOfMBs.Encode(strm); m_temporalReference.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MiscellaneousIndication_type_videoNotDecodedMBs::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MiscellaneousIndication_type_videoNotDecodedMBs::Class()), PInvalidCast); #endif return new H245_MiscellaneousIndication_type_videoNotDecodedMBs(*this); } // // NewATMVCIndication_aal_aal5 // H245_NewATMVCIndication_aal_aal5::H245_NewATMVCIndication_aal_aal5(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_forwardMaximumSDUSize.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); m_backwardMaximumSDUSize.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } #ifndef PASN_NOPRINTON void H245_NewATMVCIndication_aal_aal5::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+24) << "forwardMaximumSDUSize = " << setprecision(indent) << m_forwardMaximumSDUSize << '\n'; strm << setw(indent+25) << "backwardMaximumSDUSize = " << setprecision(indent) << m_backwardMaximumSDUSize << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_NewATMVCIndication_aal_aal5::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_NewATMVCIndication_aal_aal5), PInvalidCast); #endif const H245_NewATMVCIndication_aal_aal5 & other = (const H245_NewATMVCIndication_aal_aal5 &)obj; Comparison result; if ((result = m_forwardMaximumSDUSize.Compare(other.m_forwardMaximumSDUSize)) != EqualTo) return result; if ((result = m_backwardMaximumSDUSize.Compare(other.m_backwardMaximumSDUSize)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_NewATMVCIndication_aal_aal5::GetDataLength() const { PINDEX length = 0; length += m_forwardMaximumSDUSize.GetObjectLength(); length += m_backwardMaximumSDUSize.GetObjectLength(); return length; } BOOL H245_NewATMVCIndication_aal_aal5::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_forwardMaximumSDUSize.Decode(strm)) return FALSE; if (!m_backwardMaximumSDUSize.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_NewATMVCIndication_aal_aal5::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_forwardMaximumSDUSize.Encode(strm); m_backwardMaximumSDUSize.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_NewATMVCIndication_aal_aal5::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_NewATMVCIndication_aal_aal5::Class()), PInvalidCast); #endif return new H245_NewATMVCIndication_aal_aal5(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_NewATMVCIndication_reverseParameters_multiplex[]={ {"noMultiplex",0} ,{"transportStream",1} ,{"programStream",2} }; #endif // // NewATMVCIndication_reverseParameters_multiplex // H245_NewATMVCIndication_reverseParameters_multiplex::H245_NewATMVCIndication_reverseParameters_multiplex(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_NewATMVCIndication_reverseParameters_multiplex,3 #endif ) { } BOOL H245_NewATMVCIndication_reverseParameters_multiplex::CreateObject() { choice = (tag <= e_programStream) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_NewATMVCIndication_reverseParameters_multiplex::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_NewATMVCIndication_reverseParameters_multiplex::Class()), PInvalidCast); #endif return new H245_NewATMVCIndication_reverseParameters_multiplex(*this); } // // UserInputIndication_signal_rtp // H245_UserInputIndication_signal_rtp::H245_UserInputIndication_signal_rtp(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { m_timestamp.SetConstraints(PASN_Object::FixedConstraint, 0, 4294967295U); m_expirationTime.SetConstraints(PASN_Object::FixedConstraint, 0, 4294967295U); } #ifndef PASN_NOPRINTON void H245_UserInputIndication_signal_rtp::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_timestamp)) strm << setw(indent+12) << "timestamp = " << setprecision(indent) << m_timestamp << '\n'; if (HasOptionalField(e_expirationTime)) strm << setw(indent+17) << "expirationTime = " << setprecision(indent) << m_expirationTime << '\n'; strm << setw(indent+23) << "logicalChannelNumber = " << setprecision(indent) << m_logicalChannelNumber << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_UserInputIndication_signal_rtp::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_UserInputIndication_signal_rtp), PInvalidCast); #endif const H245_UserInputIndication_signal_rtp & other = (const H245_UserInputIndication_signal_rtp &)obj; Comparison result; if ((result = m_timestamp.Compare(other.m_timestamp)) != EqualTo) return result; if ((result = m_expirationTime.Compare(other.m_expirationTime)) != EqualTo) return result; if ((result = m_logicalChannelNumber.Compare(other.m_logicalChannelNumber)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_UserInputIndication_signal_rtp::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_timestamp)) length += m_timestamp.GetObjectLength(); if (HasOptionalField(e_expirationTime)) length += m_expirationTime.GetObjectLength(); length += m_logicalChannelNumber.GetObjectLength(); return length; } BOOL H245_UserInputIndication_signal_rtp::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_timestamp) && !m_timestamp.Decode(strm)) return FALSE; if (HasOptionalField(e_expirationTime) && !m_expirationTime.Decode(strm)) return FALSE; if (!m_logicalChannelNumber.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_UserInputIndication_signal_rtp::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_timestamp)) m_timestamp.Encode(strm); if (HasOptionalField(e_expirationTime)) m_expirationTime.Encode(strm); m_logicalChannelNumber.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_UserInputIndication_signal_rtp::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_UserInputIndication_signal_rtp::Class()), PInvalidCast); #endif return new H245_UserInputIndication_signal_rtp(*this); } // // UserInputIndication_signalUpdate_rtp // H245_UserInputIndication_signalUpdate_rtp::H245_UserInputIndication_signalUpdate_rtp(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_UserInputIndication_signalUpdate_rtp::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+23) << "logicalChannelNumber = " << setprecision(indent) << m_logicalChannelNumber << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_UserInputIndication_signalUpdate_rtp::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_UserInputIndication_signalUpdate_rtp), PInvalidCast); #endif const H245_UserInputIndication_signalUpdate_rtp & other = (const H245_UserInputIndication_signalUpdate_rtp &)obj; Comparison result; if ((result = m_logicalChannelNumber.Compare(other.m_logicalChannelNumber)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_UserInputIndication_signalUpdate_rtp::GetDataLength() const { PINDEX length = 0; length += m_logicalChannelNumber.GetObjectLength(); return length; } BOOL H245_UserInputIndication_signalUpdate_rtp::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_logicalChannelNumber.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_UserInputIndication_signalUpdate_rtp::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_logicalChannelNumber.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_UserInputIndication_signalUpdate_rtp::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_UserInputIndication_signalUpdate_rtp::Class()), PInvalidCast); #endif return new H245_UserInputIndication_signalUpdate_rtp(*this); } // // UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric // H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric::H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "algorithmOID = " << setprecision(indent) << m_algorithmOID << '\n'; if (HasOptionalField(e_paramS)) strm << setw(indent+9) << "paramS = " << setprecision(indent) << m_paramS << '\n'; strm << setw(indent+12) << "encrypted = " << setprecision(indent) << m_encrypted << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric), PInvalidCast); #endif const H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric & other = (const H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric &)obj; Comparison result; if ((result = m_algorithmOID.Compare(other.m_algorithmOID)) != EqualTo) return result; if ((result = m_paramS.Compare(other.m_paramS)) != EqualTo) return result; if ((result = m_encrypted.Compare(other.m_encrypted)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric::GetDataLength() const { PINDEX length = 0; length += m_algorithmOID.GetObjectLength(); if (HasOptionalField(e_paramS)) length += m_paramS.GetObjectLength(); length += m_encrypted.GetObjectLength(); return length; } BOOL H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_algorithmOID.Decode(strm)) return FALSE; if (HasOptionalField(e_paramS) && !m_paramS.Decode(strm)) return FALSE; if (!m_encrypted.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_algorithmOID.Encode(strm); if (HasOptionalField(e_paramS)) m_paramS.Encode(strm); m_encrypted.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric::Class()), PInvalidCast); #endif return new H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric(*this); } // // VCCapability_availableBitRates_type_rangeOfBitRates // H245_VCCapability_availableBitRates_type_rangeOfBitRates::H245_VCCapability_availableBitRates_type_rangeOfBitRates(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { m_lowerBitRate.SetConstraints(PASN_Object::FixedConstraint, 1, 65535); m_higherBitRate.SetConstraints(PASN_Object::FixedConstraint, 1, 65535); } #ifndef PASN_NOPRINTON void H245_VCCapability_availableBitRates_type_rangeOfBitRates::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "lowerBitRate = " << setprecision(indent) << m_lowerBitRate << '\n'; strm << setw(indent+16) << "higherBitRate = " << setprecision(indent) << m_higherBitRate << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_VCCapability_availableBitRates_type_rangeOfBitRates::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_VCCapability_availableBitRates_type_rangeOfBitRates), PInvalidCast); #endif const H245_VCCapability_availableBitRates_type_rangeOfBitRates & other = (const H245_VCCapability_availableBitRates_type_rangeOfBitRates &)obj; Comparison result; if ((result = m_lowerBitRate.Compare(other.m_lowerBitRate)) != EqualTo) return result; if ((result = m_higherBitRate.Compare(other.m_higherBitRate)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_VCCapability_availableBitRates_type_rangeOfBitRates::GetDataLength() const { PINDEX length = 0; length += m_lowerBitRate.GetObjectLength(); length += m_higherBitRate.GetObjectLength(); return length; } BOOL H245_VCCapability_availableBitRates_type_rangeOfBitRates::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_lowerBitRate.Decode(strm)) return FALSE; if (!m_higherBitRate.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_VCCapability_availableBitRates_type_rangeOfBitRates::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_lowerBitRate.Encode(strm); m_higherBitRate.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_VCCapability_availableBitRates_type_rangeOfBitRates::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_VCCapability_availableBitRates_type_rangeOfBitRates::Class()), PInvalidCast); #endif return new H245_VCCapability_availableBitRates_type_rangeOfBitRates(*this); } // // CustomPictureFormat_mPI_customPCF_subtype // H245_CustomPictureFormat_mPI_customPCF_subtype::H245_CustomPictureFormat_mPI_customPCF_subtype(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_clockConversionCode.SetConstraints(PASN_Object::FixedConstraint, 1000, 1001); m_clockDivisor.SetConstraints(PASN_Object::FixedConstraint, 1, 127); m_customMPI.SetConstraints(PASN_Object::FixedConstraint, 1, 2048); } #ifndef PASN_NOPRINTON void H245_CustomPictureFormat_mPI_customPCF_subtype::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+22) << "clockConversionCode = " << setprecision(indent) << m_clockConversionCode << '\n'; strm << setw(indent+15) << "clockDivisor = " << setprecision(indent) << m_clockDivisor << '\n'; strm << setw(indent+12) << "customMPI = " << setprecision(indent) << m_customMPI << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_CustomPictureFormat_mPI_customPCF_subtype::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_CustomPictureFormat_mPI_customPCF_subtype), PInvalidCast); #endif const H245_CustomPictureFormat_mPI_customPCF_subtype & other = (const H245_CustomPictureFormat_mPI_customPCF_subtype &)obj; Comparison result; if ((result = m_clockConversionCode.Compare(other.m_clockConversionCode)) != EqualTo) return result; if ((result = m_clockDivisor.Compare(other.m_clockDivisor)) != EqualTo) return result; if ((result = m_customMPI.Compare(other.m_customMPI)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_CustomPictureFormat_mPI_customPCF_subtype::GetDataLength() const { PINDEX length = 0; length += m_clockConversionCode.GetObjectLength(); length += m_clockDivisor.GetObjectLength(); length += m_customMPI.GetObjectLength(); return length; } BOOL H245_CustomPictureFormat_mPI_customPCF_subtype::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_clockConversionCode.Decode(strm)) return FALSE; if (!m_clockDivisor.Decode(strm)) return FALSE; if (!m_customMPI.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_CustomPictureFormat_mPI_customPCF_subtype::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_clockConversionCode.Encode(strm); m_clockDivisor.Encode(strm); m_customMPI.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_CustomPictureFormat_mPI_customPCF_subtype::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_CustomPictureFormat_mPI_customPCF_subtype::Class()), PInvalidCast); #endif return new H245_CustomPictureFormat_mPI_customPCF_subtype(*this); } // // CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype // H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype::H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_width.SetConstraints(PASN_Object::FixedConstraint, 1, 255); m_height.SetConstraints(PASN_Object::FixedConstraint, 1, 255); } #ifndef PASN_NOPRINTON void H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+8) << "width = " << setprecision(indent) << m_width << '\n'; strm << setw(indent+9) << "height = " << setprecision(indent) << m_height << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype), PInvalidCast); #endif const H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype & other = (const H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype &)obj; Comparison result; if ((result = m_width.Compare(other.m_width)) != EqualTo) return result; if ((result = m_height.Compare(other.m_height)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype::GetDataLength() const { PINDEX length = 0; length += m_width.GetObjectLength(); length += m_height.GetObjectLength(); return length; } BOOL H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_width.Decode(strm)) return FALSE; if (!m_height.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_width.Encode(strm); m_height.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype::Class()), PInvalidCast); #endif return new H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_V76LogicalChannelParameters_mode_eRM_recovery[]={ {"rej",0} ,{"sREJ",1} ,{"mSREJ",2} }; #endif // // V76LogicalChannelParameters_mode_eRM_recovery // H245_V76LogicalChannelParameters_mode_eRM_recovery::H245_V76LogicalChannelParameters_mode_eRM_recovery(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_V76LogicalChannelParameters_mode_eRM_recovery,3 #endif ) { } BOOL H245_V76LogicalChannelParameters_mode_eRM_recovery::CreateObject() { choice = (tag <= e_mSREJ) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_V76LogicalChannelParameters_mode_eRM_recovery::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_V76LogicalChannelParameters_mode_eRM_recovery::Class()), PInvalidCast); #endif return new H245_V76LogicalChannelParameters_mode_eRM_recovery(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_DepFECData_rfc2733_mode_separateStream[]={ {"differentPort",0} ,{"samePort",1} }; #endif // // DepFECData_rfc2733_mode_separateStream // H245_DepFECData_rfc2733_mode_separateStream::H245_DepFECData_rfc2733_mode_separateStream(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_DepFECData_rfc2733_mode_separateStream,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_DepFECData_rfc2733_mode_separateStream::operator H245_DepFECData_rfc2733_mode_separateStream_differentPort &() const #else H245_DepFECData_rfc2733_mode_separateStream::operator H245_DepFECData_rfc2733_mode_separateStream_differentPort &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DepFECData_rfc2733_mode_separateStream_differentPort), PInvalidCast); #endif return *(H245_DepFECData_rfc2733_mode_separateStream_differentPort *)choice; } H245_DepFECData_rfc2733_mode_separateStream::operator const H245_DepFECData_rfc2733_mode_separateStream_differentPort &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DepFECData_rfc2733_mode_separateStream_differentPort), PInvalidCast); #endif return *(H245_DepFECData_rfc2733_mode_separateStream_differentPort *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_DepFECData_rfc2733_mode_separateStream::operator H245_DepFECData_rfc2733_mode_separateStream_samePort &() const #else H245_DepFECData_rfc2733_mode_separateStream::operator H245_DepFECData_rfc2733_mode_separateStream_samePort &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DepFECData_rfc2733_mode_separateStream_samePort), PInvalidCast); #endif return *(H245_DepFECData_rfc2733_mode_separateStream_samePort *)choice; } H245_DepFECData_rfc2733_mode_separateStream::operator const H245_DepFECData_rfc2733_mode_separateStream_samePort &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DepFECData_rfc2733_mode_separateStream_samePort), PInvalidCast); #endif return *(H245_DepFECData_rfc2733_mode_separateStream_samePort *)choice; } BOOL H245_DepFECData_rfc2733_mode_separateStream::CreateObject() { switch (tag) { case e_differentPort : choice = new H245_DepFECData_rfc2733_mode_separateStream_differentPort(); return TRUE; case e_samePort : choice = new H245_DepFECData_rfc2733_mode_separateStream_samePort(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_DepFECData_rfc2733_mode_separateStream::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_DepFECData_rfc2733_mode_separateStream::Class()), PInvalidCast); #endif return new H245_DepFECData_rfc2733_mode_separateStream(*this); } // // FECData_rfc2733_pktMode_rfc2733sameport // H245_FECData_rfc2733_pktMode_rfc2733sameport::H245_FECData_rfc2733_pktMode_rfc2733sameport(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_FECData_rfc2733_pktMode_rfc2733sameport::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PINDEX H245_FECData_rfc2733_pktMode_rfc2733sameport::GetDataLength() const { PINDEX length = 0; return length; } BOOL H245_FECData_rfc2733_pktMode_rfc2733sameport::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_FECData_rfc2733_pktMode_rfc2733sameport::Encode(PASN_Stream & strm) const { PreambleEncode(strm); UnknownExtensionsEncode(strm); } PObject * H245_FECData_rfc2733_pktMode_rfc2733sameport::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_FECData_rfc2733_pktMode_rfc2733sameport::Class()), PInvalidCast); #endif return new H245_FECData_rfc2733_pktMode_rfc2733sameport(*this); } #endif // if ! H323_DISABLE_H245 // End of h245_2.cxx openh323_v1_18_0/src/h245_3.cxx0100644000176200056700000164237610260650624016073 0ustar releasepostincr// // h245_3.cxx // // Code automatically generated by asnparse. // #include #include "h245.h" #define new PNEW #if ! H323_DISABLE_H245 // // FECData_rfc2733_pktMode_rfc2733diffport // H245_FECData_rfc2733_pktMode_rfc2733diffport::H245_FECData_rfc2733_pktMode_rfc2733diffport(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_FECData_rfc2733_pktMode_rfc2733diffport::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+19) << "protectedChannel = " << setprecision(indent) << m_protectedChannel << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_FECData_rfc2733_pktMode_rfc2733diffport::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_FECData_rfc2733_pktMode_rfc2733diffport), PInvalidCast); #endif const H245_FECData_rfc2733_pktMode_rfc2733diffport & other = (const H245_FECData_rfc2733_pktMode_rfc2733diffport &)obj; Comparison result; if ((result = m_protectedChannel.Compare(other.m_protectedChannel)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_FECData_rfc2733_pktMode_rfc2733diffport::GetDataLength() const { PINDEX length = 0; length += m_protectedChannel.GetObjectLength(); return length; } BOOL H245_FECData_rfc2733_pktMode_rfc2733diffport::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_protectedChannel.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_FECData_rfc2733_pktMode_rfc2733diffport::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_protectedChannel.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_FECData_rfc2733_pktMode_rfc2733diffport::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_FECData_rfc2733_pktMode_rfc2733diffport::Class()), PInvalidCast); #endif return new H245_FECData_rfc2733_pktMode_rfc2733diffport(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_DepFECMode_rfc2733Mode_mode_separateStream[]={ {"differentPort",0} ,{"samePort",1} }; #endif // // DepFECMode_rfc2733Mode_mode_separateStream // H245_DepFECMode_rfc2733Mode_mode_separateStream::H245_DepFECMode_rfc2733Mode_mode_separateStream(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_DepFECMode_rfc2733Mode_mode_separateStream,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_DepFECMode_rfc2733Mode_mode_separateStream::operator H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort &() const #else H245_DepFECMode_rfc2733Mode_mode_separateStream::operator H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort), PInvalidCast); #endif return *(H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort *)choice; } H245_DepFECMode_rfc2733Mode_mode_separateStream::operator const H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort), PInvalidCast); #endif return *(H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H245_DepFECMode_rfc2733Mode_mode_separateStream::operator H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort &() const #else H245_DepFECMode_rfc2733Mode_mode_separateStream::operator H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort), PInvalidCast); #endif return *(H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort *)choice; } H245_DepFECMode_rfc2733Mode_mode_separateStream::operator const H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort), PInvalidCast); #endif return *(H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort *)choice; } BOOL H245_DepFECMode_rfc2733Mode_mode_separateStream::CreateObject() { switch (tag) { case e_differentPort : choice = new H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort(); return TRUE; case e_samePort : choice = new H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort(); return TRUE; } choice = NULL; return FALSE; } PObject * H245_DepFECMode_rfc2733Mode_mode_separateStream::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_DepFECMode_rfc2733Mode_mode_separateStream::Class()), PInvalidCast); #endif return new H245_DepFECMode_rfc2733Mode_mode_separateStream(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_MultilinkResponse_addConnection_responseCode_rejected[]={ {"connectionsNotAvailable",0} ,{"userRejected",1} }; #endif // // MultilinkResponse_addConnection_responseCode_rejected // H245_MultilinkResponse_addConnection_responseCode_rejected::H245_MultilinkResponse_addConnection_responseCode_rejected(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_MultilinkResponse_addConnection_responseCode_rejected,2 #endif ) { } BOOL H245_MultilinkResponse_addConnection_responseCode_rejected::CreateObject() { choice = (tag <= e_userRejected) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_MultilinkResponse_addConnection_responseCode_rejected::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultilinkResponse_addConnection_responseCode_rejected::Class()), PInvalidCast); #endif return new H245_MultilinkResponse_addConnection_responseCode_rejected(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount[]={ {"doOneProgression",0} ,{"doContinuousProgressions",1} ,{"doOneIndependentProgression",2} ,{"doContinuousIndependentProgressions",3} }; #endif // // MiscellaneousCommand_type_progressiveRefinementStart_repeatCount // H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount::H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount,4 #endif ) { } BOOL H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount::CreateObject() { choice = (tag <= e_doContinuousIndependentProgressions) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount::Class()), PInvalidCast); #endif return new H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_NewATMVCCommand_aal_aal1_clockRecovery[]={ {"nullClockRecovery",0} ,{"srtsClockRecovery",1} ,{"adaptiveClockRecovery",2} }; #endif // // NewATMVCCommand_aal_aal1_clockRecovery // H245_NewATMVCCommand_aal_aal1_clockRecovery::H245_NewATMVCCommand_aal_aal1_clockRecovery(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_NewATMVCCommand_aal_aal1_clockRecovery,3 #endif ) { } BOOL H245_NewATMVCCommand_aal_aal1_clockRecovery::CreateObject() { choice = (tag <= e_adaptiveClockRecovery) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_NewATMVCCommand_aal_aal1_clockRecovery::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_NewATMVCCommand_aal_aal1_clockRecovery::Class()), PInvalidCast); #endif return new H245_NewATMVCCommand_aal_aal1_clockRecovery(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_NewATMVCCommand_aal_aal1_errorCorrection[]={ {"nullErrorCorrection",0} ,{"longInterleaver",1} ,{"shortInterleaver",2} ,{"errorCorrectionOnly",3} }; #endif // // NewATMVCCommand_aal_aal1_errorCorrection // H245_NewATMVCCommand_aal_aal1_errorCorrection::H245_NewATMVCCommand_aal_aal1_errorCorrection(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_NewATMVCCommand_aal_aal1_errorCorrection,4 #endif ) { } BOOL H245_NewATMVCCommand_aal_aal1_errorCorrection::CreateObject() { choice = (tag <= e_errorCorrectionOnly) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_NewATMVCCommand_aal_aal1_errorCorrection::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_NewATMVCCommand_aal_aal1_errorCorrection::Class()), PInvalidCast); #endif return new H245_NewATMVCCommand_aal_aal1_errorCorrection(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_NewATMVCIndication_aal_aal1_clockRecovery[]={ {"nullClockRecovery",0} ,{"srtsClockRecovery",1} ,{"adaptiveClockRecovery",2} }; #endif // // NewATMVCIndication_aal_aal1_clockRecovery // H245_NewATMVCIndication_aal_aal1_clockRecovery::H245_NewATMVCIndication_aal_aal1_clockRecovery(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_NewATMVCIndication_aal_aal1_clockRecovery,3 #endif ) { } BOOL H245_NewATMVCIndication_aal_aal1_clockRecovery::CreateObject() { choice = (tag <= e_adaptiveClockRecovery) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_NewATMVCIndication_aal_aal1_clockRecovery::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_NewATMVCIndication_aal_aal1_clockRecovery::Class()), PInvalidCast); #endif return new H245_NewATMVCIndication_aal_aal1_clockRecovery(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H245_NewATMVCIndication_aal_aal1_errorCorrection[]={ {"nullErrorCorrection",0} ,{"longInterleaver",1} ,{"shortInterleaver",2} ,{"errorCorrectionOnly",3} }; #endif // // NewATMVCIndication_aal_aal1_errorCorrection // H245_NewATMVCIndication_aal_aal1_errorCorrection::H245_NewATMVCIndication_aal_aal1_errorCorrection(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H245_NewATMVCIndication_aal_aal1_errorCorrection,4 #endif ) { } BOOL H245_NewATMVCIndication_aal_aal1_errorCorrection::CreateObject() { choice = (tag <= e_errorCorrectionOnly) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H245_NewATMVCIndication_aal_aal1_errorCorrection::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_NewATMVCIndication_aal_aal1_errorCorrection::Class()), PInvalidCast); #endif return new H245_NewATMVCIndication_aal_aal1_errorCorrection(*this); } // // DepFECData_rfc2733_mode_separateStream_differentPort // H245_DepFECData_rfc2733_mode_separateStream_differentPort::H245_DepFECData_rfc2733_mode_separateStream_differentPort(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_protectedSessionID.SetConstraints(PASN_Object::FixedConstraint, 1, 255); m_protectedPayloadType.SetConstraints(PASN_Object::FixedConstraint, 0, 127); } #ifndef PASN_NOPRINTON void H245_DepFECData_rfc2733_mode_separateStream_differentPort::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+21) << "protectedSessionID = " << setprecision(indent) << m_protectedSessionID << '\n'; if (HasOptionalField(e_protectedPayloadType)) strm << setw(indent+23) << "protectedPayloadType = " << setprecision(indent) << m_protectedPayloadType << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_DepFECData_rfc2733_mode_separateStream_differentPort::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_DepFECData_rfc2733_mode_separateStream_differentPort), PInvalidCast); #endif const H245_DepFECData_rfc2733_mode_separateStream_differentPort & other = (const H245_DepFECData_rfc2733_mode_separateStream_differentPort &)obj; Comparison result; if ((result = m_protectedSessionID.Compare(other.m_protectedSessionID)) != EqualTo) return result; if ((result = m_protectedPayloadType.Compare(other.m_protectedPayloadType)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_DepFECData_rfc2733_mode_separateStream_differentPort::GetDataLength() const { PINDEX length = 0; length += m_protectedSessionID.GetObjectLength(); if (HasOptionalField(e_protectedPayloadType)) length += m_protectedPayloadType.GetObjectLength(); return length; } BOOL H245_DepFECData_rfc2733_mode_separateStream_differentPort::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_protectedSessionID.Decode(strm)) return FALSE; if (HasOptionalField(e_protectedPayloadType) && !m_protectedPayloadType.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_DepFECData_rfc2733_mode_separateStream_differentPort::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_protectedSessionID.Encode(strm); if (HasOptionalField(e_protectedPayloadType)) m_protectedPayloadType.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_DepFECData_rfc2733_mode_separateStream_differentPort::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_DepFECData_rfc2733_mode_separateStream_differentPort::Class()), PInvalidCast); #endif return new H245_DepFECData_rfc2733_mode_separateStream_differentPort(*this); } // // DepFECData_rfc2733_mode_separateStream_samePort // H245_DepFECData_rfc2733_mode_separateStream_samePort::H245_DepFECData_rfc2733_mode_separateStream_samePort(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_protectedPayloadType.SetConstraints(PASN_Object::FixedConstraint, 0, 127); } #ifndef PASN_NOPRINTON void H245_DepFECData_rfc2733_mode_separateStream_samePort::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+23) << "protectedPayloadType = " << setprecision(indent) << m_protectedPayloadType << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_DepFECData_rfc2733_mode_separateStream_samePort::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_DepFECData_rfc2733_mode_separateStream_samePort), PInvalidCast); #endif const H245_DepFECData_rfc2733_mode_separateStream_samePort & other = (const H245_DepFECData_rfc2733_mode_separateStream_samePort &)obj; Comparison result; if ((result = m_protectedPayloadType.Compare(other.m_protectedPayloadType)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_DepFECData_rfc2733_mode_separateStream_samePort::GetDataLength() const { PINDEX length = 0; length += m_protectedPayloadType.GetObjectLength(); return length; } BOOL H245_DepFECData_rfc2733_mode_separateStream_samePort::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_protectedPayloadType.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_DepFECData_rfc2733_mode_separateStream_samePort::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_protectedPayloadType.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_DepFECData_rfc2733_mode_separateStream_samePort::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_DepFECData_rfc2733_mode_separateStream_samePort::Class()), PInvalidCast); #endif return new H245_DepFECData_rfc2733_mode_separateStream_samePort(*this); } // // DepFECMode_rfc2733Mode_mode_separateStream_differentPort // H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort::H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_protectedSessionID.SetConstraints(PASN_Object::FixedConstraint, 1, 255); m_protectedPayloadType.SetConstraints(PASN_Object::FixedConstraint, 0, 127); } #ifndef PASN_NOPRINTON void H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+21) << "protectedSessionID = " << setprecision(indent) << m_protectedSessionID << '\n'; if (HasOptionalField(e_protectedPayloadType)) strm << setw(indent+23) << "protectedPayloadType = " << setprecision(indent) << m_protectedPayloadType << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort), PInvalidCast); #endif const H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort & other = (const H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort &)obj; Comparison result; if ((result = m_protectedSessionID.Compare(other.m_protectedSessionID)) != EqualTo) return result; if ((result = m_protectedPayloadType.Compare(other.m_protectedPayloadType)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort::GetDataLength() const { PINDEX length = 0; length += m_protectedSessionID.GetObjectLength(); if (HasOptionalField(e_protectedPayloadType)) length += m_protectedPayloadType.GetObjectLength(); return length; } BOOL H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_protectedSessionID.Decode(strm)) return FALSE; if (HasOptionalField(e_protectedPayloadType) && !m_protectedPayloadType.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_protectedSessionID.Encode(strm); if (HasOptionalField(e_protectedPayloadType)) m_protectedPayloadType.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort::Class()), PInvalidCast); #endif return new H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort(*this); } // // DepFECMode_rfc2733Mode_mode_separateStream_samePort // H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort::H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "protectedType = " << setprecision(indent) << m_protectedType << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort), PInvalidCast); #endif const H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort & other = (const H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort &)obj; Comparison result; if ((result = m_protectedType.Compare(other.m_protectedType)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort::GetDataLength() const { PINDEX length = 0; length += m_protectedType.GetObjectLength(); return length; } BOOL H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_protectedType.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_protectedType.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort::Class()), PInvalidCast); #endif return new H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort(*this); } // // GenericMessage // H245_GenericMessage::H245_GenericMessage(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { m_subMessageIdentifier.SetConstraints(PASN_Object::FixedConstraint, 0, 127); } #ifndef PASN_NOPRINTON void H245_GenericMessage::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+20) << "messageIdentifier = " << setprecision(indent) << m_messageIdentifier << '\n'; if (HasOptionalField(e_subMessageIdentifier)) strm << setw(indent+23) << "subMessageIdentifier = " << setprecision(indent) << m_subMessageIdentifier << '\n'; if (HasOptionalField(e_messageContent)) strm << setw(indent+17) << "messageContent = " << setprecision(indent) << m_messageContent << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_GenericMessage::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_GenericMessage), PInvalidCast); #endif const H245_GenericMessage & other = (const H245_GenericMessage &)obj; Comparison result; if ((result = m_messageIdentifier.Compare(other.m_messageIdentifier)) != EqualTo) return result; if ((result = m_subMessageIdentifier.Compare(other.m_subMessageIdentifier)) != EqualTo) return result; if ((result = m_messageContent.Compare(other.m_messageContent)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_GenericMessage::GetDataLength() const { PINDEX length = 0; length += m_messageIdentifier.GetObjectLength(); if (HasOptionalField(e_subMessageIdentifier)) length += m_subMessageIdentifier.GetObjectLength(); if (HasOptionalField(e_messageContent)) length += m_messageContent.GetObjectLength(); return length; } BOOL H245_GenericMessage::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_messageIdentifier.Decode(strm)) return FALSE; if (HasOptionalField(e_subMessageIdentifier) && !m_subMessageIdentifier.Decode(strm)) return FALSE; if (HasOptionalField(e_messageContent) && !m_messageContent.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_GenericMessage::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_messageIdentifier.Encode(strm); if (HasOptionalField(e_subMessageIdentifier)) m_subMessageIdentifier.Encode(strm); if (HasOptionalField(e_messageContent)) m_messageContent.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_GenericMessage::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_GenericMessage::Class()), PInvalidCast); #endif return new H245_GenericMessage(*this); } // // NonStandardParameter // H245_NonStandardParameter::H245_NonStandardParameter(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void H245_NonStandardParameter::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+24) << "nonStandardIdentifier = " << setprecision(indent) << m_nonStandardIdentifier << '\n'; strm << setw(indent+7) << "data = " << setprecision(indent) << m_data << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_NonStandardParameter::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_NonStandardParameter), PInvalidCast); #endif const H245_NonStandardParameter & other = (const H245_NonStandardParameter &)obj; Comparison result; if ((result = m_nonStandardIdentifier.Compare(other.m_nonStandardIdentifier)) != EqualTo) return result; if ((result = m_data.Compare(other.m_data)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_NonStandardParameter::GetDataLength() const { PINDEX length = 0; length += m_nonStandardIdentifier.GetObjectLength(); length += m_data.GetObjectLength(); return length; } BOOL H245_NonStandardParameter::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_nonStandardIdentifier.Decode(strm)) return FALSE; if (!m_data.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_NonStandardParameter::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_nonStandardIdentifier.Encode(strm); m_data.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_NonStandardParameter::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_NonStandardParameter::Class()), PInvalidCast); #endif return new H245_NonStandardParameter(*this); } // // MasterSlaveDeterminationAck // H245_MasterSlaveDeterminationAck::H245_MasterSlaveDeterminationAck(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_MasterSlaveDeterminationAck::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "decision = " << setprecision(indent) << m_decision << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MasterSlaveDeterminationAck::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MasterSlaveDeterminationAck), PInvalidCast); #endif const H245_MasterSlaveDeterminationAck & other = (const H245_MasterSlaveDeterminationAck &)obj; Comparison result; if ((result = m_decision.Compare(other.m_decision)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MasterSlaveDeterminationAck::GetDataLength() const { PINDEX length = 0; length += m_decision.GetObjectLength(); return length; } BOOL H245_MasterSlaveDeterminationAck::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_decision.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MasterSlaveDeterminationAck::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_decision.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MasterSlaveDeterminationAck::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MasterSlaveDeterminationAck::Class()), PInvalidCast); #endif return new H245_MasterSlaveDeterminationAck(*this); } // // MasterSlaveDeterminationReject // H245_MasterSlaveDeterminationReject::H245_MasterSlaveDeterminationReject(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_MasterSlaveDeterminationReject::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+8) << "cause = " << setprecision(indent) << m_cause << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MasterSlaveDeterminationReject::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MasterSlaveDeterminationReject), PInvalidCast); #endif const H245_MasterSlaveDeterminationReject & other = (const H245_MasterSlaveDeterminationReject &)obj; Comparison result; if ((result = m_cause.Compare(other.m_cause)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MasterSlaveDeterminationReject::GetDataLength() const { PINDEX length = 0; length += m_cause.GetObjectLength(); return length; } BOOL H245_MasterSlaveDeterminationReject::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_cause.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MasterSlaveDeterminationReject::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_cause.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MasterSlaveDeterminationReject::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MasterSlaveDeterminationReject::Class()), PInvalidCast); #endif return new H245_MasterSlaveDeterminationReject(*this); } // // TerminalCapabilitySet // H245_TerminalCapabilitySet::H245_TerminalCapabilitySet(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 0) { m_capabilityTable.SetConstraints(PASN_Object::FixedConstraint, 1, 256); m_capabilityDescriptors.SetConstraints(PASN_Object::FixedConstraint, 1, 256); } #ifndef PASN_NOPRINTON void H245_TerminalCapabilitySet::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "sequenceNumber = " << setprecision(indent) << m_sequenceNumber << '\n'; strm << setw(indent+21) << "protocolIdentifier = " << setprecision(indent) << m_protocolIdentifier << '\n'; if (HasOptionalField(e_multiplexCapability)) strm << setw(indent+22) << "multiplexCapability = " << setprecision(indent) << m_multiplexCapability << '\n'; if (HasOptionalField(e_capabilityTable)) strm << setw(indent+18) << "capabilityTable = " << setprecision(indent) << m_capabilityTable << '\n'; if (HasOptionalField(e_capabilityDescriptors)) strm << setw(indent+24) << "capabilityDescriptors = " << setprecision(indent) << m_capabilityDescriptors << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_TerminalCapabilitySet::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_TerminalCapabilitySet), PInvalidCast); #endif const H245_TerminalCapabilitySet & other = (const H245_TerminalCapabilitySet &)obj; Comparison result; if ((result = m_sequenceNumber.Compare(other.m_sequenceNumber)) != EqualTo) return result; if ((result = m_protocolIdentifier.Compare(other.m_protocolIdentifier)) != EqualTo) return result; if ((result = m_multiplexCapability.Compare(other.m_multiplexCapability)) != EqualTo) return result; if ((result = m_capabilityTable.Compare(other.m_capabilityTable)) != EqualTo) return result; if ((result = m_capabilityDescriptors.Compare(other.m_capabilityDescriptors)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_TerminalCapabilitySet::GetDataLength() const { PINDEX length = 0; length += m_sequenceNumber.GetObjectLength(); length += m_protocolIdentifier.GetObjectLength(); if (HasOptionalField(e_multiplexCapability)) length += m_multiplexCapability.GetObjectLength(); if (HasOptionalField(e_capabilityTable)) length += m_capabilityTable.GetObjectLength(); if (HasOptionalField(e_capabilityDescriptors)) length += m_capabilityDescriptors.GetObjectLength(); return length; } BOOL H245_TerminalCapabilitySet::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_sequenceNumber.Decode(strm)) return FALSE; if (!m_protocolIdentifier.Decode(strm)) return FALSE; if (HasOptionalField(e_multiplexCapability) && !m_multiplexCapability.Decode(strm)) return FALSE; if (HasOptionalField(e_capabilityTable) && !m_capabilityTable.Decode(strm)) return FALSE; if (HasOptionalField(e_capabilityDescriptors) && !m_capabilityDescriptors.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_TerminalCapabilitySet::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_sequenceNumber.Encode(strm); m_protocolIdentifier.Encode(strm); if (HasOptionalField(e_multiplexCapability)) m_multiplexCapability.Encode(strm); if (HasOptionalField(e_capabilityTable)) m_capabilityTable.Encode(strm); if (HasOptionalField(e_capabilityDescriptors)) m_capabilityDescriptors.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_TerminalCapabilitySet::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_TerminalCapabilitySet::Class()), PInvalidCast); #endif return new H245_TerminalCapabilitySet(*this); } // // CapabilityTableEntry // H245_CapabilityTableEntry::H245_CapabilityTableEntry(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, FALSE, 0) { } #ifndef PASN_NOPRINTON void H245_CapabilityTableEntry::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+29) << "capabilityTableEntryNumber = " << setprecision(indent) << m_capabilityTableEntryNumber << '\n'; if (HasOptionalField(e_capability)) strm << setw(indent+13) << "capability = " << setprecision(indent) << m_capability << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_CapabilityTableEntry::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_CapabilityTableEntry), PInvalidCast); #endif const H245_CapabilityTableEntry & other = (const H245_CapabilityTableEntry &)obj; Comparison result; if ((result = m_capabilityTableEntryNumber.Compare(other.m_capabilityTableEntryNumber)) != EqualTo) return result; if ((result = m_capability.Compare(other.m_capability)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_CapabilityTableEntry::GetDataLength() const { PINDEX length = 0; length += m_capabilityTableEntryNumber.GetObjectLength(); if (HasOptionalField(e_capability)) length += m_capability.GetObjectLength(); return length; } BOOL H245_CapabilityTableEntry::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_capabilityTableEntryNumber.Decode(strm)) return FALSE; if (HasOptionalField(e_capability) && !m_capability.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_CapabilityTableEntry::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_capabilityTableEntryNumber.Encode(strm); if (HasOptionalField(e_capability)) m_capability.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_CapabilityTableEntry::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_CapabilityTableEntry::Class()), PInvalidCast); #endif return new H245_CapabilityTableEntry(*this); } // // CapabilityDescriptor // H245_CapabilityDescriptor::H245_CapabilityDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, FALSE, 0) { m_simultaneousCapabilities.SetConstraints(PASN_Object::FixedConstraint, 1, 256); } #ifndef PASN_NOPRINTON void H245_CapabilityDescriptor::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+29) << "capabilityDescriptorNumber = " << setprecision(indent) << m_capabilityDescriptorNumber << '\n'; if (HasOptionalField(e_simultaneousCapabilities)) strm << setw(indent+27) << "simultaneousCapabilities = " << setprecision(indent) << m_simultaneousCapabilities << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_CapabilityDescriptor::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_CapabilityDescriptor), PInvalidCast); #endif const H245_CapabilityDescriptor & other = (const H245_CapabilityDescriptor &)obj; Comparison result; if ((result = m_capabilityDescriptorNumber.Compare(other.m_capabilityDescriptorNumber)) != EqualTo) return result; if ((result = m_simultaneousCapabilities.Compare(other.m_simultaneousCapabilities)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_CapabilityDescriptor::GetDataLength() const { PINDEX length = 0; length += m_capabilityDescriptorNumber.GetObjectLength(); if (HasOptionalField(e_simultaneousCapabilities)) length += m_simultaneousCapabilities.GetObjectLength(); return length; } BOOL H245_CapabilityDescriptor::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_capabilityDescriptorNumber.Decode(strm)) return FALSE; if (HasOptionalField(e_simultaneousCapabilities) && !m_simultaneousCapabilities.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_CapabilityDescriptor::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_capabilityDescriptorNumber.Encode(strm); if (HasOptionalField(e_simultaneousCapabilities)) m_simultaneousCapabilities.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_CapabilityDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_CapabilityDescriptor::Class()), PInvalidCast); #endif return new H245_CapabilityDescriptor(*this); } // // TerminalCapabilitySetReject // H245_TerminalCapabilitySetReject::H245_TerminalCapabilitySetReject(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_TerminalCapabilitySetReject::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "sequenceNumber = " << setprecision(indent) << m_sequenceNumber << '\n'; strm << setw(indent+8) << "cause = " << setprecision(indent) << m_cause << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_TerminalCapabilitySetReject::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_TerminalCapabilitySetReject), PInvalidCast); #endif const H245_TerminalCapabilitySetReject & other = (const H245_TerminalCapabilitySetReject &)obj; Comparison result; if ((result = m_sequenceNumber.Compare(other.m_sequenceNumber)) != EqualTo) return result; if ((result = m_cause.Compare(other.m_cause)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_TerminalCapabilitySetReject::GetDataLength() const { PINDEX length = 0; length += m_sequenceNumber.GetObjectLength(); length += m_cause.GetObjectLength(); return length; } BOOL H245_TerminalCapabilitySetReject::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_sequenceNumber.Decode(strm)) return FALSE; if (!m_cause.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_TerminalCapabilitySetReject::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_sequenceNumber.Encode(strm); m_cause.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_TerminalCapabilitySetReject::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_TerminalCapabilitySetReject::Class()), PInvalidCast); #endif return new H245_TerminalCapabilitySetReject(*this); } // // H222Capability // H245_H222Capability::H245_H222Capability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_numberOfVCs.SetConstraints(PASN_Object::FixedConstraint, 1, 256); } #ifndef PASN_NOPRINTON void H245_H222Capability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+14) << "numberOfVCs = " << setprecision(indent) << m_numberOfVCs << '\n'; strm << setw(indent+15) << "vcCapability = " << setprecision(indent) << m_vcCapability << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_H222Capability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_H222Capability), PInvalidCast); #endif const H245_H222Capability & other = (const H245_H222Capability &)obj; Comparison result; if ((result = m_numberOfVCs.Compare(other.m_numberOfVCs)) != EqualTo) return result; if ((result = m_vcCapability.Compare(other.m_vcCapability)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_H222Capability::GetDataLength() const { PINDEX length = 0; length += m_numberOfVCs.GetObjectLength(); length += m_vcCapability.GetObjectLength(); return length; } BOOL H245_H222Capability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_numberOfVCs.Decode(strm)) return FALSE; if (!m_vcCapability.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_H222Capability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_numberOfVCs.Encode(strm); m_vcCapability.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_H222Capability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H222Capability::Class()), PInvalidCast); #endif return new H245_H222Capability(*this); } // // H223Capability // H245_H223Capability::H245_H223Capability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 6) { m_maximumAl2SDUSize.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); m_maximumAl3SDUSize.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); m_maximumDelayJitter.SetConstraints(PASN_Object::FixedConstraint, 0, 1023); IncludeOptionalField(e_maxMUXPDUSizeCapability); IncludeOptionalField(e_nsrpSupport); m_bitRate.SetConstraints(PASN_Object::FixedConstraint, 1, 19200); } #ifndef PASN_NOPRINTON void H245_H223Capability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+24) << "transportWithI_frames = " << setprecision(indent) << m_transportWithI_frames << '\n'; strm << setw(indent+15) << "videoWithAL1 = " << setprecision(indent) << m_videoWithAL1 << '\n'; strm << setw(indent+15) << "videoWithAL2 = " << setprecision(indent) << m_videoWithAL2 << '\n'; strm << setw(indent+15) << "videoWithAL3 = " << setprecision(indent) << m_videoWithAL3 << '\n'; strm << setw(indent+15) << "audioWithAL1 = " << setprecision(indent) << m_audioWithAL1 << '\n'; strm << setw(indent+15) << "audioWithAL2 = " << setprecision(indent) << m_audioWithAL2 << '\n'; strm << setw(indent+15) << "audioWithAL3 = " << setprecision(indent) << m_audioWithAL3 << '\n'; strm << setw(indent+14) << "dataWithAL1 = " << setprecision(indent) << m_dataWithAL1 << '\n'; strm << setw(indent+14) << "dataWithAL2 = " << setprecision(indent) << m_dataWithAL2 << '\n'; strm << setw(indent+14) << "dataWithAL3 = " << setprecision(indent) << m_dataWithAL3 << '\n'; strm << setw(indent+20) << "maximumAl2SDUSize = " << setprecision(indent) << m_maximumAl2SDUSize << '\n'; strm << setw(indent+20) << "maximumAl3SDUSize = " << setprecision(indent) << m_maximumAl3SDUSize << '\n'; strm << setw(indent+21) << "maximumDelayJitter = " << setprecision(indent) << m_maximumDelayJitter << '\n'; strm << setw(indent+31) << "h223MultiplexTableCapability = " << setprecision(indent) << m_h223MultiplexTableCapability << '\n'; if (HasOptionalField(e_maxMUXPDUSizeCapability)) strm << setw(indent+26) << "maxMUXPDUSizeCapability = " << setprecision(indent) << m_maxMUXPDUSizeCapability << '\n'; if (HasOptionalField(e_nsrpSupport)) strm << setw(indent+14) << "nsrpSupport = " << setprecision(indent) << m_nsrpSupport << '\n'; if (HasOptionalField(e_mobileOperationTransmitCapability)) strm << setw(indent+36) << "mobileOperationTransmitCapability = " << setprecision(indent) << m_mobileOperationTransmitCapability << '\n'; if (HasOptionalField(e_h223AnnexCCapability)) strm << setw(indent+23) << "h223AnnexCCapability = " << setprecision(indent) << m_h223AnnexCCapability << '\n'; if (HasOptionalField(e_bitRate)) strm << setw(indent+10) << "bitRate = " << setprecision(indent) << m_bitRate << '\n'; if (HasOptionalField(e_mobileMultilinkFrameCapability)) strm << setw(indent+33) << "mobileMultilinkFrameCapability = " << setprecision(indent) << m_mobileMultilinkFrameCapability << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_H223Capability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_H223Capability), PInvalidCast); #endif const H245_H223Capability & other = (const H245_H223Capability &)obj; Comparison result; if ((result = m_transportWithI_frames.Compare(other.m_transportWithI_frames)) != EqualTo) return result; if ((result = m_videoWithAL1.Compare(other.m_videoWithAL1)) != EqualTo) return result; if ((result = m_videoWithAL2.Compare(other.m_videoWithAL2)) != EqualTo) return result; if ((result = m_videoWithAL3.Compare(other.m_videoWithAL3)) != EqualTo) return result; if ((result = m_audioWithAL1.Compare(other.m_audioWithAL1)) != EqualTo) return result; if ((result = m_audioWithAL2.Compare(other.m_audioWithAL2)) != EqualTo) return result; if ((result = m_audioWithAL3.Compare(other.m_audioWithAL3)) != EqualTo) return result; if ((result = m_dataWithAL1.Compare(other.m_dataWithAL1)) != EqualTo) return result; if ((result = m_dataWithAL2.Compare(other.m_dataWithAL2)) != EqualTo) return result; if ((result = m_dataWithAL3.Compare(other.m_dataWithAL3)) != EqualTo) return result; if ((result = m_maximumAl2SDUSize.Compare(other.m_maximumAl2SDUSize)) != EqualTo) return result; if ((result = m_maximumAl3SDUSize.Compare(other.m_maximumAl3SDUSize)) != EqualTo) return result; if ((result = m_maximumDelayJitter.Compare(other.m_maximumDelayJitter)) != EqualTo) return result; if ((result = m_h223MultiplexTableCapability.Compare(other.m_h223MultiplexTableCapability)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_H223Capability::GetDataLength() const { PINDEX length = 0; length += m_transportWithI_frames.GetObjectLength(); length += m_videoWithAL1.GetObjectLength(); length += m_videoWithAL2.GetObjectLength(); length += m_videoWithAL3.GetObjectLength(); length += m_audioWithAL1.GetObjectLength(); length += m_audioWithAL2.GetObjectLength(); length += m_audioWithAL3.GetObjectLength(); length += m_dataWithAL1.GetObjectLength(); length += m_dataWithAL2.GetObjectLength(); length += m_dataWithAL3.GetObjectLength(); length += m_maximumAl2SDUSize.GetObjectLength(); length += m_maximumAl3SDUSize.GetObjectLength(); length += m_maximumDelayJitter.GetObjectLength(); length += m_h223MultiplexTableCapability.GetObjectLength(); return length; } BOOL H245_H223Capability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_transportWithI_frames.Decode(strm)) return FALSE; if (!m_videoWithAL1.Decode(strm)) return FALSE; if (!m_videoWithAL2.Decode(strm)) return FALSE; if (!m_videoWithAL3.Decode(strm)) return FALSE; if (!m_audioWithAL1.Decode(strm)) return FALSE; if (!m_audioWithAL2.Decode(strm)) return FALSE; if (!m_audioWithAL3.Decode(strm)) return FALSE; if (!m_dataWithAL1.Decode(strm)) return FALSE; if (!m_dataWithAL2.Decode(strm)) return FALSE; if (!m_dataWithAL3.Decode(strm)) return FALSE; if (!m_maximumAl2SDUSize.Decode(strm)) return FALSE; if (!m_maximumAl3SDUSize.Decode(strm)) return FALSE; if (!m_maximumDelayJitter.Decode(strm)) return FALSE; if (!m_h223MultiplexTableCapability.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_maxMUXPDUSizeCapability, m_maxMUXPDUSizeCapability)) return FALSE; if (!KnownExtensionDecode(strm, e_nsrpSupport, m_nsrpSupport)) return FALSE; if (!KnownExtensionDecode(strm, e_mobileOperationTransmitCapability, m_mobileOperationTransmitCapability)) return FALSE; if (!KnownExtensionDecode(strm, e_h223AnnexCCapability, m_h223AnnexCCapability)) return FALSE; if (!KnownExtensionDecode(strm, e_bitRate, m_bitRate)) return FALSE; if (!KnownExtensionDecode(strm, e_mobileMultilinkFrameCapability, m_mobileMultilinkFrameCapability)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_H223Capability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_transportWithI_frames.Encode(strm); m_videoWithAL1.Encode(strm); m_videoWithAL2.Encode(strm); m_videoWithAL3.Encode(strm); m_audioWithAL1.Encode(strm); m_audioWithAL2.Encode(strm); m_audioWithAL3.Encode(strm); m_dataWithAL1.Encode(strm); m_dataWithAL2.Encode(strm); m_dataWithAL3.Encode(strm); m_maximumAl2SDUSize.Encode(strm); m_maximumAl3SDUSize.Encode(strm); m_maximumDelayJitter.Encode(strm); m_h223MultiplexTableCapability.Encode(strm); KnownExtensionEncode(strm, e_maxMUXPDUSizeCapability, m_maxMUXPDUSizeCapability); KnownExtensionEncode(strm, e_nsrpSupport, m_nsrpSupport); KnownExtensionEncode(strm, e_mobileOperationTransmitCapability, m_mobileOperationTransmitCapability); KnownExtensionEncode(strm, e_h223AnnexCCapability, m_h223AnnexCCapability); KnownExtensionEncode(strm, e_bitRate, m_bitRate); KnownExtensionEncode(strm, e_mobileMultilinkFrameCapability, m_mobileMultilinkFrameCapability); UnknownExtensionsEncode(strm); } PObject * H245_H223Capability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H223Capability::Class()), PInvalidCast); #endif return new H245_H223Capability(*this); } // // V76Capability // H245_V76Capability::H245_V76Capability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_numOfDLCS.SetConstraints(PASN_Object::FixedConstraint, 2, 8191); m_n401Capability.SetConstraints(PASN_Object::FixedConstraint, 1, 4095); m_maxWindowSizeCapability.SetConstraints(PASN_Object::FixedConstraint, 1, 127); } #ifndef PASN_NOPRINTON void H245_V76Capability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+34) << "suspendResumeCapabilitywAddress = " << setprecision(indent) << m_suspendResumeCapabilitywAddress << '\n'; strm << setw(indent+35) << "suspendResumeCapabilitywoAddress = " << setprecision(indent) << m_suspendResumeCapabilitywoAddress << '\n'; strm << setw(indent+16) << "rejCapability = " << setprecision(indent) << m_rejCapability << '\n'; strm << setw(indent+17) << "sREJCapability = " << setprecision(indent) << m_sREJCapability << '\n'; strm << setw(indent+17) << "mREJCapability = " << setprecision(indent) << m_mREJCapability << '\n'; strm << setw(indent+20) << "crc8bitCapability = " << setprecision(indent) << m_crc8bitCapability << '\n'; strm << setw(indent+21) << "crc16bitCapability = " << setprecision(indent) << m_crc16bitCapability << '\n'; strm << setw(indent+21) << "crc32bitCapability = " << setprecision(indent) << m_crc32bitCapability << '\n'; strm << setw(indent+16) << "uihCapability = " << setprecision(indent) << m_uihCapability << '\n'; strm << setw(indent+12) << "numOfDLCS = " << setprecision(indent) << m_numOfDLCS << '\n'; strm << setw(indent+33) << "twoOctetAddressFieldCapability = " << setprecision(indent) << m_twoOctetAddressFieldCapability << '\n'; strm << setw(indent+25) << "loopBackTestCapability = " << setprecision(indent) << m_loopBackTestCapability << '\n'; strm << setw(indent+17) << "n401Capability = " << setprecision(indent) << m_n401Capability << '\n'; strm << setw(indent+26) << "maxWindowSizeCapability = " << setprecision(indent) << m_maxWindowSizeCapability << '\n'; strm << setw(indent+16) << "v75Capability = " << setprecision(indent) << m_v75Capability << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_V76Capability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_V76Capability), PInvalidCast); #endif const H245_V76Capability & other = (const H245_V76Capability &)obj; Comparison result; if ((result = m_suspendResumeCapabilitywAddress.Compare(other.m_suspendResumeCapabilitywAddress)) != EqualTo) return result; if ((result = m_suspendResumeCapabilitywoAddress.Compare(other.m_suspendResumeCapabilitywoAddress)) != EqualTo) return result; if ((result = m_rejCapability.Compare(other.m_rejCapability)) != EqualTo) return result; if ((result = m_sREJCapability.Compare(other.m_sREJCapability)) != EqualTo) return result; if ((result = m_mREJCapability.Compare(other.m_mREJCapability)) != EqualTo) return result; if ((result = m_crc8bitCapability.Compare(other.m_crc8bitCapability)) != EqualTo) return result; if ((result = m_crc16bitCapability.Compare(other.m_crc16bitCapability)) != EqualTo) return result; if ((result = m_crc32bitCapability.Compare(other.m_crc32bitCapability)) != EqualTo) return result; if ((result = m_uihCapability.Compare(other.m_uihCapability)) != EqualTo) return result; if ((result = m_numOfDLCS.Compare(other.m_numOfDLCS)) != EqualTo) return result; if ((result = m_twoOctetAddressFieldCapability.Compare(other.m_twoOctetAddressFieldCapability)) != EqualTo) return result; if ((result = m_loopBackTestCapability.Compare(other.m_loopBackTestCapability)) != EqualTo) return result; if ((result = m_n401Capability.Compare(other.m_n401Capability)) != EqualTo) return result; if ((result = m_maxWindowSizeCapability.Compare(other.m_maxWindowSizeCapability)) != EqualTo) return result; if ((result = m_v75Capability.Compare(other.m_v75Capability)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_V76Capability::GetDataLength() const { PINDEX length = 0; length += m_suspendResumeCapabilitywAddress.GetObjectLength(); length += m_suspendResumeCapabilitywoAddress.GetObjectLength(); length += m_rejCapability.GetObjectLength(); length += m_sREJCapability.GetObjectLength(); length += m_mREJCapability.GetObjectLength(); length += m_crc8bitCapability.GetObjectLength(); length += m_crc16bitCapability.GetObjectLength(); length += m_crc32bitCapability.GetObjectLength(); length += m_uihCapability.GetObjectLength(); length += m_numOfDLCS.GetObjectLength(); length += m_twoOctetAddressFieldCapability.GetObjectLength(); length += m_loopBackTestCapability.GetObjectLength(); length += m_n401Capability.GetObjectLength(); length += m_maxWindowSizeCapability.GetObjectLength(); length += m_v75Capability.GetObjectLength(); return length; } BOOL H245_V76Capability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_suspendResumeCapabilitywAddress.Decode(strm)) return FALSE; if (!m_suspendResumeCapabilitywoAddress.Decode(strm)) return FALSE; if (!m_rejCapability.Decode(strm)) return FALSE; if (!m_sREJCapability.Decode(strm)) return FALSE; if (!m_mREJCapability.Decode(strm)) return FALSE; if (!m_crc8bitCapability.Decode(strm)) return FALSE; if (!m_crc16bitCapability.Decode(strm)) return FALSE; if (!m_crc32bitCapability.Decode(strm)) return FALSE; if (!m_uihCapability.Decode(strm)) return FALSE; if (!m_numOfDLCS.Decode(strm)) return FALSE; if (!m_twoOctetAddressFieldCapability.Decode(strm)) return FALSE; if (!m_loopBackTestCapability.Decode(strm)) return FALSE; if (!m_n401Capability.Decode(strm)) return FALSE; if (!m_maxWindowSizeCapability.Decode(strm)) return FALSE; if (!m_v75Capability.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_V76Capability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_suspendResumeCapabilitywAddress.Encode(strm); m_suspendResumeCapabilitywoAddress.Encode(strm); m_rejCapability.Encode(strm); m_sREJCapability.Encode(strm); m_mREJCapability.Encode(strm); m_crc8bitCapability.Encode(strm); m_crc16bitCapability.Encode(strm); m_crc32bitCapability.Encode(strm); m_uihCapability.Encode(strm); m_numOfDLCS.Encode(strm); m_twoOctetAddressFieldCapability.Encode(strm); m_loopBackTestCapability.Encode(strm); m_n401Capability.Encode(strm); m_maxWindowSizeCapability.Encode(strm); m_v75Capability.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_V76Capability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_V76Capability::Class()), PInvalidCast); #endif return new H245_V76Capability(*this); } // // MediaPacketizationCapability // H245_MediaPacketizationCapability::H245_MediaPacketizationCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 1) { m_rtpPayloadType.SetConstraints(PASN_Object::FixedConstraint, 1, 256); } #ifndef PASN_NOPRINTON void H245_MediaPacketizationCapability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+26) << "h261aVideoPacketization = " << setprecision(indent) << m_h261aVideoPacketization << '\n'; if (HasOptionalField(e_rtpPayloadType)) strm << setw(indent+17) << "rtpPayloadType = " << setprecision(indent) << m_rtpPayloadType << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MediaPacketizationCapability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MediaPacketizationCapability), PInvalidCast); #endif const H245_MediaPacketizationCapability & other = (const H245_MediaPacketizationCapability &)obj; Comparison result; if ((result = m_h261aVideoPacketization.Compare(other.m_h261aVideoPacketization)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MediaPacketizationCapability::GetDataLength() const { PINDEX length = 0; length += m_h261aVideoPacketization.GetObjectLength(); return length; } BOOL H245_MediaPacketizationCapability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_h261aVideoPacketization.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_rtpPayloadType, m_rtpPayloadType)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MediaPacketizationCapability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_h261aVideoPacketization.Encode(strm); KnownExtensionEncode(strm, e_rtpPayloadType, m_rtpPayloadType); UnknownExtensionsEncode(strm); } PObject * H245_MediaPacketizationCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MediaPacketizationCapability::Class()), PInvalidCast); #endif return new H245_MediaPacketizationCapability(*this); } // // RSVPParameters // H245_RSVPParameters::H245_RSVPParameters(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 6, TRUE, 0) { m_tokenRate.SetConstraints(PASN_Object::FixedConstraint, 1, 4294967295U); m_bucketSize.SetConstraints(PASN_Object::FixedConstraint, 1, 4294967295U); m_peakRate.SetConstraints(PASN_Object::FixedConstraint, 1, 4294967295U); m_minPoliced.SetConstraints(PASN_Object::FixedConstraint, 1, 4294967295U); m_maxPktSize.SetConstraints(PASN_Object::FixedConstraint, 1, 4294967295U); } #ifndef PASN_NOPRINTON void H245_RSVPParameters::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_qosMode)) strm << setw(indent+10) << "qosMode = " << setprecision(indent) << m_qosMode << '\n'; if (HasOptionalField(e_tokenRate)) strm << setw(indent+12) << "tokenRate = " << setprecision(indent) << m_tokenRate << '\n'; if (HasOptionalField(e_bucketSize)) strm << setw(indent+13) << "bucketSize = " << setprecision(indent) << m_bucketSize << '\n'; if (HasOptionalField(e_peakRate)) strm << setw(indent+11) << "peakRate = " << setprecision(indent) << m_peakRate << '\n'; if (HasOptionalField(e_minPoliced)) strm << setw(indent+13) << "minPoliced = " << setprecision(indent) << m_minPoliced << '\n'; if (HasOptionalField(e_maxPktSize)) strm << setw(indent+13) << "maxPktSize = " << setprecision(indent) << m_maxPktSize << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_RSVPParameters::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_RSVPParameters), PInvalidCast); #endif const H245_RSVPParameters & other = (const H245_RSVPParameters &)obj; Comparison result; if ((result = m_qosMode.Compare(other.m_qosMode)) != EqualTo) return result; if ((result = m_tokenRate.Compare(other.m_tokenRate)) != EqualTo) return result; if ((result = m_bucketSize.Compare(other.m_bucketSize)) != EqualTo) return result; if ((result = m_peakRate.Compare(other.m_peakRate)) != EqualTo) return result; if ((result = m_minPoliced.Compare(other.m_minPoliced)) != EqualTo) return result; if ((result = m_maxPktSize.Compare(other.m_maxPktSize)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_RSVPParameters::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_qosMode)) length += m_qosMode.GetObjectLength(); if (HasOptionalField(e_tokenRate)) length += m_tokenRate.GetObjectLength(); if (HasOptionalField(e_bucketSize)) length += m_bucketSize.GetObjectLength(); if (HasOptionalField(e_peakRate)) length += m_peakRate.GetObjectLength(); if (HasOptionalField(e_minPoliced)) length += m_minPoliced.GetObjectLength(); if (HasOptionalField(e_maxPktSize)) length += m_maxPktSize.GetObjectLength(); return length; } BOOL H245_RSVPParameters::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_qosMode) && !m_qosMode.Decode(strm)) return FALSE; if (HasOptionalField(e_tokenRate) && !m_tokenRate.Decode(strm)) return FALSE; if (HasOptionalField(e_bucketSize) && !m_bucketSize.Decode(strm)) return FALSE; if (HasOptionalField(e_peakRate) && !m_peakRate.Decode(strm)) return FALSE; if (HasOptionalField(e_minPoliced) && !m_minPoliced.Decode(strm)) return FALSE; if (HasOptionalField(e_maxPktSize) && !m_maxPktSize.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_RSVPParameters::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_qosMode)) m_qosMode.Encode(strm); if (HasOptionalField(e_tokenRate)) m_tokenRate.Encode(strm); if (HasOptionalField(e_bucketSize)) m_bucketSize.Encode(strm); if (HasOptionalField(e_peakRate)) m_peakRate.Encode(strm); if (HasOptionalField(e_minPoliced)) m_minPoliced.Encode(strm); if (HasOptionalField(e_maxPktSize)) m_maxPktSize.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_RSVPParameters::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RSVPParameters::Class()), PInvalidCast); #endif return new H245_RSVPParameters(*this); } // // QOSCapability // H245_QOSCapability::H245_QOSCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_QOSCapability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_rsvpParameters)) strm << setw(indent+17) << "rsvpParameters = " << setprecision(indent) << m_rsvpParameters << '\n'; if (HasOptionalField(e_atmParameters)) strm << setw(indent+16) << "atmParameters = " << setprecision(indent) << m_atmParameters << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_QOSCapability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_QOSCapability), PInvalidCast); #endif const H245_QOSCapability & other = (const H245_QOSCapability &)obj; Comparison result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; if ((result = m_rsvpParameters.Compare(other.m_rsvpParameters)) != EqualTo) return result; if ((result = m_atmParameters.Compare(other.m_atmParameters)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_QOSCapability::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); if (HasOptionalField(e_rsvpParameters)) length += m_rsvpParameters.GetObjectLength(); if (HasOptionalField(e_atmParameters)) length += m_atmParameters.GetObjectLength(); return length; } BOOL H245_QOSCapability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (HasOptionalField(e_rsvpParameters) && !m_rsvpParameters.Decode(strm)) return FALSE; if (HasOptionalField(e_atmParameters) && !m_atmParameters.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_QOSCapability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); if (HasOptionalField(e_rsvpParameters)) m_rsvpParameters.Encode(strm); if (HasOptionalField(e_atmParameters)) m_atmParameters.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_QOSCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_QOSCapability::Class()), PInvalidCast); #endif return new H245_QOSCapability(*this); } // // TransportCapability // H245_TransportCapability::H245_TransportCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 0) { m_qOSCapabilities.SetConstraints(PASN_Object::FixedConstraint, 1, 256); m_mediaChannelCapabilities.SetConstraints(PASN_Object::FixedConstraint, 1, 256); } #ifndef PASN_NOPRINTON void H245_TransportCapability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_nonStandard)) strm << setw(indent+14) << "nonStandard = " << setprecision(indent) << m_nonStandard << '\n'; if (HasOptionalField(e_qOSCapabilities)) strm << setw(indent+18) << "qOSCapabilities = " << setprecision(indent) << m_qOSCapabilities << '\n'; if (HasOptionalField(e_mediaChannelCapabilities)) strm << setw(indent+27) << "mediaChannelCapabilities = " << setprecision(indent) << m_mediaChannelCapabilities << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_TransportCapability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_TransportCapability), PInvalidCast); #endif const H245_TransportCapability & other = (const H245_TransportCapability &)obj; Comparison result; if ((result = m_nonStandard.Compare(other.m_nonStandard)) != EqualTo) return result; if ((result = m_qOSCapabilities.Compare(other.m_qOSCapabilities)) != EqualTo) return result; if ((result = m_mediaChannelCapabilities.Compare(other.m_mediaChannelCapabilities)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_TransportCapability::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_nonStandard)) length += m_nonStandard.GetObjectLength(); if (HasOptionalField(e_qOSCapabilities)) length += m_qOSCapabilities.GetObjectLength(); if (HasOptionalField(e_mediaChannelCapabilities)) length += m_mediaChannelCapabilities.GetObjectLength(); return length; } BOOL H245_TransportCapability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_nonStandard) && !m_nonStandard.Decode(strm)) return FALSE; if (HasOptionalField(e_qOSCapabilities) && !m_qOSCapabilities.Decode(strm)) return FALSE; if (HasOptionalField(e_mediaChannelCapabilities) && !m_mediaChannelCapabilities.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_TransportCapability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_nonStandard)) m_nonStandard.Encode(strm); if (HasOptionalField(e_qOSCapabilities)) m_qOSCapabilities.Encode(strm); if (HasOptionalField(e_mediaChannelCapabilities)) m_mediaChannelCapabilities.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_TransportCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_TransportCapability::Class()), PInvalidCast); #endif return new H245_TransportCapability(*this); } // // RedundancyEncodingCapability // H245_RedundancyEncodingCapability::H245_RedundancyEncodingCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_secondaryEncoding.SetConstraints(PASN_Object::FixedConstraint, 1, 256); } #ifndef PASN_NOPRINTON void H245_RedundancyEncodingCapability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+27) << "redundancyEncodingMethod = " << setprecision(indent) << m_redundancyEncodingMethod << '\n'; strm << setw(indent+18) << "primaryEncoding = " << setprecision(indent) << m_primaryEncoding << '\n'; if (HasOptionalField(e_secondaryEncoding)) strm << setw(indent+20) << "secondaryEncoding = " << setprecision(indent) << m_secondaryEncoding << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_RedundancyEncodingCapability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_RedundancyEncodingCapability), PInvalidCast); #endif const H245_RedundancyEncodingCapability & other = (const H245_RedundancyEncodingCapability &)obj; Comparison result; if ((result = m_redundancyEncodingMethod.Compare(other.m_redundancyEncodingMethod)) != EqualTo) return result; if ((result = m_primaryEncoding.Compare(other.m_primaryEncoding)) != EqualTo) return result; if ((result = m_secondaryEncoding.Compare(other.m_secondaryEncoding)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_RedundancyEncodingCapability::GetDataLength() const { PINDEX length = 0; length += m_redundancyEncodingMethod.GetObjectLength(); length += m_primaryEncoding.GetObjectLength(); if (HasOptionalField(e_secondaryEncoding)) length += m_secondaryEncoding.GetObjectLength(); return length; } BOOL H245_RedundancyEncodingCapability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_redundancyEncodingMethod.Decode(strm)) return FALSE; if (!m_primaryEncoding.Decode(strm)) return FALSE; if (HasOptionalField(e_secondaryEncoding) && !m_secondaryEncoding.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_RedundancyEncodingCapability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_redundancyEncodingMethod.Encode(strm); m_primaryEncoding.Encode(strm); if (HasOptionalField(e_secondaryEncoding)) m_secondaryEncoding.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_RedundancyEncodingCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RedundancyEncodingCapability::Class()), PInvalidCast); #endif return new H245_RedundancyEncodingCapability(*this); } // // RTPH263VideoRedundancyEncoding // H245_RTPH263VideoRedundancyEncoding::H245_RTPH263VideoRedundancyEncoding(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_numberOfThreads.SetConstraints(PASN_Object::FixedConstraint, 1, 16); m_framesBetweenSyncPoints.SetConstraints(PASN_Object::FixedConstraint, 1, 256); } #ifndef PASN_NOPRINTON void H245_RTPH263VideoRedundancyEncoding::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+18) << "numberOfThreads = " << setprecision(indent) << m_numberOfThreads << '\n'; strm << setw(indent+26) << "framesBetweenSyncPoints = " << setprecision(indent) << m_framesBetweenSyncPoints << '\n'; strm << setw(indent+23) << "frameToThreadMapping = " << setprecision(indent) << m_frameToThreadMapping << '\n'; if (HasOptionalField(e_containedThreads)) strm << setw(indent+19) << "containedThreads = " << setprecision(indent) << m_containedThreads << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_RTPH263VideoRedundancyEncoding::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_RTPH263VideoRedundancyEncoding), PInvalidCast); #endif const H245_RTPH263VideoRedundancyEncoding & other = (const H245_RTPH263VideoRedundancyEncoding &)obj; Comparison result; if ((result = m_numberOfThreads.Compare(other.m_numberOfThreads)) != EqualTo) return result; if ((result = m_framesBetweenSyncPoints.Compare(other.m_framesBetweenSyncPoints)) != EqualTo) return result; if ((result = m_frameToThreadMapping.Compare(other.m_frameToThreadMapping)) != EqualTo) return result; if ((result = m_containedThreads.Compare(other.m_containedThreads)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_RTPH263VideoRedundancyEncoding::GetDataLength() const { PINDEX length = 0; length += m_numberOfThreads.GetObjectLength(); length += m_framesBetweenSyncPoints.GetObjectLength(); length += m_frameToThreadMapping.GetObjectLength(); if (HasOptionalField(e_containedThreads)) length += m_containedThreads.GetObjectLength(); return length; } BOOL H245_RTPH263VideoRedundancyEncoding::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_numberOfThreads.Decode(strm)) return FALSE; if (!m_framesBetweenSyncPoints.Decode(strm)) return FALSE; if (!m_frameToThreadMapping.Decode(strm)) return FALSE; if (HasOptionalField(e_containedThreads) && !m_containedThreads.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_RTPH263VideoRedundancyEncoding::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_numberOfThreads.Encode(strm); m_framesBetweenSyncPoints.Encode(strm); m_frameToThreadMapping.Encode(strm); if (HasOptionalField(e_containedThreads)) m_containedThreads.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_RTPH263VideoRedundancyEncoding::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RTPH263VideoRedundancyEncoding::Class()), PInvalidCast); #endif return new H245_RTPH263VideoRedundancyEncoding(*this); } // // RTPH263VideoRedundancyFrameMapping // H245_RTPH263VideoRedundancyFrameMapping::H245_RTPH263VideoRedundancyFrameMapping(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_threadNumber.SetConstraints(PASN_Object::FixedConstraint, 0, 15); } #ifndef PASN_NOPRINTON void H245_RTPH263VideoRedundancyFrameMapping::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "threadNumber = " << setprecision(indent) << m_threadNumber << '\n'; strm << setw(indent+16) << "frameSequence = " << setprecision(indent) << m_frameSequence << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_RTPH263VideoRedundancyFrameMapping::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_RTPH263VideoRedundancyFrameMapping), PInvalidCast); #endif const H245_RTPH263VideoRedundancyFrameMapping & other = (const H245_RTPH263VideoRedundancyFrameMapping &)obj; Comparison result; if ((result = m_threadNumber.Compare(other.m_threadNumber)) != EqualTo) return result; if ((result = m_frameSequence.Compare(other.m_frameSequence)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_RTPH263VideoRedundancyFrameMapping::GetDataLength() const { PINDEX length = 0; length += m_threadNumber.GetObjectLength(); length += m_frameSequence.GetObjectLength(); return length; } BOOL H245_RTPH263VideoRedundancyFrameMapping::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_threadNumber.Decode(strm)) return FALSE; if (!m_frameSequence.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_RTPH263VideoRedundancyFrameMapping::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_threadNumber.Encode(strm); m_frameSequence.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_RTPH263VideoRedundancyFrameMapping::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RTPH263VideoRedundancyFrameMapping::Class()), PInvalidCast); #endif return new H245_RTPH263VideoRedundancyFrameMapping(*this); } // // MultipointCapability // H245_MultipointCapability::H245_MultipointCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_MultipointCapability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+22) << "multicastCapability = " << setprecision(indent) << m_multicastCapability << '\n'; strm << setw(indent+25) << "multiUniCastConference = " << setprecision(indent) << m_multiUniCastConference << '\n'; strm << setw(indent+30) << "mediaDistributionCapability = " << setprecision(indent) << m_mediaDistributionCapability << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MultipointCapability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MultipointCapability), PInvalidCast); #endif const H245_MultipointCapability & other = (const H245_MultipointCapability &)obj; Comparison result; if ((result = m_multicastCapability.Compare(other.m_multicastCapability)) != EqualTo) return result; if ((result = m_multiUniCastConference.Compare(other.m_multiUniCastConference)) != EqualTo) return result; if ((result = m_mediaDistributionCapability.Compare(other.m_mediaDistributionCapability)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MultipointCapability::GetDataLength() const { PINDEX length = 0; length += m_multicastCapability.GetObjectLength(); length += m_multiUniCastConference.GetObjectLength(); length += m_mediaDistributionCapability.GetObjectLength(); return length; } BOOL H245_MultipointCapability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_multicastCapability.Decode(strm)) return FALSE; if (!m_multiUniCastConference.Decode(strm)) return FALSE; if (!m_mediaDistributionCapability.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MultipointCapability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_multicastCapability.Encode(strm); m_multiUniCastConference.Encode(strm); m_mediaDistributionCapability.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MultipointCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultipointCapability::Class()), PInvalidCast); #endif return new H245_MultipointCapability(*this); } // // MediaDistributionCapability // H245_MediaDistributionCapability::H245_MediaDistributionCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_MediaDistributionCapability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+21) << "centralizedControl = " << setprecision(indent) << m_centralizedControl << '\n'; strm << setw(indent+21) << "distributedControl = " << setprecision(indent) << m_distributedControl << '\n'; strm << setw(indent+19) << "centralizedAudio = " << setprecision(indent) << m_centralizedAudio << '\n'; strm << setw(indent+19) << "distributedAudio = " << setprecision(indent) << m_distributedAudio << '\n'; strm << setw(indent+19) << "centralizedVideo = " << setprecision(indent) << m_centralizedVideo << '\n'; strm << setw(indent+19) << "distributedVideo = " << setprecision(indent) << m_distributedVideo << '\n'; if (HasOptionalField(e_centralizedData)) strm << setw(indent+18) << "centralizedData = " << setprecision(indent) << m_centralizedData << '\n'; if (HasOptionalField(e_distributedData)) strm << setw(indent+18) << "distributedData = " << setprecision(indent) << m_distributedData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MediaDistributionCapability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MediaDistributionCapability), PInvalidCast); #endif const H245_MediaDistributionCapability & other = (const H245_MediaDistributionCapability &)obj; Comparison result; if ((result = m_centralizedControl.Compare(other.m_centralizedControl)) != EqualTo) return result; if ((result = m_distributedControl.Compare(other.m_distributedControl)) != EqualTo) return result; if ((result = m_centralizedAudio.Compare(other.m_centralizedAudio)) != EqualTo) return result; if ((result = m_distributedAudio.Compare(other.m_distributedAudio)) != EqualTo) return result; if ((result = m_centralizedVideo.Compare(other.m_centralizedVideo)) != EqualTo) return result; if ((result = m_distributedVideo.Compare(other.m_distributedVideo)) != EqualTo) return result; if ((result = m_centralizedData.Compare(other.m_centralizedData)) != EqualTo) return result; if ((result = m_distributedData.Compare(other.m_distributedData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MediaDistributionCapability::GetDataLength() const { PINDEX length = 0; length += m_centralizedControl.GetObjectLength(); length += m_distributedControl.GetObjectLength(); length += m_centralizedAudio.GetObjectLength(); length += m_distributedAudio.GetObjectLength(); length += m_centralizedVideo.GetObjectLength(); length += m_distributedVideo.GetObjectLength(); if (HasOptionalField(e_centralizedData)) length += m_centralizedData.GetObjectLength(); if (HasOptionalField(e_distributedData)) length += m_distributedData.GetObjectLength(); return length; } BOOL H245_MediaDistributionCapability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_centralizedControl.Decode(strm)) return FALSE; if (!m_distributedControl.Decode(strm)) return FALSE; if (!m_centralizedAudio.Decode(strm)) return FALSE; if (!m_distributedAudio.Decode(strm)) return FALSE; if (!m_centralizedVideo.Decode(strm)) return FALSE; if (!m_distributedVideo.Decode(strm)) return FALSE; if (HasOptionalField(e_centralizedData) && !m_centralizedData.Decode(strm)) return FALSE; if (HasOptionalField(e_distributedData) && !m_distributedData.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MediaDistributionCapability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_centralizedControl.Encode(strm); m_distributedControl.Encode(strm); m_centralizedAudio.Encode(strm); m_distributedAudio.Encode(strm); m_centralizedVideo.Encode(strm); m_distributedVideo.Encode(strm); if (HasOptionalField(e_centralizedData)) m_centralizedData.Encode(strm); if (HasOptionalField(e_distributedData)) m_distributedData.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MediaDistributionCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MediaDistributionCapability::Class()), PInvalidCast); #endif return new H245_MediaDistributionCapability(*this); } // // ExtendedVideoCapability // H245_ExtendedVideoCapability::H245_ExtendedVideoCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_ExtendedVideoCapability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+18) << "videoCapability = " << setprecision(indent) << m_videoCapability << '\n'; if (HasOptionalField(e_videoCapabilityExtension)) strm << setw(indent+27) << "videoCapabilityExtension = " << setprecision(indent) << m_videoCapabilityExtension << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_ExtendedVideoCapability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_ExtendedVideoCapability), PInvalidCast); #endif const H245_ExtendedVideoCapability & other = (const H245_ExtendedVideoCapability &)obj; Comparison result; if ((result = m_videoCapability.Compare(other.m_videoCapability)) != EqualTo) return result; if ((result = m_videoCapabilityExtension.Compare(other.m_videoCapabilityExtension)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_ExtendedVideoCapability::GetDataLength() const { PINDEX length = 0; length += m_videoCapability.GetObjectLength(); if (HasOptionalField(e_videoCapabilityExtension)) length += m_videoCapabilityExtension.GetObjectLength(); return length; } BOOL H245_ExtendedVideoCapability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_videoCapability.Decode(strm)) return FALSE; if (HasOptionalField(e_videoCapabilityExtension) && !m_videoCapabilityExtension.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_ExtendedVideoCapability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_videoCapability.Encode(strm); if (HasOptionalField(e_videoCapabilityExtension)) m_videoCapabilityExtension.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_ExtendedVideoCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ExtendedVideoCapability::Class()), PInvalidCast); #endif return new H245_ExtendedVideoCapability(*this); } // // EnhancementLayerInfo // H245_EnhancementLayerInfo::H245_EnhancementLayerInfo(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 0) { m_snrEnhancement.SetConstraints(PASN_Object::FixedConstraint, 1, 14); m_spatialEnhancement.SetConstraints(PASN_Object::FixedConstraint, 1, 14); m_bPictureEnhancement.SetConstraints(PASN_Object::FixedConstraint, 1, 14); } #ifndef PASN_NOPRINTON void H245_EnhancementLayerInfo::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+25) << "baseBitRateConstrained = " << setprecision(indent) << m_baseBitRateConstrained << '\n'; if (HasOptionalField(e_snrEnhancement)) strm << setw(indent+17) << "snrEnhancement = " << setprecision(indent) << m_snrEnhancement << '\n'; if (HasOptionalField(e_spatialEnhancement)) strm << setw(indent+21) << "spatialEnhancement = " << setprecision(indent) << m_spatialEnhancement << '\n'; if (HasOptionalField(e_bPictureEnhancement)) strm << setw(indent+22) << "bPictureEnhancement = " << setprecision(indent) << m_bPictureEnhancement << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_EnhancementLayerInfo::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_EnhancementLayerInfo), PInvalidCast); #endif const H245_EnhancementLayerInfo & other = (const H245_EnhancementLayerInfo &)obj; Comparison result; if ((result = m_baseBitRateConstrained.Compare(other.m_baseBitRateConstrained)) != EqualTo) return result; if ((result = m_snrEnhancement.Compare(other.m_snrEnhancement)) != EqualTo) return result; if ((result = m_spatialEnhancement.Compare(other.m_spatialEnhancement)) != EqualTo) return result; if ((result = m_bPictureEnhancement.Compare(other.m_bPictureEnhancement)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_EnhancementLayerInfo::GetDataLength() const { PINDEX length = 0; length += m_baseBitRateConstrained.GetObjectLength(); if (HasOptionalField(e_snrEnhancement)) length += m_snrEnhancement.GetObjectLength(); if (HasOptionalField(e_spatialEnhancement)) length += m_spatialEnhancement.GetObjectLength(); if (HasOptionalField(e_bPictureEnhancement)) length += m_bPictureEnhancement.GetObjectLength(); return length; } BOOL H245_EnhancementLayerInfo::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_baseBitRateConstrained.Decode(strm)) return FALSE; if (HasOptionalField(e_snrEnhancement) && !m_snrEnhancement.Decode(strm)) return FALSE; if (HasOptionalField(e_spatialEnhancement) && !m_spatialEnhancement.Decode(strm)) return FALSE; if (HasOptionalField(e_bPictureEnhancement) && !m_bPictureEnhancement.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_EnhancementLayerInfo::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_baseBitRateConstrained.Encode(strm); if (HasOptionalField(e_snrEnhancement)) m_snrEnhancement.Encode(strm); if (HasOptionalField(e_spatialEnhancement)) m_spatialEnhancement.Encode(strm); if (HasOptionalField(e_bPictureEnhancement)) m_bPictureEnhancement.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_EnhancementLayerInfo::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_EnhancementLayerInfo::Class()), PInvalidCast); #endif return new H245_EnhancementLayerInfo(*this); } // // H263ModeComboFlags // H245_H263ModeComboFlags::H245_H263ModeComboFlags(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 2) { IncludeOptionalField(e_enhancedReferencePicSelect); IncludeOptionalField(e_h263Version3Options); } #ifndef PASN_NOPRINTON void H245_H263ModeComboFlags::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+21) << "unrestrictedVector = " << setprecision(indent) << m_unrestrictedVector << '\n'; strm << setw(indent+19) << "arithmeticCoding = " << setprecision(indent) << m_arithmeticCoding << '\n'; strm << setw(indent+21) << "advancedPrediction = " << setprecision(indent) << m_advancedPrediction << '\n'; strm << setw(indent+11) << "pbFrames = " << setprecision(indent) << m_pbFrames << '\n'; strm << setw(indent+26) << "advancedIntraCodingMode = " << setprecision(indent) << m_advancedIntraCodingMode << '\n'; strm << setw(indent+23) << "deblockingFilterMode = " << setprecision(indent) << m_deblockingFilterMode << '\n'; strm << setw(indent+25) << "unlimitedMotionVectors = " << setprecision(indent) << m_unlimitedMotionVectors << '\n'; strm << setw(indent+24) << "slicesInOrder_NonRect = " << setprecision(indent) << m_slicesInOrder_NonRect << '\n'; strm << setw(indent+21) << "slicesInOrder_Rect = " << setprecision(indent) << m_slicesInOrder_Rect << '\n'; strm << setw(indent+24) << "slicesNoOrder_NonRect = " << setprecision(indent) << m_slicesNoOrder_NonRect << '\n'; strm << setw(indent+21) << "slicesNoOrder_Rect = " << setprecision(indent) << m_slicesNoOrder_Rect << '\n'; strm << setw(indent+23) << "improvedPBFramesMode = " << setprecision(indent) << m_improvedPBFramesMode << '\n'; strm << setw(indent+21) << "referencePicSelect = " << setprecision(indent) << m_referencePicSelect << '\n'; strm << setw(indent+31) << "dynamicPictureResizingByFour = " << setprecision(indent) << m_dynamicPictureResizingByFour << '\n'; strm << setw(indent+37) << "dynamicPictureResizingSixteenthPel = " << setprecision(indent) << m_dynamicPictureResizingSixteenthPel << '\n'; strm << setw(indent+24) << "dynamicWarpingHalfPel = " << setprecision(indent) << m_dynamicWarpingHalfPel << '\n'; strm << setw(indent+29) << "dynamicWarpingSixteenthPel = " << setprecision(indent) << m_dynamicWarpingSixteenthPel << '\n'; strm << setw(indent+26) << "reducedResolutionUpdate = " << setprecision(indent) << m_reducedResolutionUpdate << '\n'; strm << setw(indent+29) << "independentSegmentDecoding = " << setprecision(indent) << m_independentSegmentDecoding << '\n'; strm << setw(indent+24) << "alternateInterVLCMode = " << setprecision(indent) << m_alternateInterVLCMode << '\n'; strm << setw(indent+27) << "modifiedQuantizationMode = " << setprecision(indent) << m_modifiedQuantizationMode << '\n'; if (HasOptionalField(e_enhancedReferencePicSelect)) strm << setw(indent+29) << "enhancedReferencePicSelect = " << setprecision(indent) << m_enhancedReferencePicSelect << '\n'; if (HasOptionalField(e_h263Version3Options)) strm << setw(indent+22) << "h263Version3Options = " << setprecision(indent) << m_h263Version3Options << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_H263ModeComboFlags::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_H263ModeComboFlags), PInvalidCast); #endif const H245_H263ModeComboFlags & other = (const H245_H263ModeComboFlags &)obj; Comparison result; if ((result = m_unrestrictedVector.Compare(other.m_unrestrictedVector)) != EqualTo) return result; if ((result = m_arithmeticCoding.Compare(other.m_arithmeticCoding)) != EqualTo) return result; if ((result = m_advancedPrediction.Compare(other.m_advancedPrediction)) != EqualTo) return result; if ((result = m_pbFrames.Compare(other.m_pbFrames)) != EqualTo) return result; if ((result = m_advancedIntraCodingMode.Compare(other.m_advancedIntraCodingMode)) != EqualTo) return result; if ((result = m_deblockingFilterMode.Compare(other.m_deblockingFilterMode)) != EqualTo) return result; if ((result = m_unlimitedMotionVectors.Compare(other.m_unlimitedMotionVectors)) != EqualTo) return result; if ((result = m_slicesInOrder_NonRect.Compare(other.m_slicesInOrder_NonRect)) != EqualTo) return result; if ((result = m_slicesInOrder_Rect.Compare(other.m_slicesInOrder_Rect)) != EqualTo) return result; if ((result = m_slicesNoOrder_NonRect.Compare(other.m_slicesNoOrder_NonRect)) != EqualTo) return result; if ((result = m_slicesNoOrder_Rect.Compare(other.m_slicesNoOrder_Rect)) != EqualTo) return result; if ((result = m_improvedPBFramesMode.Compare(other.m_improvedPBFramesMode)) != EqualTo) return result; if ((result = m_referencePicSelect.Compare(other.m_referencePicSelect)) != EqualTo) return result; if ((result = m_dynamicPictureResizingByFour.Compare(other.m_dynamicPictureResizingByFour)) != EqualTo) return result; if ((result = m_dynamicPictureResizingSixteenthPel.Compare(other.m_dynamicPictureResizingSixteenthPel)) != EqualTo) return result; if ((result = m_dynamicWarpingHalfPel.Compare(other.m_dynamicWarpingHalfPel)) != EqualTo) return result; if ((result = m_dynamicWarpingSixteenthPel.Compare(other.m_dynamicWarpingSixteenthPel)) != EqualTo) return result; if ((result = m_reducedResolutionUpdate.Compare(other.m_reducedResolutionUpdate)) != EqualTo) return result; if ((result = m_independentSegmentDecoding.Compare(other.m_independentSegmentDecoding)) != EqualTo) return result; if ((result = m_alternateInterVLCMode.Compare(other.m_alternateInterVLCMode)) != EqualTo) return result; if ((result = m_modifiedQuantizationMode.Compare(other.m_modifiedQuantizationMode)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_H263ModeComboFlags::GetDataLength() const { PINDEX length = 0; length += m_unrestrictedVector.GetObjectLength(); length += m_arithmeticCoding.GetObjectLength(); length += m_advancedPrediction.GetObjectLength(); length += m_pbFrames.GetObjectLength(); length += m_advancedIntraCodingMode.GetObjectLength(); length += m_deblockingFilterMode.GetObjectLength(); length += m_unlimitedMotionVectors.GetObjectLength(); length += m_slicesInOrder_NonRect.GetObjectLength(); length += m_slicesInOrder_Rect.GetObjectLength(); length += m_slicesNoOrder_NonRect.GetObjectLength(); length += m_slicesNoOrder_Rect.GetObjectLength(); length += m_improvedPBFramesMode.GetObjectLength(); length += m_referencePicSelect.GetObjectLength(); length += m_dynamicPictureResizingByFour.GetObjectLength(); length += m_dynamicPictureResizingSixteenthPel.GetObjectLength(); length += m_dynamicWarpingHalfPel.GetObjectLength(); length += m_dynamicWarpingSixteenthPel.GetObjectLength(); length += m_reducedResolutionUpdate.GetObjectLength(); length += m_independentSegmentDecoding.GetObjectLength(); length += m_alternateInterVLCMode.GetObjectLength(); length += m_modifiedQuantizationMode.GetObjectLength(); return length; } BOOL H245_H263ModeComboFlags::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_unrestrictedVector.Decode(strm)) return FALSE; if (!m_arithmeticCoding.Decode(strm)) return FALSE; if (!m_advancedPrediction.Decode(strm)) return FALSE; if (!m_pbFrames.Decode(strm)) return FALSE; if (!m_advancedIntraCodingMode.Decode(strm)) return FALSE; if (!m_deblockingFilterMode.Decode(strm)) return FALSE; if (!m_unlimitedMotionVectors.Decode(strm)) return FALSE; if (!m_slicesInOrder_NonRect.Decode(strm)) return FALSE; if (!m_slicesInOrder_Rect.Decode(strm)) return FALSE; if (!m_slicesNoOrder_NonRect.Decode(strm)) return FALSE; if (!m_slicesNoOrder_Rect.Decode(strm)) return FALSE; if (!m_improvedPBFramesMode.Decode(strm)) return FALSE; if (!m_referencePicSelect.Decode(strm)) return FALSE; if (!m_dynamicPictureResizingByFour.Decode(strm)) return FALSE; if (!m_dynamicPictureResizingSixteenthPel.Decode(strm)) return FALSE; if (!m_dynamicWarpingHalfPel.Decode(strm)) return FALSE; if (!m_dynamicWarpingSixteenthPel.Decode(strm)) return FALSE; if (!m_reducedResolutionUpdate.Decode(strm)) return FALSE; if (!m_independentSegmentDecoding.Decode(strm)) return FALSE; if (!m_alternateInterVLCMode.Decode(strm)) return FALSE; if (!m_modifiedQuantizationMode.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_enhancedReferencePicSelect, m_enhancedReferencePicSelect)) return FALSE; if (!KnownExtensionDecode(strm, e_h263Version3Options, m_h263Version3Options)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_H263ModeComboFlags::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_unrestrictedVector.Encode(strm); m_arithmeticCoding.Encode(strm); m_advancedPrediction.Encode(strm); m_pbFrames.Encode(strm); m_advancedIntraCodingMode.Encode(strm); m_deblockingFilterMode.Encode(strm); m_unlimitedMotionVectors.Encode(strm); m_slicesInOrder_NonRect.Encode(strm); m_slicesInOrder_Rect.Encode(strm); m_slicesNoOrder_NonRect.Encode(strm); m_slicesNoOrder_Rect.Encode(strm); m_improvedPBFramesMode.Encode(strm); m_referencePicSelect.Encode(strm); m_dynamicPictureResizingByFour.Encode(strm); m_dynamicPictureResizingSixteenthPel.Encode(strm); m_dynamicWarpingHalfPel.Encode(strm); m_dynamicWarpingSixteenthPel.Encode(strm); m_reducedResolutionUpdate.Encode(strm); m_independentSegmentDecoding.Encode(strm); m_alternateInterVLCMode.Encode(strm); m_modifiedQuantizationMode.Encode(strm); KnownExtensionEncode(strm, e_enhancedReferencePicSelect, m_enhancedReferencePicSelect); KnownExtensionEncode(strm, e_h263Version3Options, m_h263Version3Options); UnknownExtensionsEncode(strm); } PObject * H245_H263ModeComboFlags::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H263ModeComboFlags::Class()), PInvalidCast); #endif return new H245_H263ModeComboFlags(*this); } // // G7231AnnexCCapability // H245_G7231AnnexCCapability::H245_G7231AnnexCCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_maxAl_sduAudioFrames.SetConstraints(PASN_Object::FixedConstraint, 1, 256); } #ifndef PASN_NOPRINTON void H245_G7231AnnexCCapability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+23) << "maxAl_sduAudioFrames = " << setprecision(indent) << m_maxAl_sduAudioFrames << '\n'; strm << setw(indent+21) << "silenceSuppression = " << setprecision(indent) << m_silenceSuppression << '\n'; if (HasOptionalField(e_g723AnnexCAudioMode)) strm << setw(indent+22) << "g723AnnexCAudioMode = " << setprecision(indent) << m_g723AnnexCAudioMode << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_G7231AnnexCCapability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_G7231AnnexCCapability), PInvalidCast); #endif const H245_G7231AnnexCCapability & other = (const H245_G7231AnnexCCapability &)obj; Comparison result; if ((result = m_maxAl_sduAudioFrames.Compare(other.m_maxAl_sduAudioFrames)) != EqualTo) return result; if ((result = m_silenceSuppression.Compare(other.m_silenceSuppression)) != EqualTo) return result; if ((result = m_g723AnnexCAudioMode.Compare(other.m_g723AnnexCAudioMode)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_G7231AnnexCCapability::GetDataLength() const { PINDEX length = 0; length += m_maxAl_sduAudioFrames.GetObjectLength(); length += m_silenceSuppression.GetObjectLength(); if (HasOptionalField(e_g723AnnexCAudioMode)) length += m_g723AnnexCAudioMode.GetObjectLength(); return length; } BOOL H245_G7231AnnexCCapability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_maxAl_sduAudioFrames.Decode(strm)) return FALSE; if (!m_silenceSuppression.Decode(strm)) return FALSE; if (HasOptionalField(e_g723AnnexCAudioMode) && !m_g723AnnexCAudioMode.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_G7231AnnexCCapability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_maxAl_sduAudioFrames.Encode(strm); m_silenceSuppression.Encode(strm); if (HasOptionalField(e_g723AnnexCAudioMode)) m_g723AnnexCAudioMode.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_G7231AnnexCCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_G7231AnnexCCapability::Class()), PInvalidCast); #endif return new H245_G7231AnnexCCapability(*this); } // // DataApplicationCapability // H245_DataApplicationCapability::H245_DataApplicationCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_maxBitRate.SetConstraints(PASN_Object::FixedConstraint, 0, 4294967295U); } #ifndef PASN_NOPRINTON void H245_DataApplicationCapability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+14) << "application = " << setprecision(indent) << m_application << '\n'; strm << setw(indent+13) << "maxBitRate = " << setprecision(indent) << m_maxBitRate << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_DataApplicationCapability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_DataApplicationCapability), PInvalidCast); #endif const H245_DataApplicationCapability & other = (const H245_DataApplicationCapability &)obj; Comparison result; if ((result = m_application.Compare(other.m_application)) != EqualTo) return result; if ((result = m_maxBitRate.Compare(other.m_maxBitRate)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_DataApplicationCapability::GetDataLength() const { PINDEX length = 0; length += m_application.GetObjectLength(); length += m_maxBitRate.GetObjectLength(); return length; } BOOL H245_DataApplicationCapability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_application.Decode(strm)) return FALSE; if (!m_maxBitRate.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_DataApplicationCapability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_application.Encode(strm); m_maxBitRate.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_DataApplicationCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_DataApplicationCapability::Class()), PInvalidCast); #endif return new H245_DataApplicationCapability(*this); } // // T38FaxUdpOptions // H245_T38FaxUdpOptions::H245_T38FaxUdpOptions(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, FALSE, 0) { } #ifndef PASN_NOPRINTON void H245_T38FaxUdpOptions::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_t38FaxMaxBuffer)) strm << setw(indent+18) << "t38FaxMaxBuffer = " << setprecision(indent) << m_t38FaxMaxBuffer << '\n'; if (HasOptionalField(e_t38FaxMaxDatagram)) strm << setw(indent+20) << "t38FaxMaxDatagram = " << setprecision(indent) << m_t38FaxMaxDatagram << '\n'; strm << setw(indent+14) << "t38FaxUdpEC = " << setprecision(indent) << m_t38FaxUdpEC << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_T38FaxUdpOptions::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_T38FaxUdpOptions), PInvalidCast); #endif const H245_T38FaxUdpOptions & other = (const H245_T38FaxUdpOptions &)obj; Comparison result; if ((result = m_t38FaxMaxBuffer.Compare(other.m_t38FaxMaxBuffer)) != EqualTo) return result; if ((result = m_t38FaxMaxDatagram.Compare(other.m_t38FaxMaxDatagram)) != EqualTo) return result; if ((result = m_t38FaxUdpEC.Compare(other.m_t38FaxUdpEC)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_T38FaxUdpOptions::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_t38FaxMaxBuffer)) length += m_t38FaxMaxBuffer.GetObjectLength(); if (HasOptionalField(e_t38FaxMaxDatagram)) length += m_t38FaxMaxDatagram.GetObjectLength(); length += m_t38FaxUdpEC.GetObjectLength(); return length; } BOOL H245_T38FaxUdpOptions::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_t38FaxMaxBuffer) && !m_t38FaxMaxBuffer.Decode(strm)) return FALSE; if (HasOptionalField(e_t38FaxMaxDatagram) && !m_t38FaxMaxDatagram.Decode(strm)) return FALSE; if (!m_t38FaxUdpEC.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_T38FaxUdpOptions::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_t38FaxMaxBuffer)) m_t38FaxMaxBuffer.Encode(strm); if (HasOptionalField(e_t38FaxMaxDatagram)) m_t38FaxMaxDatagram.Encode(strm); m_t38FaxUdpEC.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_T38FaxUdpOptions::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_T38FaxUdpOptions::Class()), PInvalidCast); #endif return new H245_T38FaxUdpOptions(*this); } // // AuthenticationCapability // H245_AuthenticationCapability::H245_AuthenticationCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 1) { } #ifndef PASN_NOPRINTON void H245_AuthenticationCapability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_nonStandard)) strm << setw(indent+14) << "nonStandard = " << setprecision(indent) << m_nonStandard << '\n'; if (HasOptionalField(e_antiSpamAlgorithm)) strm << setw(indent+20) << "antiSpamAlgorithm = " << setprecision(indent) << m_antiSpamAlgorithm << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_AuthenticationCapability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_AuthenticationCapability), PInvalidCast); #endif const H245_AuthenticationCapability & other = (const H245_AuthenticationCapability &)obj; Comparison result; if ((result = m_nonStandard.Compare(other.m_nonStandard)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_AuthenticationCapability::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_nonStandard)) length += m_nonStandard.GetObjectLength(); return length; } BOOL H245_AuthenticationCapability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_nonStandard) && !m_nonStandard.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_antiSpamAlgorithm, m_antiSpamAlgorithm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_AuthenticationCapability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_nonStandard)) m_nonStandard.Encode(strm); KnownExtensionEncode(strm, e_antiSpamAlgorithm, m_antiSpamAlgorithm); UnknownExtensionsEncode(strm); } PObject * H245_AuthenticationCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_AuthenticationCapability::Class()), PInvalidCast); #endif return new H245_AuthenticationCapability(*this); } // // IntegrityCapability // H245_IntegrityCapability::H245_IntegrityCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_IntegrityCapability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_nonStandard)) strm << setw(indent+14) << "nonStandard = " << setprecision(indent) << m_nonStandard << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_IntegrityCapability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_IntegrityCapability), PInvalidCast); #endif const H245_IntegrityCapability & other = (const H245_IntegrityCapability &)obj; Comparison result; if ((result = m_nonStandard.Compare(other.m_nonStandard)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_IntegrityCapability::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_nonStandard)) length += m_nonStandard.GetObjectLength(); return length; } BOOL H245_IntegrityCapability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_nonStandard) && !m_nonStandard.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_IntegrityCapability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_nonStandard)) m_nonStandard.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_IntegrityCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_IntegrityCapability::Class()), PInvalidCast); #endif return new H245_IntegrityCapability(*this); } // // ConferenceCapability // H245_ConferenceCapability::H245_ConferenceCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 2) { IncludeOptionalField(e_videoIndicateMixingCapability); } #ifndef PASN_NOPRINTON void H245_ConferenceCapability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; strm << setw(indent+25) << "chairControlCapability = " << setprecision(indent) << m_chairControlCapability << '\n'; if (HasOptionalField(e_videoIndicateMixingCapability)) strm << setw(indent+32) << "videoIndicateMixingCapability = " << setprecision(indent) << m_videoIndicateMixingCapability << '\n'; if (HasOptionalField(e_multipointVisualizationCapability)) strm << setw(indent+36) << "multipointVisualizationCapability = " << setprecision(indent) << m_multipointVisualizationCapability << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_ConferenceCapability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_ConferenceCapability), PInvalidCast); #endif const H245_ConferenceCapability & other = (const H245_ConferenceCapability &)obj; Comparison result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; if ((result = m_chairControlCapability.Compare(other.m_chairControlCapability)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_ConferenceCapability::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); length += m_chairControlCapability.GetObjectLength(); return length; } BOOL H245_ConferenceCapability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (!m_chairControlCapability.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_videoIndicateMixingCapability, m_videoIndicateMixingCapability)) return FALSE; if (!KnownExtensionDecode(strm, e_multipointVisualizationCapability, m_multipointVisualizationCapability)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_ConferenceCapability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); m_chairControlCapability.Encode(strm); KnownExtensionEncode(strm, e_videoIndicateMixingCapability, m_videoIndicateMixingCapability); KnownExtensionEncode(strm, e_multipointVisualizationCapability, m_multipointVisualizationCapability); UnknownExtensionsEncode(strm); } PObject * H245_ConferenceCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ConferenceCapability::Class()), PInvalidCast); #endif return new H245_ConferenceCapability(*this); } // // GenericCapability // H245_GenericCapability::H245_GenericCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 5, TRUE, 0) { m_maxBitRate.SetConstraints(PASN_Object::FixedConstraint, 0, 4294967295U); } #ifndef PASN_NOPRINTON void H245_GenericCapability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+23) << "capabilityIdentifier = " << setprecision(indent) << m_capabilityIdentifier << '\n'; if (HasOptionalField(e_maxBitRate)) strm << setw(indent+13) << "maxBitRate = " << setprecision(indent) << m_maxBitRate << '\n'; if (HasOptionalField(e_collapsing)) strm << setw(indent+13) << "collapsing = " << setprecision(indent) << m_collapsing << '\n'; if (HasOptionalField(e_nonCollapsing)) strm << setw(indent+16) << "nonCollapsing = " << setprecision(indent) << m_nonCollapsing << '\n'; if (HasOptionalField(e_nonCollapsingRaw)) strm << setw(indent+19) << "nonCollapsingRaw = " << setprecision(indent) << m_nonCollapsingRaw << '\n'; if (HasOptionalField(e_transport)) strm << setw(indent+12) << "transport = " << setprecision(indent) << m_transport << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_GenericCapability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_GenericCapability), PInvalidCast); #endif const H245_GenericCapability & other = (const H245_GenericCapability &)obj; Comparison result; if ((result = m_capabilityIdentifier.Compare(other.m_capabilityIdentifier)) != EqualTo) return result; if ((result = m_maxBitRate.Compare(other.m_maxBitRate)) != EqualTo) return result; if ((result = m_collapsing.Compare(other.m_collapsing)) != EqualTo) return result; if ((result = m_nonCollapsing.Compare(other.m_nonCollapsing)) != EqualTo) return result; if ((result = m_nonCollapsingRaw.Compare(other.m_nonCollapsingRaw)) != EqualTo) return result; if ((result = m_transport.Compare(other.m_transport)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_GenericCapability::GetDataLength() const { PINDEX length = 0; length += m_capabilityIdentifier.GetObjectLength(); if (HasOptionalField(e_maxBitRate)) length += m_maxBitRate.GetObjectLength(); if (HasOptionalField(e_collapsing)) length += m_collapsing.GetObjectLength(); if (HasOptionalField(e_nonCollapsing)) length += m_nonCollapsing.GetObjectLength(); if (HasOptionalField(e_nonCollapsingRaw)) length += m_nonCollapsingRaw.GetObjectLength(); if (HasOptionalField(e_transport)) length += m_transport.GetObjectLength(); return length; } BOOL H245_GenericCapability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_capabilityIdentifier.Decode(strm)) return FALSE; if (HasOptionalField(e_maxBitRate) && !m_maxBitRate.Decode(strm)) return FALSE; if (HasOptionalField(e_collapsing) && !m_collapsing.Decode(strm)) return FALSE; if (HasOptionalField(e_nonCollapsing) && !m_nonCollapsing.Decode(strm)) return FALSE; if (HasOptionalField(e_nonCollapsingRaw) && !m_nonCollapsingRaw.Decode(strm)) return FALSE; if (HasOptionalField(e_transport) && !m_transport.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_GenericCapability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_capabilityIdentifier.Encode(strm); if (HasOptionalField(e_maxBitRate)) m_maxBitRate.Encode(strm); if (HasOptionalField(e_collapsing)) m_collapsing.Encode(strm); if (HasOptionalField(e_nonCollapsing)) m_nonCollapsing.Encode(strm); if (HasOptionalField(e_nonCollapsingRaw)) m_nonCollapsingRaw.Encode(strm); if (HasOptionalField(e_transport)) m_transport.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_GenericCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_GenericCapability::Class()), PInvalidCast); #endif return new H245_GenericCapability(*this); } // // GenericParameter // H245_GenericParameter::H245_GenericParameter(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_GenericParameter::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+22) << "parameterIdentifier = " << setprecision(indent) << m_parameterIdentifier << '\n'; strm << setw(indent+17) << "parameterValue = " << setprecision(indent) << m_parameterValue << '\n'; if (HasOptionalField(e_supersedes)) strm << setw(indent+13) << "supersedes = " << setprecision(indent) << m_supersedes << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_GenericParameter::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_GenericParameter), PInvalidCast); #endif const H245_GenericParameter & other = (const H245_GenericParameter &)obj; Comparison result; if ((result = m_parameterIdentifier.Compare(other.m_parameterIdentifier)) != EqualTo) return result; if ((result = m_parameterValue.Compare(other.m_parameterValue)) != EqualTo) return result; if ((result = m_supersedes.Compare(other.m_supersedes)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_GenericParameter::GetDataLength() const { PINDEX length = 0; length += m_parameterIdentifier.GetObjectLength(); length += m_parameterValue.GetObjectLength(); if (HasOptionalField(e_supersedes)) length += m_supersedes.GetObjectLength(); return length; } BOOL H245_GenericParameter::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_parameterIdentifier.Decode(strm)) return FALSE; if (!m_parameterValue.Decode(strm)) return FALSE; if (HasOptionalField(e_supersedes) && !m_supersedes.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_GenericParameter::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_parameterIdentifier.Encode(strm); m_parameterValue.Encode(strm); if (HasOptionalField(e_supersedes)) m_supersedes.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_GenericParameter::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_GenericParameter::Class()), PInvalidCast); #endif return new H245_GenericParameter(*this); } // // MultiplexedStreamCapability // H245_MultiplexedStreamCapability::H245_MultiplexedStreamCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_capabilityOnMuxStream.SetConstraints(PASN_Object::FixedConstraint, 1, 256); } #ifndef PASN_NOPRINTON void H245_MultiplexedStreamCapability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+18) << "multiplexFormat = " << setprecision(indent) << m_multiplexFormat << '\n'; strm << setw(indent+21) << "controlOnMuxStream = " << setprecision(indent) << m_controlOnMuxStream << '\n'; if (HasOptionalField(e_capabilityOnMuxStream)) strm << setw(indent+24) << "capabilityOnMuxStream = " << setprecision(indent) << m_capabilityOnMuxStream << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MultiplexedStreamCapability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MultiplexedStreamCapability), PInvalidCast); #endif const H245_MultiplexedStreamCapability & other = (const H245_MultiplexedStreamCapability &)obj; Comparison result; if ((result = m_multiplexFormat.Compare(other.m_multiplexFormat)) != EqualTo) return result; if ((result = m_controlOnMuxStream.Compare(other.m_controlOnMuxStream)) != EqualTo) return result; if ((result = m_capabilityOnMuxStream.Compare(other.m_capabilityOnMuxStream)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MultiplexedStreamCapability::GetDataLength() const { PINDEX length = 0; length += m_multiplexFormat.GetObjectLength(); length += m_controlOnMuxStream.GetObjectLength(); if (HasOptionalField(e_capabilityOnMuxStream)) length += m_capabilityOnMuxStream.GetObjectLength(); return length; } BOOL H245_MultiplexedStreamCapability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_multiplexFormat.Decode(strm)) return FALSE; if (!m_controlOnMuxStream.Decode(strm)) return FALSE; if (HasOptionalField(e_capabilityOnMuxStream) && !m_capabilityOnMuxStream.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MultiplexedStreamCapability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_multiplexFormat.Encode(strm); m_controlOnMuxStream.Encode(strm); if (HasOptionalField(e_capabilityOnMuxStream)) m_capabilityOnMuxStream.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MultiplexedStreamCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultiplexedStreamCapability::Class()), PInvalidCast); #endif return new H245_MultiplexedStreamCapability(*this); } // // MultiplePayloadStreamCapability // H245_MultiplePayloadStreamCapability::H245_MultiplePayloadStreamCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_capabilities.SetConstraints(PASN_Object::FixedConstraint, 1, 256); } #ifndef PASN_NOPRINTON void H245_MultiplePayloadStreamCapability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "capabilities = " << setprecision(indent) << m_capabilities << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MultiplePayloadStreamCapability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MultiplePayloadStreamCapability), PInvalidCast); #endif const H245_MultiplePayloadStreamCapability & other = (const H245_MultiplePayloadStreamCapability &)obj; Comparison result; if ((result = m_capabilities.Compare(other.m_capabilities)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MultiplePayloadStreamCapability::GetDataLength() const { PINDEX length = 0; length += m_capabilities.GetObjectLength(); return length; } BOOL H245_MultiplePayloadStreamCapability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_capabilities.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MultiplePayloadStreamCapability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_capabilities.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MultiplePayloadStreamCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultiplePayloadStreamCapability::Class()), PInvalidCast); #endif return new H245_MultiplePayloadStreamCapability(*this); } // // FECCapability // H245_FECCapability::H245_FECCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_FECCapability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+22) << "protectedCapability = " << setprecision(indent) << m_protectedCapability << '\n'; if (HasOptionalField(e_fecScheme)) strm << setw(indent+12) << "fecScheme = " << setprecision(indent) << m_fecScheme << '\n'; if (HasOptionalField(e_rfc2733Format)) strm << setw(indent+16) << "rfc2733Format = " << setprecision(indent) << m_rfc2733Format << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_FECCapability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_FECCapability), PInvalidCast); #endif const H245_FECCapability & other = (const H245_FECCapability &)obj; Comparison result; if ((result = m_protectedCapability.Compare(other.m_protectedCapability)) != EqualTo) return result; if ((result = m_fecScheme.Compare(other.m_fecScheme)) != EqualTo) return result; if ((result = m_rfc2733Format.Compare(other.m_rfc2733Format)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_FECCapability::GetDataLength() const { PINDEX length = 0; length += m_protectedCapability.GetObjectLength(); if (HasOptionalField(e_fecScheme)) length += m_fecScheme.GetObjectLength(); if (HasOptionalField(e_rfc2733Format)) length += m_rfc2733Format.GetObjectLength(); return length; } BOOL H245_FECCapability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_protectedCapability.Decode(strm)) return FALSE; if (HasOptionalField(e_fecScheme) && !m_fecScheme.Decode(strm)) return FALSE; if (HasOptionalField(e_rfc2733Format) && !m_rfc2733Format.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_FECCapability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_protectedCapability.Encode(strm); if (HasOptionalField(e_fecScheme)) m_fecScheme.Encode(strm); if (HasOptionalField(e_rfc2733Format)) m_rfc2733Format.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_FECCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_FECCapability::Class()), PInvalidCast); #endif return new H245_FECCapability(*this); } // // NetworkAccessParameters // H245_NetworkAccessParameters::H245_NetworkAccessParameters(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 1) { m_externalReference.SetConstraints(PASN_Object::FixedConstraint, 1, 255); } #ifndef PASN_NOPRINTON void H245_NetworkAccessParameters::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_distribution)) strm << setw(indent+15) << "distribution = " << setprecision(indent) << m_distribution << '\n'; strm << setw(indent+17) << "networkAddress = " << setprecision(indent) << m_networkAddress << '\n'; strm << setw(indent+22) << "associateConference = " << setprecision(indent) << m_associateConference << '\n'; if (HasOptionalField(e_externalReference)) strm << setw(indent+20) << "externalReference = " << setprecision(indent) << m_externalReference << '\n'; if (HasOptionalField(e_t120SetupProcedure)) strm << setw(indent+21) << "t120SetupProcedure = " << setprecision(indent) << m_t120SetupProcedure << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_NetworkAccessParameters::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_NetworkAccessParameters), PInvalidCast); #endif const H245_NetworkAccessParameters & other = (const H245_NetworkAccessParameters &)obj; Comparison result; if ((result = m_distribution.Compare(other.m_distribution)) != EqualTo) return result; if ((result = m_networkAddress.Compare(other.m_networkAddress)) != EqualTo) return result; if ((result = m_associateConference.Compare(other.m_associateConference)) != EqualTo) return result; if ((result = m_externalReference.Compare(other.m_externalReference)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_NetworkAccessParameters::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_distribution)) length += m_distribution.GetObjectLength(); length += m_networkAddress.GetObjectLength(); length += m_associateConference.GetObjectLength(); if (HasOptionalField(e_externalReference)) length += m_externalReference.GetObjectLength(); return length; } BOOL H245_NetworkAccessParameters::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_distribution) && !m_distribution.Decode(strm)) return FALSE; if (!m_networkAddress.Decode(strm)) return FALSE; if (!m_associateConference.Decode(strm)) return FALSE; if (HasOptionalField(e_externalReference) && !m_externalReference.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_t120SetupProcedure, m_t120SetupProcedure)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_NetworkAccessParameters::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_distribution)) m_distribution.Encode(strm); m_networkAddress.Encode(strm); m_associateConference.Encode(strm); if (HasOptionalField(e_externalReference)) m_externalReference.Encode(strm); KnownExtensionEncode(strm, e_t120SetupProcedure, m_t120SetupProcedure); UnknownExtensionsEncode(strm); } PObject * H245_NetworkAccessParameters::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_NetworkAccessParameters::Class()), PInvalidCast); #endif return new H245_NetworkAccessParameters(*this); } // // Q2931Address // H245_Q2931Address::H245_Q2931Address(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_subaddress.SetConstraints(PASN_Object::FixedConstraint, 1, 20); } #ifndef PASN_NOPRINTON void H245_Q2931Address::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+10) << "address = " << setprecision(indent) << m_address << '\n'; if (HasOptionalField(e_subaddress)) strm << setw(indent+13) << "subaddress = " << setprecision(indent) << m_subaddress << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_Q2931Address::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_Q2931Address), PInvalidCast); #endif const H245_Q2931Address & other = (const H245_Q2931Address &)obj; Comparison result; if ((result = m_address.Compare(other.m_address)) != EqualTo) return result; if ((result = m_subaddress.Compare(other.m_subaddress)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_Q2931Address::GetDataLength() const { PINDEX length = 0; length += m_address.GetObjectLength(); if (HasOptionalField(e_subaddress)) length += m_subaddress.GetObjectLength(); return length; } BOOL H245_Q2931Address::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_address.Decode(strm)) return FALSE; if (HasOptionalField(e_subaddress) && !m_subaddress.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_Q2931Address::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_address.Encode(strm); if (HasOptionalField(e_subaddress)) m_subaddress.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_Q2931Address::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_Q2931Address::Class()), PInvalidCast); #endif return new H245_Q2931Address(*this); } // // H223LogicalChannelParameters // H245_H223LogicalChannelParameters::H245_H223LogicalChannelParameters(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_H223LogicalChannelParameters::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+22) << "adaptationLayerType = " << setprecision(indent) << m_adaptationLayerType << '\n'; strm << setw(indent+18) << "segmentableFlag = " << setprecision(indent) << m_segmentableFlag << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_H223LogicalChannelParameters::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_H223LogicalChannelParameters), PInvalidCast); #endif const H245_H223LogicalChannelParameters & other = (const H245_H223LogicalChannelParameters &)obj; Comparison result; if ((result = m_adaptationLayerType.Compare(other.m_adaptationLayerType)) != EqualTo) return result; if ((result = m_segmentableFlag.Compare(other.m_segmentableFlag)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_H223LogicalChannelParameters::GetDataLength() const { PINDEX length = 0; length += m_adaptationLayerType.GetObjectLength(); length += m_segmentableFlag.GetObjectLength(); return length; } BOOL H245_H223LogicalChannelParameters::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_adaptationLayerType.Decode(strm)) return FALSE; if (!m_segmentableFlag.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_H223LogicalChannelParameters::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_adaptationLayerType.Encode(strm); m_segmentableFlag.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_H223LogicalChannelParameters::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H223LogicalChannelParameters::Class()), PInvalidCast); #endif return new H245_H223LogicalChannelParameters(*this); } // // H223AL1MParameters // H245_H223AL1MParameters::H245_H223AL1MParameters(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 1) { m_rcpcCodeRate.SetConstraints(PASN_Object::FixedConstraint, 8, 32); m_rsCodeCorrection.SetConstraints(PASN_Object::FixedConstraint, 0, 127); } #ifndef PASN_NOPRINTON void H245_H223AL1MParameters::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "transferMode = " << setprecision(indent) << m_transferMode << '\n'; strm << setw(indent+12) << "headerFEC = " << setprecision(indent) << m_headerFEC << '\n'; strm << setw(indent+12) << "crcLength = " << setprecision(indent) << m_crcLength << '\n'; strm << setw(indent+15) << "rcpcCodeRate = " << setprecision(indent) << m_rcpcCodeRate << '\n'; strm << setw(indent+10) << "arqType = " << setprecision(indent) << m_arqType << '\n'; strm << setw(indent+20) << "alpduInterleaving = " << setprecision(indent) << m_alpduInterleaving << '\n'; strm << setw(indent+17) << "alsduSplitting = " << setprecision(indent) << m_alsduSplitting << '\n'; if (HasOptionalField(e_rsCodeCorrection)) strm << setw(indent+19) << "rsCodeCorrection = " << setprecision(indent) << m_rsCodeCorrection << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_H223AL1MParameters::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_H223AL1MParameters), PInvalidCast); #endif const H245_H223AL1MParameters & other = (const H245_H223AL1MParameters &)obj; Comparison result; if ((result = m_transferMode.Compare(other.m_transferMode)) != EqualTo) return result; if ((result = m_headerFEC.Compare(other.m_headerFEC)) != EqualTo) return result; if ((result = m_crcLength.Compare(other.m_crcLength)) != EqualTo) return result; if ((result = m_rcpcCodeRate.Compare(other.m_rcpcCodeRate)) != EqualTo) return result; if ((result = m_arqType.Compare(other.m_arqType)) != EqualTo) return result; if ((result = m_alpduInterleaving.Compare(other.m_alpduInterleaving)) != EqualTo) return result; if ((result = m_alsduSplitting.Compare(other.m_alsduSplitting)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_H223AL1MParameters::GetDataLength() const { PINDEX length = 0; length += m_transferMode.GetObjectLength(); length += m_headerFEC.GetObjectLength(); length += m_crcLength.GetObjectLength(); length += m_rcpcCodeRate.GetObjectLength(); length += m_arqType.GetObjectLength(); length += m_alpduInterleaving.GetObjectLength(); length += m_alsduSplitting.GetObjectLength(); return length; } BOOL H245_H223AL1MParameters::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_transferMode.Decode(strm)) return FALSE; if (!m_headerFEC.Decode(strm)) return FALSE; if (!m_crcLength.Decode(strm)) return FALSE; if (!m_rcpcCodeRate.Decode(strm)) return FALSE; if (!m_arqType.Decode(strm)) return FALSE; if (!m_alpduInterleaving.Decode(strm)) return FALSE; if (!m_alsduSplitting.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_rsCodeCorrection, m_rsCodeCorrection)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_H223AL1MParameters::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_transferMode.Encode(strm); m_headerFEC.Encode(strm); m_crcLength.Encode(strm); m_rcpcCodeRate.Encode(strm); m_arqType.Encode(strm); m_alpduInterleaving.Encode(strm); m_alsduSplitting.Encode(strm); KnownExtensionEncode(strm, e_rsCodeCorrection, m_rsCodeCorrection); UnknownExtensionsEncode(strm); } PObject * H245_H223AL1MParameters::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H223AL1MParameters::Class()), PInvalidCast); #endif return new H245_H223AL1MParameters(*this); } // // H223AL2MParameters // H245_H223AL2MParameters::H245_H223AL2MParameters(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_H223AL2MParameters::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "headerFEC = " << setprecision(indent) << m_headerFEC << '\n'; strm << setw(indent+20) << "alpduInterleaving = " << setprecision(indent) << m_alpduInterleaving << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_H223AL2MParameters::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_H223AL2MParameters), PInvalidCast); #endif const H245_H223AL2MParameters & other = (const H245_H223AL2MParameters &)obj; Comparison result; if ((result = m_headerFEC.Compare(other.m_headerFEC)) != EqualTo) return result; if ((result = m_alpduInterleaving.Compare(other.m_alpduInterleaving)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_H223AL2MParameters::GetDataLength() const { PINDEX length = 0; length += m_headerFEC.GetObjectLength(); length += m_alpduInterleaving.GetObjectLength(); return length; } BOOL H245_H223AL2MParameters::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_headerFEC.Decode(strm)) return FALSE; if (!m_alpduInterleaving.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_H223AL2MParameters::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_headerFEC.Encode(strm); m_alpduInterleaving.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_H223AL2MParameters::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H223AL2MParameters::Class()), PInvalidCast); #endif return new H245_H223AL2MParameters(*this); } // // H223AL3MParameters // H245_H223AL3MParameters::H245_H223AL3MParameters(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 1) { m_rcpcCodeRate.SetConstraints(PASN_Object::FixedConstraint, 8, 32); m_rsCodeCorrection.SetConstraints(PASN_Object::FixedConstraint, 0, 127); } #ifndef PASN_NOPRINTON void H245_H223AL3MParameters::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "headerFormat = " << setprecision(indent) << m_headerFormat << '\n'; strm << setw(indent+12) << "crcLength = " << setprecision(indent) << m_crcLength << '\n'; strm << setw(indent+15) << "rcpcCodeRate = " << setprecision(indent) << m_rcpcCodeRate << '\n'; strm << setw(indent+10) << "arqType = " << setprecision(indent) << m_arqType << '\n'; strm << setw(indent+20) << "alpduInterleaving = " << setprecision(indent) << m_alpduInterleaving << '\n'; if (HasOptionalField(e_rsCodeCorrection)) strm << setw(indent+19) << "rsCodeCorrection = " << setprecision(indent) << m_rsCodeCorrection << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_H223AL3MParameters::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_H223AL3MParameters), PInvalidCast); #endif const H245_H223AL3MParameters & other = (const H245_H223AL3MParameters &)obj; Comparison result; if ((result = m_headerFormat.Compare(other.m_headerFormat)) != EqualTo) return result; if ((result = m_crcLength.Compare(other.m_crcLength)) != EqualTo) return result; if ((result = m_rcpcCodeRate.Compare(other.m_rcpcCodeRate)) != EqualTo) return result; if ((result = m_arqType.Compare(other.m_arqType)) != EqualTo) return result; if ((result = m_alpduInterleaving.Compare(other.m_alpduInterleaving)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_H223AL3MParameters::GetDataLength() const { PINDEX length = 0; length += m_headerFormat.GetObjectLength(); length += m_crcLength.GetObjectLength(); length += m_rcpcCodeRate.GetObjectLength(); length += m_arqType.GetObjectLength(); length += m_alpduInterleaving.GetObjectLength(); return length; } BOOL H245_H223AL3MParameters::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_headerFormat.Decode(strm)) return FALSE; if (!m_crcLength.Decode(strm)) return FALSE; if (!m_rcpcCodeRate.Decode(strm)) return FALSE; if (!m_arqType.Decode(strm)) return FALSE; if (!m_alpduInterleaving.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_rsCodeCorrection, m_rsCodeCorrection)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_H223AL3MParameters::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_headerFormat.Encode(strm); m_crcLength.Encode(strm); m_rcpcCodeRate.Encode(strm); m_arqType.Encode(strm); m_alpduInterleaving.Encode(strm); KnownExtensionEncode(strm, e_rsCodeCorrection, m_rsCodeCorrection); UnknownExtensionsEncode(strm); } PObject * H245_H223AL3MParameters::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H223AL3MParameters::Class()), PInvalidCast); #endif return new H245_H223AL3MParameters(*this); } // // H223AnnexCArqParameters // H245_H223AnnexCArqParameters::H245_H223AnnexCArqParameters(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_sendBufferSize.SetConstraints(PASN_Object::FixedConstraint, 0, 16777215); } #ifndef PASN_NOPRINTON void H245_H223AnnexCArqParameters::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+26) << "numberOfRetransmissions = " << setprecision(indent) << m_numberOfRetransmissions << '\n'; strm << setw(indent+17) << "sendBufferSize = " << setprecision(indent) << m_sendBufferSize << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_H223AnnexCArqParameters::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_H223AnnexCArqParameters), PInvalidCast); #endif const H245_H223AnnexCArqParameters & other = (const H245_H223AnnexCArqParameters &)obj; Comparison result; if ((result = m_numberOfRetransmissions.Compare(other.m_numberOfRetransmissions)) != EqualTo) return result; if ((result = m_sendBufferSize.Compare(other.m_sendBufferSize)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_H223AnnexCArqParameters::GetDataLength() const { PINDEX length = 0; length += m_numberOfRetransmissions.GetObjectLength(); length += m_sendBufferSize.GetObjectLength(); return length; } BOOL H245_H223AnnexCArqParameters::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_numberOfRetransmissions.Decode(strm)) return FALSE; if (!m_sendBufferSize.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_H223AnnexCArqParameters::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_numberOfRetransmissions.Encode(strm); m_sendBufferSize.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_H223AnnexCArqParameters::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H223AnnexCArqParameters::Class()), PInvalidCast); #endif return new H245_H223AnnexCArqParameters(*this); } // // V76HDLCParameters // H245_V76HDLCParameters::H245_V76HDLCParameters(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_n401.SetConstraints(PASN_Object::FixedConstraint, 1, 4095); } #ifndef PASN_NOPRINTON void H245_V76HDLCParameters::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "crcLength = " << setprecision(indent) << m_crcLength << '\n'; strm << setw(indent+7) << "n401 = " << setprecision(indent) << m_n401 << '\n'; strm << setw(indent+24) << "loopbackTestProcedure = " << setprecision(indent) << m_loopbackTestProcedure << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_V76HDLCParameters::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_V76HDLCParameters), PInvalidCast); #endif const H245_V76HDLCParameters & other = (const H245_V76HDLCParameters &)obj; Comparison result; if ((result = m_crcLength.Compare(other.m_crcLength)) != EqualTo) return result; if ((result = m_n401.Compare(other.m_n401)) != EqualTo) return result; if ((result = m_loopbackTestProcedure.Compare(other.m_loopbackTestProcedure)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_V76HDLCParameters::GetDataLength() const { PINDEX length = 0; length += m_crcLength.GetObjectLength(); length += m_n401.GetObjectLength(); length += m_loopbackTestProcedure.GetObjectLength(); return length; } BOOL H245_V76HDLCParameters::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_crcLength.Decode(strm)) return FALSE; if (!m_n401.Decode(strm)) return FALSE; if (!m_loopbackTestProcedure.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_V76HDLCParameters::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_crcLength.Encode(strm); m_n401.Encode(strm); m_loopbackTestProcedure.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_V76HDLCParameters::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_V76HDLCParameters::Class()), PInvalidCast); #endif return new H245_V76HDLCParameters(*this); } // // RTPPayloadType // H245_RTPPayloadType::H245_RTPPayloadType(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_payloadType.SetConstraints(PASN_Object::FixedConstraint, 0, 127); } #ifndef PASN_NOPRINTON void H245_RTPPayloadType::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+20) << "payloadDescriptor = " << setprecision(indent) << m_payloadDescriptor << '\n'; if (HasOptionalField(e_payloadType)) strm << setw(indent+14) << "payloadType = " << setprecision(indent) << m_payloadType << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_RTPPayloadType::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_RTPPayloadType), PInvalidCast); #endif const H245_RTPPayloadType & other = (const H245_RTPPayloadType &)obj; Comparison result; if ((result = m_payloadDescriptor.Compare(other.m_payloadDescriptor)) != EqualTo) return result; if ((result = m_payloadType.Compare(other.m_payloadType)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_RTPPayloadType::GetDataLength() const { PINDEX length = 0; length += m_payloadDescriptor.GetObjectLength(); if (HasOptionalField(e_payloadType)) length += m_payloadType.GetObjectLength(); return length; } BOOL H245_RTPPayloadType::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_payloadDescriptor.Decode(strm)) return FALSE; if (HasOptionalField(e_payloadType) && !m_payloadType.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_RTPPayloadType::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_payloadDescriptor.Encode(strm); if (HasOptionalField(e_payloadType)) m_payloadType.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_RTPPayloadType::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RTPPayloadType::Class()), PInvalidCast); #endif return new H245_RTPPayloadType(*this); } // // MultiplePayloadStream // H245_MultiplePayloadStream::H245_MultiplePayloadStream(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_MultiplePayloadStream::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "elements = " << setprecision(indent) << m_elements << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MultiplePayloadStream::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MultiplePayloadStream), PInvalidCast); #endif const H245_MultiplePayloadStream & other = (const H245_MultiplePayloadStream &)obj; Comparison result; if ((result = m_elements.Compare(other.m_elements)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MultiplePayloadStream::GetDataLength() const { PINDEX length = 0; length += m_elements.GetObjectLength(); return length; } BOOL H245_MultiplePayloadStream::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_elements.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MultiplePayloadStream::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_elements.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MultiplePayloadStream::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultiplePayloadStream::Class()), PInvalidCast); #endif return new H245_MultiplePayloadStream(*this); } // // EncryptionSync // H245_EncryptionSync::H245_EncryptionSync(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 1) { m_synchFlag.SetConstraints(PASN_Object::FixedConstraint, 0, 255); m_h235Key.SetConstraints(PASN_Object::FixedConstraint, 1, 65535); m_escrowentry.SetConstraints(PASN_Object::FixedConstraint, 1, 256); } #ifndef PASN_NOPRINTON void H245_EncryptionSync::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_nonStandard)) strm << setw(indent+14) << "nonStandard = " << setprecision(indent) << m_nonStandard << '\n'; strm << setw(indent+12) << "synchFlag = " << setprecision(indent) << m_synchFlag << '\n'; strm << setw(indent+10) << "h235Key = " << setprecision(indent) << m_h235Key << '\n'; if (HasOptionalField(e_escrowentry)) strm << setw(indent+14) << "escrowentry = " << setprecision(indent) << m_escrowentry << '\n'; if (HasOptionalField(e_genericParameter)) strm << setw(indent+19) << "genericParameter = " << setprecision(indent) << m_genericParameter << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_EncryptionSync::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_EncryptionSync), PInvalidCast); #endif const H245_EncryptionSync & other = (const H245_EncryptionSync &)obj; Comparison result; if ((result = m_nonStandard.Compare(other.m_nonStandard)) != EqualTo) return result; if ((result = m_synchFlag.Compare(other.m_synchFlag)) != EqualTo) return result; if ((result = m_h235Key.Compare(other.m_h235Key)) != EqualTo) return result; if ((result = m_escrowentry.Compare(other.m_escrowentry)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_EncryptionSync::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_nonStandard)) length += m_nonStandard.GetObjectLength(); length += m_synchFlag.GetObjectLength(); length += m_h235Key.GetObjectLength(); if (HasOptionalField(e_escrowentry)) length += m_escrowentry.GetObjectLength(); return length; } BOOL H245_EncryptionSync::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_nonStandard) && !m_nonStandard.Decode(strm)) return FALSE; if (!m_synchFlag.Decode(strm)) return FALSE; if (!m_h235Key.Decode(strm)) return FALSE; if (HasOptionalField(e_escrowentry) && !m_escrowentry.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_genericParameter, m_genericParameter)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_EncryptionSync::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_nonStandard)) m_nonStandard.Encode(strm); m_synchFlag.Encode(strm); m_h235Key.Encode(strm); if (HasOptionalField(e_escrowentry)) m_escrowentry.Encode(strm); KnownExtensionEncode(strm, e_genericParameter, m_genericParameter); UnknownExtensionsEncode(strm); } PObject * H245_EncryptionSync::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_EncryptionSync::Class()), PInvalidCast); #endif return new H245_EncryptionSync(*this); } // // OpenLogicalChannelReject // H245_OpenLogicalChannelReject::H245_OpenLogicalChannelReject(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_OpenLogicalChannelReject::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+30) << "forwardLogicalChannelNumber = " << setprecision(indent) << m_forwardLogicalChannelNumber << '\n'; strm << setw(indent+8) << "cause = " << setprecision(indent) << m_cause << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_OpenLogicalChannelReject::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_OpenLogicalChannelReject), PInvalidCast); #endif const H245_OpenLogicalChannelReject & other = (const H245_OpenLogicalChannelReject &)obj; Comparison result; if ((result = m_forwardLogicalChannelNumber.Compare(other.m_forwardLogicalChannelNumber)) != EqualTo) return result; if ((result = m_cause.Compare(other.m_cause)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_OpenLogicalChannelReject::GetDataLength() const { PINDEX length = 0; length += m_forwardLogicalChannelNumber.GetObjectLength(); length += m_cause.GetObjectLength(); return length; } BOOL H245_OpenLogicalChannelReject::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_forwardLogicalChannelNumber.Decode(strm)) return FALSE; if (!m_cause.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_OpenLogicalChannelReject::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_forwardLogicalChannelNumber.Encode(strm); m_cause.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_OpenLogicalChannelReject::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_OpenLogicalChannelReject::Class()), PInvalidCast); #endif return new H245_OpenLogicalChannelReject(*this); } // // H2250LogicalChannelAckParameters // H245_H2250LogicalChannelAckParameters::H245_H2250LogicalChannelAckParameters(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 5, TRUE, 2) { m_sessionID.SetConstraints(PASN_Object::FixedConstraint, 1, 255); m_dynamicRTPPayloadType.SetConstraints(PASN_Object::FixedConstraint, 96, 127); IncludeOptionalField(e_flowControlToZero); m_portNumber.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } #ifndef PASN_NOPRINTON void H245_H2250LogicalChannelAckParameters::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_nonStandard)) strm << setw(indent+14) << "nonStandard = " << setprecision(indent) << m_nonStandard << '\n'; if (HasOptionalField(e_sessionID)) strm << setw(indent+12) << "sessionID = " << setprecision(indent) << m_sessionID << '\n'; if (HasOptionalField(e_mediaChannel)) strm << setw(indent+15) << "mediaChannel = " << setprecision(indent) << m_mediaChannel << '\n'; if (HasOptionalField(e_mediaControlChannel)) strm << setw(indent+22) << "mediaControlChannel = " << setprecision(indent) << m_mediaControlChannel << '\n'; if (HasOptionalField(e_dynamicRTPPayloadType)) strm << setw(indent+24) << "dynamicRTPPayloadType = " << setprecision(indent) << m_dynamicRTPPayloadType << '\n'; if (HasOptionalField(e_flowControlToZero)) strm << setw(indent+20) << "flowControlToZero = " << setprecision(indent) << m_flowControlToZero << '\n'; if (HasOptionalField(e_portNumber)) strm << setw(indent+13) << "portNumber = " << setprecision(indent) << m_portNumber << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_H2250LogicalChannelAckParameters::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_H2250LogicalChannelAckParameters), PInvalidCast); #endif const H245_H2250LogicalChannelAckParameters & other = (const H245_H2250LogicalChannelAckParameters &)obj; Comparison result; if ((result = m_nonStandard.Compare(other.m_nonStandard)) != EqualTo) return result; if ((result = m_sessionID.Compare(other.m_sessionID)) != EqualTo) return result; if ((result = m_mediaChannel.Compare(other.m_mediaChannel)) != EqualTo) return result; if ((result = m_mediaControlChannel.Compare(other.m_mediaControlChannel)) != EqualTo) return result; if ((result = m_dynamicRTPPayloadType.Compare(other.m_dynamicRTPPayloadType)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_H2250LogicalChannelAckParameters::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_nonStandard)) length += m_nonStandard.GetObjectLength(); if (HasOptionalField(e_sessionID)) length += m_sessionID.GetObjectLength(); if (HasOptionalField(e_mediaChannel)) length += m_mediaChannel.GetObjectLength(); if (HasOptionalField(e_mediaControlChannel)) length += m_mediaControlChannel.GetObjectLength(); if (HasOptionalField(e_dynamicRTPPayloadType)) length += m_dynamicRTPPayloadType.GetObjectLength(); return length; } BOOL H245_H2250LogicalChannelAckParameters::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_nonStandard) && !m_nonStandard.Decode(strm)) return FALSE; if (HasOptionalField(e_sessionID) && !m_sessionID.Decode(strm)) return FALSE; if (HasOptionalField(e_mediaChannel) && !m_mediaChannel.Decode(strm)) return FALSE; if (HasOptionalField(e_mediaControlChannel) && !m_mediaControlChannel.Decode(strm)) return FALSE; if (HasOptionalField(e_dynamicRTPPayloadType) && !m_dynamicRTPPayloadType.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_flowControlToZero, m_flowControlToZero)) return FALSE; if (!KnownExtensionDecode(strm, e_portNumber, m_portNumber)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_H2250LogicalChannelAckParameters::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_nonStandard)) m_nonStandard.Encode(strm); if (HasOptionalField(e_sessionID)) m_sessionID.Encode(strm); if (HasOptionalField(e_mediaChannel)) m_mediaChannel.Encode(strm); if (HasOptionalField(e_mediaControlChannel)) m_mediaControlChannel.Encode(strm); if (HasOptionalField(e_dynamicRTPPayloadType)) m_dynamicRTPPayloadType.Encode(strm); KnownExtensionEncode(strm, e_flowControlToZero, m_flowControlToZero); KnownExtensionEncode(strm, e_portNumber, m_portNumber); UnknownExtensionsEncode(strm); } PObject * H245_H2250LogicalChannelAckParameters::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H2250LogicalChannelAckParameters::Class()), PInvalidCast); #endif return new H245_H2250LogicalChannelAckParameters(*this); } // // CloseLogicalChannel // H245_CloseLogicalChannel::H245_CloseLogicalChannel(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 1) { IncludeOptionalField(e_reason); } #ifndef PASN_NOPRINTON void H245_CloseLogicalChannel::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+30) << "forwardLogicalChannelNumber = " << setprecision(indent) << m_forwardLogicalChannelNumber << '\n'; strm << setw(indent+9) << "source = " << setprecision(indent) << m_source << '\n'; if (HasOptionalField(e_reason)) strm << setw(indent+9) << "reason = " << setprecision(indent) << m_reason << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_CloseLogicalChannel::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_CloseLogicalChannel), PInvalidCast); #endif const H245_CloseLogicalChannel & other = (const H245_CloseLogicalChannel &)obj; Comparison result; if ((result = m_forwardLogicalChannelNumber.Compare(other.m_forwardLogicalChannelNumber)) != EqualTo) return result; if ((result = m_source.Compare(other.m_source)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_CloseLogicalChannel::GetDataLength() const { PINDEX length = 0; length += m_forwardLogicalChannelNumber.GetObjectLength(); length += m_source.GetObjectLength(); return length; } BOOL H245_CloseLogicalChannel::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_forwardLogicalChannelNumber.Decode(strm)) return FALSE; if (!m_source.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_reason, m_reason)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_CloseLogicalChannel::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_forwardLogicalChannelNumber.Encode(strm); m_source.Encode(strm); KnownExtensionEncode(strm, e_reason, m_reason); UnknownExtensionsEncode(strm); } PObject * H245_CloseLogicalChannel::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_CloseLogicalChannel::Class()), PInvalidCast); #endif return new H245_CloseLogicalChannel(*this); } // // RequestChannelClose // H245_RequestChannelClose::H245_RequestChannelClose(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 2) { IncludeOptionalField(e_reason); } #ifndef PASN_NOPRINTON void H245_RequestChannelClose::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+30) << "forwardLogicalChannelNumber = " << setprecision(indent) << m_forwardLogicalChannelNumber << '\n'; if (HasOptionalField(e_qosCapability)) strm << setw(indent+16) << "qosCapability = " << setprecision(indent) << m_qosCapability << '\n'; if (HasOptionalField(e_reason)) strm << setw(indent+9) << "reason = " << setprecision(indent) << m_reason << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_RequestChannelClose::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_RequestChannelClose), PInvalidCast); #endif const H245_RequestChannelClose & other = (const H245_RequestChannelClose &)obj; Comparison result; if ((result = m_forwardLogicalChannelNumber.Compare(other.m_forwardLogicalChannelNumber)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_RequestChannelClose::GetDataLength() const { PINDEX length = 0; length += m_forwardLogicalChannelNumber.GetObjectLength(); return length; } BOOL H245_RequestChannelClose::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_forwardLogicalChannelNumber.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_qosCapability, m_qosCapability)) return FALSE; if (!KnownExtensionDecode(strm, e_reason, m_reason)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_RequestChannelClose::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_forwardLogicalChannelNumber.Encode(strm); KnownExtensionEncode(strm, e_qosCapability, m_qosCapability); KnownExtensionEncode(strm, e_reason, m_reason); UnknownExtensionsEncode(strm); } PObject * H245_RequestChannelClose::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RequestChannelClose::Class()), PInvalidCast); #endif return new H245_RequestChannelClose(*this); } // // RequestChannelCloseReject // H245_RequestChannelCloseReject::H245_RequestChannelCloseReject(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_RequestChannelCloseReject::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+30) << "forwardLogicalChannelNumber = " << setprecision(indent) << m_forwardLogicalChannelNumber << '\n'; strm << setw(indent+8) << "cause = " << setprecision(indent) << m_cause << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_RequestChannelCloseReject::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_RequestChannelCloseReject), PInvalidCast); #endif const H245_RequestChannelCloseReject & other = (const H245_RequestChannelCloseReject &)obj; Comparison result; if ((result = m_forwardLogicalChannelNumber.Compare(other.m_forwardLogicalChannelNumber)) != EqualTo) return result; if ((result = m_cause.Compare(other.m_cause)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_RequestChannelCloseReject::GetDataLength() const { PINDEX length = 0; length += m_forwardLogicalChannelNumber.GetObjectLength(); length += m_cause.GetObjectLength(); return length; } BOOL H245_RequestChannelCloseReject::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_forwardLogicalChannelNumber.Decode(strm)) return FALSE; if (!m_cause.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_RequestChannelCloseReject::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_forwardLogicalChannelNumber.Encode(strm); m_cause.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_RequestChannelCloseReject::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RequestChannelCloseReject::Class()), PInvalidCast); #endif return new H245_RequestChannelCloseReject(*this); } // // MultiplexEntrySend // H245_MultiplexEntrySend::H245_MultiplexEntrySend(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_multiplexEntryDescriptors.SetConstraints(PASN_Object::FixedConstraint, 1, 15); } #ifndef PASN_NOPRINTON void H245_MultiplexEntrySend::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "sequenceNumber = " << setprecision(indent) << m_sequenceNumber << '\n'; strm << setw(indent+28) << "multiplexEntryDescriptors = " << setprecision(indent) << m_multiplexEntryDescriptors << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MultiplexEntrySend::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MultiplexEntrySend), PInvalidCast); #endif const H245_MultiplexEntrySend & other = (const H245_MultiplexEntrySend &)obj; Comparison result; if ((result = m_sequenceNumber.Compare(other.m_sequenceNumber)) != EqualTo) return result; if ((result = m_multiplexEntryDescriptors.Compare(other.m_multiplexEntryDescriptors)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MultiplexEntrySend::GetDataLength() const { PINDEX length = 0; length += m_sequenceNumber.GetObjectLength(); length += m_multiplexEntryDescriptors.GetObjectLength(); return length; } BOOL H245_MultiplexEntrySend::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_sequenceNumber.Decode(strm)) return FALSE; if (!m_multiplexEntryDescriptors.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MultiplexEntrySend::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_sequenceNumber.Encode(strm); m_multiplexEntryDescriptors.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MultiplexEntrySend::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultiplexEntrySend::Class()), PInvalidCast); #endif return new H245_MultiplexEntrySend(*this); } // // MultiplexEntryDescriptor // H245_MultiplexEntryDescriptor::H245_MultiplexEntryDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, FALSE, 0) { m_elementList.SetConstraints(PASN_Object::FixedConstraint, 1, 256); } #ifndef PASN_NOPRINTON void H245_MultiplexEntryDescriptor::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+28) << "multiplexTableEntryNumber = " << setprecision(indent) << m_multiplexTableEntryNumber << '\n'; if (HasOptionalField(e_elementList)) strm << setw(indent+14) << "elementList = " << setprecision(indent) << m_elementList << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MultiplexEntryDescriptor::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MultiplexEntryDescriptor), PInvalidCast); #endif const H245_MultiplexEntryDescriptor & other = (const H245_MultiplexEntryDescriptor &)obj; Comparison result; if ((result = m_multiplexTableEntryNumber.Compare(other.m_multiplexTableEntryNumber)) != EqualTo) return result; if ((result = m_elementList.Compare(other.m_elementList)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MultiplexEntryDescriptor::GetDataLength() const { PINDEX length = 0; length += m_multiplexTableEntryNumber.GetObjectLength(); if (HasOptionalField(e_elementList)) length += m_elementList.GetObjectLength(); return length; } BOOL H245_MultiplexEntryDescriptor::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_multiplexTableEntryNumber.Decode(strm)) return FALSE; if (HasOptionalField(e_elementList) && !m_elementList.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MultiplexEntryDescriptor::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_multiplexTableEntryNumber.Encode(strm); if (HasOptionalField(e_elementList)) m_elementList.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MultiplexEntryDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultiplexEntryDescriptor::Class()), PInvalidCast); #endif return new H245_MultiplexEntryDescriptor(*this); } // // MultiplexElement // H245_MultiplexElement::H245_MultiplexElement(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void H245_MultiplexElement::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+7) << "type = " << setprecision(indent) << m_type << '\n'; strm << setw(indent+14) << "repeatCount = " << setprecision(indent) << m_repeatCount << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MultiplexElement::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MultiplexElement), PInvalidCast); #endif const H245_MultiplexElement & other = (const H245_MultiplexElement &)obj; Comparison result; if ((result = m_type.Compare(other.m_type)) != EqualTo) return result; if ((result = m_repeatCount.Compare(other.m_repeatCount)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MultiplexElement::GetDataLength() const { PINDEX length = 0; length += m_type.GetObjectLength(); length += m_repeatCount.GetObjectLength(); return length; } BOOL H245_MultiplexElement::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_type.Decode(strm)) return FALSE; if (!m_repeatCount.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MultiplexElement::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_type.Encode(strm); m_repeatCount.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MultiplexElement::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultiplexElement::Class()), PInvalidCast); #endif return new H245_MultiplexElement(*this); } // // MultiplexEntrySendAck // H245_MultiplexEntrySendAck::H245_MultiplexEntrySendAck(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_multiplexTableEntryNumber.SetConstraints(PASN_Object::FixedConstraint, 1, 15); } #ifndef PASN_NOPRINTON void H245_MultiplexEntrySendAck::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "sequenceNumber = " << setprecision(indent) << m_sequenceNumber << '\n'; strm << setw(indent+28) << "multiplexTableEntryNumber = " << setprecision(indent) << m_multiplexTableEntryNumber << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MultiplexEntrySendAck::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MultiplexEntrySendAck), PInvalidCast); #endif const H245_MultiplexEntrySendAck & other = (const H245_MultiplexEntrySendAck &)obj; Comparison result; if ((result = m_sequenceNumber.Compare(other.m_sequenceNumber)) != EqualTo) return result; if ((result = m_multiplexTableEntryNumber.Compare(other.m_multiplexTableEntryNumber)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MultiplexEntrySendAck::GetDataLength() const { PINDEX length = 0; length += m_sequenceNumber.GetObjectLength(); length += m_multiplexTableEntryNumber.GetObjectLength(); return length; } BOOL H245_MultiplexEntrySendAck::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_sequenceNumber.Decode(strm)) return FALSE; if (!m_multiplexTableEntryNumber.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MultiplexEntrySendAck::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_sequenceNumber.Encode(strm); m_multiplexTableEntryNumber.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MultiplexEntrySendAck::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultiplexEntrySendAck::Class()), PInvalidCast); #endif return new H245_MultiplexEntrySendAck(*this); } // // MultiplexEntrySendReject // H245_MultiplexEntrySendReject::H245_MultiplexEntrySendReject(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_rejectionDescriptions.SetConstraints(PASN_Object::FixedConstraint, 1, 15); } #ifndef PASN_NOPRINTON void H245_MultiplexEntrySendReject::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "sequenceNumber = " << setprecision(indent) << m_sequenceNumber << '\n'; strm << setw(indent+24) << "rejectionDescriptions = " << setprecision(indent) << m_rejectionDescriptions << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MultiplexEntrySendReject::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MultiplexEntrySendReject), PInvalidCast); #endif const H245_MultiplexEntrySendReject & other = (const H245_MultiplexEntrySendReject &)obj; Comparison result; if ((result = m_sequenceNumber.Compare(other.m_sequenceNumber)) != EqualTo) return result; if ((result = m_rejectionDescriptions.Compare(other.m_rejectionDescriptions)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MultiplexEntrySendReject::GetDataLength() const { PINDEX length = 0; length += m_sequenceNumber.GetObjectLength(); length += m_rejectionDescriptions.GetObjectLength(); return length; } BOOL H245_MultiplexEntrySendReject::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_sequenceNumber.Decode(strm)) return FALSE; if (!m_rejectionDescriptions.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MultiplexEntrySendReject::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_sequenceNumber.Encode(strm); m_rejectionDescriptions.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MultiplexEntrySendReject::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultiplexEntrySendReject::Class()), PInvalidCast); #endif return new H245_MultiplexEntrySendReject(*this); } // // MultiplexEntryRejectionDescriptions // H245_MultiplexEntryRejectionDescriptions::H245_MultiplexEntryRejectionDescriptions(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_MultiplexEntryRejectionDescriptions::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+28) << "multiplexTableEntryNumber = " << setprecision(indent) << m_multiplexTableEntryNumber << '\n'; strm << setw(indent+8) << "cause = " << setprecision(indent) << m_cause << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MultiplexEntryRejectionDescriptions::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MultiplexEntryRejectionDescriptions), PInvalidCast); #endif const H245_MultiplexEntryRejectionDescriptions & other = (const H245_MultiplexEntryRejectionDescriptions &)obj; Comparison result; if ((result = m_multiplexTableEntryNumber.Compare(other.m_multiplexTableEntryNumber)) != EqualTo) return result; if ((result = m_cause.Compare(other.m_cause)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MultiplexEntryRejectionDescriptions::GetDataLength() const { PINDEX length = 0; length += m_multiplexTableEntryNumber.GetObjectLength(); length += m_cause.GetObjectLength(); return length; } BOOL H245_MultiplexEntryRejectionDescriptions::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_multiplexTableEntryNumber.Decode(strm)) return FALSE; if (!m_cause.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MultiplexEntryRejectionDescriptions::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_multiplexTableEntryNumber.Encode(strm); m_cause.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MultiplexEntryRejectionDescriptions::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultiplexEntryRejectionDescriptions::Class()), PInvalidCast); #endif return new H245_MultiplexEntryRejectionDescriptions(*this); } // // MultiplexEntrySendRelease // H245_MultiplexEntrySendRelease::H245_MultiplexEntrySendRelease(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_multiplexTableEntryNumber.SetConstraints(PASN_Object::FixedConstraint, 1, 15); } #ifndef PASN_NOPRINTON void H245_MultiplexEntrySendRelease::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+28) << "multiplexTableEntryNumber = " << setprecision(indent) << m_multiplexTableEntryNumber << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MultiplexEntrySendRelease::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MultiplexEntrySendRelease), PInvalidCast); #endif const H245_MultiplexEntrySendRelease & other = (const H245_MultiplexEntrySendRelease &)obj; Comparison result; if ((result = m_multiplexTableEntryNumber.Compare(other.m_multiplexTableEntryNumber)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MultiplexEntrySendRelease::GetDataLength() const { PINDEX length = 0; length += m_multiplexTableEntryNumber.GetObjectLength(); return length; } BOOL H245_MultiplexEntrySendRelease::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_multiplexTableEntryNumber.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MultiplexEntrySendRelease::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_multiplexTableEntryNumber.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MultiplexEntrySendRelease::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultiplexEntrySendRelease::Class()), PInvalidCast); #endif return new H245_MultiplexEntrySendRelease(*this); } // // RequestMultiplexEntry // H245_RequestMultiplexEntry::H245_RequestMultiplexEntry(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_entryNumbers.SetConstraints(PASN_Object::FixedConstraint, 1, 15); } #ifndef PASN_NOPRINTON void H245_RequestMultiplexEntry::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "entryNumbers = " << setprecision(indent) << m_entryNumbers << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_RequestMultiplexEntry::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_RequestMultiplexEntry), PInvalidCast); #endif const H245_RequestMultiplexEntry & other = (const H245_RequestMultiplexEntry &)obj; Comparison result; if ((result = m_entryNumbers.Compare(other.m_entryNumbers)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_RequestMultiplexEntry::GetDataLength() const { PINDEX length = 0; length += m_entryNumbers.GetObjectLength(); return length; } BOOL H245_RequestMultiplexEntry::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_entryNumbers.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_RequestMultiplexEntry::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_entryNumbers.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_RequestMultiplexEntry::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RequestMultiplexEntry::Class()), PInvalidCast); #endif return new H245_RequestMultiplexEntry(*this); } // // RequestMultiplexEntryAck // H245_RequestMultiplexEntryAck::H245_RequestMultiplexEntryAck(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_entryNumbers.SetConstraints(PASN_Object::FixedConstraint, 1, 15); } #ifndef PASN_NOPRINTON void H245_RequestMultiplexEntryAck::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "entryNumbers = " << setprecision(indent) << m_entryNumbers << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_RequestMultiplexEntryAck::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_RequestMultiplexEntryAck), PInvalidCast); #endif const H245_RequestMultiplexEntryAck & other = (const H245_RequestMultiplexEntryAck &)obj; Comparison result; if ((result = m_entryNumbers.Compare(other.m_entryNumbers)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_RequestMultiplexEntryAck::GetDataLength() const { PINDEX length = 0; length += m_entryNumbers.GetObjectLength(); return length; } BOOL H245_RequestMultiplexEntryAck::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_entryNumbers.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_RequestMultiplexEntryAck::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_entryNumbers.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_RequestMultiplexEntryAck::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RequestMultiplexEntryAck::Class()), PInvalidCast); #endif return new H245_RequestMultiplexEntryAck(*this); } // // RequestMultiplexEntryReject // H245_RequestMultiplexEntryReject::H245_RequestMultiplexEntryReject(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_entryNumbers.SetConstraints(PASN_Object::FixedConstraint, 1, 15); m_rejectionDescriptions.SetConstraints(PASN_Object::FixedConstraint, 1, 15); } #ifndef PASN_NOPRINTON void H245_RequestMultiplexEntryReject::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "entryNumbers = " << setprecision(indent) << m_entryNumbers << '\n'; strm << setw(indent+24) << "rejectionDescriptions = " << setprecision(indent) << m_rejectionDescriptions << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_RequestMultiplexEntryReject::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_RequestMultiplexEntryReject), PInvalidCast); #endif const H245_RequestMultiplexEntryReject & other = (const H245_RequestMultiplexEntryReject &)obj; Comparison result; if ((result = m_entryNumbers.Compare(other.m_entryNumbers)) != EqualTo) return result; if ((result = m_rejectionDescriptions.Compare(other.m_rejectionDescriptions)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_RequestMultiplexEntryReject::GetDataLength() const { PINDEX length = 0; length += m_entryNumbers.GetObjectLength(); length += m_rejectionDescriptions.GetObjectLength(); return length; } BOOL H245_RequestMultiplexEntryReject::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_entryNumbers.Decode(strm)) return FALSE; if (!m_rejectionDescriptions.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_RequestMultiplexEntryReject::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_entryNumbers.Encode(strm); m_rejectionDescriptions.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_RequestMultiplexEntryReject::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RequestMultiplexEntryReject::Class()), PInvalidCast); #endif return new H245_RequestMultiplexEntryReject(*this); } // // RequestMultiplexEntryRejectionDescriptions // H245_RequestMultiplexEntryRejectionDescriptions::H245_RequestMultiplexEntryRejectionDescriptions(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_RequestMultiplexEntryRejectionDescriptions::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+28) << "multiplexTableEntryNumber = " << setprecision(indent) << m_multiplexTableEntryNumber << '\n'; strm << setw(indent+8) << "cause = " << setprecision(indent) << m_cause << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_RequestMultiplexEntryRejectionDescriptions::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_RequestMultiplexEntryRejectionDescriptions), PInvalidCast); #endif const H245_RequestMultiplexEntryRejectionDescriptions & other = (const H245_RequestMultiplexEntryRejectionDescriptions &)obj; Comparison result; if ((result = m_multiplexTableEntryNumber.Compare(other.m_multiplexTableEntryNumber)) != EqualTo) return result; if ((result = m_cause.Compare(other.m_cause)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_RequestMultiplexEntryRejectionDescriptions::GetDataLength() const { PINDEX length = 0; length += m_multiplexTableEntryNumber.GetObjectLength(); length += m_cause.GetObjectLength(); return length; } BOOL H245_RequestMultiplexEntryRejectionDescriptions::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_multiplexTableEntryNumber.Decode(strm)) return FALSE; if (!m_cause.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_RequestMultiplexEntryRejectionDescriptions::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_multiplexTableEntryNumber.Encode(strm); m_cause.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_RequestMultiplexEntryRejectionDescriptions::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RequestMultiplexEntryRejectionDescriptions::Class()), PInvalidCast); #endif return new H245_RequestMultiplexEntryRejectionDescriptions(*this); } // // RequestMultiplexEntryRelease // H245_RequestMultiplexEntryRelease::H245_RequestMultiplexEntryRelease(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_entryNumbers.SetConstraints(PASN_Object::FixedConstraint, 1, 15); } #ifndef PASN_NOPRINTON void H245_RequestMultiplexEntryRelease::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "entryNumbers = " << setprecision(indent) << m_entryNumbers << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_RequestMultiplexEntryRelease::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_RequestMultiplexEntryRelease), PInvalidCast); #endif const H245_RequestMultiplexEntryRelease & other = (const H245_RequestMultiplexEntryRelease &)obj; Comparison result; if ((result = m_entryNumbers.Compare(other.m_entryNumbers)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_RequestMultiplexEntryRelease::GetDataLength() const { PINDEX length = 0; length += m_entryNumbers.GetObjectLength(); return length; } BOOL H245_RequestMultiplexEntryRelease::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_entryNumbers.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_RequestMultiplexEntryRelease::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_entryNumbers.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_RequestMultiplexEntryRelease::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RequestMultiplexEntryRelease::Class()), PInvalidCast); #endif return new H245_RequestMultiplexEntryRelease(*this); } // // RequestMode // H245_RequestMode::H245_RequestMode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_requestedModes.SetConstraints(PASN_Object::FixedConstraint, 1, 256); } #ifndef PASN_NOPRINTON void H245_RequestMode::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "sequenceNumber = " << setprecision(indent) << m_sequenceNumber << '\n'; strm << setw(indent+17) << "requestedModes = " << setprecision(indent) << m_requestedModes << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_RequestMode::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_RequestMode), PInvalidCast); #endif const H245_RequestMode & other = (const H245_RequestMode &)obj; Comparison result; if ((result = m_sequenceNumber.Compare(other.m_sequenceNumber)) != EqualTo) return result; if ((result = m_requestedModes.Compare(other.m_requestedModes)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_RequestMode::GetDataLength() const { PINDEX length = 0; length += m_sequenceNumber.GetObjectLength(); length += m_requestedModes.GetObjectLength(); return length; } BOOL H245_RequestMode::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_sequenceNumber.Decode(strm)) return FALSE; if (!m_requestedModes.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_RequestMode::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_sequenceNumber.Encode(strm); m_requestedModes.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_RequestMode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RequestMode::Class()), PInvalidCast); #endif return new H245_RequestMode(*this); } // // RequestModeAck // H245_RequestModeAck::H245_RequestModeAck(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_RequestModeAck::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "sequenceNumber = " << setprecision(indent) << m_sequenceNumber << '\n'; strm << setw(indent+11) << "response = " << setprecision(indent) << m_response << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_RequestModeAck::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_RequestModeAck), PInvalidCast); #endif const H245_RequestModeAck & other = (const H245_RequestModeAck &)obj; Comparison result; if ((result = m_sequenceNumber.Compare(other.m_sequenceNumber)) != EqualTo) return result; if ((result = m_response.Compare(other.m_response)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_RequestModeAck::GetDataLength() const { PINDEX length = 0; length += m_sequenceNumber.GetObjectLength(); length += m_response.GetObjectLength(); return length; } BOOL H245_RequestModeAck::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_sequenceNumber.Decode(strm)) return FALSE; if (!m_response.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_RequestModeAck::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_sequenceNumber.Encode(strm); m_response.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_RequestModeAck::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RequestModeAck::Class()), PInvalidCast); #endif return new H245_RequestModeAck(*this); } // // RequestModeReject // H245_RequestModeReject::H245_RequestModeReject(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_RequestModeReject::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "sequenceNumber = " << setprecision(indent) << m_sequenceNumber << '\n'; strm << setw(indent+8) << "cause = " << setprecision(indent) << m_cause << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_RequestModeReject::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_RequestModeReject), PInvalidCast); #endif const H245_RequestModeReject & other = (const H245_RequestModeReject &)obj; Comparison result; if ((result = m_sequenceNumber.Compare(other.m_sequenceNumber)) != EqualTo) return result; if ((result = m_cause.Compare(other.m_cause)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_RequestModeReject::GetDataLength() const { PINDEX length = 0; length += m_sequenceNumber.GetObjectLength(); length += m_cause.GetObjectLength(); return length; } BOOL H245_RequestModeReject::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_sequenceNumber.Decode(strm)) return FALSE; if (!m_cause.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_RequestModeReject::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_sequenceNumber.Encode(strm); m_cause.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_RequestModeReject::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RequestModeReject::Class()), PInvalidCast); #endif return new H245_RequestModeReject(*this); } // // RedundancyEncodingDTModeElement // H245_RedundancyEncodingDTModeElement::H245_RedundancyEncodingDTModeElement(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_RedundancyEncodingDTModeElement::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+7) << "type = " << setprecision(indent) << m_type << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_RedundancyEncodingDTModeElement::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_RedundancyEncodingDTModeElement), PInvalidCast); #endif const H245_RedundancyEncodingDTModeElement & other = (const H245_RedundancyEncodingDTModeElement &)obj; Comparison result; if ((result = m_type.Compare(other.m_type)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_RedundancyEncodingDTModeElement::GetDataLength() const { PINDEX length = 0; length += m_type.GetObjectLength(); return length; } BOOL H245_RedundancyEncodingDTModeElement::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_type.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_RedundancyEncodingDTModeElement::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_type.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_RedundancyEncodingDTModeElement::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RedundancyEncodingDTModeElement::Class()), PInvalidCast); #endif return new H245_RedundancyEncodingDTModeElement(*this); } // // MultiplePayloadStreamMode // H245_MultiplePayloadStreamMode::H245_MultiplePayloadStreamMode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_MultiplePayloadStreamMode::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "elements = " << setprecision(indent) << m_elements << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MultiplePayloadStreamMode::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MultiplePayloadStreamMode), PInvalidCast); #endif const H245_MultiplePayloadStreamMode & other = (const H245_MultiplePayloadStreamMode &)obj; Comparison result; if ((result = m_elements.Compare(other.m_elements)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MultiplePayloadStreamMode::GetDataLength() const { PINDEX length = 0; length += m_elements.GetObjectLength(); return length; } BOOL H245_MultiplePayloadStreamMode::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_elements.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MultiplePayloadStreamMode::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_elements.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MultiplePayloadStreamMode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultiplePayloadStreamMode::Class()), PInvalidCast); #endif return new H245_MultiplePayloadStreamMode(*this); } // // FECMode // H245_FECMode::H245_FECMode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_FECMode::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+19) << "protectedElement = " << setprecision(indent) << m_protectedElement << '\n'; if (HasOptionalField(e_fecScheme)) strm << setw(indent+12) << "fecScheme = " << setprecision(indent) << m_fecScheme << '\n'; if (HasOptionalField(e_rfc2733Format)) strm << setw(indent+16) << "rfc2733Format = " << setprecision(indent) << m_rfc2733Format << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_FECMode::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_FECMode), PInvalidCast); #endif const H245_FECMode & other = (const H245_FECMode &)obj; Comparison result; if ((result = m_protectedElement.Compare(other.m_protectedElement)) != EqualTo) return result; if ((result = m_fecScheme.Compare(other.m_fecScheme)) != EqualTo) return result; if ((result = m_rfc2733Format.Compare(other.m_rfc2733Format)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_FECMode::GetDataLength() const { PINDEX length = 0; length += m_protectedElement.GetObjectLength(); if (HasOptionalField(e_fecScheme)) length += m_fecScheme.GetObjectLength(); if (HasOptionalField(e_rfc2733Format)) length += m_rfc2733Format.GetObjectLength(); return length; } BOOL H245_FECMode::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_protectedElement.Decode(strm)) return FALSE; if (HasOptionalField(e_fecScheme) && !m_fecScheme.Decode(strm)) return FALSE; if (HasOptionalField(e_rfc2733Format) && !m_rfc2733Format.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_FECMode::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_protectedElement.Encode(strm); if (HasOptionalField(e_fecScheme)) m_fecScheme.Encode(strm); if (HasOptionalField(e_rfc2733Format)) m_rfc2733Format.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_FECMode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_FECMode::Class()), PInvalidCast); #endif return new H245_FECMode(*this); } // // H223ModeParameters // H245_H223ModeParameters::H245_H223ModeParameters(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_H223ModeParameters::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+22) << "adaptationLayerType = " << setprecision(indent) << m_adaptationLayerType << '\n'; strm << setw(indent+18) << "segmentableFlag = " << setprecision(indent) << m_segmentableFlag << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_H223ModeParameters::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_H223ModeParameters), PInvalidCast); #endif const H245_H223ModeParameters & other = (const H245_H223ModeParameters &)obj; Comparison result; if ((result = m_adaptationLayerType.Compare(other.m_adaptationLayerType)) != EqualTo) return result; if ((result = m_segmentableFlag.Compare(other.m_segmentableFlag)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_H223ModeParameters::GetDataLength() const { PINDEX length = 0; length += m_adaptationLayerType.GetObjectLength(); length += m_segmentableFlag.GetObjectLength(); return length; } BOOL H245_H223ModeParameters::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_adaptationLayerType.Decode(strm)) return FALSE; if (!m_segmentableFlag.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_H223ModeParameters::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_adaptationLayerType.Encode(strm); m_segmentableFlag.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_H223ModeParameters::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H223ModeParameters::Class()), PInvalidCast); #endif return new H245_H223ModeParameters(*this); } // // RedundancyEncodingMode // H245_RedundancyEncodingMode::H245_RedundancyEncodingMode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_RedundancyEncodingMode::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+27) << "redundancyEncodingMethod = " << setprecision(indent) << m_redundancyEncodingMethod << '\n'; if (HasOptionalField(e_secondaryEncoding)) strm << setw(indent+20) << "secondaryEncoding = " << setprecision(indent) << m_secondaryEncoding << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_RedundancyEncodingMode::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_RedundancyEncodingMode), PInvalidCast); #endif const H245_RedundancyEncodingMode & other = (const H245_RedundancyEncodingMode &)obj; Comparison result; if ((result = m_redundancyEncodingMethod.Compare(other.m_redundancyEncodingMethod)) != EqualTo) return result; if ((result = m_secondaryEncoding.Compare(other.m_secondaryEncoding)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_RedundancyEncodingMode::GetDataLength() const { PINDEX length = 0; length += m_redundancyEncodingMethod.GetObjectLength(); if (HasOptionalField(e_secondaryEncoding)) length += m_secondaryEncoding.GetObjectLength(); return length; } BOOL H245_RedundancyEncodingMode::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_redundancyEncodingMethod.Decode(strm)) return FALSE; if (HasOptionalField(e_secondaryEncoding) && !m_secondaryEncoding.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_RedundancyEncodingMode::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_redundancyEncodingMethod.Encode(strm); if (HasOptionalField(e_secondaryEncoding)) m_secondaryEncoding.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_RedundancyEncodingMode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RedundancyEncodingMode::Class()), PInvalidCast); #endif return new H245_RedundancyEncodingMode(*this); } // // H261VideoMode // H245_H261VideoMode::H245_H261VideoMode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_bitRate.SetConstraints(PASN_Object::FixedConstraint, 1, 19200); } #ifndef PASN_NOPRINTON void H245_H261VideoMode::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+13) << "resolution = " << setprecision(indent) << m_resolution << '\n'; strm << setw(indent+10) << "bitRate = " << setprecision(indent) << m_bitRate << '\n'; strm << setw(indent+25) << "stillImageTransmission = " << setprecision(indent) << m_stillImageTransmission << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_H261VideoMode::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_H261VideoMode), PInvalidCast); #endif const H245_H261VideoMode & other = (const H245_H261VideoMode &)obj; Comparison result; if ((result = m_resolution.Compare(other.m_resolution)) != EqualTo) return result; if ((result = m_bitRate.Compare(other.m_bitRate)) != EqualTo) return result; if ((result = m_stillImageTransmission.Compare(other.m_stillImageTransmission)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_H261VideoMode::GetDataLength() const { PINDEX length = 0; length += m_resolution.GetObjectLength(); length += m_bitRate.GetObjectLength(); length += m_stillImageTransmission.GetObjectLength(); return length; } BOOL H245_H261VideoMode::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_resolution.Decode(strm)) return FALSE; if (!m_bitRate.Decode(strm)) return FALSE; if (!m_stillImageTransmission.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_H261VideoMode::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_resolution.Encode(strm); m_bitRate.Encode(strm); m_stillImageTransmission.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_H261VideoMode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H261VideoMode::Class()), PInvalidCast); #endif return new H245_H261VideoMode(*this); } // // H262VideoMode // H245_H262VideoMode::H245_H262VideoMode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 6, TRUE, 0) { m_videoBitRate.SetConstraints(PASN_Object::FixedConstraint, 0, 1073741823); m_vbvBufferSize.SetConstraints(PASN_Object::FixedConstraint, 0, 262143); m_samplesPerLine.SetConstraints(PASN_Object::FixedConstraint, 0, 16383); m_linesPerFrame.SetConstraints(PASN_Object::FixedConstraint, 0, 16383); m_framesPerSecond.SetConstraints(PASN_Object::FixedConstraint, 0, 15); m_luminanceSampleRate.SetConstraints(PASN_Object::FixedConstraint, 0, 4294967295U); } #ifndef PASN_NOPRINTON void H245_H262VideoMode::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+18) << "profileAndLevel = " << setprecision(indent) << m_profileAndLevel << '\n'; if (HasOptionalField(e_videoBitRate)) strm << setw(indent+15) << "videoBitRate = " << setprecision(indent) << m_videoBitRate << '\n'; if (HasOptionalField(e_vbvBufferSize)) strm << setw(indent+16) << "vbvBufferSize = " << setprecision(indent) << m_vbvBufferSize << '\n'; if (HasOptionalField(e_samplesPerLine)) strm << setw(indent+17) << "samplesPerLine = " << setprecision(indent) << m_samplesPerLine << '\n'; if (HasOptionalField(e_linesPerFrame)) strm << setw(indent+16) << "linesPerFrame = " << setprecision(indent) << m_linesPerFrame << '\n'; if (HasOptionalField(e_framesPerSecond)) strm << setw(indent+18) << "framesPerSecond = " << setprecision(indent) << m_framesPerSecond << '\n'; if (HasOptionalField(e_luminanceSampleRate)) strm << setw(indent+22) << "luminanceSampleRate = " << setprecision(indent) << m_luminanceSampleRate << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_H262VideoMode::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_H262VideoMode), PInvalidCast); #endif const H245_H262VideoMode & other = (const H245_H262VideoMode &)obj; Comparison result; if ((result = m_profileAndLevel.Compare(other.m_profileAndLevel)) != EqualTo) return result; if ((result = m_videoBitRate.Compare(other.m_videoBitRate)) != EqualTo) return result; if ((result = m_vbvBufferSize.Compare(other.m_vbvBufferSize)) != EqualTo) return result; if ((result = m_samplesPerLine.Compare(other.m_samplesPerLine)) != EqualTo) return result; if ((result = m_linesPerFrame.Compare(other.m_linesPerFrame)) != EqualTo) return result; if ((result = m_framesPerSecond.Compare(other.m_framesPerSecond)) != EqualTo) return result; if ((result = m_luminanceSampleRate.Compare(other.m_luminanceSampleRate)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_H262VideoMode::GetDataLength() const { PINDEX length = 0; length += m_profileAndLevel.GetObjectLength(); if (HasOptionalField(e_videoBitRate)) length += m_videoBitRate.GetObjectLength(); if (HasOptionalField(e_vbvBufferSize)) length += m_vbvBufferSize.GetObjectLength(); if (HasOptionalField(e_samplesPerLine)) length += m_samplesPerLine.GetObjectLength(); if (HasOptionalField(e_linesPerFrame)) length += m_linesPerFrame.GetObjectLength(); if (HasOptionalField(e_framesPerSecond)) length += m_framesPerSecond.GetObjectLength(); if (HasOptionalField(e_luminanceSampleRate)) length += m_luminanceSampleRate.GetObjectLength(); return length; } BOOL H245_H262VideoMode::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_profileAndLevel.Decode(strm)) return FALSE; if (HasOptionalField(e_videoBitRate) && !m_videoBitRate.Decode(strm)) return FALSE; if (HasOptionalField(e_vbvBufferSize) && !m_vbvBufferSize.Decode(strm)) return FALSE; if (HasOptionalField(e_samplesPerLine) && !m_samplesPerLine.Decode(strm)) return FALSE; if (HasOptionalField(e_linesPerFrame) && !m_linesPerFrame.Decode(strm)) return FALSE; if (HasOptionalField(e_framesPerSecond) && !m_framesPerSecond.Decode(strm)) return FALSE; if (HasOptionalField(e_luminanceSampleRate) && !m_luminanceSampleRate.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_H262VideoMode::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_profileAndLevel.Encode(strm); if (HasOptionalField(e_videoBitRate)) m_videoBitRate.Encode(strm); if (HasOptionalField(e_vbvBufferSize)) m_vbvBufferSize.Encode(strm); if (HasOptionalField(e_samplesPerLine)) m_samplesPerLine.Encode(strm); if (HasOptionalField(e_linesPerFrame)) m_linesPerFrame.Encode(strm); if (HasOptionalField(e_framesPerSecond)) m_framesPerSecond.Encode(strm); if (HasOptionalField(e_luminanceSampleRate)) m_luminanceSampleRate.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_H262VideoMode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H262VideoMode::Class()), PInvalidCast); #endif return new H245_H262VideoMode(*this); } // // IS11172AudioMode // H245_IS11172AudioMode::H245_IS11172AudioMode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_bitRate.SetConstraints(PASN_Object::FixedConstraint, 1, 448); } #ifndef PASN_NOPRINTON void H245_IS11172AudioMode::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+13) << "audioLayer = " << setprecision(indent) << m_audioLayer << '\n'; strm << setw(indent+16) << "audioSampling = " << setprecision(indent) << m_audioSampling << '\n'; strm << setw(indent+19) << "multichannelType = " << setprecision(indent) << m_multichannelType << '\n'; strm << setw(indent+10) << "bitRate = " << setprecision(indent) << m_bitRate << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_IS11172AudioMode::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_IS11172AudioMode), PInvalidCast); #endif const H245_IS11172AudioMode & other = (const H245_IS11172AudioMode &)obj; Comparison result; if ((result = m_audioLayer.Compare(other.m_audioLayer)) != EqualTo) return result; if ((result = m_audioSampling.Compare(other.m_audioSampling)) != EqualTo) return result; if ((result = m_multichannelType.Compare(other.m_multichannelType)) != EqualTo) return result; if ((result = m_bitRate.Compare(other.m_bitRate)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_IS11172AudioMode::GetDataLength() const { PINDEX length = 0; length += m_audioLayer.GetObjectLength(); length += m_audioSampling.GetObjectLength(); length += m_multichannelType.GetObjectLength(); length += m_bitRate.GetObjectLength(); return length; } BOOL H245_IS11172AudioMode::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_audioLayer.Decode(strm)) return FALSE; if (!m_audioSampling.Decode(strm)) return FALSE; if (!m_multichannelType.Decode(strm)) return FALSE; if (!m_bitRate.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_IS11172AudioMode::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_audioLayer.Encode(strm); m_audioSampling.Encode(strm); m_multichannelType.Encode(strm); m_bitRate.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_IS11172AudioMode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_IS11172AudioMode::Class()), PInvalidCast); #endif return new H245_IS11172AudioMode(*this); } // // IS13818AudioMode // H245_IS13818AudioMode::H245_IS13818AudioMode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_bitRate.SetConstraints(PASN_Object::FixedConstraint, 1, 1130); } #ifndef PASN_NOPRINTON void H245_IS13818AudioMode::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+13) << "audioLayer = " << setprecision(indent) << m_audioLayer << '\n'; strm << setw(indent+16) << "audioSampling = " << setprecision(indent) << m_audioSampling << '\n'; strm << setw(indent+19) << "multichannelType = " << setprecision(indent) << m_multichannelType << '\n'; strm << setw(indent+26) << "lowFrequencyEnhancement = " << setprecision(indent) << m_lowFrequencyEnhancement << '\n'; strm << setw(indent+15) << "multilingual = " << setprecision(indent) << m_multilingual << '\n'; strm << setw(indent+10) << "bitRate = " << setprecision(indent) << m_bitRate << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_IS13818AudioMode::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_IS13818AudioMode), PInvalidCast); #endif const H245_IS13818AudioMode & other = (const H245_IS13818AudioMode &)obj; Comparison result; if ((result = m_audioLayer.Compare(other.m_audioLayer)) != EqualTo) return result; if ((result = m_audioSampling.Compare(other.m_audioSampling)) != EqualTo) return result; if ((result = m_multichannelType.Compare(other.m_multichannelType)) != EqualTo) return result; if ((result = m_lowFrequencyEnhancement.Compare(other.m_lowFrequencyEnhancement)) != EqualTo) return result; if ((result = m_multilingual.Compare(other.m_multilingual)) != EqualTo) return result; if ((result = m_bitRate.Compare(other.m_bitRate)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_IS13818AudioMode::GetDataLength() const { PINDEX length = 0; length += m_audioLayer.GetObjectLength(); length += m_audioSampling.GetObjectLength(); length += m_multichannelType.GetObjectLength(); length += m_lowFrequencyEnhancement.GetObjectLength(); length += m_multilingual.GetObjectLength(); length += m_bitRate.GetObjectLength(); return length; } BOOL H245_IS13818AudioMode::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_audioLayer.Decode(strm)) return FALSE; if (!m_audioSampling.Decode(strm)) return FALSE; if (!m_multichannelType.Decode(strm)) return FALSE; if (!m_lowFrequencyEnhancement.Decode(strm)) return FALSE; if (!m_multilingual.Decode(strm)) return FALSE; if (!m_bitRate.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_IS13818AudioMode::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_audioLayer.Encode(strm); m_audioSampling.Encode(strm); m_multichannelType.Encode(strm); m_lowFrequencyEnhancement.Encode(strm); m_multilingual.Encode(strm); m_bitRate.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_IS13818AudioMode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_IS13818AudioMode::Class()), PInvalidCast); #endif return new H245_IS13818AudioMode(*this); } // // G7231AnnexCMode // H245_G7231AnnexCMode::H245_G7231AnnexCMode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_maxAl_sduAudioFrames.SetConstraints(PASN_Object::FixedConstraint, 1, 256); } #ifndef PASN_NOPRINTON void H245_G7231AnnexCMode::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+23) << "maxAl_sduAudioFrames = " << setprecision(indent) << m_maxAl_sduAudioFrames << '\n'; strm << setw(indent+21) << "silenceSuppression = " << setprecision(indent) << m_silenceSuppression << '\n'; strm << setw(indent+22) << "g723AnnexCAudioMode = " << setprecision(indent) << m_g723AnnexCAudioMode << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_G7231AnnexCMode::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_G7231AnnexCMode), PInvalidCast); #endif const H245_G7231AnnexCMode & other = (const H245_G7231AnnexCMode &)obj; Comparison result; if ((result = m_maxAl_sduAudioFrames.Compare(other.m_maxAl_sduAudioFrames)) != EqualTo) return result; if ((result = m_silenceSuppression.Compare(other.m_silenceSuppression)) != EqualTo) return result; if ((result = m_g723AnnexCAudioMode.Compare(other.m_g723AnnexCAudioMode)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_G7231AnnexCMode::GetDataLength() const { PINDEX length = 0; length += m_maxAl_sduAudioFrames.GetObjectLength(); length += m_silenceSuppression.GetObjectLength(); length += m_g723AnnexCAudioMode.GetObjectLength(); return length; } BOOL H245_G7231AnnexCMode::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_maxAl_sduAudioFrames.Decode(strm)) return FALSE; if (!m_silenceSuppression.Decode(strm)) return FALSE; if (!m_g723AnnexCAudioMode.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_G7231AnnexCMode::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_maxAl_sduAudioFrames.Encode(strm); m_silenceSuppression.Encode(strm); m_g723AnnexCAudioMode.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_G7231AnnexCMode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_G7231AnnexCMode::Class()), PInvalidCast); #endif return new H245_G7231AnnexCMode(*this); } // // DataMode // H245_DataMode::H245_DataMode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_bitRate.SetConstraints(PASN_Object::FixedConstraint, 0, 4294967295U); } #ifndef PASN_NOPRINTON void H245_DataMode::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+14) << "application = " << setprecision(indent) << m_application << '\n'; strm << setw(indent+10) << "bitRate = " << setprecision(indent) << m_bitRate << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_DataMode::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_DataMode), PInvalidCast); #endif const H245_DataMode & other = (const H245_DataMode &)obj; Comparison result; if ((result = m_application.Compare(other.m_application)) != EqualTo) return result; if ((result = m_bitRate.Compare(other.m_bitRate)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_DataMode::GetDataLength() const { PINDEX length = 0; length += m_application.GetObjectLength(); length += m_bitRate.GetObjectLength(); return length; } BOOL H245_DataMode::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_application.Decode(strm)) return FALSE; if (!m_bitRate.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_DataMode::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_application.Encode(strm); m_bitRate.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_DataMode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_DataMode::Class()), PInvalidCast); #endif return new H245_DataMode(*this); } // // MaintenanceLoopRequest // H245_MaintenanceLoopRequest::H245_MaintenanceLoopRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_MaintenanceLoopRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+7) << "type = " << setprecision(indent) << m_type << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MaintenanceLoopRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MaintenanceLoopRequest), PInvalidCast); #endif const H245_MaintenanceLoopRequest & other = (const H245_MaintenanceLoopRequest &)obj; Comparison result; if ((result = m_type.Compare(other.m_type)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MaintenanceLoopRequest::GetDataLength() const { PINDEX length = 0; length += m_type.GetObjectLength(); return length; } BOOL H245_MaintenanceLoopRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_type.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MaintenanceLoopRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_type.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MaintenanceLoopRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MaintenanceLoopRequest::Class()), PInvalidCast); #endif return new H245_MaintenanceLoopRequest(*this); } // // MaintenanceLoopAck // H245_MaintenanceLoopAck::H245_MaintenanceLoopAck(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_MaintenanceLoopAck::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+7) << "type = " << setprecision(indent) << m_type << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MaintenanceLoopAck::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MaintenanceLoopAck), PInvalidCast); #endif const H245_MaintenanceLoopAck & other = (const H245_MaintenanceLoopAck &)obj; Comparison result; if ((result = m_type.Compare(other.m_type)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MaintenanceLoopAck::GetDataLength() const { PINDEX length = 0; length += m_type.GetObjectLength(); return length; } BOOL H245_MaintenanceLoopAck::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_type.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MaintenanceLoopAck::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_type.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MaintenanceLoopAck::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MaintenanceLoopAck::Class()), PInvalidCast); #endif return new H245_MaintenanceLoopAck(*this); } // // MaintenanceLoopReject // H245_MaintenanceLoopReject::H245_MaintenanceLoopReject(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_MaintenanceLoopReject::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+7) << "type = " << setprecision(indent) << m_type << '\n'; strm << setw(indent+8) << "cause = " << setprecision(indent) << m_cause << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MaintenanceLoopReject::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MaintenanceLoopReject), PInvalidCast); #endif const H245_MaintenanceLoopReject & other = (const H245_MaintenanceLoopReject &)obj; Comparison result; if ((result = m_type.Compare(other.m_type)) != EqualTo) return result; if ((result = m_cause.Compare(other.m_cause)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MaintenanceLoopReject::GetDataLength() const { PINDEX length = 0; length += m_type.GetObjectLength(); length += m_cause.GetObjectLength(); return length; } BOOL H245_MaintenanceLoopReject::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_type.Decode(strm)) return FALSE; if (!m_cause.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MaintenanceLoopReject::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_type.Encode(strm); m_cause.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MaintenanceLoopReject::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MaintenanceLoopReject::Class()), PInvalidCast); #endif return new H245_MaintenanceLoopReject(*this); } // // CommunicationModeCommand // H245_CommunicationModeCommand::H245_CommunicationModeCommand(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_communicationModeTable.SetConstraints(PASN_Object::FixedConstraint, 1, 256); } #ifndef PASN_NOPRINTON void H245_CommunicationModeCommand::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+25) << "communicationModeTable = " << setprecision(indent) << m_communicationModeTable << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_CommunicationModeCommand::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_CommunicationModeCommand), PInvalidCast); #endif const H245_CommunicationModeCommand & other = (const H245_CommunicationModeCommand &)obj; Comparison result; if ((result = m_communicationModeTable.Compare(other.m_communicationModeTable)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_CommunicationModeCommand::GetDataLength() const { PINDEX length = 0; length += m_communicationModeTable.GetObjectLength(); return length; } BOOL H245_CommunicationModeCommand::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_communicationModeTable.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_CommunicationModeCommand::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_communicationModeTable.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_CommunicationModeCommand::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_CommunicationModeCommand::Class()), PInvalidCast); #endif return new H245_CommunicationModeCommand(*this); } // // TerminalLabel // H245_TerminalLabel::H245_TerminalLabel(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_TerminalLabel::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "mcuNumber = " << setprecision(indent) << m_mcuNumber << '\n'; strm << setw(indent+17) << "terminalNumber = " << setprecision(indent) << m_terminalNumber << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_TerminalLabel::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_TerminalLabel), PInvalidCast); #endif const H245_TerminalLabel & other = (const H245_TerminalLabel &)obj; Comparison result; if ((result = m_mcuNumber.Compare(other.m_mcuNumber)) != EqualTo) return result; if ((result = m_terminalNumber.Compare(other.m_terminalNumber)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_TerminalLabel::GetDataLength() const { PINDEX length = 0; length += m_mcuNumber.GetObjectLength(); length += m_terminalNumber.GetObjectLength(); return length; } BOOL H245_TerminalLabel::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_mcuNumber.Decode(strm)) return FALSE; if (!m_terminalNumber.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_TerminalLabel::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_mcuNumber.Encode(strm); m_terminalNumber.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_TerminalLabel::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_TerminalLabel::Class()), PInvalidCast); #endif return new H245_TerminalLabel(*this); } // // RequestAllTerminalIDsResponse // H245_RequestAllTerminalIDsResponse::H245_RequestAllTerminalIDsResponse(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_RequestAllTerminalIDsResponse::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+22) << "terminalInformation = " << setprecision(indent) << m_terminalInformation << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_RequestAllTerminalIDsResponse::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_RequestAllTerminalIDsResponse), PInvalidCast); #endif const H245_RequestAllTerminalIDsResponse & other = (const H245_RequestAllTerminalIDsResponse &)obj; Comparison result; if ((result = m_terminalInformation.Compare(other.m_terminalInformation)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_RequestAllTerminalIDsResponse::GetDataLength() const { PINDEX length = 0; length += m_terminalInformation.GetObjectLength(); return length; } BOOL H245_RequestAllTerminalIDsResponse::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_terminalInformation.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_RequestAllTerminalIDsResponse::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_terminalInformation.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_RequestAllTerminalIDsResponse::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RequestAllTerminalIDsResponse::Class()), PInvalidCast); #endif return new H245_RequestAllTerminalIDsResponse(*this); } // // TerminalInformation // H245_TerminalInformation::H245_TerminalInformation(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_TerminalInformation::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "terminalLabel = " << setprecision(indent) << m_terminalLabel << '\n'; strm << setw(indent+13) << "terminalID = " << setprecision(indent) << m_terminalID << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_TerminalInformation::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_TerminalInformation), PInvalidCast); #endif const H245_TerminalInformation & other = (const H245_TerminalInformation &)obj; Comparison result; if ((result = m_terminalLabel.Compare(other.m_terminalLabel)) != EqualTo) return result; if ((result = m_terminalID.Compare(other.m_terminalID)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_TerminalInformation::GetDataLength() const { PINDEX length = 0; length += m_terminalLabel.GetObjectLength(); length += m_terminalID.GetObjectLength(); return length; } BOOL H245_TerminalInformation::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_terminalLabel.Decode(strm)) return FALSE; if (!m_terminalID.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_TerminalInformation::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_terminalLabel.Encode(strm); m_terminalID.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_TerminalInformation::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_TerminalInformation::Class()), PInvalidCast); #endif return new H245_TerminalInformation(*this); } // // DialingInformationNumber // H245_DialingInformationNumber::H245_DialingInformationNumber(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_networkAddress.SetConstraints(PASN_Object::FixedConstraint, 0, 40); m_subAddress.SetConstraints(PASN_Object::FixedConstraint, 1, 40); m_networkType.SetConstraints(PASN_Object::FixedConstraint, 1, 255); } #ifndef PASN_NOPRINTON void H245_DialingInformationNumber::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "networkAddress = " << setprecision(indent) << m_networkAddress << '\n'; if (HasOptionalField(e_subAddress)) strm << setw(indent+13) << "subAddress = " << setprecision(indent) << m_subAddress << '\n'; strm << setw(indent+14) << "networkType = " << setprecision(indent) << m_networkType << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_DialingInformationNumber::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_DialingInformationNumber), PInvalidCast); #endif const H245_DialingInformationNumber & other = (const H245_DialingInformationNumber &)obj; Comparison result; if ((result = m_networkAddress.Compare(other.m_networkAddress)) != EqualTo) return result; if ((result = m_subAddress.Compare(other.m_subAddress)) != EqualTo) return result; if ((result = m_networkType.Compare(other.m_networkType)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_DialingInformationNumber::GetDataLength() const { PINDEX length = 0; length += m_networkAddress.GetObjectLength(); if (HasOptionalField(e_subAddress)) length += m_subAddress.GetObjectLength(); length += m_networkType.GetObjectLength(); return length; } BOOL H245_DialingInformationNumber::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_networkAddress.Decode(strm)) return FALSE; if (HasOptionalField(e_subAddress) && !m_subAddress.Decode(strm)) return FALSE; if (!m_networkType.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_DialingInformationNumber::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_networkAddress.Encode(strm); if (HasOptionalField(e_subAddress)) m_subAddress.Encode(strm); m_networkType.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_DialingInformationNumber::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_DialingInformationNumber::Class()), PInvalidCast); #endif return new H245_DialingInformationNumber(*this); } // // LogicalChannelRateReject // H245_LogicalChannelRateReject::H245_LogicalChannelRateReject(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_LogicalChannelRateReject::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "sequenceNumber = " << setprecision(indent) << m_sequenceNumber << '\n'; strm << setw(indent+23) << "logicalChannelNumber = " << setprecision(indent) << m_logicalChannelNumber << '\n'; strm << setw(indent+15) << "rejectReason = " << setprecision(indent) << m_rejectReason << '\n'; if (HasOptionalField(e_currentMaximumBitRate)) strm << setw(indent+24) << "currentMaximumBitRate = " << setprecision(indent) << m_currentMaximumBitRate << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_LogicalChannelRateReject::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_LogicalChannelRateReject), PInvalidCast); #endif const H245_LogicalChannelRateReject & other = (const H245_LogicalChannelRateReject &)obj; Comparison result; if ((result = m_sequenceNumber.Compare(other.m_sequenceNumber)) != EqualTo) return result; if ((result = m_logicalChannelNumber.Compare(other.m_logicalChannelNumber)) != EqualTo) return result; if ((result = m_rejectReason.Compare(other.m_rejectReason)) != EqualTo) return result; if ((result = m_currentMaximumBitRate.Compare(other.m_currentMaximumBitRate)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_LogicalChannelRateReject::GetDataLength() const { PINDEX length = 0; length += m_sequenceNumber.GetObjectLength(); length += m_logicalChannelNumber.GetObjectLength(); length += m_rejectReason.GetObjectLength(); if (HasOptionalField(e_currentMaximumBitRate)) length += m_currentMaximumBitRate.GetObjectLength(); return length; } BOOL H245_LogicalChannelRateReject::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_sequenceNumber.Decode(strm)) return FALSE; if (!m_logicalChannelNumber.Decode(strm)) return FALSE; if (!m_rejectReason.Decode(strm)) return FALSE; if (HasOptionalField(e_currentMaximumBitRate) && !m_currentMaximumBitRate.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_LogicalChannelRateReject::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_sequenceNumber.Encode(strm); m_logicalChannelNumber.Encode(strm); m_rejectReason.Encode(strm); if (HasOptionalField(e_currentMaximumBitRate)) m_currentMaximumBitRate.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_LogicalChannelRateReject::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_LogicalChannelRateReject::Class()), PInvalidCast); #endif return new H245_LogicalChannelRateReject(*this); } // // FlowControlCommand // H245_FlowControlCommand::H245_FlowControlCommand(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_FlowControlCommand::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+8) << "scope = " << setprecision(indent) << m_scope << '\n'; strm << setw(indent+14) << "restriction = " << setprecision(indent) << m_restriction << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_FlowControlCommand::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_FlowControlCommand), PInvalidCast); #endif const H245_FlowControlCommand & other = (const H245_FlowControlCommand &)obj; Comparison result; if ((result = m_scope.Compare(other.m_scope)) != EqualTo) return result; if ((result = m_restriction.Compare(other.m_restriction)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_FlowControlCommand::GetDataLength() const { PINDEX length = 0; length += m_scope.GetObjectLength(); length += m_restriction.GetObjectLength(); return length; } BOOL H245_FlowControlCommand::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_scope.Decode(strm)) return FALSE; if (!m_restriction.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_FlowControlCommand::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_scope.Encode(strm); m_restriction.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_FlowControlCommand::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_FlowControlCommand::Class()), PInvalidCast); #endif return new H245_FlowControlCommand(*this); } // // MiscellaneousCommand // H245_MiscellaneousCommand::H245_MiscellaneousCommand(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 1) { } #ifndef PASN_NOPRINTON void H245_MiscellaneousCommand::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+23) << "logicalChannelNumber = " << setprecision(indent) << m_logicalChannelNumber << '\n'; strm << setw(indent+7) << "type = " << setprecision(indent) << m_type << '\n'; if (HasOptionalField(e_direction)) strm << setw(indent+12) << "direction = " << setprecision(indent) << m_direction << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MiscellaneousCommand::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MiscellaneousCommand), PInvalidCast); #endif const H245_MiscellaneousCommand & other = (const H245_MiscellaneousCommand &)obj; Comparison result; if ((result = m_logicalChannelNumber.Compare(other.m_logicalChannelNumber)) != EqualTo) return result; if ((result = m_type.Compare(other.m_type)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MiscellaneousCommand::GetDataLength() const { PINDEX length = 0; length += m_logicalChannelNumber.GetObjectLength(); length += m_type.GetObjectLength(); return length; } BOOL H245_MiscellaneousCommand::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_logicalChannelNumber.Decode(strm)) return FALSE; if (!m_type.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_direction, m_direction)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MiscellaneousCommand::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_logicalChannelNumber.Encode(strm); m_type.Encode(strm); KnownExtensionEncode(strm, e_direction, m_direction); UnknownExtensionsEncode(strm); } PObject * H245_MiscellaneousCommand::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MiscellaneousCommand::Class()), PInvalidCast); #endif return new H245_MiscellaneousCommand(*this); } // // MobileMultilinkReconfigurationCommand // H245_MobileMultilinkReconfigurationCommand::H245_MobileMultilinkReconfigurationCommand(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_sampleSize.SetConstraints(PASN_Object::FixedConstraint, 1, 255); m_samplesPerFrame.SetConstraints(PASN_Object::FixedConstraint, 1, 255); } #ifndef PASN_NOPRINTON void H245_MobileMultilinkReconfigurationCommand::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+13) << "sampleSize = " << setprecision(indent) << m_sampleSize << '\n'; strm << setw(indent+18) << "samplesPerFrame = " << setprecision(indent) << m_samplesPerFrame << '\n'; strm << setw(indent+9) << "status = " << setprecision(indent) << m_status << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MobileMultilinkReconfigurationCommand::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MobileMultilinkReconfigurationCommand), PInvalidCast); #endif const H245_MobileMultilinkReconfigurationCommand & other = (const H245_MobileMultilinkReconfigurationCommand &)obj; Comparison result; if ((result = m_sampleSize.Compare(other.m_sampleSize)) != EqualTo) return result; if ((result = m_samplesPerFrame.Compare(other.m_samplesPerFrame)) != EqualTo) return result; if ((result = m_status.Compare(other.m_status)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MobileMultilinkReconfigurationCommand::GetDataLength() const { PINDEX length = 0; length += m_sampleSize.GetObjectLength(); length += m_samplesPerFrame.GetObjectLength(); length += m_status.GetObjectLength(); return length; } BOOL H245_MobileMultilinkReconfigurationCommand::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_sampleSize.Decode(strm)) return FALSE; if (!m_samplesPerFrame.Decode(strm)) return FALSE; if (!m_status.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MobileMultilinkReconfigurationCommand::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_sampleSize.Encode(strm); m_samplesPerFrame.Encode(strm); m_status.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MobileMultilinkReconfigurationCommand::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MobileMultilinkReconfigurationCommand::Class()), PInvalidCast); #endif return new H245_MobileMultilinkReconfigurationCommand(*this); } // // FunctionNotSupported // H245_FunctionNotSupported::H245_FunctionNotSupported(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_FunctionNotSupported::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+8) << "cause = " << setprecision(indent) << m_cause << '\n'; if (HasOptionalField(e_returnedFunction)) strm << setw(indent+19) << "returnedFunction = " << setprecision(indent) << m_returnedFunction << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_FunctionNotSupported::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_FunctionNotSupported), PInvalidCast); #endif const H245_FunctionNotSupported & other = (const H245_FunctionNotSupported &)obj; Comparison result; if ((result = m_cause.Compare(other.m_cause)) != EqualTo) return result; if ((result = m_returnedFunction.Compare(other.m_returnedFunction)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_FunctionNotSupported::GetDataLength() const { PINDEX length = 0; length += m_cause.GetObjectLength(); if (HasOptionalField(e_returnedFunction)) length += m_returnedFunction.GetObjectLength(); return length; } BOOL H245_FunctionNotSupported::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_cause.Decode(strm)) return FALSE; if (HasOptionalField(e_returnedFunction) && !m_returnedFunction.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_FunctionNotSupported::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_cause.Encode(strm); if (HasOptionalField(e_returnedFunction)) m_returnedFunction.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_FunctionNotSupported::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_FunctionNotSupported::Class()), PInvalidCast); #endif return new H245_FunctionNotSupported(*this); } // // MiscellaneousIndication // H245_MiscellaneousIndication::H245_MiscellaneousIndication(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_MiscellaneousIndication::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+23) << "logicalChannelNumber = " << setprecision(indent) << m_logicalChannelNumber << '\n'; strm << setw(indent+7) << "type = " << setprecision(indent) << m_type << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MiscellaneousIndication::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MiscellaneousIndication), PInvalidCast); #endif const H245_MiscellaneousIndication & other = (const H245_MiscellaneousIndication &)obj; Comparison result; if ((result = m_logicalChannelNumber.Compare(other.m_logicalChannelNumber)) != EqualTo) return result; if ((result = m_type.Compare(other.m_type)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MiscellaneousIndication::GetDataLength() const { PINDEX length = 0; length += m_logicalChannelNumber.GetObjectLength(); length += m_type.GetObjectLength(); return length; } BOOL H245_MiscellaneousIndication::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_logicalChannelNumber.Decode(strm)) return FALSE; if (!m_type.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MiscellaneousIndication::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_logicalChannelNumber.Encode(strm); m_type.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MiscellaneousIndication::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MiscellaneousIndication::Class()), PInvalidCast); #endif return new H245_MiscellaneousIndication(*this); } // // JitterIndication // H245_JitterIndication::H245_JitterIndication(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { m_estimatedReceivedJitterMantissa.SetConstraints(PASN_Object::FixedConstraint, 0, 3); m_estimatedReceivedJitterExponent.SetConstraints(PASN_Object::FixedConstraint, 0, 7); m_skippedFrameCount.SetConstraints(PASN_Object::FixedConstraint, 0, 15); m_additionalDecoderBuffer.SetConstraints(PASN_Object::FixedConstraint, 0, 262143); } #ifndef PASN_NOPRINTON void H245_JitterIndication::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+8) << "scope = " << setprecision(indent) << m_scope << '\n'; strm << setw(indent+34) << "estimatedReceivedJitterMantissa = " << setprecision(indent) << m_estimatedReceivedJitterMantissa << '\n'; strm << setw(indent+34) << "estimatedReceivedJitterExponent = " << setprecision(indent) << m_estimatedReceivedJitterExponent << '\n'; if (HasOptionalField(e_skippedFrameCount)) strm << setw(indent+20) << "skippedFrameCount = " << setprecision(indent) << m_skippedFrameCount << '\n'; if (HasOptionalField(e_additionalDecoderBuffer)) strm << setw(indent+26) << "additionalDecoderBuffer = " << setprecision(indent) << m_additionalDecoderBuffer << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_JitterIndication::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_JitterIndication), PInvalidCast); #endif const H245_JitterIndication & other = (const H245_JitterIndication &)obj; Comparison result; if ((result = m_scope.Compare(other.m_scope)) != EqualTo) return result; if ((result = m_estimatedReceivedJitterMantissa.Compare(other.m_estimatedReceivedJitterMantissa)) != EqualTo) return result; if ((result = m_estimatedReceivedJitterExponent.Compare(other.m_estimatedReceivedJitterExponent)) != EqualTo) return result; if ((result = m_skippedFrameCount.Compare(other.m_skippedFrameCount)) != EqualTo) return result; if ((result = m_additionalDecoderBuffer.Compare(other.m_additionalDecoderBuffer)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_JitterIndication::GetDataLength() const { PINDEX length = 0; length += m_scope.GetObjectLength(); length += m_estimatedReceivedJitterMantissa.GetObjectLength(); length += m_estimatedReceivedJitterExponent.GetObjectLength(); if (HasOptionalField(e_skippedFrameCount)) length += m_skippedFrameCount.GetObjectLength(); if (HasOptionalField(e_additionalDecoderBuffer)) length += m_additionalDecoderBuffer.GetObjectLength(); return length; } BOOL H245_JitterIndication::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_scope.Decode(strm)) return FALSE; if (!m_estimatedReceivedJitterMantissa.Decode(strm)) return FALSE; if (!m_estimatedReceivedJitterExponent.Decode(strm)) return FALSE; if (HasOptionalField(e_skippedFrameCount) && !m_skippedFrameCount.Decode(strm)) return FALSE; if (HasOptionalField(e_additionalDecoderBuffer) && !m_additionalDecoderBuffer.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_JitterIndication::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_scope.Encode(strm); m_estimatedReceivedJitterMantissa.Encode(strm); m_estimatedReceivedJitterExponent.Encode(strm); if (HasOptionalField(e_skippedFrameCount)) m_skippedFrameCount.Encode(strm); if (HasOptionalField(e_additionalDecoderBuffer)) m_additionalDecoderBuffer.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_JitterIndication::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_JitterIndication::Class()), PInvalidCast); #endif return new H245_JitterIndication(*this); } // // FlowControlIndication // H245_FlowControlIndication::H245_FlowControlIndication(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_FlowControlIndication::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+8) << "scope = " << setprecision(indent) << m_scope << '\n'; strm << setw(indent+14) << "restriction = " << setprecision(indent) << m_restriction << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_FlowControlIndication::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_FlowControlIndication), PInvalidCast); #endif const H245_FlowControlIndication & other = (const H245_FlowControlIndication &)obj; Comparison result; if ((result = m_scope.Compare(other.m_scope)) != EqualTo) return result; if ((result = m_restriction.Compare(other.m_restriction)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_FlowControlIndication::GetDataLength() const { PINDEX length = 0; length += m_scope.GetObjectLength(); length += m_restriction.GetObjectLength(); return length; } BOOL H245_FlowControlIndication::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_scope.Decode(strm)) return FALSE; if (!m_restriction.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_FlowControlIndication::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_scope.Encode(strm); m_restriction.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_FlowControlIndication::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_FlowControlIndication::Class()), PInvalidCast); #endif return new H245_FlowControlIndication(*this); } // // VCCapability_availableBitRates // H245_VCCapability_availableBitRates::H245_VCCapability_availableBitRates(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_VCCapability_availableBitRates::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+7) << "type = " << setprecision(indent) << m_type << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_VCCapability_availableBitRates::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_VCCapability_availableBitRates), PInvalidCast); #endif const H245_VCCapability_availableBitRates & other = (const H245_VCCapability_availableBitRates &)obj; Comparison result; if ((result = m_type.Compare(other.m_type)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_VCCapability_availableBitRates::GetDataLength() const { PINDEX length = 0; length += m_type.GetObjectLength(); return length; } BOOL H245_VCCapability_availableBitRates::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_type.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_VCCapability_availableBitRates::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_type.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_VCCapability_availableBitRates::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_VCCapability_availableBitRates::Class()), PInvalidCast); #endif return new H245_VCCapability_availableBitRates(*this); } // // VCCapability_aal1ViaGateway // H245_VCCapability_aal1ViaGateway::H245_VCCapability_aal1ViaGateway(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_gatewayAddress.SetConstraints(PASN_Object::FixedConstraint, 1, 256); } #ifndef PASN_NOPRINTON void H245_VCCapability_aal1ViaGateway::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "gatewayAddress = " << setprecision(indent) << m_gatewayAddress << '\n'; strm << setw(indent+20) << "nullClockRecovery = " << setprecision(indent) << m_nullClockRecovery << '\n'; strm << setw(indent+20) << "srtsClockRecovery = " << setprecision(indent) << m_srtsClockRecovery << '\n'; strm << setw(indent+24) << "adaptiveClockRecovery = " << setprecision(indent) << m_adaptiveClockRecovery << '\n'; strm << setw(indent+22) << "nullErrorCorrection = " << setprecision(indent) << m_nullErrorCorrection << '\n'; strm << setw(indent+18) << "longInterleaver = " << setprecision(indent) << m_longInterleaver << '\n'; strm << setw(indent+19) << "shortInterleaver = " << setprecision(indent) << m_shortInterleaver << '\n'; strm << setw(indent+22) << "errorCorrectionOnly = " << setprecision(indent) << m_errorCorrectionOnly << '\n'; strm << setw(indent+25) << "structuredDataTransfer = " << setprecision(indent) << m_structuredDataTransfer << '\n'; strm << setw(indent+23) << "partiallyFilledCells = " << setprecision(indent) << m_partiallyFilledCells << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_VCCapability_aal1ViaGateway::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_VCCapability_aal1ViaGateway), PInvalidCast); #endif const H245_VCCapability_aal1ViaGateway & other = (const H245_VCCapability_aal1ViaGateway &)obj; Comparison result; if ((result = m_gatewayAddress.Compare(other.m_gatewayAddress)) != EqualTo) return result; if ((result = m_nullClockRecovery.Compare(other.m_nullClockRecovery)) != EqualTo) return result; if ((result = m_srtsClockRecovery.Compare(other.m_srtsClockRecovery)) != EqualTo) return result; if ((result = m_adaptiveClockRecovery.Compare(other.m_adaptiveClockRecovery)) != EqualTo) return result; if ((result = m_nullErrorCorrection.Compare(other.m_nullErrorCorrection)) != EqualTo) return result; if ((result = m_longInterleaver.Compare(other.m_longInterleaver)) != EqualTo) return result; if ((result = m_shortInterleaver.Compare(other.m_shortInterleaver)) != EqualTo) return result; if ((result = m_errorCorrectionOnly.Compare(other.m_errorCorrectionOnly)) != EqualTo) return result; if ((result = m_structuredDataTransfer.Compare(other.m_structuredDataTransfer)) != EqualTo) return result; if ((result = m_partiallyFilledCells.Compare(other.m_partiallyFilledCells)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_VCCapability_aal1ViaGateway::GetDataLength() const { PINDEX length = 0; length += m_gatewayAddress.GetObjectLength(); length += m_nullClockRecovery.GetObjectLength(); length += m_srtsClockRecovery.GetObjectLength(); length += m_adaptiveClockRecovery.GetObjectLength(); length += m_nullErrorCorrection.GetObjectLength(); length += m_longInterleaver.GetObjectLength(); length += m_shortInterleaver.GetObjectLength(); length += m_errorCorrectionOnly.GetObjectLength(); length += m_structuredDataTransfer.GetObjectLength(); length += m_partiallyFilledCells.GetObjectLength(); return length; } BOOL H245_VCCapability_aal1ViaGateway::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_gatewayAddress.Decode(strm)) return FALSE; if (!m_nullClockRecovery.Decode(strm)) return FALSE; if (!m_srtsClockRecovery.Decode(strm)) return FALSE; if (!m_adaptiveClockRecovery.Decode(strm)) return FALSE; if (!m_nullErrorCorrection.Decode(strm)) return FALSE; if (!m_longInterleaver.Decode(strm)) return FALSE; if (!m_shortInterleaver.Decode(strm)) return FALSE; if (!m_errorCorrectionOnly.Decode(strm)) return FALSE; if (!m_structuredDataTransfer.Decode(strm)) return FALSE; if (!m_partiallyFilledCells.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_VCCapability_aal1ViaGateway::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_gatewayAddress.Encode(strm); m_nullClockRecovery.Encode(strm); m_srtsClockRecovery.Encode(strm); m_adaptiveClockRecovery.Encode(strm); m_nullErrorCorrection.Encode(strm); m_longInterleaver.Encode(strm); m_shortInterleaver.Encode(strm); m_errorCorrectionOnly.Encode(strm); m_structuredDataTransfer.Encode(strm); m_partiallyFilledCells.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_VCCapability_aal1ViaGateway::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_VCCapability_aal1ViaGateway::Class()), PInvalidCast); #endif return new H245_VCCapability_aal1ViaGateway(*this); } // // RefPictureSelection_enhancedReferencePicSelect // H245_RefPictureSelection_enhancedReferencePicSelect::H245_RefPictureSelection_enhancedReferencePicSelect(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_RefPictureSelection_enhancedReferencePicSelect::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_subPictureRemovalParameters)) strm << setw(indent+30) << "subPictureRemovalParameters = " << setprecision(indent) << m_subPictureRemovalParameters << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_RefPictureSelection_enhancedReferencePicSelect::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_RefPictureSelection_enhancedReferencePicSelect), PInvalidCast); #endif const H245_RefPictureSelection_enhancedReferencePicSelect & other = (const H245_RefPictureSelection_enhancedReferencePicSelect &)obj; Comparison result; if ((result = m_subPictureRemovalParameters.Compare(other.m_subPictureRemovalParameters)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_RefPictureSelection_enhancedReferencePicSelect::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_subPictureRemovalParameters)) length += m_subPictureRemovalParameters.GetObjectLength(); return length; } BOOL H245_RefPictureSelection_enhancedReferencePicSelect::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_subPictureRemovalParameters) && !m_subPictureRemovalParameters.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_RefPictureSelection_enhancedReferencePicSelect::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_subPictureRemovalParameters)) m_subPictureRemovalParameters.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_RefPictureSelection_enhancedReferencePicSelect::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RefPictureSelection_enhancedReferencePicSelect::Class()), PInvalidCast); #endif return new H245_RefPictureSelection_enhancedReferencePicSelect(*this); } // // CustomPictureFormat_mPI // H245_CustomPictureFormat_mPI::H245_CustomPictureFormat_mPI(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { m_standardMPI.SetConstraints(PASN_Object::FixedConstraint, 1, 31); } #ifndef PASN_NOPRINTON void H245_CustomPictureFormat_mPI::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_standardMPI)) strm << setw(indent+14) << "standardMPI = " << setprecision(indent) << m_standardMPI << '\n'; if (HasOptionalField(e_customPCF)) strm << setw(indent+12) << "customPCF = " << setprecision(indent) << m_customPCF << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_CustomPictureFormat_mPI::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_CustomPictureFormat_mPI), PInvalidCast); #endif const H245_CustomPictureFormat_mPI & other = (const H245_CustomPictureFormat_mPI &)obj; Comparison result; if ((result = m_standardMPI.Compare(other.m_standardMPI)) != EqualTo) return result; if ((result = m_customPCF.Compare(other.m_customPCF)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_CustomPictureFormat_mPI::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_standardMPI)) length += m_standardMPI.GetObjectLength(); if (HasOptionalField(e_customPCF)) length += m_customPCF.GetObjectLength(); return length; } BOOL H245_CustomPictureFormat_mPI::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_standardMPI) && !m_standardMPI.Decode(strm)) return FALSE; if (HasOptionalField(e_customPCF) && !m_customPCF.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_CustomPictureFormat_mPI::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_standardMPI)) m_standardMPI.Encode(strm); if (HasOptionalField(e_customPCF)) m_customPCF.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_CustomPictureFormat_mPI::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_CustomPictureFormat_mPI::Class()), PInvalidCast); #endif return new H245_CustomPictureFormat_mPI(*this); } // // DepFECCapability_rfc2733 // H245_DepFECCapability_rfc2733::H245_DepFECCapability_rfc2733(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_DepFECCapability_rfc2733::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+21) << "redundancyEncoding = " << setprecision(indent) << m_redundancyEncoding << '\n'; strm << setw(indent+17) << "separateStream = " << setprecision(indent) << m_separateStream << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_DepFECCapability_rfc2733::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_DepFECCapability_rfc2733), PInvalidCast); #endif const H245_DepFECCapability_rfc2733 & other = (const H245_DepFECCapability_rfc2733 &)obj; Comparison result; if ((result = m_redundancyEncoding.Compare(other.m_redundancyEncoding)) != EqualTo) return result; if ((result = m_separateStream.Compare(other.m_separateStream)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_DepFECCapability_rfc2733::GetDataLength() const { PINDEX length = 0; length += m_redundancyEncoding.GetObjectLength(); length += m_separateStream.GetObjectLength(); return length; } BOOL H245_DepFECCapability_rfc2733::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_redundancyEncoding.Decode(strm)) return FALSE; if (!m_separateStream.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_DepFECCapability_rfc2733::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_redundancyEncoding.Encode(strm); m_separateStream.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_DepFECCapability_rfc2733::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_DepFECCapability_rfc2733::Class()), PInvalidCast); #endif return new H245_DepFECCapability_rfc2733(*this); } // // OpenLogicalChannel_forwardLogicalChannelParameters // H245_OpenLogicalChannel_forwardLogicalChannelParameters::H245_OpenLogicalChannel_forwardLogicalChannelParameters(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 2) { m_portNumber.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } #ifndef PASN_NOPRINTON void H245_OpenLogicalChannel_forwardLogicalChannelParameters::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_portNumber)) strm << setw(indent+13) << "portNumber = " << setprecision(indent) << m_portNumber << '\n'; strm << setw(indent+11) << "dataType = " << setprecision(indent) << m_dataType << '\n'; strm << setw(indent+22) << "multiplexParameters = " << setprecision(indent) << m_multiplexParameters << '\n'; if (HasOptionalField(e_forwardLogicalChannelDependency)) strm << setw(indent+34) << "forwardLogicalChannelDependency = " << setprecision(indent) << m_forwardLogicalChannelDependency << '\n'; if (HasOptionalField(e_replacementFor)) strm << setw(indent+17) << "replacementFor = " << setprecision(indent) << m_replacementFor << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_OpenLogicalChannel_forwardLogicalChannelParameters::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_OpenLogicalChannel_forwardLogicalChannelParameters), PInvalidCast); #endif const H245_OpenLogicalChannel_forwardLogicalChannelParameters & other = (const H245_OpenLogicalChannel_forwardLogicalChannelParameters &)obj; Comparison result; if ((result = m_portNumber.Compare(other.m_portNumber)) != EqualTo) return result; if ((result = m_dataType.Compare(other.m_dataType)) != EqualTo) return result; if ((result = m_multiplexParameters.Compare(other.m_multiplexParameters)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_OpenLogicalChannel_forwardLogicalChannelParameters::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_portNumber)) length += m_portNumber.GetObjectLength(); length += m_dataType.GetObjectLength(); length += m_multiplexParameters.GetObjectLength(); return length; } BOOL H245_OpenLogicalChannel_forwardLogicalChannelParameters::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_portNumber) && !m_portNumber.Decode(strm)) return FALSE; if (!m_dataType.Decode(strm)) return FALSE; if (!m_multiplexParameters.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_forwardLogicalChannelDependency, m_forwardLogicalChannelDependency)) return FALSE; if (!KnownExtensionDecode(strm, e_replacementFor, m_replacementFor)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_OpenLogicalChannel_forwardLogicalChannelParameters::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_portNumber)) m_portNumber.Encode(strm); m_dataType.Encode(strm); m_multiplexParameters.Encode(strm); KnownExtensionEncode(strm, e_forwardLogicalChannelDependency, m_forwardLogicalChannelDependency); KnownExtensionEncode(strm, e_replacementFor, m_replacementFor); UnknownExtensionsEncode(strm); } PObject * H245_OpenLogicalChannel_forwardLogicalChannelParameters::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_OpenLogicalChannel_forwardLogicalChannelParameters::Class()), PInvalidCast); #endif return new H245_OpenLogicalChannel_forwardLogicalChannelParameters(*this); } // // OpenLogicalChannel_reverseLogicalChannelParameters // H245_OpenLogicalChannel_reverseLogicalChannelParameters::H245_OpenLogicalChannel_reverseLogicalChannelParameters(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 2) { } #ifndef PASN_NOPRINTON void H245_OpenLogicalChannel_reverseLogicalChannelParameters::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "dataType = " << setprecision(indent) << m_dataType << '\n'; if (HasOptionalField(e_multiplexParameters)) strm << setw(indent+22) << "multiplexParameters = " << setprecision(indent) << m_multiplexParameters << '\n'; if (HasOptionalField(e_reverseLogicalChannelDependency)) strm << setw(indent+34) << "reverseLogicalChannelDependency = " << setprecision(indent) << m_reverseLogicalChannelDependency << '\n'; if (HasOptionalField(e_replacementFor)) strm << setw(indent+17) << "replacementFor = " << setprecision(indent) << m_replacementFor << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_OpenLogicalChannel_reverseLogicalChannelParameters::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_OpenLogicalChannel_reverseLogicalChannelParameters), PInvalidCast); #endif const H245_OpenLogicalChannel_reverseLogicalChannelParameters & other = (const H245_OpenLogicalChannel_reverseLogicalChannelParameters &)obj; Comparison result; if ((result = m_dataType.Compare(other.m_dataType)) != EqualTo) return result; if ((result = m_multiplexParameters.Compare(other.m_multiplexParameters)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_OpenLogicalChannel_reverseLogicalChannelParameters::GetDataLength() const { PINDEX length = 0; length += m_dataType.GetObjectLength(); if (HasOptionalField(e_multiplexParameters)) length += m_multiplexParameters.GetObjectLength(); return length; } BOOL H245_OpenLogicalChannel_reverseLogicalChannelParameters::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_dataType.Decode(strm)) return FALSE; if (HasOptionalField(e_multiplexParameters) && !m_multiplexParameters.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_reverseLogicalChannelDependency, m_reverseLogicalChannelDependency)) return FALSE; if (!KnownExtensionDecode(strm, e_replacementFor, m_replacementFor)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_OpenLogicalChannel_reverseLogicalChannelParameters::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_dataType.Encode(strm); if (HasOptionalField(e_multiplexParameters)) m_multiplexParameters.Encode(strm); KnownExtensionEncode(strm, e_reverseLogicalChannelDependency, m_reverseLogicalChannelDependency); KnownExtensionEncode(strm, e_replacementFor, m_replacementFor); UnknownExtensionsEncode(strm); } PObject * H245_OpenLogicalChannel_reverseLogicalChannelParameters::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_OpenLogicalChannel_reverseLogicalChannelParameters::Class()), PInvalidCast); #endif return new H245_OpenLogicalChannel_reverseLogicalChannelParameters(*this); } // // RedundancyEncoding_rtpRedundancyEncoding // H245_RedundancyEncoding_rtpRedundancyEncoding::H245_RedundancyEncoding_rtpRedundancyEncoding(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_RedundancyEncoding_rtpRedundancyEncoding::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_primary)) strm << setw(indent+10) << "primary = " << setprecision(indent) << m_primary << '\n'; if (HasOptionalField(e_secondary)) strm << setw(indent+12) << "secondary = " << setprecision(indent) << m_secondary << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_RedundancyEncoding_rtpRedundancyEncoding::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_RedundancyEncoding_rtpRedundancyEncoding), PInvalidCast); #endif const H245_RedundancyEncoding_rtpRedundancyEncoding & other = (const H245_RedundancyEncoding_rtpRedundancyEncoding &)obj; Comparison result; if ((result = m_primary.Compare(other.m_primary)) != EqualTo) return result; if ((result = m_secondary.Compare(other.m_secondary)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_RedundancyEncoding_rtpRedundancyEncoding::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_primary)) length += m_primary.GetObjectLength(); if (HasOptionalField(e_secondary)) length += m_secondary.GetObjectLength(); return length; } BOOL H245_RedundancyEncoding_rtpRedundancyEncoding::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_primary) && !m_primary.Decode(strm)) return FALSE; if (HasOptionalField(e_secondary) && !m_secondary.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_RedundancyEncoding_rtpRedundancyEncoding::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_primary)) m_primary.Encode(strm); if (HasOptionalField(e_secondary)) m_secondary.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_RedundancyEncoding_rtpRedundancyEncoding::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RedundancyEncoding_rtpRedundancyEncoding::Class()), PInvalidCast); #endif return new H245_RedundancyEncoding_rtpRedundancyEncoding(*this); } // // DepFECData_rfc2733 // H245_DepFECData_rfc2733::H245_DepFECData_rfc2733(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_DepFECData_rfc2733::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+7) << "mode = " << setprecision(indent) << m_mode << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_DepFECData_rfc2733::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_DepFECData_rfc2733), PInvalidCast); #endif const H245_DepFECData_rfc2733 & other = (const H245_DepFECData_rfc2733 &)obj; Comparison result; if ((result = m_mode.Compare(other.m_mode)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_DepFECData_rfc2733::GetDataLength() const { PINDEX length = 0; length += m_mode.GetObjectLength(); return length; } BOOL H245_DepFECData_rfc2733::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_mode.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_DepFECData_rfc2733::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_mode.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_DepFECData_rfc2733::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_DepFECData_rfc2733::Class()), PInvalidCast); #endif return new H245_DepFECData_rfc2733(*this); } // // FECData_rfc2733 // H245_FECData_rfc2733::H245_FECData_rfc2733(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_protectedPayloadType.SetConstraints(PASN_Object::FixedConstraint, 0, 127); } #ifndef PASN_NOPRINTON void H245_FECData_rfc2733::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+23) << "protectedPayloadType = " << setprecision(indent) << m_protectedPayloadType << '\n'; if (HasOptionalField(e_fecScheme)) strm << setw(indent+12) << "fecScheme = " << setprecision(indent) << m_fecScheme << '\n'; strm << setw(indent+10) << "pktMode = " << setprecision(indent) << m_pktMode << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_FECData_rfc2733::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_FECData_rfc2733), PInvalidCast); #endif const H245_FECData_rfc2733 & other = (const H245_FECData_rfc2733 &)obj; Comparison result; if ((result = m_protectedPayloadType.Compare(other.m_protectedPayloadType)) != EqualTo) return result; if ((result = m_fecScheme.Compare(other.m_fecScheme)) != EqualTo) return result; if ((result = m_pktMode.Compare(other.m_pktMode)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_FECData_rfc2733::GetDataLength() const { PINDEX length = 0; length += m_protectedPayloadType.GetObjectLength(); if (HasOptionalField(e_fecScheme)) length += m_fecScheme.GetObjectLength(); length += m_pktMode.GetObjectLength(); return length; } BOOL H245_FECData_rfc2733::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_protectedPayloadType.Decode(strm)) return FALSE; if (HasOptionalField(e_fecScheme) && !m_fecScheme.Decode(strm)) return FALSE; if (!m_pktMode.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_FECData_rfc2733::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_protectedPayloadType.Encode(strm); if (HasOptionalField(e_fecScheme)) m_fecScheme.Encode(strm); m_pktMode.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_FECData_rfc2733::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_FECData_rfc2733::Class()), PInvalidCast); #endif return new H245_FECData_rfc2733(*this); } // // UnicastAddress_iPSourceRouteAddress // H245_UnicastAddress_iPSourceRouteAddress::H245_UnicastAddress_iPSourceRouteAddress(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_network.SetConstraints(PASN_Object::FixedConstraint, 4); m_tsapIdentifier.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } #ifndef PASN_NOPRINTON void H245_UnicastAddress_iPSourceRouteAddress::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+10) << "routing = " << setprecision(indent) << m_routing << '\n'; strm << setw(indent+10) << "network = " << setprecision(indent) << m_network << '\n'; strm << setw(indent+17) << "tsapIdentifier = " << setprecision(indent) << m_tsapIdentifier << '\n'; strm << setw(indent+8) << "route = " << setprecision(indent) << m_route << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_UnicastAddress_iPSourceRouteAddress::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_UnicastAddress_iPSourceRouteAddress), PInvalidCast); #endif const H245_UnicastAddress_iPSourceRouteAddress & other = (const H245_UnicastAddress_iPSourceRouteAddress &)obj; Comparison result; if ((result = m_routing.Compare(other.m_routing)) != EqualTo) return result; if ((result = m_network.Compare(other.m_network)) != EqualTo) return result; if ((result = m_tsapIdentifier.Compare(other.m_tsapIdentifier)) != EqualTo) return result; if ((result = m_route.Compare(other.m_route)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_UnicastAddress_iPSourceRouteAddress::GetDataLength() const { PINDEX length = 0; length += m_routing.GetObjectLength(); length += m_network.GetObjectLength(); length += m_tsapIdentifier.GetObjectLength(); length += m_route.GetObjectLength(); return length; } BOOL H245_UnicastAddress_iPSourceRouteAddress::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_routing.Decode(strm)) return FALSE; if (!m_network.Decode(strm)) return FALSE; if (!m_tsapIdentifier.Decode(strm)) return FALSE; if (!m_route.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_UnicastAddress_iPSourceRouteAddress::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_routing.Encode(strm); m_network.Encode(strm); m_tsapIdentifier.Encode(strm); m_route.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_UnicastAddress_iPSourceRouteAddress::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_UnicastAddress_iPSourceRouteAddress::Class()), PInvalidCast); #endif return new H245_UnicastAddress_iPSourceRouteAddress(*this); } // // OpenLogicalChannelAck_reverseLogicalChannelParameters // H245_OpenLogicalChannelAck_reverseLogicalChannelParameters::H245_OpenLogicalChannelAck_reverseLogicalChannelParameters(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 1) { m_portNumber.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } #ifndef PASN_NOPRINTON void H245_OpenLogicalChannelAck_reverseLogicalChannelParameters::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+30) << "reverseLogicalChannelNumber = " << setprecision(indent) << m_reverseLogicalChannelNumber << '\n'; if (HasOptionalField(e_portNumber)) strm << setw(indent+13) << "portNumber = " << setprecision(indent) << m_portNumber << '\n'; if (HasOptionalField(e_multiplexParameters)) strm << setw(indent+22) << "multiplexParameters = " << setprecision(indent) << m_multiplexParameters << '\n'; if (HasOptionalField(e_replacementFor)) strm << setw(indent+17) << "replacementFor = " << setprecision(indent) << m_replacementFor << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_OpenLogicalChannelAck_reverseLogicalChannelParameters::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_OpenLogicalChannelAck_reverseLogicalChannelParameters), PInvalidCast); #endif const H245_OpenLogicalChannelAck_reverseLogicalChannelParameters & other = (const H245_OpenLogicalChannelAck_reverseLogicalChannelParameters &)obj; Comparison result; if ((result = m_reverseLogicalChannelNumber.Compare(other.m_reverseLogicalChannelNumber)) != EqualTo) return result; if ((result = m_portNumber.Compare(other.m_portNumber)) != EqualTo) return result; if ((result = m_multiplexParameters.Compare(other.m_multiplexParameters)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_OpenLogicalChannelAck_reverseLogicalChannelParameters::GetDataLength() const { PINDEX length = 0; length += m_reverseLogicalChannelNumber.GetObjectLength(); if (HasOptionalField(e_portNumber)) length += m_portNumber.GetObjectLength(); if (HasOptionalField(e_multiplexParameters)) length += m_multiplexParameters.GetObjectLength(); return length; } BOOL H245_OpenLogicalChannelAck_reverseLogicalChannelParameters::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_reverseLogicalChannelNumber.Decode(strm)) return FALSE; if (HasOptionalField(e_portNumber) && !m_portNumber.Decode(strm)) return FALSE; if (HasOptionalField(e_multiplexParameters) && !m_multiplexParameters.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_replacementFor, m_replacementFor)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_OpenLogicalChannelAck_reverseLogicalChannelParameters::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_reverseLogicalChannelNumber.Encode(strm); if (HasOptionalField(e_portNumber)) m_portNumber.Encode(strm); if (HasOptionalField(e_multiplexParameters)) m_multiplexParameters.Encode(strm); KnownExtensionEncode(strm, e_replacementFor, m_replacementFor); UnknownExtensionsEncode(strm); } PObject * H245_OpenLogicalChannelAck_reverseLogicalChannelParameters::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_OpenLogicalChannelAck_reverseLogicalChannelParameters::Class()), PInvalidCast); #endif return new H245_OpenLogicalChannelAck_reverseLogicalChannelParameters(*this); } // // DepFECMode_rfc2733Mode // H245_DepFECMode_rfc2733Mode::H245_DepFECMode_rfc2733Mode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_DepFECMode_rfc2733Mode::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+7) << "mode = " << setprecision(indent) << m_mode << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_DepFECMode_rfc2733Mode::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_DepFECMode_rfc2733Mode), PInvalidCast); #endif const H245_DepFECMode_rfc2733Mode & other = (const H245_DepFECMode_rfc2733Mode &)obj; Comparison result; if ((result = m_mode.Compare(other.m_mode)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_DepFECMode_rfc2733Mode::GetDataLength() const { PINDEX length = 0; length += m_mode.GetObjectLength(); return length; } BOOL H245_DepFECMode_rfc2733Mode::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_mode.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_DepFECMode_rfc2733Mode::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_mode.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_DepFECMode_rfc2733Mode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_DepFECMode_rfc2733Mode::Class()), PInvalidCast); #endif return new H245_DepFECMode_rfc2733Mode(*this); } // // ConferenceRequest_requestTerminalCertificate // H245_ConferenceRequest_requestTerminalCertificate::H245_ConferenceRequest_requestTerminalCertificate(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 0) { m_sRandom.SetConstraints(PASN_Object::FixedConstraint, 1, 4294967295U); } #ifndef PASN_NOPRINTON void H245_ConferenceRequest_requestTerminalCertificate::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_terminalLabel)) strm << setw(indent+16) << "terminalLabel = " << setprecision(indent) << m_terminalLabel << '\n'; if (HasOptionalField(e_certSelectionCriteria)) strm << setw(indent+24) << "certSelectionCriteria = " << setprecision(indent) << m_certSelectionCriteria << '\n'; if (HasOptionalField(e_sRandom)) strm << setw(indent+10) << "sRandom = " << setprecision(indent) << m_sRandom << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_ConferenceRequest_requestTerminalCertificate::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_ConferenceRequest_requestTerminalCertificate), PInvalidCast); #endif const H245_ConferenceRequest_requestTerminalCertificate & other = (const H245_ConferenceRequest_requestTerminalCertificate &)obj; Comparison result; if ((result = m_terminalLabel.Compare(other.m_terminalLabel)) != EqualTo) return result; if ((result = m_certSelectionCriteria.Compare(other.m_certSelectionCriteria)) != EqualTo) return result; if ((result = m_sRandom.Compare(other.m_sRandom)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_ConferenceRequest_requestTerminalCertificate::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_terminalLabel)) length += m_terminalLabel.GetObjectLength(); if (HasOptionalField(e_certSelectionCriteria)) length += m_certSelectionCriteria.GetObjectLength(); if (HasOptionalField(e_sRandom)) length += m_sRandom.GetObjectLength(); return length; } BOOL H245_ConferenceRequest_requestTerminalCertificate::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_terminalLabel) && !m_terminalLabel.Decode(strm)) return FALSE; if (HasOptionalField(e_certSelectionCriteria) && !m_certSelectionCriteria.Decode(strm)) return FALSE; if (HasOptionalField(e_sRandom) && !m_sRandom.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_ConferenceRequest_requestTerminalCertificate::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_terminalLabel)) m_terminalLabel.Encode(strm); if (HasOptionalField(e_certSelectionCriteria)) m_certSelectionCriteria.Encode(strm); if (HasOptionalField(e_sRandom)) m_sRandom.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_ConferenceRequest_requestTerminalCertificate::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ConferenceRequest_requestTerminalCertificate::Class()), PInvalidCast); #endif return new H245_ConferenceRequest_requestTerminalCertificate(*this); } // // ConferenceResponse_mCTerminalIDResponse // H245_ConferenceResponse_mCTerminalIDResponse::H245_ConferenceResponse_mCTerminalIDResponse(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_ConferenceResponse_mCTerminalIDResponse::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "terminalLabel = " << setprecision(indent) << m_terminalLabel << '\n'; strm << setw(indent+13) << "terminalID = " << setprecision(indent) << m_terminalID << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_ConferenceResponse_mCTerminalIDResponse::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_ConferenceResponse_mCTerminalIDResponse), PInvalidCast); #endif const H245_ConferenceResponse_mCTerminalIDResponse & other = (const H245_ConferenceResponse_mCTerminalIDResponse &)obj; Comparison result; if ((result = m_terminalLabel.Compare(other.m_terminalLabel)) != EqualTo) return result; if ((result = m_terminalID.Compare(other.m_terminalID)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_ConferenceResponse_mCTerminalIDResponse::GetDataLength() const { PINDEX length = 0; length += m_terminalLabel.GetObjectLength(); length += m_terminalID.GetObjectLength(); return length; } BOOL H245_ConferenceResponse_mCTerminalIDResponse::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_terminalLabel.Decode(strm)) return FALSE; if (!m_terminalID.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_ConferenceResponse_mCTerminalIDResponse::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_terminalLabel.Encode(strm); m_terminalID.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_ConferenceResponse_mCTerminalIDResponse::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ConferenceResponse_mCTerminalIDResponse::Class()), PInvalidCast); #endif return new H245_ConferenceResponse_mCTerminalIDResponse(*this); } // // ConferenceResponse_terminalIDResponse // H245_ConferenceResponse_terminalIDResponse::H245_ConferenceResponse_terminalIDResponse(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_ConferenceResponse_terminalIDResponse::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "terminalLabel = " << setprecision(indent) << m_terminalLabel << '\n'; strm << setw(indent+13) << "terminalID = " << setprecision(indent) << m_terminalID << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_ConferenceResponse_terminalIDResponse::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_ConferenceResponse_terminalIDResponse), PInvalidCast); #endif const H245_ConferenceResponse_terminalIDResponse & other = (const H245_ConferenceResponse_terminalIDResponse &)obj; Comparison result; if ((result = m_terminalLabel.Compare(other.m_terminalLabel)) != EqualTo) return result; if ((result = m_terminalID.Compare(other.m_terminalID)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_ConferenceResponse_terminalIDResponse::GetDataLength() const { PINDEX length = 0; length += m_terminalLabel.GetObjectLength(); length += m_terminalID.GetObjectLength(); return length; } BOOL H245_ConferenceResponse_terminalIDResponse::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_terminalLabel.Decode(strm)) return FALSE; if (!m_terminalID.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_ConferenceResponse_terminalIDResponse::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_terminalLabel.Encode(strm); m_terminalID.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_ConferenceResponse_terminalIDResponse::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ConferenceResponse_terminalIDResponse::Class()), PInvalidCast); #endif return new H245_ConferenceResponse_terminalIDResponse(*this); } // // ConferenceResponse_conferenceIDResponse // H245_ConferenceResponse_conferenceIDResponse::H245_ConferenceResponse_conferenceIDResponse(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_ConferenceResponse_conferenceIDResponse::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "terminalLabel = " << setprecision(indent) << m_terminalLabel << '\n'; strm << setw(indent+15) << "conferenceID = " << setprecision(indent) << m_conferenceID << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_ConferenceResponse_conferenceIDResponse::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_ConferenceResponse_conferenceIDResponse), PInvalidCast); #endif const H245_ConferenceResponse_conferenceIDResponse & other = (const H245_ConferenceResponse_conferenceIDResponse &)obj; Comparison result; if ((result = m_terminalLabel.Compare(other.m_terminalLabel)) != EqualTo) return result; if ((result = m_conferenceID.Compare(other.m_conferenceID)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_ConferenceResponse_conferenceIDResponse::GetDataLength() const { PINDEX length = 0; length += m_terminalLabel.GetObjectLength(); length += m_conferenceID.GetObjectLength(); return length; } BOOL H245_ConferenceResponse_conferenceIDResponse::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_terminalLabel.Decode(strm)) return FALSE; if (!m_conferenceID.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_ConferenceResponse_conferenceIDResponse::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_terminalLabel.Encode(strm); m_conferenceID.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_ConferenceResponse_conferenceIDResponse::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ConferenceResponse_conferenceIDResponse::Class()), PInvalidCast); #endif return new H245_ConferenceResponse_conferenceIDResponse(*this); } // // ConferenceResponse_passwordResponse // H245_ConferenceResponse_passwordResponse::H245_ConferenceResponse_passwordResponse(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_ConferenceResponse_passwordResponse::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "terminalLabel = " << setprecision(indent) << m_terminalLabel << '\n'; strm << setw(indent+11) << "password = " << setprecision(indent) << m_password << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_ConferenceResponse_passwordResponse::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_ConferenceResponse_passwordResponse), PInvalidCast); #endif const H245_ConferenceResponse_passwordResponse & other = (const H245_ConferenceResponse_passwordResponse &)obj; Comparison result; if ((result = m_terminalLabel.Compare(other.m_terminalLabel)) != EqualTo) return result; if ((result = m_password.Compare(other.m_password)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_ConferenceResponse_passwordResponse::GetDataLength() const { PINDEX length = 0; length += m_terminalLabel.GetObjectLength(); length += m_password.GetObjectLength(); return length; } BOOL H245_ConferenceResponse_passwordResponse::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_terminalLabel.Decode(strm)) return FALSE; if (!m_password.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_ConferenceResponse_passwordResponse::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_terminalLabel.Encode(strm); m_password.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_ConferenceResponse_passwordResponse::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ConferenceResponse_passwordResponse::Class()), PInvalidCast); #endif return new H245_ConferenceResponse_passwordResponse(*this); } // // ConferenceResponse_chairTokenOwnerResponse // H245_ConferenceResponse_chairTokenOwnerResponse::H245_ConferenceResponse_chairTokenOwnerResponse(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_ConferenceResponse_chairTokenOwnerResponse::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "terminalLabel = " << setprecision(indent) << m_terminalLabel << '\n'; strm << setw(indent+13) << "terminalID = " << setprecision(indent) << m_terminalID << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_ConferenceResponse_chairTokenOwnerResponse::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_ConferenceResponse_chairTokenOwnerResponse), PInvalidCast); #endif const H245_ConferenceResponse_chairTokenOwnerResponse & other = (const H245_ConferenceResponse_chairTokenOwnerResponse &)obj; Comparison result; if ((result = m_terminalLabel.Compare(other.m_terminalLabel)) != EqualTo) return result; if ((result = m_terminalID.Compare(other.m_terminalID)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_ConferenceResponse_chairTokenOwnerResponse::GetDataLength() const { PINDEX length = 0; length += m_terminalLabel.GetObjectLength(); length += m_terminalID.GetObjectLength(); return length; } BOOL H245_ConferenceResponse_chairTokenOwnerResponse::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_terminalLabel.Decode(strm)) return FALSE; if (!m_terminalID.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_ConferenceResponse_chairTokenOwnerResponse::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_terminalLabel.Encode(strm); m_terminalID.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_ConferenceResponse_chairTokenOwnerResponse::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ConferenceResponse_chairTokenOwnerResponse::Class()), PInvalidCast); #endif return new H245_ConferenceResponse_chairTokenOwnerResponse(*this); } // // ConferenceResponse_terminalCertificateResponse // H245_ConferenceResponse_terminalCertificateResponse::H245_ConferenceResponse_terminalCertificateResponse(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { m_certificateResponse.SetConstraints(PASN_Object::FixedConstraint, 1, 65535); } #ifndef PASN_NOPRINTON void H245_ConferenceResponse_terminalCertificateResponse::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_terminalLabel)) strm << setw(indent+16) << "terminalLabel = " << setprecision(indent) << m_terminalLabel << '\n'; if (HasOptionalField(e_certificateResponse)) strm << setw(indent+22) << "certificateResponse = " << setprecision(indent) << m_certificateResponse << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_ConferenceResponse_terminalCertificateResponse::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_ConferenceResponse_terminalCertificateResponse), PInvalidCast); #endif const H245_ConferenceResponse_terminalCertificateResponse & other = (const H245_ConferenceResponse_terminalCertificateResponse &)obj; Comparison result; if ((result = m_terminalLabel.Compare(other.m_terminalLabel)) != EqualTo) return result; if ((result = m_certificateResponse.Compare(other.m_certificateResponse)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_ConferenceResponse_terminalCertificateResponse::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_terminalLabel)) length += m_terminalLabel.GetObjectLength(); if (HasOptionalField(e_certificateResponse)) length += m_certificateResponse.GetObjectLength(); return length; } BOOL H245_ConferenceResponse_terminalCertificateResponse::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_terminalLabel) && !m_terminalLabel.Decode(strm)) return FALSE; if (HasOptionalField(e_certificateResponse) && !m_certificateResponse.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_ConferenceResponse_terminalCertificateResponse::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_terminalLabel)) m_terminalLabel.Encode(strm); if (HasOptionalField(e_certificateResponse)) m_certificateResponse.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_ConferenceResponse_terminalCertificateResponse::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ConferenceResponse_terminalCertificateResponse::Class()), PInvalidCast); #endif return new H245_ConferenceResponse_terminalCertificateResponse(*this); } // // MultilinkRequest_maximumHeaderInterval // H245_MultilinkRequest_maximumHeaderInterval::H245_MultilinkRequest_maximumHeaderInterval(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_MultilinkRequest_maximumHeaderInterval::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+14) << "requestType = " << setprecision(indent) << m_requestType << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MultilinkRequest_maximumHeaderInterval::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MultilinkRequest_maximumHeaderInterval), PInvalidCast); #endif const H245_MultilinkRequest_maximumHeaderInterval & other = (const H245_MultilinkRequest_maximumHeaderInterval &)obj; Comparison result; if ((result = m_requestType.Compare(other.m_requestType)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MultilinkRequest_maximumHeaderInterval::GetDataLength() const { PINDEX length = 0; length += m_requestType.GetObjectLength(); return length; } BOOL H245_MultilinkRequest_maximumHeaderInterval::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_requestType.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MultilinkRequest_maximumHeaderInterval::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_requestType.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MultilinkRequest_maximumHeaderInterval::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultilinkRequest_maximumHeaderInterval::Class()), PInvalidCast); #endif return new H245_MultilinkRequest_maximumHeaderInterval(*this); } // // MultilinkResponse_addConnection // H245_MultilinkResponse_addConnection::H245_MultilinkResponse_addConnection(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_MultilinkResponse_addConnection::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "sequenceNumber = " << setprecision(indent) << m_sequenceNumber << '\n'; strm << setw(indent+15) << "responseCode = " << setprecision(indent) << m_responseCode << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MultilinkResponse_addConnection::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MultilinkResponse_addConnection), PInvalidCast); #endif const H245_MultilinkResponse_addConnection & other = (const H245_MultilinkResponse_addConnection &)obj; Comparison result; if ((result = m_sequenceNumber.Compare(other.m_sequenceNumber)) != EqualTo) return result; if ((result = m_responseCode.Compare(other.m_responseCode)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MultilinkResponse_addConnection::GetDataLength() const { PINDEX length = 0; length += m_sequenceNumber.GetObjectLength(); length += m_responseCode.GetObjectLength(); return length; } BOOL H245_MultilinkResponse_addConnection::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_sequenceNumber.Decode(strm)) return FALSE; if (!m_responseCode.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MultilinkResponse_addConnection::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_sequenceNumber.Encode(strm); m_responseCode.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MultilinkResponse_addConnection::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MultilinkResponse_addConnection::Class()), PInvalidCast); #endif return new H245_MultilinkResponse_addConnection(*this); } // // SendTerminalCapabilitySet_specificRequest // H245_SendTerminalCapabilitySet_specificRequest::H245_SendTerminalCapabilitySet_specificRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { m_capabilityTableEntryNumbers.SetConstraints(PASN_Object::FixedConstraint, 1, 65535); m_capabilityDescriptorNumbers.SetConstraints(PASN_Object::FixedConstraint, 1, 256); } #ifndef PASN_NOPRINTON void H245_SendTerminalCapabilitySet_specificRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+22) << "multiplexCapability = " << setprecision(indent) << m_multiplexCapability << '\n'; if (HasOptionalField(e_capabilityTableEntryNumbers)) strm << setw(indent+30) << "capabilityTableEntryNumbers = " << setprecision(indent) << m_capabilityTableEntryNumbers << '\n'; if (HasOptionalField(e_capabilityDescriptorNumbers)) strm << setw(indent+30) << "capabilityDescriptorNumbers = " << setprecision(indent) << m_capabilityDescriptorNumbers << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_SendTerminalCapabilitySet_specificRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_SendTerminalCapabilitySet_specificRequest), PInvalidCast); #endif const H245_SendTerminalCapabilitySet_specificRequest & other = (const H245_SendTerminalCapabilitySet_specificRequest &)obj; Comparison result; if ((result = m_multiplexCapability.Compare(other.m_multiplexCapability)) != EqualTo) return result; if ((result = m_capabilityTableEntryNumbers.Compare(other.m_capabilityTableEntryNumbers)) != EqualTo) return result; if ((result = m_capabilityDescriptorNumbers.Compare(other.m_capabilityDescriptorNumbers)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_SendTerminalCapabilitySet_specificRequest::GetDataLength() const { PINDEX length = 0; length += m_multiplexCapability.GetObjectLength(); if (HasOptionalField(e_capabilityTableEntryNumbers)) length += m_capabilityTableEntryNumbers.GetObjectLength(); if (HasOptionalField(e_capabilityDescriptorNumbers)) length += m_capabilityDescriptorNumbers.GetObjectLength(); return length; } BOOL H245_SendTerminalCapabilitySet_specificRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_multiplexCapability.Decode(strm)) return FALSE; if (HasOptionalField(e_capabilityTableEntryNumbers) && !m_capabilityTableEntryNumbers.Decode(strm)) return FALSE; if (HasOptionalField(e_capabilityDescriptorNumbers) && !m_capabilityDescriptorNumbers.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_SendTerminalCapabilitySet_specificRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_multiplexCapability.Encode(strm); if (HasOptionalField(e_capabilityTableEntryNumbers)) m_capabilityTableEntryNumbers.Encode(strm); if (HasOptionalField(e_capabilityDescriptorNumbers)) m_capabilityDescriptorNumbers.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_SendTerminalCapabilitySet_specificRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_SendTerminalCapabilitySet_specificRequest::Class()), PInvalidCast); #endif return new H245_SendTerminalCapabilitySet_specificRequest(*this); } // // EncryptionCommand_encryptionAlgorithmID // H245_EncryptionCommand_encryptionAlgorithmID::H245_EncryptionCommand_encryptionAlgorithmID(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void H245_EncryptionCommand_encryptionAlgorithmID::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+26) << "h233AlgorithmIdentifier = " << setprecision(indent) << m_h233AlgorithmIdentifier << '\n'; strm << setw(indent+22) << "associatedAlgorithm = " << setprecision(indent) << m_associatedAlgorithm << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_EncryptionCommand_encryptionAlgorithmID::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_EncryptionCommand_encryptionAlgorithmID), PInvalidCast); #endif const H245_EncryptionCommand_encryptionAlgorithmID & other = (const H245_EncryptionCommand_encryptionAlgorithmID &)obj; Comparison result; if ((result = m_h233AlgorithmIdentifier.Compare(other.m_h233AlgorithmIdentifier)) != EqualTo) return result; if ((result = m_associatedAlgorithm.Compare(other.m_associatedAlgorithm)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_EncryptionCommand_encryptionAlgorithmID::GetDataLength() const { PINDEX length = 0; length += m_h233AlgorithmIdentifier.GetObjectLength(); length += m_associatedAlgorithm.GetObjectLength(); return length; } BOOL H245_EncryptionCommand_encryptionAlgorithmID::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_h233AlgorithmIdentifier.Decode(strm)) return FALSE; if (!m_associatedAlgorithm.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_EncryptionCommand_encryptionAlgorithmID::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_h233AlgorithmIdentifier.Encode(strm); m_associatedAlgorithm.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_EncryptionCommand_encryptionAlgorithmID::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_EncryptionCommand_encryptionAlgorithmID::Class()), PInvalidCast); #endif return new H245_EncryptionCommand_encryptionAlgorithmID(*this); } // // NewATMVCCommand_reverseParameters // H245_NewATMVCCommand_reverseParameters::H245_NewATMVCCommand_reverseParameters(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_bitRate.SetConstraints(PASN_Object::FixedConstraint, 1, 65535); } #ifndef PASN_NOPRINTON void H245_NewATMVCCommand_reverseParameters::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+10) << "bitRate = " << setprecision(indent) << m_bitRate << '\n'; strm << setw(indent+26) << "bitRateLockedToPCRClock = " << setprecision(indent) << m_bitRateLockedToPCRClock << '\n'; strm << setw(indent+30) << "bitRateLockedToNetworkClock = " << setprecision(indent) << m_bitRateLockedToNetworkClock << '\n'; strm << setw(indent+12) << "multiplex = " << setprecision(indent) << m_multiplex << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_NewATMVCCommand_reverseParameters::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_NewATMVCCommand_reverseParameters), PInvalidCast); #endif const H245_NewATMVCCommand_reverseParameters & other = (const H245_NewATMVCCommand_reverseParameters &)obj; Comparison result; if ((result = m_bitRate.Compare(other.m_bitRate)) != EqualTo) return result; if ((result = m_bitRateLockedToPCRClock.Compare(other.m_bitRateLockedToPCRClock)) != EqualTo) return result; if ((result = m_bitRateLockedToNetworkClock.Compare(other.m_bitRateLockedToNetworkClock)) != EqualTo) return result; if ((result = m_multiplex.Compare(other.m_multiplex)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_NewATMVCCommand_reverseParameters::GetDataLength() const { PINDEX length = 0; length += m_bitRate.GetObjectLength(); length += m_bitRateLockedToPCRClock.GetObjectLength(); length += m_bitRateLockedToNetworkClock.GetObjectLength(); length += m_multiplex.GetObjectLength(); return length; } BOOL H245_NewATMVCCommand_reverseParameters::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_bitRate.Decode(strm)) return FALSE; if (!m_bitRateLockedToPCRClock.Decode(strm)) return FALSE; if (!m_bitRateLockedToNetworkClock.Decode(strm)) return FALSE; if (!m_multiplex.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_NewATMVCCommand_reverseParameters::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_bitRate.Encode(strm); m_bitRateLockedToPCRClock.Encode(strm); m_bitRateLockedToNetworkClock.Encode(strm); m_multiplex.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_NewATMVCCommand_reverseParameters::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_NewATMVCCommand_reverseParameters::Class()), PInvalidCast); #endif return new H245_NewATMVCCommand_reverseParameters(*this); } // // NewATMVCIndication_reverseParameters // H245_NewATMVCIndication_reverseParameters::H245_NewATMVCIndication_reverseParameters(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_bitRate.SetConstraints(PASN_Object::FixedConstraint, 1, 65535); } #ifndef PASN_NOPRINTON void H245_NewATMVCIndication_reverseParameters::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+10) << "bitRate = " << setprecision(indent) << m_bitRate << '\n'; strm << setw(indent+26) << "bitRateLockedToPCRClock = " << setprecision(indent) << m_bitRateLockedToPCRClock << '\n'; strm << setw(indent+30) << "bitRateLockedToNetworkClock = " << setprecision(indent) << m_bitRateLockedToNetworkClock << '\n'; strm << setw(indent+12) << "multiplex = " << setprecision(indent) << m_multiplex << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_NewATMVCIndication_reverseParameters::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_NewATMVCIndication_reverseParameters), PInvalidCast); #endif const H245_NewATMVCIndication_reverseParameters & other = (const H245_NewATMVCIndication_reverseParameters &)obj; Comparison result; if ((result = m_bitRate.Compare(other.m_bitRate)) != EqualTo) return result; if ((result = m_bitRateLockedToPCRClock.Compare(other.m_bitRateLockedToPCRClock)) != EqualTo) return result; if ((result = m_bitRateLockedToNetworkClock.Compare(other.m_bitRateLockedToNetworkClock)) != EqualTo) return result; if ((result = m_multiplex.Compare(other.m_multiplex)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_NewATMVCIndication_reverseParameters::GetDataLength() const { PINDEX length = 0; length += m_bitRate.GetObjectLength(); length += m_bitRateLockedToPCRClock.GetObjectLength(); length += m_bitRateLockedToNetworkClock.GetObjectLength(); length += m_multiplex.GetObjectLength(); return length; } BOOL H245_NewATMVCIndication_reverseParameters::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_bitRate.Decode(strm)) return FALSE; if (!m_bitRateLockedToPCRClock.Decode(strm)) return FALSE; if (!m_bitRateLockedToNetworkClock.Decode(strm)) return FALSE; if (!m_multiplex.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_NewATMVCIndication_reverseParameters::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_bitRate.Encode(strm); m_bitRateLockedToPCRClock.Encode(strm); m_bitRateLockedToNetworkClock.Encode(strm); m_multiplex.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_NewATMVCIndication_reverseParameters::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_NewATMVCIndication_reverseParameters::Class()), PInvalidCast); #endif return new H245_NewATMVCIndication_reverseParameters(*this); } // // UserInputIndication_signal // H245_UserInputIndication_signal::H245_UserInputIndication_signal(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 4) { m_signalType.SetConstraints(PASN_Object::FixedConstraint, 1); m_signalType.SetCharacterSet(PASN_Object::FixedConstraint, "0123456789#*ABCD!"); m_duration.SetConstraints(PASN_Object::FixedConstraint, 1, 65535); m_encryptedSignalType.SetConstraints(PASN_Object::FixedConstraint, 1); } #ifndef PASN_NOPRINTON void H245_UserInputIndication_signal::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+13) << "signalType = " << setprecision(indent) << m_signalType << '\n'; if (HasOptionalField(e_duration)) strm << setw(indent+11) << "duration = " << setprecision(indent) << m_duration << '\n'; if (HasOptionalField(e_rtp)) strm << setw(indent+6) << "rtp = " << setprecision(indent) << m_rtp << '\n'; if (HasOptionalField(e_rtpPayloadIndication)) strm << setw(indent+23) << "rtpPayloadIndication = " << setprecision(indent) << m_rtpPayloadIndication << '\n'; if (HasOptionalField(e_paramS)) strm << setw(indent+9) << "paramS = " << setprecision(indent) << m_paramS << '\n'; if (HasOptionalField(e_encryptedSignalType)) strm << setw(indent+22) << "encryptedSignalType = " << setprecision(indent) << m_encryptedSignalType << '\n'; if (HasOptionalField(e_algorithmOID)) strm << setw(indent+15) << "algorithmOID = " << setprecision(indent) << m_algorithmOID << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_UserInputIndication_signal::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_UserInputIndication_signal), PInvalidCast); #endif const H245_UserInputIndication_signal & other = (const H245_UserInputIndication_signal &)obj; Comparison result; if ((result = m_signalType.Compare(other.m_signalType)) != EqualTo) return result; if ((result = m_duration.Compare(other.m_duration)) != EqualTo) return result; if ((result = m_rtp.Compare(other.m_rtp)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_UserInputIndication_signal::GetDataLength() const { PINDEX length = 0; length += m_signalType.GetObjectLength(); if (HasOptionalField(e_duration)) length += m_duration.GetObjectLength(); if (HasOptionalField(e_rtp)) length += m_rtp.GetObjectLength(); return length; } BOOL H245_UserInputIndication_signal::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_signalType.Decode(strm)) return FALSE; if (HasOptionalField(e_duration) && !m_duration.Decode(strm)) return FALSE; if (HasOptionalField(e_rtp) && !m_rtp.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_rtpPayloadIndication, m_rtpPayloadIndication)) return FALSE; if (!KnownExtensionDecode(strm, e_paramS, m_paramS)) return FALSE; if (!KnownExtensionDecode(strm, e_encryptedSignalType, m_encryptedSignalType)) return FALSE; if (!KnownExtensionDecode(strm, e_algorithmOID, m_algorithmOID)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_UserInputIndication_signal::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_signalType.Encode(strm); if (HasOptionalField(e_duration)) m_duration.Encode(strm); if (HasOptionalField(e_rtp)) m_rtp.Encode(strm); KnownExtensionEncode(strm, e_rtpPayloadIndication, m_rtpPayloadIndication); KnownExtensionEncode(strm, e_paramS, m_paramS); KnownExtensionEncode(strm, e_encryptedSignalType, m_encryptedSignalType); KnownExtensionEncode(strm, e_algorithmOID, m_algorithmOID); UnknownExtensionsEncode(strm); } PObject * H245_UserInputIndication_signal::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_UserInputIndication_signal::Class()), PInvalidCast); #endif return new H245_UserInputIndication_signal(*this); } // // UserInputIndication_signalUpdate // H245_UserInputIndication_signalUpdate::H245_UserInputIndication_signalUpdate(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_duration.SetConstraints(PASN_Object::FixedConstraint, 1, 65535); } #ifndef PASN_NOPRINTON void H245_UserInputIndication_signalUpdate::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "duration = " << setprecision(indent) << m_duration << '\n'; if (HasOptionalField(e_rtp)) strm << setw(indent+6) << "rtp = " << setprecision(indent) << m_rtp << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_UserInputIndication_signalUpdate::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_UserInputIndication_signalUpdate), PInvalidCast); #endif const H245_UserInputIndication_signalUpdate & other = (const H245_UserInputIndication_signalUpdate &)obj; Comparison result; if ((result = m_duration.Compare(other.m_duration)) != EqualTo) return result; if ((result = m_rtp.Compare(other.m_rtp)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_UserInputIndication_signalUpdate::GetDataLength() const { PINDEX length = 0; length += m_duration.GetObjectLength(); if (HasOptionalField(e_rtp)) length += m_rtp.GetObjectLength(); return length; } BOOL H245_UserInputIndication_signalUpdate::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_duration.Decode(strm)) return FALSE; if (HasOptionalField(e_rtp) && !m_rtp.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_UserInputIndication_signalUpdate::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_duration.Encode(strm); if (HasOptionalField(e_rtp)) m_rtp.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_UserInputIndication_signalUpdate::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_UserInputIndication_signalUpdate::Class()), PInvalidCast); #endif return new H245_UserInputIndication_signalUpdate(*this); } // // UserInputIndication_extendedAlphanumeric // H245_UserInputIndication_extendedAlphanumeric::H245_UserInputIndication_extendedAlphanumeric(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 1) { } #ifndef PASN_NOPRINTON void H245_UserInputIndication_extendedAlphanumeric::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "alphanumeric = " << setprecision(indent) << m_alphanumeric << '\n'; if (HasOptionalField(e_rtpPayloadIndication)) strm << setw(indent+23) << "rtpPayloadIndication = " << setprecision(indent) << m_rtpPayloadIndication << '\n'; if (HasOptionalField(e_encryptedAlphanumeric)) strm << setw(indent+24) << "encryptedAlphanumeric = " << setprecision(indent) << m_encryptedAlphanumeric << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_UserInputIndication_extendedAlphanumeric::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_UserInputIndication_extendedAlphanumeric), PInvalidCast); #endif const H245_UserInputIndication_extendedAlphanumeric & other = (const H245_UserInputIndication_extendedAlphanumeric &)obj; Comparison result; if ((result = m_alphanumeric.Compare(other.m_alphanumeric)) != EqualTo) return result; if ((result = m_rtpPayloadIndication.Compare(other.m_rtpPayloadIndication)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_UserInputIndication_extendedAlphanumeric::GetDataLength() const { PINDEX length = 0; length += m_alphanumeric.GetObjectLength(); if (HasOptionalField(e_rtpPayloadIndication)) length += m_rtpPayloadIndication.GetObjectLength(); return length; } BOOL H245_UserInputIndication_extendedAlphanumeric::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_alphanumeric.Decode(strm)) return FALSE; if (HasOptionalField(e_rtpPayloadIndication) && !m_rtpPayloadIndication.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_encryptedAlphanumeric, m_encryptedAlphanumeric)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_UserInputIndication_extendedAlphanumeric::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_alphanumeric.Encode(strm); if (HasOptionalField(e_rtpPayloadIndication)) m_rtpPayloadIndication.Encode(strm); KnownExtensionEncode(strm, e_encryptedAlphanumeric, m_encryptedAlphanumeric); UnknownExtensionsEncode(strm); } PObject * H245_UserInputIndication_extendedAlphanumeric::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_UserInputIndication_extendedAlphanumeric::Class()), PInvalidCast); #endif return new H245_UserInputIndication_extendedAlphanumeric(*this); } // // V76LogicalChannelParameters_mode_eRM // H245_V76LogicalChannelParameters_mode_eRM::H245_V76LogicalChannelParameters_mode_eRM(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_windowSize.SetConstraints(PASN_Object::FixedConstraint, 1, 127); } #ifndef PASN_NOPRINTON void H245_V76LogicalChannelParameters_mode_eRM::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+13) << "windowSize = " << setprecision(indent) << m_windowSize << '\n'; strm << setw(indent+11) << "recovery = " << setprecision(indent) << m_recovery << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_V76LogicalChannelParameters_mode_eRM::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_V76LogicalChannelParameters_mode_eRM), PInvalidCast); #endif const H245_V76LogicalChannelParameters_mode_eRM & other = (const H245_V76LogicalChannelParameters_mode_eRM &)obj; Comparison result; if ((result = m_windowSize.Compare(other.m_windowSize)) != EqualTo) return result; if ((result = m_recovery.Compare(other.m_recovery)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_V76LogicalChannelParameters_mode_eRM::GetDataLength() const { PINDEX length = 0; length += m_windowSize.GetObjectLength(); length += m_recovery.GetObjectLength(); return length; } BOOL H245_V76LogicalChannelParameters_mode_eRM::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_windowSize.Decode(strm)) return FALSE; if (!m_recovery.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_V76LogicalChannelParameters_mode_eRM::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_windowSize.Encode(strm); m_recovery.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_V76LogicalChannelParameters_mode_eRM::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_V76LogicalChannelParameters_mode_eRM::Class()), PInvalidCast); #endif return new H245_V76LogicalChannelParameters_mode_eRM(*this); } // // MiscellaneousCommand_type_progressiveRefinementStart // H245_MiscellaneousCommand_type_progressiveRefinementStart::H245_MiscellaneousCommand_type_progressiveRefinementStart(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_MiscellaneousCommand_type_progressiveRefinementStart::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+14) << "repeatCount = " << setprecision(indent) << m_repeatCount << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MiscellaneousCommand_type_progressiveRefinementStart::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MiscellaneousCommand_type_progressiveRefinementStart), PInvalidCast); #endif const H245_MiscellaneousCommand_type_progressiveRefinementStart & other = (const H245_MiscellaneousCommand_type_progressiveRefinementStart &)obj; Comparison result; if ((result = m_repeatCount.Compare(other.m_repeatCount)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MiscellaneousCommand_type_progressiveRefinementStart::GetDataLength() const { PINDEX length = 0; length += m_repeatCount.GetObjectLength(); return length; } BOOL H245_MiscellaneousCommand_type_progressiveRefinementStart::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_repeatCount.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MiscellaneousCommand_type_progressiveRefinementStart::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_repeatCount.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MiscellaneousCommand_type_progressiveRefinementStart::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MiscellaneousCommand_type_progressiveRefinementStart::Class()), PInvalidCast); #endif return new H245_MiscellaneousCommand_type_progressiveRefinementStart(*this); } // // MiscellaneousCommand_type_encryptionUpdateCommand // H245_MiscellaneousCommand_type_encryptionUpdateCommand::H245_MiscellaneousCommand_type_encryptionUpdateCommand(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_MiscellaneousCommand_type_encryptionUpdateCommand::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "encryptionSync = " << setprecision(indent) << m_encryptionSync << '\n'; if (HasOptionalField(e_multiplePayloadStream)) strm << setw(indent+24) << "multiplePayloadStream = " << setprecision(indent) << m_multiplePayloadStream << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_MiscellaneousCommand_type_encryptionUpdateCommand::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_MiscellaneousCommand_type_encryptionUpdateCommand), PInvalidCast); #endif const H245_MiscellaneousCommand_type_encryptionUpdateCommand & other = (const H245_MiscellaneousCommand_type_encryptionUpdateCommand &)obj; Comparison result; if ((result = m_encryptionSync.Compare(other.m_encryptionSync)) != EqualTo) return result; if ((result = m_multiplePayloadStream.Compare(other.m_multiplePayloadStream)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_MiscellaneousCommand_type_encryptionUpdateCommand::GetDataLength() const { PINDEX length = 0; length += m_encryptionSync.GetObjectLength(); if (HasOptionalField(e_multiplePayloadStream)) length += m_multiplePayloadStream.GetObjectLength(); return length; } BOOL H245_MiscellaneousCommand_type_encryptionUpdateCommand::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_encryptionSync.Decode(strm)) return FALSE; if (HasOptionalField(e_multiplePayloadStream) && !m_multiplePayloadStream.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_MiscellaneousCommand_type_encryptionUpdateCommand::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_encryptionSync.Encode(strm); if (HasOptionalField(e_multiplePayloadStream)) m_multiplePayloadStream.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_MiscellaneousCommand_type_encryptionUpdateCommand::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_MiscellaneousCommand_type_encryptionUpdateCommand::Class()), PInvalidCast); #endif return new H245_MiscellaneousCommand_type_encryptionUpdateCommand(*this); } // // NewATMVCCommand_aal_aal1 // H245_NewATMVCCommand_aal_aal1::H245_NewATMVCCommand_aal_aal1(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_NewATMVCCommand_aal_aal1::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "clockRecovery = " << setprecision(indent) << m_clockRecovery << '\n'; strm << setw(indent+18) << "errorCorrection = " << setprecision(indent) << m_errorCorrection << '\n'; strm << setw(indent+25) << "structuredDataTransfer = " << setprecision(indent) << m_structuredDataTransfer << '\n'; strm << setw(indent+23) << "partiallyFilledCells = " << setprecision(indent) << m_partiallyFilledCells << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_NewATMVCCommand_aal_aal1::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_NewATMVCCommand_aal_aal1), PInvalidCast); #endif const H245_NewATMVCCommand_aal_aal1 & other = (const H245_NewATMVCCommand_aal_aal1 &)obj; Comparison result; if ((result = m_clockRecovery.Compare(other.m_clockRecovery)) != EqualTo) return result; if ((result = m_errorCorrection.Compare(other.m_errorCorrection)) != EqualTo) return result; if ((result = m_structuredDataTransfer.Compare(other.m_structuredDataTransfer)) != EqualTo) return result; if ((result = m_partiallyFilledCells.Compare(other.m_partiallyFilledCells)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_NewATMVCCommand_aal_aal1::GetDataLength() const { PINDEX length = 0; length += m_clockRecovery.GetObjectLength(); length += m_errorCorrection.GetObjectLength(); length += m_structuredDataTransfer.GetObjectLength(); length += m_partiallyFilledCells.GetObjectLength(); return length; } BOOL H245_NewATMVCCommand_aal_aal1::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_clockRecovery.Decode(strm)) return FALSE; if (!m_errorCorrection.Decode(strm)) return FALSE; if (!m_structuredDataTransfer.Decode(strm)) return FALSE; if (!m_partiallyFilledCells.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_NewATMVCCommand_aal_aal1::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_clockRecovery.Encode(strm); m_errorCorrection.Encode(strm); m_structuredDataTransfer.Encode(strm); m_partiallyFilledCells.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_NewATMVCCommand_aal_aal1::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_NewATMVCCommand_aal_aal1::Class()), PInvalidCast); #endif return new H245_NewATMVCCommand_aal_aal1(*this); } // // NewATMVCIndication_aal_aal1 // H245_NewATMVCIndication_aal_aal1::H245_NewATMVCIndication_aal_aal1(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_NewATMVCIndication_aal_aal1::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "clockRecovery = " << setprecision(indent) << m_clockRecovery << '\n'; strm << setw(indent+18) << "errorCorrection = " << setprecision(indent) << m_errorCorrection << '\n'; strm << setw(indent+25) << "structuredDataTransfer = " << setprecision(indent) << m_structuredDataTransfer << '\n'; strm << setw(indent+23) << "partiallyFilledCells = " << setprecision(indent) << m_partiallyFilledCells << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_NewATMVCIndication_aal_aal1::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_NewATMVCIndication_aal_aal1), PInvalidCast); #endif const H245_NewATMVCIndication_aal_aal1 & other = (const H245_NewATMVCIndication_aal_aal1 &)obj; Comparison result; if ((result = m_clockRecovery.Compare(other.m_clockRecovery)) != EqualTo) return result; if ((result = m_errorCorrection.Compare(other.m_errorCorrection)) != EqualTo) return result; if ((result = m_structuredDataTransfer.Compare(other.m_structuredDataTransfer)) != EqualTo) return result; if ((result = m_partiallyFilledCells.Compare(other.m_partiallyFilledCells)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_NewATMVCIndication_aal_aal1::GetDataLength() const { PINDEX length = 0; length += m_clockRecovery.GetObjectLength(); length += m_errorCorrection.GetObjectLength(); length += m_structuredDataTransfer.GetObjectLength(); length += m_partiallyFilledCells.GetObjectLength(); return length; } BOOL H245_NewATMVCIndication_aal_aal1::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_clockRecovery.Decode(strm)) return FALSE; if (!m_errorCorrection.Decode(strm)) return FALSE; if (!m_structuredDataTransfer.Decode(strm)) return FALSE; if (!m_partiallyFilledCells.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_NewATMVCIndication_aal_aal1::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_clockRecovery.Encode(strm); m_errorCorrection.Encode(strm); m_structuredDataTransfer.Encode(strm); m_partiallyFilledCells.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_NewATMVCIndication_aal_aal1::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_NewATMVCIndication_aal_aal1::Class()), PInvalidCast); #endif return new H245_NewATMVCIndication_aal_aal1(*this); } // // NonStandardMessage // H245_NonStandardMessage::H245_NonStandardMessage(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_NonStandardMessage::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_NonStandardMessage::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_NonStandardMessage), PInvalidCast); #endif const H245_NonStandardMessage & other = (const H245_NonStandardMessage &)obj; Comparison result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_NonStandardMessage::GetDataLength() const { PINDEX length = 0; length += m_nonStandardData.GetObjectLength(); return length; } BOOL H245_NonStandardMessage::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_nonStandardData.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_NonStandardMessage::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_nonStandardData.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_NonStandardMessage::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_NonStandardMessage::Class()), PInvalidCast); #endif return new H245_NonStandardMessage(*this); } // // VCCapability // H245_VCCapability::H245_VCCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 1) { } #ifndef PASN_NOPRINTON void H245_VCCapability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_aal1)) strm << setw(indent+7) << "aal1 = " << setprecision(indent) << m_aal1 << '\n'; if (HasOptionalField(e_aal5)) strm << setw(indent+7) << "aal5 = " << setprecision(indent) << m_aal5 << '\n'; strm << setw(indent+18) << "transportStream = " << setprecision(indent) << m_transportStream << '\n'; strm << setw(indent+16) << "programStream = " << setprecision(indent) << m_programStream << '\n'; strm << setw(indent+20) << "availableBitRates = " << setprecision(indent) << m_availableBitRates << '\n'; if (HasOptionalField(e_aal1ViaGateway)) strm << setw(indent+17) << "aal1ViaGateway = " << setprecision(indent) << m_aal1ViaGateway << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_VCCapability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_VCCapability), PInvalidCast); #endif const H245_VCCapability & other = (const H245_VCCapability &)obj; Comparison result; if ((result = m_aal1.Compare(other.m_aal1)) != EqualTo) return result; if ((result = m_aal5.Compare(other.m_aal5)) != EqualTo) return result; if ((result = m_transportStream.Compare(other.m_transportStream)) != EqualTo) return result; if ((result = m_programStream.Compare(other.m_programStream)) != EqualTo) return result; if ((result = m_availableBitRates.Compare(other.m_availableBitRates)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_VCCapability::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_aal1)) length += m_aal1.GetObjectLength(); if (HasOptionalField(e_aal5)) length += m_aal5.GetObjectLength(); length += m_transportStream.GetObjectLength(); length += m_programStream.GetObjectLength(); length += m_availableBitRates.GetObjectLength(); return length; } BOOL H245_VCCapability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_aal1) && !m_aal1.Decode(strm)) return FALSE; if (HasOptionalField(e_aal5) && !m_aal5.Decode(strm)) return FALSE; if (!m_transportStream.Decode(strm)) return FALSE; if (!m_programStream.Decode(strm)) return FALSE; if (!m_availableBitRates.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_aal1ViaGateway, m_aal1ViaGateway)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_VCCapability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_aal1)) m_aal1.Encode(strm); if (HasOptionalField(e_aal5)) m_aal5.Encode(strm); m_transportStream.Encode(strm); m_programStream.Encode(strm); m_availableBitRates.Encode(strm); KnownExtensionEncode(strm, e_aal1ViaGateway, m_aal1ViaGateway); UnknownExtensionsEncode(strm); } PObject * H245_VCCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_VCCapability::Class()), PInvalidCast); #endif return new H245_VCCapability(*this); } // // H2250Capability // H245_H2250Capability::H245_H2250Capability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 4) { m_maximumAudioDelayJitter.SetConstraints(PASN_Object::FixedConstraint, 0, 1023); m_redundancyEncodingCapability.SetConstraints(PASN_Object::FixedConstraint, 1, 256); IncludeOptionalField(e_logicalChannelSwitchingCapability); IncludeOptionalField(e_t120DynamicPortCapability); } #ifndef PASN_NOPRINTON void H245_H2250Capability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+26) << "maximumAudioDelayJitter = " << setprecision(indent) << m_maximumAudioDelayJitter << '\n'; strm << setw(indent+30) << "receiveMultipointCapability = " << setprecision(indent) << m_receiveMultipointCapability << '\n'; strm << setw(indent+31) << "transmitMultipointCapability = " << setprecision(indent) << m_transmitMultipointCapability << '\n'; strm << setw(indent+41) << "receiveAndTransmitMultipointCapability = " << setprecision(indent) << m_receiveAndTransmitMultipointCapability << '\n'; strm << setw(indent+15) << "mcCapability = " << setprecision(indent) << m_mcCapability << '\n'; strm << setw(indent+29) << "rtcpVideoControlCapability = " << setprecision(indent) << m_rtcpVideoControlCapability << '\n'; strm << setw(indent+31) << "mediaPacketizationCapability = " << setprecision(indent) << m_mediaPacketizationCapability << '\n'; if (HasOptionalField(e_transportCapability)) strm << setw(indent+22) << "transportCapability = " << setprecision(indent) << m_transportCapability << '\n'; if (HasOptionalField(e_redundancyEncodingCapability)) strm << setw(indent+31) << "redundancyEncodingCapability = " << setprecision(indent) << m_redundancyEncodingCapability << '\n'; if (HasOptionalField(e_logicalChannelSwitchingCapability)) strm << setw(indent+36) << "logicalChannelSwitchingCapability = " << setprecision(indent) << m_logicalChannelSwitchingCapability << '\n'; if (HasOptionalField(e_t120DynamicPortCapability)) strm << setw(indent+28) << "t120DynamicPortCapability = " << setprecision(indent) << m_t120DynamicPortCapability << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_H2250Capability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_H2250Capability), PInvalidCast); #endif const H245_H2250Capability & other = (const H245_H2250Capability &)obj; Comparison result; if ((result = m_maximumAudioDelayJitter.Compare(other.m_maximumAudioDelayJitter)) != EqualTo) return result; if ((result = m_receiveMultipointCapability.Compare(other.m_receiveMultipointCapability)) != EqualTo) return result; if ((result = m_transmitMultipointCapability.Compare(other.m_transmitMultipointCapability)) != EqualTo) return result; if ((result = m_receiveAndTransmitMultipointCapability.Compare(other.m_receiveAndTransmitMultipointCapability)) != EqualTo) return result; if ((result = m_mcCapability.Compare(other.m_mcCapability)) != EqualTo) return result; if ((result = m_rtcpVideoControlCapability.Compare(other.m_rtcpVideoControlCapability)) != EqualTo) return result; if ((result = m_mediaPacketizationCapability.Compare(other.m_mediaPacketizationCapability)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_H2250Capability::GetDataLength() const { PINDEX length = 0; length += m_maximumAudioDelayJitter.GetObjectLength(); length += m_receiveMultipointCapability.GetObjectLength(); length += m_transmitMultipointCapability.GetObjectLength(); length += m_receiveAndTransmitMultipointCapability.GetObjectLength(); length += m_mcCapability.GetObjectLength(); length += m_rtcpVideoControlCapability.GetObjectLength(); length += m_mediaPacketizationCapability.GetObjectLength(); return length; } BOOL H245_H2250Capability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_maximumAudioDelayJitter.Decode(strm)) return FALSE; if (!m_receiveMultipointCapability.Decode(strm)) return FALSE; if (!m_transmitMultipointCapability.Decode(strm)) return FALSE; if (!m_receiveAndTransmitMultipointCapability.Decode(strm)) return FALSE; if (!m_mcCapability.Decode(strm)) return FALSE; if (!m_rtcpVideoControlCapability.Decode(strm)) return FALSE; if (!m_mediaPacketizationCapability.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_transportCapability, m_transportCapability)) return FALSE; if (!KnownExtensionDecode(strm, e_redundancyEncodingCapability, m_redundancyEncodingCapability)) return FALSE; if (!KnownExtensionDecode(strm, e_logicalChannelSwitchingCapability, m_logicalChannelSwitchingCapability)) return FALSE; if (!KnownExtensionDecode(strm, e_t120DynamicPortCapability, m_t120DynamicPortCapability)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_H2250Capability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_maximumAudioDelayJitter.Encode(strm); m_receiveMultipointCapability.Encode(strm); m_transmitMultipointCapability.Encode(strm); m_receiveAndTransmitMultipointCapability.Encode(strm); m_mcCapability.Encode(strm); m_rtcpVideoControlCapability.Encode(strm); m_mediaPacketizationCapability.Encode(strm); KnownExtensionEncode(strm, e_transportCapability, m_transportCapability); KnownExtensionEncode(strm, e_redundancyEncodingCapability, m_redundancyEncodingCapability); KnownExtensionEncode(strm, e_logicalChannelSwitchingCapability, m_logicalChannelSwitchingCapability); KnownExtensionEncode(strm, e_t120DynamicPortCapability, m_t120DynamicPortCapability); UnknownExtensionsEncode(strm); } PObject * H245_H2250Capability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H2250Capability::Class()), PInvalidCast); #endif return new H245_H2250Capability(*this); } // // RefPictureSelection // H245_RefPictureSelection::H245_RefPictureSelection(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 1) { IncludeOptionalField(e_enhancedReferencePicSelect); } #ifndef PASN_NOPRINTON void H245_RefPictureSelection::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_additionalPictureMemory)) strm << setw(indent+26) << "additionalPictureMemory = " << setprecision(indent) << m_additionalPictureMemory << '\n'; strm << setw(indent+11) << "videoMux = " << setprecision(indent) << m_videoMux << '\n'; strm << setw(indent+23) << "videoBackChannelSend = " << setprecision(indent) << m_videoBackChannelSend << '\n'; if (HasOptionalField(e_enhancedReferencePicSelect)) strm << setw(indent+29) << "enhancedReferencePicSelect = " << setprecision(indent) << m_enhancedReferencePicSelect << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_RefPictureSelection::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_RefPictureSelection), PInvalidCast); #endif const H245_RefPictureSelection & other = (const H245_RefPictureSelection &)obj; Comparison result; if ((result = m_additionalPictureMemory.Compare(other.m_additionalPictureMemory)) != EqualTo) return result; if ((result = m_videoMux.Compare(other.m_videoMux)) != EqualTo) return result; if ((result = m_videoBackChannelSend.Compare(other.m_videoBackChannelSend)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_RefPictureSelection::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_additionalPictureMemory)) length += m_additionalPictureMemory.GetObjectLength(); length += m_videoMux.GetObjectLength(); length += m_videoBackChannelSend.GetObjectLength(); return length; } BOOL H245_RefPictureSelection::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_additionalPictureMemory) && !m_additionalPictureMemory.Decode(strm)) return FALSE; if (!m_videoMux.Decode(strm)) return FALSE; if (!m_videoBackChannelSend.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_enhancedReferencePicSelect, m_enhancedReferencePicSelect)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_RefPictureSelection::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_additionalPictureMemory)) m_additionalPictureMemory.Encode(strm); m_videoMux.Encode(strm); m_videoBackChannelSend.Encode(strm); KnownExtensionEncode(strm, e_enhancedReferencePicSelect, m_enhancedReferencePicSelect); UnknownExtensionsEncode(strm); } PObject * H245_RefPictureSelection::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RefPictureSelection::Class()), PInvalidCast); #endif return new H245_RefPictureSelection(*this); } // // CustomPictureFormat // H245_CustomPictureFormat::H245_CustomPictureFormat(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_maxCustomPictureWidth.SetConstraints(PASN_Object::FixedConstraint, 1, 2048); m_maxCustomPictureHeight.SetConstraints(PASN_Object::FixedConstraint, 1, 2048); m_minCustomPictureWidth.SetConstraints(PASN_Object::FixedConstraint, 1, 2048); m_minCustomPictureHeight.SetConstraints(PASN_Object::FixedConstraint, 1, 2048); } #ifndef PASN_NOPRINTON void H245_CustomPictureFormat::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+24) << "maxCustomPictureWidth = " << setprecision(indent) << m_maxCustomPictureWidth << '\n'; strm << setw(indent+25) << "maxCustomPictureHeight = " << setprecision(indent) << m_maxCustomPictureHeight << '\n'; strm << setw(indent+24) << "minCustomPictureWidth = " << setprecision(indent) << m_minCustomPictureWidth << '\n'; strm << setw(indent+25) << "minCustomPictureHeight = " << setprecision(indent) << m_minCustomPictureHeight << '\n'; strm << setw(indent+6) << "mPI = " << setprecision(indent) << m_mPI << '\n'; strm << setw(indent+25) << "pixelAspectInformation = " << setprecision(indent) << m_pixelAspectInformation << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_CustomPictureFormat::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_CustomPictureFormat), PInvalidCast); #endif const H245_CustomPictureFormat & other = (const H245_CustomPictureFormat &)obj; Comparison result; if ((result = m_maxCustomPictureWidth.Compare(other.m_maxCustomPictureWidth)) != EqualTo) return result; if ((result = m_maxCustomPictureHeight.Compare(other.m_maxCustomPictureHeight)) != EqualTo) return result; if ((result = m_minCustomPictureWidth.Compare(other.m_minCustomPictureWidth)) != EqualTo) return result; if ((result = m_minCustomPictureHeight.Compare(other.m_minCustomPictureHeight)) != EqualTo) return result; if ((result = m_mPI.Compare(other.m_mPI)) != EqualTo) return result; if ((result = m_pixelAspectInformation.Compare(other.m_pixelAspectInformation)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_CustomPictureFormat::GetDataLength() const { PINDEX length = 0; length += m_maxCustomPictureWidth.GetObjectLength(); length += m_maxCustomPictureHeight.GetObjectLength(); length += m_minCustomPictureWidth.GetObjectLength(); length += m_minCustomPictureHeight.GetObjectLength(); length += m_mPI.GetObjectLength(); length += m_pixelAspectInformation.GetObjectLength(); return length; } BOOL H245_CustomPictureFormat::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_maxCustomPictureWidth.Decode(strm)) return FALSE; if (!m_maxCustomPictureHeight.Decode(strm)) return FALSE; if (!m_minCustomPictureWidth.Decode(strm)) return FALSE; if (!m_minCustomPictureHeight.Decode(strm)) return FALSE; if (!m_mPI.Decode(strm)) return FALSE; if (!m_pixelAspectInformation.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_CustomPictureFormat::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_maxCustomPictureWidth.Encode(strm); m_maxCustomPictureHeight.Encode(strm); m_minCustomPictureWidth.Encode(strm); m_minCustomPictureHeight.Encode(strm); m_mPI.Encode(strm); m_pixelAspectInformation.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_CustomPictureFormat::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_CustomPictureFormat::Class()), PInvalidCast); #endif return new H245_CustomPictureFormat(*this); } // // H263VideoModeCombos // H245_H263VideoModeCombos::H245_H263VideoModeCombos(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_h263VideoCoupledModes.SetConstraints(PASN_Object::FixedConstraint, 1, 16); } #ifndef PASN_NOPRINTON void H245_H263VideoModeCombos::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+26) << "h263VideoUncoupledModes = " << setprecision(indent) << m_h263VideoUncoupledModes << '\n'; strm << setw(indent+24) << "h263VideoCoupledModes = " << setprecision(indent) << m_h263VideoCoupledModes << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_H263VideoModeCombos::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_H263VideoModeCombos), PInvalidCast); #endif const H245_H263VideoModeCombos & other = (const H245_H263VideoModeCombos &)obj; Comparison result; if ((result = m_h263VideoUncoupledModes.Compare(other.m_h263VideoUncoupledModes)) != EqualTo) return result; if ((result = m_h263VideoCoupledModes.Compare(other.m_h263VideoCoupledModes)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_H263VideoModeCombos::GetDataLength() const { PINDEX length = 0; length += m_h263VideoUncoupledModes.GetObjectLength(); length += m_h263VideoCoupledModes.GetObjectLength(); return length; } BOOL H245_H263VideoModeCombos::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_h263VideoUncoupledModes.Decode(strm)) return FALSE; if (!m_h263VideoCoupledModes.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_H263VideoModeCombos::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_h263VideoUncoupledModes.Encode(strm); m_h263VideoCoupledModes.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_H263VideoModeCombos::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H263VideoModeCombos::Class()), PInvalidCast); #endif return new H245_H263VideoModeCombos(*this); } // // T38FaxProfile // H245_T38FaxProfile::H245_T38FaxProfile(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 4) { m_version.SetConstraints(PASN_Object::FixedConstraint, 0, 255); IncludeOptionalField(e_version); IncludeOptionalField(e_t38FaxRateManagement); } #ifndef PASN_NOPRINTON void H245_T38FaxProfile::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "fillBitRemoval = " << setprecision(indent) << m_fillBitRemoval << '\n'; strm << setw(indent+18) << "transcodingJBIG = " << setprecision(indent) << m_transcodingJBIG << '\n'; strm << setw(indent+17) << "transcodingMMR = " << setprecision(indent) << m_transcodingMMR << '\n'; if (HasOptionalField(e_version)) strm << setw(indent+10) << "version = " << setprecision(indent) << m_version << '\n'; if (HasOptionalField(e_t38FaxRateManagement)) strm << setw(indent+23) << "t38FaxRateManagement = " << setprecision(indent) << m_t38FaxRateManagement << '\n'; if (HasOptionalField(e_t38FaxUdpOptions)) strm << setw(indent+19) << "t38FaxUdpOptions = " << setprecision(indent) << m_t38FaxUdpOptions << '\n'; if (HasOptionalField(e_t38FaxTcpOptions)) strm << setw(indent+19) << "t38FaxTcpOptions = " << setprecision(indent) << m_t38FaxTcpOptions << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_T38FaxProfile::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_T38FaxProfile), PInvalidCast); #endif const H245_T38FaxProfile & other = (const H245_T38FaxProfile &)obj; Comparison result; if ((result = m_fillBitRemoval.Compare(other.m_fillBitRemoval)) != EqualTo) return result; if ((result = m_transcodingJBIG.Compare(other.m_transcodingJBIG)) != EqualTo) return result; if ((result = m_transcodingMMR.Compare(other.m_transcodingMMR)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_T38FaxProfile::GetDataLength() const { PINDEX length = 0; length += m_fillBitRemoval.GetObjectLength(); length += m_transcodingJBIG.GetObjectLength(); length += m_transcodingMMR.GetObjectLength(); return length; } BOOL H245_T38FaxProfile::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_fillBitRemoval.Decode(strm)) return FALSE; if (!m_transcodingJBIG.Decode(strm)) return FALSE; if (!m_transcodingMMR.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_version, m_version)) return FALSE; if (!KnownExtensionDecode(strm, e_t38FaxRateManagement, m_t38FaxRateManagement)) return FALSE; if (!KnownExtensionDecode(strm, e_t38FaxUdpOptions, m_t38FaxUdpOptions)) return FALSE; if (!KnownExtensionDecode(strm, e_t38FaxTcpOptions, m_t38FaxTcpOptions)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_T38FaxProfile::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_fillBitRemoval.Encode(strm); m_transcodingJBIG.Encode(strm); m_transcodingMMR.Encode(strm); KnownExtensionEncode(strm, e_version, m_version); KnownExtensionEncode(strm, e_t38FaxRateManagement, m_t38FaxRateManagement); KnownExtensionEncode(strm, e_t38FaxUdpOptions, m_t38FaxUdpOptions); KnownExtensionEncode(strm, e_t38FaxTcpOptions, m_t38FaxTcpOptions); UnknownExtensionsEncode(strm); } PObject * H245_T38FaxProfile::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_T38FaxProfile::Class()), PInvalidCast); #endif return new H245_T38FaxProfile(*this); } // // EncryptionAuthenticationAndIntegrity // H245_EncryptionAuthenticationAndIntegrity::H245_EncryptionAuthenticationAndIntegrity(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 1) { } #ifndef PASN_NOPRINTON void H245_EncryptionAuthenticationAndIntegrity::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_encryptionCapability)) strm << setw(indent+23) << "encryptionCapability = " << setprecision(indent) << m_encryptionCapability << '\n'; if (HasOptionalField(e_authenticationCapability)) strm << setw(indent+27) << "authenticationCapability = " << setprecision(indent) << m_authenticationCapability << '\n'; if (HasOptionalField(e_integrityCapability)) strm << setw(indent+22) << "integrityCapability = " << setprecision(indent) << m_integrityCapability << '\n'; if (HasOptionalField(e_genericH235SecurityCapability)) strm << setw(indent+32) << "genericH235SecurityCapability = " << setprecision(indent) << m_genericH235SecurityCapability << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_EncryptionAuthenticationAndIntegrity::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_EncryptionAuthenticationAndIntegrity), PInvalidCast); #endif const H245_EncryptionAuthenticationAndIntegrity & other = (const H245_EncryptionAuthenticationAndIntegrity &)obj; Comparison result; if ((result = m_encryptionCapability.Compare(other.m_encryptionCapability)) != EqualTo) return result; if ((result = m_authenticationCapability.Compare(other.m_authenticationCapability)) != EqualTo) return result; if ((result = m_integrityCapability.Compare(other.m_integrityCapability)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_EncryptionAuthenticationAndIntegrity::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_encryptionCapability)) length += m_encryptionCapability.GetObjectLength(); if (HasOptionalField(e_authenticationCapability)) length += m_authenticationCapability.GetObjectLength(); if (HasOptionalField(e_integrityCapability)) length += m_integrityCapability.GetObjectLength(); return length; } BOOL H245_EncryptionAuthenticationAndIntegrity::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_encryptionCapability) && !m_encryptionCapability.Decode(strm)) return FALSE; if (HasOptionalField(e_authenticationCapability) && !m_authenticationCapability.Decode(strm)) return FALSE; if (HasOptionalField(e_integrityCapability) && !m_integrityCapability.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_genericH235SecurityCapability, m_genericH235SecurityCapability)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_EncryptionAuthenticationAndIntegrity::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_encryptionCapability)) m_encryptionCapability.Encode(strm); if (HasOptionalField(e_authenticationCapability)) m_authenticationCapability.Encode(strm); if (HasOptionalField(e_integrityCapability)) m_integrityCapability.Encode(strm); KnownExtensionEncode(strm, e_genericH235SecurityCapability, m_genericH235SecurityCapability); UnknownExtensionsEncode(strm); } PObject * H245_EncryptionAuthenticationAndIntegrity::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_EncryptionAuthenticationAndIntegrity::Class()), PInvalidCast); #endif return new H245_EncryptionAuthenticationAndIntegrity(*this); } // // OpenLogicalChannel // H245_OpenLogicalChannel::H245_OpenLogicalChannel(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 2) { } #ifndef PASN_NOPRINTON void H245_OpenLogicalChannel::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+30) << "forwardLogicalChannelNumber = " << setprecision(indent) << m_forwardLogicalChannelNumber << '\n'; strm << setw(indent+34) << "forwardLogicalChannelParameters = " << setprecision(indent) << m_forwardLogicalChannelParameters << '\n'; if (HasOptionalField(e_reverseLogicalChannelParameters)) strm << setw(indent+34) << "reverseLogicalChannelParameters = " << setprecision(indent) << m_reverseLogicalChannelParameters << '\n'; if (HasOptionalField(e_separateStack)) strm << setw(indent+16) << "separateStack = " << setprecision(indent) << m_separateStack << '\n'; if (HasOptionalField(e_encryptionSync)) strm << setw(indent+17) << "encryptionSync = " << setprecision(indent) << m_encryptionSync << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_OpenLogicalChannel::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_OpenLogicalChannel), PInvalidCast); #endif const H245_OpenLogicalChannel & other = (const H245_OpenLogicalChannel &)obj; Comparison result; if ((result = m_forwardLogicalChannelNumber.Compare(other.m_forwardLogicalChannelNumber)) != EqualTo) return result; if ((result = m_forwardLogicalChannelParameters.Compare(other.m_forwardLogicalChannelParameters)) != EqualTo) return result; if ((result = m_reverseLogicalChannelParameters.Compare(other.m_reverseLogicalChannelParameters)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_OpenLogicalChannel::GetDataLength() const { PINDEX length = 0; length += m_forwardLogicalChannelNumber.GetObjectLength(); length += m_forwardLogicalChannelParameters.GetObjectLength(); if (HasOptionalField(e_reverseLogicalChannelParameters)) length += m_reverseLogicalChannelParameters.GetObjectLength(); return length; } BOOL H245_OpenLogicalChannel::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_forwardLogicalChannelNumber.Decode(strm)) return FALSE; if (!m_forwardLogicalChannelParameters.Decode(strm)) return FALSE; if (HasOptionalField(e_reverseLogicalChannelParameters) && !m_reverseLogicalChannelParameters.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_separateStack, m_separateStack)) return FALSE; if (!KnownExtensionDecode(strm, e_encryptionSync, m_encryptionSync)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_OpenLogicalChannel::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_forwardLogicalChannelNumber.Encode(strm); m_forwardLogicalChannelParameters.Encode(strm); if (HasOptionalField(e_reverseLogicalChannelParameters)) m_reverseLogicalChannelParameters.Encode(strm); KnownExtensionEncode(strm, e_separateStack, m_separateStack); KnownExtensionEncode(strm, e_encryptionSync, m_encryptionSync); UnknownExtensionsEncode(strm); } PObject * H245_OpenLogicalChannel::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_OpenLogicalChannel::Class()), PInvalidCast); #endif return new H245_OpenLogicalChannel(*this); } // // H235Media // H245_H235Media::H245_H235Media(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_H235Media::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+39) << "encryptionAuthenticationAndIntegrity = " << setprecision(indent) << m_encryptionAuthenticationAndIntegrity << '\n'; strm << setw(indent+12) << "mediaType = " << setprecision(indent) << m_mediaType << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_H235Media::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_H235Media), PInvalidCast); #endif const H245_H235Media & other = (const H245_H235Media &)obj; Comparison result; if ((result = m_encryptionAuthenticationAndIntegrity.Compare(other.m_encryptionAuthenticationAndIntegrity)) != EqualTo) return result; if ((result = m_mediaType.Compare(other.m_mediaType)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_H235Media::GetDataLength() const { PINDEX length = 0; length += m_encryptionAuthenticationAndIntegrity.GetObjectLength(); length += m_mediaType.GetObjectLength(); return length; } BOOL H245_H235Media::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_encryptionAuthenticationAndIntegrity.Decode(strm)) return FALSE; if (!m_mediaType.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_H235Media::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_encryptionAuthenticationAndIntegrity.Encode(strm); m_mediaType.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_H235Media::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H235Media::Class()), PInvalidCast); #endif return new H245_H235Media(*this); } // // V76LogicalChannelParameters // H245_V76LogicalChannelParameters::H245_V76LogicalChannelParameters(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_V76LogicalChannelParameters::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "hdlcParameters = " << setprecision(indent) << m_hdlcParameters << '\n'; strm << setw(indent+16) << "suspendResume = " << setprecision(indent) << m_suspendResume << '\n'; strm << setw(indent+6) << "uIH = " << setprecision(indent) << m_uIH << '\n'; strm << setw(indent+7) << "mode = " << setprecision(indent) << m_mode << '\n'; strm << setw(indent+16) << "v75Parameters = " << setprecision(indent) << m_v75Parameters << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_V76LogicalChannelParameters::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_V76LogicalChannelParameters), PInvalidCast); #endif const H245_V76LogicalChannelParameters & other = (const H245_V76LogicalChannelParameters &)obj; Comparison result; if ((result = m_hdlcParameters.Compare(other.m_hdlcParameters)) != EqualTo) return result; if ((result = m_suspendResume.Compare(other.m_suspendResume)) != EqualTo) return result; if ((result = m_uIH.Compare(other.m_uIH)) != EqualTo) return result; if ((result = m_mode.Compare(other.m_mode)) != EqualTo) return result; if ((result = m_v75Parameters.Compare(other.m_v75Parameters)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_V76LogicalChannelParameters::GetDataLength() const { PINDEX length = 0; length += m_hdlcParameters.GetObjectLength(); length += m_suspendResume.GetObjectLength(); length += m_uIH.GetObjectLength(); length += m_mode.GetObjectLength(); length += m_v75Parameters.GetObjectLength(); return length; } BOOL H245_V76LogicalChannelParameters::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_hdlcParameters.Decode(strm)) return FALSE; if (!m_suspendResume.Decode(strm)) return FALSE; if (!m_uIH.Decode(strm)) return FALSE; if (!m_mode.Decode(strm)) return FALSE; if (!m_v75Parameters.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_V76LogicalChannelParameters::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_hdlcParameters.Encode(strm); m_suspendResume.Encode(strm); m_uIH.Encode(strm); m_mode.Encode(strm); m_v75Parameters.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_V76LogicalChannelParameters::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_V76LogicalChannelParameters::Class()), PInvalidCast); #endif return new H245_V76LogicalChannelParameters(*this); } // // RedundancyEncoding // H245_RedundancyEncoding::H245_RedundancyEncoding(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 1) { } #ifndef PASN_NOPRINTON void H245_RedundancyEncoding::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+27) << "redundancyEncodingMethod = " << setprecision(indent) << m_redundancyEncodingMethod << '\n'; if (HasOptionalField(e_secondaryEncoding)) strm << setw(indent+20) << "secondaryEncoding = " << setprecision(indent) << m_secondaryEncoding << '\n'; if (HasOptionalField(e_rtpRedundancyEncoding)) strm << setw(indent+24) << "rtpRedundancyEncoding = " << setprecision(indent) << m_rtpRedundancyEncoding << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_RedundancyEncoding::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_RedundancyEncoding), PInvalidCast); #endif const H245_RedundancyEncoding & other = (const H245_RedundancyEncoding &)obj; Comparison result; if ((result = m_redundancyEncodingMethod.Compare(other.m_redundancyEncodingMethod)) != EqualTo) return result; if ((result = m_secondaryEncoding.Compare(other.m_secondaryEncoding)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_RedundancyEncoding::GetDataLength() const { PINDEX length = 0; length += m_redundancyEncodingMethod.GetObjectLength(); if (HasOptionalField(e_secondaryEncoding)) length += m_secondaryEncoding.GetObjectLength(); return length; } BOOL H245_RedundancyEncoding::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_redundancyEncodingMethod.Decode(strm)) return FALSE; if (HasOptionalField(e_secondaryEncoding) && !m_secondaryEncoding.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_rtpRedundancyEncoding, m_rtpRedundancyEncoding)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_RedundancyEncoding::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_redundancyEncodingMethod.Encode(strm); if (HasOptionalField(e_secondaryEncoding)) m_secondaryEncoding.Encode(strm); KnownExtensionEncode(strm, e_rtpRedundancyEncoding, m_rtpRedundancyEncoding); UnknownExtensionsEncode(strm); } PObject * H245_RedundancyEncoding::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RedundancyEncoding::Class()), PInvalidCast); #endif return new H245_RedundancyEncoding(*this); } // // OpenLogicalChannelAck // H245_OpenLogicalChannelAck::H245_OpenLogicalChannelAck(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 3) { } #ifndef PASN_NOPRINTON void H245_OpenLogicalChannelAck::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+30) << "forwardLogicalChannelNumber = " << setprecision(indent) << m_forwardLogicalChannelNumber << '\n'; if (HasOptionalField(e_reverseLogicalChannelParameters)) strm << setw(indent+34) << "reverseLogicalChannelParameters = " << setprecision(indent) << m_reverseLogicalChannelParameters << '\n'; if (HasOptionalField(e_separateStack)) strm << setw(indent+16) << "separateStack = " << setprecision(indent) << m_separateStack << '\n'; if (HasOptionalField(e_forwardMultiplexAckParameters)) strm << setw(indent+32) << "forwardMultiplexAckParameters = " << setprecision(indent) << m_forwardMultiplexAckParameters << '\n'; if (HasOptionalField(e_encryptionSync)) strm << setw(indent+17) << "encryptionSync = " << setprecision(indent) << m_encryptionSync << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_OpenLogicalChannelAck::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_OpenLogicalChannelAck), PInvalidCast); #endif const H245_OpenLogicalChannelAck & other = (const H245_OpenLogicalChannelAck &)obj; Comparison result; if ((result = m_forwardLogicalChannelNumber.Compare(other.m_forwardLogicalChannelNumber)) != EqualTo) return result; if ((result = m_reverseLogicalChannelParameters.Compare(other.m_reverseLogicalChannelParameters)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_OpenLogicalChannelAck::GetDataLength() const { PINDEX length = 0; length += m_forwardLogicalChannelNumber.GetObjectLength(); if (HasOptionalField(e_reverseLogicalChannelParameters)) length += m_reverseLogicalChannelParameters.GetObjectLength(); return length; } BOOL H245_OpenLogicalChannelAck::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_forwardLogicalChannelNumber.Decode(strm)) return FALSE; if (HasOptionalField(e_reverseLogicalChannelParameters) && !m_reverseLogicalChannelParameters.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_separateStack, m_separateStack)) return FALSE; if (!KnownExtensionDecode(strm, e_forwardMultiplexAckParameters, m_forwardMultiplexAckParameters)) return FALSE; if (!KnownExtensionDecode(strm, e_encryptionSync, m_encryptionSync)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_OpenLogicalChannelAck::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_forwardLogicalChannelNumber.Encode(strm); if (HasOptionalField(e_reverseLogicalChannelParameters)) m_reverseLogicalChannelParameters.Encode(strm); KnownExtensionEncode(strm, e_separateStack, m_separateStack); KnownExtensionEncode(strm, e_forwardMultiplexAckParameters, m_forwardMultiplexAckParameters); KnownExtensionEncode(strm, e_encryptionSync, m_encryptionSync); UnknownExtensionsEncode(strm); } PObject * H245_OpenLogicalChannelAck::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_OpenLogicalChannelAck::Class()), PInvalidCast); #endif return new H245_OpenLogicalChannelAck(*this); } // // H235Mode // H245_H235Mode::H245_H235Mode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_H235Mode::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+39) << "encryptionAuthenticationAndIntegrity = " << setprecision(indent) << m_encryptionAuthenticationAndIntegrity << '\n'; strm << setw(indent+12) << "mediaMode = " << setprecision(indent) << m_mediaMode << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_H235Mode::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_H235Mode), PInvalidCast); #endif const H245_H235Mode & other = (const H245_H235Mode &)obj; Comparison result; if ((result = m_encryptionAuthenticationAndIntegrity.Compare(other.m_encryptionAuthenticationAndIntegrity)) != EqualTo) return result; if ((result = m_mediaMode.Compare(other.m_mediaMode)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_H235Mode::GetDataLength() const { PINDEX length = 0; length += m_encryptionAuthenticationAndIntegrity.GetObjectLength(); length += m_mediaMode.GetObjectLength(); return length; } BOOL H245_H235Mode::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_encryptionAuthenticationAndIntegrity.Decode(strm)) return FALSE; if (!m_mediaMode.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_H235Mode::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_encryptionAuthenticationAndIntegrity.Encode(strm); m_mediaMode.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_H235Mode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H235Mode::Class()), PInvalidCast); #endif return new H245_H235Mode(*this); } // // RedundancyEncodingDTMode // H245_RedundancyEncodingDTMode::H245_RedundancyEncodingDTMode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_RedundancyEncodingDTMode::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+27) << "redundancyEncodingMethod = " << setprecision(indent) << m_redundancyEncodingMethod << '\n'; strm << setw(indent+10) << "primary = " << setprecision(indent) << m_primary << '\n'; strm << setw(indent+12) << "secondary = " << setprecision(indent) << m_secondary << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_RedundancyEncodingDTMode::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_RedundancyEncodingDTMode), PInvalidCast); #endif const H245_RedundancyEncodingDTMode & other = (const H245_RedundancyEncodingDTMode &)obj; Comparison result; if ((result = m_redundancyEncodingMethod.Compare(other.m_redundancyEncodingMethod)) != EqualTo) return result; if ((result = m_primary.Compare(other.m_primary)) != EqualTo) return result; if ((result = m_secondary.Compare(other.m_secondary)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_RedundancyEncodingDTMode::GetDataLength() const { PINDEX length = 0; length += m_redundancyEncodingMethod.GetObjectLength(); length += m_primary.GetObjectLength(); length += m_secondary.GetObjectLength(); return length; } BOOL H245_RedundancyEncodingDTMode::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_redundancyEncodingMethod.Decode(strm)) return FALSE; if (!m_primary.Decode(strm)) return FALSE; if (!m_secondary.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_RedundancyEncodingDTMode::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_redundancyEncodingMethod.Encode(strm); m_primary.Encode(strm); m_secondary.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_RedundancyEncodingDTMode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_RedundancyEncodingDTMode::Class()), PInvalidCast); #endif return new H245_RedundancyEncodingDTMode(*this); } // // H2250ModeParameters // H245_H2250ModeParameters::H245_H2250ModeParameters(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_H2250ModeParameters::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_redundancyEncodingMode)) strm << setw(indent+25) << "redundancyEncodingMode = " << setprecision(indent) << m_redundancyEncodingMode << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_H2250ModeParameters::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_H2250ModeParameters), PInvalidCast); #endif const H245_H2250ModeParameters & other = (const H245_H2250ModeParameters &)obj; Comparison result; if ((result = m_redundancyEncodingMode.Compare(other.m_redundancyEncodingMode)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_H2250ModeParameters::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_redundancyEncodingMode)) length += m_redundancyEncodingMode.GetObjectLength(); return length; } BOOL H245_H2250ModeParameters::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_redundancyEncodingMode) && !m_redundancyEncodingMode.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_H2250ModeParameters::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_redundancyEncodingMode)) m_redundancyEncodingMode.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_H2250ModeParameters::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H2250ModeParameters::Class()), PInvalidCast); #endif return new H245_H2250ModeParameters(*this); } // // CommunicationModeTableEntry // H245_CommunicationModeTableEntry::H245_CommunicationModeTableEntry(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 7, TRUE, 3) { m_sessionID.SetConstraints(PASN_Object::FixedConstraint, 1, 255); m_associatedSessionID.SetConstraints(PASN_Object::FixedConstraint, 1, 255); m_sessionDescription.SetConstraints(PASN_Object::FixedConstraint, 1, 128); m_sessionDependency.SetConstraints(PASN_Object::FixedConstraint, 1, 255); } #ifndef PASN_NOPRINTON void H245_CommunicationModeTableEntry::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_nonStandard)) strm << setw(indent+14) << "nonStandard = " << setprecision(indent) << m_nonStandard << '\n'; strm << setw(indent+12) << "sessionID = " << setprecision(indent) << m_sessionID << '\n'; if (HasOptionalField(e_associatedSessionID)) strm << setw(indent+22) << "associatedSessionID = " << setprecision(indent) << m_associatedSessionID << '\n'; if (HasOptionalField(e_terminalLabel)) strm << setw(indent+16) << "terminalLabel = " << setprecision(indent) << m_terminalLabel << '\n'; strm << setw(indent+21) << "sessionDescription = " << setprecision(indent) << m_sessionDescription << '\n'; strm << setw(indent+11) << "dataType = " << setprecision(indent) << m_dataType << '\n'; if (HasOptionalField(e_mediaChannel)) strm << setw(indent+15) << "mediaChannel = " << setprecision(indent) << m_mediaChannel << '\n'; if (HasOptionalField(e_mediaGuaranteedDelivery)) strm << setw(indent+26) << "mediaGuaranteedDelivery = " << setprecision(indent) << m_mediaGuaranteedDelivery << '\n'; if (HasOptionalField(e_mediaControlChannel)) strm << setw(indent+22) << "mediaControlChannel = " << setprecision(indent) << m_mediaControlChannel << '\n'; if (HasOptionalField(e_mediaControlGuaranteedDelivery)) strm << setw(indent+33) << "mediaControlGuaranteedDelivery = " << setprecision(indent) << m_mediaControlGuaranteedDelivery << '\n'; if (HasOptionalField(e_redundancyEncoding)) strm << setw(indent+21) << "redundancyEncoding = " << setprecision(indent) << m_redundancyEncoding << '\n'; if (HasOptionalField(e_sessionDependency)) strm << setw(indent+20) << "sessionDependency = " << setprecision(indent) << m_sessionDependency << '\n'; if (HasOptionalField(e_destination)) strm << setw(indent+14) << "destination = " << setprecision(indent) << m_destination << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_CommunicationModeTableEntry::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_CommunicationModeTableEntry), PInvalidCast); #endif const H245_CommunicationModeTableEntry & other = (const H245_CommunicationModeTableEntry &)obj; Comparison result; if ((result = m_nonStandard.Compare(other.m_nonStandard)) != EqualTo) return result; if ((result = m_sessionID.Compare(other.m_sessionID)) != EqualTo) return result; if ((result = m_associatedSessionID.Compare(other.m_associatedSessionID)) != EqualTo) return result; if ((result = m_terminalLabel.Compare(other.m_terminalLabel)) != EqualTo) return result; if ((result = m_sessionDescription.Compare(other.m_sessionDescription)) != EqualTo) return result; if ((result = m_dataType.Compare(other.m_dataType)) != EqualTo) return result; if ((result = m_mediaChannel.Compare(other.m_mediaChannel)) != EqualTo) return result; if ((result = m_mediaGuaranteedDelivery.Compare(other.m_mediaGuaranteedDelivery)) != EqualTo) return result; if ((result = m_mediaControlChannel.Compare(other.m_mediaControlChannel)) != EqualTo) return result; if ((result = m_mediaControlGuaranteedDelivery.Compare(other.m_mediaControlGuaranteedDelivery)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_CommunicationModeTableEntry::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_nonStandard)) length += m_nonStandard.GetObjectLength(); length += m_sessionID.GetObjectLength(); if (HasOptionalField(e_associatedSessionID)) length += m_associatedSessionID.GetObjectLength(); if (HasOptionalField(e_terminalLabel)) length += m_terminalLabel.GetObjectLength(); length += m_sessionDescription.GetObjectLength(); length += m_dataType.GetObjectLength(); if (HasOptionalField(e_mediaChannel)) length += m_mediaChannel.GetObjectLength(); if (HasOptionalField(e_mediaGuaranteedDelivery)) length += m_mediaGuaranteedDelivery.GetObjectLength(); if (HasOptionalField(e_mediaControlChannel)) length += m_mediaControlChannel.GetObjectLength(); if (HasOptionalField(e_mediaControlGuaranteedDelivery)) length += m_mediaControlGuaranteedDelivery.GetObjectLength(); return length; } BOOL H245_CommunicationModeTableEntry::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_nonStandard) && !m_nonStandard.Decode(strm)) return FALSE; if (!m_sessionID.Decode(strm)) return FALSE; if (HasOptionalField(e_associatedSessionID) && !m_associatedSessionID.Decode(strm)) return FALSE; if (HasOptionalField(e_terminalLabel) && !m_terminalLabel.Decode(strm)) return FALSE; if (!m_sessionDescription.Decode(strm)) return FALSE; if (!m_dataType.Decode(strm)) return FALSE; if (HasOptionalField(e_mediaChannel) && !m_mediaChannel.Decode(strm)) return FALSE; if (HasOptionalField(e_mediaGuaranteedDelivery) && !m_mediaGuaranteedDelivery.Decode(strm)) return FALSE; if (HasOptionalField(e_mediaControlChannel) && !m_mediaControlChannel.Decode(strm)) return FALSE; if (HasOptionalField(e_mediaControlGuaranteedDelivery) && !m_mediaControlGuaranteedDelivery.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_redundancyEncoding, m_redundancyEncoding)) return FALSE; if (!KnownExtensionDecode(strm, e_sessionDependency, m_sessionDependency)) return FALSE; if (!KnownExtensionDecode(strm, e_destination, m_destination)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_CommunicationModeTableEntry::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_nonStandard)) m_nonStandard.Encode(strm); m_sessionID.Encode(strm); if (HasOptionalField(e_associatedSessionID)) m_associatedSessionID.Encode(strm); if (HasOptionalField(e_terminalLabel)) m_terminalLabel.Encode(strm); m_sessionDescription.Encode(strm); m_dataType.Encode(strm); if (HasOptionalField(e_mediaChannel)) m_mediaChannel.Encode(strm); if (HasOptionalField(e_mediaGuaranteedDelivery)) m_mediaGuaranteedDelivery.Encode(strm); if (HasOptionalField(e_mediaControlChannel)) m_mediaControlChannel.Encode(strm); if (HasOptionalField(e_mediaControlGuaranteedDelivery)) m_mediaControlGuaranteedDelivery.Encode(strm); KnownExtensionEncode(strm, e_redundancyEncoding, m_redundancyEncoding); KnownExtensionEncode(strm, e_sessionDependency, m_sessionDependency); KnownExtensionEncode(strm, e_destination, m_destination); UnknownExtensionsEncode(strm); } PObject * H245_CommunicationModeTableEntry::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_CommunicationModeTableEntry::Class()), PInvalidCast); #endif return new H245_CommunicationModeTableEntry(*this); } // // NewATMVCCommand // H245_NewATMVCCommand::H245_NewATMVCCommand(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_resourceID.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); m_bitRate.SetConstraints(PASN_Object::FixedConstraint, 1, 65535); } #ifndef PASN_NOPRINTON void H245_NewATMVCCommand::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+13) << "resourceID = " << setprecision(indent) << m_resourceID << '\n'; strm << setw(indent+10) << "bitRate = " << setprecision(indent) << m_bitRate << '\n'; strm << setw(indent+26) << "bitRateLockedToPCRClock = " << setprecision(indent) << m_bitRateLockedToPCRClock << '\n'; strm << setw(indent+30) << "bitRateLockedToNetworkClock = " << setprecision(indent) << m_bitRateLockedToNetworkClock << '\n'; strm << setw(indent+6) << "aal = " << setprecision(indent) << m_aal << '\n'; strm << setw(indent+12) << "multiplex = " << setprecision(indent) << m_multiplex << '\n'; strm << setw(indent+20) << "reverseParameters = " << setprecision(indent) << m_reverseParameters << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_NewATMVCCommand::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_NewATMVCCommand), PInvalidCast); #endif const H245_NewATMVCCommand & other = (const H245_NewATMVCCommand &)obj; Comparison result; if ((result = m_resourceID.Compare(other.m_resourceID)) != EqualTo) return result; if ((result = m_bitRate.Compare(other.m_bitRate)) != EqualTo) return result; if ((result = m_bitRateLockedToPCRClock.Compare(other.m_bitRateLockedToPCRClock)) != EqualTo) return result; if ((result = m_bitRateLockedToNetworkClock.Compare(other.m_bitRateLockedToNetworkClock)) != EqualTo) return result; if ((result = m_aal.Compare(other.m_aal)) != EqualTo) return result; if ((result = m_multiplex.Compare(other.m_multiplex)) != EqualTo) return result; if ((result = m_reverseParameters.Compare(other.m_reverseParameters)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_NewATMVCCommand::GetDataLength() const { PINDEX length = 0; length += m_resourceID.GetObjectLength(); length += m_bitRate.GetObjectLength(); length += m_bitRateLockedToPCRClock.GetObjectLength(); length += m_bitRateLockedToNetworkClock.GetObjectLength(); length += m_aal.GetObjectLength(); length += m_multiplex.GetObjectLength(); length += m_reverseParameters.GetObjectLength(); return length; } BOOL H245_NewATMVCCommand::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_resourceID.Decode(strm)) return FALSE; if (!m_bitRate.Decode(strm)) return FALSE; if (!m_bitRateLockedToPCRClock.Decode(strm)) return FALSE; if (!m_bitRateLockedToNetworkClock.Decode(strm)) return FALSE; if (!m_aal.Decode(strm)) return FALSE; if (!m_multiplex.Decode(strm)) return FALSE; if (!m_reverseParameters.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_NewATMVCCommand::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_resourceID.Encode(strm); m_bitRate.Encode(strm); m_bitRateLockedToPCRClock.Encode(strm); m_bitRateLockedToNetworkClock.Encode(strm); m_aal.Encode(strm); m_multiplex.Encode(strm); m_reverseParameters.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_NewATMVCCommand::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_NewATMVCCommand::Class()), PInvalidCast); #endif return new H245_NewATMVCCommand(*this); } // // NewATMVCIndication // H245_NewATMVCIndication::H245_NewATMVCIndication(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 1) { m_resourceID.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); m_bitRate.SetConstraints(PASN_Object::FixedConstraint, 1, 65535); IncludeOptionalField(e_reverseParameters); } #ifndef PASN_NOPRINTON void H245_NewATMVCIndication::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+13) << "resourceID = " << setprecision(indent) << m_resourceID << '\n'; strm << setw(indent+10) << "bitRate = " << setprecision(indent) << m_bitRate << '\n'; strm << setw(indent+26) << "bitRateLockedToPCRClock = " << setprecision(indent) << m_bitRateLockedToPCRClock << '\n'; strm << setw(indent+30) << "bitRateLockedToNetworkClock = " << setprecision(indent) << m_bitRateLockedToNetworkClock << '\n'; strm << setw(indent+6) << "aal = " << setprecision(indent) << m_aal << '\n'; strm << setw(indent+12) << "multiplex = " << setprecision(indent) << m_multiplex << '\n'; if (HasOptionalField(e_reverseParameters)) strm << setw(indent+20) << "reverseParameters = " << setprecision(indent) << m_reverseParameters << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_NewATMVCIndication::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_NewATMVCIndication), PInvalidCast); #endif const H245_NewATMVCIndication & other = (const H245_NewATMVCIndication &)obj; Comparison result; if ((result = m_resourceID.Compare(other.m_resourceID)) != EqualTo) return result; if ((result = m_bitRate.Compare(other.m_bitRate)) != EqualTo) return result; if ((result = m_bitRateLockedToPCRClock.Compare(other.m_bitRateLockedToPCRClock)) != EqualTo) return result; if ((result = m_bitRateLockedToNetworkClock.Compare(other.m_bitRateLockedToNetworkClock)) != EqualTo) return result; if ((result = m_aal.Compare(other.m_aal)) != EqualTo) return result; if ((result = m_multiplex.Compare(other.m_multiplex)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_NewATMVCIndication::GetDataLength() const { PINDEX length = 0; length += m_resourceID.GetObjectLength(); length += m_bitRate.GetObjectLength(); length += m_bitRateLockedToPCRClock.GetObjectLength(); length += m_bitRateLockedToNetworkClock.GetObjectLength(); length += m_aal.GetObjectLength(); length += m_multiplex.GetObjectLength(); return length; } BOOL H245_NewATMVCIndication::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_resourceID.Decode(strm)) return FALSE; if (!m_bitRate.Decode(strm)) return FALSE; if (!m_bitRateLockedToPCRClock.Decode(strm)) return FALSE; if (!m_bitRateLockedToNetworkClock.Decode(strm)) return FALSE; if (!m_aal.Decode(strm)) return FALSE; if (!m_multiplex.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_reverseParameters, m_reverseParameters)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_NewATMVCIndication::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_resourceID.Encode(strm); m_bitRate.Encode(strm); m_bitRateLockedToPCRClock.Encode(strm); m_bitRateLockedToNetworkClock.Encode(strm); m_aal.Encode(strm); m_multiplex.Encode(strm); KnownExtensionEncode(strm, e_reverseParameters, m_reverseParameters); UnknownExtensionsEncode(strm); } PObject * H245_NewATMVCIndication::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_NewATMVCIndication::Class()), PInvalidCast); #endif return new H245_NewATMVCIndication(*this); } // // DataApplicationCapability_application_t38fax // H245_DataApplicationCapability_application_t38fax::H245_DataApplicationCapability_application_t38fax(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void H245_DataApplicationCapability_application_t38fax::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "t38FaxProtocol = " << setprecision(indent) << m_t38FaxProtocol << '\n'; strm << setw(indent+16) << "t38FaxProfile = " << setprecision(indent) << m_t38FaxProfile << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_DataApplicationCapability_application_t38fax::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_DataApplicationCapability_application_t38fax), PInvalidCast); #endif const H245_DataApplicationCapability_application_t38fax & other = (const H245_DataApplicationCapability_application_t38fax &)obj; Comparison result; if ((result = m_t38FaxProtocol.Compare(other.m_t38FaxProtocol)) != EqualTo) return result; if ((result = m_t38FaxProfile.Compare(other.m_t38FaxProfile)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_DataApplicationCapability_application_t38fax::GetDataLength() const { PINDEX length = 0; length += m_t38FaxProtocol.GetObjectLength(); length += m_t38FaxProfile.GetObjectLength(); return length; } BOOL H245_DataApplicationCapability_application_t38fax::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_t38FaxProtocol.Decode(strm)) return FALSE; if (!m_t38FaxProfile.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_DataApplicationCapability_application_t38fax::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_t38FaxProtocol.Encode(strm); m_t38FaxProfile.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_DataApplicationCapability_application_t38fax::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_DataApplicationCapability_application_t38fax::Class()), PInvalidCast); #endif return new H245_DataApplicationCapability_application_t38fax(*this); } // // DataMode_application_t38fax // H245_DataMode_application_t38fax::H245_DataMode_application_t38fax(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void H245_DataMode_application_t38fax::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "t38FaxProtocol = " << setprecision(indent) << m_t38FaxProtocol << '\n'; strm << setw(indent+16) << "t38FaxProfile = " << setprecision(indent) << m_t38FaxProfile << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_DataMode_application_t38fax::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_DataMode_application_t38fax), PInvalidCast); #endif const H245_DataMode_application_t38fax & other = (const H245_DataMode_application_t38fax &)obj; Comparison result; if ((result = m_t38FaxProtocol.Compare(other.m_t38FaxProtocol)) != EqualTo) return result; if ((result = m_t38FaxProfile.Compare(other.m_t38FaxProfile)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_DataMode_application_t38fax::GetDataLength() const { PINDEX length = 0; length += m_t38FaxProtocol.GetObjectLength(); length += m_t38FaxProfile.GetObjectLength(); return length; } BOOL H245_DataMode_application_t38fax::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_t38FaxProtocol.Decode(strm)) return FALSE; if (!m_t38FaxProfile.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_DataMode_application_t38fax::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_t38FaxProtocol.Encode(strm); m_t38FaxProfile.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_DataMode_application_t38fax::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_DataMode_application_t38fax::Class()), PInvalidCast); #endif return new H245_DataMode_application_t38fax(*this); } // // H235SecurityCapability // H245_H235SecurityCapability::H245_H235SecurityCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H245_H235SecurityCapability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+39) << "encryptionAuthenticationAndIntegrity = " << setprecision(indent) << m_encryptionAuthenticationAndIntegrity << '\n'; strm << setw(indent+18) << "mediaCapability = " << setprecision(indent) << m_mediaCapability << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_H235SecurityCapability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_H235SecurityCapability), PInvalidCast); #endif const H245_H235SecurityCapability & other = (const H245_H235SecurityCapability &)obj; Comparison result; if ((result = m_encryptionAuthenticationAndIntegrity.Compare(other.m_encryptionAuthenticationAndIntegrity)) != EqualTo) return result; if ((result = m_mediaCapability.Compare(other.m_mediaCapability)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_H235SecurityCapability::GetDataLength() const { PINDEX length = 0; length += m_encryptionAuthenticationAndIntegrity.GetObjectLength(); length += m_mediaCapability.GetObjectLength(); return length; } BOOL H245_H235SecurityCapability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_encryptionAuthenticationAndIntegrity.Decode(strm)) return FALSE; if (!m_mediaCapability.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_H235SecurityCapability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_encryptionAuthenticationAndIntegrity.Encode(strm); m_mediaCapability.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_H235SecurityCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H235SecurityCapability::Class()), PInvalidCast); #endif return new H245_H235SecurityCapability(*this); } // // H263Options // H245_H263Options::H245_H263Options(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 5, TRUE, 2) { m_customPictureClockFrequency.SetConstraints(PASN_Object::FixedConstraint, 1, 16); m_customPictureFormat.SetConstraints(PASN_Object::FixedConstraint, 1, 16); m_modeCombos.SetConstraints(PASN_Object::FixedConstraint, 1, 16); IncludeOptionalField(e_videoBadMBsCap); IncludeOptionalField(e_h263Version3Options); } #ifndef PASN_NOPRINTON void H245_H263Options::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+26) << "advancedIntraCodingMode = " << setprecision(indent) << m_advancedIntraCodingMode << '\n'; strm << setw(indent+23) << "deblockingFilterMode = " << setprecision(indent) << m_deblockingFilterMode << '\n'; strm << setw(indent+23) << "improvedPBFramesMode = " << setprecision(indent) << m_improvedPBFramesMode << '\n'; strm << setw(indent+25) << "unlimitedMotionVectors = " << setprecision(indent) << m_unlimitedMotionVectors << '\n'; strm << setw(indent+20) << "fullPictureFreeze = " << setprecision(indent) << m_fullPictureFreeze << '\n'; strm << setw(indent+33) << "partialPictureFreezeAndRelease = " << setprecision(indent) << m_partialPictureFreezeAndRelease << '\n'; strm << setw(indent+34) << "resizingPartPicFreezeAndRelease = " << setprecision(indent) << m_resizingPartPicFreezeAndRelease << '\n'; strm << setw(indent+22) << "fullPictureSnapshot = " << setprecision(indent) << m_fullPictureSnapshot << '\n'; strm << setw(indent+25) << "partialPictureSnapshot = " << setprecision(indent) << m_partialPictureSnapshot << '\n'; strm << setw(indent+22) << "videoSegmentTagging = " << setprecision(indent) << m_videoSegmentTagging << '\n'; strm << setw(indent+24) << "progressiveRefinement = " << setprecision(indent) << m_progressiveRefinement << '\n'; strm << setw(indent+31) << "dynamicPictureResizingByFour = " << setprecision(indent) << m_dynamicPictureResizingByFour << '\n'; strm << setw(indent+37) << "dynamicPictureResizingSixteenthPel = " << setprecision(indent) << m_dynamicPictureResizingSixteenthPel << '\n'; strm << setw(indent+24) << "dynamicWarpingHalfPel = " << setprecision(indent) << m_dynamicWarpingHalfPel << '\n'; strm << setw(indent+29) << "dynamicWarpingSixteenthPel = " << setprecision(indent) << m_dynamicWarpingSixteenthPel << '\n'; strm << setw(indent+29) << "independentSegmentDecoding = " << setprecision(indent) << m_independentSegmentDecoding << '\n'; strm << setw(indent+24) << "slicesInOrder_NonRect = " << setprecision(indent) << m_slicesInOrder_NonRect << '\n'; strm << setw(indent+21) << "slicesInOrder_Rect = " << setprecision(indent) << m_slicesInOrder_Rect << '\n'; strm << setw(indent+24) << "slicesNoOrder_NonRect = " << setprecision(indent) << m_slicesNoOrder_NonRect << '\n'; strm << setw(indent+21) << "slicesNoOrder_Rect = " << setprecision(indent) << m_slicesNoOrder_Rect << '\n'; strm << setw(indent+24) << "alternateInterVLCMode = " << setprecision(indent) << m_alternateInterVLCMode << '\n'; strm << setw(indent+27) << "modifiedQuantizationMode = " << setprecision(indent) << m_modifiedQuantizationMode << '\n'; strm << setw(indent+26) << "reducedResolutionUpdate = " << setprecision(indent) << m_reducedResolutionUpdate << '\n'; if (HasOptionalField(e_transparencyParameters)) strm << setw(indent+25) << "transparencyParameters = " << setprecision(indent) << m_transparencyParameters << '\n'; strm << setw(indent+27) << "separateVideoBackChannel = " << setprecision(indent) << m_separateVideoBackChannel << '\n'; if (HasOptionalField(e_refPictureSelection)) strm << setw(indent+22) << "refPictureSelection = " << setprecision(indent) << m_refPictureSelection << '\n'; if (HasOptionalField(e_customPictureClockFrequency)) strm << setw(indent+30) << "customPictureClockFrequency = " << setprecision(indent) << m_customPictureClockFrequency << '\n'; if (HasOptionalField(e_customPictureFormat)) strm << setw(indent+22) << "customPictureFormat = " << setprecision(indent) << m_customPictureFormat << '\n'; if (HasOptionalField(e_modeCombos)) strm << setw(indent+13) << "modeCombos = " << setprecision(indent) << m_modeCombos << '\n'; if (HasOptionalField(e_videoBadMBsCap)) strm << setw(indent+17) << "videoBadMBsCap = " << setprecision(indent) << m_videoBadMBsCap << '\n'; if (HasOptionalField(e_h263Version3Options)) strm << setw(indent+22) << "h263Version3Options = " << setprecision(indent) << m_h263Version3Options << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_H263Options::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_H263Options), PInvalidCast); #endif const H245_H263Options & other = (const H245_H263Options &)obj; Comparison result; if ((result = m_advancedIntraCodingMode.Compare(other.m_advancedIntraCodingMode)) != EqualTo) return result; if ((result = m_deblockingFilterMode.Compare(other.m_deblockingFilterMode)) != EqualTo) return result; if ((result = m_improvedPBFramesMode.Compare(other.m_improvedPBFramesMode)) != EqualTo) return result; if ((result = m_unlimitedMotionVectors.Compare(other.m_unlimitedMotionVectors)) != EqualTo) return result; if ((result = m_fullPictureFreeze.Compare(other.m_fullPictureFreeze)) != EqualTo) return result; if ((result = m_partialPictureFreezeAndRelease.Compare(other.m_partialPictureFreezeAndRelease)) != EqualTo) return result; if ((result = m_resizingPartPicFreezeAndRelease.Compare(other.m_resizingPartPicFreezeAndRelease)) != EqualTo) return result; if ((result = m_fullPictureSnapshot.Compare(other.m_fullPictureSnapshot)) != EqualTo) return result; if ((result = m_partialPictureSnapshot.Compare(other.m_partialPictureSnapshot)) != EqualTo) return result; if ((result = m_videoSegmentTagging.Compare(other.m_videoSegmentTagging)) != EqualTo) return result; if ((result = m_progressiveRefinement.Compare(other.m_progressiveRefinement)) != EqualTo) return result; if ((result = m_dynamicPictureResizingByFour.Compare(other.m_dynamicPictureResizingByFour)) != EqualTo) return result; if ((result = m_dynamicPictureResizingSixteenthPel.Compare(other.m_dynamicPictureResizingSixteenthPel)) != EqualTo) return result; if ((result = m_dynamicWarpingHalfPel.Compare(other.m_dynamicWarpingHalfPel)) != EqualTo) return result; if ((result = m_dynamicWarpingSixteenthPel.Compare(other.m_dynamicWarpingSixteenthPel)) != EqualTo) return result; if ((result = m_independentSegmentDecoding.Compare(other.m_independentSegmentDecoding)) != EqualTo) return result; if ((result = m_slicesInOrder_NonRect.Compare(other.m_slicesInOrder_NonRect)) != EqualTo) return result; if ((result = m_slicesInOrder_Rect.Compare(other.m_slicesInOrder_Rect)) != EqualTo) return result; if ((result = m_slicesNoOrder_NonRect.Compare(other.m_slicesNoOrder_NonRect)) != EqualTo) return result; if ((result = m_slicesNoOrder_Rect.Compare(other.m_slicesNoOrder_Rect)) != EqualTo) return result; if ((result = m_alternateInterVLCMode.Compare(other.m_alternateInterVLCMode)) != EqualTo) return result; if ((result = m_modifiedQuantizationMode.Compare(other.m_modifiedQuantizationMode)) != EqualTo) return result; if ((result = m_reducedResolutionUpdate.Compare(other.m_reducedResolutionUpdate)) != EqualTo) return result; if ((result = m_transparencyParameters.Compare(other.m_transparencyParameters)) != EqualTo) return result; if ((result = m_separateVideoBackChannel.Compare(other.m_separateVideoBackChannel)) != EqualTo) return result; if ((result = m_refPictureSelection.Compare(other.m_refPictureSelection)) != EqualTo) return result; if ((result = m_customPictureClockFrequency.Compare(other.m_customPictureClockFrequency)) != EqualTo) return result; if ((result = m_customPictureFormat.Compare(other.m_customPictureFormat)) != EqualTo) return result; if ((result = m_modeCombos.Compare(other.m_modeCombos)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_H263Options::GetDataLength() const { PINDEX length = 0; length += m_advancedIntraCodingMode.GetObjectLength(); length += m_deblockingFilterMode.GetObjectLength(); length += m_improvedPBFramesMode.GetObjectLength(); length += m_unlimitedMotionVectors.GetObjectLength(); length += m_fullPictureFreeze.GetObjectLength(); length += m_partialPictureFreezeAndRelease.GetObjectLength(); length += m_resizingPartPicFreezeAndRelease.GetObjectLength(); length += m_fullPictureSnapshot.GetObjectLength(); length += m_partialPictureSnapshot.GetObjectLength(); length += m_videoSegmentTagging.GetObjectLength(); length += m_progressiveRefinement.GetObjectLength(); length += m_dynamicPictureResizingByFour.GetObjectLength(); length += m_dynamicPictureResizingSixteenthPel.GetObjectLength(); length += m_dynamicWarpingHalfPel.GetObjectLength(); length += m_dynamicWarpingSixteenthPel.GetObjectLength(); length += m_independentSegmentDecoding.GetObjectLength(); length += m_slicesInOrder_NonRect.GetObjectLength(); length += m_slicesInOrder_Rect.GetObjectLength(); length += m_slicesNoOrder_NonRect.GetObjectLength(); length += m_slicesNoOrder_Rect.GetObjectLength(); length += m_alternateInterVLCMode.GetObjectLength(); length += m_modifiedQuantizationMode.GetObjectLength(); length += m_reducedResolutionUpdate.GetObjectLength(); if (HasOptionalField(e_transparencyParameters)) length += m_transparencyParameters.GetObjectLength(); length += m_separateVideoBackChannel.GetObjectLength(); if (HasOptionalField(e_refPictureSelection)) length += m_refPictureSelection.GetObjectLength(); if (HasOptionalField(e_customPictureClockFrequency)) length += m_customPictureClockFrequency.GetObjectLength(); if (HasOptionalField(e_customPictureFormat)) length += m_customPictureFormat.GetObjectLength(); if (HasOptionalField(e_modeCombos)) length += m_modeCombos.GetObjectLength(); return length; } BOOL H245_H263Options::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_advancedIntraCodingMode.Decode(strm)) return FALSE; if (!m_deblockingFilterMode.Decode(strm)) return FALSE; if (!m_improvedPBFramesMode.Decode(strm)) return FALSE; if (!m_unlimitedMotionVectors.Decode(strm)) return FALSE; if (!m_fullPictureFreeze.Decode(strm)) return FALSE; if (!m_partialPictureFreezeAndRelease.Decode(strm)) return FALSE; if (!m_resizingPartPicFreezeAndRelease.Decode(strm)) return FALSE; if (!m_fullPictureSnapshot.Decode(strm)) return FALSE; if (!m_partialPictureSnapshot.Decode(strm)) return FALSE; if (!m_videoSegmentTagging.Decode(strm)) return FALSE; if (!m_progressiveRefinement.Decode(strm)) return FALSE; if (!m_dynamicPictureResizingByFour.Decode(strm)) return FALSE; if (!m_dynamicPictureResizingSixteenthPel.Decode(strm)) return FALSE; if (!m_dynamicWarpingHalfPel.Decode(strm)) return FALSE; if (!m_dynamicWarpingSixteenthPel.Decode(strm)) return FALSE; if (!m_independentSegmentDecoding.Decode(strm)) return FALSE; if (!m_slicesInOrder_NonRect.Decode(strm)) return FALSE; if (!m_slicesInOrder_Rect.Decode(strm)) return FALSE; if (!m_slicesNoOrder_NonRect.Decode(strm)) return FALSE; if (!m_slicesNoOrder_Rect.Decode(strm)) return FALSE; if (!m_alternateInterVLCMode.Decode(strm)) return FALSE; if (!m_modifiedQuantizationMode.Decode(strm)) return FALSE; if (!m_reducedResolutionUpdate.Decode(strm)) return FALSE; if (HasOptionalField(e_transparencyParameters) && !m_transparencyParameters.Decode(strm)) return FALSE; if (!m_separateVideoBackChannel.Decode(strm)) return FALSE; if (HasOptionalField(e_refPictureSelection) && !m_refPictureSelection.Decode(strm)) return FALSE; if (HasOptionalField(e_customPictureClockFrequency) && !m_customPictureClockFrequency.Decode(strm)) return FALSE; if (HasOptionalField(e_customPictureFormat) && !m_customPictureFormat.Decode(strm)) return FALSE; if (HasOptionalField(e_modeCombos) && !m_modeCombos.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_videoBadMBsCap, m_videoBadMBsCap)) return FALSE; if (!KnownExtensionDecode(strm, e_h263Version3Options, m_h263Version3Options)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_H263Options::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_advancedIntraCodingMode.Encode(strm); m_deblockingFilterMode.Encode(strm); m_improvedPBFramesMode.Encode(strm); m_unlimitedMotionVectors.Encode(strm); m_fullPictureFreeze.Encode(strm); m_partialPictureFreezeAndRelease.Encode(strm); m_resizingPartPicFreezeAndRelease.Encode(strm); m_fullPictureSnapshot.Encode(strm); m_partialPictureSnapshot.Encode(strm); m_videoSegmentTagging.Encode(strm); m_progressiveRefinement.Encode(strm); m_dynamicPictureResizingByFour.Encode(strm); m_dynamicPictureResizingSixteenthPel.Encode(strm); m_dynamicWarpingHalfPel.Encode(strm); m_dynamicWarpingSixteenthPel.Encode(strm); m_independentSegmentDecoding.Encode(strm); m_slicesInOrder_NonRect.Encode(strm); m_slicesInOrder_Rect.Encode(strm); m_slicesNoOrder_NonRect.Encode(strm); m_slicesNoOrder_Rect.Encode(strm); m_alternateInterVLCMode.Encode(strm); m_modifiedQuantizationMode.Encode(strm); m_reducedResolutionUpdate.Encode(strm); if (HasOptionalField(e_transparencyParameters)) m_transparencyParameters.Encode(strm); m_separateVideoBackChannel.Encode(strm); if (HasOptionalField(e_refPictureSelection)) m_refPictureSelection.Encode(strm); if (HasOptionalField(e_customPictureClockFrequency)) m_customPictureClockFrequency.Encode(strm); if (HasOptionalField(e_customPictureFormat)) m_customPictureFormat.Encode(strm); if (HasOptionalField(e_modeCombos)) m_modeCombos.Encode(strm); KnownExtensionEncode(strm, e_videoBadMBsCap, m_videoBadMBsCap); KnownExtensionEncode(strm, e_h263Version3Options, m_h263Version3Options); UnknownExtensionsEncode(strm); } PObject * H245_H263Options::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H263Options::Class()), PInvalidCast); #endif return new H245_H263Options(*this); } // // H2250LogicalChannelParameters // H245_H2250LogicalChannelParameters::H245_H2250LogicalChannelParameters(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 10, TRUE, 3) { m_sessionID.SetConstraints(PASN_Object::FixedConstraint, 0, 255); m_associatedSessionID.SetConstraints(PASN_Object::FixedConstraint, 1, 255); m_dynamicRTPPayloadType.SetConstraints(PASN_Object::FixedConstraint, 96, 127); } #ifndef PASN_NOPRINTON void H245_H2250LogicalChannelParameters::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_nonStandard)) strm << setw(indent+14) << "nonStandard = " << setprecision(indent) << m_nonStandard << '\n'; strm << setw(indent+12) << "sessionID = " << setprecision(indent) << m_sessionID << '\n'; if (HasOptionalField(e_associatedSessionID)) strm << setw(indent+22) << "associatedSessionID = " << setprecision(indent) << m_associatedSessionID << '\n'; if (HasOptionalField(e_mediaChannel)) strm << setw(indent+15) << "mediaChannel = " << setprecision(indent) << m_mediaChannel << '\n'; if (HasOptionalField(e_mediaGuaranteedDelivery)) strm << setw(indent+26) << "mediaGuaranteedDelivery = " << setprecision(indent) << m_mediaGuaranteedDelivery << '\n'; if (HasOptionalField(e_mediaControlChannel)) strm << setw(indent+22) << "mediaControlChannel = " << setprecision(indent) << m_mediaControlChannel << '\n'; if (HasOptionalField(e_mediaControlGuaranteedDelivery)) strm << setw(indent+33) << "mediaControlGuaranteedDelivery = " << setprecision(indent) << m_mediaControlGuaranteedDelivery << '\n'; if (HasOptionalField(e_silenceSuppression)) strm << setw(indent+21) << "silenceSuppression = " << setprecision(indent) << m_silenceSuppression << '\n'; if (HasOptionalField(e_destination)) strm << setw(indent+14) << "destination = " << setprecision(indent) << m_destination << '\n'; if (HasOptionalField(e_dynamicRTPPayloadType)) strm << setw(indent+24) << "dynamicRTPPayloadType = " << setprecision(indent) << m_dynamicRTPPayloadType << '\n'; if (HasOptionalField(e_mediaPacketization)) strm << setw(indent+21) << "mediaPacketization = " << setprecision(indent) << m_mediaPacketization << '\n'; if (HasOptionalField(e_transportCapability)) strm << setw(indent+22) << "transportCapability = " << setprecision(indent) << m_transportCapability << '\n'; if (HasOptionalField(e_redundancyEncoding)) strm << setw(indent+21) << "redundancyEncoding = " << setprecision(indent) << m_redundancyEncoding << '\n'; if (HasOptionalField(e_source)) strm << setw(indent+9) << "source = " << setprecision(indent) << m_source << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_H2250LogicalChannelParameters::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_H2250LogicalChannelParameters), PInvalidCast); #endif const H245_H2250LogicalChannelParameters & other = (const H245_H2250LogicalChannelParameters &)obj; Comparison result; if ((result = m_nonStandard.Compare(other.m_nonStandard)) != EqualTo) return result; if ((result = m_sessionID.Compare(other.m_sessionID)) != EqualTo) return result; if ((result = m_associatedSessionID.Compare(other.m_associatedSessionID)) != EqualTo) return result; if ((result = m_mediaChannel.Compare(other.m_mediaChannel)) != EqualTo) return result; if ((result = m_mediaGuaranteedDelivery.Compare(other.m_mediaGuaranteedDelivery)) != EqualTo) return result; if ((result = m_mediaControlChannel.Compare(other.m_mediaControlChannel)) != EqualTo) return result; if ((result = m_mediaControlGuaranteedDelivery.Compare(other.m_mediaControlGuaranteedDelivery)) != EqualTo) return result; if ((result = m_silenceSuppression.Compare(other.m_silenceSuppression)) != EqualTo) return result; if ((result = m_destination.Compare(other.m_destination)) != EqualTo) return result; if ((result = m_dynamicRTPPayloadType.Compare(other.m_dynamicRTPPayloadType)) != EqualTo) return result; if ((result = m_mediaPacketization.Compare(other.m_mediaPacketization)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_H2250LogicalChannelParameters::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_nonStandard)) length += m_nonStandard.GetObjectLength(); length += m_sessionID.GetObjectLength(); if (HasOptionalField(e_associatedSessionID)) length += m_associatedSessionID.GetObjectLength(); if (HasOptionalField(e_mediaChannel)) length += m_mediaChannel.GetObjectLength(); if (HasOptionalField(e_mediaGuaranteedDelivery)) length += m_mediaGuaranteedDelivery.GetObjectLength(); if (HasOptionalField(e_mediaControlChannel)) length += m_mediaControlChannel.GetObjectLength(); if (HasOptionalField(e_mediaControlGuaranteedDelivery)) length += m_mediaControlGuaranteedDelivery.GetObjectLength(); if (HasOptionalField(e_silenceSuppression)) length += m_silenceSuppression.GetObjectLength(); if (HasOptionalField(e_destination)) length += m_destination.GetObjectLength(); if (HasOptionalField(e_dynamicRTPPayloadType)) length += m_dynamicRTPPayloadType.GetObjectLength(); if (HasOptionalField(e_mediaPacketization)) length += m_mediaPacketization.GetObjectLength(); return length; } BOOL H245_H2250LogicalChannelParameters::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_nonStandard) && !m_nonStandard.Decode(strm)) return FALSE; if (!m_sessionID.Decode(strm)) return FALSE; if (HasOptionalField(e_associatedSessionID) && !m_associatedSessionID.Decode(strm)) return FALSE; if (HasOptionalField(e_mediaChannel) && !m_mediaChannel.Decode(strm)) return FALSE; if (HasOptionalField(e_mediaGuaranteedDelivery) && !m_mediaGuaranteedDelivery.Decode(strm)) return FALSE; if (HasOptionalField(e_mediaControlChannel) && !m_mediaControlChannel.Decode(strm)) return FALSE; if (HasOptionalField(e_mediaControlGuaranteedDelivery) && !m_mediaControlGuaranteedDelivery.Decode(strm)) return FALSE; if (HasOptionalField(e_silenceSuppression) && !m_silenceSuppression.Decode(strm)) return FALSE; if (HasOptionalField(e_destination) && !m_destination.Decode(strm)) return FALSE; if (HasOptionalField(e_dynamicRTPPayloadType) && !m_dynamicRTPPayloadType.Decode(strm)) return FALSE; if (HasOptionalField(e_mediaPacketization) && !m_mediaPacketization.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_transportCapability, m_transportCapability)) return FALSE; if (!KnownExtensionDecode(strm, e_redundancyEncoding, m_redundancyEncoding)) return FALSE; if (!KnownExtensionDecode(strm, e_source, m_source)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_H2250LogicalChannelParameters::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_nonStandard)) m_nonStandard.Encode(strm); m_sessionID.Encode(strm); if (HasOptionalField(e_associatedSessionID)) m_associatedSessionID.Encode(strm); if (HasOptionalField(e_mediaChannel)) m_mediaChannel.Encode(strm); if (HasOptionalField(e_mediaGuaranteedDelivery)) m_mediaGuaranteedDelivery.Encode(strm); if (HasOptionalField(e_mediaControlChannel)) m_mediaControlChannel.Encode(strm); if (HasOptionalField(e_mediaControlGuaranteedDelivery)) m_mediaControlGuaranteedDelivery.Encode(strm); if (HasOptionalField(e_silenceSuppression)) m_silenceSuppression.Encode(strm); if (HasOptionalField(e_destination)) m_destination.Encode(strm); if (HasOptionalField(e_dynamicRTPPayloadType)) m_dynamicRTPPayloadType.Encode(strm); if (HasOptionalField(e_mediaPacketization)) m_mediaPacketization.Encode(strm); KnownExtensionEncode(strm, e_transportCapability, m_transportCapability); KnownExtensionEncode(strm, e_redundancyEncoding, m_redundancyEncoding); KnownExtensionEncode(strm, e_source, m_source); UnknownExtensionsEncode(strm); } PObject * H245_H2250LogicalChannelParameters::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H2250LogicalChannelParameters::Class()), PInvalidCast); #endif return new H245_H2250LogicalChannelParameters(*this); } // // ModeElement // H245_ModeElement::H245_ModeElement(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 5) { } #ifndef PASN_NOPRINTON void H245_ModeElement::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+7) << "type = " << setprecision(indent) << m_type << '\n'; if (HasOptionalField(e_h223ModeParameters)) strm << setw(indent+21) << "h223ModeParameters = " << setprecision(indent) << m_h223ModeParameters << '\n'; if (HasOptionalField(e_v76ModeParameters)) strm << setw(indent+20) << "v76ModeParameters = " << setprecision(indent) << m_v76ModeParameters << '\n'; if (HasOptionalField(e_h2250ModeParameters)) strm << setw(indent+22) << "h2250ModeParameters = " << setprecision(indent) << m_h2250ModeParameters << '\n'; if (HasOptionalField(e_genericModeParameters)) strm << setw(indent+24) << "genericModeParameters = " << setprecision(indent) << m_genericModeParameters << '\n'; if (HasOptionalField(e_multiplexedStreamModeParameters)) strm << setw(indent+34) << "multiplexedStreamModeParameters = " << setprecision(indent) << m_multiplexedStreamModeParameters << '\n'; if (HasOptionalField(e_logicalChannelNumber)) strm << setw(indent+23) << "logicalChannelNumber = " << setprecision(indent) << m_logicalChannelNumber << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_ModeElement::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_ModeElement), PInvalidCast); #endif const H245_ModeElement & other = (const H245_ModeElement &)obj; Comparison result; if ((result = m_type.Compare(other.m_type)) != EqualTo) return result; if ((result = m_h223ModeParameters.Compare(other.m_h223ModeParameters)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_ModeElement::GetDataLength() const { PINDEX length = 0; length += m_type.GetObjectLength(); if (HasOptionalField(e_h223ModeParameters)) length += m_h223ModeParameters.GetObjectLength(); return length; } BOOL H245_ModeElement::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_type.Decode(strm)) return FALSE; if (HasOptionalField(e_h223ModeParameters) && !m_h223ModeParameters.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_v76ModeParameters, m_v76ModeParameters)) return FALSE; if (!KnownExtensionDecode(strm, e_h2250ModeParameters, m_h2250ModeParameters)) return FALSE; if (!KnownExtensionDecode(strm, e_genericModeParameters, m_genericModeParameters)) return FALSE; if (!KnownExtensionDecode(strm, e_multiplexedStreamModeParameters, m_multiplexedStreamModeParameters)) return FALSE; if (!KnownExtensionDecode(strm, e_logicalChannelNumber, m_logicalChannelNumber)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_ModeElement::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_type.Encode(strm); if (HasOptionalField(e_h223ModeParameters)) m_h223ModeParameters.Encode(strm); KnownExtensionEncode(strm, e_v76ModeParameters, m_v76ModeParameters); KnownExtensionEncode(strm, e_h2250ModeParameters, m_h2250ModeParameters); KnownExtensionEncode(strm, e_genericModeParameters, m_genericModeParameters); KnownExtensionEncode(strm, e_multiplexedStreamModeParameters, m_multiplexedStreamModeParameters); KnownExtensionEncode(strm, e_logicalChannelNumber, m_logicalChannelNumber); UnknownExtensionsEncode(strm); } PObject * H245_ModeElement::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_ModeElement::Class()), PInvalidCast); #endif return new H245_ModeElement(*this); } // // H263VideoMode // H245_H263VideoMode::H245_H263VideoMode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 3) { m_bitRate.SetConstraints(PASN_Object::FixedConstraint, 1, 19200); IncludeOptionalField(e_errorCompensation); } #ifndef PASN_NOPRINTON void H245_H263VideoMode::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+13) << "resolution = " << setprecision(indent) << m_resolution << '\n'; strm << setw(indent+10) << "bitRate = " << setprecision(indent) << m_bitRate << '\n'; strm << setw(indent+21) << "unrestrictedVector = " << setprecision(indent) << m_unrestrictedVector << '\n'; strm << setw(indent+19) << "arithmeticCoding = " << setprecision(indent) << m_arithmeticCoding << '\n'; strm << setw(indent+21) << "advancedPrediction = " << setprecision(indent) << m_advancedPrediction << '\n'; strm << setw(indent+11) << "pbFrames = " << setprecision(indent) << m_pbFrames << '\n'; if (HasOptionalField(e_errorCompensation)) strm << setw(indent+20) << "errorCompensation = " << setprecision(indent) << m_errorCompensation << '\n'; if (HasOptionalField(e_enhancementLayerInfo)) strm << setw(indent+23) << "enhancementLayerInfo = " << setprecision(indent) << m_enhancementLayerInfo << '\n'; if (HasOptionalField(e_h263Options)) strm << setw(indent+14) << "h263Options = " << setprecision(indent) << m_h263Options << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_H263VideoMode::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_H263VideoMode), PInvalidCast); #endif const H245_H263VideoMode & other = (const H245_H263VideoMode &)obj; Comparison result; if ((result = m_resolution.Compare(other.m_resolution)) != EqualTo) return result; if ((result = m_bitRate.Compare(other.m_bitRate)) != EqualTo) return result; if ((result = m_unrestrictedVector.Compare(other.m_unrestrictedVector)) != EqualTo) return result; if ((result = m_arithmeticCoding.Compare(other.m_arithmeticCoding)) != EqualTo) return result; if ((result = m_advancedPrediction.Compare(other.m_advancedPrediction)) != EqualTo) return result; if ((result = m_pbFrames.Compare(other.m_pbFrames)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_H263VideoMode::GetDataLength() const { PINDEX length = 0; length += m_resolution.GetObjectLength(); length += m_bitRate.GetObjectLength(); length += m_unrestrictedVector.GetObjectLength(); length += m_arithmeticCoding.GetObjectLength(); length += m_advancedPrediction.GetObjectLength(); length += m_pbFrames.GetObjectLength(); return length; } BOOL H245_H263VideoMode::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_resolution.Decode(strm)) return FALSE; if (!m_bitRate.Decode(strm)) return FALSE; if (!m_unrestrictedVector.Decode(strm)) return FALSE; if (!m_arithmeticCoding.Decode(strm)) return FALSE; if (!m_advancedPrediction.Decode(strm)) return FALSE; if (!m_pbFrames.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_errorCompensation, m_errorCompensation)) return FALSE; if (!KnownExtensionDecode(strm, e_enhancementLayerInfo, m_enhancementLayerInfo)) return FALSE; if (!KnownExtensionDecode(strm, e_h263Options, m_h263Options)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_H263VideoMode::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_resolution.Encode(strm); m_bitRate.Encode(strm); m_unrestrictedVector.Encode(strm); m_arithmeticCoding.Encode(strm); m_advancedPrediction.Encode(strm); m_pbFrames.Encode(strm); KnownExtensionEncode(strm, e_errorCompensation, m_errorCompensation); KnownExtensionEncode(strm, e_enhancementLayerInfo, m_enhancementLayerInfo); KnownExtensionEncode(strm, e_h263Options, m_h263Options); UnknownExtensionsEncode(strm); } PObject * H245_H263VideoMode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H263VideoMode::Class()), PInvalidCast); #endif return new H245_H263VideoMode(*this); } // // H263VideoCapability // H245_H263VideoCapability::H245_H263VideoCapability(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 7, TRUE, 8) { m_sqcifMPI.SetConstraints(PASN_Object::FixedConstraint, 1, 32); m_qcifMPI.SetConstraints(PASN_Object::FixedConstraint, 1, 32); m_cifMPI.SetConstraints(PASN_Object::FixedConstraint, 1, 32); m_cif4MPI.SetConstraints(PASN_Object::FixedConstraint, 1, 32); m_cif16MPI.SetConstraints(PASN_Object::FixedConstraint, 1, 32); m_maxBitRate.SetConstraints(PASN_Object::FixedConstraint, 1, 192400); m_hrd_B.SetConstraints(PASN_Object::FixedConstraint, 0, 524287); m_bppMaxKb.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); m_slowSqcifMPI.SetConstraints(PASN_Object::FixedConstraint, 1, 3600); m_slowQcifMPI.SetConstraints(PASN_Object::FixedConstraint, 1, 3600); m_slowCifMPI.SetConstraints(PASN_Object::FixedConstraint, 1, 3600); m_slowCif4MPI.SetConstraints(PASN_Object::FixedConstraint, 1, 3600); m_slowCif16MPI.SetConstraints(PASN_Object::FixedConstraint, 1, 3600); IncludeOptionalField(e_errorCompensation); } #ifndef PASN_NOPRINTON void H245_H263VideoCapability::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_sqcifMPI)) strm << setw(indent+11) << "sqcifMPI = " << setprecision(indent) << m_sqcifMPI << '\n'; if (HasOptionalField(e_qcifMPI)) strm << setw(indent+10) << "qcifMPI = " << setprecision(indent) << m_qcifMPI << '\n'; if (HasOptionalField(e_cifMPI)) strm << setw(indent+9) << "cifMPI = " << setprecision(indent) << m_cifMPI << '\n'; if (HasOptionalField(e_cif4MPI)) strm << setw(indent+10) << "cif4MPI = " << setprecision(indent) << m_cif4MPI << '\n'; if (HasOptionalField(e_cif16MPI)) strm << setw(indent+11) << "cif16MPI = " << setprecision(indent) << m_cif16MPI << '\n'; strm << setw(indent+13) << "maxBitRate = " << setprecision(indent) << m_maxBitRate << '\n'; strm << setw(indent+21) << "unrestrictedVector = " << setprecision(indent) << m_unrestrictedVector << '\n'; strm << setw(indent+19) << "arithmeticCoding = " << setprecision(indent) << m_arithmeticCoding << '\n'; strm << setw(indent+21) << "advancedPrediction = " << setprecision(indent) << m_advancedPrediction << '\n'; strm << setw(indent+11) << "pbFrames = " << setprecision(indent) << m_pbFrames << '\n'; strm << setw(indent+36) << "temporalSpatialTradeOffCapability = " << setprecision(indent) << m_temporalSpatialTradeOffCapability << '\n'; if (HasOptionalField(e_hrd_B)) strm << setw(indent+8) << "hrd_B = " << setprecision(indent) << m_hrd_B << '\n'; if (HasOptionalField(e_bppMaxKb)) strm << setw(indent+11) << "bppMaxKb = " << setprecision(indent) << m_bppMaxKb << '\n'; if (HasOptionalField(e_slowSqcifMPI)) strm << setw(indent+15) << "slowSqcifMPI = " << setprecision(indent) << m_slowSqcifMPI << '\n'; if (HasOptionalField(e_slowQcifMPI)) strm << setw(indent+14) << "slowQcifMPI = " << setprecision(indent) << m_slowQcifMPI << '\n'; if (HasOptionalField(e_slowCifMPI)) strm << setw(indent+13) << "slowCifMPI = " << setprecision(indent) << m_slowCifMPI << '\n'; if (HasOptionalField(e_slowCif4MPI)) strm << setw(indent+14) << "slowCif4MPI = " << setprecision(indent) << m_slowCif4MPI << '\n'; if (HasOptionalField(e_slowCif16MPI)) strm << setw(indent+15) << "slowCif16MPI = " << setprecision(indent) << m_slowCif16MPI << '\n'; if (HasOptionalField(e_errorCompensation)) strm << setw(indent+20) << "errorCompensation = " << setprecision(indent) << m_errorCompensation << '\n'; if (HasOptionalField(e_enhancementLayerInfo)) strm << setw(indent+23) << "enhancementLayerInfo = " << setprecision(indent) << m_enhancementLayerInfo << '\n'; if (HasOptionalField(e_h263Options)) strm << setw(indent+14) << "h263Options = " << setprecision(indent) << m_h263Options << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_H263VideoCapability::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_H263VideoCapability), PInvalidCast); #endif const H245_H263VideoCapability & other = (const H245_H263VideoCapability &)obj; Comparison result; if ((result = m_sqcifMPI.Compare(other.m_sqcifMPI)) != EqualTo) return result; if ((result = m_qcifMPI.Compare(other.m_qcifMPI)) != EqualTo) return result; if ((result = m_cifMPI.Compare(other.m_cifMPI)) != EqualTo) return result; if ((result = m_cif4MPI.Compare(other.m_cif4MPI)) != EqualTo) return result; if ((result = m_cif16MPI.Compare(other.m_cif16MPI)) != EqualTo) return result; if ((result = m_maxBitRate.Compare(other.m_maxBitRate)) != EqualTo) return result; if ((result = m_unrestrictedVector.Compare(other.m_unrestrictedVector)) != EqualTo) return result; if ((result = m_arithmeticCoding.Compare(other.m_arithmeticCoding)) != EqualTo) return result; if ((result = m_advancedPrediction.Compare(other.m_advancedPrediction)) != EqualTo) return result; if ((result = m_pbFrames.Compare(other.m_pbFrames)) != EqualTo) return result; if ((result = m_temporalSpatialTradeOffCapability.Compare(other.m_temporalSpatialTradeOffCapability)) != EqualTo) return result; if ((result = m_hrd_B.Compare(other.m_hrd_B)) != EqualTo) return result; if ((result = m_bppMaxKb.Compare(other.m_bppMaxKb)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_H263VideoCapability::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_sqcifMPI)) length += m_sqcifMPI.GetObjectLength(); if (HasOptionalField(e_qcifMPI)) length += m_qcifMPI.GetObjectLength(); if (HasOptionalField(e_cifMPI)) length += m_cifMPI.GetObjectLength(); if (HasOptionalField(e_cif4MPI)) length += m_cif4MPI.GetObjectLength(); if (HasOptionalField(e_cif16MPI)) length += m_cif16MPI.GetObjectLength(); length += m_maxBitRate.GetObjectLength(); length += m_unrestrictedVector.GetObjectLength(); length += m_arithmeticCoding.GetObjectLength(); length += m_advancedPrediction.GetObjectLength(); length += m_pbFrames.GetObjectLength(); length += m_temporalSpatialTradeOffCapability.GetObjectLength(); if (HasOptionalField(e_hrd_B)) length += m_hrd_B.GetObjectLength(); if (HasOptionalField(e_bppMaxKb)) length += m_bppMaxKb.GetObjectLength(); return length; } BOOL H245_H263VideoCapability::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_sqcifMPI) && !m_sqcifMPI.Decode(strm)) return FALSE; if (HasOptionalField(e_qcifMPI) && !m_qcifMPI.Decode(strm)) return FALSE; if (HasOptionalField(e_cifMPI) && !m_cifMPI.Decode(strm)) return FALSE; if (HasOptionalField(e_cif4MPI) && !m_cif4MPI.Decode(strm)) return FALSE; if (HasOptionalField(e_cif16MPI) && !m_cif16MPI.Decode(strm)) return FALSE; if (!m_maxBitRate.Decode(strm)) return FALSE; if (!m_unrestrictedVector.Decode(strm)) return FALSE; if (!m_arithmeticCoding.Decode(strm)) return FALSE; if (!m_advancedPrediction.Decode(strm)) return FALSE; if (!m_pbFrames.Decode(strm)) return FALSE; if (!m_temporalSpatialTradeOffCapability.Decode(strm)) return FALSE; if (HasOptionalField(e_hrd_B) && !m_hrd_B.Decode(strm)) return FALSE; if (HasOptionalField(e_bppMaxKb) && !m_bppMaxKb.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_slowSqcifMPI, m_slowSqcifMPI)) return FALSE; if (!KnownExtensionDecode(strm, e_slowQcifMPI, m_slowQcifMPI)) return FALSE; if (!KnownExtensionDecode(strm, e_slowCifMPI, m_slowCifMPI)) return FALSE; if (!KnownExtensionDecode(strm, e_slowCif4MPI, m_slowCif4MPI)) return FALSE; if (!KnownExtensionDecode(strm, e_slowCif16MPI, m_slowCif16MPI)) return FALSE; if (!KnownExtensionDecode(strm, e_errorCompensation, m_errorCompensation)) return FALSE; if (!KnownExtensionDecode(strm, e_enhancementLayerInfo, m_enhancementLayerInfo)) return FALSE; if (!KnownExtensionDecode(strm, e_h263Options, m_h263Options)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_H263VideoCapability::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_sqcifMPI)) m_sqcifMPI.Encode(strm); if (HasOptionalField(e_qcifMPI)) m_qcifMPI.Encode(strm); if (HasOptionalField(e_cifMPI)) m_cifMPI.Encode(strm); if (HasOptionalField(e_cif4MPI)) m_cif4MPI.Encode(strm); if (HasOptionalField(e_cif16MPI)) m_cif16MPI.Encode(strm); m_maxBitRate.Encode(strm); m_unrestrictedVector.Encode(strm); m_arithmeticCoding.Encode(strm); m_advancedPrediction.Encode(strm); m_pbFrames.Encode(strm); m_temporalSpatialTradeOffCapability.Encode(strm); if (HasOptionalField(e_hrd_B)) m_hrd_B.Encode(strm); if (HasOptionalField(e_bppMaxKb)) m_bppMaxKb.Encode(strm); KnownExtensionEncode(strm, e_slowSqcifMPI, m_slowSqcifMPI); KnownExtensionEncode(strm, e_slowQcifMPI, m_slowQcifMPI); KnownExtensionEncode(strm, e_slowCifMPI, m_slowCifMPI); KnownExtensionEncode(strm, e_slowCif4MPI, m_slowCif4MPI); KnownExtensionEncode(strm, e_slowCif16MPI, m_slowCif16MPI); KnownExtensionEncode(strm, e_errorCompensation, m_errorCompensation); KnownExtensionEncode(strm, e_enhancementLayerInfo, m_enhancementLayerInfo); KnownExtensionEncode(strm, e_h263Options, m_h263Options); UnknownExtensionsEncode(strm); } PObject * H245_H263VideoCapability::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_H263VideoCapability::Class()), PInvalidCast); #endif return new H245_H263VideoCapability(*this); } // // EnhancementOptions // H245_EnhancementOptions::H245_EnhancementOptions(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 11, TRUE, 0) { m_sqcifMPI.SetConstraints(PASN_Object::FixedConstraint, 1, 32); m_qcifMPI.SetConstraints(PASN_Object::FixedConstraint, 1, 32); m_cifMPI.SetConstraints(PASN_Object::FixedConstraint, 1, 32); m_cif4MPI.SetConstraints(PASN_Object::FixedConstraint, 1, 32); m_cif16MPI.SetConstraints(PASN_Object::FixedConstraint, 1, 32); m_maxBitRate.SetConstraints(PASN_Object::FixedConstraint, 1, 192400); m_slowSqcifMPI.SetConstraints(PASN_Object::FixedConstraint, 1, 3600); m_slowQcifMPI.SetConstraints(PASN_Object::FixedConstraint, 1, 3600); m_slowCifMPI.SetConstraints(PASN_Object::FixedConstraint, 1, 3600); m_slowCif4MPI.SetConstraints(PASN_Object::FixedConstraint, 1, 3600); m_slowCif16MPI.SetConstraints(PASN_Object::FixedConstraint, 1, 3600); } #ifndef PASN_NOPRINTON void H245_EnhancementOptions::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_sqcifMPI)) strm << setw(indent+11) << "sqcifMPI = " << setprecision(indent) << m_sqcifMPI << '\n'; if (HasOptionalField(e_qcifMPI)) strm << setw(indent+10) << "qcifMPI = " << setprecision(indent) << m_qcifMPI << '\n'; if (HasOptionalField(e_cifMPI)) strm << setw(indent+9) << "cifMPI = " << setprecision(indent) << m_cifMPI << '\n'; if (HasOptionalField(e_cif4MPI)) strm << setw(indent+10) << "cif4MPI = " << setprecision(indent) << m_cif4MPI << '\n'; if (HasOptionalField(e_cif16MPI)) strm << setw(indent+11) << "cif16MPI = " << setprecision(indent) << m_cif16MPI << '\n'; strm << setw(indent+13) << "maxBitRate = " << setprecision(indent) << m_maxBitRate << '\n'; strm << setw(indent+21) << "unrestrictedVector = " << setprecision(indent) << m_unrestrictedVector << '\n'; strm << setw(indent+19) << "arithmeticCoding = " << setprecision(indent) << m_arithmeticCoding << '\n'; strm << setw(indent+36) << "temporalSpatialTradeOffCapability = " << setprecision(indent) << m_temporalSpatialTradeOffCapability << '\n'; if (HasOptionalField(e_slowSqcifMPI)) strm << setw(indent+15) << "slowSqcifMPI = " << setprecision(indent) << m_slowSqcifMPI << '\n'; if (HasOptionalField(e_slowQcifMPI)) strm << setw(indent+14) << "slowQcifMPI = " << setprecision(indent) << m_slowQcifMPI << '\n'; if (HasOptionalField(e_slowCifMPI)) strm << setw(indent+13) << "slowCifMPI = " << setprecision(indent) << m_slowCifMPI << '\n'; if (HasOptionalField(e_slowCif4MPI)) strm << setw(indent+14) << "slowCif4MPI = " << setprecision(indent) << m_slowCif4MPI << '\n'; if (HasOptionalField(e_slowCif16MPI)) strm << setw(indent+15) << "slowCif16MPI = " << setprecision(indent) << m_slowCif16MPI << '\n'; strm << setw(indent+20) << "errorCompensation = " << setprecision(indent) << m_errorCompensation << '\n'; if (HasOptionalField(e_h263Options)) strm << setw(indent+14) << "h263Options = " << setprecision(indent) << m_h263Options << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_EnhancementOptions::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_EnhancementOptions), PInvalidCast); #endif const H245_EnhancementOptions & other = (const H245_EnhancementOptions &)obj; Comparison result; if ((result = m_sqcifMPI.Compare(other.m_sqcifMPI)) != EqualTo) return result; if ((result = m_qcifMPI.Compare(other.m_qcifMPI)) != EqualTo) return result; if ((result = m_cifMPI.Compare(other.m_cifMPI)) != EqualTo) return result; if ((result = m_cif4MPI.Compare(other.m_cif4MPI)) != EqualTo) return result; if ((result = m_cif16MPI.Compare(other.m_cif16MPI)) != EqualTo) return result; if ((result = m_maxBitRate.Compare(other.m_maxBitRate)) != EqualTo) return result; if ((result = m_unrestrictedVector.Compare(other.m_unrestrictedVector)) != EqualTo) return result; if ((result = m_arithmeticCoding.Compare(other.m_arithmeticCoding)) != EqualTo) return result; if ((result = m_temporalSpatialTradeOffCapability.Compare(other.m_temporalSpatialTradeOffCapability)) != EqualTo) return result; if ((result = m_slowSqcifMPI.Compare(other.m_slowSqcifMPI)) != EqualTo) return result; if ((result = m_slowQcifMPI.Compare(other.m_slowQcifMPI)) != EqualTo) return result; if ((result = m_slowCifMPI.Compare(other.m_slowCifMPI)) != EqualTo) return result; if ((result = m_slowCif4MPI.Compare(other.m_slowCif4MPI)) != EqualTo) return result; if ((result = m_slowCif16MPI.Compare(other.m_slowCif16MPI)) != EqualTo) return result; if ((result = m_errorCompensation.Compare(other.m_errorCompensation)) != EqualTo) return result; if ((result = m_h263Options.Compare(other.m_h263Options)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_EnhancementOptions::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_sqcifMPI)) length += m_sqcifMPI.GetObjectLength(); if (HasOptionalField(e_qcifMPI)) length += m_qcifMPI.GetObjectLength(); if (HasOptionalField(e_cifMPI)) length += m_cifMPI.GetObjectLength(); if (HasOptionalField(e_cif4MPI)) length += m_cif4MPI.GetObjectLength(); if (HasOptionalField(e_cif16MPI)) length += m_cif16MPI.GetObjectLength(); length += m_maxBitRate.GetObjectLength(); length += m_unrestrictedVector.GetObjectLength(); length += m_arithmeticCoding.GetObjectLength(); length += m_temporalSpatialTradeOffCapability.GetObjectLength(); if (HasOptionalField(e_slowSqcifMPI)) length += m_slowSqcifMPI.GetObjectLength(); if (HasOptionalField(e_slowQcifMPI)) length += m_slowQcifMPI.GetObjectLength(); if (HasOptionalField(e_slowCifMPI)) length += m_slowCifMPI.GetObjectLength(); if (HasOptionalField(e_slowCif4MPI)) length += m_slowCif4MPI.GetObjectLength(); if (HasOptionalField(e_slowCif16MPI)) length += m_slowCif16MPI.GetObjectLength(); length += m_errorCompensation.GetObjectLength(); if (HasOptionalField(e_h263Options)) length += m_h263Options.GetObjectLength(); return length; } BOOL H245_EnhancementOptions::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_sqcifMPI) && !m_sqcifMPI.Decode(strm)) return FALSE; if (HasOptionalField(e_qcifMPI) && !m_qcifMPI.Decode(strm)) return FALSE; if (HasOptionalField(e_cifMPI) && !m_cifMPI.Decode(strm)) return FALSE; if (HasOptionalField(e_cif4MPI) && !m_cif4MPI.Decode(strm)) return FALSE; if (HasOptionalField(e_cif16MPI) && !m_cif16MPI.Decode(strm)) return FALSE; if (!m_maxBitRate.Decode(strm)) return FALSE; if (!m_unrestrictedVector.Decode(strm)) return FALSE; if (!m_arithmeticCoding.Decode(strm)) return FALSE; if (!m_temporalSpatialTradeOffCapability.Decode(strm)) return FALSE; if (HasOptionalField(e_slowSqcifMPI) && !m_slowSqcifMPI.Decode(strm)) return FALSE; if (HasOptionalField(e_slowQcifMPI) && !m_slowQcifMPI.Decode(strm)) return FALSE; if (HasOptionalField(e_slowCifMPI) && !m_slowCifMPI.Decode(strm)) return FALSE; if (HasOptionalField(e_slowCif4MPI) && !m_slowCif4MPI.Decode(strm)) return FALSE; if (HasOptionalField(e_slowCif16MPI) && !m_slowCif16MPI.Decode(strm)) return FALSE; if (!m_errorCompensation.Decode(strm)) return FALSE; if (HasOptionalField(e_h263Options) && !m_h263Options.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_EnhancementOptions::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_sqcifMPI)) m_sqcifMPI.Encode(strm); if (HasOptionalField(e_qcifMPI)) m_qcifMPI.Encode(strm); if (HasOptionalField(e_cifMPI)) m_cifMPI.Encode(strm); if (HasOptionalField(e_cif4MPI)) m_cif4MPI.Encode(strm); if (HasOptionalField(e_cif16MPI)) m_cif16MPI.Encode(strm); m_maxBitRate.Encode(strm); m_unrestrictedVector.Encode(strm); m_arithmeticCoding.Encode(strm); m_temporalSpatialTradeOffCapability.Encode(strm); if (HasOptionalField(e_slowSqcifMPI)) m_slowSqcifMPI.Encode(strm); if (HasOptionalField(e_slowQcifMPI)) m_slowQcifMPI.Encode(strm); if (HasOptionalField(e_slowCifMPI)) m_slowCifMPI.Encode(strm); if (HasOptionalField(e_slowCif4MPI)) m_slowCif4MPI.Encode(strm); if (HasOptionalField(e_slowCif16MPI)) m_slowCif16MPI.Encode(strm); m_errorCompensation.Encode(strm); if (HasOptionalField(e_h263Options)) m_h263Options.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_EnhancementOptions::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_EnhancementOptions::Class()), PInvalidCast); #endif return new H245_EnhancementOptions(*this); } // // BEnhancementParameters // H245_BEnhancementParameters::H245_BEnhancementParameters(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_numberOfBPictures.SetConstraints(PASN_Object::FixedConstraint, 1, 64); } #ifndef PASN_NOPRINTON void H245_BEnhancementParameters::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+21) << "enhancementOptions = " << setprecision(indent) << m_enhancementOptions << '\n'; strm << setw(indent+20) << "numberOfBPictures = " << setprecision(indent) << m_numberOfBPictures << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H245_BEnhancementParameters::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H245_BEnhancementParameters), PInvalidCast); #endif const H245_BEnhancementParameters & other = (const H245_BEnhancementParameters &)obj; Comparison result; if ((result = m_enhancementOptions.Compare(other.m_enhancementOptions)) != EqualTo) return result; if ((result = m_numberOfBPictures.Compare(other.m_numberOfBPictures)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H245_BEnhancementParameters::GetDataLength() const { PINDEX length = 0; length += m_enhancementOptions.GetObjectLength(); length += m_numberOfBPictures.GetObjectLength(); return length; } BOOL H245_BEnhancementParameters::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_enhancementOptions.Decode(strm)) return FALSE; if (!m_numberOfBPictures.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H245_BEnhancementParameters::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_enhancementOptions.Encode(strm); m_numberOfBPictures.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H245_BEnhancementParameters::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H245_BEnhancementParameters::Class()), PInvalidCast); #endif return new H245_BEnhancementParameters(*this); } #endif // if ! H323_DISABLE_H245 // End of h245_3.cxx openh323_v1_18_0/src/h248.asn0100644000176200056700000004763007571066100015623 0ustar releasepostincr-- H.248 (Megaco) ASN from Temporary Document 31r1 MEDIA-GATEWAY-CONTROL DEFINITIONS AUTOMATIC TAGS::= BEGIN MegacoMessage ::= SEQUENCE { authHeader AuthenticationHeader OPTIONAL, mess Message } AuthenticationHeader ::= SEQUENCE { secParmIndex SecurityParmIndex, seqNum SequenceNum, ad AuthData } SecurityParmIndex ::= OCTET STRING(SIZE(4)) SequenceNum ::= OCTET STRING(SIZE(4)) AuthData ::= OCTET STRING (SIZE (12..32)) Message ::= SEQUENCE { version INTEGER(0..99), -- The version of the protocol defined here is equal to 2. mId MId, -- Name/address of message originator messageBody CHOICE { messageError ErrorDescriptor, transactions SEQUENCE OF Transaction }, ... } MId ::= CHOICE { ip4Address IP4Address, ip6Address IP6Address, domainName DomainName, deviceName PathName, mtpAddress OCTET STRING(SIZE(2..4)), -- Addressing structure of mtpAddress: -- 25-15 0 -- | PC | NI | -- 24 - 14 bits 2 bits -- Note: 14 bits are defined for international use. -- Two national options exist where the point code is 16 or 24 -- bits. -- To octet align the mtpAddress the MSBs shall be encoded as 0s. ... } DomainName ::= SEQUENCE { name IA5String, -- The name starts with an alphanumeric digit followed by a -- sequence of alphanumeric digits, hyphens and dots. No two -- dots shall occur consecutively. portNumber INTEGER(0..65535) OPTIONAL } IP4Address ::= SEQUENCE { address OCTET STRING (SIZE(4)), portNumber INTEGER(0..65535) OPTIONAL } IP6Address ::= SEQUENCE { address OCTET STRING (SIZE(16)), portNumber INTEGER(0..65535) OPTIONAL } PathName ::= IA5String(SIZE (1..64)) -- See section A.3 Transaction ::= CHOICE { transactionRequest TransactionRequest, transactionPending TransactionPending, transactionReply TransactionReply, transactionResponseAck TransactionResponseAck, -- use of response acks is dependent on underlying transport ... } TransactionId ::= INTEGER(0..4294967295) -- 32 bit unsigned integer TransactionRequest ::= SEQUENCE { transactionId TransactionId, actions SEQUENCE OF ActionRequest, ... } TransactionPending ::= SEQUENCE { transactionId TransactionId, ... } TransactionReply ::= SEQUENCE { transactionId TransactionId, immAckRequired NULL OPTIONAL, transactionResult CHOICE { transactionError ErrorDescriptor, actionReplies SEQUENCE OF ActionReply }, ... } TransactionResponseAck ::= SEQUENCE OF TransactionAck TransactionAck ::= SEQUENCE { firstAck TransactionId, lastAck TransactionId OPTIONAL } ErrorDescriptor ::= SEQUENCE { errorCode ErrorCode, errorText ErrorText OPTIONAL } ErrorCode ::= INTEGER(0..65535) -- See section 13 for IANA considerations with respect to error codes ErrorText ::= IA5String ContextID ::= INTEGER(0..4294967295) -- Context NULL Value: 0 -- Context CHOOSE Value: 4294967294 (0xFFFFFFFE) -- Context ALL Value: 4294967295 (0xFFFFFFFF) ActionRequest ::= SEQUENCE { contextId ContextID, contextRequest ContextRequest OPTIONAL, contextAttrAuditReq ContextAttrAuditRequest OPTIONAL, commandRequests SEQUENCE OF CommandRequest } ActionReply ::= SEQUENCE { contextId ContextID, errorDescriptor ErrorDescriptor OPTIONAL, contextReply ContextRequest OPTIONAL, commandReply SEQUENCE OF CommandReply } ContextRequest ::= SEQUENCE { priority INTEGER(0..15) OPTIONAL, emergency BOOLEAN OPTIONAL, topologyReq SEQUENCE OF TopologyRequest OPTIONAL, ... } ContextAttrAuditRequest ::= SEQUENCE { topology NULL OPTIONAL, emergency NULL OPTIONAL, priority NULL OPTIONAL, ... } CommandRequest ::= SEQUENCE { command Command, optional NULL OPTIONAL, wildcardReturn NULL OPTIONAL, ... } Command ::= CHOICE { addReq AmmRequest, moveReq AmmRequest, modReq AmmRequest, -- Add, Move, Modify requests have the same parameters subtractReq SubtractRequest, auditCapRequest AuditRequest, auditValueRequest AuditRequest, notifyReq NotifyRequest, serviceChangeReq ServiceChangeRequest, ... } CommandReply ::= CHOICE { addReply AmmsReply, moveReply AmmsReply, modReply AmmsReply, subtractReply AmmsReply, -- Add, Move, Modify, Subtract replies have the same parameters auditCapReply AuditReply, auditValueReply AuditReply, notifyReply NotifyReply, serviceChangeReply ServiceChangeReply, ... } TopologyRequest ::= SEQUENCE { terminationFrom TerminationID, terminationTo TerminationID, topologyDirection ENUMERATED { bothway(0), isolate(1), oneway(2) }, ..., streamID StreamID OPTIONAL } AmmRequest ::= SEQUENCE { terminationID TerminationIDList, descriptors SEQUENCE OF AmmDescriptor, -- At most one descriptor of each type (see AmmDescriptor) -- allowed in the sequence. ... } AmmDescriptor ::= CHOICE { mediaDescriptor MediaDescriptor, modemDescriptor ModemDescriptor, muxDescriptor MuxDescriptor, eventsDescriptor EventsDescriptor, eventBufferDescriptor EventBufferDescriptor, signalsDescriptor SignalsDescriptor, digitMapDescriptor DigitMapDescriptor, auditDescriptor AuditDescriptor, ... } AmmsReply ::= SEQUENCE { terminationID TerminationIDList, terminationAudit TerminationAudit OPTIONAL, ... } SubtractRequest ::= SEQUENCE { terminationID TerminationIDList, auditDescriptor AuditDescriptor OPTIONAL, ... } AuditRequest ::= SEQUENCE { terminationID TerminationID, auditDescriptor AuditDescriptor, ... } AuditReply ::= CHOICE { contextAuditResult TerminationIDList, error ErrorDescriptor, auditResult AuditResult, ... } AuditResult ::= SEQUENCE { terminationID TerminationID, terminationAuditResult TerminationAudit } TerminationAudit ::= SEQUENCE OF AuditReturnParameter AuditReturnParameter ::= CHOICE { errorDescriptor ErrorDescriptor, mediaDescriptor MediaDescriptor, modemDescriptor ModemDescriptor, muxDescriptor MuxDescriptor, eventsDescriptor EventsDescriptor, eventBufferDescriptor EventBufferDescriptor, signalsDescriptor SignalsDescriptor, digitMapDescriptor DigitMapDescriptor, observedEventsDescriptor ObservedEventsDescriptor, statisticsDescriptor StatisticsDescriptor, packagesDescriptor PackagesDescriptor, emptyDescriptors AuditDescriptor, ... } AuditDescriptor ::= SEQUENCE { auditToken BIT STRING { muxToken(0), modemToken(1), mediaToken(2), eventsToken(3), signalsToken(4), digitMapToken(5), statsToken(6), observedEventsToken(7), packagesToken(8), eventBufferToken(9) } OPTIONAL, ..., auditPropertyToken SEQUENCE OF IndAuditParameter OPTIONAL } IndAuditParameter ::= CHOICE { indaudmediaDescriptor IndAudMediaDescriptor, indaudeventsDescriptor IndAudEventsDescriptor, indaudeventBufferDescriptor IndAudEventBufferDescriptor, indaudsignalsDescriptor IndAudSignalsDescriptor, indauddigitMapDescriptor IndAudDigitMapDescriptor, indaudstatisticsDescriptor IndAudStatisticsDescriptor, indaudpackagesDescriptor IndAudPackagesDescriptor, ... } IndAudMediaDescriptor ::= SEQUENCE { termStateDescr IndAudTerminationStateDescriptor OPTIONAL, streams CHOICE { oneStream IndAudStreamParms, multiStream SEQUENCE OF IndAudStreamDescriptor } OPTIONAL, ... } IndAudStreamDescriptor ::= SEQUENCE { streamID StreamID, streamParms IndAudStreamParms } IndAudStreamParms ::= SEQUENCE { localControlDescriptor IndAudLocalControlDescriptor OPTIONAL, localDescriptor IndAudLocalRemoteDescriptor OPTIONAL, remoteDescriptor IndAudLocalRemoteDescriptor OPTIONAL, ... } IndAudLocalControlDescriptor ::= SEQUENCE { streamMode NULL OPTIONAL, reserveValue NULL OPTIONAL, reserveGroup NULL OPTIONAL, propertyParms SEQUENCE OF IndAudPropertyParm OPTIONAL, ... } IndAudPropertyParm ::= SEQUENCE { name PkgdName, ... } IndAudLocalRemoteDescriptor ::= SEQUENCE { propGroupID INTEGER(0..65535) OPTIONAL, propGrps IndAudPropertyGroup, ... } IndAudPropertyGroup ::= SEQUENCE OF IndAudPropertyParm IndAudTerminationStateDescriptor ::= SEQUENCE { propertyParms SEQUENCE OF IndAudPropertyParm, eventBufferControl NULL OPTIONAL, serviceState NULL OPTIONAL, ... } IndAudEventsDescriptor ::= SEQUENCE { requestID RequestID OPTIONAL, pkgdName PkgdName, streamID StreamID OPTIONAL, ... } IndAudEventBufferDescriptor ::= SEQUENCE { eventName PkgdName, streamID StreamID OPTIONAL, ... } IndAudSignalsDescriptor ::=CHOICE { signal IndAudSignal, seqSigList IndAudSeqSigList, ... } IndAudSeqSigList ::= SEQUENCE { id INTEGER(0..65535), signalList IndAudSignal OPTIONAL } IndAudSignal ::= SEQUENCE { signalName PkgdName, streamID StreamID OPTIONAL, ... } IndAudDigitMapDescriptor ::= SEQUENCE { digitMapName DigitMapName OPTIONAL } IndAudStatisticsDescriptor ::= SEQUENCE { statName PkgdName } IndAudPackagesDescriptor ::= SEQUENCE { packageName Name, packageVersion INTEGER(0..99), ... } NotifyRequest ::= SEQUENCE { terminationID TerminationIDList, observedEventsDescriptor ObservedEventsDescriptor, errorDescriptor ErrorDescriptor OPTIONAL, ... } NotifyReply ::= SEQUENCE { terminationID TerminationIDList, errorDescriptor ErrorDescriptor OPTIONAL, ... } ObservedEventsDescriptor ::= SEQUENCE { requestId RequestID, observedEventLst SEQUENCE OF ObservedEvent } ObservedEvent ::= SEQUENCE { eventName EventName, streamID StreamID OPTIONAL, eventParList SEQUENCE OF EventParameter, timeNotation TimeNotation OPTIONAL, ... } EventName ::= PkgdName EventParameter ::= SEQUENCE { eventParameterName Name, value Value, -- For use of extraInfo see the comment related to PropertyParm extraInfo CHOICE { relation Relation, range BOOLEAN, sublist BOOLEAN } OPTIONAL, ... } ServiceChangeRequest ::= SEQUENCE { terminationID TerminationIDList, serviceChangeParms ServiceChangeParm, ... } ServiceChangeReply ::= SEQUENCE { terminationID TerminationIDList, serviceChangeResult ServiceChangeResult, ... } -- For ServiceChangeResult, no parameters are mandatory. Hence the -- distinction between ServiceChangeParm and ServiceChangeResParm. ServiceChangeResult ::= CHOICE { errorDescriptor ErrorDescriptor, serviceChangeResParms ServiceChangeResParm } WildcardField ::= OCTET STRING(SIZE(1)) TerminationID ::= SEQUENCE { wildcard SEQUENCE OF WildcardField, id OCTET STRING(SIZE(1..8)), ... } -- See Section A.1 for explanation of wildcarding mechanism. -- Termination ID 0xFFFFFFFFFFFFFFFF indicates the ROOT Termination. TerminationIDList ::= SEQUENCE OF TerminationID MediaDescriptor ::= SEQUENCE { termStateDescr TerminationStateDescriptor OPTIONAL, streams CHOICE { oneStream StreamParms, multiStream SEQUENCE OF StreamDescriptor } OPTIONAL, ... } StreamDescriptor ::= SEQUENCE { streamID StreamID, streamParms StreamParms } StreamParms ::= SEQUENCE { localControlDescriptor LocalControlDescriptor OPTIONAL, localDescriptor LocalRemoteDescriptor OPTIONAL, remoteDescriptor LocalRemoteDescriptor OPTIONAL, ... } LocalControlDescriptor ::= SEQUENCE { streamMode StreamMode OPTIONAL, reserveValue BOOLEAN OPTIONAL, reserveGroup BOOLEAN OPTIONAL, propertyParms SEQUENCE OF PropertyParm, ... } StreamMode ::= ENUMERATED { sendOnly(0), recvOnly(1), sendRecv(2), inactive(3), loopBack(4), ... } -- In PropertyParm, value is a SEQUENCE OF octet string. When sent -- by an MGC the interpretation is as follows: -- empty sequence means CHOOSE -- one element sequence specifies value -- If the sublist field is not selected, a longer sequence means -- "choose one of the values" (i.e. value1 OR value2 OR ...) -- If the sublist field is selected, -- a sequence with more than one element encodes the value of a -- list-valued property (i.e. value1 AND value2 AND ...). -- The relation field may only be selected if the value sequence -- has length 1. It indicates that the MG has to choose a value -- for the property. E.g., x > 3 (using the greaterThan -- value for relation) instructs the MG to choose any value larger -- than 3 for property x. -- The range field may only be selected if the value sequence -- has length 2. It indicates that the MG has to choose a value -- in the range between the first octet in the value sequence and -- the trailing octet in the value sequence, including the -- boundary values. -- When sent by the MG, only responses to an AuditCapability request -- may contain multiple values, a range, or a relation field. PropertyParm ::= SEQUENCE { name PkgdName, value SEQUENCE OF OCTET STRING, extraInfo CHOICE { relation Relation, range BOOLEAN, sublist BOOLEAN } OPTIONAL, ... } Name ::= OCTET STRING(SIZE(2)) PkgdName ::= OCTET STRING(SIZE(4)) -- represents Package Name (2 octets) plus Property, Event, -- Signal Names or Statistics ID. (2 octets) -- To wildcard a package use 0xFFFF for first two octets, choose -- is not allowed. To reference native property tag specified in -- Annex C, use 0x0000 as first two octets. -- To wildcard a Property, Event, Signal, or Statistics ID, use -- 0xFFFF for last two octets, choose is not allowed. -- Wildcarding of Package Name is permitted only if Property, --Event, Signal, or Statistics ID is -- also wildcarded. Relation ::= ENUMERATED { greaterThan(0), smallerThan(1), unequalTo(2), ... } LocalRemoteDescriptor ::= SEQUENCE { propGrps SEQUENCE OF PropertyGroup, ... } PropertyGroup ::= SEQUENCE OF PropertyParm TerminationStateDescriptor ::= SEQUENCE { propertyParms SEQUENCE OF PropertyParm, eventBufferControl EventBufferControl OPTIONAL, serviceState ServiceState OPTIONAL, ... } EventBufferControl ::= ENUMERATED { off(0), lockStep(1), ... } ServiceState ::= ENUMERATED { test(0), outOfSvc(1), inSvc(2), ... } MuxDescriptor ::= SEQUENCE { muxType MuxType, termList SEQUENCE OF TerminationID, nonStandardData NonStandardData OPTIONAL, ... } MuxType ::= ENUMERATED { h221(0), h223(1), h226(2), v76(3), ..., nx64k(4) } StreamID ::= INTEGER(0..65535) -- 16 bit unsigned integer EventsDescriptor ::= SEQUENCE { requestID RequestID OPTIONAL, -- RequestID must be present if eventList is non empty, eventList SEQUENCE OF RequestedEvent, ... } RequestedEvent ::= SEQUENCE { pkgdName PkgdName, streamID StreamID OPTIONAL, eventAction RequestedActions OPTIONAL, evParList SEQUENCE OF EventParameter, ... } RequestedActions ::= SEQUENCE { keepActive BOOLEAN OPTIONAL, eventDM EventDM OPTIONAL, secondEvent SecondEventsDescriptor OPTIONAL, signalsDescriptor SignalsDescriptor OPTIONAL, ... } EventDM ::= CHOICE { digitMapName DigitMapName, digitMapValue DigitMapValue } SecondEventsDescriptor ::= SEQUENCE { requestID RequestID OPTIONAL, eventList SEQUENCE OF SecondRequestedEvent, ... } SecondRequestedEvent ::= SEQUENCE { pkgdName PkgdName, streamID StreamID OPTIONAL, eventAction SecondRequestedActions OPTIONAL, evParList SEQUENCE OF EventParameter, ... } SecondRequestedActions ::= SEQUENCE { keepActive BOOLEAN OPTIONAL, eventDM EventDM OPTIONAL, signalsDescriptor SignalsDescriptor OPTIONAL, ... } EventBufferDescriptor ::= SEQUENCE OF EventSpec EventSpec ::= SEQUENCE { eventName EventName, streamID StreamID OPTIONAL, eventParList SEQUENCE OF EventParameter, ... } SignalsDescriptor ::= SEQUENCE OF SignalRequest SignalRequest ::= CHOICE { signal Signal, seqSigList SeqSigList, ... } SeqSigList ::= SEQUENCE { id INTEGER(0..65535), signalList SEQUENCE OF Signal } Signal ::= SEQUENCE { signalName SignalName, streamID StreamID OPTIONAL, sigType SignalType OPTIONAL, duration INTEGER (0..65535) OPTIONAL, notifyCompletion NotifyCompletion OPTIONAL, keepActive BOOLEAN OPTIONAL, sigParList SEQUENCE OF SigParameter, ... } SignalType ::= ENUMERATED { brief(0), onOff(1), timeOut(2), ... } SignalName ::= PkgdName NotifyCompletion ::= BIT STRING { onTimeOut(0), onInterruptByEvent(1), onInterruptByNewSignalDescr(2), otherReason(3) } SigParameter ::= SEQUENCE { sigParameterName Name, value Value, -- For use of extraInfo see the comment related to PropertyParm extraInfo CHOICE { relation Relation, range BOOLEAN, sublist BOOLEAN } OPTIONAL, ... } -- For an AuditCapReply with all events, the RequestID SHALL be ALL. -- ALL is represented by 0xffffffff. RequestID ::= INTEGER(0..4294967295) -- 32 bit unsigned integer ModemDescriptor ::= SEQUENCE { mtl SEQUENCE OF ModemType, mpl SEQUENCE OF PropertyParm, nonStandardData NonStandardData OPTIONAL } ModemType ::= ENUMERATED { v18(0), v22(1), v22bis(2), v32(3), v32bis(4), v34(5), v90(6), v91(7), synchISDN(8), ... } DigitMapDescriptor ::= SEQUENCE { digitMapName DigitMapName OPTIONAL, digitMapValue DigitMapValue OPTIONAL } DigitMapName ::= Name DigitMapValue ::= SEQUENCE { startTimer INTEGER(0..99) OPTIONAL, shortTimer INTEGER(0..99) OPTIONAL, longTimer INTEGER(0..99) OPTIONAL, digitMapBody IA5String, -- Units are seconds for start, short and long timers, and -- hundreds of milliseconds for duration timer. Thus start, -- short, and long range from 1 to 99 seconds and duration -- from 100 ms to 9.9 s -- See Section A.3 for explanation of digit map syntax ..., durationTimer INTEGER(0..99) OPTIONAL } ServiceChangeParm ::= SEQUENCE { serviceChangeMethod ServiceChangeMethod, serviceChangeAddress ServiceChangeAddress OPTIONAL, serviceChangeVersion INTEGER(0..99) OPTIONAL, serviceChangeProfile ServiceChangeProfile OPTIONAL, serviceChangeReason Value, -- A serviceChangeReason consists of a numeric reason code -- and an optional text description. -- The serviceChangeReason SHALL be a string consisting of -- a decimal reason code, optionally followed by a single -- space character and a textual description string. -- This string is first BER-encoded as an IA5String. -- The result of this BER-encoding is then encoded as -- an ASN.1 OCTET STRING type, "double wrapping" the --value -- as was done for package elements. serviceChangeDelay INTEGER(0..4294967295) OPTIONAL, -- 32 bit unsigned integer serviceChangeMgcId MId OPTIONAL, timeStamp TimeNotation OPTIONAL, nonStandardData NonStandardData OPTIONAL, ..., serviceChangeInfo AuditDescriptor OPTIONAL } ServiceChangeAddress ::= CHOICE { portNumber INTEGER(0..65535), -- TCP/UDP port number ip4Address IP4Address, ip6Address IP6Address, domainName DomainName, deviceName PathName, mtpAddress OCTET STRING(SIZE(2..4)), ... } ServiceChangeResParm ::= SEQUENCE { serviceChangeMgcId MId OPTIONAL, serviceChangeAddress ServiceChangeAddress OPTIONAL, serviceChangeVersion INTEGER(0..99) OPTIONAL, serviceChangeProfile ServiceChangeProfile OPTIONAL, timestamp TimeNotation OPTIONAL, ... } ServiceChangeMethod ::= ENUMERATED { failover(0), forced(1), graceful(2), restart(3), disconnected(4), handOff(5), ... } ServiceChangeProfile ::= SEQUENCE { profileName IA5String(SIZE (1..67)) -- 64 characters for name, 1 for "/", 2 for version to match ABNF } PackagesDescriptor ::= SEQUENCE OF PackagesItem PackagesItem ::= SEQUENCE { packageName Name, packageVersion INTEGER(0..99), ... } StatisticsDescriptor ::= SEQUENCE OF StatisticsParameter StatisticsParameter ::= SEQUENCE { statName PkgdName, statValue Value OPTIONAL } NonStandardData ::= SEQUENCE { nonStandardIdentifier NonStandardIdentifier, data OCTET STRING } NonStandardIdentifier ::= CHOICE { object OBJECT IDENTIFIER, h221NonStandard H221NonStandard, experimental IA5String(SIZE(8)), -- first two characters should be "X-" or "X+" ... } H221NonStandard ::= SEQUENCE { t35CountryCode1 INTEGER(0..255), t35CountryCode2 INTEGER(0..255), -- country, as per T.35 t35Extension INTEGER(0..255), -- assigned nationally manufacturerCode INTEGER(0..65535), -- assigned nationally ... } TimeNotation ::= SEQUENCE { date IA5String(SIZE(8)), -- yyyymmdd format time IA5String(SIZE(8)) -- hhmmssss format -- per ISO 8601:1988 } Value ::= SEQUENCE OF OCTET STRING END openh323_v1_18_0/src/h248.cxx0100644000176200056700000104162310251241421015627 0ustar releasepostincr// // h248.cxx // // Code automatically generated by asnparse. // #ifdef P_USE_PRAGMA #pragma implementation "h248.h" #endif #include #include "h248.h" #define new PNEW #if ! H323_DISABLE_H248 // // SecurityParmIndex // H248_SecurityParmIndex::H248_SecurityParmIndex(unsigned tag, PASN_Object::TagClass tagClass) : PASN_OctetString(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 4); } H248_SecurityParmIndex::H248_SecurityParmIndex(const char * v) { SetValue(v); } H248_SecurityParmIndex::H248_SecurityParmIndex(const PString & v) { SetValue(v); } H248_SecurityParmIndex::H248_SecurityParmIndex(const PBYTEArray & v) { SetValue(v); } H248_SecurityParmIndex & H248_SecurityParmIndex::operator=(const char * v) { SetValue(v); return *this; } H248_SecurityParmIndex & H248_SecurityParmIndex::operator=(const PString & v) { SetValue(v); return *this; } H248_SecurityParmIndex & H248_SecurityParmIndex::operator=(const PBYTEArray & v) { SetValue(v); return *this; } PObject * H248_SecurityParmIndex::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_SecurityParmIndex::Class()), PInvalidCast); #endif return new H248_SecurityParmIndex(*this); } // // SequenceNum // H248_SequenceNum::H248_SequenceNum(unsigned tag, PASN_Object::TagClass tagClass) : PASN_OctetString(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 4); } H248_SequenceNum::H248_SequenceNum(const char * v) { SetValue(v); } H248_SequenceNum::H248_SequenceNum(const PString & v) { SetValue(v); } H248_SequenceNum::H248_SequenceNum(const PBYTEArray & v) { SetValue(v); } H248_SequenceNum & H248_SequenceNum::operator=(const char * v) { SetValue(v); return *this; } H248_SequenceNum & H248_SequenceNum::operator=(const PString & v) { SetValue(v); return *this; } H248_SequenceNum & H248_SequenceNum::operator=(const PBYTEArray & v) { SetValue(v); return *this; } PObject * H248_SequenceNum::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_SequenceNum::Class()), PInvalidCast); #endif return new H248_SequenceNum(*this); } // // AuthData // H248_AuthData::H248_AuthData(unsigned tag, PASN_Object::TagClass tagClass) : PASN_OctetString(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 12, 32); } H248_AuthData::H248_AuthData(const char * v) { SetValue(v); } H248_AuthData::H248_AuthData(const PString & v) { SetValue(v); } H248_AuthData::H248_AuthData(const PBYTEArray & v) { SetValue(v); } H248_AuthData & H248_AuthData::operator=(const char * v) { SetValue(v); return *this; } H248_AuthData & H248_AuthData::operator=(const PString & v) { SetValue(v); return *this; } H248_AuthData & H248_AuthData::operator=(const PBYTEArray & v) { SetValue(v); return *this; } PObject * H248_AuthData::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_AuthData::Class()), PInvalidCast); #endif return new H248_AuthData(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H248_MId[]={ {"ip4Address",0} ,{"ip6Address",1} ,{"domainName",2} ,{"deviceName",3} ,{"mtpAddress",4} }; #endif // // MId // H248_MId::H248_MId(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 5, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H248_MId,5 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_MId::operator H248_IP4Address &() const #else H248_MId::operator H248_IP4Address &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_IP4Address), PInvalidCast); #endif return *(H248_IP4Address *)choice; } H248_MId::operator const H248_IP4Address &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_IP4Address), PInvalidCast); #endif return *(H248_IP4Address *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_MId::operator H248_IP6Address &() const #else H248_MId::operator H248_IP6Address &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_IP6Address), PInvalidCast); #endif return *(H248_IP6Address *)choice; } H248_MId::operator const H248_IP6Address &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_IP6Address), PInvalidCast); #endif return *(H248_IP6Address *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_MId::operator H248_DomainName &() const #else H248_MId::operator H248_DomainName &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_DomainName), PInvalidCast); #endif return *(H248_DomainName *)choice; } H248_MId::operator const H248_DomainName &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_DomainName), PInvalidCast); #endif return *(H248_DomainName *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_MId::operator H248_PathName &() const #else H248_MId::operator H248_PathName &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_PathName), PInvalidCast); #endif return *(H248_PathName *)choice; } H248_MId::operator const H248_PathName &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_PathName), PInvalidCast); #endif return *(H248_PathName *)choice; } BOOL H248_MId::CreateObject() { switch (tag) { case e_ip4Address : choice = new H248_IP4Address(); return TRUE; case e_ip6Address : choice = new H248_IP6Address(); return TRUE; case e_domainName : choice = new H248_DomainName(); return TRUE; case e_deviceName : choice = new H248_PathName(); return TRUE; case e_mtpAddress : choice = new PASN_OctetString(); choice->SetConstraints(PASN_Object::FixedConstraint, 2, 4); return TRUE; } choice = NULL; return FALSE; } PObject * H248_MId::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_MId::Class()), PInvalidCast); #endif return new H248_MId(*this); } // // DomainName // H248_DomainName::H248_DomainName(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, FALSE, 0) { m_portNumber.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } #ifndef PASN_NOPRINTON void H248_DomainName::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+7) << "name = " << setprecision(indent) << m_name << '\n'; if (HasOptionalField(e_portNumber)) strm << setw(indent+13) << "portNumber = " << setprecision(indent) << m_portNumber << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_DomainName::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_DomainName), PInvalidCast); #endif const H248_DomainName & other = (const H248_DomainName &)obj; Comparison result; if ((result = m_name.Compare(other.m_name)) != EqualTo) return result; if ((result = m_portNumber.Compare(other.m_portNumber)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_DomainName::GetDataLength() const { PINDEX length = 0; length += m_name.GetObjectLength(); if (HasOptionalField(e_portNumber)) length += m_portNumber.GetObjectLength(); return length; } BOOL H248_DomainName::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_name.Decode(strm)) return FALSE; if (HasOptionalField(e_portNumber) && !m_portNumber.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_DomainName::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_name.Encode(strm); if (HasOptionalField(e_portNumber)) m_portNumber.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_DomainName::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_DomainName::Class()), PInvalidCast); #endif return new H248_DomainName(*this); } // // IP4Address // H248_IP4Address::H248_IP4Address(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, FALSE, 0) { m_address.SetConstraints(PASN_Object::FixedConstraint, 4); m_portNumber.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } #ifndef PASN_NOPRINTON void H248_IP4Address::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+10) << "address = " << setprecision(indent) << m_address << '\n'; if (HasOptionalField(e_portNumber)) strm << setw(indent+13) << "portNumber = " << setprecision(indent) << m_portNumber << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_IP4Address::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_IP4Address), PInvalidCast); #endif const H248_IP4Address & other = (const H248_IP4Address &)obj; Comparison result; if ((result = m_address.Compare(other.m_address)) != EqualTo) return result; if ((result = m_portNumber.Compare(other.m_portNumber)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_IP4Address::GetDataLength() const { PINDEX length = 0; length += m_address.GetObjectLength(); if (HasOptionalField(e_portNumber)) length += m_portNumber.GetObjectLength(); return length; } BOOL H248_IP4Address::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_address.Decode(strm)) return FALSE; if (HasOptionalField(e_portNumber) && !m_portNumber.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_IP4Address::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_address.Encode(strm); if (HasOptionalField(e_portNumber)) m_portNumber.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_IP4Address::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_IP4Address::Class()), PInvalidCast); #endif return new H248_IP4Address(*this); } // // IP6Address // H248_IP6Address::H248_IP6Address(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, FALSE, 0) { m_address.SetConstraints(PASN_Object::FixedConstraint, 16); m_portNumber.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } #ifndef PASN_NOPRINTON void H248_IP6Address::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+10) << "address = " << setprecision(indent) << m_address << '\n'; if (HasOptionalField(e_portNumber)) strm << setw(indent+13) << "portNumber = " << setprecision(indent) << m_portNumber << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_IP6Address::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_IP6Address), PInvalidCast); #endif const H248_IP6Address & other = (const H248_IP6Address &)obj; Comparison result; if ((result = m_address.Compare(other.m_address)) != EqualTo) return result; if ((result = m_portNumber.Compare(other.m_portNumber)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_IP6Address::GetDataLength() const { PINDEX length = 0; length += m_address.GetObjectLength(); if (HasOptionalField(e_portNumber)) length += m_portNumber.GetObjectLength(); return length; } BOOL H248_IP6Address::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_address.Decode(strm)) return FALSE; if (HasOptionalField(e_portNumber) && !m_portNumber.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_IP6Address::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_address.Encode(strm); if (HasOptionalField(e_portNumber)) m_portNumber.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_IP6Address::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_IP6Address::Class()), PInvalidCast); #endif return new H248_IP6Address(*this); } // // PathName // H248_PathName::H248_PathName(unsigned tag, PASN_Object::TagClass tagClass) : PASN_IA5String(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 64); } H248_PathName & H248_PathName::operator=(const char * v) { SetValue(v); return *this; } H248_PathName & H248_PathName::operator=(const PString & v) { SetValue(v); return *this; } PObject * H248_PathName::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_PathName::Class()), PInvalidCast); #endif return new H248_PathName(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H248_Transaction[]={ {"transactionRequest",0} ,{"transactionPending",1} ,{"transactionReply",2} ,{"transactionResponseAck",3} }; #endif // // Transaction // H248_Transaction::H248_Transaction(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H248_Transaction,4 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_Transaction::operator H248_TransactionRequest &() const #else H248_Transaction::operator H248_TransactionRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_TransactionRequest), PInvalidCast); #endif return *(H248_TransactionRequest *)choice; } H248_Transaction::operator const H248_TransactionRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_TransactionRequest), PInvalidCast); #endif return *(H248_TransactionRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_Transaction::operator H248_TransactionPending &() const #else H248_Transaction::operator H248_TransactionPending &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_TransactionPending), PInvalidCast); #endif return *(H248_TransactionPending *)choice; } H248_Transaction::operator const H248_TransactionPending &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_TransactionPending), PInvalidCast); #endif return *(H248_TransactionPending *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_Transaction::operator H248_TransactionReply &() const #else H248_Transaction::operator H248_TransactionReply &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_TransactionReply), PInvalidCast); #endif return *(H248_TransactionReply *)choice; } H248_Transaction::operator const H248_TransactionReply &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_TransactionReply), PInvalidCast); #endif return *(H248_TransactionReply *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_Transaction::operator H248_TransactionResponseAck &() const #else H248_Transaction::operator H248_TransactionResponseAck &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_TransactionResponseAck), PInvalidCast); #endif return *(H248_TransactionResponseAck *)choice; } H248_Transaction::operator const H248_TransactionResponseAck &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_TransactionResponseAck), PInvalidCast); #endif return *(H248_TransactionResponseAck *)choice; } BOOL H248_Transaction::CreateObject() { switch (tag) { case e_transactionRequest : choice = new H248_TransactionRequest(); return TRUE; case e_transactionPending : choice = new H248_TransactionPending(); return TRUE; case e_transactionReply : choice = new H248_TransactionReply(); return TRUE; case e_transactionResponseAck : choice = new H248_TransactionResponseAck(); return TRUE; } choice = NULL; return FALSE; } PObject * H248_Transaction::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_Transaction::Class()), PInvalidCast); #endif return new H248_Transaction(*this); } // // TransactionId // H248_TransactionId::H248_TransactionId(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 0, 4294967295U); } H248_TransactionId & H248_TransactionId::operator=(int v) { SetValue(v); return *this; } H248_TransactionId & H248_TransactionId::operator=(unsigned v) { SetValue(v); return *this; } PObject * H248_TransactionId::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_TransactionId::Class()), PInvalidCast); #endif return new H248_TransactionId(*this); } // // TransactionPending // H248_TransactionPending::H248_TransactionPending(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H248_TransactionPending::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "transactionId = " << setprecision(indent) << m_transactionId << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_TransactionPending::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_TransactionPending), PInvalidCast); #endif const H248_TransactionPending & other = (const H248_TransactionPending &)obj; Comparison result; if ((result = m_transactionId.Compare(other.m_transactionId)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_TransactionPending::GetDataLength() const { PINDEX length = 0; length += m_transactionId.GetObjectLength(); return length; } BOOL H248_TransactionPending::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_transactionId.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_TransactionPending::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_transactionId.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_TransactionPending::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_TransactionPending::Class()), PInvalidCast); #endif return new H248_TransactionPending(*this); } // // TransactionResponseAck // H248_TransactionResponseAck::H248_TransactionResponseAck(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H248_TransactionResponseAck::CreateObject() const { return new H248_TransactionAck; } H248_TransactionAck & H248_TransactionResponseAck::operator[](PINDEX i) const { return (H248_TransactionAck &)array[i]; } PObject * H248_TransactionResponseAck::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_TransactionResponseAck::Class()), PInvalidCast); #endif return new H248_TransactionResponseAck(*this); } // // TransactionAck // H248_TransactionAck::H248_TransactionAck(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, FALSE, 0) { } #ifndef PASN_NOPRINTON void H248_TransactionAck::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "firstAck = " << setprecision(indent) << m_firstAck << '\n'; if (HasOptionalField(e_lastAck)) strm << setw(indent+10) << "lastAck = " << setprecision(indent) << m_lastAck << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_TransactionAck::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_TransactionAck), PInvalidCast); #endif const H248_TransactionAck & other = (const H248_TransactionAck &)obj; Comparison result; if ((result = m_firstAck.Compare(other.m_firstAck)) != EqualTo) return result; if ((result = m_lastAck.Compare(other.m_lastAck)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_TransactionAck::GetDataLength() const { PINDEX length = 0; length += m_firstAck.GetObjectLength(); if (HasOptionalField(e_lastAck)) length += m_lastAck.GetObjectLength(); return length; } BOOL H248_TransactionAck::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_firstAck.Decode(strm)) return FALSE; if (HasOptionalField(e_lastAck) && !m_lastAck.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_TransactionAck::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_firstAck.Encode(strm); if (HasOptionalField(e_lastAck)) m_lastAck.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_TransactionAck::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_TransactionAck::Class()), PInvalidCast); #endif return new H248_TransactionAck(*this); } // // ErrorCode // H248_ErrorCode::H248_ErrorCode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } H248_ErrorCode & H248_ErrorCode::operator=(int v) { SetValue(v); return *this; } H248_ErrorCode & H248_ErrorCode::operator=(unsigned v) { SetValue(v); return *this; } PObject * H248_ErrorCode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ErrorCode::Class()), PInvalidCast); #endif return new H248_ErrorCode(*this); } // // ErrorText // H248_ErrorText::H248_ErrorText(unsigned tag, PASN_Object::TagClass tagClass) : PASN_IA5String(tag, tagClass) { } H248_ErrorText & H248_ErrorText::operator=(const char * v) { SetValue(v); return *this; } H248_ErrorText & H248_ErrorText::operator=(const PString & v) { SetValue(v); return *this; } PObject * H248_ErrorText::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ErrorText::Class()), PInvalidCast); #endif return new H248_ErrorText(*this); } // // ContextID // H248_ContextID::H248_ContextID(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 0, 4294967295U); } H248_ContextID & H248_ContextID::operator=(int v) { SetValue(v); return *this; } H248_ContextID & H248_ContextID::operator=(unsigned v) { SetValue(v); return *this; } PObject * H248_ContextID::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ContextID::Class()), PInvalidCast); #endif return new H248_ContextID(*this); } // // ContextAttrAuditRequest // H248_ContextAttrAuditRequest::H248_ContextAttrAuditRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 0) { } #ifndef PASN_NOPRINTON void H248_ContextAttrAuditRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_topology)) strm << setw(indent+11) << "topology = " << setprecision(indent) << m_topology << '\n'; if (HasOptionalField(e_emergency)) strm << setw(indent+12) << "emergency = " << setprecision(indent) << m_emergency << '\n'; if (HasOptionalField(e_priority)) strm << setw(indent+11) << "priority = " << setprecision(indent) << m_priority << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_ContextAttrAuditRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_ContextAttrAuditRequest), PInvalidCast); #endif const H248_ContextAttrAuditRequest & other = (const H248_ContextAttrAuditRequest &)obj; Comparison result; if ((result = m_topology.Compare(other.m_topology)) != EqualTo) return result; if ((result = m_emergency.Compare(other.m_emergency)) != EqualTo) return result; if ((result = m_priority.Compare(other.m_priority)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_ContextAttrAuditRequest::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_topology)) length += m_topology.GetObjectLength(); if (HasOptionalField(e_emergency)) length += m_emergency.GetObjectLength(); if (HasOptionalField(e_priority)) length += m_priority.GetObjectLength(); return length; } BOOL H248_ContextAttrAuditRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_topology) && !m_topology.Decode(strm)) return FALSE; if (HasOptionalField(e_emergency) && !m_emergency.Decode(strm)) return FALSE; if (HasOptionalField(e_priority) && !m_priority.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_ContextAttrAuditRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_topology)) m_topology.Encode(strm); if (HasOptionalField(e_emergency)) m_emergency.Encode(strm); if (HasOptionalField(e_priority)) m_priority.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_ContextAttrAuditRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ContextAttrAuditRequest::Class()), PInvalidCast); #endif return new H248_ContextAttrAuditRequest(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H248_Command[]={ {"addReq",0} ,{"moveReq",1} ,{"modReq",2} ,{"subtractReq",3} ,{"auditCapRequest",4} ,{"auditValueRequest",5} ,{"notifyReq",6} ,{"serviceChangeReq",7} }; #endif // // Command // H248_Command::H248_Command(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 8, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H248_Command,8 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_Command::operator H248_AmmRequest &() const #else H248_Command::operator H248_AmmRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_AmmRequest), PInvalidCast); #endif return *(H248_AmmRequest *)choice; } H248_Command::operator const H248_AmmRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_AmmRequest), PInvalidCast); #endif return *(H248_AmmRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_Command::operator H248_SubtractRequest &() const #else H248_Command::operator H248_SubtractRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_SubtractRequest), PInvalidCast); #endif return *(H248_SubtractRequest *)choice; } H248_Command::operator const H248_SubtractRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_SubtractRequest), PInvalidCast); #endif return *(H248_SubtractRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_Command::operator H248_AuditRequest &() const #else H248_Command::operator H248_AuditRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_AuditRequest), PInvalidCast); #endif return *(H248_AuditRequest *)choice; } H248_Command::operator const H248_AuditRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_AuditRequest), PInvalidCast); #endif return *(H248_AuditRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_Command::operator H248_NotifyRequest &() const #else H248_Command::operator H248_NotifyRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_NotifyRequest), PInvalidCast); #endif return *(H248_NotifyRequest *)choice; } H248_Command::operator const H248_NotifyRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_NotifyRequest), PInvalidCast); #endif return *(H248_NotifyRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_Command::operator H248_ServiceChangeRequest &() const #else H248_Command::operator H248_ServiceChangeRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_ServiceChangeRequest), PInvalidCast); #endif return *(H248_ServiceChangeRequest *)choice; } H248_Command::operator const H248_ServiceChangeRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_ServiceChangeRequest), PInvalidCast); #endif return *(H248_ServiceChangeRequest *)choice; } BOOL H248_Command::CreateObject() { switch (tag) { case e_addReq : case e_moveReq : case e_modReq : choice = new H248_AmmRequest(); return TRUE; case e_subtractReq : choice = new H248_SubtractRequest(); return TRUE; case e_auditCapRequest : case e_auditValueRequest : choice = new H248_AuditRequest(); return TRUE; case e_notifyReq : choice = new H248_NotifyRequest(); return TRUE; case e_serviceChangeReq : choice = new H248_ServiceChangeRequest(); return TRUE; } choice = NULL; return FALSE; } PObject * H248_Command::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_Command::Class()), PInvalidCast); #endif return new H248_Command(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H248_CommandReply[]={ {"addReply",0} ,{"moveReply",1} ,{"modReply",2} ,{"subtractReply",3} ,{"auditCapReply",4} ,{"auditValueReply",5} ,{"notifyReply",6} ,{"serviceChangeReply",7} }; #endif // // CommandReply // H248_CommandReply::H248_CommandReply(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 8, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H248_CommandReply,8 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_CommandReply::operator H248_AmmsReply &() const #else H248_CommandReply::operator H248_AmmsReply &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_AmmsReply), PInvalidCast); #endif return *(H248_AmmsReply *)choice; } H248_CommandReply::operator const H248_AmmsReply &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_AmmsReply), PInvalidCast); #endif return *(H248_AmmsReply *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_CommandReply::operator H248_AuditReply &() const #else H248_CommandReply::operator H248_AuditReply &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_AuditReply), PInvalidCast); #endif return *(H248_AuditReply *)choice; } H248_CommandReply::operator const H248_AuditReply &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_AuditReply), PInvalidCast); #endif return *(H248_AuditReply *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_CommandReply::operator H248_NotifyReply &() const #else H248_CommandReply::operator H248_NotifyReply &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_NotifyReply), PInvalidCast); #endif return *(H248_NotifyReply *)choice; } H248_CommandReply::operator const H248_NotifyReply &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_NotifyReply), PInvalidCast); #endif return *(H248_NotifyReply *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_CommandReply::operator H248_ServiceChangeReply &() const #else H248_CommandReply::operator H248_ServiceChangeReply &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_ServiceChangeReply), PInvalidCast); #endif return *(H248_ServiceChangeReply *)choice; } H248_CommandReply::operator const H248_ServiceChangeReply &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_ServiceChangeReply), PInvalidCast); #endif return *(H248_ServiceChangeReply *)choice; } BOOL H248_CommandReply::CreateObject() { switch (tag) { case e_addReply : case e_moveReply : case e_modReply : case e_subtractReply : choice = new H248_AmmsReply(); return TRUE; case e_auditCapReply : case e_auditValueReply : choice = new H248_AuditReply(); return TRUE; case e_notifyReply : choice = new H248_NotifyReply(); return TRUE; case e_serviceChangeReply : choice = new H248_ServiceChangeReply(); return TRUE; } choice = NULL; return FALSE; } PObject * H248_CommandReply::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_CommandReply::Class()), PInvalidCast); #endif return new H248_CommandReply(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H248_AmmDescriptor[]={ {"mediaDescriptor",0} ,{"modemDescriptor",1} ,{"muxDescriptor",2} ,{"eventsDescriptor",3} ,{"eventBufferDescriptor",4} ,{"signalsDescriptor",5} ,{"digitMapDescriptor",6} ,{"auditDescriptor",7} }; #endif // // AmmDescriptor // H248_AmmDescriptor::H248_AmmDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 8, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H248_AmmDescriptor,8 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_AmmDescriptor::operator H248_MediaDescriptor &() const #else H248_AmmDescriptor::operator H248_MediaDescriptor &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_MediaDescriptor), PInvalidCast); #endif return *(H248_MediaDescriptor *)choice; } H248_AmmDescriptor::operator const H248_MediaDescriptor &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_MediaDescriptor), PInvalidCast); #endif return *(H248_MediaDescriptor *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_AmmDescriptor::operator H248_ModemDescriptor &() const #else H248_AmmDescriptor::operator H248_ModemDescriptor &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_ModemDescriptor), PInvalidCast); #endif return *(H248_ModemDescriptor *)choice; } H248_AmmDescriptor::operator const H248_ModemDescriptor &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_ModemDescriptor), PInvalidCast); #endif return *(H248_ModemDescriptor *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_AmmDescriptor::operator H248_MuxDescriptor &() const #else H248_AmmDescriptor::operator H248_MuxDescriptor &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_MuxDescriptor), PInvalidCast); #endif return *(H248_MuxDescriptor *)choice; } H248_AmmDescriptor::operator const H248_MuxDescriptor &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_MuxDescriptor), PInvalidCast); #endif return *(H248_MuxDescriptor *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_AmmDescriptor::operator H248_EventsDescriptor &() const #else H248_AmmDescriptor::operator H248_EventsDescriptor &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_EventsDescriptor), PInvalidCast); #endif return *(H248_EventsDescriptor *)choice; } H248_AmmDescriptor::operator const H248_EventsDescriptor &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_EventsDescriptor), PInvalidCast); #endif return *(H248_EventsDescriptor *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_AmmDescriptor::operator H248_EventBufferDescriptor &() const #else H248_AmmDescriptor::operator H248_EventBufferDescriptor &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_EventBufferDescriptor), PInvalidCast); #endif return *(H248_EventBufferDescriptor *)choice; } H248_AmmDescriptor::operator const H248_EventBufferDescriptor &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_EventBufferDescriptor), PInvalidCast); #endif return *(H248_EventBufferDescriptor *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_AmmDescriptor::operator H248_SignalsDescriptor &() const #else H248_AmmDescriptor::operator H248_SignalsDescriptor &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_SignalsDescriptor), PInvalidCast); #endif return *(H248_SignalsDescriptor *)choice; } H248_AmmDescriptor::operator const H248_SignalsDescriptor &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_SignalsDescriptor), PInvalidCast); #endif return *(H248_SignalsDescriptor *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_AmmDescriptor::operator H248_DigitMapDescriptor &() const #else H248_AmmDescriptor::operator H248_DigitMapDescriptor &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_DigitMapDescriptor), PInvalidCast); #endif return *(H248_DigitMapDescriptor *)choice; } H248_AmmDescriptor::operator const H248_DigitMapDescriptor &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_DigitMapDescriptor), PInvalidCast); #endif return *(H248_DigitMapDescriptor *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_AmmDescriptor::operator H248_AuditDescriptor &() const #else H248_AmmDescriptor::operator H248_AuditDescriptor &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_AuditDescriptor), PInvalidCast); #endif return *(H248_AuditDescriptor *)choice; } H248_AmmDescriptor::operator const H248_AuditDescriptor &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_AuditDescriptor), PInvalidCast); #endif return *(H248_AuditDescriptor *)choice; } BOOL H248_AmmDescriptor::CreateObject() { switch (tag) { case e_mediaDescriptor : choice = new H248_MediaDescriptor(); return TRUE; case e_modemDescriptor : choice = new H248_ModemDescriptor(); return TRUE; case e_muxDescriptor : choice = new H248_MuxDescriptor(); return TRUE; case e_eventsDescriptor : choice = new H248_EventsDescriptor(); return TRUE; case e_eventBufferDescriptor : choice = new H248_EventBufferDescriptor(); return TRUE; case e_signalsDescriptor : choice = new H248_SignalsDescriptor(); return TRUE; case e_digitMapDescriptor : choice = new H248_DigitMapDescriptor(); return TRUE; case e_auditDescriptor : choice = new H248_AuditDescriptor(); return TRUE; } choice = NULL; return FALSE; } PObject * H248_AmmDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_AmmDescriptor::Class()), PInvalidCast); #endif return new H248_AmmDescriptor(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H248_AuditReply[]={ {"contextAuditResult",0} ,{"error",1} ,{"auditResult",2} }; #endif // // AuditReply // H248_AuditReply::H248_AuditReply(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H248_AuditReply,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_AuditReply::operator H248_TerminationIDList &() const #else H248_AuditReply::operator H248_TerminationIDList &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_TerminationIDList), PInvalidCast); #endif return *(H248_TerminationIDList *)choice; } H248_AuditReply::operator const H248_TerminationIDList &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_TerminationIDList), PInvalidCast); #endif return *(H248_TerminationIDList *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_AuditReply::operator H248_ErrorDescriptor &() const #else H248_AuditReply::operator H248_ErrorDescriptor &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_ErrorDescriptor), PInvalidCast); #endif return *(H248_ErrorDescriptor *)choice; } H248_AuditReply::operator const H248_ErrorDescriptor &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_ErrorDescriptor), PInvalidCast); #endif return *(H248_ErrorDescriptor *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_AuditReply::operator H248_AuditResult &() const #else H248_AuditReply::operator H248_AuditResult &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_AuditResult), PInvalidCast); #endif return *(H248_AuditResult *)choice; } H248_AuditReply::operator const H248_AuditResult &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_AuditResult), PInvalidCast); #endif return *(H248_AuditResult *)choice; } BOOL H248_AuditReply::CreateObject() { switch (tag) { case e_contextAuditResult : choice = new H248_TerminationIDList(); return TRUE; case e_error : choice = new H248_ErrorDescriptor(); return TRUE; case e_auditResult : choice = new H248_AuditResult(); return TRUE; } choice = NULL; return FALSE; } PObject * H248_AuditReply::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_AuditReply::Class()), PInvalidCast); #endif return new H248_AuditReply(*this); } // // TerminationAudit // H248_TerminationAudit::H248_TerminationAudit(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H248_TerminationAudit::CreateObject() const { return new H248_AuditReturnParameter; } H248_AuditReturnParameter & H248_TerminationAudit::operator[](PINDEX i) const { return (H248_AuditReturnParameter &)array[i]; } PObject * H248_TerminationAudit::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_TerminationAudit::Class()), PInvalidCast); #endif return new H248_TerminationAudit(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H248_AuditReturnParameter[]={ {"errorDescriptor",0} ,{"mediaDescriptor",1} ,{"modemDescriptor",2} ,{"muxDescriptor",3} ,{"eventsDescriptor",4} ,{"eventBufferDescriptor",5} ,{"signalsDescriptor",6} ,{"digitMapDescriptor",7} ,{"observedEventsDescriptor",8} ,{"statisticsDescriptor",9} ,{"packagesDescriptor",10} ,{"emptyDescriptors",11} }; #endif // // AuditReturnParameter // H248_AuditReturnParameter::H248_AuditReturnParameter(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 12, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H248_AuditReturnParameter,12 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_AuditReturnParameter::operator H248_ErrorDescriptor &() const #else H248_AuditReturnParameter::operator H248_ErrorDescriptor &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_ErrorDescriptor), PInvalidCast); #endif return *(H248_ErrorDescriptor *)choice; } H248_AuditReturnParameter::operator const H248_ErrorDescriptor &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_ErrorDescriptor), PInvalidCast); #endif return *(H248_ErrorDescriptor *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_AuditReturnParameter::operator H248_MediaDescriptor &() const #else H248_AuditReturnParameter::operator H248_MediaDescriptor &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_MediaDescriptor), PInvalidCast); #endif return *(H248_MediaDescriptor *)choice; } H248_AuditReturnParameter::operator const H248_MediaDescriptor &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_MediaDescriptor), PInvalidCast); #endif return *(H248_MediaDescriptor *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_AuditReturnParameter::operator H248_ModemDescriptor &() const #else H248_AuditReturnParameter::operator H248_ModemDescriptor &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_ModemDescriptor), PInvalidCast); #endif return *(H248_ModemDescriptor *)choice; } H248_AuditReturnParameter::operator const H248_ModemDescriptor &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_ModemDescriptor), PInvalidCast); #endif return *(H248_ModemDescriptor *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_AuditReturnParameter::operator H248_MuxDescriptor &() const #else H248_AuditReturnParameter::operator H248_MuxDescriptor &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_MuxDescriptor), PInvalidCast); #endif return *(H248_MuxDescriptor *)choice; } H248_AuditReturnParameter::operator const H248_MuxDescriptor &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_MuxDescriptor), PInvalidCast); #endif return *(H248_MuxDescriptor *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_AuditReturnParameter::operator H248_EventsDescriptor &() const #else H248_AuditReturnParameter::operator H248_EventsDescriptor &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_EventsDescriptor), PInvalidCast); #endif return *(H248_EventsDescriptor *)choice; } H248_AuditReturnParameter::operator const H248_EventsDescriptor &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_EventsDescriptor), PInvalidCast); #endif return *(H248_EventsDescriptor *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_AuditReturnParameter::operator H248_EventBufferDescriptor &() const #else H248_AuditReturnParameter::operator H248_EventBufferDescriptor &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_EventBufferDescriptor), PInvalidCast); #endif return *(H248_EventBufferDescriptor *)choice; } H248_AuditReturnParameter::operator const H248_EventBufferDescriptor &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_EventBufferDescriptor), PInvalidCast); #endif return *(H248_EventBufferDescriptor *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_AuditReturnParameter::operator H248_SignalsDescriptor &() const #else H248_AuditReturnParameter::operator H248_SignalsDescriptor &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_SignalsDescriptor), PInvalidCast); #endif return *(H248_SignalsDescriptor *)choice; } H248_AuditReturnParameter::operator const H248_SignalsDescriptor &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_SignalsDescriptor), PInvalidCast); #endif return *(H248_SignalsDescriptor *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_AuditReturnParameter::operator H248_DigitMapDescriptor &() const #else H248_AuditReturnParameter::operator H248_DigitMapDescriptor &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_DigitMapDescriptor), PInvalidCast); #endif return *(H248_DigitMapDescriptor *)choice; } H248_AuditReturnParameter::operator const H248_DigitMapDescriptor &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_DigitMapDescriptor), PInvalidCast); #endif return *(H248_DigitMapDescriptor *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_AuditReturnParameter::operator H248_ObservedEventsDescriptor &() const #else H248_AuditReturnParameter::operator H248_ObservedEventsDescriptor &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_ObservedEventsDescriptor), PInvalidCast); #endif return *(H248_ObservedEventsDescriptor *)choice; } H248_AuditReturnParameter::operator const H248_ObservedEventsDescriptor &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_ObservedEventsDescriptor), PInvalidCast); #endif return *(H248_ObservedEventsDescriptor *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_AuditReturnParameter::operator H248_StatisticsDescriptor &() const #else H248_AuditReturnParameter::operator H248_StatisticsDescriptor &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_StatisticsDescriptor), PInvalidCast); #endif return *(H248_StatisticsDescriptor *)choice; } H248_AuditReturnParameter::operator const H248_StatisticsDescriptor &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_StatisticsDescriptor), PInvalidCast); #endif return *(H248_StatisticsDescriptor *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_AuditReturnParameter::operator H248_PackagesDescriptor &() const #else H248_AuditReturnParameter::operator H248_PackagesDescriptor &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_PackagesDescriptor), PInvalidCast); #endif return *(H248_PackagesDescriptor *)choice; } H248_AuditReturnParameter::operator const H248_PackagesDescriptor &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_PackagesDescriptor), PInvalidCast); #endif return *(H248_PackagesDescriptor *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_AuditReturnParameter::operator H248_AuditDescriptor &() const #else H248_AuditReturnParameter::operator H248_AuditDescriptor &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_AuditDescriptor), PInvalidCast); #endif return *(H248_AuditDescriptor *)choice; } H248_AuditReturnParameter::operator const H248_AuditDescriptor &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_AuditDescriptor), PInvalidCast); #endif return *(H248_AuditDescriptor *)choice; } BOOL H248_AuditReturnParameter::CreateObject() { switch (tag) { case e_errorDescriptor : choice = new H248_ErrorDescriptor(); return TRUE; case e_mediaDescriptor : choice = new H248_MediaDescriptor(); return TRUE; case e_modemDescriptor : choice = new H248_ModemDescriptor(); return TRUE; case e_muxDescriptor : choice = new H248_MuxDescriptor(); return TRUE; case e_eventsDescriptor : choice = new H248_EventsDescriptor(); return TRUE; case e_eventBufferDescriptor : choice = new H248_EventBufferDescriptor(); return TRUE; case e_signalsDescriptor : choice = new H248_SignalsDescriptor(); return TRUE; case e_digitMapDescriptor : choice = new H248_DigitMapDescriptor(); return TRUE; case e_observedEventsDescriptor : choice = new H248_ObservedEventsDescriptor(); return TRUE; case e_statisticsDescriptor : choice = new H248_StatisticsDescriptor(); return TRUE; case e_packagesDescriptor : choice = new H248_PackagesDescriptor(); return TRUE; case e_emptyDescriptors : choice = new H248_AuditDescriptor(); return TRUE; } choice = NULL; return FALSE; } PObject * H248_AuditReturnParameter::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_AuditReturnParameter::Class()), PInvalidCast); #endif return new H248_AuditReturnParameter(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H248_IndAuditParameter[]={ {"indaudmediaDescriptor",0} ,{"indaudeventsDescriptor",1} ,{"indaudeventBufferDescriptor",2} ,{"indaudsignalsDescriptor",3} ,{"indauddigitMapDescriptor",4} ,{"indaudstatisticsDescriptor",5} ,{"indaudpackagesDescriptor",6} }; #endif // // IndAuditParameter // H248_IndAuditParameter::H248_IndAuditParameter(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 7, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H248_IndAuditParameter,7 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_IndAuditParameter::operator H248_IndAudMediaDescriptor &() const #else H248_IndAuditParameter::operator H248_IndAudMediaDescriptor &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_IndAudMediaDescriptor), PInvalidCast); #endif return *(H248_IndAudMediaDescriptor *)choice; } H248_IndAuditParameter::operator const H248_IndAudMediaDescriptor &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_IndAudMediaDescriptor), PInvalidCast); #endif return *(H248_IndAudMediaDescriptor *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_IndAuditParameter::operator H248_IndAudEventsDescriptor &() const #else H248_IndAuditParameter::operator H248_IndAudEventsDescriptor &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_IndAudEventsDescriptor), PInvalidCast); #endif return *(H248_IndAudEventsDescriptor *)choice; } H248_IndAuditParameter::operator const H248_IndAudEventsDescriptor &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_IndAudEventsDescriptor), PInvalidCast); #endif return *(H248_IndAudEventsDescriptor *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_IndAuditParameter::operator H248_IndAudEventBufferDescriptor &() const #else H248_IndAuditParameter::operator H248_IndAudEventBufferDescriptor &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_IndAudEventBufferDescriptor), PInvalidCast); #endif return *(H248_IndAudEventBufferDescriptor *)choice; } H248_IndAuditParameter::operator const H248_IndAudEventBufferDescriptor &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_IndAudEventBufferDescriptor), PInvalidCast); #endif return *(H248_IndAudEventBufferDescriptor *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_IndAuditParameter::operator H248_IndAudSignalsDescriptor &() const #else H248_IndAuditParameter::operator H248_IndAudSignalsDescriptor &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_IndAudSignalsDescriptor), PInvalidCast); #endif return *(H248_IndAudSignalsDescriptor *)choice; } H248_IndAuditParameter::operator const H248_IndAudSignalsDescriptor &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_IndAudSignalsDescriptor), PInvalidCast); #endif return *(H248_IndAudSignalsDescriptor *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_IndAuditParameter::operator H248_IndAudDigitMapDescriptor &() const #else H248_IndAuditParameter::operator H248_IndAudDigitMapDescriptor &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_IndAudDigitMapDescriptor), PInvalidCast); #endif return *(H248_IndAudDigitMapDescriptor *)choice; } H248_IndAuditParameter::operator const H248_IndAudDigitMapDescriptor &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_IndAudDigitMapDescriptor), PInvalidCast); #endif return *(H248_IndAudDigitMapDescriptor *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_IndAuditParameter::operator H248_IndAudStatisticsDescriptor &() const #else H248_IndAuditParameter::operator H248_IndAudStatisticsDescriptor &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_IndAudStatisticsDescriptor), PInvalidCast); #endif return *(H248_IndAudStatisticsDescriptor *)choice; } H248_IndAuditParameter::operator const H248_IndAudStatisticsDescriptor &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_IndAudStatisticsDescriptor), PInvalidCast); #endif return *(H248_IndAudStatisticsDescriptor *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_IndAuditParameter::operator H248_IndAudPackagesDescriptor &() const #else H248_IndAuditParameter::operator H248_IndAudPackagesDescriptor &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_IndAudPackagesDescriptor), PInvalidCast); #endif return *(H248_IndAudPackagesDescriptor *)choice; } H248_IndAuditParameter::operator const H248_IndAudPackagesDescriptor &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_IndAudPackagesDescriptor), PInvalidCast); #endif return *(H248_IndAudPackagesDescriptor *)choice; } BOOL H248_IndAuditParameter::CreateObject() { switch (tag) { case e_indaudmediaDescriptor : choice = new H248_IndAudMediaDescriptor(); return TRUE; case e_indaudeventsDescriptor : choice = new H248_IndAudEventsDescriptor(); return TRUE; case e_indaudeventBufferDescriptor : choice = new H248_IndAudEventBufferDescriptor(); return TRUE; case e_indaudsignalsDescriptor : choice = new H248_IndAudSignalsDescriptor(); return TRUE; case e_indauddigitMapDescriptor : choice = new H248_IndAudDigitMapDescriptor(); return TRUE; case e_indaudstatisticsDescriptor : choice = new H248_IndAudStatisticsDescriptor(); return TRUE; case e_indaudpackagesDescriptor : choice = new H248_IndAudPackagesDescriptor(); return TRUE; } choice = NULL; return FALSE; } PObject * H248_IndAuditParameter::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_IndAuditParameter::Class()), PInvalidCast); #endif return new H248_IndAuditParameter(*this); } // // IndAudPropertyGroup // H248_IndAudPropertyGroup::H248_IndAudPropertyGroup(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H248_IndAudPropertyGroup::CreateObject() const { return new H248_IndAudPropertyParm; } H248_IndAudPropertyParm & H248_IndAudPropertyGroup::operator[](PINDEX i) const { return (H248_IndAudPropertyParm &)array[i]; } PObject * H248_IndAudPropertyGroup::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_IndAudPropertyGroup::Class()), PInvalidCast); #endif return new H248_IndAudPropertyGroup(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H248_IndAudSignalsDescriptor[]={ {"signal",0} ,{"seqSigList",1} }; #endif // // IndAudSignalsDescriptor // H248_IndAudSignalsDescriptor::H248_IndAudSignalsDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H248_IndAudSignalsDescriptor,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_IndAudSignalsDescriptor::operator H248_IndAudSignal &() const #else H248_IndAudSignalsDescriptor::operator H248_IndAudSignal &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_IndAudSignal), PInvalidCast); #endif return *(H248_IndAudSignal *)choice; } H248_IndAudSignalsDescriptor::operator const H248_IndAudSignal &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_IndAudSignal), PInvalidCast); #endif return *(H248_IndAudSignal *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_IndAudSignalsDescriptor::operator H248_IndAudSeqSigList &() const #else H248_IndAudSignalsDescriptor::operator H248_IndAudSeqSigList &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_IndAudSeqSigList), PInvalidCast); #endif return *(H248_IndAudSeqSigList *)choice; } H248_IndAudSignalsDescriptor::operator const H248_IndAudSeqSigList &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_IndAudSeqSigList), PInvalidCast); #endif return *(H248_IndAudSeqSigList *)choice; } BOOL H248_IndAudSignalsDescriptor::CreateObject() { switch (tag) { case e_signal : choice = new H248_IndAudSignal(); return TRUE; case e_seqSigList : choice = new H248_IndAudSeqSigList(); return TRUE; } choice = NULL; return FALSE; } PObject * H248_IndAudSignalsDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_IndAudSignalsDescriptor::Class()), PInvalidCast); #endif return new H248_IndAudSignalsDescriptor(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H248_ServiceChangeResult[]={ {"errorDescriptor",0} ,{"serviceChangeResParms",1} }; #endif // // ServiceChangeResult // H248_ServiceChangeResult::H248_ServiceChangeResult(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H248_ServiceChangeResult,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_ServiceChangeResult::operator H248_ErrorDescriptor &() const #else H248_ServiceChangeResult::operator H248_ErrorDescriptor &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_ErrorDescriptor), PInvalidCast); #endif return *(H248_ErrorDescriptor *)choice; } H248_ServiceChangeResult::operator const H248_ErrorDescriptor &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_ErrorDescriptor), PInvalidCast); #endif return *(H248_ErrorDescriptor *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_ServiceChangeResult::operator H248_ServiceChangeResParm &() const #else H248_ServiceChangeResult::operator H248_ServiceChangeResParm &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_ServiceChangeResParm), PInvalidCast); #endif return *(H248_ServiceChangeResParm *)choice; } H248_ServiceChangeResult::operator const H248_ServiceChangeResParm &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_ServiceChangeResParm), PInvalidCast); #endif return *(H248_ServiceChangeResParm *)choice; } BOOL H248_ServiceChangeResult::CreateObject() { switch (tag) { case e_errorDescriptor : choice = new H248_ErrorDescriptor(); return TRUE; case e_serviceChangeResParms : choice = new H248_ServiceChangeResParm(); return TRUE; } choice = NULL; return FALSE; } PObject * H248_ServiceChangeResult::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ServiceChangeResult::Class()), PInvalidCast); #endif return new H248_ServiceChangeResult(*this); } // // WildcardField // H248_WildcardField::H248_WildcardField(unsigned tag, PASN_Object::TagClass tagClass) : PASN_OctetString(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1); } H248_WildcardField::H248_WildcardField(const char * v) { SetValue(v); } H248_WildcardField::H248_WildcardField(const PString & v) { SetValue(v); } H248_WildcardField::H248_WildcardField(const PBYTEArray & v) { SetValue(v); } H248_WildcardField & H248_WildcardField::operator=(const char * v) { SetValue(v); return *this; } H248_WildcardField & H248_WildcardField::operator=(const PString & v) { SetValue(v); return *this; } H248_WildcardField & H248_WildcardField::operator=(const PBYTEArray & v) { SetValue(v); return *this; } PObject * H248_WildcardField::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_WildcardField::Class()), PInvalidCast); #endif return new H248_WildcardField(*this); } // // TerminationIDList // H248_TerminationIDList::H248_TerminationIDList(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H248_TerminationIDList::CreateObject() const { return new H248_TerminationID; } H248_TerminationID & H248_TerminationIDList::operator[](PINDEX i) const { return (H248_TerminationID &)array[i]; } PObject * H248_TerminationIDList::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_TerminationIDList::Class()), PInvalidCast); #endif return new H248_TerminationIDList(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H248_StreamMode[]={ {"sendOnly",0} ,{"recvOnly",1} ,{"sendRecv",2} ,{"inactive",3} ,{"loopBack",4} }; #endif // // StreamMode // H248_StreamMode::H248_StreamMode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 4, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H248_StreamMode,5 #endif ) { } H248_StreamMode & H248_StreamMode::operator=(unsigned v) { SetValue(v); return *this; } PObject * H248_StreamMode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_StreamMode::Class()), PInvalidCast); #endif return new H248_StreamMode(*this); } // // Name // H248_Name::H248_Name(unsigned tag, PASN_Object::TagClass tagClass) : PASN_OctetString(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 2); } H248_Name::H248_Name(const char * v) { SetValue(v); } H248_Name::H248_Name(const PString & v) { SetValue(v); } H248_Name::H248_Name(const PBYTEArray & v) { SetValue(v); } H248_Name & H248_Name::operator=(const char * v) { SetValue(v); return *this; } H248_Name & H248_Name::operator=(const PString & v) { SetValue(v); return *this; } H248_Name & H248_Name::operator=(const PBYTEArray & v) { SetValue(v); return *this; } PObject * H248_Name::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_Name::Class()), PInvalidCast); #endif return new H248_Name(*this); } // // PkgdName // H248_PkgdName::H248_PkgdName(unsigned tag, PASN_Object::TagClass tagClass) : PASN_OctetString(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 4); } H248_PkgdName::H248_PkgdName(const char * v) { SetValue(v); } H248_PkgdName::H248_PkgdName(const PString & v) { SetValue(v); } H248_PkgdName::H248_PkgdName(const PBYTEArray & v) { SetValue(v); } H248_PkgdName & H248_PkgdName::operator=(const char * v) { SetValue(v); return *this; } H248_PkgdName & H248_PkgdName::operator=(const PString & v) { SetValue(v); return *this; } H248_PkgdName & H248_PkgdName::operator=(const PBYTEArray & v) { SetValue(v); return *this; } PObject * H248_PkgdName::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_PkgdName::Class()), PInvalidCast); #endif return new H248_PkgdName(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H248_Relation[]={ {"greaterThan",0} ,{"smallerThan",1} ,{"unequalTo",2} }; #endif // // Relation // H248_Relation::H248_Relation(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H248_Relation,3 #endif ) { } H248_Relation & H248_Relation::operator=(unsigned v) { SetValue(v); return *this; } PObject * H248_Relation::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_Relation::Class()), PInvalidCast); #endif return new H248_Relation(*this); } // // PropertyGroup // H248_PropertyGroup::H248_PropertyGroup(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H248_PropertyGroup::CreateObject() const { return new H248_PropertyParm; } H248_PropertyParm & H248_PropertyGroup::operator[](PINDEX i) const { return (H248_PropertyParm &)array[i]; } PObject * H248_PropertyGroup::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_PropertyGroup::Class()), PInvalidCast); #endif return new H248_PropertyGroup(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H248_EventBufferControl[]={ {"off",0} ,{"lockStep",1} }; #endif // // EventBufferControl // H248_EventBufferControl::H248_EventBufferControl(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 1, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H248_EventBufferControl,2 #endif ) { } H248_EventBufferControl & H248_EventBufferControl::operator=(unsigned v) { SetValue(v); return *this; } PObject * H248_EventBufferControl::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_EventBufferControl::Class()), PInvalidCast); #endif return new H248_EventBufferControl(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H248_ServiceState[]={ {"test",0} ,{"outOfSvc",1} ,{"inSvc",2} }; #endif // // ServiceState // H248_ServiceState::H248_ServiceState(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H248_ServiceState,3 #endif ) { } H248_ServiceState & H248_ServiceState::operator=(unsigned v) { SetValue(v); return *this; } PObject * H248_ServiceState::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ServiceState::Class()), PInvalidCast); #endif return new H248_ServiceState(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H248_MuxType[]={ {"h221",0} ,{"h223",1} ,{"h226",2} ,{"v76",3} ,{"nx64k",4} }; #endif // // MuxType // H248_MuxType::H248_MuxType(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 4, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H248_MuxType,5 #endif ) { } H248_MuxType & H248_MuxType::operator=(unsigned v) { SetValue(v); return *this; } PObject * H248_MuxType::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_MuxType::Class()), PInvalidCast); #endif return new H248_MuxType(*this); } // // StreamID // H248_StreamID::H248_StreamID(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } H248_StreamID & H248_StreamID::operator=(int v) { SetValue(v); return *this; } H248_StreamID & H248_StreamID::operator=(unsigned v) { SetValue(v); return *this; } PObject * H248_StreamID::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_StreamID::Class()), PInvalidCast); #endif return new H248_StreamID(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H248_EventDM[]={ {"digitMapName",0} ,{"digitMapValue",1} }; #endif // // EventDM // H248_EventDM::H248_EventDM(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H248_EventDM,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_EventDM::operator H248_DigitMapName &() const #else H248_EventDM::operator H248_DigitMapName &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_DigitMapName), PInvalidCast); #endif return *(H248_DigitMapName *)choice; } H248_EventDM::operator const H248_DigitMapName &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_DigitMapName), PInvalidCast); #endif return *(H248_DigitMapName *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_EventDM::operator H248_DigitMapValue &() const #else H248_EventDM::operator H248_DigitMapValue &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_DigitMapValue), PInvalidCast); #endif return *(H248_DigitMapValue *)choice; } H248_EventDM::operator const H248_DigitMapValue &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_DigitMapValue), PInvalidCast); #endif return *(H248_DigitMapValue *)choice; } BOOL H248_EventDM::CreateObject() { switch (tag) { case e_digitMapName : choice = new H248_DigitMapName(); return TRUE; case e_digitMapValue : choice = new H248_DigitMapValue(); return TRUE; } choice = NULL; return FALSE; } PObject * H248_EventDM::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_EventDM::Class()), PInvalidCast); #endif return new H248_EventDM(*this); } // // EventBufferDescriptor // H248_EventBufferDescriptor::H248_EventBufferDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H248_EventBufferDescriptor::CreateObject() const { return new H248_EventSpec; } H248_EventSpec & H248_EventBufferDescriptor::operator[](PINDEX i) const { return (H248_EventSpec &)array[i]; } PObject * H248_EventBufferDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_EventBufferDescriptor::Class()), PInvalidCast); #endif return new H248_EventBufferDescriptor(*this); } // // SignalsDescriptor // H248_SignalsDescriptor::H248_SignalsDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H248_SignalsDescriptor::CreateObject() const { return new H248_SignalRequest; } H248_SignalRequest & H248_SignalsDescriptor::operator[](PINDEX i) const { return (H248_SignalRequest &)array[i]; } PObject * H248_SignalsDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_SignalsDescriptor::Class()), PInvalidCast); #endif return new H248_SignalsDescriptor(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H248_SignalRequest[]={ {"signal",0} ,{"seqSigList",1} }; #endif // // SignalRequest // H248_SignalRequest::H248_SignalRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H248_SignalRequest,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_SignalRequest::operator H248_Signal &() const #else H248_SignalRequest::operator H248_Signal &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_Signal), PInvalidCast); #endif return *(H248_Signal *)choice; } H248_SignalRequest::operator const H248_Signal &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_Signal), PInvalidCast); #endif return *(H248_Signal *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_SignalRequest::operator H248_SeqSigList &() const #else H248_SignalRequest::operator H248_SeqSigList &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_SeqSigList), PInvalidCast); #endif return *(H248_SeqSigList *)choice; } H248_SignalRequest::operator const H248_SeqSigList &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_SeqSigList), PInvalidCast); #endif return *(H248_SeqSigList *)choice; } BOOL H248_SignalRequest::CreateObject() { switch (tag) { case e_signal : choice = new H248_Signal(); return TRUE; case e_seqSigList : choice = new H248_SeqSigList(); return TRUE; } choice = NULL; return FALSE; } PObject * H248_SignalRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_SignalRequest::Class()), PInvalidCast); #endif return new H248_SignalRequest(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H248_SignalType[]={ {"brief",0} ,{"onOff",1} ,{"timeOut",2} }; #endif // // SignalType // H248_SignalType::H248_SignalType(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H248_SignalType,3 #endif ) { } H248_SignalType & H248_SignalType::operator=(unsigned v) { SetValue(v); return *this; } PObject * H248_SignalType::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_SignalType::Class()), PInvalidCast); #endif return new H248_SignalType(*this); } // // SignalName // H248_SignalName::H248_SignalName(unsigned tag, PASN_Object::TagClass tagClass) : H248_PkgdName(tag, tagClass) { } H248_SignalName::H248_SignalName(const char * v) { SetValue(v); } H248_SignalName::H248_SignalName(const PString & v) { SetValue(v); } H248_SignalName::H248_SignalName(const PBYTEArray & v) { SetValue(v); } H248_SignalName & H248_SignalName::operator=(const char * v) { SetValue(v); return *this; } H248_SignalName & H248_SignalName::operator=(const PString & v) { SetValue(v); return *this; } H248_SignalName & H248_SignalName::operator=(const PBYTEArray & v) { SetValue(v); return *this; } PObject * H248_SignalName::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_SignalName::Class()), PInvalidCast); #endif return new H248_SignalName(*this); } // // NotifyCompletion // H248_NotifyCompletion::H248_NotifyCompletion(unsigned tag, PASN_Object::TagClass tagClass) : PASN_BitString(tag, tagClass) { } PObject * H248_NotifyCompletion::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_NotifyCompletion::Class()), PInvalidCast); #endif return new H248_NotifyCompletion(*this); } // // RequestID // H248_RequestID::H248_RequestID(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 0, 4294967295U); } H248_RequestID & H248_RequestID::operator=(int v) { SetValue(v); return *this; } H248_RequestID & H248_RequestID::operator=(unsigned v) { SetValue(v); return *this; } PObject * H248_RequestID::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_RequestID::Class()), PInvalidCast); #endif return new H248_RequestID(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H248_ModemType[]={ {"v18",0} ,{"v22",1} ,{"v22bis",2} ,{"v32",3} ,{"v32bis",4} ,{"v34",5} ,{"v90",6} ,{"v91",7} ,{"synchISDN",8} }; #endif // // ModemType // H248_ModemType::H248_ModemType(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 8, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H248_ModemType,9 #endif ) { } H248_ModemType & H248_ModemType::operator=(unsigned v) { SetValue(v); return *this; } PObject * H248_ModemType::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ModemType::Class()), PInvalidCast); #endif return new H248_ModemType(*this); } // // DigitMapName // H248_DigitMapName::H248_DigitMapName(unsigned tag, PASN_Object::TagClass tagClass) : H248_Name(tag, tagClass) { } H248_DigitMapName::H248_DigitMapName(const char * v) { SetValue(v); } H248_DigitMapName::H248_DigitMapName(const PString & v) { SetValue(v); } H248_DigitMapName::H248_DigitMapName(const PBYTEArray & v) { SetValue(v); } H248_DigitMapName & H248_DigitMapName::operator=(const char * v) { SetValue(v); return *this; } H248_DigitMapName & H248_DigitMapName::operator=(const PString & v) { SetValue(v); return *this; } H248_DigitMapName & H248_DigitMapName::operator=(const PBYTEArray & v) { SetValue(v); return *this; } PObject * H248_DigitMapName::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_DigitMapName::Class()), PInvalidCast); #endif return new H248_DigitMapName(*this); } // // DigitMapValue // H248_DigitMapValue::H248_DigitMapValue(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 1) { m_startTimer.SetConstraints(PASN_Object::FixedConstraint, 0, 99); m_shortTimer.SetConstraints(PASN_Object::FixedConstraint, 0, 99); m_longTimer.SetConstraints(PASN_Object::FixedConstraint, 0, 99); m_durationTimer.SetConstraints(PASN_Object::FixedConstraint, 0, 99); } #ifndef PASN_NOPRINTON void H248_DigitMapValue::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_startTimer)) strm << setw(indent+13) << "startTimer = " << setprecision(indent) << m_startTimer << '\n'; if (HasOptionalField(e_shortTimer)) strm << setw(indent+13) << "shortTimer = " << setprecision(indent) << m_shortTimer << '\n'; if (HasOptionalField(e_longTimer)) strm << setw(indent+12) << "longTimer = " << setprecision(indent) << m_longTimer << '\n'; strm << setw(indent+15) << "digitMapBody = " << setprecision(indent) << m_digitMapBody << '\n'; if (HasOptionalField(e_durationTimer)) strm << setw(indent+16) << "durationTimer = " << setprecision(indent) << m_durationTimer << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_DigitMapValue::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_DigitMapValue), PInvalidCast); #endif const H248_DigitMapValue & other = (const H248_DigitMapValue &)obj; Comparison result; if ((result = m_startTimer.Compare(other.m_startTimer)) != EqualTo) return result; if ((result = m_shortTimer.Compare(other.m_shortTimer)) != EqualTo) return result; if ((result = m_longTimer.Compare(other.m_longTimer)) != EqualTo) return result; if ((result = m_digitMapBody.Compare(other.m_digitMapBody)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_DigitMapValue::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_startTimer)) length += m_startTimer.GetObjectLength(); if (HasOptionalField(e_shortTimer)) length += m_shortTimer.GetObjectLength(); if (HasOptionalField(e_longTimer)) length += m_longTimer.GetObjectLength(); length += m_digitMapBody.GetObjectLength(); return length; } BOOL H248_DigitMapValue::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_startTimer) && !m_startTimer.Decode(strm)) return FALSE; if (HasOptionalField(e_shortTimer) && !m_shortTimer.Decode(strm)) return FALSE; if (HasOptionalField(e_longTimer) && !m_longTimer.Decode(strm)) return FALSE; if (!m_digitMapBody.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_durationTimer, m_durationTimer)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_DigitMapValue::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_startTimer)) m_startTimer.Encode(strm); if (HasOptionalField(e_shortTimer)) m_shortTimer.Encode(strm); if (HasOptionalField(e_longTimer)) m_longTimer.Encode(strm); m_digitMapBody.Encode(strm); KnownExtensionEncode(strm, e_durationTimer, m_durationTimer); UnknownExtensionsEncode(strm); } PObject * H248_DigitMapValue::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_DigitMapValue::Class()), PInvalidCast); #endif return new H248_DigitMapValue(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H248_ServiceChangeAddress[]={ {"portNumber",0} ,{"ip4Address",1} ,{"ip6Address",2} ,{"domainName",3} ,{"deviceName",4} ,{"mtpAddress",5} }; #endif // // ServiceChangeAddress // H248_ServiceChangeAddress::H248_ServiceChangeAddress(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 6, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H248_ServiceChangeAddress,6 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_ServiceChangeAddress::operator H248_IP4Address &() const #else H248_ServiceChangeAddress::operator H248_IP4Address &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_IP4Address), PInvalidCast); #endif return *(H248_IP4Address *)choice; } H248_ServiceChangeAddress::operator const H248_IP4Address &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_IP4Address), PInvalidCast); #endif return *(H248_IP4Address *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_ServiceChangeAddress::operator H248_IP6Address &() const #else H248_ServiceChangeAddress::operator H248_IP6Address &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_IP6Address), PInvalidCast); #endif return *(H248_IP6Address *)choice; } H248_ServiceChangeAddress::operator const H248_IP6Address &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_IP6Address), PInvalidCast); #endif return *(H248_IP6Address *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_ServiceChangeAddress::operator H248_DomainName &() const #else H248_ServiceChangeAddress::operator H248_DomainName &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_DomainName), PInvalidCast); #endif return *(H248_DomainName *)choice; } H248_ServiceChangeAddress::operator const H248_DomainName &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_DomainName), PInvalidCast); #endif return *(H248_DomainName *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_ServiceChangeAddress::operator H248_PathName &() const #else H248_ServiceChangeAddress::operator H248_PathName &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_PathName), PInvalidCast); #endif return *(H248_PathName *)choice; } H248_ServiceChangeAddress::operator const H248_PathName &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_PathName), PInvalidCast); #endif return *(H248_PathName *)choice; } BOOL H248_ServiceChangeAddress::CreateObject() { switch (tag) { case e_portNumber : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 0, 65535); return TRUE; case e_ip4Address : choice = new H248_IP4Address(); return TRUE; case e_ip6Address : choice = new H248_IP6Address(); return TRUE; case e_domainName : choice = new H248_DomainName(); return TRUE; case e_deviceName : choice = new H248_PathName(); return TRUE; case e_mtpAddress : choice = new PASN_OctetString(); choice->SetConstraints(PASN_Object::FixedConstraint, 2, 4); return TRUE; } choice = NULL; return FALSE; } PObject * H248_ServiceChangeAddress::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ServiceChangeAddress::Class()), PInvalidCast); #endif return new H248_ServiceChangeAddress(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H248_ServiceChangeMethod[]={ {"failover",0} ,{"forced",1} ,{"graceful",2} ,{"restart",3} ,{"disconnected",4} ,{"handOff",5} }; #endif // // ServiceChangeMethod // H248_ServiceChangeMethod::H248_ServiceChangeMethod(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 5, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H248_ServiceChangeMethod,6 #endif ) { } H248_ServiceChangeMethod & H248_ServiceChangeMethod::operator=(unsigned v) { SetValue(v); return *this; } PObject * H248_ServiceChangeMethod::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ServiceChangeMethod::Class()), PInvalidCast); #endif return new H248_ServiceChangeMethod(*this); } // // ServiceChangeProfile // H248_ServiceChangeProfile::H248_ServiceChangeProfile(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { m_profileName.SetConstraints(PASN_Object::FixedConstraint, 1, 67); } #ifndef PASN_NOPRINTON void H248_ServiceChangeProfile::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+14) << "profileName = " << setprecision(indent) << m_profileName << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_ServiceChangeProfile::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_ServiceChangeProfile), PInvalidCast); #endif const H248_ServiceChangeProfile & other = (const H248_ServiceChangeProfile &)obj; Comparison result; if ((result = m_profileName.Compare(other.m_profileName)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_ServiceChangeProfile::GetDataLength() const { PINDEX length = 0; length += m_profileName.GetObjectLength(); return length; } BOOL H248_ServiceChangeProfile::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_profileName.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_ServiceChangeProfile::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_profileName.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_ServiceChangeProfile::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ServiceChangeProfile::Class()), PInvalidCast); #endif return new H248_ServiceChangeProfile(*this); } // // PackagesDescriptor // H248_PackagesDescriptor::H248_PackagesDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H248_PackagesDescriptor::CreateObject() const { return new H248_PackagesItem; } H248_PackagesItem & H248_PackagesDescriptor::operator[](PINDEX i) const { return (H248_PackagesItem &)array[i]; } PObject * H248_PackagesDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_PackagesDescriptor::Class()), PInvalidCast); #endif return new H248_PackagesDescriptor(*this); } // // PackagesItem // H248_PackagesItem::H248_PackagesItem(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_packageVersion.SetConstraints(PASN_Object::FixedConstraint, 0, 99); } #ifndef PASN_NOPRINTON void H248_PackagesItem::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+14) << "packageName = " << setprecision(indent) << m_packageName << '\n'; strm << setw(indent+17) << "packageVersion = " << setprecision(indent) << m_packageVersion << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_PackagesItem::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_PackagesItem), PInvalidCast); #endif const H248_PackagesItem & other = (const H248_PackagesItem &)obj; Comparison result; if ((result = m_packageName.Compare(other.m_packageName)) != EqualTo) return result; if ((result = m_packageVersion.Compare(other.m_packageVersion)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_PackagesItem::GetDataLength() const { PINDEX length = 0; length += m_packageName.GetObjectLength(); length += m_packageVersion.GetObjectLength(); return length; } BOOL H248_PackagesItem::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_packageName.Decode(strm)) return FALSE; if (!m_packageVersion.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_PackagesItem::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_packageName.Encode(strm); m_packageVersion.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_PackagesItem::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_PackagesItem::Class()), PInvalidCast); #endif return new H248_PackagesItem(*this); } // // StatisticsDescriptor // H248_StatisticsDescriptor::H248_StatisticsDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H248_StatisticsDescriptor::CreateObject() const { return new H248_StatisticsParameter; } H248_StatisticsParameter & H248_StatisticsDescriptor::operator[](PINDEX i) const { return (H248_StatisticsParameter &)array[i]; } PObject * H248_StatisticsDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_StatisticsDescriptor::Class()), PInvalidCast); #endif return new H248_StatisticsDescriptor(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H248_NonStandardIdentifier[]={ {"object",0} ,{"h221NonStandard",1} ,{"experimental",2} }; #endif // // NonStandardIdentifier // H248_NonStandardIdentifier::H248_NonStandardIdentifier(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H248_NonStandardIdentifier,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_NonStandardIdentifier::operator H248_H221NonStandard &() const #else H248_NonStandardIdentifier::operator H248_H221NonStandard &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_H221NonStandard), PInvalidCast); #endif return *(H248_H221NonStandard *)choice; } H248_NonStandardIdentifier::operator const H248_H221NonStandard &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_H221NonStandard), PInvalidCast); #endif return *(H248_H221NonStandard *)choice; } BOOL H248_NonStandardIdentifier::CreateObject() { switch (tag) { case e_object : choice = new PASN_ObjectId(); return TRUE; case e_h221NonStandard : choice = new H248_H221NonStandard(); return TRUE; case e_experimental : choice = new PASN_IA5String(); choice->SetConstraints(PASN_Object::FixedConstraint, 8); return TRUE; } choice = NULL; return FALSE; } PObject * H248_NonStandardIdentifier::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_NonStandardIdentifier::Class()), PInvalidCast); #endif return new H248_NonStandardIdentifier(*this); } // // H221NonStandard // H248_H221NonStandard::H248_H221NonStandard(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_t35CountryCode1.SetConstraints(PASN_Object::FixedConstraint, 0, 255); m_t35CountryCode2.SetConstraints(PASN_Object::FixedConstraint, 0, 255); m_t35Extension.SetConstraints(PASN_Object::FixedConstraint, 0, 255); m_manufacturerCode.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } #ifndef PASN_NOPRINTON void H248_H221NonStandard::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+18) << "t35CountryCode1 = " << setprecision(indent) << m_t35CountryCode1 << '\n'; strm << setw(indent+18) << "t35CountryCode2 = " << setprecision(indent) << m_t35CountryCode2 << '\n'; strm << setw(indent+15) << "t35Extension = " << setprecision(indent) << m_t35Extension << '\n'; strm << setw(indent+19) << "manufacturerCode = " << setprecision(indent) << m_manufacturerCode << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_H221NonStandard::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_H221NonStandard), PInvalidCast); #endif const H248_H221NonStandard & other = (const H248_H221NonStandard &)obj; Comparison result; if ((result = m_t35CountryCode1.Compare(other.m_t35CountryCode1)) != EqualTo) return result; if ((result = m_t35CountryCode2.Compare(other.m_t35CountryCode2)) != EqualTo) return result; if ((result = m_t35Extension.Compare(other.m_t35Extension)) != EqualTo) return result; if ((result = m_manufacturerCode.Compare(other.m_manufacturerCode)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_H221NonStandard::GetDataLength() const { PINDEX length = 0; length += m_t35CountryCode1.GetObjectLength(); length += m_t35CountryCode2.GetObjectLength(); length += m_t35Extension.GetObjectLength(); length += m_manufacturerCode.GetObjectLength(); return length; } BOOL H248_H221NonStandard::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_t35CountryCode1.Decode(strm)) return FALSE; if (!m_t35CountryCode2.Decode(strm)) return FALSE; if (!m_t35Extension.Decode(strm)) return FALSE; if (!m_manufacturerCode.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_H221NonStandard::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_t35CountryCode1.Encode(strm); m_t35CountryCode2.Encode(strm); m_t35Extension.Encode(strm); m_manufacturerCode.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_H221NonStandard::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_H221NonStandard::Class()), PInvalidCast); #endif return new H248_H221NonStandard(*this); } // // TimeNotation // H248_TimeNotation::H248_TimeNotation(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { m_date.SetConstraints(PASN_Object::FixedConstraint, 8); m_time.SetConstraints(PASN_Object::FixedConstraint, 8); } #ifndef PASN_NOPRINTON void H248_TimeNotation::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+7) << "date = " << setprecision(indent) << m_date << '\n'; strm << setw(indent+7) << "time = " << setprecision(indent) << m_time << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_TimeNotation::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_TimeNotation), PInvalidCast); #endif const H248_TimeNotation & other = (const H248_TimeNotation &)obj; Comparison result; if ((result = m_date.Compare(other.m_date)) != EqualTo) return result; if ((result = m_time.Compare(other.m_time)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_TimeNotation::GetDataLength() const { PINDEX length = 0; length += m_date.GetObjectLength(); length += m_time.GetObjectLength(); return length; } BOOL H248_TimeNotation::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_date.Decode(strm)) return FALSE; if (!m_time.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_TimeNotation::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_date.Encode(strm); m_time.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_TimeNotation::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_TimeNotation::Class()), PInvalidCast); #endif return new H248_TimeNotation(*this); } // // Value // H248_Value::H248_Value(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H248_Value::CreateObject() const { return new PASN_OctetString; } PASN_OctetString & H248_Value::operator[](PINDEX i) const { return (PASN_OctetString &)array[i]; } PObject * H248_Value::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_Value::Class()), PInvalidCast); #endif return new H248_Value(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H248_Message_messageBody[]={ {"messageError",0} ,{"transactions",1} }; #endif // // Message_messageBody // H248_Message_messageBody::H248_Message_messageBody(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H248_Message_messageBody,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_Message_messageBody::operator H248_ErrorDescriptor &() const #else H248_Message_messageBody::operator H248_ErrorDescriptor &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_ErrorDescriptor), PInvalidCast); #endif return *(H248_ErrorDescriptor *)choice; } H248_Message_messageBody::operator const H248_ErrorDescriptor &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_ErrorDescriptor), PInvalidCast); #endif return *(H248_ErrorDescriptor *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_Message_messageBody::operator H248_ArrayOf_Transaction &() const #else H248_Message_messageBody::operator H248_ArrayOf_Transaction &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_ArrayOf_Transaction), PInvalidCast); #endif return *(H248_ArrayOf_Transaction *)choice; } H248_Message_messageBody::operator const H248_ArrayOf_Transaction &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_ArrayOf_Transaction), PInvalidCast); #endif return *(H248_ArrayOf_Transaction *)choice; } BOOL H248_Message_messageBody::CreateObject() { switch (tag) { case e_messageError : choice = new H248_ErrorDescriptor(); return TRUE; case e_transactions : choice = new H248_ArrayOf_Transaction(); return TRUE; } choice = NULL; return FALSE; } PObject * H248_Message_messageBody::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_Message_messageBody::Class()), PInvalidCast); #endif return new H248_Message_messageBody(*this); } // // ArrayOf_ActionRequest // H248_ArrayOf_ActionRequest::H248_ArrayOf_ActionRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H248_ArrayOf_ActionRequest::CreateObject() const { return new H248_ActionRequest; } H248_ActionRequest & H248_ArrayOf_ActionRequest::operator[](PINDEX i) const { return (H248_ActionRequest &)array[i]; } PObject * H248_ArrayOf_ActionRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ArrayOf_ActionRequest::Class()), PInvalidCast); #endif return new H248_ArrayOf_ActionRequest(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H248_TransactionReply_transactionResult[]={ {"transactionError",0} ,{"actionReplies",1} }; #endif // // TransactionReply_transactionResult // H248_TransactionReply_transactionResult::H248_TransactionReply_transactionResult(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H248_TransactionReply_transactionResult,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_TransactionReply_transactionResult::operator H248_ErrorDescriptor &() const #else H248_TransactionReply_transactionResult::operator H248_ErrorDescriptor &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_ErrorDescriptor), PInvalidCast); #endif return *(H248_ErrorDescriptor *)choice; } H248_TransactionReply_transactionResult::operator const H248_ErrorDescriptor &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_ErrorDescriptor), PInvalidCast); #endif return *(H248_ErrorDescriptor *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_TransactionReply_transactionResult::operator H248_ArrayOf_ActionReply &() const #else H248_TransactionReply_transactionResult::operator H248_ArrayOf_ActionReply &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_ArrayOf_ActionReply), PInvalidCast); #endif return *(H248_ArrayOf_ActionReply *)choice; } H248_TransactionReply_transactionResult::operator const H248_ArrayOf_ActionReply &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_ArrayOf_ActionReply), PInvalidCast); #endif return *(H248_ArrayOf_ActionReply *)choice; } BOOL H248_TransactionReply_transactionResult::CreateObject() { switch (tag) { case e_transactionError : choice = new H248_ErrorDescriptor(); return TRUE; case e_actionReplies : choice = new H248_ArrayOf_ActionReply(); return TRUE; } choice = NULL; return FALSE; } PObject * H248_TransactionReply_transactionResult::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_TransactionReply_transactionResult::Class()), PInvalidCast); #endif return new H248_TransactionReply_transactionResult(*this); } // // ArrayOf_CommandRequest // H248_ArrayOf_CommandRequest::H248_ArrayOf_CommandRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H248_ArrayOf_CommandRequest::CreateObject() const { return new H248_CommandRequest; } H248_CommandRequest & H248_ArrayOf_CommandRequest::operator[](PINDEX i) const { return (H248_CommandRequest &)array[i]; } PObject * H248_ArrayOf_CommandRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ArrayOf_CommandRequest::Class()), PInvalidCast); #endif return new H248_ArrayOf_CommandRequest(*this); } // // ArrayOf_CommandReply // H248_ArrayOf_CommandReply::H248_ArrayOf_CommandReply(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H248_ArrayOf_CommandReply::CreateObject() const { return new H248_CommandReply; } H248_CommandReply & H248_ArrayOf_CommandReply::operator[](PINDEX i) const { return (H248_CommandReply &)array[i]; } PObject * H248_ArrayOf_CommandReply::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ArrayOf_CommandReply::Class()), PInvalidCast); #endif return new H248_ArrayOf_CommandReply(*this); } // // ArrayOf_TopologyRequest // H248_ArrayOf_TopologyRequest::H248_ArrayOf_TopologyRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H248_ArrayOf_TopologyRequest::CreateObject() const { return new H248_TopologyRequest; } H248_TopologyRequest & H248_ArrayOf_TopologyRequest::operator[](PINDEX i) const { return (H248_TopologyRequest &)array[i]; } PObject * H248_ArrayOf_TopologyRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ArrayOf_TopologyRequest::Class()), PInvalidCast); #endif return new H248_ArrayOf_TopologyRequest(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H248_TopologyRequest_topologyDirection[]={ {"bothway",0} ,{"isolate",1} ,{"oneway",2} }; #endif // // TopologyRequest_topologyDirection // H248_TopologyRequest_topologyDirection::H248_TopologyRequest_topologyDirection(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 2, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H248_TopologyRequest_topologyDirection,3 #endif ) { } H248_TopologyRequest_topologyDirection & H248_TopologyRequest_topologyDirection::operator=(unsigned v) { SetValue(v); return *this; } PObject * H248_TopologyRequest_topologyDirection::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_TopologyRequest_topologyDirection::Class()), PInvalidCast); #endif return new H248_TopologyRequest_topologyDirection(*this); } // // ArrayOf_AmmDescriptor // H248_ArrayOf_AmmDescriptor::H248_ArrayOf_AmmDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H248_ArrayOf_AmmDescriptor::CreateObject() const { return new H248_AmmDescriptor; } H248_AmmDescriptor & H248_ArrayOf_AmmDescriptor::operator[](PINDEX i) const { return (H248_AmmDescriptor &)array[i]; } PObject * H248_ArrayOf_AmmDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ArrayOf_AmmDescriptor::Class()), PInvalidCast); #endif return new H248_ArrayOf_AmmDescriptor(*this); } // // ArrayOf_IndAuditParameter // H248_ArrayOf_IndAuditParameter::H248_ArrayOf_IndAuditParameter(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H248_ArrayOf_IndAuditParameter::CreateObject() const { return new H248_IndAuditParameter; } H248_IndAuditParameter & H248_ArrayOf_IndAuditParameter::operator[](PINDEX i) const { return (H248_IndAuditParameter &)array[i]; } PObject * H248_ArrayOf_IndAuditParameter::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ArrayOf_IndAuditParameter::Class()), PInvalidCast); #endif return new H248_ArrayOf_IndAuditParameter(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H248_IndAudMediaDescriptor_streams[]={ {"oneStream",0} ,{"multiStream",1} }; #endif // // IndAudMediaDescriptor_streams // H248_IndAudMediaDescriptor_streams::H248_IndAudMediaDescriptor_streams(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H248_IndAudMediaDescriptor_streams,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_IndAudMediaDescriptor_streams::operator H248_IndAudStreamParms &() const #else H248_IndAudMediaDescriptor_streams::operator H248_IndAudStreamParms &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_IndAudStreamParms), PInvalidCast); #endif return *(H248_IndAudStreamParms *)choice; } H248_IndAudMediaDescriptor_streams::operator const H248_IndAudStreamParms &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_IndAudStreamParms), PInvalidCast); #endif return *(H248_IndAudStreamParms *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_IndAudMediaDescriptor_streams::operator H248_ArrayOf_IndAudStreamDescriptor &() const #else H248_IndAudMediaDescriptor_streams::operator H248_ArrayOf_IndAudStreamDescriptor &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_ArrayOf_IndAudStreamDescriptor), PInvalidCast); #endif return *(H248_ArrayOf_IndAudStreamDescriptor *)choice; } H248_IndAudMediaDescriptor_streams::operator const H248_ArrayOf_IndAudStreamDescriptor &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_ArrayOf_IndAudStreamDescriptor), PInvalidCast); #endif return *(H248_ArrayOf_IndAudStreamDescriptor *)choice; } BOOL H248_IndAudMediaDescriptor_streams::CreateObject() { switch (tag) { case e_oneStream : choice = new H248_IndAudStreamParms(); return TRUE; case e_multiStream : choice = new H248_ArrayOf_IndAudStreamDescriptor(); return TRUE; } choice = NULL; return FALSE; } PObject * H248_IndAudMediaDescriptor_streams::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_IndAudMediaDescriptor_streams::Class()), PInvalidCast); #endif return new H248_IndAudMediaDescriptor_streams(*this); } // // ArrayOf_IndAudPropertyParm // H248_ArrayOf_IndAudPropertyParm::H248_ArrayOf_IndAudPropertyParm(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H248_ArrayOf_IndAudPropertyParm::CreateObject() const { return new H248_IndAudPropertyParm; } H248_IndAudPropertyParm & H248_ArrayOf_IndAudPropertyParm::operator[](PINDEX i) const { return (H248_IndAudPropertyParm &)array[i]; } PObject * H248_ArrayOf_IndAudPropertyParm::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ArrayOf_IndAudPropertyParm::Class()), PInvalidCast); #endif return new H248_ArrayOf_IndAudPropertyParm(*this); } // // ArrayOf_ObservedEvent // H248_ArrayOf_ObservedEvent::H248_ArrayOf_ObservedEvent(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H248_ArrayOf_ObservedEvent::CreateObject() const { return new H248_ObservedEvent; } H248_ObservedEvent & H248_ArrayOf_ObservedEvent::operator[](PINDEX i) const { return (H248_ObservedEvent &)array[i]; } PObject * H248_ArrayOf_ObservedEvent::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ArrayOf_ObservedEvent::Class()), PInvalidCast); #endif return new H248_ArrayOf_ObservedEvent(*this); } // // ArrayOf_EventParameter // H248_ArrayOf_EventParameter::H248_ArrayOf_EventParameter(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H248_ArrayOf_EventParameter::CreateObject() const { return new H248_EventParameter; } H248_EventParameter & H248_ArrayOf_EventParameter::operator[](PINDEX i) const { return (H248_EventParameter &)array[i]; } PObject * H248_ArrayOf_EventParameter::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ArrayOf_EventParameter::Class()), PInvalidCast); #endif return new H248_ArrayOf_EventParameter(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H248_EventParameter_extraInfo[]={ {"relation",0} ,{"range",1} ,{"sublist",2} }; #endif // // EventParameter_extraInfo // H248_EventParameter_extraInfo::H248_EventParameter_extraInfo(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H248_EventParameter_extraInfo,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_EventParameter_extraInfo::operator H248_Relation &() const #else H248_EventParameter_extraInfo::operator H248_Relation &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_Relation), PInvalidCast); #endif return *(H248_Relation *)choice; } H248_EventParameter_extraInfo::operator const H248_Relation &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_Relation), PInvalidCast); #endif return *(H248_Relation *)choice; } BOOL H248_EventParameter_extraInfo::CreateObject() { switch (tag) { case e_relation : choice = new H248_Relation(); return TRUE; case e_range : case e_sublist : choice = new PASN_Boolean(); return TRUE; } choice = NULL; return FALSE; } PObject * H248_EventParameter_extraInfo::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_EventParameter_extraInfo::Class()), PInvalidCast); #endif return new H248_EventParameter_extraInfo(*this); } // // ArrayOf_WildcardField // H248_ArrayOf_WildcardField::H248_ArrayOf_WildcardField(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H248_ArrayOf_WildcardField::CreateObject() const { return new H248_WildcardField; } H248_WildcardField & H248_ArrayOf_WildcardField::operator[](PINDEX i) const { return (H248_WildcardField &)array[i]; } PObject * H248_ArrayOf_WildcardField::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ArrayOf_WildcardField::Class()), PInvalidCast); #endif return new H248_ArrayOf_WildcardField(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H248_MediaDescriptor_streams[]={ {"oneStream",0} ,{"multiStream",1} }; #endif // // MediaDescriptor_streams // H248_MediaDescriptor_streams::H248_MediaDescriptor_streams(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H248_MediaDescriptor_streams,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_MediaDescriptor_streams::operator H248_StreamParms &() const #else H248_MediaDescriptor_streams::operator H248_StreamParms &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_StreamParms), PInvalidCast); #endif return *(H248_StreamParms *)choice; } H248_MediaDescriptor_streams::operator const H248_StreamParms &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_StreamParms), PInvalidCast); #endif return *(H248_StreamParms *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_MediaDescriptor_streams::operator H248_ArrayOf_StreamDescriptor &() const #else H248_MediaDescriptor_streams::operator H248_ArrayOf_StreamDescriptor &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_ArrayOf_StreamDescriptor), PInvalidCast); #endif return *(H248_ArrayOf_StreamDescriptor *)choice; } H248_MediaDescriptor_streams::operator const H248_ArrayOf_StreamDescriptor &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_ArrayOf_StreamDescriptor), PInvalidCast); #endif return *(H248_ArrayOf_StreamDescriptor *)choice; } BOOL H248_MediaDescriptor_streams::CreateObject() { switch (tag) { case e_oneStream : choice = new H248_StreamParms(); return TRUE; case e_multiStream : choice = new H248_ArrayOf_StreamDescriptor(); return TRUE; } choice = NULL; return FALSE; } PObject * H248_MediaDescriptor_streams::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_MediaDescriptor_streams::Class()), PInvalidCast); #endif return new H248_MediaDescriptor_streams(*this); } // // ArrayOf_PropertyParm // H248_ArrayOf_PropertyParm::H248_ArrayOf_PropertyParm(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H248_ArrayOf_PropertyParm::CreateObject() const { return new H248_PropertyParm; } H248_PropertyParm & H248_ArrayOf_PropertyParm::operator[](PINDEX i) const { return (H248_PropertyParm &)array[i]; } PObject * H248_ArrayOf_PropertyParm::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ArrayOf_PropertyParm::Class()), PInvalidCast); #endif return new H248_ArrayOf_PropertyParm(*this); } // // ArrayOf_PASN_OctetString // H248_ArrayOf_PASN_OctetString::H248_ArrayOf_PASN_OctetString(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H248_ArrayOf_PASN_OctetString::CreateObject() const { return new PASN_OctetString; } PASN_OctetString & H248_ArrayOf_PASN_OctetString::operator[](PINDEX i) const { return (PASN_OctetString &)array[i]; } PObject * H248_ArrayOf_PASN_OctetString::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ArrayOf_PASN_OctetString::Class()), PInvalidCast); #endif return new H248_ArrayOf_PASN_OctetString(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H248_PropertyParm_extraInfo[]={ {"relation",0} ,{"range",1} ,{"sublist",2} }; #endif // // PropertyParm_extraInfo // H248_PropertyParm_extraInfo::H248_PropertyParm_extraInfo(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H248_PropertyParm_extraInfo,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_PropertyParm_extraInfo::operator H248_Relation &() const #else H248_PropertyParm_extraInfo::operator H248_Relation &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_Relation), PInvalidCast); #endif return *(H248_Relation *)choice; } H248_PropertyParm_extraInfo::operator const H248_Relation &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_Relation), PInvalidCast); #endif return *(H248_Relation *)choice; } BOOL H248_PropertyParm_extraInfo::CreateObject() { switch (tag) { case e_relation : choice = new H248_Relation(); return TRUE; case e_range : case e_sublist : choice = new PASN_Boolean(); return TRUE; } choice = NULL; return FALSE; } PObject * H248_PropertyParm_extraInfo::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_PropertyParm_extraInfo::Class()), PInvalidCast); #endif return new H248_PropertyParm_extraInfo(*this); } // // ArrayOf_PropertyGroup // H248_ArrayOf_PropertyGroup::H248_ArrayOf_PropertyGroup(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H248_ArrayOf_PropertyGroup::CreateObject() const { return new H248_PropertyGroup; } H248_PropertyGroup & H248_ArrayOf_PropertyGroup::operator[](PINDEX i) const { return (H248_PropertyGroup &)array[i]; } PObject * H248_ArrayOf_PropertyGroup::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ArrayOf_PropertyGroup::Class()), PInvalidCast); #endif return new H248_ArrayOf_PropertyGroup(*this); } // // ArrayOf_TerminationID // H248_ArrayOf_TerminationID::H248_ArrayOf_TerminationID(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H248_ArrayOf_TerminationID::CreateObject() const { return new H248_TerminationID; } H248_TerminationID & H248_ArrayOf_TerminationID::operator[](PINDEX i) const { return (H248_TerminationID &)array[i]; } PObject * H248_ArrayOf_TerminationID::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ArrayOf_TerminationID::Class()), PInvalidCast); #endif return new H248_ArrayOf_TerminationID(*this); } // // ArrayOf_RequestedEvent // H248_ArrayOf_RequestedEvent::H248_ArrayOf_RequestedEvent(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H248_ArrayOf_RequestedEvent::CreateObject() const { return new H248_RequestedEvent; } H248_RequestedEvent & H248_ArrayOf_RequestedEvent::operator[](PINDEX i) const { return (H248_RequestedEvent &)array[i]; } PObject * H248_ArrayOf_RequestedEvent::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ArrayOf_RequestedEvent::Class()), PInvalidCast); #endif return new H248_ArrayOf_RequestedEvent(*this); } // // ArrayOf_SecondRequestedEvent // H248_ArrayOf_SecondRequestedEvent::H248_ArrayOf_SecondRequestedEvent(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H248_ArrayOf_SecondRequestedEvent::CreateObject() const { return new H248_SecondRequestedEvent; } H248_SecondRequestedEvent & H248_ArrayOf_SecondRequestedEvent::operator[](PINDEX i) const { return (H248_SecondRequestedEvent &)array[i]; } PObject * H248_ArrayOf_SecondRequestedEvent::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ArrayOf_SecondRequestedEvent::Class()), PInvalidCast); #endif return new H248_ArrayOf_SecondRequestedEvent(*this); } // // ArrayOf_Signal // H248_ArrayOf_Signal::H248_ArrayOf_Signal(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H248_ArrayOf_Signal::CreateObject() const { return new H248_Signal; } H248_Signal & H248_ArrayOf_Signal::operator[](PINDEX i) const { return (H248_Signal &)array[i]; } PObject * H248_ArrayOf_Signal::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ArrayOf_Signal::Class()), PInvalidCast); #endif return new H248_ArrayOf_Signal(*this); } // // ArrayOf_SigParameter // H248_ArrayOf_SigParameter::H248_ArrayOf_SigParameter(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H248_ArrayOf_SigParameter::CreateObject() const { return new H248_SigParameter; } H248_SigParameter & H248_ArrayOf_SigParameter::operator[](PINDEX i) const { return (H248_SigParameter &)array[i]; } PObject * H248_ArrayOf_SigParameter::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ArrayOf_SigParameter::Class()), PInvalidCast); #endif return new H248_ArrayOf_SigParameter(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H248_SigParameter_extraInfo[]={ {"relation",0} ,{"range",1} ,{"sublist",2} }; #endif // // SigParameter_extraInfo // H248_SigParameter_extraInfo::H248_SigParameter_extraInfo(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H248_SigParameter_extraInfo,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H248_SigParameter_extraInfo::operator H248_Relation &() const #else H248_SigParameter_extraInfo::operator H248_Relation &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_Relation), PInvalidCast); #endif return *(H248_Relation *)choice; } H248_SigParameter_extraInfo::operator const H248_Relation &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H248_Relation), PInvalidCast); #endif return *(H248_Relation *)choice; } BOOL H248_SigParameter_extraInfo::CreateObject() { switch (tag) { case e_relation : choice = new H248_Relation(); return TRUE; case e_range : case e_sublist : choice = new PASN_Boolean(); return TRUE; } choice = NULL; return FALSE; } PObject * H248_SigParameter_extraInfo::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_SigParameter_extraInfo::Class()), PInvalidCast); #endif return new H248_SigParameter_extraInfo(*this); } // // ArrayOf_ModemType // H248_ArrayOf_ModemType::H248_ArrayOf_ModemType(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H248_ArrayOf_ModemType::CreateObject() const { return new H248_ModemType; } H248_ModemType & H248_ArrayOf_ModemType::operator[](PINDEX i) const { return (H248_ModemType &)array[i]; } PObject * H248_ArrayOf_ModemType::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ArrayOf_ModemType::Class()), PInvalidCast); #endif return new H248_ArrayOf_ModemType(*this); } // // ArrayOf_Transaction // H248_ArrayOf_Transaction::H248_ArrayOf_Transaction(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H248_ArrayOf_Transaction::CreateObject() const { return new H248_Transaction; } H248_Transaction & H248_ArrayOf_Transaction::operator[](PINDEX i) const { return (H248_Transaction &)array[i]; } PObject * H248_ArrayOf_Transaction::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ArrayOf_Transaction::Class()), PInvalidCast); #endif return new H248_ArrayOf_Transaction(*this); } // // ArrayOf_ActionReply // H248_ArrayOf_ActionReply::H248_ArrayOf_ActionReply(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H248_ArrayOf_ActionReply::CreateObject() const { return new H248_ActionReply; } H248_ActionReply & H248_ArrayOf_ActionReply::operator[](PINDEX i) const { return (H248_ActionReply &)array[i]; } PObject * H248_ArrayOf_ActionReply::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ArrayOf_ActionReply::Class()), PInvalidCast); #endif return new H248_ArrayOf_ActionReply(*this); } // // ArrayOf_IndAudStreamDescriptor // H248_ArrayOf_IndAudStreamDescriptor::H248_ArrayOf_IndAudStreamDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H248_ArrayOf_IndAudStreamDescriptor::CreateObject() const { return new H248_IndAudStreamDescriptor; } H248_IndAudStreamDescriptor & H248_ArrayOf_IndAudStreamDescriptor::operator[](PINDEX i) const { return (H248_IndAudStreamDescriptor &)array[i]; } PObject * H248_ArrayOf_IndAudStreamDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ArrayOf_IndAudStreamDescriptor::Class()), PInvalidCast); #endif return new H248_ArrayOf_IndAudStreamDescriptor(*this); } // // ArrayOf_StreamDescriptor // H248_ArrayOf_StreamDescriptor::H248_ArrayOf_StreamDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H248_ArrayOf_StreamDescriptor::CreateObject() const { return new H248_StreamDescriptor; } H248_StreamDescriptor & H248_ArrayOf_StreamDescriptor::operator[](PINDEX i) const { return (H248_StreamDescriptor &)array[i]; } PObject * H248_ArrayOf_StreamDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ArrayOf_StreamDescriptor::Class()), PInvalidCast); #endif return new H248_ArrayOf_StreamDescriptor(*this); } // // AuthenticationHeader // H248_AuthenticationHeader::H248_AuthenticationHeader(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void H248_AuthenticationHeader::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "secParmIndex = " << setprecision(indent) << m_secParmIndex << '\n'; strm << setw(indent+9) << "seqNum = " << setprecision(indent) << m_seqNum << '\n'; strm << setw(indent+5) << "ad = " << setprecision(indent) << m_ad << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_AuthenticationHeader::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_AuthenticationHeader), PInvalidCast); #endif const H248_AuthenticationHeader & other = (const H248_AuthenticationHeader &)obj; Comparison result; if ((result = m_secParmIndex.Compare(other.m_secParmIndex)) != EqualTo) return result; if ((result = m_seqNum.Compare(other.m_seqNum)) != EqualTo) return result; if ((result = m_ad.Compare(other.m_ad)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_AuthenticationHeader::GetDataLength() const { PINDEX length = 0; length += m_secParmIndex.GetObjectLength(); length += m_seqNum.GetObjectLength(); length += m_ad.GetObjectLength(); return length; } BOOL H248_AuthenticationHeader::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_secParmIndex.Decode(strm)) return FALSE; if (!m_seqNum.Decode(strm)) return FALSE; if (!m_ad.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_AuthenticationHeader::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_secParmIndex.Encode(strm); m_seqNum.Encode(strm); m_ad.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_AuthenticationHeader::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_AuthenticationHeader::Class()), PInvalidCast); #endif return new H248_AuthenticationHeader(*this); } // // Message // H248_Message::H248_Message(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_version.SetConstraints(PASN_Object::FixedConstraint, 0, 99); } #ifndef PASN_NOPRINTON void H248_Message::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+10) << "version = " << setprecision(indent) << m_version << '\n'; strm << setw(indent+6) << "mId = " << setprecision(indent) << m_mId << '\n'; strm << setw(indent+14) << "messageBody = " << setprecision(indent) << m_messageBody << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_Message::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_Message), PInvalidCast); #endif const H248_Message & other = (const H248_Message &)obj; Comparison result; if ((result = m_version.Compare(other.m_version)) != EqualTo) return result; if ((result = m_mId.Compare(other.m_mId)) != EqualTo) return result; if ((result = m_messageBody.Compare(other.m_messageBody)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_Message::GetDataLength() const { PINDEX length = 0; length += m_version.GetObjectLength(); length += m_mId.GetObjectLength(); length += m_messageBody.GetObjectLength(); return length; } BOOL H248_Message::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_version.Decode(strm)) return FALSE; if (!m_mId.Decode(strm)) return FALSE; if (!m_messageBody.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_Message::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_version.Encode(strm); m_mId.Encode(strm); m_messageBody.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_Message::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_Message::Class()), PInvalidCast); #endif return new H248_Message(*this); } // // TransactionRequest // H248_TransactionRequest::H248_TransactionRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H248_TransactionRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "transactionId = " << setprecision(indent) << m_transactionId << '\n'; strm << setw(indent+10) << "actions = " << setprecision(indent) << m_actions << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_TransactionRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_TransactionRequest), PInvalidCast); #endif const H248_TransactionRequest & other = (const H248_TransactionRequest &)obj; Comparison result; if ((result = m_transactionId.Compare(other.m_transactionId)) != EqualTo) return result; if ((result = m_actions.Compare(other.m_actions)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_TransactionRequest::GetDataLength() const { PINDEX length = 0; length += m_transactionId.GetObjectLength(); length += m_actions.GetObjectLength(); return length; } BOOL H248_TransactionRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_transactionId.Decode(strm)) return FALSE; if (!m_actions.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_TransactionRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_transactionId.Encode(strm); m_actions.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_TransactionRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_TransactionRequest::Class()), PInvalidCast); #endif return new H248_TransactionRequest(*this); } // // TransactionReply // H248_TransactionReply::H248_TransactionReply(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H248_TransactionReply::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "transactionId = " << setprecision(indent) << m_transactionId << '\n'; if (HasOptionalField(e_immAckRequired)) strm << setw(indent+17) << "immAckRequired = " << setprecision(indent) << m_immAckRequired << '\n'; strm << setw(indent+20) << "transactionResult = " << setprecision(indent) << m_transactionResult << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_TransactionReply::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_TransactionReply), PInvalidCast); #endif const H248_TransactionReply & other = (const H248_TransactionReply &)obj; Comparison result; if ((result = m_transactionId.Compare(other.m_transactionId)) != EqualTo) return result; if ((result = m_immAckRequired.Compare(other.m_immAckRequired)) != EqualTo) return result; if ((result = m_transactionResult.Compare(other.m_transactionResult)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_TransactionReply::GetDataLength() const { PINDEX length = 0; length += m_transactionId.GetObjectLength(); if (HasOptionalField(e_immAckRequired)) length += m_immAckRequired.GetObjectLength(); length += m_transactionResult.GetObjectLength(); return length; } BOOL H248_TransactionReply::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_transactionId.Decode(strm)) return FALSE; if (HasOptionalField(e_immAckRequired) && !m_immAckRequired.Decode(strm)) return FALSE; if (!m_transactionResult.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_TransactionReply::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_transactionId.Encode(strm); if (HasOptionalField(e_immAckRequired)) m_immAckRequired.Encode(strm); m_transactionResult.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_TransactionReply::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_TransactionReply::Class()), PInvalidCast); #endif return new H248_TransactionReply(*this); } // // ErrorDescriptor // H248_ErrorDescriptor::H248_ErrorDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, FALSE, 0) { } #ifndef PASN_NOPRINTON void H248_ErrorDescriptor::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "errorCode = " << setprecision(indent) << m_errorCode << '\n'; if (HasOptionalField(e_errorText)) strm << setw(indent+12) << "errorText = " << setprecision(indent) << m_errorText << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_ErrorDescriptor::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_ErrorDescriptor), PInvalidCast); #endif const H248_ErrorDescriptor & other = (const H248_ErrorDescriptor &)obj; Comparison result; if ((result = m_errorCode.Compare(other.m_errorCode)) != EqualTo) return result; if ((result = m_errorText.Compare(other.m_errorText)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_ErrorDescriptor::GetDataLength() const { PINDEX length = 0; length += m_errorCode.GetObjectLength(); if (HasOptionalField(e_errorText)) length += m_errorText.GetObjectLength(); return length; } BOOL H248_ErrorDescriptor::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_errorCode.Decode(strm)) return FALSE; if (HasOptionalField(e_errorText) && !m_errorText.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_ErrorDescriptor::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_errorCode.Encode(strm); if (HasOptionalField(e_errorText)) m_errorText.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_ErrorDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ErrorDescriptor::Class()), PInvalidCast); #endif return new H248_ErrorDescriptor(*this); } // // ContextRequest // H248_ContextRequest::H248_ContextRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 0) { m_priority.SetConstraints(PASN_Object::FixedConstraint, 0, 15); } #ifndef PASN_NOPRINTON void H248_ContextRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_priority)) strm << setw(indent+11) << "priority = " << setprecision(indent) << m_priority << '\n'; if (HasOptionalField(e_emergency)) strm << setw(indent+12) << "emergency = " << setprecision(indent) << m_emergency << '\n'; if (HasOptionalField(e_topologyReq)) strm << setw(indent+14) << "topologyReq = " << setprecision(indent) << m_topologyReq << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_ContextRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_ContextRequest), PInvalidCast); #endif const H248_ContextRequest & other = (const H248_ContextRequest &)obj; Comparison result; if ((result = m_priority.Compare(other.m_priority)) != EqualTo) return result; if ((result = m_emergency.Compare(other.m_emergency)) != EqualTo) return result; if ((result = m_topologyReq.Compare(other.m_topologyReq)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_ContextRequest::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_priority)) length += m_priority.GetObjectLength(); if (HasOptionalField(e_emergency)) length += m_emergency.GetObjectLength(); if (HasOptionalField(e_topologyReq)) length += m_topologyReq.GetObjectLength(); return length; } BOOL H248_ContextRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_priority) && !m_priority.Decode(strm)) return FALSE; if (HasOptionalField(e_emergency) && !m_emergency.Decode(strm)) return FALSE; if (HasOptionalField(e_topologyReq) && !m_topologyReq.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_ContextRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_priority)) m_priority.Encode(strm); if (HasOptionalField(e_emergency)) m_emergency.Encode(strm); if (HasOptionalField(e_topologyReq)) m_topologyReq.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_ContextRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ContextRequest::Class()), PInvalidCast); #endif return new H248_ContextRequest(*this); } // // CommandRequest // H248_CommandRequest::H248_CommandRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { } #ifndef PASN_NOPRINTON void H248_CommandRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+10) << "command = " << setprecision(indent) << m_command << '\n'; if (HasOptionalField(e_optional)) strm << setw(indent+11) << "optional = " << setprecision(indent) << m_optional << '\n'; if (HasOptionalField(e_wildcardReturn)) strm << setw(indent+17) << "wildcardReturn = " << setprecision(indent) << m_wildcardReturn << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_CommandRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_CommandRequest), PInvalidCast); #endif const H248_CommandRequest & other = (const H248_CommandRequest &)obj; Comparison result; if ((result = m_command.Compare(other.m_command)) != EqualTo) return result; if ((result = m_optional.Compare(other.m_optional)) != EqualTo) return result; if ((result = m_wildcardReturn.Compare(other.m_wildcardReturn)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_CommandRequest::GetDataLength() const { PINDEX length = 0; length += m_command.GetObjectLength(); if (HasOptionalField(e_optional)) length += m_optional.GetObjectLength(); if (HasOptionalField(e_wildcardReturn)) length += m_wildcardReturn.GetObjectLength(); return length; } BOOL H248_CommandRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_command.Decode(strm)) return FALSE; if (HasOptionalField(e_optional) && !m_optional.Decode(strm)) return FALSE; if (HasOptionalField(e_wildcardReturn) && !m_wildcardReturn.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_CommandRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_command.Encode(strm); if (HasOptionalField(e_optional)) m_optional.Encode(strm); if (HasOptionalField(e_wildcardReturn)) m_wildcardReturn.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_CommandRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_CommandRequest::Class()), PInvalidCast); #endif return new H248_CommandRequest(*this); } // // AmmRequest // H248_AmmRequest::H248_AmmRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H248_AmmRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "terminationID = " << setprecision(indent) << m_terminationID << '\n'; strm << setw(indent+14) << "descriptors = " << setprecision(indent) << m_descriptors << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_AmmRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_AmmRequest), PInvalidCast); #endif const H248_AmmRequest & other = (const H248_AmmRequest &)obj; Comparison result; if ((result = m_terminationID.Compare(other.m_terminationID)) != EqualTo) return result; if ((result = m_descriptors.Compare(other.m_descriptors)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_AmmRequest::GetDataLength() const { PINDEX length = 0; length += m_terminationID.GetObjectLength(); length += m_descriptors.GetObjectLength(); return length; } BOOL H248_AmmRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_terminationID.Decode(strm)) return FALSE; if (!m_descriptors.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_AmmRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_terminationID.Encode(strm); m_descriptors.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_AmmRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_AmmRequest::Class()), PInvalidCast); #endif return new H248_AmmRequest(*this); } // // AmmsReply // H248_AmmsReply::H248_AmmsReply(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H248_AmmsReply::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "terminationID = " << setprecision(indent) << m_terminationID << '\n'; if (HasOptionalField(e_terminationAudit)) strm << setw(indent+19) << "terminationAudit = " << setprecision(indent) << m_terminationAudit << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_AmmsReply::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_AmmsReply), PInvalidCast); #endif const H248_AmmsReply & other = (const H248_AmmsReply &)obj; Comparison result; if ((result = m_terminationID.Compare(other.m_terminationID)) != EqualTo) return result; if ((result = m_terminationAudit.Compare(other.m_terminationAudit)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_AmmsReply::GetDataLength() const { PINDEX length = 0; length += m_terminationID.GetObjectLength(); if (HasOptionalField(e_terminationAudit)) length += m_terminationAudit.GetObjectLength(); return length; } BOOL H248_AmmsReply::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_terminationID.Decode(strm)) return FALSE; if (HasOptionalField(e_terminationAudit) && !m_terminationAudit.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_AmmsReply::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_terminationID.Encode(strm); if (HasOptionalField(e_terminationAudit)) m_terminationAudit.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_AmmsReply::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_AmmsReply::Class()), PInvalidCast); #endif return new H248_AmmsReply(*this); } // // AuditDescriptor // H248_AuditDescriptor::H248_AuditDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 1) { } #ifndef PASN_NOPRINTON void H248_AuditDescriptor::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_auditToken)) strm << setw(indent+13) << "auditToken = " << setprecision(indent) << m_auditToken << '\n'; if (HasOptionalField(e_auditPropertyToken)) strm << setw(indent+21) << "auditPropertyToken = " << setprecision(indent) << m_auditPropertyToken << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_AuditDescriptor::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_AuditDescriptor), PInvalidCast); #endif const H248_AuditDescriptor & other = (const H248_AuditDescriptor &)obj; Comparison result; if ((result = m_auditToken.Compare(other.m_auditToken)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_AuditDescriptor::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_auditToken)) length += m_auditToken.GetObjectLength(); return length; } BOOL H248_AuditDescriptor::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_auditToken) && !m_auditToken.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_auditPropertyToken, m_auditPropertyToken)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_AuditDescriptor::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_auditToken)) m_auditToken.Encode(strm); KnownExtensionEncode(strm, e_auditPropertyToken, m_auditPropertyToken); UnknownExtensionsEncode(strm); } PObject * H248_AuditDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_AuditDescriptor::Class()), PInvalidCast); #endif return new H248_AuditDescriptor(*this); } // // IndAudLocalControlDescriptor // H248_IndAudLocalControlDescriptor::H248_IndAudLocalControlDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 4, TRUE, 0) { } #ifndef PASN_NOPRINTON void H248_IndAudLocalControlDescriptor::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_streamMode)) strm << setw(indent+13) << "streamMode = " << setprecision(indent) << m_streamMode << '\n'; if (HasOptionalField(e_reserveValue)) strm << setw(indent+15) << "reserveValue = " << setprecision(indent) << m_reserveValue << '\n'; if (HasOptionalField(e_reserveGroup)) strm << setw(indent+15) << "reserveGroup = " << setprecision(indent) << m_reserveGroup << '\n'; if (HasOptionalField(e_propertyParms)) strm << setw(indent+16) << "propertyParms = " << setprecision(indent) << m_propertyParms << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_IndAudLocalControlDescriptor::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_IndAudLocalControlDescriptor), PInvalidCast); #endif const H248_IndAudLocalControlDescriptor & other = (const H248_IndAudLocalControlDescriptor &)obj; Comparison result; if ((result = m_streamMode.Compare(other.m_streamMode)) != EqualTo) return result; if ((result = m_reserveValue.Compare(other.m_reserveValue)) != EqualTo) return result; if ((result = m_reserveGroup.Compare(other.m_reserveGroup)) != EqualTo) return result; if ((result = m_propertyParms.Compare(other.m_propertyParms)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_IndAudLocalControlDescriptor::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_streamMode)) length += m_streamMode.GetObjectLength(); if (HasOptionalField(e_reserveValue)) length += m_reserveValue.GetObjectLength(); if (HasOptionalField(e_reserveGroup)) length += m_reserveGroup.GetObjectLength(); if (HasOptionalField(e_propertyParms)) length += m_propertyParms.GetObjectLength(); return length; } BOOL H248_IndAudLocalControlDescriptor::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_streamMode) && !m_streamMode.Decode(strm)) return FALSE; if (HasOptionalField(e_reserveValue) && !m_reserveValue.Decode(strm)) return FALSE; if (HasOptionalField(e_reserveGroup) && !m_reserveGroup.Decode(strm)) return FALSE; if (HasOptionalField(e_propertyParms) && !m_propertyParms.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_IndAudLocalControlDescriptor::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_streamMode)) m_streamMode.Encode(strm); if (HasOptionalField(e_reserveValue)) m_reserveValue.Encode(strm); if (HasOptionalField(e_reserveGroup)) m_reserveGroup.Encode(strm); if (HasOptionalField(e_propertyParms)) m_propertyParms.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_IndAudLocalControlDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_IndAudLocalControlDescriptor::Class()), PInvalidCast); #endif return new H248_IndAudLocalControlDescriptor(*this); } // // IndAudPropertyParm // H248_IndAudPropertyParm::H248_IndAudPropertyParm(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H248_IndAudPropertyParm::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+7) << "name = " << setprecision(indent) << m_name << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_IndAudPropertyParm::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_IndAudPropertyParm), PInvalidCast); #endif const H248_IndAudPropertyParm & other = (const H248_IndAudPropertyParm &)obj; Comparison result; if ((result = m_name.Compare(other.m_name)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_IndAudPropertyParm::GetDataLength() const { PINDEX length = 0; length += m_name.GetObjectLength(); return length; } BOOL H248_IndAudPropertyParm::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_name.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_IndAudPropertyParm::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_name.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_IndAudPropertyParm::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_IndAudPropertyParm::Class()), PInvalidCast); #endif return new H248_IndAudPropertyParm(*this); } // // IndAudLocalRemoteDescriptor // H248_IndAudLocalRemoteDescriptor::H248_IndAudLocalRemoteDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_propGroupID.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } #ifndef PASN_NOPRINTON void H248_IndAudLocalRemoteDescriptor::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_propGroupID)) strm << setw(indent+14) << "propGroupID = " << setprecision(indent) << m_propGroupID << '\n'; strm << setw(indent+11) << "propGrps = " << setprecision(indent) << m_propGrps << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_IndAudLocalRemoteDescriptor::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_IndAudLocalRemoteDescriptor), PInvalidCast); #endif const H248_IndAudLocalRemoteDescriptor & other = (const H248_IndAudLocalRemoteDescriptor &)obj; Comparison result; if ((result = m_propGroupID.Compare(other.m_propGroupID)) != EqualTo) return result; if ((result = m_propGrps.Compare(other.m_propGrps)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_IndAudLocalRemoteDescriptor::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_propGroupID)) length += m_propGroupID.GetObjectLength(); length += m_propGrps.GetObjectLength(); return length; } BOOL H248_IndAudLocalRemoteDescriptor::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_propGroupID) && !m_propGroupID.Decode(strm)) return FALSE; if (!m_propGrps.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_IndAudLocalRemoteDescriptor::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_propGroupID)) m_propGroupID.Encode(strm); m_propGrps.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_IndAudLocalRemoteDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_IndAudLocalRemoteDescriptor::Class()), PInvalidCast); #endif return new H248_IndAudLocalRemoteDescriptor(*this); } // // IndAudTerminationStateDescriptor // H248_IndAudTerminationStateDescriptor::H248_IndAudTerminationStateDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { } #ifndef PASN_NOPRINTON void H248_IndAudTerminationStateDescriptor::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "propertyParms = " << setprecision(indent) << m_propertyParms << '\n'; if (HasOptionalField(e_eventBufferControl)) strm << setw(indent+21) << "eventBufferControl = " << setprecision(indent) << m_eventBufferControl << '\n'; if (HasOptionalField(e_serviceState)) strm << setw(indent+15) << "serviceState = " << setprecision(indent) << m_serviceState << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_IndAudTerminationStateDescriptor::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_IndAudTerminationStateDescriptor), PInvalidCast); #endif const H248_IndAudTerminationStateDescriptor & other = (const H248_IndAudTerminationStateDescriptor &)obj; Comparison result; if ((result = m_propertyParms.Compare(other.m_propertyParms)) != EqualTo) return result; if ((result = m_eventBufferControl.Compare(other.m_eventBufferControl)) != EqualTo) return result; if ((result = m_serviceState.Compare(other.m_serviceState)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_IndAudTerminationStateDescriptor::GetDataLength() const { PINDEX length = 0; length += m_propertyParms.GetObjectLength(); if (HasOptionalField(e_eventBufferControl)) length += m_eventBufferControl.GetObjectLength(); if (HasOptionalField(e_serviceState)) length += m_serviceState.GetObjectLength(); return length; } BOOL H248_IndAudTerminationStateDescriptor::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_propertyParms.Decode(strm)) return FALSE; if (HasOptionalField(e_eventBufferControl) && !m_eventBufferControl.Decode(strm)) return FALSE; if (HasOptionalField(e_serviceState) && !m_serviceState.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_IndAudTerminationStateDescriptor::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_propertyParms.Encode(strm); if (HasOptionalField(e_eventBufferControl)) m_eventBufferControl.Encode(strm); if (HasOptionalField(e_serviceState)) m_serviceState.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_IndAudTerminationStateDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_IndAudTerminationStateDescriptor::Class()), PInvalidCast); #endif return new H248_IndAudTerminationStateDescriptor(*this); } // // IndAudEventsDescriptor // H248_IndAudEventsDescriptor::H248_IndAudEventsDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { } #ifndef PASN_NOPRINTON void H248_IndAudEventsDescriptor::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_requestID)) strm << setw(indent+12) << "requestID = " << setprecision(indent) << m_requestID << '\n'; strm << setw(indent+11) << "pkgdName = " << setprecision(indent) << m_pkgdName << '\n'; if (HasOptionalField(e_streamID)) strm << setw(indent+11) << "streamID = " << setprecision(indent) << m_streamID << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_IndAudEventsDescriptor::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_IndAudEventsDescriptor), PInvalidCast); #endif const H248_IndAudEventsDescriptor & other = (const H248_IndAudEventsDescriptor &)obj; Comparison result; if ((result = m_requestID.Compare(other.m_requestID)) != EqualTo) return result; if ((result = m_pkgdName.Compare(other.m_pkgdName)) != EqualTo) return result; if ((result = m_streamID.Compare(other.m_streamID)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_IndAudEventsDescriptor::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_requestID)) length += m_requestID.GetObjectLength(); length += m_pkgdName.GetObjectLength(); if (HasOptionalField(e_streamID)) length += m_streamID.GetObjectLength(); return length; } BOOL H248_IndAudEventsDescriptor::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_requestID) && !m_requestID.Decode(strm)) return FALSE; if (!m_pkgdName.Decode(strm)) return FALSE; if (HasOptionalField(e_streamID) && !m_streamID.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_IndAudEventsDescriptor::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_requestID)) m_requestID.Encode(strm); m_pkgdName.Encode(strm); if (HasOptionalField(e_streamID)) m_streamID.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_IndAudEventsDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_IndAudEventsDescriptor::Class()), PInvalidCast); #endif return new H248_IndAudEventsDescriptor(*this); } // // IndAudEventBufferDescriptor // H248_IndAudEventBufferDescriptor::H248_IndAudEventBufferDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H248_IndAudEventBufferDescriptor::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "eventName = " << setprecision(indent) << m_eventName << '\n'; if (HasOptionalField(e_streamID)) strm << setw(indent+11) << "streamID = " << setprecision(indent) << m_streamID << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_IndAudEventBufferDescriptor::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_IndAudEventBufferDescriptor), PInvalidCast); #endif const H248_IndAudEventBufferDescriptor & other = (const H248_IndAudEventBufferDescriptor &)obj; Comparison result; if ((result = m_eventName.Compare(other.m_eventName)) != EqualTo) return result; if ((result = m_streamID.Compare(other.m_streamID)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_IndAudEventBufferDescriptor::GetDataLength() const { PINDEX length = 0; length += m_eventName.GetObjectLength(); if (HasOptionalField(e_streamID)) length += m_streamID.GetObjectLength(); return length; } BOOL H248_IndAudEventBufferDescriptor::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_eventName.Decode(strm)) return FALSE; if (HasOptionalField(e_streamID) && !m_streamID.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_IndAudEventBufferDescriptor::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_eventName.Encode(strm); if (HasOptionalField(e_streamID)) m_streamID.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_IndAudEventBufferDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_IndAudEventBufferDescriptor::Class()), PInvalidCast); #endif return new H248_IndAudEventBufferDescriptor(*this); } // // IndAudSignal // H248_IndAudSignal::H248_IndAudSignal(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H248_IndAudSignal::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+13) << "signalName = " << setprecision(indent) << m_signalName << '\n'; if (HasOptionalField(e_streamID)) strm << setw(indent+11) << "streamID = " << setprecision(indent) << m_streamID << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_IndAudSignal::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_IndAudSignal), PInvalidCast); #endif const H248_IndAudSignal & other = (const H248_IndAudSignal &)obj; Comparison result; if ((result = m_signalName.Compare(other.m_signalName)) != EqualTo) return result; if ((result = m_streamID.Compare(other.m_streamID)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_IndAudSignal::GetDataLength() const { PINDEX length = 0; length += m_signalName.GetObjectLength(); if (HasOptionalField(e_streamID)) length += m_streamID.GetObjectLength(); return length; } BOOL H248_IndAudSignal::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_signalName.Decode(strm)) return FALSE; if (HasOptionalField(e_streamID) && !m_streamID.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_IndAudSignal::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_signalName.Encode(strm); if (HasOptionalField(e_streamID)) m_streamID.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_IndAudSignal::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_IndAudSignal::Class()), PInvalidCast); #endif return new H248_IndAudSignal(*this); } // // IndAudDigitMapDescriptor // H248_IndAudDigitMapDescriptor::H248_IndAudDigitMapDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, FALSE, 0) { } #ifndef PASN_NOPRINTON void H248_IndAudDigitMapDescriptor::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_digitMapName)) strm << setw(indent+15) << "digitMapName = " << setprecision(indent) << m_digitMapName << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_IndAudDigitMapDescriptor::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_IndAudDigitMapDescriptor), PInvalidCast); #endif const H248_IndAudDigitMapDescriptor & other = (const H248_IndAudDigitMapDescriptor &)obj; Comparison result; if ((result = m_digitMapName.Compare(other.m_digitMapName)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_IndAudDigitMapDescriptor::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_digitMapName)) length += m_digitMapName.GetObjectLength(); return length; } BOOL H248_IndAudDigitMapDescriptor::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_digitMapName) && !m_digitMapName.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_IndAudDigitMapDescriptor::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_digitMapName)) m_digitMapName.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_IndAudDigitMapDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_IndAudDigitMapDescriptor::Class()), PInvalidCast); #endif return new H248_IndAudDigitMapDescriptor(*this); } // // IndAudStatisticsDescriptor // H248_IndAudStatisticsDescriptor::H248_IndAudStatisticsDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void H248_IndAudStatisticsDescriptor::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "statName = " << setprecision(indent) << m_statName << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_IndAudStatisticsDescriptor::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_IndAudStatisticsDescriptor), PInvalidCast); #endif const H248_IndAudStatisticsDescriptor & other = (const H248_IndAudStatisticsDescriptor &)obj; Comparison result; if ((result = m_statName.Compare(other.m_statName)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_IndAudStatisticsDescriptor::GetDataLength() const { PINDEX length = 0; length += m_statName.GetObjectLength(); return length; } BOOL H248_IndAudStatisticsDescriptor::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_statName.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_IndAudStatisticsDescriptor::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_statName.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_IndAudStatisticsDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_IndAudStatisticsDescriptor::Class()), PInvalidCast); #endif return new H248_IndAudStatisticsDescriptor(*this); } // // IndAudPackagesDescriptor // H248_IndAudPackagesDescriptor::H248_IndAudPackagesDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_packageVersion.SetConstraints(PASN_Object::FixedConstraint, 0, 99); } #ifndef PASN_NOPRINTON void H248_IndAudPackagesDescriptor::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+14) << "packageName = " << setprecision(indent) << m_packageName << '\n'; strm << setw(indent+17) << "packageVersion = " << setprecision(indent) << m_packageVersion << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_IndAudPackagesDescriptor::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_IndAudPackagesDescriptor), PInvalidCast); #endif const H248_IndAudPackagesDescriptor & other = (const H248_IndAudPackagesDescriptor &)obj; Comparison result; if ((result = m_packageName.Compare(other.m_packageName)) != EqualTo) return result; if ((result = m_packageVersion.Compare(other.m_packageVersion)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_IndAudPackagesDescriptor::GetDataLength() const { PINDEX length = 0; length += m_packageName.GetObjectLength(); length += m_packageVersion.GetObjectLength(); return length; } BOOL H248_IndAudPackagesDescriptor::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_packageName.Decode(strm)) return FALSE; if (!m_packageVersion.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_IndAudPackagesDescriptor::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_packageName.Encode(strm); m_packageVersion.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_IndAudPackagesDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_IndAudPackagesDescriptor::Class()), PInvalidCast); #endif return new H248_IndAudPackagesDescriptor(*this); } // // NotifyReply // H248_NotifyReply::H248_NotifyReply(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H248_NotifyReply::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "terminationID = " << setprecision(indent) << m_terminationID << '\n'; if (HasOptionalField(e_errorDescriptor)) strm << setw(indent+18) << "errorDescriptor = " << setprecision(indent) << m_errorDescriptor << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_NotifyReply::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_NotifyReply), PInvalidCast); #endif const H248_NotifyReply & other = (const H248_NotifyReply &)obj; Comparison result; if ((result = m_terminationID.Compare(other.m_terminationID)) != EqualTo) return result; if ((result = m_errorDescriptor.Compare(other.m_errorDescriptor)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_NotifyReply::GetDataLength() const { PINDEX length = 0; length += m_terminationID.GetObjectLength(); if (HasOptionalField(e_errorDescriptor)) length += m_errorDescriptor.GetObjectLength(); return length; } BOOL H248_NotifyReply::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_terminationID.Decode(strm)) return FALSE; if (HasOptionalField(e_errorDescriptor) && !m_errorDescriptor.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_NotifyReply::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_terminationID.Encode(strm); if (HasOptionalField(e_errorDescriptor)) m_errorDescriptor.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_NotifyReply::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_NotifyReply::Class()), PInvalidCast); #endif return new H248_NotifyReply(*this); } // // ObservedEventsDescriptor // H248_ObservedEventsDescriptor::H248_ObservedEventsDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void H248_ObservedEventsDescriptor::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "requestId = " << setprecision(indent) << m_requestId << '\n'; strm << setw(indent+19) << "observedEventLst = " << setprecision(indent) << m_observedEventLst << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_ObservedEventsDescriptor::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_ObservedEventsDescriptor), PInvalidCast); #endif const H248_ObservedEventsDescriptor & other = (const H248_ObservedEventsDescriptor &)obj; Comparison result; if ((result = m_requestId.Compare(other.m_requestId)) != EqualTo) return result; if ((result = m_observedEventLst.Compare(other.m_observedEventLst)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_ObservedEventsDescriptor::GetDataLength() const { PINDEX length = 0; length += m_requestId.GetObjectLength(); length += m_observedEventLst.GetObjectLength(); return length; } BOOL H248_ObservedEventsDescriptor::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_requestId.Decode(strm)) return FALSE; if (!m_observedEventLst.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_ObservedEventsDescriptor::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_requestId.Encode(strm); m_observedEventLst.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_ObservedEventsDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ObservedEventsDescriptor::Class()), PInvalidCast); #endif return new H248_ObservedEventsDescriptor(*this); } // // EventName // H248_EventName::H248_EventName(unsigned tag, PASN_Object::TagClass tagClass) : H248_PkgdName(tag, tagClass) { } H248_EventName::H248_EventName(const char * v) { SetValue(v); } H248_EventName::H248_EventName(const PString & v) { SetValue(v); } H248_EventName::H248_EventName(const PBYTEArray & v) { SetValue(v); } H248_EventName & H248_EventName::operator=(const char * v) { SetValue(v); return *this; } H248_EventName & H248_EventName::operator=(const PString & v) { SetValue(v); return *this; } H248_EventName & H248_EventName::operator=(const PBYTEArray & v) { SetValue(v); return *this; } PObject * H248_EventName::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_EventName::Class()), PInvalidCast); #endif return new H248_EventName(*this); } // // EventParameter // H248_EventParameter::H248_EventParameter(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H248_EventParameter::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+21) << "eventParameterName = " << setprecision(indent) << m_eventParameterName << '\n'; strm << setw(indent+8) << "value = " << setprecision(indent) << m_value << '\n'; if (HasOptionalField(e_extraInfo)) strm << setw(indent+12) << "extraInfo = " << setprecision(indent) << m_extraInfo << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_EventParameter::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_EventParameter), PInvalidCast); #endif const H248_EventParameter & other = (const H248_EventParameter &)obj; Comparison result; if ((result = m_eventParameterName.Compare(other.m_eventParameterName)) != EqualTo) return result; if ((result = m_value.Compare(other.m_value)) != EqualTo) return result; if ((result = m_extraInfo.Compare(other.m_extraInfo)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_EventParameter::GetDataLength() const { PINDEX length = 0; length += m_eventParameterName.GetObjectLength(); length += m_value.GetObjectLength(); if (HasOptionalField(e_extraInfo)) length += m_extraInfo.GetObjectLength(); return length; } BOOL H248_EventParameter::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_eventParameterName.Decode(strm)) return FALSE; if (!m_value.Decode(strm)) return FALSE; if (HasOptionalField(e_extraInfo) && !m_extraInfo.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_EventParameter::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_eventParameterName.Encode(strm); m_value.Encode(strm); if (HasOptionalField(e_extraInfo)) m_extraInfo.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_EventParameter::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_EventParameter::Class()), PInvalidCast); #endif return new H248_EventParameter(*this); } // // ServiceChangeReply // H248_ServiceChangeReply::H248_ServiceChangeReply(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H248_ServiceChangeReply::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "terminationID = " << setprecision(indent) << m_terminationID << '\n'; strm << setw(indent+22) << "serviceChangeResult = " << setprecision(indent) << m_serviceChangeResult << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_ServiceChangeReply::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_ServiceChangeReply), PInvalidCast); #endif const H248_ServiceChangeReply & other = (const H248_ServiceChangeReply &)obj; Comparison result; if ((result = m_terminationID.Compare(other.m_terminationID)) != EqualTo) return result; if ((result = m_serviceChangeResult.Compare(other.m_serviceChangeResult)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_ServiceChangeReply::GetDataLength() const { PINDEX length = 0; length += m_terminationID.GetObjectLength(); length += m_serviceChangeResult.GetObjectLength(); return length; } BOOL H248_ServiceChangeReply::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_terminationID.Decode(strm)) return FALSE; if (!m_serviceChangeResult.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_ServiceChangeReply::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_terminationID.Encode(strm); m_serviceChangeResult.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_ServiceChangeReply::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ServiceChangeReply::Class()), PInvalidCast); #endif return new H248_ServiceChangeReply(*this); } // // TerminationID // H248_TerminationID::H248_TerminationID(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_id.SetConstraints(PASN_Object::FixedConstraint, 1, 8); } #ifndef PASN_NOPRINTON void H248_TerminationID::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "wildcard = " << setprecision(indent) << m_wildcard << '\n'; strm << setw(indent+5) << "id = " << setprecision(indent) << m_id << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_TerminationID::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_TerminationID), PInvalidCast); #endif const H248_TerminationID & other = (const H248_TerminationID &)obj; Comparison result; if ((result = m_wildcard.Compare(other.m_wildcard)) != EqualTo) return result; if ((result = m_id.Compare(other.m_id)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_TerminationID::GetDataLength() const { PINDEX length = 0; length += m_wildcard.GetObjectLength(); length += m_id.GetObjectLength(); return length; } BOOL H248_TerminationID::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_wildcard.Decode(strm)) return FALSE; if (!m_id.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_TerminationID::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_wildcard.Encode(strm); m_id.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_TerminationID::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_TerminationID::Class()), PInvalidCast); #endif return new H248_TerminationID(*this); } // // LocalControlDescriptor // H248_LocalControlDescriptor::H248_LocalControlDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 0) { } #ifndef PASN_NOPRINTON void H248_LocalControlDescriptor::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_streamMode)) strm << setw(indent+13) << "streamMode = " << setprecision(indent) << m_streamMode << '\n'; if (HasOptionalField(e_reserveValue)) strm << setw(indent+15) << "reserveValue = " << setprecision(indent) << m_reserveValue << '\n'; if (HasOptionalField(e_reserveGroup)) strm << setw(indent+15) << "reserveGroup = " << setprecision(indent) << m_reserveGroup << '\n'; strm << setw(indent+16) << "propertyParms = " << setprecision(indent) << m_propertyParms << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_LocalControlDescriptor::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_LocalControlDescriptor), PInvalidCast); #endif const H248_LocalControlDescriptor & other = (const H248_LocalControlDescriptor &)obj; Comparison result; if ((result = m_streamMode.Compare(other.m_streamMode)) != EqualTo) return result; if ((result = m_reserveValue.Compare(other.m_reserveValue)) != EqualTo) return result; if ((result = m_reserveGroup.Compare(other.m_reserveGroup)) != EqualTo) return result; if ((result = m_propertyParms.Compare(other.m_propertyParms)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_LocalControlDescriptor::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_streamMode)) length += m_streamMode.GetObjectLength(); if (HasOptionalField(e_reserveValue)) length += m_reserveValue.GetObjectLength(); if (HasOptionalField(e_reserveGroup)) length += m_reserveGroup.GetObjectLength(); length += m_propertyParms.GetObjectLength(); return length; } BOOL H248_LocalControlDescriptor::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_streamMode) && !m_streamMode.Decode(strm)) return FALSE; if (HasOptionalField(e_reserveValue) && !m_reserveValue.Decode(strm)) return FALSE; if (HasOptionalField(e_reserveGroup) && !m_reserveGroup.Decode(strm)) return FALSE; if (!m_propertyParms.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_LocalControlDescriptor::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_streamMode)) m_streamMode.Encode(strm); if (HasOptionalField(e_reserveValue)) m_reserveValue.Encode(strm); if (HasOptionalField(e_reserveGroup)) m_reserveGroup.Encode(strm); m_propertyParms.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_LocalControlDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_LocalControlDescriptor::Class()), PInvalidCast); #endif return new H248_LocalControlDescriptor(*this); } // // PropertyParm // H248_PropertyParm::H248_PropertyParm(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H248_PropertyParm::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+7) << "name = " << setprecision(indent) << m_name << '\n'; strm << setw(indent+8) << "value = " << setprecision(indent) << m_value << '\n'; if (HasOptionalField(e_extraInfo)) strm << setw(indent+12) << "extraInfo = " << setprecision(indent) << m_extraInfo << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_PropertyParm::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_PropertyParm), PInvalidCast); #endif const H248_PropertyParm & other = (const H248_PropertyParm &)obj; Comparison result; if ((result = m_name.Compare(other.m_name)) != EqualTo) return result; if ((result = m_value.Compare(other.m_value)) != EqualTo) return result; if ((result = m_extraInfo.Compare(other.m_extraInfo)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_PropertyParm::GetDataLength() const { PINDEX length = 0; length += m_name.GetObjectLength(); length += m_value.GetObjectLength(); if (HasOptionalField(e_extraInfo)) length += m_extraInfo.GetObjectLength(); return length; } BOOL H248_PropertyParm::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_name.Decode(strm)) return FALSE; if (!m_value.Decode(strm)) return FALSE; if (HasOptionalField(e_extraInfo) && !m_extraInfo.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_PropertyParm::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_name.Encode(strm); m_value.Encode(strm); if (HasOptionalField(e_extraInfo)) m_extraInfo.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_PropertyParm::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_PropertyParm::Class()), PInvalidCast); #endif return new H248_PropertyParm(*this); } // // LocalRemoteDescriptor // H248_LocalRemoteDescriptor::H248_LocalRemoteDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H248_LocalRemoteDescriptor::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "propGrps = " << setprecision(indent) << m_propGrps << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_LocalRemoteDescriptor::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_LocalRemoteDescriptor), PInvalidCast); #endif const H248_LocalRemoteDescriptor & other = (const H248_LocalRemoteDescriptor &)obj; Comparison result; if ((result = m_propGrps.Compare(other.m_propGrps)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_LocalRemoteDescriptor::GetDataLength() const { PINDEX length = 0; length += m_propGrps.GetObjectLength(); return length; } BOOL H248_LocalRemoteDescriptor::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_propGrps.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_LocalRemoteDescriptor::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_propGrps.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_LocalRemoteDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_LocalRemoteDescriptor::Class()), PInvalidCast); #endif return new H248_LocalRemoteDescriptor(*this); } // // TerminationStateDescriptor // H248_TerminationStateDescriptor::H248_TerminationStateDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { } #ifndef PASN_NOPRINTON void H248_TerminationStateDescriptor::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "propertyParms = " << setprecision(indent) << m_propertyParms << '\n'; if (HasOptionalField(e_eventBufferControl)) strm << setw(indent+21) << "eventBufferControl = " << setprecision(indent) << m_eventBufferControl << '\n'; if (HasOptionalField(e_serviceState)) strm << setw(indent+15) << "serviceState = " << setprecision(indent) << m_serviceState << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_TerminationStateDescriptor::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_TerminationStateDescriptor), PInvalidCast); #endif const H248_TerminationStateDescriptor & other = (const H248_TerminationStateDescriptor &)obj; Comparison result; if ((result = m_propertyParms.Compare(other.m_propertyParms)) != EqualTo) return result; if ((result = m_eventBufferControl.Compare(other.m_eventBufferControl)) != EqualTo) return result; if ((result = m_serviceState.Compare(other.m_serviceState)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_TerminationStateDescriptor::GetDataLength() const { PINDEX length = 0; length += m_propertyParms.GetObjectLength(); if (HasOptionalField(e_eventBufferControl)) length += m_eventBufferControl.GetObjectLength(); if (HasOptionalField(e_serviceState)) length += m_serviceState.GetObjectLength(); return length; } BOOL H248_TerminationStateDescriptor::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_propertyParms.Decode(strm)) return FALSE; if (HasOptionalField(e_eventBufferControl) && !m_eventBufferControl.Decode(strm)) return FALSE; if (HasOptionalField(e_serviceState) && !m_serviceState.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_TerminationStateDescriptor::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_propertyParms.Encode(strm); if (HasOptionalField(e_eventBufferControl)) m_eventBufferControl.Encode(strm); if (HasOptionalField(e_serviceState)) m_serviceState.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_TerminationStateDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_TerminationStateDescriptor::Class()), PInvalidCast); #endif return new H248_TerminationStateDescriptor(*this); } // // EventsDescriptor // H248_EventsDescriptor::H248_EventsDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H248_EventsDescriptor::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_requestID)) strm << setw(indent+12) << "requestID = " << setprecision(indent) << m_requestID << '\n'; strm << setw(indent+12) << "eventList = " << setprecision(indent) << m_eventList << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_EventsDescriptor::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_EventsDescriptor), PInvalidCast); #endif const H248_EventsDescriptor & other = (const H248_EventsDescriptor &)obj; Comparison result; if ((result = m_requestID.Compare(other.m_requestID)) != EqualTo) return result; if ((result = m_eventList.Compare(other.m_eventList)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_EventsDescriptor::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_requestID)) length += m_requestID.GetObjectLength(); length += m_eventList.GetObjectLength(); return length; } BOOL H248_EventsDescriptor::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_requestID) && !m_requestID.Decode(strm)) return FALSE; if (!m_eventList.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_EventsDescriptor::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_requestID)) m_requestID.Encode(strm); m_eventList.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_EventsDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_EventsDescriptor::Class()), PInvalidCast); #endif return new H248_EventsDescriptor(*this); } // // SecondEventsDescriptor // H248_SecondEventsDescriptor::H248_SecondEventsDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H248_SecondEventsDescriptor::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_requestID)) strm << setw(indent+12) << "requestID = " << setprecision(indent) << m_requestID << '\n'; strm << setw(indent+12) << "eventList = " << setprecision(indent) << m_eventList << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_SecondEventsDescriptor::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_SecondEventsDescriptor), PInvalidCast); #endif const H248_SecondEventsDescriptor & other = (const H248_SecondEventsDescriptor &)obj; Comparison result; if ((result = m_requestID.Compare(other.m_requestID)) != EqualTo) return result; if ((result = m_eventList.Compare(other.m_eventList)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_SecondEventsDescriptor::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_requestID)) length += m_requestID.GetObjectLength(); length += m_eventList.GetObjectLength(); return length; } BOOL H248_SecondEventsDescriptor::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_requestID) && !m_requestID.Decode(strm)) return FALSE; if (!m_eventList.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_SecondEventsDescriptor::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_requestID)) m_requestID.Encode(strm); m_eventList.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_SecondEventsDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_SecondEventsDescriptor::Class()), PInvalidCast); #endif return new H248_SecondEventsDescriptor(*this); } // // SecondRequestedActions // H248_SecondRequestedActions::H248_SecondRequestedActions(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 0) { } #ifndef PASN_NOPRINTON void H248_SecondRequestedActions::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_keepActive)) strm << setw(indent+13) << "keepActive = " << setprecision(indent) << m_keepActive << '\n'; if (HasOptionalField(e_eventDM)) strm << setw(indent+10) << "eventDM = " << setprecision(indent) << m_eventDM << '\n'; if (HasOptionalField(e_signalsDescriptor)) strm << setw(indent+20) << "signalsDescriptor = " << setprecision(indent) << m_signalsDescriptor << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_SecondRequestedActions::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_SecondRequestedActions), PInvalidCast); #endif const H248_SecondRequestedActions & other = (const H248_SecondRequestedActions &)obj; Comparison result; if ((result = m_keepActive.Compare(other.m_keepActive)) != EqualTo) return result; if ((result = m_eventDM.Compare(other.m_eventDM)) != EqualTo) return result; if ((result = m_signalsDescriptor.Compare(other.m_signalsDescriptor)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_SecondRequestedActions::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_keepActive)) length += m_keepActive.GetObjectLength(); if (HasOptionalField(e_eventDM)) length += m_eventDM.GetObjectLength(); if (HasOptionalField(e_signalsDescriptor)) length += m_signalsDescriptor.GetObjectLength(); return length; } BOOL H248_SecondRequestedActions::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_keepActive) && !m_keepActive.Decode(strm)) return FALSE; if (HasOptionalField(e_eventDM) && !m_eventDM.Decode(strm)) return FALSE; if (HasOptionalField(e_signalsDescriptor) && !m_signalsDescriptor.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_SecondRequestedActions::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_keepActive)) m_keepActive.Encode(strm); if (HasOptionalField(e_eventDM)) m_eventDM.Encode(strm); if (HasOptionalField(e_signalsDescriptor)) m_signalsDescriptor.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_SecondRequestedActions::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_SecondRequestedActions::Class()), PInvalidCast); #endif return new H248_SecondRequestedActions(*this); } // // EventSpec // H248_EventSpec::H248_EventSpec(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H248_EventSpec::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "eventName = " << setprecision(indent) << m_eventName << '\n'; if (HasOptionalField(e_streamID)) strm << setw(indent+11) << "streamID = " << setprecision(indent) << m_streamID << '\n'; strm << setw(indent+15) << "eventParList = " << setprecision(indent) << m_eventParList << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_EventSpec::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_EventSpec), PInvalidCast); #endif const H248_EventSpec & other = (const H248_EventSpec &)obj; Comparison result; if ((result = m_eventName.Compare(other.m_eventName)) != EqualTo) return result; if ((result = m_streamID.Compare(other.m_streamID)) != EqualTo) return result; if ((result = m_eventParList.Compare(other.m_eventParList)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_EventSpec::GetDataLength() const { PINDEX length = 0; length += m_eventName.GetObjectLength(); if (HasOptionalField(e_streamID)) length += m_streamID.GetObjectLength(); length += m_eventParList.GetObjectLength(); return length; } BOOL H248_EventSpec::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_eventName.Decode(strm)) return FALSE; if (HasOptionalField(e_streamID) && !m_streamID.Decode(strm)) return FALSE; if (!m_eventParList.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_EventSpec::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_eventName.Encode(strm); if (HasOptionalField(e_streamID)) m_streamID.Encode(strm); m_eventParList.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_EventSpec::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_EventSpec::Class()), PInvalidCast); #endif return new H248_EventSpec(*this); } // // SeqSigList // H248_SeqSigList::H248_SeqSigList(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { m_id.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } #ifndef PASN_NOPRINTON void H248_SeqSigList::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+5) << "id = " << setprecision(indent) << m_id << '\n'; strm << setw(indent+13) << "signalList = " << setprecision(indent) << m_signalList << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_SeqSigList::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_SeqSigList), PInvalidCast); #endif const H248_SeqSigList & other = (const H248_SeqSigList &)obj; Comparison result; if ((result = m_id.Compare(other.m_id)) != EqualTo) return result; if ((result = m_signalList.Compare(other.m_signalList)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_SeqSigList::GetDataLength() const { PINDEX length = 0; length += m_id.GetObjectLength(); length += m_signalList.GetObjectLength(); return length; } BOOL H248_SeqSigList::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_id.Decode(strm)) return FALSE; if (!m_signalList.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_SeqSigList::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_id.Encode(strm); m_signalList.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_SeqSigList::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_SeqSigList::Class()), PInvalidCast); #endif return new H248_SeqSigList(*this); } // // Signal // H248_Signal::H248_Signal(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 5, TRUE, 0) { m_duration.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } #ifndef PASN_NOPRINTON void H248_Signal::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+13) << "signalName = " << setprecision(indent) << m_signalName << '\n'; if (HasOptionalField(e_streamID)) strm << setw(indent+11) << "streamID = " << setprecision(indent) << m_streamID << '\n'; if (HasOptionalField(e_sigType)) strm << setw(indent+10) << "sigType = " << setprecision(indent) << m_sigType << '\n'; if (HasOptionalField(e_duration)) strm << setw(indent+11) << "duration = " << setprecision(indent) << m_duration << '\n'; if (HasOptionalField(e_notifyCompletion)) strm << setw(indent+19) << "notifyCompletion = " << setprecision(indent) << m_notifyCompletion << '\n'; if (HasOptionalField(e_keepActive)) strm << setw(indent+13) << "keepActive = " << setprecision(indent) << m_keepActive << '\n'; strm << setw(indent+13) << "sigParList = " << setprecision(indent) << m_sigParList << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_Signal::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_Signal), PInvalidCast); #endif const H248_Signal & other = (const H248_Signal &)obj; Comparison result; if ((result = m_signalName.Compare(other.m_signalName)) != EqualTo) return result; if ((result = m_streamID.Compare(other.m_streamID)) != EqualTo) return result; if ((result = m_sigType.Compare(other.m_sigType)) != EqualTo) return result; if ((result = m_duration.Compare(other.m_duration)) != EqualTo) return result; if ((result = m_notifyCompletion.Compare(other.m_notifyCompletion)) != EqualTo) return result; if ((result = m_keepActive.Compare(other.m_keepActive)) != EqualTo) return result; if ((result = m_sigParList.Compare(other.m_sigParList)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_Signal::GetDataLength() const { PINDEX length = 0; length += m_signalName.GetObjectLength(); if (HasOptionalField(e_streamID)) length += m_streamID.GetObjectLength(); if (HasOptionalField(e_sigType)) length += m_sigType.GetObjectLength(); if (HasOptionalField(e_duration)) length += m_duration.GetObjectLength(); if (HasOptionalField(e_notifyCompletion)) length += m_notifyCompletion.GetObjectLength(); if (HasOptionalField(e_keepActive)) length += m_keepActive.GetObjectLength(); length += m_sigParList.GetObjectLength(); return length; } BOOL H248_Signal::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_signalName.Decode(strm)) return FALSE; if (HasOptionalField(e_streamID) && !m_streamID.Decode(strm)) return FALSE; if (HasOptionalField(e_sigType) && !m_sigType.Decode(strm)) return FALSE; if (HasOptionalField(e_duration) && !m_duration.Decode(strm)) return FALSE; if (HasOptionalField(e_notifyCompletion) && !m_notifyCompletion.Decode(strm)) return FALSE; if (HasOptionalField(e_keepActive) && !m_keepActive.Decode(strm)) return FALSE; if (!m_sigParList.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_Signal::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_signalName.Encode(strm); if (HasOptionalField(e_streamID)) m_streamID.Encode(strm); if (HasOptionalField(e_sigType)) m_sigType.Encode(strm); if (HasOptionalField(e_duration)) m_duration.Encode(strm); if (HasOptionalField(e_notifyCompletion)) m_notifyCompletion.Encode(strm); if (HasOptionalField(e_keepActive)) m_keepActive.Encode(strm); m_sigParList.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_Signal::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_Signal::Class()), PInvalidCast); #endif return new H248_Signal(*this); } // // SigParameter // H248_SigParameter::H248_SigParameter(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H248_SigParameter::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+19) << "sigParameterName = " << setprecision(indent) << m_sigParameterName << '\n'; strm << setw(indent+8) << "value = " << setprecision(indent) << m_value << '\n'; if (HasOptionalField(e_extraInfo)) strm << setw(indent+12) << "extraInfo = " << setprecision(indent) << m_extraInfo << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_SigParameter::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_SigParameter), PInvalidCast); #endif const H248_SigParameter & other = (const H248_SigParameter &)obj; Comparison result; if ((result = m_sigParameterName.Compare(other.m_sigParameterName)) != EqualTo) return result; if ((result = m_value.Compare(other.m_value)) != EqualTo) return result; if ((result = m_extraInfo.Compare(other.m_extraInfo)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_SigParameter::GetDataLength() const { PINDEX length = 0; length += m_sigParameterName.GetObjectLength(); length += m_value.GetObjectLength(); if (HasOptionalField(e_extraInfo)) length += m_extraInfo.GetObjectLength(); return length; } BOOL H248_SigParameter::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_sigParameterName.Decode(strm)) return FALSE; if (!m_value.Decode(strm)) return FALSE; if (HasOptionalField(e_extraInfo) && !m_extraInfo.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_SigParameter::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_sigParameterName.Encode(strm); m_value.Encode(strm); if (HasOptionalField(e_extraInfo)) m_extraInfo.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_SigParameter::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_SigParameter::Class()), PInvalidCast); #endif return new H248_SigParameter(*this); } // // DigitMapDescriptor // H248_DigitMapDescriptor::H248_DigitMapDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, FALSE, 0) { } #ifndef PASN_NOPRINTON void H248_DigitMapDescriptor::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_digitMapName)) strm << setw(indent+15) << "digitMapName = " << setprecision(indent) << m_digitMapName << '\n'; if (HasOptionalField(e_digitMapValue)) strm << setw(indent+16) << "digitMapValue = " << setprecision(indent) << m_digitMapValue << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_DigitMapDescriptor::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_DigitMapDescriptor), PInvalidCast); #endif const H248_DigitMapDescriptor & other = (const H248_DigitMapDescriptor &)obj; Comparison result; if ((result = m_digitMapName.Compare(other.m_digitMapName)) != EqualTo) return result; if ((result = m_digitMapValue.Compare(other.m_digitMapValue)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_DigitMapDescriptor::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_digitMapName)) length += m_digitMapName.GetObjectLength(); if (HasOptionalField(e_digitMapValue)) length += m_digitMapValue.GetObjectLength(); return length; } BOOL H248_DigitMapDescriptor::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_digitMapName) && !m_digitMapName.Decode(strm)) return FALSE; if (HasOptionalField(e_digitMapValue) && !m_digitMapValue.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_DigitMapDescriptor::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_digitMapName)) m_digitMapName.Encode(strm); if (HasOptionalField(e_digitMapValue)) m_digitMapValue.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_DigitMapDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_DigitMapDescriptor::Class()), PInvalidCast); #endif return new H248_DigitMapDescriptor(*this); } // // ServiceChangeResParm // H248_ServiceChangeResParm::H248_ServiceChangeResParm(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 5, TRUE, 0) { m_serviceChangeVersion.SetConstraints(PASN_Object::FixedConstraint, 0, 99); } #ifndef PASN_NOPRINTON void H248_ServiceChangeResParm::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_serviceChangeMgcId)) strm << setw(indent+21) << "serviceChangeMgcId = " << setprecision(indent) << m_serviceChangeMgcId << '\n'; if (HasOptionalField(e_serviceChangeAddress)) strm << setw(indent+23) << "serviceChangeAddress = " << setprecision(indent) << m_serviceChangeAddress << '\n'; if (HasOptionalField(e_serviceChangeVersion)) strm << setw(indent+23) << "serviceChangeVersion = " << setprecision(indent) << m_serviceChangeVersion << '\n'; if (HasOptionalField(e_serviceChangeProfile)) strm << setw(indent+23) << "serviceChangeProfile = " << setprecision(indent) << m_serviceChangeProfile << '\n'; if (HasOptionalField(e_timestamp)) strm << setw(indent+12) << "timestamp = " << setprecision(indent) << m_timestamp << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_ServiceChangeResParm::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_ServiceChangeResParm), PInvalidCast); #endif const H248_ServiceChangeResParm & other = (const H248_ServiceChangeResParm &)obj; Comparison result; if ((result = m_serviceChangeMgcId.Compare(other.m_serviceChangeMgcId)) != EqualTo) return result; if ((result = m_serviceChangeAddress.Compare(other.m_serviceChangeAddress)) != EqualTo) return result; if ((result = m_serviceChangeVersion.Compare(other.m_serviceChangeVersion)) != EqualTo) return result; if ((result = m_serviceChangeProfile.Compare(other.m_serviceChangeProfile)) != EqualTo) return result; if ((result = m_timestamp.Compare(other.m_timestamp)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_ServiceChangeResParm::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_serviceChangeMgcId)) length += m_serviceChangeMgcId.GetObjectLength(); if (HasOptionalField(e_serviceChangeAddress)) length += m_serviceChangeAddress.GetObjectLength(); if (HasOptionalField(e_serviceChangeVersion)) length += m_serviceChangeVersion.GetObjectLength(); if (HasOptionalField(e_serviceChangeProfile)) length += m_serviceChangeProfile.GetObjectLength(); if (HasOptionalField(e_timestamp)) length += m_timestamp.GetObjectLength(); return length; } BOOL H248_ServiceChangeResParm::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_serviceChangeMgcId) && !m_serviceChangeMgcId.Decode(strm)) return FALSE; if (HasOptionalField(e_serviceChangeAddress) && !m_serviceChangeAddress.Decode(strm)) return FALSE; if (HasOptionalField(e_serviceChangeVersion) && !m_serviceChangeVersion.Decode(strm)) return FALSE; if (HasOptionalField(e_serviceChangeProfile) && !m_serviceChangeProfile.Decode(strm)) return FALSE; if (HasOptionalField(e_timestamp) && !m_timestamp.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_ServiceChangeResParm::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_serviceChangeMgcId)) m_serviceChangeMgcId.Encode(strm); if (HasOptionalField(e_serviceChangeAddress)) m_serviceChangeAddress.Encode(strm); if (HasOptionalField(e_serviceChangeVersion)) m_serviceChangeVersion.Encode(strm); if (HasOptionalField(e_serviceChangeProfile)) m_serviceChangeProfile.Encode(strm); if (HasOptionalField(e_timestamp)) m_timestamp.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_ServiceChangeResParm::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ServiceChangeResParm::Class()), PInvalidCast); #endif return new H248_ServiceChangeResParm(*this); } // // StatisticsParameter // H248_StatisticsParameter::H248_StatisticsParameter(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, FALSE, 0) { } #ifndef PASN_NOPRINTON void H248_StatisticsParameter::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "statName = " << setprecision(indent) << m_statName << '\n'; if (HasOptionalField(e_statValue)) strm << setw(indent+12) << "statValue = " << setprecision(indent) << m_statValue << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_StatisticsParameter::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_StatisticsParameter), PInvalidCast); #endif const H248_StatisticsParameter & other = (const H248_StatisticsParameter &)obj; Comparison result; if ((result = m_statName.Compare(other.m_statName)) != EqualTo) return result; if ((result = m_statValue.Compare(other.m_statValue)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_StatisticsParameter::GetDataLength() const { PINDEX length = 0; length += m_statName.GetObjectLength(); if (HasOptionalField(e_statValue)) length += m_statValue.GetObjectLength(); return length; } BOOL H248_StatisticsParameter::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_statName.Decode(strm)) return FALSE; if (HasOptionalField(e_statValue) && !m_statValue.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_StatisticsParameter::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_statName.Encode(strm); if (HasOptionalField(e_statValue)) m_statValue.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_StatisticsParameter::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_StatisticsParameter::Class()), PInvalidCast); #endif return new H248_StatisticsParameter(*this); } // // NonStandardData // H248_NonStandardData::H248_NonStandardData(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void H248_NonStandardData::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+24) << "nonStandardIdentifier = " << setprecision(indent) << m_nonStandardIdentifier << '\n'; strm << setw(indent+7) << "data = " << setprecision(indent) << m_data << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_NonStandardData::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_NonStandardData), PInvalidCast); #endif const H248_NonStandardData & other = (const H248_NonStandardData &)obj; Comparison result; if ((result = m_nonStandardIdentifier.Compare(other.m_nonStandardIdentifier)) != EqualTo) return result; if ((result = m_data.Compare(other.m_data)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_NonStandardData::GetDataLength() const { PINDEX length = 0; length += m_nonStandardIdentifier.GetObjectLength(); length += m_data.GetObjectLength(); return length; } BOOL H248_NonStandardData::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_nonStandardIdentifier.Decode(strm)) return FALSE; if (!m_data.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_NonStandardData::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_nonStandardIdentifier.Encode(strm); m_data.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_NonStandardData::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_NonStandardData::Class()), PInvalidCast); #endif return new H248_NonStandardData(*this); } // // MegacoMessage // H248_MegacoMessage::H248_MegacoMessage(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, FALSE, 0) { } #ifndef PASN_NOPRINTON void H248_MegacoMessage::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_authHeader)) strm << setw(indent+13) << "authHeader = " << setprecision(indent) << m_authHeader << '\n'; strm << setw(indent+7) << "mess = " << setprecision(indent) << m_mess << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_MegacoMessage::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_MegacoMessage), PInvalidCast); #endif const H248_MegacoMessage & other = (const H248_MegacoMessage &)obj; Comparison result; if ((result = m_authHeader.Compare(other.m_authHeader)) != EqualTo) return result; if ((result = m_mess.Compare(other.m_mess)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_MegacoMessage::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_authHeader)) length += m_authHeader.GetObjectLength(); length += m_mess.GetObjectLength(); return length; } BOOL H248_MegacoMessage::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_authHeader) && !m_authHeader.Decode(strm)) return FALSE; if (!m_mess.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_MegacoMessage::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_authHeader)) m_authHeader.Encode(strm); m_mess.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_MegacoMessage::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_MegacoMessage::Class()), PInvalidCast); #endif return new H248_MegacoMessage(*this); } // // ActionRequest // H248_ActionRequest::H248_ActionRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, FALSE, 0) { } #ifndef PASN_NOPRINTON void H248_ActionRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "contextId = " << setprecision(indent) << m_contextId << '\n'; if (HasOptionalField(e_contextRequest)) strm << setw(indent+17) << "contextRequest = " << setprecision(indent) << m_contextRequest << '\n'; if (HasOptionalField(e_contextAttrAuditReq)) strm << setw(indent+22) << "contextAttrAuditReq = " << setprecision(indent) << m_contextAttrAuditReq << '\n'; strm << setw(indent+18) << "commandRequests = " << setprecision(indent) << m_commandRequests << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_ActionRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_ActionRequest), PInvalidCast); #endif const H248_ActionRequest & other = (const H248_ActionRequest &)obj; Comparison result; if ((result = m_contextId.Compare(other.m_contextId)) != EqualTo) return result; if ((result = m_contextRequest.Compare(other.m_contextRequest)) != EqualTo) return result; if ((result = m_contextAttrAuditReq.Compare(other.m_contextAttrAuditReq)) != EqualTo) return result; if ((result = m_commandRequests.Compare(other.m_commandRequests)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_ActionRequest::GetDataLength() const { PINDEX length = 0; length += m_contextId.GetObjectLength(); if (HasOptionalField(e_contextRequest)) length += m_contextRequest.GetObjectLength(); if (HasOptionalField(e_contextAttrAuditReq)) length += m_contextAttrAuditReq.GetObjectLength(); length += m_commandRequests.GetObjectLength(); return length; } BOOL H248_ActionRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_contextId.Decode(strm)) return FALSE; if (HasOptionalField(e_contextRequest) && !m_contextRequest.Decode(strm)) return FALSE; if (HasOptionalField(e_contextAttrAuditReq) && !m_contextAttrAuditReq.Decode(strm)) return FALSE; if (!m_commandRequests.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_ActionRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_contextId.Encode(strm); if (HasOptionalField(e_contextRequest)) m_contextRequest.Encode(strm); if (HasOptionalField(e_contextAttrAuditReq)) m_contextAttrAuditReq.Encode(strm); m_commandRequests.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_ActionRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ActionRequest::Class()), PInvalidCast); #endif return new H248_ActionRequest(*this); } // // ActionReply // H248_ActionReply::H248_ActionReply(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, FALSE, 0) { } #ifndef PASN_NOPRINTON void H248_ActionReply::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "contextId = " << setprecision(indent) << m_contextId << '\n'; if (HasOptionalField(e_errorDescriptor)) strm << setw(indent+18) << "errorDescriptor = " << setprecision(indent) << m_errorDescriptor << '\n'; if (HasOptionalField(e_contextReply)) strm << setw(indent+15) << "contextReply = " << setprecision(indent) << m_contextReply << '\n'; strm << setw(indent+15) << "commandReply = " << setprecision(indent) << m_commandReply << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_ActionReply::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_ActionReply), PInvalidCast); #endif const H248_ActionReply & other = (const H248_ActionReply &)obj; Comparison result; if ((result = m_contextId.Compare(other.m_contextId)) != EqualTo) return result; if ((result = m_errorDescriptor.Compare(other.m_errorDescriptor)) != EqualTo) return result; if ((result = m_contextReply.Compare(other.m_contextReply)) != EqualTo) return result; if ((result = m_commandReply.Compare(other.m_commandReply)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_ActionReply::GetDataLength() const { PINDEX length = 0; length += m_contextId.GetObjectLength(); if (HasOptionalField(e_errorDescriptor)) length += m_errorDescriptor.GetObjectLength(); if (HasOptionalField(e_contextReply)) length += m_contextReply.GetObjectLength(); length += m_commandReply.GetObjectLength(); return length; } BOOL H248_ActionReply::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_contextId.Decode(strm)) return FALSE; if (HasOptionalField(e_errorDescriptor) && !m_errorDescriptor.Decode(strm)) return FALSE; if (HasOptionalField(e_contextReply) && !m_contextReply.Decode(strm)) return FALSE; if (!m_commandReply.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_ActionReply::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_contextId.Encode(strm); if (HasOptionalField(e_errorDescriptor)) m_errorDescriptor.Encode(strm); if (HasOptionalField(e_contextReply)) m_contextReply.Encode(strm); m_commandReply.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_ActionReply::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ActionReply::Class()), PInvalidCast); #endif return new H248_ActionReply(*this); } // // TopologyRequest // H248_TopologyRequest::H248_TopologyRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 1) { } #ifndef PASN_NOPRINTON void H248_TopologyRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+18) << "terminationFrom = " << setprecision(indent) << m_terminationFrom << '\n'; strm << setw(indent+16) << "terminationTo = " << setprecision(indent) << m_terminationTo << '\n'; strm << setw(indent+20) << "topologyDirection = " << setprecision(indent) << m_topologyDirection << '\n'; if (HasOptionalField(e_streamID)) strm << setw(indent+11) << "streamID = " << setprecision(indent) << m_streamID << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_TopologyRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_TopologyRequest), PInvalidCast); #endif const H248_TopologyRequest & other = (const H248_TopologyRequest &)obj; Comparison result; if ((result = m_terminationFrom.Compare(other.m_terminationFrom)) != EqualTo) return result; if ((result = m_terminationTo.Compare(other.m_terminationTo)) != EqualTo) return result; if ((result = m_topologyDirection.Compare(other.m_topologyDirection)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_TopologyRequest::GetDataLength() const { PINDEX length = 0; length += m_terminationFrom.GetObjectLength(); length += m_terminationTo.GetObjectLength(); length += m_topologyDirection.GetObjectLength(); return length; } BOOL H248_TopologyRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_terminationFrom.Decode(strm)) return FALSE; if (!m_terminationTo.Decode(strm)) return FALSE; if (!m_topologyDirection.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_streamID, m_streamID)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_TopologyRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_terminationFrom.Encode(strm); m_terminationTo.Encode(strm); m_topologyDirection.Encode(strm); KnownExtensionEncode(strm, e_streamID, m_streamID); UnknownExtensionsEncode(strm); } PObject * H248_TopologyRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_TopologyRequest::Class()), PInvalidCast); #endif return new H248_TopologyRequest(*this); } // // SubtractRequest // H248_SubtractRequest::H248_SubtractRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H248_SubtractRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "terminationID = " << setprecision(indent) << m_terminationID << '\n'; if (HasOptionalField(e_auditDescriptor)) strm << setw(indent+18) << "auditDescriptor = " << setprecision(indent) << m_auditDescriptor << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_SubtractRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_SubtractRequest), PInvalidCast); #endif const H248_SubtractRequest & other = (const H248_SubtractRequest &)obj; Comparison result; if ((result = m_terminationID.Compare(other.m_terminationID)) != EqualTo) return result; if ((result = m_auditDescriptor.Compare(other.m_auditDescriptor)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_SubtractRequest::GetDataLength() const { PINDEX length = 0; length += m_terminationID.GetObjectLength(); if (HasOptionalField(e_auditDescriptor)) length += m_auditDescriptor.GetObjectLength(); return length; } BOOL H248_SubtractRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_terminationID.Decode(strm)) return FALSE; if (HasOptionalField(e_auditDescriptor) && !m_auditDescriptor.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_SubtractRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_terminationID.Encode(strm); if (HasOptionalField(e_auditDescriptor)) m_auditDescriptor.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_SubtractRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_SubtractRequest::Class()), PInvalidCast); #endif return new H248_SubtractRequest(*this); } // // AuditRequest // H248_AuditRequest::H248_AuditRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H248_AuditRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "terminationID = " << setprecision(indent) << m_terminationID << '\n'; strm << setw(indent+18) << "auditDescriptor = " << setprecision(indent) << m_auditDescriptor << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_AuditRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_AuditRequest), PInvalidCast); #endif const H248_AuditRequest & other = (const H248_AuditRequest &)obj; Comparison result; if ((result = m_terminationID.Compare(other.m_terminationID)) != EqualTo) return result; if ((result = m_auditDescriptor.Compare(other.m_auditDescriptor)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_AuditRequest::GetDataLength() const { PINDEX length = 0; length += m_terminationID.GetObjectLength(); length += m_auditDescriptor.GetObjectLength(); return length; } BOOL H248_AuditRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_terminationID.Decode(strm)) return FALSE; if (!m_auditDescriptor.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_AuditRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_terminationID.Encode(strm); m_auditDescriptor.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_AuditRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_AuditRequest::Class()), PInvalidCast); #endif return new H248_AuditRequest(*this); } // // AuditResult // H248_AuditResult::H248_AuditResult(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void H248_AuditResult::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "terminationID = " << setprecision(indent) << m_terminationID << '\n'; strm << setw(indent+25) << "terminationAuditResult = " << setprecision(indent) << m_terminationAuditResult << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_AuditResult::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_AuditResult), PInvalidCast); #endif const H248_AuditResult & other = (const H248_AuditResult &)obj; Comparison result; if ((result = m_terminationID.Compare(other.m_terminationID)) != EqualTo) return result; if ((result = m_terminationAuditResult.Compare(other.m_terminationAuditResult)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_AuditResult::GetDataLength() const { PINDEX length = 0; length += m_terminationID.GetObjectLength(); length += m_terminationAuditResult.GetObjectLength(); return length; } BOOL H248_AuditResult::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_terminationID.Decode(strm)) return FALSE; if (!m_terminationAuditResult.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_AuditResult::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_terminationID.Encode(strm); m_terminationAuditResult.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_AuditResult::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_AuditResult::Class()), PInvalidCast); #endif return new H248_AuditResult(*this); } // // IndAudMediaDescriptor // H248_IndAudMediaDescriptor::H248_IndAudMediaDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { } #ifndef PASN_NOPRINTON void H248_IndAudMediaDescriptor::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_termStateDescr)) strm << setw(indent+17) << "termStateDescr = " << setprecision(indent) << m_termStateDescr << '\n'; if (HasOptionalField(e_streams)) strm << setw(indent+10) << "streams = " << setprecision(indent) << m_streams << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_IndAudMediaDescriptor::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_IndAudMediaDescriptor), PInvalidCast); #endif const H248_IndAudMediaDescriptor & other = (const H248_IndAudMediaDescriptor &)obj; Comparison result; if ((result = m_termStateDescr.Compare(other.m_termStateDescr)) != EqualTo) return result; if ((result = m_streams.Compare(other.m_streams)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_IndAudMediaDescriptor::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_termStateDescr)) length += m_termStateDescr.GetObjectLength(); if (HasOptionalField(e_streams)) length += m_streams.GetObjectLength(); return length; } BOOL H248_IndAudMediaDescriptor::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_termStateDescr) && !m_termStateDescr.Decode(strm)) return FALSE; if (HasOptionalField(e_streams) && !m_streams.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_IndAudMediaDescriptor::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_termStateDescr)) m_termStateDescr.Encode(strm); if (HasOptionalField(e_streams)) m_streams.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_IndAudMediaDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_IndAudMediaDescriptor::Class()), PInvalidCast); #endif return new H248_IndAudMediaDescriptor(*this); } // // IndAudStreamParms // H248_IndAudStreamParms::H248_IndAudStreamParms(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 0) { } #ifndef PASN_NOPRINTON void H248_IndAudStreamParms::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_localControlDescriptor)) strm << setw(indent+25) << "localControlDescriptor = " << setprecision(indent) << m_localControlDescriptor << '\n'; if (HasOptionalField(e_localDescriptor)) strm << setw(indent+18) << "localDescriptor = " << setprecision(indent) << m_localDescriptor << '\n'; if (HasOptionalField(e_remoteDescriptor)) strm << setw(indent+19) << "remoteDescriptor = " << setprecision(indent) << m_remoteDescriptor << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_IndAudStreamParms::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_IndAudStreamParms), PInvalidCast); #endif const H248_IndAudStreamParms & other = (const H248_IndAudStreamParms &)obj; Comparison result; if ((result = m_localControlDescriptor.Compare(other.m_localControlDescriptor)) != EqualTo) return result; if ((result = m_localDescriptor.Compare(other.m_localDescriptor)) != EqualTo) return result; if ((result = m_remoteDescriptor.Compare(other.m_remoteDescriptor)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_IndAudStreamParms::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_localControlDescriptor)) length += m_localControlDescriptor.GetObjectLength(); if (HasOptionalField(e_localDescriptor)) length += m_localDescriptor.GetObjectLength(); if (HasOptionalField(e_remoteDescriptor)) length += m_remoteDescriptor.GetObjectLength(); return length; } BOOL H248_IndAudStreamParms::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_localControlDescriptor) && !m_localControlDescriptor.Decode(strm)) return FALSE; if (HasOptionalField(e_localDescriptor) && !m_localDescriptor.Decode(strm)) return FALSE; if (HasOptionalField(e_remoteDescriptor) && !m_remoteDescriptor.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_IndAudStreamParms::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_localControlDescriptor)) m_localControlDescriptor.Encode(strm); if (HasOptionalField(e_localDescriptor)) m_localDescriptor.Encode(strm); if (HasOptionalField(e_remoteDescriptor)) m_remoteDescriptor.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_IndAudStreamParms::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_IndAudStreamParms::Class()), PInvalidCast); #endif return new H248_IndAudStreamParms(*this); } // // IndAudSeqSigList // H248_IndAudSeqSigList::H248_IndAudSeqSigList(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, FALSE, 0) { m_id.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } #ifndef PASN_NOPRINTON void H248_IndAudSeqSigList::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+5) << "id = " << setprecision(indent) << m_id << '\n'; if (HasOptionalField(e_signalList)) strm << setw(indent+13) << "signalList = " << setprecision(indent) << m_signalList << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_IndAudSeqSigList::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_IndAudSeqSigList), PInvalidCast); #endif const H248_IndAudSeqSigList & other = (const H248_IndAudSeqSigList &)obj; Comparison result; if ((result = m_id.Compare(other.m_id)) != EqualTo) return result; if ((result = m_signalList.Compare(other.m_signalList)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_IndAudSeqSigList::GetDataLength() const { PINDEX length = 0; length += m_id.GetObjectLength(); if (HasOptionalField(e_signalList)) length += m_signalList.GetObjectLength(); return length; } BOOL H248_IndAudSeqSigList::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_id.Decode(strm)) return FALSE; if (HasOptionalField(e_signalList) && !m_signalList.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_IndAudSeqSigList::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_id.Encode(strm); if (HasOptionalField(e_signalList)) m_signalList.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_IndAudSeqSigList::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_IndAudSeqSigList::Class()), PInvalidCast); #endif return new H248_IndAudSeqSigList(*this); } // // NotifyRequest // H248_NotifyRequest::H248_NotifyRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H248_NotifyRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "terminationID = " << setprecision(indent) << m_terminationID << '\n'; strm << setw(indent+27) << "observedEventsDescriptor = " << setprecision(indent) << m_observedEventsDescriptor << '\n'; if (HasOptionalField(e_errorDescriptor)) strm << setw(indent+18) << "errorDescriptor = " << setprecision(indent) << m_errorDescriptor << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_NotifyRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_NotifyRequest), PInvalidCast); #endif const H248_NotifyRequest & other = (const H248_NotifyRequest &)obj; Comparison result; if ((result = m_terminationID.Compare(other.m_terminationID)) != EqualTo) return result; if ((result = m_observedEventsDescriptor.Compare(other.m_observedEventsDescriptor)) != EqualTo) return result; if ((result = m_errorDescriptor.Compare(other.m_errorDescriptor)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_NotifyRequest::GetDataLength() const { PINDEX length = 0; length += m_terminationID.GetObjectLength(); length += m_observedEventsDescriptor.GetObjectLength(); if (HasOptionalField(e_errorDescriptor)) length += m_errorDescriptor.GetObjectLength(); return length; } BOOL H248_NotifyRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_terminationID.Decode(strm)) return FALSE; if (!m_observedEventsDescriptor.Decode(strm)) return FALSE; if (HasOptionalField(e_errorDescriptor) && !m_errorDescriptor.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_NotifyRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_terminationID.Encode(strm); m_observedEventsDescriptor.Encode(strm); if (HasOptionalField(e_errorDescriptor)) m_errorDescriptor.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_NotifyRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_NotifyRequest::Class()), PInvalidCast); #endif return new H248_NotifyRequest(*this); } // // ObservedEvent // H248_ObservedEvent::H248_ObservedEvent(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { } #ifndef PASN_NOPRINTON void H248_ObservedEvent::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "eventName = " << setprecision(indent) << m_eventName << '\n'; if (HasOptionalField(e_streamID)) strm << setw(indent+11) << "streamID = " << setprecision(indent) << m_streamID << '\n'; strm << setw(indent+15) << "eventParList = " << setprecision(indent) << m_eventParList << '\n'; if (HasOptionalField(e_timeNotation)) strm << setw(indent+15) << "timeNotation = " << setprecision(indent) << m_timeNotation << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_ObservedEvent::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_ObservedEvent), PInvalidCast); #endif const H248_ObservedEvent & other = (const H248_ObservedEvent &)obj; Comparison result; if ((result = m_eventName.Compare(other.m_eventName)) != EqualTo) return result; if ((result = m_streamID.Compare(other.m_streamID)) != EqualTo) return result; if ((result = m_eventParList.Compare(other.m_eventParList)) != EqualTo) return result; if ((result = m_timeNotation.Compare(other.m_timeNotation)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_ObservedEvent::GetDataLength() const { PINDEX length = 0; length += m_eventName.GetObjectLength(); if (HasOptionalField(e_streamID)) length += m_streamID.GetObjectLength(); length += m_eventParList.GetObjectLength(); if (HasOptionalField(e_timeNotation)) length += m_timeNotation.GetObjectLength(); return length; } BOOL H248_ObservedEvent::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_eventName.Decode(strm)) return FALSE; if (HasOptionalField(e_streamID) && !m_streamID.Decode(strm)) return FALSE; if (!m_eventParList.Decode(strm)) return FALSE; if (HasOptionalField(e_timeNotation) && !m_timeNotation.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_ObservedEvent::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_eventName.Encode(strm); if (HasOptionalField(e_streamID)) m_streamID.Encode(strm); m_eventParList.Encode(strm); if (HasOptionalField(e_timeNotation)) m_timeNotation.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_ObservedEvent::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ObservedEvent::Class()), PInvalidCast); #endif return new H248_ObservedEvent(*this); } // // MediaDescriptor // H248_MediaDescriptor::H248_MediaDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { } #ifndef PASN_NOPRINTON void H248_MediaDescriptor::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_termStateDescr)) strm << setw(indent+17) << "termStateDescr = " << setprecision(indent) << m_termStateDescr << '\n'; if (HasOptionalField(e_streams)) strm << setw(indent+10) << "streams = " << setprecision(indent) << m_streams << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_MediaDescriptor::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_MediaDescriptor), PInvalidCast); #endif const H248_MediaDescriptor & other = (const H248_MediaDescriptor &)obj; Comparison result; if ((result = m_termStateDescr.Compare(other.m_termStateDescr)) != EqualTo) return result; if ((result = m_streams.Compare(other.m_streams)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_MediaDescriptor::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_termStateDescr)) length += m_termStateDescr.GetObjectLength(); if (HasOptionalField(e_streams)) length += m_streams.GetObjectLength(); return length; } BOOL H248_MediaDescriptor::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_termStateDescr) && !m_termStateDescr.Decode(strm)) return FALSE; if (HasOptionalField(e_streams) && !m_streams.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_MediaDescriptor::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_termStateDescr)) m_termStateDescr.Encode(strm); if (HasOptionalField(e_streams)) m_streams.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_MediaDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_MediaDescriptor::Class()), PInvalidCast); #endif return new H248_MediaDescriptor(*this); } // // StreamParms // H248_StreamParms::H248_StreamParms(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 0) { } #ifndef PASN_NOPRINTON void H248_StreamParms::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_localControlDescriptor)) strm << setw(indent+25) << "localControlDescriptor = " << setprecision(indent) << m_localControlDescriptor << '\n'; if (HasOptionalField(e_localDescriptor)) strm << setw(indent+18) << "localDescriptor = " << setprecision(indent) << m_localDescriptor << '\n'; if (HasOptionalField(e_remoteDescriptor)) strm << setw(indent+19) << "remoteDescriptor = " << setprecision(indent) << m_remoteDescriptor << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_StreamParms::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_StreamParms), PInvalidCast); #endif const H248_StreamParms & other = (const H248_StreamParms &)obj; Comparison result; if ((result = m_localControlDescriptor.Compare(other.m_localControlDescriptor)) != EqualTo) return result; if ((result = m_localDescriptor.Compare(other.m_localDescriptor)) != EqualTo) return result; if ((result = m_remoteDescriptor.Compare(other.m_remoteDescriptor)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_StreamParms::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_localControlDescriptor)) length += m_localControlDescriptor.GetObjectLength(); if (HasOptionalField(e_localDescriptor)) length += m_localDescriptor.GetObjectLength(); if (HasOptionalField(e_remoteDescriptor)) length += m_remoteDescriptor.GetObjectLength(); return length; } BOOL H248_StreamParms::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_localControlDescriptor) && !m_localControlDescriptor.Decode(strm)) return FALSE; if (HasOptionalField(e_localDescriptor) && !m_localDescriptor.Decode(strm)) return FALSE; if (HasOptionalField(e_remoteDescriptor) && !m_remoteDescriptor.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_StreamParms::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_localControlDescriptor)) m_localControlDescriptor.Encode(strm); if (HasOptionalField(e_localDescriptor)) m_localDescriptor.Encode(strm); if (HasOptionalField(e_remoteDescriptor)) m_remoteDescriptor.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_StreamParms::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_StreamParms::Class()), PInvalidCast); #endif return new H248_StreamParms(*this); } // // MuxDescriptor // H248_MuxDescriptor::H248_MuxDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H248_MuxDescriptor::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+10) << "muxType = " << setprecision(indent) << m_muxType << '\n'; strm << setw(indent+11) << "termList = " << setprecision(indent) << m_termList << '\n'; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_MuxDescriptor::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_MuxDescriptor), PInvalidCast); #endif const H248_MuxDescriptor & other = (const H248_MuxDescriptor &)obj; Comparison result; if ((result = m_muxType.Compare(other.m_muxType)) != EqualTo) return result; if ((result = m_termList.Compare(other.m_termList)) != EqualTo) return result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_MuxDescriptor::GetDataLength() const { PINDEX length = 0; length += m_muxType.GetObjectLength(); length += m_termList.GetObjectLength(); if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); return length; } BOOL H248_MuxDescriptor::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_muxType.Decode(strm)) return FALSE; if (!m_termList.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_MuxDescriptor::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_muxType.Encode(strm); m_termList.Encode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_MuxDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_MuxDescriptor::Class()), PInvalidCast); #endif return new H248_MuxDescriptor(*this); } // // RequestedActions // H248_RequestedActions::H248_RequestedActions(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 4, TRUE, 0) { } #ifndef PASN_NOPRINTON void H248_RequestedActions::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_keepActive)) strm << setw(indent+13) << "keepActive = " << setprecision(indent) << m_keepActive << '\n'; if (HasOptionalField(e_eventDM)) strm << setw(indent+10) << "eventDM = " << setprecision(indent) << m_eventDM << '\n'; if (HasOptionalField(e_secondEvent)) strm << setw(indent+14) << "secondEvent = " << setprecision(indent) << m_secondEvent << '\n'; if (HasOptionalField(e_signalsDescriptor)) strm << setw(indent+20) << "signalsDescriptor = " << setprecision(indent) << m_signalsDescriptor << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_RequestedActions::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_RequestedActions), PInvalidCast); #endif const H248_RequestedActions & other = (const H248_RequestedActions &)obj; Comparison result; if ((result = m_keepActive.Compare(other.m_keepActive)) != EqualTo) return result; if ((result = m_eventDM.Compare(other.m_eventDM)) != EqualTo) return result; if ((result = m_secondEvent.Compare(other.m_secondEvent)) != EqualTo) return result; if ((result = m_signalsDescriptor.Compare(other.m_signalsDescriptor)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_RequestedActions::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_keepActive)) length += m_keepActive.GetObjectLength(); if (HasOptionalField(e_eventDM)) length += m_eventDM.GetObjectLength(); if (HasOptionalField(e_secondEvent)) length += m_secondEvent.GetObjectLength(); if (HasOptionalField(e_signalsDescriptor)) length += m_signalsDescriptor.GetObjectLength(); return length; } BOOL H248_RequestedActions::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_keepActive) && !m_keepActive.Decode(strm)) return FALSE; if (HasOptionalField(e_eventDM) && !m_eventDM.Decode(strm)) return FALSE; if (HasOptionalField(e_secondEvent) && !m_secondEvent.Decode(strm)) return FALSE; if (HasOptionalField(e_signalsDescriptor) && !m_signalsDescriptor.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_RequestedActions::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_keepActive)) m_keepActive.Encode(strm); if (HasOptionalField(e_eventDM)) m_eventDM.Encode(strm); if (HasOptionalField(e_secondEvent)) m_secondEvent.Encode(strm); if (HasOptionalField(e_signalsDescriptor)) m_signalsDescriptor.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_RequestedActions::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_RequestedActions::Class()), PInvalidCast); #endif return new H248_RequestedActions(*this); } // // SecondRequestedEvent // H248_SecondRequestedEvent::H248_SecondRequestedEvent(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { } #ifndef PASN_NOPRINTON void H248_SecondRequestedEvent::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "pkgdName = " << setprecision(indent) << m_pkgdName << '\n'; if (HasOptionalField(e_streamID)) strm << setw(indent+11) << "streamID = " << setprecision(indent) << m_streamID << '\n'; if (HasOptionalField(e_eventAction)) strm << setw(indent+14) << "eventAction = " << setprecision(indent) << m_eventAction << '\n'; strm << setw(indent+12) << "evParList = " << setprecision(indent) << m_evParList << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_SecondRequestedEvent::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_SecondRequestedEvent), PInvalidCast); #endif const H248_SecondRequestedEvent & other = (const H248_SecondRequestedEvent &)obj; Comparison result; if ((result = m_pkgdName.Compare(other.m_pkgdName)) != EqualTo) return result; if ((result = m_streamID.Compare(other.m_streamID)) != EqualTo) return result; if ((result = m_eventAction.Compare(other.m_eventAction)) != EqualTo) return result; if ((result = m_evParList.Compare(other.m_evParList)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_SecondRequestedEvent::GetDataLength() const { PINDEX length = 0; length += m_pkgdName.GetObjectLength(); if (HasOptionalField(e_streamID)) length += m_streamID.GetObjectLength(); if (HasOptionalField(e_eventAction)) length += m_eventAction.GetObjectLength(); length += m_evParList.GetObjectLength(); return length; } BOOL H248_SecondRequestedEvent::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_pkgdName.Decode(strm)) return FALSE; if (HasOptionalField(e_streamID) && !m_streamID.Decode(strm)) return FALSE; if (HasOptionalField(e_eventAction) && !m_eventAction.Decode(strm)) return FALSE; if (!m_evParList.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_SecondRequestedEvent::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_pkgdName.Encode(strm); if (HasOptionalField(e_streamID)) m_streamID.Encode(strm); if (HasOptionalField(e_eventAction)) m_eventAction.Encode(strm); m_evParList.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_SecondRequestedEvent::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_SecondRequestedEvent::Class()), PInvalidCast); #endif return new H248_SecondRequestedEvent(*this); } // // ModemDescriptor // H248_ModemDescriptor::H248_ModemDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, FALSE, 0) { } #ifndef PASN_NOPRINTON void H248_ModemDescriptor::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+6) << "mtl = " << setprecision(indent) << m_mtl << '\n'; strm << setw(indent+6) << "mpl = " << setprecision(indent) << m_mpl << '\n'; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_ModemDescriptor::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_ModemDescriptor), PInvalidCast); #endif const H248_ModemDescriptor & other = (const H248_ModemDescriptor &)obj; Comparison result; if ((result = m_mtl.Compare(other.m_mtl)) != EqualTo) return result; if ((result = m_mpl.Compare(other.m_mpl)) != EqualTo) return result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_ModemDescriptor::GetDataLength() const { PINDEX length = 0; length += m_mtl.GetObjectLength(); length += m_mpl.GetObjectLength(); if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); return length; } BOOL H248_ModemDescriptor::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_mtl.Decode(strm)) return FALSE; if (!m_mpl.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_ModemDescriptor::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_mtl.Encode(strm); m_mpl.Encode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_ModemDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ModemDescriptor::Class()), PInvalidCast); #endif return new H248_ModemDescriptor(*this); } // // ServiceChangeParm // H248_ServiceChangeParm::H248_ServiceChangeParm(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 7, TRUE, 1) { m_serviceChangeVersion.SetConstraints(PASN_Object::FixedConstraint, 0, 99); m_serviceChangeDelay.SetConstraints(PASN_Object::FixedConstraint, 0, 4294967295U); } #ifndef PASN_NOPRINTON void H248_ServiceChangeParm::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+22) << "serviceChangeMethod = " << setprecision(indent) << m_serviceChangeMethod << '\n'; if (HasOptionalField(e_serviceChangeAddress)) strm << setw(indent+23) << "serviceChangeAddress = " << setprecision(indent) << m_serviceChangeAddress << '\n'; if (HasOptionalField(e_serviceChangeVersion)) strm << setw(indent+23) << "serviceChangeVersion = " << setprecision(indent) << m_serviceChangeVersion << '\n'; if (HasOptionalField(e_serviceChangeProfile)) strm << setw(indent+23) << "serviceChangeProfile = " << setprecision(indent) << m_serviceChangeProfile << '\n'; strm << setw(indent+22) << "serviceChangeReason = " << setprecision(indent) << m_serviceChangeReason << '\n'; if (HasOptionalField(e_serviceChangeDelay)) strm << setw(indent+21) << "serviceChangeDelay = " << setprecision(indent) << m_serviceChangeDelay << '\n'; if (HasOptionalField(e_serviceChangeMgcId)) strm << setw(indent+21) << "serviceChangeMgcId = " << setprecision(indent) << m_serviceChangeMgcId << '\n'; if (HasOptionalField(e_timeStamp)) strm << setw(indent+12) << "timeStamp = " << setprecision(indent) << m_timeStamp << '\n'; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; if (HasOptionalField(e_serviceChangeInfo)) strm << setw(indent+20) << "serviceChangeInfo = " << setprecision(indent) << m_serviceChangeInfo << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_ServiceChangeParm::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_ServiceChangeParm), PInvalidCast); #endif const H248_ServiceChangeParm & other = (const H248_ServiceChangeParm &)obj; Comparison result; if ((result = m_serviceChangeMethod.Compare(other.m_serviceChangeMethod)) != EqualTo) return result; if ((result = m_serviceChangeAddress.Compare(other.m_serviceChangeAddress)) != EqualTo) return result; if ((result = m_serviceChangeVersion.Compare(other.m_serviceChangeVersion)) != EqualTo) return result; if ((result = m_serviceChangeProfile.Compare(other.m_serviceChangeProfile)) != EqualTo) return result; if ((result = m_serviceChangeReason.Compare(other.m_serviceChangeReason)) != EqualTo) return result; if ((result = m_serviceChangeDelay.Compare(other.m_serviceChangeDelay)) != EqualTo) return result; if ((result = m_serviceChangeMgcId.Compare(other.m_serviceChangeMgcId)) != EqualTo) return result; if ((result = m_timeStamp.Compare(other.m_timeStamp)) != EqualTo) return result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_ServiceChangeParm::GetDataLength() const { PINDEX length = 0; length += m_serviceChangeMethod.GetObjectLength(); if (HasOptionalField(e_serviceChangeAddress)) length += m_serviceChangeAddress.GetObjectLength(); if (HasOptionalField(e_serviceChangeVersion)) length += m_serviceChangeVersion.GetObjectLength(); if (HasOptionalField(e_serviceChangeProfile)) length += m_serviceChangeProfile.GetObjectLength(); length += m_serviceChangeReason.GetObjectLength(); if (HasOptionalField(e_serviceChangeDelay)) length += m_serviceChangeDelay.GetObjectLength(); if (HasOptionalField(e_serviceChangeMgcId)) length += m_serviceChangeMgcId.GetObjectLength(); if (HasOptionalField(e_timeStamp)) length += m_timeStamp.GetObjectLength(); if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); return length; } BOOL H248_ServiceChangeParm::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_serviceChangeMethod.Decode(strm)) return FALSE; if (HasOptionalField(e_serviceChangeAddress) && !m_serviceChangeAddress.Decode(strm)) return FALSE; if (HasOptionalField(e_serviceChangeVersion) && !m_serviceChangeVersion.Decode(strm)) return FALSE; if (HasOptionalField(e_serviceChangeProfile) && !m_serviceChangeProfile.Decode(strm)) return FALSE; if (!m_serviceChangeReason.Decode(strm)) return FALSE; if (HasOptionalField(e_serviceChangeDelay) && !m_serviceChangeDelay.Decode(strm)) return FALSE; if (HasOptionalField(e_serviceChangeMgcId) && !m_serviceChangeMgcId.Decode(strm)) return FALSE; if (HasOptionalField(e_timeStamp) && !m_timeStamp.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_serviceChangeInfo, m_serviceChangeInfo)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_ServiceChangeParm::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_serviceChangeMethod.Encode(strm); if (HasOptionalField(e_serviceChangeAddress)) m_serviceChangeAddress.Encode(strm); if (HasOptionalField(e_serviceChangeVersion)) m_serviceChangeVersion.Encode(strm); if (HasOptionalField(e_serviceChangeProfile)) m_serviceChangeProfile.Encode(strm); m_serviceChangeReason.Encode(strm); if (HasOptionalField(e_serviceChangeDelay)) m_serviceChangeDelay.Encode(strm); if (HasOptionalField(e_serviceChangeMgcId)) m_serviceChangeMgcId.Encode(strm); if (HasOptionalField(e_timeStamp)) m_timeStamp.Encode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); KnownExtensionEncode(strm, e_serviceChangeInfo, m_serviceChangeInfo); UnknownExtensionsEncode(strm); } PObject * H248_ServiceChangeParm::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ServiceChangeParm::Class()), PInvalidCast); #endif return new H248_ServiceChangeParm(*this); } // // IndAudStreamDescriptor // H248_IndAudStreamDescriptor::H248_IndAudStreamDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void H248_IndAudStreamDescriptor::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "streamID = " << setprecision(indent) << m_streamID << '\n'; strm << setw(indent+14) << "streamParms = " << setprecision(indent) << m_streamParms << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_IndAudStreamDescriptor::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_IndAudStreamDescriptor), PInvalidCast); #endif const H248_IndAudStreamDescriptor & other = (const H248_IndAudStreamDescriptor &)obj; Comparison result; if ((result = m_streamID.Compare(other.m_streamID)) != EqualTo) return result; if ((result = m_streamParms.Compare(other.m_streamParms)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_IndAudStreamDescriptor::GetDataLength() const { PINDEX length = 0; length += m_streamID.GetObjectLength(); length += m_streamParms.GetObjectLength(); return length; } BOOL H248_IndAudStreamDescriptor::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_streamID.Decode(strm)) return FALSE; if (!m_streamParms.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_IndAudStreamDescriptor::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_streamID.Encode(strm); m_streamParms.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_IndAudStreamDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_IndAudStreamDescriptor::Class()), PInvalidCast); #endif return new H248_IndAudStreamDescriptor(*this); } // // ServiceChangeRequest // H248_ServiceChangeRequest::H248_ServiceChangeRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H248_ServiceChangeRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "terminationID = " << setprecision(indent) << m_terminationID << '\n'; strm << setw(indent+21) << "serviceChangeParms = " << setprecision(indent) << m_serviceChangeParms << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_ServiceChangeRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_ServiceChangeRequest), PInvalidCast); #endif const H248_ServiceChangeRequest & other = (const H248_ServiceChangeRequest &)obj; Comparison result; if ((result = m_terminationID.Compare(other.m_terminationID)) != EqualTo) return result; if ((result = m_serviceChangeParms.Compare(other.m_serviceChangeParms)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_ServiceChangeRequest::GetDataLength() const { PINDEX length = 0; length += m_terminationID.GetObjectLength(); length += m_serviceChangeParms.GetObjectLength(); return length; } BOOL H248_ServiceChangeRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_terminationID.Decode(strm)) return FALSE; if (!m_serviceChangeParms.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_ServiceChangeRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_terminationID.Encode(strm); m_serviceChangeParms.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_ServiceChangeRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_ServiceChangeRequest::Class()), PInvalidCast); #endif return new H248_ServiceChangeRequest(*this); } // // StreamDescriptor // H248_StreamDescriptor::H248_StreamDescriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void H248_StreamDescriptor::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "streamID = " << setprecision(indent) << m_streamID << '\n'; strm << setw(indent+14) << "streamParms = " << setprecision(indent) << m_streamParms << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_StreamDescriptor::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_StreamDescriptor), PInvalidCast); #endif const H248_StreamDescriptor & other = (const H248_StreamDescriptor &)obj; Comparison result; if ((result = m_streamID.Compare(other.m_streamID)) != EqualTo) return result; if ((result = m_streamParms.Compare(other.m_streamParms)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_StreamDescriptor::GetDataLength() const { PINDEX length = 0; length += m_streamID.GetObjectLength(); length += m_streamParms.GetObjectLength(); return length; } BOOL H248_StreamDescriptor::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_streamID.Decode(strm)) return FALSE; if (!m_streamParms.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_StreamDescriptor::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_streamID.Encode(strm); m_streamParms.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_StreamDescriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_StreamDescriptor::Class()), PInvalidCast); #endif return new H248_StreamDescriptor(*this); } // // RequestedEvent // H248_RequestedEvent::H248_RequestedEvent(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { } #ifndef PASN_NOPRINTON void H248_RequestedEvent::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "pkgdName = " << setprecision(indent) << m_pkgdName << '\n'; if (HasOptionalField(e_streamID)) strm << setw(indent+11) << "streamID = " << setprecision(indent) << m_streamID << '\n'; if (HasOptionalField(e_eventAction)) strm << setw(indent+14) << "eventAction = " << setprecision(indent) << m_eventAction << '\n'; strm << setw(indent+12) << "evParList = " << setprecision(indent) << m_evParList << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H248_RequestedEvent::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H248_RequestedEvent), PInvalidCast); #endif const H248_RequestedEvent & other = (const H248_RequestedEvent &)obj; Comparison result; if ((result = m_pkgdName.Compare(other.m_pkgdName)) != EqualTo) return result; if ((result = m_streamID.Compare(other.m_streamID)) != EqualTo) return result; if ((result = m_eventAction.Compare(other.m_eventAction)) != EqualTo) return result; if ((result = m_evParList.Compare(other.m_evParList)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H248_RequestedEvent::GetDataLength() const { PINDEX length = 0; length += m_pkgdName.GetObjectLength(); if (HasOptionalField(e_streamID)) length += m_streamID.GetObjectLength(); if (HasOptionalField(e_eventAction)) length += m_eventAction.GetObjectLength(); length += m_evParList.GetObjectLength(); return length; } BOOL H248_RequestedEvent::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_pkgdName.Decode(strm)) return FALSE; if (HasOptionalField(e_streamID) && !m_streamID.Decode(strm)) return FALSE; if (HasOptionalField(e_eventAction) && !m_eventAction.Decode(strm)) return FALSE; if (!m_evParList.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H248_RequestedEvent::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_pkgdName.Encode(strm); if (HasOptionalField(e_streamID)) m_streamID.Encode(strm); if (HasOptionalField(e_eventAction)) m_eventAction.Encode(strm); m_evParList.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H248_RequestedEvent::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H248_RequestedEvent::Class()), PInvalidCast); #endif return new H248_RequestedEvent(*this); } #endif // if ! H323_DISABLE_H248 // End of h248.cxx openh323_v1_18_0/src/h261codec.cxx0100644000176200056700000007145410341453160016631 0ustar releasepostincr/* * h261codec.cxx * * H.323 protocol handler * * Open H323 Library * * Copyright (c) 1998-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): Michele Piccini (michele@piccini.com) * Derek Smithies (derek@indranet.co.nz) * * $Log: h261codec.cxx,v $ * Revision 1.69 2005/11/25 00:10:24 csoutheren * Applied patch #1303543 from Hannes Friederich * Added guard to weird conditions in H261 codec * * Revision 1.68 2005/02/24 19:54:18 dsandras * Fixed quality problem with H.261 thanks to Hannes Friederich. * * Revision 1.67 2005/01/21 21:25:42 csoutheren * Fixed delete [] operator * * Revision 1.66 2004/08/26 08:05:04 csoutheren * Codecs now appear in abstract factory system * Fixed Windows factory bootstrap system (again) * * Revision 1.65 2004/07/07 08:04:55 csoutheren * Added video codecs to default codec list, but H.263 is only loaded if the .so/DLL is found * * Revision 1.64 2004/05/20 02:07:29 csoutheren * Use macro to work around MSVC internal compiler errors * * Revision 1.63 2004/05/19 07:38:23 csoutheren * Changed OpalMediaFormat handling to use abstract factory method functions * * Revision 1.62 2004/05/04 03:33:33 csoutheren * Added guards against comparing certain kinds of Capabilities * * Revision 1.61 2004/04/03 08:28:06 csoutheren * Remove pseudo-RTTI and replaced with real RTTI * * Revision 1.60 2004/03/24 00:39:12 dereksmithies * Changes from Michael Smith for use in reporting frames/second. Many Thanks * * Revision 1.59 2004/01/02 00:31:42 dereksmithies * Fix test on presence/absence of video. * * Revision 1.58 2003/12/14 10:42:29 rjongbloed * Changes for compilability without video support. * * Revision 1.57 2003/10/02 23:37:56 dereksmithies * Add fix for fast update problem in h261 codec. Thanks to Martin André for doing the initial legwork. * * Revision 1.56 2003/04/03 23:54:15 robertj * Added fast update to H.261 codec, thanks Gustavo García Bernardo * * Revision 1.55 2003/03/20 23:45:46 dereks * Make formatting more consistant with the openh323.org standard. * * Revision 1.54 2003/03/17 08:05:02 robertj * Removed videoio classes in openh323 as now has versions in pwlib. * * Revision 1.53 2003/03/11 22:05:00 dereks * Video receive will not terminate in abnormal situations * Thanks to Damien Sandras. * * Revision 1.52 2002/12/29 22:35:34 dereks * Fix so video with Windows XP works. Thanks Damien Sandras. * * Revision 1.51 2002/12/24 07:38:49 robertj * Patches to fix divide by zero error, thanks Damien Sandras * * Revision 1.50 2002/12/16 09:11:19 robertj * Added new video bit rate control, thanks Walter H. Whitlock * * Revision 1.49 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.48 2002/05/19 22:03:45 dereks * Add fix from Sean Miceli, so correct P64Decoder is picked in calls with Netmeeting. * Many thanks, good work! * * Revision 1.47 2002/04/26 04:58:34 dereks * Add Walter Whitlock's fixes, based on Victor Ivashim's suggestions to improve * the quality with Netmeeting. Thanks guys!!! * * Revision 1.46 2002/04/05 00:53:19 dereks * Modify video frame encoding so that frame is encoded on an incremental basis. * Thanks to Walter Whitlock - good work. * * Revision 1.45 2002/01/09 06:07:13 robertj * Fixed setting of RTP timestamp values on video transmission. * * Revision 1.44 2002/01/09 00:21:39 robertj * Changes to support outgoing H.245 RequstModeChange. * * Revision 1.43 2002/01/08 01:30:41 robertj * Tidied up some PTRACE debug output. * * Revision 1.42 2002/01/03 23:05:50 dereks * Add methods to count number of H261 packets waiting to be sent. * * Revision 1.41 2001/12/20 01:19:43 dereks * modify ptrace statments. * * Revision 1.40 2001/12/13 03:01:23 dereks * Modify trace statement. * * Revision 1.39 2001/12/04 05:13:12 robertj * Added videa bandwidth limiting code for H.261, thanks Jose Luis Urien. * * Revision 1.38 2001/12/04 04:26:06 robertj * Added code to allow change of video quality in H.261, thanks Damian Sandras * * Revision 1.37 2001/10/23 02:17:16 dereks * Initial release of cu30 video codec. * * Revision 1.36 2001/09/26 01:59:31 robertj * Fixed MSVC warning. * * Revision 1.35 2001/09/25 03:14:47 dereks * Add constant bitrate control for the h261 video codec. * Thanks Tiziano Morganti for the code to set bit rate. Good work! * * Revision 1.34 2001/09/21 02:51:29 robertj * Added default session ID to media format description. * * Revision 1.33 2001/08/22 01:28:20 robertj * Resolved confusion with YUV411P and YUV420P video formats, thanks Mark Cooke. * * Revision 1.32 2001/07/09 07:19:40 rogerh * Make the encoder render a frames (for local video) only when there is a * renderer attached * * Revision 1.31 2001/06/19 02:01:42 dereks * The video encoder thread ends if the renderframe fails. * * Revision 1.30 2001/06/13 21:46:37 dereks * Add 5 msec separator between consecutive packets generated from the same * frame. Prevents lost packets, and improves reliability. * * Revision 1.29 2001/05/25 01:10:26 dereks * Remove unnecessary packet receive variable. * Alter the position of the check for change in frame size. * * Revision 1.28 2001/02/09 05:13:55 craigs * Added pragma implementation to (hopefully) reduce the executable image size * under Linux * * Revision 1.27 2001/01/25 07:27:16 robertj * Major changes to add more flexible OpalMediaFormat class to normalise * all information about media types, especially codecs. * * Revision 1.26 2000/12/19 22:33:44 dereks * Adjust so that the video channel is used for reading/writing raw video * data, which better modularizes the video codec. * * Revision 1.25 2000/10/13 02:20:32 robertj * Fixed capability clone so gets all fields including those in ancestor. * * Revision 1.24 2000/10/13 01:47:26 dereks * Include command option for setting the number of transmitted video * frames per second. use --videotxfps n * * Revision 1.23 2000/09/08 06:41:38 craigs * Added ability to set video device * Added ability to select test input frames * * Revision 1.22 2000/08/28 23:47:41 dereks * Fix bug in resizing image of received video * * Revision 1.21 2000/08/21 04:45:06 dereks * Fix dangling pointer that caused segfaults for windows&unix users. * Improved the test image which is used when video grabber won't open. * Added code to handle setting of video Tx Quality. * Added code to set the number of background blocks sent with every frame. * * Revision 1.20 2000/07/13 12:31:31 robertj * Fixed format name output for in band switching H.261 * * Revision 1.19 2000/07/04 13:00:36 craigs * Fixed problem with selecting large and small video sizes * * Revision 1.18 2000/06/10 09:21:36 rogerh * Make GetFormatName return H.261 QCIF or H.261 CIF * * Revision 1.17 2000/05/10 04:05:34 robertj * Changed capabilities so has a function to get name of codec, instead of relying on PrintOn. * * Revision 1.16 2000/05/02 04:32:26 robertj * Fixed copyright notice comment. * * Revision 1.15 2000/04/29 03:01:48 robertj * Fixed bug in receive of H261 capability, setting cif & qcif variables correctly. * * Revision 1.14 2000/03/24 01:23:49 robertj * Directory reorganisation. * * Revision 1.13 2000/03/21 03:06:49 robertj * Changes to make RTP TX of exact numbers of frames in some codecs. * * Revision 1.12 2000/02/10 03:08:02 craigs * Added ability to specify NTSC or PAL video format * * Revision 1.11 2000/02/04 05:11:19 craigs * Updated for new Makefiles and for new video transmission code * * Revision 1.10 2000/01/13 04:03:45 robertj * Added video transmission * * Revision 1.9 1999/12/23 23:02:35 robertj * File reorganision for separating RTP from H.323 and creation of LID for VPB support. * * Revision 1.8 1999/11/29 08:20:47 craigs * Updated for new codec interface * * Revision 1.7 1999/11/01 00:52:00 robertj * Fixed various problems in video, especially ability to pass error return value. * * Revision 1.6 1999/10/08 09:59:03 robertj * Rewrite of capability for sending multiple audio frames * * Revision 1.5 1999/10/08 04:58:38 robertj * Added capability for sending multiple audio frames in single RTP packet * * Revision 1.4 1999/09/21 14:13:53 robertj * Windows MSVC compatibility. * * Revision 1.3 1999/09/21 08:10:03 craigs * Added support for video devices and H261 codec * * Revision 1.2 1999/09/18 13:24:38 craigs * Added ability to disable jitter buffer * Added ability to access entire RTP packet in codec Write * * Revision 1.1 1999/09/08 04:05:49 robertj * Added support for video capabilities & codec, still needs the actual codec itself! * */ #include #ifdef __GNUC__ #pragma implementation "h261codec.h" #endif #include "h261codec.h" #ifndef NO_H323_VIDEO #include "h245.h" #include "rtp.h" #include "vic/p64.h" #include "vic/p64encoder.h" #define new PNEW #define INC_ENCODE 1 char OpalH261[] = "H.261"; namespace PWLibStupidLinkerHacks { int h261Loader; }; OPAL_MEDIA_FORMAT_DECLARE(OpalH261Format, OpalH261, OpalMediaFormat::DefaultVideoSessionID, RTP_DataFrame::H261, FALSE, // No jitter for video 240000, // bits/sec 2000, // Not sure of this value! 0, // No intrinsic time per frame OpalMediaFormat::VideoTimeUnits, 0) H323_H261Capability::H323_H261Capability(unsigned _qcifMPI, unsigned _cifMPI, BOOL _temporalSpatialTradeOffCapability, BOOL _stillImageTransmission, unsigned _maxBitRate) { qcifMPI = _qcifMPI; cifMPI = _cifMPI; temporalSpatialTradeOffCapability = _temporalSpatialTradeOffCapability; maxBitRate = _maxBitRate; stillImageTransmission = _stillImageTransmission; } PObject * H323_H261Capability::Clone() const { return new H323_H261Capability(*this); } PObject::Comparison H323_H261Capability::Compare(const PObject & obj) const { if (!PIsDescendant(&obj, H323_H261Capability)) return LessThan; Comparison result = H323Capability::Compare(obj); if (result != EqualTo) return result; const H323_H261Capability & other = (const H323_H261Capability &)obj; if (((qcifMPI > 0) && (other.qcifMPI > 0)) || ((cifMPI > 0) && (other.cifMPI > 0))) return EqualTo; if (qcifMPI > 0) return LessThan; return GreaterThan; } PString H323_H261Capability::GetFormatName() const { if (qcifMPI > 0 && cifMPI > 0) return "H.261-(Q)CIF"; if (qcifMPI > 0) return "H.261-QCIF"; if (cifMPI > 0) return "H.261-CIF"; return "H.261"; } unsigned H323_H261Capability::GetSubType() const { return H245_VideoCapability::e_h261VideoCapability; } BOOL H323_H261Capability::OnSendingPDU(H245_VideoCapability & cap) const { cap.SetTag(H245_VideoCapability::e_h261VideoCapability); H245_H261VideoCapability & h261 = cap; if (qcifMPI > 0) { h261.IncludeOptionalField(H245_H261VideoCapability::e_qcifMPI); h261.m_qcifMPI = qcifMPI; } if (cifMPI > 0) { h261.IncludeOptionalField(H245_H261VideoCapability::e_cifMPI); h261.m_cifMPI = cifMPI; } h261.m_temporalSpatialTradeOffCapability = temporalSpatialTradeOffCapability; h261.m_maxBitRate = maxBitRate; h261.m_stillImageTransmission = stillImageTransmission; return TRUE; } BOOL H323_H261Capability::OnSendingPDU(H245_VideoMode & pdu) const { pdu.SetTag(H245_VideoMode::e_h261VideoMode); H245_H261VideoMode & mode = pdu; mode.m_resolution.SetTag(cifMPI > 0 ? H245_H261VideoMode_resolution::e_cif : H245_H261VideoMode_resolution::e_qcif); mode.m_bitRate = maxBitRate; mode.m_stillImageTransmission = stillImageTransmission; return TRUE; } BOOL H323_H261Capability::OnReceivedPDU(const H245_VideoCapability & cap) { if (cap.GetTag() != H245_VideoCapability::e_h261VideoCapability) return FALSE; const H245_H261VideoCapability & h261 = cap; if (h261.HasOptionalField(H245_H261VideoCapability::e_qcifMPI)) qcifMPI = h261.m_qcifMPI; else qcifMPI = 0; if (h261.HasOptionalField(H245_H261VideoCapability::e_cifMPI)) cifMPI = h261.m_cifMPI; else cifMPI = 0; temporalSpatialTradeOffCapability = h261.m_temporalSpatialTradeOffCapability; maxBitRate = h261.m_maxBitRate; stillImageTransmission = h261.m_stillImageTransmission; return TRUE; } H323Codec * H323_H261Capability::CreateCodec(H323Codec::Direction direction) const { return new H323_H261Codec(direction, qcifMPI > 0); } ////////////////////////////////////////////////////////////////////////////// H323_H261Codec::H323_H261Codec(Direction dir, BOOL isqCIF) : H323VideoCodec("H.261", dir) { PTRACE(3, "H261\t" << (isqCIF ? "Q" : "") << "CIF " << (dir == Encoder ? "en" : "de") << "coder created."); // no video decoder until we receive a packet videoDecoder = NULL; // no video encoder until we receive a packet videoEncoder = NULL; // other stuff now = 1; rvts = NULL; nblk = ndblk = 0; doFastUpdate = FALSE; // initial size of the window is CIF if (dir == Encoder) { frameWidth = isqCIF ? QCIF_WIDTH : CIF_WIDTH; frameHeight = isqCIF ? QCIF_HEIGHT : CIF_HEIGHT; } else { frameWidth=0; frameHeight=0; } frameNum = 0; // frame counter timestampDelta = 0; videoBitRateControlModes = None; // video quality control videoQMin = 1; videoQMax = 24; videoQuality = 9; // default = 9 //SetTxQualityLevel( videoQuality ); // don't have encoder yet // video bit rate control sumFrameTimeMs = 0; sumAdjFrameTimeMs = 0; sumFrameBytes = 0; bitRateHighLimit = 0; videoBitRateControlModes = None; targetFrameTimeMs = 167; oldTime = newTime = 0; } H323_H261Codec::~H323_H261Codec() { PWaitAndSignal mutex1(videoHandlerActive); if (videoDecoder) { delete videoDecoder; videoDecoder = NULL; } if (videoEncoder){ delete videoEncoder; videoEncoder = NULL; } if (rvts){ delete rvts; } } //This function grabs, displays, and compresses a video frame into //into H261 packets. //Get another frame if all packets of previous frame have been sent. //Get next packet on list and send that one. //Render the current frame if all of its packets have been sent. BOOL H323_H261Codec::Read(BYTE * buffer, unsigned & length, RTP_DataFrame & frame) { fastUpdateMutex.Wait(); if ((videoEncoder != NULL) && doFastUpdate) videoEncoder->FastUpdatePicture(); fastUpdateMutex.Signal(); PWaitAndSignal mutex1(videoHandlerActive); PTRACE(6,"H261\tAcquire next packet from h261 encoder.\n"); if ( videoEncoder == NULL ) videoEncoder = new P64Encoder(videoQuality, fillLevel); if( rawDataChannel == NULL ) { length = 0; PTRACE(1,"H261\tNo channel to connect to video grabber, close down video transmission thread."); return FALSE; } if( !rawDataChannel->IsOpen() ) { PTRACE(1,"H261\tVideo grabber is not initialised, close down video transmission thread."); length = 0; return FALSE; } frameWidth = ((PVideoChannel *)rawDataChannel)->GetGrabWidth(); frameHeight = ((PVideoChannel *)rawDataChannel)->GetGrabHeight(); PTRACE(6, "H261\tVideo grab size is " << frameWidth << "x" << frameHeight); if( frameWidth == 0 ) { PTRACE(1,"H261\tVideo grab width is 0 x 0, close down video transmission thread."); length=0; return FALSE; } videoEncoder->SetSize(frameWidth, frameHeight); PINDEX bytesInFrame = 0; BOOL ok = TRUE; #define NUMAVG 8 #ifdef INC_ENCODE if( !videoEncoder->MoreToIncEncode() ) { // get a new frame #else if( !videoEncoder->PacketsOutStanding() ) { // }get a new frame #endif if (0 == frameNum) { // frame 0 means no frame has been sent yet frameStartTime = PTimer::Tick(); } else { int frameTimeMs, avgFrameTimeMs, adjFrameTimeMs, avgAdjFrameTimeMs, avgFrameBytes; PTimeInterval currentTime; currentTime = PTimer::Tick(); frameTimeMs = (int)(currentTime - frameStartTime).GetMilliSeconds(); adjFrameTimeMs = frameTimeMs - (int)grabInterval.GetMilliSeconds(); // subtract time possibly blocked in grabbing frameStartTime = currentTime; sumFrameTimeMs += frameTimeMs; avgFrameTimeMs = sumFrameTimeMs / NUMAVG; sumFrameTimeMs -= avgFrameTimeMs; sumAdjFrameTimeMs += adjFrameTimeMs; avgAdjFrameTimeMs = sumAdjFrameTimeMs / NUMAVG; sumAdjFrameTimeMs -= avgAdjFrameTimeMs; sumFrameBytes += frameBytes; avgFrameBytes = sumFrameBytes / NUMAVG; sumFrameBytes -= avgFrameBytes; //PTRACE(3,"H261\tframeNum grabInterval: " // << frameNum << " " << grabInterval.GetMilliSeconds()); //PTRACE(3,"H261\tframeNum frameBits frameTimeMs Bps: " // << frameNum << " " << (frameBytes*8) << " " << frameTimeMs // << " " << frameBytes*8*1000/frameTimeMs ); //PTRACE(3,"H261\tframeNum avgFrameBits avgFrameTimeMs avgBps: " // << frameNum << " " << (avgFrameBytes*8) << " " << avgFrameTimeMs // << " " << avgFrameBytes*8*1000/avgFrameTimeMs ); //PTRACE(3,"H261\tframeNum avgFrameBits avgAdjFrameTimeMs avgAdjBps: " // << frameNum << " " << (avgFrameBytes*8) << " " << avgAdjFrameTimeMs // << " " << avgFrameBytes*8*1000/avgAdjFrameTimeMs ); if (frameNum > NUMAVG) { // do quality adjustment after first NUMAVG frames if( 0 != targetFrameTimeMs && (videoBitRateControlModes & DynamicVideoQuality) ) { int error; // error signal int aerror; int act; // action signal int newQuality; int avgFrameBitRate; int targetFrameBits; // keep track of average frame size and // adjust encoder quality to get targetFrameBits bits per frame if (avgAdjFrameTimeMs) avgFrameBitRate = avgFrameBytes*8*1000 / avgAdjFrameTimeMs; // bits per second else avgFrameBitRate = avgFrameBytes*8*1000; targetFrameBits = avgFrameBitRate * targetFrameTimeMs / 1000; error = (frameBytes*8) - targetFrameBits; // error signal aerror = PABS(error); act = 0; if (aerror > (targetFrameBits/8) ) { if (aerror > (targetFrameBits/4) ) { if (aerror > (targetFrameBits/2) ) { act = error>0 ? 2 : -4; } else { act = error>0 ? 1 : -2; } } else { act = error>0 ? 1 : -1; } } newQuality = videoQuality + act; newQuality = PMIN(PMAX(newQuality, videoQMin), videoQMax ); //PTRACE(3,"H261\tframeNum targetFrameBits frameBits videoQuality newQuality: " // << frameNum << " " << targetFrameBits << " " << (frameBytes*8) << " " // << videoQuality << " " << newQuality ); videoQuality = newQuality; videoEncoder->SetQualityLevel( videoQuality ); //PTRACE(3,"H261\tframeNum avgFrameBitRate bitRateHighLimit: " // << frameNum << " " << avgFrameBitRate << " " << bitRateHighLimit ); } } } //NO data is waiting to be read. Go and get some with the read call. PTRACE(3,"H261\tRead frame from the video source."); PTimeInterval grabStartTime = PTimer::Tick(); if (rawDataChannel->Read(videoEncoder->GetFramePtr(), bytesInFrame)) { PTRACE(3,"H261\tSuccess. Read frame from the video source in " << (PTimer::Tick() - grabStartTime).GetMilliSeconds() << " ms."); packetNum = 0; // reset packet counter // If there is a Renderer attached, display the grabbed video. if (((PVideoChannel *)rawDataChannel)->IsRenderOpen() ) { ok = RenderFrame(); //use data from grab process. } #ifdef INC_ENCODE videoEncoder->PreProcessOneFrame(); //Prepare to generate H261 packets #else videoEncoder->ProcessOneFrame(); //Generate H261 packets #endif frameNum++; } else { PTRACE(1,"H261\tFailed to read data from video grabber, close down video transmission thread."); return FALSE; //Read failed, return false. } grabInterval = PTimer::Tick() - grabStartTime; ///////////////////////////////////////////////////////////////// /// THIS VALUE MUST BE CALCULATED AND NOT JUST SET TO 29.97Hz!!!! ///////////////////////////////////////////////////////////////// timestampDelta = 3003; frameBytes = 0; } else { //if(!videoEncoder->PacketsOutstanding()) if( 0 != bitRateHighLimit && (videoBitRateControlModes & AdaptivePacketDelay) ) ; // do nothing now, packet delay will be done later else PThread::Current()->Sleep(5); // Place a 5 ms interval betwen // packets of the same frame. timestampDelta = 0; } #ifdef INC_ENCODE videoEncoder->IncEncodeAndGetPacket(buffer,length); //encode & get next packet frame.SetMarker(!videoEncoder->MoreToIncEncode()); #else videoEncoder->ReadOnePacket(buffer,length); //get next packet on list frame.SetMarker(!videoEncoder->PacketsOutStanding()); #endif packetNum++; // Monitor and report bandwidth usage. // If controlling bandwidth, limit the video bandwidth to // bitRateHighLimit by introducing a variable delay between packets. PTimeInterval currentTime; if( 0 != bitRateHighLimit && (videoBitRateControlModes & AdaptivePacketDelay) ) { PTimeInterval waitBeforeSending; if (newTime != 0) { // calculate delay and wait currentTime = PTimer::Tick(); waitBeforeSending = newTime - currentTime; if (waitBeforeSending > 0) PThread::Current()->Sleep(waitBeforeSending); // report bit rate & control error for previous packet currentTime = PTimer::Tick(); //re-acquire current time after wait //PTRACE(3, "H261\tBitRateControl Packet(" << oldPacketNum // << ") Bits: " << oldLength*8 // << " Interval: " << (currentTime - oldTime).GetMilliSeconds() // << " Rate: " << oldLength*8000/(currentTime - oldTime).GetMilliSeconds() // << " Error: " << (currentTime - newTime).GetMilliSeconds() // << " Slept: " << waitBeforeSending.GetMilliSeconds() ); } currentTime = PTimer::Tick(); // re-acquire current time due to possible PTRACE delay // ms = (bytes * 8) / (bps / 1000) if (bitRateHighLimit/1000) newTime = currentTime + length*8/(bitRateHighLimit/1000); else newTime = currentTime + length*8; } else { // monitor & report bit rate if (oldTime != 0) { // report bit rate for previous packet PTimeInterval currentTime = PTimer::Tick(); //PTRACE(3, "H261\tBitRateReport Packet(" << oldPacketNum // << ") Bits: " << oldLength*8 // << " Interval: " << (currentTime - oldTime).GetMilliSeconds() // << " Rate: " << oldLength*8000/(currentTime - oldTime).GetMilliSeconds() ); } currentTime = PTimer::Tick(); // re-acquire current time due to possible PTRACE delay } //oldPacketNum = packetNum; // used only for PTRACE oldTime = currentTime; oldLength = length; frameBytes += length; // count current frame bytes return ok; } BOOL H323_H261Codec::Write(const BYTE * buffer, unsigned length, const RTP_DataFrame & frame, unsigned & written) { PWaitAndSignal mutex1(videoHandlerActive); if( rawDataChannel == NULL ) { //Some other task has killed our videohandler. Exit. return FALSE; } BOOL lostPreviousPacket = FALSE; if( (++lastSequenceNumber) != frame.GetSequenceNumber() ) { lostPreviousPacket = TRUE; PTRACE(3,"H261\tDetected loss of one video packet. " << lastSequenceNumber << " != " << frame.GetSequenceNumber() << " Will recover."); lastSequenceNumber = frame.GetSequenceNumber(); // SendMiscCommand(H245_MiscellaneousCommand_type::e_lostPartialPicture); } // always indicate we have written the entire packet written = length; // H.261 header is usually at start of buffer const unsigned char * header = buffer; // determine video codec type if (videoDecoder == NULL) { // the old behaviour was to choose between IntraP64Decoder and FullP64Decoder, // depending on the header of the first packet. // This lead to bad video quality on some endpoints. // Therefore, we chose to only use the FullP64Decoder videoDecoder = new FullP64Decoder(); videoDecoder->marks(rvts); } videoDecoder->mark(now); BOOL ok = videoDecoder->decode(header, length, lostPreviousPacket); if (!ok) { PTRACE (3, "H261\t Could not decode frame, continuing in hope."); return TRUE; } // If the incoming video stream changes size, resize the rendering device. ok = Resize(videoDecoder->width(), videoDecoder->height()); if (ok && frame.GetMarker()) { videoDecoder->sync(); ndblk = videoDecoder->ndblk(); ok = RenderFrame(); frameNum++; videoDecoder->resetndblk(); } return ok; } /* Resize is relevant to the decoder only, as the encoder does not change size mid transmission. */ BOOL H323_H261Codec::Resize(int _width, int _height) { //Check for a resize is carried out one two level -. // a) size change in the receive video stream. if ((frameWidth != _width) || (frameHeight != _height) ) { frameWidth = _width; frameHeight = _height; nblk = (frameWidth * frameHeight) / 64; delete [] rvts; rvts = new BYTE[nblk]; memset(rvts, 0, nblk); if (videoDecoder != NULL) videoDecoder->marks(rvts); if (rawDataChannel != NULL) ((PVideoChannel *)rawDataChannel)->SetRenderFrameSize(_width, _height); } return TRUE; } BOOL H323_H261Codec::Redraw() { now = 1; memset(rvts, 1, nblk); return RenderFrame(); } /* RenderFrame does three things. a) Set internal variables b) Set size of the display frame. This call happens with every frame. A very small overhead. c) Display a frame. */ BOOL H323_H261Codec::RenderFrame() { int wraptime = now ^ 0x80; BYTE * ts = rvts; int k; for (k = nblk; --k >= 0; ++ts) { if (*ts == wraptime) *ts = (BYTE)now; } BOOL ok = TRUE; if (rawDataChannel != NULL) { //Now display local image. ((PVideoChannel *)rawDataChannel)->SetRenderFrameSize(frameWidth, frameHeight); PTRACE(6, "H261\tSize of video rendering frame set to " << frameWidth << "x" << frameHeight << " for channel:" << ((direction == Encoder) ? "encoding" : "decoding")); if (direction == Encoder) ok = rawDataChannel->Write((const void *)videoEncoder->GetFramePtr(),0); else ok = rawDataChannel->Write((const void *)videoDecoder->GetFramePtr(),0); } now = (now + 1) & 0xff; return ok; } void H323_H261Codec::SetTxQualityLevel(int qLevel) { videoQuality = PMIN(videoQMax, PMAX(qLevel, videoQMin)); // If a video encoder is running and if there is no // dynamic video quality control, update the value // in the encoder if (!(DynamicVideoQuality & videoBitRateControlModes) && (videoEncoder != NULL)) videoEncoder->SetQualityLevel (videoQuality); PTRACE(3, "H261\tvideoQuality set to " << videoQuality); } void H323_H261Codec::SetTxMinQuality(int qlevel) { videoQMin = PMIN(videoQMax, PMAX(1, qlevel)); PTRACE(3, "H261\tvideoQMin set to " << videoQMin); } void H323_H261Codec::SetTxMaxQuality(int qlevel) { videoQMax = PMAX(videoQMin, PMIN(31, qlevel)); PTRACE(3, "H261\tvideoQMax set to " << videoQMax); } void H323_H261Codec::SetBackgroundFill(int idle) { fillLevel = PMIN(99, PMAX(idle,1)); // If a video encoder is running and if there is no // dynamic video quality control, update the value // in the encoder if (!(DynamicVideoQuality & videoBitRateControlModes) && (NULL != videoEncoder)) videoEncoder->SetBackgroundFill (idle); PTRACE(3, "H261\tfillLevel set to " << fillLevel); } void H323_H261Codec::OnFastUpdatePicture() { PTRACE(3,"H261\tFastUpdatePicture received"); PWaitAndSignal mutex1(fastUpdateMutex); doFastUpdate = TRUE; } void H323_H261Codec::OnLostPartialPicture() { PTRACE(3,"H261\tLost partial picture message ignored, not implemented"); } void H323_H261Codec::OnLostPicture() { PTRACE(3,"H261\tLost picture message ignored, not implemented"); } #endif // NO_H323_VIDEO ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/src/h263codec.cxx0100644000176200056700000007054410251251717016636 0ustar releasepostincr/* * h263codec.cxx * * H.323 protocol handler * * Open H323 Library * * Copyright (c) 1998-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Portions of this code were written by Guilhem Tardy, with financial * assistance from March Networks (http://www.marchnetworks.com) * * Portions of this code were written with the financial assistance of * AliceStreet (http://www.alicestreet.com) * * Thanks to March Networks, AliceStreet, Guilhem Tardy for releasing * your work back to the openh323 group. * * Contributor(s): Guilhem Tardy (gtardy@marchnetworks.com) * * $Log: h263codec.cxx,v $ * Revision 1.28 2005/06/07 07:59:11 csoutheren * Applied patch 1176459 for PocketPC. Thanks to Matthias Weber * * Revision 1.27 2004/05/04 03:33:33 csoutheren * Added guards against comparing certain kinds of Capabilities * * Revision 1.26 2004/04/19 03:48:19 dereksmithies * Adjust Acknowledgements. Thanks to Guilhem Tardy for describing the error. * * Revision 1.25 2004/04/04 13:56:06 rjongbloed * Changes to support native C++ Run Time Type Information * * Revision 1.24 2003/08/29 00:33:22 dereksmithies * Add fix for printing vic messages to the log file. MANY thanks to Niklas Ogren * * Revision 1.23 2003/08/04 00:03:41 dereksmithies * Reorganise test of H323_VICH263 switch * * Revision 1.22 2003/08/01 02:01:42 csoutheren * Changed to disable when VIC 263 not installed * * Revision 1.21 2003/07/29 03:57:00 dereksmithies * Remove weird boxes on startup. * * Revision 1.20 2003/07/24 08:09:18 dereksmithies * Update to use vich263 codec, instead of ffmpeg * * Revision 1.19 2003/06/14 05:54:23 rjongbloed * Fixed MSVC warning. * Fixed what seemed an obvious mistake using boolean or operator (||) instead * of the bitwise or operator (|). * * Revision 1.18 2003/06/12 00:24:32 dereksmithies * Modify so QCIF-CIF behaviour similar to that for h261codec.cxx * * Revision 1.17 2003/06/10 01:37:25 dereksmithies * Changes so it should not crash under windows/release mode * * Revision 1.16 2003/06/06 06:32:08 rjongbloed * Fixed MSVC warning * * Revision 1.15 2003/06/06 05:18:54 dereksmithies * Fix startup delay bug. Remove all large packets from the network. Improve reliability. * * Revision 1.14 2003/06/03 05:01:23 rjongbloed * Fixed some trace logging (removed usage of cerr) * * Revision 1.13 2003/06/03 00:49:01 dereksmithies * Fix divide by zero error, which happens on win95 & win98 machines. * * Revision 1.12 2003/06/02 07:56:56 rjongbloed * Fixed media format passed to ancestor codec class * * Revision 1.11 2003/05/27 04:20:59 dereksmithies * Fix so that codec resizes correctly after capability exchange * No longer crashes if one endpoint is CIF, other is QCIF. * * Revision 1.10 2003/05/16 04:42:24 rjongbloed * Removed extraneous code, and other cosmetic changes. * Fixed compare function for capability. * Extra trace logging. * * Revision 1.9 2003/05/15 01:35:27 dereksmithies * Frame length fix * * Revision 1.8 2003/05/14 13:51:51 rjongbloed * Removed hack of using special payload type for H.263 for a method which * would be less prone to failure in the future. * Removed static "initialisation" function as this should be done * internally and not in the application. * Changed media format to be straight H.263 and not OpalH.263 * Moved Win32 stderr output in ffmpeg AVCODEC interception from * application to library. * Fixed some warnings. * * Revision 1.7 2003/05/14 03:07:17 rjongbloed * Made sure video buffer is large enough * * Revision 1.6 2003/05/05 11:59:25 robertj * Changed to use autoconf style selection of options and subsystems. * * Revision 1.5 2003/05/02 04:21:30 craigs * Added lots of extra H.263 support * * Revision 1.4 2003/04/21 21:50:22 dereks * Implement suggestion from Guilhem Tardy. Many thanks. * * Revision 1.3 2003/04/16 04:26:57 dereks * Initial release of h263 codec, which utilises the ffmpeg library. * Thanks to Guilhem Tardy, and to AliceStreet. * * Revision 1.2 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.1 2002/05/19 22:31:12 dereks * Initial release of stub file for h263 codec. Thanks Guilhem Tardy. */ /* * Initial release notes from Guilhem Tardy:: * * Added support for video capabilities & codec, still needs the actual codec itself! * The code for varying bit rate is copied from h261codec.cxx, * until it is moved to a separate file common to both video codecs. * */ #include #ifdef __GNUC__ #pragma implementation "h263codec.h" #endif #include "h263codec.h" #if defined(H323_VICH263) #include "h245.h" #include "rtp.h" #if defined(_MSC_VER) #ifndef _WIN32_WINCE #pragma comment(lib, H323_VICH263_LIBRARY) #endif #endif #include #include /* #define INC_ENCODE 1 */ ////////////////////////////////////////////////////////////////////////////// static void h263_vic_printon(char * str); static void h263_vic_printon(char * str) { PTRACE(6, "Vic H263\t" << str); strlen(str); /*Stop any compiler warning about unused variable*/ } class VicH263Link : public PObject { PCLASSINFO(VicH263Link, PObject) public: VicH263Link(); }; VicH263Link::VicH263Link() { vich263_set_print_fn(h263_vic_printon); } VicH263Link vicLink; /////////////////////////////////////////////////////////////////////////////////////// #define new PNEW static OpalMediaFormat const H263_MediaFormat("H.263", OpalMediaFormat::DefaultVideoSessionID, RTP_DataFrame::H263, FALSE, // No jitter for video 180000, // bits/sec 2000, // Not sure of this value! 0, // No intrinsic time per frame OpalMediaFormat::VideoTimeUnits); ////////////////////////////////////////////////////////////////////////////// H323_H263Capability::H323_H263Capability(unsigned _sqcifMPI, unsigned _qcifMPI, unsigned _cifMPI, unsigned _cif4MPI, unsigned _cif16MPI, unsigned _maxBitRate, unsigned _videoFrameRate, BOOL _unrestrictedVector, BOOL _arithmeticCoding, BOOL _advancedPrediction, BOOL _pbFrames, BOOL _temporalSpatialTradeOff, unsigned _hrd_B, unsigned _bppMaxKb, unsigned _slowSqcifMPI, unsigned _slowQcifMPI, unsigned _slowCifMPI, unsigned _slowCif4MPI, unsigned _slowCif16MPI, BOOL _errorCompensation) { sqcifMPI = (_sqcifMPI>0?_sqcifMPI:-(int)_slowSqcifMPI); qcifMPI = (_qcifMPI>0?_qcifMPI:-(int)_slowQcifMPI); cifMPI = (_cifMPI>0?_cifMPI:-(int)_slowCifMPI); cif4MPI = (_cif4MPI>0?_cif4MPI:-(int)_slowCif4MPI); cif16MPI = (_cif16MPI>0?_cif16MPI:-(int)_slowCif16MPI); maxBitRate = _maxBitRate; videoFrameRate = _videoFrameRate; temporalSpatialTradeOff = _temporalSpatialTradeOff; pbFrames = _pbFrames; advancedPrediction = _advancedPrediction; arithmeticCoding = _arithmeticCoding; unrestrictedVector = _unrestrictedVector; hrd_B = _hrd_B; bppMaxKb = _bppMaxKb; errorCompensation = _errorCompensation; } PObject * H323_H263Capability::Clone() const { return new H323_H263Capability(*this); } PObject::Comparison H323_H263Capability::Compare(const PObject & obj) const { if (!PIsDescendant(&obj, H323_H263Capability)) return LessThan; Comparison result = H323Capability::Compare(obj); if (result != EqualTo) return result; const H323_H263Capability & other = (const H323_H263Capability &)obj; /* if ((sqcifMPI > other.sqcifMPI) || (qcifMPI > other.qcifMPI) || (cifMPI > other.cifMPI) || (cif4MPI > other.cif4MPI) || (cif16MPI > other.cif16MPI)) return GreaterThan; if ((cif16MPI < other.cif16MPI) || (cif4MPI < other.cif4MPI) || (cifMPI < other.cifMPI) || (qcifMPI < other.qcifMPI)) return LessThan; */ if ( ((sqcifMPI > 0) && (other.sqcifMPI > 0)) || ((qcifMPI > 0) && (other.qcifMPI > 0)) || ((cifMPI > 0) && (other.cifMPI > 0)) || ((cif4MPI > 0) && (other.cif4MPI > 0)) || ((cif16MPI > 0) && (other.cif16MPI > 0)) ) return EqualTo; if (qcifMPI > 0) return LessThan; return GreaterThan; return EqualTo; } PString H323_H263Capability::GetFormatName() const { PString ret = H263_MediaFormat; if (sqcifMPI) ret += "-SQCIF"; if (qcifMPI) ret += "-QCIF"; if (cifMPI) ret += "-CIF"; if (cif4MPI) ret += "-CIF4"; if (cif16MPI) ret += "-CIF16"; return ret; } unsigned H323_H263Capability::GetSubType() const { return H245_VideoCapability::e_h263VideoCapability; } BOOL H323_H263Capability::OnSendingPDU(H245_VideoCapability & cap) const { cap.SetTag(H245_VideoCapability::e_h263VideoCapability); H245_H263VideoCapability & h263 = cap; if (sqcifMPI > 0) { h263.IncludeOptionalField(H245_H263VideoCapability::e_sqcifMPI); h263.m_sqcifMPI = sqcifMPI; } if (qcifMPI > 0) { h263.IncludeOptionalField(H245_H263VideoCapability::e_qcifMPI); h263.m_qcifMPI = qcifMPI; } if (cifMPI > 0) { h263.IncludeOptionalField(H245_H263VideoCapability::e_cifMPI); h263.m_cifMPI = cifMPI; } if (cif4MPI > 0) { h263.IncludeOptionalField(H245_H263VideoCapability::e_cif4MPI); h263.m_cif4MPI = cif4MPI; } if (cif16MPI > 0) { h263.IncludeOptionalField(H245_H263VideoCapability::e_cif16MPI); h263.m_cif16MPI = cif16MPI; } h263.m_temporalSpatialTradeOffCapability = temporalSpatialTradeOff; h263.m_maxBitRate = maxBitRate; if (sqcifMPI < 0) { h263.IncludeOptionalField(H245_H263VideoCapability::e_slowSqcifMPI); h263.m_slowSqcifMPI = -sqcifMPI; } if (qcifMPI < 0) { h263.IncludeOptionalField(H245_H263VideoCapability::e_slowQcifMPI); h263.m_slowQcifMPI = -qcifMPI; } if (cifMPI < 0) { h263.IncludeOptionalField(H245_H263VideoCapability::e_slowCifMPI); h263.m_slowCifMPI = -cifMPI; } if (cif4MPI < 0) { h263.IncludeOptionalField(H245_H263VideoCapability::e_slowCif4MPI); h263.m_slowCif4MPI = -cif4MPI; } if (cif16MPI < 0) { h263.IncludeOptionalField(H245_H263VideoCapability::e_slowCif16MPI); h263.m_slowCif16MPI = -cif16MPI; } return TRUE; } BOOL H323_H263Capability::OnSendingPDU(H245_VideoMode & pdu) const { pdu.SetTag(H245_VideoMode::e_h263VideoMode); H245_H263VideoMode & mode = pdu; mode.m_resolution.SetTag(cif16MPI ? H245_H263VideoMode_resolution::e_cif16 :(cif4MPI ? H245_H263VideoMode_resolution::e_cif4 :(cifMPI ? H245_H263VideoMode_resolution::e_cif :(qcifMPI ? H245_H263VideoMode_resolution::e_qcif : H245_H263VideoMode_resolution::e_sqcif)))); mode.m_bitRate = maxBitRate; mode.m_unrestrictedVector = unrestrictedVector; mode.m_arithmeticCoding = arithmeticCoding; mode.m_advancedPrediction = advancedPrediction; mode.m_pbFrames = pbFrames; mode.m_errorCompensation = errorCompensation; return TRUE; } BOOL H323_H263Capability::OnReceivedPDU(const H245_VideoCapability & cap) { if (cap.GetTag() != H245_VideoCapability::e_h263VideoCapability) return FALSE; const H245_H263VideoCapability & h263 = cap; if (h263.HasOptionalField(H245_H263VideoCapability::e_sqcifMPI)) sqcifMPI = h263.m_sqcifMPI; else if (h263.HasOptionalField(H245_H263VideoCapability::e_slowSqcifMPI)) sqcifMPI = -(int)h263.m_slowSqcifMPI; else sqcifMPI = 0; if (h263.HasOptionalField(H245_H263VideoCapability::e_qcifMPI)) qcifMPI = h263.m_qcifMPI; else if (h263.HasOptionalField(H245_H263VideoCapability::e_slowQcifMPI)) qcifMPI = -(int)h263.m_slowQcifMPI; else qcifMPI = 0; if (h263.HasOptionalField(H245_H263VideoCapability::e_cifMPI)) cifMPI = h263.m_cifMPI; else if (h263.HasOptionalField(H245_H263VideoCapability::e_slowCifMPI)) cifMPI = -(int)h263.m_slowCifMPI; else cifMPI = 0; if (h263.HasOptionalField(H245_H263VideoCapability::e_cif4MPI)) cif4MPI = h263.m_cif4MPI; else if (h263.HasOptionalField(H245_H263VideoCapability::e_slowCif4MPI)) cif4MPI = -(int)h263.m_slowCif4MPI; else cif4MPI = 0; if (h263.HasOptionalField(H245_H263VideoCapability::e_cif16MPI)) cif16MPI = h263.m_cif16MPI; else if (h263.HasOptionalField(H245_H263VideoCapability::e_slowCif16MPI)) cif16MPI = -(int)h263.m_slowCif16MPI; else cif16MPI = 0; maxBitRate = h263.m_maxBitRate; unrestrictedVector = h263.m_unrestrictedVector; arithmeticCoding = h263.m_arithmeticCoding; advancedPrediction = h263.m_advancedPrediction; pbFrames = h263.m_pbFrames; temporalSpatialTradeOff = h263.m_temporalSpatialTradeOffCapability; hrd_B = h263.m_hrd_B; bppMaxKb = h263.m_bppMaxKb; errorCompensation = h263.m_errorCompensation; return TRUE; } H323Codec * H323_H263Capability::CreateCodec(H323Codec::Direction direction) const { return new H323_H263Codec(direction, sqcifMPI, qcifMPI, cifMPI, cif4MPI, cif16MPI, maxBitRate, videoFrameRate); } ////////////////////////////////////////////////////////////////////////////// H323_H263Codec::H323_H263Codec(Direction dir, unsigned _sqcifMPI, unsigned _qcifMPI, unsigned _cifMPI, unsigned _cif4MPI, unsigned _cif16MPI, unsigned _maxBitRate, unsigned _videoFrameRate) : H323VideoCodec(H263_MediaFormat, dir) { PTRACE(3, "H263\t" << (dir == Encoder ? "En" : "De") << "coder created. Data rate=" << _maxBitRate << " Frame rate=" << _videoFrameRate); bitRateHighLimit = _maxBitRate; if (bitRateHighLimit == 0) { PTRACE(3, "H263\tData Rate is set to 1000 Kb/sec, as supplied value (0) is invalid"); bitRateHighLimit = 1000 * 1024; } framesPerSec = _videoFrameRate; if (framesPerSec == 0) { PTRACE(3, "H263\tFrame Rate is set to 25 frames/sec, as supplied value (0) is invalid"); framesPerSec = 25; } int shifts = -1; if (_sqcifMPI) { shifts = 0; PTRACE(3, "H263\t" << (dir == Encoder ? "En" : "De") << "coder for _sqcifMPI "); } if (_qcifMPI) { shifts = 1; PTRACE(3, "H263\t" << (dir == Encoder ? "En" : "De") << "coder for _qcifMPI"); } if (_cifMPI) { shifts = 2; PTRACE(3, "H263\t" << (dir == Encoder ? "En" : "De") << "coder for _cifMPI"); } if (_cif4MPI) { shifts = 3; PTRACE(3, "H263\t" << (dir == Encoder ? "En" : "De") << "coder for _cif4MPI"); } if (_cif16MPI) { shifts = 4; PTRACE(3, "H263\t" << (dir == Encoder ? "En" : "De") << "coder for _cif16MPI"); } if (shifts < 0) { PTRACE(1, "H263\tERROR in definition of h263 size"); return; } PTRACE(3, "H263\t" << (dir == Encoder ? "En" : "De") << "coder created." << "for a size of " << (88 << shifts) << "x" << (72 << shifts)); Resize(88 << shifts , 72 << shifts); //Fill picture structure, open codec. frameNum = 0; InitialiseCodec(); } H323_H263Codec::~H323_H263Codec() { PWaitAndSignal mutex1(videoHandlerActive); CloseCodec(); if (videoDecoder) { delete videoDecoder; videoDecoder = NULL; } if (videoEncoder){ delete videoEncoder; videoEncoder = NULL; } } void H323_H263Codec::InitialiseCodec() { // no video decoder until we receive a packet videoDecoder = NULL; // no video encoder until we receive a packet videoEncoder = NULL; } void H323_H263Codec::CloseCodec() { PTRACE(6, "H263\tClose h263 video " <<(direction == Encoder ? "En" : "De") << "coder"); } /* Notes: Quality was primarily for NetMeeting? fillLevel simply set the greyscale of the background */ //This function grabs, displays, and compresses a video frame into //into H263 packets. //Get another frame if all packets of previous frame have been sent. //Get next packet on list and send that one. //Render the current frame if all of its packets have been sent. BOOL H323_H263Codec::Read(BYTE * buffer, unsigned & length, RTP_DataFrame & frame) { PWaitAndSignal mutex1(videoHandlerActive); PTRACE(6,"H263\tAcquire next packet from h263 encoder.\n"); if (videoEncoder == NULL) { videoEncoder = new H263Encoder(videoQuality, fillLevel); } if (rawDataChannel == NULL) { length = 0; PTRACE(1,"H263\tNo channel to connect to video grabber, close down video transmission thread."); return FALSE; } if (!rawDataChannel->IsOpen()) { PTRACE(1,"H263\tVideo grabber is not initialised, close down video transmission thread."); length = 0; return FALSE; } frameWidth = ((PVideoChannel *)rawDataChannel)->GetGrabWidth(); frameHeight = ((PVideoChannel *)rawDataChannel)->GetGrabHeight(); PTRACE(6, "H263\tVideo grab size is " << frameWidth << "x" << frameHeight); if (frameWidth == 0) { PTRACE(1,"H263\tVideo grab width is 0 x 0, close down video transmission thread."); length=0; return FALSE; } videoEncoder->SetSize(frameWidth, frameHeight); PINDEX bytesInFrame = 0; BOOL ok = TRUE; #define NUMAVG 8 #ifdef INC_ENCODE if (!videoEncoder->MoreToIncEncode()) { // get a new frame #else if (!videoEncoder->PacketsOutStanding()) { // }get a new frame #endif if (0 == frameNum) { // frame 0 means no frame has been sent yet frameStartTime = PTimer::Tick(); } else { int frameTimeMs, avgFrameTimeMs, adjFrameTimeMs, avgAdjFrameTimeMs, avgFrameBytes; PTimeInterval currentTime; currentTime = PTimer::Tick(); frameTimeMs = (int)(currentTime - frameStartTime).GetMilliSeconds(); adjFrameTimeMs = frameTimeMs - (int)grabInterval.GetMilliSeconds(); // subtract time possibly blocked in grabbing frameStartTime = currentTime; sumFrameTimeMs += frameTimeMs; avgFrameTimeMs = sumFrameTimeMs / NUMAVG; sumFrameTimeMs -= avgFrameTimeMs; sumAdjFrameTimeMs += adjFrameTimeMs; avgAdjFrameTimeMs = sumAdjFrameTimeMs / NUMAVG; sumAdjFrameTimeMs -= avgAdjFrameTimeMs; sumFrameBytes += frameBytes; avgFrameBytes = sumFrameBytes / NUMAVG; sumFrameBytes -= avgFrameBytes; //PTRACE(3,"H263\tframeNum grabInterval: " // << frameNum << " " << grabInterval.GetMilliSeconds()); //PTRACE(3,"H263\tframeNum frameBits frameTimeMs Bps: " // << frameNum << " " << (frameBytes*8) << " " << frameTimeMs // << " " << frameBytes*8*1000/frameTimeMs); //PTRACE(3,"H263\tframeNum avgFrameBits avgFrameTimeMs avgBps: " // << frameNum << " " << (avgFrameBytes*8) << " " << avgFrameTimeMs // << " " << avgFrameBytes*8*1000/avgFrameTimeMs); //PTRACE(3,"H263\tframeNum avgFrameBits avgAdjFrameTimeMs avgAdjBps: " // << frameNum << " " << (avgFrameBytes*8) << " " << avgAdjFrameTimeMs // << " " << avgFrameBytes*8*1000/avgAdjFrameTimeMs); if (frameNum > NUMAVG) { // do quality adjustment after first NUMAVG frames if (0 != targetFrameTimeMs && (videoBitRateControlModes & DynamicVideoQuality)) { int error; // error signal int aerror; int act; // action signal int newQuality; int avgFrameBitRate; int targetFrameBits; // keep track of average frame size and // adjust encoder quality to get targetFrameBits bits per frame if (avgAdjFrameTimeMs) avgFrameBitRate = avgFrameBytes*8*1000 / avgAdjFrameTimeMs; // bits per second else avgFrameBitRate = avgFrameBytes*8*1000; targetFrameBits = avgFrameBitRate * targetFrameTimeMs / 1000; error = (frameBytes*8) - targetFrameBits; // error signal aerror = PABS(error); act = 0; if (aerror > (targetFrameBits/8)) { if (aerror > (targetFrameBits/4)) { if (aerror > (targetFrameBits/2)) { act = error>0 ? 2 : -4; } else { act = error>0 ? 1 : -2; } } else { act = error>0 ? 1 : -1; } } newQuality = videoQuality + act; newQuality = PMIN(PMAX(newQuality, videoQMin), videoQMax); //PTRACE(3,"H263\tframeNum targetFrameBits frameBits videoQuality newQuality: " // << frameNum << " " << targetFrameBits << " " << (frameBytes*8) << " " // << videoQuality << " " << newQuality); videoQuality = newQuality; videoEncoder->SetQualityLevel(videoQuality); //PTRACE(3,"H263\tframeNum avgFrameBitRate bitRateHighLimit: " // << frameNum << " " << avgFrameBitRate << " " << bitRateHighLimit); } } } //NO data is waiting to be read. Go and get some with the read call. PTRACE(3,"H263\tRead frame from the video source."); PTimeInterval grabStartTime = PTimer::Tick(); if (rawDataChannel->Read(videoEncoder->GetFramePtr(), bytesInFrame)) { PTRACE(3,"H263\tSuccess. Read frame from the video source in " << (PTimer::Tick() - grabStartTime).GetMilliSeconds() << " ms."); if (frameNum == 0) { memset(videoEncoder->GetFramePtr(), 64, (frameWidth * frameHeight * 3) >> 1); } packetNum = 0; // reset packet counter // If there is a Renderer attached, display the grabbed video. if (((PVideoChannel *)rawDataChannel)->IsRenderOpen()) { ok = RenderFrame(); //use data from grab process. } #ifdef INC_ENCODE videoEncoder->PreProcessOneFrame(); //Prepare to generate H263 packets #else videoEncoder->ProcessOneFrame(); //Generate H263 packets #endif frameNum++; } else { PTRACE(1,"H263\tFailed to read data from video grabber, close down video transmission thread."); return FALSE; //Read failed, return false. } grabInterval = PTimer::Tick() - grabStartTime; ///////////////////////////////////////////////////////////////// /// THIS VALUE MUST BE CALCULATED AND NOT JUST SET TO 29.97Hz!!!! ///////////////////////////////////////////////////////////////// timestampDelta = 3003; frameBytes = 0; } #ifdef INC_ENCODE videoEncoder->IncEncodeAndGetPacket(buffer,length); //encode & get next packet frame.SetMarker(!videoEncoder->MoreToIncEncode()); #else videoEncoder->ReadOnePacket(buffer,length); //get next packet on list frame.SetMarker(!videoEncoder->PacketsOutStanding()); #endif packetNum++; // Monitor and report bandwidth usage. // If controlling bandwidth, limit the video bandwidth to // bitRateHighLimit by introducing a variable delay between packets. PTimeInterval currentTime; if (0 != bitRateHighLimit && (videoBitRateControlModes & AdaptivePacketDelay)) { PTimeInterval waitBeforeSending; if (newTime != 0) { // calculate delay and wait currentTime = PTimer::Tick(); waitBeforeSending = newTime - currentTime; if (waitBeforeSending > 0) PThread::Current()->Sleep(waitBeforeSending); // report bit rate & control error for previous packet currentTime = PTimer::Tick(); //re-acquire current time after wait //PTRACE(3, "H263\tBitRateControl Packet(" << oldPacketNum // << ") Bits: " << oldLength*8 // << " Interval: " << (currentTime - oldTime).GetMilliSeconds() // << " Rate: " << oldLength*8000/(currentTime - oldTime).GetMilliSeconds() // << " Error: " << (currentTime - newTime).GetMilliSeconds() // << " Slept: " << waitBeforeSending.GetMilliSeconds()); } currentTime = PTimer::Tick(); // re-acquire current time due to possible PTRACE delay // ms = (bytes * 8) / (bps / 1000) if (bitRateHighLimit/1000) newTime = currentTime + length*8/(bitRateHighLimit/1000); else newTime = currentTime + length*8; } else { // monitor & report bit rate if (oldTime != 0) { // report bit rate for previous packet PTimeInterval currentTime = PTimer::Tick(); //PTRACE(3, "H263\tBitRateReport Packet(" << oldPacketNum // << ") Bits: " << oldLength*8 // << " Interval: " << (currentTime - oldTime).GetMilliSeconds() // << " Rate: " << oldLength*8000/(currentTime - oldTime).GetMilliSeconds()); } currentTime = PTimer::Tick(); // re-acquire current time due to possible PTRACE delay } //oldPacketNum = packetNum; // used only for PTRACE oldTime = currentTime; oldLength = length; frameBytes += length; // count current frame bytes return ok; } BOOL H323_H263Codec::Write(const BYTE * buffer, unsigned length, const RTP_DataFrame & frame, unsigned & written) { PWaitAndSignal mutex1(videoHandlerActive); if (rawDataChannel == NULL) { //Some other task has killed our videohandler. Exit. return FALSE; } BOOL lostPreviousPacket = FALSE; if ((++lastSequenceNumber) != frame.GetSequenceNumber()) { lostPreviousPacket = TRUE; PTRACE(3,"H263\tDetected loss of one video packet. " << lastSequenceNumber << " != " << frame.GetSequenceNumber() << " Will recover."); lastSequenceNumber = frame.GetSequenceNumber(); // SendMiscCommand(H245_MiscellaneousCommand_type::e_lostPartialPicture); } // always indicate we have written the entire packet written = length; // H.263 header is usually at start of buffer const unsigned char * header = buffer; // adjust for any contributing source (see SSRC in RFC1889) PINDEX cnt = frame.GetContribSrcCount(); if (cnt > 0) { header += cnt * 4; length -= cnt * 4; } // determine video codec type if (videoDecoder == NULL) { /* if ((*header & 2) && !(*header & 1)) // check value of I field in header AWM: Intra vs. Full? */ videoDecoder = new H263Decoder(); videoDecoder->marks(rvts); } videoDecoder->mark(now); BOOL ok = videoDecoder->decode(header, length, (char)lostPreviousPacket, (char)frame.GetMarker(), frame.GetSequenceNumber()); if (!ok) { PTRACE (3, "H263\t Could not decode frame, continuing in hope."); return TRUE; } // If the incoming video stream changes size, resize the rendering device. ok = Resize(videoDecoder->width(), videoDecoder->height()); if (ok && frame.GetMarker()) { videoDecoder->sync(); ndblk = videoDecoder->ndblk(); ok = RenderFrame(); videoDecoder->resetndblk(); } return ok; } BOOL H323_H263Codec::Resize(int _width, int _height) { if ((frameWidth == _width) && (frameHeight == _height)) return TRUE; PTRACE(6, "H263\t" << (direction == Encoder ? "En" : "De") << "coder resizing to " << _width << "x" << _height << "."); frameWidth = _width; frameHeight = _height; return TRUE; } /* RenderFrame does two things: a) Set size of the display frame. This call happens with every frame. A very small overhead. b) Display a frame. */ BOOL H323_H263Codec::RenderFrame(const void * buffer) { if (rawDataChannel == NULL) return TRUE; //Now display local image. ((PVideoChannel *)rawDataChannel)->SetRenderFrameSize(frameWidth, frameHeight); if (buffer == NULL) return TRUE; return rawDataChannel->Write(buffer, 0 /*unused parameter*/); } /* AWM: Look-alike to H.261 implementation */ BOOL H323_H263Codec::RenderFrame() { void *srcData; if (direction == Encoder) srcData = videoEncoder->GetFramePtr(); else srcData = videoDecoder->GetFramePtr(); return RenderFrame(srcData); } void H323_H263Codec::SetTxQualityLevel(int qLevel) { int qualityLevel = PMIN(14, PMAX(qLevel,3)); int lowLimit = PMIN(10, qualityLevel - 2); int highLimit = qualityLevel + 12; videoQuality = qLevel; videoQMin = lowLimit; videoQMax = highLimit; } void H323_H263Codec::SetBackgroundFill(int idle) { fillLevel = PMIN(99, PMAX(idle,1)); } void H323_H263Codec::OnLostPartialPicture() { PTRACE(3, "H263\tLost partial picture message ignored, not implemented"); } void H323_H263Codec::OnLostPicture() { PTRACE(3, "H263\tLost picture message ignored, not implemented"); } ////////////////////////////////////////////////////////////////////// #endif // H323_VICH263 openh323_v1_18_0/src/h323.cxx0100644000176200056700000055212510341473027015635 0ustar releasepostincr/* * h323.cxx * * H.323 protocol handler * * Open H323 Library * * Copyright (c) 1998-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: h323.cxx,v $ * Revision 1.359 2005/11/25 02:25:27 csoutheren * Applied patch #1351556 from Louis R. Marascio * Fix for endSession not being sent properly by remote EP * * Revision 1.358 2005/09/23 05:46:41 csoutheren * Fixed bug #1296199, where call limits were not enforced for incoming calls * * Revision 1.357 2005/09/16 08:14:34 csoutheren * Added override to control cleanup of OSP connections * Added new function to allow control of deferred fastStart connections * * Revision 1.356 2005/08/27 02:14:21 csoutheren * Capture time that reverse fast start acknowledge is received * Capture time that connect is sent/received * * Revision 1.355 2005/07/15 13:13:56 csoutheren * Fixed compile problem with gcc 2.95.3 compiler * Thanks to Roger Hardiman * * Revision 1.354 2005/03/08 03:45:00 csoutheren * Fixed debug problem in fastStart mode * * Revision 1.353 2005/03/04 03:21:20 csoutheren * Added local and remote addresses to all PDU logs to assist in debugging * * Revision 1.352 2005/01/03 14:03:21 csoutheren * Added new configure options and ability to disable/enable modules * * Revision 1.351 2005/01/03 06:25:55 csoutheren * Added extensive support for disabling code modules at compile time * * Revision 1.350 2004/12/21 23:33:47 csoutheren * Fixed #defines for H.460, thanks to Simon Horne * * Revision 1.349 2004/12/16 00:34:35 csoutheren * Fixed reporting of call end time and code * Added GetNextDestination * * Revision 1.348 2004/12/14 06:22:21 csoutheren * More OSP implementation * * Revision 1.347 2004/12/09 23:38:40 csoutheren * More OSP implementation * * Revision 1.346 2004/12/08 01:59:23 csoutheren * initial support for Transnexus OSP toolkit * * Revision 1.345 2004/11/22 11:31:02 rjongbloed * Added ability to restart H.245 negotiations, thanks Norbert Bartalsky * * Revision 1.344 2004/09/07 22:50:56 rjongbloed * Changed usage of template function as MSVC6 will not compile it. * * Revision 1.343 2004/09/03 01:06:10 csoutheren * Added initial hooks for H.460 GEF * Thanks to Simon Horne and ISVO (Asia) Pte Ltd. for this contribution * * Revision 1.342 2004/08/14 07:44:20 rjongbloed * Fixed compatibility with early start on Cisco CCM systems, thanks Portela Fernando * * Revision 1.341 2004/08/01 11:35:49 rjongbloed * Fixed possible issue with merging real TCS and the "fake" TCS we build from * the fast start parameters. Should not merge but overwrite. * * Revision 1.340 2004/08/01 10:53:45 rjongbloed * Allowed greater flexibility with checking capability types in setting Q931 bearer caps * on call setup, thanks Simon Horne * * Revision 1.339 2004/07/30 05:28:16 csoutheren * Fixed problem when inteoperating with some endpoints behind a firewall * Thanks to Derek Smithies for patiently hitting the author over the head until this problem was fixed * * Revision 1.338 2004/07/20 09:32:33 csoutheren * Ensured that TCS and MSD timers are stopped when a call is shut down * Thanks to Joegen Baclor * * Revision 1.337 2004/07/03 06:51:37 rjongbloed * Added PTRACE_PARAM() macro to fix warnings on parameters used in PTRACE * macros only. * * Revision 1.336 2004/06/15 03:30:00 csoutheren * Added OnSendARQ to allow access to the ARQ message before sent by connection * * Revision 1.335 2004/06/09 23:48:41 csoutheren * Improved resolution of remote party name * * Revision 1.334 2004/06/09 23:31:08 csoutheren * Ensure correct call failure code is returned when call ends due to facility deflect * * Revision 1.333 2004/06/09 23:28:34 csoutheren * Ensured that Alerting that is not associated with media startup does * not prematurely send back a refusal of fastConnect * * Revision 1.332 2004/05/17 12:14:24 csoutheren * Added support for different SETUP PDU types * * Revision 1.331 2004/04/24 23:58:05 rjongbloed * Fixed GCC 3.4 warning about PAssertNULL * * Revision 1.330 2004/04/20 07:53:13 csoutheren * Fixed problems with NAT detection * * Revision 1.329 2004/04/16 04:01:51 csoutheren * Prevent NAT detection from falsely triggering * * Revision 1.328 2004/04/13 12:30:15 rjongbloed * Fixed AnswerCallAlertWithMedia so will send an ALERTING pdu even if the * mediaWaitForConnect is set. * * Revision 1.327 2004/04/07 05:31:42 csoutheren * Added ability to receive calls from endpoints behind NAT firewalls * * Revision 1.326 2004/04/03 08:28:06 csoutheren * Remove pseudo-RTTI and replaced with real RTTI * * Revision 1.325 2004/03/09 20:58:41 dsandras * Do not start a logical channel that is already started. * * Revision 1.324 2004/03/04 04:50:45 csoutheren * Added additional response code needed for MCU * * Revision 1.323 2004/02/26 08:32:47 csoutheren * Added release complete codes for MCU * * Revision 1.322 2003/12/31 02:29:20 csoutheren * Ensure that an ARJ with code securityDenial returns call end reason code EndedBySecurityDenial (for outgoing calls too) * * Revision 1.321 2003/12/31 02:24:12 csoutheren * Ensure that an ARJ with code securityDenial returns call end reason code EndedBySecurityDenial * * Revision 1.320 2003/12/28 02:37:49 csoutheren * Added H323EndPoint::OnOutgoingCall * * Revision 1.319 2003/12/17 10:25:41 csoutheren * Removed misleading error message thanks to Hans Verbeek * * Revision 1.318 2003/10/27 06:03:39 csoutheren * Added support for QoS * Thanks to Henry Harrison of AliceStreet * * Revision 1.317 2003/10/09 09:47:45 csoutheren * Fixed problem with re-opening RTP half-channels under unusual * circumstances. Thanks to Damien Sandras * * Revision 1.316 2003/07/18 10:03:54 csoutheren * Fixed mistake in applying previous change where usage of SwapChannel * accidentally used ReplaceChannel * * Revision 1.315 2003/07/16 10:43:13 csoutheren * Added SwapChannel function to H323Codec to allow media hold channels * to work better. Thanks to Federico Pinna * * Revision 1.314 2003/05/06 06:23:37 robertj * Added continuous DTMF tone support (H.245 UserInputIndication - signalUpdate) * as per header documentation, thanks Auri Vizgaitis * * Revision 1.313 2003/04/30 00:28:55 robertj * Redesigned the alternate credentials in ARQ system as old implementation * was fraught with concurrency issues, most importantly it can cause false * detection of replay attacks taking out an endpoint completely. * * Revision 1.312 2003/03/11 22:14:18 dereks * Fix syntax error in previous commit. * * Revision 1.311 2003/03/11 22:12:39 dereks * Fix so that pause stops video also; Thanks Damien Sandras. * * Revision 1.310 2003/02/12 23:59:25 robertj * Fixed adding missing endpoint identifer in SETUP packet when gatekeeper * routed, pointed out by Stefan Klein * Also fixed correct rutrn of gk routing in IRR packet. * * Revision 1.309 2003/02/12 02:21:50 robertj * Changed Q.931 release complete cause code to be error value, an impossible * value rather than just strange, until a possible value is received. * * Revision 1.308 2003/02/09 23:28:33 robertj * Fixed problem with left over extension fields from previously received * H.225 PDUs, thanks Gustavo García * * Revision 1.307 2003/01/29 23:48:34 robertj * Removed extraneous code, thanks Chih-Wei Huang * * Revision 1.306 2003/01/26 02:50:23 craigs * Change so SETUP PDU uses conference and callIdentifier from H323Connection, * rather than both doing seperately and then overwriting * * Revision 1.305 2002/12/18 06:56:09 robertj * Moved the RAS IRR on UUIE to after UUIE is processed. Means you get * correct state variables such as connectedTime. * * Revision 1.304 2002/12/12 01:24:38 robertj * Changed default user indication input mode to be alphanumeric H.245 if the * remote TCS does not indicate any UII capability (per spec). * * Revision 1.303 2002/12/10 23:38:33 robertj * Moved the unsolicited IRR for sending requested UUIE to inside mutex. * * Revision 1.302 2002/12/06 03:44:41 robertj * Fixed bug in seleting request mode other than zero, thanks Ulrich Findeisen * * Revision 1.301 2002/11/27 06:54:56 robertj * Added Service Control Session management as per Annex K/H.323 via RAS * only at this stage. * Added H.248 ASN and very primitive infrastructure for linking into the * Service Control Session management system. * Added basic infrastructure for Annex K/H.323 HTTP transport system. * Added Call Credit Service Control to display account balances. * * Revision 1.300 2002/11/15 05:17:26 robertj * Added facility redirect support without changing the call token for access * to the call. If it gets redirected a new H323Connection object is * created but it looks like the same thing to an application. * * Revision 1.299 2002/11/13 04:37:55 robertj * Added ability to get (and set) Q.931 release complete cause codes. * * Revision 1.298 2002/10/31 00:39:21 robertj * Enhanced jitter buffer system so operates dynamically between minimum and * maximum values. Altered API to assure app writers note the change! * * Revision 1.297 2002/10/30 05:53:32 craigs * Changed to allow h245InSetup acknowledge to be in packet after CallProceeding * * Revision 1.296 2002/10/29 00:10:11 robertj * Added IsValid() function to indicate that a PTime is set correctly. * * Revision 1.295 2002/10/16 02:30:51 robertj * Fixed incorrect ipv6 symbol for H.245 pdu, thanks Sébastien Josset. * * Revision 1.294 2002/10/08 13:08:21 robertj * Changed for IPv6 support, thanks Sébastien Josset. * * Revision 1.293 2002/09/03 06:07:54 robertj * Removed redundent dump of H.245 pdu. * * Revision 1.292 2002/08/09 07:22:39 robertj * Fixed error trace log message for if had transport.error to gatekeeper. * * Revision 1.291 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.290 2002/08/05 05:17:41 robertj * Fairly major modifications to support different authentication credentials * in ARQ to the logged in ones on RRQ. For both client and server. * Various other H.235 authentication bugs and anomalies fixed on the way. * * Revision 1.289 2002/07/29 05:31:49 robertj * Fixed issues with getting CONNECT but no media causing a EndedByNoAnswer * call clearing. Now causes an EndedByCapabilityExchange clearance. * * Revision 1.288 2002/07/25 10:55:44 robertj * Changes to allow more granularity in PDU dumps, hex output increasing * with increasing trace level. * * Revision 1.287 2002/07/18 08:31:05 robertj * Moved OnSetLocalCapabilities() to before call-proceeding response as it * needs to be before the TCS that might be in the SETUP pdu is processed. * * Revision 1.286 2002/07/18 05:10:40 robertj * Fixed problem with fast start adding "fake" remote capabilities regardless * of that capability already being in the table because of TCS in SETUP. * * Revision 1.285 2002/07/12 06:09:39 robertj * Fixed race conditions due to missing Lock() in AnsweringCall() * * Revision 1.284 2002/07/07 02:19:17 robertj * Fixed sending of IRR's on release complete, thanks Ravelli Rossano * * Revision 1.283 2002/07/05 02:22:56 robertj * Added support for standard and non-standard T.38 mode change. * * Revision 1.282 2002/07/05 00:54:12 robertj * Allowed for backward motion in time (DST) with endSession timeout. * * Revision 1.281 2002/07/04 02:36:36 robertj * Added variable wait time for endSession to be received so do not get * cumulative delay in clean up thread, thanks Federico Pinna * * Revision 1.280 2002/07/04 00:40:34 robertj * More H.450.11 call intrusion implementation, thanks Aleksandar Todorovic * * Revision 1.279 2002/07/03 09:37:25 robertj * Fixed bug from in 1.276 which causes failures to fast start channels. * * Revision 1.278 2002/07/02 10:02:32 robertj * Added H323TransportAddress::GetIpAddress() so don't have to provide port * when you don't need it as in GetIpAndPort(),. * * Revision 1.277 2002/06/28 03:57:33 robertj * Added fix to prevent endSession timeout if remote endpoint crashes or * disconnects TCP without having sent one. * * Revision 1.276 2002/06/25 08:30:12 robertj * Changes to differentiate between stright G.723.1 and G.723.1 Annex A using * the OLC dataType silenceSuppression field so does not send SID frames * to receiver codecs that do not understand them. * * Revision 1.275 2002/06/24 00:07:31 robertj * Fixed bandwidth usage being exactly opposite (adding when it should * be subtracting), thanks Saswat Praharaj. * * Revision 1.274 2002/06/22 06:11:33 robertj * Fixed bug on sometimes missing received endSession causing 10 second * timeout in connection clean up. * * Revision 1.273 2002/06/22 05:48:42 robertj * Added partial implementation for H.450.11 Call Intrusion * * Revision 1.272 2002/06/15 03:07:40 robertj * Fixed correct detect of consultation transfer, thanks Gilles Delcayre * * Revision 1.271 2002/06/13 06:15:19 robertj * Allowed TransferCall() to be used on H323Connection as well as H323EndPoint. * * Revision 1.270 2002/06/13 02:14:08 robertj * Removed automatic clear of call when requesting a facility redirect form of * call forwarding. Causes interop problems with Cisco IOS. * * Revision 1.269 2002/06/07 02:18:20 robertj * Fixed GNU warning * * Revision 1.268 2002/06/06 03:06:31 robertj * Fixed unecessary delay in waiting for endSession if we actually do not * need to send one so don;t get one back (ie no H.245). * Fixed crash when receive a tunneled H.245 PDU during connection shut down. * Fixed tunnelled endSession in release complete PDU. * * Revision 1.267 2002/06/05 05:29:50 robertj * Added code to detect if remote endpoint is Cisco IOS based gateway and * set remoteApplication variable accordingly. * Added code to not do multiple tunnellled H.245 messages if Cisco IOS. * * Revision 1.266 2002/06/05 02:30:02 robertj * Changed round trip time calculation to operate as soon as H.245 allows it * instead of when call is "established". * * Revision 1.265 2002/05/31 06:10:36 robertj * Removed unecessary mutex grab (causes deadlocks), thanks Federico Pinna * * Revision 1.264 2002/05/29 06:37:57 robertj * Changed sending of endSession/ReleaseComplete PDU's to occur immediately * on call clearance and not wait for background thread to do it. * Stricter compliance by waiting for reply endSession before closing down. * * Revision 1.263 2002/05/29 03:55:21 robertj * Added protocol version number checking infrastructure, primarily to improve * interoperability with stacks that are unforgiving of new features. * * Revision 1.262 2002/05/21 09:32:49 robertj * Added ability to set multiple alias names ona connection by connection * basis, defaults to endpoint list, thanks Artis Kugevics * * Revision 1.261 2002/05/16 00:57:27 robertj * Fixed problem where if get early start separate H.245 channel and it take * more than 10 seconds for CONNECT then hangs up call. * * Revision 1.260 2002/05/16 00:00:37 robertj * Added memory management of created T.38 and T.120 handlers. * Added ability to initiate a mode change for non-standard T.38 * * Revision 1.259 2002/05/07 03:18:15 robertj * Added application info (name/version etc) into registered endpoint data. * * Revision 1.258 2002/05/03 05:38:19 robertj * Added Q.931 Keypad IE mechanism for user indications (DTMF). * * Revision 1.257 2002/05/03 03:08:40 robertj * Added replacementFor field in OLC when resolving conflicting channels. * * Revision 1.256 2002/05/02 07:56:27 robertj * Added automatic clearing of call if no media (RTP data) is transferred in a * configurable (default 5 minutes) amount of time. * * Revision 1.255 2002/05/02 05:19:29 robertj * Fixed processing of tunnelled H.245 in setup if have local tunnelling disabled. * * Revision 1.254 2002/05/01 05:59:05 robertj * Added resolution of simultaneous starth245 messages. * * Revision 1.253 2002/04/18 00:21:45 robertj * Fixed incorrect end call reason when call is abandoned by caller. * * Revision 1.252 2002/04/17 00:50:12 robertj * Added ability to disable the in band DTMF detection. * * Revision 1.251 2002/03/27 06:04:42 robertj * Added Temporary Failure end code for connection, an application may * immediately retry the call if this occurs. * * Revision 1.250 2002/03/27 00:17:27 robertj * Fixed fall back from RFC2833 to H.245 UII if remote does not have capability. * * Revision 1.249 2002/03/26 08:47:14 robertj * Changed setting of RFC2833 payload type so depends on call direction (who * answered) rather than master/slave. Fixed problem with TCS in SETUP packet. * * Revision 1.248 2002/03/19 05:16:13 robertj * Normalised ACF destExtraCallIInfo to be same as other parameters. * * Revision 1.247 2002/02/25 23:32:20 robertj * Fixed problem with "late" H.245 tunnelled messages arriving while switching * to separate H.245 channal, thanks Chih-Wei Huang. * * Revision 1.246 2002/02/25 06:16:53 robertj * Fixed problem where sending a TCS in response to receiving a TCS, waits * until we actually have local capabilities so don't get a false TCS=0 * * Revision 1.245 2002/02/19 06:18:41 robertj * Improved tracing, especially re UserInput send modes. * * Revision 1.244 2002/02/11 04:17:33 robertj * Fixed bug where could send DRQ if never received an ACF. * * Revision 1.243 2002/02/06 06:30:26 craigs * Fixed problem whereby MSD/TCS was stalled if H245 was included in * SETUP, but other end did not respond * * Revision 1.242 2002/02/05 23:41:59 craigs * Fixed warning caused by invokeId being unsigned but compared to -1 * * Revision 1.241 2002/02/04 07:17:56 robertj * Added H.450.2 Consultation Transfer, thanks Norwood Systems. * * Revision 1.240 2002/01/26 00:26:38 robertj * Fixed GNU warnings. * * Revision 1.239 2002/01/25 05:19:43 robertj * Moved static strings for enum printing to inside of function, could crash with DLL's * * Revision 1.238 2002/01/24 23:12:29 robertj * Fixed v4 H.245 start in SETUP pdu, should use parallelH245Control field. * * Revision 1.237 2002/01/24 06:29:05 robertj * Added option to disable H.245 negotiation in SETUP pdu, this required * API change so have a bit mask instead of a series of booleans. * * Revision 1.236 2002/01/24 00:20:54 robertj * Fixed crash if receive release complete without H.323 part. * * Revision 1.235 2002/01/23 12:45:37 rogerh * Add the DTMF decoder. This identifies DTMF tones in an audio stream. * * Revision 1.234 2002/01/23 07:12:52 robertj * Added hooks for in band DTMF detection. Now need the detector! * * Revision 1.233 2002/01/22 22:48:25 robertj * Fixed RFC2833 support (transmitter) requiring large rewrite * * Revision 1.232 2002/01/22 07:08:26 robertj * Added IllegalPayloadType enum as need marker for none set * and MaxPayloadType is a legal value. * * Revision 1.231 2002/01/20 22:59:53 robertj * Fixed compatibility with brain dead NetMeeting * * Revision 1.230 2002/01/18 06:01:38 robertj * Added some H323v4 functions (fastConnectRefused & TCS in SETUP) * * Revision 1.229 2002/01/17 07:05:03 robertj * Added support for RFC2833 embedded DTMF in the RTP stream. * * Revision 1.228 2002/01/14 00:06:51 robertj * Added H.450.6, better H.450.2 error handling and and Music On Hold. * Added destExtraCallInfo field for ARQ. * Improved end of call status on ARJ responses. * Thanks Ben Madsen of Norwood Systems * * Revision 1.227 2002/01/10 23:11:16 robertj * Fixed failure to pass session ID in capability create channel function, this * only causes a problem with new external RTP sessions. * * Revision 1.226 2002/01/10 22:43:05 robertj * Added initialisation of T.38 mode change flag, thanks Vyacheslav Frolov * * Revision 1.225 2002/01/10 22:40:57 robertj * Fixed race condition with T.38 mode change variable, thanks Vyacheslav Frolov * * Revision 1.224 2002/01/10 05:13:54 robertj * Added support for external RTP stacks, thanks NuMind Software Systems. * * Revision 1.223 2002/01/09 00:21:39 robertj * Changes to support outgoing H.245 RequstModeChange. * * Revision 1.222 2002/01/07 01:42:07 robertj * Fixed default tunneling flag value when usinf connection constructor wirth * 3 parameters (works with 2 and 4 but not 3). * * Revision 1.221 2002/01/02 04:52:41 craigs * Added RequestModeChange thanks to Vyacheslav Frolov * * Revision 1.220 2001/12/22 03:21:03 robertj * Added create protocol function to H323Connection. * * Revision 1.219 2001/12/22 03:11:03 robertj * Changed OnRequstModeChange to return ack, then actually do the change. * * Revision 1.218 2001/12/22 01:53:24 robertj * Added more support for H.245 RequestMode operation. * * Revision 1.217 2001/12/15 09:10:21 robertj * Fixed uninitialised end time preventing correct time from being set in DRQ. * * Revision 1.216 2001/12/15 08:08:34 robertj * Added alerting, connect and end of call times to be sent to RAS server. * * Revision 1.215 2001/12/14 06:39:28 robertj * Broke out conversion of Q.850 and H.225 release complete codes to * OpenH323 call end reasons enum. * * Revision 1.214 2001/12/13 11:03:00 robertj * Added ability to automatically add ACF access token to SETUP pdu. * * Revision 1.213 2001/11/22 02:30:13 robertj * Fixed GetSessionCodecNames so it actually returns the codec names. * * Revision 1.212 2001/11/09 05:39:54 craigs * Added initial T.38 support thanks to Adam Lazur * * Revision 1.211 2001/11/06 22:57:23 robertj * Added missing start of H.245 channel in SETUP PDU. * * Revision 1.210 2001/11/01 06:11:57 robertj * Plugged very small mutex hole that could cause crashes. * * Revision 1.209 2001/11/01 00:27:35 robertj * Added default Fast Start disabled and H.245 tunneling disable flags * to the endpoint instance. * * Revision 1.208 2001/10/30 23:58:42 robertj * Fixed problem with transmit channels not being started * under some circumstances (eg Cisco early start). * * Revision 1.207 2001/10/24 00:55:49 robertj * Made cosmetic changes to H.245 miscellaneous command function. * * Revision 1.206 2001/10/23 02:17:16 dereks * Initial release of cu30 video codec. * * Revision 1.205 2001/10/04 06:40:55 robertj * Fixed GNU warning * * Revision 1.204 2001/09/26 07:20:42 robertj * Fixed correct sending of new digits in overlap dialing, and stopped * sending redundent ARQ's if dialing occurs quickly thanks Chris Purvis. * * Revision 1.203 2001/09/26 06:20:59 robertj * Fixed properly nesting connection locking and unlocking requiring a quite * large change to teh implementation of how calls are answered. * * Revision 1.202 2001/09/22 01:51:57 robertj * Fixed SendMoreDigits() using Info Q.931 PDU to only send new digits. * * Revision 1.201 2001/09/19 03:30:55 robertj * Added some support for overlapped dialing, thanks Chris Purvis & Nick Hoath. * * Revision 1.200 2001/09/18 10:36:57 robertj * Allowed multiple overlapping requests in RAS channel. * * Revision 1.199 2001/09/13 06:48:15 robertj * Added call back functions for remaining Q.931/H.225 messages. * Added call back to allow modification of Release Complete,thanks Nick Hoath * * Revision 1.198 2001/09/12 07:48:05 robertj * Fixed various problems with tracing. * * Revision 1.197 2001/09/12 06:58:00 robertj * Added support for iNow Access Token from gk, thanks Nick Hoath * * Revision 1.196 2001/09/12 06:04:38 robertj * Added support for sending UUIE's to gk on request, thanks Nick Hoath * * Revision 1.195 2001/09/11 01:24:36 robertj * Added conditional compilation to remove video and/or audio codecs. * * Revision 1.194 2001/09/06 01:29:34 robertj * Fixed passing of 0 duration to OnUserInputTone if not present in PDU. * * Revision 1.193 2001/08/27 03:45:59 robertj * Added automatic setting of bearer capability transfer mode from H.323 * capabilities on connection at time of SETUP PDU. * * Revision 1.192 2001/08/22 06:54:51 robertj * Changed connection locking to use double mutex to guarantee that * no threads can ever deadlock or access deleted connection. * * Revision 1.191 2001/08/16 07:49:19 robertj * Changed the H.450 support to be more extensible. Protocol handlers * are now in separate classes instead of all in H323Connection. * * Revision 1.190 2001/08/13 01:27:03 robertj * Changed GK admission so can return multiple aliases to be used in * setup packet, thanks Nick Hoath. * * Revision 1.189 2001/08/06 03:08:56 robertj * Fission of h323.h to h323ep.h & h323con.h, h323.h now just includes files. * * Revision 1.188 2001/08/03 03:49:57 craigs * Fixed problem with AnswerCallDeferredWithMedia not working with fastStart * on some machine * * Revision 1.187 2001/08/02 04:32:17 robertj * Added ability for AdmissionRequest to alter destination alias used in * the outgoing call. Thanks Ben Madsen & Graeme Reid. * * Revision 1.186 2001/08/01 00:46:16 craigs * Added ability to early start without Alerting * * Revision 1.185 2001/07/19 09:29:47 robertj * Adde X.880 invoke reject if get global opcode. * * Revision 1.184 2001/07/17 04:44:31 robertj * Partial implementation of T.120 and T.38 logical channels. * * Revision 1.183 2001/07/17 04:13:06 robertj * Fixed subtle bug when have split codec conflict, did not use the remotes * caabilities (used local) so end up with incorrect frames per packet. * * Revision 1.182 2001/07/06 02:28:25 robertj * Moved initialisation of local capabilities back to constructor for * backward compatibility reasons. * * Revision 1.181 2001/07/05 04:19:13 robertj * Added call back for setting local capabilities. * * Revision 1.180 2001/07/04 09:02:07 robertj * Added more tracing * * Revision 1.179 2001/06/14 07:10:35 robertj * Removed code made redundent by previous change. * * Revision 1.178 2001/06/14 06:25:16 robertj * Added further H.225 PDU build functions. * Moved some functionality from connection to PDU class. * * Revision 1.177 2001/06/13 06:38:25 robertj * Added early start (media before connect) functionality. * * Revision 1.176 2001/06/05 03:14:41 robertj * Upgraded H.225 ASN to v4 and H.245 ASN to v7. * * Revision 1.175 2001/05/31 07:16:56 robertj * Improved debug output on decoding internal PDU's, especially if fails. * Added trace dump of H4501 PDU's * * Revision 1.174 2001/05/30 23:34:54 robertj * Added functions to send TCS=0 for transmitter side pause. * * Revision 1.173 2001/05/22 00:40:20 robertj * Fixed restart problem when in transmitter paused (TCS=0) state, thanks Paul van de Wijngaard * * Revision 1.172 2001/05/17 07:11:29 robertj * Added more call end types for common transport failure modes. * * Revision 1.171 2001/05/17 03:30:45 robertj * Fixed support for transmiter side paused (TCS=0), thanks Paul van de Wijngaard * * Revision 1.170 2001/05/10 02:09:55 robertj * Added more call end codes from Q.931, no answer and no response. * Changed call transfer call end code to be the same as call forward. * * Revision 1.169 2001/05/09 04:59:04 robertj * Bug fixes in H.450.2, thanks Klein Stefan. * * Revision 1.168 2001/05/09 04:07:55 robertj * Added more call end codes for busy and congested. * * Revision 1.167 2001/05/03 06:49:43 robertj * Added bullet proofing for if get decode error in Q.931 User-User data. * * Revision 1.166 2001/05/02 16:22:21 rogerh * Add IsAllow() for a single capability to check if it is in the * capabilities set. This fixes the bug where OpenH323 would accept * incoming H261 video even when told not to accept it. * * Revision 1.165 2001/05/01 04:34:11 robertj * Changed call transfer API slightly to be consistent with new hold function. * * Revision 1.164 2001/05/01 02:12:50 robertj * Added H.450.4 call hold (Near End only), thanks David M. Cassel. * * Revision 1.163 2001/04/23 01:31:15 robertj * Improved the locking of connections especially at shutdown. * * Revision 1.162 2001/04/20 02:32:07 robertj * Improved logging of bandwith, used more intuitive units. * * Revision 1.161 2001/04/20 02:16:53 robertj * Removed GNU C++ warnings. * * Revision 1.160 2001/04/11 03:01:29 robertj * Added H.450.2 (call transfer), thanks a LOT to Graeme Reid & Norwood Systems * * Revision 1.159 2001/04/09 08:47:28 robertj * Added code to force the bringing up of a separate H.245 channel if not * tunnelling and the call receiver does not start separate channel. * * Revision 1.158 2001/04/04 03:13:12 robertj * Made sure tunnelled H.245 is not used if separate channel is opened. * Made sure H.245 TCS & MSD is done if initiated the call and fast started, * do so on receipt of the connect from remote end. * Utilised common function for TCS and MSD initiation. * * Revision 1.157 2001/03/08 07:45:06 robertj * Fixed issues with getting media channels started in some early start * regimes, in particular better Cisco compatibility. * * Revision 1.156 2001/03/06 04:44:47 robertj * Fixed problem where could send capability set twice. This should not be * a problem except when talking to another broken stack, eg Cisco routers. * * Revision 1.155 2001/02/09 05:13:55 craigs * Added pragma implementation to (hopefully) reduce the executable image size * under Linux * * Revision 1.154 2001/01/19 06:56:58 robertj * Fixed possible nested mutex of H323Connection if get PDU which waiting on answer. * * Revision 1.153 2001/01/11 06:40:37 craigs * Fixed problem with ClearCallSychronous failing because ClearCall was * called before it finished * * Revision 1.152 2001/01/03 05:59:07 robertj * Fixed possible deadlock that caused asserts about transport thread * not terminating when clearing calls. * * Revision 1.151 2000/12/19 22:33:44 dereks * Adjust so that the video channel is used for reading/writing raw video * data, which better modularizes the video codec. * * Revision 1.150 2000/12/18 08:59:20 craigs * Added ability to set ports * * Revision 1.149 2000/11/27 02:44:06 craigs * Added ClearCall Synchronous to H323Connection and H323Endpoint to * avoid race conditions with destroying descendant classes * * Revision 1.148 2000/11/24 10:53:59 robertj * Fixed bug in fast started G.711 codec not working in one direction. * * Revision 1.147 2000/11/15 00:14:06 robertj * Added missing state to FastStartState strings, thanks Ulrich Findeisen * * Revision 1.146 2000/11/12 23:49:16 craigs * Added per connection versions of OnEstablished and OnCleared * * Revision 1.145 2000/11/08 04:44:02 robertj * Added function to be able to alter/remove the call proceeding PDU. * * Revision 1.144 2000/10/30 03:37:54 robertj * Fixed opeing of separate H.245 channel if fast start but not tunneling. * * Revision 1.143 2000/10/19 04:09:03 robertj * Fix for if early start opens channel which fast start still pending. * * Revision 1.142 2000/10/16 09:51:38 robertj * Fixed problem with not opening fast start video receive if do not have transmit enabled. * * Revision 1.141 2000/10/13 02:16:04 robertj * Added support for Progress Indicator Q.931/H.225 message. * * Revision 1.140 2000/10/12 05:11:54 robertj * Added trace log if get transport error on writing PDU. * * Revision 1.139 2000/10/04 12:21:06 robertj * Changed setting of callToken in H323Connection to be as early as possible. * * Revision 1.138 2000/10/04 05:58:42 robertj * Minor reorganisation of the H.245 secondary channel start up to make it simpler * to override its behaviour. * Moved OnIncomingCall() so occurs before fast start elements are processed * allowing them to be manipulated before the default processing. * * Revision 1.137 2000/09/25 06:48:11 robertj * Removed use of alias if there is no alias present, ie only have transport address. * * Revision 1.136 2000/09/22 04:06:12 robertj * Fixed race condition when attempting fast start and remote refuses both. * * Revision 1.135 2000/09/22 01:35:49 robertj * Added support for handling LID's that only do symmetric codecs. * * Revision 1.134 2000/09/22 00:32:33 craigs * Added extra logging * Fixed problems with no fastConnect with tunelling * * Revision 1.133 2000/09/20 01:50:21 craigs * Added ability to set jitter buffer on a per-connection basis * * Revision 1.132 2000/09/05 01:16:19 robertj * Added "security" call end reason code. * * Revision 1.131 2000/08/23 05:49:58 robertj * Fixed possible deadlock on clean up of connection and error on media channel occurs. * * Revision 1.130 2000/08/21 12:37:14 robertj * Fixed race condition if close call just as slow start media channels are opening, part 2. * * Revision 1.129 2000/08/21 02:50:28 robertj * Fixed race condition if close call just as slow start media channels are opening. * * Revision 1.128 2000/08/10 02:48:52 craigs * Fixed problem with operator precedence causing funny problems with codec selection * * Revision 1.127 2000/08/01 11:27:36 robertj * Added more tracing for user input. * * Revision 1.126 2000/07/31 14:08:18 robertj * Added fast start and H.245 tunneling flags to the H323Connection constructor so can * disabled these features in easier manner to overriding virtuals. * * Revision 1.125 2000/07/15 09:56:37 robertj * Changed adding of fake remote capability to after fast start element has been * checked and new parameters (eg frames per packet) has been parsed out of it. * * Revision 1.124 2000/07/14 14:03:47 robertj * Changed fast start connect so if has bad h245 address does not clear call. * * Revision 1.123 2000/07/13 16:07:22 robertj * Fixed ability to receive a H.245 secondary TCP link in a Connect during a fast start. * * Revision 1.122 2000/07/13 12:35:13 robertj * Fixed problems with fast start frames per packet adjustment. * Split autoStartVideo so can select receive and transmit independently * * Revision 1.121 2000/07/10 16:06:59 robertj * Added TCS=0 support. * Fixed bug where negotiations hang if not fast start and tunnelled but remot does not tunnel. * * Revision 1.120 2000/07/09 15:24:42 robertj * Removed sending of MSD in Setup PDU, is not to spec. * Added start of TCS if received TCS from other end and have not already started. * * Revision 1.119 2000/07/08 19:49:27 craigs * Fixed stupidity in handling of fastStart capabilities * * Revision 1.118 2000/07/04 09:00:54 robertj * Added traces for indicating failure of channel establishment due to capability set rules. * * Revision 1.117 2000/07/04 04:15:38 robertj * Fixed capability check of "combinations" for fast start cases. * * Revision 1.116 2000/07/04 01:16:49 robertj * Added check for capability allowed in "combinations" set, still needs more done yet. * * Revision 1.115 2000/06/17 09:14:13 robertj * Moved sending of DRQ to after release complete to be closer to spec, thanks Thien Nguyen * * Revision 1.114 2000/06/07 05:48:06 robertj * Added call forwarding. * * Revision 1.113 2000/06/05 06:33:08 robertj * Fixed problem with roud trip time statistic not being calculated if constant traffic. * * Revision 1.112 2000/06/03 03:16:39 robertj * Fixed using the wrong capability table (should be connections) for some operations. * * Revision 1.111 2000/05/23 11:32:36 robertj * Rewrite of capability table to combine 2 structures into one and move functionality into that class * allowing some normalisation of usage across several applications. * Changed H323Connection so gets a copy of capabilities instead of using endponts, allows adjustments * to be done depending on the remote client application. * * Revision 1.110 2000/05/22 05:21:36 robertj * Fixed race condition where controlChannel variable could be used before set. * * Revision 1.109 2000/05/16 08:14:30 robertj * Added function to find channel by session ID, supporting H323Connection::FindChannel() with mutex. * Added function to get a logical channel by channel number. * * Revision 1.108 2000/05/16 02:06:00 craigs * Added access functions for particular sessions * * Revision 1.107 2000/05/09 12:19:31 robertj * Added ability to get and set "distinctive ring" Q.931 functionality. * * Revision 1.106 2000/05/09 04:12:36 robertj * Changed fast start to offer multiple codecs instead of only the preferred one. * * Revision 1.105 2000/05/08 14:32:26 robertj * Fixed GNU compiler compatibility problems. * * Revision 1.104 2000/05/08 14:07:35 robertj * Improved the provision and detection of calling and caller numbers, aliases and hostnames. * * Revision 1.103 2000/05/05 05:05:55 robertj * Removed warning in GNU compiles. * * Revision 1.102 2000/05/02 04:32:26 robertj * Fixed copyright notice comment. * * Revision 1.101 2000/04/28 13:01:44 robertj * Fixed problem with adjusting tx/rx frame counts in capabilities during fast start. * * Revision 1.100 2000/04/18 23:10:49 robertj * Fixed bug where fast starts two video recievers instread of receiver and transmitter. * * Revision 1.99 2000/04/14 21:09:51 robertj * Work around for compatibility problem wth broken Altigen AltaServ-IG PBX. * * Revision 1.98 2000/04/14 20:03:05 robertj * Added function to get remote endpoints application name. * * Revision 1.97 2000/04/14 17:31:05 robertj * Fixed bug where checking the error code on the wrong channel. Caused hang ups. * * Revision 1.96 2000/04/13 18:08:46 robertj * Fixed error in SendUserInput() check for value string, previous change was seriously broken. * * Revision 1.95 2000/04/11 20:07:01 robertj * Added missing trace strings for new call end reasons on gatekeeper denied calls. * * Revision 1.94 2000/04/11 04:02:48 robertj * Improved call initiation with gatekeeper, no longer require @address as * will default to gk alias if no @ and registered with gk. * Added new call end reasons for gatekeeper denied calls. * * Revision 1.93 2000/04/10 20:37:33 robertj * Added support for more sophisticated DTMF and hook flash user indication. * * Revision 1.92 2000/04/06 17:50:16 robertj * Added auto-start (including fast start) of video channels, selectable via boolean on the endpoint. * * Revision 1.91 2000/04/05 03:17:31 robertj * Added more RTP statistics gathering and H.245 round trip delay calculation. * * Revision 1.90 2000/03/29 04:42:19 robertj * Improved some trace logging messages. * * Revision 1.89 2000/03/29 02:14:45 robertj * Changed TerminationReason to CallEndReason to use correct telephony nomenclature. * Added CallEndReason for capability exchange failure. * * Revision 1.88 2000/03/27 22:43:11 robertj * Fixed possible write to closed channel on shutdown when control channel separate. * * Revision 1.87 2000/03/25 02:01:50 robertj * Added adjustable caller name on connection by connection basis. * * Revision 1.86 2000/03/22 01:30:34 robertj * Fixed race condition in accelerated start (Cisco compatibility). * * Revision 1.85 2000/03/21 01:43:59 robertj * Fixed (faint) race condition when starting separate H.245 channel. * * Revision 1.84 2000/03/21 01:08:10 robertj * Fixed incorrect call reference code being used in originated call. * * Revision 1.83 2000/03/07 13:54:28 robertj * Fixed assert when cancelling call during TCP connect, thanks Yura Ershov. * * Revision 1.82 2000/03/02 02:18:13 robertj * Further fixes for early H245 establishment confusing the fast start code. * * Revision 1.81 2000/03/01 02:09:51 robertj * Fixed problem if H245 channel established before H225 connect. * * Revision 1.80 2000/01/07 08:21:32 robertj * Added status functions for connection and tidied up the answer call function * * Revision 1.79 2000/01/04 01:06:06 robertj * Removed redundent code, thanks Dave Harvey. * * Revision 1.78 2000/01/04 00:14:53 craigs * Added extra states to AnswerCall * * Revision 1.77 1999/12/23 23:02:35 robertj * File reorganision for separating RTP from H.323 and creation of LID for VPB support. * * Revision 1.76 1999/12/11 02:21:00 robertj * Added ability to have multiple aliases on local endpoint. * * Revision 1.75 1999/12/09 20:30:54 robertj * Fixed problem with receiving multiple fast start open fields in multiple PDU's. * * Revision 1.74 1999/11/23 03:38:51 robertj * Fixed yet another call termination reason code error. * * Revision 1.73 1999/11/22 10:07:23 robertj * Fixed some errors in correct termination states. * * Revision 1.72 1999/11/20 04:36:56 robertj * Fixed setting of transmitter channel numbers on receiving fast start. * * Revision 1.71 1999/11/19 13:00:25 robertj * Added call token into traces so can tell which connection is being cleaned up. * * Revision 1.70 1999/11/19 08:16:08 craigs * Added connectionStartTime * * Revision 1.69 1999/11/17 04:22:59 robertj * Fixed bug in incorrect termination state when making a fast start call. * * Revision 1.68 1999/11/17 00:01:12 robertj * Improved determination of caller name, thanks Ian MacDonald * * Revision 1.67 1999/11/14 11:25:34 robertj * Fixed bug with channel close callback being called twice when fast starting. * * Revision 1.66 1999/11/13 14:11:24 robertj * Fixed incorrect state on fast start receive. * * Revision 1.65 1999/11/10 23:29:45 robertj * Changed OnAnswerCall() call back function to allow for asyncronous response. * * Revision 1.64 1999/11/06 11:58:24 robertj * Changed clean up to delete logical channels before channel destructor is called. * * Revision 1.63 1999/11/06 11:03:58 robertj * Fixed bug in fast start with H245 channel opening multiple channels. * Fixed bug in clean up, write of release complete if TCP connection failed. * * Revision 1.62 1999/11/06 05:37:45 robertj * Complete rewrite of termination of connection to avoid numerous race conditions. * * Revision 1.61 1999/11/05 08:24:43 robertj * Fixed bug in receiver refusing fast start, then not being able to start normally. * * Revision 1.60 1999/10/30 12:34:46 robertj * Added information callback for closed logical channel on H323EndPoint. * * Revision 1.59 1999/10/29 14:19:14 robertj * Fixed incorrect termination code when connection closed locally. * * Revision 1.58 1999/10/29 02:26:18 robertj * Added reason for termination code to H323Connection. * * Revision 1.57 1999/10/19 00:04:57 robertj * Changed OpenAudioChannel and OpenVideoChannel to allow a codec AttachChannel with no autodelete. * * Revision 1.56 1999/10/16 03:47:49 robertj * Fixed termination of gatekeeper RAS thread problem * * Revision 1.55 1999/10/14 12:05:03 robertj * Fixed deadlock possibilities in clearing calls. * * Revision 1.54 1999/10/10 08:59:47 robertj * no message * * Revision 1.53 1999/10/09 01:18:23 craigs * Added codecs to OpenAudioChannel and OpenVideoDevice functions * * Revision 1.52 1999/10/08 08:31:18 robertj * Fixed problem with fast start fall back to capability exchange * * Revision 1.51 1999/10/07 03:26:58 robertj * Fixed some fast-start compatbility problems. * * Revision 1.50 1999/09/23 07:33:53 robertj * Fixed some fast start/245 tunnelling bugs, some odd cases. * * Revision 1.49 1999/09/23 07:25:12 robertj * Added open audio and video function to connection and started multi-frame codec send functionality. * * Revision 1.48 1999/09/21 14:09:39 robertj * Removed warnings when no tracing enabled. * * Revision 1.47 1999/09/15 01:26:27 robertj * Changed capability set call backs to have more specific class as parameter. * * Revision 1.46 1999/09/14 14:26:17 robertj * Added more debug tracing. * * Revision 1.45 1999/09/10 03:36:48 robertj * Added simple Q.931 Status response to Q.931 Status Enquiry * * Revision 1.44 1999/09/08 04:05:49 robertj * Added support for video capabilities & codec, still needs the actual codec itself! * * Revision 1.43 1999/08/31 12:34:19 robertj * Added gatekeeper support. * * Revision 1.42 1999/08/27 15:42:44 craigs * Fixed problem with local call tokens using ambiguous interface names, and connect timeouts not changing connection state * * Revision 1.41 1999/08/25 05:11:22 robertj * File fission (critical mass reached). * Improved way in which remote capabilities are created, removed case statement! * Changed MakeCall, so immediately spawns thread, no black on TCP connect. * * Revision 1.40 1999/08/14 03:26:45 robertj * Compiler compatibility problems. * * Revision 1.39 1999/08/10 04:20:26 robertj * Fixed constness problems in some PASN_Choice casts. * * Revision 1.38 1999/08/08 10:03:33 robertj * Fixed capability selection to honor local table priority order. * * Revision 1.37 1999/07/23 02:37:53 robertj * Fixed problems with hang ups and crash closes of connections. * * Revision 1.36 1999/07/19 02:01:02 robertj * Fixeed memory leask on connection termination. * Fixed connection "orderly close" on endpoint termination. * * Revision 1.35 1999/07/18 14:57:29 robertj * Fixed bugs in slow start with H245 tunnelling, part 4. * * Revision 1.34 1999/07/18 14:29:31 robertj * Fixed bugs in slow start with H245 tunnelling, part 3. * * Revision 1.33 1999/07/18 13:59:12 robertj * Fixed bugs in slow start with H245 tunnelling, part 2. * * Revision 1.32 1999/07/18 13:25:40 robertj * Fixed bugs in slow start with H245 tunnelling. * * Revision 1.31 1999/07/18 10:19:39 robertj * Fixed CreateCapability function: missing break's in case! * * Revision 1.30 1999/07/17 06:22:32 robertj * Fixed bug in setting up control channel when initiating call (recently introduced) * * Revision 1.29 1999/07/16 16:04:41 robertj * Bullet proofed local capability table data entry. * * Revision 1.28 1999/07/16 14:04:47 robertj * Fixed bug that caused signal channel to be closed, forgot to disable connect time. * * Revision 1.27 1999/07/16 06:15:59 robertj * Corrected semantics for tunnelled master/slave determination in fast start. * * Revision 1.26 1999/07/16 02:15:20 robertj * Fixed more tunneling problems. * Fixed fastStart initiator matching response to correct channels. * * Revision 1.25 1999/07/16 00:51:03 robertj * Some more debugging of fast start. * * Revision 1.24 1999/07/15 14:45:36 robertj * Added propagation of codec open error to shut down logical channel. * Fixed control channel start up bug introduced with tunnelling. * * Revision 1.23 1999/07/15 09:04:31 robertj * Fixed some fast start bugs * * Revision 1.22 1999/07/14 06:06:14 robertj * Fixed termination problems (race conditions) with deleting connection object. * * Revision 1.21 1999/07/13 09:53:24 robertj * Fixed some problems with jitter buffer and added more debugging. * * Revision 1.20 1999/07/13 02:50:58 craigs * Changed semantics of SetPlayDevice/SetRecordDevice, only descendent * endpoint assumes PSoundChannel devices for audio codec. * * Revision 1.19 1999/07/10 02:59:26 robertj * Fixed ability to hang up incoming connection. * * Revision 1.18 1999/07/10 02:51:36 robertj * Added mutexing in H245 procedures. Also fixed MSD state bug. * * Revision 1.17 1999/07/09 14:59:59 robertj * Fixed GNU C++ compatibility. * * Revision 1.16 1999/07/09 06:09:49 robertj * Major implementation. An ENORMOUS amount of stuff added everywhere. * * Revision 1.15 1999/06/25 10:25:35 robertj * Added maintentance of callIdentifier variable in H.225 channel. * * Revision 1.14 1999/06/22 13:45:05 robertj * Added user question on listener version to accept incoming calls. * * Revision 1.13 1999/06/14 06:39:08 robertj * Fixed problem with getting transmit flag to channel from PDU negotiator * * Revision 1.12 1999/06/14 05:15:55 robertj * Changes for using RTP sessions correctly in H323 Logical Channel context * * Revision 1.11 1999/06/13 12:41:14 robertj * Implement logical channel transmitter. * Fixed H245 connect on receiving call. * * Revision 1.10 1999/06/09 06:18:00 robertj * GCC compatibiltiy. * * Revision 1.9 1999/06/09 05:26:19 robertj * Major restructuring of classes. * * Revision 1.8 1999/06/07 00:37:05 robertj * Allowed for reuseaddr on listen when in debug version * * Revision 1.7 1999/06/06 06:06:36 robertj * Changes for new ASN compiler and v2 protocol ASN files. * * Revision 1.6 1999/04/26 06:20:22 robertj * Fixed bugs in protocol * * Revision 1.5 1999/04/26 06:14:46 craigs * Initial implementation for RTP decoding and lots of stuff * As a whole, these changes are called "First Noise" * * Revision 1.4 1999/02/23 11:04:28 robertj * Added capability to make outgoing call. * * Revision 1.3 1999/01/16 01:31:33 robertj * Major implementation. * * Revision 1.2 1999/01/02 04:00:56 robertj * Added higher level protocol negotiations. * * Revision 1.1 1998/12/14 09:13:09 robertj * Initial revision * */ #include #ifdef __GNUC__ #pragma implementation "h323con.h" #endif #include "h323con.h" #include "h323ep.h" #include "h323neg.h" #include "h323rtp.h" #ifdef H323_H450 #include "h4501.h" #include "h4504.h" #include "h45011.h" #include "h450pdu.h" #endif #ifndef DISABLE_H460 #include "h460.h" #endif #include "gkclient.h" #include "rfc2833.h" #ifdef H323_T120 #include "t120proto.h" #endif #ifdef H323_T38 #include "t38proto.h" #endif const PTimeInterval MonitorCallStatusTime(0, 10); // Seconds #define new PNEW ///////////////////////////////////////////////////////////////////////////// #if PTRACING ostream & operator<<(ostream & o, H323Connection::CallEndReason r) { static const char * const CallEndReasonNames[H323Connection::NumCallEndReasons] = { "EndedByLocalUser", /// Local endpoint application cleared call "EndedByNoAccept", /// Local endpoint did not accept call OnIncomingCall()=FALSE "EndedByAnswerDenied", /// Local endpoint declined to answer call "EndedByRemoteUser", /// Remote endpoint application cleared call "EndedByRefusal", /// Remote endpoint refused call "EndedByNoAnswer", /// Remote endpoint did not answer in required time "EndedByCallerAbort", /// Remote endpoint stopped calling "EndedByTransportFail", /// Transport error cleared call "EndedByConnectFail", /// Transport connection failed to establish call "EndedByGatekeeper", /// Gatekeeper has cleared call "EndedByNoUser", /// Call failed as could not find user (in GK) "EndedByNoBandwidth", /// Call failed as could not get enough bandwidth "EndedByCapabilityExchange",/// Could not find common capabilities "EndedByCallForwarded", /// Call was forwarded using FACILITY message "EndedBySecurityDenial", /// Call failed a security check and was ended "EndedByLocalBusy", /// Local endpoint busy "EndedByLocalCongestion", /// Local endpoint congested "EndedByRemoteBusy", /// Remote endpoint busy "EndedByRemoteCongestion", /// Remote endpoint congested "EndedByUnreachable", /// Could not reach the remote party "EndedByNoEndPoint", /// The remote party is not running an endpoint "EndedByHostOffline", /// The remote party host off line "EndedByTemporaryFailure", /// The remote failed temporarily app may retry "EndedByQ931Cause", /// The remote ended the call with unmapped Q.931 cause code "EndedByDurationLimit", /// Call cleared due to an enforced duration limit "EndedByInvalidConferenceID", /// Call cleared due to invalid conference ID "EndedByOSPRefusal" // Call cleared as OSP server unable or unwilling to route }; if ((PINDEX)r >= PARRAYSIZE(CallEndReasonNames)) o << "InvalidCallEndReason<" << (unsigned)r << '>'; else if (CallEndReasonNames[r] == NULL) o << "CallEndReason<" << (unsigned)r << '>'; else o << CallEndReasonNames[r]; return o; } ostream & operator<<(ostream & o, H323Connection::AnswerCallResponse s) { static const char * const AnswerCallResponseNames[H323Connection::NumAnswerCallResponses] = { "AnswerCallNow", "AnswerCallDenied", "AnswerCallPending", "AnswerCallDeferred", "AnswerCallAlertWithMedia", "AnswerCallDeferredWithMedia" }; if ((PINDEX)s >= PARRAYSIZE(AnswerCallResponseNames)) o << "InvalidAnswerCallResponse<" << (unsigned)s << '>'; else if (AnswerCallResponseNames[s] == NULL) o << "AnswerCallResponse<" << (unsigned)s << '>'; else o << AnswerCallResponseNames[s]; return o; } ostream & operator<<(ostream & o, H323Connection::SendUserInputModes m) { static const char * const SendUserInputModeNames[H323Connection::NumSendUserInputModes] = { "SendUserInputAsQ931", "SendUserInputAsString", "SendUserInputAsTone", "SendUserInputAsRFC2833", "SendUserInputAsSeparateRFC2833" }; if ((PINDEX)m >= PARRAYSIZE(SendUserInputModeNames)) o << "InvalidSendUserInputMode<" << (unsigned)m << '>'; else if (SendUserInputModeNames[m] == NULL) o << "SendUserInputMode<" << (unsigned)m << '>'; else o << SendUserInputModeNames[m]; return o; } const char * const H323Connection::ConnectionStatesNames[NumConnectionStates] = { "NoConnectionActive", "AwaitingGatekeeperAdmission", "AwaitingTransportConnect", "AwaitingSignalConnect", "AwaitingLocalAnswer", "HasExecutedSignalConnect", "EstablishedConnection", "ShuttingDownConnection" }; const char * const H323Connection::FastStartStateNames[NumFastStartStates] = { "FastStartDisabled", "FastStartInitiate", "FastStartResponse", "FastStartAcknowledged" }; #endif template static void ReceiveFeatureSet(const H323Connection * connection, unsigned code, const PDUType & pdu) { if (pdu.HasOptionalField(PDUType::e_featureSet)) connection->OnReceiveFeatureSet(code, pdu.m_featureSet); } H323Connection::H323Connection(H323EndPoint & ep, unsigned ref, unsigned options) : endpoint(ep), localAliasNames(ep.GetAliasNames()), localPartyName(ep.GetLocalUserName()), localCapabilities(ep.GetCapabilities()), gkAccessTokenOID(ep.GetGkAccessTokenOID()), alertingTime(0), connectedTime(0), callEndTime(0), reverseMediaOpenTime(0), releaseSequence(ReleaseSequenceUnknown) { localAliasNames.MakeUnique(); callAnswered = FALSE; gatekeeperRouted = FALSE; distinctiveRing = 0; callReference = ref; remoteCallWaiting = -1; h225version = H225_PROTOCOL_VERSION; h245version = H245_PROTOCOL_VERSION; h245versionSet = FALSE; signallingChannel = NULL; controlChannel = NULL; #ifdef H323_H450 holdMediaChannel = NULL; isConsultationTransfer = FALSE; isCallIntrusion = FALSE; callIntrusionProtectionLevel = endpoint.GetCallIntrusionProtectionLevel(); #endif switch (options&H245TunnelingOptionMask) { case H245TunnelingOptionDisable : h245Tunneling = FALSE; break; case H245TunnelingOptionEnable : h245Tunneling = TRUE; break; default : h245Tunneling = !ep.IsH245TunnelingDisabled(); break; } h245TunnelTxPDU = NULL; h245TunnelRxPDU = NULL; alertingPDU = NULL; connectPDU = NULL; connectionState = NoConnectionActive; callEndReason = NumCallEndReasons; q931Cause = Q931::ErrorInCauseIE; bandwidthAvailable = endpoint.GetInitialBandwidth(); uuiesRequested = 0; // Empty set addAccessTokenToSetup = TRUE; // Automatic inclusion of ACF access token in SETUP sendUserInputMode = endpoint.GetSendUserInputMode(); mediaWaitForConnect = FALSE; transmitterSidePaused = FALSE; switch (options&FastStartOptionMask) { case FastStartOptionDisable : fastStartState = FastStartDisabled; break; case FastStartOptionEnable : fastStartState = FastStartInitiate; break; default : fastStartState = ep.IsFastStartDisabled() ? FastStartDisabled : FastStartInitiate; break; } mustSendDRQ = FALSE; earlyStart = FALSE; #ifdef H323_T120 startT120 = TRUE; #endif lastPDUWasH245inSETUP = FALSE; endSessionNeeded = FALSE; endSessionSent = FALSE; switch (options&H245inSetupOptionMask) { case H245inSetupOptionDisable : doH245inSETUP = FALSE; break; case H245inSetupOptionEnable : doH245inSETUP = TRUE; break; default : doH245inSETUP = !ep.IsH245inSetupDisabled(); break; } #ifdef H323_AUDIO_CODECS remoteMaxAudioDelayJitter = 0; minAudioJitterDelay = endpoint.GetMinAudioJitterDelay(); maxAudioJitterDelay = endpoint.GetMaxAudioJitterDelay(); #endif switch (options&DetectInBandDTMFOptionMask) { case DetectInBandDTMFOptionDisable : detectInBandDTMF = FALSE; break; case DetectInBandDTMFOptionEnable : detectInBandDTMF = TRUE; break; default : detectInBandDTMF = !ep.DetectInBandDTMFDisabled(); break; } masterSlaveDeterminationProcedure = new H245NegMasterSlaveDetermination(endpoint, *this); capabilityExchangeProcedure = new H245NegTerminalCapabilitySet(endpoint, *this); logicalChannels = new H245NegLogicalChannels(endpoint, *this); requestModeProcedure = new H245NegRequestMode(endpoint, *this); roundTripDelayProcedure = new H245NegRoundTripDelay(endpoint, *this); #ifdef H323_H450 h450dispatcher = new H450xDispatcher(*this); h4502handler = new H4502Handler(*this, *h450dispatcher); h4504handler = new H4504Handler(*this, *h450dispatcher); h4506handler = new H4506Handler(*this, *h450dispatcher); h45011handler = new H45011Handler(*this, *h450dispatcher); #endif rfc2833handler = new OpalRFC2833(PCREATE_NOTIFIER(OnUserInputInlineRFC2833)); #ifdef H323_T120 t120handler = NULL; #endif #ifdef H323_T38 t38handler = NULL; #endif endSync = NULL; remoteIsNAT = FALSE; #ifdef H323_TRANSNEXUS_OSP ospTransaction = NULL; #endif } H323Connection::~H323Connection() { #ifdef H323_TRANSNEXUS_OSP if (ospTransaction != NULL) ospTransaction->CallEnd(*this); delete ospTransaction; #endif delete masterSlaveDeterminationProcedure; delete capabilityExchangeProcedure; delete logicalChannels; delete requestModeProcedure; delete roundTripDelayProcedure; #ifdef H323_H450 delete h450dispatcher; #endif delete rfc2833handler; #ifdef H323_T120 delete t120handler; #endif #ifdef H323_T38 delete t38handler; #endif delete signallingChannel; delete controlChannel; delete alertingPDU; delete connectPDU; #ifdef H323_H450 delete holdMediaChannel; #endif PTRACE(3, "H323\tConnection " << callToken << " deleted."); if (endSync != NULL) endSync->Signal(); } BOOL H323Connection::Lock() { outerMutex.Wait(); // If shutting down don't try and lock, just return failed. If not then lock // it but do second test for shut down to avoid a possible race condition. if (connectionState == ShuttingDownConnection) { outerMutex.Signal(); return FALSE; } innerMutex.Wait(); return TRUE; } int H323Connection::TryLock() { if (!outerMutex.Wait(0)) return -1; if (connectionState == ShuttingDownConnection) { outerMutex.Signal(); return 0; } innerMutex.Wait(); return 1; } void H323Connection::Unlock() { innerMutex.Signal(); outerMutex.Signal(); } void H323Connection::SetCallEndReason(CallEndReason reason, PSyncPoint * sync) { // Only set reason if not already set to something if (callEndReason == NumCallEndReasons) { PTRACE(3, "H323\tCall end reason for " << callToken << " set to " << reason); callEndReason = reason; } // only set the sync point if it is NULL if (endSync == NULL) endSync = sync; else PAssert(sync == NULL, "SendCallEndReason called to overwrite syncpoint"); if (!callEndTime.IsValid()) callEndTime = PTime(); if (endSessionSent) return; endSessionSent = TRUE; PTRACE(2, "H225\tSending release complete PDU: callRef=" << callReference); H323SignalPDU rcPDU; rcPDU.BuildReleaseComplete(*this); #ifdef H323_H450 h450dispatcher->AttachToReleaseComplete(rcPDU); #endif BOOL sendingReleaseComplete = OnSendReleaseComplete(rcPDU); if (endSessionNeeded) { if (sendingReleaseComplete) h245TunnelTxPDU = &rcPDU; // Piggy back H245 on this reply // Send an H.245 end session to the remote endpoint. H323ControlPDU pdu; pdu.BuildEndSessionCommand(H245_EndSessionCommand::e_disconnect); WriteControlPDU(pdu); } if (sendingReleaseComplete) { h245TunnelTxPDU = NULL; if (releaseSequence == ReleaseSequenceUnknown) releaseSequence = ReleaseSequence_Local; WriteSignalPDU(rcPDU); } } BOOL H323Connection::ClearCall(H323Connection::CallEndReason reason) { return endpoint.ClearCall(callToken, reason); } BOOL H323Connection::ClearCallSynchronous(PSyncPoint * sync, H323Connection::CallEndReason reason) { return endpoint.ClearCallSynchronous(callToken, reason, sync); } void H323Connection::CleanUpOnCallEnd() { PTRACE(3, "H323\tConnection " << callToken << " closing: connectionState=" << connectionState); /* The following double mutex is designed to guarentee that there is no deadlock or access of deleted object with a random thread that may have just called Lock() at the instant we are trying to get rid of the connection. */ outerMutex.Wait(); connectionState = ShuttingDownConnection; outerMutex.Signal(); innerMutex.Wait(); // Unblock sync points digitsWaitFlag.Signal(); // stop various timers masterSlaveDeterminationProcedure->Stop(); capabilityExchangeProcedure->Stop(); // Clean up any fast start "pending" channels we may have running. PINDEX i; for (i = 0; i < fastStartChannels.GetSize(); i++) fastStartChannels[i].CleanUpOnTermination(); fastStartChannels.RemoveAll(); // Dispose of all the logical channels logicalChannels->RemoveAll(); if (endSessionNeeded) { // Calculate time since we sent the end session command so we do not actually // wait for returned endSession if it has already been that long PTimeInterval waitTime = endpoint.GetEndSessionTimeout(); if (callEndTime.IsValid()) { PTime now; if (now > callEndTime) { // Allow for backward motion in time (DST change) waitTime -= now - callEndTime; if (waitTime < 0) waitTime = 0; } } // Wait a while for the remote to send an endSession PTRACE(4, "H323\tAwaiting end session from remote for " << waitTime << " seconds"); if (!endSessionReceived.Wait(waitTime)) { PTRACE(3, "H323\tDid not receive an end session from remote."); } } // Wait for control channel to be cleaned up (thread ended). if (controlChannel != NULL) controlChannel->CleanUpOnTermination(); // Wait for signalling channel to be cleaned up (thread ended). if (signallingChannel != NULL) signallingChannel->CleanUpOnTermination(); // Check for gatekeeper and do disengage if have one if (mustSendDRQ) { H323Gatekeeper * gatekeeper = endpoint.GetGatekeeper(); if (gatekeeper != NULL) gatekeeper->DisengageRequest(*this, H225_DisengageReason::e_normalDrop); } #ifdef H323_TRANSNEXUS_OSP CleanUpOSP(); #endif PTRACE(1, "H323\tConnection " << callToken << " terminated."); } #ifdef H323_TRANSNEXUS_OSP void H323Connection::CleanUpOSP() { if (ospTransaction != NULL) { ospTransaction->CallEnd(*this); delete ospTransaction; ospTransaction = NULL; } } #endif void H323Connection::AttachSignalChannel(const PString & token, H323Transport * channel, BOOL answeringCall) { callAnswered = answeringCall; if (signallingChannel != NULL && signallingChannel->IsOpen()) { PAssertAlways(PLogicError); return; } delete signallingChannel; signallingChannel = channel; // Set our call token for identification in endpoint dictionary callToken = token; } BOOL H323Connection::WriteSignalPDU(H323SignalPDU & pdu) { PAssert(signallingChannel != NULL, PLogicError); lastPDUWasH245inSETUP = FALSE; if (signallingChannel != NULL && signallingChannel->IsOpen()) { pdu.m_h323_uu_pdu.m_h245Tunneling = h245Tunneling; H323Gatekeeper * gk = endpoint.GetGatekeeper(); if (gk != NULL) gk->InfoRequestResponse(*this, pdu.m_h323_uu_pdu, TRUE); if (pdu.Write(*signallingChannel)) return TRUE; } ClearCall(EndedByTransportFail); return FALSE; } void H323Connection::HandleSignallingChannel() { PAssert(signallingChannel != NULL, PLogicError); PTRACE(2, "H225\tReading PDUs: callRef=" << callReference); while (signallingChannel->IsOpen()) { H323SignalPDU pdu; if (pdu.Read(*signallingChannel)) { if (!HandleSignalPDU(pdu)) { ClearCall(EndedByTransportFail); break; } switch (connectionState) { case EstablishedConnection : signallingChannel->SetReadTimeout(MonitorCallStatusTime); break; default: break; } } else if (signallingChannel->GetErrorCode() != PChannel::Timeout) { if (controlChannel == NULL || !controlChannel->IsOpen()) ClearCall(EndedByTransportFail); signallingChannel->Close(); break; } else { switch (connectionState) { case AwaitingSignalConnect : // Had time out waiting for remote to send a CONNECT ClearCall(EndedByNoAnswer); break; case HasExecutedSignalConnect : // Have had minimum MonitorCallStatusTime delay since CONNECT but // still no media to move it to EstablishedConnection state. Must // thus not have any common codecs to use! ClearCall(EndedByCapabilityExchange); break; default : break; } } if (controlChannel == NULL) MonitorCallStatus(); } // If we are the only link to the far end then indicate that we have // received endSession even if we hadn't, because we are now never going // to get one so there is no point in having CleanUpOnCallEnd wait. if (controlChannel == NULL) endSessionReceived.Signal(); PTRACE(2, "H225\tSignal channel closed."); } BOOL H323Connection::HandleSignalPDU(H323SignalPDU & pdu) { // Process the PDU. const Q931 & q931 = pdu.GetQ931(); PTRACE(3, "H225\tHandling PDU: " << q931.GetMessageTypeName() << " callRef=" << q931.GetCallReference()); if (!Lock()) { // Continue to look for endSession/releaseComplete pdus if (pdu.m_h323_uu_pdu.m_h245Tunneling) { for (PINDEX i = 0; i < pdu.m_h323_uu_pdu.m_h245Control.GetSize(); i++) { PPER_Stream strm = pdu.m_h323_uu_pdu.m_h245Control[i].GetValue(); if (!InternalEndSessionCheck(strm)) break; } } if (q931.GetMessageType() == Q931::ReleaseCompleteMsg) endSessionReceived.Signal(); return FALSE; } // If remote does not do tunneling, so we don't either. Note that if it // gets turned off once, it stays off for good. if (h245Tunneling && !pdu.m_h323_uu_pdu.m_h245Tunneling) { masterSlaveDeterminationProcedure->Stop(); capabilityExchangeProcedure->Stop(); h245Tunneling = FALSE; } h245TunnelRxPDU = &pdu; #ifdef H323_H450 // Check for presence of supplementary services if (pdu.m_h323_uu_pdu.HasOptionalField(H225_H323_UU_PDU::e_h4501SupplementaryService)) { if (!h450dispatcher->HandlePDU(pdu)) // Process H4501SupplementaryService APDU return FALSE; } #endif // Add special code to detect if call is from a Cisco and remoteApplication needs setting if (remoteApplication.IsEmpty() && pdu.m_h323_uu_pdu.HasOptionalField(H225_H323_UU_PDU::e_nonStandardControl)) { for (PINDEX i = 0; i < pdu.m_h323_uu_pdu.m_nonStandardControl.GetSize(); i++) { const H225_NonStandardIdentifier & id = pdu.m_h323_uu_pdu.m_nonStandardControl[i].m_nonStandardIdentifier; if (id.GetTag() == H225_NonStandardIdentifier::e_h221NonStandard) { const H225_H221NonStandard & h221 = id; if (h221.m_t35CountryCode == 181 && h221.m_t35Extension == 0 && h221.m_manufacturerCode == 18) { remoteApplication = "Cisco IOS\t12.x\t181/18"; PTRACE(2, "H225\tSet remote application name: \"" << remoteApplication << '"'); break; } } } } BOOL ok; switch (q931.GetMessageType()) { case Q931::SetupMsg : setupTime = PTime(); ok = OnReceivedSignalSetup(pdu); break; case Q931::CallProceedingMsg : ok = OnReceivedCallProceeding(pdu); break; case Q931::ProgressMsg : ok = OnReceivedProgress(pdu); break; case Q931::AlertingMsg : ok = OnReceivedAlerting(pdu); break; case Q931::ConnectMsg : connectedTime = PTime(); ok = OnReceivedSignalConnect(pdu); break; case Q931::FacilityMsg : ok = OnReceivedFacility(pdu); break; case Q931::SetupAckMsg : ok = OnReceivedSignalSetupAck(pdu); break; case Q931::InformationMsg : ok = OnReceivedSignalInformation(pdu); break; case Q931::NotifyMsg : ok = OnReceivedSignalNotify(pdu); break; case Q931::StatusMsg : ok = OnReceivedSignalStatus(pdu); break; case Q931::StatusEnquiryMsg : ok = OnReceivedStatusEnquiry(pdu); break; case Q931::ReleaseCompleteMsg : if (releaseSequence == ReleaseSequenceUnknown) releaseSequence = ReleaseSequence_Remote; OnReceivedReleaseComplete(pdu); ok = FALSE; break; default : ok = OnUnknownSignalPDU(pdu); } if (ok) { // Process tunnelled H245 PDU, if present. HandleTunnelPDU(NULL); // Check for establishment criteria met InternalEstablishedConnectionCheck(); } h245TunnelRxPDU = NULL; PString digits = pdu.GetQ931().GetKeypad(); if (!digits) OnUserInputString(digits); H323Gatekeeper * gk = endpoint.GetGatekeeper(); if (gk != NULL) gk->InfoRequestResponse(*this, pdu.m_h323_uu_pdu, FALSE); Unlock(); return ok; } void H323Connection::HandleTunnelPDU(H323SignalPDU * txPDU) { if (h245TunnelRxPDU == NULL || !h245TunnelRxPDU->m_h323_uu_pdu.m_h245Tunneling) return; if (!h245Tunneling && h245TunnelRxPDU->m_h323_uu_pdu.m_h323_message_body.GetTag() == H225_H323_UU_PDU_h323_message_body::e_setup) return; H323SignalPDU localTunnelPDU; if (txPDU != NULL) h245TunnelTxPDU = txPDU; else { /* Compensate for Cisco bug. IOS cannot seem to accept multiple tunnelled H.245 PDUs insode the same facility message */ if (remoteApplication.Find("Cisco IOS") == P_MAX_INDEX) { // Not Cisco, so OK to tunnel multiple PDUs localTunnelPDU.BuildFacility(*this, TRUE); h245TunnelTxPDU = &localTunnelPDU; } } // if a response to a SETUP PDU containing TCS/MSD was ignored, then shutdown negotiations PINDEX i; if (lastPDUWasH245inSETUP && (h245TunnelRxPDU->m_h323_uu_pdu.m_h245Control.GetSize() == 0) && (h245TunnelRxPDU->GetQ931().GetMessageType() != Q931::CallProceedingMsg)) { PTRACE(4, "H225\tH.245 in SETUP ignored - resetting H.245 negotiations"); masterSlaveDeterminationProcedure->Stop(); lastPDUWasH245inSETUP = FALSE; capabilityExchangeProcedure->Stop(); } else { for (i = 0; i < h245TunnelRxPDU->m_h323_uu_pdu.m_h245Control.GetSize(); i++) { PPER_Stream strm = h245TunnelRxPDU->m_h323_uu_pdu.m_h245Control[i].GetValue(); HandleControlData(strm); } } // Make sure does not get repeated, clear tunnelled H.245 PDU's h245TunnelRxPDU->m_h323_uu_pdu.m_h245Control.SetSize(0); if (h245TunnelRxPDU->m_h323_uu_pdu.m_h323_message_body.GetTag() == H225_H323_UU_PDU_h323_message_body::e_setup) { H225_Setup_UUIE & setup = h245TunnelRxPDU->m_h323_uu_pdu.m_h323_message_body; if (setup.HasOptionalField(H225_Setup_UUIE::e_parallelH245Control)) { for (i = 0; i < setup.m_parallelH245Control.GetSize(); i++) { PPER_Stream strm = setup.m_parallelH245Control[i].GetValue(); HandleControlData(strm); } // Make sure does not get repeated, clear tunnelled H.245 PDU's setup.m_parallelH245Control.SetSize(0); } } h245TunnelTxPDU = NULL; // If had replies, then send them off in their own packet if (txPDU == NULL && localTunnelPDU.m_h323_uu_pdu.m_h245Control.GetSize() > 0) WriteSignalPDU(localTunnelPDU); } static BOOL BuildFastStartList(const H323Channel & channel, H225_ArrayOf_PASN_OctetString & array, H323Channel::Directions reverseDirection) { H245_OpenLogicalChannel open; const H323Capability & capability = channel.GetCapability(); if (channel.GetDirection() != reverseDirection) { if (!capability.OnSendingPDU(open.m_forwardLogicalChannelParameters.m_dataType)) return FALSE; } else { if (!capability.OnSendingPDU(open.m_reverseLogicalChannelParameters.m_dataType)) return FALSE; open.m_forwardLogicalChannelParameters.m_multiplexParameters.SetTag( H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters::e_none); open.m_forwardLogicalChannelParameters.m_dataType.SetTag(H245_DataType::e_nullData); open.IncludeOptionalField(H245_OpenLogicalChannel::e_reverseLogicalChannelParameters); } if (!channel.OnSendingPDU(open)) return FALSE; PTRACE(4, "H225\tBuild fastStart:\n " << setprecision(2) << open); PINDEX last = array.GetSize(); array.SetSize(last+1); array[last].EncodeSubType(open); PTRACE(3, "H225\tBuilt fastStart for " << capability); return TRUE; } void H323Connection::OnEstablished() { endpoint.OnConnectionEstablished(*this, callToken); } void H323Connection::OnCleared() { endpoint.OnConnectionCleared(*this, callToken); } void H323Connection::SetRemoteVersions(const H225_ProtocolIdentifier & protocolIdentifier) { if (protocolIdentifier.GetSize() < 6) return; h225version = protocolIdentifier[5]; if (h245versionSet) { PTRACE(3, "H225\tSet protocol version to " << h225version); return; } // If has not been told explicitly what the H.245 version use, make an // assumption based on the H.225 version switch (h225version) { case 1 : h245version = 2; // H.323 version 1 break; case 2 : h245version = 3; // H.323 version 2 break; case 3 : h245version = 5; // H.323 version 3 break; default : h245version = 7; // H.323 version 4 (all we do so far) } PTRACE(3, "H225\tSet protocol version to " << h225version << " and implying H.245 version " << h245version); } BOOL H323Connection::DecodeFastStartCaps(const H225_ArrayOf_PASN_OctetString & fastStartCaps) { if (!capabilityExchangeProcedure->HasReceivedCapabilities()) remoteCapabilities.RemoveAll(); PTRACE(3, "H225\tFast start detected"); // Extract capabilities from the fast start OpenLogicalChannel structures PINDEX i; for (i = 0; i < fastStartCaps.GetSize(); i++) { H245_OpenLogicalChannel open; if (fastStartCaps[i].DecodeSubType(open)) { PTRACE(4, "H225\tFast start open:\n " << setprecision(2) << open); unsigned error; H323Channel * channel = CreateLogicalChannel(open, TRUE, error); if (channel != NULL) { if (channel->GetDirection() == H323Channel::IsTransmitter) channel->SetNumber(logicalChannels->GetNextChannelNumber()); fastStartChannels.Append(channel); } } else { PTRACE(1, "H225\tInvalid fast start PDU decode:\n " << open); } } PTRACE(3, "H225\tOpened " << fastStartChannels.GetSize() << " fast start channels"); // If we are incapable of ANY of the fast start channels, don't do fast start if (!fastStartChannels.IsEmpty()) fastStartState = FastStartResponse; return !fastStartChannels.IsEmpty(); } BOOL H323Connection::OnReceivedSignalSetup(const H323SignalPDU & setupPDU) { if (setupPDU.m_h323_uu_pdu.m_h323_message_body.GetTag() != H225_H323_UU_PDU_h323_message_body::e_setup) return FALSE; const H225_Setup_UUIE & setup = setupPDU.m_h323_uu_pdu.m_h323_message_body; switch (setup.m_conferenceGoal.GetTag()) { case H225_Setup_UUIE_conferenceGoal::e_create: case H225_Setup_UUIE_conferenceGoal::e_join: break; case H225_Setup_UUIE_conferenceGoal::e_invite: return endpoint.OnConferenceInvite(setupPDU); case H225_Setup_UUIE_conferenceGoal::e_callIndependentSupplementaryService: return endpoint.OnCallIndependentSupplementaryService(setupPDU); case H225_Setup_UUIE_conferenceGoal::e_capability_negotiation: return endpoint.OnNegotiateConferenceCapabilities(setupPDU); } SetRemoteVersions(setup.m_protocolIdentifier); // Get the ring pattern distinctiveRing = setupPDU.GetDistinctiveRing(); // Save the identifiers sent by caller if (setup.HasOptionalField(H225_Setup_UUIE::e_callIdentifier)) callIdentifier = setup.m_callIdentifier.m_guid; conferenceIdentifier = setup.m_conferenceID; SetRemoteApplication(setup.m_sourceInfo); // Determine the remote parties name/number/address as best we can setupPDU.GetQ931().GetCallingPartyNumber(remotePartyNumber); remotePartyName = setupPDU.GetSourceAliases(signallingChannel); // get the peer address remotePartyAddress = signallingChannel->GetRemoteAddress(); if (setup.m_sourceAddress.GetSize() > 0) remotePartyAddress = H323GetAliasAddressString(setup.m_sourceAddress[0]) + '@' + signallingChannel->GetRemoteAddress(); // compare the source call signalling address if (setup.HasOptionalField(H225_Setup_UUIE::e_sourceCallSignalAddress)) { PIPSocket::Address srcAddr, sigAddr; H323TransportAddress sourceAddress(setup.m_sourceCallSignalAddress); sourceAddress.GetIpAddress(srcAddr); signallingChannel->GetRemoteAddress().GetIpAddress(sigAddr); // if the peer address is a public address, but the advertised source address is a private address // then there is a good chance the remote endpoint is behind a NAT but does not know it. // in this case, we active the NAT mode and wait for incoming RTP to provide the media address before // sending anything to the remote endpoint if (!sigAddr.IsRFC1918() && srcAddr.IsRFC1918()) { PTRACE(3, "H225\tSource signal address " << srcAddr << " and TCP peer address " << sigAddr << " indicate remote endpoint is behind NAT"); remoteIsNAT = TRUE; } } // Anything else we need from setup PDU mediaWaitForConnect = setup.m_mediaWaitForConnect; // Get the local capabilities before fast start or tunnelled TCS is handled OnSetLocalCapabilities(); // Send back a H323 Call Proceeding PDU in case OnIncomingCall() takes a while PTRACE(3, "H225\tSending call proceeding PDU"); H323SignalPDU callProceedingPDU; H225_CallProceeding_UUIE & callProceeding = callProceedingPDU.BuildCallProceeding(*this); #ifdef H323_H450 if (!isConsultationTransfer) { #endif if (OnSendCallProceeding(callProceedingPDU)) { if (fastStartState == FastStartDisabled) callProceeding.IncludeOptionalField(H225_CallProceeding_UUIE::e_fastConnectRefused); if (!WriteSignalPDU(callProceedingPDU)) return FALSE; } /** Here is a spot where we should wait in case of Call Intrusion for CIPL from other endpoints if (isCallIntrusion) return TRUE; */ // if the application indicates not to contine, then send a Q931 Release Complete PDU alertingPDU = new H323SignalPDU; alertingPDU->BuildAlerting(*this); /** If we have a case of incoming call intrusion we should not Clear the Call*/ { CallEndReason incomingCallEndReason = EndedByNoAccept; if (!OnIncomingCall(setupPDU, *alertingPDU, incomingCallEndReason) #ifdef H323_H450 && (!isCallIntrusion) #endif ) { ClearCall(incomingCallEndReason); PTRACE(1, "H225\tApplication not accepting calls"); return FALSE; } } // send Q931 Alerting PDU PTRACE(3, "H225\tIncoming call accepted"); // Check for gatekeeper and do admission check if have one H323Gatekeeper * gatekeeper = endpoint.GetGatekeeper(); if (gatekeeper != NULL) { H225_ArrayOf_AliasAddress destExtraCallInfoArray; H323Gatekeeper::AdmissionResponse response; response.destExtraCallInfo = &destExtraCallInfoArray; if (!gatekeeper->AdmissionRequest(*this, response)) { PTRACE(1, "H225\tGatekeeper refused admission: " << (response.rejectReason == UINT_MAX ? PString("Transport error") : H225_AdmissionRejectReason(response.rejectReason).GetTagName())); switch (response.rejectReason) { case H225_AdmissionRejectReason::e_calledPartyNotRegistered : ClearCall(EndedByNoUser); break; case H225_AdmissionRejectReason::e_requestDenied : ClearCall(EndedByNoBandwidth); break; case H225_AdmissionRejectReason::e_invalidPermission : case H225_AdmissionRejectReason::e_securityDenial : ClearCall(EndedBySecurityDenial); break; case H225_AdmissionRejectReason::e_resourceUnavailable : ClearCall(EndedByRemoteBusy); break; default : ClearCall(EndedByGatekeeper); } return FALSE; } if (destExtraCallInfoArray.GetSize() > 0) destExtraCallInfo = H323GetAliasAddressString(destExtraCallInfoArray[0]); mustSendDRQ = TRUE; gatekeeperRouted = response.gatekeeperRouted; } #ifdef H323_H450 } #endif // Check that it has the H.245 channel connection info if (setup.HasOptionalField(H225_Setup_UUIE::e_h245Address)) if (!StartControlChannel(setup.m_h245Address)) return FALSE; // See if remote endpoint wants to start fast if ((fastStartState != FastStartDisabled) && setup.HasOptionalField(H225_Setup_UUIE::e_fastStart) && localCapabilities.GetSize() > 0) { DecodeFastStartCaps(setup.m_fastStart); } // Build the reply with the channels we are actually using connectPDU = new H323SignalPDU; connectPDU->BuildConnect(*this); #ifdef H323_H450 /** If Call Intrusion is allowed we must answer the call*/ if (IsCallIntrusion()) { AnsweringCall(AnswerCallDeferred); } else { if (!isConsultationTransfer) { #endif // call the application callback to determine if to answer the call or not connectionState = AwaitingLocalAnswer; AnsweringCall(OnAnswerCall(remotePartyName, setupPDU, *connectPDU)); #ifdef H323_H450 } else AnsweringCall(AnswerCallNow); } #endif return connectionState != ShuttingDownConnection; } void H323Connection::SetLocalPartyName(const PString & name) { localPartyName = name; if (!name.IsEmpty()) { localAliasNames.RemoveAll(); localAliasNames.AppendString(name); } } void H323Connection::SetRemotePartyInfo(const H323SignalPDU & pdu) { PString newNumber; if (pdu.GetQ931().GetCalledPartyNumber(newNumber)) remotePartyNumber = newNumber; PString newRemotePartyName = pdu.GetQ931().GetDisplayName(); if (!newRemotePartyName.IsEmpty()) remotePartyName = newRemotePartyName; else if (!remotePartyNumber.IsEmpty()) remotePartyName = remotePartyNumber; else remotePartyName = signallingChannel->GetRemoteAddress().GetHostName(); PTRACE(2, "H225\tSet remote party name: \"" << remotePartyName << '"'); } void H323Connection::SetRemoteApplication(const H225_EndpointType & pdu) { if (pdu.HasOptionalField(H225_EndpointType::e_vendor)) { remoteApplication = H323GetApplicationInfo(pdu.m_vendor); PTRACE(2, "H225\tSet remote application name: \"" << remoteApplication << '"'); } } BOOL H323Connection::OnReceivedSignalSetupAck(const H323SignalPDU & /*setupackPDU*/) { OnInsufficientDigits(); return TRUE; } BOOL H323Connection::OnReceivedSignalInformation(const H323SignalPDU & /*infoPDU*/) { return TRUE; } BOOL H323Connection::OnReceivedCallProceeding(const H323SignalPDU & pdu) { if (pdu.m_h323_uu_pdu.m_h323_message_body.GetTag() != H225_H323_UU_PDU_h323_message_body::e_callProceeding) return FALSE; const H225_CallProceeding_UUIE & call = pdu.m_h323_uu_pdu.m_h323_message_body; SetRemoteVersions(call.m_protocolIdentifier); SetRemotePartyInfo(pdu); SetRemoteApplication(call.m_destinationInfo); #ifndef DISABLE_H460 ReceiveFeatureSet(this, H460_MessageType::e_callProceeding, call); #endif // Check for fastStart data and start fast if (call.HasOptionalField(H225_CallProceeding_UUIE::e_fastStart)) HandleFastStartAcknowledge(call.m_fastStart); // Check that it has the H.245 channel connection info if (call.HasOptionalField(H225_CallProceeding_UUIE::e_h245Address)) return StartControlChannel(call.m_h245Address); return TRUE; } BOOL H323Connection::OnReceivedProgress(const H323SignalPDU & pdu) { if (pdu.m_h323_uu_pdu.m_h323_message_body.GetTag() != H225_H323_UU_PDU_h323_message_body::e_progress) return FALSE; const H225_Progress_UUIE & progress = pdu.m_h323_uu_pdu.m_h323_message_body; SetRemoteVersions(progress.m_protocolIdentifier); SetRemotePartyInfo(pdu); SetRemoteApplication(progress.m_destinationInfo); // Check for fastStart data and start fast if (progress.HasOptionalField(H225_Progress_UUIE::e_fastStart)) HandleFastStartAcknowledge(progress.m_fastStart); // Check that it has the H.245 channel connection info if (progress.HasOptionalField(H225_Progress_UUIE::e_h245Address)) return StartControlChannel(progress.m_h245Address); return TRUE; } BOOL H323Connection::OnReceivedAlerting(const H323SignalPDU & pdu) { if (pdu.m_h323_uu_pdu.m_h323_message_body.GetTag() != H225_H323_UU_PDU_h323_message_body::e_alerting) return FALSE; const H225_Alerting_UUIE & alert = pdu.m_h323_uu_pdu.m_h323_message_body; SetRemoteVersions(alert.m_protocolIdentifier); SetRemotePartyInfo(pdu); SetRemoteApplication(alert.m_destinationInfo); #ifndef DISABLE_H460 ReceiveFeatureSet(this, H460_MessageType::e_alerting, alert); #endif // Check for fastStart data and start fast if (alert.HasOptionalField(H225_Alerting_UUIE::e_fastStart)) HandleFastStartAcknowledge(alert.m_fastStart); // Check that it has the H.245 channel connection info if (alert.HasOptionalField(H225_Alerting_UUIE::e_h245Address)) if (!StartControlChannel(alert.m_h245Address)) return FALSE; alertingTime = PTime(); return OnAlerting(pdu, remotePartyName); } BOOL H323Connection::OnReceivedSignalConnect(const H323SignalPDU & pdu) { if (connectionState == ShuttingDownConnection) return FALSE; connectionState = HasExecutedSignalConnect; if (pdu.m_h323_uu_pdu.m_h323_message_body.GetTag() != H225_H323_UU_PDU_h323_message_body::e_connect) return FALSE; const H225_Connect_UUIE & connect = pdu.m_h323_uu_pdu.m_h323_message_body; SetRemoteVersions(connect.m_protocolIdentifier); SetRemotePartyInfo(pdu); SetRemoteApplication(connect.m_destinationInfo); #ifndef DISABLE_H460 ReceiveFeatureSet(this, H460_MessageType::e_connect, connect); #endif if (!OnOutgoingCall(pdu)) { ClearCall(EndedByNoAccept); return FALSE; } #ifdef H323_H450 // Are we involved in a transfer with a non H.450.2 compatible transferred-to endpoint? if (h4502handler->GetState() == H4502Handler::e_ctAwaitSetupResponse && h4502handler->IsctTimerRunning()) { PTRACE(4, "H4502\tRemote Endpoint does not support H.450.2."); h4502handler->OnReceivedSetupReturnResult(); } #endif // have answer, so set timeout to interval for monitoring calls health signallingChannel->SetReadTimeout(MonitorCallStatusTime); // Check for fastStart data and start fast if (connect.HasOptionalField(H225_Connect_UUIE::e_fastStart)) HandleFastStartAcknowledge(connect.m_fastStart); // Check that it has the H.245 channel connection info if (connect.HasOptionalField(H225_Connect_UUIE::e_h245Address)) { if (!StartControlChannel(connect.m_h245Address)) { if (fastStartState != FastStartAcknowledged) return FALSE; } } // If didn't get fast start channels accepted by remote then clear our // proposed channels if (fastStartState != FastStartAcknowledged) { fastStartState = FastStartDisabled; fastStartChannels.RemoveAll(); } // If we have a H.245 channel available, bring it up. We either have media // and this is just so user indications work, or we don't have media and // desperately need it! if (h245Tunneling || controlChannel != NULL) return StartControlNegotiations(); // We have no tunnelling and not separate channel, but we really want one // so we will start one using a facility message PTRACE(2, "H225\tNo H245 address provided by remote, starting control channel"); if (!StartControlChannel()) return FALSE; H323SignalPDU want245PDU; H225_Facility_UUIE * fac = want245PDU.BuildFacility(*this, FALSE); fac->m_reason.SetTag(H225_FacilityReason::e_startH245); fac->IncludeOptionalField(H225_Facility_UUIE::e_h245Address); controlChannel->SetUpTransportPDU(fac->m_h245Address, TRUE); return WriteSignalPDU(want245PDU); } BOOL H323Connection::OnReceivedFacility(const H323SignalPDU & pdu) { if (pdu.m_h323_uu_pdu.m_h323_message_body.GetTag() == H225_H323_UU_PDU_h323_message_body::e_empty) return TRUE; if (pdu.m_h323_uu_pdu.m_h323_message_body.GetTag() != H225_H323_UU_PDU_h323_message_body::e_facility) return FALSE; const H225_Facility_UUIE & fac = pdu.m_h323_uu_pdu.m_h323_message_body; #ifndef DISABLE_H460 ReceiveFeatureSet(this, H460_MessageType::e_facility, fac); #endif SetRemoteVersions(fac.m_protocolIdentifier); // Check for fastStart data and start fast if (fac.HasOptionalField(H225_Facility_UUIE::e_fastStart)) HandleFastStartAcknowledge(fac.m_fastStart); // Check that it has the H.245 channel connection info if (fac.HasOptionalField(H225_Facility_UUIE::e_h245Address)) { if (controlChannel != NULL && !controlChannel->IsOpen()) { // Fix race condition where both side want to open H.245 channel. we have // channel bit it is not open (ie we are listening) and the remote has // sent us an address to connect to. To resolve we compare the addresses. H225_TransportAddress myAddress; controlChannel->GetLocalAddress().SetPDU(myAddress); PPER_Stream myBuffer; myAddress.Encode(myBuffer); PPER_Stream otherBuffer; fac.m_h245Address.Encode(otherBuffer); if (myBuffer < otherBuffer) { PTRACE(2, "H225\tSimultaneous start of H.245 channel, connecting to remote."); controlChannel->CleanUpOnTermination(); delete controlChannel; controlChannel = NULL; } else { PTRACE(2, "H225\tSimultaneous start of H.245 channel, using local listener."); } } if (!StartControlChannel(fac.m_h245Address)) return FALSE; } if (fac.m_reason.GetTag() != H225_FacilityReason::e_callForwarded) return TRUE; PString address; if (fac.HasOptionalField(H225_Facility_UUIE::e_alternativeAliasAddress) && fac.m_alternativeAliasAddress.GetSize() > 0) address = H323GetAliasAddressString(fac.m_alternativeAliasAddress[0]); if (fac.HasOptionalField(H225_Facility_UUIE::e_alternativeAddress)) { if (!address) address += '@'; address += H323TransportAddress(fac.m_alternativeAddress); } if (endpoint.OnConnectionForwarded(*this, address, pdu)) { ClearCall(EndedByCallForwarded); return FALSE; } if (!endpoint.CanAutoCallForward()) return TRUE; if (!endpoint.ForwardConnection(*this, address, pdu)) return TRUE; // This connection is on the way out and a new one has the same token now // so change our token to make sure no accidents can happen clearing the // wrong call callToken += "-forwarded"; return FALSE; } BOOL H323Connection::OnReceivedSignalNotify(const H323SignalPDU & pdu) { if (pdu.m_h323_uu_pdu.m_h323_message_body.GetTag() == H225_H323_UU_PDU_h323_message_body::e_notify) { const H225_Notify_UUIE & notify = pdu.m_h323_uu_pdu.m_h323_message_body; SetRemoteVersions(notify.m_protocolIdentifier); } return TRUE; } BOOL H323Connection::OnReceivedSignalStatus(const H323SignalPDU & pdu) { if (pdu.m_h323_uu_pdu.m_h323_message_body.GetTag() == H225_H323_UU_PDU_h323_message_body::e_status) { const H225_Status_UUIE & status = pdu.m_h323_uu_pdu.m_h323_message_body; SetRemoteVersions(status.m_protocolIdentifier); } return TRUE; } BOOL H323Connection::OnReceivedStatusEnquiry(const H323SignalPDU & pdu) { if (pdu.m_h323_uu_pdu.m_h323_message_body.GetTag() == H225_H323_UU_PDU_h323_message_body::e_statusInquiry) { const H225_StatusInquiry_UUIE & status = pdu.m_h323_uu_pdu.m_h323_message_body; SetRemoteVersions(status.m_protocolIdentifier); } H323SignalPDU reply; reply.BuildStatus(*this); return reply.Write(*signallingChannel); } void H323Connection::OnReceivedReleaseComplete(const H323SignalPDU & pdu) { if (!callEndTime.IsValid()) callEndTime = PTime(); endSessionReceived.Signal(); if (q931Cause == Q931::ErrorInCauseIE) q931Cause = pdu.GetQ931().GetCause(); const H225_ReleaseComplete_UUIE & rc = pdu.m_h323_uu_pdu.m_h323_message_body; switch (connectionState) { case EstablishedConnection : if (rc.m_reason.GetTag() == H225_ReleaseCompleteReason::e_facilityCallDeflection) ClearCall(EndedByCallForwarded); else ClearCall(EndedByRemoteUser); break; case AwaitingLocalAnswer : if (rc.m_reason.GetTag() == H225_ReleaseCompleteReason::e_facilityCallDeflection) ClearCall(EndedByCallForwarded); else ClearCall(EndedByCallerAbort); break; default : if (callEndReason == EndedByRefusal) callEndReason = NumCallEndReasons; #ifdef H323_H450 // Are we involved in a transfer with a non H.450.2 compatible transferred-to endpoint? if (h4502handler->GetState() == H4502Handler::e_ctAwaitSetupResponse && h4502handler->IsctTimerRunning()) { PTRACE(4, "H4502\tThe Remote Endpoint has rejected our transfer request and does not support H.450.2."); h4502handler->OnReceivedSetupReturnError(H4501_GeneralErrorList::e_notAvailable); } #endif if (pdu.m_h323_uu_pdu.m_h323_message_body.GetTag() != H225_H323_UU_PDU_h323_message_body::e_releaseComplete) ClearCall(EndedByRefusal); else { SetRemoteVersions(rc.m_protocolIdentifier); ClearCall(H323TranslateToCallEndReason(pdu.GetQ931().GetCause(), rc.m_reason)); } } } BOOL H323Connection::OnIncomingCall(const H323SignalPDU & setupPDU, H323SignalPDU & alertingPDU, CallEndReason & reason) { return endpoint.OnIncomingCall(*this, setupPDU, alertingPDU, reason); } BOOL H323Connection::OnIncomingCall(const H323SignalPDU & setupPDU, H323SignalPDU & alertingPDU) { return endpoint.OnIncomingCall(*this, setupPDU, alertingPDU); } BOOL H323Connection::ForwardCall(const PString & forwardParty) { if (forwardParty.IsEmpty()) return FALSE; PString alias; H323TransportAddress address; endpoint.ParsePartyName(forwardParty, alias, address); H323SignalPDU redirectPDU; H225_Facility_UUIE * fac = redirectPDU.BuildFacility(*this, FALSE); fac->m_reason.SetTag(H225_FacilityReason::e_callForwarded); if (!address) { fac->IncludeOptionalField(H225_Facility_UUIE::e_alternativeAddress); address.SetPDU(fac->m_alternativeAddress); } if (!alias) { fac->IncludeOptionalField(H225_Facility_UUIE::e_alternativeAliasAddress); fac->m_alternativeAliasAddress.SetSize(1); H323SetAliasAddress(alias, fac->m_alternativeAliasAddress[0]); } return WriteSignalPDU(redirectPDU); } H323Connection::AnswerCallResponse H323Connection::OnAnswerCall(const PString & caller, const H323SignalPDU & setupPDU, H323SignalPDU & connectPDU) { return endpoint.OnAnswerCall(*this, caller, setupPDU, connectPDU); } void H323Connection::AnsweringCall(AnswerCallResponse response) { PTRACE(2, "H323\tAnswering call: " << response); if (!Lock()) return; switch (response) { default : // AnswerCallDeferred break; case AnswerCallDeferredWithMedia : if (!mediaWaitForConnect) { // create a new facility PDU if doing AnswerDeferredWithMedia H323SignalPDU want245PDU; H225_Progress_UUIE & prog = want245PDU.BuildProgress(*this); BOOL sendPDU = TRUE; if (SendFastStartAcknowledge(prog.m_fastStart)) prog.IncludeOptionalField(H225_Progress_UUIE::e_fastStart); else { // See if aborted call if (connectionState == ShuttingDownConnection) break; // Do early H.245 start H225_Facility_UUIE & fac = *want245PDU.BuildFacility(*this, FALSE); fac.m_reason.SetTag(H225_FacilityReason::e_startH245); earlyStart = TRUE; if (!h245Tunneling && (controlChannel == NULL)) { if (!StartControlChannel()) break; fac.IncludeOptionalField(H225_Facility_UUIE::e_h245Address); controlChannel->SetUpTransportPDU(fac.m_h245Address, TRUE); } else sendPDU = FALSE; } if (sendPDU) { HandleTunnelPDU(&want245PDU); WriteSignalPDU(want245PDU); } } break; case AnswerCallAlertWithMedia : if (alertingPDU != NULL && !mediaWaitForConnect) { H225_Alerting_UUIE & alerting = alertingPDU->m_h323_uu_pdu.m_h323_message_body; BOOL sendPDU = TRUE; if (SendFastStartAcknowledge(alerting.m_fastStart)) alerting.IncludeOptionalField(H225_Alerting_UUIE::e_fastStart); else { alerting.IncludeOptionalField(H225_Alerting_UUIE::e_fastConnectRefused); // See if aborted call if (connectionState == ShuttingDownConnection) break; // Do early H.245 start earlyStart = TRUE; if (!h245Tunneling && (controlChannel == NULL)) { if (!StartControlChannel()) break; alerting.IncludeOptionalField(H225_Alerting_UUIE::e_h245Address); controlChannel->SetUpTransportPDU(alerting.m_h245Address, TRUE); } else sendPDU = FALSE; } if (sendPDU) { HandleTunnelPDU(alertingPDU); #ifdef H323_H450 h450dispatcher->AttachToAlerting(*alertingPDU); #endif WriteSignalPDU(*alertingPDU); alertingTime = PTime(); } break; } // else clause falls into AnswerCallPending case case AnswerCallPending : if (alertingPDU != NULL) { // send Q931 Alerting PDU PTRACE(3, "H225\tSending Alerting PDU"); HandleTunnelPDU(alertingPDU); #ifdef H323_H450 h450dispatcher->AttachToAlerting(*alertingPDU); #endif // commented out by CRS: no need to check for lack of fastStart channels // as this Alerting is not associated with media channel. And doing so // screws up deferred fastStart setup // //if (fastStartChannels.IsEmpty()) { // H225_Alerting_UUIE & alerting = alertingPDU->m_h323_uu_pdu.m_h323_message_body; // alerting.IncludeOptionalField(H225_Alerting_UUIE::e_fastConnectRefused); //} WriteSignalPDU(*alertingPDU); alertingTime = PTime(); } break; case AnswerCallDenied : // If response is denied, abort the call PTRACE(1, "H225\tApplication has declined to answer incoming call"); ClearCall(EndedByAnswerDenied); break; case AnswerCallDeniedByInvalidCID : // If response is denied, abort the call PTRACE(1, "H225\tApplication has refused to answer incoming call due to invalid conference ID"); ClearCall(EndedByInvalidConferenceID); break; case AnswerCallNow : if (connectPDU != NULL) { H225_Connect_UUIE & connect = connectPDU->m_h323_uu_pdu.m_h323_message_body; // Now ask the application to select which channels to start if (SendFastStartAcknowledge(connect.m_fastStart)) connect.IncludeOptionalField(H225_Connect_UUIE::e_fastStart); else connect.IncludeOptionalField(H225_Connect_UUIE::e_fastConnectRefused); // See if aborted call if (connectionState == ShuttingDownConnection) break; // Set flag that we are up to CONNECT stage connectionState = HasExecutedSignalConnect; #ifdef H323_H450 h450dispatcher->AttachToConnect(*connectPDU); #endif if (h245Tunneling) { // If no channels selected (or never provided) do traditional H245 start if (fastStartState == FastStartDisabled) { h245TunnelTxPDU = connectPDU; // Piggy back H245 on this reply BOOL ok = StartControlNegotiations(); h245TunnelTxPDU = NULL; if (!ok) break; } HandleTunnelPDU(connectPDU); } else { // Start separate H.245 channel if not tunneling. if (!StartControlChannel()) break; connect.IncludeOptionalField(H225_Connect_UUIE::e_h245Address); controlChannel->SetUpTransportPDU(connect.m_h245Address, TRUE); } connectedTime = PTime(); WriteSignalPDU(*connectPDU); // Send H323 Connect PDU delete connectPDU; connectPDU = NULL; delete alertingPDU; alertingPDU = NULL; } } InternalEstablishedConnectionCheck(); Unlock(); } #ifdef H323_TRANSNEXUS_OSP BOOL H323Connection::AuthoriseOSPTransaction(OpalOSP::Transaction & transaction, OpalOSP::Transaction::DestinationInfo & destInfo) { OpalOSP::Transaction::AuthorisationInfo authInfo; // look for a local alias suitable for use as a calling number PString alias; PINDEX i, j; for (i = 0; i < localAliasNames.GetSize(); ++i) { alias = localAliasNames[0]; for (j = 0; j < alias.GetLength(); ++j) if (!isdigit(alias[j])) break; if (j == alias.GetLength()) break; } if (i == localAliasNames.GetSize()) { PTRACE(1, "H225\tNo local alias names can be used as OSP calling number"); return FALSE; } H323SetAliasAddress(alias, authInfo.callingNumber, H225_AliasAddress::e_dialedDigits); H323SetAliasAddress(remotePartyNumber, authInfo.calledNumber, H225_AliasAddress::e_dialedDigits); authInfo.callID = callIdentifier; authInfo.ospvSourceDevice = ""; PIPSocket::Address sigAddr; if (signallingChannel == NULL || !signallingChannel->IsOpen()) { PIPSocket::GetNetworkInterface(sigAddr); } else { H323TransportAddress sigAddress = signallingChannel->GetLocalAddress(); sigAddress.GetIpAddress(sigAddr); } endpoint.InternalTranslateTCPAddress(sigAddr, transaction.GetProvider()->GetHostAddress()); authInfo.ospvSource = OpalOSP::IpAddressToOSPString(sigAddr); // authorise the call for one destination int result; unsigned numberOfDestinations = 1; if ((result = transaction.Authorise(authInfo, numberOfDestinations)) != 0) { PTRACE(1, "H225\tCannot extract OSP authorisation information - code " << result); return FALSE; } // get the first destination if ((result = transaction.GetFirstDestination(destInfo)) != 0) { PTRACE(1, "H225\tCannot extract OSP authorisation information - code " << result); return FALSE; } return TRUE; } #endif H323Connection::CallEndReason H323Connection::SendSignalSetup(const PString & alias, const H323TransportAddress & address) { // Start the call, first state is asking gatekeeper connectionState = AwaitingGatekeeperAdmission; // Indicate the direction of call. if (alias.IsEmpty()) remotePartyName = remotePartyAddress = address; else { remotePartyName = alias; remotePartyAddress = alias + '@' + address; } // Start building the setup PDU to get various ID's H323SignalPDU setupPDU; H225_Setup_UUIE & setup = setupPDU.BuildSetup(*this, address); #ifdef H323_H450 h450dispatcher->AttachToSetup(setupPDU); #endif // Save the identifiers generated by BuildSetup setupPDU.GetQ931().GetCalledPartyNumber(remotePartyNumber); H323TransportAddress gatekeeperRoute = address; // Check for gatekeeper and do admission check if have one H323Gatekeeper * gatekeeper = endpoint.GetGatekeeper(); H225_ArrayOf_AliasAddress newAliasAddresses; if (gatekeeper != NULL) { H323Gatekeeper::AdmissionResponse response; response.transportAddress = &gatekeeperRoute; response.aliasAddresses = &newAliasAddresses; if (!gkAccessTokenOID) response.accessTokenData = &gkAccessTokenData; while (!gatekeeper->AdmissionRequest(*this, response, alias.IsEmpty())) { PTRACE(1, "H225\tGatekeeper refused admission: " << (response.rejectReason == UINT_MAX ? PString("Transport error") : H225_AdmissionRejectReason(response.rejectReason).GetTagName())); #ifdef H323_H450 h4502handler->onReceivedAdmissionReject(H4501_GeneralErrorList::e_notAvailable); #endif switch (response.rejectReason) { case H225_AdmissionRejectReason::e_calledPartyNotRegistered : return EndedByNoUser; case H225_AdmissionRejectReason::e_requestDenied : return EndedByNoBandwidth; case H225_AdmissionRejectReason::e_invalidPermission : case H225_AdmissionRejectReason::e_securityDenial : return EndedBySecurityDenial; case H225_AdmissionRejectReason::e_resourceUnavailable : return EndedByRemoteBusy; case H225_AdmissionRejectReason::e_incompleteAddress : if (OnInsufficientDigits()) break; // Then default case default : return EndedByGatekeeper; } PString lastRemotePartyName = remotePartyName; while (lastRemotePartyName == remotePartyName) { Unlock(); // Release the mutex as can deadlock trying to clear call during connect. digitsWaitFlag.Wait(); if (!Lock()) // Lock while checking for shutting down. return EndedByCallerAbort; } } mustSendDRQ = TRUE; if (response.gatekeeperRouted) { setup.IncludeOptionalField(H225_Setup_UUIE::e_endpointIdentifier); setup.m_endpointIdentifier = gatekeeper->GetEndpointIdentifier(); gatekeeperRouted = TRUE; } } #ifdef H323_TRANSNEXUS_OSP // check for OSP server (if not using GK) if (gatekeeper == NULL) { OpalOSP::Provider * ospProvider = endpoint.GetOSPProvider(); if (ospProvider != NULL) { OpalOSP::Transaction * transaction = new OpalOSP::Transaction(); if (transaction->Open(*ospProvider) != 0) { PTRACE(1, "H225\tCannot create OSP transaction"); return EndedByOSPRefusal; } OpalOSP::Transaction::DestinationInfo destInfo; if (!AuthoriseOSPTransaction(*transaction, destInfo)) { delete transaction; return EndedByOSPRefusal; } // save the transaction for use by the call ospTransaction = transaction; // retreive the call information gatekeeperRoute = destInfo.destinationAddress; newAliasAddresses.Append(new H225_AliasAddress(destInfo.calledNumber)); // insert the token setup.IncludeOptionalField(H225_Setup_UUIE::e_tokens); destInfo.InsertToken(setup.m_tokens); } } #endif // Update the field e_destinationAddress in the SETUP PDU to reflect the new // alias received in the ACF (m_destinationInfo). if (newAliasAddresses.GetSize() > 0) { setup.IncludeOptionalField(H225_Setup_UUIE::e_destinationAddress); setup.m_destinationAddress = newAliasAddresses; // Update the Q.931 Information Element (if is an E.164 address) PString e164 = H323GetAliasAddressE164(newAliasAddresses); if (!e164) remotePartyNumber = e164; } if (addAccessTokenToSetup && !gkAccessTokenOID && !gkAccessTokenData.IsEmpty()) { PString oid1, oid2; PINDEX comma = gkAccessTokenOID.Find(','); if (comma == P_MAX_INDEX) oid1 = oid2 = gkAccessTokenOID; else { oid1 = gkAccessTokenOID.Left(comma); oid2 = gkAccessTokenOID.Mid(comma+1); } setup.IncludeOptionalField(H225_Setup_UUIE::e_tokens); PINDEX last = setup.m_tokens.GetSize(); setup.m_tokens.SetSize(last+1); setup.m_tokens[last].m_tokenOID = oid1; setup.m_tokens[last].IncludeOptionalField(H235_ClearToken::e_nonStandard); setup.m_tokens[last].m_nonStandard.m_nonStandardIdentifier = oid2; setup.m_tokens[last].m_nonStandard.m_data = gkAccessTokenData; } if (!signallingChannel->SetRemoteAddress(gatekeeperRoute)) { PTRACE(1, "H225\tInvalid " << (gatekeeperRoute != address ? "gatekeeper" : "user") << " supplied address: \"" << gatekeeperRoute << '"'); connectionState = AwaitingTransportConnect; return EndedByConnectFail; } // Do the transport connect connectionState = AwaitingTransportConnect; // Release the mutex as can deadlock trying to clear call during connect. Unlock(); signallingChannel->SetWriteTimeout(100); BOOL connectFailed = !signallingChannel->Connect(); // Lock while checking for shutting down. if (!Lock()) return EndedByCallerAbort; // See if transport connect failed, abort if so. if (connectFailed) { connectionState = NoConnectionActive; switch (signallingChannel->GetErrorNumber()) { case ENETUNREACH : return EndedByUnreachable; case ECONNREFUSED : return EndedByNoEndPoint; case ETIMEDOUT : return EndedByHostOffline; } return EndedByConnectFail; } PTRACE(3, "H225\tSending Setup PDU"); connectionState = AwaitingSignalConnect; // Put in all the signalling addresses for link setup.IncludeOptionalField(H225_Setup_UUIE::e_sourceCallSignalAddress); signallingChannel->SetUpTransportPDU(setup.m_sourceCallSignalAddress, TRUE); if (!setup.HasOptionalField(H225_Setup_UUIE::e_destCallSignalAddress)) { setup.IncludeOptionalField(H225_Setup_UUIE::e_destCallSignalAddress); signallingChannel->SetUpTransportPDU(setup.m_destCallSignalAddress, FALSE); } // Get the local capabilities before fast start is handled OnSetLocalCapabilities(); // Ask the application what channels to open PTRACE(3, "H225\tCheck for Fast start by local endpoint"); fastStartChannels.RemoveAll(); OnSelectLogicalChannels(); // If application called OpenLogicalChannel, put in the fastStart field if (!fastStartChannels.IsEmpty()) { PTRACE(3, "H225\tFast start begun by local endpoint"); for (PINDEX i = 0; i < fastStartChannels.GetSize(); i++) BuildFastStartList(fastStartChannels[i], setup.m_fastStart, H323Channel::IsReceiver); if (setup.m_fastStart.GetSize() > 0) setup.IncludeOptionalField(H225_Setup_UUIE::e_fastStart); } // Search the capability set and see if we have video capability for (PINDEX i = 0; i < localCapabilities.GetSize(); i++) { switch (localCapabilities[i].GetMainType()) { case H323Capability::e_Audio : case H323Capability::e_UserInput : break; default : // Is video or other data (eg T.120) setupPDU.GetQ931().SetBearerCapabilities(Q931::TransferUnrestrictedDigital, 6); i = localCapabilities.GetSize(); // Break out of the for loop break; } } if (!OnSendSignalSetup(setupPDU)) return EndedByNoAccept; // Do this again (was done when PDU was constructed) in case // OnSendSignalSetup() changed something. setupPDU.SetQ931Fields(*this, TRUE); setupPDU.GetQ931().GetCalledPartyNumber(remotePartyNumber); fastStartState = FastStartDisabled; BOOL set_lastPDUWasH245inSETUP = FALSE; if (h245Tunneling && doH245inSETUP) { h245TunnelTxPDU = &setupPDU; // Try and start the master/slave and capability exchange through the tunnel // Note: this used to be disallowed but is now allowed as of H323v4 BOOL ok = StartControlNegotiations(); h245TunnelTxPDU = NULL; if (!ok) return EndedByTransportFail; if (setup.m_fastStart.GetSize() > 0) { // Now if fast start as well need to put this in setup specific field // and not the generic H.245 tunneling field setup.IncludeOptionalField(H225_Setup_UUIE::e_parallelH245Control); setup.m_parallelH245Control = setupPDU.m_h323_uu_pdu.m_h245Control; setupPDU.m_h323_uu_pdu.RemoveOptionalField(H225_H323_UU_PDU::e_h245Control); set_lastPDUWasH245inSETUP = TRUE; } } // Send the initial PDU setupTime = PTime(); if (!WriteSignalPDU(setupPDU)) return EndedByTransportFail; // WriteSignalPDU always resets lastPDUWasH245inSETUP. // So set it here if required if (set_lastPDUWasH245inSETUP) lastPDUWasH245inSETUP = TRUE; // Set timeout for remote party to answer the call signallingChannel->SetReadTimeout(endpoint.GetSignallingChannelCallTimeout()); return NumCallEndReasons; } BOOL H323Connection::OnSendSignalSetup(H323SignalPDU & /*setupPDU*/) { return TRUE; } BOOL H323Connection::OnSendCallProceeding(H323SignalPDU & /*callProceedingPDU*/) { return TRUE; } BOOL H323Connection::OnSendReleaseComplete(H323SignalPDU & /*releaseCompletePDU*/) { return TRUE; } BOOL H323Connection::OnAlerting(const H323SignalPDU & alertingPDU, const PString & username) { return endpoint.OnAlerting(*this, alertingPDU, username); } BOOL H323Connection::OnInsufficientDigits() { return FALSE; } void H323Connection::SendMoreDigits(const PString & digits) { remotePartyNumber += digits; remotePartyName = remotePartyNumber; if (connectionState == AwaitingGatekeeperAdmission) digitsWaitFlag.Signal(); else { H323SignalPDU infoPDU; infoPDU.BuildInformation(*this); infoPDU.GetQ931().SetCalledPartyNumber(digits); if (!WriteSignalPDU(infoPDU)) ClearCall(EndedByTransportFail); } } BOOL H323Connection::OnOutgoingCall(const H323SignalPDU & connectPDU) { return endpoint.OnOutgoingCall(*this, connectPDU); } BOOL H323Connection::SendFastStartAcknowledge(H225_ArrayOf_PASN_OctetString & array) { PINDEX i; // See if we have already added the fast start OLC's if (array.GetSize() > 0) return TRUE; // See if we need to select our fast start channels if (fastStartState == FastStartResponse) OnSelectLogicalChannels(); // Remove any channels that were not started by OnSelectLogicalChannels(), // those that were started are put into the logical channel dictionary for (i = 0; i < fastStartChannels.GetSize(); i++) { if (fastStartChannels[i].IsRunning()) logicalChannels->Add(fastStartChannels[i]); else fastStartChannels.RemoveAt(i--); } // None left, so didn't open any channels fast if (fastStartChannels.IsEmpty()) { fastStartState = FastStartDisabled; return FALSE; } // The channels we just transferred to the logical channels dictionary // should not be deleted via this structure now. fastStartChannels.DisallowDeleteObjects(); PTRACE(3, "H225\tAccepting fastStart for " << fastStartChannels.GetSize() << " channels"); for (i = 0; i < fastStartChannels.GetSize(); i++) BuildFastStartList(fastStartChannels[i], array, H323Channel::IsTransmitter); // Have moved open channels to logicalChannels structure, remove all others. fastStartChannels.RemoveAll(); // Set flag so internal establishment check does not require H.245 fastStartState = FastStartAcknowledged; return TRUE; } BOOL H323Connection::HandleFastStartAcknowledge(const H225_ArrayOf_PASN_OctetString & array) { if (fastStartChannels.IsEmpty()) { PTRACE(3, "H225\tFast start response with no channels to open"); return FALSE; } // record the time at which media was opened reverseMediaOpenTime = PTime(); PTRACE(3, "H225\tFast start accepted by remote endpoint"); PINDEX i; // Go through provided list of structures, if can decode it and match it up // with a channel we requested AND it has all the information needed in the // m_multiplexParameters, then we can start the channel. for (i = 0; i < array.GetSize(); i++) { H245_OpenLogicalChannel open; if (array[i].DecodeSubType(open)) { PTRACE(4, "H225\tFast start open:\n " << setprecision(2) << open); BOOL reverse = open.HasOptionalField(H245_OpenLogicalChannel::e_reverseLogicalChannelParameters); const H245_DataType & dataType = reverse ? open.m_reverseLogicalChannelParameters.m_dataType : open.m_forwardLogicalChannelParameters.m_dataType; H323Capability * replyCapability = localCapabilities.FindCapability(dataType); if (replyCapability != NULL) { for (PINDEX ch = 0; ch < fastStartChannels.GetSize(); ch++) { H323Channel & channelToStart = fastStartChannels[ch]; H323Channel::Directions dir = channelToStart.GetDirection(); if ((dir == H323Channel::IsReceiver) == reverse && channelToStart.GetCapability() == *replyCapability) { unsigned error = 1000; if (channelToStart.OnReceivedPDU(open, error)) { H323Capability * channelCapability; if (dir == H323Channel::IsReceiver) channelCapability = replyCapability; else { // For transmitter, need to fake a capability into the remote table channelCapability = remoteCapabilities.FindCapability(channelToStart.GetCapability()); if (channelCapability == NULL) { channelCapability = remoteCapabilities.Copy(channelToStart.GetCapability()); remoteCapabilities.SetCapability(0, channelCapability->GetDefaultSessionID()-1, channelCapability); } } // Must use the actual capability instance from the // localCapability or remoteCapability structures. if (OnCreateLogicalChannel(*channelCapability, dir, error)) { if (channelToStart.SetInitialBandwidth()) { channelToStart.Start(); break; } else PTRACE(2, "H225\tFast start channel open fail: insufficent bandwidth"); } else PTRACE(2, "H225\tFast start channel open error: " << error); } else PTRACE(2, "H225\tFast start capability error: " << error); } } } } else { PTRACE(1, "H225\tInvalid fast start PDU decode:\n " << setprecision(2) << open); } } // Remove any channels that were not started by above, those that were // started are put into the logical channel dictionary for (i = 0; i < fastStartChannels.GetSize(); i++) { if (fastStartChannels[i].IsRunning()) logicalChannels->Add(fastStartChannels[i]); else fastStartChannels.RemoveAt(i--); } // The channels we just transferred to the logical channels dictionary // should not be deleted via this structure now. fastStartChannels.DisallowDeleteObjects(); PTRACE(2, "H225\tFast starting " << fastStartChannels.GetSize() << " channels"); if (fastStartChannels.IsEmpty()) return FALSE; // Have moved open channels to logicalChannels structure, remove them now. fastStartChannels.RemoveAll(); fastStartState = FastStartAcknowledged; return TRUE; } BOOL H323Connection::StartControlChannel() { // Already have the H245 channel up. if (controlChannel != NULL) return TRUE; controlChannel = signallingChannel->CreateControlChannel(*this); if (controlChannel == NULL) { ClearCall(EndedByTransportFail); return FALSE; } controlChannel->StartControlChannel(*this); return TRUE; } BOOL H323Connection::StartControlChannel(const H225_TransportAddress & h245Address) { // Check that it is an IP address, all we support at the moment if (h245Address.GetTag() != H225_TransportAddress::e_ipAddress #if P_HAS_IPV6 && h245Address.GetTag() != H225_TransportAddress::e_ip6Address #endif ) { PTRACE(1, "H225\tConnect of H245 failed: Unsupported transport"); return FALSE; } // Already have the H245 channel up. if (controlChannel != NULL) return TRUE; controlChannel = new H323TransportTCP(endpoint); if (!controlChannel->SetRemoteAddress(h245Address)) { PTRACE(1, "H225\tCould not extract H245 address"); delete controlChannel; controlChannel = NULL; return FALSE; } if (!controlChannel->Connect()) { PTRACE(1, "H225\tConnect of H245 failed: " << controlChannel->GetErrorText()); delete controlChannel; controlChannel = NULL; return FALSE; } controlChannel->StartControlChannel(*this); return TRUE; } BOOL H323Connection::OnUnknownSignalPDU(const H323SignalPDU & PTRACE_PARAM(pdu)) { PTRACE(2, "H225\tUnknown signalling PDU: " << pdu); return TRUE; } BOOL H323Connection::WriteControlPDU(const H323ControlPDU & pdu) { PPER_Stream strm; pdu.Encode(strm); strm.CompleteEncoding(); H323TraceDumpPDU("H245", TRUE, strm, pdu, pdu, 0, (controlChannel == NULL) ? H323TransportAddress("") : controlChannel->GetLocalAddress(), (controlChannel == NULL) ? H323TransportAddress("") : controlChannel->GetRemoteAddress() ); if (!h245Tunneling) { if (controlChannel == NULL) { PTRACE(1, "H245\tWrite PDU fail: no control channel."); return FALSE; } if (controlChannel->IsOpen() && controlChannel->WritePDU(strm)) return TRUE; PTRACE(1, "H245\tWrite PDU fail: " << controlChannel->GetErrorText(PChannel::LastWriteError)); return FALSE; } // If have a pending signalling PDU, use it rather than separate write H323SignalPDU localTunnelPDU; H323SignalPDU * tunnelPDU; if (h245TunnelTxPDU != NULL) tunnelPDU = h245TunnelTxPDU; else { localTunnelPDU.BuildFacility(*this, TRUE); tunnelPDU = &localTunnelPDU; } tunnelPDU->m_h323_uu_pdu.IncludeOptionalField(H225_H323_UU_PDU::e_h245Control); PINDEX last = tunnelPDU->m_h323_uu_pdu.m_h245Control.GetSize(); tunnelPDU->m_h323_uu_pdu.m_h245Control.SetSize(last+1); tunnelPDU->m_h323_uu_pdu.m_h245Control[last] = strm; if (h245TunnelTxPDU != NULL) return TRUE; return WriteSignalPDU(localTunnelPDU); } BOOL H323Connection::StartControlNegotiations(BOOL renegotiate) { PTRACE(2, "H245\tStarted control channel"); if(renegotiate) // makes reopening of media channels possible connectionState = HasExecutedSignalConnect; // Begin the capability exchange procedure if (!capabilityExchangeProcedure->Start(renegotiate)) { PTRACE(1, "H245\tStart of Capability Exchange failed"); return FALSE; } // Begin the Master/Slave determination procedure if (!masterSlaveDeterminationProcedure->Start(renegotiate)) { PTRACE(1, "H245\tStart of Master/Slave determination failed"); return FALSE; } endSessionNeeded = TRUE; return TRUE; } void H323Connection::HandleControlChannel() { // If have started separate H.245 channel then don't tunnel any more h245Tunneling = FALSE; // Start the TCS and MSD operations on new H.245 channel. if (!StartControlNegotiations()) return; // Disable the signalling channels timeout for monitoring call status and // start up one in this thread instead. Then the Q.931 channel can be closed // without affecting the call. signallingChannel->SetReadTimeout(PMaxTimeInterval); controlChannel->SetReadTimeout(MonitorCallStatusTime); BOOL ok = TRUE; while (ok) { MonitorCallStatus(); PPER_Stream strm; if (controlChannel->ReadPDU(strm)) { // Lock while checking for shutting down. if (Lock()) { // Process the received PDU PTRACE(4, "H245\tReceived TPKT: " << strm); ok = HandleControlData(strm); Unlock(); // Unlock connection } else ok = InternalEndSessionCheck(strm); } else if (controlChannel->GetErrorCode() != PChannel::Timeout) { PTRACE(1, "H245\tRead error: " << controlChannel->GetErrorText(PChannel::LastReadError) << " endSessionSent=" << endSessionSent); // If the connection is already shutting down then don't overwrite the // call end reason. This could happen if the remote end point misbehaves // and simply closes the H.245 TCP connection rather than sending an // endSession. if(endSessionSent == FALSE) ClearCall(EndedByTransportFail); else PTRACE(1, "H245\tendSession already sent assuming H245 connection closed by remote side"); ok = FALSE; } } // If we are the only link to the far end or if we have already sent our // endSession command then indicate that we have received endSession even // if we hadn't, because we are now never going to get one so there is no // point in having CleanUpOnCallEnd wait. if (signallingChannel == NULL || endSessionSent == TRUE) endSessionReceived.Signal(); PTRACE(2, "H245\tControl channel closed."); } BOOL H323Connection::InternalEndSessionCheck(PPER_Stream & strm) { H323ControlPDU pdu; if (!pdu.Decode(strm)) { PTRACE(1, "H245\tInvalid PDU decode:\n " << setprecision(2) << pdu); return FALSE; } PTRACE(3, "H245\tChecking for end session on PDU: " << pdu.GetTagName() << ' ' << ((PASN_Choice &)pdu.GetObject()).GetTagName()); if (pdu.GetTag() != H245_MultimediaSystemControlMessage::e_command) return TRUE; H245_CommandMessage & command = pdu; if (command.GetTag() == H245_CommandMessage::e_endSessionCommand) endSessionReceived.Signal(); return FALSE; } BOOL H323Connection::HandleControlData(PPER_Stream & strm) { while (!strm.IsAtEnd()) { H323ControlPDU pdu; if (!pdu.Decode(strm)) { PTRACE(1, "H245\tInvalid PDU decode!" "\nRaw PDU:\n" << hex << setfill('0') << setprecision(2) << strm << dec << setfill(' ') << "\nPartial PDU:\n " << setprecision(2) << pdu); return TRUE; } H323TraceDumpPDU("H245", FALSE, strm, pdu, pdu, 0, (controlChannel == NULL) ? H323TransportAddress("") : controlChannel->GetLocalAddress(), (controlChannel == NULL) ? H323TransportAddress("") : controlChannel->GetRemoteAddress() ); if (!HandleControlPDU(pdu)) return FALSE; InternalEstablishedConnectionCheck(); strm.ByteAlign(); } return TRUE; } BOOL H323Connection::HandleControlPDU(const H323ControlPDU & pdu) { switch (pdu.GetTag()) { case H245_MultimediaSystemControlMessage::e_request : return OnH245Request(pdu); case H245_MultimediaSystemControlMessage::e_response : return OnH245Response(pdu); case H245_MultimediaSystemControlMessage::e_command : return OnH245Command(pdu); case H245_MultimediaSystemControlMessage::e_indication : return OnH245Indication(pdu); } return OnUnknownControlPDU(pdu); } BOOL H323Connection::OnUnknownControlPDU(const H323ControlPDU & pdu) { PTRACE(2, "H245\tUnknown Control PDU: " << pdu); H323ControlPDU reply; reply.BuildFunctionNotUnderstood(pdu); return WriteControlPDU(reply); } BOOL H323Connection::OnH245Request(const H323ControlPDU & pdu) { const H245_RequestMessage & request = pdu; switch (request.GetTag()) { case H245_RequestMessage::e_masterSlaveDetermination : return masterSlaveDeterminationProcedure->HandleIncoming(request); case H245_RequestMessage::e_terminalCapabilitySet : { const H245_TerminalCapabilitySet & tcs = request; if (tcs.m_protocolIdentifier.GetSize() >= 6) { h245version = tcs.m_protocolIdentifier[5]; h245versionSet = TRUE; PTRACE(3, "H245\tSet protocol version to " << h245version); } return capabilityExchangeProcedure->HandleIncoming(tcs); } case H245_RequestMessage::e_openLogicalChannel : return logicalChannels->HandleOpen(request); case H245_RequestMessage::e_closeLogicalChannel : return logicalChannels->HandleClose(request); case H245_RequestMessage::e_requestChannelClose : return logicalChannels->HandleRequestClose(request); case H245_RequestMessage::e_requestMode : return requestModeProcedure->HandleRequest(request); case H245_RequestMessage::e_roundTripDelayRequest : return roundTripDelayProcedure->HandleRequest(request); } return OnUnknownControlPDU(pdu); } BOOL H323Connection::OnH245Response(const H323ControlPDU & pdu) { const H245_ResponseMessage & response = pdu; switch (response.GetTag()) { case H245_ResponseMessage::e_masterSlaveDeterminationAck : return masterSlaveDeterminationProcedure->HandleAck(response); case H245_ResponseMessage::e_masterSlaveDeterminationReject : return masterSlaveDeterminationProcedure->HandleReject(response); case H245_ResponseMessage::e_terminalCapabilitySetAck : return capabilityExchangeProcedure->HandleAck(response); case H245_ResponseMessage::e_terminalCapabilitySetReject : return capabilityExchangeProcedure->HandleReject(response); case H245_ResponseMessage::e_openLogicalChannelAck : return logicalChannels->HandleOpenAck(response); case H245_ResponseMessage::e_openLogicalChannelReject : return logicalChannels->HandleReject(response); case H245_ResponseMessage::e_closeLogicalChannelAck : return logicalChannels->HandleCloseAck(response); case H245_ResponseMessage::e_requestChannelCloseAck : return logicalChannels->HandleRequestCloseAck(response); case H245_ResponseMessage::e_requestChannelCloseReject : return logicalChannels->HandleRequestCloseReject(response); case H245_ResponseMessage::e_requestModeAck : return requestModeProcedure->HandleAck(response); case H245_ResponseMessage::e_requestModeReject : return requestModeProcedure->HandleReject(response); case H245_ResponseMessage::e_roundTripDelayResponse : return roundTripDelayProcedure->HandleResponse(response); } return OnUnknownControlPDU(pdu); } BOOL H323Connection::OnH245Command(const H323ControlPDU & pdu) { const H245_CommandMessage & command = pdu; switch (command.GetTag()) { case H245_CommandMessage::e_sendTerminalCapabilitySet : return OnH245_SendTerminalCapabilitySet(command); case H245_CommandMessage::e_flowControlCommand : return OnH245_FlowControlCommand(command); case H245_CommandMessage::e_miscellaneousCommand : return OnH245_MiscellaneousCommand(command); case H245_CommandMessage::e_endSessionCommand : endSessionNeeded = TRUE; endSessionReceived.Signal(); switch (connectionState) { case EstablishedConnection : ClearCall(EndedByRemoteUser); break; case AwaitingLocalAnswer : ClearCall(EndedByCallerAbort); break; default : ClearCall(EndedByRefusal); } return FALSE; } return OnUnknownControlPDU(pdu); } BOOL H323Connection::OnH245Indication(const H323ControlPDU & pdu) { const H245_IndicationMessage & indication = pdu; switch (indication.GetTag()) { case H245_IndicationMessage::e_masterSlaveDeterminationRelease : return masterSlaveDeterminationProcedure->HandleRelease(indication); case H245_IndicationMessage::e_terminalCapabilitySetRelease : return capabilityExchangeProcedure->HandleRelease(indication); case H245_IndicationMessage::e_openLogicalChannelConfirm : return logicalChannels->HandleOpenConfirm(indication); case H245_IndicationMessage::e_requestChannelCloseRelease : return logicalChannels->HandleRequestCloseRelease(indication); case H245_IndicationMessage::e_requestModeRelease : return requestModeProcedure->HandleRelease(indication); case H245_IndicationMessage::e_miscellaneousIndication : return OnH245_MiscellaneousIndication(indication); case H245_IndicationMessage::e_jitterIndication : return OnH245_JitterIndication(indication); case H245_IndicationMessage::e_userInput : OnUserInputIndication(indication); break; } return TRUE; // Do NOT call OnUnknownControlPDU for indications } BOOL H323Connection::OnH245_SendTerminalCapabilitySet( const H245_SendTerminalCapabilitySet & pdu) { if (pdu.GetTag() == H245_SendTerminalCapabilitySet::e_genericRequest) return capabilityExchangeProcedure->Start(TRUE); PTRACE(2, "H245\tUnhandled SendTerminalCapabilitySet: " << pdu); return TRUE; } BOOL H323Connection::OnH245_FlowControlCommand( const H245_FlowControlCommand & pdu) { PTRACE(3, "H245\tFlowControlCommand: scope=" << pdu.m_scope.GetTagName()); long restriction; if (pdu.m_restriction.GetTag() == H245_FlowControlCommand_restriction::e_maximumBitRate) restriction = (const PASN_Integer &)pdu.m_restriction; else restriction = -1; // H245_FlowControlCommand_restriction::e_noRestriction switch (pdu.m_scope.GetTag()) { case H245_FlowControlCommand_scope::e_wholeMultiplex : OnLogicalChannelFlowControl(NULL, restriction); break; case H245_FlowControlCommand_scope::e_logicalChannelNumber : { H323Channel * chan = logicalChannels->FindChannel((unsigned)(const H245_LogicalChannelNumber &)pdu.m_scope, FALSE); if (chan != NULL) OnLogicalChannelFlowControl(chan, restriction); } } return TRUE; } BOOL H323Connection::OnH245_MiscellaneousCommand( const H245_MiscellaneousCommand & pdu) { H323Channel * chan = logicalChannels->FindChannel((unsigned)pdu.m_logicalChannelNumber, FALSE); if (chan != NULL) chan->OnMiscellaneousCommand(pdu.m_type); else PTRACE(3, "H245\tMiscellaneousCommand: is ignored chan=" << pdu.m_logicalChannelNumber << ", type=" << pdu.m_type.GetTagName()); return TRUE; } BOOL H323Connection::OnH245_MiscellaneousIndication( const H245_MiscellaneousIndication & pdu) { H323Channel * chan = logicalChannels->FindChannel((unsigned)pdu.m_logicalChannelNumber, TRUE); if (chan != NULL) chan->OnMiscellaneousIndication(pdu.m_type); else PTRACE(3, "H245\tMiscellaneousIndication is ignored. chan=" << pdu.m_logicalChannelNumber << ", type=" << pdu.m_type.GetTagName()); return TRUE; } BOOL H323Connection::OnH245_JitterIndication( const H245_JitterIndication & pdu) { PTRACE(3, "H245\tJitterIndication: scope=" << pdu.m_scope.GetTagName()); static const DWORD mantissas[8] = { 0, 1, 10, 100, 1000, 10000, 100000, 1000000 }; static const DWORD exponents[8] = { 10, 25, 50, 75 }; DWORD jitter = mantissas[pdu.m_estimatedReceivedJitterMantissa]* exponents[pdu.m_estimatedReceivedJitterExponent]/10; int skippedFrameCount = -1; if (pdu.HasOptionalField(H245_JitterIndication::e_skippedFrameCount)) skippedFrameCount = pdu.m_skippedFrameCount; int additionalBuffer = -1; if (pdu.HasOptionalField(H245_JitterIndication::e_additionalDecoderBuffer)) additionalBuffer = pdu.m_additionalDecoderBuffer; switch (pdu.m_scope.GetTag()) { case H245_JitterIndication_scope::e_wholeMultiplex : OnLogicalChannelJitter(NULL, jitter, skippedFrameCount, additionalBuffer); break; case H245_JitterIndication_scope::e_logicalChannelNumber : { H323Channel * chan = logicalChannels->FindChannel((unsigned)(const H245_LogicalChannelNumber &)pdu.m_scope, FALSE); if (chan != NULL) OnLogicalChannelJitter(chan, jitter, skippedFrameCount, additionalBuffer); } } return TRUE; } H323Channel * H323Connection::GetLogicalChannel(unsigned number, BOOL fromRemote) const { return logicalChannels->FindChannel(number, fromRemote); } H323Channel * H323Connection::FindChannel(unsigned rtpSessionId, BOOL fromRemote) const { return logicalChannels->FindChannelBySession(rtpSessionId, fromRemote); } #ifdef H323_H450 void H323Connection::TransferCall(const PString & remoteParty, const PString & callIdentity) { // According to H.450.4, if prior to consultation the primary call has been put on hold, the // transferring endpoint shall first retrieve the call before Call Transfer is invoked. if (!callIdentity.IsEmpty() && IsLocalHold()) RetrieveCall(); h4502handler->TransferCall(remoteParty, callIdentity); } void H323Connection::ConsultationTransfer(const PString & primaryCallToken) { h4502handler->ConsultationTransfer(primaryCallToken); } void H323Connection::HandleConsultationTransfer(const PString & callIdentity, H323Connection& incoming) { h4502handler->HandleConsultationTransfer(callIdentity, incoming); } BOOL H323Connection::IsTransferringCall() const { switch (h4502handler->GetState()) { case H4502Handler::e_ctAwaitIdentifyResponse : case H4502Handler::e_ctAwaitInitiateResponse : case H4502Handler::e_ctAwaitSetupResponse : return TRUE; default : return FALSE; } } BOOL H323Connection::IsTransferredCall() const { return (h4502handler->GetInvokeId() != 0 && h4502handler->GetState() == H4502Handler::e_ctIdle) || h4502handler->isConsultationTransferSuccess(); } void H323Connection::HandleTransferCall(const PString & token, const PString & identity) { if (!token.IsEmpty() || !identity) h4502handler->AwaitSetupResponse(token, identity); } int H323Connection::GetCallTransferInvokeId() { return h4502handler->GetInvokeId(); } void H323Connection::HandleCallTransferFailure(const int returnError) { h4502handler->HandleCallTransferFailure(returnError); } void H323Connection::SetAssociatedCallToken(const PString& token) { h4502handler->SetAssociatedCallToken(token); } void H323Connection::OnConsultationTransferSuccess(H323Connection& /*secondaryCall*/) { h4502handler->SetConsultationTransferSuccess(); } void H323Connection::HoldCall(BOOL localHold) { h4504handler->HoldCall(localHold); holdMediaChannel = SwapHoldMediaChannels(holdMediaChannel); } void H323Connection::RetrieveCall() { // Is the current call on hold? if (IsLocalHold()) { h4504handler->RetrieveCall(); holdMediaChannel = SwapHoldMediaChannels(holdMediaChannel); } else if (IsRemoteHold()) { PTRACE(4, "H4504\tRemote-end Call Hold not implemented."); } else { PTRACE(4, "H4504\tCall is not on Hold."); } } void H323Connection::SetHoldMedia(PChannel * audioChannel) { holdMediaChannel = PAssertNULL(audioChannel); } BOOL H323Connection::IsMediaOnHold() const { return holdMediaChannel != NULL; } PChannel * H323Connection::SwapHoldMediaChannels(PChannel * newChannel) { if (IsMediaOnHold()) { if (PAssertNULL(newChannel) == NULL) return NULL; } PChannel * existingTransmitChannel = NULL; PINDEX count = logicalChannels->GetSize(); for (PINDEX i = 0; i < count; ++i) { H323Channel* channel = logicalChannels->GetChannelAt(i); if (!channel) return NULL; unsigned int session_id = channel->GetSessionID(); if (session_id == RTP_Session::DefaultAudioSessionID || session_id == RTP_Session::DefaultVideoSessionID) { const H323ChannelNumber & channelNumber = channel->GetNumber(); H323_RTPChannel * chan2 = reinterpret_cast(channel); if (!channelNumber.IsFromRemote()) { // Transmit channel if (IsMediaOnHold()) { H323Codec & codec = *channel->GetCodec(); existingTransmitChannel = codec.SwapChannel(newChannel); } else { // Enable/mute the transmit channel depending on whether the remote end is held chan2->SetPause(IsLocalHold()); } } else { // Enable/mute the receive channel depending on whether the remote endis held chan2->SetPause(IsLocalHold()); } } } return existingTransmitChannel; } BOOL H323Connection::IsLocalHold() const { return h4504handler->GetState() == H4504Handler::e_ch_NE_Held; } BOOL H323Connection::IsRemoteHold() const { return h4504handler->GetState() == H4504Handler::e_ch_RE_Held; } BOOL H323Connection::IsCallOnHold() const { return h4504handler->GetState() != H4504Handler::e_ch_Idle; } void H323Connection::IntrudeCall(unsigned capabilityLevel) { h45011handler->IntrudeCall(capabilityLevel); } void H323Connection::HandleIntrudeCall(const PString & token, const PString & identity) { if (!token.IsEmpty() || !identity) h45011handler->AwaitSetupResponse(token, identity); } BOOL H323Connection::GetRemoteCallIntrusionProtectionLevel(const PString & intrusionCallToken, unsigned intrusionCICL) { return h45011handler->GetRemoteCallIntrusionProtectionLevel(intrusionCallToken, intrusionCICL); } void H323Connection::SetIntrusionImpending() { h45011handler->SetIntrusionImpending(); } void H323Connection::SetForcedReleaseAccepted() { h45011handler->SetForcedReleaseAccepted(); } void H323Connection::SetIntrusionNotAuthorized() { h45011handler->SetIntrusionNotAuthorized(); } void H323Connection::SendCallWaitingIndication(const unsigned nbOfAddWaitingCalls) { h4506handler->AttachToAlerting(*alertingPDU, nbOfAddWaitingCalls); } #endif // H323_H450 BOOL H323Connection::OnControlProtocolError(ControlProtocolErrors /*errorSource*/, const void * /*errorData*/) { return TRUE; } static void SetRFC2833PayloadType(H323Capabilities & capabilities, OpalRFC2833 & rfc2833handler) { H323Capability * capability = capabilities.FindCapability(H323_UserInputCapability::SubTypeNames[H323_UserInputCapability::SignalToneRFC2833]); if (capability != NULL) { RTP_DataFrame::PayloadTypes pt = ((H323_UserInputCapability*)capability)->GetPayloadType(); if (rfc2833handler.GetPayloadType() != pt) { PTRACE(2, "H323\tUser Input RFC2833 payload type set to " << pt); rfc2833handler.SetPayloadType(pt); } } } void H323Connection::OnSendCapabilitySet(H245_TerminalCapabilitySet & /*pdu*/) { // If we originated call, then check for RFC2833 capability and set payload type if (!callAnswered) SetRFC2833PayloadType(localCapabilities, *rfc2833handler); } BOOL H323Connection::OnReceivedCapabilitySet(const H323Capabilities & remoteCaps, const H245_MultiplexCapability * muxCap, H245_TerminalCapabilitySetReject & /*rejectPDU*/) { if (muxCap != NULL) { if (muxCap->GetTag() != H245_MultiplexCapability::e_h2250Capability) { PTRACE(1, "H323\tCapabilitySet contains unsupported multiplex."); return FALSE; } const H245_H2250Capability & h225_0 = *muxCap; remoteMaxAudioDelayJitter = h225_0.m_maximumAudioDelayJitter; } // save this time as being when the reverse media channel was opened if (!reverseMediaOpenTime.IsValid()) reverseMediaOpenTime = PTime(); if (remoteCaps.GetSize() == 0) { // Received empty TCS, so close all transmit channels for (PINDEX i = 0; i < logicalChannels->GetSize(); i++) { H245NegLogicalChannel & negChannel = logicalChannels->GetNegLogicalChannelAt(i); H323Channel * channel = negChannel.GetChannel(); if (channel != NULL && !channel->GetNumber().IsFromRemote()) negChannel.Close(); } transmitterSidePaused = TRUE; } else { // Received non-empty TCS // If we had received a TCS=0 previously, or we have a remoteCapabilities which // was "faked" from the fast start data, overwrite it, don't merge it. if (transmitterSidePaused || !capabilityExchangeProcedure->HasReceivedCapabilities()) remoteCapabilities.RemoveAll(); if (!remoteCapabilities.Merge(remoteCaps)) return FALSE; if (transmitterSidePaused) { transmitterSidePaused = FALSE; connectionState = HasExecutedSignalConnect; capabilityExchangeProcedure->Start(TRUE); } else { if (localCapabilities.GetSize() > 0) capabilityExchangeProcedure->Start(FALSE); // If we terminated call, then check for RFC2833 capability and set payload type if (callAnswered) SetRFC2833PayloadType(remoteCapabilities, *rfc2833handler); } } return TRUE; } void H323Connection::SendCapabilitySet(BOOL empty) { capabilityExchangeProcedure->Start(TRUE, empty); } void H323Connection::OnSetLocalCapabilities() { } BOOL H323Connection::IsH245Master() const { return masterSlaveDeterminationProcedure->IsMaster(); } void H323Connection::StartRoundTripDelay() { if (Lock()) { if (masterSlaveDeterminationProcedure->IsDetermined() && capabilityExchangeProcedure->HasSentCapabilities()) { if (roundTripDelayProcedure->IsRemoteOffline()) { PTRACE(2, "H245\tRemote failed to respond to PDU."); if (endpoint.ShouldClearCallOnRoundTripFail()) ClearCall(EndedByTransportFail); } else roundTripDelayProcedure->StartRequest(); } Unlock(); } } PTimeInterval H323Connection::GetRoundTripDelay() const { return roundTripDelayProcedure->GetRoundTripDelay(); } void H323Connection::InternalEstablishedConnectionCheck() { PTRACE(3, "H323\tInternalEstablishedConnectionCheck: " "connectionState=" << connectionState << " " "fastStartState=" << fastStartState); BOOL h245_available = masterSlaveDeterminationProcedure->IsDetermined() && capabilityExchangeProcedure->HasSentCapabilities() && capabilityExchangeProcedure->HasReceivedCapabilities(); if (h245_available) endSessionNeeded = TRUE; // Check for if all the 245 conditions are met so can start up logical // channels and complete the connection establishment. if (fastStartState != FastStartAcknowledged) { if (!h245_available) return; // If we are early starting, start channels as soon as possible instead of // waiting for connect PDU if (earlyStart && FindChannel(RTP_Session::DefaultAudioSessionID, FALSE) == NULL) OnSelectLogicalChannels(); } #ifdef H323_T120 if (h245_available && startT120) { if (remoteCapabilities.FindCapability("T.120") != NULL) { H323Capability * capability = localCapabilities.FindCapability("T.120"); if (capability != NULL) OpenLogicalChannel(*capability, 3, H323Channel::IsBidirectional); } startT120 = FALSE; } #endif // Special case for Cisco CCM, when it does "early start" and opens its audio // channel to us, we better open one back or it hangs up! if ( h245_available && !mediaWaitForConnect && connectionState == AwaitingSignalConnect && FindChannel(RTP_Session::DefaultAudioSessionID, TRUE) != NULL && FindChannel(RTP_Session::DefaultAudioSessionID, FALSE) == NULL) OnSelectLogicalChannels(); if (connectionState != HasExecutedSignalConnect) return; // Check if we have already got a transmitter running, select one if not if (FindChannel(RTP_Session::DefaultAudioSessionID, FALSE) == NULL) OnSelectLogicalChannels(); connectionState = EstablishedConnection; OnEstablished(); } #if defined(H323_AUDIO_CODECS) || defined(H323_VIDEO) || defined(H323_T38) static void StartFastStartChannel(H323LogicalChannelList & fastStartChannels, unsigned sessionID, H323Channel::Directions direction) { for (PINDEX i = 0; i < fastStartChannels.GetSize(); i++) { H323Channel & channel = fastStartChannels[i]; if (channel.GetSessionID() == sessionID && channel.GetDirection() == direction) { fastStartChannels[i].Start(); break; } } } #endif void H323Connection::OnSelectLogicalChannels() { PTRACE(2, "H245\tDefault OnSelectLogicalChannels, " << fastStartState); // Select the first codec that uses the "standard" audio session. switch (fastStartState) { default : //FastStartDisabled : #ifdef H323_AUDIO_CODECS SelectDefaultLogicalChannel(RTP_Session::DefaultAudioSessionID); #endif #ifdef H323_VIDEO if (endpoint.CanAutoStartTransmitVideo()) SelectDefaultLogicalChannel(RTP_Session::DefaultVideoSessionID); #endif #ifdef H323_T38 if (endpoint.CanAutoStartTransmitFax()) SelectDefaultLogicalChannel(RTP_Session::DefaultFaxSessionID); #endif break; case FastStartInitiate : #ifdef H323_AUDIO_CODECS SelectFastStartChannels(RTP_Session::DefaultAudioSessionID, TRUE, TRUE); #endif #ifdef H323_VIDEO SelectFastStartChannels(RTP_Session::DefaultVideoSessionID, endpoint.CanAutoStartTransmitVideo(), endpoint.CanAutoStartReceiveVideo()); #endif #ifdef H323_T38 SelectFastStartChannels(RTP_Session::DefaultFaxSessionID, endpoint.CanAutoStartTransmitFax(), endpoint.CanAutoStartReceiveFax()); #endif break; case FastStartResponse : #ifdef H323_AUDIO_CODECS StartFastStartChannel(fastStartChannels, RTP_Session::DefaultAudioSessionID, H323Channel::IsTransmitter); StartFastStartChannel(fastStartChannels, RTP_Session::DefaultAudioSessionID, H323Channel::IsReceiver); #endif #ifdef H323_VIDEO if (endpoint.CanAutoStartTransmitVideo()) StartFastStartChannel(fastStartChannels, RTP_Session::DefaultVideoSessionID, H323Channel::IsTransmitter); if (endpoint.CanAutoStartReceiveVideo()) StartFastStartChannel(fastStartChannels, RTP_Session::DefaultVideoSessionID, H323Channel::IsReceiver); #endif #ifdef H323_T38 if (endpoint.CanAutoStartTransmitFax()) StartFastStartChannel(fastStartChannels, RTP_Session::DefaultFaxSessionID, H323Channel::IsTransmitter); if (endpoint.CanAutoStartReceiveFax()) StartFastStartChannel(fastStartChannels, RTP_Session::DefaultFaxSessionID, H323Channel::IsReceiver); #endif break; } } void H323Connection::SelectDefaultLogicalChannel(unsigned sessionID) { if (FindChannel (sessionID, FALSE)) return; for (PINDEX i = 0; i < localCapabilities.GetSize(); i++) { H323Capability & localCapability = localCapabilities[i]; if (localCapability.GetDefaultSessionID() == sessionID) { H323Capability * remoteCapability = remoteCapabilities.FindCapability(localCapability); if (remoteCapability != NULL) { PTRACE(3, "H323\tSelecting " << *remoteCapability); if (OpenLogicalChannel(*remoteCapability, sessionID, H323Channel::IsTransmitter)) break; PTRACE(2, "H323\tOnSelectLogicalChannels, OpenLogicalChannel failed: " << *remoteCapability); } } } } void H323Connection::SelectFastStartChannels(unsigned sessionID, BOOL transmitter, BOOL receiver) { // Select all of the fast start channels to offer to the remote when initiating a call. for (PINDEX i = 0; i < localCapabilities.GetSize(); i++) { H323Capability & capability = localCapabilities[i]; if (capability.GetDefaultSessionID() == sessionID) { if (receiver) { if (!OpenLogicalChannel(capability, sessionID, H323Channel::IsReceiver)) { PTRACE(2, "H323\tOnSelectLogicalChannels, OpenLogicalChannel rx failed: " << capability); } } if (transmitter) { if (!OpenLogicalChannel(capability, sessionID, H323Channel::IsTransmitter)) { PTRACE(2, "H323\tOnSelectLogicalChannels, OpenLogicalChannel tx failed: " << capability); } } } } } BOOL H323Connection::OpenLogicalChannel(const H323Capability & capability, unsigned sessionID, H323Channel::Directions dir) { switch (fastStartState) { default : // FastStartDisabled if (dir == H323Channel::IsReceiver) return FALSE; // Traditional H245 handshake return logicalChannels->Open(capability, sessionID); case FastStartResponse : // Do not use OpenLogicalChannel for starting these. return FALSE; case FastStartInitiate : break; } /*If starting a receiver channel and are initiating the fast start call, indicated by the remoteCapabilities being empty, we do a "trial" listen on the channel. That is, for example, the UDP sockets are created to receive data in the RTP session, but no thread is started to read the packets and pass them to the codec. This is because at this point in time, we do not know which of the codecs is to be used, and more than one thread cannot read from the RTP ports at the same time. */ H323Channel * channel = capability.CreateChannel(*this, dir, sessionID, NULL); if (channel == NULL) return FALSE; if (dir != H323Channel::IsReceiver) channel->SetNumber(logicalChannels->GetNextChannelNumber()); fastStartChannels.Append(channel); return TRUE; } BOOL H323Connection::OnOpenLogicalChannel(const H245_OpenLogicalChannel & /*openPDU*/, H245_OpenLogicalChannelAck & /*ackPDU*/, unsigned & /*errorCode*/) { // If get a OLC via H.245 stop trying to do fast start fastStartState = FastStartDisabled; if (!fastStartChannels.IsEmpty()) { fastStartChannels.RemoveAll(); PTRACE(1, "H245\tReceived early start OLC, aborting fast start"); } //errorCode = H245_OpenLogicalChannelReject_cause::e_unspecified; return TRUE; } BOOL H323Connection::OnConflictingLogicalChannel(H323Channel & conflictingChannel) { unsigned session = conflictingChannel.GetSessionID(); PTRACE(2, "H323\tLogical channel " << conflictingChannel << " conflict on session " << session << ", codec: " << conflictingChannel.GetCapability()); /* Matrix of conflicts: Local EP is master and conflicting channel from remote (OLC) Reject remote transmitter (function is not called) Local EP is master and conflicting channel to remote (OLCAck) Should not happen (function is not called) Local EP is slave and conflicting channel from remote (OLC) Close sessions reverse channel from remote Start new reverse channel using codec in conflicting channel Accept the OLC for masters transmitter Local EP is slave and conflicting channel to remote (OLCRej) Start transmitter channel using codec in sessions reverse channel Upshot is this is only called if a slave and require a restart of some channel. Possibly closing channels as master has precedence. */ BOOL fromRemote = conflictingChannel.GetNumber().IsFromRemote(); H323Channel * channel = FindChannel(session, !fromRemote); if (channel == NULL) { PTRACE(1, "H323\tCould not resolve conflict, no reverse channel."); return FALSE; } if (!fromRemote) { conflictingChannel.CleanUpOnTermination(); H323Capability * capability = remoteCapabilities.FindCapability(channel->GetCapability()); if (capability == NULL) { PTRACE(1, "H323\tCould not resolve conflict, capability not available on remote."); return FALSE; } OpenLogicalChannel(*capability, session, H323Channel::IsTransmitter); return TRUE; } // Shut down the conflicting channel that got in before our transmitter channel->CleanUpOnTermination(); // Get the conflisting channel number to close H323ChannelNumber number = channel->GetNumber(); // Must be slave and conflict from something we are sending, so try starting a // new channel using the master endpoints transmitter codec. logicalChannels->Open(conflictingChannel.GetCapability(), session, number); // Now close the conflicting channel CloseLogicalChannelNumber(number); return TRUE; } H323Channel * H323Connection::CreateLogicalChannel(const H245_OpenLogicalChannel & open, BOOL startingFast, unsigned & errorCode) { const H245_H2250LogicalChannelParameters * param; const H245_DataType * dataType; H323Channel::Directions direction; if (startingFast && open.HasOptionalField(H245_OpenLogicalChannel::e_reverseLogicalChannelParameters)) { if (open.m_reverseLogicalChannelParameters.m_multiplexParameters.GetTag() != H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters ::e_h2250LogicalChannelParameters) { errorCode = H245_OpenLogicalChannelReject_cause::e_unsuitableReverseParameters; PTRACE(2, "H323\tCreateLogicalChannel - reverse channel, H225.0 only supported"); return NULL; } PTRACE(3, "H323\tCreateLogicalChannel - reverse channel"); dataType = &open.m_reverseLogicalChannelParameters.m_dataType; param = &(const H245_H2250LogicalChannelParameters &) open.m_reverseLogicalChannelParameters.m_multiplexParameters; direction = H323Channel::IsTransmitter; } else { if (open.m_forwardLogicalChannelParameters.m_multiplexParameters.GetTag() != H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters ::e_h2250LogicalChannelParameters) { PTRACE(2, "H323\tCreateLogicalChannel - forward channel, H225.0 only supported"); errorCode = H245_OpenLogicalChannelReject_cause::e_unspecified; return NULL; } PTRACE(3, "H323\tCreateLogicalChannel - forward channel"); dataType = &open.m_forwardLogicalChannelParameters.m_dataType; param = &(const H245_H2250LogicalChannelParameters &) open.m_forwardLogicalChannelParameters.m_multiplexParameters; direction = H323Channel::IsReceiver; } // See if datatype is supported H323Capability * capability = localCapabilities.FindCapability(*dataType); if (capability == NULL) { errorCode = H245_OpenLogicalChannelReject_cause::e_unknownDataType; PTRACE(2, "H323\tCreateLogicalChannel - unknown data type"); return NULL; // If codec not supported, return error } if (!capability->OnReceivedPDU(*dataType, direction == H323Channel::IsReceiver)) { errorCode = H245_OpenLogicalChannelReject_cause::e_dataTypeNotSupported; PTRACE(2, "H323\tCreateLogicalChannel - data type not supported"); return NULL; // If codec not supported, return error } if (startingFast && (direction == H323Channel::IsTransmitter)) { H323Capability * remoteCapability = remoteCapabilities.FindCapability(*capability); if (remoteCapability != NULL) capability = remoteCapability; else { capability = remoteCapabilities.Copy(*capability); remoteCapabilities.SetCapability(0, 0, capability); } } if (!OnCreateLogicalChannel(*capability, direction, errorCode)) return NULL; // If codec combination not supported, return error H323Channel * channel = capability->CreateChannel(*this, direction, param->m_sessionID, param); if (channel == NULL) { errorCode = H245_OpenLogicalChannelReject_cause::e_dataTypeNotAvailable; PTRACE(2, "H323\tCreateLogicalChannel - data type not available"); return NULL; } if (!channel->SetInitialBandwidth()) errorCode = H245_OpenLogicalChannelReject_cause::e_insufficientBandwidth; else if (channel->OnReceivedPDU(open, errorCode)) return channel; PTRACE(2, "H323\tOnReceivedPDU gave error " << errorCode); delete channel; return NULL; } H323Channel * H323Connection::CreateRealTimeLogicalChannel(const H323Capability & capability, H323Channel::Directions dir, unsigned sessionID, const H245_H2250LogicalChannelParameters * param, RTP_QOS * rtpqos) { RTP_Session * session = NULL; if (param != NULL) session = UseSession(param->m_sessionID, param->m_mediaControlChannel, dir, rtpqos); else { // Make a fake transmprt address from the connection so gets initialised with // the transport type (IP, IPX, multicast etc). H245_TransportAddress addr; GetControlChannel().SetUpTransportPDU(addr, H323Transport::UseLocalTSAP); session = UseSession(sessionID, addr, dir, rtpqos); } if (session == NULL) return NULL; return new H323_RTPChannel(*this, capability, dir, *session); } BOOL H323Connection::OnCreateLogicalChannel(const H323Capability & capability, H323Channel::Directions dir, unsigned & errorCode) { if (connectionState == ShuttingDownConnection) { errorCode = H245_OpenLogicalChannelReject_cause::e_unspecified; return FALSE; } // Default error if returns FALSE errorCode = H245_OpenLogicalChannelReject_cause::e_dataTypeALCombinationNotSupported; // Check if in set at all if (dir != H323Channel::IsReceiver) { if (!remoteCapabilities.IsAllowed(capability)) { PTRACE(2, "H323\tOnCreateLogicalChannel - transmit capability " << capability << " not allowed."); return FALSE; } } else { if (!localCapabilities.IsAllowed(capability)) { PTRACE(2, "H323\tOnCreateLogicalChannel - receive capability " << capability << " not allowed."); return FALSE; } } // Check all running channels, and if new one can't run with it return FALSE for (PINDEX i = 0; i < logicalChannels->GetSize(); i++) { H323Channel * channel = logicalChannels->GetChannelAt(i); if (channel != NULL && channel->GetDirection() == dir) { if (dir != H323Channel::IsReceiver) { if (!remoteCapabilities.IsAllowed(capability, channel->GetCapability())) { PTRACE(2, "H323\tOnCreateLogicalChannel - transmit capability " << capability << " and " << channel->GetCapability() << " incompatible."); return FALSE; } } else { if (!localCapabilities.IsAllowed(capability, channel->GetCapability())) { PTRACE(2, "H323\tOnCreateLogicalChannel - transmit capability " << capability << " and " << channel->GetCapability() << " incompatible."); return FALSE; } } } } return TRUE; } BOOL H323Connection::OnStartLogicalChannel(H323Channel & channel) { if (channel.GetSessionID() == OpalMediaFormat::DefaultAudioSessionID && PIsDescendant(&channel, H323_RTPChannel)) { H323_RTPChannel & rtp = (H323_RTPChannel &)channel; if (channel.GetNumber().IsFromRemote()) { rtp.AddFilter(rfc2833handler->GetReceiveHandler()); if (detectInBandDTMF) { H323Codec * codec = channel.GetCodec(); if (codec != NULL) codec->AddFilter(PCREATE_NOTIFIER(OnUserInputInBandDTMF)); } } else rtp.AddFilter(rfc2833handler->GetTransmitHandler()); } return endpoint.OnStartLogicalChannel(*this, channel); } #ifndef NO_H323_AUDIO_CODECS BOOL H323Connection::OpenAudioChannel(BOOL isEncoding, unsigned bufferSize, H323AudioCodec & codec) { return endpoint.OpenAudioChannel(*this, isEncoding, bufferSize, codec); } #endif #ifndef NO_H323_VIDEO BOOL H323Connection::OpenVideoChannel(BOOL isEncoding, H323VideoCodec & codec) { return endpoint.OpenVideoChannel(*this, isEncoding, codec); } #endif // NO_H323_VIDEO void H323Connection::CloseLogicalChannel(unsigned number, BOOL fromRemote) { if (connectionState != ShuttingDownConnection) logicalChannels->Close(number, fromRemote); } void H323Connection::CloseLogicalChannelNumber(const H323ChannelNumber & number) { CloseLogicalChannel(number, number.IsFromRemote()); } void H323Connection::CloseAllLogicalChannels(BOOL fromRemote) { for (PINDEX i = 0; i < logicalChannels->GetSize(); i++) { H245NegLogicalChannel & negChannel = logicalChannels->GetNegLogicalChannelAt(i); H323Channel * channel = negChannel.GetChannel(); if (channel != NULL && channel->GetNumber().IsFromRemote() == fromRemote) negChannel.Close(); } } BOOL H323Connection::OnClosingLogicalChannel(H323Channel & /*channel*/) { return TRUE; } void H323Connection::OnClosedLogicalChannel(const H323Channel & channel) { endpoint.OnClosedLogicalChannel(*this, channel); } void H323Connection::OnLogicalChannelFlowControl(H323Channel * channel, long bitRateRestriction) { if (channel != NULL) channel->OnFlowControl(bitRateRestriction); } void H323Connection::OnLogicalChannelJitter(H323Channel * channel, DWORD jitter, int skippedFrameCount, int additionalBuffer) { if (channel != NULL) channel->OnJitterIndication(jitter, skippedFrameCount, additionalBuffer); } unsigned H323Connection::GetBandwidthUsed() const { unsigned used = 0; for (PINDEX i = 0; i < logicalChannels->GetSize(); i++) { H323Channel * channel = logicalChannels->GetChannelAt(i); if (channel != NULL) used += channel->GetBandwidthUsed(); } PTRACE(3, "H323\tBandwidth used: " << used); return used; } BOOL H323Connection::UseBandwidth(unsigned bandwidth, BOOL removing) { PTRACE(3, "H323\tBandwidth request: " << (removing ? '-' : '+') << bandwidth/10 << '.' << bandwidth%10 << "kb/s, available: " << bandwidthAvailable/10 << '.' << bandwidthAvailable%10 << "kb/s"); if (removing) bandwidthAvailable += bandwidth; else { if (bandwidth > bandwidthAvailable) { PTRACE(2, "H323\tAvailable bandwidth exceeded"); return FALSE; } bandwidthAvailable -= bandwidth; } return TRUE; } BOOL H323Connection::SetBandwidthAvailable(unsigned newBandwidth, BOOL force) { unsigned used = GetBandwidthUsed(); if (used > newBandwidth) { if (!force) return FALSE; // Go through logical channels and close down some. PINDEX chanIdx = logicalChannels->GetSize(); while (used > newBandwidth && chanIdx-- > 0) { H323Channel * channel = logicalChannels->GetChannelAt(chanIdx); if (channel != NULL) { used -= channel->GetBandwidthUsed(); CloseLogicalChannelNumber(channel->GetNumber()); } } } bandwidthAvailable = newBandwidth - used; return TRUE; } void H323Connection::SetSendUserInputMode(SendUserInputModes mode) { PAssert(mode != SendUserInputAsSeparateRFC2833, PUnimplementedFunction); PTRACE(2, "H323\tSetting default User Input send mode to " << mode); sendUserInputMode = mode; } static BOOL CheckSendUserInputMode(const H323Capabilities & caps, H323Connection::SendUserInputModes mode) { // If have remote capabilities, then verify we can send selected mode, // otherwise just return and accept it for future validation static const H323_UserInputCapability::SubTypes types[H323Connection::NumSendUserInputModes] = { H323_UserInputCapability::NumSubTypes, H323_UserInputCapability::BasicString, H323_UserInputCapability::SignalToneH245, H323_UserInputCapability::SignalToneRFC2833, H323_UserInputCapability::NumSubTypes, }; if (types[mode] == H323_UserInputCapability::NumSubTypes) return mode == H323Connection::SendUserInputAsQ931; return caps.FindCapability(H323_UserInputCapability::SubTypeNames[types[mode]]) != NULL; } H323Connection::SendUserInputModes H323Connection::GetRealSendUserInputMode() const { // If have not yet exchanged capabilities (ie not finished setting up the // H.245 channel) then the only thing we can do is Q.931 if (!capabilityExchangeProcedure->HasReceivedCapabilities()) return SendUserInputAsQ931; // First try recommended mode if (CheckSendUserInputMode(remoteCapabilities, sendUserInputMode)) return sendUserInputMode; // Then try H.245 tones if (CheckSendUserInputMode(remoteCapabilities, SendUserInputAsTone)) return SendUserInputAsTone; // Finally if is H.245 alphanumeric or does not indicate it could do other // modes we use H.245 alphanumeric as per spec. return SendUserInputAsString; } void H323Connection::SendUserInput(const PString & value) { SendUserInputModes mode = GetRealSendUserInputMode(); PTRACE(2, "H323\tSendUserInput(\"" << value << "\"), using mode " << mode); PINDEX i; switch (mode) { case SendUserInputAsQ931 : SendUserInputIndicationQ931(value); break; case SendUserInputAsString : SendUserInputIndicationString(value); break; case SendUserInputAsTone : for (i = 0; i < value.GetLength(); i++) SendUserInputIndicationTone(value[i]); break; case SendUserInputAsInlineRFC2833 : for (i = 0; i < value.GetLength(); i++) rfc2833handler->SendTone(value[i], 180); break; default : ; } } void H323Connection::OnUserInputString(const PString & value) { endpoint.OnUserInputString(*this, value); } void H323Connection::SendUserInputTone(char tone, unsigned duration, unsigned logicalChannel, unsigned rtpTimestamp) { SendUserInputModes mode = GetRealSendUserInputMode(); PTRACE(2, "H323\tSendUserInputTone(" << tone << ',' << duration << ',' << logicalChannel << ',' << rtpTimestamp << "), using mode " << mode); switch (mode) { case SendUserInputAsQ931 : SendUserInputIndicationQ931(PString(tone)); break; case SendUserInputAsString : SendUserInputIndicationString(PString(tone)); break; case SendUserInputAsTone : SendUserInputIndicationTone(tone, duration, logicalChannel, rtpTimestamp); break; case SendUserInputAsInlineRFC2833 : rfc2833handler->SendTone(tone, duration); break; default : ; } } void H323Connection::OnUserInputTone(char tone, unsigned duration, unsigned logicalChannel, unsigned rtpTimestamp) { endpoint.OnUserInputTone(*this, tone, duration, logicalChannel, rtpTimestamp); } void H323Connection::SendUserInputIndicationQ931(const PString & value) { PTRACE(2, "H323\tSendUserInputIndicationQ931(\"" << value << "\")"); H323SignalPDU pdu; pdu.BuildInformation(*this); pdu.GetQ931().SetKeypad(value); if (!WriteSignalPDU(pdu)) ClearCall(EndedByTransportFail); } void H323Connection::SendUserInputIndicationString(const PString & value) { PTRACE(2, "H323\tSendUserInputIndicationString(\"" << value << "\")"); H323ControlPDU pdu; PASN_GeneralString & str = pdu.BuildUserInputIndication(value); if (!str.GetValue()) WriteControlPDU(pdu); else { PTRACE(1, "H323\tInvalid characters for UserInputIndication"); } } void H323Connection::SendUserInputIndicationTone(char tone, unsigned duration, unsigned logicalChannel, unsigned rtpTimestamp) { PTRACE(2, "H323\tSendUserInputIndicationTone(" << tone << ',' << duration << ',' << logicalChannel << ',' << rtpTimestamp << ')'); H323ControlPDU pdu; pdu.BuildUserInputIndication(tone, duration, logicalChannel, rtpTimestamp); WriteControlPDU(pdu); } void H323Connection::SendUserInputIndication(const H245_UserInputIndication & indication) { H323ControlPDU pdu; H245_UserInputIndication & ind = pdu.Build(H245_IndicationMessage::e_userInput); ind = indication; WriteControlPDU(pdu); } void H323Connection::OnUserInputIndication(const H245_UserInputIndication & ind) { switch (ind.GetTag()) { case H245_UserInputIndication::e_alphanumeric : OnUserInputString((const PASN_GeneralString &)ind); break; case H245_UserInputIndication::e_signal : { const H245_UserInputIndication_signal & sig = ind; OnUserInputTone(sig.m_signalType[0], sig.HasOptionalField(H245_UserInputIndication_signal::e_duration) ? (unsigned)sig.m_duration : 0, sig.m_rtp.m_logicalChannelNumber, sig.m_rtp.m_timestamp); break; } case H245_UserInputIndication::e_signalUpdate : { const H245_UserInputIndication_signalUpdate & sig = ind; OnUserInputTone(' ', sig.m_duration, sig.m_rtp.m_logicalChannelNumber, 0); break; } } } void H323Connection::OnUserInputInlineRFC2833(OpalRFC2833Info & info, INT) { if (!info.IsToneStart()) OnUserInputTone(info.GetTone(), info.GetDuration(), 0, info.GetTimestamp()); } void H323Connection::OnUserInputInBandDTMF(H323Codec::FilterInfo & info, INT) { // This function is set up as an 'audio filter'. // This allows us to access the 16 bit PCM audio (at 8Khz sample rate) // before the audio is passed on to the sound card (or other output device) #ifdef P_DTMF // Pass the 16 bit PCM audio through the DTMF decoder PString tones = dtmfDecoder.Decode(info.buffer, info.bufferLength); if (!tones.IsEmpty()) { PTRACE(1, "DTMF detected. " << tones); PINDEX i; for (i = 0; i < tones.GetLength(); i++) { OnUserInputTone(tones[i], 0, 0, 0); } } #endif } RTP_Session * H323Connection::GetSession(unsigned sessionID) const { return rtpSessions.GetSession(sessionID); } H323_RTP_Session * H323Connection::GetSessionCallbacks(unsigned sessionID) const { RTP_Session * session = rtpSessions.GetSession(sessionID); if (session == NULL) return NULL; PTRACE(3, "RTP\tFound existing session " << sessionID); PObject * data = session->GetUserData(); PAssert(PIsDescendant(data, H323_RTP_Session), PInvalidCast); return (H323_RTP_Session *)data; } RTP_Session * H323Connection::UseSession(unsigned sessionID, const H245_TransportAddress & taddr, H323Channel::Directions dir, RTP_QOS * rtpqos) { // We only support unicast IP at this time. if (taddr.GetTag() != H245_TransportAddress::e_unicastAddress) { return NULL; } const H245_UnicastAddress & uaddr = taddr; if (uaddr.GetTag() != H245_UnicastAddress::e_iPAddress #if P_HAS_IPV6 && uaddr.GetTag() != H245_UnicastAddress::e_iP6Address #endif ) { return NULL; } RTP_Session * session = rtpSessions.UseSession(sessionID); if (session != NULL) { ((RTP_UDP *) session)->Reopen(dir == H323Channel::IsReceiver); return session; } RTP_UDP * udp_session = new RTP_UDP(sessionID, remoteIsNAT); udp_session->SetUserData(new H323_RTP_UDP(*this, *udp_session, rtpqos)); rtpSessions.AddSession(udp_session); return udp_session; } void H323Connection::ReleaseSession(unsigned sessionID) { rtpSessions.ReleaseSession(sessionID); } void H323Connection::OnRTPStatistics(const RTP_Session & session) const { endpoint.OnRTPStatistics(*this, session); } static void AddSessionCodecName(PStringStream & name, H323Channel * channel) { if (channel == NULL) return; H323Codec * codec = channel->GetCodec(); if (codec == NULL) return; OpalMediaFormat mediaFormat = codec->GetMediaFormat(); if (mediaFormat.IsEmpty()) return; if (name.IsEmpty()) name << mediaFormat; else if (name != mediaFormat) name << " / " << mediaFormat; } PString H323Connection::GetSessionCodecNames(unsigned sessionID) const { PStringStream name; AddSessionCodecName(name, FindChannel(sessionID, FALSE)); AddSessionCodecName(name, FindChannel(sessionID, TRUE)); return name; } BOOL H323Connection::RequestModeChange(const PString & newModes) { return requestModeProcedure->StartRequest(newModes); } BOOL H323Connection::RequestModeChange(const H245_ArrayOf_ModeDescription & newModes) { return requestModeProcedure->StartRequest(newModes); } BOOL H323Connection::OnRequestModeChange(const H245_RequestMode & pdu, H245_RequestModeAck & /*ack*/, H245_RequestModeReject & /*reject*/, PINDEX & selectedMode) { for (selectedMode = 0; selectedMode < pdu.m_requestedModes.GetSize(); selectedMode++) { BOOL ok = TRUE; for (PINDEX i = 0; i < pdu.m_requestedModes[selectedMode].GetSize(); i++) { if (localCapabilities.FindCapability(pdu.m_requestedModes[selectedMode][i]) == NULL) { ok = FALSE; break; } } if (ok) return TRUE; } PTRACE(1, "H245\tMode change rejected as does not have capabilities"); return FALSE; } void H323Connection::OnModeChanged(const H245_ModeDescription & newMode) { CloseAllLogicalChannels(FALSE); // Start up the new ones for (PINDEX i = 0; i < newMode.GetSize(); i++) { H323Capability * capability = localCapabilities.FindCapability(newMode[i]); if (PAssertNULL(capability) != NULL) {// Should not occur as OnRequestModeChange checks them if (!OpenLogicalChannel(*capability, capability->GetDefaultSessionID(), H323Channel::IsTransmitter)) { PTRACE(1, "H245\tCould not open channel after mode change: " << *capability); } } } } void H323Connection::OnAcceptModeChange(const H245_RequestModeAck & pdu) { #if H323_T38 if (t38ModeChangeCapabilities.IsEmpty()) return; PTRACE(2, "H323\tT.38 mode change accepted."); // Now we have conviced the other side to send us T.38 data we should do the // same assuming the RequestModeChangeT38() function provided a list of \n // separaete capability names to start. Only one will be. CloseAllLogicalChannels(FALSE); PStringArray modes = t38ModeChangeCapabilities.Lines(); PINDEX first, last; if (pdu.m_response.GetTag() == H245_RequestModeAck_response::e_willTransmitMostPreferredMode) { first = 0; last = 1; } else { first = 1; last = modes.GetSize(); } for (PINDEX i = first; i < last; i++) { H323Capability * capability = localCapabilities.FindCapability(modes[i]); if (capability != NULL && OpenLogicalChannel(*capability, capability->GetDefaultSessionID(), H323Channel::IsTransmitter)) { PTRACE(1, "H245\tOpened " << *capability << " after T.38 mode change"); break; } PTRACE(1, "H245\tCould not open channel after T.38 mode change"); } t38ModeChangeCapabilities = PString::Empty(); #endif } void H323Connection::OnRefusedModeChange(const H245_RequestModeReject * /*pdu*/) { #ifdef H323_T38 if (!t38ModeChangeCapabilities) { PTRACE(2, "H323\tT.38 mode change rejected."); t38ModeChangeCapabilities = PString::Empty(); } #endif } void H323Connection::OnSendARQ(H225_AdmissionRequest & arq) { endpoint.OnSendARQ(*this, arq); } #ifdef H323_T120 OpalT120Protocol * H323Connection::CreateT120ProtocolHandler() { if (t120handler == NULL) t120handler = endpoint.CreateT120ProtocolHandler(*this); return t120handler; } #endif #ifdef H323_T38 OpalT38Protocol * H323Connection::CreateT38ProtocolHandler() { if (t38handler == NULL) t38handler = endpoint.CreateT38ProtocolHandler(*this); return t38handler; } BOOL H323Connection::RequestModeChangeT38(const char * capabilityNames) { t38ModeChangeCapabilities = capabilityNames; if (RequestModeChange(t38ModeChangeCapabilities)) return TRUE; t38ModeChangeCapabilities = PString::Empty(); return FALSE; } #endif // H323_T38 BOOL H323Connection::GetAdmissionRequestAuthentication(const H225_AdmissionRequest & /*arq*/, H235Authenticators & /*authenticators*/) { return FALSE; } const H323Transport & H323Connection::GetControlChannel() const { return *(controlChannel != NULL ? controlChannel : signallingChannel); } void H323Connection::SetAudioJitterDelay(unsigned minDelay, unsigned maxDelay) { PAssert(minDelay <= 1000 && maxDelay <= 1000, PInvalidParameter); if (minDelay < 10) minDelay = 10; minAudioJitterDelay = minDelay; if (maxDelay < minDelay) maxDelay = minDelay; maxAudioJitterDelay = maxDelay; } void H323Connection::SendLogicalChannelMiscCommand(H323Channel & channel, unsigned commandIdentifier) { if (channel.GetDirection() == H323Channel::IsReceiver) { H323ControlPDU pdu; H245_CommandMessage & command = pdu.Build(H245_CommandMessage::e_miscellaneousCommand); H245_MiscellaneousCommand & miscCommand = command; miscCommand.m_logicalChannelNumber = (unsigned)channel.GetNumber(); miscCommand.m_type.SetTag(commandIdentifier); WriteControlPDU(pdu); } } void H323Connection::SetEnforcedDurationLimit(unsigned seconds) { enforcedDurationLimit.SetInterval(0, seconds); } void H323Connection::MonitorCallStatus() { if (!Lock()) return; if (endpoint.GetRoundTripDelayRate() > 0 && !roundTripDelayTimer.IsRunning()) { roundTripDelayTimer = endpoint.GetRoundTripDelayRate(); StartRoundTripDelay(); } if (endpoint.GetNoMediaTimeout() > 0) { BOOL oneRunning = FALSE; BOOL allSilent = TRUE; for (PINDEX i = 0; i < logicalChannels->GetSize(); i++) { H323Channel * channel = logicalChannels->GetChannelAt(i); if (channel != NULL && PIsDescendant(channel, H323_RTPChannel)) { if (channel->IsRunning()) { oneRunning = TRUE; if (((H323_RTPChannel *)channel)->GetSilenceDuration() < endpoint.GetNoMediaTimeout()) { allSilent = FALSE; break; } } } } if (oneRunning && allSilent) ClearCall(EndedByTransportFail); } if (enforcedDurationLimit.GetResetTime() > 0 && enforcedDurationLimit == 0) ClearCall(EndedByDurationLimit); Unlock(); } BOOL H323Connection::OnSendFeatureSet(unsigned code, H225_FeatureSet & features) const { return endpoint.OnSendFeatureSet(code, features); } void H323Connection::OnReceiveFeatureSet(unsigned code, const H225_FeatureSet & features) const { endpoint.OnReceiveFeatureSet(code, features); } ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/src/h323annexg.cxx0100644000176200056700000003607510071453571017041 0ustar releasepostincr/* * h323annexg.cxx * * Implementation of H.323 Annex G using H.501 * * Open H323 Library * * Copyright (c) 2001 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: h323annexg.cxx,v $ * Revision 1.12 2004/07/03 06:51:37 rjongbloed * Added PTRACE_PARAM() macro to fix warnings on parameters used in PTRACE * macros only. * * Revision 1.11 2003/04/09 03:08:10 robertj * Fixed race condition in shutting down transactor (pure virtual call) * * Revision 1.10 2003/04/01 03:14:40 robertj * Fixed passing thru H.501 RIP packet to transactor to handle. * * Revision 1.9 2003/03/26 00:46:29 robertj * Had another go at making H323Transactor being able to be created * without having a listener running. * * Revision 1.8 2003/03/21 05:27:34 robertj * Added setting of remote port in UDP transport constructor. * Added call backs for cached responses. * * Revision 1.7 2003/03/20 01:51:11 robertj * More abstraction of H.225 RAS and H.501 protocols transaction handling. * * Revision 1.6 2003/03/18 13:57:53 craigs * More H.501 implementation * * Revision 1.5 2003/03/17 13:19:31 craigs * More H501 implementation * * Revision 1.4 2003/03/14 06:01:16 craigs * More updates * * Revision 1.3 2003/03/01 00:22:10 craigs * New PeerElement implementation * * Revision 1.2 2003/02/25 06:48:19 robertj * More work on PDU transaction abstraction. * * Revision 1.1 2003/02/21 05:27:06 craigs * Initial version * */ #include #ifdef __GNUC__ #pragma implementation "h323annexg.h" #endif #include #include "h323annexg.h" #include "h323ep.h" #include "h323pdu.h" #include "h501.h" #define new PNEW /////////////////////////////////////////////////////////////////////////////// H323_AnnexG::H323_AnnexG(H323EndPoint & ep, H323Transport * trans) : H323Transactor(ep, trans, DefaultUdpPort, DefaultUdpPort) { Construct(); } H323_AnnexG::H323_AnnexG(H323EndPoint & ep, const H323TransportAddress & addr) : H323Transactor(ep, addr, DefaultUdpPort, DefaultUdpPort) { Construct(); } void H323_AnnexG::Construct() { lastRequest = NULL; requests.DisallowDeleteObjects(); } H323_AnnexG::~H323_AnnexG() { StopChannel(); } void H323_AnnexG::PrintOn(ostream & strm) const { strm << "H501@"; H323Transactor::PrintOn(strm); } H323TransactionPDU * H323_AnnexG::CreateTransactionPDU() const { return new H501PDU; } BOOL H323_AnnexG::HandleTransaction(const PASN_Object & rawPDU) { const H501PDU & pdu = (const H501PDU &)rawPDU; switch (pdu.m_body.GetTag()) { case H501_MessageBody::e_serviceRequest : if (SendCachedResponse(pdu)) return FALSE; OnReceiveServiceRequest(pdu, pdu.m_body); break; case H501_MessageBody::e_serviceConfirmation : return OnReceiveServiceConfirmation(pdu, pdu.m_body); case H501_MessageBody::e_serviceRejection : return OnReceiveServiceRejection(pdu, pdu.m_body); case H501_MessageBody::e_serviceRelease : if (SendCachedResponse(pdu)) return FALSE; OnReceiveServiceRelease(pdu, pdu.m_body); break; case H501_MessageBody::e_descriptorRequest : if (SendCachedResponse(pdu)) return FALSE; OnReceiveDescriptorRequest(pdu, pdu.m_body); break; case H501_MessageBody::e_descriptorConfirmation : return OnReceiveDescriptorConfirmation(pdu, pdu.m_body); case H501_MessageBody::e_descriptorRejection : return OnReceiveDescriptorRejection(pdu, pdu.m_body); case H501_MessageBody::e_descriptorIDRequest : if (SendCachedResponse(pdu)) return FALSE; OnReceiveDescriptorIDRequest(pdu, pdu.m_body); break; case H501_MessageBody::e_descriptorIDConfirmation : return OnReceiveDescriptorIDConfirmation(pdu, pdu.m_body); case H501_MessageBody::e_descriptorIDRejection : return OnReceiveDescriptorIDRejection(pdu, pdu.m_body); case H501_MessageBody::e_descriptorUpdate : if (SendCachedResponse(pdu)) return FALSE; OnReceiveDescriptorUpdate(pdu, pdu.m_body); break; case H501_MessageBody::e_descriptorUpdateAck : return OnReceiveDescriptorUpdateACK(pdu, pdu.m_body); case H501_MessageBody::e_accessRequest : if (SendCachedResponse(pdu)) return FALSE; OnReceiveAccessRequest(pdu, pdu.m_body); break; case H501_MessageBody::e_accessConfirmation : return OnReceiveAccessConfirmation(pdu, pdu.m_body); case H501_MessageBody::e_accessRejection : return OnReceiveAccessRejection(pdu, pdu.m_body); case H501_MessageBody::e_requestInProgress : return OnReceiveRequestInProgress(pdu, pdu.m_body); case H501_MessageBody::e_nonStandardRequest : if (SendCachedResponse(pdu)) return FALSE; OnReceiveNonStandardRequest(pdu, pdu.m_body); break; case H501_MessageBody::e_nonStandardConfirmation : return OnReceiveNonStandardConfirmation(pdu, pdu.m_body); case H501_MessageBody::e_nonStandardRejection : return OnReceiveNonStandardRejection(pdu, pdu.m_body); case H501_MessageBody::e_unknownMessageResponse : OnReceiveUnknownMessageResponse(pdu, pdu.m_body); break; case H501_MessageBody::e_usageRequest : if (SendCachedResponse(pdu)) return FALSE; OnReceiveUsageRequest(pdu, pdu.m_body); break; case H501_MessageBody::e_usageConfirmation : return OnReceiveUsageConfirmation(pdu, pdu.m_body); case H501_MessageBody::e_usageIndication : if (SendCachedResponse(pdu)) return FALSE; OnReceiveUnknownMessageResponse(pdu, pdu.m_body); break; case H501_MessageBody::e_usageIndicationConfirmation : return OnReceiveUsageIndicationConfirmation(pdu, pdu.m_body); case H501_MessageBody::e_usageIndicationRejection : return OnReceiveUsageIndicationRejection(pdu, pdu.m_body); case H501_MessageBody::e_usageRejection : return OnReceiveUsageRejection(pdu, pdu.m_body); case H501_MessageBody::e_validationRequest : if (SendCachedResponse(pdu)) return FALSE; OnReceiveValidationRequest(pdu, pdu.m_body); break; case H501_MessageBody::e_validationConfirmation : return OnReceiveValidationConfirmation(pdu, pdu.m_body); case H501_MessageBody::e_validationRejection : return OnReceiveValidationRejection(pdu, pdu.m_body); case H501_MessageBody::e_authenticationRequest : if (SendCachedResponse(pdu)) return FALSE; OnReceiveAuthenticationRequest(pdu, pdu.m_body); break; case H501_MessageBody::e_authenticationConfirmation : return OnReceiveAuthenticationConfirmation(pdu, pdu.m_body); case H501_MessageBody::e_authenticationRejection : return OnReceiveAuthenticationRejection(pdu, pdu.m_body); default : OnReceiveUnknown(pdu); } return FALSE; } void H323_AnnexG::OnSendingPDU(PASN_Object & /*rawPDU*/) { } BOOL H323_AnnexG::OnReceiveUnknown(const H501PDU &) { H501PDU response; response.BuildUnknownMessageResponse(0); return response.Write(*transport); } BOOL H323_AnnexG::OnReceiveServiceRequest(const H501PDU & pdu, const H501_ServiceRequest & /*pduBody*/) { PTRACE(3, "AnnexG\tOnReceiveServiceRequest - seq: " << pdu.m_common.m_sequenceNumber); H501PDU response; response.BuildServiceRejection(pdu.m_common.m_sequenceNumber, H501_ServiceRejectionReason::e_serviceUnavailable); return response.Write(*transport); } BOOL H323_AnnexG::OnReceiveServiceConfirmation(const H501PDU & pdu, const H501_ServiceConfirmation & /*pduBody*/) { return CheckForResponse(H501_MessageBody::e_serviceRequest, pdu.m_common.m_sequenceNumber); } BOOL H323_AnnexG::OnReceiveServiceRejection(const H501PDU & pdu, const H501_ServiceRejection & pduBody) { return CheckForResponse(H501_MessageBody::e_serviceRequest, pdu.m_common.m_sequenceNumber, &pduBody.m_reason); } BOOL H323_AnnexG::OnReceiveServiceRelease(const H501PDU & /*common*/, const H501_ServiceRelease & /*pdu*/) { return FALSE; } BOOL H323_AnnexG::OnReceiveDescriptorRequest(const H501PDU & PTRACE_PARAM(pdu), const H501_DescriptorRequest & /*pdu*/) { PTRACE(3, "AnnexG\tOnReceiveDescriptorRequest - seq: " << pdu.m_common.m_sequenceNumber); return FALSE; } BOOL H323_AnnexG::OnReceiveDescriptorConfirmation(const H501PDU & PTRACE_PARAM(pdu), const H501_DescriptorConfirmation & /*pdu*/) { PTRACE(3, "AnnexG\tOnReceiveDescriptorConfirmation - seq: " << pdu.m_common.m_sequenceNumber); return FALSE; } BOOL H323_AnnexG::OnReceiveDescriptorRejection(const H501PDU & PTRACE_PARAM(pdu), const H501_DescriptorRejection & /*pdu*/) { PTRACE(3, "AnnexG\tOnReceiveDescriptorRejection - seq: " << pdu.m_common.m_sequenceNumber); return FALSE; } BOOL H323_AnnexG::OnReceiveDescriptorIDRequest(const H501PDU & PTRACE_PARAM(pdu), const H501_DescriptorIDRequest & /*pdu*/) { PTRACE(3, "AnnexG\tOnReceiveDescriptorIDRequest - seq: " << pdu.m_common.m_sequenceNumber); return FALSE; } BOOL H323_AnnexG::OnReceiveDescriptorIDConfirmation(const H501PDU & PTRACE_PARAM(pdu), const H501_DescriptorIDConfirmation & /*pdu*/) { PTRACE(3, "AnnexG\tOnReceiveDescriptorIDConfirmation - seq: " << pdu.m_common.m_sequenceNumber); return FALSE; } BOOL H323_AnnexG::OnReceiveDescriptorIDRejection(const H501PDU & PTRACE_PARAM(pdu), const H501_DescriptorIDRejection & /*pdu*/) { PTRACE(3, "AnnexG\tOnReceiveDescriptorIDRejection - seq: " << pdu.m_common.m_sequenceNumber); return FALSE; } BOOL H323_AnnexG::OnReceiveDescriptorUpdate(const H501PDU & PTRACE_PARAM(pdu), const H501_DescriptorUpdate & /*pdu*/) { PTRACE(3, "AnnexG\tOnReceiveDescriptorUpdate - seq: " << pdu.m_common.m_sequenceNumber); return FALSE; } BOOL H323_AnnexG::OnReceiveDescriptorUpdateACK(const H501PDU & pdu, const H501_DescriptorUpdateAck & /*pdu*/) { PTRACE(3, "AnnexG\tOnReceiveDescriptorUpdateACK - seq: " << pdu.m_common.m_sequenceNumber); return CheckForResponse(H501_MessageBody::e_descriptorUpdate, pdu.m_common.m_sequenceNumber); } BOOL H323_AnnexG::OnReceiveAccessRequest(const H501PDU & PTRACE_PARAM(pdu), const H501_AccessRequest & /*pdu*/) { PTRACE(3, "AnnexG\tOnReceiveAccessRequest - seq: " << pdu.m_common.m_sequenceNumber); return FALSE; } BOOL H323_AnnexG::OnReceiveAccessConfirmation(const H501PDU & pdu, const H501_AccessConfirmation & /*pdu*/) { PTRACE(3, "AnnexG\tOnReceiveAccessConfirmation - seq: " << pdu.m_common.m_sequenceNumber); return CheckForResponse(H501_MessageBody::e_accessRequest, pdu.m_common.m_sequenceNumber); } BOOL H323_AnnexG::OnReceiveAccessRejection(const H501PDU & pdu, const H501_AccessRejection & pduBody) { PTRACE(3, "AnnexG\tOnReceiveAccessRejection - seq: " << pdu.m_common.m_sequenceNumber); return CheckForResponse(H501_MessageBody::e_accessRequest, pdu.m_common.m_sequenceNumber, &pduBody.m_reason); } BOOL H323_AnnexG::OnReceiveRequestInProgress(const H501PDU & pdu, const H501_RequestInProgress & rip) { return HandleRequestInProgress(pdu, rip.m_delay); } BOOL H323_AnnexG::OnReceiveNonStandardRequest(const H501PDU & PTRACE_PARAM(pdu), const H501_NonStandardRequest & /*pdu*/) { PTRACE(3, "AnnexG\tOnReceiveNonStandardRequest - seq: " << pdu.m_common.m_sequenceNumber); return FALSE; } BOOL H323_AnnexG::OnReceiveNonStandardConfirmation(const H501PDU & PTRACE_PARAM(pdu), const H501_NonStandardConfirmation & /*pdu*/) { PTRACE(3, "AnnexG\tOnReceiveNonStandardConfirmation - seq: " << pdu.m_common.m_sequenceNumber); return FALSE; } BOOL H323_AnnexG::OnReceiveNonStandardRejection(const H501PDU & PTRACE_PARAM(pdu), const H501_NonStandardRejection & /*pdu*/) { PTRACE(3, "AnnexG\tOnReceiveNonStandardRejection - seq: " << pdu.m_common.m_sequenceNumber); return FALSE; } BOOL H323_AnnexG::OnReceiveUnknownMessageResponse(const H501PDU & PTRACE_PARAM(pdu), const H501_UnknownMessageResponse & /*pdu*/) { PTRACE(3, "AnnexG\tOnReceiveUnknownMessageResponse - seq: " << pdu.m_common.m_sequenceNumber); return FALSE; } BOOL H323_AnnexG::OnReceiveUsageRequest(const H501PDU & PTRACE_PARAM(pdu), const H501_UsageRequest & /*pdu*/) { PTRACE(3, "AnnexG\tOnReceiveUsageRequest - seq: " << pdu.m_common.m_sequenceNumber); return FALSE; } BOOL H323_AnnexG::OnReceiveUsageConfirmation(const H501PDU & PTRACE_PARAM(pdu), const H501_UsageConfirmation & /*pdu*/) { PTRACE(3, "AnnexG\tOnReceiveUsageConfirmation - seq: " << pdu.m_common.m_sequenceNumber); return FALSE; } BOOL H323_AnnexG::OnReceiveUsageIndicationConfirmation(const H501PDU & PTRACE_PARAM(pdu), const H501_UsageIndicationConfirmation & /*pdu*/) { PTRACE(3, "AnnexG\tOnReceiveUsageIndicationConfirmation - seq: " << pdu.m_common.m_sequenceNumber); return FALSE; } BOOL H323_AnnexG::OnReceiveUsageIndicationRejection(const H501PDU & PTRACE_PARAM(pdu), const H501_UsageIndicationRejection & /*pdu*/) { PTRACE(3, "AnnexG\tOnReceiveUsageIndicationRejection - seq: " << pdu.m_common.m_sequenceNumber); return FALSE; } BOOL H323_AnnexG::OnReceiveUsageRejection(const H501PDU & PTRACE_PARAM(pdu), const H501_UsageRejection & /*pdu*/) { PTRACE(3, "AnnexG\tOnReceiveUsageRejection - seq: " << pdu.m_common.m_sequenceNumber); return FALSE; } BOOL H323_AnnexG::OnReceiveValidationRequest(const H501PDU & PTRACE_PARAM(pdu), const H501_ValidationRequest & /*pdu*/) { PTRACE(3, "AnnexG\tOnReceiveValidationRequest - seq: " << pdu.m_common.m_sequenceNumber); return FALSE; } BOOL H323_AnnexG::OnReceiveValidationConfirmation(const H501PDU & PTRACE_PARAM(pdu), const H501_ValidationConfirmation & /*pdu*/) { PTRACE(3, "AnnexG\tOnReceiveValidationConfirmation - seq: " << pdu.m_common.m_sequenceNumber); return FALSE; } BOOL H323_AnnexG::OnReceiveValidationRejection(const H501PDU & PTRACE_PARAM(pdu), const H501_ValidationRejection & /*pdu*/) { PTRACE(3, "AnnexG\tOnReceiveValidationRejection - seq: " << pdu.m_common.m_sequenceNumber); return FALSE; } BOOL H323_AnnexG::OnReceiveAuthenticationRequest(const H501PDU & PTRACE_PARAM(pdu), const H501_AuthenticationRequest & /*pdu*/) { PTRACE(3, "AnnexG\tOnReceiveAuthenticationRequest - seq: " << pdu.m_common.m_sequenceNumber); return FALSE; } BOOL H323_AnnexG::OnReceiveAuthenticationConfirmation(const H501PDU & PTRACE_PARAM(pdu), const H501_AuthenticationConfirmation & /*pdu*/) { PTRACE(3, "AnnexG\tOnReceiveAuthenticationConfirmation - seq: " << pdu.m_common.m_sequenceNumber); return FALSE; } BOOL H323_AnnexG::OnReceiveAuthenticationRejection(const H501PDU & PTRACE_PARAM(pdu), const H501_AuthenticationRejection & /*pdu*/) { PTRACE(3, "AnnexG\tOnReceiveAuthenticationRejection - seq: " << pdu.m_common.m_sequenceNumber); return FALSE; } ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/src/h323caps.cxx0100644000176200056700000026271510251244031016476 0ustar releasepostincr/* * h323caps.cxx * * H.323 protocol handler * * Open H323 Library * * Copyright (c) 1998-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Portions of this code were written with the assisance of funding from * Vovida Networks, Inc. http://www.vovida.com. * * Contributor(s): ______________________________________. * * $Log: h323caps.cxx,v $ * Revision 1.102 2005/06/07 07:09:13 csoutheren * Removed compiler warnings on Windows * * Revision 1.101 2005/06/07 03:22:24 csoutheren * Added patch 1198741 with support for plugin codecs with generic capabilities * Added patch 1198754 with support for setting quality level on audio codecs * Added patch 1198760 with GSM-AMR codec support * Many thanks to Richard van der Hoff for his work * * Revision 1.100 2005/01/03 06:25:55 csoutheren * Added extensive support for disabling code modules at compile time * * Revision 1.99 2004/12/08 02:14:26 csoutheren * Guard against NULL capabilities * * Revision 1.98 2004/08/26 08:05:04 csoutheren * Codecs now appear in abstract factory system * Fixed Windows factory bootstrap system (again) * * Revision 1.97 2004/08/24 14:23:11 csoutheren * Fixed problem with plugin codecs using capability compare functions * * Revision 1.96 2004/07/07 03:52:12 csoutheren * Fixed incorrect strings returned by GetFormatName on G.711 codecs * * Revision 1.95 2004/07/03 07:05:42 csoutheren * Applied patch 979639 to prevent crash in FindCapability if capability does not exist * Thanks to Dave Parr * * Revision 1.94 2004/06/30 12:31:16 rjongbloed * Rewrite of plug in system to use single global variable for all factories to avoid all sorts * of issues with startup orders and Windows DLL multiple instances. * * Revision 1.93 2004/06/17 22:40:56 csoutheren * Fixed typo in FindCapability, thanks to Vyacheslav Frolov * * Revision 1.92 2004/06/16 07:50:00 csoutheren * Fixed potential crash caused when user indication capabilities are not present. Thanks to Yuri Kiryanov * * Revision 1.91 2004/06/08 13:32:18 rjongbloed * Fixed (pre)condition for checking and matching capabilities, thanks Guilhem Tardy * * Revision 1.90 2004/06/08 01:20:28 csoutheren * Provide backwards compatibility for applications using old capability API * * Revision 1.89 2004/06/03 13:32:00 csoutheren * Renamed INSTANTIATE_FACTORY * * Revision 1.88 2004/06/03 12:48:35 csoutheren * Decomposed PFactory declarations to hopefully avoid problems with DLLs * * Revision 1.87 2004/06/01 05:48:03 csoutheren * Changed capability table to use abstract factory routines rather than internal linked list * * Revision 1.86 2004/05/31 01:32:24 csoutheren * Removed debugging left behind * * Revision 1.85 2004/05/26 04:13:21 csoutheren * Safeguard against accidentally removing all capabilities by passing empty string to RemoveCapability * * Revision 1.84 2004/05/26 04:00:49 csoutheren * Fixed calling of non-standard capability compare function used primarily for plugin codecs * * Revision 1.83 2004/05/20 02:07:29 csoutheren * Use macro to work around MSVC internal compiler errors * * Revision 1.82 2004/05/19 23:42:48 csoutheren * Included * * Revision 1.81 2004/05/19 13:28:30 csoutheren * Changed H323EndPoint::AddAllCapabilities to only add standard media formats * * Revision 1.80 2004/05/19 07:38:23 csoutheren * Changed OpalMediaFormat handling to use abstract factory method functions * * Revision 1.79 2004/05/13 12:49:33 rjongbloed * Fixed usage of the compare function in non-standard capabilities. * * Revision 1.78 2004/05/10 01:01:25 csoutheren * Guarded against NULL capabilities passed to AddCapability * * Revision 1.77 2004/05/06 12:53:09 rjongbloed * Fixed ability to encode rxtx and tx capabilities, thanks Vyacheslav Andrejev. * * Revision 1.76 2004/05/04 03:33:33 csoutheren * Added guards against comparing certain kinds of Capabilities * * Revision 1.75 2004/04/22 12:38:03 rjongbloed * Removed the RTP QoS class if there is no QoS support in build, * thanks Nick Hoath, ISDN Communications Ltd. * * Revision 1.74 2004/04/21 04:58:27 csoutheren * Fixed problem with mode select, thanks to Vamsi K Pottangi * * Revision 1.73 2004/04/09 13:28:38 rjongbloed * Fixed conversion of plug ins from OpenH323 to OPAL naming convention. * * Revision 1.72 2004/04/03 10:38:25 csoutheren * Added in initial cut at codec plugin code. Branches are for wimps :) * * Revision 1.71 2004/04/03 08:28:06 csoutheren * Remove pseudo-RTTI and replaced with real RTTI * * Revision 1.70 2004/03/24 01:57:20 csoutheren * Updated for changes in H245v9 * * Revision 1.69 2004/03/02 11:48:17 rjongbloed * Fixed correct capability table matching when FindCapability with a mode change, * uses different enum so needs translation table. * * Revision 1.68 2003/11/08 03:11:29 rjongbloed * Fixed failure to call ancestor in copy ctor, thanks Victor Ivashin. * * Revision 1.67 2003/10/27 06:03:39 csoutheren * Added support for QoS * Thanks to Henry Harrison of AliceStreet * * Revision 1.66 2003/06/06 02:13:48 rjongbloed * Changed non-standard capability semantics so can use C style strings as * the embedded data block (ie automatically call strlen) * * Revision 1.65 2003/05/16 07:30:20 rjongbloed * Fixed correct matching of OLC data types to capabilities, for example CIF * and QCIF video are different and should match exactly. * * Revision 1.64 2003/04/28 07:00:09 robertj * Fixed problem with compiler(s) not correctly initialising static globals * * Revision 1.63 2003/04/27 23:50:38 craigs * Made list of registered codecs available outside h323caps.cxx * * Revision 1.62 2003/03/18 05:11:22 robertj * Fixed OID based non-standard capabilities, thanks Philippe Massicotte * * Revision 1.61 2002/12/05 12:29:31 rogerh * Add non standard codec identifier for Xiph.org * * Revision 1.60 2002/11/27 11:47:09 robertj * Fixed GNU warning * * Revision 1.59 2002/11/26 22:48:18 craigs * Changed nonStd codec identification to use a table for MS codecs * * Revision 1.58 2002/11/26 13:52:59 craigs * Added PrintOn function for outputting names of nonStandard codecs * * Revision 1.57 2002/11/09 04:44:24 robertj * Fixed function to add capabilities to return correct table entry index. * Cosmetic changes. * * Revision 1.56 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.55 2002/07/18 08:28:52 robertj * Adjusted some trace log levels * * Revision 1.54 2002/06/04 07:16:14 robertj * Fixed user indications (DTMF) not working on some endpoints which indicated * receiveAndTransmitUserInputCapability in TCS. * * Revision 1.53 2002/05/29 03:55:21 robertj * Added protocol version number checking infrastructure, primarily to improve * interoperability with stacks that are unforgiving of new features. * * Revision 1.52 2002/05/14 23:20:03 robertj * Fixed incorrect comparison in non-standard capability, tnanks Vyacheslav Frolov * * Revision 1.51 2002/05/10 05:45:41 robertj * Added the max bit rate field to the data channel capability class. * * Revision 1.50 2002/03/26 05:51:12 robertj * Forced RFC2833 to payload type 101 as some IOS's go nuts otherwise. * * Revision 1.49 2002/03/05 06:18:46 robertj * Fixed problem with some custom local capabilities not being used in getting * remote capability list, especially in things like OpenAM. * * Revision 1.48 2002/02/25 04:38:42 robertj * Fixed wildcard lookup with * at end of string. * Fixed being able to create remote capability table before have local table. * Fixed using add all with wildcards adding capability multiple times. * * Revision 1.47 2002/02/14 07:15:15 robertj * Fixed problem with creation of remoteCapabilities and the "set" part contianing * pointers to objects that have been deleted. Does not seem to be a practical * problem but certainly needs fixing! * * Revision 1.46 2002/01/22 07:08:26 robertj * Added IllegalPayloadType enum as need marker for none set * and MaxPayloadType is a legal value. * * Revision 1.45 2002/01/22 06:07:35 robertj * Moved payload type to ancestor so any capability can adjust it on logical channel. * * Revision 1.44 2002/01/17 07:05:03 robertj * Added support for RFC2833 embedded DTMF in the RTP stream. * * Revision 1.43 2002/01/16 05:38:04 robertj * Added missing mode change functions on non standard capabilities. * * Revision 1.42 2002/01/10 05:13:54 robertj * Added support for external RTP stacks, thanks NuMind Software Systems. * * Revision 1.41 2002/01/09 00:21:39 robertj * Changes to support outgoing H.245 RequstModeChange. * * Revision 1.40 2001/12/22 01:44:30 robertj * Added more support for H.245 RequestMode operation. * * Revision 1.39 2001/09/21 02:52:56 robertj * Added default implementation for PDU encode/decode for codecs * that have simple integer as frames per packet. * * Revision 1.38 2001/09/11 10:21:42 robertj * Added direction field to capabilities, thanks Nick Hoath. * * Revision 1.37 2001/08/06 03:08:56 robertj * Fission of h323.h to h323ep.h & h323con.h, h323.h now just includes files. * * Revision 1.36 2001/07/19 09:50:30 robertj * Added code for default session ID on data channel being three. * * Revision 1.35 2001/07/17 04:44:31 robertj * Partial implementation of T.120 and T.38 logical channels. * * Revision 1.34 2001/06/29 04:58:57 robertj * Added wildcard character '*' to capability name string searches. * * Revision 1.33 2001/06/15 16:10:19 rogerh * Fix the "capabilities are the same" assertion * * Revision 1.32 2001/05/31 06:28:37 robertj * Made sure capability descriptors alternate capability sets are in the same * order as the capability table when doing reorder. This improves compatibility * with endpoints that select the first capability in that list rather than the table. * * Revision 1.31 2001/05/14 05:56:28 robertj * Added H323 capability registration system so can add capabilities by * string name instead of having to instantiate explicit classes. * * Revision 1.30 2001/05/02 16:22:21 rogerh * Add IsAllow() for a single capability to check if it is in the * capabilities set. This fixes the bug where OpenH323 would accept * incoming H261 video even when told not to accept it. * * Revision 1.29 2001/04/12 03:22:44 robertj * Fixed fast start checking of returned OLC frame count to use minimum * of user setting and remotes maximum limitation, Was always just * sending whatever the remote said it could do. * * Revision 1.28 2001/03/16 23:00:22 robertj * Improved validation of codec selection against capability set, thanks Chris Purvis. * * Revision 1.27 2001/03/06 04:44:47 robertj * Fixed problem where could send capability set twice. This should not be * a problem except when talking to another broken stack, eg Cisco routers. * * Revision 1.26 2001/02/09 05:13:55 craigs * Added pragma implementation to (hopefully) reduce the executable image size * under Linux * * Revision 1.25 2001/01/25 07:27:16 robertj * Major changes to add more flexible OpalMediaFormat class to normalise * all information about media types, especially codecs. * * Revision 1.24 2001/01/16 03:14:01 craigs * Changed nonstanard capability Compare functions to not assert * if compared to other capability types * * Revision 1.23 2001/01/09 23:05:24 robertj * Fixed inability to have 2 non standard codecs in capability table. * * Revision 1.22 2001/01/02 07:50:46 robertj * Fixed inclusion of arrays (with bad size) in TCS=0 pdu, thanks Yura Aksyonov. * * Revision 1.21 2000/12/19 22:32:26 dereks * Removed MSVC warning about unused parameter * * Revision 1.20 2000/11/08 04:50:22 craigs * Changed capability reorder function to reorder all capabilities matching * preferred order, rather than just the first * * Revision 1.19 2000/10/16 08:50:08 robertj * Added single function to add all UserInput capability types. * * Revision 1.18 2000/10/13 03:43:29 robertj * Added clamping to avoid ever setting incorrect tx frame count. * * Revision 1.17 2000/10/13 02:20:32 robertj * Fixed capability clone so gets all fields including those in ancestor. * * Revision 1.16 2000/08/23 14:27:04 craigs * Added prototype support for Microsoft GSM codec * * Revision 1.15 2000/07/13 12:30:46 robertj * Fixed problems with fast start frames per packet adjustment. * * Revision 1.14 2000/07/12 10:25:37 robertj * Renamed all codecs so obvious whether software or hardware. * * Revision 1.13 2000/07/10 16:03:02 robertj * Started fixing capability set merging, still more to do. * * Revision 1.12 2000/07/04 01:16:49 robertj * Added check for capability allowed in "combinations" set, still needs more done yet. * * Revision 1.11 2000/07/02 14:08:43 craigs * Fixed problem with removing capabilities based on wildcard * * Revision 1.10 2000/06/03 03:16:39 robertj * Fixed using the wrong capability table (should be connections) for some operations. * * Revision 1.9 2000/05/30 06:53:48 robertj * Fixed bug where capability numbers in duplicate table are not identical (should be!). * * Revision 1.8 2000/05/23 11:32:37 robertj * Rewrite of capability table to combine 2 structures into one and move functionality into that class * allowing some normalisation of usage across several applications. * Changed H323Connection so gets a copy of capabilities instead of using endponts, allows adjustments * to be done depending on the remote client application. * * Revision 1.7 2000/05/10 04:05:34 robertj * Changed capabilities so has a function to get name of codec, instead of relying on PrintOn. * * Revision 1.6 2000/05/02 04:32:26 robertj * Fixed copyright notice comment. * * Revision 1.5 2000/04/05 19:01:12 robertj * Added function so can change desired transmit packet size. * * Revision 1.4 2000/03/22 01:29:43 robertj * Fixed default "frame" size for audio codecs, caused crash using G.711 * * Revision 1.3 2000/03/21 03:06:50 robertj * Changes to make RTP TX of exact numbers of frames in some codecs. * * Revision 1.2 2000/02/16 03:24:27 robertj * Fixed bug in clamping maximum transmit packet size in G.711 capabilities. * * Revision 1.1 1999/12/23 23:02:36 robertj * File reorganision for separating RTP from H.323 and creation of LID for VPB support. * */ #ifdef __GNUC__ #pragma implementation "h323caps.h" #endif #include #include "h323caps.h" #include "h323ep.h" #include "h225.h" #include "h245.h" #include "opalplugin.h" #include "mediafmt.h" #include #define DEFINE_G711_CAPABILITY(cls, code, capName) \ class cls : public H323_G711Capability { \ public: \ cls() : H323_G711Capability(code) { } \ }; \ H323_REGISTER_CAPABILITY(cls, capName) \ #ifndef NO_H323_AUDIO_CODECS DEFINE_G711_CAPABILITY(H323_G711ALaw64Capability, H323_G711Capability::ALaw, "G.711-ALaw-64k{sw}") DEFINE_G711_CAPABILITY(H323_G711uLaw64Capability, H323_G711Capability::muLaw, "G.711-uLaw-64k{sw}") #endif #define new PNEW #if PTRACING ostream & operator<<(ostream & o , H323Capability::MainTypes t) { const char * const names[] = { "Audio", "Video", "Data", "UserInput" }; return o << names[t]; } ostream & operator<<(ostream & o , H323Capability::CapabilityDirection d) { const char * const names[] = { "Unknown", "Receive", "Transmit", "ReceiveAndTransmit", "NoDirection" }; return o << names[d]; } #endif ///////////////////////////////////////////////////////////////////////////// H323Capability::H323Capability() { assignedCapabilityNumber = 0; // Unassigned capabilityDirection = e_Unknown; rtpPayloadType = RTP_DataFrame::IllegalPayloadType; } PObject::Comparison H323Capability::Compare(const PObject & obj) const { PAssert(PIsDescendant(&obj, H323Capability), PInvalidCast); const H323Capability & other = (const H323Capability &)obj; int mt = GetMainType(); int omt = other.GetMainType(); if (mt < omt) return LessThan; if (mt > omt) return GreaterThan; int st = GetSubType(); int ost = other.GetSubType(); if (st < ost) return LessThan; if (st > ost) return GreaterThan; return EqualTo; } void H323Capability::PrintOn(ostream & strm) const { strm << GetFormatName(); if (assignedCapabilityNumber != 0) strm << " <" << assignedCapabilityNumber << '>'; } H323Capability * H323Capability::Create(const PString & name) { H323Capability * cap = H323CapabilityFactory::CreateInstance(name); if (cap == NULL) return NULL; return (H323Capability *)cap->Clone(); } unsigned H323Capability::GetDefaultSessionID() const { return 0; } void H323Capability::SetTxFramesInPacket(unsigned /*frames*/) { } unsigned H323Capability::GetTxFramesInPacket() const { return 1; } unsigned H323Capability::GetRxFramesInPacket() const { return 1; } BOOL H323Capability::IsNonStandardMatch(const H245_NonStandardParameter &) const { return FALSE; } BOOL H323Capability::OnReceivedPDU(const H245_Capability & cap) { switch (cap.GetTag()) { case H245_Capability::e_receiveVideoCapability: case H245_Capability::e_receiveAudioCapability: case H245_Capability::e_receiveDataApplicationCapability: case H245_Capability::e_h233EncryptionReceiveCapability: case H245_Capability::e_receiveUserInputCapability: capabilityDirection = e_Receive; break; case H245_Capability::e_transmitVideoCapability: case H245_Capability::e_transmitAudioCapability: case H245_Capability::e_transmitDataApplicationCapability: case H245_Capability::e_h233EncryptionTransmitCapability: case H245_Capability::e_transmitUserInputCapability: capabilityDirection = e_Transmit; break; case H245_Capability::e_receiveAndTransmitVideoCapability: case H245_Capability::e_receiveAndTransmitAudioCapability: case H245_Capability::e_receiveAndTransmitDataApplicationCapability: case H245_Capability::e_receiveAndTransmitUserInputCapability: capabilityDirection = e_ReceiveAndTransmit; break; case H245_Capability::e_conferenceCapability: case H245_Capability::e_h235SecurityCapability: case H245_Capability::e_maxPendingReplacementFor: capabilityDirection = e_NoDirection; } return TRUE; } BOOL H323Capability::IsUsable(const H323Connection &) const { return TRUE; } ///////////////////////////////////////////////////////////////////////////// H323RealTimeCapability::H323RealTimeCapability() { rtpqos = NULL; } H323RealTimeCapability::H323RealTimeCapability(const H323RealTimeCapability & rtc) : H323Capability(rtc) { #if P_HAS_QOS if (rtc.rtpqos != NULL) rtpqos = new RTP_QOS(*rtc.rtpqos); else #endif rtpqos = NULL; } H323RealTimeCapability::~H323RealTimeCapability() { #if P_HAS_QOS delete rtpqos; #endif } void H323RealTimeCapability::AttachQoS(RTP_QOS * _rtpqos) { #if P_HAS_QOS delete rtpqos; #endif rtpqos = _rtpqos; } H323Channel * H323RealTimeCapability::CreateChannel(H323Connection & connection, H323Channel::Directions dir, unsigned sessionID, const H245_H2250LogicalChannelParameters * param) const { return connection.CreateRealTimeLogicalChannel(*this, dir, sessionID, param, rtpqos); } ///////////////////////////////////////////////////////////////////////////// H323NonStandardCapabilityInfo::H323NonStandardCapabilityInfo(CompareFuncType _compareFunc, const BYTE * dataPtr, PINDEX dataSize) : t35CountryCode(0), t35Extension(0), manufacturerCode(0), nonStandardData(dataPtr, dataSize == 0 && dataPtr != NULL ? strlen((const char *)dataPtr) : dataSize), comparisonOffset(0), comparisonLength(0), compareFunc(_compareFunc) { } H323NonStandardCapabilityInfo::H323NonStandardCapabilityInfo(const BYTE * dataPtr, PINDEX dataSize, PINDEX _offset, PINDEX _len) : t35CountryCode(H323EndPoint::defaultT35CountryCode), t35Extension(H323EndPoint::defaultT35Extension), manufacturerCode(H323EndPoint::defaultManufacturerCode), nonStandardData(dataPtr, dataSize == 0 && dataPtr != NULL ? strlen((const char *)dataPtr) : dataSize), comparisonOffset(_offset), comparisonLength(_len), compareFunc(NULL) { } H323NonStandardCapabilityInfo::H323NonStandardCapabilityInfo(const PString & _oid, const BYTE * dataPtr, PINDEX dataSize, PINDEX _offset, PINDEX _len) : oid(_oid), nonStandardData(dataPtr, dataSize == 0 && dataPtr != NULL ? strlen((const char *)dataPtr) : dataSize), comparisonOffset(_offset), comparisonLength(_len), compareFunc(NULL) { } H323NonStandardCapabilityInfo::H323NonStandardCapabilityInfo(BYTE country, BYTE extension, WORD maufacturer, const BYTE * dataPtr, PINDEX dataSize, PINDEX _offset, PINDEX _len) : t35CountryCode(country), t35Extension(extension), manufacturerCode(maufacturer), nonStandardData(dataPtr, dataSize == 0 && dataPtr != NULL ? strlen((const char *)dataPtr) : dataSize), comparisonOffset(_offset), comparisonLength(_len), compareFunc(NULL) { } H323NonStandardCapabilityInfo::~H323NonStandardCapabilityInfo() { } BOOL H323NonStandardCapabilityInfo::OnSendingPDU(PBYTEArray & data) const { data = nonStandardData; return data.GetSize() > 0; } BOOL H323NonStandardCapabilityInfo::OnReceivedPDU(const PBYTEArray & data) { nonStandardData = data; return TRUE; } BOOL H323NonStandardCapabilityInfo::OnSendingNonStandardPDU(PASN_Choice & pdu, unsigned nonStandardTag) const { PBYTEArray data; if (!OnSendingPDU(data)) return FALSE; pdu.SetTag(nonStandardTag); H245_NonStandardParameter & param = (H245_NonStandardParameter &)pdu.GetObject(); if (!oid) { param.m_nonStandardIdentifier.SetTag(H245_NonStandardIdentifier::e_object); PASN_ObjectId & nonStandardIdentifier = param.m_nonStandardIdentifier; nonStandardIdentifier = oid; } else { param.m_nonStandardIdentifier.SetTag(H245_NonStandardIdentifier::e_h221NonStandard); H245_NonStandardIdentifier_h221NonStandard & h221 = param.m_nonStandardIdentifier; h221.m_t35CountryCode = (unsigned)t35CountryCode; h221.m_t35Extension = (unsigned)t35Extension; h221.m_manufacturerCode = (unsigned)manufacturerCode; } param.m_data = data; return data.GetSize() > 0; } BOOL H323NonStandardCapabilityInfo::OnReceivedNonStandardPDU(const PASN_Choice & pdu, unsigned nonStandardTag) { if (pdu.GetTag() != nonStandardTag) return FALSE; const H245_NonStandardParameter & param = (const H245_NonStandardParameter &)pdu.GetObject(); if (CompareParam(param) != PObject::EqualTo) return FALSE; return OnReceivedPDU(param.m_data); } PObject::Comparison H323NonStandardCapabilityInfo::CompareParam(const H245_NonStandardParameter & param) const { if (compareFunc != NULL) { PluginCodec_H323NonStandardCodecData compareData; PString objectId; if (param.m_nonStandardIdentifier.GetTag() == H245_NonStandardIdentifier::e_object) { const PASN_ObjectId & nonStandardIdentifier = param.m_nonStandardIdentifier; objectId = nonStandardIdentifier.AsString(); compareData.objectId = objectId; } else { const H245_NonStandardIdentifier_h221NonStandard & h221 = param.m_nonStandardIdentifier; compareData.objectId = NULL; compareData.t35CountryCode = (unsigned char)h221.m_t35CountryCode; compareData.t35Extension = (unsigned char)h221.m_t35Extension; compareData.manufacturerCode = (unsigned short)h221.m_manufacturerCode; } const PBYTEArray & data = param.m_data; compareData.data = (const unsigned char *)data; compareData.dataLength = data.GetSize(); return (PObject::Comparison)(*compareFunc)(&compareData); } if (!oid) { if (param.m_nonStandardIdentifier.GetTag() != H245_NonStandardIdentifier::e_object) return PObject::LessThan; const PASN_ObjectId & nonStandardIdentifier = param.m_nonStandardIdentifier; PObject::Comparison cmp = oid.Compare(nonStandardIdentifier.AsString()); if (cmp != PObject::EqualTo) return cmp; } else { if (param.m_nonStandardIdentifier.GetTag() != H245_NonStandardIdentifier::e_h221NonStandard) return PObject::LessThan; const H245_NonStandardIdentifier_h221NonStandard & h221 = param.m_nonStandardIdentifier; if (h221.m_t35CountryCode < (unsigned)t35CountryCode) return PObject::LessThan; if (h221.m_t35CountryCode > (unsigned)t35CountryCode) return PObject::GreaterThan; if (h221.m_t35Extension < (unsigned)t35Extension) return PObject::LessThan; if (h221.m_t35Extension > (unsigned)t35Extension) return PObject::GreaterThan; if (h221.m_manufacturerCode < (unsigned)manufacturerCode) return PObject::LessThan; if (h221.m_manufacturerCode > (unsigned)manufacturerCode) return PObject::GreaterThan; } return CompareData(param.m_data); } PObject::Comparison H323NonStandardCapabilityInfo::CompareInfo(const H323NonStandardCapabilityInfo & other) const { if (compareFunc != NULL) { PluginCodec_H323NonStandardCodecData compareData; PString objectId; if (!other.oid.IsEmpty()) compareData.objectId = other.oid; else { compareData.objectId = NULL; compareData.t35CountryCode = other.t35CountryCode; compareData.t35Extension = other.t35Extension; compareData.manufacturerCode = other.manufacturerCode; } compareData.data = (const unsigned char *)other.nonStandardData; compareData.dataLength = other.nonStandardData.GetSize(); return (*compareFunc)(&compareData); } if (!oid) { if (other.oid.IsEmpty()) return PObject::LessThan; PObject::Comparison cmp = oid.Compare(other.oid); if (cmp != PObject::EqualTo) return cmp; } else { if (other.t35CountryCode < t35CountryCode) return PObject::LessThan; if (other.t35CountryCode > t35CountryCode) return PObject::GreaterThan; if (other.t35Extension < t35Extension) return PObject::LessThan; if (other.t35Extension > t35Extension) return PObject::GreaterThan; if (other.manufacturerCode < manufacturerCode) return PObject::LessThan; if (other.manufacturerCode > manufacturerCode) return PObject::GreaterThan; } return CompareData(other.nonStandardData); } PObject::Comparison H323NonStandardCapabilityInfo::CompareData(const PBYTEArray & data) const { if (comparisonOffset >= nonStandardData.GetSize()) return PObject::LessThan; if (comparisonOffset >= data.GetSize()) return PObject::GreaterThan; PINDEX len = comparisonLength; if (comparisonOffset+len > nonStandardData.GetSize()) len = nonStandardData.GetSize() - comparisonOffset; if (comparisonOffset+len > data.GetSize()) return PObject::GreaterThan; int cmp = memcmp((const BYTE *)nonStandardData + comparisonOffset, (const BYTE *)data + comparisonOffset, len); if (cmp < 0) return PObject::LessThan; if (cmp > 0) return PObject::GreaterThan; return PObject::EqualTo; } ///////////////////////////////////////////////////////////////////////////// #ifndef NO_H323_AUDIO_CODECS H323AudioCapability::H323AudioCapability(unsigned rx, unsigned tx) { rxFramesInPacket = rx; txFramesInPacket = tx; } H323Capability::MainTypes H323AudioCapability::GetMainType() const { return e_Audio; } unsigned H323AudioCapability::GetDefaultSessionID() const { return RTP_Session::DefaultAudioSessionID; } void H323AudioCapability::SetTxFramesInPacket(unsigned frames) { PAssert(frames > 0, PInvalidParameter); if (frames > 256) txFramesInPacket = 256; else txFramesInPacket = frames; } unsigned H323AudioCapability::GetTxFramesInPacket() const { return txFramesInPacket; } unsigned H323AudioCapability::GetRxFramesInPacket() const { return rxFramesInPacket; } BOOL H323AudioCapability::OnSendingPDU(H245_Capability & cap) const { switch (capabilityDirection) { case e_Transmit: cap.SetTag(H245_Capability::e_transmitAudioCapability); break; case e_ReceiveAndTransmit: cap.SetTag(H245_Capability::e_receiveAndTransmitAudioCapability); break; case e_Receive : default: cap.SetTag(H245_Capability::e_receiveAudioCapability); } return OnSendingPDU((H245_AudioCapability &)cap, rxFramesInPacket); } BOOL H323AudioCapability::OnSendingPDU(H245_DataType & dataType) const { dataType.SetTag(H245_DataType::e_audioData); return OnSendingPDU((H245_AudioCapability &)dataType, txFramesInPacket); } BOOL H323AudioCapability::OnSendingPDU(H245_ModeElement & mode) const { mode.m_type.SetTag(H245_ModeElementType::e_audioMode); return OnSendingPDU((H245_AudioMode &)mode.m_type); } BOOL H323AudioCapability::OnSendingPDU(H245_AudioCapability & pdu, unsigned packetSize) const { pdu.SetTag(GetSubType()); // Set the maximum number of frames PASN_Integer & value = pdu; value = packetSize; return TRUE; } BOOL H323AudioCapability::OnSendingPDU(H245_AudioMode & pdu) const { static const H245_AudioMode::Choices AudioTable[] = { H245_AudioMode::e_nonStandard, H245_AudioMode::e_g711Alaw64k, H245_AudioMode::e_g711Alaw56k, H245_AudioMode::e_g711Ulaw64k, H245_AudioMode::e_g711Ulaw56k, H245_AudioMode::e_g722_64k, H245_AudioMode::e_g722_56k, H245_AudioMode::e_g722_48k, H245_AudioMode::e_g7231, H245_AudioMode::e_g728, H245_AudioMode::e_g729, H245_AudioMode::e_g729AnnexA, H245_AudioMode::e_is11172AudioMode, H245_AudioMode::e_is13818AudioMode, H245_AudioMode::e_g729wAnnexB, H245_AudioMode::e_g729AnnexAwAnnexB, H245_AudioMode::e_g7231AnnexCMode, H245_AudioMode::e_gsmFullRate, H245_AudioMode::e_gsmHalfRate, H245_AudioMode::e_gsmEnhancedFullRate, H245_AudioMode::e_genericAudioMode, H245_AudioMode::e_g729Extensions }; unsigned subType = GetSubType(); if (subType >= PARRAYSIZE(AudioTable)) return FALSE; pdu.SetTag(AudioTable[subType]); return TRUE; } BOOL H323AudioCapability::OnReceivedPDU(const H245_Capability & cap) { H323Capability::OnReceivedPDU(cap); if (cap.GetTag() != H245_Capability::e_receiveAudioCapability && cap.GetTag() != H245_Capability::e_receiveAndTransmitAudioCapability) return FALSE; unsigned packetSize = txFramesInPacket; if (!OnReceivedPDU((const H245_AudioCapability &)cap, packetSize)) return FALSE; // Clamp our transmit size to maximum allowed if (txFramesInPacket > packetSize) { PTRACE(4, "H323\tCapability tx frames reduced from " << txFramesInPacket << " to " << packetSize); txFramesInPacket = packetSize; } else { PTRACE(4, "H323\tCapability tx frames left at " << txFramesInPacket << " as remote allows " << packetSize); } return TRUE; } BOOL H323AudioCapability::OnReceivedPDU(const H245_DataType & dataType, BOOL receiver) { if (dataType.GetTag() != H245_DataType::e_audioData) return FALSE; unsigned & xFramesInPacket = receiver ? rxFramesInPacket : txFramesInPacket; unsigned packetSize = xFramesInPacket; if (!OnReceivedPDU((const H245_AudioCapability &)dataType, packetSize)) return FALSE; // Clamp our transmit size to maximum allowed if (xFramesInPacket > packetSize) { PTRACE(4, "H323\tCapability " << (receiver ? 'r' : 't') << "x frames reduced from " << xFramesInPacket << " to " << packetSize); xFramesInPacket = packetSize; } else { PTRACE(4, "H323\tCapability " << (receiver ? 'r' : 't') << "x frames left at " << xFramesInPacket << " as remote allows " << packetSize); } return TRUE; } BOOL H323AudioCapability::OnReceivedPDU(const H245_AudioCapability & pdu, unsigned & packetSize) { if (pdu.GetTag() != GetSubType()) return FALSE; const PASN_Integer & value = pdu; // Get the maximum number of frames packetSize = value; return TRUE; } ///////////////////////////////////////////////////////////////////////////// H323NonStandardAudioCapability::H323NonStandardAudioCapability( unsigned max, unsigned desired, H323NonStandardCapabilityInfo::CompareFuncType compareFunc, const BYTE * fixedData, PINDEX dataSize ) : H323AudioCapability(max, desired), H323NonStandardCapabilityInfo(compareFunc, fixedData, dataSize) { } H323NonStandardAudioCapability::H323NonStandardAudioCapability(unsigned max, unsigned desired, const BYTE * fixedData, PINDEX dataSize, PINDEX offset, PINDEX length) : H323AudioCapability(max, desired), H323NonStandardCapabilityInfo(fixedData, dataSize, offset, length) { } H323NonStandardAudioCapability::H323NonStandardAudioCapability( unsigned max, unsigned desired, H323EndPoint &, H323NonStandardCapabilityInfo::CompareFuncType compareFunc, const BYTE * fixedData, PINDEX dataSize) : H323AudioCapability(max, desired), H323NonStandardCapabilityInfo(compareFunc, fixedData, dataSize) { } H323NonStandardAudioCapability::H323NonStandardAudioCapability(unsigned max, unsigned desired, H323EndPoint &, const BYTE * fixedData, PINDEX dataSize, PINDEX offset, PINDEX length) : H323AudioCapability(max, desired), H323NonStandardCapabilityInfo(fixedData, dataSize, offset, length) { } H323NonStandardAudioCapability::H323NonStandardAudioCapability(unsigned max, unsigned desired, const PString & oid, const BYTE * fixedData, PINDEX dataSize, PINDEX offset, PINDEX length) : H323AudioCapability(max, desired), H323NonStandardCapabilityInfo(oid, fixedData, dataSize, offset, length) { } H323NonStandardAudioCapability::H323NonStandardAudioCapability(unsigned max, unsigned desired, BYTE country, BYTE extension, WORD maufacturer, const BYTE * fixedData, PINDEX dataSize, PINDEX offset, PINDEX length) : H323AudioCapability(max, desired), H323NonStandardCapabilityInfo(country, extension, maufacturer, fixedData, dataSize, offset, length) { } PObject::Comparison H323NonStandardAudioCapability::Compare(const PObject & obj) const { if (!PIsDescendant(&obj, H323NonStandardAudioCapability)) return LessThan; return CompareInfo((const H323NonStandardAudioCapability &)obj); } unsigned H323NonStandardAudioCapability::GetSubType() const { return H245_AudioCapability::e_nonStandard; } BOOL H323NonStandardAudioCapability::OnSendingPDU(H245_AudioCapability & pdu, unsigned) const { return OnSendingNonStandardPDU(pdu, H245_AudioCapability::e_nonStandard); } BOOL H323NonStandardAudioCapability::OnSendingPDU(H245_AudioMode & pdu) const { return OnSendingNonStandardPDU(pdu, H245_AudioMode::e_nonStandard); } BOOL H323NonStandardAudioCapability::OnReceivedPDU(const H245_AudioCapability & pdu, unsigned &) { return OnReceivedNonStandardPDU(pdu, H245_AudioCapability::e_nonStandard); } BOOL H323NonStandardAudioCapability::IsNonStandardMatch(const H245_NonStandardParameter & param) const { return CompareParam(param) == EqualTo; } #endif // NO_H323_AUDIO_CODECS ///////////////////////////////////////////////////////////////////////////// H323GenericCapabilityInfo::H323GenericCapabilityInfo(const PString &standardId, PINDEX maxBitRate) : maxBitRate(maxBitRate) { capId = new H245_CapabilityIdentifier(H245_CapabilityIdentifier::e_standard); PASN_ObjectId &object_id = *capId; object_id = standardId; } H323GenericCapabilityInfo::H323GenericCapabilityInfo(const H323GenericCapabilityInfo &obj) : maxBitRate(obj.maxBitRate), collapsingParameters(obj.collapsingParameters), nonCollapsingParameters(obj.nonCollapsingParameters) { capId = new H245_CapabilityIdentifier(*obj.capId); } H323GenericCapabilityInfo::~H323GenericCapabilityInfo() { delete(capId); } BOOL H323GenericCapabilityInfo::AddIntegerGenericParameter( BOOL collapsing, int standardId, int type, // should be one of opalplugin.h:PluginCodec_H323GenericParameterType long int value ) { PList &list = collapsing?collapsingParameters:nonCollapsingParameters; H245_GenericParameter *param = new H245_GenericParameter(); param->m_parameterIdentifier.SetTag(H245_ParameterIdentifier::e_standard); (PASN_Integer &)param->m_parameterIdentifier = standardId; param->m_parameterValue.SetTag(type); (PASN_Integer &)param->m_parameterValue = value; list.Append(param); return TRUE; } BOOL H323GenericCapabilityInfo::OnSendingGenericPDU(H245_GenericCapability & pdu) const { pdu.m_capabilityIdentifier = *capId; if(maxBitRate != 0 ) { pdu.IncludeOptionalField(H245_GenericCapability::e_maxBitRate); pdu.m_maxBitRate = maxBitRate; } if(collapsingParameters.GetSize() > 0) { pdu.IncludeOptionalField(H245_GenericCapability::e_collapsing); for( int i = 0 ; i < collapsingParameters.GetSize(); i++ ) pdu.m_collapsing.Append(new H245_GenericParameter(collapsingParameters[i])); } if(nonCollapsingParameters.GetSize() > 0) { pdu.IncludeOptionalField(H245_GenericCapability::e_nonCollapsing); for( int i = 0 ; i < nonCollapsingParameters.GetSize(); i++ ) pdu.m_nonCollapsing.Append(new H245_GenericParameter(nonCollapsingParameters[i])); } return TRUE; } BOOL H323GenericCapabilityInfo::OnReceivedGenericPDU(const H245_GenericCapability & /*pdu*/) { return TRUE; } PObject::Comparison H323GenericCapabilityInfo::CompareInfo(const H323GenericCapabilityInfo & obj) const { if( *capId != *(obj.capId) ) return PObject::LessThan; return PObject::EqualTo; } BOOL H323GenericCapabilityInfo::IsGenericMatch(const H245_GenericCapability & cap) const { const H245_CapabilityIdentifier &otherId = cap.m_capabilityIdentifier; return otherId == *capId; } H323GenericAudioCapability::H323GenericAudioCapability( unsigned max, unsigned desired, const PString &standardId, PINDEX maxBitRate) : H323AudioCapability(max, desired), H323GenericCapabilityInfo(standardId, maxBitRate) { } PObject::Comparison H323GenericAudioCapability::Compare(const PObject & obj) const { if (!PIsDescendant(&obj, H323GenericAudioCapability)) return LessThan; return CompareInfo((const H323GenericAudioCapability &)obj); } unsigned H323GenericAudioCapability::GetSubType() const { return H245_AudioCapability::e_genericAudioCapability; } BOOL H323GenericAudioCapability::OnSendingPDU(H245_AudioCapability & pdu, unsigned) const { pdu.SetTag(H245_AudioCapability::e_genericAudioCapability); H245_GenericCapability &generic = (H245_GenericCapability &)pdu; return OnSendingGenericPDU(generic); } BOOL H323GenericAudioCapability::OnReceivedPDU(const H245_AudioCapability & pdu, unsigned &) { if( pdu.GetTag() != H245_AudioCapability::e_genericAudioCapability) return FALSE; return OnReceivedGenericPDU((const H245_GenericCapability &)pdu); } ///////////////////////////////////////////////////////////////////////////// #ifndef NO_H323_VIDEO H323Capability::MainTypes H323VideoCapability::GetMainType() const { return e_Video; } BOOL H323VideoCapability::OnSendingPDU(H245_Capability & cap) const { switch (capabilityDirection) { case e_Transmit: cap.SetTag(H245_Capability::e_transmitVideoCapability); break; case e_ReceiveAndTransmit: cap.SetTag(H245_Capability::e_receiveAndTransmitVideoCapability); break; case e_Receive : default: cap.SetTag(H245_Capability::e_receiveVideoCapability); } return OnSendingPDU((H245_VideoCapability &)cap); } BOOL H323VideoCapability::OnSendingPDU(H245_DataType & dataType) const { dataType.SetTag(H245_DataType::e_videoData); return OnSendingPDU((H245_VideoCapability &)dataType); } BOOL H323VideoCapability::OnSendingPDU(H245_ModeElement & mode) const { mode.m_type.SetTag(H245_ModeElementType::e_videoMode); return OnSendingPDU((H245_VideoMode &)mode.m_type); } BOOL H323VideoCapability::OnReceivedPDU(const H245_Capability & cap) { H323Capability::OnReceivedPDU(cap); if (cap.GetTag() != H245_Capability::e_receiveVideoCapability && cap.GetTag() != H245_Capability::e_receiveAndTransmitVideoCapability) return FALSE; return OnReceivedPDU((const H245_VideoCapability &)cap); } BOOL H323VideoCapability::OnReceivedPDU(const H245_DataType & dataType, BOOL) { if (dataType.GetTag() != H245_DataType::e_videoData) return FALSE; return OnReceivedPDU((const H245_VideoCapability &)dataType); } unsigned H323VideoCapability::GetDefaultSessionID() const { return RTP_Session::DefaultVideoSessionID; } ///////////////////////////////////////////////////////////////////////////// H323NonStandardVideoCapability::H323NonStandardVideoCapability(const BYTE * fixedData, PINDEX dataSize, PINDEX offset, PINDEX length) : H323NonStandardCapabilityInfo(fixedData, dataSize, offset, length) { } H323NonStandardVideoCapability::H323NonStandardVideoCapability(H323EndPoint &, const BYTE * fixedData, PINDEX dataSize, PINDEX offset, PINDEX length) : H323NonStandardCapabilityInfo(fixedData, dataSize, offset, length) { } H323NonStandardVideoCapability::H323NonStandardVideoCapability(const PString & oid, const BYTE * fixedData, PINDEX dataSize, PINDEX offset, PINDEX length) : H323NonStandardCapabilityInfo(oid, fixedData, dataSize, offset, length) { } H323NonStandardVideoCapability::H323NonStandardVideoCapability(BYTE country, BYTE extension, WORD maufacturer, const BYTE * fixedData, PINDEX dataSize, PINDEX offset, PINDEX length) : H323NonStandardCapabilityInfo(country, extension, maufacturer, fixedData, dataSize, offset, length) { } PObject::Comparison H323NonStandardVideoCapability::Compare(const PObject & obj) const { if (!PIsDescendant(&obj, H323NonStandardVideoCapability)) return LessThan; return CompareInfo((const H323NonStandardVideoCapability &)obj); } unsigned H323NonStandardVideoCapability::GetSubType() const { return H245_VideoCapability::e_nonStandard; } BOOL H323NonStandardVideoCapability::OnSendingPDU(H245_VideoCapability & pdu) const { return OnSendingNonStandardPDU(pdu, H245_VideoCapability::e_nonStandard); } BOOL H323NonStandardVideoCapability::OnSendingPDU(H245_VideoMode & pdu) const { return OnSendingNonStandardPDU(pdu, H245_VideoMode::e_nonStandard); } BOOL H323NonStandardVideoCapability::OnReceivedPDU(const H245_VideoCapability & pdu) { return OnReceivedNonStandardPDU(pdu, H245_VideoCapability::e_nonStandard); } BOOL H323NonStandardVideoCapability::IsNonStandardMatch(const H245_NonStandardParameter & param) const { return CompareParam(param) == EqualTo; } ///////////////////////////////////////////////////////////////////////////// H323GenericVideoCapability::H323GenericVideoCapability( const PString &capabilityId, PINDEX maxBitRate) : H323VideoCapability(), H323GenericCapabilityInfo(capabilityId, maxBitRate) { } PObject::Comparison H323GenericVideoCapability::Compare(const PObject & obj) const { if (!PIsDescendant(&obj, H323GenericVideoCapability)) return LessThan; return CompareInfo((const H323GenericVideoCapability &)obj); } unsigned H323GenericVideoCapability::GetSubType() const { return H245_VideoCapability::e_genericVideoCapability; } BOOL H323GenericVideoCapability::OnSendingPDU(H245_VideoCapability & pdu) const { pdu.SetTag(H245_VideoCapability::e_genericVideoCapability); H245_GenericCapability &generic = (H245_GenericCapability &)pdu; return OnSendingGenericPDU(generic); } BOOL H323GenericVideoCapability::OnReceivedPDU(const H245_VideoCapability & pdu) { if( pdu.GetTag() != H245_VideoCapability::e_genericVideoCapability) return FALSE; return OnReceivedGenericPDU((const H245_GenericCapability &)pdu); } BOOL H323GenericVideoCapability::OnSendingPDU(H245_VideoMode & /*pdu*/) const { return TRUE; } #endif // NO_H323_VIDEO ///////////////////////////////////////////////////////////////////////////// H323DataCapability::H323DataCapability(unsigned rate) : maxBitRate(rate) { } H323Capability::MainTypes H323DataCapability::GetMainType() const { return e_Data; } unsigned H323DataCapability::GetDefaultSessionID() const { return 3; } H323Codec * H323DataCapability::CreateCodec(H323Codec::Direction) const { return NULL; } BOOL H323DataCapability::OnSendingPDU(H245_Capability & cap) const { switch (capabilityDirection) { case e_Transmit: cap.SetTag(H245_Capability::e_transmitDataApplicationCapability); break; case e_Receive : cap.SetTag(H245_Capability::e_receiveDataApplicationCapability); break; case e_ReceiveAndTransmit: default: cap.SetTag(H245_Capability::e_receiveAndTransmitDataApplicationCapability); } H245_DataApplicationCapability & app = cap; app.m_maxBitRate = maxBitRate; return OnSendingPDU(app); } BOOL H323DataCapability::OnSendingPDU(H245_DataType & dataType) const { dataType.SetTag(H245_DataType::e_data); H245_DataApplicationCapability & app = dataType; app.m_maxBitRate = maxBitRate; return OnSendingPDU(app); } BOOL H323DataCapability::OnSendingPDU(H245_ModeElement & mode) const { mode.m_type.SetTag(H245_ModeElementType::e_dataMode); H245_DataMode & type = mode.m_type; type.m_bitRate = maxBitRate; return OnSendingPDU(type); } BOOL H323DataCapability::OnReceivedPDU(const H245_Capability & cap) { H323Capability::OnReceivedPDU(cap); if (cap.GetTag() != H245_Capability::e_receiveDataApplicationCapability && cap.GetTag() != H245_Capability::e_receiveAndTransmitDataApplicationCapability) return FALSE; const H245_DataApplicationCapability & app = cap; maxBitRate = app.m_maxBitRate; return OnReceivedPDU(app); } BOOL H323DataCapability::OnReceivedPDU(const H245_DataType & dataType, BOOL) { if (dataType.GetTag() != H245_DataType::e_data) return FALSE; const H245_DataApplicationCapability & app = dataType; maxBitRate = app.m_maxBitRate; return OnReceivedPDU(app); } ///////////////////////////////////////////////////////////////////////////// H323NonStandardDataCapability::H323NonStandardDataCapability(unsigned maxBitRate, const BYTE * fixedData, PINDEX dataSize, PINDEX offset, PINDEX length) : H323DataCapability(maxBitRate), H323NonStandardCapabilityInfo(fixedData, dataSize, offset, length) { } H323NonStandardDataCapability::H323NonStandardDataCapability(unsigned maxBitRate, const PString & oid, const BYTE * fixedData, PINDEX dataSize, PINDEX offset, PINDEX length) : H323DataCapability(maxBitRate), H323NonStandardCapabilityInfo(oid, fixedData, dataSize, offset, length) { } H323NonStandardDataCapability::H323NonStandardDataCapability(unsigned maxBitRate, BYTE country, BYTE extension, WORD maufacturer, const BYTE * fixedData, PINDEX dataSize, PINDEX offset, PINDEX length) : H323DataCapability(maxBitRate), H323NonStandardCapabilityInfo(country, extension, maufacturer, fixedData, dataSize, offset, length) { } PObject::Comparison H323NonStandardDataCapability::Compare(const PObject & obj) const { if (!PIsDescendant(&obj, H323NonStandardDataCapability)) return LessThan; return CompareInfo((const H323NonStandardDataCapability &)obj); } unsigned H323NonStandardDataCapability::GetSubType() const { return H245_DataApplicationCapability_application::e_nonStandard; } BOOL H323NonStandardDataCapability::OnSendingPDU(H245_DataApplicationCapability & pdu) const { return OnSendingNonStandardPDU(pdu.m_application, H245_DataApplicationCapability_application::e_nonStandard); } BOOL H323NonStandardDataCapability::OnSendingPDU(H245_DataMode & pdu) const { return OnSendingNonStandardPDU(pdu.m_application, H245_DataMode_application::e_nonStandard); } BOOL H323NonStandardDataCapability::OnReceivedPDU(const H245_DataApplicationCapability & pdu) { return OnReceivedNonStandardPDU(pdu.m_application, H245_DataApplicationCapability_application::e_nonStandard); } BOOL H323NonStandardDataCapability::IsNonStandardMatch(const H245_NonStandardParameter & param) const { return CompareParam(param) == EqualTo; } ///////////////////////////////////////////////////////////////////////////// #ifndef NO_H323_AUDIO_CODECS H323_G711Capability::H323_G711Capability(Mode m, Speed s) : H323AudioCapability(240, 30) // 240ms max, 30ms desired { mode = m; speed = s; } PObject * H323_G711Capability::Clone() const { return new H323_G711Capability(*this); } unsigned H323_G711Capability::GetSubType() const { static const unsigned G711SubType[2][2] = { { H245_AudioCapability::e_g711Alaw64k, H245_AudioCapability::e_g711Alaw56k }, { H245_AudioCapability::e_g711Ulaw64k, H245_AudioCapability::e_g711Ulaw56k } }; return G711SubType[mode][speed]; } PString H323_G711Capability::GetFormatName() const { static const char * const G711Name[2][2] = { { OPAL_G711_ALAW_64K, OPAL_G711_ALAW_56K }, { OPAL_G711_ULAW_64K, OPAL_G711_ULAW_56K }, }; return G711Name[mode][speed]; } H323Codec * H323_G711Capability::CreateCodec(H323Codec::Direction direction) const { unsigned packetSize = 8*(direction == H323Codec::Encoder ? txFramesInPacket : rxFramesInPacket); if (mode == muLaw) return new H323_muLawCodec(direction, speed, packetSize); else return new H323_ALawCodec(direction, speed, packetSize); } #endif // H323AudioCodec ///////////////////////////////////////////////////////////////////////////// char OpalUserInputRFC2833[] = "UserInput/RFC2833"; const char * const H323_UserInputCapability::SubTypeNames[NumSubTypes] = { "UserInput/basicString", "UserInput/iA5String", "UserInput/generalString", "UserInput/dtmf", "UserInput/hookflash", OpalUserInputRFC2833 // "UserInput/RFC2833" }; OPAL_MEDIA_FORMAT_DECLARE(OpalUserInputRFC2833Format, OpalUserInputRFC2833, OpalMediaFormat::DefaultAudioSessionID, (RTP_DataFrame::PayloadTypes)101, // Choose this for Cisco IOS compatibility TRUE, // Needs jitter 100, // bits/sec 4, // bytes/frame 8*150, // 150 millisecond OpalMediaFormat::AudioTimeUnits, 0) H323_UserInputCapability::H323_UserInputCapability(SubTypes _subType) { subType = _subType; OpalMediaFormat * fmt = OpalMediaFormatFactory::CreateInstance(OpalUserInputRFC2833); if (fmt != NULL) rtpPayloadType = fmt->GetPayloadType(); } PObject * H323_UserInputCapability::Clone() const { return new H323_UserInputCapability(*this); } H323Capability::MainTypes H323_UserInputCapability::GetMainType() const { return e_UserInput; } #define SignalToneRFC2833_SubType 10000 static unsigned UserInputCapabilitySubTypeCodes[] = { H245_UserInputCapability::e_basicString, H245_UserInputCapability::e_iA5String, H245_UserInputCapability::e_generalString, H245_UserInputCapability::e_dtmf, H245_UserInputCapability::e_hookflash, SignalToneRFC2833_SubType }; unsigned H323_UserInputCapability::GetSubType() const { return UserInputCapabilitySubTypeCodes[subType]; } PString H323_UserInputCapability::GetFormatName() const { return SubTypeNames[subType]; } H323Channel * H323_UserInputCapability::CreateChannel(H323Connection &, H323Channel::Directions, unsigned, const H245_H2250LogicalChannelParameters *) const { PTRACE(1, "Codec\tCannot create UserInputCapability channel"); return NULL; } H323Codec * H323_UserInputCapability::CreateCodec(H323Codec::Direction) const { PTRACE(1, "Codec\tCannot create UserInputCapability codec"); return NULL; } BOOL H323_UserInputCapability::OnSendingPDU(H245_Capability & pdu) const { if (subType == SignalToneRFC2833) { pdu.SetTag(H245_Capability::e_receiveRTPAudioTelephonyEventCapability); H245_AudioTelephonyEventCapability & atec = pdu; atec.m_dynamicRTPPayloadType = rtpPayloadType; atec.m_audioTelephoneEvent = "0-16"; // Support DTMF 0-9,*,#,A-D & hookflash } else { pdu.SetTag(H245_Capability::e_receiveUserInputCapability); H245_UserInputCapability & ui = pdu; ui.SetTag(UserInputCapabilitySubTypeCodes[subType]); } return TRUE; } BOOL H323_UserInputCapability::OnSendingPDU(H245_DataType &) const { PTRACE(1, "Codec\tCannot have UserInputCapability in DataType"); return FALSE; } BOOL H323_UserInputCapability::OnSendingPDU(H245_ModeElement &) const { PTRACE(1, "Codec\tCannot have UserInputCapability in ModeElement"); return FALSE; } BOOL H323_UserInputCapability::OnReceivedPDU(const H245_Capability & pdu) { H323Capability::OnReceivedPDU(pdu); if (pdu.GetTag() == H245_Capability::e_receiveRTPAudioTelephonyEventCapability) { subType = SignalToneRFC2833; const H245_AudioTelephonyEventCapability & atec = pdu; rtpPayloadType = (RTP_DataFrame::PayloadTypes)(int)atec.m_dynamicRTPPayloadType; // Really should verify atec.m_audioTelephoneEvent here return TRUE; } if (pdu.GetTag() != H245_Capability::e_receiveUserInputCapability && pdu.GetTag() != H245_Capability::e_receiveAndTransmitUserInputCapability) return FALSE; const H245_UserInputCapability & ui = pdu; return ui.GetTag() == UserInputCapabilitySubTypeCodes[subType]; } BOOL H323_UserInputCapability::OnReceivedPDU(const H245_DataType &, BOOL) { PTRACE(1, "Codec\tCannot have UserInputCapability in DataType"); return FALSE; } BOOL H323_UserInputCapability::IsUsable(const H323Connection & connection) const { if (connection.GetControlVersion() >= 7) return TRUE; if (connection.GetRemoteApplication().Find("AltiServ-ITG") != P_MAX_INDEX) return FALSE; return subType != SignalToneRFC2833; } void H323_UserInputCapability::AddAllCapabilities(H323Capabilities & capabilities, PINDEX descriptorNum, PINDEX simultaneous) { PINDEX num = capabilities.SetCapability(descriptorNum, simultaneous, new H323_UserInputCapability(HookFlashH245)); if (descriptorNum == P_MAX_INDEX) { descriptorNum = num; simultaneous = P_MAX_INDEX; } else if (simultaneous == P_MAX_INDEX) simultaneous = num+1; num = capabilities.SetCapability(descriptorNum, simultaneous, new H323_UserInputCapability(BasicString)); if (simultaneous == P_MAX_INDEX) simultaneous = num; capabilities.SetCapability(descriptorNum, simultaneous, new H323_UserInputCapability(SignalToneH245)); capabilities.SetCapability(descriptorNum, simultaneous, new H323_UserInputCapability(SignalToneRFC2833)); } ///////////////////////////////////////////////////////////////////////////// BOOL H323SimultaneousCapabilities::SetSize(PINDEX newSize) { PINDEX oldSize = GetSize(); if (!H323CapabilitiesListArray::SetSize(newSize)) return FALSE; while (oldSize < newSize) { H323CapabilitiesList * list = new H323CapabilitiesList; // The lowest level list should not delete codecs on destruction list->DisallowDeleteObjects(); SetAt(oldSize++, list); } return TRUE; } BOOL H323CapabilitiesSet::SetSize(PINDEX newSize) { PINDEX oldSize = GetSize(); if (!H323CapabilitiesSetArray::SetSize(newSize)) return FALSE; while (oldSize < newSize) SetAt(oldSize++, new H323SimultaneousCapabilities); return TRUE; } H323Capabilities::H323Capabilities() { } H323Capabilities::H323Capabilities(const H323Connection & connection, const H245_TerminalCapabilitySet & pdu) { H323Capabilities allCapabilities; const H323Capabilities & localCapabilities = connection.GetLocalCapabilities(); for (PINDEX c = 0; c < localCapabilities.GetSize(); c++) allCapabilities.Add(allCapabilities.Copy(localCapabilities[c])); allCapabilities.AddAllCapabilities(0, 0, "*"); H323_UserInputCapability::AddAllCapabilities(allCapabilities, P_MAX_INDEX, P_MAX_INDEX); // Decode out of the PDU, the list of known codecs. if (pdu.HasOptionalField(H245_TerminalCapabilitySet::e_capabilityTable)) { for (PINDEX i = 0; i < pdu.m_capabilityTable.GetSize(); i++) { if (pdu.m_capabilityTable[i].HasOptionalField(H245_CapabilityTableEntry::e_capability)) { H323Capability * capability = allCapabilities.FindCapability(pdu.m_capabilityTable[i].m_capability); if (capability != NULL) { H323Capability * copy = (H323Capability *)capability->Clone(); copy->SetCapabilityNumber(pdu.m_capabilityTable[i].m_capabilityTableEntryNumber); if (copy->OnReceivedPDU(pdu.m_capabilityTable[i].m_capability)) table.Append(copy); else delete copy; } } } } PINDEX outerSize = pdu.m_capabilityDescriptors.GetSize(); set.SetSize(outerSize); for (PINDEX outer = 0; outer < outerSize; outer++) { H245_CapabilityDescriptor & desc = pdu.m_capabilityDescriptors[outer]; if (desc.HasOptionalField(H245_CapabilityDescriptor::e_simultaneousCapabilities)) { PINDEX middleSize = desc.m_simultaneousCapabilities.GetSize(); set[outer].SetSize(middleSize); for (PINDEX middle = 0; middle < middleSize; middle++) { H245_AlternativeCapabilitySet & alt = desc.m_simultaneousCapabilities[middle]; for (PINDEX inner = 0; inner < alt.GetSize(); inner++) { for (PINDEX cap = 0; cap < table.GetSize(); cap++) { if (table[cap].GetCapabilityNumber() == alt[inner]) { set[outer][middle].Append(&table[cap]); break; } } } } } } } H323Capabilities::H323Capabilities(const H323Capabilities & original) { operator=(original); } H323Capabilities & H323Capabilities::operator=(const H323Capabilities & original) { RemoveAll(); for (PINDEX i = 0; i < original.GetSize(); i++) Copy(original[i]); PINDEX outerSize = original.set.GetSize(); set.SetSize(outerSize); for (PINDEX outer = 0; outer < outerSize; outer++) { PINDEX middleSize = original.set[outer].GetSize(); set[outer].SetSize(middleSize); for (PINDEX middle = 0; middle < middleSize; middle++) { PINDEX innerSize = original.set[outer][middle].GetSize(); for (PINDEX inner = 0; inner < innerSize; inner++) set[outer][middle].Append(FindCapability(original.set[outer][middle][inner].GetCapabilityNumber())); } } return *this; } void H323Capabilities::PrintOn(ostream & strm) const { int indent = strm.precision()-1; strm << setw(indent) << " " << "Table:\n"; for (PINDEX i = 0; i < table.GetSize(); i++) strm << setw(indent+2) << " " << table[i] << '\n'; strm << setw(indent) << " " << "Set:\n"; for (PINDEX outer = 0; outer < set.GetSize(); outer++) { strm << setw(indent+2) << " " << outer << ":\n"; for (PINDEX middle = 0; middle < set[outer].GetSize(); middle++) { strm << setw(indent+4) << " " << middle << ":\n"; for (PINDEX inner = 0; inner < set[outer][middle].GetSize(); inner++) strm << setw(indent+6) << " " << set[outer][middle][inner] << '\n'; } } } PINDEX H323Capabilities::SetCapability(PINDEX descriptorNum, PINDEX simultaneousNum, H323Capability * capability) { if (capability == NULL) return P_MAX_INDEX; // Make sure capability has been added to table. Add(capability); BOOL newDescriptor = descriptorNum == P_MAX_INDEX; if (newDescriptor) descriptorNum = set.GetSize(); // Make sure the outer array is big enough set.SetMinSize(descriptorNum+1); if (simultaneousNum == P_MAX_INDEX) simultaneousNum = set[descriptorNum].GetSize(); // Make sure the middle array is big enough set[descriptorNum].SetMinSize(simultaneousNum+1); // Now we can put the new entry in. set[descriptorNum][simultaneousNum].Append(capability); return newDescriptor ? descriptorNum : simultaneousNum; } static BOOL MatchWildcard(const PCaselessString & str, const PStringArray & wildcard) { PINDEX last = 0; for (PINDEX i = 0; i < wildcard.GetSize(); i++) { if (wildcard[i].IsEmpty()) last = str.GetLength(); else { PINDEX next = str.Find(wildcard[i], last); if (next == P_MAX_INDEX) return FALSE; last = next + wildcard[i].GetLength(); } } return TRUE; } PINDEX H323Capabilities::AddAllCapabilities(PINDEX descriptorNum, PINDEX simultaneous, const PString & name) { PINDEX reply = descriptorNum == P_MAX_INDEX ? P_MAX_INDEX : simultaneous; PStringArray wildcard = name.Tokenise('*', FALSE); OpalMediaFormatFactory::KeyList_T stdFormats = OpalMediaFormatFactory::GetKeyList(); H323CapabilityFactory::KeyList_T stdCaps = H323CapabilityFactory::GetKeyList(); H323CapabilityFactory::KeyList_T::const_iterator r; for (r = stdCaps.begin(); r != stdCaps.end(); ++r) { PCaselessString capName = *r; if (MatchWildcard(capName, wildcard) && (FindCapability(capName) == NULL)) { BOOL found = std::find(stdFormats.begin(), stdFormats.end(), capName) != stdFormats.end(); if (!found && (capName.Right(4) == "{sw}") && capName.GetLength() > 4) found = std::find(stdFormats.begin(), stdFormats.end(), capName.Left(capName.GetLength()-4)) != stdFormats.end(); if (found) { // add the capability H323Capability * capability = H323Capability::Create(capName); PINDEX num = SetCapability(descriptorNum, simultaneous, capability); if (descriptorNum == P_MAX_INDEX) { reply = num; descriptorNum = num; simultaneous = P_MAX_INDEX; } else if (simultaneous == P_MAX_INDEX) { if (reply == P_MAX_INDEX) reply = num; simultaneous = num; } } } } return reply; } static unsigned MergeCapabilityNumber(const H323CapabilitiesList & table, unsigned newCapabilityNumber) { // Assign a unique number to the codec, check if the user wants a specific // value and start with that. if (newCapabilityNumber == 0) newCapabilityNumber = 1; PINDEX i = 0; while (i < table.GetSize()) { if (table[i].GetCapabilityNumber() != newCapabilityNumber) i++; else { // If it already in use, increment it newCapabilityNumber++; i = 0; } } return newCapabilityNumber; } void H323Capabilities::Add(H323Capability * capability) { if (capability == NULL) return; // See if already added, confuses things if you add the same instance twice if (table.GetObjectsIndex(capability) != P_MAX_INDEX) return; capability->SetCapabilityNumber(MergeCapabilityNumber(table, 1)); table.Append(capability); PTRACE(3, "H323\tAdded capability: " << *capability); } H323Capability * H323Capabilities::Copy(const H323Capability & capability) { H323Capability * newCapability = (H323Capability *)capability.Clone(); newCapability->SetCapabilityNumber(MergeCapabilityNumber(table, capability.GetCapabilityNumber())); table.Append(newCapability); PTRACE(3, "H323\tAdded capability: " << *newCapability); return newCapability; } void H323Capabilities::Remove(H323Capability * capability) { if (capability == NULL) return; PTRACE(3, "H323\tRemoving capability: " << *capability); unsigned capabilityNumber = capability->GetCapabilityNumber(); for (PINDEX outer = 0; outer < set.GetSize(); outer++) { for (PINDEX middle = 0; middle < set[outer].GetSize(); middle++) { for (PINDEX inner = 0; inner < set[outer][middle].GetSize(); inner++) { if (set[outer][middle][inner].GetCapabilityNumber() == capabilityNumber) { set[outer][middle].RemoveAt(inner); break; } } if (set[outer][middle].GetSize() == 0) set[outer].RemoveAt(middle); } if (set[outer].GetSize() == 0) set.RemoveAt(outer); } table.Remove(capability); } void H323Capabilities::Remove(const PString & codecName) { if (codecName.IsEmpty()) return; H323Capability * cap = FindCapability(codecName); while (cap != NULL) { Remove(cap); cap = FindCapability(codecName); } } void H323Capabilities::Remove(const PStringArray & codecNames) { for (PINDEX i = 0; i < codecNames.GetSize(); i++) Remove(codecNames[i]); } void H323Capabilities::RemoveAll() { table.RemoveAll(); set.RemoveAll(); } H323Capability * H323Capabilities::FindCapability(unsigned capabilityNumber) const { PTRACE(4, "H323\tFindCapability: " << capabilityNumber); for (PINDEX i = 0; i < table.GetSize(); i++) { if (table[i].GetCapabilityNumber() == capabilityNumber) { PTRACE(3, "H323\tFound capability: " << table[i]); return &table[i]; } } return NULL; } H323Capability * H323Capabilities::FindCapability(const PString & formatName, H323Capability::CapabilityDirection direction) const { PTRACE(4, "H323\tFindCapability: \"" << formatName << '"'); PStringArray wildcard = formatName.Tokenise('*', FALSE); for (PINDEX i = 0; i < table.GetSize(); i++) { PCaselessString str = table[i].GetFormatName(); if (MatchWildcard(str, wildcard) && (direction == H323Capability::e_Unknown || table[i].GetCapabilityDirection() == direction)) { PTRACE(3, "H323\tFound capability: " << table[i]); return &table[i]; } } return NULL; } H323Capability * H323Capabilities::FindCapability( H323Capability::CapabilityDirection direction) const { PTRACE(4, "H323\tFindCapability: \"" << direction << '"'); for (PINDEX i = 0; i < table.GetSize(); i++) { if (table[i].GetCapabilityDirection() == direction) { PTRACE(3, "H323\tFound capability: " << table[i]); return &table[i]; } } return NULL; } H323Capability * H323Capabilities::FindCapability(const H323Capability & capability) const { PTRACE(4, "H323\tFindCapability: " << capability); for (PINDEX i = 0; i < table.GetSize(); i++) { if (table[i] == capability) { PTRACE(3, "H323\tFound capability: " << table[i]); return &table[i]; } } return NULL; } H323Capability * H323Capabilities::FindCapability(const H245_Capability & cap) const { PTRACE(4, "H323\tFindCapability: " << cap.GetTagName()); switch (cap.GetTag()) { case H245_Capability::e_receiveAudioCapability : case H245_Capability::e_transmitAudioCapability : case H245_Capability::e_receiveAndTransmitAudioCapability : { const H245_AudioCapability & audio = cap; return FindCapability(H323Capability::e_Audio, audio, NULL); } case H245_Capability::e_receiveVideoCapability : case H245_Capability::e_transmitVideoCapability : case H245_Capability::e_receiveAndTransmitVideoCapability : { const H245_VideoCapability & video = cap; return FindCapability(H323Capability::e_Video, video, NULL); } case H245_Capability::e_receiveDataApplicationCapability : case H245_Capability::e_transmitDataApplicationCapability : case H245_Capability::e_receiveAndTransmitDataApplicationCapability : { const H245_DataApplicationCapability & data = cap; return FindCapability(H323Capability::e_Data, data.m_application, NULL); } case H245_Capability::e_receiveUserInputCapability : case H245_Capability::e_transmitUserInputCapability : case H245_Capability::e_receiveAndTransmitUserInputCapability : { const H245_UserInputCapability & ui = cap; return FindCapability(H323Capability::e_UserInput, ui, NULL); } case H245_Capability::e_receiveRTPAudioTelephonyEventCapability : return FindCapability(H323Capability::e_UserInput, SignalToneRFC2833_SubType); default : break; } return NULL; } H323Capability * H323Capabilities::FindCapability(const H245_DataType & dataType) const { PTRACE(4, "H323\tFindCapability: " << dataType.GetTagName()); for (PINDEX i = 0; i < table.GetSize(); i++) { H323Capability & capability = table[i]; BOOL checkExact; switch (dataType.GetTag()) { case H245_DataType::e_audioData : { const H245_AudioCapability & audio = dataType; checkExact = capability.GetMainType() == H323Capability::e_Audio && capability.GetSubType() == audio.GetTag() && (capability.GetSubType() != H245_AudioCapability::e_nonStandard || capability.IsNonStandardMatch((const H245_NonStandardParameter &)audio)); break; } case H245_DataType::e_videoData : { const H245_VideoCapability & video = dataType; checkExact = capability.GetMainType() == H323Capability::e_Video && capability.GetSubType() == video.GetTag() && (capability.GetSubType() != H245_VideoCapability::e_nonStandard || capability.IsNonStandardMatch((const H245_NonStandardParameter &)video)); break; } case H245_DataType::e_data : { const H245_DataApplicationCapability & data = dataType; checkExact = capability.GetMainType() == H323Capability::e_Data && capability.GetSubType() == data.m_application.GetTag() && (capability.GetSubType() != H245_DataApplicationCapability_application::e_nonStandard || capability.IsNonStandardMatch((const H245_NonStandardParameter &)data.m_application)); break; } default : checkExact = FALSE; } if (checkExact) { H323Capability * compare = (H323Capability *)capability.Clone(); if (compare->OnReceivedPDU(dataType, FALSE) && *compare == capability) { delete compare; PTRACE(3, "H323\tFound capability: " << capability); return &capability; } delete compare; } } return NULL; } H323Capability * H323Capabilities::FindCapability(const H245_ModeElement & modeElement) const { PTRACE(4, "H323\tFindCapability: " << modeElement.m_type.GetTagName()); switch (modeElement.m_type.GetTag()) { case H245_ModeElementType::e_audioMode : { const H245_AudioMode & audio = modeElement.m_type; static unsigned const AudioSubTypes[] = { H245_AudioCapability::e_nonStandard, H245_AudioCapability::e_g711Alaw64k, H245_AudioCapability::e_g711Alaw56k, H245_AudioCapability::e_g711Ulaw64k, H245_AudioCapability::e_g711Ulaw56k, H245_AudioCapability::e_g722_64k, H245_AudioCapability::e_g722_56k, H245_AudioCapability::e_g722_48k, H245_AudioCapability::e_g728, H245_AudioCapability::e_g729, H245_AudioCapability::e_g729AnnexA, H245_AudioCapability::e_g7231, H245_AudioCapability::e_is11172AudioCapability, H245_AudioCapability::e_is13818AudioCapability, H245_AudioCapability::e_g729wAnnexB, H245_AudioCapability::e_g729AnnexAwAnnexB, H245_AudioCapability::e_g7231AnnexCCapability, H245_AudioCapability::e_gsmFullRate, H245_AudioCapability::e_gsmHalfRate, H245_AudioCapability::e_gsmEnhancedFullRate, H245_AudioCapability::e_genericAudioCapability, H245_AudioCapability::e_g729Extensions }; return FindCapability(H323Capability::e_Audio, audio, AudioSubTypes); } case H245_ModeElementType::e_videoMode : { const H245_VideoMode & video = modeElement.m_type; static unsigned const VideoSubTypes[] = { H245_VideoCapability::e_nonStandard, H245_VideoCapability::e_h261VideoCapability, H245_VideoCapability::e_h262VideoCapability, H245_VideoCapability::e_h263VideoCapability, H245_VideoCapability::e_is11172VideoCapability, H245_VideoCapability::e_genericVideoCapability }; return FindCapability(H323Capability::e_Video, video, VideoSubTypes); } case H245_ModeElementType::e_dataMode : { const H245_DataMode & data = modeElement.m_type; static unsigned const DataSubTypes[] = { H245_DataApplicationCapability_application::e_nonStandard, H245_DataApplicationCapability_application::e_t120, H245_DataApplicationCapability_application::e_dsm_cc, H245_DataApplicationCapability_application::e_userData, H245_DataApplicationCapability_application::e_t84, H245_DataApplicationCapability_application::e_t434, H245_DataApplicationCapability_application::e_h224, H245_DataApplicationCapability_application::e_nlpid, H245_DataApplicationCapability_application::e_dsvdControl, H245_DataApplicationCapability_application::e_h222DataPartitioning, H245_DataApplicationCapability_application::e_t30fax, H245_DataApplicationCapability_application::e_t140, H245_DataApplicationCapability_application::e_t38fax, H245_DataApplicationCapability_application::e_genericDataCapability }; return FindCapability(H323Capability::e_Data, data.m_application, DataSubTypes); } default : break; } return NULL; } H323Capability * H323Capabilities::FindCapability(H323Capability::MainTypes mainType, const PASN_Choice & subTypePDU, const unsigned * translationTable) const { unsigned int subTypeID = subTypePDU.GetTag(); BOOL isGenericCapability; switch (mainType) { case H323Capability::e_Audio: isGenericCapability = (subTypeID == H245_AudioCapability::e_genericAudioCapability); break; case H323Capability::e_Video: isGenericCapability = (subTypeID == H245_VideoCapability::e_genericVideoCapability); break; case H323Capability::e_Data: isGenericCapability = (subTypeID == H245_DataApplicationCapability_application::e_genericDataCapability); break; default: case H323Capability::e_UserInput: isGenericCapability = FALSE; break; } if( isGenericCapability ) { PTRACE(4, "H323\tFindCapability: " << mainType << " generic"); const H245_GenericCapability &genericPDU = (const H245_GenericCapability &)subTypePDU.GetObject(); for (PINDEX i = 0; i < table.GetSize(); i++) { H323Capability & capability = table[i]; if (capability.GetMainType() == mainType && capability.GetSubType() == subTypeID && capability.IsGenericMatch(genericPDU)) { PTRACE(3, "H323\tFound capability: " << capability); return &capability; } } return NULL; } if (subTypePDU.GetTag() != 0) { if (translationTable != NULL) subTypeID = translationTable[subTypeID]; return FindCapability(mainType, subTypeID); } PTRACE(4, "H323\tFindCapability: " << mainType << " nonStandard"); for (PINDEX i = 0; i < table.GetSize(); i++) { H323Capability & capability = table[i]; if (capability.GetMainType() == mainType && capability.GetSubType() == 0 && capability.IsNonStandardMatch((const H245_NonStandardParameter &)subTypePDU.GetObject())) { PTRACE(3, "H323\tFound capability: " << capability); return &capability; } } return NULL; } H323Capability * H323Capabilities::FindCapability(H323Capability::MainTypes mainType, unsigned subType) const { PTRACE(4, "H323\tFindCapability: " << mainType << " subtype=" << subType); for (PINDEX i = 0; i < table.GetSize(); i++) { H323Capability & capability = table[i]; if (capability.GetMainType() == mainType && (subType == UINT_MAX || capability.GetSubType() == subType)) { PTRACE(3, "H323\tFound capability: " << capability); return &capability; } } return NULL; } void H323Capabilities::BuildPDU(const H323Connection & connection, H245_TerminalCapabilitySet & pdu) const { PINDEX tableSize = table.GetSize(); PINDEX setSize = set.GetSize(); //PAssert((tableSize > 0) == (setSize > 0), PLogicError); if (tableSize == 0 || setSize == 0) return; // Set the table of capabilities pdu.IncludeOptionalField(H245_TerminalCapabilitySet::e_capabilityTable); PINDEX count = 0; for (PINDEX i = 0; i < tableSize; i++) { H323Capability & capability = table[i]; if (capability.IsUsable(connection)) { pdu.m_capabilityTable.SetSize(count+1); H245_CapabilityTableEntry & entry = pdu.m_capabilityTable[count++]; entry.m_capabilityTableEntryNumber = capability.GetCapabilityNumber(); entry.IncludeOptionalField(H245_CapabilityTableEntry::e_capability); capability.OnSendingPDU(entry.m_capability); } } // Set the sets of compatible capabilities pdu.IncludeOptionalField(H245_TerminalCapabilitySet::e_capabilityDescriptors); pdu.m_capabilityDescriptors.SetSize(setSize); for (PINDEX outer = 0; outer < setSize; outer++) { H245_CapabilityDescriptor & desc = pdu.m_capabilityDescriptors[outer]; desc.m_capabilityDescriptorNumber = (unsigned)(outer + 1); desc.IncludeOptionalField(H245_CapabilityDescriptor::e_simultaneousCapabilities); PINDEX middleSize = set[outer].GetSize(); desc.m_simultaneousCapabilities.SetSize(middleSize); for (PINDEX middle = 0; middle < middleSize; middle++) { H245_AlternativeCapabilitySet & alt = desc.m_simultaneousCapabilities[middle]; PINDEX innerSize = set[outer][middle].GetSize(); alt.SetSize(innerSize); count = 0; for (PINDEX inner = 0; inner < innerSize; inner++) { H323Capability & capability = set[outer][middle][inner]; if (capability.IsUsable(connection)) { alt.SetSize(count+1); alt[count++] = capability.GetCapabilityNumber(); } } } } } BOOL H323Capabilities::Merge(const H323Capabilities & newCaps) { PTRACE_IF(4, !table.IsEmpty(), "H245\tCapability merge of:\n" << newCaps << "\nInto:\n" << *this); // Add any new capabilities not already in set. PINDEX i; for (i = 0; i < newCaps.GetSize(); i++) { if (FindCapability(newCaps[i]) == NULL) Copy(newCaps[i]); } // This should merge instead of just adding to it. PINDEX outerSize = newCaps.set.GetSize(); PINDEX outerBase = set.GetSize(); set.SetSize(outerBase+outerSize); for (PINDEX outer = 0; outer < outerSize; outer++) { PINDEX middleSize = newCaps.set[outer].GetSize(); set[outerBase+outer].SetSize(middleSize); for (PINDEX middle = 0; middle < middleSize; middle++) { PINDEX innerSize = newCaps.set[outer][middle].GetSize(); for (PINDEX inner = 0; inner < innerSize; inner++) { H323Capability * cap = FindCapability(newCaps.set[outer][middle][inner].GetCapabilityNumber()); if (cap != NULL) set[outerBase+outer][middle].Append(cap); } } } PTRACE_IF(4, !table.IsEmpty(), "H245\tCapability merge result:\n" << *this); PTRACE(3, "H245\tReceived capability set, is " << (table.IsEmpty() ? "rejected" : "accepted")); return !table.IsEmpty(); } void H323Capabilities::Reorder(const PStringArray & preferenceOrder) { if (preferenceOrder.IsEmpty()) return; table.DisallowDeleteObjects(); PINDEX preference = 0; PINDEX base = 0; for (preference = 0; preference < preferenceOrder.GetSize(); preference++) { PStringArray wildcard = preferenceOrder[preference].Tokenise('*', FALSE); for (PINDEX idx = base; idx < table.GetSize(); idx++) { PCaselessString str = table[idx].GetFormatName(); if (MatchWildcard(str, wildcard)) { if (idx != base) table.InsertAt(base, table.RemoveAt(idx)); base++; } } } for (PINDEX outer = 0; outer < set.GetSize(); outer++) { for (PINDEX middle = 0; middle < set[outer].GetSize(); middle++) { H323CapabilitiesList & list = set[outer][middle]; for (PINDEX idx = 0; idx < table.GetSize(); idx++) { for (PINDEX inner = 0; inner < list.GetSize(); inner++) { if (&table[idx] == &list[inner]) { list.Append(list.RemoveAt(inner)); break; } } } } } table.AllowDeleteObjects(); } BOOL H323Capabilities::IsAllowed(const H323Capability & capability) { return IsAllowed(capability.GetCapabilityNumber()); } BOOL H323Capabilities::IsAllowed(const unsigned a_capno) { // Check that capno is actually in the set PINDEX outerSize = set.GetSize(); for (PINDEX outer = 0; outer < outerSize; outer++) { PINDEX middleSize = set[outer].GetSize(); for (PINDEX middle = 0; middle < middleSize; middle++) { PINDEX innerSize = set[outer][middle].GetSize(); for (PINDEX inner = 0; inner < innerSize; inner++) { if (a_capno == set[outer][middle][inner].GetCapabilityNumber()) { return TRUE; } } } } return FALSE; } BOOL H323Capabilities::IsAllowed(const H323Capability & capability1, const H323Capability & capability2) { return IsAllowed(capability1.GetCapabilityNumber(), capability2.GetCapabilityNumber()); } BOOL H323Capabilities::IsAllowed(const unsigned a_capno1, const unsigned a_capno2) { if (a_capno1 == a_capno2) { PTRACE(1, "H323\tH323Capabilities::IsAllowed() capabilities are the same."); return TRUE; } PINDEX outerSize = set.GetSize(); for (PINDEX outer = 0; outer < outerSize; outer++) { PINDEX middleSize = set[outer].GetSize(); for (PINDEX middle = 0; middle < middleSize; middle++) { PINDEX innerSize = set[outer][middle].GetSize(); for (PINDEX inner = 0; inner < innerSize; inner++) { if (a_capno1 == set[outer][middle][inner].GetCapabilityNumber()) { /* Now go searching for the other half... */ for (PINDEX middle2 = 0; middle2 < middleSize; ++middle2) { if (middle != middle2) { PINDEX innerSize2 = set[outer][middle2].GetSize(); for (PINDEX inner2 = 0; inner2 < innerSize2; ++inner2) { if (a_capno2 == set[outer][middle2][inner2].GetCapabilityNumber()) { return TRUE; } } } } } } } } return FALSE; } ///////////////////////////////////////////////////////////////////////////// #ifndef PASN_NOPRINTON struct msNonStandardCodecDef { char * name; BYTE sig[2]; }; static msNonStandardCodecDef msNonStandardCodec[] = { { "L&H CELP 4.8k", { 0x01, 0x11 } }, { "ADPCM", { 0x02, 0x00 } }, { "L&H CELP 8k", { 0x02, 0x11 } }, { "L&H CELP 12k", { 0x03, 0x11 } }, { "L&H CELP 16k", { 0x04, 0x11 } }, { "IMA-ADPCM", { 0x11, 0x00 } }, { "GSM", { 0x31, 0x00 } }, { NULL, { 0, 0 } } }; void H245_AudioCapability::PrintOn(ostream & strm) const { strm << GetTagName(); // tag 0 is nonstandard if (tag == 0) { H245_NonStandardParameter & param = (H245_NonStandardParameter &)GetObject(); const PBYTEArray & data = param.m_data; switch (param.m_nonStandardIdentifier.GetTag()) { case H245_NonStandardIdentifier::e_h221NonStandard: { H245_NonStandardIdentifier_h221NonStandard & h221 = param.m_nonStandardIdentifier; // Microsoft is 181/0/21324 if ((h221.m_t35CountryCode == 181) && (h221.m_t35Extension == 0) && (h221.m_manufacturerCode == 21324) ) { PString name = "Unknown"; PINDEX i; if (data.GetSize() >= 21) { for (i = 0; msNonStandardCodec[i].name != NULL; i++) { if ((data[20] == msNonStandardCodec[i].sig[0]) && (data[21] == msNonStandardCodec[i].sig[1])) { name = msNonStandardCodec[i].name; break; } } } strm << (PString(" [Microsoft") & name) << "]"; } // Equivalence is 9/0/61 else if ((h221.m_t35CountryCode == 9) && (h221.m_t35Extension == 0) && (h221.m_manufacturerCode == 61) ) { PString name; if (data.GetSize() > 0) name = PString((const char *)(const BYTE *)data, data.GetSize()); strm << " [Equivalence " << name << "]"; } // Xiph is 181/0/38 else if ((h221.m_t35CountryCode == 181) && (h221.m_t35Extension == 0) && (h221.m_manufacturerCode == 38) ) { PString name; if (data.GetSize() > 0) name = PString((const char *)(const BYTE *)data, data.GetSize()); strm << " [Xiph " << name << "]"; } // Cisco is 181/0/18 else if ((h221.m_t35CountryCode == 181) && (h221.m_t35Extension == 0) && (h221.m_manufacturerCode == 18) ) { PString name; if (data.GetSize() > 0) name = PString((const char *)(const BYTE *)data, data.GetSize()); strm << " [Cisco " << name << "]"; } } break; default: break; } } if (choice == NULL) strm << " (NULL)"; else { strm << ' ' << *choice; } //PASN_Choice::PrintOn(strm); } #endif openh323_v1_18_0/src/h323ep.cxx0100644000176200056700000027015610341504014016152 0ustar releasepostincr/* * h323ep.cxx * * H.323 protocol handler * * Open H323 Library * * Copyright (c) 1998-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Portions of this code were written with the assisance of funding from * Vovida Networks, Inc. http://www.vovida.com. * * Contributor(s): ______________________________________. * * $Log: h323ep.cxx,v $ * Revision 1.209 2005/11/25 03:42:04 csoutheren * Added fix for bug #1326612 * H323EndPoint::OpenAudioChannel bug * * Revision 1.208 2005/11/22 03:38:45 shorne * Added ToS support to TCP Transports. thx Norbert Bartalsky (TOPCALL) * * Revision 1.207 2005/11/21 20:54:43 shorne * Added GnuGK Nat detection support / ParseParrty returns FALSE if no ENUM servers found. * . * * Revision 1.206 2005/09/16 08:12:50 csoutheren * Added ability to set timeout for connect * * Revision 1.205 2005/08/04 19:43:20 csoutheren * Applied patch #1240787 * Fixed problem when disabling H.450 * Thanks to Boris Pavacic * * Revision 1.204 2005/07/12 12:28:55 csoutheren * Fixes for H.450 errors and return values * Thanks to Iker Perez San Roman * * Revision 1.203 2005/06/07 00:22:24 csoutheren * Added patch 1198111 to allow disabling the audio jitter buffer by calling * H323EndPoint::SetAudioJitterDelay(0, 0). Thanks to Michael Manousos * * Revision 1.202 2005/05/03 12:22:55 csoutheren * Unlock connection list when creating connection * Remove chance of race condition with H.245 negotiation timer * Unregister OpalPluginMediaFormat when instance is destroyed * Thank to Paul Cadach * * Revision 1.201 2005/03/10 07:01:29 csoutheren * Fixed problem with H.450 call identifiers not being unique across all calls on an * endpoint. Thanks to Thien Nguyen * * Revision 1.200 2005/03/07 23:46:25 csoutheren * Fixed problem with namespace of ETSI OSP token * * Revision 1.199 2005/01/21 21:26:50 csoutheren * Fixed problem compiling with audio and without sound driver support * * Revision 1.198 2005/01/16 20:39:44 csoutheren * Fixed problem with IPv6 INADDR_ANY * * Revision 1.197 2005/01/04 08:08:45 csoutheren * More changes to implement the new configuration methodology, and also to * attack the global static problem * * Revision 1.196 2005/01/03 14:03:42 csoutheren * Added new configure options and ability to disable/enable modules * * Revision 1.195 2005/01/03 06:25:55 csoutheren * Added extensive support for disabling code modules at compile time * * Revision 1.194 2004/12/23 22:27:58 csoutheren * Fixed problem with not using specified port when attempting to resolve URLs * hostnames using DNS * * Revision 1.193 2004/12/20 02:32:35 csoutheren * Cleeaned up OSP functions * * Revision 1.192 2004/12/09 23:38:40 csoutheren * More OSP implementation * * Revision 1.191 2004/12/08 05:16:14 csoutheren * Fixed OSP compilation on Linux * * Revision 1.190 2004/12/08 01:59:23 csoutheren * initial support for Transnexus OSP toolkit * * Revision 1.189 2004/11/30 00:16:54 csoutheren * Don' t convert userIndication::signalUpdate messages into UserInputString messages * * Revision 1.188 2004/11/29 23:44:21 csoutheren * Fixed type on TranslateTCPAddress * * Revision 1.187 2004/11/29 06:30:54 csoutheren * Added support for wideband codecs * * Revision 1.186 2004/11/25 07:38:58 csoutheren * Ensured that external TCP address translation is performed when using STUN to handle UDP * * Revision 1.185 2004/11/20 22:00:49 csoutheren * Added hacks for linker problem * * Revision 1.184 2004/11/12 06:04:44 csoutheren * Changed H235Authentiators to use PFactory * * Revision 1.183 2004/10/16 03:07:52 rjongbloed * Fixed correct detection of when to use STUN, this does not include the local host! * * Revision 1.182 2004/09/03 01:06:10 csoutheren * Added initial hooks for H.460 GEF * Thanks to Simon Horne and ISVO (Asia) Pte Ltd. for this contribution * * Revision 1.181 2004/08/26 08:05:04 csoutheren * Codecs now appear in abstract factory system * Fixed Windows factory bootstrap system (again) * * Revision 1.180 2004/08/04 10:44:10 csoutheren * More guards when testing for resolution via ENUM * * Revision 1.179 2004/08/03 23:06:27 csoutheren * Disabled ENUM when calling an IP address * * Revision 1.178 2004/08/03 13:38:56 csoutheren * Added support for ENUM when no GK is configured * * Revision 1.177 2004/07/27 05:28:45 csoutheren * Added ability to set priority of channel threads * * Revision 1.176 2004/07/03 06:51:37 rjongbloed * Added PTRACE_PARAM() macro to fix warnings on parameters used in PTRACE * macros only. * * Revision 1.175 2004/06/15 03:30:01 csoutheren * Added OnSendARQ to allow access to the ARQ message before sent by connection * * Revision 1.174 2004/06/01 05:48:03 csoutheren * Changed capability table to use abstract factory routines rather than internal linked list * * Revision 1.173 2004/05/18 06:03:45 csoutheren * Removed warnings under Windows * * Revision 1.172 2004/05/17 12:14:25 csoutheren * Added support for different SETUP PDU types * * Revision 1.171 2004/04/07 05:31:43 csoutheren * Added ability to receive calls from endpoints behind NAT firewalls * * Revision 1.170 2004/01/26 11:42:36 rjongbloed * Added pass through of port numbers to STUN client * * Revision 1.169 2003/12/29 04:59:25 csoutheren * Added callbacks on H323EndPoint when gatekeeper discovery succeeds or fails * * Revision 1.168 2003/12/28 02:37:49 csoutheren * Added H323EndPoint::OnOutgoingCall * * Revision 1.167 2003/12/28 00:06:51 csoutheren * Added callbacks on H323EndPoint when gatekeeper registration succeeds or fails * * Revision 1.166 2003/04/28 09:01:15 robertj * Fixed problem with backward compatibility with non-url based remote * addresses passed to MakeCall() * * Revision 1.165 2003/04/24 01:49:33 dereks * Add ability to set no media timeout interval * * Revision 1.164 2003/04/10 09:41:26 robertj * Added associated transport to new GetInterfaceAddresses() function so * interfaces can be ordered according to active transport links. Improves * interoperability. * * Revision 1.163 2003/04/10 01:01:56 craigs * Added functions to access to lists of interfaces * * Revision 1.162 2003/04/07 13:09:30 robertj * Added ILS support to callto URL parsing in MakeCall(), ie can now call hosts * registered with an ILS directory. * * Revision 1.161 2003/04/07 11:11:45 craigs * Fixed compile problem on Linux * * Revision 1.160 2003/04/04 08:04:35 robertj * Added support for URL's in MakeCall, especially h323 and callto schemes. * * Revision 1.159 2003/03/04 03:58:32 robertj * Fixed missing local interface usage if specified in UseGatekeeper() * * Revision 1.158 2003/02/28 09:00:37 rogerh * remove redundant code * * Revision 1.157 2003/02/25 23:51:49 robertj * Fxied bug where not getting last port in range, thanks Sonya Cooper-Hull * * Revision 1.156 2003/02/09 00:48:09 robertj * Added function to return if registered with gatekeeper. * * Revision 1.155 2003/02/05 06:32:10 robertj * Fixed non-stun symmetric NAT support recently broken. * * Revision 1.154 2003/02/05 04:56:35 robertj * Fixed setting STUN server to enpty string clearing stun variable. * * Revision 1.153 2003/02/04 07:06:41 robertj * Added STUN support. * * Revision 1.152 2003/02/01 13:31:22 robertj * Changes to support CAT authentication in RAS. * * Revision 1.151 2003/01/26 05:57:29 robertj * Changed ParsePartyName so will accept addresses of the form * alias@gk:address which will do an LRQ call to "address" using "alias" * to determine the IP address to connect to. * * Revision 1.150 2003/01/23 02:36:32 robertj * Increased (and made configurable) timeout for H.245 channel TCP connection. * * Revision 1.149 2003/01/06 06:13:37 robertj * Increased maximum possible jitter configuration to 10 seconds. * * Revision 1.148 2002/11/27 06:54:57 robertj * Added Service Control Session management as per Annex K/H.323 via RAS * only at this stage. * Added H.248 ASN and very primitive infrastructure for linking into the * Service Control Session management system. * Added basic infrastructure for Annex K/H.323 HTTP transport system. * Added Call Credit Service Control to display account balances. * * Revision 1.147 2002/11/19 07:07:44 robertj * Changed priority so H.235 standard authentication used by preference. * * Revision 1.146 2002/11/15 06:53:24 robertj * Fixed non facility redirect calls being able to be cleared! * * Revision 1.145 2002/11/15 05:17:26 robertj * Added facility redirect support without changing the call token for access * to the call. If it gets redirected a new H323Connection object is * created but it looks like the same thing to an application. * * Revision 1.144 2002/11/14 22:06:08 robertj * Increased default maximum number of ports. * * Revision 1.143 2002/11/10 08:10:43 robertj * Moved constants for "well known" ports to better place (OPAL change). * * Revision 1.142 2002/10/31 00:42:41 robertj * Enhanced jitter buffer system so operates dynamically between minimum and * maximum values. Altered API to assure app writers note the change! * * Revision 1.141 2002/10/24 07:18:24 robertj * Changed gatekeeper call so if can do local DNS lookup or using IP address * then uses destCallSignalAddress for ARQ instead of destinationInfo. * * Revision 1.140 2002/10/23 06:06:13 robertj * Added function to be smarter in using a gatekeeper for use by endpoint. * * Revision 1.139 2002/10/01 06:38:36 robertj * Removed GNU compiler warning * * Revision 1.138 2002/10/01 03:07:15 robertj * Added version number functions for OpenH323 library itself, plus included * library version in the default vendor information. * * Revision 1.137 2002/08/15 04:56:56 robertj * Fixed operation of ports system assuring RTP is even numbers. * * Revision 1.136 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.135 2002/07/19 11:25:10 robertj * Added extra trace on attempt to clear non existent call. * * Revision 1.134 2002/07/19 03:39:22 robertj * Bullet proofed setting of RTP IP port base, can't be zero! * * Revision 1.133 2002/07/18 01:50:14 robertj * Changed port secltion code to force apps to use function interface. * * Revision 1.132 2002/07/04 00:11:25 robertj * Fixed setting of gk password when password changed in endpoint. * * Revision 1.131 2002/06/22 05:48:42 robertj * Added partial implementation for H.450.11 Call Intrusion * * Revision 1.130 2002/06/15 03:06:46 robertj * Fixed locking of connection on H.250.2 transfer, thanks Gilles Delcayre * * Revision 1.129 2002/06/13 06:15:20 robertj * Allowed TransferCall() to be used on H323Connection as well as H323EndPoint. * * Revision 1.128 2002/06/12 03:55:21 robertj * Added function to add/remove multiple listeners in one go comparing against * what is already running so does not interrupt unchanged listeners. * * Revision 1.127 2002/05/29 06:40:33 robertj * Changed sending of endSession/ReleaseComplete PDU's to occur immediately * on call clearance and not wait for background thread to do it. * Stricter compliance by waiting for reply endSession before closing down. * * Revision 1.126 2002/05/28 06:16:12 robertj * Split UDP (for RAS) from RTP port bases. * Added current port variable so cycles around the port range specified which * fixes some wierd problems on some platforms, thanks Federico Pinna * * Revision 1.125 2002/05/17 03:39:01 robertj * Fixed problems with H.235 authentication on RAS for server and client. * * Revision 1.124 2002/05/15 23:57:49 robertj * Added function to get the tokens for all active calls. * Fixed setting of password info in gatekeeper so is before discovery. * * Revision 1.123 2002/05/02 07:56:28 robertj * Added automatic clearing of call if no media (RTP data) is transferred in a * configurable (default 5 minutes) amount of time. * * Revision 1.122 2002/04/18 01:40:56 robertj * Fixed bad variable name for disabling DTMF detection, very confusing. * * Revision 1.121 2002/04/17 00:50:57 robertj * Added ability to disable the in band DTMF detection. * * Revision 1.120 2002/04/10 08:09:03 robertj * Allowed zero TCP ports * * Revision 1.119 2002/04/10 06:50:08 robertj * Added functions to set port member variables. * * Revision 1.118 2002/04/01 21:32:24 robertj * Fixed problem with busy loop on Solaris, thanks chad@broadmind.com * * Revision 1.117 2002/02/04 07:17:56 robertj * Added H.450.2 Consultation Transfer, thanks Norwood Systems. * * Revision 1.116 2002/01/24 06:29:06 robertj * Added option to disable H.245 negotiation in SETUP pdu, this required * API change so have a bit mask instead of a series of booleans. * * Revision 1.115 2002/01/17 07:05:04 robertj * Added support for RFC2833 embedded DTMF in the RTP stream. * * Revision 1.114 2002/01/14 00:00:04 robertj * Added CallTransfer timeouts to endpoint, hanks Ben Madsen of Norwood Systems. * * Revision 1.113 2002/01/08 04:45:04 robertj * Added MakeCallLocked() so can start a call with the H323Connection instance * initally locked so can do things to it before the call really starts. * * Revision 1.112 2001/12/22 03:20:05 robertj * Added create protocol function to H323Connection. * * Revision 1.111 2001/12/14 08:36:36 robertj * More implementation of T.38, thanks Adam Lazur * * Revision 1.110 2001/12/13 11:01:37 robertj * Fixed missing initialisation of auto fax start variables. * * Revision 1.109 2001/11/01 06:11:57 robertj * Plugged very small mutex hole that could cause crashes. * * Revision 1.108 2001/11/01 00:59:07 robertj * Added auto setting of silence detect mode when using PSoundChannel codec. * * Revision 1.107 2001/11/01 00:27:35 robertj * Added default Fast Start disabled and H.245 tunneling disable flags * to the endpoint instance. * * Revision 1.106 2001/10/30 07:34:33 robertj * Added trace for when cleaner thread start, stops and runs * * Revision 1.105 2001/10/24 07:25:59 robertj * Fixed possible deadlocks during destruction of H323Connection object. * * Revision 1.104 2001/09/26 06:20:59 robertj * Fixed properly nesting connection locking and unlocking requiring a quite * large change to teh implementation of how calls are answered. * * Revision 1.103 2001/09/13 02:41:21 robertj * Fixed call reference generation to use full range and common code. * * Revision 1.102 2001/09/11 01:24:36 robertj * Added conditional compilation to remove video and/or audio codecs. * * Revision 1.101 2001/09/11 00:21:23 robertj * Fixed missing stack sizes in endpoint for cleaner thread and jitter thread. * * Revision 1.100 2001/08/24 13:38:25 rogerh * Free the locally declared listener. * * Revision 1.99 2001/08/24 13:23:59 rogerh * Undo a recent memory leak fix. The listener object has to be deleted in the * user application as they use the listener when StartListener() fails. * Add a Resume() if StartListener() fails so user applications can delete * the suspended thread. * * Revision 1.98 2001/08/22 06:54:51 robertj * Changed connection locking to use double mutex to guarantee that * no threads can ever deadlock or access deleted connection. * * Revision 1.97 2001/08/16 07:49:19 robertj * Changed the H.450 support to be more extensible. Protocol handlers * are now in separate classes instead of all in H323Connection. * * Revision 1.96 2001/08/10 11:03:52 robertj * Major changes to H.235 support in RAS to support server. * * Revision 1.95 2001/08/08 23:55:27 robertj * Fixed problem with setting gk password before have a gk variable. * Fixed memory leak if listener fails to open. * Fixed problem with being able to specify an alias with an @ in it. * * Revision 1.94 2001/08/06 07:44:55 robertj * Fixed problems with building without SSL * * Revision 1.93 2001/08/06 03:08:56 robertj * Fission of h323.h to h323ep.h & h323con.h, h323.h now just includes files. * * Revision 1.92 2001/08/02 04:31:48 robertj * Changed to still maintain gatekeeper link if GRQ succeeded but RRQ * failed. Thanks Ben Madsen & Graeme Reid. * * Revision 1.91 2001/07/17 04:44:32 robertj * Partial implementation of T.120 and T.38 logical channels. * * Revision 1.90 2001/07/06 07:28:55 robertj * Fixed rearranged connection creation to avoid possible nested mutex. * * Revision 1.89 2001/07/06 04:46:19 robertj * Rearranged connection creation to avoid possible nested mutex. * * Revision 1.88 2001/06/19 08:43:38 robertj * Fixed deadlock if ClearCallSynchronous ever called from cleaner thread. * * Revision 1.87 2001/06/19 03:55:30 robertj * Added transport to CreateConnection() function so can use that as part of * the connection creation decision making process. * * Revision 1.86 2001/06/15 00:55:53 robertj * Added thread name for cleaner thread * * Revision 1.85 2001/06/14 23:18:06 robertj * Change to allow for CreateConnection() to return NULL to abort call. * * Revision 1.84 2001/06/14 04:23:32 robertj * Changed incoming call to pass setup pdu to endpoint so it can create * different connection subclasses depending on the pdu eg its alias * * Revision 1.83 2001/06/02 01:35:32 robertj * Added thread names. * * Revision 1.82 2001/05/30 11:13:54 robertj * Fixed possible deadlock when getting connection from endpoint. * * Revision 1.81 2001/05/14 05:56:28 robertj * Added H323 capability registration system so can add capabilities by * string name instead of having to instantiate explicit classes. * * Revision 1.80 2001/05/01 04:34:11 robertj * Changed call transfer API slightly to be consistent with new hold function. * * Revision 1.79 2001/04/23 01:31:15 robertj * Improved the locking of connections especially at shutdown. * * Revision 1.78 2001/04/11 03:01:29 robertj * Added H.450.2 (call transfer), thanks a LOT to Graeme Reid & Norwood Systems * * Revision 1.77 2001/03/21 04:52:42 robertj * Added H.235 security to gatekeepers, thanks Fürbass Franz! * * Revision 1.76 2001/03/17 00:05:52 robertj * Fixed problems with Gatekeeper RIP handling. * * Revision 1.75 2001/03/15 00:24:47 robertj * Added function for setting gatekeeper with address and identifier values. * * Revision 1.74 2001/02/27 00:03:59 robertj * Fixed possible deadlock in FindConnectionsWithLock(), thanks Hans Andersen * * Revision 1.73 2001/02/16 04:11:35 robertj * Added ability for RemoveListener() to remove all listeners. * * Revision 1.72 2001/01/18 06:04:18 robertj * Bullet proofed code so local alias can not be empty string. This actually * fixes an ASN PER encoding bug causing an assert. * * Revision 1.71 2001/01/11 02:19:15 craigs * Fixed problem with possible window of opportunity for ClearCallSynchronous * to return even though call has not been cleared * * Revision 1.70 2000/12/22 03:54:33 craigs * Fixed problem with listening fix * * Revision 1.69 2000/12/21 12:38:24 craigs * Fixed problem with "Listener thread did not terminate" assert * when listener port is in use * * Revision 1.68 2000/12/20 00:51:03 robertj * Fixed MSVC compatibility issues (No trace). * * Revision 1.67 2000/12/19 22:33:44 dereks * Adjust so that the video channel is used for reading/writing raw video * data, which better modularizes the video codec. * * Revision 1.66 2000/12/18 08:59:20 craigs * Added ability to set ports * * Revision 1.65 2000/12/18 01:22:28 robertj * Changed semantics or HasConnection() so returns TRUE until the connection * has been deleted and not just until ClearCall() was executure on it. * * Revision 1.64 2000/11/27 02:44:06 craigs * Added ClearCall Synchronous to H323Connection and H323Endpoint to * avoid race conditions with destroying descendant classes * * Revision 1.63 2000/11/26 23:13:23 craigs * Added ability to pass user data to H323Connection constructor * * Revision 1.62 2000/11/12 23:49:16 craigs * Added per connection versions of OnEstablished and OnCleared * * Revision 1.61 2000/10/25 00:53:52 robertj * Used official manafacturer code for the OpenH323 project. * * Revision 1.60 2000/10/20 06:10:51 robertj * Fixed very small race condition on creating new connectionon incoming call. * * Revision 1.59 2000/10/19 04:07:50 robertj * Added function to be able to remove a listener. * * Revision 1.58 2000/10/04 12:21:07 robertj * Changed setting of callToken in H323Connection to be as early as possible. * * Revision 1.57 2000/09/25 12:59:34 robertj * Added StartListener() function that takes a H323TransportAddress to start * listeners bound to specific interfaces. * * Revision 1.56 2000/09/14 23:03:45 robertj * Increased timeout on asserting because of driver lockup * * Revision 1.55 2000/09/01 02:13:05 robertj * Added ability to select a gatekeeper on LAN via it's identifier name. * * Revision 1.54 2000/08/30 05:37:44 robertj * Fixed bogus destCallSignalAddress in ARQ messages. * * Revision 1.53 2000/08/29 02:59:50 robertj * Added some debug output for channel open/close. * * Revision 1.52 2000/08/25 01:10:28 robertj * Added assert if various thrads ever fail to terminate. * * Revision 1.51 2000/07/13 12:34:41 robertj * Split autoStartVideo so can select receive and transmit independently * * Revision 1.50 2000/07/11 19:30:15 robertj * Fixed problem where failure to unregister from gatekeeper prevented new registration. * * Revision 1.49 2000/07/09 14:59:28 robertj * Fixed bug if using default transport (no '@') for address when gatekeeper present, used port 1719. * * Revision 1.48 2000/07/04 04:15:40 robertj * Fixed capability check of "combinations" for fast start cases. * * Revision 1.47 2000/07/04 01:16:50 robertj * Added check for capability allowed in "combinations" set, still needs more done yet. * * Revision 1.46 2000/06/29 11:00:04 robertj * Added user interface for sound buffer depth adjustment. * * Revision 1.45 2000/06/29 07:10:32 robertj * Fixed incorrect setting of default number of audio buffers on Win32 systems. * * Revision 1.44 2000/06/23 02:48:24 robertj * Added ability to adjust sound channel buffer depth, needed increasing under Win32. * * Revision 1.43 2000/06/20 02:38:28 robertj * Changed H323TransportAddress to default to IP. * * Revision 1.42 2000/06/17 09:13:06 robertj * Removed redundent line of code, thanks David Iodice. * * Revision 1.41 2000/06/07 05:48:06 robertj * Added call forwarding. * * Revision 1.40 2000/06/03 03:16:39 robertj * Fixed using the wrong capability table (should be connections) for some operations. * * Revision 1.39 2000/05/25 00:34:59 robertj * Changed default tos on Unix platforms to avoid needing to be root. * * Revision 1.38 2000/05/23 12:57:37 robertj * Added ability to change IP Type Of Service code from applications. * * Revision 1.37 2000/05/23 11:32:37 robertj * Rewrite of capability table to combine 2 structures into one and move functionality into that class * allowing some normalisation of usage across several applications. * Changed H323Connection so gets a copy of capabilities instead of using endponts, allows adjustments * to be done depending on the remote client application. * * Revision 1.36 2000/05/16 07:38:50 robertj * Added extra debug info indicating sound channel buffer size. * * Revision 1.35 2000/05/11 03:48:11 craigs * Moved SetBuffer command to fix audio delay * * Revision 1.34 2000/05/02 04:32:26 robertj * Fixed copyright notice comment. * * Revision 1.33 2000/05/01 13:00:28 robertj * Changed SetCapability() to append capabilities to TCS, helps with assuring no gaps in set. * * Revision 1.32 2000/04/30 03:58:37 robertj * Changed PSoundChannel to be only double bufferred, this is all that is needed with jitter bufferring. * * Revision 1.31 2000/04/11 04:02:48 robertj * Improved call initiation with gatekeeper, no longer require @address as * will default to gk alias if no @ and registered with gk. * Added new call end reasons for gatekeeper denied calls. * * Revision 1.30 2000/04/10 20:37:33 robertj * Added support for more sophisticated DTMF and hook flash user indication. * * Revision 1.29 2000/04/06 17:50:17 robertj * Added auto-start (including fast start) of video channels, selectable via boolean on the endpoint. * * Revision 1.28 2000/04/05 03:17:31 robertj * Added more RTP statistics gathering and H.245 round trip delay calculation. * * Revision 1.27 2000/03/29 02:14:45 robertj * Changed TerminationReason to CallEndReason to use correct telephony nomenclature. * Added CallEndReason for capability exchange failure. * * Revision 1.26 2000/03/25 02:03:36 robertj * Added default transport for gatekeeper to be UDP. * * Revision 1.25 2000/03/23 02:45:29 robertj * Changed ClearAllCalls() so will wait for calls to be closed (usefull in endpoint dtors). * * Revision 1.24 2000/02/17 12:07:43 robertj * Used ne wPWLib random number generator after finding major problem in MSVC rand(). * * Revision 1.23 2000/01/07 08:22:49 robertj * Added status functions for connection and added transport independent MakeCall * * Revision 1.22 1999/12/23 23:02:36 robertj * File reorganision for separating RTP from H.323 and creation of LID for VPB support. * * Revision 1.21 1999/12/11 02:21:00 robertj * Added ability to have multiple aliases on local endpoint. * * Revision 1.20 1999/12/09 23:14:20 robertj * Fixed deadock in termination with gatekeeper removal. * * Revision 1.19 1999/11/19 08:07:27 robertj * Changed default jitter time to 50 milliseconds. * * Revision 1.18 1999/11/06 05:37:45 robertj * Complete rewrite of termination of connection to avoid numerous race conditions. * * Revision 1.17 1999/10/30 12:34:47 robertj * Added information callback for closed logical channel on H323EndPoint. * * Revision 1.16 1999/10/19 00:04:57 robertj * Changed OpenAudioChannel and OpenVideoChannel to allow a codec AttachChannel with no autodelete. * * Revision 1.15 1999/10/14 12:05:03 robertj * Fixed deadlock possibilities in clearing calls. * * Revision 1.14 1999/10/09 01:18:23 craigs * Added codecs to OpenAudioChannel and OpenVideoDevice functions * * Revision 1.13 1999/10/08 08:31:45 robertj * Fixed failure to adjust capability when startign channel * * Revision 1.12 1999/09/23 07:25:12 robertj * Added open audio and video function to connection and started multi-frame codec send functionality. * * Revision 1.11 1999/09/21 14:24:48 robertj * Changed SetCapability() so automatically calls AddCapability(). * * Revision 1.10 1999/09/21 14:12:40 robertj * Removed warnings when no tracing enabled. * * Revision 1.9 1999/09/21 08:10:03 craigs * Added support for video devices and H261 codec * * Revision 1.8 1999/09/14 06:52:54 robertj * Added better support for multi-homed client hosts. * * Revision 1.7 1999/09/13 14:23:11 robertj * Changed MakeCall() function return value to be something useful. * * Revision 1.6 1999/09/10 02:55:36 robertj * Changed t35 country code to Australia (finally found magic number). * * Revision 1.5 1999/09/08 04:05:49 robertj * Added support for video capabilities & codec, still needs the actual codec itself! * * Revision 1.4 1999/08/31 12:34:19 robertj * Added gatekeeper support. * * Revision 1.3 1999/08/27 15:42:44 craigs * Fixed problem with local call tokens using ambiguous interface names, and connect timeouts not changing connection state * * Revision 1.2 1999/08/27 09:46:05 robertj * Added sepearte function to initialise vendor information from endpoint. * * Revision 1.1 1999/08/25 05:10:36 robertj * File fission (critical mass reached). * Improved way in which remote capabilities are created, removed case statement! * Changed MakeCall, so immediately spawns thread, no black on TCP connect. * */ #include #ifdef __GNUC__ #pragma implementation "h323ep.h" #endif #include "h323ep.h" #include "h323pdu.h" #ifdef H323_H450 #include "h450pdu.h" #endif #ifndef DISABLE_H460 #include "h460.h" #endif #include "gkclient.h" #ifdef H323_T38 #include "t38proto.h" #endif #include "../version.h" #include "h323pluginmgr.h" #include #include #include #include #include #ifndef IPTOS_PREC_CRITIC_ECP #define IPTOS_PREC_CRITIC_ECP (5 << 5) #endif #ifndef IPTOS_LOWDELAY #define IPTOS_LOWDELAY 0x10 #endif #include "opalglobalstatics.cxx" ////////////////////////////////////////////////////////////////////////////////////// BYTE H323EndPoint::defaultT35CountryCode = 9; // Country code for Australia BYTE H323EndPoint::defaultT35Extension = 0; WORD H323EndPoint::defaultManufacturerCode = 61; // Allocated by Australian Communications Authority, Oct 2000; ////////////////////////////////////////////////////////////////////////////////////// namespace OpalOSP { // OSP token identifier as per section ETSI TS 101 32 D.3, using XML format // itu-t(0), identifier-organization(4), etsi(0), ts-101-1321(1321), token(1), xml-format(2) const char * ETSIXMLTokenOID = "0.4.0.1321.1.2"; }; ////////////////////////////////////////////////////////////////////////////////////// class H225CallThread : public PThread { PCLASSINFO(H225CallThread, PThread) public: H225CallThread(H323EndPoint & endpoint, H323Connection & connection, H323Transport & transport, const PString & alias, const H323TransportAddress & address); protected: void Main(); H323Connection & connection; H323Transport & transport; PString alias; H323TransportAddress address; }; class H323ConnectionsCleaner : public PThread { PCLASSINFO(H323ConnectionsCleaner, PThread) public: H323ConnectionsCleaner(H323EndPoint & endpoint); ~H323ConnectionsCleaner(); void Signal() { wakeupFlag.Signal(); } protected: void Main(); H323EndPoint & endpoint; BOOL stopFlag; PSyncPoint wakeupFlag; }; #define new PNEW ///////////////////////////////////////////////////////////////////////////// PString OpalGetVersion() { #define AlphaCode "alpha" #define BetaCode "beta" #define ReleaseCode "." return psprintf("%u.%u%s%u", MAJOR_VERSION, MINOR_VERSION, BUILD_TYPE, BUILD_NUMBER); } unsigned OpalGetMajorVersion() { return MAJOR_VERSION; } unsigned OpalGetMinorVersion() { return MINOR_VERSION; } unsigned OpalGetBuildNumber() { return BUILD_NUMBER; } ///////////////////////////////////////////////////////////////////////////// H225CallThread::H225CallThread(H323EndPoint & endpoint, H323Connection & c, H323Transport & t, const PString & a, const H323TransportAddress & addr) : PThread(endpoint.GetSignallingThreadStackSize(), NoAutoDeleteThread, NormalPriority, "H225 Caller:%0x"), connection(c), transport(t), alias(a), address(addr) { transport.AttachThread(this); Resume(); } void H225CallThread::Main() { PTRACE(3, "H225\tStarted call thread"); if (connection.Lock()) { H323Connection::CallEndReason reason = connection.SendSignalSetup(alias, address); // Special case, if we aborted the call then already will be unlocked if (reason != H323Connection::EndedByCallerAbort) connection.Unlock(); // Check if had an error, clear call if so if (reason != H323Connection::NumCallEndReasons) connection.ClearCall(reason); else connection.HandleSignallingChannel(); } } ///////////////////////////////////////////////////////////////////////////// H323ConnectionsCleaner::H323ConnectionsCleaner(H323EndPoint & ep) : PThread(ep.GetCleanerThreadStackSize(), NoAutoDeleteThread, NormalPriority, "H323 Cleaner"), endpoint(ep) { Resume(); stopFlag = FALSE; } H323ConnectionsCleaner::~H323ConnectionsCleaner() { stopFlag = TRUE; wakeupFlag.Signal(); PAssert(WaitForTermination(10000), "Cleaner thread did not terminate"); } void H323ConnectionsCleaner::Main() { PTRACE(3, "H323\tStarted cleaner thread"); for (;;) { wakeupFlag.Wait(); if (stopFlag) break; endpoint.CleanUpConnections(); } PTRACE(3, "H323\tStopped cleaner thread"); } ///////////////////////////////////////////////////////////////////////////// H323EndPoint::H323EndPoint() : #ifdef P_AUDIO soundChannelPlayDevice(PSoundChannel::GetDefaultDevice(PSoundChannel::Player)), soundChannelRecordDevice(PSoundChannel::GetDefaultDevice(PSoundChannel::Recorder)), #endif signallingChannelConnectTimeout(0, 10, 0), // seconds signallingChannelCallTimeout(0, 0, 1), // Minutes controlChannelStartTimeout(0, 0, 2), // Minutes endSessionTimeout(0, 10), // Seconds masterSlaveDeterminationTimeout(0, 30), // Seconds capabilityExchangeTimeout(0, 30), // Seconds logicalChannelTimeout(0, 30), // Seconds requestModeTimeout(0, 30), // Seconds roundTripDelayTimeout(0, 10), // Seconds roundTripDelayRate(0, 0, 1), // Minutes noMediaTimeout(0, 0, 5), // Minutes gatekeeperRequestTimeout(0, 5), // Seconds rasRequestTimeout(0, 3) // Seconds #ifdef H323_H450 , callTransferT1(0,10), // Seconds callTransferT2(0,10), // Seconds callTransferT3(0,10), // Seconds callTransferT4(0,10), // Seconds callIntrusionT1(0,30), // Seconds callIntrusionT2(0,30), // Seconds callIntrusionT3(0,30), // Seconds callIntrusionT4(0,30), // Seconds callIntrusionT5(0,10), // Seconds callIntrusionT6(0,10), // Seconds nextH450CallIdentity(0) #endif { PString username = PProcess::Current().GetUserName(); if (username.IsEmpty()) username = PProcess::Current().GetName() & "User"; localAliasNames.AppendString(username); #ifdef H323_VIDEO autoStartReceiveVideo = autoStartTransmitVideo = TRUE; #endif #ifdef H323_T38 autoStartReceiveFax = autoStartTransmitFax = FALSE; #endif #ifdef H323_AUDIO_CODECS minAudioJitterDelay = 50; // milliseconds maxAudioJitterDelay = 250; // milliseconds #endif autoCallForward = TRUE; disableFastStart = FALSE; disableH245Tunneling = FALSE; disableH245inSetup = FALSE; disableDetectInBandDTMF = FALSE; canDisplayAmountString = FALSE; canEnforceDurationLimit = TRUE; #ifdef H323_H450 callIntrusionProtectionLevel = 3; //H45011_CIProtectionLevel::e_fullProtection; #endif #ifdef H323_AUDIO_CODECS defaultSilenceDetection = H323AudioCodec::AdaptiveSilenceDetection; #endif defaultSendUserInputMode = H323Connection::SendUserInputAsString; terminalType = e_TerminalOnly; initialBandwidth = 100000; // Standard 10base LAN in 100's of bits/sec clearCallOnRoundTripFail = FALSE; t35CountryCode = defaultT35CountryCode; // Country code for Australia t35Extension = defaultT35Extension; manufacturerCode = defaultManufacturerCode; // Allocated by Australian Communications Authority, Oct 2000 rtpIpPorts.current = rtpIpPorts.base = 5000; rtpIpPorts.max = 5999; // use dynamic port allocation by default tcpPorts.current = tcpPorts.base = tcpPorts.max = 0; udpPorts.current = udpPorts.base = udpPorts.max = 0; #ifdef P_STUN stun = NULL; #endif #ifdef _WIN32 # if defined(H323_AUDIO_CODECS) && defined(P_AUDIO) // Windows MultMedia stuff seems to need greater depth due to enormous // latencies in its operation, need to use DirectSound maybe? soundChannelBuffers = 3; # endif rtpIpTypeofService = IPTOS_PREC_CRITIC_ECP|IPTOS_LOWDELAY; #else # ifdef H323_AUDIO_CODECS // Should only need double buffering for Unix platforms soundChannelBuffers = 2; # endif // Don't use IPTOS_PREC_CRITIC_ECP on Unix platforms as then need to be root rtpIpTypeofService = IPTOS_LOWDELAY; #endif tcpIpTypeofService = IPTOS_LOWDELAY; masterSlaveDeterminationRetries = 10; gatekeeperRequestRetries = 2; rasRequestRetries = 2; cleanerThreadStackSize = 30000; listenerThreadStackSize = 30000; signallingThreadStackSize = 30000; controlThreadStackSize = 30000; logicalThreadStackSize = 30000; rasThreadStackSize = 30000; jitterThreadStackSize = 30000; channelThreadPriority = PThread::HighestPriority; gatekeeper = NULL; connectionsActive.DisallowDeleteObjects(); #ifdef H323_H450 secondaryConnectionsActive.DisallowDeleteObjects(); #endif connectionsCleaner = new H323ConnectionsCleaner(*this); srand((unsigned)time(NULL)+clock()); #ifdef H323_TRANSNEXUS_OSP ospProvider = NULL; #endif PTRACE(3, "H323\tCreated endpoint."); } H323EndPoint::~H323EndPoint() { #ifdef H323_TRANSNEXUS_OSP // close the OSP provider (if there was one) SetOSPProvider(NULL); #endif // And shut down the gatekeeper (if there was one) RemoveGatekeeper(); // Shut down the listeners as soon as possible to avoid race conditions listeners.RemoveAll(); // Clear any pending calls on this endpoint ClearAllCalls(); // Shut down the cleaner thread delete connectionsCleaner; // Clean up any connections that the cleaner thread missed CleanUpConnections(); #ifdef P_STUN delete stun; #endif PTRACE(3, "H323\tDeleted endpoint."); } void H323EndPoint::SetEndpointTypeInfo(H225_EndpointType & info) const { info.IncludeOptionalField(H225_EndpointType::e_vendor); SetVendorIdentifierInfo(info.m_vendor); switch (terminalType) { case e_TerminalOnly : case e_TerminalAndMC : info.IncludeOptionalField(H225_EndpointType::e_terminal); break; case e_GatewayOnly : case e_GatewayAndMC : case e_GatewayAndMCWithDataMP : case e_GatewayAndMCWithAudioMP : case e_GatewayAndMCWithAVMP : info.IncludeOptionalField(H225_EndpointType::e_gateway); break; case e_GatekeeperOnly : case e_GatekeeperWithDataMP : case e_GatekeeperWithAudioMP : case e_GatekeeperWithAVMP : info.IncludeOptionalField(H225_EndpointType::e_gatekeeper); break; case e_MCUOnly : case e_MCUWithDataMP : case e_MCUWithAudioMP : case e_MCUWithAVMP : info.IncludeOptionalField(H225_EndpointType::e_mcu); info.m_mc = TRUE; } } void H323EndPoint::SetVendorIdentifierInfo(H225_VendorIdentifier & info) const { SetH221NonStandardInfo(info.m_vendor); info.IncludeOptionalField(H225_VendorIdentifier::e_productId); info.m_productId = PProcess::Current().GetManufacturer() & PProcess::Current().GetName(); info.m_productId.SetSize(info.m_productId.GetSize()+2); info.IncludeOptionalField(H225_VendorIdentifier::e_versionId); info.m_versionId = PProcess::Current().GetVersion(TRUE) + " (OpenH323 v" + OpalGetVersion() + ')'; info.m_versionId.SetSize(info.m_versionId.GetSize()+2); } void H323EndPoint::SetH221NonStandardInfo(H225_H221NonStandard & info) const { info.m_t35CountryCode = t35CountryCode; info.m_t35Extension = t35Extension; info.m_manufacturerCode = manufacturerCode; } H323Capability * H323EndPoint::FindCapability(const H245_Capability & cap) const { return capabilities.FindCapability(cap); } H323Capability * H323EndPoint::FindCapability(const H245_DataType & dataType) const { return capabilities.FindCapability(dataType); } H323Capability * H323EndPoint::FindCapability(H323Capability::MainTypes mainType, unsigned subType) const { return capabilities.FindCapability(mainType, subType); } void H323EndPoint::AddCapability(H323Capability * capability) { capabilities.Add(capability); } PINDEX H323EndPoint::SetCapability(PINDEX descriptorNum, PINDEX simultaneousNum, H323Capability * capability) { return capabilities.SetCapability(descriptorNum, simultaneousNum, capability); } PINDEX H323EndPoint::AddAllCapabilities(PINDEX descriptorNum, PINDEX simultaneous, const PString & name) { return capabilities.AddAllCapabilities(descriptorNum, simultaneous, name); } void H323EndPoint::AddAllUserInputCapabilities(PINDEX descriptorNum, PINDEX simultaneous) { H323_UserInputCapability::AddAllCapabilities(capabilities, descriptorNum, simultaneous); } void H323EndPoint::RemoveCapabilities(const PStringArray & codecNames) { capabilities.Remove(codecNames); } void H323EndPoint::ReorderCapabilities(const PStringArray & preferenceOrder) { capabilities.Reorder(preferenceOrder); } BOOL H323EndPoint::UseGatekeeper(const PString & address, const PString & identifier, const PString & localAddress) { if (gatekeeper != NULL) { BOOL same = TRUE; if (!address) same = gatekeeper->GetTransport().GetRemoteAddress().IsEquivalent(address); if (!same && !identifier) same = gatekeeper->GetIdentifier() == identifier; if (!same && !localAddress) same = gatekeeper->GetTransport().GetLocalAddress().IsEquivalent(localAddress); if (same) { PTRACE(2, "H323\tUsing existing gatekeeper " << *gatekeeper); return TRUE; } } H323Transport * transport = NULL; if (!localAddress.IsEmpty()) { H323TransportAddress iface(localAddress); PIPSocket::Address ip; WORD port = H225_RAS::DefaultRasUdpPort; if (iface.GetIpAndPort(ip, port)) transport = new H323TransportUDP(*this, ip, port); } if (address.IsEmpty()) { if (identifier.IsEmpty()) return DiscoverGatekeeper(transport); else return LocateGatekeeper(identifier, transport); } else { if (identifier.IsEmpty()) return SetGatekeeper(address, transport); else return SetGatekeeperZone(address, identifier, transport); } } BOOL H323EndPoint::SetGatekeeper(const PString & address, H323Transport * transport) { H323Gatekeeper * gk = InternalCreateGatekeeper(transport); return InternalRegisterGatekeeper(gk, gk->DiscoverByAddress(address)); } BOOL H323EndPoint::SetGatekeeperZone(const PString & address, const PString & identifier, H323Transport * transport) { H323Gatekeeper * gk = InternalCreateGatekeeper(transport); return InternalRegisterGatekeeper(gk, gk->DiscoverByNameAndAddress(identifier, address)); } BOOL H323EndPoint::LocateGatekeeper(const PString & identifier, H323Transport * transport) { H323Gatekeeper * gk = InternalCreateGatekeeper(transport); return InternalRegisterGatekeeper(gk, gk->DiscoverByName(identifier)); } BOOL H323EndPoint::DiscoverGatekeeper(H323Transport * transport) { H323Gatekeeper * gk = InternalCreateGatekeeper(transport); return InternalRegisterGatekeeper(gk, gk->DiscoverAny()); } H323Gatekeeper * H323EndPoint::InternalCreateGatekeeper(H323Transport * transport) { RemoveGatekeeper(H225_UnregRequestReason::e_reregistrationRequired); if (transport == NULL) transport = new H323TransportUDP(*this); H323Gatekeeper * gk = CreateGatekeeper(transport); gk->SetPassword(gatekeeperPassword); return gk; } BOOL H323EndPoint::InternalRegisterGatekeeper(H323Gatekeeper * gk, BOOL discovered) { if (discovered) { if (gk->RegistrationRequest()) { gatekeeper = gk; return TRUE; } // RRQ was rejected continue trying gatekeeper = gk; } else // Only stop listening if the GRQ was rejected delete gk; return FALSE; } H323Gatekeeper * H323EndPoint::CreateGatekeeper(H323Transport * transport) { return new H323Gatekeeper(*this, transport); } BOOL H323EndPoint::IsRegisteredWithGatekeeper() const { if (gatekeeper == NULL) return FALSE; return gatekeeper->IsRegistered(); } BOOL H323EndPoint::RemoveGatekeeper(int reason) { BOOL ok = TRUE; if (gatekeeper == NULL) return ok; ClearAllCalls(); if (gatekeeper->IsRegistered()) // If we are registered send a URQ ok = gatekeeper->UnregistrationRequest(reason); delete gatekeeper; gatekeeper = NULL; return ok; } void H323EndPoint::SetGatekeeperPassword(const PString & password) { gatekeeperPassword = password; if (gatekeeper != NULL) { gatekeeper->SetPassword(gatekeeperPassword); if (gatekeeper->IsRegistered()) // If we are registered send a URQ gatekeeper->UnregistrationRequest(H225_UnregRequestReason::e_reregistrationRequired); InternalRegisterGatekeeper(gatekeeper, TRUE); } } void H323EndPoint::OnGatekeeperConfirm() { } void H323EndPoint::OnGatekeeperReject() { } void H323EndPoint::OnRegistrationConfirm() { } void H323EndPoint::OnRegistrationReject() { } H235Authenticators H323EndPoint::CreateAuthenticators() { H235Authenticators authenticators; PFactory::KeyList_T keyList = PFactory::GetKeyList(); PFactory::KeyList_T::const_iterator r; for (r = keyList.begin(); r != keyList.end(); ++r) authenticators.Append(PFactory::CreateInstance(*r)); return authenticators; } BOOL H323EndPoint::StartListeners(const H323TransportAddressArray & ifaces) { if (ifaces.IsEmpty()) return StartListener("*"); PINDEX i; for (i = 0; i < listeners.GetSize(); i++) { BOOL remove = TRUE; for (PINDEX j = 0; j < ifaces.GetSize(); j++) { if (listeners[i].GetTransportAddress().IsEquivalent(ifaces[j])) { remove = FALSE; break; } } if (remove) { PTRACE(3, "H323\tRemoving listener " << listeners[i]); listeners.RemoveAt(i--); } } for (i = 0; i < ifaces.GetSize(); i++) { if (!ifaces[i]) StartListener(ifaces[i]); } return listeners.GetSize() > 0; } BOOL H323EndPoint::StartListener(const H323TransportAddress & iface) { H323Listener * listener; if (iface.IsEmpty()) listener = new H323ListenerTCP(*this, PIPSocket::GetDefaultIpAny(), DefaultTcpPort); else listener = iface.CreateListener(*this); if (H323EndPoint::StartListener(listener)) return TRUE; PTRACE(1, "H323\tCould not start listener: " << iface); delete listener; return FALSE; } BOOL H323EndPoint::StartListener(H323Listener * listener) { if (listener == NULL) return FALSE; for (PINDEX i = 0; i < listeners.GetSize(); i++) { if (listeners[i].GetTransportAddress() == listener->GetTransportAddress()) { PTRACE(2, "H323\tAlready have listener for " << *listener); delete listener; return TRUE; } } // as the listener is not open, this will have the effect of immediately // stopping the listener thread. This is good - it means that the // listener Close function will appear to have stopped the thread if (!listener->Open()) { listener->Resume(); // set the thread running so we can delete it later return FALSE; } PTRACE(3, "H323\tStarted listener " << *listener); listeners.Append(listener); listener->Resume(); return TRUE; } BOOL H323EndPoint::RemoveListener(H323Listener * listener) { if (listener != NULL) { PTRACE(3, "H323\tRemoving listener " << *listener); return listeners.Remove(listener); } PTRACE(3, "H323\tRemoving all listeners"); listeners.RemoveAll(); return TRUE; } H323TransportAddressArray H323EndPoint::GetInterfaceAddresses(BOOL excludeLocalHost, H323Transport * associatedTransport) { return H323GetInterfaceAddresses(listeners, excludeLocalHost, associatedTransport); } H323Connection * H323EndPoint::MakeCall(const PString & remoteParty, PString & token, void * userData) { return MakeCall(remoteParty, NULL, token, userData); } H323Connection * H323EndPoint::MakeCall(const PString & remoteParty, H323Transport * transport, PString & token, void * userData) { token = PString::Empty(); H323Connection * connection = InternalMakeCall(PString::Empty(), PString::Empty(), UINT_MAX, remoteParty, transport, token, userData); if (connection != NULL) connection->Unlock(); return connection; } H323Connection * H323EndPoint::MakeCallLocked(const PString & remoteParty, PString & token, void * userData, H323Transport * transport) { token = PString::Empty(); return InternalMakeCall(PString::Empty(), PString::Empty(), UINT_MAX, remoteParty, transport, token, userData); } #ifdef H323_TRANSNEXUS_OSP static BOOL GetListenerInterfaceAddress(H323Listener & listener, H323TransportAddress & taddr) { taddr = listener.GetTransportAddress(); PIPSocket::Address addr; WORD port; if (!taddr.GetIpAndPort(addr, port)) return FALSE; if (addr.IsValid()) return TRUE; if (!PIPSocket::GetNetworkInterface(addr)) return FALSE; taddr = H323TransportAddress(addr, port); return TRUE; } #endif H323Connection * H323EndPoint::InternalMakeCall(const PString & trasferFromToken, const PString & callIdentity, unsigned capabilityLevel, const PString & remoteParty, H323Transport * transport, PString & newToken, void * userData) { PTRACE(2, "H323\tMaking call to: " << remoteParty); PString alias; H323TransportAddress address; if (!ParsePartyName(remoteParty, alias, address)) { PTRACE(2, "H323\tCould not parse \"" << remoteParty << '"'); return NULL; } if (transport == NULL) { // Restriction: the call must be made on the same transport as the one // that the gatekeeper is using. if (gatekeeper != NULL) transport = gatekeeper->GetTransport().GetRemoteAddress().CreateTransport(*this); #ifdef H323_TRANSNEXUS_OSP // Restriction: the call must be made on the same transport used by the endpoint listener else if (ospProvider != NULL && (listeners.GetSize() > 0)) { H323TransportAddress taddr; if (!GetListenerInterfaceAddress(listeners[0], taddr)) { PTRACE(1, "H323\tCannot find an interface to use for the OSP-based connection"); return NULL; } transport = taddr.CreateTransport(*this); } #endif // assume address is an IP address/hostname else transport = address.CreateTransport(*this); if (transport == NULL) { PTRACE(1, "H323\tInvalid transport in \"" << remoteParty << '"'); return NULL; } } H323Connection * connection; connectionsMutex.Wait(); unsigned lastReference; if (newToken.IsEmpty()) { do { lastReference = Q931::GenerateCallReference(); newToken = BuildConnectionToken(*transport, lastReference, FALSE); } while (connectionsActive.Contains(newToken)); } else { lastReference = newToken.Mid(newToken.Find('/')+1).AsUnsigned(); // Move old connection on token to new value and flag for removal PString adjustedToken; unsigned tieBreaker = 0; do { adjustedToken = newToken + "-replaced"; adjustedToken.sprintf("-%u", ++tieBreaker); } while (connectionsActive.Contains(adjustedToken)); connectionsActive.SetAt(adjustedToken, connectionsActive.RemoveAt(newToken)); connectionsToBeCleaned += adjustedToken; PTRACE(3, "H323\tOverwriting call " << newToken << ", renamed to " << adjustedToken); } connectionsMutex.Signal(); connection = CreateConnection(lastReference, userData, transport, NULL); if (connection == NULL) { PTRACE(1, "H323\tCreateConnection returned NULL"); connectionsMutex.Signal(); return NULL; } connection->Lock(); connectionsMutex.Wait(); connectionsActive.SetAt(newToken, connection); connectionsMutex.Signal(); connection->AttachSignalChannel(newToken, transport, FALSE); #ifdef H323_H450 if (capabilityLevel == UINT_MAX) connection->HandleTransferCall(trasferFromToken, callIdentity); else { connection->HandleIntrudeCall(trasferFromToken, callIdentity); connection->IntrudeCall(capabilityLevel); } #endif PTRACE(3, "H323\tCreated new connection: " << newToken); new H225CallThread(*this, *connection, *transport, alias, address); return connection; } #if P_DNS struct LookupRecord { enum { CallDirect, LRQ }; int type; PIPSocket::Address addr; WORD port; }; static BOOL FindSRVRecords(std::vector & recs, const PString & domain, int type, const PString & srv) { PDNS::SRVRecordList srvRecords; PString srvLookupStr = srv + domain; BOOL found = PDNS::GetRecords(srvLookupStr, srvRecords); if (found) { PDNS::SRVRecord * recPtr = srvRecords.GetFirst(); while (recPtr != NULL) { LookupRecord rec; rec.addr = recPtr->hostAddress; rec.port = recPtr->port; rec.type = type; recs.push_back(rec); recPtr = srvRecords.GetNext(); PTRACE(4, "H323\tFound " << rec.addr << ":" << rec.port << " with SRV " << srv << " using domain " << domain); } } return found; } static BOOL FindRoutes(const PString & domain, WORD port, std::vector & routes) { BOOL hasGK = FindSRVRecords( routes, domain, LookupRecord::LRQ, "_h323ls._udp."); hasGK = hasGK || FindSRVRecords(routes, domain, LookupRecord::LRQ, "_h323rs._udp."); FindSRVRecords( routes, domain, LookupRecord::CallDirect, "_h323cs._tcp."); // see if the domain is actually a host PIPSocket::Address addr; if (PIPSocket::GetHostAddress(domain, addr)) { LookupRecord rec; rec.addr = addr; rec.port = port; rec.type = LookupRecord::CallDirect; PTRACE(4, "H323\tDomain " << domain << " is a host - using as call signal address"); routes.push_back(rec); } if (routes.size() != 0) { PDNS::MXRecordList mxRecords; if (PDNS::GetRecords(domain, mxRecords)) { PDNS::MXRecord * recPtr = mxRecords.GetFirst(); while (recPtr != NULL) { LookupRecord rec; rec.addr = recPtr->hostAddress; rec.port = 1719; rec.type = LookupRecord::LRQ; routes.push_back(rec); recPtr = mxRecords.GetNext(); PTRACE(4, "H323\tFound " << rec.addr << ":" << rec.port << " with MX for domain " << domain); } } } return routes.size() != 0; } #endif BOOL H323EndPoint::ParsePartyName(const PString & _remoteParty, PString & alias, H323TransportAddress & address) { PString remoteParty = _remoteParty; #if P_DNS // if there is no gatekeeper, and there is no '@', and there is no URL scheme, then attempt to use ENUM if ((remoteParty.Find(':') == P_MAX_INDEX) && (remoteParty.Find('@') == P_MAX_INDEX) && (gatekeeper == NULL)) { // make sure the number has only digits PString e164 = remoteParty; if (e164.Left(5) *= "h323:") e164 = e164.Mid(5); PINDEX i; for (i = 0; i < e164.GetLength(); ++i) if (!isdigit(e164[i])) break; if (i >= e164.GetLength()) { PString str; if (PDNS::ENUMLookup(e164, "E2U+h323", str)) { PTRACE(4, "H323\tENUM converted remote party " << _remoteParty << " to " << str); remoteParty = str; } else { PTRACE(4, "H323\tENUM Cannot resolve remote party " << _remoteParty); return FALSE; } } } #endif // convert the remote party string to a URL, with a default URL of "h323:" PURL url(remoteParty, "h323"); // if the scheme does not match the prefix of the remote party, then // the URL parser got confused, so force the URL to be of type "h323" if ((remoteParty.Find('@') == P_MAX_INDEX) && (remoteParty.NumCompare(url.GetScheme()) != EqualTo)) { if ( (gatekeeper == NULL) #ifdef H323_TRANSNEXUS_OSP && (ospProvider == NULL) #endif ) url.Parse("h323:@" + remoteParty); else url.Parse("h323:" + remoteParty); } // get the various parts of the name alias = url.GetUserName(); PString hostOnly = url.GetHostName(); address = hostOnly; // make sure the address contains the port, if not default if (!address && (url.GetPort() != 0)) address.sprintf(":%u", url.GetPort()); if (alias.IsEmpty() && address.IsEmpty()) { PTRACE(1, "H323\tAttempt to use invalid URL \"" << remoteParty << '"'); return FALSE; } BOOL gatekeeperSpecified = FALSE; BOOL gatewaySpecified = FALSE; PCaselessString type = url.GetParamVars()("type"); if (url.GetScheme() == "callto") { // Do not yet support ILS if (type == "directory") { #if P_LDAP PString server = url.GetHostName(); if (server.IsEmpty()) server = ilsServer; if (server.IsEmpty()) return FALSE; PILSSession ils; if (!ils.Open(server, url.GetPort())) { PTRACE(1, "H323\tCould not open ILS server at \"" << server << "\" - " << ils.GetErrorText()); return FALSE; } PILSSession::RTPerson person; if (!ils.SearchPerson(alias, person)) { PTRACE(1, "H323\tCould not find " << server << '/' << alias << ": " << ils.GetErrorText()); return FALSE; } if (!person.sipAddress.IsValid()) { PTRACE(1, "H323\tILS user " << server << '/' << alias << " does not have a valid IP address"); return FALSE; } // Get the IP address address = H323TransportAddress(person.sipAddress); // Get the port if provided for (PINDEX i = 0; i < person.sport.GetSize(); i++) { if (person.sport[i] != 1503) { // Dont use the T.120 port address = H323TransportAddress(person.sipAddress, person.sport[i]); break; } } alias = PString::Empty(); // No alias for ILS lookup, only host return TRUE; #else return FALSE; #endif } if (url.GetParamVars().Contains("gateway")) gatewaySpecified = TRUE; } else if (url.GetScheme() == "h323") { if (type == "gw") gatewaySpecified = TRUE; else if (type == "gk") gatekeeperSpecified = TRUE; else if (!type) { PTRACE(1, "H323\tUnsupported host type \"" << type << "\" in h323 URL"); return FALSE; } } // User explicitly asked to use a GK for lookup if (gatekeeperSpecified) { if (alias.IsEmpty()) { PTRACE(1, "H323\tAttempt to use explict gatekeeper without alias!"); return FALSE; } if (address.IsEmpty()) { PTRACE(1, "H323\tAttempt to use explict gatekeeper without address!"); return FALSE; } H323TransportAddress gkAddr = address; PTRACE(3, "H323\tLooking for \"" << alias << "\" on gatekeeper at " << gkAddr); H323Gatekeeper * gk = CreateGatekeeper(new H323TransportUDP(*this)); BOOL ok = gk->DiscoverByAddress(gkAddr); if (ok) { ok = gk->LocationRequest(alias, address); if (ok) { PTRACE(3, "H323\tLocation Request of \"" << alias << "\" on gk " << gkAddr << " found " << address); } else { PTRACE(1, "H323\tLocation Request failed for \"" << alias << "\" on gk " << gkAddr); } } else { PTRACE(1, "H323\tLocation Request discovery failed for gk " << gkAddr); } delete gk; return ok; } // User explicitly said to use a gw, or we do not have a gk to do look up if ( #ifdef H323_TRANSNEXUS_OSP ((ospProvider == NULL) && (gatekeeper == NULL)) #else (gatekeeper == NULL) #endif || gatewaySpecified) { // If URL did not have a host, but user said to use gw, or we do not have // a gk to do a lookup so we MUST have a host, use alias must be host if (address.IsEmpty()) { address = alias; alias = PString::Empty(); return TRUE; } #if P_DNS // if we have an address and the correct scheme, then check DNS if (!address && (url.GetScheme() *= "h323")) { std::vector routes; if (FindRoutes(hostOnly, url.GetPort(), routes)) { std::vector::const_iterator r; for (r = routes.begin(); r != routes.end(); ++r) { const LookupRecord & rec = *r; switch (rec.type) { case LookupRecord::CallDirect: address = H323TransportAddress(rec.addr, rec.port); PTRACE(3, "H323\tParty name \"" << url << "\" mapped to \"" << alias << "@" << address); return TRUE; break; case LookupRecord::LRQ: { H323TransportAddress newAddr, gkAddr(rec.addr, rec.port); H323Gatekeeper * gk = CreateGatekeeper(new H323TransportUDP(*this)); BOOL ok = gk->DiscoverByAddress(gkAddr); if (ok) ok = gk->LocationRequest(alias, newAddr); delete gk; if (ok) { address = newAddr; PTRACE(3, "H323\tLocation Request of \"" << alias << "\" on gk " << gkAddr << " found " << address); return TRUE; } } break; default: break; } } } } #endif // P_DNS } if (!address) return TRUE; // We have a gk and user did not explicitly supply a host, so lets // do a check to see if it is an IP address or hostname if (alias.FindOneOf("$.:[") != P_MAX_INDEX) { H323TransportAddress test = alias; PIPSocket::Address ip; if (test.GetIpAddress(ip) && ip.IsValid()) { // The alias was a valid internet address, use it as such alias = PString::Empty(); address = test; } } return TRUE; } #ifdef H323_H450 H323Connection * H323EndPoint::SetupTransfer(const PString & oldToken, const PString & callIdentity, const PString & remoteParty, PString & newToken, void * userData) { newToken = PString::Empty(); H323Connection* connection = InternalMakeCall(oldToken, callIdentity, UINT_MAX, remoteParty, NULL, newToken, userData); if (connection != NULL) connection->Unlock(); return connection; } void H323EndPoint::TransferCall(const PString & token, const PString & remoteParty, const PString & callIdentity) { H323Connection * connection = FindConnectionWithLock(token); if (connection != NULL) { connection->TransferCall(remoteParty, callIdentity); connection->Unlock(); } } void H323EndPoint::ConsultationTransfer(const PString & primaryCallToken, const PString & secondaryCallToken) { H323Connection * secondaryCall = FindConnectionWithLock(secondaryCallToken); if (secondaryCall != NULL) { secondaryCall->ConsultationTransfer(primaryCallToken); secondaryCall->Unlock(); } } void H323EndPoint::HoldCall(const PString & token, BOOL localHold) { H323Connection * connection = FindConnectionWithLock(token); if (connection != NULL) { connection->HoldCall(localHold); connection->Unlock(); } } H323Connection * H323EndPoint::IntrudeCall(const PString & remoteParty, PString & token, unsigned capabilityLevel, void * userData) { return IntrudeCall(remoteParty, NULL, token, capabilityLevel, userData); } H323Connection * H323EndPoint::IntrudeCall(const PString & remoteParty, H323Transport * transport, PString & token, unsigned capabilityLevel, void * userData) { token = PString::Empty(); H323Connection * connection = InternalMakeCall(PString::Empty(), PString::Empty(), capabilityLevel, remoteParty, transport, token, userData); if (connection != NULL) connection->Unlock(); return connection; } void H323EndPoint::OnReceivedInitiateReturnError() { } #endif // H323_H450 BOOL H323EndPoint::ClearCall(const PString & token, H323Connection::CallEndReason reason) { return ClearCallSynchronous(token, reason, NULL); } BOOL H323EndPoint::ClearCallSynchronous(const PString & token, H323Connection::CallEndReason reason) { PSyncPoint sync; return ClearCallSynchronous(token, reason, &sync); } BOOL H323EndPoint::ClearCallSynchronous(const PString & token, H323Connection::CallEndReason reason, PSyncPoint * sync) { if (PThread::Current() == connectionsCleaner) sync = NULL; /*The hugely multi-threaded nature of the H323Connection objects means that to avoid many forms of race condition, a call is cleared by moving it from the "active" call dictionary to a list of calls to be cleared that will be processed by a background thread specifically for the purpose of cleaning up cleared connections. So that is all that this function actually does. The real work is done in the H323ConnectionsCleaner thread. */ { PWaitAndSignal wait(connectionsMutex); // Find the connection by token, callid or conferenceid H323Connection * connection = FindConnectionWithoutLocks(token); if (connection == NULL) { PTRACE(3, "H323\tAttempt to clear unknown call " << token); return FALSE; } PTRACE(3, "H323\tClearing connection " << connection->GetCallToken() << " reason=" << reason); // Add this to the set of connections being cleaned, if not in already if (!connectionsToBeCleaned.Contains(connection->GetCallToken())) connectionsToBeCleaned += connection->GetCallToken(); // Now set reason for the connection close connection->SetCallEndReason(reason, sync); // Signal the background threads that there is some stuff to process. connectionsCleaner->Signal(); } if (sync != NULL) sync->Wait(); return TRUE; } void H323EndPoint::ClearAllCalls(H323Connection::CallEndReason reason, BOOL wait) { /*The hugely multi-threaded nature of the H323Connection objects means that to avoid many forms of race condition, a call is cleared by moving it from the "active" call dictionary to a list of calls to be cleared that will be processed by a background thread specifically for the purpose of cleaning up cleared connections. So that is all that this function actually does. The real work is done in the H323ConnectionsCleaner thread. */ connectionsMutex.Wait(); // Add all connections to the to be deleted set PINDEX i; for (i = 0; i < connectionsActive.GetSize(); i++) { H323Connection & connection = connectionsActive.GetDataAt(i); connectionsToBeCleaned += connection.GetCallToken(); // Now set reason for the connection close connection.SetCallEndReason(reason, NULL); } // Signal the background threads that there is some stuff to process. connectionsCleaner->Signal(); // Make sure any previous signals are removed before waiting later while (connectionsAreCleaned.Wait(0)) ; connectionsMutex.Signal(); if (wait) connectionsAreCleaned.Wait(); } void H323EndPoint::CleanUpConnections() { PTRACE(3, "H323\tCleaning up connections"); // Lock the connections database. connectionsMutex.Wait(); // Continue cleaning up until no more connections to clean while (connectionsToBeCleaned.GetSize() > 0) { // Just get the first entry in the set of tokens to clean up. PString token = connectionsToBeCleaned.GetKeyAt(0); H323Connection & connection = connectionsActive[token]; // Unlock the structures here so does not block other uses of ClearCall() // for the possibly long time it takes to CleanUpOnCallEnd(). connectionsMutex.Signal(); // Clean up the connection, waiting for all threads to terminate connection.CleanUpOnCallEnd(); connection.OnCleared(); // Get the lock again as we remove the connection from our database connectionsMutex.Wait(); // Remove the token from the set of connections to be cleaned up connectionsToBeCleaned -= token; // And remove the connection instance itself from the dictionary which will // cause its destructor to be called. H323Connection * connectionToDelete = connectionsActive.RemoveAt(token); // Unlock the structures yet again to avoid possible race conditions when // deleting the connection as well as the delte of a conncetion descendent // is application writer dependent and may cause deadlocks or just consume // lots of time. connectionsMutex.Signal(); // Finally we get to delete it! delete connectionToDelete; // Get the lock again as we continue around the loop connectionsMutex.Wait(); } // Finished with loop, unlock the connections database. connectionsMutex.Signal(); // Signal thread that may be waiting on ClearAllCalls() connectionsAreCleaned.Signal(); } BOOL H323EndPoint::HasConnection(const PString & token) { PWaitAndSignal wait(connectionsMutex); return FindConnectionWithoutLocks(token) != NULL; } H323Connection * H323EndPoint::FindConnectionWithLock(const PString & token) { PWaitAndSignal mutex(connectionsMutex); /*We have a very yucky polling loop here as a semi permanant measure. Why? We cannot call Lock() inside the connectionsMutex critical section as it will cause a deadlock with something like a RELEASE-COMPLETE coming in on separate thread. But if we put it outside there is a small window where the connection could get deleted before the Lock() test is done. The solution is to attempt to get the mutex while inside the connectionsMutex but not block. That means a polling loop. There is probably a way to do this properly with mutexes but I don't have time to figure it out. */ H323Connection * connection; while ((connection = FindConnectionWithoutLocks(token)) != NULL) { switch (connection->TryLock()) { case 0 : return NULL; case 1 : return connection; } // Could not get connection lock, unlock the endpoint lists so a thread // that has the connection lock gets a chance at the endpoint lists. connectionsMutex.Signal(); PThread::Sleep(20); connectionsMutex.Wait(); } return NULL; } H323Connection * H323EndPoint::FindConnectionWithoutLocks(const PString & token) { if (token.IsEmpty()) return NULL; H323Connection * conn_ptr = connectionsActive.GetAt(token); if (conn_ptr != NULL) return conn_ptr; PINDEX i; for (i = 0; i < connectionsActive.GetSize(); i++) { H323Connection & conn = connectionsActive.GetDataAt(i); if (conn.GetCallIdentifier().AsString() == token) return &conn; } for (i = 0; i < connectionsActive.GetSize(); i++) { H323Connection & conn = connectionsActive.GetDataAt(i); if (conn.GetConferenceIdentifier().AsString() == token) return &conn; } return NULL; } PStringList H323EndPoint::GetAllConnections() { PStringList tokens; connectionsMutex.Wait(); for (PINDEX i = 0; i < connectionsActive.GetSize(); i++) tokens.AppendString(connectionsActive.GetKeyAt(i)); connectionsMutex.Signal(); return tokens; } BOOL H323EndPoint::OnIncomingCall(H323Connection & /*connection*/, const H323SignalPDU & /*setupPDU*/, H323SignalPDU & /*alertingPDU*/) { return TRUE; } BOOL H323EndPoint::OnIncomingCall(H323Connection & connection, const H323SignalPDU & setupPDU, H323SignalPDU & alertingPDU, H323Connection::CallEndReason & reason) { reason = H323Connection::EndedByNoAccept; return connection.OnIncomingCall(setupPDU, alertingPDU); } BOOL H323EndPoint::OnCallTransferInitiate(H323Connection & /*connection*/, const PString & /*remoteParty*/) { return TRUE; } BOOL H323EndPoint::OnCallTransferIdentify(H323Connection & /*connection*/) { return TRUE; } void H323EndPoint::OnSendARQ(H323Connection & /*conn*/, H225_AdmissionRequest & /*arq*/) { } H323Connection::AnswerCallResponse H323EndPoint::OnAnswerCall(H323Connection & /*connection*/, const PString & PTRACE_PARAM(caller), const H323SignalPDU & /*setupPDU*/, H323SignalPDU & /*connectPDU*/) { PTRACE(2, "H225\tOnAnswerCall from \"" << caller << '"'); return H323Connection::AnswerCallNow; } BOOL H323EndPoint::OnAlerting(H323Connection & /*connection*/, const H323SignalPDU & /*alertingPDU*/, const PString & /*username*/) { PTRACE(1, "H225\tReceived alerting PDU."); return TRUE; } BOOL H323EndPoint::OnConnectionForwarded(H323Connection & /*connection*/, const PString & /*forwardParty*/, const H323SignalPDU & /*pdu*/) { return FALSE; } BOOL H323EndPoint::ForwardConnection(H323Connection & connection, const PString & forwardParty, const H323SignalPDU & /*pdu*/) { PString token = connection.GetCallToken(); H323Connection * newConnection = InternalMakeCall(PString::Empty(), PString::Empty(), UINT_MAX, forwardParty, NULL, token, NULL); if (newConnection == NULL) return FALSE; connection.SetCallEndReason(H323Connection::EndedByCallForwarded); newConnection->Unlock(); return TRUE; } void H323EndPoint::OnConnectionEstablished(H323Connection & /*connection*/, const PString & /*token*/) { } BOOL H323EndPoint::IsConnectionEstablished(const PString & token) { H323Connection * connection = FindConnectionWithLock(token); if (connection == NULL) return FALSE; BOOL established = connection->IsEstablished(); connection->Unlock(); return established; } BOOL H323EndPoint::OnOutgoingCall(H323Connection & /*connection*/, const H323SignalPDU & /*connectPDU*/) { PTRACE(1, "H225\tReceived connect PDU."); return TRUE; } void H323EndPoint::OnConnectionCleared(H323Connection & /*connection*/, const PString & /*token*/) { } PString H323EndPoint::BuildConnectionToken(const H323Transport & transport, unsigned callReference, BOOL fromRemote) { PString token; if (fromRemote) token = transport.GetRemoteAddress(); else token = "ip$localhost"; token.sprintf("/%u", callReference); return token; } H323Connection * H323EndPoint::OnIncomingConnection(H323Transport * transport, H323SignalPDU & setupPDU) { unsigned callReference = setupPDU.GetQ931().GetCallReference(); PString token = BuildConnectionToken(*transport, callReference, TRUE); connectionsMutex.Wait(); H323Connection * connection = connectionsActive.GetAt(token); connectionsMutex.Signal(); if (connection == NULL) { connection = CreateConnection(callReference, NULL, transport, &setupPDU); if (connection == NULL) { PTRACE(1, "H323\tCreateConnection returned NULL"); return NULL; } PTRACE(3, "H323\tCreated new connection: " << token); connectionsMutex.Wait(); connectionsActive.SetAt(token, connection); connectionsMutex.Signal(); } connection->AttachSignalChannel(token, transport, TRUE); return connection; } H323Connection * H323EndPoint::CreateConnection(unsigned callReference, void * userData, H323Transport * /*transport*/, H323SignalPDU * /*setupPDU*/) { return CreateConnection(callReference, userData); } H323Connection * H323EndPoint::CreateConnection(unsigned callReference, void * /*userData*/) { return CreateConnection(callReference); } H323Connection * H323EndPoint::CreateConnection(unsigned callReference) { return new H323Connection(*this, callReference); } #if PTRACING static void OnStartStopChannel(const char * startstop, const H323Channel & channel) { const char * dir; switch (channel.GetDirection()) { case H323Channel::IsTransmitter : dir = "send"; break; case H323Channel::IsReceiver : dir = "receiv"; break; default : dir = "us"; break; } PTRACE(2, "H323\t" << startstop << "ed " << dir << "ing logical channel: " << channel.GetCapability()); } #endif BOOL H323EndPoint::OnStartLogicalChannel(H323Connection & /*connection*/, H323Channel & PTRACE_PARAM(channel)) { #if PTRACING OnStartStopChannel("Start", channel); #endif return TRUE; } void H323EndPoint::OnClosedLogicalChannel(H323Connection & /*connection*/, const H323Channel & PTRACE_PARAM(channel)) { #if PTRACING OnStartStopChannel("Stopp", channel); #endif } #ifdef H323_AUDIO_CODECS BOOL H323EndPoint::OpenAudioChannel(H323Connection & /*connection*/, BOOL isEncoding, unsigned bufferSize, H323AudioCodec & codec) { codec.SetSilenceDetectionMode(GetSilenceDetectionMode()); #ifdef P_AUDIO int rate = codec.GetMediaFormat().GetTimeUnits() * 1000; PString deviceName; PString deviceDriver; if (isEncoding) { deviceName = GetSoundChannelRecordDevice(); deviceDriver = GetSoundChannelRecordDriver(); } else { deviceName = GetSoundChannelPlayDevice(); deviceDriver = GetSoundChannelPlayDriver(); } PSoundChannel * soundChannel; if (!deviceDriver.IsEmpty()) soundChannel = PSoundChannel::CreateChannel(deviceDriver); else { soundChannel = new PSoundChannel; deviceDriver = "default"; } if (soundChannel == NULL) { PTRACE(1, "Codec\tCould not open a sound channel for " << deviceDriver); return FALSE; } if (soundChannel->Open(deviceName, isEncoding ? PSoundChannel::Recorder : PSoundChannel::Player, 1, rate, 16)) { PTRACE(3, "Codec\tOpened sound channel \"" << deviceName << "\" for " << (isEncoding ? "record" : "play") << "ing at " << rate << " samples/second using " << soundChannelBuffers << 'x' << bufferSize << " byte buffers."); soundChannel->SetBuffers(bufferSize, soundChannelBuffers); return codec.AttachChannel(soundChannel); } PTRACE(1, "Codec\tCould not open " << deviceDriver << " sound channel \"" << deviceName << "\" for " << (isEncoding ? "record" : "play") << "ing: " << soundChannel->GetErrorText()); delete soundChannel; #endif return FALSE; } #endif // H323_AUDIO_CODECS #ifndef NO_H323_VIDEO BOOL H323EndPoint::OpenVideoChannel(H323Connection & /*connection*/, BOOL PTRACE_PARAM(isEncoding), H323VideoCodec & /*codec*/) { PTRACE(1, "Codec\tCould not open video channel for " << (isEncoding ? "captur" : "display") << "ing: not yet implemented"); return FALSE; } #endif // NO_H323_VIDEO void H323EndPoint::OnRTPStatistics(const H323Connection & /*connection*/, const RTP_Session & /*session*/) const { } void H323EndPoint::OnUserInputString(H323Connection & /*connection*/, const PString & /*value*/) { } void H323EndPoint::OnUserInputTone(H323Connection & connection, char tone, unsigned /*duration*/, unsigned /*logicalChannel*/, unsigned /*rtpTimestamp*/) { // don't pass through signalUpdate messages if (tone != ' ') connection.OnUserInputString(PString(tone)); } void H323EndPoint::OnGatekeeperNATDetect( PIPSocket::Address /* publicAddr*/, PString & /*gkIdentifier*/, H323TransportAddress & /*gkRouteAddress*/ ) { } #ifdef H323_H248 void H323EndPoint::OnHTTPServiceControl(unsigned /*opeartion*/, unsigned /*sessionId*/, const PString & /*url*/) { } void H323EndPoint::OnCallCreditServiceControl(const PString & /*amount*/, BOOL /*mode*/) { } void H323EndPoint::OnServiceControlSession(unsigned type, unsigned sessionId, const H323ServiceControlSession & session, H323Connection * connection) { session.OnChange(type, sessionId, *this, connection); } H323ServiceControlSession * H323EndPoint::CreateServiceControlSession(const H225_ServiceControlDescriptor & contents) { switch (contents.GetTag()) { case H225_ServiceControlDescriptor::e_url : return new H323HTTPServiceControl(contents); case H225_ServiceControlDescriptor::e_callCreditServiceControl : return new H323CallCreditServiceControl(contents); } return NULL; } #endif // H323_H248 BOOL H323EndPoint::OnConferenceInvite(const H323SignalPDU & /*setupPDU */) { return FALSE; } BOOL H323EndPoint::OnCallIndependentSupplementaryService(const H323SignalPDU & /* setupPDU */) { return FALSE; } BOOL H323EndPoint::OnNegotiateConferenceCapabilities(const H323SignalPDU & /* setupPDU */) { return FALSE; } #ifdef H323_T120 OpalT120Protocol * H323EndPoint::CreateT120ProtocolHandler(const H323Connection &) const { return NULL; } #endif #ifdef H323_T38 OpalT38Protocol * H323EndPoint::CreateT38ProtocolHandler(const H323Connection &) const { return NULL; } #endif void H323EndPoint::SetLocalUserName(const PString & name) { PAssert(!name, "Must have non-empty string in AliasAddress!"); if (name.IsEmpty()) return; localAliasNames.RemoveAll(); localAliasNames.AppendString(name); } BOOL H323EndPoint::AddAliasName(const PString & name) { PAssert(!name, "Must have non-empty string in AliasAddress!"); if (localAliasNames.GetValuesIndex(name) != P_MAX_INDEX) return FALSE; localAliasNames.AppendString(name); return TRUE; } BOOL H323EndPoint::RemoveAliasName(const PString & name) { PINDEX pos = localAliasNames.GetValuesIndex(name); if (pos == P_MAX_INDEX) return FALSE; PAssert(localAliasNames.GetSize() > 1, "Must have at least one AliasAddress!"); if (localAliasNames.GetSize() < 2) return FALSE; localAliasNames.RemoveAt(pos); return TRUE; } #ifdef H323_AUDIO_CODECS #ifdef P_AUDIO BOOL H323EndPoint::SetSoundChannelPlayDevice(const PString & name) { if (PSoundChannel::GetDeviceNames(PSoundChannel::Player).GetValuesIndex(name) == P_MAX_INDEX) return FALSE; soundChannelPlayDevice = name; return TRUE; } BOOL H323EndPoint::SetSoundChannelRecordDevice(const PString & name) { if (PSoundChannel::GetDeviceNames(PSoundChannel::Recorder).GetValuesIndex(name) == P_MAX_INDEX) return FALSE; soundChannelRecordDevice = name; return TRUE; } BOOL H323EndPoint::SetSoundChannelPlayDriver(const PString & name) { PPluginManager & pluginMgr = PPluginManager::GetPluginManager(); PStringList list = pluginMgr.GetPluginsProviding("PSoundChannel"); if (list.GetValuesIndex(name) == P_MAX_INDEX) return FALSE; soundChannelPlayDriver = name; soundChannelPlayDevice.MakeEmpty(); list = PSoundChannel::GetDeviceNames(name, PSoundChannel::Player); if (list.GetSize() == 0) return FALSE; soundChannelPlayDevice = list[0]; return TRUE; } BOOL H323EndPoint::SetSoundChannelRecordDriver(const PString & name) { PPluginManager & pluginMgr = PPluginManager::GetPluginManager(); PStringList list = pluginMgr.GetPluginsProviding("PSoundChannel"); if (list.GetValuesIndex(name) == P_MAX_INDEX) return FALSE; soundChannelRecordDriver = name; list = PSoundChannel::GetDeviceNames(name, PSoundChannel::Recorder); if (list.GetSize() == 0) return FALSE; soundChannelRecordDevice = list[0]; return TRUE; } void H323EndPoint::SetSoundChannelBufferDepth(unsigned depth) { PAssert(depth > 1, PInvalidParameter); soundChannelBuffers = depth; } #endif // P_AUDIO #endif // H323_AUDIO_CODECS BOOL H323EndPoint::IsTerminal() const { switch (terminalType) { case e_TerminalOnly : case e_TerminalAndMC : return TRUE; default : return FALSE; } } BOOL H323EndPoint::IsGateway() const { switch (terminalType) { case e_GatewayOnly : case e_GatewayAndMC : case e_GatewayAndMCWithDataMP : case e_GatewayAndMCWithAudioMP : case e_GatewayAndMCWithAVMP : return TRUE; default : return FALSE; } } BOOL H323EndPoint::IsGatekeeper() const { switch (terminalType) { case e_GatekeeperOnly : case e_GatekeeperWithDataMP : case e_GatekeeperWithAudioMP : case e_GatekeeperWithAVMP : return TRUE; default : return FALSE; } } BOOL H323EndPoint::IsMCU() const { switch (terminalType) { case e_MCUOnly : case e_MCUWithDataMP : case e_MCUWithAudioMP : case e_MCUWithAVMP : return TRUE; default : return FALSE; } } #ifdef H323_AUDIO_CODECS void H323EndPoint::SetAudioJitterDelay(unsigned minDelay, unsigned maxDelay) { if (minDelay == 0 && maxDelay == 0) { // Disable jitter buffer minAudioJitterDelay = 0; maxAudioJitterDelay = 0; return; } PAssert(minDelay <= 10000 && maxDelay <= 10000, PInvalidParameter); if (minDelay < 10) minDelay = 10; minAudioJitterDelay = minDelay; if (maxDelay < minDelay) maxDelay = minDelay; maxAudioJitterDelay = maxDelay; } #endif #ifdef P_STUN PSTUNClient * H323EndPoint::GetSTUN(const PIPSocket::Address & ip) const { if (ip.IsValid() && IsLocalAddress(ip)) return NULL; return stun; } void H323EndPoint::SetSTUNServer(const PString & server) { delete stun; if (server.IsEmpty()) stun = NULL; else { stun = new PSTUNClient(server, GetUDPPortBase(), GetUDPPortMax(), GetRtpIpPortBase(), GetRtpIpPortMax()); PTRACE(2, "H323\tSTUN server \"" << server << "\" replies " << stun->GetNatTypeName()); } } #endif // P_STUN void H323EndPoint::InternalTranslateTCPAddress(PIPSocket::Address & localAddr, const PIPSocket::Address & remoteAddr) { #ifdef P_STUN // if using STUN server, then translate internal local address to external if required PIPSocket::Address addr; if ( stun != NULL && ( (stun->IsSupportingRTP() == PSTUNClient::RTPOK) || (stun->IsSupportingRTP() == PSTUNClient::RTPIfSendMedia) ) && localAddr.IsRFC1918() && !remoteAddr.IsRFC1918() && stun->GetExternalAddress(addr) ) { localAddr = addr; } else #endif // P_STUN TranslateTCPAddress(localAddr, remoteAddr); } BOOL H323EndPoint::IsLocalAddress(const PIPSocket::Address & ip) const { /* Check if the remote address is a private IP, broadcast, or us */ return ip.IsRFC1918() || ip.IsBroadcast() || PIPSocket::IsLocalHost(ip); } void H323EndPoint::PortInfo::Set(unsigned newBase, unsigned newMax, unsigned range, unsigned dflt) { if (newBase == 0) { newBase = dflt; newMax = dflt; if (dflt > 0) newMax += range; } else { if (newBase < 1024) newBase = 1024; else if (newBase > 65500) newBase = 65500; if (newMax <= newBase) newMax = newBase + range; if (newMax > 65535) newMax = 65535; } mutex.Wait(); current = base = (WORD)newBase; max = (WORD)newMax; mutex.Signal(); } WORD H323EndPoint::PortInfo::GetNext(unsigned increment) { PWaitAndSignal m(mutex); if (current < base || current > (max-increment)) current = base; if (current == 0) return 0; WORD p = current; current = (WORD)(current + increment); return p; } void H323EndPoint::SetTCPPorts(unsigned tcpBase, unsigned tcpMax) { tcpPorts.Set(tcpBase, tcpMax, 99, 0); } WORD H323EndPoint::GetNextTCPPort() { return tcpPorts.GetNext(1); } void H323EndPoint::SetUDPPorts(unsigned udpBase, unsigned udpMax) { udpPorts.Set(udpBase, udpMax, 199, 0); #ifdef P_STUN if (stun != NULL) stun->SetPortRanges(GetUDPPortBase(), GetUDPPortMax(), GetRtpIpPortBase(), GetRtpIpPortMax()); #endif } WORD H323EndPoint::GetNextUDPPort() { return udpPorts.GetNext(1); } void H323EndPoint::SetRtpIpPorts(unsigned rtpIpBase, unsigned rtpIpMax) { rtpIpPorts.Set((rtpIpBase+1)&0xfffe, rtpIpMax&0xfffe, 999, 5000); #ifdef P_STUN if (stun != NULL) stun->SetPortRanges(GetUDPPortBase(), GetUDPPortMax(), GetRtpIpPortBase(), GetRtpIpPortMax()); #endif } WORD H323EndPoint::GetRtpIpPortPair() { return rtpIpPorts.GetNext(2); } const PTimeInterval & H323EndPoint::GetNoMediaTimeout() const { PWaitAndSignal m(noMediaMutex); return noMediaTimeout; } BOOL H323EndPoint::SetNoMediaTimeout(PTimeInterval newInterval) { PWaitAndSignal m(noMediaMutex); if (newInterval < 0) return FALSE; noMediaTimeout = newInterval; return TRUE; } BOOL H323EndPoint::OnSendFeatureSet(unsigned, H225_FeatureSet &) { return FALSE; } void H323EndPoint::OnReceiveFeatureSet(unsigned, const H225_FeatureSet &) { } ///////////////////////////////////////////////////////////////////////////// #ifdef H323_TRANSNEXUS_OSP void H323EndPoint::SetOSPProvider(OpalOSP::Provider * provider) { if (ospProvider != NULL) delete ospProvider; ospProvider = provider; } int H323EndPoint::SetOSPProvider(const PString & server, const PDirectory & ospDir) { OpalOSP::Provider * newProvider = new OpalOSP::Provider(); int result = newProvider->Open(server, ospDir); PTRACE_IF(1, result != 0, "H323\tCannot create OSP provider - result = " << result); if (result != 0) delete newProvider; else SetOSPProvider(newProvider); return result; } #endif ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/src/h323neg.cxx0100644000176200056700000014177310235666451016341 0ustar releasepostincr/* * h323neg.cxx * * H.323 PDU definitions * * Open H323 Library * * Copyright (c) 1998-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Portions of this code were written with the assisance of funding from * Vovida Networks, Inc. http://www.vovida.com. * * Contributor(s): ______________________________________. * * $Log: h323neg.cxx,v $ * Revision 1.70 2005/05/03 12:23:05 csoutheren * Unlock connection list when creating connection * Remove chance of race condition with H.245 negotiation timer * Unregister OpalPluginMediaFormat when instance is destroyed * Thank to Paul Cadach * * Revision 1.69 2003/01/30 01:38:19 robertj * Fixed some trace log errors * * Revision 1.68 2002/11/05 05:33:56 robertj * Fixed problem where if capability is rejected by OnReceivedCapabilitySet() * it still thinks it has received them. * * Revision 1.67 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.66 2002/06/27 07:11:55 robertj * Fixed GNU warning * * Revision 1.65 2002/06/26 08:51:19 robertj * Fixed deadlock if logical channel is closed via H.245 at exactly same * time as being closed locally due to a channel I/O error. * * Revision 1.64 2002/05/03 03:08:40 robertj * Added replacementFor field in OLC when resolving conflicting channels. * * Revision 1.63 2002/01/10 04:38:29 robertj * Fixed problem with having incorrect constraint if getting array from caller on * setting up a requestMode. * * Revision 1.62 2002/01/10 04:02:08 robertj * Fixed correct filling of modeRequest structure. * * Revision 1.61 2002/01/09 00:21:40 robertj * Changes to support outgoing H.245 RequstModeChange. * * Revision 1.60 2002/01/08 01:26:32 robertj * Removed PTRACE in FindChannelsBySession as it can get called a LOT. * * Revision 1.59 2002/01/01 23:24:04 craigs * Removed reference to myPTRACE * * Revision 1.58 2002/01/01 23:20:22 craigs * Added HandleAck and StartRequest implementations for T.38 * thanks to Vyacheslav Frolov * * Revision 1.57 2001/12/22 03:10:17 robertj * Changed OnRequstModeChange to return ack, then actually do the change. * * Revision 1.56 2001/12/22 01:46:33 robertj * Fixed bug in RequestMode negotiation, failure to set sequence number. * * Revision 1.55 2001/12/14 08:36:36 robertj * More implementation of T.38, thanks Adam Lazur * * Revision 1.54 2001/11/11 23:07:52 robertj * Some clean ups after T.38 commit, thanks Adam Lazur * * Revision 1.53 2001/11/09 05:39:54 craigs * Added initial T.38 support thanks to Adam Lazur * * Revision 1.52 2001/09/13 04:18:57 robertj * Added support for "reopen" function when closing logical channel. * * Revision 1.51 2001/08/06 03:08:56 robertj * Fission of h323.h to h323ep.h & h323con.h, h323.h now just includes files. * * Revision 1.50 2001/05/30 23:34:54 robertj * Added functions to send TCS=0 for transmitter side pause. * * Revision 1.49 2001/05/09 02:34:37 robertj * Fixed problem with being able to start two MSD's at the same time. * Fixed possible race condition in code to prevent two TCS's happening * at the same time. * * Revision 1.48 2001/04/26 02:01:53 robertj * Added workaround for more strange Cisco behaviour, stops sending RTP * data if you try and do a H.245 RoundTripDelay request!! * * Revision 1.47 2001/03/16 07:11:39 robertj * Added logical channel open function version without locking. * * Revision 1.46 2001/03/14 03:20:27 robertj * Fixed possible nested mutex deadlock in logical channel negotiator. * * Revision 1.45 2001/03/06 04:44:47 robertj * Fixed problem where could send capability set twice. This should not be * a problem except when talking to another broken stack, eg Cisco routers. * * Revision 1.44 2001/02/09 05:13:56 craigs * Added pragma implementation to (hopefully) reduce the executable image size * under Linux * * Revision 1.43 2001/01/04 07:46:22 robertj * Added special test for broken NetMeeting in restablishing logical channels * when have to close one due to device conflict (asymetric codecs). * * Revision 1.42 2001/01/02 08:03:28 robertj * Changed MSD determination number comparision to be clearly as per spec. * * Revision 1.41 2000/10/16 09:46:37 robertj * Fixed problem with opening codec before capability fields updated from * OLC PDU, caused problems in G.711 tweaked psuedo-packet size. * * Revision 1.40 2000/09/22 01:35:50 robertj * Added support for handling LID's that only do symmetric codecs. * * Revision 1.39 2000/09/12 01:01:17 robertj * Fixed protocol issue, should send CloseLogicalChannel PDU's on accepting RequestClose. * * Revision 1.38 2000/08/31 10:49:38 robertj * Fixed unix deadlock when non-fastStart but with H245 tunneling. * * Revision 1.37 2000/08/21 12:37:14 robertj * Fixed race condition if close call just as slow start media channels are opening, part 2. * * Revision 1.36 2000/08/21 02:50:28 robertj * Fixed race condition if close call just as slow start media channels are opening. * * Revision 1.35 2000/07/14 09:00:48 robertj * Fixed race condition in closing connection and explicit close logical channel. * * Revision 1.34 2000/07/11 19:31:28 robertj * Fixed possible deadlock under unix when trying to restart running TCS. * * Revision 1.33 2000/07/10 16:04:01 robertj * Added TCS=0 support. * Fixed bug where negotiations hang if not fast start and tunnelled but remot does not tunnel. * * Revision 1.32 2000/07/09 14:57:54 robertj * Fixed bug where don't accept TCS if supplied sequence number is zero. * * Revision 1.31 2000/07/04 13:00:36 craigs * Fixed problem with selecting large and small video sizes * * Revision 1.30 2000/07/04 04:15:41 robertj * Fixed capability check of "combinations" for fast start cases. * * Revision 1.29 2000/07/03 00:38:40 robertj * Fixed deadlock caused by nested mutex waits in negotiated channel closing. * * Revision 1.28 2000/06/27 03:46:52 robertj * Fixed another possible race condition on logical channel closure. * * Revision 1.27 2000/06/03 03:16:39 robertj * Fixed using the wrong capability table (should be connections) for some operations. * * Revision 1.26 2000/05/23 11:32:37 robertj * Rewrite of capability table to combine 2 structures into one and move functionality into that class * allowing some normalisation of usage across several applications. * Changed H323Connection so gets a copy of capabilities instead of using endponts, allows adjustments * to be done depending on the remote client application. * * Revision 1.25 2000/05/22 07:32:51 craigs * Fixed problem with ohphone silence detection hanging * * Revision 1.24 2000/05/16 08:13:42 robertj * Added function to find channel by session ID, supporting H323Connection::FindChannel() with mutex. * * Revision 1.23 2000/05/11 04:19:45 robertj * Fixed typo * * Revision 1.22 2000/05/11 04:16:35 robertj * Fixed missing timeout (and typo!) in bidirectional open logical channel. * * Revision 1.21 2000/05/08 05:06:27 robertj * Fixed bug in H.245 close logical channel timeout, thanks XuPeili. * * Revision 1.20 2000/05/05 04:35:10 robertj * Changed where the system timer is sampled to minimise overhead in round trip delay calculation. * * Revision 1.19 2000/05/02 04:32:27 robertj * Fixed copyright notice comment. * * Revision 1.18 2000/04/24 23:47:01 robertj * Fixed bug in master/slave negotiator for if have "in sync" random number generators, thanks Shawn Sincoski. * * Revision 1.17 2000/04/10 17:50:28 robertj * Fixed yet another race condition needing mutex in logical channels management class. * * Revision 1.16 2000/04/05 03:17:31 robertj * Added more RTP statistics gathering and H.245 round trip delay calculation. * * Revision 1.15 2000/03/29 02:14:46 robertj * Changed TerminationReason to CallEndReason to use correct telephony nomenclature. * Added CallEndReason for capability exchange failure. * * Revision 1.14 2000/03/25 02:19:50 robertj * Fixed missing mutex call in some logical channels structure access. * * Revision 1.13 2000/02/17 12:07:43 robertj * Used ne wPWLib random number generator after finding major problem in MSVC rand(). * * Revision 1.12 1999/11/26 01:25:01 craigs * Removed deadlock when remote endpoint requests unsupported channel type * * Revision 1.11 1999/11/19 09:07:27 robertj * Fixed bug allocating incorrect channel number to fast start transmit channel. * * Revision 1.10 1999/11/06 11:00:18 robertj * Fixed race condition in explicit channel close and connection close. * * Revision 1.9 1999/11/06 05:37:45 robertj * Complete rewrite of termination of connection to avoid numerous race conditions. * * Revision 1.8 1999/10/30 12:34:47 robertj * Added information callback for closed logical channel on H323EndPoint. * * Revision 1.7 1999/10/24 04:45:14 robertj * Removed requirement that must be sending capability set to receive capability set. * * Revision 1.6 1999/09/21 14:10:41 robertj * Fixed incorrect PTRACING test and removed uneeded include of videoio.h * * Revision 1.5 1999/09/15 01:26:27 robertj * Changed capability set call backs to have more specific class as parameter. * * Revision 1.4 1999/09/14 14:26:17 robertj * Added more debug tracing. * * Revision 1.3 1999/09/08 04:05:49 robertj * Added support for video capabilities & codec, still needs the actual codec itself! * * Revision 1.2 1999/08/31 12:34:19 robertj * Added gatekeeper support. * * Revision 1.1 1999/08/25 05:08:14 robertj * File fission (critical mass reached). * */ #include #ifdef __GNUC__ #pragma implementation "h323neg.h" #endif #include "h323neg.h" #include "h323ep.h" #include #define new PNEW /////////////////////////////////////////////////////////////////////////////// H245Negotiator::H245Negotiator(H323EndPoint & end, H323Connection & conn) : endpoint(end), connection(conn) { replyTimer.SetNotifier(PCREATE_NOTIFIER(HandleTimeout)); } void H245Negotiator::HandleTimeout(PTimer &, INT) { } ///////////////////////////////////////////////////////////////////////////// H245NegMasterSlaveDetermination::H245NegMasterSlaveDetermination(H323EndPoint & end, H323Connection & conn) : H245Negotiator(end, conn) { retryCount = 1; state = e_Idle; status = e_Indeterminate; } BOOL H245NegMasterSlaveDetermination::Start(BOOL renegotiate) { PWaitAndSignal wait(mutex); if (state != e_Idle) { PTRACE(3, "H245\tMasterSlaveDetermination already in progress"); return TRUE; } if (!renegotiate && IsDetermined()) return TRUE; retryCount = 1; return Restart(); } BOOL H245NegMasterSlaveDetermination::Restart() { PTRACE(3, "H245\tSending MasterSlaveDetermination"); // Begin the Master/Slave determination procedure determinationNumber = PRandom::Number()%16777216; replyTimer = endpoint.GetMasterSlaveDeterminationTimeout(); state = e_Outgoing; H323ControlPDU pdu; pdu.BuildMasterSlaveDetermination(endpoint.GetTerminalType(), determinationNumber); return connection.WriteControlPDU(pdu); } void H245NegMasterSlaveDetermination::Stop() { PWaitAndSignal wait(mutex); PTRACE(3, "H245\tStopping MasterSlaveDetermination: state=" << state); if (state == e_Idle) return; replyTimer.Stop(); state = e_Idle; } BOOL H245NegMasterSlaveDetermination::HandleIncoming(const H245_MasterSlaveDetermination & pdu) { replyTimer.Stop(); PWaitAndSignal wait(mutex); PTRACE(3, "H245\tReceived MasterSlaveDetermination: state=" << state); if (state == e_Incoming) { replyTimer.Stop(); state = e_Idle; return connection.OnControlProtocolError(H323Connection::e_MasterSlaveDetermination, "Duplicate MasterSlaveDetermination"); } replyTimer = endpoint.GetMasterSlaveDeterminationTimeout(); // Determine the master and slave MasterSlaveStatus newStatus; if (pdu.m_terminalType < (unsigned)endpoint.GetTerminalType()) newStatus = e_DeterminedMaster; else if (pdu.m_terminalType > (unsigned)endpoint.GetTerminalType()) newStatus = e_DeterminedSlave; else { DWORD moduloDiff = (pdu.m_statusDeterminationNumber - determinationNumber)&0xffffff; if (moduloDiff == 0 || moduloDiff == 0x800000) newStatus = e_Indeterminate; else if (moduloDiff < 0x800000) newStatus = e_DeterminedMaster; else newStatus = e_DeterminedSlave; } H323ControlPDU reply; if (newStatus != e_Indeterminate) { PTRACE(2, "H245\tMasterSlaveDetermination: local is " << (newStatus == e_DeterminedMaster ? "master" : "slave")); reply.BuildMasterSlaveDeterminationAck(newStatus == e_DeterminedMaster); state = e_Incoming; status = newStatus; } else if (state == e_Outgoing) { retryCount++; if (retryCount < endpoint.GetMasterSlaveDeterminationRetries()) return Restart(); // Try again replyTimer.Stop(); state = e_Idle; return connection.OnControlProtocolError(H323Connection::e_MasterSlaveDetermination, "Retries exceeded"); } else { reply.BuildMasterSlaveDeterminationReject(H245_MasterSlaveDeterminationReject_cause::e_identicalNumbers); } return connection.WriteControlPDU(reply); } BOOL H245NegMasterSlaveDetermination::HandleAck(const H245_MasterSlaveDeterminationAck & pdu) { replyTimer.Stop(); PWaitAndSignal wait(mutex); PTRACE(3, "H245\tReceived MasterSlaveDeterminationAck: state=" << state); if (state == e_Idle) return TRUE; replyTimer = endpoint.GetMasterSlaveDeterminationTimeout(); MasterSlaveStatus newStatus; if (pdu.m_decision.GetTag() == H245_MasterSlaveDeterminationAck_decision::e_master) newStatus = e_DeterminedMaster; else newStatus = e_DeterminedSlave; H323ControlPDU reply; if (state == e_Outgoing) { status = newStatus; PTRACE(2, "H245\tMasterSlaveDetermination: remote is " << (newStatus == e_DeterminedSlave ? "master" : "slave")); reply.BuildMasterSlaveDeterminationAck(newStatus == e_DeterminedMaster); if (!connection.WriteControlPDU(reply)) return FALSE; } replyTimer.Stop(); state = e_Idle; if (status != newStatus) return connection.OnControlProtocolError(H323Connection::e_MasterSlaveDetermination, "Master/Slave mismatch"); return TRUE; } BOOL H245NegMasterSlaveDetermination::HandleReject(const H245_MasterSlaveDeterminationReject & pdu) { replyTimer.Stop(); PWaitAndSignal wait(mutex); PTRACE(3, "H245\tReceived MasterSlaveDeterminationReject: state=" << state); switch (state) { case e_Idle : return TRUE; case e_Outgoing : if (pdu.m_cause.GetTag() == H245_MasterSlaveDeterminationReject_cause::e_identicalNumbers) { retryCount++; if (retryCount < endpoint.GetMasterSlaveDeterminationRetries()) return Restart(); } default : break; } replyTimer.Stop(); state = e_Idle; return connection.OnControlProtocolError(H323Connection::e_MasterSlaveDetermination, "Retries exceeded"); } BOOL H245NegMasterSlaveDetermination::HandleRelease(const H245_MasterSlaveDeterminationRelease & /*pdu*/) { replyTimer.Stop(); PWaitAndSignal wait(mutex); PTRACE(3, "H245\tReceived MasterSlaveDeterminationRelease: state=" << state); if (state == e_Idle) return TRUE; replyTimer.Stop(); state = e_Idle; return connection.OnControlProtocolError(H323Connection::e_MasterSlaveDetermination, "Aborted"); } void H245NegMasterSlaveDetermination::HandleTimeout(PTimer &, INT) { PWaitAndSignal wait(mutex); PTRACE(3, "H245\tTimeout on MasterSlaveDetermination: state=" << state); if (state == e_Outgoing) { H323ControlPDU reply; reply.Build(H245_IndicationMessage::e_masterSlaveDeterminationRelease); connection.WriteControlPDU(reply); } state = e_Idle; connection.OnControlProtocolError(H323Connection::e_MasterSlaveDetermination, "Timeout"); } #if PTRACING const char * const H245NegMasterSlaveDetermination::StateNames[] = { "Idle", "Outgoing", "Incoming" }; const char * const H245NegMasterSlaveDetermination::StatusNames[] = { "Indeterminate", "DeterminedMaster", "DeterminedSlave" }; #endif ///////////////////////////////////////////////////////////////////////////// H245NegTerminalCapabilitySet::H245NegTerminalCapabilitySet(H323EndPoint & end, H323Connection & conn) : H245Negotiator(end, conn) { inSequenceNumber = UINT_MAX; outSequenceNumber = 0; state = e_Idle; receivedCapabilites = FALSE; } BOOL H245NegTerminalCapabilitySet::Start(BOOL renegotiate, BOOL empty) { replyTimer.Stop(); PWaitAndSignal wait(mutex); if (state == e_InProgress) { PTRACE(3, "H245\tTerminalCapabilitySet already in progress: outSeq=" << outSequenceNumber); return TRUE; } if (!renegotiate && state == e_Sent) { PTRACE(3, "H245\tTerminalCapabilitySet already sent."); return TRUE; } // Begin the capability exchange procedure outSequenceNumber = (outSequenceNumber+1)%256; replyTimer = endpoint.GetCapabilityExchangeTimeout(); state = e_InProgress; PTRACE(3, "H245\tSending TerminalCapabilitySet: outSeq=" << outSequenceNumber); H323ControlPDU pdu; connection.OnSendCapabilitySet(pdu.BuildTerminalCapabilitySet(connection, outSequenceNumber, empty)); return connection.WriteControlPDU(pdu); } void H245NegTerminalCapabilitySet::Stop() { PWaitAndSignal wait(mutex); PTRACE(3, "H245\tStopping TerminalCapabilitySet: state=" << state); if (state == e_Idle) return; replyTimer.Stop(); state = e_Idle; receivedCapabilites = FALSE; } BOOL H245NegTerminalCapabilitySet::HandleIncoming(const H245_TerminalCapabilitySet & pdu) { replyTimer.Stop(); mutex.Wait(); PTRACE(3, "H245\tReceived TerminalCapabilitySet:" " state=" << state << " pduSeq=" << pdu.m_sequenceNumber << " inSeq=" << inSequenceNumber); if (pdu.m_sequenceNumber == inSequenceNumber) { mutex.Signal(); PTRACE(3, "H245\tIgnoring TerminalCapabilitySet, already received sequence number"); return TRUE; // Already had this one } inSequenceNumber = pdu.m_sequenceNumber; mutex.Signal(); H323Capabilities remoteCapabilities(connection, pdu); const H245_MultiplexCapability * muxCap = NULL; if (pdu.HasOptionalField(H245_TerminalCapabilitySet::e_multiplexCapability)) muxCap = &pdu.m_multiplexCapability; H323ControlPDU reject; if (connection.OnReceivedCapabilitySet(remoteCapabilities, muxCap, reject.BuildTerminalCapabilitySetReject(inSequenceNumber, H245_TerminalCapabilitySetReject_cause::e_unspecified))) { receivedCapabilites = TRUE; H323ControlPDU ack; ack.BuildTerminalCapabilitySetAck(inSequenceNumber); return connection.WriteControlPDU(ack); } connection.WriteControlPDU(reject); connection.ClearCall(H323Connection::EndedByCapabilityExchange); return TRUE; } BOOL H245NegTerminalCapabilitySet::HandleAck(const H245_TerminalCapabilitySetAck & pdu) { replyTimer.Stop(); PWaitAndSignal wait(mutex); PTRACE(3, "H245\tReceived TerminalCapabilitySetAck:" " state=" << state << " pduSeq=" << pdu.m_sequenceNumber << " outSeq=" << (unsigned)outSequenceNumber); if (state != e_InProgress) return TRUE; if (pdu.m_sequenceNumber != outSequenceNumber) return TRUE; replyTimer.Stop(); state = e_Sent; PTRACE(2, "H245\tTerminalCapabilitySet Sent."); return TRUE; } BOOL H245NegTerminalCapabilitySet::HandleReject(const H245_TerminalCapabilitySetReject & pdu) { replyTimer.Stop(); PWaitAndSignal wait(mutex); PTRACE(3, "H245\tReceived TerminalCapabilitySetReject:" " state=" << state << " pduSeq=" << pdu.m_sequenceNumber << " outSeq=" << (unsigned)outSequenceNumber); if (state != e_InProgress) return TRUE; if (pdu.m_sequenceNumber != outSequenceNumber) return TRUE; state = e_Idle; replyTimer.Stop(); return connection.OnControlProtocolError(H323Connection::e_CapabilityExchange, "Rejected"); } BOOL H245NegTerminalCapabilitySet::HandleRelease(const H245_TerminalCapabilitySetRelease & /*pdu*/) { replyTimer.Stop(); PWaitAndSignal wait(mutex); PTRACE(3, "H245\tReceived TerminalCapabilityRelease: state=" << state); receivedCapabilites = FALSE; return connection.OnControlProtocolError(H323Connection::e_CapabilityExchange, "Aborted"); } void H245NegTerminalCapabilitySet::HandleTimeout(PTimer &, INT) { replyTimer.Stop(); PWaitAndSignal wait(mutex); PTRACE(3, "H245\tTimeout on TerminalCapabilitySet: state=" << state); H323ControlPDU reply; reply.Build(H245_IndicationMessage::e_terminalCapabilitySetRelease); connection.WriteControlPDU(reply); connection.OnControlProtocolError(H323Connection::e_CapabilityExchange, "Timeout"); } #if PTRACING const char * const H245NegTerminalCapabilitySet::StateNames[] = { "Idle", "InProgress", "Sent" }; #endif ///////////////////////////////////////////////////////////////////////////// H245NegLogicalChannel::H245NegLogicalChannel(H323EndPoint & end, H323Connection & conn, const H323ChannelNumber & chanNum) : H245Negotiator(end, conn), channelNumber(chanNum) { channel = NULL; state = e_Released; } H245NegLogicalChannel::H245NegLogicalChannel(H323EndPoint & end, H323Connection & conn, H323Channel & chan) : H245Negotiator(end, conn), channelNumber(chan.GetNumber()) { channel = &chan; state = e_Established; } H245NegLogicalChannel::~H245NegLogicalChannel() { replyTimer.Stop(); PThread::Yield(); // Do this to avoid possible race condition with timer mutex.Wait(); delete channel; mutex.Signal(); } BOOL H245NegLogicalChannel::Open(const H323Capability & capability, unsigned sessionID, unsigned replacementFor) { PWaitAndSignal wait(mutex); return OpenWhileLocked(capability, sessionID, replacementFor); } BOOL H245NegLogicalChannel::OpenWhileLocked(const H323Capability & capability, unsigned sessionID, unsigned replacementFor) { if (state != e_Released && state != e_AwaitingRelease) { PTRACE(3, "H245\tOpen of channel currently in negotiations: " << channelNumber); return FALSE; } PTRACE(3, "H245\tOpening channel: " << channelNumber); if (channel != NULL) { channel->CleanUpOnTermination(); delete channel; channel = NULL; } state = e_AwaitingEstablishment; H323ControlPDU pdu; H245_OpenLogicalChannel & open = pdu.BuildOpenLogicalChannel(channelNumber); if (!capability.OnSendingPDU(open.m_forwardLogicalChannelParameters.m_dataType)) { PTRACE(3, "H245\tOpening channel: " << channelNumber << ", capability.OnSendingPDU() failed"); return FALSE; } channel = capability.CreateChannel(connection, H323Channel::IsTransmitter, sessionID, NULL); if (channel == NULL) { PTRACE(3, "H245\tOpening channel: " << channelNumber << ", capability.CreateChannel() failed"); return FALSE; } channel->SetNumber(channelNumber); if (!channel->OnSendingPDU(open)) { PTRACE(3, "H245\tOpening channel: " << channelNumber << ", channel->OnSendingPDU() failed"); return FALSE; } if (replacementFor > 0) { if (open.HasOptionalField(H245_OpenLogicalChannel::e_reverseLogicalChannelParameters)) { open.m_reverseLogicalChannelParameters.IncludeOptionalField(H245_OpenLogicalChannel_reverseLogicalChannelParameters::e_replacementFor); open.m_reverseLogicalChannelParameters.m_replacementFor = replacementFor; } else { open.m_forwardLogicalChannelParameters.IncludeOptionalField(H245_OpenLogicalChannel_forwardLogicalChannelParameters::e_replacementFor); open.m_forwardLogicalChannelParameters.m_replacementFor = replacementFor; } } if (!channel->Open()) return FALSE; if (!channel->SetInitialBandwidth()) { PTRACE(3, "H245\tOpening channel: " << channelNumber << ", Insufficient bandwidth"); return FALSE; } replyTimer = endpoint.GetLogicalChannelTimeout(); return connection.WriteControlPDU(pdu); } BOOL H245NegLogicalChannel::Close() { PWaitAndSignal wait(mutex); return CloseWhileLocked(); } BOOL H245NegLogicalChannel::CloseWhileLocked() { PTRACE(3, "H245\tClosing channel: " << channelNumber << ", state=" << state); if (state != e_AwaitingEstablishment && state != e_Established) return TRUE; replyTimer = endpoint.GetLogicalChannelTimeout(); H323ControlPDU reply; if (channelNumber.IsFromRemote()) { reply.BuildRequestChannelClose(channelNumber, H245_RequestChannelClose_reason::e_normal); state = e_AwaitingResponse; } else { reply.BuildCloseLogicalChannel(channelNumber); state = e_AwaitingRelease; } return connection.WriteControlPDU(reply); } BOOL H245NegLogicalChannel::HandleOpen(const H245_OpenLogicalChannel & pdu) { PTRACE(3, "H245\tReceived open channel: " << channelNumber << ", state=" << state); if (channel != NULL) { channel->CleanUpOnTermination(); delete channel; channel = NULL; } state = e_AwaitingEstablishment; H323ControlPDU reply; H245_OpenLogicalChannelAck & ack = reply.BuildOpenLogicalChannelAck(channelNumber); BOOL ok = FALSE; unsigned cause = H245_OpenLogicalChannelReject_cause::e_unspecified; if (connection.OnOpenLogicalChannel(pdu, ack, cause)) channel = connection.CreateLogicalChannel(pdu, FALSE, cause); if (channel != NULL) { channel->SetNumber(channelNumber); channel->OnSendOpenAck(pdu, ack); if (channel->GetDirection() == H323Channel::IsBidirectional) { state = e_AwaitingConfirmation; replyTimer = endpoint.GetLogicalChannelTimeout(); // T103 ok = TRUE; } else { ok = channel->Start(); if (!ok) { // The correct protocol thing to do is reject the channel if we are // the master. However NetMeeting will not then reopen a channel, so // we act like we are a slave and close our end instead. if (connection.IsH245Master() && connection.GetRemoteApplication().Find("NetMeeting") == P_MAX_INDEX) cause = H245_OpenLogicalChannelReject_cause::e_masterSlaveConflict; else { connection.OnConflictingLogicalChannel(*channel); ok = channel->Start(); } } if (ok) state = e_Established; } } if (ok) mutex.Signal(); else { reply.BuildOpenLogicalChannelReject(channelNumber, cause); Release(); } return connection.WriteControlPDU(reply); } BOOL H245NegLogicalChannel::HandleOpenAck(const H245_OpenLogicalChannelAck & pdu) { replyTimer.Stop(); PWaitAndSignal wait(mutex); PTRACE(3, "H245\tReceived open channel ack: " << channelNumber << ", state=" << state); switch (state) { case e_Released : return connection.OnControlProtocolError(H323Connection::e_LogicalChannel, "Ack unknown channel"); case e_AwaitingEstablishment : state = e_Established; replyTimer.Stop(); if (!channel->OnReceivedAckPDU(pdu)) return CloseWhileLocked(); if (channel->GetDirection() == H323Channel::IsBidirectional) { H323ControlPDU reply; reply.BuildOpenLogicalChannelConfirm(channelNumber); if (!connection.WriteControlPDU(reply)) return FALSE; } // Channel was already opened when OLC sent, if have error here it is // somthing other than an asymmetric codec conflict, so close it down. if (!channel->Start()) return CloseWhileLocked(); default : break; } return TRUE; } BOOL H245NegLogicalChannel::HandleOpenConfirm(const H245_OpenLogicalChannelConfirm & /*pdu*/) { replyTimer.Stop(); PWaitAndSignal wait(mutex); PTRACE(3, "H245\tReceived open channel confirm: " << channelNumber << ", state=" << state); switch (state) { case e_Released : return connection.OnControlProtocolError(H323Connection::e_LogicalChannel, "Confirm unknown channel"); case e_AwaitingEstablishment : return connection.OnControlProtocolError(H323Connection::e_LogicalChannel, "Confirm established channel"); case e_AwaitingConfirmation : replyTimer.Stop(); state = e_Established; // Channel was already opened when OLC sent, if have error here it is // somthing other than an asymmetric codec conflict, so close it down. if (!channel->Start()) return CloseWhileLocked(); default : break; } return TRUE; } BOOL H245NegLogicalChannel::HandleReject(const H245_OpenLogicalChannelReject & pdu) { replyTimer.Stop(); mutex.Wait(); PTRACE(3, "H245\tReceived open channel reject: " << channelNumber << ", state=" << state); switch (state) { case e_Released : mutex.Signal(); return connection.OnControlProtocolError(H323Connection::e_LogicalChannel, "Reject unknown channel"); case e_Established : Release(); return connection.OnControlProtocolError(H323Connection::e_LogicalChannel, "Reject established channel"); case e_AwaitingEstablishment : // Master rejected our attempt to open, so try something else. if (pdu.m_cause.GetTag() == H245_OpenLogicalChannelReject_cause::e_masterSlaveConflict) connection.OnConflictingLogicalChannel(*channel); // Do next case case e_AwaitingRelease : Release(); break; default : mutex.Signal(); break; } return TRUE; } BOOL H245NegLogicalChannel::HandleClose(const H245_CloseLogicalChannel & /*pdu*/) { replyTimer.Stop(); mutex.Wait(); PTRACE(3, "H245\tReceived close channel: " << channelNumber << ", state=" << state); //if (pdu.m_source.GetTag() == H245_CloseLogicalChannel_source::e_user) H323ControlPDU reply; reply.BuildCloseLogicalChannelAck(channelNumber); Release(); return connection.WriteControlPDU(reply); } BOOL H245NegLogicalChannel::HandleCloseAck(const H245_CloseLogicalChannelAck & /*pdu*/) { replyTimer.Stop(); mutex.Wait(); PTRACE(3, "H245\tReceived close channel ack: " << channelNumber << ", state=" << state); switch (state) { case e_Established : Release(); return connection.OnControlProtocolError(H323Connection::e_LogicalChannel, "Close ack open channel"); case e_AwaitingRelease : Release(); break; default : mutex.Signal(); break; } return TRUE; } BOOL H245NegLogicalChannel::HandleRequestClose(const H245_RequestChannelClose & pdu) { replyTimer.Stop(); PWaitAndSignal wait(mutex); PTRACE(3, "H245\tReceived request close channel: " << channelNumber << ", state=" << state); if (state != e_Established) return TRUE; // Already closed H323ControlPDU reply; if (connection.OnClosingLogicalChannel(*channel)) { reply.BuildRequestChannelCloseAck(channelNumber); if (!connection.WriteControlPDU(reply)) return FALSE; // Do normal Close procedure replyTimer = endpoint.GetLogicalChannelTimeout(); reply.BuildCloseLogicalChannel(channelNumber); state = e_AwaitingRelease; if (pdu.m_reason.GetTag() == H245_RequestChannelClose_reason::e_reopen) { PTRACE(2, "H245\tReopening channel: " << channelNumber); connection.OpenLogicalChannel(channel->GetCapability(), channel->GetSessionID(), channel->GetDirection()); } } else reply.BuildRequestChannelCloseReject(channelNumber); return connection.WriteControlPDU(reply); } BOOL H245NegLogicalChannel::HandleRequestCloseAck(const H245_RequestChannelCloseAck & /*pdu*/) { replyTimer.Stop(); mutex.Wait(); PTRACE(3, "H245\tReceived request close ack channel: " << channelNumber << ", state=" << state); if (state == e_AwaitingResponse) Release(); // Other end says close OK, so do so. else mutex.Signal(); return TRUE; } BOOL H245NegLogicalChannel::HandleRequestCloseReject(const H245_RequestChannelCloseReject & /*pdu*/) { replyTimer.Stop(); PWaitAndSignal wait(mutex); PTRACE(3, "H245\tReceived request close reject channel: " << channelNumber << ", state=" << state); // Other end refused close, so go back to still having channel open if (state == e_AwaitingResponse) state = e_Established; return TRUE; } BOOL H245NegLogicalChannel::HandleRequestCloseRelease(const H245_RequestChannelCloseRelease & /*pdu*/) { replyTimer.Stop(); PWaitAndSignal wait(mutex); PTRACE(3, "H245\tReceived request close release channel: " << channelNumber << ", state=" << state); // Other end refused close, so go back to still having channel open state = e_Established; return TRUE; } void H245NegLogicalChannel::HandleTimeout(PTimer &, INT) { mutex.Wait(); PTRACE(3, "H245\tTimeout on open channel: " << channelNumber << ", state=" << state); H323ControlPDU reply; switch (state) { case e_AwaitingEstablishment : reply.BuildCloseLogicalChannel(channelNumber); connection.WriteControlPDU(reply); break; case e_AwaitingResponse : reply.BuildRequestChannelCloseRelease(channelNumber); connection.WriteControlPDU(reply); break; case e_Released : mutex.Signal(); return; default : break; } Release(); connection.OnControlProtocolError(H323Connection::e_LogicalChannel, "Timeout"); } void H245NegLogicalChannel::Release() { state = e_Released; H323Channel * chan = channel; channel = NULL; mutex.Signal(); replyTimer.Stop(); if (chan != NULL) { chan->CleanUpOnTermination(); delete chan; } } H323Channel * H245NegLogicalChannel::GetChannel() { return channel; } #if PTRACING const char * const H245NegLogicalChannel::StateNames[] = { "Released", "AwaitingEstablishment", "Established", "AwaitingRelease", "AwatingConfirmation", "AwaitingResponse" }; #endif ///////////////////////////////////////////////////////////////////////////// H245NegLogicalChannels::H245NegLogicalChannels(H323EndPoint & end, H323Connection & conn) : H245Negotiator(end, conn), lastChannelNumber(100, FALSE) { } void H245NegLogicalChannels::Add(H323Channel & channel) { mutex.Wait(); channels.SetAt(channel.GetNumber(), new H245NegLogicalChannel(endpoint, connection, channel)); mutex.Signal(); } BOOL H245NegLogicalChannels::Open(const H323Capability & capability, unsigned sessionID, unsigned replacementFor) { mutex.Wait(); lastChannelNumber++; H245NegLogicalChannel * negChan = new H245NegLogicalChannel(endpoint, connection, lastChannelNumber); channels.SetAt(lastChannelNumber, negChan); mutex.Signal(); return negChan->Open(capability, sessionID, replacementFor); } BOOL H245NegLogicalChannels::Close(unsigned channelNumber, BOOL fromRemote) { H245NegLogicalChannel * chan = FindNegLogicalChannel(channelNumber, fromRemote); if (chan != NULL) return chan->Close(); return connection.OnControlProtocolError(H323Connection::e_LogicalChannel, "Close unknown"); } BOOL H245NegLogicalChannels::HandleOpen(const H245_OpenLogicalChannel & pdu) { H323ChannelNumber chanNum(pdu.m_forwardLogicalChannelNumber, TRUE); H245NegLogicalChannel * chan; mutex.Wait(); if (channels.Contains(chanNum)) chan = &channels[chanNum]; else { chan = new H245NegLogicalChannel(endpoint, connection, chanNum); channels.SetAt(chanNum, chan); } chan->mutex.Wait(); mutex.Signal(); return chan->HandleOpen(pdu); } BOOL H245NegLogicalChannels::HandleOpenAck(const H245_OpenLogicalChannelAck & pdu) { H245NegLogicalChannel * chan = FindNegLogicalChannel(pdu.m_forwardLogicalChannelNumber, FALSE); if (chan != NULL) return chan->HandleOpenAck(pdu); return connection.OnControlProtocolError(H323Connection::e_LogicalChannel, "Ack unknown"); } BOOL H245NegLogicalChannels::HandleOpenConfirm(const H245_OpenLogicalChannelConfirm & pdu) { H245NegLogicalChannel * chan = FindNegLogicalChannel(pdu.m_forwardLogicalChannelNumber, TRUE); if (chan != NULL) return chan->HandleOpenConfirm(pdu); return connection.OnControlProtocolError(H323Connection::e_LogicalChannel, "Confirm unknown"); } BOOL H245NegLogicalChannels::HandleReject(const H245_OpenLogicalChannelReject & pdu) { H245NegLogicalChannel * chan = FindNegLogicalChannel(pdu.m_forwardLogicalChannelNumber, FALSE); if (chan != NULL) return chan->HandleReject(pdu); return connection.OnControlProtocolError(H323Connection::e_LogicalChannel, "Reject unknown"); } BOOL H245NegLogicalChannels::HandleClose(const H245_CloseLogicalChannel & pdu) { H245NegLogicalChannel * chan = FindNegLogicalChannel(pdu.m_forwardLogicalChannelNumber, TRUE); if (chan != NULL) return chan->HandleClose(pdu); return connection.OnControlProtocolError(H323Connection::e_LogicalChannel, "Close unknown"); } BOOL H245NegLogicalChannels::HandleCloseAck(const H245_CloseLogicalChannelAck & pdu) { H245NegLogicalChannel * chan = FindNegLogicalChannel(pdu.m_forwardLogicalChannelNumber, FALSE); if (chan != NULL) return chan->HandleCloseAck(pdu); return connection.OnControlProtocolError(H323Connection::e_LogicalChannel, "Close Ack unknown"); } BOOL H245NegLogicalChannels::HandleRequestClose(const H245_RequestChannelClose & pdu) { H245NegLogicalChannel * chan = FindNegLogicalChannel(pdu.m_forwardLogicalChannelNumber, FALSE); if (chan != NULL) return chan->HandleRequestClose(pdu); return connection.OnControlProtocolError(H323Connection::e_LogicalChannel, "Request Close unknown"); } BOOL H245NegLogicalChannels::HandleRequestCloseAck(const H245_RequestChannelCloseAck & pdu) { H245NegLogicalChannel * chan = FindNegLogicalChannel(pdu.m_forwardLogicalChannelNumber, TRUE); if (chan != NULL) return chan->HandleRequestCloseAck(pdu); return connection.OnControlProtocolError(H323Connection::e_LogicalChannel, "Request Close Ack unknown"); } BOOL H245NegLogicalChannels::HandleRequestCloseReject(const H245_RequestChannelCloseReject & pdu) { H245NegLogicalChannel * chan = FindNegLogicalChannel(pdu.m_forwardLogicalChannelNumber, TRUE); if (chan != NULL) return chan->HandleRequestCloseReject(pdu); return connection.OnControlProtocolError(H323Connection::e_LogicalChannel, "Request Close Reject unknown"); } BOOL H245NegLogicalChannels::HandleRequestCloseRelease(const H245_RequestChannelCloseRelease & pdu) { H245NegLogicalChannel * chan = FindNegLogicalChannel(pdu.m_forwardLogicalChannelNumber, FALSE); if (chan != NULL) return chan->HandleRequestCloseRelease(pdu); return connection.OnControlProtocolError(H323Connection::e_LogicalChannel, "Request Close Release unknown"); } H323ChannelNumber H245NegLogicalChannels::GetNextChannelNumber() { PWaitAndSignal wait(mutex); lastChannelNumber++; return lastChannelNumber; } H323Channel * H245NegLogicalChannels::GetChannelAt(PINDEX i) { mutex.Wait(); H323Channel * chan = channels.GetDataAt(i).GetChannel(); mutex.Signal(); return chan; } H323Channel * H245NegLogicalChannels::FindChannel(unsigned channelNumber, BOOL fromRemote) { PWaitAndSignal wait(mutex); H323ChannelNumber chanNum(channelNumber, fromRemote); if (channels.Contains(chanNum)) return channels[chanNum].GetChannel(); return NULL; } H245NegLogicalChannel & H245NegLogicalChannels::GetNegLogicalChannelAt(PINDEX i) { PWaitAndSignal wait(mutex); return channels.GetDataAt(i); } H245NegLogicalChannel * H245NegLogicalChannels::FindNegLogicalChannel(unsigned channelNumber, BOOL fromRemote) { H323ChannelNumber chanNum(channelNumber, fromRemote); mutex.Wait(); H245NegLogicalChannel * channel = channels.GetAt(chanNum); mutex.Signal(); return channel; } H323Channel * H245NegLogicalChannels::FindChannelBySession(unsigned rtpSessionId, BOOL fromRemote) { PWaitAndSignal wait(mutex); PINDEX i; H323Channel::Directions desiredDirection = fromRemote ? H323Channel::IsReceiver : H323Channel::IsTransmitter; for (i = 0; i < GetSize(); i++) { H323Channel * channel = channels.GetDataAt(i).GetChannel(); if (channel != NULL && channel->GetSessionID() == rtpSessionId && channel->GetDirection() == desiredDirection) return channel; } return NULL; } void H245NegLogicalChannels::RemoveAll() { PWaitAndSignal wait(mutex); for (PINDEX i = 0; i < channels.GetSize(); i++) { H245NegLogicalChannel & neg = channels.GetDataAt(i); neg.mutex.Wait(); H323Channel * channel = neg.GetChannel(); if (channel != NULL) channel->CleanUpOnTermination(); neg.mutex.Signal(); } channels.RemoveAll(); } ///////////////////////////////////////////////////////////////////////////// H245NegRequestMode::H245NegRequestMode(H323EndPoint & end, H323Connection & conn) : H245Negotiator(end, conn) { awaitingResponse = FALSE; inSequenceNumber = UINT_MAX; outSequenceNumber = 0; } BOOL H245NegRequestMode::StartRequest(const PString & newModes) { PStringArray modes = newModes.Lines(); if (modes.IsEmpty()) return FALSE; H245_ArrayOf_ModeDescription descriptions; PINDEX modeCount = 0; const H323Capabilities & localCapabilities = connection.GetLocalCapabilities(); for (PINDEX i = 0; i < modes.GetSize(); i++) { H245_ModeDescription description; PINDEX count = 0; PStringArray caps = modes[i].Tokenise('\t'); for (PINDEX j = 0; j < caps.GetSize(); j++) { H323Capability * capability = localCapabilities.FindCapability(caps[j]); if (capability != NULL) { description.SetSize(count+1); capability->OnSendingPDU(description[count]); count++; } } if (count > 0) { descriptions.SetSize(modeCount+1); descriptions[modeCount] = description; modeCount++; } } if (modeCount == 0) return FALSE; return StartRequest(descriptions); } BOOL H245NegRequestMode::StartRequest(const H245_ArrayOf_ModeDescription & newModes) { PTRACE(1, "H245\tStarted request mode: outSeq=" << outSequenceNumber << (awaitingResponse ? " awaitingResponse" : " idle")); if (awaitingResponse) return FALSE; // Initiate a mode request outSequenceNumber = (outSequenceNumber+1)%256; replyTimer = endpoint.GetRequestModeTimeout(); awaitingResponse = TRUE; H323ControlPDU pdu; H245_RequestMode & requestMode = pdu.BuildRequestMode(outSequenceNumber); requestMode.m_requestedModes = newModes; requestMode.m_requestedModes.SetConstraints(PASN_Object::FixedConstraint, 1, 256); return connection.WriteControlPDU(pdu); } BOOL H245NegRequestMode::HandleRequest(const H245_RequestMode & pdu) { replyTimer.Stop(); inSequenceNumber = pdu.m_sequenceNumber; PTRACE(3, "H245\tReceived request mode: inSeq=" << inSequenceNumber); H323ControlPDU reply_ack; H245_RequestModeAck & ack = reply_ack.BuildRequestModeAck(inSequenceNumber, H245_RequestModeAck_response::e_willTransmitMostPreferredMode); H323ControlPDU reply_reject; H245_RequestModeReject & reject = reply_reject.BuildRequestModeReject(inSequenceNumber, H245_RequestModeReject_cause::e_modeUnavailable); PINDEX selectedMode = 0; if (!connection.OnRequestModeChange(pdu, ack, reject, selectedMode)) return connection.WriteControlPDU(reply_reject); if (selectedMode != 0) ack.m_response.SetTag(H245_RequestModeAck_response::e_willTransmitLessPreferredMode); if (!connection.WriteControlPDU(reply_ack)) return FALSE; connection.OnModeChanged(pdu.m_requestedModes[selectedMode]); return TRUE; } BOOL H245NegRequestMode::HandleAck(const H245_RequestModeAck & pdu) { replyTimer.Stop(); PTRACE(3, "H245\tReceived ack on request mode: outSeq=" << outSequenceNumber << (awaitingResponse ? " awaitingResponse" : " idle")); if (awaitingResponse && pdu.m_sequenceNumber == outSequenceNumber) { awaitingResponse = FALSE; replyTimer.Stop(); connection.OnAcceptModeChange(pdu); } return TRUE; } BOOL H245NegRequestMode::HandleReject(const H245_RequestModeReject & pdu) { replyTimer.Stop(); PTRACE(3, "H245\tReceived reject on request mode: outSeq=" << outSequenceNumber << (awaitingResponse ? " awaitingResponse" : " idle")); if (awaitingResponse && pdu.m_sequenceNumber == outSequenceNumber) { awaitingResponse = FALSE; replyTimer.Stop(); connection.OnRefusedModeChange(&pdu); } return TRUE; } BOOL H245NegRequestMode::HandleRelease(const H245_RequestModeRelease & /*pdu*/) { replyTimer.Stop(); PTRACE(3, "H245\tReceived release on request mode: inSeq=" << inSequenceNumber); return TRUE; } void H245NegRequestMode::HandleTimeout(PTimer &, INT) { PTRACE(3, "H245\tTimeout on request mode: outSeq=" << outSequenceNumber << (awaitingResponse ? " awaitingResponse" : " idle")); if (awaitingResponse) { awaitingResponse = FALSE; H323ControlPDU pdu; pdu.Build(H245_IndicationMessage::e_requestModeRelease); connection.WriteControlPDU(pdu); connection.OnRefusedModeChange(NULL); } connection.OnControlProtocolError(H323Connection::e_ModeRequest, "Timeout"); } ///////////////////////////////////////////////////////////////////////////// H245NegRoundTripDelay::H245NegRoundTripDelay(H323EndPoint & end, H323Connection & conn) : H245Negotiator(end, conn) { awaitingResponse = FALSE; sequenceNumber = 0; // Temporary (ie quick) fix for strange Cisco behaviour. If keep trying to // do this it stops sending RTP audio data!! retryCount = 1; } BOOL H245NegRoundTripDelay::StartRequest() { PWaitAndSignal wait(mutex); replyTimer = endpoint.GetRoundTripDelayTimeout(); sequenceNumber = (sequenceNumber + 1)%256; awaitingResponse = TRUE; PTRACE(3, "H245\tStarted round trip delay: seq=" << sequenceNumber << (awaitingResponse ? " awaitingResponse" : " idle")); H323ControlPDU pdu; pdu.BuildRoundTripDelayRequest(sequenceNumber); if (!connection.WriteControlPDU(pdu)) return FALSE; tripStartTime = PTimer::Tick(); return TRUE; } BOOL H245NegRoundTripDelay::HandleRequest(const H245_RoundTripDelayRequest & pdu) { PWaitAndSignal wait(mutex); PTRACE(3, "H245\tStarted round trip delay: seq=" << sequenceNumber << (awaitingResponse ? " awaitingResponse" : " idle")); H323ControlPDU reply; reply.BuildRoundTripDelayResponse(pdu.m_sequenceNumber); return connection.WriteControlPDU(reply); } BOOL H245NegRoundTripDelay::HandleResponse(const H245_RoundTripDelayResponse & pdu) { replyTimer.Stop(); PWaitAndSignal wait(mutex); PTimeInterval tripEndTime = PTimer::Tick(); PTRACE(3, "H245\tHandling round trip delay: seq=" << sequenceNumber << (awaitingResponse ? " awaitingResponse" : " idle")); if (awaitingResponse && pdu.m_sequenceNumber == sequenceNumber) { replyTimer.Stop(); awaitingResponse = FALSE; roundTripTime = tripEndTime - tripStartTime; retryCount = 3; } return TRUE; } void H245NegRoundTripDelay::HandleTimeout(PTimer &, INT) { PWaitAndSignal wait(mutex); PTRACE(3, "H245\tTimeout on round trip delay: seq=" << sequenceNumber << (awaitingResponse ? " awaitingResponse" : " idle")); if (awaitingResponse && retryCount > 0) retryCount--; awaitingResponse = FALSE; connection.OnControlProtocolError(H323Connection::e_RoundTripDelay, "Timeout"); } ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/src/h323pdu.cxx0100644000176200056700000023363610346212007016343 0ustar releasepostincr/* * h323pdu.cxx * * H.323 PDU definitions * * Open H323 Library * * Copyright (c) 1998-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Portions of this code were written with the assisance of funding from * Vovida Networks, Inc. http://www.vovida.com. * * Contributor(s): ______________________________________. * * $Log: h323pdu.cxx,v $ * Revision 1.146 2005/12/09 05:20:07 csoutheren * Added ability to set explicit Q.931 cause code on call end * * Revision 1.145 2005/11/21 20:59:59 shorne * Adjusted Call End Reasons * * Revision 1.144 2005/09/16 08:12:50 csoutheren * Added ability to set timeout for connect * * Revision 1.143 2005/08/30 08:29:31 csoutheren * Added new error code * * Revision 1.142 2005/03/04 03:21:21 csoutheren * Added local and remote addresses to all PDU logs to assist in debugging * * Revision 1.141 2005/01/04 08:08:45 csoutheren * More changes to implement the new configuration methodology, and also to * attack the global static problem * * Revision 1.140 2005/01/03 06:26:09 csoutheren * Added extensive support for disabling code modules at compile time * * Revision 1.139 2004/12/21 23:33:47 csoutheren * Fixed #defines for H.460, thanks to Simon Horne * * Revision 1.138 2004/12/14 06:22:22 csoutheren * More OSP implementation * * Revision 1.137 2004/12/08 01:59:23 csoutheren * initial support for Transnexus OSP toolkit * * Revision 1.136 2004/09/03 01:06:10 csoutheren * Added initial hooks for H.460 GEF * Thanks to Simon Horne and ISVO (Asia) Pte Ltd. for this contribution * * Revision 1.135 2004/05/07 06:44:16 csoutheren * Fixed problem with empty Q>931 DisplayName * * Revision 1.134 2004/04/20 05:24:54 csoutheren * Added ability to specify Q.931 DisplayName * * Revision 1.133 2004/04/03 08:28:06 csoutheren * Remove pseudo-RTTI and replaced with real RTTI * * Revision 1.132 2004/04/03 06:56:52 rjongbloed * Many and various changes to support new Visual C++ 2003 * * Revision 1.131 2004/02/26 08:32:47 csoutheren * Added release complete codes for MCU * * Revision 1.130 2003/12/11 05:41:00 csoutheren * Added storage of H.225 version in endpoint structure * Disabled sending RIPs to endpoints that cannot handle them * * Revision 1.129 2003/05/29 09:19:52 rjongbloed * Fixed minor problem with including DisplayName IE if localPartyName * is blank, now does not include it, thanks Auri Vizgaitis * * Revision 1.128 2003/05/06 06:24:16 robertj * Added continuous DTMF tone support (H.245 UserInputIndication - signalUpdate) * as per header documentation, thanks Auri Vizgaitis * * Revision 1.127 2003/04/10 09:37:20 robertj * Added some more functions for converting to alias addresses. * * Revision 1.126 2003/04/01 03:11:51 robertj * Added function to get array of AliasAddress into PStringArray. * * Revision 1.125 2003/03/25 04:56:21 robertj * Fixed issues to do with multiple inheritence in transaction reply cache. * * Revision 1.124 2003/03/20 01:51:12 robertj * More abstraction of H.225 RAS and H.501 protocols transaction handling. * * Revision 1.123 2003/02/25 06:48:19 robertj * More work on PDU transaction abstraction. * * Revision 1.122 2003/02/21 05:25:45 craigs * Abstracted out underlying transports for use with peerelements * * Revision 1.121 2003/02/03 04:31:05 robertj * Added special case for Cisco vendor field, they leave it rather incomplete, * * Revision 1.120 2003/01/26 02:57:58 craigs * Fixed oops in last checkin * * Revision 1.119 2003/01/26 02:50:38 craigs * Change so SETUP PDU uses conference and callIdentifier from H323Connection, * rather than both doing seperately and then overwriting * * Revision 1.118 2002/11/28 04:41:48 robertj * Added support for RAS ServiceControlIndication command. * * Revision 1.117 2002/11/27 06:54:57 robertj * Added Service Control Session management as per Annex K/H.323 via RAS * only at this stage. * Added H.248 ASN and very primitive infrastructure for linking into the * Service Control Session management system. * Added basic infrastructure for Annex K/H.323 HTTP transport system. * Added Call Credit Service Control to display account balances. * * Revision 1.116 2002/11/21 05:21:42 robertj * Fixed bug where get lots of zeros at the end of some PDU's * * Revision 1.115 2002/11/21 04:15:36 robertj * Added some changes to help interop with brain dead ASN decoders that do not * know to ignore fields (eg greater than version 2) they do not understand. * * Revision 1.114 2002/11/13 04:38:17 robertj * Added ability to get (and set) Q.931 release complete cause codes. * * Revision 1.113 2002/11/07 03:50:28 robertj * Added extra "congested" Q.931 codes. * * Revision 1.112 2002/10/31 00:45:22 robertj * Enhanced jitter buffer system so operates dynamically between minimum and * maximum values. Altered API to assure app writers note the change! * * Revision 1.111 2002/10/08 13:08:21 robertj * Changed for IPv6 support, thanks Sébastien Josset. * * Revision 1.110 2002/08/14 01:07:22 robertj * Added translation of Q.931 unallocated number release complete code to * OpenH323 EndedByNoUser which is the nearest match. * * Revision 1.109 2002/08/12 05:38:24 robertj * Changes to the RAS subsystem to support ability to make requests to client * from gkserver without causing bottlenecks and race conditions. * * Revision 1.108 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.107 2002/08/05 05:17:41 robertj * Fairly major modifications to support different authentication credentials * in ARQ to the logged in ones on RRQ. For both client and server. * Various other H.235 authentication bugs and anomalies fixed on the way. * * Revision 1.106 2002/07/31 02:25:04 robertj * Fixed translation of some call end reasons for to Q.931 codes. * * Revision 1.105 2002/07/25 10:55:44 robertj * Changes to allow more granularity in PDU dumps, hex output increasing * with increasing trace level. * * Revision 1.104 2002/07/11 07:04:12 robertj * Added build InfoRequest pdu type to RAS. * * Revision 1.103 2002/06/13 03:59:56 craigs * Added codes to progress messages to allow inband audio before connect * * Revision 1.102 2002/05/29 03:55:21 robertj * Added protocol version number checking infrastructure, primarily to improve * interoperability with stacks that are unforgiving of new features. * * Revision 1.101 2002/05/29 00:03:19 robertj * Fixed unsolicited IRR support in gk client and server, * including support for IACK and INAK. * * Revision 1.100 2002/05/21 09:32:49 robertj * Added ability to set multiple alias names ona connection by connection * basis, defaults to endpoint list, thanks Artis Kugevics * * Revision 1.99 2002/05/07 03:18:15 robertj * Added application info (name/version etc) into registered endpoint data. * * Revision 1.98 2002/05/03 09:18:49 robertj * Added automatic retransmission of RAS responses to retried requests. * * Revision 1.97 2002/04/24 01:08:09 robertj * Added output of RAS pdu sequence number to level 3 trace output. * * Revision 1.96 2002/03/27 06:04:43 robertj * Added Temporary Failure end code for connection, an application may * immediately retry the call if this occurs. * * Revision 1.95 2002/03/14 07:56:48 robertj * Added ability to specify alias type in H323SetAliasAddress, if not specified * then defaults to previous behaviour, thanks Nils Bokerman. * * Revision 1.94 2002/02/13 07:52:30 robertj * Fixed missing parameters on Q.931 calling number, thanks Markus Rydh * * Revision 1.93 2002/02/01 01:48:45 robertj * Some more fixes for T.120 channel establishment, more to do! * * Revision 1.92 2002/01/18 06:01:23 robertj * Added some H323v4 functions (fastConnectRefused & TCS in SETUP) * * Revision 1.91 2001/12/15 07:10:59 robertj * Added functions to get E.164 address from alias address or addresses. * * Revision 1.90 2001/12/14 08:36:36 robertj * More implementation of T.38, thanks Adam Lazur * * Revision 1.89 2001/12/14 06:38:35 robertj * Broke out conversion of Q.850 and H.225 release complete codes to * OpenH323 call end reasons enum. * * Revision 1.88 2001/12/13 10:56:28 robertj * Added build of request in progress pdu. * * Revision 1.87 2001/10/18 00:58:51 robertj * Fixed problem with GetDestinationAlias() adding source aliases instead * of the destination from the setup PDU, thanks Mikael Stolt. * * Revision 1.86 2001/10/09 06:55:26 robertj * Fixed separating destCallSignalAddress fields with tabs in * GetDestinationAlias() function, thanks Lee Kirchhoff * * Revision 1.85 2001/09/26 07:05:29 robertj * Fixed incorrect tags in building some PDU's, thanks Chris Purvis. * * Revision 1.84 2001/09/14 00:08:20 robertj * Optimised H323SetAliasAddress to use IsE164 function. * * Revision 1.83 2001/09/12 07:48:05 robertj * Fixed various problems with tracing. * * Revision 1.82 2001/08/16 07:49:19 robertj * Changed the H.450 support to be more extensible. Protocol handlers * are now in separate classes instead of all in H323Connection. * * Revision 1.81 2001/08/10 11:03:52 robertj * Major changes to H.235 support in RAS to support server. * * Revision 1.80 2001/08/06 03:08:56 robertj * Fission of h323.h to h323ep.h & h323con.h, h323.h now just includes files. * * Revision 1.79 2001/06/14 06:25:16 robertj * Added further H.225 PDU build functions. * Moved some functionality from connection to PDU class. * * Revision 1.78 2001/06/14 00:45:21 robertj * Added extra parameters for Q.931 fields, thanks Rani Assaf * * Revision 1.77 2001/06/05 03:14:41 robertj * Upgraded H.225 ASN to v4 and H.245 ASN to v7. * * Revision 1.76 2001/05/30 23:34:54 robertj * Added functions to send TCS=0 for transmitter side pause. * * Revision 1.75 2001/05/09 04:07:55 robertj * Added more call end codes for busy and congested. * * Revision 1.74 2001/05/03 06:45:21 robertj * Changed trace so dumps PDU if gets an error in decode. * * Revision 1.73 2001/04/11 03:01:29 robertj * Added H.450.2 (call transfer), thanks a LOT to Graeme Reid & Norwood Systems * * Revision 1.72 2001/03/24 00:58:03 robertj * Fixed MSVC warnings. * * Revision 1.71 2001/03/24 00:34:49 robertj * Added read/write hook functions so don't have to duplicate code in * H323RasH235PDU descendant class of H323RasPDU. * * Revision 1.70 2001/03/23 05:38:30 robertj * Added PTRACE_IF to output trace if a conditional is TRUE. * * Revision 1.69 2001/03/02 06:59:59 robertj * Enhanced the globally unique identifier class. * * Revision 1.68 2001/02/09 05:13:56 craigs * Added pragma implementation to (hopefully) reduce the executable image size * under Linux * * Revision 1.67 2001/01/18 06:04:46 robertj * Bullet proofed code so local alias can not be empty string. This actually * fixes an ASN PER encoding bug causing an assert. * * Revision 1.66 2000/10/12 05:11:54 robertj * Added trace log if get transport error on writing PDU. * * Revision 1.65 2000/09/25 06:48:11 robertj * Removed use of alias if there is no alias present, ie only have transport address. * * Revision 1.64 2000/09/22 01:35:51 robertj * Added support for handling LID's that only do symmetric codecs. * * Revision 1.63 2000/09/20 01:50:22 craigs * Added ability to set jitter buffer on a per-connection basis * * Revision 1.62 2000/09/05 01:16:20 robertj * Added "security" call end reason code. * * Revision 1.61 2000/07/15 09:51:41 robertj * Changed adding of Q.931 party numbers to only occur in SETUP. * * Revision 1.60 2000/07/13 12:29:49 robertj * Added some more cause codes on release complete, * * Revision 1.59 2000/07/12 10:20:43 robertj * Fixed incorrect tag code in H.245 ModeChange reject PDU. * * Revision 1.58 2000/07/09 15:21:11 robertj * Changed reference to the word "field" to be more correct IE or "Information Element" * Fixed return value of Q.931/H.225 PDU read so returns TRUE if no H.225 data in the * User-User IE. Just flag it as empty and continue processing PDU's. * * Revision 1.57 2000/06/21 23:59:44 robertj * Fixed copy/paste error setting Q.931 display name to incorrect value. * * Revision 1.56 2000/06/21 08:07:47 robertj * Added cause/reason to release complete PDU, where relevent. * * Revision 1.55 2000/06/07 05:48:06 robertj * Added call forwarding. * * Revision 1.54 2000/05/25 01:59:05 robertj * Fixed bugs in calculation of GlLobally Uniqie ID according to DCE/H.225 rules. * * Revision 1.53 2000/05/23 11:32:37 robertj * Rewrite of capability table to combine 2 structures into one and move functionality into that class * allowing some normalisation of usage across several applications. * Changed H323Connection so gets a copy of capabilities instead of using endponts, allows adjustments * to be done depending on the remote client application. * * Revision 1.52 2000/05/15 08:38:59 robertj * Removed addition of calling/called party number field in Q.931 if there isn't one. * * Revision 1.51 2000/05/09 12:19:31 robertj * Added ability to get and set "distinctive ring" Q.931 functionality. * * Revision 1.50 2000/05/08 14:07:35 robertj * Improved the provision and detection of calling and caller numbers, aliases and hostnames. * * Revision 1.49 2000/05/08 05:06:27 robertj * Fixed bug in H.245 close logical channel timeout, thanks XuPeili. * * Revision 1.48 2000/05/02 04:32:27 robertj * Fixed copyright notice comment. * * Revision 1.47 2000/04/14 17:29:43 robertj * Fixed display of error message on timeout when timeouts are not errors. * * Revision 1.46 2000/04/10 20:39:18 robertj * Added support for more sophisticated DTMF and hook flash user indication. * Added function to extract E164 address from Q.931/H.225 PDU. * * Revision 1.45 2000/03/29 04:42:19 robertj * Improved some trace logging messages. * * Revision 1.44 2000/03/25 02:01:07 robertj * Added adjustable caller name on connection by connection basis. * * Revision 1.43 2000/03/21 01:08:10 robertj * Fixed incorrect call reference code being used in originated call. * * Revision 1.42 2000/02/17 12:07:43 robertj * Used ne wPWLib random number generator after finding major problem in MSVC rand(). * * Revision 1.41 1999/12/23 22:47:09 robertj * Added calling party number field. * * Revision 1.40 1999/12/11 02:21:00 robertj * Added ability to have multiple aliases on local endpoint. * * Revision 1.39 1999/11/16 13:21:38 robertj * Removed extraneous error trace when doing asynchronous answer call. * * Revision 1.38 1999/11/15 14:11:29 robertj * Fixed trace output stream being put back after setting hex/fillchar modes. * * Revision 1.37 1999/11/10 23:30:20 robertj * Fixed unexpected closing of transport on PDU read error. * * Revision 1.36 1999/11/01 00:48:31 robertj * Added assert for illegal condition in capabilities, must have set if have table. * * Revision 1.35 1999/10/30 23:48:21 robertj * Fixed incorrect PDU type for H225 RAS location request. * * Revision 1.34 1999/10/29 03:35:06 robertj * Fixed setting of unique ID using fake MAC address from Win32 PPP device. * * Revision 1.33 1999/09/21 14:09:49 robertj * Removed warnings when no tracing enabled. * * Revision 1.32 1999/09/10 09:03:01 robertj * Used new GetInterfaceTable() function to get ethernet address for UniqueID * * Revision 1.31 1999/09/10 03:36:48 robertj * Added simple Q.931 Status response to Q.931 Status Enquiry * * Revision 1.30 1999/08/31 12:34:19 robertj * Added gatekeeper support. * * Revision 1.29 1999/08/31 11:37:30 robertj * Fixed problem with apparently randomly losing signalling channel. * * Revision 1.28 1999/08/25 05:08:14 robertj * File fission (critical mass reached). * * Revision 1.27 1999/08/13 06:34:38 robertj * Fixed problem in CallPartyNumber Q.931 encoding. * Added field name display to Q.931 protocol. * * Revision 1.26 1999/08/10 13:14:15 robertj * Added Q.931 Called Number field if have "phone number" style destination addres. * * Revision 1.25 1999/08/10 11:38:03 robertj * Changed population of setup UUIE destinationAddress if can be IA5 string. * * Revision 1.24 1999/07/26 05:10:30 robertj * Fixed yet another race condition on connection termination. * * Revision 1.23 1999/07/16 14:03:52 robertj * Fixed bug in Master/Slave negotiation that can cause looping. * * Revision 1.22 1999/07/16 06:15:59 robertj * Corrected semantics for tunnelled master/slave determination in fast start. * * Revision 1.21 1999/07/16 02:15:30 robertj * Fixed more tunneling problems. * * Revision 1.20 1999/07/15 14:45:36 robertj * Added propagation of codec open error to shut down logical channel. * Fixed control channel start up bug introduced with tunnelling. * * Revision 1.19 1999/07/15 09:08:04 robertj * Added extra debugging for if have PDU decoding error. * * Revision 1.18 1999/07/15 09:04:31 robertj * Fixed some fast start bugs * * Revision 1.17 1999/07/10 02:51:36 robertj * Added mutexing in H245 procedures. Also fixed MSD state bug. * * Revision 1.16 1999/07/09 06:09:50 robertj * Major implementation. An ENORMOUS amount of stuff added everywhere. * * Revision 1.15 1999/06/25 10:25:35 robertj * Added maintentance of callIdentifier variable in H.225 channel. * * Revision 1.14 1999/06/22 13:45:40 robertj * Fixed conferenceIdentifier generation algorithm to bas as in spec. * * Revision 1.13 1999/06/19 15:18:38 robertj * Fixed bug in MasterSlaveDeterminationAck pdu has incorrect master/slave state. * * Revision 1.12 1999/06/14 15:08:40 robertj * Added GSM codec class frame work (still no actual codec). * * Revision 1.11 1999/06/14 06:39:08 robertj * Fixed problem with getting transmit flag to channel from PDU negotiator * * Revision 1.10 1999/06/14 05:15:56 robertj * Changes for using RTP sessions correctly in H323 Logical Channel context * * Revision 1.9 1999/06/13 12:41:14 robertj * Implement logical channel transmitter. * Fixed H245 connect on receiving call. * * Revision 1.8 1999/06/09 05:26:19 robertj * Major restructuring of classes. * * Revision 1.7 1999/06/06 06:06:36 robertj * Changes for new ASN compiler and v2 protocol ASN files. * * Revision 1.6 1999/04/26 06:20:22 robertj * Fixed bugs in protocol * * Revision 1.5 1999/04/26 06:14:47 craigs * Initial implementation for RTP decoding and lots of stuff * As a whole, these changes are called "First Noise" * * Revision 1.4 1999/02/23 11:04:28 robertj * Added capability to make outgoing call. * * Revision 1.3 1999/02/06 09:23:39 robertj * BeOS port * * Revision 1.2 1999/01/16 02:34:57 robertj * GNU compiler compatibility. * * Revision 1.1 1999/01/16 01:30:54 robertj * Initial revision * */ #include #ifdef __GNUC__ #pragma implementation "h323pdu.h" #endif #include "h323pdu.h" #include "h323ep.h" #include "h225ras.h" #ifndef DISABLE_H460 #include "h460.h" #endif #define new PNEW const unsigned H225_ProtocolID[] = { 0,0,8,2250,0,H225_PROTOCOL_VERSION }; const unsigned H245_ProtocolID[] = { 0,0,8,245 ,0,H245_PROTOCOL_VERSION }; static const char E164NumberPrefix[] = "E164:"; static const char PrivatePartyPrefix[] = "Private:"; static const char DataPartyPrefix[] = "Data:"; static const char TelexPartyPrefix[] = "Telex:"; static const char NSPNumberPrefix[] = "NSP:"; /////////////////////////////////////////////////////////////////////////////// #if PTRACING void H323TraceDumpPDU(const char * proto, BOOL writing, const PBYTEArray & rawData, const PASN_Object & pdu, const PASN_Choice & tags, unsigned seqNum, const H323TransportAddress & locAddr, const H323TransportAddress & remAddr) { if (!PTrace::CanTrace(3)) return; ostream & trace = PTrace::Begin(3, __FILE__, __LINE__); trace << proto << '\t' << (writing ? "Send" : "Receiv") << "ing PDU ["; if (locAddr.IsEmpty()) trace << "(noaddr)"; else trace << locAddr; trace << "/"; if (remAddr.IsEmpty()) trace << "(noaddr)"; else trace << remAddr; trace << "] :"; if (PTrace::CanTrace(4)) { trace << "\n " << resetiosflags(ios::floatfield); if (!PTrace::CanTrace(5)) trace << setiosflags(ios::fixed); // Will truncate hex dumps to 32 bytes trace << setprecision(2) << pdu << resetiosflags(ios::floatfield); if (PTrace::CanTrace(6)) trace << "\nRaw PDU:\n" << hex << setfill('0') << setprecision(2) << rawData << dec << setfill(' '); } else { trace << ' ' << tags.GetTagName(); PASN_Object & next = tags.GetObject(); if (PIsDescendant(&next, PASN_Choice)) trace << ' ' << ((PASN_Choice &)next).GetTagName(); if (seqNum > 0) trace << ' ' << seqNum; } trace << PTrace::End; } #endif /////////////////////////////////////////////////////////////////////////////// void H323SetAliasAddresses(const H323TransportAddressArray & addresses, H225_ArrayOf_AliasAddress & aliases) { aliases.SetSize(addresses.GetSize()); for (PINDEX i = 0; i < addresses.GetSize(); i++) H323SetAliasAddress(addresses[i], aliases[i]); } void H323SetAliasAddresses(const PStringArray & names, H225_ArrayOf_AliasAddress & aliases, int tag) { aliases.SetSize(names.GetSize()); for (PINDEX i = 0; i < names.GetSize(); i++) H323SetAliasAddress(names[i], aliases[i], tag); } void H323SetAliasAddresses(const PStringList & names, H225_ArrayOf_AliasAddress & aliases, int tag) { aliases.SetSize(names.GetSize()); for (PINDEX i = 0; i < names.GetSize(); i++) H323SetAliasAddress(names[i], aliases[i], tag); } static BOOL IsE164(const PString & str) { return !str && strspn(str, "1234567890*#") == strlen(str); } void H323SetAliasAddress(const H323TransportAddress & address, H225_AliasAddress & alias) { alias.SetTag(H225_AliasAddress::e_transportID); address.SetPDU(alias); } static struct { const char * name; int tag; } aliasAddressTypes[5] = { { "e164", H225_AliasAddress::e_dialedDigits }, { "h323", H225_AliasAddress::e_h323_ID }, { "url", H225_AliasAddress::e_url_ID }, { "ip", H225_AliasAddress::e_transportID }, { "email", H225_AliasAddress::e_email_ID }, // { "???", H225_AliasAddresse_partyNumber }, // { "???", H225_AliasAddresse_mobileUIM } }; void H323SetAliasAddress(const PString & _name, H225_AliasAddress & alias, int tag) { PString name = _name; // See if alias type was explicitly specified if (tag < 0) { PINDEX colon = name.Find(':'); if (colon != P_MAX_INDEX && colon > 0) { PString type = name.Left(colon); for (PINDEX i = 0; tag < 0 && i < 5; i++) { if (type == aliasAddressTypes[i].name) { tag = aliasAddressTypes[i].tag; name = name.Mid(colon+1); } } } } // otherwise guess it from the string: if all digits then assume an e164 address. if (tag < 0) tag = IsE164(name) ? H225_AliasAddress::e_dialedDigits : H225_AliasAddress::e_h323_ID; alias.SetTag(tag); switch (alias.GetTag()) { case H225_AliasAddress::e_dialedDigits : case H225_AliasAddress::e_url_ID : case H225_AliasAddress::e_email_ID : (PASN_IA5String &)alias = name; break; case H225_AliasAddress::e_h323_ID : (PASN_BMPString &)alias = name; break; case H225_AliasAddress::e_transportID : { H323TransportAddress addr = name; addr.SetPDU(alias); break; } case H225_AliasAddress::e_partyNumber : { H225_PartyNumber & party = alias; if (strncmp(name, E164NumberPrefix, sizeof(E164NumberPrefix)-1) == 0) { party.SetTag(H225_PartyNumber::e_e164Number); H225_PublicPartyNumber & number = party; number.m_publicNumberDigits = name.Mid(sizeof(E164NumberPrefix)-1); } else if (strncmp(name, PrivatePartyPrefix, sizeof(PrivatePartyPrefix)-1) == 0) { party.SetTag(H225_PartyNumber::e_privateNumber); H225_PrivatePartyNumber & number = party; number.m_privateNumberDigits = name.Mid(sizeof(PrivatePartyPrefix)-1); } else if (strncmp(name, DataPartyPrefix, sizeof(DataPartyPrefix)-1) == 0) { party.SetTag(H225_PartyNumber::e_dataPartyNumber); (H225_NumberDigits &)party = name.Mid(sizeof(DataPartyPrefix)-1); } else if (strncmp(name, TelexPartyPrefix, sizeof(TelexPartyPrefix)-1) == 0) { party.SetTag(H225_PartyNumber::e_telexPartyNumber); (H225_NumberDigits &)party = name.Mid(sizeof(TelexPartyPrefix)-1); } else if (strncmp(name, NSPNumberPrefix, sizeof(NSPNumberPrefix)-1) == 0) { party.SetTag(H225_PartyNumber::e_nationalStandardPartyNumber); (H225_NumberDigits &)party = name.Mid(sizeof(NSPNumberPrefix)-1); } } default : break; } } ///////////////////////////////////////////////////////////////////////////// PStringArray H323GetAliasAddressStrings(const H225_ArrayOf_AliasAddress & aliases) { PStringArray strings(aliases.GetSize()); for (PINDEX i = 0; i < aliases.GetSize(); i++) strings[i] = H323GetAliasAddressString(aliases[i]); return strings; } PString H323GetAliasAddressString(const H225_AliasAddress & alias) { switch (alias.GetTag()) { case H225_AliasAddress::e_dialedDigits : case H225_AliasAddress::e_url_ID : case H225_AliasAddress::e_email_ID : return ((const PASN_IA5String &)alias).GetValue(); case H225_AliasAddress::e_h323_ID : return ((const PASN_BMPString &)alias).GetValue(); case H225_AliasAddress::e_transportID : return H323TransportAddress(alias); case H225_AliasAddress::e_partyNumber : { const H225_PartyNumber & party = alias; switch (party.GetTag()) { case H225_PartyNumber::e_e164Number : { const H225_PublicPartyNumber & number = party; return E164NumberPrefix + (PString)number.m_publicNumberDigits; } case H225_PartyNumber::e_privateNumber : { const H225_PrivatePartyNumber & number = party; return PrivatePartyPrefix + (PString)number.m_privateNumberDigits; } case H225_PartyNumber::e_dataPartyNumber : return DataPartyPrefix + (PString)(const H225_NumberDigits &)party; case H225_PartyNumber::e_telexPartyNumber : return TelexPartyPrefix + (PString)(const H225_NumberDigits &)party; case H225_PartyNumber::e_nationalStandardPartyNumber : return NSPNumberPrefix + (PString)(const H225_NumberDigits &)party; } break; } default : break; } return PString(); } PString H323GetAliasAddressE164(const H225_AliasAddress & alias) { PString str = H323GetAliasAddressString(alias); if (IsE164(str)) return str; return PString(); } PString H323GetAliasAddressE164(const H225_ArrayOf_AliasAddress & aliases) { for (PINDEX i = 0; i < aliases.GetSize(); i++) { PString alias = H323GetAliasAddressE164(aliases[i]); if (!alias) return alias; } return PString(); } /////////////////////////////////////////////////////////////////////////////// PString H323GetApplicationInfo(const H225_VendorIdentifier & vendor) { PStringStream str; PString product = vendor.m_productId.AsString(); PString version = vendor.m_versionId.AsString(); // Special case, Cisco IOS does not put in the product and version fields if (vendor.m_vendor.m_t35CountryCode == 181 && vendor.m_vendor.m_t35Extension == 0 && vendor.m_vendor.m_manufacturerCode == 18) { if (product.IsEmpty()) product = "Cisco IOS"; if (version.IsEmpty()) version = "12.2"; } str << product << '\t' << version << '\t' << vendor.m_vendor.m_t35CountryCode; if (vendor.m_vendor.m_t35Extension != 0) str << '.' << vendor.m_vendor.m_t35Extension; str << '/' << vendor.m_vendor.m_manufacturerCode; str.MakeMinimumSize(); return str; } /////////////////////////////////////////////////////////////////////////////// template static void SendFeatureSet(const H323Connection * connection, unsigned code, PDUType & pdu) { if (connection->OnSendFeatureSet(code, pdu.m_featureSet)) pdu.IncludeOptionalField(PDUType::e_featureSet); else pdu.RemoveOptionalField(PDUType::e_featureSet); } /////////////////////////////////////////////////////////////////////////////// H323SignalPDU::H323SignalPDU() { } static unsigned SetH225Version(const H323Connection & connection, H225_ProtocolIdentifier & protocolIdentifier) { unsigned version = connection.GetSignallingVersion(); protocolIdentifier.SetValue(psprintf("0.0.8.2250.0.%u", version)); return version; } H225_Setup_UUIE & H323SignalPDU::BuildSetup(const H323Connection & connection, const H323TransportAddress & destAddr) { H323EndPoint & endpoint = connection.GetEndPoint(); q931pdu.BuildSetup(connection.GetCallReference()); SetQ931Fields(connection, TRUE); m_h323_uu_pdu.m_h323_message_body.SetTag(H225_H323_UU_PDU_h323_message_body::e_setup); H225_Setup_UUIE & setup = m_h323_uu_pdu.m_h323_message_body; if (SetH225Version(connection, setup.m_protocolIdentifier) < 3) { setup.RemoveOptionalField(H225_Setup_UUIE::e_multipleCalls); setup.RemoveOptionalField(H225_Setup_UUIE::e_maintainConnection); } setup.IncludeOptionalField(H225_Setup_UUIE::e_sourceAddress); H323SetAliasAddresses(connection.GetLocalAliasNames(), setup.m_sourceAddress); setup.m_conferenceID = connection.GetConferenceIdentifier(); setup.m_conferenceGoal.SetTag(H225_Setup_UUIE_conferenceGoal::e_create); setup.m_callType.SetTag(H225_CallType::e_pointToPoint); setup.m_callIdentifier.m_guid = connection.GetCallIdentifier(); setup.m_mediaWaitForConnect = FALSE; setup.m_canOverlapSend = FALSE; if (!destAddr) { setup.IncludeOptionalField(H225_Setup_UUIE::e_destCallSignalAddress); destAddr.SetPDU(setup.m_destCallSignalAddress); } PString destAlias = connection.GetRemotePartyName(); if (!destAlias && destAlias != destAddr) { setup.IncludeOptionalField(H225_Setup_UUIE::e_destinationAddress); setup.m_destinationAddress.SetSize(1); // Try and encode it as a phone number H323SetAliasAddress(destAlias, setup.m_destinationAddress[0]); if (setup.m_destinationAddress[0].GetTag() == H225_AliasAddress::e_dialedDigits) q931pdu.SetCalledPartyNumber(destAlias); } endpoint.SetEndpointTypeInfo(setup.m_sourceInfo); return setup; } H225_CallProceeding_UUIE & H323SignalPDU::BuildCallProceeding(const H323Connection & connection) { q931pdu.BuildCallProceeding(connection.GetCallReference()); SetQ931Fields(connection); m_h323_uu_pdu.m_h323_message_body.SetTag(H225_H323_UU_PDU_h323_message_body::e_callProceeding); H225_CallProceeding_UUIE & proceeding = m_h323_uu_pdu.m_h323_message_body; if (SetH225Version(connection, proceeding.m_protocolIdentifier) < 3) { proceeding.RemoveOptionalField(H225_CallProceeding_UUIE::e_multipleCalls); proceeding.RemoveOptionalField(H225_CallProceeding_UUIE::e_maintainConnection); } proceeding.m_callIdentifier.m_guid = connection.GetCallIdentifier(); connection.GetEndPoint().SetEndpointTypeInfo(proceeding.m_destinationInfo); #ifndef DISABLE_H460 SendFeatureSet(&connection,H460_MessageType::e_callProceeding, proceeding); #endif return proceeding; } H225_Connect_UUIE & H323SignalPDU::BuildConnect(const H323Connection & connection) { q931pdu.BuildConnect(connection.GetCallReference()); SetQ931Fields(connection); m_h323_uu_pdu.m_h323_message_body.SetTag(H225_H323_UU_PDU_h323_message_body::e_connect); H225_Connect_UUIE & connect = m_h323_uu_pdu.m_h323_message_body; if (SetH225Version(connection, connect.m_protocolIdentifier) < 3) { connect.RemoveOptionalField(H225_Connect_UUIE::e_multipleCalls); connect.RemoveOptionalField(H225_Connect_UUIE::e_maintainConnection); } connect.m_callIdentifier.m_guid = connection.GetCallIdentifier(); connect.m_conferenceID = connection.GetConferenceIdentifier(); connection.GetEndPoint().SetEndpointTypeInfo(connect.m_destinationInfo); #ifndef DISABLE_H460 SendFeatureSet(&connection,H460_MessageType::e_connect, connect); #endif return connect; } H225_Connect_UUIE & H323SignalPDU::BuildConnect(const H323Connection & connection, const PIPSocket::Address & h245Address, WORD port) { H225_Connect_UUIE & connect = BuildConnect(connection); // indicate we are including the optional H245 address in the PDU connect.IncludeOptionalField(H225_Connect_UUIE::e_h245Address); // convert IP address into the correct H245 type H323TransportAddress transAddr(h245Address, port); transAddr.SetPDU(connect.m_h245Address); return connect; } H225_Alerting_UUIE & H323SignalPDU::BuildAlerting(const H323Connection & connection) { q931pdu.BuildAlerting(connection.GetCallReference()); SetQ931Fields(connection); m_h323_uu_pdu.m_h323_message_body.SetTag(H225_H323_UU_PDU_h323_message_body::e_alerting); H225_Alerting_UUIE & alerting = m_h323_uu_pdu.m_h323_message_body; if (SetH225Version(connection, alerting.m_protocolIdentifier) < 3) { alerting.RemoveOptionalField(H225_Alerting_UUIE::e_multipleCalls); alerting.RemoveOptionalField(H225_Alerting_UUIE::e_maintainConnection); } alerting.m_callIdentifier.m_guid = connection.GetCallIdentifier(); connection.GetEndPoint().SetEndpointTypeInfo(alerting.m_destinationInfo); #ifndef DISABLE_H460 SendFeatureSet(&connection,H460_MessageType::e_alerting, alerting); #endif return alerting; } H225_Information_UUIE & H323SignalPDU::BuildInformation(const H323Connection & connection) { q931pdu.BuildInformation(connection.GetCallReference(), connection.HadAnsweredCall()); SetQ931Fields(connection); m_h323_uu_pdu.m_h323_message_body.SetTag(H225_H323_UU_PDU_h323_message_body::e_information); H225_Information_UUIE & information = m_h323_uu_pdu.m_h323_message_body; SetH225Version(connection, information.m_protocolIdentifier); information.m_callIdentifier.m_guid = connection.GetCallIdentifier(); return information; } H323Connection::CallEndReason H323TranslateToCallEndReason(Q931::CauseValues cause, const H225_ReleaseCompleteReason & reason) { switch (cause) { case Q931::ErrorInCauseIE : switch (reason.GetTag()) { case H225_ReleaseCompleteReason::e_noBandwidth : return H323Connection::EndedByNoBandwidth; case H225_ReleaseCompleteReason::e_gatekeeperResources : case H225_ReleaseCompleteReason::e_gatewayResources : case H225_ReleaseCompleteReason::e_adaptiveBusy : return H323Connection::EndedByRemoteCongestion; case H225_ReleaseCompleteReason::e_unreachableDestination : return H323Connection::EndedByUnreachable; case H225_ReleaseCompleteReason::e_calledPartyNotRegistered : return H323Connection::EndedByNoUser; case H225_ReleaseCompleteReason::e_callerNotRegistered: return H323Connection::EndedByGatekeeper; case H225_ReleaseCompleteReason::e_securityDenied: return H323Connection::EndedBySecurityDenial; case H225_ReleaseCompleteReason::e_newConnectionNeeded: return H323Connection::EndedByTemporaryFailure; } // Do next case case Q931::UnknownCauseIE : case Q931::CallRejected : return H323Connection::EndedByRefusal; case Q931::NormalCallClearing : return H323Connection::EndedByRemoteUser; case Q931::UserBusy : return H323Connection::EndedByRemoteBusy; case Q931::Congestion : case Q931::ResourceUnavailable : return H323Connection::EndedByRemoteCongestion; case Q931::NoResponse : case Q931::NoAnswer : return H323Connection::EndedByNoAnswer; case Q931::NoRouteToNetwork : case Q931::RequestedCircuitNotAvailable : case Q931::ChannelUnacceptable : return H323Connection::EndedByUnreachable; case Q931::UnallocatedNumber : case Q931::NoRouteToDestination : case Q931::SubscriberAbsent : return H323Connection::EndedByNoUser; case Q931::Redirection : return H323Connection::EndedByCallForwarded; case Q931::DestinationOutOfOrder : case Q931::NoCircuitChannelAvailable : return H323Connection::EndedByConnectFail; case Q931::TemporaryFailure : return H323Connection::EndedByTemporaryFailure; case Q931::InvalidNumberFormat : return H323Connection::EndedByInvalidNumberFormat; default: return H323Connection::EndedByQ931Cause; } } Q931::CauseValues H323TranslateFromCallEndReason(H323Connection::CallEndReason callEndReason, H225_ReleaseCompleteReason & reason) { static int const ReasonCodes[H323Connection::NumCallEndReasons] = { Q931::NormalCallClearing, /// EndedByLocalUser, Local endpoint application cleared call Q931::UserBusy, /// EndedByNoAccept, Local endpoint did not accept call Q931::CallRejected, /// EndedByAnswerDenied, Local endpoint declined to answer call Q931::NormalCallClearing, /// EndedByRemoteUser, Remote endpoint application cleared call -H225_ReleaseCompleteReason::e_destinationRejection, /// EndedByRefusal, Remote endpoint refused call Q931::NoAnswer, /// EndedByNoAnswer, Remote endpoint did not answer in required time Q931::NormalCallClearing, /// EndedByCallerAbort, Remote endpoint stopped calling -H225_ReleaseCompleteReason::e_undefinedReason, /// EndedByTransportFail, Transport error cleared call -H225_ReleaseCompleteReason::e_unreachableDestination, /// EndedByConnectFail, Transport connection failed to establish call -H225_ReleaseCompleteReason::e_gatekeeperResources, /// EndedByGatekeeper, Gatekeeper has cleared call -H225_ReleaseCompleteReason::e_calledPartyNotRegistered,/// EndedByNoUser, Call failed as could not find user (in GK) -H225_ReleaseCompleteReason::e_noBandwidth, /// EndedByNoBandwidth, Call failed as could not get enough bandwidth -H225_ReleaseCompleteReason::e_undefinedReason, /// EndedByCapabilityExchange,Could not find common capabilities -H225_ReleaseCompleteReason::e_facilityCallDeflection, /// EndedByCallForwarded, Call was forwarded using FACILITY message -H225_ReleaseCompleteReason::e_securityDenied, /// EndedBySecurityDenial, Call failed a security check and was ended Q931::UserBusy, /// EndedByLocalBusy, Local endpoint busy Q931::Congestion, /// EndedByLocalCongestion, Local endpoint congested Q931::UserBusy, /// EndedByRemoteBusy, Remote endpoint busy Q931::Congestion, /// EndedByRemoteCongestion, Remote endpoint congested Q931::NoRouteToDestination, /// EndedByUnreachable, Could not reach the remote party Q931::InvalidCallReference, /// EndedByNoEndPoint, The remote party is not running an endpoint Q931::DestinationOutOfOrder, /// EndedByHostOffline, The remote party host off line Q931::TemporaryFailure, /// EndedByTemporaryFailure The remote failed temporarily app may retry Q931::UnknownCauseIE, /// EndedByQ931Cause, The remote ended the call with unmapped Q.931 cause code Q931::NormalUnspecified, /// EndedByDurationLimit, Call cleared due to an enforced duration limit -H225_ReleaseCompleteReason::e_invalidCID, /// EndedByInvalidConferenceID Call cleared due to invalid conference ID -H225_ReleaseCompleteReason::e_calledPartyNotRegistered, /// EndedByOSPRefusal Call cleared as OSP server unable or unwilling to route Q931::InvalidNumberFormat, /// EndedByInvalidNumberFormat Call cleared as number was invalid format Q931::ProtocolErrorUnspecified /// EndedByUnspecifiedProtocolError Call cleared due to unspecified protocol error }; int code = ReasonCodes[callEndReason]; //if (code == Q931::UnknownCauseIE) // return (Q931::CauseValues)connection.GetCallEndReason(); if (code >= 0) return (Q931::CauseValues)code; reason.SetTag(-code); return Q931::ErrorInCauseIE; } Q931::CauseValues H323TranslateFromCallEndReason(const H323Connection & connection, H225_ReleaseCompleteReason & reason) { return H323TranslateFromCallEndReason(connection.GetCallEndReason(), reason); } H225_ReleaseComplete_UUIE & H323SignalPDU::BuildReleaseComplete(const H323Connection & connection) { q931pdu.BuildReleaseComplete(connection.GetCallReference(), connection.HadAnsweredCall()); m_h323_uu_pdu.m_h323_message_body.SetTag(H225_H323_UU_PDU_h323_message_body::e_releaseComplete); H225_ReleaseComplete_UUIE & release = m_h323_uu_pdu.m_h323_message_body; SetH225Version(connection, release.m_protocolIdentifier); release.m_callIdentifier.m_guid = connection.GetCallIdentifier(); Q931::CauseValues cause = (Q931::CauseValues)connection.GetQ931Cause(); if (cause == Q931::ErrorInCauseIE) cause = H323TranslateFromCallEndReason(connection, release.m_reason); if (cause != Q931::ErrorInCauseIE) q931pdu.SetCause(cause); else release.IncludeOptionalField(H225_ReleaseComplete_UUIE::e_reason); return release; } H225_Facility_UUIE * H323SignalPDU::BuildFacility(const H323Connection & connection, BOOL empty) { q931pdu.BuildFacility(connection.GetCallReference(), connection.HadAnsweredCall()); if (empty) { m_h323_uu_pdu.m_h323_message_body.SetTag(H225_H323_UU_PDU_h323_message_body::e_empty); return NULL; } m_h323_uu_pdu.m_h323_message_body.SetTag(H225_H323_UU_PDU_h323_message_body::e_facility); H225_Facility_UUIE & fac = m_h323_uu_pdu.m_h323_message_body; SetH225Version(connection, fac.m_protocolIdentifier); fac.IncludeOptionalField(H225_Facility_UUIE::e_callIdentifier); fac.m_callIdentifier.m_guid = connection.GetCallIdentifier(); #ifndef DISABLE_H460 SendFeatureSet(&connection,H460_MessageType::e_facility, fac); #endif return &fac; } H225_Progress_UUIE & H323SignalPDU::BuildProgress(const H323Connection & connection) { q931pdu.BuildProgress(connection.GetCallReference(), connection.HadAnsweredCall(), Q931::ProgressInbandInformationAvailable); SetQ931Fields(connection); m_h323_uu_pdu.m_h323_message_body.SetTag(H225_H323_UU_PDU_h323_message_body::e_progress); H225_Progress_UUIE & progress = m_h323_uu_pdu.m_h323_message_body; SetH225Version(connection, progress.m_protocolIdentifier); progress.m_callIdentifier.m_guid = connection.GetCallIdentifier(); connection.GetEndPoint().SetEndpointTypeInfo(progress.m_destinationInfo); return progress; } H225_Status_UUIE & H323SignalPDU::BuildStatus(const H323Connection & connection) { q931pdu.BuildStatus(connection.GetCallReference(), connection.HadAnsweredCall()); m_h323_uu_pdu.m_h323_message_body.SetTag(H225_H323_UU_PDU_h323_message_body::e_status); H225_Status_UUIE & status = m_h323_uu_pdu.m_h323_message_body; SetH225Version(connection, status.m_protocolIdentifier); status.m_callIdentifier.m_guid = connection.GetCallIdentifier(); return status; } H225_StatusInquiry_UUIE & H323SignalPDU::BuildStatusInquiry(const H323Connection & connection) { q931pdu.BuildStatusEnquiry(connection.GetCallReference(), connection.HadAnsweredCall()); m_h323_uu_pdu.m_h323_message_body.SetTag(H225_H323_UU_PDU_h323_message_body::e_statusInquiry); H225_StatusInquiry_UUIE & inquiry = m_h323_uu_pdu.m_h323_message_body; SetH225Version(connection, inquiry.m_protocolIdentifier); inquiry.m_callIdentifier.m_guid = connection.GetCallIdentifier(); return inquiry; } H225_SetupAcknowledge_UUIE & H323SignalPDU::BuildSetupAcknowledge(const H323Connection & connection) { q931pdu.BuildSetupAcknowledge(connection.GetCallReference()); m_h323_uu_pdu.m_h323_message_body.SetTag(H225_H323_UU_PDU_h323_message_body::e_setupAcknowledge); H225_SetupAcknowledge_UUIE & setupAck = m_h323_uu_pdu.m_h323_message_body; SetH225Version(connection, setupAck.m_protocolIdentifier); setupAck.m_callIdentifier.m_guid = connection.GetCallIdentifier(); return setupAck; } H225_Notify_UUIE & H323SignalPDU::BuildNotify(const H323Connection & connection) { q931pdu.BuildNotify(connection.GetCallReference(), connection.HadAnsweredCall()); m_h323_uu_pdu.m_h323_message_body.SetTag(H225_H323_UU_PDU_h323_message_body::e_notify); H225_Notify_UUIE & notify = m_h323_uu_pdu.m_h323_message_body; SetH225Version(connection, notify.m_protocolIdentifier); notify.m_callIdentifier.m_guid = connection.GetCallIdentifier(); return notify; } void H323SignalPDU::BuildQ931() { // Encode the H225 PDu into the Q931 PDU as User-User data PPER_Stream strm; Encode(strm); strm.CompleteEncoding(); q931pdu.SetIE(Q931::UserUserIE, strm); } void H323SignalPDU::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n" << setw(indent+10) << "q931pdu = " << setprecision(indent) << q931pdu << '\n' << setw(indent+10) << "h225pdu = " << setprecision(indent); H225_H323_UserInformation::PrintOn(strm); strm << '\n' << setw(indent-1) << "}"; } BOOL H323SignalPDU::Read(H323Transport & transport) { PBYTEArray rawData; if (!transport.ReadPDU(rawData)) { PTRACE_IF(1, transport.GetErrorCode(PChannel::LastReadError) != PChannel::Timeout, "H225\tRead error (" << transport.GetErrorNumber(PChannel::LastReadError) << "): " << transport.GetErrorText(PChannel::LastReadError)); return FALSE; } if (!q931pdu.Decode(rawData)) { PTRACE(1, "H225\tParse error of Q931 PDU:\n" << hex << setfill('0') << setprecision(2) << rawData << dec << setfill(' ')); return FALSE; } if (!q931pdu.HasIE(Q931::UserUserIE)) { m_h323_uu_pdu.m_h323_message_body.SetTag(H225_H323_UU_PDU_h323_message_body::e_empty); PTRACE(1, "H225\tNo Q931 User-User Information Element," "\nRaw PDU:\n" << hex << setfill('0') << setprecision(2) << rawData << dec << setfill(' ') << "\nQ.931 PDU:\n " << setprecision(2) << q931pdu); return TRUE; } PPER_Stream strm = q931pdu.GetIE(Q931::UserUserIE); if (!Decode(strm)) { PTRACE(1, "H225\tRead error: PER decode failure in Q.931 User-User Information Element," "\nRaw PDU:\n" << hex << setfill('0') << setprecision(2) << rawData << dec << setfill(' ') << "\nQ.931 PDU:\n " << setprecision(2) << q931pdu << "\nPartial PDU:\n " << setprecision(2) << *this); m_h323_uu_pdu.m_h323_message_body.SetTag(H225_H323_UU_PDU_h323_message_body::e_empty); return TRUE; } H323TraceDumpPDU("H225", FALSE, rawData, *this, m_h323_uu_pdu.m_h323_message_body, 0, transport.GetLocalAddress(), transport.GetRemoteAddress()); return TRUE; } BOOL H323SignalPDU::Write(H323Transport & transport) { if (!q931pdu.HasIE(Q931::UserUserIE) && m_h323_uu_pdu.m_h323_message_body.IsValid()) BuildQ931(); PBYTEArray rawData; if (!q931pdu.Encode(rawData)) return FALSE; H323TraceDumpPDU("H225", TRUE, rawData, *this, m_h323_uu_pdu.m_h323_message_body, 0, transport.GetLocalAddress(), transport.GetRemoteAddress()); if (transport.WritePDU(rawData)) return TRUE; PTRACE(1, "H225\tWrite PDU failed (" << transport.GetErrorNumber(PChannel::LastWriteError) << "): " << transport.GetErrorText(PChannel::LastWriteError)); return FALSE; } PString H323SignalPDU::GetSourceAliases(const H323Transport * transport) const { PString remoteHostName; if (transport != NULL) remoteHostName = transport->GetRemoteAddress().GetHostName(); PString displayName = GetQ931().GetDisplayName(); PStringStream aliases; if (displayName != remoteHostName) aliases << displayName; if (m_h323_uu_pdu.m_h323_message_body.GetTag() == H225_H323_UU_PDU_h323_message_body::e_setup) { const H225_Setup_UUIE & setup = m_h323_uu_pdu.m_h323_message_body; if (remoteHostName.IsEmpty() && setup.HasOptionalField(H225_Setup_UUIE::e_sourceCallSignalAddress)) { H323TransportAddress remoteAddress(setup.m_sourceCallSignalAddress); remoteHostName = remoteAddress.GetHostName(); } if (setup.m_sourceAddress.GetSize() > 0) { BOOL needParen = !aliases.IsEmpty(); BOOL needComma = FALSE; for (PINDEX i = 0; i < setup.m_sourceAddress.GetSize(); i++) { PString alias = H323GetAliasAddressString(setup.m_sourceAddress[i]); if (alias != displayName && alias != remoteHostName) { if (needComma) aliases << ", "; else if (needParen) aliases << " ("; aliases << alias; needComma = TRUE; } } if (needParen && needComma) aliases << ')'; } } if (aliases.IsEmpty()) return remoteHostName; aliases << " [" << remoteHostName << ']'; aliases.MakeMinimumSize(); return aliases; } PString H323SignalPDU::GetDestinationAlias(BOOL firstAliasOnly) const { PStringStream aliases; PString number; if (GetQ931().GetCalledPartyNumber(number)) { if (firstAliasOnly) return number; aliases << number; } if (m_h323_uu_pdu.m_h323_message_body.GetTag() == H225_H323_UU_PDU_h323_message_body::e_setup) { const H225_Setup_UUIE & setup = m_h323_uu_pdu.m_h323_message_body; if (setup.m_destinationAddress.GetSize() > 0) { if (firstAliasOnly) return H323GetAliasAddressString(setup.m_destinationAddress[0]); for (PINDEX i = 0; i < setup.m_destinationAddress.GetSize(); i++) { if (!aliases.IsEmpty()) aliases << '\t'; aliases << H323GetAliasAddressString(setup.m_destinationAddress[i]); } } if (setup.HasOptionalField(H225_Setup_UUIE::e_destCallSignalAddress)) { if (!aliases.IsEmpty()) aliases << '\t'; aliases << H323TransportAddress(setup.m_destCallSignalAddress); } } aliases.MakeMinimumSize(); return aliases; } BOOL H323SignalPDU::GetSourceE164(PString & number) const { if (GetQ931().GetCallingPartyNumber(number)) return TRUE; if (m_h323_uu_pdu.m_h323_message_body.GetTag() != H225_H323_UU_PDU_h323_message_body::e_setup) return FALSE; const H225_Setup_UUIE & setup = m_h323_uu_pdu.m_h323_message_body; if (!setup.HasOptionalField(H225_Setup_UUIE::e_sourceAddress)) return FALSE; PINDEX i; for (i = 0; i < setup.m_sourceAddress.GetSize(); i++) { if (setup.m_sourceAddress[i].GetTag() == H225_AliasAddress::e_dialedDigits) { number = (PASN_IA5String &)setup.m_sourceAddress[i]; return TRUE; } } for (i = 0; i < setup.m_sourceAddress.GetSize(); i++) { PString str = H323GetAliasAddressString(setup.m_sourceAddress[i]); if (IsE164(str)) { number = str; return TRUE; } } return FALSE; } BOOL H323SignalPDU::GetDestinationE164(PString & number) const { if (GetQ931().GetCalledPartyNumber(number)) return TRUE; if (m_h323_uu_pdu.m_h323_message_body.GetTag() != H225_H323_UU_PDU_h323_message_body::e_setup) return FALSE; const H225_Setup_UUIE & setup = m_h323_uu_pdu.m_h323_message_body; if (!setup.HasOptionalField(H225_Setup_UUIE::e_destinationAddress)) return FALSE; PINDEX i; for (i = 0; i < setup.m_destinationAddress.GetSize(); i++) { if (setup.m_destinationAddress[i].GetTag() == H225_AliasAddress::e_dialedDigits) { number = (PASN_IA5String &)setup.m_destinationAddress[i]; return TRUE; } } for (i = 0; i < setup.m_destinationAddress.GetSize(); i++) { PString str = H323GetAliasAddressString(setup.m_destinationAddress[i]); if (IsE164(str)) { number = str; return TRUE; } } return FALSE; } unsigned H323SignalPDU::GetDistinctiveRing() const { Q931::SignalInfo sig = GetQ931().GetSignalInfo(); if (sig < Q931::SignalAlertingPattern0 || sig > Q931::SignalAlertingPattern7) return 0; return sig - Q931::SignalAlertingPattern0; } void H323SignalPDU::SetQ931Fields(const H323Connection & connection, BOOL insertPartyNumbers, unsigned plan, unsigned type, int presentation, int screening) { PINDEX i; const PStringList & aliases = connection.GetLocalAliasNames(); PString number; PString localName = connection.GetLocalPartyName(); PString displayName; if (IsE164(localName)) { number = localName; for (i = 0; i < aliases.GetSize(); i++) { if (!IsE164(aliases[i])) { displayName = aliases[i]; break; } } } else { if (!localName) displayName = localName; for (i = 0; i < aliases.GetSize(); i++) { if (IsE164(aliases[i])) { number = aliases[i]; break; } } } if (!connection.GetDisplayName().IsEmpty()) displayName = connection.GetDisplayName(); if (displayName.IsEmpty()) displayName = number; q931pdu.SetDisplayName(displayName); if (insertPartyNumbers) { PString otherNumber = connection.GetRemotePartyNumber(); if (otherNumber.IsEmpty()) { PString otherName = connection.GetRemotePartyName(); if (IsE164(otherName)) otherNumber = otherName; } if (connection.HadAnsweredCall()) { if (!number) q931pdu.SetCalledPartyNumber(number, plan, type); if (!otherNumber) q931pdu.SetCallingPartyNumber(otherNumber, plan, type, presentation, screening); } else { if (!number) q931pdu.SetCallingPartyNumber(number, plan, type, presentation, screening); if (!otherNumber) q931pdu.SetCalledPartyNumber(otherNumber, plan, type); } } unsigned ring = connection.GetDistinctiveRing(); if (ring != 0) q931pdu.SetSignalInfo((Q931::SignalInfo)(ring + Q931::SignalAlertingPattern0)); } ///////////////////////////////////////////////////////////////////////////// H245_RequestMessage & H323ControlPDU::Build(H245_RequestMessage::Choices request) { SetTag(e_request); H245_RequestMessage & msg = *this; msg.SetTag(request); return msg; } H245_ResponseMessage & H323ControlPDU::Build(H245_ResponseMessage::Choices response) { SetTag(e_response); H245_ResponseMessage & resp = *this; resp.SetTag(response); return resp; } H245_CommandMessage & H323ControlPDU::Build(H245_CommandMessage::Choices command) { SetTag(e_command); H245_CommandMessage & cmd = *this; cmd.SetTag(command); return cmd; } H245_IndicationMessage & H323ControlPDU::Build(H245_IndicationMessage::Choices indication) { SetTag(e_indication); H245_IndicationMessage & ind = *this; ind.SetTag(indication); return ind; } H245_MasterSlaveDetermination & H323ControlPDU::BuildMasterSlaveDetermination(unsigned terminalType, unsigned statusDeterminationNumber) { H245_MasterSlaveDetermination & msd = Build(H245_RequestMessage::e_masterSlaveDetermination); msd.m_terminalType = terminalType; msd.m_statusDeterminationNumber = statusDeterminationNumber; return msd; } H245_MasterSlaveDeterminationAck & H323ControlPDU::BuildMasterSlaveDeterminationAck(BOOL isMaster) { H245_MasterSlaveDeterminationAck & msda = Build(H245_ResponseMessage::e_masterSlaveDeterminationAck); msda.m_decision.SetTag(isMaster ? H245_MasterSlaveDeterminationAck_decision::e_slave : H245_MasterSlaveDeterminationAck_decision::e_master); return msda; } H245_MasterSlaveDeterminationReject & H323ControlPDU::BuildMasterSlaveDeterminationReject(unsigned cause) { H245_MasterSlaveDeterminationReject & msdr = Build(H245_ResponseMessage::e_masterSlaveDeterminationReject); msdr.m_cause.SetTag(cause); return msdr; } H245_TerminalCapabilitySet & H323ControlPDU::BuildTerminalCapabilitySet(const H323Connection & connection, unsigned sequenceNumber, BOOL empty) { H245_TerminalCapabilitySet & cap = Build(H245_RequestMessage::e_terminalCapabilitySet); cap.m_sequenceNumber = sequenceNumber; cap.m_protocolIdentifier.SetValue(H245_ProtocolID, PARRAYSIZE(H245_ProtocolID)); if (empty) return cap; cap.IncludeOptionalField(H245_TerminalCapabilitySet::e_multiplexCapability); cap.m_multiplexCapability.SetTag(H245_MultiplexCapability::e_h2250Capability); H245_H2250Capability & h225_0 = cap.m_multiplexCapability; h225_0.m_maximumAudioDelayJitter = connection.GetMaxAudioJitterDelay(); h225_0.m_receiveMultipointCapability.m_mediaDistributionCapability.SetSize(1); h225_0.m_transmitMultipointCapability.m_mediaDistributionCapability.SetSize(1); h225_0.m_receiveAndTransmitMultipointCapability.m_mediaDistributionCapability.SetSize(1); h225_0.m_t120DynamicPortCapability = TRUE; // Set the table of capabilities connection.GetLocalCapabilities().BuildPDU(connection, cap); return cap; } H245_TerminalCapabilitySetAck & H323ControlPDU::BuildTerminalCapabilitySetAck(unsigned sequenceNumber) { H245_TerminalCapabilitySetAck & cap = Build(H245_ResponseMessage::e_terminalCapabilitySetAck); cap.m_sequenceNumber = sequenceNumber; return cap; } H245_TerminalCapabilitySetReject & H323ControlPDU::BuildTerminalCapabilitySetReject(unsigned sequenceNumber, unsigned cause) { H245_TerminalCapabilitySetReject & cap = Build(H245_ResponseMessage::e_terminalCapabilitySetReject); cap.m_sequenceNumber = sequenceNumber; cap.m_cause.SetTag(cause); return cap; } H245_OpenLogicalChannel & H323ControlPDU::BuildOpenLogicalChannel(unsigned forwardLogicalChannelNumber) { H245_OpenLogicalChannel & open = Build(H245_RequestMessage::e_openLogicalChannel); open.m_forwardLogicalChannelNumber = forwardLogicalChannelNumber; return open; } H245_RequestChannelClose & H323ControlPDU::BuildRequestChannelClose(unsigned channelNumber, unsigned reason) { H245_RequestChannelClose & rcc = Build(H245_RequestMessage::e_requestChannelClose); rcc.m_forwardLogicalChannelNumber = channelNumber; rcc.IncludeOptionalField(H245_RequestChannelClose::e_reason); rcc.m_reason.SetTag(reason); return rcc; } H245_CloseLogicalChannel & H323ControlPDU::BuildCloseLogicalChannel(unsigned channelNumber) { H245_CloseLogicalChannel & clc = Build(H245_RequestMessage::e_closeLogicalChannel); clc.m_forwardLogicalChannelNumber = channelNumber; clc.m_source.SetTag(H245_CloseLogicalChannel_source::e_lcse); return clc; } H245_OpenLogicalChannelAck & H323ControlPDU::BuildOpenLogicalChannelAck(unsigned channelNumber) { H245_OpenLogicalChannelAck & ack = Build(H245_ResponseMessage::e_openLogicalChannelAck); ack.m_forwardLogicalChannelNumber = channelNumber; return ack; } H245_OpenLogicalChannelReject & H323ControlPDU::BuildOpenLogicalChannelReject(unsigned channelNumber, unsigned cause) { H245_OpenLogicalChannelReject & reject = Build(H245_ResponseMessage::e_openLogicalChannelReject); reject.m_forwardLogicalChannelNumber = channelNumber; reject.m_cause.SetTag(cause); return reject; } H245_OpenLogicalChannelConfirm & H323ControlPDU::BuildOpenLogicalChannelConfirm(unsigned channelNumber) { H245_OpenLogicalChannelConfirm & chan = Build(H245_IndicationMessage::e_openLogicalChannelConfirm); chan.m_forwardLogicalChannelNumber = channelNumber; return chan; } H245_CloseLogicalChannelAck & H323ControlPDU::BuildCloseLogicalChannelAck(unsigned channelNumber) { H245_CloseLogicalChannelAck & chan = Build(H245_ResponseMessage::e_closeLogicalChannelAck); chan.m_forwardLogicalChannelNumber = channelNumber; return chan; } H245_RequestChannelCloseAck & H323ControlPDU::BuildRequestChannelCloseAck(unsigned channelNumber) { H245_RequestChannelCloseAck & rcca = Build(H245_ResponseMessage::e_requestChannelCloseAck); rcca.m_forwardLogicalChannelNumber = channelNumber; return rcca; } H245_RequestChannelCloseReject & H323ControlPDU::BuildRequestChannelCloseReject(unsigned channelNumber) { H245_RequestChannelCloseReject & rccr = Build(H245_ResponseMessage::e_requestChannelCloseReject); rccr.m_forwardLogicalChannelNumber = channelNumber; return rccr; } H245_RequestChannelCloseRelease & H323ControlPDU::BuildRequestChannelCloseRelease(unsigned channelNumber) { H245_RequestChannelCloseRelease & rccr = Build(H245_IndicationMessage::e_requestChannelCloseRelease); rccr.m_forwardLogicalChannelNumber = channelNumber; return rccr; } H245_RequestMode & H323ControlPDU::BuildRequestMode(unsigned sequenceNumber) { H245_RequestMode & rm = Build(H245_RequestMessage::e_requestMode); rm.m_sequenceNumber = sequenceNumber; return rm; } H245_RequestModeAck & H323ControlPDU::BuildRequestModeAck(unsigned sequenceNumber, unsigned response) { H245_RequestModeAck & ack = Build(H245_ResponseMessage::e_requestModeAck); ack.m_sequenceNumber = sequenceNumber; ack.m_response.SetTag(response); return ack; } H245_RequestModeReject & H323ControlPDU::BuildRequestModeReject(unsigned sequenceNumber, unsigned cause) { H245_RequestModeReject & reject = Build(H245_ResponseMessage::e_requestModeReject); reject.m_sequenceNumber = sequenceNumber; reject.m_cause.SetTag(cause); return reject; } H245_RoundTripDelayRequest & H323ControlPDU::BuildRoundTripDelayRequest(unsigned sequenceNumber) { H245_RoundTripDelayRequest & req = Build(H245_RequestMessage::e_roundTripDelayRequest); req.m_sequenceNumber = sequenceNumber; return req; } H245_RoundTripDelayResponse & H323ControlPDU::BuildRoundTripDelayResponse(unsigned sequenceNumber) { H245_RoundTripDelayResponse & resp = Build(H245_ResponseMessage::e_roundTripDelayResponse); resp.m_sequenceNumber = sequenceNumber; return resp; } H245_UserInputIndication & H323ControlPDU::BuildUserInputIndication(const PString & value) { H245_UserInputIndication & ind = Build(H245_IndicationMessage::e_userInput); ind.SetTag(H245_UserInputIndication::e_alphanumeric); (PASN_GeneralString &)ind = value; return ind; } H245_UserInputIndication & H323ControlPDU::BuildUserInputIndication(char tone, unsigned duration, unsigned logicalChannel, unsigned rtpTimestamp) { H245_UserInputIndication & ind = Build(H245_IndicationMessage::e_userInput); if (tone != ' ') { ind.SetTag(H245_UserInputIndication::e_signal); H245_UserInputIndication_signal & sig = ind; sig.m_signalType.SetValue(tone); if (duration > 0) { sig.IncludeOptionalField(H245_UserInputIndication_signal::e_duration); sig.m_duration = duration; } if (logicalChannel > 0) { sig.IncludeOptionalField(H245_UserInputIndication_signal::e_rtp); sig.m_rtp.m_logicalChannelNumber = logicalChannel; sig.m_rtp.m_timestamp = rtpTimestamp; } } else { ind.SetTag(H245_UserInputIndication::e_signalUpdate); H245_UserInputIndication_signalUpdate & sig = ind; sig.m_duration = duration; if (logicalChannel > 0) { sig.IncludeOptionalField(H245_UserInputIndication_signalUpdate::e_rtp); sig.m_rtp.m_logicalChannelNumber = logicalChannel; } } return ind; } H245_FunctionNotUnderstood & H323ControlPDU::BuildFunctionNotUnderstood(const H323ControlPDU & pdu) { H245_FunctionNotUnderstood & fnu = Build(H245_IndicationMessage::e_functionNotUnderstood); switch (pdu.GetTag()) { case H245_MultimediaSystemControlMessage::e_request : fnu.SetTag(H245_FunctionNotUnderstood::e_request); (H245_RequestMessage &)fnu = (const H245_RequestMessage &)pdu; break; case H245_MultimediaSystemControlMessage::e_response : fnu.SetTag(H245_FunctionNotUnderstood::e_response); (H245_ResponseMessage &)fnu = (const H245_ResponseMessage &)pdu; break; case H245_MultimediaSystemControlMessage::e_command : fnu.SetTag(H245_FunctionNotUnderstood::e_command); (H245_CommandMessage &)fnu = (const H245_CommandMessage &)pdu; break; } return fnu; } H245_EndSessionCommand & H323ControlPDU::BuildEndSessionCommand(unsigned reason) { H245_EndSessionCommand & end = Build(H245_CommandMessage::e_endSessionCommand); end.SetTag(reason); return end; } ///////////////////////////////////////////////////////////////////////////// H323RasPDU::H323RasPDU() { } H323RasPDU::H323RasPDU(const H235Authenticators & auth) : H323TransactionPDU(auth) { } PObject * H323RasPDU::Clone() const { return new H323RasPDU(*this); } PASN_Object & H323RasPDU::GetPDU() { return *this; } PASN_Choice & H323RasPDU::GetChoice() { return *this; } const PASN_Object & H323RasPDU::GetPDU() const { return *this; } const PASN_Choice & H323RasPDU::GetChoice() const { return *this; } unsigned H323RasPDU::GetSequenceNumber() const { switch (GetTag()) { case H225_RasMessage::e_gatekeeperRequest : return ((const H225_GatekeeperRequest &)*this).m_requestSeqNum; case H225_RasMessage::e_gatekeeperConfirm : return ((const H225_GatekeeperConfirm &)*this).m_requestSeqNum; case H225_RasMessage::e_gatekeeperReject : return ((const H225_GatekeeperReject &)*this).m_requestSeqNum; case H225_RasMessage::e_registrationRequest : return ((const H225_RegistrationRequest &)*this).m_requestSeqNum; case H225_RasMessage::e_registrationConfirm : return ((const H225_RegistrationConfirm &)*this).m_requestSeqNum; case H225_RasMessage::e_registrationReject : return ((const H225_RegistrationReject &)*this).m_requestSeqNum; case H225_RasMessage::e_unregistrationRequest : return ((const H225_UnregistrationRequest &)*this).m_requestSeqNum; case H225_RasMessage::e_unregistrationConfirm : return ((const H225_UnregistrationConfirm &)*this).m_requestSeqNum; case H225_RasMessage::e_unregistrationReject : return ((const H225_UnregistrationReject &)*this).m_requestSeqNum; case H225_RasMessage::e_admissionRequest : return ((const H225_AdmissionRequest &)*this).m_requestSeqNum; case H225_RasMessage::e_admissionConfirm : return ((const H225_AdmissionConfirm &)*this).m_requestSeqNum; case H225_RasMessage::e_admissionReject : return ((const H225_AdmissionReject &)*this).m_requestSeqNum; case H225_RasMessage::e_bandwidthRequest : return ((const H225_BandwidthRequest &)*this).m_requestSeqNum; case H225_RasMessage::e_bandwidthConfirm : return ((const H225_BandwidthConfirm &)*this).m_requestSeqNum; case H225_RasMessage::e_bandwidthReject : return ((const H225_BandwidthReject &)*this).m_requestSeqNum; case H225_RasMessage::e_disengageRequest : return ((const H225_DisengageRequest &)*this).m_requestSeqNum; case H225_RasMessage::e_disengageConfirm : return ((const H225_DisengageConfirm &)*this).m_requestSeqNum; case H225_RasMessage::e_disengageReject : return ((const H225_DisengageReject &)*this).m_requestSeqNum; case H225_RasMessage::e_locationRequest : return ((const H225_LocationRequest &)*this).m_requestSeqNum; case H225_RasMessage::e_locationConfirm : return ((const H225_LocationConfirm &)*this).m_requestSeqNum; case H225_RasMessage::e_locationReject : return ((const H225_LocationReject &)*this).m_requestSeqNum; case H225_RasMessage::e_infoRequest : return ((const H225_InfoRequest &)*this).m_requestSeqNum; case H225_RasMessage::e_infoRequestResponse : return ((const H225_InfoRequestResponse &)*this).m_requestSeqNum; case H225_RasMessage::e_nonStandardMessage : return ((const H225_NonStandardMessage &)*this).m_requestSeqNum; case H225_RasMessage::e_unknownMessageResponse : return ((const H225_UnknownMessageResponse &)*this).m_requestSeqNum; case H225_RasMessage::e_requestInProgress : return ((const H225_RequestInProgress &)*this).m_requestSeqNum; case H225_RasMessage::e_resourcesAvailableIndicate : return ((const H225_ResourcesAvailableIndicate &)*this).m_requestSeqNum; case H225_RasMessage::e_resourcesAvailableConfirm : return ((const H225_ResourcesAvailableConfirm &)*this).m_requestSeqNum; case H225_RasMessage::e_infoRequestAck : return ((const H225_InfoRequestAck &)*this).m_requestSeqNum; case H225_RasMessage::e_infoRequestNak : return ((const H225_InfoRequestNak &)*this).m_requestSeqNum; case H225_RasMessage::e_serviceControlIndication : return ((const H225_ServiceControlIndication &)*this).m_requestSeqNum; case H225_RasMessage::e_serviceControlResponse : return ((const H225_ServiceControlResponse &)*this).m_requestSeqNum; default : return 0; } } unsigned H323RasPDU::GetRequestInProgressDelay() const { if (GetTag() != H225_RasMessage::e_requestInProgress) return 0; return ((const H225_RequestInProgress &)*this).m_delay; } #if PTRACING const char * H323RasPDU::GetProtocolName() const { return "H225RAS"; } #endif H323TransactionPDU * H323RasPDU::ClonePDU() const { return new H323RasPDU(*this); } void H323RasPDU::DeletePDU() { delete this; } H225_GatekeeperRequest & H323RasPDU::BuildGatekeeperRequest(unsigned seqNum) { SetTag(e_gatekeeperRequest); H225_GatekeeperRequest & grq = *this; grq.m_requestSeqNum = seqNum; grq.m_protocolIdentifier.SetValue(H225_ProtocolID, PARRAYSIZE(H225_ProtocolID)); return grq; } H225_GatekeeperConfirm & H323RasPDU::BuildGatekeeperConfirm(unsigned seqNum) { SetTag(e_gatekeeperConfirm); H225_GatekeeperConfirm & gcf = *this; gcf.m_requestSeqNum = seqNum; gcf.m_protocolIdentifier.SetValue(H225_ProtocolID, PARRAYSIZE(H225_ProtocolID)); return gcf; } H225_GatekeeperReject & H323RasPDU::BuildGatekeeperReject(unsigned seqNum, unsigned reason) { SetTag(e_gatekeeperReject); H225_GatekeeperReject & grj = *this; grj.m_requestSeqNum = seqNum; grj.m_protocolIdentifier.SetValue(H225_ProtocolID, PARRAYSIZE(H225_ProtocolID)); grj.m_rejectReason.SetTag(reason); return grj; } H225_RegistrationRequest & H323RasPDU::BuildRegistrationRequest(unsigned seqNum) { SetTag(e_registrationRequest); H225_RegistrationRequest & rrq = *this; rrq.m_requestSeqNum = seqNum; rrq.m_protocolIdentifier.SetValue(H225_ProtocolID, PARRAYSIZE(H225_ProtocolID)); return rrq; } H225_RegistrationConfirm & H323RasPDU::BuildRegistrationConfirm(unsigned seqNum) { SetTag(e_registrationConfirm); H225_RegistrationConfirm & rcf = *this; rcf.m_requestSeqNum = seqNum; rcf.m_protocolIdentifier.SetValue(H225_ProtocolID, PARRAYSIZE(H225_ProtocolID)); return rcf; } H225_RegistrationReject & H323RasPDU::BuildRegistrationReject(unsigned seqNum, unsigned reason) { SetTag(e_registrationReject); H225_RegistrationReject & rrj = *this; rrj.m_requestSeqNum = seqNum; rrj.m_protocolIdentifier.SetValue(H225_ProtocolID, PARRAYSIZE(H225_ProtocolID)); rrj.m_rejectReason.SetTag(reason); return rrj; } H225_UnregistrationRequest & H323RasPDU::BuildUnregistrationRequest(unsigned seqNum) { SetTag(e_unregistrationRequest); H225_UnregistrationRequest & urq = *this; urq.m_requestSeqNum = seqNum; return urq; } H225_UnregistrationConfirm & H323RasPDU::BuildUnregistrationConfirm(unsigned seqNum) { SetTag(e_unregistrationConfirm); H225_UnregistrationConfirm & ucf = *this; ucf.m_requestSeqNum = seqNum; return ucf; } H225_UnregistrationReject & H323RasPDU::BuildUnregistrationReject(unsigned seqNum, unsigned reason) { SetTag(e_unregistrationReject); H225_UnregistrationReject & urj = *this; urj.m_requestSeqNum = seqNum; urj.m_rejectReason.SetTag(reason); return urj; } H225_LocationRequest & H323RasPDU::BuildLocationRequest(unsigned seqNum) { SetTag(e_locationRequest); H225_LocationRequest & lrq = *this; lrq.m_requestSeqNum = seqNum; return lrq; } H225_LocationConfirm & H323RasPDU::BuildLocationConfirm(unsigned seqNum) { SetTag(e_locationConfirm); H225_LocationConfirm & lcf = *this; lcf.m_requestSeqNum = seqNum; return lcf; } H225_LocationReject & H323RasPDU::BuildLocationReject(unsigned seqNum, unsigned reason) { SetTag(e_locationReject); H225_LocationReject & lrj = *this; lrj.m_requestSeqNum = seqNum; lrj.m_rejectReason.SetTag(reason); return lrj; } H225_AdmissionRequest & H323RasPDU::BuildAdmissionRequest(unsigned seqNum) { SetTag(e_admissionRequest); H225_AdmissionRequest & arq = *this; arq.m_requestSeqNum = seqNum; return arq; } H225_AdmissionConfirm & H323RasPDU::BuildAdmissionConfirm(unsigned seqNum) { SetTag(e_admissionConfirm); H225_AdmissionConfirm & acf = *this; acf.m_requestSeqNum = seqNum; return acf; } H225_AdmissionReject & H323RasPDU::BuildAdmissionReject(unsigned seqNum, unsigned reason) { SetTag(e_admissionReject); H225_AdmissionReject & arj = *this; arj.m_requestSeqNum = seqNum; arj.m_rejectReason.SetTag(reason); return arj; } H225_DisengageRequest & H323RasPDU::BuildDisengageRequest(unsigned seqNum) { SetTag(e_disengageRequest); H225_DisengageRequest & drq = *this; drq.m_requestSeqNum = seqNum; return drq; } H225_DisengageConfirm & H323RasPDU::BuildDisengageConfirm(unsigned seqNum) { SetTag(e_disengageConfirm); H225_DisengageConfirm & dcf = *this; dcf.m_requestSeqNum = seqNum; return dcf; } H225_DisengageReject & H323RasPDU::BuildDisengageReject(unsigned seqNum, unsigned reason) { SetTag(e_disengageReject); H225_DisengageReject & drj = *this; drj.m_requestSeqNum = seqNum; drj.m_rejectReason.SetTag(reason); return drj; } H225_BandwidthRequest & H323RasPDU::BuildBandwidthRequest(unsigned seqNum) { SetTag(e_bandwidthRequest); H225_BandwidthRequest & brq = *this; brq.m_requestSeqNum = seqNum; return brq; } H225_BandwidthConfirm & H323RasPDU::BuildBandwidthConfirm(unsigned seqNum, unsigned bandWidth) { SetTag(e_bandwidthConfirm); H225_BandwidthConfirm & bcf = *this; bcf.m_requestSeqNum = seqNum; bcf.m_bandWidth = bandWidth; return bcf; } H225_BandwidthReject & H323RasPDU::BuildBandwidthReject(unsigned seqNum, unsigned reason) { SetTag(e_bandwidthReject); H225_BandwidthReject & brj = *this; brj.m_requestSeqNum = seqNum; brj.m_rejectReason.SetTag(reason); return brj; } H225_InfoRequest & H323RasPDU::BuildInfoRequest(unsigned seqNum, unsigned callRef, const OpalGloballyUniqueID * id) { SetTag(e_infoRequest); H225_InfoRequest & irq = *this; irq.m_requestSeqNum = seqNum; irq.m_callReferenceValue = callRef; if (callRef != 0 && id != NULL) irq.m_callIdentifier.m_guid = *id; return irq; } H225_InfoRequestResponse & H323RasPDU::BuildInfoRequestResponse(unsigned seqNum) { SetTag(e_infoRequestResponse); H225_InfoRequestResponse & irr = *this; irr.m_requestSeqNum = seqNum; return irr; } H225_InfoRequestAck & H323RasPDU::BuildInfoRequestAck(unsigned seqNum) { SetTag(e_infoRequestAck); H225_InfoRequestAck & iack = *this; iack.m_requestSeqNum = seqNum; return iack; } H225_InfoRequestNak & H323RasPDU::BuildInfoRequestNak(unsigned seqNum, unsigned reason) { SetTag(e_infoRequestNak); H225_InfoRequestNak & inak = *this; inak.m_requestSeqNum = seqNum; inak.m_nakReason.SetTag(reason); return inak; } H225_UnknownMessageResponse & H323RasPDU::BuildUnknownMessageResponse(unsigned seqNum) { SetTag(e_unknownMessageResponse); H225_UnknownMessageResponse & umr = *this; umr.m_requestSeqNum = seqNum; return umr; } H225_RequestInProgress & H323RasPDU::BuildRequestInProgress(unsigned seqNum, unsigned delay) { SetTag(e_requestInProgress); H225_RequestInProgress & rip = *this; rip.m_requestSeqNum = seqNum; rip.m_delay = delay; return rip; } H225_ServiceControlIndication & H323RasPDU::BuildServiceControlIndication(unsigned seqNum, const OpalGloballyUniqueID * id) { SetTag(e_serviceControlIndication); H225_ServiceControlIndication & sci = *this; sci.m_requestSeqNum = seqNum; if (id != NULL && !id->IsNULL()) { sci.IncludeOptionalField(H225_ServiceControlIndication::e_callSpecific); sci.m_callSpecific.m_callIdentifier.m_guid = *id; } return sci; } H225_ServiceControlResponse & H323RasPDU::BuildServiceControlResponse(unsigned seqNum) { SetTag(e_serviceControlResponse); H225_ServiceControlResponse & scr = *this; scr.m_requestSeqNum = seqNum; return scr; } ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/src/h323pluginmgr.cxx0100644000176200056700000022142010274716647017566 0ustar releasepostincr/* * h323plugins.cxx * * H.323 codec plugins handler * * Open H323 Library * * Copyright (C) 2004 Post Increment * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Post Increment * * Contributor(s): ______________________________________. * * $Log: h323pluginmgr.cxx,v $ * Revision 1.58 2005/08/05 17:11:03 csoutheren * Fixed gcc 4.0.1 warning * * Revision 1.57 2005/06/27 00:31:19 csoutheren * Fixed problem with uninitialised variable when using codec-free capability constructor * Fixed mismatch with G.711 codec capability table for plugins * Both fixes thanks to Benni Badham * * Revision 1.56 2005/06/21 06:46:35 csoutheren * Add ability to create capabilities without codecs for external RTP interface * * Revision 1.55 2005/06/07 03:22:24 csoutheren * Added patch 1198741 with support for plugin codecs with generic capabilities * Added patch 1198754 with support for setting quality level on audio codecs * Added patch 1198760 with GSM-AMR codec support * Many thanks to Richard van der Hoff for his work * * Revision 1.54 2005/05/03 12:23:05 csoutheren * Unlock connection list when creating connection * Remove chance of race condition with H.245 negotiation timer * Unregister OpalPluginMediaFormat when instance is destroyed * Thank to Paul Cadach * * Revision 1.53 2005/04/28 03:22:17 csoutheren * Fixed problem with toLen not being set n factory-based G.711 routines * Thanks to Derek Smithies * * Revision 1.52 2005/01/04 12:20:12 csoutheren * Fixed more problems with global statics * * Revision 1.51 2005/01/04 08:08:46 csoutheren * More changes to implement the new configuration methodology, and also to * attack the global static problem * * Revision 1.50 2005/01/03 14:03:42 csoutheren * Added new configure options and ability to disable/enable modules * * Revision 1.49 2005/01/03 06:26:09 csoutheren * Added extensive support for disabling code modules at compile time * * Revision 1.48 2005/01/03 02:53:22 csoutheren * Fixed problem compiling without OpenSSL * * Revision 1.47 2004/12/20 23:30:21 csoutheren * Added plugin support for packet loss concealment frames * * Revision 1.46 2004/12/08 02:03:59 csoutheren * Fixed problem with detection of non-FFH.263 * * Revision 1.45 2004/11/29 06:30:54 csoutheren * Added support for wideband codecs * * Revision 1.44 2004/11/20 22:00:50 csoutheren * Added hacks for linker problem * * Revision 1.43 2004/11/12 06:04:45 csoutheren * Changed H235Authentiators to use PFactory * * Revision 1.42 2004/09/03 08:06:42 csoutheren * G.711 codecs are not singleton * * Revision 1.41 2004/09/03 07:13:47 csoutheren * Fixed typo returning wrong value for RTP payload code in factory codecs for G.711 * * Revision 1.40 2004/08/26 11:04:33 csoutheren * Fixed factory bootstrap on Linux * * Revision 1.39 2004/08/26 08:41:33 csoutheren * Fixed problem compiling on Linux * * Revision 1.38 2004/08/26 08:05:04 csoutheren * Codecs now appear in abstract factory system * Fixed Windows factory bootstrap system (again) * * Revision 1.37 2004/08/24 14:23:11 csoutheren * Fixed problem with plugin codecs using capability compare functions * * Revision 1.36 2004/08/09 11:11:33 csoutheren * Added stupid windows hack to force opalwavfile factories to register * * Revision 1.35 2004/08/02 23:56:15 csoutheren * Fixed problem when using --enable-embeddedgsm * * Revision 1.34 2004/07/07 08:04:56 csoutheren * Added video codecs to default codec list, but H.263 is only loaded if the .so/DLL is found * * Revision 1.33 2004/07/03 06:51:37 rjongbloed * Added PTRACE_PARAM() macro to fix warnings on parameters used in PTRACE * macros only. * * Revision 1.32 2004/06/30 12:31:16 rjongbloed * Rewrite of plug in system to use single global variable for all factories to avoid all sorts * of issues with startup orders and Windows DLL multiple instances. * * Revision 1.31 2004/06/16 04:00:00 csoutheren * Fixed problems with T35 information in plugin codecs * * Revision 1.30 2004/06/09 13:18:48 csoutheren * Fixed compile errors and warnings when --disable-video and --disable-audio * used, thanks to Paul Rolland * * Revision 1.29 2004/06/03 23:20:47 csoutheren * Fixed compile problem on some gcc variants * * Revision 1.28 2004/06/03 13:32:01 csoutheren * Renamed INSTANTIATE_FACTORY * * Revision 1.27 2004/06/03 12:48:35 csoutheren * Decomposed PFactory declarations to hopefully avoid problems with DLLs * * Revision 1.26 2004/06/01 10:29:45 csoutheren * Fixed problems on Linux * * Revision 1.25 2004/06/01 07:30:27 csoutheren * Removed accidental cut & paste in new code that removed capabilities * * Revision 1.24 2004/06/01 05:49:27 csoutheren * Added code to cleanup some allocated memory upon shutdown * * Revision 1.23 2004/05/26 23:44:36 csoutheren * Fixed problem with incorrect return value on streamed codec functions * * Revision 1.22 2004/05/23 12:49:20 rjongbloed * Tidied some of the OpalMediaFormat usage after abandoning some previous * code due to MSVC6 compiler bug. * * Revision 1.21 2004/05/19 07:38:23 csoutheren * Changed OpalMediaFormat handling to use abstract factory method functions * * Revision 1.20 2004/05/18 23:12:24 csoutheren * Fixed problem with plugins for predefined formats not appearing in default media format list * * Revision 1.19 2004/05/18 22:26:28 csoutheren * Initial support for embedded codecs * Fixed problems with streamed codec support * Updates for abstract factory loading methods * * Revision 1.18 2004/05/18 06:02:30 csoutheren * Deferred plugin codec loading until after main has executed by using abstract factory classes * * Revision 1.17 2004/05/13 12:48:03 rjongbloed * Fixed correct usage of the subtle distinction between the capability * name (with {sw} etc) and the media format name. * * Revision 1.16 2004/05/12 13:41:26 csoutheren * Added support for getting lists of media formats from plugin manager * * Revision 1.15 2004/05/09 14:44:36 csoutheren * Added support for streamed plugin audio codecs * * Revision 1.14 2004/05/09 10:08:36 csoutheren * Changed new DecodeFrame to return bytes decoded rather than samples decoded * Added support for new DecodeFrame to plugin manager * * Revision 1.13 2004/05/06 12:54:41 rjongbloed * Fixed Clone() functions in plug in capabilities so uses copy constructor and * thus copies all fields and all ancestors fields. * Thanks Gustavo García Bernardo Telefónica R&D * * Revision 1.12 2004/05/04 03:33:33 csoutheren * Added guards against comparing certain kinds of Capabilities * * Revision 1.11 2004/05/02 08:24:57 rjongbloed * Fixed loading of plug ins when multiple plug in class sets used. Especially H.323 codecs. * * Revision 1.10 2004/04/29 15:04:07 ykiryanov * Added #ifndef NO_H323_VIDEO around video codec code * * Revision 1.9 2004/04/22 22:35:00 csoutheren * Fixed mispelling of Guilhem Tardy - my apologies to him * * Revision 1.8 2004/04/22 14:22:21 csoutheren * Added RFC 2190 H.263 code as created by Guilhem Tardy and AliceStreet * Many thanks to them for their contributions. * * Revision 1.7 2004/04/14 08:14:41 csoutheren * Changed to use generic plugin manager * * Revision 1.6 2004/04/09 13:28:38 rjongbloed * Fixed conversion of plug ins from OpenH323 to OPAL naming convention. * * Revision 1.5 2004/04/05 13:33:48 csoutheren * Fixed typo in GSM capability creation * * Revision 1.4 2004/04/04 00:41:09 csoutheren * Fixed MSVC compile warning * * Revision 1.3 2004/04/03 12:17:07 csoutheren * Updated plugin changes for RTTI changes and added missing include * * Revision 1.2 2004/04/03 10:38:25 csoutheren * Added in initial cut at codec plugin code. Branches are for wimps :) * * Revision 1.1.2.1 2004/03/31 11:03:16 csoutheren * Initial public version * * Revision 1.15 2004/02/03 06:14:43 craigs * Fixed compile warnings under Linux * * Revision 1.14 2004/01/28 13:29:55 craigs * Fixed compile warning under Linux * * Revision 1.13 2004/01/27 14:55:46 craigs * Implemented static linking of new codecs * * Revision 1.12 2004/01/25 09:08:15 craigs * Removed compile warnings * * Revision 1.11 2004/01/25 04:38:59 craigs * Fixed lengths and other parameters * * Revision 1.10 2004/01/24 22:26:36 craigs * Fixed RTP payload problems * * Revision 1.9 2004/01/23 05:21:15 craigs * Updated for changes to the codec plugin interface * * Revision 1.8 2004/01/13 03:19:11 craigs * Fixed problems on Linux * * Revision 1.7 2004/01/09 11:27:46 craigs * Plugin codec audio now works :) * * Revision 1.6 2004/01/09 07:32:22 craigs * More fixes for capability problems * * Revision 1.5 2004/01/08 06:36:57 craigs * Added creation of media format * * Revision 1.4 2004/01/06 12:50:04 craigs * More plugin fixes * * Revision 1.3 2004/01/06 10:25:28 craigs * Implementation of codec plugins * * Revision 1.2 2004/01/06 07:05:03 craigs * Changed to support plugin codecs * * Revision 1.1 2004/01/04 13:38:25 craigs * Implementation of codec plugins * * */ #ifdef __GNUC__ #pragma implementation "h323pluginmgr.h" #endif #include #include #include #include #include #include #include #include #include #ifndef NO_H323_VIDEO #if H323_RFC2190_AVCODEC extern BOOL OpenH323_IsRFC2190Loaded(); #endif // H323_RFC2190_AVCODEC #endif // NO_H323_VIDEO ///////////////////////////////////////////////////////////////////////////// class OpalPluginCodec : public OpalFactoryCodec { PCLASSINFO(OpalPluginCodec, PObject) public: OpalPluginCodec(PluginCodec_Definition * _codecDefn) : codecDefn(_codecDefn) { if (codecDefn->createCodec == NULL) context = NULL; else context = (codecDefn->createCodec)(codecDefn); } ~OpalPluginCodec() { (codecDefn->destroyCodec)(codecDefn, context); } const struct PluginCodec_Definition * GetDefinition() { return codecDefn; } PString GetInputFormat() const { return codecDefn->sourceFormat; } PString GetOutputFormat() const { return codecDefn->destFormat; } int Encode(const void * from, unsigned * fromLen, void * to, unsigned * toLen, unsigned int * flag) { return (*codecDefn->codecFunction)(codecDefn, context, from, fromLen, to, toLen, flag); } unsigned int GetSampleRate() const { return codecDefn->sampleRate; } unsigned int GetBitsPerSec() const { return codecDefn->bitsPerSec; } unsigned int GetFrameTime() const { return codecDefn->nsPerFrame; } unsigned int GetSamplesPerFrame() const { return codecDefn->samplesPerFrame; } unsigned int GetBytesPerFrame() const { return codecDefn->bytesPerFrame; } unsigned int GetRecommendedFramesPerPacket() const { return codecDefn->recommendedFramesPerPacket; } unsigned int GetMaxFramesPerPacket() const { return codecDefn->maxFramesPerPacket; } BYTE GetRTPPayload() const { return (BYTE)codecDefn->rtpPayload; } PString GetSDPFormat() const { return codecDefn->sampleRate; } protected: PluginCodec_Definition * codecDefn; void * context; }; class OpalPluginCodecFactory : public PFactory { public: class Worker : public PFactory::WorkerBase { public: Worker(const PString & key, PluginCodec_Definition * _codecDefn) : PFactory::WorkerBase(TRUE), codecDefn(_codecDefn) { PFactory::Register(key, this); } protected: virtual OpalFactoryCodec * Create(const PString &) const { return new OpalPluginCodec(codecDefn); } PluginCodec_Definition * codecDefn; }; }; ///////////////////////////////////////////////////////////////////////////// #ifndef NO_H323_AUDIO_CODECS extern "C" { unsigned char linear2ulaw(int pcm_val); int ulaw2linear(unsigned char u_val); unsigned char linear2alaw(int pcm_val); int alaw2linear(unsigned char u_val); }; #define DECLARE_FIXED_CODEC(name, format, bps, frameTime, samples, bytes, fpp, maxfpp, payload, sdp) \ class name##_Base : public OpalFactoryCodec { \ PCLASSINFO(name##_Base, OpalFactoryCodec) \ public: \ name##_Base() \ { } \ unsigned int GetSampleRate() const { return 8000; } \ unsigned int GetBitsPerSec() const { return bps; } \ unsigned int GetFrameTime() const { return frameTime; } \ unsigned int GetSamplesPerFrame() const { return samples; } \ unsigned int GetBytesPerFrame() const { return bytes; } \ unsigned int GetRecommendedFramesPerPacket() const { return fpp; } \ unsigned int GetMaxFramesPerPacket() const { return maxfpp; } \ BYTE GetRTPPayload() const { return payload; } \ PString GetSDPFormat() const { return sdp; } \ }; \ class name##_Encoder : public name##_Base { \ PCLASSINFO(name##_Encoder, name##_Base) \ public: \ name##_Encoder() \ { } \ virtual PString GetInputFormat() const \ { return format; } \ virtual PString GetOutputFormat() const \ { return "L16"; } \ static PString GetFactoryName() \ { return PString("L16") + "|" + format; } \ int Encode(const void * from, unsigned * fromLen, void * to, unsigned * toLen, unsigned int * flag); \ }; \ class name##_Decoder : public name##_Base { \ PCLASSINFO(name##_Decoder, name##_Base) \ public: \ name##_Decoder() \ { } \ virtual PString GetInputFormat() const \ { return "L16"; } \ virtual PString GetOutputFormat() const \ { return format; } \ static PString GetFactoryName() \ { return PString(format) + "|" + "L16"; } \ int Encode(const void * from, unsigned * fromLen, void * to, unsigned * toLen, unsigned int * flag); \ }; \ DECLARE_FIXED_CODEC(OpalG711ALaw64k, OpalG711ALaw64k, 64000, 30000, 240, 240, 30, 30, RTP_DataFrame::PCMA, "PCMA") int OpalG711ALaw64k_Encoder::Encode(const void * _from, unsigned * fromLen, void * _to, unsigned * toLen, unsigned int * ) { if (*fromLen/2 > *toLen) return 0; const short * from = (short *)_from; BYTE * to = (BYTE *)_to; unsigned count = *fromLen / 2; *toLen = count; while (count-- > 0) *to++ = linear2alaw(*from++); return 1; } int OpalG711ALaw64k_Decoder::Encode(const void * _from, unsigned * fromLen, void * _to, unsigned * toLen, unsigned int * ) { if (*fromLen*2 > *toLen) return 0; const BYTE * from = (BYTE *)_from; short * to = (short *)_to; unsigned count = *fromLen; *toLen = count * 2; while (count-- > 0) *to++ = (short)alaw2linear(*from++); return 1; } DECLARE_FIXED_CODEC(OpalG711uLaw64k, OpalG711uLaw64k, 64000, 30000, 240, 240, 30, 30, RTP_DataFrame::PCMU, "PCMU") int OpalG711uLaw64k_Encoder::Encode(const void * _from, unsigned * fromLen, void * _to, unsigned * toLen, unsigned int * ) { if (*fromLen/2 > *toLen) return 0; const short * from = (short *)_from; BYTE * to = (BYTE *)_to; unsigned count = *fromLen / 2; *toLen = count; while (count-- > 0) *to++ = linear2ulaw(*from++); return 1; } int OpalG711uLaw64k_Decoder::Encode(const void * _from, unsigned * fromLen, void * _to, unsigned * toLen, unsigned int * ) { if (*fromLen*2 > *toLen) return 0; const BYTE * from = (BYTE *)_from; short * to = (short *)_to; unsigned count = *fromLen; *toLen = count * 2; while (count-- > 0) *to++ = (short)ulaw2linear(*from++); return 1; } #endif // NO_H323_AUDIO_CODECS template class OpalFixedCodecFactory : public PFactory { public: class Worker : public PFactory::WorkerBase { public: Worker(const PString & key) : PFactory::WorkerBase() { PFactory::Register(key, this); } protected: virtual OpalFactoryCodec * Create(const PString &) const { return new CodecClass(); } }; }; static PString CreateCodecName(PluginCodec_Definition * codec, BOOL addSW) { PString str; if (codec->destFormat != NULL) str = codec->destFormat; else str = PString(codec->descr); if (addSW) str += "{sw}"; return str; } static PString CreateCodecName(const PString & baseName, BOOL addSW) { PString str(baseName); if (addSW) str += "{sw}"; return str; } class OpalPluginMediaFormat : public OpalMediaFormat { public: friend class H323PluginCodecManager; OpalPluginMediaFormat( PluginCodec_Definition * _encoderCodec, unsigned defaultSessionID, /// Default session for codec type BOOL needsJitter, /// Indicate format requires a jitter buffer unsigned frameTime, /// Time for frame in RTP units (if applicable) unsigned timeUnits, /// RTP units for frameTime (if applicable) time_t timeStamp /// timestamp (for versioning) ) : OpalMediaFormat( CreateCodecName(_encoderCodec, FALSE), defaultSessionID, (RTP_DataFrame::PayloadTypes)(((_encoderCodec->flags & PluginCodec_RTPTypeMask) == PluginCodec_RTPTypeDynamic) ? RTP_DataFrame::DynamicBase : _encoderCodec->rtpPayload), needsJitter, _encoderCodec->bitsPerSec, _encoderCodec->bytesPerFrame, frameTime, timeUnits, timeStamp ) , encoderCodec(_encoderCodec) { // manually register the new singleton type, as we do not have a concrete type OpalMediaFormatFactory::Register(*this, this); } ~OpalPluginMediaFormat() { OpalMediaFormatFactory::Unregister(*this); } PluginCodec_Definition * encoderCodec; }; #ifndef NO_H323_AUDIO_CODECS static H323Capability * CreateG7231Cap( PluginCodec_Definition * encoderCodec, PluginCodec_Definition * decoderCodec, int subType ); static H323Capability * CreateGenericAudioCap( PluginCodec_Definition * encoderCodec, PluginCodec_Definition * decoderCodec, int subType ); static H323Capability * CreateNonStandardAudioCap( PluginCodec_Definition * encoderCodec, PluginCodec_Definition * decoderCodec, int subType ); static H323Capability * CreateGSMCap( PluginCodec_Definition * encoderCodec, PluginCodec_Definition * decoderCodec, int subType ); #endif #ifndef NO_H323_VIDEO #if 0 static H323Capability * CreateH261Cap( PluginCodec_Definition * encoderCodec, PluginCodec_Definition * decoderCodec, int subType ); #endif #endif /* ////////////////////////////////////////////////////////////////////////////// // // Class to auto-register plugin capabilities // class H323CodecPluginCapabilityRegistration : public PObject { public: H323CodecPluginCapabilityRegistration( PluginCodec_Definition * _encoderCodec, PluginCodec_Definition * _decoderCodec ); H323Capability * Create(H323EndPoint & ep) const; static H323Capability * CreateG7231Cap (H323EndPoint & ep, int subType) const; static H323Capability * CreateNonStandardAudioCap(H323EndPoint & ep, int subType) const; //H323Capability * CreateNonStandardVideoCap(H323EndPoint & ep, int subType) const; static H323Capability * CreateGSMCap (H323EndPoint & ep, int subType) const; static H323Capability * CreateH261Cap (H323EndPoint & ep, int subType) const; protected: PluginCodec_Definition * encoderCodec; PluginCodec_Definition * decoderCodec; }; */ class H323CodecPluginCapabilityMapEntry { public: int pluginCapType; int h323SubType; H323Capability * (* createFunc)(PluginCodec_Definition * encoderCodec, PluginCodec_Definition * decoderCodec, int subType); }; #ifndef NO_H323_AUDIO_CODECS static H323CodecPluginCapabilityMapEntry audioMaps[] = { { PluginCodec_H323Codec_nonStandard, H245_AudioCapability::e_nonStandard, &CreateNonStandardAudioCap }, { PluginCodec_H323AudioCodec_gsmFullRate, H245_AudioCapability::e_gsmFullRate, &CreateGSMCap }, { PluginCodec_H323AudioCodec_gsmHalfRate, H245_AudioCapability::e_gsmHalfRate, &CreateGSMCap }, { PluginCodec_H323AudioCodec_gsmEnhancedFullRate, H245_AudioCapability::e_gsmEnhancedFullRate, &CreateGSMCap }, { PluginCodec_H323AudioCodec_g711Alaw_64k, H245_AudioCapability::e_g711Alaw64k }, { PluginCodec_H323AudioCodec_g711Alaw_56k, H245_AudioCapability::e_g711Alaw56k }, { PluginCodec_H323AudioCodec_g711Ulaw_64k, H245_AudioCapability::e_g711Ulaw64k }, { PluginCodec_H323AudioCodec_g711Ulaw_56k, H245_AudioCapability::e_g711Ulaw56k }, { PluginCodec_H323AudioCodec_g7231, H245_AudioCapability::e_g7231, &CreateG7231Cap }, { PluginCodec_H323AudioCodec_g729, H245_AudioCapability::e_g729 }, { PluginCodec_H323AudioCodec_g729AnnexA, H245_AudioCapability::e_g729AnnexA }, { PluginCodec_H323AudioCodec_g728, H245_AudioCapability::e_g728 }, { PluginCodec_H323AudioCodec_g722_64k, H245_AudioCapability::e_g722_64k }, { PluginCodec_H323AudioCodec_g722_56k, H245_AudioCapability::e_g722_56k }, { PluginCodec_H323AudioCodec_g722_48k, H245_AudioCapability::e_g722_48k }, { PluginCodec_H323AudioCodec_g729wAnnexB, H245_AudioCapability::e_g729wAnnexB }, { PluginCodec_H323AudioCodec_g729AnnexAwAnnexB, H245_AudioCapability::e_g729AnnexAwAnnexB }, { PluginCodec_H323Codec_generic, H245_AudioCapability::e_genericAudioCapability, &CreateGenericAudioCap }, // not implemented //{ PluginCodec_H323AudioCodec_g729Extensions, H245_AudioCapability::e_g729Extensions, 0 }, //{ PluginCodec_H323AudioCodec_g7231AnnexC, H245_AudioCapability::e_g7231AnnexCMode 0 }, //{ PluginCodec_H323AudioCodec_is11172, H245_AudioCapability::e_is11172AudioMode, 0 }, //{ PluginCodec_H323AudioCodec_is13818Audio, H245_AudioCapability::e_is13818AudioMode, 0 }, { -1 } }; #endif #ifndef NO_H323_VIDEO static H323CodecPluginCapabilityMapEntry videoMaps[] = { // video codecs // { PluginCodec_H323Codec_nonStandard, H245_VideoCapability::e_nonStandard, &CreateNonStandardVideoCap }, // { PluginCodec_H323VideoCodec_h261, H245_VideoCapability::e_h261VideoCapability, &CreateH261Cap }, /* PluginCodec_H323VideoCodec_h262, // not yet implemented PluginCodec_H323VideoCodec_h263, // not yet implemented PluginCodec_H323VideoCodec_is11172, // not yet implemented */ { -1 } }; #endif // NO_H323_VIDEO ////////////////////////////////////////////////////////////////////////////// static int CallCodecControl(PluginCodec_Definition * codec, void * context, const char * name, void * parm = NULL, unsigned int * parmLen = NULL); ////////////////////////////////////////////////////////////////////////////// // // Plugin framed audio codec classes // #ifndef NO_H323_AUDIO_CODECS class H323PluginFramedAudioCodec : public H323FramedAudioCodec { PCLASSINFO(H323PluginFramedAudioCodec, H323FramedAudioCodec); public: H323PluginFramedAudioCodec(const PString & fmtName, Direction direction, PluginCodec_Definition * _codec) : H323FramedAudioCodec(fmtName, direction), codec(_codec) { if (codec != NULL && codec->createCodec != NULL) context = (*codec->createCodec)(codec); else context = NULL; } ~H323PluginFramedAudioCodec() { if (codec != NULL && codec->destroyCodec != NULL) (*codec->destroyCodec)(codec, context); } BOOL EncodeFrame( BYTE * buffer, /// Buffer into which encoded bytes are placed unsigned int & toLen /// Actual length of encoded data buffer ) { if (codec == NULL || direction != Encoder) return FALSE; unsigned int fromLen = codec->samplesPerFrame*2; toLen = codec->bytesPerFrame; unsigned flags = 0; return (codec->codecFunction)(codec, context, (const unsigned char *)sampleBuffer.GetPointer(), &fromLen, buffer, &toLen, &flags) != 0; }; BOOL DecodeFrame( const BYTE * buffer, /// Buffer from which encoded data is found unsigned length, /// Length of encoded data buffer unsigned & written, /// Number of bytes used from data buffer unsigned & bytesDecoded /// Number of bytes output from frame ) { if (codec == NULL || direction != Decoder) return FALSE; unsigned flags = 0; if ((codec->codecFunction)(codec, context, buffer, &length, (unsigned char *)sampleBuffer.GetPointer(), &bytesDecoded, &flags) == 0) return FALSE; written = length; return TRUE; } void DecodeSilenceFrame( void * buffer, /// Buffer from which encoded data is found unsigned length /// Length of encoded data buffer ) { if ((codec->flags & PluginCodec_DecodeSilence) == 0) memset(buffer, 0, length); else { unsigned flags = PluginCodec_CoderSilenceFrame; (codec->codecFunction)(codec, context, NULL, NULL, buffer, &length, &flags); } } virtual int GetTxQualityLevel() const { int q = 0; unsigned qLen = sizeof(q); CallCodecControl(codec, context, "get_quality", &q, &qLen); return q || 1; } virtual void SetTxQualityLevel(int qlevel) { unsigned len = sizeof(qlevel); CallCodecControl(codec, context, "set_quality", &qlevel, &len); } protected: void * context; PluginCodec_Definition * codec; }; ////////////////////////////////////////////////////////////////////////////// // // Plugin streamed audio codec classes // class H323StreamedPluginAudioCodec : public H323StreamedAudioCodec { PCLASSINFO(H323StreamedPluginAudioCodec, H323StreamedAudioCodec); public: H323StreamedPluginAudioCodec( const PString & fmtName, H323Codec::Direction direction, unsigned samplesPerFrame, /// Number of samples in a frame unsigned bits, /// Bits per sample PluginCodec_Definition * _codec ) : H323StreamedAudioCodec(fmtName, direction, samplesPerFrame, bits), codec(_codec) { if (codec != NULL && codec->createCodec != NULL) context = (*codec->createCodec)(codec); else context = NULL; } ~H323StreamedPluginAudioCodec() { if (codec != NULL && codec->destroyCodec != NULL) (*codec->destroyCodec)(codec, context); } int Encode(short sample) const { if (codec == NULL || direction != Encoder) return 0; unsigned int fromLen = sizeof(sample); int to; unsigned toLen = sizeof(to); unsigned flags = 0; (codec->codecFunction)(codec, context, (const unsigned char *)&sample, &fromLen, (unsigned char *)&to, &toLen, &flags); return to; } short Decode(int sample) const { if (codec == NULL || direction != Decoder) return 0; unsigned fromLen = sizeof(sample); short to; unsigned toLen = sizeof(to); unsigned flags = 0; (codec->codecFunction)(codec, context, (const unsigned char *)&sample, &fromLen, (unsigned char *)&to, &toLen, &flags); return to; } virtual int GetTxQualityLevel() const { int q = 0; unsigned qLen = sizeof(q); CallCodecControl(codec, context, "get_quality", &q, &qLen); return q || 1; } virtual void SetTxQualityLevel(int qlevel) { unsigned len = sizeof(qlevel); CallCodecControl(codec, context, "set_quality", &qlevel, &len); } protected: void * context; PluginCodec_Definition * codec; }; #endif // NO_H323_AUDIO_CODECS ////////////////////////////////////////////////////////////////////////////// // // Plugin video codec class // #ifndef NO_H323_VIDEO class H323PluginVideoCodec : public H323VideoCodec { PCLASSINFO(H323PluginVideoCodec, H323VideoCodec); public: H323PluginVideoCodec(const PString & fmtName, Direction direction, PluginCodec_Definition * _codec) : H323VideoCodec(fmtName, direction), codec(_codec) { if (codec != NULL && codec->createCodec != NULL) context = (*codec->createCodec)(codec); else context = NULL; } ~H323PluginVideoCodec() { if (codec != NULL && codec->destroyCodec != NULL) (*codec->destroyCodec)(codec, context); } virtual BOOL Read( BYTE * /*buffer*/, /// Buffer of encoded data unsigned & /*length*/, /// Actual length of encoded data buffer RTP_DataFrame & /*rtpFrame*/ /// RTP data frame ) { return FALSE; } virtual BOOL Write( const BYTE * /*buffer*/, /// Buffer of encoded data unsigned /*length*/, /// Length of encoded data buffer const RTP_DataFrame & /*rtp*/, /// RTP data frame unsigned & /*written*/ /// Number of bytes used from data buffer ) { return FALSE; } virtual unsigned GetFrameRate() const { unsigned rate = 0; unsigned rateLen = sizeof(rate); CallCodecControl(codec, context, "get_frame_rate", &rate, &rateLen); return rate; } void SetTxQualityLevel(int qlevel) { unsigned len = sizeof(qlevel); CallCodecControl(codec, context, "set_quality", &qlevel, &len); } void SetTxMinQuality(int qlevel) { unsigned len = sizeof(qlevel); CallCodecControl(codec, context, "set_min_quality", &qlevel, &len); } void SetTxMaxQuality(int qlevel) { unsigned len = sizeof(qlevel); CallCodecControl(codec, context, "set_max_quality", &qlevel, &len); } void SetBackgroundFill(int fillLevel) { unsigned len = sizeof(fillLevel); CallCodecControl(codec, context, "set_background_fill", &fillLevel, &len); } virtual void OnFastUpdatePicture() { CallCodecControl(codec, context, "on_fast_update"); } virtual void OnLostPartialPicture() { CallCodecControl(codec, context, "on_lost_partial"); } virtual void OnLostPicture() { CallCodecControl(codec, context, "on_lost_picture"); } protected: void * context; PluginCodec_Definition * codec; }; #endif // NO_H323_VIDEO ////////////////////////////////////////////////////////////////////////////// // // Helper class for handling plugin capabilities // class H323PluginCapabilityInfo { public: H323PluginCapabilityInfo(PluginCodec_Definition * _encoderCodec, PluginCodec_Definition * _decoderCodec); H323PluginCapabilityInfo(const PString & _mediaFormat, const PString & _baseName); const PString & GetFormatName() const { return capabilityFormatName; } H323Codec * CreateCodec(H323Codec::Direction direction) const; protected: PluginCodec_Definition * encoderCodec; PluginCodec_Definition * decoderCodec; PString capabilityFormatName; OpalMediaFormat mediaFormat; }; ////////////////////////////////////////////////////////////////////////////// // // Class for handling most plugin capabilities // class H323PluginCapability : public H323AudioCapability, public H323PluginCapabilityInfo { PCLASSINFO(H323PluginCapability, H323AudioCapability); public: H323PluginCapability(PluginCodec_Definition * _encoderCodec, PluginCodec_Definition * _decoderCodec, unsigned _pluginSubType) : H323AudioCapability(_decoderCodec->maxFramesPerPacket, _encoderCodec->recommendedFramesPerPacket), H323PluginCapabilityInfo(_encoderCodec, _decoderCodec), pluginSubType(_pluginSubType) { } // this constructor is only used when creating a capability without a codec H323PluginCapability(const PString & _mediaFormat, const PString & _baseName, unsigned maxFramesPerPacket, unsigned recommendedFramesPerPacket, unsigned _pluginSubType) : H323AudioCapability(maxFramesPerPacket, recommendedFramesPerPacket), H323PluginCapabilityInfo(_mediaFormat, _baseName), pluginSubType(_pluginSubType) { for (PINDEX i = 0; audioMaps[i].pluginCapType >= 0; i++) { if (audioMaps[i].pluginCapType == (int)_pluginSubType) { h323subType = audioMaps[i].h323SubType; break; } } rtpPayloadType = OpalMediaFormat(_mediaFormat).GetPayloadType(); } virtual PObject * Clone() const { return new H323PluginCapability(*this); } virtual PString GetFormatName() const { return H323PluginCapabilityInfo::GetFormatName();} virtual H323Codec * CreateCodec(H323Codec::Direction direction) const { return H323PluginCapabilityInfo::CreateCodec(direction); } virtual unsigned GetSubType() const { return pluginSubType; } protected: unsigned pluginSubType; unsigned h323subType; // only set if using capability without codec }; #ifndef NO_H323_AUDIO_CODECS ////////////////////////////////////////////////////////////////////////////// // // Class for handling non standard audio capabilities // class H323CodecPluginNonStandardAudioCapability : public H323NonStandardAudioCapability, public H323PluginCapabilityInfo { PCLASSINFO(H323CodecPluginNonStandardAudioCapability, H323NonStandardAudioCapability); public: H323CodecPluginNonStandardAudioCapability( PluginCodec_Definition * _encoderCodec, PluginCodec_Definition * _decoderCodec, H323NonStandardCapabilityInfo::CompareFuncType compareFunc, const unsigned char * data, unsigned dataLen); H323CodecPluginNonStandardAudioCapability( PluginCodec_Definition * _encoderCodec, PluginCodec_Definition * _decoderCodec, const unsigned char * data, unsigned dataLen); virtual PObject * Clone() const { return new H323CodecPluginNonStandardAudioCapability(*this); } virtual PString GetFormatName() const { return H323PluginCapabilityInfo::GetFormatName();} virtual H323Codec * CreateCodec(H323Codec::Direction direction) const { return H323PluginCapabilityInfo::CreateCodec(direction); } }; ////////////////////////////////////////////////////////////////////////////// // // Class for handling generic audio capabilities // class H323CodecPluginGenericAudioCapability : public H323GenericAudioCapability, public H323PluginCapabilityInfo { PCLASSINFO(H323CodecPluginGenericAudioCapability, H323GenericAudioCapability); public: H323CodecPluginGenericAudioCapability( const PluginCodec_Definition * _encoderCodec, const PluginCodec_Definition * _decoderCodec, const PluginCodec_H323GenericCodecData * data ); virtual PObject * Clone() const { return new H323CodecPluginGenericAudioCapability(*this); } virtual PString GetFormatName() const { return H323PluginCapabilityInfo::GetFormatName();} virtual H323Codec * CreateCodec(H323Codec::Direction direction) const { return H323PluginCapabilityInfo::CreateCodec(direction); } }; ////////////////////////////////////////////////////////////////////////////// // // Class for handling G.723.1 codecs // class H323PluginG7231Capability : public H323PluginCapability { PCLASSINFO(H323PluginG7231Capability, H323PluginCapability); public: H323PluginG7231Capability(PluginCodec_Definition * _encoderCodec, PluginCodec_Definition * _decoderCodec, BOOL _annexA = TRUE) : H323PluginCapability(_encoderCodec, _decoderCodec, H245_AudioCapability::e_g7231), annexA(_annexA) { } Comparison Compare(const PObject & obj) const { if (!PIsDescendant(&obj, H323PluginG7231Capability)) return LessThan; Comparison result = H323AudioCapability::Compare(obj); if (result != EqualTo) return result; PINDEX otherAnnexA = ((const H323PluginG7231Capability &)obj).annexA; if (annexA < otherAnnexA) return LessThan; if (annexA > otherAnnexA) return GreaterThan; return EqualTo; } virtual PObject * Clone() const { return new H323PluginG7231Capability(*this); } virtual BOOL OnSendingPDU(H245_AudioCapability & cap, unsigned packetSize) const { cap.SetTag(H245_AudioCapability::e_g7231); H245_AudioCapability_g7231 & g7231 = cap; g7231.m_maxAl_sduAudioFrames = packetSize; g7231.m_silenceSuppression = annexA; return TRUE; } virtual BOOL OnReceivedPDU(const H245_AudioCapability & cap, unsigned & packetSize) { if (cap.GetTag() != H245_AudioCapability::e_g7231) return FALSE; const H245_AudioCapability_g7231 & g7231 = cap; packetSize = g7231.m_maxAl_sduAudioFrames; annexA = g7231.m_silenceSuppression; return TRUE; } protected: BOOL annexA; }; ////////////////////////////////////////////////////////////////////////////// // // Class for handling GSM plugin capabilities // class H323GSMPluginCapability : public H323PluginCapability { PCLASSINFO(H323GSMPluginCapability, H323PluginCapability); public: H323GSMPluginCapability(PluginCodec_Definition * _encoderCodec, PluginCodec_Definition * _decoderCodec, int _pluginSubType, int _comfortNoise, int _scrambled) : H323PluginCapability(_encoderCodec, _decoderCodec, _pluginSubType), comfortNoise(_comfortNoise), scrambled(_scrambled) { } Comparison Compare(const PObject & obj) const; virtual PObject * Clone() const { return new H323GSMPluginCapability(*this); } virtual BOOL OnSendingPDU( H245_AudioCapability & pdu, /// PDU to set information on unsigned packetSize /// Packet size to use in capability ) const; virtual BOOL OnReceivedPDU( const H245_AudioCapability & pdu, /// PDU to get information from unsigned & packetSize /// Packet size to use in capability ); protected: int comfortNoise; int scrambled; }; #endif // NO_H323_AUDIO_CODECS #ifndef NO_H323_VIDEO #if 0 ////////////////////////////////////////////////////////////////////////////// // // Class for handling non standard video capabilities // class H323CodecPluginNonStandardVideoCapability : public H323NonStandardVideoCapability, public H323PluginCapabilityInfo { PCLASSINFO(H323CodecPluginNonStandardVideoCapability, H323NonStandardVideoCapability); public: H323CodecPluginNonStandardVideoCapability( PluginCodec_Definition * _encoderCodec, PluginCodec_Definition * _decoderCodec, H323NonStandardCapabilityInfo::CompareFuncType compareFunc); H323CodecPluginNonStandardVideoCapability( PluginCodec_Definition * _encoderCodec, PluginCodec_Definition * _decoderCodec, const unsigned char * data, unsigned dataLen); virtual PObject * Clone() const { return new H323CodecPluginNonStandardVideoCapability(*this); } virtual PString GetFormatName() const { return H323PluginCapabilityInfo::GetFormatName();} virtual H323Codec * CreateCodec(H323Codec::Direction direction) const { return H323PluginCapabilityInfo::CreateCodec(direction); } }; #endif ////////////////////////////////////////////////////////////////////////////// // // Class for handling H.261 plugin capabilities // class H323H261PluginCapability : public H323PluginCapability { PCLASSINFO(H323H261PluginCapability, H323PluginCapability); public: H323H261PluginCapability(PluginCodec_Definition * _encoderCodec, PluginCodec_Definition * _decoderCodec, PluginCodec_H323VideoH261 * capData) : H323PluginCapability(_encoderCodec, _decoderCodec, H245_VideoCapability::e_h261VideoCapability), qcifMPI(capData->qcifMPI), cifMPI(capData->cifMPI), temporalSpatialTradeOffCapability(capData->temporalSpatialTradeOffCapability), maxBitRate(capData->maxBitRate), stillImageTransmission(capData->stillImageTransmission) { } Comparison Compare(const PObject & obj) const; virtual PObject * Clone() const { return new H323H261PluginCapability(*this); } virtual BOOL OnSendingPDU( H245_VideoCapability & pdu /// PDU to set information on ) const; virtual BOOL OnSendingPDU( H245_VideoMode & pdu ) const; virtual BOOL OnReceivedPDU( const H245_VideoCapability & pdu /// PDU to get information from ); H323Codec * CreateCodec(H323Codec::Direction direction) const { return H323PluginCapabilityInfo::CreateCodec(direction); } protected: unsigned qcifMPI; // 1..4 units 1/29.97 Hz unsigned cifMPI; // 1..4 units 1/29.97 Hz BOOL temporalSpatialTradeOffCapability; unsigned maxBitRate; // units of 100 bit/s BOOL stillImageTransmission; // Annex D of H.261 }; ///////////////////////////////////////////////////////////////////////////// #endif // NO_H323_VIDEO ///////////////////////////////////////////////////////////////////////////// static int CallCodecControl(PluginCodec_Definition * codec, void * context, const char * name, void * parm, unsigned int * parmLen) { PluginCodec_ControlDefn * codecControls = codec->codecControls; if (codecControls == NULL) return 0; while (codecControls->name != NULL) { if (strcmp(codecControls->name, name) == 0) return (*codecControls->control)(codec, context, name, parm, parmLen); codecControls++; } return 0; } ///////////////////////////////////////////////////////////////////////////// class H323StaticPluginCodec { public: virtual ~H323StaticPluginCodec() { } virtual PluginCodec_GetAPIVersionFunction Get_GetAPIFn() = 0; virtual PluginCodec_GetCodecFunction Get_GetCodecFn() = 0; }; H323PluginCodecManager::H323PluginCodecManager(PPluginManager * _pluginMgr) : PPluginModuleManager(PLUGIN_CODEC_GET_CODEC_FN_STR, _pluginMgr) { // instantiate all of the media formats { OpalMediaFormatFactory::KeyList_T keyList = OpalMediaFormatFactory::GetKeyList(); OpalMediaFormatFactory::KeyList_T::const_iterator r; for (r = keyList.begin(); r != keyList.end(); ++r) { OpalMediaFormat * instance = OpalMediaFormatFactory::CreateInstance(*r); if (instance == NULL) { PTRACE(4, "H323PLUGIN\tCannot instantiate opal media format " << *r); } else { PTRACE(4, "H323PLUGIN\tCreating media format " << *r); } } } // instantiate all of the static codecs { PFactory::KeyList_T keyList = PFactory::GetKeyList(); PFactory::KeyList_T::const_iterator r; for (r = keyList.begin(); r != keyList.end(); ++r) { H323StaticPluginCodec * instance = PFactory::CreateInstance(*r); if (instance == NULL) { PTRACE(4, "H323PLUGIN\tCannot instantiate static codec plugin " << *r); } else { PTRACE(4, "H323PLUGIN\tLoading static codec plugin " << *r); RegisterStaticCodec(*r, instance->Get_GetAPIFn(), instance->Get_GetCodecFn()); } } } // cause the plugin manager to load all dynamic plugins pluginMgr->AddNotifier(PCREATE_NOTIFIER(OnLoadModule), TRUE); } H323PluginCodecManager::~H323PluginCodecManager() { } void H323PluginCodecManager::OnShutdown() { // unregister the plugin media formats OpalMediaFormatFactory::UnregisterAll(); // unregister the plugin capabilities H323CapabilityFactory::UnregisterAll(); } void H323PluginCodecManager::OnLoadPlugin(PDynaLink & dll, INT code) { PluginCodec_GetCodecFunction getCodecs; if (!dll.GetFunction(PString(signatureFunctionName), (PDynaLink::Function &)getCodecs)) { PTRACE(3, "H323PLUGIN\tPlugin Codec DLL " << dll.GetName() << " is not a plugin codec"); return; } unsigned int count; PluginCodec_Definition * codecs = (*getCodecs)(&count, PLUGIN_CODEC_VERSION_WIDEBAND); if (codecs == NULL || count == 0) { PTRACE(3, "H323PLUGIN\tPlugin Codec DLL " << dll.GetName() << " contains no codec definitions"); return; } PTRACE(3, "H323PLUGIN\tLoading plugin codec " << dll.GetName()); switch (code) { // plugin loaded case 0: RegisterCodecs(count, codecs); break; // plugin unloaded case 1: UnregisterCodecs(count, codecs); break; default: break; } } void H323PluginCodecManager::RegisterStaticCodec( const char * PTRACE_PARAM(name), PluginCodec_GetAPIVersionFunction /*getApiVerFn*/, PluginCodec_GetCodecFunction getCodecFn) { unsigned int count; PluginCodec_Definition * codecs = (*getCodecFn)(&count, PLUGIN_CODEC_VERSION); if (codecs == NULL || count == 0) { PTRACE(3, "H323PLUGIN\tStatic codec " << name << " contains no codec definitions"); return; } RegisterCodecs(count, codecs); } void H323PluginCodecManager::RegisterCodecs(unsigned int count, void * _codecList) { // make sure all non-timestamped codecs have the same concept of "now" static time_t codecNow = ::time(NULL); PluginCodec_Definition * codecList = (PluginCodec_Definition *)_codecList; unsigned i, j ; for (i = 0; i < count; i++) { PluginCodec_Definition & encoder = codecList[i]; // for every encoder, we need a decoder BOOL found = FALSE; BOOL isEncoder = FALSE; if (encoder.h323CapabilityType != PluginCodec_H323Codec_undefined && ( ((encoder.flags & PluginCodec_MediaTypeMask) == PluginCodec_MediaTypeAudio) && strcmp(encoder.sourceFormat, "L16") == 0 ) || ( ((encoder.flags & PluginCodec_MediaTypeMask) == PluginCodec_MediaTypeAudioStreamed) && strcmp(encoder.sourceFormat, "L16") == 0 ) || ( ((encoder.flags & PluginCodec_MediaTypeMask) == PluginCodec_MediaTypeVideo) && strcmp(encoder.sourceFormat, "YUV") == 0 ) ) { isEncoder = TRUE; for (j = 0; j < count; j++) { PluginCodec_Definition & decoder = codecList[j]; if ( (decoder.h323CapabilityType == encoder.h323CapabilityType) && ((decoder.flags & PluginCodec_MediaTypeMask) == (encoder.flags & PluginCodec_MediaTypeMask)) && (strcmp(decoder.sourceFormat, encoder.destFormat) == 0) && (strcmp(decoder.destFormat, encoder.sourceFormat) == 0) ) { // deal with codec having no info, or timestamp in future time_t timeStamp = codecList[i].info == NULL ? codecNow : codecList[i].info->timestamp; if (timeStamp > codecNow) timeStamp = codecNow; // create the capability and media format associated with this plugin CreateCapabilityAndMediaFormat(&encoder, &decoder); found = TRUE; PTRACE(2, "H323PLUGIN\tPlugin codec " << encoder.descr << " defined"); break; } } } if (!found && isEncoder) { PTRACE(2, "H323PLUGIN\tCannot find decoder for plugin encoder " << encoder.descr); } } } void H323PluginCodecManager::UnregisterCodecs(unsigned int /*count*/, void * /*codec*/) { } PMutex & H323PluginCodecManager::GetMediaFormatMutex() { static PMutex mediaMutex; return mediaMutex; } void H323PluginCodecManager::AddFormat(OpalMediaFormat * fmt) { PWaitAndSignal m(H323PluginCodecManager::GetMediaFormatMutex()); H323PluginCodecManager::GetMediaFormatList().Append(fmt); } void H323PluginCodecManager::AddFormat(const OpalMediaFormat & fmt) { PWaitAndSignal m(H323PluginCodecManager::GetMediaFormatMutex()); H323PluginCodecManager::GetMediaFormatList().Append(new OpalMediaFormat(fmt)); } OpalMediaFormat::List H323PluginCodecManager::GetMediaFormats() { PWaitAndSignal m(H323PluginCodecManager::GetMediaFormatMutex()); OpalMediaFormat::List & list = H323PluginCodecManager::GetMediaFormatList(); OpalMediaFormat::List copy; for (PINDEX i = 0; i < list.GetSize(); i++) copy.Append(new OpalMediaFormat(list[i])); return copy; } OpalMediaFormat::List & H323PluginCodecManager::GetMediaFormatList() { static OpalMediaFormat::List mediaFormatList; return mediaFormatList; } void H323PluginCodecManager::CreateCapabilityAndMediaFormat( PluginCodec_Definition * encoderCodec, PluginCodec_Definition * decoderCodec ) { // make sure all non-timestamped codecs have the same concept of "now" static time_t mediaNow = time(NULL); // deal with codec having no info, or timestamp in future time_t timeStamp = encoderCodec->info == NULL ? mediaNow : encoderCodec->info->timestamp; if (timeStamp > mediaNow) timeStamp = mediaNow; unsigned defaultSessionID = 0; BOOL jitter = FALSE; unsigned frameTime = 0; unsigned timeUnits = 0; switch (encoderCodec->flags & PluginCodec_MediaTypeMask) { case PluginCodec_MediaTypeVideo: defaultSessionID = OpalMediaFormat::DefaultVideoSessionID; jitter = FALSE; break; case PluginCodec_MediaTypeAudio: case PluginCodec_MediaTypeAudioStreamed: defaultSessionID = OpalMediaFormat::DefaultAudioSessionID; jitter = TRUE; frameTime = (8 * encoderCodec->nsPerFrame) / 1000; timeUnits = encoderCodec->sampleRate / 1000; // OpalMediaFormat::AudioTimeUnits; break; default: break; } // add the media format if (defaultSessionID == 0) { PTRACE(3, "H323PLUGIN\tCodec DLL provides unknown media format " << (int)(encoderCodec->flags & PluginCodec_MediaTypeMask)); } else { PString fmtName = CreateCodecName(encoderCodec, FALSE); OpalMediaFormat existingFormat(fmtName, TRUE); if (existingFormat.IsValid()) { PTRACE(3, "H323PLUGIN\tMedia format " << fmtName << " already exists"); H323PluginCodecManager::AddFormat(existingFormat); } else { PTRACE(3, "H323PLUGIN\tCreating new media format" << fmtName); // manually register the new singleton type, as we do not have a concrete type OpalPluginMediaFormat * mediaFormat = new OpalPluginMediaFormat( encoderCodec, defaultSessionID, jitter, frameTime, timeUnits, timeStamp); // if the codec has been flagged to use a shared RTP payload type, then find a codec with the same SDP name // and use that RTP code rather than creating a new one. That prevents codecs (like Speex) from consuming // dozens of dynamic RTP types if ((encoderCodec->flags & PluginCodec_RTPTypeShared) != 0) { PWaitAndSignal m(H323PluginCodecManager::GetMediaFormatMutex()); OpalMediaFormat::List & list = H323PluginCodecManager::GetMediaFormatList(); for (PINDEX i = 0; i < list.GetSize(); i++) { OpalMediaFormat * opalFmt = &list[i]; OpalPluginMediaFormat * fmt = dynamic_cast(opalFmt); if ( (encoderCodec->sdpFormat != NULL) && (fmt != NULL) && (fmt->encoderCodec->sdpFormat != NULL) && (strcmp(encoderCodec->sdpFormat, fmt->encoderCodec->sdpFormat) == 0) ) { mediaFormat->rtpPayloadType = fmt->GetPayloadType(); break; } } } // save the format H323PluginCodecManager::AddFormat(mediaFormat); } } // add the capability H323CodecPluginCapabilityMapEntry * map = NULL; switch (encoderCodec->flags & PluginCodec_MediaTypeMask) { #ifndef NO_H323_AUDIO_CODECS case PluginCodec_MediaTypeAudio: case PluginCodec_MediaTypeAudioStreamed: map = audioMaps; break; #endif #ifndef NO_H323_VIDEO case PluginCodec_MediaTypeVideo: map = videoMaps; break; #endif default: break; } if (map == NULL) { PTRACE(3, "H323PLUGIN\tCannot create capability for unknown plugin codec media format " << (int)(encoderCodec->flags & PluginCodec_MediaTypeMask)); } else { for (PINDEX i = 0; map[i].pluginCapType >= 0; i++) { if (map[i].pluginCapType == encoderCodec->h323CapabilityType) { H323Capability * cap = NULL; if (map[i].createFunc != NULL) cap = (*map[i].createFunc)(encoderCodec, decoderCodec, map[i].h323SubType); else cap = new H323PluginCapability(encoderCodec, decoderCodec, map[i].h323SubType); // manually register the new singleton type, as we do not have a concrete type if (cap != NULL) H323CapabilityFactory::Register(CreateCodecName(encoderCodec, TRUE), cap); break; } } } // create the factories for the codecs new OpalPluginCodecFactory::Worker(PString(encoderCodec->sourceFormat) + "|" + encoderCodec->destFormat, encoderCodec); new OpalPluginCodecFactory::Worker(PString(decoderCodec->sourceFormat) + "|" + decoderCodec->destFormat, decoderCodec); } H323Capability * H323PluginCodecManager::CreateCapability( const PString & _mediaFormat, const PString & _baseName, unsigned maxFramesPerPacket, unsigned recommendedFramesPerPacket, unsigned _pluginSubType ) { return new H323PluginCapability(_mediaFormat, _baseName, maxFramesPerPacket, recommendedFramesPerPacket, _pluginSubType); } ///////////////////////////////////////////////////////////////////////////// #ifndef NO_H323_AUDIO_CODECS H323Capability * CreateNonStandardAudioCap( PluginCodec_Definition * encoderCodec, PluginCodec_Definition * decoderCodec, int /*subType*/) { PluginCodec_H323NonStandardCodecData * pluginData = (PluginCodec_H323NonStandardCodecData *)encoderCodec->h323CapabilityData; if (pluginData == NULL) { return new H323CodecPluginNonStandardAudioCapability( encoderCodec, decoderCodec, (const unsigned char *)encoderCodec->descr, strlen(encoderCodec->descr)); } else if (pluginData->capabilityMatchFunction != NULL) return new H323CodecPluginNonStandardAudioCapability(encoderCodec, decoderCodec, (H323NonStandardCapabilityInfo::CompareFuncType)pluginData->capabilityMatchFunction, pluginData->data, pluginData->dataLength); else return new H323CodecPluginNonStandardAudioCapability( encoderCodec, decoderCodec, pluginData->data, pluginData->dataLength); } H323Capability *CreateGenericAudioCap( PluginCodec_Definition * encoderCodec, PluginCodec_Definition * decoderCodec, int /*subType*/) { PluginCodec_H323GenericCodecData * pluginData = (PluginCodec_H323GenericCodecData *)encoderCodec->h323CapabilityData; if(pluginData == NULL ) { PTRACE(1, "Generic codec information for codec '"<descr<<"' has NULL data field"); return NULL; } return new H323CodecPluginGenericAudioCapability(encoderCodec, decoderCodec, pluginData); } H323Capability * CreateG7231Cap( PluginCodec_Definition * encoderCodec, PluginCodec_Definition * decoderCodec, int /*subType*/) { return new H323PluginG7231Capability(encoderCodec, decoderCodec, decoderCodec->h323CapabilityData != 0); } H323Capability * CreateGSMCap( PluginCodec_Definition * encoderCodec, PluginCodec_Definition * decoderCodec, int subType) { PluginCodec_H323AudioGSMData * pluginData = (PluginCodec_H323AudioGSMData *)encoderCodec->h323CapabilityData; return new H323GSMPluginCapability(encoderCodec, decoderCodec, subType, pluginData->comfortNoise, pluginData->scrambled); } #endif #ifndef NO_H323_VIDEO #if 0 H323Capability * CreateNonStandardVideoCap(int /*subType*/) const { PluginCodec_H323NonStandardCodecData * pluginData = (PluginCodec_H323NonStandardCodecData *)encoderCodec->h323CapabilityData; if (pluginData == NULL) { return new H323CodecPluginNonStandardVideoCapability( encoderCodec, decoderCodec, (const unsigned char *)encoderCodec->descr, strlen(encoderCodec->descr)); } else if (pluginData->capabilityMatchFunction != NULL) return new H323CodecPluginNonStandardVideoCapability(encoderCodec, decoderCodec, (H323NonStandardCapabilityInfo::CompareFuncType)pluginData->capabilityMatchFunction); else return new H323CodecPluginNonStandardVideoCapability( encoderCodec, decoderCodec, pluginData->data, pluginData->dataLength); } H323Capability * CreateH261Cap( PluginCodec_Definition * encoderCodec, PluginCodec_Definition * decoderCodec, int /*subType*/) { PluginCodec_H323VideoH261 * pluginData = (PluginCodec_H323VideoH261 *)encoderCodec->h323CapabilityData; return new H323H261PluginCapability(encoderCodec, decoderCodec, pluginData); } #endif #endif // NO_H323_VIDEO ///////////////////////////////////////////////////////////////////////////// H323Codec * H323PluginCapabilityInfo::CreateCodec(H323Codec::Direction direction) const { // allow use of this class for external codec capabilities if (encoderCodec == NULL || decoderCodec == NULL) return NULL; PluginCodec_Definition * codec = (direction == H323Codec::Encoder) ? encoderCodec : decoderCodec; switch (codec->flags & PluginCodec_MediaTypeMask) { case PluginCodec_MediaTypeAudio: #ifndef NO_H323_AUDIO_CODECS PTRACE(3, "H323PLUGIN\tCreating framed audio codec " << mediaFormat << " from plugin"); return new H323PluginFramedAudioCodec(mediaFormat, direction, codec); #endif // NO_H323_AUDIO_CODECS case PluginCodec_MediaTypeAudioStreamed: #ifdef NO_H323_AUDIO_CODECS PTRACE(3, "H323PLUGIN\tAudio plugins disabled"); return NULL; #else { PTRACE(3, "H323PLUGIN\tCreating audio codec " << mediaFormat << " from plugin"); int bitsPerSample = (codec->flags & PluginCodec_BitsPerSampleMask) >> PluginCodec_BitsPerSamplePos; if (bitsPerSample == 0) bitsPerSample = 16; return new H323StreamedPluginAudioCodec( mediaFormat, direction, codec->samplesPerFrame, bitsPerSample, codec); } #endif // NO_H323_AUDIO_CODECS case PluginCodec_MediaTypeVideo: #ifdef NO_H323_VIDEO PTRACE(3, "H323PLUGIN\tVideo plugins disabled"); return NULL; #else if ( ( (direction == H323Codec::Encoder) && ( ((codec->flags & PluginCodec_InputTypeMask) != PluginCodec_InputTypeRaw) || ((codec->flags & PluginCodec_OutputTypeMask) != PluginCodec_OutputTypeRTP) ) ) || ( (direction != H323Codec::Encoder) && ( ((codec->flags & PluginCodec_InputTypeMask) != PluginCodec_InputTypeRTP) || ((codec->flags & PluginCodec_OutputTypeMask) != PluginCodec_OutputTypeRaw) ) ) ) { PTRACE(3, "H323PLUGIN\tVideo codec " << mediaFormat << " has incorrect input/output types"); return NULL; } PTRACE(3, "H323PLUGIN\tCreating video codec " << mediaFormat << "from plugin"); return new H323PluginVideoCodec(mediaFormat, direction, codec); #endif // NO_H323_VIDEO default: break; } PTRACE(3, "H323PLUGIN\tCannot create codec for unknown plugin codec media format " << (int)(codec->flags & PluginCodec_MediaTypeMask)); return NULL; } ///////////////////////////////////////////////////////////////////////////// H323PluginCapabilityInfo::H323PluginCapabilityInfo(PluginCodec_Definition * _encoderCodec, PluginCodec_Definition * _decoderCodec) : encoderCodec(_encoderCodec), decoderCodec(_decoderCodec), capabilityFormatName(CreateCodecName(_encoderCodec, TRUE)), mediaFormat(CreateCodecName(_encoderCodec, FALSE)) { } H323PluginCapabilityInfo::H323PluginCapabilityInfo(const PString & _mediaFormat, const PString & _baseName) : encoderCodec(NULL), decoderCodec(NULL), capabilityFormatName(CreateCodecName(_baseName, TRUE)), mediaFormat(_mediaFormat) { } #ifndef NO_H323_AUDIO_CODECS ///////////////////////////////////////////////////////////////////////////// H323CodecPluginNonStandardAudioCapability::H323CodecPluginNonStandardAudioCapability( PluginCodec_Definition * _encoderCodec, PluginCodec_Definition * _decoderCodec, H323NonStandardCapabilityInfo::CompareFuncType compareFunc, const unsigned char * data, unsigned dataLen) : H323NonStandardAudioCapability(_decoderCodec->maxFramesPerPacket, _encoderCodec->maxFramesPerPacket, compareFunc, data, dataLen), H323PluginCapabilityInfo(_encoderCodec, _decoderCodec) { PluginCodec_H323NonStandardCodecData * nonStdData = (PluginCodec_H323NonStandardCodecData *)_encoderCodec->h323CapabilityData; if (nonStdData->objectId != NULL) { oid = PString(nonStdData->objectId); } else { t35CountryCode = nonStdData->t35CountryCode; t35Extension = nonStdData->t35Extension; manufacturerCode = nonStdData->manufacturerCode; } } H323CodecPluginNonStandardAudioCapability::H323CodecPluginNonStandardAudioCapability( PluginCodec_Definition * _encoderCodec, PluginCodec_Definition * _decoderCodec, const unsigned char * data, unsigned dataLen) : H323NonStandardAudioCapability(_decoderCodec->maxFramesPerPacket, _encoderCodec->maxFramesPerPacket, data, dataLen), H323PluginCapabilityInfo(_encoderCodec, _decoderCodec) { PluginCodec_H323NonStandardCodecData * nonStdData = (PluginCodec_H323NonStandardCodecData *)_encoderCodec->h323CapabilityData; if (nonStdData->objectId != NULL) { oid = PString(nonStdData->objectId); } else { t35CountryCode = nonStdData->t35CountryCode; t35Extension = nonStdData->t35Extension; manufacturerCode = nonStdData->manufacturerCode; } } ///////////////////////////////////////////////////////////////////////////// H323CodecPluginGenericAudioCapability::H323CodecPluginGenericAudioCapability( const PluginCodec_Definition * _encoderCodec, const PluginCodec_Definition * _decoderCodec, const PluginCodec_H323GenericCodecData *data ) : H323GenericAudioCapability(_decoderCodec->maxFramesPerPacket, _encoderCodec->maxFramesPerPacket, data -> standardIdentifier, data -> maxBitRate), H323PluginCapabilityInfo((PluginCodec_Definition *)_encoderCodec, (PluginCodec_Definition *) _decoderCodec) { const PluginCodec_H323GenericParameterDefinition *ptr = data -> params; for( unsigned i=0; i < data -> nParameters; i++ ) { switch(ptr->type) { case PluginCodec_H323GenericParameterDefinition::PluginCodec_GenericParameter_ShortMin: case PluginCodec_H323GenericParameterDefinition::PluginCodec_GenericParameter_ShortMax: case PluginCodec_H323GenericParameterDefinition::PluginCodec_GenericParameter_LongMin: case PluginCodec_H323GenericParameterDefinition::PluginCodec_GenericParameter_LongMax: AddIntegerGenericParameter(ptr->collapsing,ptr->id,ptr->type, ptr->value.integer); break; case PluginCodec_H323GenericParameterDefinition::PluginCodec_GenericParameter_Logical: case PluginCodec_H323GenericParameterDefinition::PluginCodec_GenericParameter_Bitfield: case PluginCodec_H323GenericParameterDefinition::PluginCodec_GenericParameter_OctetString: case PluginCodec_H323GenericParameterDefinition::PluginCodec_GenericParameter_GenericParameter: default: PTRACE(1,"Unsupported Generic parameter type "<< ptr->type << " for generic codec " << _encoderCodec->descr ); break; } ptr++; } } ///////////////////////////////////////////////////////////////////////////// PObject::Comparison H323GSMPluginCapability::Compare(const PObject & obj) const { if (!PIsDescendant(&obj, H323GSMPluginCapability)) return LessThan; Comparison result = H323AudioCapability::Compare(obj); if (result != EqualTo) return result; const H323GSMPluginCapability& other = (const H323GSMPluginCapability&)obj; if (scrambled < other.scrambled) return LessThan; if (comfortNoise < other.comfortNoise) return LessThan; return EqualTo; } BOOL H323GSMPluginCapability::OnSendingPDU(H245_AudioCapability & cap, unsigned packetSize) const { cap.SetTag(pluginSubType); H245_GSMAudioCapability & gsm = cap; gsm.m_audioUnitSize = packetSize * encoderCodec->bytesPerFrame; gsm.m_comfortNoise = comfortNoise; gsm.m_scrambled = scrambled; return TRUE; } BOOL H323GSMPluginCapability::OnReceivedPDU(const H245_AudioCapability & cap, unsigned & packetSize) { const H245_GSMAudioCapability & gsm = cap; packetSize = gsm.m_audioUnitSize / encoderCodec->bytesPerFrame; if (packetSize == 0) packetSize = 1; scrambled = gsm.m_scrambled; comfortNoise = gsm.m_comfortNoise; return TRUE; } ///////////////////////////////////////////////////////////////////////////// #endif // H323_AUDIO_CODECS #ifdef H323_VIDEO ///////////////////////////////////////////////////////////////////////////// PObject::Comparison H323H261PluginCapability::Compare(const PObject & obj) const { if (!PIsDescendant(&obj, H323H261PluginCapability)) return LessThan; Comparison result = H323Capability::Compare(obj); if (result != EqualTo) return result; const H323H261PluginCapability & other = (const H323H261PluginCapability &)obj; if (((qcifMPI > 0) && (other.qcifMPI > 0)) || ((cifMPI > 0) && (other.cifMPI > 0))) return EqualTo; if (qcifMPI > 0) return LessThan; return GreaterThan; } BOOL H323H261PluginCapability::OnSendingPDU(H245_VideoCapability & cap) const { cap.SetTag(H245_VideoCapability::e_h261VideoCapability); H245_H261VideoCapability & h261 = cap; if (qcifMPI > 0) { h261.IncludeOptionalField(H245_H261VideoCapability::e_qcifMPI); h261.m_qcifMPI = qcifMPI; } if (cifMPI > 0) { h261.IncludeOptionalField(H245_H261VideoCapability::e_cifMPI); h261.m_cifMPI = cifMPI; } h261.m_temporalSpatialTradeOffCapability = temporalSpatialTradeOffCapability; h261.m_maxBitRate = maxBitRate; h261.m_stillImageTransmission = stillImageTransmission; return TRUE; } BOOL H323H261PluginCapability::OnSendingPDU(H245_VideoMode & pdu) const { pdu.SetTag(H245_VideoMode::e_h261VideoMode); H245_H261VideoMode & mode = pdu; mode.m_resolution.SetTag(cifMPI > 0 ? H245_H261VideoMode_resolution::e_cif : H245_H261VideoMode_resolution::e_qcif); mode.m_bitRate = maxBitRate; mode.m_stillImageTransmission = stillImageTransmission; return TRUE; } BOOL H323H261PluginCapability::OnReceivedPDU(const H245_VideoCapability & cap) { if (cap.GetTag() != H245_VideoCapability::e_h261VideoCapability) return FALSE; const H245_H261VideoCapability & h261 = cap; if (h261.HasOptionalField(H245_H261VideoCapability::e_qcifMPI)) qcifMPI = h261.m_qcifMPI; else qcifMPI = 0; if (h261.HasOptionalField(H245_H261VideoCapability::e_cifMPI)) cifMPI = h261.m_cifMPI; else cifMPI = 0; temporalSpatialTradeOffCapability = h261.m_temporalSpatialTradeOffCapability; maxBitRate = h261.m_maxBitRate; stillImageTransmission = h261.m_stillImageTransmission; return TRUE; } ///////////////////////////////////////////////////////////////////////////// #if 0 H323CodecPluginNonStandardVideoCapability::H323CodecPluginNonStandardVideoCapability( PluginCodec_Definition * _encoderCodec, PluginCodec_Definition * _decoderCodec, H323NonStandardCapabilityInfo::CompareFuncType compareFunc) : H323NonStandardVideoCapability(_decoderCodec->maxFramesPerPacket, _encoderCodec->maxFramesPerPacket, compareFunc), H323PluginCapabilityInfo(_encoderCodec, _decoderCodec), { } H323CodecPluginNonStandardVideoCapability::H323CodecPluginNonStandardVideoCapability( PluginCodec_Definition * _encoderCodec, PluginCodec_Definition * _decoderCodec, const unsigned char * data, unsigned dataLen) : H323NonStandardVideoCapability(_decoderCodec->maxFramesPerPacket, _encoderCodec->maxFramesPerPacket, data, dataLen), H323PluginCapabilityInfo(_encoderCodec, _decoderCodec), { } #endif ///////////////////////////////////////////////////////////////////////////// #endif // H323_VIDEO ///////////////////////////////////////////////////////////////////////////// H323DynaLink::H323DynaLink(const char * _baseName, const char * _reason) : baseName(_baseName), reason(_reason) { isLoadedOK = FALSE; } void H323DynaLink::Load() { PStringArray dirs = PPluginManager::GetPluginDirs(); PINDEX i; for (i = 0; !PDynaLink::IsLoaded() && i < dirs.GetSize(); i++) PLoadPluginDirectory(*this, dirs[i]); if (!PDynaLink::IsLoaded()) { cerr << "Cannot find " << baseName << " as required for " << ((reason != NULL) ? reason : " a code module") << "." << endl << "This function may appear to be installed, but will not operate correctly." << endl << "Please put the file " << baseName << PDynaLink::GetExtension() << " into one of the following directories:" << endl << " " << setfill(',') << dirs << setfill(' ') << endl << "This list of directories can be set using the PWLIBPLUGINDIR environment variable." << endl; return; } } BOOL H323DynaLink::LoadPlugin(const PString & filename) { PFilePath fn = filename; if (fn.GetTitle() *= "libavcodec") return PDynaLink::Open(filename); return TRUE; } ///////////////////////////////////////////////////////////////////////////// static PAtomicInteger bootStrapCount = 0; void H323PluginCodecManager::Bootstrap() { if (++bootStrapCount != 1) return; #if defined(H323_AUDIO_CODECS) || defined(H323_VIDEO) OpalMediaFormat::List & mediaFormatList = H323PluginCodecManager::GetMediaFormatList(); #endif #ifndef NO_H323_AUDIO_CODECS mediaFormatList.Append(new OpalMediaFormat(OpalG711uLaw)); mediaFormatList.Append(new OpalMediaFormat(OpalG711ALaw)); new OpalFixedCodecFactory::Worker(OpalG711ALaw64k_Encoder::GetFactoryName()); new OpalFixedCodecFactory::Worker(OpalG711ALaw64k_Decoder::GetFactoryName()); new OpalFixedCodecFactory::Worker(OpalG711uLaw64k_Encoder::GetFactoryName()); new OpalFixedCodecFactory::Worker(OpalG711uLaw64k_Decoder::GetFactoryName()); #endif #ifndef NO_H323_VIDEO // H.323 require an endpoint to have H.261 if it supports video mediaFormatList.Append(new OpalMediaFormat("H.261")); #if H323_RFC2190_AVCODEC // only have H.263 if RFC2190 is loaded if (OpenH323_IsRFC2190Loaded()) mediaFormatList.Append(new OpalMediaFormat("RFC2190 H.263")); #endif // H323_RFC2190_AVCODEC #endif // NO_H323_VIDEO } ///////////////////////////////////////////////////////////////////////////// #define INCLUDE_STATIC_CODEC(name) \ extern "C" { \ extern unsigned int Opal_StaticCodec_##name##_GetAPIVersion(); \ extern struct PluginCodec_Definition * Opal_StaticCodec_##name##_GetCodecs(unsigned *,unsigned); \ }; \ class H323StaticPluginCodec_##name : public H323StaticPluginCodec \ { \ public: \ PluginCodec_GetAPIVersionFunction Get_GetAPIFn() \ { return &Opal_StaticCodec_##name##_GetAPIVersion; } \ PluginCodec_GetCodecFunction Get_GetCodecFn() \ { return &Opal_StaticCodec_##name##_GetCodecs; } \ }; \ static PFactory::Worker static##name##CodecFactory( #name ); \ #ifdef H323_EMBEDDED_GSM INCLUDE_STATIC_CODEC(GSM_0610) #endif openh323_v1_18_0/src/h323rtp.cxx0100644000176200056700000003311410255733713016360 0ustar releasepostincr/* * h323rtp.cxx * * H.323 RTP protocol handler * * Open H323 Library * * Copyright (c) 1999-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: h323rtp.cxx,v $ * Revision 1.33 2005/06/21 06:46:35 csoutheren * Add ability to create capabilities without codecs for external RTP interface * * Revision 1.32 2005/01/03 14:03:42 csoutheren * Added new configure options and ability to disable/enable modules * * Revision 1.31 2005/01/03 06:26:09 csoutheren * Added extensive support for disabling code modules at compile time * * Revision 1.30 2004/11/25 07:38:59 csoutheren * Ensured that external TCP address translation is performed when using STUN to handle UDP * * Revision 1.29 2004/07/03 05:47:54 rjongbloed * Added virtual function for determining RTP payload type used in an H.323 channel, * also some added bullet proofing for exception conditions, thanks Guilhem Tardy * * Revision 1.28 2004/04/03 08:28:07 csoutheren * Remove pseudo-RTTI and replaced with real RTTI * * Revision 1.27 2003/10/27 06:03:39 csoutheren * Added support for QoS * Thanks to Henry Harrison of AliceStreet * * Revision 1.26 2003/02/07 00:28:24 robertj * Changed function to virtual to help in using external multiicast RTP stacks. * * Revision 1.25 2003/02/05 06:32:10 robertj * Fixed non-stun symmetric NAT support recently broken. * * Revision 1.24 2003/02/05 01:55:14 robertj * Fixed setting of correct address in OLC's when STUN is used. * * Revision 1.23 2003/02/04 07:06:41 robertj * Added STUN support. * * Revision 1.22 2002/11/19 01:47:26 robertj * Included canonical name in RTP statistics returned in IRR * * Revision 1.21 2002/10/08 13:08:21 robertj * Changed for IPv6 support, thanks Sébastien Josset. * * Revision 1.20 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.19 2002/07/02 10:02:32 robertj * Added H323TransportAddress::GetIpAddress() so don't have to provide port * when you don't need it as in GetIpAndPort(),. * * Revision 1.18 2002/06/24 08:07:49 robertj * Fixed setting of H.225.0 logical channel parameter silenceSuppression field * to correctly indicate if codec is going to stop sending RTP on silence. * * Revision 1.17 2002/05/28 06:27:23 robertj * Split UDP (for RAS) from RTP port bases. * Added current port variable so cycles around the port range specified which * fixes some wierd problems on some platforms, thanks Federico Pinna * * Revision 1.16 2001/10/02 02:06:23 robertj * Fixed CIsco IOS compatibility, yet again!. * * Revision 1.15 2001/10/02 01:53:53 robertj * Fixed CIsco IOS compatibility, again. * * Revision 1.14 2001/08/06 03:08:57 robertj * Fission of h323.h to h323ep.h & h323con.h, h323.h now just includes files. * * Revision 1.13 2001/02/09 05:13:56 craigs * Added pragma implementation to (hopefully) reduce the executable image size * under Linux * * Revision 1.12 2001/01/25 07:27:16 robertj * Major changes to add more flexible OpalMediaFormat class to normalise * all information about media types, especially codecs. * * Revision 1.11 2000/12/18 08:59:20 craigs * Added ability to set ports * * Revision 1.10 2000/09/22 00:32:34 craigs * Added extra logging * Fixed problems with no fastConnect with tunelling * * Revision 1.9 2000/08/31 08:15:41 robertj * Added support for dynamic RTP payload types in H.245 OpenLogicalChannel negotiations. * * Revision 1.8 2000/08/23 14:27:04 craigs * Added prototype support for Microsoft GSM codec * * Revision 1.7 2000/07/12 13:06:49 robertj * Removed test for sessionID in OLC, just trace a warning instead of abandoning connection. * * Revision 1.6 2000/07/11 19:36:43 robertj * Fixed silenceSuppression field in OLC only to be included on transmitter. * * Revision 1.5 2000/05/23 12:57:37 robertj * Added ability to change IP Type Of Service code from applications. * * Revision 1.4 2000/05/02 04:32:27 robertj * Fixed copyright notice comment. * * Revision 1.3 2000/04/05 03:17:32 robertj * Added more RTP statistics gathering and H.245 round trip delay calculation. * * Revision 1.2 2000/01/20 05:57:46 robertj * Added extra flexibility in receiving incorrectly formed OpenLogicalChannel PDU's * * Revision 1.1 1999/12/23 23:02:36 robertj * File reorganision for separating RTP from H.323 and creation of LID for VPB support. * */ #include #ifdef __GNUC__ #pragma implementation "h323rtp.h" #endif #include "h323rtp.h" #include "h323ep.h" #include "h225.h" #include "h245.h" #define new PNEW ///////////////////////////////////////////////////////////////////////////// H323_RTP_Session::H323_RTP_Session(const H323Connection & conn) : connection(conn) { } void H323_RTP_Session::OnTxStatistics(const RTP_Session & session) const { connection.OnRTPStatistics(session); } void H323_RTP_Session::OnRxStatistics(const RTP_Session & session) const { connection.OnRTPStatistics(session); } ///////////////////////////////////////////////////////////////////////////// H323_RTP_UDP::H323_RTP_UDP(const H323Connection & conn, RTP_UDP & rtp_udp, RTP_QOS * rtpQos) : H323_RTP_Session(conn), rtp(rtp_udp) { const H323Transport & transport = connection.GetControlChannel(); PIPSocket::Address localAddress; transport.GetLocalAddress().GetIpAddress(localAddress); H323EndPoint & endpoint = connection.GetEndPoint(); PIPSocket::Address remoteAddress; transport.GetRemoteAddress().GetIpAddress(remoteAddress); #ifdef P_STUN PSTUNClient * stun = endpoint.GetSTUN(remoteAddress); #endif WORD firstPort = endpoint.GetRtpIpPortPair(); WORD nextPort = firstPort; while (!rtp.Open(localAddress, nextPort, nextPort, endpoint.GetRtpIpTypeofService(), #ifdef P_STUN stun, #else NULL, #endif rtpQos)) { nextPort = endpoint.GetRtpIpPortPair(); if (nextPort == firstPort) return; } localAddress = rtp.GetLocalAddress(); endpoint.InternalTranslateTCPAddress(localAddress, remoteAddress); rtp.SetLocalAddress(localAddress); } BOOL H323_RTP_UDP::OnSendingPDU(const H323_RTPChannel & channel, H245_H2250LogicalChannelParameters & param) const { PTRACE(3, "RTP\tOnSendingPDU"); param.m_sessionID = rtp.GetSessionID(); param.IncludeOptionalField(H245_H2250LogicalChannelParameters::e_mediaGuaranteedDelivery); param.m_mediaGuaranteedDelivery = FALSE; // unicast must have mediaControlChannel param.IncludeOptionalField(H245_H2250LogicalChannelParameters::e_mediaControlChannel); H323TransportAddress mediaControlAddress(rtp.GetLocalAddress(), rtp.GetLocalControlPort()); mediaControlAddress.SetPDU(param.m_mediaControlChannel); if (channel.GetDirection() == H323Channel::IsReceiver) { // set mediaChannel param.IncludeOptionalField(H245_H2250LogicalChannelAckParameters::e_mediaChannel); H323TransportAddress mediaAddress(rtp.GetLocalAddress(), rtp.GetLocalDataPort()); mediaAddress.SetPDU(param.m_mediaChannel); } #ifndef NO_H323_AUDIO_CODECS // Set flag for we are going to stop sending audio on silence H323Codec * codec = channel.GetCodec(); if (codec != NULL && PIsDescendant(codec, H323AudioCodec) && channel.GetDirection() != H323Channel::IsReceiver) { param.IncludeOptionalField(H245_H2250LogicalChannelParameters::e_silenceSuppression); param.m_silenceSuppression = ((H323AudioCodec*)codec)->GetSilenceDetectionMode() != H323AudioCodec::NoSilenceDetection; } #endif // Set dynamic payload type, if is one int rtpPayloadType = channel.GetRTPPayloadType(); if (rtpPayloadType >= RTP_DataFrame::DynamicBase && rtpPayloadType <= RTP_DataFrame::MaxPayloadType) { param.IncludeOptionalField(H245_H2250LogicalChannelParameters::e_dynamicRTPPayloadType); param.m_dynamicRTPPayloadType = rtpPayloadType; } return TRUE; } void H323_RTP_UDP::OnSendingAckPDU(const H323_RTPChannel & channel, H245_H2250LogicalChannelAckParameters & param) const { PTRACE(3, "RTP\tOnSendingAckPDU"); // set mediaControlChannel param.IncludeOptionalField(H245_H2250LogicalChannelAckParameters::e_mediaControlChannel); H323TransportAddress mediaControlAddress(rtp.GetLocalAddress(), rtp.GetLocalControlPort()); mediaControlAddress.SetPDU(param.m_mediaControlChannel); // set mediaChannel param.IncludeOptionalField(H245_H2250LogicalChannelAckParameters::e_mediaChannel); H323TransportAddress mediaAddress(rtp.GetLocalAddress(), rtp.GetLocalDataPort()); mediaAddress.SetPDU(param.m_mediaChannel); // Set dynamic payload type, if is one int rtpPayloadType = channel.GetRTPPayloadType(); if (rtpPayloadType >= RTP_DataFrame::DynamicBase && rtpPayloadType <= RTP_DataFrame::MaxPayloadType) { param.IncludeOptionalField(H245_H2250LogicalChannelAckParameters::e_dynamicRTPPayloadType); param.m_dynamicRTPPayloadType = rtpPayloadType; } } BOOL H323_RTP_UDP::ExtractTransport(const H245_TransportAddress & pdu, BOOL isDataPort, unsigned & errorCode) { if (pdu.GetTag() != H245_TransportAddress::e_unicastAddress) { PTRACE(1, "RTP_UDP\tOnly unicast supported at this time"); errorCode = H245_OpenLogicalChannelReject_cause::e_multicastChannelNotAllowed; return FALSE; } H323TransportAddress transAddr = pdu; PIPSocket::Address ip; WORD port; if (transAddr.GetIpAndPort(ip, port)) return rtp.SetRemoteSocketInfo(ip, port, isDataPort); return FALSE; } BOOL H323_RTP_UDP::OnReceivedPDU(H323_RTPChannel & channel, const H245_H2250LogicalChannelParameters & param, unsigned & errorCode) { if (param.m_sessionID != rtp.GetSessionID()) { PTRACE(1, "RTP_UDP\tOpen of " << channel << " with invalid session: " << param.m_sessionID); errorCode = H245_OpenLogicalChannelReject_cause::e_invalidSessionID; return FALSE; } BOOL ok = FALSE; if (param.HasOptionalField(H245_H2250LogicalChannelParameters::e_mediaControlChannel)) { if (!ExtractTransport(param.m_mediaControlChannel, FALSE, errorCode)) { PTRACE(1, "RTP_UDP\tFailed to extract mediaControl transport for " << channel); return FALSE; } ok = TRUE; } if (param.HasOptionalField(H245_H2250LogicalChannelParameters::e_mediaChannel)) { if (ok && channel.GetDirection() == H323Channel::IsReceiver) PTRACE(3, "RTP_UDP\tIgnoring media transport for " << channel); else if (!ExtractTransport(param.m_mediaChannel, TRUE, errorCode)) { PTRACE(1, "RTP_UDP\tFailed to extract media transport for " << channel); return FALSE; } ok = TRUE; } if (param.HasOptionalField(H245_H2250LogicalChannelParameters::e_dynamicRTPPayloadType)) channel.SetDynamicRTPPayloadType(param.m_dynamicRTPPayloadType); if (ok) return TRUE; PTRACE(1, "RTP_UDP\tNo mediaChannel or mediaControlChannel specified for " << channel); errorCode = H245_OpenLogicalChannelReject_cause::e_unspecified; return FALSE; } BOOL H323_RTP_UDP::OnReceivedAckPDU(H323_RTPChannel & channel, const H245_H2250LogicalChannelAckParameters & param) { if (!param.HasOptionalField(H245_H2250LogicalChannelAckParameters::e_sessionID)) { PTRACE(1, "RTP_UDP\tNo session specified"); } if (param.m_sessionID != rtp.GetSessionID()) { PTRACE(1, "RTP_UDP\tAck for invalid session: " << param.m_sessionID); } if (!param.HasOptionalField(H245_H2250LogicalChannelAckParameters::e_mediaControlChannel)) { PTRACE(1, "RTP_UDP\tNo mediaControlChannel specified"); return FALSE; } unsigned errorCode; if (!ExtractTransport(param.m_mediaControlChannel, FALSE, errorCode)) return FALSE; if (!param.HasOptionalField(H245_H2250LogicalChannelAckParameters::e_mediaChannel)) { PTRACE(1, "RTP_UDP\tNo mediaChannel specified"); return FALSE; } if (!ExtractTransport(param.m_mediaChannel, TRUE, errorCode)) return FALSE; if (param.HasOptionalField(H245_H2250LogicalChannelAckParameters::e_dynamicRTPPayloadType)) channel.SetDynamicRTPPayloadType(param.m_dynamicRTPPayloadType); return TRUE; } void H323_RTP_UDP::OnSendRasInfo(H225_RTPSession & info) { info.m_sessionId = rtp.GetSessionID(); info.m_ssrc = rtp.GetSyncSourceOut(); info.m_cname = rtp.GetCanonicalName(); const H323Transport & transport = connection.GetControlChannel(); transport.SetUpTransportPDU(info.m_rtpAddress.m_recvAddress, rtp.GetLocalDataPort()); H323TransportAddress ta1(rtp.GetRemoteAddress(), rtp.GetRemoteDataPort()); ta1.SetPDU(info.m_rtpAddress.m_sendAddress); transport.SetUpTransportPDU(info.m_rtcpAddress.m_recvAddress, rtp.GetLocalControlPort()); H323TransportAddress ta2(rtp.GetRemoteAddress(), rtp.GetRemoteDataPort()); ta2.SetPDU(info.m_rtcpAddress.m_sendAddress); } ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/src/h323t120.cxx0100644000176200056700000002560707563412203016245 0ustar releasepostincr/* * h323t120.cxx * * H.323 T.120 logical channel establishment * * Open H323 Library * * Copyright (c) 1998-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: h323t120.cxx,v $ * Revision 1.12 2002/11/10 08:10:43 robertj * Moved constants for "well known" ports to better place (OPAL change). * * Revision 1.11 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.10 2002/07/02 10:02:32 robertj * Added H323TransportAddress::GetIpAddress() so don't have to provide port * when you don't need it as in GetIpAndPort(),. * * Revision 1.9 2002/06/28 03:34:28 robertj * Fixed issues with address translation on gatekeeper RAS channel. * * Revision 1.8 2002/05/10 05:48:13 robertj * Added the max bit rate field to the data channel capability class. * Added session ID to the data logical channel class. * * Revision 1.7 2002/02/01 01:47:18 robertj * Some more fixes for T.120 channel establishment, more to do! * * Revision 1.6 2002/01/09 00:21:40 robertj * Changes to support outgoing H.245 RequstModeChange. * * Revision 1.5 2001/12/22 03:22:29 robertj * Added create protocol function to H323Connection. * * Revision 1.4 2001/09/12 07:48:05 robertj * Fixed various problems with tracing. * * Revision 1.3 2001/08/06 03:08:57 robertj * Fission of h323.h to h323ep.h & h323con.h, h323.h now just includes files. * * Revision 1.2 2001/07/18 02:27:24 robertj * Fixed GNU warning. * * Revision 1.1 2001/07/17 04:44:32 robertj * Partial implementation of T.120 and T.38 logical channels. * */ #include #ifdef __GNUC__ #pragma implementation "h323t120.h" #endif #include "h323t120.h" #include "h323ep.h" #include "h245.h" #include "t120proto.h" #include "x224.h" #define new PNEW #define T120_MAX_BIT_RATE 825000 ///////////////////////////////////////////////////////////////////////////// H323_T120Capability::H323_T120Capability() : H323DataCapability(T120_MAX_BIT_RATE) { dynamicPortCapability = TRUE; } PObject * H323_T120Capability::Clone() const { return new H323_T120Capability(*this); } unsigned H323_T120Capability::GetSubType() const { return H245_DataApplicationCapability_application::e_t120; } PString H323_T120Capability::GetFormatName() const { return "T.120"; } H323Channel * H323_T120Capability::CreateChannel(H323Connection & connection, H323Channel::Directions direction, unsigned sessionID, const H245_H2250LogicalChannelParameters *) const { return new H323_T120Channel(connection, *this, direction, sessionID); } BOOL H323_T120Capability::OnSendingPDU(H245_DataApplicationCapability & pdu) const { pdu.m_application.SetTag(H245_DataApplicationCapability_application::e_t120); return OnSendingPDU((H245_DataProtocolCapability &)pdu.m_application); } BOOL H323_T120Capability::OnSendingPDU(H245_DataMode & pdu) const { pdu.m_application.SetTag(H245_DataMode_application::e_t120); return OnSendingPDU((H245_DataProtocolCapability &)pdu.m_application); } BOOL H323_T120Capability::OnSendingPDU(H245_DataProtocolCapability & pdu) const { pdu.SetTag(H245_DataProtocolCapability::e_separateLANStack); return TRUE; } BOOL H323_T120Capability::OnReceivedPDU(const H245_DataApplicationCapability & cap) { if (cap.m_application.GetTag() != H245_DataApplicationCapability_application::e_t120) return FALSE; const H245_DataProtocolCapability & dataCap = cap.m_application; return dataCap.GetTag() == H245_DataProtocolCapability::e_separateLANStack; } ///////////////////////////////////////////////////////////////////////////// H323_T120Channel::H323_T120Channel(H323Connection & connection, const H323Capability & capability, Directions direction, unsigned id) : H323DataChannel(connection, capability, direction, id) { t120handler = NULL; PTRACE(3, "H323T120\tCreated logical channel for T.120"); } void H323_T120Channel::Receive() { HandleChannel(); } void H323_T120Channel::Transmit() { HandleChannel(); } void H323_T120Channel::HandleChannel() { PTRACE(2, "H323T120\tThread started."); if (t120handler == NULL) { PTRACE(1, "H323T120\tNo protocol handler, aborting thread."); } else if (transport == NULL && listener == NULL) { PTRACE(1, "H323T120\tNo listener or transport, aborting thread."); } else if (listener != NULL) { if ((transport = listener->Accept(30000)) != NULL) // 30 second wait for connect back t120handler->Answer(*transport); else { PTRACE(1, "H323T120\tAccept failed, aborting thread."); } } else if (transport->IsOpen()) t120handler->Originate(*transport); else { PTRACE(1, "H323T120\tConnect failed, aborting thread."); } connection.CloseLogicalChannelNumber(number); PTRACE(2, "H323T120\tThread ended"); } BOOL H323_T120Channel::OnSendingPDU(H245_OpenLogicalChannel & open) const { if (!H323DataChannel::OnSendingPDU(open)) return FALSE; if (!((H323_T120Channel*)this)->CreateListener()) { PTRACE(1, "H323T120\tCould not create listener"); return FALSE; } PTRACE(3, "H323T120\tOnSendingPDU"); open.IncludeOptionalField(H245_OpenLogicalChannel::e_separateStack); open.m_separateStack.IncludeOptionalField(H245_NetworkAccessParameters::e_distribution); open.m_separateStack.m_distribution.SetTag(H245_NetworkAccessParameters_distribution::e_unicast); open.m_separateStack.m_networkAddress.SetTag(H245_NetworkAccessParameters_networkAddress::e_localAreaAddress); H245_TransportAddress & address = open.m_separateStack.m_networkAddress; return listener->SetUpTransportPDU(address, connection.GetControlChannel()); } void H323_T120Channel::OnSendOpenAck(const H245_OpenLogicalChannel & /*open*/, H245_OpenLogicalChannelAck & ack) const { PTRACE(3, "H323T120\tOnSendOpenAck"); if (listener != NULL || transport != NULL) { ack.IncludeOptionalField(H245_OpenLogicalChannelAck::e_separateStack); ack.m_separateStack.IncludeOptionalField(H245_NetworkAccessParameters::e_distribution); ack.m_separateStack.m_distribution.SetTag(H245_NetworkAccessParameters_distribution::e_unicast); ack.m_separateStack.m_networkAddress.SetTag(H245_NetworkAccessParameters_networkAddress::e_localAreaAddress); H245_TransportAddress & address = ack.m_separateStack.m_networkAddress; if (listener != NULL) listener->SetUpTransportPDU(address, connection.GetControlChannel()); else transport->SetUpTransportPDU(address, H323Transport::UseLocalTSAP); } } BOOL H323_T120Channel::OnReceivedPDU(const H245_OpenLogicalChannel & open, unsigned & errorCode) { number = H323ChannelNumber(open.m_forwardLogicalChannelNumber, TRUE); PTRACE(3, "H323T120\tOnReceivedPDU for channel: " << number); H323EndPoint & endpoint = connection.GetEndPoint(); t120handler = connection.CreateT120ProtocolHandler(); if (t120handler == NULL) { PTRACE(1, "H323T120\tCould not create protocol handler"); errorCode = H245_OpenLogicalChannelReject_cause::e_dataTypeNotAvailable; return FALSE; } BOOL listen = connection.HadAnsweredCall(); H323TransportAddress address; if (open.HasOptionalField(H245_OpenLogicalChannel::e_separateStack) && open.m_separateStack.m_networkAddress.GetTag() == H245_NetworkAccessParameters_networkAddress::e_localAreaAddress) { address = (const H245_TransportAddress &)open.m_separateStack.m_networkAddress; if (open.m_separateStack.HasOptionalField(H245_NetworkAccessParameters::e_t120SetupProcedure)) listen = open.m_separateStack.m_t120SetupProcedure.GetTag() == H245_NetworkAccessParameters_t120SetupProcedure::e_waitForCall; } if (listen) { if (!address) listener = address.CreateCompatibleListener(endpoint); else { // No address specified, assume same IP as the transport and use default port PIPSocket::Address ip; if (!connection.GetControlChannel().GetLocalAddress().GetIpAddress(ip)) { PTRACE(1, "H323T120\tOnly IPv4 supported"); errorCode = H245_OpenLogicalChannelReject_cause::e_separateStackEstablishmentFailed; return FALSE; } listener = new H323ListenerTCP(endpoint, ip, OpalT120Protocol::DefaultTcpPort, FALSE); } if (!listener->Open()) { PTRACE(1, "H323T120\tCould not open listener"); errorCode = H245_OpenLogicalChannelReject_cause::e_separateStackEstablishmentFailed; return FALSE; } PTRACE(2, "H323T120\tCreated listener on " << listener->GetTransportAddress()); } else { if (address.IsEmpty()) { // No address specified, assume same IP as the transport and use default port PIPSocket::Address ip; if (!connection.GetControlChannel().GetRemoteAddress().GetIpAddress(ip)) { PTRACE(1, "H323T120\tOnly IPv4 supported"); errorCode = H245_OpenLogicalChannelReject_cause::e_separateStackEstablishmentFailed; return FALSE; } address = H323TransportAddress(ip, OpalT120Protocol::DefaultTcpPort); } transport = address.CreateTransport(endpoint); if (transport == NULL) { PTRACE(1, "H323T120\tCould not create transport"); errorCode = H245_OpenLogicalChannelReject_cause::e_separateStackEstablishmentFailed; return FALSE; } transport->SetReadTimeout(10000); // 10 second wait for connect if (!transport->ConnectTo(address)) { PTRACE(1, "H323T120\tCould not connect to remote address: " << address); errorCode = H245_OpenLogicalChannelReject_cause::e_separateStackEstablishmentFailed; return FALSE; } PTRACE(2, "H323T120\tCreated transport from " << transport->GetLocalAddress() << " to " << transport->GetRemoteAddress()); } return TRUE; } BOOL H323_T120Channel::OnReceivedAckPDU(const H245_OpenLogicalChannelAck & /*ack*/) { PTRACE(3, "H323T120\tOnReceivedAckPDU"); t120handler = connection.CreateT120ProtocolHandler(); if (t120handler == NULL) { PTRACE(1, "H323T120\tCould not create protocol handler"); return FALSE; } return TRUE; } ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/src/h323t38.cxx0100644000176200056700000003366610112647517016203 0ustar releasepostincr/* * h323t38.cxx * * H.323 T.38 logical channel establishment * * Open H323 Library * * Copyright (c) 1998-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: h323t38.cxx,v $ * Revision 1.27 2004/08/24 14:23:11 csoutheren * Fixed problem with plugin codecs using capability compare functions * * Revision 1.26 2004/05/04 03:33:33 csoutheren * Added guards against comparing certain kinds of Capabilities * * Revision 1.25 2004/04/03 08:28:07 csoutheren * Remove pseudo-RTTI and replaced with real RTTI * * Revision 1.24 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.23 2002/07/02 10:02:32 robertj * Added H323TransportAddress::GetIpAddress() so don't have to provide port * when you don't need it as in GetIpAndPort(),. * * Revision 1.22 2002/05/21 06:37:55 robertj * Fixed crash if CreateT38Handler returns NULL. * * Revision 1.21 2002/05/15 23:29:31 robertj * Backed out delete of t38 handler, causes race conditions. * * Revision 1.20 2002/05/15 01:31:23 robertj * Added missing delete of t38 handler, thanks thsuk@digitalsis.com. * Changed to allow the T.35 information to be adjusted so it will work for * various vendors version of the non-standard capability. * * Revision 1.19 2002/05/14 08:41:31 robertj * Fixed incorrect class type check for finding reverse T.38 channel and also * fixed possible race condition on channel close, thanks Vyacheslav Frolov * * Revision 1.18 2002/05/10 05:50:02 robertj * Added the max bit rate field to the data channel capability class. * Added session ID to the data logical channel class. * Added capability for old pre-v3 non-standard T.38. * * Revision 1.17 2002/04/17 00:49:04 robertj * Fixed problems with T.38 start up, thanks Vyacheslav Frolov. * * Revision 1.16 2002/02/13 07:41:45 robertj * Fixed missing setting of transport on second H323Channel, thanks Vyacheslav Frolov * * Revision 1.15 2002/02/09 04:39:05 robertj * Changes to allow T.38 logical channels to use single transport which is * now owned by the OpalT38Protocol object instead of H323Channel. * * Revision 1.14 2002/01/10 04:08:42 robertj * Fixed missing bit rate in mode request PDU. * * Revision 1.13 2002/01/09 00:21:40 robertj * Changes to support outgoing H.245 RequstModeChange. * * Revision 1.12 2002/01/01 23:27:50 craigs * Added CleanupOnTermination functions * Thanks to Vyacheslav Frolov * * Revision 1.11 2001/12/22 03:21:58 robertj * Added create protocol function to H323Connection. * * Revision 1.10 2001/12/22 01:55:06 robertj * Removed vast quatities of redundent code that is done by ancestor class. * * Revision 1.9 2001/12/19 09:15:43 craigs * Added changes from Vyacheslav Frolov * * Revision 1.8 2001/12/14 08:36:36 robertj * More implementation of T.38, thanks Adam Lazur * * Revision 1.7 2001/11/20 03:04:30 robertj * Added ability to reuse t38 channels with same session ID. * * Revision 1.6 2001/11/09 05:39:54 craigs * Added initial T.38 support thanks to Adam Lazur * * Revision 1.5 2001/09/12 07:48:05 robertj * Fixed various problems with tracing. * * Revision 1.4 2001/08/06 03:08:57 robertj * Fission of h323.h to h323ep.h & h323con.h, h323.h now just includes files. * * Revision 1.3 2001/07/24 02:26:24 robertj * Added UDP, dual TCP and single TCP modes to T.38 capability. * * Revision 1.2 2001/07/19 10:48:20 robertj * Fixed bandwidth * * Revision 1.1 2001/07/17 04:44:32 robertj * Partial implementation of T.120 and T.38 logical channels. * */ #include #ifdef __GNUC__ #pragma implementation "h323t38.h" #endif #include "h323t38.h" #include "h323con.h" #include "h245.h" #include "t38proto.h" #include "t38.h" #include "h323ep.h" #define new PNEW #define FAX_BIT_RATE 144 //14.4k ///////////////////////////////////////////////////////////////////////////// H323_T38Capability::H323_T38Capability(TransportMode m) : H323DataCapability(FAX_BIT_RATE), mode(m) { } PObject::Comparison H323_T38Capability::Compare(const PObject & obj) const { if (!PIsDescendant(&obj, H323_T38Capability)) return LessThan; Comparison result = H323DataCapability::Compare(obj); if (result != EqualTo) return result; PAssert(PIsDescendant(&obj, H323_T38Capability), PInvalidCast); const H323_T38Capability & other = (const H323_T38Capability &)obj; if (mode < other.mode) return LessThan; if (mode > other.mode) return GreaterThan; return EqualTo; } PObject * H323_T38Capability::Clone() const { return new H323_T38Capability(*this); } unsigned H323_T38Capability::GetSubType() const { return H245_DataApplicationCapability_application::e_t38fax; } PString H323_T38Capability::GetFormatName() const { static const char * const modes[NumTransportModes] = { "UDP", "TCP2", "TCP" }; return PString("T.38-") + modes[mode]; } H323Channel * H323_T38Capability::CreateChannel(H323Connection & connection, H323Channel::Directions direction, unsigned int sessionID, const H245_H2250LogicalChannelParameters * /*params*/) const { PTRACE(1, "H323T38\tCreateChannel, sessionID=" << sessionID << " direction=" << direction); return new H323_T38Channel(connection, *this, direction, sessionID, mode); } BOOL H323_T38Capability::OnSendingPDU(H245_DataApplicationCapability & pdu) const { PTRACE(3, "H323T38\tOnSendingPDU for capability"); pdu.m_maxBitRate = FAX_BIT_RATE; pdu.m_application.SetTag(H245_DataApplicationCapability_application::e_t38fax); H245_DataApplicationCapability_application_t38fax & fax = pdu.m_application; return OnSendingPDU(fax.m_t38FaxProtocol, fax.m_t38FaxProfile); } BOOL H323_T38Capability::OnSendingPDU(H245_DataMode & pdu) const { pdu.m_bitRate = FAX_BIT_RATE; pdu.m_application.SetTag(H245_DataMode_application::e_t38fax); H245_DataMode_application_t38fax & fax = pdu.m_application; return OnSendingPDU(fax.m_t38FaxProtocol, fax.m_t38FaxProfile); } BOOL H323_T38Capability::OnSendingPDU(H245_DataProtocolCapability & proto, H245_T38FaxProfile & profile) const { if (mode == e_UDP) { proto.SetTag(H245_DataProtocolCapability::e_udp); profile.m_t38FaxRateManagement.SetTag(H245_T38FaxRateManagement::e_transferredTCF); // recommended for UDP profile.IncludeOptionalField(H245_T38FaxProfile::e_t38FaxUdpOptions); profile.m_t38FaxUdpOptions.IncludeOptionalField(H245_T38FaxUdpOptions::e_t38FaxMaxBuffer); profile.m_t38FaxUdpOptions.m_t38FaxMaxBuffer = 200; profile.m_t38FaxUdpOptions.IncludeOptionalField(H245_T38FaxUdpOptions::e_t38FaxMaxDatagram); profile.m_t38FaxUdpOptions.m_t38FaxMaxDatagram = 72; profile.m_t38FaxUdpOptions.m_t38FaxUdpEC.SetTag(H245_T38FaxUdpOptions_t38FaxUdpEC::e_t38UDPRedundancy); } else { proto.SetTag(H245_DataProtocolCapability::e_tcp); profile.m_t38FaxRateManagement.SetTag(H245_T38FaxRateManagement::e_localTCF); // recommended for TCP profile.IncludeOptionalField(H245_T38FaxProfile::e_t38FaxTcpOptions); profile.m_t38FaxTcpOptions.m_t38TCPBidirectionalMode = mode == e_SingleTCP; } return TRUE; } BOOL H323_T38Capability::OnReceivedPDU(const H245_DataApplicationCapability & cap) { PTRACE(3, "H323T38\tOnRecievedPDU for capability"); if (cap.m_application.GetTag() != H245_DataApplicationCapability_application::e_t38fax) return FALSE; const H245_DataApplicationCapability_application_t38fax & fax = cap.m_application; const H245_DataProtocolCapability & proto = fax.m_t38FaxProtocol; if (proto.GetTag() == H245_DataProtocolCapability::e_udp) mode = e_UDP; else { const H245_T38FaxProfile & profile = fax.m_t38FaxProfile; if (profile.m_t38FaxTcpOptions.m_t38TCPBidirectionalMode) mode = e_SingleTCP; else mode = e_DualTCP; } return TRUE; } ////////////////////////////////////////////////////////////// static const char T38NonStandardCapabilityName[] = "T38FaxUDP"; H323_T38NonStandardCapability::H323_T38NonStandardCapability(BYTE country, BYTE extension, WORD manufacturer) : H323NonStandardDataCapability(FAX_BIT_RATE, country, extension, manufacturer, (const BYTE *)T38NonStandardCapabilityName, (PINDEX)sizeof(T38NonStandardCapabilityName)-1) { } PObject * H323_T38NonStandardCapability::Clone() const { return new H323_T38NonStandardCapability(*this); } class PString H323_T38NonStandardCapability::GetFormatName() const { return T38NonStandardCapabilityName; } H323Channel * H323_T38NonStandardCapability::CreateChannel(H323Connection & connection, H323Channel::Directions direction, unsigned int sessionID, const H245_H2250LogicalChannelParameters * /*params*/) const { PTRACE(1, "H323T38\tCreateChannel, sessionID=" << sessionID << " direction=" << direction); return new H323_T38Channel(connection, *this, direction, sessionID, H323_T38Capability::e_UDP); } ////////////////////////////////////////////////////////////// H323_T38Channel::H323_T38Channel(H323Connection & connection, const H323Capability & capability, H323Channel::Directions dir, unsigned sessionID, H323_T38Capability::TransportMode mode) : H323DataChannel(connection, capability, dir, sessionID) { PTRACE(3, "H323T38\tH323 channel created"); // Transport will be owned by OpalT38Protocol autoDeleteTransport = FALSE; separateReverseChannel = mode != H323_T38Capability::e_SingleTCP; usesTCP = mode != H323_T38Capability::e_UDP; t38handler = NULL; H323Channel * chan = connection.FindChannel(sessionID, dir == H323Channel::IsTransmitter); if (chan != NULL) { if (PIsDescendant(chan, H323_T38Channel)) { PTRACE(3, "H323T38\tConnected to existing T.38 handler"); t38handler = ((H323_T38Channel *)chan)->GetHandler(); } else PTRACE(1, "H323T38\tCreateChannel, channel " << *chan << " is not H323_T38Channel"); } if (t38handler == NULL) { PTRACE(3, "H323T38\tCreating new T.38 handler"); t38handler = connection.CreateT38ProtocolHandler(); } if (t38handler != NULL) { transport = t38handler->GetTransport(); if (transport == NULL && !usesTCP && CreateTransport()) t38handler->SetTransport(transport, TRUE); } } H323_T38Channel::~H323_T38Channel() { } void H323_T38Channel::CleanUpOnTermination() { if (terminating) return; PTRACE(3, "H323T38\tCleanUpOnTermination"); if (t38handler != NULL) t38handler->CleanUpOnTermination(); H323DataChannel::CleanUpOnTermination(); } BOOL H323_T38Channel::OnSendingPDU(H245_OpenLogicalChannel & open) const { if (t38handler != NULL) return H323DataChannel::OnSendingPDU(open); PTRACE(1, "H323T38\tNo protocol handler, aborting OpenLogicalChannel."); return FALSE; } BOOL H323_T38Channel::OnReceivedPDU(const H245_OpenLogicalChannel & open, unsigned & errorCode) { if (t38handler != NULL) return H323DataChannel::OnReceivedPDU(open, errorCode); errorCode = H245_OpenLogicalChannelReject_cause::e_unspecified; PTRACE(1, "H323T38\tNo protocol handler, refusing OpenLogicalChannel."); return FALSE; } void H323_T38Channel::Receive() { PTRACE(2, "H323T38\tReceive thread started."); if (t38handler != NULL) { if (listener != NULL) { transport = listener->Accept(30000); // 30 second wait for connect back t38handler->SetTransport(transport); } if (transport != NULL) t38handler->Answer(); else { PTRACE(1, "H323T38\tNo transport, aborting thread."); } } else { PTRACE(1, "H323T38\tNo protocol handler, aborting thread."); } if (!terminating) connection.CloseLogicalChannelNumber(number); PTRACE(2, "H323T38\tReceive thread ended"); } void H323_T38Channel::Transmit() { if (terminating) return; PTRACE(2, "H323T38\tTransmit thread starting"); if (t38handler != NULL) t38handler->Originate(); else { PTRACE(1, "H323T38\tTransmit no proto handler"); } if (!terminating) connection.CloseLogicalChannelNumber(number); PTRACE(2, "H323T38\tTransmit thread terminating"); } BOOL H323_T38Channel::CreateTransport() { if (transport != NULL) return TRUE; if (usesTCP) return H323DataChannel::CreateTransport(); PIPSocket::Address ip; if (!connection.GetControlChannel().GetLocalAddress().GetIpAddress(ip)) { PTRACE(2, "H323T38\tTrying to use UDP when base transport is not IP"); PIPSocket::GetHostAddress(ip); } transport = new H323TransportUDP(connection.GetEndPoint(), ip); PTRACE(3, "H323T38\tCreated transport: " << *transport); return TRUE; } BOOL H323_T38Channel::CreateListener() { if (listener != NULL) return TRUE; if (usesTCP) { return H323DataChannel::CreateListener(); PTRACE(3, "H323T38\tCreated listener " << *listener); } return CreateTransport(); } ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/src/h323trans.cxx0100644000176200056700000006676210213764011016706 0ustar releasepostincr/* * h323trans.cxx * * H.323 Transactor handler * * Open H323 Library * * Copyright (c) 2003 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: h323trans.cxx,v $ * Revision 1.29 2005/03/10 06:24:09 csoutheren * Removed leak of transactor handle when calling SetTransport * Thanks to Victor Ivashin * * Revision 1.28 2005/03/04 03:21:21 csoutheren * Added local and remote addresses to all PDU logs to assist in debugging * * Revision 1.27 2005/01/16 20:39:44 csoutheren * Fixed problem with IPv6 INADDR_ANY * * Revision 1.26 2004/08/24 08:11:25 csoutheren * Added initial support for receiving broadcasts on Linux * * Revision 1.25 2004/06/15 03:31:51 csoutheren * Moved locking to avoid potential problems with race conditions in gkclient code * * Revision 1.24 2004/04/20 02:40:46 csoutheren * Fixed deadlock in transport thread shutdown caused by attempting * to age responses while threading is being killed * * Revision 1.23 2003/12/11 05:41:00 csoutheren * Added storage of H.225 version in endpoint structure * Disabled sending RIPs to endpoints that cannot handle them * * Revision 1.22 2003/10/27 01:55:33 csoutheren * Guarded against possible NULL interface * * Revision 1.21 2003/04/30 07:51:08 robertj * Redesigned the alternate credentials in ARQ system as old implementation * was fraught with concurrency issues, most importantly it can cause false * detection of replay attacks taking out an endpoint completely. * * Revision 1.20 2003/04/10 09:45:14 robertj * Added associated transport to new GetInterfaceAddresses() function so * interfaces can be ordered according to active transport links. Improves * interoperability. * Replaced old listener GetTransportPDU() with GetInterfaceAddresses() * and H323SetTransportAddresses() functions. * * Revision 1.19 2003/04/10 01:00:41 craigs * Added functions to access to lists of interfaces * * Revision 1.18 2003/04/09 03:50:58 craigs * Fixed problem with peer elements * * Revision 1.17 2003/04/09 03:08:10 robertj * Fixed race condition in shutting down transactor (pure virtual call) * * Revision 1.16 2003/04/02 06:08:31 robertj * Fixed some trace log module names * * Revision 1.15 2003/04/01 05:59:33 robertj * Fixed H.501 transaction code setting members for m_common PDU part. * * Revision 1.14 2003/04/01 04:47:55 robertj * Abstracted H.225 RAS transaction processing (RIP and secondary thread) in * server environment for use by H.501 peer elements. * * Revision 1.13 2003/03/26 00:46:29 robertj * Had another go at making H323Transactor being able to be created * without having a listener running. * * Revision 1.12 2003/03/25 12:01:19 craigs * Fixed SEGV when no interface specified for peer element * * Revision 1.11 2003/03/25 08:12:54 robertj * Added ability to create a transactor without starting listener. * * Revision 1.10 2003/03/25 04:56:21 robertj * Fixed issues to do with multiple inheritence in transaction reply cache. * * Revision 1.9 2003/03/25 02:32:15 robertj * Additional tracing. * Fixed bug with incorrect authenticators being used in requests. * * Revision 1.8 2003/03/25 01:41:02 craigs * Still more signficant H.501 updates * * Revision 1.7 2003/03/24 07:16:13 robertj * Fixed incorrect cast to non const for setting authenticators. * * Revision 1.6 2003/03/21 06:27:55 robertj * Added setting of remote port in UDP transport constructor. * Removed odd trace output on timeout.. * * Revision 1.5 2003/03/20 01:51:12 robertj * More abstraction of H.225 RAS and H.501 protocols transaction handling. * * Revision 1.4 2003/03/01 00:22:10 craigs * New PeerElement implementation * * Revision 1.3 2003/02/25 06:48:19 robertj * More work on PDU transaction abstraction. * * Revision 1.2 2003/02/21 07:23:18 robertj * Fixed up some comments * * Revision 1.1 2003/02/21 05:27:06 craigs * Initial version * */ #include #ifdef __GNUC__ #pragma implementation "h323trans.h" #endif #include "h323trans.h" #include "h323ep.h" #include "h323pdu.h" #include static PTimeInterval ResponseRetirementAge(0, 30); // Seconds #define new PNEW ///////////////////////////////////////////////////////////////////////////////// H323TransactionPDU::H323TransactionPDU() { } H323TransactionPDU::H323TransactionPDU(const H235Authenticators & auth) : authenticators(auth) { } ostream & operator<<(ostream & strm, const H323TransactionPDU & pdu) { pdu.GetPDU().PrintOn(strm); return strm; } BOOL H323TransactionPDU::Read(H323Transport & transport) { if (!transport.ReadPDU(rawPDU)) { PTRACE(1, GetProtocolName() << "\tRead error (" << transport.GetErrorNumber(PChannel::LastReadError) << "): " << transport.GetErrorText(PChannel::LastReadError)); return FALSE; } rawPDU.ResetDecoder(); BOOL ok = GetPDU().Decode(rawPDU); if (!ok) { PTRACE(1, GetProtocolName() << "\tRead error: PER decode failure:\n " << setprecision(2) << rawPDU << "\n " << setprecision(2) << *this); GetChoice().SetTag(UINT_MAX); return TRUE; } H323TraceDumpPDU(GetProtocolName(), FALSE, rawPDU, GetPDU(), GetChoice(), GetSequenceNumber(), transport.GetLocalAddress(), transport.GetLastReceivedAddress()); return TRUE; } BOOL H323TransactionPDU::Write(H323Transport & transport) { PPER_Stream strm; GetPDU().Encode(strm); strm.CompleteEncoding(); // Finalise the security if present for (PINDEX i = 0; i < authenticators.GetSize(); i++) authenticators[i].Finalise(strm); H323TraceDumpPDU("Trans", TRUE, strm, GetPDU(), GetChoice(), GetSequenceNumber(), transport.GetLocalAddress(), transport.GetRemoteAddress()); if (transport.WritePDU(strm)) return TRUE; PTRACE(1, GetProtocolName() << "\tWrite PDU failed (" << transport.GetErrorNumber(PChannel::LastWriteError) << "): " << transport.GetErrorText(PChannel::LastWriteError)); return FALSE; } ///////////////////////////////////////////////////////////////////////////////// H323Transactor::H323Transactor(H323EndPoint & ep, H323Transport * trans, WORD local_port, WORD remote_port) : endpoint(ep), defaultLocalPort(local_port), defaultRemotePort(remote_port) { if (trans != NULL) transport = trans; else transport = new H323TransportUDP(ep, PIPSocket::GetDefaultIpAny(), local_port, remote_port); Construct(); } H323Transactor::H323Transactor(H323EndPoint & ep, const H323TransportAddress & iface, WORD local_port, WORD remote_port) : endpoint(ep), defaultLocalPort(local_port), defaultRemotePort(remote_port) { if (iface.IsEmpty()) transport = NULL; else { PIPSocket::Address addr; PAssert(iface.GetIpAndPort(addr, local_port), "Cannot parse address"); transport = new H323TransportUDP(ep, addr, local_port, remote_port); } Construct(); } void H323Transactor::Construct() { nextSequenceNumber = PRandom::Number()%65536; checkResponseCryptoTokens = TRUE; lastRequest = NULL; requests.DisallowDeleteObjects(); } H323Transactor::~H323Transactor() { StopChannel(); } void H323Transactor::PrintOn(ostream & strm) const { if (transport == NULL) strm << "<>"; else { H323TransportAddress addr = transport->GetRemoteAddress(); PIPSocket::Address ip; WORD port; if (addr.GetIpAndPort(ip, port)) { strm << PIPSocket::GetHostName(ip); if (port != defaultRemotePort) strm << ':' << port; } else strm << addr; } } BOOL H323Transactor::SetTransport(const H323TransportAddress & iface) { H323Transport * oldTransport = NULL; PIPSocket::Address addr; WORD port = defaultLocalPort; { PWaitAndSignal mutex(pduWriteMutex); if (transport != NULL && transport->GetLocalAddress().IsEquivalent(iface)) { PTRACE(2, "Trans\tAlready have listener for " << iface); return TRUE; } if (!iface.GetIpAndPort(addr, port)) { PTRACE(2, "Trans\tCannot create listener for " << iface); return FALSE; } oldTransport = transport; transport = NULL; } if (oldTransport != NULL) { PTRACE(4, "H323\tShutting down transactor thread on " << oldTransport->GetLocalAddress()); oldTransport->CleanUpOnTermination(); delete oldTransport; } { PWaitAndSignal mutex(pduWriteMutex); transport = new H323TransportUDP(endpoint, addr, port, defaultRemotePort); transport->SetPromiscuous(H323Transport::AcceptFromAny); return StartChannel(); } } H323TransportAddressArray H323Transactor::GetInterfaceAddresses(BOOL excludeLocalHost, H323Transport * associatedTransport) { if (transport == NULL) return H323TransportAddressArray(); else return H323GetInterfaceAddresses(transport->GetLocalAddress(), excludeLocalHost, associatedTransport); } BOOL H323Transactor::StartChannel() { if (transport == NULL) return FALSE; transport->AttachThread(PThread::Create(PCREATE_NOTIFIER(HandleTransactions), 0, PThread::NoAutoDeleteThread, PThread::NormalPriority, "Transactor:%x")); return TRUE; } void H323Transactor::StopChannel() { if (transport != NULL) { transport->CleanUpOnTermination(); delete transport; transport = NULL; } } void H323Transactor::HandleTransactions(PThread &, INT) { if (PAssertNULL(transport) == NULL) return; PTRACE(2, "Trans\tStarting listener thread on " << *transport); transport->SetReadTimeout(PMaxTimeInterval); PINDEX consecutiveErrors = 0; BOOL ok = TRUE; while (ok) { PTRACE(5, "Trans\tReading PDU"); H323TransactionPDU * response = CreateTransactionPDU(); if (response->Read(*transport)) { consecutiveErrors = 0; lastRequest = NULL; if (HandleTransaction(response->GetPDU())) lastRequest->responseHandled.Signal(); if (lastRequest != NULL) lastRequest->responseMutex.Signal(); } else { switch (transport->GetErrorCode(PChannel::LastReadError)) { case PChannel::Interrupted : if (transport->IsOpen()) break; // Do NotOpen case case PChannel::NotOpen : ok = FALSE; break; default : switch (transport->GetErrorNumber(PChannel::LastReadError)) { case ECONNRESET: case ECONNREFUSED: PTRACE(2, "Trans\tCannot access remote " << transport->GetRemoteAddress()); break; default: PTRACE(1, "Trans\tRead error: " << transport->GetErrorText(PChannel::LastReadError)); if (++consecutiveErrors > 10) ok = FALSE; } } } delete response; AgeResponses(); } PTRACE(2, "Trans\tEnded listener thread on " << *transport); } BOOL H323Transactor::SetUpCallSignalAddresses(H225_ArrayOf_TransportAddress & addresses) { if (PAssertNULL(transport) == NULL) return FALSE; H225_TransportAddress rasAddress; transport->SetUpTransportPDU(rasAddress, TRUE); H323SetTransportAddresses(*transport, endpoint.GetInterfaceAddresses(FALSE, transport), addresses); return addresses.GetSize() > 0; } unsigned H323Transactor::GetNextSequenceNumber() { PWaitAndSignal mutex(nextSequenceNumberMutex); nextSequenceNumber++; if (nextSequenceNumber >= 65536) nextSequenceNumber = 1; return nextSequenceNumber; } void H323Transactor::AgeResponses() { PTime now; PWaitAndSignal mutex(pduWriteMutex); for (PINDEX i = 0; i < responses.GetSize(); i++) { const Response & response = responses[i]; if ((now - response.lastUsedTime) > response.retirementAge) { PTRACE(4, "Trans\tRemoving cached response: " << response); responses.RemoveAt(i--); } } } BOOL H323Transactor::SendCachedResponse(const H323TransactionPDU & pdu) { if (PAssertNULL(transport) == NULL) return FALSE; Response key(transport->GetLastReceivedAddress(), pdu.GetSequenceNumber()); PWaitAndSignal mutex(pduWriteMutex); PINDEX idx = responses.GetValuesIndex(key); if (idx != P_MAX_INDEX) return responses[idx].SendCachedResponse(*transport); responses.Append(new Response(key)); return FALSE; } BOOL H323Transactor::WritePDU(H323TransactionPDU & pdu) { if (PAssertNULL(transport) == NULL) return FALSE; OnSendingPDU(pdu.GetPDU()); PWaitAndSignal mutex(pduWriteMutex); Response key(transport->GetLastReceivedAddress(), pdu.GetSequenceNumber()); PINDEX idx = responses.GetValuesIndex(key); if (idx != P_MAX_INDEX) responses[idx].SetPDU(pdu); return pdu.Write(*transport); } BOOL H323Transactor::WriteTo(H323TransactionPDU & pdu, const H323TransportAddressArray & addresses, BOOL callback) { if (PAssertNULL(transport) == NULL) return FALSE; if (addresses.IsEmpty()) { if (callback) return WritePDU(pdu); return pdu.Write(*transport); } pduWriteMutex.Wait(); H323TransportAddress oldAddress = transport->GetRemoteAddress(); BOOL ok = FALSE; for (PINDEX i = 0; i < addresses.GetSize(); i++) { if (transport->ConnectTo(addresses[i])) { PTRACE(3, "Trans\tWrite address set to " << addresses[i]); if (callback) ok = WritePDU(pdu); else ok = pdu.Write(*transport); } } transport->ConnectTo(oldAddress); pduWriteMutex.Signal(); return ok; } BOOL H323Transactor::MakeRequest(Request & request) { PTRACE(3, "Trans\tMaking request: " << request.requestPDU.GetChoice().GetTagName()); OnSendingPDU(request.requestPDU.GetPDU()); requestsMutex.Wait(); requests.SetAt(request.sequenceNumber, &request); requestsMutex.Signal(); BOOL ok = request.Poll(*this); requestsMutex.Wait(); requests.SetAt(request.sequenceNumber, NULL); requestsMutex.Signal(); return ok; } BOOL H323Transactor::CheckForResponse(unsigned reqTag, unsigned seqNum, const PASN_Choice * reason) { requestsMutex.Wait(); lastRequest = requests.GetAt(seqNum); if (lastRequest == NULL) { requestsMutex.Signal(); PTRACE(3, "Trans\tTimed out or received sequence number (" << seqNum << ") for PDU we never requested"); return FALSE; } lastRequest->responseMutex.Wait(); lastRequest->CheckResponse(reqTag, reason); requestsMutex.Signal(); return TRUE; } BOOL H323Transactor::HandleRequestInProgress(const H323TransactionPDU & pdu, unsigned delay) { unsigned seqNum = pdu.GetSequenceNumber(); requestsMutex.Wait(); lastRequest = requests.GetAt(seqNum); if (lastRequest == NULL) { requestsMutex.Signal(); PTRACE(3, "Trans\tTimed out or received sequence number (" << seqNum << ") for PDU we never requested"); return FALSE; } lastRequest->responseMutex.Wait(); PTRACE(3, "Trans\tReceived RIP on sequence number " << seqNum); lastRequest->OnReceiveRIP(delay); requestsMutex.Signal(); return TRUE; } BOOL H323Transactor::CheckCryptoTokens(const H323TransactionPDU & pdu, const PASN_Array & clearTokens, unsigned clearOptionalField, const PASN_Array & cryptoTokens, unsigned cryptoOptionalField) { // If cypto token checking disabled, just return TRUE. if (!GetCheckResponseCryptoTokens()) return TRUE; if (lastRequest != NULL && pdu.GetAuthenticators().IsEmpty()) { ((H323TransactionPDU &)pdu).SetAuthenticators(lastRequest->requestPDU.GetAuthenticators()); PTRACE(4, "Trans\tUsing credentials from request: " << setfill(',') << pdu.GetAuthenticators() << setfill(' ')); } if (pdu.Validate(clearTokens, clearOptionalField, cryptoTokens, cryptoOptionalField) == H235Authenticator::e_OK) return TRUE; /* Note that a crypto tokens error is flagged to the requestor in the responseResult field but the other thread is NOT signalled. This is so it can wait for the full timeout for any other packets that might have the correct tokens, preventing a possible DOS attack. */ if (lastRequest != NULL) { lastRequest->responseResult = Request::BadCryptoTokens; lastRequest->responseHandled.Signal(); lastRequest->responseMutex.Signal(); lastRequest = NULL; } return FALSE; } ///////////////////////////////////////////////////////////////////////////// H323Transactor::Request::Request(unsigned seqNum, H323TransactionPDU & pdu) : requestPDU(pdu) { sequenceNumber = seqNum; responseInfo = NULL; } H323Transactor::Request::Request(unsigned seqNum, H323TransactionPDU & pdu, const H323TransportAddressArray & addresses) : requestAddresses(addresses), requestPDU(pdu) { sequenceNumber = seqNum; responseInfo = NULL; } BOOL H323Transactor::Request::Poll(H323Transactor & rasChannel) { H323EndPoint & endpoint = rasChannel.GetEndPoint(); responseResult = AwaitingResponse; for (unsigned retry = 1; retry <= endpoint.GetRasRequestRetries(); retry++) { // To avoid race condition with RIP must set timeout before sending the packet whenResponseExpected = PTimer::Tick() + endpoint.GetRasRequestTimeout(); if (!rasChannel.WriteTo(requestPDU, requestAddresses, FALSE)) break; PTRACE(3, "Trans\tWaiting on response to seqnum=" << requestPDU.GetSequenceNumber() << " for " << setprecision(1) << endpoint.GetRasRequestTimeout() << " seconds"); do { // Wait for a response responseHandled.Wait(whenResponseExpected - PTimer::Tick()); PWaitAndSignal mutex(responseMutex); // Wait till lastRequest goes out of scope switch (responseResult) { case AwaitingResponse : // Was a timeout responseResult = NoResponseReceived; break; case ConfirmReceived : return TRUE; case RejectReceived : return FALSE; case BadCryptoTokens : PTRACE(2, "Trans\tResponse to seqnum=" << requestPDU.GetSequenceNumber() << " had invalid crypto tokens."); return FALSE; default : // RequestInProgress responseResult = AwaitingResponse; // Keep waiting } PTRACE_IF(3, responseResult == AwaitingResponse, "Trans\tWaiting again on response to seqnum=" << requestPDU.GetSequenceNumber() << " for " << setprecision(1) << (whenResponseExpected - PTimer::Tick()) << " seconds"); } while (responseResult == AwaitingResponse); PTRACE(1, "Trans\tTimeout on request seqnum=" << requestPDU.GetSequenceNumber() << ", try #" << retry << " of " << endpoint.GetRasRequestRetries()); } return FALSE; } void H323Transactor::Request::CheckResponse(unsigned reqTag, const PASN_Choice * reason) { if (requestPDU.GetChoice().GetTag() != reqTag) { PTRACE(3, "Trans\tReceived reply for incorrect PDU tag."); responseResult = RejectReceived; rejectReason = UINT_MAX; return; } if (reason == NULL) { responseResult = ConfirmReceived; return; } PTRACE(1, "Trans\t" << requestPDU.GetChoice().GetTagName() << " rejected: " << reason->GetTagName()); responseResult = RejectReceived; rejectReason = reason->GetTag(); switch(reqTag) { case H225_RasMessage::e_admissionRequest: if (rejectReason == H225_AdmissionRejectReason::e_callerNotRegistered) responseResult = TryAlternate; break; case H225_RasMessage::e_gatekeeperRequest: if (rejectReason == H225_GatekeeperRejectReason::e_resourceUnavailable) responseResult = TryAlternate; break; case H225_RasMessage::e_disengageRequest: if (rejectReason == H225_DisengageRejectReason::e_notRegistered) responseResult = TryAlternate; break; case H225_RasMessage::e_registrationRequest: if (rejectReason == H225_RegistrationRejectReason::e_resourceUnavailable) responseResult = TryAlternate; break; case H225_RasMessage::e_infoRequestResponse: if (rejectReason == H225_InfoRequestNakReason::e_notRegistered) responseResult = TryAlternate; break; } } void H323Transactor::Request::OnReceiveRIP(unsigned milliseconds) { responseResult = RequestInProgress; whenResponseExpected = PTimer::Tick() + PTimeInterval(milliseconds); } ///////////////////////////////////////////////////////////////////////////// H323Transactor::Response::Response(const H323TransportAddress & addr, unsigned seqNum) : PString(addr), retirementAge(ResponseRetirementAge) { sprintf("#%u", seqNum); replyPDU = NULL; } H323Transactor::Response::~Response() { if (replyPDU != NULL) replyPDU->DeletePDU(); } void H323Transactor::Response::SetPDU(const H323TransactionPDU & pdu) { PTRACE(4, "Trans\tAdding cached response: " << *this); if (replyPDU != NULL) replyPDU->DeletePDU(); replyPDU = pdu.ClonePDU(); lastUsedTime = PTime(); unsigned delay = pdu.GetRequestInProgressDelay(); if (delay > 0) retirementAge = ResponseRetirementAge + delay; } BOOL H323Transactor::Response::SendCachedResponse(H323Transport & transport) { PTRACE(3, "Trans\tSending cached response: " << *this); if (replyPDU != NULL) { H323TransportAddress oldAddress = transport.GetRemoteAddress(); transport.ConnectTo(Left(FindLast('#'))); replyPDU->Write(transport); transport.ConnectTo(oldAddress); } else { PTRACE(2, "Trans\tRetry made by remote before sending response: " << *this); } lastUsedTime = PTime(); return TRUE; } ///////////////////////////////////////////////////////////////////////////////// H323Transaction::H323Transaction(H323Transactor & trans, const H323TransactionPDU & requestToCopy, H323TransactionPDU * conf, H323TransactionPDU * rej) : transactor(trans), replyAddresses(trans.GetTransport().GetLastReceivedAddress()), request(requestToCopy.ClonePDU()) { confirm = conf; reject = rej; authenticatorResult = H235Authenticator::e_Disabled; fastResponseRequired = TRUE; isBehindNAT = FALSE; canSendRIP = FALSE; } H323Transaction::~H323Transaction() { delete request; delete confirm; delete reject; } BOOL H323Transaction::HandlePDU() { int response = OnHandlePDU(); switch (response) { case Ignore : return FALSE; case Confirm : if (confirm != NULL) WritePDU(*confirm); return FALSE; case Reject : if (reject != NULL) WritePDU(*reject); return FALSE; } H323TransactionPDU * rip = CreateRIP(request->GetSequenceNumber(), response); BOOL ok = WritePDU(*rip); delete rip; if (!ok) return FALSE; if (fastResponseRequired) { fastResponseRequired = FALSE; PThread::Create(PCREATE_NOTIFIER(SlowHandler), 0, PThread::AutoDeleteThread, PThread::NormalPriority, "Transaction:%x"); } return TRUE; } void H323Transaction::SlowHandler(PThread &, INT) { PTRACE(3, "Trans\tStarted slow PDU handler thread."); while (HandlePDU()) ; delete this; PTRACE(3, "Trans\tEnded slow PDU handler thread."); } BOOL H323Transaction::WritePDU(H323TransactionPDU & pdu) { pdu.SetAuthenticators(authenticators); return transactor.WriteTo(pdu, replyAddresses, TRUE); } BOOL H323Transaction::CheckCryptoTokens(const H235Authenticators & auth) { authenticators = auth; request->SetAuthenticators(authenticators); authenticatorResult = ValidatePDU(); if (authenticatorResult == H235Authenticator::e_OK) return TRUE; PTRACE(2, "Trans\t" << GetName() << " rejected, security tokens invalid."); return FALSE; } ///////////////////////////////////////////////////////////////////////////////// H323TransactionServer::H323TransactionServer(H323EndPoint & ep) : ownerEndPoint(ep) { usingAllInterfaces = FALSE; } H323TransactionServer::~H323TransactionServer() { } BOOL H323TransactionServer::AddListeners(const H323TransportAddressArray & ifaces) { if (ifaces.IsEmpty()) return AddListener("*"); PINDEX i; mutex.Wait(); for (i = 0; i < listeners.GetSize(); i++) { BOOL remove = TRUE; for (PINDEX j = 0; j < ifaces.GetSize(); j++) { if (listeners[i].GetTransport().GetLocalAddress().IsEquivalent(ifaces[j])) { remove = FALSE; break; } } if (remove) { PTRACE(3, "Trans\tRemoving listener " << listeners[i]); listeners.RemoveAt(i--); } } mutex.Signal(); for (i = 0; i < ifaces.GetSize(); i++) { if (!ifaces[i]) AddListener(ifaces[i]); } return listeners.GetSize() > 0; } BOOL H323TransactionServer::AddListener(const H323TransportAddress & interfaceName) { PIPSocket::Address addr; WORD port = GetDefaultUdpPort(); BOOL hasInterfaceInfo = interfaceName.GetIpAndPort(addr, port); if (port == 0) port = GetDefaultUdpPort(); PWaitAndSignal wait(mutex); if (hasInterfaceInfo && !addr.IsAny()) { if (usingAllInterfaces) { listeners.RemoveAll(); usingAllInterfaces = FALSE; } for (PINDEX i = 0; i < listeners.GetSize(); i++) { if (listeners[i].GetTransport().GetLocalAddress().IsEquivalent(interfaceName)) { PTRACE(2, "H323\tAlready have listener for " << interfaceName); return TRUE; } } PTRACE(2, "H323\tAdding listener for " << interfaceName); return AddListener(new H323TransportUDP(ownerEndPoint, addr, port)); } if (!usingAllInterfaces) { listeners.RemoveAll(); usingAllInterfaces = TRUE; } return AddListener(new H323TransportUDP(ownerEndPoint, PIPSocket::Address(PIPSocket::GetDefaultIpAny()), port)); } BOOL H323TransactionServer::AddListener(H323Transport * transport) { if (transport == NULL) return FALSE; if (!transport->IsOpen()) { delete transport; return FALSE; } return AddListener(CreateListener(transport)); } BOOL H323TransactionServer::AddListener(H323Transactor * listener) { if (listener == NULL) return FALSE; PTRACE(3, "Trans\tStarted listener " << *listener); mutex.Wait(); listeners.Append(listener); mutex.Signal(); listener->StartChannel(); return TRUE; } BOOL H323TransactionServer::RemoveListener(H323Transactor * listener) { BOOL ok = TRUE; mutex.Wait(); if (listener != NULL) { PTRACE(3, "Trans\tRemoving listener " << *listener); ok = listeners.Remove(listener); } else { PTRACE(3, "Trans\tRemoving all listeners"); listeners.RemoveAll(); } mutex.Signal(); return ok; } ///////////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/src/h4501.asn0100644000176200056700000001470107264744411015677 0ustar releasepostincrH4501-Supplementary-ServiceAPDU-Structure { itu-t recommendation h 450 1 version1(0) h4501-facility-information-structure(2) } DEFINITIONS AUTOMATIC TAGS ::= BEGIN IMPORTS AliasAddress, PartyNumber FROM H225 -- H323-MESSAGES ROS, Code FROM X880 -- Remote-Operations-Apdu { itu-t recommendation h 450 1 version1(0) remote-operations-apdus(11) }; SupplementaryService ::= SEQUENCE { networkFacilityExtension NetworkFacilityExtension OPTIONAL, -- see 8.1 interpretationApdu InterpretationApdu OPTIONAL, -- see 8.2 serviceApdu ServiceApdus, -- H.450.x supplementary services ... } NetworkFacilityExtension ::= SEQUENCE { sourceEntity EntityType, sourceEntityAddress AddressInformation OPTIONAL, destinationEntity EntityType, destinationEntityAddress AddressInformation OPTIONAL, ... } EntityType ::= CHOICE { endpoint NULL, anyEntity NULL, ... } AddressInformation ::= AliasAddress InterpretationApdu ::= CHOICE { discardAnyUnrecognizedInvokePdu NULL, clearCallIfAnyInvokePduNotRecognized NULL, -- this value also applies to Call independent signalling connections rejectAnyUnrecognizedInvokePdu NULL, -- this coding is implied by the absence of an interpretation APDU. ... } ServiceApdus ::= CHOICE { rosApdus SEQUENCE SIZE (1..MAX) OF ROS, -- see 8.3; other alternatives may be defined in future versions ... } InvokeIdSet INTEGER ::= {InvokeIDs,...} InvokeIDs ::= INTEGER (0..65535) -- The following ASN.1 definitions are taken from: -- Addressing-Data-Elements -- { -- itu-t recommendation h 450 1 version1(0) addressing-data-elements(9) -- } -- They are included here directly for simplicity. PresentedAddressScreened ::= CHOICE { presentationAllowedAddress AddressScreened, presentationRestricted NULL, numberNotAvailableDueToInterworking NULL, presentationRestrictedAddress AddressScreened, ... } PresentedAddressUnscreened ::= CHOICE { presentationAllowedAddress Address, presentationRestricted NULL, numberNotAvailableDueToInterworking NULL, presentationRestrictedAddress Address, ... } PresentedNumberScreened ::= CHOICE { presentationAllowedAddress NumberScreened, presentationRestricted NULL, numberNotAvailableDueToInterworking NULL, presentationRestrictedAddress NumberScreened, ... } PresentedNumberUnscreened ::= CHOICE { presentationAllowedAddress PartyNumber, presentationRestricted NULL, numberNotAvailableDueToInterworking NULL, presentationRestrictedAddress PartyNumber, ... } AddressScreened ::= SEQUENCE { partyNumber PartyNumber, screeningIndicator ScreeningIndicator, partySubaddress PartySubaddress OPTIONAL, ... } NumberScreened ::= SEQUENCE { partyNumber PartyNumber, screeningIndicator ScreeningIndicator, ... } Address ::= SEQUENCE { partyNumber PartyNumber, partySubaddress PartySubaddress OPTIONAL, ... } -- PartyNumber defined in Recommendation H.225.0 -- PublicPartyNumber defined in Recommendation H.225.0 -- PrivatePartyNumber defined in Recommendation H.225.0 -- NumberDigits defined in Recommendation H.225.0 -- PublicTypeOfNumber defined in Recommendation H.225.0 -- PrivateTypeOfNumber defined in Recommendation H.225.0 EndpointAddress ::= SEQUENCE { destinationAddress SEQUENCE OF AliasAddress, -- multiple alias addresses may be used to address the same H.323 endpoint remoteExtensionAddress AliasAddress OPTIONAL, ... } PartySubaddress ::= CHOICE { userSpecifiedSubaddress UserSpecifiedSubaddress, -- not recommended. nsapSubaddress NSAPSubaddress, -- according to Recommendation X.213. ... } UserSpecifiedSubaddress ::= SEQUENCE { subaddressInformation SubaddressInformation, oddCountIndicator BOOLEAN OPTIONAL, -- used when the coding of subaddress is BCD ... } NSAPSubaddress ::= OCTET STRING (SIZE(1..20)) -- specified according to X.213. Some networks may -- limit the subaddress value to some other length -- e.g. 4 octets SubaddressInformation ::= OCTET STRING (SIZE(1..20)) -- coded according to user requirements. Some networks -- may limit the subaddress value to some other length -- e.g. 4 octets ScreeningIndicator ::= ENUMERATED { userProvidedNotScreened (0), -- number was provided by a remote user -- , and has not been screened by a gatekeeper userProvidedVerifiedAndPassed (1), -- number was provided by a user -- equipment (or by a remote network), and has -- been screened by a gatekeeper userProvidedVerifiedAndFailed (2), -- not used, value reserved. networkProvided (3), -- number was provided by a gatekeeper ... } PresentationAllowedIndicator ::= BOOLEAN -- The following ASN.1 definitions are taken from: -- H4501-General-Error-List -- { -- itu-t recommendation h 450 1 version1(0) general-error-list (1) -- } -- They are included here directly for simplicity. -- The following errors are based on the error definitions of Recommendation Q.950. GeneralErrorList ::= ENUMERATED { userNotSubscribed (0), rejectedByNetwork (1), rejectedByUser (2), notAvailable (3), insufficientInformation (5), invalidServedUserNumber (6), invalidCallState (7), basicServiceNotProvided (8), notIncomingCall (9), supplementaryServiceInteractionNotAllowed (10), resourceUnavailable (11), callFailure (25), proceduralError (43) } -- The following ASN.1 definitions are taken from: -- H225-generic-parameters-definition -- { -- itu-t recommendation h 450 1 version1(0) h225-generic-parameters(6) -- } -- They are included here directly for simplicity. H225InformationElement ::= OCTET STRING -- The following ASN.1 definitions are taken from: -- Manufacturer-specific-service-extension-definition -- { -- itu-t recommendation h 450 1 version1(0) msi-definition (18) -- } -- They are included here directly for simplicity. Extension ::= SEQUENCE { extensionId Code, extensionArgument OCTET STRING -- extensionArgument is an Open Type constrained by the extensionId } END -- of H4501-Supplementary-ServiceAPDU-Structure openh323_v1_18_0/src/h4501.cxx0100644000176200056700000011467410251241421015711 0ustar releasepostincr// // h4501.cxx // // Code automatically generated by asnparse. // #ifdef P_USE_PRAGMA #pragma implementation "h4501.h" #endif #include #include "h4501.h" #define new PNEW #if ! H323_DISABLE_H4501 #ifndef PASN_NOPRINTON const static PASN_Names Names_H4501_EntityType[]={ {"endpoint",0} ,{"anyEntity",1} }; #endif // // EntityType // H4501_EntityType::H4501_EntityType(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4501_EntityType,2 #endif ) { } BOOL H4501_EntityType::CreateObject() { choice = (tag <= e_anyEntity) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H4501_EntityType::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4501_EntityType::Class()), PInvalidCast); #endif return new H4501_EntityType(*this); } // // AddressInformation // H4501_AddressInformation::H4501_AddressInformation(unsigned tag, PASN_Object::TagClass tagClass) : H225_AliasAddress(tag, tagClass) { } PObject * H4501_AddressInformation::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4501_AddressInformation::Class()), PInvalidCast); #endif return new H4501_AddressInformation(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4501_InterpretationApdu[]={ {"discardAnyUnrecognizedInvokePdu",0} ,{"clearCallIfAnyInvokePduNotRecognized",1} ,{"rejectAnyUnrecognizedInvokePdu",2} }; #endif // // InterpretationApdu // H4501_InterpretationApdu::H4501_InterpretationApdu(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4501_InterpretationApdu,3 #endif ) { } BOOL H4501_InterpretationApdu::CreateObject() { choice = (tag <= e_rejectAnyUnrecognizedInvokePdu) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H4501_InterpretationApdu::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4501_InterpretationApdu::Class()), PInvalidCast); #endif return new H4501_InterpretationApdu(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4501_ServiceApdus[]={ {"rosApdus",0} }; #endif // // ServiceApdus // H4501_ServiceApdus::H4501_ServiceApdus(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 1, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4501_ServiceApdus,1 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H4501_ServiceApdus::operator H4501_ArrayOf_ROS &() const #else H4501_ServiceApdus::operator H4501_ArrayOf_ROS &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4501_ArrayOf_ROS), PInvalidCast); #endif return *(H4501_ArrayOf_ROS *)choice; } H4501_ServiceApdus::operator const H4501_ArrayOf_ROS &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4501_ArrayOf_ROS), PInvalidCast); #endif return *(H4501_ArrayOf_ROS *)choice; } BOOL H4501_ServiceApdus::CreateObject() { switch (tag) { case e_rosApdus : choice = new H4501_ArrayOf_ROS(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, MaximumValue); return TRUE; } choice = NULL; return FALSE; } PObject * H4501_ServiceApdus::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4501_ServiceApdus::Class()), PInvalidCast); #endif return new H4501_ServiceApdus(*this); } // // InvokeIdSet // H4501_InvokeIdSet::H4501_InvokeIdSet(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { } H4501_InvokeIdSet & H4501_InvokeIdSet::operator=(int v) { SetValue(v); return *this; } H4501_InvokeIdSet & H4501_InvokeIdSet::operator=(unsigned v) { SetValue(v); return *this; } PObject * H4501_InvokeIdSet::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4501_InvokeIdSet::Class()), PInvalidCast); #endif return new H4501_InvokeIdSet(*this); } // // InvokeIDs // H4501_InvokeIDs::H4501_InvokeIDs(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } H4501_InvokeIDs & H4501_InvokeIDs::operator=(int v) { SetValue(v); return *this; } H4501_InvokeIDs & H4501_InvokeIDs::operator=(unsigned v) { SetValue(v); return *this; } PObject * H4501_InvokeIDs::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4501_InvokeIDs::Class()), PInvalidCast); #endif return new H4501_InvokeIDs(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4501_PresentedAddressScreened[]={ {"presentationAllowedAddress",0} ,{"presentationRestricted",1} ,{"numberNotAvailableDueToInterworking",2} ,{"presentationRestrictedAddress",3} }; #endif // // PresentedAddressScreened // H4501_PresentedAddressScreened::H4501_PresentedAddressScreened(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4501_PresentedAddressScreened,4 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H4501_PresentedAddressScreened::operator H4501_AddressScreened &() const #else H4501_PresentedAddressScreened::operator H4501_AddressScreened &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4501_AddressScreened), PInvalidCast); #endif return *(H4501_AddressScreened *)choice; } H4501_PresentedAddressScreened::operator const H4501_AddressScreened &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4501_AddressScreened), PInvalidCast); #endif return *(H4501_AddressScreened *)choice; } BOOL H4501_PresentedAddressScreened::CreateObject() { switch (tag) { case e_presentationAllowedAddress : case e_presentationRestrictedAddress : choice = new H4501_AddressScreened(); return TRUE; case e_presentationRestricted : case e_numberNotAvailableDueToInterworking : choice = new PASN_Null(); return TRUE; } choice = NULL; return FALSE; } PObject * H4501_PresentedAddressScreened::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4501_PresentedAddressScreened::Class()), PInvalidCast); #endif return new H4501_PresentedAddressScreened(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4501_PresentedAddressUnscreened[]={ {"presentationAllowedAddress",0} ,{"presentationRestricted",1} ,{"numberNotAvailableDueToInterworking",2} ,{"presentationRestrictedAddress",3} }; #endif // // PresentedAddressUnscreened // H4501_PresentedAddressUnscreened::H4501_PresentedAddressUnscreened(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4501_PresentedAddressUnscreened,4 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H4501_PresentedAddressUnscreened::operator H4501_Address &() const #else H4501_PresentedAddressUnscreened::operator H4501_Address &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4501_Address), PInvalidCast); #endif return *(H4501_Address *)choice; } H4501_PresentedAddressUnscreened::operator const H4501_Address &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4501_Address), PInvalidCast); #endif return *(H4501_Address *)choice; } BOOL H4501_PresentedAddressUnscreened::CreateObject() { switch (tag) { case e_presentationAllowedAddress : case e_presentationRestrictedAddress : choice = new H4501_Address(); return TRUE; case e_presentationRestricted : case e_numberNotAvailableDueToInterworking : choice = new PASN_Null(); return TRUE; } choice = NULL; return FALSE; } PObject * H4501_PresentedAddressUnscreened::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4501_PresentedAddressUnscreened::Class()), PInvalidCast); #endif return new H4501_PresentedAddressUnscreened(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4501_PresentedNumberScreened[]={ {"presentationAllowedAddress",0} ,{"presentationRestricted",1} ,{"numberNotAvailableDueToInterworking",2} ,{"presentationRestrictedAddress",3} }; #endif // // PresentedNumberScreened // H4501_PresentedNumberScreened::H4501_PresentedNumberScreened(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4501_PresentedNumberScreened,4 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H4501_PresentedNumberScreened::operator H4501_NumberScreened &() const #else H4501_PresentedNumberScreened::operator H4501_NumberScreened &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4501_NumberScreened), PInvalidCast); #endif return *(H4501_NumberScreened *)choice; } H4501_PresentedNumberScreened::operator const H4501_NumberScreened &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4501_NumberScreened), PInvalidCast); #endif return *(H4501_NumberScreened *)choice; } BOOL H4501_PresentedNumberScreened::CreateObject() { switch (tag) { case e_presentationAllowedAddress : case e_presentationRestrictedAddress : choice = new H4501_NumberScreened(); return TRUE; case e_presentationRestricted : case e_numberNotAvailableDueToInterworking : choice = new PASN_Null(); return TRUE; } choice = NULL; return FALSE; } PObject * H4501_PresentedNumberScreened::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4501_PresentedNumberScreened::Class()), PInvalidCast); #endif return new H4501_PresentedNumberScreened(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4501_PresentedNumberUnscreened[]={ {"presentationAllowedAddress",0} ,{"presentationRestricted",1} ,{"numberNotAvailableDueToInterworking",2} ,{"presentationRestrictedAddress",3} }; #endif // // PresentedNumberUnscreened // H4501_PresentedNumberUnscreened::H4501_PresentedNumberUnscreened(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4501_PresentedNumberUnscreened,4 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H4501_PresentedNumberUnscreened::operator H225_PartyNumber &() const #else H4501_PresentedNumberUnscreened::operator H225_PartyNumber &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_PartyNumber), PInvalidCast); #endif return *(H225_PartyNumber *)choice; } H4501_PresentedNumberUnscreened::operator const H225_PartyNumber &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_PartyNumber), PInvalidCast); #endif return *(H225_PartyNumber *)choice; } BOOL H4501_PresentedNumberUnscreened::CreateObject() { switch (tag) { case e_presentationAllowedAddress : case e_presentationRestrictedAddress : choice = new H225_PartyNumber(); return TRUE; case e_presentationRestricted : case e_numberNotAvailableDueToInterworking : choice = new PASN_Null(); return TRUE; } choice = NULL; return FALSE; } PObject * H4501_PresentedNumberUnscreened::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4501_PresentedNumberUnscreened::Class()), PInvalidCast); #endif return new H4501_PresentedNumberUnscreened(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4501_PartySubaddress[]={ {"userSpecifiedSubaddress",0} ,{"nsapSubaddress",1} }; #endif // // PartySubaddress // H4501_PartySubaddress::H4501_PartySubaddress(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4501_PartySubaddress,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H4501_PartySubaddress::operator H4501_UserSpecifiedSubaddress &() const #else H4501_PartySubaddress::operator H4501_UserSpecifiedSubaddress &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4501_UserSpecifiedSubaddress), PInvalidCast); #endif return *(H4501_UserSpecifiedSubaddress *)choice; } H4501_PartySubaddress::operator const H4501_UserSpecifiedSubaddress &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4501_UserSpecifiedSubaddress), PInvalidCast); #endif return *(H4501_UserSpecifiedSubaddress *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H4501_PartySubaddress::operator H4501_NSAPSubaddress &() const #else H4501_PartySubaddress::operator H4501_NSAPSubaddress &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4501_NSAPSubaddress), PInvalidCast); #endif return *(H4501_NSAPSubaddress *)choice; } H4501_PartySubaddress::operator const H4501_NSAPSubaddress &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4501_NSAPSubaddress), PInvalidCast); #endif return *(H4501_NSAPSubaddress *)choice; } BOOL H4501_PartySubaddress::CreateObject() { switch (tag) { case e_userSpecifiedSubaddress : choice = new H4501_UserSpecifiedSubaddress(); return TRUE; case e_nsapSubaddress : choice = new H4501_NSAPSubaddress(); return TRUE; } choice = NULL; return FALSE; } PObject * H4501_PartySubaddress::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4501_PartySubaddress::Class()), PInvalidCast); #endif return new H4501_PartySubaddress(*this); } // // NSAPSubaddress // H4501_NSAPSubaddress::H4501_NSAPSubaddress(unsigned tag, PASN_Object::TagClass tagClass) : PASN_OctetString(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 20); } H4501_NSAPSubaddress::H4501_NSAPSubaddress(const char * v) { SetValue(v); } H4501_NSAPSubaddress::H4501_NSAPSubaddress(const PString & v) { SetValue(v); } H4501_NSAPSubaddress::H4501_NSAPSubaddress(const PBYTEArray & v) { SetValue(v); } H4501_NSAPSubaddress & H4501_NSAPSubaddress::operator=(const char * v) { SetValue(v); return *this; } H4501_NSAPSubaddress & H4501_NSAPSubaddress::operator=(const PString & v) { SetValue(v); return *this; } H4501_NSAPSubaddress & H4501_NSAPSubaddress::operator=(const PBYTEArray & v) { SetValue(v); return *this; } PObject * H4501_NSAPSubaddress::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4501_NSAPSubaddress::Class()), PInvalidCast); #endif return new H4501_NSAPSubaddress(*this); } // // SubaddressInformation // H4501_SubaddressInformation::H4501_SubaddressInformation(unsigned tag, PASN_Object::TagClass tagClass) : PASN_OctetString(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 20); } H4501_SubaddressInformation::H4501_SubaddressInformation(const char * v) { SetValue(v); } H4501_SubaddressInformation::H4501_SubaddressInformation(const PString & v) { SetValue(v); } H4501_SubaddressInformation::H4501_SubaddressInformation(const PBYTEArray & v) { SetValue(v); } H4501_SubaddressInformation & H4501_SubaddressInformation::operator=(const char * v) { SetValue(v); return *this; } H4501_SubaddressInformation & H4501_SubaddressInformation::operator=(const PString & v) { SetValue(v); return *this; } H4501_SubaddressInformation & H4501_SubaddressInformation::operator=(const PBYTEArray & v) { SetValue(v); return *this; } PObject * H4501_SubaddressInformation::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4501_SubaddressInformation::Class()), PInvalidCast); #endif return new H4501_SubaddressInformation(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4501_ScreeningIndicator[]={ {"userProvidedNotScreened",0} ,{"userProvidedVerifiedAndPassed",1} ,{"userProvidedVerifiedAndFailed",2} ,{"networkProvided",3} }; #endif // // ScreeningIndicator // H4501_ScreeningIndicator::H4501_ScreeningIndicator(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4501_ScreeningIndicator,4 #endif ) { } H4501_ScreeningIndicator & H4501_ScreeningIndicator::operator=(unsigned v) { SetValue(v); return *this; } PObject * H4501_ScreeningIndicator::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4501_ScreeningIndicator::Class()), PInvalidCast); #endif return new H4501_ScreeningIndicator(*this); } // // PresentationAllowedIndicator // H4501_PresentationAllowedIndicator::H4501_PresentationAllowedIndicator(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Boolean(tag, tagClass) { } H4501_PresentationAllowedIndicator & H4501_PresentationAllowedIndicator::operator=(BOOL v) { SetValue(v); return *this; } PObject * H4501_PresentationAllowedIndicator::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4501_PresentationAllowedIndicator::Class()), PInvalidCast); #endif return new H4501_PresentationAllowedIndicator(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4501_GeneralErrorList[]={ {"userNotSubscribed",0} ,{"rejectedByNetwork",1} ,{"rejectedByUser",2} ,{"notAvailable",3} ,{"insufficientInformation",5} ,{"invalidServedUserNumber",6} ,{"invalidCallState",7} ,{"basicServiceNotProvided",8} ,{"notIncomingCall",9} ,{"supplementaryServiceInteractionNotAllowed",10} ,{"resourceUnavailable",11} ,{"callFailure",25} ,{"proceduralError",43} }; #endif // // GeneralErrorList // H4501_GeneralErrorList::H4501_GeneralErrorList(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 43, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4501_GeneralErrorList,13 #endif ) { } H4501_GeneralErrorList & H4501_GeneralErrorList::operator=(unsigned v) { SetValue(v); return *this; } PObject * H4501_GeneralErrorList::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4501_GeneralErrorList::Class()), PInvalidCast); #endif return new H4501_GeneralErrorList(*this); } // // H225InformationElement // H4501_H225InformationElement::H4501_H225InformationElement(unsigned tag, PASN_Object::TagClass tagClass) : PASN_OctetString(tag, tagClass) { } H4501_H225InformationElement::H4501_H225InformationElement(const char * v) { SetValue(v); } H4501_H225InformationElement::H4501_H225InformationElement(const PString & v) { SetValue(v); } H4501_H225InformationElement::H4501_H225InformationElement(const PBYTEArray & v) { SetValue(v); } H4501_H225InformationElement & H4501_H225InformationElement::operator=(const char * v) { SetValue(v); return *this; } H4501_H225InformationElement & H4501_H225InformationElement::operator=(const PString & v) { SetValue(v); return *this; } H4501_H225InformationElement & H4501_H225InformationElement::operator=(const PBYTEArray & v) { SetValue(v); return *this; } PObject * H4501_H225InformationElement::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4501_H225InformationElement::Class()), PInvalidCast); #endif return new H4501_H225InformationElement(*this); } // // Extension // H4501_Extension::H4501_Extension(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void H4501_Extension::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+14) << "extensionId = " << setprecision(indent) << m_extensionId << '\n'; strm << setw(indent+20) << "extensionArgument = " << setprecision(indent) << m_extensionArgument << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4501_Extension::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4501_Extension), PInvalidCast); #endif const H4501_Extension & other = (const H4501_Extension &)obj; Comparison result; if ((result = m_extensionId.Compare(other.m_extensionId)) != EqualTo) return result; if ((result = m_extensionArgument.Compare(other.m_extensionArgument)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4501_Extension::GetDataLength() const { PINDEX length = 0; length += m_extensionId.GetObjectLength(); length += m_extensionArgument.GetObjectLength(); return length; } BOOL H4501_Extension::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_extensionId.Decode(strm)) return FALSE; if (!m_extensionArgument.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4501_Extension::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_extensionId.Encode(strm); m_extensionArgument.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4501_Extension::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4501_Extension::Class()), PInvalidCast); #endif return new H4501_Extension(*this); } // // ArrayOf_ROS // H4501_ArrayOf_ROS::H4501_ArrayOf_ROS(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H4501_ArrayOf_ROS::CreateObject() const { return new X880_ROS; } X880_ROS & H4501_ArrayOf_ROS::operator[](PINDEX i) const { return (X880_ROS &)array[i]; } PObject * H4501_ArrayOf_ROS::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4501_ArrayOf_ROS::Class()), PInvalidCast); #endif return new H4501_ArrayOf_ROS(*this); } // // ArrayOf_AliasAddress // H4501_ArrayOf_AliasAddress::H4501_ArrayOf_AliasAddress(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H4501_ArrayOf_AliasAddress::CreateObject() const { return new H225_AliasAddress; } H225_AliasAddress & H4501_ArrayOf_AliasAddress::operator[](PINDEX i) const { return (H225_AliasAddress &)array[i]; } PObject * H4501_ArrayOf_AliasAddress::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4501_ArrayOf_AliasAddress::Class()), PInvalidCast); #endif return new H4501_ArrayOf_AliasAddress(*this); } // // NetworkFacilityExtension // H4501_NetworkFacilityExtension::H4501_NetworkFacilityExtension(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { } #ifndef PASN_NOPRINTON void H4501_NetworkFacilityExtension::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "sourceEntity = " << setprecision(indent) << m_sourceEntity << '\n'; if (HasOptionalField(e_sourceEntityAddress)) strm << setw(indent+22) << "sourceEntityAddress = " << setprecision(indent) << m_sourceEntityAddress << '\n'; strm << setw(indent+20) << "destinationEntity = " << setprecision(indent) << m_destinationEntity << '\n'; if (HasOptionalField(e_destinationEntityAddress)) strm << setw(indent+27) << "destinationEntityAddress = " << setprecision(indent) << m_destinationEntityAddress << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4501_NetworkFacilityExtension::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4501_NetworkFacilityExtension), PInvalidCast); #endif const H4501_NetworkFacilityExtension & other = (const H4501_NetworkFacilityExtension &)obj; Comparison result; if ((result = m_sourceEntity.Compare(other.m_sourceEntity)) != EqualTo) return result; if ((result = m_sourceEntityAddress.Compare(other.m_sourceEntityAddress)) != EqualTo) return result; if ((result = m_destinationEntity.Compare(other.m_destinationEntity)) != EqualTo) return result; if ((result = m_destinationEntityAddress.Compare(other.m_destinationEntityAddress)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4501_NetworkFacilityExtension::GetDataLength() const { PINDEX length = 0; length += m_sourceEntity.GetObjectLength(); if (HasOptionalField(e_sourceEntityAddress)) length += m_sourceEntityAddress.GetObjectLength(); length += m_destinationEntity.GetObjectLength(); if (HasOptionalField(e_destinationEntityAddress)) length += m_destinationEntityAddress.GetObjectLength(); return length; } BOOL H4501_NetworkFacilityExtension::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_sourceEntity.Decode(strm)) return FALSE; if (HasOptionalField(e_sourceEntityAddress) && !m_sourceEntityAddress.Decode(strm)) return FALSE; if (!m_destinationEntity.Decode(strm)) return FALSE; if (HasOptionalField(e_destinationEntityAddress) && !m_destinationEntityAddress.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4501_NetworkFacilityExtension::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_sourceEntity.Encode(strm); if (HasOptionalField(e_sourceEntityAddress)) m_sourceEntityAddress.Encode(strm); m_destinationEntity.Encode(strm); if (HasOptionalField(e_destinationEntityAddress)) m_destinationEntityAddress.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4501_NetworkFacilityExtension::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4501_NetworkFacilityExtension::Class()), PInvalidCast); #endif return new H4501_NetworkFacilityExtension(*this); } // // AddressScreened // H4501_AddressScreened::H4501_AddressScreened(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H4501_AddressScreened::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+14) << "partyNumber = " << setprecision(indent) << m_partyNumber << '\n'; strm << setw(indent+21) << "screeningIndicator = " << setprecision(indent) << m_screeningIndicator << '\n'; if (HasOptionalField(e_partySubaddress)) strm << setw(indent+18) << "partySubaddress = " << setprecision(indent) << m_partySubaddress << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4501_AddressScreened::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4501_AddressScreened), PInvalidCast); #endif const H4501_AddressScreened & other = (const H4501_AddressScreened &)obj; Comparison result; if ((result = m_partyNumber.Compare(other.m_partyNumber)) != EqualTo) return result; if ((result = m_screeningIndicator.Compare(other.m_screeningIndicator)) != EqualTo) return result; if ((result = m_partySubaddress.Compare(other.m_partySubaddress)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4501_AddressScreened::GetDataLength() const { PINDEX length = 0; length += m_partyNumber.GetObjectLength(); length += m_screeningIndicator.GetObjectLength(); if (HasOptionalField(e_partySubaddress)) length += m_partySubaddress.GetObjectLength(); return length; } BOOL H4501_AddressScreened::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_partyNumber.Decode(strm)) return FALSE; if (!m_screeningIndicator.Decode(strm)) return FALSE; if (HasOptionalField(e_partySubaddress) && !m_partySubaddress.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4501_AddressScreened::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_partyNumber.Encode(strm); m_screeningIndicator.Encode(strm); if (HasOptionalField(e_partySubaddress)) m_partySubaddress.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4501_AddressScreened::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4501_AddressScreened::Class()), PInvalidCast); #endif return new H4501_AddressScreened(*this); } // // NumberScreened // H4501_NumberScreened::H4501_NumberScreened(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H4501_NumberScreened::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+14) << "partyNumber = " << setprecision(indent) << m_partyNumber << '\n'; strm << setw(indent+21) << "screeningIndicator = " << setprecision(indent) << m_screeningIndicator << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4501_NumberScreened::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4501_NumberScreened), PInvalidCast); #endif const H4501_NumberScreened & other = (const H4501_NumberScreened &)obj; Comparison result; if ((result = m_partyNumber.Compare(other.m_partyNumber)) != EqualTo) return result; if ((result = m_screeningIndicator.Compare(other.m_screeningIndicator)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4501_NumberScreened::GetDataLength() const { PINDEX length = 0; length += m_partyNumber.GetObjectLength(); length += m_screeningIndicator.GetObjectLength(); return length; } BOOL H4501_NumberScreened::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_partyNumber.Decode(strm)) return FALSE; if (!m_screeningIndicator.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4501_NumberScreened::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_partyNumber.Encode(strm); m_screeningIndicator.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4501_NumberScreened::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4501_NumberScreened::Class()), PInvalidCast); #endif return new H4501_NumberScreened(*this); } // // Address // H4501_Address::H4501_Address(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H4501_Address::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+14) << "partyNumber = " << setprecision(indent) << m_partyNumber << '\n'; if (HasOptionalField(e_partySubaddress)) strm << setw(indent+18) << "partySubaddress = " << setprecision(indent) << m_partySubaddress << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4501_Address::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4501_Address), PInvalidCast); #endif const H4501_Address & other = (const H4501_Address &)obj; Comparison result; if ((result = m_partyNumber.Compare(other.m_partyNumber)) != EqualTo) return result; if ((result = m_partySubaddress.Compare(other.m_partySubaddress)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4501_Address::GetDataLength() const { PINDEX length = 0; length += m_partyNumber.GetObjectLength(); if (HasOptionalField(e_partySubaddress)) length += m_partySubaddress.GetObjectLength(); return length; } BOOL H4501_Address::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_partyNumber.Decode(strm)) return FALSE; if (HasOptionalField(e_partySubaddress) && !m_partySubaddress.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4501_Address::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_partyNumber.Encode(strm); if (HasOptionalField(e_partySubaddress)) m_partySubaddress.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4501_Address::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4501_Address::Class()), PInvalidCast); #endif return new H4501_Address(*this); } // // EndpointAddress // H4501_EndpointAddress::H4501_EndpointAddress(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H4501_EndpointAddress::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+21) << "destinationAddress = " << setprecision(indent) << m_destinationAddress << '\n'; if (HasOptionalField(e_remoteExtensionAddress)) strm << setw(indent+25) << "remoteExtensionAddress = " << setprecision(indent) << m_remoteExtensionAddress << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4501_EndpointAddress::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4501_EndpointAddress), PInvalidCast); #endif const H4501_EndpointAddress & other = (const H4501_EndpointAddress &)obj; Comparison result; if ((result = m_destinationAddress.Compare(other.m_destinationAddress)) != EqualTo) return result; if ((result = m_remoteExtensionAddress.Compare(other.m_remoteExtensionAddress)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4501_EndpointAddress::GetDataLength() const { PINDEX length = 0; length += m_destinationAddress.GetObjectLength(); if (HasOptionalField(e_remoteExtensionAddress)) length += m_remoteExtensionAddress.GetObjectLength(); return length; } BOOL H4501_EndpointAddress::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_destinationAddress.Decode(strm)) return FALSE; if (HasOptionalField(e_remoteExtensionAddress) && !m_remoteExtensionAddress.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4501_EndpointAddress::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_destinationAddress.Encode(strm); if (HasOptionalField(e_remoteExtensionAddress)) m_remoteExtensionAddress.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4501_EndpointAddress::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4501_EndpointAddress::Class()), PInvalidCast); #endif return new H4501_EndpointAddress(*this); } // // UserSpecifiedSubaddress // H4501_UserSpecifiedSubaddress::H4501_UserSpecifiedSubaddress(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H4501_UserSpecifiedSubaddress::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+24) << "subaddressInformation = " << setprecision(indent) << m_subaddressInformation << '\n'; if (HasOptionalField(e_oddCountIndicator)) strm << setw(indent+20) << "oddCountIndicator = " << setprecision(indent) << m_oddCountIndicator << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4501_UserSpecifiedSubaddress::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4501_UserSpecifiedSubaddress), PInvalidCast); #endif const H4501_UserSpecifiedSubaddress & other = (const H4501_UserSpecifiedSubaddress &)obj; Comparison result; if ((result = m_subaddressInformation.Compare(other.m_subaddressInformation)) != EqualTo) return result; if ((result = m_oddCountIndicator.Compare(other.m_oddCountIndicator)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4501_UserSpecifiedSubaddress::GetDataLength() const { PINDEX length = 0; length += m_subaddressInformation.GetObjectLength(); if (HasOptionalField(e_oddCountIndicator)) length += m_oddCountIndicator.GetObjectLength(); return length; } BOOL H4501_UserSpecifiedSubaddress::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_subaddressInformation.Decode(strm)) return FALSE; if (HasOptionalField(e_oddCountIndicator) && !m_oddCountIndicator.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4501_UserSpecifiedSubaddress::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_subaddressInformation.Encode(strm); if (HasOptionalField(e_oddCountIndicator)) m_oddCountIndicator.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4501_UserSpecifiedSubaddress::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4501_UserSpecifiedSubaddress::Class()), PInvalidCast); #endif return new H4501_UserSpecifiedSubaddress(*this); } // // SupplementaryService // H4501_SupplementaryService::H4501_SupplementaryService(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { } #ifndef PASN_NOPRINTON void H4501_SupplementaryService::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_networkFacilityExtension)) strm << setw(indent+27) << "networkFacilityExtension = " << setprecision(indent) << m_networkFacilityExtension << '\n'; if (HasOptionalField(e_interpretationApdu)) strm << setw(indent+21) << "interpretationApdu = " << setprecision(indent) << m_interpretationApdu << '\n'; strm << setw(indent+14) << "serviceApdu = " << setprecision(indent) << m_serviceApdu << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4501_SupplementaryService::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4501_SupplementaryService), PInvalidCast); #endif const H4501_SupplementaryService & other = (const H4501_SupplementaryService &)obj; Comparison result; if ((result = m_networkFacilityExtension.Compare(other.m_networkFacilityExtension)) != EqualTo) return result; if ((result = m_interpretationApdu.Compare(other.m_interpretationApdu)) != EqualTo) return result; if ((result = m_serviceApdu.Compare(other.m_serviceApdu)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4501_SupplementaryService::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_networkFacilityExtension)) length += m_networkFacilityExtension.GetObjectLength(); if (HasOptionalField(e_interpretationApdu)) length += m_interpretationApdu.GetObjectLength(); length += m_serviceApdu.GetObjectLength(); return length; } BOOL H4501_SupplementaryService::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_networkFacilityExtension) && !m_networkFacilityExtension.Decode(strm)) return FALSE; if (HasOptionalField(e_interpretationApdu) && !m_interpretationApdu.Decode(strm)) return FALSE; if (!m_serviceApdu.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4501_SupplementaryService::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_networkFacilityExtension)) m_networkFacilityExtension.Encode(strm); if (HasOptionalField(e_interpretationApdu)) m_interpretationApdu.Encode(strm); m_serviceApdu.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4501_SupplementaryService::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4501_SupplementaryService::Class()), PInvalidCast); #endif return new H4501_SupplementaryService(*this); } #endif // if ! H323_DISABLE_H4501 // End of h4501.cxx openh323_v1_18_0/src/h45010.asn0100644000176200056700000000174607274401207015756 0ustar releasepostincrCall-Offer-Operations { itu-t recommendation h 450 10 version1(0) call-offer-operations(0) } DEFINITIONS AUTOMATIC TAGS ::= BEGIN IMPORTS MixedExtension FROM H4504 -- Call-Hold-Operations { itu-t recommendation h 450 4 version1(0) call-hold-operations(0) } callWaiting FROM H4506 -- Call-Waiting-Operations { itu-t recommendation h 450 6 version1(0) call-waiting-operations(0) }; H323CallOfferOperations ::= ENUMERATED { callOfferRequest(34), -- callWaiting(105), Imported from H.450.6 remoteUserAlerting(115), cfbOverride(49) } CoReqOptArg ::= SEQUENCE { extension SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } RUAlertOptArg ::= SEQUENCE { extension SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } CfbOvrOptArg ::= SEQUENCE { extension SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } END -- of Call-Offer-Operations openh323_v1_18_0/src/h45010.cxx0100644000176200056700000001554110251241421015762 0ustar releasepostincr// // h45010.cxx // // Code automatically generated by asnparse. // #ifdef P_USE_PRAGMA #pragma implementation "h45010.h" #endif #include #include "h45010.h" #define new PNEW #if ! H323_DISABLE_H45010 #ifndef PASN_NOPRINTON const static PASN_Names Names_H45010_H323CallOfferOperations[]={ {"callOfferRequest",34} ,{"remoteUserAlerting",115} ,{"cfbOverride",49} }; #endif // // H323CallOfferOperations // H45010_H323CallOfferOperations::H45010_H323CallOfferOperations(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 115, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H45010_H323CallOfferOperations,3 #endif ) { } H45010_H323CallOfferOperations & H45010_H323CallOfferOperations::operator=(unsigned v) { SetValue(v); return *this; } PObject * H45010_H323CallOfferOperations::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H45010_H323CallOfferOperations::Class()), PInvalidCast); #endif return new H45010_H323CallOfferOperations(*this); } // // ArrayOf_MixedExtension // H45010_ArrayOf_MixedExtension::H45010_ArrayOf_MixedExtension(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H45010_ArrayOf_MixedExtension::CreateObject() const { return new H4504_MixedExtension; } H4504_MixedExtension & H45010_ArrayOf_MixedExtension::operator[](PINDEX i) const { return (H4504_MixedExtension &)array[i]; } PObject * H45010_ArrayOf_MixedExtension::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H45010_ArrayOf_MixedExtension::Class()), PInvalidCast); #endif return new H45010_ArrayOf_MixedExtension(*this); } // // CoReqOptArg // H45010_CoReqOptArg::H45010_CoReqOptArg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_extension.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H45010_CoReqOptArg::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_extension)) strm << setw(indent+12) << "extension = " << setprecision(indent) << m_extension << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H45010_CoReqOptArg::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H45010_CoReqOptArg), PInvalidCast); #endif const H45010_CoReqOptArg & other = (const H45010_CoReqOptArg &)obj; Comparison result; if ((result = m_extension.Compare(other.m_extension)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H45010_CoReqOptArg::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_extension)) length += m_extension.GetObjectLength(); return length; } BOOL H45010_CoReqOptArg::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_extension) && !m_extension.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H45010_CoReqOptArg::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_extension)) m_extension.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H45010_CoReqOptArg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H45010_CoReqOptArg::Class()), PInvalidCast); #endif return new H45010_CoReqOptArg(*this); } // // RUAlertOptArg // H45010_RUAlertOptArg::H45010_RUAlertOptArg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_extension.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H45010_RUAlertOptArg::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_extension)) strm << setw(indent+12) << "extension = " << setprecision(indent) << m_extension << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H45010_RUAlertOptArg::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H45010_RUAlertOptArg), PInvalidCast); #endif const H45010_RUAlertOptArg & other = (const H45010_RUAlertOptArg &)obj; Comparison result; if ((result = m_extension.Compare(other.m_extension)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H45010_RUAlertOptArg::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_extension)) length += m_extension.GetObjectLength(); return length; } BOOL H45010_RUAlertOptArg::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_extension) && !m_extension.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H45010_RUAlertOptArg::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_extension)) m_extension.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H45010_RUAlertOptArg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H45010_RUAlertOptArg::Class()), PInvalidCast); #endif return new H45010_RUAlertOptArg(*this); } // // CfbOvrOptArg // H45010_CfbOvrOptArg::H45010_CfbOvrOptArg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_extension.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H45010_CfbOvrOptArg::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_extension)) strm << setw(indent+12) << "extension = " << setprecision(indent) << m_extension << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H45010_CfbOvrOptArg::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H45010_CfbOvrOptArg), PInvalidCast); #endif const H45010_CfbOvrOptArg & other = (const H45010_CfbOvrOptArg &)obj; Comparison result; if ((result = m_extension.Compare(other.m_extension)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H45010_CfbOvrOptArg::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_extension)) length += m_extension.GetObjectLength(); return length; } BOOL H45010_CfbOvrOptArg::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_extension) && !m_extension.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H45010_CfbOvrOptArg::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_extension)) m_extension.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H45010_CfbOvrOptArg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H45010_CfbOvrOptArg::Class()), PInvalidCast); #endif return new H45010_CfbOvrOptArg(*this); } #endif // if ! H323_DISABLE_H45010 // End of h45010.cxx openh323_v1_18_0/src/h45011.asn0100644000176200056700000001033307274401207015747 0ustar releasepostincrCall-Intrusion-Operations { itu-t recommendation h 450 11 version1(0) call-intrusion-operations(0) } DEFINITIONS AUTOMATIC TAGS ::= BEGIN IMPORTS CallIdentifier FROM H225 -- H323-MESSAGES see H.225.0 MixedExtension, undefined FROM H4504 -- Call-Hold-Operations { itu-t recommendation h 450 4 version1(0) call-hold-operations(0) } notAvailable, supplementaryServiceInteractionNotAllowed FROM H4501 -- H4501-General-Error-List { itu-t recommendation h 450 1 version1(0) general-error-list (1) } callWaiting FROM H4506 -- Call-Waiting-Operations { itu-t recommendation h 450 6 version1(0) call-waiting-operations(0) } cfbOverride, remoteUserAlerting FROM H45010 -- Call-Offer-Operations { itu-t recommendation h 450 10 version1(0) call-offer-operations(0) }; H323CallIntrusionOperations ::= ENUMERATED { callIntrusionRequest(43), callIntrusionGetCIPL(44), callIntrusionIsolate(45), callIntrusionForcedRelease(46), callIntrusionWOBRequest(47), callIntrusionSilentMonitor(116), callIntrusionNotification(117) -- cfbOverride(49), Imported from H.450.10 -- remoteUserAlerting(115), Imported from H.450.10 -- callWaiting(105) Imported from H.450.6 } -- callWaiting is only used for interaction with Call Transfer -- CIRequestArg ::= SEQUENCE { ciCapabilityLevel CICapabilityLevel, argumentExtension SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } CIRequestRes ::= SEQUENCE { ciStatusInformation CIStatusInformation, resultExtension SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } CIGetCIPLOptArg ::= SEQUENCE { argumentExtension SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } CIGetCIPLRes ::= SEQUENCE { ciProtectionLevel CIProtectionLevel, silentMonitoringPermitted NULL OPTIONAL, resultExtension SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } CIIsOptArg ::= SEQUENCE { argumentExtension SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } CIIsOptRes ::= SEQUENCE { resultExtension SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } CIFrcRelArg ::= SEQUENCE { ciCapabilityLevel CICapabilityLevel, argumentExtension SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } CIFrcRelOptRes ::= SEQUENCE { resultExtension SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } CIWobOptArg ::= SEQUENCE { argumentExtension SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } CIWobOptRes ::= SEQUENCE { resultExtension SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } CISilentArg ::= SEQUENCE { ciCapabilityLevel CICapabilityLevel, specificCall CallIdentifier OPTIONAL, argumentExtension SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } CISilentOptRes ::= SEQUENCE { resultExtension SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } CINotificationArg ::= SEQUENCE { ciStatusInformation CIStatusInformation, argumentExtension SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } CICapabilityLevel ::= INTEGER --(1..3) { intrusionLowCap(1), intrusionMediumCap(2), intrusionHighCap(3) } CIProtectionLevel ::= INTEGER --(0..3) { lowProtection(0), mediumProtection(1), highProtection(2), fullProtection(3) } CIStatusInformation ::= CHOICE { callIntrusionImpending NULL, callIntruded NULL, callIsolated NULL, callForceReleased NULL, callIntrusionComplete NULL, callIntrusionEnd NULL, ... } CallIntrusionErrors ::= ENUMERATED { notBusy(1009), -- used when the called user is not busy temporarilyUnavailable(1000), -- used when conditions for invocation of SS-CI are momentarily not met notAuthorized(1007) -- used when a SS-CI request is rejected because of insufficient CICL or -- if silent monitoring is not permitted } END -- of Call-Intrusion-Operations openh323_v1_18_0/src/h45011.cxx0100644000176200056700000007653210251241421015772 0ustar releasepostincr// // h45011.cxx // // Code automatically generated by asnparse. // #ifdef P_USE_PRAGMA #pragma implementation "h45011.h" #endif #include #include "h45011.h" #define new PNEW #if ! H323_DISABLE_H45011 #ifndef PASN_NOPRINTON const static PASN_Names Names_H45011_H323CallIntrusionOperations[]={ {"callIntrusionRequest",43} ,{"callIntrusionGetCIPL",44} ,{"callIntrusionIsolate",45} ,{"callIntrusionForcedRelease",46} ,{"callIntrusionWOBRequest",47} ,{"callIntrusionSilentMonitor",116} ,{"callIntrusionNotification",117} }; #endif // // H323CallIntrusionOperations // H45011_H323CallIntrusionOperations::H45011_H323CallIntrusionOperations(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 117, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H45011_H323CallIntrusionOperations,7 #endif ) { } H45011_H323CallIntrusionOperations & H45011_H323CallIntrusionOperations::operator=(unsigned v) { SetValue(v); return *this; } PObject * H45011_H323CallIntrusionOperations::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H45011_H323CallIntrusionOperations::Class()), PInvalidCast); #endif return new H45011_H323CallIntrusionOperations(*this); } // // CICapabilityLevel // H45011_CICapabilityLevel::H45011_CICapabilityLevel(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { } H45011_CICapabilityLevel & H45011_CICapabilityLevel::operator=(int v) { SetValue(v); return *this; } H45011_CICapabilityLevel & H45011_CICapabilityLevel::operator=(unsigned v) { SetValue(v); return *this; } PObject * H45011_CICapabilityLevel::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H45011_CICapabilityLevel::Class()), PInvalidCast); #endif return new H45011_CICapabilityLevel(*this); } // // CIProtectionLevel // H45011_CIProtectionLevel::H45011_CIProtectionLevel(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { } H45011_CIProtectionLevel & H45011_CIProtectionLevel::operator=(int v) { SetValue(v); return *this; } H45011_CIProtectionLevel & H45011_CIProtectionLevel::operator=(unsigned v) { SetValue(v); return *this; } PObject * H45011_CIProtectionLevel::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H45011_CIProtectionLevel::Class()), PInvalidCast); #endif return new H45011_CIProtectionLevel(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H45011_CIStatusInformation[]={ {"callIntrusionImpending",0} ,{"callIntruded",1} ,{"callIsolated",2} ,{"callForceReleased",3} ,{"callIntrusionComplete",4} ,{"callIntrusionEnd",5} }; #endif // // CIStatusInformation // H45011_CIStatusInformation::H45011_CIStatusInformation(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 6, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H45011_CIStatusInformation,6 #endif ) { } BOOL H45011_CIStatusInformation::CreateObject() { choice = (tag <= e_callIntrusionEnd) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H45011_CIStatusInformation::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H45011_CIStatusInformation::Class()), PInvalidCast); #endif return new H45011_CIStatusInformation(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H45011_CallIntrusionErrors[]={ {"notBusy",1009} ,{"temporarilyUnavailable",1000} ,{"notAuthorized",1007} }; #endif // // CallIntrusionErrors // H45011_CallIntrusionErrors::H45011_CallIntrusionErrors(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 1009, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H45011_CallIntrusionErrors,3 #endif ) { } H45011_CallIntrusionErrors & H45011_CallIntrusionErrors::operator=(unsigned v) { SetValue(v); return *this; } PObject * H45011_CallIntrusionErrors::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H45011_CallIntrusionErrors::Class()), PInvalidCast); #endif return new H45011_CallIntrusionErrors(*this); } // // ArrayOf_MixedExtension // H45011_ArrayOf_MixedExtension::H45011_ArrayOf_MixedExtension(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H45011_ArrayOf_MixedExtension::CreateObject() const { return new H4504_MixedExtension; } H4504_MixedExtension & H45011_ArrayOf_MixedExtension::operator[](PINDEX i) const { return (H4504_MixedExtension &)array[i]; } PObject * H45011_ArrayOf_MixedExtension::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H45011_ArrayOf_MixedExtension::Class()), PInvalidCast); #endif return new H45011_ArrayOf_MixedExtension(*this); } // // CIRequestArg // H45011_CIRequestArg::H45011_CIRequestArg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_argumentExtension.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H45011_CIRequestArg::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+20) << "ciCapabilityLevel = " << setprecision(indent) << m_ciCapabilityLevel << '\n'; if (HasOptionalField(e_argumentExtension)) strm << setw(indent+20) << "argumentExtension = " << setprecision(indent) << m_argumentExtension << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H45011_CIRequestArg::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H45011_CIRequestArg), PInvalidCast); #endif const H45011_CIRequestArg & other = (const H45011_CIRequestArg &)obj; Comparison result; if ((result = m_ciCapabilityLevel.Compare(other.m_ciCapabilityLevel)) != EqualTo) return result; if ((result = m_argumentExtension.Compare(other.m_argumentExtension)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H45011_CIRequestArg::GetDataLength() const { PINDEX length = 0; length += m_ciCapabilityLevel.GetObjectLength(); if (HasOptionalField(e_argumentExtension)) length += m_argumentExtension.GetObjectLength(); return length; } BOOL H45011_CIRequestArg::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_ciCapabilityLevel.Decode(strm)) return FALSE; if (HasOptionalField(e_argumentExtension) && !m_argumentExtension.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H45011_CIRequestArg::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_ciCapabilityLevel.Encode(strm); if (HasOptionalField(e_argumentExtension)) m_argumentExtension.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H45011_CIRequestArg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H45011_CIRequestArg::Class()), PInvalidCast); #endif return new H45011_CIRequestArg(*this); } // // CIRequestRes // H45011_CIRequestRes::H45011_CIRequestRes(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_resultExtension.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H45011_CIRequestRes::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+22) << "ciStatusInformation = " << setprecision(indent) << m_ciStatusInformation << '\n'; if (HasOptionalField(e_resultExtension)) strm << setw(indent+18) << "resultExtension = " << setprecision(indent) << m_resultExtension << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H45011_CIRequestRes::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H45011_CIRequestRes), PInvalidCast); #endif const H45011_CIRequestRes & other = (const H45011_CIRequestRes &)obj; Comparison result; if ((result = m_ciStatusInformation.Compare(other.m_ciStatusInformation)) != EqualTo) return result; if ((result = m_resultExtension.Compare(other.m_resultExtension)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H45011_CIRequestRes::GetDataLength() const { PINDEX length = 0; length += m_ciStatusInformation.GetObjectLength(); if (HasOptionalField(e_resultExtension)) length += m_resultExtension.GetObjectLength(); return length; } BOOL H45011_CIRequestRes::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_ciStatusInformation.Decode(strm)) return FALSE; if (HasOptionalField(e_resultExtension) && !m_resultExtension.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H45011_CIRequestRes::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_ciStatusInformation.Encode(strm); if (HasOptionalField(e_resultExtension)) m_resultExtension.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H45011_CIRequestRes::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H45011_CIRequestRes::Class()), PInvalidCast); #endif return new H45011_CIRequestRes(*this); } // // CIGetCIPLOptArg // H45011_CIGetCIPLOptArg::H45011_CIGetCIPLOptArg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_argumentExtension.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H45011_CIGetCIPLOptArg::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_argumentExtension)) strm << setw(indent+20) << "argumentExtension = " << setprecision(indent) << m_argumentExtension << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H45011_CIGetCIPLOptArg::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H45011_CIGetCIPLOptArg), PInvalidCast); #endif const H45011_CIGetCIPLOptArg & other = (const H45011_CIGetCIPLOptArg &)obj; Comparison result; if ((result = m_argumentExtension.Compare(other.m_argumentExtension)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H45011_CIGetCIPLOptArg::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_argumentExtension)) length += m_argumentExtension.GetObjectLength(); return length; } BOOL H45011_CIGetCIPLOptArg::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_argumentExtension) && !m_argumentExtension.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H45011_CIGetCIPLOptArg::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_argumentExtension)) m_argumentExtension.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H45011_CIGetCIPLOptArg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H45011_CIGetCIPLOptArg::Class()), PInvalidCast); #endif return new H45011_CIGetCIPLOptArg(*this); } // // CIGetCIPLRes // H45011_CIGetCIPLRes::H45011_CIGetCIPLRes(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { m_resultExtension.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H45011_CIGetCIPLRes::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+20) << "ciProtectionLevel = " << setprecision(indent) << m_ciProtectionLevel << '\n'; if (HasOptionalField(e_silentMonitoringPermitted)) strm << setw(indent+28) << "silentMonitoringPermitted = " << setprecision(indent) << m_silentMonitoringPermitted << '\n'; if (HasOptionalField(e_resultExtension)) strm << setw(indent+18) << "resultExtension = " << setprecision(indent) << m_resultExtension << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H45011_CIGetCIPLRes::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H45011_CIGetCIPLRes), PInvalidCast); #endif const H45011_CIGetCIPLRes & other = (const H45011_CIGetCIPLRes &)obj; Comparison result; if ((result = m_ciProtectionLevel.Compare(other.m_ciProtectionLevel)) != EqualTo) return result; if ((result = m_silentMonitoringPermitted.Compare(other.m_silentMonitoringPermitted)) != EqualTo) return result; if ((result = m_resultExtension.Compare(other.m_resultExtension)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H45011_CIGetCIPLRes::GetDataLength() const { PINDEX length = 0; length += m_ciProtectionLevel.GetObjectLength(); if (HasOptionalField(e_silentMonitoringPermitted)) length += m_silentMonitoringPermitted.GetObjectLength(); if (HasOptionalField(e_resultExtension)) length += m_resultExtension.GetObjectLength(); return length; } BOOL H45011_CIGetCIPLRes::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_ciProtectionLevel.Decode(strm)) return FALSE; if (HasOptionalField(e_silentMonitoringPermitted) && !m_silentMonitoringPermitted.Decode(strm)) return FALSE; if (HasOptionalField(e_resultExtension) && !m_resultExtension.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H45011_CIGetCIPLRes::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_ciProtectionLevel.Encode(strm); if (HasOptionalField(e_silentMonitoringPermitted)) m_silentMonitoringPermitted.Encode(strm); if (HasOptionalField(e_resultExtension)) m_resultExtension.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H45011_CIGetCIPLRes::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H45011_CIGetCIPLRes::Class()), PInvalidCast); #endif return new H45011_CIGetCIPLRes(*this); } // // CIIsOptArg // H45011_CIIsOptArg::H45011_CIIsOptArg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_argumentExtension.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H45011_CIIsOptArg::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_argumentExtension)) strm << setw(indent+20) << "argumentExtension = " << setprecision(indent) << m_argumentExtension << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H45011_CIIsOptArg::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H45011_CIIsOptArg), PInvalidCast); #endif const H45011_CIIsOptArg & other = (const H45011_CIIsOptArg &)obj; Comparison result; if ((result = m_argumentExtension.Compare(other.m_argumentExtension)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H45011_CIIsOptArg::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_argumentExtension)) length += m_argumentExtension.GetObjectLength(); return length; } BOOL H45011_CIIsOptArg::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_argumentExtension) && !m_argumentExtension.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H45011_CIIsOptArg::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_argumentExtension)) m_argumentExtension.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H45011_CIIsOptArg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H45011_CIIsOptArg::Class()), PInvalidCast); #endif return new H45011_CIIsOptArg(*this); } // // CIIsOptRes // H45011_CIIsOptRes::H45011_CIIsOptRes(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_resultExtension.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H45011_CIIsOptRes::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_resultExtension)) strm << setw(indent+18) << "resultExtension = " << setprecision(indent) << m_resultExtension << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H45011_CIIsOptRes::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H45011_CIIsOptRes), PInvalidCast); #endif const H45011_CIIsOptRes & other = (const H45011_CIIsOptRes &)obj; Comparison result; if ((result = m_resultExtension.Compare(other.m_resultExtension)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H45011_CIIsOptRes::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_resultExtension)) length += m_resultExtension.GetObjectLength(); return length; } BOOL H45011_CIIsOptRes::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_resultExtension) && !m_resultExtension.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H45011_CIIsOptRes::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_resultExtension)) m_resultExtension.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H45011_CIIsOptRes::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H45011_CIIsOptRes::Class()), PInvalidCast); #endif return new H45011_CIIsOptRes(*this); } // // CIFrcRelArg // H45011_CIFrcRelArg::H45011_CIFrcRelArg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_argumentExtension.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H45011_CIFrcRelArg::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+20) << "ciCapabilityLevel = " << setprecision(indent) << m_ciCapabilityLevel << '\n'; if (HasOptionalField(e_argumentExtension)) strm << setw(indent+20) << "argumentExtension = " << setprecision(indent) << m_argumentExtension << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H45011_CIFrcRelArg::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H45011_CIFrcRelArg), PInvalidCast); #endif const H45011_CIFrcRelArg & other = (const H45011_CIFrcRelArg &)obj; Comparison result; if ((result = m_ciCapabilityLevel.Compare(other.m_ciCapabilityLevel)) != EqualTo) return result; if ((result = m_argumentExtension.Compare(other.m_argumentExtension)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H45011_CIFrcRelArg::GetDataLength() const { PINDEX length = 0; length += m_ciCapabilityLevel.GetObjectLength(); if (HasOptionalField(e_argumentExtension)) length += m_argumentExtension.GetObjectLength(); return length; } BOOL H45011_CIFrcRelArg::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_ciCapabilityLevel.Decode(strm)) return FALSE; if (HasOptionalField(e_argumentExtension) && !m_argumentExtension.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H45011_CIFrcRelArg::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_ciCapabilityLevel.Encode(strm); if (HasOptionalField(e_argumentExtension)) m_argumentExtension.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H45011_CIFrcRelArg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H45011_CIFrcRelArg::Class()), PInvalidCast); #endif return new H45011_CIFrcRelArg(*this); } // // CIFrcRelOptRes // H45011_CIFrcRelOptRes::H45011_CIFrcRelOptRes(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_resultExtension.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H45011_CIFrcRelOptRes::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_resultExtension)) strm << setw(indent+18) << "resultExtension = " << setprecision(indent) << m_resultExtension << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H45011_CIFrcRelOptRes::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H45011_CIFrcRelOptRes), PInvalidCast); #endif const H45011_CIFrcRelOptRes & other = (const H45011_CIFrcRelOptRes &)obj; Comparison result; if ((result = m_resultExtension.Compare(other.m_resultExtension)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H45011_CIFrcRelOptRes::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_resultExtension)) length += m_resultExtension.GetObjectLength(); return length; } BOOL H45011_CIFrcRelOptRes::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_resultExtension) && !m_resultExtension.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H45011_CIFrcRelOptRes::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_resultExtension)) m_resultExtension.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H45011_CIFrcRelOptRes::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H45011_CIFrcRelOptRes::Class()), PInvalidCast); #endif return new H45011_CIFrcRelOptRes(*this); } // // CIWobOptArg // H45011_CIWobOptArg::H45011_CIWobOptArg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_argumentExtension.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H45011_CIWobOptArg::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_argumentExtension)) strm << setw(indent+20) << "argumentExtension = " << setprecision(indent) << m_argumentExtension << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H45011_CIWobOptArg::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H45011_CIWobOptArg), PInvalidCast); #endif const H45011_CIWobOptArg & other = (const H45011_CIWobOptArg &)obj; Comparison result; if ((result = m_argumentExtension.Compare(other.m_argumentExtension)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H45011_CIWobOptArg::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_argumentExtension)) length += m_argumentExtension.GetObjectLength(); return length; } BOOL H45011_CIWobOptArg::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_argumentExtension) && !m_argumentExtension.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H45011_CIWobOptArg::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_argumentExtension)) m_argumentExtension.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H45011_CIWobOptArg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H45011_CIWobOptArg::Class()), PInvalidCast); #endif return new H45011_CIWobOptArg(*this); } // // CIWobOptRes // H45011_CIWobOptRes::H45011_CIWobOptRes(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_resultExtension.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H45011_CIWobOptRes::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_resultExtension)) strm << setw(indent+18) << "resultExtension = " << setprecision(indent) << m_resultExtension << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H45011_CIWobOptRes::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H45011_CIWobOptRes), PInvalidCast); #endif const H45011_CIWobOptRes & other = (const H45011_CIWobOptRes &)obj; Comparison result; if ((result = m_resultExtension.Compare(other.m_resultExtension)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H45011_CIWobOptRes::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_resultExtension)) length += m_resultExtension.GetObjectLength(); return length; } BOOL H45011_CIWobOptRes::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_resultExtension) && !m_resultExtension.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H45011_CIWobOptRes::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_resultExtension)) m_resultExtension.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H45011_CIWobOptRes::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H45011_CIWobOptRes::Class()), PInvalidCast); #endif return new H45011_CIWobOptRes(*this); } // // CISilentArg // H45011_CISilentArg::H45011_CISilentArg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { m_argumentExtension.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H45011_CISilentArg::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+20) << "ciCapabilityLevel = " << setprecision(indent) << m_ciCapabilityLevel << '\n'; if (HasOptionalField(e_specificCall)) strm << setw(indent+15) << "specificCall = " << setprecision(indent) << m_specificCall << '\n'; if (HasOptionalField(e_argumentExtension)) strm << setw(indent+20) << "argumentExtension = " << setprecision(indent) << m_argumentExtension << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H45011_CISilentArg::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H45011_CISilentArg), PInvalidCast); #endif const H45011_CISilentArg & other = (const H45011_CISilentArg &)obj; Comparison result; if ((result = m_ciCapabilityLevel.Compare(other.m_ciCapabilityLevel)) != EqualTo) return result; if ((result = m_specificCall.Compare(other.m_specificCall)) != EqualTo) return result; if ((result = m_argumentExtension.Compare(other.m_argumentExtension)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H45011_CISilentArg::GetDataLength() const { PINDEX length = 0; length += m_ciCapabilityLevel.GetObjectLength(); if (HasOptionalField(e_specificCall)) length += m_specificCall.GetObjectLength(); if (HasOptionalField(e_argumentExtension)) length += m_argumentExtension.GetObjectLength(); return length; } BOOL H45011_CISilentArg::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_ciCapabilityLevel.Decode(strm)) return FALSE; if (HasOptionalField(e_specificCall) && !m_specificCall.Decode(strm)) return FALSE; if (HasOptionalField(e_argumentExtension) && !m_argumentExtension.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H45011_CISilentArg::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_ciCapabilityLevel.Encode(strm); if (HasOptionalField(e_specificCall)) m_specificCall.Encode(strm); if (HasOptionalField(e_argumentExtension)) m_argumentExtension.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H45011_CISilentArg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H45011_CISilentArg::Class()), PInvalidCast); #endif return new H45011_CISilentArg(*this); } // // CISilentOptRes // H45011_CISilentOptRes::H45011_CISilentOptRes(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_resultExtension.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H45011_CISilentOptRes::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_resultExtension)) strm << setw(indent+18) << "resultExtension = " << setprecision(indent) << m_resultExtension << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H45011_CISilentOptRes::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H45011_CISilentOptRes), PInvalidCast); #endif const H45011_CISilentOptRes & other = (const H45011_CISilentOptRes &)obj; Comparison result; if ((result = m_resultExtension.Compare(other.m_resultExtension)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H45011_CISilentOptRes::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_resultExtension)) length += m_resultExtension.GetObjectLength(); return length; } BOOL H45011_CISilentOptRes::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_resultExtension) && !m_resultExtension.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H45011_CISilentOptRes::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_resultExtension)) m_resultExtension.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H45011_CISilentOptRes::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H45011_CISilentOptRes::Class()), PInvalidCast); #endif return new H45011_CISilentOptRes(*this); } // // CINotificationArg // H45011_CINotificationArg::H45011_CINotificationArg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_argumentExtension.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H45011_CINotificationArg::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+22) << "ciStatusInformation = " << setprecision(indent) << m_ciStatusInformation << '\n'; if (HasOptionalField(e_argumentExtension)) strm << setw(indent+20) << "argumentExtension = " << setprecision(indent) << m_argumentExtension << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H45011_CINotificationArg::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H45011_CINotificationArg), PInvalidCast); #endif const H45011_CINotificationArg & other = (const H45011_CINotificationArg &)obj; Comparison result; if ((result = m_ciStatusInformation.Compare(other.m_ciStatusInformation)) != EqualTo) return result; if ((result = m_argumentExtension.Compare(other.m_argumentExtension)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H45011_CINotificationArg::GetDataLength() const { PINDEX length = 0; length += m_ciStatusInformation.GetObjectLength(); if (HasOptionalField(e_argumentExtension)) length += m_argumentExtension.GetObjectLength(); return length; } BOOL H45011_CINotificationArg::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_ciStatusInformation.Decode(strm)) return FALSE; if (HasOptionalField(e_argumentExtension) && !m_argumentExtension.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H45011_CINotificationArg::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_ciStatusInformation.Encode(strm); if (HasOptionalField(e_argumentExtension)) m_argumentExtension.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H45011_CINotificationArg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H45011_CINotificationArg::Class()), PInvalidCast); #endif return new H45011_CINotificationArg(*this); } #endif // if ! H323_DISABLE_H45011 // End of h45011.cxx openh323_v1_18_0/src/h4502.asn0100644000176200056700000001045107264744411015676 0ustar releasepostincrCall-Transfer-Operations { itu-t recommendation h 450 2 version1(0) call-transfer-operations(0) } DEFINITIONS AUTOMATIC TAGS ::= BEGIN IMPORTS Extension FROM H4501 -- Manufacturer-specific-service-extension-definition { itu-t recommendation h 450 1 version1(0) msi-definition(18) } notAvailable, supplementaryServiceInteractionNotAllowed, invalidCallState FROM H4501 -- H4501-General-Error-List { itu-t recommendation h 450 1 version1(0) general-error-list(1) } EndpointAddress, PartySubaddress FROM H4501 -- Addressing-Data-Elements { itu-t recommendation h 450 1 version1(0) addressing-data-elements(9) } NonStandardParameter FROM H225 -- H323-MESSAGES H225InformationElement FROM H4501 -- H225-generic-parameters-definition { itu-t recommendation h 450 1 version1(0) h225-generic-parameters(6) }; DummyArg ::= CHOICE { extensionSeq ExtensionSeq, nonStandardData NonStandardParameter } DummyRes ::= CHOICE { extensionSeq ExtensionSeq, nonStandardData NonStandardParameter } CTInitiateArg ::= SEQUENCE { callIdentity CallIdentity, reroutingNumber EndpointAddress, argumentExtension CHOICE { extensionSeq ExtensionSeq, nonStandardData NonStandardParameter } OPTIONAL, ... } CTSetupArg ::= SEQUENCE { callIdentity CallIdentity, transferringNumber EndpointAddress OPTIONAL, argumentExtension CHOICE { extensionSeq ExtensionSeq, nonStandardData NonStandardParameter } OPTIONAL, ... } CTIdentifyRes ::= SEQUENCE { callIdentity CallIdentity, reroutingNumber EndpointAddress, resultExtension CHOICE { extensionSeq ExtensionSeq, nonStandardData NonStandardParameter } OPTIONAL, ... } CTUpdateArg ::= SEQUENCE { redirectionNumber EndpointAddress, redirectionInfo BMPString (SIZE(1..128)) OPTIONAL, basicCallInfoElements H225InformationElement OPTIONAL, -- Information element -- Progress indicator may be conveyed argumentExtension CHOICE { extensionSeq ExtensionSeq, nonStandardData NonStandardParameter } OPTIONAL, ... } SubaddressTransferArg ::= SEQUENCE { redirectionSubaddress PartySubaddress, argumentExtension CHOICE { extensionSeq ExtensionSeq, nonStandardData NonStandardParameter } OPTIONAL, ... } CTCompleteArg ::= SEQUENCE { endDesignation EndDesignation, redirectionNumber EndpointAddress, -- number of new connected user basicCallInfoElements H225InformationElement OPTIONAL, -- Information element Progress indicator may be conveyed redirectionInfo BMPString (SIZE(1..128)) OPTIONAL, callStatus CallStatus DEFAULT answered, argumentExtension CHOICE { extensionSeq ExtensionSeq, nonStandardData NonStandardParameter } OPTIONAL, ... } EndDesignation ::= ENUMERATED { primaryEnd(0), secondaryEnd(1), ... } CallStatus ::= ENUMERATED { answered(0), alerting(1), ... } CTActiveArg ::= SEQUENCE { connectedAddress EndpointAddress, -- number of new connected user basicCallInfoElements H225InformationElement OPTIONAL, -- Information element Progress indicator may be conveyed connectedInfo BMPString (SIZE(1..128)) OPTIONAL, argumentExtension CHOICE { extensionSeq ExtensionSeq, nonStandardData NonStandardParameter } OPTIONAL, ... } CallIdentity ::= NumericString (SIZE(0..4)) -- size 0 means ’empty’ ExtensionSeq ::= SEQUENCE OF Extension CallTransferOperation ::= ENUMERATED { callTransferIdentify (7), callTransferAbandon (8), callTransferInitiate (9), callTransferSetup (10), callTransferUpdate (13), subaddressTransfer (14), callTransferComplete (12), callTransferActive (11) } CallTransferErrors ::= ENUMERATED { unspecified (1008), invalidReroutingNumber (1004), unrecognizedCallIdentity (1005), establishmentFailure (1006) } END -- of Call-Transfer-Operations openh323_v1_18_0/src/h4502.cxx0100644000176200056700000012751310251241421015706 0ustar releasepostincr// // h4502.cxx // // Code automatically generated by asnparse. // #ifdef P_USE_PRAGMA #pragma implementation "h4502.h" #endif #include #include "h4502.h" #define new PNEW #if ! H323_DISABLE_H4502 #ifndef PASN_NOPRINTON const static PASN_Names Names_H4502_DummyArg[]={ {"extensionSeq",0} ,{"nonStandardData",1} }; #endif // // DummyArg // H4502_DummyArg::H4502_DummyArg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4502_DummyArg,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H4502_DummyArg::operator H4502_ExtensionSeq &() const #else H4502_DummyArg::operator H4502_ExtensionSeq &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4502_ExtensionSeq), PInvalidCast); #endif return *(H4502_ExtensionSeq *)choice; } H4502_DummyArg::operator const H4502_ExtensionSeq &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4502_ExtensionSeq), PInvalidCast); #endif return *(H4502_ExtensionSeq *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H4502_DummyArg::operator H225_NonStandardParameter &() const #else H4502_DummyArg::operator H225_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } H4502_DummyArg::operator const H225_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } BOOL H4502_DummyArg::CreateObject() { switch (tag) { case e_extensionSeq : choice = new H4502_ExtensionSeq(); return TRUE; case e_nonStandardData : choice = new H225_NonStandardParameter(); return TRUE; } choice = NULL; return FALSE; } PObject * H4502_DummyArg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4502_DummyArg::Class()), PInvalidCast); #endif return new H4502_DummyArg(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4502_DummyRes[]={ {"extensionSeq",0} ,{"nonStandardData",1} }; #endif // // DummyRes // H4502_DummyRes::H4502_DummyRes(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4502_DummyRes,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H4502_DummyRes::operator H4502_ExtensionSeq &() const #else H4502_DummyRes::operator H4502_ExtensionSeq &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4502_ExtensionSeq), PInvalidCast); #endif return *(H4502_ExtensionSeq *)choice; } H4502_DummyRes::operator const H4502_ExtensionSeq &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4502_ExtensionSeq), PInvalidCast); #endif return *(H4502_ExtensionSeq *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H4502_DummyRes::operator H225_NonStandardParameter &() const #else H4502_DummyRes::operator H225_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } H4502_DummyRes::operator const H225_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } BOOL H4502_DummyRes::CreateObject() { switch (tag) { case e_extensionSeq : choice = new H4502_ExtensionSeq(); return TRUE; case e_nonStandardData : choice = new H225_NonStandardParameter(); return TRUE; } choice = NULL; return FALSE; } PObject * H4502_DummyRes::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4502_DummyRes::Class()), PInvalidCast); #endif return new H4502_DummyRes(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4502_EndDesignation[]={ {"primaryEnd",0} ,{"secondaryEnd",1} }; #endif // // EndDesignation // H4502_EndDesignation::H4502_EndDesignation(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 1, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4502_EndDesignation,2 #endif ) { } H4502_EndDesignation & H4502_EndDesignation::operator=(unsigned v) { SetValue(v); return *this; } PObject * H4502_EndDesignation::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4502_EndDesignation::Class()), PInvalidCast); #endif return new H4502_EndDesignation(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4502_CallStatus[]={ {"answered",0} ,{"alerting",1} }; #endif // // CallStatus // H4502_CallStatus::H4502_CallStatus(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 1, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4502_CallStatus,2 #endif ) { } H4502_CallStatus & H4502_CallStatus::operator=(unsigned v) { SetValue(v); return *this; } PObject * H4502_CallStatus::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4502_CallStatus::Class()), PInvalidCast); #endif return new H4502_CallStatus(*this); } // // CallIdentity // H4502_CallIdentity::H4502_CallIdentity(unsigned tag, PASN_Object::TagClass tagClass) : PASN_NumericString(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 0, 4); } H4502_CallIdentity & H4502_CallIdentity::operator=(const char * v) { SetValue(v); return *this; } H4502_CallIdentity & H4502_CallIdentity::operator=(const PString & v) { SetValue(v); return *this; } PObject * H4502_CallIdentity::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4502_CallIdentity::Class()), PInvalidCast); #endif return new H4502_CallIdentity(*this); } // // ExtensionSeq // H4502_ExtensionSeq::H4502_ExtensionSeq(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H4502_ExtensionSeq::CreateObject() const { return new H4501_Extension; } H4501_Extension & H4502_ExtensionSeq::operator[](PINDEX i) const { return (H4501_Extension &)array[i]; } PObject * H4502_ExtensionSeq::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4502_ExtensionSeq::Class()), PInvalidCast); #endif return new H4502_ExtensionSeq(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4502_CallTransferOperation[]={ {"callTransferIdentify",7} ,{"callTransferAbandon",8} ,{"callTransferInitiate",9} ,{"callTransferSetup",10} ,{"callTransferUpdate",13} ,{"subaddressTransfer",14} ,{"callTransferComplete",12} ,{"callTransferActive",11} }; #endif // // CallTransferOperation // H4502_CallTransferOperation::H4502_CallTransferOperation(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 14, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4502_CallTransferOperation,8 #endif ) { } H4502_CallTransferOperation & H4502_CallTransferOperation::operator=(unsigned v) { SetValue(v); return *this; } PObject * H4502_CallTransferOperation::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4502_CallTransferOperation::Class()), PInvalidCast); #endif return new H4502_CallTransferOperation(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4502_CallTransferErrors[]={ {"unspecified",1008} ,{"invalidReroutingNumber",1004} ,{"unrecognizedCallIdentity",1005} ,{"establishmentFailure",1006} }; #endif // // CallTransferErrors // H4502_CallTransferErrors::H4502_CallTransferErrors(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 1008, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4502_CallTransferErrors,4 #endif ) { } H4502_CallTransferErrors & H4502_CallTransferErrors::operator=(unsigned v) { SetValue(v); return *this; } PObject * H4502_CallTransferErrors::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4502_CallTransferErrors::Class()), PInvalidCast); #endif return new H4502_CallTransferErrors(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4502_CTInitiateArg_argumentExtension[]={ {"extensionSeq",0} ,{"nonStandardData",1} }; #endif // // CTInitiateArg_argumentExtension // H4502_CTInitiateArg_argumentExtension::H4502_CTInitiateArg_argumentExtension(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4502_CTInitiateArg_argumentExtension,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H4502_CTInitiateArg_argumentExtension::operator H4502_ExtensionSeq &() const #else H4502_CTInitiateArg_argumentExtension::operator H4502_ExtensionSeq &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4502_ExtensionSeq), PInvalidCast); #endif return *(H4502_ExtensionSeq *)choice; } H4502_CTInitiateArg_argumentExtension::operator const H4502_ExtensionSeq &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4502_ExtensionSeq), PInvalidCast); #endif return *(H4502_ExtensionSeq *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H4502_CTInitiateArg_argumentExtension::operator H225_NonStandardParameter &() const #else H4502_CTInitiateArg_argumentExtension::operator H225_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } H4502_CTInitiateArg_argumentExtension::operator const H225_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } BOOL H4502_CTInitiateArg_argumentExtension::CreateObject() { switch (tag) { case e_extensionSeq : choice = new H4502_ExtensionSeq(); return TRUE; case e_nonStandardData : choice = new H225_NonStandardParameter(); return TRUE; } choice = NULL; return FALSE; } PObject * H4502_CTInitiateArg_argumentExtension::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4502_CTInitiateArg_argumentExtension::Class()), PInvalidCast); #endif return new H4502_CTInitiateArg_argumentExtension(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4502_CTSetupArg_argumentExtension[]={ {"extensionSeq",0} ,{"nonStandardData",1} }; #endif // // CTSetupArg_argumentExtension // H4502_CTSetupArg_argumentExtension::H4502_CTSetupArg_argumentExtension(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4502_CTSetupArg_argumentExtension,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H4502_CTSetupArg_argumentExtension::operator H4502_ExtensionSeq &() const #else H4502_CTSetupArg_argumentExtension::operator H4502_ExtensionSeq &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4502_ExtensionSeq), PInvalidCast); #endif return *(H4502_ExtensionSeq *)choice; } H4502_CTSetupArg_argumentExtension::operator const H4502_ExtensionSeq &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4502_ExtensionSeq), PInvalidCast); #endif return *(H4502_ExtensionSeq *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H4502_CTSetupArg_argumentExtension::operator H225_NonStandardParameter &() const #else H4502_CTSetupArg_argumentExtension::operator H225_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } H4502_CTSetupArg_argumentExtension::operator const H225_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } BOOL H4502_CTSetupArg_argumentExtension::CreateObject() { switch (tag) { case e_extensionSeq : choice = new H4502_ExtensionSeq(); return TRUE; case e_nonStandardData : choice = new H225_NonStandardParameter(); return TRUE; } choice = NULL; return FALSE; } PObject * H4502_CTSetupArg_argumentExtension::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4502_CTSetupArg_argumentExtension::Class()), PInvalidCast); #endif return new H4502_CTSetupArg_argumentExtension(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4502_CTIdentifyRes_resultExtension[]={ {"extensionSeq",0} ,{"nonStandardData",1} }; #endif // // CTIdentifyRes_resultExtension // H4502_CTIdentifyRes_resultExtension::H4502_CTIdentifyRes_resultExtension(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4502_CTIdentifyRes_resultExtension,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H4502_CTIdentifyRes_resultExtension::operator H4502_ExtensionSeq &() const #else H4502_CTIdentifyRes_resultExtension::operator H4502_ExtensionSeq &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4502_ExtensionSeq), PInvalidCast); #endif return *(H4502_ExtensionSeq *)choice; } H4502_CTIdentifyRes_resultExtension::operator const H4502_ExtensionSeq &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4502_ExtensionSeq), PInvalidCast); #endif return *(H4502_ExtensionSeq *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H4502_CTIdentifyRes_resultExtension::operator H225_NonStandardParameter &() const #else H4502_CTIdentifyRes_resultExtension::operator H225_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } H4502_CTIdentifyRes_resultExtension::operator const H225_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } BOOL H4502_CTIdentifyRes_resultExtension::CreateObject() { switch (tag) { case e_extensionSeq : choice = new H4502_ExtensionSeq(); return TRUE; case e_nonStandardData : choice = new H225_NonStandardParameter(); return TRUE; } choice = NULL; return FALSE; } PObject * H4502_CTIdentifyRes_resultExtension::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4502_CTIdentifyRes_resultExtension::Class()), PInvalidCast); #endif return new H4502_CTIdentifyRes_resultExtension(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4502_CTUpdateArg_argumentExtension[]={ {"extensionSeq",0} ,{"nonStandardData",1} }; #endif // // CTUpdateArg_argumentExtension // H4502_CTUpdateArg_argumentExtension::H4502_CTUpdateArg_argumentExtension(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4502_CTUpdateArg_argumentExtension,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H4502_CTUpdateArg_argumentExtension::operator H4502_ExtensionSeq &() const #else H4502_CTUpdateArg_argumentExtension::operator H4502_ExtensionSeq &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4502_ExtensionSeq), PInvalidCast); #endif return *(H4502_ExtensionSeq *)choice; } H4502_CTUpdateArg_argumentExtension::operator const H4502_ExtensionSeq &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4502_ExtensionSeq), PInvalidCast); #endif return *(H4502_ExtensionSeq *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H4502_CTUpdateArg_argumentExtension::operator H225_NonStandardParameter &() const #else H4502_CTUpdateArg_argumentExtension::operator H225_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } H4502_CTUpdateArg_argumentExtension::operator const H225_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } BOOL H4502_CTUpdateArg_argumentExtension::CreateObject() { switch (tag) { case e_extensionSeq : choice = new H4502_ExtensionSeq(); return TRUE; case e_nonStandardData : choice = new H225_NonStandardParameter(); return TRUE; } choice = NULL; return FALSE; } PObject * H4502_CTUpdateArg_argumentExtension::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4502_CTUpdateArg_argumentExtension::Class()), PInvalidCast); #endif return new H4502_CTUpdateArg_argumentExtension(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4502_SubaddressTransferArg_argumentExtension[]={ {"extensionSeq",0} ,{"nonStandardData",1} }; #endif // // SubaddressTransferArg_argumentExtension // H4502_SubaddressTransferArg_argumentExtension::H4502_SubaddressTransferArg_argumentExtension(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4502_SubaddressTransferArg_argumentExtension,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H4502_SubaddressTransferArg_argumentExtension::operator H4502_ExtensionSeq &() const #else H4502_SubaddressTransferArg_argumentExtension::operator H4502_ExtensionSeq &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4502_ExtensionSeq), PInvalidCast); #endif return *(H4502_ExtensionSeq *)choice; } H4502_SubaddressTransferArg_argumentExtension::operator const H4502_ExtensionSeq &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4502_ExtensionSeq), PInvalidCast); #endif return *(H4502_ExtensionSeq *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H4502_SubaddressTransferArg_argumentExtension::operator H225_NonStandardParameter &() const #else H4502_SubaddressTransferArg_argumentExtension::operator H225_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } H4502_SubaddressTransferArg_argumentExtension::operator const H225_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } BOOL H4502_SubaddressTransferArg_argumentExtension::CreateObject() { switch (tag) { case e_extensionSeq : choice = new H4502_ExtensionSeq(); return TRUE; case e_nonStandardData : choice = new H225_NonStandardParameter(); return TRUE; } choice = NULL; return FALSE; } PObject * H4502_SubaddressTransferArg_argumentExtension::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4502_SubaddressTransferArg_argumentExtension::Class()), PInvalidCast); #endif return new H4502_SubaddressTransferArg_argumentExtension(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4502_CTCompleteArg_argumentExtension[]={ {"extensionSeq",0} ,{"nonStandardData",1} }; #endif // // CTCompleteArg_argumentExtension // H4502_CTCompleteArg_argumentExtension::H4502_CTCompleteArg_argumentExtension(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4502_CTCompleteArg_argumentExtension,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H4502_CTCompleteArg_argumentExtension::operator H4502_ExtensionSeq &() const #else H4502_CTCompleteArg_argumentExtension::operator H4502_ExtensionSeq &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4502_ExtensionSeq), PInvalidCast); #endif return *(H4502_ExtensionSeq *)choice; } H4502_CTCompleteArg_argumentExtension::operator const H4502_ExtensionSeq &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4502_ExtensionSeq), PInvalidCast); #endif return *(H4502_ExtensionSeq *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H4502_CTCompleteArg_argumentExtension::operator H225_NonStandardParameter &() const #else H4502_CTCompleteArg_argumentExtension::operator H225_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } H4502_CTCompleteArg_argumentExtension::operator const H225_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } BOOL H4502_CTCompleteArg_argumentExtension::CreateObject() { switch (tag) { case e_extensionSeq : choice = new H4502_ExtensionSeq(); return TRUE; case e_nonStandardData : choice = new H225_NonStandardParameter(); return TRUE; } choice = NULL; return FALSE; } PObject * H4502_CTCompleteArg_argumentExtension::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4502_CTCompleteArg_argumentExtension::Class()), PInvalidCast); #endif return new H4502_CTCompleteArg_argumentExtension(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4502_CTActiveArg_argumentExtension[]={ {"extensionSeq",0} ,{"nonStandardData",1} }; #endif // // CTActiveArg_argumentExtension // H4502_CTActiveArg_argumentExtension::H4502_CTActiveArg_argumentExtension(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4502_CTActiveArg_argumentExtension,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H4502_CTActiveArg_argumentExtension::operator H4502_ExtensionSeq &() const #else H4502_CTActiveArg_argumentExtension::operator H4502_ExtensionSeq &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4502_ExtensionSeq), PInvalidCast); #endif return *(H4502_ExtensionSeq *)choice; } H4502_CTActiveArg_argumentExtension::operator const H4502_ExtensionSeq &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4502_ExtensionSeq), PInvalidCast); #endif return *(H4502_ExtensionSeq *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H4502_CTActiveArg_argumentExtension::operator H225_NonStandardParameter &() const #else H4502_CTActiveArg_argumentExtension::operator H225_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } H4502_CTActiveArg_argumentExtension::operator const H225_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } BOOL H4502_CTActiveArg_argumentExtension::CreateObject() { switch (tag) { case e_extensionSeq : choice = new H4502_ExtensionSeq(); return TRUE; case e_nonStandardData : choice = new H225_NonStandardParameter(); return TRUE; } choice = NULL; return FALSE; } PObject * H4502_CTActiveArg_argumentExtension::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4502_CTActiveArg_argumentExtension::Class()), PInvalidCast); #endif return new H4502_CTActiveArg_argumentExtension(*this); } // // CTInitiateArg // H4502_CTInitiateArg::H4502_CTInitiateArg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H4502_CTInitiateArg::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "callIdentity = " << setprecision(indent) << m_callIdentity << '\n'; strm << setw(indent+18) << "reroutingNumber = " << setprecision(indent) << m_reroutingNumber << '\n'; if (HasOptionalField(e_argumentExtension)) strm << setw(indent+20) << "argumentExtension = " << setprecision(indent) << m_argumentExtension << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4502_CTInitiateArg::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4502_CTInitiateArg), PInvalidCast); #endif const H4502_CTInitiateArg & other = (const H4502_CTInitiateArg &)obj; Comparison result; if ((result = m_callIdentity.Compare(other.m_callIdentity)) != EqualTo) return result; if ((result = m_reroutingNumber.Compare(other.m_reroutingNumber)) != EqualTo) return result; if ((result = m_argumentExtension.Compare(other.m_argumentExtension)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4502_CTInitiateArg::GetDataLength() const { PINDEX length = 0; length += m_callIdentity.GetObjectLength(); length += m_reroutingNumber.GetObjectLength(); if (HasOptionalField(e_argumentExtension)) length += m_argumentExtension.GetObjectLength(); return length; } BOOL H4502_CTInitiateArg::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_callIdentity.Decode(strm)) return FALSE; if (!m_reroutingNumber.Decode(strm)) return FALSE; if (HasOptionalField(e_argumentExtension) && !m_argumentExtension.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4502_CTInitiateArg::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_callIdentity.Encode(strm); m_reroutingNumber.Encode(strm); if (HasOptionalField(e_argumentExtension)) m_argumentExtension.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4502_CTInitiateArg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4502_CTInitiateArg::Class()), PInvalidCast); #endif return new H4502_CTInitiateArg(*this); } // // CTSetupArg // H4502_CTSetupArg::H4502_CTSetupArg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { } #ifndef PASN_NOPRINTON void H4502_CTSetupArg::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "callIdentity = " << setprecision(indent) << m_callIdentity << '\n'; if (HasOptionalField(e_transferringNumber)) strm << setw(indent+21) << "transferringNumber = " << setprecision(indent) << m_transferringNumber << '\n'; if (HasOptionalField(e_argumentExtension)) strm << setw(indent+20) << "argumentExtension = " << setprecision(indent) << m_argumentExtension << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4502_CTSetupArg::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4502_CTSetupArg), PInvalidCast); #endif const H4502_CTSetupArg & other = (const H4502_CTSetupArg &)obj; Comparison result; if ((result = m_callIdentity.Compare(other.m_callIdentity)) != EqualTo) return result; if ((result = m_transferringNumber.Compare(other.m_transferringNumber)) != EqualTo) return result; if ((result = m_argumentExtension.Compare(other.m_argumentExtension)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4502_CTSetupArg::GetDataLength() const { PINDEX length = 0; length += m_callIdentity.GetObjectLength(); if (HasOptionalField(e_transferringNumber)) length += m_transferringNumber.GetObjectLength(); if (HasOptionalField(e_argumentExtension)) length += m_argumentExtension.GetObjectLength(); return length; } BOOL H4502_CTSetupArg::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_callIdentity.Decode(strm)) return FALSE; if (HasOptionalField(e_transferringNumber) && !m_transferringNumber.Decode(strm)) return FALSE; if (HasOptionalField(e_argumentExtension) && !m_argumentExtension.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4502_CTSetupArg::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_callIdentity.Encode(strm); if (HasOptionalField(e_transferringNumber)) m_transferringNumber.Encode(strm); if (HasOptionalField(e_argumentExtension)) m_argumentExtension.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4502_CTSetupArg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4502_CTSetupArg::Class()), PInvalidCast); #endif return new H4502_CTSetupArg(*this); } // // CTIdentifyRes // H4502_CTIdentifyRes::H4502_CTIdentifyRes(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H4502_CTIdentifyRes::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "callIdentity = " << setprecision(indent) << m_callIdentity << '\n'; strm << setw(indent+18) << "reroutingNumber = " << setprecision(indent) << m_reroutingNumber << '\n'; if (HasOptionalField(e_resultExtension)) strm << setw(indent+18) << "resultExtension = " << setprecision(indent) << m_resultExtension << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4502_CTIdentifyRes::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4502_CTIdentifyRes), PInvalidCast); #endif const H4502_CTIdentifyRes & other = (const H4502_CTIdentifyRes &)obj; Comparison result; if ((result = m_callIdentity.Compare(other.m_callIdentity)) != EqualTo) return result; if ((result = m_reroutingNumber.Compare(other.m_reroutingNumber)) != EqualTo) return result; if ((result = m_resultExtension.Compare(other.m_resultExtension)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4502_CTIdentifyRes::GetDataLength() const { PINDEX length = 0; length += m_callIdentity.GetObjectLength(); length += m_reroutingNumber.GetObjectLength(); if (HasOptionalField(e_resultExtension)) length += m_resultExtension.GetObjectLength(); return length; } BOOL H4502_CTIdentifyRes::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_callIdentity.Decode(strm)) return FALSE; if (!m_reroutingNumber.Decode(strm)) return FALSE; if (HasOptionalField(e_resultExtension) && !m_resultExtension.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4502_CTIdentifyRes::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_callIdentity.Encode(strm); m_reroutingNumber.Encode(strm); if (HasOptionalField(e_resultExtension)) m_resultExtension.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4502_CTIdentifyRes::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4502_CTIdentifyRes::Class()), PInvalidCast); #endif return new H4502_CTIdentifyRes(*this); } // // CTUpdateArg // H4502_CTUpdateArg::H4502_CTUpdateArg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 0) { m_redirectionInfo.SetConstraints(PASN_Object::FixedConstraint, 1, 128); } #ifndef PASN_NOPRINTON void H4502_CTUpdateArg::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+20) << "redirectionNumber = " << setprecision(indent) << m_redirectionNumber << '\n'; if (HasOptionalField(e_redirectionInfo)) strm << setw(indent+18) << "redirectionInfo = " << setprecision(indent) << m_redirectionInfo << '\n'; if (HasOptionalField(e_basicCallInfoElements)) strm << setw(indent+24) << "basicCallInfoElements = " << setprecision(indent) << m_basicCallInfoElements << '\n'; if (HasOptionalField(e_argumentExtension)) strm << setw(indent+20) << "argumentExtension = " << setprecision(indent) << m_argumentExtension << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4502_CTUpdateArg::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4502_CTUpdateArg), PInvalidCast); #endif const H4502_CTUpdateArg & other = (const H4502_CTUpdateArg &)obj; Comparison result; if ((result = m_redirectionNumber.Compare(other.m_redirectionNumber)) != EqualTo) return result; if ((result = m_redirectionInfo.Compare(other.m_redirectionInfo)) != EqualTo) return result; if ((result = m_basicCallInfoElements.Compare(other.m_basicCallInfoElements)) != EqualTo) return result; if ((result = m_argumentExtension.Compare(other.m_argumentExtension)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4502_CTUpdateArg::GetDataLength() const { PINDEX length = 0; length += m_redirectionNumber.GetObjectLength(); if (HasOptionalField(e_redirectionInfo)) length += m_redirectionInfo.GetObjectLength(); if (HasOptionalField(e_basicCallInfoElements)) length += m_basicCallInfoElements.GetObjectLength(); if (HasOptionalField(e_argumentExtension)) length += m_argumentExtension.GetObjectLength(); return length; } BOOL H4502_CTUpdateArg::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_redirectionNumber.Decode(strm)) return FALSE; if (HasOptionalField(e_redirectionInfo) && !m_redirectionInfo.Decode(strm)) return FALSE; if (HasOptionalField(e_basicCallInfoElements) && !m_basicCallInfoElements.Decode(strm)) return FALSE; if (HasOptionalField(e_argumentExtension) && !m_argumentExtension.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4502_CTUpdateArg::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_redirectionNumber.Encode(strm); if (HasOptionalField(e_redirectionInfo)) m_redirectionInfo.Encode(strm); if (HasOptionalField(e_basicCallInfoElements)) m_basicCallInfoElements.Encode(strm); if (HasOptionalField(e_argumentExtension)) m_argumentExtension.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4502_CTUpdateArg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4502_CTUpdateArg::Class()), PInvalidCast); #endif return new H4502_CTUpdateArg(*this); } // // SubaddressTransferArg // H4502_SubaddressTransferArg::H4502_SubaddressTransferArg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H4502_SubaddressTransferArg::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+24) << "redirectionSubaddress = " << setprecision(indent) << m_redirectionSubaddress << '\n'; if (HasOptionalField(e_argumentExtension)) strm << setw(indent+20) << "argumentExtension = " << setprecision(indent) << m_argumentExtension << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4502_SubaddressTransferArg::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4502_SubaddressTransferArg), PInvalidCast); #endif const H4502_SubaddressTransferArg & other = (const H4502_SubaddressTransferArg &)obj; Comparison result; if ((result = m_redirectionSubaddress.Compare(other.m_redirectionSubaddress)) != EqualTo) return result; if ((result = m_argumentExtension.Compare(other.m_argumentExtension)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4502_SubaddressTransferArg::GetDataLength() const { PINDEX length = 0; length += m_redirectionSubaddress.GetObjectLength(); if (HasOptionalField(e_argumentExtension)) length += m_argumentExtension.GetObjectLength(); return length; } BOOL H4502_SubaddressTransferArg::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_redirectionSubaddress.Decode(strm)) return FALSE; if (HasOptionalField(e_argumentExtension) && !m_argumentExtension.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4502_SubaddressTransferArg::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_redirectionSubaddress.Encode(strm); if (HasOptionalField(e_argumentExtension)) m_argumentExtension.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4502_SubaddressTransferArg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4502_SubaddressTransferArg::Class()), PInvalidCast); #endif return new H4502_SubaddressTransferArg(*this); } // // CTCompleteArg // H4502_CTCompleteArg::H4502_CTCompleteArg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 0) { m_redirectionInfo.SetConstraints(PASN_Object::FixedConstraint, 1, 128); } #ifndef PASN_NOPRINTON void H4502_CTCompleteArg::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "endDesignation = " << setprecision(indent) << m_endDesignation << '\n'; strm << setw(indent+20) << "redirectionNumber = " << setprecision(indent) << m_redirectionNumber << '\n'; if (HasOptionalField(e_basicCallInfoElements)) strm << setw(indent+24) << "basicCallInfoElements = " << setprecision(indent) << m_basicCallInfoElements << '\n'; if (HasOptionalField(e_redirectionInfo)) strm << setw(indent+18) << "redirectionInfo = " << setprecision(indent) << m_redirectionInfo << '\n'; strm << setw(indent+13) << "callStatus = " << setprecision(indent) << m_callStatus << '\n'; if (HasOptionalField(e_argumentExtension)) strm << setw(indent+20) << "argumentExtension = " << setprecision(indent) << m_argumentExtension << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4502_CTCompleteArg::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4502_CTCompleteArg), PInvalidCast); #endif const H4502_CTCompleteArg & other = (const H4502_CTCompleteArg &)obj; Comparison result; if ((result = m_endDesignation.Compare(other.m_endDesignation)) != EqualTo) return result; if ((result = m_redirectionNumber.Compare(other.m_redirectionNumber)) != EqualTo) return result; if ((result = m_basicCallInfoElements.Compare(other.m_basicCallInfoElements)) != EqualTo) return result; if ((result = m_redirectionInfo.Compare(other.m_redirectionInfo)) != EqualTo) return result; if ((result = m_callStatus.Compare(other.m_callStatus)) != EqualTo) return result; if ((result = m_argumentExtension.Compare(other.m_argumentExtension)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4502_CTCompleteArg::GetDataLength() const { PINDEX length = 0; length += m_endDesignation.GetObjectLength(); length += m_redirectionNumber.GetObjectLength(); if (HasOptionalField(e_basicCallInfoElements)) length += m_basicCallInfoElements.GetObjectLength(); if (HasOptionalField(e_redirectionInfo)) length += m_redirectionInfo.GetObjectLength(); length += m_callStatus.GetObjectLength(); if (HasOptionalField(e_argumentExtension)) length += m_argumentExtension.GetObjectLength(); return length; } BOOL H4502_CTCompleteArg::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_endDesignation.Decode(strm)) return FALSE; if (!m_redirectionNumber.Decode(strm)) return FALSE; if (HasOptionalField(e_basicCallInfoElements) && !m_basicCallInfoElements.Decode(strm)) return FALSE; if (HasOptionalField(e_redirectionInfo) && !m_redirectionInfo.Decode(strm)) return FALSE; if (!m_callStatus.Decode(strm)) return FALSE; if (HasOptionalField(e_argumentExtension) && !m_argumentExtension.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4502_CTCompleteArg::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_endDesignation.Encode(strm); m_redirectionNumber.Encode(strm); if (HasOptionalField(e_basicCallInfoElements)) m_basicCallInfoElements.Encode(strm); if (HasOptionalField(e_redirectionInfo)) m_redirectionInfo.Encode(strm); m_callStatus.Encode(strm); if (HasOptionalField(e_argumentExtension)) m_argumentExtension.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4502_CTCompleteArg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4502_CTCompleteArg::Class()), PInvalidCast); #endif return new H4502_CTCompleteArg(*this); } // // CTActiveArg // H4502_CTActiveArg::H4502_CTActiveArg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 0) { m_connectedInfo.SetConstraints(PASN_Object::FixedConstraint, 1, 128); } #ifndef PASN_NOPRINTON void H4502_CTActiveArg::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+19) << "connectedAddress = " << setprecision(indent) << m_connectedAddress << '\n'; if (HasOptionalField(e_basicCallInfoElements)) strm << setw(indent+24) << "basicCallInfoElements = " << setprecision(indent) << m_basicCallInfoElements << '\n'; if (HasOptionalField(e_connectedInfo)) strm << setw(indent+16) << "connectedInfo = " << setprecision(indent) << m_connectedInfo << '\n'; if (HasOptionalField(e_argumentExtension)) strm << setw(indent+20) << "argumentExtension = " << setprecision(indent) << m_argumentExtension << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4502_CTActiveArg::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4502_CTActiveArg), PInvalidCast); #endif const H4502_CTActiveArg & other = (const H4502_CTActiveArg &)obj; Comparison result; if ((result = m_connectedAddress.Compare(other.m_connectedAddress)) != EqualTo) return result; if ((result = m_basicCallInfoElements.Compare(other.m_basicCallInfoElements)) != EqualTo) return result; if ((result = m_connectedInfo.Compare(other.m_connectedInfo)) != EqualTo) return result; if ((result = m_argumentExtension.Compare(other.m_argumentExtension)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4502_CTActiveArg::GetDataLength() const { PINDEX length = 0; length += m_connectedAddress.GetObjectLength(); if (HasOptionalField(e_basicCallInfoElements)) length += m_basicCallInfoElements.GetObjectLength(); if (HasOptionalField(e_connectedInfo)) length += m_connectedInfo.GetObjectLength(); if (HasOptionalField(e_argumentExtension)) length += m_argumentExtension.GetObjectLength(); return length; } BOOL H4502_CTActiveArg::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_connectedAddress.Decode(strm)) return FALSE; if (HasOptionalField(e_basicCallInfoElements) && !m_basicCallInfoElements.Decode(strm)) return FALSE; if (HasOptionalField(e_connectedInfo) && !m_connectedInfo.Decode(strm)) return FALSE; if (HasOptionalField(e_argumentExtension) && !m_argumentExtension.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4502_CTActiveArg::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_connectedAddress.Encode(strm); if (HasOptionalField(e_basicCallInfoElements)) m_basicCallInfoElements.Encode(strm); if (HasOptionalField(e_connectedInfo)) m_connectedInfo.Encode(strm); if (HasOptionalField(e_argumentExtension)) m_argumentExtension.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4502_CTActiveArg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4502_CTActiveArg::Class()), PInvalidCast); #endif return new H4502_CTActiveArg(*this); } #endif // if ! H323_DISABLE_H4502 // End of h4502.cxx openh323_v1_18_0/src/h4503.asn0100644000176200056700000000567407273651747015723 0ustar releasepostincrCall-Diversion-Operations { itu-t recommendation h 450 3 version1(0) call-diversion-operations(0) } DEFINITIONS AUTOMATIC TAGS ::= BEGIN IMPORTS Extension FROM H4501 -- Manufacturer-specific-service-extension-definition { itu-t recommendation h 450 1 version1(0) msi-definition(18) } H225InformationElement FROM H225-generic-parameters-definition { itu-t recommendation h 450 1 version1(0) h225-generic-parameters(6) } NonStandardParameter FROM H225 -- H323-MESSAGES see H.225.0 EndpointAddress, PartySubaddress, PresentationAllowedIndicator FROM H4501 -- Addressing-Data-Elements { itu-t recommendation h 450 1 version1(0) addressing-data-elements (9) } userNotSubscribed, notAvailable, invalidServedUserNumber, basicServiceNotProvided, resourceUnavailable, supplementaryServiceInteractionNotAllowed FROM H4501-General-Error-List { itu-t recommendation h 450 1 version1(0) general-error-list (1) }; H323CallDiversionOperations ::= ENUMERATED { activateDiversionQ(15), deactivateDiversionQ(16), interrogateDiversionQ(17), checkRestriction(18), callRerouting(19), divertingLegInformation1(20), divertingLegInformation2(21), divertingLegInformation3(22), divertingLegInformation4(100), cfnrDivertedLegFailed(23) } -- Definitions of general used data types: DiversionReason ::= ENUMERATED { unknown(0), cfu(1), cfb(2), cfnr(3), ... } -- The value unknown is only used if received from another network when interworking. IntResultList ::= SET SIZE (0..29) OF IntResult IntResult ::= SEQUENCE { servedUserNr EndpointAddress, basicService BasicService, procedure Procedure, divertedToAddress EndpointAddress, remoteEnabled BOOLEAN DEFAULT FALSE, extension CHOICE { extensionSeq ExtensionSeq, nonStandardData NonStandardParameter } OPTIONAL, ... } Procedure ::= ENUMERATED { cfu(0), cfb(1), cfnr (2), ... } SubscriptionOption ::= ENUMERATED { noNotification(0), notificationWithoutDivertedToNr(1), notificationWithDivertedToNr(2), ... } CallDiversionErrors ::= ENUMERATED { invalidDivertedNumber(12), specialServiceNumber(14), diversionToServedUserNumber(15), numberOfDiversionsExceeded(24), temporarilyUnavailable(1000), notAuthorized(1007), unspecified(1008) } BasicService ::= ENUMERATED { allServices(0), -- speech (1), -- unrestricedDigitalInformation (2), -- audio3.1KHz (3), -- telephony (32), -- teletex (33), -- telefaxGroup4Class1 (34), -- videotexSyntaxBased (35), -- videotelephony (36), ... } -- For multimedia calls the value "allServices" shall be used only. -- The usage of the other codepoints for multimedia calls is for further study. ExtensionSeq ::= SEQUENCE OF Extension END -- of Call-Diversion-Operations openh323_v1_18_0/src/h4503.cxx0100644000176200056700000002663610251244022015713 0ustar releasepostincr// // h4503.cxx // // Code automatically generated by asnparse. // #ifdef P_USE_PRAGMA #pragma implementation "h4503.h" #endif #include #include "h4503.h" #define new PNEW #if ! H323_DISABLE_H4503 #ifndef PASN_NOPRINTON const static PASN_Names Names_H4503_H323CallDiversionOperations[]={ {"activateDiversionQ",15} ,{"deactivateDiversionQ",16} ,{"interrogateDiversionQ",17} ,{"checkRestriction",18} ,{"callRerouting",19} ,{"divertingLegInformation1",20} ,{"divertingLegInformation2",21} ,{"divertingLegInformation3",22} ,{"divertingLegInformation4",100} ,{"cfnrDivertedLegFailed",23} }; #endif // // H323CallDiversionOperations // H4503_H323CallDiversionOperations::H4503_H323CallDiversionOperations(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 100, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4503_H323CallDiversionOperations,10 #endif ) { } H4503_H323CallDiversionOperations & H4503_H323CallDiversionOperations::operator=(unsigned v) { SetValue(v); return *this; } PObject * H4503_H323CallDiversionOperations::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4503_H323CallDiversionOperations::Class()), PInvalidCast); #endif return new H4503_H323CallDiversionOperations(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4503_DiversionReason[]={ {"unknown",0} ,{"cfu",1} ,{"cfb",2} ,{"cfnr",3} }; #endif // // DiversionReason // H4503_DiversionReason::H4503_DiversionReason(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4503_DiversionReason,4 #endif ) { } H4503_DiversionReason & H4503_DiversionReason::operator=(unsigned v) { SetValue(v); return *this; } PObject * H4503_DiversionReason::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4503_DiversionReason::Class()), PInvalidCast); #endif return new H4503_DiversionReason(*this); } // // IntResultList // H4503_IntResultList::H4503_IntResultList(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 0, 29); } PASN_Object * H4503_IntResultList::CreateObject() const { return new H4503_IntResult; } H4503_IntResult & H4503_IntResultList::operator[](PINDEX i) const { return (H4503_IntResult &)array[i]; } PObject * H4503_IntResultList::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4503_IntResultList::Class()), PInvalidCast); #endif return new H4503_IntResultList(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4503_Procedure[]={ {"cfu",0} ,{"cfb",1} ,{"cfnr",2} }; #endif // // Procedure // H4503_Procedure::H4503_Procedure(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4503_Procedure,3 #endif ) { } H4503_Procedure & H4503_Procedure::operator=(unsigned v) { SetValue(v); return *this; } PObject * H4503_Procedure::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4503_Procedure::Class()), PInvalidCast); #endif return new H4503_Procedure(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4503_SubscriptionOption[]={ {"noNotification",0} ,{"notificationWithoutDivertedToNr",1} ,{"notificationWithDivertedToNr",2} }; #endif // // SubscriptionOption // H4503_SubscriptionOption::H4503_SubscriptionOption(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4503_SubscriptionOption,3 #endif ) { } H4503_SubscriptionOption & H4503_SubscriptionOption::operator=(unsigned v) { SetValue(v); return *this; } PObject * H4503_SubscriptionOption::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4503_SubscriptionOption::Class()), PInvalidCast); #endif return new H4503_SubscriptionOption(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4503_CallDiversionErrors[]={ {"invalidDivertedNumber",12} ,{"specialServiceNumber",14} ,{"diversionToServedUserNumber",15} ,{"numberOfDiversionsExceeded",24} ,{"temporarilyUnavailable",1000} ,{"notAuthorized",1007} ,{"unspecified",1008} }; #endif // // CallDiversionErrors // H4503_CallDiversionErrors::H4503_CallDiversionErrors(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 1008, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4503_CallDiversionErrors,7 #endif ) { } H4503_CallDiversionErrors & H4503_CallDiversionErrors::operator=(unsigned v) { SetValue(v); return *this; } PObject * H4503_CallDiversionErrors::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4503_CallDiversionErrors::Class()), PInvalidCast); #endif return new H4503_CallDiversionErrors(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4503_BasicService[]={ {"allServices",0} }; #endif // // BasicService // H4503_BasicService::H4503_BasicService(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 0, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4503_BasicService,1 #endif ) { } H4503_BasicService & H4503_BasicService::operator=(unsigned v) { SetValue(v); return *this; } PObject * H4503_BasicService::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4503_BasicService::Class()), PInvalidCast); #endif return new H4503_BasicService(*this); } // // ExtensionSeq // H4503_ExtensionSeq::H4503_ExtensionSeq(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H4503_ExtensionSeq::CreateObject() const { return new H4501_Extension; } H4501_Extension & H4503_ExtensionSeq::operator[](PINDEX i) const { return (H4501_Extension &)array[i]; } PObject * H4503_ExtensionSeq::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4503_ExtensionSeq::Class()), PInvalidCast); #endif return new H4503_ExtensionSeq(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4503_IntResult_extension[]={ {"extensionSeq",0} ,{"nonStandardData",1} }; #endif // // IntResult_extension // H4503_IntResult_extension::H4503_IntResult_extension(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4503_IntResult_extension,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H4503_IntResult_extension::operator H4503_ExtensionSeq &() const #else H4503_IntResult_extension::operator H4503_ExtensionSeq &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4503_ExtensionSeq), PInvalidCast); #endif return *(H4503_ExtensionSeq *)choice; } H4503_IntResult_extension::operator const H4503_ExtensionSeq &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4503_ExtensionSeq), PInvalidCast); #endif return *(H4503_ExtensionSeq *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H4503_IntResult_extension::operator H225_NonStandardParameter &() const #else H4503_IntResult_extension::operator H225_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } H4503_IntResult_extension::operator const H225_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } BOOL H4503_IntResult_extension::CreateObject() { switch (tag) { case e_extensionSeq : choice = new H4503_ExtensionSeq(); return TRUE; case e_nonStandardData : choice = new H225_NonStandardParameter(); return TRUE; } choice = NULL; return FALSE; } PObject * H4503_IntResult_extension::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4503_IntResult_extension::Class()), PInvalidCast); #endif return new H4503_IntResult_extension(*this); } // // IntResult // H4503_IntResult::H4503_IntResult(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H4503_IntResult::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "servedUserNr = " << setprecision(indent) << m_servedUserNr << '\n'; strm << setw(indent+15) << "basicService = " << setprecision(indent) << m_basicService << '\n'; strm << setw(indent+12) << "procedure = " << setprecision(indent) << m_procedure << '\n'; strm << setw(indent+20) << "divertedToAddress = " << setprecision(indent) << m_divertedToAddress << '\n'; strm << setw(indent+16) << "remoteEnabled = " << setprecision(indent) << m_remoteEnabled << '\n'; if (HasOptionalField(e_extension)) strm << setw(indent+12) << "extension = " << setprecision(indent) << m_extension << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4503_IntResult::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4503_IntResult), PInvalidCast); #endif const H4503_IntResult & other = (const H4503_IntResult &)obj; Comparison result; if ((result = m_servedUserNr.Compare(other.m_servedUserNr)) != EqualTo) return result; if ((result = m_basicService.Compare(other.m_basicService)) != EqualTo) return result; if ((result = m_procedure.Compare(other.m_procedure)) != EqualTo) return result; if ((result = m_divertedToAddress.Compare(other.m_divertedToAddress)) != EqualTo) return result; if ((result = m_remoteEnabled.Compare(other.m_remoteEnabled)) != EqualTo) return result; if ((result = m_extension.Compare(other.m_extension)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4503_IntResult::GetDataLength() const { PINDEX length = 0; length += m_servedUserNr.GetObjectLength(); length += m_basicService.GetObjectLength(); length += m_procedure.GetObjectLength(); length += m_divertedToAddress.GetObjectLength(); length += m_remoteEnabled.GetObjectLength(); if (HasOptionalField(e_extension)) length += m_extension.GetObjectLength(); return length; } BOOL H4503_IntResult::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_servedUserNr.Decode(strm)) return FALSE; if (!m_basicService.Decode(strm)) return FALSE; if (!m_procedure.Decode(strm)) return FALSE; if (!m_divertedToAddress.Decode(strm)) return FALSE; if (!m_remoteEnabled.Decode(strm)) return FALSE; if (HasOptionalField(e_extension) && !m_extension.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4503_IntResult::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_servedUserNr.Encode(strm); m_basicService.Encode(strm); m_procedure.Encode(strm); m_divertedToAddress.Encode(strm); m_remoteEnabled.Encode(strm); if (HasOptionalField(e_extension)) m_extension.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4503_IntResult::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4503_IntResult::Class()), PInvalidCast); #endif return new H4503_IntResult(*this); } #endif // if ! H323_DISABLE_H4503 // End of h4503.cxx openh323_v1_18_0/src/h4504.asn0100644000176200056700000000315507273415642015704 0ustar releasepostincrCall-Hold-Operations { itu-t recommendation h 450 4 version1(0) call-hold-operations(0) } DEFINITIONS AUTOMATIC TAGS ::= BEGIN IMPORTS EXTENSION, Extension FROM H4501 -- Manufacturer-specific-service-extension-definition { itu-t recommendation h 450 1 version1(0) msi-definition(18) } notAvailable, invalidCallState, resourceUnavailable, supplementaryServiceInteractionNotAllowed FROM H4501-General-Error-List { itu-t recommendation h 450 1 version1(0) general-error-list (1) } NonStandardParameter FROM H225; -- H323-MESSAGES CallHoldOperation ::= ENUMERATED { holdNotific(101), retrieveNotific(102), remoteHold(103), remoteRetrieve(104) } HoldNotificArg ::= SEQUENCE { extensionArg SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } RetrieveNotificArg ::= SEQUENCE { extensionArg SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } RemoteHoldArg ::= SEQUENCE { extensionArg SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } RemoteHoldRes ::= SEQUENCE { extensionRes SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } RemoteRetrieveArg ::= SEQUENCE { extensionArg SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } RemoteRetrieveRes ::= SEQUENCE { extensionRes SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } MixedExtension ::= CHOICE { extension Extension, nonStandardData NonStandardParameter } Extension ::= SEQUENCE { extensionId OBJECT IDENTIFIER, argument OCTET STRING } END -- of Call-Hold-Operations openh323_v1_18_0/src/h4504.cxx0100644000176200056700000004011010251241421015673 0ustar releasepostincr// // h4504.cxx // // Code automatically generated by asnparse. // #ifdef P_USE_PRAGMA #pragma implementation "h4504.h" #endif #include #include "h4504.h" #define new PNEW #if ! H323_DISABLE_H4504 #ifndef PASN_NOPRINTON const static PASN_Names Names_H4504_CallHoldOperation[]={ {"holdNotific",101} ,{"retrieveNotific",102} ,{"remoteHold",103} ,{"remoteRetrieve",104} }; #endif // // CallHoldOperation // H4504_CallHoldOperation::H4504_CallHoldOperation(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 104, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4504_CallHoldOperation,4 #endif ) { } H4504_CallHoldOperation & H4504_CallHoldOperation::operator=(unsigned v) { SetValue(v); return *this; } PObject * H4504_CallHoldOperation::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4504_CallHoldOperation::Class()), PInvalidCast); #endif return new H4504_CallHoldOperation(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4504_MixedExtension[]={ {"extension",0} ,{"nonStandardData",1} }; #endif // // MixedExtension // H4504_MixedExtension::H4504_MixedExtension(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4504_MixedExtension,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H4504_MixedExtension::operator H4501_Extension &() const #else H4504_MixedExtension::operator H4501_Extension &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4501_Extension), PInvalidCast); #endif return *(H4501_Extension *)choice; } H4504_MixedExtension::operator const H4501_Extension &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4501_Extension), PInvalidCast); #endif return *(H4501_Extension *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H4504_MixedExtension::operator H225_NonStandardParameter &() const #else H4504_MixedExtension::operator H225_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } H4504_MixedExtension::operator const H225_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } BOOL H4504_MixedExtension::CreateObject() { switch (tag) { case e_extension : choice = new H4501_Extension(); return TRUE; case e_nonStandardData : choice = new H225_NonStandardParameter(); return TRUE; } choice = NULL; return FALSE; } PObject * H4504_MixedExtension::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4504_MixedExtension::Class()), PInvalidCast); #endif return new H4504_MixedExtension(*this); } // // Extension // H4504_Extension::H4504_Extension(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void H4504_Extension::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+14) << "extensionId = " << setprecision(indent) << m_extensionId << '\n'; strm << setw(indent+11) << "argument = " << setprecision(indent) << m_argument << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4504_Extension::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4504_Extension), PInvalidCast); #endif const H4504_Extension & other = (const H4504_Extension &)obj; Comparison result; if ((result = m_extensionId.Compare(other.m_extensionId)) != EqualTo) return result; if ((result = m_argument.Compare(other.m_argument)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4504_Extension::GetDataLength() const { PINDEX length = 0; length += m_extensionId.GetObjectLength(); length += m_argument.GetObjectLength(); return length; } BOOL H4504_Extension::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_extensionId.Decode(strm)) return FALSE; if (!m_argument.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4504_Extension::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_extensionId.Encode(strm); m_argument.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4504_Extension::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4504_Extension::Class()), PInvalidCast); #endif return new H4504_Extension(*this); } // // ArrayOf_MixedExtension // H4504_ArrayOf_MixedExtension::H4504_ArrayOf_MixedExtension(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H4504_ArrayOf_MixedExtension::CreateObject() const { return new H4504_MixedExtension; } H4504_MixedExtension & H4504_ArrayOf_MixedExtension::operator[](PINDEX i) const { return (H4504_MixedExtension &)array[i]; } PObject * H4504_ArrayOf_MixedExtension::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4504_ArrayOf_MixedExtension::Class()), PInvalidCast); #endif return new H4504_ArrayOf_MixedExtension(*this); } // // HoldNotificArg // H4504_HoldNotificArg::H4504_HoldNotificArg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_extensionArg.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H4504_HoldNotificArg::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_extensionArg)) strm << setw(indent+15) << "extensionArg = " << setprecision(indent) << m_extensionArg << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4504_HoldNotificArg::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4504_HoldNotificArg), PInvalidCast); #endif const H4504_HoldNotificArg & other = (const H4504_HoldNotificArg &)obj; Comparison result; if ((result = m_extensionArg.Compare(other.m_extensionArg)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4504_HoldNotificArg::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_extensionArg)) length += m_extensionArg.GetObjectLength(); return length; } BOOL H4504_HoldNotificArg::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_extensionArg) && !m_extensionArg.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4504_HoldNotificArg::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_extensionArg)) m_extensionArg.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4504_HoldNotificArg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4504_HoldNotificArg::Class()), PInvalidCast); #endif return new H4504_HoldNotificArg(*this); } // // RetrieveNotificArg // H4504_RetrieveNotificArg::H4504_RetrieveNotificArg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_extensionArg.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H4504_RetrieveNotificArg::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_extensionArg)) strm << setw(indent+15) << "extensionArg = " << setprecision(indent) << m_extensionArg << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4504_RetrieveNotificArg::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4504_RetrieveNotificArg), PInvalidCast); #endif const H4504_RetrieveNotificArg & other = (const H4504_RetrieveNotificArg &)obj; Comparison result; if ((result = m_extensionArg.Compare(other.m_extensionArg)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4504_RetrieveNotificArg::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_extensionArg)) length += m_extensionArg.GetObjectLength(); return length; } BOOL H4504_RetrieveNotificArg::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_extensionArg) && !m_extensionArg.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4504_RetrieveNotificArg::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_extensionArg)) m_extensionArg.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4504_RetrieveNotificArg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4504_RetrieveNotificArg::Class()), PInvalidCast); #endif return new H4504_RetrieveNotificArg(*this); } // // RemoteHoldArg // H4504_RemoteHoldArg::H4504_RemoteHoldArg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_extensionArg.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H4504_RemoteHoldArg::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_extensionArg)) strm << setw(indent+15) << "extensionArg = " << setprecision(indent) << m_extensionArg << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4504_RemoteHoldArg::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4504_RemoteHoldArg), PInvalidCast); #endif const H4504_RemoteHoldArg & other = (const H4504_RemoteHoldArg &)obj; Comparison result; if ((result = m_extensionArg.Compare(other.m_extensionArg)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4504_RemoteHoldArg::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_extensionArg)) length += m_extensionArg.GetObjectLength(); return length; } BOOL H4504_RemoteHoldArg::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_extensionArg) && !m_extensionArg.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4504_RemoteHoldArg::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_extensionArg)) m_extensionArg.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4504_RemoteHoldArg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4504_RemoteHoldArg::Class()), PInvalidCast); #endif return new H4504_RemoteHoldArg(*this); } // // RemoteHoldRes // H4504_RemoteHoldRes::H4504_RemoteHoldRes(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_extensionRes.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H4504_RemoteHoldRes::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_extensionRes)) strm << setw(indent+15) << "extensionRes = " << setprecision(indent) << m_extensionRes << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4504_RemoteHoldRes::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4504_RemoteHoldRes), PInvalidCast); #endif const H4504_RemoteHoldRes & other = (const H4504_RemoteHoldRes &)obj; Comparison result; if ((result = m_extensionRes.Compare(other.m_extensionRes)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4504_RemoteHoldRes::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_extensionRes)) length += m_extensionRes.GetObjectLength(); return length; } BOOL H4504_RemoteHoldRes::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_extensionRes) && !m_extensionRes.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4504_RemoteHoldRes::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_extensionRes)) m_extensionRes.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4504_RemoteHoldRes::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4504_RemoteHoldRes::Class()), PInvalidCast); #endif return new H4504_RemoteHoldRes(*this); } // // RemoteRetrieveArg // H4504_RemoteRetrieveArg::H4504_RemoteRetrieveArg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_extensionArg.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H4504_RemoteRetrieveArg::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_extensionArg)) strm << setw(indent+15) << "extensionArg = " << setprecision(indent) << m_extensionArg << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4504_RemoteRetrieveArg::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4504_RemoteRetrieveArg), PInvalidCast); #endif const H4504_RemoteRetrieveArg & other = (const H4504_RemoteRetrieveArg &)obj; Comparison result; if ((result = m_extensionArg.Compare(other.m_extensionArg)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4504_RemoteRetrieveArg::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_extensionArg)) length += m_extensionArg.GetObjectLength(); return length; } BOOL H4504_RemoteRetrieveArg::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_extensionArg) && !m_extensionArg.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4504_RemoteRetrieveArg::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_extensionArg)) m_extensionArg.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4504_RemoteRetrieveArg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4504_RemoteRetrieveArg::Class()), PInvalidCast); #endif return new H4504_RemoteRetrieveArg(*this); } // // RemoteRetrieveRes // H4504_RemoteRetrieveRes::H4504_RemoteRetrieveRes(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_extensionRes.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H4504_RemoteRetrieveRes::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_extensionRes)) strm << setw(indent+15) << "extensionRes = " << setprecision(indent) << m_extensionRes << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4504_RemoteRetrieveRes::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4504_RemoteRetrieveRes), PInvalidCast); #endif const H4504_RemoteRetrieveRes & other = (const H4504_RemoteRetrieveRes &)obj; Comparison result; if ((result = m_extensionRes.Compare(other.m_extensionRes)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4504_RemoteRetrieveRes::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_extensionRes)) length += m_extensionRes.GetObjectLength(); return length; } BOOL H4504_RemoteRetrieveRes::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_extensionRes) && !m_extensionRes.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4504_RemoteRetrieveRes::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_extensionRes)) m_extensionRes.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4504_RemoteRetrieveRes::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4504_RemoteRetrieveRes::Class()), PInvalidCast); #endif return new H4504_RemoteRetrieveRes(*this); } #endif // if ! H323_DISABLE_H4504 // End of h4504.cxx openh323_v1_18_0/src/h4505.asn0100644000176200056700000001460407274401207015677 0ustar releasepostincrCall-Park-Pickup-Operations { itu-t recommendation h 450 5 version1(0) call-park-pickup-operations(0) } DEFINITIONS AUTOMATIC TAGS ::= BEGIN IMPORTS Extension FROM H4501 -- Manufacturer-specific-service-extension-definition { itu-t recommendation h 450 1 version1(0) msi-definition(18) } notAvailable, invalidCallState, resourceUnavailable, supplementaryServiceInteractionNotAllowed FROM H4501 -- H4501-General-Error-List { itu-t recommendation h 450 1 version1(0) general-error-list (1) } EndpointAddress FROM H4501 -- Addressing-Data-Elements { itu-t recommendation h 450 1 version1(0) addressing-data-elements(9) } MixedExtension FROM H4504 -- Call-Hold-Operations { itu-t recommendation h 450 4 version1(0) call-hold-operations(0) } NonStandardParameter, CallIdentifier FROM H225; -- H323-MESSAGES see H.225.0 CallParkPickupOperations ::= ENUMERATED { cpRequest(106), cpSetup(107), groupIndicationOn(8), groupIndicationOff(9), pickrequ(110), pickup(111), pickExe(112), cpNotify(113), cpickupNotify(114) } CpRequestArg ::= SEQUENCE { parkingNumber EndpointAddress, parkedNumber EndpointAddress, parkedToNumber EndpointAddress, parkedToPosition ParkedToPosition OPTIONAL, extensionArg SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } CpRequestRes ::= SEQUENCE { parkedToNumber EndpointAddress, parkedToPosition ParkedToPosition OPTIONAL, parkCondition ParkCondition, extensionRes SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } CpSetupArg ::= SEQUENCE { parkingNumber EndpointAddress, parkedNumber EndpointAddress, parkedToNumber EndpointAddress, parkedToPosition ParkedToPosition OPTIONAL, extensionArg SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } CpSetupRes ::= SEQUENCE { parkedToNumber EndpointAddress, parkedToPosition ParkedToPosition OPTIONAL, parkCondition ParkCondition, extensionRes SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } GroupIndicationOnArg ::= SEQUENCE { callPickupId CallIdentifier, -- identification of the call to be retrieved (parked or alerting call); -- its value equals the value of the CallIdentifier as assigned for the parked / -- alerting call within Setup-UUIE groupMemberUserNr EndpointAddress, retrieveCallType CallType, partyToRetrieve EndpointAddress, -- Parked or Calling User retrieveAddress EndpointAddress, -- parked-to or alerting entity address -- (may also be a GK, see clause 9.2) parkPosition ParkedToPosition OPTIONAL, extensionArg SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } GroupIndicationOnRes ::= SEQUENCE { extensionRes SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } GroupIndicationOffArg ::= SEQUENCE { callPickupId CallIdentifier, -- identification of the call that has been picked up (parked or alerting call) groupMemberUserNr EndpointAddress, extensionArg SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } GroupIndicationOffRes ::= SEQUENCE { extensionRes SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } PickrequArg ::= SEQUENCE { picking-upNumber EndpointAddress, callPickupId CallIdentifier OPTIONAL, -- identification of the call to be picked up (parked or alerting call), if known partyToRetrieve EndpointAddress OPTIONAL, -- Parked or Calling User retrieveAddress EndpointAddress, -- parked-to or alerting entity address parkPosition ParkedToPosition OPTIONAL, extensionArg SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } PickrequRes ::= SEQUENCE { callPickupId CallIdentifier, -- identification of the call that is being picked up (parked or alerting call), -- if not sent in pickrequ invoke, it is assigned at the parked-to / alerting -- endpoint and reflects the CallIdentification of the parked / alerting call for -- later association with the pickExe invoke APDU. extensionRes SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } PickupArg ::= SEQUENCE { callPickupId CallIdentifier, -- identification of this call to be picked up (parked or alerting call); -- equals the CallIdentifier value that was assigned to this call in Setup-UUIE picking-upNumber EndpointAddress, extensionArg SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } PickupRes ::= SEQUENCE { extensionRes SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } PickExeArg ::= SEQUENCE { callPickupId CallIdentifier, -- identification of the parked / alerting call to be picked-up; -- required at picking-up endpoint to associate the SS-PICKUP invoked with this -- incoming setup message carrying the pickExe invoke APDU. picking-upNumber EndpointAddress, partyToRetrieve EndpointAddress, -- Parked or Calling User extensionArg SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } PickExeRes ::= SEQUENCE { extensionRes SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } CpNotifyArg ::= SEQUENCE { parkingNumber EndpointAddress OPTIONAL, extensionArg SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } CpickupNotifyArg ::= SEQUENCE { picking-upNumber EndpointAddress OPTIONAL, extensionArg SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } ParkedToPosition ::= INTEGER (0..65535) ParkCondition ::= ENUMERATED { unspecified (0), parkedToUserIdle (1), parkedToUserBusy (2), parkedToGroup (3), ... } CallType ::= ENUMERATED { parkedCall (0), alertingCall (1), ... } CallPickupErrors ::= ENUMERATED { callPickupIdInvalid(2000), callAlreadyPickedUp(2001), undefined(2002) } END -- of Call-Park-Pickup-Operations openh323_v1_18_0/src/h4505.cxx0100644000176200056700000013346110251241421015710 0ustar releasepostincr// // h4505.cxx // // Code automatically generated by asnparse. // #ifdef P_USE_PRAGMA #pragma implementation "h4505.h" #endif #include #include "h4505.h" #define new PNEW #if ! H323_DISABLE_H4505 #ifndef PASN_NOPRINTON const static PASN_Names Names_H4505_CallParkPickupOperations[]={ {"cpRequest",106} ,{"cpSetup",107} ,{"groupIndicationOn",8} ,{"groupIndicationOff",9} ,{"pickrequ",110} ,{"pickup",111} ,{"pickExe",112} ,{"cpNotify",113} ,{"cpickupNotify",114} }; #endif // // CallParkPickupOperations // H4505_CallParkPickupOperations::H4505_CallParkPickupOperations(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 114, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4505_CallParkPickupOperations,9 #endif ) { } H4505_CallParkPickupOperations & H4505_CallParkPickupOperations::operator=(unsigned v) { SetValue(v); return *this; } PObject * H4505_CallParkPickupOperations::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4505_CallParkPickupOperations::Class()), PInvalidCast); #endif return new H4505_CallParkPickupOperations(*this); } // // ParkedToPosition // H4505_ParkedToPosition::H4505_ParkedToPosition(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } H4505_ParkedToPosition & H4505_ParkedToPosition::operator=(int v) { SetValue(v); return *this; } H4505_ParkedToPosition & H4505_ParkedToPosition::operator=(unsigned v) { SetValue(v); return *this; } PObject * H4505_ParkedToPosition::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4505_ParkedToPosition::Class()), PInvalidCast); #endif return new H4505_ParkedToPosition(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4505_ParkCondition[]={ {"unspecified",0} ,{"parkedToUserIdle",1} ,{"parkedToUserBusy",2} ,{"parkedToGroup",3} }; #endif // // ParkCondition // H4505_ParkCondition::H4505_ParkCondition(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4505_ParkCondition,4 #endif ) { } H4505_ParkCondition & H4505_ParkCondition::operator=(unsigned v) { SetValue(v); return *this; } PObject * H4505_ParkCondition::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4505_ParkCondition::Class()), PInvalidCast); #endif return new H4505_ParkCondition(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4505_CallType[]={ {"parkedCall",0} ,{"alertingCall",1} }; #endif // // CallType // H4505_CallType::H4505_CallType(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 1, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4505_CallType,2 #endif ) { } H4505_CallType & H4505_CallType::operator=(unsigned v) { SetValue(v); return *this; } PObject * H4505_CallType::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4505_CallType::Class()), PInvalidCast); #endif return new H4505_CallType(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4505_CallPickupErrors[]={ {"callPickupIdInvalid",2000} ,{"callAlreadyPickedUp",2001} ,{"undefined",2002} }; #endif // // CallPickupErrors // H4505_CallPickupErrors::H4505_CallPickupErrors(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 2002, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4505_CallPickupErrors,3 #endif ) { } H4505_CallPickupErrors & H4505_CallPickupErrors::operator=(unsigned v) { SetValue(v); return *this; } PObject * H4505_CallPickupErrors::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4505_CallPickupErrors::Class()), PInvalidCast); #endif return new H4505_CallPickupErrors(*this); } // // ArrayOf_MixedExtension // H4505_ArrayOf_MixedExtension::H4505_ArrayOf_MixedExtension(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H4505_ArrayOf_MixedExtension::CreateObject() const { return new H4504_MixedExtension; } H4504_MixedExtension & H4505_ArrayOf_MixedExtension::operator[](PINDEX i) const { return (H4504_MixedExtension &)array[i]; } PObject * H4505_ArrayOf_MixedExtension::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4505_ArrayOf_MixedExtension::Class()), PInvalidCast); #endif return new H4505_ArrayOf_MixedExtension(*this); } // // CpRequestArg // H4505_CpRequestArg::H4505_CpRequestArg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { m_extensionArg.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H4505_CpRequestArg::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "parkingNumber = " << setprecision(indent) << m_parkingNumber << '\n'; strm << setw(indent+15) << "parkedNumber = " << setprecision(indent) << m_parkedNumber << '\n'; strm << setw(indent+17) << "parkedToNumber = " << setprecision(indent) << m_parkedToNumber << '\n'; if (HasOptionalField(e_parkedToPosition)) strm << setw(indent+19) << "parkedToPosition = " << setprecision(indent) << m_parkedToPosition << '\n'; if (HasOptionalField(e_extensionArg)) strm << setw(indent+15) << "extensionArg = " << setprecision(indent) << m_extensionArg << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4505_CpRequestArg::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4505_CpRequestArg), PInvalidCast); #endif const H4505_CpRequestArg & other = (const H4505_CpRequestArg &)obj; Comparison result; if ((result = m_parkingNumber.Compare(other.m_parkingNumber)) != EqualTo) return result; if ((result = m_parkedNumber.Compare(other.m_parkedNumber)) != EqualTo) return result; if ((result = m_parkedToNumber.Compare(other.m_parkedToNumber)) != EqualTo) return result; if ((result = m_parkedToPosition.Compare(other.m_parkedToPosition)) != EqualTo) return result; if ((result = m_extensionArg.Compare(other.m_extensionArg)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4505_CpRequestArg::GetDataLength() const { PINDEX length = 0; length += m_parkingNumber.GetObjectLength(); length += m_parkedNumber.GetObjectLength(); length += m_parkedToNumber.GetObjectLength(); if (HasOptionalField(e_parkedToPosition)) length += m_parkedToPosition.GetObjectLength(); if (HasOptionalField(e_extensionArg)) length += m_extensionArg.GetObjectLength(); return length; } BOOL H4505_CpRequestArg::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_parkingNumber.Decode(strm)) return FALSE; if (!m_parkedNumber.Decode(strm)) return FALSE; if (!m_parkedToNumber.Decode(strm)) return FALSE; if (HasOptionalField(e_parkedToPosition) && !m_parkedToPosition.Decode(strm)) return FALSE; if (HasOptionalField(e_extensionArg) && !m_extensionArg.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4505_CpRequestArg::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_parkingNumber.Encode(strm); m_parkedNumber.Encode(strm); m_parkedToNumber.Encode(strm); if (HasOptionalField(e_parkedToPosition)) m_parkedToPosition.Encode(strm); if (HasOptionalField(e_extensionArg)) m_extensionArg.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4505_CpRequestArg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4505_CpRequestArg::Class()), PInvalidCast); #endif return new H4505_CpRequestArg(*this); } // // CpRequestRes // H4505_CpRequestRes::H4505_CpRequestRes(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { m_extensionRes.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H4505_CpRequestRes::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "parkedToNumber = " << setprecision(indent) << m_parkedToNumber << '\n'; if (HasOptionalField(e_parkedToPosition)) strm << setw(indent+19) << "parkedToPosition = " << setprecision(indent) << m_parkedToPosition << '\n'; strm << setw(indent+16) << "parkCondition = " << setprecision(indent) << m_parkCondition << '\n'; if (HasOptionalField(e_extensionRes)) strm << setw(indent+15) << "extensionRes = " << setprecision(indent) << m_extensionRes << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4505_CpRequestRes::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4505_CpRequestRes), PInvalidCast); #endif const H4505_CpRequestRes & other = (const H4505_CpRequestRes &)obj; Comparison result; if ((result = m_parkedToNumber.Compare(other.m_parkedToNumber)) != EqualTo) return result; if ((result = m_parkedToPosition.Compare(other.m_parkedToPosition)) != EqualTo) return result; if ((result = m_parkCondition.Compare(other.m_parkCondition)) != EqualTo) return result; if ((result = m_extensionRes.Compare(other.m_extensionRes)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4505_CpRequestRes::GetDataLength() const { PINDEX length = 0; length += m_parkedToNumber.GetObjectLength(); if (HasOptionalField(e_parkedToPosition)) length += m_parkedToPosition.GetObjectLength(); length += m_parkCondition.GetObjectLength(); if (HasOptionalField(e_extensionRes)) length += m_extensionRes.GetObjectLength(); return length; } BOOL H4505_CpRequestRes::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_parkedToNumber.Decode(strm)) return FALSE; if (HasOptionalField(e_parkedToPosition) && !m_parkedToPosition.Decode(strm)) return FALSE; if (!m_parkCondition.Decode(strm)) return FALSE; if (HasOptionalField(e_extensionRes) && !m_extensionRes.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4505_CpRequestRes::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_parkedToNumber.Encode(strm); if (HasOptionalField(e_parkedToPosition)) m_parkedToPosition.Encode(strm); m_parkCondition.Encode(strm); if (HasOptionalField(e_extensionRes)) m_extensionRes.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4505_CpRequestRes::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4505_CpRequestRes::Class()), PInvalidCast); #endif return new H4505_CpRequestRes(*this); } // // CpSetupArg // H4505_CpSetupArg::H4505_CpSetupArg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { m_extensionArg.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H4505_CpSetupArg::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "parkingNumber = " << setprecision(indent) << m_parkingNumber << '\n'; strm << setw(indent+15) << "parkedNumber = " << setprecision(indent) << m_parkedNumber << '\n'; strm << setw(indent+17) << "parkedToNumber = " << setprecision(indent) << m_parkedToNumber << '\n'; if (HasOptionalField(e_parkedToPosition)) strm << setw(indent+19) << "parkedToPosition = " << setprecision(indent) << m_parkedToPosition << '\n'; if (HasOptionalField(e_extensionArg)) strm << setw(indent+15) << "extensionArg = " << setprecision(indent) << m_extensionArg << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4505_CpSetupArg::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4505_CpSetupArg), PInvalidCast); #endif const H4505_CpSetupArg & other = (const H4505_CpSetupArg &)obj; Comparison result; if ((result = m_parkingNumber.Compare(other.m_parkingNumber)) != EqualTo) return result; if ((result = m_parkedNumber.Compare(other.m_parkedNumber)) != EqualTo) return result; if ((result = m_parkedToNumber.Compare(other.m_parkedToNumber)) != EqualTo) return result; if ((result = m_parkedToPosition.Compare(other.m_parkedToPosition)) != EqualTo) return result; if ((result = m_extensionArg.Compare(other.m_extensionArg)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4505_CpSetupArg::GetDataLength() const { PINDEX length = 0; length += m_parkingNumber.GetObjectLength(); length += m_parkedNumber.GetObjectLength(); length += m_parkedToNumber.GetObjectLength(); if (HasOptionalField(e_parkedToPosition)) length += m_parkedToPosition.GetObjectLength(); if (HasOptionalField(e_extensionArg)) length += m_extensionArg.GetObjectLength(); return length; } BOOL H4505_CpSetupArg::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_parkingNumber.Decode(strm)) return FALSE; if (!m_parkedNumber.Decode(strm)) return FALSE; if (!m_parkedToNumber.Decode(strm)) return FALSE; if (HasOptionalField(e_parkedToPosition) && !m_parkedToPosition.Decode(strm)) return FALSE; if (HasOptionalField(e_extensionArg) && !m_extensionArg.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4505_CpSetupArg::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_parkingNumber.Encode(strm); m_parkedNumber.Encode(strm); m_parkedToNumber.Encode(strm); if (HasOptionalField(e_parkedToPosition)) m_parkedToPosition.Encode(strm); if (HasOptionalField(e_extensionArg)) m_extensionArg.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4505_CpSetupArg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4505_CpSetupArg::Class()), PInvalidCast); #endif return new H4505_CpSetupArg(*this); } // // CpSetupRes // H4505_CpSetupRes::H4505_CpSetupRes(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { m_extensionRes.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H4505_CpSetupRes::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "parkedToNumber = " << setprecision(indent) << m_parkedToNumber << '\n'; if (HasOptionalField(e_parkedToPosition)) strm << setw(indent+19) << "parkedToPosition = " << setprecision(indent) << m_parkedToPosition << '\n'; strm << setw(indent+16) << "parkCondition = " << setprecision(indent) << m_parkCondition << '\n'; if (HasOptionalField(e_extensionRes)) strm << setw(indent+15) << "extensionRes = " << setprecision(indent) << m_extensionRes << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4505_CpSetupRes::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4505_CpSetupRes), PInvalidCast); #endif const H4505_CpSetupRes & other = (const H4505_CpSetupRes &)obj; Comparison result; if ((result = m_parkedToNumber.Compare(other.m_parkedToNumber)) != EqualTo) return result; if ((result = m_parkedToPosition.Compare(other.m_parkedToPosition)) != EqualTo) return result; if ((result = m_parkCondition.Compare(other.m_parkCondition)) != EqualTo) return result; if ((result = m_extensionRes.Compare(other.m_extensionRes)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4505_CpSetupRes::GetDataLength() const { PINDEX length = 0; length += m_parkedToNumber.GetObjectLength(); if (HasOptionalField(e_parkedToPosition)) length += m_parkedToPosition.GetObjectLength(); length += m_parkCondition.GetObjectLength(); if (HasOptionalField(e_extensionRes)) length += m_extensionRes.GetObjectLength(); return length; } BOOL H4505_CpSetupRes::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_parkedToNumber.Decode(strm)) return FALSE; if (HasOptionalField(e_parkedToPosition) && !m_parkedToPosition.Decode(strm)) return FALSE; if (!m_parkCondition.Decode(strm)) return FALSE; if (HasOptionalField(e_extensionRes) && !m_extensionRes.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4505_CpSetupRes::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_parkedToNumber.Encode(strm); if (HasOptionalField(e_parkedToPosition)) m_parkedToPosition.Encode(strm); m_parkCondition.Encode(strm); if (HasOptionalField(e_extensionRes)) m_extensionRes.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4505_CpSetupRes::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4505_CpSetupRes::Class()), PInvalidCast); #endif return new H4505_CpSetupRes(*this); } // // GroupIndicationOnArg // H4505_GroupIndicationOnArg::H4505_GroupIndicationOnArg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { m_extensionArg.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H4505_GroupIndicationOnArg::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "callPickupId = " << setprecision(indent) << m_callPickupId << '\n'; strm << setw(indent+20) << "groupMemberUserNr = " << setprecision(indent) << m_groupMemberUserNr << '\n'; strm << setw(indent+19) << "retrieveCallType = " << setprecision(indent) << m_retrieveCallType << '\n'; strm << setw(indent+18) << "partyToRetrieve = " << setprecision(indent) << m_partyToRetrieve << '\n'; strm << setw(indent+18) << "retrieveAddress = " << setprecision(indent) << m_retrieveAddress << '\n'; if (HasOptionalField(e_parkPosition)) strm << setw(indent+15) << "parkPosition = " << setprecision(indent) << m_parkPosition << '\n'; if (HasOptionalField(e_extensionArg)) strm << setw(indent+15) << "extensionArg = " << setprecision(indent) << m_extensionArg << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4505_GroupIndicationOnArg::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4505_GroupIndicationOnArg), PInvalidCast); #endif const H4505_GroupIndicationOnArg & other = (const H4505_GroupIndicationOnArg &)obj; Comparison result; if ((result = m_callPickupId.Compare(other.m_callPickupId)) != EqualTo) return result; if ((result = m_groupMemberUserNr.Compare(other.m_groupMemberUserNr)) != EqualTo) return result; if ((result = m_retrieveCallType.Compare(other.m_retrieveCallType)) != EqualTo) return result; if ((result = m_partyToRetrieve.Compare(other.m_partyToRetrieve)) != EqualTo) return result; if ((result = m_retrieveAddress.Compare(other.m_retrieveAddress)) != EqualTo) return result; if ((result = m_parkPosition.Compare(other.m_parkPosition)) != EqualTo) return result; if ((result = m_extensionArg.Compare(other.m_extensionArg)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4505_GroupIndicationOnArg::GetDataLength() const { PINDEX length = 0; length += m_callPickupId.GetObjectLength(); length += m_groupMemberUserNr.GetObjectLength(); length += m_retrieveCallType.GetObjectLength(); length += m_partyToRetrieve.GetObjectLength(); length += m_retrieveAddress.GetObjectLength(); if (HasOptionalField(e_parkPosition)) length += m_parkPosition.GetObjectLength(); if (HasOptionalField(e_extensionArg)) length += m_extensionArg.GetObjectLength(); return length; } BOOL H4505_GroupIndicationOnArg::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_callPickupId.Decode(strm)) return FALSE; if (!m_groupMemberUserNr.Decode(strm)) return FALSE; if (!m_retrieveCallType.Decode(strm)) return FALSE; if (!m_partyToRetrieve.Decode(strm)) return FALSE; if (!m_retrieveAddress.Decode(strm)) return FALSE; if (HasOptionalField(e_parkPosition) && !m_parkPosition.Decode(strm)) return FALSE; if (HasOptionalField(e_extensionArg) && !m_extensionArg.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4505_GroupIndicationOnArg::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_callPickupId.Encode(strm); m_groupMemberUserNr.Encode(strm); m_retrieveCallType.Encode(strm); m_partyToRetrieve.Encode(strm); m_retrieveAddress.Encode(strm); if (HasOptionalField(e_parkPosition)) m_parkPosition.Encode(strm); if (HasOptionalField(e_extensionArg)) m_extensionArg.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4505_GroupIndicationOnArg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4505_GroupIndicationOnArg::Class()), PInvalidCast); #endif return new H4505_GroupIndicationOnArg(*this); } // // GroupIndicationOnRes // H4505_GroupIndicationOnRes::H4505_GroupIndicationOnRes(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_extensionRes.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H4505_GroupIndicationOnRes::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_extensionRes)) strm << setw(indent+15) << "extensionRes = " << setprecision(indent) << m_extensionRes << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4505_GroupIndicationOnRes::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4505_GroupIndicationOnRes), PInvalidCast); #endif const H4505_GroupIndicationOnRes & other = (const H4505_GroupIndicationOnRes &)obj; Comparison result; if ((result = m_extensionRes.Compare(other.m_extensionRes)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4505_GroupIndicationOnRes::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_extensionRes)) length += m_extensionRes.GetObjectLength(); return length; } BOOL H4505_GroupIndicationOnRes::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_extensionRes) && !m_extensionRes.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4505_GroupIndicationOnRes::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_extensionRes)) m_extensionRes.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4505_GroupIndicationOnRes::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4505_GroupIndicationOnRes::Class()), PInvalidCast); #endif return new H4505_GroupIndicationOnRes(*this); } // // GroupIndicationOffArg // H4505_GroupIndicationOffArg::H4505_GroupIndicationOffArg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_extensionArg.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H4505_GroupIndicationOffArg::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "callPickupId = " << setprecision(indent) << m_callPickupId << '\n'; strm << setw(indent+20) << "groupMemberUserNr = " << setprecision(indent) << m_groupMemberUserNr << '\n'; if (HasOptionalField(e_extensionArg)) strm << setw(indent+15) << "extensionArg = " << setprecision(indent) << m_extensionArg << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4505_GroupIndicationOffArg::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4505_GroupIndicationOffArg), PInvalidCast); #endif const H4505_GroupIndicationOffArg & other = (const H4505_GroupIndicationOffArg &)obj; Comparison result; if ((result = m_callPickupId.Compare(other.m_callPickupId)) != EqualTo) return result; if ((result = m_groupMemberUserNr.Compare(other.m_groupMemberUserNr)) != EqualTo) return result; if ((result = m_extensionArg.Compare(other.m_extensionArg)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4505_GroupIndicationOffArg::GetDataLength() const { PINDEX length = 0; length += m_callPickupId.GetObjectLength(); length += m_groupMemberUserNr.GetObjectLength(); if (HasOptionalField(e_extensionArg)) length += m_extensionArg.GetObjectLength(); return length; } BOOL H4505_GroupIndicationOffArg::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_callPickupId.Decode(strm)) return FALSE; if (!m_groupMemberUserNr.Decode(strm)) return FALSE; if (HasOptionalField(e_extensionArg) && !m_extensionArg.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4505_GroupIndicationOffArg::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_callPickupId.Encode(strm); m_groupMemberUserNr.Encode(strm); if (HasOptionalField(e_extensionArg)) m_extensionArg.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4505_GroupIndicationOffArg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4505_GroupIndicationOffArg::Class()), PInvalidCast); #endif return new H4505_GroupIndicationOffArg(*this); } // // GroupIndicationOffRes // H4505_GroupIndicationOffRes::H4505_GroupIndicationOffRes(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_extensionRes.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H4505_GroupIndicationOffRes::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_extensionRes)) strm << setw(indent+15) << "extensionRes = " << setprecision(indent) << m_extensionRes << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4505_GroupIndicationOffRes::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4505_GroupIndicationOffRes), PInvalidCast); #endif const H4505_GroupIndicationOffRes & other = (const H4505_GroupIndicationOffRes &)obj; Comparison result; if ((result = m_extensionRes.Compare(other.m_extensionRes)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4505_GroupIndicationOffRes::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_extensionRes)) length += m_extensionRes.GetObjectLength(); return length; } BOOL H4505_GroupIndicationOffRes::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_extensionRes) && !m_extensionRes.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4505_GroupIndicationOffRes::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_extensionRes)) m_extensionRes.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4505_GroupIndicationOffRes::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4505_GroupIndicationOffRes::Class()), PInvalidCast); #endif return new H4505_GroupIndicationOffRes(*this); } // // PickrequArg // H4505_PickrequArg::H4505_PickrequArg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 4, TRUE, 0) { m_extensionArg.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H4505_PickrequArg::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+19) << "picking_upNumber = " << setprecision(indent) << m_picking_upNumber << '\n'; if (HasOptionalField(e_callPickupId)) strm << setw(indent+15) << "callPickupId = " << setprecision(indent) << m_callPickupId << '\n'; if (HasOptionalField(e_partyToRetrieve)) strm << setw(indent+18) << "partyToRetrieve = " << setprecision(indent) << m_partyToRetrieve << '\n'; strm << setw(indent+18) << "retrieveAddress = " << setprecision(indent) << m_retrieveAddress << '\n'; if (HasOptionalField(e_parkPosition)) strm << setw(indent+15) << "parkPosition = " << setprecision(indent) << m_parkPosition << '\n'; if (HasOptionalField(e_extensionArg)) strm << setw(indent+15) << "extensionArg = " << setprecision(indent) << m_extensionArg << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4505_PickrequArg::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4505_PickrequArg), PInvalidCast); #endif const H4505_PickrequArg & other = (const H4505_PickrequArg &)obj; Comparison result; if ((result = m_picking_upNumber.Compare(other.m_picking_upNumber)) != EqualTo) return result; if ((result = m_callPickupId.Compare(other.m_callPickupId)) != EqualTo) return result; if ((result = m_partyToRetrieve.Compare(other.m_partyToRetrieve)) != EqualTo) return result; if ((result = m_retrieveAddress.Compare(other.m_retrieveAddress)) != EqualTo) return result; if ((result = m_parkPosition.Compare(other.m_parkPosition)) != EqualTo) return result; if ((result = m_extensionArg.Compare(other.m_extensionArg)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4505_PickrequArg::GetDataLength() const { PINDEX length = 0; length += m_picking_upNumber.GetObjectLength(); if (HasOptionalField(e_callPickupId)) length += m_callPickupId.GetObjectLength(); if (HasOptionalField(e_partyToRetrieve)) length += m_partyToRetrieve.GetObjectLength(); length += m_retrieveAddress.GetObjectLength(); if (HasOptionalField(e_parkPosition)) length += m_parkPosition.GetObjectLength(); if (HasOptionalField(e_extensionArg)) length += m_extensionArg.GetObjectLength(); return length; } BOOL H4505_PickrequArg::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_picking_upNumber.Decode(strm)) return FALSE; if (HasOptionalField(e_callPickupId) && !m_callPickupId.Decode(strm)) return FALSE; if (HasOptionalField(e_partyToRetrieve) && !m_partyToRetrieve.Decode(strm)) return FALSE; if (!m_retrieveAddress.Decode(strm)) return FALSE; if (HasOptionalField(e_parkPosition) && !m_parkPosition.Decode(strm)) return FALSE; if (HasOptionalField(e_extensionArg) && !m_extensionArg.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4505_PickrequArg::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_picking_upNumber.Encode(strm); if (HasOptionalField(e_callPickupId)) m_callPickupId.Encode(strm); if (HasOptionalField(e_partyToRetrieve)) m_partyToRetrieve.Encode(strm); m_retrieveAddress.Encode(strm); if (HasOptionalField(e_parkPosition)) m_parkPosition.Encode(strm); if (HasOptionalField(e_extensionArg)) m_extensionArg.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4505_PickrequArg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4505_PickrequArg::Class()), PInvalidCast); #endif return new H4505_PickrequArg(*this); } // // PickrequRes // H4505_PickrequRes::H4505_PickrequRes(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_extensionRes.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H4505_PickrequRes::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "callPickupId = " << setprecision(indent) << m_callPickupId << '\n'; if (HasOptionalField(e_extensionRes)) strm << setw(indent+15) << "extensionRes = " << setprecision(indent) << m_extensionRes << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4505_PickrequRes::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4505_PickrequRes), PInvalidCast); #endif const H4505_PickrequRes & other = (const H4505_PickrequRes &)obj; Comparison result; if ((result = m_callPickupId.Compare(other.m_callPickupId)) != EqualTo) return result; if ((result = m_extensionRes.Compare(other.m_extensionRes)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4505_PickrequRes::GetDataLength() const { PINDEX length = 0; length += m_callPickupId.GetObjectLength(); if (HasOptionalField(e_extensionRes)) length += m_extensionRes.GetObjectLength(); return length; } BOOL H4505_PickrequRes::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_callPickupId.Decode(strm)) return FALSE; if (HasOptionalField(e_extensionRes) && !m_extensionRes.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4505_PickrequRes::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_callPickupId.Encode(strm); if (HasOptionalField(e_extensionRes)) m_extensionRes.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4505_PickrequRes::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4505_PickrequRes::Class()), PInvalidCast); #endif return new H4505_PickrequRes(*this); } // // PickupArg // H4505_PickupArg::H4505_PickupArg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_extensionArg.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H4505_PickupArg::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "callPickupId = " << setprecision(indent) << m_callPickupId << '\n'; strm << setw(indent+19) << "picking_upNumber = " << setprecision(indent) << m_picking_upNumber << '\n'; if (HasOptionalField(e_extensionArg)) strm << setw(indent+15) << "extensionArg = " << setprecision(indent) << m_extensionArg << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4505_PickupArg::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4505_PickupArg), PInvalidCast); #endif const H4505_PickupArg & other = (const H4505_PickupArg &)obj; Comparison result; if ((result = m_callPickupId.Compare(other.m_callPickupId)) != EqualTo) return result; if ((result = m_picking_upNumber.Compare(other.m_picking_upNumber)) != EqualTo) return result; if ((result = m_extensionArg.Compare(other.m_extensionArg)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4505_PickupArg::GetDataLength() const { PINDEX length = 0; length += m_callPickupId.GetObjectLength(); length += m_picking_upNumber.GetObjectLength(); if (HasOptionalField(e_extensionArg)) length += m_extensionArg.GetObjectLength(); return length; } BOOL H4505_PickupArg::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_callPickupId.Decode(strm)) return FALSE; if (!m_picking_upNumber.Decode(strm)) return FALSE; if (HasOptionalField(e_extensionArg) && !m_extensionArg.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4505_PickupArg::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_callPickupId.Encode(strm); m_picking_upNumber.Encode(strm); if (HasOptionalField(e_extensionArg)) m_extensionArg.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4505_PickupArg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4505_PickupArg::Class()), PInvalidCast); #endif return new H4505_PickupArg(*this); } // // PickupRes // H4505_PickupRes::H4505_PickupRes(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_extensionRes.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H4505_PickupRes::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_extensionRes)) strm << setw(indent+15) << "extensionRes = " << setprecision(indent) << m_extensionRes << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4505_PickupRes::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4505_PickupRes), PInvalidCast); #endif const H4505_PickupRes & other = (const H4505_PickupRes &)obj; Comparison result; if ((result = m_extensionRes.Compare(other.m_extensionRes)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4505_PickupRes::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_extensionRes)) length += m_extensionRes.GetObjectLength(); return length; } BOOL H4505_PickupRes::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_extensionRes) && !m_extensionRes.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4505_PickupRes::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_extensionRes)) m_extensionRes.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4505_PickupRes::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4505_PickupRes::Class()), PInvalidCast); #endif return new H4505_PickupRes(*this); } // // PickExeArg // H4505_PickExeArg::H4505_PickExeArg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_extensionArg.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H4505_PickExeArg::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "callPickupId = " << setprecision(indent) << m_callPickupId << '\n'; strm << setw(indent+19) << "picking_upNumber = " << setprecision(indent) << m_picking_upNumber << '\n'; strm << setw(indent+18) << "partyToRetrieve = " << setprecision(indent) << m_partyToRetrieve << '\n'; if (HasOptionalField(e_extensionArg)) strm << setw(indent+15) << "extensionArg = " << setprecision(indent) << m_extensionArg << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4505_PickExeArg::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4505_PickExeArg), PInvalidCast); #endif const H4505_PickExeArg & other = (const H4505_PickExeArg &)obj; Comparison result; if ((result = m_callPickupId.Compare(other.m_callPickupId)) != EqualTo) return result; if ((result = m_picking_upNumber.Compare(other.m_picking_upNumber)) != EqualTo) return result; if ((result = m_partyToRetrieve.Compare(other.m_partyToRetrieve)) != EqualTo) return result; if ((result = m_extensionArg.Compare(other.m_extensionArg)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4505_PickExeArg::GetDataLength() const { PINDEX length = 0; length += m_callPickupId.GetObjectLength(); length += m_picking_upNumber.GetObjectLength(); length += m_partyToRetrieve.GetObjectLength(); if (HasOptionalField(e_extensionArg)) length += m_extensionArg.GetObjectLength(); return length; } BOOL H4505_PickExeArg::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_callPickupId.Decode(strm)) return FALSE; if (!m_picking_upNumber.Decode(strm)) return FALSE; if (!m_partyToRetrieve.Decode(strm)) return FALSE; if (HasOptionalField(e_extensionArg) && !m_extensionArg.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4505_PickExeArg::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_callPickupId.Encode(strm); m_picking_upNumber.Encode(strm); m_partyToRetrieve.Encode(strm); if (HasOptionalField(e_extensionArg)) m_extensionArg.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4505_PickExeArg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4505_PickExeArg::Class()), PInvalidCast); #endif return new H4505_PickExeArg(*this); } // // PickExeRes // H4505_PickExeRes::H4505_PickExeRes(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_extensionRes.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H4505_PickExeRes::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_extensionRes)) strm << setw(indent+15) << "extensionRes = " << setprecision(indent) << m_extensionRes << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4505_PickExeRes::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4505_PickExeRes), PInvalidCast); #endif const H4505_PickExeRes & other = (const H4505_PickExeRes &)obj; Comparison result; if ((result = m_extensionRes.Compare(other.m_extensionRes)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4505_PickExeRes::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_extensionRes)) length += m_extensionRes.GetObjectLength(); return length; } BOOL H4505_PickExeRes::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_extensionRes) && !m_extensionRes.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4505_PickExeRes::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_extensionRes)) m_extensionRes.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4505_PickExeRes::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4505_PickExeRes::Class()), PInvalidCast); #endif return new H4505_PickExeRes(*this); } // // CpNotifyArg // H4505_CpNotifyArg::H4505_CpNotifyArg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { m_extensionArg.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H4505_CpNotifyArg::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_parkingNumber)) strm << setw(indent+16) << "parkingNumber = " << setprecision(indent) << m_parkingNumber << '\n'; if (HasOptionalField(e_extensionArg)) strm << setw(indent+15) << "extensionArg = " << setprecision(indent) << m_extensionArg << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4505_CpNotifyArg::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4505_CpNotifyArg), PInvalidCast); #endif const H4505_CpNotifyArg & other = (const H4505_CpNotifyArg &)obj; Comparison result; if ((result = m_parkingNumber.Compare(other.m_parkingNumber)) != EqualTo) return result; if ((result = m_extensionArg.Compare(other.m_extensionArg)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4505_CpNotifyArg::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_parkingNumber)) length += m_parkingNumber.GetObjectLength(); if (HasOptionalField(e_extensionArg)) length += m_extensionArg.GetObjectLength(); return length; } BOOL H4505_CpNotifyArg::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_parkingNumber) && !m_parkingNumber.Decode(strm)) return FALSE; if (HasOptionalField(e_extensionArg) && !m_extensionArg.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4505_CpNotifyArg::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_parkingNumber)) m_parkingNumber.Encode(strm); if (HasOptionalField(e_extensionArg)) m_extensionArg.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4505_CpNotifyArg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4505_CpNotifyArg::Class()), PInvalidCast); #endif return new H4505_CpNotifyArg(*this); } // // CpickupNotifyArg // H4505_CpickupNotifyArg::H4505_CpickupNotifyArg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { m_extensionArg.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H4505_CpickupNotifyArg::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_picking_upNumber)) strm << setw(indent+19) << "picking_upNumber = " << setprecision(indent) << m_picking_upNumber << '\n'; if (HasOptionalField(e_extensionArg)) strm << setw(indent+15) << "extensionArg = " << setprecision(indent) << m_extensionArg << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4505_CpickupNotifyArg::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4505_CpickupNotifyArg), PInvalidCast); #endif const H4505_CpickupNotifyArg & other = (const H4505_CpickupNotifyArg &)obj; Comparison result; if ((result = m_picking_upNumber.Compare(other.m_picking_upNumber)) != EqualTo) return result; if ((result = m_extensionArg.Compare(other.m_extensionArg)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4505_CpickupNotifyArg::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_picking_upNumber)) length += m_picking_upNumber.GetObjectLength(); if (HasOptionalField(e_extensionArg)) length += m_extensionArg.GetObjectLength(); return length; } BOOL H4505_CpickupNotifyArg::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_picking_upNumber) && !m_picking_upNumber.Decode(strm)) return FALSE; if (HasOptionalField(e_extensionArg) && !m_extensionArg.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4505_CpickupNotifyArg::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_picking_upNumber)) m_picking_upNumber.Encode(strm); if (HasOptionalField(e_extensionArg)) m_extensionArg.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4505_CpickupNotifyArg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4505_CpickupNotifyArg::Class()), PInvalidCast); #endif return new H4505_CpickupNotifyArg(*this); } #endif // if ! H323_DISABLE_H4505 // End of h4505.cxx openh323_v1_18_0/src/h4506.asn0100644000176200056700000000164407274401207015700 0ustar releasepostincrCall-Waiting-Operations { itu-t recommendation h 450 6 version1(0) call-waiting-operations(0) } DEFINITIONS AUTOMATIC TAGS ::= BEGIN IMPORTS Extension FROM H4501 -- Manufacturer-specific-service-extension-definition { itu-t recommendation h 450 1 version1(0) msi-definition(18) } MixedExtension FROM H4504 -- Call-Hold-Operations { itu-t recommendation h 450 4 version1(0) call-hold-operations(0) }; CallWaitingOperations ::= ENUMERATED { callWaiting(105) } CallWaitingArg ::= SEQUENCE { nbOfAddWaitingCalls INTEGER (0..255) OPTIONAL, -- indicates the number of waiting calls at the served user -- in addition to the call to which this operation applies. extensionArg SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } END -- of Call-Waiting-Operations openh323_v1_18_0/src/h4506.cxx0100644000176200056700000000775710251241421015721 0ustar releasepostincr// // h4506.cxx // // Code automatically generated by asnparse. // #ifdef P_USE_PRAGMA #pragma implementation "h4506.h" #endif #include #include "h4506.h" #define new PNEW #if ! H323_DISABLE_H4506 #ifndef PASN_NOPRINTON const static PASN_Names Names_H4506_CallWaitingOperations[]={ {"callWaiting",105} }; #endif // // CallWaitingOperations // H4506_CallWaitingOperations::H4506_CallWaitingOperations(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 105, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4506_CallWaitingOperations,1 #endif ) { } H4506_CallWaitingOperations & H4506_CallWaitingOperations::operator=(unsigned v) { SetValue(v); return *this; } PObject * H4506_CallWaitingOperations::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4506_CallWaitingOperations::Class()), PInvalidCast); #endif return new H4506_CallWaitingOperations(*this); } // // ArrayOf_MixedExtension // H4506_ArrayOf_MixedExtension::H4506_ArrayOf_MixedExtension(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H4506_ArrayOf_MixedExtension::CreateObject() const { return new H4504_MixedExtension; } H4504_MixedExtension & H4506_ArrayOf_MixedExtension::operator[](PINDEX i) const { return (H4504_MixedExtension &)array[i]; } PObject * H4506_ArrayOf_MixedExtension::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4506_ArrayOf_MixedExtension::Class()), PInvalidCast); #endif return new H4506_ArrayOf_MixedExtension(*this); } // // CallWaitingArg // H4506_CallWaitingArg::H4506_CallWaitingArg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { m_nbOfAddWaitingCalls.SetConstraints(PASN_Object::FixedConstraint, 0, 255); m_extensionArg.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H4506_CallWaitingArg::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_nbOfAddWaitingCalls)) strm << setw(indent+22) << "nbOfAddWaitingCalls = " << setprecision(indent) << m_nbOfAddWaitingCalls << '\n'; if (HasOptionalField(e_extensionArg)) strm << setw(indent+15) << "extensionArg = " << setprecision(indent) << m_extensionArg << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4506_CallWaitingArg::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4506_CallWaitingArg), PInvalidCast); #endif const H4506_CallWaitingArg & other = (const H4506_CallWaitingArg &)obj; Comparison result; if ((result = m_nbOfAddWaitingCalls.Compare(other.m_nbOfAddWaitingCalls)) != EqualTo) return result; if ((result = m_extensionArg.Compare(other.m_extensionArg)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4506_CallWaitingArg::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_nbOfAddWaitingCalls)) length += m_nbOfAddWaitingCalls.GetObjectLength(); if (HasOptionalField(e_extensionArg)) length += m_extensionArg.GetObjectLength(); return length; } BOOL H4506_CallWaitingArg::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_nbOfAddWaitingCalls) && !m_nbOfAddWaitingCalls.Decode(strm)) return FALSE; if (HasOptionalField(e_extensionArg) && !m_extensionArg.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4506_CallWaitingArg::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_nbOfAddWaitingCalls)) m_nbOfAddWaitingCalls.Encode(strm); if (HasOptionalField(e_extensionArg)) m_extensionArg.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4506_CallWaitingArg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4506_CallWaitingArg::Class()), PInvalidCast); #endif return new H4506_CallWaitingArg(*this); } #endif // if ! H323_DISABLE_H4506 // End of h4506.cxx openh323_v1_18_0/src/h4507.asn0100644000176200056700000000730107274401207015675 0ustar releasepostincrMessage-Waiting-Indication-Operations { itu-t recommendation h 450 7 version1(0) message-waiting-operations(0) } DEFINITIONS AUTOMATIC TAGS ::= BEGIN IMPORTS Extension FROM H4501 -- Manufacturer-specific-service-extension-definition { itu-t recommendation h 450 1 version1(0) msi-definition(18) } userNotSubscribed, invalidServedUserNumber, basicServiceNotProvided FROM H4501 -- H4501-General-Error-List { itu-t recommendation h 450 1 version1(0) general-error-list(1) } EndpointAddress FROM H4501 -- Addressing-Data-Elements { itu-t recommendation h 450 1 version1(0) addressing-data-elements(9) } MixedExtension FROM H4504 -- Call-Hold-Operations { itu-t recommendation h 450 4 version1(0) call-hold-operations(0) }; H323-MWI-Operations ::= ENUMERATED { mwiActivate(80), mwiDeactivate(81), mwiInterrogate(82) } MWIActivateArg ::= SEQUENCE { servedUserNr EndpointAddress, basicService BasicService, msgCentreId MsgCentreId OPTIONAL, nbOfMessages NbOfMessages OPTIONAL, originatingNr EndpointAddress OPTIONAL, timestamp TimeStamp OPTIONAL, priority INTEGER (0..9) OPTIONAL, -- the value 0 means the highest priority and 9 the lowest extensionArg SEQUENCE SIZE(0..255) OF MixedExtension OPTIONAL, ... } DummyRes ::= SEQUENCE SIZE(0..255) OF MixedExtension MWIDeactivateArg ::= SEQUENCE { servedUserNr EndpointAddress, basicService BasicService, msgCentreId MsgCentreId OPTIONAL, callbackReq BOOLEAN OPTIONAL, extensionArg SEQUENCE SIZE(0..255) OF MixedExtension OPTIONAL, ... } MWIInterrogateArg ::= SEQUENCE { servedUserNr EndpointAddress, basicService BasicService, msgCentreId MsgCentreId OPTIONAL, callbackReq BOOLEAN OPTIONAL, extensionArg SEQUENCE SIZE(0..255) OF MixedExtension OPTIONAL, ... } MWIInterrogateRes ::= SEQUENCE SIZE(1..64) OF MWIInterrogateResElt MWIInterrogateResElt ::= SEQUENCE { basicService BasicService, msgCentreId MsgCentreId OPTIONAL, nbOfMessages NbOfMessages OPTIONAL, originatingNr EndpointAddress OPTIONAL, timestamp TimeStamp OPTIONAL, priority INTEGER (0..9) OPTIONAL, -- the value 0 means the highest priority and 9 the lowest extensionArg SEQUENCE SIZE(0..255) OF MixedExtension OPTIONAL, ... } MsgCentreId ::= CHOICE { -- only partyNumber provides a callable identification integer INTEGER (0..65535), partyNumber EndpointAddress, numericString NumericString (SIZE (1..10)) } NbOfMessages ::= INTEGER (0..65535) TimeStamp ::= GeneralizedTime (SIZE (12..19)) -- a VisibleString representation of date and time following ISO 8601 -- containing: -- - the (local) date in 8 digits (YYYYMMDD), -- - followed by (local) time of day in 4 or 6 digits (HHMM[SS]), -- - optionally followed by the letter "Z" or by a local time differential -- from UTC time in 5 digits ("+"HHMM or "-"HHMM); -- Examples: -- 1) 19970621194530, meaning 21 June 1997, 19:45:30; -- 2) 19970621194530Z, meaning the same as 1); -- 3) 19970621194530-0500, meaning the same as 1), -- 5 hours retarded in relation to UTC time MessageWaitingIndicationErrors ::= ENUMERATED { notActivated(31), undefined(2002), invalidMsgCentreId(1018) } BasicService ::= ENUMERATED { allServices(0), speech(1), unrestrictedDigitalInformation(2), audio3100Hz(3), telephony(32), teletex(33), telefaxGroup4Class1(34), videotexSyntaxBased(35), videotelephony(36) } END -- of Message-Waiting-Indication-Operations openh323_v1_18_0/src/h4507.cxx0100644000176200056700000005610410251241421015710 0ustar releasepostincr// // h4507.cxx // // Code automatically generated by asnparse. // #ifdef P_USE_PRAGMA #pragma implementation "h4507.h" #endif #include #include "h4507.h" #define new PNEW #if ! H323_DISABLE_H4507 #ifndef PASN_NOPRINTON const static PASN_Names Names_H4507_H323_MWI_Operations[]={ {"mwiActivate",80} ,{"mwiDeactivate",81} ,{"mwiInterrogate",82} }; #endif // // H323-MWI-Operations // H4507_H323_MWI_Operations::H4507_H323_MWI_Operations(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 82, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4507_H323_MWI_Operations,3 #endif ) { } H4507_H323_MWI_Operations & H4507_H323_MWI_Operations::operator=(unsigned v) { SetValue(v); return *this; } PObject * H4507_H323_MWI_Operations::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4507_H323_MWI_Operations::Class()), PInvalidCast); #endif return new H4507_H323_MWI_Operations(*this); } // // DummyRes // H4507_DummyRes::H4507_DummyRes(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 0, 255); } PASN_Object * H4507_DummyRes::CreateObject() const { return new H4504_MixedExtension; } H4504_MixedExtension & H4507_DummyRes::operator[](PINDEX i) const { return (H4504_MixedExtension &)array[i]; } PObject * H4507_DummyRes::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4507_DummyRes::Class()), PInvalidCast); #endif return new H4507_DummyRes(*this); } // // MWIInterrogateRes // H4507_MWIInterrogateRes::H4507_MWIInterrogateRes(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 64); } PASN_Object * H4507_MWIInterrogateRes::CreateObject() const { return new H4507_MWIInterrogateResElt; } H4507_MWIInterrogateResElt & H4507_MWIInterrogateRes::operator[](PINDEX i) const { return (H4507_MWIInterrogateResElt &)array[i]; } PObject * H4507_MWIInterrogateRes::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4507_MWIInterrogateRes::Class()), PInvalidCast); #endif return new H4507_MWIInterrogateRes(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4507_MsgCentreId[]={ {"integer",0} ,{"partyNumber",1} ,{"numericString",2} }; #endif // // MsgCentreId // H4507_MsgCentreId::H4507_MsgCentreId(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4507_MsgCentreId,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H4507_MsgCentreId::operator H4501_EndpointAddress &() const #else H4507_MsgCentreId::operator H4501_EndpointAddress &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4501_EndpointAddress), PInvalidCast); #endif return *(H4501_EndpointAddress *)choice; } H4507_MsgCentreId::operator const H4501_EndpointAddress &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4501_EndpointAddress), PInvalidCast); #endif return *(H4501_EndpointAddress *)choice; } BOOL H4507_MsgCentreId::CreateObject() { switch (tag) { case e_integer : choice = new PASN_Integer(); choice->SetConstraints(PASN_Object::FixedConstraint, 0, 65535); return TRUE; case e_partyNumber : choice = new H4501_EndpointAddress(); return TRUE; case e_numericString : choice = new PASN_NumericString(); choice->SetConstraints(PASN_Object::FixedConstraint, 1, 10); return TRUE; } choice = NULL; return FALSE; } PObject * H4507_MsgCentreId::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4507_MsgCentreId::Class()), PInvalidCast); #endif return new H4507_MsgCentreId(*this); } // // NbOfMessages // H4507_NbOfMessages::H4507_NbOfMessages(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } H4507_NbOfMessages & H4507_NbOfMessages::operator=(int v) { SetValue(v); return *this; } H4507_NbOfMessages & H4507_NbOfMessages::operator=(unsigned v) { SetValue(v); return *this; } PObject * H4507_NbOfMessages::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4507_NbOfMessages::Class()), PInvalidCast); #endif return new H4507_NbOfMessages(*this); } // // TimeStamp // H4507_TimeStamp::H4507_TimeStamp(unsigned tag, PASN_Object::TagClass tagClass) : PASN_GeneralisedTime(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 12, 19); } PObject * H4507_TimeStamp::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4507_TimeStamp::Class()), PInvalidCast); #endif return new H4507_TimeStamp(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4507_MessageWaitingIndicationErrors[]={ {"notActivated",31} ,{"undefined",2002} ,{"invalidMsgCentreId",1018} }; #endif // // MessageWaitingIndicationErrors // H4507_MessageWaitingIndicationErrors::H4507_MessageWaitingIndicationErrors(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 2002, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4507_MessageWaitingIndicationErrors,3 #endif ) { } H4507_MessageWaitingIndicationErrors & H4507_MessageWaitingIndicationErrors::operator=(unsigned v) { SetValue(v); return *this; } PObject * H4507_MessageWaitingIndicationErrors::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4507_MessageWaitingIndicationErrors::Class()), PInvalidCast); #endif return new H4507_MessageWaitingIndicationErrors(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4507_BasicService[]={ {"allServices",0} ,{"speech",1} ,{"unrestrictedDigitalInformation",2} ,{"audio3100Hz",3} ,{"telephony",32} ,{"teletex",33} ,{"telefaxGroup4Class1",34} ,{"videotexSyntaxBased",35} ,{"videotelephony",36} }; #endif // // BasicService // H4507_BasicService::H4507_BasicService(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 36, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4507_BasicService,9 #endif ) { } H4507_BasicService & H4507_BasicService::operator=(unsigned v) { SetValue(v); return *this; } PObject * H4507_BasicService::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4507_BasicService::Class()), PInvalidCast); #endif return new H4507_BasicService(*this); } // // ArrayOf_MixedExtension // H4507_ArrayOf_MixedExtension::H4507_ArrayOf_MixedExtension(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H4507_ArrayOf_MixedExtension::CreateObject() const { return new H4504_MixedExtension; } H4504_MixedExtension & H4507_ArrayOf_MixedExtension::operator[](PINDEX i) const { return (H4504_MixedExtension &)array[i]; } PObject * H4507_ArrayOf_MixedExtension::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4507_ArrayOf_MixedExtension::Class()), PInvalidCast); #endif return new H4507_ArrayOf_MixedExtension(*this); } // // MWIActivateArg // H4507_MWIActivateArg::H4507_MWIActivateArg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 6, TRUE, 0) { m_priority.SetConstraints(PASN_Object::FixedConstraint, 0, 9); m_extensionArg.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H4507_MWIActivateArg::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "servedUserNr = " << setprecision(indent) << m_servedUserNr << '\n'; strm << setw(indent+15) << "basicService = " << setprecision(indent) << m_basicService << '\n'; if (HasOptionalField(e_msgCentreId)) strm << setw(indent+14) << "msgCentreId = " << setprecision(indent) << m_msgCentreId << '\n'; if (HasOptionalField(e_nbOfMessages)) strm << setw(indent+15) << "nbOfMessages = " << setprecision(indent) << m_nbOfMessages << '\n'; if (HasOptionalField(e_originatingNr)) strm << setw(indent+16) << "originatingNr = " << setprecision(indent) << m_originatingNr << '\n'; if (HasOptionalField(e_timestamp)) strm << setw(indent+12) << "timestamp = " << setprecision(indent) << m_timestamp << '\n'; if (HasOptionalField(e_priority)) strm << setw(indent+11) << "priority = " << setprecision(indent) << m_priority << '\n'; if (HasOptionalField(e_extensionArg)) strm << setw(indent+15) << "extensionArg = " << setprecision(indent) << m_extensionArg << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4507_MWIActivateArg::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4507_MWIActivateArg), PInvalidCast); #endif const H4507_MWIActivateArg & other = (const H4507_MWIActivateArg &)obj; Comparison result; if ((result = m_servedUserNr.Compare(other.m_servedUserNr)) != EqualTo) return result; if ((result = m_basicService.Compare(other.m_basicService)) != EqualTo) return result; if ((result = m_msgCentreId.Compare(other.m_msgCentreId)) != EqualTo) return result; if ((result = m_nbOfMessages.Compare(other.m_nbOfMessages)) != EqualTo) return result; if ((result = m_originatingNr.Compare(other.m_originatingNr)) != EqualTo) return result; if ((result = m_timestamp.Compare(other.m_timestamp)) != EqualTo) return result; if ((result = m_priority.Compare(other.m_priority)) != EqualTo) return result; if ((result = m_extensionArg.Compare(other.m_extensionArg)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4507_MWIActivateArg::GetDataLength() const { PINDEX length = 0; length += m_servedUserNr.GetObjectLength(); length += m_basicService.GetObjectLength(); if (HasOptionalField(e_msgCentreId)) length += m_msgCentreId.GetObjectLength(); if (HasOptionalField(e_nbOfMessages)) length += m_nbOfMessages.GetObjectLength(); if (HasOptionalField(e_originatingNr)) length += m_originatingNr.GetObjectLength(); if (HasOptionalField(e_timestamp)) length += m_timestamp.GetObjectLength(); if (HasOptionalField(e_priority)) length += m_priority.GetObjectLength(); if (HasOptionalField(e_extensionArg)) length += m_extensionArg.GetObjectLength(); return length; } BOOL H4507_MWIActivateArg::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_servedUserNr.Decode(strm)) return FALSE; if (!m_basicService.Decode(strm)) return FALSE; if (HasOptionalField(e_msgCentreId) && !m_msgCentreId.Decode(strm)) return FALSE; if (HasOptionalField(e_nbOfMessages) && !m_nbOfMessages.Decode(strm)) return FALSE; if (HasOptionalField(e_originatingNr) && !m_originatingNr.Decode(strm)) return FALSE; if (HasOptionalField(e_timestamp) && !m_timestamp.Decode(strm)) return FALSE; if (HasOptionalField(e_priority) && !m_priority.Decode(strm)) return FALSE; if (HasOptionalField(e_extensionArg) && !m_extensionArg.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4507_MWIActivateArg::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_servedUserNr.Encode(strm); m_basicService.Encode(strm); if (HasOptionalField(e_msgCentreId)) m_msgCentreId.Encode(strm); if (HasOptionalField(e_nbOfMessages)) m_nbOfMessages.Encode(strm); if (HasOptionalField(e_originatingNr)) m_originatingNr.Encode(strm); if (HasOptionalField(e_timestamp)) m_timestamp.Encode(strm); if (HasOptionalField(e_priority)) m_priority.Encode(strm); if (HasOptionalField(e_extensionArg)) m_extensionArg.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4507_MWIActivateArg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4507_MWIActivateArg::Class()), PInvalidCast); #endif return new H4507_MWIActivateArg(*this); } // // MWIDeactivateArg // H4507_MWIDeactivateArg::H4507_MWIDeactivateArg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 0) { m_extensionArg.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H4507_MWIDeactivateArg::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "servedUserNr = " << setprecision(indent) << m_servedUserNr << '\n'; strm << setw(indent+15) << "basicService = " << setprecision(indent) << m_basicService << '\n'; if (HasOptionalField(e_msgCentreId)) strm << setw(indent+14) << "msgCentreId = " << setprecision(indent) << m_msgCentreId << '\n'; if (HasOptionalField(e_callbackReq)) strm << setw(indent+14) << "callbackReq = " << setprecision(indent) << m_callbackReq << '\n'; if (HasOptionalField(e_extensionArg)) strm << setw(indent+15) << "extensionArg = " << setprecision(indent) << m_extensionArg << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4507_MWIDeactivateArg::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4507_MWIDeactivateArg), PInvalidCast); #endif const H4507_MWIDeactivateArg & other = (const H4507_MWIDeactivateArg &)obj; Comparison result; if ((result = m_servedUserNr.Compare(other.m_servedUserNr)) != EqualTo) return result; if ((result = m_basicService.Compare(other.m_basicService)) != EqualTo) return result; if ((result = m_msgCentreId.Compare(other.m_msgCentreId)) != EqualTo) return result; if ((result = m_callbackReq.Compare(other.m_callbackReq)) != EqualTo) return result; if ((result = m_extensionArg.Compare(other.m_extensionArg)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4507_MWIDeactivateArg::GetDataLength() const { PINDEX length = 0; length += m_servedUserNr.GetObjectLength(); length += m_basicService.GetObjectLength(); if (HasOptionalField(e_msgCentreId)) length += m_msgCentreId.GetObjectLength(); if (HasOptionalField(e_callbackReq)) length += m_callbackReq.GetObjectLength(); if (HasOptionalField(e_extensionArg)) length += m_extensionArg.GetObjectLength(); return length; } BOOL H4507_MWIDeactivateArg::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_servedUserNr.Decode(strm)) return FALSE; if (!m_basicService.Decode(strm)) return FALSE; if (HasOptionalField(e_msgCentreId) && !m_msgCentreId.Decode(strm)) return FALSE; if (HasOptionalField(e_callbackReq) && !m_callbackReq.Decode(strm)) return FALSE; if (HasOptionalField(e_extensionArg) && !m_extensionArg.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4507_MWIDeactivateArg::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_servedUserNr.Encode(strm); m_basicService.Encode(strm); if (HasOptionalField(e_msgCentreId)) m_msgCentreId.Encode(strm); if (HasOptionalField(e_callbackReq)) m_callbackReq.Encode(strm); if (HasOptionalField(e_extensionArg)) m_extensionArg.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4507_MWIDeactivateArg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4507_MWIDeactivateArg::Class()), PInvalidCast); #endif return new H4507_MWIDeactivateArg(*this); } // // MWIInterrogateArg // H4507_MWIInterrogateArg::H4507_MWIInterrogateArg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 0) { m_extensionArg.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H4507_MWIInterrogateArg::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "servedUserNr = " << setprecision(indent) << m_servedUserNr << '\n'; strm << setw(indent+15) << "basicService = " << setprecision(indent) << m_basicService << '\n'; if (HasOptionalField(e_msgCentreId)) strm << setw(indent+14) << "msgCentreId = " << setprecision(indent) << m_msgCentreId << '\n'; if (HasOptionalField(e_callbackReq)) strm << setw(indent+14) << "callbackReq = " << setprecision(indent) << m_callbackReq << '\n'; if (HasOptionalField(e_extensionArg)) strm << setw(indent+15) << "extensionArg = " << setprecision(indent) << m_extensionArg << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4507_MWIInterrogateArg::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4507_MWIInterrogateArg), PInvalidCast); #endif const H4507_MWIInterrogateArg & other = (const H4507_MWIInterrogateArg &)obj; Comparison result; if ((result = m_servedUserNr.Compare(other.m_servedUserNr)) != EqualTo) return result; if ((result = m_basicService.Compare(other.m_basicService)) != EqualTo) return result; if ((result = m_msgCentreId.Compare(other.m_msgCentreId)) != EqualTo) return result; if ((result = m_callbackReq.Compare(other.m_callbackReq)) != EqualTo) return result; if ((result = m_extensionArg.Compare(other.m_extensionArg)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4507_MWIInterrogateArg::GetDataLength() const { PINDEX length = 0; length += m_servedUserNr.GetObjectLength(); length += m_basicService.GetObjectLength(); if (HasOptionalField(e_msgCentreId)) length += m_msgCentreId.GetObjectLength(); if (HasOptionalField(e_callbackReq)) length += m_callbackReq.GetObjectLength(); if (HasOptionalField(e_extensionArg)) length += m_extensionArg.GetObjectLength(); return length; } BOOL H4507_MWIInterrogateArg::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_servedUserNr.Decode(strm)) return FALSE; if (!m_basicService.Decode(strm)) return FALSE; if (HasOptionalField(e_msgCentreId) && !m_msgCentreId.Decode(strm)) return FALSE; if (HasOptionalField(e_callbackReq) && !m_callbackReq.Decode(strm)) return FALSE; if (HasOptionalField(e_extensionArg) && !m_extensionArg.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4507_MWIInterrogateArg::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_servedUserNr.Encode(strm); m_basicService.Encode(strm); if (HasOptionalField(e_msgCentreId)) m_msgCentreId.Encode(strm); if (HasOptionalField(e_callbackReq)) m_callbackReq.Encode(strm); if (HasOptionalField(e_extensionArg)) m_extensionArg.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4507_MWIInterrogateArg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4507_MWIInterrogateArg::Class()), PInvalidCast); #endif return new H4507_MWIInterrogateArg(*this); } // // MWIInterrogateResElt // H4507_MWIInterrogateResElt::H4507_MWIInterrogateResElt(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 6, TRUE, 0) { m_priority.SetConstraints(PASN_Object::FixedConstraint, 0, 9); m_extensionArg.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H4507_MWIInterrogateResElt::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "basicService = " << setprecision(indent) << m_basicService << '\n'; if (HasOptionalField(e_msgCentreId)) strm << setw(indent+14) << "msgCentreId = " << setprecision(indent) << m_msgCentreId << '\n'; if (HasOptionalField(e_nbOfMessages)) strm << setw(indent+15) << "nbOfMessages = " << setprecision(indent) << m_nbOfMessages << '\n'; if (HasOptionalField(e_originatingNr)) strm << setw(indent+16) << "originatingNr = " << setprecision(indent) << m_originatingNr << '\n'; if (HasOptionalField(e_timestamp)) strm << setw(indent+12) << "timestamp = " << setprecision(indent) << m_timestamp << '\n'; if (HasOptionalField(e_priority)) strm << setw(indent+11) << "priority = " << setprecision(indent) << m_priority << '\n'; if (HasOptionalField(e_extensionArg)) strm << setw(indent+15) << "extensionArg = " << setprecision(indent) << m_extensionArg << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4507_MWIInterrogateResElt::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4507_MWIInterrogateResElt), PInvalidCast); #endif const H4507_MWIInterrogateResElt & other = (const H4507_MWIInterrogateResElt &)obj; Comparison result; if ((result = m_basicService.Compare(other.m_basicService)) != EqualTo) return result; if ((result = m_msgCentreId.Compare(other.m_msgCentreId)) != EqualTo) return result; if ((result = m_nbOfMessages.Compare(other.m_nbOfMessages)) != EqualTo) return result; if ((result = m_originatingNr.Compare(other.m_originatingNr)) != EqualTo) return result; if ((result = m_timestamp.Compare(other.m_timestamp)) != EqualTo) return result; if ((result = m_priority.Compare(other.m_priority)) != EqualTo) return result; if ((result = m_extensionArg.Compare(other.m_extensionArg)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4507_MWIInterrogateResElt::GetDataLength() const { PINDEX length = 0; length += m_basicService.GetObjectLength(); if (HasOptionalField(e_msgCentreId)) length += m_msgCentreId.GetObjectLength(); if (HasOptionalField(e_nbOfMessages)) length += m_nbOfMessages.GetObjectLength(); if (HasOptionalField(e_originatingNr)) length += m_originatingNr.GetObjectLength(); if (HasOptionalField(e_timestamp)) length += m_timestamp.GetObjectLength(); if (HasOptionalField(e_priority)) length += m_priority.GetObjectLength(); if (HasOptionalField(e_extensionArg)) length += m_extensionArg.GetObjectLength(); return length; } BOOL H4507_MWIInterrogateResElt::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_basicService.Decode(strm)) return FALSE; if (HasOptionalField(e_msgCentreId) && !m_msgCentreId.Decode(strm)) return FALSE; if (HasOptionalField(e_nbOfMessages) && !m_nbOfMessages.Decode(strm)) return FALSE; if (HasOptionalField(e_originatingNr) && !m_originatingNr.Decode(strm)) return FALSE; if (HasOptionalField(e_timestamp) && !m_timestamp.Decode(strm)) return FALSE; if (HasOptionalField(e_priority) && !m_priority.Decode(strm)) return FALSE; if (HasOptionalField(e_extensionArg) && !m_extensionArg.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4507_MWIInterrogateResElt::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_basicService.Encode(strm); if (HasOptionalField(e_msgCentreId)) m_msgCentreId.Encode(strm); if (HasOptionalField(e_nbOfMessages)) m_nbOfMessages.Encode(strm); if (HasOptionalField(e_originatingNr)) m_originatingNr.Encode(strm); if (HasOptionalField(e_timestamp)) m_timestamp.Encode(strm); if (HasOptionalField(e_priority)) m_priority.Encode(strm); if (HasOptionalField(e_extensionArg)) m_extensionArg.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4507_MWIInterrogateResElt::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4507_MWIInterrogateResElt::Class()), PInvalidCast); #endif return new H4507_MWIInterrogateResElt(*this); } #endif // if ! H323_DISABLE_H4507 // End of h4507.cxx openh323_v1_18_0/src/h4508.asn0100644000176200056700000000253507274401207015702 0ustar releasepostincrName-Operations { itu-t recommendation h 450 8 version1(0) name-operations(0) } DEFINITIONS AUTOMATIC TAGS ::= BEGIN IMPORTS Extension FROM H4501 -- Manufacturer-specific-service-extension-definition { itu-t recommendation h 450 1 version1 (0) msi-definition (18) } MixedExtension FROM H4505 -- Call-Hold-Operations { itu-t recommendation h 450 4 version1(0) call-hold-operations(0) }; NameOperations ::= ENUMERATED { callingName(0), alertingName(1), connectedName(2), busyName(3) } Name ::= CHOICE { namePresentationAllowed NamePresentationAllowed, namePresentationRestricted NamePresentationRestricted, nameNotAvailable NULL, ... } NamePresentationAllowed ::= CHOICE { simpleName SimpleName, extendedName ExtendedName, ... } NamePresentationRestricted ::= CHOICE { simpleName SimpleName, extendedName ExtendedName, restrictedNull NULL, -- only used in case of interworking where other network -- provides indication that the name is restricted without -- the name itself ... } SimpleName ::= OCTET STRING (SIZE (1..50)) ExtendedName ::= BMPString(SIZE (1..256)) --Basic ISO/IEC 10646-1 (Unicode) END -- of Name-Operations openh323_v1_18_0/src/h4508.cxx0100644000176200056700000002215210251241421015705 0ustar releasepostincr// // h4508.cxx // // Code automatically generated by asnparse. // #ifdef P_USE_PRAGMA #pragma implementation "h4508.h" #endif #include #include "h4508.h" #define new PNEW #if ! H323_DISABLE_H4508 #ifndef PASN_NOPRINTON const static PASN_Names Names_H4508_NameOperations[]={ {"callingName",0} ,{"alertingName",1} ,{"connectedName",2} ,{"busyName",3} }; #endif // // NameOperations // H4508_NameOperations::H4508_NameOperations(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 3, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4508_NameOperations,4 #endif ) { } H4508_NameOperations & H4508_NameOperations::operator=(unsigned v) { SetValue(v); return *this; } PObject * H4508_NameOperations::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4508_NameOperations::Class()), PInvalidCast); #endif return new H4508_NameOperations(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4508_Name[]={ {"namePresentationAllowed",0} ,{"namePresentationRestricted",1} ,{"nameNotAvailable",2} }; #endif // // Name // H4508_Name::H4508_Name(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4508_Name,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H4508_Name::operator H4508_NamePresentationAllowed &() const #else H4508_Name::operator H4508_NamePresentationAllowed &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4508_NamePresentationAllowed), PInvalidCast); #endif return *(H4508_NamePresentationAllowed *)choice; } H4508_Name::operator const H4508_NamePresentationAllowed &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4508_NamePresentationAllowed), PInvalidCast); #endif return *(H4508_NamePresentationAllowed *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H4508_Name::operator H4508_NamePresentationRestricted &() const #else H4508_Name::operator H4508_NamePresentationRestricted &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4508_NamePresentationRestricted), PInvalidCast); #endif return *(H4508_NamePresentationRestricted *)choice; } H4508_Name::operator const H4508_NamePresentationRestricted &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4508_NamePresentationRestricted), PInvalidCast); #endif return *(H4508_NamePresentationRestricted *)choice; } BOOL H4508_Name::CreateObject() { switch (tag) { case e_namePresentationAllowed : choice = new H4508_NamePresentationAllowed(); return TRUE; case e_namePresentationRestricted : choice = new H4508_NamePresentationRestricted(); return TRUE; case e_nameNotAvailable : choice = new PASN_Null(); return TRUE; } choice = NULL; return FALSE; } PObject * H4508_Name::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4508_Name::Class()), PInvalidCast); #endif return new H4508_Name(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4508_NamePresentationAllowed[]={ {"simpleName",0} ,{"extendedName",1} }; #endif // // NamePresentationAllowed // H4508_NamePresentationAllowed::H4508_NamePresentationAllowed(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4508_NamePresentationAllowed,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H4508_NamePresentationAllowed::operator H4508_SimpleName &() const #else H4508_NamePresentationAllowed::operator H4508_SimpleName &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4508_SimpleName), PInvalidCast); #endif return *(H4508_SimpleName *)choice; } H4508_NamePresentationAllowed::operator const H4508_SimpleName &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4508_SimpleName), PInvalidCast); #endif return *(H4508_SimpleName *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H4508_NamePresentationAllowed::operator H4508_ExtendedName &() const #else H4508_NamePresentationAllowed::operator H4508_ExtendedName &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4508_ExtendedName), PInvalidCast); #endif return *(H4508_ExtendedName *)choice; } H4508_NamePresentationAllowed::operator const H4508_ExtendedName &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4508_ExtendedName), PInvalidCast); #endif return *(H4508_ExtendedName *)choice; } BOOL H4508_NamePresentationAllowed::CreateObject() { switch (tag) { case e_simpleName : choice = new H4508_SimpleName(); return TRUE; case e_extendedName : choice = new H4508_ExtendedName(); return TRUE; } choice = NULL; return FALSE; } PObject * H4508_NamePresentationAllowed::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4508_NamePresentationAllowed::Class()), PInvalidCast); #endif return new H4508_NamePresentationAllowed(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4508_NamePresentationRestricted[]={ {"simpleName",0} ,{"extendedName",1} ,{"restrictedNull",2} }; #endif // // NamePresentationRestricted // H4508_NamePresentationRestricted::H4508_NamePresentationRestricted(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4508_NamePresentationRestricted,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H4508_NamePresentationRestricted::operator H4508_SimpleName &() const #else H4508_NamePresentationRestricted::operator H4508_SimpleName &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4508_SimpleName), PInvalidCast); #endif return *(H4508_SimpleName *)choice; } H4508_NamePresentationRestricted::operator const H4508_SimpleName &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4508_SimpleName), PInvalidCast); #endif return *(H4508_SimpleName *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H4508_NamePresentationRestricted::operator H4508_ExtendedName &() const #else H4508_NamePresentationRestricted::operator H4508_ExtendedName &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4508_ExtendedName), PInvalidCast); #endif return *(H4508_ExtendedName *)choice; } H4508_NamePresentationRestricted::operator const H4508_ExtendedName &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4508_ExtendedName), PInvalidCast); #endif return *(H4508_ExtendedName *)choice; } BOOL H4508_NamePresentationRestricted::CreateObject() { switch (tag) { case e_simpleName : choice = new H4508_SimpleName(); return TRUE; case e_extendedName : choice = new H4508_ExtendedName(); return TRUE; case e_restrictedNull : choice = new PASN_Null(); return TRUE; } choice = NULL; return FALSE; } PObject * H4508_NamePresentationRestricted::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4508_NamePresentationRestricted::Class()), PInvalidCast); #endif return new H4508_NamePresentationRestricted(*this); } // // SimpleName // H4508_SimpleName::H4508_SimpleName(unsigned tag, PASN_Object::TagClass tagClass) : PASN_OctetString(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 50); } H4508_SimpleName::H4508_SimpleName(const char * v) { SetValue(v); } H4508_SimpleName::H4508_SimpleName(const PString & v) { SetValue(v); } H4508_SimpleName::H4508_SimpleName(const PBYTEArray & v) { SetValue(v); } H4508_SimpleName & H4508_SimpleName::operator=(const char * v) { SetValue(v); return *this; } H4508_SimpleName & H4508_SimpleName::operator=(const PString & v) { SetValue(v); return *this; } H4508_SimpleName & H4508_SimpleName::operator=(const PBYTEArray & v) { SetValue(v); return *this; } PObject * H4508_SimpleName::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4508_SimpleName::Class()), PInvalidCast); #endif return new H4508_SimpleName(*this); } // // ExtendedName // H4508_ExtendedName::H4508_ExtendedName(unsigned tag, PASN_Object::TagClass tagClass) : PASN_BMPString(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 256); } H4508_ExtendedName & H4508_ExtendedName::operator=(const char * v) { SetValue(v); return *this; } H4508_ExtendedName & H4508_ExtendedName::operator=(const PString & v) { SetValue(v); return *this; } H4508_ExtendedName & H4508_ExtendedName::operator=(const PWORDArray & v) { SetValue(v); return *this; } H4508_ExtendedName & H4508_ExtendedName::operator=(const PASN_BMPString & v) { SetValue(v); return *this; } PObject * H4508_ExtendedName::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4508_ExtendedName::Class()), PInvalidCast); #endif return new H4508_ExtendedName(*this); } #endif // if ! H323_DISABLE_H4508 // End of h4508.cxx openh323_v1_18_0/src/h4509.asn0100644000176200056700000000566507274401207015712 0ustar releasepostincrCall-Completion-Operations { itu-t recommendation h 450 9 version1(0) call-completion-operations(0) } DEFINITIONS AUTOMATIC TAGS ::= BEGIN IMPORTS Extension FROM H4501 -- Manufacturer-specific-service-extension-definition { itu-t recommendation h 450 1 version1(0) msi-definition(18) } CallIdentifier FROM H225 -- H323-MESSAGES see H.225.0 EndpointAddress FROM H4501 -- Addressing-Data-Elements { itu-t recommendation h 450 1 version1(0) addressing-data-elements (9) } MixedExtension, undefined FROM H4504 -- Call-Hold-Operations { itu-t recommendation h 450 4 version1(0) call-hold-operations(0) } supplementaryServiceInteractionNotAllowed FROM H4501 -- H4501-General-Error-List { itu-t recommendation h 450 1 version1(0) general-error-list (1) } BasicService FROM H4507 -- Message-Waiting-Indication-Operations { itu-t recommendation h 450 7 version1(0) message-waiting-operations(0) }; H323CallCompletionOperations ::= ENUMERATED { ccbsRequest(40), ccnrRequest(27), ccCancel(28), ccExecPossible(29), ccRingout(31), ccSuspend(32), ccResume(33) } CcRequestArg ::= SEQUENCE { numberA EndpointAddress, numberB EndpointAddress, ccIdentifier CallIdentifier OPTIONAL, -- If present, it shall be used as the prime mechanism for associating -- the unsuccessful call, the CC Request and the CC Call. service BasicService, can-retain-service BOOLEAN, retain-sig-connection BOOLEAN OPTIONAL, extension SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } CcRequestRes ::= SEQUENCE { retain-service BOOLEAN, extension SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } CcArg ::= CHOICE { shortArg CcShortArg, -- if signalling conection is retained longArg CcLongArg, -- if connection release option applies ... } CcShortArg ::= SEQUENCE { ccIdentifier CallIdentifier OPTIONAL, extension SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } CcLongArg ::= SEQUENCE { numberA EndpointAddress OPTIONAL, numberB EndpointAddress OPTIONAL, ccIdentifier CallIdentifier OPTIONAL, service BasicService OPTIONAL, -- these elements are used to identify the proper CC Request. -- The ccIdentifier if present shall be the prime mechanism for this purpose. extension SEQUENCE SIZE (0..255) OF MixedExtension OPTIONAL, ... } CallCompletionErrors ::= ENUMERATED { shortTermRejection(1010), longTermRejection(1011), remoteUserBusyAgain(1012), failureToMatch(1013) } END -- of Call-Completion-Operations openh323_v1_18_0/src/h4509.cxx0100644000176200056700000003763310251241421015720 0ustar releasepostincr// // h4509.cxx // // Code automatically generated by asnparse. // #ifdef P_USE_PRAGMA #pragma implementation "h4509.h" #endif #include #include "h4509.h" #define new PNEW #if ! H323_DISABLE_H4509 #ifndef PASN_NOPRINTON const static PASN_Names Names_H4509_H323CallCompletionOperations[]={ {"ccbsRequest",40} ,{"ccnrRequest",27} ,{"ccCancel",28} ,{"ccExecPossible",29} ,{"ccRingout",31} ,{"ccSuspend",32} ,{"ccResume",33} }; #endif // // H323CallCompletionOperations // H4509_H323CallCompletionOperations::H4509_H323CallCompletionOperations(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 40, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4509_H323CallCompletionOperations,7 #endif ) { } H4509_H323CallCompletionOperations & H4509_H323CallCompletionOperations::operator=(unsigned v) { SetValue(v); return *this; } PObject * H4509_H323CallCompletionOperations::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4509_H323CallCompletionOperations::Class()), PInvalidCast); #endif return new H4509_H323CallCompletionOperations(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4509_CcArg[]={ {"shortArg",0} ,{"longArg",1} }; #endif // // CcArg // H4509_CcArg::H4509_CcArg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4509_CcArg,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H4509_CcArg::operator H4509_CcShortArg &() const #else H4509_CcArg::operator H4509_CcShortArg &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4509_CcShortArg), PInvalidCast); #endif return *(H4509_CcShortArg *)choice; } H4509_CcArg::operator const H4509_CcShortArg &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4509_CcShortArg), PInvalidCast); #endif return *(H4509_CcShortArg *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H4509_CcArg::operator H4509_CcLongArg &() const #else H4509_CcArg::operator H4509_CcLongArg &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4509_CcLongArg), PInvalidCast); #endif return *(H4509_CcLongArg *)choice; } H4509_CcArg::operator const H4509_CcLongArg &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H4509_CcLongArg), PInvalidCast); #endif return *(H4509_CcLongArg *)choice; } BOOL H4509_CcArg::CreateObject() { switch (tag) { case e_shortArg : choice = new H4509_CcShortArg(); return TRUE; case e_longArg : choice = new H4509_CcLongArg(); return TRUE; } choice = NULL; return FALSE; } PObject * H4509_CcArg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4509_CcArg::Class()), PInvalidCast); #endif return new H4509_CcArg(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H4509_CallCompletionErrors[]={ {"shortTermRejection",1010} ,{"longTermRejection",1011} ,{"remoteUserBusyAgain",1012} ,{"failureToMatch",1013} }; #endif // // CallCompletionErrors // H4509_CallCompletionErrors::H4509_CallCompletionErrors(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 1013, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H4509_CallCompletionErrors,4 #endif ) { } H4509_CallCompletionErrors & H4509_CallCompletionErrors::operator=(unsigned v) { SetValue(v); return *this; } PObject * H4509_CallCompletionErrors::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4509_CallCompletionErrors::Class()), PInvalidCast); #endif return new H4509_CallCompletionErrors(*this); } // // ArrayOf_MixedExtension // H4509_ArrayOf_MixedExtension::H4509_ArrayOf_MixedExtension(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H4509_ArrayOf_MixedExtension::CreateObject() const { return new H4504_MixedExtension; } H4504_MixedExtension & H4509_ArrayOf_MixedExtension::operator[](PINDEX i) const { return (H4504_MixedExtension &)array[i]; } PObject * H4509_ArrayOf_MixedExtension::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4509_ArrayOf_MixedExtension::Class()), PInvalidCast); #endif return new H4509_ArrayOf_MixedExtension(*this); } // // CcRequestArg // H4509_CcRequestArg::H4509_CcRequestArg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 0) { m_extension.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H4509_CcRequestArg::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+10) << "numberA = " << setprecision(indent) << m_numberA << '\n'; strm << setw(indent+10) << "numberB = " << setprecision(indent) << m_numberB << '\n'; if (HasOptionalField(e_ccIdentifier)) strm << setw(indent+15) << "ccIdentifier = " << setprecision(indent) << m_ccIdentifier << '\n'; strm << setw(indent+10) << "service = " << setprecision(indent) << m_service << '\n'; strm << setw(indent+21) << "can_retain_service = " << setprecision(indent) << m_can_retain_service << '\n'; if (HasOptionalField(e_retain_sig_connection)) strm << setw(indent+24) << "retain_sig_connection = " << setprecision(indent) << m_retain_sig_connection << '\n'; if (HasOptionalField(e_extension)) strm << setw(indent+12) << "extension = " << setprecision(indent) << m_extension << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4509_CcRequestArg::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4509_CcRequestArg), PInvalidCast); #endif const H4509_CcRequestArg & other = (const H4509_CcRequestArg &)obj; Comparison result; if ((result = m_numberA.Compare(other.m_numberA)) != EqualTo) return result; if ((result = m_numberB.Compare(other.m_numberB)) != EqualTo) return result; if ((result = m_ccIdentifier.Compare(other.m_ccIdentifier)) != EqualTo) return result; if ((result = m_service.Compare(other.m_service)) != EqualTo) return result; if ((result = m_can_retain_service.Compare(other.m_can_retain_service)) != EqualTo) return result; if ((result = m_retain_sig_connection.Compare(other.m_retain_sig_connection)) != EqualTo) return result; if ((result = m_extension.Compare(other.m_extension)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4509_CcRequestArg::GetDataLength() const { PINDEX length = 0; length += m_numberA.GetObjectLength(); length += m_numberB.GetObjectLength(); if (HasOptionalField(e_ccIdentifier)) length += m_ccIdentifier.GetObjectLength(); length += m_service.GetObjectLength(); length += m_can_retain_service.GetObjectLength(); if (HasOptionalField(e_retain_sig_connection)) length += m_retain_sig_connection.GetObjectLength(); if (HasOptionalField(e_extension)) length += m_extension.GetObjectLength(); return length; } BOOL H4509_CcRequestArg::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_numberA.Decode(strm)) return FALSE; if (!m_numberB.Decode(strm)) return FALSE; if (HasOptionalField(e_ccIdentifier) && !m_ccIdentifier.Decode(strm)) return FALSE; if (!m_service.Decode(strm)) return FALSE; if (!m_can_retain_service.Decode(strm)) return FALSE; if (HasOptionalField(e_retain_sig_connection) && !m_retain_sig_connection.Decode(strm)) return FALSE; if (HasOptionalField(e_extension) && !m_extension.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4509_CcRequestArg::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_numberA.Encode(strm); m_numberB.Encode(strm); if (HasOptionalField(e_ccIdentifier)) m_ccIdentifier.Encode(strm); m_service.Encode(strm); m_can_retain_service.Encode(strm); if (HasOptionalField(e_retain_sig_connection)) m_retain_sig_connection.Encode(strm); if (HasOptionalField(e_extension)) m_extension.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4509_CcRequestArg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4509_CcRequestArg::Class()), PInvalidCast); #endif return new H4509_CcRequestArg(*this); } // // CcRequestRes // H4509_CcRequestRes::H4509_CcRequestRes(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_extension.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H4509_CcRequestRes::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "retain_service = " << setprecision(indent) << m_retain_service << '\n'; if (HasOptionalField(e_extension)) strm << setw(indent+12) << "extension = " << setprecision(indent) << m_extension << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4509_CcRequestRes::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4509_CcRequestRes), PInvalidCast); #endif const H4509_CcRequestRes & other = (const H4509_CcRequestRes &)obj; Comparison result; if ((result = m_retain_service.Compare(other.m_retain_service)) != EqualTo) return result; if ((result = m_extension.Compare(other.m_extension)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4509_CcRequestRes::GetDataLength() const { PINDEX length = 0; length += m_retain_service.GetObjectLength(); if (HasOptionalField(e_extension)) length += m_extension.GetObjectLength(); return length; } BOOL H4509_CcRequestRes::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_retain_service.Decode(strm)) return FALSE; if (HasOptionalField(e_extension) && !m_extension.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4509_CcRequestRes::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_retain_service.Encode(strm); if (HasOptionalField(e_extension)) m_extension.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4509_CcRequestRes::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4509_CcRequestRes::Class()), PInvalidCast); #endif return new H4509_CcRequestRes(*this); } // // CcShortArg // H4509_CcShortArg::H4509_CcShortArg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { m_extension.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H4509_CcShortArg::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_ccIdentifier)) strm << setw(indent+15) << "ccIdentifier = " << setprecision(indent) << m_ccIdentifier << '\n'; if (HasOptionalField(e_extension)) strm << setw(indent+12) << "extension = " << setprecision(indent) << m_extension << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4509_CcShortArg::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4509_CcShortArg), PInvalidCast); #endif const H4509_CcShortArg & other = (const H4509_CcShortArg &)obj; Comparison result; if ((result = m_ccIdentifier.Compare(other.m_ccIdentifier)) != EqualTo) return result; if ((result = m_extension.Compare(other.m_extension)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4509_CcShortArg::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_ccIdentifier)) length += m_ccIdentifier.GetObjectLength(); if (HasOptionalField(e_extension)) length += m_extension.GetObjectLength(); return length; } BOOL H4509_CcShortArg::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_ccIdentifier) && !m_ccIdentifier.Decode(strm)) return FALSE; if (HasOptionalField(e_extension) && !m_extension.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4509_CcShortArg::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_ccIdentifier)) m_ccIdentifier.Encode(strm); if (HasOptionalField(e_extension)) m_extension.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4509_CcShortArg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4509_CcShortArg::Class()), PInvalidCast); #endif return new H4509_CcShortArg(*this); } // // CcLongArg // H4509_CcLongArg::H4509_CcLongArg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 5, TRUE, 0) { m_extension.SetConstraints(PASN_Object::FixedConstraint, 0, 255); } #ifndef PASN_NOPRINTON void H4509_CcLongArg::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_numberA)) strm << setw(indent+10) << "numberA = " << setprecision(indent) << m_numberA << '\n'; if (HasOptionalField(e_numberB)) strm << setw(indent+10) << "numberB = " << setprecision(indent) << m_numberB << '\n'; if (HasOptionalField(e_ccIdentifier)) strm << setw(indent+15) << "ccIdentifier = " << setprecision(indent) << m_ccIdentifier << '\n'; if (HasOptionalField(e_service)) strm << setw(indent+10) << "service = " << setprecision(indent) << m_service << '\n'; if (HasOptionalField(e_extension)) strm << setw(indent+12) << "extension = " << setprecision(indent) << m_extension << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H4509_CcLongArg::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H4509_CcLongArg), PInvalidCast); #endif const H4509_CcLongArg & other = (const H4509_CcLongArg &)obj; Comparison result; if ((result = m_numberA.Compare(other.m_numberA)) != EqualTo) return result; if ((result = m_numberB.Compare(other.m_numberB)) != EqualTo) return result; if ((result = m_ccIdentifier.Compare(other.m_ccIdentifier)) != EqualTo) return result; if ((result = m_service.Compare(other.m_service)) != EqualTo) return result; if ((result = m_extension.Compare(other.m_extension)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H4509_CcLongArg::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_numberA)) length += m_numberA.GetObjectLength(); if (HasOptionalField(e_numberB)) length += m_numberB.GetObjectLength(); if (HasOptionalField(e_ccIdentifier)) length += m_ccIdentifier.GetObjectLength(); if (HasOptionalField(e_service)) length += m_service.GetObjectLength(); if (HasOptionalField(e_extension)) length += m_extension.GetObjectLength(); return length; } BOOL H4509_CcLongArg::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_numberA) && !m_numberA.Decode(strm)) return FALSE; if (HasOptionalField(e_numberB) && !m_numberB.Decode(strm)) return FALSE; if (HasOptionalField(e_ccIdentifier) && !m_ccIdentifier.Decode(strm)) return FALSE; if (HasOptionalField(e_service) && !m_service.Decode(strm)) return FALSE; if (HasOptionalField(e_extension) && !m_extension.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H4509_CcLongArg::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_numberA)) m_numberA.Encode(strm); if (HasOptionalField(e_numberB)) m_numberB.Encode(strm); if (HasOptionalField(e_ccIdentifier)) m_ccIdentifier.Encode(strm); if (HasOptionalField(e_service)) m_service.Encode(strm); if (HasOptionalField(e_extension)) m_extension.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H4509_CcLongArg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H4509_CcLongArg::Class()), PInvalidCast); #endif return new H4509_CcLongArg(*this); } #endif // if ! H323_DISABLE_H4509 // End of h4509.cxx openh323_v1_18_0/src/h450pdu.cxx0100644000176200056700000021521510264733611016345 0ustar releasepostincr/* * h450pdu.cxx * * H.450 Helper functions * * Open H323 Library * * Copyright (c) 2001 Norwood Systems Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: h450pdu.cxx,v $ * Revision 1.27 2005/07/12 12:28:57 csoutheren * Fixes for H.450 errors and return values * Thanks to Iker Perez San Roman * * Revision 1.26 2005/06/27 00:36:45 csoutheren * Added missing return after error * Thanks to Iker Pérez de San Román * * Revision 1.25 2005/03/10 07:01:30 csoutheren * Fixed problem with H.450 call identifiers not being unique across all calls on an * endpoint. Thanks to Thien Nguyen * * Revision 1.24 2004/07/03 06:51:37 rjongbloed * Added PTRACE_PARAM() macro to fix warnings on parameters used in PTRACE * macros only. * * Revision 1.23 2004/04/25 01:52:47 rjongbloed * Fixed GCC 3.4 warnings * * Revision 1.22 2004/02/17 09:53:54 csoutheren * Removed incorrect assignment of m_silentMonitoringPermitted to FALSE * See SourceForge bug 832371 * Thanks to Vyacheslav E. Andrejev * * Revision 1.21 2004/02/07 03:35:56 rjongbloed * Fixed missing unlocks in some H.240 operations, in particular consultation transfer never being cleaned up. Thanks Sébastien Annedouche * * Revision 1.20 2003/07/15 11:22:07 csoutheren * Improved handling of alias addresses thanks to Federico Pinna * * Revision 1.19 2002/11/21 22:37:47 robertj * Fixed problems with unrecognized invoke APDU, thanks Andrea Bondavalli * * Revision 1.18 2002/10/01 06:47:39 robertj * Fixed GNU compiler warning * * Revision 1.17 2002/09/25 05:21:11 robertj * Fixed warning on no trace version. * * Revision 1.16 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.15 2002/07/04 00:40:34 robertj * More H.450.11 call intrusion implementation, thanks Aleksandar Todorovic * * Revision 1.14 2002/06/25 09:56:07 robertj * Fixed GNU warnings * * Revision 1.13 2002/06/22 05:48:42 robertj * Added partial implementation for H.450.11 Call Intrusion * * Revision 1.12 2002/06/13 06:13:28 robertj * Added trace dumps for outgoing H.450 supplementary service APDU's. * * Revision 1.11 2002/02/04 07:17:56 robertj * Added H.450.2 Consultation Transfer, thanks Norwood Systems. * * Revision 1.10 2002/01/14 00:03:01 robertj * Added H.450.6 * Added extra "failure mode" parts of H.250.2. * Various other bug fixes. * Thanks Ben Madsen of Norwood Systems * * Revision 1.9 2001/11/19 07:40:44 robertj * Fixed problem with error detection & state change in Call Transfer, thanks Graeme Reid * * Revision 1.8 2001/08/27 03:59:16 robertj * Fixed GNU warnings. * * Revision 1.7 2001/08/16 07:49:19 robertj * Changed the H.450 support to be more extensible. Protocol handlers * are now in separate classes instead of all in H323Connection. * * Revision 1.6 2001/08/06 03:08:57 robertj * Fission of h323.h to h323ep.h & h323con.h, h323.h now just includes files. * * Revision 1.5 2001/06/14 06:25:16 robertj * Added further H.225 PDU build functions. * Moved some functionality from connection to PDU class. * * Revision 1.4 2001/06/05 03:14:41 robertj * Upgraded H.225 ASN to v4 and H.245 ASN to v7. * * Revision 1.3 2001/05/09 04:59:04 robertj * Bug fixes in H.450.2, thanks Klein Stefan. * * Revision 1.2 2001/04/20 02:16:53 robertj * Removed GNU C++ warnings. * * Revision 1.1 2001/04/11 03:01:29 robertj * Added H.450.2 (call transfer), thanks a LOT to Graeme Reid & Norwood Systems * */ #include #ifdef __GNUC__ #pragma implementation "h450pdu.h" #endif #include "h450pdu.h" #include "h4501.h" #include "h4502.h" #include "h4504.h" #include "h4506.h" #include "h45010.h" #include "h45011.h" #include "h323pdu.h" #include "h323ep.h" #include "h323con.h" X880_Invoke& H450ServiceAPDU::BuildInvoke(int invokeId, int operation) { SetTag(X880_ROS::e_invoke); X880_Invoke& invoke = (X880_Invoke&) *this; invoke.m_invokeId = invokeId; invoke.m_opcode.SetTag(X880_Code::e_local); PASN_Integer& opcode = (PASN_Integer&) invoke.m_opcode; opcode.SetValue(operation); return invoke; } X880_ReturnResult& H450ServiceAPDU::BuildReturnResult(int invokeId) { SetTag(X880_ROS::e_returnResult); X880_ReturnResult& returnResult = (X880_ReturnResult&) *this; returnResult.m_invokeId = invokeId; return returnResult; } X880_ReturnError& H450ServiceAPDU::BuildReturnError(int invokeId, int error) { SetTag(X880_ROS::e_returnError); X880_ReturnError& returnError = (X880_ReturnError&) *this; returnError.m_invokeId = invokeId; returnError.m_errorCode.SetTag(X880_Code::e_local); PASN_Integer& errorCode = (PASN_Integer&) returnError.m_errorCode; errorCode.SetValue(error); return returnError; } X880_Reject& H450ServiceAPDU::BuildReject(int invokeId) { SetTag(X880_ROS::e_reject); X880_Reject& reject = (X880_Reject&) *this; reject.m_invokeId = invokeId; return reject; } void H450ServiceAPDU::BuildCallTransferInitiate(int invokeId, const PString & callIdentity, const PString & alias, const H323TransportAddress & address) { X880_Invoke& invoke = BuildInvoke(invokeId, H4502_CallTransferOperation::e_callTransferInitiate); H4502_CTInitiateArg argument; argument.m_callIdentity = callIdentity; H4501_ArrayOf_AliasAddress& aliasAddress = argument.m_reroutingNumber.m_destinationAddress; // We have to have at least a destination transport address or alias. if (!alias.IsEmpty() && !address.IsEmpty()) { aliasAddress.SetSize(2); // Set the alias aliasAddress[1].SetTag(H225_AliasAddress::e_dialedDigits); H323SetAliasAddress(alias, aliasAddress[1]); // Set the transport aliasAddress[0].SetTag(H225_AliasAddress::e_transportID); H225_TransportAddress& cPartyTransport = (H225_TransportAddress&) aliasAddress[0]; address.SetPDU(cPartyTransport); } else { aliasAddress.SetSize(1); if (alias.IsEmpty()) { // Set the transport, no alias present aliasAddress[0].SetTag(H225_AliasAddress::e_transportID); H225_TransportAddress& cPartyTransport = (H225_TransportAddress&) aliasAddress[0]; address.SetPDU(cPartyTransport); } else { // Set the alias, no transport aliasAddress[0].SetTag(H225_AliasAddress::e_dialedDigits); H323SetAliasAddress(alias, aliasAddress[0]); } } PTRACE(4, "H4502\tSending supplementary service PDU argument:\n " << setprecision(2) << argument); invoke.IncludeOptionalField(X880_Invoke::e_argument); invoke.m_argument.EncodeSubType(argument); } void H450ServiceAPDU::BuildCallTransferSetup(int invokeId, const PString & callIdentity) { X880_Invoke& invoke = BuildInvoke(invokeId, H4502_CallTransferOperation::e_callTransferSetup); H4502_CTSetupArg argument; argument.m_callIdentity = callIdentity; PTRACE(4, "H4502\tSending supplementary service PDU argument:\n " << setprecision(2) << argument); invoke.IncludeOptionalField(X880_Invoke::e_argument); invoke.m_argument.EncodeSubType(argument); } void H450ServiceAPDU::BuildCallTransferIdentify(int invokeId) { X880_Invoke invoke = BuildInvoke(invokeId, H4502_CallTransferOperation::e_callTransferIdentify); } void H450ServiceAPDU::BuildCallTransferAbandon(int invokeId) { X880_Invoke invoke = BuildInvoke(invokeId, H4502_CallTransferOperation::e_callTransferAbandon); } void H450ServiceAPDU::BuildCallWaiting(int invokeId, int numCallsWaiting) { X880_Invoke& invoke = BuildInvoke(invokeId, H4506_CallWaitingOperations::e_callWaiting); H4506_CallWaitingArg argument; argument.IncludeOptionalField(H4506_CallWaitingArg::e_nbOfAddWaitingCalls); argument.m_nbOfAddWaitingCalls = numCallsWaiting; PTRACE(4, "H4502\tSending supplementary service PDU argument:\n " << setprecision(2) << argument); invoke.IncludeOptionalField(X880_Invoke::e_argument); invoke.m_argument.EncodeSubType(argument); } void H450ServiceAPDU::BuildCallIntrusionForcedRelease(int invokeId, int CICL) { X880_Invoke& invoke = BuildInvoke(invokeId, H45011_H323CallIntrusionOperations::e_callIntrusionForcedRelease); H45011_CIFrcRelArg argument; argument.m_ciCapabilityLevel = CICL; invoke.IncludeOptionalField(X880_Invoke::e_argument); invoke.m_argument.EncodeSubType(argument); } X880_ReturnResult& H450ServiceAPDU::BuildCallIntrusionForcedReleaseResult(int invokeId) { PTRACE(1 ,"H450.11\tH450ServiceAPDU::BuildCallIntrusionForcedReleaseResult BEGIN"); X880_ReturnResult& result = BuildReturnResult(invokeId); result.IncludeOptionalField(X880_ReturnResult::e_result); result.m_result.m_opcode.SetTag(X880_Code::e_local); PASN_Integer& operation = (PASN_Integer&) result.m_result.m_opcode; operation.SetValue(H45011_H323CallIntrusionOperations::e_callIntrusionForcedRelease); H45011_CIFrcRelOptRes ciCIPLRes; PPER_Stream resultStream; ciCIPLRes.Encode(resultStream); resultStream.CompleteEncoding(); result.m_result.m_result.SetValue(resultStream); PTRACE(4 ,"H450.11\tH450ServiceAPDU::BuildCallIntrusionForcedReleaseResult END"); return result; } void H450ServiceAPDU::BuildCallIntrusionForcedReleaseError() { /** TBD */ } void H450ServiceAPDU::BuildCallIntrusionGetCIPL(int invokeId) { PTRACE(4, "H450.11\tBuildCallIntrusionGetCIPL invokeId=" << invokeId); X880_Invoke invoke = BuildInvoke(invokeId, H45011_H323CallIntrusionOperations::e_callIntrusionGetCIPL); } void H450ServiceAPDU::BuildCallIntrusionImpending(int invokeId) { PTRACE(4, "H450.11\tBuildCallIntrusionImpending invokeId=" << invokeId); X880_Invoke& invoke = BuildInvoke(invokeId, H45011_H323CallIntrusionOperations::e_callIntrusionNotification); H45011_CINotificationArg argument; argument.m_ciStatusInformation = H45011_CIStatusInformation::e_callIntrusionImpending; invoke.IncludeOptionalField(X880_Invoke::e_argument); invoke.m_argument.EncodeSubType(argument); } void H450ServiceAPDU::BuildCallIntrusionForceRelesed(int invokeId) { PTRACE(4, "H450.11\tBuildCallIntrusionForceRelesed invokeId=" << invokeId); X880_Invoke& invoke = BuildInvoke(invokeId, H45011_H323CallIntrusionOperations::e_callIntrusionNotification); H45011_CINotificationArg argument; argument.m_ciStatusInformation = H45011_CIStatusInformation::e_callForceReleased; invoke.IncludeOptionalField(X880_Invoke::e_argument); invoke.m_argument.EncodeSubType(argument); } void H450ServiceAPDU::AttachSupplementaryServiceAPDU(H323SignalPDU & pdu) { H4501_SupplementaryService supplementaryService; // Create an H.450.1 supplementary service object // and store the H450ServiceAPDU in the ROS array. supplementaryService.m_serviceApdu.SetTag(H4501_ServiceApdus::e_rosApdus); H4501_ArrayOf_ROS & operations = (H4501_ArrayOf_ROS &)supplementaryService.m_serviceApdu; operations.SetSize(1); operations[0] = *this; PTRACE(4, "H4501\tSending supplementary service PDU:\n " << setprecision(2) << supplementaryService); // Add the H.450 PDU to the H.323 User-to-User PDU as an OCTET STRING pdu.m_h323_uu_pdu.IncludeOptionalField(H225_H323_UU_PDU::e_h4501SupplementaryService); pdu.m_h323_uu_pdu.m_h4501SupplementaryService.SetSize(1); pdu.m_h323_uu_pdu.m_h4501SupplementaryService[0].EncodeSubType(supplementaryService); } BOOL H450ServiceAPDU::WriteFacilityPDU(H323Connection & connection) { H323SignalPDU facilityPDU; facilityPDU.BuildFacility(connection, TRUE); AttachSupplementaryServiceAPDU(facilityPDU); return connection.WriteSignalPDU(facilityPDU); } void H450ServiceAPDU::ParseEndpointAddress(H4501_EndpointAddress& endpointAddress, PString& remoteParty) { H4501_ArrayOf_AliasAddress& destinationAddress = endpointAddress.m_destinationAddress; PString alias; H323TransportAddress transportAddress; for (PINDEX i = 0; i < destinationAddress.GetSize(); i++) { H225_AliasAddress& aliasAddress = destinationAddress[i]; if (aliasAddress.GetTag() == H225_AliasAddress::e_transportID) transportAddress = (H225_TransportAddress &)aliasAddress; else alias = ::H323GetAliasAddressString(aliasAddress); } if (alias.IsEmpty()) { remoteParty = transportAddress; } else if (transportAddress.IsEmpty()) { remoteParty = alias; } else { remoteParty = alias + '@' + transportAddress; } } ///////////////////////////////////////////////////////////////////////////// H450xDispatcher::H450xDispatcher(H323Connection & conn) : connection(conn) { opcodeHandler.DisallowDeleteObjects(); nextInvokeId = 0; } void H450xDispatcher::AddOpCode(unsigned opcode, H450xHandler * handler) { if (PAssertNULL(handler) == NULL) return; if (handlers.GetObjectsIndex(handler) == P_MAX_INDEX) handlers.Append(handler); opcodeHandler.SetAt(opcode, handler); } void H450xDispatcher::AttachToSetup(H323SignalPDU & pdu) { for (PINDEX i = 0; i < handlers.GetSize(); i++) handlers[i].AttachToSetup(pdu); } void H450xDispatcher::AttachToAlerting(H323SignalPDU & pdu) { for (PINDEX i = 0; i < handlers.GetSize(); i++) handlers[i].AttachToAlerting(pdu); } void H450xDispatcher::AttachToConnect(H323SignalPDU & pdu) { for (PINDEX i = 0; i < handlers.GetSize(); i++) handlers[i].AttachToConnect(pdu); } void H450xDispatcher::AttachToReleaseComplete(H323SignalPDU & pdu) { for (PINDEX i = 0; i < handlers.GetSize(); i++) handlers[i].AttachToReleaseComplete(pdu); } BOOL H450xDispatcher::HandlePDU(const H323SignalPDU & pdu) { BOOL result = TRUE; for (PINDEX i = 0; i < pdu.m_h323_uu_pdu.m_h4501SupplementaryService.GetSize(); i++) { H4501_SupplementaryService supplementaryService; // Decode the supplementary service PDU from the PPER Stream if (pdu.m_h323_uu_pdu.m_h4501SupplementaryService[i].DecodeSubType(supplementaryService)) { PTRACE(4, "H4501\tReceived supplementary service PDU:\n " << setprecision(2) << supplementaryService); } else { PTRACE(1, "H4501\tInvalid supplementary service PDU decode:\n " << setprecision(2) << supplementaryService); continue; } H4501_InterpretationApdu & interpretation = supplementaryService.m_interpretationApdu; if (supplementaryService.m_serviceApdu.GetTag() == H4501_ServiceApdus::e_rosApdus) { H4501_ArrayOf_ROS& operations = (H4501_ArrayOf_ROS&) supplementaryService.m_serviceApdu; for (PINDEX j = 0; j < operations.GetSize(); j ++) { X880_ROS& operation = operations[j]; PTRACE(3, "H4501\tX880 ROS " << operation.GetTagName()); switch (operation.GetTag()) { case X880_ROS::e_invoke: result = OnReceivedInvoke((X880_Invoke &)operation, interpretation); break; case X880_ROS::e_returnResult: result = OnReceivedReturnResult((X880_ReturnResult &)operation); break; case X880_ROS::e_returnError: result = OnReceivedReturnError((X880_ReturnError &)operation); break; case X880_ROS::e_reject: result = OnReceivedReject((X880_Reject &)operation); break; default : break; } } } } return result; } BOOL H450xDispatcher::OnReceivedInvoke(X880_Invoke & invoke, H4501_InterpretationApdu & interpretation) { BOOL result = TRUE; // Get the invokeId int invokeId = invoke.m_invokeId.GetValue(); // Get the linkedId if present int linkedId = -1; if (invoke.HasOptionalField(X880_Invoke::e_linkedId)) { linkedId = invoke.m_linkedId.GetValue(); } // Get the argument if present PASN_OctetString * argument = NULL; if (invoke.HasOptionalField(X880_Invoke::e_argument)) { argument = &invoke.m_argument; } // Get the opcode if (invoke.m_opcode.GetTag() == X880_Code::e_local) { int opcode = ((PASN_Integer&) invoke.m_opcode).GetValue(); if (!opcodeHandler.Contains(opcode)) { PTRACE(2, "H4501\tInvoke of unsupported local opcode:\n " << invoke); if (interpretation.GetTag() != H4501_InterpretationApdu::e_discardAnyUnrecognizedInvokePdu) SendInvokeReject(invokeId, 1 /*X880_InvokeProblem::e_unrecognisedOperation*/); if (interpretation.GetTag() == H4501_InterpretationApdu::e_clearCallIfAnyInvokePduNotRecognized) result = FALSE; } else result = opcodeHandler[opcode].OnReceivedInvoke(opcode, invokeId, linkedId, argument); } else { if (interpretation.GetTag() != H4501_InterpretationApdu::e_discardAnyUnrecognizedInvokePdu) SendInvokeReject(invokeId, 1 /*X880_InvokeProblem::e_unrecognisedOperation*/); PTRACE(2, "H4501\tInvoke of unsupported global opcode:\n " << invoke); if (interpretation.GetTag() == H4501_InterpretationApdu::e_clearCallIfAnyInvokePduNotRecognized) result = FALSE; } return result; } BOOL H450xDispatcher::OnReceivedReturnResult(X880_ReturnResult & returnResult) { unsigned invokeId = returnResult.m_invokeId.GetValue(); for (PINDEX i = 0; i < handlers.GetSize(); i++) { if (handlers[i].GetInvokeId() == invokeId) { handlers[i].OnReceivedReturnResult(returnResult); break; } } return TRUE; } BOOL H450xDispatcher::OnReceivedReturnError(X880_ReturnError & returnError) { BOOL result=TRUE; unsigned invokeId = returnError.m_invokeId.GetValue(); int errorCode = 0; if (returnError.m_errorCode.GetTag() == X880_Code::e_local) errorCode = ((PASN_Integer&) returnError.m_errorCode).GetValue(); for (PINDEX i = 0; i < handlers.GetSize(); i++) { if (handlers[i].GetInvokeId() == invokeId) { result = handlers[i].OnReceivedReturnError(errorCode, returnError); break; } } return result; } BOOL H450xDispatcher::OnReceivedReject(X880_Reject & reject) { int problem = 0; switch (reject.m_problem.GetTag()) { case X880_Reject_problem::e_general: { X880_GeneralProblem & generalProblem = reject.m_problem; problem = generalProblem.GetValue(); } break; case X880_Reject_problem::e_invoke: { X880_InvokeProblem & invokeProblem = reject.m_problem; problem = invokeProblem.GetValue(); } break; case X880_Reject_problem::e_returnResult: { X880_ReturnResultProblem & returnResultProblem = reject.m_problem; problem = returnResultProblem.GetValue(); } break; case X880_Reject_problem::e_returnError: { X880_ReturnErrorProblem & returnErrorProblem = reject.m_problem; problem = returnErrorProblem.GetValue(); } break; default: break; } unsigned invokeId = reject.m_invokeId; for (PINDEX i = 0; i < handlers.GetSize(); i++) { if (handlers[i].GetInvokeId() == invokeId) { handlers[i].OnReceivedReject(reject.m_problem.GetTag(), problem); break; } } return TRUE; } void H450xDispatcher::SendReturnError(int invokeId, int returnError) { H450ServiceAPDU serviceAPDU; serviceAPDU.BuildReturnError(invokeId, returnError); serviceAPDU.WriteFacilityPDU(connection); } void H450xDispatcher::SendGeneralReject(int invokeId, int problem) { H450ServiceAPDU serviceAPDU; X880_Reject & reject = serviceAPDU.BuildReject(invokeId); reject.m_problem.SetTag(X880_Reject_problem::e_general); X880_GeneralProblem & generalProblem = (X880_GeneralProblem &) reject.m_problem; generalProblem = problem; serviceAPDU.WriteFacilityPDU(connection); } void H450xDispatcher::SendInvokeReject(int invokeId, int problem) { H450ServiceAPDU serviceAPDU; X880_Reject & reject = serviceAPDU.BuildReject(invokeId); reject.m_problem.SetTag(X880_Reject_problem::e_invoke); X880_InvokeProblem & invokeProblem = (X880_InvokeProblem &) reject.m_problem; invokeProblem = problem; serviceAPDU.WriteFacilityPDU(connection); } void H450xDispatcher::SendReturnResultReject(int invokeId, int problem) { H450ServiceAPDU serviceAPDU; X880_Reject & reject = serviceAPDU.BuildReject(invokeId); reject.m_problem.SetTag(X880_Reject_problem::e_returnResult); X880_ReturnResultProblem & returnResultProblem = reject.m_problem; returnResultProblem = problem; serviceAPDU.WriteFacilityPDU(connection); } void H450xDispatcher::SendReturnErrorReject(int invokeId, int problem) { H450ServiceAPDU serviceAPDU; X880_Reject & reject = serviceAPDU.BuildReject(invokeId); reject.m_problem.SetTag(X880_Reject_problem::e_returnError); X880_ReturnErrorProblem & returnErrorProblem = reject.m_problem; returnErrorProblem = problem; serviceAPDU.WriteFacilityPDU(connection); } ///////////////////////////////////////////////////////////////////////////// H450xHandler::H450xHandler(H323Connection & conn, H450xDispatcher & disp) : endpoint(conn.GetEndPoint()), connection(conn), dispatcher(disp) { currentInvokeId = 0; } void H450xHandler::AttachToSetup(H323SignalPDU &) { } void H450xHandler::AttachToAlerting(H323SignalPDU &) { } void H450xHandler::AttachToConnect(H323SignalPDU &) { } void H450xHandler::AttachToReleaseComplete(H323SignalPDU &) { } BOOL H450xHandler::OnReceivedReturnResult(X880_ReturnResult & /*returnResult*/) { return TRUE; } BOOL H450xHandler::OnReceivedReturnError(int /*errorCode*/, X880_ReturnError & /*returnError*/) { return TRUE; } BOOL H450xHandler::OnReceivedReject(int /*problemType*/, int /*problemNumber*/) { return TRUE; } void H450xHandler::SendReturnError(int returnError) { dispatcher.SendReturnError(currentInvokeId, returnError); currentInvokeId = 0; } void H450xHandler::SendGeneralReject(int problem) { dispatcher.SendGeneralReject(currentInvokeId, problem); currentInvokeId = 0; } void H450xHandler::SendInvokeReject(int problem) { dispatcher.SendInvokeReject(currentInvokeId, problem); currentInvokeId = 0; } void H450xHandler::SendReturnResultReject(int problem) { dispatcher.SendReturnResultReject(currentInvokeId, problem); currentInvokeId = 0; } void H450xHandler::SendReturnErrorReject(int problem) { dispatcher.SendReturnErrorReject(currentInvokeId, problem); currentInvokeId = 0; } BOOL H450xHandler::DecodeArguments(PASN_OctetString * argString, PASN_Object & argObject, int absentErrorCode) { if (argString == NULL) { if (absentErrorCode >= 0) SendReturnError(absentErrorCode); return FALSE; } PPER_Stream argStream(*argString); if (argObject.Decode(argStream)) { PTRACE(4, "H4501\tSupplementary service argument:\n " << setprecision(2) << argObject); return TRUE; } PTRACE(1, "H4501\tInvalid supplementary service argument:\n " << setprecision(2) << argObject); return FALSE; } ///////////////////////////////////////////////////////////////////////////// H4502Handler::H4502Handler(H323Connection & conn, H450xDispatcher & disp) : H450xHandler(conn, disp) { dispatcher.AddOpCode(H4502_CallTransferOperation::e_callTransferIdentify, this); dispatcher.AddOpCode(H4502_CallTransferOperation::e_callTransferAbandon, this); dispatcher.AddOpCode(H4502_CallTransferOperation::e_callTransferInitiate, this); dispatcher.AddOpCode(H4502_CallTransferOperation::e_callTransferSetup, this); dispatcher.AddOpCode(H4502_CallTransferOperation::e_callTransferUpdate, this); dispatcher.AddOpCode(H4502_CallTransferOperation::e_subaddressTransfer, this); dispatcher.AddOpCode(H4502_CallTransferOperation::e_callTransferComplete, this); dispatcher.AddOpCode(H4502_CallTransferOperation::e_callTransferActive, this); transferringCallToken = ""; ctState = e_ctIdle; ctResponseSent = FALSE; CallToken = PString(); consultationTransfer = FALSE; ctTimer.SetNotifier(PCREATE_NOTIFIER(OnCallTransferTimeOut)); } void H4502Handler::AttachToSetup(H323SignalPDU & pdu) { // Do we need to attach a call transfer setup invoke APDU? if (ctState != e_ctAwaitSetupResponse) return; H450ServiceAPDU serviceAPDU; // Store the outstanding invokeID associated with this connection currentInvokeId = dispatcher.GetNextInvokeId(); // Use the call identity from the ctInitiateArg serviceAPDU.BuildCallTransferSetup(currentInvokeId, transferringCallIdentity); serviceAPDU.AttachSupplementaryServiceAPDU(pdu); } void H4502Handler::AttachToAlerting(H323SignalPDU & pdu) { // Do we need to send a callTransferSetup return result APDU? if (currentInvokeId == 0 || ctResponseSent) return; H450ServiceAPDU serviceAPDU; serviceAPDU.BuildReturnResult(currentInvokeId); serviceAPDU.AttachSupplementaryServiceAPDU(pdu); ctResponseSent = TRUE; currentInvokeId = 0; } void H4502Handler::AttachToConnect(H323SignalPDU & pdu) { // Do we need to include a ctInitiateReturnResult APDU in our Release Complete Message? if (currentInvokeId == 0 || ctResponseSent) return; H450ServiceAPDU serviceAPDU; serviceAPDU.BuildReturnResult(currentInvokeId); serviceAPDU.AttachSupplementaryServiceAPDU(pdu); ctResponseSent = TRUE; currentInvokeId = 0; } void H4502Handler::AttachToReleaseComplete(H323SignalPDU & pdu) { // Do we need to include a ctInitiateReturnResult APDU in our Release Complete Message? if (currentInvokeId == 0) return; // If the SETUP message we received from the other end had a callTransferSetup APDU // in it, then we need to send back a RELEASE COMPLETE PDU with a callTransferSetup // ReturnError. // Else normal call - clear it down H450ServiceAPDU serviceAPDU; if (ctResponseSent) { serviceAPDU.BuildReturnResult(currentInvokeId); ctResponseSent = FALSE; currentInvokeId = 0; } else { serviceAPDU.BuildReturnError(currentInvokeId, H4501_GeneralErrorList::e_notAvailable); ctResponseSent = TRUE; currentInvokeId = 0; } serviceAPDU.AttachSupplementaryServiceAPDU(pdu); } BOOL H4502Handler::OnReceivedInvoke(int opcode, int invokeId, int linkedId, PASN_OctetString * argument) { currentInvokeId = invokeId; switch (opcode) { case H4502_CallTransferOperation::e_callTransferIdentify: OnReceivedCallTransferIdentify(linkedId); break; case H4502_CallTransferOperation::e_callTransferAbandon: OnReceivedCallTransferAbandon(linkedId); break; case H4502_CallTransferOperation::e_callTransferInitiate: OnReceivedCallTransferInitiate(linkedId, argument); break; case H4502_CallTransferOperation::e_callTransferSetup: OnReceivedCallTransferSetup(linkedId, argument); break; case H4502_CallTransferOperation::e_callTransferUpdate: OnReceivedCallTransferUpdate(linkedId, argument); break; case H4502_CallTransferOperation::e_subaddressTransfer: OnReceivedSubaddressTransfer(linkedId, argument); break; case H4502_CallTransferOperation::e_callTransferComplete: OnReceivedCallTransferComplete(linkedId, argument); break; case H4502_CallTransferOperation::e_callTransferActive: OnReceivedCallTransferActive(linkedId, argument); break; default: currentInvokeId = 0; return FALSE; } return TRUE; } void H4502Handler::OnReceivedCallTransferIdentify(int /*linkedId*/) { if (!endpoint.OnCallTransferIdentify(connection)) { SendReturnError(H4501_GeneralErrorList::e_notAvailable); return; } // Send a FACILITY message with a callTransferIdentify return result // Supplementary Service PDU to the transferring endpoint. H450ServiceAPDU serviceAPDU; X880_ReturnResult& result = serviceAPDU.BuildReturnResult(currentInvokeId); result.IncludeOptionalField(X880_ReturnResult::e_result); result.m_result.m_opcode.SetTag(X880_Code::e_local); PASN_Integer& operation = (PASN_Integer&) result.m_result.m_opcode; operation.SetValue(H4502_CallTransferOperation::e_callTransferIdentify); H4502_CTIdentifyRes ctIdentifyResult; // Restrict the generated value to 4 digits (13 bits) unsigned int id = endpoint.GetNextH450CallIdentityValue() & 0x1FFF; PString pstrId(PString::Unsigned, id); ctIdentifyResult.m_callIdentity = pstrId; // Store the callIdentity of this connection in the dictionary endpoint.GetCallIdentityDictionary().SetAt(pstrId, &connection); H4501_ArrayOf_AliasAddress& aliasAddress = ctIdentifyResult.m_reroutingNumber.m_destinationAddress; PString localName = connection.GetLocalPartyName(); if (localName.IsEmpty()) aliasAddress.SetSize(1); else { aliasAddress.SetSize(2); aliasAddress[1].SetTag(H225_AliasAddress::e_dialedDigits); H323SetAliasAddress(localName, aliasAddress[1]); // Will encode as h323-Id if not E.164 } H323TransportAddress address; address = connection.GetSignallingChannel()->GetLocalAddress(); aliasAddress[0].SetTag(H225_AliasAddress::e_transportID); H225_TransportAddress& cPartyTransport = (H225_TransportAddress&) aliasAddress[0]; address.SetPDU(cPartyTransport); PPER_Stream resultStream; ctIdentifyResult.Encode(resultStream); resultStream.CompleteEncoding(); result.m_result.m_result.SetValue(resultStream); serviceAPDU.WriteFacilityPDU(connection); ctState = e_ctAwaitSetup; // start timer CT-T2 PTRACE(4, "H450.2\tStarting timer CT-T2"); StartctTimer(endpoint.GetCallTransferT2()); } void H4502Handler::OnReceivedCallTransferAbandon(int /*linkedId*/) { switch (ctState) { case e_ctAwaitSetup: { // Stop Timer CT-T2 and enter state e_ctIdle StopctTimer(); PTRACE(4, "H4502\tStopping timer CT-T2"); currentInvokeId = 0; ctState = e_ctIdle; } break; default: break; } } void H4502Handler::OnReceivedCallTransferInitiate(int /*linkedId*/, PASN_OctetString * argument) { // TBD: Check Call Hold status. If call is held, it must first be // retrieved before being transferred. -- dcassel 4/01 H4502_CTInitiateArg ctInitiateArg; if (!DecodeArguments(argument, ctInitiateArg, H4502_CallTransferErrors::e_invalidReroutingNumber)) return; ctResponseSent = TRUE; PString remoteParty; H450ServiceAPDU::ParseEndpointAddress(ctInitiateArg.m_reroutingNumber, remoteParty); PString newToken; if (!endpoint.OnCallTransferInitiate(connection, remoteParty) || endpoint.SetupTransfer(connection.GetCallToken(), ctInitiateArg.m_callIdentity.GetValue(), remoteParty, newToken) == NULL) SendReturnError(H4502_CallTransferErrors::e_establishmentFailure); } void H4502Handler::OnReceivedCallTransferSetup(int /*linkedId*/, PASN_OctetString * argument) { H4502_CTSetupArg ctSetupArg; if (!DecodeArguments(argument, ctSetupArg, H4502_CallTransferErrors::e_unrecognizedCallIdentity)) return; // Get the Transferring User's details if present PString transferringParty; if (ctSetupArg.HasOptionalField(H4502_CTSetupArg::e_transferringNumber)) { H450ServiceAPDU::ParseEndpointAddress(ctSetupArg.m_transferringNumber, transferringParty); } PString callIdentity; callIdentity = ctSetupArg.m_callIdentity; if (callIdentity.IsEmpty()) { // Blind Transfer switch (ctState) { case e_ctIdle: ctState = e_ctAwaitSetupResponse; break; // Wrong State default : break; } } else { // Transfer through Consultation // We need to check that the call identity and destination address information match those in the // second call. For the time being we just check that the call identities match as there does not // appear to be an elegant solution to compare the destination address information. // Get this callIdentity from our dictionary (if present) H323Connection *secondaryCall = endpoint.GetCallIdentityDictionary().GetAt(callIdentity); if (secondaryCall != NULL) secondaryCall->HandleConsultationTransfer(callIdentity, connection); else // Mismatched callIdentity SendReturnError(H4502_CallTransferErrors::e_unrecognizedCallIdentity); } } void H4502Handler::OnReceivedCallTransferUpdate(int /*linkedId*/, PASN_OctetString * argument) { H4502_CTUpdateArg ctUpdateArg; if (!DecodeArguments(argument, ctUpdateArg, -1)) return; } void H4502Handler::OnReceivedSubaddressTransfer(int /*linkedId*/, PASN_OctetString * argument) { H4502_SubaddressTransferArg subaddressTransferArg; if (!DecodeArguments(argument, subaddressTransferArg, -1)) return; } void H4502Handler::OnReceivedCallTransferComplete(int /*linkedId*/, PASN_OctetString * argument) { H4502_CTCompleteArg ctCompleteArg; if (!DecodeArguments(argument, ctCompleteArg, -1)) return; } void H4502Handler::OnReceivedCallTransferActive(int /*linkedId*/, PASN_OctetString * argument) { H4502_CTActiveArg ctActiveArg; if (!DecodeArguments(argument, ctActiveArg, -1)) return; } BOOL H4502Handler::OnReceivedReturnResult(X880_ReturnResult & returnResult) { if (currentInvokeId == returnResult.m_invokeId.GetValue()) { switch (ctState) { case e_ctAwaitInitiateResponse: OnReceivedInitiateReturnResult(); break; case e_ctAwaitSetupResponse: OnReceivedSetupReturnResult(); break; case e_ctAwaitIdentifyResponse: OnReceivedIdentifyReturnResult(returnResult); break; default : break; } } return TRUE; } void H4502Handler::OnReceivedInitiateReturnResult() { // stop timer CT-T3 StopctTimer(); PTRACE(4, "H4502\tStopping timer CT-T3"); ctState = e_ctIdle; currentInvokeId = 0; // clear the primary and secondary call if not already cleared, } void H4502Handler::OnReceivedSetupReturnResult() { // stop timer CT-T4 StopctTimer(); PTRACE(4, "H4502\tStopping timer CT-T4"); ctState = e_ctIdle; currentInvokeId = 0; // Clear the primary call endpoint.ClearCall(transferringCallToken, H323Connection::EndedByCallForwarded); } void H4502Handler::OnReceivedIdentifyReturnResult(X880_ReturnResult &returnResult) { // stop timer CT-T1 StopctTimer(); PTRACE(4, "H4502\tStopping timer CT-T1"); // Have received response. ctState = e_ctIdle; // Get the return result if present PASN_OctetString * result = NULL; if (returnResult.HasOptionalField(X880_ReturnResult::e_result)) { result = &returnResult.m_result.m_result; // Extract the C Party Details H4502_CTIdentifyRes ctIdentifyResult; PPER_Stream resultStream(*result); ctIdentifyResult.Decode(resultStream); PString callIdentity = ctIdentifyResult.m_callIdentity.GetValue(); PString remoteParty; H450ServiceAPDU::ParseEndpointAddress(ctIdentifyResult.m_reroutingNumber, remoteParty); // Store the secondary call token on the primary connection so we can send a // callTransferAbandon invoke APDU on the secondary call at a later stage if we // get back a callTransferInitiateReturnError H323Connection* primaryConnection = endpoint.FindConnectionWithLock(CallToken); if (primaryConnection != NULL) { primaryConnection->SetAssociatedCallToken(connection.GetCallToken()); // Send a callTransferInitiate invoke APDU in a FACILITY message // to the transferred endpoint on the primary call endpoint.TransferCall(primaryConnection->GetCallToken(), remoteParty, callIdentity); primaryConnection->Unlock(); } } } BOOL H4502Handler::OnReceivedReturnError(int errorCode, X880_ReturnError &returnError) { if (currentInvokeId == returnError.m_invokeId.GetValue()) { switch (ctState) { case e_ctAwaitInitiateResponse: OnReceivedInitiateReturnError(); break; case e_ctAwaitSetupResponse: OnReceivedSetupReturnError(errorCode); break; case e_ctAwaitIdentifyResponse: OnReceivedIdentifyReturnError(); break; default : break; } } return TRUE; } void H4502Handler::OnReceivedInitiateReturnError(const bool timerExpiry) { if (!timerExpiry) { // stop timer CT-T3 StopctTimer(); PTRACE(4, "H4502\tStopping timer CT-T3"); } else PTRACE(4, "H4502\tTimer CT-T3 has expired on the Transferring Endpoint awaiting a response to a callTransferInitiate APDU."); currentInvokeId = 0; ctState = e_ctIdle; // Send a callTransferAbandon invoke APDU in a FACILITY message on the secondary call // (if it exists) and enter state CT-Idle. H323Connection* secondaryConnection = endpoint.FindConnectionWithLock(CallToken); if (secondaryConnection != NULL) { H450ServiceAPDU serviceAPDU; serviceAPDU.BuildCallTransferAbandon(dispatcher.GetNextInvokeId()); serviceAPDU.WriteFacilityPDU(*secondaryConnection); secondaryConnection->Unlock(); } endpoint.OnReceivedInitiateReturnError(); } void H4502Handler::OnReceivedSetupReturnError(int errorCode, const bool timerExpiry) { ctState = e_ctIdle; currentInvokeId = 0; if (!timerExpiry) { // stop timer CT-T4 if it is running StopctTimer(); PTRACE(4, "H4502\tStopping timer CT-T4"); } else { PTRACE(3, "H4502\tTimer CT-T4 has expired on the Transferred Endpoint awaiting a response to a callTransferSetup APDU."); // Clear the transferred call. endpoint.ClearCall(connection.GetCallToken()); } // Send a facility message to the transferring endpoint // containing a call transfer initiate return error H323Connection* primaryConnection = endpoint.FindConnectionWithLock(transferringCallToken); if (primaryConnection != NULL) { primaryConnection->HandleCallTransferFailure(errorCode); primaryConnection->Unlock(); } } void H4502Handler::OnReceivedIdentifyReturnError(const bool timerExpiry) { // The transferred-to user cannot participate in our transfer request ctState = e_ctIdle; currentInvokeId = 0; if (!timerExpiry) { // stop timer CT-T1 StopctTimer(); PTRACE(4, "H4502\tStopping timer CT-T1"); } else { PTRACE(4, "H4502\tTimer CT-T1 has expired on the Transferring Endpoint awaiting a response to a callTransferIdentify APDU."); // send a callTransferAbandon invoke APDU in a FACILITY message on the secondary call // and enter state CT-Idle. connection.Lock(); H450ServiceAPDU serviceAPDU; serviceAPDU.BuildCallTransferAbandon(dispatcher.GetNextInvokeId()); serviceAPDU.WriteFacilityPDU(connection); connection.Unlock(); } } void H4502Handler::TransferCall(const PString & remoteParty, const PString & callIdentity) { currentInvokeId = dispatcher.GetNextInvokeId(); // Send a FACILITY message with a callTransferInitiate Invoke // Supplementary Service PDU to the transferred endpoint. H450ServiceAPDU serviceAPDU; PString alias; H323TransportAddress address; endpoint.ParsePartyName(remoteParty, alias, address); serviceAPDU.BuildCallTransferInitiate(currentInvokeId, callIdentity, alias, address); serviceAPDU.WriteFacilityPDU(connection); ctState = e_ctAwaitInitiateResponse; // start timer CT-T3 PTRACE(4, "H4502\tStarting timer CT-T3"); StartctTimer(connection.GetEndPoint().GetCallTransferT3()); } void H4502Handler::ConsultationTransfer(const PString & primaryCallToken) { currentInvokeId = dispatcher.GetNextInvokeId(); // Store the call token of the primary call on the secondary call. SetAssociatedCallToken(primaryCallToken); // Send a FACILITY message with a callTransferIdentify Invoke // Supplementary Service PDU to the transferred-to endpoint. H450ServiceAPDU serviceAPDU; serviceAPDU.BuildCallTransferIdentify(currentInvokeId); serviceAPDU.WriteFacilityPDU(connection); ctState = e_ctAwaitIdentifyResponse; // start timer CT-T1 PTRACE(4, "H4502\tStarting timer CT-T1"); StartctTimer(endpoint.GetCallTransferT1()); } void H4502Handler::HandleConsultationTransfer(const PString & callIdentity, H323Connection& incoming) { switch (ctState) { case e_ctAwaitSetup: { // Remove this callIdentity, connection pair from our dictionary as we no longer need it endpoint.GetCallIdentityDictionary().RemoveAt(callIdentity); // Stop timer CT-T2 StopctTimer(); PTRACE(4, "H4502\tStopping timer CT-T2"); PTRACE(4, "H450.2\tConsultation Transfer successful, clearing secondary call"); incoming.OnConsultationTransferSuccess(connection); currentInvokeId = 0; ctState = e_ctIdle; endpoint.ClearCall(connection.GetCallToken()); } break; // Wrong Call Transfer State default : break; } } void H4502Handler::AwaitSetupResponse(const PString & token, const PString & identity) { transferringCallToken = token; transferringCallIdentity = identity; ctState = e_ctAwaitSetupResponse; // start timer CT-T4 PTRACE(4, "H450.2\tStarting timer CT-T4"); StartctTimer(connection.GetEndPoint().GetCallTransferT4()); } void H4502Handler::onReceivedAdmissionReject(const int returnError) { if (ctState == e_ctAwaitSetupResponse) { ctState = e_ctIdle; // Stop timer CT-T4 if it is running StopctTimer(); PTRACE(3, "H4502\tStopping timer CT-T4"); // Send a FACILITY message back to the transferring party on the primary connection H323Connection * primaryConnection = endpoint.FindConnectionWithLock(transferringCallToken); if (primaryConnection != NULL) { PTRACE(3, "H4502\tReceived an Admission Reject at the Transferred Endpoint - aborting the transfer."); primaryConnection->HandleCallTransferFailure(returnError); primaryConnection->Unlock(); } } } void H4502Handler::HandleCallTransferFailure(const int returnError) { SendReturnError(returnError); } void H4502Handler::StopctTimer() { if (ctTimer.IsRunning()) ctTimer.Stop(); } void H4502Handler::OnCallTransferTimeOut(PTimer &, INT) { switch (ctState) { // CT-T3 Timeout case e_ctAwaitInitiateResponse: OnReceivedInitiateReturnError(true); break; // CT-T1 Timeout case e_ctAwaitIdentifyResponse: OnReceivedIdentifyReturnError(true); break; // CT-T2 Timeout case e_ctAwaitSetup: { // Abort the call transfer ctState = e_ctIdle; currentInvokeId = 0; PTRACE(4, "H450.2\tTimer CT-T2 has expired on the Transferred-to endpoint awaiting a callTransferSetup APDU."); } break; // CT-T4 Timeout case e_ctAwaitSetupResponse: OnReceivedSetupReturnError(H4502_CallTransferErrors::e_establishmentFailure, true); break; default: break; } } ///////////////////////////////////////////////////////////////////////////// H4504Handler::H4504Handler(H323Connection & conn, H450xDispatcher & disp) : H450xHandler(conn, disp) { dispatcher.AddOpCode(H4504_CallHoldOperation::e_holdNotific, this); dispatcher.AddOpCode(H4504_CallHoldOperation::e_retrieveNotific, this); dispatcher.AddOpCode(H4504_CallHoldOperation::e_remoteHold, this); dispatcher.AddOpCode(H4504_CallHoldOperation::e_remoteRetrieve, this); holdState = e_ch_Idle; } BOOL H4504Handler::OnReceivedInvoke(int opcode, int invokeId, int linkedId, PASN_OctetString *) { currentInvokeId = invokeId; switch (opcode) { case H4504_CallHoldOperation::e_holdNotific: OnReceivedLocalCallHold(linkedId); break; case H4504_CallHoldOperation::e_retrieveNotific: OnReceivedLocalCallRetrieve(linkedId); break; case H4504_CallHoldOperation::e_remoteHold: OnReceivedRemoteCallHold(linkedId); break; case H4504_CallHoldOperation::e_remoteRetrieve: OnReceivedRemoteCallRetrieve(linkedId); break; default: currentInvokeId = 0; return FALSE; } return TRUE; } void H4504Handler::OnReceivedLocalCallHold(int /*linkedId*/) { PTRACE(4, "H4504\tReceived a holdNotific Invoke APDU from the remote endpoint."); // Optionally close our transmit channel. } void H4504Handler::OnReceivedLocalCallRetrieve(int /*linkedId*/) { PTRACE(4, "H4504\tReceived a retrieveNotific Invoke APDU from the remote endpoint."); // Re-open our transmit channel if we previously closed it. } void H4504Handler::OnReceivedRemoteCallHold(int /*linkedId*/) { // TBD } void H4504Handler::OnReceivedRemoteCallRetrieve(int /*linkedId*/) { // TBD } void H4504Handler::HoldCall(BOOL localHold) { // TBD: Implement Remote Hold. This implementation only does // local hold. -- dcassel 4/01. if (!localHold) return; // Send a FACILITY message with a callNotific Invoke // Supplementary Service PDU to the held endpoint. PTRACE(4, "H4504\tTransmitting a holdNotific Invoke APDU to the remote endpoint."); H450ServiceAPDU serviceAPDU; currentInvokeId = dispatcher.GetNextInvokeId(); serviceAPDU.BuildInvoke(currentInvokeId, H4504_CallHoldOperation::e_holdNotific); serviceAPDU.WriteFacilityPDU(connection); // Update hold state holdState = e_ch_NE_Held; } void H4504Handler::RetrieveCall() { // TBD: Implement Remote Hold. This implementation only does // Send a FACILITY message with a retrieveNotific Invoke // Supplementary Service PDU to the held endpoint. PTRACE(4, "H4504\tTransmitting a retrieveNotific Invoke APDU to the remote endpoint."); H450ServiceAPDU serviceAPDU; currentInvokeId = dispatcher.GetNextInvokeId(); serviceAPDU.BuildInvoke(currentInvokeId, H4504_CallHoldOperation::e_retrieveNotific); serviceAPDU.WriteFacilityPDU(connection); // Update hold state holdState = e_ch_Idle; } ///////////////////////////////////////////////////////////////////////////// H4506Handler::H4506Handler(H323Connection & conn, H450xDispatcher & disp) : H450xHandler(conn, disp) { dispatcher.AddOpCode(H4506_CallWaitingOperations::e_callWaiting, this); cwState = e_cw_Idle; } BOOL H4506Handler::OnReceivedInvoke(int opcode, int invokeId, int linkedId, PASN_OctetString *argument) { currentInvokeId = invokeId; switch (opcode) { case H4506_CallWaitingOperations::e_callWaiting: OnReceivedCallWaitingIndication(linkedId, argument); break; default: currentInvokeId = 0; return FALSE; } return TRUE; } void H4506Handler::OnReceivedCallWaitingIndication(int /*linkedId*/, PASN_OctetString *argument) { H4506_CallWaitingArg cwArg; if(!DecodeArguments(argument, cwArg, -1)) return; connection.SetRemotCallWaiting(cwArg.m_nbOfAddWaitingCalls.GetValue()); return; } void H4506Handler::AttachToAlerting(H323SignalPDU & pdu, unsigned numberOfCallsWaiting) { PTRACE(4, "H450.6\tAttaching a Call Waiting Invoke PDU to this Alerting message."); H450ServiceAPDU serviceAPDU; // Store the call waiting invokeID associated with this connection currentInvokeId = dispatcher.GetNextInvokeId(); serviceAPDU.BuildCallWaiting(currentInvokeId, numberOfCallsWaiting); serviceAPDU.AttachSupplementaryServiceAPDU(pdu); cwState = e_cw_Invoked; } ///////////////////////////////////////////////////////////////////////////// H45011Handler::H45011Handler(H323Connection & conn, H450xDispatcher & disp) : H450xHandler(conn, disp) { dispatcher.AddOpCode(H45011_H323CallIntrusionOperations::e_callIntrusionRequest, this); dispatcher.AddOpCode(H45011_H323CallIntrusionOperations::e_callIntrusionGetCIPL, this); dispatcher.AddOpCode(H45011_H323CallIntrusionOperations::e_callIntrusionIsolate, this); dispatcher.AddOpCode(H45011_H323CallIntrusionOperations::e_callIntrusionForcedRelease, this); dispatcher.AddOpCode(H45011_H323CallIntrusionOperations::e_callIntrusionWOBRequest, this); dispatcher.AddOpCode(H45011_H323CallIntrusionOperations::e_callIntrusionSilentMonitor, this); dispatcher.AddOpCode(H45011_H323CallIntrusionOperations::e_callIntrusionNotification, this); dispatcher.AddOpCode(H45010_H323CallOfferOperations::e_cfbOverride, this); dispatcher.AddOpCode(H45010_H323CallOfferOperations::e_remoteUserAlerting, this); dispatcher.AddOpCode(H4506_CallWaitingOperations::e_callWaiting, this); ciState = e_ci_Idle; ciSendState = e_ci_sIdle; ciReturnState = e_ci_rIdle; ciTimer.SetNotifier(PCREATE_NOTIFIER(OnCallIntrudeTimeOut)); } BOOL H45011Handler::OnReceivedInvoke(int opcode, int invokeId, int linkedId, PASN_OctetString * argument) { BOOL result = TRUE; currentInvokeId = invokeId; switch (opcode) { case H45011_H323CallIntrusionOperations::e_callIntrusionRequest: OnReceivedCallIntrusionRequest(linkedId, argument); break; case H45011_H323CallIntrusionOperations::e_callIntrusionGetCIPL: OnReceivedCallIntrusionGetCIPL(linkedId, argument); break; case H45011_H323CallIntrusionOperations::e_callIntrusionIsolate: OnReceivedCallIntrusionIsolate(linkedId, argument); break; case H45011_H323CallIntrusionOperations::e_callIntrusionForcedRelease: result = OnReceivedCallIntrusionForcedRelease(linkedId, argument); break; case H45011_H323CallIntrusionOperations::e_callIntrusionWOBRequest: OnReceivedCallIntrusionWOBRequest(linkedId, argument); break; case H45011_H323CallIntrusionOperations::e_callIntrusionSilentMonitor: OnReceivedCallIntrusionSilentMonitor(linkedId, argument); break; case H45011_H323CallIntrusionOperations::e_callIntrusionNotification: OnReceivedCallIntrusionNotification(linkedId, argument); break; case H45010_H323CallOfferOperations::e_cfbOverride: OnReceivedCfbOverride(linkedId, argument); break; case H45010_H323CallOfferOperations::e_remoteUserAlerting: OnReceivedRemoteUserAlerting(linkedId, argument); break; case H4506_CallWaitingOperations::e_callWaiting: OnReceivedCallWaiting(linkedId, argument); break; default: currentInvokeId = 0; return FALSE; } return result; } void H45011Handler::AttachToSetup(H323SignalPDU & pdu) { // Do we need to attach a call transfer setup invoke APDU? if (ciSendState != e_ci_sAttachToSetup) return; H450ServiceAPDU serviceAPDU; // Store the outstanding invokeID associated with this connection currentInvokeId = dispatcher.GetNextInvokeId(); PTRACE(4, "H450.11\tAttachToSetup Invoke ID=" << currentInvokeId); switch (ciGenerateState){ case e_ci_gConferenceRequest: break; case e_ci_gHeldRequest: break; case e_ci_gSilentMonitorRequest: break; case e_ci_gIsolationRequest: break; case e_ci_gForcedReleaseRequest: serviceAPDU.BuildCallIntrusionForcedRelease(currentInvokeId, ciCICL); break; case e_ci_gWOBRequest: break; default: break; } if(ciGenerateState != e_ci_gIdle){ // Use the call identity from the ctInitiateArg serviceAPDU.AttachSupplementaryServiceAPDU(pdu); // start timer CT-T1 PTRACE(4, "H450.11\tStarting timer CI-T1"); StartciTimer(connection.GetEndPoint().GetCallIntrusionT1()); ciState = e_ci_WaitAck; } ciSendState = e_ci_sIdle; ciGenerateState = e_ci_gIdle; } void H45011Handler::AttachToAlerting(H323SignalPDU & pdu) { if (ciSendState != e_ci_sAttachToAlerting) return; PTRACE(4, "H450.11\tAttachToAlerting Invoke ID=" << currentInvokeId); // Store the outstanding invokeID associated with this connection currentInvokeId = dispatcher.GetNextInvokeId(); PTRACE(4, "H450.11\tAttachToAlerting Invoke ID=" << currentInvokeId); if(ciReturnState!=e_ci_rIdle){ H450ServiceAPDU serviceAPDU; switch (ciReturnState){ case e_ci_rCallIntrusionImpending: serviceAPDU.BuildCallIntrusionImpending(currentInvokeId); PTRACE(4, "H450.11\tReturned e_ci_rCallIntrusionImpending"); break; case e_ci_rCallIntruded: break; case e_ci_rCallIsolated: break; case e_ci_rCallForceReleased: break; case e_ci_rCallForceReleaseResult: serviceAPDU.BuildCallIntrusionForcedReleaseResult(currentInvokeId); PTRACE(4, "H450.11\tReturned H45011_CallIntrusionForced Release Result"); break; case e_ci_rCallIntrusionComplete: break; case e_ci_rCallIntrusionEnd: break; case e_ci_rNotBusy: serviceAPDU.BuildReturnError(currentInvokeId, H45011_CallIntrusionErrors::e_notBusy); PTRACE(4, "H450.11\tReturned H45011_CallIntrusionErrors::e_notBusy"); break; case e_ci_rTempUnavailable: PTRACE(4, "H450.11\tReturned H45011_CallIntrusionErrors::e_temporarilyUnavailable"); serviceAPDU.BuildReturnError(currentInvokeId, H45011_CallIntrusionErrors::e_temporarilyUnavailable); break; case e_ci_rNotAuthorized: PTRACE(4, "H450.11\tReturned H45011_CallIntrusionErrors::e_notAuthorized"); serviceAPDU.BuildReturnError(currentInvokeId, H45011_CallIntrusionErrors::e_notAuthorized); break; default : break; } serviceAPDU.AttachSupplementaryServiceAPDU(pdu); } ciState = e_ci_Idle; ciSendState = e_ci_sIdle; ciReturnState = e_ci_rIdle; } void H45011Handler::AttachToConnect(H323SignalPDU & pdu) { if ((currentInvokeId == 0) || (ciSendState != e_ci_sAttachToConnect)) return; currentInvokeId = dispatcher.GetNextInvokeId(); PTRACE(4, "H450.11\tAttachToConnect Invoke ID=" << currentInvokeId); if(ciReturnState!=e_ci_rIdle){ H450ServiceAPDU serviceAPDU; switch (ciReturnState){ case e_ci_rCallIntrusionImpending: break; case e_ci_rCallIntruded: break; case e_ci_rCallIsolated: break; case e_ci_rCallForceReleased: break; case e_ci_rCallForceReleaseResult: serviceAPDU.BuildCallIntrusionForcedReleaseResult(currentInvokeId); PTRACE(4, "H450.11\tReturned H45011_CallIntrusionForced Release Result"); break; case e_ci_rCallIntrusionComplete: break; case e_ci_rCallIntrusionEnd: break; case e_ci_rNotBusy: serviceAPDU.BuildReturnError(currentInvokeId, H45011_CallIntrusionErrors::e_notBusy); PTRACE(4, "H450.11\tReturned H45011_CallIntrusionErrors::e_notBusy"); break; case e_ci_rTempUnavailable: PTRACE(4, "H450.11\tReturned H45011_CallIntrusionErrors::e_temporarilyUnavailable"); serviceAPDU.BuildReturnError(currentInvokeId, H45011_CallIntrusionErrors::e_temporarilyUnavailable); break; case e_ci_rNotAuthorized: PTRACE(4, "H450.11\tReturned H45011_CallIntrusionErrors::e_notAuthorized"); serviceAPDU.BuildReturnError(currentInvokeId, H45011_CallIntrusionErrors::e_notAuthorized); break; default : break; } serviceAPDU.AttachSupplementaryServiceAPDU(pdu); } ciState = e_ci_Idle; ciSendState = e_ci_sIdle; ciReturnState = e_ci_rIdle; currentInvokeId = 0; } void H45011Handler::AttachToReleaseComplete(H323SignalPDU & pdu) { // Do we need to attach a call transfer setup invoke APDU? if (ciSendState != e_ci_sAttachToReleseComplete) return; PTRACE(4, "H450.11\tAttachToSetup Invoke ID=" << currentInvokeId); if(ciReturnState!=e_ci_rIdle){ H450ServiceAPDU serviceAPDU; switch (ciReturnState){ case e_ci_rNotBusy: serviceAPDU.BuildReturnError(currentInvokeId, H45011_CallIntrusionErrors::e_notBusy); PTRACE(4, "H450.11\tReturned H45011_CallIntrusionErrors::e_notBusy"); break; case e_ci_rTempUnavailable: PTRACE(4, "H450.11\tReturned H45011_CallIntrusionErrors::e_temporarilyUnavailable"); serviceAPDU.BuildReturnError(currentInvokeId, H45011_CallIntrusionErrors::e_temporarilyUnavailable); break; case e_ci_rNotAuthorized: PTRACE(4, "H450.11\tReturned H45011_CallIntrusionErrors::e_notAuthorized"); serviceAPDU.BuildReturnError(currentInvokeId, H45011_CallIntrusionErrors::e_notAuthorized); break; case e_ci_rCallForceReleased: PTRACE(4, "H450.11\tReturned H45011_CallIntrusionForceRelease::e_ci_rCallForceReleased"); serviceAPDU.BuildCallIntrusionForceRelesed(currentInvokeId); break; default : break; } serviceAPDU.AttachSupplementaryServiceAPDU(pdu); } ciState = e_ci_Idle; ciSendState = e_ci_sIdle; ciReturnState = e_ci_rIdle; } void H45011Handler::OnReceivedCallIntrusionRequest(int /*linkedId*/, PASN_OctetString *argument) { H45011_CIRequestArg ciArg; if(!DecodeArguments(argument, ciArg, -1)) return; /* TBD */ return; } void H45011Handler::OnReceivedCallIntrusionGetCIPL(int /*linkedId*/, PASN_OctetString *argument) { PTRACE(4, "H450.11\tReceived GetCIPL Invoke"); H45011_CIGetCIPLOptArg ciArg; // !!!!!!!! DecodeArguments(argument, ciArg, -1); /* if(!DecodeArguments(argument, ciArg, -1)) return; */ // Send a FACILITY message with a callTransferIdentify return result // Supplementary Service PDU to the transferring endpoint. H450ServiceAPDU serviceAPDU; X880_ReturnResult& result = serviceAPDU.BuildReturnResult(currentInvokeId); result.IncludeOptionalField(X880_ReturnResult::e_result); result.m_result.m_opcode.SetTag(X880_Code::e_local); PASN_Integer& operation = (PASN_Integer&) result.m_result.m_opcode; operation.SetValue(H45011_H323CallIntrusionOperations::e_callIntrusionGetCIPL); H45011_CIGetCIPLRes ciCIPLRes; ciCIPLRes.m_ciProtectionLevel = endpoint.GetCallIntrusionProtectionLevel(); ciCIPLRes.IncludeOptionalField(H45011_CIGetCIPLRes::e_silentMonitoringPermitted); PPER_Stream resultStream; ciCIPLRes.Encode(resultStream); resultStream.CompleteEncoding(); result.m_result.m_result.SetValue(resultStream); serviceAPDU.WriteFacilityPDU(connection); PTRACE(4, "H450.11\tSent GetCIPL Result CIPL=" << ciCIPLRes.m_ciProtectionLevel); /* TBD */ return; } void H45011Handler::OnReceivedCallIntrusionIsolate(int /*linkedId*/, PASN_OctetString *argument) { H45011_CIIsOptArg ciArg; if(!DecodeArguments(argument, ciArg, -1)) return; /* TBD */ return; } BOOL H45011Handler::OnReceivedCallIntrusionForcedRelease(int /*linkedId*/, PASN_OctetString *argument) { BOOL result = TRUE; PTRACE(4, "H450.11\tReceived ForcedRelease Invoke"); H45011_CIFrcRelArg ciArg; if(!DecodeArguments(argument, ciArg, -1)) return FALSE; PStringList tokens = endpoint.GetAllConnections(); if(tokens.GetSize() >1) { for (PINDEX i = 0; i < tokens.GetSize(); i++) { if(endpoint.HasConnection(tokens[i])){ H323Connection* conn = endpoint.FindConnectionWithLock(tokens[i]); if (conn != NULL){ if (conn->IsEstablished()){ if((conn->GetLocalCallIntrusionProtectionLevel() < ciArg.m_ciCapabilityLevel)){ activeCallToken = conn->GetCallToken(); intrudingCallToken = connection.GetCallToken(); conn->GetRemoteCallIntrusionProtectionLevel(connection.GetCallToken (), (unsigned)ciArg.m_ciCapabilityLevel); result = TRUE; conn->Unlock (); break; } else result = FALSE; } conn->Unlock (); } } } if(result){ ciSendState = e_ci_sAttachToConnect; ciReturnState = e_ci_rCallForceReleaseResult; connection.SetCallIntrusion (); } else { ciSendState = e_ci_sAttachToReleseComplete; ciReturnState = e_ci_rNotAuthorized; connection.ClearCall(H323Connection::EndedByLocalBusy); } } else{ ciSendState = e_ci_sAttachToAlerting; ciReturnState = e_ci_rNotBusy; } return result; } void H45011Handler::OnReceivedCallIntrusionWOBRequest(int /*linkedId*/, PASN_OctetString *argument) { H45011_CIWobOptArg ciArg; if(!DecodeArguments(argument, ciArg, -1)) return; /* TBD */ return; } void H45011Handler::OnReceivedCallIntrusionSilentMonitor(int /*linkedId*/, PASN_OctetString *argument) { H45011_CISilentArg ciArg; if(!DecodeArguments(argument, ciArg, -1)) return; /* TBD */ return; } void H45011Handler::OnReceivedCallIntrusionNotification(int /*linkedId*/, PASN_OctetString *argument) { H45011_CINotificationArg ciArg; if(!DecodeArguments(argument, ciArg, -1)) return; /* TBD */ return; } void H45011Handler::OnReceivedCfbOverride(int /*linkedId*/, PASN_OctetString *argument) { H45010_CfbOvrOptArg ciArg; if(!DecodeArguments(argument, ciArg, -1)) return; /* TBD */ return; } void H45011Handler::OnReceivedRemoteUserAlerting(int /*linkedId*/, PASN_OctetString *argument) { H45010_RUAlertOptArg ciArg; if(!DecodeArguments(argument, ciArg, -1)) return; /* TBD */ return; } void H45011Handler::OnReceivedCallWaiting(int /*linkedId*/, PASN_OctetString *argument) { H4506_CallWaitingArg ciArg; if(!DecodeArguments(argument, ciArg, -1)) return; /* TBD */ return; } BOOL H45011Handler::OnReceivedReturnResult(X880_ReturnResult & returnResult) { PTRACE(4, "H450.11\tReceived Return Result"); if (currentInvokeId == returnResult.m_invokeId.GetValue()) { PTRACE(4, "H450.11\tReceived Return Result Invoke ID=" << currentInvokeId); switch (ciState) { case e_ci_WaitAck: OnReceivedCIRequestResult(); break; case e_ci_GetCIPL: OnReceivedCIGetCIPLResult(returnResult); break; default : break; } } return TRUE; } void H45011Handler::OnReceivedCIRequestResult() { PTRACE(4, "H450.11\tOnReceivedCIRequestResult"); // stop timer CI-T1 PTRACE(4, "H450.11\tTrying to stop timer CI-T1"); StopciTimer(); } void H45011Handler::OnReceivedCIGetCIPLResult(X880_ReturnResult & returnResult) { PTRACE(4, "H450.11\tOnReceivedCIRequestResult"); // Get the return result if present PASN_OctetString * result = NULL; if (returnResult.HasOptionalField(X880_ReturnResult::e_result)) { result = &returnResult.m_result.m_result; // Extract the C Party Details H45011_CIGetCIPLRes ciGetCIPLResult; PPER_Stream resultStream(*result); ciGetCIPLResult.Decode(resultStream); PTRACE(4 ,"H450.11\tReceived CIPL=" << ciGetCIPLResult.m_ciProtectionLevel ); if (intrudingCallCICL > ciGetCIPLResult.m_ciProtectionLevel){ // Send ciNotification.inv (ciImpending) To C connection.Lock(); H450ServiceAPDU serviceAPDU; currentInvokeId = dispatcher.GetNextInvokeId(); serviceAPDU.BuildCallIntrusionImpending(currentInvokeId); serviceAPDU.WriteFacilityPDU(connection); connection.Unlock(); // Send ciNotification.inv (ciImpending) to intruding (A) H323Connection* conn = endpoint.FindConnectionWithLock(intrudingCallToken); conn->SetIntrusionImpending (); //Send Ringing to intruding (A) conn->AnsweringCall (conn->AnswerCallPending); // MUST RETURN ciNotification.inv (callForceRelesed) to active call (C) when releasing call !!!!!! ciSendState = e_ci_sAttachToReleseComplete; ciReturnState = e_ci_rCallForceReleased; //Send Forced Release Accepted when Answering call to intruding (A) conn->SetForcedReleaseAccepted(); conn->Unlock (); } else { PTRACE(4 ,"H450.11\tCICL Clear Call"); // Clear Call with intruding (A) H323Connection* conn = endpoint.FindConnectionWithLock(intrudingCallToken); conn->SetIntrusionNotAuthorized(); conn->Unlock(); endpoint.ClearCall (intrudingCallToken); } } // stop timer CI-T5 PTRACE(4, "H450.11\tTrying to stop timer CI-T5"); StopciTimer(); } BOOL H45011Handler::OnReceivedReturnError(int errorCode, X880_ReturnError &returnError) { BOOL result = TRUE; PTRACE(4, "H450.11\tReceived Return Error CODE=" <SetIntrusionImpending (); //Send Ringing to intruding (A) conn->AnsweringCall (conn->AnswerCallPending); ciSendState = e_ci_sAttachToReleseComplete; ciReturnState = e_ci_rCallForceReleased; //Forced Release Accepted to send when Answering call to intruding (A) conn->SetForcedReleaseAccepted(); conn->Unlock (); return FALSE; } void H45011Handler::IntrudeCall(int CICL) { ciSendState = e_ci_sAttachToSetup; ciGenerateState = e_ci_gForcedReleaseRequest; ciCICL = CICL; } void H45011Handler::AwaitSetupResponse(const PString & token, const PString & identity) { intrudingCallToken = token; intrudingCallIdentity = identity; ciState = e_ci_WaitAck; } BOOL H45011Handler::GetRemoteCallIntrusionProtectionLevel(const PString & token, unsigned intrusionCICL) { if (!connection.Lock()) return FALSE; intrudingCallToken = token; intrudingCallCICL = intrusionCICL; H450ServiceAPDU serviceAPDU; currentInvokeId = dispatcher.GetNextInvokeId(); serviceAPDU.BuildCallIntrusionGetCIPL(currentInvokeId); connection.Unlock(); if (!serviceAPDU.WriteFacilityPDU(connection)) return FALSE; PTRACE(4, "H450.11\tStarting timer CI-T5"); StartciTimer(connection.GetEndPoint().GetCallIntrusionT5()); ciState = e_ci_GetCIPL; return TRUE; } void H45011Handler::SetIntrusionNotAuthorized() { ciSendState = e_ci_sAttachToReleseComplete; ciReturnState = e_ci_rNotAuthorized; } void H45011Handler::SetIntrusionImpending() { ciSendState = e_ci_sAttachToAlerting; ciReturnState = e_ci_rCallIntrusionImpending; } void H45011Handler::SetForcedReleaseAccepted() { ciSendState = e_ci_sAttachToConnect; ciReturnState = e_ci_rCallForceReleaseResult; ciState = e_ci_DestNotify; StartciTimer(connection.GetEndPoint().GetCallIntrusionT6()); } void H45011Handler::StopciTimer() { if (ciTimer.IsRunning()){ ciTimer.Stop(); PTRACE(4, "H450.11\tStopping timer CI-TX"); } } void H45011Handler::OnCallIntrudeTimeOut(PTimer &, INT) { switch (ciState) { // CI-T1 Timeout case e_ci_WaitAck: PTRACE(4, "H450.11\tTimer CI-T1 has expired"); OnReceivedInvokeReturnError(0,true); break; case e_ci_GetCIPL: PTRACE(4, "H450.11\tTimer CI-T5 has expired"); OnReceivedGetCIPLReturnError(0,true); break; case e_ci_DestNotify: { PTRACE(4, "H450.11\tOnCallIntrudeTimeOut Timer CI-T6 has expired"); // Clear the active call (call with C) PSyncPoint sync; endpoint.ClearCallSynchronous(activeCallToken, H323Connection::EndedByLocalUser, &sync); // Answer intruding call (call with A) PTRACE(4, "H450.11\tOnCallIntrudeTimeOut Trying to answer Call"); if(endpoint.HasConnection(intrudingCallToken)){ H323Connection* conn = endpoint.FindConnectionWithLock(intrudingCallToken); conn->AnsweringCall (conn->AnswerCallNow); conn->Unlock (); } } break; default: break; } } BOOL H45011Handler::OnReceivedReject(int PTRACE_PARAM(problemType), int PTRACE_PARAM(problemNumber)) { PTRACE(4, "H450.11\tH45011Handler::OnReceivedReject - problemType= " << problemType << ", problemNumber= " << problemNumber); if (ciTimer.IsRunning()){ ciTimer.Stop(); PTRACE(4, "H450.11\tStopping timer CI-TX"); } switch (ciState) { case e_ci_GetCIPL: { H323Connection* conn = endpoint.FindConnectionWithLock(intrudingCallToken); conn->SetIntrusionImpending (); //Send Ringing to intruding (A) conn->AnsweringCall (conn->AnswerCallPending); conn->SetForcedReleaseAccepted(); conn->Unlock (); break; } default: break; } ciState = e_ci_Idle; return TRUE; }; openh323_v1_18_0/src/h501.asn0100644000176200056700000004133607627776527015637 0ustar releasepostincr-- -- Abstract Syntax Notion (ASN.1) file for H.501 (2002) -- -- File provided by Packetizer, Inc. - http://www.packetizer.com -- Last Updated: 27 Feb 2003 -- H501-MESSAGES DEFINITIONS AUTOMATIC TAGS ::= BEGIN IMPORTS AuthenticationMechanism, TimeStamp, ClearToken FROM H235 --SECURITY-MESSAGES AliasAddress, TransportAddress, ReleaseCompleteReason, ConferenceIdentifier, CallIdentifier, CryptoH323Token, CryptoToken, EndpointType, GatekeeperIdentifier, GloballyUniqueID, NonStandardParameter, NumberDigits, PartyNumber, SupportedProtocols, TransportQOS, VendorIdentifier, IntegrityMechanism, ICV, FeatureSet, GenericData, EnumeratedParameter, ServiceControlSession, CircuitInfo, CircuitIdentifier FROM H225; --H323-MESSAGES; Message ::= SEQUENCE { body MessageBody, common MessageCommonInfo, ... } MessageBody ::= CHOICE { serviceRequest ServiceRequest, serviceConfirmation ServiceConfirmation, serviceRejection ServiceRejection, serviceRelease ServiceRelease, descriptorRequest DescriptorRequest, descriptorConfirmation DescriptorConfirmation, descriptorRejection DescriptorRejection, descriptorIDRequest DescriptorIDRequest, descriptorIDConfirmation DescriptorIDConfirmation, descriptorIDRejection DescriptorIDRejection, descriptorUpdate DescriptorUpdate, descriptorUpdateAck DescriptorUpdateAck, accessRequest AccessRequest, accessConfirmation AccessConfirmation, accessRejection AccessRejection, requestInProgress RequestInProgress, nonStandardRequest NonStandardRequest, nonStandardConfirmation NonStandardConfirmation, nonStandardRejection NonStandardRejection, unknownMessageResponse UnknownMessageResponse, usageRequest UsageRequest, usageConfirmation UsageConfirmation, usageIndication UsageIndication, usageIndicationConfirmation UsageIndicationConfirmation, usageIndicationRejection UsageIndicationRejection, usageRejection UsageRejection, validationRequest ValidationRequest, validationConfirmation ValidationConfirmation, validationRejection ValidationRejection, ..., authenticationRequest AuthenticationRequest, authenticationConfirmation AuthenticationConfirmation, authenticationRejection AuthenticationRejection } MessageCommonInfo ::= SEQUENCE { sequenceNumber INTEGER (0..65535), annexGversion ProtocolVersion, -- set to "H.225.0 Annex G V2" hopCount INTEGER (1..255), replyAddress SEQUENCE OF TransportAddress OPTIONAL, -- Must be present in request integrityCheckValue ICV OPTIONAL, tokens SEQUENCE OF ClearToken OPTIONAL, cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL, nonStandard SEQUENCE OF NonStandardParameter OPTIONAL, ..., serviceID GloballyUniqueID OPTIONAL, --serviceID ServiceID OPTIONAL, genericData SEQUENCE OF GenericData OPTIONAL, featureSet FeatureSet OPTIONAL, version ProtocolVersion -- current H.501 protocol version } --ServiceID ::= GloballyUniqueID -- -- H.501 messages -- ServiceRequest ::= SEQUENCE { elementIdentifier ElementIdentifier OPTIONAL, domainIdentifier AliasAddress OPTIONAL, securityMode SEQUENCE OF SecurityMode OPTIONAL, timeToLive INTEGER (1..4294967295) OPTIONAL, ..., usageSpec UsageSpecification OPTIONAL } SecurityMode ::= SEQUENCE { authentication AuthenticationMechanism OPTIONAL, integrity IntegrityMechanism OPTIONAL, algorithmOIDs SEQUENCE OF OBJECT IDENTIFIER OPTIONAL, ... } ServiceConfirmation ::= SEQUENCE { elementIdentifier ElementIdentifier, domainIdentifier AliasAddress, alternates AlternatePEInfo OPTIONAL, securityMode SecurityMode OPTIONAL, timeToLive INTEGER (1..4294967295) OPTIONAL, ..., usageSpec UsageSpecification OPTIONAL } ServiceRejection ::= SEQUENCE { reason ServiceRejectionReason, alternates AlternatePEInfo OPTIONAL, ... } ServiceRejectionReason ::= CHOICE { serviceUnavailable NULL, serviceRedirected NULL, security NULL, continue NULL, undefined NULL, ..., unknownServiceID NULL, cannotSupportUsageSpec NULL, -- Cannot comply with proposed spec neededFeature NULL, genericDataReason NULL, usageUnavailable NULL, -- Usage reporting not supported unknownUsageSendTo NULL -- Usage sendTo could not be resolved } ServiceRelease ::= SEQUENCE { reason ServiceReleaseReason, alternates AlternatePEInfo OPTIONAL, ... } ServiceReleaseReason ::= CHOICE { outOfService NULL, maintenance NULL, terminated NULL, expired NULL, ... } DescriptorRequest ::= SEQUENCE { --descriptorID SEQUENCE OF DescriptorID, descriptorID SEQUENCE OF GloballyUniqueID, ... } DescriptorConfirmation ::= SEQUENCE { descriptor SEQUENCE OF Descriptor, ... } DescriptorRejection ::= SEQUENCE { reason DescriptorRejectionReason, --descriptorID DescriptorID OPTIONAL, descriptorID GloballyUniqueID OPTIONAL, ... } DescriptorRejectionReason ::= CHOICE { packetSizeExceeded NULL, -- use other transport type illegalID NULL, -- no descriptor for provided descriptorID security NULL, -- request did not meet security requirements hopCountExceeded NULL, noServiceRelationship NULL, undefined NULL, ..., neededFeature NULL, genericDataReason NULL, unknownServiceID NULL -- The serviceID is not recognized by -- the peer element } DescriptorIDRequest ::= SEQUENCE { ... } DescriptorIDConfirmation ::= SEQUENCE { descriptorInfo SEQUENCE OF DescriptorInfo, ... } DescriptorIDRejection ::= SEQUENCE { reason DescriptorIDRejectionReason, ... } DescriptorIDRejectionReason ::= CHOICE { noDescriptors NULL, -- no descriptors to report security NULL, -- request did not meet security requirements hopCountExceeded NULL, noServiceRelationship NULL, undefined NULL, ..., neededFeature NULL, genericDataReason NULL, unknownServiceID NULL -- The serviceID is not recognized by -- the peer element } DescriptorUpdate ::= SEQUENCE { sender AliasAddress, updateInfo SEQUENCE OF UpdateInformation, ... } UpdateInformation ::= SEQUENCE { descriptorInfo CHOICE { --descriptorID DescriptorID, descriptorID GloballyUniqueID, descriptor Descriptor, ... }, updateType CHOICE { added NULL, deleted NULL, changed NULL, ... }, ... } DescriptorUpdateAck ::= SEQUENCE { ... } AccessRequest ::= SEQUENCE { destinationInfo PartyInformation, sourceInfo PartyInformation OPTIONAL, callInfo CallInformation OPTIONAL, usageSpec UsageSpecification OPTIONAL, ..., desiredProtocols SEQUENCE OF SupportedProtocols OPTIONAL } AccessConfirmation ::= SEQUENCE { templates SEQUENCE OF AddressTemplate, partialResponse BOOLEAN, ..., supportedProtocols SEQUENCE OF SupportedProtocols OPTIONAL, serviceControl SEQUENCE OF ServiceControlSession OPTIONAL } AccessRejection ::= SEQUENCE { reason AccessRejectionReason, ..., serviceControl SEQUENCE OF ServiceControlSession OPTIONAL } AccessRejectionReason ::= CHOICE { noMatch NULL, -- no template matched the destinationInfo packetSizeExceeded NULL, -- use other transport type security NULL, -- request did not meet security requirements hopCountExceeded NULL, needCallInformation NULL, -- Call Information must be specified noServiceRelationship NULL, undefined NULL, ..., neededFeature NULL, genericDataReason NULL, destinationUnavailable NULL, -- Destination was resolved but is -- unavailable aliasesInconsistent NULL, -- Multiple aliases identify distinct -- destinations resourceUnavailable NULL, -- One or more required resources are -- unavailable incompleteAddress NULL, -- Destination cannot be distinctly -- identified unknownServiceID NULL, -- The serviceID is not recognized by -- the peer element usageUnavailable NULL, -- Usage reporting not supported cannotSupportUsageSpec NULL, -- Cannot comply with proposed spec unknownUsageSendTo NULL -- Usage sendTo could not be resolved } UsageRequest ::= SEQUENCE { callInfo CallInformation, usageSpec UsageSpecification, ... } UsageConfirmation ::= SEQUENCE { ... } UsageRejection ::= SEQUENCE { reason UsageRejectReason, ... } UsageIndication ::= SEQUENCE { callInfo CallInformation, accessTokens SEQUENCE OF AccessToken OPTIONAL, senderRole Role, usageCallStatus UsageCallStatus, srcInfo PartyInformation OPTIONAL, destAddress PartyInformation, startTime TimeStamp OPTIONAL, endTime TimeStamp OPTIONAL, terminationCause TerminationCause OPTIONAL, usageFields SEQUENCE OF UsageField, ... } UsageField ::= SEQUENCE { id OBJECT IDENTIFIER, value OCTET STRING, ... } UsageRejectReason ::= CHOICE { invalidCall NULL, unavailable NULL, security NULL, noServiceRelationship NULL, undefined NULL, ..., neededFeature NULL, genericDataReason NULL, unknownServiceID NULL -- The serviceID is not recognized by -- the peer element } UsageIndicationConfirmation ::= SEQUENCE { ... } UsageIndicationRejection ::= SEQUENCE { reason UsageIndicationRejectionReason, ... } UsageIndicationRejectionReason ::= CHOICE { unknownCall NULL, incomplete NULL, security NULL, noServiceRelationship NULL, undefined NULL, ..., neededFeature NULL, genericDataReason NULL, unknownServiceID NULL -- The serviceID is not recognized by -- the peer element } ValidationRequest ::= SEQUENCE { accessToken SEQUENCE OF AccessToken OPTIONAL, destinationInfo PartyInformation OPTIONAL, sourceInfo PartyInformation OPTIONAL, callInfo CallInformation, usageSpec UsageSpecification OPTIONAL, ... } ValidationConfirmation ::= SEQUENCE { destinationInfo PartyInformation OPTIONAL, usageSpec UsageSpecification OPTIONAL, ... } ValidationRejection ::= SEQUENCE { reason ValidationRejectionReason, ... } ValidationRejectionReason ::= CHOICE { tokenNotValid NULL, security NULL, -- request did not meet security requirements hopCountExceeded NULL, missingSourceInfo NULL, missingDestInfo NULL, noServiceRelationship NULL, undefined NULL, ..., neededFeature NULL, genericDataReason NULL, unknownServiceID NULL -- The serviceID is not recognized by -- the peer element } RequestInProgress ::= SEQUENCE { delay INTEGER (1..65535), ..., serviceControl SEQUENCE OF ServiceControlSession OPTIONAL } NonStandardRequest ::= SEQUENCE { ... } NonStandardConfirmation ::= SEQUENCE { ... } NonStandardRejection ::= SEQUENCE { reason NonStandardRejectionReason, ... } NonStandardRejectionReason ::= CHOICE { notSupported NULL, noServiceRelationship NULL, undefined NULL, ..., neededFeature NULL, genericDataReason NULL, unknownServiceID NULL -- The serviceID is not recognized by -- the peer element } UnknownMessageResponse ::= SEQUENCE { unknownMessage OCTET STRING, reason UnknownMessageReason, ... } UnknownMessageReason ::= CHOICE { notUnderstood NULL, undefined NULL, ... } AuthenticationRequest ::= SEQUENCE { applicationMessage ApplicationMessage, -- e.g. RAS message in -- ITU-T Rec. H.323 ... } ApplicationMessage ::= OCTET STRING AuthenticationConfirmation ::= SEQUENCE { ... } AuthenticationRejection ::= SEQUENCE { reason AuthenticationRejectionReason, ... } AuthenticationRejectionReason ::= CHOICE { security NULL, hopCountExceeded NULL, noServiceRelationship NULL, undefined NULL, neededFeature NULL, genericDataReason NULL, unknownServiceID NULL, securityWrongSyncTime NULL, -- time server problem or network delay securityReplay NULL, -- replay attack encountered securityWrongGeneralID NULL, -- wrong general ID securityWrongSendersID NULL, -- wrong senders ID securityIntegrityFailed NULL, -- integrity check failed securityWrongOID NULL, -- wrong token OIDs or crypto alg OIDs ... } -- -- structures common to multiple messages -- AddressTemplate ::= SEQUENCE { pattern SEQUENCE OF Pattern, routeInfo SEQUENCE OF RouteInformation, timeToLive INTEGER (1..4294967295), ..., supportedProtocols SEQUENCE OF SupportedProtocols OPTIONAL, featureSet FeatureSet OPTIONAL } Pattern ::= CHOICE { specific AliasAddress, wildcard AliasAddress, range SEQUENCE { startOfRange PartyNumber, endOfRange PartyNumber }, ... } RouteInformation ::= SEQUENCE { messageType CHOICE { sendAccessRequest NULL, sendSetup NULL, nonExistent NULL, ... }, callSpecific BOOLEAN, usageSpec UsageSpecification OPTIONAL, priceInfo SEQUENCE OF PriceInfoSpec OPTIONAL, contacts SEQUENCE OF ContactInformation, type EndpointType OPTIONAL, -- must be present if messageType = sendSetup ..., featureSet FeatureSet OPTIONAL, circuitID CircuitInfo OPTIONAL, supportedCircuits SEQUENCE OF CircuitIdentifier OPTIONAL } ContactInformation ::= SEQUENCE { transportAddress AliasAddress, priority INTEGER (0..127), transportQoS TransportQOS OPTIONAL, security SEQUENCE OF SecurityMode OPTIONAL, accessTokens SEQUENCE OF AccessToken OPTIONAL, ..., multipleCalls BOOLEAN OPTIONAL, featureSet FeatureSet OPTIONAL, circuitID CircuitInfo OPTIONAL, supportedCircuits SEQUENCE OF CircuitIdentifier OPTIONAL } PriceInfoSpec ::= SEQUENCE { currency IA5String (SIZE(3)), -- e.g. "USD" currencyScale INTEGER(-127..127), validFrom GlobalTimeStamp OPTIONAL, validUntil GlobalTimeStamp OPTIONAL, hoursFrom IA5String (SIZE(6)) OPTIONAL, -- "HHMMSS" UTC hoursUntil IA5String (SIZE(6)) OPTIONAL, -- "HHMMSS" UTC priceElement SEQUENCE OF PriceElement OPTIONAL, priceFormula IA5String (SIZE(1..2048)) OPTIONAL, ... } PriceElement ::= SEQUENCE { amount INTEGER(0..4294967295), -- meter increment quantum INTEGER(0..4294967295), -- each or part thereof units CHOICE { seconds NULL, packets NULL, bytes NULL, initial NULL, minimum NULL, maximum NULL, ... }, ... } Descriptor ::= SEQUENCE { descriptorInfo DescriptorInfo, templates SEQUENCE OF AddressTemplate, gatekeeperID GatekeeperIdentifier OPTIONAL, ... } DescriptorInfo ::= SEQUENCE { --descriptorID DescriptorID, descriptorID GloballyUniqueID, lastChanged GlobalTimeStamp, ... } AlternatePEInfo ::= SEQUENCE { alternatePE SEQUENCE OF AlternatePE, alternateIsPermanent BOOLEAN, ... } AlternatePE ::= SEQUENCE { contactAddress AliasAddress, priority INTEGER (1..127), elementIdentifier ElementIdentifier OPTIONAL, ... } AccessToken ::= CHOICE { token ClearToken, cryptoToken CryptoH323Token, ..., genericData GenericData } CallInformation ::= SEQUENCE { callIdentifier CallIdentifier, conferenceID ConferenceIdentifier, ..., circuitID CircuitInfo OPTIONAL } UsageCallStatus ::= CHOICE { preConnect NULL, -- Call has not started callInProgress NULL, -- Call is in progress callEnded NULL, -- Call ended ..., registrationLost NULL -- Uncertain if call ended or not } UserInformation ::= SEQUENCE { userIdentifier AliasAddress, userAuthenticator SEQUENCE OF CryptoH323Token OPTIONAL, ... } UsageSpecification ::= SEQUENCE { sendTo ElementIdentifier, when SEQUENCE { never NULL OPTIONAL, start NULL OPTIONAL, end NULL OPTIONAL, period INTEGER(1..65535) OPTIONAL, -- in seconds failures NULL OPTIONAL, ... }, required SEQUENCE OF OBJECT IDENTIFIER, preferred SEQUENCE OF OBJECT IDENTIFIER, ..., sendToPEAddress AliasAddress OPTIONAL } PartyInformation ::= SEQUENCE { logicalAddresses SEQUENCE OF AliasAddress, domainIdentifier AliasAddress OPTIONAL, transportAddress AliasAddress OPTIONAL, endpointType EndpointType OPTIONAL, userInfo UserInformation OPTIONAL, timeZone TimeZone OPTIONAL, ... } Role ::= CHOICE { originator NULL, destination NULL, nonStandardData NonStandardParameter, ... } TimeZone ::= INTEGER (-43200..43200) -- number of seconds relative to UTC -- including DST if appropriate TerminationCause ::= SEQUENCE { releaseCompleteReason ReleaseCompleteReason, causeIE INTEGER (1..65535) OPTIONAL, nonStandardData NonStandardParameter OPTIONAL, ... } ProtocolVersion ::= OBJECT IDENTIFIER -- shall be set to -- {itu-t(0) recommendation(0) h(8) h-225-0(2250) annex(1) g(7) -- version(0) 2} in field annexGversion; -- {itu-t(0) recommendation(0) h(8) 501 version(0) 1} -- in field version --DescriptorID ::= GloballyUniqueID ElementIdentifier ::= BMPString (SIZE(1..128)) GlobalTimeStamp ::= IA5String (SIZE(14)) -- UTC, in the form YYYYMMDDHHmmSS -- where YYYY = year, MM = month, DD = day, -- HH = hour, mm = minute, SS = second -- (for example, 19981219120000 for noon -- 19 December 1998) -- -- REPOSITORY FOR APPLICATION SPECIFIC DATA -- -- -- H.225.0 Annex-G profile data -- idAnnexGProfiles INTEGER ::= 0 idAnnexGProfileA INTEGER ::= 1 annexGProfileA EnumeratedParameter ::= { id standard:idAnnexGProfileA } END -- of H501-MESSAGES openh323_v1_18_0/src/h501.cxx0100644000176200056700000055664610251241421015636 0ustar releasepostincr// // h501.cxx // // Code automatically generated by asnparse. // #ifdef P_USE_PRAGMA #pragma implementation "h501.h" #endif #include #include "h501.h" #define new PNEW #if ! H323_DISABLE_H501 #ifndef PASN_NOPRINTON const static PASN_Names Names_H501_MessageBody[]={ {"serviceRequest",0} ,{"serviceConfirmation",1} ,{"serviceRejection",2} ,{"serviceRelease",3} ,{"descriptorRequest",4} ,{"descriptorConfirmation",5} ,{"descriptorRejection",6} ,{"descriptorIDRequest",7} ,{"descriptorIDConfirmation",8} ,{"descriptorIDRejection",9} ,{"descriptorUpdate",10} ,{"descriptorUpdateAck",11} ,{"accessRequest",12} ,{"accessConfirmation",13} ,{"accessRejection",14} ,{"requestInProgress",15} ,{"nonStandardRequest",16} ,{"nonStandardConfirmation",17} ,{"nonStandardRejection",18} ,{"unknownMessageResponse",19} ,{"usageRequest",20} ,{"usageConfirmation",21} ,{"usageIndication",22} ,{"usageIndicationConfirmation",23} ,{"usageIndicationRejection",24} ,{"usageRejection",25} ,{"validationRequest",26} ,{"validationConfirmation",27} ,{"validationRejection",28} ,{"authenticationRequest",29} ,{"authenticationConfirmation",30} ,{"authenticationRejection",31} }; #endif // // MessageBody // H501_MessageBody::H501_MessageBody(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 29, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H501_MessageBody,32 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_MessageBody::operator H501_ServiceRequest &() const #else H501_MessageBody::operator H501_ServiceRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_ServiceRequest), PInvalidCast); #endif return *(H501_ServiceRequest *)choice; } H501_MessageBody::operator const H501_ServiceRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_ServiceRequest), PInvalidCast); #endif return *(H501_ServiceRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_MessageBody::operator H501_ServiceConfirmation &() const #else H501_MessageBody::operator H501_ServiceConfirmation &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_ServiceConfirmation), PInvalidCast); #endif return *(H501_ServiceConfirmation *)choice; } H501_MessageBody::operator const H501_ServiceConfirmation &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_ServiceConfirmation), PInvalidCast); #endif return *(H501_ServiceConfirmation *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_MessageBody::operator H501_ServiceRejection &() const #else H501_MessageBody::operator H501_ServiceRejection &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_ServiceRejection), PInvalidCast); #endif return *(H501_ServiceRejection *)choice; } H501_MessageBody::operator const H501_ServiceRejection &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_ServiceRejection), PInvalidCast); #endif return *(H501_ServiceRejection *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_MessageBody::operator H501_ServiceRelease &() const #else H501_MessageBody::operator H501_ServiceRelease &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_ServiceRelease), PInvalidCast); #endif return *(H501_ServiceRelease *)choice; } H501_MessageBody::operator const H501_ServiceRelease &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_ServiceRelease), PInvalidCast); #endif return *(H501_ServiceRelease *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_MessageBody::operator H501_DescriptorRequest &() const #else H501_MessageBody::operator H501_DescriptorRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_DescriptorRequest), PInvalidCast); #endif return *(H501_DescriptorRequest *)choice; } H501_MessageBody::operator const H501_DescriptorRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_DescriptorRequest), PInvalidCast); #endif return *(H501_DescriptorRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_MessageBody::operator H501_DescriptorConfirmation &() const #else H501_MessageBody::operator H501_DescriptorConfirmation &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_DescriptorConfirmation), PInvalidCast); #endif return *(H501_DescriptorConfirmation *)choice; } H501_MessageBody::operator const H501_DescriptorConfirmation &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_DescriptorConfirmation), PInvalidCast); #endif return *(H501_DescriptorConfirmation *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_MessageBody::operator H501_DescriptorRejection &() const #else H501_MessageBody::operator H501_DescriptorRejection &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_DescriptorRejection), PInvalidCast); #endif return *(H501_DescriptorRejection *)choice; } H501_MessageBody::operator const H501_DescriptorRejection &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_DescriptorRejection), PInvalidCast); #endif return *(H501_DescriptorRejection *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_MessageBody::operator H501_DescriptorIDRequest &() const #else H501_MessageBody::operator H501_DescriptorIDRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_DescriptorIDRequest), PInvalidCast); #endif return *(H501_DescriptorIDRequest *)choice; } H501_MessageBody::operator const H501_DescriptorIDRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_DescriptorIDRequest), PInvalidCast); #endif return *(H501_DescriptorIDRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_MessageBody::operator H501_DescriptorIDConfirmation &() const #else H501_MessageBody::operator H501_DescriptorIDConfirmation &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_DescriptorIDConfirmation), PInvalidCast); #endif return *(H501_DescriptorIDConfirmation *)choice; } H501_MessageBody::operator const H501_DescriptorIDConfirmation &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_DescriptorIDConfirmation), PInvalidCast); #endif return *(H501_DescriptorIDConfirmation *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_MessageBody::operator H501_DescriptorIDRejection &() const #else H501_MessageBody::operator H501_DescriptorIDRejection &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_DescriptorIDRejection), PInvalidCast); #endif return *(H501_DescriptorIDRejection *)choice; } H501_MessageBody::operator const H501_DescriptorIDRejection &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_DescriptorIDRejection), PInvalidCast); #endif return *(H501_DescriptorIDRejection *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_MessageBody::operator H501_DescriptorUpdate &() const #else H501_MessageBody::operator H501_DescriptorUpdate &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_DescriptorUpdate), PInvalidCast); #endif return *(H501_DescriptorUpdate *)choice; } H501_MessageBody::operator const H501_DescriptorUpdate &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_DescriptorUpdate), PInvalidCast); #endif return *(H501_DescriptorUpdate *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_MessageBody::operator H501_DescriptorUpdateAck &() const #else H501_MessageBody::operator H501_DescriptorUpdateAck &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_DescriptorUpdateAck), PInvalidCast); #endif return *(H501_DescriptorUpdateAck *)choice; } H501_MessageBody::operator const H501_DescriptorUpdateAck &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_DescriptorUpdateAck), PInvalidCast); #endif return *(H501_DescriptorUpdateAck *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_MessageBody::operator H501_AccessRequest &() const #else H501_MessageBody::operator H501_AccessRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_AccessRequest), PInvalidCast); #endif return *(H501_AccessRequest *)choice; } H501_MessageBody::operator const H501_AccessRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_AccessRequest), PInvalidCast); #endif return *(H501_AccessRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_MessageBody::operator H501_AccessConfirmation &() const #else H501_MessageBody::operator H501_AccessConfirmation &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_AccessConfirmation), PInvalidCast); #endif return *(H501_AccessConfirmation *)choice; } H501_MessageBody::operator const H501_AccessConfirmation &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_AccessConfirmation), PInvalidCast); #endif return *(H501_AccessConfirmation *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_MessageBody::operator H501_AccessRejection &() const #else H501_MessageBody::operator H501_AccessRejection &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_AccessRejection), PInvalidCast); #endif return *(H501_AccessRejection *)choice; } H501_MessageBody::operator const H501_AccessRejection &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_AccessRejection), PInvalidCast); #endif return *(H501_AccessRejection *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_MessageBody::operator H501_RequestInProgress &() const #else H501_MessageBody::operator H501_RequestInProgress &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_RequestInProgress), PInvalidCast); #endif return *(H501_RequestInProgress *)choice; } H501_MessageBody::operator const H501_RequestInProgress &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_RequestInProgress), PInvalidCast); #endif return *(H501_RequestInProgress *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_MessageBody::operator H501_NonStandardRequest &() const #else H501_MessageBody::operator H501_NonStandardRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_NonStandardRequest), PInvalidCast); #endif return *(H501_NonStandardRequest *)choice; } H501_MessageBody::operator const H501_NonStandardRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_NonStandardRequest), PInvalidCast); #endif return *(H501_NonStandardRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_MessageBody::operator H501_NonStandardConfirmation &() const #else H501_MessageBody::operator H501_NonStandardConfirmation &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_NonStandardConfirmation), PInvalidCast); #endif return *(H501_NonStandardConfirmation *)choice; } H501_MessageBody::operator const H501_NonStandardConfirmation &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_NonStandardConfirmation), PInvalidCast); #endif return *(H501_NonStandardConfirmation *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_MessageBody::operator H501_NonStandardRejection &() const #else H501_MessageBody::operator H501_NonStandardRejection &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_NonStandardRejection), PInvalidCast); #endif return *(H501_NonStandardRejection *)choice; } H501_MessageBody::operator const H501_NonStandardRejection &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_NonStandardRejection), PInvalidCast); #endif return *(H501_NonStandardRejection *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_MessageBody::operator H501_UnknownMessageResponse &() const #else H501_MessageBody::operator H501_UnknownMessageResponse &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_UnknownMessageResponse), PInvalidCast); #endif return *(H501_UnknownMessageResponse *)choice; } H501_MessageBody::operator const H501_UnknownMessageResponse &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_UnknownMessageResponse), PInvalidCast); #endif return *(H501_UnknownMessageResponse *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_MessageBody::operator H501_UsageRequest &() const #else H501_MessageBody::operator H501_UsageRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_UsageRequest), PInvalidCast); #endif return *(H501_UsageRequest *)choice; } H501_MessageBody::operator const H501_UsageRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_UsageRequest), PInvalidCast); #endif return *(H501_UsageRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_MessageBody::operator H501_UsageConfirmation &() const #else H501_MessageBody::operator H501_UsageConfirmation &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_UsageConfirmation), PInvalidCast); #endif return *(H501_UsageConfirmation *)choice; } H501_MessageBody::operator const H501_UsageConfirmation &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_UsageConfirmation), PInvalidCast); #endif return *(H501_UsageConfirmation *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_MessageBody::operator H501_UsageIndication &() const #else H501_MessageBody::operator H501_UsageIndication &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_UsageIndication), PInvalidCast); #endif return *(H501_UsageIndication *)choice; } H501_MessageBody::operator const H501_UsageIndication &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_UsageIndication), PInvalidCast); #endif return *(H501_UsageIndication *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_MessageBody::operator H501_UsageIndicationConfirmation &() const #else H501_MessageBody::operator H501_UsageIndicationConfirmation &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_UsageIndicationConfirmation), PInvalidCast); #endif return *(H501_UsageIndicationConfirmation *)choice; } H501_MessageBody::operator const H501_UsageIndicationConfirmation &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_UsageIndicationConfirmation), PInvalidCast); #endif return *(H501_UsageIndicationConfirmation *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_MessageBody::operator H501_UsageIndicationRejection &() const #else H501_MessageBody::operator H501_UsageIndicationRejection &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_UsageIndicationRejection), PInvalidCast); #endif return *(H501_UsageIndicationRejection *)choice; } H501_MessageBody::operator const H501_UsageIndicationRejection &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_UsageIndicationRejection), PInvalidCast); #endif return *(H501_UsageIndicationRejection *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_MessageBody::operator H501_UsageRejection &() const #else H501_MessageBody::operator H501_UsageRejection &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_UsageRejection), PInvalidCast); #endif return *(H501_UsageRejection *)choice; } H501_MessageBody::operator const H501_UsageRejection &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_UsageRejection), PInvalidCast); #endif return *(H501_UsageRejection *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_MessageBody::operator H501_ValidationRequest &() const #else H501_MessageBody::operator H501_ValidationRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_ValidationRequest), PInvalidCast); #endif return *(H501_ValidationRequest *)choice; } H501_MessageBody::operator const H501_ValidationRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_ValidationRequest), PInvalidCast); #endif return *(H501_ValidationRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_MessageBody::operator H501_ValidationConfirmation &() const #else H501_MessageBody::operator H501_ValidationConfirmation &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_ValidationConfirmation), PInvalidCast); #endif return *(H501_ValidationConfirmation *)choice; } H501_MessageBody::operator const H501_ValidationConfirmation &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_ValidationConfirmation), PInvalidCast); #endif return *(H501_ValidationConfirmation *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_MessageBody::operator H501_ValidationRejection &() const #else H501_MessageBody::operator H501_ValidationRejection &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_ValidationRejection), PInvalidCast); #endif return *(H501_ValidationRejection *)choice; } H501_MessageBody::operator const H501_ValidationRejection &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_ValidationRejection), PInvalidCast); #endif return *(H501_ValidationRejection *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_MessageBody::operator H501_AuthenticationRequest &() const #else H501_MessageBody::operator H501_AuthenticationRequest &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_AuthenticationRequest), PInvalidCast); #endif return *(H501_AuthenticationRequest *)choice; } H501_MessageBody::operator const H501_AuthenticationRequest &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_AuthenticationRequest), PInvalidCast); #endif return *(H501_AuthenticationRequest *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_MessageBody::operator H501_AuthenticationConfirmation &() const #else H501_MessageBody::operator H501_AuthenticationConfirmation &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_AuthenticationConfirmation), PInvalidCast); #endif return *(H501_AuthenticationConfirmation *)choice; } H501_MessageBody::operator const H501_AuthenticationConfirmation &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_AuthenticationConfirmation), PInvalidCast); #endif return *(H501_AuthenticationConfirmation *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_MessageBody::operator H501_AuthenticationRejection &() const #else H501_MessageBody::operator H501_AuthenticationRejection &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_AuthenticationRejection), PInvalidCast); #endif return *(H501_AuthenticationRejection *)choice; } H501_MessageBody::operator const H501_AuthenticationRejection &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_AuthenticationRejection), PInvalidCast); #endif return *(H501_AuthenticationRejection *)choice; } BOOL H501_MessageBody::CreateObject() { switch (tag) { case e_serviceRequest : choice = new H501_ServiceRequest(); return TRUE; case e_serviceConfirmation : choice = new H501_ServiceConfirmation(); return TRUE; case e_serviceRejection : choice = new H501_ServiceRejection(); return TRUE; case e_serviceRelease : choice = new H501_ServiceRelease(); return TRUE; case e_descriptorRequest : choice = new H501_DescriptorRequest(); return TRUE; case e_descriptorConfirmation : choice = new H501_DescriptorConfirmation(); return TRUE; case e_descriptorRejection : choice = new H501_DescriptorRejection(); return TRUE; case e_descriptorIDRequest : choice = new H501_DescriptorIDRequest(); return TRUE; case e_descriptorIDConfirmation : choice = new H501_DescriptorIDConfirmation(); return TRUE; case e_descriptorIDRejection : choice = new H501_DescriptorIDRejection(); return TRUE; case e_descriptorUpdate : choice = new H501_DescriptorUpdate(); return TRUE; case e_descriptorUpdateAck : choice = new H501_DescriptorUpdateAck(); return TRUE; case e_accessRequest : choice = new H501_AccessRequest(); return TRUE; case e_accessConfirmation : choice = new H501_AccessConfirmation(); return TRUE; case e_accessRejection : choice = new H501_AccessRejection(); return TRUE; case e_requestInProgress : choice = new H501_RequestInProgress(); return TRUE; case e_nonStandardRequest : choice = new H501_NonStandardRequest(); return TRUE; case e_nonStandardConfirmation : choice = new H501_NonStandardConfirmation(); return TRUE; case e_nonStandardRejection : choice = new H501_NonStandardRejection(); return TRUE; case e_unknownMessageResponse : choice = new H501_UnknownMessageResponse(); return TRUE; case e_usageRequest : choice = new H501_UsageRequest(); return TRUE; case e_usageConfirmation : choice = new H501_UsageConfirmation(); return TRUE; case e_usageIndication : choice = new H501_UsageIndication(); return TRUE; case e_usageIndicationConfirmation : choice = new H501_UsageIndicationConfirmation(); return TRUE; case e_usageIndicationRejection : choice = new H501_UsageIndicationRejection(); return TRUE; case e_usageRejection : choice = new H501_UsageRejection(); return TRUE; case e_validationRequest : choice = new H501_ValidationRequest(); return TRUE; case e_validationConfirmation : choice = new H501_ValidationConfirmation(); return TRUE; case e_validationRejection : choice = new H501_ValidationRejection(); return TRUE; case e_authenticationRequest : choice = new H501_AuthenticationRequest(); return TRUE; case e_authenticationConfirmation : choice = new H501_AuthenticationConfirmation(); return TRUE; case e_authenticationRejection : choice = new H501_AuthenticationRejection(); return TRUE; } choice = NULL; return FALSE; } PObject * H501_MessageBody::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_MessageBody::Class()), PInvalidCast); #endif return new H501_MessageBody(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H501_ServiceRejectionReason[]={ {"serviceUnavailable",0} ,{"serviceRedirected",1} ,{"security",2} ,{"continue",3} ,{"undefined",4} ,{"unknownServiceID",5} ,{"cannotSupportUsageSpec",6} ,{"neededFeature",7} ,{"genericDataReason",8} ,{"usageUnavailable",9} ,{"unknownUsageSendTo",10} }; #endif // // ServiceRejectionReason // H501_ServiceRejectionReason::H501_ServiceRejectionReason(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 5, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H501_ServiceRejectionReason,11 #endif ) { } BOOL H501_ServiceRejectionReason::CreateObject() { choice = (tag <= e_unknownUsageSendTo) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H501_ServiceRejectionReason::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_ServiceRejectionReason::Class()), PInvalidCast); #endif return new H501_ServiceRejectionReason(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H501_ServiceReleaseReason[]={ {"outOfService",0} ,{"maintenance",1} ,{"terminated",2} ,{"expired",3} }; #endif // // ServiceReleaseReason // H501_ServiceReleaseReason::H501_ServiceReleaseReason(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H501_ServiceReleaseReason,4 #endif ) { } BOOL H501_ServiceReleaseReason::CreateObject() { choice = (tag <= e_expired) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H501_ServiceReleaseReason::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_ServiceReleaseReason::Class()), PInvalidCast); #endif return new H501_ServiceReleaseReason(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H501_DescriptorRejectionReason[]={ {"packetSizeExceeded",0} ,{"illegalID",1} ,{"security",2} ,{"hopCountExceeded",3} ,{"noServiceRelationship",4} ,{"undefined",5} ,{"neededFeature",6} ,{"genericDataReason",7} ,{"unknownServiceID",8} }; #endif // // DescriptorRejectionReason // H501_DescriptorRejectionReason::H501_DescriptorRejectionReason(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 6, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H501_DescriptorRejectionReason,9 #endif ) { } BOOL H501_DescriptorRejectionReason::CreateObject() { choice = (tag <= e_unknownServiceID) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H501_DescriptorRejectionReason::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_DescriptorRejectionReason::Class()), PInvalidCast); #endif return new H501_DescriptorRejectionReason(*this); } // // DescriptorIDRequest // H501_DescriptorIDRequest::H501_DescriptorIDRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H501_DescriptorIDRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PINDEX H501_DescriptorIDRequest::GetDataLength() const { PINDEX length = 0; return length; } BOOL H501_DescriptorIDRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_DescriptorIDRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); UnknownExtensionsEncode(strm); } PObject * H501_DescriptorIDRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_DescriptorIDRequest::Class()), PInvalidCast); #endif return new H501_DescriptorIDRequest(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H501_DescriptorIDRejectionReason[]={ {"noDescriptors",0} ,{"security",1} ,{"hopCountExceeded",2} ,{"noServiceRelationship",3} ,{"undefined",4} ,{"neededFeature",5} ,{"genericDataReason",6} ,{"unknownServiceID",7} }; #endif // // DescriptorIDRejectionReason // H501_DescriptorIDRejectionReason::H501_DescriptorIDRejectionReason(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 5, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H501_DescriptorIDRejectionReason,8 #endif ) { } BOOL H501_DescriptorIDRejectionReason::CreateObject() { choice = (tag <= e_unknownServiceID) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H501_DescriptorIDRejectionReason::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_DescriptorIDRejectionReason::Class()), PInvalidCast); #endif return new H501_DescriptorIDRejectionReason(*this); } // // DescriptorUpdateAck // H501_DescriptorUpdateAck::H501_DescriptorUpdateAck(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H501_DescriptorUpdateAck::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PINDEX H501_DescriptorUpdateAck::GetDataLength() const { PINDEX length = 0; return length; } BOOL H501_DescriptorUpdateAck::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_DescriptorUpdateAck::Encode(PASN_Stream & strm) const { PreambleEncode(strm); UnknownExtensionsEncode(strm); } PObject * H501_DescriptorUpdateAck::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_DescriptorUpdateAck::Class()), PInvalidCast); #endif return new H501_DescriptorUpdateAck(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H501_AccessRejectionReason[]={ {"noMatch",0} ,{"packetSizeExceeded",1} ,{"security",2} ,{"hopCountExceeded",3} ,{"needCallInformation",4} ,{"noServiceRelationship",5} ,{"undefined",6} ,{"neededFeature",7} ,{"genericDataReason",8} ,{"destinationUnavailable",9} ,{"aliasesInconsistent",10} ,{"resourceUnavailable",11} ,{"incompleteAddress",12} ,{"unknownServiceID",13} ,{"usageUnavailable",14} ,{"cannotSupportUsageSpec",15} ,{"unknownUsageSendTo",16} }; #endif // // AccessRejectionReason // H501_AccessRejectionReason::H501_AccessRejectionReason(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 7, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H501_AccessRejectionReason,17 #endif ) { } BOOL H501_AccessRejectionReason::CreateObject() { choice = (tag <= e_unknownUsageSendTo) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H501_AccessRejectionReason::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_AccessRejectionReason::Class()), PInvalidCast); #endif return new H501_AccessRejectionReason(*this); } // // UsageConfirmation // H501_UsageConfirmation::H501_UsageConfirmation(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H501_UsageConfirmation::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PINDEX H501_UsageConfirmation::GetDataLength() const { PINDEX length = 0; return length; } BOOL H501_UsageConfirmation::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_UsageConfirmation::Encode(PASN_Stream & strm) const { PreambleEncode(strm); UnknownExtensionsEncode(strm); } PObject * H501_UsageConfirmation::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_UsageConfirmation::Class()), PInvalidCast); #endif return new H501_UsageConfirmation(*this); } // // UsageField // H501_UsageField::H501_UsageField(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H501_UsageField::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+5) << "id = " << setprecision(indent) << m_id << '\n'; strm << setw(indent+8) << "value = " << setprecision(indent) << m_value << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_UsageField::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_UsageField), PInvalidCast); #endif const H501_UsageField & other = (const H501_UsageField &)obj; Comparison result; if ((result = m_id.Compare(other.m_id)) != EqualTo) return result; if ((result = m_value.Compare(other.m_value)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_UsageField::GetDataLength() const { PINDEX length = 0; length += m_id.GetObjectLength(); length += m_value.GetObjectLength(); return length; } BOOL H501_UsageField::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_id.Decode(strm)) return FALSE; if (!m_value.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_UsageField::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_id.Encode(strm); m_value.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H501_UsageField::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_UsageField::Class()), PInvalidCast); #endif return new H501_UsageField(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H501_UsageRejectReason[]={ {"invalidCall",0} ,{"unavailable",1} ,{"security",2} ,{"noServiceRelationship",3} ,{"undefined",4} ,{"neededFeature",5} ,{"genericDataReason",6} ,{"unknownServiceID",7} }; #endif // // UsageRejectReason // H501_UsageRejectReason::H501_UsageRejectReason(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 5, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H501_UsageRejectReason,8 #endif ) { } BOOL H501_UsageRejectReason::CreateObject() { choice = (tag <= e_unknownServiceID) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H501_UsageRejectReason::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_UsageRejectReason::Class()), PInvalidCast); #endif return new H501_UsageRejectReason(*this); } // // UsageIndicationConfirmation // H501_UsageIndicationConfirmation::H501_UsageIndicationConfirmation(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H501_UsageIndicationConfirmation::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PINDEX H501_UsageIndicationConfirmation::GetDataLength() const { PINDEX length = 0; return length; } BOOL H501_UsageIndicationConfirmation::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_UsageIndicationConfirmation::Encode(PASN_Stream & strm) const { PreambleEncode(strm); UnknownExtensionsEncode(strm); } PObject * H501_UsageIndicationConfirmation::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_UsageIndicationConfirmation::Class()), PInvalidCast); #endif return new H501_UsageIndicationConfirmation(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H501_UsageIndicationRejectionReason[]={ {"unknownCall",0} ,{"incomplete",1} ,{"security",2} ,{"noServiceRelationship",3} ,{"undefined",4} ,{"neededFeature",5} ,{"genericDataReason",6} ,{"unknownServiceID",7} }; #endif // // UsageIndicationRejectionReason // H501_UsageIndicationRejectionReason::H501_UsageIndicationRejectionReason(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 5, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H501_UsageIndicationRejectionReason,8 #endif ) { } BOOL H501_UsageIndicationRejectionReason::CreateObject() { choice = (tag <= e_unknownServiceID) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H501_UsageIndicationRejectionReason::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_UsageIndicationRejectionReason::Class()), PInvalidCast); #endif return new H501_UsageIndicationRejectionReason(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H501_ValidationRejectionReason[]={ {"tokenNotValid",0} ,{"security",1} ,{"hopCountExceeded",2} ,{"missingSourceInfo",3} ,{"missingDestInfo",4} ,{"noServiceRelationship",5} ,{"undefined",6} ,{"neededFeature",7} ,{"genericDataReason",8} ,{"unknownServiceID",9} }; #endif // // ValidationRejectionReason // H501_ValidationRejectionReason::H501_ValidationRejectionReason(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 7, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H501_ValidationRejectionReason,10 #endif ) { } BOOL H501_ValidationRejectionReason::CreateObject() { choice = (tag <= e_unknownServiceID) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H501_ValidationRejectionReason::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_ValidationRejectionReason::Class()), PInvalidCast); #endif return new H501_ValidationRejectionReason(*this); } // // NonStandardRequest // H501_NonStandardRequest::H501_NonStandardRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H501_NonStandardRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PINDEX H501_NonStandardRequest::GetDataLength() const { PINDEX length = 0; return length; } BOOL H501_NonStandardRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_NonStandardRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); UnknownExtensionsEncode(strm); } PObject * H501_NonStandardRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_NonStandardRequest::Class()), PInvalidCast); #endif return new H501_NonStandardRequest(*this); } // // NonStandardConfirmation // H501_NonStandardConfirmation::H501_NonStandardConfirmation(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H501_NonStandardConfirmation::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PINDEX H501_NonStandardConfirmation::GetDataLength() const { PINDEX length = 0; return length; } BOOL H501_NonStandardConfirmation::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_NonStandardConfirmation::Encode(PASN_Stream & strm) const { PreambleEncode(strm); UnknownExtensionsEncode(strm); } PObject * H501_NonStandardConfirmation::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_NonStandardConfirmation::Class()), PInvalidCast); #endif return new H501_NonStandardConfirmation(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H501_NonStandardRejectionReason[]={ {"notSupported",0} ,{"noServiceRelationship",1} ,{"undefined",2} ,{"neededFeature",3} ,{"genericDataReason",4} ,{"unknownServiceID",5} }; #endif // // NonStandardRejectionReason // H501_NonStandardRejectionReason::H501_NonStandardRejectionReason(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H501_NonStandardRejectionReason,6 #endif ) { } BOOL H501_NonStandardRejectionReason::CreateObject() { choice = (tag <= e_unknownServiceID) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H501_NonStandardRejectionReason::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_NonStandardRejectionReason::Class()), PInvalidCast); #endif return new H501_NonStandardRejectionReason(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H501_UnknownMessageReason[]={ {"notUnderstood",0} ,{"undefined",1} }; #endif // // UnknownMessageReason // H501_UnknownMessageReason::H501_UnknownMessageReason(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H501_UnknownMessageReason,2 #endif ) { } BOOL H501_UnknownMessageReason::CreateObject() { choice = (tag <= e_undefined) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H501_UnknownMessageReason::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_UnknownMessageReason::Class()), PInvalidCast); #endif return new H501_UnknownMessageReason(*this); } // // ApplicationMessage // H501_ApplicationMessage::H501_ApplicationMessage(unsigned tag, PASN_Object::TagClass tagClass) : PASN_OctetString(tag, tagClass) { } H501_ApplicationMessage::H501_ApplicationMessage(const char * v) { SetValue(v); } H501_ApplicationMessage::H501_ApplicationMessage(const PString & v) { SetValue(v); } H501_ApplicationMessage::H501_ApplicationMessage(const PBYTEArray & v) { SetValue(v); } H501_ApplicationMessage & H501_ApplicationMessage::operator=(const char * v) { SetValue(v); return *this; } H501_ApplicationMessage & H501_ApplicationMessage::operator=(const PString & v) { SetValue(v); return *this; } H501_ApplicationMessage & H501_ApplicationMessage::operator=(const PBYTEArray & v) { SetValue(v); return *this; } PObject * H501_ApplicationMessage::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_ApplicationMessage::Class()), PInvalidCast); #endif return new H501_ApplicationMessage(*this); } // // AuthenticationConfirmation // H501_AuthenticationConfirmation::H501_AuthenticationConfirmation(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H501_AuthenticationConfirmation::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PINDEX H501_AuthenticationConfirmation::GetDataLength() const { PINDEX length = 0; return length; } BOOL H501_AuthenticationConfirmation::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_AuthenticationConfirmation::Encode(PASN_Stream & strm) const { PreambleEncode(strm); UnknownExtensionsEncode(strm); } PObject * H501_AuthenticationConfirmation::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_AuthenticationConfirmation::Class()), PInvalidCast); #endif return new H501_AuthenticationConfirmation(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H501_AuthenticationRejectionReason[]={ {"security",0} ,{"hopCountExceeded",1} ,{"noServiceRelationship",2} ,{"undefined",3} ,{"neededFeature",4} ,{"genericDataReason",5} ,{"unknownServiceID",6} ,{"securityWrongSyncTime",7} ,{"securityReplay",8} ,{"securityWrongGeneralID",9} ,{"securityWrongSendersID",10} ,{"securityIntegrityFailed",11} ,{"securityWrongOID",12} }; #endif // // AuthenticationRejectionReason // H501_AuthenticationRejectionReason::H501_AuthenticationRejectionReason(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 13, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H501_AuthenticationRejectionReason,13 #endif ) { } BOOL H501_AuthenticationRejectionReason::CreateObject() { choice = (tag <= e_securityWrongOID) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H501_AuthenticationRejectionReason::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_AuthenticationRejectionReason::Class()), PInvalidCast); #endif return new H501_AuthenticationRejectionReason(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H501_Pattern[]={ {"specific",0} ,{"wildcard",1} ,{"range",2} }; #endif // // Pattern // H501_Pattern::H501_Pattern(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H501_Pattern,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_Pattern::operator H225_AliasAddress &() const #else H501_Pattern::operator H225_AliasAddress &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_AliasAddress), PInvalidCast); #endif return *(H225_AliasAddress *)choice; } H501_Pattern::operator const H225_AliasAddress &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_AliasAddress), PInvalidCast); #endif return *(H225_AliasAddress *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_Pattern::operator H501_Pattern_range &() const #else H501_Pattern::operator H501_Pattern_range &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_Pattern_range), PInvalidCast); #endif return *(H501_Pattern_range *)choice; } H501_Pattern::operator const H501_Pattern_range &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_Pattern_range), PInvalidCast); #endif return *(H501_Pattern_range *)choice; } BOOL H501_Pattern::CreateObject() { switch (tag) { case e_specific : case e_wildcard : choice = new H225_AliasAddress(); return TRUE; case e_range : choice = new H501_Pattern_range(); return TRUE; } choice = NULL; return FALSE; } PObject * H501_Pattern::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_Pattern::Class()), PInvalidCast); #endif return new H501_Pattern(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H501_AccessToken[]={ {"token",0} ,{"cryptoToken",1} ,{"genericData",2} }; #endif // // AccessToken // H501_AccessToken::H501_AccessToken(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H501_AccessToken,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_AccessToken::operator H235_ClearToken &() const #else H501_AccessToken::operator H235_ClearToken &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H235_ClearToken), PInvalidCast); #endif return *(H235_ClearToken *)choice; } H501_AccessToken::operator const H235_ClearToken &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H235_ClearToken), PInvalidCast); #endif return *(H235_ClearToken *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_AccessToken::operator H225_CryptoH323Token &() const #else H501_AccessToken::operator H225_CryptoH323Token &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_CryptoH323Token), PInvalidCast); #endif return *(H225_CryptoH323Token *)choice; } H501_AccessToken::operator const H225_CryptoH323Token &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_CryptoH323Token), PInvalidCast); #endif return *(H225_CryptoH323Token *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_AccessToken::operator H225_GenericData &() const #else H501_AccessToken::operator H225_GenericData &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_GenericData), PInvalidCast); #endif return *(H225_GenericData *)choice; } H501_AccessToken::operator const H225_GenericData &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_GenericData), PInvalidCast); #endif return *(H225_GenericData *)choice; } BOOL H501_AccessToken::CreateObject() { switch (tag) { case e_token : choice = new H235_ClearToken(); return TRUE; case e_cryptoToken : choice = new H225_CryptoH323Token(); return TRUE; case e_genericData : choice = new H225_GenericData(); return TRUE; } choice = NULL; return FALSE; } PObject * H501_AccessToken::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_AccessToken::Class()), PInvalidCast); #endif return new H501_AccessToken(*this); } // // CallInformation // H501_CallInformation::H501_CallInformation(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 1) { } #ifndef PASN_NOPRINTON void H501_CallInformation::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "callIdentifier = " << setprecision(indent) << m_callIdentifier << '\n'; strm << setw(indent+15) << "conferenceID = " << setprecision(indent) << m_conferenceID << '\n'; if (HasOptionalField(e_circuitID)) strm << setw(indent+12) << "circuitID = " << setprecision(indent) << m_circuitID << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_CallInformation::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_CallInformation), PInvalidCast); #endif const H501_CallInformation & other = (const H501_CallInformation &)obj; Comparison result; if ((result = m_callIdentifier.Compare(other.m_callIdentifier)) != EqualTo) return result; if ((result = m_conferenceID.Compare(other.m_conferenceID)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_CallInformation::GetDataLength() const { PINDEX length = 0; length += m_callIdentifier.GetObjectLength(); length += m_conferenceID.GetObjectLength(); return length; } BOOL H501_CallInformation::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_callIdentifier.Decode(strm)) return FALSE; if (!m_conferenceID.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_circuitID, m_circuitID)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_CallInformation::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_callIdentifier.Encode(strm); m_conferenceID.Encode(strm); KnownExtensionEncode(strm, e_circuitID, m_circuitID); UnknownExtensionsEncode(strm); } PObject * H501_CallInformation::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_CallInformation::Class()), PInvalidCast); #endif return new H501_CallInformation(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H501_UsageCallStatus[]={ {"preConnect",0} ,{"callInProgress",1} ,{"callEnded",2} ,{"registrationLost",3} }; #endif // // UsageCallStatus // H501_UsageCallStatus::H501_UsageCallStatus(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H501_UsageCallStatus,4 #endif ) { } BOOL H501_UsageCallStatus::CreateObject() { choice = (tag <= e_registrationLost) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H501_UsageCallStatus::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_UsageCallStatus::Class()), PInvalidCast); #endif return new H501_UsageCallStatus(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H501_Role[]={ {"originator",0} ,{"destination",1} ,{"nonStandardData",2} }; #endif // // Role // H501_Role::H501_Role(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H501_Role,3 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_Role::operator H225_NonStandardParameter &() const #else H501_Role::operator H225_NonStandardParameter &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } H501_Role::operator const H225_NonStandardParameter &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_NonStandardParameter), PInvalidCast); #endif return *(H225_NonStandardParameter *)choice; } BOOL H501_Role::CreateObject() { switch (tag) { case e_originator : case e_destination : choice = new PASN_Null(); return TRUE; case e_nonStandardData : choice = new H225_NonStandardParameter(); return TRUE; } choice = NULL; return FALSE; } PObject * H501_Role::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_Role::Class()), PInvalidCast); #endif return new H501_Role(*this); } // // TimeZone // H501_TimeZone::H501_TimeZone(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, -43200, 43200); } H501_TimeZone & H501_TimeZone::operator=(int v) { SetValue(v); return *this; } H501_TimeZone & H501_TimeZone::operator=(unsigned v) { SetValue(v); return *this; } PObject * H501_TimeZone::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_TimeZone::Class()), PInvalidCast); #endif return new H501_TimeZone(*this); } // // TerminationCause // H501_TerminationCause::H501_TerminationCause(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { m_causeIE.SetConstraints(PASN_Object::FixedConstraint, 1, 65535); } #ifndef PASN_NOPRINTON void H501_TerminationCause::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+24) << "releaseCompleteReason = " << setprecision(indent) << m_releaseCompleteReason << '\n'; if (HasOptionalField(e_causeIE)) strm << setw(indent+10) << "causeIE = " << setprecision(indent) << m_causeIE << '\n'; if (HasOptionalField(e_nonStandardData)) strm << setw(indent+18) << "nonStandardData = " << setprecision(indent) << m_nonStandardData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_TerminationCause::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_TerminationCause), PInvalidCast); #endif const H501_TerminationCause & other = (const H501_TerminationCause &)obj; Comparison result; if ((result = m_releaseCompleteReason.Compare(other.m_releaseCompleteReason)) != EqualTo) return result; if ((result = m_causeIE.Compare(other.m_causeIE)) != EqualTo) return result; if ((result = m_nonStandardData.Compare(other.m_nonStandardData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_TerminationCause::GetDataLength() const { PINDEX length = 0; length += m_releaseCompleteReason.GetObjectLength(); if (HasOptionalField(e_causeIE)) length += m_causeIE.GetObjectLength(); if (HasOptionalField(e_nonStandardData)) length += m_nonStandardData.GetObjectLength(); return length; } BOOL H501_TerminationCause::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_releaseCompleteReason.Decode(strm)) return FALSE; if (HasOptionalField(e_causeIE) && !m_causeIE.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandardData) && !m_nonStandardData.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_TerminationCause::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_releaseCompleteReason.Encode(strm); if (HasOptionalField(e_causeIE)) m_causeIE.Encode(strm); if (HasOptionalField(e_nonStandardData)) m_nonStandardData.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H501_TerminationCause::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_TerminationCause::Class()), PInvalidCast); #endif return new H501_TerminationCause(*this); } // // ProtocolVersion // H501_ProtocolVersion::H501_ProtocolVersion(unsigned tag, PASN_Object::TagClass tagClass) : PASN_ObjectId(tag, tagClass) { } PObject * H501_ProtocolVersion::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_ProtocolVersion::Class()), PInvalidCast); #endif return new H501_ProtocolVersion(*this); } // // ElementIdentifier // H501_ElementIdentifier::H501_ElementIdentifier(unsigned tag, PASN_Object::TagClass tagClass) : PASN_BMPString(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 128); } H501_ElementIdentifier & H501_ElementIdentifier::operator=(const char * v) { SetValue(v); return *this; } H501_ElementIdentifier & H501_ElementIdentifier::operator=(const PString & v) { SetValue(v); return *this; } H501_ElementIdentifier & H501_ElementIdentifier::operator=(const PWORDArray & v) { SetValue(v); return *this; } H501_ElementIdentifier & H501_ElementIdentifier::operator=(const PASN_BMPString & v) { SetValue(v); return *this; } PObject * H501_ElementIdentifier::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_ElementIdentifier::Class()), PInvalidCast); #endif return new H501_ElementIdentifier(*this); } // // GlobalTimeStamp // H501_GlobalTimeStamp::H501_GlobalTimeStamp(unsigned tag, PASN_Object::TagClass tagClass) : PASN_IA5String(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 14); } H501_GlobalTimeStamp & H501_GlobalTimeStamp::operator=(const char * v) { SetValue(v); return *this; } H501_GlobalTimeStamp & H501_GlobalTimeStamp::operator=(const PString & v) { SetValue(v); return *this; } PObject * H501_GlobalTimeStamp::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_GlobalTimeStamp::Class()), PInvalidCast); #endif return new H501_GlobalTimeStamp(*this); } // // ArrayOf_TransportAddress // H501_ArrayOf_TransportAddress::H501_ArrayOf_TransportAddress(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H501_ArrayOf_TransportAddress::CreateObject() const { return new H225_TransportAddress; } H225_TransportAddress & H501_ArrayOf_TransportAddress::operator[](PINDEX i) const { return (H225_TransportAddress &)array[i]; } PObject * H501_ArrayOf_TransportAddress::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_ArrayOf_TransportAddress::Class()), PInvalidCast); #endif return new H501_ArrayOf_TransportAddress(*this); } // // ArrayOf_ClearToken // H501_ArrayOf_ClearToken::H501_ArrayOf_ClearToken(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H501_ArrayOf_ClearToken::CreateObject() const { return new H235_ClearToken; } H235_ClearToken & H501_ArrayOf_ClearToken::operator[](PINDEX i) const { return (H235_ClearToken &)array[i]; } PObject * H501_ArrayOf_ClearToken::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_ArrayOf_ClearToken::Class()), PInvalidCast); #endif return new H501_ArrayOf_ClearToken(*this); } // // ArrayOf_CryptoH323Token // H501_ArrayOf_CryptoH323Token::H501_ArrayOf_CryptoH323Token(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H501_ArrayOf_CryptoH323Token::CreateObject() const { return new H225_CryptoH323Token; } H225_CryptoH323Token & H501_ArrayOf_CryptoH323Token::operator[](PINDEX i) const { return (H225_CryptoH323Token &)array[i]; } PObject * H501_ArrayOf_CryptoH323Token::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_ArrayOf_CryptoH323Token::Class()), PInvalidCast); #endif return new H501_ArrayOf_CryptoH323Token(*this); } // // ArrayOf_NonStandardParameter // H501_ArrayOf_NonStandardParameter::H501_ArrayOf_NonStandardParameter(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H501_ArrayOf_NonStandardParameter::CreateObject() const { return new H225_NonStandardParameter; } H225_NonStandardParameter & H501_ArrayOf_NonStandardParameter::operator[](PINDEX i) const { return (H225_NonStandardParameter &)array[i]; } PObject * H501_ArrayOf_NonStandardParameter::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_ArrayOf_NonStandardParameter::Class()), PInvalidCast); #endif return new H501_ArrayOf_NonStandardParameter(*this); } // // ArrayOf_GenericData // H501_ArrayOf_GenericData::H501_ArrayOf_GenericData(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H501_ArrayOf_GenericData::CreateObject() const { return new H225_GenericData; } H225_GenericData & H501_ArrayOf_GenericData::operator[](PINDEX i) const { return (H225_GenericData &)array[i]; } PObject * H501_ArrayOf_GenericData::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_ArrayOf_GenericData::Class()), PInvalidCast); #endif return new H501_ArrayOf_GenericData(*this); } // // ArrayOf_SecurityMode // H501_ArrayOf_SecurityMode::H501_ArrayOf_SecurityMode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H501_ArrayOf_SecurityMode::CreateObject() const { return new H501_SecurityMode; } H501_SecurityMode & H501_ArrayOf_SecurityMode::operator[](PINDEX i) const { return (H501_SecurityMode &)array[i]; } PObject * H501_ArrayOf_SecurityMode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_ArrayOf_SecurityMode::Class()), PInvalidCast); #endif return new H501_ArrayOf_SecurityMode(*this); } // // ArrayOf_PASN_ObjectId // H501_ArrayOf_PASN_ObjectId::H501_ArrayOf_PASN_ObjectId(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H501_ArrayOf_PASN_ObjectId::CreateObject() const { return new PASN_ObjectId; } PASN_ObjectId & H501_ArrayOf_PASN_ObjectId::operator[](PINDEX i) const { return (PASN_ObjectId &)array[i]; } PObject * H501_ArrayOf_PASN_ObjectId::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_ArrayOf_PASN_ObjectId::Class()), PInvalidCast); #endif return new H501_ArrayOf_PASN_ObjectId(*this); } // // ArrayOf_GloballyUniqueID // H501_ArrayOf_GloballyUniqueID::H501_ArrayOf_GloballyUniqueID(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H501_ArrayOf_GloballyUniqueID::CreateObject() const { return new H225_GloballyUniqueID; } H225_GloballyUniqueID & H501_ArrayOf_GloballyUniqueID::operator[](PINDEX i) const { return (H225_GloballyUniqueID &)array[i]; } PObject * H501_ArrayOf_GloballyUniqueID::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_ArrayOf_GloballyUniqueID::Class()), PInvalidCast); #endif return new H501_ArrayOf_GloballyUniqueID(*this); } // // ArrayOf_Descriptor // H501_ArrayOf_Descriptor::H501_ArrayOf_Descriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H501_ArrayOf_Descriptor::CreateObject() const { return new H501_Descriptor; } H501_Descriptor & H501_ArrayOf_Descriptor::operator[](PINDEX i) const { return (H501_Descriptor &)array[i]; } PObject * H501_ArrayOf_Descriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_ArrayOf_Descriptor::Class()), PInvalidCast); #endif return new H501_ArrayOf_Descriptor(*this); } // // ArrayOf_DescriptorInfo // H501_ArrayOf_DescriptorInfo::H501_ArrayOf_DescriptorInfo(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H501_ArrayOf_DescriptorInfo::CreateObject() const { return new H501_DescriptorInfo; } H501_DescriptorInfo & H501_ArrayOf_DescriptorInfo::operator[](PINDEX i) const { return (H501_DescriptorInfo &)array[i]; } PObject * H501_ArrayOf_DescriptorInfo::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_ArrayOf_DescriptorInfo::Class()), PInvalidCast); #endif return new H501_ArrayOf_DescriptorInfo(*this); } // // ArrayOf_UpdateInformation // H501_ArrayOf_UpdateInformation::H501_ArrayOf_UpdateInformation(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H501_ArrayOf_UpdateInformation::CreateObject() const { return new H501_UpdateInformation; } H501_UpdateInformation & H501_ArrayOf_UpdateInformation::operator[](PINDEX i) const { return (H501_UpdateInformation &)array[i]; } PObject * H501_ArrayOf_UpdateInformation::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_ArrayOf_UpdateInformation::Class()), PInvalidCast); #endif return new H501_ArrayOf_UpdateInformation(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H501_UpdateInformation_descriptorInfo[]={ {"descriptorID",0} ,{"descriptor",1} }; #endif // // UpdateInformation_descriptorInfo // H501_UpdateInformation_descriptorInfo::H501_UpdateInformation_descriptorInfo(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H501_UpdateInformation_descriptorInfo,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_UpdateInformation_descriptorInfo::operator H225_GloballyUniqueID &() const #else H501_UpdateInformation_descriptorInfo::operator H225_GloballyUniqueID &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_GloballyUniqueID), PInvalidCast); #endif return *(H225_GloballyUniqueID *)choice; } H501_UpdateInformation_descriptorInfo::operator const H225_GloballyUniqueID &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H225_GloballyUniqueID), PInvalidCast); #endif return *(H225_GloballyUniqueID *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 H501_UpdateInformation_descriptorInfo::operator H501_Descriptor &() const #else H501_UpdateInformation_descriptorInfo::operator H501_Descriptor &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_Descriptor), PInvalidCast); #endif return *(H501_Descriptor *)choice; } H501_UpdateInformation_descriptorInfo::operator const H501_Descriptor &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), H501_Descriptor), PInvalidCast); #endif return *(H501_Descriptor *)choice; } BOOL H501_UpdateInformation_descriptorInfo::CreateObject() { switch (tag) { case e_descriptorID : choice = new H225_GloballyUniqueID(); return TRUE; case e_descriptor : choice = new H501_Descriptor(); return TRUE; } choice = NULL; return FALSE; } PObject * H501_UpdateInformation_descriptorInfo::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_UpdateInformation_descriptorInfo::Class()), PInvalidCast); #endif return new H501_UpdateInformation_descriptorInfo(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H501_UpdateInformation_updateType[]={ {"added",0} ,{"deleted",1} ,{"changed",2} }; #endif // // UpdateInformation_updateType // H501_UpdateInformation_updateType::H501_UpdateInformation_updateType(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H501_UpdateInformation_updateType,3 #endif ) { } BOOL H501_UpdateInformation_updateType::CreateObject() { choice = (tag <= e_changed) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H501_UpdateInformation_updateType::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_UpdateInformation_updateType::Class()), PInvalidCast); #endif return new H501_UpdateInformation_updateType(*this); } // // ArrayOf_SupportedProtocols // H501_ArrayOf_SupportedProtocols::H501_ArrayOf_SupportedProtocols(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H501_ArrayOf_SupportedProtocols::CreateObject() const { return new H225_SupportedProtocols; } H225_SupportedProtocols & H501_ArrayOf_SupportedProtocols::operator[](PINDEX i) const { return (H225_SupportedProtocols &)array[i]; } PObject * H501_ArrayOf_SupportedProtocols::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_ArrayOf_SupportedProtocols::Class()), PInvalidCast); #endif return new H501_ArrayOf_SupportedProtocols(*this); } // // ArrayOf_AddressTemplate // H501_ArrayOf_AddressTemplate::H501_ArrayOf_AddressTemplate(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H501_ArrayOf_AddressTemplate::CreateObject() const { return new H501_AddressTemplate; } H501_AddressTemplate & H501_ArrayOf_AddressTemplate::operator[](PINDEX i) const { return (H501_AddressTemplate &)array[i]; } PObject * H501_ArrayOf_AddressTemplate::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_ArrayOf_AddressTemplate::Class()), PInvalidCast); #endif return new H501_ArrayOf_AddressTemplate(*this); } // // ArrayOf_ServiceControlSession // H501_ArrayOf_ServiceControlSession::H501_ArrayOf_ServiceControlSession(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H501_ArrayOf_ServiceControlSession::CreateObject() const { return new H225_ServiceControlSession; } H225_ServiceControlSession & H501_ArrayOf_ServiceControlSession::operator[](PINDEX i) const { return (H225_ServiceControlSession &)array[i]; } PObject * H501_ArrayOf_ServiceControlSession::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_ArrayOf_ServiceControlSession::Class()), PInvalidCast); #endif return new H501_ArrayOf_ServiceControlSession(*this); } // // ArrayOf_AccessToken // H501_ArrayOf_AccessToken::H501_ArrayOf_AccessToken(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H501_ArrayOf_AccessToken::CreateObject() const { return new H501_AccessToken; } H501_AccessToken & H501_ArrayOf_AccessToken::operator[](PINDEX i) const { return (H501_AccessToken &)array[i]; } PObject * H501_ArrayOf_AccessToken::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_ArrayOf_AccessToken::Class()), PInvalidCast); #endif return new H501_ArrayOf_AccessToken(*this); } // // ArrayOf_UsageField // H501_ArrayOf_UsageField::H501_ArrayOf_UsageField(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H501_ArrayOf_UsageField::CreateObject() const { return new H501_UsageField; } H501_UsageField & H501_ArrayOf_UsageField::operator[](PINDEX i) const { return (H501_UsageField &)array[i]; } PObject * H501_ArrayOf_UsageField::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_ArrayOf_UsageField::Class()), PInvalidCast); #endif return new H501_ArrayOf_UsageField(*this); } // // ArrayOf_Pattern // H501_ArrayOf_Pattern::H501_ArrayOf_Pattern(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H501_ArrayOf_Pattern::CreateObject() const { return new H501_Pattern; } H501_Pattern & H501_ArrayOf_Pattern::operator[](PINDEX i) const { return (H501_Pattern &)array[i]; } PObject * H501_ArrayOf_Pattern::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_ArrayOf_Pattern::Class()), PInvalidCast); #endif return new H501_ArrayOf_Pattern(*this); } // // ArrayOf_RouteInformation // H501_ArrayOf_RouteInformation::H501_ArrayOf_RouteInformation(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H501_ArrayOf_RouteInformation::CreateObject() const { return new H501_RouteInformation; } H501_RouteInformation & H501_ArrayOf_RouteInformation::operator[](PINDEX i) const { return (H501_RouteInformation &)array[i]; } PObject * H501_ArrayOf_RouteInformation::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_ArrayOf_RouteInformation::Class()), PInvalidCast); #endif return new H501_ArrayOf_RouteInformation(*this); } // // Pattern_range // H501_Pattern_range::H501_Pattern_range(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void H501_Pattern_range::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "startOfRange = " << setprecision(indent) << m_startOfRange << '\n'; strm << setw(indent+13) << "endOfRange = " << setprecision(indent) << m_endOfRange << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_Pattern_range::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_Pattern_range), PInvalidCast); #endif const H501_Pattern_range & other = (const H501_Pattern_range &)obj; Comparison result; if ((result = m_startOfRange.Compare(other.m_startOfRange)) != EqualTo) return result; if ((result = m_endOfRange.Compare(other.m_endOfRange)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_Pattern_range::GetDataLength() const { PINDEX length = 0; length += m_startOfRange.GetObjectLength(); length += m_endOfRange.GetObjectLength(); return length; } BOOL H501_Pattern_range::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_startOfRange.Decode(strm)) return FALSE; if (!m_endOfRange.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_Pattern_range::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_startOfRange.Encode(strm); m_endOfRange.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H501_Pattern_range::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_Pattern_range::Class()), PInvalidCast); #endif return new H501_Pattern_range(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H501_RouteInformation_messageType[]={ {"sendAccessRequest",0} ,{"sendSetup",1} ,{"nonExistent",2} }; #endif // // RouteInformation_messageType // H501_RouteInformation_messageType::H501_RouteInformation_messageType(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 3, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H501_RouteInformation_messageType,3 #endif ) { } BOOL H501_RouteInformation_messageType::CreateObject() { choice = (tag <= e_nonExistent) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H501_RouteInformation_messageType::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_RouteInformation_messageType::Class()), PInvalidCast); #endif return new H501_RouteInformation_messageType(*this); } // // ArrayOf_PriceInfoSpec // H501_ArrayOf_PriceInfoSpec::H501_ArrayOf_PriceInfoSpec(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H501_ArrayOf_PriceInfoSpec::CreateObject() const { return new H501_PriceInfoSpec; } H501_PriceInfoSpec & H501_ArrayOf_PriceInfoSpec::operator[](PINDEX i) const { return (H501_PriceInfoSpec &)array[i]; } PObject * H501_ArrayOf_PriceInfoSpec::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_ArrayOf_PriceInfoSpec::Class()), PInvalidCast); #endif return new H501_ArrayOf_PriceInfoSpec(*this); } // // ArrayOf_ContactInformation // H501_ArrayOf_ContactInformation::H501_ArrayOf_ContactInformation(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H501_ArrayOf_ContactInformation::CreateObject() const { return new H501_ContactInformation; } H501_ContactInformation & H501_ArrayOf_ContactInformation::operator[](PINDEX i) const { return (H501_ContactInformation &)array[i]; } PObject * H501_ArrayOf_ContactInformation::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_ArrayOf_ContactInformation::Class()), PInvalidCast); #endif return new H501_ArrayOf_ContactInformation(*this); } // // ArrayOf_CircuitIdentifier // H501_ArrayOf_CircuitIdentifier::H501_ArrayOf_CircuitIdentifier(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H501_ArrayOf_CircuitIdentifier::CreateObject() const { return new H225_CircuitIdentifier; } H225_CircuitIdentifier & H501_ArrayOf_CircuitIdentifier::operator[](PINDEX i) const { return (H225_CircuitIdentifier &)array[i]; } PObject * H501_ArrayOf_CircuitIdentifier::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_ArrayOf_CircuitIdentifier::Class()), PInvalidCast); #endif return new H501_ArrayOf_CircuitIdentifier(*this); } // // ArrayOf_PriceElement // H501_ArrayOf_PriceElement::H501_ArrayOf_PriceElement(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H501_ArrayOf_PriceElement::CreateObject() const { return new H501_PriceElement; } H501_PriceElement & H501_ArrayOf_PriceElement::operator[](PINDEX i) const { return (H501_PriceElement &)array[i]; } PObject * H501_ArrayOf_PriceElement::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_ArrayOf_PriceElement::Class()), PInvalidCast); #endif return new H501_ArrayOf_PriceElement(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_H501_PriceElement_units[]={ {"seconds",0} ,{"packets",1} ,{"bytes",2} ,{"initial",3} ,{"minimum",4} ,{"maximum",5} }; #endif // // PriceElement_units // H501_PriceElement_units::H501_PriceElement_units(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 6, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_H501_PriceElement_units,6 #endif ) { } BOOL H501_PriceElement_units::CreateObject() { choice = (tag <= e_maximum) ? new PASN_Null() : NULL; return choice != NULL; } PObject * H501_PriceElement_units::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_PriceElement_units::Class()), PInvalidCast); #endif return new H501_PriceElement_units(*this); } // // ArrayOf_AlternatePE // H501_ArrayOf_AlternatePE::H501_ArrayOf_AlternatePE(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H501_ArrayOf_AlternatePE::CreateObject() const { return new H501_AlternatePE; } H501_AlternatePE & H501_ArrayOf_AlternatePE::operator[](PINDEX i) const { return (H501_AlternatePE &)array[i]; } PObject * H501_ArrayOf_AlternatePE::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_ArrayOf_AlternatePE::Class()), PInvalidCast); #endif return new H501_ArrayOf_AlternatePE(*this); } // // UsageSpecification_when // H501_UsageSpecification_when::H501_UsageSpecification_when(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 5, TRUE, 0) { m_period.SetConstraints(PASN_Object::FixedConstraint, 1, 65535); } #ifndef PASN_NOPRINTON void H501_UsageSpecification_when::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_never)) strm << setw(indent+8) << "never = " << setprecision(indent) << m_never << '\n'; if (HasOptionalField(e_start)) strm << setw(indent+8) << "start = " << setprecision(indent) << m_start << '\n'; if (HasOptionalField(e_end)) strm << setw(indent+6) << "end = " << setprecision(indent) << m_end << '\n'; if (HasOptionalField(e_period)) strm << setw(indent+9) << "period = " << setprecision(indent) << m_period << '\n'; if (HasOptionalField(e_failures)) strm << setw(indent+11) << "failures = " << setprecision(indent) << m_failures << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_UsageSpecification_when::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_UsageSpecification_when), PInvalidCast); #endif const H501_UsageSpecification_when & other = (const H501_UsageSpecification_when &)obj; Comparison result; if ((result = m_never.Compare(other.m_never)) != EqualTo) return result; if ((result = m_start.Compare(other.m_start)) != EqualTo) return result; if ((result = m_end.Compare(other.m_end)) != EqualTo) return result; if ((result = m_period.Compare(other.m_period)) != EqualTo) return result; if ((result = m_failures.Compare(other.m_failures)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_UsageSpecification_when::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_never)) length += m_never.GetObjectLength(); if (HasOptionalField(e_start)) length += m_start.GetObjectLength(); if (HasOptionalField(e_end)) length += m_end.GetObjectLength(); if (HasOptionalField(e_period)) length += m_period.GetObjectLength(); if (HasOptionalField(e_failures)) length += m_failures.GetObjectLength(); return length; } BOOL H501_UsageSpecification_when::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_never) && !m_never.Decode(strm)) return FALSE; if (HasOptionalField(e_start) && !m_start.Decode(strm)) return FALSE; if (HasOptionalField(e_end) && !m_end.Decode(strm)) return FALSE; if (HasOptionalField(e_period) && !m_period.Decode(strm)) return FALSE; if (HasOptionalField(e_failures) && !m_failures.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_UsageSpecification_when::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_never)) m_never.Encode(strm); if (HasOptionalField(e_start)) m_start.Encode(strm); if (HasOptionalField(e_end)) m_end.Encode(strm); if (HasOptionalField(e_period)) m_period.Encode(strm); if (HasOptionalField(e_failures)) m_failures.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H501_UsageSpecification_when::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_UsageSpecification_when::Class()), PInvalidCast); #endif return new H501_UsageSpecification_when(*this); } // // ArrayOf_AliasAddress // H501_ArrayOf_AliasAddress::H501_ArrayOf_AliasAddress(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * H501_ArrayOf_AliasAddress::CreateObject() const { return new H225_AliasAddress; } H225_AliasAddress & H501_ArrayOf_AliasAddress::operator[](PINDEX i) const { return (H225_AliasAddress &)array[i]; } PObject * H501_ArrayOf_AliasAddress::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_ArrayOf_AliasAddress::Class()), PInvalidCast); #endif return new H501_ArrayOf_AliasAddress(*this); } // // MessageCommonInfo // H501_MessageCommonInfo::H501_MessageCommonInfo(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 5, TRUE, 4) { m_sequenceNumber.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); m_hopCount.SetConstraints(PASN_Object::FixedConstraint, 1, 255); IncludeOptionalField(e_version); } #ifndef PASN_NOPRINTON void H501_MessageCommonInfo::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "sequenceNumber = " << setprecision(indent) << m_sequenceNumber << '\n'; strm << setw(indent+16) << "annexGversion = " << setprecision(indent) << m_annexGversion << '\n'; strm << setw(indent+11) << "hopCount = " << setprecision(indent) << m_hopCount << '\n'; if (HasOptionalField(e_replyAddress)) strm << setw(indent+15) << "replyAddress = " << setprecision(indent) << m_replyAddress << '\n'; if (HasOptionalField(e_integrityCheckValue)) strm << setw(indent+22) << "integrityCheckValue = " << setprecision(indent) << m_integrityCheckValue << '\n'; if (HasOptionalField(e_tokens)) strm << setw(indent+9) << "tokens = " << setprecision(indent) << m_tokens << '\n'; if (HasOptionalField(e_cryptoTokens)) strm << setw(indent+15) << "cryptoTokens = " << setprecision(indent) << m_cryptoTokens << '\n'; if (HasOptionalField(e_nonStandard)) strm << setw(indent+14) << "nonStandard = " << setprecision(indent) << m_nonStandard << '\n'; if (HasOptionalField(e_serviceID)) strm << setw(indent+12) << "serviceID = " << setprecision(indent) << m_serviceID << '\n'; if (HasOptionalField(e_genericData)) strm << setw(indent+14) << "genericData = " << setprecision(indent) << m_genericData << '\n'; if (HasOptionalField(e_featureSet)) strm << setw(indent+13) << "featureSet = " << setprecision(indent) << m_featureSet << '\n'; if (HasOptionalField(e_version)) strm << setw(indent+10) << "version = " << setprecision(indent) << m_version << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_MessageCommonInfo::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_MessageCommonInfo), PInvalidCast); #endif const H501_MessageCommonInfo & other = (const H501_MessageCommonInfo &)obj; Comparison result; if ((result = m_sequenceNumber.Compare(other.m_sequenceNumber)) != EqualTo) return result; if ((result = m_annexGversion.Compare(other.m_annexGversion)) != EqualTo) return result; if ((result = m_hopCount.Compare(other.m_hopCount)) != EqualTo) return result; if ((result = m_replyAddress.Compare(other.m_replyAddress)) != EqualTo) return result; if ((result = m_integrityCheckValue.Compare(other.m_integrityCheckValue)) != EqualTo) return result; if ((result = m_tokens.Compare(other.m_tokens)) != EqualTo) return result; if ((result = m_cryptoTokens.Compare(other.m_cryptoTokens)) != EqualTo) return result; if ((result = m_nonStandard.Compare(other.m_nonStandard)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_MessageCommonInfo::GetDataLength() const { PINDEX length = 0; length += m_sequenceNumber.GetObjectLength(); length += m_annexGversion.GetObjectLength(); length += m_hopCount.GetObjectLength(); if (HasOptionalField(e_replyAddress)) length += m_replyAddress.GetObjectLength(); if (HasOptionalField(e_integrityCheckValue)) length += m_integrityCheckValue.GetObjectLength(); if (HasOptionalField(e_tokens)) length += m_tokens.GetObjectLength(); if (HasOptionalField(e_cryptoTokens)) length += m_cryptoTokens.GetObjectLength(); if (HasOptionalField(e_nonStandard)) length += m_nonStandard.GetObjectLength(); return length; } BOOL H501_MessageCommonInfo::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_sequenceNumber.Decode(strm)) return FALSE; if (!m_annexGversion.Decode(strm)) return FALSE; if (!m_hopCount.Decode(strm)) return FALSE; if (HasOptionalField(e_replyAddress) && !m_replyAddress.Decode(strm)) return FALSE; if (HasOptionalField(e_integrityCheckValue) && !m_integrityCheckValue.Decode(strm)) return FALSE; if (HasOptionalField(e_tokens) && !m_tokens.Decode(strm)) return FALSE; if (HasOptionalField(e_cryptoTokens) && !m_cryptoTokens.Decode(strm)) return FALSE; if (HasOptionalField(e_nonStandard) && !m_nonStandard.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_serviceID, m_serviceID)) return FALSE; if (!KnownExtensionDecode(strm, e_genericData, m_genericData)) return FALSE; if (!KnownExtensionDecode(strm, e_featureSet, m_featureSet)) return FALSE; if (!KnownExtensionDecode(strm, e_version, m_version)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_MessageCommonInfo::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_sequenceNumber.Encode(strm); m_annexGversion.Encode(strm); m_hopCount.Encode(strm); if (HasOptionalField(e_replyAddress)) m_replyAddress.Encode(strm); if (HasOptionalField(e_integrityCheckValue)) m_integrityCheckValue.Encode(strm); if (HasOptionalField(e_tokens)) m_tokens.Encode(strm); if (HasOptionalField(e_cryptoTokens)) m_cryptoTokens.Encode(strm); if (HasOptionalField(e_nonStandard)) m_nonStandard.Encode(strm); KnownExtensionEncode(strm, e_serviceID, m_serviceID); KnownExtensionEncode(strm, e_genericData, m_genericData); KnownExtensionEncode(strm, e_featureSet, m_featureSet); KnownExtensionEncode(strm, e_version, m_version); UnknownExtensionsEncode(strm); } PObject * H501_MessageCommonInfo::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_MessageCommonInfo::Class()), PInvalidCast); #endif return new H501_MessageCommonInfo(*this); } // // SecurityMode // H501_SecurityMode::H501_SecurityMode(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 0) { } #ifndef PASN_NOPRINTON void H501_SecurityMode::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_authentication)) strm << setw(indent+17) << "authentication = " << setprecision(indent) << m_authentication << '\n'; if (HasOptionalField(e_integrity)) strm << setw(indent+12) << "integrity = " << setprecision(indent) << m_integrity << '\n'; if (HasOptionalField(e_algorithmOIDs)) strm << setw(indent+16) << "algorithmOIDs = " << setprecision(indent) << m_algorithmOIDs << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_SecurityMode::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_SecurityMode), PInvalidCast); #endif const H501_SecurityMode & other = (const H501_SecurityMode &)obj; Comparison result; if ((result = m_authentication.Compare(other.m_authentication)) != EqualTo) return result; if ((result = m_integrity.Compare(other.m_integrity)) != EqualTo) return result; if ((result = m_algorithmOIDs.Compare(other.m_algorithmOIDs)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_SecurityMode::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_authentication)) length += m_authentication.GetObjectLength(); if (HasOptionalField(e_integrity)) length += m_integrity.GetObjectLength(); if (HasOptionalField(e_algorithmOIDs)) length += m_algorithmOIDs.GetObjectLength(); return length; } BOOL H501_SecurityMode::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_authentication) && !m_authentication.Decode(strm)) return FALSE; if (HasOptionalField(e_integrity) && !m_integrity.Decode(strm)) return FALSE; if (HasOptionalField(e_algorithmOIDs) && !m_algorithmOIDs.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_SecurityMode::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_authentication)) m_authentication.Encode(strm); if (HasOptionalField(e_integrity)) m_integrity.Encode(strm); if (HasOptionalField(e_algorithmOIDs)) m_algorithmOIDs.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H501_SecurityMode::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_SecurityMode::Class()), PInvalidCast); #endif return new H501_SecurityMode(*this); } // // DescriptorRequest // H501_DescriptorRequest::H501_DescriptorRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H501_DescriptorRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "descriptorID = " << setprecision(indent) << m_descriptorID << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_DescriptorRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_DescriptorRequest), PInvalidCast); #endif const H501_DescriptorRequest & other = (const H501_DescriptorRequest &)obj; Comparison result; if ((result = m_descriptorID.Compare(other.m_descriptorID)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_DescriptorRequest::GetDataLength() const { PINDEX length = 0; length += m_descriptorID.GetObjectLength(); return length; } BOOL H501_DescriptorRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_descriptorID.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_DescriptorRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_descriptorID.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H501_DescriptorRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_DescriptorRequest::Class()), PInvalidCast); #endif return new H501_DescriptorRequest(*this); } // // DescriptorConfirmation // H501_DescriptorConfirmation::H501_DescriptorConfirmation(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H501_DescriptorConfirmation::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+13) << "descriptor = " << setprecision(indent) << m_descriptor << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_DescriptorConfirmation::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_DescriptorConfirmation), PInvalidCast); #endif const H501_DescriptorConfirmation & other = (const H501_DescriptorConfirmation &)obj; Comparison result; if ((result = m_descriptor.Compare(other.m_descriptor)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_DescriptorConfirmation::GetDataLength() const { PINDEX length = 0; length += m_descriptor.GetObjectLength(); return length; } BOOL H501_DescriptorConfirmation::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_descriptor.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_DescriptorConfirmation::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_descriptor.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H501_DescriptorConfirmation::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_DescriptorConfirmation::Class()), PInvalidCast); #endif return new H501_DescriptorConfirmation(*this); } // // DescriptorRejection // H501_DescriptorRejection::H501_DescriptorRejection(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H501_DescriptorRejection::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "reason = " << setprecision(indent) << m_reason << '\n'; if (HasOptionalField(e_descriptorID)) strm << setw(indent+15) << "descriptorID = " << setprecision(indent) << m_descriptorID << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_DescriptorRejection::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_DescriptorRejection), PInvalidCast); #endif const H501_DescriptorRejection & other = (const H501_DescriptorRejection &)obj; Comparison result; if ((result = m_reason.Compare(other.m_reason)) != EqualTo) return result; if ((result = m_descriptorID.Compare(other.m_descriptorID)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_DescriptorRejection::GetDataLength() const { PINDEX length = 0; length += m_reason.GetObjectLength(); if (HasOptionalField(e_descriptorID)) length += m_descriptorID.GetObjectLength(); return length; } BOOL H501_DescriptorRejection::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_reason.Decode(strm)) return FALSE; if (HasOptionalField(e_descriptorID) && !m_descriptorID.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_DescriptorRejection::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_reason.Encode(strm); if (HasOptionalField(e_descriptorID)) m_descriptorID.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H501_DescriptorRejection::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_DescriptorRejection::Class()), PInvalidCast); #endif return new H501_DescriptorRejection(*this); } // // DescriptorIDConfirmation // H501_DescriptorIDConfirmation::H501_DescriptorIDConfirmation(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H501_DescriptorIDConfirmation::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "descriptorInfo = " << setprecision(indent) << m_descriptorInfo << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_DescriptorIDConfirmation::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_DescriptorIDConfirmation), PInvalidCast); #endif const H501_DescriptorIDConfirmation & other = (const H501_DescriptorIDConfirmation &)obj; Comparison result; if ((result = m_descriptorInfo.Compare(other.m_descriptorInfo)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_DescriptorIDConfirmation::GetDataLength() const { PINDEX length = 0; length += m_descriptorInfo.GetObjectLength(); return length; } BOOL H501_DescriptorIDConfirmation::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_descriptorInfo.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_DescriptorIDConfirmation::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_descriptorInfo.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H501_DescriptorIDConfirmation::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_DescriptorIDConfirmation::Class()), PInvalidCast); #endif return new H501_DescriptorIDConfirmation(*this); } // // DescriptorIDRejection // H501_DescriptorIDRejection::H501_DescriptorIDRejection(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H501_DescriptorIDRejection::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "reason = " << setprecision(indent) << m_reason << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_DescriptorIDRejection::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_DescriptorIDRejection), PInvalidCast); #endif const H501_DescriptorIDRejection & other = (const H501_DescriptorIDRejection &)obj; Comparison result; if ((result = m_reason.Compare(other.m_reason)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_DescriptorIDRejection::GetDataLength() const { PINDEX length = 0; length += m_reason.GetObjectLength(); return length; } BOOL H501_DescriptorIDRejection::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_reason.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_DescriptorIDRejection::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_reason.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H501_DescriptorIDRejection::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_DescriptorIDRejection::Class()), PInvalidCast); #endif return new H501_DescriptorIDRejection(*this); } // // DescriptorUpdate // H501_DescriptorUpdate::H501_DescriptorUpdate(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H501_DescriptorUpdate::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "sender = " << setprecision(indent) << m_sender << '\n'; strm << setw(indent+13) << "updateInfo = " << setprecision(indent) << m_updateInfo << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_DescriptorUpdate::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_DescriptorUpdate), PInvalidCast); #endif const H501_DescriptorUpdate & other = (const H501_DescriptorUpdate &)obj; Comparison result; if ((result = m_sender.Compare(other.m_sender)) != EqualTo) return result; if ((result = m_updateInfo.Compare(other.m_updateInfo)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_DescriptorUpdate::GetDataLength() const { PINDEX length = 0; length += m_sender.GetObjectLength(); length += m_updateInfo.GetObjectLength(); return length; } BOOL H501_DescriptorUpdate::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_sender.Decode(strm)) return FALSE; if (!m_updateInfo.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_DescriptorUpdate::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_sender.Encode(strm); m_updateInfo.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H501_DescriptorUpdate::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_DescriptorUpdate::Class()), PInvalidCast); #endif return new H501_DescriptorUpdate(*this); } // // UpdateInformation // H501_UpdateInformation::H501_UpdateInformation(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H501_UpdateInformation::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "descriptorInfo = " << setprecision(indent) << m_descriptorInfo << '\n'; strm << setw(indent+13) << "updateType = " << setprecision(indent) << m_updateType << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_UpdateInformation::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_UpdateInformation), PInvalidCast); #endif const H501_UpdateInformation & other = (const H501_UpdateInformation &)obj; Comparison result; if ((result = m_descriptorInfo.Compare(other.m_descriptorInfo)) != EqualTo) return result; if ((result = m_updateType.Compare(other.m_updateType)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_UpdateInformation::GetDataLength() const { PINDEX length = 0; length += m_descriptorInfo.GetObjectLength(); length += m_updateType.GetObjectLength(); return length; } BOOL H501_UpdateInformation::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_descriptorInfo.Decode(strm)) return FALSE; if (!m_updateType.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_UpdateInformation::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_descriptorInfo.Encode(strm); m_updateType.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H501_UpdateInformation::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_UpdateInformation::Class()), PInvalidCast); #endif return new H501_UpdateInformation(*this); } // // AccessConfirmation // H501_AccessConfirmation::H501_AccessConfirmation(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 2) { } #ifndef PASN_NOPRINTON void H501_AccessConfirmation::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "templates = " << setprecision(indent) << m_templates << '\n'; strm << setw(indent+18) << "partialResponse = " << setprecision(indent) << m_partialResponse << '\n'; if (HasOptionalField(e_supportedProtocols)) strm << setw(indent+21) << "supportedProtocols = " << setprecision(indent) << m_supportedProtocols << '\n'; if (HasOptionalField(e_serviceControl)) strm << setw(indent+17) << "serviceControl = " << setprecision(indent) << m_serviceControl << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_AccessConfirmation::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_AccessConfirmation), PInvalidCast); #endif const H501_AccessConfirmation & other = (const H501_AccessConfirmation &)obj; Comparison result; if ((result = m_templates.Compare(other.m_templates)) != EqualTo) return result; if ((result = m_partialResponse.Compare(other.m_partialResponse)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_AccessConfirmation::GetDataLength() const { PINDEX length = 0; length += m_templates.GetObjectLength(); length += m_partialResponse.GetObjectLength(); return length; } BOOL H501_AccessConfirmation::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_templates.Decode(strm)) return FALSE; if (!m_partialResponse.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_supportedProtocols, m_supportedProtocols)) return FALSE; if (!KnownExtensionDecode(strm, e_serviceControl, m_serviceControl)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_AccessConfirmation::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_templates.Encode(strm); m_partialResponse.Encode(strm); KnownExtensionEncode(strm, e_supportedProtocols, m_supportedProtocols); KnownExtensionEncode(strm, e_serviceControl, m_serviceControl); UnknownExtensionsEncode(strm); } PObject * H501_AccessConfirmation::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_AccessConfirmation::Class()), PInvalidCast); #endif return new H501_AccessConfirmation(*this); } // // AccessRejection // H501_AccessRejection::H501_AccessRejection(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 1) { } #ifndef PASN_NOPRINTON void H501_AccessRejection::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "reason = " << setprecision(indent) << m_reason << '\n'; if (HasOptionalField(e_serviceControl)) strm << setw(indent+17) << "serviceControl = " << setprecision(indent) << m_serviceControl << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_AccessRejection::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_AccessRejection), PInvalidCast); #endif const H501_AccessRejection & other = (const H501_AccessRejection &)obj; Comparison result; if ((result = m_reason.Compare(other.m_reason)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_AccessRejection::GetDataLength() const { PINDEX length = 0; length += m_reason.GetObjectLength(); return length; } BOOL H501_AccessRejection::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_reason.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_serviceControl, m_serviceControl)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_AccessRejection::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_reason.Encode(strm); KnownExtensionEncode(strm, e_serviceControl, m_serviceControl); UnknownExtensionsEncode(strm); } PObject * H501_AccessRejection::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_AccessRejection::Class()), PInvalidCast); #endif return new H501_AccessRejection(*this); } // // UsageRejection // H501_UsageRejection::H501_UsageRejection(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H501_UsageRejection::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "reason = " << setprecision(indent) << m_reason << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_UsageRejection::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_UsageRejection), PInvalidCast); #endif const H501_UsageRejection & other = (const H501_UsageRejection &)obj; Comparison result; if ((result = m_reason.Compare(other.m_reason)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_UsageRejection::GetDataLength() const { PINDEX length = 0; length += m_reason.GetObjectLength(); return length; } BOOL H501_UsageRejection::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_reason.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_UsageRejection::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_reason.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H501_UsageRejection::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_UsageRejection::Class()), PInvalidCast); #endif return new H501_UsageRejection(*this); } // // UsageIndicationRejection // H501_UsageIndicationRejection::H501_UsageIndicationRejection(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H501_UsageIndicationRejection::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "reason = " << setprecision(indent) << m_reason << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_UsageIndicationRejection::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_UsageIndicationRejection), PInvalidCast); #endif const H501_UsageIndicationRejection & other = (const H501_UsageIndicationRejection &)obj; Comparison result; if ((result = m_reason.Compare(other.m_reason)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_UsageIndicationRejection::GetDataLength() const { PINDEX length = 0; length += m_reason.GetObjectLength(); return length; } BOOL H501_UsageIndicationRejection::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_reason.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_UsageIndicationRejection::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_reason.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H501_UsageIndicationRejection::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_UsageIndicationRejection::Class()), PInvalidCast); #endif return new H501_UsageIndicationRejection(*this); } // // ValidationRejection // H501_ValidationRejection::H501_ValidationRejection(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H501_ValidationRejection::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "reason = " << setprecision(indent) << m_reason << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_ValidationRejection::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_ValidationRejection), PInvalidCast); #endif const H501_ValidationRejection & other = (const H501_ValidationRejection &)obj; Comparison result; if ((result = m_reason.Compare(other.m_reason)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_ValidationRejection::GetDataLength() const { PINDEX length = 0; length += m_reason.GetObjectLength(); return length; } BOOL H501_ValidationRejection::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_reason.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_ValidationRejection::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_reason.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H501_ValidationRejection::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_ValidationRejection::Class()), PInvalidCast); #endif return new H501_ValidationRejection(*this); } // // RequestInProgress // H501_RequestInProgress::H501_RequestInProgress(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 1) { m_delay.SetConstraints(PASN_Object::FixedConstraint, 1, 65535); } #ifndef PASN_NOPRINTON void H501_RequestInProgress::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+8) << "delay = " << setprecision(indent) << m_delay << '\n'; if (HasOptionalField(e_serviceControl)) strm << setw(indent+17) << "serviceControl = " << setprecision(indent) << m_serviceControl << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_RequestInProgress::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_RequestInProgress), PInvalidCast); #endif const H501_RequestInProgress & other = (const H501_RequestInProgress &)obj; Comparison result; if ((result = m_delay.Compare(other.m_delay)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_RequestInProgress::GetDataLength() const { PINDEX length = 0; length += m_delay.GetObjectLength(); return length; } BOOL H501_RequestInProgress::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_delay.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_serviceControl, m_serviceControl)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_RequestInProgress::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_delay.Encode(strm); KnownExtensionEncode(strm, e_serviceControl, m_serviceControl); UnknownExtensionsEncode(strm); } PObject * H501_RequestInProgress::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_RequestInProgress::Class()), PInvalidCast); #endif return new H501_RequestInProgress(*this); } // // NonStandardRejection // H501_NonStandardRejection::H501_NonStandardRejection(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H501_NonStandardRejection::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "reason = " << setprecision(indent) << m_reason << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_NonStandardRejection::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_NonStandardRejection), PInvalidCast); #endif const H501_NonStandardRejection & other = (const H501_NonStandardRejection &)obj; Comparison result; if ((result = m_reason.Compare(other.m_reason)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_NonStandardRejection::GetDataLength() const { PINDEX length = 0; length += m_reason.GetObjectLength(); return length; } BOOL H501_NonStandardRejection::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_reason.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_NonStandardRejection::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_reason.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H501_NonStandardRejection::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_NonStandardRejection::Class()), PInvalidCast); #endif return new H501_NonStandardRejection(*this); } // // UnknownMessageResponse // H501_UnknownMessageResponse::H501_UnknownMessageResponse(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H501_UnknownMessageResponse::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "unknownMessage = " << setprecision(indent) << m_unknownMessage << '\n'; strm << setw(indent+9) << "reason = " << setprecision(indent) << m_reason << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_UnknownMessageResponse::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_UnknownMessageResponse), PInvalidCast); #endif const H501_UnknownMessageResponse & other = (const H501_UnknownMessageResponse &)obj; Comparison result; if ((result = m_unknownMessage.Compare(other.m_unknownMessage)) != EqualTo) return result; if ((result = m_reason.Compare(other.m_reason)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_UnknownMessageResponse::GetDataLength() const { PINDEX length = 0; length += m_unknownMessage.GetObjectLength(); length += m_reason.GetObjectLength(); return length; } BOOL H501_UnknownMessageResponse::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_unknownMessage.Decode(strm)) return FALSE; if (!m_reason.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_UnknownMessageResponse::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_unknownMessage.Encode(strm); m_reason.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H501_UnknownMessageResponse::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_UnknownMessageResponse::Class()), PInvalidCast); #endif return new H501_UnknownMessageResponse(*this); } // // AuthenticationRequest // H501_AuthenticationRequest::H501_AuthenticationRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H501_AuthenticationRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+21) << "applicationMessage = " << setprecision(indent) << m_applicationMessage << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_AuthenticationRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_AuthenticationRequest), PInvalidCast); #endif const H501_AuthenticationRequest & other = (const H501_AuthenticationRequest &)obj; Comparison result; if ((result = m_applicationMessage.Compare(other.m_applicationMessage)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_AuthenticationRequest::GetDataLength() const { PINDEX length = 0; length += m_applicationMessage.GetObjectLength(); return length; } BOOL H501_AuthenticationRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_applicationMessage.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_AuthenticationRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_applicationMessage.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H501_AuthenticationRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_AuthenticationRequest::Class()), PInvalidCast); #endif return new H501_AuthenticationRequest(*this); } // // AuthenticationRejection // H501_AuthenticationRejection::H501_AuthenticationRejection(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H501_AuthenticationRejection::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "reason = " << setprecision(indent) << m_reason << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_AuthenticationRejection::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_AuthenticationRejection), PInvalidCast); #endif const H501_AuthenticationRejection & other = (const H501_AuthenticationRejection &)obj; Comparison result; if ((result = m_reason.Compare(other.m_reason)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_AuthenticationRejection::GetDataLength() const { PINDEX length = 0; length += m_reason.GetObjectLength(); return length; } BOOL H501_AuthenticationRejection::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_reason.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_AuthenticationRejection::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_reason.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H501_AuthenticationRejection::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_AuthenticationRejection::Class()), PInvalidCast); #endif return new H501_AuthenticationRejection(*this); } // // AddressTemplate // H501_AddressTemplate::H501_AddressTemplate(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 2) { m_timeToLive.SetConstraints(PASN_Object::FixedConstraint, 1, 4294967295U); } #ifndef PASN_NOPRINTON void H501_AddressTemplate::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+10) << "pattern = " << setprecision(indent) << m_pattern << '\n'; strm << setw(indent+12) << "routeInfo = " << setprecision(indent) << m_routeInfo << '\n'; strm << setw(indent+13) << "timeToLive = " << setprecision(indent) << m_timeToLive << '\n'; if (HasOptionalField(e_supportedProtocols)) strm << setw(indent+21) << "supportedProtocols = " << setprecision(indent) << m_supportedProtocols << '\n'; if (HasOptionalField(e_featureSet)) strm << setw(indent+13) << "featureSet = " << setprecision(indent) << m_featureSet << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_AddressTemplate::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_AddressTemplate), PInvalidCast); #endif const H501_AddressTemplate & other = (const H501_AddressTemplate &)obj; Comparison result; if ((result = m_pattern.Compare(other.m_pattern)) != EqualTo) return result; if ((result = m_routeInfo.Compare(other.m_routeInfo)) != EqualTo) return result; if ((result = m_timeToLive.Compare(other.m_timeToLive)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_AddressTemplate::GetDataLength() const { PINDEX length = 0; length += m_pattern.GetObjectLength(); length += m_routeInfo.GetObjectLength(); length += m_timeToLive.GetObjectLength(); return length; } BOOL H501_AddressTemplate::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_pattern.Decode(strm)) return FALSE; if (!m_routeInfo.Decode(strm)) return FALSE; if (!m_timeToLive.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_supportedProtocols, m_supportedProtocols)) return FALSE; if (!KnownExtensionDecode(strm, e_featureSet, m_featureSet)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_AddressTemplate::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_pattern.Encode(strm); m_routeInfo.Encode(strm); m_timeToLive.Encode(strm); KnownExtensionEncode(strm, e_supportedProtocols, m_supportedProtocols); KnownExtensionEncode(strm, e_featureSet, m_featureSet); UnknownExtensionsEncode(strm); } PObject * H501_AddressTemplate::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_AddressTemplate::Class()), PInvalidCast); #endif return new H501_AddressTemplate(*this); } // // ContactInformation // H501_ContactInformation::H501_ContactInformation(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 4) { m_priority.SetConstraints(PASN_Object::FixedConstraint, 0, 127); } #ifndef PASN_NOPRINTON void H501_ContactInformation::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+19) << "transportAddress = " << setprecision(indent) << m_transportAddress << '\n'; strm << setw(indent+11) << "priority = " << setprecision(indent) << m_priority << '\n'; if (HasOptionalField(e_transportQoS)) strm << setw(indent+15) << "transportQoS = " << setprecision(indent) << m_transportQoS << '\n'; if (HasOptionalField(e_security)) strm << setw(indent+11) << "security = " << setprecision(indent) << m_security << '\n'; if (HasOptionalField(e_accessTokens)) strm << setw(indent+15) << "accessTokens = " << setprecision(indent) << m_accessTokens << '\n'; if (HasOptionalField(e_multipleCalls)) strm << setw(indent+16) << "multipleCalls = " << setprecision(indent) << m_multipleCalls << '\n'; if (HasOptionalField(e_featureSet)) strm << setw(indent+13) << "featureSet = " << setprecision(indent) << m_featureSet << '\n'; if (HasOptionalField(e_circuitID)) strm << setw(indent+12) << "circuitID = " << setprecision(indent) << m_circuitID << '\n'; if (HasOptionalField(e_supportedCircuits)) strm << setw(indent+20) << "supportedCircuits = " << setprecision(indent) << m_supportedCircuits << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_ContactInformation::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_ContactInformation), PInvalidCast); #endif const H501_ContactInformation & other = (const H501_ContactInformation &)obj; Comparison result; if ((result = m_transportAddress.Compare(other.m_transportAddress)) != EqualTo) return result; if ((result = m_priority.Compare(other.m_priority)) != EqualTo) return result; if ((result = m_transportQoS.Compare(other.m_transportQoS)) != EqualTo) return result; if ((result = m_security.Compare(other.m_security)) != EqualTo) return result; if ((result = m_accessTokens.Compare(other.m_accessTokens)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_ContactInformation::GetDataLength() const { PINDEX length = 0; length += m_transportAddress.GetObjectLength(); length += m_priority.GetObjectLength(); if (HasOptionalField(e_transportQoS)) length += m_transportQoS.GetObjectLength(); if (HasOptionalField(e_security)) length += m_security.GetObjectLength(); if (HasOptionalField(e_accessTokens)) length += m_accessTokens.GetObjectLength(); return length; } BOOL H501_ContactInformation::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_transportAddress.Decode(strm)) return FALSE; if (!m_priority.Decode(strm)) return FALSE; if (HasOptionalField(e_transportQoS) && !m_transportQoS.Decode(strm)) return FALSE; if (HasOptionalField(e_security) && !m_security.Decode(strm)) return FALSE; if (HasOptionalField(e_accessTokens) && !m_accessTokens.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_multipleCalls, m_multipleCalls)) return FALSE; if (!KnownExtensionDecode(strm, e_featureSet, m_featureSet)) return FALSE; if (!KnownExtensionDecode(strm, e_circuitID, m_circuitID)) return FALSE; if (!KnownExtensionDecode(strm, e_supportedCircuits, m_supportedCircuits)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_ContactInformation::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_transportAddress.Encode(strm); m_priority.Encode(strm); if (HasOptionalField(e_transportQoS)) m_transportQoS.Encode(strm); if (HasOptionalField(e_security)) m_security.Encode(strm); if (HasOptionalField(e_accessTokens)) m_accessTokens.Encode(strm); KnownExtensionEncode(strm, e_multipleCalls, m_multipleCalls); KnownExtensionEncode(strm, e_featureSet, m_featureSet); KnownExtensionEncode(strm, e_circuitID, m_circuitID); KnownExtensionEncode(strm, e_supportedCircuits, m_supportedCircuits); UnknownExtensionsEncode(strm); } PObject * H501_ContactInformation::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_ContactInformation::Class()), PInvalidCast); #endif return new H501_ContactInformation(*this); } // // PriceInfoSpec // H501_PriceInfoSpec::H501_PriceInfoSpec(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 6, TRUE, 0) { m_currency.SetConstraints(PASN_Object::FixedConstraint, 3); m_currencyScale.SetConstraints(PASN_Object::FixedConstraint, -127, 127); m_hoursFrom.SetConstraints(PASN_Object::FixedConstraint, 6); m_hoursUntil.SetConstraints(PASN_Object::FixedConstraint, 6); m_priceFormula.SetConstraints(PASN_Object::FixedConstraint, 1, 2048); } #ifndef PASN_NOPRINTON void H501_PriceInfoSpec::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "currency = " << setprecision(indent) << m_currency << '\n'; strm << setw(indent+16) << "currencyScale = " << setprecision(indent) << m_currencyScale << '\n'; if (HasOptionalField(e_validFrom)) strm << setw(indent+12) << "validFrom = " << setprecision(indent) << m_validFrom << '\n'; if (HasOptionalField(e_validUntil)) strm << setw(indent+13) << "validUntil = " << setprecision(indent) << m_validUntil << '\n'; if (HasOptionalField(e_hoursFrom)) strm << setw(indent+12) << "hoursFrom = " << setprecision(indent) << m_hoursFrom << '\n'; if (HasOptionalField(e_hoursUntil)) strm << setw(indent+13) << "hoursUntil = " << setprecision(indent) << m_hoursUntil << '\n'; if (HasOptionalField(e_priceElement)) strm << setw(indent+15) << "priceElement = " << setprecision(indent) << m_priceElement << '\n'; if (HasOptionalField(e_priceFormula)) strm << setw(indent+15) << "priceFormula = " << setprecision(indent) << m_priceFormula << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_PriceInfoSpec::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_PriceInfoSpec), PInvalidCast); #endif const H501_PriceInfoSpec & other = (const H501_PriceInfoSpec &)obj; Comparison result; if ((result = m_currency.Compare(other.m_currency)) != EqualTo) return result; if ((result = m_currencyScale.Compare(other.m_currencyScale)) != EqualTo) return result; if ((result = m_validFrom.Compare(other.m_validFrom)) != EqualTo) return result; if ((result = m_validUntil.Compare(other.m_validUntil)) != EqualTo) return result; if ((result = m_hoursFrom.Compare(other.m_hoursFrom)) != EqualTo) return result; if ((result = m_hoursUntil.Compare(other.m_hoursUntil)) != EqualTo) return result; if ((result = m_priceElement.Compare(other.m_priceElement)) != EqualTo) return result; if ((result = m_priceFormula.Compare(other.m_priceFormula)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_PriceInfoSpec::GetDataLength() const { PINDEX length = 0; length += m_currency.GetObjectLength(); length += m_currencyScale.GetObjectLength(); if (HasOptionalField(e_validFrom)) length += m_validFrom.GetObjectLength(); if (HasOptionalField(e_validUntil)) length += m_validUntil.GetObjectLength(); if (HasOptionalField(e_hoursFrom)) length += m_hoursFrom.GetObjectLength(); if (HasOptionalField(e_hoursUntil)) length += m_hoursUntil.GetObjectLength(); if (HasOptionalField(e_priceElement)) length += m_priceElement.GetObjectLength(); if (HasOptionalField(e_priceFormula)) length += m_priceFormula.GetObjectLength(); return length; } BOOL H501_PriceInfoSpec::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_currency.Decode(strm)) return FALSE; if (!m_currencyScale.Decode(strm)) return FALSE; if (HasOptionalField(e_validFrom) && !m_validFrom.Decode(strm)) return FALSE; if (HasOptionalField(e_validUntil) && !m_validUntil.Decode(strm)) return FALSE; if (HasOptionalField(e_hoursFrom) && !m_hoursFrom.Decode(strm)) return FALSE; if (HasOptionalField(e_hoursUntil) && !m_hoursUntil.Decode(strm)) return FALSE; if (HasOptionalField(e_priceElement) && !m_priceElement.Decode(strm)) return FALSE; if (HasOptionalField(e_priceFormula) && !m_priceFormula.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_PriceInfoSpec::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_currency.Encode(strm); m_currencyScale.Encode(strm); if (HasOptionalField(e_validFrom)) m_validFrom.Encode(strm); if (HasOptionalField(e_validUntil)) m_validUntil.Encode(strm); if (HasOptionalField(e_hoursFrom)) m_hoursFrom.Encode(strm); if (HasOptionalField(e_hoursUntil)) m_hoursUntil.Encode(strm); if (HasOptionalField(e_priceElement)) m_priceElement.Encode(strm); if (HasOptionalField(e_priceFormula)) m_priceFormula.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H501_PriceInfoSpec::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_PriceInfoSpec::Class()), PInvalidCast); #endif return new H501_PriceInfoSpec(*this); } // // PriceElement // H501_PriceElement::H501_PriceElement(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { m_amount.SetConstraints(PASN_Object::FixedConstraint, 0, 4294967295U); m_quantum.SetConstraints(PASN_Object::FixedConstraint, 0, 4294967295U); } #ifndef PASN_NOPRINTON void H501_PriceElement::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "amount = " << setprecision(indent) << m_amount << '\n'; strm << setw(indent+10) << "quantum = " << setprecision(indent) << m_quantum << '\n'; strm << setw(indent+8) << "units = " << setprecision(indent) << m_units << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_PriceElement::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_PriceElement), PInvalidCast); #endif const H501_PriceElement & other = (const H501_PriceElement &)obj; Comparison result; if ((result = m_amount.Compare(other.m_amount)) != EqualTo) return result; if ((result = m_quantum.Compare(other.m_quantum)) != EqualTo) return result; if ((result = m_units.Compare(other.m_units)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_PriceElement::GetDataLength() const { PINDEX length = 0; length += m_amount.GetObjectLength(); length += m_quantum.GetObjectLength(); length += m_units.GetObjectLength(); return length; } BOOL H501_PriceElement::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_amount.Decode(strm)) return FALSE; if (!m_quantum.Decode(strm)) return FALSE; if (!m_units.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_PriceElement::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_amount.Encode(strm); m_quantum.Encode(strm); m_units.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H501_PriceElement::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_PriceElement::Class()), PInvalidCast); #endif return new H501_PriceElement(*this); } // // DescriptorInfo // H501_DescriptorInfo::H501_DescriptorInfo(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H501_DescriptorInfo::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "descriptorID = " << setprecision(indent) << m_descriptorID << '\n'; strm << setw(indent+14) << "lastChanged = " << setprecision(indent) << m_lastChanged << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_DescriptorInfo::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_DescriptorInfo), PInvalidCast); #endif const H501_DescriptorInfo & other = (const H501_DescriptorInfo &)obj; Comparison result; if ((result = m_descriptorID.Compare(other.m_descriptorID)) != EqualTo) return result; if ((result = m_lastChanged.Compare(other.m_lastChanged)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_DescriptorInfo::GetDataLength() const { PINDEX length = 0; length += m_descriptorID.GetObjectLength(); length += m_lastChanged.GetObjectLength(); return length; } BOOL H501_DescriptorInfo::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_descriptorID.Decode(strm)) return FALSE; if (!m_lastChanged.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_DescriptorInfo::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_descriptorID.Encode(strm); m_lastChanged.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H501_DescriptorInfo::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_DescriptorInfo::Class()), PInvalidCast); #endif return new H501_DescriptorInfo(*this); } // // AlternatePEInfo // H501_AlternatePEInfo::H501_AlternatePEInfo(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H501_AlternatePEInfo::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+14) << "alternatePE = " << setprecision(indent) << m_alternatePE << '\n'; strm << setw(indent+23) << "alternateIsPermanent = " << setprecision(indent) << m_alternateIsPermanent << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_AlternatePEInfo::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_AlternatePEInfo), PInvalidCast); #endif const H501_AlternatePEInfo & other = (const H501_AlternatePEInfo &)obj; Comparison result; if ((result = m_alternatePE.Compare(other.m_alternatePE)) != EqualTo) return result; if ((result = m_alternateIsPermanent.Compare(other.m_alternateIsPermanent)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_AlternatePEInfo::GetDataLength() const { PINDEX length = 0; length += m_alternatePE.GetObjectLength(); length += m_alternateIsPermanent.GetObjectLength(); return length; } BOOL H501_AlternatePEInfo::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_alternatePE.Decode(strm)) return FALSE; if (!m_alternateIsPermanent.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_AlternatePEInfo::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_alternatePE.Encode(strm); m_alternateIsPermanent.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H501_AlternatePEInfo::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_AlternatePEInfo::Class()), PInvalidCast); #endif return new H501_AlternatePEInfo(*this); } // // AlternatePE // H501_AlternatePE::H501_AlternatePE(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { m_priority.SetConstraints(PASN_Object::FixedConstraint, 1, 127); } #ifndef PASN_NOPRINTON void H501_AlternatePE::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "contactAddress = " << setprecision(indent) << m_contactAddress << '\n'; strm << setw(indent+11) << "priority = " << setprecision(indent) << m_priority << '\n'; if (HasOptionalField(e_elementIdentifier)) strm << setw(indent+20) << "elementIdentifier = " << setprecision(indent) << m_elementIdentifier << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_AlternatePE::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_AlternatePE), PInvalidCast); #endif const H501_AlternatePE & other = (const H501_AlternatePE &)obj; Comparison result; if ((result = m_contactAddress.Compare(other.m_contactAddress)) != EqualTo) return result; if ((result = m_priority.Compare(other.m_priority)) != EqualTo) return result; if ((result = m_elementIdentifier.Compare(other.m_elementIdentifier)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_AlternatePE::GetDataLength() const { PINDEX length = 0; length += m_contactAddress.GetObjectLength(); length += m_priority.GetObjectLength(); if (HasOptionalField(e_elementIdentifier)) length += m_elementIdentifier.GetObjectLength(); return length; } BOOL H501_AlternatePE::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_contactAddress.Decode(strm)) return FALSE; if (!m_priority.Decode(strm)) return FALSE; if (HasOptionalField(e_elementIdentifier) && !m_elementIdentifier.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_AlternatePE::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_contactAddress.Encode(strm); m_priority.Encode(strm); if (HasOptionalField(e_elementIdentifier)) m_elementIdentifier.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H501_AlternatePE::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_AlternatePE::Class()), PInvalidCast); #endif return new H501_AlternatePE(*this); } // // UserInformation // H501_UserInformation::H501_UserInformation(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H501_UserInformation::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "userIdentifier = " << setprecision(indent) << m_userIdentifier << '\n'; if (HasOptionalField(e_userAuthenticator)) strm << setw(indent+20) << "userAuthenticator = " << setprecision(indent) << m_userAuthenticator << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_UserInformation::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_UserInformation), PInvalidCast); #endif const H501_UserInformation & other = (const H501_UserInformation &)obj; Comparison result; if ((result = m_userIdentifier.Compare(other.m_userIdentifier)) != EqualTo) return result; if ((result = m_userAuthenticator.Compare(other.m_userAuthenticator)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_UserInformation::GetDataLength() const { PINDEX length = 0; length += m_userIdentifier.GetObjectLength(); if (HasOptionalField(e_userAuthenticator)) length += m_userAuthenticator.GetObjectLength(); return length; } BOOL H501_UserInformation::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_userIdentifier.Decode(strm)) return FALSE; if (HasOptionalField(e_userAuthenticator) && !m_userAuthenticator.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_UserInformation::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_userIdentifier.Encode(strm); if (HasOptionalField(e_userAuthenticator)) m_userAuthenticator.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H501_UserInformation::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_UserInformation::Class()), PInvalidCast); #endif return new H501_UserInformation(*this); } // // UsageSpecification // H501_UsageSpecification::H501_UsageSpecification(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 1) { } #ifndef PASN_NOPRINTON void H501_UsageSpecification::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "sendTo = " << setprecision(indent) << m_sendTo << '\n'; strm << setw(indent+7) << "when = " << setprecision(indent) << m_when << '\n'; strm << setw(indent+11) << "required = " << setprecision(indent) << m_required << '\n'; strm << setw(indent+12) << "preferred = " << setprecision(indent) << m_preferred << '\n'; if (HasOptionalField(e_sendToPEAddress)) strm << setw(indent+18) << "sendToPEAddress = " << setprecision(indent) << m_sendToPEAddress << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_UsageSpecification::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_UsageSpecification), PInvalidCast); #endif const H501_UsageSpecification & other = (const H501_UsageSpecification &)obj; Comparison result; if ((result = m_sendTo.Compare(other.m_sendTo)) != EqualTo) return result; if ((result = m_when.Compare(other.m_when)) != EqualTo) return result; if ((result = m_required.Compare(other.m_required)) != EqualTo) return result; if ((result = m_preferred.Compare(other.m_preferred)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_UsageSpecification::GetDataLength() const { PINDEX length = 0; length += m_sendTo.GetObjectLength(); length += m_when.GetObjectLength(); length += m_required.GetObjectLength(); length += m_preferred.GetObjectLength(); return length; } BOOL H501_UsageSpecification::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_sendTo.Decode(strm)) return FALSE; if (!m_when.Decode(strm)) return FALSE; if (!m_required.Decode(strm)) return FALSE; if (!m_preferred.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_sendToPEAddress, m_sendToPEAddress)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_UsageSpecification::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_sendTo.Encode(strm); m_when.Encode(strm); m_required.Encode(strm); m_preferred.Encode(strm); KnownExtensionEncode(strm, e_sendToPEAddress, m_sendToPEAddress); UnknownExtensionsEncode(strm); } PObject * H501_UsageSpecification::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_UsageSpecification::Class()), PInvalidCast); #endif return new H501_UsageSpecification(*this); } // // PartyInformation // H501_PartyInformation::H501_PartyInformation(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 5, TRUE, 0) { } #ifndef PASN_NOPRINTON void H501_PartyInformation::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+19) << "logicalAddresses = " << setprecision(indent) << m_logicalAddresses << '\n'; if (HasOptionalField(e_domainIdentifier)) strm << setw(indent+19) << "domainIdentifier = " << setprecision(indent) << m_domainIdentifier << '\n'; if (HasOptionalField(e_transportAddress)) strm << setw(indent+19) << "transportAddress = " << setprecision(indent) << m_transportAddress << '\n'; if (HasOptionalField(e_endpointType)) strm << setw(indent+15) << "endpointType = " << setprecision(indent) << m_endpointType << '\n'; if (HasOptionalField(e_userInfo)) strm << setw(indent+11) << "userInfo = " << setprecision(indent) << m_userInfo << '\n'; if (HasOptionalField(e_timeZone)) strm << setw(indent+11) << "timeZone = " << setprecision(indent) << m_timeZone << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_PartyInformation::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_PartyInformation), PInvalidCast); #endif const H501_PartyInformation & other = (const H501_PartyInformation &)obj; Comparison result; if ((result = m_logicalAddresses.Compare(other.m_logicalAddresses)) != EqualTo) return result; if ((result = m_domainIdentifier.Compare(other.m_domainIdentifier)) != EqualTo) return result; if ((result = m_transportAddress.Compare(other.m_transportAddress)) != EqualTo) return result; if ((result = m_endpointType.Compare(other.m_endpointType)) != EqualTo) return result; if ((result = m_userInfo.Compare(other.m_userInfo)) != EqualTo) return result; if ((result = m_timeZone.Compare(other.m_timeZone)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_PartyInformation::GetDataLength() const { PINDEX length = 0; length += m_logicalAddresses.GetObjectLength(); if (HasOptionalField(e_domainIdentifier)) length += m_domainIdentifier.GetObjectLength(); if (HasOptionalField(e_transportAddress)) length += m_transportAddress.GetObjectLength(); if (HasOptionalField(e_endpointType)) length += m_endpointType.GetObjectLength(); if (HasOptionalField(e_userInfo)) length += m_userInfo.GetObjectLength(); if (HasOptionalField(e_timeZone)) length += m_timeZone.GetObjectLength(); return length; } BOOL H501_PartyInformation::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_logicalAddresses.Decode(strm)) return FALSE; if (HasOptionalField(e_domainIdentifier) && !m_domainIdentifier.Decode(strm)) return FALSE; if (HasOptionalField(e_transportAddress) && !m_transportAddress.Decode(strm)) return FALSE; if (HasOptionalField(e_endpointType) && !m_endpointType.Decode(strm)) return FALSE; if (HasOptionalField(e_userInfo) && !m_userInfo.Decode(strm)) return FALSE; if (HasOptionalField(e_timeZone) && !m_timeZone.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_PartyInformation::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_logicalAddresses.Encode(strm); if (HasOptionalField(e_domainIdentifier)) m_domainIdentifier.Encode(strm); if (HasOptionalField(e_transportAddress)) m_transportAddress.Encode(strm); if (HasOptionalField(e_endpointType)) m_endpointType.Encode(strm); if (HasOptionalField(e_userInfo)) m_userInfo.Encode(strm); if (HasOptionalField(e_timeZone)) m_timeZone.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H501_PartyInformation::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_PartyInformation::Class()), PInvalidCast); #endif return new H501_PartyInformation(*this); } // // Message // H501_Message::H501_Message(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H501_Message::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+7) << "body = " << setprecision(indent) << m_body << '\n'; strm << setw(indent+9) << "common = " << setprecision(indent) << m_common << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_Message::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_Message), PInvalidCast); #endif const H501_Message & other = (const H501_Message &)obj; Comparison result; if ((result = m_body.Compare(other.m_body)) != EqualTo) return result; if ((result = m_common.Compare(other.m_common)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_Message::GetDataLength() const { PINDEX length = 0; length += m_body.GetObjectLength(); length += m_common.GetObjectLength(); return length; } BOOL H501_Message::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_body.Decode(strm)) return FALSE; if (!m_common.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_Message::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_body.Encode(strm); m_common.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H501_Message::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_Message::Class()), PInvalidCast); #endif return new H501_Message(*this); } // // ServiceRequest // H501_ServiceRequest::H501_ServiceRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 4, TRUE, 1) { m_timeToLive.SetConstraints(PASN_Object::FixedConstraint, 1, 4294967295U); } #ifndef PASN_NOPRINTON void H501_ServiceRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_elementIdentifier)) strm << setw(indent+20) << "elementIdentifier = " << setprecision(indent) << m_elementIdentifier << '\n'; if (HasOptionalField(e_domainIdentifier)) strm << setw(indent+19) << "domainIdentifier = " << setprecision(indent) << m_domainIdentifier << '\n'; if (HasOptionalField(e_securityMode)) strm << setw(indent+15) << "securityMode = " << setprecision(indent) << m_securityMode << '\n'; if (HasOptionalField(e_timeToLive)) strm << setw(indent+13) << "timeToLive = " << setprecision(indent) << m_timeToLive << '\n'; if (HasOptionalField(e_usageSpec)) strm << setw(indent+12) << "usageSpec = " << setprecision(indent) << m_usageSpec << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_ServiceRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_ServiceRequest), PInvalidCast); #endif const H501_ServiceRequest & other = (const H501_ServiceRequest &)obj; Comparison result; if ((result = m_elementIdentifier.Compare(other.m_elementIdentifier)) != EqualTo) return result; if ((result = m_domainIdentifier.Compare(other.m_domainIdentifier)) != EqualTo) return result; if ((result = m_securityMode.Compare(other.m_securityMode)) != EqualTo) return result; if ((result = m_timeToLive.Compare(other.m_timeToLive)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_ServiceRequest::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_elementIdentifier)) length += m_elementIdentifier.GetObjectLength(); if (HasOptionalField(e_domainIdentifier)) length += m_domainIdentifier.GetObjectLength(); if (HasOptionalField(e_securityMode)) length += m_securityMode.GetObjectLength(); if (HasOptionalField(e_timeToLive)) length += m_timeToLive.GetObjectLength(); return length; } BOOL H501_ServiceRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_elementIdentifier) && !m_elementIdentifier.Decode(strm)) return FALSE; if (HasOptionalField(e_domainIdentifier) && !m_domainIdentifier.Decode(strm)) return FALSE; if (HasOptionalField(e_securityMode) && !m_securityMode.Decode(strm)) return FALSE; if (HasOptionalField(e_timeToLive) && !m_timeToLive.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_usageSpec, m_usageSpec)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_ServiceRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_elementIdentifier)) m_elementIdentifier.Encode(strm); if (HasOptionalField(e_domainIdentifier)) m_domainIdentifier.Encode(strm); if (HasOptionalField(e_securityMode)) m_securityMode.Encode(strm); if (HasOptionalField(e_timeToLive)) m_timeToLive.Encode(strm); KnownExtensionEncode(strm, e_usageSpec, m_usageSpec); UnknownExtensionsEncode(strm); } PObject * H501_ServiceRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_ServiceRequest::Class()), PInvalidCast); #endif return new H501_ServiceRequest(*this); } // // ServiceConfirmation // H501_ServiceConfirmation::H501_ServiceConfirmation(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 1) { m_timeToLive.SetConstraints(PASN_Object::FixedConstraint, 1, 4294967295U); } #ifndef PASN_NOPRINTON void H501_ServiceConfirmation::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+20) << "elementIdentifier = " << setprecision(indent) << m_elementIdentifier << '\n'; strm << setw(indent+19) << "domainIdentifier = " << setprecision(indent) << m_domainIdentifier << '\n'; if (HasOptionalField(e_alternates)) strm << setw(indent+13) << "alternates = " << setprecision(indent) << m_alternates << '\n'; if (HasOptionalField(e_securityMode)) strm << setw(indent+15) << "securityMode = " << setprecision(indent) << m_securityMode << '\n'; if (HasOptionalField(e_timeToLive)) strm << setw(indent+13) << "timeToLive = " << setprecision(indent) << m_timeToLive << '\n'; if (HasOptionalField(e_usageSpec)) strm << setw(indent+12) << "usageSpec = " << setprecision(indent) << m_usageSpec << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_ServiceConfirmation::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_ServiceConfirmation), PInvalidCast); #endif const H501_ServiceConfirmation & other = (const H501_ServiceConfirmation &)obj; Comparison result; if ((result = m_elementIdentifier.Compare(other.m_elementIdentifier)) != EqualTo) return result; if ((result = m_domainIdentifier.Compare(other.m_domainIdentifier)) != EqualTo) return result; if ((result = m_alternates.Compare(other.m_alternates)) != EqualTo) return result; if ((result = m_securityMode.Compare(other.m_securityMode)) != EqualTo) return result; if ((result = m_timeToLive.Compare(other.m_timeToLive)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_ServiceConfirmation::GetDataLength() const { PINDEX length = 0; length += m_elementIdentifier.GetObjectLength(); length += m_domainIdentifier.GetObjectLength(); if (HasOptionalField(e_alternates)) length += m_alternates.GetObjectLength(); if (HasOptionalField(e_securityMode)) length += m_securityMode.GetObjectLength(); if (HasOptionalField(e_timeToLive)) length += m_timeToLive.GetObjectLength(); return length; } BOOL H501_ServiceConfirmation::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_elementIdentifier.Decode(strm)) return FALSE; if (!m_domainIdentifier.Decode(strm)) return FALSE; if (HasOptionalField(e_alternates) && !m_alternates.Decode(strm)) return FALSE; if (HasOptionalField(e_securityMode) && !m_securityMode.Decode(strm)) return FALSE; if (HasOptionalField(e_timeToLive) && !m_timeToLive.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_usageSpec, m_usageSpec)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_ServiceConfirmation::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_elementIdentifier.Encode(strm); m_domainIdentifier.Encode(strm); if (HasOptionalField(e_alternates)) m_alternates.Encode(strm); if (HasOptionalField(e_securityMode)) m_securityMode.Encode(strm); if (HasOptionalField(e_timeToLive)) m_timeToLive.Encode(strm); KnownExtensionEncode(strm, e_usageSpec, m_usageSpec); UnknownExtensionsEncode(strm); } PObject * H501_ServiceConfirmation::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_ServiceConfirmation::Class()), PInvalidCast); #endif return new H501_ServiceConfirmation(*this); } // // ServiceRejection // H501_ServiceRejection::H501_ServiceRejection(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H501_ServiceRejection::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "reason = " << setprecision(indent) << m_reason << '\n'; if (HasOptionalField(e_alternates)) strm << setw(indent+13) << "alternates = " << setprecision(indent) << m_alternates << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_ServiceRejection::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_ServiceRejection), PInvalidCast); #endif const H501_ServiceRejection & other = (const H501_ServiceRejection &)obj; Comparison result; if ((result = m_reason.Compare(other.m_reason)) != EqualTo) return result; if ((result = m_alternates.Compare(other.m_alternates)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_ServiceRejection::GetDataLength() const { PINDEX length = 0; length += m_reason.GetObjectLength(); if (HasOptionalField(e_alternates)) length += m_alternates.GetObjectLength(); return length; } BOOL H501_ServiceRejection::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_reason.Decode(strm)) return FALSE; if (HasOptionalField(e_alternates) && !m_alternates.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_ServiceRejection::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_reason.Encode(strm); if (HasOptionalField(e_alternates)) m_alternates.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H501_ServiceRejection::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_ServiceRejection::Class()), PInvalidCast); #endif return new H501_ServiceRejection(*this); } // // ServiceRelease // H501_ServiceRelease::H501_ServiceRelease(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H501_ServiceRelease::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "reason = " << setprecision(indent) << m_reason << '\n'; if (HasOptionalField(e_alternates)) strm << setw(indent+13) << "alternates = " << setprecision(indent) << m_alternates << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_ServiceRelease::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_ServiceRelease), PInvalidCast); #endif const H501_ServiceRelease & other = (const H501_ServiceRelease &)obj; Comparison result; if ((result = m_reason.Compare(other.m_reason)) != EqualTo) return result; if ((result = m_alternates.Compare(other.m_alternates)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_ServiceRelease::GetDataLength() const { PINDEX length = 0; length += m_reason.GetObjectLength(); if (HasOptionalField(e_alternates)) length += m_alternates.GetObjectLength(); return length; } BOOL H501_ServiceRelease::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_reason.Decode(strm)) return FALSE; if (HasOptionalField(e_alternates) && !m_alternates.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_ServiceRelease::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_reason.Encode(strm); if (HasOptionalField(e_alternates)) m_alternates.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H501_ServiceRelease::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_ServiceRelease::Class()), PInvalidCast); #endif return new H501_ServiceRelease(*this); } // // AccessRequest // H501_AccessRequest::H501_AccessRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 1) { } #ifndef PASN_NOPRINTON void H501_AccessRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+18) << "destinationInfo = " << setprecision(indent) << m_destinationInfo << '\n'; if (HasOptionalField(e_sourceInfo)) strm << setw(indent+13) << "sourceInfo = " << setprecision(indent) << m_sourceInfo << '\n'; if (HasOptionalField(e_callInfo)) strm << setw(indent+11) << "callInfo = " << setprecision(indent) << m_callInfo << '\n'; if (HasOptionalField(e_usageSpec)) strm << setw(indent+12) << "usageSpec = " << setprecision(indent) << m_usageSpec << '\n'; if (HasOptionalField(e_desiredProtocols)) strm << setw(indent+19) << "desiredProtocols = " << setprecision(indent) << m_desiredProtocols << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_AccessRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_AccessRequest), PInvalidCast); #endif const H501_AccessRequest & other = (const H501_AccessRequest &)obj; Comparison result; if ((result = m_destinationInfo.Compare(other.m_destinationInfo)) != EqualTo) return result; if ((result = m_sourceInfo.Compare(other.m_sourceInfo)) != EqualTo) return result; if ((result = m_callInfo.Compare(other.m_callInfo)) != EqualTo) return result; if ((result = m_usageSpec.Compare(other.m_usageSpec)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_AccessRequest::GetDataLength() const { PINDEX length = 0; length += m_destinationInfo.GetObjectLength(); if (HasOptionalField(e_sourceInfo)) length += m_sourceInfo.GetObjectLength(); if (HasOptionalField(e_callInfo)) length += m_callInfo.GetObjectLength(); if (HasOptionalField(e_usageSpec)) length += m_usageSpec.GetObjectLength(); return length; } BOOL H501_AccessRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_destinationInfo.Decode(strm)) return FALSE; if (HasOptionalField(e_sourceInfo) && !m_sourceInfo.Decode(strm)) return FALSE; if (HasOptionalField(e_callInfo) && !m_callInfo.Decode(strm)) return FALSE; if (HasOptionalField(e_usageSpec) && !m_usageSpec.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_desiredProtocols, m_desiredProtocols)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_AccessRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_destinationInfo.Encode(strm); if (HasOptionalField(e_sourceInfo)) m_sourceInfo.Encode(strm); if (HasOptionalField(e_callInfo)) m_callInfo.Encode(strm); if (HasOptionalField(e_usageSpec)) m_usageSpec.Encode(strm); KnownExtensionEncode(strm, e_desiredProtocols, m_desiredProtocols); UnknownExtensionsEncode(strm); } PObject * H501_AccessRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_AccessRequest::Class()), PInvalidCast); #endif return new H501_AccessRequest(*this); } // // UsageRequest // H501_UsageRequest::H501_UsageRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void H501_UsageRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "callInfo = " << setprecision(indent) << m_callInfo << '\n'; strm << setw(indent+12) << "usageSpec = " << setprecision(indent) << m_usageSpec << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_UsageRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_UsageRequest), PInvalidCast); #endif const H501_UsageRequest & other = (const H501_UsageRequest &)obj; Comparison result; if ((result = m_callInfo.Compare(other.m_callInfo)) != EqualTo) return result; if ((result = m_usageSpec.Compare(other.m_usageSpec)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_UsageRequest::GetDataLength() const { PINDEX length = 0; length += m_callInfo.GetObjectLength(); length += m_usageSpec.GetObjectLength(); return length; } BOOL H501_UsageRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_callInfo.Decode(strm)) return FALSE; if (!m_usageSpec.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_UsageRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_callInfo.Encode(strm); m_usageSpec.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H501_UsageRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_UsageRequest::Class()), PInvalidCast); #endif return new H501_UsageRequest(*this); } // // UsageIndication // H501_UsageIndication::H501_UsageIndication(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 5, TRUE, 0) { } #ifndef PASN_NOPRINTON void H501_UsageIndication::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "callInfo = " << setprecision(indent) << m_callInfo << '\n'; if (HasOptionalField(e_accessTokens)) strm << setw(indent+15) << "accessTokens = " << setprecision(indent) << m_accessTokens << '\n'; strm << setw(indent+13) << "senderRole = " << setprecision(indent) << m_senderRole << '\n'; strm << setw(indent+18) << "usageCallStatus = " << setprecision(indent) << m_usageCallStatus << '\n'; if (HasOptionalField(e_srcInfo)) strm << setw(indent+10) << "srcInfo = " << setprecision(indent) << m_srcInfo << '\n'; strm << setw(indent+14) << "destAddress = " << setprecision(indent) << m_destAddress << '\n'; if (HasOptionalField(e_startTime)) strm << setw(indent+12) << "startTime = " << setprecision(indent) << m_startTime << '\n'; if (HasOptionalField(e_endTime)) strm << setw(indent+10) << "endTime = " << setprecision(indent) << m_endTime << '\n'; if (HasOptionalField(e_terminationCause)) strm << setw(indent+19) << "terminationCause = " << setprecision(indent) << m_terminationCause << '\n'; strm << setw(indent+14) << "usageFields = " << setprecision(indent) << m_usageFields << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_UsageIndication::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_UsageIndication), PInvalidCast); #endif const H501_UsageIndication & other = (const H501_UsageIndication &)obj; Comparison result; if ((result = m_callInfo.Compare(other.m_callInfo)) != EqualTo) return result; if ((result = m_accessTokens.Compare(other.m_accessTokens)) != EqualTo) return result; if ((result = m_senderRole.Compare(other.m_senderRole)) != EqualTo) return result; if ((result = m_usageCallStatus.Compare(other.m_usageCallStatus)) != EqualTo) return result; if ((result = m_srcInfo.Compare(other.m_srcInfo)) != EqualTo) return result; if ((result = m_destAddress.Compare(other.m_destAddress)) != EqualTo) return result; if ((result = m_startTime.Compare(other.m_startTime)) != EqualTo) return result; if ((result = m_endTime.Compare(other.m_endTime)) != EqualTo) return result; if ((result = m_terminationCause.Compare(other.m_terminationCause)) != EqualTo) return result; if ((result = m_usageFields.Compare(other.m_usageFields)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_UsageIndication::GetDataLength() const { PINDEX length = 0; length += m_callInfo.GetObjectLength(); if (HasOptionalField(e_accessTokens)) length += m_accessTokens.GetObjectLength(); length += m_senderRole.GetObjectLength(); length += m_usageCallStatus.GetObjectLength(); if (HasOptionalField(e_srcInfo)) length += m_srcInfo.GetObjectLength(); length += m_destAddress.GetObjectLength(); if (HasOptionalField(e_startTime)) length += m_startTime.GetObjectLength(); if (HasOptionalField(e_endTime)) length += m_endTime.GetObjectLength(); if (HasOptionalField(e_terminationCause)) length += m_terminationCause.GetObjectLength(); length += m_usageFields.GetObjectLength(); return length; } BOOL H501_UsageIndication::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_callInfo.Decode(strm)) return FALSE; if (HasOptionalField(e_accessTokens) && !m_accessTokens.Decode(strm)) return FALSE; if (!m_senderRole.Decode(strm)) return FALSE; if (!m_usageCallStatus.Decode(strm)) return FALSE; if (HasOptionalField(e_srcInfo) && !m_srcInfo.Decode(strm)) return FALSE; if (!m_destAddress.Decode(strm)) return FALSE; if (HasOptionalField(e_startTime) && !m_startTime.Decode(strm)) return FALSE; if (HasOptionalField(e_endTime) && !m_endTime.Decode(strm)) return FALSE; if (HasOptionalField(e_terminationCause) && !m_terminationCause.Decode(strm)) return FALSE; if (!m_usageFields.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_UsageIndication::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_callInfo.Encode(strm); if (HasOptionalField(e_accessTokens)) m_accessTokens.Encode(strm); m_senderRole.Encode(strm); m_usageCallStatus.Encode(strm); if (HasOptionalField(e_srcInfo)) m_srcInfo.Encode(strm); m_destAddress.Encode(strm); if (HasOptionalField(e_startTime)) m_startTime.Encode(strm); if (HasOptionalField(e_endTime)) m_endTime.Encode(strm); if (HasOptionalField(e_terminationCause)) m_terminationCause.Encode(strm); m_usageFields.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H501_UsageIndication::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_UsageIndication::Class()), PInvalidCast); #endif return new H501_UsageIndication(*this); } // // ValidationRequest // H501_ValidationRequest::H501_ValidationRequest(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 4, TRUE, 0) { } #ifndef PASN_NOPRINTON void H501_ValidationRequest::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_accessToken)) strm << setw(indent+14) << "accessToken = " << setprecision(indent) << m_accessToken << '\n'; if (HasOptionalField(e_destinationInfo)) strm << setw(indent+18) << "destinationInfo = " << setprecision(indent) << m_destinationInfo << '\n'; if (HasOptionalField(e_sourceInfo)) strm << setw(indent+13) << "sourceInfo = " << setprecision(indent) << m_sourceInfo << '\n'; strm << setw(indent+11) << "callInfo = " << setprecision(indent) << m_callInfo << '\n'; if (HasOptionalField(e_usageSpec)) strm << setw(indent+12) << "usageSpec = " << setprecision(indent) << m_usageSpec << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_ValidationRequest::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_ValidationRequest), PInvalidCast); #endif const H501_ValidationRequest & other = (const H501_ValidationRequest &)obj; Comparison result; if ((result = m_accessToken.Compare(other.m_accessToken)) != EqualTo) return result; if ((result = m_destinationInfo.Compare(other.m_destinationInfo)) != EqualTo) return result; if ((result = m_sourceInfo.Compare(other.m_sourceInfo)) != EqualTo) return result; if ((result = m_callInfo.Compare(other.m_callInfo)) != EqualTo) return result; if ((result = m_usageSpec.Compare(other.m_usageSpec)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_ValidationRequest::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_accessToken)) length += m_accessToken.GetObjectLength(); if (HasOptionalField(e_destinationInfo)) length += m_destinationInfo.GetObjectLength(); if (HasOptionalField(e_sourceInfo)) length += m_sourceInfo.GetObjectLength(); length += m_callInfo.GetObjectLength(); if (HasOptionalField(e_usageSpec)) length += m_usageSpec.GetObjectLength(); return length; } BOOL H501_ValidationRequest::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_accessToken) && !m_accessToken.Decode(strm)) return FALSE; if (HasOptionalField(e_destinationInfo) && !m_destinationInfo.Decode(strm)) return FALSE; if (HasOptionalField(e_sourceInfo) && !m_sourceInfo.Decode(strm)) return FALSE; if (!m_callInfo.Decode(strm)) return FALSE; if (HasOptionalField(e_usageSpec) && !m_usageSpec.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_ValidationRequest::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_accessToken)) m_accessToken.Encode(strm); if (HasOptionalField(e_destinationInfo)) m_destinationInfo.Encode(strm); if (HasOptionalField(e_sourceInfo)) m_sourceInfo.Encode(strm); m_callInfo.Encode(strm); if (HasOptionalField(e_usageSpec)) m_usageSpec.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H501_ValidationRequest::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_ValidationRequest::Class()), PInvalidCast); #endif return new H501_ValidationRequest(*this); } // // ValidationConfirmation // H501_ValidationConfirmation::H501_ValidationConfirmation(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, TRUE, 0) { } #ifndef PASN_NOPRINTON void H501_ValidationConfirmation::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; if (HasOptionalField(e_destinationInfo)) strm << setw(indent+18) << "destinationInfo = " << setprecision(indent) << m_destinationInfo << '\n'; if (HasOptionalField(e_usageSpec)) strm << setw(indent+12) << "usageSpec = " << setprecision(indent) << m_usageSpec << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_ValidationConfirmation::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_ValidationConfirmation), PInvalidCast); #endif const H501_ValidationConfirmation & other = (const H501_ValidationConfirmation &)obj; Comparison result; if ((result = m_destinationInfo.Compare(other.m_destinationInfo)) != EqualTo) return result; if ((result = m_usageSpec.Compare(other.m_usageSpec)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_ValidationConfirmation::GetDataLength() const { PINDEX length = 0; if (HasOptionalField(e_destinationInfo)) length += m_destinationInfo.GetObjectLength(); if (HasOptionalField(e_usageSpec)) length += m_usageSpec.GetObjectLength(); return length; } BOOL H501_ValidationConfirmation::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (HasOptionalField(e_destinationInfo) && !m_destinationInfo.Decode(strm)) return FALSE; if (HasOptionalField(e_usageSpec) && !m_usageSpec.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_ValidationConfirmation::Encode(PASN_Stream & strm) const { PreambleEncode(strm); if (HasOptionalField(e_destinationInfo)) m_destinationInfo.Encode(strm); if (HasOptionalField(e_usageSpec)) m_usageSpec.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H501_ValidationConfirmation::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_ValidationConfirmation::Class()), PInvalidCast); #endif return new H501_ValidationConfirmation(*this); } // // RouteInformation // H501_RouteInformation::H501_RouteInformation(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 3, TRUE, 3) { } #ifndef PASN_NOPRINTON void H501_RouteInformation::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+14) << "messageType = " << setprecision(indent) << m_messageType << '\n'; strm << setw(indent+15) << "callSpecific = " << setprecision(indent) << m_callSpecific << '\n'; if (HasOptionalField(e_usageSpec)) strm << setw(indent+12) << "usageSpec = " << setprecision(indent) << m_usageSpec << '\n'; if (HasOptionalField(e_priceInfo)) strm << setw(indent+12) << "priceInfo = " << setprecision(indent) << m_priceInfo << '\n'; strm << setw(indent+11) << "contacts = " << setprecision(indent) << m_contacts << '\n'; if (HasOptionalField(e_type)) strm << setw(indent+7) << "type = " << setprecision(indent) << m_type << '\n'; if (HasOptionalField(e_featureSet)) strm << setw(indent+13) << "featureSet = " << setprecision(indent) << m_featureSet << '\n'; if (HasOptionalField(e_circuitID)) strm << setw(indent+12) << "circuitID = " << setprecision(indent) << m_circuitID << '\n'; if (HasOptionalField(e_supportedCircuits)) strm << setw(indent+20) << "supportedCircuits = " << setprecision(indent) << m_supportedCircuits << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_RouteInformation::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_RouteInformation), PInvalidCast); #endif const H501_RouteInformation & other = (const H501_RouteInformation &)obj; Comparison result; if ((result = m_messageType.Compare(other.m_messageType)) != EqualTo) return result; if ((result = m_callSpecific.Compare(other.m_callSpecific)) != EqualTo) return result; if ((result = m_usageSpec.Compare(other.m_usageSpec)) != EqualTo) return result; if ((result = m_priceInfo.Compare(other.m_priceInfo)) != EqualTo) return result; if ((result = m_contacts.Compare(other.m_contacts)) != EqualTo) return result; if ((result = m_type.Compare(other.m_type)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_RouteInformation::GetDataLength() const { PINDEX length = 0; length += m_messageType.GetObjectLength(); length += m_callSpecific.GetObjectLength(); if (HasOptionalField(e_usageSpec)) length += m_usageSpec.GetObjectLength(); if (HasOptionalField(e_priceInfo)) length += m_priceInfo.GetObjectLength(); length += m_contacts.GetObjectLength(); if (HasOptionalField(e_type)) length += m_type.GetObjectLength(); return length; } BOOL H501_RouteInformation::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_messageType.Decode(strm)) return FALSE; if (!m_callSpecific.Decode(strm)) return FALSE; if (HasOptionalField(e_usageSpec) && !m_usageSpec.Decode(strm)) return FALSE; if (HasOptionalField(e_priceInfo) && !m_priceInfo.Decode(strm)) return FALSE; if (!m_contacts.Decode(strm)) return FALSE; if (HasOptionalField(e_type) && !m_type.Decode(strm)) return FALSE; if (!KnownExtensionDecode(strm, e_featureSet, m_featureSet)) return FALSE; if (!KnownExtensionDecode(strm, e_circuitID, m_circuitID)) return FALSE; if (!KnownExtensionDecode(strm, e_supportedCircuits, m_supportedCircuits)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_RouteInformation::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_messageType.Encode(strm); m_callSpecific.Encode(strm); if (HasOptionalField(e_usageSpec)) m_usageSpec.Encode(strm); if (HasOptionalField(e_priceInfo)) m_priceInfo.Encode(strm); m_contacts.Encode(strm); if (HasOptionalField(e_type)) m_type.Encode(strm); KnownExtensionEncode(strm, e_featureSet, m_featureSet); KnownExtensionEncode(strm, e_circuitID, m_circuitID); KnownExtensionEncode(strm, e_supportedCircuits, m_supportedCircuits); UnknownExtensionsEncode(strm); } PObject * H501_RouteInformation::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_RouteInformation::Class()), PInvalidCast); #endif return new H501_RouteInformation(*this); } // // Descriptor // H501_Descriptor::H501_Descriptor(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, TRUE, 0) { } #ifndef PASN_NOPRINTON void H501_Descriptor::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+17) << "descriptorInfo = " << setprecision(indent) << m_descriptorInfo << '\n'; strm << setw(indent+12) << "templates = " << setprecision(indent) << m_templates << '\n'; if (HasOptionalField(e_gatekeeperID)) strm << setw(indent+15) << "gatekeeperID = " << setprecision(indent) << m_gatekeeperID << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison H501_Descriptor::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, H501_Descriptor), PInvalidCast); #endif const H501_Descriptor & other = (const H501_Descriptor &)obj; Comparison result; if ((result = m_descriptorInfo.Compare(other.m_descriptorInfo)) != EqualTo) return result; if ((result = m_templates.Compare(other.m_templates)) != EqualTo) return result; if ((result = m_gatekeeperID.Compare(other.m_gatekeeperID)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX H501_Descriptor::GetDataLength() const { PINDEX length = 0; length += m_descriptorInfo.GetObjectLength(); length += m_templates.GetObjectLength(); if (HasOptionalField(e_gatekeeperID)) length += m_gatekeeperID.GetObjectLength(); return length; } BOOL H501_Descriptor::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_descriptorInfo.Decode(strm)) return FALSE; if (!m_templates.Decode(strm)) return FALSE; if (HasOptionalField(e_gatekeeperID) && !m_gatekeeperID.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void H501_Descriptor::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_descriptorInfo.Encode(strm); m_templates.Encode(strm); if (HasOptionalField(e_gatekeeperID)) m_gatekeeperID.Encode(strm); UnknownExtensionsEncode(strm); } PObject * H501_Descriptor::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(H501_Descriptor::Class()), PInvalidCast); #endif return new H501_Descriptor(*this); } #endif // if ! H323_DISABLE_H501 // End of h501.cxx openh323_v1_18_0/src/h501pdu.cxx0100644000176200056700000002616007645141034016342 0ustar releasepostincr/* * h501pdu.cxx * * H.501 PDU definitions * * Open H323 Library * * Copyright (c) 2003 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: h501pdu.cxx,v $ * Revision 1.11 2003/04/10 01:00:12 craigs * Changed to allow reply address to be a list * * Revision 1.10 2003/03/28 05:34:06 robertj * Added implementation for GetRequestInProgressDelay * * Revision 1.9 2003/03/28 05:08:39 robertj * Added delay parameter to BuildRequestInProgress * * Revision 1.8 2003/03/25 04:56:21 robertj * Fixed issues to do with multiple inheritence in transaction reply cache. * * Revision 1.7 2003/03/20 01:51:12 robertj * More abstraction of H.225 RAS and H.501 protocols transaction handling. * * Revision 1.6 2003/03/18 13:57:53 craigs * More H.501 implementation * * Revision 1.5 2003/03/17 13:19:31 craigs * More H501 implementation * * Revision 1.4 2003/03/14 06:01:16 craigs * More updates * * Revision 1.3 2003/03/01 00:22:10 craigs * New PeerElement implementation * * Revision 1.2 2003/02/25 06:48:19 robertj * More work on PDU transaction abstraction. * * Revision 1.1 2003/02/21 05:27:06 craigs * Initial version * */ #include #ifdef __GNUC__ #pragma implementation "h501pdu.h" #endif #include "h501.h" #include "h501pdu.h" #include "h323pdu.h" H501PDU::H501PDU() { } PObject * H501PDU::Clone() const { return new H501PDU(*this); } const PASN_Object & H501PDU::GetPDU() const { return *this; } const PASN_Choice & H501PDU::GetChoice() const { return m_body; } PASN_Object & H501PDU::GetPDU() { return *this; } PASN_Choice & H501PDU::GetChoice() { return m_body; } unsigned H501PDU::GetSequenceNumber() const { return m_common.m_sequenceNumber; } unsigned H501PDU::GetRequestInProgressDelay() const { if (m_body.GetTag() != H501_MessageBody::e_requestInProgress) return 0; const H501_RequestInProgress & pdu_body = m_body; return pdu_body.m_delay; } #if PTRACING const char * H501PDU::GetProtocolName() const { return "H501"; } #endif H323TransactionPDU * H501PDU::ClonePDU() const { return new H501PDU(*this); } void H501PDU::DeletePDU() { delete this; } void H501PDU::BuildPDU(unsigned tag, unsigned seqnum) { m_body.SetTag(tag); m_common.m_sequenceNumber = seqnum; m_common.m_hopCount = 10; m_common.m_annexGversion.SetValue("0.0.8.2250.1.7.0.2"); // {itu-t(0) recommendation(0) h(8) h-225-0(2250) annex(1) g(7) version(0) 2} m_common.m_version.SetValue("0.0.8.501.0.1"); // {itu-t(0) recommendation(0) h(8) 501 version(0) 1} } void H501PDU::BuildRequest(unsigned tag, unsigned seqnum, const H323TransportAddressArray & replyAddr) { BuildPDU(tag, seqnum); m_common.IncludeOptionalField(H501_MessageCommonInfo::e_replyAddress); PINDEX i; m_common.m_replyAddress.SetSize(replyAddr.GetSize()); for (i = 0; i < replyAddr.GetSize(); i++) replyAddr[i].SetPDU(m_common.m_replyAddress[i]); } H501_ServiceRequest & H501PDU::BuildServiceRequest(unsigned seqnum, const H323TransportAddressArray & reply) { BuildRequest(H501_MessageBody::e_serviceRequest, seqnum, reply); H501_ServiceRequest & pdu_body = m_body; return pdu_body; } H501_ServiceConfirmation & H501PDU::BuildServiceConfirmation(unsigned seqnum) { BuildPDU(H501_MessageBody::e_serviceConfirmation, seqnum); H501_ServiceConfirmation & pdu_body = m_body; return pdu_body; } H501_ServiceRejection & H501PDU::BuildServiceRejection(unsigned seqnum, unsigned reason) { BuildPDU(H501_MessageBody::e_serviceRejection, seqnum); H501_ServiceRejection & pdu_body = m_body; pdu_body.m_reason.SetTag(reason); return pdu_body; } H501_ServiceRelease & H501PDU::BuildServiceRelease(unsigned seqnum) { BuildPDU(H501_MessageBody::e_serviceRelease, seqnum); H501_ServiceRelease & pdu_body = m_body; return pdu_body; } H501_DescriptorRequest & H501PDU::BuildDescriptorRequest(unsigned seqnum, const H323TransportAddressArray & reply) { BuildRequest(H501_MessageBody::e_descriptorRequest, seqnum, reply); H501_DescriptorRequest & pdu_body = m_body; return pdu_body; } H501_DescriptorConfirmation & H501PDU::BuildDescriptorConfirmation(unsigned seqnum) { BuildPDU(H501_MessageBody::e_descriptorConfirmation, seqnum); H501_DescriptorConfirmation & pdu_body = m_body; return pdu_body; } H501_DescriptorRejection & H501PDU::BuildDescriptorRejection(unsigned seqnum, unsigned reason) { BuildPDU(H501_MessageBody::e_descriptorRejection, seqnum); H501_DescriptorRejection & pdu_body = m_body; pdu_body.m_reason.SetTag(reason); return pdu_body; } H501_DescriptorIDRequest & H501PDU::BuildDescriptorIDRequest(unsigned seqnum, const H323TransportAddressArray & reply) { BuildRequest(H501_MessageBody::e_descriptorIDRequest, seqnum, reply); H501_DescriptorIDRequest & pdu_body = m_body; return pdu_body; } H501_DescriptorIDConfirmation & H501PDU::BuildDescriptorIDConfirmation(unsigned seqnum) { BuildPDU(H501_MessageBody::e_descriptorIDConfirmation, seqnum); H501_DescriptorIDConfirmation & pdu_body = m_body; return pdu_body; } H501_DescriptorIDRejection & H501PDU::BuildDescriptorIDRejection(unsigned seqnum, unsigned reason) { BuildPDU(H501_MessageBody::e_descriptorIDRejection, seqnum); H501_DescriptorIDRejection & pdu_body = m_body; pdu_body.m_reason.SetTag(reason); return pdu_body; } H501_DescriptorUpdate & H501PDU::BuildDescriptorUpdate(unsigned seqnum, const H323TransportAddressArray & reply) { BuildRequest(H501_MessageBody::e_descriptorUpdate, seqnum, reply); m_common.m_sequenceNumber = seqnum; H501_DescriptorUpdate & pdu_body = m_body; return pdu_body; } H501_DescriptorUpdateAck & H501PDU::BuildDescriptorUpdateAck(unsigned seqnum) { BuildPDU(H501_MessageBody::e_descriptorUpdateAck, seqnum); H501_DescriptorUpdateAck & pdu_body = m_body; return pdu_body; } H501_AccessRequest & H501PDU::BuildAccessRequest(unsigned seqnum, const H323TransportAddressArray & reply) { BuildRequest(H501_MessageBody::e_accessRequest, seqnum, reply); H501_AccessRequest & pdu_body = m_body; return pdu_body; } H501_AccessConfirmation & H501PDU::BuildAccessConfirmation(unsigned seqnum) { BuildPDU(H501_MessageBody::e_accessConfirmation, seqnum); H501_AccessConfirmation & pdu_body = m_body; return pdu_body; } H501_AccessRejection & H501PDU::BuildAccessRejection(unsigned seqnum, int reason) { BuildPDU(H501_MessageBody::e_accessRejection, seqnum); H501_AccessRejection & pdu_body = m_body; pdu_body.m_reason.SetTag(reason); return pdu_body; } H501_RequestInProgress & H501PDU::BuildRequestInProgress(unsigned seqnum, unsigned delay) { BuildPDU(H501_MessageBody::e_requestInProgress, seqnum); H501_RequestInProgress & pdu_body = m_body; pdu_body.m_delay = delay; return pdu_body; } H501_NonStandardRequest & H501PDU::BuildNonStandardRequest(unsigned seqnum, const H323TransportAddressArray & reply) { BuildRequest(H501_MessageBody::e_nonStandardRequest, seqnum, reply); m_common.m_sequenceNumber = seqnum; H501_NonStandardRequest & pdu_body = m_body; return pdu_body; } H501_NonStandardConfirmation & H501PDU::BuildNonStandardConfirmation(unsigned seqnum) { BuildPDU(H501_MessageBody::e_nonStandardConfirmation, seqnum); H501_NonStandardConfirmation & pdu_body = m_body; return pdu_body; } H501_NonStandardRejection & H501PDU::BuildNonStandardRejection(unsigned seqnum, unsigned reason) { BuildPDU(H501_MessageBody::e_nonStandardRejection, seqnum); H501_NonStandardRejection & pdu_body = m_body; pdu_body.m_reason.SetTag(reason); return pdu_body; } H501_UnknownMessageResponse & H501PDU::BuildUnknownMessageResponse(unsigned seqnum) { BuildPDU(H501_MessageBody::e_unknownMessageResponse, seqnum); H501_UnknownMessageResponse & pdu_body = m_body; return pdu_body; } H501_UsageRequest & H501PDU::BuildUsageRequest(unsigned seqnum, const H323TransportAddressArray & reply) { BuildRequest(H501_MessageBody::e_usageRequest, seqnum, reply); m_common.m_sequenceNumber = seqnum; H501_UsageRequest & pdu_body = m_body; return pdu_body; } H501_UsageConfirmation & H501PDU::BuildUsageConfirmation(unsigned seqnum) { BuildPDU(H501_MessageBody::e_usageConfirmation, seqnum); H501_UsageConfirmation & pdu_body = m_body; return pdu_body; } H501_UsageIndicationConfirmation & H501PDU::BuildUsageIndicationConfirmation(unsigned seqnum) { BuildPDU(H501_MessageBody::e_usageIndicationConfirmation, seqnum); H501_UsageIndicationConfirmation & pdu_body = m_body; return pdu_body; } H501_UsageIndicationRejection & H501PDU::BuildUsageIndicationRejection(unsigned seqnum, unsigned reason) { BuildPDU(H501_MessageBody::e_usageIndicationRejection, seqnum); H501_UsageIndicationRejection & pdu_body = m_body; pdu_body.m_reason.SetTag(reason); return pdu_body; } H501_UsageRejection & H501PDU::BuildUsageRejection(unsigned seqnum) { BuildPDU(H501_MessageBody::e_usageRejection, seqnum); H501_UsageRejection & pdu_body = m_body; return pdu_body; } H501_ValidationRequest & H501PDU::BuildValidationRequest(unsigned seqnum, const H323TransportAddressArray & reply) { BuildRequest(H501_MessageBody::e_validationRequest, seqnum, reply); m_common.m_sequenceNumber = seqnum; H501_ValidationRequest & pdu_body = m_body; return pdu_body; } H501_ValidationConfirmation & H501PDU::BuildValidationConfirmation(unsigned seqnum) { BuildPDU(H501_MessageBody::e_validationConfirmation, seqnum); H501_ValidationConfirmation & pdu_body = m_body; return pdu_body; } H501_ValidationRejection & H501PDU::BuildValidationRejection(unsigned seqnum, unsigned reason) { BuildPDU(H501_MessageBody::e_validationRejection, seqnum); H501_ValidationRejection & pdu_body = m_body; pdu_body.m_reason.SetTag(reason); return pdu_body; } H501_AuthenticationRequest & H501PDU::BuildAuthenticationRequest(unsigned seqnum, const H323TransportAddressArray & reply) { BuildRequest(H501_MessageBody::e_authenticationRequest, seqnum, reply); m_common.m_sequenceNumber = seqnum; H501_AuthenticationRequest & pdu_body = m_body; return pdu_body; } H501_AuthenticationConfirmation & H501PDU::BuildAuthenticationConfirmation(unsigned seqnum) { BuildPDU(H501_MessageBody::e_authenticationConfirmation, seqnum); H501_AuthenticationConfirmation & pdu_body = m_body; return pdu_body; } H501_AuthenticationRejection & H501PDU::BuildAuthenticationRejection(unsigned seqnum, unsigned reason) { BuildPDU(H501_MessageBody::e_authenticationRejection, seqnum); H501_AuthenticationRejection & pdu_body = m_body; pdu_body.m_reason.SetTag(reason); return pdu_body; } ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/src/hid.cxx0100644000176200056700000001351410302554744015717 0ustar releasepostincr/* * hid.cxx * * Virteos HID Implementation for the OpenH323 Project. * * Virteos is a Trade Mark of ISVO (Asia) Pte Ltd. * * Copyright (c) 2005 ISVO (Asia) Pte Ltd. All Rights Reserved. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Initial Developer of the Original Code is ISVO (Asia) Pte Ltd. * * * Contributor(s): ______________________________________. * * $Log: hid.cxx,v $ * Revision 1.4 2005/08/23 08:10:12 shorne * Fix if not device available to return NULL * * Revision 1.3 2005/07/13 18:02:01 shorne * Added HIDdevices::AddAllHIDs * * Revision 1.2 2005/07/06 11:15:32 shorne * Added HIDdevices::PrintOn * * Revision 1.1 2005/07/03 14:38:13 shorne * Added Initial LID Plugin Support * * */ #include #include #include "OpalUSBDevice.h" #include "hid.h" BOOL HIDDevices::HasAvailDevice() { for (PINDEX i = 0; i < GetSize(); i++) { if ((*this)[i].IsOpen()) return TRUE; } return FALSE; } OpalLineInterfaceDevice * HIDDevices::AvailDevice() { if (GetSize() == 0) /// No HID Devices return NULL; for (PINDEX i = 0; i < GetSize(); i++) { /// Opened Device if ((*this)[i].IsOpen()) return &(*this)[i]; } return NULL; /// No available devices } static BOOL MatchWildcard(const PCaselessString & str, const PStringArray & wildcard) { PINDEX last = 0; for (PINDEX i = 0; i < wildcard.GetSize(); i++) { if (wildcard[i].IsEmpty()) last = str.GetLength(); else { PINDEX next = str.Find(wildcard[i], last); if (next == P_MAX_INDEX) return FALSE; last = next + wildcard[i].GetLength(); } } return TRUE; } BOOL HIDDevices::AddAllHIDs(const PString & name) { HIDFactory::KeyList_T keyList = HIDFactory::GetKeyList(); HIDFactory::KeyList_T::const_iterator r; PStringArray wildcard = name.Tokenise('*', FALSE); for (r = keyList.begin(); r != keyList.end(); ++r) { PCaselessString capName = *r; if (MatchWildcard(capName, wildcard)) { OpalLineInterfaceDevice * dev = HIDFactory::CreateInstance(*r); if (dev->Open(PString())) Append(dev); } } return TRUE; } void HIDDevices::PrintOn(ostream & strm) const { int indent = strm.precision()-1; strm << setw(indent) << " " << "Table:\n"; for (PINDEX i = 0; i < GetSize(); i++) strm << setw(indent+2) << " " << (*this)[i] << " <" << i+1 << ">" << '\n'; } //////////////////////////////////////////////////////////////// HIDPluginDeviceManager::HIDPluginDeviceManager(PPluginManager * _pluginMgr) : PPluginModuleManager(PLUGIN_HID_GET_DEVICE_FN_STR, _pluginMgr) { /*cout << */ PTRACE(3, "H323HID\tPlugin loading HID" /*<< endl;*/ ); // cause the plugin manager to load all dynamic plugins pluginMgr->AddNotifier(PCREATE_NOTIFIER(OnLoadModule), TRUE); } HIDPluginDeviceManager::~HIDPluginDeviceManager() { } void HIDPluginDeviceManager::OnLoadPlugin(PDynaLink & dll, INT code) { PluginHID_GetHIDFunction getHIDs; if (!dll.GetFunction(PString(signatureFunctionName), (PDynaLink::Function &)getHIDs)) { /* cout << */ PTRACE(3, "H323HID\tPlugin HID DLL " << dll.GetName() << " is not a plugin HID" /*<< endl;*/ ); return; } unsigned int count; PluginHID_Definition * hids = (*getHIDs)(&count, PLUGIN_HID_VERSION); if (hids == NULL || count == 0) { /* cout <<*/ PTRACE(3, "H323PLUGIN\tPlugin HID DLL " << dll.GetName() << " contains no HID definitions" /*<< endl;*/ ); return; } /* cout <<*/ PTRACE(3, "H323PLUGIN\tLoading plugin HID " << dll.GetName() /*<< endl;*/ ); switch (code) { // plugin loaded case 0: RegisterHID(count, hids); break; // plugin unloaded case 1: UnregisterHID(count, hids); break; default: break; } } void HIDPluginDeviceManager::OnShutdown() { // unregister the plugin HIDs HIDFactory::UnregisterAll(); } void HIDPluginDeviceManager::Bootstrap() { } BOOL HIDPluginDeviceManager::RegisterHID(unsigned int count, void * _HIDList) { // make sure all non-timestamped codecs have the same concept of "now" static time_t HIDNow = ::time(NULL); PluginHID_Definition * HIDList = (PluginHID_Definition *)_HIDList; unsigned i; for (i = 0; i < count; i++) { CreateHIDDevice(&HIDList[i]); } return TRUE; } BOOL HIDPluginDeviceManager::UnregisterHID(unsigned int /*count*/, void * /*_HIDList*/) { return FALSE; } static PString CreateHIDName(PluginHID_Definition * hid, unsigned int HIDtype) { PString str; switch (HIDtype) { case PluginHID_TypeUSBAudio: str = hid->descr + PString(" (USB)"); break; default: str = hid->descr & PString(" (PCI)"); } return str; } void HIDPluginDeviceManager::CreateHIDDevice(PluginHID_Definition * HIDDevice) { // make sure all non-timestamped codecs have the same concept of "now" static time_t mediaNow = time(NULL); // deal with codec having no info, or timestamp in future time_t timeStamp = HIDDevice->info == NULL ? mediaNow : HIDDevice->info->timestamp; if (timeStamp > mediaNow) timeStamp = mediaNow; // Device Name PString devName; OpalLineInterfaceDevice * dev = NULL; // Type of HID Plugin switch (HIDDevice->flags & PluginHID_TypeMask) { case PluginHID_TypeUSBAudio: devName = CreateHIDName(HIDDevice, PluginHID_TypeUSBAudio); dev = new OpalUSBDevice(HIDDevice); break; default: devName = CreateHIDName(HIDDevice, PluginHID_TypeMask); break; } if (dev != NULL) HIDFactory::Register(devName, dev); }openh323_v1_18_0/src/ixjunix.cxx0100644000176200056700000020050710010665115016640 0ustar releasepostincr/* * ixjunix.cxx * * QuickNet Internet Phone/Line JACK codec interface * * Open H323 Library * * Copyright (c) 1999-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Portions of this code were written with the assisance of funding from * Quicknet Technologies, Inc. http://www.quicknet.net. * * Contributor(s): ______________________________________. * * $Log: ixjunix.cxx,v $ * Revision 1.143 2004/02/06 10:19:57 csoutheren * Added PThread::Yield to ReadFrame and WriteFrame calls to see if this * fixes the starvation problem on 2.6 kernels * * Revision 1.142 2004/01/31 13:13:22 csoutheren * Fixed problem with HAS_IXJ being tested but not included * * Revision 1.141 2004/01/09 10:13:33 dereksmithies * Reads hookstate at startup, and does not assume phone is on hook. * * Revision 1.140 2003/12/23 22:52:56 dsandras * IXJ devices that fail opening because they are busy should be listed in the list of detected devices. * * Revision 1.139 2003/11/10 12:04:25 dsandras * Added missing math.h include. * * Revision 1.138 2003/10/24 03:39:54 dereksmithies * Add card dependant dsp maximums. and log scaling volumes. * * Revision 1.137 2003/10/17 01:33:24 dereksmithies * Code now correctly reports the type string of the card. * * Revision 1.136 2003/04/29 08:31:44 robertj * Fixed return type of get wink function. * * Revision 1.135 2003/04/28 01:47:52 dereks * Add ability to set/get wink duration for ixj device. * * Revision 1.134 2002/11/05 04:44:20 robertj * Fixed typo * * Revision 1.133 2002/11/05 04:38:07 robertj * Changed IsLineDisconnected() to work with POTSLine * * Revision 1.132 2002/11/05 04:27:34 robertj * Imported RingLine() by array from OPAL. * * Revision 1.131 2002/10/24 21:06:28 dereks * Add additional PTRACE statements to aid in debugging. * * Revision 1.130 2002/10/01 06:43:01 robertj * Removed GNU compiler warning * * Revision 1.129 2002/08/30 08:20:22 craigs * Added G.723.1A based codecs * * Revision 1.128 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.127 2002/07/25 09:57:57 rogerh * Make sure we pick the G.723.1 6.3k codec before the 5.3k codec * if it is available. * * Revision 1.126 2002/07/19 10:47:16 robertj * Fixed bug where can still receive 24 byte frames even whan selected * G.723.1(5.3k) mode, it only controls what is transmitted. * * Revision 1.125 2002/06/25 09:56:07 robertj * Fixed GNU warnings * * Revision 1.124 2002/05/21 10:21:39 robertj * Fixed FLASH_TIME being correctly set, PHONE_RING_START getting correct * argument, correct setting of ancestor variables when stopping codec, * odd packet error if playout time passed, all thanks Artis Kugevics * * Revision 1.123 2002/05/09 06:26:34 robertj * Added fuction to get the current audio enable state for line in device. * Changed IxJ EnableAudio() semantics so is exclusive, no direct switching * from PSTN to POTS and vice versa without disabling the old one first. * * Revision 1.122 2002/02/08 14:38:42 craigs * Changed codec table to use defines from mediafmt.h. Thanks to Roger Hardiman * * Revision 1.121 2002/02/06 06:51:17 rogerh * Correct a comment. There are 240 samples in PCM16 audio (not 250) * * Revision 1.120 2002/01/23 19:09:45 rogerh * Return PCM as a supported format type * * Revision 1.119 2001/12/19 07:42:52 craigs * Fixed problem with opening devices as returned by GetDeviceName * * Revision 1.118 2001/12/12 21:54:33 craigs * Changed for changes for G723.1 5k3 * * Revision 1.117 2001/11/22 02:55:13 robertj * Fixed bug from previous fix, caused only /dev/phone0 to work! * * Revision 1.116 2001/11/09 07:48:01 craigs * Changed to allow Open to accept string returned by GetName * * Revision 1.115 2001/08/08 15:55:56 rogerh * Support the new ixj FreeBSD driver which can return values from the ioctl. * This also fixes the capabilities problem. * * Revision 1.114 2001/08/08 11:00:25 rogerh * Fix the ioctl wrappers to we can use the FreeBSD port of the IXJ driver * * Revision 1.113 2001/07/20 06:27:30 craigs * Bulletproofed caller id routines * * Revision 1.112 2001/07/19 05:54:30 robertj * Updated interface to xJACK drivers to utilise cadence and filter functions * for dial tone, busy tone and ringback tone detection. * * Revision 1.111 2001/07/05 16:57:31 craigs * Fixed problem with hook state not working in spkr/mic mode * * Revision 1.110 2001/05/25 04:54:33 robertj * Fixed previous fix * * Revision 1.109 2001/05/25 02:19:53 robertj * Fixed problem with codec data reblocking code not being reset when * code is stopped and restarted, thanks Artis Kugevics * * Revision 1.108 2001/05/21 06:40:05 craigs * Fixed stupid problem with missing close bracket * * Revision 1.107 2001/05/21 06:37:06 craigs * Changed to allow optional wink detection for line disconnect * * Revision 1.106 2001/05/11 04:43:43 robertj * Added variable names for standard PCM-16 media format name. * * Revision 1.105 2001/05/10 01:48:03 craigs * Added implementation of SetLineToLine * * Revision 1.104 2001/04/03 23:38:38 craigs * Added extra debugging for country change * * Revision 1.103 2001/03/29 23:40:09 robertj * Added ability to get average signal level for both receive and transmit. * * Revision 1.102 2001/03/28 20:31:29 craigs * Added detection of '0' prefix for old PhoneJACK cards * * Revision 1.101 2001/02/13 05:02:39 craigs * Extended PlayDTMF to allow generation of additional simple tones * * Revision 1.100 2001/02/09 05:13:56 craigs * Added pragma implementation to (hopefully) reduce the executable image size * under Linux * * Revision 1.99 2001/02/09 01:50:22 robertj * Fixed incorrect setting of writeCodecSize variable. * * Revision 1.98 2001/02/07 07:19:05 robertj * Changed to fake a TELEPHONY_VERSION variable when there isn't one. * * Revision 1.97 2001/02/03 01:31:20 robertj * Used new TELEPHONY_VERSION define for selecting API options. * * Revision 1.96 2001/01/28 10:32:52 rogerh * Change an ifndef for G729B * * Revision 1.95 2001/01/25 07:27:16 robertj * Major changes to add more flexible OpalMediaFormat class to normalise * all information about media types, especially codecs. * * Revision 1.94 2001/01/24 05:34:49 robertj * Altered volume control range to be percentage, ie 100 is max volume. * * Revision 1.93 2000/12/21 12:39:54 craigs * Fixed debugging * * Revision 1.92 2000/12/11 01:23:32 craigs * Added extra routines to allow country string manipulation * * Revision 1.91 2000/12/11 01:10:41 robertj * Removed unused filter/cadence function. * * Revision 1.90 2000/12/05 08:19:16 craigs * Added internal DTMF queue to ensure DTMF digits are extracted from the * driver as soon as possible. This minimises the number of signals * generated * * Revision 1.89 2000/12/04 08:04:21 craigs * Fixed initialisation to be more friendly * * Revision 1.86 2000/11/30 08:48:36 robertj * Added functions to enable/disable Voice Activity Detection in LID's * * Revision 1.85 2000/11/27 10:30:01 craigs * Added SetRawCodec function * * Revision 1.84 2000/11/26 23:12:18 craigs * Added hook flash detection API * * Revision 1.83 2000/11/24 11:19:36 robertj * Modified the ReadFrame/WriteFrame functions to allow for variable length codecs. * * Revision 1.82 2000/11/22 02:36:53 robertj * Fixed bug in supporting older drivers. * * Revision 1.81 2000/11/21 00:27:50 craigs * Fixed problem with EINTR handling on ReadFrame and WriteFrame * * Revision 1.80 2000/11/20 03:15:13 craigs * Changed tone detection API slightly to allow detection of multiple * simultaneous tones * Added fax CNG tone to tone list * * Revision 1.79 2000/11/12 22:34:32 craigs * Changed Linux driver interface code to use signals * * Revision 1.78 2000/11/06 01:58:26 craigs * Changed DSP buffer depths for non-PCM functions * * Revision 1.77 2000/10/26 06:46:18 robertj * Removed unnecessary stop tone ioctls() on device opening. Can't do multiple open if left in. * * Revision 1.76 2000/10/23 05:39:07 craigs * Added access to exception detection on Unix * Fixed problem with detecting available devices when * devices with lower ordinals were used * * Revision 1.75 2000/10/19 06:55:11 robertj * Added functions to get xJACK card type and serial number. * * Revision 1.74 2000/10/06 09:05:00 rogerh * Check the return value of ioctl PHONE_REC_START. * * Revision 1.73 2000/10/06 01:20:12 robertj * Got conditional compile round the wrong way on previous fix * * Revision 1.72 2000/10/04 22:39:15 craigs * Added extra guard to FormatCallerIdString so it will work on very old drivers * * Revision 1.71 2000/09/29 04:41:32 craigs * Added protected for Quicknet drivers without PHONE_WINK * * Revision 1.70 2000/09/26 01:28:55 craigs * Fixed problem with VMWI ioctl interface * * Revision 1.69 2000/09/26 00:04:19 craigs * Added ability to send wink on POTS ports * * Revision 1.68 2000/09/25 23:59:42 craigs * Finally got G.728 working on boards which use the 8021 * Added better handling for wink exceptions * * Revision 1.67 2000/09/23 08:04:37 robertj * Added support for handling LID's that only do symmetric codecs. * * Revision 1.66 2000/09/13 10:08:03 rogerh * BSD handles ioctls differently to Linux so add new macros for FreeBSD * * Revision 1.65 2000/09/08 06:43:42 craigs * Added additional ioctl debugging * Added attempt to reduce ioctl count for hookstate monitoring * * Revision 1.64 2000/08/31 13:16:07 craigs * Disabled IOCTL debugging when in release mode * * Revision 1.63 2000/08/31 13:14:40 craigs * Added functions to LID * More bulletproofing to Linux driver * * Revision 1.62 2000/08/30 23:42:01 robertj * Renamed string version of SetCountrCode() to SetCountryCodeName() to avoid * C++ masking ancestor overloaded function when overriding numeric version. * * Revision 1.61 2000/08/28 07:13:36 craigs * Added timeout to read codec operations * * Revision 1.60 2000/08/25 03:19:16 craigs * Normalised checking of error return values from IXJ driver routines * * Revision 1.59 2000/08/18 04:56:20 craigs * Added mutexes to EVERY hardware access. This fixed the G.723.1 * startup problem * * Revision 1.58 2000/07/03 10:33:38 craigs * Fixed autohook option to work with PhoneCARD * * Revision 1.57 2000/07/02 14:13:19 craigs * Added delay when reading from codec whilst writing stopped * * Revision 1.56 2000/06/22 02:46:16 craigs * Improved ring detection * * Revision 1.55 2000/06/17 04:11:13 craigs * Fixed problem with potential codec startup problem in Linux IXJ driver * Moved Linux specific variables to Linux specific section * * Revision 1.54 2000/05/29 01:56:36 craigs * Added timeout on WriteFrame to help avoid lockups * * Revision 1.53 2000/05/25 08:42:33 craigs * Added detection of bugus get_rec_vol in ixj driver * * Revision 1.52 2000/05/24 12:44:41 craigs * Fixed compile warnings * * Revision 1.51 2000/05/24 06:43:16 craigs * Added routines to get xJack volume * Fixed problem with receiving G>723.1 NULL frames * * Revision 1.50 2000/05/22 14:26:38 craigs * Added read/write interlock to avoid codec lockup due to writing whilst read not enabled * Added select before write to avoid EINTR under debugger * * Revision 1.49 2000/05/18 02:28:43 craigs * Removed possibly dangerous checkes for uninitialised return values from * ixj driver * * Revision 1.48 2000/05/02 04:32:27 robertj * Fixed copyright notice comment. * * Revision 1.47 2000/04/17 07:25:08 craigs * Fixed problems with incorrect caller ID parsing, and ensured that caller ID * is cleared after every call * * Revision 1.46 2000/04/17 00:58:01 craigs * Added support for latest Quicknet driver with caller ID transmission * * Revision 1.45 2000/04/13 23:08:01 craigs * Fixed problems with callerId not compiling on all systems * * Revision 1.44 2000/04/10 21:23:41 robertj * Removed "return" that disabled the dynamic changing of AEC levels. * * Revision 1.43 2000/04/06 19:29:04 craigs * Removed all vestiges of the old IXJ driver * * Revision 1.42 2000/04/05 18:25:00 robertj * Changed caller ID code for better portability. * * Revision 1.41 2000/04/05 18:15:18 craigs * Added locks to prevent problems with codec lockup during fast start * * Revision 1.40 2000/04/05 16:27:16 craigs * Added caller ID transmission, and started proper ring detection etc * * Revision 1.39 2000/04/05 04:09:49 robertj * Removed PCM as valid codec type. * * Revision 1.38 2000/04/04 08:22:14 rogerh * Wrap GetPayloadTypes() in #ifdef LINUX_TELEPHONY * * Revision 1.37 2000/04/04 01:34:03 craigs * Added better detection of open errors * Fixed problem with PlayTone * * Revision 1.36 2000/03/30 19:33:37 robertj * Added function to get available codecs from driver. * Fixed name strings for various card types. * * Revision 1.35 2000/03/28 05:24:08 craigs * Fixed problem with country code * * Revision 1.34 2000/03/28 04:02:53 craigs * Added code to stop codecs when PSTN line goes onhook * * Revision 1.33 2000/03/28 03:42:07 craigs * Added extra stuff to try and make tones work properly * * Revision 1.32 2000/03/21 03:23:46 craigs * Added GetLineCount function * * Revision 1.31 2000/03/08 00:25:52 robertj * Fixed correct setting of country DAA codes from T35 country code. * * Revision 1.30 2000/02/19 23:49:33 robertj * Fixed problem with unresolved SetRemoveDTMF function when not using linux telephony. * * Revision 1.29 2000/01/07 11:04:03 robertj * New telephony API compatibility * * Revision 1.28 2000/01/07 10:01:03 robertj * dditions and changes to line interface device base class. * * Revision 1.27 2000/01/04 00:21:55 craigs * Fixed sense of line test * * Revision 1.26 1999/12/29 01:18:07 craigs * Fixed problem with codecs other than G.711 not working after reorganisation * * Revision 1.25 1999/12/24 00:28:03 robertj * Changes to IXJ interface to follow LID abstraction * * Revision 1.24 1999/12/19 23:48:50 craigs * Added detection of multiple xJack cards * * Revision 1.23 1999/12/11 00:01:39 robertj * Added Wink indication function. * * Revision 1.22 1999/12/08 21:54:05 craigs * Removed extraneous DSP reset at the advice of Ed Okerson * * Revision 1.21 1999/11/29 04:50:11 robertj * Added adaptive threshold calculation to silence detection. * * Revision 1.20 1999/11/19 09:29:53 robertj * Fixed problems with aycnhronous shut down of logical channels. * * Revision 1.19 1999/11/18 11:45:40 robertj * Added missing function from recent tone enhancements. * * Revision 1.18 1999/11/16 12:44:46 robertj * Added more tone generation functions. * * Revision 1.17 1999/11/06 13:01:48 craigs * Fixed problems with GSM emulation mode * * Revision 1.16 1999/11/06 05:44:08 robertj * Fixed problem with read/write locking up when stopping codec. * * Revision 1.15 1999/11/06 03:45:27 robertj * Added volume control functions. * * Revision 1.14 1999/11/05 10:56:25 craigs * New implementation for new channel breakdown * * Revision 1.13 1999/11/02 01:22:55 robertj * Added return values to new tone functions and added GetCallerID() function * * Revision 1.12 1999/11/01 23:20:49 craigs * Added country code initialisation and DTMF tone playing * * Revision 1.11 1999/11/01 09:28:36 robertj * Added flunction to enabled/disable DTM detection * * Revision 1.10 1999/10/30 15:10:36 craigs * Removed checks for return status from DSP start and stop functions * * Revision 1.9 1999/10/30 15:03:10 robertj * Fixed conditions under which codec start stops are not called. * * Revision 1.8 1999/10/30 13:29:45 robertj * Fixed "lock up" problem, added function to get line status. * * Revision 1.7 1999/10/30 07:21:46 craigs * Removed interlock between hookstate and audio path select as Quicknet has updated the driver * * Revision 1.6 1999/10/30 06:41:06 craigs * Fixed problem with badly named devices using ordinals to open * * Revision 1.5 1999/10/29 02:28:02 robertj * Added backward compatibility code so can use simple number for device name. * * Revision 1.4 1999/10/28 12:47:23 robertj * *** empty log message *** * * Revision 1.3 1999/10/28 12:38:14 robertj * Changed AEC to enum for specific values. * * Revision 1.2 1999/10/26 07:13:44 craigs * Fixed problem where handset is reported off-hook when phone not selected for audio path * * Revision 1.1 1999/10/24 14:43:20 robertj * Added platform independent support for Quicknet xJACK cards. * */ #include #ifdef __GNUC__ #pragma implementation "ixjlid.h" #endif #include "ixjlid.h" #ifdef HAS_IXJ #include #include #define new PNEW #ifndef TELEPHONY_VERSION #if !defined(PHONE_VAD) #warning Using extremely old telephony.h, please upgrade! #define TELEPHONY_VERSION 1000 // Version in 2.2.16 kernel #elif !defined(IXJCTL_VMWI) #warning Using very old telephony.h, please upgrade! #define TELEPHONY_VERSION 2000 // Version in 2.2.18 kernel #else #warning Using old telephony.h, please upgrade! #define TELEPHONY_VERSION 3000 // Version in CVS before addition of TELEPHONY_VERSION #endif #endif #define IsLineJACK() (dwCardType == LineJACK) #define FLASH_TIME 1000 #define MANUAL_FLASH // undefine to use FLASH exception #ifdef P_LINUX #ifdef _DEBUG static int traced_ioctl(const char * str, int fd, int code) { PTRACE(6,"IXJ\tIOCTL(" << fd << ", " << str << ")"); int val = ::ioctl(fd,code); PTRACE(6,"IXJ\tIOCTL value = " << val); return val; } static int traced_ioctl(const char * str, int fd, int code , unsigned long arg) { PTRACE(6,"IXJ\tIOCTL(" << fd << ", " << str << ", " << (void *)arg << ")"); int val = ::ioctl(fd,code,arg); PTRACE(6,"IXJ\tIOCTL value = " << val); return val; } #define IOCTL(fd,code) traced_ioctl(#code, fd, code) #define IOCTL2(fd,code,arg) traced_ioctl(#code, fd, code, (unsigned long)(arg)) #define IOCTLP(fd,code,arg) ::ioctl(fd,code,arg) #else #define IOCTL(fd,code) ::ioctl(fd,code) #define IOCTL2(fd,code,arg) ::ioctl(fd,code,arg) #define IOCTLP(fd,code,arg) ::ioctl(fd,code,arg) #endif #endif // P_LINUX #if TELEPHONY_VERSION < 3013 #define G729B 13 #endif #ifdef P_FREEBSD // BSD does not support return values from the ioctl() call // except via the 3rd parameter. // Also the 3rd parameter must be the 'address' of the data. #ifdef _DEBUG static int traced_bsd_ioctl(const char * str, int fd, int code , unsigned long arg = 0) { int val = arg; int ret; PTRACE(6,"IXJ\tIOCTL(" << fd << ", " << str << ", " << (void *)arg << ")"); ret = ::ioctl(fd,code, &arg); PTRACE(6,"IXJ\tIOCTL value = " << val); return ret; } #define IOCTL(fd,code) traced_bsd_ioctl(#code, fd, code) #define IOCTL2(fd,code,arg) traced_bsd_ioctl(#code, fd, code, (unsigned long)(arg)) #define IOCTLP(fd,code,arg) ::ioctl(fd,code,arg) #else static int bsd_ioctl(int fd, int code , unsigned long arg = 0) { int val = arg; int ret; ret = ::ioctl(fd,code, &val); return ret; } #define IOCTL(fd,code) bsd_ioctl(fd,code,0) #define IOCTL2(fd,code,arg) bsd_ioctl(fd,code,(unsigned long)(arg)) #define IOCTLP(fd,code,arg) ::ioctl(fd,code,arg) #endif #endif // P_FREEBSD OpalIxJDevice::ExceptionInfo OpalIxJDevice::exceptionInfo[OpalIxJDevice::MaxIxjDevices]; PMutex OpalIxJDevice::exceptionMutex; BOOL OpalIxJDevice::exceptionInit = FALSE; ///////////////////////////////////////////////////////////////////////////// /* struct phone_except { unsigned int dtmf_ready:1; unsigned int hookstate:1; unsigned int flash:1; unsigned int pstn_ring:1; unsigned int caller_id:1; unsigned int pstn_wink:1; unsigned int f0:1; unsigned int f1:1; unsigned int f2:1; unsigned int f3:1; unsigned int fc0:1; unsigned int fc1:1; unsigned int fc2:1; unsigned int fc3:1; unsigned int reserved:18; }; union telephony_exception { struct phone_except bits; unsigned int bytes; }; */ void OpalIxJDevice::SignalHandler(int sig) { // construct list of fds to check fd_set efds; FD_ZERO(&efds); PINDEX i; int maxHandle = 0; for (i = 0; i < MaxIxjDevices; i++) if (exceptionInfo[i].fd >= 0) { FD_SET(exceptionInfo[i].fd, &efds); if (exceptionInfo[i].fd > maxHandle) maxHandle = exceptionInfo[i].fd; } // do not delay struct timeval tv; tv.tv_sec = tv.tv_usec = 0; // get exception status int stat = select(maxHandle+1, NULL, NULL, &efds, &tv); // check for exceptions if (stat > 0) { for (i = 0; i < MaxIxjDevices; i++) { if ((exceptionInfo[i].fd >= 0) && FD_ISSET(exceptionInfo[i].fd, &efds)) { ExceptionInfo & info = exceptionInfo[i]; int fd = info.fd; telephony_exception & data = info.data; data.bytes = IOCTL(fd, PHONE_EXCEPTION); if (data.bits.dtmf_ready) { //printf("dtmf\n"); char ch = IOCTL(fd, PHONE_GET_DTMF_ASCII); int p = info.dtmfIn; info.dtmf[p] = ch; p = (p + 1) % 16; if (p != info.dtmfOut) info.dtmfIn = p; } if (data.bits.pstn_ring) info.hasRing = TRUE; if (data.bits.hookstate) { BOOL newHookState = (IOCTL(fd, PHONE_HOOKSTATE) & 1) != 0; #ifdef MANUAL_FLASH if (newHookState != info.hookState) { timeval now; gettimeofday(&now, NULL); long diff = (now.tv_sec - info.lastHookChange.tv_sec) * 1000000; diff += now.tv_usec - info.lastHookChange.tv_usec; diff = (diff + 500) / 1000; if (newHookState && (diff < FLASH_TIME)) info.hasFlash = TRUE; info.lastHookChange = now; } #endif info.hookState = newHookState; } #ifndef MANUAL_FLASH if (data.bits.flash) { info.hasFlash = TRUE; //printf("flash detected\n"); } #endif if (data.bits.pstn_wink) info.hasWink = TRUE; if (data.bits.f0) { //printf("Filter 0 trigger\n"); info.filter[0] = TRUE; } if (data.bits.f1) { //printf("Filter 0 trigger\n"); info.filter[1] = TRUE; } if (data.bits.f2) { //printf("Filter 0 trigger\n"); info.filter[2] = TRUE; } if (data.bits.f3) { //printf("Filter 0 trigger\n"); info.filter[3] = TRUE; } #if TELEPHONY_VERSION >= 2000 if (data.bits.fc0) { //printf("Cadence 0 trigger\n"); info.cadence[0] = TRUE; } if (data.bits.fc1) { //printf("Cadence 1 trigger\n"); info.cadence[1] = TRUE; } if (data.bits.fc2) { //printf("Cadence 2 trigger\n"); info.cadence[2] = TRUE; } if (data.bits.fc3) { //printf("Cadence 3 trigger\n"); info.cadence[3] = TRUE; } #endif #if TELEPHONY_VERSION >= 3000 if (data.bits.caller_id) { ::ioctl(fd, IXJCTL_CID, &exceptionInfo[i].cid); info.hasCid = TRUE; //printf("caller ID signal\n"); } #endif } } } signal(SIGIO, &OpalIxJDevice::SignalHandler); } ///////////////////////////////////////////////////////////////////////////// OpalIxJDevice::OpalIxJDevice() { os_handle = -1; readStopped = writeStopped = TRUE; readFrameSize = writeFrameSize = 480; // 30 milliseconds of 16 bit PCM data readCodecType = writeCodecType = P_MAX_INDEX; currentHookState = lastHookState = FALSE; inRawMode = FALSE; enabledAudioLine = UINT_MAX; exclusiveAudioMode = TRUE; aecLevel = AECOff; tonePlaying = FALSE; removeDTMF = FALSE; #if TELEPHONY_VERSION >= 3000 memset(&callerIdInfo, 0, sizeof(callerIdInfo)); #endif } BOOL OpalIxJDevice::Open(const PString & device) { Close(); // initialise the exception information, if required { PWaitAndSignal m(exceptionMutex); if (!exceptionInit) { PINDEX i; for (i = 0; i < MaxIxjDevices; i++) exceptionInfo[i].fd = -1; exceptionInit = TRUE; } } if (isdigit(device[0])) deviceName = psprintf("/dev/phone%u", device.AsUnsigned()); else { PINDEX pos = device.FindLast(' '); if (pos == P_MAX_INDEX) deviceName = device; else deviceName = device.Mid(pos+1).Trim(); } int new_handle = os_handle = ::open(deviceName, O_RDWR); if (!ConvertOSError(new_handle)) return FALSE; currentHookState = lastHookState = (IOCTL(os_handle, PHONE_HOOKSTATE) != 0); // add the new handle to the exception info { PWaitAndSignal m(exceptionMutex); PINDEX i; for (i = 0; i < MaxIxjDevices; i++) if (exceptionInfo[i].fd < 0) break; PAssert(i < MaxIxjDevices, "too many IXJ devices open"); ExceptionInfo & info = exceptionInfo[i]; memset(&info, 0, sizeof(info)); info.fd = os_handle; info.hookState = currentHookState; info.hasRing = FALSE; info.hasWink = FALSE; info.hasFlash = FALSE; timerclear(&info.lastHookChange); #if TELEPHONY_VERSION >= 3000 info.hasCid = FALSE; #endif for (i = 0; i < 4; i++) { info.cadence[i] = FALSE; info.filter[i] = FALSE; } #ifdef IXJCTL_SIGCTL // enable all events except read/write IXJ_SIGDEF sigdef; sigdef.signal = SIGIO; sigdef.event = SIG_DTMF_READY; IOCTLP(os_handle, IXJCTL_SIGCTL, &sigdef); sigdef.event = SIG_HOOKSTATE; IOCTLP(os_handle, IXJCTL_SIGCTL, &sigdef); sigdef.event = SIG_PSTN_RING; IOCTLP(os_handle, IXJCTL_SIGCTL, &sigdef); sigdef.event = SIG_CALLER_ID; IOCTLP(os_handle, IXJCTL_SIGCTL, &sigdef); sigdef.event = SIG_PSTN_WINK; IOCTLP(os_handle, IXJCTL_SIGCTL, &sigdef); sigdef.event = SIG_F0; IOCTLP(os_handle, IXJCTL_SIGCTL, &sigdef); sigdef.event = SIG_F1; IOCTLP(os_handle, IXJCTL_SIGCTL, &sigdef); sigdef.event = SIG_F2; IOCTLP(os_handle, IXJCTL_SIGCTL, &sigdef); sigdef.event = SIG_F3; IOCTLP(os_handle, IXJCTL_SIGCTL, &sigdef); sigdef.event = SIG_FC0; IOCTLP(os_handle, IXJCTL_SIGCTL, &sigdef); sigdef.event = SIG_FC1; IOCTLP(os_handle, IXJCTL_SIGCTL, &sigdef); sigdef.event = SIG_FC2; IOCTLP(os_handle, IXJCTL_SIGCTL, &sigdef); sigdef.event = SIG_FC3; IOCTLP(os_handle, IXJCTL_SIGCTL, &sigdef); #ifndef MANUAL_FLASH sigdef.event = SIG_FLASH; IOCTLP(os_handle, IXJCTL_SIGCTL, &sigdef); #endif sigdef.signal = 0; sigdef.event = SIG_READ_READY; IOCTLP(os_handle, IXJCTL_SIGCTL, &sigdef); sigdef.event = SIG_WRITE_READY; IOCTLP(os_handle, IXJCTL_SIGCTL, &sigdef); #ifdef MANUAL_FLASH sigdef.event = SIG_FLASH; IOCTLP(os_handle, IXJCTL_SIGCTL, &sigdef); #endif #endif fcntl(os_handle, F_SETOWN, getpid()); int f = fcntl(os_handle, F_GETFL); fcntl(os_handle, F_SETFL, f | FASYNC); signal(SIGIO, &OpalIxJDevice::SignalHandler); } os_handle = new_handle; // determine if the card is a phonejack or linejack dwCardType = IOCTL(os_handle, IXJCTL_CARDTYPE); switch (dwCardType) { case 3: dwCardType = PhoneJACK_PCI_TJ; break; case 0x100: case 100: dwCardType = PhoneJACK; break; case 0x300: case 300: dwCardType = LineJACK; break; case 0x400: case 400: dwCardType = PhoneJACK_Lite; break; case 0x500: case 500: dwCardType = PhoneJACK_PCI; break; case 0x600: case 600: dwCardType = PhoneCARD; } char * str = ::getenv("IXJ_COUNTRY"); if (str != NULL) { if (isdigit(*str)) SetCountryCode((T35CountryCodes)atoi(str)); else SetCountryCodeName(PString(str)); } // make sure the PSTN line is on-hook pstnIsOffHook = FALSE; gotWink = FALSE; IOCTL2(os_handle, PHONE_PSTN_SET_STATE, PSTN_ON_HOOK); inRawMode = FALSE; SetAEC (0, AECOff); SetRecordVolume(0, 100); SetPlayVolume (0, 100); return TRUE; } BOOL OpalIxJDevice::Close() { if (!IsOpen()) return FALSE; StopReadCodec(0); StopWriteCodec(0); RingLine(0, 0); SetLineToLineDirect(0, 1, TRUE); deviceName = PString(); // close the device int stat = ::close(os_handle); // remove the device from the exception information { PWaitAndSignal m(exceptionMutex); ExceptionInfo * info = GetException(); info->fd = -1; } os_handle = -1; return ConvertOSError(stat); } PString OpalIxJDevice::GetName() const { switch (dwCardType) { case 0: case PhoneJACK: return "Internet PhoneJACK-ISA " + deviceName; case LineJACK: return "Internet LineJACK " + deviceName; case PhoneJACK_Lite: return "Internet PhoneJACK-Lite " + deviceName; case PhoneJACK_PCI: return "Internet PhoneJACK-PCI " + deviceName; case PhoneCARD: return "Internet PhoneCARD " + deviceName; case PhoneJACK_PCI_TJ: return "Internet PhoneJack-PCI " + deviceName; } return "xJACK " + deviceName; } unsigned OpalIxJDevice::GetLineCount() { return 1; /*Each card has just one line that can be active. Consequently, return (IsLineJACK() ? NumLines : 1); is wrong.*/ } BOOL OpalIxJDevice::IsLinePresent(unsigned line, BOOL /* force */) { if (line != PSTNLine) return FALSE; BOOL stat = IOCTL(os_handle, IXJCTL_PSTN_LINETEST) == 1; PThread::Sleep(2000); // clear ring signal status IsLineRinging(line); return stat; } BOOL OpalIxJDevice::IsLineOffHook(unsigned line) { if (line == PSTNLine) return pstnIsOffHook; PWaitAndSignal m(exceptionMutex); ExceptionInfo * info = GetException(); #ifdef MANUAL_FLASH if (info->hookState != lastHookState) { lastHookState = info->hookState; if (lastHookState) { currentHookState = lastHookState; } else { hookTimeout = FLASH_TIME; } } else if (!hookTimeout.IsRunning() && (currentHookState != info->hookState)) currentHookState = info->hookState; return currentHookState; #else return info->hookState; #endif } BOOL OpalIxJDevice::HasHookFlash(unsigned line) { if (line != POTSLine) return FALSE; PWaitAndSignal m(exceptionMutex); ExceptionInfo * info = GetException(); BOOL flash = info->hasFlash; info->hasFlash = FALSE; return flash; } BOOL OpalIxJDevice::SetLineOffHook(unsigned line, BOOL newState) { if (line == POTSLine) { #ifdef PHONE_WINK IOCTL(os_handle, PHONE_WINK); return TRUE; #else return FALSE; #endif } pstnIsOffHook = newState; if (!pstnIsOffHook) { StopReadCodec(line); StopWriteCodec(line); } // reset wink detected state going on or off hook gotWink = FALSE; IOCTL2(os_handle, PHONE_PSTN_SET_STATE, pstnIsOffHook ? PSTN_OFF_HOOK : PSTN_ON_HOOK); return TRUE; } OpalIxJDevice::ExceptionInfo * OpalIxJDevice::GetException() { PINDEX i; for (i = 0; i < MaxIxjDevices; i++) if (exceptionInfo[i].fd == os_handle) return &exceptionInfo[i]; PAssertAlways("Cannot find open device in exception list"); return NULL; } BOOL OpalIxJDevice::IsLineRinging(unsigned line, DWORD * /*cadence*/) { if (line != PSTNLine) return FALSE; PWaitAndSignal m(exceptionMutex); ExceptionInfo * info = GetException(); BOOL ring = info->hasRing; info->hasRing = FALSE; return ring; } BOOL OpalIxJDevice::RingLine(unsigned line, DWORD cadence) { if (line != POTSLine) return FALSE; if (cadence == 0) return ConvertOSError(IOCTL(os_handle, PHONE_RING_STOP)); //if (!ConvertOSError(IOCTL2(os_handle, PHONE_RING_CADENCE, cadence))) // return FALSE; int stat; // Need to add something to set caller ID here #if TELEPHONY_VERSION >= 3000 if (callerIdInfo.name[0] != '\0') { stat = IOCTLP(os_handle, PHONE_RING_START, &callerIdInfo); SetCallerID(line, ""); } else #endif stat = IOCTL2(os_handle, PHONE_RING_START, 0); return ConvertOSError(stat); } BOOL OpalIxJDevice::RingLine(unsigned line, PINDEX nCadence, unsigned * pattern) { if (line >= GetLineCount()) return FALSE; if (line != POTSLine) return FALSE; return RingLine(line, nCadence != 0 ? 0xaaa : 0); } BOOL OpalIxJDevice::IsLineDisconnected(unsigned line, BOOL checkForWink) { if (line >= GetLineCount()) return FALSE; if (line != PSTNLine) return !IsLineOffHook(line); if (checkForWink) { // if we got a wink previously, hangup if (gotWink) return TRUE; // if we have not got a wink, then check for one PWaitAndSignal m(exceptionMutex); ExceptionInfo * info = GetException(); gotWink = info->hasWink; info->hasWink = FALSE; if (gotWink) { PTRACE(3, "xJack\tDetected wink"); return TRUE; } } if (IsToneDetected(line) & (BusyTone)) { PTRACE(3, "xJack\tDetected end of call tone"); return TRUE; } return FALSE; } BOOL OpalIxJDevice::SetLineToLineDirect(unsigned line1, unsigned line2, BOOL connect) { if (connect && (line1 != line2)) IOCTL2(os_handle, IXJCTL_POTS_PSTN, 1); else IOCTL2(os_handle, IXJCTL_POTS_PSTN, 0); return TRUE; } BOOL OpalIxJDevice::IsLineToLineDirect(unsigned line1, unsigned line2) { return FALSE; } BOOL OpalIxJDevice::ConvertOSError(int err) { PChannel::Errors normalisedError; return PChannel::ConvertOSError(err, normalisedError, osError); } static const struct { const char * mediaFormat; PINDEX writeFrameSize; PINDEX readFrameSize; int mode; int frameTime; BOOL vad; } CodecInfo[] = { /* NOTE: These are enumerated in reverse order. */ { OPAL_PCM16, 480, 480, LINEAR16, 30, FALSE }, // 480 bytes = 240 samples = 30ms { OPAL_G711_ULAW_64K, 240, 240, ULAW, 30, FALSE }, // 240 bytes = 240 samples = 30ms { OPAL_G711_ALAW_64K, 240, 240, ALAW, 30, FALSE }, // 240 bytes = 240 samples = 30ms { OPAL_G728, 60, 60, G728, 30, FALSE }, // 60 bytes = 12 frames = 30ms { OPAL_G729A, 10, 10, G729, 10, FALSE }, // 10 bytes = 1 frame = 10 ms { OPAL_G729AB, 10, 10, G729B, 10, TRUE }, // 10 bytes = 1 frame = 10 ms { OPAL_G7231_5k3 , 24, 20, G723_53, 30, FALSE }, // 20 bytes = 1 frame = 30 ms { OPAL_G7231_6k3, 24, 24, G723_63, 30, FALSE }, // 24 bytes = 1 frame = 30 ms { OPAL_G7231A_5k3 , 24, 20, G723_53, 30, TRUE }, // 20 bytes = 1 frame = 30 ms { OPAL_G7231A_6k3, 24, 24, G723_63, 30, TRUE } // 24 bytes = 1 frame = 30 ms }; OpalMediaFormat::List OpalIxJDevice::GetMediaFormats() const { OpalMediaFormat::List codecs; PINDEX idx = PARRAYSIZE(CodecInfo); while (idx-- > 0) { phone_capability cap; cap.captype = codec; cap.cap = CodecInfo[idx].mode; if (IOCTLP(os_handle, PHONE_CAPABILITIES_CHECK, &cap)) codecs.Append(new OpalMediaFormat(CodecInfo[idx].mediaFormat)); } return codecs; } static PINDEX FindCodec(const OpalMediaFormat & mediaFormat) { for (PINDEX codecType = 0; codecType < PARRAYSIZE(CodecInfo); codecType++) { if (mediaFormat == CodecInfo[codecType].mediaFormat) return codecType; } return P_MAX_INDEX; } BOOL OpalIxJDevice::SetReadFormat(unsigned line, const OpalMediaFormat & mediaFormat) { { PWaitAndSignal mutex(toneMutex); if (tonePlaying) { tonePlaying = FALSE; IOCTL(os_handle, PHONE_CPT_STOP); } } PWaitAndSignal mutex(readMutex); if (!readStopped) { IOCTL(os_handle, PHONE_REC_STOP); readStopped = TRUE; OpalLineInterfaceDevice::StopReadCodec(line); } readCodecType = FindCodec(mediaFormat); if (readCodecType == P_MAX_INDEX) { PTRACE(1, "xJack\tUnsupported read codec requested: " << mediaFormat); return FALSE; } if (!writeStopped && readCodecType != writeCodecType) { PTRACE(1, "xJack\tAsymmectric codecs requested: " "read=" << CodecInfo[readCodecType].mediaFormat << " write=" << CodecInfo[writeCodecType].mediaFormat); return FALSE; } PTRACE(2, "IXJ\tSetting read codec to " << CodecInfo[readCodecType].mediaFormat << " code=" << CodecInfo[readCodecType].mode); readFrameSize = CodecInfo[readCodecType].readFrameSize; // set frame time if (writeStopped) IOCTL2(os_handle, PHONE_FRAME, CodecInfo[readCodecType].frameTime); int stat = IOCTL2(os_handle, PHONE_REC_CODEC, CodecInfo[readCodecType].mode); if (stat != 0) { PTRACE(1, "IXJ\tSecond try on set record codec"); stat = IOCTL2(os_handle, PHONE_REC_CODEC, CodecInfo[readCodecType].mode); if (stat != 0) { PTRACE(1, "IXJ\tFailed second try on set record codec"); return FALSE; } } // PHONE_REC_DEPTH does not set return value IOCTL2(os_handle, PHONE_REC_DEPTH, 1); // PHONE_REC_START does not set return value stat = IOCTL(os_handle, PHONE_REC_START); if (stat != 0) { return FALSE; } readStopped = FALSE; return TRUE; } BOOL OpalIxJDevice::SetWriteFormat(unsigned line, const OpalMediaFormat & mediaFormat) { { PWaitAndSignal mutex(toneMutex); if (tonePlaying) { tonePlaying = FALSE; IOCTL(os_handle, PHONE_CPT_STOP); } } PWaitAndSignal mutex(readMutex); if (!writeStopped) { IOCTL(os_handle, PHONE_PLAY_STOP); writeStopped = TRUE; OpalLineInterfaceDevice::StopWriteCodec(line); } writeCodecType = FindCodec(mediaFormat); if (writeCodecType == P_MAX_INDEX) { PTRACE(1, "xJack\tUnsupported write codec requested: " << mediaFormat); return FALSE; } if (!readStopped && writeCodecType != readCodecType) { PTRACE(1, "xJack\tAsymmectric codecs requested: " "read=" << CodecInfo[readCodecType].mediaFormat << " write=" << CodecInfo[writeCodecType].mediaFormat); return FALSE; } PTRACE(2, "IXJ\tSetting write codec to " << CodecInfo[writeCodecType].mediaFormat << " code=" << CodecInfo[writeCodecType].mode); writeFrameSize = CodecInfo[writeCodecType].writeFrameSize; // set frame time if (readStopped) IOCTL2(os_handle, PHONE_FRAME, CodecInfo[writeCodecType].frameTime); int stat = IOCTL2(os_handle, PHONE_PLAY_CODEC, CodecInfo[writeCodecType].mode); if (stat != 0) { PTRACE(1, "IXJ\tSecond try on set play codec"); stat = IOCTL2(os_handle, PHONE_PLAY_CODEC, CodecInfo[writeCodecType].mode); if (stat != 0) return FALSE; } // PHONE_PLAY_DEPTH does not set return value IOCTL2(os_handle, PHONE_PLAY_DEPTH, 1); // start the codec stat = IOCTL(os_handle, PHONE_PLAY_START); if (stat != 0) { PTRACE(1, "IXJ\tSecond try on start play codec"); stat = IOCTL(os_handle, PHONE_PLAY_START); if (stat != 0) return FALSE; } // wait for codec to become writable. If it doesn't happen after 100ms, give error fd_set wfds; struct timeval ts; for (;;) { FD_ZERO(&wfds); FD_SET(os_handle, &wfds); ts.tv_sec = 0; ts.tv_usec = 100*1000; stat = ::select(os_handle+1, NULL, &wfds, NULL, &ts); if (stat > 0) break; else if (stat == 0) { PTRACE(1, "IXJ\tWrite timeout on startup"); return FALSE; } if (errno != EINTR) { PTRACE(1, "IXJ\tWrite error on startup"); return FALSE; } } writeStopped = FALSE; return TRUE; } OpalMediaFormat OpalIxJDevice::GetReadFormat(unsigned) { if (readCodecType == P_MAX_INDEX) return ""; return CodecInfo[readCodecType].mediaFormat; } OpalMediaFormat OpalIxJDevice::GetWriteFormat(unsigned) { if (writeCodecType == P_MAX_INDEX) return ""; return CodecInfo[writeCodecType].mediaFormat; } BOOL OpalIxJDevice::SetRawCodec(unsigned line) { if (inRawMode) return FALSE; PTRACE(2, "IXJ\tSetting raw codec mode"); // save the current volumes savedPlayVol = userPlayVol; savedRecVol = userRecVol; savedAEC = aecLevel; if (!SetReadFormat (line, CodecInfo[0].mediaFormat) || !SetWriteFormat(line, CodecInfo[0].mediaFormat)) { PTRACE(1, "IXJ\t Failed to set raw codec"); StopReadCodec(line); StopWriteCodec(line); return FALSE; } // set the new (maximum) volumes SetAEC (line, AECOff); SetRecordVolume(line, 100); SetPlayVolume (line, 100); // stop values from changing inRawMode = TRUE; return TRUE; } BOOL OpalIxJDevice::StopReadCodec(unsigned line) { PTRACE(3, "xJack\tStopping read codec"); PWaitAndSignal mutex(readMutex); if (!readStopped) { IOCTL(os_handle, PHONE_REC_STOP); readStopped = TRUE; } return OpalLineInterfaceDevice::StopReadCodec(line); } BOOL OpalIxJDevice::StopWriteCodec(unsigned line) { PTRACE(3, "xJack\tStopping write codec"); PWaitAndSignal mutex(readMutex); if (!writeStopped) { IOCTL(os_handle, PHONE_PLAY_STOP); writeStopped = TRUE; } return OpalLineInterfaceDevice::StopWriteCodec(line); } BOOL OpalIxJDevice::StopRawCodec(unsigned line) { if (!inRawMode) return FALSE; StopReadCodec(line); StopWriteCodec(line); // allow values to change again inRawMode = FALSE; SetPlayVolume (line, savedPlayVol); SetRecordVolume(line, savedRecVol); SetAEC (line, savedAEC); OpalLineInterfaceDevice::StopReadCodec(line); OpalLineInterfaceDevice::StopWriteCodec(line); return TRUE; } PINDEX OpalIxJDevice::GetReadFrameSize(unsigned) { return readFrameSize; } BOOL OpalIxJDevice::SetReadFrameSize(unsigned, PINDEX) { return FALSE; } static void G728_Pack(const unsigned short * unpacked, BYTE * packed) { packed[0] = ((unpacked[0] & 0x3fc) >> 2); packed[1] = ((unpacked[0] & 0x003) << 6) | ((unpacked[1] & 0x3f0) >> 4); packed[2] = ((unpacked[1] & 0x00f) << 4) | ((unpacked[2] & 0x3c0) >> 6); packed[3] = ((unpacked[2] & 0x03f) << 2) | ((unpacked[3] & 0x300) >> 8); packed[4] = (unpacked[3] & 0x0ff); } static const PINDEX G723count[4] = { 24, 20, 4, 1 }; BOOL OpalIxJDevice::ReadFrame(unsigned, void * buffer, PINDEX & count) { { PWaitAndSignal rmutex(readMutex); count = 0; if (readStopped) { PTRACE(1, "IXJ\tRead stopped, so ReadFrame returns false"); return FALSE; } if (writeStopped) { PThread::Sleep(30); memset(buffer, 0, readFrameSize); switch (CodecInfo[readCodecType].mode) { case G723_63: case G723_53: *((DWORD *)buffer) = 0x02; count = 4; break; case G729B: *((WORD *)buffer) = 0; count = 2; break; default: memset(buffer, 0, readFrameSize); count = readFrameSize; break; } return TRUE; } WORD temp_frame_buffer[48]; // 30ms = 12 frames = 48 vectors = 48 WORDS for unpacked vectors void * readBuf; int readLen; switch (CodecInfo[readCodecType].mode) { case G728 : readBuf = temp_frame_buffer; readLen = sizeof(temp_frame_buffer); break; case G729B : readBuf = temp_frame_buffer; readLen = 12; break; default : readBuf = buffer; readLen = readFrameSize; } for (;;) { fd_set rfds; FD_ZERO(&rfds); FD_SET(os_handle, &rfds); struct timeval ts; ts.tv_sec = 30; ts.tv_usec = 0; #if PTRACING PTime then; #endif int stat = ::select(os_handle+1, &rfds, NULL, NULL, &ts); if (stat == 0) { PTRACE(1, "IXJ\tRead timeout:" << (PTime() - then)); return FALSE; } if (stat > 0) { stat = ::read(os_handle, readBuf, readLen); if (stat == (int)readLen) break; } if ((stat >= 0) || (errno != EINTR)) { PTRACE(1, "IXJ\tRead error = " << errno); return FALSE; } PTRACE(1, "IXJ\tRead EINTR"); } switch (CodecInfo[readCodecType].mode) { case G723_63: case G723_53: count = G723count[(*(BYTE *)readBuf)&3]; break; case G728 : // for G728, pack four x 4 vectors PINDEX i; for (i = 0; i < 12; i++) G728_Pack(temp_frame_buffer+i*4, ((BYTE *)buffer)+i*5); count = readFrameSize; break; case G729B : switch (temp_frame_buffer[0]) { case 0 : // Silence memset(buffer, 0, 10); count = 10; break; case 1 : // Signal memcpy(buffer, &temp_frame_buffer[1], 10); count = 10; break; case 2 : // VAD memcpy(buffer, &temp_frame_buffer[1], 2); count = 2; break; default : // error PTRACE(1, "IXJ\tIllegal value from codec in G729"); return FALSE; } break; default : count = readFrameSize; } } PThread::Yield(); return TRUE; } PINDEX OpalIxJDevice::GetWriteFrameSize(unsigned) { return writeFrameSize; } BOOL OpalIxJDevice::SetWriteFrameSize(unsigned, PINDEX) { return FALSE; } static void G728_Unpack(const BYTE * packed, unsigned short * unpacked) { unpacked[0] = ( packed[0] << 2) | ((packed[1] & 0xc0) >> 6); unpacked[1] = ((packed[1] & 0x3f) << 4) | ((packed[2] & 0xf0) >> 4); unpacked[2] = ((packed[2] & 0x0f) << 6) | ((packed[3] & 0xfc) >> 2); unpacked[3] = ((packed[3] & 0x03) << 8) | packed[4]; } BOOL OpalIxJDevice::WriteFrame(unsigned, const void * buffer, PINDEX count, PINDEX & written) { { PWaitAndSignal rmutex(readMutex); written = 0; if (writeStopped) return FALSE; if (readStopped) { PThread::Sleep(30); written = writeFrameSize; return TRUE; } WORD temp_frame_buffer[48]; const void * writeBuf; int writeLen; switch (CodecInfo[writeCodecType].mode) { case G723_63: case G723_53: writeBuf = buffer; writeLen = 24; written = G723count[(*(BYTE *)buffer)&3]; break; case G728 : writeBuf = temp_frame_buffer; writeLen = sizeof(temp_frame_buffer); // for G728, unpack twelve x 4 vectors PINDEX i; for (i = 0; i < 12; i++) G728_Unpack(((const BYTE *)buffer)+i*5, temp_frame_buffer+i*4); written = 60; break; case G729B : writeBuf = temp_frame_buffer; writeLen = 12; if (count == 2) { temp_frame_buffer[0] = 2; temp_frame_buffer[1] = *(const WORD *)buffer; memset(&temp_frame_buffer[2], 0, 8); written = 2; } else { if (memcmp(buffer, "\0\0\0\0\0\0\0\0\0", 10) != 0) temp_frame_buffer[0] = 1; else temp_frame_buffer[0] = 0; memcpy(&temp_frame_buffer[1], buffer, 10); written = 10; } break; default : writeBuf = buffer; writeLen = writeFrameSize; written = writeFrameSize; } if (count < written) { osError = EINVAL; PTRACE(1, "xJack\tWrite of too small a buffer : " << count << " vs " << written); return FALSE; } for (;;) { fd_set wfds; FD_ZERO(&wfds); FD_SET(os_handle, &wfds); struct timeval ts; ts.tv_sec = 5; ts.tv_usec = 0; int stat = ::select(os_handle+1, NULL, &wfds, NULL, &ts); if (stat == 0) { PTRACE(1, "IXJ\tWrite timeout"); return FALSE; } if (stat > 0) { stat = ::write(os_handle, writeBuf, writeLen); if (stat == (int)writeLen) break; } if ((stat >= 0) || (errno != EINTR)) { PTRACE(1, "IXJ\tWrite error = " << errno); return FALSE; } PTRACE(1, "IXJ\tWrite EINTR"); } } // PTRACE(4, "IXJ\tWrote " << writeLen << " bytes to codec"); PThread::Yield(); return TRUE; } unsigned OpalIxJDevice::GetAverageSignalLevel(unsigned, BOOL playback) { return IOCTL(os_handle, playback ? PHONE_PLAY_LEVEL : PHONE_REC_LEVEL); } BOOL OpalIxJDevice::EnableAudio(unsigned line, BOOL enable) { if (line >= GetLineCount()) return FALSE; int port = PORT_SPEAKER; if (enable) { if (enabledAudioLine != line) { if (enabledAudioLine != UINT_MAX && exclusiveAudioMode) { PTRACE(3, "xJack\tEnableAudio on port when already enabled other port."); return FALSE; } enabledAudioLine = line; } port = (line == POTSLine) ? PORT_POTS : PORT_PSTN; } else enabledAudioLine = UINT_MAX; return ConvertOSError(IOCTL2(os_handle, IXJCTL_PORT, port)); } BOOL OpalIxJDevice::IsAudioEnabled(unsigned line) { return enabledAudioLine == line; } PINDEX OpalIxJDevice::LogScaleVolume(unsigned line, PINDEX volume, BOOL isPlay) { PINDEX dspMax = isPlay ? 0x100 : 0x200; switch (dwCardType) { case 0: case PhoneJACK: dspMax = isPlay ? 0x100 : 0x200; break; case LineJACK: dspMax = 0x200; break; case PhoneJACK_Lite: dspMax = 0x200; break; case PhoneJACK_PCI: dspMax = 0x100; break; case PhoneCARD: dspMax = 0x200; break; case PhoneJACK_PCI_TJ: if (line == POTSLine) dspMax = 0x100; else dspMax = 0x60; } /* The dsp volume is exponential in nature. You can plot this exponential function with gnuplot. gnuplot plot [t=0:100] exp((t/20) -1) / exp(4) */ PINDEX res = (PINDEX) (dspMax * exp((((double)volume) / 20.0) - 1) / exp(4.0)); return res; } BOOL OpalIxJDevice::SetRecordVolume(unsigned line, unsigned volume) { PWaitAndSignal mutex1(readMutex); userRecVol = volume; if ((aecLevel == AECAGC) || inRawMode) return TRUE; return IOCTL2(os_handle, IXJCTL_REC_VOLUME, LogScaleVolume(line, volume, FALSE)); } BOOL OpalIxJDevice::GetRecordVolume(unsigned, unsigned & volume) { volume = userRecVol; return TRUE; } BOOL OpalIxJDevice::SetPlayVolume(unsigned line, unsigned volume) { PWaitAndSignal mutex1(readMutex); userPlayVol = volume; if (inRawMode) return TRUE; return IOCTL2(os_handle, IXJCTL_PLAY_VOLUME, LogScaleVolume(line, volume, TRUE)); } BOOL OpalIxJDevice::GetPlayVolume(unsigned, unsigned & volume) { volume = userPlayVol; return TRUE; } OpalLineInterfaceDevice::AECLevels OpalIxJDevice::GetAEC(unsigned) { return aecLevel; } BOOL OpalIxJDevice::SetAEC(unsigned line, AECLevels level) { aecLevel = level; if (inRawMode) return TRUE; // IXJCTL_AEC_START does not set return code IOCTL2(os_handle, IXJCTL_AEC_START, aecLevel); // if coming out of AGC mode, then set record volume just in case if (aecLevel == AECAGC) SetRecordVolume(line, userRecVol); return TRUE; } unsigned OpalIxJDevice::GetWinkDuration(unsigned) { if (!IsOpen()) return 0; return IOCTL2(os_handle, IXJCTL_WINK_DURATION, 0); } BOOL OpalIxJDevice::SetWinkDuration(unsigned, unsigned winkDuration) { if (!IsOpen()) return FALSE; return IOCTL2(os_handle, IXJCTL_WINK_DURATION, winkDuration); } BOOL OpalIxJDevice::GetVAD(unsigned) { return FALSE; } BOOL OpalIxJDevice::SetVAD(unsigned, BOOL) { return FALSE; } BOOL OpalIxJDevice::GetCallerID(unsigned line, PString & callerId, BOOL /*full*/) { #if TELEPHONY_VERSION < 3000 return FALSE; #else if (line != PSTNLine) return FALSE; // string is "number time name" PWaitAndSignal m(exceptionMutex); ExceptionInfo * info = GetException(); if (info->hasCid) { PHONE_CID cid = info->cid; callerId = PString(cid.number, cid.numlen) + '\t'; callerId += PString(cid.hour, 3) + ':' + PString(cid.min, 3) + ' ' + PString(cid.month, 3) + '/' + PString(cid.day, 3) + '\t'; callerId += PString(cid.name, cid.namelen); info->hasCid = FALSE; return TRUE; } return FALSE; #endif } #if TELEPHONY_VERSION >= 3000 static BOOL IsPhoneDigits(const PString & str) { PINDEX i; for (i = 0; i < str.GetLength(); i++) if (!isdigit(str[i]) && str[i] != '*' && str[i] != '#') return FALSE; return TRUE; } static void FormatCallerIdString(const PString & idString, PHONE_CID & callerIdInfo) { memset(&callerIdInfo, 0, sizeof(callerIdInfo)); if (idString.IsEmpty()) return; PString name, number; PTime theTime; // string is "number time name" PStringArray fields = idString.Tokenise('\t', TRUE); int len = fields.GetSize(); // if the name is specified, then use it if (len > 2) name = fields[2]; // if the time is specified, then use it if (len > 1 && !fields[1].IsEmpty()) theTime = PTime(fields[1]); // if the number is specified, then only use it if it is legal // otherwise put it into the name field if (len > 0) { if (IsPhoneDigits(fields[0])) number = fields[0]; else if (name.IsEmpty()) name = fields[0]; } // truncate name and number fields if (name.GetLength() > (PINDEX)sizeof(callerIdInfo.name)) name = name.Left(sizeof(callerIdInfo.name)); if (number.GetLength() > (PINDEX)sizeof(callerIdInfo.number)) number = number.Left(sizeof(callerIdInfo.number)); sprintf(callerIdInfo.month, "%02i", theTime.GetMonth()); sprintf(callerIdInfo.day, "%02i", theTime.GetDay()); sprintf(callerIdInfo.hour, "%02i", theTime.GetHour()); sprintf(callerIdInfo.min, "%02i", theTime.GetMinute()); strncpy(callerIdInfo.name, (const char *)name, sizeof(callerIdInfo.name)-1); callerIdInfo.namelen = name.GetLength(); strncpy(callerIdInfo.number, (const char *)number, sizeof(callerIdInfo.number)-1); callerIdInfo.numlen = number.GetLength(); } #endif BOOL OpalIxJDevice::SetCallerID(unsigned line, const PString & idString) { #if TELEPHONY_VERSION < 3000 return FALSE; #else if (line != POTSLine) return FALSE; FormatCallerIdString(idString, callerIdInfo); #endif return TRUE; } BOOL OpalIxJDevice::SendCallerIDOnCallWaiting(unsigned line, const PString & idString) { #if TELEPHONY_VERSION < 3000 return FALSE; #else if (line != POTSLine) return FALSE; PHONE_CID callerInfo; FormatCallerIdString(idString, callerInfo); IOCTLP(os_handle, IXJCTL_CIDCW, &callerInfo); return TRUE; #endif } BOOL OpalIxJDevice::SendVisualMessageWaitingIndicator(unsigned line, BOOL on) { #if TELEPHONY_VERSION < 3000 return FALSE; #else if (line != POTSLine) return FALSE; IOCTL2(os_handle, IXJCTL_VMWI, on); return TRUE; #endif } BOOL OpalIxJDevice::PlayDTMF(unsigned, const char * tones, DWORD onTime, DWORD offTime) { PWaitAndSignal mutex(toneMutex); if (tonePlaying) return FALSE; // not really needed, as we have the tone mutex locked tonePlaying = TRUE; IOCTL2(os_handle, PHONE_SET_TONE_ON_TIME, onTime * 4); IOCTL2(os_handle, PHONE_SET_TONE_OFF_TIME, offTime * 4); while (*tones != '\0') { char tone = toupper(*tones++); int code = -1; if ('1' <= tone && tone <= '9') code = tone - '0'; else if (tone == '*') code = 10; else if (tone == '0') code = 11; else if (tone == '#') code = 12; else if ('A' <= tone && tone <= 'D') code = tone - 'A' + 28; else if ('E' <= tone && tone <= ('E' + 11)) code = (tone - 'E') + 13; PTRACE(4, "IXJ\tPlaying tone " << tone); IOCTL2(os_handle, PHONE_PLAY_TONE, code); PThread::Sleep(onTime + offTime); long countDown = 200; // a tone longer than 2 seconds? I don't think so... while ((countDown > 0) && IOCTL(os_handle, PHONE_GET_TONE_STATE) != 0) { PThread::Sleep(10); countDown--; } if (countDown == 0) cerr << "Timeout whilst waiting for DTMF tone to end" << endl; } // "Realize the truth....There is no tone." tonePlaying = FALSE; return TRUE; } char OpalIxJDevice::ReadDTMF(unsigned) { PWaitAndSignal m(exceptionMutex); ExceptionInfo * info = GetException(); int p = info->dtmfOut; if (info->dtmfIn == p) return '\0'; char ch = info->dtmf[p]; p = (p + 1) % 16; info->dtmfOut = p; return ch; } BOOL OpalIxJDevice::GetRemoveDTMF(unsigned) { return removeDTMF; } BOOL OpalIxJDevice::SetRemoveDTMF(unsigned, BOOL state) { removeDTMF = state; return IOCTL2(os_handle, PHONE_DTMF_OOB, state); } unsigned OpalIxJDevice::IsToneDetected(unsigned) { PWaitAndSignal m(exceptionMutex); ExceptionInfo * info = GetException(); int tones = NoTone; if (info->cadence[0] != 0) { info->cadence[0] = 0; tones |= DialTone; } if (info->cadence[1] != 0) { info->cadence[1] = 0; tones |= RingTone; } if (info->cadence[2] != 0) { info->cadence[2] = 0; tones |= BusyTone; } if (info->cadence[3] != 0) { info->cadence[3] = 0; tones |= CNGTone; } return tones; } BOOL OpalIxJDevice::SetToneFilterParameters(unsigned /*line*/, CallProgressTones tone, unsigned lowFrequency, unsigned highFrequency, PINDEX numCadences, const unsigned * onTimes, const unsigned * offTimes) { int toneIndex; switch (tone) { case DialTone : toneIndex = 0; break; case RingTone : toneIndex = 1; break; case BusyTone : toneIndex = 2; break; case CNGTone : toneIndex = 3; break; default : PTRACE(1, "xJack\tCannot set filter for tone: " << tone); return FALSE; } #ifdef IXJCTL_SET_FILTER int filterCode = -1; int minMatch = 0, maxMatch = 0; if (lowFrequency == highFrequency) { static struct { IXJ_FILTER_FREQ code; unsigned hertz; } const FreqToIXJFreq[] = { { f350, 350 }, { f300, 300 }, { f330, 330 }, { f340, 340 }, { f392, 392 }, { f400, 400 }, { f420, 420 }, { f425, 425 }, { f435, 435 }, { f440, 440 }, { f445, 445 }, { f450, 450 }, { f452, 452 }, { f475, 475 }, { f480, 480 }, { f494, 494 }, { f500, 500 }, { f520, 520 }, { f523, 523 }, { f525, 525 }, { f587, 587 }, { f590, 590 }, { f600, 600 }, { f620, 620 }, { f660, 660 }, { f700, 700 }, { f740, 740 }, { f750, 750 }, { f770, 770 }, { f800, 800 }, { f816, 816 }, { f850, 850 }, { f900, 900 }, { f942, 942 }, { f950, 950 }, { f975, 975 }, { f1000, 1000 }, { f1020, 1020 }, { f1050, 1050 }, { f1100, 1100 }, { f1140, 1140 }, { f1200, 1200 }, { f1209, 1209 }, { f1330, 1330 }, { f1336, 1336 }, { f1380, 1380 }, { f1400, 1400 }, { f1477, 1477 }, { f1600, 1600 }, { f1800, 1800 }, { f1860, 1860 } }; PINDEX i; for (i = 0; i < PARRAYSIZE(FreqToIXJFreq); i++) { if (lowFrequency == FreqToIXJFreq[i].hertz) { filterCode = FreqToIXJFreq[i].code; minMatch = maxMatch = FreqToIXJFreq[i].hertz; break; } } } else { static struct { IXJ_FILTER_FREQ code; unsigned minHertz; unsigned maxHertz; } const FreqToIXJFreq2[] = { { f20_50, 20, 50 }, { f133_200, 133, 200 }, { f300_640, 300, 640 }, { f300_500, 300, 500 }, { f300_425, 300, 425 }, { f350_400, 350, 400 }, { f350_440, 350, 440 }, { f350_450, 350, 450 }, { f380_420, 380, 420 }, { f400_425, 400, 425 }, { f400_440, 400, 440 }, { f400_450, 400, 450 }, { f425_450, 425, 450 }, { f425_475, 425, 475 }, { f440_450, 440, 450 }, { f440_480, 440, 480 }, { f480_620, 480, 620 }, { f540_660, 540, 660 }, { f750_1450, 750, 1450 }, { f857_1645, 857, 1645 }, { f900_1300, 900, 1300 }, { f935_1215, 935, 1215 }, { f941_1477, 941, 1477 }, { f950_1400, 950, 1400 }, { f1100_1750, 1100, 1750 }, { f1633_1638, 1633, 1638 } }; PINDEX i; // look for exact match for (i = 0; i < PARRAYSIZE(FreqToIXJFreq2); i++) { if ((lowFrequency == FreqToIXJFreq2[i].minHertz) && (highFrequency == FreqToIXJFreq2[i].maxHertz)) { filterCode = FreqToIXJFreq2[i].code; minMatch = FreqToIXJFreq2[i].minHertz; maxMatch = FreqToIXJFreq2[i].maxHertz; break; } } // look for an approximate match if (filterCode == -1) { for (i = 0; i < PARRAYSIZE(FreqToIXJFreq2); i++) { if ((lowFrequency > FreqToIXJFreq2[i].minHertz) && (highFrequency < FreqToIXJFreq2[i].maxHertz)) { filterCode = FreqToIXJFreq2[i].code; minMatch = FreqToIXJFreq2[i].minHertz; maxMatch = FreqToIXJFreq2[i].maxHertz; break; } } } } if (filterCode < 0) { PTRACE(1, "PQIXJ\tCould not find filter match for " << lowFrequency << ", " << highFrequency); return FALSE; } // set the filter IXJ_FILTER filter; filter.filter = toneIndex; filter.freq = (IXJ_FILTER_FREQ)filterCode; filter.enable = 1; PTRACE(3, "PQIXJ\tFilter " << lowFrequency << "," << highFrequency << " matched to " << minMatch << "," << maxMatch); if (::ioctl(os_handle, IXJCTL_SET_FILTER, &filter) < 0) return FALSE; #endif #if defined(IXJCTL_FILTER_CADENCE) IXJ_FILTER_CADENCE cadence; memset(&cadence, 0, sizeof(cadence)); cadence.enable = 2; cadence.en_filter = 0; cadence.filter = toneIndex; switch (numCadences) { default : PTRACE(1, "xJack\tToo many cadence entries for Linux driver!"); break; case 3 : cadence.on3 = ( onTimes[2]+5)/10; cadence.off3 = (offTimes[2]+5)/10; case 2 : cadence.on2 = ( onTimes[1]+5)/10; cadence.off2 = (offTimes[1]+5)/10; case 1 : cadence.on1 = ( onTimes[0]+5)/10; cadence.off1 = (offTimes[0]+5)/10; } // set the cadence return ::ioctl(os_handle, IXJCTL_FILTER_CADENCE, &cadence) >= 0; #else return FALSE; #endif } BOOL OpalIxJDevice::PlayTone(unsigned line, CallProgressTones tone) { { PWaitAndSignal mutex(toneMutex); if (tonePlaying) { tonePlaying = FALSE; IOCTL(os_handle, PHONE_CPT_STOP); } switch (tone) { case DialTone : tonePlaying = TRUE; return IOCTL(os_handle, PHONE_DIALTONE); case RingTone : tonePlaying = TRUE; return IOCTL(os_handle, PHONE_RINGBACK); case BusyTone : tonePlaying = TRUE; return IOCTL(os_handle, PHONE_BUSY); default : break; } } PWaitAndSignal mutex(toneMutex); StopTone(line); return FALSE; } BOOL OpalIxJDevice::IsTonePlaying(unsigned) { // if (IOCTL(os_handle, PHONE_GET_TONE_STATE) != 0) // return TRUE; // return FALSE; return tonePlaying; } BOOL OpalIxJDevice::StopTone(unsigned) { PWaitAndSignal mutex(toneMutex); if (!tonePlaying) return TRUE; tonePlaying = FALSE; return IOCTL(os_handle, PHONE_CPT_STOP); } BOOL OpalIxJDevice::SetCountryCode(T35CountryCodes country) { OpalLineInterfaceDevice::SetCountryCode(country); // if a LineJack, the set the DAA coeffiecients if (!IsLineJACK()) { PTRACE(4, "IXJ\tRequest to set DAA country on non-LineJACK"); return FALSE; } if (country == UnknownCountry) { PTRACE(4, "IXJ\tRequest to set DAA country to unknown country code"); } else { PTRACE(4, "IXJ\tSetting DAA country code to " << (int)country); static int ixjCountry[NumCountryCodes] = { DAA_JAPAN, 0, 0, 0, DAA_GERMANY, 0, 0, 0, 0, DAA_AUSTRALIA, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, DAA_FRANCE, 0, 0, 0, 0, DAA_GERMANY, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, DAA_UK, DAA_US, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; IOCTL2(os_handle, IXJCTL_DAA_COEFF_SET, ixjCountry[countryCode]); } return TRUE; } DWORD OpalIxJDevice::GetSerialNumber() { return IOCTL(os_handle, IXJCTL_SERIAL); } PStringArray OpalIxJDevice::GetDeviceNames() { PStringArray array; PINDEX i, j = 0; for (i = 0; i < 10; i++) { PString devName = psprintf("/dev/phone%i", i); int handle = ::open((const char *)devName, O_RDWR); if (handle < 0 && errno != EBUSY) continue; ::close(handle); array[j++] = devName; } return array; } #endif // HAS_IXJ ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/src/ixjwin32.cxx0100644000176200056700000017765210274467313016651 0ustar releasepostincr/* * ixjwin32.cxx * * QuickNet Internet Phone/Line JACK codec interface * * Open H323 Library * * Copyright (c) 1999-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Portions of this code were written with the assisance of funding from * Quicknet Technologies, Inc. http://www.quicknet.net. * * Contributor(s): ______________________________________. * * $Log: ixjwin32.cxx,v $ * Revision 1.117 2005/08/04 19:38:51 csoutheren * Applied patch #1240871 * Fixed problem with disabling IXJ code * Thanks to Borko Jandras * * Revision 1.116 2005/06/07 07:59:11 csoutheren * Applied patch 1176459 for PocketPC. Thanks to Matthias Weber * * Revision 1.115 2004/04/09 12:56:52 rjongbloed * Fixed automatic loading of winmm.lib if this module included. * * Revision 1.114 2003/04/29 08:32:59 robertj * Added new wink functions for Windows IxJ lid. * * Revision 1.113 2002/11/05 04:33:21 robertj * Changed IsLineDisconnected() to work with POTSLine * * Revision 1.112 2002/11/05 04:27:58 robertj * Imported RingLine() by array from OPAL. * * Revision 1.111 2002/10/30 05:54:17 craigs * Fixed compatibilty problems with G.723.1 6k3 and 5k3 * * Revision 1.110 2002/06/25 08:30:12 robertj * Changes to differentiate between stright G.723.1 and G.723.1 Annex A using * the OLC dataType silenceSuppression field so does not send SID frames * to receiver codecs that do not understand them. * * Revision 1.109 2002/05/09 06:26:34 robertj * Added fuction to get the current audio enable state for line in device. * Changed IxJ EnableAudio() semantics so is exclusive, no direct switching * from PSTN to POTS and vice versa without disabling the old one first. * * Revision 1.108 2002/03/21 02:37:33 robertj * Fixed G.723.1 5.3k mode so receiver (playback) still accepts 6.3k data. * * Revision 1.107 2002/02/08 14:41:49 craigs * Changed codec table to use mediatream #defines. Thanks to Roger Hardiman * * Revision 1.106 2001/12/11 04:27:28 craigs * Added support for 5.3kbps G723.1 * * Revision 1.105 2001/12/03 00:40:43 robertj * Fixed problem with false off hook detect with LineJACK and no PSTN active. * * Revision 1.104 2001/10/11 00:48:08 robertj * Changed so if stopping read/write also stops fax and vice versa. * * Revision 1.103 2001/09/25 01:12:06 robertj * Changed check to v 5.5.141 * * Revision 1.102 2001/09/24 12:31:35 robertj * Added backward compatibility with old drivers. * * Revision 1.101 2001/09/10 08:22:16 robertj * Fixed minor problems with error codes. * * Revision 1.100 2001/07/24 02:29:56 robertj * Added setting of xJack filter coefficients for some frequencies, * values taken from open source Linux driver. * * Revision 1.99 2001/07/19 05:54:30 robertj * Updated interface to xJACK drivers to utilise cadence and filter functions * for dial tone, busy tone and ringback tone detection. * * Revision 1.98 2001/07/06 03:44:35 robertj * Oops, the WAVE output should ALWAYS be unmuted! * * Revision 1.97 2001/07/06 00:45:15 robertj * Fixed accidentlaly unmuting microphone on audio output for LineJACKs. * * Revision 1.96 2001/06/12 00:12:23 craigs * No longer looks for dialtone for end of call * * Revision 1.95 2001/05/30 04:06:26 robertj * Fixed setting of LineJACK mixer mutes to AFTER setting of analague source * as each source has different mixer settings in driver. * Change start of codec (SetXXXFormat()) to explicitly stop codec. * * Revision 1.94 2001/05/25 02:19:53 robertj * Fixed problem with codec data reblocking code not being reset when * code is stopped and restarted, thanks Artis Kugevics * * Revision 1.93 2001/05/21 06:37:06 craigs * Changed to allow optional wink detection for line disconnect * * Revision 1.92 2001/05/11 04:43:43 robertj * Added variable names for standard PCM-16 media format name. * * Revision 1.91 2001/05/10 02:07:11 robertj * Fixed possibility of output on POTS/PSTN being muted accidentally and * thus not having any audio. Explicitly unmutes it on selection. * * Revision 1.90 2001/04/20 02:27:29 robertj * Added extra mutex in SetReadFormat() for if it ever gets called without * a StopCodec() beforehand. * * Revision 1.89 2001/04/18 02:31:58 craigs * Fixed problem with illegal date in caller ID causing assert * * Revision 1.88 2001/04/09 08:46:16 robertj * Added implementations to set mode for removing DTMF from media. * * Revision 1.87 2001/03/31 02:55:55 robertj * Removed some interlocks on functions that are no longer required in current drivers. * * Revision 1.86 2001/03/30 05:46:09 robertj * Added trace output of driver version number. * Added check for PSTN line disconnect to include looking for tones. * * Revision 1.85 2001/03/29 23:40:46 robertj * Added ability to get average signal level for both receive and transmit. * Changed G.729A silence frames to be CNG frames to stop clicking sound. * * Revision 1.84 2001/03/24 00:52:34 robertj * Fixed incorrect conditional on error trace for G.729B packet in G.729A mode. * * Revision 1.83 2001/03/23 05:38:09 robertj * Added PTRACE_IF to output trace if a conditional is TRUE. * Indicate if get sent a G.729B packet when in G.729A mode. * * Revision 1.82 2001/03/22 06:18:49 robertj * Fixed very subtle problem with Quicknet cards under NT/2K, caused occassional * blip in continuous audio due to the resolution of internal timers. * * Revision 1.81 2001/02/21 08:09:15 robertj * Added more tones for characters 'e' through 'o'. * * Revision 1.80 2001/02/16 08:18:17 robertj * Fixed IXJ interface to compensate for driver bug. * * Revision 1.79 2001/02/15 05:15:34 robertj * Compensated for driver failing to return serial number on Win98. * * Revision 1.78 2001/02/07 05:02:58 robertj * Temporary removal of code due to broken driver. * * Revision 1.77 2001/01/25 07:27:16 robertj * Major changes to add more flexible OpalMediaFormat class to normalise * all information about media types, especially codecs. * * Revision 1.76 2001/01/24 05:34:49 robertj * Altered volume control range to be percentage, ie 100 is max volume. * * Revision 1.75 2001/01/11 05:39:44 robertj * Fixed usage of G.723.1 CNG 1 byte frames. * * Revision 1.74 2000/12/18 21:56:13 robertj * Fixed saving of POTS/PSTN link state when doing PSTN line test. * Changed caller ID code to allow for single record protocol. * * Revision 1.73 2000/12/17 23:08:01 robertj * Changed driver close so goes into POTS/PSTN pass through mode. * * Revision 1.72 2000/12/12 07:51:36 robertj * Changed name to include word Internet as in Linux driver. * * Revision 1.71 2000/12/11 01:47:14 robertj * Changed to use built PWLib class for overlapped I/O. * * Revision 1.70 2000/11/30 08:48:36 robertj * Added functions to enable/disable Voice Activity Detection in LID's * * Revision 1.69 2000/11/30 05:59:57 robertj * Changed raw mode transfer block size to 30ms blocks. * Removed test of raw mode read/write as driver returns incorrect value. * Added PTRACE of error code from driver when error occurs. * Fixed bug in raw mode write, count of bytes too large if second write in loop. * * Revision 1.68 2000/11/28 01:59:53 robertj * Removed usage of deprecated volume setting calls. * * Revision 1.67 2000/11/27 00:12:18 robertj * Added WIN32 version of hook flash detection function. * * Revision 1.66 2000/11/24 10:58:47 robertj * Added a raw PCM dta mode for generating/detecting standard tones. * Modified the ReadFrame/WriteFrame functions to allow for variable length codecs. * Fixed hook state debouncing. * Added codec to explicitly set LineJACK mixer settings to avoid funny modes * the driver/hardware gets into sometimes. * Changed tone detection API slightly to allow detection of multiple * simultaneous tones * * Revision 1.65 2000/11/06 06:33:26 robertj * Changed hook state debounce so does not block for 200ms. * * Revision 1.64 2000/11/03 06:25:37 robertj * Added flag to IsLinePresent() to force slow test, guarenteeing correct value. * * Revision 1.63 2000/10/26 12:24:56 robertj * Added configurable G.729 codec usage, based on separate license. * * Revision 1.62 2000/10/19 04:04:04 robertj * Added functions to get xJACK card type and serial number. * * Revision 1.61 2000/10/13 02:21:28 robertj * Changed volume control code to set more mixer values on LineJACK. * * Revision 1.60 2000/09/26 02:17:35 robertj * Fixed MSVC warning * * Revision 1.59 2000/09/26 01:48:36 robertj * Removed now redundent AEC resetting when starting read/write codec. * * Revision 1.58 2000/09/23 06:55:24 robertj * Put code back so gets driver default frame size instead of trying to set it. Caused lockups. * * Revision 1.57 2000/09/22 01:35:51 robertj * Added support for handling LID's that only do symmetric codecs. * * Revision 1.56 2000/09/15 23:01:50 robertj * Fixed choppy audio in som cases with PCM, explicitly set frame size now. * * Revision 1.55 2000/09/05 22:07:50 robertj * Removed deprecated IOCTL_Idle_Idle. * * Revision 1.54 2000/09/04 05:45:03 robertj * Added VMWI support and country codes to IXJ driver interface. * * Revision 1.53 2000/09/01 01:25:05 robertj * Fixed incorrect class names and began country code setting of driver. * * Revision 1.52 2000/08/31 13:14:40 craigs * Added functions to LID * More bulletproofing to Linux driver * * Revision 1.51 2000/08/30 22:57:46 robertj * Removed call to CancelIO, does not exist in Win95! * * Revision 1.50 2000/08/21 02:49:14 robertj * Added timeout for driver read/write, should never block for long. * * Revision 1.49 2000/08/01 03:24:49 robertj * Changed enumeration of Quicknet devices to use new technique for future Win2k drives. * * Revision 1.48 2000/07/28 06:29:20 robertj * Fixed AEC under Win32 so can be changed from other processes. * * Revision 1.47 2000/07/25 02:07:34 robertj * Reduced max range of device numbers as can get some low serial numbers. * * Revision 1.46 2000/07/14 14:12:06 robertj * Added turning off of VAD which results in 1 byte G.723.1 frames that not * everyone supports yet. * * Revision 1.45 2000/07/12 10:25:07 robertj * Added PhoneCARD support on Win9x systems. * * Revision 1.44 2000/06/20 12:51:23 robertj * Changed IXJ driver open so does not change selected line to PSTN. * * Revision 1.43 2000/06/20 02:22:41 robertj * Fixed NT version so can still use serial number to open device. * * Revision 1.42 2000/06/19 00:31:30 robertj * Changed NT device name to be a bit more user friendly. * * Revision 1.41 2000/06/08 02:33:25 robertj * Fixed detection of correct xJack card type under NT. * Added ability to use just "0" or "1" instead of "\\.\QTJackDevice0" as device name. * * Revision 1.40 2000/05/25 02:23:25 robertj * Added calls to get volume settings * * Revision 1.39 2000/05/15 08:38:59 robertj * Changed LineJACK PSTN check so is initiated only if state unknown. * * Revision 1.38 2000/05/02 04:32:27 robertj * Fixed copyright notice comment. * * Revision 1.37 2000/04/30 04:00:33 robertj * Changed determination of frame size to use driver ioctl for PCM, uLAw and ALaw. * * Revision 1.36 2000/04/28 07:00:26 robertj * Fixed race condition causing RTP send thread to randomly shut down. * * Revision 1.35 2000/04/19 01:57:39 robertj * Added mixer code to get volume control support on LineJACK;s. * Attempt to prevent getting very occassional ReadFrame() failure causing tx channel stop. * * Revision 1.34 2000/04/12 23:56:37 robertj * Fixed detection of PCI PhoneJACK on NT. * * Revision 1.33 2000/04/06 20:36:25 robertj * Fixed some LineJACK compatbility problems (eg DTMF detect stopping). * * Revision 1.32 2000/04/05 20:55:41 robertj * Added caller ID send, and fixed receive for multiple fields. * * Revision 1.31 2000/04/05 18:04:12 robertj * Changed caller ID code for better portability. * * Revision 1.30 2000/03/30 01:55:13 robertj * Added function so silence detection can work on xJack internetl codecs. * Fixed length of G.728 codec frames * * Revision 1.29 2000/03/29 20:59:52 robertj * Added function on LID to get available codecs. * Improved consistency in "device name". * Fixed codec table for G.729 codec * Fixed lockup bug with tone/codec interaction. * * Revision 1.28 2000/03/23 02:48:49 robertj * Added calling tone detection code. * * Revision 1.27 2000/03/17 20:59:42 robertj * Fixed line count to be xJACK card dependent. * Added support for more xJACK card types. * * Revision 1.26 2000/02/24 00:35:22 robertj * Fixed problem with unresolved SetRemoveDTMF function when not using linux telephony. * * Revision 1.25 2000/02/16 04:04:37 robertj * Fixed bug where IXJ POTS handset never returned off hook. * * Revision 1.24 2000/01/07 08:28:09 robertj * Additions and changes to line interface device base class. * * Revision 1.23 1999/12/30 09:16:41 robertj * Fixed initialisation of driver handle, prevent crash in Close(). * * Revision 1.22 1999/12/23 23:02:36 robertj * File reorganision for separating RTP from H.323 and creation of LID for VPB support. * * Revision 1.21 1999/11/29 04:50:11 robertj * Added adaptive threshold calculation to silence detection. * * Revision 1.20 1999/11/20 04:38:03 robertj * Removed potential driver lockups by doing overlapped I/O only on read/write ioctls. * * Revision 1.19 1999/11/19 09:17:15 robertj * Fixed problems with aycnhronous shut down of logical channels. * * Revision 1.18 1999/11/16 12:43:02 robertj * Dixed missing initialise of AEC variable. * * Revision 1.17 1999/11/16 11:32:06 robertj * Added some calling tones. * * Revision 1.16 1999/11/12 02:25:01 robertj * More NT support. * * Revision 1.15 1999/11/11 23:15:31 robertj * Fixed bug where closed driver was not flagged as closed. * * Revision 1.14 1999/11/11 01:16:57 robertj * Added NT support, debounce of phone hook state and wait for line test completion. * * Revision 1.13 1999/11/06 05:36:19 robertj * Fixed problem with read/write locking up when stopping codec. * * Revision 1.12 1999/11/06 03:32:27 robertj * Added volume control functions for record/playback. * * Revision 1.11 1999/11/05 12:53:40 robertj * Fixed warnings on notrace version. * * Revision 1.10 1999/11/05 10:51:18 robertj * Fixed problem with new ixj channel doing incorrect double initialise * * Revision 1.9 1999/11/05 08:54:41 robertj * Rewrite of ixj interface code to fix support for arbitrary codecs. * * Revision 1.8 1999/11/02 00:24:29 robertj * Added GetCallerID() function and implemented some LineJACK code. * * Revision 1.7 1999/11/01 01:20:26 robertj * Added flunction to enabled/disable DTM detection * * Revision 1.6 1999/11/01 00:47:14 robertj * Fixed problems with stopping codecs * * Revision 1.5 1999/10/30 12:43:25 robertj * Fixed "lock up" problem, DTMF problem and added function to get line status. * * Revision 1.4 1999/10/28 12:21:34 robertj * Added AEC support and speakerphone switching button. * * Revision 1.3 1999/10/27 06:30:31 robertj * Added CancelIO command when closing channel. * * Revision 1.2 1999/10/24 14:51:41 robertj * Removed EnableDetectDTMF() as unix ioctl does not exist. * * Revision 1.1 1999/10/24 12:59:41 robertj * Added platform independent support for Quicknet xJACK cards. * */ #include #include "ixjlid.h" #include #include #ifdef HAS_IXJ #ifndef _WIN32_WINCE #pragma comment(lib, "winmm.lib") #endif #define NEW_DRIVER_VERSION ((5<<24)|(5<<16)|141) #define new PNEW static enum { IsWindows9x, IsWindowsNT, IsWindows2k } GetOperatingSystem() { static OSVERSIONINFO version; if (version.dwOSVersionInfoSize == 0) { version.dwOSVersionInfoSize = sizeof(version); GetVersionEx(&version); } if (version.dwPlatformId != VER_PLATFORM_WIN32_NT) return IsWindows9x; if (version.dwMajorVersion < 5) return IsWindowsNT; return IsWindows2k; } #define IsLineJACK() (dwCardType == 3) ///////////////////////////////////////////////////////////////////////////// OpalIxJDevice::OpalIxJDevice() { hDriver = INVALID_HANDLE_VALUE; driverVersion = 0; readStopped = writeStopped = TRUE; readFrameSize = writeFrameSize = 480; // 30 milliseconds of 16 bit PCM data readCodecType = writeCodecType = P_MAX_INDEX; currentHookState = lastHookState = FALSE; inRawMode = FALSE; enabledAudioLine = UINT_MAX; exclusiveAudioMode = TRUE; lastDTMFDigit = 0; hReadEvent = hWriteEvent = NULL; } BOOL OpalIxJDevice::Open(const PString & device) { Close(); PTRACE(3, "xJack\tOpening IxJ device \"" << device << '"'); DWORD dwDeviceId = device.AsUnsigned(16); PString devicePath; const char * DevicePathPrefix = "\\\\.\\QTJACKDevice"; switch (GetOperatingSystem()) { case IsWindows2k : DevicePathPrefix = "\\\\.\\QTIWDMDevice"; // Flow into NT case case IsWindowsNT : if (dwDeviceId < 100) { devicePath = device.Left(device.Find(' ')); if (strspn(devicePath, "0123456789") == strlen(devicePath)) devicePath = DevicePathPrefix + devicePath; } else { PStringArray allDevices = GetDeviceNames(); for (PINDEX dev = 0; dev < allDevices.GetSize(); dev++) { PString thisDevice = allDevices[dev]; if (thisDevice.Find(device) != P_MAX_INDEX) { devicePath = thisDevice.Left(thisDevice.Find(' ')); break; } } } timeBeginPeriod(2); break; case IsWindows9x : devicePath = "\\\\.\\Qtipj.vxd"; } hDriver = CreateFile(devicePath, GENERIC_READ | GENERIC_WRITE, FILE_SHARE_WRITE, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL | FILE_FLAG_OVERLAPPED, NULL); if (hDriver == INVALID_HANDLE_VALUE) { osError = ::GetLastError()|PWIN32ErrorFlag; return FALSE; } if (GetOperatingSystem() == IsWindows9x) { DWORD dwResult = 0; if (!IoControl(IOCTL_Device_Open, dwDeviceId, &dwResult) || dwResult == 0) { CloseHandle(hDriver); hDriver = INVALID_HANDLE_VALUE; osError = ENOENT; return FALSE; } deviceName = psprintf("%08X", dwDeviceId); } else { dwDeviceId = GetSerialNumber(); if (dwDeviceId == 0) { CloseHandle(hDriver); hDriver = INVALID_HANDLE_VALUE; osError = ENOENT; return FALSE; } PINDEX prefixLen = strlen(DevicePathPrefix); if (strnicmp(devicePath, DevicePathPrefix, prefixLen) == 0) deviceName = devicePath.Mid(prefixLen); else deviceName = devicePath; } dwCardType = dwDeviceId >> 28; IoControl(IOCTL_Codec_SetKHz, 8000); IoControl(IOCTL_Idle_SetMasterGain, 15); IoControl(IOCTL_Filter_EnableDTMFDetect); IoControl(IOCTL_Speakerphone_AECOn); DWORD ver = 0; IoControl(IOCTL_VxD_GetVersion, 0, &ver); driverVersion = ((ver&0xff)<<24)|((ver&0xff00)<<8)|((ver>>16)&0xffff); PTRACE(2, "xJack\tOpened IxJ device \"" << GetName() << "\" version " << ((driverVersion>>24)&0xff ) << '.' << ((driverVersion>>16)&0xff ) << '.' << ( driverVersion &0xffff)); os_handle = 1; return TRUE; } BOOL OpalIxJDevice::Close() { if (!IsOpen()) return FALSE; RingLine(0, 0); StopRawCodec(0); SetLineToLineDirect(0, 1, TRUE); // Back to pass through mode if (GetOperatingSystem() == IsWindows9x) IoControl(IOCTL_Device_Close); else timeEndPeriod(2); deviceName = PString(); if (hReadEvent != NULL) { CloseHandle(hReadEvent); hReadEvent = NULL; } if (hWriteEvent != NULL) { CloseHandle(hWriteEvent); hWriteEvent = NULL; } BOOL ok = CloseHandle(hDriver); hDriver = INVALID_HANDLE_VALUE; os_handle = -1; return ok; } PString OpalIxJDevice::GetName() const { PStringStream name; name << "Internet "; switch (dwCardType) { case 0 : case 1 : name << "PhoneJACK"; break; case 3 : name << "LineJACK"; break; case 4 : name << "PhoneJACK-Lite"; break; case 5 : name << "PhoneJACK-PCI"; break; case 6 : name << "PhoneCARD"; break; default : name << "xJACK"; } name << " (" << deviceName << ')'; return name; } unsigned OpalIxJDevice::GetLineCount() { return IsLineJACK() ? NumLines : 1; } BOOL OpalIxJDevice::IsLinePresent(unsigned line, BOOL force) { if (line >= GetLineCount()) return FALSE; if (line != PSTNLine) return FALSE; int oldSlicState = -1; DWORD dwResult = 0; do { if (!IoControl(IOCTL_DevCtrl_GetLineTestResult, 0, &dwResult)) return FALSE; if (dwResult == 0xffffffff || force) { if (dwResult == LINE_TEST_OK) { IoControl(IOCTL_DevCtrl_GetPotsToSlic, 0, &dwResult); oldSlicState = dwResult; } IoControl(IOCTL_DevCtrl_LineTest); dwResult = LINE_TEST_TESTING; force = FALSE; } } while (dwResult == LINE_TEST_TESTING); if (oldSlicState >= 0) IoControl(IOCTL_DevCtrl_SetPotsToSlic, oldSlicState); return dwResult == LINE_TEST_OK; } BOOL OpalIxJDevice::IsLineOffHook(unsigned line) { if (line >= GetLineCount()) return FALSE; DWORD dwResult = 0; if (line == PSTNLine) { if (!IoControl(IOCTL_DevCtrl_GetLineOnHook, 0, &dwResult)) return FALSE; return dwResult == 0; } if (!IoControl(IsLineJACK() && IsLinePresent(PSTNLine) ? IOCTL_DevCtrl_GetLinePhoneOnHook : IOCTL_DevCtrl_GetOnHook, 0, &dwResult)) return FALSE; BOOL newHookState = dwResult == 0; if (lastHookState != newHookState) { lastHookState = newHookState; hookTimeout = 250; } else { if (!hookTimeout.IsRunning()) currentHookState = lastHookState; } return currentHookState; } BOOL OpalIxJDevice::SetLineOffHook(unsigned line, BOOL newState) { if (line >= GetLineCount()) return FALSE; if (line != PSTNLine) return FALSE; return IoControl(IOCTL_DevCtrl_LineSetOnHook, !newState); } BOOL OpalIxJDevice::HasHookFlash(unsigned line) { if (line != POTSLine) return FALSE; DWORD dwResult; if (!IoControl(IOCTL_DevCtrl_GetFlashState, 0, &dwResult)) return FALSE; if (lastFlashState == dwResult) return FALSE; lastFlashState = dwResult; return dwResult != 0; } BOOL OpalIxJDevice::IsLineRinging(unsigned line, DWORD * /*cadence*/) { if (line >= GetLineCount()) return FALSE; if (line != PSTNLine) return FALSE; if (ringTimeout.IsRunning()) return TRUE; DWORD dwResult = 0; if (!IoControl(IOCTL_DevCtrl_LineGetRinging, 0, &dwResult) || dwResult == 0) return FALSE; ringTimeout = 2500; return TRUE; } BOOL OpalIxJDevice::RingLine(unsigned line, DWORD cadence) { if (line >= GetLineCount()) return FALSE; if (line != POTSLine) return FALSE; if (cadence == TRUE) { switch (countryCode) { case Australia : static unsigned AusRing[] = { 200, 400, 200, 2000 }; return RingLine(line, PARRAYSIZE(AusRing), AusRing); } // United States ring pattern cadence = 0x00f; } IoControl(IOCTL_DevCtrl_SetPotsToSlic, 1); return IoControl(IOCTL_DevCtrl_SetRingPattern, cadence); } BOOL OpalIxJDevice::RingLine(unsigned line, PINDEX nCadence, unsigned * pattern) { if (line >= GetLineCount()) return FALSE; if (line != POTSLine) return FALSE; IoControl(IOCTL_DevCtrl_SetPotsToSlic, 1); DWORD dwReturn, dwSize; DWORD cadenceArray[10]; cadenceArray[0] = (nCadence+1)/2; // Number of pairs cadenceArray[1] = (nCadence&1) == 0; // If odd then repeat last entry PINDEX i; for (i = 2; i < nCadence; i++) cadenceArray[i] = pattern[i-2]; for (; i < PARRAYSIZE(cadenceArray); i++) cadenceArray[i] = 0; return IoControl(IOCTL_DevCtrl_SetRingCadence, cadenceArray, sizeof(cadenceArray), &dwReturn, sizeof(dwReturn), &dwSize); } BOOL OpalIxJDevice::IsLineDisconnected(unsigned line, BOOL checkForWink) { if (line >= GetLineCount()) return FALSE; if (line != PSTNLine) return !IsLineOffHook(line); if (checkForWink) { DWORD dwResult = 0; if (IoControl(IOCTL_DevCtrl_GetLineCallerOnHook, 0, &dwResult) && dwResult != 0) { PTRACE(3, "xJack\tDetected wink, line disconnected."); return TRUE; } } /* if ((IsToneDetected(line) & (DialTone|BusyTone)) != 0) { */ if ((IsToneDetected(line) & BusyTone) != 0) { PTRACE(3, "xJack\tDetected dial or busy tone, line disconnected."); return TRUE; } return FALSE; } BOOL OpalIxJDevice::SetLineToLineDirect(unsigned line1, unsigned line2, BOOL connect) { if (line1 >= GetLineCount() || line2 >= GetLineCount()) return FALSE; if (line1 == line2) return FALSE; DWORD dwResult = 0; return IoControl(IOCTL_DevCtrl_SetPotsToSlic, connect ? 0 : 1, &dwResult) && dwResult != 0; } BOOL OpalIxJDevice::IsLineToLineDirect(unsigned line1, unsigned line2) { if (line1 >= GetLineCount() || line2 >= GetLineCount()) return FALSE; if (line1 == line2) return FALSE; // The IOCTL_DevCtrl_GetPotsToSlic is broken unless the line test has been // performed and there is a PSTN line present. if (!IsLinePresent(PSTNLine)) return FALSE; DWORD dwResult = 1; if (!IoControl(IOCTL_DevCtrl_GetPotsToSlic, 0, &dwResult)) return FALSE; return dwResult == 0; } static const struct { const char * mediaFormat; unsigned dspBitMask:3; // bit0=8020,bit1=8021,bit2=8022 unsigned isG729:1; unsigned isG7231:1; unsigned vad:1; PINDEX frameSize; DWORD recordMode; DWORD recordRate; DWORD playbackMode; DWORD playbackRate; } CodecInfo[] = { { OPAL_PCM16, 7, 0, 0, 0, 0, RECORD_MODE_16LINEAR, 0, PLAYBACK_MODE_16LINEAR, 0 }, { OPAL_G711_ULAW_64K, 7, 0, 0, 0, 0, RECORD_MODE_ULAW, 0, PLAYBACK_MODE_ULAW, 0 }, { OPAL_G711_ALAW_64K, 7, 0, 0, 0, 0, RECORD_MODE_ALAW, 0, PLAYBACK_MODE_ALAW, 0 }, { OPAL_G728, 2, 0, 0, 0, 20, RECORD_MODE_TRUESPEECH, RECORD_RATE_G728, PLAYBACK_MODE_TRUESPEECH, PLAYBACK_RATE_G728 }, { OPAL_G729, 6, 1, 0, 0, 10, RECORD_MODE_TRUESPEECH, RECORD_RATE_G729, PLAYBACK_MODE_TRUESPEECH, PLAYBACK_RATE_G729 }, { OPAL_G729AB, 6, 1, 0, 1, 10, RECORD_MODE_TRUESPEECH, RECORD_RATE_G729, PLAYBACK_MODE_TRUESPEECH, PLAYBACK_RATE_G729 }, // these two lines should be for the 5k3 codec, but this does not work properly in the driver so we lie { OPAL_G7231_5k3, 7, 0, 1, 0, 24, RECORD_MODE_TRUESPEECH, RECORD_RATE_G723_63, PLAYBACK_MODE_TRUESPEECH, PLAYBACK_RATE_G723_63 }, { OPAL_G7231A_5k3, 7, 0, 1, 1, 24, RECORD_MODE_TRUESPEECH, RECORD_RATE_G723_63, PLAYBACK_MODE_TRUESPEECH, PLAYBACK_RATE_G723_63 }, { OPAL_G7231_6k3, 7, 0, 1, 0, 24, RECORD_MODE_TRUESPEECH, RECORD_RATE_G723_63, PLAYBACK_MODE_TRUESPEECH, PLAYBACK_RATE_G723_63 }, { OPAL_G7231A_6k3, 7, 0, 1, 1, 24, RECORD_MODE_TRUESPEECH, RECORD_RATE_G723_63, PLAYBACK_MODE_TRUESPEECH, PLAYBACK_RATE_G723_63 }, }; OpalMediaFormat::List OpalIxJDevice::GetMediaFormats() const { OpalMediaFormat::List codecs; OpalIxJDevice * unconstThis = (OpalIxJDevice *)this; DWORD dwIdCode = 0; if (unconstThis->IoControl(IOCTL_DevCtrl_GetIdCode, 0, &dwIdCode)) { unsigned dspBit = 1 << (dwIdCode&3); PINDEX codec = PARRAYSIZE(CodecInfo); while (codec-- > 0) { BOOL add = (CodecInfo[codec].dspBitMask&dspBit) != 0; if (add && CodecInfo[codec].isG729) { DWORD hasG729 = 1; add = unconstThis->IoControl(IOCTL_Device_GetG729Enable, 0, &hasG729) && hasG729; } if (add) codecs.Append(new OpalMediaFormat(CodecInfo[codec].mediaFormat)); } } return codecs; } static PINDEX FindCodec(const OpalMediaFormat & mediaFormat) { for (PINDEX codecType = 0; codecType < PARRAYSIZE(CodecInfo); codecType++) { if (mediaFormat == CodecInfo[codecType].mediaFormat) return codecType; } return P_MAX_INDEX; } BOOL OpalIxJDevice::SetReadFormat(unsigned line, const OpalMediaFormat & mediaFormat) { StopReadCodec(line); PWaitAndSignal mutex(readMutex); IoControl(IOCTL_Record_Stop); readCodecType = FindCodec(mediaFormat); if (readCodecType == P_MAX_INDEX) { PTRACE(1, "xJack\tUnsupported read codec requested: " << mediaFormat); return FALSE; } if (!writeStopped && readCodecType != writeCodecType) { PTRACE(1, "xJack\tAsymmetric codecs requested: " "read=" << CodecInfo[readCodecType].mediaFormat << " write=" << CodecInfo[writeCodecType].mediaFormat); return FALSE; } PTRACE(3, "xJack\tSetReadFormat(" << CodecInfo[readCodecType].mediaFormat << ')'); if (!IoControl(IOCTL_Codec_SetKHz, 8000)) return FALSE; if (!IoControl(IOCTL_Record_SetBufferChannelLimit, 1)) return FALSE; DWORD mode; do { if (!IoControl(IOCTL_Record_SetRECMODE, CodecInfo[readCodecType].recordMode)) return FALSE; if (!IoControl(IOCTL_Record_GetRECMODE, 0, &mode)) return FALSE; PTRACE_IF(3, mode != CodecInfo[readCodecType].recordMode, "xJack\tSetRECMODE failed (" << mode << " -> " << CodecInfo[readCodecType].recordMode << "), retrying"); } while (mode != CodecInfo[readCodecType].recordMode); DWORD rate; do { if (!IoControl(IOCTL_Record_SetRate, CodecInfo[readCodecType].recordRate)) return FALSE; if (!IoControl(IOCTL_Record_GetRate, 0, &rate)) return FALSE; PTRACE_IF(3, rate != CodecInfo[readCodecType].recordRate, "xJack\tRecord_SetRate failed (" << rate << " -> " << CodecInfo[readCodecType].recordRate << "), retrying"); } while (rate != CodecInfo[readCodecType].recordRate); readFrameSize = CodecInfo[readCodecType].frameSize; if (readFrameSize == 0) { DWORD frameWords; if (IoControl(IOCTL_Record_GetFrameSize, 0, &frameWords)) readFrameSize = frameWords*2; else { PTRACE(1, "xJack\tCould not get record frame size."); return FALSE; } } SetVAD(line, CodecInfo[readCodecType].vad); if (!IoControl(driverVersion >= NEW_DRIVER_VERSION ? IOCTL_Record_Start : IOCTL_Record_Start_Old)) return FALSE; readStopped = FALSE; return TRUE; } BOOL OpalIxJDevice::SetWriteFormat(unsigned line, const OpalMediaFormat & mediaFormat) { StopWriteCodec(line); PWaitAndSignal mutex(writeMutex); IoControl(IOCTL_Playback_Stop); writeCodecType = FindCodec(mediaFormat); if (writeCodecType == P_MAX_INDEX) { PTRACE(1, "xJack\tUnsupported write codec requested: " << mediaFormat); return FALSE; } if (!readStopped && writeCodecType != readCodecType) { PTRACE(1, "xJack\tAsymmetric codecs requested: " "read=" << CodecInfo[readCodecType].mediaFormat << " write=" << CodecInfo[writeCodecType].mediaFormat); return FALSE; } PTRACE(3, "xJack\tSetWriteFormat(" << CodecInfo[writeCodecType].mediaFormat << ')'); if (!IoControl(IOCTL_Codec_SetKHz, 8000)) return FALSE; if (!IoControl(IOCTL_Playback_SetBufferChannelLimit, 1)) return FALSE; DWORD mode; do { if (!IoControl(IOCTL_Playback_SetPLAYMODE, CodecInfo[writeCodecType].playbackMode)) return FALSE; if (!IoControl(IOCTL_Playback_GetPLAYMODE, 0, &mode)) return FALSE; PTRACE_IF(2, mode != CodecInfo[writeCodecType].playbackMode, "xJack\tSetPLAYMODE failed (" << mode << " -> " << CodecInfo[writeCodecType].playbackMode << "), retrying"); } while (mode != CodecInfo[writeCodecType].playbackMode); DWORD rate; do { if (!IoControl(IOCTL_Playback_SetRate, CodecInfo[writeCodecType].playbackRate)) return FALSE; if (!IoControl(IOCTL_Playback_GetRate, 0, &rate)) return FALSE; PTRACE_IF(2, rate != CodecInfo[writeCodecType].playbackRate, "xJack\tPlayback_SetRate failed (" << rate << " -> " << CodecInfo[writeCodecType].playbackRate << "), retrying"); } while (rate != CodecInfo[writeCodecType].playbackRate); writeFrameSize = CodecInfo[writeCodecType].frameSize; if (writeFrameSize == 0) { DWORD frameWords; if (IoControl(IOCTL_Playback_GetFrameSize, 0, &frameWords)) writeFrameSize = frameWords*2; else { PTRACE(1, "xJack\tCould not get playback frame size."); return FALSE; } } SetVAD(line, CodecInfo[writeCodecType].vad); if (!IoControl(driverVersion >= NEW_DRIVER_VERSION ? IOCTL_Playback_Start : IOCTL_Playback_Start_Old)) return FALSE; writeStopped = FALSE; return TRUE; } OpalMediaFormat OpalIxJDevice::GetReadFormat(unsigned) { if (readCodecType == P_MAX_INDEX) return ""; return CodecInfo[readCodecType].mediaFormat; } OpalMediaFormat OpalIxJDevice::GetWriteFormat(unsigned) { if (writeCodecType == P_MAX_INDEX) return ""; return CodecInfo[writeCodecType].mediaFormat; } BOOL OpalIxJDevice::SetRawCodec(unsigned) { if (inRawMode) return FALSE; PTRACE(3, "xJack\tSetRawCodec()"); // Default to 30ms frames of 16 bit PCM data readFrameSize = 480; writeFrameSize = 480; if (hReadEvent == NULL) hReadEvent = CreateEvent(NULL, TRUE, FALSE, NULL); if (hWriteEvent == NULL) hWriteEvent = CreateEvent(NULL, TRUE, FALSE, NULL); HANDLE hEventArr[2]; if (GetOperatingSystem() == IsWindows9x) { CHAR K32Path[MAX_PATH]; HINSTANCE hK32; HANDLE (WINAPI *OpenVxDHandle)(HANDLE); GetSystemDirectory(K32Path, MAX_PATH); strcat(K32Path, "\\kernel32.dll"); hK32 = LoadLibrary(K32Path); OpenVxDHandle = (HANDLE(WINAPI *)(HANDLE))GetProcAddress(hK32, "OpenVxDHandle"); hEventArr[0] = OpenVxDHandle(hReadEvent); hEventArr[1] = OpenVxDHandle(hWriteEvent); FreeLibrary(hK32); } else { hEventArr[0] = hReadEvent; hEventArr[1] = hWriteEvent; } readMutex.Wait(); writeMutex.Wait(); DWORD dwReturn, dwBytesReturned; inRawMode = IoControl(IOCTL_Fax_Start, hEventArr, sizeof(hEventArr), &dwReturn, sizeof(dwReturn), &dwBytesReturned); readCodecType = writeCodecType = 0; readStopped = writeStopped = !inRawMode; readMutex.Signal(); writeMutex.Signal(); return inRawMode; } BOOL OpalIxJDevice::StopReadCodec(unsigned line) { if (inRawMode) return StopRawCodec(line); PTRACE(3, "xJack\tStopping read codec"); readMutex.Wait(); if (!readStopped) { readStopped = TRUE; IoControl(IOCTL_Record_Stop); } readMutex.Signal(); return OpalLineInterfaceDevice::StopReadCodec(line); } BOOL OpalIxJDevice::StopWriteCodec(unsigned line) { if (inRawMode) return StopRawCodec(line); PTRACE(3, "xJack\tStopping write codec"); writeMutex.Wait(); if (!writeStopped) { writeStopped = TRUE; IoControl(IOCTL_Playback_Stop); } writeMutex.Signal(); return OpalLineInterfaceDevice::StopWriteCodec(line); } BOOL OpalIxJDevice::StopRawCodec(unsigned line) { if (!inRawMode) { BOOL ok = StopReadCodec(line); return StopWriteCodec(line) && ok; } PTRACE(3, "xJack\tStopping raw codec"); readMutex.Wait(); writeMutex.Wait(); readStopped = TRUE; writeStopped = TRUE; BOOL ok = IoControl(IOCTL_Fax_Stop); readMutex.Signal(); writeMutex.Signal(); inRawMode = FALSE; OpalLineInterfaceDevice::StopReadCodec(line); OpalLineInterfaceDevice::StopWriteCodec(line); return ok; } PINDEX OpalIxJDevice::GetReadFrameSize(unsigned) { return readFrameSize; } BOOL OpalIxJDevice::SetReadFrameSize(unsigned, PINDEX size) { if (!inRawMode) return FALSE; readFrameSize = size; return TRUE; } PINDEX OpalIxJDevice::GetWriteFrameSize(unsigned) { return writeFrameSize; } BOOL OpalIxJDevice::SetWriteFrameSize(unsigned, PINDEX size) { if (!inRawMode) return FALSE; writeFrameSize = size; return TRUE; } BOOL OpalIxJDevice::ReadFrame(unsigned, void * buffer, PINDEX & count) { count = 0; PWaitAndSignal mutex(readMutex); if (readStopped) return FALSE; DWORD dwBytesReturned = 0; if (inRawMode) { if (WaitForSingleObjectEx(hReadEvent, 1000, TRUE) != WAIT_OBJECT_0) { osError = EAGAIN; PTRACE(1, "xJack\tRead Timeout!"); return FALSE; } IoControl(IOCTL_Fax_Read, NULL, 0, buffer, readFrameSize, &dwBytesReturned); count = (PINDEX)dwBytesReturned; return TRUE; } BOOL reblockG729 = CodecInfo[readCodecType].isG729; WORD temp_frame_buffer[6]; PWin32Overlapped overlap; if (!IoControl(IOCTL_Device_Read, NULL, 0, reblockG729 ? temp_frame_buffer : buffer, reblockG729 ? sizeof(temp_frame_buffer) : readFrameSize, &dwBytesReturned, &overlap)) return FALSE; if (reblockG729) { switch (temp_frame_buffer[0]) { case 1 : memcpy(buffer, &temp_frame_buffer[1], 10); count = 10; break; case 2 : if (CodecInfo[readCodecType].vad) { *(WORD *)buffer = temp_frame_buffer[1]; count = 2; } else { memset(buffer, 0, 10); count = 10; } break; default : // Must be old driver memcpy(buffer, temp_frame_buffer, 10); count = 10; } } else if (CodecInfo[readCodecType].isG7231) { // Pick out special cases for G.723.1 based codecs (variable length frames) static const PINDEX g723count[4] = { 24, 20, 4, 1 }; count = g723count[(*(BYTE *)buffer)&3]; } else count = (PINDEX)dwBytesReturned; return TRUE; } BOOL OpalIxJDevice::WriteFrame(unsigned, const void * buffer, PINDEX count, PINDEX & written) { PWaitAndSignal mutex(writeMutex); if (writeStopped) return FALSE; DWORD dwResult = 0; DWORD dwBytesReturned = 0; if (inRawMode) { for (written = 0; written < count; written += dwResult) { if (WaitForSingleObjectEx(hWriteEvent, 1000, TRUE) != WAIT_OBJECT_0) { osError = EAGAIN; PTRACE(1, "xJack\tWrite Timeout!"); return FALSE; } IoControl(IOCTL_Fax_Write, ((BYTE *)buffer)+written, count-written, &dwResult, sizeof(dwResult), &dwBytesReturned); } return TRUE; } WORD temp_frame_buffer[12]; PINDEX bytesToWrite; if (CodecInfo[writeCodecType].isG7231) { // Pick out special cases for G.723.1 based codecs (variable length frames) switch ((*(BYTE *)buffer)&3) { case 0 : // 6.3kbps rate frame written = 24; break; case 1 : // 5.3kbps rate frame written = 20; break; case 2 : // a Silence Insertion Descriptor memset(temp_frame_buffer, 0, sizeof(temp_frame_buffer)); *(DWORD *)(temp_frame_buffer) = *(const DWORD *)buffer; buffer = temp_frame_buffer; written = 4; break; case 3 : // repeat last CNG frame // Check for frame erasure command if (memcmp(buffer, "\xff\xff\xff\xff", 4) == 0) written = 24; else { memset(temp_frame_buffer, 0, sizeof(temp_frame_buffer)); temp_frame_buffer[0] = 3; buffer = temp_frame_buffer; written = 1; } break; } bytesToWrite = 24; } else if (CodecInfo[writeCodecType].isG729) { if (count == 2) { PTRACE_IF(2, !CodecInfo[readCodecType].vad, "xJack\tG.729B frame received, but not selected."); temp_frame_buffer[0] = 2; temp_frame_buffer[1] = *(const WORD *)buffer; memset(&temp_frame_buffer[2], 0, 8); written = 2; } else { if (memcmp(buffer, "\0\0\0\0\0\0\0\0\0", 10) == 0) { #if 0 memset(temp_frame_buffer, 0, 12); #else // We really should be sending a full frame of zeros here, but the codec // makes a clicking sound if you do so send annex B CNG frames instead. temp_frame_buffer[0] = 2; memset(&temp_frame_buffer[1], 0, 10); #endif } else { temp_frame_buffer[0] = 1; memcpy(&temp_frame_buffer[1], buffer, 10); } written = 10; } buffer = temp_frame_buffer; bytesToWrite = 12; } else { bytesToWrite = writeFrameSize; written = bytesToWrite; } if (count < written) { osError = EINVAL; PTRACE(1, "xJack\tWrite of too small a buffer"); return FALSE; } PWin32Overlapped overlap; return IoControl(IOCTL_Device_Write, (void *)buffer, bytesToWrite, &dwResult, sizeof(dwResult), &dwBytesReturned, &overlap); } unsigned OpalIxJDevice::GetAverageSignalLevel(unsigned, BOOL playback) { DWORD dwLevel; if (!IoControl(playback ? IOCTL_Playback_GetAvgPlaybackLevel : IOCTL_Record_GetAvgRecordLevel, 0, &dwLevel)) return UINT_MAX; return dwLevel; } BOOL OpalIxJDevice::EnableAudio(unsigned line, BOOL enable) { if (line >= GetLineCount()) return FALSE; DWORD dwSource = ANALOG_SOURCE_SPEAKERPHONE; if (enable) { if (enabledAudioLine != line) { if (enabledAudioLine != UINT_MAX && exclusiveAudioMode) { PTRACE(3, "xJack\tEnableAudio on port when already enabled other port."); return FALSE; } enabledAudioLine = line; } dwSource = line == POTSLine ? ANALOG_SOURCE_POTSPHONE : ANALOG_SOURCE_PSTNLINE; } else enabledAudioLine = UINT_MAX; if (!IsLineJACK()) return IoControl(IOCTL_DevCtrl_SetAnalogSource, dwSource); BOOL connected = IsLineToLineDirect(POTSLine, PSTNLine); IoControl(IOCTL_DevCtrl_SetLineJackMode, dwSource == ANALOG_SOURCE_PSTNLINE ? LINEJACK_MODE_LINEJACK : LINEJACK_MODE_PHONEJACK); SetLineToLineDirect(POTSLine, PSTNLine, connected); if (dwSource != ANALOG_SOURCE_PSTNLINE) { if (!IoControl(IOCTL_DevCtrl_SetAnalogSource, dwSource)) return FALSE; } InternalSetVolume(TRUE, RecordMicrophone, -1, dwSource != ANALOG_SOURCE_SPEAKERPHONE); InternalSetVolume(TRUE, RecordPhoneIn, -1, dwSource != ANALOG_SOURCE_POTSPHONE); InternalSetVolume(FALSE,PlaybackPhoneOut, -1, dwSource != ANALOG_SOURCE_POTSPHONE); InternalSetVolume(TRUE, RecordPhoneLineIn, -1, dwSource != ANALOG_SOURCE_PSTNLINE); InternalSetVolume(FALSE,PlaybackPhoneLineOut,-1, dwSource != ANALOG_SOURCE_PSTNLINE); InternalSetVolume(FALSE,PlaybackWave, -1, FALSE); return TRUE; } BOOL OpalIxJDevice::IsAudioEnabled(unsigned line) { return enabledAudioLine == line; } BOOL OpalIxJDevice::InternalSetVolume(BOOL record, unsigned id, int volume, int mute) { MIXER_LINE mixer; mixer.dwLineID = id; DWORD dwSize = 0; if (!IoControl(record ? IOCTL_Mixer_GetRecordLineControls : IOCTL_Mixer_GetPlaybackLineControls, &mixer, sizeof(mixer), &mixer, sizeof(mixer), &dwSize)) return FALSE; if (volume >= 0) { if (volume >= 100) mixer.dwRightVolume = 65535; else mixer.dwRightVolume = volume*65536/100; mixer.dwLeftVolume = mixer.dwRightVolume; } if (mute >= 0) mixer.dwMute = mute != 0; DWORD dwReturn; return IoControl(record ? IOCTL_Mixer_SetRecordLineControls : IOCTL_Mixer_SetPlaybackLineControls, &mixer, sizeof(mixer), &dwReturn, sizeof(dwReturn), &dwSize); } BOOL OpalIxJDevice::SetRecordVolume(unsigned line, unsigned volume) { if (IsLineJACK()) { if (!InternalSetVolume(TRUE, line == POTSLine ? RecordPhoneIn : RecordPhoneLineIn, volume, -1)) return FALSE; } return InternalSetVolume(TRUE, RecordMaster, volume, -1); } BOOL OpalIxJDevice::SetPlayVolume(unsigned line, unsigned volume) { if (IsLineJACK()) { if (!InternalSetVolume(FALSE, line == POTSLine ? PlaybackPhoneOut : PlaybackPhoneLineOut, volume, -1)) return FALSE; } return InternalSetVolume(FALSE, PlaybackMaster, volume, -1); } BOOL OpalIxJDevice::GetRecordVolume(unsigned, unsigned & volume) { MIXER_LINE mixer; mixer.dwLineID = 0; DWORD dwSize = 0; if (!IoControl(IOCTL_Mixer_GetRecordLineControls, &mixer, sizeof(mixer), &mixer, sizeof(mixer), &dwSize)) return FALSE; if (mixer.dwLeftVolume > 65208) // 99.5% volume = 100; else volume = mixer.dwLeftVolume*100/65536; return TRUE; } BOOL OpalIxJDevice::GetPlayVolume(unsigned, unsigned & volume) { MIXER_LINE mixer; mixer.dwLineID = 0; DWORD dwSize = 0; if (!IoControl(IOCTL_Mixer_GetPlaybackLineControls, &mixer, sizeof(mixer), &mixer, sizeof(mixer), &dwSize)) return FALSE; if (mixer.dwLeftVolume > 65208) // 99.5% volume = 100; else volume = mixer.dwLeftVolume*100/65536; return TRUE; } OpalLineInterfaceDevice::AECLevels OpalIxJDevice::GetAEC(unsigned) { DWORD level = AECOff; IoControl(IOCTL_Speakerphone_GetAEC, 0, &level); return (AECLevels)level; } BOOL OpalIxJDevice::SetAEC(unsigned, AECLevels level) { return IoControl(IOCTL_Speakerphone_SetAEC, level); } unsigned OpalIxJDevice::GetWinkDuration(unsigned) { DWORD level = 0; IoControl(IOCTL_DevCtrl_GetLineWinkDetTime, 0, &level); return (unsigned)level; } BOOL OpalIxJDevice::SetWinkDuration(unsigned, unsigned winkDuration) { return IoControl(IOCTL_DevCtrl_SetLineWinkDetTime, winkDuration); } BOOL OpalIxJDevice::GetVAD(unsigned) { return vadEnabled; } BOOL OpalIxJDevice::SetVAD(unsigned, BOOL enable) { PTRACE(3, "xJack\tSet VAD " << (enable ? "on" : "off")); vadEnabled = enable; return IoControl(enable ? IOCTL_Record_EnableVAD : IOCTL_Record_DisableVAD); } BOOL OpalIxJDevice::GetCallerID(unsigned, PString & idString, BOOL full) { idString = PString(); BYTE buffer[512]; buffer[0] = 0; DWORD dwBytesReturned; if (!IoControl(IOCTL_DevCtrl_LineGetCallerID, buffer, sizeof(buffer), buffer, sizeof(buffer), &dwBytesReturned)) return FALSE; PTRACE_IF(3, buffer[0] != 0, "xJack\tCaller ID:\n" << hex << setprecision(2) << PBYTEArray(buffer, dwBytesReturned) << dec); PString name, timeStr; switch (buffer[0]) { case 4 : // Single message timeStr = PString((char *)&buffer[2], 8); idString = PString((char *)&buffer[10], buffer[1]-8); break; case 128 : { PINDEX totalLength = buffer[1]; PINDEX pos = 2; while (pos < totalLength) { switch (buffer[pos]) { case 1 : timeStr = PString((char *)&buffer[pos+2], buffer[pos+1]); break; case 2 : idString = PString((char *)&buffer[pos+2], buffer[pos+1]); break; case 7 : name = PString((char *)&buffer[pos+2], buffer[pos+1]); break; } pos += buffer[pos+1]+2; } break; } default : return FALSE; } if (full && !timeStr.IsEmpty()) { PTime now; int minute = timeStr(6,7).AsUnsigned() % 60; int hour = timeStr(4,5).AsUnsigned() % 24; int day = timeStr(2,3).AsUnsigned(); if (day < 1) day = 1; else if (day > 31) day = 31; int month = timeStr(0,1).AsUnsigned(); if (month < 1) month = 1; else if (month > 12) month = 12; PTime theTime(0, minute, hour, day, month, now.GetYear()); idString += '\t' + theTime.AsString(PTime::ShortDateTime) + '\t' + name; } return TRUE; } BOOL OpalIxJDevice::SetCallerID(unsigned line, const PString & idString) { if (line != POTSLine) return FALSE; if (idString.IsEmpty()) return TRUE; PString name, number; PTime theTime; PStringArray fields = idString.Tokenise('\t', TRUE); switch (fields.GetSize()) { case 3 : name = fields[2]; case 2 : theTime = PTime(fields[1]); case 1 : number = fields[0]; break; default : return FALSE; } PINDEX numberLength = number.GetLength(); PINDEX nameLength = name.GetLength(); char buffer[256]; buffer[0] = 1; buffer[1] = '\x80'; buffer[2] = (char)(14+numberLength+nameLength); buffer[3] = 1; buffer[4] = 8; sprintf(&buffer[5], "%02u%02u%02u%02u", theTime.GetMonth(), theTime.GetDay(), theTime.GetHour(), theTime.GetMinute()); buffer[13] = 2; buffer[14] = (char)numberLength; strcpy(&buffer[15], number); buffer[15+numberLength] = 7; buffer[16+numberLength] = (char)nameLength; strcpy(&buffer[17+numberLength], name); DWORD dwReturn = 0; DWORD dwBytesReturned; return IoControl(IOCTL_FSK_SetMsgData, buffer, 17+numberLength+nameLength, &dwReturn, sizeof(dwReturn), &dwBytesReturned); } BOOL OpalIxJDevice::SendCallerIDOnCallWaiting(unsigned, const PString & /*idString*/) { return FALSE; } BOOL OpalIxJDevice::SendVisualMessageWaitingIndicator(unsigned line, BOOL isOn) { if (IsLineOffHook(line)) return FALSE; BYTE buffer[] = { 0, 130, 3, 11, 1, 0 }; if (isOn) buffer[5] = 255; DWORD dwReturn = 0; DWORD dwBytesReturned; return IoControl(IOCTL_FSK_SetMsgData, buffer, sizeof(buffer), &dwReturn, sizeof(dwReturn), &dwBytesReturned); } BOOL OpalIxJDevice::PlayDTMF(unsigned line, const char * digits, DWORD onTime, DWORD offTime) { while (*digits != '\0') { DWORD dwToneIndex; int digit = toupper(*digits++); switch (digit) { case '0' : dwToneIndex = IDLE_TONE_0; break; case '1' : dwToneIndex = IDLE_TONE_1; break; case '2' : dwToneIndex = IDLE_TONE_2; break; case '3' : dwToneIndex = IDLE_TONE_3; break; case '4' : dwToneIndex = IDLE_TONE_4; break; case '5' : dwToneIndex = IDLE_TONE_5; break; case '6' : dwToneIndex = IDLE_TONE_6; break; case '7' : dwToneIndex = IDLE_TONE_7; break; case '8' : dwToneIndex = IDLE_TONE_8; break; case '9' : dwToneIndex = IDLE_TONE_9; break; case '*' : dwToneIndex = IDLE_TONE_STAR; break; case '#' : dwToneIndex = IDLE_TONE_POUND; break; case 'A' : dwToneIndex = IDLE_TONE_A; break; case 'B' : dwToneIndex = IDLE_TONE_B; break; case 'C' : dwToneIndex = IDLE_TONE_C; break; case 'D' : dwToneIndex = IDLE_TONE_D; break; case ',' : dwToneIndex = IDLE_TONE_NOTONE; Sleep(2000); break; default : if ('E' <= digit && digit <= ('E' + 11)) dwToneIndex = (digit - 'E') + 13; else { dwToneIndex = IDLE_TONE_NOTONE; Sleep(onTime+offTime); } break; } if (dwToneIndex != IDLE_TONE_NOTONE) if (!InternalPlayTone(line, dwToneIndex, onTime, offTime, TRUE)) return FALSE; } return TRUE; } char OpalIxJDevice::ReadDTMF(unsigned) { DWORD dwNewDigit; if (!IoControl(IOCTL_Filter_GetDTMFDigit, lastDTMFDigit, &dwNewDigit)) return '\0'; if (dwNewDigit == 0 || dwNewDigit == lastDTMFDigit) return '\0'; lastDTMFDigit = dwNewDigit; static char const dtmf[16] = { 'D','1','2','3','4','5','6','7','8','9','*','0','#','A','B','C' }; PTRACE(3, "xJack\tDetected DTMF tone: " << dtmf[dwNewDigit&0xf]); return dtmf[dwNewDigit&0xf]; } BOOL OpalIxJDevice::GetRemoveDTMF(unsigned) { DWORD result = FALSE; if (!IoControl(IOCTL_Record_GetDisableOnDTMFDetect, 0, &result)) return FALSE; return result != 0; } BOOL OpalIxJDevice::SetRemoveDTMF(unsigned, BOOL state) { return IoControl(IOCTL_Record_SetDisableOnDTMFDetect, state); } unsigned OpalIxJDevice::IsToneDetected(unsigned line) { if (line >= GetLineCount()) return NoTone; if (!EnableAudio(line, TRUE)) return NoTone; int tones = NoTone; DWORD dwReturn = 0; if (IoControl(IOCTL_Filter_IsToneCadenceValid, 0, &dwReturn) && dwReturn != 0) tones |= DialTone; dwReturn = 0; if (IoControl(IOCTL_Filter_IsToneCadenceValid, 1, &dwReturn) && dwReturn != 0) tones |= RingTone; dwReturn = 0; if (IoControl(IOCTL_Filter_IsToneCadenceValid, 2, &dwReturn) && dwReturn != 0) tones |= BusyTone; dwReturn = 0; if (IoControl(IOCTL_Filter_IsToneCadenceValid, 3, &dwReturn) && dwReturn != 0) tones |= CNGTone; return tones; } BOOL OpalIxJDevice::SetToneFilterParameters(unsigned /*line*/, CallProgressTones tone, unsigned lowFrequency, unsigned highFrequency, PINDEX numCadences, const unsigned * onTimes, const unsigned * offTimes) { DWORD toneIndex; switch (tone) { case DialTone : toneIndex = 0; break; case RingTone : toneIndex = 1; break; case BusyTone : toneIndex = 2; break; case CNGTone : toneIndex = 3; break; default : PTRACE(1, "xJack\tCannot set filter for tone: " << tone); return FALSE; } if (numCadences > 0) { qthDetectToneCadence dtc; if (numCadences > PARRAYSIZE(dtc.element)) { PTRACE(1, "xJack\tToo many cadence elements: " << numCadences); return FALSE; } dtc.ulFilter = toneIndex; dtc.ulNumElements = numCadences; dtc.type = QTH_DETECT_TONE_TYPE_ADD; dtc.term = QTH_DETECT_TONE_REPEAT_ALL; dtc.ulTolerance = 10; // in % dtc.ulMinDetectLoops = 1; memset(dtc.element, 0, sizeof(dtc.element)); for (PINDEX i = 0; i < numCadences; i++) { dtc.element[i].ulOnTime = onTimes[i]; dtc.element[i].ulOffTime = offTimes[i]; } PTRACE(2, "xJack\tSetting cadence for tone index " << toneIndex << ", num=" << numCadences << ' ' << dtc.element[0].ulOnTime << '-' << dtc.element[0].ulOffTime); DWORD dwReturn = 0; DWORD dwBytesReturned; IoControl(IOCTL_Filter_DetectToneCadence, &dtc, sizeof(dtc), &dwReturn, sizeof(dwReturn), &dwBytesReturned, FALSE); } static struct FilterTableEntry { unsigned lowFrequency; unsigned highFrequency; unsigned predefinedFilterSet; // 0 = custom short coefficients[19]; } const FilterTable[] = { { 300, 640, 4 }, { 300, 500, 5 }, { 1100,1100, 6 }, { 350, 350, 7 }, { 400, 400, 8 }, { 480, 480, 9 }, { 440, 440, 10}, { 620, 620, 11}, { 425, 425, 0, 30850,-32534,-504,0,504,30831,-32669,24303,-22080,24303,30994,-32673, 1905, -1811, 1905,5,129,17,0xff5 }, { 350, 440, 0, 30634,-31533,-680,0,680,30571,-32277,12894,-11945,12894,31367,-32379,23820,-23104,23820,7,159,21,0x0FF5 }, { 400, 450, 0, 30613,-32031,-618,0,618,30577,-32491, 9612, -8935, 9612,31071,-32524,21596,-20667,21596,7,159,21,0x0FF5 }, }; FilterTableEntry match = { 0, 0, UINT_MAX }; PINDEX i; // Look for exact match for (i = 0; i < PARRAYSIZE(FilterTable); i++) { if (lowFrequency == FilterTable[i].lowFrequency && highFrequency == FilterTable[i].highFrequency) { match = FilterTable[i]; break; } } if (match.predefinedFilterSet == UINT_MAX) { // If single frequency, make a band out of it, +/- 5% if (lowFrequency == highFrequency) { lowFrequency -= lowFrequency/20; highFrequency += highFrequency/20; } // Try again looking for a band that is just a bit larger than required, no // more than twice the size required. for (i = 0; i < PARRAYSIZE(FilterTable); i++) { if (lowFrequency > FilterTable[i].lowFrequency && highFrequency < FilterTable[i].highFrequency && 2*(highFrequency - lowFrequency) > (FilterTable[i].highFrequency - FilterTable[i].lowFrequency)) { match = FilterTable[i]; break; } } } if (match.predefinedFilterSet == UINT_MAX) { PTRACE(1, "xJack\tInvalid frequency for fixed filter sets: " << lowFrequency << '-' << highFrequency); return FALSE; } struct { DWORD dwFilterNum; union { DWORD predefinedFilterSet; short coefficients[19]; }; } filterSet; PINDEX sizeOfFilterSet; if (match.predefinedFilterSet != 0) { filterSet.predefinedFilterSet = match.predefinedFilterSet; sizeOfFilterSet = sizeof(filterSet.dwFilterNum) + sizeof(filterSet.predefinedFilterSet); } else { memcpy(filterSet.coefficients, match.coefficients, sizeof(filterSet.coefficients)); sizeOfFilterSet = sizeof(filterSet); } filterSet.dwFilterNum = toneIndex; PTRACE(2, "xJack\tSetting filter for tone index " << toneIndex << " freq: " << match.lowFrequency << '-' << match.highFrequency); DWORD dwReturn = 0; DWORD dwBytesReturned; return IoControl(IOCTL_Filter_ProgramFilter, &filterSet, sizeOfFilterSet, &dwReturn, sizeof(dwReturn), &dwBytesReturned, FALSE); } BOOL OpalIxJDevice::PlayTone(unsigned line, CallProgressTones tone) { switch (tone) { case DialTone : return InternalPlayTone(line, IDLE_TONE_DIAL, 0, 0, FALSE); case RingTone : return InternalPlayTone(line, IDLE_TONE_RING, 0, 0, FALSE); case BusyTone : return InternalPlayTone(line, IDLE_TONE_BUSY, 0, 0, FALSE); case ClearTone : return InternalPlayTone(line, IDLE_TONE_BUSY, 0, 0, FALSE); default : return InternalPlayTone(line, IDLE_TONE_NOTONE, 0, 0, FALSE); } } BOOL OpalIxJDevice::IsTonePlaying(unsigned) { return PTimer::Tick() < toneSendCompletionTime; } BOOL OpalIxJDevice::StopTone(unsigned) { PTRACE(3, "xJack\tStopping tones"); return IoControl(IOCTL_Idle_StopTone); } BOOL OpalIxJDevice::InternalPlayTone(unsigned line, DWORD toneIndex, DWORD onTime, DWORD offTime, BOOL synchronous) { StopTone(line); PTRACE(3, "xJack\tPlaying tone: " << toneIndex << ' ' << onTime << ' ' << offTime << ' ' << synchronous); IDLE_TONE tone; tone.dwToneIndex = toneIndex; tone.dwToneOnPeriod = onTime; tone.dwToneOffPeriod = offTime; tone.dwDuration = tone.dwToneOnPeriod+tone.dwToneOffPeriod; tone.dwMasterGain = 15; DWORD dwReturn = 0; DWORD dwBytesReturned; if (!IoControl(IOCTL_Idle_PlayTone, &tone, sizeof(tone), &dwReturn, sizeof(dwReturn), &dwBytesReturned) || dwBytesReturned != sizeof(dwReturn) || dwReturn == 0) return FALSE; toneSendCompletionTime = PTimer::Tick() + (int)tone.dwDuration - 1; if (synchronous) Sleep(tone.dwDuration); return TRUE; } BOOL OpalIxJDevice::SetCountryCode(T35CountryCodes country) { OpalLineInterfaceDevice::SetCountryCode(country); // if a LineJack, the set the DAA coeffiecients if (!IsLineJACK()) return FALSE; if (country == UnknownCountry) return TRUE; static struct { T35CountryCodes t35Code; DWORD ixjCode; } ixjCountry[] = { { UnitedStates, COEFF_US }, { Australia, COEFF_AUSTRALIA }, { Czechoslovakia,COEFF_CZECH }, { France, COEFF_FRANCE }, { Germany, COEFF_GERMANY }, { Italy, COEFF_ITALY }, { Japan, COEFF_JAPAN }, { KoreaRepublic, COEFF_SOUTH_KOREA }, { NewZealand, COEFF_NEW_ZEALAND }, { Norway, COEFF_NORWAY }, { Philippines, COEFF_PHILIPPINES }, { Poland, COEFF_POLAND }, { SouthAfrica, COEFF_SOUTH_AFRICA }, { Sweden, COEFF_SWEDEN }, { UnitedKingdom, COEFF_UK } }; PINDEX i; for (i = PARRAYSIZE(ixjCountry)-1; i > 0; i--) { if (ixjCountry[i].t35Code == countryCode) break; } PTRACE(2, "xJack\tSetting coefficient group for " << GetCountryCodeName(ixjCountry[i].t35Code)); return IoControl(IOCTL_DevCtrl_SetCoefficientGroup, ixjCountry[i].ixjCode); } DWORD OpalIxJDevice::GetSerialNumber() { if (GetOperatingSystem() == IsWindows9x) return deviceName.AsUnsigned(16); DWORD devId; if (IoControl(IOCTL_Device_GetSerialNumber, 0, &devId)) return devId; return 0; } PStringArray OpalIxJDevice::GetDeviceNames() { PStringArray array; PINDEX i; const char * DevicePath = "\\\\.\\QTJACKDevice%u"; switch (GetOperatingSystem()) { case IsWindows2k : DevicePath = "\\\\.\\QTIWDMDevice%u"; // Fall into NT case case IsWindowsNT : for (i = 0; i < 100; i++) { PString devpath; devpath.sprintf(DevicePath, i); HANDLE hDriver = CreateFile(devpath, GENERIC_READ, FILE_SHARE_WRITE, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL | FILE_FLAG_OVERLAPPED, NULL); if (hDriver != INVALID_HANDLE_VALUE) { DWORD devId, bytesReturned; if (DeviceIoControl(hDriver, IOCTL_Device_GetSerialNumber, NULL, 0, &devId, sizeof(devId), &bytesReturned, NULL) && bytesReturned == sizeof(devId) && devId != 0) { devpath.sprintf(" (%08X)", devId); array.SetAt(array.GetSize(), new PCaselessString(devpath)); } CloseHandle(hDriver); } } break; case IsWindows9x : PStringArray devices = PSoundChannel::GetDeviceNames(PSoundChannel::Player); for (i = 0; i < devices.GetSize(); i++) { PString dev = devices[i]; if (dev.Find("Internet") != P_MAX_INDEX && (dev.Find("JACK") != P_MAX_INDEX || dev.Find("PhoneCARD") != P_MAX_INDEX)) { PINDEX lparen = dev.Find('('); PINDEX rparen = dev.Find(')', lparen); array.SetAt(array.GetSize(), new PCaselessString(dev(lparen+1, rparen-1))); } } } return array; } BOOL OpalIxJDevice::IoControl(DWORD dwIoControlCode, DWORD inParam, DWORD * outParam) { DWORD dwDummy; if (outParam == NULL) outParam = &dwDummy; DWORD dwBytesReturned = 0; return IoControl(dwIoControlCode, &inParam, sizeof(DWORD), outParam, sizeof(DWORD), &dwBytesReturned) && dwBytesReturned == sizeof(DWORD); } BOOL OpalIxJDevice::IoControl(DWORD dwIoControlCode, LPVOID lpInBuffer, DWORD nInBufferSize, LPVOID lpOutBuffer, DWORD nOutBufferSize, LPDWORD lpdwBytesReturned, PWin32Overlapped * overlap) { if (hDriver == INVALID_HANDLE_VALUE) return FALSE; DWORD newError = ERROR_SUCCESS; if (!DeviceIoControl(hDriver, dwIoControlCode, lpInBuffer, nInBufferSize, lpOutBuffer, nOutBufferSize, lpdwBytesReturned, overlap)) { newError = ::GetLastError(); while (newError == ERROR_IO_PENDING) { if (WaitForSingleObject(overlap->hEvent, 1000) != WAIT_OBJECT_0) { newError = ERROR_TIMEOUT; PTRACE(1, "xJack\tRead/Write Timeout!"); } else if (GetOverlappedResult(hDriver, overlap, lpdwBytesReturned, FALSE)) newError = ERROR_SUCCESS; else newError = ::GetLastError(); } } PTRACE_IF(1, newError != ERROR_SUCCESS, "xJack\tError in DeviceIoControl, device=\"" << deviceName << "\", code=" << newError); osError = newError|PWIN32ErrorFlag; return newError == ERROR_SUCCESS; } #endif // HAS_IXJ ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/src/jitter.cxx0100644000176200056700000007076510304005274016456 0ustar releasepostincr/* * jitter.cxx * * Jitter buffer support * * Open H323 Library * * Copyright (c) 1998-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Portions of this code were written with the assisance of funding from * Vovida Networks, Inc. http://www.vovida.com. * * Contributor(s): ______________________________________. * * $Log: jitter.cxx,v $ * Revision 1.37 2005/08/27 06:39:56 csoutheren * Extended scope of mutex to avoid race conditions * Thanks to Anton Antonov * * Revision 1.36 2004/04/16 04:00:14 csoutheren * Prevent lots of "all packets have marker bits set" message from cluttering the logs * * Revision 1.35 2003/11/08 02:03:46 rjongbloed * Removed warning on no logging build. * * Revision 1.34 2003/10/28 22:38:31 dereksmithies * Rework of jitter buffer. Many thanks to Henry Harrison of Alice Street. * * Revision 1.33ACC1.0 6th October 2003 henryh * Complete change to adaptive algorithm * * Revision 1.33 2002/11/26 03:00:06 robertj * Added logging to help find logical channel thread stop failures. * * Revision 1.32 2002/11/05 04:06:48 robertj * Better tracing * * Revision 1.31 2002/10/31 00:46:30 robertj * Enhanced jitter buffer system so operates dynamically between minimum and * maximum values. Altered API to assure app writers note the change! * * Revision 1.30 2002/10/30 05:56:12 craigs * Added more bulletproofing thanks to Alex Kovatch * * Revision 1.29 2002/09/03 07:31:35 robertj * Added buffer reset on excess buffer overruns. * * Revision 1.28 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.27 2002/01/17 07:01:28 robertj * Fixed jitter buffer failing to deliver a talk burst shorted than the size of * the buffer, this is particularly noticable with RFC2833. * * Revision 1.26 2001/09/11 00:21:23 robertj * Fixed missing stack sizes in endpoint for cleaner thread and jitter thread. * * Revision 1.25 2001/09/10 08:18:11 robertj * Added define to remove jitter buffer analyser, thanks Nick Hoath. * * Revision 1.24 2001/07/05 05:55:17 robertj * Added thread name. * * Revision 1.23 2001/04/04 03:13:31 robertj * Added PTRACE for when have packets too late. * * Revision 1.22 2001/02/09 05:13:56 craigs * Added pragma implementation to (hopefully) reduce the executable image size * under Linux * * Revision 1.21 2000/12/17 22:45:36 robertj * Set media stream threads to highest unprivileged priority. * * Revision 1.20 2000/09/14 23:03:45 robertj * Increased timeout on asserting because of driver lockup * * Revision 1.19 2000/09/05 22:21:02 robertj * Fixed bug in jitter buffer list changes if get out of order packet within jitter time. * * Revision 1.18 2000/08/25 01:10:28 robertj * Added assert if various thrads ever fail to terminate. * * Revision 1.17 2000/05/30 06:53:04 robertj * Fixed bug where jitter buffer needs to be restarted, eg Cisco double use of session. * * Revision 1.16 2000/05/25 02:26:12 robertj * Added ignore of marker bits on broken clients that sets it on every RTP packet. * * Revision 1.15 2000/05/25 00:35:37 robertj * Fixed rare crashing bug in jitter buffer caused by our of order packet. * * Revision 1.14 2000/05/16 07:37:41 robertj * Initialised preBuffering flag just in case sender does not set RTP marker bit. * * Revision 1.13 2000/05/08 14:05:58 robertj * Increased log level of big jitter debug output to level 5. * * Revision 1.12 2000/05/05 02:54:15 robertj * Fixed memory leak just introduced in jitter buffer. * * Revision 1.11 2000/05/04 11:52:35 robertj * Added Packets Too Late statistics, requiring major rearrangement of jitter * buffer code, not also changes semantics of codec Write() function slightly. * * Revision 1.10 2000/05/02 04:32:27 robertj * Fixed copyright notice comment. * * Revision 1.9 2000/05/01 09:11:04 robertj * Fixed removal of analysis code on No Trace version. * * Revision 1.8 2000/05/01 06:04:33 robertj * More jitter buffer debugging. * * Revision 1.7 2000/04/10 18:55:46 robertj * Changed RTP data receive tp be more forgiving, will process packet even if payload type is wrong. * * Revision 1.6 2000/03/31 20:10:43 robertj * Fixed problem with insufficient jitter buffer frames being allocated. * Fixed "center in frame" change in previous version. * * Revision 1.5 2000/03/23 03:08:52 robertj * Changed jitter buffer so asumes output double buffering and centers output in time frames. * * Revision 1.4 2000/03/21 03:06:50 robertj * Changes to make RTP TX of exact numbers of frames in some codecs. * * Revision 1.3 2000/03/20 20:51:47 robertj * Fixed possible buffer overrun problem in RTP_DataFrames * * Revision 1.2 1999/12/29 01:18:07 craigs * Fixed problem with codecs other than G.711 not working after reorganisation * * Revision 1.1 1999/12/23 23:02:36 robertj * File reorganision for separating RTP from H.323 and creation of LID for VPB support. * */ #include #ifdef __GNUC__ #pragma implementation "jitter.h" #endif #include "jitter.h" /*Number of consecutive attempts to add a packet to the jitter buffer while it is full before the system clears the jitter buffer and starts over again. */ #define MAX_BUFFER_OVERRUNS 20 /**How much time must elapse with lower jitter before jitter buffer size is reduced */ #define DECREASE_JITTER_PERIOD 5000 // milliseconds /* Percentage of current jitter buffer size that constitutes a "genuinely" smaller jitter */ #define LOWER_JITTER_MAX_PCNT 80 /* Minimum number of packets that constitute a reliable sample for setting a lower jitter buffer target */ #define DECREASE_JITTER_MIN_PACKETS 50 #if PTRACING && !defined(NO_ANALYSER) class RTP_JitterBufferAnalyser : public PObject { PCLASSINFO(RTP_JitterBufferAnalyser, PObject); public: RTP_JitterBufferAnalyser(); void In(DWORD time, unsigned depth, const char * extra); void Out(DWORD time, unsigned depth, const char * extra); void PrintOn(ostream & strm) const; struct Info { Info() { } DWORD time; PTimeInterval tick; int depth; const char * extra; } in[1000], out[1000]; PINDEX inPos, outPos; }; #endif #define new PNEW ///////////////////////////////////////////////////////////////////////////// RTP_JitterBuffer::RTP_JitterBuffer(RTP_Session & sess, unsigned minJitterDelay, unsigned maxJitterDelay, PINDEX stackSize) : PThread(stackSize, NoAutoDeleteThread, HighestPriority, "RTP Jitter:%x"), session(sess) { // Jitter buffer is a queue of frames waiting for playback, a list of // free frames, and a couple of place holders for the frame that is // currently beeing read from the RTP transport or written to the codec. oldestFrame = newestFrame = currentWriteFrame = NULL; // Calculate the maximum amount of timestamp units for the jitter buffer minJitterTime = minJitterDelay; maxJitterTime = maxJitterDelay; currentJitterTime = minJitterDelay; targetJitterTime = currentJitterTime; // Calculate number of frames to allocate, we make the assumption that the // smallest packet we can possibly get is 5ms long (assuming audio 8kHz unit). bufferSize = maxJitterTime/40+1; // Nothing in the buffer so far currentDepth = 0; packetsTooLate = 0; bufferOverruns = 0; consecutiveBufferOverruns = 0; maxConsecutiveMarkerBits = 10; consecutiveMarkerBits = 0; consecutiveEarlyPacketStartTime = 0; doJitterReductionImmediately = FALSE; doneFreeTrash = FALSE; lastWriteTimestamp = 0; lastWriteTick = 0; jitterCalc = 0; jitterCalcPacketCount = 0; shuttingDown = FALSE; preBuffering = TRUE; doneFirstWrite = FALSE; // Allocate the frames and put them all into the free list freeFrames = new Entry; freeFrames->next = freeFrames->prev = NULL; for (PINDEX i = 0; i < bufferSize; i++) { Entry * frame = new Entry; frame->prev = NULL; frame->next = freeFrames; freeFrames->prev = frame; freeFrames = frame; } PTRACE(2, "RTP\tJitter buffer created:" " size=" << bufferSize << " delay=" << minJitterTime << '-' << maxJitterTime << '/' << currentJitterTime << " (" << (currentJitterTime/8) << "ms)" " obj=" << this); #if PTRACING && !defined(NO_ANALYSER) analyser = new RTP_JitterBufferAnalyser; #else analyser = NULL; #endif // Start reading data from RTP session Resume(); } RTP_JitterBuffer::~RTP_JitterBuffer() { PTRACE(3, "RTP\tRemoving jitter buffer " << this << ' ' << GetThreadName()); shuttingDown = TRUE; PAssert(WaitForTermination(10000), "Jitter buffer thread did not terminate"); bufferMutex.Wait(); // Free up all the memory allocated while (oldestFrame != NULL) { Entry * frame = oldestFrame; oldestFrame = oldestFrame->next; delete frame; } while (freeFrames != NULL) { Entry * frame = freeFrames; freeFrames = freeFrames->next; delete frame; } delete currentWriteFrame; bufferMutex.Signal(); #if PTRACING && !defined(NO_ANALYSER) PTRACE(5, "Jitter buffer analysis: size=" << bufferSize << " time=" << currentJitterTime << '\n' << *analyser); delete analyser; #endif } void RTP_JitterBuffer::SetDelay(unsigned minJitterDelay, unsigned maxJitterDelay) { if (shuttingDown) PAssert(WaitForTermination(10000), "Jitter buffer thread did not terminate"); bufferMutex.Wait(); minJitterTime = minJitterDelay; maxJitterTime = maxJitterDelay; currentJitterTime = minJitterDelay; targetJitterTime = currentJitterTime; PINDEX newBufferSize = maxJitterTime/40+1; while (bufferSize < newBufferSize) { Entry * frame = new Entry; frame->prev = NULL; frame->next = freeFrames; freeFrames->prev = frame; freeFrames = frame; bufferSize++; } if (IsTerminated()) { packetsTooLate = 0; bufferOverruns = 0; consecutiveBufferOverruns = 0; consecutiveMarkerBits = 0; consecutiveEarlyPacketStartTime = 0; shuttingDown = FALSE; preBuffering = TRUE; PTRACE(2, "RTP\tJitter buffer restarted:" " size=" << bufferSize << " delay=" << minJitterTime << '-' << maxJitterTime << '/' << currentJitterTime << " (" << (currentJitterTime/8) << "ms)"); Restart(); } bufferMutex.Signal(); } void RTP_JitterBuffer::Main() { PTRACE(3, "RTP\tJitter RTP receive thread started: " << this); bufferMutex.Wait(); BOOL markerWarning = FALSE; for (;;) { // Get the next free frame available for use for reading from the RTP // transport. Place it into a parking spot. Entry * currentReadFrame; if (freeFrames != NULL) { // Take the next free frame and make it the current for reading currentReadFrame = freeFrames; freeFrames = freeFrames->next; if (freeFrames != NULL) freeFrames->prev = NULL; PTRACE_IF(2, consecutiveBufferOverruns > 1, "RTP\tJitter buffer full, threw away " << consecutiveBufferOverruns << " oldest frames"); consecutiveBufferOverruns = 0; } else { // We have a full jitter buffer, need a new frame so take the oldest one currentReadFrame = oldestFrame; oldestFrame = oldestFrame->next; if (oldestFrame != NULL) oldestFrame->prev = NULL; currentDepth--; bufferOverruns++; consecutiveBufferOverruns++; if (consecutiveBufferOverruns > MAX_BUFFER_OVERRUNS) { PTRACE(2, "RTP\tJitter buffer continuously full, throwing away entire buffer."); freeFrames = oldestFrame; oldestFrame = newestFrame = NULL; preBuffering = TRUE; } else { PTRACE_IF(2, consecutiveBufferOverruns == 1, "RTP\tJitter buffer full, throwing away oldest frame (" << currentReadFrame->GetTimestamp() << ')'); } } currentReadFrame->next = NULL; bufferMutex.Signal(); // Keep reading from the RTP transport frames if (!session.ReadData(*currentReadFrame)) { delete currentReadFrame; // Destructor won't delete this one, so do it here. shuttingDown = TRUE; // Flag to stop the reading side thread PTRACE(3, "RTP\tJitter RTP receive thread ended"); return; } currentReadFrame->tick = PTimer::Tick(); if (consecutiveMarkerBits < maxConsecutiveMarkerBits) { if (currentReadFrame->GetMarker()) { PTRACE(3, "RTP\tReceived start of talk burst: " << currentReadFrame->GetTimestamp()); //preBuffering = TRUE; consecutiveMarkerBits++; } else consecutiveMarkerBits = 0; } else { if (currentReadFrame->GetMarker()) currentReadFrame->SetMarker(FALSE); if (!markerWarning && (consecutiveMarkerBits == maxConsecutiveMarkerBits)) { markerWarning = TRUE; PTRACE(3, "RTP\tEvery packet has Marker bit, ignoring them from this client!"); } } #if PTRACING && !defined(NO_ANALYSER) analyser->In(currentReadFrame->GetTimestamp(), currentDepth, preBuffering ? "PreBuf" : ""); #endif // Queue the frame for playing by the thread at other end of jitter buffer bufferMutex.Wait(); // Have been reading a frame, put it into the queue now, at correct position if (newestFrame == NULL) oldestFrame = newestFrame = currentReadFrame; // Was empty else { DWORD time = currentReadFrame->GetTimestamp(); if (time > newestFrame->GetTimestamp()) { // Is newer than newst, put at that end of queue currentReadFrame->prev = newestFrame; newestFrame->next = currentReadFrame; newestFrame = currentReadFrame; } else if (time <= oldestFrame->GetTimestamp()) { // Is older than the oldest, put at that end of queue currentReadFrame->next = oldestFrame; oldestFrame->prev = currentReadFrame; oldestFrame = currentReadFrame; } else { // Somewhere in between, locate its position Entry * frame = newestFrame->prev; while (time < frame->GetTimestamp()) frame = frame->prev; currentReadFrame->prev = frame; currentReadFrame->next = frame->next; frame->next->prev = currentReadFrame; frame->next = currentReadFrame; } } currentDepth++; } } BOOL RTP_JitterBuffer::ReadData(DWORD timestamp, RTP_DataFrame & frame) { if (shuttingDown) return FALSE; /*Free the frame just written to codec, putting it back into the free list and clearing the parking spot for it. */ bufferMutex.Wait(); if (currentWriteFrame != NULL) { // Move frame from current to free list currentWriteFrame->next = freeFrames; if (freeFrames != NULL) freeFrames->prev = currentWriteFrame; freeFrames = currentWriteFrame; currentWriteFrame = NULL; } bufferMutex.Signal(); // Default response is an empty frame, ie silence frame.SetPayloadSize(0); PWaitAndSignal mutex(bufferMutex); /*Get the next frame to write to the codec. Takes it from the oldest position in the queue, if it is time to do so, and parks it in the special member so can unlock the mutex while the writer thread has its way with the buffer. */ if (oldestFrame == NULL) { /*No data to play! We ran the buffer down to empty, restart buffer by setting flag that will fill it again before returning any data. */ preBuffering = TRUE; currentJitterTime = targetJitterTime; #if PTRACING && !defined(NO_ANALYSER) analyser->Out(0, currentDepth, "Empty"); #endif return TRUE; } DWORD oldestTimestamp = oldestFrame->GetTimestamp(); DWORD newestTimestamp = newestFrame->GetTimestamp(); /* If there is an opportunity (due to silence in the buffer) to implement a desired reduction in the size of the jitter buffer, effect it */ if (targetJitterTime < currentJitterTime && (newestTimestamp - oldestTimestamp) < currentJitterTime) { currentJitterTime = ( targetJitterTime > (newestTimestamp - oldestTimestamp)) ? targetJitterTime : (newestTimestamp - oldestTimestamp); PTRACE(3, "RTP\tJitter buffer size decreased to " << currentJitterTime << " (" << (currentJitterTime/8) << "ms)"); } /* See if time for this packet, if our oldest frame is older than the required age, then use it. If it is not time yet, make sure that the writer thread isn't falling behind (not enough MIPS). If the time between the oldest and the newest entries in the jitter buffer is greater than the size specified for the buffer, then return the oldest entry regardless, making the writer thread catch up. */ if (preBuffering) { // Reset jitter baseline (should be handled by GetMarker() condition, but just in case...) lastWriteTimestamp = 0; lastWriteTick = 0; /* // Check for requesting something that already exceeds the maximum time, // or have filled the jitter buffer, not filling if this is so if ((timestamp - oldestTimestamp) < currentJitterTime && (newestTimestamp - oldestTimestamp) < currentJitterTime/2) { */ // If oldest frame has not been in the buffer long enough, don't return anything yet if ((PTimer::Tick() - oldestFrame->tick).GetInterval() * 8 < currentJitterTime / 2) { #if PTRACING && !defined(NO_ANALYSER) analyser->Out(oldestTimestamp, currentDepth, "PreBuf"); #endif return TRUE; } preBuffering = FALSE; } //Handle short silence bursts in the middle of the buffer // - if we think we're getting marker bit information, use that BOOL shortSilence = FALSE; if (consecutiveMarkerBits < maxConsecutiveMarkerBits) { if (oldestFrame->GetMarker() && (PTimer::Tick() - oldestFrame->tick).GetInterval()* 8 < currentJitterTime / 2) shortSilence = TRUE; } else if (timestamp < oldestTimestamp && timestamp > (newestTimestamp - currentJitterTime)) shortSilence = TRUE; if (shortSilence) { // It is not yet time for something in the buffer #if PTRACING && !defined(NO_ANALYSER) analyser->Out(oldestTimestamp, currentDepth, "Wait"); #endif lastWriteTimestamp = 0; lastWriteTick = 0; return TRUE; } // Detatch oldest packet from the list, put into parking space currentDepth--; #if PTRACING && !defined(NO_ANALYSER) analyser->Out(oldestTimestamp, currentDepth, timestamp >= oldestTimestamp ? "" : "Late"); #endif currentWriteFrame = oldestFrame; oldestFrame = currentWriteFrame->next; currentWriteFrame->next = NULL; // Calculate the jitter contribution of this frame // - don't count if start of a talk burst if (currentWriteFrame->GetMarker()) { lastWriteTimestamp = 0; lastWriteTick = 0; } if (lastWriteTimestamp != 0 && lastWriteTick !=0) { int thisJitter = 0; if (currentWriteFrame->GetTimestamp() < lastWriteTimestamp) { //Not too sure how to handle this situation... thisJitter = 0; } else if (currentWriteFrame->tick < lastWriteTick) { //Not too sure how to handle this situation either! thisJitter = 0; } else { thisJitter = (currentWriteFrame->tick - lastWriteTick).GetInterval()*8 + lastWriteTimestamp - currentWriteFrame->GetTimestamp(); } if (thisJitter < 0) thisJitter *=(-1); thisJitter *=2; //currentJitterTime needs to be at least TWICE the maximum jitter if (thisJitter > (int) currentJitterTime * LOWER_JITTER_MAX_PCNT / 100) { targetJitterTime = currentJitterTime; PTRACE(3, "RTP\tJitter buffer target realigned to current jitter buffer"); consecutiveEarlyPacketStartTime = PTimer::Tick(); jitterCalcPacketCount = 0; jitterCalc = 0; } else { if (thisJitter > (int) jitterCalc) jitterCalc = thisJitter; jitterCalcPacketCount++; //If it's bigger than the target we're currently trying to set, adapt that target. //Note: this will never make targetJitterTime larger than currentJitterTime due to //previous if condition if (thisJitter > (int) targetJitterTime * LOWER_JITTER_MAX_PCNT / 100) { targetJitterTime = thisJitter * 100 / LOWER_JITTER_MAX_PCNT; PTRACE(3, "RTP\tJitter buffer target size increased to " << targetJitterTime << " (" << (targetJitterTime/8) << "ms)"); } } } lastWriteTimestamp = currentWriteFrame->GetTimestamp(); lastWriteTick = currentWriteFrame->tick; if (oldestFrame == NULL) newestFrame = NULL; else { oldestFrame->prev = NULL; // If exceeded current jitter buffer time delay: if ((newestTimestamp - currentWriteFrame->GetTimestamp()) > currentJitterTime) { PTRACE(4, "RTP\tJitter buffer length exceeded"); consecutiveEarlyPacketStartTime = PTimer::Tick(); jitterCalcPacketCount = 0; jitterCalc = 0; lastWriteTimestamp = 0; lastWriteTick = 0; // If we haven't yet written a frame, we get one free overrun if (!doneFirstWrite) { PTRACE(4, "RTP\tJitter buffer length exceed was prior to first write. Not increasing buffer size"); while ((newestTimestamp - currentWriteFrame->GetTimestamp()) > currentJitterTime) { Entry * wastedFrame = currentWriteFrame; currentWriteFrame = oldestFrame; oldestFrame = oldestFrame->next; currentDepth--; currentWriteFrame->next = NULL; //currentWriteFrame should never be able to be NULL wastedFrame->next = freeFrames; if (freeFrames != NULL) freeFrames->prev = wastedFrame; freeFrames = wastedFrame; if (oldestFrame == NULL) { newestFrame = NULL; break; } oldestFrame->prev = NULL; } doneFirstWrite = TRUE; frame = *currentWriteFrame; return TRUE; } // See if exceeded maximum jitter buffer time delay, waste them if so while ((newestFrame->GetTimestamp() - currentWriteFrame->GetTimestamp()) > maxJitterTime) { PTRACE(4, "RTP\tJitter buffer oldest packet (" << oldestFrame->GetTimestamp() << " < " << (newestTimestamp - maxJitterTime) << ") too late, throwing away"); currentJitterTime = maxJitterTime; //Throw away the oldest frame and move everything up Entry * wastedFrame = currentWriteFrame; currentWriteFrame = oldestFrame; oldestFrame = oldestFrame->next; currentDepth--; currentWriteFrame->next = NULL; //currentWriteFrame should never be able to be NULL wastedFrame->next = freeFrames; if (freeFrames != NULL) freeFrames->prev = wastedFrame; freeFrames = wastedFrame; if (oldestFrame == NULL) { newestFrame = NULL; break; } } // Now change the jitter time to cope with the new size // unless already set to maxJitterTime if (newestTimestamp - currentWriteFrame->GetTimestamp() > currentJitterTime) currentJitterTime = newestTimestamp - currentWriteFrame->GetTimestamp(); targetJitterTime = currentJitterTime; PTRACE(3, "RTP\tJitter buffer size increased to " << currentJitterTime << " (" << (currentJitterTime/8) << "ms)"); } } if ((PTimer::Tick() - consecutiveEarlyPacketStartTime).GetInterval() > DECREASE_JITTER_PERIOD && jitterCalcPacketCount >= DECREASE_JITTER_MIN_PACKETS){ jitterCalc = jitterCalc * 100 / LOWER_JITTER_MAX_PCNT; if (jitterCalc < targetJitterTime / 2) jitterCalc = targetJitterTime / 2; if (jitterCalc < minJitterTime) jitterCalc = minJitterTime; targetJitterTime = jitterCalc; PTRACE(3, "RTP\tJitter buffer target size decreased to " << targetJitterTime << " (" << (targetJitterTime/8) << "ms)"); jitterCalc = 0; jitterCalcPacketCount = 0; consecutiveEarlyPacketStartTime = PTimer::Tick(); } /* If using immediate jitter reduction (rather than waiting for silence opportunities) then trash oldest frames as necessary to reduce the size of the jitter buffer */ if (targetJitterTime < currentJitterTime && doJitterReductionImmediately && newestFrame != NULL) { while ((newestFrame->GetTimestamp() - currentWriteFrame->GetTimestamp()) > targetJitterTime){ // Throw away the newest entries Entry * wastedFrame = newestFrame; newestFrame = newestFrame->prev; if (newestFrame != NULL) newestFrame->next = NULL; wastedFrame->prev = NULL; // Put thrown away frame on free list wastedFrame->next = freeFrames; if (freeFrames != NULL) freeFrames->prev = wastedFrame; freeFrames = wastedFrame; // Reset jitter calculation baseline lastWriteTimestamp = 0; lastWriteTick = 0; currentDepth--; if (newestFrame == NULL) { oldestFrame = NULL; break; } } currentJitterTime = targetJitterTime; PTRACE(3, "RTP\tJitter buffer size decreased to " << currentJitterTime << " (" << (currentJitterTime/8) << "ms)"); } doneFirstWrite = TRUE; frame = *currentWriteFrame; return TRUE; } #if PTRACING && !defined(NO_ANALYSER) RTP_JitterBufferAnalyser::RTP_JitterBufferAnalyser() { inPos = outPos = 1; in[0].time = out[0].time = 0; in[0].tick = out[0].tick = PTimer::Tick(); in[0].depth = out[0].depth = 0; } void RTP_JitterBufferAnalyser::In(DWORD time, unsigned depth, const char * extra) { if (inPos < PARRAYSIZE(in)) { in[inPos].tick = PTimer::Tick(); in[inPos].time = time; in[inPos].depth = depth; in[inPos++].extra = extra; } } void RTP_JitterBufferAnalyser::Out(DWORD time, unsigned depth, const char * extra) { if (outPos < PARRAYSIZE(out)) { out[outPos].tick = PTimer::Tick(); if (time == 0 && outPos > 0) out[outPos].time = out[outPos-1].time; else out[outPos].time = time; out[outPos].depth = depth; out[outPos++].extra = extra; } } void RTP_JitterBufferAnalyser::PrintOn(ostream & strm) const { strm << "Input samples: " << inPos << " Output samples: " << outPos << "\n" "Dir\tRTPTime\tInDiff\tOutDiff\tInMode\tOutMode\t" "InDepth\tOutDep\tInTick\tInDelay\tOutTick\tOutDel\tIODelay\n"; PINDEX ix = 1; PINDEX ox = 1; while (ix < inPos || ox < outPos) { while (ix < inPos && (ox >= outPos || in[ix].time < out[ox].time)) { strm << "In\t" << in[ix].time << '\t' << (in[ix].time - in[ix-1].time) << "\t" "\t" << in[ix].extra << "\t" "\t" << in[ix].depth << "\t" "\t" << (in[ix].tick - in[0].tick) << '\t' << (in[ix].tick - in[ix-1].tick) << "\t" "\t" "\t" "\n"; ix++; } while (ox < outPos && (ix >= inPos || out[ox].time < in[ix].time)) { strm << "Out\t" << out[ox].time << "\t" "\t" << (out[ox].time - out[ox-1].time) << "\t" "\t" << out[ox].extra << "\t" "\t" << out[ox].depth << "\t" "\t" "\t" << (out[ox].tick - out[0].tick) << '\t' << (out[ox].tick - out[ox-1].tick) << "\t" "\n"; ox++; } while (ix < inPos && ox < outPos && in[ix].time == out[ox].time) { strm << "I/O\t" << in[ix].time << '\t' << (in[ix].time - in[ix-1].time) << '\t' << (out[ox].time - out[ox-1].time) << '\t' << in[ix].extra << '\t' << out[ox].extra << '\t' << in[ix].depth << '\t' << out[ox].depth << '\t' << (in[ix].tick - in[0].tick) << '\t' << (in[ix].tick - in[ix-1].tick) << '\t' << (out[ox].tick - out[0].tick) << '\t' << (out[ox].tick - out[ox-1].tick) << '\t' << (out[ox].tick - in[ix].tick) << '\n'; ox++; ix++; } } } #endif ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/src/libver.rc0100644000176200056700000000552307431666600016245 0ustar releasepostincr/* * libver.rc * * Library version resource. * * Copyright (c) 1993-1998 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. */ #include #include "../version.h" #ifndef PRODUCT #define PRODUCT OpenH323 #endif #ifndef MANUFACTURER_NAME #define MANUFACTURER_NAME "Equivalence Pty. Ltd." #endif #ifndef PRODUCT_DESCRIPTION #define PRODUCT_DESCRIPTION "Open H.323 Library" #endif #define AlphaCode alpha #define BetaCode beta #define ReleaseCode pl #define MkStr2(s) #s #define MkStr(s) MkStr2(s) #if BUILD_NUMBER==0 #define VERSION_STRING MkStr(MAJOR_VERSION) "." MkStr(MINOR_VERSION) #else #define VERSION_STRING MkStr(MAJOR_VERSION) "." MkStr(MINOR_VERSION) MkStr(BUILD_TYPE) MkStr(BUILD_NUMBER) #endif #ifndef PRODUCT_NAME #define PRODUCT_NAME MkStr(PRODUCT) #endif #ifndef EXECUTABLE_NAME #ifdef _DEBUG #define EXECUTABLE_NAME PRODUCT_NAME "d.dll" #else #ifdef PTRACING #define EXECUTABLE_NAME PRODUCT_NAME ".dll" #else #define EXECUTABLE_NAME PRODUCT_NAME "n.dll" #endif #endif #endif VS_VERSION_INFO VERSIONINFO #define pl 0 #define beta 1 #define alpha 2 FILEVERSION MAJOR_VERSION,MINOR_VERSION,BUILD_NUMBER,BUILD_TYPE PRODUCTVERSION MAJOR_VERSION,MINOR_VERSION,BUILD_NUMBER,BUILD_TYPE #undef alpha #undef beta #undef pl FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG #else FILEFLAGS 0 #endif FILEOS VOS_NT_WINDOWS32 FILETYPE VFT_APP FILESUBTYPE VFT2_UNKNOWN BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "0c0904b0" BEGIN VALUE "CompanyName", MANUFACTURER_NAME "\0" VALUE "FileDescription", PRODUCT_DESCRIPTION "\0" VALUE "FileVersion", VERSION_STRING "\0" VALUE "InternalName", PRODUCT_NAME "\0" VALUE "LegalCopyright", "Copyright © " MANUFACTURER_NAME " 1993-2000\0" VALUE "OriginalFilename", EXECUTABLE_NAME "\0" VALUE "ProductName", PRODUCT_DESCRIPTION "\0" VALUE "ProductVersion", VERSION_STRING "\0" END END BLOCK "VarFileInfo" BEGIN VALUE "Translation", 0xc09, 1200 END END /////////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/src/lid.cxx0100644000176200056700000017145210076753652015740 0ustar releasepostincr/* * lid.cxx * * Line Interface Device * * Open Phone Abstraction Library * * Copyright (c) 1999-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: lid.cxx,v $ * Revision 1.103 2004/07/19 14:16:10 csoutheren * Fixed problem with pragma dispayed as warning in gcc 3.5-20040704 * * Revision 1.102 2004/06/01 05:48:03 csoutheren * Changed capability table to use abstract factory routines rather than internal linked list * * Revision 1.101 2004/05/19 07:38:24 csoutheren * Changed OpalMediaFormat handling to use abstract factory method functions * * Revision 1.100 2004/05/04 03:33:33 csoutheren * Added guards against comparing certain kinds of Capabilities * * Revision 1.99 2004/04/03 08:28:07 csoutheren * Remove pseudo-RTTI and replaced with real RTTI * * Revision 1.98 2003/08/18 23:56:01 dereksmithies * Fix typos in previous commit. * * Revision 1.97 2003/08/18 22:13:13 dereksmithies * Add Singapore Ring Cadence. Thanks to Steve. * * Revision 1.96 2003/06/03 10:27:42 rjongbloed * Added G.729 and G,729B detection from LID. * * Revision 1.95 2003/04/29 08:30:29 robertj * Fixed return type of get wink function. * * Revision 1.94 2003/04/28 01:47:52 dereks * Add ability to set/get wink duration for ixj device. * * Revision 1.93 2003/03/05 06:26:44 robertj * Added function to play a WAV file to LID, thanks Pietro Ravasio * * Revision 1.92 2003/02/13 23:33:36 dereks * Fix reporting of tonenames. * * Revision 1.91 2003/01/29 23:58:17 dereks * Fix typo in United Kingdom tone definition. * * Revision 1.90 2002/12/02 03:06:26 robertj * Fixed over zealous removal of code when NO_AUDIO_CODECS set. * * Revision 1.89 2002/11/05 04:27:12 robertj * Imported RingLine() by array from OPAL. * * Revision 1.88 2002/10/30 05:54:17 craigs * Fixed compatibilty problems with G.723.1 6k3 and 5k3 * * Revision 1.87 2002/08/05 10:03:48 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.86 2002/07/01 02:56:17 dereks * Add PTRACE statements to "IsToneDetected" * * Revision 1.85 2002/06/27 08:52:57 robertj * Fixed typo and naming convention for Cisco G.723.1 annex A capability. * * Revision 1.84 2002/06/26 05:45:45 robertj * Added capability for Cisco IOS non-standard name for G.723.1 Annex A so * can now utilise SID frames with Cisco gateways. * * Revision 1.83 2002/06/25 08:30:13 robertj * Changes to differentiate between stright G.723.1 and G.723.1 Annex A using * the OLC dataType silenceSuppression field so does not send SID frames * to receiver codecs that do not understand them. * * Revision 1.82 2002/05/09 06:26:34 robertj * Added fuction to get the current audio enable state for line in device. * Changed IxJ EnableAudio() semantics so is exclusive, no direct switching * from PSTN to POTS and vice versa without disabling the old one first. * * Revision 1.81 2002/01/23 06:13:56 robertj * Added filter function hooks to codec raw data channel. * * Revision 1.80 2002/01/23 01:58:28 robertj * Added function to determine if codecs raw data channel is native format. * * Revision 1.79 2002/01/13 23:57:04 robertj * Added mutex so can change raw data channel while reading/writing from codec. * * Revision 1.78 2001/12/14 04:33:53 craigs * Disabled 5.3k codec due to problems with Quicknet cards * * Revision 1.77 2001/12/11 04:27:28 craigs * Added support for 5.3kbps G723.1 * * Revision 1.76 2001/09/21 02:52:19 robertj * Implemented static object for all "known" media formats. * * Revision 1.75 2001/09/11 01:24:36 robertj * Added conditional compilation to remove video and/or audio codecs. * * Revision 1.74 2001/09/10 03:06:29 robertj * Major change to fix problem with error codes being corrupted in a * PChannel when have simultaneous reads and writes in threads. * * Revision 1.73 2001/08/06 03:08:57 robertj * Fission of h323.h to h323ep.h & h323con.h, h323.h now just includes files. * * Revision 1.72 2001/07/24 02:28:22 robertj * Added setting of tone filters for a handful of countries. * * Revision 1.71 2001/07/20 04:06:18 robertj * Removed old Cisco hack code for G.728, they now do it rigth! * * Revision 1.70 2001/07/19 05:54:30 robertj * Updated interface to xJACK drivers to utilise cadence and filter functions * for dial tone, busy tone and ringback tone detection. * * Revision 1.69 2001/05/30 03:56:57 robertj * Fixed initial value of read deblocking offset on stopping codec. * * Revision 1.68 2001/05/25 07:55:26 robertj * Fixed problem with trace output of tone bits, thanks Vjacheslav Andrejev. * * Revision 1.67 2001/05/25 02:19:53 robertj * Fixed problem with codec data reblocking code not being reset when * code is stopped and restarted, thanks Artis Kugevics * * Revision 1.66 2001/05/22 00:31:43 robertj * Changed to allow optional wink detection for line disconnect * * Revision 1.65 2001/05/14 05:56:28 robertj * Added H323 capability registration system so can add capabilities by * string name instead of having to instantiate explicit classes. * * Revision 1.64 2001/05/11 04:43:43 robertj * Added variable names for standard PCM-16 media format name. * * Revision 1.63 2001/04/03 23:37:48 craigs * Added extra logging of country change functions * * Revision 1.62 2001/03/29 23:43:02 robertj * Added ability to get average signal level for both receive and transmit. * Changed silence detection to use G.723.1 SID frames as indicator of * silence instead of using the average energy and adaptive threshold. * * Revision 1.61 2001/03/23 05:38:30 robertj * Added PTRACE_IF to output trace if a conditional is TRUE. * * Revision 1.60 2001/02/09 05:36:38 craigs * Added pragma implementation * * Revision 1.59 2001/01/28 06:29:55 yurik * WinCE-port - lid.h exists in SDK so we point to right one * * Revision 1.58 2001/01/25 07:27:16 robertj * Major changes to add more flexible OpalMediaFormat class to normalise * all information about media types, especially codecs. * * Revision 1.57 2001/01/11 06:24:55 robertj * Fixed incorrect value for CNG frame * * Revision 1.56 2001/01/11 05:39:44 robertj * Fixed usage of G.723.1 CNG 1 byte frames. * * Revision 1.55 2001/01/11 03:51:14 robertj * Fixed bug in WriteBlock() flush, use actual frame size for last write. * * Revision 1.54 2001/01/04 06:39:51 robertj * Fixed bug in G.711 mode with xJACK cards if data is not a multiple of 10ms * and some silence is transmitted, closes the logical channel. * * Revision 1.53 2000/12/17 22:08:20 craigs * Changed GetCountryCodeList to return PStringList * * Revision 1.52 2000/12/11 01:23:32 craigs * Added extra routines to allow country string manipulation * * Revision 1.51 2000/12/04 00:04:21 robertj * Changed G.711 "silence" to be 0xff to remove clicks from Quicknet cards, * * Revision 1.50 2000/11/30 08:48:36 robertj * Added functions to enable/disable Voice Activity Detection in LID's * * Revision 1.49 2000/11/30 03:12:00 robertj * Fixed bug in not resetting buffer offset on buffer flush. * * Revision 1.48 2000/11/29 22:08:31 craigs * Fixed problem with using WaitForToneDetect with 0 timeout * * Revision 1.47 2000/11/27 05:19:27 robertj * Fixed MSVC warning * * Revision 1.46 2000/11/27 00:19:39 robertj * Fixed bug in SetRawCodec, conditional around the wrong way * * Revision 1.45 2000/11/26 23:12:18 craigs * Added hook flash detection API * * Revision 1.44 2000/11/24 10:56:12 robertj * Added a raw PCM dta mode for generating/detecting standard tones. * Modified the ReadFrame/WriteFrame functions to allow for variable length codecs. * * Revision 1.43 2000/11/20 03:15:13 craigs * Changed tone detection API slightly to allow detection of multiple * simultaneous tones * Added fax CNG tone to tone list * * Revision 1.42 2000/11/03 06:25:37 robertj * Added flag to IsLinePresent() to force slow test, guarenteeing correct value. * * Revision 1.41 2000/10/31 03:21:02 robertj * Fixed bug that caused G.711 transmitter to continuously think there was silence. * * Revision 1.40 2000/10/16 09:45:10 robertj * Fixed recently introduced bug, caused artifacts when should be silent G.723.1 * * Revision 1.39 2000/10/13 02:24:06 robertj * Moved frame reblocking code from LID channel to LID itself and added * ReadBlock/WriteBlock functions to allow non integral frame sizes. * * Revision 1.38 2000/09/25 22:31:18 craigs * Added G.723.1 frame erasure capability * * Revision 1.37 2000/09/23 07:20:45 robertj * Fixed problem with being able to distinguish between sw and hw codecs in LID channel. * * Revision 1.36 2000/09/22 01:35:51 robertj * Added support for handling LID's that only do symmetric codecs. * * Revision 1.35 2000/09/01 00:15:21 robertj * Improved country code selection, can use 2 letter ISO codes or * international dialling prefixes (with leading +) to select country. * * Revision 1.34 2000/08/31 13:14:40 craigs * Added functions to LID * More bulletproofing to Linux driver * * Revision 1.33 2000/08/30 23:24:36 robertj * Renamed string version of SetCountrCode() to SetCountryCodeName() to avoid * C++ masking ancestor overloaded function when overriding numeric version. * * Revision 1.32 2000/07/13 16:03:25 robertj * Removed transmission of 1 byte repeat CNG frames in G.723.1 as it crashes other peoples stacks. * * Revision 1.31 2000/07/12 10:25:37 robertj * Renamed all codecs so obvious whether software or hardware. * * Revision 1.30 2000/07/09 15:23:00 robertj * Changed G.728 not to use Cisco hack. Cisco is just wrong! * Fixed output of silence in G.711 so works with any sized frame. * * Revision 1.29 2000/07/02 14:09:49 craigs * Fill uLaw and aLaw silence with 0x80 rather than 0x00 * * Revision 1.28 2000/06/19 00:32:22 robertj * Changed functionf or adding all lid capabilities to not assume it is to an endpoint. * * Revision 1.27 2000/06/01 07:52:30 robertj * Changed some LID capability code back again so does not unneedfully break existing API. * * Revision 1.26 2000/05/30 10:19:28 robertj * Added function to add capabilities given a LID. * Improved LID capabilities so cannot create one that is not explicitly supported. * * Revision 1.25 2000/05/24 06:43:16 craigs * Added routines to get xJack volume * Fixed problem with receiving G>723.1 NULL frames * * Revision 1.24 2000/05/11 03:47:48 craigs * Added extra debugging * * Revision 1.23 2000/05/10 04:05:34 robertj * Changed capabilities so has a function to get name of codec, instead of relying on PrintOn. * * Revision 1.22 2000/05/04 12:56:43 robertj * Fixed GNU warning. * * Revision 1.21 2000/05/04 11:52:35 robertj * Added Packets Too Late statistics, requiring major rearrangement of jitter * buffer code, not also changes semantics of codec Write() function slightly. * * Revision 1.20 2000/05/02 04:32:27 robertj * Fixed copyright notice comment. * * Revision 1.19 2000/04/30 03:57:14 robertj * Added PTRACE of read/write frame sizes required by LID. * * Revision 1.18 2000/04/19 02:04:30 robertj * BeOS port changes. * * Revision 1.17 2000/04/14 17:18:07 robertj * Fixed problem with error reporting from LID hardware. * * Revision 1.16 2000/04/10 17:45:11 robertj * Added higher level "DialOut" function for PSTN lines. * Added hook flash function. * * Revision 1.15 2000/04/05 18:04:12 robertj * Changed caller ID code for better portability. * * Revision 1.14 2000/04/03 19:25:14 robertj * Optimised G.711 codec to read/write larger chunks of data. * * Revision 1.13 2000/03/31 19:50:51 robertj * Fixed receiver loop being able to deal with RTP packets smaller than expected. * * Revision 1.12 2000/03/30 19:32:35 robertj * Added swab function which seems to be missing on Linux. * * Revision 1.11 2000/03/30 01:57:16 robertj * Added hacks so G.728 works with (I think) broken cisco gateways. * * Revision 1.10 2000/03/29 21:01:52 robertj * Changed codec to use number of frames rather than number of bytes. * Added function on LID to get available codecs. * Fixed codec table for G.729 codec * * Revision 1.9 2000/03/28 05:22:05 robertj * Fixed translation of text country code to numeric code. * * Revision 1.8 2000/03/23 23:36:49 robertj * Added more calling tone detection functionality. * * Revision 1.7 2000/03/21 03:06:50 robertj * Changes to make RTP TX of exact numbers of frames in some codecs. * * Revision 1.6 2000/01/13 12:39:29 robertj * Added string based country codes to LID. * * Revision 1.5 2000/01/13 04:03:46 robertj * Added video transmission * * Revision 1.4 2000/01/07 10:01:26 robertj * GCC/Linux compatibility * * Revision 1.3 2000/01/07 08:28:09 robertj * Additions and changes to line interface device base class. * * Revision 1.2 1999/12/29 01:18:07 craigs * Fixed problem with codecs other than G.711 not working after reorganisation * * Revision 1.1 1999/12/23 23:02:36 robertj * File reorganision for separating RTP from H.323 and creation of LID for VPB support. * */ #ifdef __GNUC__ #pragma implementation "lid.h" #endif #include #ifndef _WIN32_WCE #include "lid.h" #else #include "..\include\lid.h" #endif #include "h245.h" #define new PNEW /////////////////////////////////////////////////////////////////////////////// #if PTRACING static const char * const CallProgressTonesNames[] = { "DialTone", "RingTone", "BusyTone", "ClearTone", "CNGTone" }; ostream & operator<<(ostream & o, OpalLineInterfaceDevice::CallProgressTones t) { PINDEX i = 0; while ((1 << i) != t) i++; if (i < PARRAYSIZE(CallProgressTonesNames)) return o << CallProgressTonesNames[i]; else return o << "Unknown"; } #endif OpalLineInterfaceDevice::OpalLineInterfaceDevice() { os_handle = -1; osError = 0; countryCode = UnknownCountry; readDeblockingOffset = P_MAX_INDEX; writeDeblockingOffset = 0; } BOOL OpalLineInterfaceDevice::IsOpen() const { return os_handle >= 0; } BOOL OpalLineInterfaceDevice::Close() { if (os_handle < 0) return FALSE; os_handle = -1; return TRUE; } BOOL OpalLineInterfaceDevice::IsLineTerminal(unsigned) { return FALSE; } BOOL OpalLineInterfaceDevice::IsLinePresent(unsigned, BOOL) { return TRUE; } BOOL OpalLineInterfaceDevice::HookFlash(unsigned line, unsigned flashTime) { if (!IsLineOffHook(line)) return FALSE; if (!SetLineOnHook(line)) return FALSE; PThread::Current()->Sleep(flashTime); return SetLineOffHook(line); } BOOL OpalLineInterfaceDevice::HasHookFlash(unsigned) { return FALSE; } BOOL OpalLineInterfaceDevice::IsLineRinging(unsigned, DWORD *) { return FALSE; } BOOL OpalLineInterfaceDevice::RingLine(unsigned, DWORD) { return FALSE; } BOOL OpalLineInterfaceDevice::RingLine(unsigned, PINDEX, unsigned *) { return FALSE; } BOOL OpalLineInterfaceDevice::IsLineDisconnected(unsigned line, BOOL) { return IsToneDetected(line) == BusyTone; } BOOL OpalLineInterfaceDevice::SetLineToLineDirect(unsigned, unsigned, BOOL) { return FALSE; } BOOL OpalLineInterfaceDevice::IsLineToLineDirect(unsigned, unsigned) { return FALSE; } OpalMediaFormat FindMediaFormat(RTP_DataFrame::PayloadTypes pt) { const OpalMediaFormat::List & formats = OpalMediaFormat::GetRegisteredMediaFormats(); for (PINDEX i = 0; i < formats.GetSize(); i++) { if (formats[i].GetPayloadType() == pt) return formats[i]; } return "<>"; } BOOL OpalLineInterfaceDevice::SetReadCodec(unsigned line, RTP_DataFrame::PayloadTypes codec) { return SetReadFormat(line, FindMediaFormat(codec)); } BOOL OpalLineInterfaceDevice::SetWriteCodec(unsigned line, RTP_DataFrame::PayloadTypes codec) { return SetWriteFormat(line, FindMediaFormat(codec)); } BOOL OpalLineInterfaceDevice::SetRawCodec(unsigned line) { if (!SetReadFormat(line, OpalPCM16)) return FALSE; if (SetWriteFormat(line, OpalPCM16)) return TRUE; StopReadCodec(line); return FALSE; } BOOL OpalLineInterfaceDevice::StopReadCodec(unsigned) { readDeblockingOffset = P_MAX_INDEX; return TRUE; } BOOL OpalLineInterfaceDevice::StopWriteCodec(unsigned) { writeDeblockingOffset = 0; return TRUE; } BOOL OpalLineInterfaceDevice::StopRawCodec(unsigned line) { BOOL ok = StopReadCodec(line); return StopWriteCodec(line) && ok; } BOOL OpalLineInterfaceDevice::SetReadFrameSize(unsigned, PINDEX) { return FALSE; } BOOL OpalLineInterfaceDevice::SetWriteFrameSize(unsigned, PINDEX) { return FALSE; } BOOL OpalLineInterfaceDevice::ReadBlock(unsigned line, void * buffer, PINDEX length) { // Are reblocking the hardware frame sizes to those expected by the RTP packets. PINDEX frameSize = GetReadFrameSize(line); BYTE * bufferPtr = (BYTE *)buffer; PINDEX readBytes; while (length > 0) { if (readDeblockingOffset < frameSize) { PINDEX left = frameSize - readDeblockingOffset; if (left > length) left = length; memcpy(bufferPtr, &readDeblockingBuffer[readDeblockingOffset], left); readDeblockingOffset += left; bufferPtr += left; length -= left; } else if (length < frameSize) { BYTE * deblockPtr = readDeblockingBuffer.GetPointer(frameSize); if (!ReadFrame(line, deblockPtr, readBytes)) return FALSE; readDeblockingOffset = 0; } else { if (!ReadFrame(line, bufferPtr, readBytes)) return FALSE; bufferPtr += readBytes; length -= readBytes; } } return TRUE; } BOOL OpalLineInterfaceDevice::WriteBlock(unsigned line, const void * buffer, PINDEX length) { PINDEX frameSize = GetWriteFrameSize(line); PINDEX written; // If zero length then flush any remaining data if (length == 0 && writeDeblockingOffset != 0) { SetWriteFrameSize(line, writeDeblockingOffset); BOOL ok = WriteFrame(line, writeDeblockingBuffer.GetPointer(), GetWriteFrameSize(line), written); SetWriteFrameSize(line, frameSize); writeDeblockingOffset = 0; return ok; } const BYTE * bufferPtr = (const BYTE *)buffer; while (length > 0) { // If have enough data and nothing in the reblocking buffer, just send it // straight on to the device. if (writeDeblockingOffset == 0 && length >= frameSize) { if (!WriteFrame(line, bufferPtr, frameSize, written)) return FALSE; bufferPtr += written; length -= written; } else { BYTE * savedFramePtr = writeDeblockingBuffer.GetPointer(frameSize); // See if new chunk gives us enough for one frames worth if ((writeDeblockingOffset + length) < frameSize) { // Nope, just copy bytes into buffer and return memcpy(savedFramePtr + writeDeblockingOffset, bufferPtr, length); writeDeblockingOffset += length; return TRUE; } /* Calculate bytes we want from the passed in buffer to fill a frame by subtracting from full frame width the amount we have so far. This also means the lastWriteCount is set to the correct amount of buffer we are grabbing this time around. */ PINDEX left = frameSize - writeDeblockingOffset; memcpy(savedFramePtr + writeDeblockingOffset, bufferPtr, left); writeDeblockingOffset = 0; // Write the saved frame out if (!WriteFrame(line, savedFramePtr, frameSize, written)) return FALSE; bufferPtr += left; length -= left; } } return TRUE; } unsigned OpalLineInterfaceDevice::GetAverageSignalLevel(unsigned, BOOL) { return UINT_MAX; } BOOL OpalLineInterfaceDevice::EnableAudio(unsigned line, BOOL enabled) { return line < GetLineCount() && enabled; } BOOL OpalLineInterfaceDevice::IsAudioEnabled(unsigned line) { return line < GetLineCount(); } BOOL OpalLineInterfaceDevice::SetRecordVolume(unsigned, unsigned) { return FALSE; } BOOL OpalLineInterfaceDevice::GetRecordVolume(unsigned, unsigned &) { return FALSE; } BOOL OpalLineInterfaceDevice::SetPlayVolume(unsigned, unsigned) { return FALSE; } BOOL OpalLineInterfaceDevice::GetPlayVolume(unsigned, unsigned &) { return FALSE; } OpalLineInterfaceDevice::AECLevels OpalLineInterfaceDevice::GetAEC(unsigned) { return AECError; } BOOL OpalLineInterfaceDevice::SetAEC(unsigned, AECLevels) { return FALSE; } unsigned OpalLineInterfaceDevice::GetWinkDuration(unsigned) { return 0; } BOOL OpalLineInterfaceDevice::SetWinkDuration(unsigned, unsigned) { return FALSE; } BOOL OpalLineInterfaceDevice::GetVAD(unsigned) { return FALSE; } BOOL OpalLineInterfaceDevice::SetVAD(unsigned, BOOL) { return FALSE; } BOOL OpalLineInterfaceDevice::GetCallerID(unsigned, PString & id, BOOL) { id = PString(); return FALSE; } BOOL OpalLineInterfaceDevice::SetCallerID(unsigned, const PString &) { return FALSE; } BOOL OpalLineInterfaceDevice::SendCallerIDOnCallWaiting(unsigned, const PString &) { return FALSE; } BOOL OpalLineInterfaceDevice::SendVisualMessageWaitingIndicator(unsigned, BOOL) { return FALSE; } BOOL OpalLineInterfaceDevice::PlayDTMF(unsigned, const char *, DWORD, DWORD) { return FALSE; } char OpalLineInterfaceDevice::ReadDTMF(unsigned) { return '\0'; } BOOL OpalLineInterfaceDevice::GetRemoveDTMF(unsigned) { return FALSE; } BOOL OpalLineInterfaceDevice::SetRemoveDTMF(unsigned, BOOL) { return FALSE; } unsigned OpalLineInterfaceDevice::IsToneDetected(unsigned) { return NoTone; } unsigned OpalLineInterfaceDevice::WaitForToneDetect(unsigned line, unsigned timeout) { PTRACE(2, "LID\tWaitForToneDetect"); static const unsigned sampleRate = 25; timeout = (timeout+sampleRate-1)/sampleRate; unsigned retry = 0; do { unsigned tones = IsToneDetected(line); if (tones != NoTone) { PTRACE(2, "LID\tTone " << tones << " detected after " << (retry*sampleRate) << " ms"); return tones; } PThread::Current()->Sleep(sampleRate); retry++; } while (retry < timeout); PTRACE(3, "LID\tTone detection timeout " << (retry*sampleRate) << " ms"); return NoTone; } BOOL OpalLineInterfaceDevice::WaitForTone(unsigned line, CallProgressTones tone, unsigned timeout) { PTRACE(3, "LID\tWaitFor the tone " << tone ); BOOL res = WaitForToneDetect(line, timeout) & tone; PTRACE(3, "LID\tWaitFor the tone " << tone << " is successfull-" << (res ? "YES" : "No")); return res; } BOOL OpalLineInterfaceDevice::SetToneFilter(unsigned line, CallProgressTones tone, const PString & description) { PString freqDesc, cadenceDesc; PINDEX colon = description.Find(':'); if (colon == P_MAX_INDEX) freqDesc = description; else { freqDesc = description.Left(colon); cadenceDesc = description.Mid(colon+1); } unsigned low_freq, high_freq; PINDEX dash = freqDesc.Find('-'); if (dash == P_MAX_INDEX) low_freq = high_freq = freqDesc.AsUnsigned(); else { low_freq = freqDesc.Left(dash).AsUnsigned(); high_freq = freqDesc.Mid(dash+1).AsUnsigned(); } if (low_freq < 100 || low_freq > 3000 || high_freq < 100 || high_freq > 3000 || low_freq > high_freq) { PTRACE(1, "LID\tIllegal frequency specified: " << description); return FALSE; } PStringArray times = cadenceDesc.Tokenise("-"); PINDEX numCadences = (times.GetSize()+1)/2; PUnsignedArray onTimes(numCadences), offTimes(numCadences); for (PINDEX i = 0; i < times.GetSize(); i++) { double time = atof(times[i]); if (time <= 0.01 || time > 10) { PTRACE(1, "LID\tIllegal cadence time specified: " << description); return FALSE; } if ((i&1) == 0) onTimes[i/2] = (unsigned)(time*1000); else offTimes[i/2] = (unsigned)(time*1000); } return SetToneFilterParameters(line, tone, low_freq, high_freq, numCadences, onTimes, offTimes); } BOOL OpalLineInterfaceDevice::SetToneFilterParameters(unsigned /*line*/, CallProgressTones /*tone*/, unsigned /*lowFrequency*/, unsigned /*highFrequency*/, PINDEX /*numCadences*/, const unsigned * /*onTimes*/, const unsigned * /*offTimes*/) { return FALSE; } BOOL OpalLineInterfaceDevice::PlayTone(unsigned, CallProgressTones) { return FALSE; } BOOL OpalLineInterfaceDevice::IsTonePlaying(unsigned) { return FALSE; } BOOL OpalLineInterfaceDevice::StopTone(unsigned) { return FALSE; } BOOL OpalLineInterfaceDevice::PlayAudio(unsigned /*line*/, const PString & /*filename*/) { PTRACE(3, "LID\tBase Class PlayAudio method called, exiting with FALSE"); return FALSE; } BOOL OpalLineInterfaceDevice::StopAudio(unsigned /*line*/) { PTRACE(3, "LID\tBase Class StopAudio method called, exiting with FALSE"); return FALSE; } OpalLineInterfaceDevice::CallProgressTones OpalLineInterfaceDevice::DialOut(unsigned line, const PString & number, BOOL requireTone) { PTRACE(3, "LID\tDialOut to " << number); if (IsLineTerminal(line)) return NoTone; if (!SetLineOffHook(line)) return NoTone; // Should get dial tone within 2 seconds of going off hook if (!WaitForTone(line, DialTone, 2000)) { if (requireTone) return DialTone; } // Dial the string PINDEX lastPos = 0; PINDEX nextPos; while ((nextPos = number.FindOneOf("!@,")) != P_MAX_INDEX) { PlayDTMF(line, number(lastPos, nextPos-1)); lastPos = nextPos+1; switch (number[nextPos]) { case '!' : if (!HookFlash(line)) return NoTone; break; case '@' : if (!WaitForTone(line, DialTone, 3000)) { if (requireTone) return DialTone; } break; case ',' : PThread::Current()->Sleep(2000); break; } } PlayDTMF(line, number.Mid(lastPos)); // Wait for busy or ring back unsigned tones; while ((tones = WaitForToneDetect(line, 5000)) != NoTone) { if (tones & BusyTone) return BusyTone; else if (tones & RingTone) break; } if (requireTone) return NoTone; return RingTone; } static struct { const char * isoName; unsigned dialCode; OpalLineInterfaceDevice::T35CountryCodes t35Code; const char * fullName; const char * dialTone; const char * ringTone; const char * busyTone; } CountryInfo[] = { { "AF", 93, OpalLineInterfaceDevice::Afghanistan, "Afghanistan" }, { "AL", 355, OpalLineInterfaceDevice::Albania, "Albania" }, { "DZ", 213, OpalLineInterfaceDevice::Algeria, "Algeria" }, { "AS", 684, OpalLineInterfaceDevice::AmericanSamoa, "American Samoa" }, { "AO", 244, OpalLineInterfaceDevice::Angola, "Angola" }, { "AI", 1264, OpalLineInterfaceDevice::Anguilla, "Anguilla" }, { "AG", 1268, OpalLineInterfaceDevice::AntiguaAndBarbuda, "Antigua and Barbuda" }, { "AR", 54, OpalLineInterfaceDevice::Argentina, "Argentina" }, { "AC", 247, OpalLineInterfaceDevice::Ascension, "Ascension Island" }, { "AU", 61, OpalLineInterfaceDevice::Australia, "Australia", "425:0.1", "425:0.4-0.2-0.4-2", "425:0.375-0.375" }, { "AT", 43, OpalLineInterfaceDevice::Austria, "Austria" }, { "BS", 1242, OpalLineInterfaceDevice::Bahamas, "Bahamas" }, { "BH", 973, OpalLineInterfaceDevice::Bahrain, "Bahrain" }, { "BD", 880, OpalLineInterfaceDevice::Bangladesh, "Bangladesh" }, { "BB", 1246, OpalLineInterfaceDevice::Barbados, "Barbados" }, { "BE", 32, OpalLineInterfaceDevice::Belgium, "Belgium" }, { "BZ", 501, OpalLineInterfaceDevice::Belize, "Belize" }, { "BJ", 229, OpalLineInterfaceDevice::Benin, "Benin" }, { "BM", 1441, OpalLineInterfaceDevice::Bermudas, "Bermudas" }, { "BT", 975, OpalLineInterfaceDevice::Bhutan, "Bhutan" }, { "BO", 591, OpalLineInterfaceDevice::Bolivia, "Bolivia" }, { "BW", 267, OpalLineInterfaceDevice::Botswana, "Botswana" }, { "BR", 55, OpalLineInterfaceDevice::Brazil, "Brazil" }, { "xx", 0, OpalLineInterfaceDevice::BritishAntarcticTerritory, "British Antarctic Territory" }, { "IO", 246, OpalLineInterfaceDevice::BritishIndianOceanTerritory, "British IndianOcean Territory" }, { "VG", 1284, OpalLineInterfaceDevice::BritishVirginIslands, "British Virgin Islands" }, { "BN", 673, OpalLineInterfaceDevice::BruneiDarussalam, "Brunei Darussalam" }, { "BG", 359, OpalLineInterfaceDevice::Bulgaria, "Bulgaria" }, { "BF", 226, OpalLineInterfaceDevice::BurkinaFaso, "Burkina Faso" }, { "BI", 257, OpalLineInterfaceDevice::Burundi, "Burundi" }, { "xx", 0, OpalLineInterfaceDevice::Byelorussia, "Byelorussia" }, { "KH", 855, OpalLineInterfaceDevice::Cambodia, "Cambodia" }, { "CM", 237, OpalLineInterfaceDevice::Cameroon, "Cameroon" }, { "CA", 1, OpalLineInterfaceDevice::Canada, "Canada" }, { "CV", 238, OpalLineInterfaceDevice::CapeVerde, "Cape Verde" }, { "KY", 1345, OpalLineInterfaceDevice::CaymanIslands, "Cayman Islands" }, { "CF", 236, OpalLineInterfaceDevice::CentralAfricanRepublic,"Central African Republic" }, { "TD", 235, OpalLineInterfaceDevice::Chad, "Chad" }, { "CL", 56, OpalLineInterfaceDevice::Chile, "Chile" }, { "CN", 86, OpalLineInterfaceDevice::China, "China" }, { "CO", 57, OpalLineInterfaceDevice::Colombia, "Colombia" }, { "KM", 269, OpalLineInterfaceDevice::Comoros, "Comoros" }, { "CG", 242, OpalLineInterfaceDevice::Congo, "Congo" }, { "CK", 682, OpalLineInterfaceDevice::CookIslands, "Cook Islands" }, { "CR", 506, OpalLineInterfaceDevice::CostaRica, "Costa Rica" }, { "CI", 225, OpalLineInterfaceDevice::CotedIvoire, "Cote dIvoire" }, { "CU", 53, OpalLineInterfaceDevice::Cuba, "Cuba" }, { "CY", 357, OpalLineInterfaceDevice::Cyprus, "Cyprus" }, { "CZ", 420, OpalLineInterfaceDevice::Czechoslovakia, "Czech Republic" }, { "DK", 45, OpalLineInterfaceDevice::Denmark, "Denmark" }, { "DJ", 253, OpalLineInterfaceDevice::Djibouti, "Djibouti" }, { "DM", 1767, OpalLineInterfaceDevice::Dominica, "Dominica" }, { "DO", 1809, OpalLineInterfaceDevice::DominicanRepublic, "Dominican Republic" }, { "EC", 593, OpalLineInterfaceDevice::Ecuador, "Ecuador" }, { "EG", 20, OpalLineInterfaceDevice::Egypt, "Egypt" }, { "SV", 503, OpalLineInterfaceDevice::ElSalvador, "El Salvador" }, { "GQ", 240, OpalLineInterfaceDevice::EquatorialGuinea, "Equatorial Guinea" }, { "ET", 251, OpalLineInterfaceDevice::Ethiopia, "Ethiopia" }, { "FK", 500, OpalLineInterfaceDevice::FalklandIslands, "Falkland Islands" }, { "FJ", 679, OpalLineInterfaceDevice::Fiji, "Fiji" }, { "FI", 358, OpalLineInterfaceDevice::Finland, "Finland" }, { "FR", 33, OpalLineInterfaceDevice::France, "France" }, { "PF", 689, OpalLineInterfaceDevice::FrenchPolynesia, "French Polynesia" }, { "TF", 0, OpalLineInterfaceDevice::FrenchSouthernAndAntarcticLands, "French Southern and Antarctic Lands" }, { "GA", 241, OpalLineInterfaceDevice::Gabon, "Gabon" }, { "GM", 220, OpalLineInterfaceDevice::Gambia, "Gambia" }, { "DE", 49, OpalLineInterfaceDevice::Germany, "Germany" }, { "GH", 233, OpalLineInterfaceDevice::Ghana, "Ghana" }, { "GI", 350, OpalLineInterfaceDevice::Gibraltar, "Gibraltar" }, { "GR", 30, OpalLineInterfaceDevice::Greece, "Greece" }, { "GD", 1473, OpalLineInterfaceDevice::Grenada, "Grenada" }, { "GU", 1671, OpalLineInterfaceDevice::Guam, "Guam" }, { "GT", 502, OpalLineInterfaceDevice::Guatemala, "Guatemala" }, { "GY", 592, OpalLineInterfaceDevice::Guayana, "Guayana" }, { "GG", 441, OpalLineInterfaceDevice::Guernsey, "Guernsey" }, { "GN", 224, OpalLineInterfaceDevice::Guinea, "Guinea" }, { "GW", 245, OpalLineInterfaceDevice::GuineaBissau, "Guinea Bissau" }, { "HT", 509, OpalLineInterfaceDevice::Haiti, "Haiti" }, { "HN", 504, OpalLineInterfaceDevice::Honduras, "Honduras" }, { "HK", 852, OpalLineInterfaceDevice::Hongkong, "Hong Kong" }, { "HU", 36, OpalLineInterfaceDevice::Hungary, "Hungary" }, { "IS", 354, OpalLineInterfaceDevice::Iceland, "Iceland" }, { "IN", 91, OpalLineInterfaceDevice::India, "India" }, { "ID", 62, OpalLineInterfaceDevice::Indonesia, "Indonesia" }, { "IR", 98, OpalLineInterfaceDevice::Iran, "Iran" }, { "IQ", 964, OpalLineInterfaceDevice::Iraq, "Iraq" }, { "IE", 353, OpalLineInterfaceDevice::Ireland, "Ireland" }, { "IL", 972, OpalLineInterfaceDevice::Israel, "Israel" }, { "IT", 39, OpalLineInterfaceDevice::Italy, "Italy" }, { "JM", 1876, OpalLineInterfaceDevice::Jamaica, "Jamaica" }, { "JP", 81, OpalLineInterfaceDevice::Japan, "Japan" }, { "JE", 442, OpalLineInterfaceDevice::Jersey, "Jersey" }, { "JO", 962, OpalLineInterfaceDevice::Jordan, "Jordan" }, { "KE", 254, OpalLineInterfaceDevice::Kenya, "Kenya" }, { "KI", 686, OpalLineInterfaceDevice::Kiribati, "Kiribati" }, { "KR", 82, OpalLineInterfaceDevice::KoreaRepublic, "Korea, Republic of" }, { "KP", 850, OpalLineInterfaceDevice::DemocraticPeoplesRepublicOfKorea, "Korea, Democratic Peoples Republic of" }, { "KW", 965, OpalLineInterfaceDevice::Kuwait, "Kuwait" }, { "LA", 856, OpalLineInterfaceDevice::Lao, "Lao" }, { "LB", 961, OpalLineInterfaceDevice::Lebanon, "Lebanon" }, { "LS", 266, OpalLineInterfaceDevice::Lesotho, "Lesotho" }, { "LR", 231, OpalLineInterfaceDevice::Liberia, "Liberia" }, { "LY", 218, OpalLineInterfaceDevice::Libya, "Libya" }, { "LI", 423, OpalLineInterfaceDevice::Liechtenstein, "Liechtenstein" }, { "LU", 352, OpalLineInterfaceDevice::Luxemborg, "Luxemborg" }, { "MO", 853, OpalLineInterfaceDevice::Macao, "Macao" }, { "MG", 261, OpalLineInterfaceDevice::Madagascar, "Madagascar" }, { "MY", 60, OpalLineInterfaceDevice::Malaysia, "Malaysia" }, { "MW", 265, OpalLineInterfaceDevice::Malawi, "Malawi" }, { "MV", 960, OpalLineInterfaceDevice::Maldives, "Maldives" }, { "ML", 223, OpalLineInterfaceDevice::Mali, "Mali" }, { "MT", 356, OpalLineInterfaceDevice::Malta, "Malta" }, { "MR", 222, OpalLineInterfaceDevice::Mauritania, "Mauritania" }, { "MU", 230, OpalLineInterfaceDevice::Mauritius, "Mauritius" }, { "MX", 52, OpalLineInterfaceDevice::Mexico, "Mexico" }, { "MC", 377, OpalLineInterfaceDevice::Monaco, "Monaco" }, { "MN", 976, OpalLineInterfaceDevice::Mongolia, "Mongolia" }, { "MS", 1664, OpalLineInterfaceDevice::Montserrat, "Montserrat" }, { "MA", 212, OpalLineInterfaceDevice::Morocco, "Morocco" }, { "MZ", 258, OpalLineInterfaceDevice::Mozambique, "Mozambique" }, { "MM", 95, OpalLineInterfaceDevice::Myanmar, "Myanmar" }, { "NR", 674, OpalLineInterfaceDevice::Nauru, "Nauru" }, { "NP", 977, OpalLineInterfaceDevice::Nepal, "Nepal" }, { "NL", 31, OpalLineInterfaceDevice::Netherlands, "Netherlands", "425:0.1", "425:1.0-4.0", "425:0.5-0.5" }, { "AN", 599, OpalLineInterfaceDevice::NetherlandsAntilles, "Netherlands Antilles" }, { "NC", 687, OpalLineInterfaceDevice::NewCaledonia, "New Caledonia" }, { "NZ", 64, OpalLineInterfaceDevice::NewZealand, "New Zealand" }, { "NI", 505, OpalLineInterfaceDevice::Nicaragua, "Nicaragua" }, { "NE", 227, OpalLineInterfaceDevice::Niger, "Niger" }, { "NG", 234, OpalLineInterfaceDevice::Nigeria, "Nigeria" }, { "NO", 47, OpalLineInterfaceDevice::Norway, "Norway" }, { "OM", 968, OpalLineInterfaceDevice::Oman, "Oman" }, { "PK", 92, OpalLineInterfaceDevice::Pakistan, "Pakistan" }, { "PA", 507, OpalLineInterfaceDevice::Panama, "Panama" }, { "PG", 675, OpalLineInterfaceDevice::PapuaNewGuinea, "Papua New Guinea" }, { "PY", 595, OpalLineInterfaceDevice::Paraguay, "Paraguay" }, { "PE", 51, OpalLineInterfaceDevice::Peru, "Peru" }, { "PH", 63, OpalLineInterfaceDevice::Philippines, "Philippines" }, { "PL", 48, OpalLineInterfaceDevice::Poland, "Poland" }, { "PT", 351, OpalLineInterfaceDevice::Portugal, "Portugal" }, { "PR", 1787, OpalLineInterfaceDevice::PuertoRico, "Puerto Rico" }, { "QA", 974, OpalLineInterfaceDevice::Qatar, "Qatar" }, { "RO", 40, OpalLineInterfaceDevice::Romania, "Romania" }, { "RU", 7, OpalLineInterfaceDevice::USSR, "Russia" }, { "RW", 250, OpalLineInterfaceDevice::Rwanda, "Rwanda" }, { "xx", 0, OpalLineInterfaceDevice::SaintCroix, "Saint Croix" }, { "SH", 290, OpalLineInterfaceDevice::SaintHelenaAndAscension, "Saint Helena and Ascension" }, { "KN", 1869, OpalLineInterfaceDevice::SaintKittsAndNevis, "Saint Kitts and Nevis" }, { "LC", 1758, OpalLineInterfaceDevice::SaintLucia, "Saint Lucia" }, { "xx", 0, OpalLineInterfaceDevice::SaintThomas, "Saint Thomas" }, { "VC", 1784, OpalLineInterfaceDevice::SaintVicentAndTheGrenadines, "Saint Vicent and the Grenadines" }, { "SM", 378, OpalLineInterfaceDevice::SanMarino, "San Marino" }, { "ST", 239, OpalLineInterfaceDevice::SaoTomeAndPrincipe, "Sao Tome and Principe" }, { "SA", 966, OpalLineInterfaceDevice::SaudiArabia, "Saudi Arabia" }, { "SN", 221, OpalLineInterfaceDevice::Senegal, "Senegal" }, { "SC", 248, OpalLineInterfaceDevice::Seychelles, "Seychelles" }, { "SL", 232, OpalLineInterfaceDevice::SierraLeone, "Sierra Leone" }, { "SG", 65, OpalLineInterfaceDevice::Singapore, "Singapore", "425:0.1", "425:0.4-0.2-0.4-2", "425:0.75-0.75"}, { "SB", 677, OpalLineInterfaceDevice::SolomonIslands, "Solomon Islands" }, { "SO", 252, OpalLineInterfaceDevice::Somalia, "Somalia" }, { "ZA", 27, OpalLineInterfaceDevice::SouthAfrica, "South Africa" }, { "ES", 34, OpalLineInterfaceDevice::Spain, "Spain" }, { "LK", 94, OpalLineInterfaceDevice::SriLanka, "Sri Lanka" }, { "SD", 249, OpalLineInterfaceDevice::Sudan, "Sudan" }, { "SR", 597, OpalLineInterfaceDevice::Suriname, "Suriname" }, { "SZ", 268, OpalLineInterfaceDevice::Swaziland, "Swaziland" }, { "SE", 46, OpalLineInterfaceDevice::Sweden, "Sweden" }, { "CH", 41, OpalLineInterfaceDevice::Switzerland, "Switzerland" }, { "SY", 963, OpalLineInterfaceDevice::Syria, "Syria" }, { "TZ", 255, OpalLineInterfaceDevice::Tanzania, "Tanzania" }, { "TH", 66, OpalLineInterfaceDevice::Thailand, "Thailand" }, { "TG", 228, OpalLineInterfaceDevice::Togo, "Togo" }, { "TO", 676, OpalLineInterfaceDevice::Tonga, "Tonga" }, { "TT", 1868, OpalLineInterfaceDevice::TrinidadAndTobago, "Trinidad and Tobago" }, { "TN", 216, OpalLineInterfaceDevice::Tunisia, "Tunisia" }, { "TR", 90, OpalLineInterfaceDevice::Turkey, "Turkey" }, { "TC", 1649, OpalLineInterfaceDevice::TurksAndCaicosIslands, "Turks and Caicos Islands" }, { "TV", 688, OpalLineInterfaceDevice::Tuvalu, "Tuvalu" }, { "UG", 256, OpalLineInterfaceDevice::Uganda, "Uganda" }, { "UA", 380, OpalLineInterfaceDevice::Ukraine, "Ukraine" }, { "AE", 971, OpalLineInterfaceDevice::UnitedArabEmirates, "United Arab Emirates" }, { "GB", 44, OpalLineInterfaceDevice::UnitedKingdom, "United Kingdom", "350-440:0.1", "400-450:0.4-0.2-0.4-2", "400:0.375-0.375" }, { "US", 1, OpalLineInterfaceDevice::UnitedStates, "United States", "350-440:0.1", "440-480:2.0-4.0", "480-620:0.5-0.5" }, { "UY", 598, OpalLineInterfaceDevice::Uruguay, "Uruguay" }, { "VU", 678, OpalLineInterfaceDevice::Vanuatu, "Vanuatu" }, { "VA", 379, OpalLineInterfaceDevice::VaticanCityState, "Vatican City State" }, { "VE", 58, OpalLineInterfaceDevice::Venezuela, "Venezuela" }, { "VN", 84, OpalLineInterfaceDevice::VietNam, "Viet Nam" }, { "WF", 681, OpalLineInterfaceDevice::WallisAndFutuna, "Wallis and Futuna" }, { "WS", 685, OpalLineInterfaceDevice::WesternSamoa, "Western Samoa" }, { "YE", 967, OpalLineInterfaceDevice::Yemen, "Yemen" }, { "YU", 381, OpalLineInterfaceDevice::Yugoslavia, "Yugoslavia" }, { "xx", 0, OpalLineInterfaceDevice::Zaire, "Zaire" }, { "ZM", 260, OpalLineInterfaceDevice::Zambia, "Zambia" }, { "ZW", 263, OpalLineInterfaceDevice::Zimbabwe, "Zimbabwe" } }; OpalLineInterfaceDevice::T35CountryCodes OpalLineInterfaceDevice::GetCountryCode(const PString & str) { for (PINDEX i = 0; i < PARRAYSIZE(CountryInfo); i++) if (str *= CountryInfo[i].fullName) return CountryInfo[i].t35Code; return OpalLineInterfaceDevice::UnknownCountry; } PString OpalLineInterfaceDevice::GetCountryCodeName(T35CountryCodes c) { for (PINDEX i = 0; i < PARRAYSIZE(CountryInfo); i++) if (CountryInfo[i].t35Code == c) return CountryInfo[i].fullName; return ""; } PString OpalLineInterfaceDevice::GetCountryCodeName() const { return GetCountryCodeName(countryCode); } BOOL OpalLineInterfaceDevice::SetCountryCode(T35CountryCodes country) { countryCode = country; unsigned line; for (line = 0; line < GetLineCount(); line++) SetToneFilter(line, CNGTone, "1100:0.25"); for (PINDEX i = 0; i < PARRAYSIZE(CountryInfo); i++) { if (CountryInfo[i].t35Code == country) { PTRACE(2, "LID\tCountry set to " << CountryInfo[i].fullName); for (line = 0; line < GetLineCount(); line++) { if (CountryInfo[i].dialTone != NULL) SetToneFilter(line, DialTone, CountryInfo[i].dialTone); if (CountryInfo[i].ringTone != NULL) SetToneFilter(line, RingTone, CountryInfo[i].ringTone); if (CountryInfo[i].busyTone != NULL) SetToneFilter(line, BusyTone, CountryInfo[i].busyTone); } return TRUE; } } PTRACE(2, "LID\tCountry set to " << GetCountryCodeName()); return TRUE; } PStringList OpalLineInterfaceDevice::GetCountryCodeNameList() const { PStringList list; list.AppendString("United States"); return list; } static PCaselessString DeSpaced(const PString & orig) { PString str = orig.Trim(); PINDEX space = 0; while ((space = str.Find(' ')) != P_MAX_INDEX) str.Delete(space, 1); return str; } BOOL OpalLineInterfaceDevice::SetCountryCodeName(const PString & countryName) { PTRACE(4, "IXJ\tSetting country code name to " << countryName); PCaselessString spacelessAndCaseless = DeSpaced(countryName); if (spacelessAndCaseless.IsEmpty()) return FALSE; if (isdigit(spacelessAndCaseless[0])) return SetCountryCode((T35CountryCodes)spacelessAndCaseless.AsUnsigned()); PINDEX i; if (spacelessAndCaseless[0] == '+') { unsigned code = spacelessAndCaseless.AsUnsigned(); for (i = 0; i < PARRAYSIZE(CountryInfo); i++) if (code == CountryInfo[i].dialCode) return SetCountryCode(CountryInfo[i].t35Code); } else if (spacelessAndCaseless.GetLength() == 2) { for (i = 0; i < PARRAYSIZE(CountryInfo); i++) if (spacelessAndCaseless == CountryInfo[i].isoName) return SetCountryCode(CountryInfo[i].t35Code); } else { for (i = 0; i < PARRAYSIZE(CountryInfo); i++) if (spacelessAndCaseless == DeSpaced(CountryInfo[i].fullName)) return SetCountryCode(CountryInfo[i].t35Code); } SetCountryCode(UnknownCountry); return FALSE; } PString OpalLineInterfaceDevice::GetErrorText() const { return PChannel::GetErrorText(PChannel::Miscellaneous, osError); } void OpalLineInterfaceDevice::PrintOn(ostream & strm) const { strm << GetName(); } ///////////////////////////////////////////////////////////////////////////// static struct { const char * name; unsigned bytesPerFrame; unsigned rxFramesInPacket; unsigned txFramesInPacket; BOOL g7231annexA; H245_AudioCapability::Choices capabilitySubtype; } CodecTypeInfo[] = { // Do not alter the order of the next four entries without understanding what // H323_LIDCapability::OnReceivedPDU() does with them! #define G7231A_63_INDEX 1 { OPAL_G7231A_5k3, 24, 8, 3, TRUE, H245_AudioCapability::e_g7231 }, { OPAL_G7231A_6k3, 24, 8, 3, TRUE, H245_AudioCapability::e_g7231 }, { OPAL_G7231_5k3, 24, 8, 3, FALSE, H245_AudioCapability::e_g7231 }, { OPAL_G7231_6k3, 24, 8, 3, FALSE, H245_AudioCapability::e_g7231 }, { OPAL_G729, 10, 24, 6, FALSE, H245_AudioCapability::e_g729 }, { OPAL_G729A, 10, 24, 6, FALSE, H245_AudioCapability::e_g729AnnexA }, { OPAL_G729B, 10, 24, 6, FALSE, H245_AudioCapability::e_g729wAnnexB }, { OPAL_G729AB, 10, 24, 6, FALSE, H245_AudioCapability::e_g729AnnexAwAnnexB }, { OPAL_GSM0610, 33, 7, 4, FALSE, H245_AudioCapability::e_gsmFullRate }, { OPAL_G728, 5, 96, 20, FALSE, H245_AudioCapability::e_g728 }, { OPAL_G711_ULAW_64K, 8, 240, 30, FALSE, H245_AudioCapability::e_g711Ulaw64k }, { OPAL_G711_ALAW_64K, 8, 240, 30, FALSE, H245_AudioCapability::e_g711Alaw64k }, }; #define DEFINE_LID_CAPABILITY(cls, capName, fmtName) \ class cls : public H323_LIDCapability { \ public: \ cls() : H323_LIDCapability(fmtName) { } \ }; \ H323_REGISTER_CAPABILITY(cls, capName) \ DEFINE_LID_CAPABILITY(H323_LID_G711_ALaw_Capability, OPAL_G711_ALAW_64K"{hw}", OpalG711ALaw) DEFINE_LID_CAPABILITY(H323_LID_G711_uLaw_Capability, OPAL_G711_ULAW_64K"{hw}", OpalG711uLaw) DEFINE_LID_CAPABILITY(H323_LID_G728_Capability, OPAL_G728"{hw}", OpalG728) DEFINE_LID_CAPABILITY(H323_LID_GSM0610_Capability, OPAL_GSM0610"{hw}", OpalGSM0610) DEFINE_LID_CAPABILITY(H323_LID_G729_Capability, OPAL_G729"{hw}", OpalG729) DEFINE_LID_CAPABILITY(H323_LID_G729A_Capability, OPAL_G729A"{hw}", OpalG729A) DEFINE_LID_CAPABILITY(H323_LID_G729B_Capability, OPAL_G729B"{hw}", OpalG729B) DEFINE_LID_CAPABILITY(H323_LID_G729AB_Capability, OPAL_G729AB"{hw}", OpalG729AB) DEFINE_LID_CAPABILITY(H323_LID_G7231_6k3_Capability, OPAL_G7231_6k3"{hw}", OpalG7231_6k3) DEFINE_LID_CAPABILITY(H323_LID_G7231_5k3_Capability, OPAL_G7231_5k3"{hw}", OpalG7231_5k3) DEFINE_LID_CAPABILITY(H323_LID_G7231A_6k3_Capability, OPAL_G7231A_6k3"{hw}", OpalG7231A_6k3) DEFINE_LID_CAPABILITY(H323_LID_G7231A_5k3_Capability, OPAL_G7231A_5k3"{hw}", OpalG7231A_5k3) #define G7231_CISCO OPAL_G7231A_6k3"-Cisco{hw}" H323_REGISTER_CAPABILITY(H323_CiscoG7231aLIDCapability, G7231_CISCO) ///////////////////////////////////////////////////////////////////////////// OpalLineChannel::OpalLineChannel(OpalLineInterfaceDevice & dev, unsigned line, const H323AudioCodec & codec) : device(dev) { lineNumber = line; reading = codec.GetDirection() == H323Codec::Encoder; OpalMediaFormat mediaFormat = OpalPCM16; if (PIsDescendant(&codec, H323_LIDCodec)) { OpalMediaFormat::List mediaFormats = device.GetMediaFormats(); for (PINDEX i = 0; i < mediaFormats.GetSize(); i++) { if (mediaFormats[i] == codec.GetMediaFormat()) mediaFormat = codec.GetMediaFormat(); } } if (reading) { if (!device.SetReadFormat(lineNumber, mediaFormat)) return; useDeblocking = mediaFormat.GetFrameSize() != device.GetReadFrameSize(lineNumber); } else { if (!device.SetWriteFormat(lineNumber, mediaFormat)) return; useDeblocking = mediaFormat.GetFrameSize() != device.GetWriteFrameSize(lineNumber); } PTRACE(3, "LID\tCodec set to " << mediaFormat << ", frame size: rd=" << device.GetReadFrameSize(lineNumber) << " wr=" << device.GetWriteFrameSize(lineNumber) << ", " << (useDeblocking ? "needs" : "no") << " reblocking."); os_handle = 1; } OpalLineChannel::~OpalLineChannel() { Close(); } PString OpalLineChannel::GetName() const { return device.GetName() + psprintf("-%u", lineNumber); } BOOL OpalLineChannel::Close() { if (!IsOpen()) return FALSE; os_handle = -1; if (reading) return device.StopReadCodec(lineNumber); else return device.StopWriteCodec(lineNumber); } BOOL OpalLineChannel::Read(void * buffer, PINDEX length) { lastReadCount = 0; if (!reading) return SetErrorValues(Miscellaneous, EINVAL, LastReadError); if (useDeblocking) { device.SetReadFrameSize(lineNumber, length); if (device.ReadBlock(lineNumber, buffer, length)) { lastReadCount = length; return TRUE; } } else { if (device.ReadFrame(lineNumber, buffer, lastReadCount)) return TRUE; } int osError = device.GetErrorNumber(); PTRACE_IF(1, osError != 0, "LID\tDevice read frame error: " << device.GetErrorText()); return SetErrorValues(Miscellaneous, osError, LastReadError); } BOOL OpalLineChannel::Write(const void * buffer, PINDEX length) { lastWriteCount = 0; if (reading) return SetErrorValues(Miscellaneous, EINVAL, LastWriteError); if (useDeblocking) { device.SetWriteFrameSize(lineNumber, length); if (device.WriteBlock(lineNumber, buffer, length)) { lastWriteCount = length; return TRUE; } } else { if (device.WriteFrame(lineNumber, buffer, length, lastWriteCount)) return TRUE; } int osError = device.GetErrorNumber(); PTRACE_IF(1, osError != 0, "LID\tDevice write frame error: " << device.GetErrorText()); return SetErrorValues(Miscellaneous, osError, LastWriteError); } /////////////////////////////////////////////////////////////////////////////// void H323_LIDCapability::AddAllCapabilities(const OpalLineInterfaceDevice & device, H323Capabilities & capabilities, PINDEX descriptorNum, PINDEX simultaneous) { OpalMediaFormat::List codecsAvailable = device.GetMediaFormats(); for (PINDEX c = 0; c < codecsAvailable.GetSize(); c++) { H323_LIDCapability * cap = new H323_LIDCapability(codecsAvailable[c]); if (cap->IsValid() && !capabilities.FindCapability(*cap)) capabilities.SetCapability(descriptorNum, simultaneous, cap); else delete cap; if (codecsAvailable[c] == OpalG7231A_6k3) capabilities.SetCapability(descriptorNum, simultaneous, new H323_CiscoG7231aLIDCapability); } } H323_LIDCapability::H323_LIDCapability(const OpalMediaFormat & fmt) : H323AudioCapability(0, 0), mediaFormat(fmt) { codecTableIndex = 0; while (IsValid()) { if (mediaFormat == CodecTypeInfo[codecTableIndex].name) { rxFramesInPacket = CodecTypeInfo[codecTableIndex].rxFramesInPacket; txFramesInPacket = CodecTypeInfo[codecTableIndex].txFramesInPacket; break; } codecTableIndex++; } } BOOL H323_LIDCapability::IsValid() const { return codecTableIndex < PARRAYSIZE(CodecTypeInfo); } PObject::Comparison H323_LIDCapability::Compare(const PObject & obj) const { if (!PIsDescendant(&obj, H323_LIDCapability)) return LessThan; Comparison result = H323AudioCapability::Compare(obj); if (result != EqualTo) return result; PINDEX otherIndex = ((const H323_LIDCapability &)obj).codecTableIndex; if (CodecTypeInfo[codecTableIndex].g7231annexA < CodecTypeInfo[otherIndex].g7231annexA) return LessThan; if (CodecTypeInfo[codecTableIndex].g7231annexA > CodecTypeInfo[otherIndex].g7231annexA) return GreaterThan; return EqualTo; } PObject * H323_LIDCapability::Clone() const { return new H323_LIDCapability(*this); } PString H323_LIDCapability::GetFormatName() const { return mediaFormat + "{hw}"; } unsigned H323_LIDCapability::GetSubType() const { return CodecTypeInfo[codecTableIndex].capabilitySubtype; } H323Codec * H323_LIDCapability::CreateCodec(H323Codec::Direction direction) const { return new H323_LIDCodec(mediaFormat, direction, direction == H323Codec::Encoder ? txFramesInPacket : rxFramesInPacket, codecTableIndex); } BOOL H323_LIDCapability::OnSendingPDU(H245_AudioCapability & pdu, unsigned packetSize) const { pdu.SetTag(GetSubType()); switch (pdu.GetTag()) { case H245_AudioCapability::e_gsmFullRate : { H245_GSMAudioCapability & gsm = pdu; gsm.m_audioUnitSize = packetSize*33; break; } case H245_AudioCapability::e_g7231 : { H245_AudioCapability_g7231 & g7231 = pdu; g7231.m_maxAl_sduAudioFrames = packetSize; g7231.m_silenceSuppression = CodecTypeInfo[codecTableIndex].g7231annexA; break; } default : { PASN_Integer & value = pdu; value = packetSize; } } return TRUE; } BOOL H323_LIDCapability::OnReceivedPDU(const H245_AudioCapability & pdu, unsigned & packetSize) { if (pdu.GetTag() != GetSubType()) return FALSE; switch (pdu.GetTag()) { case H245_AudioCapability::e_gsmFullRate : { const H245_GSMAudioCapability & gsm = pdu; packetSize = gsm.m_audioUnitSize/33; break; } case H245_AudioCapability::e_g7231 : { const H245_AudioCapability_g7231 & g7231 = pdu; packetSize = g7231.m_maxAl_sduAudioFrames; BOOL g7231annexA = g7231.m_silenceSuppression; if (g7231annexA != CodecTypeInfo[codecTableIndex].g7231annexA) { // Move to the other G.723.1 version codecTableIndex += (g7231annexA ? -2 : 2); mediaFormat = CodecTypeInfo[codecTableIndex].name; } break; } default : { const PASN_Integer & value = pdu; packetSize = value; } } return TRUE; } ///////////////////////////////////////////////////////////////////////////// H323_CiscoG7231aLIDCapability::H323_CiscoG7231aLIDCapability() : H323NonStandardAudioCapability(1, 1, 181, 0, 18, (const BYTE*)"G7231ar", 7) { } PObject * H323_CiscoG7231aLIDCapability::Clone() const { return new H323_CiscoG7231aLIDCapability(*this); } PString H323_CiscoG7231aLIDCapability::GetFormatName() const { return G7231_CISCO; } H323Codec * H323_CiscoG7231aLIDCapability::CreateCodec(H323Codec::Direction direction) const { return new H323_LIDCodec(OpalG7231A_6k3, direction, 1, G7231A_63_INDEX); } ///////////////////////////////////////////////////////////////////////////// H323_LIDCodec::H323_LIDCodec(const char * fmt, Direction direction, unsigned numFrames, PINDEX index) : H323AudioCodec(fmt, direction) { codecTableIndex = index; packetSize = CodecTypeInfo[index].bytesPerFrame; /* Special case for G.711 encoder, note this helps with optimisation of sound data but will break if remote does not send the maximum number of bytes that it said it could. It is legal for the remote end to do so though no endpoints seem to actually do that. */ if (packetSize == 8) { packetSize *= numFrames; samplesPerFrame *= numFrames; } missedCount = 0; lastSID[0] = 2; lastFrameWasSignal = TRUE; PTRACE(3, "LID\tCreated codec: pt=" << mediaFormat.GetPayloadType() << ", bytes=" << packetSize << ", samples=" << mediaFormat.GetFrameTime()); } BOOL H323_LIDCodec::Read(BYTE * buffer, unsigned & length, RTP_DataFrame &) { PWaitAndSignal mutex(rawChannelMutex); // This reads to an H323_IxJChannel class PINDEX count; if (!ReadRaw(buffer, packetSize, count)) return FALSE; // In the case of G.723.1 remember the last SID frame we sent and send // it again if the hardware sends us a CNG frame. if (mediaFormat.GetPayloadType() == RTP_DataFrame::G7231) { switch (count) { case 1 : // CNG frame memcpy(buffer, lastSID, 4); count = 4; lastFrameWasSignal = FALSE; break; case 4 : if ((*buffer&3) == 2) memcpy(lastSID, buffer, 4); lastFrameWasSignal = FALSE; break; default : lastFrameWasSignal = TRUE; } } length = DetectSilence() ? 0 : count; return TRUE; } BOOL H323_LIDCodec::Write(const BYTE * buffer, unsigned length, const RTP_DataFrame & /*frame*/, unsigned & written) { // This writes to an H323_IxJChannel class if (length > packetSize) length = packetSize; // Check for writing silence PBYTEArray silenceBuffer; if (length != 0) missedCount = 0; else { switch (mediaFormat.GetPayloadType()) { case RTP_DataFrame::G7231 : if (missedCount++ < 4) { static const BYTE g723_erasure_frame[24] = { 0xff, 0xff, 0xff, 0xff }; buffer = g723_erasure_frame; length = 24; } else { static const BYTE g723_cng_frame[4] = { 3 }; buffer = g723_cng_frame; length = 1; } break; case RTP_DataFrame::PCMU : case RTP_DataFrame::PCMA : buffer = silenceBuffer.GetPointer(packetSize); memset((void *)buffer, 0xff, packetSize); length = packetSize; break; case RTP_DataFrame::G729 : if (mediaFormat.Find('B') != P_MAX_INDEX) { static const BYTE g729_sid_frame[2] = { 1 }; buffer = g729_sid_frame; length = 2; break; } // Else fall into default case default : buffer = silenceBuffer.GetPointer(packetSize); // Fills with zeros length = packetSize; break; } } PWaitAndSignal mutex(rawChannelMutex); if (!rawDataChannel->Write(buffer, length)) return FALSE; written = rawDataChannel->GetLastWriteCount(); return TRUE; } BOOL H323_LIDCodec::IsRawDataChannelNative() const { return TRUE; } BOOL H323_LIDCodec::DetectSilence() { // Can never have silence if NoSilenceDetection if (silenceDetectMode == NoSilenceDetection) return FALSE; if (!CodecTypeInfo[codecTableIndex].g7231annexA) return H323AudioCodec::DetectSilence(); // Utilise the codecs own silence detection algorithm // If no change ie still talking or still silent, resent frame counter if (inTalkBurst == lastFrameWasSignal) framesReceived = 0; else { framesReceived++; // If have had enough consecutive frames talking/silent, swap modes. if (framesReceived >= (inTalkBurst ? silenceDeadbandFrames : signalDeadbandFrames)) { inTalkBurst = !inTalkBurst; PTRACE(4, "Codec\tSilence detection transition: " << (inTalkBurst ? "Talk" : "Silent")); } } return !inTalkBurst; } unsigned H323_LIDCodec::GetAverageSignalLevel() { PWaitAndSignal mutex(rawChannelMutex); return ((OpalLineChannel*)rawDataChannel)->GetDevice().GetAverageSignalLevel(0, direction == Decoder); } ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/src/mcspdu.asn0100644000176200056700000002740606635153266016442 0ustar releasepostincrMCS-PROTOCOL DEFINITIONS ::= BEGIN -- Part 1: Fundamental MCS types ChannelId ::= INTEGER (0..65535) -- range is 16 bits StaticChannelId ::= ChannelId (1..1000) -- those known permanently DynamicChannelId::= ChannelId (1001..65535) -- those created and deleted UserId ::= DynamicChannelId -- created by Attach-User -- deleted by Detach-User PrivateChannelId::= DynamicChannelId -- created by Channel-Convene -- deleted by Channel-Disband AssignedChannelId::=DynamicChannelId -- created by Channel-Join zero -- deleted by last Channel-Leave TokenId ::= INTEGER (1..65535) -- all are known permanently TokenStatus ::= ENUMERATED { notInUse (0), selfGrabbed (1), otherGrabbed (2), selfInhibited (3), otherInhibited (4), selfRecipient (5), selfGiving (6), otherGiving (7) } DataPriority ::= ENUMERATED { top (0), high (1), medium (2), low (3) } Segmentation ::= BIT STRING { begin (0), end (1) } (SIZE (2)) DomainParameters::= SEQUENCE { maxChannelIds INTEGER (0..MAX), -- a limit on channel ids in use, -- static + user id + private + assigned maxUserIds INTEGER (0..MAX), -- a sublimit on user id channels alone maxTokenIds INTEGER (0..MAX), -- a limit on token ids in use -- grabbed + inhibited + giving + ungivable + given numPriorities INTEGER (0..MAX), -- the number of TCs in an MCS connection minThroughput INTEGER (0..MAX), -- the enforced number of octets per second maxHeight INTEGER (0..MAX), -- a limit on the height of a provider maxMCSPDUsize INTEGER (0..MAX), -- an octet limit on domain MCSPDUs protocolVersion INTEGER (0..MAX) } -- Part 2: Connect provider Connect-Initial ::= [APPLICATION 101] IMPLICIT SEQUENCE { callingDomainSelector OCTET STRING, calledDomainSelector OCTET STRING, upwardFlag BOOLEAN, -- TRUE if called provider is higher targetParameters DomainParameters, minimumParameters DomainParameters, maximumParameters DomainParameters, userData OCTET STRING } Connect-Response ::= [APPLICATION 102] IMPLICIT SEQUENCE { result Result, calledConnectId INTEGER (0..MAX), -- assigned by the called provider -- to identify additional TCs of -- the same MCS connection domainParameters DomainParameters, userData OCTET STRING } Connect-Additional ::= [APPLICATION 103] IMPLICIT SEQUENCE { calledConnectId INTEGER (0..MAX), dataPriority DataPriority } Connect-Result ::= [APPLICATION 104] IMPLICIT SEQUENCE { result Result } -- Part 3: Merge domain PDin ::= [APPLICATION 0] IMPLICIT SEQUENCE -- plumb domain indication { heightLimit INTEGER (0..MAX) -- a restriction on the MCSPDU receiver } EDrq ::= [APPLICATION 1] IMPLICIT SEQUENCE -- erect domain request { subHeight INTEGER (0..MAX), -- height in domain of the MCSPDU transmitter subInterval INTEGER (0..MAX) -- its throughput enforcement interval in milliseconds } ChannelAttributes ::= CHOICE { static [0] IMPLICIT SEQUENCE { channelId StaticChannelId -- joined is implicitly TRUE }, userId [1] IMPLICIT SEQUENCE { joined BOOLEAN, -- TRUE if user is joined to its user id userId UserId }, private [2] IMPLICIT SEQUENCE { joined BOOLEAN, -- TRUE if channel id is joined below channelId PrivateChannelId, manager UserId, admitted SET OF UserId -- may span multiple MCrq }, assigned [3] IMPLICIT SEQUENCE { channelId AssignedChannelId -- joined is implicitly TRUE } } MCrq ::= [APPLICATION 2] IMPLICIT SEQUENCE -- merge channels request { mergeChannels SET OF ChannelAttributes, purgeChannelIds SET OF ChannelId } MCcf ::= [APPLICATION 3] IMPLICIT SEQUENCE -- merge channels confirm { mergeChannels SET OF ChannelAttributes, purgeChannelIds SET OF ChannelId } PCin ::= [APPLICATION 4] IMPLICIT SEQUENCE -- purge channels indication { detachUserIds SET OF UserId, -- purge user id channels purgeChannelIds SET OF ChannelId -- purge other channel ids } TokenAttributes ::= CHOICE { grabbed [0] IMPLICIT SEQUENCE { tokenId TokenId, grabber UserId }, inhibited [1] IMPLICIT SEQUENCE { tokenId TokenId, inhibitors SET OF UserId -- may span multiple MTrq }, giving [2] IMPLICIT SEQUENCE { tokenId TokenId, grabber UserId, recipient UserId }, ungivable [3] IMPLICIT SEQUENCE { tokenId TokenId, grabber UserId -- recipient has since detached }, given [4] IMPLICIT SEQUENCE { tokenId TokenId, recipient UserId -- grabber released or detached } } MTrq ::= [APPLICATION 5] IMPLICIT SEQUENCE -- merge tokens request { mergeTokens SET OF TokenAttributes, purgeTokenIds SET OF TokenId } MTcf ::= [APPLICATION 6] IMPLICIT SEQUENCE -- merge tokens indication { mergeTokens SET OF TokenAttributes, purgeTokenIds SET OF TokenId } PTin ::= [APPLICATION 7] IMPLICIT SEQUENCE -- purge tokens indication { purgeTokenIds SET OF TokenId } -- Part 4: Disconnect provider DPum ::= [APPLICATION 8] IMPLICIT SEQUENCE -- disconnect provider ultimatum { reason Reason } RJum ::= [APPLICATION 9] IMPLICIT SEQUENCE -- reject MCSPDU ultimatum { diagnostic Diagnostic, initialOctets OCTET STRING } -- Part 5: Attach/Detach user AUrq ::= [APPLICATION 10] IMPLICIT SEQUENCE -- attach user request { } AUcf ::= [APPLICATION 11] IMPLICIT SEQUENCE -- attach user confirm { result Result, initiator UserId OPTIONAL } DUrq ::= [APPLICATION 12] IMPLICIT SEQUENCE -- detach user request { reason Reason, userIds SET OF UserId } DUin ::= [APPLICATION 13] IMPLICIT SEQUENCE -- detach user indication { reason Reason, userIds SET OF UserId } -- Part 6: Channel management CJrq ::= [APPLICATION 14] IMPLICIT SEQUENCE -- channel join request { initiator UserId, channelId ChannelId -- may be zero } CJcf ::= [APPLICATION 15] IMPLICIT SEQUENCE -- channel join confirm { result Result, initiator UserId, requested ChannelId, -- may be zero channelId ChannelId OPTIONAL } CLrq ::= [APPLICATION 16] IMPLICIT SEQUENCE -- channel leave request { channelIds SET OF ChannelId } CCrq ::= [APPLICATION 17] IMPLICIT SEQUENCE -- channel convene request { initiator UserId } CCcf ::= [APPLICATION 18] IMPLICIT SEQUENCE -- channel convene confirm { result Result, initiator UserId, channelId PrivateChannelId OPTIONAL } CDrq ::= [APPLICATION 19] IMPLICIT SEQUENCE -- channel disband request { initiator UserId, channelId PrivateChannelId } CDin ::= [APPLICATION 20] IMPLICIT SEQUENCE -- channel disband indication { channelId PrivateChannelId } CArq ::= [APPLICATION 21] IMPLICIT SEQUENCE -- channel admit request { initiator UserId, channelId PrivateChannelId, userIds SET OF UserId } CAin ::= [APPLICATION 22] IMPLICIT SEQUENCE -- channel admit indication { initiator UserId, channelId PrivateChannelId, userIds SET OF UserId } CErq ::= [APPLICATION 23] IMPLICIT SEQUENCE -- channel expel request { initiator UserId, channelId PrivateChannelId, userIds SET OF UserId } CEin ::= [APPLICATION 24] IMPLICIT SEQUENCE -- channel expel indication { channelId PrivateChannelId, userIds SET OF UserId } -- Part 7: Data transfer SDrq ::= [APPLICATION 25] IMPLICIT SEQUENCE -- send data request { initiator UserId, channelId ChannelId, dataPriority DataPriority, segmentation Segmentation, userData OCTET STRING } SDin ::= [APPLICATION 26] IMPLICIT SEQUENCE -- send data indication { initiator UserId, channelId ChannelId, dataPriority DataPriority, segmentation Segmentation, userData OCTET STRING } USrq ::= [APPLICATION 27] IMPLICIT SEQUENCE -- uniform send data request { initiator UserId, channelId ChannelId, dataPriority DataPriority, segmentation Segmentation, userData OCTET STRING } USin ::= [APPLICATION 28] IMPLICIT SEQUENCE -- uniform send data indication { initiator UserId, channelId ChannelId, dataPriority DataPriority, segmentation Segmentation, userData OCTET STRING } -- Part 8: Token management TGrq ::= [APPLICATION 29] IMPLICIT SEQUENCE -- token grab request { initiator UserId, tokenId TokenId } TGcf ::= [APPLICATION 30] IMPLICIT SEQUENCE -- token grab confirm { result Result, initiator UserId, tokenId TokenId, tokenStatus TokenStatus } TIrq ::= [APPLICATION 31] IMPLICIT SEQUENCE -- token inhibit request { initiator UserId, tokenId TokenId } TIcf ::= [APPLICATION 32] IMPLICIT SEQUENCE -- token inhibit confirm { result Result, initiator UserId, tokenId TokenId, tokenStatus TokenStatus } TVrq ::= [APPLICATION 33] IMPLICIT SEQUENCE -- token give request { initiator UserId, tokenId TokenId, recipient UserId } TVin ::= [APPLICATION 34] IMPLICIT SEQUENCE -- token give indication { initiator UserId, tokenId TokenId, recipient UserId } TVrs ::= [APPLICATION 35] IMPLICIT SEQUENCE -- token give response { result Result, recipient UserId, tokenId TokenId } TVcf ::= [APPLICATION 36] IMPLICIT SEQUENCE -- token give confirm { result Result, initiator UserId, tokenId TokenId, tokenStatus TokenStatus } TPrq ::= [APPLICATION 37] IMPLICIT SEQUENCE -- token please request { initiator UserId, tokenId TokenId } TPin ::= [APPLICATION 38] IMPLICIT SEQUENCE -- token please indication { initiator UserId, tokenId TokenId } TRrq ::= [APPLICATION 39] IMPLICIT SEQUENCE -- token release request { initiator UserId, tokenId TokenId } TRcf ::= [APPLICATION 40] IMPLICIT SEQUENCE -- token release confirm { result Result, initiator UserId, tokenId TokenId, tokenStatus TokenStatus } TTrq ::= [APPLICATION 41] IMPLICIT SEQUENCE -- token test request { initiator UserId, tokenId TokenId } TTcf ::= [APPLICATION 42] IMPLICIT SEQUENCE -- token test confirm { initiator UserId, tokenId TokenId, tokenStatus TokenStatus } -- Part 9: Status codes Reason ::= ENUMERATED -- in DPum, DUrq, DUin { rn-domain-disconnected (0), rn-provider-initiated (1), rn-token-purged (2), rn-user-requested (3), rn-channel-purged (4) } Result ::= ENUMERATED -- in Connect, response, confirm { rt-successful (0), rt-domain-merging (1), rt-domain-not-hierarchical (2), rt-no-such-channel (3), rt-no-such-domain (4), rt-no-such-user (5), rt-not-admitted (6), rt-other-user-id (7), rt-parameters-unacceptable (8), rt-token-not-available (9), rt-token-not-possessed (10), rt-too-many-channels (11), rt-too-many-tokens (12), rt-too-many-users (13), rt-unspecified-failure (14), rt-user-rejected (15) } Diagnostic ::= ENUMERATED -- in RJum { dc-inconsistent-merge (0), dc-forbidden-PDU-downward (1), dc-forbidden-PDU-upward (2), dc-invalid-BER-encoding (3), dc-invalid-PER-encoding (4), dc-misrouted-user (5), dc-unrequested-confirm (6), dc-wrong-transport-priority (7), dc-channel-id-conflict (8), dc-token-id-conflict (9), dc-not-user-id-channel (10), dc-too-many-channels (11), dc-too-many-tokens (12), dc-too-many-users (13) } -- Part 10: MCSPDU repertoire ConnectMCSPDU ::= CHOICE { connect-initial Connect-Initial, connect-response Connect-Response, connect-additional Connect-Additional, connect-result Connect-Result } DomainMCSPDU ::= CHOICE { pdin PDin, edrq EDrq, mcrq MCrq, mccf MCcf, pcin PCin, mtrq MTrq, mtcf MTcf, ptin PTin, dpum DPum, rjum RJum, aurq AUrq, aucf AUcf, durq DUrq, duin DUin, cjrq CJrq, cjcf CJcf, clrq CLrq, ccrq CCrq, cccf CCcf, cdrq CDrq, cdin CDin, carq CArq, cain CAin, cerq CErq, cein CEin, sdrq SDrq, sdin SDin, usrq USrq, usin USin, tgrq TGrq, tgcf TGcf, tirq TIrq, ticf TIcf, tvrq TVrq, tvin TVin, tvrs TVrs, tvcf TVcf, tprq TPrq, tpin TPin, trrq TRrq, trcf TRcf, ttrq TTrq, ttcf TTcf } END openh323_v1_18_0/src/mcspdu.cxx0100644000176200056700000047107210251241421016441 0ustar releasepostincr// // mcspdu.cxx // // Code automatically generated by asnparse. // #ifdef P_USE_PRAGMA #pragma implementation "mcspdu.h" #endif #include #include "mcspdu.h" #define new PNEW #if ! H323_DISABLE_MCS // // ChannelId // MCS_ChannelId::MCS_ChannelId(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } MCS_ChannelId & MCS_ChannelId::operator=(int v) { SetValue(v); return *this; } MCS_ChannelId & MCS_ChannelId::operator=(unsigned v) { SetValue(v); return *this; } PObject * MCS_ChannelId::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_ChannelId::Class()), PInvalidCast); #endif return new MCS_ChannelId(*this); } // // StaticChannelId // MCS_StaticChannelId::MCS_StaticChannelId(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 1000); } MCS_StaticChannelId & MCS_StaticChannelId::operator=(int v) { SetValue(v); return *this; } MCS_StaticChannelId & MCS_StaticChannelId::operator=(unsigned v) { SetValue(v); return *this; } PObject * MCS_StaticChannelId::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_StaticChannelId::Class()), PInvalidCast); #endif return new MCS_StaticChannelId(*this); } // // DynamicChannelId // MCS_DynamicChannelId::MCS_DynamicChannelId(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1001, 65535); } MCS_DynamicChannelId & MCS_DynamicChannelId::operator=(int v) { SetValue(v); return *this; } MCS_DynamicChannelId & MCS_DynamicChannelId::operator=(unsigned v) { SetValue(v); return *this; } PObject * MCS_DynamicChannelId::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_DynamicChannelId::Class()), PInvalidCast); #endif return new MCS_DynamicChannelId(*this); } // // UserId // MCS_UserId::MCS_UserId(unsigned tag, PASN_Object::TagClass tagClass) : MCS_DynamicChannelId(tag, tagClass) { } MCS_UserId & MCS_UserId::operator=(int v) { SetValue(v); return *this; } MCS_UserId & MCS_UserId::operator=(unsigned v) { SetValue(v); return *this; } PObject * MCS_UserId::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_UserId::Class()), PInvalidCast); #endif return new MCS_UserId(*this); } // // PrivateChannelId // MCS_PrivateChannelId::MCS_PrivateChannelId(unsigned tag, PASN_Object::TagClass tagClass) : MCS_DynamicChannelId(tag, tagClass) { } MCS_PrivateChannelId & MCS_PrivateChannelId::operator=(int v) { SetValue(v); return *this; } MCS_PrivateChannelId & MCS_PrivateChannelId::operator=(unsigned v) { SetValue(v); return *this; } PObject * MCS_PrivateChannelId::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_PrivateChannelId::Class()), PInvalidCast); #endif return new MCS_PrivateChannelId(*this); } // // AssignedChannelId // MCS_AssignedChannelId::MCS_AssignedChannelId(unsigned tag, PASN_Object::TagClass tagClass) : MCS_DynamicChannelId(tag, tagClass) { } MCS_AssignedChannelId & MCS_AssignedChannelId::operator=(int v) { SetValue(v); return *this; } MCS_AssignedChannelId & MCS_AssignedChannelId::operator=(unsigned v) { SetValue(v); return *this; } PObject * MCS_AssignedChannelId::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_AssignedChannelId::Class()), PInvalidCast); #endif return new MCS_AssignedChannelId(*this); } // // TokenId // MCS_TokenId::MCS_TokenId(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 1, 65535); } MCS_TokenId & MCS_TokenId::operator=(int v) { SetValue(v); return *this; } MCS_TokenId & MCS_TokenId::operator=(unsigned v) { SetValue(v); return *this; } PObject * MCS_TokenId::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_TokenId::Class()), PInvalidCast); #endif return new MCS_TokenId(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_MCS_TokenStatus[]={ {"notInUse",0} ,{"selfGrabbed",1} ,{"otherGrabbed",2} ,{"selfInhibited",3} ,{"otherInhibited",4} ,{"selfRecipient",5} ,{"selfGiving",6} ,{"otherGiving",7} }; #endif // // TokenStatus // MCS_TokenStatus::MCS_TokenStatus(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 7, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_MCS_TokenStatus,8 #endif ) { } MCS_TokenStatus & MCS_TokenStatus::operator=(unsigned v) { SetValue(v); return *this; } PObject * MCS_TokenStatus::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_TokenStatus::Class()), PInvalidCast); #endif return new MCS_TokenStatus(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_MCS_DataPriority[]={ {"top",0} ,{"high",1} ,{"medium",2} ,{"low",3} }; #endif // // DataPriority // MCS_DataPriority::MCS_DataPriority(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 3, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_MCS_DataPriority,4 #endif ) { } MCS_DataPriority & MCS_DataPriority::operator=(unsigned v) { SetValue(v); return *this; } PObject * MCS_DataPriority::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_DataPriority::Class()), PInvalidCast); #endif return new MCS_DataPriority(*this); } // // Segmentation // MCS_Segmentation::MCS_Segmentation(unsigned tag, PASN_Object::TagClass tagClass) : PASN_BitString(tag, tagClass) { SetConstraints(PASN_Object::FixedConstraint, 2); } PObject * MCS_Segmentation::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_Segmentation::Class()), PInvalidCast); #endif return new MCS_Segmentation(*this); } // // DomainParameters // MCS_DomainParameters::MCS_DomainParameters(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { m_maxChannelIds.SetConstraints(PASN_Object::FixedConstraint, 0, MaximumValue); m_maxUserIds.SetConstraints(PASN_Object::FixedConstraint, 0, MaximumValue); m_maxTokenIds.SetConstraints(PASN_Object::FixedConstraint, 0, MaximumValue); m_numPriorities.SetConstraints(PASN_Object::FixedConstraint, 0, MaximumValue); m_minThroughput.SetConstraints(PASN_Object::FixedConstraint, 0, MaximumValue); m_maxHeight.SetConstraints(PASN_Object::FixedConstraint, 0, MaximumValue); m_maxMCSPDUsize.SetConstraints(PASN_Object::FixedConstraint, 0, MaximumValue); m_protocolVersion.SetConstraints(PASN_Object::FixedConstraint, 0, MaximumValue); } #ifndef PASN_NOPRINTON void MCS_DomainParameters::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "maxChannelIds = " << setprecision(indent) << m_maxChannelIds << '\n'; strm << setw(indent+13) << "maxUserIds = " << setprecision(indent) << m_maxUserIds << '\n'; strm << setw(indent+14) << "maxTokenIds = " << setprecision(indent) << m_maxTokenIds << '\n'; strm << setw(indent+16) << "numPriorities = " << setprecision(indent) << m_numPriorities << '\n'; strm << setw(indent+16) << "minThroughput = " << setprecision(indent) << m_minThroughput << '\n'; strm << setw(indent+12) << "maxHeight = " << setprecision(indent) << m_maxHeight << '\n'; strm << setw(indent+16) << "maxMCSPDUsize = " << setprecision(indent) << m_maxMCSPDUsize << '\n'; strm << setw(indent+18) << "protocolVersion = " << setprecision(indent) << m_protocolVersion << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_DomainParameters::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_DomainParameters), PInvalidCast); #endif const MCS_DomainParameters & other = (const MCS_DomainParameters &)obj; Comparison result; if ((result = m_maxChannelIds.Compare(other.m_maxChannelIds)) != EqualTo) return result; if ((result = m_maxUserIds.Compare(other.m_maxUserIds)) != EqualTo) return result; if ((result = m_maxTokenIds.Compare(other.m_maxTokenIds)) != EqualTo) return result; if ((result = m_numPriorities.Compare(other.m_numPriorities)) != EqualTo) return result; if ((result = m_minThroughput.Compare(other.m_minThroughput)) != EqualTo) return result; if ((result = m_maxHeight.Compare(other.m_maxHeight)) != EqualTo) return result; if ((result = m_maxMCSPDUsize.Compare(other.m_maxMCSPDUsize)) != EqualTo) return result; if ((result = m_protocolVersion.Compare(other.m_protocolVersion)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_DomainParameters::GetDataLength() const { PINDEX length = 0; length += m_maxChannelIds.GetObjectLength(); length += m_maxUserIds.GetObjectLength(); length += m_maxTokenIds.GetObjectLength(); length += m_numPriorities.GetObjectLength(); length += m_minThroughput.GetObjectLength(); length += m_maxHeight.GetObjectLength(); length += m_maxMCSPDUsize.GetObjectLength(); length += m_protocolVersion.GetObjectLength(); return length; } BOOL MCS_DomainParameters::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_maxChannelIds.Decode(strm)) return FALSE; if (!m_maxUserIds.Decode(strm)) return FALSE; if (!m_maxTokenIds.Decode(strm)) return FALSE; if (!m_numPriorities.Decode(strm)) return FALSE; if (!m_minThroughput.Decode(strm)) return FALSE; if (!m_maxHeight.Decode(strm)) return FALSE; if (!m_maxMCSPDUsize.Decode(strm)) return FALSE; if (!m_protocolVersion.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_DomainParameters::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_maxChannelIds.Encode(strm); m_maxUserIds.Encode(strm); m_maxTokenIds.Encode(strm); m_numPriorities.Encode(strm); m_minThroughput.Encode(strm); m_maxHeight.Encode(strm); m_maxMCSPDUsize.Encode(strm); m_protocolVersion.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_DomainParameters::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_DomainParameters::Class()), PInvalidCast); #endif return new MCS_DomainParameters(*this); } // // Connect-Initial // MCS_Connect_Initial::MCS_Connect_Initial(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_Connect_Initial::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+24) << "callingDomainSelector = " << setprecision(indent) << m_callingDomainSelector << '\n'; strm << setw(indent+23) << "calledDomainSelector = " << setprecision(indent) << m_calledDomainSelector << '\n'; strm << setw(indent+13) << "upwardFlag = " << setprecision(indent) << m_upwardFlag << '\n'; strm << setw(indent+19) << "targetParameters = " << setprecision(indent) << m_targetParameters << '\n'; strm << setw(indent+20) << "minimumParameters = " << setprecision(indent) << m_minimumParameters << '\n'; strm << setw(indent+20) << "maximumParameters = " << setprecision(indent) << m_maximumParameters << '\n'; strm << setw(indent+11) << "userData = " << setprecision(indent) << m_userData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_Connect_Initial::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_Connect_Initial), PInvalidCast); #endif const MCS_Connect_Initial & other = (const MCS_Connect_Initial &)obj; Comparison result; if ((result = m_callingDomainSelector.Compare(other.m_callingDomainSelector)) != EqualTo) return result; if ((result = m_calledDomainSelector.Compare(other.m_calledDomainSelector)) != EqualTo) return result; if ((result = m_upwardFlag.Compare(other.m_upwardFlag)) != EqualTo) return result; if ((result = m_targetParameters.Compare(other.m_targetParameters)) != EqualTo) return result; if ((result = m_minimumParameters.Compare(other.m_minimumParameters)) != EqualTo) return result; if ((result = m_maximumParameters.Compare(other.m_maximumParameters)) != EqualTo) return result; if ((result = m_userData.Compare(other.m_userData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_Connect_Initial::GetDataLength() const { PINDEX length = 0; length += m_callingDomainSelector.GetObjectLength(); length += m_calledDomainSelector.GetObjectLength(); length += m_upwardFlag.GetObjectLength(); length += m_targetParameters.GetObjectLength(); length += m_minimumParameters.GetObjectLength(); length += m_maximumParameters.GetObjectLength(); length += m_userData.GetObjectLength(); return length; } BOOL MCS_Connect_Initial::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_callingDomainSelector.Decode(strm)) return FALSE; if (!m_calledDomainSelector.Decode(strm)) return FALSE; if (!m_upwardFlag.Decode(strm)) return FALSE; if (!m_targetParameters.Decode(strm)) return FALSE; if (!m_minimumParameters.Decode(strm)) return FALSE; if (!m_maximumParameters.Decode(strm)) return FALSE; if (!m_userData.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_Connect_Initial::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_callingDomainSelector.Encode(strm); m_calledDomainSelector.Encode(strm); m_upwardFlag.Encode(strm); m_targetParameters.Encode(strm); m_minimumParameters.Encode(strm); m_maximumParameters.Encode(strm); m_userData.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_Connect_Initial::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_Connect_Initial::Class()), PInvalidCast); #endif return new MCS_Connect_Initial(*this); } // // Connect-Additional // MCS_Connect_Additional::MCS_Connect_Additional(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { m_calledConnectId.SetConstraints(PASN_Object::FixedConstraint, 0, MaximumValue); } #ifndef PASN_NOPRINTON void MCS_Connect_Additional::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+18) << "calledConnectId = " << setprecision(indent) << m_calledConnectId << '\n'; strm << setw(indent+15) << "dataPriority = " << setprecision(indent) << m_dataPriority << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_Connect_Additional::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_Connect_Additional), PInvalidCast); #endif const MCS_Connect_Additional & other = (const MCS_Connect_Additional &)obj; Comparison result; if ((result = m_calledConnectId.Compare(other.m_calledConnectId)) != EqualTo) return result; if ((result = m_dataPriority.Compare(other.m_dataPriority)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_Connect_Additional::GetDataLength() const { PINDEX length = 0; length += m_calledConnectId.GetObjectLength(); length += m_dataPriority.GetObjectLength(); return length; } BOOL MCS_Connect_Additional::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_calledConnectId.Decode(strm)) return FALSE; if (!m_dataPriority.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_Connect_Additional::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_calledConnectId.Encode(strm); m_dataPriority.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_Connect_Additional::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_Connect_Additional::Class()), PInvalidCast); #endif return new MCS_Connect_Additional(*this); } // // PDin // MCS_PDin::MCS_PDin(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { m_heightLimit.SetConstraints(PASN_Object::FixedConstraint, 0, MaximumValue); } #ifndef PASN_NOPRINTON void MCS_PDin::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+14) << "heightLimit = " << setprecision(indent) << m_heightLimit << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_PDin::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_PDin), PInvalidCast); #endif const MCS_PDin & other = (const MCS_PDin &)obj; Comparison result; if ((result = m_heightLimit.Compare(other.m_heightLimit)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_PDin::GetDataLength() const { PINDEX length = 0; length += m_heightLimit.GetObjectLength(); return length; } BOOL MCS_PDin::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_heightLimit.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_PDin::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_heightLimit.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_PDin::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_PDin::Class()), PInvalidCast); #endif return new MCS_PDin(*this); } // // EDrq // MCS_EDrq::MCS_EDrq(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { m_subHeight.SetConstraints(PASN_Object::FixedConstraint, 0, MaximumValue); m_subInterval.SetConstraints(PASN_Object::FixedConstraint, 0, MaximumValue); } #ifndef PASN_NOPRINTON void MCS_EDrq::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "subHeight = " << setprecision(indent) << m_subHeight << '\n'; strm << setw(indent+14) << "subInterval = " << setprecision(indent) << m_subInterval << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_EDrq::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_EDrq), PInvalidCast); #endif const MCS_EDrq & other = (const MCS_EDrq &)obj; Comparison result; if ((result = m_subHeight.Compare(other.m_subHeight)) != EqualTo) return result; if ((result = m_subInterval.Compare(other.m_subInterval)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_EDrq::GetDataLength() const { PINDEX length = 0; length += m_subHeight.GetObjectLength(); length += m_subInterval.GetObjectLength(); return length; } BOOL MCS_EDrq::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_subHeight.Decode(strm)) return FALSE; if (!m_subInterval.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_EDrq::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_subHeight.Encode(strm); m_subInterval.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_EDrq::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_EDrq::Class()), PInvalidCast); #endif return new MCS_EDrq(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_MCS_ChannelAttributes[]={ {"static",0} ,{"userId",1} ,{"private",2} ,{"assigned",3} }; #endif // // ChannelAttributes // MCS_ChannelAttributes::MCS_ChannelAttributes(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_MCS_ChannelAttributes,4 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_ChannelAttributes::operator MCS_ChannelAttributes_static &() const #else MCS_ChannelAttributes::operator MCS_ChannelAttributes_static &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_ChannelAttributes_static), PInvalidCast); #endif return *(MCS_ChannelAttributes_static *)choice; } MCS_ChannelAttributes::operator const MCS_ChannelAttributes_static &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_ChannelAttributes_static), PInvalidCast); #endif return *(MCS_ChannelAttributes_static *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_ChannelAttributes::operator MCS_ChannelAttributes_userId &() const #else MCS_ChannelAttributes::operator MCS_ChannelAttributes_userId &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_ChannelAttributes_userId), PInvalidCast); #endif return *(MCS_ChannelAttributes_userId *)choice; } MCS_ChannelAttributes::operator const MCS_ChannelAttributes_userId &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_ChannelAttributes_userId), PInvalidCast); #endif return *(MCS_ChannelAttributes_userId *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_ChannelAttributes::operator MCS_ChannelAttributes_private &() const #else MCS_ChannelAttributes::operator MCS_ChannelAttributes_private &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_ChannelAttributes_private), PInvalidCast); #endif return *(MCS_ChannelAttributes_private *)choice; } MCS_ChannelAttributes::operator const MCS_ChannelAttributes_private &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_ChannelAttributes_private), PInvalidCast); #endif return *(MCS_ChannelAttributes_private *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_ChannelAttributes::operator MCS_ChannelAttributes_assigned &() const #else MCS_ChannelAttributes::operator MCS_ChannelAttributes_assigned &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_ChannelAttributes_assigned), PInvalidCast); #endif return *(MCS_ChannelAttributes_assigned *)choice; } MCS_ChannelAttributes::operator const MCS_ChannelAttributes_assigned &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_ChannelAttributes_assigned), PInvalidCast); #endif return *(MCS_ChannelAttributes_assigned *)choice; } BOOL MCS_ChannelAttributes::CreateObject() { switch (tag) { case e_static : choice = new MCS_ChannelAttributes_static(); return TRUE; case e_userId : choice = new MCS_ChannelAttributes_userId(); return TRUE; case e_private : choice = new MCS_ChannelAttributes_private(); return TRUE; case e_assigned : choice = new MCS_ChannelAttributes_assigned(); return TRUE; } choice = NULL; return FALSE; } PObject * MCS_ChannelAttributes::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_ChannelAttributes::Class()), PInvalidCast); #endif return new MCS_ChannelAttributes(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_MCS_TokenAttributes[]={ {"grabbed",0} ,{"inhibited",1} ,{"giving",2} ,{"ungivable",3} ,{"given",4} }; #endif // // TokenAttributes // MCS_TokenAttributes::MCS_TokenAttributes(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 5, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_MCS_TokenAttributes,5 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_TokenAttributes::operator MCS_TokenAttributes_grabbed &() const #else MCS_TokenAttributes::operator MCS_TokenAttributes_grabbed &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_TokenAttributes_grabbed), PInvalidCast); #endif return *(MCS_TokenAttributes_grabbed *)choice; } MCS_TokenAttributes::operator const MCS_TokenAttributes_grabbed &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_TokenAttributes_grabbed), PInvalidCast); #endif return *(MCS_TokenAttributes_grabbed *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_TokenAttributes::operator MCS_TokenAttributes_inhibited &() const #else MCS_TokenAttributes::operator MCS_TokenAttributes_inhibited &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_TokenAttributes_inhibited), PInvalidCast); #endif return *(MCS_TokenAttributes_inhibited *)choice; } MCS_TokenAttributes::operator const MCS_TokenAttributes_inhibited &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_TokenAttributes_inhibited), PInvalidCast); #endif return *(MCS_TokenAttributes_inhibited *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_TokenAttributes::operator MCS_TokenAttributes_giving &() const #else MCS_TokenAttributes::operator MCS_TokenAttributes_giving &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_TokenAttributes_giving), PInvalidCast); #endif return *(MCS_TokenAttributes_giving *)choice; } MCS_TokenAttributes::operator const MCS_TokenAttributes_giving &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_TokenAttributes_giving), PInvalidCast); #endif return *(MCS_TokenAttributes_giving *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_TokenAttributes::operator MCS_TokenAttributes_ungivable &() const #else MCS_TokenAttributes::operator MCS_TokenAttributes_ungivable &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_TokenAttributes_ungivable), PInvalidCast); #endif return *(MCS_TokenAttributes_ungivable *)choice; } MCS_TokenAttributes::operator const MCS_TokenAttributes_ungivable &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_TokenAttributes_ungivable), PInvalidCast); #endif return *(MCS_TokenAttributes_ungivable *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_TokenAttributes::operator MCS_TokenAttributes_given &() const #else MCS_TokenAttributes::operator MCS_TokenAttributes_given &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_TokenAttributes_given), PInvalidCast); #endif return *(MCS_TokenAttributes_given *)choice; } MCS_TokenAttributes::operator const MCS_TokenAttributes_given &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_TokenAttributes_given), PInvalidCast); #endif return *(MCS_TokenAttributes_given *)choice; } BOOL MCS_TokenAttributes::CreateObject() { switch (tag) { case e_grabbed : choice = new MCS_TokenAttributes_grabbed(); return TRUE; case e_inhibited : choice = new MCS_TokenAttributes_inhibited(); return TRUE; case e_giving : choice = new MCS_TokenAttributes_giving(); return TRUE; case e_ungivable : choice = new MCS_TokenAttributes_ungivable(); return TRUE; case e_given : choice = new MCS_TokenAttributes_given(); return TRUE; } choice = NULL; return FALSE; } PObject * MCS_TokenAttributes::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_TokenAttributes::Class()), PInvalidCast); #endif return new MCS_TokenAttributes(*this); } // // AUrq // MCS_AUrq::MCS_AUrq(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_AUrq::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PINDEX MCS_AUrq::GetDataLength() const { PINDEX length = 0; return length; } BOOL MCS_AUrq::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_AUrq::Encode(PASN_Stream & strm) const { PreambleEncode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_AUrq::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_AUrq::Class()), PInvalidCast); #endif return new MCS_AUrq(*this); } // // CJrq // MCS_CJrq::MCS_CJrq(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_CJrq::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "initiator = " << setprecision(indent) << m_initiator << '\n'; strm << setw(indent+12) << "channelId = " << setprecision(indent) << m_channelId << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_CJrq::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_CJrq), PInvalidCast); #endif const MCS_CJrq & other = (const MCS_CJrq &)obj; Comparison result; if ((result = m_initiator.Compare(other.m_initiator)) != EqualTo) return result; if ((result = m_channelId.Compare(other.m_channelId)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_CJrq::GetDataLength() const { PINDEX length = 0; length += m_initiator.GetObjectLength(); length += m_channelId.GetObjectLength(); return length; } BOOL MCS_CJrq::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_initiator.Decode(strm)) return FALSE; if (!m_channelId.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_CJrq::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_initiator.Encode(strm); m_channelId.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_CJrq::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_CJrq::Class()), PInvalidCast); #endif return new MCS_CJrq(*this); } // // CCrq // MCS_CCrq::MCS_CCrq(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_CCrq::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "initiator = " << setprecision(indent) << m_initiator << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_CCrq::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_CCrq), PInvalidCast); #endif const MCS_CCrq & other = (const MCS_CCrq &)obj; Comparison result; if ((result = m_initiator.Compare(other.m_initiator)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_CCrq::GetDataLength() const { PINDEX length = 0; length += m_initiator.GetObjectLength(); return length; } BOOL MCS_CCrq::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_initiator.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_CCrq::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_initiator.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_CCrq::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_CCrq::Class()), PInvalidCast); #endif return new MCS_CCrq(*this); } // // CDrq // MCS_CDrq::MCS_CDrq(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_CDrq::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "initiator = " << setprecision(indent) << m_initiator << '\n'; strm << setw(indent+12) << "channelId = " << setprecision(indent) << m_channelId << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_CDrq::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_CDrq), PInvalidCast); #endif const MCS_CDrq & other = (const MCS_CDrq &)obj; Comparison result; if ((result = m_initiator.Compare(other.m_initiator)) != EqualTo) return result; if ((result = m_channelId.Compare(other.m_channelId)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_CDrq::GetDataLength() const { PINDEX length = 0; length += m_initiator.GetObjectLength(); length += m_channelId.GetObjectLength(); return length; } BOOL MCS_CDrq::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_initiator.Decode(strm)) return FALSE; if (!m_channelId.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_CDrq::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_initiator.Encode(strm); m_channelId.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_CDrq::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_CDrq::Class()), PInvalidCast); #endif return new MCS_CDrq(*this); } // // CDin // MCS_CDin::MCS_CDin(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_CDin::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "channelId = " << setprecision(indent) << m_channelId << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_CDin::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_CDin), PInvalidCast); #endif const MCS_CDin & other = (const MCS_CDin &)obj; Comparison result; if ((result = m_channelId.Compare(other.m_channelId)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_CDin::GetDataLength() const { PINDEX length = 0; length += m_channelId.GetObjectLength(); return length; } BOOL MCS_CDin::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_channelId.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_CDin::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_channelId.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_CDin::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_CDin::Class()), PInvalidCast); #endif return new MCS_CDin(*this); } // // SDrq // MCS_SDrq::MCS_SDrq(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_SDrq::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "initiator = " << setprecision(indent) << m_initiator << '\n'; strm << setw(indent+12) << "channelId = " << setprecision(indent) << m_channelId << '\n'; strm << setw(indent+15) << "dataPriority = " << setprecision(indent) << m_dataPriority << '\n'; strm << setw(indent+15) << "segmentation = " << setprecision(indent) << m_segmentation << '\n'; strm << setw(indent+11) << "userData = " << setprecision(indent) << m_userData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_SDrq::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_SDrq), PInvalidCast); #endif const MCS_SDrq & other = (const MCS_SDrq &)obj; Comparison result; if ((result = m_initiator.Compare(other.m_initiator)) != EqualTo) return result; if ((result = m_channelId.Compare(other.m_channelId)) != EqualTo) return result; if ((result = m_dataPriority.Compare(other.m_dataPriority)) != EqualTo) return result; if ((result = m_segmentation.Compare(other.m_segmentation)) != EqualTo) return result; if ((result = m_userData.Compare(other.m_userData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_SDrq::GetDataLength() const { PINDEX length = 0; length += m_initiator.GetObjectLength(); length += m_channelId.GetObjectLength(); length += m_dataPriority.GetObjectLength(); length += m_segmentation.GetObjectLength(); length += m_userData.GetObjectLength(); return length; } BOOL MCS_SDrq::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_initiator.Decode(strm)) return FALSE; if (!m_channelId.Decode(strm)) return FALSE; if (!m_dataPriority.Decode(strm)) return FALSE; if (!m_segmentation.Decode(strm)) return FALSE; if (!m_userData.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_SDrq::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_initiator.Encode(strm); m_channelId.Encode(strm); m_dataPriority.Encode(strm); m_segmentation.Encode(strm); m_userData.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_SDrq::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_SDrq::Class()), PInvalidCast); #endif return new MCS_SDrq(*this); } // // SDin // MCS_SDin::MCS_SDin(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_SDin::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "initiator = " << setprecision(indent) << m_initiator << '\n'; strm << setw(indent+12) << "channelId = " << setprecision(indent) << m_channelId << '\n'; strm << setw(indent+15) << "dataPriority = " << setprecision(indent) << m_dataPriority << '\n'; strm << setw(indent+15) << "segmentation = " << setprecision(indent) << m_segmentation << '\n'; strm << setw(indent+11) << "userData = " << setprecision(indent) << m_userData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_SDin::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_SDin), PInvalidCast); #endif const MCS_SDin & other = (const MCS_SDin &)obj; Comparison result; if ((result = m_initiator.Compare(other.m_initiator)) != EqualTo) return result; if ((result = m_channelId.Compare(other.m_channelId)) != EqualTo) return result; if ((result = m_dataPriority.Compare(other.m_dataPriority)) != EqualTo) return result; if ((result = m_segmentation.Compare(other.m_segmentation)) != EqualTo) return result; if ((result = m_userData.Compare(other.m_userData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_SDin::GetDataLength() const { PINDEX length = 0; length += m_initiator.GetObjectLength(); length += m_channelId.GetObjectLength(); length += m_dataPriority.GetObjectLength(); length += m_segmentation.GetObjectLength(); length += m_userData.GetObjectLength(); return length; } BOOL MCS_SDin::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_initiator.Decode(strm)) return FALSE; if (!m_channelId.Decode(strm)) return FALSE; if (!m_dataPriority.Decode(strm)) return FALSE; if (!m_segmentation.Decode(strm)) return FALSE; if (!m_userData.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_SDin::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_initiator.Encode(strm); m_channelId.Encode(strm); m_dataPriority.Encode(strm); m_segmentation.Encode(strm); m_userData.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_SDin::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_SDin::Class()), PInvalidCast); #endif return new MCS_SDin(*this); } // // USrq // MCS_USrq::MCS_USrq(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_USrq::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "initiator = " << setprecision(indent) << m_initiator << '\n'; strm << setw(indent+12) << "channelId = " << setprecision(indent) << m_channelId << '\n'; strm << setw(indent+15) << "dataPriority = " << setprecision(indent) << m_dataPriority << '\n'; strm << setw(indent+15) << "segmentation = " << setprecision(indent) << m_segmentation << '\n'; strm << setw(indent+11) << "userData = " << setprecision(indent) << m_userData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_USrq::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_USrq), PInvalidCast); #endif const MCS_USrq & other = (const MCS_USrq &)obj; Comparison result; if ((result = m_initiator.Compare(other.m_initiator)) != EqualTo) return result; if ((result = m_channelId.Compare(other.m_channelId)) != EqualTo) return result; if ((result = m_dataPriority.Compare(other.m_dataPriority)) != EqualTo) return result; if ((result = m_segmentation.Compare(other.m_segmentation)) != EqualTo) return result; if ((result = m_userData.Compare(other.m_userData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_USrq::GetDataLength() const { PINDEX length = 0; length += m_initiator.GetObjectLength(); length += m_channelId.GetObjectLength(); length += m_dataPriority.GetObjectLength(); length += m_segmentation.GetObjectLength(); length += m_userData.GetObjectLength(); return length; } BOOL MCS_USrq::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_initiator.Decode(strm)) return FALSE; if (!m_channelId.Decode(strm)) return FALSE; if (!m_dataPriority.Decode(strm)) return FALSE; if (!m_segmentation.Decode(strm)) return FALSE; if (!m_userData.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_USrq::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_initiator.Encode(strm); m_channelId.Encode(strm); m_dataPriority.Encode(strm); m_segmentation.Encode(strm); m_userData.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_USrq::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_USrq::Class()), PInvalidCast); #endif return new MCS_USrq(*this); } // // USin // MCS_USin::MCS_USin(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_USin::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "initiator = " << setprecision(indent) << m_initiator << '\n'; strm << setw(indent+12) << "channelId = " << setprecision(indent) << m_channelId << '\n'; strm << setw(indent+15) << "dataPriority = " << setprecision(indent) << m_dataPriority << '\n'; strm << setw(indent+15) << "segmentation = " << setprecision(indent) << m_segmentation << '\n'; strm << setw(indent+11) << "userData = " << setprecision(indent) << m_userData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_USin::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_USin), PInvalidCast); #endif const MCS_USin & other = (const MCS_USin &)obj; Comparison result; if ((result = m_initiator.Compare(other.m_initiator)) != EqualTo) return result; if ((result = m_channelId.Compare(other.m_channelId)) != EqualTo) return result; if ((result = m_dataPriority.Compare(other.m_dataPriority)) != EqualTo) return result; if ((result = m_segmentation.Compare(other.m_segmentation)) != EqualTo) return result; if ((result = m_userData.Compare(other.m_userData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_USin::GetDataLength() const { PINDEX length = 0; length += m_initiator.GetObjectLength(); length += m_channelId.GetObjectLength(); length += m_dataPriority.GetObjectLength(); length += m_segmentation.GetObjectLength(); length += m_userData.GetObjectLength(); return length; } BOOL MCS_USin::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_initiator.Decode(strm)) return FALSE; if (!m_channelId.Decode(strm)) return FALSE; if (!m_dataPriority.Decode(strm)) return FALSE; if (!m_segmentation.Decode(strm)) return FALSE; if (!m_userData.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_USin::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_initiator.Encode(strm); m_channelId.Encode(strm); m_dataPriority.Encode(strm); m_segmentation.Encode(strm); m_userData.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_USin::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_USin::Class()), PInvalidCast); #endif return new MCS_USin(*this); } // // TGrq // MCS_TGrq::MCS_TGrq(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_TGrq::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "initiator = " << setprecision(indent) << m_initiator << '\n'; strm << setw(indent+10) << "tokenId = " << setprecision(indent) << m_tokenId << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_TGrq::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_TGrq), PInvalidCast); #endif const MCS_TGrq & other = (const MCS_TGrq &)obj; Comparison result; if ((result = m_initiator.Compare(other.m_initiator)) != EqualTo) return result; if ((result = m_tokenId.Compare(other.m_tokenId)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_TGrq::GetDataLength() const { PINDEX length = 0; length += m_initiator.GetObjectLength(); length += m_tokenId.GetObjectLength(); return length; } BOOL MCS_TGrq::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_initiator.Decode(strm)) return FALSE; if (!m_tokenId.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_TGrq::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_initiator.Encode(strm); m_tokenId.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_TGrq::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_TGrq::Class()), PInvalidCast); #endif return new MCS_TGrq(*this); } // // TIrq // MCS_TIrq::MCS_TIrq(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_TIrq::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "initiator = " << setprecision(indent) << m_initiator << '\n'; strm << setw(indent+10) << "tokenId = " << setprecision(indent) << m_tokenId << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_TIrq::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_TIrq), PInvalidCast); #endif const MCS_TIrq & other = (const MCS_TIrq &)obj; Comparison result; if ((result = m_initiator.Compare(other.m_initiator)) != EqualTo) return result; if ((result = m_tokenId.Compare(other.m_tokenId)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_TIrq::GetDataLength() const { PINDEX length = 0; length += m_initiator.GetObjectLength(); length += m_tokenId.GetObjectLength(); return length; } BOOL MCS_TIrq::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_initiator.Decode(strm)) return FALSE; if (!m_tokenId.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_TIrq::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_initiator.Encode(strm); m_tokenId.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_TIrq::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_TIrq::Class()), PInvalidCast); #endif return new MCS_TIrq(*this); } // // TVrq // MCS_TVrq::MCS_TVrq(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_TVrq::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "initiator = " << setprecision(indent) << m_initiator << '\n'; strm << setw(indent+10) << "tokenId = " << setprecision(indent) << m_tokenId << '\n'; strm << setw(indent+12) << "recipient = " << setprecision(indent) << m_recipient << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_TVrq::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_TVrq), PInvalidCast); #endif const MCS_TVrq & other = (const MCS_TVrq &)obj; Comparison result; if ((result = m_initiator.Compare(other.m_initiator)) != EqualTo) return result; if ((result = m_tokenId.Compare(other.m_tokenId)) != EqualTo) return result; if ((result = m_recipient.Compare(other.m_recipient)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_TVrq::GetDataLength() const { PINDEX length = 0; length += m_initiator.GetObjectLength(); length += m_tokenId.GetObjectLength(); length += m_recipient.GetObjectLength(); return length; } BOOL MCS_TVrq::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_initiator.Decode(strm)) return FALSE; if (!m_tokenId.Decode(strm)) return FALSE; if (!m_recipient.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_TVrq::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_initiator.Encode(strm); m_tokenId.Encode(strm); m_recipient.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_TVrq::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_TVrq::Class()), PInvalidCast); #endif return new MCS_TVrq(*this); } // // TVin // MCS_TVin::MCS_TVin(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_TVin::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "initiator = " << setprecision(indent) << m_initiator << '\n'; strm << setw(indent+10) << "tokenId = " << setprecision(indent) << m_tokenId << '\n'; strm << setw(indent+12) << "recipient = " << setprecision(indent) << m_recipient << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_TVin::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_TVin), PInvalidCast); #endif const MCS_TVin & other = (const MCS_TVin &)obj; Comparison result; if ((result = m_initiator.Compare(other.m_initiator)) != EqualTo) return result; if ((result = m_tokenId.Compare(other.m_tokenId)) != EqualTo) return result; if ((result = m_recipient.Compare(other.m_recipient)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_TVin::GetDataLength() const { PINDEX length = 0; length += m_initiator.GetObjectLength(); length += m_tokenId.GetObjectLength(); length += m_recipient.GetObjectLength(); return length; } BOOL MCS_TVin::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_initiator.Decode(strm)) return FALSE; if (!m_tokenId.Decode(strm)) return FALSE; if (!m_recipient.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_TVin::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_initiator.Encode(strm); m_tokenId.Encode(strm); m_recipient.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_TVin::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_TVin::Class()), PInvalidCast); #endif return new MCS_TVin(*this); } // // TPrq // MCS_TPrq::MCS_TPrq(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_TPrq::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "initiator = " << setprecision(indent) << m_initiator << '\n'; strm << setw(indent+10) << "tokenId = " << setprecision(indent) << m_tokenId << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_TPrq::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_TPrq), PInvalidCast); #endif const MCS_TPrq & other = (const MCS_TPrq &)obj; Comparison result; if ((result = m_initiator.Compare(other.m_initiator)) != EqualTo) return result; if ((result = m_tokenId.Compare(other.m_tokenId)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_TPrq::GetDataLength() const { PINDEX length = 0; length += m_initiator.GetObjectLength(); length += m_tokenId.GetObjectLength(); return length; } BOOL MCS_TPrq::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_initiator.Decode(strm)) return FALSE; if (!m_tokenId.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_TPrq::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_initiator.Encode(strm); m_tokenId.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_TPrq::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_TPrq::Class()), PInvalidCast); #endif return new MCS_TPrq(*this); } // // TPin // MCS_TPin::MCS_TPin(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_TPin::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "initiator = " << setprecision(indent) << m_initiator << '\n'; strm << setw(indent+10) << "tokenId = " << setprecision(indent) << m_tokenId << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_TPin::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_TPin), PInvalidCast); #endif const MCS_TPin & other = (const MCS_TPin &)obj; Comparison result; if ((result = m_initiator.Compare(other.m_initiator)) != EqualTo) return result; if ((result = m_tokenId.Compare(other.m_tokenId)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_TPin::GetDataLength() const { PINDEX length = 0; length += m_initiator.GetObjectLength(); length += m_tokenId.GetObjectLength(); return length; } BOOL MCS_TPin::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_initiator.Decode(strm)) return FALSE; if (!m_tokenId.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_TPin::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_initiator.Encode(strm); m_tokenId.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_TPin::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_TPin::Class()), PInvalidCast); #endif return new MCS_TPin(*this); } // // TRrq // MCS_TRrq::MCS_TRrq(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_TRrq::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "initiator = " << setprecision(indent) << m_initiator << '\n'; strm << setw(indent+10) << "tokenId = " << setprecision(indent) << m_tokenId << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_TRrq::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_TRrq), PInvalidCast); #endif const MCS_TRrq & other = (const MCS_TRrq &)obj; Comparison result; if ((result = m_initiator.Compare(other.m_initiator)) != EqualTo) return result; if ((result = m_tokenId.Compare(other.m_tokenId)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_TRrq::GetDataLength() const { PINDEX length = 0; length += m_initiator.GetObjectLength(); length += m_tokenId.GetObjectLength(); return length; } BOOL MCS_TRrq::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_initiator.Decode(strm)) return FALSE; if (!m_tokenId.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_TRrq::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_initiator.Encode(strm); m_tokenId.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_TRrq::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_TRrq::Class()), PInvalidCast); #endif return new MCS_TRrq(*this); } // // TTrq // MCS_TTrq::MCS_TTrq(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_TTrq::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "initiator = " << setprecision(indent) << m_initiator << '\n'; strm << setw(indent+10) << "tokenId = " << setprecision(indent) << m_tokenId << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_TTrq::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_TTrq), PInvalidCast); #endif const MCS_TTrq & other = (const MCS_TTrq &)obj; Comparison result; if ((result = m_initiator.Compare(other.m_initiator)) != EqualTo) return result; if ((result = m_tokenId.Compare(other.m_tokenId)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_TTrq::GetDataLength() const { PINDEX length = 0; length += m_initiator.GetObjectLength(); length += m_tokenId.GetObjectLength(); return length; } BOOL MCS_TTrq::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_initiator.Decode(strm)) return FALSE; if (!m_tokenId.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_TTrq::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_initiator.Encode(strm); m_tokenId.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_TTrq::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_TTrq::Class()), PInvalidCast); #endif return new MCS_TTrq(*this); } // // TTcf // MCS_TTcf::MCS_TTcf(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_TTcf::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "initiator = " << setprecision(indent) << m_initiator << '\n'; strm << setw(indent+10) << "tokenId = " << setprecision(indent) << m_tokenId << '\n'; strm << setw(indent+14) << "tokenStatus = " << setprecision(indent) << m_tokenStatus << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_TTcf::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_TTcf), PInvalidCast); #endif const MCS_TTcf & other = (const MCS_TTcf &)obj; Comparison result; if ((result = m_initiator.Compare(other.m_initiator)) != EqualTo) return result; if ((result = m_tokenId.Compare(other.m_tokenId)) != EqualTo) return result; if ((result = m_tokenStatus.Compare(other.m_tokenStatus)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_TTcf::GetDataLength() const { PINDEX length = 0; length += m_initiator.GetObjectLength(); length += m_tokenId.GetObjectLength(); length += m_tokenStatus.GetObjectLength(); return length; } BOOL MCS_TTcf::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_initiator.Decode(strm)) return FALSE; if (!m_tokenId.Decode(strm)) return FALSE; if (!m_tokenStatus.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_TTcf::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_initiator.Encode(strm); m_tokenId.Encode(strm); m_tokenStatus.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_TTcf::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_TTcf::Class()), PInvalidCast); #endif return new MCS_TTcf(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_MCS_Reason[]={ {"rn-domain-disconnected",0} ,{"rn-provider-initiated",1} ,{"rn-token-purged",2} ,{"rn-user-requested",3} ,{"rn-channel-purged",4} }; #endif // // Reason // MCS_Reason::MCS_Reason(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 4, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_MCS_Reason,5 #endif ) { } MCS_Reason & MCS_Reason::operator=(unsigned v) { SetValue(v); return *this; } PObject * MCS_Reason::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_Reason::Class()), PInvalidCast); #endif return new MCS_Reason(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_MCS_Result[]={ {"rt-successful",0} ,{"rt-domain-merging",1} ,{"rt-domain-not-hierarchical",2} ,{"rt-no-such-channel",3} ,{"rt-no-such-domain",4} ,{"rt-no-such-user",5} ,{"rt-not-admitted",6} ,{"rt-other-user-id",7} ,{"rt-parameters-unacceptable",8} ,{"rt-token-not-available",9} ,{"rt-token-not-possessed",10} ,{"rt-too-many-channels",11} ,{"rt-too-many-tokens",12} ,{"rt-too-many-users",13} ,{"rt-unspecified-failure",14} ,{"rt-user-rejected",15} }; #endif // // Result // MCS_Result::MCS_Result(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 15, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_MCS_Result,16 #endif ) { } MCS_Result & MCS_Result::operator=(unsigned v) { SetValue(v); return *this; } PObject * MCS_Result::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_Result::Class()), PInvalidCast); #endif return new MCS_Result(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_MCS_Diagnostic[]={ {"dc-inconsistent-merge",0} ,{"dc-forbidden-PDU-downward",1} ,{"dc-forbidden-PDU-upward",2} ,{"dc-invalid-BER-encoding",3} ,{"dc-invalid-PER-encoding",4} ,{"dc-misrouted-user",5} ,{"dc-unrequested-confirm",6} ,{"dc-wrong-transport-priority",7} ,{"dc-channel-id-conflict",8} ,{"dc-token-id-conflict",9} ,{"dc-not-user-id-channel",10} ,{"dc-too-many-channels",11} ,{"dc-too-many-tokens",12} ,{"dc-too-many-users",13} }; #endif // // Diagnostic // MCS_Diagnostic::MCS_Diagnostic(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 13, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_MCS_Diagnostic,14 #endif ) { } MCS_Diagnostic & MCS_Diagnostic::operator=(unsigned v) { SetValue(v); return *this; } PObject * MCS_Diagnostic::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_Diagnostic::Class()), PInvalidCast); #endif return new MCS_Diagnostic(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_MCS_ConnectMCSPDU[]={ {"connect_initial",101} ,{"connect_response",102} ,{"connect_additional",103} ,{"connect_result",104} }; #endif // // ConnectMCSPDU // MCS_ConnectMCSPDU::MCS_ConnectMCSPDU(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_MCS_ConnectMCSPDU,4 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_ConnectMCSPDU::operator MCS_Connect_Initial &() const #else MCS_ConnectMCSPDU::operator MCS_Connect_Initial &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_Connect_Initial), PInvalidCast); #endif return *(MCS_Connect_Initial *)choice; } MCS_ConnectMCSPDU::operator const MCS_Connect_Initial &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_Connect_Initial), PInvalidCast); #endif return *(MCS_Connect_Initial *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_ConnectMCSPDU::operator MCS_Connect_Response &() const #else MCS_ConnectMCSPDU::operator MCS_Connect_Response &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_Connect_Response), PInvalidCast); #endif return *(MCS_Connect_Response *)choice; } MCS_ConnectMCSPDU::operator const MCS_Connect_Response &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_Connect_Response), PInvalidCast); #endif return *(MCS_Connect_Response *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_ConnectMCSPDU::operator MCS_Connect_Additional &() const #else MCS_ConnectMCSPDU::operator MCS_Connect_Additional &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_Connect_Additional), PInvalidCast); #endif return *(MCS_Connect_Additional *)choice; } MCS_ConnectMCSPDU::operator const MCS_Connect_Additional &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_Connect_Additional), PInvalidCast); #endif return *(MCS_Connect_Additional *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_ConnectMCSPDU::operator MCS_Connect_Result &() const #else MCS_ConnectMCSPDU::operator MCS_Connect_Result &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_Connect_Result), PInvalidCast); #endif return *(MCS_Connect_Result *)choice; } MCS_ConnectMCSPDU::operator const MCS_Connect_Result &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_Connect_Result), PInvalidCast); #endif return *(MCS_Connect_Result *)choice; } BOOL MCS_ConnectMCSPDU::CreateObject() { switch (tag) { case e_connect_initial : choice = new MCS_Connect_Initial(); return TRUE; case e_connect_response : choice = new MCS_Connect_Response(); return TRUE; case e_connect_additional : choice = new MCS_Connect_Additional(); return TRUE; case e_connect_result : choice = new MCS_Connect_Result(); return TRUE; } choice = NULL; return FALSE; } PObject * MCS_ConnectMCSPDU::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_ConnectMCSPDU::Class()), PInvalidCast); #endif return new MCS_ConnectMCSPDU(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_MCS_DomainMCSPDU[]={ {"pdin",0} ,{"edrq",1} ,{"mcrq",2} ,{"mccf",3} ,{"pcin",4} ,{"mtrq",5} ,{"mtcf",6} ,{"ptin",7} ,{"dpum",8} ,{"rjum",9} ,{"aurq",10} ,{"aucf",11} ,{"durq",12} ,{"duin",13} ,{"cjrq",14} ,{"cjcf",15} ,{"clrq",16} ,{"ccrq",17} ,{"cccf",18} ,{"cdrq",19} ,{"cdin",20} ,{"carq",21} ,{"cain",22} ,{"cerq",23} ,{"cein",24} ,{"sdrq",25} ,{"sdin",26} ,{"usrq",27} ,{"usin",28} ,{"tgrq",29} ,{"tgcf",30} ,{"tirq",31} ,{"ticf",32} ,{"tvrq",33} ,{"tvin",34} ,{"tvrs",35} ,{"tvcf",36} ,{"tprq",37} ,{"tpin",38} ,{"trrq",39} ,{"trcf",40} ,{"ttrq",41} ,{"ttcf",42} }; #endif // // DomainMCSPDU // MCS_DomainMCSPDU::MCS_DomainMCSPDU(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 43, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_MCS_DomainMCSPDU,43 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_PDin &() const #else MCS_DomainMCSPDU::operator MCS_PDin &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_PDin), PInvalidCast); #endif return *(MCS_PDin *)choice; } MCS_DomainMCSPDU::operator const MCS_PDin &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_PDin), PInvalidCast); #endif return *(MCS_PDin *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_EDrq &() const #else MCS_DomainMCSPDU::operator MCS_EDrq &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_EDrq), PInvalidCast); #endif return *(MCS_EDrq *)choice; } MCS_DomainMCSPDU::operator const MCS_EDrq &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_EDrq), PInvalidCast); #endif return *(MCS_EDrq *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_MCrq &() const #else MCS_DomainMCSPDU::operator MCS_MCrq &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_MCrq), PInvalidCast); #endif return *(MCS_MCrq *)choice; } MCS_DomainMCSPDU::operator const MCS_MCrq &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_MCrq), PInvalidCast); #endif return *(MCS_MCrq *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_MCcf &() const #else MCS_DomainMCSPDU::operator MCS_MCcf &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_MCcf), PInvalidCast); #endif return *(MCS_MCcf *)choice; } MCS_DomainMCSPDU::operator const MCS_MCcf &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_MCcf), PInvalidCast); #endif return *(MCS_MCcf *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_PCin &() const #else MCS_DomainMCSPDU::operator MCS_PCin &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_PCin), PInvalidCast); #endif return *(MCS_PCin *)choice; } MCS_DomainMCSPDU::operator const MCS_PCin &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_PCin), PInvalidCast); #endif return *(MCS_PCin *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_MTrq &() const #else MCS_DomainMCSPDU::operator MCS_MTrq &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_MTrq), PInvalidCast); #endif return *(MCS_MTrq *)choice; } MCS_DomainMCSPDU::operator const MCS_MTrq &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_MTrq), PInvalidCast); #endif return *(MCS_MTrq *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_MTcf &() const #else MCS_DomainMCSPDU::operator MCS_MTcf &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_MTcf), PInvalidCast); #endif return *(MCS_MTcf *)choice; } MCS_DomainMCSPDU::operator const MCS_MTcf &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_MTcf), PInvalidCast); #endif return *(MCS_MTcf *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_PTin &() const #else MCS_DomainMCSPDU::operator MCS_PTin &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_PTin), PInvalidCast); #endif return *(MCS_PTin *)choice; } MCS_DomainMCSPDU::operator const MCS_PTin &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_PTin), PInvalidCast); #endif return *(MCS_PTin *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_DPum &() const #else MCS_DomainMCSPDU::operator MCS_DPum &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_DPum), PInvalidCast); #endif return *(MCS_DPum *)choice; } MCS_DomainMCSPDU::operator const MCS_DPum &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_DPum), PInvalidCast); #endif return *(MCS_DPum *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_RJum &() const #else MCS_DomainMCSPDU::operator MCS_RJum &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_RJum), PInvalidCast); #endif return *(MCS_RJum *)choice; } MCS_DomainMCSPDU::operator const MCS_RJum &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_RJum), PInvalidCast); #endif return *(MCS_RJum *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_AUrq &() const #else MCS_DomainMCSPDU::operator MCS_AUrq &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_AUrq), PInvalidCast); #endif return *(MCS_AUrq *)choice; } MCS_DomainMCSPDU::operator const MCS_AUrq &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_AUrq), PInvalidCast); #endif return *(MCS_AUrq *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_AUcf &() const #else MCS_DomainMCSPDU::operator MCS_AUcf &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_AUcf), PInvalidCast); #endif return *(MCS_AUcf *)choice; } MCS_DomainMCSPDU::operator const MCS_AUcf &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_AUcf), PInvalidCast); #endif return *(MCS_AUcf *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_DUrq &() const #else MCS_DomainMCSPDU::operator MCS_DUrq &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_DUrq), PInvalidCast); #endif return *(MCS_DUrq *)choice; } MCS_DomainMCSPDU::operator const MCS_DUrq &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_DUrq), PInvalidCast); #endif return *(MCS_DUrq *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_DUin &() const #else MCS_DomainMCSPDU::operator MCS_DUin &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_DUin), PInvalidCast); #endif return *(MCS_DUin *)choice; } MCS_DomainMCSPDU::operator const MCS_DUin &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_DUin), PInvalidCast); #endif return *(MCS_DUin *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_CJrq &() const #else MCS_DomainMCSPDU::operator MCS_CJrq &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_CJrq), PInvalidCast); #endif return *(MCS_CJrq *)choice; } MCS_DomainMCSPDU::operator const MCS_CJrq &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_CJrq), PInvalidCast); #endif return *(MCS_CJrq *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_CJcf &() const #else MCS_DomainMCSPDU::operator MCS_CJcf &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_CJcf), PInvalidCast); #endif return *(MCS_CJcf *)choice; } MCS_DomainMCSPDU::operator const MCS_CJcf &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_CJcf), PInvalidCast); #endif return *(MCS_CJcf *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_CLrq &() const #else MCS_DomainMCSPDU::operator MCS_CLrq &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_CLrq), PInvalidCast); #endif return *(MCS_CLrq *)choice; } MCS_DomainMCSPDU::operator const MCS_CLrq &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_CLrq), PInvalidCast); #endif return *(MCS_CLrq *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_CCrq &() const #else MCS_DomainMCSPDU::operator MCS_CCrq &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_CCrq), PInvalidCast); #endif return *(MCS_CCrq *)choice; } MCS_DomainMCSPDU::operator const MCS_CCrq &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_CCrq), PInvalidCast); #endif return *(MCS_CCrq *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_CCcf &() const #else MCS_DomainMCSPDU::operator MCS_CCcf &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_CCcf), PInvalidCast); #endif return *(MCS_CCcf *)choice; } MCS_DomainMCSPDU::operator const MCS_CCcf &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_CCcf), PInvalidCast); #endif return *(MCS_CCcf *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_CDrq &() const #else MCS_DomainMCSPDU::operator MCS_CDrq &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_CDrq), PInvalidCast); #endif return *(MCS_CDrq *)choice; } MCS_DomainMCSPDU::operator const MCS_CDrq &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_CDrq), PInvalidCast); #endif return *(MCS_CDrq *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_CDin &() const #else MCS_DomainMCSPDU::operator MCS_CDin &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_CDin), PInvalidCast); #endif return *(MCS_CDin *)choice; } MCS_DomainMCSPDU::operator const MCS_CDin &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_CDin), PInvalidCast); #endif return *(MCS_CDin *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_CArq &() const #else MCS_DomainMCSPDU::operator MCS_CArq &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_CArq), PInvalidCast); #endif return *(MCS_CArq *)choice; } MCS_DomainMCSPDU::operator const MCS_CArq &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_CArq), PInvalidCast); #endif return *(MCS_CArq *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_CAin &() const #else MCS_DomainMCSPDU::operator MCS_CAin &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_CAin), PInvalidCast); #endif return *(MCS_CAin *)choice; } MCS_DomainMCSPDU::operator const MCS_CAin &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_CAin), PInvalidCast); #endif return *(MCS_CAin *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_CErq &() const #else MCS_DomainMCSPDU::operator MCS_CErq &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_CErq), PInvalidCast); #endif return *(MCS_CErq *)choice; } MCS_DomainMCSPDU::operator const MCS_CErq &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_CErq), PInvalidCast); #endif return *(MCS_CErq *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_CEin &() const #else MCS_DomainMCSPDU::operator MCS_CEin &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_CEin), PInvalidCast); #endif return *(MCS_CEin *)choice; } MCS_DomainMCSPDU::operator const MCS_CEin &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_CEin), PInvalidCast); #endif return *(MCS_CEin *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_SDrq &() const #else MCS_DomainMCSPDU::operator MCS_SDrq &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_SDrq), PInvalidCast); #endif return *(MCS_SDrq *)choice; } MCS_DomainMCSPDU::operator const MCS_SDrq &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_SDrq), PInvalidCast); #endif return *(MCS_SDrq *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_SDin &() const #else MCS_DomainMCSPDU::operator MCS_SDin &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_SDin), PInvalidCast); #endif return *(MCS_SDin *)choice; } MCS_DomainMCSPDU::operator const MCS_SDin &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_SDin), PInvalidCast); #endif return *(MCS_SDin *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_USrq &() const #else MCS_DomainMCSPDU::operator MCS_USrq &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_USrq), PInvalidCast); #endif return *(MCS_USrq *)choice; } MCS_DomainMCSPDU::operator const MCS_USrq &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_USrq), PInvalidCast); #endif return *(MCS_USrq *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_USin &() const #else MCS_DomainMCSPDU::operator MCS_USin &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_USin), PInvalidCast); #endif return *(MCS_USin *)choice; } MCS_DomainMCSPDU::operator const MCS_USin &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_USin), PInvalidCast); #endif return *(MCS_USin *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_TGrq &() const #else MCS_DomainMCSPDU::operator MCS_TGrq &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_TGrq), PInvalidCast); #endif return *(MCS_TGrq *)choice; } MCS_DomainMCSPDU::operator const MCS_TGrq &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_TGrq), PInvalidCast); #endif return *(MCS_TGrq *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_TGcf &() const #else MCS_DomainMCSPDU::operator MCS_TGcf &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_TGcf), PInvalidCast); #endif return *(MCS_TGcf *)choice; } MCS_DomainMCSPDU::operator const MCS_TGcf &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_TGcf), PInvalidCast); #endif return *(MCS_TGcf *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_TIrq &() const #else MCS_DomainMCSPDU::operator MCS_TIrq &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_TIrq), PInvalidCast); #endif return *(MCS_TIrq *)choice; } MCS_DomainMCSPDU::operator const MCS_TIrq &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_TIrq), PInvalidCast); #endif return *(MCS_TIrq *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_TIcf &() const #else MCS_DomainMCSPDU::operator MCS_TIcf &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_TIcf), PInvalidCast); #endif return *(MCS_TIcf *)choice; } MCS_DomainMCSPDU::operator const MCS_TIcf &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_TIcf), PInvalidCast); #endif return *(MCS_TIcf *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_TVrq &() const #else MCS_DomainMCSPDU::operator MCS_TVrq &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_TVrq), PInvalidCast); #endif return *(MCS_TVrq *)choice; } MCS_DomainMCSPDU::operator const MCS_TVrq &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_TVrq), PInvalidCast); #endif return *(MCS_TVrq *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_TVin &() const #else MCS_DomainMCSPDU::operator MCS_TVin &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_TVin), PInvalidCast); #endif return *(MCS_TVin *)choice; } MCS_DomainMCSPDU::operator const MCS_TVin &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_TVin), PInvalidCast); #endif return *(MCS_TVin *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_TVrs &() const #else MCS_DomainMCSPDU::operator MCS_TVrs &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_TVrs), PInvalidCast); #endif return *(MCS_TVrs *)choice; } MCS_DomainMCSPDU::operator const MCS_TVrs &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_TVrs), PInvalidCast); #endif return *(MCS_TVrs *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_TVcf &() const #else MCS_DomainMCSPDU::operator MCS_TVcf &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_TVcf), PInvalidCast); #endif return *(MCS_TVcf *)choice; } MCS_DomainMCSPDU::operator const MCS_TVcf &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_TVcf), PInvalidCast); #endif return *(MCS_TVcf *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_TPrq &() const #else MCS_DomainMCSPDU::operator MCS_TPrq &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_TPrq), PInvalidCast); #endif return *(MCS_TPrq *)choice; } MCS_DomainMCSPDU::operator const MCS_TPrq &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_TPrq), PInvalidCast); #endif return *(MCS_TPrq *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_TPin &() const #else MCS_DomainMCSPDU::operator MCS_TPin &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_TPin), PInvalidCast); #endif return *(MCS_TPin *)choice; } MCS_DomainMCSPDU::operator const MCS_TPin &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_TPin), PInvalidCast); #endif return *(MCS_TPin *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_TRrq &() const #else MCS_DomainMCSPDU::operator MCS_TRrq &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_TRrq), PInvalidCast); #endif return *(MCS_TRrq *)choice; } MCS_DomainMCSPDU::operator const MCS_TRrq &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_TRrq), PInvalidCast); #endif return *(MCS_TRrq *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_TRcf &() const #else MCS_DomainMCSPDU::operator MCS_TRcf &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_TRcf), PInvalidCast); #endif return *(MCS_TRcf *)choice; } MCS_DomainMCSPDU::operator const MCS_TRcf &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_TRcf), PInvalidCast); #endif return *(MCS_TRcf *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_TTrq &() const #else MCS_DomainMCSPDU::operator MCS_TTrq &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_TTrq), PInvalidCast); #endif return *(MCS_TTrq *)choice; } MCS_DomainMCSPDU::operator const MCS_TTrq &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_TTrq), PInvalidCast); #endif return *(MCS_TTrq *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 MCS_DomainMCSPDU::operator MCS_TTcf &() const #else MCS_DomainMCSPDU::operator MCS_TTcf &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_TTcf), PInvalidCast); #endif return *(MCS_TTcf *)choice; } MCS_DomainMCSPDU::operator const MCS_TTcf &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), MCS_TTcf), PInvalidCast); #endif return *(MCS_TTcf *)choice; } BOOL MCS_DomainMCSPDU::CreateObject() { switch (tag) { case e_pdin : choice = new MCS_PDin(); return TRUE; case e_edrq : choice = new MCS_EDrq(); return TRUE; case e_mcrq : choice = new MCS_MCrq(); return TRUE; case e_mccf : choice = new MCS_MCcf(); return TRUE; case e_pcin : choice = new MCS_PCin(); return TRUE; case e_mtrq : choice = new MCS_MTrq(); return TRUE; case e_mtcf : choice = new MCS_MTcf(); return TRUE; case e_ptin : choice = new MCS_PTin(); return TRUE; case e_dpum : choice = new MCS_DPum(); return TRUE; case e_rjum : choice = new MCS_RJum(); return TRUE; case e_aurq : choice = new MCS_AUrq(); return TRUE; case e_aucf : choice = new MCS_AUcf(); return TRUE; case e_durq : choice = new MCS_DUrq(); return TRUE; case e_duin : choice = new MCS_DUin(); return TRUE; case e_cjrq : choice = new MCS_CJrq(); return TRUE; case e_cjcf : choice = new MCS_CJcf(); return TRUE; case e_clrq : choice = new MCS_CLrq(); return TRUE; case e_ccrq : choice = new MCS_CCrq(); return TRUE; case e_cccf : choice = new MCS_CCcf(); return TRUE; case e_cdrq : choice = new MCS_CDrq(); return TRUE; case e_cdin : choice = new MCS_CDin(); return TRUE; case e_carq : choice = new MCS_CArq(); return TRUE; case e_cain : choice = new MCS_CAin(); return TRUE; case e_cerq : choice = new MCS_CErq(); return TRUE; case e_cein : choice = new MCS_CEin(); return TRUE; case e_sdrq : choice = new MCS_SDrq(); return TRUE; case e_sdin : choice = new MCS_SDin(); return TRUE; case e_usrq : choice = new MCS_USrq(); return TRUE; case e_usin : choice = new MCS_USin(); return TRUE; case e_tgrq : choice = new MCS_TGrq(); return TRUE; case e_tgcf : choice = new MCS_TGcf(); return TRUE; case e_tirq : choice = new MCS_TIrq(); return TRUE; case e_ticf : choice = new MCS_TIcf(); return TRUE; case e_tvrq : choice = new MCS_TVrq(); return TRUE; case e_tvin : choice = new MCS_TVin(); return TRUE; case e_tvrs : choice = new MCS_TVrs(); return TRUE; case e_tvcf : choice = new MCS_TVcf(); return TRUE; case e_tprq : choice = new MCS_TPrq(); return TRUE; case e_tpin : choice = new MCS_TPin(); return TRUE; case e_trrq : choice = new MCS_TRrq(); return TRUE; case e_trcf : choice = new MCS_TRcf(); return TRUE; case e_ttrq : choice = new MCS_TTrq(); return TRUE; case e_ttcf : choice = new MCS_TTcf(); return TRUE; } choice = NULL; return FALSE; } PObject * MCS_DomainMCSPDU::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_DomainMCSPDU::Class()), PInvalidCast); #endif return new MCS_DomainMCSPDU(*this); } // // ChannelAttributes_static // MCS_ChannelAttributes_static::MCS_ChannelAttributes_static(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_ChannelAttributes_static::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "channelId = " << setprecision(indent) << m_channelId << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_ChannelAttributes_static::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_ChannelAttributes_static), PInvalidCast); #endif const MCS_ChannelAttributes_static & other = (const MCS_ChannelAttributes_static &)obj; Comparison result; if ((result = m_channelId.Compare(other.m_channelId)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_ChannelAttributes_static::GetDataLength() const { PINDEX length = 0; length += m_channelId.GetObjectLength(); return length; } BOOL MCS_ChannelAttributes_static::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_channelId.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_ChannelAttributes_static::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_channelId.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_ChannelAttributes_static::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_ChannelAttributes_static::Class()), PInvalidCast); #endif return new MCS_ChannelAttributes_static(*this); } // // ChannelAttributes_userId // MCS_ChannelAttributes_userId::MCS_ChannelAttributes_userId(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_ChannelAttributes_userId::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "joined = " << setprecision(indent) << m_joined << '\n'; strm << setw(indent+9) << "userId = " << setprecision(indent) << m_userId << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_ChannelAttributes_userId::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_ChannelAttributes_userId), PInvalidCast); #endif const MCS_ChannelAttributes_userId & other = (const MCS_ChannelAttributes_userId &)obj; Comparison result; if ((result = m_joined.Compare(other.m_joined)) != EqualTo) return result; if ((result = m_userId.Compare(other.m_userId)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_ChannelAttributes_userId::GetDataLength() const { PINDEX length = 0; length += m_joined.GetObjectLength(); length += m_userId.GetObjectLength(); return length; } BOOL MCS_ChannelAttributes_userId::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_joined.Decode(strm)) return FALSE; if (!m_userId.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_ChannelAttributes_userId::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_joined.Encode(strm); m_userId.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_ChannelAttributes_userId::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_ChannelAttributes_userId::Class()), PInvalidCast); #endif return new MCS_ChannelAttributes_userId(*this); } // // ChannelAttributes_assigned // MCS_ChannelAttributes_assigned::MCS_ChannelAttributes_assigned(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_ChannelAttributes_assigned::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "channelId = " << setprecision(indent) << m_channelId << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_ChannelAttributes_assigned::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_ChannelAttributes_assigned), PInvalidCast); #endif const MCS_ChannelAttributes_assigned & other = (const MCS_ChannelAttributes_assigned &)obj; Comparison result; if ((result = m_channelId.Compare(other.m_channelId)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_ChannelAttributes_assigned::GetDataLength() const { PINDEX length = 0; length += m_channelId.GetObjectLength(); return length; } BOOL MCS_ChannelAttributes_assigned::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_channelId.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_ChannelAttributes_assigned::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_channelId.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_ChannelAttributes_assigned::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_ChannelAttributes_assigned::Class()), PInvalidCast); #endif return new MCS_ChannelAttributes_assigned(*this); } // // ArrayOf_ChannelAttributes // MCS_ArrayOf_ChannelAttributes::MCS_ArrayOf_ChannelAttributes(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * MCS_ArrayOf_ChannelAttributes::CreateObject() const { return new MCS_ChannelAttributes; } MCS_ChannelAttributes & MCS_ArrayOf_ChannelAttributes::operator[](PINDEX i) const { return (MCS_ChannelAttributes &)array[i]; } PObject * MCS_ArrayOf_ChannelAttributes::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_ArrayOf_ChannelAttributes::Class()), PInvalidCast); #endif return new MCS_ArrayOf_ChannelAttributes(*this); } // // ArrayOf_ChannelId // MCS_ArrayOf_ChannelId::MCS_ArrayOf_ChannelId(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * MCS_ArrayOf_ChannelId::CreateObject() const { return new MCS_ChannelId; } MCS_ChannelId & MCS_ArrayOf_ChannelId::operator[](PINDEX i) const { return (MCS_ChannelId &)array[i]; } PObject * MCS_ArrayOf_ChannelId::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_ArrayOf_ChannelId::Class()), PInvalidCast); #endif return new MCS_ArrayOf_ChannelId(*this); } // // ArrayOf_UserId // MCS_ArrayOf_UserId::MCS_ArrayOf_UserId(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * MCS_ArrayOf_UserId::CreateObject() const { return new MCS_UserId; } MCS_UserId & MCS_ArrayOf_UserId::operator[](PINDEX i) const { return (MCS_UserId &)array[i]; } PObject * MCS_ArrayOf_UserId::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_ArrayOf_UserId::Class()), PInvalidCast); #endif return new MCS_ArrayOf_UserId(*this); } // // TokenAttributes_grabbed // MCS_TokenAttributes_grabbed::MCS_TokenAttributes_grabbed(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_TokenAttributes_grabbed::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+10) << "tokenId = " << setprecision(indent) << m_tokenId << '\n'; strm << setw(indent+10) << "grabber = " << setprecision(indent) << m_grabber << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_TokenAttributes_grabbed::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_TokenAttributes_grabbed), PInvalidCast); #endif const MCS_TokenAttributes_grabbed & other = (const MCS_TokenAttributes_grabbed &)obj; Comparison result; if ((result = m_tokenId.Compare(other.m_tokenId)) != EqualTo) return result; if ((result = m_grabber.Compare(other.m_grabber)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_TokenAttributes_grabbed::GetDataLength() const { PINDEX length = 0; length += m_tokenId.GetObjectLength(); length += m_grabber.GetObjectLength(); return length; } BOOL MCS_TokenAttributes_grabbed::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_tokenId.Decode(strm)) return FALSE; if (!m_grabber.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_TokenAttributes_grabbed::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_tokenId.Encode(strm); m_grabber.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_TokenAttributes_grabbed::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_TokenAttributes_grabbed::Class()), PInvalidCast); #endif return new MCS_TokenAttributes_grabbed(*this); } // // TokenAttributes_inhibited // MCS_TokenAttributes_inhibited::MCS_TokenAttributes_inhibited(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_TokenAttributes_inhibited::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+10) << "tokenId = " << setprecision(indent) << m_tokenId << '\n'; strm << setw(indent+13) << "inhibitors = " << setprecision(indent) << m_inhibitors << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_TokenAttributes_inhibited::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_TokenAttributes_inhibited), PInvalidCast); #endif const MCS_TokenAttributes_inhibited & other = (const MCS_TokenAttributes_inhibited &)obj; Comparison result; if ((result = m_tokenId.Compare(other.m_tokenId)) != EqualTo) return result; if ((result = m_inhibitors.Compare(other.m_inhibitors)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_TokenAttributes_inhibited::GetDataLength() const { PINDEX length = 0; length += m_tokenId.GetObjectLength(); length += m_inhibitors.GetObjectLength(); return length; } BOOL MCS_TokenAttributes_inhibited::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_tokenId.Decode(strm)) return FALSE; if (!m_inhibitors.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_TokenAttributes_inhibited::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_tokenId.Encode(strm); m_inhibitors.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_TokenAttributes_inhibited::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_TokenAttributes_inhibited::Class()), PInvalidCast); #endif return new MCS_TokenAttributes_inhibited(*this); } // // TokenAttributes_giving // MCS_TokenAttributes_giving::MCS_TokenAttributes_giving(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_TokenAttributes_giving::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+10) << "tokenId = " << setprecision(indent) << m_tokenId << '\n'; strm << setw(indent+10) << "grabber = " << setprecision(indent) << m_grabber << '\n'; strm << setw(indent+12) << "recipient = " << setprecision(indent) << m_recipient << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_TokenAttributes_giving::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_TokenAttributes_giving), PInvalidCast); #endif const MCS_TokenAttributes_giving & other = (const MCS_TokenAttributes_giving &)obj; Comparison result; if ((result = m_tokenId.Compare(other.m_tokenId)) != EqualTo) return result; if ((result = m_grabber.Compare(other.m_grabber)) != EqualTo) return result; if ((result = m_recipient.Compare(other.m_recipient)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_TokenAttributes_giving::GetDataLength() const { PINDEX length = 0; length += m_tokenId.GetObjectLength(); length += m_grabber.GetObjectLength(); length += m_recipient.GetObjectLength(); return length; } BOOL MCS_TokenAttributes_giving::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_tokenId.Decode(strm)) return FALSE; if (!m_grabber.Decode(strm)) return FALSE; if (!m_recipient.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_TokenAttributes_giving::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_tokenId.Encode(strm); m_grabber.Encode(strm); m_recipient.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_TokenAttributes_giving::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_TokenAttributes_giving::Class()), PInvalidCast); #endif return new MCS_TokenAttributes_giving(*this); } // // TokenAttributes_ungivable // MCS_TokenAttributes_ungivable::MCS_TokenAttributes_ungivable(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_TokenAttributes_ungivable::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+10) << "tokenId = " << setprecision(indent) << m_tokenId << '\n'; strm << setw(indent+10) << "grabber = " << setprecision(indent) << m_grabber << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_TokenAttributes_ungivable::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_TokenAttributes_ungivable), PInvalidCast); #endif const MCS_TokenAttributes_ungivable & other = (const MCS_TokenAttributes_ungivable &)obj; Comparison result; if ((result = m_tokenId.Compare(other.m_tokenId)) != EqualTo) return result; if ((result = m_grabber.Compare(other.m_grabber)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_TokenAttributes_ungivable::GetDataLength() const { PINDEX length = 0; length += m_tokenId.GetObjectLength(); length += m_grabber.GetObjectLength(); return length; } BOOL MCS_TokenAttributes_ungivable::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_tokenId.Decode(strm)) return FALSE; if (!m_grabber.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_TokenAttributes_ungivable::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_tokenId.Encode(strm); m_grabber.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_TokenAttributes_ungivable::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_TokenAttributes_ungivable::Class()), PInvalidCast); #endif return new MCS_TokenAttributes_ungivable(*this); } // // TokenAttributes_given // MCS_TokenAttributes_given::MCS_TokenAttributes_given(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_TokenAttributes_given::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+10) << "tokenId = " << setprecision(indent) << m_tokenId << '\n'; strm << setw(indent+12) << "recipient = " << setprecision(indent) << m_recipient << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_TokenAttributes_given::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_TokenAttributes_given), PInvalidCast); #endif const MCS_TokenAttributes_given & other = (const MCS_TokenAttributes_given &)obj; Comparison result; if ((result = m_tokenId.Compare(other.m_tokenId)) != EqualTo) return result; if ((result = m_recipient.Compare(other.m_recipient)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_TokenAttributes_given::GetDataLength() const { PINDEX length = 0; length += m_tokenId.GetObjectLength(); length += m_recipient.GetObjectLength(); return length; } BOOL MCS_TokenAttributes_given::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_tokenId.Decode(strm)) return FALSE; if (!m_recipient.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_TokenAttributes_given::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_tokenId.Encode(strm); m_recipient.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_TokenAttributes_given::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_TokenAttributes_given::Class()), PInvalidCast); #endif return new MCS_TokenAttributes_given(*this); } // // ArrayOf_TokenAttributes // MCS_ArrayOf_TokenAttributes::MCS_ArrayOf_TokenAttributes(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * MCS_ArrayOf_TokenAttributes::CreateObject() const { return new MCS_TokenAttributes; } MCS_TokenAttributes & MCS_ArrayOf_TokenAttributes::operator[](PINDEX i) const { return (MCS_TokenAttributes &)array[i]; } PObject * MCS_ArrayOf_TokenAttributes::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_ArrayOf_TokenAttributes::Class()), PInvalidCast); #endif return new MCS_ArrayOf_TokenAttributes(*this); } // // ArrayOf_TokenId // MCS_ArrayOf_TokenId::MCS_ArrayOf_TokenId(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * MCS_ArrayOf_TokenId::CreateObject() const { return new MCS_TokenId; } MCS_TokenId & MCS_ArrayOf_TokenId::operator[](PINDEX i) const { return (MCS_TokenId &)array[i]; } PObject * MCS_ArrayOf_TokenId::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_ArrayOf_TokenId::Class()), PInvalidCast); #endif return new MCS_ArrayOf_TokenId(*this); } // // Connect-Response // MCS_Connect_Response::MCS_Connect_Response(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { m_calledConnectId.SetConstraints(PASN_Object::FixedConstraint, 0, MaximumValue); } #ifndef PASN_NOPRINTON void MCS_Connect_Response::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "result = " << setprecision(indent) << m_result << '\n'; strm << setw(indent+18) << "calledConnectId = " << setprecision(indent) << m_calledConnectId << '\n'; strm << setw(indent+19) << "domainParameters = " << setprecision(indent) << m_domainParameters << '\n'; strm << setw(indent+11) << "userData = " << setprecision(indent) << m_userData << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_Connect_Response::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_Connect_Response), PInvalidCast); #endif const MCS_Connect_Response & other = (const MCS_Connect_Response &)obj; Comparison result; if ((result = m_result.Compare(other.m_result)) != EqualTo) return result; if ((result = m_calledConnectId.Compare(other.m_calledConnectId)) != EqualTo) return result; if ((result = m_domainParameters.Compare(other.m_domainParameters)) != EqualTo) return result; if ((result = m_userData.Compare(other.m_userData)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_Connect_Response::GetDataLength() const { PINDEX length = 0; length += m_result.GetObjectLength(); length += m_calledConnectId.GetObjectLength(); length += m_domainParameters.GetObjectLength(); length += m_userData.GetObjectLength(); return length; } BOOL MCS_Connect_Response::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_result.Decode(strm)) return FALSE; if (!m_calledConnectId.Decode(strm)) return FALSE; if (!m_domainParameters.Decode(strm)) return FALSE; if (!m_userData.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_Connect_Response::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_result.Encode(strm); m_calledConnectId.Encode(strm); m_domainParameters.Encode(strm); m_userData.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_Connect_Response::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_Connect_Response::Class()), PInvalidCast); #endif return new MCS_Connect_Response(*this); } // // Connect-Result // MCS_Connect_Result::MCS_Connect_Result(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_Connect_Result::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "result = " << setprecision(indent) << m_result << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_Connect_Result::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_Connect_Result), PInvalidCast); #endif const MCS_Connect_Result & other = (const MCS_Connect_Result &)obj; Comparison result; if ((result = m_result.Compare(other.m_result)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_Connect_Result::GetDataLength() const { PINDEX length = 0; length += m_result.GetObjectLength(); return length; } BOOL MCS_Connect_Result::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_result.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_Connect_Result::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_result.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_Connect_Result::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_Connect_Result::Class()), PInvalidCast); #endif return new MCS_Connect_Result(*this); } // // MCrq // MCS_MCrq::MCS_MCrq(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_MCrq::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "mergeChannels = " << setprecision(indent) << m_mergeChannels << '\n'; strm << setw(indent+18) << "purgeChannelIds = " << setprecision(indent) << m_purgeChannelIds << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_MCrq::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_MCrq), PInvalidCast); #endif const MCS_MCrq & other = (const MCS_MCrq &)obj; Comparison result; if ((result = m_mergeChannels.Compare(other.m_mergeChannels)) != EqualTo) return result; if ((result = m_purgeChannelIds.Compare(other.m_purgeChannelIds)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_MCrq::GetDataLength() const { PINDEX length = 0; length += m_mergeChannels.GetObjectLength(); length += m_purgeChannelIds.GetObjectLength(); return length; } BOOL MCS_MCrq::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_mergeChannels.Decode(strm)) return FALSE; if (!m_purgeChannelIds.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_MCrq::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_mergeChannels.Encode(strm); m_purgeChannelIds.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_MCrq::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_MCrq::Class()), PInvalidCast); #endif return new MCS_MCrq(*this); } // // MCcf // MCS_MCcf::MCS_MCcf(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_MCcf::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "mergeChannels = " << setprecision(indent) << m_mergeChannels << '\n'; strm << setw(indent+18) << "purgeChannelIds = " << setprecision(indent) << m_purgeChannelIds << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_MCcf::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_MCcf), PInvalidCast); #endif const MCS_MCcf & other = (const MCS_MCcf &)obj; Comparison result; if ((result = m_mergeChannels.Compare(other.m_mergeChannels)) != EqualTo) return result; if ((result = m_purgeChannelIds.Compare(other.m_purgeChannelIds)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_MCcf::GetDataLength() const { PINDEX length = 0; length += m_mergeChannels.GetObjectLength(); length += m_purgeChannelIds.GetObjectLength(); return length; } BOOL MCS_MCcf::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_mergeChannels.Decode(strm)) return FALSE; if (!m_purgeChannelIds.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_MCcf::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_mergeChannels.Encode(strm); m_purgeChannelIds.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_MCcf::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_MCcf::Class()), PInvalidCast); #endif return new MCS_MCcf(*this); } // // PCin // MCS_PCin::MCS_PCin(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_PCin::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "detachUserIds = " << setprecision(indent) << m_detachUserIds << '\n'; strm << setw(indent+18) << "purgeChannelIds = " << setprecision(indent) << m_purgeChannelIds << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_PCin::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_PCin), PInvalidCast); #endif const MCS_PCin & other = (const MCS_PCin &)obj; Comparison result; if ((result = m_detachUserIds.Compare(other.m_detachUserIds)) != EqualTo) return result; if ((result = m_purgeChannelIds.Compare(other.m_purgeChannelIds)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_PCin::GetDataLength() const { PINDEX length = 0; length += m_detachUserIds.GetObjectLength(); length += m_purgeChannelIds.GetObjectLength(); return length; } BOOL MCS_PCin::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_detachUserIds.Decode(strm)) return FALSE; if (!m_purgeChannelIds.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_PCin::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_detachUserIds.Encode(strm); m_purgeChannelIds.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_PCin::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_PCin::Class()), PInvalidCast); #endif return new MCS_PCin(*this); } // // MTrq // MCS_MTrq::MCS_MTrq(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_MTrq::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+14) << "mergeTokens = " << setprecision(indent) << m_mergeTokens << '\n'; strm << setw(indent+16) << "purgeTokenIds = " << setprecision(indent) << m_purgeTokenIds << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_MTrq::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_MTrq), PInvalidCast); #endif const MCS_MTrq & other = (const MCS_MTrq &)obj; Comparison result; if ((result = m_mergeTokens.Compare(other.m_mergeTokens)) != EqualTo) return result; if ((result = m_purgeTokenIds.Compare(other.m_purgeTokenIds)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_MTrq::GetDataLength() const { PINDEX length = 0; length += m_mergeTokens.GetObjectLength(); length += m_purgeTokenIds.GetObjectLength(); return length; } BOOL MCS_MTrq::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_mergeTokens.Decode(strm)) return FALSE; if (!m_purgeTokenIds.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_MTrq::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_mergeTokens.Encode(strm); m_purgeTokenIds.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_MTrq::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_MTrq::Class()), PInvalidCast); #endif return new MCS_MTrq(*this); } // // MTcf // MCS_MTcf::MCS_MTcf(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_MTcf::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+14) << "mergeTokens = " << setprecision(indent) << m_mergeTokens << '\n'; strm << setw(indent+16) << "purgeTokenIds = " << setprecision(indent) << m_purgeTokenIds << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_MTcf::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_MTcf), PInvalidCast); #endif const MCS_MTcf & other = (const MCS_MTcf &)obj; Comparison result; if ((result = m_mergeTokens.Compare(other.m_mergeTokens)) != EqualTo) return result; if ((result = m_purgeTokenIds.Compare(other.m_purgeTokenIds)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_MTcf::GetDataLength() const { PINDEX length = 0; length += m_mergeTokens.GetObjectLength(); length += m_purgeTokenIds.GetObjectLength(); return length; } BOOL MCS_MTcf::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_mergeTokens.Decode(strm)) return FALSE; if (!m_purgeTokenIds.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_MTcf::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_mergeTokens.Encode(strm); m_purgeTokenIds.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_MTcf::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_MTcf::Class()), PInvalidCast); #endif return new MCS_MTcf(*this); } // // PTin // MCS_PTin::MCS_PTin(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_PTin::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+16) << "purgeTokenIds = " << setprecision(indent) << m_purgeTokenIds << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_PTin::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_PTin), PInvalidCast); #endif const MCS_PTin & other = (const MCS_PTin &)obj; Comparison result; if ((result = m_purgeTokenIds.Compare(other.m_purgeTokenIds)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_PTin::GetDataLength() const { PINDEX length = 0; length += m_purgeTokenIds.GetObjectLength(); return length; } BOOL MCS_PTin::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_purgeTokenIds.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_PTin::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_purgeTokenIds.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_PTin::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_PTin::Class()), PInvalidCast); #endif return new MCS_PTin(*this); } // // DPum // MCS_DPum::MCS_DPum(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_DPum::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "reason = " << setprecision(indent) << m_reason << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_DPum::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_DPum), PInvalidCast); #endif const MCS_DPum & other = (const MCS_DPum &)obj; Comparison result; if ((result = m_reason.Compare(other.m_reason)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_DPum::GetDataLength() const { PINDEX length = 0; length += m_reason.GetObjectLength(); return length; } BOOL MCS_DPum::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_reason.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_DPum::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_reason.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_DPum::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_DPum::Class()), PInvalidCast); #endif return new MCS_DPum(*this); } // // RJum // MCS_RJum::MCS_RJum(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_RJum::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+13) << "diagnostic = " << setprecision(indent) << m_diagnostic << '\n'; strm << setw(indent+16) << "initialOctets = " << setprecision(indent) << m_initialOctets << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_RJum::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_RJum), PInvalidCast); #endif const MCS_RJum & other = (const MCS_RJum &)obj; Comparison result; if ((result = m_diagnostic.Compare(other.m_diagnostic)) != EqualTo) return result; if ((result = m_initialOctets.Compare(other.m_initialOctets)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_RJum::GetDataLength() const { PINDEX length = 0; length += m_diagnostic.GetObjectLength(); length += m_initialOctets.GetObjectLength(); return length; } BOOL MCS_RJum::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_diagnostic.Decode(strm)) return FALSE; if (!m_initialOctets.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_RJum::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_diagnostic.Encode(strm); m_initialOctets.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_RJum::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_RJum::Class()), PInvalidCast); #endif return new MCS_RJum(*this); } // // AUcf // MCS_AUcf::MCS_AUcf(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_AUcf::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "result = " << setprecision(indent) << m_result << '\n'; if (HasOptionalField(e_initiator)) strm << setw(indent+12) << "initiator = " << setprecision(indent) << m_initiator << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_AUcf::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_AUcf), PInvalidCast); #endif const MCS_AUcf & other = (const MCS_AUcf &)obj; Comparison result; if ((result = m_result.Compare(other.m_result)) != EqualTo) return result; if ((result = m_initiator.Compare(other.m_initiator)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_AUcf::GetDataLength() const { PINDEX length = 0; length += m_result.GetObjectLength(); if (HasOptionalField(e_initiator)) length += m_initiator.GetObjectLength(); return length; } BOOL MCS_AUcf::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_result.Decode(strm)) return FALSE; if (HasOptionalField(e_initiator) && !m_initiator.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_AUcf::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_result.Encode(strm); if (HasOptionalField(e_initiator)) m_initiator.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_AUcf::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_AUcf::Class()), PInvalidCast); #endif return new MCS_AUcf(*this); } // // DUrq // MCS_DUrq::MCS_DUrq(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_DUrq::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "reason = " << setprecision(indent) << m_reason << '\n'; strm << setw(indent+10) << "userIds = " << setprecision(indent) << m_userIds << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_DUrq::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_DUrq), PInvalidCast); #endif const MCS_DUrq & other = (const MCS_DUrq &)obj; Comparison result; if ((result = m_reason.Compare(other.m_reason)) != EqualTo) return result; if ((result = m_userIds.Compare(other.m_userIds)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_DUrq::GetDataLength() const { PINDEX length = 0; length += m_reason.GetObjectLength(); length += m_userIds.GetObjectLength(); return length; } BOOL MCS_DUrq::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_reason.Decode(strm)) return FALSE; if (!m_userIds.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_DUrq::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_reason.Encode(strm); m_userIds.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_DUrq::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_DUrq::Class()), PInvalidCast); #endif return new MCS_DUrq(*this); } // // DUin // MCS_DUin::MCS_DUin(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_DUin::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "reason = " << setprecision(indent) << m_reason << '\n'; strm << setw(indent+10) << "userIds = " << setprecision(indent) << m_userIds << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_DUin::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_DUin), PInvalidCast); #endif const MCS_DUin & other = (const MCS_DUin &)obj; Comparison result; if ((result = m_reason.Compare(other.m_reason)) != EqualTo) return result; if ((result = m_userIds.Compare(other.m_userIds)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_DUin::GetDataLength() const { PINDEX length = 0; length += m_reason.GetObjectLength(); length += m_userIds.GetObjectLength(); return length; } BOOL MCS_DUin::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_reason.Decode(strm)) return FALSE; if (!m_userIds.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_DUin::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_reason.Encode(strm); m_userIds.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_DUin::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_DUin::Class()), PInvalidCast); #endif return new MCS_DUin(*this); } // // CJcf // MCS_CJcf::MCS_CJcf(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_CJcf::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "result = " << setprecision(indent) << m_result << '\n'; strm << setw(indent+12) << "initiator = " << setprecision(indent) << m_initiator << '\n'; strm << setw(indent+12) << "requested = " << setprecision(indent) << m_requested << '\n'; if (HasOptionalField(e_channelId)) strm << setw(indent+12) << "channelId = " << setprecision(indent) << m_channelId << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_CJcf::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_CJcf), PInvalidCast); #endif const MCS_CJcf & other = (const MCS_CJcf &)obj; Comparison result; if ((result = m_result.Compare(other.m_result)) != EqualTo) return result; if ((result = m_initiator.Compare(other.m_initiator)) != EqualTo) return result; if ((result = m_requested.Compare(other.m_requested)) != EqualTo) return result; if ((result = m_channelId.Compare(other.m_channelId)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_CJcf::GetDataLength() const { PINDEX length = 0; length += m_result.GetObjectLength(); length += m_initiator.GetObjectLength(); length += m_requested.GetObjectLength(); if (HasOptionalField(e_channelId)) length += m_channelId.GetObjectLength(); return length; } BOOL MCS_CJcf::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_result.Decode(strm)) return FALSE; if (!m_initiator.Decode(strm)) return FALSE; if (!m_requested.Decode(strm)) return FALSE; if (HasOptionalField(e_channelId) && !m_channelId.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_CJcf::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_result.Encode(strm); m_initiator.Encode(strm); m_requested.Encode(strm); if (HasOptionalField(e_channelId)) m_channelId.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_CJcf::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_CJcf::Class()), PInvalidCast); #endif return new MCS_CJcf(*this); } // // CLrq // MCS_CLrq::MCS_CLrq(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_CLrq::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+13) << "channelIds = " << setprecision(indent) << m_channelIds << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_CLrq::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_CLrq), PInvalidCast); #endif const MCS_CLrq & other = (const MCS_CLrq &)obj; Comparison result; if ((result = m_channelIds.Compare(other.m_channelIds)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_CLrq::GetDataLength() const { PINDEX length = 0; length += m_channelIds.GetObjectLength(); return length; } BOOL MCS_CLrq::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_channelIds.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_CLrq::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_channelIds.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_CLrq::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_CLrq::Class()), PInvalidCast); #endif return new MCS_CLrq(*this); } // // CCcf // MCS_CCcf::MCS_CCcf(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_CCcf::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "result = " << setprecision(indent) << m_result << '\n'; strm << setw(indent+12) << "initiator = " << setprecision(indent) << m_initiator << '\n'; if (HasOptionalField(e_channelId)) strm << setw(indent+12) << "channelId = " << setprecision(indent) << m_channelId << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_CCcf::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_CCcf), PInvalidCast); #endif const MCS_CCcf & other = (const MCS_CCcf &)obj; Comparison result; if ((result = m_result.Compare(other.m_result)) != EqualTo) return result; if ((result = m_initiator.Compare(other.m_initiator)) != EqualTo) return result; if ((result = m_channelId.Compare(other.m_channelId)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_CCcf::GetDataLength() const { PINDEX length = 0; length += m_result.GetObjectLength(); length += m_initiator.GetObjectLength(); if (HasOptionalField(e_channelId)) length += m_channelId.GetObjectLength(); return length; } BOOL MCS_CCcf::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_result.Decode(strm)) return FALSE; if (!m_initiator.Decode(strm)) return FALSE; if (HasOptionalField(e_channelId) && !m_channelId.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_CCcf::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_result.Encode(strm); m_initiator.Encode(strm); if (HasOptionalField(e_channelId)) m_channelId.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_CCcf::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_CCcf::Class()), PInvalidCast); #endif return new MCS_CCcf(*this); } // // CArq // MCS_CArq::MCS_CArq(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_CArq::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "initiator = " << setprecision(indent) << m_initiator << '\n'; strm << setw(indent+12) << "channelId = " << setprecision(indent) << m_channelId << '\n'; strm << setw(indent+10) << "userIds = " << setprecision(indent) << m_userIds << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_CArq::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_CArq), PInvalidCast); #endif const MCS_CArq & other = (const MCS_CArq &)obj; Comparison result; if ((result = m_initiator.Compare(other.m_initiator)) != EqualTo) return result; if ((result = m_channelId.Compare(other.m_channelId)) != EqualTo) return result; if ((result = m_userIds.Compare(other.m_userIds)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_CArq::GetDataLength() const { PINDEX length = 0; length += m_initiator.GetObjectLength(); length += m_channelId.GetObjectLength(); length += m_userIds.GetObjectLength(); return length; } BOOL MCS_CArq::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_initiator.Decode(strm)) return FALSE; if (!m_channelId.Decode(strm)) return FALSE; if (!m_userIds.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_CArq::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_initiator.Encode(strm); m_channelId.Encode(strm); m_userIds.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_CArq::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_CArq::Class()), PInvalidCast); #endif return new MCS_CArq(*this); } // // CAin // MCS_CAin::MCS_CAin(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_CAin::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "initiator = " << setprecision(indent) << m_initiator << '\n'; strm << setw(indent+12) << "channelId = " << setprecision(indent) << m_channelId << '\n'; strm << setw(indent+10) << "userIds = " << setprecision(indent) << m_userIds << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_CAin::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_CAin), PInvalidCast); #endif const MCS_CAin & other = (const MCS_CAin &)obj; Comparison result; if ((result = m_initiator.Compare(other.m_initiator)) != EqualTo) return result; if ((result = m_channelId.Compare(other.m_channelId)) != EqualTo) return result; if ((result = m_userIds.Compare(other.m_userIds)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_CAin::GetDataLength() const { PINDEX length = 0; length += m_initiator.GetObjectLength(); length += m_channelId.GetObjectLength(); length += m_userIds.GetObjectLength(); return length; } BOOL MCS_CAin::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_initiator.Decode(strm)) return FALSE; if (!m_channelId.Decode(strm)) return FALSE; if (!m_userIds.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_CAin::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_initiator.Encode(strm); m_channelId.Encode(strm); m_userIds.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_CAin::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_CAin::Class()), PInvalidCast); #endif return new MCS_CAin(*this); } // // CErq // MCS_CErq::MCS_CErq(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_CErq::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "initiator = " << setprecision(indent) << m_initiator << '\n'; strm << setw(indent+12) << "channelId = " << setprecision(indent) << m_channelId << '\n'; strm << setw(indent+10) << "userIds = " << setprecision(indent) << m_userIds << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_CErq::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_CErq), PInvalidCast); #endif const MCS_CErq & other = (const MCS_CErq &)obj; Comparison result; if ((result = m_initiator.Compare(other.m_initiator)) != EqualTo) return result; if ((result = m_channelId.Compare(other.m_channelId)) != EqualTo) return result; if ((result = m_userIds.Compare(other.m_userIds)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_CErq::GetDataLength() const { PINDEX length = 0; length += m_initiator.GetObjectLength(); length += m_channelId.GetObjectLength(); length += m_userIds.GetObjectLength(); return length; } BOOL MCS_CErq::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_initiator.Decode(strm)) return FALSE; if (!m_channelId.Decode(strm)) return FALSE; if (!m_userIds.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_CErq::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_initiator.Encode(strm); m_channelId.Encode(strm); m_userIds.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_CErq::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_CErq::Class()), PInvalidCast); #endif return new MCS_CErq(*this); } // // CEin // MCS_CEin::MCS_CEin(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_CEin::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+12) << "channelId = " << setprecision(indent) << m_channelId << '\n'; strm << setw(indent+10) << "userIds = " << setprecision(indent) << m_userIds << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_CEin::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_CEin), PInvalidCast); #endif const MCS_CEin & other = (const MCS_CEin &)obj; Comparison result; if ((result = m_channelId.Compare(other.m_channelId)) != EqualTo) return result; if ((result = m_userIds.Compare(other.m_userIds)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_CEin::GetDataLength() const { PINDEX length = 0; length += m_channelId.GetObjectLength(); length += m_userIds.GetObjectLength(); return length; } BOOL MCS_CEin::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_channelId.Decode(strm)) return FALSE; if (!m_userIds.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_CEin::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_channelId.Encode(strm); m_userIds.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_CEin::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_CEin::Class()), PInvalidCast); #endif return new MCS_CEin(*this); } // // TGcf // MCS_TGcf::MCS_TGcf(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_TGcf::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "result = " << setprecision(indent) << m_result << '\n'; strm << setw(indent+12) << "initiator = " << setprecision(indent) << m_initiator << '\n'; strm << setw(indent+10) << "tokenId = " << setprecision(indent) << m_tokenId << '\n'; strm << setw(indent+14) << "tokenStatus = " << setprecision(indent) << m_tokenStatus << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_TGcf::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_TGcf), PInvalidCast); #endif const MCS_TGcf & other = (const MCS_TGcf &)obj; Comparison result; if ((result = m_result.Compare(other.m_result)) != EqualTo) return result; if ((result = m_initiator.Compare(other.m_initiator)) != EqualTo) return result; if ((result = m_tokenId.Compare(other.m_tokenId)) != EqualTo) return result; if ((result = m_tokenStatus.Compare(other.m_tokenStatus)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_TGcf::GetDataLength() const { PINDEX length = 0; length += m_result.GetObjectLength(); length += m_initiator.GetObjectLength(); length += m_tokenId.GetObjectLength(); length += m_tokenStatus.GetObjectLength(); return length; } BOOL MCS_TGcf::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_result.Decode(strm)) return FALSE; if (!m_initiator.Decode(strm)) return FALSE; if (!m_tokenId.Decode(strm)) return FALSE; if (!m_tokenStatus.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_TGcf::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_result.Encode(strm); m_initiator.Encode(strm); m_tokenId.Encode(strm); m_tokenStatus.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_TGcf::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_TGcf::Class()), PInvalidCast); #endif return new MCS_TGcf(*this); } // // TIcf // MCS_TIcf::MCS_TIcf(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_TIcf::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "result = " << setprecision(indent) << m_result << '\n'; strm << setw(indent+12) << "initiator = " << setprecision(indent) << m_initiator << '\n'; strm << setw(indent+10) << "tokenId = " << setprecision(indent) << m_tokenId << '\n'; strm << setw(indent+14) << "tokenStatus = " << setprecision(indent) << m_tokenStatus << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_TIcf::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_TIcf), PInvalidCast); #endif const MCS_TIcf & other = (const MCS_TIcf &)obj; Comparison result; if ((result = m_result.Compare(other.m_result)) != EqualTo) return result; if ((result = m_initiator.Compare(other.m_initiator)) != EqualTo) return result; if ((result = m_tokenId.Compare(other.m_tokenId)) != EqualTo) return result; if ((result = m_tokenStatus.Compare(other.m_tokenStatus)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_TIcf::GetDataLength() const { PINDEX length = 0; length += m_result.GetObjectLength(); length += m_initiator.GetObjectLength(); length += m_tokenId.GetObjectLength(); length += m_tokenStatus.GetObjectLength(); return length; } BOOL MCS_TIcf::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_result.Decode(strm)) return FALSE; if (!m_initiator.Decode(strm)) return FALSE; if (!m_tokenId.Decode(strm)) return FALSE; if (!m_tokenStatus.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_TIcf::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_result.Encode(strm); m_initiator.Encode(strm); m_tokenId.Encode(strm); m_tokenStatus.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_TIcf::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_TIcf::Class()), PInvalidCast); #endif return new MCS_TIcf(*this); } // // TVrs // MCS_TVrs::MCS_TVrs(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_TVrs::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "result = " << setprecision(indent) << m_result << '\n'; strm << setw(indent+12) << "recipient = " << setprecision(indent) << m_recipient << '\n'; strm << setw(indent+10) << "tokenId = " << setprecision(indent) << m_tokenId << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_TVrs::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_TVrs), PInvalidCast); #endif const MCS_TVrs & other = (const MCS_TVrs &)obj; Comparison result; if ((result = m_result.Compare(other.m_result)) != EqualTo) return result; if ((result = m_recipient.Compare(other.m_recipient)) != EqualTo) return result; if ((result = m_tokenId.Compare(other.m_tokenId)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_TVrs::GetDataLength() const { PINDEX length = 0; length += m_result.GetObjectLength(); length += m_recipient.GetObjectLength(); length += m_tokenId.GetObjectLength(); return length; } BOOL MCS_TVrs::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_result.Decode(strm)) return FALSE; if (!m_recipient.Decode(strm)) return FALSE; if (!m_tokenId.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_TVrs::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_result.Encode(strm); m_recipient.Encode(strm); m_tokenId.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_TVrs::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_TVrs::Class()), PInvalidCast); #endif return new MCS_TVrs(*this); } // // TVcf // MCS_TVcf::MCS_TVcf(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_TVcf::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "result = " << setprecision(indent) << m_result << '\n'; strm << setw(indent+12) << "initiator = " << setprecision(indent) << m_initiator << '\n'; strm << setw(indent+10) << "tokenId = " << setprecision(indent) << m_tokenId << '\n'; strm << setw(indent+14) << "tokenStatus = " << setprecision(indent) << m_tokenStatus << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_TVcf::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_TVcf), PInvalidCast); #endif const MCS_TVcf & other = (const MCS_TVcf &)obj; Comparison result; if ((result = m_result.Compare(other.m_result)) != EqualTo) return result; if ((result = m_initiator.Compare(other.m_initiator)) != EqualTo) return result; if ((result = m_tokenId.Compare(other.m_tokenId)) != EqualTo) return result; if ((result = m_tokenStatus.Compare(other.m_tokenStatus)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_TVcf::GetDataLength() const { PINDEX length = 0; length += m_result.GetObjectLength(); length += m_initiator.GetObjectLength(); length += m_tokenId.GetObjectLength(); length += m_tokenStatus.GetObjectLength(); return length; } BOOL MCS_TVcf::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_result.Decode(strm)) return FALSE; if (!m_initiator.Decode(strm)) return FALSE; if (!m_tokenId.Decode(strm)) return FALSE; if (!m_tokenStatus.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_TVcf::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_result.Encode(strm); m_initiator.Encode(strm); m_tokenId.Encode(strm); m_tokenStatus.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_TVcf::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_TVcf::Class()), PInvalidCast); #endif return new MCS_TVcf(*this); } // // TRcf // MCS_TRcf::MCS_TRcf(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_TRcf::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "result = " << setprecision(indent) << m_result << '\n'; strm << setw(indent+12) << "initiator = " << setprecision(indent) << m_initiator << '\n'; strm << setw(indent+10) << "tokenId = " << setprecision(indent) << m_tokenId << '\n'; strm << setw(indent+14) << "tokenStatus = " << setprecision(indent) << m_tokenStatus << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_TRcf::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_TRcf), PInvalidCast); #endif const MCS_TRcf & other = (const MCS_TRcf &)obj; Comparison result; if ((result = m_result.Compare(other.m_result)) != EqualTo) return result; if ((result = m_initiator.Compare(other.m_initiator)) != EqualTo) return result; if ((result = m_tokenId.Compare(other.m_tokenId)) != EqualTo) return result; if ((result = m_tokenStatus.Compare(other.m_tokenStatus)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_TRcf::GetDataLength() const { PINDEX length = 0; length += m_result.GetObjectLength(); length += m_initiator.GetObjectLength(); length += m_tokenId.GetObjectLength(); length += m_tokenStatus.GetObjectLength(); return length; } BOOL MCS_TRcf::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_result.Decode(strm)) return FALSE; if (!m_initiator.Decode(strm)) return FALSE; if (!m_tokenId.Decode(strm)) return FALSE; if (!m_tokenStatus.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_TRcf::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_result.Encode(strm); m_initiator.Encode(strm); m_tokenId.Encode(strm); m_tokenStatus.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_TRcf::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_TRcf::Class()), PInvalidCast); #endif return new MCS_TRcf(*this); } // // ChannelAttributes_private // MCS_ChannelAttributes_private::MCS_ChannelAttributes_private(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void MCS_ChannelAttributes_private::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "joined = " << setprecision(indent) << m_joined << '\n'; strm << setw(indent+12) << "channelId = " << setprecision(indent) << m_channelId << '\n'; strm << setw(indent+10) << "manager = " << setprecision(indent) << m_manager << '\n'; strm << setw(indent+11) << "admitted = " << setprecision(indent) << m_admitted << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison MCS_ChannelAttributes_private::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, MCS_ChannelAttributes_private), PInvalidCast); #endif const MCS_ChannelAttributes_private & other = (const MCS_ChannelAttributes_private &)obj; Comparison result; if ((result = m_joined.Compare(other.m_joined)) != EqualTo) return result; if ((result = m_channelId.Compare(other.m_channelId)) != EqualTo) return result; if ((result = m_manager.Compare(other.m_manager)) != EqualTo) return result; if ((result = m_admitted.Compare(other.m_admitted)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX MCS_ChannelAttributes_private::GetDataLength() const { PINDEX length = 0; length += m_joined.GetObjectLength(); length += m_channelId.GetObjectLength(); length += m_manager.GetObjectLength(); length += m_admitted.GetObjectLength(); return length; } BOOL MCS_ChannelAttributes_private::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_joined.Decode(strm)) return FALSE; if (!m_channelId.Decode(strm)) return FALSE; if (!m_manager.Decode(strm)) return FALSE; if (!m_admitted.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void MCS_ChannelAttributes_private::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_joined.Encode(strm); m_channelId.Encode(strm); m_manager.Encode(strm); m_admitted.Encode(strm); UnknownExtensionsEncode(strm); } PObject * MCS_ChannelAttributes_private::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(MCS_ChannelAttributes_private::Class()), PInvalidCast); #endif return new MCS_ChannelAttributes_private(*this); } #endif // if ! H323_DISABLE_MCS // End of mcspdu.cxx openh323_v1_18_0/src/mediafmt.cxx0100644000176200056700000003654610170676115016753 0ustar releasepostincr/* * mediafmt.cxx * * Media Format descriptions * * Open H323 Library * * Copyright (c) 1999-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: mediafmt.cxx,v $ * Revision 1.29 2005/01/11 07:12:13 csoutheren * Fixed namespace collisions with plugin starup factories * * Revision 1.28 2005/01/04 12:20:12 csoutheren * Fixed more problems with global statics * * Revision 1.27 2004/06/30 12:31:16 rjongbloed * Rewrite of plug in system to use single global variable for all factories to avoid all sorts * of issues with startup orders and Windows DLL multiple instances. * * Revision 1.26 2004/06/18 03:06:00 csoutheren * Changed dynamic payload type allocation code to avoid needless renumbering of * media formats when new formats are created * * Revision 1.25 2004/06/18 02:24:46 csoutheren * Fixed allocation of dynamic RTP payload types as suggested by Guilhem Tardy * * Revision 1.24 2004/06/03 13:32:01 csoutheren * Renamed INSTANTIATE_FACTORY * * Revision 1.23 2004/06/03 12:48:35 csoutheren * Decomposed PFactory declarations to hopefully avoid problems with DLLs * * Revision 1.22 2004/06/01 05:50:32 csoutheren * Increased usage of typedef'ed factory rather than redefining * * Revision 1.21 2004/05/23 12:49:34 rjongbloed * Tidied some of the OpalMediaFormat usage after abandoning some previous * code due to MSVC6 compiler bug. * * Revision 1.20 2004/05/20 02:07:29 csoutheren * Use macro to work around MSVC internal compiler errors * * Revision 1.19 2004/05/19 09:48:35 csoutheren * Fixed problem with non-RTP media formats causing endless loops * * Revision 1.18 2004/05/19 07:38:24 csoutheren * Changed OpalMediaFormat handling to use abstract factory method functions * * Revision 1.17 2004/05/05 09:40:05 csoutheren * OpalMediaFormat.Clone() does not exist - use copy constructor instead * * Revision 1.16 2004/05/03 00:52:24 csoutheren * Fixed problem with OpalMediaFormat::GetMediaFormatsList * Added new version of OpalMediaFormat::GetMediaFormatsList that minimses copying * * Revision 1.15 2004/04/03 10:38:25 csoutheren * Added in initial cut at codec plugin code. Branches are for wimps :) * * Revision 1.14.2.1 2004/03/31 11:11:59 csoutheren * Initial public release of plugin codec code * * Revision 1.14 2004/02/26 23:41:22 csoutheren * Fixed multi-threading problem * * Revision 1.13 2004/02/26 11:45:44 csoutheren * Fixed problem with OpalMediaFormat failing incorrect reason * * Revision 1.12 2004/02/26 08:19:32 csoutheren * Fixed threading problem with GetMediaFormatList * * Revision 1.11 2002/12/03 09:20:01 craigs * Fixed problem with RFC2833 and a dynamic RTP type using the same RTP payload number * * Revision 1.10 2002/12/02 03:06:26 robertj * Fixed over zealous removal of code when NO_AUDIO_CODECS set. * * Revision 1.9 2002/10/30 05:54:17 craigs * Fixed compatibilty problems with G.723.1 6k3 and 5k3 * * Revision 1.8 2002/08/05 10:03:48 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.7 2002/06/25 08:30:13 robertj * Changes to differentiate between stright G.723.1 and G.723.1 Annex A using * the OLC dataType silenceSuppression field so does not send SID frames * to receiver codecs that do not understand them. * * Revision 1.6 2002/01/22 07:08:26 robertj * Added IllegalPayloadType enum as need marker for none set * and MaxPayloadType is a legal value. * * Revision 1.5 2001/12/11 04:27:28 craigs * Added support for 5.3kbps G723.1 * * Revision 1.4 2001/09/21 02:51:45 robertj * Implemented static object for all "known" media formats. * Added default session ID to media format description. * * Revision 1.3 2001/05/11 04:43:43 robertj * Added variable names for standard PCM-16 media format name. * * Revision 1.2 2001/02/09 05:13:56 craigs * Added pragma implementation to (hopefully) reduce the executable image size * under Linux * * Revision 1.1 2001/01/25 07:27:16 robertj * Major changes to add more flexible OpalMediaFormat class to normalise * all information about media types, especially codecs. * */ #include #ifdef __GNUC__ #pragma implementation "mediafmt.h" #endif #include "mediafmt.h" #include "rtp.h" #include "h323pluginmgr.h" namespace PWLibStupidLinkerHacks { extern int h323Loader; }; static class PMediaFormatInstantiateMe { public: PMediaFormatInstantiateMe() { PWLibStupidLinkerHacks::h323Loader = 1; } } instance; ///////////////////////////////////////////////////////////////////////////// char OpalPCM16[] = OPAL_PCM16; OPAL_MEDIA_FORMAT_DECLARE(OpalPCM16Format, OpalPCM16, OpalMediaFormat::DefaultAudioSessionID, RTP_DataFrame::L16_Mono, TRUE, // Needs jitter 128000, // bits/sec 16, // bytes/frame 8, // 1 millisecond OpalMediaFormat::AudioTimeUnits, 0) ///////////////////////////////////////////////////////////////////////////// char OpalG711uLaw64k[] = OPAL_G711_ULAW_64K; OPAL_MEDIA_FORMAT_DECLARE(OpalG711uLaw64kFormat, OpalG711uLaw64k, OpalMediaFormat::DefaultAudioSessionID, RTP_DataFrame::PCMU, TRUE, // Needs jitter 64000, // bits/sec 8, // bytes/frame 8, // 1 millisecond/frame OpalMediaFormat::AudioTimeUnits, 0) ///////////////////////////////////////////////////////////////////////////// char OpalG711ALaw64k[] = OPAL_G711_ALAW_64K; OPAL_MEDIA_FORMAT_DECLARE(OpalG711ALaw64kFormat, OpalG711ALaw64k, OpalMediaFormat::DefaultAudioSessionID, RTP_DataFrame::PCMA, TRUE, // Needs jitter 64000, // bits/sec 8, // bytes/frame 8, // 1 millisecond/frame OpalMediaFormat::AudioTimeUnits, 0) ///////////////////////////////////////////////////////////////////////////// char OpalG728[] = OPAL_G728; OPAL_MEDIA_FORMAT_DECLARE(OpalG728Format, OpalG728, OpalMediaFormat::DefaultAudioSessionID, RTP_DataFrame::G728, TRUE, // Needs jitter 16000,// bits/sec 5, // bytes 20, // 2.5 milliseconds OpalMediaFormat::AudioTimeUnits, 0) ///////////////////////////////////////////////////////////////////////////// char OpalG729[] = OPAL_G729; OPAL_MEDIA_FORMAT_DECLARE(OpalG729Format, OpalG729, OpalMediaFormat::DefaultAudioSessionID, RTP_DataFrame::G729, TRUE, // Needs jitter 8000, // bits/sec 10, // bytes 80, // 10 milliseconds OpalMediaFormat::AudioTimeUnits, 0) ///////////////////////////////////////////////////////////////////////////// char OpalG729A[] = OPAL_G729A; OPAL_MEDIA_FORMAT_DECLARE(OpalG729AFormat, OpalG729A, OpalMediaFormat::DefaultAudioSessionID, RTP_DataFrame::G729, TRUE, // Needs jitter 8000, // bits/sec 10, // bytes 80, // 10 milliseconds OpalMediaFormat::AudioTimeUnits, 0) ///////////////////////////////////////////////////////////////////////////// char OpalG729B[] = OPAL_G729B; OPAL_MEDIA_FORMAT_DECLARE(OpalG729BFormat, OpalG729B, OpalMediaFormat::DefaultAudioSessionID, RTP_DataFrame::G729, TRUE, // Needs jitter 8000, // bits/sec 10, // bytes 80, // 10 milliseconds OpalMediaFormat::AudioTimeUnits, 0) ///////////////////////////////////////////////////////////////////////////// char OpalG729AB[] = OPAL_G729AB; OPAL_MEDIA_FORMAT_DECLARE(OpalG729ABFormat, OpalG729AB, OpalMediaFormat::DefaultAudioSessionID, RTP_DataFrame::G729, TRUE, // Needs jitter 8000, // bits/sec 10, // bytes 80, // 10 milliseconds OpalMediaFormat::AudioTimeUnits, 0) ///////////////////////////////////////////////////////////////////////////// char OpalG7231_6k3[] = OPAL_G7231_6k3; OPAL_MEDIA_FORMAT_DECLARE(OpalG7231_6k3Format, OpalG7231_6k3, OpalMediaFormat::DefaultAudioSessionID, RTP_DataFrame::G7231, TRUE, // Needs jitter 6400, // bits/sec 24, // bytes 240, // 30 milliseconds OpalMediaFormat::AudioTimeUnits, 0) ///////////////////////////////////////////////////////////////////////////// char OpalG7231_5k3[] = OPAL_G7231_5k3; OPAL_MEDIA_FORMAT_DECLARE(OpalG7231_5k3Format, OpalG7231_5k3, OpalMediaFormat::DefaultAudioSessionID, RTP_DataFrame::G7231, TRUE, // Needs jitter 5300, // bits/sec 24, // bytes 240, // 30 milliseconds OpalMediaFormat::AudioTimeUnits, 0) ///////////////////////////////////////////////////////////////////////////// char OpalG7231A_6k3[] = OPAL_G7231A_6k3; OPAL_MEDIA_FORMAT_DECLARE(OpalG7231A_6k3Format, OpalG7231A_6k3, OpalMediaFormat::DefaultAudioSessionID, RTP_DataFrame::G7231, TRUE, // Needs jitter 6400, // bits/sec 24, // bytes 240, // 30 milliseconds OpalMediaFormat::AudioTimeUnits, 0) ///////////////////////////////////////////////////////////////////////////// char OpalG7231A_5k3[] = OPAL_G7231A_5k3; OPAL_MEDIA_FORMAT_DECLARE(OpalG7231A_5k3Format, OpalG7231A_5k3, OpalMediaFormat::DefaultAudioSessionID, RTP_DataFrame::G7231, TRUE, // Needs jitter 5300, // bits/sec 24, // bytes 240, // 30 milliseconds OpalMediaFormat::AudioTimeUnits, 0) ///////////////////////////////////////////////////////////////////////////// char OpalGSM0610[] = OPAL_GSM0610; OPAL_MEDIA_FORMAT_DECLARE(OpalGSM0610Format, OpalGSM0610, OpalMediaFormat::DefaultAudioSessionID, RTP_DataFrame::GSM, TRUE, // Needs jitter 13200, // bits/sec 33, // bytes 160, // 20 milliseconds OpalMediaFormat::AudioTimeUnits, 0) ///////////////////////////////////////////////////////////////////////////// char OpalT120[] = "T.120"; OPAL_MEDIA_FORMAT_DECLARE(OpalT120Format, OpalT120, OpalMediaFormat::DefaultDataSessionID, RTP_DataFrame::IllegalPayloadType, FALSE, // No jitter for data 825000, // 100's bits/sec 0,0,0,0) ///////////////////////////////////////////////////////////////////////////// OpalMediaFormat::OpalMediaFormat() { rtpPayloadType = RTP_DataFrame::IllegalPayloadType; needsJitter = FALSE; bandwidth = 0; frameSize = 0; frameTime = 0; timeUnits = 0; codecBaseTime = 0; defaultSessionID = 0; } OpalMediaFormat::OpalMediaFormat(const char * search, BOOL exact) { rtpPayloadType = RTP_DataFrame::IllegalPayloadType; needsJitter = FALSE; bandwidth = 0; frameSize = 0; frameTime = 0; timeUnits = 0; codecBaseTime = 0; defaultSessionID = 0; // look for the media type in the factory. // Don't make a copy of the list - lock the list and use the raw data if (exact) { OpalMediaFormat * registeredFormat = OpalMediaFormatFactory::CreateInstance(search); if (registeredFormat != NULL) *this = *registeredFormat; } else { PWaitAndSignal m(OpalMediaFormatFactory::GetMutex()); OpalMediaFormatFactory::KeyMap_T & keyMap = OpalMediaFormatFactory::GetKeyMap(); OpalMediaFormatFactory::KeyMap_T::const_iterator r; for (r = keyMap.begin(); r != keyMap.end(); ++r) { if (r->first.Find(search) != P_MAX_INDEX) { *this = *OpalMediaFormatFactory::CreateInstance(r->first); break; } } } } OpalMediaFormat::OpalMediaFormat(const char * fullName, unsigned dsid, RTP_DataFrame::PayloadTypes pt, BOOL nj, unsigned bw, PINDEX fs, unsigned ft, unsigned tu, time_t ts) : PCaselessString(fullName) { rtpPayloadType = pt; defaultSessionID = dsid; needsJitter = nj; bandwidth = bw; frameSize = fs; frameTime = ft; timeUnits = tu; codecBaseTime = ts; // assume non-dynamic payload types are correct and do not need deconflicting if (rtpPayloadType < RTP_DataFrame::DynamicBase || rtpPayloadType == RTP_DataFrame::IllegalPayloadType) return; // find the next unused dynamic number, and find anything with the new // rtp payload type if it is explicitly required PWaitAndSignal m(OpalMediaFormatFactory::GetMutex()); OpalMediaFormatFactory::KeyMap_T & keyMap = OpalMediaFormatFactory::GetKeyMap(); OpalMediaFormat * match = NULL; RTP_DataFrame::PayloadTypes nextUnused = RTP_DataFrame::DynamicBase; OpalMediaFormatFactory::KeyMap_T::iterator r; do { for (r = keyMap.begin(); r != keyMap.end(); ++r) { if (r->first == fullName) continue; OpalMediaFormat & fmt = *OpalMediaFormatFactory::CreateInstance(r->first); if (fmt.GetPayloadType() == nextUnused) { nextUnused = (RTP_DataFrame::PayloadTypes)(nextUnused + 1); break; // restart the search } if (fmt.GetPayloadType() == rtpPayloadType) match = &fmt; } } while (r != keyMap.end()); // If we found a match to the payload type, then it needs to be deconflicted // If the new format is just requesting any dynamic payload number, then give it the next unused one // If it is requesting a specific code (like RFC 2833) then renumber the old format. This could be dangerous // as media formats could be created when there is a session in use with the old media format and payload type // For this reason, any media formats that require specific dynamic codes should be created before any calls are made if (match != NULL) { if (rtpPayloadType == RTP_DataFrame::DynamicBase) rtpPayloadType = nextUnused; else match->rtpPayloadType = nextUnused; } } void OpalMediaFormat::GetRegisteredMediaFormats(OpalMediaFormat::List & list) { list.DisallowDeleteObjects(); PWaitAndSignal m(OpalMediaFormatFactory::GetMutex()); OpalMediaFormatFactory::KeyMap_T & keyMap = OpalMediaFormatFactory::GetKeyMap(); OpalMediaFormatFactory::KeyMap_T::const_iterator r; for (r = keyMap.begin(); r != keyMap.end(); ++r) list.Append(OpalMediaFormatFactory::CreateInstance(r->first)); } OpalMediaFormat::List OpalMediaFormat::GetRegisteredMediaFormats() { OpalMediaFormat::List list; GetRegisteredMediaFormats(list); return list; } // End of File /////////////////////////////////////////////////////////////// openh323_v1_18_0/src/opalglobalstatics.cxx0100644000176200056700000000562510236565763020677 0ustar releasepostincr/* * opalglobalstatics.cxx * * Various global statics that need to be instantiated upon startup * * Portable Windows Library * * Copyright (C) 2004 Post Increment * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Portable Windows Library. * * The Initial Developer of the Original Code is Post Increment * * Contributor(s): ______________________________________. * * $Log: opalglobalstatics.cxx,v $ * Revision 1.4 2005/05/06 04:00:51 shorne * fixed --disable-plugins compile directive errors - Thanks Chih-Wei Huang * * Revision 1.3 2005/01/11 07:12:24 csoutheren * Fixed namespace collisions with plugin starup factories * * Revision 1.2 2005/01/11 07:02:48 csoutheren * Fixed namespace collisions with plugin starup factories * */ #ifndef _OPALGLOBALSTATIC_CXX #define _OPALGLOBALSTATIC_CXX #if defined(P_HAS_PLUGINS) class PluginLoader : public PProcessStartup { PCLASSINFO(PluginLoader, PProcessStartup); public: void OnStartup() { H323PluginCodecManager::Bootstrap(); } }; #endif namespace PWLibStupidLinkerHacks { int h323Loader; #ifndef NO_H323_VIDEO extern int h261Loader; extern int rfc2190h263Loader; #endif #ifdef P_WAVFILE extern int opalwavfileLoader; #endif } // namespace PWLibStupidLinkerHacks ////////////////////////////////// #if defined(P_HAS_PLUGINS) static PFactory::Worker h323PluginCodecManagerFactory("H323PluginCodecManager", true); static PFactory::Worker h323pluginStartupFactory("H323PluginLoader", true); #endif static PFactory::Worker h235AuthSimpleMD5Factory("SimpleMD5"); static PFactory::Worker h235CiscoCATFactory("CiscoCAT"); #if P_SSL static PFactory::Worker h235AuthProcedure1Factory("AuthProcedure1"); #endif ////////////////////////////////// // // declare a simple class to execute on startup // static class OpalInstantiateMe { public: OpalInstantiateMe(); } initialiser; OpalInstantiateMe::OpalInstantiateMe() { #ifdef P_WAVFILE PWLibStupidLinkerHacks::opalwavfileLoader = 1; #endif #ifndef NO_H323_VIDEO PWLibStupidLinkerHacks::h261Loader = 1; #if H323_RFC2190_AVCODEC PWLibStupidLinkerHacks::rfc2190h263Loader = 1; #endif // H323_RFC2190_AVCODEC #endif // NO_H323_VIDEO PWLibStupidLinkerHacks::h235AuthLoader = 1; #if P_SSL PWLibStupidLinkerHacks::h235AuthProcedure1Loader = 1; #endif } #endif openh323_v1_18_0/src/opalosp.cxx0100644000176200056700000011753010351663602016631 0ustar releasepostincr/* * opalosp.cxx * * OSP protocol handler * * OpenH323 Library * * Copyright (C) 2004 Post Increment * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Post Increment * * This code was written with assistance from TransNexus, Inc. * http://www.transnexus.com * * Contributor(s): ______________________________________. * * $Log: opalosp.cxx,v $ * Revision 1.16 2005/12/20 02:08:02 csoutheren * Look for called and calling number information in Q.931 header for OSP validation * * Revision 1.15 2005/12/08 06:31:13 csoutheren * Look for called number information in Q.931 header * * Revision 1.14 2005/12/02 00:07:12 csoutheren * Look for calling number information in Q.931 header * * Revision 1.13 2005/09/16 08:08:36 csoutheren * Split ReportUsage from CallEnd function * * Revision 1.12 2005/08/30 08:30:14 csoutheren * Added support for setting connection count on OSP server * * Revision 1.11 2005/08/30 01:12:38 csoutheren * Added automatic detection of OSP toolkit version on Unix * * Revision 1.10 2005/08/27 02:11:58 csoutheren * Added support for different pthread library required by new OSP toolkit on Windows * Added support for new parameters to GetFirst and GetNext * Fixed incorrect usage of destination address and destination device * * Revision 1.9 2005/08/15 01:58:13 csoutheren * Adde support for version 3.3.2 of the OSP Toolkit * * Revision 1.8 2005/07/25 01:23:28 csoutheren * Added ability to select token algorithm when validating OSP tokens * * Revision 1.7 2005/01/03 14:03:42 csoutheren * Added new configure options and ability to disable/enable modules * * Revision 1.6 2004/12/20 02:32:36 csoutheren * Cleeaned up OSP functions * * Revision 1.5 2004/12/16 00:34:36 csoutheren * Fixed reporting of call end time and code * Added GetNextDestination * * Revision 1.4 2004/12/14 06:22:22 csoutheren * More OSP implementation * * Revision 1.3 2004/12/09 23:38:41 csoutheren * More OSP implementation * * Revision 1.2 2004/12/08 05:16:14 csoutheren * Fixed OSP compilation on Linux * * Revision 1.1 2004/12/08 01:59:23 csoutheren * initial support for Transnexus OSP toolkit * */ #ifdef __GNUC__ #pragma implementation "opalosp.h" #endif #include #include #include #include #include "opalosp.h" #include #include #include #ifdef H323_TRANSNEXUS_OSP // // Windows has no way to determine which version of the OSP API is being used, // while Unix systems will use a configure test. // On Windows, set the default to the most recent version. This will need manual // configuration if older versions of the toolkit are used // #ifdef _MSC_VER #define H323_NEW_OSP_API 1 #pragma comment(lib, H323_TRANSNEXUS_OSP_DIR_LIBRARY1) #ifdef H323_NEW_OSP_API #pragma comment(lib, H323_TRANSNEXUS_OSP_DIR_LIBRARY2b) #else #pragma comment(lib, H323_TRANSNEXUS_OSP_DIR_LIBRARY2a) #endif #endif #define DEFAULT_SSL_LIFETIME 3600 // SSL lifetime #define DEFAULT_MAX_SIMULT_CONN 32 // maximum simultaneous connections #define DEFAULT_HTTP_PERSIST 60 // HTTP persistence of 1 minute #define DEFAULT_HTTP_RETRY_DELAY 600 // HTTP retry delay of 10 minutes #define DEFAULT_HTTP_RETRY 3 // HTTP retry count of 3 #define DEFAULT_HTTP_TIMEOUT 10000 // HTTP timeout of 10 secs #define DEFAULT_DELETE_TIMEOUT 4 // delete timeout #define CALLID_SIZE 20 // size of call ID #define CALLED_NUMBER_SIZE 100 // size of storage for called number #define CALLING_NUMBER_SIZE 100 // size of storage for calling number #define DESTINATION_SIZE 100 // size of storage for destination #define DEVICE_SIZE 100 // size of storage for device #define TOKEN_SIZE 16384 // size of OSP token //////////////////////////////////////////////////////////////////////////////////////////////////////// class OSPShutDown : public PProcessStartup { PCLASSINFO(OSPShutDown, PProcessStartup); public: void OnShutdown() { OpalOSP::Initialise(FALSE); } }; PFactory::Worker ospPluginLoaderStartupFactory("OSPShutDown", true); void OpalOSP::Initialise(BOOL shutdown) { static BOOL initialised = FALSE; if (!initialised && !shutdown) { ::OSPPInit(FALSE); initialised = TRUE; } else if (initialised && shutdown) { ::OSPPCleanup(); } } PString OpalOSP::TransportAddressToOSPString(const H323TransportAddress & taddr) { PIPSocket::Address addr; WORD port; taddr.GetIpAndPort(addr, port); return IpAddressPortToOSPString(addr, port); } PString OpalOSP::AddressToOSPString(const PString & str) { int b1, b2, b3, b4, port; if (sscanf((const char *)str, "%d.%d.%d.%d:%d", &b1, &b2, &b3, &b4, &port) == 5) return psprintf("[%d.%d.%d.%d]:%d", b1, b2, b3, b4, port); else if (sscanf((const char *)str, "%d.%d.%d.%d", &b1, &b2, &b3, &b4) == 4) return psprintf("[%d.%d.%d.%d]", b1, b2, b3, b4); else return str; } H323TransportAddress OpalOSP::OSPStringToAddress(const PString & str, WORD defaultPort) { int b1, b2, b3, b4, port; if (sscanf((const char *)str, "[%d.%d.%d.%d]:%d", &b1, &b2, &b3, &b4, &port) == 5) return H323TransportAddress(PIPSocket::Address((BYTE)b1, (BYTE)b2, (BYTE)b3, (BYTE)b4), (WORD)port); else if (sscanf((const char *)str, "[%d.%d.%d.%d]", &b1, &b2, &b3, &b4) == 4) return H323TransportAddress(PIPSocket::Address((BYTE)b1, (BYTE)b2, (BYTE)b3, (BYTE)b4), defaultPort); else return H323TransportAddress(str);; } BOOL OpalOSP::ConvertAliasToOSPString(const H225_AliasAddress & alias, int & format, PString & str) { str = H323GetAliasAddressString(alias); switch (alias.GetTag()) { case H225_AliasAddress::e_dialedDigits: format = ::OSPC_E164; return TRUE; break; case H225_AliasAddress::e_url_ID: format = ::OSPC_URL; return TRUE; break; case H225_AliasAddress::e_email_ID: case H225_AliasAddress::e_h323_ID: case H225_AliasAddress::e_transportID: case H225_AliasAddress::e_partyNumber: case H225_AliasAddress::e_mobileUIM: break; } return FALSE; } //////////////////////////////////////////////////////////////////////////////////////////////////////// // // provider functions // OpalOSP::Provider::Provider() { Initialise(); handle = IllegalHandle; sslLifeTime = DEFAULT_SSL_LIFETIME; maxSimultConn = DEFAULT_MAX_SIMULT_CONN; httpPersist = DEFAULT_HTTP_PERSIST; httpRetryDelay = DEFAULT_HTTP_RETRY_DELAY; httpRetry = DEFAULT_HTTP_RETRY; httpTimeout = DEFAULT_HTTP_TIMEOUT; deleteTimeout = DEFAULT_DELETE_TIMEOUT; messageCount = 0; } OpalOSP::Provider::~Provider() { Close(); } int OpalOSP::Provider::Open(const PString & servicePoint, const PDirectory & certDir) { PURL url(servicePoint, "http"); PString hostName = url.GetHostName(); if (!PIPSocket::GetHostAddress(hostName, hostAddress)) { PTRACE(2, "OSP\tCannot resolve address of OSP server " << hostName); return -1; } PFilePath privateKeyFilename = certDir + (hostName + "_priv.pem"); PFilePath publicKeyFilename = certDir + (hostName + "_cert.pem"); PFilePath serverCAFilename = certDir + (hostName + "_cacert.pem"); return Open(servicePoint, privateKeyFilename, publicKeyFilename, serverCAFilename); } int OpalOSP::Provider::Open(const PString & servicePoint, const PFilePath & localPrivateKeyName, const PFilePath & localPublicCertName, const PFilePath & localAuthCertName) { PSSLPrivateKey privateKey; if (!privateKey.Load(localPrivateKeyName)) { PTRACE(2, "OSP\tCannot load public cert " << localPrivateKeyName); return -1; } PSSLCertificate publicCert; if (!publicCert.Load(localPublicCertName)) { PTRACE(2, "OSP\tCannot load public cert " << localPublicCertName); return -1; } PSSLCertificate authCert; if (!authCert.Load(localAuthCertName)) { PTRACE(2, "OSP\tCannot load auth cert " << localAuthCertName); return -1; } return Open(servicePoint, privateKey, publicCert, authCert); } int OpalOSP::Provider::Open(const PString & servicePoint, PSSLPrivateKey & localPrivateKey, PSSLCertificate & localPublicCert, PSSLCertificate & localAuthCert) { const char * ospvServicePoint = (const char *)servicePoint; OSPTPRIVATEKEY localKey; PBYTEArray localKeyData = localPrivateKey.GetData(); localKey.PrivateKeyData = localKeyData.GetPointer(); localKey.PrivateKeyLength = localKeyData.GetSize(); OSPTCERT localCert; PBYTEArray localCertData = localPublicCert.GetData(); localCert.CertData = localCertData.GetPointer(); localCert.CertDataLength = localCertData.GetSize(); OSPTCERT authCert; PBYTEArray authCertData = localAuthCert.GetData(); authCert.CertData = authCertData.GetPointer(); authCert.CertDataLength = authCertData.GetSize(); const OSPTCERT * authCerts = &authCert; unsigned long * ospvMessageCount = NULL; if (messageCount > 0) { ospvMessageCount = new unsigned long[1]; *ospvMessageCount = messageCount; } // create the provider handle int stat = ::OSPPProviderNew( 1, // number of service points &ospvServicePoint, // service point data ospvMessageCount, // max mesages per service point "", // audit URL &localKey, // private key &localCert, // public cert 1, // number of public certs &authCerts, // public cert 0, // use local validation sslLifeTime, // SSL lifetime of one hour maxSimultConn, // maximum simultaneous connections httpPersist, // HTTP persistence of 1 minute httpRetryDelay, // HTTP retry delay of 10 minutes httpRetry, // HTTP retry count of 3 httpTimeout, // HTTP timeout of 3.5 secs (const char *)customerID, // customer ID (const char *)deviceID, // device ID &handle); delete[](ospvMessageCount); PTRACE_IF(1, stat != 0, "OSP\tOSPPProviderNew returned status " << stat); if (stat != 0) handle = IllegalHandle; else PTRACE(2, "OSP\tOSPPProviderNew succeeded "); return stat; } int OpalOSP::Provider::Close() { int stat = 0; if (IsOpen()) { stat = ::OSPPProviderDelete(handle, deleteTimeout); PTRACE(2, "OSP\tOSPPProviderDelete returned status " << stat); handle = IllegalHandle; } return stat; } //////////////////////////////////////////////////////////////////////////////////////////////////////// // // transaction functions // OpalOSP::Transaction::Transaction() : provider(NULL) { handle = IllegalHandle; // endReason = H323Connection::NumCallEndReasons; } OpalOSP::Transaction::~Transaction() { Close(); } BOOL OpalOSP::Transaction::CheckOpenedAndNotEnded(const char * str) { if (!IsOpen()) { PTRACE(1, "OSP\tAttempt to " << str << " unopened transaction"); return FALSE; } if (ended) { PTRACE(1, "OSP\tAttempt to " << str << " ended transaction"); return FALSE; } return TRUE; } int OpalOSP::Transaction::Open(Provider & _provider, const PString & _user) { // make sure the transaction is not already open if (IsOpen()) { PTRACE(1, "OSP\tAttempt to open transaction that is already open"); return -1; } // make sure the provider is open if (!_provider.IsOpen()) return -1; provider = &_provider; // reset the call information user = _user; ended = FALSE; lostSentPackets = lostReceivedPackets = 0; lostFractionSent = lostFractionReceived = -1; // create the transaction int stat = ::OSPPTransactionNew(*provider, &handle); if (stat != 0) { handle = IllegalHandle; } return stat; } void OpalOSP::Transaction::CallStatistics(unsigned _lostSentPackets, signed _lostFractionSent, unsigned _lostReceivedPackets, signed _lostFractionReceived, const PTime & _firstRTPTime) { if (CheckOpenedAndNotEnded("set call statistics")) { lostSentPackets = _lostSentPackets; lostFractionSent = _lostFractionSent; lostReceivedPackets = _lostReceivedPackets; lostFractionReceived = _lostFractionReceived; firstRTPTime = _firstRTPTime; } } static OSPTTIME ValidateOSPTime(const PTime & time) { if (time.IsValid()) return (OSPTTIME)time.GetTimeInSeconds(); return 0; } void OpalOSP::Transaction::CallEnd(H323Connection & conn) { if (!CheckOpenedAndNotEnded("end")) return; int result; // convert end reason to the correct code // note that OSP codes are Q.931 codes, except for the UnknownCauseIE and normal call clearing H323Connection::CallEndReason endReason= conn.GetCallEndReason(); if (endReason != H323Connection::NumCallEndReasons) { H225_ReleaseCompleteReason h225Reason; int ospReason = (int)H323TranslateFromCallEndReason((H323Connection::CallEndReason)endReason, h225Reason); if (ospReason == Q931::NormalCallClearing) ospReason = OSPC_FAIL_NORMAL_CALL_CLEARING; else if (ospReason == Q931::UnknownCauseIE) ospReason = OSPC_FAIL_GENERAL; if (ospReason != OSPC_FAIL_NORMAL_CALL_CLEARING) { result = ::OSPPTransactionRecordFailure(*this, (OSPEFAILREASON)ospReason); PTRACE_IF(1, result != 0, "OSP\tSetting result code failed"); PTRACE_IF(4, result == 0, "OSP\tSetting result code " << ospReason); } } ReportUsage(conn); } void OpalOSP::Transaction::ReportUsage(H323Connection & conn) { if (!CheckOpenedAndNotEnded("end")) return; // calculate duration of the call, in seconds unsigned ospvCallDuration = ((unsigned)(PTime() - conn.GetSetupUpTime()).GetMilliSeconds() + 500) / 1000 ; #ifdef H323_NEW_OSP_API // get start time of call, in 1970 epoch OSPTTIME ospvStartTime = ValidateOSPTime(conn.GetSetupUpTime()); // get end time of call, in 1970 epoch OSPTTIME ospvEndTime = ValidateOSPTime(conn.GetConnectionEndTime()); // get alerting time of call, in 1970 epoch OSPTTIME ospvAlertTime = ValidateOSPTime(conn.GetAlertingTime()); // get flag indicating whether local endpoint released the call BOOL localRelease = conn.GetReleaseSequence() == H323Connection::ReleaseSequence_Local; // get flag for whether originator released the call int ospvReleaseSource = (conn.HadAnsweredCall() ? !localRelease : localRelease) ? 0 : 1; #endif // get connection time of call, in 1970 epoch OSPTTIME ospvConnectionTime = ValidateOSPTime(conn.GetConnectionStartTime()); // get post dial delay time (time from SETUP to media) unsigned ospvPostDialDelay = conn.GetReverseMediaOpenTime().IsValid() ? (((unsigned)(conn.GetReverseMediaOpenTime() - conn.GetSetupUpTime()).GetMilliSeconds() + 500) / 1000) : 0; ended = TRUE; PTRACE(4, "Call duration reported as " << ospvCallDuration); int result = ::OSPPTransactionReportUsage( *this, /* In - Transaction handle */ ospvCallDuration, /* In - Length of call */ #ifdef H323_NEW_OSP_API ospvStartTime, /* In - Call start time */ ospvEndTime, /* In - Call end time */ ospvAlertTime, /* In - Call alert time */ #endif ospvConnectionTime, /* In - Call connect time */ #ifdef H323_NEW_OSP_API ospvPostDialDelay > 0, /* In - Is PDD Info present */ ospvPostDialDelay, /* In - Post Dial Delay */ ospvReleaseSource, /* In - EP that released the call */ (unsigned char *)"", /* In - conference Id. Max 100 char long */ #endif lostSentPackets, /* In - Packets not received by peer */ lostFractionSent, /* In - Fraction of packets not received by peer */ lostReceivedPackets, /* In - Packets not received that were expected */ lostFractionReceived, /* In - Fraction of packets expected but not received */ 0, /* In/Out - Max size of detail log \ Actual size of detail log */ NULL /* Out - Pointer to detail log storage */ ); PTRACE_IF(2, result != 0, "OSP\tOSPPTransactionReportUsage returned status " << result); PTRACE_IF(4, result == 0, "OSP\tOSPPTransactionReportUsage call with duration " << ospvCallDuration); } int OpalOSP::Transaction::Close() { int stat = 0; if (IsOpen()) { // make sure the transaction is ended //if (!ended) // CallEnd(); // close the transaction stat = ::OSPPTransactionDelete(handle); PTRACE_IF(2, stat != 0, "OSP\tOSPPTransactionDelete returned status " << stat); handle = IllegalHandle; } return stat; } //////////////////////////////////////////////////////////////////////////////////// // // transaction authorisation functions int OpalOSP::Transaction::Authorise(AuthorisationInfo & info, unsigned & numberOfDestinations) { return Authorise( info.ospvSource, info.ospvSourceDevice, info.callingNumber, info.calledNumber, info.callID, numberOfDestinations ); } int OpalOSP::Transaction::Authorise(const PString & ospvSource, const PString & ospvSourceDevice, const H225_AliasAddress & callingNumber, const H225_AliasAddress & calledNumber, const PBYTEArray & callID, unsigned & numberOfDestinations) { int ospvCallingNumberFormat; PString ospvCallingNumber; if (!ConvertAliasToOSPString(callingNumber, ospvCallingNumberFormat, ospvCallingNumber)) { PTRACE(1, "OSP\tUnknown alias address type for calling number " << callingNumber); return -1;; } PString ospvCalledNumber; int ospvCalledNumberFormat; if (!ConvertAliasToOSPString(calledNumber, ospvCalledNumberFormat, ospvCalledNumber)) { PTRACE(1, "OSP\tUnknown alias address type for called number " << callingNumber); return -1;; } return Authorise(ospvSource, ospvSourceDevice, ospvCallingNumber, ospvCallingNumberFormat, ospvCalledNumber, ospvCalledNumberFormat, callID, numberOfDestinations); } int OpalOSP::Transaction::Authorise(const PString & ospvSource, const PString & _ospvSourceDevice, const PString & ospvCallingNumber, int ospvCallingNumberFormat, const PString & ospvCalledNumber, int ospvCalledNumberFormat, const PBYTEArray & callID, unsigned & numberOfDestinations) { // make sure the provider is open if (!provider->IsOpen()) return -1; // make sure the transaction is open if (!IsOpen()) { return -1 ; } PString ospvSourceDevice = _ospvSourceDevice; if (ospvSourceDevice.IsEmpty()) ospvSourceDevice = ospvSource; ::OSPTCALLID ospvCallID; ospvCallID.ospmCallIdLen = callID.GetSize(); ospvCallID.ospmCallIdVal = (BYTE *)(const BYTE *)callID; OSPTCALLID *ospvCallIDs[1]; ospvCallIDs[0] = &ospvCallID; unsigned logSize = 0; PTRACE(4, "OSP\tMaking OSP Authorise request: src=" << ospvSource << ",srcDev=" << ospvSourceDevice << ",callingDn=" << ospvCallingNumber << ",calledDn=" << ospvCalledNumber); // perform the authorisation int stat = ::OSPPTransactionRequestAuthorisation( *this, (const char *)ospvSource, // source (const char *)ospvSourceDevice, // source device (const char *)ospvCallingNumber, // calling number (OSPE_NUMBERING_FORMAT)ospvCallingNumberFormat, // calling number format (const char *)ospvCalledNumber, // called number (OSPE_NUMBERING_FORMAT)ospvCalledNumberFormat, // called number format user.IsEmpty() ? "" : (const char *)user, // user identifier 1, // number of call IDs ospvCallIDs, // call ID NULL, // preferred destinations, &numberOfDestinations, // number of destinations, &logSize, // detail log size, NULL // detail log ); PTRACE_IF(1, stat != 0, "OSP\tOSPPTransactionRequestAuthorisation returned " << stat); return stat; } static BOOL ValidateAddress(const H225_ArrayOf_AliasAddress & addresses, H225_AliasAddress & alias) { PINDEX i; for (i = 0; i < addresses.GetSize(); ++i) { int fmt; PString str; if (OpalOSP::ConvertAliasToOSPString(addresses[i], fmt, str)) { alias = addresses[i]; return TRUE; } } return FALSE; } BOOL OpalOSP::Transaction::AuthorisationInfo::Extract(const H323SignalPDU & setupPDU) { if (setupPDU.m_h323_uu_pdu.m_h323_message_body.GetTag() != H225_H323_UU_PDU_h323_message_body::e_setup) return FALSE; const H225_Setup_UUIE & setup = setupPDU.m_h323_uu_pdu.m_h323_message_body; // must have a source call signalling address if (!setup.HasOptionalField(H225_Setup_UUIE::e_sourceCallSignalAddress)) return FALSE; ospvSourceDevice = ospvSource = TransportAddressToOSPString(setup.m_sourceCallSignalAddress); // must have one or more source addresses // Use the Q.931 calling party number otherwise find a H.323 alias // that is a valid OSP target PString str; if (setupPDU.GetQ931().GetCallingPartyNumber(str)) H323SetAliasAddress(str, callingNumber, H225_AliasAddress::e_dialedDigits); else if (!setup.HasOptionalField(H225_Setup_UUIE::e_sourceAddress) || !ValidateAddress(setup.m_sourceAddress, callingNumber)) return FALSE; // must have one or more destination addresses // Use the Q.931 called party number otherwise find a H.323 destination alias // that is a valid OSP target if (setupPDU.GetQ931().GetCalledPartyNumber(str)) H323SetAliasAddress(str, calledNumber, H225_AliasAddress::e_dialedDigits); else if (!setup.HasOptionalField(H225_Setup_UUIE::e_destinationAddress) || !ValidateAddress(setup.m_destinationAddress, calledNumber)) return FALSE; // get the call identifier (make sure it has non-zero length) if (setup.m_callIdentifier.m_guid.GetSize() == 0) return FALSE; callID = setup.m_callIdentifier.m_guid; return TRUE; } BOOL OpalOSP::Transaction::AuthorisationInfo::Extract(const H225_AdmissionRequest & arq) { // must have a source call signalling address if (!arq.HasOptionalField(H225_AdmissionRequest::e_srcCallSignalAddress)) return FALSE; ospvSourceDevice = ospvSource = TransportAddressToOSPString(arq.m_srcCallSignalAddress); // must have one or more source addresses // pick the first one that is a valid OSP target if (!ValidateAddress(arq.m_srcInfo, callingNumber)) return FALSE; // must have one or more destination addresses // pick the first one that is a valid OSP target if (!arq.HasOptionalField(H225_AdmissionRequest::e_destinationInfo) || !ValidateAddress(arq.m_destinationInfo, calledNumber)) return FALSE; // get the call identifier (make sure it has non-zero length) if (arq.m_callIdentifier.m_guid.GetSize() == 0) return FALSE; callID = arq.m_callIdentifier.m_guid; return TRUE; } //////////////////////////////////////////////////////////////////////////////////// // // transaction validation functions // int OpalOSP::Transaction::Validate(const ValidationInfo & info, BOOL & authorised, unsigned & timeLimit) { return Validate( info.ospvSource, info.ospvDest, info.ospvSourceDevice, info.ospvDestDevice, info.callingNumber, info.calledNumber, info.callID, info.token, info.tokenAlgo, authorised, timeLimit ); } int OpalOSP::Transaction::Validate( const PString & ospvSource, const PString & ospvDest, const PString & ospvSourceDevice, const PString & ospvDestDevice, const H225_AliasAddress & callingNumber, const H225_AliasAddress & calledNumber, const PBYTEArray & callID, const PBYTEArray & token, unsigned int tokenAlgo, BOOL & authorised, unsigned & timeLimit ) { PString calling; int callingFormat; ConvertAliasToOSPString(callingNumber, callingFormat, calling); PString called; int calledFormat; ConvertAliasToOSPString(calledNumber, calledFormat, called); return Validate(ospvSource, ospvDest, ospvSourceDevice, ospvDestDevice, callingFormat, calling, calledFormat, called, callID, token, tokenAlgo, authorised, timeLimit); } int OpalOSP::Transaction::Validate( const PString & ospvSource, const PString & ospvDest, const PString & ospvSourceDevice, const PString & ospvDestDevice, int ospvCallingNumberFormat, const PString & ospvCallingNumber, int ospvCalledNumberFormat, const PString & ospvCalledNumber, const PBYTEArray & callID, const PBYTEArray & token, unsigned int tokenAlgo, BOOL & isAuthorised, unsigned & timeLimit ) { // make sure the provider is open if (!provider->IsOpen()) return -1; // make sure the transaction is open int stat = 0; if (!IsOpen()) { return -1 ; } unsigned int authorised = 0; unsigned int logSize = 0; stat = ::OSPPTransactionValidateAuthorisation( *this, (const char *)ospvSource, (const char *)ospvDest, (const char *)ospvSourceDevice, (const char *)ospvDestDevice, (const char *)ospvCallingNumber, (OSPE_NUMBERING_FORMAT)ospvCallingNumberFormat, (const char *)ospvCalledNumber, (OSPE_NUMBERING_FORMAT)ospvCalledNumberFormat, callID.GetSize(), (const BYTE *)callID, token.GetSize(), (const BYTE *)token, &authorised, &timeLimit, &logSize, NULL, tokenAlgo); isAuthorised = authorised != 0; return stat; } BOOL OpalOSP::Transaction::ValidationInfo::ExtractToken(const H225_ArrayOf_ClearToken & clearTokens) { PINDEX tokenCount = clearTokens.GetSize(); PINDEX i; for (i = 0; i < tokenCount; ++i) { H235_ClearToken & clearToken = clearTokens[i]; if (clearToken.m_tokenOID == ETSIXMLTokenOID && clearToken.HasOptionalField(H235_ClearToken::e_nonStandard) && clearToken.m_nonStandard.m_nonStandardIdentifier == ETSIXMLTokenOID) { token = clearToken.m_nonStandard.m_data; return TRUE; } } return FALSE; } BOOL OpalOSP::Transaction::ValidationInfo::Extract(const H323SignalPDU & setupPDU) { if (setupPDU.m_h323_uu_pdu.m_h323_message_body.GetTag() != H225_H323_UU_PDU_h323_message_body::e_setup) return FALSE; const H225_Setup_UUIE & setup = setupPDU.m_h323_uu_pdu.m_h323_message_body; // must have a source call signalling address if (!setup.HasOptionalField(H225_Setup_UUIE::e_sourceCallSignalAddress)) return FALSE; ospvSourceDevice = ospvSource = TransportAddressToOSPString(setup.m_sourceCallSignalAddress); // must have one or more source addresses // Use the Q.931 calling party number otherwise find a H.323 alias // that is a valid OSP target PString str; if (setupPDU.GetQ931().GetCallingPartyNumber(str)) H323SetAliasAddress(str, callingNumber, H225_AliasAddress::e_dialedDigits); else if (!setup.HasOptionalField(H225_Setup_UUIE::e_sourceAddress) || !ValidateAddress(setup.m_sourceAddress, callingNumber)) return FALSE; // must have a destination call signalling address if (!setup.HasOptionalField(H225_Setup_UUIE::e_destCallSignalAddress)) return FALSE; ospvDestDevice = ospvDest = TransportAddressToOSPString(setup.m_destCallSignalAddress); // must have one or more destination addresses // Use the Q.931 called party number otherwise find a H.323 destination alias // that is a valid OSP target if (setupPDU.GetQ931().GetCalledPartyNumber(str)) H323SetAliasAddress(str, calledNumber, H225_AliasAddress::e_dialedDigits); else if (!setup.HasOptionalField(H225_Setup_UUIE::e_destinationAddress) || !ValidateAddress(setup.m_destinationAddress, calledNumber)) return FALSE; // get the call identifier (make sure it has non-zero length) if (setup.m_callIdentifier.m_guid.GetSize() == 0) return FALSE; callID = setup.m_callIdentifier.m_guid; // get the token return setup.HasOptionalField(H225_Setup_UUIE::e_tokens) && ExtractToken(setup.m_tokens); } BOOL OpalOSP::Transaction::ValidationInfo::Extract(const H225_AdmissionRequest & arq) { // must have a source call signalling address if (!arq.HasOptionalField(H225_AdmissionRequest::e_srcCallSignalAddress)) return FALSE; PIPSocket::Address addr; WORD port; H323TransportAddress taddr(arq.m_srcCallSignalAddress); if (!taddr.GetIpAndPort(addr, port)) return FALSE; ospvSourceDevice = ospvSource = IpAddressPortToOSPString(addr, port); // must have one or more source addresses // pick the first one that is a valid OSP target if (!ValidateAddress(arq.m_srcInfo, callingNumber)) return FALSE; // must have one or more destination addresses // pick the first one that is a valid OSP target if (!arq.HasOptionalField(H225_AdmissionRequest::e_destinationInfo) || !ValidateAddress(arq.m_destinationInfo, calledNumber)) return FALSE; // get the call identifier (make sure it has non-zero length) if (arq.m_callIdentifier.m_guid.GetSize() == 0) return FALSE; callID = arq.m_callIdentifier.m_guid; return TRUE; } //////////////////////////////////////////////////////////////////////////////////// // // transaction destination functions // int OpalOSP::Transaction::GetFirstDestination(DestinationInfo & info) { PString destAddress; PString calledNumber; PString callingNumber; int result = GetFirstDestination( info.timeLimit, info.callID, calledNumber, callingNumber, destAddress, info.destination, info.token ); if (result != 0) return result; info.destinationAddress = OSPStringToAddress(destAddress, H323EndPoint::DefaultTcpPort); H323SetAliasAddress(calledNumber, info.calledNumber, H225_AliasAddress::e_dialedDigits); info.hasCallingNumber = !callingNumber.IsEmpty(); if (info.hasCallingNumber) H323SetAliasAddress(callingNumber, info.callingNumber, H225_AliasAddress::e_dialedDigits); return 0; } int OpalOSP::Transaction::GetFirstDestination(unsigned & timeLimit, PBYTEArray & callID, PString & calledNumber, PString & callingNumber, PString & destAddress, PString & destDevice, PBYTEArray & token) { if (!CheckOpenedAndNotEnded("get first destination")) return -1; callID.SetSize(CALLID_SIZE); unsigned callIDSize = callID.GetSize(); calledNumber.SetSize(CALLED_NUMBER_SIZE+1); callingNumber.SetSize(CALLING_NUMBER_SIZE+1); destAddress.SetSize(DESTINATION_SIZE+1); destDevice.SetSize(DEVICE_SIZE+1); token.SetSize(TOKEN_SIZE); unsigned tokenSize = token.GetSize(); int stat = ::OSPPTransactionGetFirstDestination( *this, /* In - Transaction handle */ 0, /* In - Max size for timestamp string */ NULL, /* Out - Valid After time in string format */ NULL, /* Out - Valid Until time in string format */ &timeLimit, /* Out - Number of seconds call is authorised for */ &callIDSize, /* In/Out - Max size for CallId string Actual size of CallId string */ callID.GetPointer(), /* Out - Call Id string */ calledNumber.GetSize(), /* In - Max size of called number */ calledNumber.GetPointer(), /* Out - Called number string */ #ifdef H323_NEW_OSP_API callingNumber.GetSize(), /* In - Max size of calling number */ callingNumber.GetPointer(), /* Out - Calling number string */ #endif destAddress.GetSize(), /* In - Max size of destination string */ destAddress.GetPointer(), /* Out - Destination string */ destDevice.GetSize(), /* In - Max size of dest device string */ destDevice.GetPointer(), /* Out - Dest device string */ &tokenSize, /* In/Out - Max size of token string Actual size of token string */ token.GetPointer() /* Out - Token string */ ); callID.SetSize(callIDSize); calledNumber.MakeMinimumSize(); callingNumber.MakeMinimumSize(); destAddress.MakeMinimumSize(); destDevice.MakeMinimumSize(); token.SetSize(tokenSize); return stat; } int OpalOSP::Transaction::GetNextDestination(int reason, DestinationInfo & info) { PString destAddress; PString calledNumber; PString callingNumber; int result = GetNextDestination( reason, info.timeLimit, info.callID, calledNumber, callingNumber, destAddress, info.destination, info.token ); if (result != 0) return result; info.destinationAddress = OSPStringToAddress(destAddress, H323EndPoint::DefaultTcpPort); H323SetAliasAddress(calledNumber, info.calledNumber, H225_AliasAddress::e_dialedDigits); info.hasCallingNumber = !callingNumber.IsEmpty(); if (info.hasCallingNumber) H323SetAliasAddress(callingNumber, info.callingNumber, H225_AliasAddress::e_dialedDigits); return 0; } int OpalOSP::Transaction::GetNextDestination(int reason, unsigned & timeLimit, PBYTEArray & callID, PString & calledNumber, PString & callingNumber, PString & destAddress, PString & destDevice, PBYTEArray & token) { if (!CheckOpenedAndNotEnded("get first destination")) return -1; callID.SetSize(CALLID_SIZE); unsigned callIDSize = callID.GetSize(); calledNumber.SetSize(CALLED_NUMBER_SIZE+1); callingNumber.SetSize(CALLING_NUMBER_SIZE+1); destAddress.SetSize(DESTINATION_SIZE+1); destDevice.SetSize(DEVICE_SIZE+1); token.SetSize(TOKEN_SIZE); unsigned tokenSize = token.GetSize(); int stat = ::OSPPTransactionGetNextDestination( *this, /* In - Transaction handle */ (OSPEFAILREASON)reason, /* In - Failure code */ 0, /* In - Max size of timestamp string */ NULL, /* Out - Valid after time string */ NULL, /* Out - Valid until time string */ &timeLimit, /* Out - Number of seconds call is authorised for */ &callIDSize, /* In - Max size of call id string */ callID.GetPointer(), /* Out - Call Id string */ calledNumber.GetSize(), /* In - Max size of called number */ calledNumber.GetPointer(), /* Out - Called number string */ #ifdef H323_NEW_OSP_API callingNumber.GetSize(), /* In - Max size of calling number */ callingNumber.GetPointer(), /* Out - Calling number string */ #endif destAddress.GetSize(), /* In - Max size of destination string */ destAddress.GetPointer(), /* Out - Destination string */ destDevice.GetSize(), /* In - Max size of dest device string */ destDevice.GetPointer(), /* Out - Dest device string */ &tokenSize, /* In/Out - Max size of token string Actual size of token string */ token.GetPointer() /* Out - Token string */ ); callID.SetSize(callIDSize); calledNumber.MakeMinimumSize(); callingNumber.MakeMinimumSize(); destAddress.MakeMinimumSize(); destDevice.MakeMinimumSize(); token.SetSize(tokenSize); return stat; } void OpalOSP::Transaction::DestinationInfo::InsertToken(H225_ArrayOf_ClearToken & clearTokens, BOOL useCiscoBug) { PINDEX tokenCount = clearTokens.GetSize(); clearTokens.SetSize(tokenCount+1); H235_ClearToken & clearToken = clearTokens[tokenCount]; clearToken.m_tokenOID = ETSIXMLTokenOID; clearToken.IncludeOptionalField(H235_ClearToken::e_nonStandard); clearToken.m_nonStandard.m_nonStandardIdentifier = ETSIXMLTokenOID; if (!useCiscoBug) { clearToken.m_nonStandard.m_data = token; } else { PASN_OctetString & destToken = clearToken.m_nonStandard.m_data; PINDEX tokenSize = token.GetSize(); destToken.SetSize(token.GetSize()+3); destToken[0] = 0; destToken[1] = (BYTE)(0x80+(tokenSize>>8)); destToken[2] = (BYTE)tokenSize; memcpy(&destToken[3], &token[0], tokenSize); } } BOOL OpalOSP::Transaction::DestinationInfo::Insert(H323SignalPDU & setupPDU, BOOL useCiscoBug) { if (setupPDU.m_h323_uu_pdu.m_h323_message_body.GetTag() != H225_H323_UU_PDU_h323_message_body::e_setup) return FALSE; H225_Setup_UUIE & setup = setupPDU.m_h323_uu_pdu.m_h323_message_body; return Insert(setup, useCiscoBug); } BOOL OpalOSP::Transaction::DestinationInfo::Insert(H225_Setup_UUIE & setup, BOOL useCiscoBug) { // insert the OSP token into the PDU setup.IncludeOptionalField(H225_Setup_UUIE::e_tokens); InsertToken(setup.m_tokens, useCiscoBug); // set the destination address array to the called number setup.IncludeOptionalField(H225_Setup_UUIE::e_destinationAddress); setup.m_destinationAddress.SetSize(1); setup.m_destinationAddress[0] = calledNumber; return TRUE; } BOOL OpalOSP::Transaction::DestinationInfo::Insert(H225_AdmissionConfirm & acf, BOOL useCiscoBug) { // insert the OSP token into the PDU acf.IncludeOptionalField(H225_AdmissionConfirm::e_tokens); InsertToken(acf.m_tokens, useCiscoBug); // set the destinationInfo field to the called number destinationAddress.SetPDU(acf.m_destCallSignalAddress); // set the destCallSignalAddress field to the destination address acf.IncludeOptionalField(H225_AdmissionConfirm::e_destinationInfo); acf.m_destinationInfo.SetSize(1); acf.m_destinationInfo[0] = calledNumber; return TRUE; } //////////////////////////////////////////////////////////////////////////////////////////////////////// #endif // H323_TRANSNEXUS_OSP // end of file openh323_v1_18_0/src/opalusbdevice.cxx0100644000176200056700000004030310340432134017762 0ustar releasepostincr/* * OpalUSBDevice.h * * Virteos HID Implementation for the OpenH323 Project. * * Virteos is a Trade Mark of ISVO (Asia) Pte Ltd. * * Copyright (c) 2005 ISVO (Asia) Pte Ltd. All Rights Reserved. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Initial Developer of the Original Code is ISVO (Asia) Pte Ltd. * * * Contributor(s): ______________________________________. * * $Log: opalusbdevice.cxx,v $ * Revision 1.3 2005/11/21 20:55:56 shorne * Added support for more USB devices * * Revision 1.2 2005/08/23 08:42:24 shorne * silly little bug overlooked the first time * * Revision 1.1 2005/08/23 08:11:13 shorne * renamed to lower case * * * */ #include #include #include "OpalUSBDevice.h" ////////////////////////////////////////////////////////////////////// // Construction/Destruction ////////////////////////////////////////////////////////////////////// OpalUSBDevice::OpalUSBDevice() { InputData = PluginHID_None; PluggedIn = FALSE; OffHookState = FALSE; digitbuffer = PString(); soundDev = "USB Audio"; // This may change when device plugged in. useSound = FALSE; soundChannelBuffers = 5; PlaySound = NULL; RecSound = NULL; vol = 50; useTones = FALSE; ToneThread = NULL; isRinging = FALSE; exitFlag = FALSE; exitTone = TRUE; isCell = FALSE; hasPSTN = FALSE; } OpalUSBDevice::OpalUSBDevice(PluginHID_Definition * hid) : HID(hid) { InputData = PluginHID_None; PluggedIn = FALSE; OffHookState = FALSE; digitbuffer = PString(); soundDev = HID->sound; // Temporary may change when device plugged in. soundChannelBuffers = 5; PlaySound = NULL; RecSound = NULL; SetPlayVolume(0,50); isRinging = FALSE; exitFlag = FALSE; exitTone = TRUE; ToneThread = NULL; switch (HID->flags & PluginHID_ToneMask) { case PluginHID_Tone: // Tone generator required useTones = TRUE; break; default: useTones = FALSE; break; } switch (HID->flags & PluginHID_GatewayMask) { case PluginHID_PSTN: hasPSTN = TRUE; // Supports PSTN Gateway break; default: hasPSTN = FALSE; break; } switch (HID->flags & PluginHID_DeviceTypeMask) { case PluginHID_DeviceCell: isCell = TRUE; // behave like cell phone break; default: isCell = FALSE; break; } switch (HID->flags & PluginHID_DeviceSoundMask) { case PluginHID_DeviceSound: useSound = TRUE; // use sound card break; default: useSound = FALSE; break; } } BOOL OpalUSBDevice::Open( const PString & /*device*/ /// Device identifier name. ) { MonitorThread = PThread::Create(PCREATE_NOTIFIER(Monitor), 0, PThread::NoAutoDeleteThread, PThread::NormalPriority, "HIDMonitor:%x"); return TRUE; } BOOL OpalUSBDevice::IsOpen() const { return PluggedIn; } BOOL OpalUSBDevice::Close() { if (PlaySound != NULL) delete PlaySound; if (RecSound != NULL) delete RecSound; PluggedIn= FALSE; exitFlag = TRUE; monitorTickle.Signal(); MonitorThread->WaitForTermination(); delete MonitorThread; return TRUE; } unsigned OpalUSBDevice::InvokeMessage(unsigned msg,unsigned val) { PWaitAndSignal m(vbMutex); return (HID->HIDFunction)(HID,&msg, &val); } void OpalUSBDevice::Monitor(PThread &, INT) { int timeToWait; if (HID->destroyHID != NULL) (HID->createHID)(HID); for (;;) { if (exitFlag) break; PWaitAndSignal m(vbMutex); InterpretInput((HID->HIDFunction)(HID,&InputData, 0)); InputData = PluginHID_None; if (PluggedIn) timeToWait = 100; else timeToWait = 500; monitorTickle.Wait(timeToWait); } if (HID->destroyHID != NULL) (HID->destroyHID)(HID); } PString OpalUSBDevice::GetName() const { return HID->descr + PString(" {usb}"); } BOOL OpalUSBDevice::IsLineTerminal( unsigned line /// Number of line ) { return line == POTSLine; } BOOL OpalUSBDevice::IsLinePresent( unsigned line, /// Number of line BOOL force /// Force test, do not optimise ) { return FALSE; } BOOL OpalUSBDevice::IsLineOffHook( unsigned line /// Number of line ) { return OffHookState; } BOOL OpalUSBDevice::SetLineOffHook( unsigned line, /// Number of line BOOL newState /// New state to set ) { OffHookState = newState; return TRUE; } BOOL OpalUSBDevice::IsLineRinging( unsigned line, /// Number of line DWORD * cadence /// Cadence of incoming ring ) { return isRinging; } BOOL OpalUSBDevice::RingLine( unsigned line, /// Number of line DWORD cadence /// Cadence bit map for ring pattern ) { if (cadence > 0) { InvokeMessage(PluginHID_StartRing); isRinging = TRUE; } else { InvokeMessage(PluginHID_StopRing); isRinging = FALSE; } return TRUE; } BOOL OpalUSBDevice::IsLineDisconnected( unsigned line, /// Number of line BOOL checkForWink ) { return TRUE; } PINDEX OpalUSBDevice::GetReadFrameSize( unsigned line /// Number of line ) { return MediaFormat.GetFrameSize(); } BOOL OpalUSBDevice::SetReadFrameSize(unsigned, PINDEX) { return TRUE; } PINDEX OpalUSBDevice::GetWriteFrameSize( unsigned line /// Number of line ) { return MediaFormat.GetFrameSize(); } BOOL OpalUSBDevice::SetWriteFrameSize(unsigned, PINDEX) { return TRUE; } BOOL OpalUSBDevice::ReadFrame( unsigned line, /// Number of line void * buf, /// Pointer to a block of memory to receive data. PINDEX & count /// Number of bytes read, <= GetReadFrameSize() ) { if ((RecSound ==NULL) || (!PluggedIn)) { PTRACE(3, "LID\tRead Device Unplugged."); return FALSE; } if (useSound) { RecSound->Read(buf,count); } else { } count = RecSound->GetLastReadCount(); return TRUE; } BOOL OpalUSBDevice::WriteFrame( unsigned line, /// Number of line const void * buf, /// Pointer to a block of memory to write. PINDEX count, /// Number of bytes to write, <= GetWriteFrameSize() PINDEX & written /// Number of bytes written, <= GetWriteFrameSize() ) { if ((PlaySound == NULL) || (!PluggedIn)) { PTRACE(3, "LID\tWrite Device Unplugged."); return FALSE; } if (useSound) { PlaySound->Write(buf, count); } else { } written = PlaySound->GetLastWriteCount(); return TRUE; } BOOL OpalUSBDevice::SetRecordVolume( unsigned line, /// Number of line unsigned volume /// Volume level from 0 to 100% ) { if (volume < 0) volume = 0; else if (volume > 100) volume = 100; int volVal = volume | (volume << 8); InvokeMessage(PluginHID_SetRecVol,volVal); return TRUE; } BOOL OpalUSBDevice::SetPlayVolume( unsigned line, /// Number of line unsigned volume /// Volume level from 0 to 100% ) { vol = volume; if (vol < 0) vol = 0; else if (vol > 100) vol = 100; int volVal = vol | (vol << 8); InvokeMessage(PluginHID_SetPlayVol,volVal); return TRUE; } BOOL OpalUSBDevice::GetRecordVolume( unsigned line, /// Number of line unsigned & volume /// Volume level from 0 to 100% ) { volume = InvokeMessage(PluginHID_GetRecVol); volume &= 0xff; if (volume > 100) volume = (unsigned)0; return TRUE; } BOOL OpalUSBDevice::GetPlayVolume( unsigned line, /// Number of line unsigned & volume /// Volume level from 0 to 100% ) { volume = InvokeMessage(PluginHID_GetPlayVol); volume &= 0xff; if (volume > 100) volume = (unsigned)0; return TRUE; } BOOL OpalUSBDevice::PlayDTMF( unsigned line, /// Number of line const char * digits, /// DTMF digits to be played DWORD onTime, /// Number of milliseconds to play each DTMF digit DWORD offTime /// Number of milliseconds between digits ) { #ifdef _WIN32 const PString & dev = soundDev; PString Digits = digits; for (PINDEX i = 0; i < Digits.GetLength(); i++) { // Some USB devices have Tone generator for digit press // however do not have ability to play tones so we allocate // Line 1 to specify we are playing tones on sending input etc if ((useTones) || (line == 1)) { PDTMFEncoder encoder; encoder.AddTone(Digits[i]); PSound soundtone(1, 8000, 16, encoder.GetSize(),encoder.GetPointer()); if (!soundtone.Play(dev)) { PTRACE(3, "LID\tError Opening " << dev << " for DTMF Tone."); return FALSE; } } else { return FALSE; } } #endif return TRUE; } char OpalUSBDevice::ReadDTMF( unsigned line /// Number of line ) { if (digitbuffer.GetLength() > 0) { char ret = digitbuffer[0]; digitbuffer = digitbuffer.Right(digitbuffer.GetLength()-1); return ret; } else { return '\0'; } } BOOL OpalUSBDevice::PlayTone( unsigned line, /// Number of line CallProgressTones tone /// Tone to be played ) { // Stop Current Tones StopTone(0); CurTone = tone; // Create a Tone Thread. exitTone = FALSE; ToneThread = PThread::Create(PCREATE_NOTIFIER(TonePlay), 0, PThread::NoAutoDeleteThread,PThread::NormalPriority, "HIDTone:%x"); return TRUE; } BOOL OpalUSBDevice::IsTonePlaying( unsigned line /// Number of line ) { return (!exitTone); } BOOL OpalUSBDevice::StopTone( unsigned line /// Number of line ) { InvokeMessage(PluginHID_StopRing); isRinging = FALSE; if (ToneThread != NULL) { exitTone = TRUE; ToneThread->Terminate(); ToneThread->WaitForTermination(); delete ToneThread; ToneThread = NULL; } return TRUE; } unsigned OpalUSBDevice::GetLineCount() { return 0; } OpalMediaFormat::List OpalUSBDevice::GetMediaFormats() const { OpalMediaFormat::List formats; return formats; } BOOL OpalUSBDevice::SetReadFormat(unsigned line, const OpalMediaFormat &mediaFormat) { MediaFormat = mediaFormat; PINDEX samplesPerFrame = (mediaFormat.GetFrameTime() * mediaFormat.GetTimeUnits()) / 8; unsigned rate = mediaFormat.GetTimeUnits() * 1000; if (useSound) { CreateSoundDevice(TRUE,soundDev,rate,samplesPerFrame); } else { } return TRUE; } BOOL OpalUSBDevice::SetWriteFormat(unsigned line,const OpalMediaFormat &mediaFormat) { MediaFormat = mediaFormat; PINDEX samplesPerFrame = (mediaFormat.GetFrameTime() * mediaFormat.GetTimeUnits()) / 8; unsigned rate = mediaFormat.GetTimeUnits() * 1000; if (useSound) { CreateSoundDevice(FALSE,soundDev,rate,samplesPerFrame); } else { } return TRUE; } OpalMediaFormat OpalUSBDevice::GetReadFormat(unsigned line) { return MediaFormat; } OpalMediaFormat OpalUSBDevice::GetWriteFormat(unsigned line) { return MediaFormat; } BOOL OpalUSBDevice::GetCallerID( unsigned line, /// Number of line PString & idString, /// ID string returned BOOL full /// Get full information in idString ) { return FALSE; } BOOL OpalUSBDevice::SetCallerID( unsigned line, /// Number of line const PString & idString /// ID string to use ) { (HID->displayHID)(HID, (const char *)idString); return TRUE; } OpalLineInterfaceDevice::DeviceType OpalUSBDevice::GetDeviceType() { if (isCell) return OpalLineInterfaceDevice::CellEmulate; if (hasPSTN) return OpalLineInterfaceDevice::Gateway; return OpalLineInterfaceDevice::POTSLine; } BOOL OpalUSBDevice::StopReadCodec(unsigned line) { delete RecSound; RecSound = NULL; return TRUE; } BOOL OpalUSBDevice::StopWriteCodec(unsigned line) { delete PlaySound; PlaySound = NULL; return TRUE; } BOOL LoadSoundDevice(PString & dev,PString devstr) { /// have to put something in here to clear out the sound device cache. /// The device cache is created when the H323Endpoint is created and if /// the USB device is not plugged in at startup it will not detected when plugging /// the device in... /// Some Windows versions shows different names for USB Audio devices PStringArray devices = PSoundChannel::GetDeviceNames(PSoundChannel::Player); for (PINDEX i = 0; i < devices.GetSize(); i++) { if (devices[i] == devstr) break; if (devices[i].Find(devstr) != P_MAX_INDEX) { dev = devices[i]; break; } } return TRUE; } void OpalUSBDevice::InterpretInput(unsigned int ret) { if (ret == PluginHID_None) return; switch (ret) { case PluginHID_Key1: digitbuffer += "1"; PlayDTMF(0,"1"); break; case PluginHID_Key2: digitbuffer += "2"; PlayDTMF(0,"2"); break; case PluginHID_Key3: digitbuffer += "3"; PlayDTMF(0,"3"); break; case PluginHID_Key4: digitbuffer += "4"; PlayDTMF(0,"4"); break; case PluginHID_Key5: digitbuffer += "5"; PlayDTMF(0,"5"); break; case PluginHID_Key6: digitbuffer += "6"; PlayDTMF(0,"6"); break; case PluginHID_Key7: digitbuffer += "7"; PlayDTMF(0,"7"); break; case PluginHID_Key8: digitbuffer += "8"; PlayDTMF(0,"8"); break; case PluginHID_Key9: digitbuffer += "9"; PlayDTMF(0,"9"); break; case PluginHID_Key0: digitbuffer += "0"; PlayDTMF(0,"0"); break; case PluginHID_KeyStar: digitbuffer += "*"; PlayDTMF(0,"*"); break; case PluginHID_KeyHash: digitbuffer += "#"; PlayDTMF(0,"#"); break; case PluginHID_KeyA: digitbuffer += "A"; PlayDTMF(0,"A"); break; case PluginHID_KeyB: digitbuffer += "B"; PlayDTMF(0,"B"); break; case PluginHID_KeyC: digitbuffer += "C"; PlayDTMF(0,"C"); break; case PluginHID_KeyD: digitbuffer += "D"; PlayDTMF(0,"D"); break; case PluginHID_OffHook: OffHookState = TRUE; break; case PluginHID_OnHook: OffHookState = FALSE; break; case PluginHID_VolumeUp: vol += 5; SetPlayVolume(0, vol); break; case PluginHID_VolumeDown: vol += -5; SetPlayVolume(0, vol); break; case PluginHID_PluggedIn: LoadSoundDevice(soundDev,soundDev); PluggedIn = TRUE; break; case PluginHID_Unplugged: PluggedIn = FALSE; break; } } BOOL OpalUSBDevice::CreateSoundDevice(BOOL IsEncoder, const PString & device, PINDEX rate, PINDEX samples) { if (IsEncoder) { if (RecSound != NULL) { delete RecSound; RecSound = NULL; } RecSound = new PSoundChannel; if (RecSound->Open(device,PSoundChannel::Recorder,1,rate,16)) { RecSound->SetBuffers(samples*2, soundChannelBuffers); } else { PTRACE(3, "LID\tError Opening Record Device."); return FALSE; } } else { if (PlaySound != NULL) { delete PlaySound; PlaySound = NULL; } PlaySound = new PSoundChannel; if (PlaySound->Open(device,PSoundChannel::Player,1,rate,16)) { PlaySound->SetBuffers(samples*2, soundChannelBuffers); PlaySound->SetVolume(vol); } else { PTRACE(3, "LID\tError Opening Play Device."); return FALSE; } } return TRUE; } void OpalUSBDevice::TonePlay(PThread &, INT) { PDTMFEncoder encoder; switch (CurTone) { case DialTone: encoder.GenerateDialTone(); break; case RingTone: encoder.GenerateRingBackTone(); break; case BusyTone: encoder.GenerateBusyTone(); break; } SoundTones soundtone(1, 8000, 16, encoder.GetSize(),encoder.GetPointer()); soundtone.RunContinuous(this); } /////////////////////////////////////////////////////////////////////// // Sound Tones OpalUSBDevice::SoundTones::SoundTones(unsigned channels, unsigned samplesPerSecond, unsigned bitsPerSample, PINDEX bufferSize, const BYTE * buffer) : PSound(channels,samplesPerSecond,bitsPerSample,bufferSize,buffer) { } void OpalUSBDevice::SoundTones::RunContinuous(OpalUSBDevice * dev) const { PSoundChannel channel(dev->soundDev, PSoundChannel::Player); if (channel.IsOpen()) { for (;;) { if (dev->exitTone) break; channel.PlaySound(*this, TRUE); } } else { PTRACE(3, "LID\tError Opening " << dev << " for Tone Play."); } } openh323_v1_18_0/src/opalvxml.cxx0100644000176200056700000001724710075464206017024 0ustar releasepostincr/* * vxml.cxx * * VXML control for for Opal * * A H.323 IVR application. * * Copyright (C) 2002 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Portable Windows Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: opalvxml.cxx,v $ * Revision 1.22 2004/07/15 11:20:38 rjongbloed * Migrated changes from crs_vxnml_devel branch into main trunk * * Revision 1.21 2004/07/15 03:18:00 csoutheren * Migrated changes from crs_vxnml_devel branch into main trunk * * Revision 1.20.2.1 2004/07/07 07:10:11 csoutheren * Changed to use new factory based PWAVFile * Removed redundant blocking/unblocking when using G.723.1 * * Revision 1.20 2004/05/04 23:23:39 csoutheren * Removed usage of lpc10 and mscodecs * * Revision 1.19 2004/05/03 13:21:45 rjongbloed * Converted everything to be codec plug in freindly * Removed GSM and G.729 as now plug ins are "the way"! * * Revision 1.18 2002/12/10 23:50:25 robertj * Fixed some tracing issues * * Revision 1.17 2002/08/27 02:21:31 craigs * Added silence detection capability to fake G.723.1codec * * Revision 1.16 2002/08/15 04:55:26 robertj * Fixed shutdown problems with closing vxml session, leaks a thread. * Fixed potential problems with indirect channel Close() function. * * Revision 1.15 2002/08/15 02:19:42 robertj * Adjusted trace log levels for G.723.1 file codec read/write tracking. * * Revision 1.14 2002/08/07 13:53:05 craigs * Fixed problem with included opalvxml.h thanks to Vladmir Toncar * * Revision 1.13 2002/08/06 05:10:59 craigs * Moved most of stuff to ptclib * * Revision 1.12 2002/08/05 09:43:30 robertj * Added pragma interface/implementation * Moved virtual into .cxx file * * Revision 1.11 2002/07/29 15:10:36 craigs * Added autodelete option to PlayFile * * Revision 1.10 2002/07/29 12:54:42 craigs * Removed usages of cerr * * Revision 1.9 2002/07/18 04:17:12 robertj * Moved virtuals to source and changed name of G.723.1 file capability * * Revision 1.8 2002/07/10 13:16:58 craigs * Moved some VXML classes from Opal back into PTCLib * Added ability to repeat outputted data * * Revision 1.7 2002/07/09 08:48:41 craigs * Fixed trace messages * * Revision 1.6 2002/07/05 06:34:04 craigs * Changed comments and trace messages * * Revision 1.5 2002/07/03 04:58:13 robertj * Changed for compatibility with older GNU compilers * * Revision 1.4 2002/07/02 06:32:51 craigs * Added recording functions * * Revision 1.3 2002/06/28 02:42:11 craigs * Fixed problem with G.723.1 file naming conventions * Fixed problem with incorrect file open mode * * Revision 1.2 2002/06/28 01:24:03 robertj * Fixe dproblem with compiling without expat library. * * Revision 1.1 2002/06/27 05:44:11 craigs * Initial version * * Revision 1.2 2002/06/26 09:05:28 csoutheren * Added ability to utter various "sayas" types within prompts * * Revision 1.1 2002/06/26 01:13:53 csoutheren * Disassociated VXML and Opal/OpenH323 specific elements * * Revision 1.2 2002/06/21 08:18:22 csoutheren * Added start of grammar handling * * Revision 1.1 2002/06/20 06:35:44 csoutheren * Initial version * */ #include #ifdef __GNUC__ #pragma implementation "opalvxml.h" #endif #include "opalvxml.h" #if P_EXPAT #include #include #include #endif #include "codecs.h" #define G7231_SAMPLES_PER_BLOCK 240 #define G7231_BANDWIDTH (6300/100) /////////////////////////////////////////////////////////////// G7231_File_Capability::G7231_File_Capability() : H323AudioCapability(8, 4) { } unsigned G7231_File_Capability::GetSubType() const { return H245_AudioCapability::e_g7231; } PString G7231_File_Capability::GetFormatName() const { return "G.723.1{file}"; } BOOL G7231_File_Capability::OnSendingPDU(H245_AudioCapability & cap, unsigned packetSize) const { // set the choice to the correct type cap.SetTag(GetSubType()); // get choice data H245_AudioCapability_g7231 & g7231 = cap; // max number of audio frames per PDU we want to send g7231.m_maxAl_sduAudioFrames = packetSize; // enable silence suppression g7231.m_silenceSuppression = TRUE; return TRUE; } BOOL G7231_File_Capability::OnReceivedPDU(const H245_AudioCapability & cap, unsigned & packetSize) { const H245_AudioCapability_g7231 & g7231 = cap; packetSize = g7231.m_maxAl_sduAudioFrames; return TRUE; } PObject * G7231_File_Capability::Clone() const { return new G7231_File_Capability(*this); } H323Codec * G7231_File_Capability::CreateCodec(H323Codec::Direction direction) const { return new G7231_File_Codec(direction); } /////////////////////////////////////////////////////////////// G7231_File_Codec::G7231_File_Codec(Direction dir) : H323AudioCodec(OPAL_G7231_6k3, dir) { lastFrameLen = 4; } int G7231_File_Codec::GetFrameLen(int val) { static const int frameLen[] = { 24, 20, 4, 1 }; return frameLen[val & 3]; } BOOL G7231_File_Codec::Read(BYTE * buffer, unsigned & length, RTP_DataFrame &) { if (rawDataChannel == NULL) return FALSE; if (!rawDataChannel->Read(buffer, 24)) { PTRACE(1, "G7231WAV\tRead failed"); return FALSE; } lastFrameLen = length = G7231_File_Codec::GetFrameLen(buffer[0]); return TRUE; } BOOL G7231_File_Codec::Write(const BYTE * buffer, unsigned length, const RTP_DataFrame & /* rtp */, unsigned & writtenLength) { if (rawDataChannel == NULL) return TRUE; static const BYTE silence[] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; // If the length is zero, output silence to the file.. if (length == 0) { PTRACE(6,"G7231WAV\tZero length frame"); writtenLength = 0; return rawDataChannel->Write(silence, 24); } int writeLen; switch (buffer[0]&3) { case 0: writeLen = 24; break; case 1: writeLen = 20; break; case 2: // Windows Media Player cannot play 4 byte SID (silence) frames. // So write out a 24 byte frame of silence instead. PTRACE(5, "G7231WAV\tReplacing SID with 24 byte frame"); writtenLength = 4; return rawDataChannel->Write(silence, 24); default : writeLen = 1; break; } PTRACE(6, "G7231WAV\tFrame length = " <Write(buffer, writeLen); } unsigned G7231_File_Codec::GetBandwidth() const { return G7231_BANDWIDTH; } BOOL G7231_File_Codec::IsRawDataChannelNative() const { return TRUE; } unsigned G7231_File_Codec::GetAverageSignalLevel() { if (lastFrameLen == 4) return 0; else return UINT_MAX; } /////////////////////////////////////////////////////////////// #if P_EXPAT OpalVXMLSession::OpalVXMLSession(H323Connection * _conn, PTextToSpeech * tts, BOOL autoDelete) : PVXMLSession(tts, autoDelete), conn(_conn) { } BOOL OpalVXMLSession::Close() { BOOL ok = PVXMLSession::Close(); conn->ClearCall(); return ok; } #endif // End of File ///////////////////////////////////////////////////////////// openh323_v1_18_0/src/opalwavfile.cxx0100644000176200056700000001160110113314660017446 0ustar releasepostincr/* * OpalWavFile.cxx * * WAV file class with auto-PCM conversion * * OpenH323 Library * * Copyright (c) 2002 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * Contributor(s): ______________________________________. * * $Log: opalwavfile.cxx,v $ * Revision 1.7 2004/08/26 08:05:04 csoutheren * Codecs now appear in abstract factory system * Fixed Windows factory bootstrap system (again) * * Revision 1.6 2004/08/09 11:11:33 csoutheren * Added stupid windows hack to force opalwavfile factories to register * * Revision 1.5 2004/07/15 11:14:25 rjongbloed * Added missing purity to G.711 decoder function * * Revision 1.4 2004/07/15 03:18:00 csoutheren * Migrated changes from crs_vxnml_devel branch into main trunk * * Revision 1.3.6.1 2004/07/07 07:10:11 csoutheren * Changed to use new factory based PWAVFile * Removed redundant blocking/unblocking when using G.723.1 * * Revision 1.3 2003/12/28 00:07:56 csoutheren * Added support for 8-bit PCM WAV files * * Revision 1.2 2002/08/05 10:03:48 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.1 2002/06/20 01:21:32 craigs * Initial version * */ #include #ifdef __GNUC__ #pragma implementation "opalwavfile.h" #endif #include "opalwavfile.h" #include "../include/codecs.h" #define new PNEW OpalWAVFile::OpalWAVFile(unsigned fmt) : PWAVFile(fmt) { SetAutoconvert(); } OpalWAVFile::OpalWAVFile(OpenMode mode, int opts, unsigned fmt) : PWAVFile(mode, opts, fmt) { SetAutoconvert(); } OpalWAVFile::OpalWAVFile(const PFilePath & name, OpenMode mode, /// Mode in which to open the file. int opts, /// #OpenOptions enum# for open operation. unsigned fmt) /// Type of WAV File to create : PWAVFile(name, mode, opts, fmt) { SetAutoconvert(); } ///////////////////////////////////////////////////////////////////////////////// class PWAVFileConverterXLaw : public PWAVFileConverter { public: off_t GetPosition (const PWAVFile & file) const; BOOL SetPosition (PWAVFile & file, off_t pos, PFile::FilePositionOrigin origin); unsigned GetSampleSize(const PWAVFile & file) const; off_t GetDataLength (PWAVFile & file); BOOL Read (PWAVFile & file, void * buf, PINDEX len); BOOL Write (PWAVFile & file, const void * buf, PINDEX len); virtual short DecodeSample(int sample) = 0; }; off_t PWAVFileConverterXLaw::GetPosition(const PWAVFile & file) const { off_t pos = file.RawGetPosition(); return pos * 2; } BOOL PWAVFileConverterXLaw::SetPosition(PWAVFile & file, off_t pos, PFile::FilePositionOrigin origin) { pos /= 2; return file.SetPosition(pos, origin); } unsigned PWAVFileConverterXLaw::GetSampleSize(const PWAVFile &) const { return 16; } off_t PWAVFileConverterXLaw::GetDataLength(PWAVFile & file) { return file.RawGetDataLength() * 2; } BOOL PWAVFileConverterXLaw::Read(PWAVFile & file, void * buf, PINDEX len) { // read the xLaw data PINDEX samples = (len / 2); PBYTEArray xlaw; if (!file.PFile::Read(xlaw.GetPointer(samples), samples)) return FALSE; // convert to PCM PINDEX i; short * pcmPtr = (short *)buf; for (i = 0; i < samples; i++) *pcmPtr++ = DecodeSample(xlaw[i]); // fake the lastReadCount file.SetLastReadCount(len); return TRUE; } BOOL PWAVFileConverterXLaw::Write(PWAVFile & /*file*/, const void * /*buf*/, PINDEX /*len*/) { return FALSE; } ////////////////////////////////////////////////////////////////////// class PWAVFileConverterULaw : public PWAVFileConverterXLaw { public: unsigned GetFormat(const PWAVFile & /*file*/) const { return PWAVFile::fmt_uLaw; } short DecodeSample(int sample) { return H323_muLawCodec::DecodeSample(sample);} }; class PWAVFileConverterALaw : public PWAVFileConverterXLaw { public: unsigned GetFormat(const PWAVFile & /*file*/) const { return PWAVFile::fmt_ALaw; } short DecodeSample(int sample) { return H323_ALawCodec::DecodeSample(sample);} }; PWAVFileConverterFactory::Worker uLawConverter(PWAVFile::fmt_uLaw, true); PWAVFileConverterFactory::Worker ALawConverter(PWAVFile::fmt_ALaw, true); namespace PWLibStupidLinkerHacks { int opalwavfileLoader; }; /////////////////////////////////////////////////////////////////////// openh323_v1_18_0/src/peclient.cxx0100644000176200056700000016716110046173005016756 0ustar releasepostincr/* * peclient.cxx * * H.323 Annex G Peer Element client protocol handler * * Open H323 Library * * Copyright (c) 2003 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: peclient.cxx,v $ * Revision 1.45 2004/05/05 14:11:17 csoutheren * Fixed problems with AccessRequest returning wildcards * * Revision 1.44 2004/04/20 01:37:10 csoutheren * Removed uneeded mutex signal * * Revision 1.43 2004/04/14 00:32:13 csoutheren * Quick changes to ensure that non-specific H.501 routes are returned * This will need to be changed later to allow retreiving multiple routes * from an AccessRequest * * Revision 1.42 2004/03/29 08:13:15 csoutheren * Fixed problem with priorities * * Revision 1.41 2004/03/29 06:58:15 csoutheren * Added extra trace messages * * Revision 1.40 2004/03/29 05:35:21 csoutheren * Changed to use default address for descriptor if blank * * Revision 1.39 2003/05/14 03:06:22 rjongbloed * Added another method for removing service relationships. * Added virtual for handling SR requests. * * Revision 1.38 2003/05/05 08:28:25 craigs * Fixed lastUpdate time in descriptors * * Revision 1.37 2003/04/30 07:32:55 craigs * Improve handling of wildcard matches * * Revision 1.36 2003/04/30 04:55:41 craigs * Improved handling for nonexistent routes * * Revision 1.35 2003/04/18 15:16:43 craigs * Fixed problem with creation of alias keys * * Revision 1.34 2003/04/10 14:34:05 craigs * Fixed wild card handling * * Revision 1.33 2003/04/10 09:41:02 robertj * Added some more functions for converting to alias addresses. * * Revision 1.32 2003/04/10 07:05:35 craigs * Allowed access to endpoint type in descriptors * * Revision 1.31 2003/04/10 03:41:58 craigs * Allow AccessRequest to return multiple transport addresses * * Revision 1.30 2003/04/10 00:59:35 craigs * Added support for multiple contact addresses per template * * Revision 1.29 2003/04/09 10:47:06 craigs * Fixed problems * * Revision 1.28 2003/04/09 03:08:10 robertj * Fixed race condition in shutting down transactor (pure virtual call) * * Revision 1.27 2003/04/08 12:23:37 craigs * Fixed problem with descriptors not being removed when service relationships go away * * Revision 1.26 2003/04/07 05:10:50 craigs * Added changes to get access to descriptor creates/updates/deletes * * Revision 1.25 2003/04/02 06:06:01 robertj * Added versions of AddDescriptor that contain the GUID. * Changed default localIdentifier to be the local username of the endpoint. * * Revision 1.24 2003/04/01 05:59:33 robertj * Fixed H.501 transaction code setting members for m_common PDU part. * * Revision 1.23 2003/04/01 04:47:55 robertj * Abstracted H.225 RAS transaction processing (RIP and secondary thread) in * server environment for use by H.501 peer elements. * * Revision 1.22 2003/04/01 01:18:16 robertj * Minor changes to AccessEquest and AddDescriptor API to allow for * string arrays of aliases. * * Revision 1.21 2003/03/28 04:43:05 craigs * Added noCallSpecific flag for compatibility * * Revision 1.20 2003/03/28 00:30:13 craigs * Fixed problems with service relationship ordinals and better descriptor update access * * Revision 1.19 2003/03/27 09:23:41 craigs * Rewritten support for descriptors and multiple templates * * Revision 1.18 2003/03/26 00:46:29 robertj * Had another go at making H323Transactor being able to be created * without having a listener running. * * Revision 1.17 2003/03/25 12:53:00 robertj * Added SetPromiscuous back in * * Revision 1.16 2003/03/25 12:01:30 craigs * Fixed SEGV when no interface specified for peer element * * Revision 1.15 2003/03/25 07:50:23 craigs * Added support for mutiple transports per descriptor * * Revision 1.14 2003/03/25 05:13:00 craigs * More speed enhancements * * Revision 1.13 2003/03/25 02:57:04 craigs * Fixed for update problems * * Revision 1.12 2003/03/25 01:59:13 robertj * Fixed incorrect position of delete. Would do nothing there! * * Revision 1.11 2003/03/25 01:41:02 craigs * Still more signficant H.501 updates * * Revision 1.10 2003/03/20 01:51:12 robertj * More abstraction of H.225 RAS and H.501 protocols transaction handling. * * Revision 1.9 2003/03/19 01:18:38 robertj * Fixed GNU warnings * * Revision 1.8 2003/03/19 01:11:37 robertj * GNU compatibility * * Revision 1.7 2003/03/18 13:57:53 craigs * More H.501 implementation * * Revision 1.6 2003/03/17 13:19:31 craigs * More H501 implementation * * Revision 1.5 2003/03/14 06:01:16 craigs * More updates * * Revision 1.4 2003/03/01 00:22:26 craigs * New PeerElement implementation * * Revision 1.3 2003/02/25 06:48:19 robertj * More work on PDU transaction abstraction. * * Revision 1.2 2003/02/21 07:23:18 robertj * Fixed up some comments * * Revision 1.1 2003/02/21 05:27:06 craigs * Initial version * */ #include #ifdef __GNUC__ #pragma implementation "peclient.h" #endif #include "peclient.h" #include "h323ep.h" #include "h323annexg.h" #include "h323pdu.h" #define new PNEW const unsigned ServiceRequestRetryTime = 60; const unsigned ServiceRequestGracePeriod = 10; const unsigned ServiceRelationshipTimeToLive = 60; //////////////////////////////////////////////////////////////// H501Transaction::H501Transaction(H323PeerElement & pe, const H501PDU & pdu, BOOL hasReject) : H323Transaction(pe, pdu, new H501PDU, hasReject ? new H501PDU : NULL), requestCommon(((H501PDU &)request->GetPDU()).m_common), confirmCommon(((H501PDU &)confirm->GetPDU()).m_common), peerElement(pe) { } H323TransactionPDU * H501Transaction::CreateRIP(unsigned sequenceNumber, unsigned delay) const { H501PDU * rip = new H501PDU; rip->BuildRequestInProgress(sequenceNumber, delay); return rip; } H235Authenticator::ValidationResult H501Transaction::ValidatePDU() const { return request->Validate(requestCommon.m_tokens, H501_MessageCommonInfo::e_tokens, requestCommon.m_cryptoTokens, H501_MessageCommonInfo::e_cryptoTokens); } //////////////////////////////////////////////////////////////// H501ServiceRequest::H501ServiceRequest(H323PeerElement & pe, const H501PDU & pdu) : H501Transaction(pe, pdu, TRUE), srq((H501_ServiceRequest &)request->GetChoice().GetObject()), scf(((H501PDU &)confirm->GetPDU()).BuildServiceConfirmation(pdu.m_common.m_sequenceNumber)), srj(((H501PDU &)reject->GetPDU()).BuildServiceRejection(pdu.m_common.m_sequenceNumber, H501_ServiceRejectionReason::e_undefined)) { } #if PTRACING const char * H501ServiceRequest::GetName() const { return "ServiceRequest"; } #endif void H501ServiceRequest::SetRejectReason(unsigned reasonCode) { srj.m_reason.SetTag(reasonCode); } H323Transaction::Response H501ServiceRequest::OnHandlePDU() { return peerElement.OnServiceRequest(*this); } //////////////////////////////////////////////////////////////// H501DescriptorUpdate::H501DescriptorUpdate(H323PeerElement & pe, const H501PDU & pdu) : H501Transaction(pe, pdu, FALSE), du((H501_DescriptorUpdate &)request->GetChoice().GetObject()), ack(((H501PDU &)confirm->GetPDU()).BuildDescriptorUpdateAck(pdu.m_common.m_sequenceNumber)) { } #if PTRACING const char * H501DescriptorUpdate::GetName() const { return "DescriptorUpdate"; } #endif void H501DescriptorUpdate::SetRejectReason(unsigned /*reasonCode*/) { // Not possible! } H323Transaction::Response H501DescriptorUpdate::OnHandlePDU() { return peerElement.OnDescriptorUpdate(*this); } //////////////////////////////////////////////////////////////// H501AccessRequest::H501AccessRequest(H323PeerElement & pe, const H501PDU & pdu) : H501Transaction(pe, pdu, TRUE), arq((H501_AccessRequest &)request->GetChoice().GetObject()), acf(((H501PDU &)confirm->GetPDU()).BuildAccessConfirmation(pdu.m_common.m_sequenceNumber)), arj(((H501PDU &)reject->GetPDU()).BuildAccessRejection(pdu.m_common.m_sequenceNumber, H501_AccessRejectionReason::e_undefined)) { } #if PTRACING const char * H501AccessRequest::GetName() const { return "AccessRequest"; } #endif void H501AccessRequest::SetRejectReason(unsigned reasonCode) { arj.m_reason.SetTag(reasonCode); } H323Transaction::Response H501AccessRequest::OnHandlePDU() { return peerElement.OnAccessRequest(*this); } //////////////////////////////////////////////////////////////// H323PeerElement::H323PeerElement(H323EndPoint & ep, H323Transport * trans) : H323_AnnexG(ep, trans), requestMutex(1, 1) { Construct(); } H323PeerElement::H323PeerElement(H323EndPoint & ep, const H323TransportAddress & addr) : H323_AnnexG(ep, addr), requestMutex(1, 1) { Construct(); } void H323PeerElement::Construct() { if (transport != NULL) transport->SetPromiscuous(H323Transport::AcceptFromAny); monitorStop = FALSE; localIdentifier = endpoint.GetLocalUserName(); basePeerOrdinal = RemoteServiceRelationshipOrdinal; StartChannel(); monitor = PThread::Create(PCREATE_NOTIFIER(MonitorMain), 0, PThread::NoAutoDeleteThread, PThread::NormalPriority, "PeerElementMonitor:%x"); } H323PeerElement::~H323PeerElement() { if (monitor != NULL) { monitorStop = TRUE; monitorTickle.Signal(); monitor->WaitForTermination(); delete monitor; } StopChannel(); } void H323PeerElement::SetLocalName(const PString & name) { PWaitAndSignal m(localNameMutex); localIdentifier = name; } PString H323PeerElement::GetLocalName() const { PWaitAndSignal m(localNameMutex); return localIdentifier; } void H323PeerElement::SetDomainName(const PString & name) { PWaitAndSignal m(localNameMutex); domainName = name; } PString H323PeerElement::GetDomainName() const { PWaitAndSignal m(localNameMutex); return domainName; } void H323PeerElement::PrintOn(ostream & strm) const { if (!localIdentifier) strm << localIdentifier << '@'; H323Transactor::PrintOn(strm); } void H323PeerElement::MonitorMain(PThread &, INT) { PTRACE(3, "PeerElement\tBackground thread started"); for (;;) { // refresh and retry remote service relationships by sending new ServiceRequests PTime now; PTime nextExpireTime = now + ServiceRequestRetryTime*1000; { for (PSafePtr sr = GetFirstRemoteServiceRelationship(PSafeReadOnly); sr != NULL; sr++) { if (now >= sr->expireTime) { PTRACE(3, "PeerElement\tRenewing service relationship " << sr->serviceID << "before expiry"); ServiceRequestByID(sr->serviceID); } // get minimum sleep time for next refresh or retry if (sr->expireTime < nextExpireTime) nextExpireTime = sr->expireTime; } } // expire local service relationships we have not received ServiceRequests for { for (PSafePtr sr = GetFirstLocalServiceRelationship(PSafeReadOnly); sr != NULL; sr++) { // check to see if expired or needs refresh scheduled PTime expireTime = sr->expireTime + 1000 * ServiceRequestGracePeriod; if (now >= expireTime) { PTRACE(3, "PeerElement\tService relationship " << sr->serviceID << "expired"); localServiceRelationships.Remove(sr); { PWaitAndSignal m(localPeerListMutex); localServiceOrdinals -= sr->ordinal; } } else if (expireTime < nextExpireTime) nextExpireTime = sr->expireTime; } } // if any descriptor needs updating, then spawn a thread to do it { for (PSafePtr descriptor = GetFirstDescriptor(PSafeReadOnly); descriptor != NULL; descriptor++) { PWaitAndSignal m(localPeerListMutex); if ( (descriptor->state != H323PeerElementDescriptor::Clean) || ( (descriptor->creator >= RemoteServiceRelationshipOrdinal) && !localServiceOrdinals.Contains(descriptor->creator) ) ) { PThread::Create(PCREATE_NOTIFIER(UpdateAllDescriptors), 0, PThread::AutoDeleteThread, PThread::NormalPriority); break; } } } // wait until just before the next expire time; PTimeInterval timeToWait = nextExpireTime - PTime(); if (timeToWait > 60*1000) timeToWait = 60*1000; monitorTickle.Wait(timeToWait); if (monitorStop) break; } PTRACE(3, "PeerElement\tBackground thread ended"); } void H323PeerElement::UpdateAllDescriptors(PThread &, INT) { PTRACE(2, "PeerElement\tDescriptor update thread started"); for (PSafePtr descriptor = GetFirstDescriptor(PSafeReadWrite); descriptor != NULL; descriptor++) { PWaitAndSignal m(localPeerListMutex); // delete any descriptors which belong to service relationships that are now gone if ( (descriptor->state != H323PeerElementDescriptor::Deleted) && (descriptor->creator >= RemoteServiceRelationshipOrdinal) && !localServiceOrdinals.Contains(descriptor->creator) ) descriptor->state = H323PeerElementDescriptor::Deleted; PTRACE(4, "PeerElement\tUpdating descriptor " << descriptor->descriptorID << " in state " << descriptor->state); UpdateDescriptor(descriptor); } monitorTickle.Signal(); PTRACE(2, "PeerElement\tDescriptor update thread ended"); } void H323PeerElement::TickleMonitor(PTimer &, INT) { monitorTickle.Signal(); } /////////////////////////////////////////////////////////// // // service relationship functions // H323PeerElementServiceRelationship * H323PeerElement::CreateServiceRelationship() { return new H323PeerElementServiceRelationship(); } BOOL H323PeerElement::SetOnlyServiceRelationship(const PString & peer, BOOL keepTrying) { if (peer.IsEmpty()) { RemoveAllServiceRelationships(); return TRUE; } for (PSafePtr sr = GetFirstRemoteServiceRelationship(PSafeReadOnly); sr != NULL; sr++) if (sr->peer != peer) RemoveServiceRelationship(sr->peer); return AddServiceRelationship(peer, keepTrying); } BOOL H323PeerElement::AddServiceRelationship(const H323TransportAddress & addr, BOOL keepTrying) { OpalGloballyUniqueID serviceID; return AddServiceRelationship(addr, serviceID, keepTrying); } BOOL H323PeerElement::AddServiceRelationship(const H323TransportAddress & addr, OpalGloballyUniqueID & serviceID, BOOL keepTrying) { switch (ServiceRequestByAddr(addr, serviceID)) { case Confirmed: case ServiceRelationshipReestablished: return TRUE; case NoResponse: if (!keepTrying) return FALSE; break; case Rejected: case NoServiceRelationship: default: return FALSE; } PTRACE(2, "PeerElement\tRetrying ServiceRequest to " << addr << " in " << ServiceRequestRetryTime); // this will cause the polling routines to keep trying to establish a new service relationship H323PeerElementServiceRelationship * sr = CreateServiceRelationship(); sr->peer = addr; sr->expireTime = PTime() + (ServiceRequestRetryTime * 1000); { PWaitAndSignal m(basePeerOrdinalMutex); sr->ordinal = basePeerOrdinal++; } { PWaitAndSignal m(remotePeerListMutex); remotePeerAddrToServiceID.SetAt(addr, sr->serviceID.AsString()); remotePeerAddrToOrdinalKey.SetAt(addr, new POrdinalKey(sr->ordinal)); } remoteServiceRelationships.Append(sr); monitorTickle.Signal(); return TRUE; } BOOL H323PeerElement::RemoveServiceRelationship(const OpalGloballyUniqueID & serviceID, int reason) { { PWaitAndSignal m(remotePeerListMutex); // if no service relationship exists for this peer, then nothing to do PSafePtr sr = remoteServiceRelationships.FindWithLock(H323PeerElementServiceRelationship(serviceID), PSafeReadOnly); if (sr == NULL) { return FALSE; } } return ServiceRelease(serviceID, reason); } BOOL H323PeerElement::RemoveServiceRelationship(const H323TransportAddress & peer, int reason) { OpalGloballyUniqueID serviceID; // if no service relationship exists for this peer, then nothing to do { PWaitAndSignal m(remotePeerListMutex); if (!remotePeerAddrToServiceID.Contains(peer)) return FALSE; serviceID = remotePeerAddrToServiceID[peer]; } return ServiceRelease(serviceID, reason); } BOOL H323PeerElement::RemoveAllServiceRelationships() { // if a service relationship exists for this peer, then reconfirm it for (PSafePtr sr = GetFirstRemoteServiceRelationship(PSafeReadOnly); sr != NULL; sr++) RemoveServiceRelationship(sr->peer); return TRUE; } H323PeerElement::Error H323PeerElement::ServiceRequestByAddr(const H323TransportAddress & peer, OpalGloballyUniqueID & serviceID) { if (PAssertNULL(transport) == NULL) return NoResponse; // if a service relationship exists for this peer, then reconfirm it remotePeerListMutex.Wait(); if (remotePeerAddrToServiceID.Contains(peer)) { serviceID = remotePeerAddrToServiceID[peer]; remotePeerListMutex.Signal(); return ServiceRequestByID(serviceID); } remotePeerListMutex.Signal(); // create a new service relationship H323PeerElementServiceRelationship * sr = CreateServiceRelationship(); // build the service request H501PDU pdu; H323TransportAddressArray interfaces = GetInterfaceAddresses(); H501_ServiceRequest & body = pdu.BuildServiceRequest(GetNextSequenceNumber(), interfaces); // include the element indentifier body.IncludeOptionalField(H501_ServiceRequest::e_elementIdentifier); body.m_elementIdentifier = localIdentifier; // send the request Request request(pdu.GetSequenceNumber(), pdu, peer); H501PDU reply; request.responseInfo = &reply; if (!MakeRequest(request)) { delete sr; switch (request.responseResult) { case Request::NoResponseReceived : PTRACE(2, "PeerElement\tServiceRequest to " << peer << " failed due to no response"); return NoResponse; case Request::RejectReceived: PTRACE(2, "PeerElement\tServiceRequest to " << peer << " rejected for reason " << request.rejectReason); break; default: PTRACE(2, "PeerElement\tServiceRequest to " << peer << " refused with unknown response " << (int)request.responseResult); break; } return Rejected; } // reply must contain a service ID if (!reply.m_common.HasOptionalField(H501_MessageCommonInfo::e_serviceID)) { PTRACE(1, "PeerElement\tServiceConfirmation contains no serviceID"); delete sr; return Rejected; } // create the service relationship H501_ServiceConfirmation & replyBody = reply.m_body; sr->peer = peer; sr->serviceID = reply.m_common.m_serviceID; sr->expireTime = PTime() + 1000 * ((replyBody.m_timeToLive < ServiceRequestRetryTime) ? (int)replyBody.m_timeToLive : ServiceRequestRetryTime); sr->lastUpdateTime = PTime(); serviceID = sr->serviceID; { if (sr->ordinal == LocalServiceRelationshipOrdinal) { { PWaitAndSignal m(basePeerOrdinalMutex); sr->ordinal = basePeerOrdinal++; } { PWaitAndSignal m(remotePeerListMutex); remotePeerAddrToServiceID.SetAt(peer, sr->serviceID.AsString()); remotePeerAddrToOrdinalKey.SetAt(peer, new POrdinalKey(sr->ordinal)); } } } remoteServiceRelationships.Append(sr); PTRACE(2, "PeerElement\tNew service relationship established with " << peer << " - next update in " << replyBody.m_timeToLive); OnAddServiceRelationship(peer); // mark all descriptors as needing an update for (PSafePtr descriptor = GetFirstDescriptor(PSafeReadWrite); descriptor != NULL; descriptor++) { if (descriptor->state == H323PeerElementDescriptor::Clean) descriptor->state = H323PeerElementDescriptor::Dirty; } monitorTickle.Signal(); return Confirmed; } H323PeerElement::Error H323PeerElement::ServiceRequestByID(OpalGloballyUniqueID & serviceID) { if (PAssertNULL(transport) == NULL) return NoResponse; // build the service request H501PDU pdu; H501_ServiceRequest & body = pdu.BuildServiceRequest(GetNextSequenceNumber(), transport->GetLastReceivedAddress()); // include the element indentifier body.IncludeOptionalField(H501_ServiceRequest::e_elementIdentifier); body.m_elementIdentifier = localIdentifier; // check to see if we have a service relationship with the peer already PSafePtr sr = remoteServiceRelationships.FindWithLock(H323PeerElementServiceRelationship(serviceID), PSafeReadWrite); if (sr == NULL) return NoServiceRelationship; // setup to update the old service relationship pdu.m_common.IncludeOptionalField(H501_MessageCommonInfo::e_serviceID); pdu.m_common.m_serviceID = sr->serviceID; Request request(pdu.GetSequenceNumber(), pdu, sr->peer); H501PDU reply; request.responseInfo = &reply; if (MakeRequest(request)) { H501_ServiceConfirmation & replyBody = reply.m_body; sr->expireTime = PTime() + 1000 * ((replyBody.m_timeToLive < ServiceRequestRetryTime) ? (int)replyBody.m_timeToLive : ServiceRequestRetryTime); sr->lastUpdateTime = PTime(); PTRACE(2, "PeerElement\tConfirmed service relationship with " << sr->peer << " - next update in " << replyBody.m_timeToLive); return Confirmed; } // if cannot update, then try again after 60 seconds switch (request.responseResult) { case Request::NoResponseReceived : PTRACE(2, "PeerElement\tNo response to ServiceRequest - trying again in " << ServiceRequestRetryTime); sr->expireTime = PTime() + (ServiceRequestRetryTime * 1000); monitorTickle.Signal(); return NoResponse; case Request::RejectReceived: switch (request.rejectReason) { case H501_ServiceRejectionReason::e_unknownServiceID: if (OnRemoteServiceRelationshipDisappeared(serviceID, sr->peer)) return Confirmed; break; default: PTRACE(2, "PeerElement\tServiceRequest to " << sr->peer << " rejected with unknown reason " << request.rejectReason); break; } break; default: PTRACE(2, "PeerElement\tServiceRequest to " << sr->peer << " failed with unknown response " << (int)request.responseResult); break; } return Rejected; } H323Transaction::Response H323PeerElement::OnServiceRequest(H501ServiceRequest & info) { info.SetRejectReason(H501_ServiceRejectionReason::e_serviceUnavailable); return H323Transaction::Reject; } H323Transaction::Response H323PeerElement::HandleServiceRequest(H501ServiceRequest & info) { // if a serviceID is specified, this is should be an existing service relationship if (info.requestCommon.HasOptionalField(H501_MessageCommonInfo::e_serviceID)) { // check to see if we have a service relationship with the peer already OpalGloballyUniqueID serviceID(info.requestCommon.m_serviceID); PSafePtr sr = localServiceRelationships.FindWithLock(H323PeerElementServiceRelationship(serviceID), PSafeReadWrite); if (sr == NULL) { PTRACE(2, "PeerElement\nRejecting unknown service ID " << serviceID << " received from peer " << info.GetReplyAddress()); info.SetRejectReason(H501_ServiceRejectionReason::e_unknownServiceID); return H323Transaction::Reject; } // include service ID, local and domain identifiers info.confirmCommon.IncludeOptionalField(H501_MessageCommonInfo::e_serviceID); info.confirmCommon.m_serviceID = sr->serviceID; info.scf.m_elementIdentifier = GetLocalName(); H323SetAliasAddress(GetDomainName(), info.scf.m_domainIdentifier); // include time to live info.scf.IncludeOptionalField(H501_ServiceConfirmation::e_timeToLive); info.scf.m_timeToLive = ServiceRelationshipTimeToLive; sr->lastUpdateTime = PTime(); sr->expireTime = PTime() + (info.scf.m_timeToLive * 1000); PTRACE(2, "PeerElement\nService relationship with " << sr->name << " at " << info.GetReplyAddress() << " updated - next update in " << info.scf.m_timeToLive); return H323Transaction::Confirm; } H323PeerElementServiceRelationship * sr = CreateServiceRelationship(); // get the name of the remote element if (info.srq.HasOptionalField(H501_ServiceRequest::e_elementIdentifier)) sr->name = info.srq.m_elementIdentifier; // include service ID, local and domain identifiers info.confirmCommon.IncludeOptionalField(H501_MessageCommonInfo::e_serviceID); info.confirmCommon.m_serviceID = sr->serviceID; info.scf.m_elementIdentifier = GetLocalName(); H323SetAliasAddress(GetDomainName(), info.scf.m_domainIdentifier); // include time to live info.scf.IncludeOptionalField(H501_ServiceConfirmation::e_timeToLive); info.scf.m_timeToLive = ServiceRelationshipTimeToLive; if (info.requestCommon.HasOptionalField(H501_MessageCommonInfo::e_replyAddress) && info.requestCommon.m_replyAddress.GetSize() > 0) sr->peer = info.requestCommon.m_replyAddress[0]; else sr->peer = transport->GetLastReceivedAddress(); sr->lastUpdateTime = PTime(); sr->expireTime = PTime() + (info.scf.m_timeToLive * 1000); { H323TransportAddress addr = transport->GetLastReceivedAddress(); { PWaitAndSignal m(basePeerOrdinalMutex); sr->ordinal = basePeerOrdinal++; } { PWaitAndSignal m(localPeerListMutex); localServiceOrdinals += sr->ordinal; } } // add to the list of known relationships localServiceRelationships.Append(sr); monitorTickle.Signal(); // send the response PTRACE(2, "PeerElement\nNew service relationship with " << sr->name << " at " << info.GetReplyAddress() << " created - next update in " << info.scf.m_timeToLive); return H323Transaction::Confirm; } BOOL H323PeerElement::OnReceiveServiceRequest(const H501PDU & pdu, const H501_ServiceRequest & /*pduBody*/) { H501ServiceRequest * info = new H501ServiceRequest(*this, pdu); if (!info->HandlePDU()) delete info; return FALSE; } BOOL H323PeerElement::OnReceiveServiceConfirmation(const H501PDU & pdu, const H501_ServiceConfirmation & pduBody) { if (!H323_AnnexG::OnReceiveServiceConfirmation(pdu, pduBody)) return FALSE; if (lastRequest->responseInfo != NULL) *(H501PDU *)lastRequest->responseInfo = pdu; return TRUE; } BOOL H323PeerElement::ServiceRelease(const OpalGloballyUniqueID & serviceID, unsigned reason) { // remove any previous check to see if we have a service relationship with the peer already PSafePtr sr = remoteServiceRelationships.FindWithLock(H323PeerElementServiceRelationship(serviceID), PSafeReadWrite); if (sr == NULL) return FALSE; // send the request - no response H501PDU pdu; H501_ServiceRelease & body = pdu.BuildServiceRelease(GetNextSequenceNumber()); pdu.m_common.m_serviceID = sr->serviceID; body.m_reason = reason; WriteTo(pdu, sr->peer); OnRemoveServiceRelationship(sr->peer); InternalRemoveServiceRelationship(sr->peer); remoteServiceRelationships.Remove(sr); return TRUE; } BOOL H323PeerElement::OnRemoteServiceRelationshipDisappeared(OpalGloballyUniqueID & serviceID, const H323TransportAddress & peer) { OpalGloballyUniqueID oldServiceID = serviceID; // the service ID specified is now gone PSafePtr sr = remoteServiceRelationships.FindWithLock(H323PeerElementServiceRelationship(serviceID), PSafeReadOnly); if (sr != NULL) remoteServiceRelationships.Remove(sr); InternalRemoveServiceRelationship(peer); // attempt to create a new service relationship if (ServiceRequestByAddr(peer, serviceID) != Confirmed) { PTRACE(2, "PeerElement\tService relationship with " << peer << " disappeared and refused new relationship"); OnRemoveServiceRelationship(peer); return FALSE; } // we have a new service ID PTRACE(2, "PeerElement\tService relationship with " << peer << " disappeared and new relationship established"); serviceID = remotePeerAddrToServiceID(peer); return TRUE; } void H323PeerElement::InternalRemoveServiceRelationship(const H323TransportAddress & peer) { { PWaitAndSignal m(remotePeerListMutex); remotePeerAddrToServiceID.RemoveAt(peer); remotePeerAddrToOrdinalKey.RemoveAt(peer); } monitorTickle.Signal(); } /////////////////////////////////////////////////////////// // // descriptor table functions // H323PeerElementDescriptor * H323PeerElement::CreateDescriptor(const OpalGloballyUniqueID & descriptorID) { return new H323PeerElementDescriptor(descriptorID); } BOOL H323PeerElement::AddDescriptor(const OpalGloballyUniqueID & descriptorID, const PStringArray & aliasStrings, const H323TransportAddressArray & transportAddresses, unsigned options, BOOL now) { // convert transport addresses to aliases H225_ArrayOf_AliasAddress aliases; H323SetAliasAddresses(aliasStrings, aliases); return AddDescriptor(descriptorID, aliases, transportAddresses, options, now); } BOOL H323PeerElement::AddDescriptor(const OpalGloballyUniqueID & descriptorID, const H225_ArrayOf_AliasAddress & aliases, const H323TransportAddressArray & transportAddresses, unsigned options, BOOL now) { H225_ArrayOf_AliasAddress addresses; H323SetAliasAddresses(transportAddresses, addresses); return AddDescriptor(descriptorID, LocalServiceRelationshipOrdinal, aliases, addresses, options, now); } BOOL H323PeerElement::AddDescriptor(const OpalGloballyUniqueID & descriptorID, const H225_ArrayOf_AliasAddress & aliases, const H225_ArrayOf_AliasAddress & transportAddress, unsigned options, BOOL now) { // create a new descriptor return AddDescriptor(descriptorID, LocalServiceRelationshipOrdinal, aliases, transportAddress, options, now); } BOOL H323PeerElement::AddDescriptor(const OpalGloballyUniqueID & descriptorID, const POrdinalKey & creator, const H225_ArrayOf_AliasAddress & aliases, const H225_ArrayOf_AliasAddress & transportAddresses, unsigned options, BOOL now) { // create an const H501_ArrayOf_AddressTemplate with the template information H501_ArrayOf_AddressTemplate addressTemplates; // copy data into the descriptor addressTemplates.SetSize(1); H225_EndpointType epType; endpoint.SetEndpointTypeInfo(epType); H323PeerElementDescriptor::CopyToAddressTemplate(addressTemplates[0], epType, aliases, transportAddresses, options); return AddDescriptor(descriptorID, creator, addressTemplates, now); } BOOL H323PeerElement::AddDescriptor(const OpalGloballyUniqueID & descriptorID, const POrdinalKey & creator, const H501_ArrayOf_AddressTemplate & addressTemplates, const PTime & updateTime, BOOL now) { // see if there is actually a descriptor with this ID PSafePtr descriptor = descriptors.FindWithLock(H323PeerElementDescriptor(descriptorID), PSafeReadWrite); H501_UpdateInformation_updateType::Choices updateType = H501_UpdateInformation_updateType::e_changed; BOOL add = FALSE; { PWaitAndSignal m(aliasMutex); if (descriptor != NULL) { RemoveDescriptorInformation(descriptor->addressTemplates); // only update if the update time is later than what we already have if (updateTime < descriptor->lastChanged) { PTRACE(4, "PeerElement\tNot updating descriptor " << descriptorID << " as " << updateTime << " < " << descriptor->lastChanged); return TRUE; } } else { add = TRUE; descriptor = CreateDescriptor(descriptorID); descriptor->creator = creator; descriptor->addressTemplates = addressTemplates; updateType = H501_UpdateInformation_updateType::e_added; } descriptor->lastChanged = PTime(); // add all patterns and transport addresses to secondary lookup tables PINDEX i, j, k; for (i = 0; i < descriptor->addressTemplates.GetSize(); i++) { H501_AddressTemplate & addressTemplate = addressTemplates[i]; // add patterns for this descriptor for (j = 0; j < addressTemplate.m_pattern.GetSize(); j++) { H501_Pattern & pattern = addressTemplate.m_pattern[j]; switch (pattern.GetTag()) { case H501_Pattern::e_specific: specificAliasToDescriptorID.Append(CreateAliasKey((H225_AliasAddress &)pattern, descriptorID, i, FALSE)); break; case H501_Pattern::e_wildcard: wildcardAliasToDescriptorID.Append(CreateAliasKey((H225_AliasAddress &)pattern, descriptorID, i, TRUE)); break; case H501_Pattern::e_range: break; } } // add transport addresses for this descriptor H501_ArrayOf_RouteInformation & routeInfos = addressTemplate.m_routeInfo; for (j = 0; j < routeInfos.GetSize(); j++) { H501_ArrayOf_ContactInformation & contacts = routeInfos[j].m_contacts; for (k = 0; k < contacts.GetSize(); k++) { H501_ContactInformation & contact = contacts[k]; H225_AliasAddress & transportAddress = contact.m_transportAddress; transportAddressToDescriptorID.Append(CreateAliasKey((H225_AliasAddress &)transportAddress, descriptorID, i)); } } } } if (!add) OnUpdateDescriptor(*descriptor); else { descriptors.Append(descriptor); OnNewDescriptor(*descriptor); } // do the update now, or later if (now) { PTRACE(2, "PeerElement\tDescriptor " << descriptorID << " added/updated"); UpdateDescriptor(descriptor, updateType); } else if (descriptor->state != H323PeerElementDescriptor::Deleted) { PTRACE(2, "PeerElement\tDescriptor " << descriptorID << " queued to be added"); descriptor->state = H323PeerElementDescriptor::Dirty; monitorTickle.Signal(); } return TRUE; } H323PeerElement::AliasKey * H323PeerElement::CreateAliasKey(const H225_AliasAddress & alias, const OpalGloballyUniqueID & id, PINDEX pos, BOOL wild) { return new AliasKey(alias, id, pos, wild); } void H323PeerElement::RemoveDescriptorInformation(const H501_ArrayOf_AddressTemplate & addressTemplates) { PWaitAndSignal m(aliasMutex); PINDEX i, j, k, idx; // remove all patterns and transport addresses for this descriptor for (i = 0; i < addressTemplates.GetSize(); i++) { H501_AddressTemplate & addressTemplate = addressTemplates[i]; // remove patterns for this descriptor for (j = 0; j < addressTemplate.m_pattern.GetSize(); j++) { H501_Pattern & pattern = addressTemplate.m_pattern[j]; switch (pattern.GetTag()) { case H501_Pattern::e_specific: idx = specificAliasToDescriptorID.GetValuesIndex((H225_AliasAddress &)pattern); if (idx != P_MAX_INDEX) specificAliasToDescriptorID.RemoveAt(idx); break; case H501_Pattern::e_wildcard: idx = wildcardAliasToDescriptorID.GetValuesIndex((H225_AliasAddress &)pattern); if (idx != P_MAX_INDEX) wildcardAliasToDescriptorID.RemoveAt(idx); break; case H501_Pattern::e_range: break; } } // remove transport addresses for this descriptor H501_ArrayOf_RouteInformation & routeInfos = addressTemplate.m_routeInfo; for (j = 0; j < routeInfos.GetSize(); j++) { H501_ArrayOf_ContactInformation & contacts = routeInfos[i].m_contacts; for (k = 0; k < contacts.GetSize(); k++) { H501_ContactInformation & contact = contacts[k]; H225_AliasAddress & transportAddress = contact.m_transportAddress; idx = transportAddressToDescriptorID.GetValuesIndex(transportAddress); if (idx != P_MAX_INDEX) transportAddressToDescriptorID.RemoveAt(idx); } } } } BOOL H323PeerElement::DeleteDescriptor(const PString & str, BOOL now) { H225_AliasAddress alias; H323SetAliasAddress(str, alias); return DeleteDescriptor(alias, now); } BOOL H323PeerElement::DeleteDescriptor(const H225_AliasAddress & alias, BOOL now) { OpalGloballyUniqueID descriptorID(""); // find the descriptor ID for the descriptor { PWaitAndSignal m(aliasMutex); PINDEX idx = specificAliasToDescriptorID.GetValuesIndex(alias); if (idx == P_MAX_INDEX) return FALSE; descriptorID = ((AliasKey &)specificAliasToDescriptorID[idx]).id; } return DeleteDescriptor(descriptorID, now); } BOOL H323PeerElement::DeleteDescriptor(const OpalGloballyUniqueID & descriptorID, BOOL now) { // see if there is a descriptor with this ID PSafePtr descriptor = descriptors.FindWithLock(H323PeerElementDescriptor(descriptorID), PSafeReadWrite); if (descriptor == NULL) return FALSE; OnRemoveDescriptor(*descriptor); RemoveDescriptorInformation(descriptor->addressTemplates); // delete the descriptor, or mark it as to be deleted if (now) { PTRACE(2, "PeerElement\tDescriptor " << descriptorID << " deleted"); UpdateDescriptor(descriptor, H501_UpdateInformation_updateType::e_deleted); } else { PTRACE(2, "PeerElement\tDescriptor for " << descriptorID << " queued to be deleted"); descriptor->state = H323PeerElementDescriptor::Deleted; monitorTickle.Signal(); } return TRUE; } BOOL H323PeerElement::UpdateDescriptor(H323PeerElementDescriptor * descriptor) { H501_UpdateInformation_updateType::Choices updateType = H501_UpdateInformation_updateType::e_changed; switch (descriptor->state) { case H323PeerElementDescriptor::Clean: return TRUE; case H323PeerElementDescriptor::Dirty: break; case H323PeerElementDescriptor::Deleted: updateType = H501_UpdateInformation_updateType::e_deleted; break; } return UpdateDescriptor(descriptor, updateType); } BOOL H323PeerElement::UpdateDescriptor(H323PeerElementDescriptor * descriptor, H501_UpdateInformation_updateType::Choices updateType) { if (updateType == H501_UpdateInformation_updateType::e_deleted) descriptor->state = H323PeerElementDescriptor::Deleted; else if (descriptor->state == H323PeerElementDescriptor::Deleted) updateType = H501_UpdateInformation_updateType::e_deleted; else if (descriptor->state == H323PeerElementDescriptor::Clean) return TRUE; else descriptor->state = H323PeerElementDescriptor::Clean; for (PSafePtr sr = GetFirstRemoteServiceRelationship(PSafeReadOnly); sr != NULL; sr++) { PTRACE(4, "PeerElement\tUpdating descriptor " << descriptor->descriptorID << " for service ID " << sr->serviceID); SendUpdateDescriptorByID(sr->serviceID, descriptor, updateType); } if (descriptor->state == H323PeerElementDescriptor::Deleted) descriptors.Remove(descriptor); return TRUE; } /////////////////////////////////////////////////////////// // // descriptor peer element functions // H323PeerElement::Error H323PeerElement::SendUpdateDescriptorByID(const OpalGloballyUniqueID & serviceID, H323PeerElementDescriptor * descriptor, H501_UpdateInformation_updateType::Choices updateType) { if (PAssertNULL(transport) == NULL) return NoResponse; H501PDU pdu; pdu.BuildDescriptorUpdate(GetNextSequenceNumber(), transport->GetLastReceivedAddress()); H323TransportAddress peer; // put correct service descriptor into the common data { // check to see if we have a service relationship with the peer already PSafePtr sr = remoteServiceRelationships.FindWithLock(H323PeerElementServiceRelationship(serviceID), PSafeReadOnly); // if there is no service relationship, then nothing to do if (sr == NULL) return NoServiceRelationship; pdu.m_common.IncludeOptionalField(H501_MessageCommonInfo::e_serviceID); pdu.m_common.m_serviceID = sr->serviceID; peer = sr->peer; } return SendUpdateDescriptor(pdu, peer, descriptor, updateType); } H323PeerElement::Error H323PeerElement::SendUpdateDescriptorByAddr(const H323TransportAddress & peer, H323PeerElementDescriptor * descriptor, H501_UpdateInformation_updateType::Choices updateType) { if (PAssertNULL(transport) == NULL) return NoResponse; H501PDU pdu; pdu.BuildDescriptorUpdate(GetNextSequenceNumber(), transport->GetLastReceivedAddress()); return SendUpdateDescriptor(pdu, peer, descriptor, updateType); } H323PeerElement::Error H323PeerElement::SendUpdateDescriptor(H501PDU & pdu, const H323TransportAddress & peer, H323PeerElementDescriptor * descriptor, H501_UpdateInformation_updateType::Choices updateType) { if (PAssertNULL(transport) == NULL) return NoResponse; H501_DescriptorUpdate & body = pdu.m_body; // put in sender address H323TransportAddressArray addrs = GetInterfaceAddresses(); PAssert(addrs.GetSize() > 0, "No interface addresses"); H323SetAliasAddress(addrs[0], body.m_sender, H225_AliasAddress::e_transportID); // add information body.m_updateInfo.SetSize(1); H501_UpdateInformation & info = body.m_updateInfo[0]; info.m_descriptorInfo.SetTag(H501_UpdateInformation_descriptorInfo::e_descriptor); info.m_updateType.SetTag(updateType); descriptor->CopyTo(info.m_descriptorInfo); // make the request Request request(pdu.GetSequenceNumber(), pdu, peer); if (MakeRequest(request)) return Confirmed; // if error was no service relationship, then establish relationship and try again switch (request.responseResult) { case Request::NoResponseReceived : PTRACE(2, "PeerElement\tUpdateDescriptor to " << peer << " failed due to no response"); break; default: PTRACE(2, "PeerElement\tUpdateDescriptor to " << peer << " refused with unknown response " << (int)request.responseResult); return Rejected; } return Rejected; } H323Transaction::Response H323PeerElement::OnDescriptorUpdate(H501DescriptorUpdate & /*info*/) { return H323Transaction::Ignore; } BOOL H323PeerElement::OnReceiveDescriptorUpdate(const H501PDU & pdu, const H501_DescriptorUpdate & /*pduBody*/) { H501DescriptorUpdate * info = new H501DescriptorUpdate(*this, pdu); if (!info->HandlePDU()) delete info; return FALSE; } BOOL H323PeerElement::OnReceiveDescriptorUpdateACK(const H501PDU & pdu, const H501_DescriptorUpdateAck & pduBody) { if (!H323_AnnexG::OnReceiveDescriptorUpdateACK(pdu, pduBody)) return FALSE; if (lastRequest->responseInfo != NULL) *(H501_MessageCommonInfo *)lastRequest->responseInfo = pdu.m_common; return TRUE; } /////////////////////////////////////////////////////////// // // access request functions // BOOL H323PeerElement::AccessRequest(const PString & searchAlias, PStringArray & destAliases, H323TransportAddress & transportAddress, unsigned options) { H225_AliasAddress h225searchAlias; H323SetAliasAddress(searchAlias, h225searchAlias); H225_ArrayOf_AliasAddress h225destAliases; if (!AccessRequest(h225searchAlias, h225destAliases, transportAddress, options)) return FALSE; destAliases = H323GetAliasAddressStrings(h225destAliases); return TRUE; } BOOL H323PeerElement::AccessRequest(const PString & searchAlias, H225_ArrayOf_AliasAddress & destAliases, H323TransportAddress & transportAddress, unsigned options) { H225_AliasAddress h225searchAlias; H323SetAliasAddress(searchAlias, h225searchAlias); return AccessRequest(h225searchAlias, destAliases, transportAddress, options); } BOOL H323PeerElement::AccessRequest(const H225_AliasAddress & searchAlias, H225_ArrayOf_AliasAddress & destAliases, H323TransportAddress & transportAddress, unsigned options) { H225_AliasAddress h225Address; if (!AccessRequest(searchAlias, destAliases, h225Address, options)) return FALSE; transportAddress = H323GetAliasAddressString(h225Address); return TRUE; } BOOL H323PeerElement::AccessRequest(const H225_AliasAddress & searchAlias, H225_ArrayOf_AliasAddress & destAliases, H225_AliasAddress & transportAddress, unsigned options) { // try each service relationship in turn POrdinalSet peersTried; for (PSafePtr sr = GetFirstRemoteServiceRelationship(PSafeReadOnly); sr != NULL; sr++) { // create the request H501PDU request; H501_AccessRequest & requestBody = request.BuildAccessRequest(GetNextSequenceNumber(), transport->GetLastReceivedAddress()); // set dest information H501_PartyInformation & destInfo = requestBody.m_destinationInfo; destInfo.m_logicalAddresses.SetSize(1); destInfo.m_logicalAddresses[0] = searchAlias; // set protocols requestBody.IncludeOptionalField(H501_AccessRequest::e_desiredProtocols); H323PeerElementDescriptor::SetProtocolList(requestBody.m_desiredProtocols, options); // make the request H501PDU reply; H323PeerElement::Error error = SendAccessRequestByID(sr->serviceID, request, reply); H323TransportAddress peerAddr = sr->peer; while (error == Confirmed) { // make sure we got at least one template H501_AccessConfirmation & confirm = reply.m_body; H501_ArrayOf_AddressTemplate & addressTemplates = confirm.m_templates; if (addressTemplates.GetSize() == 0) { PTRACE(2, "Main\tAccessRequest for " << searchAlias << " from " << peerAddr << " contains no templates"); break; } H501_AddressTemplate & addressTemplate = addressTemplates[0]; // make sure patterns are returned H501_ArrayOf_Pattern & patterns = addressTemplate.m_pattern; if (patterns.GetSize() == 0) { PTRACE(2, "Main\tAccessRequest for " << searchAlias << " from " << peerAddr << " contains no patterns"); break; } // make sure routes are returned H501_ArrayOf_RouteInformation & routeInfos = addressTemplate.m_routeInfo; if (routeInfos.GetSize() == 0) { PTRACE(2, "Main\tAccessRequest for " << searchAlias << " from " << peerAddr << " contains no routes"); break; } H501_RouteInformation & routeInfo = addressTemplate.m_routeInfo[0]; // make sure routes contain contacts H501_ArrayOf_ContactInformation & contacts = routeInfo.m_contacts; if (contacts.GetSize() == 0) { PTRACE(2, "Main\tAccessRequest for " << searchAlias << " from " << peerAddr << " contains no contacts"); break; } H501_ContactInformation & contact = routeInfo.m_contacts[0]; // get the address H225_AliasAddress contactAddress = contact.m_transportAddress; int tag = routeInfo.m_messageType.GetTag(); if (tag == H501_RouteInformation_messageType::e_sendAccessRequest) { PTRACE(2, "Main\tAccessRequest for " << searchAlias << " redirected from " << peerAddr << " to " << contactAddress); peerAddr = H323GetAliasAddressString(contactAddress); } else if (tag == H501_RouteInformation_messageType::e_sendSetup) { // get the dest aliases destAliases.SetSize(addressTemplate.m_pattern.GetSize()); PINDEX count = 0; PINDEX i; for (i = 0; i < addressTemplate.m_pattern.GetSize(); i++) { if (addressTemplate.m_pattern[i].GetTag() == H501_Pattern::e_specific) { H225_AliasAddress & alias = addressTemplate.m_pattern[i]; destAliases[count++] = alias; } } destAliases.SetSize(count); transportAddress = contactAddress; PTRACE(2, "Main\tAccessRequest for " << searchAlias << " returned " << transportAddress << " from " << peerAddr); return TRUE; } else { // H501_RouteInformation_messageType::e_nonExistent PTRACE(2, "Main\tAccessRequest for " << searchAlias << " from " << peerAddr << " returned nonExistent"); break; } // this is the address to send the new request to H323TransportAddress addr = peerAddr; // create the request H501_AccessRequest & requestBody = request.BuildAccessRequest(GetNextSequenceNumber(), transport->GetLastReceivedAddress()); // set dest information H501_PartyInformation & destInfo = requestBody.m_destinationInfo; destInfo.m_logicalAddresses.SetSize(1); destInfo.m_logicalAddresses[0] = searchAlias; // set protocols requestBody.IncludeOptionalField(H501_AccessRequest::e_desiredProtocols); H323PeerElementDescriptor::SetProtocolList(requestBody.m_desiredProtocols, options); // make the request error = SendAccessRequestByAddr(addr, request, reply); } } return FALSE; } /////////////////////////////////////////////////////////// // // access request functions // H323PeerElement::Error H323PeerElement::SendAccessRequestByID(const OpalGloballyUniqueID & origServiceID, H501PDU & pdu, H501PDU & confirmPDU) { if (PAssertNULL(transport) == NULL) return NoResponse; OpalGloballyUniqueID serviceID = origServiceID; for (;;) { // get the peer address H323TransportAddress peer; { PSafePtr sr = remoteServiceRelationships.FindWithLock(H323PeerElementServiceRelationship(serviceID), PSafeReadOnly); if (sr == NULL) return NoServiceRelationship; peer = sr->peer; } // set the service ID pdu.m_common.IncludeOptionalField(H501_MessageCommonInfo::e_serviceID); pdu.m_common.m_serviceID = serviceID; // make the request Request request(pdu.GetSequenceNumber(), pdu, peer); request.responseInfo = &confirmPDU; if (MakeRequest(request)) return Confirmed; // if error was no service relationship, then establish relationship and try again switch (request.responseResult) { case Request::NoResponseReceived : PTRACE(2, "PeerElement\tAccessRequest to " << peer << " failed due to no response"); return Rejected; case Request::RejectReceived: switch (request.rejectReason) { case H501_ServiceRejectionReason::e_unknownServiceID: if (!OnRemoteServiceRelationshipDisappeared(serviceID, peer)) return Rejected; break; default: return Rejected; } break; default: PTRACE(2, "PeerElement\tAccessRequest to " << peer << " refused with unknown response " << (int)request.responseResult); return Rejected; } } return Rejected; } H323PeerElement::Error H323PeerElement::SendAccessRequestByAddr(const H323TransportAddress & peerAddr, H501PDU & pdu, H501PDU & confirmPDU) { if (PAssertNULL(transport) == NULL) return NoResponse; pdu.m_common.RemoveOptionalField(H501_MessageCommonInfo::e_serviceID); // make the request Request request(pdu.GetSequenceNumber(), pdu, peerAddr); request.responseInfo = &confirmPDU; if (MakeRequest(request)) return Confirmed; // if error was no service relationship, then establish relationship and try again switch (request.responseResult) { case Request::NoResponseReceived : PTRACE(2, "PeerElement\tAccessRequest to " << peerAddr << " failed due to no response"); break; case Request::RejectReceived: PTRACE(2, "PeerElement\tAccessRequest failed due to " << request.rejectReason); break; default: PTRACE(2, "PeerElement\tAccessRequest to " << peerAddr << " refused with unknown response " << (int)request.responseResult); break; } return Rejected; } H323Transaction::Response H323PeerElement::OnAccessRequest(H501AccessRequest & info) { info.SetRejectReason(H501_AccessRejectionReason::e_noServiceRelationship); return H323Transaction::Reject; } BOOL H323PeerElement::OnReceiveAccessRequest(const H501PDU & pdu, const H501_AccessRequest & /*pduBody*/) { H501AccessRequest * info = new H501AccessRequest(*this, pdu); if (!info->HandlePDU()) delete info; return FALSE; } BOOL H323PeerElement::OnReceiveAccessConfirmation(const H501PDU & pdu, const H501_AccessConfirmation & pduBody) { if (!H323_AnnexG::OnReceiveAccessConfirmation(pdu, pduBody)) return FALSE; if (lastRequest->responseInfo != NULL) *(H501PDU *)lastRequest->responseInfo = pdu; return TRUE; } BOOL H323PeerElement::OnReceiveAccessRejection(const H501PDU & pdu, const H501_AccessRejection & pduBody) { if (!H323_AnnexG::OnReceiveAccessRejection(pdu, pduBody)) return FALSE; return TRUE; } BOOL H323PeerElement::MakeRequest(Request & request) { requestMutex.Wait(); BOOL stat = H323_AnnexG::MakeRequest(request); requestMutex.Signal(); return stat; } ////////////////////////////////////////////////////////////////////////////// PObject::Comparison H323PeerElementDescriptor::Compare(const PObject & obj) const { H323PeerElementDescriptor & other = (H323PeerElementDescriptor &)obj; return descriptorID.Compare(other.descriptorID); } void H323PeerElementDescriptor::CopyTo(H501_Descriptor & descriptor) { descriptor.m_descriptorInfo.m_descriptorID = descriptorID; descriptor.m_descriptorInfo.m_lastChanged = lastChanged.AsString("yyyyMMddhhmmss", PTime::GMT); descriptor.m_templates = addressTemplates; if (!gatekeeperID.IsEmpty()) { descriptor.IncludeOptionalField(H501_Descriptor::e_gatekeeperID); descriptor.m_gatekeeperID = gatekeeperID; } } BOOL H323PeerElementDescriptor::ContainsNonexistent() { BOOL blocked = FALSE; // look for any nonexistent routes, which means this descriptor does NOT match PINDEX k, j; for (k = 0; !blocked && (k < addressTemplates.GetSize()); k++) { H501_ArrayOf_RouteInformation & routeInfo = addressTemplates[k].m_routeInfo; for (j = 0; !blocked && (j < routeInfo.GetSize()); j++) { if (routeInfo[j].m_messageType.GetTag() == H501_RouteInformation_messageType::e_nonExistent) blocked = TRUE; } } return blocked; } BOOL H323PeerElementDescriptor::CopyToAddressTemplate(H501_AddressTemplate & addressTemplate, const H225_EndpointType & epInfo, const H225_ArrayOf_AliasAddress & aliases, const H225_ArrayOf_AliasAddress & transportAddresses, unsigned options) { // add patterns for this descriptor addressTemplate.m_pattern.SetSize(aliases.GetSize()); PINDEX j; for (j = 0; j < aliases.GetSize(); j++) { H501_Pattern & pattern = addressTemplate.m_pattern[j]; if ((options & Option_WildCard) != 0) pattern.SetTag(H501_Pattern::e_wildcard); else pattern.SetTag(H501_Pattern::e_specific); (H225_AliasAddress &)pattern = aliases[j]; } // add transport addresses for this descriptor H501_ArrayOf_RouteInformation & routeInfos = addressTemplate.m_routeInfo; routeInfos.SetSize(1); H501_RouteInformation & routeInfo = routeInfos[0]; if ((options & Option_NotAvailable) != 0) routeInfo.m_messageType.SetTag(H501_RouteInformation_messageType::e_nonExistent); else if ((options & Option_SendAccessRequest) != 0) routeInfo.m_messageType.SetTag(H501_RouteInformation_messageType::e_sendAccessRequest); else { routeInfo.m_messageType.SetTag(H501_RouteInformation_messageType::e_sendSetup); routeInfo.m_callSpecific = FALSE; routeInfo.IncludeOptionalField(H501_RouteInformation::e_type); routeInfo.m_type = epInfo; } routeInfo.m_callSpecific = FALSE; H501_ArrayOf_ContactInformation & contacts = routeInfos[0].m_contacts; contacts.SetSize(transportAddresses.GetSize()); PINDEX i; for (i = 0; i < transportAddresses.GetSize(); i++) { H501_ContactInformation & contact = contacts[i]; contact.m_transportAddress = transportAddresses[i]; contact.m_priority = H323PeerElementDescriptor::GetPriorityOption(options); } // add protocols addressTemplate.IncludeOptionalField(H501_AddressTemplate::e_supportedProtocols); SetProtocolList(addressTemplate.m_supportedProtocols, options); return TRUE; } /* BOOL H323PeerElementDescriptor::CopyFrom(const H501_Descriptor & descriptor) { descriptorID = descriptor.m_descriptorInfo.m_descriptorID; //lastChanged.AsString("yyyyMMddhhmmss") = descriptor.m_descriptorInfo.m_lastChanged; addressTemplates = descriptor.m_templates; if (descriptor.HasOptionalField(H501_Descriptor::e_gatekeeperID)) gatekeeperID = descriptor.m_gatekeeperID; else gatekeeperID = PString::Empty(); return TRUE; } */ void H323PeerElementDescriptor::SetProtocolList(H501_ArrayOf_SupportedProtocols & h501Protocols, unsigned options) { h501Protocols.SetSize(0); int mask =1; do { if (options & mask) { int pos = h501Protocols.GetSize(); switch (mask) { case H323PeerElementDescriptor::Protocol_H323: h501Protocols.SetSize(pos+1); h501Protocols[pos].SetTag(H225_SupportedProtocols::e_h323); break; case H323PeerElementDescriptor::Protocol_Voice: h501Protocols.SetSize(pos+1); h501Protocols[pos].SetTag(H225_SupportedProtocols::e_voice); break; default: break; } } mask *= 2; } while (mask != Protocol_Max); } unsigned H323PeerElementDescriptor::GetProtocolList(const H501_ArrayOf_SupportedProtocols & h501Protocols) { unsigned options = 0; PINDEX i; for (i = 0; i < h501Protocols.GetSize(); i++) { switch (h501Protocols[i].GetTag()) { case H225_SupportedProtocols::e_h323: options += Protocol_H323; break; case H225_SupportedProtocols::e_voice: options += Protocol_Voice; break; default: break; } } return options; } // End of file //////////////////////////////////////////////////////////////// openh323_v1_18_0/src/precompile.cxx0100644000176200056700000000163510072720066017307 0ustar releasepostincr/* * precompile.cxx * * Precompiled header generation file. * * Copyright (c) 1998-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. */ #define P_DISABLE_FACTORY_INSTANCES #include // End of File /////////////////////////////////////////////////////////////// openh323_v1_18_0/src/q931.cxx0100644000176200056700000011774010156160652015654 0ustar releasepostincr/* * q931.cxx * * Q.931 protocol handler * * Open H323 Library * * Copyright (c) 1998-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Portions of this code were written with the assisance of funding from * Vovida Networks, Inc. http://www.vovida.com. * * Contributor(s): ______________________________________. * * $Log: q931.cxx,v $ * Revision 1.65 2004/12/09 23:37:14 csoutheren * Added new Q.931 termination codes * * Revision 1.64 2004/11/19 00:14:18 csoutheren * Prevent GetBearerCapabilities from reading invalid memory (array index out of bounds) * Thanks to Michal Zygmuntowicz * * Revision 1.63 2004/11/07 12:45:09 rjongbloed * Minor change to parsing of bearer capabilities, thanks Michal Zygmuntowicz * * Revision 1.62 2004/07/11 11:37:28 rjongbloed * Added ConnectAck support and fixed bugs in ChannelIdentificationIE, thanks Eize Slange * * Revision 1.61 2004/06/06 08:44:26 rjongbloed * Fixed incorrect test for Q.931 calls state information element, thanks Stelios Vaiopoulos * * Revision 1.60 2004/05/07 06:44:17 csoutheren * Fixed problem with empty Q>931 DisplayName * * Revision 1.59 2003/08/24 23:10:30 rjongbloed * Fixed incorrect mask in bearer caps decoding, thanks Greg Adams * * Revision 1.58 2003/03/18 05:54:18 robertj * Added ChannelIdentifier IE support, thanks Eize Slange * * Revision 1.57 2003/02/12 02:23:01 robertj * Fixed printing of cause codes that are impossible as opposed to merely * unlikely or unallocated. * * Revision 1.56 2003/02/12 00:02:23 robertj * Added more Q.931 cause codes. * Added ability to trace text version of cause codes and IE codes. * * Revision 1.55 2002/11/19 06:19:25 robertj * Added extra "congested" Q.931 codes. * * Revision 1.54 2002/08/06 02:27:39 robertj * GNU C++ v3 compatibility. * * Revision 1.53 2002/08/05 10:03:48 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.52 2002/07/25 10:55:44 robertj * Changes to allow more granularity in PDU dumps, hex output increasing * with increasing trace level. * * Revision 1.51 2002/07/05 03:13:38 robertj * Added copy constructor for Q.931 so makes duplicate instead of reference to IE's. * * Revision 1.50 2002/07/03 10:26:05 robertj * Fixed bearer capabilities for H,450.1 needing non ITU standard, thanks Florian Winterstein * * Revision 1.49 2002/05/22 23:12:03 robertj * Enhanced the display of Release-Complete cause codes. * * Revision 1.48 2002/05/07 23:49:35 craigs * Changed comment on length of userUserIE field thanks to Paul Long * * Revision 1.47 2002/05/03 05:38:19 robertj * Added Q.931 Keypad IE mechanism for user indications (DTMF). * * Revision 1.46 2002/04/22 07:32:16 craigs * Changed GetProgressIndicator to be const * * Revision 1.45 2002/04/19 04:49:14 robertj * Fixed currect bit shift for CallState IE standard bits. * * Revision 1.44 2002/04/19 02:16:47 robertj * Added CallState IE processing. * * Revision 1.43 2002/04/18 06:16:32 craigs * Extra robustness in handling of strange UserUserIE lengths * * Revision 1.42 2002/01/07 04:25:21 robertj * Added support for Connected-Number Information Element, thanks Hans Verbeek * * Revision 1.41 2002/01/06 05:28:41 robertj * Fixed crash if given bad data in number field, thanks Chih-Wei Huang. * * Revision 1.40 2001/09/17 02:06:40 robertj * Added Redirecting Number IE to Q.931, thanks Frank Derks * * Revision 1.39 2001/09/13 02:41:21 robertj * Fixed call reference generation to use full range and common code, thanks Carlo Kielstra * * Revision 1.38 2001/08/27 03:45:59 robertj * Added automatic setting of bearer capability transfer mode from H.323 * capabilities on connection at time of SETUP PDU. * * Revision 1.37 2001/08/20 06:48:28 robertj * Added Q.931 function for setting bearer capabilities, allowing * applications to set the data rate as they require. * * Revision 1.36 2001/08/07 02:57:09 robertj * Fixed incorrect Q.931 bearer capability, thanks Carlo Kielstra. * * Revision 1.35 2001/07/24 23:40:15 craigs * Added ability to remove Q931 IE * * Revision 1.34 2001/06/14 06:25:16 robertj * Added further H.225 PDU build functions. * Moved some functionality from connection to PDU class. * * Revision 1.33 2001/05/30 04:38:40 robertj * Added BuildStatusEnquiry() Q.931 function, thanks Markus Storm * * Revision 1.32 2001/04/05 00:06:31 robertj * Fixed some more encoding/decoding problems with little used bits of * the Q.931 protocol, thanks Hans Verbeek. * * Revision 1.31 2001/04/03 23:06:15 robertj * Fixed correct encoding and decoding of Q.850 cause field, thanks Hans Verbeek. * * Revision 1.30 2001/02/09 05:13:56 craigs * Added pragma implementation to (hopefully) reduce the executable image size * under Linux * * Revision 1.29 2001/01/19 06:57:26 robertj * Added Information message type. * * Revision 1.28 2000/10/13 02:16:04 robertj * Added support for Progress Indicator Q.931/H.225 message. * * Revision 1.27 2000/07/11 11:17:01 robertj * Improved trace log display of Q.931 PDU's (correct order and extra IE fields). * * Revision 1.26 2000/07/09 14:54:11 robertj * Added facility IE to facility message. * Changed reference to the word "field" to be more correct IE or "Information Element" * * Revision 1.25 2000/06/21 08:07:47 robertj * Added cause/reason to release complete PDU, where relevent. * * Revision 1.24 2000/05/09 12:19:31 robertj * Added ability to get and set "distinctive ring" Q.931 functionality. * * Revision 1.23 2000/05/08 14:07:35 robertj * Improved the provision and detection of calling and caller numbers, aliases and hostnames. * * Revision 1.22 2000/05/06 02:18:26 robertj * Changed the new CallingPartyNumber code so defaults for octet3a are application dependent. * * Revision 1.21 2000/05/05 00:44:05 robertj * Added presentation and screening fields to Calling Party Number field, thanks Dean Anderson. * * Revision 1.20 2000/05/02 04:32:27 robertj * Fixed copyright notice comment. * * Revision 1.19 2000/03/21 01:08:11 robertj * Fixed incorrect call reference code being used in originated call. * * Revision 1.18 2000/02/17 12:07:43 robertj * Used ne wPWLib random number generator after finding major problem in MSVC rand(). * * Revision 1.17 1999/12/23 22:44:06 robertj * Added calling party number field. * * Revision 1.16 1999/09/22 04:18:29 robertj * Fixed missing "known" message types in debugging output. * * Revision 1.15 1999/09/10 03:36:48 robertj * Added simple Q.931 Status response to Q.931 Status Enquiry * * Revision 1.14 1999/08/31 13:54:35 robertj * Fixed problem with memory overrun building PDU's * * Revision 1.13 1999/08/31 12:34:19 robertj * Added gatekeeper support. * * Revision 1.12 1999/08/13 06:34:38 robertj * Fixed problem in CallPartyNumber Q.931 encoding. * Added field name display to Q.931 protocol. * * Revision 1.11 1999/08/10 13:14:15 robertj * Added Q.931 Called Number field if have "phone number" style destination addres. * * Revision 1.10 1999/07/16 02:15:30 robertj * Fixed more tunneling problems. * * Revision 1.9 1999/07/09 14:59:59 robertj * Fixed GNU C++ compatibility. * * Revision 1.8 1999/07/09 06:09:50 robertj * Major implementation. An ENORMOUS amount of stuff added everywhere. * * Revision 1.7 1999/06/14 15:19:48 robertj * GNU C compatibility * * Revision 1.6 1999/06/13 12:41:14 robertj * Implement logical channel transmitter. * Fixed H245 connect on receiving call. * * Revision 1.5 1999/06/09 05:26:20 robertj * Major restructuring of classes. * * Revision 1.4 1999/02/23 11:04:29 robertj * Added capability to make outgoing call. * * Revision 1.3 1999/01/16 01:31:38 robertj * Major implementation. * * Revision 1.2 1999/01/02 04:00:52 robertj * Added higher level protocol negotiations. * * Revision 1.1 1998/12/14 09:13:37 robertj * Initial revision * */ #include #ifdef __GNUC__ #pragma implementation "q931.h" #endif #include "q931.h" #include #define new PNEW ostream & operator<<(ostream & strm, Q931::InformationElementCodes ie) { static POrdinalToString::Initialiser IENamesInit[] = { { Q931::BearerCapabilityIE, "Bearer-Capability" }, { Q931::CauseIE, "Cause" }, { Q931::FacilityIE, "Facility" }, { Q931::ProgressIndicatorIE, "Progress-Indicator" }, { Q931::CallStateIE, "Call-State" }, { Q931::DisplayIE, "Display" }, { Q931::SignalIE, "Signal" }, { Q931::KeypadIE, "Keypad" }, { Q931::ConnectedNumberIE, "Connected-Number" }, { Q931::CallingPartyNumberIE, "Calling-Party-Number" }, { Q931::CalledPartyNumberIE, "Called-Party-Number" }, { Q931::RedirectingNumberIE, "Redirecting-Number" }, { Q931::ChannelIdentificationIE,"Channel-Identification"}, { Q931::UserUserIE, "User-User" } }; static const POrdinalToString IENames(PARRAYSIZE(IENamesInit), IENamesInit); if (IENames.Contains((PINDEX)ie)) strm << IENames[ie]; else strm << "0x" << hex << (unsigned)ie << dec << " (" << (unsigned)ie << ')'; return strm; } ostream & operator<<(ostream & strm, Q931::CauseValues cause) { static POrdinalToString::Initialiser CauseNamesInit[] = { { Q931::UnallocatedNumber, "Unallocated number" }, { Q931::NoRouteToNetwork, "No route to network" }, { Q931::NoRouteToDestination, "No route to destination" }, { Q931::SendSpecialTone, "Send special tone" }, { Q931::MisdialledTrunkPrefix, "Misdialled trunk prefix" }, { Q931::ChannelUnacceptable, "Channel unacceptable" }, { Q931::NormalCallClearing, "Normal call clearing" }, { Q931::UserBusy, "User busy" }, { Q931::NoResponse, "No response" }, { Q931::NoAnswer, "No answer" }, { Q931::SubscriberAbsent, "Subscriber absent" }, { Q931::CallRejected, "Call rejected" }, { Q931::NumberChanged, "Number changed" }, { Q931::Redirection, "Redirection" }, { Q931::ExchangeRoutingError, "Exchange routing error" }, { Q931::NonSelectedUserClearing, "Non selected user clearing" }, { Q931::DestinationOutOfOrder, "Destination out of order" }, { Q931::InvalidNumberFormat, "Invalid number format" }, { Q931::FacilityRejected, "Facility rejected" }, { Q931::StatusEnquiryResponse, "Status enquiry response" }, { Q931::NormalUnspecified, "Normal unspecified" }, { Q931::NoCircuitChannelAvailable, "No circuit/channel available" }, { Q931::NetworkOutOfOrder, "Network out of order" }, { Q931::TemporaryFailure, "Temporary failure" }, { Q931::Congestion, "Congestion" }, { Q931::RequestedCircuitNotAvailable,"RequestedCircuitNotAvailable" }, { Q931::ResourceUnavailable, "Resource unavailable" }, { Q931::ServiceOptionNotAvailable, "Service or option not available" }, { Q931::InvalidCallReference, "Invalid call reference" }, { Q931::IncompatibleDestination, "Incompatible destination" }, { Q931::IENonExistantOrNotImplemented,"IE non-existent or not implemented" }, { Q931::TimerExpiry, "Recovery from timer expiry" }, { Q931::ProtocolErrorUnspecified, "Protocol error, unspecified" }, { Q931::InterworkingUnspecified, "Interworking, unspecified" }, { Q931::CallAwarded, "Call awarded, delivered via established channel" }, { Q931::Preemption, "Call is being preempted" }, { Q931::PreemptionCircuitReserved, "Preemption - circuit reserved for reuse" }, { Q931::CallQueued, "Call queued" }, { Q931::FrameModeOOS, "Frame mode out of service" }, { Q931::FrameModeOperational, "Frame mode operational" }, { Q931::AccessInformationDiscarded, "Access information discarded" }, { Q931::PrecedenceCallBlocked, "Precedence Call Blocked" }, { Q931::QoSNotAvailable, "QoS not available" }, { Q931::RequestedFacilityNotSubscribed, "Requested facility not subscribed" }, { Q931::OutgoingCallsBarred, "Outgoing calls barred" }, { Q931::OutgoingCallsBarredInCUG, "Outgoing calls barred in CUG" }, { Q931::IncomingCallsBarred, "Incoming calls barred" }, { Q931::IncomingCallsBarredInCUG, "Incoming calls barred in CUG" }, { Q931::BearerCapNotAuthorised, "Bearer cap not authorised" }, { Q931::BearerCapNotPresentlyAvailable, "Bearer cap not presently available" }, { Q931::InconsistentOutgoingIE, "Inconsistent outgoing information element" }, { Q931::BearerCapNotImplemented, "Bearer cap not implemented" }, { Q931::ChannelTypeNotImplemented, "Channel type not implemented" }, { Q931::RequestedFacilityNotImplemented, "Requested facility not implemented" }, { Q931::OnlyRestrictedDigitalBearerCapAvailable, "Only restricted digital bearer cap available" }, { Q931::ServiceOrOptionNotImplemented, "Service or option not implemented" }, { Q931::IdentifiedChannelNonExistent, "IdentifiedChannelNonExistent" }, { Q931::CallIdentifyNotSuspendedCall, "CallIdentifyNotSuspendedCall" }, { Q931::CallIdentifyInUse, "CallIdentifyInUse" }, { Q931::NoCallSuspended, "NoCallSuspended" }, { Q931::ClearedRequestedCallIdentity, "ClearedRequestedCallIdentity" }, { Q931::UserNotInCUG, "UserNotInCUG" }, }; static const POrdinalToString CauseNames(PARRAYSIZE(CauseNamesInit), CauseNamesInit); if (CauseNames.Contains((PINDEX)cause)) strm << CauseNames[cause]; else if (cause < Q931::ErrorInCauseIE) strm << "0x" << hex << (unsigned)cause << dec << " (" << (unsigned)cause << ')'; else strm << "N/A"; return strm; } /////////////////////////////////////////////////////////////////////////////// Q931::Q931() { protocolDiscriminator = 8; // Q931 always has 00001000 messageType = NationalEscapeMsg; fromDestination = FALSE; callReference = 0; } Q931::Q931(const Q931 & other) { operator=(other); } Q931 & Q931::operator=(const Q931 & other) { callReference = other.callReference; fromDestination = other.fromDestination; protocolDiscriminator = other.protocolDiscriminator; messageType = other.messageType; informationElements.RemoveAll(); for (PINDEX i = 0; i < other.informationElements.GetSize(); i++) informationElements.SetAt(other.informationElements.GetKeyAt(i), new PBYTEArray(other.informationElements.GetDataAt(i))); return *this; } void Q931::BuildFacility(int callRef, BOOL fromDest) { messageType = FacilityMsg; callReference = callRef; fromDestination = fromDest; informationElements.RemoveAll(); PBYTEArray data; SetIE(FacilityIE, data); } void Q931::BuildInformation(int callRef, BOOL fromDest) { messageType = InformationMsg; callReference = callRef; fromDestination = fromDest; informationElements.RemoveAll(); } void Q931::BuildProgress(int callRef, BOOL fromDest, unsigned description, unsigned codingStandard, unsigned location) { messageType = ProgressMsg; callReference = callRef; fromDestination = fromDest; informationElements.RemoveAll(); SetProgressIndicator(description, codingStandard, location); } void Q931::BuildNotify(int callRef, BOOL fromDest) { messageType = NotifyMsg; callReference = callRef; fromDestination = fromDest; informationElements.RemoveAll(); } void Q931::BuildSetupAcknowledge(int callRef) { messageType = SetupAckMsg; callReference = callRef; fromDestination = TRUE; informationElements.RemoveAll(); } void Q931::BuildCallProceeding(int callRef) { messageType = CallProceedingMsg; callReference = callRef; fromDestination = TRUE; informationElements.RemoveAll(); } void Q931::BuildAlerting(int callRef) { messageType = AlertingMsg; callReference = callRef; fromDestination = TRUE; informationElements.RemoveAll(); } void Q931::BuildSetup(int callRef) { messageType = SetupMsg; if (callRef < 0) callReference = GenerateCallReference(); else callReference = callRef; fromDestination = FALSE; informationElements.RemoveAll(); SetBearerCapabilities(TransferSpeech, 1); } void Q931::BuildConnect(int callRef) { messageType = ConnectMsg; callReference = callRef; fromDestination = TRUE; informationElements.RemoveAll(); SetBearerCapabilities(TransferSpeech, 1); } void Q931::BuildConnectAck(int callRef, BOOL fromDest) { messageType = ConnectAckMsg; callReference = callRef; fromDestination = fromDest; informationElements.RemoveAll(); } void Q931::BuildStatus(int callRef, BOOL fromDest) { messageType = StatusMsg; callReference = callRef; fromDestination = fromDest; informationElements.RemoveAll(); SetCallState(CallState_Active); // Cause field as per Q.850 SetCause(StatusEnquiryResponse); } void Q931::BuildStatusEnquiry(int callRef, BOOL fromDest) { messageType = StatusEnquiryMsg; callReference = callRef; fromDestination = fromDest; informationElements.RemoveAll(); } void Q931::BuildReleaseComplete(int callRef, BOOL fromDest) { messageType = ReleaseCompleteMsg; callReference = callRef; fromDestination = fromDest; informationElements.RemoveAll(); } BOOL Q931::Decode(const PBYTEArray & data) { // Clear all existing data before reading new informationElements.RemoveAll(); if (data.GetSize() < 5) // Packet too short return FALSE; protocolDiscriminator = data[0]; if (data[1] != 2) // Call reference must be 2 bytes long return FALSE; callReference = ((data[2]&0x7f) << 8) | data[3]; fromDestination = (data[2]&0x80) != 0; messageType = (MsgTypes)data[4]; // Have preamble, start getting the informationElements into buffers PINDEX offset = 5; while (offset < data.GetSize()) { // Get field discriminator int discriminator = data[offset++]; PBYTEArray * item = new PBYTEArray; // For discriminator with high bit set there is no data if ((discriminator&0x80) == 0) { int len = data[offset++]; if (discriminator == UserUserIE) { // Special case of User-user field. See 7.2.2.31/H.225.0v4. len <<= 8; len |= data[offset++]; // we also have a protocol discriminator, which we ignore offset++; // before decrementing the length, make sure it is not zero if (len == 0) return FALSE; // adjust for protocol discriminator len--; } if (offset + len > data.GetSize()) return FALSE; memcpy(item->GetPointer(len), (const BYTE *)data+offset, len); offset += len; } informationElements.SetAt(discriminator, item); } return TRUE; } BOOL Q931::Encode(PBYTEArray & data) const { PINDEX totalBytes = 5; unsigned discriminator; for (discriminator = 0; discriminator < 256; discriminator++) { if (informationElements.Contains(discriminator)) { if (discriminator < 128) totalBytes += informationElements[discriminator].GetSize() + (discriminator != UserUserIE ? 2 : 4); else totalBytes++; } } if (!data.SetMinSize(totalBytes)) return FALSE; // Put in Q931 header PAssert(protocolDiscriminator < 256, PInvalidParameter); data[0] = (BYTE)protocolDiscriminator; data[1] = 2; // Length of call reference data[2] = (BYTE)(callReference >> 8); if (fromDestination) data[2] |= 0x80; data[3] = (BYTE)callReference; PAssert(messageType < 256, PInvalidParameter); data[4] = (BYTE)messageType; // The following assures disciminators are in ascending value order // as required by Q931 specification PINDEX offset = 5; for (discriminator = 0; discriminator < 256; discriminator++) { if (informationElements.Contains(discriminator)) { if (discriminator < 128) { int len = informationElements[discriminator].GetSize(); if (discriminator != UserUserIE) { data[offset++] = (BYTE)discriminator; data[offset++] = (BYTE)len; } else { len++; // Allow for protocol discriminator data[offset++] = (BYTE)discriminator; data[offset++] = (BYTE)(len >> 8); data[offset++] = (BYTE)len; len--; // Then put the length back again // We shall assume that the user-user field is an ITU protocol block (5) data[offset++] = 5; } memcpy(&data[offset], (const BYTE *)informationElements[discriminator], len); offset += len; } else data[offset++] = (BYTE)discriminator; } } return data.SetSize(offset); } void Q931::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; _Ios_Fmtflags flags = strm.flags(); strm << "{\n" << setw(indent+24) << "protocolDiscriminator = " << protocolDiscriminator << '\n' << setw(indent+16) << "callReference = " << callReference << '\n' << setw(indent+7) << "from = " << (fromDestination ? "destination" : "originator") << '\n' << setw(indent+14) << "messageType = " << GetMessageTypeName() << '\n'; for (unsigned discriminator = 0; discriminator < 256; discriminator++) { if (informationElements.Contains(discriminator)) { strm << setw(indent+4) << "IE: " << (InformationElementCodes)discriminator; if (discriminator == CauseIE) { if (informationElements[discriminator].GetSize() > 1) strm << " - " << (CauseValues)(informationElements[discriminator][1]&0x7f); } strm << " = {\n" << hex << setfill('0') << resetiosflags(ios::floatfield) << setprecision(indent+2) << setw(16); PBYTEArray value = informationElements[discriminator]; if (value.GetSize() <= 32 || (flags&ios::floatfield) != ios::fixed) strm << value; else { PBYTEArray truncatedArray(value, 32); strm << truncatedArray << '\n' << setfill(' ') << setw(indent+5) << "..."; } strm << dec << setfill(' ') << '\n' << setw(indent+2) << "}\n"; } } strm << setw(indent-1) << "}"; strm.flags(flags); } PString Q931::GetMessageTypeName() const { switch (messageType) { case AlertingMsg : return "Alerting"; case CallProceedingMsg : return "CallProceeding"; case ConnectMsg : return "Connect"; case ConnectAckMsg : return "ConnectAck"; case ProgressMsg : return "Progress"; case SetupMsg : return "Setup"; case SetupAckMsg : return "SetupAck"; case FacilityMsg : return "Facility"; case ReleaseCompleteMsg : return "ReleaseComplete"; case StatusEnquiryMsg : return "StatusEnquiry"; case StatusMsg : return "Status"; case InformationMsg : return "Information"; case NationalEscapeMsg : return "Escape"; default : break; } return psprintf("<%u>", messageType); } unsigned Q931::GenerateCallReference() { static unsigned LastCallReference; static PMutex mutex; PWaitAndSignal wait(mutex); if (LastCallReference == 0) LastCallReference = PRandom::Number(); else LastCallReference++; LastCallReference &= 0x7fff; if (LastCallReference == 0) LastCallReference = 1; return LastCallReference; } BOOL Q931::HasIE(InformationElementCodes ie) const { return informationElements.Contains(POrdinalKey(ie)); } PBYTEArray Q931::GetIE(InformationElementCodes ie) const { if (informationElements.Contains(POrdinalKey(ie))) return informationElements[ie]; return PBYTEArray(); } void Q931::SetIE(InformationElementCodes ie, const PBYTEArray & userData) { informationElements.SetAt(ie, new PBYTEArray(userData)); } void Q931::RemoveIE(InformationElementCodes ie) { informationElements.RemoveAt(ie); } void Q931::SetBearerCapabilities(InformationTransferCapability capability, unsigned transferRate, unsigned codingStandard, unsigned userInfoLayer1) { BYTE data[4]; PINDEX size = 1; data[0] = (BYTE)(0x80 | ((codingStandard&3) << 5) | (capability&31)); switch (codingStandard) { case 0 : // ITU-T standardized coding size = 3; // Note this is always "Circuit Mode" switch (transferRate) { case 1 : data[1] = 0x90; break; case 2 : data[1] = 0x91; break; case 6 : data[1] = 0x93; break; case 24 : data[1] = 0x95; break; case 30 : data[1] = 0x97; break; default : PAssert(transferRate > 0 && transferRate < 128, PInvalidParameter); data[1] = 0x18; data[2] = (BYTE)(0x80 | transferRate); size = 4; } PAssert(userInfoLayer1 >= 2 && userInfoLayer1 <= 5, PInvalidParameter); data[size-1] = (BYTE)(0x80 | (1<<5) | userInfoLayer1); break; case 1 : // Other international standard size = 2; data[1] = 0x80; // Call independent signalling connection break; default : break; } SetIE(BearerCapabilityIE, PBYTEArray(data, size)); } BOOL Q931::GetBearerCapabilities(InformationTransferCapability & capability, unsigned & transferRate, unsigned * codingStandard, unsigned * userInfoLayer1) { if (!HasIE(BearerCapabilityIE)) return FALSE; PBYTEArray data = GetIE(BearerCapabilityIE); if (data.GetSize() < 2) return FALSE; capability = (InformationTransferCapability)data[0]; if (codingStandard != NULL) *codingStandard = (data[0] >> 5)&3; PINDEX nextByte = 2; switch (data[1]) { case 0x90 : transferRate = 1; break; case 0x91 : transferRate = 2; break; case 0x93 : transferRate = 6; break; case 0x95 : transferRate = 24; break; case 0x97 : transferRate = 30; break; case 0x18 : if (data.GetSize() < 3) return FALSE; transferRate = data[2]&0x7f; nextByte = 3; break; default : return FALSE; } if (userInfoLayer1 != NULL) *userInfoLayer1 = data.GetSize() > nextByte && ((data[nextByte]>>5)&3) == 1 ? (data[nextByte]&0x1f) : 0; return TRUE; } void Q931::SetCause(CauseValues value, unsigned standard, unsigned location) { PBYTEArray data(2); data[0] = (BYTE)(0x80 | ((standard&3) << 5) | (location&15)); data[1] = (BYTE)(0x80 | value); SetIE(CauseIE, data); } Q931::CauseValues Q931::GetCause(unsigned * standard, unsigned * location) const { if (!HasIE(CauseIE)) return ErrorInCauseIE; PBYTEArray data = GetIE(CauseIE); if (data.GetSize() < 2) return ErrorInCauseIE; if (standard != NULL) *standard = (data[0] >> 5)&3; if (location != NULL) *location = data[0]&15; if ((data[0]&0x80) != 0) return (CauseValues)(data[1]&0x7f); // Allow for optional octet if (data.GetSize() < 3) return ErrorInCauseIE; return (CauseValues)(data[2]&0x7f); } void Q931::SetCallState(CallStates value, unsigned standard) { if (value >= CallState_ErrorInIE) return; // Call State as per Q.931 section 4.5.7 PBYTEArray data(1); data[0] = (BYTE)(((standard&3) << 6) | value); SetIE(CallStateIE, data); } Q931::CallStates Q931::GetCallState(unsigned * standard) const { if (!HasIE(CallStateIE)) return CallState_ErrorInIE; PBYTEArray data = GetIE(CallStateIE); if (data.IsEmpty()) return CallState_ErrorInIE; if (standard != NULL) *standard = (data[0] >> 6)&3; return (CallStates)(data[0]&0x3f); } void Q931::SetSignalInfo(SignalInfo value) { PBYTEArray data(1); data[0] = (BYTE)value; SetIE(SignalIE, data); } Q931::SignalInfo Q931::GetSignalInfo() const { if (!HasIE(SignalIE)) return SignalErrorInIE; PBYTEArray data = GetIE(SignalIE); if (data.IsEmpty()) return SignalErrorInIE; return (SignalInfo)data[0]; } void Q931::SetKeypad(const PString & digits) { PBYTEArray bytes((const BYTE *)(const char *)digits, digits.GetLength()+1); SetIE(KeypadIE, bytes); } PString Q931::GetKeypad() const { if (!HasIE(Q931::KeypadIE)) return PString(); PBYTEArray digits = GetIE(Q931::KeypadIE); if (digits.IsEmpty()) return PString(); return PString((const char *)(const BYTE *)digits, digits.GetSize()); } void Q931::SetProgressIndicator(unsigned description, unsigned codingStandard, unsigned location) { PBYTEArray data(2); data[0] = (BYTE)(0x80+((codingStandard&0x03)<<5)+(location&0x0f)); data[1] = (BYTE)(0x80+(description&0x7f)); SetIE(ProgressIndicatorIE, data); } BOOL Q931::GetProgressIndicator(unsigned & description, unsigned * codingStandard, unsigned * location) const { if (!HasIE(ProgressIndicatorIE)) return FALSE; PBYTEArray data = GetIE(ProgressIndicatorIE); if (data.GetSize() < 2) return FALSE; if (codingStandard != NULL) *codingStandard = (data[0]>>5)&0x03; if (location != NULL) *location = data[0]&0x0f; description = data[1]&0x7f; return TRUE; } void Q931::SetDisplayName(const PString & name) { PBYTEArray bytes((const BYTE *)(const char *)name, name.GetLength()+1); if (name.GetLength() == 0) RemoveIE(DisplayIE); else SetIE(DisplayIE, bytes); } PString Q931::GetDisplayName() const { if (!HasIE(Q931::DisplayIE)) return PString(); PBYTEArray display = GetIE(Q931::DisplayIE); if (display.IsEmpty()) return PString(); return PString((const char *)(const BYTE *)display, display.GetSize()); } static PBYTEArray SetNumberIE(const PString & number, unsigned plan, unsigned type, int presentation, int screening, int reason) { PBYTEArray bytes; PINDEX len = number.GetLength(); if (reason == -1) { if (presentation == -1 || screening == -1) { bytes.SetSize(len+1); bytes[0] = (BYTE)(0x80|((type&7)<<4)|(plan&15)); memcpy(bytes.GetPointer()+1, (const char *)number, len); } else { bytes.SetSize(len+2); bytes[0] = (BYTE)(((type&7)<<4)|(plan&15)); bytes[1] = (BYTE)(0x80|((presentation&3)<<5)|(screening&3)); memcpy(bytes.GetPointer()+2, (const char *)number, len); } } else { // If octet 3b is present, then octet 3a must also be present! if (presentation == -1 || screening == -1) { // This situation should never occur!!! bytes.SetSize(len+1); bytes[0] = (BYTE)(0x80|((type&7)<<4)|(plan&15)); memcpy(bytes.GetPointer()+1, (const char *)number, len); } else { bytes.SetSize(len+3); bytes[0] = (BYTE)(0x80|((type&7)<<4)|(plan&15)); bytes[1] = (BYTE)(0x80|((presentation&3)<<5)|(screening&3)); bytes[2] = (BYTE)(0x80|(reason&15)); memcpy(bytes.GetPointer()+3, (const char *)number, len); } } return bytes; } static BOOL GetNumberIE(const PBYTEArray & bytes, PString & number, unsigned * plan, unsigned * type, unsigned * presentation, unsigned * screening, unsigned * reason, unsigned defPresentation, unsigned defScreening, unsigned defReason) { number = PString(); if (bytes.IsEmpty()) return FALSE; if (plan != NULL) *plan = bytes[0]&15; if (type != NULL) *type = (bytes[0]>>4)&7; PINDEX offset; if ((bytes[0] & 0x80) != 0) { // Octet 3a not provided, set defaults if (presentation != NULL) *presentation = defPresentation; if (screening != NULL) *screening = defScreening; offset = 1; } else { if (bytes.GetSize() < 2) return FALSE; if (presentation != NULL) *presentation = (bytes[1]>>5)&3; if (screening != NULL) *screening = bytes[1]&3; if ((bytes[1] & 0x80) != 0) { // Octet 3b not provided, set defaults if (reason != NULL) *reason = defReason; offset = 2; } else { if (bytes.GetSize() < 3) return FALSE; if (reason != NULL) *reason = bytes[2]&15; offset = 3; } } if (bytes.GetSize() < offset) return FALSE; PINDEX len = bytes.GetSize()-offset; if (len > 0) memcpy(number.GetPointer(len+1), ((const BYTE *)bytes)+offset, len); return !number; } void Q931::SetCallingPartyNumber(const PString & number, unsigned plan, unsigned type, int presentation, int screening) { SetIE(CallingPartyNumberIE, SetNumberIE(number, plan, type, presentation, screening, -1)); } BOOL Q931::GetCallingPartyNumber(PString & number, unsigned * plan, unsigned * type, unsigned * presentation, unsigned * screening, unsigned defPresentation, unsigned defScreening) const { return GetNumberIE(GetIE(CallingPartyNumberIE), number, plan, type, presentation, screening, NULL, defPresentation, defScreening, 0); } void Q931::SetCalledPartyNumber(const PString & number, unsigned plan, unsigned type) { SetIE(CalledPartyNumberIE, SetNumberIE(number, plan, type, -1, -1, -1)); } BOOL Q931::GetCalledPartyNumber(PString & number, unsigned * plan, unsigned * type) const { return GetNumberIE(GetIE(CalledPartyNumberIE), number, plan, type, NULL, NULL, NULL, 0, 0, 0); } void Q931::SetRedirectingNumber(const PString & number, unsigned plan, unsigned type, int presentation, int screening, int reason) { SetIE(RedirectingNumberIE, SetNumberIE(number, plan, type, presentation, screening, reason)); } BOOL Q931::GetRedirectingNumber(PString & number, unsigned * plan, unsigned * type, unsigned * presentation, unsigned * screening, unsigned * reason, unsigned defPresentation, unsigned defScreening, unsigned defReason) const { return GetNumberIE(GetIE(RedirectingNumberIE), number, plan, type, presentation, screening, reason, defPresentation, defScreening, defReason); } BOOL Q931::GetConnectedNumber(PString & number, unsigned * plan, unsigned * type, unsigned * presentation, unsigned * screening, unsigned * reason, unsigned defPresentation, unsigned defScreening, unsigned defReason) const { return GetNumberIE(GetIE(ConnectedNumberIE), number, plan, type, presentation, screening, reason, defPresentation, defScreening, defReason); } void Q931::SetConnectedNumber(const PString & number, unsigned plan, unsigned type, int presentation, int screening, int reason) { SetIE(ConnectedNumberIE, SetNumberIE(number, plan, type, presentation, screening, reason)); } void Q931::SetChannelIdentification(unsigned interfaceType, unsigned preferredOrExclusive, int channelNumber) { // Known limitations: // - the interface identifier cannot be specified // - channel in PRI can only be indicated by number and cannot be indicated by map // - one and only one channel can be indicated // - the coding standard is always ITU Q.931 PBYTEArray bytes; bytes.SetSize(1); PAssert(interfaceType < 2, PInvalidParameter); if (interfaceType == 0) { // basic rate if (channelNumber == -1) { // any channel bytes[0] = 0x80 | 0x03; } if (channelNumber == 0) { // D channel bytes[0] = 0x80 | 0x04; } if (channelNumber > 0) { // B channel bytes[0] = (BYTE)(0x80 | ((preferredOrExclusive & 0x01) << 3) | (channelNumber & 0x03)); } } if (interfaceType == 1) { // primary rate if (channelNumber == -1) { // any channel bytes[0] = 0x80 | 0x20 | 0x03; bytes[1] = 0x80 | 0x03; // dummy octet 3.2 bytes[2] = (BYTE)(0x80 | 1); // dummy octet 3.3 } if (channelNumber == 0) { // D channel bytes[0] = 0x80 | 0x04 | 0x20; } if (channelNumber > 0) { // B channel bytes.SetSize(3); bytes[0] = (BYTE)(0x80 | 0x20 | ((preferredOrExclusive & 0x01) << 3) | 0x01); bytes[1] = 0x80 | 0x03; bytes[2] = (BYTE)(0x80 | channelNumber); } } SetIE(ChannelIdentificationIE, bytes); } BOOL Q931::GetChannelIdentification(unsigned * interfaceType, unsigned * preferredOrExclusive, int * channelNumber) const { if (!HasIE(ChannelIdentificationIE)) return FALSE; PBYTEArray bytes = GetIE(ChannelIdentificationIE); if (bytes.GetSize() < 1) return FALSE; *interfaceType = (bytes[0]>>5) & 0x01; *preferredOrExclusive = (bytes[0]>>3) & 0x01; if (*interfaceType == 0) { // basic rate if ( (bytes[0] & 0x04) == 0x04 ) { // D Channel *channelNumber = 0; } else { if ( (bytes[0] & 0x03) == 0x03 ) { // any channel *channelNumber = -1; } else { // B Channel *channelNumber = (bytes[0] & 0x03); } } } if (*interfaceType == 1) { // primary rate if ( (bytes[0] & 0x04) == 0x04 ) { // D Channel *channelNumber = 0; } else { if ( (bytes[0] & 0x03) == 0x03 ) { // any channel *channelNumber = -1; } else { // B Channel if (bytes.GetSize() < 3) return FALSE; if (bytes[1] != 0x83) return FALSE; *channelNumber = bytes[2] & 0x7f; } } } return TRUE; } ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/src/rfc2190avcodec.cxx0100644000176200056700000012205310301557411017556 0ustar releasepostincr/* * rfc2190avcodec.cxx * * Non standard implementation of h263+ based on ffmpeg. (or reported as avcodec) * * H.323 protocol handler * * Open H323 Library * * Copyright (c) 2001 March Networks Corporation * Copyright (c) 1998-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Portions of this code were written with the financial assistance of * AliceStreet (http://www.alicestreet.com) * * Contributor(s): Guilhem Tardy (gtardy@salyens.com) * * $Log: rfc2190avcodec.cxx,v $ * Revision 1.16 2005/08/20 07:43:05 rjongbloed * Fixed compiler warnings * * Revision 1.15 2005/08/20 07:20:25 rjongbloed * Fixed compiler warnings * * Revision 1.14 2005/01/31 06:19:49 csoutheren * Move member variable initialisations to avoid crashes when destroying partially constructed * objects * * Revision 1.13 2004/08/26 08:05:04 csoutheren * Codecs now appear in abstract factory system * Fixed Windows factory bootstrap system (again) * * Revision 1.12 2004/07/19 04:05:31 csoutheren * Fixed problems with RFC 2190 under VS.net * * Revision 1.11 2004/07/07 08:04:57 csoutheren * Added video codecs to default codec list, but H.263 is only loaded if the .so/DLL is found * * Revision 1.10 2004/05/20 02:07:29 csoutheren * Use macro to work around MSVC internal compiler errors * * Revision 1.9 2004/05/19 07:38:24 csoutheren * Changed OpalMediaFormat handling to use abstract factory method functions * * Revision 1.8 2004/05/12 23:18:35 csoutheren * Adjusted copyright notices for ffh263 and rfc2190 files * * Revision 1.7 2004/05/04 03:33:33 csoutheren * Added guards against comparing certain kinds of Capabilities * * Revision 1.6 2004/04/28 23:40:22 csoutheren * Fixed compile error on Windows * * Revision 1.5 2004/04/28 13:44:35 csoutheren * Use av_free function to free H.263 contexts rather than assuming free is OK * Thanks for Guilhem Tardy for this suggestion * * Revision 1.4 2004/04/26 10:44:14 csoutheren * Included most recent H.263 stubs from Guilhem Tardy * This appears to fix the stability problems on transmitting video from Linux * * Revision 1.3 2004/04/24 00:41:15 rjongbloed * Fixed file names in header comment. * * Revision 1.2 2004/04/22 22:35:01 csoutheren * Fixed mispelling of Guilhem Tardy - my apologies to him * * Revision 1.1 2004/04/22 22:20:35 csoutheren * New files for RFC2190 H.263 video codec * Added RFC 2190 H.263 code as created by Guilhem Tardy and AliceStreet * Many thanks to them for their contributions. * * Revision 1.7 2003/10/31 00:00:00 Guilhem Tardy * Restored RFC2190 compliance. * * Revision 1.6 2003/10/05 00:00:00 Guilhem Tardy * Reintroduce ffmpeg own packet slicing technique (now working better). * * Revision 1.5 2003/08/08 01:52:14 dereksmithies * Make use of ffmpeg library work correctly on multi CPU boxes. * * Revision 1.4 2003/08/04 00:03:35 dereksmithies * Reorganise test of H323_AVCODEC switch * * Revision 1.3 2003/07/31 05:08:24 dereksmithies * Switch to manual packet fragment technique. Much more reliable, especially so on windows. * * Revision 1.2 2003/07/29 03:33:41 dereksmithies * add bug fix which prevents random Crashes on windows. * * Revision 1.1 2003/07/24 05:22:18 dereksmithies * Moved ffmpeg h263 support to this file, and designate as non standard. * * Revision 1.19 2003/06/14 05:54:23 rjongbloed * Fixed MSVC warning. * Fixed what seemed an obvious mistake using boolean or operator (||) instead * of the bitwise or operator (|). * * Revision 1.18 2003/06/12 00:24:32 dereksmithies * Modify so QCIF-CIF behaviour similar to that for h261codec.cxx * * Revision 1.17 2003/06/10 01:37:25 dereksmithies * Changes so it should not crash under windows/release mode * * Revision 1.16 2003/06/06 06:32:08 rjongbloed * Fixed MSVC warning * * Revision 1.15 2003/06/06 05:18:54 dereksmithies * Fix startup delay bug. Remove all large packets from the network. Improve reliability. * * Revision 1.14 2003/06/03 05:01:23 rjongbloed * Fixed some trace logging (removed usage of cerr) * * Revision 1.13 2003/06/03 00:49:01 dereksmithies * Fix divide by zero error, which happens on win95 & win98 machines. * * Revision 1.12 2003/06/02 07:56:56 rjongbloed * Fixed media format passed to ancestor codec class * * Revision 1.11 2003/05/27 04:20:59 dereksmithies * Fix so that codec resizes correctly after capability exchange * No longer crashes if one endpoint is CIF, other is QCIF. * * Revision 1.10 2003/05/16 04:42:24 rjongbloed * Removed extraneous code, and other cosmetic changes. * Fixed compare function for capability. * Extra trace logging. * * Revision 1.9 2003/05/15 01:35:27 dereksmithies * Frame length fix * * Revision 1.8 2003/05/14 13:51:51 rjongbloed * Removed hack of using special payload type for H.263 for a method which * would be less prone to failure in the future. * Removed static "initialisation" function as this should be done * internally and not in the application. * Changed media format to be straight H.263 and not OpalH.263 * Moved Win32 stderr output in ffmpeg AVCODEC interception from * application to library. * Fixed some warnings. * * Revision 1.7 2003/05/14 03:07:17 rjongbloed * Made sure video buffer is large enough * * Revision 1.6 2003/05/05 11:59:25 robertj * Changed to use autoconf style selection of options and subsystems. * * Revision 1.5 2003/05/02 04:21:30 craigs * Added lots of extra H.263 support * * Revision 1.4 2003/04/21 21:50:22 dereks * Implement suggestion from Guilhem Tardy. Many thanks. * * Revision 1.3 2003/04/16 04:26:57 dereks * Initial release of h263 codec, which utilises the ffmpeg library. * Thanks to Guilhem Tardy, and to AliceStreet. * * Revision 1.2 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.1 2002/05/19 22:31:12 dereks * Initial release of stub file for h263 codec. Thanks Guilhem Tardy. */ /* * Initial release notes from Guilhem Tardy:: * * Added support for video capabilities & codec, still needs the actual codec itself! * The code for varying bit rate is copied from h261codec.cxx, * until it is moved to a separate file common to both video codecs. * */ #include #include "h263codec.h" #ifdef __GNUC__ #pragma implementation "rfc2190avcodec.h" #endif #include "rfc2190avcodec.h" #if H323_RFC2190_AVCODEC #include "h245.h" #include "rtp.h" #include "h323pluginmgr.h" #define MSVC_OPENH323 1 extern "C" { #include extern void avcodec_set_print_fn(void (*print_fn)(char *)); }; ////////////////////////////////////////////////////////////////////////////// static void h263_ffmpeg_printon(char * str) { PTRACE(6, "FFMPEG\t" << str); strlen(str); // stop any compiler warning about unused variable } ////////////////////////////////////////////////////////////////////////////// class RFC2190_FfmpgLink : public H323DynaLink { PCLASSINFO(RFC2190_FfmpgLink, H323DynaLink) public: RFC2190_FfmpgLink(); ~RFC2190_FfmpgLink(); AVCodec *AvcodecFindEncoder(enum CodecID id); AVCodec *AvcodecFindDecoder(enum CodecID id); AVCodecContext *AvcodecAllocContext(void); AVFrame *AvcodecAllocFrame(void); int AvcodecOpen(AVCodecContext *ctx, AVCodec *codec); int AvcodecClose(AVCodecContext *ctx); int AvcodecEncodeVideo(AVCodecContext *ctx, BYTE *buf, int buf_size, const AVFrame *pict); int AvcodecDecodeVideo(AVCodecContext *ctx, AVFrame *pict, int *got_picture_ptr, BYTE *buf, int buf_size); void AvcodecFree(void * ptr); void AvcodecSetPrintFn(void (*print_fn)(char *)); protected: void (*Favcodec_init)(void); AVCodec *Favcodec_h263_encoder; AVCodec *Favcodec_h263p_encoder; AVCodec *Favcodec_h263_decoder; void (*Favcodec_register)(AVCodec *format); AVCodec *(*Favcodec_find_encoder)(enum CodecID id); AVCodec *(*Favcodec_find_decoder)(enum CodecID id); AVCodecContext *(*Favcodec_alloc_context)(void); void (*Favcodec_free)(void *); AVFrame *(*Favcodec_alloc_frame)(void); int (*Favcodec_open)(AVCodecContext *ctx, AVCodec *codec); int (*Favcodec_close)(AVCodecContext *ctx); int (*Favcodec_encode_video)(AVCodecContext *ctx, BYTE *buf, int buf_size, const AVFrame *pict); int (*Favcodec_decode_video)(AVCodecContext *ctx, AVFrame *pict, int *got_picture_ptr, BYTE *buf, int buf_size); void (*Favcodec_set_print_fn)(void (*print_fn)(char *)); }; ////////////////////////////////////////////////////////////////////////////// #define new PNEW RFC2190_FfmpgLink::RFC2190_FfmpgLink() : H323DynaLink("libavcodec", "RFC2190 H.263 video codec") { Load(); if (!PDynaLink::IsLoaded()) return; if (!GetFunction("avcodec_init", (Function &)Favcodec_init)) { cerr << "Failed to load avcodec_int" << endl; return; } if (!GetFunction("h263_encoder", (Function &)Favcodec_h263_encoder)) { cerr << "Failed to load h263_encoder" << endl; return; } if (!GetFunction("h263p_encoder", (Function &)Favcodec_h263p_encoder)) { cerr << "Failed to load h263p_encoder" << endl; return; } if (!GetFunction("h263_decoder", (Function &)Favcodec_h263_decoder)) { cerr << "Failed to load h263_decoder" << endl; return; } if (!GetFunction("register_avcodec", (Function &)Favcodec_register)) { cerr << "Failed to load register_avcodec" << endl; return; } if (!GetFunction("avcodec_find_encoder", (Function &)Favcodec_find_encoder)) { cerr << "Failed to load avcodec_find_encoder" << endl; return; } if (!GetFunction("avcodec_find_decoder", (Function &)Favcodec_find_decoder)) { cerr << "Failed to load avcodec_find_decoder" << endl; return; } if (!GetFunction("avcodec_alloc_context", (Function &)Favcodec_alloc_context)) { cerr << "Failed to load avcodec_alloc_context" << endl; return; } if (!GetFunction("avcodec_alloc_frame", (Function &)Favcodec_alloc_frame)) { cerr << "Failed to load avcodec_alloc_frame" << endl; return; } if (!GetFunction("avcodec_open", (Function &)Favcodec_open)) { cerr << "Failed to load avcodec_open" << endl; return; } if (!GetFunction("avcodec_close", (Function &)Favcodec_close)) { cerr << "Failed to load avcodec_close" << endl; return; } if (!GetFunction("avcodec_encode_video", (Function &)Favcodec_encode_video)) { cerr << "Failed to load avcodec_encode_video" << endl; return; } if (!GetFunction("avcodec_decode_video", (Function &)Favcodec_decode_video)) { cerr << "Failed to load avcodec_decode_video" << endl; return; } if (!GetFunction("avcodec_set_print_fn", (Function &)Favcodec_set_print_fn)) { cerr << "Failed to load avcodec_set_print_fn" << endl; return; } if (!GetFunction("av_free", (Function &)Favcodec_free)) { cerr << "Failed to load avcodec_close" << endl; return; } // must be called before using avcodec lib Favcodec_init(); // register only the codecs needed (to have smaller code) Favcodec_register(Favcodec_h263_encoder); Favcodec_register(Favcodec_h263p_encoder); Favcodec_register(Favcodec_h263_decoder); Favcodec_set_print_fn(h263_ffmpeg_printon); isLoadedOK = TRUE; // instantiate capability here } RFC2190_FfmpgLink::~RFC2190_FfmpgLink() { PDynaLink::Close(); } AVCodec *RFC2190_FfmpgLink::AvcodecFindEncoder(enum CodecID id) { AVCodec *res = Favcodec_find_encoder(id); PTRACE_IF(6, res != NULL, "FFLINK\tFound encoder " << res->name << " @ " << ::hex << (int)res << ::dec); return res; } AVCodec *RFC2190_FfmpgLink::AvcodecFindDecoder(enum CodecID id) { AVCodec *res = Favcodec_find_decoder(id); PTRACE_IF(6, res != NULL, "FFLINK\tFound decoder " << res->name << " @ " << ::hex << (int)res << ::dec); return res; } AVCodecContext *RFC2190_FfmpgLink::AvcodecAllocContext(void) { AVCodecContext *res = Favcodec_alloc_context(); PTRACE_IF(6, res != NULL, "FFLINK\tAllocated context @ " << ::hex << (int)res << ::dec); return res; } AVFrame *RFC2190_FfmpgLink::AvcodecAllocFrame(void) { AVFrame *res = Favcodec_alloc_frame(); PTRACE_IF(6, res != NULL, "FFLINK\tAllocated frame @ " << ::hex << (int)res << ::dec); return res; } int RFC2190_FfmpgLink::AvcodecOpen(AVCodecContext *ctx, AVCodec *codec) { PWaitAndSignal m(processLock); PTRACE(6, "FFLINK\tNow open context @ " << ::hex << (int)ctx << ", codec @ " << (int)codec << ::dec); return Favcodec_open(ctx, codec); } int RFC2190_FfmpgLink::AvcodecClose(AVCodecContext *ctx) { PTRACE(6, "FFLINK\tNow close context @ " << ::hex << (int)ctx << ::dec); return Favcodec_close(ctx); } int RFC2190_FfmpgLink::AvcodecEncodeVideo(AVCodecContext *ctx, BYTE *buf, int buf_size, const AVFrame *pict) { PWaitAndSignal m(processLock); PTRACE(6, "FFLINK\tNow encode video for ctxt @ " << ::hex << (int)ctx << ", pict @ " << (int)pict << ", buf @ " << (int)buf << ::dec << " (" << buf_size << " bytes)"); int res = Favcodec_encode_video(ctx, buf, buf_size, pict); PTRACE(6, "FFLINK\tEncoded video into " << res << " bytes"); return res; } int RFC2190_FfmpgLink::AvcodecDecodeVideo(AVCodecContext *ctx, AVFrame *pict, int *got_picture_ptr, BYTE *buf, int buf_size) { PWaitAndSignal m(processLock); PTRACE(6, "FFLINK\tNow decode video for ctxt @ " << ::hex << (int)ctx << ", pict @ " << (int)pict << ", buf @ " << (int)buf << ::dec << " (" << buf_size << " bytes)"); int res = Favcodec_decode_video(ctx, pict, got_picture_ptr, buf, buf_size); PTRACE(6, "FFLINK\tDecoded video of " << res << " bytes, got_picture=" << *got_picture_ptr); return res; } void RFC2190_FfmpgLink::AvcodecSetPrintFn(void (*print_fn)(char *)) { Favcodec_set_print_fn(print_fn); } void RFC2190_FfmpgLink::AvcodecFree(void * ptr) { Favcodec_free(ptr); } ////////////////////////////////////////////////////////////////////////////// #define new PNEW #ifndef NO_H323_VIDEO namespace PWLibStupidLinkerHacks { int rfc2190h263Loader; }; #endif RFC2190_FfmpgLink rfc2190_ff; BOOL OpenH323_IsRFC2190Loaded() { return rfc2190_ff.IsLoaded(); } char OpalRFC2190H263[] = "RFC2190 H.263"; OPAL_MEDIA_FORMAT_DECLARE(OpalRFC2190H263Format, OpalRFC2190H263, OpalMediaFormat::DefaultVideoSessionID, RTP_DataFrame::H263, FALSE, // No jitter for video 180000, // bits/sec 2000, // Not sure of this value! 0, // No intrinsic time per frame OpalMediaFormat::VideoTimeUnits, 0) ////////////////////////////////////////////////////////////////////////////// H323_RFC2190_H263Capability::H323_RFC2190_H263Capability(unsigned _sqcifMPI, unsigned _qcifMPI, unsigned _cifMPI, unsigned _cif4MPI, unsigned _cif16MPI, unsigned _maxBitRate, BOOL _unrestrictedVector, BOOL _arithmeticCoding, BOOL _advancedPrediction, BOOL _pbFrames, BOOL _temporalSpatialTradeOff, unsigned _hrd_B, unsigned _bppMaxKb, unsigned _slowSqcifMPI, unsigned _slowQcifMPI, unsigned _slowCifMPI, unsigned _slowCif4MPI, unsigned _slowCif16MPI, BOOL _errorCompensation) { sqcifMPI = (_sqcifMPI>0?_sqcifMPI:-(signed)_slowSqcifMPI); qcifMPI = (_qcifMPI>0?_qcifMPI:-(signed)_slowQcifMPI); cifMPI = (_cifMPI>0?_cifMPI:-(signed)_slowCifMPI); cif4MPI = (_cif4MPI>0?_cif4MPI:-(signed)_slowCif4MPI); cif16MPI = (_cif16MPI>0?_cif16MPI:-(signed)_slowCif16MPI); maxBitRate = _maxBitRate; unrestrictedVector = _unrestrictedVector; arithmeticCoding = _arithmeticCoding; advancedPrediction = _advancedPrediction; pbFrames = _pbFrames; temporalSpatialTradeOff = _temporalSpatialTradeOff; hrd_B = _hrd_B; bppMaxKb = _bppMaxKb; errorCompensation = _errorCompensation; } PObject * H323_RFC2190_H263Capability::Clone() const { return new H323_RFC2190_H263Capability(*this); } PObject::Comparison H323_RFC2190_H263Capability::Compare(const PObject & obj) const { if (!PIsDescendant(&obj, H323_RFC2190_H263Capability)) return LessThan; Comparison result = H323Capability::Compare(obj); if (result != EqualTo) return result; const H323_RFC2190_H263Capability & other = (const H323_RFC2190_H263Capability &)obj; if ((sqcifMPI && other.sqcifMPI) || (qcifMPI && other.qcifMPI) || (cifMPI && other.cifMPI) || (cif4MPI && other.cif4MPI) || (cif16MPI && other.cif16MPI)) return EqualTo; if ((!cif16MPI && other.cif16MPI) || (!cif4MPI && other.cif4MPI) || (!cifMPI && other.cifMPI) || (!qcifMPI && other.qcifMPI)) return LessThan; return GreaterThan; } PString H323_RFC2190_H263Capability::GetFormatName() const { PString ret = OpalRFC2190H263; if (sqcifMPI) ret += "-SQCIF"; if (qcifMPI) ret += "-QCIF"; if (cifMPI) ret += "-CIF"; if (cif4MPI) ret += "-4CIF"; if (cif16MPI) ret += "-16CIF"; return ret; } unsigned H323_RFC2190_H263Capability::GetSubType() const { return H245_VideoCapability::e_h263VideoCapability; } BOOL H323_RFC2190_H263Capability::OnSendingPDU(H245_VideoCapability & cap) const { cap.SetTag(H245_VideoCapability::e_h263VideoCapability); H245_H263VideoCapability & h263 = cap; if (sqcifMPI > 0) { h263.IncludeOptionalField(H245_H263VideoCapability::e_sqcifMPI); h263.m_sqcifMPI = sqcifMPI; } if (qcifMPI > 0) { h263.IncludeOptionalField(H245_H263VideoCapability::e_qcifMPI); h263.m_qcifMPI = qcifMPI; } if (cifMPI > 0) { h263.IncludeOptionalField(H245_H263VideoCapability::e_cifMPI); h263.m_cifMPI = cifMPI; } if (cif4MPI > 0) { h263.IncludeOptionalField(H245_H263VideoCapability::e_cif4MPI); h263.m_cif4MPI = cif4MPI; } if (cif16MPI > 0) { h263.IncludeOptionalField(H245_H263VideoCapability::e_cif16MPI); h263.m_cif16MPI = cif16MPI; } h263.m_temporalSpatialTradeOffCapability = temporalSpatialTradeOff; h263.m_maxBitRate = maxBitRate; if (sqcifMPI < 0) { h263.IncludeOptionalField(H245_H263VideoCapability::e_slowSqcifMPI); h263.m_slowSqcifMPI = -sqcifMPI; } if (qcifMPI < 0) { h263.IncludeOptionalField(H245_H263VideoCapability::e_slowQcifMPI); h263.m_slowQcifMPI = -qcifMPI; } if (cifMPI < 0) { h263.IncludeOptionalField(H245_H263VideoCapability::e_slowCifMPI); h263.m_slowCifMPI = -cifMPI; } if (cif4MPI < 0) { h263.IncludeOptionalField(H245_H263VideoCapability::e_slowCif4MPI); h263.m_slowCif4MPI = -cif4MPI; } if (cif16MPI < 0) { h263.IncludeOptionalField(H245_H263VideoCapability::e_slowCif16MPI); h263.m_slowCif16MPI = -cif16MPI; } return TRUE; } BOOL H323_RFC2190_H263Capability::OnSendingPDU(H245_VideoMode & pdu) const { pdu.SetTag(H245_VideoMode::e_h263VideoMode); H245_H263VideoMode & mode = pdu; mode.m_resolution.SetTag(cif16MPI ? H245_H263VideoMode_resolution::e_cif16 :(cif4MPI ? H245_H263VideoMode_resolution::e_cif4 :(cifMPI ? H245_H263VideoMode_resolution::e_cif :(qcifMPI ? H245_H263VideoMode_resolution::e_qcif : H245_H263VideoMode_resolution::e_sqcif)))); mode.m_bitRate = maxBitRate; mode.m_unrestrictedVector = unrestrictedVector; mode.m_arithmeticCoding = arithmeticCoding; mode.m_advancedPrediction = advancedPrediction; mode.m_pbFrames = pbFrames; mode.m_errorCompensation = errorCompensation; return TRUE; } BOOL H323_RFC2190_H263Capability::OnReceivedPDU(const H245_VideoCapability & cap) { if (cap.GetTag() != H245_VideoCapability::e_h263VideoCapability) return FALSE; const H245_H263VideoCapability & h263 = cap; if (h263.HasOptionalField(H245_H263VideoCapability::e_sqcifMPI)) sqcifMPI = h263.m_sqcifMPI; else if (h263.HasOptionalField(H245_H263VideoCapability::e_slowSqcifMPI)) sqcifMPI = -(signed)h263.m_slowSqcifMPI; else sqcifMPI = 0; if (h263.HasOptionalField(H245_H263VideoCapability::e_qcifMPI)) qcifMPI = h263.m_qcifMPI; else if (h263.HasOptionalField(H245_H263VideoCapability::e_slowQcifMPI)) qcifMPI = -(signed)h263.m_slowQcifMPI; else qcifMPI = 0; if (h263.HasOptionalField(H245_H263VideoCapability::e_cifMPI)) cifMPI = h263.m_cifMPI; else if (h263.HasOptionalField(H245_H263VideoCapability::e_slowCifMPI)) cifMPI = -(signed)h263.m_slowCifMPI; else cifMPI = 0; if (h263.HasOptionalField(H245_H263VideoCapability::e_cif4MPI)) cif4MPI = h263.m_cif4MPI; else if (h263.HasOptionalField(H245_H263VideoCapability::e_slowCif4MPI)) cif4MPI = -(signed)h263.m_slowCif4MPI; else cif4MPI = 0; if (h263.HasOptionalField(H245_H263VideoCapability::e_cif16MPI)) cif16MPI = h263.m_cif16MPI; else if (h263.HasOptionalField(H245_H263VideoCapability::e_slowCif16MPI)) cif16MPI = -(signed)h263.m_slowCif16MPI; else cif16MPI = 0; maxBitRate = h263.m_maxBitRate; unrestrictedVector = h263.m_unrestrictedVector; arithmeticCoding = h263.m_arithmeticCoding; advancedPrediction = h263.m_advancedPrediction; pbFrames = h263.m_pbFrames; temporalSpatialTradeOff = h263.m_temporalSpatialTradeOffCapability; hrd_B = h263.m_hrd_B; bppMaxKb = h263.m_bppMaxKb; errorCompensation = h263.m_errorCompensation; return TRUE; } H323Codec * H323_RFC2190_H263Capability::CreateCodec(H323Codec::Direction direction) const { return new H323_RFC2190_H263Codec(direction, sqcifMPI, qcifMPI, cifMPI, cif4MPI, cif16MPI, maxBitRate, unrestrictedVector, arithmeticCoding, advancedPrediction, pbFrames); } ////////////////////////////////////////////////////////////////////// void H263Packet::Store(void *_data, int _data_size, void *_hdr, int _hdr_size) { data = _data; data_size = _data_size; hdr = _hdr; hdr_size = _hdr_size; } BOOL H263Packet::Read(unsigned & length, RTP_DataFrame & frame) { length = (unsigned) (hdr_size + data_size); if (!frame.SetPayloadSize(length)) { PTRACE(1, "H263Pck\tNot enough memory for packet of " << length << " bytes"); length = 0; return FALSE; } memcpy(frame.GetPayloadPtr(), hdr, hdr_size); memcpy(frame.GetPayloadPtr() + hdr_size, data, data_size); return TRUE; } ////////////////////////////////////////////////////////////////////////////// H323_RFC2190_H263Codec::H323_RFC2190_H263Codec(Direction dir, signed _sqcifMPI, signed _qcifMPI, signed _cifMPI, signed _cif4MPI, signed _cif16MPI, unsigned _maxBitRate, BOOL _unrestrictedVector, BOOL /*_arithmeticCoding*/, BOOL /*_advancedPrediction*/, BOOL /*_pbFrames*/) : H323VideoCodec(OpalRFC2190H263, dir) { // set some reasonable values for quality etc videoQuality = 10; videoQMin = 4; videoQMax = 24; frameWidth = frameHeight = 0; rtpTimestampDelta = 0; lastPacketBits = 0; frameNum = 0; context = NULL; picture = NULL; if (!rfc2190_ff.IsLoaded()) return; encodedPackets.DisallowDeleteObjects(); unusedPackets.DisallowDeleteObjects(); videoFrameRate[SQCIF] = _sqcifMPI; videoFrameRate[QCIF] = _qcifMPI; videoFrameRate[CIF] = _cifMPI; videoFrameRate[CIF4] = _cif4MPI; videoFrameRate[CIF16] = _cif16MPI; if (!_cif16MPI && !_cif4MPI && !_cifMPI && !_qcifMPI && !_sqcifMPI) { PTRACE(1, "RFC2190H263\tERROR in definition of h263 size"); return; } bitRateHighLimit = _maxBitRate; unrestrictedVector = _unrestrictedVector; arithmeticCoding = FALSE; advancedPrediction = FALSE; pbFrames = FALSE; /* Ffmpeg's H.263(+) codec doesn't support arithmeticCoding, advancedPrediction and pbFrames */ if (direction == Encoder) { if (unrestrictedVector) codec = rfc2190_ff.AvcodecFindEncoder(CODEC_ID_H263P); else codec = rfc2190_ff.AvcodecFindEncoder(CODEC_ID_H263); } else codec = rfc2190_ff.AvcodecFindDecoder(CODEC_ID_H263); if (codec == NULL) { PTRACE(1, "RFC2190H263\tCodec not found for " << (direction == Encoder ? "En" : "De") << "coder"); return; } context = rfc2190_ff.AvcodecAllocContext(); if (context == NULL) { PTRACE(1, "RFC2190H263\tFailed to allocate context for " << (direction == Encoder ? "En" : "De") << "coder"); return; } picture = rfc2190_ff.AvcodecAllocFrame(); if (picture == NULL) { PTRACE(1, "RFC2190H263\tFailed to allocate frame for " << (direction == Encoder ? "En" : "De") << "coder"); return; } if (direction == Encoder) { context->codec = NULL; } else if (!OpenCodec()) { // decoder will re-initialise context with correct frame size PTRACE(1, "RFC2190H263\tFailed to open codec for Decoder"); return; } PTRACE(3, "RFC2190H263\t" << (direction == Encoder ? "En" : "De") << "coder created"); } H323_RFC2190_H263Codec::~H323_RFC2190_H263Codec() { PWaitAndSignal mutex1(videoHandlerActive); CloseCodec(); if (context != NULL) rfc2190_ff.AvcodecFree(context); if (picture != NULL) rfc2190_ff.AvcodecFree(picture); encodedPackets.AllowDeleteObjects(TRUE); unusedPackets.AllowDeleteObjects(TRUE); } BOOL H323_RFC2190_H263Codec::OpenCodec() { if (!rfc2190_ff.IsLoaded()) return FALSE; // avoid copying input/output context->flags |= CODEC_FLAG_INPUT_PRESERVED; // we guarantee to preserve input for max_b_frames+1 frames context->flags |= CODEC_FLAG_EMU_EDGE; // don't draw edges context->width = frameWidth; context->height = frameHeight; if (direction == Encoder) { int size = frameWidth * frameHeight; picture->data[0] = rawFrameBuffer.GetPointer(); picture->data[1] = picture->data[0] + size; picture->data[2] = picture->data[1] + (size / 4); picture->linesize[0] = frameWidth; picture->linesize[1] = frameWidth / 2; picture->linesize[2] = frameWidth / 2; picture->quality = (float)videoQuality; int bitRate = bitRateHighLimit == 0 ? 1024 * 1024 : bitRateHighLimit; context->bit_rate = (bitRate * 3) >> 2; // average bit rate context->bit_rate_tolerance = bitRate << 3; context->rc_min_rate = 0; // minimum bitrate context->rc_max_rate = bitRate; // maximum bitrate context->mb_qmin = context->qmin = videoQMin; context->mb_qmax = context->qmax = videoQMax; context->max_qdiff = 3; // max q difference between frames context->rc_qsquish = 0; // limit q by clipping context->rc_eq= "tex^qComp"; // rate control equation context->qcompress = 0.5; // qscale factor between easy & hard scenes (0.0-1.0) context->i_quant_factor = (float)-0.6; // qscale factor between p and i frames context->i_quant_offset = (float)0.0; // qscale offset between p and i frames // context->b_quant_factor = (float)1.25; // qscale factor between ip and b frames // context->b_quant_offset = (float)1.25; // qscale offset between ip and b frames if (bitRateHighLimit != 0 && (videoBitRateControlModes & DynamicVideoQuality)) { context->flags |= CODEC_FLAG_PASS1; } else { context->flags |= CODEC_FLAG_QSCALE; } context->mb_decision = FF_MB_DECISION_SIMPLE; // choose only one MB type at a time context->me_method = ME_EPZS; context->me_subpel_quality = 8; context->frame_rate_base = 1; context->frame_rate = framesPerSec; context->gop_size = framesPerSec; // about one Intra frame per second if (unrestrictedVector) // unrestricted motion vector context->flags |= CODEC_FLAG_H263P_UMV; else context->flags &= ~CODEC_FLAG_H263P_UMV; if (advancedPrediction) // advanced prediction context->flags |= CODEC_FLAG_4MV; else context->flags &= ~CODEC_FLAG_4MV; context->max_b_frames = pbFrames ? 1 : 0; context->flags &= ~CODEC_FLAG_H263P_AIC; // advanced intra coding (not handled by H323_FFH263Capability) context->flags |= CODEC_FLAG_RFC2190; context->rtp_mode = 1; context->rtp_payload_size = 750; context->rtp_callback = &H323_RFC2190_H263Codec::RtpCallback; context->opaque = this; // used to separate out packets from different encode threads } else { context->workaround_bugs = 0; // no workaround for buggy H.263 implementations context->error_concealment = FF_EC_GUESS_MVS | FF_EC_DEBLOCK; context->error_resilience = FF_ER_CAREFULL; } if (rfc2190_ff.AvcodecOpen(context, codec) < 0) { PTRACE(1, "RFC2190H263\tFailed to open codec for " <<(direction == Encoder ? "En" : "De") << "coder"); return FALSE; } return TRUE; } void H323_RFC2190_H263Codec::CloseCodec() { if (!rfc2190_ff.IsLoaded()) return; if (context != NULL) { if (context->codec != NULL) { rfc2190_ff.AvcodecClose(context); PTRACE(5, "RFC2190H263\tClosed codec for " <<(direction == Encoder ? "En" : "De") << "coder" ); } } } // This function is called from H323_RTPChannel::Transmit() in channels.cxx // to grab, display, and compress a video frame into FFH263 packets. // 1- get another frame if all packets of previous frame have been sent // 2- get next packet on list and send that one // 3- render the current frame if all of its packets have been sent BOOL H323_RFC2190_H263Codec::Read(BYTE * /*buffer*/, // pointer to the RTP payload unsigned & length, // returns size of the RTP payload RTP_DataFrame & frame) { if (!rfc2190_ff.IsLoaded()) return FALSE; PWaitAndSignal mutex1(videoHandlerActive); PTRACE(5, "RFC2190H263\tAcquire next packet from Encoder"); if (rawDataChannel == NULL) { PTRACE(3, "RFC2190H263\tNo channel to grab from, close down video transmission thread"); length = 0; return FALSE; } if (!rawDataChannel->IsOpen()) { PTRACE(3, "RFC2190H263\tVideo grabber is not initialised, close down video transmission thread"); length = 0; return FALSE; } if (encodedPackets.GetSize() == 0) { // No data is waiting to be read. Go and get some with the read call. PINDEX width = ((PVideoChannel *)rawDataChannel)->GetGrabWidth(); PINDEX height = ((PVideoChannel *)rawDataChannel)->GetGrabHeight(); PTRACE(5, "RFC2190H263\tVideo grab size is " << width << "x" << height); if (width == 0 || height == 0) { PTRACE(1,"RFC2190H263\tVideo grab dimension is 0, close down video transmission thread"); length=0; return FALSE; } if (!Resize(width, height)) { PTRACE(3, "RFC2190H263\tFailed to resize, close down video transmission thread"); length=0; return FALSE; } if (!rawDataChannel->Read(rawFrameBuffer.GetPointer(), rawFrameLen)) { PTRACE(3, "RFC2190H263\tFailed to read data from video grabber, close down video transmission thread"); length=0; return FALSE; } if (frameNum > 0) { // update frame rate PTimeInterval deltaTime = PTime() - lastFrameTime; int dTms = (int)deltaTime.GetMilliSeconds() + 1; // time freeze workaround, because ... context->frame_rate = 1000 / dTms + 1; // ... division by 0 rtpTimestampDelta = 90 * dTms; // ... NetMeeting requires at least 1ms } lastFrameTime = PTime(); frameNum++; // increment number of frames grabbed // If there is a Renderer attached, display the grabbed video. if (((PVideoChannel *)rawDataChannel)->IsRenderOpen()) (void)RenderFrame(rawFrameBuffer.GetPointer()); // use data from grab process #if PTRACING PTime encTime; int out_size = #endif rfc2190_ff.AvcodecEncodeVideo(context, encFrameBuffer.GetPointer(), encFrameLen, picture); PTRACE(5, "RFC2190H263\tEncoded " << out_size << " bytes from " << frameWidth << "x" << frameHeight << " in " << (PTime() - encTime).GetMilliSeconds() << " ms"); } else { rtpTimestampDelta = 0; } if (encodedPackets.GetSize() == 0) { PTRACE(1, "RFC2190H263\tEncoder internal error - there should be outstanding packets at this point"); length = 0; return TRUE; // And hope the error condition will fix itself } H263Packet *packet = (H263Packet *) encodedPackets.RemoveAt(0); if (!packet->Read(length, frame)) { PTRACE(1, "RFC2190H263\tEncoder internal error - cause writing too big a packet (" << length << ")"); length = 0; return TRUE; // And hope the error condition will fix itself } unusedPackets.Append(packet); frame.SetMarker(encodedPackets.GetSize() == 0); if (bitRateHighLimit != 0 && (videoBitRateControlModes & AdaptivePacketDelay)) { PTimeInterval timeout(1000 * lastPacketBits / bitRateHighLimit); PTimeInterval deltaTime = PTime() - lastPacketTime; if (timeout > deltaTime) { PTRACE(7, "RFC2190H263\tBitrate throttle: " << lastPacketBits << " bits (" << (lastPacketBits >> 3) << " bytes) sent in " << deltaTime.GetMilliSeconds() << " ms, max " << bitRateHighLimit << " bps -> " << timeout.GetMilliSeconds() << " ms"); PThread::Current()->Sleep(timeout - deltaTime); } } else PThread::Current()->Sleep(2); // 2 ms interval between packets lastPacketTime = PTime(); lastPacketBits = length << 3; PTRACE(5, "RFC2190H263\tSending packet of " << length << " bytes"); return TRUE; } BOOL H323_RFC2190_H263Codec::Write(const BYTE * /*buffer*/, unsigned length, const RTP_DataFrame & frame, unsigned & written) { if (!rfc2190_ff.IsLoaded()) return FALSE; PWaitAndSignal mutex1(videoHandlerActive); if (rawDataChannel == NULL) { PTRACE(3, "RFC2190H263\tNo channel to render to, close down video reception thread"); return FALSE; } if (lastSequenceNumber == 1) { lastSequenceNumber = frame.GetSequenceNumber(); } else if ((++lastSequenceNumber) != frame.GetSequenceNumber()) { PTRACE(3, "RFC2190H263\tDetected loss of one video packet"); lastSequenceNumber = frame.GetSequenceNumber(); } PTRACE(5, "RFC2190H263\tReceived packet of " << frame.GetPayloadSize() << " bytes"); // always indicate we have written the entire packet written = length; // get payload unsigned char * payload = (unsigned char *) frame.GetPayloadPtr(); // this is after the contrib sources int payload_size = frame.GetPayloadSize(); // decode values from the RTP H263 header if (frame.GetPayloadType() == RTP_DataFrame::H263) { // RFC 2190 context->flags &= ~CODEC_FLAG_RFC2429; context->flags |= CODEC_FLAG_RFC2190; } else { // RFC2429 context->flags &= ~CODEC_FLAG_RFC2190; context->flags |= CODEC_FLAG_RFC2429; // not supported } int got_picture, len; len = rfc2190_ff.AvcodecDecodeVideo(context, picture, &got_picture, payload, payload_size); if (!frame.GetMarker()) return TRUE; // full frame received, now process it... len = rfc2190_ff.AvcodecDecodeVideo(context, picture, &got_picture, NULL, -1); if (len < 0) { PTRACE(1, "RFC2190H263\tError while decoding frame"); return TRUE; // And hope the error condition will fix itself } if (got_picture) { PTRACE(5, "RFC2190H263\tDecoded frame (" << len << " bytes) into image " << context->width << "x" << context->height); // H.263 could change picture size at any time if (context->width == 0 || context->height == 0) { PTRACE(1,"RFC2190H263\tImage dimension is 0"); return TRUE; // And hope the error condition will fix itself } if (!Resize(context->width, context->height)) { PTRACE(3, "RFC2190H263\tFailed to resize, close down video reception thread"); return FALSE; } if (!RenderFrame(picture)) { PTRACE(1, "RFC2190H263\tError while rendering frame"); return TRUE; // And hope the error condition will fix itself } frameNum++; } return TRUE; } void H323_RFC2190_H263Codec::RtpCallback(void *data, int data_size, void *hdr, int hdr_size, void *priv_data) { H323_RFC2190_H263Codec *c = (H323_RFC2190_H263Codec *) priv_data; H263Packet *p = c->unusedPackets.GetSize() > 0 ? (H263Packet *) c->unusedPackets.RemoveAt(0) : new H263Packet(); p->Store(data, data_size, hdr, hdr_size); c->encodedPackets.Append(p); } BOOL H323_RFC2190_H263Codec::Resize(int _width, int _height) { if (!rfc2190_ff.IsLoaded()) return FALSE; if ((frameWidth == _width) && (frameHeight == _height)) return TRUE; int sizeIndex = GetStdSize(_width, _height); if (sizeIndex == UnknownStdSize) { PTRACE(3, "RFC2190H263\tCannot resize to " << _width << "x" << _height << " (non-standard format)"); return FALSE; } int vFRdiv = (int)videoFrameRate[sizeIndex]; if (vFRdiv > 0) framesPerSec = 90000 / (vFRdiv * 3003) + 1; else if (vFRdiv < 0) framesPerSec = 1; // actually, less. else { PTRACE(3, "RFC2190H263\tCannot resize to " << _width << "x" << _height << " (capability unsupported)"); return FALSE; } PTRACE(5, "RFC2190H263\t" << (direction == Encoder ? "En" : "De") << "coder resizing to " << _width << "x" << _height); frameWidth = _width; frameHeight = _height; rawFrameLen = (_width * _height * 3) / 2; rawFrameBuffer.SetSize(rawFrameLen + FF_INPUT_BUFFER_PADDING_SIZE); if (direction == Encoder) { memset(rawFrameBuffer.GetPointer() + rawFrameLen, 0, FF_INPUT_BUFFER_PADDING_SIZE); encFrameLen = rawFrameLen; // this could be set to some lower value encFrameBuffer.SetSize(encFrameLen); // encoded video frame CloseCodec(); return OpenCodec(); } return TRUE; } /* RenderFrame does two things: a) Set size of the display frame. This call happens with every frame. A very small overhead. b) Display a frame. */ BOOL H323_RFC2190_H263Codec::RenderFrame(const void *buffer) { if (rawDataChannel == NULL) return TRUE; //Now display local image. ((PVideoChannel *)rawDataChannel)->SetRenderFrameSize(frameWidth, frameHeight); return rawDataChannel->Write(buffer, 0 /*unused parameter*/); } BOOL H323_RFC2190_H263Codec::RenderFrame(const AVFrame *pict) { int size = frameWidth * frameHeight; if (pict->data[1] == pict->data[0] + size && pict->data[2] == pict->data[1] + (size >> 2)) return RenderFrame(pict->data[0]); unsigned char *dst = rawFrameBuffer.GetPointer(); for (int i=0; i<3; i ++) { unsigned char *src = pict->data[i]; int dst_stride = i ? frameWidth >> 1 : frameWidth; int src_stride = pict->linesize[i]; int h = i ? frameHeight >> 1 : frameHeight; if (src_stride==dst_stride) { memcpy(dst, src, dst_stride*h); dst += dst_stride*h; } else { while (h--) { memcpy(dst, src, dst_stride); dst += dst_stride; src += src_stride; } } } return RenderFrame(rawFrameBuffer.GetPointer()); } void H323_RFC2190_H263Codec::SetTxQualityLevel(int qlevel) { picture->quality = (float)(videoQuality = PMIN(videoQMax, PMAX(qlevel, videoQMin))); } void H323_RFC2190_H263Codec::SetTxMinQuality(int qlevel) { context->mb_qmin = context->qmin = videoQMin = PMIN(31, PMAX(qlevel, 1)); if (videoQuality < videoQMin) picture->quality = (float)(videoQuality = qlevel); } void H323_RFC2190_H263Codec::SetTxMaxQuality(int qlevel) { context->mb_qmax = context->qmax = videoQMax = PMIN(31, PMAX(qlevel, 1)); if (videoQuality > videoQMax) picture->quality = (float)(videoQuality = qlevel); } void H323_RFC2190_H263Codec::SetBackgroundFill(int /*idle*/) { } void H323_RFC2190_H263Codec::SetVideoMode(unsigned mode) { PTRACE(5,"Set videoBitRateControlModes to " << mode); videoBitRateControlModes = mode; #if 0 if (context->codec != NULL) { // some vars need a reset CloseCodec(); OpenCodec(); } #endif } BOOL H323_RFC2190_H263Codec::SetMaxBitRate(unsigned bitRate) { PTRACE(5,"Set bitRateHighLimit to " << bitRate << " bps"); bitRateHighLimit = bitRate; #if 0 if (context->codec != NULL) { // some vars need a reset CloseCodec(); return OpenCodec(); } #endif return TRUE; } void H323_RFC2190_H263Codec::OnVideoTemporalSpatialTradeOff() { PTRACE(3, "RFC2190H263\tOnVideoTemporalSpatialTradeOff message ignored, not implemented"); } void H323_RFC2190_H263Codec::OnLostPartialPicture() { PTRACE(3, "RFC2190H263\tOnLostPartialPicture message ignored, not implemented"); } void H323_RFC2190_H263Codec::OnLostPicture() { PTRACE(3, "FFH263\tOnLostPicture message ignored, not implemented"); } static struct { int width; int height; } s_vidFrameSize[] = { { 0, 0}, // forbidden { 128, 96}, // SQCIF { 176, 144}, // QCIF { 352, 288}, // CIF { 704, 576}, // 4CIF { 1408, 1152}, // 16CIF { 0, 0}, // reserved { 0, 0}, // extended PTYPE }; int H323_RFC2190_H263Codec::GetStdSize(int _width, int _height) { int sizeIndex; for ( sizeIndex = SQCIF; sizeIndex < NumStdSizes; ++sizeIndex ) { if ( s_vidFrameSize[sizeIndex].width == _width && s_vidFrameSize[sizeIndex].height == _height ) return sizeIndex; } return UnknownStdSize; } int H323_RFC2190_H263Codec::GetStdWidth(StdSize size) { return s_vidFrameSize[size].width; } int H323_RFC2190_H263Codec::GetStdHeight(StdSize size) { return s_vidFrameSize[size].height; } #endif // H323_AVCODEC ////////////////////////////////////////////////////////////////////// openh323_v1_18_0/src/rfc2833.cxx0100644000176200056700000001542607667025732016263 0ustar releasepostincr/* * rfc2833.cxx * * Open Phone Abstraction Library (OPAL) * Formally known as the Open H323 project. * * Copyright (c) 2001 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open Phone Abstraction Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: rfc2833.cxx,v $ * Revision 1.4 2003/06/03 05:02:18 rjongbloed * Added comment and test for NULL pointer parameter. * * Revision 1.3 2002/05/08 04:39:57 robertj * Fixed problem with receiving RFC2833 data, was still trying to process it as * codec and upsettign the channel receiver code. * * Revision 1.2 2002/02/19 06:32:38 robertj * Allowed for RTP filter functions to force output of packet, or prevent it * from being sent overriding the n frames per packet algorithm. * Added more tracing. * * Revision 1.1 2002/01/23 05:06:23 robertj * Added RFC2833 support as separate class * */ #include #ifdef __GNUC__ #pragma implementation "rfc2833.h" #endif #include "rfc2833.h" static const char RFC2833Table1Events[] = "0123456789*#ABCD!"; #define new PNEW /////////////////////////////////////////////////////////////////////////////// OpalRFC2833Info::OpalRFC2833Info(char t, unsigned d, unsigned ts) { tone = t; duration = d; timestamp = ts; } /////////////////////////////////////////////////////////////////////////////// OpalRFC2833::OpalRFC2833(const PNotifier & rx) : receiveNotifier(rx), #ifdef _MSC_VER #pragma warning(disable:4355) #endif receiveHandler(PCREATE_NOTIFIER(ReceivedPacket)), transmitHandler(PCREATE_NOTIFIER(TransmitPacket)) #ifdef _MSC_VER #pragma warning(default:4355) #endif { PTRACE(3, "RFC2833\tHandler created"); payloadType = RTP_DataFrame::IllegalPayloadType; receiveComplete = TRUE; receiveTimestamp = 0; receiveTimer.SetNotifier(PCREATE_NOTIFIER(ReceiveTimeout)); transmitState = TransmitIdle; transmitTimestamp = 0; transmitTimer.SetNotifier(PCREATE_NOTIFIER(TransmitEnded)); } BOOL OpalRFC2833::SendTone(char tone, unsigned duration) { if (!BeginTransmit(tone)) return FALSE; transmitTimer = duration; return TRUE; } BOOL OpalRFC2833::BeginTransmit(char tone) { PWaitAndSignal m(mutex); const char * theChar = strchr(RFC2833Table1Events, tone); if (theChar == NULL) { PTRACE(1, "RFC2833\tInvalid tone character."); return FALSE; } if (transmitState != TransmitIdle) { PTRACE(1, "RFC2833\tAttempt to send tone while currently sending."); return FALSE; } transmitCode = (BYTE)(theChar-RFC2833Table1Events); transmitState = TransmitActive; transmitTimestamp = 0; PTRACE(3, "RFC2833\tBegin transmit tone='" << tone << '\''); return TRUE; } BOOL OpalRFC2833::EndTransmit() { PWaitAndSignal m(mutex); if (transmitState != TransmitActive) { PTRACE(1, "RFC2833\tAttempt to stop send tone while not sending."); return FALSE; } transmitState = TransmitEnding; PTRACE(3, "RFC2833\tEnd transmit tone='" << RFC2833Table1Events[transmitCode] << '\''); return TRUE; } void OpalRFC2833::OnStartReceive(char tone) { OpalRFC2833Info info(tone); receiveNotifier(info, 0); } void OpalRFC2833::OnEndReceive(char tone, unsigned duration, unsigned timestamp) { OpalRFC2833Info info(tone, duration, timestamp); receiveNotifier(info, 0); } void OpalRFC2833::ReceivedPacket(RTP_DataFrame & frame, INT) { if (frame.GetPayloadType() != payloadType) return; PINDEX payloadSize = frame.GetPayloadSize(); // Zero the payload size so the channel processing ignores this packet frame.SetPayloadSize(0); if (payloadSize < 4) { PTRACE_IF(1, payloadSize > 0, "RFC2833\tIgnoring packet, too small: " << frame.GetPayloadSize()); return; } const BYTE * payload = frame.GetPayloadPtr(); if (payload[0] >= sizeof(RFC2833Table1Events)-1) { PTRACE(2, "RFC2833\tIgnoring packet, unsupported event."); return; } PWaitAndSignal m(mutex); receivedTone = RFC2833Table1Events[payload[0]]; receivedDuration = (payload[2]<<8) + payload[3]; unsigned timestamp = frame.GetTimestamp(); if (receiveTimestamp != timestamp) { PTRACE(3, "RFC2833\tReceived start tone=" << receivedTone); OnStartReceive(receivedTone); // Starting a new event. receiveTimestamp = timestamp; receiveComplete = FALSE; receiveTimer = 150; } else { receiveTimer = 150; if (receiveComplete) { PTRACE(3, "RFC2833\tIgnoring duplicate packet."); return; } } if ((payload[1]&0x80) == 0) { PTRACE(1, "RFC2833\tIgnoring packet, not end of event."); return; } receiveComplete = TRUE; receiveTimer.Stop(); PTRACE(3, "RFC2833\tReceived end tone=" << receivedTone << " duration=" << receivedDuration); OnEndReceive(receivedTone, receivedDuration, receiveTimestamp); } void OpalRFC2833::ReceiveTimeout(PTimer &, INT) { PWaitAndSignal m(mutex); if (receiveComplete) return; receiveComplete = TRUE; PTRACE(3, "RFC2833\tTimeout tone=" << receivedTone << " duration=" << receivedDuration); OnEndReceive(receivedTone, receivedDuration, receiveTimestamp); } void OpalRFC2833::TransmitPacket(RTP_DataFrame & frame, INT param) { if (transmitState == TransmitIdle) return; // Set flag to force a packet to be sent. if (param != 0) *(BOOL *)param = TRUE; PWaitAndSignal m(mutex); //frame.SetMarker(transmitTimestamp == 0); unsigned actualTimestamp = frame.GetTimestamp(); if (transmitTimestamp == 0) transmitTimestamp = actualTimestamp; frame.SetTimestamp(transmitTimestamp); frame.SetPayloadType(payloadType); frame.SetPayloadSize(4); BYTE * payload = frame.GetPayloadPtr(); payload[0] = transmitCode; payload[1] = 7; // Volume if (transmitState == TransmitEnding) { payload[1] |= 0x80; transmitState = TransmitIdle; } unsigned duration = actualTimestamp - transmitTimestamp; payload[2] = (BYTE)(duration>>8); payload[3] = (BYTE) duration ; PTRACE(4, "RFC2833\tInserting packet: ts=" << transmitTimestamp << " code='" << RFC2833Table1Events[transmitCode] << "'" " duration=" << duration << ' ' << (transmitState == TransmitIdle ? "ending" : "continuing")); } void OpalRFC2833::TransmitEnded(PTimer &, INT) { EndTransmit(); } ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/src/rtp.cxx0100644000176200056700000016067510340433317015765 0ustar releasepostincr/* * rtp.cxx * * RTP protocol handler * * Open H323 Library * * Copyright (c) 1998-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Portions of this code were written with the assisance of funding from * Vovida Networks, Inc. http://www.vovida.com. * * Contributor(s): ______________________________________. * * $Log: rtp.cxx,v $ * Revision 1.104 2005/11/21 21:06:23 shorne * Added GQoS switches * * Revision 1.103 2005/08/27 02:06:01 csoutheren * Keep track of time first RTP packet is received * * Revision 1.102 2005/01/16 20:39:44 csoutheren * Fixed problem with IPv6 INADDR_ANY * * Revision 1.101 2005/01/04 08:08:46 csoutheren * More changes to implement the new configuration methodology, and also to * attack the global static problem * * Revision 1.100 2005/01/03 14:03:42 csoutheren * Added new configure options and ability to disable/enable modules * * Revision 1.99 2005/01/03 06:26:09 csoutheren * Added extensive support for disabling code modules at compile time * * Revision 1.98 2004/07/03 06:51:37 rjongbloed * Added PTRACE_PARAM() macro to fix warnings on parameters used in PTRACE * macros only. * * Revision 1.97 2004/05/02 18:49:08 ykiryanov * Removed ifdef BeOS to add functionality * * Revision 1.96 2004/04/24 23:58:05 rjongbloed * Fixed GCC 3.4 warning about PAssertNULL * * Revision 1.95 2004/04/22 12:38:04 rjongbloed * Removed the RTP QoS class if there is no QoS support in build, * thanks Nick Hoath, ISDN Communications Ltd. * * Revision 1.94 2004/04/07 05:31:43 csoutheren * Added ability to receive calls from endpoints behind NAT firewalls * * Revision 1.93 2004/03/02 10:02:13 rjongbloed * Added check for unusual error in reading UDP socket, thanks Michael Smith * * Revision 1.92 2004/02/09 11:17:50 rjongbloed * Improved check for compound RTCP packets so does not possibly acess * memory beyond that allocated in packet. Pointed out by Paul Slootman * * Revision 1.91 2003/10/28 22:35:21 dereksmithies * Fix warning about possible use of unitialized variable. * * Revision 1.90 2003/10/27 06:03:39 csoutheren * Added support for QoS * Thanks to Henry Harrison of AliceStreet * * Revision 1.89 2003/10/09 09:47:45 csoutheren * Fixed problem with re-opening RTP half-channels under unusual * circumstances. Thanks to Damien Sandras * * Revision 1.88 2003/05/02 04:57:47 robertj * Added header extension support to RTP data frame class. * * Revision 1.87 2003/02/07 00:30:21 robertj * Changes for bizarre usage of RTP code outside of scope of H.323 specs. * * Revision 1.86 2003/02/04 23:50:06 robertj * Changed trace log for RTP session creation to show local address. * * Revision 1.85 2003/02/04 07:06:42 robertj * Added STUN support. * * Revision 1.84 2003/01/07 06:32:22 robertj * Fixed faint possibility of getting an error on UDP write caused by ICMP * unreachable being received when no UDP read is active on the socket. Then * the UDP write gets the error stopping transmission. * * Revision 1.83 2002/11/19 01:48:00 robertj * Allowed get/set of canonical anme and tool name. * * Revision 1.82 2002/11/05 03:32:04 robertj * Added session ID to trace logs. * Fixed possible extra wait exiting RTP read loop on close. * * Revision 1.81 2002/11/05 01:55:50 robertj * Added comments about strange mutex usage. * * Revision 1.80 2002/10/31 00:47:07 robertj * Enhanced jitter buffer system so operates dynamically between minimum and * maximum values. Altered API to assure app writers note the change! * * Revision 1.79 2002/09/26 04:01:49 robertj * Fixed calculation of fraction of packets lost in RR, thanks Awais Ali * * Revision 1.78 2002/09/03 06:15:32 robertj * Added copy constructor/operator for session manager. * * Revision 1.77 2002/08/05 10:03:48 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.76 2002/07/23 06:28:16 robertj * Added statistics call back on first sent or received RTP packet, helps with, * for example, detecting if remote endpoint has started to send audio. * * Revision 1.75 2002/05/28 02:37:55 robertj * Fixed reading data out of RTCP compound statements. * * Revision 1.74 2002/05/21 07:12:39 robertj * Fixed 100% CPU usage loop for checkin on sending RTCP data if * have no RTP data transferred at all. * * Revision 1.73 2002/05/02 05:58:28 robertj * Changed the mechanism for sending RTCP reports so that they will continue * to be sent regardless of if there is any actual data traffic. * Added support for compound RTCP statements for sender and receiver reports. * * Revision 1.72 2002/04/18 05:48:58 robertj * Fixed problem with new SSRC value being ignored after RTP session has * been restarted, thanks "Jacky". * * Revision 1.71 2002/02/09 02:33:49 robertj * Improved payload type docuemntation and added Cisco CN. * * Revision 1.70 2001/12/20 04:34:56 robertj * Fixed display of some of the unknown RTP types. * * Revision 1.69 2001/09/12 07:48:05 robertj * Fixed various problems with tracing. * * Revision 1.68 2001/09/11 00:21:24 robertj * Fixed missing stack sizes in endpoint for cleaner thread and jitter thread. * * Revision 1.67 2001/09/10 08:24:04 robertj * Fixed setting of destination RTP address so works with endpoints that * do not get the OLC packets quite right. * * Revision 1.66 2001/07/11 03:23:54 robertj * Bug fixed where every 65536 PDUs the session thinks it is the first PDU again. * * Revision 1.65 2001/07/06 06:32:24 robertj * Added flag and checks for RTP data having specific SSRC. * Changed transmitter IP address check so is based on first received * PDU instead of expecting it to come from the host we are sending to. * * Revision 1.64 2001/06/04 13:43:44 robertj * Fixed I/O block breaker code if RTP session is bound to INADDR_ANY interface. * * Revision 1.63 2001/06/04 11:37:50 robertj * Added thread safe enumeration functions of RTP sessions. * Added member access functions to UDP based RTP sessions. * * Revision 1.62 2001/05/24 01:12:23 robertj * Fixed sender report timestamp field, thanks Johan Gnosspelius * * Revision 1.61 2001/05/08 05:28:02 yurik * No ifdef _WIN32_WCE anymore - 3+ version of SDK allows it * * Revision 1.60 2001/04/24 06:15:50 robertj * Added work around for strange Cisco bug which suddenly starts sending * RTP packets beginning at a difference sequence number base. * * Revision 1.59 2001/04/02 23:58:24 robertj * Added jitter calculation to RTP session. * Added trace of statistics. * * Revision 1.58 2001/03/20 07:24:05 robertj * Changed RTP SDES to have simple host name instead of attempting a * reverse DNS lookup on IP address as badly configured DNS can cause * a 30 second delay before audio is sent. * * Revision 1.57 2001/03/15 05:45:45 robertj * Changed, yet again, the setting of RTP info to allow for Cisco idosyncracies. * * Revision 1.56 2001/02/21 08:08:26 robertj * Added more debugging. * * Revision 1.55 2001/02/09 05:13:56 craigs * Added pragma implementation to (hopefully) reduce the executable image size * under Linux * * Revision 1.54 2001/01/28 07:06:59 yurik * WinCE-port - avoid using of IP_TOS * * Revision 1.53 2000/12/18 08:59:20 craigs * Added ability to set ports * * Revision 1.52 2000/09/25 22:27:40 robertj * Fixed uninitialised variable for lastRRSequenceNumber * * Revision 1.51 2000/09/25 01:53:20 robertj * Fixed MSVC warnings. * * Revision 1.50 2000/09/25 01:44:13 robertj * Fixed possible race condition on shutdown of RTP session with jitter buffer. * * Revision 1.49 2000/09/22 00:32:34 craigs * Added extra logging * Fixed problems with no fastConnect with tunelling * * Revision 1.48 2000/09/21 02:06:07 craigs * Added handling for endpoints that return conformant, but useless, RTP address * and port numbers * * Revision 1.47 2000/08/17 00:42:39 robertj * Fixed RTP Goodbye message reason string parsing, thanks Thien Nguyen. * * Revision 1.46 2000/05/30 10:35:41 robertj * Fixed GNU compiler warning. * * Revision 1.45 2000/05/30 06:52:26 robertj * Fixed problem with Cisco restarting sequence numbers when changing H.323 logical channels. * * Revision 1.44 2000/05/23 12:57:37 robertj * Added ability to change IP Type Of Service code from applications. * * Revision 1.43 2000/05/12 00:27:35 robertj * Fixed bug in UseSession() that caused asserts on BSD and possible race condition everywhere. * * Revision 1.42 2000/05/04 11:52:35 robertj * Added Packets Too Late statistics, requiring major rearrangement of jitter * buffer code, not also changes semantics of codec Write() function slightly. * * Revision 1.41 2000/05/02 04:32:27 robertj * Fixed copyright notice comment. * * Revision 1.40 2000/05/01 01:01:49 robertj * Added flag for what to do with out of orer packets (use if jitter, don't if not). * * Revision 1.39 2000/04/30 03:55:09 robertj * Improved the RTCP messages, epecially reports * * Revision 1.38 2000/04/28 12:56:39 robertj * Fixed transmission of SDES record in RTCP channel. * * Revision 1.37 2000/04/19 01:50:05 robertj * Improved debugging messages. * * Revision 1.36 2000/04/13 18:07:39 robertj * Fixed missing mutex release causing possible deadlocks. * * Revision 1.35 2000/04/10 17:40:05 robertj * Fixed debug output of RTP payload types to allow for unknown numbers. * * Revision 1.34 2000/04/05 04:09:24 robertj * Fixed portability problem with max() macro. * * Revision 1.33 2000/04/05 03:17:32 robertj * Added more RTP statistics gathering and H.245 round trip delay calculation. * * Revision 1.32 2000/04/03 18:15:44 robertj * Added "fractional" part of RTCP status NTP timestamp field. * * Revision 1.31 2000/03/23 02:54:57 robertj * Added sending of SDES control packets. * * Revision 1.30 2000/03/20 20:53:42 robertj * Fixed problem with being able to reopen for reading an RTP_Session (Cisco compatibilty) * * Revision 1.29 2000/03/04 12:32:23 robertj * Added setting of TOS field in IP header to get poor mans QoS on some routers. * * Revision 1.28 2000/02/29 13:00:13 robertj * Added extra statistic display for RTP packets out of order. * * Revision 1.27 2000/02/29 02:13:56 robertj * Fixed RTP receive of both control and data, ignores ECONNRESET/ECONNREFUSED errors. * * Revision 1.26 2000/02/27 10:56:24 robertj * Fixed error in code allowing non-consecutive RTP port numbers coming from broken stacks, thanks Vassili Leonov. * * Revision 1.25 2000/02/17 12:07:44 robertj * Used ne wPWLib random number generator after finding major problem in MSVC rand(). * * Revision 1.24 2000/01/29 07:10:20 robertj * Fixed problem with RTP transmit to host that is not yet ready causing the * receive side to die with ECONNRESET, thanks Ian MacDonald * * Revision 1.23 2000/01/20 05:57:46 robertj * Added extra flexibility in receiving incorrectly formed OpenLogicalChannel PDU's * * Revision 1.22 2000/01/14 00:31:40 robertj * Bug fix for RTP port allocation (MSVC optimised version), Thanks to Ian MacDonald. * * Revision 1.21 1999/12/30 09:14:49 robertj * Changed payload type functions to use enum. * * Revision 1.20 1999/12/23 23:02:36 robertj * File reorganision for separating RTP from H.323 and creation of LID for VPB support. * * Revision 1.19 1999/11/29 04:50:11 robertj * Added adaptive threshold calculation to silence detection. * * Revision 1.18 1999/11/22 00:09:59 robertj * Fixed error in RTP transmit rewrite for ternary state, didn't transmit at all! * * Revision 1.17 1999/11/20 05:35:48 robertj * Fixed possibly I/O block in RTP read loops. * * Revision 1.16 1999/11/19 13:13:31 robertj * Fixed Windows 95 compatibility issue in shutdown of RTP reading. * * Revision 1.15 1999/11/19 10:23:16 robertj * Fixed local binding of socket to correct address on multi-homes systems. * * Revision 1.14 1999/11/19 09:17:15 robertj * Fixed problems with aycnhronous shut down of logical channels. * * Revision 1.13 1999/11/17 03:49:51 robertj * Added RTP statistics display. * * Revision 1.12 1999/11/14 11:41:07 robertj * Added access functions to RTP statistics. * * Revision 1.11 1999/10/18 23:55:11 robertj * Fixed bug in setting contributing sources, length put into wrong spot in PDU header * * Revision 1.10 1999/09/21 14:10:04 robertj * Removed warnings when no tracing enabled. * * Revision 1.9 1999/09/05 00:58:37 robertj * Removed requirement that OpenLogicalChannalAck sessionId match original OLC. * * Revision 1.8 1999/09/03 02:17:50 robertj * Added more debugging * * Revision 1.7 1999/08/31 12:34:19 robertj * Added gatekeeper support. * * Revision 1.6 1999/07/16 02:13:54 robertj * Slowed down the control channel statistics packets. * * Revision 1.5 1999/07/13 09:53:24 robertj * Fixed some problems with jitter buffer and added more debugging. * * Revision 1.4 1999/07/09 06:09:52 robertj * Major implementation. An ENORMOUS amount of stuff added everywhere. * * Revision 1.3 1999/06/22 13:49:40 robertj * Added GSM support and further RTP protocol enhancements. * * Revision 1.2 1999/06/14 08:42:52 robertj * Fixed bug in dropped packets display was negative. * * Revision 1.1 1999/06/14 06:12:25 robertj * Changes for using RTP sessions correctly in H323 Logical Channel context * */ #include #ifdef __GNUC__ #pragma implementation "rtp.h" #endif #include "rtp.h" #ifndef NO_H323_AUDIO_CODECS #include "jitter.h" #endif #include #ifdef P_STUN #include #endif #define new PNEW const unsigned SecondsFrom1900to1970 = (70*365+17)*24*60*60U; #define UDP_BUFFER_SIZE 32768 #define MIN_HEADER_SIZE 12 ///////////////////////////////////////////////////////////////////////////// RTP_DataFrame::RTP_DataFrame(PINDEX sz) : PBYTEArray(MIN_HEADER_SIZE+sz) { payloadSize = sz; theArray[0] = '\x80'; } void RTP_DataFrame::SetExtension(BOOL ext) { if (ext) theArray[0] |= 0x10; else theArray[0] &= 0xef; } void RTP_DataFrame::SetMarker(BOOL m) { if (m) theArray[1] |= 0x80; else theArray[1] &= 0x7f; } void RTP_DataFrame::SetPayloadType(PayloadTypes t) { PAssert(t <= 0x7f, PInvalidParameter); theArray[1] &= 0x80; theArray[1] |= t; } DWORD RTP_DataFrame::GetContribSource(PINDEX idx) const { PAssert(idx < GetContribSrcCount(), PInvalidParameter); return ((PUInt32b *)&theArray[MIN_HEADER_SIZE])[idx]; } void RTP_DataFrame::SetContribSource(PINDEX idx, DWORD src) { PAssert(idx <= 15, PInvalidParameter); if (idx >= GetContribSrcCount()) { BYTE * oldPayload = GetPayloadPtr(); theArray[0] &= 0xf0; theArray[0] |= idx+1; SetSize(GetHeaderSize()+payloadSize); memmove(GetPayloadPtr(), oldPayload, payloadSize); } ((PUInt32b *)&theArray[MIN_HEADER_SIZE])[idx] = src; } PINDEX RTP_DataFrame::GetHeaderSize() const { PINDEX sz = MIN_HEADER_SIZE + 4*GetContribSrcCount(); if (GetExtension()) sz += 4 + GetExtensionSize(); return sz; } int RTP_DataFrame::GetExtensionType() const { if (GetExtension()) return *(PUInt16b *)&theArray[MIN_HEADER_SIZE + 4*GetContribSrcCount()]; return -1; } void RTP_DataFrame::SetExtensionType(int type) { if (type < 0) SetExtension(FALSE); else { if (!GetExtension()) SetExtensionSize(0); *(PUInt16b *)&theArray[MIN_HEADER_SIZE + 4*GetContribSrcCount()] = (WORD)type; } } PINDEX RTP_DataFrame::GetExtensionSize() const { if (GetExtension()) return *(PUInt16b *)&theArray[MIN_HEADER_SIZE + 4*GetContribSrcCount() + 2]; return 0; } BOOL RTP_DataFrame::SetExtensionSize(PINDEX sz) { if (!SetMinSize(MIN_HEADER_SIZE + 4*GetContribSrcCount() + 4+4*sz + payloadSize)) return FALSE; SetExtension(TRUE); *(PUInt16b *)&theArray[MIN_HEADER_SIZE + 4*GetContribSrcCount() + 2] = (WORD)sz; return TRUE; } BYTE * RTP_DataFrame::GetExtensionPtr() const { if (GetExtension()) return (BYTE *)&theArray[MIN_HEADER_SIZE + 4*GetContribSrcCount() + 4]; return NULL; } BOOL RTP_DataFrame::SetPayloadSize(PINDEX sz) { payloadSize = sz; return SetMinSize(GetHeaderSize()+payloadSize); } #if PTRACING static const char * const PayloadTypesNames[RTP_DataFrame::LastKnownPayloadType] = { "PCMU", "FS1016", "G721", "GSM", "G7231", "DVI4_8k", "DVI4_16k", "LPC", "PCMA", "G722", "L16_Stereo", "L16_Mono", "G723", "CN", "MPA", "G728", "DVI4_11k", "DVI4_22k", "G729", "CiscoCN", NULL, NULL, NULL, NULL, NULL, "CelB", "JPEG", NULL, NULL, NULL, NULL, "H261", "MPV", "MP2T", "H263" }; ostream & operator<<(ostream & o, RTP_DataFrame::PayloadTypes t) { if ((PINDEX)t < PARRAYSIZE(PayloadTypesNames) && PayloadTypesNames[t] != NULL) o << PayloadTypesNames[t]; else o << "[pt=" << (int)t << ']'; return o; } #endif ///////////////////////////////////////////////////////////////////////////// RTP_ControlFrame::RTP_ControlFrame(PINDEX sz) : PBYTEArray(sz) { compoundOffset = 0; compoundSize = 0; theArray[0] = '\x80'; // Set version 2 } void RTP_ControlFrame::SetCount(unsigned count) { PAssert(count < 32, PInvalidParameter); theArray[compoundOffset] &= 0xe0; theArray[compoundOffset] |= count; } void RTP_ControlFrame::SetPayloadType(unsigned t) { PAssert(t < 256, PInvalidParameter); theArray[compoundOffset+1] = (BYTE)t; } void RTP_ControlFrame::SetPayloadSize(PINDEX sz) { sz = (sz+3)/4; PAssert(sz <= 0xffff, PInvalidParameter); compoundSize = compoundOffset+4*(sz+1); SetMinSize(compoundSize+1); *(PUInt16b *)&theArray[compoundOffset+2] = (WORD)sz; } BOOL RTP_ControlFrame::ReadNextCompound() { compoundOffset += GetPayloadSize()+4; if (compoundOffset+4 > GetSize()) return FALSE; return compoundOffset+GetPayloadSize()+4 <= GetSize(); } BOOL RTP_ControlFrame::WriteNextCompound() { compoundOffset += GetPayloadSize()+4; if (!SetMinSize(compoundOffset+4)) return FALSE; theArray[compoundOffset] = '\x80'; // Set version 2 theArray[compoundOffset+1] = 0; // Set payload type to illegal theArray[compoundOffset+2] = 0; // Set payload size to zero theArray[compoundOffset+3] = 0; return TRUE; } RTP_ControlFrame::SourceDescription & RTP_ControlFrame::AddSourceDescription(DWORD src) { SetPayloadType(RTP_ControlFrame::e_SourceDescription); PINDEX index = GetCount(); SetCount(index+1); PINDEX originalPayloadSize = index != 0 ? GetPayloadSize() : 0; SetPayloadSize(originalPayloadSize+sizeof(SourceDescription)); SourceDescription & sdes = *(SourceDescription *)(GetPayloadPtr()+originalPayloadSize); sdes.src = src; sdes.item[0].type = e_END; return sdes; } RTP_ControlFrame::SourceDescription::Item & RTP_ControlFrame::AddSourceDescriptionItem(SourceDescription & sdes, unsigned type, const PString & data) { PINDEX dataLength = data.GetLength(); SetPayloadSize(GetPayloadSize()+sizeof(SourceDescription::Item)+dataLength-1); SourceDescription::Item * item = sdes.item; while (item->type != e_END) item = item->GetNextItem(); item->type = (BYTE)type; item->length = (BYTE)dataLength; memcpy(item->data, (const char *)data, item->length); item->GetNextItem()->type = e_END; return *item; } void RTP_ControlFrame::ReceiverReport::SetLostPackets(unsigned packets) { lost[0] = (BYTE)(packets >> 16); lost[1] = (BYTE)(packets >> 8); lost[2] = (BYTE)packets; } ///////////////////////////////////////////////////////////////////////////// void RTP_UserData::OnTxStatistics(const RTP_Session & /*session*/) const { } void RTP_UserData::OnRxStatistics(const RTP_Session & /*session*/) const { } ///////////////////////////////////////////////////////////////////////////// RTP_Session::RTP_Session(unsigned id, RTP_UserData * data) : canonicalName(PProcess::Current().GetUserName()), toolName(PProcess::Current().GetName()), reportTimeInterval(0, 12), // Seconds firstDataReceivedTime(0), reportTimer(reportTimeInterval) { PAssert(id > 0 && id < 256, PInvalidParameter); sessionID = (BYTE)id; referenceCount = 1; userData = data; #ifndef NO_H323_AUDIO_CODECS jitter = NULL; #endif ignoreOtherSources = TRUE; ignoreOutOfOrderPackets = TRUE; syncSourceOut = PRandom::Number(); syncSourceIn = 0; txStatisticsInterval = 100; // Number of data packets between tx reports rxStatisticsInterval = 100; // Number of data packets between rx reports lastSentSequenceNumber = (WORD)PRandom::Number(); expectedSequenceNumber = 0; lastRRSequenceNumber = 0; consecutiveOutOfOrderPackets = 0; packetsSent = 0; octetsSent = 0; packetsReceived = 0; octetsReceived = 0; packetsLost = 0; packetsOutOfOrder = 0; averageSendTime = 0; maximumSendTime = 0; minimumSendTime = 0; averageReceiveTime = 0; maximumReceiveTime = 0; minimumReceiveTime = 0; jitterLevel = 0; maximumJitterLevel = 0; txStatisticsCount = 0; rxStatisticsCount = 0; averageSendTimeAccum = 0; maximumSendTimeAccum = 0; minimumSendTimeAccum = 0xffffffff; averageReceiveTimeAccum = 0; maximumReceiveTimeAccum = 0; minimumReceiveTimeAccum = 0xffffffff; packetsLostSinceLastRR = 0; lastTransitTime = 0; } RTP_Session::~RTP_Session() { PTRACE_IF(2, packetsSent != 0 || packetsReceived != 0, "RTP\tFinal statistics:\n" " packetsSent = " << packetsSent << "\n" " octetsSent = " << octetsSent << "\n" " averageSendTime = " << averageSendTime << "\n" " maximumSendTime = " << maximumSendTime << "\n" " minimumSendTime = " << minimumSendTime << "\n" " packetsReceived = " << packetsReceived << "\n" " octetsReceived = " << octetsReceived << "\n" " packetsLost = " << packetsLost << "\n" " packetsTooLate = " << GetPacketsTooLate() << "\n" " packetsOutOfOrder = " << packetsOutOfOrder << "\n" " averageReceiveTime= " << averageReceiveTime << "\n" " maximumReceiveTime= " << maximumReceiveTime << "\n" " minimumReceiveTime= " << minimumReceiveTime << "\n" " averageJitter = " << (jitterLevel >> 7) << "\n" " maximumJitter = " << (maximumJitterLevel >> 7) ); delete userData; #ifndef NO_H323_AUDIO_CODECS delete jitter; #endif } PString RTP_Session::GetCanonicalName() const { PWaitAndSignal mutex(reportMutex); PString s = canonicalName; s.MakeUnique(); return s; } void RTP_Session::SetCanonicalName(const PString & name) { PWaitAndSignal mutex(reportMutex); canonicalName = name; } PString RTP_Session::GetToolName() const { PWaitAndSignal mutex(reportMutex); PString s = toolName; s.MakeUnique(); return s; } void RTP_Session::SetToolName(const PString & name) { PWaitAndSignal mutex(reportMutex); toolName = name; } void RTP_Session::SetUserData(RTP_UserData * data) { delete userData; userData = data; } void RTP_Session::SetJitterBufferSize(unsigned minJitterDelay, unsigned maxJitterDelay, PINDEX stackSize) { if (minJitterDelay == 0 && maxJitterDelay == 0) { #ifndef NO_H323_AUDIO_CODECS delete jitter; jitter = NULL; #endif } else if (jitter != NULL) { #ifndef NO_H323_AUDIO_CODECS jitter->SetDelay(minJitterDelay, maxJitterDelay); #endif } else { SetIgnoreOutOfOrderPackets(FALSE); #ifndef NO_H323_AUDIO_CODECS jitter = new RTP_JitterBuffer(*this, minJitterDelay, maxJitterDelay, stackSize); #endif } } unsigned RTP_Session::GetJitterBufferSize() const { return #ifndef NO_H323_AUDIO_CODECS jitter != NULL ? jitter->GetJitterTime() : #endif 0; } BOOL RTP_Session::ReadBufferedData(DWORD timestamp, RTP_DataFrame & frame) { #ifndef NO_H323_AUDIO_CODECS if (jitter != NULL) return jitter->ReadData(timestamp, frame); else #endif return ReadData(frame); } void RTP_Session::SetTxStatisticsInterval(unsigned packets) { txStatisticsInterval = PMAX(packets, 2); txStatisticsCount = 0; averageSendTimeAccum = 0; maximumSendTimeAccum = 0; minimumSendTimeAccum = 0xffffffff; } void RTP_Session::SetRxStatisticsInterval(unsigned packets) { rxStatisticsInterval = PMAX(packets, 2); rxStatisticsCount = 0; averageReceiveTimeAccum = 0; maximumReceiveTimeAccum = 0; minimumReceiveTimeAccum = 0xffffffff; } void RTP_Session::AddReceiverReport(RTP_ControlFrame::ReceiverReport & receiver) { receiver.ssrc = syncSourceIn; receiver.SetLostPackets(packetsLost); if (expectedSequenceNumber > lastRRSequenceNumber) receiver.fraction = (BYTE)((packetsLostSinceLastRR<<8)/(expectedSequenceNumber - lastRRSequenceNumber)); else receiver.fraction = 0; packetsLostSinceLastRR = 0; receiver.last_seq = lastRRSequenceNumber; lastRRSequenceNumber = expectedSequenceNumber; receiver.jitter = jitterLevel >> 4; // Allow for rounding protection bits // The following have not been calculated yet. receiver.lsr = 0; receiver.dlsr = 0; PTRACE(3, "RTP\tSentReceiverReport:" " ssrc=" << receiver.ssrc << " fraction=" << (unsigned)receiver.fraction << " lost=" << receiver.GetLostPackets() << " last_seq=" << receiver.last_seq << " jitter=" << receiver.jitter << " lsr=" << receiver.lsr << " dlsr=" << receiver.dlsr); } RTP_Session::SendReceiveStatus RTP_Session::OnSendData(RTP_DataFrame & frame) { PTimeInterval tick = PTimer::Tick(); // Timestamp set now frame.SetSequenceNumber(++lastSentSequenceNumber); frame.SetSyncSource(syncSourceOut); if (packetsSent != 0 && !frame.GetMarker()) { // Only do statistics on subsequent packets DWORD diff = (tick - lastSentPacketTime).GetInterval(); averageSendTimeAccum += diff; if (diff > maximumSendTimeAccum) maximumSendTimeAccum = diff; if (diff < minimumSendTimeAccum) minimumSendTimeAccum = diff; txStatisticsCount++; } lastSentTimestamp = frame.GetTimestamp(); lastSentPacketTime = tick; octetsSent += frame.GetPayloadSize(); packetsSent++; // Call the statistics call-back on the first PDU with total count == 1 if (packetsSent == 1 && userData != NULL) userData->OnTxStatistics(*this); if (!SendReport()) return e_AbortTransport; if (txStatisticsCount < txStatisticsInterval) return e_ProcessPacket; txStatisticsCount = 0; averageSendTime = averageSendTimeAccum/txStatisticsInterval; maximumSendTime = maximumSendTimeAccum; minimumSendTime = minimumSendTimeAccum; averageSendTimeAccum = 0; maximumSendTimeAccum = 0; minimumSendTimeAccum = 0xffffffff; PTRACE(2, "RTP\tTransmit statistics: " " packets=" << packetsSent << " octets=" << octetsSent << " avgTime=" << averageSendTime << " maxTime=" << maximumSendTime << " minTime=" << minimumSendTime ); if (userData != NULL) userData->OnTxStatistics(*this); return e_ProcessPacket; } RTP_Session::SendReceiveStatus RTP_Session::OnReceiveData(const RTP_DataFrame & frame) { // Check that the PDU is the right version if (frame.GetVersion() != RTP_DataFrame::ProtocolVersion) return e_IgnorePacket; // Non fatal error, just ignore // Check for if a control packet rather than data packet. if (frame.GetPayloadType() > RTP_DataFrame::MaxPayloadType) return e_IgnorePacket; // Non fatal error, just ignore PTimeInterval tick = PTimer::Tick(); // Get timestamp now // Have not got SSRC yet, so grab it now if (syncSourceIn == 0) syncSourceIn = frame.GetSyncSource(); // Check packet sequence numbers if (packetsReceived == 0) { expectedSequenceNumber = (WORD)(frame.GetSequenceNumber() + 1); firstDataReceivedTime = PTime(); PTRACE(2, "RTP\tFirst data:" " ver=" << frame.GetVersion() << " pt=" << frame.GetPayloadType() << " psz=" << frame.GetPayloadSize() << " m=" << frame.GetMarker() << " x=" << frame.GetExtension() << " seq=" << frame.GetSequenceNumber() << " ts=" << frame.GetTimestamp() << " src=" << frame.GetSyncSource() << " ccnt=" << frame.GetContribSrcCount()); } else { if (ignoreOtherSources && frame.GetSyncSource() != syncSourceIn) { PTRACE(2, "RTP\tPacket from SSRC=" << frame.GetSyncSource() << " ignored, expecting SSRC=" << syncSourceIn); return e_IgnorePacket; // Non fatal error, just ignore } WORD sequenceNumber = frame.GetSequenceNumber(); if (sequenceNumber == expectedSequenceNumber) { expectedSequenceNumber++; consecutiveOutOfOrderPackets = 0; // Only do statistics on packets after first received in talk burst if (!frame.GetMarker()) { DWORD diff = (tick - lastReceivedPacketTime).GetInterval(); averageReceiveTimeAccum += diff; if (diff > maximumReceiveTimeAccum) maximumReceiveTimeAccum = diff; if (diff < minimumReceiveTimeAccum) minimumReceiveTimeAccum = diff; rxStatisticsCount++; // The following has the implicit assumption that something that has jitter // is an audio codec and thus is in 8kHz timestamp units. diff *= 8; long variance = diff - lastTransitTime; lastTransitTime = diff; if (variance < 0) variance = -variance; jitterLevel += variance - ((jitterLevel+8) >> 4); if (jitterLevel > maximumJitterLevel) maximumJitterLevel = jitterLevel; } } else if (sequenceNumber < expectedSequenceNumber) { PTRACE(3, "RTP\tOut of order packet, received " << sequenceNumber << " expected " << expectedSequenceNumber << " ssrc=" << syncSourceIn); packetsOutOfOrder++; // Check for Cisco bug where sequence numbers suddenly start incrementing // from a different base. if (++consecutiveOutOfOrderPackets > 10) { expectedSequenceNumber = (WORD)(sequenceNumber + 1); PTRACE(1, "RTP\tAbnormal change of sequence numbers, adjusting to expect " << expectedSequenceNumber << " ssrc=" << syncSourceIn); } if (ignoreOutOfOrderPackets) return e_IgnorePacket; // Non fatal error, just ignore } else { unsigned dropped = sequenceNumber - expectedSequenceNumber; packetsLost += dropped; packetsLostSinceLastRR += dropped; PTRACE(3, "RTP\tDropped " << dropped << " packet(s) at " << sequenceNumber << ", ssrc=" << syncSourceIn); expectedSequenceNumber = (WORD)(sequenceNumber + 1); consecutiveOutOfOrderPackets = 0; } } lastReceivedPacketTime = tick; octetsReceived += frame.GetPayloadSize(); packetsReceived++; // Call the statistics call-back on the first PDU with total count == 1 if (packetsReceived == 1 && userData != NULL) userData->OnRxStatistics(*this); if (!SendReport()) return e_AbortTransport; if (rxStatisticsCount < rxStatisticsInterval) return e_ProcessPacket; rxStatisticsCount = 0; averageReceiveTime = averageReceiveTimeAccum/rxStatisticsInterval; maximumReceiveTime = maximumReceiveTimeAccum; minimumReceiveTime = minimumReceiveTimeAccum; averageReceiveTimeAccum = 0; maximumReceiveTimeAccum = 0; minimumReceiveTimeAccum = 0xffffffff; PTRACE(2, "RTP\tReceive statistics: " " packets=" << packetsReceived << " octets=" << octetsReceived << " lost=" << packetsLost << " tooLate=" << GetPacketsTooLate() << " order=" << packetsOutOfOrder << " avgTime=" << averageReceiveTime << " maxTime=" << maximumReceiveTime << " minTime=" << minimumReceiveTime << " jitter=" << (jitterLevel >> 7) << " maxJitter=" << (maximumJitterLevel >> 7) ); if (userData != NULL) userData->OnRxStatistics(*this); return e_ProcessPacket; } BOOL RTP_Session::SendReport() { PWaitAndSignal mutex(reportMutex); if (reportTimer.IsRunning()) return TRUE; // Have not got anything yet, do nothing if (packetsSent == 0 && packetsReceived == 0) { reportTimer = reportTimeInterval; return TRUE; } RTP_ControlFrame report; // No packets sent yet, so only send RR if (packetsSent == 0) { // Send RR as we are not transmitting report.SetPayloadType(RTP_ControlFrame::e_ReceiverReport); report.SetPayloadSize(4+sizeof(RTP_ControlFrame::ReceiverReport)); report.SetCount(1); PUInt32b * payload = (PUInt32b *)report.GetPayloadPtr(); *payload = syncSourceOut; AddReceiverReport(*(RTP_ControlFrame::ReceiverReport *)&payload[1]); } else { report.SetPayloadType(RTP_ControlFrame::e_SenderReport); report.SetPayloadSize(sizeof(RTP_ControlFrame::SenderReport)); RTP_ControlFrame::SenderReport * sender = (RTP_ControlFrame::SenderReport *)report.GetPayloadPtr(); sender->ssrc = syncSourceOut; PTime now; sender->ntp_sec = now.GetTimeInSeconds()+SecondsFrom1900to1970; // Convert from 1970 to 1900 sender->ntp_frac = now.GetMicrosecond()*4294; // Scale microseconds to "fraction" from 0 to 2^32 sender->rtp_ts = lastSentTimestamp; sender->psent = packetsSent; sender->osent = octetsSent; PTRACE(3, "RTP\tSentSenderReport: " " ssrc=" << sender->ssrc << " ntp=" << sender->ntp_sec << '.' << sender->ntp_frac << " rtp=" << sender->rtp_ts << " psent=" << sender->psent << " osent=" << sender->osent); if (syncSourceIn != 0) { report.SetPayloadSize(sizeof(RTP_ControlFrame::SenderReport) + sizeof(RTP_ControlFrame::ReceiverReport)); report.SetCount(1); AddReceiverReport(*(RTP_ControlFrame::ReceiverReport *)&sender[1]); } } // Add the SDES part to compound RTCP packet PTRACE(2, "RTP\tSending SDES: " << canonicalName); report.WriteNextCompound(); RTP_ControlFrame::SourceDescription & sdes = report.AddSourceDescription(syncSourceOut); report.AddSourceDescriptionItem(sdes, RTP_ControlFrame::e_CNAME, canonicalName); report.AddSourceDescriptionItem(sdes, RTP_ControlFrame::e_TOOL, toolName); // Wait a fuzzy amount of time so things don't get into lock step int interval = (int)reportTimeInterval.GetMilliSeconds(); int third = interval/3; interval += PRandom::Number()%(2*third); interval -= third; reportTimer = interval; return WriteControl(report); } static RTP_Session::ReceiverReportArray BuildReceiverReportArray(const RTP_ControlFrame & frame, PINDEX offset) { RTP_Session::ReceiverReportArray reports; const RTP_ControlFrame::ReceiverReport * rr = (const RTP_ControlFrame::ReceiverReport *)(frame.GetPayloadPtr()+offset); for (PINDEX repIdx = 0; repIdx < (PINDEX)frame.GetCount(); repIdx++) { RTP_Session::ReceiverReport * report = new RTP_Session::ReceiverReport; report->sourceIdentifier = rr->ssrc; report->fractionLost = rr->fraction; report->totalLost = rr->GetLostPackets(); report->lastSequenceNumber = rr->last_seq; report->jitter = rr->jitter; report->lastTimestamp = (PInt64)(DWORD)rr->lsr; report->delay = ((PInt64)rr->dlsr << 16)/1000; reports.SetAt(repIdx, report); rr++; } return reports; } RTP_Session::SendReceiveStatus RTP_Session::OnReceiveControl(RTP_ControlFrame & frame) { do { BYTE * payload = frame.GetPayloadPtr(); unsigned size = frame.GetPayloadSize(); switch (frame.GetPayloadType()) { case RTP_ControlFrame::e_SenderReport : if (size >= sizeof(RTP_ControlFrame::SenderReport)) { SenderReport sender; const RTP_ControlFrame::SenderReport & sr = *(const RTP_ControlFrame::SenderReport *)payload; sender.sourceIdentifier = sr.ssrc; sender.realTimestamp = PTime(sr.ntp_sec-SecondsFrom1900to1970, sr.ntp_frac/4294); sender.rtpTimestamp = sr.rtp_ts; sender.packetsSent = sr.psent; sender.octetsSent = sr.osent; OnRxSenderReport(sender, BuildReceiverReportArray(frame, sizeof(RTP_ControlFrame::SenderReport))); } else { PTRACE(2, "RTP\tSenderReport packet truncated"); } break; case RTP_ControlFrame::e_ReceiverReport : if (size >= 4) OnRxReceiverReport(*(const PUInt32b *)payload, BuildReceiverReportArray(frame, sizeof(PUInt32b))); else { PTRACE(2, "RTP\tReceiverReport packet truncated"); } break; case RTP_ControlFrame::e_SourceDescription : if (size >= frame.GetCount()*sizeof(RTP_ControlFrame::SourceDescription)) { SourceDescriptionArray descriptions; const RTP_ControlFrame::SourceDescription * sdes = (const RTP_ControlFrame::SourceDescription *)payload; for (PINDEX srcIdx = 0; srcIdx < (PINDEX)frame.GetCount(); srcIdx++) { descriptions.SetAt(srcIdx, new SourceDescription(sdes->src)); const RTP_ControlFrame::SourceDescription::Item * item = sdes->item; while (item->type != RTP_ControlFrame::e_END) { descriptions[srcIdx].items.SetAt(item->type, PString(item->data, item->length)); item = item->GetNextItem(); } sdes = (const RTP_ControlFrame::SourceDescription *)item->GetNextItem(); } OnRxSourceDescription(descriptions); } else { PTRACE(2, "RTP\tSourceDescription packet truncated"); } break; case RTP_ControlFrame::e_Goodbye : if (size >= 4) { PString str; unsigned count = frame.GetCount()*4; if (size > count) str = PString((const char *)(payload+count+1), payload[count]); PDWORDArray sources(count); for (PINDEX i = 0; i < (PINDEX)count; i++) sources[i] = ((const PUInt32b *)payload)[i]; OnRxGoodbye(sources, str); } else { PTRACE(2, "RTP\tGoodbye packet truncated"); } break; case RTP_ControlFrame::e_ApplDefined : if (size >= 4) { PString str((const char *)(payload+4), 4); OnRxApplDefined(str, frame.GetCount(), *(const PUInt32b *)payload, payload+8, frame.GetPayloadSize()-8); } else { PTRACE(2, "RTP\tApplDefined packet truncated"); } break; default : PTRACE(2, "RTP\tUnknown control payload type: " << frame.GetPayloadType()); } } while (frame.ReadNextCompound()); return e_ProcessPacket; } void RTP_Session::OnRxSenderReport(const SenderReport & PTRACE_PARAM(sender), const ReceiverReportArray & PTRACE_PARAM(reports)) { #if PTRACING PTRACE(3, "RTP\tOnRxSenderReport: " << sender); for (PINDEX i = 0; i < reports.GetSize(); i++) PTRACE(3, "RTP\tOnRxSenderReport RR: " << reports[i]); #endif } void RTP_Session::OnRxReceiverReport(DWORD PTRACE_PARAM(src), const ReceiverReportArray & PTRACE_PARAM(reports)) { #if PTRACING PTRACE(3, "RTP\tOnReceiverReport: ssrc=" << src); for (PINDEX i = 0; i < reports.GetSize(); i++) PTRACE(3, "RTP\tOnReceiverReport RR: " << reports[i]); #endif } void RTP_Session::OnRxSourceDescription(const SourceDescriptionArray & PTRACE_PARAM(description)) { #if PTRACING for (PINDEX i = 0; i < description.GetSize(); i++) PTRACE(3, "RTP\tOnSourceDescription: " << description[i]); #endif } void RTP_Session::OnRxGoodbye(const PDWORDArray & PTRACE_PARAM(src), const PString & PTRACE_PARAM(reason)) { PTRACE(3, "RTP\tOnGoodbye: \"" << reason << "\" srcs=" << src); } void RTP_Session::OnRxApplDefined(const PString & PTRACE_PARAM(type), unsigned PTRACE_PARAM(subtype), DWORD PTRACE_PARAM(src), const BYTE * /*data*/, PINDEX PTRACE_PARAM(size)) { PTRACE(3, "RTP\tOnApplDefined: \"" << type << "\"-" << subtype << " " << src << " [" << size << ']'); } void RTP_Session::ReceiverReport::PrintOn(ostream & strm) const { strm << "ssrc=" << sourceIdentifier << " fraction=" << fractionLost << " lost=" << totalLost << " last_seq=" << lastSequenceNumber << " jitter=" << jitter << " lsr=" << lastTimestamp << " dlsr=" << delay; } void RTP_Session::SenderReport::PrintOn(ostream & strm) const { strm << "ssrc=" << sourceIdentifier << " ntp=" << realTimestamp.AsString("yyyy/M/d-h:m:s.uuuu") << " rtp=" << rtpTimestamp << " psent=" << packetsSent << " osent=" << octetsSent; } void RTP_Session::SourceDescription::PrintOn(ostream & strm) const { static const char * const DescriptionNames[RTP_ControlFrame::NumDescriptionTypes] = { "END", "CNAME", "NAME", "EMAIL", "PHONE", "LOC", "TOOL", "NOTE", "PRIV" }; strm << "ssrc=" << sourceIdentifier; for (PINDEX i = 0; i < items.GetSize(); i++) { strm << "\n item[" << i << "]: type="; unsigned typeNum = items.GetKeyAt(i); if (typeNum < PARRAYSIZE(DescriptionNames)) strm << DescriptionNames[typeNum]; else strm << typeNum; strm << " data=\"" << items.GetDataAt(i) << '"'; } } DWORD RTP_Session::GetPacketsTooLate() const { return #ifndef NO_H323_AUDIO_CODECS jitter != NULL ? jitter->GetPacketsTooLate() : #endif 0; } ///////////////////////////////////////////////////////////////////////////// RTP_SessionManager::RTP_SessionManager() { enumerationIndex = P_MAX_INDEX; } RTP_SessionManager::RTP_SessionManager(const RTP_SessionManager & sm) : sessions(sm.sessions) { enumerationIndex = P_MAX_INDEX; } RTP_SessionManager & RTP_SessionManager::operator=(const RTP_SessionManager & sm) { PWaitAndSignal m1(mutex); PWaitAndSignal m2(sm.mutex); sessions = sm.sessions; return *this; } RTP_Session * RTP_SessionManager::UseSession(unsigned sessionID) { mutex.Wait(); RTP_Session * session = sessions.GetAt(sessionID); if (session == NULL) return NULL; // Deliberately have not release mutex here! See AddSession. PTRACE(3, "RTP\tFound existing session " << sessionID); session->IncrementReference(); mutex.Signal(); return session; } void RTP_SessionManager::AddSession(RTP_Session * session) { if (PAssertNULL(session) != NULL) { PTRACE(2, "RTP\tAdding session " << *session); sessions.SetAt(session->GetSessionID(), session); } // The following is the mutex.Signal() that was not done in the UseSession() mutex.Signal(); } void RTP_SessionManager::ReleaseSession(unsigned sessionID) { PTRACE(2, "RTP\tReleasing session " << sessionID); mutex.Wait(); if (sessions.Contains(sessionID)) { if (sessions[sessionID].DecrementReference()) { PTRACE(3, "RTP\tDeleting session " << sessionID); sessions[sessionID].SetJitterBufferSize(0, 0); sessions.SetAt(sessionID, NULL); } } mutex.Signal(); } RTP_Session * RTP_SessionManager::GetSession(unsigned sessionID) const { PWaitAndSignal wait(mutex); if (!sessions.Contains(sessionID)) return NULL; PTRACE(3, "RTP\tFound existing session " << sessionID); return &sessions[sessionID]; } RTP_Session * RTP_SessionManager::First() { mutex.Wait(); enumerationIndex = 0; return Next(); } RTP_Session * RTP_SessionManager::Next() { if (enumerationIndex < sessions.GetSize()) return &sessions.GetDataAt(enumerationIndex++); Exit(); return NULL; } void RTP_SessionManager::Exit() { enumerationIndex = P_MAX_INDEX; mutex.Signal(); } ///////////////////////////////////////////////////////////////////////////// static void SetMinBufferSize(PUDPSocket & sock, int buftype) { int sz = 0; if (sock.GetOption(buftype, sz)) { if (sz >= UDP_BUFFER_SIZE) return; } if (!sock.SetOption(buftype, UDP_BUFFER_SIZE)) { PTRACE(1, "RTP_UDP\tSetOption(" << buftype << ") failed: " << sock.GetErrorText()); } } RTP_UDP::RTP_UDP(unsigned id, BOOL _remoteIsNAT) : RTP_Session(id), remoteAddress(0), remoteTransmitAddress(0), remoteIsNAT(_remoteIsNAT) { remoteDataPort = 0; remoteControlPort = 0; shutdownRead = FALSE; shutdownWrite = FALSE; dataSocket = NULL; controlSocket = NULL; appliedQOS = FALSE; enableGQOS = FALSE; } RTP_UDP::~RTP_UDP() { Close(TRUE); Close(FALSE); delete dataSocket; delete controlSocket; } void RTP_UDP::ApplyQOS(const PIPSocket::Address & addr) { if (controlSocket != NULL) controlSocket->SetSendAddress(addr,GetRemoteControlPort()); if (dataSocket != NULL) dataSocket->SetSendAddress(addr,GetRemoteDataPort()); appliedQOS = TRUE; } BOOL RTP_UDP::ModifyQOS(RTP_QOS * rtpqos) { BOOL retval = FALSE; if (rtpqos == NULL) return retval; #if P_HAS_QOS if (controlSocket != NULL) retval = controlSocket->ModifyQoSSpec(&(rtpqos->ctrlQoS)); if (dataSocket != NULL) retval &= dataSocket->ModifyQoSSpec(&(rtpqos->dataQoS)); #endif appliedQOS = FALSE; return retval; } void RTP_UDP::EnableGQoS() { enableGQOS = TRUE; } #if P_HAS_QOS PQoS & RTP_UDP::GetQOS() { if (controlSocket != NULL) return controlSocket->GetQoSSpec(); if (dataSocket != NULL) return dataSocket->GetQoSSpec(); return *new PQoS(); } #endif BOOL RTP_UDP::Open(PIPSocket::Address _localAddress, WORD portBase, WORD portMax, BYTE tos, #ifdef P_STUN PSTUNClient * stun, #else void *, #endif RTP_QOS * rtpQos) { // save local address localAddress = _localAddress; localDataPort = (WORD)(portBase&0xfffe); localControlPort = (WORD)(localDataPort + 1); delete dataSocket; delete controlSocket; dataSocket = NULL; controlSocket = NULL; PQoS * dataQos = NULL; PQoS * ctrlQos = NULL; if (rtpQos != NULL) { #if P_HAS_QOS dataQos = &(rtpQos->dataQoS); ctrlQos = &(rtpQos->ctrlQoS); #endif } #if P_STUN if (stun != NULL) { if (stun->CreateSocketPair(dataSocket, controlSocket)) { dataSocket->GetLocalAddress(localAddress, localDataPort); controlSocket->GetLocalAddress(localAddress, localControlPort); } else PTRACE(1, "RTP\tSTUN could not create socket pair!"); } #endif if (dataSocket == NULL || controlSocket == NULL) { dataSocket = new PUDPSocket(dataQos); controlSocket = new PUDPSocket(ctrlQos); while (!dataSocket->Listen(localAddress, 1, localDataPort) || !controlSocket->Listen(localAddress, 1, localControlPort)) { dataSocket->Close(); controlSocket->Close(); if ((localDataPort > portMax) || (localDataPort > 0xfffd)) return FALSE; // If it ever gets to here the OS has some SERIOUS problems! localDataPort += 2; localControlPort += 2; } } // Set the IP Type Of Service field for prioritisation of media UDP packets // through some Cisco routers and Linux boxes if (!dataSocket->SetOption(IP_TOS, tos, IPPROTO_IP)) { PTRACE(1, "RTP_UDP\tCould not set TOS field in IP header: " << dataSocket->GetErrorText()); } // Increase internal buffer size on media UDP sockets SetMinBufferSize(*dataSocket, SO_RCVBUF); SetMinBufferSize(*dataSocket, SO_SNDBUF); SetMinBufferSize(*controlSocket, SO_RCVBUF); SetMinBufferSize(*controlSocket, SO_SNDBUF); shutdownRead = FALSE; shutdownWrite = FALSE; if (canonicalName.Find('@') == P_MAX_INDEX) canonicalName += '@' + GetLocalHostName(); PTRACE(2, "RTP_UDP\tSession " << sessionID << " created: " << localAddress << ':' << localDataPort << '-' << localControlPort << " ssrc=" << syncSourceOut); return TRUE; } void RTP_UDP::Reopen(BOOL reading) { if (reading) shutdownRead = FALSE; else shutdownWrite = FALSE; } void RTP_UDP::Close(BOOL reading) { if (reading) { if (!shutdownRead) { PTRACE(3, "RTP_UDP\tSession " << sessionID << ", Shutting down read."); syncSourceIn = 0; shutdownRead = TRUE; if (dataSocket != NULL && controlSocket != NULL) { PIPSocket::Address addr; controlSocket->GetLocalAddress(addr); if (addr.IsAny()) PIPSocket::GetHostAddress(addr); dataSocket->WriteTo("", 1, addr, controlSocket->GetPort()); } } } else { PTRACE(3, "RTP_UDP\tSession " << sessionID << ", Shutting down write."); shutdownWrite = TRUE; } } PString RTP_UDP::GetLocalHostName() { return PIPSocket::GetHostName(); } BOOL RTP_UDP::SetRemoteSocketInfo(PIPSocket::Address address, WORD port, BOOL isDataPort) { if (remoteIsNAT) { PTRACE(3, "RTP_UDP\tIgnoring remote socket info as remote is behind NAT"); return TRUE; } PTRACE(3, "RTP_UDP\tSetRemoteSocketInfo: session=" << sessionID << ' ' << (isDataPort ? "data" : "control") << " channel, " "new=" << address << ':' << port << ", " "local=" << localAddress << ':' << localDataPort << '-' << localControlPort << ", " "remote=" << remoteAddress << ':' << remoteDataPort << '-' << remoteControlPort); if (localAddress == address && (isDataPort ? localDataPort : localControlPort) == port) return TRUE; remoteAddress = address; if (isDataPort) { remoteDataPort = port; if (remoteControlPort == 0) remoteControlPort = (WORD)(port + 1); } else { remoteControlPort = port; if (remoteDataPort == 0) remoteDataPort = (WORD)(port - 1); } if (!appliedQOS) ApplyQOS(remoteAddress); return remoteAddress != 0 && port != 0; } BOOL RTP_UDP::ReadData(RTP_DataFrame & frame) { for (;;) { int selectStatus = PSocket::Select(*dataSocket, *controlSocket, reportTimer); if (shutdownRead) { PTRACE(3, "RTP_UDP\tSession " << sessionID << ", Read shutdown."); shutdownRead = FALSE; return FALSE; } switch (selectStatus) { case -2 : if (ReadControlPDU() == e_AbortTransport) return FALSE; break; case -3 : if (ReadControlPDU() == e_AbortTransport) return FALSE; // Then do -1 case case -1 : switch (ReadDataPDU(frame)) { case e_ProcessPacket : if (!shutdownRead) return TRUE; case e_IgnorePacket : break; case e_AbortTransport : return FALSE; } break; case 0 : PTRACE(5, "RTP_UDP\tSession " << sessionID << ", check for sending report."); if (!SendReport()) return FALSE; break; case PSocket::Interrupted: PTRACE(3, "RTP_UDP\tSession " << sessionID << ", Interrupted."); return FALSE; default : PTRACE(1, "RTP_UDP\tSession " << sessionID << ", Select error: " << PChannel::GetErrorText((PChannel::Errors)selectStatus)); return FALSE; } } } RTP_Session::SendReceiveStatus RTP_UDP::ReadDataOrControlPDU(PUDPSocket & socket, PBYTEArray & frame, BOOL fromDataChannel) { #if PTRACING const char * channelName = fromDataChannel ? "Data" : "Control"; #endif PIPSocket::Address addr; WORD port; if (socket.ReadFrom(frame.GetPointer(), frame.GetSize(), addr, port)) { if (ignoreOtherSources) { // If remote address never set from higher levels, then try and figure // it out from the first packet received. if (!remoteAddress.IsValid()) { remoteAddress = addr; PTRACE(4, "RTP\tSet remote address from first " << channelName << " PDU from " << addr << ':' << port); } if (fromDataChannel) { if (remoteDataPort == 0) remoteDataPort = port; } else { if (remoteControlPort == 0) remoteControlPort = port; } if (!remoteTransmitAddress.IsValid()) remoteTransmitAddress = addr; else if (remoteTransmitAddress != addr) { PTRACE(1, "RTP_UDP\tSession " << sessionID << ", " << channelName << " PDU from incorrect host, " " is " << addr << " should be " << remoteTransmitAddress); return RTP_Session::e_IgnorePacket; } } if (remoteAddress.IsValid() && !appliedQOS) ApplyQOS(remoteAddress); return RTP_Session::e_ProcessPacket; } switch (socket.GetErrorNumber()) { case ECONNRESET : case ECONNREFUSED : PTRACE(2, "RTP_UDP\tSession " << sessionID << ", " << channelName << " port on remote not ready."); return RTP_Session::e_IgnorePacket; case EAGAIN : // Shouldn't happen, but it does. return RTP_Session::e_IgnorePacket; default: PTRACE(1, "RTP_UDP\t" << channelName << " read error (" << socket.GetErrorNumber(PChannel::LastReadError) << "): " << socket.GetErrorText(PChannel::LastReadError)); return RTP_Session::e_AbortTransport; } } RTP_Session::SendReceiveStatus RTP_UDP::ReadDataPDU(RTP_DataFrame & frame) { SendReceiveStatus status = ReadDataOrControlPDU(*dataSocket, frame, TRUE); if (status != e_ProcessPacket) return status; // Check received PDU is big enough PINDEX pduSize = dataSocket->GetLastReadCount(); if (pduSize < RTP_DataFrame::MinHeaderSize || pduSize < frame.GetHeaderSize()) { PTRACE(2, "RTP_UDP\tSession " << sessionID << ", Received data packet too small: " << pduSize << " bytes"); return e_IgnorePacket; } frame.SetPayloadSize(pduSize - frame.GetHeaderSize()); return OnReceiveData(frame); } RTP_Session::SendReceiveStatus RTP_UDP::ReadControlPDU() { RTP_ControlFrame frame(2048); SendReceiveStatus status = ReadDataOrControlPDU(*controlSocket, frame, FALSE); if (status != e_ProcessPacket) return status; PINDEX pduSize = controlSocket->GetLastReadCount(); if (pduSize < 4 || pduSize < 4+frame.GetPayloadSize()) { PTRACE(2, "RTP_UDP\tSession " << sessionID << ", Received control packet too small: " << pduSize << " bytes"); return e_IgnorePacket; } frame.SetSize(pduSize); return OnReceiveControl(frame); } BOOL RTP_UDP::WriteData(RTP_DataFrame & frame) { if (shutdownWrite) { PTRACE(3, "RTP_UDP\tSession " << sessionID << ", Write shutdown."); shutdownWrite = FALSE; return FALSE; } // Trying to send a PDU before we are set up! if (!remoteAddress.IsValid() || remoteDataPort == 0) return TRUE; switch (OnSendData(frame)) { case e_ProcessPacket : break; case e_IgnorePacket : return TRUE; case e_AbortTransport : return FALSE; } while (!dataSocket->WriteTo(frame.GetPointer(), frame.GetHeaderSize()+frame.GetPayloadSize(), remoteAddress, remoteDataPort)) { switch (dataSocket->GetErrorNumber()) { case ECONNRESET : case ECONNREFUSED : PTRACE(2, "RTP_UDP\tSession " << sessionID << ", data port on remote not ready."); break; default: PTRACE(1, "RTP_UDP\tSession " << sessionID << ", Write error on data port (" << dataSocket->GetErrorNumber(PChannel::LastWriteError) << "): " << dataSocket->GetErrorText(PChannel::LastWriteError)); return FALSE; } } return TRUE; } BOOL RTP_UDP::WriteControl(RTP_ControlFrame & frame) { // Trying to send a PDU before we are set up! if (!remoteAddress.IsValid() || remoteControlPort == 0) return TRUE; while (!controlSocket->WriteTo(frame.GetPointer(), frame.GetCompoundSize(), remoteAddress, remoteControlPort)) { switch (controlSocket->GetErrorNumber()) { case ECONNRESET : case ECONNREFUSED : PTRACE(2, "RTP_UDP\tSession " << sessionID << ", control port on remote not ready."); break; default: PTRACE(1, "RTP_UDP\tSession " << sessionID << ", Write error on control port (" << controlSocket->GetErrorNumber(PChannel::LastWriteError) << "): " << controlSocket->GetErrorText(PChannel::LastWriteError)); } } return TRUE; } ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/src/rtp2wav.cxx0100644000176200056700000000751107606503522016561 0ustar releasepostincr/* * rtp2wav.cxx * * Open Phone Abstraction Library (OPAL) * Formally known as the Open H323 project. * * Copyright (c) 2001 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open Phone Abstraction Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: rtp2wav.cxx,v $ * Revision 1.3 2003/01/07 07:52:50 craigs * Fixed problem with multi-frame G.723.1 packets * * Revision 1.2 2002/05/23 04:22:32 robertj * Fixed problem with detecting correct payload type. Must * wait for first non-empty packet. * Added virtual function so can override record start point. * * Revision 1.1 2002/05/21 02:42:58 robertj * Added class to allow for saving of RTP data to a WAV file. * */ #include #ifdef __GNUC__ #pragma implementation "rtp2wav.h" #endif #include "rtp2wav.h" #define new PNEW /////////////////////////////////////////////////////////////////////////////// OpalRtpToWavFile::OpalRtpToWavFile() #ifdef _MSC_VER #pragma warning(disable:4355) #endif : receiveHandler(PCREATE_NOTIFIER(ReceivedPacket)) #ifdef _MSC_VER #pragma warning(default:4355) #endif { payloadType = RTP_DataFrame::IllegalPayloadType; } OpalRtpToWavFile::OpalRtpToWavFile(const PString & filename) #ifdef _MSC_VER #pragma warning(disable:4355) #endif : receiveHandler(PCREATE_NOTIFIER(ReceivedPacket)) #ifdef _MSC_VER #pragma warning(default:4355) #endif { SetFilePath(filename); payloadType = RTP_DataFrame::IllegalPayloadType; lastPayloadSize = 0; } BOOL OpalRtpToWavFile::OnFirstPacket(RTP_DataFrame & frame) { static int SupportedTypes[] = { PWAVFile::fmt_uLaw, 0, 0, PWAVFile::fmt_GSM, PWAVFile::fmt_VivoG7231, 0, 0, 0, PWAVFile::fmt_ALaw, 0, 0, PWAVFile::fmt_PCM }; payloadType = frame.GetPayloadType(); if (payloadType >= PARRAYSIZE(SupportedTypes) || SupportedTypes[payloadType] == 0) { PTRACE(1, "rtp2wav\tUnsupported payload type: " << payloadType); return FALSE; } if (!SetFormat(SupportedTypes[payloadType])) { PTRACE(1, "rtp2wav\tCould not set WAV file format: " << SupportedTypes[payloadType]); return FALSE; } if (!Open(PFile::WriteOnly)) { PTRACE(1, "rtp2wav\tCould not open WAV file: " << GetErrorText()); return FALSE; } PTRACE(3, "rtp2wav\tStarted recording payload type " << payloadType << " to " << GetFilePath()); return TRUE; } void OpalRtpToWavFile::ReceivedPacket(RTP_DataFrame & frame, INT) { PINDEX payloadSize = frame.GetPayloadSize(); if (payloadType == RTP_DataFrame::IllegalPayloadType) { // Ignore packets until actually get something of jitter buffer if (payloadSize == 0) return; if (!OnFirstPacket(frame)) return; } if (payloadType != frame.GetPayloadType()) return; if (!IsOpen()) return; if (payloadSize > 0) { if (Write(frame.GetPayloadPtr(), payloadSize)) { lastPayloadSize = payloadSize; memcpy(lastFrame.GetPointer(lastPayloadSize), frame.GetPayloadPtr(), payloadSize); return; } } else if (lastPayloadSize == 0) return; else if (Write(lastFrame.GetPointer(), lastPayloadSize)) return; PTRACE(1, "rtp2wav\tError writing to WAV file: " << GetErrorText(PChannel::LastWriteError)); Close(); } ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/src/svcctrl.cxx0100755000176200056700000001547607642163024016647 0ustar releasepostincr/* * svcctrl.cxx * * H.225 Service Control protocol handler * * Open H323 Library * * Copyright (c) 2003 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: svcctrl.cxx,v $ * Revision 1.1 2003/04/01 01:06:28 robertj * Split service control handlers from H.225 RAS header. * */ #include #ifdef __GNUC__ #pragma implementation "svcctrl.h" #endif #include "svcctrl.h" #include "h323ep.h" #include "h323pdu.h" #include "h248.h" #define new PNEW ///////////////////////////////////////////////////////////////////////////// H323ServiceControlSession::H323ServiceControlSession() { } PString H323ServiceControlSession::GetServiceControlType() const { return GetClass(); } ///////////////////////////////////////////////////////////////////////////// H323HTTPServiceControl::H323HTTPServiceControl(const PString & u) : url(u) { } H323HTTPServiceControl::H323HTTPServiceControl(const H225_ServiceControlDescriptor & contents) { OnReceivedPDU(contents); } BOOL H323HTTPServiceControl::IsValid() const { return !url.IsEmpty(); } PString H323HTTPServiceControl::GetServiceControlType() const { return url; } BOOL H323HTTPServiceControl::OnReceivedPDU(const H225_ServiceControlDescriptor & contents) { if (contents.GetTag() != H225_ServiceControlDescriptor::e_url) return FALSE; const PASN_IA5String & pdu = contents; url = pdu; return TRUE; } BOOL H323HTTPServiceControl::OnSendingPDU(H225_ServiceControlDescriptor & contents) const { contents.SetTag(H225_ServiceControlDescriptor::e_url); PASN_IA5String & pdu = contents; pdu = url; return TRUE; } void H323HTTPServiceControl::OnChange(unsigned type, unsigned sessionId, H323EndPoint & endpoint, H323Connection * /*connection*/) const { PTRACE(2, "SvcCtrl\tOnChange HTTP service control " << url); endpoint.OnHTTPServiceControl(type, sessionId, url); } ///////////////////////////////////////////////////////////////////////////// H323H248ServiceControl::H323H248ServiceControl() { } H323H248ServiceControl::H323H248ServiceControl(const H225_ServiceControlDescriptor & contents) { OnReceivedPDU(contents); } BOOL H323H248ServiceControl::OnReceivedPDU(const H225_ServiceControlDescriptor & contents) { if (contents.GetTag() != H225_ServiceControlDescriptor::e_signal) return FALSE; const H225_H248SignalsDescriptor & pdu = contents; H248_SignalsDescriptor signal; if (!pdu.DecodeSubType(signal)) return FALSE; return OnReceivedPDU(signal); } BOOL H323H248ServiceControl::OnSendingPDU(H225_ServiceControlDescriptor & contents) const { contents.SetTag(H225_ServiceControlDescriptor::e_signal); H225_H248SignalsDescriptor & pdu = contents; H248_SignalsDescriptor signal; pdu.EncodeSubType(signal); return OnSendingPDU(signal); } BOOL H323H248ServiceControl::OnReceivedPDU(const H248_SignalsDescriptor & descriptor) { for (PINDEX i = 0; i < descriptor.GetSize(); i++) { if (!OnReceivedPDU(descriptor[i])) return FALSE; } return TRUE; } BOOL H323H248ServiceControl::OnSendingPDU(H248_SignalsDescriptor & descriptor) const { PINDEX last = descriptor.GetSize(); descriptor.SetSize(last+1); return OnSendingPDU(descriptor[last]); } ///////////////////////////////////////////////////////////////////////////// H323CallCreditServiceControl::H323CallCreditServiceControl(const PString & amt, BOOL m, unsigned dur) : amount(amt), mode(m), durationLimit(dur) { } H323CallCreditServiceControl::H323CallCreditServiceControl(const H225_ServiceControlDescriptor & contents) { OnReceivedPDU(contents); } BOOL H323CallCreditServiceControl::IsValid() const { return !amount || durationLimit > 0; } BOOL H323CallCreditServiceControl::OnReceivedPDU(const H225_ServiceControlDescriptor & contents) { if (contents.GetTag() != H225_ServiceControlDescriptor::e_callCreditServiceControl) return FALSE; const H225_CallCreditServiceControl & credit = contents; if (credit.HasOptionalField(H225_CallCreditServiceControl::e_amountString)) amount = credit.m_amountString; if (credit.HasOptionalField(H225_CallCreditServiceControl::e_billingMode)) mode = credit.m_billingMode.GetTag() == H225_CallCreditServiceControl_billingMode::e_debit; else mode = TRUE; if (credit.HasOptionalField(H225_CallCreditServiceControl::e_callDurationLimit)) durationLimit = credit.m_callDurationLimit; else durationLimit = 0; return TRUE; } BOOL H323CallCreditServiceControl::OnSendingPDU(H225_ServiceControlDescriptor & contents) const { contents.SetTag(H225_ServiceControlDescriptor::e_callCreditServiceControl); H225_CallCreditServiceControl & credit = contents; if (!amount) { credit.IncludeOptionalField(H225_CallCreditServiceControl::e_amountString); credit.m_amountString = amount; credit.IncludeOptionalField(H225_CallCreditServiceControl::e_billingMode); credit.m_billingMode.SetTag(mode ? H225_CallCreditServiceControl_billingMode::e_debit : H225_CallCreditServiceControl_billingMode::e_credit); } if (durationLimit > 0) { credit.IncludeOptionalField(H225_CallCreditServiceControl::e_callDurationLimit); credit.m_callDurationLimit = durationLimit; credit.IncludeOptionalField(H225_CallCreditServiceControl::e_enforceCallDurationLimit); credit.m_enforceCallDurationLimit = TRUE; } return !amount || durationLimit > 0; } void H323CallCreditServiceControl::OnChange(unsigned /*type*/, unsigned /*sessionId*/, H323EndPoint & endpoint, H323Connection * connection) const { PTRACE(2, "SvcCtrl\tOnChange Call Credit service control " << amount << (mode ? " debit " : " credit ") << durationLimit); endpoint.OnCallCreditServiceControl(amount, mode); if (durationLimit > 0 && connection != NULL) connection->SetEnforcedDurationLimit(durationLimit); } ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/src/t120proto.cxx0100644000176200056700000001244710053011341016711 0ustar releasepostincr/* * t120proto.cxx * * T.120 protocol handler * * Open Phone Abstraction Library * * Copyright (c) 1998-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: t120proto.cxx,v $ * Revision 1.6 2004/05/20 02:07:29 csoutheren * Use macro to work around MSVC internal compiler errors * * Revision 1.5 2004/05/19 07:38:24 csoutheren * Changed OpalMediaFormat handling to use abstract factory method functions * * Revision 1.4 2002/09/03 06:04:11 robertj * Added globally accessible functions for media format name. * * Revision 1.3 2002/08/05 10:03:48 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.2 2002/02/01 01:47:34 robertj * Some more fixes for T.120 channel establishment, more to do! * * Revision 1.1 2001/07/17 04:44:32 robertj * Partial implementation of T.120 and T.38 logical channels. * */ #include #ifdef __GNUC__ #pragma implementation "t120proto.h" #endif #include "t120proto.h" #include "transports.h" #include "mcspdu.h" #include "x224.h" class T120_X224 : public X224 { PCLASSINFO(T120_X224, X224); public: BOOL Read(H323Transport & transport); BOOL Write(H323Transport & transport); }; class T120ConnectPDU : public MCS_ConnectMCSPDU { PCLASSINFO(T120ConnectPDU, MCS_ConnectMCSPDU); public: BOOL Read(H323Transport & transport); BOOL Write(H323Transport & transport); protected: T120_X224 x224; }; #define new PNEW ///////////////////////////////////////////////////////////////////////////// BOOL T120_X224::Read(H323Transport & transport) { PBYTEArray rawData; if (!transport.ReadPDU(rawData)) { PTRACE(1, "T120\tRead of X224 failed: " << transport.GetErrorText()); return FALSE; } if (Decode(rawData)) { PTRACE(1, "T120\tDecode of PDU failed:\n " << setprecision(2) << *this); return FALSE; } PTRACE(4, "T120\tRead X224 PDU:\n " << setprecision(2) << *this); return TRUE; } BOOL T120_X224::Write(H323Transport & transport) { PBYTEArray rawData; PTRACE(4, "T120\tWrite X224 PDU:\n " << setprecision(2) << *this); if (!Encode(rawData)) { PTRACE(1, "T120\tEncode of PDU failed:\n " << setprecision(2) << *this); return FALSE; } if (!transport.WritePDU(rawData)) { PTRACE(1, "T120\tWrite X224 PDU failed: " << transport.GetErrorText()); return FALSE; } return TRUE; } ///////////////////////////////////////////////////////////////////////////// BOOL T120ConnectPDU::Read(H323Transport & transport) { if (!x224.Read(transport)) return FALSE; // An X224 Data PDU... if (x224.GetCode() != X224::DataPDU) { PTRACE(1, "T120\tX224 must be data PDU"); return FALSE; } // ... contains the T120 MCS PDU PBER_Stream ber = x224.GetData(); if (!Decode(ber)) { PTRACE(1, "T120\tDecode of PDU failed:\n " << setprecision(2) << *this); return FALSE; } PTRACE(4, "T120\tReceived MCS Connect PDU:\n " << setprecision(2) << *this); return TRUE; } BOOL T120ConnectPDU::Write(H323Transport & transport) { PTRACE(4, "T120\tSending MCS Connect PDU:\n " << setprecision(2) << *this); PBER_Stream ber; Encode(ber); ber.CompleteEncoding(); x224.BuildData(ber); return x224.Write(transport); } ///////////////////////////////////////////////////////////////////////////// OpalT120Protocol::OpalT120Protocol() { } BOOL OpalT120Protocol::Originate(H323Transport & transport) { PTRACE(3, "T120\tOriginate, sending X224 CONNECT-REQUEST"); T120_X224 x224; x224.BuildConnectRequest(); if (!x224.Write(transport)) return FALSE; transport.SetReadTimeout(10000); // Wait 10 seconds for reply if (!x224.Read(transport)) return FALSE; if (x224.GetCode() != X224::ConnectConfirm) { PTRACE(1, "T120\tPDU was not X224 CONNECT-CONFIRM"); return FALSE; } T120ConnectPDU pdu; while (pdu.Read(transport)) { if (!HandleConnect(pdu)) return TRUE; } return FALSE; } BOOL OpalT120Protocol::Answer(H323Transport & transport) { PTRACE(3, "T120\tAnswer, awaiting X224 CONNECT-REQUEST"); T120_X224 x224; transport.SetReadTimeout(60000); // Wait 60 seconds for reply do { if (!x224.Read(transport)) return FALSE; } while (x224.GetCode() != X224::ConnectRequest); x224.BuildConnectConfirm(); if (!x224.Write(transport)) return FALSE; T120ConnectPDU pdu; while (pdu.Read(transport)) { if (!HandleConnect(pdu)) return TRUE; } return FALSE; } BOOL OpalT120Protocol::HandleConnect(const MCS_ConnectMCSPDU & /*pdu*/) { return TRUE; } BOOL OpalT120Protocol::HandleDomain(const MCS_DomainMCSPDU & /*pdu*/) { return TRUE; } ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/src/t38.asn0100644000176200056700000000327007566270045015555 0ustar releasepostincrT38 DEFINITIONS AUTOMATIC TAGS ::= BEGIN IFPPacket ::= SEQUENCE { type-of-msg Type-of-msg, data-field Data-Field OPTIONAL } PreCorrigendum-IFPPacket ::= SEQUENCE { type-of-msg Type-of-msg, data-field PreCorrigendum-Data-Field OPTIONAL } Type-of-msg ::= CHOICE { t30-indicator ENUMERATED { no-signal, cng, ced, v21-preamble, v27-2400-training, v27-4800-training, v29-7200-training, v29-9600-training, v17-7200-short-training, v17-7200-long-training, v17-9600-short-training, v17-9600-long-training, v17-12000-short-training, v17-12000-long-training, v17-14400-short-training, v17-14400-long-training, ... }, data ENUMERATED { v21, v27-2400, v27-4800, v29-7200, v29-9600, v17-7200, v17-9600, v17-12000, v17-14400, ... } } Data-Field ::= SEQUENCE OF SEQUENCE { field-type ENUMERATED { hdlc-data, hdlc-sig-end, hdlc-fcs-OK, hdlc-fcs-BAD, hdlc-fcs-OK-sig-end, hdlc-fcs-BAD-sig-end, t4-non-ecm-data, t4-non-ecm-sig-end, ... }, field-data OCTET STRING (SIZE(1..65535)) OPTIONAL } PreCorrigendum-Data-Field ::= SEQUENCE OF SEQUENCE { field-type ENUMERATED { hdlc-data, hdlc-sig-end, hdlc-fcs-OK, hdlc-fcs-BAD, hdlc-fcs-OK-sig-end, hdlc-fcs-BAD-sig-end, t4-non-ecm-data, t4-non-ecm-sig-end }, field-data OCTET STRING (SIZE(1..65535)) OPTIONAL } UDPTLPacket ::= SEQUENCE { seq-number INTEGER (0..65535), primary-ifp-packet TYPE-IDENTIFIER.&Type(IFPPacket), error-recovery CHOICE { secondary-ifp-packets SEQUENCE OF TYPE-IDENTIFIER.&Type(IFPPacket), fec-info SEQUENCE { fec-npackets INTEGER, fec-data SEQUENCE OF OCTET STRING } } } END openh323_v1_18_0/src/t38.cxx0100644000176200056700000006236210251241421015562 0ustar releasepostincr// // t38.cxx // // Code automatically generated by asnparse. // #ifdef P_USE_PRAGMA #pragma implementation "t38.h" #endif #include #include "t38.h" #define new PNEW #if ! H323_DISABLE_T38 #ifndef PASN_NOPRINTON const static PASN_Names Names_T38_Type_of_msg[]={ {"t30_indicator",0} ,{"data",1} }; #endif // // Type-of-msg // T38_Type_of_msg::T38_Type_of_msg(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_T38_Type_of_msg,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 T38_Type_of_msg::operator T38_Type_of_msg_t30_indicator &() const #else T38_Type_of_msg::operator T38_Type_of_msg_t30_indicator &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), T38_Type_of_msg_t30_indicator), PInvalidCast); #endif return *(T38_Type_of_msg_t30_indicator *)choice; } T38_Type_of_msg::operator const T38_Type_of_msg_t30_indicator &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), T38_Type_of_msg_t30_indicator), PInvalidCast); #endif return *(T38_Type_of_msg_t30_indicator *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 T38_Type_of_msg::operator T38_Type_of_msg_data &() const #else T38_Type_of_msg::operator T38_Type_of_msg_data &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), T38_Type_of_msg_data), PInvalidCast); #endif return *(T38_Type_of_msg_data *)choice; } T38_Type_of_msg::operator const T38_Type_of_msg_data &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), T38_Type_of_msg_data), PInvalidCast); #endif return *(T38_Type_of_msg_data *)choice; } BOOL T38_Type_of_msg::CreateObject() { switch (tag) { case e_t30_indicator : choice = new T38_Type_of_msg_t30_indicator(); return TRUE; case e_data : choice = new T38_Type_of_msg_data(); return TRUE; } choice = NULL; return FALSE; } PObject * T38_Type_of_msg::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(T38_Type_of_msg::Class()), PInvalidCast); #endif return new T38_Type_of_msg(*this); } // // Data-Field // T38_Data_Field::T38_Data_Field(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * T38_Data_Field::CreateObject() const { return new T38_Data_Field_subtype; } T38_Data_Field_subtype & T38_Data_Field::operator[](PINDEX i) const { return (T38_Data_Field_subtype &)array[i]; } PObject * T38_Data_Field::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(T38_Data_Field::Class()), PInvalidCast); #endif return new T38_Data_Field(*this); } // // PreCorrigendum-Data-Field // T38_PreCorrigendum_Data_Field::T38_PreCorrigendum_Data_Field(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * T38_PreCorrigendum_Data_Field::CreateObject() const { return new T38_PreCorrigendum_Data_Field_subtype; } T38_PreCorrigendum_Data_Field_subtype & T38_PreCorrigendum_Data_Field::operator[](PINDEX i) const { return (T38_PreCorrigendum_Data_Field_subtype &)array[i]; } PObject * T38_PreCorrigendum_Data_Field::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(T38_PreCorrigendum_Data_Field::Class()), PInvalidCast); #endif return new T38_PreCorrigendum_Data_Field(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_T38_Type_of_msg_t30_indicator[]={ {"no-signal",0} ,{"cng",1} ,{"ced",2} ,{"v21-preamble",3} ,{"v27-2400-training",4} ,{"v27-4800-training",5} ,{"v29-7200-training",6} ,{"v29-9600-training",7} ,{"v17-7200-short-training",8} ,{"v17-7200-long-training",9} ,{"v17-9600-short-training",10} ,{"v17-9600-long-training",11} ,{"v17-12000-short-training",12} ,{"v17-12000-long-training",13} ,{"v17-14400-short-training",14} ,{"v17-14400-long-training",15} }; #endif // // Type-of-msg_t30-indicator // T38_Type_of_msg_t30_indicator::T38_Type_of_msg_t30_indicator(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 15, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_T38_Type_of_msg_t30_indicator,16 #endif ) { } T38_Type_of_msg_t30_indicator & T38_Type_of_msg_t30_indicator::operator=(unsigned v) { SetValue(v); return *this; } PObject * T38_Type_of_msg_t30_indicator::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(T38_Type_of_msg_t30_indicator::Class()), PInvalidCast); #endif return new T38_Type_of_msg_t30_indicator(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_T38_Type_of_msg_data[]={ {"v21",0} ,{"v27-2400",1} ,{"v27-4800",2} ,{"v29-7200",3} ,{"v29-9600",4} ,{"v17-7200",5} ,{"v17-9600",6} ,{"v17-12000",7} ,{"v17-14400",8} }; #endif // // Type-of-msg_data // T38_Type_of_msg_data::T38_Type_of_msg_data(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 8, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_T38_Type_of_msg_data,9 #endif ) { } T38_Type_of_msg_data & T38_Type_of_msg_data::operator=(unsigned v) { SetValue(v); return *this; } PObject * T38_Type_of_msg_data::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(T38_Type_of_msg_data::Class()), PInvalidCast); #endif return new T38_Type_of_msg_data(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_T38_UDPTLPacket_error_recovery[]={ {"secondary_ifp_packets",0} ,{"fec_info",1} }; #endif // // UDPTLPacket_error-recovery // T38_UDPTLPacket_error_recovery::T38_UDPTLPacket_error_recovery(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_T38_UDPTLPacket_error_recovery,2 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 T38_UDPTLPacket_error_recovery::operator T38_UDPTLPacket_error_recovery_secondary_ifp_packets &() const #else T38_UDPTLPacket_error_recovery::operator T38_UDPTLPacket_error_recovery_secondary_ifp_packets &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), T38_UDPTLPacket_error_recovery_secondary_ifp_packets), PInvalidCast); #endif return *(T38_UDPTLPacket_error_recovery_secondary_ifp_packets *)choice; } T38_UDPTLPacket_error_recovery::operator const T38_UDPTLPacket_error_recovery_secondary_ifp_packets &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), T38_UDPTLPacket_error_recovery_secondary_ifp_packets), PInvalidCast); #endif return *(T38_UDPTLPacket_error_recovery_secondary_ifp_packets *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 T38_UDPTLPacket_error_recovery::operator T38_UDPTLPacket_error_recovery_fec_info &() const #else T38_UDPTLPacket_error_recovery::operator T38_UDPTLPacket_error_recovery_fec_info &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), T38_UDPTLPacket_error_recovery_fec_info), PInvalidCast); #endif return *(T38_UDPTLPacket_error_recovery_fec_info *)choice; } T38_UDPTLPacket_error_recovery::operator const T38_UDPTLPacket_error_recovery_fec_info &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), T38_UDPTLPacket_error_recovery_fec_info), PInvalidCast); #endif return *(T38_UDPTLPacket_error_recovery_fec_info *)choice; } BOOL T38_UDPTLPacket_error_recovery::CreateObject() { switch (tag) { case e_secondary_ifp_packets : choice = new T38_UDPTLPacket_error_recovery_secondary_ifp_packets(); return TRUE; case e_fec_info : choice = new T38_UDPTLPacket_error_recovery_fec_info(); return TRUE; } choice = NULL; return FALSE; } PObject * T38_UDPTLPacket_error_recovery::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(T38_UDPTLPacket_error_recovery::Class()), PInvalidCast); #endif return new T38_UDPTLPacket_error_recovery(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_T38_Data_Field_subtype_field_type[]={ {"hdlc-data",0} ,{"hdlc-sig-end",1} ,{"hdlc-fcs-OK",2} ,{"hdlc-fcs-BAD",3} ,{"hdlc-fcs-OK-sig-end",4} ,{"hdlc-fcs-BAD-sig-end",5} ,{"t4-non-ecm-data",6} ,{"t4-non-ecm-sig-end",7} }; #endif // // Data-Field_subtype_field-type // T38_Data_Field_subtype_field_type::T38_Data_Field_subtype_field_type(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 7, TRUE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_T38_Data_Field_subtype_field_type,8 #endif ) { } T38_Data_Field_subtype_field_type & T38_Data_Field_subtype_field_type::operator=(unsigned v) { SetValue(v); return *this; } PObject * T38_Data_Field_subtype_field_type::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(T38_Data_Field_subtype_field_type::Class()), PInvalidCast); #endif return new T38_Data_Field_subtype_field_type(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_T38_PreCorrigendum_Data_Field_subtype_field_type[]={ {"hdlc-data",0} ,{"hdlc-sig-end",1} ,{"hdlc-fcs-OK",2} ,{"hdlc-fcs-BAD",3} ,{"hdlc-fcs-OK-sig-end",4} ,{"hdlc-fcs-BAD-sig-end",5} ,{"t4-non-ecm-data",6} ,{"t4-non-ecm-sig-end",7} }; #endif // // PreCorrigendum-Data-Field_subtype_field-type // T38_PreCorrigendum_Data_Field_subtype_field_type::T38_PreCorrigendum_Data_Field_subtype_field_type(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Enumeration(tag, tagClass, 7, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_T38_PreCorrigendum_Data_Field_subtype_field_type,8 #endif ) { } T38_PreCorrigendum_Data_Field_subtype_field_type & T38_PreCorrigendum_Data_Field_subtype_field_type::operator=(unsigned v) { SetValue(v); return *this; } PObject * T38_PreCorrigendum_Data_Field_subtype_field_type::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(T38_PreCorrigendum_Data_Field_subtype_field_type::Class()), PInvalidCast); #endif return new T38_PreCorrigendum_Data_Field_subtype_field_type(*this); } // // UDPTLPacket_error-recovery_secondary-ifp-packets // T38_UDPTLPacket_error_recovery_secondary_ifp_packets::T38_UDPTLPacket_error_recovery_secondary_ifp_packets(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * T38_UDPTLPacket_error_recovery_secondary_ifp_packets::CreateObject() const { return new T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype; } T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype & T38_UDPTLPacket_error_recovery_secondary_ifp_packets::operator[](PINDEX i) const { return (T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype &)array[i]; } PObject * T38_UDPTLPacket_error_recovery_secondary_ifp_packets::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(T38_UDPTLPacket_error_recovery_secondary_ifp_packets::Class()), PInvalidCast); #endif return new T38_UDPTLPacket_error_recovery_secondary_ifp_packets(*this); } // // ArrayOf_PASN_OctetString // T38_ArrayOf_PASN_OctetString::T38_ArrayOf_PASN_OctetString(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Array(tag, tagClass) { } PASN_Object * T38_ArrayOf_PASN_OctetString::CreateObject() const { return new PASN_OctetString; } PASN_OctetString & T38_ArrayOf_PASN_OctetString::operator[](PINDEX i) const { return (PASN_OctetString &)array[i]; } PObject * T38_ArrayOf_PASN_OctetString::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(T38_ArrayOf_PASN_OctetString::Class()), PInvalidCast); #endif return new T38_ArrayOf_PASN_OctetString(*this); } // // IFPPacket // T38_IFPPacket::T38_IFPPacket(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, FALSE, 0) { } #ifndef PASN_NOPRINTON void T38_IFPPacket::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+14) << "type_of_msg = " << setprecision(indent) << m_type_of_msg << '\n'; if (HasOptionalField(e_data_field)) strm << setw(indent+13) << "data_field = " << setprecision(indent) << m_data_field << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison T38_IFPPacket::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, T38_IFPPacket), PInvalidCast); #endif const T38_IFPPacket & other = (const T38_IFPPacket &)obj; Comparison result; if ((result = m_type_of_msg.Compare(other.m_type_of_msg)) != EqualTo) return result; if ((result = m_data_field.Compare(other.m_data_field)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX T38_IFPPacket::GetDataLength() const { PINDEX length = 0; length += m_type_of_msg.GetObjectLength(); if (HasOptionalField(e_data_field)) length += m_data_field.GetObjectLength(); return length; } BOOL T38_IFPPacket::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_type_of_msg.Decode(strm)) return FALSE; if (HasOptionalField(e_data_field) && !m_data_field.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void T38_IFPPacket::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_type_of_msg.Encode(strm); if (HasOptionalField(e_data_field)) m_data_field.Encode(strm); UnknownExtensionsEncode(strm); } PObject * T38_IFPPacket::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(T38_IFPPacket::Class()), PInvalidCast); #endif return new T38_IFPPacket(*this); } // // PreCorrigendum-IFPPacket // T38_PreCorrigendum_IFPPacket::T38_PreCorrigendum_IFPPacket(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, FALSE, 0) { } #ifndef PASN_NOPRINTON void T38_PreCorrigendum_IFPPacket::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+14) << "type_of_msg = " << setprecision(indent) << m_type_of_msg << '\n'; if (HasOptionalField(e_data_field)) strm << setw(indent+13) << "data_field = " << setprecision(indent) << m_data_field << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison T38_PreCorrigendum_IFPPacket::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, T38_PreCorrigendum_IFPPacket), PInvalidCast); #endif const T38_PreCorrigendum_IFPPacket & other = (const T38_PreCorrigendum_IFPPacket &)obj; Comparison result; if ((result = m_type_of_msg.Compare(other.m_type_of_msg)) != EqualTo) return result; if ((result = m_data_field.Compare(other.m_data_field)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX T38_PreCorrigendum_IFPPacket::GetDataLength() const { PINDEX length = 0; length += m_type_of_msg.GetObjectLength(); if (HasOptionalField(e_data_field)) length += m_data_field.GetObjectLength(); return length; } BOOL T38_PreCorrigendum_IFPPacket::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_type_of_msg.Decode(strm)) return FALSE; if (HasOptionalField(e_data_field) && !m_data_field.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void T38_PreCorrigendum_IFPPacket::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_type_of_msg.Encode(strm); if (HasOptionalField(e_data_field)) m_data_field.Encode(strm); UnknownExtensionsEncode(strm); } PObject * T38_PreCorrigendum_IFPPacket::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(T38_PreCorrigendum_IFPPacket::Class()), PInvalidCast); #endif return new T38_PreCorrigendum_IFPPacket(*this); } // // Data-Field_subtype // T38_Data_Field_subtype::T38_Data_Field_subtype(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, FALSE, 0) { m_field_data.SetConstraints(PASN_Object::FixedConstraint, 1, 65535); } #ifndef PASN_NOPRINTON void T38_Data_Field_subtype::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+13) << "field_type = " << setprecision(indent) << m_field_type << '\n'; if (HasOptionalField(e_field_data)) strm << setw(indent+13) << "field_data = " << setprecision(indent) << m_field_data << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison T38_Data_Field_subtype::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, T38_Data_Field_subtype), PInvalidCast); #endif const T38_Data_Field_subtype & other = (const T38_Data_Field_subtype &)obj; Comparison result; if ((result = m_field_type.Compare(other.m_field_type)) != EqualTo) return result; if ((result = m_field_data.Compare(other.m_field_data)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX T38_Data_Field_subtype::GetDataLength() const { PINDEX length = 0; length += m_field_type.GetObjectLength(); if (HasOptionalField(e_field_data)) length += m_field_data.GetObjectLength(); return length; } BOOL T38_Data_Field_subtype::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_field_type.Decode(strm)) return FALSE; if (HasOptionalField(e_field_data) && !m_field_data.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void T38_Data_Field_subtype::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_field_type.Encode(strm); if (HasOptionalField(e_field_data)) m_field_data.Encode(strm); UnknownExtensionsEncode(strm); } PObject * T38_Data_Field_subtype::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(T38_Data_Field_subtype::Class()), PInvalidCast); #endif return new T38_Data_Field_subtype(*this); } // // PreCorrigendum-Data-Field_subtype // T38_PreCorrigendum_Data_Field_subtype::T38_PreCorrigendum_Data_Field_subtype(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, FALSE, 0) { m_field_data.SetConstraints(PASN_Object::FixedConstraint, 1, 65535); } #ifndef PASN_NOPRINTON void T38_PreCorrigendum_Data_Field_subtype::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+13) << "field_type = " << setprecision(indent) << m_field_type << '\n'; if (HasOptionalField(e_field_data)) strm << setw(indent+13) << "field_data = " << setprecision(indent) << m_field_data << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison T38_PreCorrigendum_Data_Field_subtype::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, T38_PreCorrigendum_Data_Field_subtype), PInvalidCast); #endif const T38_PreCorrigendum_Data_Field_subtype & other = (const T38_PreCorrigendum_Data_Field_subtype &)obj; Comparison result; if ((result = m_field_type.Compare(other.m_field_type)) != EqualTo) return result; if ((result = m_field_data.Compare(other.m_field_data)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX T38_PreCorrigendum_Data_Field_subtype::GetDataLength() const { PINDEX length = 0; length += m_field_type.GetObjectLength(); if (HasOptionalField(e_field_data)) length += m_field_data.GetObjectLength(); return length; } BOOL T38_PreCorrigendum_Data_Field_subtype::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_field_type.Decode(strm)) return FALSE; if (HasOptionalField(e_field_data) && !m_field_data.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void T38_PreCorrigendum_Data_Field_subtype::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_field_type.Encode(strm); if (HasOptionalField(e_field_data)) m_field_data.Encode(strm); UnknownExtensionsEncode(strm); } PObject * T38_PreCorrigendum_Data_Field_subtype::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(T38_PreCorrigendum_Data_Field_subtype::Class()), PInvalidCast); #endif return new T38_PreCorrigendum_Data_Field_subtype(*this); } // // UDPTLPacket_primary-ifp-packet // T38_UDPTLPacket_primary_ifp_packet::T38_UDPTLPacket_primary_ifp_packet(unsigned tag, PASN_Object::TagClass tagClass) : PASN_OctetString(tag, tagClass) { } PObject * T38_UDPTLPacket_primary_ifp_packet::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(T38_UDPTLPacket_primary_ifp_packet::Class()), PInvalidCast); #endif return new T38_UDPTLPacket_primary_ifp_packet(*this); } // // UDPTLPacket_error-recovery_fec-info // T38_UDPTLPacket_error_recovery_fec_info::T38_UDPTLPacket_error_recovery_fec_info(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void T38_UDPTLPacket_error_recovery_fec_info::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+15) << "fec_npackets = " << setprecision(indent) << m_fec_npackets << '\n'; strm << setw(indent+11) << "fec_data = " << setprecision(indent) << m_fec_data << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison T38_UDPTLPacket_error_recovery_fec_info::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, T38_UDPTLPacket_error_recovery_fec_info), PInvalidCast); #endif const T38_UDPTLPacket_error_recovery_fec_info & other = (const T38_UDPTLPacket_error_recovery_fec_info &)obj; Comparison result; if ((result = m_fec_npackets.Compare(other.m_fec_npackets)) != EqualTo) return result; if ((result = m_fec_data.Compare(other.m_fec_data)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX T38_UDPTLPacket_error_recovery_fec_info::GetDataLength() const { PINDEX length = 0; length += m_fec_npackets.GetObjectLength(); length += m_fec_data.GetObjectLength(); return length; } BOOL T38_UDPTLPacket_error_recovery_fec_info::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_fec_npackets.Decode(strm)) return FALSE; if (!m_fec_data.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void T38_UDPTLPacket_error_recovery_fec_info::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_fec_npackets.Encode(strm); m_fec_data.Encode(strm); UnknownExtensionsEncode(strm); } PObject * T38_UDPTLPacket_error_recovery_fec_info::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(T38_UDPTLPacket_error_recovery_fec_info::Class()), PInvalidCast); #endif return new T38_UDPTLPacket_error_recovery_fec_info(*this); } // // UDPTLPacket_error-recovery_secondary-ifp-packets_subtype // T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype::T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype(unsigned tag, PASN_Object::TagClass tagClass) : PASN_OctetString(tag, tagClass) { } PObject * T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype::Class()), PInvalidCast); #endif return new T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype(*this); } // // UDPTLPacket // T38_UDPTLPacket::T38_UDPTLPacket(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { m_seq_number.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } #ifndef PASN_NOPRINTON void T38_UDPTLPacket::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+13) << "seq_number = " << setprecision(indent) << m_seq_number << '\n'; strm << setw(indent+21) << "primary_ifp_packet = " << setprecision(indent) << m_primary_ifp_packet << '\n'; strm << setw(indent+17) << "error_recovery = " << setprecision(indent) << m_error_recovery << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison T38_UDPTLPacket::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, T38_UDPTLPacket), PInvalidCast); #endif const T38_UDPTLPacket & other = (const T38_UDPTLPacket &)obj; Comparison result; if ((result = m_seq_number.Compare(other.m_seq_number)) != EqualTo) return result; if ((result = m_primary_ifp_packet.Compare(other.m_primary_ifp_packet)) != EqualTo) return result; if ((result = m_error_recovery.Compare(other.m_error_recovery)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX T38_UDPTLPacket::GetDataLength() const { PINDEX length = 0; length += m_seq_number.GetObjectLength(); length += m_primary_ifp_packet.GetObjectLength(); length += m_error_recovery.GetObjectLength(); return length; } BOOL T38_UDPTLPacket::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_seq_number.Decode(strm)) return FALSE; if (!m_primary_ifp_packet.Decode(strm)) return FALSE; if (!m_error_recovery.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void T38_UDPTLPacket::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_seq_number.Encode(strm); m_primary_ifp_packet.Encode(strm); m_error_recovery.Encode(strm); UnknownExtensionsEncode(strm); } PObject * T38_UDPTLPacket::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(T38_UDPTLPacket::Class()), PInvalidCast); #endif return new T38_UDPTLPacket(*this); } #endif // if ! H323_DISABLE_T38 // End of t38.cxx openh323_v1_18_0/src/t38proto.cxx0100644000176200056700000003561310071453571016660 0ustar releasepostincr/* * t38proto.cxx * * T.38 protocol handler * * Open Phone Abstraction Library * * Copyright (c) 1998-2002 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): Vyacheslav Frolov. * * $Log: t38proto.cxx,v $ * Revision 1.18 2004/07/03 06:51:37 rjongbloed * Added PTRACE_PARAM() macro to fix warnings on parameters used in PTRACE * macros only. * * Revision 1.17 2002/12/19 01:49:08 robertj * Fixed incorrect setting of optional fields in pre-corrigendum packet * translation function, thanks Vyacheslav Frolov * * Revision 1.16 2002/12/06 04:18:02 robertj * Fixed GNU warning * * Revision 1.15 2002/12/02 04:08:02 robertj * Turned T.38 Originate inside out, so now has WriteXXX() functions that can * be call ed in different thread contexts. * * Revision 1.14 2002/12/02 00:37:19 robertj * More implementation of T38 base library code, some taken from the t38modem * application by Vyacheslav Frolov, eg redundent frames. * * Revision 1.13 2002/11/21 06:40:00 robertj * Changed promiscuous mode to be three way. Fixes race condition in gkserver * which can cause crashes or more PDUs to be sent to the wrong place. * * Revision 1.12 2002/09/25 05:20:40 robertj * Fixed warning on no trace version. * * Revision 1.11 2002/08/05 10:03:48 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.10 2002/02/09 04:39:05 robertj * Changes to allow T.38 logical channels to use single transport which is * now owned by the OpalT38Protocol object instead of H323Channel. * * Revision 1.9 2002/01/01 23:27:50 craigs * Added CleanupOnTermination functions * Thanks to Vyacheslav Frolov * * Revision 1.8 2001/12/22 22:18:07 craigs * Canged to ignore subsequent PDUs with identical sequence numbers * * Revision 1.7 2001/12/22 01:56:51 robertj * Cleaned up code and allowed for repeated sequence numbers. * * Revision 1.6 2001/12/19 09:15:43 craigs * Added changes from Vyacheslav Frolov * * Revision 1.5 2001/12/14 08:36:36 robertj * More implementation of T.38, thanks Adam Lazur * * Revision 1.4 2001/11/11 23:18:53 robertj * MSVC warnings removed. * * Revision 1.3 2001/11/11 23:07:52 robertj * Some clean ups after T.38 commit, thanks Adam Lazur * * Revision 1.2 2001/11/09 05:39:54 craigs * Added initial T.38 support thanks to Adam Lazur * * Revision 1.1 2001/07/17 04:44:32 robertj * Partial implementation of T.120 and T.38 logical channels. * */ #include #ifdef __GNUC__ #pragma implementation "t38proto.h" #endif #include "t38proto.h" #include "t38.h" #include "transports.h" #define new PNEW ///////////////////////////////////////////////////////////////////////////// OpalT38Protocol::OpalT38Protocol() { transport = NULL; autoDeleteTransport = FALSE; corrigendumASN = TRUE; indicatorRedundancy = 0; lowSpeedRedundancy = 0; highSpeedRedundancy = 0; lastSentSequenceNumber = -1; } OpalT38Protocol::~OpalT38Protocol() { if (autoDeleteTransport) delete transport; } void OpalT38Protocol::CleanUpOnTermination() { transport->Close(); } void OpalT38Protocol::SetTransport(H323Transport * t, BOOL autoDelete) { if (transport != t) { if (autoDeleteTransport) delete transport; transport = t; } autoDeleteTransport = autoDelete; } BOOL OpalT38Protocol::Originate() { PTRACE(3, "T38\tOriginate, transport=" << *transport); // Application would normally override this. The default just sends // a "heartbeat". while (WriteIndicator(T38_Type_of_msg_t30_indicator::e_no_signal)) PThread::Sleep(500); return FALSE; } BOOL OpalT38Protocol::WritePacket(const T38_IFPPacket & ifp) { T38_UDPTLPacket udptl; // If there are redundant frames saved from last time, put them in if (!redundantIFPs.IsEmpty()) { udptl.m_error_recovery.SetTag(T38_UDPTLPacket_error_recovery::e_secondary_ifp_packets); T38_UDPTLPacket_error_recovery_secondary_ifp_packets & secondary = udptl.m_error_recovery; secondary.SetSize(redundantIFPs.GetSize()); for (PINDEX i = 0; i < redundantIFPs.GetSize(); i++) secondary[i].SetValue(redundantIFPs[i]); } // Encode the current ifp, but need to do stupid things as there are two // versions of the ASN out there, completely incompatible. if (corrigendumASN || !ifp.HasOptionalField(T38_IFPPacket::e_data_field)) udptl.m_primary_ifp_packet.EncodeSubType(ifp); else { T38_PreCorrigendum_IFPPacket old_ifp; old_ifp.m_type_of_msg = ifp.m_type_of_msg; old_ifp.IncludeOptionalField(T38_IFPPacket::e_data_field); PINDEX count = ifp.m_data_field.GetSize(); old_ifp.m_data_field.SetSize(count); for (PINDEX i = 0 ; i < count; i++) { old_ifp.m_data_field[i].m_field_type = ifp.m_data_field[i].m_field_type; if (ifp.m_data_field[i].HasOptionalField(T38_Data_Field_subtype::e_field_data)) { old_ifp.m_data_field[i].IncludeOptionalField(T38_Data_Field_subtype::e_field_data); old_ifp.m_data_field[i].m_field_data = ifp.m_data_field[i].m_field_data; } } udptl.m_primary_ifp_packet.PASN_OctetString::EncodeSubType(old_ifp); } lastSentSequenceNumber = (lastSentSequenceNumber + 1) & 0xffff; udptl.m_seq_number = lastSentSequenceNumber; PPER_Stream rawData; udptl.Encode(rawData); #if PTRACING if (PTrace::CanTrace(4)) { PTRACE(4, "T38\tSending PDU:\n " << setprecision(2) << ifp << "\n " << setprecision(2) << udptl << "\n " << setprecision(2) << rawData); } else { PTRACE(3, "T38\tSending PDU:" " seq=" << lastSentSequenceNumber << " type=" << ifp.m_type_of_msg.GetTagName()); } #endif if (!transport->WritePDU(rawData)) { PTRACE(1, "T38\tWritePacket error: " << transport->GetErrorText()); return FALSE; } // Calculate the level of redundency for this data phase PINDEX maxRedundancy; if (ifp.m_type_of_msg.GetTag() == T38_Type_of_msg::e_t30_indicator) maxRedundancy = indicatorRedundancy; else if ((T38_Type_of_msg_data)ifp.m_type_of_msg == T38_Type_of_msg_data::e_v21) maxRedundancy = lowSpeedRedundancy; else maxRedundancy = highSpeedRedundancy; // Push down the current ifp into redundant data if (maxRedundancy > 0) redundantIFPs.InsertAt(0, new PBYTEArray(udptl.m_primary_ifp_packet.GetValue())); // Remove redundant data that are surplus to requirements while (redundantIFPs.GetSize() > maxRedundancy) redundantIFPs.RemoveAt(maxRedundancy); return TRUE; } BOOL OpalT38Protocol::WriteIndicator(unsigned indicator) { T38_IFPPacket ifp; ifp.SetTag(T38_Type_of_msg::e_t30_indicator); T38_Type_of_msg_t30_indicator & ind = ifp.m_type_of_msg; ind.SetValue(indicator); return WritePacket(ifp); } BOOL OpalT38Protocol::WriteMultipleData(unsigned mode, PINDEX count, unsigned * type, const PBYTEArray * data) { T38_IFPPacket ifp; ifp.SetTag(T38_Type_of_msg::e_data); T38_Type_of_msg_data & datamode = ifp.m_type_of_msg; datamode.SetValue(mode); ifp.IncludeOptionalField(T38_IFPPacket::e_data_field); ifp.m_data_field.SetSize(count); for (PINDEX i = 0; i < count; i++) { ifp.m_data_field[i].m_field_type.SetValue(type[i]); ifp.m_data_field[i].m_field_data.SetValue(data[i]); } return WritePacket(ifp); } BOOL OpalT38Protocol::WriteData(unsigned mode, unsigned type, const PBYTEArray & data) { return WriteMultipleData(mode, 1, &type, &data); } BOOL OpalT38Protocol::Answer() { PTRACE(3, "T38\tAnswer, transport=" << *transport); // Should probably get this from the channel open negotiation, but for // the time being just accept from whoever sends us something first transport->SetPromiscuous(H323Transport::AcceptFromAnyAutoSet); int consecutiveBadPackets = 0; int expectedSequenceNumber = 0; // 16 bit BOOL firstPacket = TRUE; for (;;) { PPER_Stream rawData; if (!transport->ReadPDU(rawData)) { PTRACE(1, "T38\tError reading PDU: " << transport->GetErrorText(PChannel::LastReadError)); return FALSE; } /* when we get the first packet, set the RemoteAddress and then turn off * promiscuous listening */ if (firstPacket) { PTRACE(3, "T38\tReceived first packet, remote=" << transport->GetRemoteAddress()); transport->SetPromiscuous(H323Transport::AcceptFromRemoteOnly); firstPacket = FALSE; } // Decode the PDU T38_UDPTLPacket udptl; if (udptl.Decode(rawData)) consecutiveBadPackets = 0; else { consecutiveBadPackets++; PTRACE(2, "T38\tRaw data decode failure:\n " << setprecision(2) << rawData << "\n UDPTL = " << setprecision(2) << udptl); if (consecutiveBadPackets > 3) { PTRACE(1, "T38\tRaw data decode failed multiple times, aborting!"); return FALSE; } continue; } unsigned receivedSequenceNumber = udptl.m_seq_number; #if PTRACING if (PTrace::CanTrace(5)) { PTRACE(4, "T38\tReceived UDPTL packet:\n " << setprecision(2) << rawData << "\n " << setprecision(2) << udptl); } if (PTrace::CanTrace(4)) { PTRACE(4, "T38\tReceived UDPTL packet:\n " << setprecision(2) << udptl); } else { PTRACE(3, "T38\tReceived UDPTL packet: seq=" << receivedSequenceNumber); } #endif // Calculate the number of lost packets, if the number lost is really // really big then it means it is actually a packet arriving out of order int lostPackets = (receivedSequenceNumber - expectedSequenceNumber)&0xffff; if (lostPackets > 32767) { PTRACE(3, "T38\tIgnoring out of order packet"); continue; } expectedSequenceNumber = (WORD)(receivedSequenceNumber+1); // See if this is the expected packet if (lostPackets > 0) { // Not what was expected, see if we have enough redundant data if (udptl.m_error_recovery.GetTag() == T38_UDPTLPacket_error_recovery::e_secondary_ifp_packets) { T38_UDPTLPacket_error_recovery_secondary_ifp_packets & secondary = udptl.m_error_recovery; int nRedundancy = secondary.GetSize(); if (lostPackets >= nRedundancy) { if (!HandlePacketLost(lostPackets - nRedundancy)) { PTRACE(1, "T38\tHandle packet failed, aborting answer"); return FALSE; } lostPackets = nRedundancy; } while (lostPackets > 0) { if (!HandleRawIFP(secondary[lostPackets++])) { PTRACE(1, "T38\tHandle packet failed, aborting answer"); return FALSE; } } } else { if (!HandlePacketLost(lostPackets)) { PTRACE(1, "T38\tHandle lost packet, aborting answer"); return FALSE; } } } if (!HandleRawIFP(udptl.m_primary_ifp_packet)) { PTRACE(1, "T38\tHandle packet failed, aborting answer"); return FALSE; } } } BOOL OpalT38Protocol::HandleRawIFP(const PASN_OctetString & pdu) { T38_IFPPacket ifp; if (corrigendumASN) { if (pdu.DecodeSubType(ifp)) return HandlePacket(ifp); PTRACE(2, "T38\tIFP decode failure:\n " << setprecision(2) << ifp); return TRUE; } T38_PreCorrigendum_IFPPacket old_ifp; if (!pdu.DecodeSubType(old_ifp)) { PTRACE(2, "T38\tPre-corrigendum IFP decode failure:\n " << setprecision(2) << old_ifp); return TRUE; } ifp.m_type_of_msg = old_ifp.m_type_of_msg; if (old_ifp.HasOptionalField(T38_IFPPacket::e_data_field)) { ifp.IncludeOptionalField(T38_IFPPacket::e_data_field); PINDEX count = old_ifp.m_data_field.GetSize(); ifp.m_data_field.SetSize(count); for (PINDEX i = 0 ; i < count; i++) { ifp.m_data_field[i].m_field_type = old_ifp.m_data_field[i].m_field_type; if (old_ifp.m_data_field[i].HasOptionalField(T38_Data_Field_subtype::e_field_data)) { ifp.m_data_field[i].IncludeOptionalField(T38_Data_Field_subtype::e_field_data); ifp.m_data_field[i].m_field_data = old_ifp.m_data_field[i].m_field_data; } } } return HandlePacket(ifp); } BOOL OpalT38Protocol::HandlePacket(const T38_IFPPacket & ifp) { if (ifp.m_type_of_msg.GetTag() == T38_Type_of_msg::e_t30_indicator) return OnIndicator((T38_Type_of_msg_t30_indicator)ifp.m_type_of_msg); for (PINDEX i = 0; i < ifp.m_data_field.GetSize(); i++) { if (!OnData((T38_Type_of_msg_data)ifp.m_type_of_msg, ifp.m_data_field[i].m_field_type, ifp.m_data_field[i].m_field_data.GetValue())) return FALSE; } return TRUE; } BOOL OpalT38Protocol::OnIndicator(unsigned indicator) { switch (indicator) { case T38_Type_of_msg_t30_indicator::e_no_signal : break; case T38_Type_of_msg_t30_indicator::e_cng : return OnCNG(); case T38_Type_of_msg_t30_indicator::e_ced : return OnCED(); case T38_Type_of_msg_t30_indicator::e_v21_preamble : return OnPreamble(); case T38_Type_of_msg_t30_indicator::e_v27_2400_training : case T38_Type_of_msg_t30_indicator::e_v27_4800_training : case T38_Type_of_msg_t30_indicator::e_v29_7200_training : case T38_Type_of_msg_t30_indicator::e_v29_9600_training : case T38_Type_of_msg_t30_indicator::e_v17_7200_short_training : case T38_Type_of_msg_t30_indicator::e_v17_7200_long_training : case T38_Type_of_msg_t30_indicator::e_v17_9600_short_training : case T38_Type_of_msg_t30_indicator::e_v17_9600_long_training : case T38_Type_of_msg_t30_indicator::e_v17_12000_short_training : case T38_Type_of_msg_t30_indicator::e_v17_12000_long_training : case T38_Type_of_msg_t30_indicator::e_v17_14400_short_training : case T38_Type_of_msg_t30_indicator::e_v17_14400_long_training : return OnTraining(indicator); default: break; } return TRUE; } BOOL OpalT38Protocol::OnCNG() { return TRUE; } BOOL OpalT38Protocol::OnCED() { return TRUE; } BOOL OpalT38Protocol::OnPreamble() { return TRUE; } BOOL OpalT38Protocol::OnTraining(unsigned /*indicator*/) { return TRUE; } BOOL OpalT38Protocol::OnData(unsigned /*mode*/, unsigned /*type*/, const PBYTEArray & /*data*/) { return TRUE; } BOOL OpalT38Protocol::HandlePacketLost(unsigned PTRACE_PARAM(nLost)) { PTRACE(2, "T38\tHandlePacketLost, n=" << nLost); /* don't handle lost packets yet */ return TRUE; } ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/src/transports.cxx0100644000176200056700000017572310341456331017401 0ustar releasepostincr/* * transports.cxx * * H.323 transports handler * * Open H323 Library * * Copyright (c) 1998-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Portions of this code were written with the assisance of funding from * Vovida Networks, Inc. http://www.vovida.com. * * Contributor(s): ______________________________________. * * $Log: transports.cxx,v $ * Revision 1.149 2005/11/25 00:37:45 csoutheren * Applied patch #1274826 from Paul Nader * HandleFirstSignallingChannelPDU incomplete ReleaseComplete * * Revision 1.148 2005/11/22 03:38:46 shorne * Added ToS support to TCP Transports. thx Norbert Bartalsky (TOPCALL) * * Revision 1.147 2005/09/16 08:11:06 csoutheren * Added new error code * Added override for OnIncomingCall that can set return code * * Revision 1.146 2005/03/07 02:10:14 csoutheren * Fixed more problems with locahost detection * * Revision 1.145 2005/03/04 03:22:12 csoutheren * Fixed problem with multi-homed hosts sending localhost in some gatekeeper PDUs * * Revision 1.144 2005/01/16 20:39:44 csoutheren * Fixed problem with IPv6 INADDR_ANY * * Revision 1.143 2005/01/03 14:03:43 csoutheren * Added new configure options and ability to disable/enable modules * * Revision 1.142 2005/01/03 06:26:09 csoutheren * Added extensive support for disabling code modules at compile time * * Revision 1.141 2004/12/02 00:24:26 csoutheren * Fixed problem with gatekeeper getting requests from localhost * * Revision 1.140 2004/11/25 07:38:59 csoutheren * Ensured that external TCP address translation is performed when using STUN to handle UDP * * Revision 1.139 2004/08/24 08:11:26 csoutheren * Added initial support for receiving broadcasts on Linux * * Revision 1.138 2004/07/11 08:09:14 csoutheren * Patch for VxWorks thanks to Eize Slange * * Revision 1.137 2004/04/25 22:23:22 ykiryanov * Removed couple of ifdef BEOS. More functionality * * Revision 1.136 2004/04/03 08:28:07 csoutheren * Remove pseudo-RTTI and replaced with real RTTI * * Revision 1.135 2003/12/03 06:57:11 csoutheren * Protected against dwarf Q.931 PDUs * * Revision 1.134 2003/04/10 09:45:34 robertj * Added associated transport to new GetInterfaceAddresses() function so * interfaces can be ordered according to active transport links. Improves * interoperability. * Replaced old listener GetTransportPDU() with GetInterfaceAddresses() * and H323SetTransportAddresses() functions. * * Revision 1.133 2003/04/10 00:58:54 craigs * Added functions to access to lists of interfaces * * Revision 1.132 2003/03/26 06:14:31 robertj * More IPv6 support (INADDR_ANY handling), thanks Sébastien Josset * * Revision 1.131 2003/03/21 05:24:54 robertj * Added setting of remote port in UDP transport constructor. * * Revision 1.130 2003/03/20 01:51:12 robertj * More abstraction of H.225 RAS and H.501 protocols transaction handling. * * Revision 1.129 2003/03/11 23:15:23 robertj * Fixed possible double delete of socket (crash) on garbage input. * * Revision 1.128 2003/02/06 04:31:02 robertj * Added more support for adding things to H323TransportAddressArrays * * Revision 1.127 2003/02/05 01:57:18 robertj * Fixed STUN usage on gatekeeper discovery. * * Revision 1.126 2003/02/04 07:06:42 robertj * Added STUN support. * * Revision 1.125 2003/01/23 02:36:32 robertj * Increased (and made configurable) timeout for H.245 channel TCP connection. * * Revision 1.124 2002/12/23 22:46:06 robertj * Changed gatekeeper discovery so an GRJ does not indicate "discovered". * * Revision 1.123 2002/11/21 06:40:00 robertj * Changed promiscuous mode to be three way. Fixes race condition in gkserver * which can cause crashes or more PDUs to be sent to the wrong place. * * Revision 1.122 2002/11/12 03:14:18 robertj * Fixed gatekeeper discovery so does IP address translation correctly for * hosts inside the firewall. * * Revision 1.121 2002/11/10 08:10:44 robertj * Moved constants for "well known" ports to better place (OPAL change). * * Revision 1.120 2002/11/05 00:31:48 robertj * Prevented a failure to start separate H.245 channel stopping the call until * after a CONNECT is received and have no audio. At that point no H.245 * is a useless call and we disconnect. * * Revision 1.119 2002/11/01 03:38:18 robertj * More IPv6 fixes, thanks Sébastien Josset. * * Revision 1.118 2002/10/29 08:30:32 robertj * Fixed problem with simultaneous startH245 condition possibly shutting down * the call under some circumstances. * * Revision 1.117 2002/10/16 06:28:20 robertj * More IPv6 support changes, especially in unambiguising v6 addresses colons * from the port fields colon, thanks Sebastien Josset * * Revision 1.116 2002/10/08 23:34:30 robertj * Fixed ip v6 usage on H.245 pdu setting. * * Revision 1.115 2002/10/08 13:08:21 robertj * Changed for IPv6 support, thanks Sébastien Josset. * * Revision 1.114 2002/08/05 10:03:48 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.113 2002/08/05 05:17:41 robertj * Fairly major modifications to support different authentication credentials * in ARQ to the logged in ones on RRQ. For both client and server. * Various other H.235 authentication bugs and anomalies fixed on the way. * * Revision 1.112 2002/07/22 09:40:19 robertj * Added ability to automatically convert string arrays, lists sorted lists * directly to H323TransportAddressArray. * * Revision 1.111 2002/07/18 08:25:47 robertj * Fixed problem in decoding host when '+' was used without port in address. * * Revision 1.110 2002/07/10 01:23:33 robertj * Added extra debugging output * * Revision 1.109 2002/07/02 10:02:32 robertj * Added H323TransportAddress::GetIpAddress() so don't have to provide port * when you don't need it as in GetIpAndPort(),. * * Revision 1.108 2002/06/28 03:34:29 robertj * Fixed issues with address translation on gatekeeper RAS channel. * * Revision 1.107 2002/06/24 07:35:23 robertj * Fixed ability to do gk discovery on localhost, thanks Artis Kugevics * * Revision 1.106 2002/06/12 03:52:27 robertj * Added function to compare two transport addresses in a more intelligent * way that strict string comparison. Takes into account wildcarding. * * Revision 1.105 2002/05/28 06:38:08 robertj * Split UDP (for RAS) from RTP port bases. * Added current port variable so cycles around the port range specified which * fixes some wierd problems on some platforms, thanks Federico Pinna * * Revision 1.104 2002/05/22 07:39:59 robertj * Fixed double increment of port number when making outgoing TCP connection. * * Revision 1.103 2002/04/18 00:18:58 robertj * Increased timeout for thread termination assert, on heavily loaded machines it can * take more than one second to complete. * * Revision 1.102 2002/04/17 05:36:38 robertj * Fixed problems with using pre-bound inferface/port in gk discovery. * * Revision 1.101 2002/04/12 04:51:28 robertj * Fixed small possibility crashes if open and close transport at same time. * * Revision 1.100 2002/03/08 01:22:30 robertj * Fixed possible use of IsSuspended() on terminated thread causing assert. * * Revision 1.99 2002/03/05 04:49:41 robertj * Fixed leak of thread (and file handles) if get incoming connection aborted * very early (before receiving a setup PDU), thanks Hans Bjurström * * Revision 1.98 2002/02/28 04:35:43 robertj * Added trace output of the socket handle number when have new connection. * * Revision 1.97 2002/02/28 00:57:03 craigs * Changed SetWriteTimeout to SetReadTimeout in connect, as Craig got it wrong! * * Revision 1.96 2002/02/25 10:55:33 robertj * Added ability to speficy dynamically allocated port in transport address. * * Revision 1.95 2002/02/14 03:36:14 craigs * Added default 10sec timeout on connect to IP addresses * This prevents indefinite hangs when connecting to IP addresses * that don't exist * * Revision 1.94 2002/02/05 23:29:09 robertj * Changed default for H.323 listener to reuse addresses. * * Revision 1.93 2002/02/01 01:48:18 robertj * Fixed ability to shut down a Listener, if it had never been started. * * Revision 1.92 2002/01/02 06:06:43 craigs * Made T.38 UDP socket obey rules * * Revision 1.91 2001/12/22 01:48:40 robertj * Added ability to use local and remote port from transport channel as well * as explicit port in H.245 address PDU setting routine. * Added PrintOn() to listener and transport for tracing purposes. * * Revision 1.90 2001/12/15 07:12:22 robertj * Added optimisation so if discovering a static gk on same machine as ep is * running on then uses that specific interface preventing multiple GRQs. * * Revision 1.89 2001/10/11 07:16:49 robertj * Removed port check for gk's that change sockets in mid-stream. * * Revision 1.88 2001/10/09 12:41:20 robertj * Set promiscuous flag back to FALSE after gatkeeper discovery. * * Revision 1.87 2001/09/10 03:06:29 robertj * Major change to fix problem with error codes being corrupted in a * PChannel when have simultaneous reads and writes in threads. * * Revision 1.86 2001/08/10 11:03:52 robertj * Major changes to H.235 support in RAS to support server. * * Revision 1.85 2001/08/07 02:57:52 robertj * Improved tracing on closing transport. * * Revision 1.84 2001/08/06 03:08:57 robertj * Fission of h323.h to h323ep.h & h323con.h, h323.h now just includes files. * * Revision 1.83 2001/07/17 04:44:32 robertj * Partial implementation of T.120 and T.38 logical channels. * * Revision 1.82 2001/07/06 02:31:15 robertj * Made sure a release complete is sent if no connection is created. * * Revision 1.81 2001/07/04 09:02:07 robertj * Added more tracing * * Revision 1.80 2001/06/25 05:50:22 robertj * Improved error logging on TCP listener. * * Revision 1.79 2001/06/25 02:28:34 robertj * Allowed TCP listener socket to be opened in non-exclusive mode * (ie SO_REUSEADDR) to avoid daemon restart problems. * Added trailing '+' on H323TransportAddress string to invoke above. * * Revision 1.78 2001/06/22 02:47:12 robertj * Took one too many lines out in previous fix! * * Revision 1.77 2001/06/22 02:40:27 robertj * Fixed discovery so uses new promiscuous mode. * Also used the RAS GRQ address of server isntead of UDP return address * for address of gatekeeper for future packets. * * Revision 1.76 2001/06/22 01:54:47 robertj * Removed initialisation of localAddress to hosts IP address, does not * work on multi-homed hosts. * * Revision 1.75 2001/06/22 00:14:46 robertj * Added ConnectTo() function to conencto specific address. * Added promiscuous mode for UDP channel. * * Revision 1.74 2001/06/14 23:18:06 robertj * Change to allow for CreateConnection() to return NULL to abort call. * * Revision 1.73 2001/06/14 04:23:32 robertj * Changed incoming call to pass setup pdu to endpoint so it can create * different connection subclasses depending on the pdu eg its alias * * Revision 1.72 2001/06/06 00:29:54 robertj * Added trace for when doing TCP connect. * * Revision 1.71 2001/06/02 01:35:32 robertj * Added thread names. * * Revision 1.70 2001/05/31 07:16:52 craigs * Fixed remote address initialisation for incoming H245 channels * * Revision 1.69 2001/05/17 06:37:04 robertj * Added multicast gatekeeper discovery support. * * Revision 1.68 2001/04/13 07:44:51 robertj * Moved starting connection trace message to be on both Connect() and Accept() * * Revision 1.67 2001/04/10 01:21:02 robertj * Added some more error messages into trace log. * * Revision 1.66 2001/04/09 08:44:19 robertj * Added ability to get transport address for a listener. * Added '*' to indicate INADDR_ANY ip address. * * Revision 1.65 2001/03/06 05:03:00 robertj * Changed H.245 channel start failure so does not abort call if there were * some fast started media streams opened. Just lose user indications. * * Revision 1.64 2001/03/05 04:28:50 robertj * Added net mask to interface info returned by GetInterfaceTable() * * Revision 1.63 2001/02/09 05:13:56 craigs * Added pragma implementation to (hopefully) reduce the executable image size * under Linux * * Revision 1.62 2001/02/08 22:29:39 robertj * Fixed failure to reset fill character in trace log when output interface list. * * Revision 1.61 2001/01/29 06:43:32 robertj * Added printing of entry of interface table. * * Revision 1.60 2001/01/23 05:06:52 robertj * Fixed bug when trying to clear call while waiting on H.245 channel connect, thanks Yura Aksyonov. * Fixed missing increment in H.245 listener when specified local port number range. * * Revision 1.59 2001/01/11 06:41:01 craigs * Fixed problem with outgoing sockets failing because of port in use * * Revision 1.58 2000/12/18 08:59:20 craigs * Added ability to set ports * * Revision 1.57 2000/11/06 06:19:19 robertj * Removed reverse DNS lookup for host name as this can cause HUGE delays in * call setup making it look like a call failure. * * Revision 1.56 2000/10/20 06:18:49 robertj * Fixed very small race condition on creating new connectionon incoming call. * Fixed memory/socket leak if do TCP connect and don't send valid setup PDU. * * Revision 1.55 2000/10/04 12:21:07 robertj * Changed setting of callToken in H323Connection to be as early as possible. * * Revision 1.54 2000/10/04 05:59:26 robertj * Minor reorganisation of the H.245 secondary channel start up to make it simpler * to override its behaviour. * * Revision 1.53 2000/09/25 12:59:34 robertj * Added StartListener() function that takes a H323TransportAddress to start * listeners bound to specific interfaces. * * Revision 1.52 2000/08/31 13:14:10 robertj * Increased timeout on assert for stuck transport thread. * * Revision 1.51 2000/08/25 01:10:28 robertj * Added assert if various thrads ever fail to terminate. * * Revision 1.50 2000/08/22 09:01:06 robertj * Fixed small window in which control channel could do write through NULL pointer. * * Revision 1.49 2000/07/10 16:11:49 robertj * Fixed inclusion of interfaces with no IP address in GK registration. * Fixed possible crash when closing connection during H.245 TCP connect wait. * * Revision 1.48 2000/06/20 02:38:28 robertj * Changed H323TransportAddress to default to IP. * * Revision 1.47 2000/06/07 05:48:06 robertj * Added call forwarding. * * Revision 1.46 2000/05/23 02:38:15 robertj * Shortened the linger onTCP close to 3 seconds, should be adequate for lst end session transmit. * * Revision 1.45 2000/05/22 05:21:36 robertj * Fixed race condition where controlChannel variable could be used before set. * * Revision 1.44 2000/05/10 05:14:53 robertj * Fixed memory leak when doing GK discovery. * * Revision 1.43 2000/05/08 14:07:35 robertj * Improved the provision and detection of calling and caller numbers, aliases and hostnames. * * Revision 1.42 2000/05/05 04:37:50 robertj * Changed TCP transmit of PDU to not use Nagle algorithm delay, this gives * a significant performance benefit for packet based stuff on stream based TCP. * * Revision 1.41 2000/05/02 04:32:28 robertj * Fixed copyright notice comment. * * Revision 1.40 2000/04/19 01:59:21 robertj * Improved some debugging messages. * Added code to restore transport state if gatekeeper discovery fails. * * Revision 1.39 2000/04/14 17:32:39 robertj * Changed transport to return some error number when getting malformed TPKT. * * Revision 1.38 2000/04/11 03:57:25 robertj * Fixed uninitialised variabel giving random port numbers for some PDU's (rare). * * Revision 1.37 2000/04/10 17:41:46 robertj * Changed transport address so does not do reverse DNS lookup, can really slow things down on some systems. * * Revision 1.36 2000/03/29 02:14:46 robertj * Changed TerminationReason to CallEndReason to use correct telephony nomenclature. * Added CallEndReason for capability exchange failure. * * Revision 1.35 2000/03/25 02:02:25 robertj * Added adjustable caller name on connection by connection basis. * * Revision 1.34 2000/02/09 00:00:53 robertj * Fixed TCP listener socket error message going to stderr, should go through PTRACE. * * Revision 1.33 2000/01/29 07:13:33 robertj * Fixed possible incorect port being used when GK RAS send address set to the * IP address of the responding GK, thanks Stefan Ditscheid. * * Revision 1.32 2000/01/07 08:24:01 robertj * Added transport independent MakeCall requiring change to transport string format * * Revision 1.31 1999/12/09 21:46:42 robertj * Fixed detection of bound interface in gatekeeper discovery (can't use getsockname!) * * Revision 1.30 1999/12/09 20:25:41 robertj * Changed UDP transport to only do gatekeeper discovery on bound interface (if present) * * Revision 1.29 1999/11/22 00:56:35 robertj * Improved reason display for connection failure. * * Revision 1.28 1999/11/18 12:51:20 robertj * Fixed bug that termination connections incorrectly while awaiting answer. * * Revision 1.27 1999/11/06 05:37:45 robertj * Complete rewrite of termination of connection to avoid numerous race conditions. * * Revision 1.26 1999/10/28 11:17:38 robertj * Fixed bug causing delete of deleted object, thanks Benny Prijono * * Revision 1.25 1999/10/16 03:47:49 robertj * Fixed termination of gatekeeper RAS thread problem * * Revision 1.24 1999/10/14 12:04:11 robertj * Fixed ability to hang up call when still doing TCP connect. * * Revision 1.23 1999/10/13 04:32:41 robertj * Fixed missing port number from gatekeeper discovery. * Added removal of redundent transport listeners in H225 PDU. * * Revision 1.22 1999/10/10 14:12:06 robertj * Fixed failure to clean up connection if call is refused by user. * * Revision 1.21 1999/10/10 08:59:47 robertj * no message * * Revision 1.20 1999/09/27 01:37:23 robertj * BeOS port issues * * Revision 1.19 1999/09/17 07:26:17 robertj * Fixed attempt to broadcast to down interfaces or ones not bound to IP protocol. * * Revision 1.18 1999/09/14 08:19:37 robertj * Fixed timeout on retry of gatekeeper discover and added more tracing. * * Revision 1.17 1999/09/14 06:52:54 robertj * Added better support for multi-homed client hosts. * * Revision 1.16 1999/09/10 09:43:59 robertj * Removed attempt at determining local interface for gatekeeper, so still has problem on multi-homed hosts. * * Revision 1.15 1999/09/02 15:25:39 robertj * Old GNU C ompiler compatibility * * Revision 1.14 1999/08/31 12:34:19 robertj * Added gatekeeper support. * * Revision 1.13 1999/08/31 11:37:30 robertj * Fixed problem with apparently randomly losing signalling channel. * * Revision 1.12 1999/08/25 05:12:23 robertj * Changed MakeCall, so immediately spawns thread, no black on TCP connect. * * Revision 1.11 1999/07/23 02:37:53 robertj * Fixed problems with hang ups and crash closes of connections. * * Revision 1.10 1999/07/22 14:34:16 robertj * Fixed shut down problem, terminate packets being flushed on exit. * * Revision 1.9 1999/07/15 14:45:36 robertj * Added propagation of codec open error to shut down logical channel. * Fixed control channel start up bug introduced with tunnelling. * * Revision 1.8 1999/07/14 06:06:14 robertj * Fixed termination problems (race conditions) with deleting connection object. * * Revision 1.7 1999/07/09 06:09:52 robertj * Major implementation. An ENORMOUS amount of stuff added everywhere. * * Revision 1.6 1999/06/25 10:25:35 robertj * Added maintentance of callIdentifier variable in H.225 channel. * * Revision 1.5 1999/06/22 13:42:05 robertj * Added user question on listener version to accept incoming calls. * * Revision 1.4 1999/06/14 08:42:30 robertj * GNU C++ compatibility * * Revision 1.3 1999/06/13 12:41:14 robertj * Implement logical channel transmitter. * Fixed H245 connect on receiving call. * * Revision 1.2 1999/06/09 06:18:01 robertj * GCC compatibiltiy. * * Revision 1.1 1999/06/09 05:26:20 robertj * Major restructuring of classes. * */ #include #ifdef __GNUC__ #pragma implementation "transports.h" #endif #include "transports.h" #include "h323pdu.h" #include "h323ep.h" #include "gkclient.h" #ifdef P_STUN #include #endif class H225TransportThread : public PThread { PCLASSINFO(H225TransportThread, PThread) public: H225TransportThread(H323EndPoint & endpoint, H323Transport * transport); protected: void Main(); H323Transport * transport; }; class H245TransportThread : public PThread { PCLASSINFO(H245TransportThread, PThread) public: H245TransportThread(H323EndPoint & endpoint, H323Connection & connection, H323Transport & transport); protected: void Main(); H323Connection & connection; H323Transport & transport; }; #define new PNEW ///////////////////////////////////////////////////////////////////////////// H225TransportThread::H225TransportThread(H323EndPoint & ep, H323Transport * t) : PThread(ep.GetSignallingThreadStackSize(), AutoDeleteThread, NormalPriority, "H225 Answer:%0x"), transport(t) { Resume(); } void H225TransportThread::Main() { PTRACE(3, "H225\tStarted incoming call thread"); if (!transport->HandleFirstSignallingChannelPDU()) delete transport; } ///////////////////////////////////////////////////////////////////////////// H245TransportThread::H245TransportThread(H323EndPoint & endpoint, H323Connection & c, H323Transport & t) : PThread(endpoint.GetSignallingThreadStackSize(), NoAutoDeleteThread, NormalPriority, "H245:%0x"), connection(c), transport(t) { transport.AttachThread(this); Resume(); } void H245TransportThread::Main() { PTRACE(3, "H245\tStarted thread"); if (transport.AcceptControlChannel(connection)) connection.HandleControlChannel(); } ///////////////////////////////////////////////////////////////////////////// static const char IpPrefix[] = "ip$"; H323TransportAddress::H323TransportAddress(const char * cstr) : PString(cstr) { Validate(); } H323TransportAddress::H323TransportAddress(const PString & str) : PString(str) { Validate(); } static PString BuildIP(const PIPSocket::Address & ip, unsigned port) { PStringStream str; str << IpPrefix; if (!ip.IsValid()) str << '*'; else #if P_HAS_IPV6 if (ip.GetVersion() == 6) str << '[' << ip << ']'; else #endif str << ip; if (port != 0) str << ':' << port; return str; } H323TransportAddress::H323TransportAddress(const H225_TransportAddress & transport) { switch (transport.GetTag()) { case H225_TransportAddress::e_ipAddress : { const H225_TransportAddress_ipAddress & ip = transport; *this = BuildIP(PIPSocket::Address(ip.m_ip.GetSize(), ip.m_ip.GetValue()), ip.m_port); break; } #if P_HAS_IPV6 case H225_TransportAddress::e_ip6Address : { const H225_TransportAddress_ip6Address & ip = transport; *this = BuildIP(PIPSocket::Address(ip.m_ip.GetSize(), ip.m_ip.GetValue()), ip.m_port); break; } #endif } } H323TransportAddress::H323TransportAddress(const H245_TransportAddress & transport) { switch (transport.GetTag()) { case H245_TransportAddress::e_unicastAddress : { const H245_UnicastAddress & unicast = transport; switch (unicast.GetTag()) { case H245_UnicastAddress::e_iPAddress : { const H245_UnicastAddress_iPAddress & ip = unicast; *this = BuildIP(PIPSocket::Address(ip.m_network.GetSize(), ip.m_network.GetValue()), ip.m_tsapIdentifier); break; } #if P_HAS_IPV6 case H245_UnicastAddress::e_iP6Address : { const H245_UnicastAddress_iP6Address & ip = unicast; *this = BuildIP(PIPSocket::Address(ip.m_network.GetSize(), ip.m_network.GetValue()), ip.m_tsapIdentifier); break; } #endif } break; } } } H323TransportAddress::H323TransportAddress(const PIPSocket::Address & ip, WORD port) { *this = BuildIP(ip, port); } void H323TransportAddress::Validate() { if (IsEmpty()) return; if (Find('$') == P_MAX_INDEX) { Splice(IpPrefix, 0, 0); return; } if (strncmp(theArray, IpPrefix, 3) == 0) { return; } *this = PString(); } BOOL H323TransportAddress::SetPDU(H225_TransportAddress & pdu) const { PIPSocket::Address ip; WORD port = H323EndPoint::DefaultTcpPort; if (GetIpAndPort(ip, port)) { #if P_HAS_IPV6 if (ip.GetVersion() == 6) { pdu.SetTag(H225_TransportAddress::e_ip6Address); H225_TransportAddress_ip6Address & addr = pdu; for (PINDEX i = 0; i < ip.GetSize(); i++) addr.m_ip[i] = ip[i]; addr.m_port = port; return TRUE; } #endif pdu.SetTag(H225_TransportAddress::e_ipAddress); H225_TransportAddress_ipAddress & addr = pdu; for (PINDEX i = 0; i < 4; i++) addr.m_ip[i] = ip[i]; addr.m_port = port; return TRUE; } return FALSE; } BOOL H323TransportAddress::SetPDU(H245_TransportAddress & pdu) const { PIPSocket::Address ip; WORD port = 0; if (GetIpAndPort(ip, port)) { pdu.SetTag(H245_TransportAddress::e_unicastAddress); H245_UnicastAddress & unicast = pdu; #if P_HAS_IPV6 if (ip.GetVersion() == 6) { unicast.SetTag(H245_UnicastAddress::e_iP6Address); H245_UnicastAddress_iP6Address & addr = unicast; for (PINDEX i = 0; i < ip.GetSize(); i++) addr.m_network[i] = ip[i]; addr.m_tsapIdentifier = port; return TRUE; } #endif unicast.SetTag(H245_UnicastAddress::e_iPAddress); H245_UnicastAddress_iPAddress & addr = unicast; for (PINDEX i = 0; i < 4; i++) addr.m_network[i] = ip[i]; addr.m_tsapIdentifier = port; return TRUE; } return FALSE; } BOOL H323TransportAddress::IsEquivalent(const H323TransportAddress & address) { if (*this == address) return TRUE; if (IsEmpty() || address.IsEmpty()) return FALSE; PIPSocket::Address ip1, ip2; WORD port1 = 65535, port2 = 65535; return GetIpAndPort(ip1, port1) && address.GetIpAndPort(ip2, port2) && (ip1.IsAny() || ip2.IsAny() || ip1 == ip2) && (port1 == 65535 || port2 == 65535 || port1 == port2); } BOOL H323TransportAddress::GetIpAddress(PIPSocket::Address & ip) const { WORD dummy = 65535; return GetIpAndPort(ip, dummy); } static BOOL SplitAddress(const PString & addr, PString & host, PString & service) { if (strncmp(addr, IpPrefix, 3) != 0) { PTRACE(2, "H323\tUse of non IP transport address: \"" << addr << '"'); return FALSE; } PINDEX lastChar = addr.GetLength()-1; if (addr[lastChar] == '+') lastChar--; PINDEX bracket = addr.FindLast(']'); if (bracket == P_MAX_INDEX) bracket = 0; PINDEX colon = addr.Find(':', bracket); if (colon == P_MAX_INDEX) host = addr(3, lastChar); else { host = addr.Mid(3, colon-3); service = addr.Mid(colon+1, lastChar); } return TRUE; } BOOL H323TransportAddress::GetIpAndPort(PIPSocket::Address & ip, WORD & port, const char * proto) const { PString host, service; if (!SplitAddress(*this, host, service)) return FALSE; if (host.IsEmpty()) { PTRACE(2, "H323\tIllegal IP transport address: \"" << *this << '"'); return FALSE; } if (service == "*") port = 0; else { if (!service) port = PIPSocket::GetPortByService(proto, service); if (port == 0) { PTRACE(2, "H323\tIllegal IP transport port/service: \"" << *this << '"'); return FALSE; } } if (host == "*") { ip = PIPSocket::GetDefaultIpAny(); return TRUE; } if (PIPSocket::GetHostAddress(host, ip)) return TRUE; PTRACE(1, "H323\tCould not find host : \"" << host << '"'); return FALSE; } PString H323TransportAddress::GetHostName() const { PString host, service; if (!SplitAddress(*this, host, service)) return *this; PIPSocket::Address ip; if (PIPSocket::GetHostAddress(host, ip)) return ip.AsString(); return host; } H323Listener * H323TransportAddress::CreateListener(H323EndPoint & endpoint) const { /*Have transport type name, create the transport object. Hard coded at the moment but would like to add some sort of "registration" of transport classes so new transports can be added without changing this source file every time. As we have one transport type at the moment and may never actually have another, we hard code it for now. */ PIPSocket::Address ip; WORD port = H323EndPoint::DefaultTcpPort; if (GetIpAndPort(ip, port)) return new H323ListenerTCP(endpoint, ip, port, theArray[GetLength()-1] != '+'); return NULL; } H323Listener * H323TransportAddress::CreateCompatibleListener(H323EndPoint & endpoint) const { /*Have transport type name, create the transport object. Hard coded at the moment but would like to add some sort of "registration" of transport classes so new transports can be added without changing this source file every time. As we have one transport type at the moment and may never actually have another, we hard code it for now. */ PIPSocket::Address ip; if (GetIpAddress(ip)) return new H323ListenerTCP(endpoint, ip, 0, FALSE); return NULL; } H323Transport * H323TransportAddress::CreateTransport(H323EndPoint & endpoint) const { /*Have transport type name, create the transport object. Hard coded at the moment but would like to add some sort of "registration" of transport classes so new transports can be added without changing this source file every time. As we have one transport type at the moment and may never actually have another, we hard code it for now. */ if (strncmp(theArray, IpPrefix, 3) == 0) return new H323TransportTCP(endpoint); return NULL; } H323TransportAddressArray H323GetInterfaceAddresses(const H323ListenerList & listeners, BOOL excludeLocalHost, H323Transport * associatedTransport) { H323TransportAddressArray interfaceAddresses; PINDEX i; for (i = 0; i < listeners.GetSize(); i++) { H323TransportAddressArray newAddrs = H323GetInterfaceAddresses(listeners[i].GetTransportAddress(), excludeLocalHost, associatedTransport); PINDEX size = interfaceAddresses.GetSize(); PINDEX nsize = newAddrs.GetSize(); interfaceAddresses.SetSize(size + nsize); PINDEX j; for (j = 0; j < nsize; j++) interfaceAddresses.SetAt(size + j, new H323TransportAddress(newAddrs[j])); } return interfaceAddresses; } H323TransportAddressArray H323GetInterfaceAddresses(const H323TransportAddress & addr, BOOL excludeLocalHost, H323Transport * associatedTransport) { PIPSocket::Address ip; WORD port; if (!addr.GetIpAndPort(ip, port) || !ip.IsAny()) return addr; PIPSocket::InterfaceTable interfaces; if (!PIPSocket::GetInterfaceTable(interfaces)) return addr; if (interfaces.GetSize() == 1) return H323TransportAddress(interfaces[0].GetAddress(), port); PINDEX i; H323TransportAddressArray interfaceAddresses; PIPSocket::Address firstAddress(0); if (associatedTransport != NULL) { if (associatedTransport->GetLocalAddress().GetIpAddress(firstAddress)) { for (i = 0; i < interfaces.GetSize(); i++) { PIPSocket::Address ip = interfaces[i].GetAddress(); if (ip == firstAddress) interfaceAddresses.Append(new H323TransportAddress(ip, port)); } } } for (i = 0; i < interfaces.GetSize(); i++) { PIPSocket::Address ip = interfaces[i].GetAddress(); if (ip != firstAddress && !(excludeLocalHost && ip.IsLoopback())) interfaceAddresses.Append(new H323TransportAddress(ip, port)); } return interfaceAddresses; } void H323SetTransportAddresses(const H323Transport & associatedTransport, const H323TransportAddressArray & addresses, H225_ArrayOf_TransportAddress & pdu) { for (PINDEX i = 0; i < addresses.GetSize(); i++) { H323TransportAddress addr = addresses[i]; PIPSocket::Address ip; WORD port; if (addr.GetIpAndPort(ip, port)) { PIPSocket::Address remoteIP; if (associatedTransport.GetRemoteAddress().GetIpAddress(remoteIP)) { associatedTransport.GetEndPoint().InternalTranslateTCPAddress(ip, remoteIP); addr = H323TransportAddress(ip, port); } } if (addresses.GetSize() > 1 && ip.IsLoopback()) continue; PTRACE(4, "TCP\tAppending H.225 transport " << addr << " using associated transport " << associatedTransport); H225_TransportAddress pduAddr; addr.SetPDU(pduAddr); PINDEX lastPos = pdu.GetSize(); // Check for already have had that address. PINDEX j; for (j = 0; j < lastPos; j++) { if (pdu[j] == pduAddr) break; } if (j >= lastPos) { // Put new listener into array pdu.SetSize(lastPos+1); pdu[lastPos] = pduAddr; } } } ///////////////////////////////////////////////////////////////////////////// H323TransportAddressArray::H323TransportAddressArray(const H225_ArrayOf_TransportAddress & addresses) { for (PINDEX i = 0; i < addresses.GetSize(); i++) AppendAddress(H323TransportAddress(addresses[i])); } void H323TransportAddressArray::AppendString(const char * str) { AppendAddress(H323TransportAddress(str)); } void H323TransportAddressArray::AppendString(const PString & str) { AppendAddress(H323TransportAddress(str)); } void H323TransportAddressArray::AppendAddress(const H323TransportAddress & addr) { if (!addr) Append(new H323TransportAddress(addr)); } void H323TransportAddressArray::AppendStringCollection(const PCollection & coll) { for (PINDEX i = 0; i < coll.GetSize(); i++) { PObject * obj = coll.GetAt(i); if (obj != NULL && PIsDescendant(obj, PString)) AppendAddress(H323TransportAddress(*(PString *)obj)); } } ///////////////////////////////////////////////////////////////////////////// H323Listener::H323Listener(H323EndPoint & end) : PThread(end.GetListenerThreadStackSize(), NoAutoDeleteThread, NormalPriority, "H323 Listener:%0x"), endpoint(end) { } void H323Listener::PrintOn(ostream & strm) const { strm << "Listener[" << GetTransportAddress() << ']'; } ///////////////////////////////////////////////////////////////////////////// H323Transport::H323Transport(H323EndPoint & end) : endpoint(end) { thread = NULL; canGetInterface = FALSE; } H323Transport::~H323Transport() { PAssert(thread == NULL, PLogicError); } void H323Transport::PrintOn(ostream & strm) const { strm << "Transport["; H323TransportAddress addr = GetRemoteAddress(); if (!addr) strm << "remote=" << addr << ' '; strm << "if=" << GetLocalAddress() << ']'; } BOOL H323Transport::Close() { PTRACE(3, "H323\tH323Transport::Close"); /* Do not use PIndirectChannel::Close() as this deletes the sub-channel member field crashing the background thread. Just close the base sub-channel so breaks the threads I/O block. */ if (IsOpen()) { channelPointerMutex.StartRead(); GetBaseReadChannel()->Close(); channelPointerMutex.EndRead(); } return TRUE; } BOOL H323Transport::HandleFirstSignallingChannelPDU() { PTRACE(3, "H225\tAwaiting first PDU"); SetReadTimeout(15000); // Await 15 seconds after connect for first byte H323SignalPDU pdu; if (!pdu.Read(*this)) { PTRACE(1, "H225\tFailed to get initial Q.931 PDU, connection not started."); return FALSE; } unsigned callReference = pdu.GetQ931().GetCallReference(); PTRACE(3, "H225\tIncoming call, first PDU: callReference=" << callReference); // Get a new (or old) connection from the endpoint H323Connection * connection = endpoint.OnIncomingConnection(this, pdu); if (connection == NULL) { PTRACE(1, "H225\tEndpoint could not create connection, " "sending release complete PDU: callRef=" << callReference); H323SignalPDU releaseComplete; Q931 &q931PDU = releaseComplete.GetQ931(); q931PDU.BuildReleaseComplete(callReference, TRUE); releaseComplete.m_h323_uu_pdu.m_h323_message_body.SetTag(H225_H323_UU_PDU_h323_message_body::e_releaseComplete); H225_ReleaseComplete_UUIE &release = releaseComplete.m_h323_uu_pdu.m_h323_message_body; release.m_protocolIdentifier.SetValue(psprintf("0.0.8.2250.0.%u", H225_PROTOCOL_VERSION)); H225_Setup_UUIE &setup = pdu.m_h323_uu_pdu.m_h323_message_body; if (setup.HasOptionalField(H225_Setup_UUIE::e_callIdentifier)) { release.IncludeOptionalField(H225_Setup_UUIE::e_callIdentifier); release.m_callIdentifier = setup.m_callIdentifier; } // Set the cause value q931PDU.SetCause(Q931::TemporaryFailure); // Send the PDU releaseComplete.Write(*this); return FALSE; } // Now attach this thread to the transport, which is in turn attached to the // connection so everything from gets cleaned up by the H323 cleaner thread // from now on. So thread must not auto delete and the "transport" variable // is not deleted either PThread * thread = PThread::Current(); AttachThread(thread); thread->SetNoAutoDelete(); if (connection->HandleSignalPDU(pdu)) { // All subsequent PDU's should wait forever SetReadTimeout(PMaxTimeInterval); connection->HandleSignallingChannel(); } else { connection->ClearCall(H323Connection::EndedByTransportFail); PTRACE(1, "H225\tSignal channel stopped on first PDU."); } return TRUE; } void H323Transport::StartControlChannel(H323Connection & connection) { new H245TransportThread(endpoint, connection, *this); } void H323Transport::AttachThread(PThread * thrd) { PAssert(thread == NULL, PLogicError); thread = thrd; } void H323Transport::CleanUpOnTermination() { Close(); if (thread != NULL) { PTRACE(3, "H323\tH323Transport::CleanUpOnTermination for " << thread->GetThreadName()); PAssert(thread->WaitForTermination(10000), "Transport thread did not terminate"); delete thread; thread = NULL; } } BOOL H323Transport::IsCompatibleTransport(const H225_TransportAddress & /*pdu*/) const { PAssertAlways(PUnimplementedFunction); return FALSE; } void H323Transport::SetUpTransportPDU(H225_TransportAddress & /*pdu*/, BOOL /*localTsap*/) const { PAssertAlways(PUnimplementedFunction); } void H323Transport::SetUpTransportPDU(H245_TransportAddress & /*pdu*/, unsigned /*port*/) const { PAssertAlways(PUnimplementedFunction); } void H323Transport::SetPromiscuous(PromisciousModes /*promiscuous*/) { } H323TransportAddress H323Transport::GetLastReceivedAddress() const { return GetRemoteAddress(); } H323Transport * H323Transport::CreateControlChannel(H323Connection & /*connection*/) { PAssertAlways(PUnimplementedFunction); return NULL; } BOOL H323Transport::AcceptControlChannel(H323Connection & /*connection*/) { PAssertAlways(PUnimplementedFunction); return FALSE; } BOOL H323Transport::DiscoverGatekeeper(H323Gatekeeper & /*gk*/, H323RasPDU & /*pdu*/, const H323TransportAddress & /*address*/) { PAssertAlways(PUnimplementedFunction); return FALSE; } ///////////////////////////////////////////////////////////////////////////// H323ListenerTCP::H323ListenerTCP(H323EndPoint & end, PIPSocket::Address binding, WORD port, BOOL exclusive) : H323Listener(end), listener(port), localAddress(binding) { exclusiveListener = exclusive; } H323ListenerTCP::~H323ListenerTCP() { Close(); } BOOL H323ListenerTCP::Open() { if (listener.Listen(localAddress, 100, 0, exclusiveListener ? PSocket::AddressIsExclusive : PSocket::CanReuseAddress)) return TRUE; PTRACE(1, "TCP\tListen on " << localAddress << ':' << listener.GetPort() << " failed: " << listener.GetErrorText()); return FALSE; } BOOL H323ListenerTCP::Close() { BOOL ok = listener.Close(); PAssert(PThread::Current() != this, PLogicError); if (!IsTerminated() && !IsSuspended()) PAssert(WaitForTermination(10000), "Listener thread did not terminate"); return ok; } H323Transport * H323ListenerTCP::Accept(const PTimeInterval & timeout) { if (!listener.IsOpen()) return NULL; listener.SetReadTimeout(timeout); // Wait for remote connect PTRACE(4, "TCP\tWaiting on socket accept on " << GetTransportAddress()); PTCPSocket * socket = new PTCPSocket; if (socket->Accept(listener)) { H323TransportTCP * transport = new H323TransportTCP(endpoint); if (transport->Open(socket)) return transport; PTRACE(1, "TCP\tFailed to open transport, connection not started."); delete transport; return NULL; } if (socket->GetErrorCode() != PChannel::Interrupted) { PTRACE(1, "TCP\tAccept error:" << socket->GetErrorText()); listener.Close(); } delete socket; return NULL; } H323TransportAddress H323ListenerTCP::GetTransportAddress() const { return H323TransportAddress(localAddress, listener.GetPort()); } BOOL H323ListenerTCP::SetUpTransportPDU(H245_TransportAddress & pdu, const H323Transport & associatedTransport) { if (!localAddress.IsAny()) return GetTransportAddress().SetPDU(pdu); PIPSocket::Address addressOfExistingInterface; if (!associatedTransport.GetLocalAddress().GetIpAddress(addressOfExistingInterface)) return FALSE; H323TransportAddress transAddr(addressOfExistingInterface, listener.GetPort()); transAddr.SetPDU(pdu); return TRUE; } void H323ListenerTCP::Main() { PTRACE(2, "H323\tAwaiting TCP connections on port " << listener.GetPort()); while (listener.IsOpen()) { H323Transport * transport = Accept(PMaxTimeInterval); if (transport != NULL) new H225TransportThread(endpoint, transport); } } ///////////////////////////////////////////////////////////////////////////// H323TransportIP::H323TransportIP(H323EndPoint & end, PIPSocket::Address binding, WORD remPort) : H323Transport(end), localAddress(binding), remoteAddress(0) { localPort = 0; remotePort = remPort; } H323TransportAddress H323TransportIP::GetLocalAddress() const { return H323TransportAddress(localAddress, localPort); } H323TransportAddress H323TransportIP::GetRemoteAddress() const { return H323TransportAddress(remoteAddress, remotePort); } BOOL H323TransportIP::IsCompatibleTransport(const H225_TransportAddress & pdu) const { return pdu.GetTag() == H225_TransportAddress::e_ipAddress #if P_HAS_IPV6 || pdu.GetTag() == H225_TransportAddress::e_ip6Address #endif ; } void H323TransportIP::SetUpTransportPDU(H225_TransportAddress & pdu, BOOL localTsap) const { H323TransportAddress transAddr; if (!localTsap) transAddr = H323TransportAddress(remoteAddress, remotePort); else { H323TransportAddress tAddr = GetLocalAddress(); PIPSocket::Address ipAddr; tAddr.GetIpAddress(ipAddr); endpoint.InternalTranslateTCPAddress(ipAddr, remoteAddress); transAddr = H323TransportAddress(ipAddr, localPort); } transAddr.SetPDU(pdu); } void H323TransportIP::SetUpTransportPDU(H245_TransportAddress & pdu, unsigned port) const { PIPSocket::Address ipAddr = localAddress; endpoint.InternalTranslateTCPAddress(ipAddr, remoteAddress); switch (port) { case UseLocalTSAP : port = localPort; break; case UseRemoteTSAP : port = remotePort; break; } H323TransportAddress transAddr(ipAddr, (WORD)port); transAddr.SetPDU(pdu); } ///////////////////////////////////////////////////////////////////////////// H323TransportTCP::H323TransportTCP(H323EndPoint & end, PIPSocket::Address binding, BOOL listen) : H323TransportIP(end, binding, H323EndPoint::DefaultTcpPort) { h245listener = NULL; // construct listener socket if required if (listen) { h245listener = new PTCPSocket; localPort = end.GetNextTCPPort(); WORD firstPort = localPort; while (!h245listener->Listen(binding, 5, localPort)) { localPort = end.GetNextTCPPort(); if (localPort == firstPort) break; } if (h245listener->IsOpen()) { localPort = h245listener->GetPort(); PTRACE(3, "H225\tTCP Listen for H245 on " << binding << ':' << localPort); } else { PTRACE(1, "H225\tTCP Listen for H245 failed: " << h245listener->GetErrorText()); delete h245listener; h245listener = NULL; } } } H323TransportTCP::~H323TransportTCP() { delete h245listener; // Delete and H245 listener that may be present } BOOL H323TransportTCP::OnOpen() { PIPSocket * socket = (PIPSocket *)GetReadChannel(); // Get name of the remote computer for information purposes if (!socket->GetPeerAddress(remoteAddress, remotePort)) { PTRACE(1, "H323TCP\tGetPeerAddress() failed: " << socket->GetErrorText()); return FALSE; } // get local address of incoming socket to ensure that multi-homed machines // use a NIC address that is guaranteed to be addressable to destination if (!socket->GetLocalAddress(localAddress, localPort)) { PTRACE(1, "H323TCP\tGetLocalAddress() failed: " << socket->GetErrorText()); return FALSE; } if (!socket->SetOption(TCP_NODELAY, 1, IPPROTO_TCP)) { PTRACE(1, "H323TCP\tSetOption(TCP_NODELAY) failed: " << socket->GetErrorText()); } if (!socket->SetOption(IP_TOS, endpoint.GetTcpIpTypeofService(), IPPROTO_IP)) { PTRACE(1, "H323TCP\tSetOption(IP_TOS) failed: " << socket->GetErrorText()); } #ifndef P_VXWORKS // VxWorks has alternative behaviour, so skip it // make sure do not lose outgoing packets on close const linger ling = { 1, 3 }; if (!socket->SetOption(SO_LINGER, &ling, sizeof(ling))) { PTRACE(1, "H323TCP\tSetOption(SO_LINGER) failed: " << socket->GetErrorText()); return FALSE; } #endif //P_VXWORKS PTRACE(2, "H323TCP\tStarted connection: " " host=" << remoteAddress << ':' << remotePort << "," " if=" << localAddress << ':' << localPort << "," " handle=" << socket->GetHandle()); return TRUE; } BOOL H323TransportTCP::Close() { // Close listening socket to break waiting accept if (IsListening()) h245listener->Close(); return H323Transport::Close(); } BOOL H323TransportTCP::SetRemoteAddress(const H323TransportAddress & address) { return address.GetIpAndPort(remoteAddress, remotePort, "tcp"); } BOOL H323TransportTCP::ReadPDU(PBYTEArray & pdu) { // Make sure is a RFC1006 TPKT switch (ReadChar()) { case -1 : return FALSE; case 3 : // Only support version 3 break; default : // Unknown version number return SetErrorValues(Miscellaneous, 0x41000000); } // Save timeout PTimeInterval oldTimeout = GetReadTimeout(); // Should get all of PDU in 5 seconds or something is seriously wrong, SetReadTimeout(5000); // Get TPKT length BYTE header[3]; BOOL ok = ReadBlock(header, sizeof(header)); if (ok) { PINDEX packetLength = ((header[1] << 8)|header[2]); if (packetLength < 4) { PTRACE(1, "H323TCP\tDwarf PDU received (length " << packetLength << ")"); ok = FALSE; } else { packetLength -= 4; ok = ReadBlock(pdu.GetPointer(packetLength), packetLength); } } SetReadTimeout(oldTimeout); return ok; } BOOL H323TransportTCP::WritePDU(const PBYTEArray & pdu) { // We copy the data into a new buffer so we can do a single write call. This // is necessary as we have disabled the Nagle TCP delay algorithm to improve // network performance. int packetLength = pdu.GetSize() + 4; // Send RFC1006 TPKT length PBYTEArray tpkt(packetLength); tpkt[0] = 3; tpkt[1] = 0; tpkt[2] = (BYTE)(packetLength >> 8); tpkt[3] = (BYTE)packetLength; memcpy(tpkt.GetPointer()+4, (const BYTE *)pdu, pdu.GetSize()); return Write((const BYTE *)tpkt, packetLength); } BOOL H323TransportTCP::Connect() { if (IsListening()) return TRUE; PTCPSocket * socket = new PTCPSocket(remotePort); Open(socket); channelPointerMutex.StartRead(); socket->SetReadTimeout(endpoint.GetSignallingChannelConnectTimeout()); localPort = endpoint.GetNextTCPPort(); WORD firstPort = localPort; for (;;) { PTRACE(4, "H323TCP\tConnecting to " << remoteAddress << ':' << remotePort << " (local port=" << localPort << ')'); if (socket->Connect(localAddress, localPort, remoteAddress)) break; int errnum = socket->GetErrorNumber(); if (localPort == 0 || (errnum != EADDRINUSE && errnum != EADDRNOTAVAIL)) { PTRACE(1, "H323TCP\tCould not connect to " << remoteAddress << ':' << remotePort << " (local port=" << localPort << ") - " << socket->GetErrorText() << '(' << errnum << ')'); channelPointerMutex.EndRead(); return SetErrorValues(socket->GetErrorCode(), errnum); } localPort = endpoint.GetNextTCPPort(); if (localPort == firstPort) { PTRACE(1, "H323TCP\tCould not bind to any port in range " << endpoint.GetTCPPortBase() << " to " << endpoint.GetTCPPortMax()); channelPointerMutex.EndRead(); return SetErrorValues(socket->GetErrorCode(), errnum); } } socket->SetReadTimeout(PMaxTimeInterval); channelPointerMutex.EndRead(); return OnOpen(); } H323Transport * H323TransportTCP::CreateControlChannel(H323Connection & connection) { H323TransportTCP * tcpTransport = new H323TransportTCP(endpoint, localAddress, TRUE); tcpTransport->SetRemoteAddress(GetRemoteAddress()); if (tcpTransport->IsListening()) // Listen() failed return tcpTransport; delete tcpTransport; connection.ClearCall(H323Connection::EndedByTransportFail); return FALSE; } BOOL H323TransportTCP::AcceptControlChannel(H323Connection & connection) { if (IsOpen()) return TRUE; if (h245listener == NULL) { PAssertAlways(PLogicError); return FALSE; } PTRACE(3, "H245\tTCP Accept wait"); PTCPSocket * h245Socket = new PTCPSocket; h245listener->SetReadTimeout(endpoint.GetControlChannelStartTimeout()); if (h245Socket->Accept(*h245listener)) return Open(h245Socket); PTRACE(1, "H225\tAccept for H245 failed: " << h245Socket->GetErrorText()); delete h245Socket; if (h245listener->IsOpen() && connection.IsConnected() && connection.FindChannel(RTP_Session::DefaultAudioSessionID, TRUE) == NULL && connection.FindChannel(RTP_Session::DefaultAudioSessionID, FALSE) == NULL) connection.ClearCall(H323Connection::EndedByTransportFail); return FALSE; } BOOL H323TransportTCP::IsListening() const { if (IsOpen()) return FALSE; if (h245listener == NULL) return FALSE; return h245listener->IsOpen(); } ///////////////////////////////////////////////////////////////////////////// static BOOL ListenUDP(PUDPSocket & socket, H323EndPoint & endpoint, PIPSocket::Address binding, WORD localPort) { if (localPort > 0) { if (socket.Listen(binding, 0, localPort)) return TRUE; } else { localPort = endpoint.GetNextUDPPort(); WORD firstPort = localPort; for (;;) { if (socket.Listen(binding, 0, localPort)) return TRUE; int errnum = socket.GetErrorNumber(); if (errnum != EADDRINUSE && errnum != EADDRNOTAVAIL) break; localPort = endpoint.GetNextUDPPort(); if (localPort == firstPort) { PTRACE(1, "H323UDP\tCould not bind to any port in range " << endpoint.GetUDPPortBase() << " to " << endpoint.GetUDPPortMax()); return FALSE; } } } PTRACE(1, "H323UDP\tCould not bind to " << binding << ':' << localPort << " - " << socket.GetErrorText() << '(' << socket.GetErrorNumber() << ')'); return FALSE; } H323TransportUDP::H323TransportUDP(H323EndPoint & ep, PIPSocket::Address binding, WORD local_port, WORD remote_port) : H323TransportIP(ep, binding, remote_port) { if (remotePort == 0) remotePort = H225_RAS::DefaultRasUdpPort; // For backward compatibility promiscuousReads = AcceptFromRemoteOnly; PUDPSocket * udp = new PUDPSocket; ListenUDP(*udp, ep, binding, local_port); interfacePort = localPort = udp->GetPort(); Open(udp); PTRACE(3, "H323UDP\tBinding to interface: " << binding << ':' << localPort); canGetInterface = (binding.IsAny()) && udp->SetCaptureReceiveToAddress(); } H323TransportUDP::~H323TransportUDP() { Close(); } BOOL H323TransportUDP::SetRemoteAddress(const H323TransportAddress & address) { return address.GetIpAndPort(remoteAddress, remotePort, "udp"); } BOOL H323TransportUDP::Connect() { if (remoteAddress == 0 || remotePort == 0) return FALSE; PUDPSocket * socket; #ifdef P_STUN PSTUNClient * stun = endpoint.GetSTUN(remoteAddress); if (stun != NULL) { if (stun->CreateSocket(socket)) { Open(socket); socket->GetLocalAddress(localAddress, localPort); PTRACE(4, "H323UDP\tSTUN created socket: " << localAddress << ':' << localPort); } else PTRACE(4, "H323UDP\tSTUN could not create socket!"); } #endif socket = (PUDPSocket *)GetReadChannel(); socket->SetSendAddress(remoteAddress, remotePort); return TRUE; } void H323TransportUDP::SetPromiscuous(PromisciousModes promiscuous) { promiscuousReads = promiscuous; } H323TransportAddress H323TransportUDP::GetLastReceivedAddress() const { if (!lastReceivedAddress) return lastReceivedAddress; return H323Transport::GetLastReceivedAddress(); } BOOL H323TransportUDP::ReadPDU(PBYTEArray & pdu) { for (;;) { if (!Read(pdu.GetPointer(10000), 10000)) { pdu.SetSize(0); return FALSE; } pdu.SetSize(GetLastReadCount()); PUDPSocket * socket = (PUDPSocket *)GetReadChannel(); if (canGetInterface) lastReceivedInterface = socket->GetLastReceiveToAddress(); PIPSocket::Address address; WORD port; socket->GetLastReceiveAddress(address, port); lastReceivedAddress = H323TransportAddress(address, port); switch (promiscuousReads) { case AcceptFromRemoteOnly : if (remoteAddress *= address) return TRUE; break; case AcceptFromAnyAutoSet : remoteAddress = address; remotePort = port; socket->SetSendAddress(remoteAddress, remotePort); // fall into next case default : //AcceptFromAny return TRUE; } PTRACE(1, "UDP\tReceived PDU from incorrect host: " << address << ':' << port); } } BOOL H323TransportUDP::WritePDU(const PBYTEArray & pdu) { return Write((const BYTE *)pdu, pdu.GetSize()); } BOOL H323TransportUDP::DiscoverGatekeeper(H323Gatekeeper & gk, H323RasPDU & request, const H323TransportAddress & address) { PINDEX i; PTRACE(3, "H225\tStarted gatekeeper discovery of \"" << address << '"'); PIPSocket::Address destAddr = INADDR_BROADCAST; WORD destPort = H225_RAS::DefaultRasUdpPort; if (!address) { if (!address.GetIpAndPort(destAddr, destPort, "udp")) { PTRACE(2, "RAS\tError decoding address"); return FALSE; } } // Skip over the H323Transport::Close to make sure PUDPSocket is deleted. PIndirectChannel::Close(); remoteAddress = 0; remotePort = 0; // Remember the original info for pre-bound socket PIPSocket::Address originalLocalAddress = localAddress; WORD originalLocalPort = 0; // Get the interfaces to try PIPSocket::InterfaceTable interfaces; // See if prebound to interface, only use that if so if (destAddr.IsLoopback()) { PTRACE(3, "RAS\tGatekeeper discovery on loopback interface"); localAddress = destAddr; } else if (!localAddress.IsAny()) { PTRACE(3, "RAS\tGatekeeper discovery on pre-bound interface: " << localAddress << ':' << localPort); originalLocalPort = localPort; } else if (!PIPSocket::GetInterfaceTable(interfaces)) { PTRACE(1, "RAS\tNo interfaces on system!"); } else { PTRACE(4, "RAS\tSearching interfaces:\n" << setfill('\n') << interfaces << setfill(' ')); // Check for if destination machine is local machine, if so only use that interface for (i = 0; i < interfaces.GetSize(); i++) { if (interfaces[i].GetAddress() == destAddr) { PTRACE(3, "RAS\tGatekeeper discovery on local interface: " << destAddr); localAddress = destAddr; interfaces.RemoveAll(); } } } if (interfaces.IsEmpty()) interfaces.Append(new PIPSocket::InterfaceEntry("", localAddress, PIPSocket::Address(0xffffffff), "")); #ifdef P_STUN PSTUNClient * stun = endpoint.GetSTUN(remoteAddress); #endif PSocketList sockets; PSocket::SelectList selection; H225_GatekeeperRequest & grq = request; for (i = 0; i < interfaces.GetSize(); i++) { localAddress = interfaces[i].GetAddress(); if (localAddress == 0 || (destAddr != localAddress && localAddress.IsLoopback())) continue; // Check for already have had that IP address. PINDEX j; for (j = 0; j < i; j++) { if (localAddress == interfaces[j].GetAddress()) break; } if (j < i) continue; PUDPSocket * socket; static PIPSocket::Address MulticastRasAddress(224, 0, 1, 41); if (destAddr != MulticastRasAddress) { #ifdef P_STUN // Not explicitly multicast if (stun != NULL && stun->CreateSocket(socket)) { socket->GetLocalAddress(localAddress, localPort); PTRACE(4, "H323UDP\tSTUN created socket: " << localAddress << ':' << localPort); } else #endif { socket = new PUDPSocket; if (!ListenUDP(*socket, endpoint, localAddress, originalLocalPort)) { delete socket; return FALSE; } localPort = socket->GetPort(); } sockets.Append(socket); if (destAddr == INADDR_BROADCAST) { if (!socket->SetOption(SO_BROADCAST, 1)) { PTRACE(2, "RAS\tError allowing broadcast: " << socket->GetErrorText()); return FALSE; } } // Adjust the PDU to reflect the interface we are writing to. PIPSocket::Address ipAddr = localAddress; endpoint.InternalTranslateTCPAddress(ipAddr, destAddr); H323TransportAddress(ipAddr, localPort).SetPDU(grq.m_rasAddress); PTRACE(3, "RAS\tGatekeeper discovery on interface: " << localAddress << ':' << localPort); socket->SetSendAddress(destAddr, destPort); writeChannel = socket; if (request.Write(*this)) selection.Append(socket); else PTRACE(2, "RAS\tError writing discovery PDU: " << socket->GetErrorText()); if (destAddr == INADDR_BROADCAST) socket->SetOption(SO_BROADCAST, 0); } #ifdef IP_ADD_MEMBERSHIP // Now do it again for Multicast if (destAddr == INADDR_BROADCAST || destAddr == MulticastRasAddress) { socket = new PUDPSocket; sockets.Append(socket); if (!ListenUDP(*socket, endpoint, localAddress, 0)) return FALSE; localPort = socket->GetPort(); struct ip_mreq mreq; mreq.imr_multiaddr = MulticastRasAddress; mreq.imr_interface = localAddress; // ip address of host if (socket->SetOption(IP_ADD_MEMBERSHIP, &mreq, sizeof(mreq), IPPROTO_IP)) { // Adjust the PDU to reflect the interface we are writing to. SetUpTransportPDU(grq.m_rasAddress, TRUE); socket->SetOption(SO_BROADCAST, 1); socket->SetSendAddress(INADDR_BROADCAST, H225_RAS::DefaultRasMulticastPort); writeChannel = socket; if (request.Write(*this)) selection.Append(socket); else PTRACE(2, "RAS\tError writing discovery PDU: " << socket->GetErrorText()); socket->SetOption(SO_BROADCAST, 0); } else PTRACE(2, "RAS\tError allowing multicast: " << socket->GetErrorText()); } #endif writeChannel = NULL; } if (sockets.IsEmpty()) { PTRACE(1, "RAS\tNo suitable interfaces for discovery!"); return FALSE; } if (PSocket::Select(selection, endpoint.GetGatekeeperRequestTimeout()) != NoError) { PTRACE(3, "RAS\tError on discover request select"); return FALSE; } SetReadTimeout(0); for (i = 0; i < selection.GetSize(); i++) { readChannel = &selection[i]; promiscuousReads = AcceptFromAnyAutoSet; H323RasPDU response; if (!response.Read(*this)) { PTRACE(3, "RAS\tError on discover request read: " << readChannel->GetErrorText()); break; } do { if (gk.HandleTransaction(response)) { if (!gk.IsDiscoveryComplete()) { localAddress = originalLocalAddress; localPort = originalLocalPort; promiscuousReads = AcceptFromRemoteOnly; readChannel = NULL; return TRUE; } PUDPSocket * socket = (PUDPSocket *)readChannel; socket->GetLocalAddress(localAddress, localPort); readChannel = NULL; if (Open(socket) && Connect()) { sockets.DisallowDeleteObjects(); sockets.Remove(socket); sockets.AllowDeleteObjects(); promiscuousReads = AcceptFromRemoteOnly; PTRACE(2, "RAS\tGatekeeper discovered at: " << remoteAddress << ':' << remotePort << " (if=" << localAddress << ':' << localPort << ')'); return TRUE; } } } while (response.Read(*this)); } PTRACE(2, "RAS\tGatekeeper discovery failed"); localAddress = originalLocalAddress; localPort = originalLocalPort; promiscuousReads = AcceptFromRemoteOnly; readChannel = NULL; return FALSE; } H323TransportAddress H323TransportUDP::GetLocalAddress() const { if (canGetInterface && !lastReceivedInterface.IsLoopback()) return H323TransportAddress(lastReceivedInterface, interfacePort); // check for special case of local interface, which means the PDU came from the same machine H323TransportAddress taddr = H323TransportIP::GetLocalAddress(); if (!lastReceivedAddress.IsEmpty()) { PIPSocket::Address tipAddr; WORD tipPort; taddr.GetIpAndPort(tipAddr, tipPort); if (tipAddr == PIPSocket::Address(0)) { PIPSocket::Address lastRxIPAddr; lastReceivedAddress.GetIpAddress(lastRxIPAddr); if (lastRxIPAddr != PIPSocket::Address()) taddr = H323TransportAddress(lastRxIPAddr, tipPort); } } return taddr; } ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/src/vblasterlid.cxx0100644000176200056700000010203110336216342017453 0ustar releasepostincr/* * vblasterlid.cxx * * Creative Labs VOIP Blaster codec interface * * Open H323 Library * * Copyright (c) 2001 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: vblasterlid.cxx,v $ * Revision 1.12 2005/11/14 23:25:22 csoutheren * Removed obsolete constructs that cause compiler warnings in new compilers * * Revision 1.11 2005/06/07 07:59:11 csoutheren * Applied patch 1176459 for PocketPC. Thanks to Matthias Weber * * Revision 1.10 2004/07/11 11:26:33 rjongbloed * Fixed error in Voice Blaster tone queue, thanks German Garcia * * Revision 1.9 2003/12/03 06:58:00 csoutheren * More vblaster implementation * * Revision 1.8 2003/11/10 12:38:20 csoutheren * Additional fixes for Fobbit Windows driver * * Revision 1.7 2002/09/03 06:25:00 robertj * Cosmetic change to formatting. * * Revision 1.6 2002/08/05 10:03:48 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.5 2002/07/09 00:39:08 robertj * Patches for latest fobbit driver, thanks Jian Yang * * Revision 1.4 2002/02/05 06:19:47 craigs * Changed to use OPAL define rather than strings * * Revision 1.3 2002/01/15 07:23:10 craigs * Added IsDevicePresent command * * Revision 1.2 2002/01/15 05:54:16 robertj * Added bad implementation for GetDeviceNames() * * Revision 1.1 2002/01/15 04:16:52 craigs * Initial version * */ #include #ifdef __GNUC__ #pragma implementation "vblasterlid.h" #endif #include "vblasterlid.h" #define STARTUP_TIMEOUT 500 /* This code uses the VoIPBlaster interface as written by Dave Fobbitt (http://www.fobbit.com). All of the information about the VoIPBlaster command set and functions was derived directly from the code made available by Dave. This code requires Dave's USB drivers to be installed as per the instructions on his site. Thanks to Dave for making this code available for general use. Introduction The interface to the VoIPBlaster (VB) is implemented using two pairs of read/write channels. These are implemented as four named pipes for Windows, or two sockets for Unix. One channel is used for sending commands to the VB and reading status, and the other channel is used for sending and receiving audio data. Initialisation: TBD Commands: There are 27 different comands recognised by the VB. Each command is one byte. COMMAND_PHONE_OFF 0x01 drop loop current COMMAND_PHONE_ON 0x02 used on startup COMMAND_RING_ON 0x03 start ringing COMMAND_RING_OFF 0x04 used on startup & to stop ringing COMMAND_VOUT_START 0x05 start audio output COMMAND_VOUT_STOP 0x06 stop audio output COMMAND_VINP_START 0x07 start audio input COMMAND_VINP_STOP 0x08 stop audio input COMMAND_UNKNOWN_1 0x09 Unknown (TESTSTART) COMMAND_UNKNOWN_2 0x0a Unknown (TESTSTOP) COMMAND_UNKNOWN_3 0x0b Unknown (SENDFAXTONE) COMMAND_0x0c 0x0c Go offhook for headset COMMAND_0x0d 0x0d Go onhook for headset COMMAND_SETUP_MODE 0x0e Unknown(goto setup mode) COMMAND_VOUT_DONE 0x0f voice in/out off, report output drained COMMAND_0x10 0x10 Unknown (used in file output, seems ok without) COMMAND_0x11 0x11 Unknown (used in file output, seems ok without) COMMAND_MUTE_ON 0x12 Audio mute on COMMAND_MUTE_OFF 0x13 Audio mute off COMMAND_VOL_0 0x34 Set volume (min) COMMAND_VOL_1 0x35 Set volume COMMAND_VOL_2 0x36 Set volume COMMAND_VOL_3 0x37 Set volume (default) COMMAND_VOL_4 0x38 Set volume COMMAND_VOL_5 0x39 Set volume COMMAND_VOL_6 0x3a Set volume (max) Status: There are 11 different status responses sent by the VB. Each status is one byte. STATUS_NONE 0x00 No status STATUS_HOOK_OFF 0x01 Offhook STATUS_HOOK_ON 0x02 Onhook STATUS_DEBUG 0x00 Not used (DEBUG) STATUS_RINGDETECT 0x00 Not used (RINGDETECT) STATUS_RINGING_ON 0x05 Ring started STATUS_RINGING_OFF 0x06 Ring stopped STATUS_HEADSET_IN 0x08 Headset plugged in STATUS_HEADSET_OUT 0x09 Headset unplugged STATUS_0x0a 0x0a Unknown (setup accepted?) STATUS_VOUT_DONE 0x0c Voice output done Voice: The VB will accept audio in G.723.1 format at either 6.4kbps frames (24 bytes) or 5.3 kbps frames (20 bytes). However, it only generates audio data at 5.3 kbps frames (20 bytes) */ static BYTE blasterInit1[] = { 0x3b,0x00,0x40,0x8b // first 2 bytes is length, second 2 bytes is command? }; static BYTE blasterInit2[] = { 0x00,0x01,0x00,0x00,0x18,0x02,0x8f,0x00, 0x10,0x00,0x28,0x40,0x03,0x1a,0x0d,0x0c, 0xfa,0x43,0xfd,0xea,0x93,0xfe,0x1a,0x41, 0x00,0x4a,0x93,0xfe,0x2a,0x40,0x00,0x1a, 0x93,0xfe,0x3a,0x0a,0x00,0x1f,0x3c,0x00, 0x8c,0x0d,0x03,0xa3,0x23,0xa2,0xdf,0x0d, 0x0c,0x3a,0x40,0x00,0x2a,0x93,0xfe,0x4a, 0x0a,0x00,0x0f }; // this gets sent each time the voice output goes idle static BYTE blasterInit3[] = { 0x75,0x58,0x9b,0x04,0x72,0x00,0x00,0x11, 0xe0,0x00,0x65,0x82,0x00,0x90,0x00,0x1c, 0x96,0xc1,0x0f,0xf2,0x3d,0x95,0x8e,0x5e, 0xe7,0x66,0xef,0xd4,0xba,0x21,0x0d,0x30, 0xcb,0x1e,0x52,0x35,0x9a,0xb6,0xff,0x7f, 0x74,0x58,0x9b,0x04,0x68,0x08,0x00,0x99, 0x52,0xfa,0x75,0xd7,0x72,0xba,0xdb,0x03, 0x3d,0xdb,0x77,0xd0,0x77,0x03,0x1f,0x05 }; // some silence data, for now only used in 'vblast_ring' to kill the dialtone static BYTE silence[] = { 0xd5,0x14,0x0a,0x0d,0x1a,0x00,0x00,0x0a, 0x80,0x00,0xaf,0x06,0x00,0x00,0xfc,0x24, 0x9b,0x70,0xcf,0xc0,0xa1,0x53,0x18,0x00, 0x08,0x04,0xfe,0x50,0x8f,0x12,0x50,0x50, 0x4b,0x32,0x56,0x77,0x15,0xe9,0x0f,0xe8, 0xd5,0xc8,0xad,0x68,0xc8,0x74,0xe4,0x27, 0x71,0xd8,0x87,0x34,0xad,0x60,0x07,0xa8, 0xb6,0x64,0x0f,0x44,0x59,0x02,0xf4,0x00, 0x0e,0x80,0xba,0x68,0x73,0x00,0xe0,0xdf, 0x82,0xf4,0xa3,0x1f,0x18,0xb3,0x70,0x2e, 0xdd,0x1c,0xb1,0x00,0x02,0xfc,0x07,0xde, 0x09,0xc2,0x5e,0x82,0xaf,0xbc,0x5a,0x6c, 0xa2,0x02,0xbb,0xac,0x65,0x47,0x99,0x74, 0xfe,0xf4,0xe5,0xf7,0x70,0x90,0xe7,0x21, 0x15,0x33,0x56,0x8a,0x77,0x50,0xb5,0x42, 0x51,0x17,0xf2,0x4c,0xa8,0xfc,0x10,0x60, 0x82,0x1e,0x50,0x2f,0xa4,0x57,0x31,0x1e, 0xdd,0xc0,0xaf,0x6f,0x4d,0x1f,0xf5,0x08, 0x18,0x90,0x15,0x7f,0x70,0x1e,0x60,0x3e, 0x15,0xfb,0xa0,0x0d,0xbd,0x60,0x90,0x6d, 0x65,0x43,0xb1,0xdc,0xc2,0xd5,0x19,0xe5, 0xe1,0xe8,0x27,0xe4,0xcf,0x82,0x39,0xec, 0x38,0x84,0x3b,0x75,0x51,0x3b,0xb1,0x70, 0xde,0x68,0xba,0x06,0x79,0x0f,0x76,0x18, 0x74,0x53,0x45,0x4f,0x83,0x52,0xa0,0xa0, 0x5d,0xc1,0xed,0xc4,0x9f,0x77,0x27,0x36, 0x83,0xf9,0x07,0x7f,0x28,0xf3,0x41,0x41, 0x85,0x94,0x15,0xc0,0x45,0x13,0xee,0x30, 0x54,0x8c,0xea,0x37,0x03,0xf8,0xae,0x1f, 0x85,0xe7,0xed,0x21,0x58,0x01,0xff,0xe5, 0x75,0xc3,0x09,0x05,0x12,0x00,0x26,0xa7, 0x0b,0x26,0x9f,0x81,0x26,0x50,0x06,0x97, 0x31,0xa4,0x3c,0xca,0x1d,0x97,0xc2,0x9d, 0x42,0x6d,0xcf,0xae,0xe6,0xe5,0x27,0x04, 0x03,0xc2,0x93,0x5d,0xa7,0x62,0xf1,0x87, 0x5d,0x41,0xe5,0x0a,0x0a,0x70,0x69,0x3f, 0xf1,0xf4,0xfe,0x0d,0x4e,0x27,0x97,0x5b, 0xb0,0x0b,0xe5,0x78,0xa5,0x26,0x09,0x49, 0x90,0xfc,0xf1,0x77,0x52,0x0c,0xdf,0xef, 0x7f,0x8d,0x84,0x15,0x48,0xc7,0xff,0x5b, }; ///////////////////////////////////////////////////////////////////////////// OpalVoipBlasterDevice::OpalVoipBlasterDevice() : dtmfQueue(DTMFQueueSize) { statusThread = NULL; } OpalVoipBlasterDevice::~OpalVoipBlasterDevice() { Close(); } BOOL OpalVoipBlasterDevice::Open(const PString & device) { Close(); int deviceIndex = device.AsInteger(); readStopped = writeStopped = TRUE; // open the lowlevel device if (!vBlaster.OpenCommand(deviceIndex)) { PTRACE(3, "vBlaster\tCould not open VoipBlaster device \"" << device << '"'); return FALSE; } if (!vBlaster.OpenData()) { PTRACE(3, "vBlaster\tCould not open VoipBlaster data for device \"" << device << '"'); return FALSE; } // put device into setup mode PTRACE(3, "vBlaster\tSending setup command"); // put the handset on hook, which should stop all voice data vBlaster.WriteCommand(VoipBlasterInterface::Command_HS_ONHOOK); // flush all input vBlaster.Flush(STARTUP_TIMEOUT); vBlaster.WriteCommand(VoipBlasterInterface::Command_SETUP_MODE); // setup for incoming status hookState = FALSE; headset = FALSE; ringOn = TRUE; // so we can detect ring off firstTime = FALSE; //vBlaster.Flush(STARTUP_TIMEOUT); vBlaster.WriteData(blasterInit1, sizeof(blasterInit1)); //vBlaster.Flush(STARTUP_TIMEOUT); vBlaster.WriteData(blasterInit2, sizeof(blasterInit2)); //vBlaster.Flush(STARTUP_TIMEOUT); int status = VoipBlasterInterface::Status_Empty; int i; for (i = 3; ringOn && i > 0; i--) { vBlaster.WriteCommand(VoipBlasterInterface::Command_VOL_3); vBlaster.WriteCommand(VoipBlasterInterface::Command_RING_OFF); vBlaster.WriteCommand(VoipBlasterInterface::Command_PHONE_ON); PTimer timer(2000); do { status = vBlaster.ReadStatus(STARTUP_TIMEOUT); if (status != VoipBlasterInterface::Status_Empty) HandleStatus(status); } while (ringOn && timer.IsRunning()); } if (i == 0) { PTRACE(3, "vBlaster\tCould not initialise"); return FALSE; } // set up thread to read status pipe statusRunning = TRUE; statusThread = PThread::Create(PCREATE_NOTIFIER(StatusHandler), 0, PThread::NoAutoDeleteThread, PThread::NormalPriority, "VbStatus:%x"); // unmute output and set default value vBlaster.WriteCommand(VoipBlasterInterface::Command_VOL_3); vBlaster.WriteCommand(VoipBlasterInterface::Command_MUTE_OFF); vBlaster.WriteCommand(VoipBlasterInterface::Command_VOUT_STOP); vBlaster.WriteCommand(VoipBlasterInterface::Command_VINP_STOP); // save the device name deviceName = device; PTRACE(3, "vBlaster\tVoipBlaster device \"" << device << "\" opened"); os_handle = deviceIndex; return TRUE; } BOOL OpalVoipBlasterDevice::Close() { PWaitAndSignal m(vbMutex); if (!IsOpen()) return FALSE; // flag the status thread to stop running on next status byte statusRunning = FALSE; // send a command to the phone stat will force a status byte to return vBlaster.WriteCommand(VoipBlasterInterface::Command_PHONE_OFF); vBlaster.WriteCommand(VoipBlasterInterface::Command_MUTE_OFF); vBlaster.WriteCommand(VoipBlasterInterface::Command_VOUT_DONE); vBlaster.WriteData (blasterInit3, sizeof(blasterInit3)); // close the device - this will stop the status thread for sure! vBlaster.CloseCommand(); // wait for the status thread to terminate statusThread->WaitForTermination(); delete statusThread; statusThread = NULL; deviceName = PString(); os_handle = -1; return TRUE; } PString OpalVoipBlasterDevice::GetName() const { return deviceName; } void OpalVoipBlasterDevice::StatusHandler(PThread &, INT) { while (statusRunning) { int status = vBlaster.ReadStatus(); if (status != VoipBlasterInterface::Status_Empty) HandleStatus(status); } } void OpalVoipBlasterDevice::HandleStatus(int status) { switch (status) { //case VoipBlasterInterface::Status_NONE: // No status // break; case VoipBlasterInterface::Status_HOOK_OFF: // Offhook PTRACE(1, "VB\tHook off"); hookState = TRUE; headset = FALSE; break; case VoipBlasterInterface::Status_HOOK_ON: // Onhook PTRACE(1, "VB\tHook on"); hookState = FALSE; headset = FALSE; break; case VoipBlasterInterface::Status_RINGING_ON: // Ring started PTRACE(1, "VB\tRing start"); ringOn = TRUE; break; case VoipBlasterInterface::Status_RINGING_OFF: // Ring stopped PTRACE(1, "VB\tRing end"); ringOn = FALSE; break; case VoipBlasterInterface::Status_HEADSET_IN: // Headset plugged in PTRACE(1, "VB\tHeadset in"); headset = TRUE; break; case VoipBlasterInterface::Status_HEADSET_OUT: // Headset unplugged PTRACE(1, "VB\tHeadset out"); headset = FALSE; break; case VoipBlasterInterface::Status_0x0a: // Unknown (setup accepted?) PTRACE(1, "VB\tStatus 0xa"); // read 17 byte serial number BYTE serialNumber[17]; memset(serialNumber, 0, sizeof(serialNumber)); vBlaster.ReadData(serialNumber, sizeof(serialNumber), STARTUP_TIMEOUT); { PString str; for (int i = 0; i < sizeof(serialNumber); i++) str.sprintf("%02x ", serialNumber[i]); PTRACE(3, "vBlaster\tFirst time serial number " << str); } firstTime = TRUE; break; case VoipBlasterInterface::Status_VOUT_DONE: // Voice output done PTRACE(1, "VB\tVOUT done"); break; case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': case 'A': case 'B': case 'C': case 'D': case '*': case '#': PTRACE(1, "VB\tDTMF digit " << (char )status); dtmfQueue.Enqueue((BYTE)status); break; default: PTRACE(1, "VB\tUnknown status value " << status); } } BOOL OpalVoipBlasterDevice::IsLineOffHook(unsigned line) { PWaitAndSignal m(vbMutex); if (!IsOpen()) return FALSE; if (line > 0) return FALSE; return hookState; } BOOL OpalVoipBlasterDevice::SetLineOffHook(unsigned /*line*/, BOOL /* newState*/) { return FALSE; } BOOL OpalVoipBlasterDevice::HasHookFlash(unsigned /* line */) { return FALSE; } BOOL OpalVoipBlasterDevice::IsLineRinging(unsigned /*line*/, DWORD * /*cadence*/) { return FALSE; } BOOL OpalVoipBlasterDevice::RingLine(unsigned line, DWORD cadence) { PWaitAndSignal m(vbMutex); if (!IsOpen()) return FALSE; if (line > 0) return FALSE; // %%%%%% this really needs to use a timer to implement cadences. if (cadence == 0) vBlaster.WriteCommand(VoipBlasterInterface::Command_RING_OFF); else vBlaster.WriteCommand(VoipBlasterInterface::Command_RING_ON); return TRUE; } BOOL OpalVoipBlasterDevice::IsLineDisconnected(unsigned /*line*/, BOOL /*checkForWink*/) { return FALSE; } BOOL OpalVoipBlasterDevice::SetLineToLineDirect(unsigned /*line1 */, unsigned /*line2*/, BOOL /*connect*/) { return FALSE; } BOOL OpalVoipBlasterDevice::IsLineToLineDirect(unsigned /*line1*/, unsigned /*line2*/) { return FALSE; } static const struct { const char * mediaFormat; PINDEX frameSize; } CodecInfo[] = { { OPAL_G7231_6k3, 24 }, { OPAL_G7231_5k3, 20 }, }; OpalMediaFormat::List OpalVoipBlasterDevice::GetMediaFormats() const { OpalMediaFormat::List codecs; codecs.Append(new OpalMediaFormat(CodecInfo[0].mediaFormat)); return codecs; } static PINDEX FindCodec(const OpalMediaFormat & mediaFormat) { for (PINDEX codecType = 0; codecType < PARRAYSIZE(CodecInfo); codecType++) { if (mediaFormat == CodecInfo[codecType].mediaFormat) return codecType; } return P_MAX_INDEX; } BOOL OpalVoipBlasterDevice::SetReadFormat(unsigned line, const OpalMediaFormat & mediaFormat) { StopReadCodec(line); PWaitAndSignal m(vbMutex); PWaitAndSignal mutex(readMutex); readCodecType = FindCodec(mediaFormat); if (readCodecType == P_MAX_INDEX) { PTRACE(1, "vBlaster\tUnsupported read codec requested: " << mediaFormat); return FALSE; } if (!writeStopped && readCodecType != writeCodecType) { PTRACE(1, "vBlaster\tAsymmetric codecs requested: " "read=" << CodecInfo[readCodecType].mediaFormat << " write=" << CodecInfo[writeCodecType].mediaFormat); return FALSE; } PTRACE(3, "vBlaster\tSetReadFormat(" << CodecInfo[readCodecType].mediaFormat << ')'); readFrameSize = CodecInfo[readCodecType].frameSize; if (writeStopped) vBlaster.OpenData(); vBlaster.WriteCommand(VoipBlasterInterface::Command_VINP_START); readDelay.Restart(); readStopped = FALSE; return TRUE; } BOOL OpalVoipBlasterDevice::SetWriteFormat(unsigned line, const OpalMediaFormat & mediaFormat) { StopWriteCodec(line); PWaitAndSignal m(vbMutex); PWaitAndSignal mutex(writeMutex); writeCodecType = FindCodec(mediaFormat); if (writeCodecType == P_MAX_INDEX) { PTRACE(1, "vBlaster\tUnsupported write codec requested: " << mediaFormat); return FALSE; } if (!readStopped && writeCodecType != readCodecType) { PTRACE(1, "vBlaster\tAsymmetric codecs requested: " "read=" << CodecInfo[readCodecType].mediaFormat << " write=" << CodecInfo[writeCodecType].mediaFormat); return FALSE; } PTRACE(3, "vBlaster\tSetWriteFormat(" << CodecInfo[writeCodecType].mediaFormat << ')'); writeFrameSize = CodecInfo[writeCodecType].frameSize; if (readStopped) vBlaster.OpenData(); vBlaster.WriteCommand(VoipBlasterInterface::Command_VOUT_START); vBlaster.WriteCommand(VoipBlasterInterface::Command_VOL_3); vBlaster.WriteCommand(VoipBlasterInterface::Command_MUTE_OFF); writeDelay.Restart(); writeStopped = FALSE; return TRUE; } OpalMediaFormat OpalVoipBlasterDevice::GetReadFormat(unsigned) { if (readCodecType == P_MAX_INDEX) return ""; return CodecInfo[readCodecType].mediaFormat; } OpalMediaFormat OpalVoipBlasterDevice::GetWriteFormat(unsigned) { if (writeCodecType == P_MAX_INDEX) return ""; return CodecInfo[writeCodecType].mediaFormat; } BOOL OpalVoipBlasterDevice::SetRawCodec(unsigned) { return FALSE; } BOOL OpalVoipBlasterDevice::StopReadCodec(unsigned line) { PTRACE(3, "vBlaster\tStopping read codec"); PWaitAndSignal m(vbMutex); readMutex.Wait(); if (!readStopped) { readStopped = TRUE; vBlaster.WriteCommand(VoipBlasterInterface::Command_VINP_STOP); } if (writeStopped) vBlaster.CloseData(); readMutex.Signal(); return OpalLineInterfaceDevice::StopReadCodec(line); } BOOL OpalVoipBlasterDevice::StopWriteCodec(unsigned line) { PTRACE(3, "vBlaster\tStopping write codec"); PWaitAndSignal m(vbMutex); writeMutex.Wait(); if (!writeStopped) { writeStopped = TRUE; vBlaster.WriteCommand(VoipBlasterInterface::Command_VOUT_STOP); } if (readStopped) vBlaster.CloseData(); writeMutex.Signal(); return OpalLineInterfaceDevice::StopWriteCodec(line); } BOOL OpalVoipBlasterDevice::StopRawCodec(unsigned /*line*/) { return FALSE; } PINDEX OpalVoipBlasterDevice::GetReadFrameSize(unsigned) { return readFrameSize; } BOOL OpalVoipBlasterDevice::SetReadFrameSize(unsigned, PINDEX size) { readFrameSize = size; return TRUE; } PINDEX OpalVoipBlasterDevice::GetWriteFrameSize(unsigned) { return writeFrameSize; } BOOL OpalVoipBlasterDevice::SetWriteFrameSize(unsigned, PINDEX size) { writeFrameSize = size; return TRUE; } BOOL OpalVoipBlasterDevice::ReadFrame(unsigned, void * buffer, PINDEX & wasRead) { PWaitAndSignal mutex(readMutex); if (readStopped) return FALSE; readDelay.Delay(30); if (!hookState) return FALSE; int stat; if ((stat = vBlaster.ReadData(buffer, 20)) != 20) { PTRACE(1, "Error reading frame - " << stat); return FALSE; } wasRead = 20; return TRUE; } BOOL OpalVoipBlasterDevice::WriteFrame(unsigned, const void * buffer, PINDEX /*count*/, PINDEX & written) { PWaitAndSignal m(writeMutex); if (writeStopped) return FALSE; writeDelay.Delay(30); const BYTE * p = (const BYTE *)buffer; PINDEX toWrite = 0; switch (*p & 3) { case 0: toWrite = 24; vBlaster.WriteData(buffer, 24); break; case 1: toWrite = 20; vBlaster.WriteData(buffer, 20); break; case 2: toWrite = 4; break; default: // Check for frame erasure command if (memcmp(buffer, "\xff\xff\xff\xff", 4) == 0) toWrite = 24; else toWrite = 1; break; } written = toWrite; return TRUE; } unsigned OpalVoipBlasterDevice::GetAverageSignalLevel(unsigned, BOOL /*playback*/) { return UINT_MAX; } BOOL OpalVoipBlasterDevice::EnableAudio(unsigned /*line*/, BOOL /*enable*/) { return TRUE; } BOOL OpalVoipBlasterDevice::SetRecordVolume(unsigned /*line*/, unsigned /*volume*/) { return TRUE; } BOOL OpalVoipBlasterDevice::SetPlayVolume(unsigned /*line*/, unsigned /*volume*/) { return TRUE; } BOOL OpalVoipBlasterDevice::GetRecordVolume(unsigned, unsigned & /*volume*/) { return TRUE; } BOOL OpalVoipBlasterDevice::GetPlayVolume(unsigned, unsigned & volume) { volume = 50; return TRUE; } OpalLineInterfaceDevice::AECLevels OpalVoipBlasterDevice::GetAEC(unsigned) { return AECOff; } BOOL OpalVoipBlasterDevice::SetAEC(unsigned, AECLevels /*level*/) { return FALSE; } BOOL OpalVoipBlasterDevice::GetVAD(unsigned) { return FALSE; } BOOL OpalVoipBlasterDevice::SetVAD(unsigned, BOOL /*enable*/) { return FALSE; } BOOL OpalVoipBlasterDevice::GetCallerID(unsigned, PString & /*idString*/, BOOL /*full*/) { return FALSE; } BOOL OpalVoipBlasterDevice::SetCallerID(unsigned, const PString & /*idString*/) { return FALSE; } BOOL OpalVoipBlasterDevice::SendCallerIDOnCallWaiting(unsigned, const PString & /*idString*/) { return FALSE; } BOOL OpalVoipBlasterDevice::SendVisualMessageWaitingIndicator(unsigned /*line*/, BOOL /*isOn*/) { return FALSE; } BOOL OpalVoipBlasterDevice::PlayDTMF(unsigned /*line*/, const char * digits, DWORD /*onTime*/, DWORD /*offTime*/) { PINDEX i; for (i = 0; digits[i] != '\0'; i++) { PWaitAndSignal m(vbMutex); vBlaster.WriteCommand((VoipBlasterInterface::Command)digits[i]); } return TRUE; } char OpalVoipBlasterDevice::ReadDTMF(unsigned) { int v = dtmfQueue.Dequeue(); return (v < 0) ? (char)0 : (char)v; } BOOL OpalVoipBlasterDevice::GetRemoveDTMF(unsigned) { return TRUE; } BOOL OpalVoipBlasterDevice::SetRemoveDTMF(unsigned, BOOL /*state*/) { return TRUE; } unsigned OpalVoipBlasterDevice::IsToneDetected(unsigned /*line*/) { return FALSE; } BOOL OpalVoipBlasterDevice::PlayTone(unsigned /*line*/, CallProgressTones /*tone*/) { return FALSE; } BOOL OpalVoipBlasterDevice::IsTonePlaying(unsigned) { return FALSE; } BOOL OpalVoipBlasterDevice::StopTone(unsigned) { return FALSE; } DWORD OpalVoipBlasterDevice::GetSerialNumber() { return 0; } PStringArray OpalVoipBlasterDevice::GetDeviceNames() { PStringArray array; VoipBlasterInterface blaster; PINDEX i = 0; while ((i < 16) && blaster.IsDevicePresent(i)) { array[i] = i; i++; } return array; } BOOL OpalVoipBlasterDevice::SetCountryCode(T35CountryCodes /*country*/) { return TRUE; } ///////////////////////////////////////////////////////////////////////////// OpalVoipBlasterDevice::ByteQueue::ByteQueue(PINDEX _qMax) : qMax(_qMax) { qOut = qLen = 0; queue.SetSize(qMax); } int OpalVoipBlasterDevice::ByteQueue::Dequeue() { PWaitAndSignal m(mutex); if (qLen == 0) return -1; int v = queue[qOut]; ++qOut; qOut = (qOut % qMax); qLen--; return v; } BOOL OpalVoipBlasterDevice::ByteQueue::Enqueue(BYTE v) { PWaitAndSignal m(mutex); if (qLen == qMax) return FALSE; queue[(qOut + qLen) % qMax] = v; qLen++; return TRUE; } ///////////////////////////////////////////////////////////////////////////// #ifdef _WIN32 #include #include #ifndef _WIN32_WINCE #pragma comment(lib, "setupapi.lib") #endif // {00873FDF-61A8-11d1-AA5E-00C04FB1728B} for VB_USB.SYS DEFINE_GUID(GUID_CLASS_VOIP_BLASTER, 0x873fdf, 0x61a8, 0x11d1, 0xaa, 0x5e, 0x0, 0xc0, 0x4f, 0xb1, 0x72, 0x8b); static BOOL GetDeviceInterfacePath(HDEVINFO hDevInfo, PSP_DEVICE_INTERFACE_DATA pDeviceInterfaceData, char *dest, DWORD dwMaxLen) { PSP_INTERFACE_DEVICE_DETAIL_DATA pDetailData = NULL; ULONG requiredLength = 0; // allocate a function class device data structure to receive the // goods about this particular device. SetupDiGetInterfaceDeviceDetail(hDevInfo, pDeviceInterfaceData, // NULL, // probing so no output buffer yet 0, // probing so output buffer length of zero &requiredLength, // NULL); // not interested in the specific dev-node pDetailData = (PSP_DEVICE_INTERFACE_DETAIL_DATA)LocalAlloc(LPTR, requiredLength); ZeroMemory(pDetailData, requiredLength ); pDetailData->cbSize = sizeof(SP_DEVICE_INTERFACE_DETAIL_DATA); // Retrieve the information from Plug and Play. if (!SetupDiGetDeviceInterfaceDetail(hDevInfo, pDeviceInterfaceData, pDetailData, requiredLength, NULL, NULL)) { PTRACE(1, "VB\tError " << GetLastError() << " in GetDeviceInterfacePath"); LocalFree(pDetailData); return FALSE; } strncpy(dest,pDetailData->DevicePath, dwMaxLen); LocalFree(pDetailData); return TRUE; } static BOOL GetDevicePath( LPGUID pGuid, DWORD dwIndex, char *dest, DWORD dwMaxLen ) { SP_DEVINFO_DATA DeviceInfoData; SP_DEVICE_INTERFACE_DATA DeviceInterfaceData; BOOL result; // Create a HDEVINFO with all present devices. HDEVINFO hDevInfoList = SetupDiGetClassDevs( pGuid, // this guid only 0, // Enumerator 0, DIGCF_PRESENT | DIGCF_INTERFACEDEVICE ); if (hDevInfoList == INVALID_HANDLE_VALUE) { PTRACE(1, "VB\tError " << GetLastError() << " in GetDevicePath:SetupDiGetClassDevs"); return FALSE; } // Get the Info for the specific device instance (dwIndex) DeviceInfoData.cbSize = sizeof(SP_DEVINFO_DATA); if (!SetupDiEnumDeviceInfo(hDevInfoList, dwIndex, &DeviceInfoData)) { PTRACE(1, "VB\tError " << GetLastError() << " in GetDevicePath:SetupDiEnumDeviceInfo"); SetupDiDestroyDeviceInfoList(hDevInfoList); // Cleanup return FALSE; } // for the desired interface, get the path ZeroMemory(&DeviceInterfaceData, sizeof(DeviceInterfaceData)); DeviceInterfaceData.cbSize = sizeof(DeviceInterfaceData); if(!SetupDiEnumDeviceInterfaces(hDevInfoList, &DeviceInfoData, pGuid, 0, &DeviceInterfaceData)) { PTRACE(1, "VB\tError " << GetLastError() << " in GetDevicePath:SetupDiEnumDeviceInterfaces"); SetupDiDestroyDeviceInfoList(hDevInfoList); // Cleanup return FALSE; } result = GetDeviceInterfacePath( hDevInfoList, &DeviceInterfaceData, dest, dwMaxLen ); SetupDiDestroyDeviceInfoList(hDevInfoList); // Cleanup return result; } static HANDLE OpenPipe(const PString & filename, DWORD dwIndex) { char completeDeviceName[256] = ""; if (!GetDevicePath((LPGUID)&GUID_CLASS_VOIP_BLASTER, dwIndex, completeDeviceName, sizeof(completeDeviceName))) { return INVALID_HANDLE_VALUE; } strcat(completeDeviceName, "\\" ); strcat(completeDeviceName, filename); HANDLE h = CreateFile(completeDeviceName, GENERIC_WRITE | GENERIC_READ, FILE_SHARE_WRITE | FILE_SHARE_READ, NULL, OPEN_EXISTING, FILE_FLAG_OVERLAPPED, NULL); if (h == INVALID_HANDLE_VALUE) { PTRACE(1, "Failed to open " << completeDeviceName << " : " << GetLastError()); } return h; } ///////////////////////////////////////////////////////////////////////////// VoipBlasterInterface::VoipBlasterInterface() { deviceIndex = P_MAX_INDEX; PINDEX i; for (i = 0; i < NumPipes; i++) pipes[i] = INVALID_HANDLE_VALUE; } BOOL VoipBlasterInterface::IsDevicePresent(PINDEX deviceIndex) { char completeDeviceName[256] = ""; return GetDevicePath((LPGUID)&GUID_CLASS_VOIP_BLASTER, deviceIndex, completeDeviceName, sizeof(completeDeviceName)); } BOOL VoipBlasterInterface::OpenCommand(PINDEX _deviceIndex) { CloseCommand(); deviceIndex = _deviceIndex; // open the command and status pipes to the driver if (!OpenVOIPPipe(CommandPipe)) { PTRACE(1, "VB\tOpen of command pipe failed"); CloseCommand(); return FALSE; } if (!OpenVOIPPipe(StatusPipe)) { PTRACE(1, "VB\tOpen of status pipe failed"); CloseCommand(); return FALSE; } return TRUE; } BOOL VoipBlasterInterface::CloseCommand() { CloseData(); if (deviceIndex == P_MAX_INDEX) return FALSE; CloseHandle(pipes[CommandPipe]); pipes[CommandPipe] = INVALID_HANDLE_VALUE; CloseHandle(pipes[StatusPipe]); pipes[StatusPipe] = INVALID_HANDLE_VALUE; deviceIndex = P_MAX_INDEX; return TRUE; } BOOL VoipBlasterInterface::OpenData() { if (deviceIndex == P_MAX_INDEX) return FALSE; // open the data pipes to the driver if (!OpenVOIPPipe(VoiceOutPipe)) { PTRACE(1, "VB\tOpen of command pipe failed"); CloseCommand(); return FALSE; } if (!OpenVOIPPipe(VoiceInPipe)) { PTRACE(1, "VB\tOpen of status pipe failed"); CloseCommand(); return FALSE; } return TRUE; } BOOL VoipBlasterInterface::CloseData() { if (deviceIndex == P_MAX_INDEX) return FALSE; CloseHandle(pipes[VoiceOutPipe]); pipes[VoiceOutPipe] = INVALID_HANDLE_VALUE; CloseHandle(pipes[VoiceInPipe]); pipes[VoiceInPipe] = INVALID_HANDLE_VALUE; return TRUE; } BOOL VoipBlasterInterface::OpenVOIPPipe(VoipBlasterInterface::Pipe pipeIndex) { if (deviceIndex == P_MAX_INDEX) return FALSE; return (pipes[pipeIndex] = OpenPipe(psprintf("PIPE%02i", pipeIndex), deviceIndex)) != INVALID_HANDLE_VALUE; } BOOL VoipBlasterInterface::WriteCommand(Command cmd) { BYTE b = (BYTE)cmd; return WritePipe(pipes[CommandPipe], &b, 1) == 1; } VoipBlasterInterface::Status VoipBlasterInterface::ReadStatus(const PTimeInterval duration) { BYTE b; if (ReadPipe(pipes[StatusPipe], &b, 1, duration) == 1) return (Status)b; return Status_Empty; } BOOL VoipBlasterInterface::WriteData(const void * data, PINDEX len) { return WritePipe(pipes[VoiceOutPipe], data, len) == len; } int VoipBlasterInterface::ReadData(void * data, PINDEX len, const PTimeInterval duration) { return ReadPipe(pipes[VoiceInPipe], data, len, duration); } void VoipBlasterInterface::Flush(const PTimeInterval wait) { BYTE buffer[1000]; while (ReadData(buffer, 1000, wait) > 0) ; while (ReadPipe(pipes[StatusPipe], buffer, 1000, wait) > 0) ; #if 0 BOOL closeOnEnd = (pipes[VoiceInPipe] == INVALID_HANDLE_VALUE); if (closeOnEnd && !OpenVOIPPipe(VoiceInPipe)) { PTRACE(2, "VB\tCould not open voice in pipe for flush"); return; } PTimer closeTimer; closeTimer.SetNotifier(PCREATE_NOTIFIER(CloseTimeout)); closeTimer = wait; PINDEX count = 0; for (;;) { BYTE b; if (ReadPipe(pipes[VoiceInPipe], &b, 1) != 1) break; count++; closeTimer.Reset(); } closeTimer.Stop(); PError << "Flushed " << count << " bytes" << endl; #endif } void VoipBlasterInterface::CloseTimeout(PTimer &, INT) { if (pipes[VoiceInPipe] != INVALID_HANDLE_VALUE) { CloseHandle(pipes[VoiceInPipe]); pipes[VoiceInPipe] = INVALID_HANDLE_VALUE; } } int VoipBlasterInterface::WritePipe(HANDLE handle, const void *bp, DWORD len) { DWORD writeCount; PWin32Overlapped overlap; ResetEvent(overlap.hEvent); if (::WriteFile(handle, bp, len, &writeCount, &overlap)) return writeCount; if (GetLastError() != ERROR_IO_PENDING) { PTRACE(1, "VB\tWriteFile to pipe failed"); return -1; } if (!GetOverlappedResult(handle, &overlap, &writeCount, TRUE)) { PTRACE(1, "VB\tGetOverlappedResult on pipe failed"); return -1; } return writeCount; } int VoipBlasterInterface::ReadPipe(HANDLE handle, void *bp, DWORD len, const PTimeInterval duration) { DWORD readCount; PWin32Overlapped overlap; ResetEvent(overlap.hEvent); if (::ReadFile(handle, bp, len, &readCount, &overlap)) return readCount; if (GetLastError() != ERROR_IO_PENDING) { PTRACE(1, "VB\tReadFile from pipe failed"); return -1; } DWORD msecs = (duration == PMaxTimeInterval) ? INFINITE : duration.GetInterval(); if (msecs < 500) msecs = 500; switch (WaitForSingleObject(overlap.hEvent, msecs)) { case WAIT_OBJECT_0: // do nothing ; the device is ready break; case WAIT_TIMEOUT: // cancel the I/O operation; CancelIo(handle); break; default: PTRACE(1, "VB\tWaitForSingleObject on pipe failed"); return -1; } if (!GetOverlappedResult(handle, &overlap, &readCount, TRUE)) { PTRACE(1, "VB\tGetOverlappedResult on pipe failed"); return -1; } return readCount; } #endif // _WIN32 ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/src/vpblid.cxx0100644000176200056700000004041310261770026016426 0ustar releasepostincr/* * vpblid.cxx * * Voicetronix VPB4 line interface device * * Copyright (c) 1999-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * Patch: 2002/10/4 Peter Wintulich Peter@voicetronix.com.au * IsLineDisconected was looking for any tone to signify hangup/busy. * Changed so only BUSY tone reports line hangup/busy. * * $Log: vpblid.cxx,v $ * Revision 1.23 2005/07/03 14:03:02 shorne * Fixed compile error * * Revision 1.22 2004/05/09 07:01:00 rjongbloed * Patches for special BUSY codes etc, thanks Pietro Ravasio * * Revision 1.21 2003/08/13 22:02:03 dereksmithies * Apply patch from Daniel Bichara to GetOSHandle() for VPB devices. Thanks. * * Revision 1.20 2003/03/12 00:15:40 dereks * Fix compile error on RH8.0 * * Revision 1.19 2003/03/05 06:26:44 robertj * Added function to play a WAV file to LID, thanks Pietro Ravasio * * Revision 1.18 2002/09/03 06:22:26 robertj * Cosmetic change to formatting. * * Revision 1.17 2002/08/01 01:33:42 dereks * Adjust verbosity of PTRACE statements. * * Revision 1.16 2002/07/02 03:20:37 dereks * Fix check for line disconnected state. Remove timer on line ringing. * * Revision 1.15 2002/07/01 23:57:35 dereks * Clear dtmf and tone event queue when changing hook status, to remove spurious events. * * Revision 1.14 2002/07/01 02:52:52 dereks * IsToneDetected now reports the RING tone. Add PTRACE statements. * * Revision 1.13 2002/05/21 09:16:31 robertj * Fixed segmentation fault, if OpalVPBDevice::StopTone() is called more than * once, thanks Artis Kugevics * * Revision 1.12 2002/03/20 06:05:04 robertj * Improved multithreading support, thanks David Rowe * NOTE: only works with VPB driver version 2.5.5 * * Revision 1.1 2002/03/11 02:42:56 david * Initial revision * * Revision 1.11 2001/11/19 06:35:41 robertj * Added tone generation handling * * Revision 1.10 2001/10/05 03:51:21 robertj * Added missing pragma implementation * * Revision 1.9 2001/10/05 03:33:06 robertj * Fixed compatibility with latest VPB drivers * * Revision 1.8 2001/09/13 05:27:46 robertj * Fixed incorrect return type in virtual function, thanks Vjacheslav Andrejev * * Revision 1.7 2001/05/11 04:43:43 robertj * Added variable names for standard PCM-16 media format name. * * Revision 1.6 2001/01/25 07:27:17 robertj * Major changes to add more flexible OpalMediaFormat class to normalise * all information about media types, especially codecs. * * Revision 1.5 2000/11/24 10:54:45 robertj * Modified the ReadFrame/WriteFrame functions to allow for variable length codecs. * * Revision 1.4 2000/11/20 04:37:03 robertj * Changed tone detection API slightly to allow detection of multiple * simultaneous tones * * Revision 1.3 2000/05/02 04:32:28 robertj * Fixed copyright notice comment. * * Revision 1.2 2000/01/07 08:28:09 robertj * Additions and changes to line interface device base class. * * Revision 1.1 1999/12/23 23:02:36 robertj * File reorganision for separating RTP from H.323 and creation of LID for VPB support. * */ #include #ifdef __GNUC__ #pragma implementation "vpblid.h" #endif #include "vpblid.h" #include #define new PNEW ///////////////////////////////////////////////////////////////////////////// OpalVpbDevice::OpalVpbDevice() { cardNumber = 0; lineCount = 0; vpb_seterrormode(VPB_ERROR_CODE); } BOOL OpalVpbDevice::Open(const PString & device) { Close(); cardNumber = device.AsUnsigned(10); lineCount = 0; while (lineCount < MaxLineCount && lineState[lineCount].Open(cardNumber, lineCount)) lineCount++; os_handle = lineCount > 0 ? 1 : -1; return IsOpen(); } BOOL OpalVpbDevice::LineState::Open(unsigned cardNumber, unsigned lineNumber) { handle = vpb_open(cardNumber, lineNumber+1); if (handle < 0) return FALSE; readIdle = writeIdle = TRUE; readFrameSize = writeFrameSize = 480; currentHookState = FALSE; vpb_sethook_sync(handle, VPB_ONHOOK); vpb_set_event_mask(handle, VPB_MRING | VPB_MTONEDETECT ); myToneThread = NULL; return TRUE; } BOOL OpalVpbDevice::Close() { for (unsigned line = 0; line < lineCount; line++) vpb_close(lineState[line].handle); os_handle = -1; return TRUE; } PString OpalVpbDevice::GetName() const { char buf[100]; vpb_get_model(buf); return psprintf("%s/%u", buf, cardNumber); } unsigned OpalVpbDevice::GetLineCount() { return lineCount; } BOOL OpalVpbDevice::IsLineDisconnected(unsigned line, BOOL /*checkForWink*/) { // unsigned thisTone = IsToneDetected(line); BOOL lineIsDisconnected = (IsToneDetected(line) == BusyTone); PTRACE(3, "VPB\tLine " << line << " is disconnected: " << (lineIsDisconnected ? " TRUE" : "FALSE")); return lineIsDisconnected; } BOOL OpalVpbDevice::IsLineOffHook(unsigned line) { if (line >= MaxLineCount) return FALSE; return lineState[line].currentHookState; } BOOL OpalVpbDevice::SetLineOffHook(unsigned line, BOOL newState) { if (line >= MaxLineCount) return FALSE; return lineState[line].SetLineOffHook(newState); } BOOL OpalVpbDevice::LineState::SetLineOffHook(BOOL newState) { currentHookState = newState; VPB_EVENT event; BOOL setHookOK = vpb_sethook_sync(handle, newState ? VPB_OFFHOOK : VPB_ONHOOK) >= 0; PTRACE(3, "vpb\tSetLineOffHook to " << (newState ? "offhook" : "on hook") << (setHookOK ? " succeeded." : " failed.")); // clear DTMF buffer and event queue after changing hook state. vpb_flush_digits(handle); while (vpb_get_event_ch_async(handle, &event) == VPB_OK); return setHookOK; } BOOL OpalVpbDevice::IsLineRinging(unsigned line, DWORD * cadence) { if (line >= MaxLineCount) return FALSE; return lineState[line].IsLineRinging(cadence); } BOOL OpalVpbDevice::LineState::IsLineRinging(DWORD * /*cadence*/) { VPB_EVENT event; BOOL lineIsRinging = FALSE; if (currentHookState) { PTRACE(6, "VPB\tTest IsLineRinging() returns FALSE"); return FALSE; } // DR 13/1/02 - Dont look at event queue here if off hook, as we will steal events // that IsToneDetected may be looking for. if (vpb_get_event_ch_async(handle, &event) == VPB_OK) if (event.type == VPB_RING) { PTRACE(3, "VPB\tRing event detected in IsLineRinging"); lineIsRinging = TRUE; } return lineIsRinging; } static const struct { const char * mediaFormat; WORD mode; } CodecInfo[] = { { OPAL_PCM16, VPB_LINEAR }, { "G.711-uLaw-64k", VPB_MULAW }, { "G.711-ALaw-64k", VPB_ALAW }, }; OpalMediaFormat::List OpalVpbDevice::GetMediaFormats() const { OpalMediaFormat::List formats; for (PINDEX i = 0; i < PARRAYSIZE(CodecInfo); i++) formats.Append(new OpalMediaFormat(CodecInfo[i].mediaFormat)); return formats; } static PINDEX FindCodec(const OpalMediaFormat & mediaFormat) { for (PINDEX codecType = 0; codecType < PARRAYSIZE(CodecInfo); codecType++) { if (mediaFormat == CodecInfo[codecType].mediaFormat) return codecType; } return P_MAX_INDEX; } BOOL OpalVpbDevice::SetReadFormat(unsigned line, const OpalMediaFormat & mediaFormat) { if (line >= MaxLineCount) return FALSE; PTRACE(4, "VPB\tSetReadFormat(" << mediaFormat << ')'); lineState[line].readFormat = FindCodec(mediaFormat); if (lineState[line].readFormat == P_MAX_INDEX) return FALSE; if (vpb_record_buf_start(lineState[line].handle, CodecInfo[lineState[line].readFormat].mode) < 0) return FALSE; lineState[line].readIdle = FALSE; return TRUE; } BOOL OpalVpbDevice::SetWriteFormat(unsigned line, const OpalMediaFormat & mediaFormat) { if (line >= MaxLineCount) return FALSE; PTRACE(4, "VPB\tSetWriteFormat(" << mediaFormat << ')'); lineState[line].writeFormat = FindCodec(mediaFormat); if (lineState[line].writeFormat == P_MAX_INDEX) return FALSE; lineState[line].DTMFplaying = FALSE; if (vpb_play_buf_start(lineState[line].handle, CodecInfo[lineState[line].writeFormat].mode) < 0) return FALSE; lineState[line].writeIdle = FALSE; return TRUE; } OpalMediaFormat OpalVpbDevice::GetReadFormat(unsigned line) { if (lineState[line].readFormat == P_MAX_INDEX) return ""; return CodecInfo[lineState[line].readFormat].mediaFormat; } OpalMediaFormat OpalVpbDevice::GetWriteFormat(unsigned line) { if (lineState[line].writeFormat == P_MAX_INDEX) return ""; return CodecInfo[lineState[line].writeFormat].mediaFormat; } BOOL OpalVpbDevice::StopReadCodec(unsigned line) { if (line >= MaxLineCount) return FALSE; PTRACE(3, "VPB\tStopReadCodec"); if (lineState[line].readIdle) return FALSE; PTRACE(3, "VPB\tStopReadCodec before"); vpb_record_terminate(lineState[line].handle); vpb_record_buf_finish(lineState[line].handle); PTRACE(3, "VPB\tStopReadCodec after"); lineState[line].readIdle = TRUE; return TRUE; } BOOL OpalVpbDevice::StopWriteCodec(unsigned line) { if (line >= MaxLineCount) return FALSE; PTRACE(1, "VPB\tStopWriteCodec"); if (lineState[line].writeIdle) return FALSE; PTRACE(3, "VPB\tStopWriteCodec before"); vpb_play_terminate(lineState[line].handle); vpb_play_buf_finish(lineState[line].handle); PTRACE(3, "VPB\tStopWriteCodec after"); lineState[line].writeIdle = TRUE; return TRUE; } BOOL OpalVpbDevice::SetReadFrameSize(unsigned line, PINDEX size) { if (line >= MaxLineCount) return FALSE; lineState[line].readFrameSize = size; return TRUE; } BOOL OpalVpbDevice::SetWriteFrameSize(unsigned line, PINDEX size) { if (line >= MaxLineCount) return FALSE; lineState[line].writeFrameSize = size; return TRUE; } PINDEX OpalVpbDevice::GetReadFrameSize(unsigned line) { if (line >= MaxLineCount) return FALSE; return lineState[line].readFrameSize; } PINDEX OpalVpbDevice::GetWriteFrameSize(unsigned line) { if (line >= MaxLineCount) return FALSE; return lineState[line].writeFrameSize; } BOOL OpalVpbDevice::ReadFrame(unsigned line, void * buf, PINDEX & count) { if (line >= MaxLineCount) return FALSE; count = lineState[line].readFrameSize; PTRACE(4, "VPB\tReadFrame before vpb_record_buf_sync"); vpb_record_buf_sync(lineState[line].handle, (char *)buf, (WORD)count); PTRACE(4, "VPB\tReadFrame after vpb_record_buf_sync"); return TRUE; } BOOL OpalVpbDevice::WriteFrame(unsigned line, const void * buf, PINDEX count, PINDEX & written) { written = 0; if (line >= MaxLineCount) return FALSE; PTRACE(4, "VPB\tWriteFrame before vpb_play_buf_sync"); vpb_play_buf_sync(lineState[line].handle, (char *)buf,(WORD)count); PTRACE(4, "VPB\tWriteFrame after vpb_play_buf_sync"); written = count; return TRUE; } BOOL OpalVpbDevice::SetRecordVolume(unsigned line, unsigned volume) { if (line >= MaxLineCount) return FALSE; return vpb_record_set_gain(lineState[line].handle, (float)(volume/100.0*24.0-12.0)) >= 0; } BOOL OpalVpbDevice::SetPlayVolume(unsigned line, unsigned volume) { if (line >= MaxLineCount) return FALSE; return vpb_play_set_gain(lineState[line].handle, (float)(volume/100.0*24.0-12.0)) >= 0; } char OpalVpbDevice::ReadDTMF(unsigned line) { if (line >= MaxLineCount) return '\0'; VPB_DIGITS vd; vd.term_digits = ""; vd.max_digits = 1; vd.digit_time_out = 10; vd.inter_digit_time_out = 10; char buf[VPB_MAX_STR]; if (vpb_get_digits_sync(lineState[line].handle, &vd, buf) == VPB_DIGIT_MAX) { PTRACE(3, "VPB\tReadDTMF (digit)" << buf[0]); return buf[0]; } return '\0'; } /* // Ritorna il codice dell'evento sull'handle lineState[line].handle int OpalVpbDevice::GetVPBEvent(unsigned line) { return vpb_get_event_mask(lineState[line].handle; } */ BOOL OpalVpbDevice::PlayDTMF(unsigned line, const char * digits, DWORD, DWORD) { if (line >= MaxLineCount) return FALSE; PTRACE(3, "VPB\tPlayDTMF: " << digits); vpb_dial_sync(lineState[line].handle, (char *)digits); vpb_dial_sync(lineState[line].handle, ","); return TRUE; } int OpalVpbDevice::GetOSHandle(unsigned line) { return lineState[line].handle; } unsigned OpalVpbDevice::IsToneDetected(unsigned line) { if (line >= MaxLineCount) { PTRACE(3, "VPB\tTone Detect no tone detected, line is > MaxLineCount (" << MaxLineCount << ")"); return NoTone; } VPB_EVENT event; if (vpb_get_event_ch_async(lineState[line].handle, &event) == VPB_NO_EVENTS) { PTRACE(3, "VPB\tTone Detect no events on line " << line << " in tone detected"); return NoTone; } if (event.type == VPB_RING) { PTRACE(3, "VPB\t Tone Detect: Ring tone (generated from ring event)"); return RingTone; } if (event.type != VPB_TONEDETECT) { PTRACE(3, "VPB\tTone Detect. Event type is not (ring | tone). No tone detected."); return NoTone; } switch (event.data) { case VPB_DIAL : PTRACE(3, "VPB\tTone Detect: Dial tone."); return DialTone; case VPB_RINGBACK : PTRACE(3, "VPB\tTone Detect: Ring tone."); return RingTone; case VPB_BUSY : PTRACE(3, "VPB\tTone Detect: Busy tone."); return BusyTone; case VPB_BUSY_308 : PTRACE(3, "VPB\tTone Detect: Busy (308) tone."); return BusyTone; /* Throws Compiler Error case VPB_BUSY_AUST : PTRACE(3, "VPB\tTone Detect: Busy (Australian) tone."); return BusyTone; */ case VPB_GRUNT : PTRACE(3, "VPB\tTone Detect: Grunt tone."); break; } return NoTone; } BOOL OpalVpbDevice::PlayTone(unsigned line, CallProgressTones tone) { VPB_TONE vpbtone; PTRACE(3, "VPB\tPlayTone STARTED"); switch(tone) { case DialTone: PTRACE(3, "VPB\tPlayTone DialTone"); vpbtone.freq1 = 425; vpbtone.freq2 = 450; vpbtone.freq3 = 400; vpbtone.level1 = -12; vpbtone.level2 = -18; vpbtone.level3 = -18; vpbtone.ton = 30000; vpbtone.toff = 10; lineState[line].myToneThread = new ToneThread( lineState[line].handle, vpbtone ); break; case BusyTone: vpbtone.freq1 = 425; vpbtone.freq2 = 0; vpbtone.freq3 = 0; vpbtone.level1 = -12; vpbtone.level2 = -100; vpbtone.level3 = -100; vpbtone.ton = 325; vpbtone.toff = 750; lineState[line].myToneThread = new ToneThread( lineState[line].handle, vpbtone ); break; default: return FALSE; } return TRUE; } BOOL OpalVpbDevice::StopTone(unsigned line) { PTRACE(3, "VPB\tStopTone STARTED"); if (lineState[line].myToneThread) { delete lineState[line].myToneThread; lineState[line].myToneThread = NULL; } PTRACE(3, "VPB\tStopTone FINSISHED"); return TRUE; } BOOL OpalVpbDevice::PlayAudio(unsigned line, const PString & fn) { PString temp = fn; PTRACE(3, "VPB\tPlayAudio reproducing on line " << line << " file " << fn); if (!vpb_play_file_async(lineState[line].handle, temp.GetPointer(), VPB_PLAYEND)) return TRUE; PTRACE(2, "VPB\tPlayAudio unable to reproduce file"); return FALSE; } BOOL OpalVpbDevice::StopAudio(unsigned line) { PTRACE(3, "VPB\tStopAudio STARTED"); vpb_play_terminate(lineState[line].handle); PTRACE(3, "VPB\tStopAudio FINISHED"); return TRUE; } ///////////////////////////////////////////////////////////////////////////// ToneThread::ToneThread(int ahandle, VPB_TONE avpbtone) : PThread(10000, NoAutoDeleteThread) { handle = ahandle; vpbtone = avpbtone; Resume(); } ToneThread::~ToneThread() { PTRACE(3, "VPB\tToneThread Destructor STARTED"); vpb_tone_terminate(handle); shutdown.Signal(); WaitForTermination(); PTRACE(3, "VPB\tToneThread Destructor FINISHED"); } void ToneThread::Main() { PTRACE(3, "VPB\tToneThread Main STARTED"); while (!shutdown.Wait(10)) { vpb_playtone_sync(handle, &vpbtone); PTRACE(3, "VPB\tvpl_playtone_sync returned"); } PTRACE(3, "VPB\tToneThread Main FINISHED"); } ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/src/x224.cxx0100644000176200056700000001142107535052315015646 0ustar releasepostincr/* * x224.cxx * * X.224 protocol handler * * Open H323 Library * * Copyright (c) 1998-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: x224.cxx,v $ * Revision 1.12 2002/09/03 06:21:01 robertj * Cosmetic change to formatting. * * Revision 1.11 2002/08/05 10:03:48 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.10 2002/06/27 03:11:12 robertj * Fixed encoding bugs, thanks Greg Adams * * Revision 1.9 2001/02/09 05:13:56 craigs * Added pragma implementation to (hopefully) reduce the executable image size * under Linux * * Revision 1.8 2000/05/02 04:32:28 robertj * Fixed copyright notice comment. * * Revision 1.7 2000/04/18 11:36:40 robertj * Fixed bug in setting data compont size in X224 packet, thanks Wolfgang Platzer * * Revision 1.6 1999/11/19 01:00:07 robertj * Fixed bug that disallowed zero length data PDU's, thanks Dave Kristol. * * Revision 1.5 1999/11/15 14:11:29 robertj * Fixed trace output stream being put back after setting hex/fillchar modes. * * Revision 1.4 1999/09/03 14:03:54 robertj * Fixed warning under GNU compiler. * * Revision 1.3 1999/08/31 13:30:20 robertj * Added gatekeeper support. * * Revision 1.2 1999/06/09 05:26:20 robertj * Major restructuring of classes. * * Revision 1.1 1998/12/14 09:13:48 robertj * Initial revision * */ #include #ifdef __GNUC__ #pragma implementation "x224.h" #endif #include "x224.h" #include /////////////////////////////////////////////////////////////////////////////// X224::X224() { } void X224::PrintOn(ostream & strm) const { int indent = 2; strm << setprecision(indent) << "{\n" << setw(indent) << ' ' << "code="; switch (GetCode()) { case ConnectRequest : strm << "ConnectRequest"; break; case ConnectConfirm : strm << "ConnectConfirm"; break; case DataPDU : strm << "DataPDU"; } char fillchar = strm.fill(); strm << '\n' << setw(indent) << ' ' << "data: " << data.GetSize() << " bytes\n" << hex; PINDEX i = 0; while (i < data.GetSize()) { strm << setfill(' ') << setw(indent) << ' ' << setfill('0'); PINDEX j; for (j = 0; j < 16; j++) if (i+j < data.GetSize()) strm << setw(2) << (unsigned)data[i+j] << ' '; else strm << " "; strm << " "; for (j = 0; j < 16; j++) { if (i+j < data.GetSize()) { if (isprint(data[i+j])) strm << data[i+j]; else strm << ' '; } } strm << '\n'; i += 16; } strm << dec << setfill(fillchar) << setw(indent-1) << '}' << setprecision(indent-2); } BOOL X224::Decode(const PBYTEArray & rawData) { PINDEX packetLength = rawData.GetSize(); PINDEX headerLength = rawData[0]; if (packetLength < headerLength + 1) // Not enough bytes return FALSE; header.SetSize(headerLength); memcpy(header.GetPointer(), (const BYTE *)rawData+1, headerLength); packetLength -= headerLength + 1; data.SetSize(packetLength); if (packetLength > 0) memcpy(data.GetPointer(), (const BYTE *)rawData+headerLength+1, packetLength); return TRUE; } BOOL X224::Encode(PBYTEArray & rawData) const { PINDEX headerLength = header.GetSize(); PINDEX dataLength = data.GetSize(); if (!rawData.SetSize(headerLength + dataLength + 1)) return FALSE; rawData[0] = (BYTE)headerLength; memcpy(rawData.GetPointer() + 1, header, headerLength); if (dataLength > 0) memcpy(rawData.GetPointer()+headerLength+1, data, dataLength); return TRUE; } void X224::BuildConnectRequest() { data.SetSize(0); header.SetSize(6); header[0] = ConnectRequest; header[1] = 0; header[2] = 0x7b; header[3] = 2; header[4] = 0; header[5] = 0; } void X224::BuildConnectConfirm() { data.SetSize(0); header.SetSize(6); header[0] = ConnectConfirm; header[1] = 0; header[2] = 0x7b; header[3] = 2; header[4] = 0; header[5] = 0; } void X224::BuildData(const PBYTEArray & d) { header.SetSize(2); header[0] = DataPDU; header[1] = 0x80; data = d; } ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/src/x880.asn0100644000176200056700000000562507407477434015661 0ustar releasepostincrRemote-Operations-Apdus { itu-t recommendation h 450 1 version1(0) remote-operations-apdus(11) } DEFINITIONS AUTOMATIC TAGS ::= BEGIN -- exports everything ROS ::= CHOICE { invoke [1] Invoke, returnResult [2] ReturnResult, returnError [3] ReturnError, reject [4] Reject } Invoke ::= SEQUENCE { invokeId InvokeId (0..65535), linkedId InvokeId OPTIONAL, opcode Code, argument OCTET STRING OPTIONAL -- argument is an OpenType constrained by the opcode } ReturnResult ::= SEQUENCE { invokeId InvokeId, result SEQUENCE { opcode Code, result OCTET STRING, -- result is an OpenType constrained by the opcode ... } OPTIONAL } ReturnError ::= SEQUENCE { invokeId InvokeId, errorCode Code, parameter OCTET STRING OPTIONAL -- parameter is an OpenType constrained by the opcode } Reject ::= SEQUENCE { invokeId InvokeId, problem CHOICE { general GeneralProblem, invoke InvokeProblem, returnResult ReturnResultProblem, returnError ReturnErrorProblem } } GeneralProblem ::= INTEGER { unrecognizedComponent (0), mistypedComponent (1), badlyStructuredComponent (2) } InvokeProblem ::= INTEGER { duplicateInvocation (0), unrecognizedOperation (1), mistypedArgument (2), resourceLimitation (3), releaseInProgress (4), unrecognizedLinkedId (5), linkedResponseUnexpected (6), unexpectedLinkedOperation (7) } ReturnResultProblem ::= INTEGER { unrecognizedInvocation (0), resultResponseUnexpected (1), mistypedResult (2) } ReturnErrorProblem ::= INTEGER { unrecognizedInvocation (0), errorResponseUnexpected (1), unrecognizedError (2), unexpectedError (3), mistypedParameter (4) } RejectProblem ::= INTEGER { general-unrecognizedPDU (0), general-mistypedPDU (1), general-badlyStructuredPDU (2), invoke-duplicateInvocation (10), invoke-unrecognizedOperation (11), invoke-mistypedArgument (12), invoke-resourceLimitation (13), invoke-releaseInProgress (14), invoke-unrecognizedLinkedId (15), invoke-linkedResponseUnexpected (16), invoke-unexpectedLinkedOperation (17), returnResult-unrecognizedInvocation (20), returnResult-resultResponseUnexpected (21), returnResult-mistypedResult (22), returnError-unrecognizedInvocation (30), returnError-errorResponseUnexpected (31), returnError-unrecognizedError (32), returnError-unexpectedError (33), returnError-mistypedParameter (34) } InvokeId ::= INTEGER Code ::= CHOICE -- from X.880 { local INTEGER, global OBJECT IDENTIFIER } END -- end of Remote-Operations-Apdus definitions openh323_v1_18_0/src/x880.cxx0100644000176200056700000005111510251241421015645 0ustar releasepostincr// // x880.cxx // // Code automatically generated by asnparse. // #ifdef P_USE_PRAGMA #pragma implementation "x880.h" #endif #include #include "x880.h" #define new PNEW #if ! H323_DISABLE_X880 #ifndef PASN_NOPRINTON const static PASN_Names Names_X880_ROS[]={ {"invoke",0} ,{"returnResult",1} ,{"returnError",2} ,{"reject",3} }; #endif // // ROS // X880_ROS::X880_ROS(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_X880_ROS,4 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 X880_ROS::operator X880_Invoke &() const #else X880_ROS::operator X880_Invoke &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), X880_Invoke), PInvalidCast); #endif return *(X880_Invoke *)choice; } X880_ROS::operator const X880_Invoke &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), X880_Invoke), PInvalidCast); #endif return *(X880_Invoke *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 X880_ROS::operator X880_ReturnResult &() const #else X880_ROS::operator X880_ReturnResult &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), X880_ReturnResult), PInvalidCast); #endif return *(X880_ReturnResult *)choice; } X880_ROS::operator const X880_ReturnResult &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), X880_ReturnResult), PInvalidCast); #endif return *(X880_ReturnResult *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 X880_ROS::operator X880_ReturnError &() const #else X880_ROS::operator X880_ReturnError &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), X880_ReturnError), PInvalidCast); #endif return *(X880_ReturnError *)choice; } X880_ROS::operator const X880_ReturnError &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), X880_ReturnError), PInvalidCast); #endif return *(X880_ReturnError *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 X880_ROS::operator X880_Reject &() const #else X880_ROS::operator X880_Reject &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), X880_Reject), PInvalidCast); #endif return *(X880_Reject *)choice; } X880_ROS::operator const X880_Reject &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), X880_Reject), PInvalidCast); #endif return *(X880_Reject *)choice; } BOOL X880_ROS::CreateObject() { switch (tag) { case e_invoke : choice = new X880_Invoke(1, ContextSpecificTagClass); return TRUE; case e_returnResult : choice = new X880_ReturnResult(2, ContextSpecificTagClass); return TRUE; case e_returnError : choice = new X880_ReturnError(3, ContextSpecificTagClass); return TRUE; case e_reject : choice = new X880_Reject(4, ContextSpecificTagClass); return TRUE; } choice = NULL; return FALSE; } PObject * X880_ROS::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(X880_ROS::Class()), PInvalidCast); #endif return new X880_ROS(*this); } // // GeneralProblem // X880_GeneralProblem::X880_GeneralProblem(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { } X880_GeneralProblem & X880_GeneralProblem::operator=(int v) { SetValue(v); return *this; } X880_GeneralProblem & X880_GeneralProblem::operator=(unsigned v) { SetValue(v); return *this; } PObject * X880_GeneralProblem::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(X880_GeneralProblem::Class()), PInvalidCast); #endif return new X880_GeneralProblem(*this); } // // InvokeProblem // X880_InvokeProblem::X880_InvokeProblem(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { } X880_InvokeProblem & X880_InvokeProblem::operator=(int v) { SetValue(v); return *this; } X880_InvokeProblem & X880_InvokeProblem::operator=(unsigned v) { SetValue(v); return *this; } PObject * X880_InvokeProblem::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(X880_InvokeProblem::Class()), PInvalidCast); #endif return new X880_InvokeProblem(*this); } // // ReturnResultProblem // X880_ReturnResultProblem::X880_ReturnResultProblem(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { } X880_ReturnResultProblem & X880_ReturnResultProblem::operator=(int v) { SetValue(v); return *this; } X880_ReturnResultProblem & X880_ReturnResultProblem::operator=(unsigned v) { SetValue(v); return *this; } PObject * X880_ReturnResultProblem::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(X880_ReturnResultProblem::Class()), PInvalidCast); #endif return new X880_ReturnResultProblem(*this); } // // ReturnErrorProblem // X880_ReturnErrorProblem::X880_ReturnErrorProblem(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { } X880_ReturnErrorProblem & X880_ReturnErrorProblem::operator=(int v) { SetValue(v); return *this; } X880_ReturnErrorProblem & X880_ReturnErrorProblem::operator=(unsigned v) { SetValue(v); return *this; } PObject * X880_ReturnErrorProblem::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(X880_ReturnErrorProblem::Class()), PInvalidCast); #endif return new X880_ReturnErrorProblem(*this); } // // RejectProblem // X880_RejectProblem::X880_RejectProblem(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { } X880_RejectProblem & X880_RejectProblem::operator=(int v) { SetValue(v); return *this; } X880_RejectProblem & X880_RejectProblem::operator=(unsigned v) { SetValue(v); return *this; } PObject * X880_RejectProblem::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(X880_RejectProblem::Class()), PInvalidCast); #endif return new X880_RejectProblem(*this); } // // InvokeId // X880_InvokeId::X880_InvokeId(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Integer(tag, tagClass) { } X880_InvokeId & X880_InvokeId::operator=(int v) { SetValue(v); return *this; } X880_InvokeId & X880_InvokeId::operator=(unsigned v) { SetValue(v); return *this; } PObject * X880_InvokeId::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(X880_InvokeId::Class()), PInvalidCast); #endif return new X880_InvokeId(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_X880_Code[]={ {"local",0} ,{"global",1} }; #endif // // Code // X880_Code::X880_Code(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 2, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_X880_Code,2 #endif ) { } BOOL X880_Code::CreateObject() { switch (tag) { case e_local : choice = new PASN_Integer(); return TRUE; case e_global : choice = new PASN_ObjectId(); return TRUE; } choice = NULL; return FALSE; } PObject * X880_Code::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(X880_Code::Class()), PInvalidCast); #endif return new X880_Code(*this); } // // ReturnResult_result // X880_ReturnResult_result::X880_ReturnResult_result(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, TRUE, 0) { } #ifndef PASN_NOPRINTON void X880_ReturnResult_result::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+9) << "opcode = " << setprecision(indent) << m_opcode << '\n'; strm << setw(indent+9) << "result = " << setprecision(indent) << m_result << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison X880_ReturnResult_result::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, X880_ReturnResult_result), PInvalidCast); #endif const X880_ReturnResult_result & other = (const X880_ReturnResult_result &)obj; Comparison result; if ((result = m_opcode.Compare(other.m_opcode)) != EqualTo) return result; if ((result = m_result.Compare(other.m_result)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX X880_ReturnResult_result::GetDataLength() const { PINDEX length = 0; length += m_opcode.GetObjectLength(); length += m_result.GetObjectLength(); return length; } BOOL X880_ReturnResult_result::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_opcode.Decode(strm)) return FALSE; if (!m_result.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void X880_ReturnResult_result::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_opcode.Encode(strm); m_result.Encode(strm); UnknownExtensionsEncode(strm); } PObject * X880_ReturnResult_result::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(X880_ReturnResult_result::Class()), PInvalidCast); #endif return new X880_ReturnResult_result(*this); } #ifndef PASN_NOPRINTON const static PASN_Names Names_X880_Reject_problem[]={ {"general",0} ,{"invoke",1} ,{"returnResult",2} ,{"returnError",3} }; #endif // // Reject_problem // X880_Reject_problem::X880_Reject_problem(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Choice(tag, tagClass, 4, FALSE #ifndef PASN_NOPRINTON ,(const PASN_Names *)Names_X880_Reject_problem,4 #endif ) { } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 X880_Reject_problem::operator X880_GeneralProblem &() const #else X880_Reject_problem::operator X880_GeneralProblem &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), X880_GeneralProblem), PInvalidCast); #endif return *(X880_GeneralProblem *)choice; } X880_Reject_problem::operator const X880_GeneralProblem &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), X880_GeneralProblem), PInvalidCast); #endif return *(X880_GeneralProblem *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 X880_Reject_problem::operator X880_InvokeProblem &() const #else X880_Reject_problem::operator X880_InvokeProblem &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), X880_InvokeProblem), PInvalidCast); #endif return *(X880_InvokeProblem *)choice; } X880_Reject_problem::operator const X880_InvokeProblem &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), X880_InvokeProblem), PInvalidCast); #endif return *(X880_InvokeProblem *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 X880_Reject_problem::operator X880_ReturnResultProblem &() const #else X880_Reject_problem::operator X880_ReturnResultProblem &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), X880_ReturnResultProblem), PInvalidCast); #endif return *(X880_ReturnResultProblem *)choice; } X880_Reject_problem::operator const X880_ReturnResultProblem &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), X880_ReturnResultProblem), PInvalidCast); #endif return *(X880_ReturnResultProblem *)choice; } #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 X880_Reject_problem::operator X880_ReturnErrorProblem &() const #else X880_Reject_problem::operator X880_ReturnErrorProblem &() { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), X880_ReturnErrorProblem), PInvalidCast); #endif return *(X880_ReturnErrorProblem *)choice; } X880_Reject_problem::operator const X880_ReturnErrorProblem &() const #endif { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(PAssertNULL(choice), X880_ReturnErrorProblem), PInvalidCast); #endif return *(X880_ReturnErrorProblem *)choice; } BOOL X880_Reject_problem::CreateObject() { switch (tag) { case e_general : choice = new X880_GeneralProblem(); return TRUE; case e_invoke : choice = new X880_InvokeProblem(); return TRUE; case e_returnResult : choice = new X880_ReturnResultProblem(); return TRUE; case e_returnError : choice = new X880_ReturnErrorProblem(); return TRUE; } choice = NULL; return FALSE; } PObject * X880_Reject_problem::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(X880_Reject_problem::Class()), PInvalidCast); #endif return new X880_Reject_problem(*this); } // // Invoke // X880_Invoke::X880_Invoke(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 2, FALSE, 0) { m_invokeId.SetConstraints(PASN_Object::FixedConstraint, 0, 65535); } #ifndef PASN_NOPRINTON void X880_Invoke::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "invokeId = " << setprecision(indent) << m_invokeId << '\n'; if (HasOptionalField(e_linkedId)) strm << setw(indent+11) << "linkedId = " << setprecision(indent) << m_linkedId << '\n'; strm << setw(indent+9) << "opcode = " << setprecision(indent) << m_opcode << '\n'; if (HasOptionalField(e_argument)) strm << setw(indent+11) << "argument = " << setprecision(indent) << m_argument << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison X880_Invoke::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, X880_Invoke), PInvalidCast); #endif const X880_Invoke & other = (const X880_Invoke &)obj; Comparison result; if ((result = m_invokeId.Compare(other.m_invokeId)) != EqualTo) return result; if ((result = m_linkedId.Compare(other.m_linkedId)) != EqualTo) return result; if ((result = m_opcode.Compare(other.m_opcode)) != EqualTo) return result; if ((result = m_argument.Compare(other.m_argument)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX X880_Invoke::GetDataLength() const { PINDEX length = 0; length += m_invokeId.GetObjectLength(); if (HasOptionalField(e_linkedId)) length += m_linkedId.GetObjectLength(); length += m_opcode.GetObjectLength(); if (HasOptionalField(e_argument)) length += m_argument.GetObjectLength(); return length; } BOOL X880_Invoke::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_invokeId.Decode(strm)) return FALSE; if (HasOptionalField(e_linkedId) && !m_linkedId.Decode(strm)) return FALSE; if (!m_opcode.Decode(strm)) return FALSE; if (HasOptionalField(e_argument) && !m_argument.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void X880_Invoke::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_invokeId.Encode(strm); if (HasOptionalField(e_linkedId)) m_linkedId.Encode(strm); m_opcode.Encode(strm); if (HasOptionalField(e_argument)) m_argument.Encode(strm); UnknownExtensionsEncode(strm); } PObject * X880_Invoke::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(X880_Invoke::Class()), PInvalidCast); #endif return new X880_Invoke(*this); } // // ReturnResult // X880_ReturnResult::X880_ReturnResult(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, FALSE, 0) { } #ifndef PASN_NOPRINTON void X880_ReturnResult::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "invokeId = " << setprecision(indent) << m_invokeId << '\n'; if (HasOptionalField(e_result)) strm << setw(indent+9) << "result = " << setprecision(indent) << m_result << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison X880_ReturnResult::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, X880_ReturnResult), PInvalidCast); #endif const X880_ReturnResult & other = (const X880_ReturnResult &)obj; Comparison result; if ((result = m_invokeId.Compare(other.m_invokeId)) != EqualTo) return result; if ((result = m_result.Compare(other.m_result)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX X880_ReturnResult::GetDataLength() const { PINDEX length = 0; length += m_invokeId.GetObjectLength(); if (HasOptionalField(e_result)) length += m_result.GetObjectLength(); return length; } BOOL X880_ReturnResult::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_invokeId.Decode(strm)) return FALSE; if (HasOptionalField(e_result) && !m_result.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void X880_ReturnResult::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_invokeId.Encode(strm); if (HasOptionalField(e_result)) m_result.Encode(strm); UnknownExtensionsEncode(strm); } PObject * X880_ReturnResult::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(X880_ReturnResult::Class()), PInvalidCast); #endif return new X880_ReturnResult(*this); } // // ReturnError // X880_ReturnError::X880_ReturnError(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 1, FALSE, 0) { } #ifndef PASN_NOPRINTON void X880_ReturnError::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "invokeId = " << setprecision(indent) << m_invokeId << '\n'; strm << setw(indent+12) << "errorCode = " << setprecision(indent) << m_errorCode << '\n'; if (HasOptionalField(e_parameter)) strm << setw(indent+12) << "parameter = " << setprecision(indent) << m_parameter << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison X880_ReturnError::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, X880_ReturnError), PInvalidCast); #endif const X880_ReturnError & other = (const X880_ReturnError &)obj; Comparison result; if ((result = m_invokeId.Compare(other.m_invokeId)) != EqualTo) return result; if ((result = m_errorCode.Compare(other.m_errorCode)) != EqualTo) return result; if ((result = m_parameter.Compare(other.m_parameter)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX X880_ReturnError::GetDataLength() const { PINDEX length = 0; length += m_invokeId.GetObjectLength(); length += m_errorCode.GetObjectLength(); if (HasOptionalField(e_parameter)) length += m_parameter.GetObjectLength(); return length; } BOOL X880_ReturnError::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_invokeId.Decode(strm)) return FALSE; if (!m_errorCode.Decode(strm)) return FALSE; if (HasOptionalField(e_parameter) && !m_parameter.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void X880_ReturnError::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_invokeId.Encode(strm); m_errorCode.Encode(strm); if (HasOptionalField(e_parameter)) m_parameter.Encode(strm); UnknownExtensionsEncode(strm); } PObject * X880_ReturnError::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(X880_ReturnError::Class()), PInvalidCast); #endif return new X880_ReturnError(*this); } // // Reject // X880_Reject::X880_Reject(unsigned tag, PASN_Object::TagClass tagClass) : PASN_Sequence(tag, tagClass, 0, FALSE, 0) { } #ifndef PASN_NOPRINTON void X880_Reject::PrintOn(ostream & strm) const { int indent = strm.precision() + 2; strm << "{\n"; strm << setw(indent+11) << "invokeId = " << setprecision(indent) << m_invokeId << '\n'; strm << setw(indent+10) << "problem = " << setprecision(indent) << m_problem << '\n'; strm << setw(indent-1) << setprecision(indent-2) << "}"; } #endif PObject::Comparison X880_Reject::Compare(const PObject & obj) const { #ifndef PASN_LEANANDMEAN PAssert(PIsDescendant(&obj, X880_Reject), PInvalidCast); #endif const X880_Reject & other = (const X880_Reject &)obj; Comparison result; if ((result = m_invokeId.Compare(other.m_invokeId)) != EqualTo) return result; if ((result = m_problem.Compare(other.m_problem)) != EqualTo) return result; return PASN_Sequence::Compare(other); } PINDEX X880_Reject::GetDataLength() const { PINDEX length = 0; length += m_invokeId.GetObjectLength(); length += m_problem.GetObjectLength(); return length; } BOOL X880_Reject::Decode(PASN_Stream & strm) { if (!PreambleDecode(strm)) return FALSE; if (!m_invokeId.Decode(strm)) return FALSE; if (!m_problem.Decode(strm)) return FALSE; return UnknownExtensionsDecode(strm); } void X880_Reject::Encode(PASN_Stream & strm) const { PreambleEncode(strm); m_invokeId.Encode(strm); m_problem.Encode(strm); UnknownExtensionsEncode(strm); } PObject * X880_Reject::Clone() const { #ifndef PASN_LEANANDMEAN PAssert(IsClass(X880_Reject::Class()), PInvalidCast); #endif return new X880_Reject(*this); } #endif // if ! H323_DISABLE_X880 // End of x880.cxx openh323_v1_18_0/src/vic/0040755000176200056700000000000010411467452015207 5ustar releasepostincropenh323_v1_18_0/src/vic/bsd-endian.h0100644000176200056700000000623607634302003017361 0ustar releasepostincr/* * Copyright (c) 1993-1994 Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of * California, Berkeley and the Network Research Group at * Lawrence Berkeley Laboratory. * 4. Neither the name of the University nor of the Laboratory may be used * to endorse or promote products derived from this software without * specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * */ /************ Change log * * $Log: bsd-endian.h,v $ * Revision 1.8 2003/03/14 07:25:55 robertj * Removed $header keyword so is not different on alternate repositories * * Revision 1.7 2002/10/10 05:35:42 robertj * VxWorks port, thanks Martijn Roest * * Revision 1.6 2001/05/25 04:32:25 yurik * Added Arm based to list of little endian machines * * Revision 1.5 2001/05/16 06:30:16 yurik * Moved int_64 it to config.h * * Revision 1.4 2001/05/16 05:37:13 yurik * Fixed crash on video receive by #define INT_64 * * Revision 1.3 2000/08/25 03:18:49 dereks * Add change log facility (Thanks Robert for the info on implementation) * * * ********/ #include "config.h" #ifdef WIN32 #include #else #ifndef P_VXWORKS #include #endif #endif #ifdef __linux__ #include #endif #ifndef IPPROTO_IP #include #endif #ifndef BYTE_ORDER #define LITTLE_ENDIAN 1234 #define BIG_ENDIAN 4321 #if defined(ultrix) || defined(__alpha) || defined(__i386__) || defined(__i486__) || defined(_X86_) || defined(_ARM_) #define BYTE_ORDER LITTLE_ENDIAN #else #define BYTE_ORDER BIG_ENDIAN #endif #endif #if BYTE_ORDER == LITTLE_ENDIAN #define SHIFT(n) (24 - (n)) #else #define SHIFT(n) (n) #endif #define EXTRACT(v, n) (((v) >> SHIFT(n)) & 0xff) #define SPLICE(v, p, n) (v) |= (p) << SHIFT(n) openh323_v1_18_0/src/vic/bv.c0100644000176200056700000031235607275701611015773 0ustar releasepostincr/************ Change log * * $Log: bv.c,v $ * Revision 1.5 2001/05/08 05:26:33 yurik * No ifdef _WIN32_WCE anymore - 3+ version of SDK allows it * * Revision 1.4 2001/01/29 19:42:38 dereks * Add change log facility (Thanks Robert) * * * * ********/ #include unsigned dct_basis[64][64/sizeof(unsigned)] = { {875836468,875836468, 875836468,875836468, 875836468,875836468, 875836468,875836468, 875836468,875836468, 875836468,875836468, 875836468,875836468, 875836468,875836468, }, {0,0, 16843009,16843009, 33686018,33686018, 50529027,50529027, 67372036,67372036, 84215045,84215045, 101058054,101058054, 117901063,117901063, }, {66051,67438087, 66051,67438087, 66051,67438087, 66051,67438087, 66051,67438087, 66051,67438087, 66051,67438087, 66051,67438087, }, {134810123,185207048, 134810123,185207048, 134810123,185207048, 134810123,185207048, 134810123,185207048, 134810123,185207048, 134810123,185207048, 134810123,185207048, }, {202182159,269554195, 219419926,387455250, 236263963,471668753, 253106974,521934608, 269949983,505091599, 286792988,454694158, 303634455,370480141, 319951120,252579084, }, {134744072,134744072, 151587081,151587081, 168430090,168430090, 185273099,185273099, 185273099,185273099, 168430090,168430090, 151587081,151587081, 134744072,134744072, }, {16843009,16843009, 538976288,538976288, 117901063,117901063, 555819297,555819297, 572662306,572662306, 0,0, 589505315,589505315, 101058054,101058054, }, {606612528,858729255, 623455537,841886246, 640298546,825043237, 657141555,808200228, 657141555,808200228, 640298546,825043237, 623455537,841886246, 606612528,858729255, }, {606414375,656811300, 673786411,724183336, 741158447,791555372, 808530483,858927408, 858927408,808530483, 791555372,741158447, 724183336,673786411, 656811300,606414375, }, {18876193,570434310, 18876193,570434310, 18876193,570434310, 18876193,570434310, 18876193,570434310, 18876193,570434310, 18876193,570434310, 18876193,570434310, }, {875902260,875902260, 875902260,875902260, 875902260,875902260, 875902260,875902260, 875902260,875902260, 875902260,875902260, 875902260,875902260, 875902260,875902260, }, {219157265,235671314, 337056280,353179161, 354160950,923671320, 371134492,453975575, 387845915,470818582, 404426295,907090965, 420875541,403838740, 302976014,286461965, }, {943274555,993671480, 960249146,977091641, 977091641,960249146, 993671480,943274555, 993671480,943274555, 977091641,960249146, 960249146,977091641, 943274555,993671480, }, {219419926,387455250, 269949983,505091599, 319951120,252579084, 286799388,456594702, 236271387,473307153, 202182159,269554195, 253106974,521934608, 303634455,370480141, }, {875836468,875836468, 892679477,892679477, 892679477,892679477, 875836468,875836468, 875836468,875836468, 892679477,892679477, 892679477,892679477, 875836468,875836468, }, {572662306,572662306, 117901063,117901063, 589505315,589505315, 16843009,16843009, 101058054,101058054, 538976288,538976288, 0,0, 555819297,555819297, }, {66051,67438087, 117835012,50462976, 117835012,50462976, 66051,67438087, 66051,67438087, 117835012,50462976, 117835012,50462976, 66051,67438087, }, {673786411,724183336, 858927408,808530483, 656811300,606414375, 792740140,742473775, 742473775,792740140, 606414375,656811300, 808530483,858927408, 724183336,673786411, }, {674446895,742338603, 691152448,1092956458, 707863873,1076245033, 724582188,792605480, 724582188,792605480, 707863873,1076245033, 691152448,1092956458, 674446895,742338603, }, {460544,460544, 17171969,17171969, 33883394,33883394, 50594819,50594819, 67306244,67306244, 84017669,84017669, 100729094,100729094, 117440519,117440519, }, {570893057,102760481, 570893057,102760481, 570893057,102760481, 570893057,102760481, 570893057,102760481, 570893057,102760481, 570893057,102760481, 570893057,102760481, }, {151717898,168299273, 151717898,168299273, 151717898,168299273, 151717898,168299273, 151717898,168299273, 151717898,168299273, 151717898,168299273, 151717898,168299273, }, {236130061,303041553, 353506836,420941080, 923867925,404491830, 454041110,387911452, 470753047,371068955, 906894360,354095415, 403511065,336990741, 286003218,219091726, }, {134941448,134941448, 151652873,151652873, 168364298,168364298, 185075723,185075723, 185075723,185075723, 168364298,168364298, 151652873,151652873, 134941448,134941448, }, {337056280,353179161, 387845915,470818582, 302976014,286461965, 404426295,907090965, 354160950,923671320, 219157265,235671314, 371134492,453975575, 420875541,403838740, }, {134810123,185207048, 185207048,134810123, 185207048,134810123, 134810123,185207048, 134810123,185207048, 185207048,134810123, 185207048,134810123, 134810123,185207048, }, {236271387,473307153, 319951120,252579084, 253106974,521934608, 219419926,387455250, 303634455,370480141, 269949983,505091599, 202182159,269554195, 286799388,456594702, }, {151587081,151587081, 185273099,185273099, 134744072,134744072, 168430090,168430090, 168430090,168430090, 134744072,134744072, 185273099,185273099, 151587081,151587081, }, {50529027,50529027, 84215045,84215045, 16843009,16843009, 117901063,117901063, 0,0, 101058054,101058054, 33686018,33686018, 67372036,67372036, }, {623455537,841886246, 657141555,808200228, 606612528,858729255, 640298546,825043237, 640298546,825043237, 606612528,858729255, 657141555,808200228, 623455537,841886246, }, {742473775,792740140, 656811300,606414375, 808530483,858927408, 673786411,724183336, 724183336,673786411, 858927408,808530483, 606414375,656811300, 792740140,742473775, }, {18876193,570434310, 102957090,554115073, 102957090,554115073, 18876193,570434310, 18876193,570434310, 102957090,554115073, 102957090,554115073, 18876193,570434310, }, {17171969,17171969, 539173664,539173664, 117440519,117440519, 555885089,555885089, 572596514,572596514, 460544,460544, 589307939,589307939, 100729094,100729094, }, {742273064,724778799, 1093021993,707929408, 1076179498,691086913, 792671019,674250284, 792671019,674250284, 1076179498,691086913, 1093021993,707929408, 742273064,724778799, }, {623322150,639903525, 690694186,707275561, 758066222,774647597, 825438258,842019633, 842019633,825438258, 774647597,758066222, 707275561,690694186, 639903525,623322150, }, {50659591,393732, 50659591,393732, 50659591,393732, 50659591,393732, 50659591,393732, 50659591,393732, 50659591,393732, 50659591,393732, }, {252775699,202509840, 370676754,219747607, 454890769,236460572, 505157136,253172511, 521869071,269884446, 471472142,286596379, 387258637,303306774, 269357580,319623439, }, {960182330,976763705, 1010448701,1027160636, 1027160636,1010448701, 976763705,960182330, 976763705,960182330, 1027160636,1010448701, 1010448701,1027160636, 960182330,976763705, }, {353506836,420941080, 470753047,371068955, 286003218,219091726, 906894360,354095415, 923867925,404491830, 236130061,303041553, 454041110,387911452, 403511065,336990741, }, {875902260,875902260, 892613685,892613685, 892613685,892613685, 875902260,875902260, 875902260,875902260, 892613685,892613685, 892613685,892613685, 875902260,875902260, }, {354160950,923671320, 302976014,286461965, 371134492,453975575, 337056280,353179161, 420875541,403838740, 387845915,470818582, 219157265,235671314, 404426295,907090965, }, {960249146,977091641, 993671480,943274555, 943274555,993671480, 977091641,960249146, 977091641,960249146, 943274555,993671480, 993671480,943274555, 960249146,977091641, }, {253106974,521934608, 286792988,454694158, 219419926,387455250, 319951120,252579084, 202182159,269554195, 303634455,370480141, 236263963,471668753, 269949983,505091599, }, {808530483,858927408, 791555372,741158447, 673786411,724183336, 656811300,606414375, 606414375,656811300, 724183336,673786411, 741158447,791555372, 858927408,808530483, }, {691152448,1092956458, 724582188,792605480, 674446895,742338603, 707863873,1076245033, 707863873,1076245033, 674446895,742338603, 724582188,792605480, 691152448,1092956458, }, {572596514,572596514, 117440519,117440519, 589307939,589307939, 17171969,17171969, 100729094,100729094, 539173664,539173664, 460544,460544, 555885089,555885089, }, {570893057,102760481, 553656326,19072802, 553656326,19072802, 570893057,102760481, 570893057,102760481, 553656326,19072802, 553656326,19072802, 570893057,102760481, }, {690694186,707275561, 842019633,825438258, 639903525,623322150, 1076637505,1093610560, 1093610560,1076637505, 623322150,639903525, 825438258,842019633, 707275561,690694186, }, {808396839,606809139, 825108774,623521074, 841820709,640233009, 858532644,656944944, 858532644,656944944, 841820709,640233009, 825108774,623521074, 808396839,606809139, }, {370676754,219747607, 521869071,269884446, 269357580,319623439, 473372686,286602779, 456529169,236467996, 252775699,202509840, 505157136,253172511, 387258637,303306774, }, {151717898,168299273, 168299273,151717898, 168299273,151717898, 151717898,168299273, 151717898,168299273, 168299273,151717898, 168299273,151717898, 151717898,168299273, }, {923867925,404491830, 286003218,219091726, 454041110,387911452, 353506836,420941080, 403511065,336990741, 470753047,371068955, 236130061,303041553, 906894360,354095415, }, {151652873,151652873, 185075723,185075723, 134941448,134941448, 168364298,168364298, 168364298,168364298, 134941448,134941448, 185075723,185075723, 151652873,151652873, }, {371134492,453975575, 404426295,907090965, 337056280,353179161, 302976014,286461965, 219157265,235671314, 420875541,403838740, 354160950,923671320, 387845915,470818582, }, {50594819,50594819, 84017669,84017669, 17171969,17171969, 117440519,117440519, 460544,460544, 100729094,100729094, 33883394,33883394, 67306244,67306244, }, {1093021993,707929408, 792671019,674250284, 742273064,724778799, 1076179498,691086913, 1076179498,691086913, 742273064,724778799, 792671019,674250284, 1093021993,707929408, }, {1093610560,1076637505, 639903525,623322150, 825438258,842019633, 690694186,707275561, 707275561,690694186, 842019633,825438258, 623322150,639903525, 1076637505,1093610560, }, {50659591,393732, 67241472,117507331, 67241472,117507331, 50659591,393732, 50659591,393732, 67241472,117507331, 67241472,117507331, 50659591,393732, }, {456529169,236467996, 269357580,319623439, 505157136,253172511, 370676754,219747607, 387258637,303306774, 521869071,269884446, 252775699,202509840, 473372686,286602779, }, {1010448701,1027160636, 976763705,960182330, 960182330,976763705, 1027160636,1010448701, 1027160636,1010448701, 960182330,976763705, 976763705,960182330, 1010448701,1027160636, }, {454041110,387911452, 906894360,354095415, 353506836,420941080, 286003218,219091726, 236130061,303041553, 403511065,336990741, 923867925,404491830, 470753047,371068955, }, {825438258,842019633, 774647597,758066222, 690694186,707275561, 639903525,623322150, 623322150,639903525, 707275561,690694186, 758066222,774647597, 842019633,825438258, }, {825108774,623521074, 858532644,656944944, 808396839,606809139, 841820709,640233009, 841820709,640233009, 808396839,606809139, 858532644,656944944, 825108774,623521074, }, {505157136,253172511, 471472142,286596379, 370676754,219747607, 269357580,319623439, 252775699,202509840, 387258637,303306774, 454890769,236460572, 521869071,269884446, }, }; unsigned char multab[] = { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,255,255,255,255,0,0,255,255,0,0,0,0, 255,255,255,255,0,0,0,255,255,255,0,0,255,255,0,255, 255,255,0,0,0,0,255,255,0,0,255,255,0,0,255,255, 0,0,255,255,0,255,255,0,0,0,255,255,0,255,255,0, 255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 1,1,0,0,255,255,254,254,1,0,255,254,1,1,1,0, 255,254,254,254,1,0,0,255,255,254,0,0,255,255,0,255, 255,255,0,0,1,0,255,254,1,0,255,254,1,0,255,254, 0,0,255,255,1,255,255,0,1,0,255,254,0,255,254,1, 255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 2,1,1,0,255,254,254,253,1,0,255,254,2,2,1,0, 255,254,253,253,2,1,0,255,254,253,0,0,255,255,0,255, 255,254,1,0,2,1,254,253,2,0,255,253,1,0,255,254, 0,0,255,255,1,254,255,0,2,1,254,253,0,255,253,2, 255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 2,2,1,0,255,254,253,253,2,1,254,253,3,3,2,0, 255,253,252,252,2,1,0,255,254,253,1,0,255,254,0,255, 255,254,1,0,3,1,254,252,3,1,254,252,2,0,255,253, 0,0,255,255,2,254,254,1,3,1,254,252,0,255,252,3, 255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 3,2,1,0,255,254,253,252,3,1,254,252,4,4,2,0, 255,253,251,251,3,2,0,255,253,252,1,0,255,254,0,255, 255,254,1,0,4,1,254,251,3,1,254,252,2,1,254,253, 0,0,255,255,2,253,254,1,4,1,254,251,0,255,251,4, 254,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 4,3,2,0,255,253,252,251,3,1,254,252,5,4,3,1, 254,252,251,250,4,2,0,255,253,251,1,0,255,254,0,255, 255,253,2,0,5,2,253,250,4,1,254,251,3,1,254,252, 1,0,255,254,3,253,254,1,5,2,253,250,0,255,250,5, 254,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 4,4,2,0,255,253,251,251,4,1,254,251,6,5,3,1, 254,252,250,249,4,3,1,254,252,251,2,0,255,253,0,255, 255,253,2,0,6,2,253,249,5,2,253,250,3,1,254,252, 1,0,255,254,3,252,253,2,5,2,253,250,1,254,249,6, 254,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 5,4,3,1,254,252,251,250,5,2,253,250,7,6,4,1, 254,251,249,248,5,3,1,254,252,250,2,0,255,253,0,255, 254,252,3,1,7,3,252,248,6,2,253,249,4,1,254,251, 1,0,255,254,4,252,253,2,6,2,253,249,1,254,248,7, 254,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 6,5,3,1,254,252,250,249,5,2,253,250,8,7,4,1, 254,251,248,247,6,4,1,254,251,249,2,0,255,253,0,255, 254,252,3,1,8,3,252,247,6,2,253,249,4,1,254,251, 1,0,255,254,4,251,253,2,7,3,252,248,1,254,247,8, 254,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 6,5,3,1,254,252,250,249,6,2,253,249,9,8,5,1, 254,250,247,246,6,4,1,254,251,249,3,1,254,252,0,255, 254,252,3,1,9,3,252,246,7,3,252,248,5,2,253,250, 1,0,255,254,5,251,252,3,8,3,252,247,1,254,246,9, 253,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 7,6,4,1,254,251,249,248,7,2,253,248,10,8,5,2, 253,250,247,245,7,5,1,254,250,248,3,1,254,252,0,255, 254,251,4,1,9,4,251,246,8,3,252,247,5,2,253,250, 1,0,255,254,5,250,252,3,9,3,252,246,1,254,246,9, 253,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 8,7,4,1,254,251,248,247,7,3,252,248,11,9,6,2, 253,249,246,244,8,5,1,254,250,247,3,1,254,252,0,255, 254,251,4,1,10,4,251,245,9,3,252,246,6,2,253,249, 2,0,255,253,6,250,252,3,10,4,251,245,1,254,245,10, 253,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 9,7,5,1,254,250,248,246,8,3,252,247,12,10,7,2, 253,248,245,243,8,6,2,253,249,247,4,1,254,251,0,255, 254,250,5,1,11,4,251,244,9,4,251,246,6,2,253,249, 2,0,255,253,6,249,251,4,11,4,251,244,1,254,244,11, 253,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 9,8,5,1,254,250,247,246,9,3,252,246,13,11,7,2, 253,248,244,242,9,6,2,253,249,246,4,1,254,251,0,255, 254,250,5,1,12,5,250,243,10,4,251,245,7,2,253,248, 2,1,254,253,7,249,251,4,11,4,251,244,2,253,243,12, 253,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 10,8,5,2,253,250,247,245,9,4,251,246,14,12,8,2, 253,247,243,241,10,6,2,253,249,245,4,1,254,251,0,255, 253,250,5,2,13,5,250,242,11,4,251,244,7,3,252,248, 2,1,254,253,7,248,251,4,12,5,250,243,2,253,242,13, 252,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 11,9,6,2,253,249,246,244,10,4,251,245,15,13,8,3, 252,247,242,240,11,7,2,253,248,244,4,1,254,251,0,255, 253,249,6,2,14,6,249,241,12,5,250,243,8,3,252,247, 2,1,254,253,8,248,251,4,13,5,250,242,2,253,241,14, 252,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 11,9,6,2,253,249,246,244,11,4,251,244,16,13,9,3, 252,246,242,239,11,7,2,253,248,244,5,1,254,250,0,255, 253,249,6,2,15,6,249,240,13,5,250,242,8,3,252,247, 3,1,254,252,8,247,250,5,14,6,249,241,2,253,240,15, 252,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 12,10,7,2,253,248,245,243,11,4,251,244,17,14,9,3, 252,246,241,238,12,8,2,253,247,243,5,1,254,250,0,255, 253,248,7,2,16,6,249,239,13,5,250,242,9,3,252,246, 3,1,254,252,9,247,250,5,15,6,249,240,2,253,239,16, 252,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 13,11,7,2,253,248,244,242,12,5,250,243,18,15,10,3, 252,245,240,237,13,8,3,252,247,242,5,2,253,250,0,255, 253,248,7,2,17,7,248,238,14,6,249,241,9,4,251,246, 3,1,254,252,9,246,250,5,16,6,249,239,2,253,238,17, 251,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 13,11,7,2,253,248,244,242,13,5,250,242,19,16,10,3, 252,245,239,236,13,9,3,252,246,242,6,2,253,249,0,255, 253,248,7,2,18,7,248,237,15,6,249,240,10,4,251,245, 3,1,254,252,10,246,249,6,17,7,248,238,2,253,237,18, 251,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 14,12,8,2,253,247,243,241,13,5,250,242,20,17,11,4, 251,244,238,235,14,9,3,252,246,241,6,2,253,249,0,255, 253,247,8,2,19,7,248,236,16,6,249,239,10,4,251,245, 3,1,254,252,10,245,249,6,17,7,248,238,3,252,236,19, 251,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 15,12,8,3,252,247,243,240,14,5,250,241,21,17,11,4, 251,244,238,234,15,10,3,252,245,240,6,2,253,249,0,255, 252,247,8,3,19,8,247,236,16,7,248,239,11,4,251,244, 3,1,254,252,11,245,249,6,18,7,248,237,3,252,236,19, 251,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 15,13,9,3,252,246,242,240,15,6,249,240,22,18,12,4, 251,243,237,233,15,10,3,252,245,240,7,2,253,248,0,255, 252,246,9,3,20,8,247,235,17,7,248,238,11,4,251,244, 4,1,254,251,11,244,248,7,19,8,247,236,3,252,235,20, 251,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 16,14,9,3,252,246,241,239,15,6,249,240,23,19,13,4, 251,242,236,232,16,11,3,252,244,239,7,2,253,248,0,255, 252,246,9,3,21,9,246,234,18,7,248,237,12,5,250,243, 4,1,254,251,12,244,248,7,20,8,247,235,3,252,234,21, 250,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 17,14,9,3,252,246,241,238,16,6,249,239,24,20,13,4, 251,242,235,231,17,11,4,251,244,238,7,2,253,248,0,255, 252,246,9,3,22,9,246,233,19,7,248,236,12,5,250,243, 4,1,254,251,12,243,248,7,21,8,247,234,3,252,233,22, 250,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 18,15,10,3,252,245,240,237,16,7,248,239,25,21,14,4, 251,241,234,230,17,12,4,251,243,238,8,2,253,247,0,255, 252,245,10,3,23,9,246,232,19,8,247,236,13,5,250,242, 4,1,254,251,13,243,247,8,22,9,246,233,3,252,232,23, 250,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 18,15,10,3,252,245,240,237,17,7,248,238,25,22,14,5, 250,241,233,230,18,12,4,251,243,237,8,2,253,247,1,254, 252,245,10,3,24,10,245,231,20,8,247,235,13,5,250,242, 4,2,253,251,13,242,247,8,23,9,246,232,3,252,231,24, 250,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 19,16,11,3,252,244,239,236,18,7,248,237,26,22,15,5, 250,240,233,229,19,12,4,251,243,236,8,3,252,247,1,254, 252,245,10,3,25,10,245,230,21,8,247,234,14,5,250,241, 5,2,253,250,14,242,247,8,23,9,246,232,4,251,230,25, 250,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 20,17,11,3,252,244,238,235,18,7,248,237,27,23,15,5, 250,240,232,228,20,13,4,251,242,235,8,3,252,247,1,254, 251,244,11,4,26,10,245,229,22,9,246,233,14,6,249,241, 5,2,253,250,14,241,247,8,24,10,245,231,4,251,229,26, 249,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 20,17,11,4,251,244,238,235,19,8,247,236,28,24,16,5, 250,239,231,227,20,13,4,251,242,235,9,3,252,246,1,254, 251,244,11,4,27,11,244,228,23,9,246,232,15,6,249,240, 5,2,253,250,15,241,246,9,25,10,245,230,4,251,228,27, 249,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 21,18,12,4,251,243,237,234,20,8,247,235,29,25,16,5, 250,239,230,226,21,14,5,250,241,234,9,3,252,246,1,254, 251,243,12,4,28,11,244,227,23,9,246,232,15,6,249,240, 5,2,253,250,15,240,246,9,26,10,245,229,4,251,227,28, 249,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 22,18,12,4,251,243,237,233,20,8,247,235,30,26,17,6, 249,238,229,225,22,14,5,250,241,233,9,3,252,246,1,254, 251,243,12,4,29,12,243,227,24,10,245,231,16,6,249,239, 5,2,253,250,16,240,246,9,27,11,244,228,4,251,227,28, 249,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 22,19,12,4,251,243,236,233,21,8,247,234,31,26,17,6, 249,238,229,224,22,15,5,250,240,233,10,3,252,245,1,254, 251,243,12,4,29,12,243,226,25,10,245,230,16,7,248,239, 5,2,253,250,16,239,245,10,28,11,244,227,4,251,226,29, 248,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 23,19,13,4,251,242,236,232,22,9,246,233,32,27,18,6, 249,237,228,223,23,15,5,250,240,232,10,3,252,245,1,254, 251,242,13,4,30,12,243,225,26,10,245,229,17,7,248,238, 6,2,253,249,17,239,245,10,29,12,243,226,4,251,225,30, 248,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 24,20,13,4,251,242,235,231,22,9,246,233,33,28,19,6, 249,236,227,222,24,16,5,250,239,231,10,3,252,245,1,254, 251,242,13,4,31,13,242,224,26,11,244,229,17,7,248,238, 6,2,253,249,17,238,245,10,29,12,243,226,5,250,224,31, 248,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 24,21,14,4,251,241,234,231,23,9,246,232,34,29,19,6, 249,236,226,221,24,16,5,250,239,231,11,3,252,244,1,254, 251,241,14,4,32,13,242,223,27,11,244,228,18,7,248,237, 6,2,253,249,18,238,244,11,30,12,243,225,5,250,223,32, 248,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 25,21,14,5,250,241,234,230,24,10,245,231,35,30,20,7, 248,235,225,220,25,17,5,250,238,230,11,4,251,244,1,254, 250,241,14,5,33,13,242,222,28,11,244,227,18,7,248,237, 6,2,253,249,18,237,244,11,31,13,242,224,5,250,222,33, 248,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 26,22,14,5,250,241,233,229,24,10,245,231,36,30,20,7, 248,235,225,219,26,17,6,249,238,229,11,4,251,244,1,254, 250,241,14,5,34,14,241,221,29,12,243,226,19,8,247,236, 6,2,253,249,19,237,244,11,32,13,242,223,5,250,221,34, 247,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 27,22,15,5,250,240,233,228,25,10,245,230,37,31,21,7, 248,234,224,218,26,18,6,249,237,229,12,4,251,243,1,254, 250,240,15,5,35,14,241,220,29,12,243,226,20,8,247,235, 7,2,253,248,19,236,243,12,33,13,242,222,5,250,220,35, 247,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 27,23,15,5,250,240,232,228,26,10,245,229,38,32,21,7, 248,234,223,217,27,18,6,249,237,228,12,4,251,243,1,254, 250,240,15,5,36,15,240,219,30,12,243,225,20,8,247,235, 7,2,253,248,20,236,243,12,34,14,241,221,5,250,219,36, 247,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 28,24,16,5,250,239,231,227,26,11,244,229,39,33,22,7, 248,233,222,216,28,18,6,249,237,227,12,4,251,243,1,254, 250,239,16,5,37,15,240,218,31,13,242,224,21,8,247,234, 7,3,252,248,20,235,243,12,34,14,241,221,6,249,218,37, 247,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 29,24,16,5,250,239,231,226,27,11,244,228,40,34,22,8, 247,233,221,215,29,19,6,249,236,226,12,4,251,243,1,254, 250,239,16,5,38,15,240,217,32,13,242,223,21,8,247,234, 7,3,252,248,21,235,243,12,35,14,241,220,6,249,217,38, 247,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 29,25,16,5,250,239,230,226,28,11,244,227,41,35,23,8, 247,232,220,214,29,19,6,249,236,226,13,4,251,242,1,254, 250,239,16,5,38,16,239,217,33,13,242,222,22,9,246,233, 7,3,252,248,21,234,242,13,36,15,240,219,6,249,217,38, 246,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 30,25,17,6,249,238,230,225,28,11,244,227,42,35,23,8, 247,232,220,213,30,20,7,248,235,225,13,4,251,242,1,254, 249,238,17,6,39,16,239,216,33,14,241,222,22,9,246,233, 7,3,252,248,22,234,242,13,37,15,240,218,6,249,216,39, 246,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 31,26,17,6,249,238,229,224,29,12,243,226,43,36,24,8, 247,231,219,212,31,20,7,248,235,224,13,4,251,242,1,254, 249,238,17,6,40,16,239,215,34,14,241,221,23,9,246,232, 8,3,252,247,22,233,242,13,38,15,240,217,6,249,215,40, 246,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 31,27,18,6,249,237,228,224,30,12,243,225,44,37,25,8, 247,230,218,211,31,21,7,248,234,224,14,4,251,241,1,254, 249,237,18,6,41,17,238,214,35,14,241,220,23,9,246,232, 8,3,252,247,23,233,241,14,39,16,239,216,6,249,214,41, 246,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 32,27,18,6,249,237,228,223,30,12,243,225,45,38,25,8, 247,230,217,210,32,21,7,248,234,223,14,5,250,241,1,254, 249,237,18,6,42,17,238,213,36,14,241,219,24,10,245,231, 8,3,252,247,23,232,241,14,40,16,239,215,6,249,213,42, 246,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 33,28,18,6,249,237,227,222,31,12,243,224,46,39,26,9, 246,229,216,209,33,22,7,248,233,222,14,5,250,241,1,254, 249,237,18,6,43,18,237,212,36,15,240,219,24,10,245,231, 8,3,252,247,24,232,241,14,40,16,239,215,7,248,212,43, 245,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 33,28,19,6,249,236,227,222,32,13,242,223,47,39,26,9, 246,229,216,208,33,22,7,248,233,222,15,5,250,240,1,254, 249,236,19,6,44,18,237,211,37,15,240,218,25,10,245,230, 8,3,252,247,24,231,240,15,41,17,238,214,7,248,211,44, 245,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 34,29,19,6,249,236,226,221,32,13,242,223,48,40,27,9, 246,228,215,207,34,23,8,247,232,221,15,5,250,240,1,254, 249,236,19,6,45,18,237,210,38,15,240,217,25,10,245,230, 9,3,252,246,25,231,240,15,42,17,238,213,7,248,210,45, 245,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 35,29,20,7,248,235,226,220,33,13,242,222,49,41,27,9, 246,228,214,206,35,23,8,247,232,220,15,5,250,240,1,254, 248,235,20,7,46,19,236,209,39,16,239,216,26,10,245,229, 9,3,252,246,25,230,240,15,43,18,237,212,7,248,209,46, 245,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 36,30,20,7,248,235,225,219,33,14,241,222,50,42,28,9, 246,227,213,205,35,24,8,247,231,220,16,5,250,239,1,254, 248,235,20,7,47,19,236,208,39,16,239,216,26,11,244,229, 9,3,252,246,26,230,239,16,44,18,237,211,7,248,208,47, 244,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 36,31,20,7,248,235,224,219,34,14,241,221,50,43,28,10, 245,227,212,205,36,24,8,247,231,219,16,5,250,239,2,253, 248,235,20,7,48,19,236,207,40,16,239,215,27,11,244,228, 9,3,252,246,26,229,239,16,45,18,237,210,7,248,207,48, 244,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 37,31,21,7,248,234,224,218,35,14,241,220,51,44,29,10, 245,226,211,204,37,24,8,247,231,218,16,5,250,239,2,253, 248,234,21,7,48,20,235,207,41,17,238,214,27,11,244,228, 9,4,251,246,27,229,239,16,46,19,236,209,7,248,207,48, 244,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 38,32,21,7,248,234,223,217,35,14,241,220,52,44,29,10, 245,226,211,203,38,25,8,247,230,217,16,5,250,239,2,253, 248,234,21,7,49,20,235,206,42,17,238,213,28,11,244,227, 9,4,251,246,27,228,239,16,46,19,236,209,8,247,206,49, 244,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 38,32,22,7,248,233,223,217,36,15,240,219,53,45,30,10, 245,225,210,202,38,25,9,246,230,217,17,6,249,238,2,253, 248,234,21,7,50,21,234,205,43,17,238,212,28,11,244,227, 10,4,251,245,28,228,238,17,47,19,236,208,8,247,205,50, 244,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 39,33,22,7,248,233,222,216,37,15,240,218,54,46,31,10, 245,224,209,201,39,26,9,246,229,216,17,6,249,238,2,253, 248,233,22,7,51,21,234,204,43,18,237,212,29,12,243,226, 10,4,251,245,28,227,238,17,48,20,235,207,8,247,204,51, 243,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 40,34,22,7,248,233,221,215,37,15,240,218,55,47,31,11, 244,224,208,200,40,26,9,246,229,215,17,6,249,238,2,253, 247,233,22,8,52,21,234,203,44,18,237,211,29,12,243,226, 10,4,251,245,29,227,238,17,49,20,235,206,8,247,203,52, 243,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 40,34,23,8,247,232,221,215,38,15,240,217,56,48,32,11, 244,223,207,199,40,27,9,246,228,215,18,6,249,237,2,253, 247,232,23,8,53,22,233,202,45,18,237,210,30,12,243,225, 10,4,251,245,29,226,237,18,50,20,235,205,8,247,202,53, 243,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 41,35,23,8,247,232,220,214,39,16,239,216,57,48,32,11, 244,223,207,198,41,27,9,246,228,214,18,6,249,237,2,253, 247,232,23,8,54,22,233,201,46,19,236,209,30,12,243,225, 10,4,251,245,30,226,237,18,51,21,234,204,8,247,201,54, 243,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 42,35,23,8,247,232,220,213,39,16,239,216,58,49,33,11, 244,222,206,197,42,28,9,246,227,213,18,6,249,237,2,253, 247,232,23,8,55,22,233,200,46,19,236,209,31,12,243,224, 10,4,251,245,30,225,237,18,52,21,234,203,8,247,200,55, 243,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 42,36,24,8,247,231,219,213,40,16,239,215,59,50,33,11, 244,222,205,196,42,28,10,245,227,213,19,6,249,236,2,253, 247,231,24,8,56,23,232,199,47,19,236,208,31,13,242,224, 11,4,251,244,31,225,236,19,52,21,234,203,9,246,199,56, 242,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 43,37,24,8,247,231,218,212,41,17,238,214,60,51,34,12, 243,221,204,195,43,29,10,245,226,212,19,6,249,236,2,253, 247,231,24,8,57,23,232,198,48,20,235,207,32,13,242,223, 11,4,251,244,31,224,236,19,53,22,233,202,9,246,198,57, 242,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 44,37,25,8,247,230,218,211,41,17,238,214,61,52,34,12, 243,221,203,194,44,29,10,245,226,211,19,6,249,236,2,253, 247,230,25,8,58,24,231,198,49,20,235,206,32,13,242,223, 11,4,251,244,32,224,236,19,54,22,233,201,9,246,198,57, 242,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 45,38,25,8,247,230,217,210,42,17,238,213,62,53,35,12, 243,220,202,193,44,30,10,245,225,211,20,7,248,235,2,253, 247,230,25,8,58,24,231,197,49,20,235,206,33,13,242,222, 11,4,251,244,32,223,235,20,55,22,233,200,9,246,197,58, 242,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 45,38,25,9,246,230,217,210,43,17,238,212,63,53,35,12, 243,220,202,192,45,30,10,245,225,210,20,7,248,235,2,253, 246,230,25,9,59,24,231,196,50,21,234,205,33,14,241,222, 11,4,251,244,33,223,235,20,56,23,232,199,9,246,196,59, 241,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 46,39,26,9,246,229,216,209,43,18,237,212,64,54,36,12, 243,219,201,191,46,30,10,245,225,209,20,7,248,235,2,253, 246,229,26,9,60,25,230,195,51,21,234,204,34,14,241,221, 12,5,250,243,33,222,235,20,57,23,232,198,9,246,195,60, 241,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 47,39,26,9,246,229,216,208,44,18,237,211,65,55,37,13, 242,218,200,190,47,31,11,244,224,208,21,7,248,234,2,253, 246,229,26,9,61,25,230,194,52,21,234,203,34,14,241,221, 12,5,250,243,34,222,235,20,58,24,231,197,9,246,194,61, 241,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 47,40,27,9,246,228,215,208,45,18,237,210,66,56,37,13, 242,218,199,189,47,31,11,244,224,208,21,7,248,234,2,253, 246,228,27,9,62,25,230,193,52,21,234,203,35,14,241,220, 12,5,250,243,34,221,234,21,58,24,231,197,10,245,193,62, 241,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 48,41,27,9,246,228,214,207,45,18,237,210,67,57,38,13, 242,217,198,188,48,32,11,244,223,207,21,7,248,234,2,253, 246,228,27,9,63,26,229,192,53,22,233,202,35,14,241,220, 12,5,250,243,35,221,234,21,59,24,231,196,10,245,192,63, 241,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 49,41,27,9,246,228,214,206,46,19,236,209,68,57,38,13, 242,217,198,187,49,32,11,244,223,206,21,7,248,234,2,253, 246,228,27,9,64,26,229,191,54,22,233,201,36,15,240,219, 12,5,250,243,35,220,234,21,60,25,230,195,10,245,191,64, 240,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 49,42,28,9,246,227,213,206,47,19,236,208,69,58,39,13, 242,216,197,186,49,33,11,244,222,206,22,7,248,233,2,253, 246,227,28,9,65,27,228,190,55,22,233,200,36,15,240,219, 12,5,250,243,36,220,233,22,61,25,230,194,10,245,190,65, 240,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 50,42,28,10,245,227,213,205,47,19,236,208,70,59,39,13, 242,216,196,185,50,33,11,244,222,205,22,7,248,233,2,253, 245,227,28,10,66,27,228,189,56,23,232,199,37,15,240,218, 13,5,250,242,36,219,233,22,62,25,230,193,10,245,189,66, 240,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 51,43,29,10,245,226,212,204,48,20,235,207,71,60,40,14, 241,215,195,184,51,34,11,244,221,204,22,8,247,233,2,253, 245,226,29,10,67,27,228,188,56,23,232,199,37,15,240,218, 13,5,250,242,37,219,233,22,63,26,229,192,10,245,188,67, 240,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 52,44,29,10,245,226,211,203,48,20,235,207,72,61,40,14, 241,215,194,183,51,34,12,243,221,204,23,8,247,232,2,253, 245,226,29,10,67,28,227,188,57,23,232,198,38,15,240,217, 13,5,250,242,37,218,232,23,64,26,229,191,10,245,188,67, 240,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 52,44,29,10,245,226,211,203,49,20,235,206,73,61,41,14, 241,214,194,182,52,35,12,243,220,203,23,8,247,232,2,253, 245,226,29,10,68,28,227,187,58,24,231,197,39,16,239,216, 13,5,250,242,38,218,232,23,64,26,229,191,11,244,187,68, 239,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 53,45,30,10,245,225,210,202,50,20,235,205,74,62,41,14, 241,214,193,181,53,35,12,243,220,202,23,8,247,232,2,253, 245,225,30,10,69,28,227,186,59,24,231,196,39,16,239,216, 13,5,250,242,38,217,232,23,65,27,228,190,11,244,186,69, 239,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 54,45,30,10,245,225,210,201,50,21,234,205,75,63,42,14, 241,213,192,180,53,36,12,243,219,202,24,8,247,231,2,253, 245,225,30,10,70,29,226,185,59,24,231,196,40,16,239,215, 14,5,250,241,39,217,231,24,66,27,228,189,11,244,185,70, 239,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 54,46,31,10,245,224,209,201,51,21,234,204,75,64,43,15, 240,212,191,180,54,36,12,243,219,201,24,8,247,231,3,252, 245,224,31,10,71,29,226,184,60,25,230,195,40,16,239,215, 14,5,250,241,39,216,231,24,67,27,228,188,11,244,184,71, 239,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 55,47,31,11,244,224,208,200,52,21,234,203,76,65,43,15, 240,212,190,179,55,36,12,243,219,200,24,8,247,231,3,252, 244,224,31,11,72,30,225,183,61,25,230,194,41,17,238,214, 14,5,250,241,40,216,231,24,68,28,227,187,11,244,183,72, 239,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 56,47,31,11,244,224,208,199,52,21,234,203,77,66,44,15, 240,211,189,178,56,37,13,242,218,199,25,8,247,230,3,252, 244,224,31,11,73,30,225,182,62,25,230,193,41,17,238,214, 14,6,249,241,40,215,231,24,69,28,227,186,11,244,182,73, 238,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 56,48,32,11,244,223,207,199,53,22,233,202,78,66,44,15, 240,211,189,177,56,37,13,242,218,199,25,8,247,230,3,252, 244,223,32,11,74,30,225,181,62,26,229,193,42,17,238,213, 14,6,249,241,41,215,230,25,69,28,227,186,12,243,181,74, 238,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 57,48,32,11,244,223,207,198,54,22,233,201,79,67,45,15, 240,210,188,176,57,38,13,242,217,198,25,8,247,230,3,252, 244,223,32,11,75,31,224,180,63,26,229,192,42,17,238,213, 14,6,249,241,41,214,230,25,70,29,226,185,12,243,180,75, 238,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 58,49,33,11,244,222,206,197,54,22,233,201,80,68,45,16, 239,210,187,175,58,38,13,242,217,197,25,9,246,230,3,252, 244,223,32,11,76,31,224,179,64,26,229,191,43,17,238,212, 15,6,249,240,42,214,230,25,71,29,226,184,12,243,179,76, 238,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 58,49,33,11,244,222,206,197,55,22,233,200,81,69,46,16, 239,209,186,174,58,39,13,242,216,197,26,9,246,229,3,252, 244,222,33,11,77,31,224,178,65,27,228,190,43,18,237,212, 15,6,249,240,42,213,229,26,72,30,225,183,12,243,179,76, 237,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 59,50,33,11,244,222,205,196,56,23,232,199,82,70,46,16, 239,209,185,173,59,39,13,242,216,196,26,9,246,229,3,252, 244,222,33,11,77,32,223,178,66,27,228,189,44,18,237,211, 15,6,249,240,43,213,229,26,73,30,225,182,12,243,178,77, 237,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 60,51,34,11,244,221,204,195,56,23,232,199,83,70,47,16, 239,208,185,172,60,40,14,241,215,195,26,9,246,229,3,252, 243,221,34,12,78,32,223,177,66,27,228,189,44,18,237,211, 15,6,249,240,43,212,229,26,74,30,225,181,12,243,177,78, 237,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 61,51,34,12,243,221,204,194,57,23,232,198,84,71,47,16, 239,208,184,171,60,40,14,241,215,195,27,9,246,228,3,252, 243,221,34,12,79,33,222,176,67,28,227,188,45,18,237,210, 15,6,249,240,44,212,228,27,75,31,224,180,12,243,176,79, 237,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 61,52,34,12,243,221,203,194,58,24,231,197,85,72,48,17, 238,207,183,170,61,41,14,241,214,194,27,9,246,228,3,252, 243,221,34,12,80,33,222,175,68,28,227,187,45,18,237,210, 16,6,249,239,44,211,228,27,75,31,224,180,13,242,175,80, 237,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 62,52,35,12,243,220,203,193,58,24,231,197,86,73,49,17, 238,206,182,169,62,41,14,241,214,193,27,9,246,228,3,252, 243,220,35,12,81,33,222,174,69,28,227,186,46,19,236,209, 16,6,249,239,45,211,228,27,76,31,224,179,13,242,174,81, 236,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 63,53,35,12,243,220,202,192,59,24,231,196,87,74,49,17, 238,206,181,168,62,42,14,241,213,193,28,9,246,227,3,252, 243,220,35,12,82,34,221,173,69,28,227,186,46,19,236,209, 16,6,249,239,45,210,227,28,77,32,223,178,13,242,173,82, 236,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 63,54,36,12,243,219,201,192,60,24,231,195,88,75,50,17, 238,205,180,167,63,42,14,241,213,192,28,9,246,227,3,252, 243,219,36,12,83,34,221,172,70,29,226,185,47,19,236,208, 16,6,249,239,46,210,227,28,78,32,223,177,13,242,172,83, 236,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 64,54,36,12,243,219,201,191,60,25,230,195,89,75,50,17, 238,205,180,166,64,42,15,240,213,191,28,10,245,227,3,252, 243,219,36,12,84,34,221,171,71,29,226,184,47,19,236,208, 16,6,249,239,46,209,227,28,79,32,223,176,13,242,171,84, 236,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 65,55,36,12,243,219,200,190,61,25,230,194,90,76,51,17, 238,204,179,165,64,43,15,240,212,191,29,10,245,226,3,252, 243,219,36,12,85,35,220,170,72,29,226,183,48,20,235,207, 16,7,248,239,47,209,226,29,80,33,222,175,13,242,170,85, 236,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 65,55,37,13,242,218,200,190,62,25,230,193,91,77,51,18, 237,204,178,164,65,43,15,240,212,190,29,10,245,226,3,252, 242,218,37,13,86,35,220,169,72,30,225,183,48,20,235,207, 17,7,248,238,47,208,226,29,81,33,222,174,13,242,169,86, 235,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 66,56,37,13,242,218,199,189,62,25,230,193,92,78,52,18, 237,203,177,163,66,44,15,240,211,189,29,10,245,226,3,252, 242,218,37,13,87,36,219,169,73,30,225,182,49,20,235,206, 17,7,248,238,48,208,226,29,81,33,222,174,14,241,169,86, 235,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 67,57,38,13,242,217,198,188,63,26,229,192,93,79,52,18, 237,203,176,162,67,44,15,240,211,188,29,10,245,226,3,252, 242,217,38,13,87,36,219,168,74,30,225,181,49,20,235,206, 17,7,248,238,48,207,226,29,82,34,221,173,14,241,168,87, 235,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 67,57,38,13,242,217,198,188,64,26,229,191,94,79,53,18, 237,202,176,161,67,45,15,240,210,188,30,10,245,225,3,252, 242,217,38,13,88,36,219,167,75,31,224,180,50,20,235,205, 17,7,248,238,49,207,225,30,83,34,221,172,14,241,167,88, 235,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 68,58,38,13,242,217,197,187,64,26,229,191,95,80,53,18, 237,202,175,160,68,45,16,239,210,187,30,10,245,225,3,252, 242,217,38,13,89,37,218,166,76,31,224,179,50,21,234,205, 17,7,248,238,49,206,225,30,84,34,221,171,14,241,166,89, 234,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 69,58,39,13,242,216,197,186,65,27,228,190,96,81,54,19, 236,201,174,159,69,46,16,239,209,186,30,10,245,225,3,252, 242,216,39,13,90,37,218,165,76,31,224,179,51,21,234,204, 18,7,248,237,50,206,225,30,85,35,220,170,14,241,165,90, 234,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 70,59,39,13,242,216,196,185,65,27,228,190,97,82,55,19, 236,200,173,158,69,46,16,239,209,186,31,10,245,224,3,252, 242,216,39,13,91,37,218,164,77,32,223,178,51,21,234,204, 18,7,248,237,50,205,224,31,86,35,220,169,14,241,164,91, 234,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 70,59,40,14,241,215,196,185,66,27,228,189,98,83,55,19, 236,200,172,157,70,47,16,239,208,185,31,11,244,224,3,252, 241,215,40,14,92,38,217,163,78,32,223,177,52,21,234,203, 18,7,248,237,51,205,224,31,87,36,219,168,14,241,163,92, 234,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 71,60,40,14,241,215,195,184,67,27,228,188,99,83,56,19, 236,199,172,156,71,47,16,239,208,184,31,11,244,224,3,252, 241,215,40,14,93,38,217,162,79,32,223,176,52,21,234,203, 18,7,248,237,51,204,224,31,87,36,219,168,15,240,162,93, 234,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 72,61,40,14,241,215,194,183,67,28,227,188,100,84,56,19, 236,199,171,155,71,48,16,239,207,184,32,11,244,223,3,252, 241,215,40,14,94,39,216,161,79,33,222,176,53,22,233,202, 18,7,248,237,52,204,223,32,88,36,219,167,15,240,161,94, 233,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 72,61,41,14,241,214,194,183,68,28,227,187,101,85,57,20, 235,198,170,154,72,48,17,238,207,183,32,11,244,223,3,252, 241,214,41,14,95,39,216,160,80,33,222,175,53,22,233,202, 18,7,248,237,52,203,223,32,89,37,218,166,15,240,160,95, 233,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 73,62,41,14,241,214,193,182,69,28,227,186,101,86,57,20, 235,198,169,154,73,48,17,238,207,182,32,11,244,223,4,251, 241,214,41,14,96,39,216,159,81,33,222,174,54,22,233,201, 19,7,248,236,53,203,223,32,90,37,218,165,15,240,159,96, 233,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 74,62,42,14,241,213,193,181,69,28,227,186,102,87,58,20, 235,197,168,153,73,49,17,238,206,182,33,11,244,222,4,251, 241,213,42,14,96,40,215,159,82,34,221,173,54,22,233,201, 19,7,248,236,53,202,222,33,91,37,218,164,15,240,159,96, 233,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 74,63,42,14,241,213,192,181,70,29,226,185,103,88,58,20, 235,197,167,152,74,49,17,238,206,181,33,11,244,222,4,251, 241,213,42,14,97,40,215,158,82,34,221,173,55,22,233,200, 19,8,247,236,54,202,222,33,92,38,217,163,15,240,158,97, 233,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 75,64,42,15,240,213,191,180,71,29,226,184,104,88,59,20, 235,196,167,151,75,50,17,238,205,180,33,11,244,222,4,251, 240,213,42,15,98,40,215,157,83,34,221,172,55,23,232,200, 19,8,247,236,54,201,222,33,93,38,217,162,15,240,157,98, 232,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 76,64,43,15,240,212,191,179,71,29,226,184,105,89,59,21, 234,196,166,150,76,50,17,238,205,179,33,11,244,222,4,251, 240,212,43,15,99,41,214,156,84,35,220,171,56,23,232,199, 19,8,247,236,55,201,222,33,93,38,217,162,16,239,156,99, 232,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 76,65,43,15,240,212,190,179,72,30,225,183,106,90,60,21, 234,195,165,149,76,51,17,238,204,179,34,12,243,221,4,251, 240,212,43,15,100,41,214,155,85,35,220,170,56,23,232,199, 19,8,247,236,55,200,221,34,94,39,216,161,16,239,155,100, 232,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 77,65,44,15,240,211,190,178,73,30,225,182,107,91,61,21, 234,194,164,148,77,51,18,237,204,178,34,12,243,221,4,251, 240,212,43,15,101,42,213,154,86,35,220,169,57,23,232,198, 20,8,247,235,56,200,221,34,95,39,216,160,16,239,154,101, 232,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 78,66,44,15,240,211,189,177,73,30,225,182,108,92,61,21, 234,194,163,147,78,52,18,237,203,177,34,12,243,221,4,251, 240,211,44,15,102,42,213,153,86,35,220,169,57,24,231,198, 20,8,247,235,56,199,221,34,96,39,216,159,16,239,153,102, 231,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 79,67,44,15,240,211,188,176,74,30,225,181,109,92,62,21, 234,193,163,146,78,52,18,237,203,177,35,12,243,220,4,251, 240,211,44,15,103,42,213,152,87,36,219,168,58,24,231,197, 20,8,247,235,57,199,220,35,97,40,215,158,16,239,152,103, 231,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 79,67,45,15,240,210,188,176,75,31,224,180,110,93,62,22, 233,193,162,145,79,53,18,237,202,176,35,12,243,220,4,251, 240,210,45,15,104,43,212,151,88,36,219,167,59,24,231,196, 20,8,247,235,57,198,220,35,98,40,215,157,16,239,151,104, 231,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 80,68,45,15,240,210,187,175,75,31,224,180,111,94,63,22, 233,192,161,144,80,53,18,237,202,175,35,12,243,220,4,251, 239,210,45,16,105,43,212,150,89,36,219,166,59,24,231,196, 20,8,247,235,58,198,220,35,99,41,214,156,16,239,150,105, 231,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 81,68,45,16,239,210,187,174,76,31,224,179,112,95,63,22, 233,192,160,143,80,54,18,237,201,175,36,12,243,219,4,251, 239,210,45,16,106,43,212,149,89,37,218,166,60,24,231,195, 21,8,247,234,58,197,219,36,99,41,214,156,17,238,150,105, 231,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 81,69,46,16,239,209,186,174,77,31,224,178,113,96,64,22, 233,191,159,142,81,54,19,236,201,174,36,12,243,219,4,251, 239,209,46,16,106,44,211,149,90,37,218,165,60,25,230,195, 21,8,247,234,59,197,219,36,100,41,214,155,17,238,149,106, 230,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 82,69,46,16,239,209,186,173,77,32,223,178,114,97,64,22, 233,191,158,141,82,54,19,236,201,173,36,12,243,219,4,251, 239,209,46,16,107,44,211,148,91,37,218,164,61,25,230,194, 21,8,247,234,59,196,219,36,101,42,213,154,17,238,148,107, 230,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 83,70,47,16,239,208,185,172,78,32,223,177,115,97,65,22, 233,190,158,140,82,55,19,236,200,173,37,13,242,218,4,251, 239,208,47,16,108,45,210,147,92,38,217,163,61,25,230,194, 21,8,247,234,60,196,218,37,102,42,213,153,17,238,147,108, 230,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 83,71,47,16,239,208,184,172,79,32,223,176,116,98,65,23, 232,190,157,139,83,55,19,236,200,172,37,13,242,218,4,251, 239,208,47,16,109,45,210,146,92,38,217,163,62,25,230,193, 21,9,246,234,60,195,218,37,103,42,213,152,17,238,146,109, 230,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 84,71,47,16,239,208,184,171,79,33,222,176,117,99,66,23, 232,189,156,138,84,56,19,236,199,171,37,13,242,218,4,251, 239,208,47,16,110,45,210,145,93,38,217,162,62,25,230,193, 21,9,246,234,61,195,218,37,104,43,212,151,17,238,145,110, 230,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 85,72,48,16,239,207,183,170,80,33,222,175,118,100,67,23, 232,188,155,137,85,56,19,236,199,170,38,13,242,217,4,251, 239,207,48,16,111,46,209,144,94,39,216,161,63,26,229,192, 22,9,246,233,61,194,218,37,104,43,212,151,18,237,144,111, 229,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 85,72,48,17,238,207,183,170,81,33,222,174,119,101,67,23, 232,188,154,136,85,57,20,235,198,170,38,13,242,217,4,251, 238,207,48,17,112,46,209,143,95,39,216,160,63,26,229,192, 22,9,246,233,62,194,217,38,105,43,212,150,18,237,143,112, 229,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 86,73,49,17,238,206,182,169,81,33,222,174,120,101,68,23, 232,187,154,135,86,57,20,235,198,169,38,13,242,217,4,251, 238,206,49,17,113,46,209,142,96,39,216,159,64,26,229,191, 22,9,246,233,62,193,217,38,106,44,211,149,18,237,142,113, 229,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 87,74,49,17,238,206,181,168,82,34,221,173,121,102,68,24, 231,187,153,134,87,58,20,235,197,168,38,13,242,217,4,251, 238,206,49,17,114,47,208,141,96,40,215,159,64,26,229,191, 22,9,246,233,63,193,217,38,107,44,211,148,18,237,141,114, 229,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 88,74,49,17,238,206,181,167,82,34,221,173,122,103,69,24, 231,186,152,133,87,58,20,235,197,168,39,13,242,216,4,251, 238,206,49,17,115,47,208,140,97,40,215,158,65,27,228,190, 22,9,246,233,63,192,216,39,108,44,211,147,18,237,140,115, 229,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 167,180,205,238,17,50,75,88,172,221,34,83,132,151,186,231, 24,69,104,123,167,196,235,20,59,88,216,242,13,39,251,4, 17,50,205,238,140,207,48,116,157,215,40,98,190,228,27,65, 232,246,9,23,192,64,39,216,146,210,45,109,237,18,115,140, 27,228,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 167,181,206,238,17,49,74,88,173,221,34,82,133,152,186,231, 24,69,103,122,168,197,235,20,58,87,216,242,13,39,251,4, 17,49,206,238,140,208,47,115,158,215,40,97,190,228,27,65, 233,246,9,22,192,63,39,216,147,211,44,108,237,18,115,140, 26,229,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 168,181,206,238,17,49,74,87,173,221,34,82,134,153,187,231, 24,68,102,121,168,197,235,20,58,87,217,242,13,38,251,4, 17,49,206,238,141,208,47,114,159,215,40,96,191,229,26,64, 233,246,9,22,193,63,38,217,148,211,44,107,237,18,114,141, 26,229,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 169,182,206,238,17,49,73,86,174,222,33,81,135,154,187,232, 23,68,101,120,169,198,235,20,57,86,217,242,13,38,251,4, 17,49,206,238,142,209,46,113,159,216,39,96,191,229,26,64, 233,246,9,22,193,62,38,217,149,211,44,106,237,18,113,142, 26,229,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 170,183,207,238,17,48,72,85,174,222,33,81,136,154,188,232, 23,67,101,119,170,198,235,20,57,85,217,242,13,38,251,4, 17,48,207,238,143,209,46,112,160,216,39,95,192,229,26,63, 233,246,9,22,194,62,38,217,150,212,43,105,237,18,112,143, 26,229,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 170,183,207,239,16,48,72,85,175,222,33,80,137,155,188,232, 23,67,100,118,170,199,236,19,56,85,217,242,13,38,251,4, 16,48,207,239,144,209,46,111,161,216,39,94,192,229,26,63, 233,246,9,22,194,61,37,218,151,212,43,104,237,18,111,144, 26,229,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 171,184,208,239,16,47,71,84,176,222,33,79,138,156,189,232, 23,66,99,117,171,199,236,19,56,84,218,242,13,37,251,4, 16,47,208,239,145,210,45,110,162,217,38,93,193,230,25,62, 234,246,9,21,195,61,37,218,151,212,43,104,238,17,110,145, 25,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 172,184,208,239,16,47,71,83,176,223,32,79,139,157,190,232, 23,65,98,116,172,200,236,19,55,83,218,242,13,37,251,4, 16,47,208,239,146,210,45,109,163,217,38,92,193,230,25,62, 234,246,9,21,195,60,37,218,152,213,42,103,238,17,109,146, 25,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 172,185,208,239,16,47,70,83,177,223,32,78,140,158,190,233, 22,65,97,115,173,200,236,19,55,82,218,242,13,37,251,4, 16,47,208,239,147,210,45,108,163,217,38,92,194,230,25,61, 234,247,8,21,196,60,37,218,153,213,42,102,238,17,108,147, 25,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 173,186,209,239,16,46,69,82,178,223,32,77,141,158,191,233, 22,64,97,114,173,201,236,19,54,82,219,243,12,36,251,4, 16,46,209,239,148,211,44,107,164,218,37,91,194,230,25,61, 234,247,8,21,196,59,36,219,154,213,42,101,238,17,107,148, 25,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 174,186,209,239,16,46,69,81,178,224,31,77,142,159,191,233, 22,64,96,113,174,201,236,19,54,81,219,243,12,36,251,4, 16,46,209,239,149,211,44,106,165,218,37,90,195,230,25,60, 234,247,8,21,197,59,36,219,155,214,41,100,238,17,106,149, 25,230,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 174,187,210,239,16,45,68,81,179,224,31,76,143,160,192,233, 22,63,95,112,175,201,237,18,54,80,219,243,12,36,251,4, 16,45,210,239,149,212,43,106,166,218,37,89,195,231,24,60, 234,247,8,21,197,58,36,219,156,214,41,99,238,17,105,150, 24,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 175,187,210,240,15,45,68,80,180,224,31,75,144,161,192,233, 22,63,94,111,175,202,237,18,53,80,220,243,12,35,251,4, 16,45,210,239,150,212,43,105,166,219,36,89,196,231,24,59, 235,247,8,20,198,58,35,220,156,214,41,99,239,16,105,150, 24,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 176,188,210,240,15,45,67,79,180,224,31,75,145,162,193,233, 22,62,93,110,176,202,237,18,53,79,220,243,12,35,251,4, 15,45,210,240,151,212,43,104,167,219,36,88,196,231,24,59, 235,247,8,20,198,57,35,220,157,215,40,98,239,16,104,151, 24,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 176,188,211,240,15,44,67,79,181,225,30,74,146,163,193,234, 21,62,92,109,177,203,237,18,52,78,220,243,12,35,251,4, 15,44,211,240,152,213,42,103,168,219,36,87,197,231,24,58, 235,247,8,20,199,57,35,220,158,215,40,97,239,16,103,152, 24,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 177,189,211,240,15,44,66,78,182,225,30,73,147,163,194,234, 21,61,92,108,177,203,237,18,52,78,221,243,12,34,251,4, 15,44,211,240,153,213,42,102,169,220,35,86,198,231,24,57, 235,247,8,20,199,56,34,221,159,216,39,96,239,16,102,153, 24,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 178,190,211,240,15,44,65,77,182,225,30,73,148,164,194,234, 21,61,91,107,178,204,237,18,51,77,221,243,12,34,251,4, 15,43,212,240,154,213,42,101,169,220,35,86,198,232,23,57, 235,247,8,20,200,56,34,221,160,216,39,95,239,16,101,154, 23,232,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 179,190,212,240,15,43,65,76,183,225,30,72,149,165,195,234, 21,60,90,106,179,204,238,17,51,76,221,243,12,34,251,4, 15,43,212,240,155,214,41,100,170,220,35,85,199,232,23,56, 236,247,8,19,200,55,34,221,161,216,39,94,239,16,100,155, 23,232,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 179,191,212,240,15,43,64,76,184,226,29,71,150,166,196,234, 21,59,89,105,179,205,238,17,50,76,222,244,11,33,251,4, 15,43,212,240,156,214,41,99,171,220,35,84,199,232,23,56, 236,247,8,19,201,55,33,222,162,217,38,93,239,16,99,156, 23,232,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 180,191,213,240,15,42,64,75,184,226,29,71,151,167,196,235, 20,59,88,104,180,205,238,17,50,75,222,244,11,33,251,4, 15,42,213,240,157,215,40,98,172,221,34,83,200,232,23,55, 236,247,8,19,201,54,33,222,162,217,38,93,240,15,98,157, 23,232,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 181,192,213,241,14,42,63,74,185,226,29,70,152,167,197,235, 20,58,88,103,181,206,238,17,49,74,222,244,11,33,251,4, 14,42,213,241,158,215,40,97,173,221,34,82,200,233,22,55, 236,247,8,19,202,54,33,222,163,217,38,92,240,15,97,158, 22,233,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 181,193,213,241,14,42,62,74,186,227,28,69,153,168,197,235, 20,58,87,102,182,206,238,17,49,73,222,244,11,33,251,4, 14,42,213,241,159,215,40,96,173,221,34,82,201,233,22,54, 236,248,7,19,202,53,33,222,164,218,37,91,240,15,96,159, 22,233,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 182,193,214,241,14,41,62,73,186,227,28,69,154,169,198,235, 20,57,86,101,182,207,238,17,48,73,223,244,11,32,251,4, 14,41,214,241,159,216,39,96,174,222,33,81,201,233,22,54, 236,248,7,19,203,53,32,223,165,218,37,90,240,15,96,159, 22,233,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 183,194,214,241,14,41,61,72,187,227,28,68,154,170,198,235, 20,57,85,101,183,207,238,17,48,72,223,244,11,32,252,3, 14,41,214,241,160,216,39,95,175,222,33,80,202,233,22,53, 237,248,7,18,203,52,32,223,166,218,37,89,240,15,95,160, 22,233,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 183,194,215,241,14,40,61,72,188,227,28,67,155,171,199,236, 19,56,84,100,184,207,239,16,48,71,223,244,11,32,252,3, 14,40,215,241,161,216,39,94,176,222,33,79,202,233,22,53, 237,248,7,18,204,52,32,223,167,219,36,88,240,15,94,161, 22,233,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 184,195,215,241,14,40,60,71,188,228,27,67,156,172,199,236, 19,56,83,99,184,208,239,16,47,71,224,244,11,31,252,3, 14,40,215,241,162,217,38,93,176,223,32,79,203,234,21,52, 237,248,7,18,204,51,31,224,168,219,36,87,240,15,93,162, 21,234,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 185,196,215,241,14,40,59,70,189,228,27,66,157,172,200,236, 19,55,83,98,185,208,239,16,47,70,224,244,11,31,252,3, 14,40,215,241,163,217,38,92,177,223,32,78,203,234,21,52, 237,248,7,18,205,51,31,224,168,219,36,87,241,14,92,163, 21,234,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 185,196,216,242,13,39,59,70,190,228,27,65,158,173,200,236, 19,55,82,97,186,209,239,16,46,69,224,245,10,31,252,3, 13,39,216,242,164,218,37,91,178,223,32,77,204,234,21,51, 237,248,7,18,205,50,31,224,169,220,35,86,241,14,91,164, 21,234,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 186,197,216,242,13,39,58,69,190,228,27,65,159,174,201,236, 19,54,81,96,186,209,239,16,46,69,225,245,10,30,252,3, 13,39,216,242,165,218,37,90,179,224,31,76,204,234,21,51, 237,248,7,18,206,50,30,225,170,220,35,85,241,14,90,165, 21,234,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 187,197,217,242,13,38,58,68,191,229,26,64,160,175,202,237, 18,53,80,95,187,210,239,16,45,68,225,245,10,30,252,3, 13,38,217,242,166,218,37,89,179,224,31,76,205,234,21,50, 238,248,7,17,206,49,30,225,171,221,34,84,241,14,89,166, 21,234,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 188,198,217,242,13,38,57,67,191,229,26,64,161,176,202,237, 18,53,79,94,188,210,240,15,45,67,225,245,10,30,252,3, 13,38,217,242,167,219,36,88,180,224,31,75,205,235,20,50, 238,248,7,17,207,49,30,225,172,221,34,83,241,14,88,167, 20,235,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 188,198,217,242,13,38,57,67,192,229,26,63,162,176,203,237, 18,52,79,93,188,211,240,15,44,67,226,245,10,29,252,3, 13,38,217,242,168,219,36,87,181,225,30,74,206,235,20,49, 238,248,7,17,207,48,29,226,173,221,34,82,241,14,87,168, 20,235,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 189,199,218,242,13,37,56,66,193,230,25,62,163,177,203,237, 18,52,78,92,189,211,240,15,44,66,226,245,10,29,252,3, 13,37,218,242,169,219,36,87,182,225,30,73,206,235,20,49, 238,248,7,17,208,48,29,226,174,222,33,81,241,14,86,169, 20,235,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 190,200,218,242,13,37,55,65,193,230,25,62,164,178,204,237, 18,51,77,91,190,212,240,15,43,65,226,245,10,29,252,3, 13,37,218,242,169,220,35,86,183,225,30,72,207,235,20,48, 238,248,7,17,208,47,29,226,174,222,33,81,242,13,86,169, 20,235,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 190,200,219,243,12,36,55,65,194,230,25,61,165,179,204,238, 17,51,76,90,191,212,240,15,43,64,226,245,10,29,252,3, 12,36,219,243,170,220,35,85,183,226,29,72,207,235,20,48, 239,248,7,16,209,47,29,226,175,222,33,80,242,13,85,170, 19,236,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 191,201,219,243,12,36,54,64,195,230,25,60,166,180,205,238, 17,50,75,89,191,213,240,15,42,64,227,245,10,28,252,3, 12,36,219,243,171,221,34,84,184,226,29,71,208,236,19,47, 239,249,6,16,209,46,28,227,176,223,32,79,242,13,84,171, 19,236,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 192,201,219,243,12,36,54,63,195,231,24,60,167,180,205,238, 17,50,75,88,192,213,241,14,42,63,227,246,9,28,252,3, 12,36,219,243,172,221,34,83,185,226,29,70,208,236,19,47, 239,249,6,16,210,46,28,227,177,223,32,78,242,13,83,172, 19,236,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 192,202,220,243,12,35,53,63,196,231,24,59,168,181,206,238, 17,49,74,87,193,213,241,14,42,62,227,246,9,28,252,3, 12,35,220,243,173,221,34,82,186,227,28,69,209,236,19,46, 239,249,6,16,210,45,28,227,178,223,32,77,242,13,82,173, 19,236,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 193,203,220,243,12,35,52,62,197,231,24,58,169,182,206,238, 17,49,73,86,193,214,241,14,41,62,228,246,9,27,252,3, 12,35,220,243,174,222,33,81,186,227,28,69,209,236,19,46, 239,249,6,16,211,45,27,228,179,224,31,76,242,13,81,174, 19,236,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 194,203,221,243,12,34,52,61,197,231,24,58,170,183,207,238, 17,48,72,85,194,214,241,14,41,61,228,246,9,27,252,3, 12,34,221,243,175,222,33,80,187,227,28,68,210,237,18,45, 239,249,6,16,211,44,27,228,180,224,31,75,242,13,80,175, 18,237,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 194,204,221,243,12,34,51,61,198,232,23,57,171,184,208,239, 16,47,71,84,195,215,241,14,40,60,228,246,9,27,252,3, 12,34,221,243,176,222,33,79,188,227,28,67,210,237,18,45, 240,249,6,15,212,44,27,228,180,224,31,75,243,12,79,176, 18,237,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 195,204,221,244,11,34,51,60,199,232,23,56,172,185,208,239, 16,47,70,83,195,215,241,14,40,60,229,246,9,26,252,3, 12,34,221,243,177,223,32,78,189,228,27,66,211,237,18,44, 240,249,6,15,212,43,26,229,181,225,30,74,243,12,78,177, 18,237,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 196,205,222,244,11,33,50,59,199,232,23,56,173,185,209,239, 16,46,70,82,196,216,242,13,39,59,229,246,9,26,252,3, 11,33,222,244,178,223,32,77,189,228,27,66,211,237,18,44, 240,249,6,15,213,43,26,229,182,225,30,73,243,12,77,178, 18,237,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 197,206,222,244,11,33,49,58,200,233,22,55,174,186,209,239, 16,46,69,81,197,216,242,13,39,58,229,246,9,26,252,3, 11,33,222,244,178,224,31,77,190,228,27,65,212,237,18,43, 240,249,6,15,213,42,26,229,183,225,30,72,243,12,76,179, 18,237,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 197,206,222,244,11,33,49,58,201,233,22,54,175,187,210,239, 16,45,68,80,197,217,242,13,38,58,230,246,9,25,252,3, 11,32,223,244,179,224,31,76,191,229,26,64,212,238,17,43, 240,249,6,15,214,42,25,230,184,226,29,71,243,12,76,179, 17,238,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 198,207,223,244,11,32,48,57,201,233,22,54,176,188,210,240, 15,45,67,79,198,217,242,13,38,57,230,247,8,25,252,3, 11,32,223,244,180,224,31,75,192,229,26,63,213,238,17,42, 241,249,6,14,214,41,25,230,185,226,29,70,243,12,75,180, 17,238,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 199,207,223,244,11,32,48,56,202,233,22,53,177,189,211,240, 15,44,66,78,199,218,242,13,37,56,230,247,8,25,252,3, 11,32,223,244,181,225,30,74,193,229,26,62,213,238,17,42, 241,249,6,14,215,41,25,230,186,227,28,69,243,12,74,181, 17,238,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 199,208,224,244,11,31,47,56,203,234,21,52,178,189,211,240, 15,44,66,77,199,218,242,13,37,56,230,247,8,25,252,3, 11,31,224,244,182,225,30,73,193,230,25,62,214,238,17,41, 241,249,6,14,215,40,24,231,186,227,28,69,244,11,73,182, 17,238,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 200,208,224,244,11,31,47,55,203,234,21,52,179,190,212,240, 15,43,65,76,200,219,243,12,36,55,231,247,8,24,252,3, 11,31,224,244,183,225,30,72,194,230,25,61,214,238,17,41, 241,250,5,14,216,40,24,231,187,227,28,68,244,11,72,183, 16,239,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 201,209,224,245,10,31,46,54,204,234,21,51,180,191,212,240, 15,43,64,75,201,219,243,12,36,54,231,247,8,24,252,3, 10,31,224,245,184,226,29,71,195,230,25,60,215,239,16,40, 241,250,5,14,216,39,24,231,188,228,27,67,244,11,71,184, 16,239,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 201,210,225,245,10,30,45,54,205,234,21,50,180,192,213,241, 14,42,63,75,202,219,243,12,36,53,231,247,8,24,253,2, 10,30,225,245,185,226,29,70,196,231,24,59,215,239,16,40, 241,250,5,14,217,39,24,231,189,228,27,66,244,11,70,185, 16,239,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 202,210,225,245,10,30,45,53,205,235,20,50,181,193,214,241, 14,41,62,74,202,220,243,12,35,53,232,247,8,23,253,2, 10,30,225,245,186,227,28,69,196,231,24,59,216,239,16,39, 242,250,5,13,217,38,23,232,190,228,27,65,244,11,69,186, 16,239,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 203,211,226,245,10,29,44,52,206,235,20,49,182,194,214,241, 14,41,61,73,203,220,243,12,35,52,232,247,8,23,253,2, 10,29,226,245,187,227,28,68,197,231,24,58,216,239,16,39, 242,250,5,13,218,38,23,232,191,229,26,64,244,11,68,187, 16,239,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 203,211,226,245,10,29,44,52,207,235,20,48,183,194,215,241, 14,40,61,72,204,221,243,12,34,51,232,247,8,23,253,2, 10,29,226,245,188,227,28,67,198,232,23,57,217,240,15,38, 242,250,5,13,218,37,23,232,191,229,26,64,245,10,67,188, 15,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 204,212,226,245,10,29,43,51,207,235,20,48,184,195,215,241, 14,40,60,71,204,221,244,11,34,51,233,247,8,22,253,2, 10,29,226,245,188,228,27,67,199,232,23,56,218,240,15,37, 242,250,5,13,219,37,22,233,192,229,26,63,245,10,67,188, 15,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 205,213,227,245,10,28,42,50,208,236,19,47,185,196,216,242, 13,39,59,70,205,222,244,11,33,50,233,248,7,22,253,2, 10,28,227,245,189,228,27,66,199,232,23,56,218,240,15,37, 242,250,5,13,219,36,22,233,193,230,25,62,245,10,66,189, 15,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 206,213,227,246,9,28,42,49,208,236,19,47,186,197,216,242, 13,39,58,69,206,222,244,11,33,49,233,248,7,22,253,2, 9,28,227,246,190,228,27,65,200,233,22,55,219,240,15,36, 243,250,5,12,220,36,22,233,194,230,25,61,245,10,65,190, 15,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 206,214,228,246,9,27,41,49,209,236,19,46,187,198,217,242, 13,38,57,68,206,223,244,11,32,49,234,248,7,21,253,2, 9,27,228,246,191,229,26,64,201,233,22,54,219,240,15,36, 243,250,5,12,220,35,21,234,195,230,25,60,245,10,64,191, 15,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 207,214,228,246,9,27,41,48,210,237,18,45,188,198,217,242, 13,38,57,67,207,223,244,11,32,48,234,248,7,21,253,2, 9,27,228,246,192,229,26,63,202,233,22,53,220,241,14,35, 243,250,5,12,221,35,21,234,196,231,24,59,245,10,63,192, 14,241,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 208,215,228,246,9,27,40,47,210,237,18,45,189,199,218,242, 13,37,56,66,208,224,244,11,31,47,234,248,7,21,253,2, 9,27,228,246,193,230,25,62,203,234,21,52,220,241,14,35, 243,250,5,12,221,34,21,234,197,231,24,58,245,10,62,193, 14,241,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 208,216,229,246,9,26,39,47,211,237,18,44,190,200,218,242, 13,37,55,65,208,224,244,11,31,47,234,248,7,21,253,2, 9,26,229,246,194,230,25,61,203,234,21,52,221,241,14,34, 243,250,5,12,222,34,20,235,197,231,24,58,246,9,61,194, 14,241,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 209,216,229,246,9,26,39,46,212,237,18,43,191,201,219,243, 12,36,54,64,209,225,245,10,30,46,235,248,7,20,253,2, 9,26,229,246,195,230,25,60,204,234,21,51,221,241,14,34, 243,250,5,12,222,33,20,235,198,232,23,57,246,9,60,195, 14,241,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 210,217,230,246,9,25,38,45,212,238,17,43,192,202,220,243, 12,35,53,63,210,225,245,10,30,45,235,248,7,20,253,2, 9,25,230,246,196,231,24,59,205,234,21,50,222,241,14,33, 244,251,4,11,223,33,20,235,199,232,23,56,246,9,59,196, 14,241,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 210,217,230,247,8,25,38,45,213,238,17,42,193,202,220,243, 12,35,53,62,211,225,245,10,30,44,235,248,7,20,253,2, 8,25,230,247,197,231,24,58,206,235,20,49,222,242,13,33, 244,251,4,11,223,32,20,235,200,233,22,55,246,9,58,197, 13,242,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 211,218,230,247,8,25,37,44,214,238,17,41,194,203,221,243, 12,34,52,61,211,226,245,10,29,44,236,249,6,19,253,2, 8,25,230,247,198,231,24,58,206,235,20,49,223,242,13,32, 244,251,4,11,224,32,19,236,201,233,22,54,246,9,57,198, 13,242,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 212,218,231,247,8,24,37,43,214,238,17,41,195,204,221,243, 12,34,51,60,212,226,245,10,29,43,236,249,6,19,253,2, 8,24,231,247,198,232,23,57,207,235,20,48,223,242,13,32, 244,251,4,11,224,31,19,236,202,233,22,53,246,9,57,198, 13,242,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 213,219,231,247,8,24,36,42,215,239,16,40,196,205,222,244, 11,33,50,59,213,227,245,10,28,42,236,249,6,19,253,2, 8,24,231,247,199,232,23,56,208,236,19,47,224,242,13,31, 244,251,4,11,225,31,19,236,203,234,21,52,246,9,56,199, 13,242,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 213,220,232,247,8,23,35,42,216,239,16,39,197,206,222,244, 11,33,49,58,213,227,246,9,28,42,237,249,6,18,253,2, 8,23,232,247,200,233,22,55,209,236,19,46,224,243,12,31, 245,251,4,10,225,30,18,237,203,234,21,52,247,8,55,200, 12,243,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 214,220,232,247,8,23,35,41,216,239,16,39,198,207,223,244, 11,32,48,57,214,228,246,9,27,41,237,249,6,18,253,2, 8,23,232,247,201,233,22,54,209,236,19,46,225,243,12,30, 245,251,4,10,226,30,18,237,204,234,21,51,247,8,54,201, 12,243,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 215,221,232,247,8,23,34,40,217,240,15,38,199,207,223,244, 11,32,48,56,215,228,246,9,27,40,237,249,6,18,253,2, 8,23,232,247,202,233,22,53,210,237,18,45,225,243,12,30, 245,251,4,10,226,29,18,237,205,235,20,50,247,8,53,202, 12,243,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 215,221,233,248,7,22,34,40,218,240,15,37,200,208,224,244, 11,31,47,55,215,229,246,9,26,40,238,249,6,17,253,2, 8,22,233,247,203,234,21,52,211,237,18,44,226,243,12,29, 245,251,4,10,227,29,17,238,206,235,20,49,247,8,52,203, 12,243,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 216,222,233,248,7,22,33,39,218,240,15,37,201,209,224,245, 10,31,46,54,216,229,246,9,26,39,238,249,6,17,253,2, 7,22,233,248,204,234,21,51,212,237,18,43,226,243,12,29, 245,251,4,10,227,28,17,238,207,235,20,48,247,8,51,204, 12,243,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 217,223,233,248,7,22,32,38,219,240,15,36,202,210,225,245, 10,30,45,53,217,230,246,9,25,38,238,249,6,17,253,2, 7,21,234,248,205,234,21,50,212,238,17,43,227,244,11,28, 245,251,4,10,228,28,17,238,208,236,19,47,247,8,50,205, 11,244,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 217,223,234,248,7,21,32,38,220,241,14,35,203,211,226,245, 10,29,44,52,217,230,247,8,25,38,239,250,5,16,253,2, 7,21,234,248,206,235,20,49,213,238,17,42,227,244,11,28, 246,251,4,9,228,27,16,239,209,236,19,46,247,8,49,206, 11,244,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 218,224,234,248,7,21,31,37,220,241,14,35,204,211,226,245, 10,29,44,51,218,231,247,8,24,37,239,250,5,16,253,2, 7,21,234,248,207,235,20,48,214,238,17,41,228,244,11,27, 246,251,4,9,229,27,16,239,209,236,19,46,248,7,48,207, 11,244,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 219,224,235,248,7,20,31,36,221,241,14,34,205,212,227,245, 10,28,43,50,219,231,247,8,24,36,239,250,5,16,253,2, 7,20,235,248,207,236,19,48,215,239,16,40,228,244,11,27, 246,252,3,9,229,26,16,239,210,237,18,45,248,7,48,207, 11,244,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 219,225,235,248,7,20,30,36,222,241,14,33,205,213,227,246, 9,28,42,50,220,231,247,8,24,35,239,250,5,16,254,1, 7,20,235,248,208,236,19,47,216,239,16,39,229,244,11,26, 246,252,3,9,230,26,16,239,211,237,18,44,248,7,47,208, 11,244,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 220,226,235,248,7,20,29,35,222,242,13,33,206,214,228,246, 9,27,41,49,220,232,247,8,23,35,240,250,5,15,254,1, 7,20,235,248,209,236,19,46,216,239,16,39,229,245,10,26, 246,252,3,9,230,25,15,240,212,237,18,43,248,7,46,209, 10,245,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 221,226,236,249,6,19,29,34,223,242,13,32,207,215,228,246, 9,27,40,48,221,232,247,8,23,34,240,250,5,15,254,1, 6,19,236,249,210,237,18,45,217,240,15,38,230,245,10,25, 246,252,3,9,231,25,15,240,213,238,17,42,248,7,45,210, 10,245,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 222,227,236,249,6,19,28,33,223,242,13,32,208,216,229,246, 9,26,39,47,222,233,248,7,22,33,240,250,5,15,254,1, 6,19,236,249,211,237,18,44,218,240,15,37,230,245,10,25, 247,252,3,8,231,24,15,240,214,238,17,41,248,7,44,211, 10,245,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 222,227,237,249,6,18,28,33,224,243,12,31,209,216,229,246, 9,26,39,46,222,233,248,7,22,33,241,250,5,14,254,1, 6,18,237,249,212,237,18,43,219,240,15,36,231,245,10,24, 247,252,3,8,232,24,14,241,215,239,16,40,248,7,43,212, 10,245,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 223,228,237,249,6,18,27,32,225,243,12,30,210,217,230,247, 8,25,38,45,223,234,248,7,21,32,241,250,5,14,254,1, 6,18,237,249,213,238,17,42,219,241,14,36,231,245,10,24, 247,252,3,8,232,23,14,241,215,239,16,40,249,6,42,213, 9,246,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 224,228,237,249,6,18,27,31,225,243,12,30,211,218,230,247, 8,25,37,44,224,234,248,7,21,31,241,251,4,14,254,1, 6,18,237,249,214,238,17,41,220,241,14,35,232,246,9,23, 247,252,3,8,233,23,14,241,216,239,16,39,249,6,41,214, 9,246,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 224,229,238,249,6,17,26,31,226,243,12,29,212,219,231,247, 8,24,36,43,224,235,248,7,20,31,242,251,4,13,254,1, 6,17,238,249,215,239,16,40,221,241,14,34,232,246,9,23, 247,252,3,8,233,22,13,242,217,240,15,38,249,6,40,215, 9,246,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 225,230,238,249,6,17,25,30,227,244,11,28,213,220,232,247, 8,23,35,42,225,235,248,7,20,30,242,251,4,13,254,1, 6,17,238,249,216,239,16,39,222,241,14,33,233,246,9,22, 248,252,3,7,234,22,13,242,218,240,15,37,249,6,39,216, 9,246,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 226,230,239,250,5,16,25,29,227,244,11,28,214,220,232,247, 8,23,35,41,226,236,249,6,19,29,242,251,4,13,254,1, 5,16,239,250,217,239,16,38,222,242,13,33,233,246,9,22, 248,252,3,7,234,21,13,242,219,240,15,36,249,6,38,217, 9,246,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 226,231,239,250,5,16,24,29,228,244,11,27,215,221,233,247, 8,22,34,40,226,236,249,6,19,29,243,251,4,12,254,1, 5,16,239,250,217,240,15,38,223,242,13,32,234,247,8,21, 248,252,3,7,235,21,12,243,220,241,14,35,249,6,38,217, 8,247,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 227,231,239,250,5,16,24,28,229,244,11,26,216,222,233,248, 7,22,33,39,227,237,249,6,18,28,243,251,4,12,254,1, 5,16,239,250,218,240,15,37,224,242,13,31,234,247,8,21, 248,252,3,7,235,20,12,243,221,241,14,34,249,6,37,218, 8,247,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 228,232,240,250,5,15,23,27,229,245,10,26,217,223,234,248, 7,21,32,38,228,237,249,6,18,27,243,251,4,12,254,1, 5,15,240,250,219,240,15,36,225,243,12,30,235,247,8,20, 248,253,2,7,236,20,12,243,221,241,14,34,250,5,36,219, 8,247,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 228,233,240,250,5,15,22,27,230,245,10,25,218,224,234,248, 7,21,31,37,229,237,249,6,18,26,243,251,4,12,254,1, 5,15,240,250,220,241,14,35,226,243,12,29,235,247,8,20, 248,253,2,7,236,19,12,243,222,242,13,33,250,5,35,220, 8,247,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 229,233,241,250,5,14,22,26,231,245,10,24,219,225,235,248, 7,20,30,36,229,238,249,6,17,26,244,251,4,11,254,1, 5,14,241,250,221,241,14,34,226,243,12,29,236,247,8,19, 249,253,2,6,237,19,11,244,223,242,13,32,250,5,34,221, 8,247,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 230,234,241,250,5,14,21,25,231,245,10,24,220,225,235,248, 7,20,30,35,230,238,250,5,17,25,244,251,4,11,254,1, 5,14,241,250,222,242,13,33,227,244,11,28,237,248,7,18, 249,253,2,6,237,18,11,244,224,242,13,31,250,5,33,222, 7,248,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 231,234,241,251,4,14,21,24,232,246,9,23,221,226,236,249, 6,19,29,34,231,239,250,5,16,24,244,252,3,11,254,1, 4,14,241,251,223,242,13,32,228,244,11,27,237,248,7,18, 249,253,2,6,238,18,11,244,225,243,12,30,250,5,32,223, 7,248,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 231,235,242,251,4,13,20,24,233,246,9,22,222,227,236,249, 6,19,28,33,231,239,250,5,16,24,245,252,3,10,254,1, 4,13,242,251,224,242,13,31,229,244,11,26,238,248,7,17, 249,253,2,6,238,17,10,245,226,243,12,29,250,5,31,224, 7,248,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 232,236,242,251,4,13,19,23,233,246,9,22,223,228,237,249, 6,18,27,32,232,240,250,5,15,23,245,252,3,10,254,1, 4,13,242,251,225,243,12,30,229,245,10,26,238,248,7,17, 249,253,2,6,239,17,10,245,226,243,12,29,251,4,30,225, 7,248,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 233,236,243,251,4,12,19,22,234,247,8,21,224,229,238,249, 6,17,26,31,233,240,250,5,15,22,245,252,3,10,254,1, 4,12,243,251,226,243,12,29,230,245,10,25,239,248,7,16, 250,253,2,5,239,16,10,245,227,244,11,28,251,4,29,226, 7,248,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 233,237,243,251,4,12,18,22,235,247,8,20,225,229,238,249, 6,17,26,30,233,241,250,5,14,22,246,252,3,9,254,1, 4,12,243,251,227,243,12,29,231,245,10,24,239,249,6,16, 250,253,2,5,240,16,9,246,228,244,11,27,251,4,28,227, 6,249,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 234,237,243,251,4,12,18,21,235,247,8,20,226,230,239,250, 5,16,25,29,234,241,250,5,14,21,246,252,3,9,254,1, 4,12,243,251,227,244,11,28,232,246,9,23,240,249,6,15, 250,253,2,5,240,15,9,246,229,245,10,26,251,4,28,227, 6,249,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 235,238,244,251,4,11,17,20,236,247,8,19,227,231,239,250, 5,16,24,28,235,242,251,4,13,20,246,252,3,9,254,1, 4,11,244,251,228,244,11,27,232,246,9,23,240,249,6,15, 250,253,2,5,241,15,9,246,230,245,10,25,251,4,27,228, 6,249,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 235,238,244,252,3,11,17,20,237,248,7,18,228,232,240,250, 5,15,23,27,235,242,251,4,13,20,247,252,3,8,254,1, 4,11,244,251,229,245,10,26,233,246,9,22,241,249,6,14, 250,253,2,5,241,14,8,247,231,245,10,24,251,4,26,229, 6,249,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 236,239,244,252,3,11,16,19,237,248,7,18,229,233,240,250, 5,15,22,26,236,243,251,4,12,19,247,252,3,8,254,1, 3,10,245,252,230,245,10,25,234,247,8,21,241,250,5,14, 250,253,2,5,242,14,8,247,232,246,9,23,251,4,25,230, 5,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 237,240,245,252,3,10,15,18,238,248,7,17,230,233,241,250, 5,14,22,25,237,243,251,4,12,18,247,253,2,8,254,1, 3,10,245,252,231,245,10,24,235,247,8,20,242,250,5,13, 251,253,2,4,242,13,8,247,232,246,9,23,252,3,24,231, 5,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 237,240,245,252,3,10,15,18,239,248,7,16,230,234,241,251, 4,14,21,25,238,243,251,4,12,17,247,253,2,8,255,0, 3,10,245,252,232,246,9,23,236,247,8,19,242,250,5,13, 251,254,1,4,243,13,8,247,233,246,9,22,252,3,23,232, 5,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 238,241,246,252,3,9,14,17,239,249,6,16,231,235,242,251, 4,13,20,24,238,244,251,4,11,17,248,253,2,7,255,0, 3,9,246,252,233,246,9,22,236,248,7,19,243,250,5,12, 251,254,1,4,243,12,7,248,234,247,8,21,252,3,22,233, 5,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 239,241,246,252,3,9,14,16,240,249,6,15,232,236,242,251, 4,13,19,23,239,244,252,3,11,16,248,253,2,7,255,0, 3,9,246,252,234,246,9,21,237,248,7,18,243,250,5,12, 251,254,1,4,244,12,7,248,235,247,8,20,252,3,21,234, 5,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 240,242,246,252,3,9,13,15,240,249,6,15,233,237,243,251, 4,12,18,22,240,245,252,3,10,15,248,253,2,7,255,0, 3,9,246,252,235,247,8,20,238,248,7,17,244,251,4,11, 251,254,1,4,244,11,7,248,236,247,8,19,252,3,20,235, 4,251,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 240,243,247,252,3,8,12,15,241,250,5,14,234,238,244,251, 4,11,17,21,240,245,252,3,10,15,249,253,2,6,255,0, 3,8,247,252,236,247,8,19,239,248,7,16,244,251,4,11, 252,254,1,3,245,11,6,249,237,248,7,18,252,3,19,236, 4,251,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 241,243,247,253,2,8,12,14,242,250,5,13,235,238,244,251, 4,11,17,20,241,246,252,3,9,14,249,253,2,6,255,0, 2,8,247,253,236,248,7,19,239,249,6,16,245,251,4,10, 252,254,1,3,245,10,6,249,238,248,7,17,252,3,19,236, 4,251,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 242,244,248,253,2,7,11,13,242,250,5,13,236,239,245,252, 3,10,16,19,242,246,252,3,9,13,249,253,2,6,255,0, 2,7,248,253,237,248,7,18,240,249,6,15,245,251,4,10, 252,254,1,3,246,10,6,249,238,248,7,17,253,2,18,237, 4,251,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 242,244,248,253,2,7,11,13,243,250,5,12,237,240,245,252, 3,10,15,18,242,247,252,3,8,13,250,253,2,5,255,0, 2,7,248,253,238,248,7,17,241,249,6,14,246,251,4,9, 252,254,1,3,246,9,5,250,239,249,6,16,253,2,17,238, 4,251,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 243,245,248,253,2,7,10,12,244,251,4,11,238,241,246,252, 3,9,14,17,243,247,253,2,8,12,250,254,1,5,255,0, 2,7,248,253,239,249,6,16,242,250,5,13,246,252,3,9, 252,254,1,3,247,9,5,250,240,249,6,15,253,2,16,239, 3,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 244,246,249,253,2,6,9,11,244,251,4,11,239,242,246,252, 3,9,13,16,244,248,253,2,7,11,250,254,1,5,255,0, 2,6,249,253,240,249,6,15,242,250,5,13,247,252,3,8, 252,254,1,3,247,8,5,250,241,249,6,14,253,2,15,240, 3,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 244,246,249,253,2,6,9,11,245,251,4,10,240,242,247,252, 3,8,13,15,244,248,253,2,7,11,251,254,1,4,255,0, 2,6,249,253,241,249,6,14,243,250,5,12,247,252,3,8, 253,254,1,2,248,8,4,251,242,250,5,13,253,2,14,241, 3,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 245,247,250,253,2,5,8,10,246,251,4,9,241,243,247,253, 2,8,12,14,245,249,253,2,6,10,251,254,1,4,255,0, 2,5,250,253,242,250,5,13,244,251,4,11,248,252,3,7, 253,254,1,2,248,7,4,251,243,250,5,12,253,2,13,242, 3,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 246,247,250,254,1,5,8,9,246,252,3,9,242,244,248,253, 2,7,11,13,246,249,253,2,6,9,251,254,1,4,255,0, 1,5,250,254,243,250,5,12,245,251,4,10,248,253,2,7, 253,254,1,2,249,7,4,251,244,251,4,11,253,2,12,243, 2,253,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 246,248,250,254,1,5,7,9,247,252,3,8,243,245,248,253, 2,7,10,12,247,249,253,2,6,8,251,254,1,4,255,0, 1,5,250,254,244,251,4,11,246,251,4,9,249,253,2,6, 253,255,0,2,249,6,4,251,244,251,4,11,254,1,11,244, 2,253,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 247,248,251,254,1,4,7,8,248,252,3,7,244,246,249,253, 2,6,9,11,247,250,254,1,5,8,252,254,1,3,255,0, 1,4,251,254,245,251,4,10,246,252,3,9,249,253,2,6, 253,255,0,2,250,6,3,252,245,251,4,10,254,1,10,245, 2,253,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 248,249,251,254,1,4,6,7,248,253,2,7,245,247,250,253, 2,5,8,10,248,250,254,1,5,7,252,254,1,3,255,0, 1,4,251,254,246,251,4,9,247,252,3,8,250,253,2,5, 254,255,0,1,250,5,3,252,246,252,3,9,254,1,9,246, 2,253,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 249,250,252,254,1,3,5,6,249,253,2,6,246,247,250,254, 1,5,8,9,249,251,254,1,4,6,252,254,1,3,255,0, 1,3,252,254,246,252,3,9,248,252,3,7,250,253,2,5, 254,255,0,1,251,5,3,252,247,252,3,8,254,1,9,246, 2,253,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 249,250,252,254,1,3,5,6,250,253,2,5,247,248,251,254, 1,4,7,8,249,251,254,1,4,6,253,255,0,2,255,0, 1,3,252,254,247,252,3,8,249,253,2,6,251,254,1,4, 254,255,0,1,251,4,2,253,248,252,3,7,254,1,8,247, 1,254,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 250,251,252,254,1,3,4,5,250,253,2,5,248,249,251,254, 1,4,6,7,250,252,254,1,3,5,253,255,0,2,255,0, 1,3,252,254,248,252,3,7,249,253,2,6,251,254,1,4, 254,255,0,1,252,4,2,253,249,253,2,6,254,1,7,248, 1,254,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 251,251,253,255,0,2,4,4,251,254,1,4,249,250,252,254, 1,3,5,6,251,252,254,1,3,4,253,255,0,2,255,0, 0,2,253,255,249,253,2,6,250,253,2,5,252,254,1,3, 254,255,0,1,252,3,2,253,250,253,2,5,254,1,6,249, 1,254,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 251,252,253,255,0,2,3,4,252,254,1,3,250,251,252,254, 1,3,4,5,251,253,255,0,2,4,254,255,0,1,255,0, 0,2,253,255,250,253,2,5,251,254,1,4,252,254,1,3, 254,255,0,1,253,3,1,254,250,253,2,5,255,0,5,250, 1,254,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 252,253,254,255,0,1,2,3,252,254,1,3,251,251,253,255, 0,2,4,4,252,253,255,0,2,3,254,255,0,1,255,0, 0,1,254,255,251,254,1,4,252,254,1,3,253,254,1,2, 255,255,0,0,253,2,1,254,251,254,1,4,255,0,4,251, 1,254,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 253,253,254,255,0,1,2,2,253,254,1,2,252,252,253,255, 0,2,3,3,253,254,255,0,1,2,254,255,0,1,255,0, 0,1,254,255,252,254,1,3,252,254,1,3,253,255,0,2, 255,255,0,0,254,2,1,254,252,254,1,3,255,0,3,252, 0,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 253,254,254,255,0,1,1,2,254,255,0,1,253,253,254,255, 0,1,2,2,253,254,255,0,1,2,255,255,0,0,255,0, 0,1,254,255,253,254,1,2,253,255,0,2,254,255,0,1, 255,255,0,0,254,1,0,255,253,254,1,2,255,0,2,253, 0,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 254,254,255,255,0,0,1,1,254,255,0,1,254,254,254,255, 0,1,1,1,254,255,255,0,0,1,255,255,0,0,255,0, 0,0,255,255,254,255,0,1,254,255,0,1,254,255,0,1, 255,255,0,0,255,1,0,255,254,255,0,1,255,0,1,254, 0,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 255,255,255,255,0,0,0,0,255,255,0,0,255,255,255,255, 0,0,0,0,255,255,255,0,0,0,255,255,0,0,255,0, 0,0,255,255,255,255,0,0,255,255,0,0,255,255,0,0, 255,255,0,0,255,0,0,255,255,255,0,0,255,0,0,255, 0,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, }; openh323_v1_18_0/src/vic/config.h0100644000176200056700000000353207551211273016624 0ustar releasepostincr/************ Change log * * $Log: config.h,v $ * Revision 1.11 2002/10/10 05:40:11 robertj * VxWorks port, thanks Martijn Roest * * Revision 1.10 2002/06/13 09:54:43 craigs * Removed iostream.h to reduce gcc incompatibilities * * Revision 1.9 2002/05/03 08:21:17 rogerh * Only use the 64 bit h.261 codec on little endian machines. (see dct.cxx) * Submitted by andi * * Revision 1.8 2002/04/26 04:57:41 dereks * Add Walter Whitlocks fixes, based on Victor Ivashim's suggestions to * improve the quality with Netmeeting. Thanks guys!!!! * * Revision 1.7 2002/04/05 00:53:19 dereks * Modify video frame encoding so that frame is encoded on an incremental basis. * Thanks to Walter Whitlock - good work. * * Revision 1.6 2001/09/26 02:00:09 robertj * Changed to use MSVC and GNU compiler built in 64 bit integer. * * Revision 1.5 2001/05/16 06:30:29 yurik * INT_64 is defined here * * Revision 1.4 2001/05/10 14:21:34 craigs * Added BYTE, as ptlib.h has been removed * * Revision 1.3 2001/05/10 05:25:44 robertj * Removed need for VIC code to use ptlib. * * Revision 1.2 2000/08/25 03:18:49 dereks * Add change log facility (Thanks Robert for the info on implementation) * * * ********/ #if defined(_WIN32) && !defined(WIN32) #define WIN32 #endif #include #include typedef unsigned char u_char; typedef unsigned short u_short; typedef unsigned int u_int; typedef unsigned char BYTE; /* * Largest (user-level) packet size generated by our rtp applications. * Individual video formats may use smaller mtu's. */ #define RTP_MTU 1024 #if defined(_MSC_VER) //#define INT_64 __int64 // uncomment for 64 bit word machines #elif defined(__GNUC__) #if PBYTE_ORDER == PLITTLE_ENDIAN // only use the 64 bit h.261 codec on little endian machines #define INT_64 long long #endif #endif openh323_v1_18_0/src/vic/crdef.h0100644000176200056700000000736407634302003016443 0ustar releasepostincr/* crdef.h (c) 1999-2000 Derek J Smithies (dereks@ibm.net) * Indranet Technologies ltd (lara@indranet.co.nz) * * This file is derived from vic, http://www-nrg.ee.lbl.gov/vic/ * Their copyright notice is below. */ /* * Copyright (c) 1993-1994 Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of * California, Berkeley and the Network Research Group at * Lawrence Berkeley Laboratory. * 4. Neither the name of the University nor of the Laboratory may be used * to endorse or promote products derived from this software without * specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * */ /* * The bit definitions for the values stored in the conditional * replenishment vector. We use a variant of the algorithm used * in nv (which is very similar to the algorithms in many hardware * codecs) where we only send a block if it changes beyond some threshold * due to scene motion. In this case, we send it at a "low-quality" * to trade of quality for frame rate in areas of high motion. * We then age the block and after it hasn't changed for a few frames * we send a higher quality version. Finally, the process that scans * the background filling in blocks sends the highest quality version. * * A finite state machine defines the algorithm. When motion is detected, * the block is reset to state MOTION. On no motion, it is aged to AGE1, * AGE2, ... etc., until it reaches state AGEn (the age threshold), and * then it transitions to IDLE. If the background process finds a block * in the IDLE state, it can promote it to the BG state. On the next * frame, it reverts to the IDLE state. * * Blocks are transmitted only in the MOTION, AGEn, and BG state, * at low, medium, and high quality, respectively. The high bit * is reserved to indicate the block is in one of these states * and should be sent. */ /************ Change log * * $Log: crdef.h,v $ * Revision 1.3 2003/03/14 07:25:55 robertj * Removed $header keyword so is not different on alternate repositories * * Revision 1.2 2000/08/25 03:18:49 dereks * Add change log facility (Thanks Robert for the info on implementation) * * * ********/ #define CR_MOTION 0 #define CR_AGETHRESH 31 #define CR_IDLE 0x40 #define CR_BG 0x41 #define CR_SEND 0x80 #define CR_STATE(s) ((s) & 0x7f) openh323_v1_18_0/src/vic/dct.cxx0100644000176200056700000007732407634302003016510 0ustar releasepostincr/* * Copyright (c) 1994 Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the Network Research * Group at Lawrence Berkeley Laboratory. * 4. Neither the name of the University nor of the Laboratory may be used * to endorse or promote products derived from this software without * specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ /************ Change log * * $Log: dct.cxx,v $ * Revision 1.14 2003/03/14 07:25:55 robertj * Removed $header keyword so is not different on alternate repositories * * Revision 1.13 2002/10/24 21:05:26 dereks * Fix compile time warning. * * Revision 1.12 2002/05/17 01:47:33 dereks * backout the integer maths in the h261 codec. * * Revision 1.11 2002/02/15 03:54:31 yurik * Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com * * Revision 1.10 2001/10/24 20:24:32 dereks * Remove green stripes under windows for INT_64. Thanks to Robert Lupa. * * Revision 1.9 2001/10/17 03:52:39 robertj * Fixed MSVC compatibility * * Revision 1.8 2001/10/17 01:54:36 yurik * Fixed clash with CE includes for INT32 type * * Revision 1.7 2001/10/16 23:51:42 dereks * Change vic's fdct() from floating-point to fix-point. Improves performance * for h261 video significantly on some machines. Thanks to Cosmos Jiang * * Revision 1.6 2001/10/16 21:20:07 yurik * Removed warnings on Windows CE. Submitted by Jehan Bing, jehan@bravobrava.com * * Revision 1.3 2000/12/19 22:22:34 dereks * Remove connection to grabber-OS.cxx files. grabber-OS.cxx files no longer used. * Video data is now read from a video channel, using the pwlib classes. * * Revision 1.2 2000/08/25 03:18:49 dereks * Add change log facility (Thanks Robert for the info on implementation) * * * ********/ #include #include "bsd-endian.h" #include "dct.h" /* * Macros for fix-point (integer) arithmetic. FP_NBITS gives the number * of binary digits past the decimal point. FP_MUL computes the product * of two fixed point numbers. A fixed point number and an integer * can be directly multiplied to give a fixed point number. FP_SCALE * converts a floating point number to fixed point (and is used only * at startup, not by the dct engine). FP_NORM converts a fixed * point number to scalar by rounding to the closest integer. * FP_JNORM is similar except it folds the jpeg bias of 128 into the * rounding addition. */ #define FP_NBITS 15 #define FP_MUL(a, b) ((((a) >> 5) * ((b) >> 5)) >> (FP_NBITS - 10)) #define FP_SCALE(v) (int)((double)(v) * double(1 << FP_NBITS) + 0.5) #define FP_NORM(v) (((v) + (1 << (FP_NBITS-1))) >> FP_NBITS) #define FP_JNORM(v) (((v) + (257 << (FP_NBITS-1))) >> FP_NBITS) #define M(n) ((m0 >> (n)) & 1) /* * This macro stolen from nv. */ /* Sick little macro which will limit x to [0..255] with logical ops */ #define LIMIT8(x, t) ((t = (x)), (t &= ~(t>>31)), (t | ~((t-256) >> 31))) #define LIMIT(x, t) (LIMIT8((x), t) & 0xff) /* row order */ const u_char ROWZAG[] = { 0, 1, 8, 16, 9, 2, 3, 10, 17, 24, 32, 25, 18, 11, 4, 5, 12, 19, 26, 33, 40, 48, 41, 34, 27, 20, 13, 6, 7, 14, 21, 28, 35, 42, 49, 56, 57, 50, 43, 36, 29, 22, 15, 23, 30, 37, 44, 51, 58, 59, 52, 45, 38, 31, 39, 46, 53, 60, 61, 54, 47, 55, 62, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; /* column order */ const u_char COLZAG[] = { 0, 8, 1, 2, 9, 16, 24, 17, 10, 3, 4, 11, 18, 25, 32, 40, 33, 26, 19, 12, 5, 6, 13, 20, 27, 34, 41, 48, 56, 49, 42, 35, 28, 21, 14, 7, 15, 22, 29, 36, 43, 50, 57, 58, 51, 44, 37, 30, 23, 31, 38, 45, 52, 59, 60, 53, 46, 39, 47, 54, 61, 62, 55, 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; #define A1 FP_SCALE(0.7071068) #define A2 FP_SCALE(0.5411961) #define A3 A1 #define A4 FP_SCALE(1.3065630) #define A5 FP_SCALE(0.3826834) #define FA1 (0.707106781f) #define FA2 (0.541196100f) #define FA3 FA1 #define FA4 (1.306562965f) #define FA5 (0.382683433f) #ifdef B0 #undef B0 #endif /* * these magic numbers are scaling factors for each coef of the 1-d * AA&N DCT. The scale factor for coef 0 is 1 and coef 1<=n<=7 is * cos(n*PI/16)*sqrt(2). There is also a normalization of sqrt(8). * Formally you divide by the scale factor but we multiply by the * inverse because it's faster. So the numbers below are the inverse * of what was just described. */ #define B0 0.35355339059327376220 #define B1 0.25489778955207958447 #define B2 0.27059805007309849220 #define B3 0.30067244346752264027 #define B4 0.35355339059327376220 #define B5 0.44998811156820785231 #define B6 0.65328148243818826392 #define B7 1.28145772387075308943 /* * Output multipliers for AA&N DCT * (i.e., first stage multipliers for inverse DCT). */ static const double first_stage[8] = { B0, B1, B2, B3, B4, B5, B6, B7, }; /* * The first_stage array crossed with itself. This allows us * to embed the first stage multipliers of the row pass by * computing scaled versions of the columns. */ static const int cross_stage[64] = { FP_SCALE(B0 * B0), FP_SCALE(B0 * B1), FP_SCALE(B0 * B2), FP_SCALE(B0 * B3), FP_SCALE(B0 * B4), FP_SCALE(B0 * B5), FP_SCALE(B0 * B6), FP_SCALE(B0 * B7), FP_SCALE(B1 * B0), FP_SCALE(B1 * B1), FP_SCALE(B1 * B2), FP_SCALE(B1 * B3), FP_SCALE(B1 * B4), FP_SCALE(B1 * B5), FP_SCALE(B1 * B6), FP_SCALE(B1 * B7), FP_SCALE(B2 * B0), FP_SCALE(B2 * B1), FP_SCALE(B2 * B2), FP_SCALE(B2 * B3), FP_SCALE(B2 * B4), FP_SCALE(B2 * B5), FP_SCALE(B2 * B6), FP_SCALE(B2 * B7), FP_SCALE(B3 * B0), FP_SCALE(B3 * B1), FP_SCALE(B3 * B2), FP_SCALE(B3 * B3), FP_SCALE(B3 * B4), FP_SCALE(B3 * B5), FP_SCALE(B3 * B6), FP_SCALE(B3 * B7), FP_SCALE(B4 * B0), FP_SCALE(B4 * B1), FP_SCALE(B4 * B2), FP_SCALE(B4 * B3), FP_SCALE(B4 * B4), FP_SCALE(B4 * B5), FP_SCALE(B4 * B6), FP_SCALE(B4 * B7), FP_SCALE(B5 * B0), FP_SCALE(B5 * B1), FP_SCALE(B5 * B2), FP_SCALE(B5 * B3), FP_SCALE(B5 * B4), FP_SCALE(B5 * B5), FP_SCALE(B5 * B6), FP_SCALE(B5 * B7), FP_SCALE(B6 * B0), FP_SCALE(B6 * B1), FP_SCALE(B6 * B2), FP_SCALE(B6 * B3), FP_SCALE(B6 * B4), FP_SCALE(B6 * B5), FP_SCALE(B6 * B6), FP_SCALE(B6 * B7), FP_SCALE(B7 * B0), FP_SCALE(B7 * B1), FP_SCALE(B7 * B2), FP_SCALE(B7 * B3), FP_SCALE(B7 * B4), FP_SCALE(B7 * B5), FP_SCALE(B7 * B6), FP_SCALE(B7 * B7), }; static const float f_cross_stage[64] = { (float)(B0 * B0), (float)(B0 * B1), (float)(B0 * B2), (float)(B0 * B3), (float)(B0 * B4), (float)(B0 * B5), (float)(B0 * B6), (float)(B0 * B7), (float)(B1 * B0), (float)(B1 * B1), (float)(B1 * B2), (float)(B1 * B3), (float)(B1 * B4), (float)(B1 * B5), (float)(B1 * B6), (float)(B1 * B7), (float)(B2 * B0), (float)(B2 * B1), (float)(B2 * B2), (float)(B2 * B3), (float)(B2 * B4), (float)(B2 * B5), (float)(B2 * B6), (float)(B2 * B7), (float)(B3 * B0), (float)(B3 * B1), (float)(B3 * B2), (float)(B3 * B3), (float)(B3 * B4), (float)(B3 * B5), (float)(B3 * B6), (float)(B3 * B7), (float)(B4 * B0), (float)(B4 * B1), (float)(B4 * B2), (float)(B4 * B3), (float)(B4 * B4), (float)(B4 * B5), (float)(B4 * B6), (float)(B4 * B7), (float)(B5 * B0), (float)(B5 * B1), (float)(B5 * B2), (float)(B5 * B3), (float)(B5 * B4), (float)(B5 * B5), (float)(B5 * B6), (float)(B5 * B7), (float)(B6 * B0), (float)(B6 * B1), (float)(B6 * B2), (float)(B6 * B3), (float)(B6 * B4), (float)(B6 * B5), (float)(B6 * B6), (float)(B6 * B7), (float)(B7 * B0), (float)(B7 * B1), (float)(B7 * B2), (float)(B7 * B3), (float)(B7 * B4), (float)(B7 * B5), (float)(B7 * B6), (float)(B7 * B7), }; /* * Map a quantization table in natural, row-order, * into the qt input expected by rdct(). */ void rdct_fold_q(const int* in, int* out) { for (int i = 0; i < 64; ++i) { /* * Fold column and row passes of the dct. * By scaling each column DCT independently, * we pre-bias all the row DCT's so the * first multiplier is already embedded * in the temporary result. Thanks to * Martin Vetterli for explaining how * to do this. */ double v = double(in[i]); v *= first_stage[i & 7]; v *= first_stage[i >> 3]; out[i] = FP_SCALE(v); } } /* * Just like rdct_fold_q() but we divide by the quantizer. */ void fdct_fold_q(const int* in, float* out) { for (int i = 0; i < 64; ++i) { double v = first_stage[i >> 3]; v *= first_stage[i & 7]; double q = double(in[i]); out[i] = v / q; } } void dcsum(int dc, u_char* in, u_char* out, int stride) { for (int k = 8; --k >= 0; ) { int t; #ifdef INT_64 /*XXX assume little-endian */ INT_64 i = *(INT_64*)in; INT_64 o = (INT_64)LIMIT(dc + (int)(i >> 56 & 0xff), t) << 56; o |= (INT_64)LIMIT(dc + (int)(i >> 48 & 0xff), t) << 48; o |= (INT_64)LIMIT(dc + (int)(i >> 40 & 0xff), t) << 40; o |= (INT_64)LIMIT(dc + (int)(i >> 32 & 0xff), t) << 32; o |= (INT_64)LIMIT(dc + (int)(i >> 24 & 0xff), t) << 24; o |= (INT_64)LIMIT(dc + (int)(i >> 16 & 0xff), t) << 16; o |= (INT_64)LIMIT(dc + (int)(i >> 8 & 0xff), t) << 8; o |= (INT_64)LIMIT(dc + (int)(i & 0xff), t); *(INT_64*)out = o; #else u_int o = 0; u_int i = *(u_int*)in; SPLICE(o, LIMIT(dc + EXTRACT(i, 24), t), 24); SPLICE(o, LIMIT(dc + EXTRACT(i, 16), t), 16); SPLICE(o, LIMIT(dc + EXTRACT(i, 8), t), 8); SPLICE(o, LIMIT(dc + EXTRACT(i, 0), t), 0); *(u_int*)out = o; o = 0; i = *(u_int*)(in + 4); SPLICE(o, LIMIT(dc + EXTRACT(i, 24), t), 24); SPLICE(o, LIMIT(dc + EXTRACT(i, 16), t), 16); SPLICE(o, LIMIT(dc + EXTRACT(i, 8), t), 8); SPLICE(o, LIMIT(dc + EXTRACT(i, 0), t), 0); *(u_int*)(out + 4) = o; #endif in += stride; out += stride; } } void dcsum2(int dc, u_char* in, u_char* out, int stride) { for (int k = 8; --k >= 0; ) { int t; u_int o = 0; SPLICE(o, LIMIT(dc + in[0], t), 24); SPLICE(o, LIMIT(dc + in[1], t), 16); SPLICE(o, LIMIT(dc + in[2], t), 8); SPLICE(o, LIMIT(dc + in[3], t), 0); *(u_int*)out = o; o = 0; SPLICE(o, LIMIT(dc + in[4], t), 24); SPLICE(o, LIMIT(dc + in[5], t), 16); SPLICE(o, LIMIT(dc + in[6], t), 8); SPLICE(o, LIMIT(dc + in[7], t), 0); *(u_int*)(out + 4) = o; in += stride; out += stride; } } void dcfill(int DC, u_char* out, int stride) { int t; u_int dc = DC; dc = LIMIT(dc, t); dc |= dc << 8; dc |= dc << 16; #ifdef INT_64 INT_64 xdc = dc; xdc |= xdc << 32; *(INT_64 *)out = xdc; out += stride; *(INT_64 *)out = xdc; out += stride; *(INT_64 *)out = xdc; out += stride; *(INT_64 *)out = xdc; out += stride; *(INT_64 *)out = xdc; out += stride; *(INT_64 *)out = xdc; out += stride; *(INT_64 *)out = xdc; out += stride; *(INT_64 *)out = xdc; #else *(u_int*)out = dc; *(u_int*)(out + 4) = dc; out += stride; *(u_int*)out = dc; *(u_int*)(out + 4) = dc; out += stride; *(u_int*)out = dc; *(u_int*)(out + 4) = dc; out += stride; *(u_int*)out = dc; *(u_int*)(out + 4) = dc; out += stride; *(u_int*)out = dc; *(u_int*)(out + 4) = dc; out += stride; *(u_int*)out = dc; *(u_int*)(out + 4) = dc; out += stride; *(u_int*)out = dc; *(u_int*)(out + 4) = dc; out += stride; *(u_int*)out = dc; *(u_int*)(out + 4) = dc; #endif } /* * This routine mixes the DC & AC components of an 8x8 block of * pixels. This routine is called for every block decoded so it * needs to be efficient. It tries to do as many pixels in parallel * as will fit in a word. The one complication is that it has to * deal with overflow (sum > 255) and underflow (sum < 0). Underflow * & overflow are only possible if both terms have the same sign and * are indicated by the result having a different sign than the terms. * Note that underflow is more worrisome than overflow since it results * in bright white dots in a black field. * The DC term and sum are biased by 128 so a negative number has the * 2^7 bit = 0. The AC term is not biased so a negative number has * the 2^7 bit = 1. So underflow is indicated by (DC & AC & sum) != 0; */ #define MIX_LOGIC(sum, a, b, omask, uflo) \ { \ sum = a + b; \ uflo = (a ^ b) & (a ^ sum) & omask; \ if (uflo) { \ if ((b = uflo & a) != 0) { \ /* integer overflows */ \ b |= b >> 1; \ b |= b >> 2; \ b |= b >> 4; \ sum |= b; \ } \ if ((uflo &=~ b) != 0) { \ /* integer underflow(s) */ \ uflo |= uflo >> 1; \ uflo |= uflo >> 2; \ uflo |= uflo >> 4; \ sum &= ~uflo; \ } \ } \ } /* * Table of products of 8-bit scaled coefficients * and idct coefficients (there are only 33 unique * coefficients so we index via a compact ID). */ extern "C" u_char multab[]; /* * Array of coefficient ID's used to index multab. */ extern "C" u_int dct_basis[64][64 / sizeof(u_int)]; /*XXX*/ #define LIMIT_512(s) ((s) > 511 ? 511 : (s) < -512 ? -512 : (s)) void bv_rdct1(int dc, short* bp, int acx, u_char* out, int stride) { u_int omask = 0x80808080; u_int uflo; u_int* vp = dct_basis[acx]; int s = LIMIT_512(bp[acx]); s = (s >> 2) & 0xff; /* 66 unique coefficients require 7 bits */ char* mt = (char*)&multab[s << 7]; dc |= dc << 8; dc |= dc << 16; for (int k = 8; --k >= 0; ) { u_int v = *vp++; u_int m = mt[v >> 24] << SHIFT(24) | mt[v >> 16 & 0xff] << SHIFT(16) | mt[v >> 8 & 0xff] << SHIFT(8) | mt[v & 0xff] << SHIFT(0); MIX_LOGIC(v, dc, m, omask, uflo); *(u_int*)out = v; v = *vp++; m = mt[v >> 24] << SHIFT(24) | mt[v >> 16 & 0xff] << SHIFT(16) | mt[v >> 8 & 0xff] << SHIFT(8) | mt[v & 0xff] << SHIFT(0); MIX_LOGIC(v, dc, m, omask, uflo); *(u_int*)(out + 4) = v; out += stride; } } /* XXX this version has to be exact */ void bv_rdct2(int dc, short* bp, int ac0, u_char* in, u_char* out, int stride) { int s0 = LIMIT_512(bp[ac0]); s0 = (s0 >> 2) & 0xff; /* 66 unique coefficients require 7 bits */ const char* mt = (const char*)&multab[s0 << 7]; const u_int* vp0 = dct_basis[ac0]; dc |= dc << 8; dc |= dc << 16; u_int omask = 0x80808080; u_int uflo; for (int k = 8; --k >= 0; ) { u_int v, m, i; v = *vp0++; m = mt[v >> 24] << SHIFT(24) | mt[v >> 16 & 0xff] << SHIFT(16) | mt[v >> 8 & 0xff] << SHIFT(8) | mt[v & 0xff] << SHIFT(0); MIX_LOGIC(v, dc, m, omask, uflo); i = in[0] << SHIFT(24) | in[1] << SHIFT(16) | in[2] << SHIFT(8) | in[3] << SHIFT(0); MIX_LOGIC(m, i, v, omask, uflo); *(u_int*)out = m; v = *vp0++; m = mt[v >> 24] << SHIFT(24) | mt[v >> 16 & 0xff] << SHIFT(16) | mt[v >> 8 & 0xff] << SHIFT(8) | mt[v & 0xff] << SHIFT(0); MIX_LOGIC(v, dc, m, omask, uflo); i = in[4] << SHIFT(24) | in[5] << SHIFT(16) | in[6] << SHIFT(8) | in[7] << SHIFT(0); MIX_LOGIC(m, i, v, omask, uflo); *(u_int*)(out + 4) = m; out += stride; in += stride; } } /* XXX this version has to be exact */ void bv_rdct3(int dc, short* bp, int ac0, int ac1, u_char* in, u_char* out, int stride) { int s0 = LIMIT_512(bp[ac0]); s0 = (s0 >> 2) & 0xff; /* 66 unique coefficients require 7 bits */ char* mt0 = (char*)&multab[s0 << 7]; int s1 = LIMIT_512(bp[ac1]); s1 = (s1 >> 2) & 0xff; char* mt1 = (char*)&multab[s1 << 7]; u_int* vp0 = dct_basis[ac0]; u_int* vp1 = dct_basis[ac1]; for (int k = 8; --k >= 0; ) { int t; u_int v0 = *vp0++; u_int v1 = *vp1++; s0 = mt0[v0 >> 24] + mt1[v1 >> 24] + in[0] + dc; u_int m = LIMIT(s0, t) << SHIFT(24); s0 = mt0[v0 >> 16 & 0xff] + mt1[v1 >> 16 & 0xff] + in[1] + dc; m |= LIMIT(s0, t) << SHIFT(16); s0 = mt0[v0 >> 8 & 0xff] + mt1[v1 >> 8 & 0xff] + in[2] + dc; m |= LIMIT(s0, t) << SHIFT(8); s0 = mt0[v0 & 0xff] + mt1[v1 & 0xff] + in[3] + dc; m |= LIMIT(s0, t) << SHIFT(0); *(u_int*)out = m; v0 = *vp0++; v1 = *vp1++; s0 = mt0[v0 >> 24] + mt1[v1 >> 24] + in[4] + dc; m = 0; m |= LIMIT(s0, t) << SHIFT(24); s0 = mt0[v0 >> 16 & 0xff] + mt1[v1 >> 16 & 0xff] + in[5] + dc; m |= LIMIT(s0, t) << SHIFT(16); s0 = mt0[v0 >> 8 & 0xff] + mt1[v1 >> 8 & 0xff] + in[6] + dc; m |= LIMIT(s0, t) << SHIFT(8); s0 = mt0[v0 & 0xff] + mt1[v1 & 0xff] + in[7] + dc; m |= LIMIT(s0, t) << SHIFT(0); *(u_int*)(out + 4) = m; out += stride; in += stride; } } #ifdef INT_64 /*XXX assume little-endian */ #define PSPLICE(v, n) pix |= (INT_64)(v) << ((n)*8) #define DID4PIX #define PSTORE ((INT_64*)p)[0] = pix #define PIXDEF INT_64 pix = 0; int v, oflo = 0 #else #define PSPLICE(v, n) SPLICE(pix, (v), (3 - ((n)&3)) * 8) #define DID4PIX pix0 = pix; pix = 0 #define PSTORE ((u_int*)p)[0] = pix0; ((u_int*)p)[1] = pix #define PIXDEF u_int pix0, pix = 0; int v, oflo = 0 #endif #define DOJPIX(val, n) v = FP_JNORM(val); oflo |= v; PSPLICE(v, n) #define DOJPIXLIMIT(val, n) PSPLICE(LIMIT(FP_JNORM(val),t), n) #define DOPIX(val, n) v = FP_NORM(val); oflo |= v; PSPLICE(v, n) #define DOPIXLIMIT(val, n) PSPLICE(LIMIT(FP_NORM(val),t), n) #define DOPIXIN(val, n) v = FP_NORM(val) + in[n]; oflo |= v; PSPLICE(v, n) #define DOPIXINLIMIT(val, n) PSPLICE(LIMIT(FP_NORM(val) + in[n], t), n) /* * A 2D Inverse DCT based on a column-row decomposition using * Arai, Agui, and Nakajmia's 8pt 1D Inverse DCT, from Fig. 4-8 * Pennebaker & Mitchell (i.e., the pink JPEG book). This figure * is the forward transform; reverse the flowgraph for the inverse * (you need to draw a picture). The outputs are DFT coefficients * and need to be scaled according to Eq [4-3]. * * The input coefficients are, counter to tradition, in column-order. * The bit mask indicates which coefficients are non-zero. If the * corresponding bit is zero, then the coefficient is assumed zero * and the input coefficient is not referenced and need not be defined. * The 8-bit outputs are computed in row order and placed in the * output array pointed to by p, with each of the eight 8-byte lines * offset by "stride" bytes. * * qt is the inverse quantization table in column order. These * coefficients are the product of the inverse quantization factor, * specified by the jpeg quantization table, and the first multiplier * in the inverse DCT flow graph. This first multiplier is actually * biased by the row term so that the columns are pre-scaled to * eliminate the first row multiplication stage. * * The output is biased by 128, i.e., [-128,127] is mapped to [0,255], * which is relevant to jpeg. */ void #ifdef INT_64 rdct(register short *bp, INT_64 m0, u_char* p, int stride, const int* qt) #else rdct(register short *bp, u_int m0, u_int m1, u_char* p, int stride, const int* qt) #endif { /* * First pass is 1D transform over the columns. Note that * the coefficients are stored in column order, so even * though we're accessing the columns, we access them * in a row-like fashion. We use a column-row decomposition * instead of a row-column decomposition so we can splice * pixels in an efficient, row-wise order in the second * stage. * * The inverse quantization is folded together with the * first stage multiplier. This reduces the number of * multiplies (per 8-pt transform) from 11 to 5 (ignoring * the inverse quantization which must be done anyway). * * Because we compute appropriately scaled column DCTs, * the row DCTs require only 5 multiplies per row total. * So the total number of multiplies for the 8x8 DCT is 80 * (ignoring the checks for zero coefficients). */ int tmp[64]; int* tp = tmp; int i; for (i = 8; --i >= 0; ) { if ((m0 & 0xfe) == 0) { /* AC terms all zero */ int v = M(0) ? qt[0] * bp[0] : 0; tp[0] = v; tp[1] = v; tp[2] = v; tp[3] = v; tp[4] = v; tp[5] = v; tp[6] = v; tp[7] = v; } else { int t0, t1, t2, t3, t4, t5, t6, t7; if ((m0 & 0xaa) == 0) t4 = t5 = t6 = t7 = 0; else { t0 = M(5) ? qt[5] * bp[5] : 0; t2 = M(1) ? qt[1] * bp[1] : 0; t6 = M(7) ? qt[7] * bp[7] : 0; t7 = M(3) ? qt[3] * bp[3] : 0; t4 = t0 - t7; t1 = t2 + t6; t6 = t2 - t6; t7 += t0; t5 = t1 - t7; t7 += t1; t2 = FP_MUL(-A5, t4 + t6); t4 = FP_MUL(-A2, t4); t0 = t4 + t2; t1 = FP_MUL(A3, t5); t2 += FP_MUL(A4, t6); t4 = -t0; t5 = t1 - t0; t6 = t1 + t2; t7 += t2; } #ifdef notdef if ((m0 & 0x55) == 0) t0 = t1 = t2 = t3 = 0; else { #endif t0 = M(0) ? qt[0] * bp[0] : 0; t1 = M(4) ? qt[4] * bp[4] : 0; int x0 = t0 + t1; int x1 = t0 - t1; t0 = M(2) ? qt[2] * bp[2] : 0; t3 = M(6) ? qt[6] * bp[6] : 0; t2 = t0 - t3; t3 += t0; t2 = FP_MUL(A1, t2); t3 += t2; t0 = x0 + t3; t1 = x1 + t2; t2 = x1 - t2; t3 = x0 - t3; #ifdef notdef } #endif tp[0] = t0 + t7; tp[7] = t0 - t7; tp[1] = t1 + t6; tp[6] = t1 - t6; tp[2] = t2 + t5; tp[5] = t2 - t5; tp[3] = t3 + t4; tp[4] = t3 - t4; } tp += 8; bp += 8; qt += 8; m0 >>= 8; #ifndef INT_64 m0 |= m1 << 24; m1 >>= 8; #endif } tp -= 64; /* * Second pass is 1D transform over the rows. Note that * the coefficients are stored in column order, so even * though we're accessing the rows, we access them * in a column-like fashion. * * The pass above already computed the first multiplier * in the flow graph. */ for (i = 8; --i >= 0; ) { int t0, t1, t2, t3, t4, t5, t6, t7; t0 = tp[8*5]; t2 = tp[8*1]; t6 = tp[8*7]; t7 = tp[8*3]; #ifdef notdef if ((t0 | t2 | t6 | t7) == 0) { t4 = t5 = 0; } else #endif { t4 = t0 - t7; t1 = t2 + t6; t6 = t2 - t6; t7 += t0; t5 = t1 - t7; t7 += t1; t2 = FP_MUL(-A5, t4 + t6); t4 = FP_MUL(-A2, t4); t0 = t4 + t2; t1 = FP_MUL(A3, t5); t2 += FP_MUL(A4, t6); t4 = -t0; t5 = t1 - t0; t6 = t1 + t2; t7 += t2; } t0 = tp[8*0]; t1 = tp[8*4]; int x0 = t0 + t1; int x1 = t0 - t1; t0 = tp[8*2]; t3 = tp[8*6]; t2 = t0 - t3; t3 += t0; t2 = FP_MUL(A1, t2); t3 += t2; t0 = x0 + t3; t1 = x1 + t2; t2 = x1 - t2; t3 = x0 - t3; PIXDEF; DOJPIX(t0 + t7, 0); DOJPIX(t1 + t6, 1); DOJPIX(t2 + t5, 2); DOJPIX(t3 + t4, 3); DID4PIX; DOJPIX(t3 - t4, 4); DOJPIX(t2 - t5, 5); DOJPIX(t1 - t6, 6); DOJPIX(t0 - t7, 7); if (oflo & ~0xff) { int t; pix = 0; DOJPIXLIMIT(t0 + t7, 0); DOJPIXLIMIT(t1 + t6, 1); DOJPIXLIMIT(t2 + t5, 2); DOJPIXLIMIT(t3 + t4, 3); DID4PIX; DOJPIXLIMIT(t3 - t4, 4); DOJPIXLIMIT(t2 - t5, 5); DOJPIXLIMIT(t1 - t6, 6); DOJPIXLIMIT(t0 - t7, 7); } PSTORE; ++tp; p += stride; } } /* * Inverse 2-D transform, similar to routine above (see comment above), * but more appropriate for H.261 instead of JPEG. This routine does * not bias the output by 128, and has an additional argument which is * an input array which gets summed together with the inverse-transform. * For example, this allows motion-compensation to be folded in here, * saving an extra traversal of the block. The input pointer can be * null, if motion-compensation is not needed. * * This routine does not take a quantization table, since the H.261 * inverse quantizer is easily implemented via table lookup in the decoder. */ void #ifdef INT_64 rdct(register short *bp, INT_64 m0, u_char* p, int stride, const u_char* in) #else rdct(register short *bp, u_int m0, u_int m1, u_char* p, int stride, const u_char *in) #endif { int tmp[64]; int* tp = tmp; const int* qt = cross_stage; /* * First pass is 1D transform over the rows of the input array. */ int i; for (i = 8; --i >= 0; ) { if ((m0 & 0xfe) == 0) { /* * All ac terms are zero. */ int v = 0; if (M(0)) v = qt[0] * bp[0]; tp[0] = v; tp[1] = v; tp[2] = v; tp[3] = v; tp[4] = v; tp[5] = v; tp[6] = v; tp[7] = v; } else { int t4 = 0, t5 = 0, t6 = 0, t7 = 0; if (m0 & 0xaa) { /* odd part */ if (M(1)) t4 = qt[1] * bp[1]; if (M(3)) t5 = qt[3] * bp[3]; if (M(5)) t6 = qt[5] * bp[5]; if (M(7)) t7 = qt[7] * bp[7]; int x0 = t6 - t5; t6 += t5; int x1 = t4 - t7; t7 += t4; t5 = FP_MUL(t7 - t6, A3); t7 += t6; t4 = FP_MUL(x1 + x0, A5); t6 = FP_MUL(x1, A4) - t4; t4 += FP_MUL(x0, A2); t7 += t6; t6 += t5; t5 += t4; } int t0 = 0, t1 = 0, t2 = 0, t3 = 0; if (m0 & 0x55) { /* even part */ if (M(0)) t0 = qt[0] * bp[0]; if (M(2)) t1 = qt[2] * bp[2]; if (M(4)) t2 = qt[4] * bp[4]; if (M(6)) t3 = qt[6] * bp[6]; int x0 = FP_MUL(t1 - t3, A1); t3 += t1; t1 = t0 - t2; t0 += t2; t2 = t3 + x0; t3 = t0 - t2; t0 += t2; t2 = t1 - x0; t1 += x0; } tp[0] = t0 + t7; tp[1] = t1 + t6; tp[2] = t2 + t5; tp[3] = t3 + t4; tp[4] = t3 - t4; tp[5] = t2 - t5; tp[6] = t1 - t6; tp[7] = t0 - t7; } qt += 8; tp += 8; bp += 8; m0 >>= 8; #ifndef INT_64 m0 |= m1 << 24; m1 >>= 8; #endif } tp -= 64; /* * Second pass is 1D transform over the rows of the temp array. */ for (i = 8; --i >= 0; ) { int t4 = tp[8*1]; int t5 = tp[8*3]; int t6 = tp[8*5]; int t7 = tp[8*7]; if ((t4|t5|t6|t7) != 0) { /* odd part */ int x0 = t6 - t5; t6 += t5; int x1 = t4 - t7; t7 += t4; t5 = FP_MUL(t7 - t6, A3); t7 += t6; t4 = FP_MUL(x1 + x0, A5); t6 = FP_MUL(x1, A4) - t4; t4 += FP_MUL(x0, A2); t7 += t6; t6 += t5; t5 += t4; } int t0 = tp[8*0]; int t1 = tp[8*2]; int t2 = tp[8*4]; int t3 = tp[8*6]; if ((t0|t1|t2|t3) != 0) { /* even part */ int x0 = FP_MUL(t1 - t3, A1); t3 += t1; t1 = t0 - t2; t0 += t2; t2 = t3 + x0; t3 = t0 - t2; t0 += t2; t2 = t1 - x0; t1 += x0; } if (in != 0) { PIXDEF; DOPIXIN(t0 + t7, 0); DOPIXIN(t1 + t6, 1); DOPIXIN(t2 + t5, 2); DOPIXIN(t3 + t4, 3); DID4PIX; DOPIXIN(t3 - t4, 4); DOPIXIN(t2 - t5, 5); DOPIXIN(t1 - t6, 6); DOPIXIN(t0 - t7, 7); if (oflo & ~0xff) { int t; pix = 0; DOPIXINLIMIT(t0 + t7, 0); DOPIXINLIMIT(t1 + t6, 1); DOPIXINLIMIT(t2 + t5, 2); DOPIXINLIMIT(t3 + t4, 3); DID4PIX; DOPIXINLIMIT(t3 - t4, 4); DOPIXINLIMIT(t2 - t5, 5); DOPIXINLIMIT(t1 - t6, 6); DOPIXINLIMIT(t0 - t7, 7); } PSTORE; in += stride; } else { PIXDEF; DOPIX(t0 + t7, 0); DOPIX(t1 + t6, 1); DOPIX(t2 + t5, 2); DOPIX(t3 + t4, 3); DID4PIX; DOPIX(t3 - t4, 4); DOPIX(t2 - t5, 5); DOPIX(t1 - t6, 6); DOPIX(t0 - t7, 7); if (oflo & ~0xff) { int t; pix = 0; DOPIXLIMIT(t0 + t7, 0); DOPIXLIMIT(t1 + t6, 1); DOPIXLIMIT(t2 + t5, 2); DOPIXLIMIT(t3 + t4, 3); DID4PIX; DOPIXLIMIT(t3 - t4, 4); DOPIXLIMIT(t2 - t5, 5); DOPIXLIMIT(t1 - t6, 6); DOPIXLIMIT(t0 - t7, 7); } PSTORE; } tp += 1; p += stride; } } /* * This macro does the combined descale-and-quantize * multiply. It truncates rather than rounds to give * the behavior required for the h.261 deadband quantizer. */ #define FWD_DandQ(v, iq) short((v) * qt[iq]) void fdct(const u_char* in, int stride, short* out, const float* qt) { float tmp[64]; float* tp = tmp; int i; for (i = 8; --i >= 0; ) { float x0, x1, x2, x3, t0, t1, t2, t3, t4, t5, t6, t7; t0 = float(in[0] + in[7]); t7 = float(in[0] - in[7]); t1 = float(in[1] + in[6]); t6 = float(in[1] - in[6]); t2 = float(in[2] + in[5]); t5 = float(in[2] - in[5]); t3 = float(in[3] + in[4]); t4 = float(in[3] - in[4]); /* even part */ x0 = t0 + t3; x2 = t1 + t2; tp[8*0] = x0 + x2; tp[8*4] = x0 - x2; x1 = t0 - t3; x3 = t1 - t2; t0 = (x1 + x3) * FA1; tp[8*2] = x1 + t0; tp[8*6] = x1 - t0; /* odd part */ x0 = t4 + t5; x1 = t5 + t6; x2 = t6 + t7; t3 = x1 * FA1; t4 = t7 - t3; t0 = (x0 - x2) * FA5; t1 = x0 * FA2 + t0; tp[8*3] = t4 - t1; tp[8*5] = t4 + t1; t7 += t3; t2 = x2 * FA4 + t0; tp[8*1] = t7 + t2; tp[8*7] = t7 - t2; in += stride; tp += 1; } tp -= 8; for (i = 8; --i >= 0; ) { float x0, x1, x2, x3, t0, t1, t2, t3, t4, t5, t6, t7; t0 = tp[0] + tp[7]; t7 = tp[0] - tp[7]; t1 = tp[1] + tp[6]; t6 = tp[1] - tp[6]; t2 = tp[2] + tp[5]; t5 = tp[2] - tp[5]; t3 = tp[3] + tp[4]; t4 = tp[3] - tp[4]; /* even part */ x0 = t0 + t3; x2 = t1 + t2; out[0] = FWD_DandQ(x0 + x2, 0); out[4] = FWD_DandQ(x0 - x2, 4); x1 = t0 - t3; x3 = t1 - t2; t0 = (x1 + x3) * FA1; out[2] = FWD_DandQ(x1 + t0, 2); out[6] = FWD_DandQ(x1 - t0, 6); /* odd part */ x0 = t4 + t5; x1 = t5 + t6; x2 = t6 + t7; t3 = x1 * FA1; t4 = t7 - t3; t0 = (x0 - x2) * FA5; t1 = x0 * FA2 + t0; out[3] = FWD_DandQ(t4 - t1, 3); out[5] = FWD_DandQ(t4 + t1, 5); t7 += t3; t2 = x2 * FA4 + t0; out[1] = FWD_DandQ(t7 + t2, 1); out[7] = FWD_DandQ(t7 - t2, 7); out += 8; tp += 8; qt += 8; } } /* * decimate the *rows* of the two input 8x8 DCT matrices into * a single output matrix. we decimate rows rather than * columns even though we want column decimation because * the DCTs are stored in column order. */ void dct_decimate(const short* in0, const short* in1, short* o) { for (int k = 0; k < 8; ++k) { int x00 = in0[0]; int x01 = in0[1]; int x02 = in0[2]; int x03 = in0[3]; int x10 = in1[0]; int x11 = in1[1]; int x12 = in1[2]; int x13 = in1[3]; #define X_N 4 #define X_5(v) ((v) << (X_N - 1)) #define X_25(v) ((v) << (X_N - 2)) #define X_125(v) ((v) << (X_N - 3)) #define X_0625(v) ((v) << (X_N - 4)) #define X_375(v) (X_25(v) + X_125(v)) #define X_625(v) (X_5(v) + X_125(v)) #define X_75(v) (X_5(v) + X_25(v)) #define X_6875(v) (X_5(v) + X_125(v) + X_0625(v)) #define X_1875(v) (X_125(v) + X_0625(v)) #define X_NORM(v) ((v) >> X_N) /* * 0.50000000 0.09011998 0.00000000 0.10630376 * 0.50000000 0.09011998 0.00000000 0.10630376 * 0.45306372 0.28832037 0.03732892 0.08667963 * -0.45306372 0.11942621 0.10630376 -0.06764951 * 0.00000000 0.49039264 0.17677670 0.00000000 * 0.00000000 -0.49039264 -0.17677670 0.00000000 * -0.15909482 0.34009707 0.38408888 0.05735049 * 0.15909482 0.43576792 -0.09011998 -0.13845632 * 0.00000000 -0.03732892 0.46193977 0.25663998 * 0.00000000 -0.03732892 0.46193977 0.25663998 * 0.10630376 -0.18235049 0.25663998 0.42361940 * -0.10630376 -0.16332037 -0.45306372 -0.01587282 * 0.00000000 0.00000000 -0.07322330 0.41573481 * 0.00000000 0.00000000 0.07322330 -0.41573481 * -0.09011998 0.13399123 -0.18766514 0.24442621 * 0.09011998 0.13845632 0.15909482 0.47539609 */ o[0] = X_NORM(X_5(x00 + x10) + X_0625(x01 + x11) + X_125(x03 + x13)); o[1] = X_NORM(X_5(x00 - x10) + X_25(x01) + X_0625(x03) + X_125(x11 + x12)); o[2] = X_NORM(X_5(x01 - x11) + X_1875(x02 + x12)); o[3] = X_NORM(X_1875(x10 - x00) + X_375(x01 + x02) + X_5(x11) - X_125(x13)); o[4] = X_NORM(X_5(x02 + x12) + X_25(x03 + x13)); o[5] = X_NORM(X_125(x00 - x10) - X_1875(x01 + x11) + X_25(x02) + X_5(x03 - x12)); o[6] = X_NORM(X_625(x12 - x02) + X_375(x03 + x13)); o[7] = X_NORM(X_125(x01 - x00 + x11 + x10 + x12) + X_1875(x02) + X_25(x03) + X_5(x13)); o += 8; in0 += 8; in1 += 8; } } openh323_v1_18_0/src/vic/dct.h0100644000176200056700000000742007634302003016123 0ustar releasepostincr/* * Copyright (c) 1994 Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the Network Research * Group at Lawrence Berkeley Laboratory. * 4. Neither the name of the University nor of the Laboratory may be used * to endorse or promote products derived from this software without * specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * */ /************ Change log * * $Log: dct.h,v $ * Revision 1.5 2003/03/14 07:25:55 robertj * Removed $header keyword so is not different on alternate repositories * * Revision 1.4 2002/05/17 01:47:33 dereks * backout the integer maths in the h261 codec. * * Revision 1.3 2001/10/14 21:48:45 dereks * Change vic's fdct() from floating-point to fix-point. Improves performance * for h261 video significantly on some machines. Thanks to Cosmos Jiang * * Revision 1.2 2000/08/25 03:18:49 dereks * Add change log facility (Thanks Robert for the info on implementation) * * * ********/ /* * Ck = cos(k pi / 16) * Sk = sin(k pi / 16) */ #define C1 0.98078528 #define C2 0.92387953 #define C3 0.83146961 #define C4 0.70710678 #define C5 0.55557023 #define C6 0.38268343 #define C7 0.19509032 #define S1 C7 #define S3 C5 #define S6 C2 #define C_1 C1 #define S_1 (-S1) #define C_3 C3 #define S_3 (-S3) void fdct(const u_char* in, int stride, short* out, const float* qt); void bv_rdct1(int dc, short* blk, int ac0, u_char* out, int stride); void bv_rdct2(int dc, short* blk, int ac0, u_char* in, u_char* out, int stride); void bv_rdct3(int dc, short* blk, int ac0, int ac1, u_char* in, u_char* out, int stride); #ifdef INT_64 void rdct(short* coef, INT_64 mask, u_char* out, int stride, const int* qt); void rdct(short* coef, INT_64 mask, u_char* out, int stride, const u_char* in); #else void rdct(short* coef, u_int m0, u_int m1, u_char* out, int stride, const int* qt); void rdct(short* coef, u_int m0, u_int m1, u_char* out, int stride, const u_char* in); #endif void dcfill(int dc, u_char* out, int stride); void dcsum(int dc, u_char* in, u_char* out, int stride); void dcsum2(int dc, u_char* in, u_char* out, int stride); void dct_decimate(const short* in0, const short* in1, short* out); /*XXX*/ void rdct_fold_q(const int* in, int* qt); void fdct_fold_q(const int* in, float* qt); extern const u_char ROWZAG[]; extern const u_char COLZAG[]; /*XXX*/ extern void j_fwd_dct (short* data); openh323_v1_18_0/src/vic/encoder-h261.cxx0100644000176200056700000006261210042614757020036 0ustar releasepostincr/*encoder-h261.cc (c) 1999-2000 Derek J Smithies (dereks@ibm.net) * Indranet Technologies ltd (lara@indranet.co.nz) * * This file is derived from vic, http://www-nrg.ee.lbl.gov/vic/ * Their copyright notice is below. */ /* * Copyright (c) 1994-1995 The Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of * California, Berkeley and the Network Research Group at * Lawrence Berkeley Laboratory. * 4. Neither the name of the University nor of the Laboratory may be used * to endorse or promote products derived from this software without * specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ /************ Change log * * $Log: encoder-h261.cxx,v $ * Revision 1.20 2004/04/25 01:52:47 rjongbloed * Fixed GCC 3.4 warnings * * Revision 1.19 2003/03/14 07:25:55 robertj * Removed $header keyword so is not different on alternate repositories * * Revision 1.18 2003/02/10 00:33:02 robertj * Removed code for redundent class and constructor. * * Revision 1.17 2002/05/17 01:47:33 dereks * backout the integer maths in the h261 codec. * * Revision 1.16 2002/04/05 00:53:19 dereks * Modify video frame encoding so that frame is encoded on an incremental basis. * Thanks to Walter Whitlock - good work. * * Revision 1.15 2001/10/14 21:48:45 dereks * Change vic's fdct() from floating-point to fix-point. Improves performance * for h261 video significantly on some machines. Thanks to Cosmos Jiang * * Revision 1.14 2001/05/10 05:25:44 robertj * Removed need for VIC code to use ptlib. * * Revision 1.13 2001/04/20 02:55:27 robertj * Fixed MSVC warning. * * Revision 1.12 2001/04/20 02:16:53 robertj * Removed GNU C++ warnings. * * Revision 1.11 2001/04/06 12:49:13 robertj * Fixed incorrect motion vector bit, thanks Liu Hao * * Revision 1.10 2001/04/04 02:05:48 robertj * Put back fix from revision 1.7, got lost in revision 1.8! Thanks Tom Dolsky. * * Revision 1.9 2000/12/19 22:22:34 dereks * Remove connection to grabber-OS.cxx files. grabber-OS.cxx files no longer used. * Video data is now read from a video channel, using the pwlib classes. * * Revision 1.8 2000/09/08 06:41:38 craigs * Added ability to set video device * Added ability to select test input frames * * Revision 1.7 2000/09/07 21:49:02 dereks * Implement fix from Vassili Leonov, to set PTYPE variable, so it now * follows the H261 spec as of 1993-03, page 7, paragraph 4.2.1.3: * * Revision 1.6 2000/08/25 03:18:49 dereks * Add change log facility (Thanks Robert for the info on implementation) * * * ********/ #include "encoder-h261.h" H261Encoder::H261Encoder(Transmitter *T) : Encoder(T), bs_(0), bc_(0), ngob_(12), gDone(TRUE) // must initialize to TRUE { for (int q = 0; q < 32; ++q) { llm_[q] = 0; clm_[q] = 0; } } H261Encoder::~H261Encoder(void) { for (int q = 0; q < 32; ++q) { if(llm_[q]) delete (char *)llm_[q]; if(clm_[q]) delete (char *)clm_[q]; } } H261PixelEncoder:: H261PixelEncoder(Transmitter *T): H261Encoder(T) { quant_required_ = 0; } H261DCTEncoder::H261DCTEncoder(Transmitter *T):H261Encoder(T) { quant_required_ = 1; } /* * Set up the forward DCT quantization table for * INTRA mode operation. */ void H261Encoder::setquantizers(int lq, int mq, int hq) { int qt[64]; if (lq > 31) lq = 31; if (lq < 1) lq = 1; lq_ = lq; if (mq > 31) mq = 31; if (mq < 1) mq = 1; mq_ = mq; if (hq > 31) hq = 31; if (hq <= 0) hq = 1; hq_ = hq; /* * quant_required_ indicates quantization is not folded * into fdct [because fdct is not performed] */ if (quant_required_ == 0) { /* * Set the DC quantizer to 1, since we want to do this * coefficient differently (i.e., the DC is rounded while * the AC terms are truncated). */ qt[0] = 1; int i; for (i = 1; i < 64; ++i) qt[i] = lq_ << 1; fdct_fold_q(qt, lqt_); qt[0] = 1; for (i = 1; i < 64; ++i) qt[i] = mq_ << 1; fdct_fold_q(qt, mqt_); qt[0] = 1; for (i = 1; i < 64; ++i) qt[i] = hq_ << 1; fdct_fold_q(qt, hqt_); } } void H261Encoder::setq(int q) { setquantizers(q, q / 2, 1); } void H261PixelEncoder::SetSize(int w, int h) { if(width!=w){ Encoder::SetSize(w, h); if (w == CIF_WIDTH && h == CIF_HEIGHT) { /* CIF */ cif_ = 1; ngob_ = 12; bstride_ = 11; lstride_ = 16 * CIF_WIDTH - CIF_WIDTH / 2; cstride_ = 8 * 176 - 176 / 2; loffsize_ = 16; coffsize_ = 8; bloffsize_ = 1; } else if (w == QCIF_WIDTH && h == QCIF_HEIGHT) { /* QCIF */ cif_ = 0; ngob_ = 6; /* not really number of GOBs, just loop limit */ bstride_ = 0; lstride_ = 16 * QCIF_WIDTH - QCIF_WIDTH; cstride_ = 8 * 88 - 88; loffsize_ = 16; coffsize_ = 8; bloffsize_ = 1; } else { cerr << "H261PixelEncoder: H.261 bad geometry: " << w << 'x' << h << endl; return; } u_int loff = 0; u_int coff = 0; u_int blkno = 0; for (u_int gob = 0; gob < ngob_; gob += 2) { loff_[gob] = loff; coff_[gob] = coff; blkno_[gob] = blkno; /* width of a GOB (these aren't ref'd in QCIF case) */ loff_[gob + 1] = loff + 11 * 16; coff_[gob + 1] = coff + 11 * 8; blkno_[gob + 1] = blkno + 11; /* advance to next GOB row */ loff += (16 * 16 * MBPERGOB) << cif_; coff += (8 * 8 * MBPERGOB) << cif_; blkno += MBPERGOB << cif_; } }//if(width!=w) } void H261DCTEncoder::SetSize(int w, int h) { Encoder::SetSize(w, h); if (w == CIF_WIDTH && h == CIF_HEIGHT) { /* CIF */ cif_ = 1; ngob_ = 12; bstride_ = 11; lstride_ = - (11 * (64*BMB)) + 2 * 11 * 64 * BMB; cstride_ = - (11 * (64*BMB)) + 2 * 11 * 64 * BMB; loffsize_ = 64 * BMB; coffsize_ = 64 * BMB; bloffsize_ = 1; } else if (w == QCIF_WIDTH && h == QCIF_HEIGHT) { /* QCIF */ cif_ = 0; ngob_ = 6; /* not really number of GOBs, just loop limit */ bstride_ = 0; lstride_ = 0; cstride_ = 0; loffsize_ = 64 * BMB; coffsize_ = 64 * BMB; bloffsize_ = 1; } else { cerr << "H261DCTEncoder: H.261 bad geometry: " << w << 'x' << h << endl; return; } u_int gob; for (gob = 0; gob < ngob_; gob += 2) { if (gob != 0) { loff_[gob] = loff_[gob-2] + (MBPERGOB << cif_) * BMB * 64; coff_[gob] = coff_[gob-2] + (MBPERGOB << cif_) * BMB * 64; blkno_[gob] = blkno_[gob-2] + (MBPERGOB << cif_); } else { loff_[0] = 0; coff_[0] = loff_[0] + 4 * 64; // 4 Y's blkno_[0] = 0; } loff_[gob + 1] = loff_[gob] + 11 * BMB * 64; coff_[gob + 1] = coff_[gob] + 11 * BMB * 64; blkno_[gob + 1] = blkno_[gob] + 11; } } /* * Make a map to go from a 12 bit dct value to an 8 bit quantized * 'level' number. The 'map' includes both the quantizer (for the * dct encoder) and the perceptual filter 'threshhold' (for both * the pixel & dct encoders). The first 4k of the map is for the * unfiltered coeff (the first 20 in zigzag order; roughly the * upper left quadrant) and the next 4k of the map are for the * filtered coef. */ char* H261Encoder::make_level_map(int q, u_int fthresh) { /* make the luminance map */ char* lm = new char[0x2000]; char* flm = lm + 0x1000; int i; lm[0] = 0; flm[0] = 0; q = quant_required_? q << 1 : 0; for (i = 1; i < 0x800; ++i) { u_int l = i; if (q) l /= q; lm[i] = l; lm[-i & 0xfff] = -l; if (l <= fthresh) l = 0; flm[i] = l; flm[-i & 0xfff] = -l; } return (lm); } /* * encode_blk: * encode a block of DCT coef's */ void H261Encoder::encode_blk(const short* blk, const char* lm) { int lm_incs=0; BB_INT bb = bb_; u_int nbb = nbb_; u_char* bc = bc_; /* * Quantize DC. Round instead of truncate. */ int dc = (blk[0] + 4) >> 3; if (dc <= 0) /* shouldn't happen with CCIR 601 black (level 16) */ dc = 1; else if (dc > 254) dc = 254; else if (dc == 128) /* per Table 6/H.261 */ dc = 255; /* Code DC */ PUT_BITS(dc, 8, nbb, bb, bc); int run = 0; const u_char* colzag = &COLZAG[0]; for (int zag; (zag = *++colzag) != 0; ) { if (colzag == &COLZAG[20]) { lm += 0x1000; lm_incs++; if(lm_incs==2) cerr<<"About to fart"<nb)) /* we can use a VLC. */ val = he->val; else { /* Can't use a VLC. Escape it. */ val = (1 << 14) | (run << 8) | (level & 0xff); nb = 20; } PUT_BITS(val, nb, nbb, bb, bc); run = 0; } else ++run; } /* EOB */ PUT_BITS(2, 2, nbb, bb, bc); bb_ = bb; nbb_ = nbb; bc_ = bc; } /* * H261PixelEncoder::encode_mb * encode a macroblock given a set of input YUV pixels */ void H261PixelEncoder::encode_mb(u_int mba, // address of macroblock to encode const u_char* frm, // address of YUV pixels u_int loff, // Luminance offset from frm u_int coff, // Chrominance offset from frm int how) { register int q; float* qt; if (how == CR_MOTION) { q = lq_; qt = lqt_; } else if (how == CR_BG) { q = hq_; qt = hqt_; } else { /* must be at age threshold */ q = mq_; qt = mqt_; } /* * encode all 6 blocks of the macro block to find the largest * coef (so we can pick a new quantizer if gquant doesn't have * enough range). */ /*XXX this can be u_char instead of short but need smarts in fdct */ short blk[64 * 6]; register int stride = width; /* luminance */ const u_char* p = &frm[loff]; fdct(p, stride, blk + 0, qt); fdct(p + 8, stride, blk + 64, qt); fdct(p + 8 * stride, stride, blk + 128, qt); fdct(p + (8 * stride + 8), stride, blk + 192, qt); /* chominance */ int fs = framesize; p = &frm[fs + coff]; stride >>= 1; fdct(p, stride, blk + 256, qt); fdct(p + (fs >> 2), stride, blk + 320, qt); /* * if the default quantizer is too small to handle the coef. * dynamic range, spin through the blocks and see if any * coef. would significantly overflow. */ if (q < 8) { register int cmin = 0, cmax = 0; register short* bp = blk; for (register int i = 6; --i >= 0; ) { ++bp; // ignore dc coef for (register int j = 63; --j >= 0; ) { register int v = *bp++; if (v < cmin) cmin = v; else if (v > cmax) cmax = v; } } if (cmax < -cmin) cmax = -cmin; if (cmax >= 128) { /* need to re-quantize */ register int s; for (s = 1; cmax >= (128 << s); ++s) { } q <<= s; register short* bp = blk; for (register int i = 6; --i >= 0; ) { ++bp; // ignore dc coef for (register int j = 63; --j >= 0; ) { register int v = *bp; *bp++ = v >> s; } } } } u_int m = mba - mba_; // set macroblock address difference mba_ = mba; // set last absolute macroblock address transmitted huffent* he = &hte_mba[m - 1]; // Huffman coded macroblock address /* MBA */ PUT_BITS(he->val, he->nb, nbb_, bb_, bc_); if (q != mquant_) { /* MTYPE = INTRA + TC + MQUANT */ PUT_BITS(1, 7, nbb_, bb_, bc_); PUT_BITS(q, 5, nbb_, bb_, bc_); mquant_ = q; } else { /* MTYPE = INTRA + TC (no quantizer) */ PUT_BITS(1, 4, nbb_, bb_, bc_); } /* luminance */ const char* lm = llm_[q]; if (lm == 0) { lm = make_level_map(q, 1); llm_[q] = lm; clm_[q] = make_level_map(q, 2); } encode_blk(blk + 0, lm); encode_blk(blk + 64, lm); encode_blk(blk + 128, lm); encode_blk(blk + 192, lm); /* chominance */ lm = clm_[q]; encode_blk(blk + 256, lm); encode_blk(blk + 320, lm); } /* * H261DCTEncoder::encode_mb * encode a macroblock given a set of input DCT coefs * each coef is stored as a short */ void H261DCTEncoder::encode_mb(u_int mba, const u_char* frm, u_int loff, u_int coff, int how) { short *lblk = (short *)frm + loff; short *ublk = (short *)frm + coff; short *vblk = (short *)frm + coff + 64; register u_int q; if (how == CR_MOTION) q = lq_; else if (how == CR_BG) q = hq_; else /* must be at age threshold */ q = mq_; /* * if the default quantizer is too small to handle the coef. * dynamic range, spin through the blocks and see if any * coef. would significantly overflow. */ if (q < 8) { register int cmin = 0, cmax = 0; register short* bp = lblk; register int i, j; // Y U and V blocks for (i = 6; --i >= 0; ) { ++bp; // ignore dc coef for (j = 63; --j >= 0; ) { register int v = *bp++; if (v < cmin) cmin = v; else if (v > cmax) cmax = v; } } if (cmax < -cmin) cmax = -cmin; cmax /= (q << 1); if (cmax >= 128) { /* need to re-quantize */ register int s; for (s = 1; cmax >= (128 << s); ++s) { } q <<= s; } } u_int m = mba - mba_; mba_ = mba; huffent* he = &hte_mba[m - 1]; /* MBA */ PUT_BITS(he->val, he->nb, nbb_, bb_, bc_); if (q != mquant_) { /* MTYPE = INTRA + TC + MQUANT */ PUT_BITS(1, 7, nbb_, bb_, bc_); PUT_BITS(q, 5, nbb_, bb_, bc_); mquant_ = q; } else { /* MTYPE = INTRA + TC (no quantizer) */ PUT_BITS(1, 4, nbb_, bb_, bc_); } /* luminance */ const char* lm = llm_[q]; if (lm == 0) { /* * the filter thresh is 0 since we assume the jpeg percept. * quantizer already did the filtering. */ lm = make_level_map(q, 0); llm_[q] = lm; clm_[q] = make_level_map(q, 0); } encode_blk(lblk + 0, lm); encode_blk(lblk + 64, lm); encode_blk(lblk + 128, lm); encode_blk(lblk + 192, lm); /* chominance */ lm = clm_[q]; encode_blk(ublk, lm); encode_blk(vblk, lm); } int H261Encoder::flush(Transmitter::pktbuf* pb, int nbit, Transmitter::pktbuf* npb) { /* flush bit buffer */ STORE_BITS(bb_, bc_); int cc = (nbit + 7) >> 3; int ebit = (cc << 3) - nbit; /*XXX*/ if (cc == 0 && npb != 0) return 0; pb->lenHdr = HDRSIZE; pb->lenBuf = cc; u_int* rh = (u_int*)pb->hdr; *rh = (*rh) | ebit << 26 | sbit_ << 29; if (npb != 0) { u_char* nbs = (u_char*)npb->buf->data; u_int bc = (bc_ - bs_) << 3; int tbit = bc + nbb_; int extra = ((tbit + 7) >> 3) - (nbit >> 3); if (extra > 0) memcpy(nbs, bs_ + (nbit >> 3), extra); bs_ = nbs; sbit_ = nbit & 7; tbit -= nbit &~ 7; bc = tbit &~ (NBIT - 1); nbb_ = tbit - bc; bc_ = bs_ + (bc >> 3); /* * Prime the bit buffer. Be careful to set bits that * are not yet in use to 0, since output bits are later * or'd into the buffer. */ if (nbb_ > 0) { u_int n = NBIT - nbb_; bb_ = (LOAD_BITS(bc_) >> n) << n; } else bb_ = 0; } tx_->StoreOnePacket(pb); return (cc + HDRSIZE); } int H261DCTEncoder::consume(const VideoFrame *vf) { if (!SameSize(vf)) SetSize(vf->width, vf->height); return(encode(vf, vf->crvec)); } int H261PixelEncoder::consume(const VideoFrame *vf) { if (!SameSize(vf)) SetSize(vf->width, vf->height); return(encode(vf, vf->crvec)); } //////NOTE: HDRSIZE is the size of the H261 hdr in the rtp packet.== 4 int H261Encoder::encode(const VideoFrame* vf, const BYTE *crvec) { Transmitter::pktbuf* pb = tx_->alloc(); bs_ = (u_char*)pb->buf->data; // pointer to start of buffer bc_ = bs_; // pointer to destination in buffer u_int ec = (tx_->mtu() - HDRSIZE) << 3; // bits available in H261 packet bb_ = 0; // intermediate working space nbb_ = 0; // cumulative put bit count sbit_ = 0; /* RTP/H.261 header */ u_int* rh = (u_int*)pb->hdr; // H.261 header (32 bits) *rh = (1 << 24) | (lq_ << 10); // set motion vector flag V to 1 & set QUANT /* PSC Picture Start Code */ PUT_BITS(0x0001, 16, nbb_, bb_, bc_); /* GOB 0 -> picture header Finishes PSC */ PUT_BITS(0, 4, nbb_, bb_, bc_); /* TR Temporal Reference (XXX should do this right) */ PUT_BITS(0, 5, nbb_, bb_, bc_); /* PTYPE = CIF */ int pt = cif_ ? 7 : 3; PUT_BITS(pt, 6, nbb_, bb_, bc_); /* PEI Picture Extra Information = none */ PUT_BITS(0, 1, nbb_, bb_, bc_); int step = cif_ ? 1 : 2; int cc = 0; BYTE* frm = vf->frameptr; for (u_int gobIndex = 0; gobIndex < ngob_; gobIndex += step) { // fill in GOB layer u_int loff = loff_[gobIndex]; u_int coff = coff_[gobIndex]; u_int blkno = blkno_[gobIndex]; u_int nbit = ((bc_ - bs_) << 3) + nbb_; // # of bits already in buffer /* GSC/GN */ PUT_BITS(0x10 | (gobIndex + 1), 20, nbb_, bb_, bc_); /* GQUANT/GEI */ mquant_ = lq_; PUT_BITS(mquant_ << 1, 6, nbb_, bb_, bc_); mba_ = 0; int line = 11; for (u_int mba = 1; mba <= 33; ++mba) { /* * If the conditional replenishment algorithm * has decided to send any of the blocks of * this macroblock, code it. */ u_int s = crvec[blkno]; if ((s & CR_SEND) != 0) { u_int mbpred = mba_; encode_mb(mba, frm, loff, coff, CR_STATE(s)); // encode MB u_int cbits = ((bc_ - bs_) << 3) + nbb_; if (cbits > ec) { // make new packet Transmitter::pktbuf* npb; npb = tx_->alloc(); cc += flush(pb, nbit, npb); cbits -= nbit; pb = npb; /* RTP/H.261 header */ u_int m = mbpred; u_int g; if (m != 0) { g = gobIndex + 1; m -= 1; } else g = 0; rh = (u_int*)pb->hdr; *rh = 1 << 24 | //set motion vector flag. m << 15 | //macroblock address predictor. g << 20 | //Group of blocks number. mquant_ << 10;//quantizer value. } nbit = cbits; } loff += loffsize_; coff += coffsize_; blkno += bloffsize_; if (--line <= 0) { line = 11; blkno += bstride_; loff += lstride_; coff += cstride_; } } } cc += flush(pb, ((bc_ - bs_) << 3) + nbb_, 0); return (cc); } int H261PixelEncoder::PreIncEncodeSetup(const VideoFrame *vf) { if (!SameSize(vf)) SetSize(vf->width, vf->height); gVf = vf; gPicture = TRUE; //if TRUE, send picture layer header gNbytes = 0; //number of bytes in previous packet gDbase = 0; //offset from gData where valid data starts nbb_ = 0; //# of valid bits in bb_ bb_ = 0; //intermediate working space bc_ = gData; //where to put encoded bits gStep = cif_ ? 1 : 2; //Macro Block step size gGobMax = cif_ ? 12 : 5; //how many GOB per frame sbit_ = 0; gSendGOBhdr = TRUE; //must send GOB hdr before sending MB gGOBhdrNxt = TRUE; //will start out with GOB header //because gGOBhdrNxt == TRUE, no need to initialize the following 2 header variables: //gHdrGOBN; // next GOB number for last encoded MB //gHdrMBAP; // address of last macroblock encoded in previous packet 1..32 //mba_= 0; // should not be necessary to initialize this gHdrQUANT = lq_; // QUANT in effect for next MB to be encoded gNxtMBA = 1; // address of next macroblock to be considered for encoding 1..33 gNxtGOB = 1; // start encoding at GOB 1 gDone = FALSE; return 1; } void H261PixelEncoder::IncEncodeAndGetPacket( u_char * buffer, // returns buffer of encoded data unsigned & length ) // returns actual length of encoded data buffer { u_int previousBitCount = 0, currentBitCount; h261hdr_t h261hdr; if (gDone) { length = 0; return; } // TESTING if (!gGOBhdrNxt && ((33 <= gHdrMBAP) || (0 >= gHdrMBAP))) { cerr << __FILE__<< "(" << __LINE__ << ") " << "illegal gHdrMBAP value when gGOBhdrNxt is FALSE = " << gHdrMBAP << endl; gHdrMBAP = 1; } // unsigned t1 = sbit_ << 29; // unsigned t2 = (gGOBhdrNxt?0:gHdrGOBN) << 20; // unsigned t3 = (gGOBhdrNxt||(0==gHdrMBAP)?0:gHdrMBAP-1) << 15; // unsigned t4 = (gGOBhdrNxt?0:gHdrQUANT) << 10; // set the H.261 header (32 bits) bits that we know now h261hdr = 1 << 24 | // V = 1, I = 0, HMVD = 0, VMVD = 0 sbit_ << 29 | // SBIT (gGOBhdrNxt?0:gHdrGOBN) << 20 | // GOBN (gGOBhdrNxt?0:gHdrMBAP-1) << 15 | // MBAP (gGOBhdrNxt?0:gHdrQUANT) << 10; // QUANT // gHdrQUANT << 10; // QUANT set the old & incorrect way // if any, move unsent bits encoded during previous packet encode unsigned usedBB_INTs; u_char* msrc; unsigned m1; if (sbit_) gNbytes--; // last byte of previous packet has bits needed for this packet usedBB_INTs = (gNbytes + gDbase)/sizeof(BB_INT); msrc = gData + usedBB_INTs*sizeof(BB_INT); gDbase = (gDbase + gNbytes) % sizeof(BB_INT); m1 = bc_ - msrc; if (m1) memcpy(gData, msrc, m1); bc_ = gData + m1; // set starting bc_ address // encode H.261 stream if (gPicture) { // only ever sent at start of 1st packet /* PSC Picture Start Code */ PUT_BITS(0x0001, 16, nbb_, bb_, bc_); /* GOB 0 -> picture header Finishes PSC */ PUT_BITS(0, 4, nbb_, bb_, bc_); /* TR Temporal Reference (XXX should do this right) */ PUT_BITS(0, 5, nbb_, bb_, bc_); /* PTYPE = CIF */ int pt = cif_ ? 7 : 3; PUT_BITS(pt, 6, nbb_, bb_, bc_); /* PEI Picture Extra Information = none */ PUT_BITS(0, 1, nbb_, bb_, bc_); gloff = loff_[0]; gcoff = coff_[0]; gblkno = blkno_[0]; gline = 11; gPicture = FALSE; } unsigned bitLimit = 8*(RTP_MTU - sizeof(h261hdr)); u_char* bbase = gData + gDbase; if (!(gNxtGOB > gGobMax)) { while ((currentBitCount = nbb_ + 8*(bc_ - bbase)) <= bitLimit) { // everything encoded up till now fits within the RTP_MTU buffer // test to see if the packet can be broken here if (gSendGOBhdr || (0 != mba_)){ // if packet can be broken, // record conditions that will be needed to construct the h261 header // for the next packet if the packet breaks here gHdrGOBN = gNxtGOB; // GOB number in effect for next MB to be encoded gHdrMBAP = mba_; // MBA of the last encoded MB & now in the buffer gHdrQUANT = mquant_; // QUANT in effect for next MB to be encoded gGOBhdrNxt = gSendGOBhdr; // is GOB header next? previousBitCount = currentBitCount; // encoded bits now in the buffer } if (gSendGOBhdr) { // need to send GOB header before can send MB ? /* GSC/GN */ PUT_BITS(0x10 | gNxtGOB, 20, nbb_, bb_, bc_); /* GQUANT/GEI */ mquant_ = lq_; PUT_BITS(mquant_ << 1, 6, nbb_, bb_, bc_); mba_= 0; gSendGOBhdr = FALSE; } /** If the conditional replenishment algorithm * has decided to send any of the blocks of * this macroblock, encode it. */ u_int s = gVf->crvec[gblkno]; if ((s & CR_SEND) != 0) { //H261PixelEncoder::encode_mb(u_int mba, // address of macroblock to encode // const u_char* frm, // address of YUV pixels // u_int loff, // Luminance offset from frm // u_int coff, // Chrominance offset from frm // int how) encode_mb(gNxtMBA, gVf->frameptr, gloff, gcoff, CR_STATE(s)); // encode MB mba_= gNxtMBA; } gNxtMBA++; if (gNxtMBA > 33) { gNxtGOB += gStep; if (gNxtGOB > gGobMax) { gDone = TRUE; break; // out of while(), done encoding frame } gNxtMBA = 1; gSendGOBhdr = TRUE; // must send GOB hdr before sending MB gloff = loff_[gNxtGOB-1]; gcoff = coff_[gNxtGOB-1]; gblkno = blkno_[gNxtGOB-1]; gline = 11; } else { gloff += loffsize_; gcoff += coffsize_; gblkno += bloffsize_; if (--gline <= 0) { gline = 11; gblkno += bstride_; gloff += lstride_; gcoff += cstride_; } } } } else gDone = TRUE; // have full packet now, finish & set up for next packet // break packet at end of previous MB unless this is end of frame // flush bits from bb_ STORE_BITS(bb_, bc_); // necessary when gDbase != 0 if (gDone) { unsigned totalBits = nbb_ + 8*(bc_ - bbase); if (totalBits <= bitLimit) { // would packet be too big? previousBitCount = totalBits; } else { // need another packet to finish frame gDone = FALSE; } } gNbytes = previousBitCount / 8; sbit_ = previousBitCount % 8; // SBIT for next packet = good bits for this packet if (sbit_) gNbytes++; // include last bits for this frame // set the H.261 header (32 bits) bits that we know now h261hdr |= ((8 - sbit_) & 7) << 26; //EBIT = 8 - SBIT for next packet h261hdr = htonl(h261hdr); *(h261hdr_t*)buffer = h261hdr; memcpy(buffer+sizeof(h261hdr), gData+gDbase, gNbytes); length = gNbytes+sizeof(h261hdr); if (RTP_MTU < length) { // test for too large packet (I haven't seen one yet) cerr << __FILE__<< "(" << __LINE__ << ") " << "packet size of " << length << " > RTP_MTU(" << RTP_MTU << ")" << endl; } } openh323_v1_18_0/src/vic/encoder-h261.h0100644000176200056700000002224607471060465017465 0ustar releasepostincr/*encoder-h261.h (c) 1999-2000 Derek J Smithies (dereks@ibm.net) * Indranet Technologies ltd (lara@indranet.co.nz) * * This file is derived from vic, http://www-nrg.ee.lbl.gov/vic/ * Their copyright notice is below. */ /*- * Copyright (c) 1993-1995 The Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of * California, Berkeley and the Network Research Group at * Lawrence Berkeley Laboratory. * 4. Neither the name of the University nor of the Laboratory may be used * to endorse or promote products derived from this software without * specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ /************ Change log * * $Log: encoder-h261.h,v $ * Revision 1.12 2002/05/17 01:47:33 dereks * backout the integer maths in the h261 codec. * * Revision 1.11 2002/04/26 04:57:41 dereks * Add Walter Whitlocks fixes, based on Victor Ivashim's suggestions to * improve the quality with Netmeeting. Thanks guys!!!! * * Revision 1.10 2002/04/05 00:53:19 dereks * Modify video frame encoding so that frame is encoded on an incremental basis. * Thanks to Walter Whitlock - good work. * * Revision 1.9 2001/10/16 23:51:42 dereks * Change vic's fdct() from floating-point to fix-point. Improves performance * for h261 video significantly on some machines. Thanks to Cosmos Jiang * * Revision 1.8 2001/10/16 21:20:07 yurik * Removed warnings on Windows CE. Submitted by Jehan Bing, jehan@bravobrava.com * * Revision 1.6 2001/05/10 05:25:44 robertj * Removed need for VIC code to use ptlib. * * Revision 1.5 2000/08/25 03:18:49 dereks * Add change log facility (Thanks Robert for the info on implementation) * * * ********/ #include "bsd-endian.h" #include "dct.h" #include "p64-huff.h" #include "crdef.h" #include "transmitter.h" #include "encoder.h" /* * H.261 encapsulation.in payload of h261 packet. * See Internet draft. * * 0 1 2 3 * 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ * |SBIT |EBIT |I|V| GOBN | MBAP | QUANT | HMVD | VMVD | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */ // define H261 header related values // (currently these are defined in both p64.h and encoder-h261.h for use // in decode and encode. Should there be one common include file?) typedef unsigned h261hdr_t; #define HDRSIZE 4 #define CIF_WIDTH 352 #define CIF_HEIGHT 288 #define QCIF_WIDTH 176 #define QCIF_HEIGHT 144 #define BMB 6 /* # blocks in a MB */ #define MBPERGOB 33 /* # of Macroblocks per GOB */ #ifdef INT_64 #define NBIT 64 #define BB_INT INT_64 #else #define NBIT 32 #define BB_INT u_int #endif #if BYTE_ORDER == LITTLE_ENDIAN #if NBIT == 64 #define STORE_BITS(bb, bc) \ bc[0] = (u_char)(bb >> 56); \ bc[1] = (u_char)(bb >> 48); \ bc[2] = (u_char)(bb >> 40); \ bc[3] = (u_char)(bb >> 32); \ bc[4] = (u_char)(bb >> 24); \ bc[5] = (u_char)(bb >> 16); \ bc[6] = (u_char)(bb >> 8); \ bc[7] = (u_char)(bb); #define LOAD_BITS(bc) \ ((BB_INT)bc[0] << 56 | \ (BB_INT)bc[1] << 48 | \ (BB_INT)bc[2] << 40 | \ (BB_INT)bc[3] << 32 | \ (BB_INT)bc[4] << 24 | \ (BB_INT)bc[5] << 16 | \ (BB_INT)bc[6] << 8 | \ (BB_INT)bc[7]) #else #define STORE_BITS(bb, bc) \ bc[0] = (u_char)(bb >> 24); \ bc[1] = (u_char)(bb >> 16); \ bc[2] = (u_char)(bb >> 8); \ bc[3] = (u_char)(bb); #define LOAD_BITS(bc) (ntohl(*(BB_INT*)(bc))) #endif #else #define STORE_BITS(bb, bc) *(BB_INT*)bc = (bb); #define LOAD_BITS(bc) (*(BB_INT*)(bc)) #endif /** append the "n" LSbits of "bits" to the place pointed to by bc post-increment "bc" as needed. "bb" is used for intermediate storage "nbb" keeps track of bits in "bb" note that ALL bits in "n" are OR'ed into the result */ #define PUT_BITS(bits, n, nbb, bb, bc) \ { \ nbb += (n); \ if (nbb > NBIT) { \ u_int extra = (nbb) - NBIT; \ bb |= (BB_INT)(bits) >> extra; \ STORE_BITS(bb, bc) \ bc += sizeof(BB_INT); \ bb = (BB_INT)(bits) << (NBIT - extra); \ nbb = extra; \ } else \ bb |= (BB_INT)(bits) << (NBIT - (nbb)); \ } class H261Encoder :public Encoder { public: void setq(int q); protected: int encode(const VideoFrame*, const u_char *crvec); H261Encoder(Transmitter *T); virtual ~H261Encoder(void)=0; void encode_blk(const short* blk, const char* lm); int flush(Transmitter::pktbuf* pb, int nbit, Transmitter::pktbuf* npb); char* make_level_map(int q, u_int fthresh); void setquantizers(int lq, int mq, int hq); virtual void SetSize(int /*w*/, int /*h*/){}; virtual void encode_mb(u_int /*mba*/, const u_char* /*frm*/, u_int /*loff*/, u_int /*coff*/, int /*how*/){}; /* bit buffer */ BB_INT bb_; // intermediate working space for encoding bits u_int nbb_; // # of valid bits in bb_ u_char* bs_; // used as pointer to start of buffer u_char* bc_; // where to put encoded bits in buffer int sbit_; // SBIT value obtained from previous packet for use on next packet u_char lq_; /* low quality quantizer */ u_char mq_; /* medium quality quantizer */ u_char hq_; /* high quality quantizer */ u_char mquant_; /* the last quantizer we sent to other side */ int quant_required_; /* 1 if not quant'd in dct */ u_int ngob_; // number of GOBs for this frame size, (3 or 12) u_int mba_; // address of just encoded macroblock u_int cif_; /* 1 for CIF, 0 for QCIF */ u_int bstride_; u_int lstride_; u_int cstride_; u_int loffsize_; /* amount of 1 luma block */ u_int coffsize_; /* amount of 1 chroma block */ u_int bloffsize_; /* amount of 1 block advance */ const char* llm_[32]; /* luma dct val -> level maps */ const char* clm_[32]; /* chroma dct val -> level maps */ float lqt_[64]; /* low quality quantizer */ float mqt_[64]; /* medium quality quantizer */ float hqt_[64]; /* high quality quantizer */ u_int coff_[12]; /* where to find U given gob# */ u_int loff_[12]; /* where to find Y given gob# */ u_int blkno_[12]; /* for CR */ const VideoFrame *gVf; // current video frame YUV data BOOL gPicture; // if TRUE, send picture layer header int gHdrGOBN; // next GOB number for last encoded MB int gNxtGOB; // GOB number for next marcroblock to be considered for encoding int gGobMax; // maximum GOB number in frame BOOL gGOBhdrNxt; // set TRUE when GOB header is next data BOOL gSendGOBhdr; // set TRUE when GOB header must be encoded before next MB int gHdrMBAP; // address of last macroblock encoded in previous packet 1..33 int gNxtMBA; // address of next macroblock to be considered for encoding int gHdrQUANT; // QUANT in effect for next MB in buffer int gStep; // Macro Block step size BOOL gDone; // Set TRUE when encoding of frame is done int gDbase; //offset from gData where valid data starts int gNbytes; // number of bytes in gData buffer from previous packet u_int gloff; u_int gcoff; u_int gblkno; int gline; }; class H261DCTEncoder: public H261Encoder { public: H261DCTEncoder(Transmitter *T); int consume(const VideoFrame*); void SetSize(int w, int h); protected: void encode_mb(u_int mba, const u_char* frm, u_int loff, u_int coff, int how); }; class H261PixelEncoder : public H261Encoder { public: H261PixelEncoder(Transmitter *T); int consume(const VideoFrame*); void SetSize(int w, int h); int PreIncEncodeSetup(const VideoFrame*); void IncEncodeAndGetPacket(u_char * buffer, unsigned & length ); /** When incrementally encoding, return true if there is still more encoding waiting to be done for the current video frame. */ int MoreToIncEncode() { return !gDone; } protected: void encode_mb(u_int mba, const u_char* frm, u_int loff, u_int coff, int how); // u_char gData[2 * RTP_MTU]; }; openh323_v1_18_0/src/vic/encoder.h0100644000176200056700000000650110216715344016775 0ustar releasepostincr/*encoder.h (c) 1999-2000 Derek J Smithies (dereks@ibm.net) * Indranet Technologies ltd (lara@indranet.co.nz) * * This file is derived from vic, http://www-nrg.ee.lbl.gov/vic/ * Their copyright notice is below. */ /* * Copyright (c) 1995 The Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the Network Research * Group at Lawrence Berkeley National Laboratory. * 4. Neither the name of the University nor of the Laboratory may be used * to endorse or promote products derived from this software without * specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * */ /************ Change log * * $Log: encoder.h,v $ * Revision 1.7 2005/03/19 03:22:12 csoutheren * Removed warnings from gcc snapshot 4.1-20050313 * * Revision 1.6 2003/04/10 22:39:32 dereks * Sort out copyright issues. Thanks Qhong Wang * * Revision 1.5 2003/03/14 07:25:55 robertj * Removed $header keyword so is not different on alternate repositories * * Revision 1.4 2003/02/10 00:32:47 robertj * Removed code for redundent class and constructor. * * Revision 1.3 2000/08/25 03:18:49 dereks * Add change log facility (Thanks Robert for the info on implementation) * * * ********/ #ifndef vic_encoder_h #define vic_encoder_h #include "config.h" class Transmitter; #include "videoframe.h" class Encoder { public: virtual ~Encoder() { } virtual int consume(const VideoFrame*) {return 0; }; void SetSize(int w, int h) { width = w; height = h; framesize = w * h; } protected: Encoder(Transmitter *T) {width=0; height=0; framesize=0; tx_ = T;} Transmitter* tx_; //Given a transmitter object at creation. inline int SameSize(const VideoFrame* vf) { return ((vf->width == width) && (vf->height == height)); } int width; int height; int framesize; }; #endif openh323_v1_18_0/src/vic/grabber.h0100644000176200056700000001003207606400231016747 0ustar releasepostincr/*- * Copyright (c) 1993-1994 The Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of * California, Berkeley and the Network Research Group at * Lawrence Berkeley Laboratory. * 4. Neither the name of the University nor of the Laboratory may be used * to endorse or promote products derived from this software without * specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ /************ Change log * * $Log: grabber.h,v $ * Revision 1.12 2003/01/06 22:18:01 rogerh * Add NetBSD grabber code. Submitted by Andreas Wrede. * * Revision 1.11 2001/05/10 05:25:44 robertj * Removed need for VIC code to use ptlib. * * Revision 1.10 2000/12/19 22:22:34 dereks * Remove connection to grabber-OS.cxx files. grabber-OS.cxx files no longer used. * Video data is now read from a video channel, using the pwlib classes. * * Revision 1.9 2000/09/22 02:40:13 dereks * Tidied code for generating test images. * Added mechanism to ensure the entire frame is sent on startup. * * Revision 1.8 2000/09/08 06:41:38 craigs * Added ability to set video device * Added ability to select test input frames * * Revision 1.7 2000/09/08 03:42:04 dereks * Add function to report to user the failed opening of the video device. * * Revision 1.6 2000/08/25 03:18:50 dereks * Add change log facility (Thanks Robert for the info on implementation) * * * ********/ #ifndef grabber_h #define grabber_h #include "videoframe.h" #define CIF_WIDTH 352 #define CIF_HEIGHT 288 #if 0 class Grabber { public: Grabber(); virtual ~Grabber(); virtual void Start(); virtual void Stop(); virtual void Grab(VideoFrame *vf); virtual void SetSize(int _width,int _height); void FailedToOpen(char *videoDeviceName); void GrabMovingBlocksTestFrame(void); void GrabMovingLineTestFrame(void); u_int framesize; //bytes in frame, w*h u_char* frame; //pointer to memory holding image obtained by grabber. protected: int running; int width; int height; int operational; //boolean indicating if grabber is working. char *mem; //Memory mapped to output of the driver for video grabbing. int grab_count; //count of frames grabbed by grabber. int port_; // video input or test image to use }; #if P_LINUX #include "grabber-linux.h" #elif _WIN32 #include "grabber-windows.h" #elif P_FREEBSD #include "grabber-bsd.h" #elif P_OPENBSD #include "grabber-bsd.h" #elif P_NETBSD #include "grabber-bsd.h" #else #include "grabber-generic.h" #endif #endif //ifdef GRABBER_H #endif openh323_v1_18_0/src/vic/huffcode.c0100644000176200056700000501411007235343656017146 0ustar releasepostincr/************ Change log * * $Log: huffcode.c,v $ * Revision 1.2 2001/01/29 19:42:38 dereks * Add change log facility (Thanks Robert) * * * * ********/ #include "p64-huff.h" const int htd_mtype_width = 10; const short htd_mtype[] = {(short) 0xffca,(short) 0x01ea,(short) 0x0089,(short) 0x0089,(short) 0x00e8,(short) 0x00e8,(short) 0x00e8,(short) 0x00e8,(short) 0x0527,(short) 0x0527,(short) 0x0527,(short) 0x0527,(short) 0x0527,(short) 0x0527,(short) 0x0527,(short) 0x0527,(short) 0x03e6,(short) 0x03e6,(short) 0x03e6,(short) 0x03e6,(short) 0x03e6,(short) 0x03e6,(short) 0x03e6,(short) 0x03e6,(short) 0x03e6,(short) 0x03e6,(short) 0x03e6,(short) 0x03e6,(short) 0x03e6,(short) 0x03e6,(short) 0x03e6,(short) 0x03e6,(short) 0x0165,(short) 0x0165,(short) 0x0165,(short) 0x0165,(short) 0x0165,(short) 0x0165,(short) 0x0165,(short) 0x0165,(short) 0x0165,(short) 0x0165,(short) 0x0165,(short) 0x0165,(short) 0x0165,(short) 0x0165,(short) 0x0165,(short) 0x0165,(short) 0x0165,(short) 0x0165,(short) 0x0165,(short) 0x0165,(short) 0x0165,(short) 0x0165,(short) 0x0165,(short) 0x0165,(short) 0x0165,(short) 0x0165,(short) 0x0165,(short) 0x0165,(short) 0x0165,(short) 0x0165,(short) 0x0165,(short) 0x0165,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x0283,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x02e2,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061,(short) 0x0061, }; const int htd_mba_width = 16; const short htd_mba[] = {(short) 0xffd0,(short) 0xfff0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0x000b,(short) 0x000b,(short) 0x000b,(short) 0x000b,(short) 0x000b,(short) 0x000b,(short) 0x000b,(short) 0x000b,(short) 0x000b,(short) 0x000b,(short) 0x000b,(short) 0x000b,(short) 0x000b,(short) 0x000b,(short) 0x000b,(short) 0x000b,(short) 0x000b,(short) 0x000b,(short) 0x000b,(short) 0x000b,(short) 0x000b,(short) 0x000b,(short) 0x000b,(short) 0x000b,(short) 0x000b,(short) 0x000b,(short) 0x000b,(short) 0x000b,(short) 0x000b,(short) 0x000b,(short) 0x000b,(short) 0x000b,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0xffd0,(short) 0x042b,(short) 0x042b,(short) 0x042b,(short) 0x042b,(short) 0x042b,(short) 0x042b,(short) 0x042b,(short) 0x042b,(short) 0x042b,(short) 0x042b,(short) 0x042b,(short) 0x042b,(short) 0x042b,(short) 0x042b,(short) 0x042b,(short) 0x042b,(short) 0x042b,(short) 0x042b,(short) 0x042b,(short) 0x042b,(short) 0x042b,(short) 0x042b,(short) 0x042b,(short) 0x042b,(short) 0x042b,(short) 0x042b,(short) 0x042b,(short) 0x042b,(short) 0x042b,(short) 0x042b,(short) 0x042b,(short) 0x042b,(short) 0x040b,(short) 0x040b,(short) 0x040b,(short) 0x040b,(short) 0x040b,(short) 0x040b,(short) 0x040b,(short) 0x040b,(short) 0x040b,(short) 0x040b,(short) 0x040b,(short) 0x040b,(short) 0x040b,(short) 0x040b,(short) 0x040b,(short) 0x040b,(short) 0x040b,(short) 0x040b,(short) 0x040b,(short) 0x040b,(short) 0x040b,(short) 0x040b,(short) 0x040b,(short) 0x040b,(short) 0x040b,(short) 0x040b,(short) 0x040b,(short) 0x040b,(short) 0x040b,(short) 0x040b,(short) 0x040b,(short) 0x040b,(short) 0x03eb,(short) 0x03eb,(short) 0x03eb,(short) 0x03eb,(short) 0x03eb,(short) 0x03eb,(short) 0x03eb,(short) 0x03eb,(short) 0x03eb,(short) 0x03eb,(short) 0x03eb,(short) 0x03eb,(short) 0x03eb,(short) 0x03eb,(short) 0x03eb,(short) 0x03eb,(short) 0x03eb,(short) 0x03eb,(short) 0x03eb,(short) 0x03eb,(short) 0x03eb,(short) 0x03eb,(short) 0x03eb,(short) 0x03eb,(short) 0x03eb,(short) 0x03eb,(short) 0x03eb,(short) 0x03eb,(short) 0x03eb,(short) 0x03eb,(short) 0x03eb,(short) 0x03eb,(short) 0x03cb,(short) 0x03cb,(short) 0x03cb,(short) 0x03cb,(short) 0x03cb,(short) 0x03cb,(short) 0x03cb,(short) 0x03cb,(short) 0x03cb,(short) 0x03cb,(short) 0x03cb,(short) 0x03cb,(short) 0x03cb,(short) 0x03cb,(short) 0x03cb,(short) 0x03cb,(short) 0x03cb,(short) 0x03cb,(short) 0x03cb,(short) 0x03cb,(short) 0x03cb,(short) 0x03cb,(short) 0x03cb,(short) 0x03cb,(short) 0x03cb,(short) 0x03cb,(short) 0x03cb,(short) 0x03cb,(short) 0x03cb,(short) 0x03cb,(short) 0x03cb,(short) 0x03cb,(short) 0x03ab,(short) 0x03ab,(short) 0x03ab,(short) 0x03ab,(short) 0x03ab,(short) 0x03ab,(short) 0x03ab,(short) 0x03ab,(short) 0x03ab,(short) 0x03ab,(short) 0x03ab,(short) 0x03ab,(short) 0x03ab,(short) 0x03ab,(short) 0x03ab,(short) 0x03ab,(short) 0x03ab,(short) 0x03ab,(short) 0x03ab,(short) 0x03ab,(short) 0x03ab,(short) 0x03ab,(short) 0x03ab,(short) 0x03ab,(short) 0x03ab,(short) 0x03ab,(short) 0x03ab,(short) 0x03ab,(short) 0x03ab,(short) 0x03ab,(short) 0x03ab,(short) 0x03ab,(short) 0x038b,(short) 0x038b,(short) 0x038b,(short) 0x038b,(short) 0x038b,(short) 0x038b,(short) 0x038b,(short) 0x038b,(short) 0x038b,(short) 0x038b,(short) 0x038b,(short) 0x038b,(short) 0x038b,(short) 0x038b,(short) 0x038b,(short) 0x038b,(short) 0x038b,(short) 0x038b,(short) 0x038b,(short) 0x038b,(short) 0x038b,(short) 0x038b,(short) 0x038b,(short) 0x038b,(short) 0x038b,(short) 0x038b,(short) 0x038b,(short) 0x038b,(short) 0x038b,(short) 0x038b,(short) 0x038b,(short) 0x038b,(short) 0x036b,(short) 0x036b,(short) 0x036b,(short) 0x036b,(short) 0x036b,(short) 0x036b,(short) 0x036b,(short) 0x036b,(short) 0x036b,(short) 0x036b,(short) 0x036b,(short) 0x036b,(short) 0x036b,(short) 0x036b,(short) 0x036b,(short) 0x036b,(short) 0x036b,(short) 0x036b,(short) 0x036b,(short) 0x036b,(short) 0x036b,(short) 0x036b,(short) 0x036b,(short) 0x036b,(short) 0x036b,(short) 0x036b,(short) 0x036b,(short) 0x036b,(short) 0x036b,(short) 0x036b,(short) 0x036b,(short) 0x036b,(short) 0x034b,(short) 0x034b,(short) 0x034b,(short) 0x034b,(short) 0x034b,(short) 0x034b,(short) 0x034b,(short) 0x034b,(short) 0x034b,(short) 0x034b,(short) 0x034b,(short) 0x034b,(short) 0x034b,(short) 0x034b,(short) 0x034b,(short) 0x034b,(short) 0x034b,(short) 0x034b,(short) 0x034b,(short) 0x034b,(short) 0x034b,(short) 0x034b,(short) 0x034b,(short) 0x034b,(short) 0x034b,(short) 0x034b,(short) 0x034b,(short) 0x034b,(short) 0x034b,(short) 0x034b,(short) 0x034b,(short) 0x034b,(short) 0x032b,(short) 0x032b,(short) 0x032b,(short) 0x032b,(short) 0x032b,(short) 0x032b,(short) 0x032b,(short) 0x032b,(short) 0x032b,(short) 0x032b,(short) 0x032b,(short) 0x032b,(short) 0x032b,(short) 0x032b,(short) 0x032b,(short) 0x032b,(short) 0x032b,(short) 0x032b,(short) 0x032b,(short) 0x032b,(short) 0x032b,(short) 0x032b,(short) 0x032b,(short) 0x032b,(short) 0x032b,(short) 0x032b,(short) 0x032b,(short) 0x032b,(short) 0x032b,(short) 0x032b,(short) 0x032b,(short) 0x032b,(short) 0x030b,(short) 0x030b,(short) 0x030b,(short) 0x030b,(short) 0x030b,(short) 0x030b,(short) 0x030b,(short) 0x030b,(short) 0x030b,(short) 0x030b,(short) 0x030b,(short) 0x030b,(short) 0x030b,(short) 0x030b,(short) 0x030b,(short) 0x030b,(short) 0x030b,(short) 0x030b,(short) 0x030b,(short) 0x030b,(short) 0x030b,(short) 0x030b,(short) 0x030b,(short) 0x030b,(short) 0x030b,(short) 0x030b,(short) 0x030b,(short) 0x030b,(short) 0x030b,(short) 0x030b,(short) 0x030b,(short) 0x030b,(short) 0x02eb,(short) 0x02eb,(short) 0x02eb,(short) 0x02eb,(short) 0x02eb,(short) 0x02eb,(short) 0x02eb,(short) 0x02eb,(short) 0x02eb,(short) 0x02eb,(short) 0x02eb,(short) 0x02eb,(short) 0x02eb,(short) 0x02eb,(short) 0x02eb,(short) 0x02eb,(short) 0x02eb,(short) 0x02eb,(short) 0x02eb,(short) 0x02eb,(short) 0x02eb,(short) 0x02eb,(short) 0x02eb,(short) 0x02eb,(short) 0x02eb,(short) 0x02eb,(short) 0x02eb,(short) 0x02eb,(short) 0x02eb,(short) 0x02eb,(short) 0x02eb,(short) 0x02eb,(short) 0x02cb,(short) 0x02cb,(short) 0x02cb,(short) 0x02cb,(short) 0x02cb,(short) 0x02cb,(short) 0x02cb,(short) 0x02cb,(short) 0x02cb,(short) 0x02cb,(short) 0x02cb,(short) 0x02cb,(short) 0x02cb,(short) 0x02cb,(short) 0x02cb,(short) 0x02cb,(short) 0x02cb,(short) 0x02cb,(short) 0x02cb,(short) 0x02cb,(short) 0x02cb,(short) 0x02cb,(short) 0x02cb,(short) 0x02cb,(short) 0x02cb,(short) 0x02cb,(short) 0x02cb,(short) 0x02cb,(short) 0x02cb,(short) 0x02cb,(short) 0x02cb,(short) 0x02cb,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x02aa,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x028a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x026a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x024a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x022a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x020a,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01e8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01c8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x01a8,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0188,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0168,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0148,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x0107,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00e5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00c5,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x00a4,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0063,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0043,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021,(short) 0x0021, }; const int htd_cbp_width = 9; const short htd_cbp[] = {(short) 0xffc9,(short) 0xffc9,(short) 0x04e9,(short) 0x0369,(short) 0x0769,(short) 0x06e9,(short) 0x05e9,(short) 0x03e9,(short) 0x0748,(short) 0x0748,(short) 0x06c8,(short) 0x06c8,(short) 0x05c8,(short) 0x05c8,(short) 0x03c8,(short) 0x03c8,(short) 0x0728,(short) 0x0728,(short) 0x06a8,(short) 0x06a8,(short) 0x05a8,(short) 0x05a8,(short) 0x03a8,(short) 0x03a8,(short) 0x04c8,(short) 0x04c8,(short) 0x0348,(short) 0x0348,(short) 0x04a8,(short) 0x04a8,(short) 0x0328,(short) 0x0328,(short) 0x0568,(short) 0x0568,(short) 0x02e8,(short) 0x02e8,(short) 0x0668,(short) 0x0668,(short) 0x01e8,(short) 0x01e8,(short) 0x0548,(short) 0x0548,(short) 0x02c8,(short) 0x02c8,(short) 0x0648,(short) 0x0648,(short) 0x01c8,(short) 0x01c8,(short) 0x0528,(short) 0x0528,(short) 0x02a8,(short) 0x02a8,(short) 0x0628,(short) 0x0628,(short) 0x01a8,(short) 0x01a8,(short) 0x0468,(short) 0x0468,(short) 0x0268,(short) 0x0268,(short) 0x0168,(short) 0x0168,(short) 0x00e8,(short) 0x00e8,(short) 0x0447,(short) 0x0447,(short) 0x0447,(short) 0x0447,(short) 0x0247,(short) 0x0247,(short) 0x0247,(short) 0x0247,(short) 0x0147,(short) 0x0147,(short) 0x0147,(short) 0x0147,(short) 0x00c7,(short) 0x00c7,(short) 0x00c7,(short) 0x00c7,(short) 0x0427,(short) 0x0427,(short) 0x0427,(short) 0x0427,(short) 0x0227,(short) 0x0227,(short) 0x0227,(short) 0x0227,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x0127,(short) 0x00a7,(short) 0x00a7,(short) 0x00a7,(short) 0x00a7,(short) 0x07e6,(short) 0x07e6,(short) 0x07e6,(short) 0x07e6,(short) 0x07e6,(short) 0x07e6,(short) 0x07e6,(short) 0x07e6,(short) 0x0066,(short) 0x0066,(short) 0x0066,(short) 0x0066,(short) 0x0066,(short) 0x0066,(short) 0x0066,(short) 0x0066,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0306,(short) 0x0306,(short) 0x0306,(short) 0x0306,(short) 0x0306,(short) 0x0306,(short) 0x0306,(short) 0x0306,(short) 0x07c5,(short) 0x07c5,(short) 0x07c5,(short) 0x07c5,(short) 0x07c5,(short) 0x07c5,(short) 0x07c5,(short) 0x07c5,(short) 0x07c5,(short) 0x07c5,(short) 0x07c5,(short) 0x07c5,(short) 0x07c5,(short) 0x07c5,(short) 0x07c5,(short) 0x07c5,(short) 0x0045,(short) 0x0045,(short) 0x0045,(short) 0x0045,(short) 0x0045,(short) 0x0045,(short) 0x0045,(short) 0x0045,(short) 0x0045,(short) 0x0045,(short) 0x0045,(short) 0x0045,(short) 0x0045,(short) 0x0045,(short) 0x0045,(short) 0x0045,(short) 0x07a5,(short) 0x07a5,(short) 0x07a5,(short) 0x07a5,(short) 0x07a5,(short) 0x07a5,(short) 0x07a5,(short) 0x07a5,(short) 0x07a5,(short) 0x07a5,(short) 0x07a5,(short) 0x07a5,(short) 0x07a5,(short) 0x07a5,(short) 0x07a5,(short) 0x07a5,(short) 0x0025,(short) 0x0025,(short) 0x0025,(short) 0x0025,(short) 0x0025,(short) 0x0025,(short) 0x0025,(short) 0x0025,(short) 0x0025,(short) 0x0025,(short) 0x0025,(short) 0x0025,(short) 0x0025,(short) 0x0025,(short) 0x0025,(short) 0x0025,(short) 0x0705,(short) 0x0705,(short) 0x0705,(short) 0x0705,(short) 0x0705,(short) 0x0705,(short) 0x0705,(short) 0x0705,(short) 0x0705,(short) 0x0705,(short) 0x0705,(short) 0x0705,(short) 0x0705,(short) 0x0705,(short) 0x0705,(short) 0x0705,(short) 0x0685,(short) 0x0685,(short) 0x0685,(short) 0x0685,(short) 0x0685,(short) 0x0685,(short) 0x0685,(short) 0x0685,(short) 0x0685,(short) 0x0685,(short) 0x0685,(short) 0x0685,(short) 0x0685,(short) 0x0685,(short) 0x0685,(short) 0x0685,(short) 0x0585,(short) 0x0585,(short) 0x0585,(short) 0x0585,(short) 0x0585,(short) 0x0585,(short) 0x0585,(short) 0x0585,(short) 0x0585,(short) 0x0585,(short) 0x0585,(short) 0x0585,(short) 0x0585,(short) 0x0585,(short) 0x0585,(short) 0x0585,(short) 0x0385,(short) 0x0385,(short) 0x0385,(short) 0x0385,(short) 0x0385,(short) 0x0385,(short) 0x0385,(short) 0x0385,(short) 0x0385,(short) 0x0385,(short) 0x0385,(short) 0x0385,(short) 0x0385,(short) 0x0385,(short) 0x0385,(short) 0x0385,(short) 0x0505,(short) 0x0505,(short) 0x0505,(short) 0x0505,(short) 0x0505,(short) 0x0505,(short) 0x0505,(short) 0x0505,(short) 0x0505,(short) 0x0505,(short) 0x0505,(short) 0x0505,(short) 0x0505,(short) 0x0505,(short) 0x0505,(short) 0x0505,(short) 0x0285,(short) 0x0285,(short) 0x0285,(short) 0x0285,(short) 0x0285,(short) 0x0285,(short) 0x0285,(short) 0x0285,(short) 0x0285,(short) 0x0285,(short) 0x0285,(short) 0x0285,(short) 0x0285,(short) 0x0285,(short) 0x0285,(short) 0x0285,(short) 0x0605,(short) 0x0605,(short) 0x0605,(short) 0x0605,(short) 0x0605,(short) 0x0605,(short) 0x0605,(short) 0x0605,(short) 0x0605,(short) 0x0605,(short) 0x0605,(short) 0x0605,(short) 0x0605,(short) 0x0605,(short) 0x0605,(short) 0x0605,(short) 0x0185,(short) 0x0185,(short) 0x0185,(short) 0x0185,(short) 0x0185,(short) 0x0185,(short) 0x0185,(short) 0x0185,(short) 0x0185,(short) 0x0185,(short) 0x0185,(short) 0x0185,(short) 0x0185,(short) 0x0185,(short) 0x0185,(short) 0x0185,(short) 0x0404,(short) 0x0404,(short) 0x0404,(short) 0x0404,(short) 0x0404,(short) 0x0404,(short) 0x0404,(short) 0x0404,(short) 0x0404,(short) 0x0404,(short) 0x0404,(short) 0x0404,(short) 0x0404,(short) 0x0404,(short) 0x0404,(short) 0x0404,(short) 0x0404,(short) 0x0404,(short) 0x0404,(short) 0x0404,(short) 0x0404,(short) 0x0404,(short) 0x0404,(short) 0x0404,(short) 0x0404,(short) 0x0404,(short) 0x0404,(short) 0x0404,(short) 0x0404,(short) 0x0404,(short) 0x0404,(short) 0x0404,(short) 0x0204,(short) 0x0204,(short) 0x0204,(short) 0x0204,(short) 0x0204,(short) 0x0204,(short) 0x0204,(short) 0x0204,(short) 0x0204,(short) 0x0204,(short) 0x0204,(short) 0x0204,(short) 0x0204,(short) 0x0204,(short) 0x0204,(short) 0x0204,(short) 0x0204,(short) 0x0204,(short) 0x0204,(short) 0x0204,(short) 0x0204,(short) 0x0204,(short) 0x0204,(short) 0x0204,(short) 0x0204,(short) 0x0204,(short) 0x0204,(short) 0x0204,(short) 0x0204,(short) 0x0204,(short) 0x0204,(short) 0x0204,(short) 0x0104,(short) 0x0104,(short) 0x0104,(short) 0x0104,(short) 0x0104,(short) 0x0104,(short) 0x0104,(short) 0x0104,(short) 0x0104,(short) 0x0104,(short) 0x0104,(short) 0x0104,(short) 0x0104,(short) 0x0104,(short) 0x0104,(short) 0x0104,(short) 0x0104,(short) 0x0104,(short) 0x0104,(short) 0x0104,(short) 0x0104,(short) 0x0104,(short) 0x0104,(short) 0x0104,(short) 0x0104,(short) 0x0104,(short) 0x0104,(short) 0x0104,(short) 0x0104,(short) 0x0104,(short) 0x0104,(short) 0x0104,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0084,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783,(short) 0x0783, }; const int htd_dvm_width = 11; const short htd_dvm[] = {(short) 0xffcb,(short) 0xffcb,(short) 0xffcb,(short) 0xffcb,(short) 0xffcb,(short) 0xffcb,(short) 0xffcb,(short) 0xffcb,(short) 0xffcb,(short) 0xffcb,(short) 0xffcb,(short) 0xffcb,(short) 0xffcb,(short) 0xffcb,(short) 0xffcb,(short) 0xffcb,(short) 0xffcb,(short) 0xffcb,(short) 0xffcb,(short) 0xffcb,(short) 0xffcb,(short) 0xffcb,(short) 0xffcb,(short) 0xffcb,(short) 0xffcb,(short) 0xfe0b,(short) 0x01eb,(short) 0xfe2b,(short) 0x01cb,(short) 0xfe4b,(short) 0x01ab,(short) 0xfe6b,(short) 0x018b,(short) 0xfe8b,(short) 0x016b,(short) 0xfeab,(short) 0x014a,(short) 0x014a,(short) 0xfeca,(short) 0xfeca,(short) 0x012a,(short) 0x012a,(short) 0xfeea,(short) 0xfeea,(short) 0x010a,(short) 0x010a,(short) 0xff0a,(short) 0xff0a,(short) 0x00e8,(short) 0x00e8,(short) 0x00e8,(short) 0x00e8,(short) 0x00e8,(short) 0x00e8,(short) 0x00e8,(short) 0x00e8,(short) 0xff28,(short) 0xff28,(short) 0xff28,(short) 0xff28,(short) 0xff28,(short) 0xff28,(short) 0xff28,(short) 0xff28,(short) 0x00c8,(short) 0x00c8,(short) 0x00c8,(short) 0x00c8,(short) 0x00c8,(short) 0x00c8,(short) 0x00c8,(short) 0x00c8,(short) 0xff48,(short) 0xff48,(short) 0xff48,(short) 0xff48,(short) 0xff48,(short) 0xff48,(short) 0xff48,(short) 0xff48,(short) 0x00a8,(short) 0x00a8,(short) 0x00a8,(short) 0x00a8,(short) 0x00a8,(short) 0x00a8,(short) 0x00a8,(short) 0x00a8,(short) 0xff68,(short) 0xff68,(short) 0xff68,(short) 0xff68,(short) 0xff68,(short) 0xff68,(short) 0xff68,(short) 0xff68,(short) 0x0087,(short) 0x0087,(short) 0x0087,(short) 0x0087,(short) 0x0087,(short) 0x0087,(short) 0x0087,(short) 0x0087,(short) 0x0087,(short) 0x0087,(short) 0x0087,(short) 0x0087,(short) 0x0087,(short) 0x0087,(short) 0x0087,(short) 0x0087,(short) 0xff87,(short) 0xff87,(short) 0xff87,(short) 0xff87,(short) 0xff87,(short) 0xff87,(short) 0xff87,(short) 0xff87,(short) 0xff87,(short) 0xff87,(short) 0xff87,(short) 0xff87,(short) 0xff87,(short) 0xff87,(short) 0xff87,(short) 0xff87,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0x0065,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0xffa5,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0x0044,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0xffc4,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0x0023,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0xffe3,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001,(short) 0x0001, }; const int htd_tcoeff_width = 14; const short htd_tcoeff[] = {(short) 0xffce,(short) 0xffce,(short) 0xffce,(short) 0xffce,(short) 0xffce,(short) 0xffce,(short) 0xffce,(short) 0xffce,(short) 0xffce,(short) 0xffce,(short) 0xffce,(short) 0xffce,(short) 0xffce,(short) 0xffce,(short) 0xffce,(short) 0xffce,(short) 0xffce,(short) 0xffce,(short) 0xffce,(short) 0xffce,(short) 0xffce,(short) 0xffce,(short) 0xffce,(short) 0xffce,(short) 0xffce,(short) 0xffce,(short) 0xffce,(short) 0xffce,(short) 0xffce,(short) 0xffce,(short) 0xffce,(short) 0xffce,(short) 0x094e,(short) 0x794e,(short) 0x092e,(short) 0x792e,(short) 0x0cae,(short) 0x74ae,(short) 0x106e,(short) 0x706e,(short) 0x144e,(short) 0x6c4e,(short) 0x1c2e,(short) 0x642e,(short) 0x182e,(short) 0x682e,(short) 0x3c0e,(short) 0x440e,(short) 0x380e,(short) 0x480e,(short) 0x340e,(short) 0x4c0e,(short) 0x300e,(short) 0x500e,(short) 0x074e,(short) 0x7f4e,(short) 0x072e,(short) 0x7f2e,(short) 0x070e,(short) 0x7f0e,(short) 0x06ee,(short) 0x7eee,(short) 0x06ce,(short) 0x7ece,(short) 0x2c0d,(short) 0x2c0d,(short) 0x540d,(short) 0x540d,(short) 0x090d,(short) 0x090d,(short) 0x790d,(short) 0x790d,(short) 0x0c8d,(short) 0x0c8d,(short) 0x748d,(short) 0x748d,(short) 0x280d,(short) 0x280d,(short) 0x580d,(short) 0x580d,(short) 0x104d,(short) 0x104d,(short) 0x704d,(short) 0x704d,(short) 0x08ed,(short) 0x08ed,(short) 0x78ed,(short) 0x78ed,(short) 0x06ad,(short) 0x06ad,(short) 0x7ead,(short) 0x7ead,(short) 0x068d,(short) 0x068d,(short) 0x7e8d,(short) 0x7e8d,(short) 0x240d,(short) 0x240d,(short) 0x5c0d,(short) 0x5c0d,(short) 0x066d,(short) 0x066d,(short) 0x7e6d,(short) 0x7e6d,(short) 0x064d,(short) 0x064d,(short) 0x7e4d,(short) 0x7e4d,(short) 0x142d,(short) 0x142d,(short) 0x6c2d,(short) 0x6c2d,(short) 0x0c6d,(short) 0x0c6d,(short) 0x746d,(short) 0x746d,(short) 0x200d,(short) 0x200d,(short) 0x600d,(short) 0x600d,(short) 0x08cd,(short) 0x08cd,(short) 0x78cd,(short) 0x78cd,(short) 0x062d,(short) 0x062d,(short) 0x7e2d,(short) 0x7e2d,(short) 0x060b,(short) 0x060b,(short) 0x060b,(short) 0x060b,(short) 0x060b,(short) 0x060b,(short) 0x060b,(short) 0x060b,(short) 0x7e0b,(short) 0x7e0b,(short) 0x7e0b,(short) 0x7e0b,(short) 0x7e0b,(short) 0x7e0b,(short) 0x7e0b,(short) 0x7e0b,(short) 0x08ab,(short) 0x08ab,(short) 0x08ab,(short) 0x08ab,(short) 0x08ab,(short) 0x08ab,(short) 0x08ab,(short) 0x08ab,(short) 0x78ab,(short) 0x78ab,(short) 0x78ab,(short) 0x78ab,(short) 0x78ab,(short) 0x78ab,(short) 0x78ab,(short) 0x78ab,(short) 0x1c0b,(short) 0x1c0b,(short) 0x1c0b,(short) 0x1c0b,(short) 0x1c0b,(short) 0x1c0b,(short) 0x1c0b,(short) 0x1c0b,(short) 0x640b,(short) 0x640b,(short) 0x640b,(short) 0x640b,(short) 0x640b,(short) 0x640b,(short) 0x640b,(short) 0x640b,(short) 0x0c4b,(short) 0x0c4b,(short) 0x0c4b,(short) 0x0c4b,(short) 0x0c4b,(short) 0x0c4b,(short) 0x0c4b,(short) 0x0c4b,(short) 0x744b,(short) 0x744b,(short) 0x744b,(short) 0x744b,(short) 0x744b,(short) 0x744b,(short) 0x744b,(short) 0x744b,(short) 0x102b,(short) 0x102b,(short) 0x102b,(short) 0x102b,(short) 0x102b,(short) 0x102b,(short) 0x102b,(short) 0x102b,(short) 0x702b,(short) 0x702b,(short) 0x702b,(short) 0x702b,(short) 0x702b,(short) 0x702b,(short) 0x702b,(short) 0x702b,(short) 0x05eb,(short) 0x05eb,(short) 0x05eb,(short) 0x05eb,(short) 0x05eb,(short) 0x05eb,(short) 0x05eb,(short) 0x05eb,(short) 0x7deb,(short) 0x7deb,(short) 0x7deb,(short) 0x7deb,(short) 0x7deb,(short) 0x7deb,(short) 0x7deb,(short) 0x7deb,(short) 0x05cb,(short) 0x05cb,(short) 0x05cb,(short) 0x05cb,(short) 0x05cb,(short) 0x05cb,(short) 0x05cb,(short) 0x05cb,(short) 0x7dcb,(short) 0x7dcb,(short) 0x7dcb,(short) 0x7dcb,(short) 0x7dcb,(short) 0x7dcb,(short) 0x7dcb,(short) 0x7dcb,(short) 0x088b,(short) 0x088b,(short) 0x088b,(short) 0x088b,(short) 0x088b,(short) 0x088b,(short) 0x088b,(short) 0x088b,(short) 0x788b,(short) 0x788b,(short) 0x788b,(short) 0x788b,(short) 0x788b,(short) 0x788b,(short) 0x788b,(short) 0x788b,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0006,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x0848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x7848,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x0528,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x7d28,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x1008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x7008,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x0508,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x7d08,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x04e7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x7ce7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x04c7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x7cc7,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x0827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x7827,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x04a7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x7ca7,(short) 0x05a9,(short) 0x05a9,(short) 0x05a9,(short) 0x05a9,(short) 0x05a9,(short) 0x05a9,(short) 0x05a9,(short) 0x05a9,(short) 0x05a9,(short) 0x05a9,(short) 0x05a9,(short) 0x05a9,(short) 0x05a9,(short) 0x05a9,(short) 0x05a9,(short) 0x05a9,(short) 0x05a9,(short) 0x05a9,(short) 0x05a9,(short) 0x05a9,(short) 0x05a9,(short) 0x05a9,(short) 0x05a9,(short) 0x05a9,(short) 0x05a9,(short) 0x05a9,(short) 0x05a9,(short) 0x05a9,(short) 0x05a9,(short) 0x05a9,(short) 0x05a9,(short) 0x05a9,(short) 0x7da9,(short) 0x7da9,(short) 0x7da9,(short) 0x7da9,(short) 0x7da9,(short) 0x7da9,(short) 0x7da9,(short) 0x7da9,(short) 0x7da9,(short) 0x7da9,(short) 0x7da9,(short) 0x7da9,(short) 0x7da9,(short) 0x7da9,(short) 0x7da9,(short) 0x7da9,(short) 0x7da9,(short) 0x7da9,(short) 0x7da9,(short) 0x7da9,(short) 0x7da9,(short) 0x7da9,(short) 0x7da9,(short) 0x7da9,(short) 0x7da9,(short) 0x7da9,(short) 0x7da9,(short) 0x7da9,(short) 0x7da9,(short) 0x7da9,(short) 0x7da9,(short) 0x7da9,(short) 0x1809,(short) 0x1809,(short) 0x1809,(short) 0x1809,(short) 0x1809,(short) 0x1809,(short) 0x1809,(short) 0x1809,(short) 0x1809,(short) 0x1809,(short) 0x1809,(short) 0x1809,(short) 0x1809,(short) 0x1809,(short) 0x1809,(short) 0x1809,(short) 0x1809,(short) 0x1809,(short) 0x1809,(short) 0x1809,(short) 0x1809,(short) 0x1809,(short) 0x1809,(short) 0x1809,(short) 0x1809,(short) 0x1809,(short) 0x1809,(short) 0x1809,(short) 0x1809,(short) 0x1809,(short) 0x1809,(short) 0x1809,(short) 0x6809,(short) 0x6809,(short) 0x6809,(short) 0x6809,(short) 0x6809,(short) 0x6809,(short) 0x6809,(short) 0x6809,(short) 0x6809,(short) 0x6809,(short) 0x6809,(short) 0x6809,(short) 0x6809,(short) 0x6809,(short) 0x6809,(short) 0x6809,(short) 0x6809,(short) 0x6809,(short) 0x6809,(short) 0x6809,(short) 0x6809,(short) 0x6809,(short) 0x6809,(short) 0x6809,(short) 0x6809,(short) 0x6809,(short) 0x6809,(short) 0x6809,(short) 0x6809,(short) 0x6809,(short) 0x6809,(short) 0x6809,(short) 0x0589,(short) 0x0589,(short) 0x0589,(short) 0x0589,(short) 0x0589,(short) 0x0589,(short) 0x0589,(short) 0x0589,(short) 0x0589,(short) 0x0589,(short) 0x0589,(short) 0x0589,(short) 0x0589,(short) 0x0589,(short) 0x0589,(short) 0x0589,(short) 0x0589,(short) 0x0589,(short) 0x0589,(short) 0x0589,(short) 0x0589,(short) 0x0589,(short) 0x0589,(short) 0x0589,(short) 0x0589,(short) 0x0589,(short) 0x0589,(short) 0x0589,(short) 0x0589,(short) 0x0589,(short) 0x0589,(short) 0x0589,(short) 0x7d89,(short) 0x7d89,(short) 0x7d89,(short) 0x7d89,(short) 0x7d89,(short) 0x7d89,(short) 0x7d89,(short) 0x7d89,(short) 0x7d89,(short) 0x7d89,(short) 0x7d89,(short) 0x7d89,(short) 0x7d89,(short) 0x7d89,(short) 0x7d89,(short) 0x7d89,(short) 0x7d89,(short) 0x7d89,(short) 0x7d89,(short) 0x7d89,(short) 0x7d89,(short) 0x7d89,(short) 0x7d89,(short) 0x7d89,(short) 0x7d89,(short) 0x7d89,(short) 0x7d89,(short) 0x7d89,(short) 0x7d89,(short) 0x7d89,(short) 0x7d89,(short) 0x7d89,(short) 0x0569,(short) 0x0569,(short) 0x0569,(short) 0x0569,(short) 0x0569,(short) 0x0569,(short) 0x0569,(short) 0x0569,(short) 0x0569,(short) 0x0569,(short) 0x0569,(short) 0x0569,(short) 0x0569,(short) 0x0569,(short) 0x0569,(short) 0x0569,(short) 0x0569,(short) 0x0569,(short) 0x0569,(short) 0x0569,(short) 0x0569,(short) 0x0569,(short) 0x0569,(short) 0x0569,(short) 0x0569,(short) 0x0569,(short) 0x0569,(short) 0x0569,(short) 0x0569,(short) 0x0569,(short) 0x0569,(short) 0x0569,(short) 0x7d69,(short) 0x7d69,(short) 0x7d69,(short) 0x7d69,(short) 0x7d69,(short) 0x7d69,(short) 0x7d69,(short) 0x7d69,(short) 0x7d69,(short) 0x7d69,(short) 0x7d69,(short) 0x7d69,(short) 0x7d69,(short) 0x7d69,(short) 0x7d69,(short) 0x7d69,(short) 0x7d69,(short) 0x7d69,(short) 0x7d69,(short) 0x7d69,(short) 0x7d69,(short) 0x7d69,(short) 0x7d69,(short) 0x7d69,(short) 0x7d69,(short) 0x7d69,(short) 0x7d69,(short) 0x7d69,(short) 0x7d69,(short) 0x7d69,(short) 0x7d69,(short) 0x7d69,(short) 0x0869,(short) 0x0869,(short) 0x0869,(short) 0x0869,(short) 0x0869,(short) 0x0869,(short) 0x0869,(short) 0x0869,(short) 0x0869,(short) 0x0869,(short) 0x0869,(short) 0x0869,(short) 0x0869,(short) 0x0869,(short) 0x0869,(short) 0x0869,(short) 0x0869,(short) 0x0869,(short) 0x0869,(short) 0x0869,(short) 0x0869,(short) 0x0869,(short) 0x0869,(short) 0x0869,(short) 0x0869,(short) 0x0869,(short) 0x0869,(short) 0x0869,(short) 0x0869,(short) 0x0869,(short) 0x0869,(short) 0x0869,(short) 0x7869,(short) 0x7869,(short) 0x7869,(short) 0x7869,(short) 0x7869,(short) 0x7869,(short) 0x7869,(short) 0x7869,(short) 0x7869,(short) 0x7869,(short) 0x7869,(short) 0x7869,(short) 0x7869,(short) 0x7869,(short) 0x7869,(short) 0x7869,(short) 0x7869,(short) 0x7869,(short) 0x7869,(short) 0x7869,(short) 0x7869,(short) 0x7869,(short) 0x7869,(short) 0x7869,(short) 0x7869,(short) 0x7869,(short) 0x7869,(short) 0x7869,(short) 0x7869,(short) 0x7869,(short) 0x7869,(short) 0x7869,(short) 0x0c29,(short) 0x0c29,(short) 0x0c29,(short) 0x0c29,(short) 0x0c29,(short) 0x0c29,(short) 0x0c29,(short) 0x0c29,(short) 0x0c29,(short) 0x0c29,(short) 0x0c29,(short) 0x0c29,(short) 0x0c29,(short) 0x0c29,(short) 0x0c29,(short) 0x0c29,(short) 0x0c29,(short) 0x0c29,(short) 0x0c29,(short) 0x0c29,(short) 0x0c29,(short) 0x0c29,(short) 0x0c29,(short) 0x0c29,(short) 0x0c29,(short) 0x0c29,(short) 0x0c29,(short) 0x0c29,(short) 0x0c29,(short) 0x0c29,(short) 0x0c29,(short) 0x0c29,(short) 0x7429,(short) 0x7429,(short) 0x7429,(short) 0x7429,(short) 0x7429,(short) 0x7429,(short) 0x7429,(short) 0x7429,(short) 0x7429,(short) 0x7429,(short) 0x7429,(short) 0x7429,(short) 0x7429,(short) 0x7429,(short) 0x7429,(short) 0x7429,(short) 0x7429,(short) 0x7429,(short) 0x7429,(short) 0x7429,(short) 0x7429,(short) 0x7429,(short) 0x7429,(short) 0x7429,(short) 0x7429,(short) 0x7429,(short) 0x7429,(short) 0x7429,(short) 0x7429,(short) 0x7429,(short) 0x7429,(short) 0x7429,(short) 0x1409,(short) 0x1409,(short) 0x1409,(short) 0x1409,(short) 0x1409,(short) 0x1409,(short) 0x1409,(short) 0x1409,(short) 0x1409,(short) 0x1409,(short) 0x1409,(short) 0x1409,(short) 0x1409,(short) 0x1409,(short) 0x1409,(short) 0x1409,(short) 0x1409,(short) 0x1409,(short) 0x1409,(short) 0x1409,(short) 0x1409,(short) 0x1409,(short) 0x1409,(short) 0x1409,(short) 0x1409,(short) 0x1409,(short) 0x1409,(short) 0x1409,(short) 0x1409,(short) 0x1409,(short) 0x1409,(short) 0x1409,(short) 0x6c09,(short) 0x6c09,(short) 0x6c09,(short) 0x6c09,(short) 0x6c09,(short) 0x6c09,(short) 0x6c09,(short) 0x6c09,(short) 0x6c09,(short) 0x6c09,(short) 0x6c09,(short) 0x6c09,(short) 0x6c09,(short) 0x6c09,(short) 0x6c09,(short) 0x6c09,(short) 0x6c09,(short) 0x6c09,(short) 0x6c09,(short) 0x6c09,(short) 0x6c09,(short) 0x6c09,(short) 0x6c09,(short) 0x6c09,(short) 0x6c09,(short) 0x6c09,(short) 0x6c09,(short) 0x6c09,(short) 0x6c09,(short) 0x6c09,(short) 0x6c09,(short) 0x6c09,(short) 0x0549,(short) 0x0549,(short) 0x0549,(short) 0x0549,(short) 0x0549,(short) 0x0549,(short) 0x0549,(short) 0x0549,(short) 0x0549,(short) 0x0549,(short) 0x0549,(short) 0x0549,(short) 0x0549,(short) 0x0549,(short) 0x0549,(short) 0x0549,(short) 0x0549,(short) 0x0549,(short) 0x0549,(short) 0x0549,(short) 0x0549,(short) 0x0549,(short) 0x0549,(short) 0x0549,(short) 0x0549,(short) 0x0549,(short) 0x0549,(short) 0x0549,(short) 0x0549,(short) 0x0549,(short) 0x0549,(short) 0x0549,(short) 0x7d49,(short) 0x7d49,(short) 0x7d49,(short) 0x7d49,(short) 0x7d49,(short) 0x7d49,(short) 0x7d49,(short) 0x7d49,(short) 0x7d49,(short) 0x7d49,(short) 0x7d49,(short) 0x7d49,(short) 0x7d49,(short) 0x7d49,(short) 0x7d49,(short) 0x7d49,(short) 0x7d49,(short) 0x7d49,(short) 0x7d49,(short) 0x7d49,(short) 0x7d49,(short) 0x7d49,(short) 0x7d49,(short) 0x7d49,(short) 0x7d49,(short) 0x7d49,(short) 0x7d49,(short) 0x7d49,(short) 0x7d49,(short) 0x7d49,(short) 0x7d49,(short) 0x7d49,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x0c06,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x7406,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x0486,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x7c86,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x0466,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x7c66,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x0805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x7805,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x0445,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x7c45,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x0424,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0x7c24,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0xffe2,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x0403,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03,(short) 0x7c03, }; struct huffent hte_mba[33] = { { 1, 1 }, { 3, 3 }, { 2, 3 }, { 3, 4 }, { 2, 4 }, { 3, 5 }, { 2, 5 }, { 7, 7 }, { 6, 7 }, { 11, 8 }, { 10, 8 }, { 9, 8 }, { 8, 8 }, { 7, 8 }, { 6, 8 }, { 23, 10 }, { 22, 10 }, { 21, 10 }, { 20, 10 }, { 19, 10 }, { 18, 10 }, { 35, 11 }, { 34, 11 }, { 33, 11 }, { 32, 11 }, { 31, 11 }, { 30, 11 }, { 29, 11 }, { 28, 11 }, { 27, 11 }, { 26, 11 }, { 25, 11 }, { 24, 11 }, }; struct huffent hte_tc[1 << 11] = { { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 6, 3 }, { 6, 4 }, { 10, 5 }, { 14, 6 }, { 12, 6 }, { 14, 7 }, { 10, 7 }, { 8, 7 }, { 14, 8 }, { 10, 8 }, { 78, 9 }, { 70, 9 }, { 68, 9 }, { 64, 9 }, { 28, 11 }, { 26, 11 }, { 16, 11 }, { 62, 13 }, { 52, 13 }, { 50, 13 }, { 46, 13 }, { 44, 13 }, { 62, 14 }, { 60, 14 }, { 58, 14 }, { 56, 14 }, { 54, 14 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 8, 5 }, { 12, 7 }, { 8, 8 }, { 72, 9 }, { 30, 11 }, { 18, 11 }, { 60, 13 }, { 42, 13 }, { 34, 13 }, { 34, 14 }, { 32, 14 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 10, 6 }, { 74, 9 }, { 22, 11 }, { 56, 13 }, { 36, 13 }, { 36, 14 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 12, 8 }, { 24, 11 }, { 40, 13 }, { 38, 14 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 76, 9 }, { 54, 13 }, { 40, 14 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 66, 9 }, { 44, 14 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 20, 11 }, { 42, 14 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 58, 13 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 48, 13 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 38, 13 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 32, 13 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 52, 14 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 50, 14 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 48, 14 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 46, 14 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 47, 14 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 49, 14 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 51, 14 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 53, 14 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 33, 13 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 39, 13 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 49, 13 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 59, 13 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 21, 11 }, { 43, 14 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 67, 9 }, { 45, 14 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 77, 9 }, { 55, 13 }, { 41, 14 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 13, 8 }, { 25, 11 }, { 41, 13 }, { 39, 14 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 11, 6 }, { 75, 9 }, { 23, 11 }, { 57, 13 }, { 37, 13 }, { 37, 14 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 9, 5 }, { 13, 7 }, { 9, 8 }, { 73, 9 }, { 31, 11 }, { 19, 11 }, { 61, 13 }, { 43, 13 }, { 35, 13 }, { 35, 14 }, { 33, 14 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 7, 3 }, { 7, 4 }, { 11, 5 }, { 15, 6 }, { 13, 6 }, { 15, 7 }, { 11, 7 }, { 9, 7 }, { 15, 8 }, { 11, 8 }, { 79, 9 }, { 71, 9 }, { 69, 9 }, { 65, 9 }, { 29, 11 }, { 27, 11 }, { 17, 11 }, { 63, 13 }, { 53, 13 }, { 51, 13 }, { 47, 13 }, { 45, 13 }, { 63, 14 }, { 61, 14 }, { 59, 14 }, { 57, 14 }, { 55, 14 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, { 0, 0 }, }; openh323_v1_18_0/src/vic/p64-huff.h0100644000176200056700000003224007634302003016706 0ustar releasepostincr/* * Copyright (c) 1993-1994 Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the Network Research * Group at Lawrence Berkeley Laboratory. * 4. Neither the name of the University nor of the Laboratory may be used * to endorse or promote products derived from this software without * specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * */ /************ Change log * * $Log: p64-huff.h,v $ * Revision 1.5 2003/03/14 07:25:55 robertj * Removed $header keyword so is not different on alternate repositories * * Revision 1.4 2002/10/10 05:38:30 robertj * Removed non-ansi-C comments to maximise portability, thanks Martijn Roest * * Revision 1.3 2002/04/05 00:53:19 dereks * Modify video frame encoding so that frame is encoded on an incremental basis. * Thanks to Walter Whitlock - good work. * * Revision 1.2 2000/08/25 03:18:50 dereks * Add change log facility (Thanks Robert for the info on implementation) * * * ********/ #ifdef __cplusplus extern "C" { #endif #define SYM_ESCAPE 0 #define SYM_EOB -1 #define SYM_STUFFBITS 0 #define SYM_STARTCODE -1 #define SYM_ILLEGAL -2 #define SYM_EOMB -3 /* * Flags that indicate which types of encoding apply * to a given macroblock type code. * * MT_QUANT new quantization factor present * MT_CBP bit vector of which blocks present * MT_INTRA this block is intra-coded (e.g., not differenced) * MT_MFM motion vectors present (e.g., displacement of difference) * MT_FILTER old block should be filtered before summing with xmitted blk * MT_TCOEFF block present */ #define MT_TCOEFF 0x01 #define MT_CBP 0x02 #define MT_MVD 0x04 #define MT_MQUANT 0x08 #define MT_FILTER 0x10 #define MT_INTRA 0x20 #ifndef HUFFSTRINGS struct huffent { int val; /* Huffman code value */ int nb; /* number of bits */ }; extern const unsigned char skiptab[]; /* * Lookup tables that map an encoded prefix of the bit string, * into the next symbol (for decoding). */ extern const short htd_mtype[]; extern const short htd_mba[]; extern const short htd_cbp[]; extern const short htd_dvm[]; extern const short htd_tcoeff[]; extern const short htd_tcoeff_noeob[]; extern const int htd_mtype_width; extern const int htd_mba_width; extern const int htd_cbp_width; extern const int htd_dvm_width; extern const int htd_tcoeff_width; extern const int htd_tcoeff_noeob_width; /* * Look up tables that produce a huffman encoding string * from a symbol or group of symbols (for encoding). */ extern struct huffent hte_mba[]; extern struct huffent hte_tc[]; #else struct huffcode { int val; char* str; }; static struct huffcode hc_mtype[] = { { MT_CBP|MT_TCOEFF, "1" }, { MT_FILTER|MT_MVD|MT_CBP|MT_TCOEFF, "01" }, { MT_FILTER|MT_MVD, "001" }, { MT_INTRA|MT_TCOEFF, "0001" }, { MT_MQUANT|MT_CBP|MT_TCOEFF, "00001" }, { MT_MQUANT|MT_FILTER|MT_MVD|MT_CBP|MT_TCOEFF, "000001" }, { MT_INTRA|MT_MQUANT|MT_TCOEFF, "0000001" }, { MT_MVD|MT_CBP|MT_TCOEFF, "00000001" }, { MT_MVD, "000000001" }, { MT_MQUANT|MT_CBP|MT_MVD|MT_TCOEFF, "0000000001" }, { 0, 0 } }; static struct huffcode hc_mba[] = { { SYM_STUFFBITS, "00000001111" }, { SYM_STARTCODE, "0000000000000001" }, { 1, "1" }, { 2, "011" }, { 3, "010" }, { 4, "0011" }, { 5, "0010" }, { 6, "00011" }, { 7, "00010" }, { 8, "0000111" }, { 9, "0000110" }, { 10, "00001011" }, { 11, "00001010" }, { 12, "00001001" }, { 13, "00001000" }, { 14, "00000111" }, { 15, "00000110" }, { 16, "0000010111" }, { 17, "0000010110" }, { 18, "0000010101" }, { 19, "0000010100" }, { 20, "0000010011" }, { 21, "0000010010" }, { 22, "00000100011" }, { 23, "00000100010" }, { 24, "00000100001" }, { 25, "00000100000" }, { 26, "00000011111" }, { 27, "00000011110" }, { 28, "00000011101" }, { 29, "00000011100" }, { 30, "00000011011" }, { 31, "00000011010" }, { 32, "00000011001" }, { 33, "00000011000" }, { 0, 0 } }; static huffcode hc_cbp[] = { { 1, "01011" }, { 2, "01001" }, { 3, "001101" }, { 4, "1101" }, { 5, "0010111" }, { 6, "0010011" }, { 7, "00011111" }, { 8, "1100" }, { 9, "0010110" }, { 10, "0010010" }, { 11, "00011110" }, { 12, "10011" }, { 13, "00011011" }, { 14, "00010111" }, { 15, "00010011" }, { 16, "1011" }, { 17, "0010101" }, { 18, "0010001" }, { 19, "00011101" }, { 20, "10001" }, { 21, "00011001" }, { 22, "00010101" }, { 23, "00010001" }, { 24, "001111" }, { 25, "00001111" }, { 26, "00001101" }, { 27, "000000011" }, { 28, "01111" }, { 29, "00001011" }, { 30, "00000111" }, { 31, "000000111" }, { 32, "1010" }, { 33, "0010100" }, { 34, "0010000" }, { 35, "00011100" }, { 36, "001110" }, { 37, "00001110" }, { 38, "00001100" }, { 39, "000000010" }, { 40, "10000" }, { 41, "00011000" }, { 42, "00010100" }, { 43, "00010000" }, { 44, "01110" }, { 45, "00001010" }, { 46, "00000110" }, { 47, "000000110" }, { 48, "10010" }, { 49, "00011010" }, { 50, "00010110" }, { 51, "00010010" }, { 52, "01101" }, { 53, "00001001" }, { 54, "00000101" }, { 55, "000000101" }, { 56, "01100" }, { 57, "00001000" }, { 58, "00000100" }, { 59, "000000100" }, { 60, "111" }, { 61, "01010" }, { 62, "01000" }, { 63, "001100" }, { 0, 0 } }; static struct huffcode hc_dvm[] = { { -16, "00000011001" }, { -15, "00000011011" }, { -14, "00000011101" }, { -13, "00000011111" }, { -12, "00000100001" }, { -11, "00000100011" }, { -10, "0000010011" }, { -9, "0000010101" }, { -8, "0000010111" }, { -7, "00000111" }, { -6, "00001001" }, { -5, "00001011" }, { -4, "0000111" }, { -3, "00011" }, { -2, "0011" }, { -1, "011" }, { 0, "1" }, { 1, "010" }, { 2, "0010" }, { 3, "00010" }, { 4, "0000110" }, { 5, "00001010" }, { 6, "00001000" }, { 7, "00000110" }, { 8, "0000010110" }, { 9, "0000010100" }, { 10, "0000010010" }, { 11, "00000100010" }, { 12, "00000100000" }, { 13, "00000011110" }, { 14, "00000011100" }, { 15, "00000011010" }, { 0, 0 } }; /* * The signs of the values below are determined by the last * bit in the huffman code. Rather than special case them * in the decoding process, we make this table twice as big. * (Note that we have to be careful that SYM_ESCAPE = -1 * or SYM_ILLEGAL = -2 don't crop up here -- they don't.) */ static struct huffcode hc_tcoeff[] = { { SYM_EOB, "10" }, { SYM_ESCAPE, "000001" }, #define TC_RUN(x) (x) #define TC_LEVEL(x) (((x) & 0x1f) << 5) { TC_RUN(0)|TC_LEVEL(1), "110" }, { TC_RUN(0)|TC_LEVEL(-1), "111" }, { TC_RUN(0)|TC_LEVEL(2), "01000" }, { TC_RUN(0)|TC_LEVEL(-2), "01001" }, { TC_RUN(0)|TC_LEVEL(3), "001010" }, { TC_RUN(0)|TC_LEVEL(-3), "001011" }, { TC_RUN(0)|TC_LEVEL(4), "00001100" }, { TC_RUN(0)|TC_LEVEL(-4), "00001101" }, { TC_RUN(0)|TC_LEVEL(5), "001001100" }, { TC_RUN(0)|TC_LEVEL(-5), "001001101" }, { TC_RUN(0)|TC_LEVEL(6), "001000010" }, { TC_RUN(0)|TC_LEVEL(-6), "001000011" }, { TC_RUN(0)|TC_LEVEL(7), "00000010100" }, { TC_RUN(0)|TC_LEVEL(-7), "00000010101" }, { TC_RUN(0)|TC_LEVEL(8), "0000000111010" }, { TC_RUN(0)|TC_LEVEL(-8), "0000000111011" }, { TC_RUN(0)|TC_LEVEL(9), "0000000110000" }, { TC_RUN(0)|TC_LEVEL(-9), "0000000110001" }, { TC_RUN(0)|TC_LEVEL(10), "0000000100110" }, { TC_RUN(0)|TC_LEVEL(-10), "0000000100111" }, { TC_RUN(0)|TC_LEVEL(11), "0000000100000" }, { TC_RUN(0)|TC_LEVEL(-11), "0000000100001" }, { TC_RUN(0)|TC_LEVEL(12), "00000000110100" }, { TC_RUN(0)|TC_LEVEL(-12), "00000000110101" }, { TC_RUN(0)|TC_LEVEL(13), "00000000110010" }, { TC_RUN(0)|TC_LEVEL(-13), "00000000110011" }, { TC_RUN(0)|TC_LEVEL(14), "00000000110000" }, { TC_RUN(0)|TC_LEVEL(-14), "00000000110001" }, { TC_RUN(0)|TC_LEVEL(15), "00000000101110" }, { TC_RUN(0)|TC_LEVEL(-15), "00000000101111" }, { TC_RUN(1)|TC_LEVEL(1), "0110" }, { TC_RUN(1)|TC_LEVEL(-1), "0111" }, { TC_RUN(1)|TC_LEVEL(2), "0001100" }, { TC_RUN(1)|TC_LEVEL(-2), "0001101" }, { TC_RUN(1)|TC_LEVEL(3), "001001010" }, { TC_RUN(1)|TC_LEVEL(-3), "001001011" }, { TC_RUN(1)|TC_LEVEL(4), "00000011000" }, { TC_RUN(1)|TC_LEVEL(-4), "00000011001" }, { TC_RUN(1)|TC_LEVEL(5), "0000000110110" }, { TC_RUN(1)|TC_LEVEL(-5), "0000000110111" }, { TC_RUN(1)|TC_LEVEL(6), "00000000101100" }, { TC_RUN(1)|TC_LEVEL(-6), "00000000101101" }, { TC_RUN(1)|TC_LEVEL(7), "00000000101010" }, { TC_RUN(1)|TC_LEVEL(-7), "00000000101011" }, { TC_RUN(2)|TC_LEVEL(1), "01010" }, { TC_RUN(2)|TC_LEVEL(-1), "01011" }, { TC_RUN(2)|TC_LEVEL(2), "00001000" }, { TC_RUN(2)|TC_LEVEL(-2), "00001001" }, { TC_RUN(2)|TC_LEVEL(3), "00000010110" }, { TC_RUN(2)|TC_LEVEL(-3), "00000010111" }, { TC_RUN(2)|TC_LEVEL(4), "0000000101000" }, { TC_RUN(2)|TC_LEVEL(-4), "0000000101001" }, { TC_RUN(2)|TC_LEVEL(5), "00000000101000" }, { TC_RUN(2)|TC_LEVEL(-5), "00000000101001" }, { TC_RUN(3)|TC_LEVEL(1), "001110" }, { TC_RUN(3)|TC_LEVEL(-1), "001111" }, { TC_RUN(3)|TC_LEVEL(2), "001001000" }, { TC_RUN(3)|TC_LEVEL(-2), "001001001" }, { TC_RUN(3)|TC_LEVEL(3), "0000000111000" }, { TC_RUN(3)|TC_LEVEL(-3), "0000000111001" }, { TC_RUN(3)|TC_LEVEL(4), "00000000100110" }, { TC_RUN(3)|TC_LEVEL(-4), "00000000100111" }, { TC_RUN(4)|TC_LEVEL(1), "001100" }, { TC_RUN(4)|TC_LEVEL(-1), "001101" }, { TC_RUN(4)|TC_LEVEL(2), "00000011110" }, { TC_RUN(4)|TC_LEVEL(-2), "00000011111" }, { TC_RUN(4)|TC_LEVEL(3), "0000000100100" }, { TC_RUN(4)|TC_LEVEL(-3), "0000000100101" }, { TC_RUN(5)|TC_LEVEL(1), "0001110" }, { TC_RUN(5)|TC_LEVEL(-1), "0001111" }, { TC_RUN(5)|TC_LEVEL(2), "00000010010" }, { TC_RUN(5)|TC_LEVEL(-2), "00000010011" }, { TC_RUN(5)|TC_LEVEL(3), "00000000100100" }, { TC_RUN(5)|TC_LEVEL(-3), "00000000100101" }, { TC_RUN(6)|TC_LEVEL(1), "0001010" }, { TC_RUN(6)|TC_LEVEL(-1), "0001011" }, { TC_RUN(6)|TC_LEVEL(2), "0000000111100" }, { TC_RUN(6)|TC_LEVEL(-2), "0000000111101" }, { TC_RUN(7)|TC_LEVEL(1), "0001000" }, { TC_RUN(7)|TC_LEVEL(-1), "0001001" }, { TC_RUN(7)|TC_LEVEL(2), "0000000101010" }, { TC_RUN(7)|TC_LEVEL(-2), "0000000101011" }, { TC_RUN(8)|TC_LEVEL(1), "00001110" }, { TC_RUN(8)|TC_LEVEL(-1), "00001111" }, { TC_RUN(8)|TC_LEVEL(2), "0000000100010" }, { TC_RUN(8)|TC_LEVEL(-2), "0000000100011" }, { TC_RUN(9)|TC_LEVEL(1), "00001010" }, { TC_RUN(9)|TC_LEVEL(-1), "00001011" }, { TC_RUN(9)|TC_LEVEL(2), "00000000100010" }, { TC_RUN(9)|TC_LEVEL(-2), "00000000100011" }, { TC_RUN(10)|TC_LEVEL(1), "001001110" }, { TC_RUN(10)|TC_LEVEL(-1), "001001111" }, { TC_RUN(10)|TC_LEVEL(2), "00000000100000" }, { TC_RUN(10)|TC_LEVEL(-2), "00000000100001" }, { TC_RUN(11)|TC_LEVEL(1), "001000110" }, { TC_RUN(11)|TC_LEVEL(-1), "001000111" }, { TC_RUN(12)|TC_LEVEL(1), "001000100" }, { TC_RUN(12)|TC_LEVEL(-1), "001000101" }, { TC_RUN(13)|TC_LEVEL(1), "001000000" }, { TC_RUN(13)|TC_LEVEL(-1), "001000001" }, { TC_RUN(14)|TC_LEVEL(1), "00000011100" }, { TC_RUN(14)|TC_LEVEL(-1), "00000011101" }, { TC_RUN(15)|TC_LEVEL(1), "00000011010" }, { TC_RUN(15)|TC_LEVEL(-1), "00000011011" }, { TC_RUN(16)|TC_LEVEL(1), "00000010000" }, { TC_RUN(16)|TC_LEVEL(-1), "00000010001" }, { TC_RUN(17)|TC_LEVEL(1), "0000000111110" }, { TC_RUN(17)|TC_LEVEL(-1), "0000000111111" }, { TC_RUN(18)|TC_LEVEL(1), "0000000110100" }, { TC_RUN(18)|TC_LEVEL(-1), "0000000110101" }, { TC_RUN(19)|TC_LEVEL(1), "0000000110010" }, { TC_RUN(19)|TC_LEVEL(-1), "0000000110011" }, { TC_RUN(20)|TC_LEVEL(1), "0000000101110" }, { TC_RUN(20)|TC_LEVEL(-1), "0000000101111" }, { TC_RUN(21)|TC_LEVEL(1), "0000000101100" }, { TC_RUN(21)|TC_LEVEL(-1), "0000000101101" }, { TC_RUN(22)|TC_LEVEL(1), "00000000111110" }, { TC_RUN(22)|TC_LEVEL(-1), "00000000111111" }, { TC_RUN(23)|TC_LEVEL(1), "00000000111100" }, { TC_RUN(23)|TC_LEVEL(-1), "00000000111101" }, { TC_RUN(24)|TC_LEVEL(1), "00000000111010" }, { TC_RUN(24)|TC_LEVEL(-1), "00000000111011" }, { TC_RUN(25)|TC_LEVEL(1), "00000000111000" }, { TC_RUN(25)|TC_LEVEL(-1), "00000000111001" }, { TC_RUN(26)|TC_LEVEL(1), "00000000110110" }, { TC_RUN(26)|TC_LEVEL(-1), "00000000110111" }, { 0, 0 } }; #endif #ifdef __cplusplus } #endif openh323_v1_18_0/src/vic/p64.cxx0100644000176200056700000007200310344667277016357 0ustar releasepostincr/* * Copyright (c) 1993-1995 Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the Network Research * Group at Lawrence Berkeley National Laboratory. * 4. Neither the name of the University nor of the Laboratory may be used * to endorse or promote products derived from this software without * specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ /* * This code is derived from the P64 software implementation by the * Stanford PVRG group: * * Copyright (C) 1990, 1991, 1993 Andy C. Hung, all rights reserved. * PUBLIC DOMAIN LICENSE: Stanford University Portable Video Research * Group. If you use this software, you agree to the following: This * program package is purely experimental, and is licensed "as is". * Permission is granted to use, modify, and distribute this program * without charge for any purpose, provided this license/ disclaimer * notice appears in the copies. No warranty or maintenance is given, * either expressed or implied. In no event shall the author(s) be * liable to you or a third party for any special, incidental, * consequential, or other damages, arising out of the use or inability * to use the program for any purpose (or the loss of data), even if we * have been advised of such possibilities. Any public reference or * advertisement of this source code should refer to it as the Portable * Video Research Group (PVRG) code, and not by any author(s) (or * Stanford University) name. */ /************ Change log * * $Log: p64.cxx,v $ * Revision 1.15 2005/12/04 22:33:35 csoutheren * Removed warning * * Revision 1.14 2005/11/25 00:10:23 csoutheren * Applied patch #1303543 from Hannes Friederich * Added guard to weird conditions in H261 codec * * Revision 1.13 2005/02/25 01:21:12 dominance * fixed building on amd64 with gcc-4.0 according to * http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=287864 * * Thanks fly to Andreas Jochens . * * Revision 1.12 2003/03/14 07:25:55 robertj * Removed $header keyword so is not different on alternate repositories * * Revision 1.11 2002/10/10 05:40:29 robertj * VxWorks port, thanks Martijn Roest * * Revision 1.10 2002/04/26 04:57:41 dereks * Add Walter Whitlocks fixes, based on Victor Ivashim's suggestions to * improve the quality with Netmeeting. Thanks guys!!!! * * Revision 1.9 2001/05/10 05:25:44 robertj * Removed need for VIC code to use ptlib. * * Revision 1.8 2001/05/08 14:53:29 yurik * Fixed misshap with removing non Wince def! * * Revision 1.7 2001/05/08 05:26:24 yurik * No ifdef _WIN32_WCE anymore - 3+ version of SDK allows it * * Revision 1.6 2001/01/30 06:39:44 yurik * Modification submitted by Dave Cassel, dcassel@cyberfone.com. * * Revision 1.5 2000/12/19 22:22:34 dereks * Remove connection to grabber-OS.cxx files. grabber-OS.cxx files no longer used. * Video data is now read from a video channel, using the pwlib classes. * * Revision 1.4 2000/08/25 03:18:50 dereks * Add change log facility (Thanks Robert for the info on implementation) * * * ********/ #include #include #include #include "config.h" #if defined(WIN32) || defined(_WIN32_WCE) #include #else #include #endif #include #include "p64.h" #include "p64-huff.h" #include "dct.h" #include "bsd-endian.h" #define SPLICE(v, p, n) (v) |= (p) << SHIFT(n) void P64Decoder::err(const char* msg ...) const { #ifdef DEVELOPMENT_VERSION va_list ap; va_start(ap, msg); vfprintf(stderr, msg, ap); fprintf(stderr, " @g%d m%d %d/%d of %d/%d: %04x %04x %04x %04x|%04x\n", gob_, mba_, (int)((u_char*)bs_ - (u_char*)ps_), nbb_, (int)((u_char*)es_ - (u_char*)ps_), pebit_, bs_[-4], bs_[-3], bs_[-2], bs_[-1], bs_[0]); #endif } P64Decoder::P64Decoder() : fs_(0), front_(0), back_(0), ngob_(0), maxgob_(0), ndblk_(0), gobquant_(0), mt_(0), gob_(0), mba_(0), mvdh_(0), mvdv_(0), marks_(0), mark_(0), bad_psc_(0), bad_bits_(0), bad_GOBno_(0), bad_fmt_(0) { fmt_ = IT_CIF;/*XXX*/ inithuff(); initquant(); } P64Decoder::~P64Decoder() { delete fs_; } void P64Decoder::init() { if (fmt_ == IT_CIF) { ngob_ = 12; width_ = 352; height_ = 288; } else { ngob_ = 3; width_ = 176; height_ = 144; } size_ = width_ * height_; memset(mb_state_, MBST_OLD, sizeof(mb_state_)); for (u_int gob = 0; gob < 12; ++gob) { u_short* p = &base_[gob << 6]; for (int mba = 0; mba < MBPERGOB; ++mba) { u_int x = 2 * (mba % 11); u_int y; if (fmt_ == IT_CIF) { y = 2 * (3 * (gob >> 1) + mba / 11); if (gob & 1) x += 22; } else y = 2 * (3 * gob + mba / 11); p[mba] = (x << 8) | y; } } minx_ = width_; miny_ = height_; maxx_ = 0; maxy_ = 0; allocate(); } #if BYTE_ORDER == LITTLE_ENDIAN #define HUFFRQ(bs, bb) \ { \ register int t = *bs++; \ bb <<= 16; \ bb |= (t & 0xff) << 8; \ bb |= t >> 8; \ } #else #define HUFFRQ(bs, bb) \ { \ bb <<= 16; \ bb |= *bs++; \ } #endif #define MASK(s) ((1 << (s)) - 1) #define HUFF_DECODE(bs, ht, nbb, bb, result) { \ register int s__, v__; \ \ if (nbb < 16) { \ HUFFRQ(bs, bb); \ nbb += 16; \ } \ s__ = ht.maxlen; \ v__ = (bb >> (nbb - s__)) & MASK(s__); \ s__ = (ht.prefix)[v__]; \ nbb -= (s__ & 0x1f); \ result = s__ >> 5; \ } #define GET_BITS(bs, n, nbb, bb, result) \ { \ nbb -= n; \ if (nbb < 0) { \ HUFFRQ(bs, bb); \ nbb += 16; \ } \ (result) = ((bb >> nbb) & MASK(n)); \ } #define SKIP_BITS(bs, n, nbb, bb) \ { \ nbb -= n; \ if (nbb < 0) { \ HUFFRQ(bs, bb); \ nbb += 16; \ } \ } /* * Set up the huffman tables. */ void P64Decoder::inithuff() { ht_mtype_.prefix = htd_mtype; ht_mtype_.maxlen = htd_mtype_width; ht_mba_.prefix = htd_mba; ht_mba_.maxlen = htd_mba_width; ht_mvd_.prefix = htd_dvm; ht_mvd_.maxlen = htd_dvm_width; ht_cbp_.prefix = htd_cbp; ht_cbp_.maxlen = htd_cbp_width; ht_tcoeff_.prefix = htd_tcoeff; ht_tcoeff_.maxlen = htd_tcoeff_width; } int P64Decoder::quantize(int v, int q) { if (v > 0) return (((v << 1) + 1) * q) - (~q & 1); else return (((v << 1) - 1) * q) + (~q & 1); } /* * Build quantization lookup table. * One for each possible MQUANT paramenter. */ void P64Decoder::initquant() { for (int mq = 0; mq < 32; ++mq) { short* qt = &quant_[mq << 8]; for (int v = 0; v < 256; ++v) { int s = (v << 24) >> 24; qt[v] = quantize(s, mq); } } } /* * Decode the next block of transform coefficients * from the input stream. * Return number of non-zero ac coefficients. */ #ifdef INT_64 int P64Decoder::parse_block(short* blk, INT_64* mask) #else int P64Decoder::parse_block(short* blk, u_int* mask) #endif { #ifdef INT_64 INT_64 m0 = 0; #else u_int m1 = 0, m0 = 0; #endif /* * Cache bit buffer in registers. */ register int nbb = nbb_; register int bb = bb_; register short* qt = qt_; int k; if ((mt_ & MT_CBP) == 0) { int v; GET_BITS(bs_, 8, nbb, bb, v); if (v == 255) v = 128; if (mt_ & MT_INTRA) v <<= 3; else v = qt[v]; blk[0] = v; k = 1; m0 |= 1; } else if ((bb >> (nbb - 1)) & 1) { /* * In CBP blocks, the first block present must be * non-empty (otherwise it's mask bit wouldn't * be set), so the first code cannot be an EOB. * CCITT optimizes this case by using a huffman * table equivalent to ht_tcoeff_ but without EOB, * in which 1 is coded as "1" instead of "11". * We grab two bits, the first bit is the code * and the second is the sign. */ int v; GET_BITS(bs_, 2, nbb, bb, v); /*XXX quantize?*/ blk[0] = qt[(v & 1) ? 0xff : 1]; k = 1; m0 |= 1; } else { k = 0; #ifndef INT_64 blk[0] = 0;/*XXX need this because the way we set bits below*/ #endif } int nc = 0; for (;;) { int r, v; HUFF_DECODE(bs_, ht_tcoeff_, nbb, bb, r); if (r <= 0) { /* SYM_EOB, SYM_ILLEGAL, or SYM_ESCAPE */ if (r == SYM_ESCAPE) { GET_BITS(bs_, 14, nbb, bb, r); v = r & 0xff; r >>= 8; } else { if (r == SYM_ILLEGAL) { bb_ = bb; nbb_ = nbb; err("illegal symbol in block"); } /* EOB */ break; } } else { v = (r << 22) >> 27; r = r & 0x1f; } k += r; if (k >= 64) { bb_ = bb; nbb_ = nbb; err("bad run length %d (r %d, v %d)", k, r, v); break; } r = COLZAG[k++]; blk[r] = qt[v & 0xff]; ++nc; #ifdef INT_64 m0 |= (INT_64)1 << r; #else if (r < 32) m0 |= 1 << r; else m1 |= 1 << (r - 32); #endif } /* * Done reading input. Update bit buffer. */ bb_ = bb; nbb_ = nbb; *mask = m0; #ifndef INT_64 mask[1] = m1; #endif return (nc); } /* * Mix in a motion-compensated, filtered block. Note that * the input block may be misaligned so we cannot try fancy, * word-at-a-time accesses without being careful. The output * block is, of course, aligned. * * The 2-D loop filter is separable into 1-D FIR (0.25 0.5 0.25) * horizontal and vertical passes. At the block edge, the filter * taps are (0 1 0). Full arithmetic precision must be maintained, * until the output stage, where values are rounded (up). * * The code below tries to be efficient by caching the input * rows in registers, and running the filter on 3x3 chunks. * Multiple columns can be computed in parallel by using * two 16-bit adds in a 32-bit register, or four 16-bit adds * in a 64-bit register. */ void P64Decoder::filter(u_char* in, u_char* out, u_int stride) { /* Corner pixel has filter coef 1 */ u_int s = in[0]; u_int o = 0; SPLICE(o, s, 24); u_int r00 = s << 24 | in[1] << 16 | in[2] << 8 | in[3]; u_int r01 = in[4] << 24 | in[5] << 16 | in[6] << 8 | in[7]; in += stride; /* * First row. */ s += (r00 >> 15) & 0x1fe; s += (r00 >> 8) & 0xff; /* round */ s += 2; s >>= 2; SPLICE(o, s, 16); s = (r00 >> 16) & 0xff; s += (r00 >> 7) & 0x1fe; s += r00 & 0xff; /* round */ s += 2; s >>= 2; SPLICE(o, s, 8); s = (r00 >> 8) & 0xff; s += (r00 & 0xff) << 1; s += r01 >> 24; /* round */ s += 2; s >>= 2; SPLICE(o, s, 0); *(u_int*)out = o; s = r00 & 0xff; s += (r01 >> 23) & 0x1fe; s += (r01 >> 16) & 0xff; /* round */ s += 2; s >>= 2; o = 0; SPLICE(o, s, 24); s = r01 >> 24; s += (r01 >> 15) & 0x1fe; s += (r01 >> 8) & 0xff; /* round */ s += 2; s >>= 2; SPLICE(o, s, 16); s = (r01 >> 16) & 0xff; s += (r01 >> 7) & 0x1fe; s += r01 & 0xff; /* round */ s += 2; s >>= 2; SPLICE(o, s, 8); /* corner has filter coef 1 */ s = r01 & 0xff; SPLICE(o, s, 0); *(u_int*)(out + 4) = o; out += stride; /* load next rows into cache */ u_int r10 = in[0] << 24 | in[1] << 16 | in[2] << 8 | in[3]; u_int r11 = in[4] << 24 | in[5] << 16 | in[6] << 8 | in[7]; in += stride; u_int r20 = 0, r21 = 0; u_int mask = 0xff00ff; for (int k = 6; --k >= 0; ) { /* load next row */ r20 = in[0] << 24 | in[1] << 16 | in[2] << 8 | in[3]; r21 = in[4] << 24 | in[5] << 16 | in[6] << 8 | in[7]; in += stride; /* columns 0,2 */ u_int v = (r00 >> 8) & mask; v += ((r10 >> 8) & mask) << 1; v += (r20 >> 8) & mask; /* first pixel */ s = v >> 16; /* round */ s += 2; s >>= 2; o = 0; SPLICE(o, s, 24); /* columns 1,3 */ u_int w = r00 & mask; w += (r10 & mask) << 1; w += r20 & mask; /* row */ s = v >> 16; s += v & 0xffff; s += w >> (16-1); /* round */ s += 8; s >>= 4; SPLICE(o, s, 16); s = w >> 16; s += w & 0xffff; s += (v & 0xffff) << 1; /* round */ s += 8; s >>= 4; SPLICE(o, s, 8); /* start next row */ s = v & 0xffff; s += (w & 0xffff) << 1; /* but first do columns 4,6 */ v = (r01 >> 8) & mask; v += ((r11 >> 8) & mask) << 1; v += (r21 >> 8) & mask; /* finish row */ s += v >> 16; /* round */ s += 8; s >>= 4; SPLICE(o, s, 0); *(u_int*)out = o; /* start next row */ s = w & 0xffff; s += (v >> 16) << 1; /* but first do columns 5,7 */ w = r01 & mask; w += (r11 & mask) << 1; w += r21 & mask; /* finish row */ s += w >> 16; /* round */ s += 8; s >>= 4; o = 0; SPLICE(o, s, 24); s = v >> 16; s += v & 0xffff; s += w >> (16-1); /* round */ s += 8; s >>= 4; SPLICE(o, s, 16); s = w >> 16; s += w & 0xffff; s += (v & 0xffff) << 1; /* round */ s += 8; s >>= 4; SPLICE(o, s, 8); s = w & 0xffff; /* round */ s += 2; s >>= 2; SPLICE(o, s, 0); *(u_int*)(out + 4) = o; out += stride; /* roll lines up cache */ r00 = r10; r01 = r11; r10 = r20; r11 = r21; } /* * last row */ s = r20 >> 24; o = 0; SPLICE(o, s, 24); s += (r20 >> 15) & 0x1fe; s += (r20 >> 8) & 0xff; /* round */ s += 2; s >>= 2; SPLICE(o, s, 16); s = (r20 >> 16) & 0xff; s += (r20 >> 7) & 0x1fe; s += r20 & 0xff; /* round */ s += 2; s >>= 2; SPLICE(o, s, 8); s = (r20 >> 8) & 0xff; s += (r20 & 0xff) << 1; s += r21 >> 24; /* round */ s += 2; s >>= 2; SPLICE(o, s, 0); *(u_int*)out = o; s = r20 & 0xff; s += (r21 >> 23) & 0x1fe; s += (r21 >> 16) & 0xff; /* round */ s += 2; s >>= 2; o = 0; SPLICE(o, s, 24); s = r21 >> 24; s += (r21 >> 15) & 0x1fe; s += (r21 >> 8) & 0xff; /* round */ s += 2; s >>= 2; SPLICE(o, s, 16); s = (r21 >> 16) & 0xff; s += (r21 >> 7) & 0x1fe; s += r21 & 0xff; /* round */ s += 2; s >>= 2; SPLICE(o, s, 8); /* corner has filter coef 1 */ s = r21 & 0xff; SPLICE(o, s, 0); *(u_int*)(out + 4) = o; } void P64Decoder::mvblka(u_char* in, u_char* out, u_int stride) { #ifdef INT_64 *(INT_64*)out = *(INT_64*)in; out += stride; in += stride; *(INT_64*)out = *(INT_64*)in; out += stride; in += stride; *(INT_64*)out = *(INT_64*)in; out += stride; in += stride; *(INT_64*)out = *(INT_64*)in; out += stride; in += stride; *(INT_64*)out = *(INT_64*)in; out += stride; in += stride; *(INT_64*)out = *(INT_64*)in; out += stride; in += stride; *(INT_64*)out = *(INT_64*)in; out += stride; in += stride; *(INT_64*)out = *(INT_64*)in; #else for (int k = 8; --k >= 0; ) { *(u_int*)out = *(u_int*)in; *(u_int*)(out + 4) = *(u_int*)(in + 4); in += stride; out += stride; } #endif } void P64Decoder::mvblk(u_char* in, u_char* out, u_int stride) { #ifdef INT_64 if (((u_long)in & 7) == 0) { mvblka(in, out, stride); return; } #else if (((u_long)in & 3) == 0) { mvblka(in, out, stride); return; } #endif for (int k = 8; --k >= 0;) { u_int* o = (u_int*)out; #if BYTE_ORDER == LITTLE_ENDIAN o[0] = in[3] << 24 | in[2] << 16 | in[1] << 8 | in[0]; o[1] = in[7] << 24 | in[6] << 16 | in[5] << 8 | in[4]; #else o[0] = in[0] << 24 | in[1] << 16 | in[2] << 8 | in[3]; o[1] = in[4] << 24 | in[5] << 16 | in[6] << 8 | in[7]; #endif in += stride; out += stride; } } /* * Parse a picture header. We assume that the * start code has already been snarfed. */ int P64Decoder::parse_picture_hdr() { /* throw away the temporal reference */ SKIP_BITS(bs_, 5, nbb_, bb_); int pt; GET_BITS(bs_, 6, nbb_, bb_, pt); int fmt = (pt >> 2) & 1; if (fmt_ != fmt) { /* change formats */ fmt_ = fmt; init(); } int v; GET_BITS(bs_, 1, nbb_, bb_, v); while (v != 0) { GET_BITS(bs_, 9, nbb_, bb_, v); /* * XXX from pvrg code: 0x8c in PSPARE means ntsc. * this is a hack. we don't support it. */ int pspare = v >> 1; if (pspare == 0x8c && (pt & 0x04) != 0) { static int first = 1; if (first) { err("pvrg ntsc not supported"); first = 0; } } v &= 1; } return (0); } inline int P64Decoder::parse_sc() { int v; GET_BITS(bs_, 16, nbb_, bb_, v); if (v != 0x0001) { err("bad start code %04x", v); ++bad_psc_; return (-1); } return (0); } /* * Parse a GOB header, which consists of the GOB quantiation * factor (GQUANT) and spare bytes that we ignore. */ int P64Decoder::parse_gob_hdr(int ebit) { mba_ = -1; mvdh_ = 0; mvdv_ = 0; /* * Get the next GOB number (or 0 for a picture header). * The invariant at the top of this loop is that the * bit stream is positioned immediately past the last * start code. */ int gob; for (;;) { GET_BITS(bs_, 4, nbb_, bb_, gob); if (gob != 0) break; /* * should happen only on first iteration * (if at all). pictures always start on * packet boundaries per section 5 of the * Internet Draft. */ if (parse_picture_hdr() < 0) { ++bad_fmt_; return (-1); } /* * Check to see that the next 16 bits * are a start code and throw them away. * But first check that we have the bits. */ int nbit = ((es_ - bs_) << 4) + nbb_ - ebit; if (nbit < 20) return (0); if (parse_sc() < 0) return (-1); } gob -= 1; if (fmt_ == IT_QCIF) /* * Number QCIF GOBs 0,1,2 instead of 0,2,4. */ gob >>= 1; if (gob >= ngob_) { err("gob number too big (%d>%d)", gob, ngob_); return (-1); } int mq; GET_BITS(bs_, 5, nbb_, bb_, mq); gobquant_ = mq; qt_ = &quant_[mq << 8]; int v; GET_BITS(bs_, 1, nbb_, bb_, v); while (v != 0) { GET_BITS(bs_, 9, nbb_, bb_, v); v &= 1; } gob_ = gob; if (gob > maxgob_) maxgob_ = gob; return (gob); } /* * Parse a macroblock header. If there is no mb header because * we hit the next start code, return -1, otherwise 0. */ int P64Decoder::parse_mb_hdr(u_int& cbp) { /* * Read the macroblock address (MBA) */ int v; HUFF_DECODE(bs_, ht_mba_, nbb_, bb_, v); if (v <= 0) { /* * (probably) hit a start code; either the * next GOB or the next picture header. * If we got MBA stuffing (0) we need to return * so the outer loop can check if we're at the * end of the buffer (lots of codecs put stuffing * at the end of a picture to byte align the psc). */ return (v); } /* * MBA is differentially encoded. */ mba_ += v; if (mba_ >= MBPERGOB) { err("mba too big %d", mba_); return (SYM_ILLEGAL); } u_int omt = mt_; HUFF_DECODE(bs_, ht_mtype_, nbb_, bb_, mt_); if (mt_ & MT_MQUANT) { int mq; GET_BITS(bs_, 5, nbb_, bb_, mq); qt_ = &quant_[mq << 8]; } if (mt_ & MT_MVD) { /* * Read motion vector. */ int dh; int dv; HUFF_DECODE(bs_, ht_mvd_, nbb_, bb_, dh); HUFF_DECODE(bs_, ht_mvd_, nbb_, bb_, dv); /* * Section 4.2.3.4 * The vector is differentially coded unless any of: * - the current mba delta isn't 1 * - the current mba is 1, 12, or 23 (mba mod 11 = 1) * - the last block didn't have motion vectors. * * This arithmetic is twos-complement restricted * to 5 bits. */ if ((omt & MT_MVD) != 0 && v == 1 && mba_ != 0 && mba_ != 11 && mba_ != 22) { dh += mvdh_; dv += mvdv_; } mvdh_ = (dh << 27) >> 27; mvdv_ = (dv << 27) >> 27; } /* * Coded block pattern. */ if (mt_ & MT_CBP) { HUFF_DECODE(bs_, ht_cbp_, nbb_, bb_, cbp); if (cbp > 63) { err("cbp invalid %x", cbp); return (SYM_ILLEGAL); } } else cbp = 0x3f; return (1); } /* * Handle the next block in the current macroblock. * If tc is non-zero, then coefficients are present * in the input stream and they are parsed. Otherwise, * coefficients are not present, but we take action * according to the type macroblock that we have. */ void P64Decoder::decode_block(u_int tc, u_int x, u_int y, u_int stride, u_char* front, u_char* back, int sf) { short blk[64]; #ifdef INT_64 INT_64 mask; #define MASK_VAL mask #define MASK_REF &mask #else u_int mask[2]; #define MASK_VAL mask[0], mask[1] #define MASK_REF mask #endif int nc=0; if (tc != 0) nc = parse_block(blk, MASK_REF); int off = y * stride + x; u_char* out = front + off; if (mt_ & MT_INTRA) { if (tc != 0) { if (nc == 0) dcfill((blk[0] + 4) >> 3, out, stride); #ifdef notdef else if (nc == 1) { #ifdef INT_64 u_int dc = (mask & 1) ? (blk[0] + 4) >> 3 : 0; for (int k = 1; k < 64; ++k) { if (mask & ((INT_64)1 << k)) { bv_rdct1(dc, blk, k, out, stride); return; } } #else u_int m0 = mask[0]; u_int m1 = mask[1]; u_int dc = (m0 & 1) ? (blk[0] + 4) >> 3 : 0; for (int k = 1; k < 64; ++k) { m0 >>= 1; m0 |= m1 << 31; m1 >>= 1; if (m0 & 1) { bv_rdct1(dc, blk, k, out, stride); return; } } #endif #endif else rdct(blk, MASK_VAL, out, stride, (u_char*)0); } else { u_char* in = back + off; mvblka(in, out, stride); } return; } if ((mt_ & MT_MVD) == 0) { u_char* in = back + off; if (tc != 0) { if (nc == 0) { dcsum((blk[0] + 4) >> 3, in, out, stride); } else rdct(blk, MASK_VAL, out, stride, in); } else mvblka(in, out, stride); return; } u_int sx = x + (mvdh_ / sf); u_int sy = y + (mvdv_ / sf); u_char* in = back + sy * stride + sx; if (mt_ & MT_FILTER) { filter(in, out, stride); if (tc != 0) { if (nc == 0) dcsum2((blk[0] + 4) >> 3, out, out, stride); else rdct(blk, MASK_VAL, out, stride, out); } } else { if (tc != 0) { if (nc == 0) dcsum2((blk[0] + 4) >> 3, in, out, stride); else rdct(blk, MASK_VAL, out, stride, in); } else mvblk(in, out, stride); } } /* * Decompress the next macroblock. Return 0 if the macroblock * was present (with no errors). Return SYM_STARTCODE (-1), * if there was no macroblock but instead the start of the * next GOB or picture (in which case the start code has * been consumed). Return SYM_ILLEGAL (-2) if there was an error. */ int P64Decoder::decode_mb() { u_int cbp; register int v; if ((v = parse_mb_hdr(cbp)) <= 0) return (v); /* * Lookup the base coordinate for this MBA. * Convert from a block to a pixel coord. */ register u_int x, y; x = coord_[mba_]; y = (x & 0xff) << 3; x >>= 8; x <<= 3; /* Update bounding box */ if (x < minx_) minx_ = x; if (x > maxx_) maxx_ = x; if (y < miny_) miny_ = y; if (y > maxy_) maxy_ = y; /* * Decode the six blocks in the MB (4Y:1U:1V). * (This code assumes MT_TCOEFF is 1.) */ register u_int tc = mt_ & MT_TCOEFF; register u_int s = width_; decode_block(tc & (cbp >> 5), x, y, s, front_, back_, 1); decode_block(tc & (cbp >> 4), x + 8, y, s, front_, back_, 1); decode_block(tc & (cbp >> 3), x, y + 8, s, front_, back_, 1); decode_block(tc & (cbp >> 2), x + 8, y + 8, s, front_, back_, 1); s >>= 1; int off = size_; decode_block(tc & (cbp >> 1), x >> 1, y >> 1, s, front_ + off, back_ + off, 2); off += size_ >> 2; decode_block(tc & (cbp >> 0), x >> 1, y >> 1, s, front_ + off, back_ + off, 2); mbst_[mba_] = MBST_NEW; /* * If a marking table was attached, take note. * This allows us to dither only the blocks that have changed, * rather than the entire image on each frame. */ if (marks_) { /* convert to 8x8 block offset */ off = (x >> 3) + (y >> 3) * (width_ >> 3); int m = mark_; marks_[off] = m; marks_[off + 1] = m; off += width_ >> 3; marks_[off] = m; marks_[off + 1] = m; } return (0); } /* * Decode H.261 stream. Decoding can begin on either * a GOB or macroblock header. All the macroblocks of * a given frame can be decoded in any order, but chunks * cannot be reordered across frame boundaries. Since data * can be decoded in any order, this entry point can't tell * when a frame is fully decoded (actually, we could count * macroblocks but if there is loss, we would not know when * to sync). Instead, the callee should sync the decoder * by calling the sync() method after the entire frame * has been decoded (modulo loss). * * This routine should not be called with more than * one frame present since there is no callback mechanism * for renderering frames (i.e., don't call this routine * with a buffer that has a picture header that's not * at the front). */ BOOL P64Decoder::decode(const unsigned char *hdrPtr, int buffLen, BOOL lostPreviousPacket) { const u_char *bp; int cc, sbit, ebit, gob; h261hdr_t h261hdr; // preventing accidential crashes if(buffLen == 0) { return FALSE; } // get 32 bit H261 header h261hdr = ntohl(*(u_int*)hdrPtr); // decode values we need from the RTP H261 header sbit = (h261hdr >> 29) & 0x07; ebit = (h261hdr >> 26) & 0x07; gob = (h261hdr >> 20) & 0xf; // get remaining values from H261 header only when previous packet was lost if (lostPreviousPacket) { PTRACE(3, "H261\tLost or out of order packet, using values from H261 header"); mba_ = (h261hdr >> 15) & 0x1f; int quant = (h261hdr >> 10) & 0x1f; qt_ = &quant_[quant << 8]; mvdh_ = (h261hdr >> 5) & 0x1f; // sometimes NetMeeting sends bad values for these fields mvdv_ = h261hdr & 0x1f; // use them only when the previous packet was lost } // adjust for length of H.261 header bp = hdrPtr + sizeof(h261hdr_t); ps_ = (u_short*)bp; // this does not seem to be used anywhere cc = buffLen - sizeof(h261hdr_t); /* * If cc is odd, ignore 8 extra bits in last short. */ int odd = cc & 1; ebit += odd << 3; pebit_ = ebit; es_ = (u_short*)(bp + ((cc - 1) &~ 1)); /* * If input buffer not aligned, prime bit-buffer * with 8 bits; otherwise, prime it with a 16. */ if ((long)bp & 1) { bs_ = (u_short*)(bp + 1); bb_ = *bp; nbb_ = 8 - sbit; } else { bs_ = (u_short*)bp; HUFFRQ(bs_, bb_); nbb_ = 16 - sbit; } if (gob > 12) { //count(STAT_BAD_HEADER); return FALSE; // bad header value, what to do? } /*XXX don't rely on this*/ if (gob != 0) { gob -= 1; if (fmt_ == IT_QCIF) gob >>= 1; } while (bs_ < es_ || (bs_ == es_ && nbb_ > ebit)) { mbst_ = &mb_state_[gob << 6]; coord_ = &base_[gob << 6]; ndblk_++; int v = decode_mb(); if (v == 0) continue; if (v != SYM_STARTCODE) { err("expected GOB startcode"); ++bad_bits_; return (FALSE); } gob = parse_gob_hdr(ebit); if (gob < 0) { /*XXX*/ ++bad_bits_; return (FALSE); } } return (TRUE); } FullP64Decoder::FullP64Decoder() { init(); } void FullP64Decoder::allocate() { delete fs_; int n = size_ + (size_ >> 1); fs_ = new u_char[2 * n]; /* initialize to gray */ memset(fs_, 0x80, 2 * n); front_ = fs_; back_ = front_ + n; } /* * Swap the `front' and `back' frame buffers. While decoding a * frame, the front buffer is the image being constructed while * the back buffer is the reference image. Rather than copy * the whole image each time, we just swap pointers here. * We defer this copying until we find out that we're skipping * over a macroblock, or even a whole gob. In this case, we * go ahead and copy it, but take note in the mb_skip_ array. * Next time we need to copy it, we skip it if the skip array * says it's okay (e.g., there is no reason to copy a given block * back and forth between buffers if it never changes). When we * modify a macroblock, we clear out it's entry in mb_skip_. */ void FullP64Decoder::swap() { u_char* p = front_; front_ = back_; back_ = p; } /* * Copy a macroblock from the saved frame (back buffer) * to the current frame (front buffer). coord_ determines * which GOB we're in. */ void FullP64Decoder::mbcopy(u_int mba) { u_int x, y; x = coord_[mba]; y = (x & 0xff) << 3; x >>= 8; x <<= 3; u_int stride = width_; u_int off = y * stride + x; u_char* in = back_ + off; u_char* out = front_ + off; mvblka(in, out, stride); mvblka(in + 8, out + 8, stride); in += stride << 3; out += stride << 3; mvblka(in, out, stride); mvblka(in + 8, out + 8, stride); x >>= 1; y >>= 1; stride >>= 1; off = y * stride + x; off += size_; in = back_ + off; out = front_ + off; mvblka(in, out, stride); off += size_ >> 2; in = back_ + off; out = front_ + off; mvblka(in, out, stride); } void P64Decoder::sync() { bbx_ = minx_; bby_ = miny_; bbw_ = maxx_ - minx_ + 16; bbh_ = maxy_ - miny_ + 16; minx_ = width_; miny_ = height_; maxx_ = 0; maxy_ = 0; maxgob_ = 0; } void FullP64Decoder::sync() { for (int k = 0; k < ngob_; ++k) { coord_ = &base_[k << 6]; u_char* mbst = &mb_state_[k << 6]; for (int mba = 0; mba < MBPERGOB; ++mba) { int s = mbst[mba]; if (s == MBST_FRESH) { mbcopy(mba); mbst[mba] = MBST_OLD; } else if (s == MBST_NEW) mbst[mba] = MBST_FRESH; } } swap(); P64Decoder::sync(); } IntraP64Decoder::IntraP64Decoder() { init(); } void IntraP64Decoder::allocate() { delete fs_; int n = size_ + (size_ >> 1); fs_ = new u_char[n]; /* initialize to gray */ memset(fs_, 0x80, n); front_ = back_ = fs_; } openh323_v1_18_0/src/vic/p64.h0100644000176200056700000001613707634302003015767 0ustar releasepostincr/* * Copyright (c) 1993-1994 Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the Network Research * Group at Lawrence Berkeley Laboratory. * 4. Neither the name of the University nor of the Laboratory may be used * to endorse or promote products derived from this software without * specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * */ /************ Change log * * $Log: p64.h,v $ * Revision 1.6 2003/03/14 07:25:55 robertj * Removed $header keyword so is not different on alternate repositories * * Revision 1.5 2002/04/26 04:57:41 dereks * Add Walter Whitlocks fixes, based on Victor Ivashim's suggestions to * improve the quality with Netmeeting. Thanks guys!!!! * * Revision 1.4 2000/12/19 22:22:34 dereks * Remove connection to grabber-OS.cxx files. grabber-OS.cxx files no longer used. * Video data is now read from a video channel, using the pwlib classes. * * Revision 1.3 2000/08/25 03:18:50 dereks * Add change log facility (Thanks Robert for the info on implementation) * * * ********/ #ifndef lib_p64_h #define lib_p64_h #include /* * H.261 encapsulation.in payload of h261 packet. * See Internet draft. * * 0 1 2 3 * 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ * |SBIT |EBIT |I|V| GOBN | MBAP | QUANT | HMVD | VMVD | * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */ // define H261 header related values // (currently these are defined in both p64.h and encoder-h261.h for use // in decode and encode. Should there be one common include file?) typedef unsigned h261hdr_t; #define MBPERGOB 33 struct huffcode; class P64Decoder{ public: virtual ~P64Decoder(); u_char* GetFramePtr() const { return (back_); } inline int ndblk() const { return (ndblk_); } inline void resetndblk() { ndblk_ = 0; } inline int width() const { return (width_); } inline int height() const { return (height_); } /** Decode a packet of RTP H261 video data. * Use the value of lostPreviousPacket to determine how best to use * H261 information in the RTP H261 header. */ virtual BOOL decode( const unsigned char *hdrPtr, // points to RTP H261 header at start of packet int buffLen, // length of RTP H261 packet to decode, including header BOOL lostPreviousPacket); // TRUE if previous packet lost or out of order virtual void sync(); inline void bb(int& x, int& y, int& w, int& h) { x = bbx_; y = bby_; w = bbw_; h = bbh_; }; inline u_int bad_psc() const { return (bad_psc_); } inline u_int bad_bits() const { return (bad_bits_); } inline u_int bad_GOBno() const { return (bad_GOBno_); } inline u_int bad_fmt() const { return (bad_fmt_); } inline int seenMaxGob() const { return (maxgob_ >= ngob_ - 1); } inline u_int gobquant() const { return (gobquant_); } inline void marks(u_char* p) { marks_ = p; } inline void mark(int v) { mark_ = v; } protected: P64Decoder(); void init(); virtual void allocate() = 0; void inithuff(); void initquant(); virtual void err(const char* msg ...) const; int quantize(int v, int q); #ifdef INT_64 int parse_block(short* blk, INT_64* mask); #else int parse_block(short* blk, u_int* mask); #endif void decode_block(u_int tc, u_int x, u_int y, u_int stride, u_char* front, u_char* back, int sf); void filter(u_char* in, u_char* out, u_int stride); void mvblk(u_char* in, u_char* out, u_int stride); void mvblka(u_char*, u_char*, u_int stride); int parse_picture_hdr(); int parse_sc(); int parse_gob_hdr(int); int parse_mb_hdr(u_int& cbp); int decode_gob(u_int gob); int decode_mb(); u_int size_; u_char* fs_; u_char* front_; u_char* back_; struct hufftab { int maxlen; const short* prefix; }; hufftab ht_mba_; hufftab ht_mvd_; hufftab ht_cbp_; hufftab ht_tcoeff_; hufftab ht_mtype_; u_int bb_; /* 32-bit bit buffer */ int nbb_; /* number bits in bit buffer */ const u_short* bs_; /* input bit stream (less bits in bb_) */ const u_short* es_; /* pointer to end if input stream */ const u_short* ps_; /* packet start (for error reporting) */ int pebit_; /* packet end bit (for error reporting) */ #define MBST_FRESH 0 #define MBST_OLD 1 #define MBST_NEW 2 u_char* mbst_; short* qt_; u_short* coord_; u_int width_; /* width of Y component */ u_int height_; /* height of Y component */ #define IT_QCIF 0 #define IT_CIF 1 int fmt_; /* image format (CIF/QCIF) */ int ngob_; /* number of gobs (12 for CIF, 3 for QCIF) */ int maxgob_; /* max gob seen this frame */ int ndblk_; /* # of decoded macroblocks */ int gobquant_; /* last gob quantizer (for info funtion) */ int mt_; /* macroblock type (flags in p64-huff.h) */ int gob_; /* current gob index */ int mba_; /* macroblock address (predictor) */ int mvdh_; /* motion vector (predictor) */ int mvdv_; /* motion vector (predictor) */ /* bounding box */ u_int minx_; u_int miny_; u_int maxx_; u_int maxy_; u_int bbx_; u_int bby_; u_int bbw_; u_int bbh_; /* * Table to indicate which blocks have changed. */ u_char* marks_; int mark_; /* error counters */ int bad_psc_; int bad_bits_; int bad_GOBno_; int bad_fmt_; /* # times RTP fmt != H.261 fmt */ u_char mb_state_[16 * 64]; /* inverse quantization via table lookup */ short quant_[32 * 256]; /* gob/mba to coordinate mappings */ u_short base_[16 * 64]; }; class FullP64Decoder : public P64Decoder { public: FullP64Decoder(); protected: virtual void allocate(); void mbcopy(u_int mba); void swap(); virtual void sync(); }; class IntraP64Decoder : public P64Decoder { public: IntraP64Decoder(); protected: virtual void allocate(); }; #endif openh323_v1_18_0/src/vic/p64encoder.cxx0100644000176200056700000001122207643144647017712 0ustar releasepostincr/*p64encoder.h copyright (c)Indranet Technologies ltd (lara@indranet.co.nz) * Author Derek J Smithies (derek@indranet.co.nz) * *This file contains code which is the top level of * a)video grabbing * b)transformation into h261 packets. * * Questions may be sent to Derek J Smithies. * ****************************************************************/ /************ Change log * * $Log: p64encoder.cxx,v $ * Revision 1.15 2003/04/03 23:54:15 robertj * Added fast update to H.261 codec, thanks Gustavo García Bernardo * * Revision 1.14 2003/02/10 00:32:15 robertj * Changed delete of array pointer (use of []) to avoid complaints. * Removed code for redundent class and constructor. * * Revision 1.13 2002/04/05 00:53:19 dereks * Modify video frame encoding so that frame is encoded on an incremental basis. * Thanks to Walter Whitlock - good work. * * Revision 1.12 2001/12/04 04:26:06 robertj * Added code to allow change of video quality in H.261, thanks Damian Sandras * * Revision 1.11 2001/09/25 03:14:48 dereks * Add constant bitrate control for the h261 video codec. * Thanks Tiziano Morganti for the code to set bit rate. Good work! * * Revision 1.10 2000/12/19 22:22:34 dereks * Remove connection to grabber-OS.cxx files. grabber-OS.cxx files no longer used. * Video data is now read from a video channel, using the pwlib classes. * * Revision 1.9 2000/10/13 01:47:26 dereks * Include command option for setting the number of transmitted video * frames per second. use --videotxfps n * * Revision 1.8 2000/09/08 06:41:38 craigs * Added ability to set video device * Added ability to select test input frames * * Revision 1.7 2000/08/25 03:18:50 dereks * Add change log facility (Thanks Robert for the info on implementation) * * * ********/ #include "p64encoder.h" P64Encoder::P64Encoder(int quant_level,int fillLevel) { trans = new Transmitter(); h261_edr = new H261PixelEncoder(trans); h261_edr->setq(quant_level); vid_frame = new VideoFrame(WIDTH,HEIGHT); pre_vid = new Pre_Vid_Coder(); pre_vid->SetBackgroundFill(fillLevel); //vid_frame2 = new VideoFrame(WIDTH,HEIGHT); //testing //pre_vid2 = new Pre_Vid_Coder(); //testing //pre_vid2->SetBackgroundFill(fillLevel); //testing } P64Encoder::~P64Encoder(){ delete pre_vid; delete vid_frame; delete h261_edr; delete trans; //delete pre_vid2; //testing //delete vid_frame2; //testing } void P64Encoder::SetQualityLevel(int qLevel) { h261_edr->setq(qLevel); } void P64Encoder::SetBackgroundFill(int idle) { pre_vid->SetBackgroundFill(idle); //pre_vid2->SetBackgroundFill(idle); //testing } void P64Encoder::SetSize(int width,int height) { vid_frame->SetSize(width,height); //vid_frame2->SetSize(width,height); //testing } void P64Encoder::ProcessOneFrame() { pre_vid->ProcessFrame(vid_frame); h261_edr->consume(vid_frame); } void P64Encoder::PreProcessOneFrame() { pre_vid->ProcessFrame(vid_frame); h261_edr->PreIncEncodeSetup(vid_frame); } void P64Encoder::IncEncodeAndGetPacket( u_char * buffer, // returns buffer of encoded data unsigned & length ) // returns actual length of encoded data buffer { h261_edr->IncEncodeAndGetPacket(buffer, length); } void P64Encoder::ReadOnePacket( u_char * buffer, /// Buffer of encoded data unsigned & length /// Actual length of encoded data buffer ) { u_char * b_ptr; u_char * h_ptr; unsigned len_head,len_buff; trans->GetNextPacket(&h_ptr, &b_ptr, len_head, len_buff); length=len_head+len_buff; if(length!=0) { //Check to see if a packet was read. long int h261_hdr=*(long int *)h_ptr; *(long int *)buffer= htonl(h261_hdr); memcpy(buffer+len_head,b_ptr,len_buff); } } u_char* P64Encoder::GetFramePtr() { if (vid_frame) return vid_frame->frameptr; return NULL; } void P64Encoder::FastUpdatePicture() { pre_vid->FastUpdatePicture(); } ///////////////////////////////////////////////////////////////////////////// //VideoFrame VideoFrame::VideoFrame(u_char *cr, int newWidth, int newHeight) { crvec = cr; frameptr = NULL; SetSize(newWidth,newHeight); } VideoFrame::VideoFrame(int newWidth, int newHeight) { crvec = NULL; frameptr = NULL; SetSize(newWidth,newHeight); } void VideoFrame::SetSize(int newWidth, int newHeight) { if ((newWidth!=width)||(newHeight!=height)) { width = newWidth; height = newHeight; if (frameptr) delete [] frameptr; frameptr= new BYTE[(width*height*3)>>1]; } } VideoFrame::~VideoFrame() { if (frameptr) delete [] frameptr; } ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/src/vic/p64encoder.h0100644000176200056700000001245107643144647017344 0ustar releasepostincr/*p64encoder.h copyright (c)Indranet Technologies ltd (lara@indranet.co.nz) * Author Derek J Smithies (derek@indranet.co.nz) * * * This file defines the p64encoder class, which is the combined total of * the grabber, pre encoder, and encoder classes. */ /************ Change log * * $Log: p64encoder.h,v $ * Revision 1.18 2003/04/03 23:54:15 robertj * Added fast update to H.261 codec, thanks Gustavo García Bernardo * * Revision 1.17 2002/04/05 00:53:19 dereks * Modify video frame encoding so that frame is encoded on an incremental basis. * Thanks to Walter Whitlock - good work. * * Revision 1.16 2002/01/04 02:48:05 dereks * Fix previous commit so it compiles OK. * * Revision 1.15 2002/01/03 23:05:50 dereks * Add methods to count number of H261 packets waiting to be sent. * * Revision 1.14 2001/12/04 04:26:06 robertj * Added code to allow change of video quality in H.261, thanks Damian Sandras * * Revision 1.13 2001/09/25 03:14:48 dereks * Add constant bitrate control for the h261 video codec. * Thanks Tiziano Morganti for the code to set bit rate. Good work! * * Revision 1.12 2001/05/10 05:25:44 robertj * Removed need for VIC code to use ptlib. * * Revision 1.11 2001/03/19 01:41:33 robertj * Removed last vestiges of old grabber code. * * Revision 1.10 2000/12/19 22:22:34 dereks * Remove connection to grabber-OS.cxx files. grabber-OS.cxx files no longer used. * Video data is now read from a video channel, using the pwlib classes. * * Revision 1.9 2000/10/13 01:47:27 dereks * Include command option for setting the number of transmitted video * frames per second. use --videotxfps n * * Revision 1.8 2000/09/08 06:41:38 craigs * Added ability to set video device * Added ability to select test input frames * * Revision 1.7 2000/08/25 03:18:50 dereks * Add change log facility (Thanks Robert for the info on implementation) * * * ********/ #ifndef lib_p64encoder_h #define lib_p64encoder_h #include "config.h" #include "p64.h" #include "vid_coder.h" #include "videoframe.h" #include "encoder-h261.h" #include "transmitter.h" #define WIDTH 352 #define HEIGHT 288 class P64Encoder{ public: /** Constructor for using a grabber. The grabber may elect to read data from a hardware device, or from data in memory, Data in memory is placed there by programs such as openmcu. */ P64Encoder(int quant_level,int idle); ~P64Encoder(); /** Set the quantization level (or quality level) in the h261 encoder class. Has a value of 1 (good quality) to 31 (poor quality). Quality is improved at the expense of bit rate. */ void SetQualityLevel(int qLevel); /** Set the number of blocks in the background that need to be transmitted with each frame */ void SetBackgroundFill(int idle); /** Set size of the grabbing window, which sets the size of the vid_frame class. When the vid_frame class is passed to grabber and encoder, the grabber and encoder automatically resize */ void SetSize(int width,int height); /** Called by the display routine, so we can display local video using the grabbed 411 format stuff. Returns the address of the grabbed 411 format frame. */ u_char* GetFramePtr(); // /** Grabs one video frame, // or generates test pattern if grabber is not operational // */ // void GrabOneFrame(); /** On a previously grabbed frame, 1)do some motion and block changed checking, 2)h261 format conversion and 3)store result in a series of packets in a list in the transmitter class. */ void ProcessOneFrame(); /** Retrieves the first packet in the list recorded in in the transmitter class */ void ReadOnePacket( u_char * buffer, // Buffer of encoded data unsigned & length // Actual length of encoded data buffer ); /** Pre-process one video frame for later incremental encoding same as ProcessOneFrame() except that no encoding is done */ void PreProcessOneFrame(); /** Incrementally encodes and retrieves one packet Must call PreProcesOneFrame() first, then call IncEncodeAndGetPacket() the same way as ReadOnePacket() is called */ void IncEncodeAndGetPacket( u_char * buffer, // Buffer of encoded data unsigned & length // Actual length of encoded data buffer ); /** Return true if there are packets waiting to be transmitted. These packets were created at the last invocation of the video codec. */ int PacketsOutStanding() { return trans->PacketsOutStanding(); } /** When incrementally encoding, return true if there is still more encoding waiting to be done for the current video frame. */ int MoreToIncEncode() { return h261_edr->MoreToIncEncode(); } /** Return the count of packets waiting to be transmitted. These packets were created at the last invocation of the video codec. */ int GetCountPacketsOutStanding() { return trans->GetCountPacketsOutStanding();} void FastUpdatePicture(); protected: //variables used in grabbing/processing the image. Transmitter *trans; H261PixelEncoder *h261_edr; VideoFrame *vid_frame; Pre_Vid_Coder *pre_vid; VideoFrame *vid_frame2; // for testing Pre_Vid_Coder *pre_vid2; // for testing }; #endif //#ifndef lib_p64encoder_h openh323_v1_18_0/src/vic/transmitter.cxx0100644000176200056700000001176107634302003020303 0ustar releasepostincr/*transmitter.cc (c) 1999-2000 Derek J Smithies (dereks@ibm.net) * Indranet Technologies ltd (lara@indranet.co.nz) * * This file is derived from vic, http://www-nrg.ee.lbl.gov/vic/ * Their copyright notice is below. */ /*- * Copyright (c) 1993-1994 The Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the Network Research * Group at Lawrence Berkeley Laboratory. * 4. Neither the name of the University nor of the Laboratory may be used * to endorse or promote products derived from this software without * specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ /************ Change log * * $Log: transmitter.cxx,v $ * Revision 1.8 2003/03/14 07:25:55 robertj * Removed $header keyword so is not different on alternate repositories * * Revision 1.7 2002/01/04 02:48:05 dereks * Fix previous commit so it compiles OK. * * Revision 1.6 2002/01/03 23:05:50 dereks * Add methods to count number of H261 packets waiting to be sent. * * Revision 1.5 2001/05/10 05:25:44 robertj * Removed need for VIC code to use ptlib. * * Revision 1.4 2000/12/19 22:22:34 dereks * Remove connection to grabber-OS.cxx files. grabber-OS.cxx files no longer used. * Video data is now read from a video channel, using the pwlib classes. * * Revision 1.3 2000/08/25 03:18:50 dereks * Add change log facility (Thanks Robert for the info on implementation) * * * ********/ #if 0 #include #include #include #include #ifndef WIN32 #include #endif #include #include #ifdef WIN32 #include #include #include #else #include #include #include #include #include #endif #endif #include "transmitter.h" Transmitter::Transmitter() : head_(0), tail_(0) { freehdrs_ = NULL; freebufs_ = NULL; seqno_ = 1; } Transmitter::~Transmitter() { PurgeBufferQueue(freehdrs_); PurgeBufferQueue(head_); } void Transmitter::PurgeBufferQueue(pktbuf *queue) { pktbuf *pb = queue; while (pb) { pktbuf *tpb=pb->next; if(pb->buf) delete(pb->buf); delete pb; pb=tpb; } } Transmitter::pktbuf* Transmitter::alloch() { pktbuf* pb = freehdrs_; if (pb == 0) pb = new pktbuf; else freehdrs_ = pb->next; pb->buf = 0; return (pb); } Transmitter::pktbuf* Transmitter::alloc() { pktbuf* pb = alloch(); buffer* p = freebufs_; if (p == 0) p = new buffer; else freebufs_ = p->next; pb->buf = p; return (pb); } void Transmitter::ReleaseOnePacket(pktbuf* pb) { head_=head_->next; pb->next = freehdrs_; freehdrs_ = pb; buffer* p = pb->buf; if (p != 0) { p->next = freebufs_; freebufs_ = p; } } //Add packet to pending queue. void Transmitter::StoreOnePacket(pktbuf* pb) { if (head_ != 0) { tail_->next = pb; tail_ = pb; } else tail_ = head_ = pb; pb->next = 0; } int Transmitter::PacketsOutStanding() { return(head_!=NULL); } int Transmitter::GetCountPacketsOutStanding() { pktbuf *pkt_ptr = head_; int count = 0; while(pkt_ptr != NULL) { pkt_ptr = pkt_ptr->next; count++; } return count; } void Transmitter::GetNextPacket(u_char ** hptr,u_char ** bptr, u_int & hlen, u_int & blen) { if( head_ != 0 ) { *hptr=(u_char*)head_->hdr; //there is a packet to read. *bptr=(u_char*)head_->buf->data; hlen=head_->lenHdr; blen=head_->lenBuf; ReleaseOnePacket(head_); } else { hlen = 0; //There is no packet to read. blen = 0; } } openh323_v1_18_0/src/vic/transmitter.h0100644000176200056700000001073607634302003017731 0ustar releasepostincr/*transmitter.h (c) 1999-2000 Derek J Smithies (dereks@ibm.net) * Indranet Technologies ltd (lara@indranet.co.nz) * * This file is derived from vic, http://www-nrg.ee.lbl.gov/vic/ * Their copyright notice is below. */ /* * Copyright (c) 1993-1995 The Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the Network Research * Group at Lawrence Berkeley National Laboratory. * 4. Neither the name of the University nor of the Laboratory may be used * to endorse or promote products derived from this software without * specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * */ /************ Change log * * $Log: transmitter.h,v $ * Revision 1.9 2003/03/14 07:25:55 robertj * Removed $header keyword so is not different on alternate repositories * * Revision 1.8 2002/04/05 00:53:19 dereks * Modify video frame encoding so that frame is encoded on an incremental basis. * Thanks to Walter Whitlock - good work. * * Revision 1.7 2002/01/04 02:48:05 dereks * Fix previous commit so it compiles OK. * * Revision 1.6 2002/01/03 23:05:50 dereks * Add methods to count number of H261 packets waiting to be sent. * * Revision 1.5 2001/05/10 05:25:44 robertj * Removed need for VIC code to use ptlib. * * Revision 1.4 2000/12/19 22:22:34 dereks * Remove connection to grabber-OS.cxx files. grabber-OS.cxx files no longer used. * Video data is now read from a video channel, using the pwlib classes. * * Revision 1.3 2000/08/25 03:18:50 dereks * Add change log facility (Thanks Robert for the info on implementation) * * * ********/ #ifndef vic_transmitter_h #define vic_transmitter_h #include "config.h" #if 0 #ifdef WIN32 #include #else #include #include #include #endif #endif #define MAXHDR 24 #include "dct.h" /* * The base object for performing the outbound path of * the application level protocol. */ class Transmitter { public: Transmitter(); virtual ~Transmitter(); struct buffer { struct buffer* next; /* * make buffer twice as big as necessary so we can * run off end while doing in-place encoding. */ u_char data[2 * RTP_MTU]; }; struct pktbuf { struct pktbuf* next; int lenHdr,lenBuf; u_char hdr[MAXHDR]; buffer* buf; }; virtual int mtu() { return 1024; } //Maximum transfer unit. void StoreOnePacket(pktbuf*); //Returns a pointer to buffer in the next packet, + length of buffer; //Frees the packet from the queue. void GetNextPacket(u_char ** hptr,u_char ** bptr, u_int & hlen, u_int & blen); //Returns true if there are packets still in the queue. int PacketsOutStanding(); int GetCountPacketsOutStanding(); pktbuf* alloch(); pktbuf* alloc(); protected: void PurgeBufferQueue(pktbuf *queue); /* * Buffer allocation hooks. */ void ReleaseOnePacket(pktbuf*); /* packet transmission queue */ pktbuf* head_; pktbuf* tail_; u_int seqno_; private: pktbuf* freehdrs_; buffer* freebufs_; }; #endif openh323_v1_18_0/src/vic/vid_coder.cxx0100644000176200056700000001551207643144647017705 0ustar releasepostincr/* * Copyright (c) 1993-1994 Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of * California, Berkeley and the Network Research Group at * Lawrence Berkeley Laboratory. * 4. Neither the name of the University nor of the Laboratory may be used * to endorse or promote products derived from this software without * specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ /************ Change log * * $Log: vid_coder.cxx,v $ * Revision 1.6 2003/04/03 23:54:15 robertj * Added fast update to H.261 codec, thanks Gustavo García Bernardo * * Revision 1.5 2000/09/22 02:40:13 dereks * Tidied code for generating test images. * Added mechanism to ensure the entire frame is sent on startup. * * Revision 1.4 2000/08/25 03:18:50 dereks * Add change log facility (Thanks Robert for the info on implementation) * * * ********/ #include "vid_coder.h" void Pre_Vid_Coder::SetSize(int _width,int _height) { if((_width!=width)||(_height!=height)) { Free_Memory(); width =_width; height =_height; outw =_width; // idle_high= 60; idle_low = 2; framesize=width*height; allocref(); crinit(); rover=0; } } Pre_Vid_Coder::Pre_Vid_Coder():Encoder(NULL) { rover = 0; frameCount = 0; ref =NULL; crvec=NULL; fastUpdCount = 0; } Pre_Vid_Coder::~Pre_Vid_Coder() { Free_Memory(); } void Pre_Vid_Coder::Free_Memory() { if(crvec) delete crvec; crvec= NULL; if(ref) delete ref; ref= NULL; } void Pre_Vid_Coder::crinit() { blkw = width >> 4; blkh = height >> 4; scan = 0; nblk = blkw * blkh; if (crvec) delete crvec; crvec = new u_char[nblk]; for (int i = 0; i < nblk; ++i) crvec[i] = CR_MOTION|CR_SEND; } /* must call after set_size_xxx */ void Pre_Vid_Coder::allocref() { if(ref) delete ref; ref = new u_char[framesize]; memset((char*)ref, 0, framesize); } /* * define these for REPLENISH macro used below */ #define ABS(v) if (v < 0) v = -v; #define DIFF4(in, frm, v) \ v += (in)[0] - (frm)[0]; \ v += (in)[1] - (frm)[1]; \ v += (in)[2] - (frm)[2]; \ v += (in)[3] - (frm)[3]; #define DIFFLINE(in, frm, left, center, right) \ DIFF4(in, frm, left); \ DIFF4(in + 1*4, frm + 1*4, center); \ DIFF4(in + 2*4, frm + 2*4, center); \ DIFF4(in + 3*4, frm + 3*4, right); \ ABS(right); \ ABS(left); \ ABS(center); void Pre_Vid_Coder::suppress(const u_char* devbuf) { REPLENISH(devbuf, ref, outw, 1, 0, blkw, 0, blkh); } inline void Pre_Vid_Coder::save(u_char* lum, u_char* cache, int stride) { for (int i = 16; --i >= 0; ) { ((u_int*)cache)[0] = ((u_int*)lum)[0]; ((u_int*)cache)[1] = ((u_int*)lum)[1]; ((u_int*)cache)[2] = ((u_int*)lum)[2]; ((u_int*)cache)[3] = ((u_int*)lum)[3]; cache += stride; lum += stride; } } void Pre_Vid_Coder::ProcessFrame(VideoFrame *vf) { if (!SameSize(vf)) SetSize(vf->width,vf->height); frametime= vf->ts; //Need frametime for deciding what blocks are old. suppress(vf->frameptr); saveblks(vf->frameptr); vf->crvec= crvec; } /* * Default save routine -- stuff new luma blocks into cache. */ void Pre_Vid_Coder::saveblks(u_char* lum) { u_char* crv = crvec; u_char* cache = ref; int stride = outw; stride = (stride << 4) - stride; for (int y = 0; y < blkh; y++) { for (int x = 0; x < blkw; x++) { if ((*crv++ & CR_SEND) != 0) save(lum, cache, outw); cache += 16; lum += 16; } lum += stride; cache += stride; } } void Pre_Vid_Coder::age_blocks() { frameCount++; fastUpdCount++; if( (frameCount<3) || (fastUpdCount< 3) ) { for (int i = 0; i < nblk; ++i) crvec[i] = CR_MOTION|CR_SEND; return; } /* The lines at the head of this routine are a hack. * They ensure that for the first two frames of the current * connection, all blocks in the frame are sent. * Without these lines, netmeeting fills in the image over a * series of frames. These lines ensure that netmeeting starts * up with a full image. */ for (int i = 0; i < nblk; ++i) { int s = CR_STATE(crvec[i]); /* * Age this block. * Once we hit the age threshold, we * set CR_SEND as a hint to send a * higher-quality version of the block. * After this the block will stop aging, * until there is motion. In the meantime, * we might send it as background fill * using the highest quality. */ if (s <= CR_AGETHRESH) { if (s == CR_AGETHRESH) s = CR_IDLE; else { s++; if (s == CR_AGETHRESH) s |= CR_SEND; } crvec[i] = s; } else if (s == CR_BG) /* * reset the block to IDLE if it was sent * as a BG block in the last frame. */ crvec[i] = CR_IDLE; } /* * Now go through and look for some idle blocks to send * as background fill. */ //HORRIBLE, need better algorithm for determining n. int n = ((0*frametime) < frametime)? idle_high : idle_low; while (n > 0) { int s = CR_STATE(crvec[rover]); if (s == CR_IDLE) { crvec[rover] = CR_SEND|CR_BG; --n; } rover++; if (rover >= nblk) { rover = 0; /* guarantee loop termination */ break; } } /* * Bump the CR scan pointer. This variable controls which * scan line of a block we use to make the replenishment * decision. We skip 3 lines at a time to quickly precess * over the block. Since 3 and 8 are coprime, we will * sweep out every line. */ scan = (scan + 3) & 7; } void Pre_Vid_Coder::FastUpdatePicture() //ADDED { fastUpdCount = 0; } openh323_v1_18_0/src/vic/vid_coder.h0100644000176200056700000002001407643144647017323 0ustar releasepostincr/*vid_coder.h (c) Indranet Technologies ltd (lara@indranet.co.nz) * Code mangled by Derek J Smithies (derek@indranet.co.nz), so that * it runs inside voxilla. * * This file is derived from vic, http://www-nrg.ee.lbl.gov/vic/ * Their copyright notice is below. */ /*- * Copyright (c) 1993-1995 The Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of * California, Berkeley and the Network Research Group at * Lawrence Berkeley Laboratory. * 4. Neither the name of the University nor of the Laboratory may be used * to endorse or promote products derived from this software without * specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ /************ Change log * * $Log: vid_coder.h,v $ * Revision 1.10 2003/04/03 23:54:15 robertj * Added fast update to H.261 codec, thanks Gustavo García Bernardo * * Revision 1.9 2002/04/26 04:57:41 dereks * Add Walter Whitlocks fixes, based on Victor Ivashim's suggestions to * improve the quality with Netmeeting. Thanks guys!!!! * * Revision 1.8 2001/10/16 21:20:07 yurik * Removed warnings on Windows CE. Submitted by Jehan Bing, jehan@bravobrava.com * * Revision 1.7 2001/05/10 05:25:44 robertj * Removed need for VIC code to use ptlib. * * Revision 1.6 2000/09/22 02:40:14 dereks * Tidied code for generating test images. * Added mechanism to ensure the entire frame is sent on startup. * * Revision 1.5 2000/08/25 03:18:50 dereks * Add change log facility (Thanks Robert for the info on implementation) * * * ********/ #if 0 #if defined(__osf__) || defined(__ultrix__) /*XXX they didn't get this one right */ extern "C" { #include #include } #else #include #ifndef WIN32 #include #endif #endif #include #include #include #include #endif #include "crdef.h" #include "transmitter.h" #include "encoder.h" #include "crdef.h" #include "videoframe.h" #if defined(sun) && !defined(__svr4__) extern "C" int gettimeofday(struct timeval*, struct timezone*); #endif #define HDRSIZE 4 #define CIF_WIDTH 352 #define CIF_HEIGHT 288 #define QCIF_WIDTH 176 #define QCIF_HEIGHT 144 #define BMB 6 /* # blocks in a Macroblock */ #define MBPERGOB 33 /* # of Macroblocks per GOB (3 x 11 in image) */ #ifdef INT_64 #define NBIT 64 #define BB_INT INT_64 #else #define NBIT 32 #define BB_INT u_int #endif #if BYTE_ORDER == LITTLE_ENDIAN #if NBIT == 64 #define STORE_BITS(bb, bc) \ bc[0] = (u_char)(bb >> 56); \ bc[1] = (u_char)(bb >> 48); \ bc[2] = (u_char)(bb >> 40); \ bc[3] = (u_char)(bb >> 32); \ bc[4] = (u_char)(bb >> 24); \ bc[5] = (u_char)(bb >> 16); \ bc[6] = (u_char)(bb >> 8); \ bc[7] = (u_char)(bb); #define LOAD_BITS(bc) \ ((BB_INT)bc[0] << 56 | \ (BB_INT)bc[1] << 48 | \ (BB_INT)bc[2] << 40 | \ (BB_INT)bc[3] << 32 | \ (BB_INT)bc[4] << 24 | \ (BB_INT)bc[5] << 16 | \ (BB_INT)bc[6] << 8 | \ (BB_INT)bc[7]) #else #define STORE_BITS(bb, bc) \ bc[0] = (u_char)(bb >> 24); \ bc[1] = (u_char)(bb >> 16); \ bc[2] = (u_char)(bb >> 8); \ bc[3] = (u_char)(bb); #define LOAD_BITS(bc) (ntohl(*(BB_INT*)(bc))) #endif #else #define STORE_BITS(bb, bc) *(BB_INT*)bc = (bb); #define LOAD_BITS(bc) (*(BB_INT*)(bc)) #endif #define PUT_BITS(bits, n, nbb, bb, bc) \ { \ nbb += (n); \ if (nbb > NBIT) { \ u_int extra = (nbb) - NBIT; \ bb |= (BB_INT)(bits) >> extra; \ STORE_BITS(bb, bc) \ bc += sizeof(BB_INT); \ bb = (BB_INT)(bits) << (NBIT - extra); \ nbb = extra; \ } else \ bb |= (BB_INT)(bits) << (NBIT - (nbb)); \ } class Pre_Vid_Coder : public Encoder { public: /**Constructor */ Pre_Vid_Coder(); /**Destructor */ virtual ~Pre_Vid_Coder(); /**Take a YUV411 planar frame and access which blocks to send */ void ProcessFrame(VideoFrame *vf); /**Set internal variable (idle_high) for the fill rate. */ void SetBackgroundFill(int fillLevel) {idle_high= fillLevel; } void FastUpdatePicture(); protected: void SetSize(int _width,int _height); void allocref(); void Free_Memory(); void suppress(const u_char* devbuf); void save(u_char* lum, u_char* cache, int stride); void saveblks(u_char* lum); void age_blocks(); /**Conditional replacement vector (crvec) creation&initialization */ void crinit(); /** conditional replacement vector */ u_char *crvec; u_char *ref; int inw; int inh; int outw; int outh; int frameCount; /**number of blocks across the width of a frame. blkw is equal to pixels wide/16 */ int blkw; /**number of blocks in the height of a frame. blkh is equal to pixels high/16 */ int blkh; /**Number of background blocks (those that did not change) which are sent in addition to those that have changed*/ int idle_high; int idle_low; int delta; int frametime; int scan; /** number of blocks in the frame. */ int nblk; /** index used to find the unchanged blocks to be transmitted with those that have changed*/ int rover; int fastUpdCount; }; #define REPLENISH(devbuf, refbuf, ds, bpp, hstart, hstop, vstart, vstop) \ { \ /* \ * First age the blocks from the previous frame. \ */ \ age_blocks(); \ \ register int _ds = ds; \ register int _rs = outw; \ const u_char* rb = &(refbuf)[scan * _rs]; \ const u_char* db = &(devbuf)[scan * _ds]; \ int w = blkw; \ u_char* crv = crvec; \ \ crv += (vstart) * w; \ for (int y = vstart; y < vstop; ++y) { \ const u_char* ndb = db; \ const u_char* nrb = rb; \ u_char* ncrv = crv; \ crv += hstart; \ for (int x = hstart; x < hstop; x++) { \ int left = 0; \ int right = 0; \ int top = 0; \ int bottom = 0; \ DIFFLINE(db, rb, left, top, right); \ db += _ds << 3; \ rb += _rs << 3; \ DIFFLINE(db, rb, left, bottom, right); \ db -= _ds << 3; \ rb -= _rs << 3; \ \ int center = 0; \ if (left >= 48 && x > 0) { \ crv[-1] = CR_MOTION|CR_SEND; \ center = 1; \ } \ if (right >= 48 && x < w - 1) { \ crv[1] = CR_MOTION|CR_SEND; \ center = 1; \ } \ if (bottom >= 48 && y < blkh - 1) { \ crv[w] = CR_MOTION|CR_SEND; \ center = 1; \ } \ if (top >= 48 && y > 0) { \ crv[-w] = CR_MOTION|CR_SEND; \ center = 1; \ } \ if (center) \ crv[0] = CR_MOTION|CR_SEND; \ \ db += 16 * (bpp); \ rb += 16; \ ++crv; \ } \ db = ndb + (_ds << 4); \ rb = nrb + (_rs << 4); \ crv = ncrv + w; \ } \ } openh323_v1_18_0/src/vic/videoframe.h0100644000176200056700000000167107621571442017507 0ustar releasepostincr#ifndef VIDEO_FRAME_H #define VIDEO_FRAME_H /************ Change log * * $Log: videoframe.h,v $ * Revision 1.8 2003/02/10 00:32:34 robertj * Removed code for redundent class and constructor. * * Revision 1.7 2001/05/10 05:25:44 robertj * Removed need for VIC code to use ptlib. * * Revision 1.6 2000/12/19 22:22:34 dereks * Remove connection to grabber-OS.cxx files. grabber-OS.cxx files no longer used. * Video data is now read from a video channel, using the pwlib classes. * * Revision 1.5 2000/08/25 03:18:50 dereks * Add change log facility (Thanks Robert for the info on implementation) * * * ********/ class VideoFrame { public: VideoFrame(u_char *cr, int w, int h); VideoFrame(int w, int h) ; ~VideoFrame(); void SetSize(int newwidth, int newheight); u_char *frameptr; u_char *crvec; u_int ts; int width; int height; }; #endif //ifndef VIDEO_FRAME_H openh323_v1_18_0/Makefile.in0100644000176200056700000002534410274466457015724 0ustar releasepostincr# # Makefile # # Make file for Open H323 library # # Copyright (c) 1998-2000 Equivalence Pty. Ltd. # # The contents of this file are subject to the Mozilla Public License # Version 1.0 (the "License"); you may not use this file except in # compliance with the License. You may obtain a copy of the License at # http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See # the License for the specific language governing rights and limitations # under the License. # # The Original Code is Open H323 library. # # The Initial Developer of the Original Code is Equivalence Pty. Ltd. # # Contributor(s): ______________________________________. # # $Log: Makefile.in,v $ # Revision 1.19 2005/08/04 19:31:59 csoutheren # Applied patch #1243078 # Fixed links for library when using make install # Thanks to Alain Nakache # # Revision 1.18 2004/11/27 18:42:15 rogerhardiman # Use $(MAKE) and not 'make'. Needed for FreeBSD which uses gmake. # # Revision 1.17 2004/08/22 04:21:45 csoutheren # Fixed make install to create all target directories # Thanks to Klaus Kaempf # # Revision 1.16 2004/06/24 13:20:38 csoutheren # Checked in possible fix for bug 970090 # # Revision 1.15 2004/06/17 23:17:38 csoutheren # Fixed permissions on install directories as suggested by Al Piszcz # # Revision 1.14 2004/05/17 06:08:47 csoutheren # Changed "make docs" to use Doxygen # Added new doc main page and config file # # Revision 1.13 2004/05/03 13:01:29 csoutheren # Fixed still more problems in install targets # # Revision 1.12 2004/05/03 12:33:54 csoutheren # Changed install target to work on multiple platforms # # Revision 1.11 2004/04/29 15:03:00 csoutheren # Fixed INSTALL var # # Revision 1.10 2004/04/29 14:47:55 csoutheren # Reconfigured plugin makefiles per suggestions from Damien Sandras # Changed install targets to use $(INSTALL) # # Revision 1.9 2004/04/27 10:18:03 csoutheren # Added plugins to standard builds # # Revision 1.8 2004/04/13 23:13:49 csoutheren # Change default build to library only # Added "apps" target for applications # # Revision 1.7 2004/02/26 12:08:55 csoutheren # Fixed various problems thanks to Klaus Kaempf # # Revision 1.6 2004/02/01 12:24:11 dsandras # Set default target to optshared. # # Revision 1.5 2003/09/01 09:38:29 dsandras # Fixed install target thanks to Stefan Brüns . # # Revision 1.4 2003/08/27 09:39:49 dsandras # Readded DESTDIR support (thanks to Stefan Bruns ) # # Revision 1.3 2003/07/28 19:30:29 dsandras # Do not export the PREFIX as it can give problems to compile other openh323 # software.. # # Revision 1.2 2003/07/28 18:55:49 dsandras # Added --libdir support thanks to Alexander Larsson . # # Revision 1.1 2003/05/22 12:25:38 dsandras # # Initial commit. # # Revision 1.62 2002/12/04 19:36:30 rogerh # Remove un-needed / in PREFIX # # Revision 1.61 2002/11/13 23:52:23 robertj # Added install and uninstall targets, thanks Damien Sandras # # Revision 1.60 2002/07/19 01:51:41 robertj # Fixed up directory defaults for openh323 directory. # # Revision 1.59 2002/02/11 06:20:07 robertj # Moved version.h to root directory so have one for the library and not just # the sample application. SimpH323 uses the library version so they remain # in sync. # # Revision 1.58 2001/11/11 23:07:52 robertj # Some clean ups after T.38 commit, thanks Adam Lazur # # Revision 1.57 2001/11/09 05:39:54 craigs # Added initial T.38 support thanks to Adam Lazur # # Revision 1.56 2001/09/14 08:57:39 robertj # Added update target to do cvs update and rebuild all # # Revision 1.55 2001/05/17 00:01:06 robertj # Fixed stupid mistake with included make file # # Revision 1.54 2001/05/16 07:43:33 robertj # Fixed location of version file # # Revision 1.53 2001/05/16 07:42:38 robertj # Changed Makefile to use common stuff, primarily so can go tagbuild # # Revision 1.52 2001/03/20 04:08:33 robertj # Major improvement to multiple targets over subdirectories, thanks Jac Goudsmit # # Revision 1.51 2000/05/18 11:53:33 robertj # Changes to support doc++ documentation generation. # # Revision 1.50 2000/05/11 02:27:52 robertj # Removed "sample" directory and added "samples/simple" for demo app. # # Revision 1.49 2000/05/02 04:32:23 robertj # Fixed copyright notice comment. # # Revision 1.48 2000/04/26 01:07:23 robertj # Removed tarfile creation target, this is done differently now. # # Revision 1.47 2000/04/06 20:10:53 craigs # Added install target # # Revision 1.46 2000/03/24 03:17:44 robertj # Directory restructuring. # # Revision 1.45 2000/03/08 00:25:09 robertj # Changed check for compile of openphone to be AND not OR. # # Revision 1.44 2000/03/03 18:04:01 craigs # Fixed problem with openphone being built when no GUI code installed # # Revision 1.43 2000/03/03 12:20:40 robertj # Fixed non fatal error in make rules and allowed for missing sample apps. # # Revision 1.42 2000/02/24 11:53:31 craigs # Fixed problem with .o files not going into correct directory # # Revision 1.41 2000/02/24 11:17:01 craigs # Fixed problem with making PW projects # # Revision 1.40 2000/02/16 12:38:31 craigs # Fixed problem with noshared targets # # Revision 1.39 2000/02/04 04:59:31 craigs # Changed for new library make system and makefile layout # # Revision 1.38 2000/02/02 04:09:12 craigs # Changed to use subdirectories # # Revision 1.35 2000/01/13 04:03:45 robertj # Added video transmission # # Revision 1.34 2000/01/04 00:22:28 craigs # Changed directory list # # Revision 1.33 1999/12/29 01:27:01 craigs # Added detection of new Linux kernel telephony code # # Revision 1.32 1999/12/24 00:27:39 robertj # Added LID abstraction and split RTP classes from H323. # # Revision 1.31 1999/12/16 05:48:36 robertj # Fixed problem with correct inclusion of ixj files under Linux. # # Revision 1.30 1999/11/19 14:01:41 craigs # Added ixjuser.h to the tarfiles # # Revision 1.29 1999/11/19 13:13:40 craigs # Changed to add CVS directories to the tarball # # Revision 1.28 1999/11/16 13:45:12 craigs # Fixed dependencies to be SMP friendly # # Revision 1.27 1999/11/12 04:51:34 craigs # Fixed problem with excluding IXJ device on Linux # # Revision 1.26 1999/11/07 03:43:38 craigs # Added conditional for ixj files for linux only # # Revision 1.25 1999/11/02 01:22:26 robertj # Added answering machine # # Revision 1.24 1999/10/24 14:43:20 robertj # Added platform independent support for Quicknet xJACK cards. # # Revision 1.23 1999/10/11 07:35:03 craigs # Added missing config.h to VIC sources macro # # Revision 1.22 1999/09/27 01:22:45 robertj # Added H.261 video support via vic code. # # Revision 1.21 1999/09/21 08:33:58 craigs # Added support for VIC video codecs # # Revision 1.20 1999/09/09 01:14:49 robertj # Added support for video capabilities & codec, still needs the actual codec itself! # # Revision 1.19 1999/09/03 14:05:19 robertj # Fixed creation of tarball # # Revision 1.18 1999/08/31 12:43:04 robertj # Added gatekeeper supprt. # # Revision 1.17 1999/08/25 07:11:54 robertj # Unix port # # Revision 1.16 1999/08/09 04:51:21 robertj # Added subdirectories to build, including dump323 # # Revision 1.15 1999/07/31 04:09:11 robertj # Added ability to create binary with no tracing code in it. # # Revision 1.14 1999/07/26 09:18:28 craigs # Added README.QUICKNET file to test app # # Revision 1.13 1999/07/26 07:22:10 craigs # Added files for quicknet test apps # # Revision 1.12 1999/07/10 03:42:26 robertj # Added automatic version inclusion in tar file. # # Revision 1.11 1999/06/28 09:48:57 robertj # Fixed dependencies for GSM files # # Revision 1.10 1999/06/25 17:51:08 robertj # Fixed tarball # # Revision 1.9 1999/06/25 17:20:18 robertj # New directory structure. # # Revision 1.8 1999/06/22 14:40:19 robertj # Added GSM code. # # Revision 1.7 1999/06/14 09:09:36 robertj # Transmit channel and RTP implementation. # # Revision 1.6 1999/06/09 06:51:57 robertj # Added tracing to optimised version. # # Revision 1.5 1999/06/09 06:18:00 robertj # GCC compatibiltiy. # # Revision 1.4 1999/06/07 00:32:41 robertj # Put packet dump code back in # # Revision 1.3 1999/06/06 06:06:36 robertj # Changes for new ASN compiler and v2 protocol ASN files. # # Revision 1.2 1999/01/16 11:16:53 robertj # Fixed library name # # Revision 1.1 1999/01/16 10:32:26 robertj # Initial revision # PREFIX=@INSTALLPREFIX@ exec_prefix = $(PREFIX) LIBDIR=@LIBDIR@ export OPENH323DIR=@OPENH323DIR@ INSTALL=@INSTALL@ default :: optshared all :: bothdepend both include $(OPENH323DIR)/openh323u.mak # export NOAUDIOCODECS=true # export NOVIDEO=true SUBDIRS := samples/simple ifneq (,$(wildcard dump323)) SUBDIRS += dump323 endif ifneq (,$(wildcard openam)) SUBDIRS += openam endif ifneq (,$(wildcard pstngw)) SUBDIRS += pstngw endif ifneq (,$(wildcard openphone)) ifneq (,$(wildcard $(PWLIBDIR)/src/pwlib)) SUBDIRS += openphone endif endif PREFIX=@INSTALLPREFIX@/ exec_prefix = ${PREFIX} LIBDIR=@LIBDIR@ ifndef PREFIX PREFIX=/usr/local endif update: cvs update $(MAKE) all # standard build command $(subst tagbuild,,$(STANDARD_TARGETS)) :: $(MAKE) -C src $@ $(MAKE) -C plugins $@ # Pass through commands to the subdirectory for sample app apps: set -e; $(foreach dir,$(SUBDIRS),$(MAKE) -C $(dir) opt) notrace:: $(MAKE) NOTRACE=1 opt docs: doxygen openh323_cfg.dxy install: mkdir -p $(DESTDIR)$(LIBDIR) rm -f $(DESTDIR)$(LIBDIR)/libh323_*_r.so* $(INSTALL) -m 444 lib/$(OH323_FILE).@MAJOR_VERSION@.@MINOR_VERSION@.@BUILD_NUMBER@ $(DESTDIR)$(LIBDIR) (cd $(DESTDIR)$(LIBDIR) ; \ rm -f $(OH323_FILE).@MAJOR_VERSION@.@MINOR_VERSION@ ; \ ln -sf $(OH323_FILE).@MAJOR_VERSION@.@MINOR_VERSION@.@BUILD_NUMBER@ $(OH323_FILE).@MAJOR_VERSION@.@MINOR_VERSION@ \ ) (cd $(DESTDIR)$(LIBDIR) ; \ rm -f $(OH323_FILE).@MAJOR_VERSION@ ; \ ln -sf $(OH323_FILE).@MAJOR_VERSION@.@MINOR_VERSION@.@BUILD_NUMBER@ $(OH323_FILE).@MAJOR_VERSION@ \ ) (cd $(DESTDIR)$(LIBDIR) ; \ rm -f $(OH323_FILE) ; \ ln -sf $(OH323_FILE).@MAJOR_VERSION@.@MINOR_VERSION@.@BUILD_NUMBER@ $(OH323_FILE) \ ) (cd $(DESTDIR)$(LIBDIR); \ rm -f libopenh323.@SHAREDLIBEXT@ ; \ ln -sf $(OH323_FILE) libopenh323.@SHAREDLIBEXT@ \ ) ( for dir in $(DESTDIR)$(LIBDIR) \ $(DESTDIR)$(PREFIX)/include/openh323 \ $(DESTDIR)$(PREFIX)/share/openh323 ;\ do mkdir -p $$dir ; chmod 755 $$dir ; \ done) ( for fn in include/*.h ; do \ $(INSTALL) -m 444 $$fn $(DESTDIR)$(PREFIX)/include/openh323 ; \ done) $(INSTALL) -m 444 openh323u.mak $(DESTDIR)$(PREFIX)/share/openh323 (cd plugins; $(MAKE) install) uninstall: rm -rf $(DESTDIR)$(PREFIX)/include/openh323 \ $(PREFIX)/share/openh323 rm -f $(DESTDIR)$(LIBDIR)/$(OH323_FILE) \ $(DESTDIR)$(LIBDIR)/libopenh323.so (cd plugins; $(MAKE) uninstall) openh323_v1_18_0/OpenH323.dsw0100644000176200056700000000666310277313727015634 0ustar releasepostincrMicrosoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ############################################################################### Project: "CodecInfo"=.\samples\codecinfo\codecinfo.dsp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ Begin Project Dependency Project_Dep_Name OpenH323dll End Project Dependency }}} ############################################################################### Project: "G726"=.\plugins\audio\G726\G726.dsp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ }}} ############################################################################### Project: "IMA_ADPCM"=.\plugins\audio\IMA_ADPCM\IMA_ADPCM.dsp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ }}} ############################################################################### Project: "LPC_10"=.\plugins\audio\LPC_10\LPC_10.dsp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ }}} ############################################################################### Project: "OpenH323Lib"=.\OpenH323Lib.dsp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ }}} ############################################################################### Project: "OpenH323dll"=.\OpenH323dll.dsp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ Begin Project Dependency Project_Dep_Name OpenH323Lib End Project Dependency }}} ############################################################################### Project: "OpenT38"=.\samples\opent38\opent38.dsp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ Begin Project Dependency Project_Dep_Name OpenH323dll End Project Dependency }}} ############################################################################### Project: "SimpH323"=.\samples\simple\simple.dsp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ Begin Project Dependency Project_Dep_Name OpenH323dll End Project Dependency }}} ############################################################################### Project: "Speex"=.\plugins\audio\Speex\Speex.dsp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ }}} ############################################################################### Project: "VoiceAgeG729"=.\plugins\audio\VoiceAgeG729\VoiceAgeG729.dsp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ }}} ############################################################################### Project: "gsm0610"=.\plugins\audio\GSM0610\gsm0610.dsp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ }}} ############################################################################### Project: "gsmamr"=".\plugins\audio\gsm-amr\gsmamr.dsp" - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ }}} ############################################################################### Project: "ilbccodec"=.\plugins\audio\iLBC\ilbccodec.dsp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ }}} ############################################################################### Project: "mfc"=.\samples\mfc\mfc.dsp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ Begin Project Dependency Project_Dep_Name OpenH323dll End Project Dependency }}} ############################################################################### Global: Package=<5> {{{ }}} Package=<3> {{{ }}} ############################################################################### openh323_v1_18_0/OpenH323.mak0100644000176200056700000000130207560464021015563 0ustar releasepostincr!ifndef PWLIBDIR PWLIBDIR=c:\work\pwlib !endif !ifndef OPENH323DIR OPENH323DIR=$(MAKEDIR) !endif INCLUDE=$(INCLUDE);$(PWLIBDIR)\include\ptlib\msos;$(PWLIBDIR)\include\pwlib\mswin;$(PWLIBDIR)\include;$(OPENH323DIR)/include LIB=$(LIB);$(PWLIBDIR)\Lib;$(OPENH323DIR)/Lib all: msdev OpenH323Lib.dsp /MAKE "OpenH323Lib - Win32 Release" /USEENV msdev OpenH323dll.dsp /MAKE "OpenH323dll - Win32 Release" /USEENV cd samples\simple msdev simple.dsp /MAKE "SimpH323 - Win32 Release" /USEENV debug: all msdev OpenH323Lib.dsp /MAKE "OpenH323Lib - Win32 Debug" /USEENV msdev OpenH323dll.dsp /MAKE "OpenH323dll - Win32 Debug" /USEENV cd samples\simple msdev simple.dsp /MAKE "SimpH323 - Win32 Debug" /USEENV openh323_v1_18_0/OpenH323.sln0100644000176200056700000002037410277331112015612 0ustar releasepostincrMicrosoft Visual Studio Solution File, Format Version 8.00 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OpenH323Lib", "OpenH323Lib.vcproj", "{46BAE05E-698B-4276-820A-D4241F208CE2}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OpenH323dll", "OpenH323dll.vcproj", "{6819994A-A59B-4896-8805-C5C4FC52F31D}" ProjectSection(ProjectDependencies) = postProject {F1C13640-A056-4280-B1C6-6582E5890B89} = {F1C13640-A056-4280-B1C6-6582E5890B89} {46BAE05E-698B-4276-820A-D4241F208CE2} = {46BAE05E-698B-4276-820A-D4241F208CE2} {02AFB070-A9D5-4FB7-A041-311722C9F8D4} = {02AFB070-A9D5-4FB7-A041-311722C9F8D4} EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SimpH323", "samples\simple\simple.vcproj", "{AC8B99A3-6DEA-48B0-A6A6-31A982FAAD0A}" ProjectSection(ProjectDependencies) = postProject {6819994A-A59B-4896-8805-C5C4FC52F31D} = {6819994A-A59B-4896-8805-C5C4FC52F31D} EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mfc", "samples\mfc\mfc.vcproj", "{100A8A78-E4C2-4169-991A-947F822B0FF8}" ProjectSection(ProjectDependencies) = postProject {6819994A-A59B-4896-8805-C5C4FC52F31D} = {6819994A-A59B-4896-8805-C5C4FC52F31D} EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ilbccodec", "plugins\audio\iLBC\ilbccodec.vcproj", "{F1C13640-A056-4280-B1C6-6582E5890B89}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Speex", "plugins\audio\Speex\Speex.vcproj", "{02AFB070-A9D5-4FB7-A041-311722C9F8D4}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gsm0610", "plugins\audio\GSM0610\gsm0610.vcproj", "{E6897206-9765-4B73-9A98-DAC5787814CE}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "G726", "plugins\audio\G726\G726.vcproj", "{269DA9EF-526D-46DE-AA69-D39EFBCB29C0}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IMA_ADPCM", "plugins\audio\IMA_ADPCM\IMA_ADPCM.vcproj", "{25F0AA82-0186-45AD-92C3-EE1F9282A038}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LPC_10", "plugins\audio\LPC_10\LPC_10.vcproj", "{9481B85A-4166-4607-ADC4-0C19D2753EB7}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VoiceAgeG729", "plugins\audio\VoiceAgeG729\VoiceAgeG729.vcproj", "{3F038BF6-B7B9-4941-AF57-8D539FC05781}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gsmamr", "plugins\audio\gsm-amr\gsmamr.vcproj", "{92E9FA1E-2925-42FD-8226-A07CBD237E18}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Global GlobalSection(SolutionConfiguration) = preSolution Debug = Debug No Trace = No Trace Release = Release EndGlobalSection GlobalSection(ProjectConfiguration) = postSolution {46BAE05E-698B-4276-820A-D4241F208CE2}.Debug.ActiveCfg = Debug|Win32 {46BAE05E-698B-4276-820A-D4241F208CE2}.Debug.Build.0 = Debug|Win32 {46BAE05E-698B-4276-820A-D4241F208CE2}.No Trace.ActiveCfg = No Trace|Win32 {46BAE05E-698B-4276-820A-D4241F208CE2}.No Trace.Build.0 = No Trace|Win32 {46BAE05E-698B-4276-820A-D4241F208CE2}.Release.ActiveCfg = Release|Win32 {46BAE05E-698B-4276-820A-D4241F208CE2}.Release.Build.0 = Release|Win32 {6819994A-A59B-4896-8805-C5C4FC52F31D}.Debug.ActiveCfg = Debug|Win32 {6819994A-A59B-4896-8805-C5C4FC52F31D}.Debug.Build.0 = Debug|Win32 {6819994A-A59B-4896-8805-C5C4FC52F31D}.No Trace.ActiveCfg = No Trace|Win32 {6819994A-A59B-4896-8805-C5C4FC52F31D}.No Trace.Build.0 = No Trace|Win32 {6819994A-A59B-4896-8805-C5C4FC52F31D}.Release.ActiveCfg = Release|Win32 {6819994A-A59B-4896-8805-C5C4FC52F31D}.Release.Build.0 = Release|Win32 {AC8B99A3-6DEA-48B0-A6A6-31A982FAAD0A}.Debug.ActiveCfg = Debug|Win32 {AC8B99A3-6DEA-48B0-A6A6-31A982FAAD0A}.Debug.Build.0 = Debug|Win32 {AC8B99A3-6DEA-48B0-A6A6-31A982FAAD0A}.No Trace.ActiveCfg = No Trace|Win32 {AC8B99A3-6DEA-48B0-A6A6-31A982FAAD0A}.No Trace.Build.0 = No Trace|Win32 {AC8B99A3-6DEA-48B0-A6A6-31A982FAAD0A}.Release.ActiveCfg = Release|Win32 {AC8B99A3-6DEA-48B0-A6A6-31A982FAAD0A}.Release.Build.0 = Release|Win32 {100A8A78-E4C2-4169-991A-947F822B0FF8}.Debug.ActiveCfg = Debug|Win32 {100A8A78-E4C2-4169-991A-947F822B0FF8}.Debug.Build.0 = Debug|Win32 {100A8A78-E4C2-4169-991A-947F822B0FF8}.No Trace.ActiveCfg = Release|Win32 {100A8A78-E4C2-4169-991A-947F822B0FF8}.Release.ActiveCfg = Release|Win32 {100A8A78-E4C2-4169-991A-947F822B0FF8}.Release.Build.0 = Release|Win32 {F1C13640-A056-4280-B1C6-6582E5890B89}.Debug.ActiveCfg = Debug|Win32 {F1C13640-A056-4280-B1C6-6582E5890B89}.Debug.Build.0 = Debug|Win32 {F1C13640-A056-4280-B1C6-6582E5890B89}.No Trace.ActiveCfg = Release|Win32 {F1C13640-A056-4280-B1C6-6582E5890B89}.No Trace.Build.0 = Release|Win32 {F1C13640-A056-4280-B1C6-6582E5890B89}.Release.ActiveCfg = Release|Win32 {F1C13640-A056-4280-B1C6-6582E5890B89}.Release.Build.0 = Release|Win32 {02AFB070-A9D5-4FB7-A041-311722C9F8D4}.Debug.ActiveCfg = Debug|Win32 {02AFB070-A9D5-4FB7-A041-311722C9F8D4}.Debug.Build.0 = Debug|Win32 {02AFB070-A9D5-4FB7-A041-311722C9F8D4}.No Trace.ActiveCfg = Release|Win32 {02AFB070-A9D5-4FB7-A041-311722C9F8D4}.No Trace.Build.0 = Release|Win32 {02AFB070-A9D5-4FB7-A041-311722C9F8D4}.Release.ActiveCfg = Release|Win32 {02AFB070-A9D5-4FB7-A041-311722C9F8D4}.Release.Build.0 = Release|Win32 {E6897206-9765-4B73-9A98-DAC5787814CE}.Debug.ActiveCfg = Debug|Win32 {E6897206-9765-4B73-9A98-DAC5787814CE}.Debug.Build.0 = Debug|Win32 {E6897206-9765-4B73-9A98-DAC5787814CE}.No Trace.ActiveCfg = Release|Win32 {E6897206-9765-4B73-9A98-DAC5787814CE}.No Trace.Build.0 = Release|Win32 {E6897206-9765-4B73-9A98-DAC5787814CE}.Release.ActiveCfg = Release|Win32 {E6897206-9765-4B73-9A98-DAC5787814CE}.Release.Build.0 = Release|Win32 {269DA9EF-526D-46DE-AA69-D39EFBCB29C0}.Debug.ActiveCfg = Debug|Win32 {269DA9EF-526D-46DE-AA69-D39EFBCB29C0}.Debug.Build.0 = Debug|Win32 {269DA9EF-526D-46DE-AA69-D39EFBCB29C0}.No Trace.ActiveCfg = Release|Win32 {269DA9EF-526D-46DE-AA69-D39EFBCB29C0}.No Trace.Build.0 = Release|Win32 {269DA9EF-526D-46DE-AA69-D39EFBCB29C0}.Release.ActiveCfg = Release|Win32 {269DA9EF-526D-46DE-AA69-D39EFBCB29C0}.Release.Build.0 = Release|Win32 {25F0AA82-0186-45AD-92C3-EE1F9282A038}.Debug.ActiveCfg = Debug|Win32 {25F0AA82-0186-45AD-92C3-EE1F9282A038}.Debug.Build.0 = Debug|Win32 {25F0AA82-0186-45AD-92C3-EE1F9282A038}.No Trace.ActiveCfg = Release|Win32 {25F0AA82-0186-45AD-92C3-EE1F9282A038}.No Trace.Build.0 = Release|Win32 {25F0AA82-0186-45AD-92C3-EE1F9282A038}.Release.ActiveCfg = Release|Win32 {25F0AA82-0186-45AD-92C3-EE1F9282A038}.Release.Build.0 = Release|Win32 {9481B85A-4166-4607-ADC4-0C19D2753EB7}.Debug.ActiveCfg = Debug|Win32 {9481B85A-4166-4607-ADC4-0C19D2753EB7}.Debug.Build.0 = Debug|Win32 {9481B85A-4166-4607-ADC4-0C19D2753EB7}.No Trace.ActiveCfg = Release|Win32 {9481B85A-4166-4607-ADC4-0C19D2753EB7}.No Trace.Build.0 = Release|Win32 {9481B85A-4166-4607-ADC4-0C19D2753EB7}.Release.ActiveCfg = Release|Win32 {9481B85A-4166-4607-ADC4-0C19D2753EB7}.Release.Build.0 = Release|Win32 {3F038BF6-B7B9-4941-AF57-8D539FC05781}.Debug.ActiveCfg = Debug|Win32 {3F038BF6-B7B9-4941-AF57-8D539FC05781}.Debug.Build.0 = Debug|Win32 {3F038BF6-B7B9-4941-AF57-8D539FC05781}.No Trace.ActiveCfg = Release|Win32 {3F038BF6-B7B9-4941-AF57-8D539FC05781}.No Trace.Build.0 = Release|Win32 {3F038BF6-B7B9-4941-AF57-8D539FC05781}.Release.ActiveCfg = Release|Win32 {3F038BF6-B7B9-4941-AF57-8D539FC05781}.Release.Build.0 = Release|Win32 {92E9FA1E-2925-42FD-8226-A07CBD237E18}.Debug.ActiveCfg = Debug|Win32 {92E9FA1E-2925-42FD-8226-A07CBD237E18}.No Trace.ActiveCfg = Release|Win32 {92E9FA1E-2925-42FD-8226-A07CBD237E18}.Release.ActiveCfg = Release|Win32 EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution EndGlobalSection GlobalSection(ExtensibilityAddIns) = postSolution EndGlobalSection EndGlobal openh323_v1_18_0/OpenH323Lib.dsp0100644000176200056700000004476610261767017016260 0ustar releasepostincr# Microsoft Developer Studio Project File - Name="OpenH323Lib" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Static Library" 0x0104 CFG=OPENH323LIB - WIN32 DEBUG !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE !MESSAGE NMAKE /f "OpenH323Lib.mak". !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE !MESSAGE NMAKE /f "OpenH323Lib.mak" CFG="OPENH323LIB - WIN32 DEBUG" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "OpenH323Lib - Win32 Release" (based on "Win32 (x86) Static Library") !MESSAGE "OpenH323Lib - Win32 Debug" (based on "Win32 (x86) Static Library") !MESSAGE "OpenH323Lib - Win32 No Trace" (based on "Win32 (x86) Static Library") !MESSAGE # Begin Project # PROP AllowPerConfigDependencies 1 # PROP Scc_ProjName "" # PROP Scc_LocalPath "" CPP=cl.exe RSC=rc.exe !IF "$(CFG)" == "OpenH323Lib - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "lib" # PROP BASE Intermediate_Dir "lib\Release" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "lib" # PROP Intermediate_Dir "lib\Release" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c # ADD CPP /nologo /MD /W4 /GR /GX /Zd /O2 /Ob0 /D "NDEBUG" /D "PTRACING" /Yu"ptlib.h" /Fd"lib\OpenH323.pdb" /FD /c # ADD BASE RSC /l 0xc09 # ADD RSC /l 0xc09 BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LIB32=link.exe -lib # ADD BASE LIB32 /nologo # ADD LIB32 /nologo /out:"lib\OpenH323s.lib" !ELSEIF "$(CFG)" == "OpenH323Lib - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "lib" # PROP BASE Intermediate_Dir "lib\Debug" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "lib" # PROP Intermediate_Dir "lib\Debug" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c # ADD CPP /nologo /MDd /W4 /Gm /GR /GX /Zi /Od /D "_DEBUG" /D "PTRACING" /FR /Yu"ptlib.h" /Fd"lib\OpenH323d.pdb" /FD /c # ADD BASE RSC /l 0xc09 # ADD RSC /l 0xc09 BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LIB32=link.exe -lib # ADD BASE LIB32 /nologo # ADD LIB32 /nologo /out:"lib\OpenH323sd.lib" !ELSEIF "$(CFG)" == "OpenH323Lib - Win32 No Trace" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "lib" # PROP BASE Intermediate_Dir "lib\NoTrace" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "lib" # PROP Intermediate_Dir "lib\NoTrace" # PROP Target_Dir "" # ADD BASE CPP /nologo /MD /W4 /GX /O1 /Ob2 /I "./include" /D "NDEBUG" /D "PTRACING" /Yu"ptlib.h" /FD /c # ADD CPP /nologo /MD /W4 /GR /GX /O1 /Ob2 /D "NDEBUG" /D "PASN_NOPRINTON" /D "PASN_LEANANDMEAN" /Yu"ptlib.h" /Fd"lib\OpenH323n.pdb" /FD /c # ADD BASE RSC /l 0xc09 # ADD RSC /l 0xc09 BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LIB32=link.exe -lib # ADD BASE LIB32 /nologo # ADD LIB32 /nologo /out:"lib\OpenH323sn.lib" !ENDIF # Begin Target # Name "OpenH323Lib - Win32 Release" # Name "OpenH323Lib - Win32 Debug" # Name "OpenH323Lib - Win32 No Trace" # Begin Group "Source Files" # PROP Default_Filter ".cxx" # Begin Source File SOURCE=.\src\channels.cxx # End Source File # Begin Source File SOURCE=.\src\codecs.cxx # End Source File # Begin Source File SOURCE=.\src\ffh263codec.cxx # End Source File # Begin Source File SOURCE=.\src\g711.c !IF "$(CFG)" == "OpenH323Lib - Win32 Release" # ADD CPP /W1 # SUBTRACT CPP /D "PTRACING" /YX /Yc /Yu !ELSEIF "$(CFG)" == "OpenH323Lib - Win32 Debug" # ADD CPP /W1 # SUBTRACT CPP /D "PTRACING" /YX /Yc /Yu !ELSEIF "$(CFG)" == "OpenH323Lib - Win32 No Trace" # ADD CPP /W1 # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\gkclient.cxx # End Source File # Begin Source File SOURCE=.\src\gkserver.cxx # End Source File # Begin Source File SOURCE=.\src\guid.cxx # End Source File # Begin Source File SOURCE=.\src\h225ras.cxx # End Source File # Begin Source File SOURCE=.\src\h235auth.cxx # End Source File # Begin Source File SOURCE=.\src\h235auth1.cxx # End Source File # Begin Source File SOURCE=.\src\h261codec.cxx # End Source File # Begin Source File SOURCE=.\src\h263codec.cxx # End Source File # Begin Source File SOURCE=.\src\h323.cxx # End Source File # Begin Source File SOURCE=.\src\h323annexg.cxx # End Source File # Begin Source File SOURCE=.\src\h323caps.cxx # End Source File # Begin Source File SOURCE=.\src\h323ep.cxx # End Source File # Begin Source File SOURCE=.\src\h323neg.cxx # End Source File # Begin Source File SOURCE=.\src\h323pdu.cxx # End Source File # Begin Source File SOURCE=.\src\h323pluginmgr.cxx !IF "$(CFG)" == "OpenH323Lib - Win32 Release" # ADD CPP /Ob0 !ELSEIF "$(CFG)" == "OpenH323Lib - Win32 Debug" !ELSEIF "$(CFG)" == "OpenH323Lib - Win32 No Trace" !ENDIF # End Source File # Begin Source File SOURCE=.\src\h323rtp.cxx # End Source File # Begin Source File SOURCE=.\src\h323t120.cxx # End Source File # Begin Source File SOURCE=.\src\h323t38.cxx # End Source File # Begin Source File SOURCE=.\src\h323trans.cxx # End Source File # Begin Source File SOURCE=.\src\h450pdu.cxx # End Source File # Begin Source File SOURCE=.\src\h501pdu.cxx # End Source File # Begin Source File SOURCE=.\src\hid.cxx # End Source File # Begin Source File SOURCE=.\src\ixjwin32.cxx # End Source File # Begin Source File SOURCE=.\src\jitter.cxx # End Source File # Begin Source File SOURCE=.\src\lid.cxx # End Source File # Begin Source File SOURCE=.\src\mediafmt.cxx !IF "$(CFG)" == "OpenH323Lib - Win32 Release" # ADD CPP /Ob0 !ELSEIF "$(CFG)" == "OpenH323Lib - Win32 Debug" !ELSEIF "$(CFG)" == "OpenH323Lib - Win32 No Trace" !ENDIF # End Source File # Begin Source File SOURCE=.\src\OpalUSBDevice.cxx # End Source File # Begin Source File SOURCE=.\src\opalvxml.cxx # End Source File # Begin Source File SOURCE=.\src\opalwavfile.cxx # End Source File # Begin Source File SOURCE=.\src\peclient.cxx # End Source File # Begin Source File SOURCE=.\src\precompile.cxx # ADD CPP /Yc"ptlib.h" # End Source File # Begin Source File SOURCE=.\src\q931.cxx # End Source File # Begin Source File SOURCE=.\src\rfc2190avcodec.cxx # End Source File # Begin Source File SOURCE=.\src\rfc2833.cxx # End Source File # Begin Source File SOURCE=.\src\rtp.cxx # End Source File # Begin Source File SOURCE=.\src\rtp2wav.cxx # End Source File # Begin Source File SOURCE=.\src\svcctrl.cxx # End Source File # Begin Source File SOURCE=.\src\t120proto.cxx # End Source File # Begin Source File SOURCE=.\src\t38proto.cxx # End Source File # Begin Source File SOURCE=.\src\transports.cxx # End Source File # Begin Source File SOURCE=.\src\vblasterlid.cxx # End Source File # Begin Source File SOURCE=.\src\vpblid.cxx # PROP Exclude_From_Build 1 # End Source File # Begin Source File SOURCE=.\src\x224.cxx # End Source File # End Group # Begin Group "Header Files" # PROP Default_Filter ".h" # Begin Source File SOURCE=.\include\channels.h # End Source File # Begin Source File SOURCE=.\include\codecs.h # End Source File # Begin Source File SOURCE=.\include\ffh263codec.h # End Source File # Begin Source File SOURCE=.\include\gkclient.h # End Source File # Begin Source File SOURCE=.\include\gkserver.h # End Source File # Begin Source File SOURCE=.\include\guid.h # End Source File # Begin Source File SOURCE=.\include\h225ras.h # End Source File # Begin Source File SOURCE=.\include\h235auth.h # End Source File # Begin Source File SOURCE=.\include\h261codec.h # End Source File # Begin Source File SOURCE=.\include\h263codec.h # End Source File # Begin Source File SOURCE=.\include\h323.h # End Source File # Begin Source File SOURCE=.\include\h323annexg.h # End Source File # Begin Source File SOURCE=.\include\h323caps.h # End Source File # Begin Source File SOURCE=.\include\h323con.h # End Source File # Begin Source File SOURCE=.\include\h323ep.h # End Source File # Begin Source File SOURCE=.\include\h323neg.h # End Source File # Begin Source File SOURCE=.\include\h323pdu.h # End Source File # Begin Source File SOURCE=.\include\h323pluginmgr.h # End Source File # Begin Source File SOURCE=.\include\h323rtp.h # End Source File # Begin Source File SOURCE=.\include\h323t120.h # End Source File # Begin Source File SOURCE=.\include\h323t38.h # End Source File # Begin Source File SOURCE=.\include\h323trans.h # End Source File # Begin Source File SOURCE=.\include\h450pdu.h # End Source File # Begin Source File SOURCE=.\include\hid.h # End Source File # Begin Source File SOURCE=.\include\ixjlid.h # End Source File # Begin Source File SOURCE=.\include\jitter.h # End Source File # Begin Source File SOURCE=.\include\lid.h # End Source File # Begin Source File SOURCE=.\include\mediafmt.h # End Source File # Begin Source File SOURCE=.\include\OpalUSBDevice.h # End Source File # Begin Source File SOURCE=.\include\opalvxml.h # End Source File # Begin Source File SOURCE=.\include\opalwavfile.h # End Source File # Begin Source File SOURCE=.\include\peclient.h # End Source File # Begin Source File SOURCE=.\include\q931.h # End Source File # Begin Source File SOURCE=.\include\rfc2190avcodec.h # End Source File # Begin Source File SOURCE=.\include\rfc2833.h # End Source File # Begin Source File SOURCE=.\include\rtp.h # End Source File # Begin Source File SOURCE=.\include\rtp2wav.h # End Source File # Begin Source File SOURCE=.\include\svcctrl.h # End Source File # Begin Source File SOURCE=.\include\t120proto.h # End Source File # Begin Source File SOURCE=.\include\t38.h # End Source File # Begin Source File SOURCE=.\include\t38proto.h # End Source File # Begin Source File SOURCE=.\include\transports.h # End Source File # Begin Source File SOURCE=.\include\vblasterlid.h # End Source File # Begin Source File SOURCE=.\include\vpblid.h # End Source File # Begin Source File SOURCE=.\include\x224.h # End Source File # End Group # Begin Group "ASN Files" # PROP Default_Filter ".asn" # Begin Source File SOURCE=.\src\gccpdu.asn # PROP Exclude_From_Build 1 # End Source File # Begin Source File SOURCE=.\src\gccpdu.cxx # End Source File # Begin Source File SOURCE=.\include\gccpdu.h # End Source File # Begin Source File SOURCE=.\src\h225.asn # PROP Exclude_From_Build 1 # End Source File # Begin Source File SOURCE=.\include\h225.h # End Source File # Begin Source File SOURCE=.\src\h225_1.cxx # End Source File # Begin Source File SOURCE=.\src\h225_2.cxx # End Source File # Begin Source File SOURCE=.\src\h235.asn # PROP Exclude_From_Build 1 # End Source File # Begin Source File SOURCE=.\src\h235.cxx # End Source File # Begin Source File SOURCE=.\include\h235.h # End Source File # Begin Source File SOURCE=.\src\h245.asn # PROP Exclude_From_Build 1 # End Source File # Begin Source File SOURCE=.\include\h245.h # End Source File # Begin Source File SOURCE=.\src\h245_1.cxx # End Source File # Begin Source File SOURCE=.\src\h245_2.cxx # End Source File # Begin Source File SOURCE=.\src\h245_3.cxx # End Source File # Begin Source File SOURCE=.\src\h248.asn # PROP Exclude_From_Build 1 # End Source File # Begin Source File SOURCE=.\src\h248.cxx # End Source File # Begin Source File SOURCE=.\src\h248.h # End Source File # Begin Source File SOURCE=.\src\h4501.asn # PROP Exclude_From_Build 1 # End Source File # Begin Source File SOURCE=.\src\h4501.cxx # End Source File # Begin Source File SOURCE=.\include\h4501.h # End Source File # Begin Source File SOURCE=.\src\h45010.asn # PROP Exclude_From_Build 1 # End Source File # Begin Source File SOURCE=.\src\h45010.cxx # End Source File # Begin Source File SOURCE=.\include\h45010.h # End Source File # Begin Source File SOURCE=.\src\h45011.asn # PROP Exclude_From_Build 1 # End Source File # Begin Source File SOURCE=.\src\h45011.cxx # End Source File # Begin Source File SOURCE=.\include\h45011.h # End Source File # Begin Source File SOURCE=.\src\h4502.asn # PROP Exclude_From_Build 1 # End Source File # Begin Source File SOURCE=.\src\h4502.cxx # End Source File # Begin Source File SOURCE=.\include\h4502.h # End Source File # Begin Source File SOURCE=.\src\h4503.asn # PROP Exclude_From_Build 1 # End Source File # Begin Source File SOURCE=.\src\h4503.cxx # End Source File # Begin Source File SOURCE=.\include\h4503.h # End Source File # Begin Source File SOURCE=.\src\h4504.asn # PROP Exclude_From_Build 1 # End Source File # Begin Source File SOURCE=.\src\h4504.cxx # End Source File # Begin Source File SOURCE=.\include\h4504.h # End Source File # Begin Source File SOURCE=.\src\h4505.asn # PROP Exclude_From_Build 1 # End Source File # Begin Source File SOURCE=.\src\h4505.cxx # End Source File # Begin Source File SOURCE=.\include\h4505.h # End Source File # Begin Source File SOURCE=.\src\h4506.asn # PROP Exclude_From_Build 1 # End Source File # Begin Source File SOURCE=.\src\h4506.cxx # End Source File # Begin Source File SOURCE=.\include\h4506.h # End Source File # Begin Source File SOURCE=.\src\h4507.asn # PROP Exclude_From_Build 1 # End Source File # Begin Source File SOURCE=.\src\h4507.cxx # End Source File # Begin Source File SOURCE=.\include\h4507.h # End Source File # Begin Source File SOURCE=.\src\h4508.asn # PROP Exclude_From_Build 1 # End Source File # Begin Source File SOURCE=.\src\h4508.cxx # End Source File # Begin Source File SOURCE=.\include\h4508.h # End Source File # Begin Source File SOURCE=.\src\h4509.asn # PROP Exclude_From_Build 1 # End Source File # Begin Source File SOURCE=.\src\h4509.cxx # End Source File # Begin Source File SOURCE=.\include\h4509.h # End Source File # Begin Source File SOURCE=.\src\h501.asn # PROP Exclude_From_Build 1 # End Source File # Begin Source File SOURCE=.\src\h501.cxx # End Source File # Begin Source File SOURCE=.\src\mcspdu.asn # PROP Exclude_From_Build 1 # End Source File # Begin Source File SOURCE=.\src\mcspdu.cxx # End Source File # Begin Source File SOURCE=.\include\mcspdu.h # End Source File # Begin Source File SOURCE=.\src\t38.asn # PROP Exclude_From_Build 1 # End Source File # Begin Source File SOURCE=.\src\t38.cxx # End Source File # Begin Source File SOURCE=.\src\x880.asn # PROP Exclude_From_Build 1 # End Source File # Begin Source File SOURCE=.\src\x880.cxx # End Source File # Begin Source File SOURCE=.\include\x880.h # End Source File # End Group # Begin Group "VIC Files" # PROP Default_Filter "" # Begin Group "C Files" # PROP Default_Filter "" # Begin Source File SOURCE=.\src\vic\bv.c !IF "$(CFG)" == "OpenH323Lib - Win32 Release" # ADD CPP /w /W0 /D "WIN32" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "OpenH323Lib - Win32 Debug" # ADD CPP /w /W0 /D "WIN32" # SUBTRACT CPP /D "PTRACING" /YX /Yc /Yu !ELSEIF "$(CFG)" == "OpenH323Lib - Win32 No Trace" # ADD CPP /w /W0 /D "WIN32" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\vic\huffcode.c !IF "$(CFG)" == "OpenH323Lib - Win32 Release" # ADD CPP /w /W0 /D "WIN32" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "OpenH323Lib - Win32 Debug" # ADD CPP /w /W0 /D "WIN32" # SUBTRACT CPP /D "PTRACING" /YX /Yc /Yu !ELSEIF "$(CFG)" == "OpenH323Lib - Win32 No Trace" # ADD CPP /w /W0 /D "WIN32" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # End Group # Begin Group "CXX Files" # PROP Default_Filter "" # Begin Source File SOURCE=.\src\vic\dct.cxx !IF "$(CFG)" == "OpenH323Lib - Win32 Release" # ADD CPP /W1 /D "WIN32" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "OpenH323Lib - Win32 Debug" # ADD CPP /W1 /D "WIN32" # SUBTRACT CPP /D "PTRACING" /YX /Yc /Yu !ELSEIF "$(CFG)" == "OpenH323Lib - Win32 No Trace" # ADD CPP /W1 /D "WIN32" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=".\src\vic\encoder-h261.cxx" # ADD CPP /W1 # SUBTRACT CPP /YX /Yc /Yu # End Source File # Begin Source File SOURCE=.\src\vic\p64.cxx !IF "$(CFG)" == "OpenH323Lib - Win32 Release" # ADD CPP /W1 /D "WIN32" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "OpenH323Lib - Win32 Debug" # ADD CPP /W1 /D "WIN32" # SUBTRACT CPP /D "PTRACING" /YX /Yc /Yu !ELSEIF "$(CFG)" == "OpenH323Lib - Win32 No Trace" # ADD CPP /W1 /D "WIN32" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\vic\p64encoder.cxx # ADD CPP /W1 # SUBTRACT CPP /YX /Yc /Yu # End Source File # Begin Source File SOURCE=.\src\vic\transmitter.cxx # ADD CPP /W1 # SUBTRACT CPP /YX /Yc /Yu # End Source File # Begin Source File SOURCE=.\src\vic\vid_coder.cxx # ADD CPP /W1 # SUBTRACT CPP /YX /Yc /Yu # End Source File # End Group # Begin Group "H Files" # PROP Default_Filter "" # Begin Source File SOURCE=".\src\vic\bsd-endian.h" # End Source File # Begin Source File SOURCE=.\src\vic\config.h # End Source File # Begin Source File SOURCE=.\src\vic\dct.h # End Source File # Begin Source File SOURCE=".\src\vic\encoder-h261.h" # End Source File # Begin Source File SOURCE=.\src\vic\grabber.h # End Source File # Begin Source File SOURCE=".\src\vic\p64-huff.h" # End Source File # Begin Source File SOURCE=.\src\vic\p64.h # End Source File # Begin Source File SOURCE=.\src\vic\p64encoder.h # End Source File # Begin Source File SOURCE=.\src\vic\transmitter.h # End Source File # Begin Source File SOURCE=.\src\vic\vid_coder.h # End Source File # End Group # End Group # Begin Source File SOURCE=.\include\openh323buildopts.h # End Source File # Begin Source File SOURCE=.\include\openh323buildopts.h.in !IF "$(CFG)" == "OpenH323Lib - Win32 Release" USERDEP__OPENH="configure.in" # Begin Custom Build - Configuring Build Options InputPath=.\include\openh323buildopts.h.in ".\include\openh323buildopts.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" .\configure --exclude-env=MSVC_PWLIB_CONFIGURE_EXCLUDE_DIRS # End Custom Build !ELSEIF "$(CFG)" == "OpenH323Lib - Win32 Debug" USERDEP__OPENH="configure.ac" # Begin Custom Build - Configuring Build Options InputPath=.\include\openh323buildopts.h.in ".\include\openh323buildopts.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" .\configure --exclude-env=MSVC_PWLIB_CONFIGURE_EXCLUDE_DIRS # End Custom Build !ELSEIF "$(CFG)" == "OpenH323Lib - Win32 No Trace" USERDEP__OPENH="configure.in" # Begin Custom Build - Configuring Build Options InputPath=.\include\openh323buildopts.h.in ".\include\openh323buildopts.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" .\configure --exclude-env=MSVC_PWLIB_CONFIGURE_EXCLUDE_DIRS # End Custom Build !ENDIF # End Source File # End Target # End Project openh323_v1_18_0/OpenH323Lib.vcproj0100644000176200056700000025004710155461060016753 0ustar releasepostincr openh323_v1_18_0/OpenH323dll.dsp0100644000176200056700000002205110054116463016275 0ustar releasepostincr# Microsoft Developer Studio Project File - Name="OpenH323dll" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 CFG=OPENH323DLL - WIN32 RELEASE !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE !MESSAGE NMAKE /f "OpenH323dll.mak". !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE !MESSAGE NMAKE /f "OpenH323dll.mak" CFG="OPENH323DLL - WIN32 RELEASE" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "OpenH323dll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "OpenH323dll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "OpenH323dll - Win32 No Trace" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 # PROP Scc_ProjName "" # PROP Scc_LocalPath "" CPP=cl.exe MTL=midl.exe RSC=rc.exe !IF "$(CFG)" == "OpenH323dll - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "Release" # PROP BASE Intermediate_Dir "Release" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "lib" # PROP Intermediate_Dir "lib\Release" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c # ADD CPP /nologo /MD /W4 /GR /GX /Zd /O2 /Ob0 /D "NDEBUG" /Fd"lib\OpenH323.pdb" /FD /c # SUBTRACT CPP /YX /Yc /Yu # ADD BASE MTL /nologo /D "NDEBUG" /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0xc09 /d "NDEBUG" # ADD RSC /l 0xc09 /d "NDEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib /nologo /subsystem:windows /dll /machine:I386 # ADD LINK32 openh323s.lib ptclib.lib ptlib.lib setupapi.lib Delayimp.lib winmm.lib msacm32.lib wsock32.lib kernel32.lib gdi32.lib user32.lib advapi32.lib shell32.lib /nologo /subsystem:windows /dll /debug /debugtype:both /machine:I386 /def:".\lib\Release\OpenH323.def" /out:"lib/OpenH323.dll" /delayload:setupapi.dll # SUBTRACT LINK32 /pdb:none # Begin Custom Build - Extracting debug symbols OutDir=.\lib TargetName=OpenH323 InputPath=.\lib\OpenH323.dll SOURCE="$(InputPath)" "$(OutDir)\$(TargetName).dbg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" rebase -b 0x30000000 -x . $(OutDir)\$(TargetName).dll # End Custom Build !ELSEIF "$(CFG)" == "OpenH323dll - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "Debug" # PROP BASE Intermediate_Dir "Debug" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "lib" # PROP Intermediate_Dir "lib\Debug" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c # ADD CPP /nologo /MDd /W4 /GR /GX /Zi /Od /D "_DEBUG" /Fd"lib\OpenH323d.pdb" /FD /c # ADD BASE MTL /nologo /D "_DEBUG" /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0xc09 /d "_DEBUG" # ADD RSC /l 0xc09 /d "_DEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib /nologo /subsystem:windows /dll /debug /machine:I386 # ADD LINK32 openh323sd.lib ptclibd.lib ptlibd.lib setupapi.lib Delayimp.lib winmm.lib msacm32.lib wsock32.lib kernel32.lib gdi32.lib user32.lib advapi32.lib shell32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /def:".\lib\Debug\OpenH323d.def" /out:"lib\OpenH323d.dll" /delayload:setupapi.dll # SUBTRACT LINK32 /pdb:none !ELSEIF "$(CFG)" == "OpenH323dll - Win32 No Trace" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "OpenH323dll___Win32_No_Trace" # PROP BASE Intermediate_Dir "OpenH323dll___Win32_No_Trace" # PROP BASE Ignore_Export_Lib 0 # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "lib" # PROP Intermediate_Dir "lib\NoTrace" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /MD /W4 /GX /Zi /O2 /Ob2 /I "include" /D "NDEBUG" /Yu"ptlib.h" /FD /c # ADD CPP /nologo /MD /W4 /GR /GX /Zi /O2 /Ob2 /D "NDEBUG" /Fd"lib\OpenH323n.pdb" /FD /c # SUBTRACT CPP /YX /Yc /Yu # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0xc09 /d "NDEBUG" # ADD RSC /l 0xc09 /d "NDEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 lib/openh323s.lib winmm.lib mpr.lib snmpapi.lib wsock32.lib netapi32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib /nologo /subsystem:windows /dll /debug /debugtype:both /machine:I386 /out:"lib/OpenH323.dll" /libpath:"lib" # ADD LINK32 openh323sn.lib ptclib.lib ptlib.lib setupapi.lib Delayimp.lib winmm.lib msacm32.lib wsock32.lib kernel32.lib gdi32.lib user32.lib advapi32.lib shell32.lib /nologo /subsystem:windows /dll /machine:I386 /def:".\lib\NoTrace\OpenH323n.def" /out:"lib/OpenH323n.dll" /delayload:setupapi.dll # SUBTRACT LINK32 /pdb:none # Begin Custom Build - Extracting debug symbols OutDir=.\lib TargetName=OpenH323n InputPath=.\lib\OpenH323n.dll SOURCE="$(InputPath)" "$(OutDir)\$(TargetName).dbg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" rebase -b 0x10000000 -x . $(OutDir)\$(TargetName).dll # End Custom Build !ENDIF # Begin Target # Name "OpenH323dll - Win32 Release" # Name "OpenH323dll - Win32 Debug" # Name "OpenH323dll - Win32 No Trace" # Begin Source File SOURCE=.\src\dllmain.cxx !IF "$(CFG)" == "OpenH323dll - Win32 Release" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "OpenH323dll - Win32 Debug" !ELSEIF "$(CFG)" == "OpenH323dll - Win32 No Trace" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\libver.rc # End Source File # Begin Source File SOURCE=.\lib\Release\OpenH323.def # PROP Exclude_From_Build 1 # End Source File # Begin Source File SOURCE=src\OpenH323.dtf !IF "$(CFG)" == "OpenH323dll - Win32 Release" USERDEP__OPENH="$(OutDir)\OpenH323s.lib" "src\Private.def" # Begin Custom Build - Merging exported library symbols InputDir=.\src IntDir=.\lib\Release OutDir=.\lib TargetName=OpenH323 InputPath=src\OpenH323.dtf "$(IntDir)\$(TargetName).def" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" MergeSym -I "$(INCLUDE)" -x ptlib\msos\ptlib.dtf -x $(InputDir)\Private.def $(OutDir)\OpenH323s.lib $(InputPath) copy $(InputPath)+nul $(IntDir)\$(TargetName).def > nul # End Custom Build !ELSEIF "$(CFG)" == "OpenH323dll - Win32 Debug" # PROP Exclude_From_Build 1 !ELSEIF "$(CFG)" == "OpenH323dll - Win32 No Trace" # PROP Exclude_From_Build 1 !ENDIF # End Source File # Begin Source File SOURCE=lib\Debug\OpenH323d.def !IF "$(CFG)" == "OpenH323dll - Win32 Release" # PROP Exclude_From_Build 1 !ELSEIF "$(CFG)" == "OpenH323dll - Win32 Debug" # PROP Exclude_From_Build 1 !ELSEIF "$(CFG)" == "OpenH323dll - Win32 No Trace" # PROP BASE Exclude_From_Build 1 # PROP Exclude_From_Build 1 !ENDIF # End Source File # Begin Source File SOURCE=src\OpenH323d.dtf !IF "$(CFG)" == "OpenH323dll - Win32 Release" # PROP Exclude_From_Build 1 !ELSEIF "$(CFG)" == "OpenH323dll - Win32 Debug" # PROP Ignore_Default_Tool 1 USERDEP__OPENH3="$(OutDir)\OpenH323sd.lib" "src\Private.def" # Begin Custom Build - Merging exported library symbols InputDir=.\src IntDir=.\lib\Debug OutDir=.\lib TargetName=OpenH323d InputPath=src\OpenH323d.dtf "$(IntDir)\$(TargetName).def" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" MergeSym -I "$(INCLUDE)" -x ptlib\msos\ptlibd.dtf -x $(InputDir)\Private.def $(OutDir)\OpenH323sd.lib $(InputPath) copy $(InputPath)+nul $(IntDir)\$(TargetName).def > nul # End Custom Build !ELSEIF "$(CFG)" == "OpenH323dll - Win32 No Trace" # PROP BASE Exclude_From_Build 1 # PROP Exclude_From_Build 1 !ENDIF # End Source File # Begin Source File SOURCE=.\lib\NoTrace\OpenH323n.def # PROP Exclude_From_Build 1 # End Source File # Begin Source File SOURCE=.\src\OpenH323n.dtf !IF "$(CFG)" == "OpenH323dll - Win32 Release" # PROP Exclude_From_Build 1 !ELSEIF "$(CFG)" == "OpenH323dll - Win32 Debug" # PROP Exclude_From_Build 1 !ELSEIF "$(CFG)" == "OpenH323dll - Win32 No Trace" USERDEP__OPENH32="$(OutDir)\OpenH323sn.lib" "src\Private.def" # Begin Custom Build - Merging exported library symbols InputDir=.\src IntDir=.\lib\NoTrace OutDir=.\lib TargetName=OpenH323n InputPath=.\src\OpenH323n.dtf "$(IntDir)\$(TargetName).def" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" MergeSym -I "$(INCLUDE)" -x ptlib\msos\ptlib.dtf -x $(InputDir)\Private.def $(OutDir)\OpenH323sn.lib $(InputPath) copy $(InputPath)+nul $(IntDir)\$(TargetName).def > nul # End Custom Build !ENDIF # End Source File # Begin Source File SOURCE=.\src\Private.def # PROP Exclude_From_Build 1 # End Source File # End Target # End Project openh323_v1_18_0/OpenH323dll.vcproj0100644000176200056700000003002410035510327017005 0ustar releasepostincr openh323_v1_18_0/Openh323libce.vcp0100644000176200056700000266133610251251716016663 0ustar releasepostincr# Microsoft eMbedded Visual Tools Project File - Name="Openh323libce" - Package Owner=<4> # Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 # ** DO NOT EDIT ** # TARGTYPE "Win32 (WCE SH4) Static Library" 0x8604 # TARGTYPE "Win32 (WCE x86em) Static Library" 0x7f04 # TARGTYPE "Win32 (WCE ARM) Static Library" 0x8504 # TARGTYPE "Win32 (WCE ARMV4) Static Library" 0xa304 # TARGTYPE "Win32 (WCE emulator) Static Library" 0xa604 CFG=Openh323libce - Win32 (WCE SH4) Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE !MESSAGE NMAKE /f "Openh323libce.vcn". !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE !MESSAGE NMAKE /f "Openh323libce.vcn" CFG="Openh323libce - Win32 (WCE SH4) Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "Openh323libce - Win32 (WCE SH4) Release" (based on "Win32 (WCE SH4) Static Library") !MESSAGE "Openh323libce - Win32 (WCE SH4) Debug" (based on "Win32 (WCE SH4) Static Library") !MESSAGE "Openh323libce - Win32 (WCE ARM) Release" (based on "Win32 (WCE ARM) Static Library") !MESSAGE "Openh323libce - Win32 (WCE ARM) Debug" (based on "Win32 (WCE ARM) Static Library") !MESSAGE "Openh323libce - Win32 (WCE x86em) Release" (based on "Win32 (WCE x86em) Static Library") !MESSAGE "Openh323libce - Win32 (WCE x86em) Debug" (based on "Win32 (WCE x86em) Static Library") !MESSAGE "Openh323libce - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Static Library") !MESSAGE "Openh323libce - Win32 (WCE emulator) Debug" (based on "Win32 (WCE emulator) Static Library") !MESSAGE # Begin Project # PROP AllowPerConfigDependencies 1 # PROP Scc_ProjName ""$/OpenH323/OpenH323libce", KPSAAAAA" # PROP Scc_LocalPath "." # PROP ATL_Project 2 !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "SH4Rel" # PROP BASE Intermediate_Dir "SH4Rel" # PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}" # PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "lib\" # PROP Intermediate_Dir "lib\SH4Rel" # PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}" # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP Target_Dir "" CPP=shcl.exe # ADD BASE CPP /nologo /W3 /Oxs /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_LIB" /YX /Qsh4 /M$(CECrtMT) /c # ADD CPP /nologo /W3 /Oxs /I "\external\ffmpeg\libavcodec" /D "SHx" /D "SH4" /D "_SH4_" /D "NDEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /D "PTRACING" /D PMEMORY_CHECK=0 /D P_USE_INLINES=1 /D "_AFXDLL" /Yu"ptlib.h" /Qsh4 /M$(CECrtMT) /c LIB32=link.exe -lib # ADD BASE LIB32 /nologo # ADD LIB32 /nologo /out:"lib\SH4\Openh323libce.lib" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "SH4Dbg" # PROP BASE Intermediate_Dir "SH4Dbg" # PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}" # PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP BASE Target_Dir "" # PROP Use_MFC 2 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "lib\" # PROP Intermediate_Dir "lib\SH4Dbg" # PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}" # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP Target_Dir "" CPP=shcl.exe # ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "SHx" /D "SH4" /D "_SH4_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /Qsh4 /M$(CECrtMTDebug) /c # ADD CPP /nologo /W3 /Zi /Od /I "\external\ffmpeg\libavcodec" /D "DEBUG" /D "SHx" /D "SH4" /D "_SH4_" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /D "PTRACING" /D PMEMORY_CHECK=0 /D P_USE_INLINES=1 /D "_AFXDLL" /Yu"ptlib.h" /Qsh4 /M$(CECrtMTDebug) /c LIB32=link.exe -lib # ADD BASE LIB32 /nologo # ADD LIB32 /nologo /out:"lib\SH4\Openh323libced.lib" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "ARMRel" # PROP BASE Intermediate_Dir "ARMRel" # PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}" # PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "lib\" # PROP Intermediate_Dir "lib\ARMRel" # PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}" # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP Target_Dir "" CPP=clarm.exe # ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "NDEBUG" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /Oxs /M$(CECrtMT) /c # ADD CPP /nologo /W3 /I "\external\ffmpeg\libavcodec" /D "NDEBUG" /D "ARM" /D "_ARM_" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /D PTRACING=0 /D PMEMORY_CHECK=0 /D P_USE_INLINES=1 /D "_AFXDLL" /Yu"ptlib.h" /Oxs /M$(CECrtMT) /c LIB32=link.exe -lib # ADD BASE LIB32 /nologo # ADD LIB32 /nologo /out:"lib\ARM\Openh323libce.lib" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "ARMDbg" # PROP BASE Intermediate_Dir "ARMDbg" # PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}" # PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "lib\" # PROP Intermediate_Dir "lib\ARMDbg" # PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}" # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP Target_Dir "" CPP=clarm.exe # ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /M$(CECrtMTDebug) /c # ADD CPP /nologo /W3 /Zi /Od /I "\external\ffmpeg\libavcodec" /D "DEBUG" /D "ARM" /D "_ARM_" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /D "PTRACING" /D PMEMORY_CHECK=0 /D P_USE_INLINES=1 /D "_AFXDLL" /Yu"ptlib.h" /M$(CECrtMTDebug) /c LIB32=link.exe -lib # ADD BASE LIB32 /nologo # ADD LIB32 /nologo /out:"lib\ARM\Openh323libced.lib" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "X86EMRel" # PROP BASE Intermediate_Dir "X86EMRel" # PROP BASE CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}" # PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "lib\" # PROP Intermediate_Dir "lib\X86EMRel" # PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}" # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP Target_Dir "" CPP=cl.exe # ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "i486" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_LIB" /YX /Oxs /Gz /c # ADD CPP /nologo /W3 /I "\external\ffmpeg\libavcodec" /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "i486" /D "_X86_" /D "x86" /D "NDEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /D "PTRACING" /D PMEMORY_CHECK=0 /D P_USE_INLINES=1 /D "_AFXDLL" /Yu"ptlib.h" /Oxs /c LIB32=link.exe -lib # ADD BASE LIB32 /nologo # ADD LIB32 /nologo /out:"lib\x86em\Openh323libce.lib" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "X86EMDbg" # PROP BASE Intermediate_Dir "X86EMDbg" # PROP BASE CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}" # PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "lib\" # PROP Intermediate_Dir "lib\X86EMDbg" # PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}" # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP Target_Dir "" CPP=cl.exe # ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "i486" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_LIB" /YX /Gz /c # ADD CPP /nologo /W3 /Zi /Od /I "\external\ffmpeg\libavcodec" /D "DEBUG" /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "i486" /D "_X86_" /D "x86" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /D "PTRACING" /D PMEMORY_CHECK=0 /D P_USE_INLINES=1 /Yu"ptlib.h" /Gd /c LIB32=link.exe -lib # ADD BASE LIB32 /nologo # ADD LIB32 /nologo /out:"lib\x86em\Openh323libced.lib" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "ARMV4Dbg" # PROP BASE Intermediate_Dir "ARMV4Dbg" # PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" # PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "ARMV4Dbg" # PROP Intermediate_Dir "ARMV4Dbg" # PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP Target_Dir "" CPP=clarm.exe # ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /YX /M$(CECrtMTDebug) /c # ADD CPP /nologo /W3 /GR /GX /Zi /Od /Gy /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "P_USE_INLINES" /M$(CECrtMTDebug) /c LIB32=link.exe -lib # ADD BASE LIB32 /nologo # ADD LIB32 /nologo BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "emulatorDbg" # PROP BASE Intermediate_Dir "emulatorDbg" # PROP BASE CPU_ID "{32E52003-403E-442D-BE48-DE10F8C6131D}" # PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "emulatorDbg" # PROP Intermediate_Dir "emulatorDbg" # PROP CPU_ID "{32E52003-403E-442D-BE48-DE10F8C6131D}" # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP Target_Dir "" CPP=cl.exe # ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /YX /Gs8192 /GF /c # ADD CPP /nologo /W3 /GR /GX /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "P_USE_INLINES" /Gs8192 /GF /c # SUBTRACT CPP /YX LIB32=link.exe -lib # ADD BASE LIB32 /nologo # ADD LIB32 /nologo BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo !ENDIF # Begin Target # Name "Openh323libce - Win32 (WCE SH4) Release" # Name "Openh323libce - Win32 (WCE SH4) Debug" # Name "Openh323libce - Win32 (WCE ARM) Release" # Name "Openh323libce - Win32 (WCE ARM) Debug" # Name "Openh323libce - Win32 (WCE x86em) Release" # Name "Openh323libce - Win32 (WCE x86em) Debug" # Name "Openh323libce - Win32 (WCE ARMV4) Debug" # Name "Openh323libce - Win32 (WCE emulator) Debug" # Begin Group "Source Files" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File SOURCE=.\src\channels.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_CHANN=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323rtp.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_CHANN=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_CHANN=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323rtp.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_CHANN=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\codecs.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_CODEC=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_CODEC=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_CODEC=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_CODEC=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\cu30codec.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_CU30C=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_CU30C=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_CU30C=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_CU30C=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\ffh263codec.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_FFH26=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"ffh263codec.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_FFH26=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_FFH26=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"ffh263codec.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_FFH26=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\g711.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" !ENDIF # End Source File # Begin Source File SOURCE=.\src\gccpdu.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_GCCPD=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"gccpdu.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_GCCPD=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_GCCPD=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"gccpdu.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_GCCPD=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\gkclient.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_GKCLI=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323rtp.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_GKCLI=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_GKCLI=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323rtp.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_GKCLI=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\gkserver.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_GKSER=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"gkserver.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323annexg.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"h501.h"\ {$(INCLUDE)}"h501pdu.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"peclient.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\safecoll.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_GKSER=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_GKSER=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"gkserver.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323annexg.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"h501.h"\ {$(INCLUDE)}"h501pdu.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"peclient.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\safecoll.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_GKSER=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\guid.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_GUID_=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\random.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_GUID_=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_GUID_=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\random.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_GUID_=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\h225_1.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_H225_=\ ".\src\h235_t.cxx"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H225_=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H225_=\ ".\src\h235_t.cxx"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H225_=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\h225_2.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_H225_2=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H225_2=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H225_2=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H225_2=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\h225ras.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_H225R=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"h460.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H225R=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H225R=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"h460.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H225R=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\h235.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_H235_=\ ".\src\h235_t.cxx"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H235_=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H235_=\ ".\src\h235_t.cxx"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H235_=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\h235auth.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_H235A=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\cypher.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptclib\random.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H235A=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H235A=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\cypher.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptclib\random.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H235A=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\h235auth1.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_H235AU=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H235AU=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H235AU=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H235AU=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\h245_1.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_H245_=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H245_=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H245_=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H245_=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\h245_2.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_H245_2=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H245_2=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H245_2=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H245_2=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\h245_3.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_H245_3=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H245_3=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H245_3=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H245_3=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\h248.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_H248_=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h248.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H248_=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H248_=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h248.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H248_=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\h261codec.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_H261C=\ ".\src\vic\bsd-endian.h"\ ".\src\vic\config.h"\ ".\src\vic\crdef.h"\ ".\src\vic\dct.h"\ ".\src\vic\encoder-h261.h"\ ".\src\vic\encoder.h"\ ".\src\vic\p64-huff.h"\ ".\src\vic\p64.h"\ ".\src\vic\p64encoder.h"\ ".\src\vic\transmitter.h"\ ".\src\vic\vid_coder.h"\ ".\src\vic\videoframe.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\param.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H261C=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H261C=\ ".\src\vic\bsd-endian.h"\ ".\src\vic\config.h"\ ".\src\vic\crdef.h"\ ".\src\vic\dct.h"\ ".\src\vic\encoder-h261.h"\ ".\src\vic\encoder.h"\ ".\src\vic\p64-huff.h"\ ".\src\vic\p64.h"\ ".\src\vic\p64encoder.h"\ ".\src\vic\transmitter.h"\ ".\src\vic\vid_coder.h"\ ".\src\vic\videoframe.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\param.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H261C=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\h263codec.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_H263C=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H263C=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H263C=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H263C=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\h323.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_H323_=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323neg.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323rtp.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"h4501.h"\ {$(INCLUDE)}"h45010.h"\ {$(INCLUDE)}"h45011.h"\ {$(INCLUDE)}"h4504.h"\ {$(INCLUDE)}"h4506.h"\ {$(INCLUDE)}"h450pdu.h"\ {$(INCLUDE)}"h460.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"rfc2833.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"t120proto.h"\ {$(INCLUDE)}"t38proto.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x880.h"\ NODEP_CPP_H323_=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H323_=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323neg.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323rtp.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"h4501.h"\ {$(INCLUDE)}"h45010.h"\ {$(INCLUDE)}"h45011.h"\ {$(INCLUDE)}"h4504.h"\ {$(INCLUDE)}"h4506.h"\ {$(INCLUDE)}"h450pdu.h"\ {$(INCLUDE)}"h460.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"rfc2833.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"t120proto.h"\ {$(INCLUDE)}"t38proto.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x880.h"\ NODEP_CPP_H323_=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\h323annexg.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_H323A=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323annexg.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"h501.h"\ {$(INCLUDE)}"h501pdu.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptclib\random.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H323A=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H323A=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323annexg.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"h501.h"\ {$(INCLUDE)}"h501pdu.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptclib\random.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H323A=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\h323caps.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_H323C=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H323C=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H323C=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H323C=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\h323ep.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_H323E=\ ".\src\opalglobalstatics.cxx"\ ".\version.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"h450pdu.h"\ {$(INCLUDE)}"h460.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\enum.h"\ {$(INCLUDE)}"ptclib\pdns.h"\ {$(INCLUDE)}"ptclib\pils.h"\ {$(INCLUDE)}"ptclib\pldap.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptclib\pstun.h"\ {$(INCLUDE)}"ptclib\random.h"\ {$(INCLUDE)}"ptclib\url.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"t38proto.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x880.h"\ NODEP_CPP_H323E=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H323E=\ ".\src\opalglobalstatics.cxx"\ ".\version.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"h450pdu.h"\ {$(INCLUDE)}"h460.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\enum.h"\ {$(INCLUDE)}"ptclib\pdns.h"\ {$(INCLUDE)}"ptclib\pils.h"\ {$(INCLUDE)}"ptclib\pldap.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptclib\pstun.h"\ {$(INCLUDE)}"ptclib\random.h"\ {$(INCLUDE)}"ptclib\url.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"t38proto.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x880.h"\ NODEP_CPP_H323E=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\h323neg.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_H323N=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323neg.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptclib\random.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H323N=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H323N=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323neg.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptclib\random.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H323N=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\h323pdu.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_H323P=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"h460.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H323P=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H323P=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"h460.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H323P=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\h323pluginmgr.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_H323PL=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"opalwavfile.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptclib\pwavfile.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H323PL=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H323PL=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"opalwavfile.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptclib\pwavfile.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H323PL=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\h323rtp.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_H323R=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323rtp.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H323R=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H323R=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323rtp.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H323R=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\h323t120.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_H323T=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323t120.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"t120proto.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x224.h"\ NODEP_CPP_H323T=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H323T=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323t120.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"t120proto.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x224.h"\ NODEP_CPP_H323T=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\h323trans.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_H323TR=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptclib\random.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H323TR=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H323TR=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptclib\random.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H323TR=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\h4501.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_H4501=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h4501.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x880.h"\ NODEP_CPP_H4501=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H4501=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h4501.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x880.h"\ NODEP_CPP_H4501=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\h45010.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_H45010=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h4501.h"\ {$(INCLUDE)}"h45010.h"\ {$(INCLUDE)}"h4504.h"\ {$(INCLUDE)}"h4506.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x880.h"\ NODEP_CPP_H45010=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H45010=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h4501.h"\ {$(INCLUDE)}"h45010.h"\ {$(INCLUDE)}"h4504.h"\ {$(INCLUDE)}"h4506.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x880.h"\ NODEP_CPP_H45010=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\h45011.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_H45011=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h4501.h"\ {$(INCLUDE)}"h45010.h"\ {$(INCLUDE)}"h45011.h"\ {$(INCLUDE)}"h4504.h"\ {$(INCLUDE)}"h4506.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x880.h"\ NODEP_CPP_H45011=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H45011=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h4501.h"\ {$(INCLUDE)}"h45010.h"\ {$(INCLUDE)}"h45011.h"\ {$(INCLUDE)}"h4504.h"\ {$(INCLUDE)}"h4506.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x880.h"\ NODEP_CPP_H45011=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\h4502.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_H4502=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h4501.h"\ {$(INCLUDE)}"h4502.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x880.h"\ NODEP_CPP_H4502=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H4502=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h4501.h"\ {$(INCLUDE)}"h4502.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x880.h"\ NODEP_CPP_H4502=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\h4503.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_H4503=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h4501.h"\ {$(INCLUDE)}"h4503.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x880.h"\ NODEP_CPP_H4503=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H4503=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h4501.h"\ {$(INCLUDE)}"h4503.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x880.h"\ NODEP_CPP_H4503=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\h4504.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_H4504=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h4501.h"\ {$(INCLUDE)}"h4504.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x880.h"\ NODEP_CPP_H4504=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H4504=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h4501.h"\ {$(INCLUDE)}"h4504.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x880.h"\ NODEP_CPP_H4504=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\h4505.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_H4505=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h4501.h"\ {$(INCLUDE)}"h4504.h"\ {$(INCLUDE)}"h4505.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x880.h"\ NODEP_CPP_H4505=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H4505=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h4501.h"\ {$(INCLUDE)}"h4504.h"\ {$(INCLUDE)}"h4505.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x880.h"\ NODEP_CPP_H4505=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\h4506.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_H4506=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h4501.h"\ {$(INCLUDE)}"h4504.h"\ {$(INCLUDE)}"h4506.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x880.h"\ NODEP_CPP_H4506=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H4506=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h4501.h"\ {$(INCLUDE)}"h4504.h"\ {$(INCLUDE)}"h4506.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x880.h"\ NODEP_CPP_H4506=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\h4507.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_H4507=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h4501.h"\ {$(INCLUDE)}"h4504.h"\ {$(INCLUDE)}"h4507.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x880.h"\ NODEP_CPP_H4507=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H4507=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h4501.h"\ {$(INCLUDE)}"h4504.h"\ {$(INCLUDE)}"h4507.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x880.h"\ NODEP_CPP_H4507=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\h4508.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_H4508=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h4501.h"\ {$(INCLUDE)}"h4504.h"\ {$(INCLUDE)}"h4505.h"\ {$(INCLUDE)}"h4508.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x880.h"\ NODEP_CPP_H4508=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H4508=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h4501.h"\ {$(INCLUDE)}"h4504.h"\ {$(INCLUDE)}"h4505.h"\ {$(INCLUDE)}"h4508.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x880.h"\ NODEP_CPP_H4508=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\h4509.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_H4509=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h4501.h"\ {$(INCLUDE)}"h4504.h"\ {$(INCLUDE)}"h4507.h"\ {$(INCLUDE)}"h4509.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x880.h"\ NODEP_CPP_H4509=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H4509=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h4501.h"\ {$(INCLUDE)}"h4504.h"\ {$(INCLUDE)}"h4507.h"\ {$(INCLUDE)}"h4509.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x880.h"\ NODEP_CPP_H4509=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\h450pdu.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_H450P=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"h4501.h"\ {$(INCLUDE)}"h45010.h"\ {$(INCLUDE)}"h45011.h"\ {$(INCLUDE)}"h4502.h"\ {$(INCLUDE)}"h4504.h"\ {$(INCLUDE)}"h4506.h"\ {$(INCLUDE)}"h450pdu.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x880.h"\ NODEP_CPP_H450P=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H450P=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"h4501.h"\ {$(INCLUDE)}"h45010.h"\ {$(INCLUDE)}"h45011.h"\ {$(INCLUDE)}"h4502.h"\ {$(INCLUDE)}"h4504.h"\ {$(INCLUDE)}"h4506.h"\ {$(INCLUDE)}"h450pdu.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x880.h"\ NODEP_CPP_H450P=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\h501.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_H501_=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h501.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H501_=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H501_=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h501.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H501_=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\h501pdu.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_H501P=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"h501.h"\ {$(INCLUDE)}"h501pdu.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H501P=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H501P=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"h501.h"\ {$(INCLUDE)}"h501pdu.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H501P=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\jitter.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_JITTE=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"jitter.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_JITTE=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_JITTE=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"jitter.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_JITTE=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\libver.rc # End Source File # Begin Source File SOURCE=.\src\lid.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_LID_C=\ ".\include\lid.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"lid.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_LID_C=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_LID_C=\ ".\include\lid.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"lid.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_LID_C=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\mcspdu.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_MCSPD=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mcspdu.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_MCSPD=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_MCSPD=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mcspdu.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_MCSPD=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\mediafmt.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_MEDIA=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_MEDIA=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_MEDIA=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_MEDIA=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\opalglobalstatics.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_OPALG=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_OPALG=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_OPALG=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_OPALG=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\opalosp.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_OPALO=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptclib\url.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_OPALO=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_OPALO=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptclib\url.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_OPALO=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\opalvxml.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_OPALV=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalvxml.h"\ {$(INCLUDE)}"opalwavfile.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\cypher.h"\ {$(INCLUDE)}"ptclib\delaychan.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\html.h"\ {$(INCLUDE)}"ptclib\http.h"\ {$(INCLUDE)}"ptclib\inetprot.h"\ {$(INCLUDE)}"ptclib\memfile.h"\ {$(INCLUDE)}"ptclib\mime.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptclib\ptts.h"\ {$(INCLUDE)}"ptclib\pwavfile.h"\ {$(INCLUDE)}"ptclib\pxml.h"\ {$(INCLUDE)}"ptclib\url.h"\ {$(INCLUDE)}"ptclib\vxml.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pipechan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\pipechan.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_OPALV=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pipechan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_OPALV=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalvxml.h"\ {$(INCLUDE)}"opalwavfile.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\cypher.h"\ {$(INCLUDE)}"ptclib\delaychan.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\html.h"\ {$(INCLUDE)}"ptclib\http.h"\ {$(INCLUDE)}"ptclib\inetprot.h"\ {$(INCLUDE)}"ptclib\memfile.h"\ {$(INCLUDE)}"ptclib\mime.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptclib\ptts.h"\ {$(INCLUDE)}"ptclib\pwavfile.h"\ {$(INCLUDE)}"ptclib\pxml.h"\ {$(INCLUDE)}"ptclib\url.h"\ {$(INCLUDE)}"ptclib\vxml.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pipechan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\pipechan.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_OPALV=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pipechan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\opalwavfile.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_OPALW=\ ".\include\codecs.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalwavfile.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\pwavfile.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_OPALW=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_OPALW=\ ".\include\codecs.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalwavfile.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\pwavfile.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_OPALW=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\peclient.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_PECLI=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323annexg.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"h501.h"\ {$(INCLUDE)}"h501pdu.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"peclient.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\safecoll.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_PECLI=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_PECLI=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323annexg.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"h501.h"\ {$(INCLUDE)}"h501pdu.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"peclient.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\safecoll.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_PECLI=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\precompile.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_PRECO=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_PRECO=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_PRECO=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_PRECO=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\q931.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_Q931_=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\random.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_Q931_=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_Q931_=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\random.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_Q931_=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\rfc2190avcodec.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_RFC21=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"rfc2190avcodec.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_RFC21=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_RFC21=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"rfc2190avcodec.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_RFC21=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\rfc2833.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_RFC28=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"rfc2833.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_RFC28=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_RFC28=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"rfc2833.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_RFC28=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\rtp.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_RTP_C=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"jitter.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\pstun.h"\ {$(INCLUDE)}"ptclib\random.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_RTP_C=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_RTP_C=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"jitter.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\pstun.h"\ {$(INCLUDE)}"ptclib\random.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_RTP_C=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\rtp2wav.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_RTP2W=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\pwavfile.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"rtp2wav.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_RTP2W=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_RTP2W=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\pwavfile.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"rtp2wav.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_RTP2W=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\svcctrl.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_SVCCT=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h248.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_SVCCT=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_SVCCT=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h248.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_SVCCT=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\t120proto.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_T120P=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mcspdu.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"t120proto.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x224.h"\ NODEP_CPP_T120P=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_T120P=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mcspdu.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"t120proto.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x224.h"\ NODEP_CPP_T120P=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\t38.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_T38_C=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"t38.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_T38_C=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_T38_C=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"t38.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_T38_C=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\t38proto.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_T38PR=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"t38.h"\ {$(INCLUDE)}"t38proto.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_T38PR=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_T38PR=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"t38.h"\ {$(INCLUDE)}"t38proto.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_T38PR=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\transports.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_TRANS=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptclib\pstun.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_TRANS=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_TRANS=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"cu30codec.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323pluginmgr.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"opalosp.h"\ {$(INCLUDE)}"opalplugin.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pssl.h"\ {$(INCLUDE)}"ptclib\pstun.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_TRANS=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\x224.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_X224_=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x224.h"\ NODEP_CPP_X224_=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_X224_=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\qos.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x224.h"\ NODEP_CPP_X224_=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ethsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\icmpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipdsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ipsock.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\ipxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\socket.h"\ "..\pwlib\INCLUDE\ptlib\unix\ptlib\spxsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\tcpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\udpsock.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\x880.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_X880_=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x880.h"\ NODEP_CPP_X880_=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_X880_=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asnber.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\asnper.h"\ {$(INCLUDE)}"ptclib\asnxer.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x880.h"\ NODEP_CPP_X880_=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # End Group # Begin Group "Header Files" # PROP Default_Filter "h;hpp;hxx;hm;inl" # Begin Source File SOURCE=.\include\channels.h # End Source File # Begin Source File SOURCE=.\include\codecs.h # End Source File # Begin Source File SOURCE=.\include\cu30codec.h # End Source File # Begin Source File SOURCE=.\include\dynacodec.h # End Source File # Begin Source File SOURCE=.\include\ffh263codec.h # End Source File # Begin Source File SOURCE=.\include\gccpdu.h # End Source File # Begin Source File SOURCE=.\include\gkclient.h # End Source File # Begin Source File SOURCE=.\include\gkserver.h # End Source File # Begin Source File SOURCE=.\include\guid.h # End Source File # Begin Source File SOURCE=.\include\h225.h # End Source File # Begin Source File SOURCE=.\include\h225ras.h # End Source File # Begin Source File SOURCE=.\include\h235.h # End Source File # Begin Source File SOURCE=.\include\h235auth.h # End Source File # Begin Source File SOURCE=.\include\h245.h # End Source File # Begin Source File SOURCE=.\include\h248.h # End Source File # Begin Source File SOURCE=.\include\h261codec.h # End Source File # Begin Source File SOURCE=.\include\h263codec.h # End Source File # Begin Source File SOURCE=.\include\h323.h # End Source File # Begin Source File SOURCE=.\include\h323annexg.h # End Source File # Begin Source File SOURCE=.\include\h323caps.h # End Source File # Begin Source File SOURCE=.\include\h323con.h # End Source File # Begin Source File SOURCE=.\include\h323ep.h # End Source File # Begin Source File SOURCE=.\include\h323neg.h # End Source File # Begin Source File SOURCE=.\include\h323pdu.h # End Source File # Begin Source File SOURCE=.\include\h323pluginmgr.h # End Source File # Begin Source File SOURCE=.\include\h323rtp.h # End Source File # Begin Source File SOURCE=.\include\h323t120.h # End Source File # Begin Source File SOURCE=.\include\h323trans.h # End Source File # Begin Source File SOURCE=.\include\h4501.h # End Source File # Begin Source File SOURCE=.\include\h45010.h # End Source File # Begin Source File SOURCE=.\include\h45011.h # End Source File # Begin Source File SOURCE=.\include\h4502.h # End Source File # Begin Source File SOURCE=.\include\h4503.h # End Source File # Begin Source File SOURCE=.\include\h4504.h # End Source File # Begin Source File SOURCE=.\include\h4505.h # End Source File # Begin Source File SOURCE=.\include\h4506.h # End Source File # Begin Source File SOURCE=.\include\h4507.h # End Source File # Begin Source File SOURCE=.\include\h4508.h # End Source File # Begin Source File SOURCE=.\include\h4509.h # End Source File # Begin Source File SOURCE=.\include\h450pdu.h # End Source File # Begin Source File SOURCE=.\include\h460.h # End Source File # Begin Source File SOURCE=.\include\h501.h # End Source File # Begin Source File SOURCE=.\include\h501pdu.h # End Source File # Begin Source File SOURCE=.\include\ixjDefs.h # End Source File # Begin Source File SOURCE=.\include\ixjidb.h # End Source File # Begin Source File SOURCE=.\include\ixjlid.h # End Source File # Begin Source File SOURCE=.\include\jitter.h # End Source File # Begin Source File SOURCE=.\include\lid.h # End Source File # Begin Source File SOURCE=.\include\mcspdu.h # End Source File # Begin Source File SOURCE=.\include\mediafmt.h # End Source File # Begin Source File SOURCE=.\include\opalosp.h # End Source File # Begin Source File SOURCE=.\include\opalplugin.h # End Source File # Begin Source File SOURCE=.\include\opalvxml.h # End Source File # Begin Source File SOURCE=.\include\opalwavfile.h # End Source File # Begin Source File SOURCE=.\include\openh323buildopts.h # End Source File # Begin Source File SOURCE=.\include\peclient.h # End Source File # Begin Source File SOURCE=.\include\q931.h # End Source File # Begin Source File SOURCE=.\include\QTIoctl.h # End Source File # Begin Source File SOURCE=.\include\rfc2190avcodec.h # End Source File # Begin Source File SOURCE=.\include\rfc2833.h # End Source File # Begin Source File SOURCE=.\include\rtp.h # End Source File # Begin Source File SOURCE=.\include\rtp2wav.h # End Source File # Begin Source File SOURCE=.\include\svcctrl.h # End Source File # Begin Source File SOURCE=.\include\t120proto.h # End Source File # Begin Source File SOURCE=.\include\t38.h # End Source File # Begin Source File SOURCE=.\include\t38proto.h # End Source File # Begin Source File SOURCE=.\include\transports.h # End Source File # Begin Source File SOURCE=.\include\x224.h # End Source File # Begin Source File SOURCE=.\include\x880.h # End Source File # End Group # Begin Group "VIC Files" # PROP Default_Filter "cpp;c;cxx" # Begin Source File SOURCE=.\src\vic\bv.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" !ENDIF # End Source File # Begin Source File SOURCE=.\src\vic\dct.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_DCT_C=\ ".\src\vic\bsd-endian.h"\ ".\src\vic\config.h"\ ".\src\vic\dct.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\param.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_DCT_C=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_DCT_C=\ ".\src\vic\bsd-endian.h"\ ".\src\vic\config.h"\ ".\src\vic\dct.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\param.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_DCT_C=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=".\src\vic\encoder-h261.cxx" !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_ENCOD=\ ".\src\vic\bsd-endian.h"\ ".\src\vic\config.h"\ ".\src\vic\crdef.h"\ ".\src\vic\dct.h"\ ".\src\vic\encoder-h261.h"\ ".\src\vic\encoder.h"\ ".\src\vic\p64-huff.h"\ ".\src\vic\transmitter.h"\ ".\src\vic\videoframe.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\param.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_ENCOD=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_ENCOD=\ ".\src\vic\bsd-endian.h"\ ".\src\vic\config.h"\ ".\src\vic\crdef.h"\ ".\src\vic\dct.h"\ ".\src\vic\encoder-h261.h"\ ".\src\vic\encoder.h"\ ".\src\vic\p64-huff.h"\ ".\src\vic\transmitter.h"\ ".\src\vic\videoframe.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\param.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_ENCOD=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\vic\huffcode.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_HUFFC=\ ".\src\vic\p64-huff.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_HUFFC=\ ".\src\vic\p64-huff.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\vic\p64.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_P64_C=\ ".\src\vic\bsd-endian.h"\ ".\src\vic\config.h"\ ".\src\vic\dct.h"\ ".\src\vic\p64-huff.h"\ ".\src\vic\p64.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\file.h"\ {$(INCLUDE)}"sys\param.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_P64_C=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_P64_C=\ ".\src\vic\bsd-endian.h"\ ".\src\vic\config.h"\ ".\src\vic\dct.h"\ ".\src\vic\p64-huff.h"\ ".\src\vic\p64.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\file.h"\ {$(INCLUDE)}"sys\param.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_P64_C=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\vic\p64encoder.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_P64EN=\ ".\src\vic\bsd-endian.h"\ ".\src\vic\config.h"\ ".\src\vic\crdef.h"\ ".\src\vic\dct.h"\ ".\src\vic\encoder-h261.h"\ ".\src\vic\encoder.h"\ ".\src\vic\p64-huff.h"\ ".\src\vic\p64.h"\ ".\src\vic\p64encoder.h"\ ".\src\vic\transmitter.h"\ ".\src\vic\vid_coder.h"\ ".\src\vic\videoframe.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\param.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_P64EN=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_P64EN=\ ".\src\vic\bsd-endian.h"\ ".\src\vic\config.h"\ ".\src\vic\crdef.h"\ ".\src\vic\dct.h"\ ".\src\vic\encoder-h261.h"\ ".\src\vic\encoder.h"\ ".\src\vic\p64-huff.h"\ ".\src\vic\p64.h"\ ".\src\vic\p64encoder.h"\ ".\src\vic\transmitter.h"\ ".\src\vic\vid_coder.h"\ ".\src\vic\videoframe.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\param.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_P64EN=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\vic\transmitter.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_TRANSM=\ ".\src\vic\config.h"\ ".\src\vic\dct.h"\ ".\src\vic\transmitter.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\file.h"\ {$(INCLUDE)}"sys\param.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_TRANSM=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_TRANSM=\ ".\src\vic\config.h"\ ".\src\vic\dct.h"\ ".\src\vic\transmitter.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\file.h"\ {$(INCLUDE)}"sys\param.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_TRANSM=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\vic\vid_coder.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_VID_C=\ ".\src\vic\config.h"\ ".\src\vic\crdef.h"\ ".\src\vic\dct.h"\ ".\src\vic\encoder.h"\ ".\src\vic\transmitter.h"\ ".\src\vic\vid_coder.h"\ ".\src\vic\videoframe.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\param.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_VID_C=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_VID_C=\ ".\src\vic\config.h"\ ".\src\vic\crdef.h"\ ".\src\vic\dct.h"\ ".\src\vic\encoder.h"\ ".\src\vic\transmitter.h"\ ".\src\vic\vid_coder.h"\ ".\src\vic\videoframe.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\critsec.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\notifier.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pfactory.h"\ {$(INCLUDE)}"ptlib\plugin.h"\ {$(INCLUDE)}"ptlib\pluginmgr.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\psharedptr.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\smartptr.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\wince\time.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"strstream.h"\ {$(INCLUDE)}"sys\param.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_VID_C=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ "..\pwlib\include\ptlib\unix\ptlib\channel.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\conchan.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\config.h"\ "..\pwlib\include\ptlib\unix\ptlib\contain.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\critsec.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\dynalink.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\file.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\filepath.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\mutex.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pdirect.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\pprocess.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\ptime.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\semaphor.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\sfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\syncpoint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\textfile.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\thread.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timeint.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\timer.h"\ "..\PWLIB\INCLUDE\ptlib\unix\ptlib\video.h"\ !ENDIF # End Source File # End Group # Begin Group "Speex" # PROP Default_Filter "" # Begin Source File SOURCE=.\src\speex\libspeex\bits.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_BITS_=\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\speex_bits.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_BITS_=\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\speex_bits.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\cb_search.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_CB_SE=\ ".\src\speex\libspeex\cb_search.h"\ ".\src\speex\libspeex\filters.h"\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\stack_alloc.h"\ ".\src\speex\libspeex\vq.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_CB_SE=\ ".\src\speex\libspeex\cb_search.h"\ ".\src\speex\libspeex\filters.h"\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\stack_alloc.h"\ ".\src\speex\libspeex\vq.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\exc_10_16_table.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\exc_10_32_table.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\exc_20_32_table.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\exc_5_256_table.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\exc_5_64_table.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\exc_8_128_table.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\filters.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_FILTE=\ ".\src\speex\libspeex\filters.h"\ ".\src\speex\libspeex\filters_sse.h"\ ".\src\speex\libspeex\stack_alloc.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_FILTE=\ ".\src\speex\libspeex\filters.h"\ ".\src\speex\libspeex\filters_sse.h"\ ".\src\speex\libspeex\stack_alloc.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\gain_table.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\gain_table_lbr.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\hexc_10_32_table.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\hexc_table.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\high_lsp_tables.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\lpc.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_LPC_C=\ ".\src\speex\libspeex\lpc.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_LPC_C=\ ".\src\speex\libspeex\lpc.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\lsp.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_LSP_C=\ ".\src\speex\libspeex\lsp.h"\ ".\src\speex\libspeex\stack_alloc.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_LSP_C=\ ".\src\speex\libspeex\lsp.h"\ ".\src\speex\libspeex\stack_alloc.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\lsp_tables_nb.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\ltp.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_LTP_C=\ ".\src\speex\libspeex\filters.h"\ ".\src\speex\libspeex\ltp.h"\ ".\src\speex\libspeex\ltp_sse.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\stack_alloc.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_LTP_C=\ ".\src\speex\libspeex\filters.h"\ ".\src\speex\libspeex\ltp.h"\ ".\src\speex\libspeex\ltp_sse.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\stack_alloc.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\math_approx.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_MATH_=\ ".\src\speex\libspeex\math_approx.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_MATH_=\ ".\src\speex\libspeex\math_approx.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\misc.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_MISC_=\ ".\src\speex\libspeex\misc.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_MISC_=\ ".\src\speex\libspeex\misc.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\modes.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_MODES=\ ".\src\speex\libspeex\cb_search.h"\ ".\src\speex\libspeex\filters.h"\ ".\src\speex\libspeex\ltp.h"\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\modes.h"\ ".\src\speex\libspeex\nb_celp.h"\ ".\src\speex\libspeex\quant_lsp.h"\ ".\src\speex\libspeex\sb_celp.h"\ ".\src\speex\libspeex\speex.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\speex_callbacks.h"\ ".\src\speex\libspeex\vbr.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_MODES=\ ".\src\speex\libspeex\cb_search.h"\ ".\src\speex\libspeex\filters.h"\ ".\src\speex\libspeex\ltp.h"\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\modes.h"\ ".\src\speex\libspeex\nb_celp.h"\ ".\src\speex\libspeex\quant_lsp.h"\ ".\src\speex\libspeex\sb_celp.h"\ ".\src\speex\libspeex\speex.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\speex_callbacks.h"\ ".\src\speex\libspeex\vbr.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\nb_celp.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_NB_CE=\ ".\src\speex\libspeex\cb_search.h"\ ".\src\speex\libspeex\filters.h"\ ".\src\speex\libspeex\lpc.h"\ ".\src\speex\libspeex\lsp.h"\ ".\src\speex\libspeex\ltp.h"\ ".\src\speex\libspeex\math_approx.h"\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\modes.h"\ ".\src\speex\libspeex\nb_celp.h"\ ".\src\speex\libspeex\quant_lsp.h"\ ".\src\speex\libspeex\speex.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\speex_callbacks.h"\ ".\src\speex\libspeex\stack_alloc.h"\ ".\src\speex\libspeex\vbr.h"\ ".\src\speex\libspeex\vq.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_NB_CE=\ ".\src\speex\libspeex\cb_search.h"\ ".\src\speex\libspeex\filters.h"\ ".\src\speex\libspeex\lpc.h"\ ".\src\speex\libspeex\lsp.h"\ ".\src\speex\libspeex\ltp.h"\ ".\src\speex\libspeex\math_approx.h"\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\modes.h"\ ".\src\speex\libspeex\nb_celp.h"\ ".\src\speex\libspeex\quant_lsp.h"\ ".\src\speex\libspeex\speex.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\speex_callbacks.h"\ ".\src\speex\libspeex\stack_alloc.h"\ ".\src\speex\libspeex\vbr.h"\ ".\src\speex\libspeex\vq.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\quant_lsp.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_QUANT=\ ".\src\speex\libspeex\quant_lsp.h"\ ".\src\speex\libspeex\speex_bits.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_QUANT=\ ".\src\speex\libspeex\quant_lsp.h"\ ".\src\speex\libspeex\speex_bits.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\sb_celp.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_SB_CE=\ ".\src\speex\libspeex\cb_search.h"\ ".\src\speex\libspeex\filters.h"\ ".\src\speex\libspeex\lpc.h"\ ".\src\speex\libspeex\lsp.h"\ ".\src\speex\libspeex\ltp.h"\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\modes.h"\ ".\src\speex\libspeex\nb_celp.h"\ ".\src\speex\libspeex\quant_lsp.h"\ ".\src\speex\libspeex\sb_celp.h"\ ".\src\speex\libspeex\speex.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\speex_callbacks.h"\ ".\src\speex\libspeex\stack_alloc.h"\ ".\src\speex\libspeex\vbr.h"\ ".\src\speex\libspeex\vq.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_SB_CE=\ ".\src\speex\libspeex\cb_search.h"\ ".\src\speex\libspeex\filters.h"\ ".\src\speex\libspeex\lpc.h"\ ".\src\speex\libspeex\lsp.h"\ ".\src\speex\libspeex\ltp.h"\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\modes.h"\ ".\src\speex\libspeex\nb_celp.h"\ ".\src\speex\libspeex\quant_lsp.h"\ ".\src\speex\libspeex\sb_celp.h"\ ".\src\speex\libspeex\speex.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\speex_callbacks.h"\ ".\src\speex\libspeex\stack_alloc.h"\ ".\src\speex\libspeex\vbr.h"\ ".\src\speex\libspeex\vq.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\speex_callbacks.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_SPEEX=\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\speex.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\speex_callbacks.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_SPEEX=\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\speex.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\speex_callbacks.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\speex_header.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_SPEEX_=\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\speex.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\speex_header.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_SPEEX_=\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\speex.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\speex_header.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\stereo.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_STERE=\ ".\src\speex\libspeex\speex.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\speex_callbacks.h"\ ".\src\speex\libspeex\speex_stereo.h"\ ".\src\speex\libspeex\vq.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_STERE=\ ".\src\speex\libspeex\speex.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\speex_callbacks.h"\ ".\src\speex\libspeex\speex_stereo.h"\ ".\src\speex\libspeex\vq.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\vbr.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_VBR_C=\ ".\src\speex\libspeex\vbr.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_VBR_C=\ ".\src\speex\libspeex\vbr.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\vq.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_VQ_Cb2=\ ".\src\speex\libspeex\vq.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_VQ_Cb2=\ ".\src\speex\libspeex\vq.h"\ !ENDIF # End Source File # End Group # Begin Group "G726" # PROP Default_Filter "" # Begin Source File SOURCE=.\src\g726\g726_16.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_G726_=\ ".\src\g726\g72x.h"\ ".\src\g726\private.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_G726_=\ ".\src\g726\g72x.h"\ ".\src\g726\private.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\g726\g726_24.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_G726_2=\ ".\src\g726\g72x.h"\ ".\src\g726\private.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_G726_2=\ ".\src\g726\g72x.h"\ ".\src\g726\private.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\g726\g726_32.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_G726_3=\ ".\src\g726\g72x.h"\ ".\src\g726\private.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_G726_3=\ ".\src\g726\g72x.h"\ ".\src\g726\private.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\g726\g726_40.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_G726_4=\ ".\src\g726\g72x.h"\ ".\src\g726\private.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_G726_4=\ ".\src\g726\g72x.h"\ ".\src\g726\private.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\g726\g72x.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_G72X_=\ ".\src\g726\g72x.h"\ ".\src\g726\private.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_G72X_=\ ".\src\g726\g72x.h"\ ".\src\g726\private.h"\ !ENDIF # End Source File # End Group # Begin Group "iLBC" # PROP Default_Filter "" # Begin Source File SOURCE=.\src\iLBC\anaFilter.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_ANAFI=\ ".\src\iLBC\iLBC_define.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_ANAFI=\ ".\src\iLBC\iLBC_define.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\constants.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_CONST=\ ".\src\iLBC\iLBC_define.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_CONST=\ ".\src\iLBC\iLBC_define.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\createCB.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_CREAT=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_CREAT=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\doCPLC.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_DOCPL=\ ".\src\iLBC\iLBC_define.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_DOCPL=\ ".\src\iLBC\iLBC_define.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\enhancer.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_ENHAN=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_ENHAN=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\filter.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_FILTER=\ ".\src\iLBC\iLBC_define.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_FILTER=\ ".\src\iLBC\iLBC_define.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\FrameClassify.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_FRAME=\ ".\src\iLBC\iLBC_define.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_FRAME=\ ".\src\iLBC\iLBC_define.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\gainquant.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_GAINQ=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_GAINQ=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\getCBvec.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_GETCB=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_GETCB=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\helpfun.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_HELPF=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_HELPF=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\hpInput.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_HPINP=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_HPINP=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\hpOutput.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_HPOUT=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_HPOUT=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\iCBConstruct.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_ICBCO=\ ".\src\iLBC\gainquant.h"\ ".\src\iLBC\getCBvec.h"\ ".\src\iLBC\iLBC_define.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_ICBCO=\ ".\src\iLBC\gainquant.h"\ ".\src\iLBC\getCBvec.h"\ ".\src\iLBC\iLBC_define.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\iCBSearch.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_ICBSE=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\createCB.h"\ ".\src\iLBC\gainquant.h"\ ".\src\iLBC\iLBC_define.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_ICBSE=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\createCB.h"\ ".\src\iLBC\gainquant.h"\ ".\src\iLBC\iLBC_define.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\iLBC_decode.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_ILBC_=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\doCPLC.h"\ ".\src\iLBC\enhancer.h"\ ".\src\iLBC\helpfun.h"\ ".\src\iLBC\hpOutput.h"\ ".\src\iLBC\iCBConstruct.h"\ ".\src\iLBC\iLBC_define.h"\ ".\src\iLBC\LPCdecode.h"\ ".\src\iLBC\packing.h"\ ".\src\iLBC\StateConstructW.h"\ ".\src\iLBC\syntFilter.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_ILBC_=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\doCPLC.h"\ ".\src\iLBC\enhancer.h"\ ".\src\iLBC\helpfun.h"\ ".\src\iLBC\hpOutput.h"\ ".\src\iLBC\iCBConstruct.h"\ ".\src\iLBC\iLBC_define.h"\ ".\src\iLBC\LPCdecode.h"\ ".\src\iLBC\packing.h"\ ".\src\iLBC\StateConstructW.h"\ ".\src\iLBC\syntFilter.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\iLBC_encode.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_ILBC_E=\ ".\src\iLBC\anaFilter.h"\ ".\src\iLBC\constants.h"\ ".\src\iLBC\FrameClassify.h"\ ".\src\iLBC\helpfun.h"\ ".\src\iLBC\hpInput.h"\ ".\src\iLBC\iCBConstruct.h"\ ".\src\iLBC\iCBSearch.h"\ ".\src\iLBC\iLBC_define.h"\ ".\src\iLBC\LPCencode.h"\ ".\src\iLBC\packing.h"\ ".\src\iLBC\StateConstructW.h"\ ".\src\iLBC\StateSearchW.h"\ ".\src\iLBC\syntFilter.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_ILBC_E=\ ".\src\iLBC\anaFilter.h"\ ".\src\iLBC\constants.h"\ ".\src\iLBC\FrameClassify.h"\ ".\src\iLBC\helpfun.h"\ ".\src\iLBC\hpInput.h"\ ".\src\iLBC\iCBConstruct.h"\ ".\src\iLBC\iCBSearch.h"\ ".\src\iLBC\iLBC_define.h"\ ".\src\iLBC\LPCencode.h"\ ".\src\iLBC\packing.h"\ ".\src\iLBC\StateConstructW.h"\ ".\src\iLBC\StateSearchW.h"\ ".\src\iLBC\syntFilter.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\LPCdecode.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_LPCDE=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\helpfun.h"\ ".\src\iLBC\iLBC_define.h"\ ".\src\iLBC\lsf.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_LPCDE=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\helpfun.h"\ ".\src\iLBC\iLBC_define.h"\ ".\src\iLBC\lsf.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\LPCencode.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_LPCEN=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\helpfun.h"\ ".\src\iLBC\iLBC_define.h"\ ".\src\iLBC\lsf.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_LPCEN=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\helpfun.h"\ ".\src\iLBC\iLBC_define.h"\ ".\src\iLBC\lsf.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\lsf.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_LSF_C=\ ".\src\iLBC\iLBC_define.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_LSF_C=\ ".\src\iLBC\iLBC_define.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\packing.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_PACKI=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\helpfun.h"\ ".\src\iLBC\iLBC_define.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_PACKI=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\helpfun.h"\ ".\src\iLBC\iLBC_define.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\StateConstructW.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_STATE=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_STATE=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\StateSearchW.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_STATES=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\helpfun.h"\ ".\src\iLBC\iLBC_define.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_STATES=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\helpfun.h"\ ".\src\iLBC\iLBC_define.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\syntFilter.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE SH4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" DEP_CPP_SYNTF=\ ".\src\iLBC\iLBC_define.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_SYNTF=\ ".\src\iLBC\iLBC_define.h"\ !ENDIF # End Source File # End Group # End Target # End Project openh323_v1_18_0/Openh323libce.vcw0100644000176200056700000000143207264323124016654 0ustar releasepostincrMicrosoft eMbedded Visual Tools Workspace File, Format Version 3.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ############################################################################### Project: "Openh323libce"=.\Openh323libce.vcp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ Begin Project Dependency Project_Dep_Name pwlibce End Project Dependency }}} ############################################################################### Project: "pwlibce"=..\pwlib\pwlibce.vcp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ }}} ############################################################################### Global: Package=<5> {{{ }}} Package=<3> {{{ }}} ############################################################################### openh323_v1_18_0/ReadMe.txt0100644000176200056700000004653410072174255015545 0ustar releasepostincr OpenH323 Library ================ The OpenH323 project aims to create a full featured, interoperable, Open Source implementation of the ITU H.323 teleconferencing protocol that can be used by personal developers and commercial users without charge. OpenH323 development is coordinated by an Australian company, Equivalence Pty Ltd (http://www.equival.com), but is open to any interested party. Commercial and private use of the OpenH323 code, including use in commercial products and resale, is enouraged through use of the MPL (Mozilla Public license). For more details see http://www.openh323.org You can subscribe to the mailing list at http://www.openh323.org/mailman/listinfo Frequently asked questions are answered at http://www.openh323.org/faq.html Building the OpenH323 Code ========================== This page describes how to compile the OpenH323 code release. Note these instructions will always refer to the latest snapshot available on the download page. The OpenH323 source will have been compiled and tested under Linux x86, and Windows NT. If it does not compile for you then the problem is likely to be a setup/configuration problem with your system and not a problem with the source code itself. The libraries and applications should also compile on Windows 95/98, BeOS (thanks Yuri!), Linux PPC, FreeBSD x86, OpenBSD x86 (thanks Roger!) and Solaris Sparc & x86. They are not automatically compiled on every release however so there could be problems, but the chances are that there aren't. Note also that not all of these platforms may have ports of the sound interface. We are also happy to port it to other Unix flavours providing people out there can provide an account and a fair bit of disk space! These instructions should contain all of the steps need. If you have a problem, please double check that you have performed ALL of the steps below, particularly setting the include file paths under MSVC. Some of the more common errors are described below. If you get a lot of compile or link errors, then the chances are that you have missed something in the list. If you are positive that something is wrong and you have followed the instructions, then send an e-mail to the mailing list, and we'll answer it for everyone to see. Bear in mind that the first question asked will be "did you follow the instructions". Windows ------- 1. Download the pwlib_1.xx.zip and openh323_1.x.zip files from the OpenH323 download page. 2. Follow the instructions for building PWLib. 3. Start MSVC (v5 or v6). If you have another compiler you are on your own! Go into the Tools menu, Options item, Directories tab and add to the beginning of the Include files path (note the order is important!): C:\OpenH323\Include and add to the Lib Files path and the Executable Files path the following: C:\OpenH323\Lib Also make sure the last directory is in your PATH environment variable. Note this is in addition to the ones in PWLib!! 4. Use the OpenH323.dsw file to build the sample code, eg SimpH323. The build should automatically create a file openh323/include/openh323buildopts.h via the configure.exe program that should be in the openh323 directory. If you have any problems try running the program directly from a command line. Use ".\configure --help" to get information on options such as forcing a feature or library dependency. Note there are additional notes in the "Platform Specific Issues" on how to compile the various libraries in a manner suitable for use by OpenH323 under Windows. 5. Run the program, and you are on your own! Unix ---- 1. Download the pwlib_min_1.xx.tar.gz and openh323_1.xx.tar.gz files from the OpenH323 download page. 2. Follow the instructions for building PWLib. 3. Extract the contents of the openh323_1.x.tar.gz file somewhere, eg: cd tar -xzvf openh323_1.1alpha1.tar.gz 4. If you have not installed OpenH323 in your home directory (~/openh323) then you will have to define the environment variable OPENH323DIR to point to the correct directory. Also make sure you have added the $OPENH323DIR/lib directory to your LD_LIBRARY_PATH environment variable if you intend to use shared libraries (the default under Linux). There are examples for sh/bash and csh/tcsh below. 5. Build the H323 bootstrap code. Enter: cd $(OPENH323DIR) ./configure make opt This may take some time, especially with the h245_*.cxx and h225.cxx files. You may also need to add more swap space - 64M of real memory and 64M of swap might just be enough, if your machine does nothing else! Some people have reported needing as much as 256M of swap - if your compiler bombs out with a "virtual memory exhausted" error compiling h245_*.cxx and h225.cxx, then increase your swap space. Less space is required if you build the debug version - Debug builds on 64M ram are very achievable. Opt builds on 164M ram are doable, but only just. 6. The result should be an executable called simph323, which will be located in a directory dependent on the platform, eg sample/simple/obj_linux_x86_d. To run it, use the following command: ./sample/simple/obj_linux_x86_r/simph323 and you should get the usage help text. 9. Now you're on your own! Voice Age G.729 Codec ===================== For the Windows system it is possible to also have a G.729 codec for non-commercial use by adding the Voice Age G.729A library to the system. To do this: 1. Get the Voice Age G.729 library from http://www.voiceage.com/g729/ 2. Unpack it somewhere, preferably at teh same level as OpenH323, eg if c:\work\openh323, then c:\work\va_g729a 3. Re-run the configure program. 4. Recompile your project. H263 Codec ========== H263 is a video compression format which is especially suited for low bandwidth situations, such as a dial up link. By adding the requisite library, recompiling openh323 and ohphone applications, H263 support is available. Three H.263 codecs are available in the Openh323 codebase: 1) A fully RFC2190 compliant version using FFMPEG 2) An older non-RFC2190 compliant version also using FFMPEG 3) A non-RFC2190 compliant version using vich263 1) Fully RFC2190 compliant using FFMPEG. This is the only H.263 codec currently interoperable with other RFC2190 compliant applications like NetMeeting. As such, it is the recommended H.263 codec for use in all future applications based on OpenH323. 2) Non-RFC2190 compliant using FFMPEG. This H263 codec was labelled as non standard. Some hacks were added to the packets generated by ffmpeg to get it working in a voip environment. 1) + 2) FFMPEG license issue FFMPEG is licensed as either LGPL or GPL, depending on which components were used at built time. Please check the configure script for further information. OpenH323 assumes a LGPL license, and dynamically loads the FFMPEG library at run-time in accordance with those terms. 3) VICH263 Andrew Morrow who did the hard part of the implementation reports that: I got something working using vic's H.263 (not plus) in OpenH323. It does not interoperate with NetMeeting, but it does interoperate with IBM's J323/JMF. Unix ---- The library was built with cd external/ffmpeg ./configure --enable-shared --disable-a52 --disable-pp --disable-ffserver --disable-ffplay cd libavcodec make The code is in the CVS, external/ffmpeg directory at sourceforge. Instructions on using the cvs are at http://sourceforge.net/cvs/?group_id=80674 cd external/vich263 make If you have the external directory on your box, with vich263 and ffmpeg, but do not wish to enable ffmpeg or vich263, you can cd openh323 ./configure make On recompiling the openh323 directory, you will not do configure again, so your ffmpeg and vich263 settings will remain. Should you wish to build in support for all H263 codecs, do: export H323_VICH263=1 export H323_AVCODEC=1 cd openh323 ./configure --avcodec-dir=<> --enable-rfc2190avcodec=<> make Now, if you just want one of the codecs, just have the appropriate export statement. Note that when you do ./configure, there is a clear statement what codec is on. If you wish to remove both codecs, (after doing a configure with them on), do export H323_VICH263="" export H323_AVCODEC="" cd openh323 ./configure make Now, these settings are fixed, and remain in place on subsequent makes. Thus, on recompiling the openh323 dir, you don't need to rerun configure. Now, to test the operation of the H263 codec. I used the command below in the ohphone directory: ./obj_linux_x86_r/ohphone -ln --videotest --videolocal \ --videoreceive sdl --videodevice fake --videoinput 1 \ --videobitrate 24 This brings up a SDL display window with two copies of the same image. The image on the right is generated by the fake video device, on channel 1. The image on the left is the decoded form of an image that has been encoded with H263. Wait a while, and then type q, the display will tell you what bit rate was achieved, and the frame rate. The achieved bit rate should always be less than that specified in the --videobitrate option Now, you can try the H261 codec instead. To use H261, add to the command line -D 263, so your command line becomes: ./obj_linux_x86_r/ohphone -ln --videotest --videolocal \ --videoreceive sdl --videodevice fake --videoinput 1 \ --videobitrate 24 -D 263 Get mean, set a bit rate of 12 Kilobits/sec Now, you might have a problem with it not finding the libavcodec.so library. In this case, you need to extend your LD_LIBRARY_PATH export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib or append to /etc/ld.so.conf the directory /usr/local/lib and rerun ldconfig ldconfig -C /etc/ld.so.conf Do this command as root. Alternatively, append to the configure command above the phrase --prefix=/usr. This will cause all the ffmpeg stuff to go in system directories, where it will be found guaranteed. Windows ------- The ffmpeg codec is built with MinGW and MSys. Move ffmpeg directory from c:\external to c:\msys\1.0\home\administrator Start msys cd ffmpeg ./configure --extra-cflags="-mno-cygwin -mms-bitfields" --extra-ldflags="-Wl,--add-stdcall-alias" --enable-mingw32 --enable-shared --disable-a52 --disable-pp --disable-ffserver --disable-ffplay cd libavcodec make Move ffmpeg back to c:\external Move c:\external\ffmpeg\libavcodec.dll to c:\openh323\lib Compile libvich263 Go to external\vich263 Open the libvich263 workspace. Select batch build, buld release and debug. Leave libvich263.lib where it puts this library. Open up a dos terminal, and go to c:\openh323 configure Check that options are set correctly in c:\openh323\include\openh323buildopts.h If it fails to build openh323buildopts.h, well, it is OK. Copy from pwlib/tools/configure the files configure.cpp and configure.dsp to the directory c:\openh323 Open configure.dsp project in msvc, build and run configure.exe Recompile the OpenH323Lib and OpenH323DLL projects to create new OpenH323 libraries. More information ---------------- License details and a precompiled FFMPEG library: http://www.voxgratia.org/h263_codec.html MinGW/MSys and FFMPEG library building instructions: http://www.salyens.com/?page=ffcodec Common errors ============= Here are common errors you might encounter for both Windows and Unix builds. An error like: "Makefile", line 175: Missing dependency operator "Makefile", line 177: Need an operator "Makefile", line 179: Missing dependency operator "Makefile", line 181: Need an operator "Makefile", line 183: Missing dependency operator "Makefile", line 185: Need an operator Indicates you are using BSD Unix's Make command. You need to use gmake (GNU Make). Thinking there are missing files. A number of files, eg h235.h, h225.h etc, are generated files that are created during the build process. If they are missing then something probably went wrong with installation of flex/bison. An error like: Linking... LINK : fatal error LNK1181: cannot open input file "ptlib.lib" Error executing link.exe. Indicates you have not set the paths in MSVC directories. An error like: Performing Bison Step c:\tools\share\bison.simple: No such file or directory Indicates you have not installed bison correctly. In particular the bison.simple file must be available to bison. Check the bison documentation for details on this. Attempting to compile GUI systems under Unix. There are a number of partial implementations of the GUI code in the $PWLIBDIR/src/pwlib directory tree. These are not required to get the OhPhone application compiled. If you get those systems from the CVS then you are basically on your own. Do not ask for support unless you intend to help with the implementation! See the FAQ at http://www.openh323.org/~openh323/fom.cgi for more. Example environment for sh/bash ------------------------------- PWLIBDIR=$HOME/pwlib export PWLIBDIR OPENH323DIR=$HOME/openh323 export OPENH323DIR LD_LIBRARY_PATH=$PWLIBDIR/lib:$OPENH323DIR/lib export LD_LIBRARY_PATH Example environment for csh/tcsh: setenv PWLIBDIR $HOME/pwlib setenv OPENH323DIR $HOME/openh323 setenv LD_LIBRARY_PATH $PWLIBDIR/lib:$OPENH323DIR/lib Bison problem under Unix ------------------------ The bison.simple file on many releases will not compile with the options used by the PWLib getdate.y grammar. The options are required to make the date parser thread safe so it is necessary to edit the bison.simple file to fix the problem. The file is usually at /usr/lib/bison.simple but in the tradition of unix could actually be anywhere. We leave it up to you to find it. The code: /* Prevent warning if -Wstrict-prototypes. */ #ifdef __GNUC__ int yyparse (void); #endif should be changed to /* Prevent warning if -Wstrict-prototypes. */ #ifdef __GNUC__ #ifndef YYPARSE_PARAM int yyparse (void); #endif #endif To prevent the incorrect function prototype from being defined. The getdate.y should then produce a getdate.tab.c file that will actually compile. Licensing --------- The bulk of this library is licensed under the MPL (Mozilla Public License) version 1.0. In simple terms this license allows you to use the library for any purpose, commercial or otherwise, provided the library is kept in tact as a separate entity and any changes made to the library are made publicly available under the same (MPL) license. It is important to realise that that refers to changes to the library and not your application that is merely linked to the library. Note that due to a restriction in the GPL, any application you write that uses anything another than GPL, eg our library with MPL, is technically in breach of the GPL license. However, it should be noted that MPL does not care about the license of the final application, and as only the author of the GPL application is in breach of his own license and is unlikely to sue themselves for that breach, in practice there is no problem with a GPL application using an MPL or any other commercial library. Portions of this library are derived from TOAST, using the copyright: Copyright 1992, 1993, 1994 by Jutta Degener and Carsten Bormann, Technische Universitaet Berlin Any use of this software is permitted provided that this notice is not removed and that neither the authors nor the Technische Universitaet Berlin are deemed to have made any representations as to the suitability of this software for any purpose nor are held responsible for any defects of this software. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. As a matter of courtesy, the authors request to be informed about uses this software has found, about bugs in this software, and about any improvements that may be of general interest. Portions of this library is derived from vic, http://www-nrg.ee.lbl.gov/vic/ Their copyright notice is below. * Copyright (c) 1993-1995 The Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the Network Research * Group at Lawrence Berkeley National Laboratory. * 4. Neither the name of the University nor of the Laboratory may be used * to endorse or promote products derived from this software without * specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. Building on a unix box - how do I use the CVS - quick start - with all H263 codecs --------------------------------------------------------------------------------- 1)Remove all pwlib/openh323 from system directories. (like /usr/local/src/ or /usr/include etc) 2)create a directory, (call it cvs_h323) 3)cd cvs_h323 4)In cvs_h323, create a file called environment. The contents of the file are::::: export PWLIBDIR=~/cvs_h323/pwlib export OPENH323DIR=~/cvs_h323/openh323 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/cvs_h323/pwlib/lib export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/cvs_h323/openh323/lib: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/cvs_h323/external/ffmpeg/libavcodec: export CVSROOT=:pserver:anonymous@cvs.sourceforge.net:/cvsroot/openh323 5) source environment 6) cvs login (For the password, just press enter) 7) cvs -z3 co ptlib_unix openh323 contrib external 8) cd pwlib 9) ./configure 10) make all 11) cd ../external/ffmpeg (Now, read above for building and installing ffmpeg & vich263) If you don't want h263 codecs, skip this line. 12) cd ../openh323 13) export H323_VICH263=1; export H323_AVCODEC=1 (If you don't want h263 codecs, skip this line.) 14) ./configure --enable-rfc2190avcodec=~/cvs_h323/external/ffmpeg/libavcodec (((There should be messages about finding vic & ffmpeg))) 15) make all 16) cd ../contrib/openmcu (or ../contrib/ohphone, or whereever) 17) make all __oo^oo__ openh323_v1_18_0/VoIPBlaster.txt0100644000176200056700000000512507420755411016533 0ustar releasepostincrREADME for Creative Labs VoIPBlaster ------------------------------------ Craig Southeren, 15 January 2001 OpenH323 now contains preliminary support for the Creative Labs VoIPBlaster under Windows only. This support relies upon the Windows driver for the VoIP Blaster written by Dave Fobbit, which can be downloaded from http://www.fobbit.com. Please follow the installation instructions at http://www.fobbit.com for this driver before using this code. The driver is in the files vblasterlid.cxx and vblasterlid.h, and the following comments apply: - The ohphone sources have been updated to include support for this device. Use the -V option to specify which VB device to open. - The openphone sources have been updated to support this device. Use the Options->Audio Device menu option to select the device. - Hook switch and DTMF detection are working, as is audio playback. - Audio recording is not working yet. I suspect I am doing something wrong, but I'm not sure what. It might also be a hardware problem, or perhaps my Australian phones aren't compatible with the US hardware - The volume functions do not currently work. - There is code to ring the handset, but I've not checked it. It will need some more work to support cadences. - Only Windows is supported, as I don't have the time to rearrange my machines to free a Linux box to do this work. The code was designed to put all of the operating system stuff into the VoipBlasterInterface class - if the correct Linux bits are added to that class it should Just Work (tm). - I've only tested this under Windows 2000. Other Windows variants may not work. - Occasionally, the driver gets out of sync with the app. This manifests itself as the application hanging during the device open. This can be fixed by stopping the app, unpluggiung the device, and plugging it back in. - There is no support for retrieving the serial number yet. - I've not tested multiple VBs on a single machine. I've got more devices coming in soon that will allow this to be tested. As always, comments, and updates are welcome. Thanks to Quicknet for sponsoring this effort, to Dave Fobbit for writing the drivers and to Jeremy McNamara for the VoIP Blaster unit. ---------------------------------------------------------------- $Log: VoIPBlaster.txt,v $ Revision 1.4 2002/01/15 07:32:25 craigs Added comment on multiple VB on single machine Revision 1.3 2002/01/15 07:29:13 craigs Added info on hanging during startup Revision 1.2 2002/01/15 05:53:14 craigs Added info on openphone and volume commands Revision 1.1 2002/01/15 05:47:30 craigs Initial version openh323_v1_18_0/config.guess0100644000176200056700000012214110216717263016153 0ustar releasepostincr#! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003 Free Software Foundation, Inc. timestamp='2003-10-03' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # Originally written by Per Bothner . # Please send patches to . Submit a context # diff and a properly formatted ChangeLog entry. # # This script attempts to guess a canonical system name similar to # config.sub. If it succeeds, it prints the system name on stdout, and # exits with 0. Otherwise, it exits with 1. # # The plan is that this can be called by configure scripts if you # don't specify an explicit build system type. me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] Output the configuration name of the system \`$me' is run on. Operation modes: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to ." version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." help=" Try \`$me --help' for more information." # Parse command line while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit 0 ;; --version | -v ) echo "$version" ; exit 0 ;; --help | --h* | -h ) echo "$usage"; exit 0 ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" >&2 exit 1 ;; * ) break ;; esac done if test $# != 0; then echo "$me: too many arguments$help" >&2 exit 1 fi trap 'exit 1' 1 2 15 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a # compiler to aid in system detection is discouraged as it requires # temporary files to be created and, as you can see below, it is a # headache to deal with in a portable fashion. # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still # use `HOST_CC' if defined, but it is deprecated. # Portable tmp directory creation inspired by the Autoconf team. set_cc_for_build=' trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; : ${TMPDIR=/tmp} ; { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; dummy=$tmp/dummy ; tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; case $CC_FOR_BUILD,$HOST_CC,$CC in ,,) echo "int x;" > $dummy.c ; for c in cc gcc c89 c99 ; do if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then CC_FOR_BUILD="$c"; break ; fi ; done ; if test x"$CC_FOR_BUILD" = x ; then CC_FOR_BUILD=no_compiler_found ; fi ;; ,,*) CC_FOR_BUILD=$CC ;; ,*,*) CC_FOR_BUILD=$HOST_CC ;; esac ;' # This is needed to find uname on a Pyramid OSx when run in the BSD universe. # (ghazi@noc.rutgers.edu 1994-08-24) if (test -f /.attbin/uname) >/dev/null 2>&1 ; then PATH=$PATH:/.attbin ; export PATH fi UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown # Note: order is significant - the case branches are not exclusive. case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in *:NetBSD:*:*) # NetBSD (nbsd) targets should (where applicable) match one or # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*, # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently # switched to ELF, *-*-netbsd* would select the old # object file format. This provides both forward # compatibility and a consistent mechanism for selecting the # object file format. # # Note: NetBSD doesn't particularly care about the vendor # portion of the name. We always set it to "unknown". sysctl="sysctl -n hw.machine_arch" UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ /usr/sbin/$sysctl 2>/dev/null || echo unknown)` case "${UNAME_MACHINE_ARCH}" in armeb) machine=armeb-unknown ;; arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac # The Operating System including object format, if it has switched # to ELF recently, or will in the future. case "${UNAME_MACHINE_ARCH}" in arm*|i386|m68k|ns32k|sh3*|sparc|vax) eval $set_cc_for_build if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep __ELF__ >/dev/null then # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). # Return netbsd for either. FIX? os=netbsd else os=netbsdelf fi ;; *) os=netbsd ;; esac # The OS release # Debian GNU/NetBSD machines have a different userland, and # thus, need a distinct triplet. However, they do not need # kernel version information, so it can be replaced with a # suitable tag, in the style of linux-gnu. case "${UNAME_VERSION}" in Debian*) release='-gnu' ;; *) release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` ;; esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: # contains redundant information, the shorter form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. echo "${machine}-${os}${release}" exit 0 ;; amiga:OpenBSD:*:*) echo m68k-unknown-openbsd${UNAME_RELEASE} exit 0 ;; arc:OpenBSD:*:*) echo mipsel-unknown-openbsd${UNAME_RELEASE} exit 0 ;; hp300:OpenBSD:*:*) echo m68k-unknown-openbsd${UNAME_RELEASE} exit 0 ;; mac68k:OpenBSD:*:*) echo m68k-unknown-openbsd${UNAME_RELEASE} exit 0 ;; macppc:OpenBSD:*:*) echo powerpc-unknown-openbsd${UNAME_RELEASE} exit 0 ;; mvme68k:OpenBSD:*:*) echo m68k-unknown-openbsd${UNAME_RELEASE} exit 0 ;; mvme88k:OpenBSD:*:*) echo m88k-unknown-openbsd${UNAME_RELEASE} exit 0 ;; mvmeppc:OpenBSD:*:*) echo powerpc-unknown-openbsd${UNAME_RELEASE} exit 0 ;; pmax:OpenBSD:*:*) echo mipsel-unknown-openbsd${UNAME_RELEASE} exit 0 ;; sgi:OpenBSD:*:*) echo mipseb-unknown-openbsd${UNAME_RELEASE} exit 0 ;; sun3:OpenBSD:*:*) echo m68k-unknown-openbsd${UNAME_RELEASE} exit 0 ;; wgrisc:OpenBSD:*:*) echo mipsel-unknown-openbsd${UNAME_RELEASE} exit 0 ;; *:OpenBSD:*:*) echo ${UNAME_MACHINE}-unknown-openbsd${UNAME_RELEASE} exit 0 ;; alpha:OSF1:*:*) if test $UNAME_RELEASE = "V4.0"; then UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` fi # According to Compaq, /usr/sbin/psrinfo has been available on # OSF/1 and Tru64 systems produced since 1995. I hope that # covers most systems running today. This code pipes the CPU # types through head -n 1, so we only detect the type of CPU 0. ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` case "$ALPHA_CPU_TYPE" in "EV4 (21064)") UNAME_MACHINE="alpha" ;; "EV4.5 (21064)") UNAME_MACHINE="alpha" ;; "LCA4 (21066/21068)") UNAME_MACHINE="alpha" ;; "EV5 (21164)") UNAME_MACHINE="alphaev5" ;; "EV5.6 (21164A)") UNAME_MACHINE="alphaev56" ;; "EV5.6 (21164PC)") UNAME_MACHINE="alphapca56" ;; "EV5.7 (21164PC)") UNAME_MACHINE="alphapca57" ;; "EV6 (21264)") UNAME_MACHINE="alphaev6" ;; "EV6.7 (21264A)") UNAME_MACHINE="alphaev67" ;; "EV6.8CB (21264C)") UNAME_MACHINE="alphaev68" ;; "EV6.8AL (21264B)") UNAME_MACHINE="alphaev68" ;; "EV6.8CX (21264D)") UNAME_MACHINE="alphaev68" ;; "EV6.9A (21264/EV69A)") UNAME_MACHINE="alphaev69" ;; "EV7 (21364)") UNAME_MACHINE="alphaev7" ;; "EV7.9 (21364A)") UNAME_MACHINE="alphaev79" ;; esac # A Vn.n version is a released version. # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` exit 0 ;; Alpha*:OpenVMS:*:*) echo alpha-hp-vms exit 0 ;; Alpha\ *:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # Should we change UNAME_MACHINE based on the output of uname instead # of the specific Alpha model? echo alpha-pc-interix exit 0 ;; 21064:Windows_NT:50:3) echo alpha-dec-winnt3.5 exit 0 ;; Amiga*:UNIX_System_V:4.0:*) echo m68k-unknown-sysv4 exit 0;; *:[Aa]miga[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-amigaos exit 0 ;; *:[Mm]orph[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-morphos exit 0 ;; *:OS/390:*:*) echo i370-ibm-openedition exit 0 ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} exit 0;; SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) echo hppa1.1-hitachi-hiuxmpp exit 0;; Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. if test "`(/bin/universe) 2>/dev/null`" = att ; then echo pyramid-pyramid-sysv3 else echo pyramid-pyramid-bsd fi exit 0 ;; NILE*:*:*:dcosx) echo pyramid-pyramid-svr4 exit 0 ;; DRS?6000:unix:4.0:6*) echo sparc-icl-nx6 exit 0 ;; DRS?6000:UNIX_SV:4.2*:7*) case `/usr/bin/uname -p` in sparc) echo sparc-icl-nx7 && exit 0 ;; esac ;; sun4H:SunOS:5.*:*) echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit 0 ;; sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit 0 ;; i86pc:SunOS:5.*:*) echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit 0 ;; sun4*:SunOS:6*:*) # According to config.sub, this is the proper way to canonicalize # SunOS6. Hard to guess exactly what SunOS6 will be like, but # it's likely to be more like Solaris than SunOS4. echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit 0 ;; sun4*:SunOS:*:*) case "`/usr/bin/arch -k`" in Series*|S4*) UNAME_RELEASE=`uname -v` ;; esac # Japanese Language versions have a version number like `4.1.3-JL'. echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` exit 0 ;; sun3*:SunOS:*:*) echo m68k-sun-sunos${UNAME_RELEASE} exit 0 ;; sun*:*:4.2BSD:*) UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 case "`/bin/arch`" in sun3) echo m68k-sun-sunos${UNAME_RELEASE} ;; sun4) echo sparc-sun-sunos${UNAME_RELEASE} ;; esac exit 0 ;; aushp:SunOS:*:*) echo sparc-auspex-sunos${UNAME_RELEASE} exit 0 ;; # The situation for MiNT is a little confusing. The machine name # can be virtually everything (everything which is not # "atarist" or "atariste" at least should have a processor # > m68000). The system name ranges from "MiNT" over "FreeMiNT" # to the lowercase version "mint" (or "freemint"). Finally # the system name "TOS" denotes a system which is actually not # MiNT. But MiNT is downward compatible to TOS, so this should # be no problem. atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit 0 ;; atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit 0 ;; *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit 0 ;; milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) echo m68k-milan-mint${UNAME_RELEASE} exit 0 ;; hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) echo m68k-hades-mint${UNAME_RELEASE} exit 0 ;; *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) echo m68k-unknown-mint${UNAME_RELEASE} exit 0 ;; powerpc:machten:*:*) echo powerpc-apple-machten${UNAME_RELEASE} exit 0 ;; RISC*:Mach:*:*) echo mips-dec-mach_bsd4.3 exit 0 ;; RISC*:ULTRIX:*:*) echo mips-dec-ultrix${UNAME_RELEASE} exit 0 ;; VAX*:ULTRIX*:*:*) echo vax-dec-ultrix${UNAME_RELEASE} exit 0 ;; 2020:CLIX:*:* | 2430:CLIX:*:*) echo clipper-intergraph-clix${UNAME_RELEASE} exit 0 ;; mips:*:*:UMIPS | mips:*:*:RISCos) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #ifdef __cplusplus #include /* for printf() prototype */ int main (int argc, char *argv[]) { #else int main (argc, argv) int argc; char *argv[]; { #endif #if defined (host_mips) && defined (MIPSEB) #if defined (SYSTYPE_SYSV) printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_SVR4) printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); #endif #endif exit (-1); } EOF $CC_FOR_BUILD -o $dummy $dummy.c \ && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \ && exit 0 echo mips-mips-riscos${UNAME_RELEASE} exit 0 ;; Motorola:PowerMAX_OS:*:*) echo powerpc-motorola-powermax exit 0 ;; Motorola:*:4.3:PL8-*) echo powerpc-harris-powermax exit 0 ;; Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) echo powerpc-harris-powermax exit 0 ;; Night_Hawk:Power_UNIX:*:*) echo powerpc-harris-powerunix exit 0 ;; m88k:CX/UX:7*:*) echo m88k-harris-cxux7 exit 0 ;; m88k:*:4*:R4*) echo m88k-motorola-sysv4 exit 0 ;; m88k:*:3*:R3*) echo m88k-motorola-sysv3 exit 0 ;; AViiON:dgux:*:*) # DG/UX returns AViiON for all architectures UNAME_PROCESSOR=`/usr/bin/uname -p` if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] then if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ [ ${TARGET_BINARY_INTERFACE}x = x ] then echo m88k-dg-dgux${UNAME_RELEASE} else echo m88k-dg-dguxbcs${UNAME_RELEASE} fi else echo i586-dg-dgux${UNAME_RELEASE} fi exit 0 ;; M88*:DolphinOS:*:*) # DolphinOS (SVR3) echo m88k-dolphin-sysv3 exit 0 ;; M88*:*:R3*:*) # Delta 88k system running SVR3 echo m88k-motorola-sysv3 exit 0 ;; XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) echo m88k-tektronix-sysv3 exit 0 ;; Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) echo m68k-tektronix-bsd exit 0 ;; *:IRIX*:*:*) echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` exit 0 ;; ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id exit 0 ;; # Note that: echo "'`uname -s`'" gives 'AIX ' i*86:AIX:*:*) echo i386-ibm-aix exit 0 ;; ia64:AIX:*:*) if [ -x /usr/bin/oslevel ] ; then IBM_REV=`/usr/bin/oslevel` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} exit 0 ;; *:AIX:2:3) if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include main() { if (!__power_pc()) exit(1); puts("powerpc-ibm-aix3.2.5"); exit(0); } EOF $CC_FOR_BUILD -o $dummy $dummy.c && $dummy && exit 0 echo rs6000-ibm-aix3.2.5 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then echo rs6000-ibm-aix3.2.4 else echo rs6000-ibm-aix3.2 fi exit 0 ;; *:AIX:*:[45]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 else IBM_ARCH=powerpc fi if [ -x /usr/bin/oslevel ] ; then IBM_REV=`/usr/bin/oslevel` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${IBM_ARCH}-ibm-aix${IBM_REV} exit 0 ;; *:AIX:*:*) echo rs6000-ibm-aix exit 0 ;; ibmrt:4.4BSD:*|romp-ibm:BSD:*) echo romp-ibm-bsd4.4 exit 0 ;; ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to exit 0 ;; # report: romp-ibm BSD 4.3 *:BOSX:*:*) echo rs6000-bull-bosx exit 0 ;; DPX/2?00:B.O.S.:*:*) echo m68k-bull-sysv3 exit 0 ;; 9000/[34]??:4.3bsd:1.*:*) echo m68k-hp-bsd exit 0 ;; hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) echo m68k-hp-bsd4.4 exit 0 ;; 9000/[34678]??:HP-UX:*:*) HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` case "${UNAME_MACHINE}" in 9000/31? ) HP_ARCH=m68000 ;; 9000/[34]?? ) HP_ARCH=m68k ;; 9000/[678][0-9][0-9]) if [ -x /usr/bin/getconf ]; then sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` case "${sc_cpu_version}" in 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 532) # CPU_PA_RISC2_0 case "${sc_kernel_bits}" in 32) HP_ARCH="hppa2.0n" ;; 64) HP_ARCH="hppa2.0w" ;; '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 esac ;; esac fi if [ "${HP_ARCH}" = "" ]; then eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #define _HPUX_SOURCE #include #include int main () { #if defined(_SC_KERNEL_BITS) long bits = sysconf(_SC_KERNEL_BITS); #endif long cpu = sysconf (_SC_CPU_VERSION); switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0"); break; case CPU_PA_RISC1_1: puts ("hppa1.1"); break; case CPU_PA_RISC2_0: #if defined(_SC_KERNEL_BITS) switch (bits) { case 64: puts ("hppa2.0w"); break; case 32: puts ("hppa2.0n"); break; default: puts ("hppa2.0"); break; } break; #else /* !defined(_SC_KERNEL_BITS) */ puts ("hppa2.0"); break; #endif default: puts ("hppa1.0"); break; } exit (0); } EOF (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` test -z "$HP_ARCH" && HP_ARCH=hppa fi ;; esac if [ ${HP_ARCH} = "hppa2.0w" ] then # avoid double evaluation of $set_cc_for_build test -n "$CC_FOR_BUILD" || eval $set_cc_for_build if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E -) | grep __LP64__ >/dev/null then HP_ARCH="hppa2.0w" else HP_ARCH="hppa64" fi fi echo ${HP_ARCH}-hp-hpux${HPUX_REV} exit 0 ;; ia64:HP-UX:*:*) HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` echo ia64-hp-hpux${HPUX_REV} exit 0 ;; 3050*:HI-UX:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include int main () { long cpu = sysconf (_SC_CPU_VERSION); /* The order matters, because CPU_IS_HP_MC68K erroneously returns true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct results, however. */ if (CPU_IS_PA_RISC (cpu)) { switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; default: puts ("hppa-hitachi-hiuxwe2"); break; } } else if (CPU_IS_HP_MC68K (cpu)) puts ("m68k-hitachi-hiuxwe2"); else puts ("unknown-hitachi-hiuxwe2"); exit (0); } EOF $CC_FOR_BUILD -o $dummy $dummy.c && $dummy && exit 0 echo unknown-hitachi-hiuxwe2 exit 0 ;; 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) echo hppa1.1-hp-bsd exit 0 ;; 9000/8??:4.3bsd:*:*) echo hppa1.0-hp-bsd exit 0 ;; *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) echo hppa1.0-hp-mpeix exit 0 ;; hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) echo hppa1.1-hp-osf exit 0 ;; hp8??:OSF1:*:*) echo hppa1.0-hp-osf exit 0 ;; i*86:OSF1:*:*) if [ -x /usr/sbin/sysversion ] ; then echo ${UNAME_MACHINE}-unknown-osf1mk else echo ${UNAME_MACHINE}-unknown-osf1 fi exit 0 ;; parisc*:Lites*:*:*) echo hppa1.1-hp-lites exit 0 ;; C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) echo c1-convex-bsd exit 0 ;; C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi exit 0 ;; C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) echo c34-convex-bsd exit 0 ;; C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) echo c38-convex-bsd exit 0 ;; C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) echo c4-convex-bsd exit 0 ;; CRAY*Y-MP:*:*:*) echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit 0 ;; CRAY*[A-Z]90:*:*:*) echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ -e 's/\.[^.]*$/.X/' exit 0 ;; CRAY*TS:*:*:*) echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit 0 ;; CRAY*T3E:*:*:*) echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit 0 ;; CRAY*SV1:*:*:*) echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit 0 ;; *:UNICOS/mp:*:*) echo nv1-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit 0 ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit 0 ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} exit 0 ;; sparc*:BSD/OS:*:*) echo sparc-unknown-bsdi${UNAME_RELEASE} exit 0 ;; *:BSD/OS:*:*) echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit 0 ;; *:FreeBSD:*:*|*:GNU/FreeBSD:*:*) # Determine whether the default compiler uses glibc. eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include #if __GLIBC__ >= 2 LIBC=gnu #else LIBC= #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` # GNU/FreeBSD systems have a "k" prefix to indicate we are using # FreeBSD's kernel, but not the complete OS. case ${LIBC} in gnu) kernel_only='k' ;; esac echo ${UNAME_MACHINE}-unknown-${kernel_only}freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC} exit 0 ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin exit 0 ;; i*:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit 0 ;; i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit 0 ;; x86:Interix*:[34]*) echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//' exit 0 ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) echo i${UNAME_MACHINE}-pc-mks exit 0 ;; i*:Windows_NT*:* | Pentium*:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we # UNAME_MACHINE based on the output of uname instead of i386? echo i586-pc-interix exit 0 ;; i*:UWIN*:*) echo ${UNAME_MACHINE}-pc-uwin exit 0 ;; p*:CYGWIN*:*) echo powerpcle-unknown-cygwin exit 0 ;; prep*:SunOS:5.*:*) echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit 0 ;; *:GNU:*:*) echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` exit 0 ;; i*86:Minix:*:*) echo ${UNAME_MACHINE}-pc-minix exit 0 ;; arm*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit 0 ;; cris:Linux:*:*) echo cris-axis-linux-gnu exit 0 ;; ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit 0 ;; m68*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit 0 ;; mips:Linux:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #undef CPU #undef mips #undef mipsel #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) CPU=mipsel #else #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) CPU=mips #else CPU= #endif #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0 ;; mips64:Linux:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #undef CPU #undef mips64 #undef mips64el #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) CPU=mips64el #else #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) CPU=mips64 #else CPU= #endif #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0 ;; ppc:Linux:*:*) echo powerpc-unknown-linux-gnu exit 0 ;; ppc64:Linux:*:*) echo powerpc64-unknown-linux-gnu exit 0 ;; alpha:Linux:*:*) case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in EV5) UNAME_MACHINE=alphaev5 ;; EV56) UNAME_MACHINE=alphaev56 ;; PCA56) UNAME_MACHINE=alphapca56 ;; PCA57) UNAME_MACHINE=alphapca56 ;; EV6) UNAME_MACHINE=alphaev6 ;; EV67) UNAME_MACHINE=alphaev67 ;; EV68*) UNAME_MACHINE=alphaev68 ;; esac objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} exit 0 ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in PA7*) echo hppa1.1-unknown-linux-gnu ;; PA8*) echo hppa2.0-unknown-linux-gnu ;; *) echo hppa-unknown-linux-gnu ;; esac exit 0 ;; parisc64:Linux:*:* | hppa64:Linux:*:*) echo hppa64-unknown-linux-gnu exit 0 ;; s390:Linux:*:* | s390x:Linux:*:*) echo ${UNAME_MACHINE}-ibm-linux exit 0 ;; sh64*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit 0 ;; sh*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit 0 ;; sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit 0 ;; x86_64:Linux:*:*) echo x86_64-unknown-linux-gnu exit 0 ;; i*86:Linux:*:*) # The BFD linker knows what the default object file format is, so # first see if it will tell us. cd to the root directory to prevent # problems with other programs or directories called `ld' in the path. # Set LC_ALL=C to ensure ld outputs messages in English. ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \ | sed -ne '/supported targets:/!d s/[ ][ ]*/ /g s/.*supported targets: *// s/ .*// p'` case "$ld_supported_targets" in elf32-i386) TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu" ;; a.out-i386-linux) echo "${UNAME_MACHINE}-pc-linux-gnuaout" exit 0 ;; coff-i386) echo "${UNAME_MACHINE}-pc-linux-gnucoff" exit 0 ;; "") # Either a pre-BFD a.out linker (linux-gnuoldld) or # one that does not give us useful --help. echo "${UNAME_MACHINE}-pc-linux-gnuoldld" exit 0 ;; esac # Determine whether the default compiler is a.out or elf eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include #ifdef __ELF__ # ifdef __GLIBC__ # if __GLIBC__ >= 2 LIBC=gnu # else LIBC=gnulibc1 # endif # else LIBC=gnulibc1 # endif #else #ifdef __INTEL_COMPILER LIBC=gnu #else LIBC=gnuaout #endif #endif #ifdef __dietlibc__ LIBC=dietlibc #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0 test x"${TENTATIVE}" != x && echo "${TENTATIVE}" && exit 0 ;; i*86:DYNIX/ptx:4*:*) # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. # earlier versions are messed up and put the nodename in both # sysname and nodename. echo i386-sequent-sysv4 exit 0 ;; i*86:UNIX_SV:4.2MP:2.*) # Unixware is an offshoot of SVR4, but it has its own version # number series starting with 2... # I am not positive that other SVR4 systems won't match this, # I just have to hope. -- rms. # Use sysv4.2uw... so that sysv4* matches it. echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} exit 0 ;; i*86:OS/2:*:*) # If we were able to find `uname', then EMX Unix compatibility # is probably installed. echo ${UNAME_MACHINE}-pc-os2-emx exit 0 ;; i*86:XTS-300:*:STOP) echo ${UNAME_MACHINE}-unknown-stop exit 0 ;; i*86:atheos:*:*) echo ${UNAME_MACHINE}-unknown-atheos exit 0 ;; i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*) echo i386-unknown-lynxos${UNAME_RELEASE} exit 0 ;; i*86:*DOS:*:*) echo ${UNAME_MACHINE}-pc-msdosdjgpp exit 0 ;; i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} else echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} fi exit 0 ;; i*86:*:5:[78]*) case `/bin/uname -X | grep "^Machine"` in *486*) UNAME_MACHINE=i486 ;; *Pentium) UNAME_MACHINE=i586 ;; *Pent*|*Celeron) UNAME_MACHINE=i686 ;; esac echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} exit 0 ;; i*86:*:3.2:*) if test -f /usr/options/cb.name; then UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ && UNAME_MACHINE=i586 (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ && UNAME_MACHINE=i686 (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ && UNAME_MACHINE=i686 echo ${UNAME_MACHINE}-pc-sco$UNAME_REL else echo ${UNAME_MACHINE}-pc-sysv32 fi exit 0 ;; pc:*:*:*) # Left here for compatibility: # uname -m prints for DJGPP always 'pc', but it prints nothing about # the processor, so we play safe by assuming i386. echo i386-pc-msdosdjgpp exit 0 ;; Intel:Mach:3*:*) echo i386-pc-mach3 exit 0 ;; paragon:*:*:*) echo i860-intel-osf1 exit 0 ;; i860:*:4.*:*) # i860-SVR4 if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 else # Add other i860-SVR4 vendors below as they are discovered. echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 fi exit 0 ;; mini*:CTIX:SYS*5:*) # "miniframe" echo m68010-convergent-sysv exit 0 ;; mc68k:UNIX:SYSTEM5:3.51m) echo m68k-convergent-sysv exit 0 ;; M680?0:D-NIX:5.3:*) echo m68k-diab-dnix exit 0 ;; M68*:*:R3V[567]*:*) test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;; 3[34]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0) OS_REL='' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && echo i486-ncr-sysv4.3${OS_REL} && exit 0 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && echo i586-ncr-sysv4.3${OS_REL} && exit 0 ;; 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && echo i486-ncr-sysv4 && exit 0 ;; m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) echo m68k-unknown-lynxos${UNAME_RELEASE} exit 0 ;; mc68030:UNIX_System_V:4.*:*) echo m68k-atari-sysv4 exit 0 ;; TSUNAMI:LynxOS:2.*:*) echo sparc-unknown-lynxos${UNAME_RELEASE} exit 0 ;; rs6000:LynxOS:2.*:*) echo rs6000-unknown-lynxos${UNAME_RELEASE} exit 0 ;; PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*) echo powerpc-unknown-lynxos${UNAME_RELEASE} exit 0 ;; SM[BE]S:UNIX_SV:*:*) echo mips-dde-sysv${UNAME_RELEASE} exit 0 ;; RM*:ReliantUNIX-*:*:*) echo mips-sni-sysv4 exit 0 ;; RM*:SINIX-*:*:*) echo mips-sni-sysv4 exit 0 ;; *:SINIX-*:*:*) if uname -p 2>/dev/null >/dev/null ; then UNAME_MACHINE=`(uname -p) 2>/dev/null` echo ${UNAME_MACHINE}-sni-sysv4 else echo ns32k-sni-sysv fi exit 0 ;; PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort # says echo i586-unisys-sysv4 exit 0 ;; *:UNIX_System_V:4*:FTX*) # From Gerald Hewes . # How about differentiating between stratus architectures? -djm echo hppa1.1-stratus-sysv4 exit 0 ;; *:*:*:FTX*) # From seanf@swdc.stratus.com. echo i860-stratus-sysv4 exit 0 ;; *:VOS:*:*) # From Paul.Green@stratus.com. echo hppa1.1-stratus-vos exit 0 ;; mc68*:A/UX:*:*) echo m68k-apple-aux${UNAME_RELEASE} exit 0 ;; news*:NEWS-OS:6*:*) echo mips-sony-newsos6 exit 0 ;; R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) if [ -d /usr/nec ]; then echo mips-nec-sysv${UNAME_RELEASE} else echo mips-unknown-sysv${UNAME_RELEASE} fi exit 0 ;; BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. echo powerpc-be-beos exit 0 ;; BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. echo powerpc-apple-beos exit 0 ;; BePC:BeOS:*:*) # BeOS running on Intel PC compatible. echo i586-pc-beos exit 0 ;; SX-4:SUPER-UX:*:*) echo sx4-nec-superux${UNAME_RELEASE} exit 0 ;; SX-5:SUPER-UX:*:*) echo sx5-nec-superux${UNAME_RELEASE} exit 0 ;; SX-6:SUPER-UX:*:*) echo sx6-nec-superux${UNAME_RELEASE} exit 0 ;; Power*:Rhapsody:*:*) echo powerpc-apple-rhapsody${UNAME_RELEASE} exit 0 ;; *:Rhapsody:*:*) echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} exit 0 ;; *:Darwin:*:*) case `uname -p` in *86) UNAME_PROCESSOR=i686 ;; powerpc) UNAME_PROCESSOR=powerpc ;; esac echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} exit 0 ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` if test "$UNAME_PROCESSOR" = "x86"; then UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} exit 0 ;; *:QNX:*:4*) echo i386-pc-qnx exit 0 ;; NSR-[DGKLNPTVWY]:NONSTOP_KERNEL:*:*) echo nsr-tandem-nsk${UNAME_RELEASE} exit 0 ;; *:NonStop-UX:*:*) echo mips-compaq-nonstopux exit 0 ;; BS2000:POSIX*:*:*) echo bs2000-siemens-sysv exit 0 ;; DS/*:UNIX_System_V:*:*) echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} exit 0 ;; *:Plan9:*:*) # "uname -m" is not consistent, so use $cputype instead. 386 # is converted to i386 for consistency with other x86 # operating systems. if test "$cputype" = "386"; then UNAME_MACHINE=i386 else UNAME_MACHINE="$cputype" fi echo ${UNAME_MACHINE}-unknown-plan9 exit 0 ;; *:TOPS-10:*:*) echo pdp10-unknown-tops10 exit 0 ;; *:TENEX:*:*) echo pdp10-unknown-tenex exit 0 ;; KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) echo pdp10-dec-tops20 exit 0 ;; XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) echo pdp10-xkl-tops20 exit 0 ;; *:TOPS-20:*:*) echo pdp10-unknown-tops20 exit 0 ;; *:ITS:*:*) echo pdp10-unknown-its exit 0 ;; SEI:*:*:SEIUX) echo mips-sei-seiux${UNAME_RELEASE} exit 0 ;; esac #echo '(No uname command or uname output not recognized.)' 1>&2 #echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2 eval $set_cc_for_build cat >$dummy.c < # include #endif main () { #if defined (sony) #if defined (MIPSEB) /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, I don't know.... */ printf ("mips-sony-bsd\n"); exit (0); #else #include printf ("m68k-sony-newsos%s\n", #ifdef NEWSOS4 "4" #else "" #endif ); exit (0); #endif #endif #if defined (__arm) && defined (__acorn) && defined (__unix) printf ("arm-acorn-riscix"); exit (0); #endif #if defined (hp300) && !defined (hpux) printf ("m68k-hp-bsd\n"); exit (0); #endif #if defined (NeXT) #if !defined (__ARCHITECTURE__) #define __ARCHITECTURE__ "m68k" #endif int version; version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; if (version < 4) printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); else printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); exit (0); #endif #if defined (MULTIMAX) || defined (n16) #if defined (UMAXV) printf ("ns32k-encore-sysv\n"); exit (0); #else #if defined (CMU) printf ("ns32k-encore-mach\n"); exit (0); #else printf ("ns32k-encore-bsd\n"); exit (0); #endif #endif #endif #if defined (__386BSD__) printf ("i386-pc-bsd\n"); exit (0); #endif #if defined (sequent) #if defined (i386) printf ("i386-sequent-dynix\n"); exit (0); #endif #if defined (ns32000) printf ("ns32k-sequent-dynix\n"); exit (0); #endif #endif #if defined (_SEQUENT_) struct utsname un; uname(&un); if (strncmp(un.version, "V2", 2) == 0) { printf ("i386-sequent-ptx2\n"); exit (0); } if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ printf ("i386-sequent-ptx1\n"); exit (0); } printf ("i386-sequent-ptx\n"); exit (0); #endif #if defined (vax) # if !defined (ultrix) # include # if defined (BSD) # if BSD == 43 printf ("vax-dec-bsd4.3\n"); exit (0); # else # if BSD == 199006 printf ("vax-dec-bsd4.3reno\n"); exit (0); # else printf ("vax-dec-bsd\n"); exit (0); # endif # endif # else printf ("vax-dec-bsd\n"); exit (0); # endif # else printf ("vax-dec-ultrix\n"); exit (0); # endif #endif #if defined (alliant) && defined (i860) printf ("i860-alliant-bsd\n"); exit (0); #endif exit (1); } EOF $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && $dummy && exit 0 # Apollos put the system type in the environment. test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit 0; } # Convex versions that predate uname can use getsysinfo(1) if [ -x /usr/convex/getsysinfo ] then case `getsysinfo -f cpu_type` in c1*) echo c1-convex-bsd exit 0 ;; c2*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi exit 0 ;; c34*) echo c34-convex-bsd exit 0 ;; c38*) echo c38-convex-bsd exit 0 ;; c4*) echo c4-convex-bsd exit 0 ;; esac fi cat >&2 < in order to provide the needed information to handle your system. config.guess timestamp = $timestamp uname -m = `(uname -m) 2>/dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` /bin/uname -X = `(/bin/uname -X) 2>/dev/null` hostinfo = `(hostinfo) 2>/dev/null` /bin/universe = `(/bin/universe) 2>/dev/null` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` /bin/arch = `(/bin/arch) 2>/dev/null` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` UNAME_MACHINE = ${UNAME_MACHINE} UNAME_RELEASE = ${UNAME_RELEASE} UNAME_SYSTEM = ${UNAME_SYSTEM} UNAME_VERSION = ${UNAME_VERSION} EOF exit 1 # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: openh323_v1_18_0/config.sub0100644000176200056700000007340610216717263015627 0ustar releasepostincr#! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003 Free Software Foundation, Inc. timestamp='2003-08-18' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software # can handle that machine. It does not imply ALL GNU software can. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # Please send patches to . Submit a context # diff and a properly formatted ChangeLog entry. # # Configuration subroutine to validate and canonicalize a configuration type. # Supply the specified configuration type as an argument. # If it is invalid, we print an error message on stderr and exit with code 1. # Otherwise, we print the canonical config type on stdout and succeed. # This file is supposed to be the same for all GNU packages # and recognize all the CPU types, system types and aliases # that are meaningful with *any* GNU software. # Each package is responsible for reporting which valid configurations # it does not support. The user should be able to distinguish # a failure to support a valid configuration from a meaningless # configuration. # The goal of this file is to map all the various variations of a given # machine specification into a single specification in the form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM # or in some cases, the newer four-part form: # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM # It is wrong to echo any other type of specification. me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] CPU-MFR-OPSYS $0 [OPTION] ALIAS Canonicalize a configuration name. Operation modes: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to ." version="\ GNU config.sub ($timestamp) Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." help=" Try \`$me --help' for more information." # Parse command line while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit 0 ;; --version | -v ) echo "$version" ; exit 0 ;; --help | --h* | -h ) echo "$usage"; exit 0 ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" exit 1 ;; *local*) # First pass through any local machine types. echo $1 exit 0;; * ) break ;; esac done case $# in 0) echo "$me: missing argument$help" >&2 exit 1;; 1) ;; *) echo "$me: too many arguments$help" >&2 exit 1;; esac # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in nto-qnx* | linux-gnu* | linux-dietlibc | kfreebsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; *) basic_machine=`echo $1 | sed 's/-[^-]*$//'` if [ $basic_machine != $1 ] then os=`echo $1 | sed 's/.*-/-/'` else os=; fi ;; esac ### Let's recognize common machines as not being operating systems so ### that things like config.sub decstation-3100 work. We also ### recognize some manufacturers as not being operating systems, so we ### can provide default operating systems below. case $os in -sun*os*) # Prevent following clause from handling this invalid input. ;; -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ -apple | -axis) os= basic_machine=$1 ;; -sim | -cisco | -oki | -wec | -winbond) os= basic_machine=$1 ;; -scout) ;; -wrs) os=-vxworks basic_machine=$1 ;; -chorusos*) os=-chorusos basic_machine=$1 ;; -chorusrdb) os=-chorusrdb basic_machine=$1 ;; -hiux*) os=-hiuxwe2 ;; -sco5) os=-sco3.2v5 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco4) os=-sco3.2v4 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco3.2.[4-9]*) os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco3.2v[4-9]*) # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco*) os=-sco3.2v2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -udk*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -isc) os=-isc2.2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -clix*) basic_machine=clipper-intergraph ;; -isc*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -lynx*) os=-lynxos ;; -ptx*) basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` ;; -windowsnt*) os=`echo $os | sed -e 's/windowsnt/winnt/'` ;; -psos*) os=-psos ;; -mint | -mint[0-9]*) basic_machine=m68k-atari os=-mint ;; esac # Decode aliases for certain CPU-COMPANY combinations. case $basic_machine in # Recognize the basic CPU types without company name. # Some are omitted here because they have special meanings below. 1750a | 580 \ | a29k \ | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | am33_2.0 \ | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \ | c4x | clipper \ | d10v | d30v | dlx | dsp16xx \ | fr30 | frv \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ | m32r | m68000 | m68k | m88k | mcore \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ | mips64vr | mips64vrel \ | mips64orion | mips64orionel \ | mips64vr4100 | mips64vr4100el \ | mips64vr4300 | mips64vr4300el \ | mips64vr5000 | mips64vr5000el \ | mipsisa32 | mipsisa32el \ | mipsisa32r2 | mipsisa32r2el \ | mipsisa64 | mipsisa64el \ | mipsisa64r2 | mipsisa64r2el \ | mipsisa64sb1 | mipsisa64sb1el \ | mipsisa64sr71k | mipsisa64sr71kel \ | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ | msp430 \ | ns16k | ns32k \ | openrisc | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv9 | sparcv9b \ | strongarm \ | tahoe | thumb | tic4x | tic80 | tron \ | v850 | v850e \ | we32k \ | x86 | xscale | xstormy16 | xtensa \ | z8k) basic_machine=$basic_machine-unknown ;; m6811 | m68hc11 | m6812 | m68hc12) # Motorola 68HC11/12. basic_machine=$basic_machine-unknown os=-none ;; m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) ;; # We use `pc' rather than `unknown' # because (1) that's what they normally are, and # (2) the word "unknown" tends to confuse beginning users. i*86 | x86_64) basic_machine=$basic_machine-pc ;; # Object if more than one company name word. *-*-*) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 exit 1 ;; # Recognize the basic CPU types with company name. 580-* \ | a29k-* \ | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* \ | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ | clipper-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | elxsi-* \ | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \ | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ | m32r-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | m88110-* | m88k-* | mcore-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips16-* \ | mips64-* | mips64el-* \ | mips64vr-* | mips64vrel-* \ | mips64orion-* | mips64orionel-* \ | mips64vr4100-* | mips64vr4100el-* \ | mips64vr4300-* | mips64vr4300el-* \ | mips64vr5000-* | mips64vr5000el-* \ | mipsisa32-* | mipsisa32el-* \ | mipsisa32r2-* | mipsisa32r2el-* \ | mipsisa64-* | mipsisa64el-* \ | mipsisa64r2-* | mipsisa64r2el-* \ | mipsisa64sb1-* | mipsisa64sb1el-* \ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ | mipstx39-* | mipstx39el-* \ | msp430-* \ | none-* | np1-* | nv1-* | ns16k-* | ns32k-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ | pyramid-* \ | romp-* | rs6000-* \ | sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \ | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ | tahoe-* | thumb-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ | tron-* \ | v850-* | v850e-* | vax-* \ | we32k-* \ | x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \ | xtensa-* \ | ymp-* \ | z8k-*) ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 386bsd) basic_machine=i386-unknown os=-bsd ;; 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) basic_machine=m68000-att ;; 3b*) basic_machine=we32k-att ;; a29khif) basic_machine=a29k-amd os=-udi ;; adobe68k) basic_machine=m68010-adobe os=-scout ;; alliant | fx80) basic_machine=fx80-alliant ;; altos | altos3068) basic_machine=m68k-altos ;; am29k) basic_machine=a29k-none os=-bsd ;; amd64) basic_machine=x86_64-pc ;; amdahl) basic_machine=580-amdahl os=-sysv ;; amiga | amiga-*) basic_machine=m68k-unknown ;; amigaos | amigados) basic_machine=m68k-unknown os=-amigaos ;; amigaunix | amix) basic_machine=m68k-unknown os=-sysv4 ;; apollo68) basic_machine=m68k-apollo os=-sysv ;; apollo68bsd) basic_machine=m68k-apollo os=-bsd ;; aux) basic_machine=m68k-apple os=-aux ;; balance) basic_machine=ns32k-sequent os=-dynix ;; c90) basic_machine=c90-cray os=-unicos ;; convex-c1) basic_machine=c1-convex os=-bsd ;; convex-c2) basic_machine=c2-convex os=-bsd ;; convex-c32) basic_machine=c32-convex os=-bsd ;; convex-c34) basic_machine=c34-convex os=-bsd ;; convex-c38) basic_machine=c38-convex os=-bsd ;; cray | j90) basic_machine=j90-cray os=-unicos ;; crds | unos) basic_machine=m68k-crds ;; cris | cris-* | etrax*) basic_machine=cris-axis ;; da30 | da30-*) basic_machine=m68k-da30 ;; decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) basic_machine=mips-dec ;; decsystem10* | dec10*) basic_machine=pdp10-dec os=-tops10 ;; decsystem20* | dec20*) basic_machine=pdp10-dec os=-tops20 ;; delta | 3300 | motorola-3300 | motorola-delta \ | 3300-motorola | delta-motorola) basic_machine=m68k-motorola ;; delta88) basic_machine=m88k-motorola os=-sysv3 ;; dpx20 | dpx20-*) basic_machine=rs6000-bull os=-bosx ;; dpx2* | dpx2*-bull) basic_machine=m68k-bull os=-sysv3 ;; ebmon29k) basic_machine=a29k-amd os=-ebmon ;; elxsi) basic_machine=elxsi-elxsi os=-bsd ;; encore | umax | mmax) basic_machine=ns32k-encore ;; es1800 | OSE68k | ose68k | ose | OSE) basic_machine=m68k-ericsson os=-ose ;; fx2800) basic_machine=i860-alliant ;; genix) basic_machine=ns32k-ns ;; gmicro) basic_machine=tron-gmicro os=-sysv ;; go32) basic_machine=i386-pc os=-go32 ;; h3050r* | hiux*) basic_machine=hppa1.1-hitachi os=-hiuxwe2 ;; h8300hms) basic_machine=h8300-hitachi os=-hms ;; h8300xray) basic_machine=h8300-hitachi os=-xray ;; h8500hms) basic_machine=h8500-hitachi os=-hms ;; harris) basic_machine=m88k-harris os=-sysv3 ;; hp300-*) basic_machine=m68k-hp ;; hp300bsd) basic_machine=m68k-hp os=-bsd ;; hp300hpux) basic_machine=m68k-hp os=-hpux ;; hp3k9[0-9][0-9] | hp9[0-9][0-9]) basic_machine=hppa1.0-hp ;; hp9k2[0-9][0-9] | hp9k31[0-9]) basic_machine=m68000-hp ;; hp9k3[2-9][0-9]) basic_machine=m68k-hp ;; hp9k6[0-9][0-9] | hp6[0-9][0-9]) basic_machine=hppa1.0-hp ;; hp9k7[0-79][0-9] | hp7[0-79][0-9]) basic_machine=hppa1.1-hp ;; hp9k78[0-9] | hp78[0-9]) # FIXME: really hppa2.0-hp basic_machine=hppa1.1-hp ;; hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) # FIXME: really hppa2.0-hp basic_machine=hppa1.1-hp ;; hp9k8[0-9][13679] | hp8[0-9][13679]) basic_machine=hppa1.1-hp ;; hp9k8[0-9][0-9] | hp8[0-9][0-9]) basic_machine=hppa1.0-hp ;; hppa-next) os=-nextstep3 ;; hppaosf) basic_machine=hppa1.1-hp os=-osf ;; hppro) basic_machine=hppa1.1-hp os=-proelf ;; i370-ibm* | ibm*) basic_machine=i370-ibm ;; # I'm not sure what "Sysv32" means. Should this be sysv3.2? i*86v32) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv32 ;; i*86v4*) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv4 ;; i*86v) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv ;; i*86sol2) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-solaris2 ;; i386mach) basic_machine=i386-mach os=-mach ;; i386-vsta | vsta) basic_machine=i386-unknown os=-vsta ;; iris | iris4d) basic_machine=mips-sgi case $os in -irix*) ;; *) os=-irix4 ;; esac ;; isi68 | isi) basic_machine=m68k-isi os=-sysv ;; m88k-omron*) basic_machine=m88k-omron ;; magnum | m3230) basic_machine=mips-mips os=-sysv ;; merlin) basic_machine=ns32k-utek os=-sysv ;; mingw32) basic_machine=i386-pc os=-mingw32 ;; miniframe) basic_machine=m68000-convergent ;; *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) basic_machine=m68k-atari os=-mint ;; mips3*-*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` ;; mips3*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown ;; mmix*) basic_machine=mmix-knuth os=-mmixware ;; monitor) basic_machine=m68k-rom68k os=-coff ;; morphos) basic_machine=powerpc-unknown os=-morphos ;; msdos) basic_machine=i386-pc os=-msdos ;; mvs) basic_machine=i370-ibm os=-mvs ;; ncr3000) basic_machine=i486-ncr os=-sysv4 ;; netbsd386) basic_machine=i386-unknown os=-netbsd ;; netwinder) basic_machine=armv4l-rebel os=-linux ;; news | news700 | news800 | news900) basic_machine=m68k-sony os=-newsos ;; news1000) basic_machine=m68030-sony os=-newsos ;; news-3600 | risc-news) basic_machine=mips-sony os=-newsos ;; necv70) basic_machine=v70-nec os=-sysv ;; next | m*-next ) basic_machine=m68k-next case $os in -nextstep* ) ;; -ns2*) os=-nextstep2 ;; *) os=-nextstep3 ;; esac ;; nh3000) basic_machine=m68k-harris os=-cxux ;; nh[45]000) basic_machine=m88k-harris os=-cxux ;; nindy960) basic_machine=i960-intel os=-nindy ;; mon960) basic_machine=i960-intel os=-mon960 ;; nonstopux) basic_machine=mips-compaq os=-nonstopux ;; np1) basic_machine=np1-gould ;; nv1) basic_machine=nv1-cray os=-unicosmp ;; nsr-tandem) basic_machine=nsr-tandem ;; op50n-* | op60c-*) basic_machine=hppa1.1-oki os=-proelf ;; or32 | or32-*) basic_machine=or32-unknown os=-coff ;; OSE68000 | ose68000) basic_machine=m68000-ericsson os=-ose ;; os68k) basic_machine=m68k-none os=-os68k ;; pa-hitachi) basic_machine=hppa1.1-hitachi os=-hiuxwe2 ;; paragon) basic_machine=i860-intel os=-osf ;; pbd) basic_machine=sparc-tti ;; pbb) basic_machine=m68k-tti ;; pc532 | pc532-*) basic_machine=ns32k-pc532 ;; pentium | p5 | k5 | k6 | nexgen | viac3) basic_machine=i586-pc ;; pentiumpro | p6 | 6x86 | athlon | athlon_*) basic_machine=i686-pc ;; pentiumii | pentium2 | pentiumiii | pentium3) basic_machine=i686-pc ;; pentium4) basic_machine=i786-pc ;; pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentiumpro-* | p6-* | 6x86-* | athlon-*) basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentium4-*) basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pn) basic_machine=pn-gould ;; power) basic_machine=power-ibm ;; ppc) basic_machine=powerpc-unknown ;; ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppcle | powerpclittle | ppc-le | powerpc-little) basic_machine=powerpcle-unknown ;; ppcle-* | powerpclittle-*) basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppc64) basic_machine=powerpc64-unknown ;; ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppc64le | powerpc64little | ppc64-le | powerpc64-little) basic_machine=powerpc64le-unknown ;; ppc64le-* | powerpc64little-*) basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ps2) basic_machine=i386-ibm ;; pw32) basic_machine=i586-unknown os=-pw32 ;; rom68k) basic_machine=m68k-rom68k os=-coff ;; rm[46]00) basic_machine=mips-siemens ;; rtpc | rtpc-*) basic_machine=romp-ibm ;; s390 | s390-*) basic_machine=s390-ibm ;; s390x | s390x-*) basic_machine=s390x-ibm ;; sa29200) basic_machine=a29k-amd os=-udi ;; sb1) basic_machine=mipsisa64sb1-unknown ;; sb1el) basic_machine=mipsisa64sb1el-unknown ;; sei) basic_machine=mips-sei os=-seiux ;; sequent) basic_machine=i386-sequent ;; sh) basic_machine=sh-hitachi os=-hms ;; sh64) basic_machine=sh64-unknown ;; sparclite-wrs | simso-wrs) basic_machine=sparclite-wrs os=-vxworks ;; sps7) basic_machine=m68k-bull os=-sysv2 ;; spur) basic_machine=spur-unknown ;; st2000) basic_machine=m68k-tandem ;; stratus) basic_machine=i860-stratus os=-sysv4 ;; sun2) basic_machine=m68000-sun ;; sun2os3) basic_machine=m68000-sun os=-sunos3 ;; sun2os4) basic_machine=m68000-sun os=-sunos4 ;; sun3os3) basic_machine=m68k-sun os=-sunos3 ;; sun3os4) basic_machine=m68k-sun os=-sunos4 ;; sun4os3) basic_machine=sparc-sun os=-sunos3 ;; sun4os4) basic_machine=sparc-sun os=-sunos4 ;; sun4sol2) basic_machine=sparc-sun os=-solaris2 ;; sun3 | sun3-*) basic_machine=m68k-sun ;; sun4) basic_machine=sparc-sun ;; sun386 | sun386i | roadrunner) basic_machine=i386-sun ;; sv1) basic_machine=sv1-cray os=-unicos ;; symmetry) basic_machine=i386-sequent os=-dynix ;; t3e) basic_machine=alphaev5-cray os=-unicos ;; t90) basic_machine=t90-cray os=-unicos ;; tic54x | c54x*) basic_machine=tic54x-unknown os=-coff ;; tic55x | c55x*) basic_machine=tic55x-unknown os=-coff ;; tic6x | c6x*) basic_machine=tic6x-unknown os=-coff ;; tx39) basic_machine=mipstx39-unknown ;; tx39el) basic_machine=mipstx39el-unknown ;; toad1) basic_machine=pdp10-xkl os=-tops20 ;; tower | tower-32) basic_machine=m68k-ncr ;; udi29k) basic_machine=a29k-amd os=-udi ;; ultra3) basic_machine=a29k-nyu os=-sym1 ;; v810 | necv810) basic_machine=v810-nec os=-none ;; vaxv) basic_machine=vax-dec os=-sysv ;; vms) basic_machine=vax-dec os=-vms ;; vpp*|vx|vx-*) basic_machine=f301-fujitsu ;; vxworks960) basic_machine=i960-wrs os=-vxworks ;; vxworks68) basic_machine=m68k-wrs os=-vxworks ;; vxworks29k) basic_machine=a29k-wrs os=-vxworks ;; w65*) basic_machine=w65-wdc os=-none ;; w89k-*) basic_machine=hppa1.1-winbond os=-proelf ;; xps | xps100) basic_machine=xps100-honeywell ;; ymp) basic_machine=ymp-cray os=-unicos ;; z8k-*-coff) basic_machine=z8k-unknown os=-sim ;; none) basic_machine=none-none os=-none ;; # Here we handle the default manufacturer of certain CPU types. It is in # some cases the only manufacturer, in others, it is the most popular. w89k) basic_machine=hppa1.1-winbond ;; op50n) basic_machine=hppa1.1-oki ;; op60c) basic_machine=hppa1.1-oki ;; romp) basic_machine=romp-ibm ;; rs6000) basic_machine=rs6000-ibm ;; vax) basic_machine=vax-dec ;; pdp10) # there are many clones, so DEC is not a safe bet basic_machine=pdp10-unknown ;; pdp11) basic_machine=pdp11-dec ;; we32k) basic_machine=we32k-att ;; sh3 | sh4 | sh[34]eb | sh[1234]le | sh[23]ele) basic_machine=sh-unknown ;; sh64) basic_machine=sh64-unknown ;; sparc | sparcv9 | sparcv9b) basic_machine=sparc-sun ;; cydra) basic_machine=cydra-cydrome ;; orion) basic_machine=orion-highlevel ;; orion105) basic_machine=clipper-highlevel ;; mac | mpw | mac-mpw) basic_machine=m68k-apple ;; pmac | pmac-mpw) basic_machine=powerpc-apple ;; *-unknown) # Make sure to match an already-canonicalized machine name. ;; *) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 exit 1 ;; esac # Here we canonicalize certain aliases for manufacturers. case $basic_machine in *-digital*) basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` ;; *-commodore*) basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` ;; *) ;; esac # Decode manufacturer-specific aliases for certain operating systems. if [ x"$os" != x"" ] then case $os in # First match some system type aliases # that might get confused with valid system types. # -solaris* is a basic system type, with this one exception. -solaris1 | -solaris1.*) os=`echo $os | sed -e 's|solaris1|sunos4|'` ;; -solaris) os=-solaris2 ;; -svr4*) os=-sysv4 ;; -unixware*) os=-sysv4.2uw ;; -gnu/linux*) os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` ;; # First accept the basic system types. # The portable systems comes first. # Each alternative MUST END IN A *, to match a version number. # -sysv* is not here because it comes later, after sysvr4. -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\ | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ | -aos* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -netbsd* | -openbsd* | -kfreebsd* | -freebsd* | -riscix* \ | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* \ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) case $basic_machine in x86-* | i*86-*) ;; *) os=-nto$os ;; esac ;; -nto-qnx*) ;; -nto*) os=`echo $os | sed -e 's|nto|nto-qnx|'` ;; -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ | -windows* | -osx | -abug | -netware* | -os9* | -beos* \ | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) ;; -mac*) os=`echo $os | sed -e 's|mac|macos|'` ;; -linux-dietlibc) os=-linux-dietlibc ;; -linux*) os=`echo $os | sed -e 's|linux|linux-gnu|'` ;; -sunos5*) os=`echo $os | sed -e 's|sunos5|solaris2|'` ;; -sunos6*) os=`echo $os | sed -e 's|sunos6|solaris3|'` ;; -opened*) os=-openedition ;; -wince*) os=-wince ;; -osfrose*) os=-osfrose ;; -osf*) os=-osf ;; -utek*) os=-bsd ;; -dynix*) os=-bsd ;; -acis*) os=-aos ;; -atheos*) os=-atheos ;; -386bsd) os=-bsd ;; -ctix* | -uts*) os=-sysv ;; -nova*) os=-rtmk-nova ;; -ns2 ) os=-nextstep2 ;; -nsk*) os=-nsk ;; # Preserve the version number of sinix5. -sinix5.*) os=`echo $os | sed -e 's|sinix|sysv|'` ;; -sinix*) os=-sysv4 ;; -triton*) os=-sysv3 ;; -oss*) os=-sysv3 ;; -svr4) os=-sysv4 ;; -svr3) os=-sysv3 ;; -sysvr4) os=-sysv4 ;; # This must come after -sysvr4. -sysv*) ;; -ose*) os=-ose ;; -es1800*) os=-ose ;; -xenix) os=-xenix ;; -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) os=-mint ;; -aros*) os=-aros ;; -kaos*) os=-kaos ;; -none) ;; *) # Get rid of the `-' at the beginning of $os. os=`echo $os | sed 's/[^-]*-//'` echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 exit 1 ;; esac else # Here we handle the default operating systems that come with various machines. # The value should be what the vendor currently ships out the door with their # machine or put another way, the most popular os provided with the machine. # Note that if you're going to try to match "-MANUFACTURER" here (say, # "-sun"), then you have to tell the case statement up towards the top # that MANUFACTURER isn't an operating system. Otherwise, code above # will signal an error saying that MANUFACTURER isn't an operating # system, and we'll never get to this point. case $basic_machine in *-acorn) os=-riscix1.2 ;; arm*-rebel) os=-linux ;; arm*-semi) os=-aout ;; c4x-* | tic4x-*) os=-coff ;; # This must come before the *-dec entry. pdp10-*) os=-tops20 ;; pdp11-*) os=-none ;; *-dec | vax-*) os=-ultrix4.2 ;; m68*-apollo) os=-domain ;; i386-sun) os=-sunos4.0.2 ;; m68000-sun) os=-sunos3 # This also exists in the configure program, but was not the # default. # os=-sunos4 ;; m68*-cisco) os=-aout ;; mips*-cisco) os=-elf ;; mips*-*) os=-elf ;; or32-*) os=-coff ;; *-tti) # must be before sparc entry or we get the wrong os. os=-sysv3 ;; sparc-* | *-sun) os=-sunos4.1.1 ;; *-be) os=-beos ;; *-ibm) os=-aix ;; *-wec) os=-proelf ;; *-winbond) os=-proelf ;; *-oki) os=-proelf ;; *-hp) os=-hpux ;; *-hitachi) os=-hiux ;; i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) os=-sysv ;; *-cbm) os=-amigaos ;; *-dg) os=-dgux ;; *-dolphin) os=-sysv3 ;; m68k-ccur) os=-rtu ;; m88k-omron*) os=-luna ;; *-next ) os=-nextstep ;; *-sequent) os=-ptx ;; *-crds) os=-unos ;; *-ns) os=-genix ;; i370-*) os=-mvs ;; *-next) os=-nextstep3 ;; *-gould) os=-sysv ;; *-highlevel) os=-bsd ;; *-encore) os=-bsd ;; *-sgi) os=-irix ;; *-siemens) os=-sysv4 ;; *-masscomp) os=-rtu ;; f30[01]-fujitsu | f700-fujitsu) os=-uxpv ;; *-rom68k) os=-coff ;; *-*bug) os=-coff ;; *-apple) os=-macos ;; *-atari*) os=-mint ;; *) os=-none ;; esac fi # Here we handle the case where we know the os, and the CPU type, but not the # manufacturer. We pick the logical manufacturer. vendor=unknown case $basic_machine in *-unknown) case $os in -riscix*) vendor=acorn ;; -sunos*) vendor=sun ;; -aix*) vendor=ibm ;; -beos*) vendor=be ;; -hpux*) vendor=hp ;; -mpeix*) vendor=hp ;; -hiux*) vendor=hitachi ;; -unos*) vendor=crds ;; -dgux*) vendor=dg ;; -luna*) vendor=omron ;; -genix*) vendor=ns ;; -mvs* | -opened*) vendor=ibm ;; -ptx*) vendor=sequent ;; -vxsim* | -vxworks* | -windiss*) vendor=wrs ;; -aux*) vendor=apple ;; -hms*) vendor=hitachi ;; -mpw* | -macos*) vendor=apple ;; -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) vendor=atari ;; -vos*) vendor=stratus ;; esac basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` ;; esac echo $basic_machine$os exit 0 # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: openh323_v1_18_0/configure0100755000176200056700000057614110304731206015551 0ustar releasepostincr#! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59. # # Copyright (C) 2003 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## --------------------- ## ## M4sh Initialization. ## ## --------------------- ## # Be Bourne compatible if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then set -o posix fi DUALCASE=1; export DUALCASE # for MKS sh # Support unset when possible. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then as_unset=unset else as_unset=false fi # Work around bugs in pre-3.0 UWIN ksh. $as_unset ENV MAIL MAILPATH PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. for as_var in \ LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ LC_TELEPHONE LC_TIME do if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then eval $as_var=C; export $as_var else $as_unset $as_var fi done # Required to use basename. if expr a : '\(a\)' >/dev/null 2>&1; then as_expr=expr else as_expr=false fi if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi # Name of the executable. as_me=`$as_basename "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)$' \| \ . : '\(.\)' 2>/dev/null || echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } /^X\/\(\/\/\)$/{ s//\1/; q; } /^X\/\(\/\).*/{ s//\1/; q; } s/.*/./; q'` # PATH needs CR, and LINENO needs CR and PATH. # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then echo "#! /bin/sh" >conf$$.sh echo "exit 0" >>conf$$.sh chmod +x conf$$.sh if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi rm -f conf$$.sh fi as_lineno_1=$LINENO as_lineno_2=$LINENO as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` test "x$as_lineno_1" != "x$as_lineno_2" && test "x$as_lineno_3" = "x$as_lineno_2" || { # Find who we are. Look in the path if we contain no path at all # relative or not. case $0 in *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2 { (exit 1); exit 1; }; } fi case $CONFIG_SHELL in '') as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for as_base in sh bash ksh sh5; do case $as_dir in /*) if ("$as_dir/$as_base" -c ' as_lineno_1=$LINENO as_lineno_2=$LINENO as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` test "x$as_lineno_1" != "x$as_lineno_2" && test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } CONFIG_SHELL=$as_dir/$as_base export CONFIG_SHELL exec "$CONFIG_SHELL" "$0" ${1+"$@"} fi;; esac done done ;; esac # Create $as_me.lineno as a copy of $as_myself, but with $LINENO # uniformly replaced by the line number. The first 'sed' inserts a # line-number line before each line; the second 'sed' does the real # work. The second script uses 'N' to pair each line-number line # with the numbered line, and appends trailing '-' during # substitution so that $LINENO is not a special case at line end. # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) sed '=' <$as_myself | sed ' N s,$,-, : loop s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, t loop s,-$,, s,^['$as_cr_digits']*\n,, ' >$as_me.lineno && chmod +x $as_me.lineno || { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 { (exit 1); exit 1; }; } # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the # original and so on. Autoconf is especially sensible to this). . ./$as_me.lineno # Exit status is that of the last command. exit } case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in *c*,-n*) ECHO_N= ECHO_C=' ' ECHO_T=' ' ;; *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; *) ECHO_N= ECHO_C='\c' ECHO_T= ;; esac if expr a : '\(a\)' >/dev/null 2>&1; then as_expr=expr else as_expr=false fi rm -f conf$$ conf$$.exe conf$$.file echo >conf$$.file if ln -s conf$$.file conf$$ 2>/dev/null; then # We could just check for DJGPP; but this test a) works b) is more generic # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). if test -f conf$$.exe; then # Don't use ln at all; we don't have any links as_ln_s='cp -p' else as_ln_s='ln -s' fi elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -p' fi rm -f conf$$ conf$$.exe conf$$.file if mkdir -p . 2>/dev/null; then as_mkdir_p=: else test -d ./-p && rmdir ./-p as_mkdir_p=false fi as_executable_p="test -f" # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" # IFS # We need space, tab and new line, in precisely that order. as_nl=' ' IFS=" $as_nl" # CDPATH. $as_unset CDPATH # Name of the host. # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, # so uname gets run too. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` exec 6>&1 # # Initializations. # ac_default_prefix=/usr/local ac_config_libobj_dir=. cross_compiling=no subdirs= MFLAGS= MAKEFLAGS= SHELL=${CONFIG_SHELL-/bin/sh} # Maximum number of lines to put in a shell here document. # This variable seems obsolete. It should probably be removed, and # only ac_max_sed_lines should be used. : ${ac_max_here_lines=38} # Identity of this package. PACKAGE_NAME= PACKAGE_TARNAME= PACKAGE_VERSION= PACKAGE_STRING= PACKAGE_BUGREPORT= ac_unique_file="include/h323.h" # Factoring default headers for most tests. ac_includes_default="\ #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif" ac_subdirs_all="$ac_subdirs_all plugins" ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT CC CFLAGS ac_ct_CC CPP EGREP OPENH323DIR INSTALLPREFIX LIBDIR MAJOR_VERSION MINOR_VERSION BUILD_NUMBER OPENH323_VERSION PTLIB_CONFIG PWLIBDIR NOTRACE NOAUDIOCODECS NOVIDEO H323_RFC2190_AVCODEC H323_RFC2190_AVCODEC_DIR H323_AVCODEC H323_VICH263 H323_TRANSNEXUS_OSP H323_T38 H323_H248 H323_H450 H323_H501 H323_T120 H323_IXJ STDCCFLAGS LDLIBS ENDLDLIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA subdirs LIBOBJS LTLIBOBJS' ac_subst_files='' # Initialize some variables set by options. ac_init_help= ac_init_version=false # The variables have the same names as the options, with # dashes changed to underlines. cache_file=/dev/null exec_prefix=NONE no_create= no_recursion= prefix=NONE program_prefix=NONE program_suffix=NONE program_transform_name=s,x,x, silent= site= srcdir= verbose= x_includes=NONE x_libraries=NONE # Installation directory options. # These are left unexpanded so users can "make install exec_prefix=/foo" # and all the variables that are supposed to be based on exec_prefix # by default will actually change. # Use braces instead of parens because sh, perl, etc. also accept them. bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' libexecdir='${exec_prefix}/libexec' datadir='${prefix}/share' sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' libdir='${exec_prefix}/lib' includedir='${prefix}/include' oldincludedir='/usr/include' infodir='${prefix}/info' mandir='${prefix}/man' ac_prev= for ac_option do # If the previous option needs an argument, assign it. if test -n "$ac_prev"; then eval "$ac_prev=\$ac_option" ac_prev= continue fi ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` # Accept the important Cygnus configure options, so we can diagnose typos. case $ac_option in -bindir | --bindir | --bindi | --bind | --bin | --bi) ac_prev=bindir ;; -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) bindir=$ac_optarg ;; -build | --build | --buil | --bui | --bu) ac_prev=build_alias ;; -build=* | --build=* | --buil=* | --bui=* | --bu=*) build_alias=$ac_optarg ;; -cache-file | --cache-file | --cache-fil | --cache-fi \ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) ac_prev=cache_file ;; -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) cache_file=$ac_optarg ;; --config-cache | -C) cache_file=config.cache ;; -datadir | --datadir | --datadi | --datad | --data | --dat | --da) ac_prev=datadir ;; -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ | --da=*) datadir=$ac_optarg ;; -disable-* | --disable-*) ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid feature name: $ac_feature" >&2 { (exit 1); exit 1; }; } ac_feature=`echo $ac_feature | sed 's/-/_/g'` eval "enable_$ac_feature=no" ;; -enable-* | --enable-*) ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid feature name: $ac_feature" >&2 { (exit 1); exit 1; }; } ac_feature=`echo $ac_feature | sed 's/-/_/g'` case $ac_option in *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; *) ac_optarg=yes ;; esac eval "enable_$ac_feature='$ac_optarg'" ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | --exec | --exe | --ex) ac_prev=exec_prefix ;; -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | --exec=* | --exe=* | --ex=*) exec_prefix=$ac_optarg ;; -gas | --gas | --ga | --g) # Obsolete; use --with-gas. with_gas=yes ;; -help | --help | --hel | --he | -h) ac_init_help=long ;; -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) ac_init_help=recursive ;; -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) ac_init_help=short ;; -host | --host | --hos | --ho) ac_prev=host_alias ;; -host=* | --host=* | --hos=* | --ho=*) host_alias=$ac_optarg ;; -includedir | --includedir | --includedi | --included | --include \ | --includ | --inclu | --incl | --inc) ac_prev=includedir ;; -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | --includ=* | --inclu=* | --incl=* | --inc=*) includedir=$ac_optarg ;; -infodir | --infodir | --infodi | --infod | --info | --inf) ac_prev=infodir ;; -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) infodir=$ac_optarg ;; -libdir | --libdir | --libdi | --libd) ac_prev=libdir ;; -libdir=* | --libdir=* | --libdi=* | --libd=*) libdir=$ac_optarg ;; -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | --libexe | --libex | --libe) ac_prev=libexecdir ;; -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | --libexe=* | --libex=* | --libe=*) libexecdir=$ac_optarg ;; -localstatedir | --localstatedir | --localstatedi | --localstated \ | --localstate | --localstat | --localsta | --localst \ | --locals | --local | --loca | --loc | --lo) ac_prev=localstatedir ;; -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | --localstate=* | --localstat=* | --localsta=* | --localst=* \ | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) localstatedir=$ac_optarg ;; -mandir | --mandir | --mandi | --mand | --man | --ma | --m) ac_prev=mandir ;; -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) mandir=$ac_optarg ;; -nfp | --nfp | --nf) # Obsolete; use --without-fp. with_fp=no ;; -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | --no-cr | --no-c | -n) no_create=yes ;; -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) no_recursion=yes ;; -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | --oldin | --oldi | --old | --ol | --o) ac_prev=oldincludedir ;; -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) oldincludedir=$ac_optarg ;; -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) ac_prev=prefix ;; -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) prefix=$ac_optarg ;; -program-prefix | --program-prefix | --program-prefi | --program-pref \ | --program-pre | --program-pr | --program-p) ac_prev=program_prefix ;; -program-prefix=* | --program-prefix=* | --program-prefi=* \ | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) program_prefix=$ac_optarg ;; -program-suffix | --program-suffix | --program-suffi | --program-suff \ | --program-suf | --program-su | --program-s) ac_prev=program_suffix ;; -program-suffix=* | --program-suffix=* | --program-suffi=* \ | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) program_suffix=$ac_optarg ;; -program-transform-name | --program-transform-name \ | --program-transform-nam | --program-transform-na \ | --program-transform-n | --program-transform- \ | --program-transform | --program-transfor \ | --program-transfo | --program-transf \ | --program-trans | --program-tran \ | --progr-tra | --program-tr | --program-t) ac_prev=program_transform_name ;; -program-transform-name=* | --program-transform-name=* \ | --program-transform-nam=* | --program-transform-na=* \ | --program-transform-n=* | --program-transform-=* \ | --program-transform=* | --program-transfor=* \ | --program-transfo=* | --program-transf=* \ | --program-trans=* | --program-tran=* \ | --progr-tra=* | --program-tr=* | --program-t=*) program_transform_name=$ac_optarg ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) silent=yes ;; -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | --sbi=* | --sb=*) sbindir=$ac_optarg ;; -sharedstatedir | --sharedstatedir | --sharedstatedi \ | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | --sharedst | --shareds | --shared | --share | --shar \ | --sha | --sh) ac_prev=sharedstatedir ;; -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | --sha=* | --sh=*) sharedstatedir=$ac_optarg ;; -site | --site | --sit) ac_prev=site ;; -site=* | --site=* | --sit=*) site=$ac_optarg ;; -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) ac_prev=srcdir ;; -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) srcdir=$ac_optarg ;; -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | --syscon | --sysco | --sysc | --sys | --sy) ac_prev=sysconfdir ;; -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) sysconfdir=$ac_optarg ;; -target | --target | --targe | --targ | --tar | --ta | --t) ac_prev=target_alias ;; -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) target_alias=$ac_optarg ;; -v | -verbose | --verbose | --verbos | --verbo | --verb) verbose=yes ;; -version | --version | --versio | --versi | --vers | -V) ac_init_version=: ;; -with-* | --with-*) ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid package name: $ac_package" >&2 { (exit 1); exit 1; }; } ac_package=`echo $ac_package| sed 's/-/_/g'` case $ac_option in *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; *) ac_optarg=yes ;; esac eval "with_$ac_package='$ac_optarg'" ;; -without-* | --without-*) ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid package name: $ac_package" >&2 { (exit 1); exit 1; }; } ac_package=`echo $ac_package | sed 's/-/_/g'` eval "with_$ac_package=no" ;; --x) # Obsolete; use --with-x. with_x=yes ;; -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | --x-incl | --x-inc | --x-in | --x-i) ac_prev=x_includes ;; -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) x_includes=$ac_optarg ;; -x-libraries | --x-libraries | --x-librarie | --x-librari \ | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) ac_prev=x_libraries ;; -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries=$ac_optarg ;; -*) { echo "$as_me: error: unrecognized option: $ac_option Try \`$0 --help' for more information." >&2 { (exit 1); exit 1; }; } ;; *=*) ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` # Reject names that are not valid shell variable names. expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 { (exit 1); exit 1; }; } ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` eval "$ac_envvar='$ac_optarg'" export $ac_envvar ;; *) # FIXME: should be removed in autoconf 3.0. echo "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && echo "$as_me: WARNING: invalid host type: $ac_option" >&2 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} ;; esac done if test -n "$ac_prev"; then ac_option=--`echo $ac_prev | sed 's/_/-/g'` { echo "$as_me: error: missing argument to $ac_option" >&2 { (exit 1); exit 1; }; } fi # Be sure to have absolute paths. for ac_var in exec_prefix prefix do eval ac_val=$`echo $ac_var` case $ac_val in [\\/$]* | ?:[\\/]* | NONE | '' ) ;; *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 { (exit 1); exit 1; }; };; esac done # Be sure to have absolute paths. for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ localstatedir libdir includedir oldincludedir infodir mandir do eval ac_val=$`echo $ac_var` case $ac_val in [\\/$]* | ?:[\\/]* ) ;; *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 { (exit 1); exit 1; }; };; esac done # There might be people who depend on the old broken behavior: `$host' # used to hold the argument of --host etc. # FIXME: To remove some day. build=$build_alias host=$host_alias target=$target_alias # FIXME: To remove some day. if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used." >&2 elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes fi fi ac_tool_prefix= test -n "$host_alias" && ac_tool_prefix=$host_alias- test "$silent" = yes && exec 6>/dev/null # Find the source files, if location was not specified. if test -z "$srcdir"; then ac_srcdir_defaulted=yes # Try the directory containing this script, then its parent. ac_confdir=`(dirname "$0") 2>/dev/null || $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$0" : 'X\(//\)[^/]' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| \ . : '\(.\)' 2>/dev/null || echo X"$0" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } /^X\(\/\/\)[^/].*/{ s//\1/; q; } /^X\(\/\/\)$/{ s//\1/; q; } /^X\(\/\).*/{ s//\1/; q; } s/.*/./; q'` srcdir=$ac_confdir if test ! -r $srcdir/$ac_unique_file; then srcdir=.. fi else ac_srcdir_defaulted=no fi if test ! -r $srcdir/$ac_unique_file; then if test "$ac_srcdir_defaulted" = yes; then { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2 { (exit 1); exit 1; }; } else { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 { (exit 1); exit 1; }; } fi fi (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 { (exit 1); exit 1; }; } srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` ac_env_build_alias_set=${build_alias+set} ac_env_build_alias_value=$build_alias ac_cv_env_build_alias_set=${build_alias+set} ac_cv_env_build_alias_value=$build_alias ac_env_host_alias_set=${host_alias+set} ac_env_host_alias_value=$host_alias ac_cv_env_host_alias_set=${host_alias+set} ac_cv_env_host_alias_value=$host_alias ac_env_target_alias_set=${target_alias+set} ac_env_target_alias_value=$target_alias ac_cv_env_target_alias_set=${target_alias+set} ac_cv_env_target_alias_value=$target_alias ac_env_CXX_set=${CXX+set} ac_env_CXX_value=$CXX ac_cv_env_CXX_set=${CXX+set} ac_cv_env_CXX_value=$CXX ac_env_CXXFLAGS_set=${CXXFLAGS+set} ac_env_CXXFLAGS_value=$CXXFLAGS ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set} ac_cv_env_CXXFLAGS_value=$CXXFLAGS ac_env_LDFLAGS_set=${LDFLAGS+set} ac_env_LDFLAGS_value=$LDFLAGS ac_cv_env_LDFLAGS_set=${LDFLAGS+set} ac_cv_env_LDFLAGS_value=$LDFLAGS ac_env_CPPFLAGS_set=${CPPFLAGS+set} ac_env_CPPFLAGS_value=$CPPFLAGS ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set} ac_cv_env_CPPFLAGS_value=$CPPFLAGS ac_env_CC_set=${CC+set} ac_env_CC_value=$CC ac_cv_env_CC_set=${CC+set} ac_cv_env_CC_value=$CC ac_env_CFLAGS_set=${CFLAGS+set} ac_env_CFLAGS_value=$CFLAGS ac_cv_env_CFLAGS_set=${CFLAGS+set} ac_cv_env_CFLAGS_value=$CFLAGS ac_env_CPP_set=${CPP+set} ac_env_CPP_value=$CPP ac_cv_env_CPP_set=${CPP+set} ac_cv_env_CPP_value=$CPP # # Report the --help message. # if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF \`configure' configures this package to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables. Defaults for the options are specified in brackets. Configuration: -h, --help display this help and exit --help=short display options specific to this package --help=recursive display the short help of all the included packages -V, --version display version information and exit -q, --quiet, --silent do not print \`checking...' messages --cache-file=FILE cache test results in FILE [disabled] -C, --config-cache alias for \`--cache-file=config.cache' -n, --no-create do not create output files --srcdir=DIR find the sources in DIR [configure dir or \`..'] _ACEOF cat <<_ACEOF Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX [$ac_default_prefix] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX [PREFIX] By default, \`make install' will install all the files in \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify an installation prefix other than \`$ac_default_prefix' using \`--prefix', for instance \`--prefix=\$HOME'. For better control, use the options below. Fine tuning of the installation directories: --bindir=DIR user executables [EPREFIX/bin] --sbindir=DIR system admin executables [EPREFIX/sbin] --libexecdir=DIR program executables [EPREFIX/libexec] --datadir=DIR read-only architecture-independent data [PREFIX/share] --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] --infodir=DIR info documentation [PREFIX/info] --mandir=DIR man documentation [PREFIX/man] _ACEOF cat <<\_ACEOF _ACEOF fi if test -n "$ac_init_help"; then cat <<\_ACEOF Optional Features: --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-minsize minimise the size of the lib by disabling least used options --disable-asntracing disable ASN tracing --disable-audio disable audio codecs --enable-embeddedgsm embed GSM codec via static linking --disable-video disable video functions --enable-rfc2190avcodec set directory for H263 using RFC2190-compatible ffmpeg --enable-h263avcodec enable search for H.263 using non-RFC2190-compatible ffmpeg --enable-vich263 enable search for H.263 using VIC --disable-transnexusosp disable support for the Transnexus OSP toolkit --disable-t38 disable T.38 --disable-h248 enable H.248 --disable-h450 disable H.450 --disable-h460 disable H.460 --disable-h501 disable H.501 --disable-t120 disable T.120 --disable-ixj disable Quicknet card support Some influential environment variables: CXX C++ compiler command CXXFLAGS C++ compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory CPPFLAGS C/C++ preprocessor flags, e.g. -I if you have headers in a nonstandard directory CC C compiler command CFLAGS C compiler flags CPP C preprocessor Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. _ACEOF fi if test "$ac_init_help" = "recursive"; then # If there are subdirs, report their specific --help. ac_popdir=`pwd` for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue test -d $ac_dir || continue ac_builddir=. if test "$ac_dir" != .; then ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` # A "../" for each directory in $ac_dir_suffix. ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` else ac_dir_suffix= ac_top_builddir= fi case $srcdir in .) # No --srcdir option. We are building in place. ac_srcdir=. if test -z "$ac_top_builddir"; then ac_top_srcdir=. else ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` fi ;; [\\/]* | ?:[\\/]* ) # Absolute path. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ;; *) # Relative path. ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_builddir$srcdir ;; esac # Do not use `cd foo && pwd` to compute absolute paths, because # the directories may not exist. case `pwd` in .) ac_abs_builddir="$ac_dir";; *) case "$ac_dir" in .) ac_abs_builddir=`pwd`;; [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; *) ac_abs_builddir=`pwd`/"$ac_dir";; esac;; esac case $ac_abs_builddir in .) ac_abs_top_builddir=${ac_top_builddir}.;; *) case ${ac_top_builddir}. in .) ac_abs_top_builddir=$ac_abs_builddir;; [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; esac;; esac case $ac_abs_builddir in .) ac_abs_srcdir=$ac_srcdir;; *) case $ac_srcdir in .) ac_abs_srcdir=$ac_abs_builddir;; [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; esac;; esac case $ac_abs_builddir in .) ac_abs_top_srcdir=$ac_top_srcdir;; *) case $ac_top_srcdir in .) ac_abs_top_srcdir=$ac_abs_builddir;; [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; esac;; esac cd $ac_dir # Check for guested configure; otherwise get Cygnus style configure. if test -f $ac_srcdir/configure.gnu; then echo $SHELL $ac_srcdir/configure.gnu --help=recursive elif test -f $ac_srcdir/configure; then echo $SHELL $ac_srcdir/configure --help=recursive elif test -f $ac_srcdir/configure.ac || test -f $ac_srcdir/configure.in; then echo $ac_configure --help else echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi cd $ac_popdir done fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF Copyright (C) 2003 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF exit 0 fi exec 5>config.log cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by $as_me, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ _ACEOF { cat <<_ASUNAME ## --------- ## ## Platform. ## ## --------- ## hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` uname -m = `(uname -m) 2>/dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` hostinfo = `(hostinfo) 2>/dev/null || echo unknown` /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` _ASUNAME as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. echo "PATH: $as_dir" done } >&5 cat >&5 <<_ACEOF ## ----------- ## ## Core tests. ## ## ----------- ## _ACEOF # Keep a trace of the command line. # Strip out --no-create and --no-recursion so they do not pile up. # Strip out --silent because we don't want to record it for future runs. # Also quote any args containing shell meta-characters. # Make two passes to allow for proper duplicate-argument suppression. ac_configure_args= ac_configure_args0= ac_configure_args1= ac_sep= ac_must_keep_next=false for ac_pass in 1 2 do for ac_arg do case $ac_arg in -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) continue ;; *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; 2) ac_configure_args1="$ac_configure_args1 '$ac_arg'" if test $ac_must_keep_next = true; then ac_must_keep_next=false # Got value, back to normal. else case $ac_arg in *=* | --config-cache | -C | -disable-* | --disable-* \ | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ | -with-* | --with-* | -without-* | --without-* | --x) case "$ac_configure_args0 " in "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; esac ;; -* ) ac_must_keep_next=true ;; esac fi ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" # Get rid of the leading space. ac_sep=" " ;; esac done done $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } # When interrupted or exit'd, cleanup temporary files, and complete # config.log. We remove comments because anyway the quotes in there # would cause problems or look ugly. # WARNING: Be sure not to use single quotes in there, as some shells, # such as our DU 5.0 friend, will then `close' the trap. trap 'exit_status=$? # Save into config.log some information that might help in debugging. { echo cat <<\_ASBOX ## ---------------- ## ## Cache variables. ## ## ---------------- ## _ASBOX echo # The following way of writing the cache mishandles newlines in values, { (set) 2>&1 | case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in *ac_space=\ *) sed -n \ "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" ;; *) sed -n \ "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" ;; esac; } echo cat <<\_ASBOX ## ----------------- ## ## Output variables. ## ## ----------------- ## _ASBOX echo for ac_var in $ac_subst_vars do eval ac_val=$`echo $ac_var` echo "$ac_var='"'"'$ac_val'"'"'" done | sort echo if test -n "$ac_subst_files"; then cat <<\_ASBOX ## ------------- ## ## Output files. ## ## ------------- ## _ASBOX echo for ac_var in $ac_subst_files do eval ac_val=$`echo $ac_var` echo "$ac_var='"'"'$ac_val'"'"'" done | sort echo fi if test -s confdefs.h; then cat <<\_ASBOX ## ----------- ## ## confdefs.h. ## ## ----------- ## _ASBOX echo sed "/^$/d" confdefs.h | sort echo fi test "$ac_signal" != 0 && echo "$as_me: caught signal $ac_signal" echo "$as_me: exit $exit_status" } >&5 rm -f core *.core && rm -rf conftest* confdefs* conf$$* $ac_clean_files && exit $exit_status ' 0 for ac_signal in 1 2 13 15; do trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal done ac_signal=0 # confdefs.h avoids OS command line length limits that DEFS can exceed. rm -rf conftest* confdefs.h # AIX cpp loses on an empty file, so make sure it contains at least a newline. echo >confdefs.h # Predefined preprocessor variables. cat >>confdefs.h <<_ACEOF #define PACKAGE_NAME "$PACKAGE_NAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_TARNAME "$PACKAGE_TARNAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_VERSION "$PACKAGE_VERSION" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_STRING "$PACKAGE_STRING" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" _ACEOF # Let the site file select an alternate cache file if it wants to. # Prefer explicitly selected file to automatically selected ones. if test -z "$CONFIG_SITE"; then if test "x$prefix" != xNONE; then CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" else CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" fi fi for ac_site_file in $CONFIG_SITE; do if test -r "$ac_site_file"; then { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 echo "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" fi done if test -r "$cache_file"; then # Some versions of bash will fail to source /dev/null (special # files actually), so we avoid doing that. if test -f "$cache_file"; then { echo "$as_me:$LINENO: loading cache $cache_file" >&5 echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . $cache_file;; *) . ./$cache_file;; esac fi else { echo "$as_me:$LINENO: creating cache $cache_file" >&5 echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi # Check that the precious variables saved in the cache have kept the same # value. ac_cache_corrupted=false for ac_var in `(set) 2>&1 | sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do eval ac_old_set=\$ac_cv_env_${ac_var}_set eval ac_new_set=\$ac_env_${ac_var}_set eval ac_old_val="\$ac_cv_env_${ac_var}_value" eval ac_new_val="\$ac_env_${ac_var}_value" case $ac_old_set,$ac_new_set in set,) { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 echo "$as_me: former value: $ac_old_val" >&2;} { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 echo "$as_me: current value: $ac_new_val" >&2;} ac_cache_corrupted=: fi;; esac # Pass precious variables to config.status. if test "$ac_new_set" = set; then case $ac_new_val in *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; esac fi done if $ac_cache_corrupted; then { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 echo "$as_me: error: changes in the environment can compromise the build" >&2;} { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} { (exit 1); exit 1; }; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_ext=cc ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu if test -n "$ac_tool_prefix"; then for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CXX+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CXX"; then ac_cv_prog_CXX="$CXX" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done fi fi CXX=$ac_cv_prog_CXX if test -n "$CXX"; then echo "$as_me:$LINENO: result: $CXX" >&5 echo "${ECHO_T}$CXX" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi test -n "$CXX" && break done fi if test -z "$CXX"; then ac_ct_CXX=$CXX for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_CXX"; then ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CXX="$ac_prog" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done fi fi ac_ct_CXX=$ac_cv_prog_ac_ct_CXX if test -n "$ac_ct_CXX"; then echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 echo "${ECHO_T}$ac_ct_CXX" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi test -n "$ac_ct_CXX" && break done test -n "$ac_ct_CXX" || ac_ct_CXX="g++" CXX=$ac_ct_CXX fi # Provide some information about the compiler. echo "$as_me:$LINENO:" \ "checking for C++ compiler version" >&5 ac_compiler=`set X $ac_compile; echo $2` { (eval echo "$as_me:$LINENO: \"$ac_compiler --version &5\"") >&5 (eval $ac_compiler --version &5) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (eval echo "$as_me:$LINENO: \"$ac_compiler -v &5\"") >&5 (eval $ac_compiler -v &5) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (eval echo "$as_me:$LINENO: \"$ac_compiler -V &5\"") >&5 (eval $ac_compiler -V &5) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files a.out a.exe b.out" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. echo "$as_me:$LINENO: checking for C++ compiler default output file name" >&5 echo $ECHO_N "checking for C++ compiler default output file name... $ECHO_C" >&6 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 (eval $ac_link_default) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # Find the output, starting from the most likely. This scheme is # not robust to junk in `.', hence go to wildcards (a.*) only as a last # resort. # Be careful to initialize this variable, since it used to be cached. # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. ac_cv_exeext= # b.out is created by i960 compilers. for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; conftest.$ac_ext ) # This is the source file. ;; [ab].out ) # We found the default executable, but exeext='' is most # certainly right. break;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` # FIXME: I believe we export ac_cv_exeext for Libtool, # but it would be cool to find out if it's true. Does anybody # maintain Libtool? --akim. export ac_cv_exeext break;; * ) break;; esac done else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { echo "$as_me:$LINENO: error: C++ compiler cannot create executables See \`config.log' for more details." >&5 echo "$as_me: error: C++ compiler cannot create executables See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } fi ac_exeext=$ac_cv_exeext echo "$as_me:$LINENO: result: $ac_file" >&5 echo "${ECHO_T}$ac_file" >&6 # Check the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. echo "$as_me:$LINENO: checking whether the C++ compiler works" >&5 echo $ECHO_N "checking whether the C++ compiler works... $ECHO_C" >&6 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 # If not cross compiling, check that we can run a simple program. if test "$cross_compiling" != yes; then if { ac_try='./$ac_file' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else { { echo "$as_me:$LINENO: error: cannot run C++ compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details." >&5 echo "$as_me: error: cannot run C++ compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi fi fi echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6 rm -f a.out a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save # Check the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 echo "$as_me:$LINENO: result: $cross_compiling" >&5 echo "${ECHO_T}$cross_compiling" >&6 echo "$as_me:$LINENO: checking for suffix of executables" >&5 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # If both `conftest.exe' and `conftest' are `present' (well, observable) # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will # work properly (i.e., refer to `conftest.exe'), while it won't with # `rm'. for ac_file in conftest.exe conftest conftest.*; do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` export ac_cv_exeext break;; * ) break;; esac done else { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link See \`config.log' for more details." >&5 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi rm -f conftest$ac_cv_exeext echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 echo "${ECHO_T}$ac_cv_exeext" >&6 rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT echo "$as_me:$LINENO: checking for suffix of object files" >&5 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6 if test "${ac_cv_objext+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.o conftest.obj if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac done else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile See \`config.log' for more details." >&5 echo "$as_me: error: cannot compute suffix of object files: cannot compile See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 echo "${ECHO_T}$ac_cv_objext" >&6 OBJEXT=$ac_cv_objext ac_objext=$OBJEXT echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_compiler_gnu=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_compiler_gnu=no fi rm -f conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_cxx_compiler_gnu=$ac_compiler_gnu fi echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6 GXX=`test $ac_compiler_gnu = yes && echo yes` ac_test_CXXFLAGS=${CXXFLAGS+set} ac_save_CXXFLAGS=$CXXFLAGS CXXFLAGS="-g" echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6 if test "${ac_cv_prog_cxx_g+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_prog_cxx_g=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_prog_cxx_g=no fi rm -f conftest.err conftest.$ac_objext conftest.$ac_ext fi echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6 if test "$ac_test_CXXFLAGS" = set; then CXXFLAGS=$ac_save_CXXFLAGS elif test $ac_cv_prog_cxx_g = yes; then if test "$GXX" = yes; then CXXFLAGS="-g -O2" else CXXFLAGS="-g" fi else if test "$GXX" = yes; then CXXFLAGS="-O2" else CXXFLAGS= fi fi for ac_declaration in \ '' \ 'extern "C" void std::exit (int) throw (); using std::exit;' \ 'extern "C" void std::exit (int); using std::exit;' \ 'extern "C" void exit (int) throw ();' \ 'extern "C" void exit (int);' \ 'void exit (int);' do cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_declaration #include int main () { exit (42); ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 continue fi rm -f conftest.err conftest.$ac_objext conftest.$ac_ext cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_declaration int main () { exit (42); ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then break else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f conftest.err conftest.$ac_objext conftest.$ac_ext done rm -f conftest* if test -n "$ac_declaration"; then echo '#ifdef __cplusplus' >>confdefs.h echo $ac_declaration >>confdefs.h echo '#endif' >>confdefs.h fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}gcc" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then echo "$as_me:$LINENO: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="gcc" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi CC=$ac_ct_CC else CC="$ac_cv_prog_CC" fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}cc" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then echo "$as_me:$LINENO: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="cc" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi CC=$ac_ct_CC else CC="$ac_cv_prog_CC" fi fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else ac_prog_rejected=no as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue fi ac_cv_prog_CC="cc" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done if test $ac_prog_rejected = yes; then # We found a bogon in the path, so make sure we never use it. set dummy $ac_cv_prog_CC shift if test $# != 0; then # We chose a different compiler from the bogus one. # However, it has the same basename, so the bogon will be chosen # first if we set CC to just the basename; use the full file name. shift ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" fi fi fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then echo "$as_me:$LINENO: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then for ac_prog in cl do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then echo "$as_me:$LINENO: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi test -n "$CC" && break done fi if test -z "$CC"; then ac_ct_CC=$CC for ac_prog in cl do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="$ac_prog" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi test -n "$ac_ct_CC" && break done CC=$ac_ct_CC fi fi test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH See \`config.log' for more details." >&5 echo "$as_me: error: no acceptable C compiler found in \$PATH See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } # Provide some information about the compiler. echo "$as_me:$LINENO:" \ "checking for C compiler version" >&5 ac_compiler=`set X $ac_compile; echo $2` { (eval echo "$as_me:$LINENO: \"$ac_compiler --version &5\"") >&5 (eval $ac_compiler --version &5) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (eval echo "$as_me:$LINENO: \"$ac_compiler -v &5\"") >&5 (eval $ac_compiler -v &5) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (eval echo "$as_me:$LINENO: \"$ac_compiler -V &5\"") >&5 (eval $ac_compiler -V &5) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 if test "${ac_cv_c_compiler_gnu+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_compiler_gnu=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_compiler_gnu=no fi rm -f conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 GCC=`test $ac_compiler_gnu = yes && echo yes` ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS CFLAGS="-g" echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 if test "${ac_cv_prog_cc_g+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_prog_cc_g=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_prog_cc_g=no fi rm -f conftest.err conftest.$ac_objext conftest.$ac_ext fi echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then CFLAGS="-g -O2" else CFLAGS="-g" fi else if test "$GCC" = yes; then CFLAGS="-O2" else CFLAGS= fi fi echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 if test "${ac_cv_prog_cc_stdc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_cv_prog_cc_stdc=no ac_save_CC=$CC cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has function prototypes and stuff, but not '\xHH' hex character constants. These don't provoke an error unfortunately, instead are silently treated as 'x'. The following induces an error, until -std1 is added to get proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an array size at least. It's necessary to write '\x00'==0 to get something that's true only with -std1. */ int osf4_cc_array ['\x00' == 0 ? 1 : -1]; int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } _ACEOF # Don't try gcc -ansi; that turns off useful extensions and # breaks some systems' header files. # AIX -qlanglvl=ansi # Ultrix and OSF/1 -std1 # HP-UX 10.20 and later -Ae # HP-UX older versions -Aa -D_HPUX_SOURCE # SVR4 -Xc -D__EXTENSIONS__ for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_prog_cc_stdc=$ac_arg break else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f conftest.err conftest.$ac_objext done rm -f conftest.$ac_ext conftest.$ac_objext CC=$ac_save_CC fi case "x$ac_cv_prog_cc_stdc" in x|xno) echo "$as_me:$LINENO: result: none needed" >&5 echo "${ECHO_T}none needed" >&6 ;; *) echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 CC="$CC $ac_cv_prog_cc_stdc" ;; esac # Some people use a C++ compiler to compile C. Since we use `exit', # in C++ we need to declare it. In case someone uses the same compiler # for both compiling C and C++ we need to have the C++ compiler decide # the declaration of exit, since it's the most demanding environment. cat >conftest.$ac_ext <<_ACEOF #ifndef __cplusplus choke me #endif _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then for ac_declaration in \ '' \ 'extern "C" void std::exit (int) throw (); using std::exit;' \ 'extern "C" void std::exit (int); using std::exit;' \ 'extern "C" void exit (int) throw ();' \ 'extern "C" void exit (int);' \ 'void exit (int);' do cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_declaration #include int main () { exit (42); ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 continue fi rm -f conftest.err conftest.$ac_objext conftest.$ac_ext cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_declaration int main () { exit (42); ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then break else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f conftest.err conftest.$ac_objext conftest.$ac_ext done rm -f conftest* if test -n "$ac_declaration"; then echo '#ifdef __cplusplus' >>confdefs.h echo $ac_declaration >>confdefs.h echo '#endif' >>confdefs.h fi else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f conftest.err conftest.$ac_objext conftest.$ac_ext ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= fi if test -z "$CPP"; then if test "${ac_cv_prog_CPP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else # Double quotes because CPP needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" do ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag ac_cpp_err=$ac_cpp_err$ac_c_werror_flag else ac_cpp_err= fi else ac_cpp_err=yes fi if test -z "$ac_cpp_err"; then : else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Broken: fails on valid input. continue fi rm -f conftest.err conftest.$ac_ext # OK, works on sane cases. Now check whether non-existent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag ac_cpp_err=$ac_cpp_err$ac_c_werror_flag else ac_cpp_err= fi else ac_cpp_err=yes fi if test -z "$ac_cpp_err"; then # Broken: success on invalid input. continue else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.err conftest.$ac_ext if $ac_preproc_ok; then break fi done ac_cv_prog_CPP=$CPP fi CPP=$ac_cv_prog_CPP else ac_cv_prog_CPP=$CPP fi echo "$as_me:$LINENO: result: $CPP" >&5 echo "${ECHO_T}$CPP" >&6 ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag ac_cpp_err=$ac_cpp_err$ac_c_werror_flag else ac_cpp_err= fi else ac_cpp_err=yes fi if test -z "$ac_cpp_err"; then : else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Broken: fails on valid input. continue fi rm -f conftest.err conftest.$ac_ext # OK, works on sane cases. Now check whether non-existent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag ac_cpp_err=$ac_cpp_err$ac_c_werror_flag else ac_cpp_err= fi else ac_cpp_err=yes fi if test -z "$ac_cpp_err"; then # Broken: success on invalid input. continue else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details." >&5 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu echo "$as_me:$LINENO: checking for egrep" >&5 echo $ECHO_N "checking for egrep... $ECHO_C" >&6 if test "${ac_cv_prog_egrep+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if echo a | (grep -E '(a|b)') >/dev/null 2>&1 then ac_cv_prog_egrep='grep -E' else ac_cv_prog_egrep='egrep' fi fi echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5 echo "${ECHO_T}$ac_cv_prog_egrep" >&6 EGREP=$ac_cv_prog_egrep echo "$as_me:$LINENO: checking for ANSI C header files" >&5 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 if test "${ac_cv_header_stdc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include #include #include #include int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_header_stdc=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_header_stdc=no fi rm -f conftest.err conftest.$ac_objext conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "memchr" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "free" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. if test "$cross_compiling" = yes; then : else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include #if ((' ' & 0x0FF) == 0x020) # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) #else # define ISLOWER(c) \ (('a' <= (c) && (c) <= 'i') \ || ('j' <= (c) && (c) <= 'r') \ || ('s' <= (c) && (c) <= 'z')) # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) #endif #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) int main () { int i; for (i = 0; i < 256; i++) if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); exit (0); } _ACEOF rm -f conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else echo "$as_me: program exited with status $ac_status" >&5 echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_header_stdc=no fi rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi fi echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 echo "${ECHO_T}$ac_cv_header_stdc" >&6 if test $ac_cv_header_stdc = yes; then cat >>confdefs.h <<\_ACEOF #define STDC_HEADERS 1 _ACEOF fi OPENH323DIR=`pwd` if test "x$prefix" = "xNONE"; then INSTALLPREFIX="/usr/local" else INSTALLPREFIX="${prefix}" fi LIBDIR="${libdir}" MAJOR_VERSION=`cat ${OPENH323DIR}/version.h | grep MAJOR_VERSION | cut -f3 -d' '` MINOR_VERSION=`cat ${OPENH323DIR}/version.h | grep MINOR_VERSION | cut -f3 -d' '` BUILD_NUMBER=`cat ${OPENH323DIR}/version.h | grep BUILD_NUMBER | cut -f3 -d' '` OPENH323_VERSION="${MAJOR_VERSION}.${MINOR_VERSION}.${BUILD_NUMBER}" MAJOR_VERSION=$MAJOR_VERSION MINOR_VERSION=$MINOR_VERSION BUILD_NUMBER=$BUILD_NUMBER echo "OpenH323 version is ${OPENH323_VERSION}" cat >>confdefs.h <<_ACEOF #define OPENH323_MAJOR ${MAJOR_VERSION} _ACEOF cat >>confdefs.h <<_ACEOF #define OPENH323_MINOR ${MINOR_VERSION} _ACEOF cat >>confdefs.h <<_ACEOF #define OPENH323_BUILD ${BUILD_NUMBER} _ACEOF cat >>confdefs.h <<_ACEOF #define OPENH323_VERSION "$OPENH323_VERSION" _ACEOF if test "${PWLIBDIR:-unset}" != "unset" ; then as_ac_File=`echo "ac_cv_file_${PWLIBDIR}/version.h" | $as_tr_sh` echo "$as_me:$LINENO: checking for ${PWLIBDIR}/version.h" >&5 echo $ECHO_N "checking for ${PWLIBDIR}/version.h... $ECHO_C" >&6 if eval "test \"\${$as_ac_File+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else test "$cross_compiling" = yes && { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} { (exit 1); exit 1; }; } if test -r "${PWLIBDIR}/version.h"; then eval "$as_ac_File=yes" else eval "$as_ac_File=no" fi fi echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6 if test `eval echo '${'$as_ac_File'}'` = yes; then HAS_PTLIB=1 fi fi if test "${HAS_PTLIB:-unset}" = "unset" ; then as_ac_File=`echo "ac_cv_file_${OPENH323DIR}/../pwlib/version.h" | $as_tr_sh` echo "$as_me:$LINENO: checking for ${OPENH323DIR}/../pwlib/version.h" >&5 echo $ECHO_N "checking for ${OPENH323DIR}/../pwlib/version.h... $ECHO_C" >&6 if eval "test \"\${$as_ac_File+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else test "$cross_compiling" = yes && { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} { (exit 1); exit 1; }; } if test -r "${OPENH323DIR}/../pwlib/version.h"; then eval "$as_ac_File=yes" else eval "$as_ac_File=no" fi fi echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6 if test `eval echo '${'$as_ac_File'}'` = yes; then HAS_PTLIB=1 fi if test "${HAS_PTLIB:-unset}" != "unset" ; then PWLIBDIR="${OPENH323DIR}/../pwlib" else as_ac_File=`echo "ac_cv_file_${HOME}/pwlib/include/ptlib.h" | $as_tr_sh` echo "$as_me:$LINENO: checking for ${HOME}/pwlib/include/ptlib.h" >&5 echo $ECHO_N "checking for ${HOME}/pwlib/include/ptlib.h... $ECHO_C" >&6 if eval "test \"\${$as_ac_File+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else test "$cross_compiling" = yes && { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} { (exit 1); exit 1; }; } if test -r "${HOME}/pwlib/include/ptlib.h"; then eval "$as_ac_File=yes" else eval "$as_ac_File=no" fi fi echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6 if test `eval echo '${'$as_ac_File'}'` = yes; then HAS_PTLIB=1 fi if test "${HAS_PTLIB:-unset}" != "unset" ; then PWLIBDIR="${HOME}/pwlib" else echo "$as_me:$LINENO: checking for /usr/local/include/ptlib.h" >&5 echo $ECHO_N "checking for /usr/local/include/ptlib.h... $ECHO_C" >&6 if test "${ac_cv_file__usr_local_include_ptlib_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else test "$cross_compiling" = yes && { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} { (exit 1); exit 1; }; } if test -r "/usr/local/include/ptlib.h"; then ac_cv_file__usr_local_include_ptlib_h=yes else ac_cv_file__usr_local_include_ptlib_h=no fi fi echo "$as_me:$LINENO: result: $ac_cv_file__usr_local_include_ptlib_h" >&5 echo "${ECHO_T}$ac_cv_file__usr_local_include_ptlib_h" >&6 if test $ac_cv_file__usr_local_include_ptlib_h = yes; then HAS_PTLIB=1 fi if test "${HAS_PTLIB:-unset}" != "unset" ; then # Extract the first word of "ptlib-config", so it can be a program name with args. set dummy ptlib-config; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_path_PTLIB_CONFIG+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else case $PTLIB_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_PTLIB_CONFIG="$PTLIB_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in /usr/local/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_PTLIB_CONFIG="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done ;; esac fi PTLIB_CONFIG=$ac_cv_path_PTLIB_CONFIG if test -n "$PTLIB_CONFIG"; then echo "$as_me:$LINENO: result: $PTLIB_CONFIG" >&5 echo "${ECHO_T}$PTLIB_CONFIG" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi else echo "$as_me:$LINENO: checking for /usr/include/ptlib.h" >&5 echo $ECHO_N "checking for /usr/include/ptlib.h... $ECHO_C" >&6 if test "${ac_cv_file__usr_include_ptlib_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else test "$cross_compiling" = yes && { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} { (exit 1); exit 1; }; } if test -r "/usr/include/ptlib.h"; then ac_cv_file__usr_include_ptlib_h=yes else ac_cv_file__usr_include_ptlib_h=no fi fi echo "$as_me:$LINENO: result: $ac_cv_file__usr_include_ptlib_h" >&5 echo "${ECHO_T}$ac_cv_file__usr_include_ptlib_h" >&6 if test $ac_cv_file__usr_include_ptlib_h = yes; then HAS_PTLIB=1 fi if test "${HAS_PTLIB:-unset}" != "unset" ; then # Extract the first word of "ptlib-config", so it can be a program name with args. set dummy ptlib-config; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_path_PTLIB_CONFIG+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else case $PTLIB_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_PTLIB_CONFIG="$PTLIB_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in /usr/share/pwlib/make/ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_PTLIB_CONFIG="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done ;; esac fi PTLIB_CONFIG=$ac_cv_path_PTLIB_CONFIG if test -n "$PTLIB_CONFIG"; then echo "$as_me:$LINENO: result: $PTLIB_CONFIG" >&5 echo "${ECHO_T}$PTLIB_CONFIG" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi fi fi fi fi fi if test "${HAS_PTLIB:-unset}" = "unset" ; then echo "Cannot find pwlib - please install or set PWLIBDIR and try again" exit fi if test "${PWLIBDIR:-unset}" = "unset" ; then if test "${PTLIB_CONFIG:-unset}" = "unset" ; then echo "Cannot find ptlib-config - please install and try again" exit fi PWLIBDIR=`$PTLIB_CONFIG --prefix` fi if test "x$PWLIBDIR" = "x/usr" -o "x$PWLIBDIR" = "x/usr/"; then PWLIBDIR="/usr/share/pwlib/" fi if test "x$PWLIBDIR" = "x/usr/local" -o "x$PWLIBDIR" = "x/usr/"; then PWLIBDIR="/usr/local/share/pwlib/" fi echo "PWLib prefix set to.... $PWLIBDIR" # Check whether --enable-minsize or --disable-minsize was given. if test "${enable_minsize+set}" = set; then enableval="$enable_minsize" fi; default_ixj=yes default_audio=yes default_video=yes default_asntracing=yes default_h450=yes default_h501=yes default_t38=yes default_h248=yes default_h460=yes default_t120=yes default_transnexusosp=yes default_h263avcodec=no default_vich263=no if test "${enable_minsize}x" = "yesx" ; then default_ixj=no default_audio=yes default_video=yes default_asntracing=no default_h450=no default_h501=no default_t38=no default_h248=no default_h460=no default_t120=no default_transnexusosp=no default_h263avcodec=no default_vich263=no fi # Check whether --enable-asntracing or --disable-asntracing was given. if test "${enable_asntracing+set}" = set; then enableval="$enable_asntracing" fi; if test "${enable_asntracing}z" = "z" ; then enable_asntracing=$default_asntracing fi if test "$enable_asntracing" = "no" ; then { echo "$as_me:$LINENO: Disabling ASN tracing" >&5 echo "$as_me: Disabling ASN tracing" >&6;} NOTRACE=1 fi # Check whether --enable-audio or --disable-audio was given. if test "${enable_audio+set}" = set; then enableval="$enable_audio" fi; if test "${enable_audio}z" = "z" ; then enable_audio=yes fi if test "$enable_audio" = "no" ; then { echo "$as_me:$LINENO: Disabling audio functions" >&5 echo "$as_me: Disabling audio functions" >&6;} NOAUDIOCODECS=1 else cat >>confdefs.h <<\_ACEOF #define H323_AUDIO_CODECS 1 _ACEOF # Check whether --enable-embeddedgsm or --disable-embeddedgsm was given. if test "${enable_embeddedgsm+set}" = set; then enableval="$enable_embeddedgsm" EMBEDDED_GSM=$enableval fi; if test "${EMBEDDED_GSM}x" != "x" ; then { echo "$as_me:$LINENO: Embedding GSM codec" >&5 echo "$as_me: Embedding GSM codec" >&6;} LDFLAGS="$LDFLAGS -L${OPENH323DIR}/plugins/audio/GSM0610" ENDLDLIBS="$ENDLDLIBS -lgsm0610_audio_s" echo "$as_me:$LINENO: checking for gsm_create in -lgsm" >&5 echo $ECHO_N "checking for gsm_create in -lgsm... $ECHO_C" >&6 if test "${ac_cv_lib_gsm_gsm_create+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lgsm $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char gsm_create (); int main () { gsm_create (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_gsm_gsm_create=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_gsm_gsm_create=no fi rm -f conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_gsm_gsm_create" >&5 echo "${ECHO_T}$ac_cv_lib_gsm_gsm_create" >&6 if test $ac_cv_lib_gsm_gsm_create = yes; then GSM=1 fi if test "x$GSM" != "x"; then ENDLDLIBS="$ENDLDLIBS -lgsm" fi cat >>confdefs.h <<\_ACEOF #define H323_EMBEDDED_GSM 1 _ACEOF fi fi # Check whether --enable-video or --disable-video was given. if test "${enable_video+set}" = set; then enableval="$enable_video" fi; if test "${enable_video}z" = "z" ; then enable_video=$default_video fi if test "$enable_video" = "no" ; then { echo "$as_me:$LINENO: Disabling video support" >&5 echo "$as_me: Disabling video support" >&6;} NOVIDEO=1 else cat >>confdefs.h <<\_ACEOF #define H323_VIDEO 1 _ACEOF fi H323_RFC2190_AVCODEC= H323_RFC2190_AVCODEC_DIR= H323_AVCODEC= H323_VICH263= if test "$enable_video" = "yes" ; then # Check whether --enable-rfc2190avcodec or --disable-rfc2190avcodec was given. if test "${enable_rfc2190avcodec+set}" = set; then enableval="$enable_rfc2190avcodec" fi; if test "${enable_rfc2190avcodec}x" = "x" ; then { echo "$as_me:$LINENO: Skipping tests for RFC 2190 H.263 support" >&5 echo "$as_me: Skipping tests for RFC 2190 H.263 support" >&6;} else { echo "$as_me:$LINENO: Checking for RFC2190 H.263 codec" >&5 echo "$as_me: Checking for RFC2190 H.263 codec" >&6;} H323_RFC2190_AVCODEC_DIR=$enable_rfc2190avcodec # On IRIX 5.3, sys/types and inttypes.h are conflicting. for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ inttypes.h stdint.h unistd.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` echo "$as_me:$LINENO: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default #include <$ac_header> _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_Header=yes" else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_Header=no" fi rm -f conftest.err conftest.$ac_objext conftest.$ac_ext fi echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <<_ACEOF #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done as_ac_Header=`echo "ac_cv_header_${H323_RFC2190_AVCODEC_DIR}/avcodec.h" | $as_tr_sh` if eval "test \"\${$as_ac_Header+set}\" = set"; then echo "$as_me:$LINENO: checking for ${H323_RFC2190_AVCODEC_DIR}/avcodec.h" >&5 echo $ECHO_N "checking for ${H323_RFC2190_AVCODEC_DIR}/avcodec.h... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 fi echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 else # Is the header compilable? echo "$as_me:$LINENO: checking ${H323_RFC2190_AVCODEC_DIR}/avcodec.h usability" >&5 echo $ECHO_N "checking ${H323_RFC2190_AVCODEC_DIR}/avcodec.h usability... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default #include <${H323_RFC2190_AVCODEC_DIR}/avcodec.h> _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f conftest.err conftest.$ac_objext conftest.$ac_ext echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 echo "${ECHO_T}$ac_header_compiler" >&6 # Is the header present? echo "$as_me:$LINENO: checking ${H323_RFC2190_AVCODEC_DIR}/avcodec.h presence" >&5 echo $ECHO_N "checking ${H323_RFC2190_AVCODEC_DIR}/avcodec.h presence... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include <${H323_RFC2190_AVCODEC_DIR}/avcodec.h> _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag ac_cpp_err=$ac_cpp_err$ac_c_werror_flag else ac_cpp_err= fi else ac_cpp_err=yes fi if test -z "$ac_cpp_err"; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 echo "${ECHO_T}$ac_header_preproc" >&6 # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in yes:no: ) { echo "$as_me:$LINENO: WARNING: ${H323_RFC2190_AVCODEC_DIR}/avcodec.h: accepted by the compiler, rejected by the preprocessor!" >&5 echo "$as_me: WARNING: ${H323_RFC2190_AVCODEC_DIR}/avcodec.h: accepted by the compiler, rejected by the preprocessor!" >&2;} { echo "$as_me:$LINENO: WARNING: ${H323_RFC2190_AVCODEC_DIR}/avcodec.h: proceeding with the compiler's result" >&5 echo "$as_me: WARNING: ${H323_RFC2190_AVCODEC_DIR}/avcodec.h: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) { echo "$as_me:$LINENO: WARNING: ${H323_RFC2190_AVCODEC_DIR}/avcodec.h: present but cannot be compiled" >&5 echo "$as_me: WARNING: ${H323_RFC2190_AVCODEC_DIR}/avcodec.h: present but cannot be compiled" >&2;} { echo "$as_me:$LINENO: WARNING: ${H323_RFC2190_AVCODEC_DIR}/avcodec.h: check for missing prerequisite headers?" >&5 echo "$as_me: WARNING: ${H323_RFC2190_AVCODEC_DIR}/avcodec.h: check for missing prerequisite headers?" >&2;} { echo "$as_me:$LINENO: WARNING: ${H323_RFC2190_AVCODEC_DIR}/avcodec.h: see the Autoconf documentation" >&5 echo "$as_me: WARNING: ${H323_RFC2190_AVCODEC_DIR}/avcodec.h: see the Autoconf documentation" >&2;} { echo "$as_me:$LINENO: WARNING: ${H323_RFC2190_AVCODEC_DIR}/avcodec.h: section \"Present But Cannot Be Compiled\"" >&5 echo "$as_me: WARNING: ${H323_RFC2190_AVCODEC_DIR}/avcodec.h: section \"Present But Cannot Be Compiled\"" >&2;} { echo "$as_me:$LINENO: WARNING: ${H323_RFC2190_AVCODEC_DIR}/avcodec.h: proceeding with the preprocessor's result" >&5 echo "$as_me: WARNING: ${H323_RFC2190_AVCODEC_DIR}/avcodec.h: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: ${H323_RFC2190_AVCODEC_DIR}/avcodec.h: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: ${H323_RFC2190_AVCODEC_DIR}/avcodec.h: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## ------------------------------------------ ## ## Report this to the AC_PACKAGE_NAME lists. ## ## ------------------------------------------ ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac echo "$as_me:$LINENO: checking for ${H323_RFC2190_AVCODEC_DIR}/avcodec.h" >&5 echo $ECHO_N "checking for ${H323_RFC2190_AVCODEC_DIR}/avcodec.h... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 fi if test `eval echo '${'$as_ac_Header'}'` = yes; then H323_RFC2190_AVCODEC=1 fi if test "${H323_RFC2190_AVCODEC}" == "1" ; then cat >>confdefs.h <<\_ACEOF #define H323_RFC2190_AVCODEC 1 _ACEOF H323_RFC2190_AVCODEC=1 H323_RFC2190_AVCODEC_DIR=${H323_RFC2190_AVCODEC_DIR} STDCCFLAGS="${STDCCFLAGS} -I${H323_RFC2190_AVCODEC_DIR}" fi fi # Check whether --enable-h263avcodec or --disable-h263avcodec was given. if test "${enable_h263avcodec+set}" = set; then enableval="$enable_h263avcodec" fi; if test "${enable_h263avcodec}z" = "z" ; then enable_h263avcodec=$default_h263avcodec fi if test "$enable_h263avcodec" = "no" ; then { echo "$as_me:$LINENO: Disabled non-RFC2190 H.263 using ffmpeg" >&5 echo "$as_me: Disabled non-RFC2190 H.263 using ffmpeg" >&6;} else for ac_header in avcodec.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if eval "test \"\${$as_ac_Header+set}\" = set"; then echo "$as_me:$LINENO: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 fi echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 else # Is the header compilable? echo "$as_me:$LINENO: checking $ac_header usability" >&5 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default #include <$ac_header> _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f conftest.err conftest.$ac_objext conftest.$ac_ext echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 echo "${ECHO_T}$ac_header_compiler" >&6 # Is the header present? echo "$as_me:$LINENO: checking $ac_header presence" >&5 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include <$ac_header> _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag ac_cpp_err=$ac_cpp_err$ac_c_werror_flag else ac_cpp_err= fi else ac_cpp_err=yes fi if test -z "$ac_cpp_err"; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 echo "${ECHO_T}$ac_header_preproc" >&6 # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in yes:no: ) { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## ------------------------------------------ ## ## Report this to the AC_PACKAGE_NAME lists. ## ## ------------------------------------------ ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac echo "$as_me:$LINENO: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 fi if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <<_ACEOF #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF H323_AVCODEC=1 fi done if test "${H323_AVCODEC}z" != "z" ; then echo "$as_me:$LINENO: checking for avcodec_open in -lavcodec" >&5 echo $ECHO_N "checking for avcodec_open in -lavcodec... $ECHO_C" >&6 if test "${ac_cv_lib_avcodec_avcodec_open+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lavcodec $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char avcodec_open (); int main () { avcodec_open (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_avcodec_avcodec_open=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_avcodec_avcodec_open=no fi rm -f conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_avcodec_avcodec_open" >&5 echo "${ECHO_T}$ac_cv_lib_avcodec_avcodec_open" >&6 if test $ac_cv_lib_avcodec_avcodec_open = yes; then H323_AVCODEC=1 else H323_AVCODEC= fi fi if test "${H323_AVCODEC}z" != "z" ; then echo "$as_me:$LINENO: checking for /usr/local/include/ffmpeg/avcodec.h" >&5 echo $ECHO_N "checking for /usr/local/include/ffmpeg/avcodec.h... $ECHO_C" >&6 if test "${ac_cv_file__usr_local_include_ffmpeg_avcodec_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else test "$cross_compiling" = yes && { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} { (exit 1); exit 1; }; } if test -r "/usr/local/include/ffmpeg/avcodec.h"; then ac_cv_file__usr_local_include_ffmpeg_avcodec_h=yes else ac_cv_file__usr_local_include_ffmpeg_avcodec_h=no fi fi echo "$as_me:$LINENO: result: $ac_cv_file__usr_local_include_ffmpeg_avcodec_h" >&5 echo "${ECHO_T}$ac_cv_file__usr_local_include_ffmpeg_avcodec_h" >&6 if test $ac_cv_file__usr_local_include_ffmpeg_avcodec_h = yes; then H323_AVCODEC=1 fi fi if test "${H323_AVCODEC}z" = "z" ; then { echo "$as_me:$LINENO: Unable to find non-RFC2190 H.263 using ffmpeg" >&5 echo "$as_me: Unable to find non-RFC2190 H.263 using ffmpeg" >&6;} else H323_AVCODEC=1 cat >>confdefs.h <<\_ACEOF #define H323_AVCODEC 1 _ACEOF AVCODECINCLUDEDIR=/usr/local/include/ffmpeg AVCODECLIBDIR=/usr/local/lib STDCCFLAGS="$STDCCFLAGS -I${AVCODECINCLUDEDIR}" { echo "$as_me:$LINENO: Enabled non-RFC2190 H.263 using ffmpeg" >&5 echo "$as_me: Enabled non-RFC2190 H.263 using ffmpeg" >&6;} fi fi # Check whether --enable-vich263 or --disable-vich263 was given. if test "${enable_vich263+set}" = set; then enableval="$enable_vich263" fi; if test "${enable_vich263}z" = "z" ; then enable_vich263=$default_vich263 fi if test "$enable_vich263" = "no" ; then { echo "$as_me:$LINENO: Disabled H.263 using VIC" >&5 echo "$as_me: Disabled H.263 using VIC" >&6;} else for ac_header in encoder-h263.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if eval "test \"\${$as_ac_Header+set}\" = set"; then echo "$as_me:$LINENO: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 fi echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 else # Is the header compilable? echo "$as_me:$LINENO: checking $ac_header usability" >&5 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default #include <$ac_header> _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f conftest.err conftest.$ac_objext conftest.$ac_ext echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 echo "${ECHO_T}$ac_header_compiler" >&6 # Is the header present? echo "$as_me:$LINENO: checking $ac_header presence" >&5 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include <$ac_header> _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag ac_cpp_err=$ac_cpp_err$ac_c_werror_flag else ac_cpp_err= fi else ac_cpp_err=yes fi if test -z "$ac_cpp_err"; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 echo "${ECHO_T}$ac_header_preproc" >&6 # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in yes:no: ) { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## ------------------------------------------ ## ## Report this to the AC_PACKAGE_NAME lists. ## ## ------------------------------------------ ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac echo "$as_me:$LINENO: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 fi if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <<_ACEOF #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF H323_VICH263=1 fi done if test "${H323_VICH263}z" != "z" ; then echo "$as_me:$LINENO: checking for /usr/local/lib/libvich263.so" >&5 echo $ECHO_N "checking for /usr/local/lib/libvich263.so... $ECHO_C" >&6 if test "${ac_cv_file__usr_local_lib_libvich263_so+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else test "$cross_compiling" = yes && { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} { (exit 1); exit 1; }; } if test -r "/usr/local/lib/libvich263.so"; then ac_cv_file__usr_local_lib_libvich263_so=yes else ac_cv_file__usr_local_lib_libvich263_so=no fi fi echo "$as_me:$LINENO: result: $ac_cv_file__usr_local_lib_libvich263_so" >&5 echo "${ECHO_T}$ac_cv_file__usr_local_lib_libvich263_so" >&6 if test $ac_cv_file__usr_local_lib_libvich263_so = yes; then H323_VICH263=1 else H323_VICH263= fi fi if test "${H323_VICH263}z" != "z" ; then echo "$as_me:$LINENO: checking for /usr/local/include/vich263/encoder-h263.h" >&5 echo $ECHO_N "checking for /usr/local/include/vich263/encoder-h263.h... $ECHO_C" >&6 if test "${ac_cv_file__usr_local_include_vich263_encoder_h263_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else test "$cross_compiling" = yes && { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;} { (exit 1); exit 1; }; } if test -r "/usr/local/include/vich263/encoder-h263.h"; then ac_cv_file__usr_local_include_vich263_encoder_h263_h=yes else ac_cv_file__usr_local_include_vich263_encoder_h263_h=no fi fi echo "$as_me:$LINENO: result: $ac_cv_file__usr_local_include_vich263_encoder_h263_h" >&5 echo "${ECHO_T}$ac_cv_file__usr_local_include_vich263_encoder_h263_h" >&6 if test $ac_cv_file__usr_local_include_vich263_encoder_h263_h = yes; then H323_VICH263=1 fi fi if test "${H323_VICH263}z" = "z" ; then { echo "$as_me:$LINENO: Unable to find H.263 using VIC" >&5 echo "$as_me: Unable to find H.263 using VIC" >&6;} else H323_VICH263=1 cat >>confdefs.h <<\_ACEOF #define H323_VICH263 1 _ACEOF VICH263INCLUDEDIR=/usr/local/include/vich263 VICH263LIBDIR=/usr/local/lib STDCCFLAGS="$STDCCFLAGS -I${VICH263INCLUDEDIR}" { echo "$as_me:$LINENO: Enabled H.263 using VIC" >&5 echo "$as_me: Enabled H.263 using VIC" >&6;} fi fi fi # Check whether --enable-transnexusosp or --disable-transnexusosp was given. if test "${enable_transnexusosp+set}" = set; then enableval="$enable_transnexusosp" fi; if test "${enable_transnexusosp}z" = "z" ; then enable_transnexusosp=$default_transnexusosp fi if test "$enable_transnexusosp" = "no" ; then { echo "$as_me:$LINENO: Disabling support for the Transnexus OSP toolkit" >&5 echo "$as_me: Disabling support for the Transnexus OSP toolkit" >&6;} else for ac_header in osp/osp.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if eval "test \"\${$as_ac_Header+set}\" = set"; then echo "$as_me:$LINENO: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 fi echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 else # Is the header compilable? echo "$as_me:$LINENO: checking $ac_header usability" >&5 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default #include <$ac_header> _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f conftest.err conftest.$ac_objext conftest.$ac_ext echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 echo "${ECHO_T}$ac_header_compiler" >&6 # Is the header present? echo "$as_me:$LINENO: checking $ac_header presence" >&5 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include <$ac_header> _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag ac_cpp_err=$ac_cpp_err$ac_c_werror_flag else ac_cpp_err= fi else ac_cpp_err=yes fi if test -z "$ac_cpp_err"; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 echo "${ECHO_T}$ac_header_preproc" >&6 # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in yes:no: ) { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## ------------------------------------------ ## ## Report this to the AC_PACKAGE_NAME lists. ## ## ------------------------------------------ ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac echo "$as_me:$LINENO: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 fi if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <<_ACEOF #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF HAS_TRANSNEXUS_OSP=1 fi done if test "${HAS_TRANSNEXUS_OSP}x" = "1x" ; then OLD_LDFLAGS=$LDFLAGS echo "$as_me:$LINENO: checking for OSPPInit in -losp" >&5 echo $ECHO_N "checking for OSPPInit in -losp... $ECHO_C" >&6 if test "${ac_cv_lib_osp_OSPPInit+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-losp -lssl $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char OSPPInit (); int main () { OSPPInit (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_osp_OSPPInit=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_osp_OSPPInit=no fi rm -f conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_osp_OSPPInit" >&5 echo "${ECHO_T}$ac_cv_lib_osp_OSPPInit" >&6 if test $ac_cv_lib_osp_OSPPInit = yes; then HAS_TRANSNEXUS_OSP=1 else HAS_TRANSNEXUS_OSP= fi if test "${HAS_TRANSNEXUS_OSP}x" = "1x" ; then H323_TRANSNEXUS_OSP=1 cat >>confdefs.h <<\_ACEOF #define H323_TRANSNEXUS_OSP 1 _ACEOF LDLIBS="${LDLIBS} -losp" OSP_INCLUDE="#include " else unset ac_cv_lib_osp_OSPPInit LDFLAGS="-L/usr/local/lib $OLD_LDFLAGS" echo "$as_me:$LINENO: checking for OSPPInit in -losp" >&5 echo $ECHO_N "checking for OSPPInit in -losp... $ECHO_C" >&6 if test "${ac_cv_lib_osp_OSPPInit+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-losp -lssl $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char OSPPInit (); int main () { OSPPInit (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_osp_OSPPInit=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_osp_OSPPInit=no fi rm -f conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_osp_OSPPInit" >&5 echo "${ECHO_T}$ac_cv_lib_osp_OSPPInit" >&6 if test $ac_cv_lib_osp_OSPPInit = yes; then HAS_TRANSNEXUS_OSP=1 else HAS_TRANSNEXUS_OSP= fi if test "${HAS_TRANSNEXUS_OSP}x" = "x" ; then LDFLAGS=$OLD_LDFLAGS else H323_TRANSNEXUS_OSP=1 cat >>confdefs.h <<\_ACEOF #define H323_TRANSNEXUS_OSP 1 _ACEOF STDCCFLAGS="$STDCCFLAGS -I/usr/local/include" LDLIBS="${LDLIBS} -losp" OSP_INCLUDE='#include "/usr/local/include/osp/osp.h"' fi fi fi fi if test "${H323_TRANSNEXUS_OSP}x" != "x" ; then if test "${OSP_INCLUDE}x" != "x" ; then echo "$as_me:$LINENO: checking for new OSP toolkit API" >&5 echo $ECHO_N "checking for new OSP toolkit API... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ ${OSP_INCLUDE} int main () { int main(int ac,char **av) { OSPTTRANHANDLE h; OSPTTIME t; OSPPTransactionReportUsage(h, 0, t, 0, 0, 0, 0, NULL, NULL); return 0; } ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then H323_NEW_OSP_API= else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 H323_NEW_OSP_API=1 fi rm -f conftest.err conftest.$ac_objext conftest.$ac_ext if test "${H323_NEW_OSP_API}x" != "x" ; then echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\_ACEOF #define H323_NEW_OSP_API 1 _ACEOF else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi fi fi # Check whether --enable-t38 or --disable-t38 was given. if test "${enable_t38+set}" = set; then enableval="$enable_t38" fi; if test "${enable_t38}x" = "x" ; then enable_t38=$default_t38 fi if test "$enable_t38" = "yes" ; then { echo "$as_me:$LINENO: Enabling T.38" >&5 echo "$as_me: Enabling T.38" >&6;} H323_T38=1 cat >>confdefs.h <<\_ACEOF #define H323_T38 1 _ACEOF else H323_T38= { echo "$as_me:$LINENO: Disabling T.38" >&5 echo "$as_me: Disabling T.38" >&6;} fi # Check whether --enable-h248 or --disable-h248 was given. if test "${enable_h248+set}" = set; then enableval="$enable_h248" fi; if test "${enable_h248}x" = "x" ; then enable_h248=$default_h248 fi if test "$enable_h248" = "yes" ; then H323_H248=1 cat >>confdefs.h <<\_ACEOF #define H323_H248 1 _ACEOF else H323_H248= { echo "$as_me:$LINENO: Disabling H.248" >&5 echo "$as_me: Disabling H.248" >&6;} fi # Check whether --enable-h450 or --disable-h450 was given. if test "${enable_h450+set}" = set; then enableval="$enable_h450" fi; if test "${enable_h450}x" = "x" ; then enable_h450=$default_h450 fi if test "$enable_h450" = "yes" ; then H323_H450=1 cat >>confdefs.h <<\_ACEOF #define H323_H450 1 _ACEOF else H323_H450= { echo "$as_me:$LINENO: Disabling H.450" >&5 echo "$as_me: Disabling H.450" >&6;} fi # Check whether --enable-h460 or --disable-h460 was given. if test "${enable_h460+set}" = set; then enableval="$enable_h460" fi; if test "${enable_h460}x" = "x" ; then enable_460=$default_h460 fi if test "$enable_h460" = "no" ; then cat >>confdefs.h <<\_ACEOF #define DISABLE_H460 1 _ACEOF { echo "$as_me:$LINENO: Disabling H.460" >&5 echo "$as_me: Disabling H.460" >&6;} fi # Check whether --enable-h501 or --disable-h501 was given. if test "${enable_h501+set}" = set; then enableval="$enable_h501" fi; if test "${enable_h501}x" = "x" ; then enable_t38=$default_h501 fi if test "$enable_h501" = "yes" ; then H323_H501=1 cat >>confdefs.h <<\_ACEOF #define H323_H501 1 _ACEOF else H323_H501= { echo "$as_me:$LINENO: Disabling H.501" >&5 echo "$as_me: Disabling H.501" >&6;} fi # Check whether --enable-t120 or --disable-t120 was given. if test "${enable_t120+set}" = set; then enableval="$enable_t120" fi; if test "${enable_t120}x" = "x" ; then enable_t120=$default_t120 fi if test "$enable_t120" = "no" ; then H323_T120= { echo "$as_me:$LINENO: Disabling T.120" >&5 echo "$as_me: Disabling T.120" >&6;} else H323_T20=1 cat >>confdefs.h <<\_ACEOF #define H323_T120 1 _ACEOF fi # Check whether --enable-ixj or --disable-ixj was given. if test "${enable_ixj+set}" = set; then enableval="$enable_ixj" fi; if test "${enable_ixj}x" = "x" ; then enable_ixj=$default_ixj fi HAS_IXJ= H323_IXJ= if test "$enable_ixj" = "no" ; then { echo "$as_me:$LINENO: Disabling IXJ support" >&5 echo "$as_me: Disabling IXJ support" >&6;} else for ac_header in linux/telephony.h sys/telephony.h /usr/local/include/sys/telephony.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if eval "test \"\${$as_ac_Header+set}\" = set"; then echo "$as_me:$LINENO: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 fi echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 else # Is the header compilable? echo "$as_me:$LINENO: checking $ac_header usability" >&5 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default #include <$ac_header> _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_header_compiler=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f conftest.err conftest.$ac_objext conftest.$ac_ext echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 echo "${ECHO_T}$ac_header_compiler" >&6 # Is the header present? echo "$as_me:$LINENO: checking $ac_header presence" >&5 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include <$ac_header> _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag ac_cpp_err=$ac_cpp_err$ac_c_werror_flag else ac_cpp_err= fi else ac_cpp_err=yes fi if test -z "$ac_cpp_err"; then ac_header_preproc=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 echo "${ECHO_T}$ac_header_preproc" >&6 # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in yes:no: ) { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## ------------------------------------------ ## ## Report this to the AC_PACKAGE_NAME lists. ## ## ------------------------------------------ ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac echo "$as_me:$LINENO: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 fi if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <<_ACEOF #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF HAS_IXJ=1 fi done if test "${HAS_IXJ}z" != "z" ; then echo "$as_me:$LINENO: checking if ixjuser.h actually compiles" >&5 echo $ECHO_N "checking if ixjuser.h actually compiles... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include int main () { int main(int ac,char **av) { return 0; } ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then HAS_IXJ=1 else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 HAS_IXJ= fi rm -f conftest.err conftest.$ac_objext conftest.$ac_ext if test "x$HAS_IXJ" != "x" ; then H323_IXJ=1 cat >>confdefs.h <<\_ACEOF #define HAS_IXJ 1 _ACEOF echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi fi fi ac_aux_dir= for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do if test -f $ac_dir/install-sh; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install-sh -c" break elif test -f $ac_dir/install.sh; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install.sh -c" break elif test -f $ac_dir/shtool; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/shtool install -c" break fi done if test -z "$ac_aux_dir"; then { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} { (exit 1); exit 1; }; } fi ac_config_guess="$SHELL $ac_aux_dir/config.guess" ac_config_sub="$SHELL $ac_aux_dir/config.sub" ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or # incompatible versions: # SysV /etc/install, /usr/sbin/install # SunOS /usr/etc/install # IRIX /sbin/install # AIX /bin/install # AmigaOS /C/install, which installs bootblocks on floppy discs # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag # AFS /usr/afsws/bin/install, which mishandles nonexistent args # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # OS/2's system install, which has a completely different semantic # ./install, which can be erroneously created by make from ./install.sh. echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 if test -z "$INSTALL"; then if test "${ac_cv_path_install+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. # Account for people who put trailing slashes in PATH elements. case $as_dir/ in ./ | .// | /cC/* | \ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ /usr/ucb/* ) ;; *) # OSF1 and SCO ODT 3.0 have their own names for install. # Don't use installbsd from OSF since it installs stuff as root # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then if test $ac_prog = install && grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # AIX install. It has an incompatible calling convention. : elif test $ac_prog = install && grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # program-specific install script used by HP pwplus--don't use. : else ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" break 3 fi fi done done ;; esac done fi if test "${ac_cv_path_install+set}" = set; then INSTALL=$ac_cv_path_install else # As a last resort, use the slow shell script. We don't cache a # path for INSTALL within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the path is relative. INSTALL=$ac_install_sh fi fi echo "$as_me:$LINENO: result: $INSTALL" >&5 echo "${ECHO_T}$INSTALL" >&6 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' ac_config_files="$ac_config_files openh323u.mak" ac_config_files="$ac_config_files Makefile" ac_config_headers="$ac_config_headers include/openh323buildopts.h" subdirs="$subdirs plugins" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure # scripts and configure runs, see configure's option --config-cache. # It is not useful on other systems. If it contains results you don't # want to keep, you may remove or edit it. # # config.status only pays attention to the cache file if you give it # the --recheck option to rerun configure. # # `ac_cv_env_foo' variables (set or unset) will be overridden when # loading this file, other *unset* `ac_cv_foo' will be assigned the # following values. _ACEOF # The following way of writing the cache mishandles newlines in values, # but we know of no workaround that is simple, portable, and efficient. # So, don't put newlines in cache variables' values. # Ultrix sh set writes to stderr and can't be redirected directly, # and sets the high bit in the cache file unless we assign to the vars. { (set) 2>&1 | case `(ac_space=' '; set | grep ac_space) 2>&1` in *ac_space=\ *) # `set' does not quote correctly, so add quotes (double-quote # substitution turns \\\\ into \\, and sed turns \\ into \). sed -n \ "s/'/'\\\\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" ;; *) # `set' quotes correctly as required by POSIX, so do not add quotes. sed -n \ "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" ;; esac; } | sed ' t clear : clear s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ t end /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ : end' >>confcache if diff $cache_file confcache >/dev/null 2>&1; then :; else if test -w $cache_file; then test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" cat confcache >$cache_file else echo "not updating unwritable cache $cache_file" fi fi rm -f confcache test "x$prefix" = xNONE && prefix=$ac_default_prefix # Let make expand exec_prefix. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' # VPATH may cause trouble with some makes, so we remove $(srcdir), # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and # trailing colons and then remove the whole line if VPATH becomes empty # (actually we leave an empty line to preserve line numbers). if test "x$srcdir" = x.; then ac_vpsub='/^[ ]*VPATH[ ]*=/{ s/:*\$(srcdir):*/:/; s/:*\${srcdir}:*/:/; s/:*@srcdir@:*/:/; s/^\([^=]*=[ ]*\):*/\1/; s/:*$//; s/^[^=]*=[ ]*$//; }' fi DEFS=-DHAVE_CONFIG_H ac_libobjs= ac_ltlibobjs= for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_i=`echo "$ac_i" | sed 's/\$U\././;s/\.o$//;s/\.obj$//'` # 2. Add them. ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' done LIBOBJS=$ac_libobjs LTLIBOBJS=$ac_ltlibobjs : ${CONFIG_STATUS=./config.status} ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 echo "$as_me: creating $CONFIG_STATUS" >&6;} cat >$CONFIG_STATUS <<_ACEOF #! $SHELL # Generated by $as_me. # Run this file to recreate the current configuration. # Compiler output produced by configure, useful for debugging # configure, is in config.log if it exists. debug=false ac_cs_recheck=false ac_cs_silent=false SHELL=\${CONFIG_SHELL-$SHELL} _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF ## --------------------- ## ## M4sh Initialization. ## ## --------------------- ## # Be Bourne compatible if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then set -o posix fi DUALCASE=1; export DUALCASE # for MKS sh # Support unset when possible. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then as_unset=unset else as_unset=false fi # Work around bugs in pre-3.0 UWIN ksh. $as_unset ENV MAIL MAILPATH PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. for as_var in \ LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ LC_TELEPHONE LC_TIME do if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then eval $as_var=C; export $as_var else $as_unset $as_var fi done # Required to use basename. if expr a : '\(a\)' >/dev/null 2>&1; then as_expr=expr else as_expr=false fi if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi # Name of the executable. as_me=`$as_basename "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)$' \| \ . : '\(.\)' 2>/dev/null || echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } /^X\/\(\/\/\)$/{ s//\1/; q; } /^X\/\(\/\).*/{ s//\1/; q; } s/.*/./; q'` # PATH needs CR, and LINENO needs CR and PATH. # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then echo "#! /bin/sh" >conf$$.sh echo "exit 0" >>conf$$.sh chmod +x conf$$.sh if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi rm -f conf$$.sh fi as_lineno_1=$LINENO as_lineno_2=$LINENO as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` test "x$as_lineno_1" != "x$as_lineno_2" && test "x$as_lineno_3" = "x$as_lineno_2" || { # Find who we are. Look in the path if we contain no path at all # relative or not. case $0 in *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;} { (exit 1); exit 1; }; } fi case $CONFIG_SHELL in '') as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for as_base in sh bash ksh sh5; do case $as_dir in /*) if ("$as_dir/$as_base" -c ' as_lineno_1=$LINENO as_lineno_2=$LINENO as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` test "x$as_lineno_1" != "x$as_lineno_2" && test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } CONFIG_SHELL=$as_dir/$as_base export CONFIG_SHELL exec "$CONFIG_SHELL" "$0" ${1+"$@"} fi;; esac done done ;; esac # Create $as_me.lineno as a copy of $as_myself, but with $LINENO # uniformly replaced by the line number. The first 'sed' inserts a # line-number line before each line; the second 'sed' does the real # work. The second script uses 'N' to pair each line-number line # with the numbered line, and appends trailing '-' during # substitution so that $LINENO is not a special case at line end. # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) sed '=' <$as_myself | sed ' N s,$,-, : loop s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, t loop s,-$,, s,^['$as_cr_digits']*\n,, ' >$as_me.lineno && chmod +x $as_me.lineno || { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;} { (exit 1); exit 1; }; } # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the # original and so on. Autoconf is especially sensible to this). . ./$as_me.lineno # Exit status is that of the last command. exit } case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in *c*,-n*) ECHO_N= ECHO_C=' ' ECHO_T=' ' ;; *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; *) ECHO_N= ECHO_C='\c' ECHO_T= ;; esac if expr a : '\(a\)' >/dev/null 2>&1; then as_expr=expr else as_expr=false fi rm -f conf$$ conf$$.exe conf$$.file echo >conf$$.file if ln -s conf$$.file conf$$ 2>/dev/null; then # We could just check for DJGPP; but this test a) works b) is more generic # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). if test -f conf$$.exe; then # Don't use ln at all; we don't have any links as_ln_s='cp -p' else as_ln_s='ln -s' fi elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -p' fi rm -f conf$$ conf$$.exe conf$$.file if mkdir -p . 2>/dev/null; then as_mkdir_p=: else test -d ./-p && rmdir ./-p as_mkdir_p=false fi as_executable_p="test -f" # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" # IFS # We need space, tab and new line, in precisely that order. as_nl=' ' IFS=" $as_nl" # CDPATH. $as_unset CDPATH exec 6>&1 # Open the log real soon, to keep \$[0] and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. Logging --version etc. is OK. exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX } >&5 cat >&5 <<_CSEOF This file was extended by $as_me, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS CONFIG_COMMANDS = $CONFIG_COMMANDS $ $0 $@ _CSEOF echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 echo >&5 _ACEOF # Files that config.status was made for. if test -n "$ac_config_files"; then echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS fi if test -n "$ac_config_headers"; then echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS fi if test -n "$ac_config_links"; then echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS fi if test -n "$ac_config_commands"; then echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS fi cat >>$CONFIG_STATUS <<\_ACEOF ac_cs_usage="\ \`$as_me' instantiates files from templates according to the current configuration. Usage: $0 [OPTIONS] [FILE]... -h, --help print this help, then exit -V, --version print version number, then exit -q, --quiet do not print progress messages -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] instantiate the configuration file FILE --header=FILE[:TEMPLATE] instantiate the configuration header FILE Configuration files: $config_files Configuration headers: $config_headers Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ config.status configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" Copyright (C) 2003 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." srcdir=$srcdir INSTALL="$INSTALL" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF # If no file are specified by the user, then we need to provide default # value. By we need to know if files were specified by the user. ac_need_defaults=: while test $# != 0 do case $1 in --*=*) ac_option=`expr "x$1" : 'x\([^=]*\)='` ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` ac_shift=: ;; -*) ac_option=$1 ac_optarg=$2 ac_shift=shift ;; *) # This is not an option, so the user has probably given explicit # arguments. ac_option=$1 ac_need_defaults=false;; esac case $ac_option in # Handling of the options. _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --vers* | -V ) echo "$ac_cs_version"; exit 0 ;; --he | --h) # Conflict between --help and --header { { echo "$as_me:$LINENO: error: ambiguous option: $1 Try \`$0 --help' for more information." >&5 echo "$as_me: error: ambiguous option: $1 Try \`$0 --help' for more information." >&2;} { (exit 1); exit 1; }; };; --help | --hel | -h ) echo "$ac_cs_usage"; exit 0 ;; --debug | --d* | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift CONFIG_FILES="$CONFIG_FILES $ac_optarg" ac_need_defaults=false;; --header | --heade | --head | --hea ) $ac_shift CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" ac_need_defaults=false;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 Try \`$0 --help' for more information." >&5 echo "$as_me: error: unrecognized option: $1 Try \`$0 --help' for more information." >&2;} { (exit 1); exit 1; }; } ;; *) ac_config_targets="$ac_config_targets $1" ;; esac shift done ac_configure_extra_args= if $ac_cs_silent; then exec 6>/dev/null ac_configure_extra_args="$ac_configure_extra_args --silent" fi _ACEOF cat >>$CONFIG_STATUS <<_ACEOF if \$ac_cs_recheck; then echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion fi _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF for ac_config_target in $ac_config_targets do case "$ac_config_target" in # Handling of arguments. "openh323u.mak" ) CONFIG_FILES="$CONFIG_FILES openh323u.mak" ;; "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; "include/openh323buildopts.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/openh323buildopts.h" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} { (exit 1); exit 1; }; };; esac done # If the user did not use the arguments to specify the items to instantiate, # then the envvar interface is used. Set only those that are not. # We use the long form for the default assignment because of an extremely # bizarre bug on SunOS 4.1.3. if $ac_need_defaults; then test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers fi # Have a temporary directory for convenience. Make it in the build tree # simply because there is no reason to put it here, and in addition, # creating and moving files from /tmp can sometimes cause problems. # Create a temporary directory, and hook for its removal unless debugging. $debug || { trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 trap '{ (exit 1); exit 1; }' 1 2 13 15 } # Create a (secure) tmp directory for tmp files. { tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" } || { tmp=./confstat$$-$RANDOM (umask 077 && mkdir $tmp) } || { echo "$me: cannot create a temporary directory in ." >&2 { (exit 1); exit 1; } } _ACEOF cat >>$CONFIG_STATUS <<_ACEOF # # CONFIG_FILES section. # # No need to generate the scripts if there are no CONFIG_FILES. # This happens for instance when ./config.status config.h if test -n "\$CONFIG_FILES"; then # Protect against being on the right side of a sed subst in config.status. sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF s,@SHELL@,$SHELL,;t t s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t s,@exec_prefix@,$exec_prefix,;t t s,@prefix@,$prefix,;t t s,@program_transform_name@,$program_transform_name,;t t s,@bindir@,$bindir,;t t s,@sbindir@,$sbindir,;t t s,@libexecdir@,$libexecdir,;t t s,@datadir@,$datadir,;t t s,@sysconfdir@,$sysconfdir,;t t s,@sharedstatedir@,$sharedstatedir,;t t s,@localstatedir@,$localstatedir,;t t s,@libdir@,$libdir,;t t s,@includedir@,$includedir,;t t s,@oldincludedir@,$oldincludedir,;t t s,@infodir@,$infodir,;t t s,@mandir@,$mandir,;t t s,@build_alias@,$build_alias,;t t s,@host_alias@,$host_alias,;t t s,@target_alias@,$target_alias,;t t s,@DEFS@,$DEFS,;t t s,@ECHO_C@,$ECHO_C,;t t s,@ECHO_N@,$ECHO_N,;t t s,@ECHO_T@,$ECHO_T,;t t s,@LIBS@,$LIBS,;t t s,@CXX@,$CXX,;t t s,@CXXFLAGS@,$CXXFLAGS,;t t s,@LDFLAGS@,$LDFLAGS,;t t s,@CPPFLAGS@,$CPPFLAGS,;t t s,@ac_ct_CXX@,$ac_ct_CXX,;t t s,@EXEEXT@,$EXEEXT,;t t s,@OBJEXT@,$OBJEXT,;t t s,@CC@,$CC,;t t s,@CFLAGS@,$CFLAGS,;t t s,@ac_ct_CC@,$ac_ct_CC,;t t s,@CPP@,$CPP,;t t s,@EGREP@,$EGREP,;t t s,@OPENH323DIR@,$OPENH323DIR,;t t s,@INSTALLPREFIX@,$INSTALLPREFIX,;t t s,@LIBDIR@,$LIBDIR,;t t s,@MAJOR_VERSION@,$MAJOR_VERSION,;t t s,@MINOR_VERSION@,$MINOR_VERSION,;t t s,@BUILD_NUMBER@,$BUILD_NUMBER,;t t s,@OPENH323_VERSION@,$OPENH323_VERSION,;t t s,@PTLIB_CONFIG@,$PTLIB_CONFIG,;t t s,@PWLIBDIR@,$PWLIBDIR,;t t s,@NOTRACE@,$NOTRACE,;t t s,@NOAUDIOCODECS@,$NOAUDIOCODECS,;t t s,@NOVIDEO@,$NOVIDEO,;t t s,@H323_RFC2190_AVCODEC@,$H323_RFC2190_AVCODEC,;t t s,@H323_RFC2190_AVCODEC_DIR@,$H323_RFC2190_AVCODEC_DIR,;t t s,@H323_AVCODEC@,$H323_AVCODEC,;t t s,@H323_VICH263@,$H323_VICH263,;t t s,@H323_TRANSNEXUS_OSP@,$H323_TRANSNEXUS_OSP,;t t s,@H323_T38@,$H323_T38,;t t s,@H323_H248@,$H323_H248,;t t s,@H323_H450@,$H323_H450,;t t s,@H323_H501@,$H323_H501,;t t s,@H323_T120@,$H323_T120,;t t s,@H323_IXJ@,$H323_IXJ,;t t s,@STDCCFLAGS@,$STDCCFLAGS,;t t s,@LDLIBS@,$LDLIBS,;t t s,@ENDLDLIBS@,$ENDLDLIBS,;t t s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t s,@INSTALL_DATA@,$INSTALL_DATA,;t t s,@subdirs@,$subdirs,;t t s,@LIBOBJS@,$LIBOBJS,;t t s,@LTLIBOBJS@,$LTLIBOBJS,;t t CEOF _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF # Split the substitutions into bite-sized pieces for seds with # small command number limits, like on Digital OSF/1 and HP-UX. ac_max_sed_lines=48 ac_sed_frag=1 # Number of current file. ac_beg=1 # First line for current file. ac_end=$ac_max_sed_lines # Line after last line for current file. ac_more_lines=: ac_sed_cmds= while $ac_more_lines; do if test $ac_beg -gt 1; then sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag else sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag fi if test ! -s $tmp/subs.frag; then ac_more_lines=false else # The purpose of the label and of the branching condition is to # speed up the sed processing (if there are no `@' at all, there # is no need to browse any of the substitutions). # These are the two extra sed commands mentioned above. (echo ':t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed if test -z "$ac_sed_cmds"; then ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" else ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" fi ac_sed_frag=`expr $ac_sed_frag + 1` ac_beg=$ac_end ac_end=`expr $ac_end + $ac_max_sed_lines` fi done if test -z "$ac_sed_cmds"; then ac_sed_cmds=cat fi fi # test -n "$CONFIG_FILES" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". case $ac_file in - | *:- | *:-:* ) # input from stdin cat >$tmp/stdin ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; * ) ac_file_in=$ac_file.in ;; esac # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. ac_dir=`(dirname "$ac_file") 2>/dev/null || $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(/\)' \| \ . : '\(.\)' 2>/dev/null || echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } /^X\(\/\/\)[^/].*/{ s//\1/; q; } /^X\(\/\/\)$/{ s//\1/; q; } /^X\(\/\).*/{ s//\1/; q; } s/.*/./; q'` { if $as_mkdir_p; then mkdir -p "$ac_dir" else as_dir="$ac_dir" as_dirs= while test ! -d "$as_dir"; do as_dirs="$as_dir $as_dirs" as_dir=`(dirname "$as_dir") 2>/dev/null || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| \ . : '\(.\)' 2>/dev/null || echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } /^X\(\/\/\)[^/].*/{ s//\1/; q; } /^X\(\/\/\)$/{ s//\1/; q; } /^X\(\/\).*/{ s//\1/; q; } s/.*/./; q'` done test ! -n "$as_dirs" || mkdir $as_dirs fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} { (exit 1); exit 1; }; }; } ac_builddir=. if test "$ac_dir" != .; then ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` # A "../" for each directory in $ac_dir_suffix. ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` else ac_dir_suffix= ac_top_builddir= fi case $srcdir in .) # No --srcdir option. We are building in place. ac_srcdir=. if test -z "$ac_top_builddir"; then ac_top_srcdir=. else ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` fi ;; [\\/]* | ?:[\\/]* ) # Absolute path. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ;; *) # Relative path. ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_builddir$srcdir ;; esac # Do not use `cd foo && pwd` to compute absolute paths, because # the directories may not exist. case `pwd` in .) ac_abs_builddir="$ac_dir";; *) case "$ac_dir" in .) ac_abs_builddir=`pwd`;; [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; *) ac_abs_builddir=`pwd`/"$ac_dir";; esac;; esac case $ac_abs_builddir in .) ac_abs_top_builddir=${ac_top_builddir}.;; *) case ${ac_top_builddir}. in .) ac_abs_top_builddir=$ac_abs_builddir;; [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; esac;; esac case $ac_abs_builddir in .) ac_abs_srcdir=$ac_srcdir;; *) case $ac_srcdir in .) ac_abs_srcdir=$ac_abs_builddir;; [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; esac;; esac case $ac_abs_builddir in .) ac_abs_top_srcdir=$ac_top_srcdir;; *) case $ac_top_srcdir in .) ac_abs_top_srcdir=$ac_abs_builddir;; [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; esac;; esac case $INSTALL in [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; *) ac_INSTALL=$ac_top_builddir$INSTALL ;; esac if test x"$ac_file" != x-; then { echo "$as_me:$LINENO: creating $ac_file" >&5 echo "$as_me: creating $ac_file" >&6;} rm -f "$ac_file" fi # Let's still pretend it is `configure' which instantiates (i.e., don't # use $as_me), people would be surprised to read: # /* config.h. Generated by config.status. */ if test x"$ac_file" = x-; then configure_input= else configure_input="$ac_file. " fi configure_input=$configure_input"Generated from `echo $ac_file_in | sed 's,.*/,,'` by configure." # First look for the input files in the build tree, otherwise in the # src tree. ac_file_inputs=`IFS=: for f in $ac_file_in; do case $f in -) echo $tmp/stdin ;; [\\/$]*) # Absolute (can't be DOS-style, as IFS=:) test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } echo "$f";; *) # Relative if test -f "$f"; then # Build tree echo "$f" elif test -f "$srcdir/$f"; then # Source tree echo "$srcdir/$f" else # /dev/null tree { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } fi;; esac done` || { (exit 1); exit 1; } _ACEOF cat >>$CONFIG_STATUS <<_ACEOF sed "$ac_vpsub $extrasub _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b s,@configure_input@,$configure_input,;t t s,@srcdir@,$ac_srcdir,;t t s,@abs_srcdir@,$ac_abs_srcdir,;t t s,@top_srcdir@,$ac_top_srcdir,;t t s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t s,@builddir@,$ac_builddir,;t t s,@abs_builddir@,$ac_abs_builddir,;t t s,@top_builddir@,$ac_top_builddir,;t t s,@abs_top_builddir@,$ac_abs_top_builddir,;t t s,@INSTALL@,$ac_INSTALL,;t t " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out rm -f $tmp/stdin if test x"$ac_file" != x-; then mv $tmp/out $ac_file else cat $tmp/out rm -f $tmp/out fi done _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF # # CONFIG_HEADER section. # # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where # NAME is the cpp macro being defined and VALUE is the value it is being given. # # ac_d sets the value in "#define NAME VALUE" lines. ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' ac_dB='[ ].*$,\1#\2' ac_dC=' ' ac_dD=',;t' # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' ac_uB='$,\1#\2define\3' ac_uC=' ' ac_uD=',;t' for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". case $ac_file in - | *:- | *:-:* ) # input from stdin cat >$tmp/stdin ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; * ) ac_file_in=$ac_file.in ;; esac test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5 echo "$as_me: creating $ac_file" >&6;} # First look for the input files in the build tree, otherwise in the # src tree. ac_file_inputs=`IFS=: for f in $ac_file_in; do case $f in -) echo $tmp/stdin ;; [\\/$]*) # Absolute (can't be DOS-style, as IFS=:) test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } # Do quote $f, to prevent DOS paths from being IFS'd. echo "$f";; *) # Relative if test -f "$f"; then # Build tree echo "$f" elif test -f "$srcdir/$f"; then # Source tree echo "$srcdir/$f" else # /dev/null tree { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } fi;; esac done` || { (exit 1); exit 1; } # Remove the trailing spaces. sed 's/[ ]*$//' $ac_file_inputs >$tmp/in _ACEOF # Transform confdefs.h into two sed scripts, `conftest.defines' and # `conftest.undefs', that substitutes the proper values into # config.h.in to produce config.h. The first handles `#define' # templates, and the second `#undef' templates. # And first: Protect against being on the right side of a sed subst in # config.status. Protect against being in an unquoted here document # in config.status. rm -f conftest.defines conftest.undefs # Using a here document instead of a string reduces the quoting nightmare. # Putting comments in sed scripts is not portable. # # `end' is used to avoid that the second main sed command (meant for # 0-ary CPP macros) applies to n-ary macro definitions. # See the Autoconf documentation for `clear'. cat >confdef2sed.sed <<\_ACEOF s/[\\&,]/\\&/g s,[\\$`],\\&,g t clear : clear s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp t end s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp : end _ACEOF # If some macros were called several times there might be several times # the same #defines, which is useless. Nevertheless, we may not want to # sort them, since we want the *last* AC-DEFINE to be honored. uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs rm -f confdef2sed.sed # This sed command replaces #undef with comments. This is necessary, for # example, in the case of _POSIX_SOURCE, which is predefined and required # on some systems where configure will not decide to define it. cat >>conftest.undefs <<\_ACEOF s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, _ACEOF # Break up conftest.defines because some shells have a limit on the size # of here documents, and old seds have small limits too (100 cmds). echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS echo ' :' >>$CONFIG_STATUS rm -f conftest.tail while grep . conftest.defines >/dev/null do # Write a limited-size here document to $tmp/defines.sed. echo ' cat >$tmp/defines.sed <>$CONFIG_STATUS # Speed up: don't consider the non `#define' lines. echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS # Work around the forget-to-reset-the-flag bug. echo 't clr' >>$CONFIG_STATUS echo ': clr' >>$CONFIG_STATUS sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS echo 'CEOF sed -f $tmp/defines.sed $tmp/in >$tmp/out rm -f $tmp/in mv $tmp/out $tmp/in ' >>$CONFIG_STATUS sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail rm -f conftest.defines mv conftest.tail conftest.defines done rm -f conftest.defines echo ' fi # grep' >>$CONFIG_STATUS echo >>$CONFIG_STATUS # Break up conftest.undefs because some shells have a limit on the size # of here documents, and old seds have small limits too (100 cmds). echo ' # Handle all the #undef templates' >>$CONFIG_STATUS rm -f conftest.tail while grep . conftest.undefs >/dev/null do # Write a limited-size here document to $tmp/undefs.sed. echo ' cat >$tmp/undefs.sed <>$CONFIG_STATUS # Speed up: don't consider the non `#undef' echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS # Work around the forget-to-reset-the-flag bug. echo 't clr' >>$CONFIG_STATUS echo ': clr' >>$CONFIG_STATUS sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS echo 'CEOF sed -f $tmp/undefs.sed $tmp/in >$tmp/out rm -f $tmp/in mv $tmp/out $tmp/in ' >>$CONFIG_STATUS sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail rm -f conftest.undefs mv conftest.tail conftest.undefs done rm -f conftest.undefs cat >>$CONFIG_STATUS <<\_ACEOF # Let's still pretend it is `configure' which instantiates (i.e., don't # use $as_me), people would be surprised to read: # /* config.h. Generated by config.status. */ if test x"$ac_file" = x-; then echo "/* Generated by configure. */" >$tmp/config.h else echo "/* $ac_file. Generated by configure. */" >$tmp/config.h fi cat $tmp/in >>$tmp/config.h rm -f $tmp/in if test x"$ac_file" != x-; then if diff $ac_file $tmp/config.h >/dev/null 2>&1; then { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 echo "$as_me: $ac_file is unchanged" >&6;} else ac_dir=`(dirname "$ac_file") 2>/dev/null || $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(/\)' \| \ . : '\(.\)' 2>/dev/null || echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } /^X\(\/\/\)[^/].*/{ s//\1/; q; } /^X\(\/\/\)$/{ s//\1/; q; } /^X\(\/\).*/{ s//\1/; q; } s/.*/./; q'` { if $as_mkdir_p; then mkdir -p "$ac_dir" else as_dir="$ac_dir" as_dirs= while test ! -d "$as_dir"; do as_dirs="$as_dir $as_dirs" as_dir=`(dirname "$as_dir") 2>/dev/null || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| \ . : '\(.\)' 2>/dev/null || echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } /^X\(\/\/\)[^/].*/{ s//\1/; q; } /^X\(\/\/\)$/{ s//\1/; q; } /^X\(\/\).*/{ s//\1/; q; } s/.*/./; q'` done test ! -n "$as_dirs" || mkdir $as_dirs fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} { (exit 1); exit 1; }; }; } rm -f $ac_file mv $tmp/config.h $ac_file fi else cat $tmp/config.h rm -f $tmp/config.h fi done _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF { (exit 0); exit 0; } _ACEOF chmod +x $CONFIG_STATUS ac_clean_files=$ac_clean_files_save # configure is writing to config.log, and then calls config.status. # config.status does its own redirection, appending to config.log. # Unfortunately, on DOS this fails, as config.log is still kept open # by configure, so config.status won't be able to write to it; its # output is simply discarded. So we exec the FD to /dev/null, # effectively closing config.log, so it can be properly (re)opened and # appended to by config.status. When coming back to configure, we # need to make the FD available again. if test "$no_create" != yes; then ac_cs_success=: ac_config_status_args= test "$silent" = yes && ac_config_status_args="$ac_config_status_args --quiet" exec 5>/dev/null $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false exec 5>>config.log # Use ||, not &&, to avoid exiting from the if with $? = 1, which # would make configure fail if this is the last instruction. $ac_cs_success || { (exit 1); exit 1; } fi # # CONFIG_SUBDIRS section. # if test "$no_recursion" != yes; then # Remove --cache-file and --srcdir arguments so they do not pile up. ac_sub_configure_args= ac_prev= for ac_arg in $ac_configure_args; do if test -n "$ac_prev"; then ac_prev= continue fi case $ac_arg in -cache-file | --cache-file | --cache-fil | --cache-fi \ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) ac_prev=cache_file ;; -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \ | --c=*) ;; --config-cache | -C) ;; -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) ac_prev=srcdir ;; -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) ;; -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) ac_prev=prefix ;; -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) ;; *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;; esac done # Always prepend --prefix to ensure using the same prefix # in subdir configurations. ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args" ac_popdir=`pwd` for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue # Do not complain, so a configure script can configure whichever # parts of a large source tree are present. test -d $srcdir/$ac_dir || continue { echo "$as_me:$LINENO: configuring in $ac_dir" >&5 echo "$as_me: configuring in $ac_dir" >&6;} { if $as_mkdir_p; then mkdir -p "$ac_dir" else as_dir="$ac_dir" as_dirs= while test ! -d "$as_dir"; do as_dirs="$as_dir $as_dirs" as_dir=`(dirname "$as_dir") 2>/dev/null || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| \ . : '\(.\)' 2>/dev/null || echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } /^X\(\/\/\)[^/].*/{ s//\1/; q; } /^X\(\/\/\)$/{ s//\1/; q; } /^X\(\/\).*/{ s//\1/; q; } s/.*/./; q'` done test ! -n "$as_dirs" || mkdir $as_dirs fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} { (exit 1); exit 1; }; }; } ac_builddir=. if test "$ac_dir" != .; then ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` # A "../" for each directory in $ac_dir_suffix. ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` else ac_dir_suffix= ac_top_builddir= fi case $srcdir in .) # No --srcdir option. We are building in place. ac_srcdir=. if test -z "$ac_top_builddir"; then ac_top_srcdir=. else ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` fi ;; [\\/]* | ?:[\\/]* ) # Absolute path. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ;; *) # Relative path. ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_builddir$srcdir ;; esac # Do not use `cd foo && pwd` to compute absolute paths, because # the directories may not exist. case `pwd` in .) ac_abs_builddir="$ac_dir";; *) case "$ac_dir" in .) ac_abs_builddir=`pwd`;; [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; *) ac_abs_builddir=`pwd`/"$ac_dir";; esac;; esac case $ac_abs_builddir in .) ac_abs_top_builddir=${ac_top_builddir}.;; *) case ${ac_top_builddir}. in .) ac_abs_top_builddir=$ac_abs_builddir;; [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; esac;; esac case $ac_abs_builddir in .) ac_abs_srcdir=$ac_srcdir;; *) case $ac_srcdir in .) ac_abs_srcdir=$ac_abs_builddir;; [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; esac;; esac case $ac_abs_builddir in .) ac_abs_top_srcdir=$ac_top_srcdir;; *) case $ac_top_srcdir in .) ac_abs_top_srcdir=$ac_abs_builddir;; [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; esac;; esac cd $ac_dir # Check for guested configure; otherwise get Cygnus style configure. if test -f $ac_srcdir/configure.gnu; then ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'" elif test -f $ac_srcdir/configure; then ac_sub_configure="$SHELL '$ac_srcdir/configure'" elif test -f $ac_srcdir/configure.in; then ac_sub_configure=$ac_configure else { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;} ac_sub_configure= fi # The recursion is here. if test -n "$ac_sub_configure"; then # Make the cache file name correct relative to the subdirectory. case $cache_file in [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;; *) # Relative path. ac_sub_cache_file=$ac_top_builddir$cache_file ;; esac { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5 echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;} # The eval makes quoting arguments work. eval $ac_sub_configure $ac_sub_configure_args \ --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir || { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;} { (exit 1); exit 1; }; } fi cd $ac_popdir done fi if test "${OSTYPE:-unknown}" = "solaris"; then echo "$as_me:$LINENO: checking for upad128_t" >&5 echo $ECHO_N "checking for upad128_t... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include int main () { upad128_t upad; upad._q = 0.0; ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then has_upad128_t=y else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f conftest.err conftest.$ac_objext conftest.$ac_ext if test ${has_upad128_t} == "y"; then echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\_ACEOF #define P_HAS_UPAD128_T 1 _ACEOF else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi fi openh323_v1_18_0/configure.ac0100644000176200056700000004167210304731206016124 0ustar releasepostincrAC_INIT(include/h323.h) AC_PROG_CXX AC_HEADER_STDC dnl ######################################################################## dnl set the OpenH323 directory to the current directory OPENH323DIR=`pwd` AC_SUBST(OPENH323DIR) dnl ######################################################################## dnl set the PREFIX accordingly if test "x$prefix" = "xNONE"; then INSTALLPREFIX="/usr/local" else INSTALLPREFIX="${prefix}" fi AC_SUBST(INSTALLPREFIX) dnl ######################################################################## dnl set LIBDIR accordingly LIBDIR="${libdir}" AC_SUBST(LIBDIR) dnl ######################################################################## dnl extract the OpenH323 version MAJOR_VERSION=`cat ${OPENH323DIR}/version.h | grep MAJOR_VERSION | cut -f3 -d' '` MINOR_VERSION=`cat ${OPENH323DIR}/version.h | grep MINOR_VERSION | cut -f3 -d' '` BUILD_NUMBER=`cat ${OPENH323DIR}/version.h | grep BUILD_NUMBER | cut -f3 -d' '` OPENH323_VERSION="${MAJOR_VERSION}.${MINOR_VERSION}.${BUILD_NUMBER}" AC_SUBST(MAJOR_VERSION) AC_SUBST(MINOR_VERSION) AC_SUBST(BUILD_NUMBER) AC_SUBST(OPENH323_VERSION) AC_SUBST(MAJOR_VERSION, $MAJOR_VERSION) AC_SUBST(MINOR_VERSION, $MINOR_VERSION) AC_SUBST(BUILD_NUMBER, $BUILD_NUMBER) echo "OpenH323 version is ${OPENH323_VERSION}" AC_DEFINE_UNQUOTED(OPENH323_MAJOR, ${MAJOR_VERSION}) AC_DEFINE_UNQUOTED(OPENH323_MINOR, ${MINOR_VERSION}) AC_DEFINE_UNQUOTED(OPENH323_BUILD, ${BUILD_NUMBER}) AC_DEFINE_UNQUOTED(OPENH323_VERSION, "$OPENH323_VERSION") dnl ######################################################################## dnl look for ptlib, use a preference order of explicit PWLIBDIR, directory dnl at same level, home directory, /usr/local or /usr. if test "${PWLIBDIR:-unset}" != "unset" ; then AC_CHECK_FILE(${PWLIBDIR}/version.h, HAS_PTLIB=1) fi if test "${HAS_PTLIB:-unset}" = "unset" ; then AC_CHECK_FILE(${OPENH323DIR}/../pwlib/version.h, HAS_PTLIB=1) if test "${HAS_PTLIB:-unset}" != "unset" ; then PWLIBDIR="${OPENH323DIR}/../pwlib" else AC_CHECK_FILE(${HOME}/pwlib/include/ptlib.h, HAS_PTLIB=1) if test "${HAS_PTLIB:-unset}" != "unset" ; then PWLIBDIR="${HOME}/pwlib" else AC_CHECK_FILE(/usr/local/include/ptlib.h, HAS_PTLIB=1) if test "${HAS_PTLIB:-unset}" != "unset" ; then AC_PATH_PROG(PTLIB_CONFIG, ptlib-config, , /usr/local/bin) else AC_CHECK_FILE(/usr/include/ptlib.h, HAS_PTLIB=1) if test "${HAS_PTLIB:-unset}" != "unset" ; then AC_PATH_PROG(PTLIB_CONFIG, ptlib-config, , /usr/share/pwlib/make/) fi fi fi fi fi if test "${HAS_PTLIB:-unset}" = "unset" ; then echo "Cannot find pwlib - please install or set PWLIBDIR and try again" exit fi if test "${PWLIBDIR:-unset}" = "unset" ; then if test "${PTLIB_CONFIG:-unset}" = "unset" ; then echo "Cannot find ptlib-config - please install and try again" exit fi PWLIBDIR=`$PTLIB_CONFIG --prefix` fi if test "x$PWLIBDIR" = "x/usr" -o "x$PWLIBDIR" = "x/usr/"; then PWLIBDIR="/usr/share/pwlib/" fi if test "x$PWLIBDIR" = "x/usr/local" -o "x$PWLIBDIR" = "x/usr/"; then PWLIBDIR="/usr/local/share/pwlib/" fi echo "PWLib prefix set to.... $PWLIBDIR" AC_SUBST(PWLIBDIR) dnl ######################################################################## dnl check for setting minimum size AC_ARG_ENABLE(minsize, [ --enable-minsize minimise the size of the lib by disabling least used options]) dnl these are the default configure settings default_ixj=yes default_audio=yes default_video=yes default_asntracing=yes default_h450=yes default_h501=yes default_t38=yes default_h248=yes default_h460=yes default_t120=yes default_transnexusosp=yes default_h263avcodec=no default_vich263=no if test "${enable_minsize}x" = "yesx" ; then default_ixj=no default_audio=yes default_video=yes default_asntracing=no default_h450=no default_h501=no default_t38=no default_h248=no default_h460=no default_t120=no default_transnexusosp=no default_h263avcodec=no default_vich263=no fi dnl ######################################################################## dnl check for disbling ASN tracing AC_ARG_ENABLE(asntracing, [ --disable-asntracing disable ASN tracing]) if test "${enable_asntracing}z" = "z" ; then enable_asntracing=$default_asntracing fi if test "$enable_asntracing" = "no" ; then AC_MSG_NOTICE(Disabling ASN tracing) AC_SUBST(NOTRACE, 1) fi dnl ######################################################################## dnl Enable audio subsystems dnl MSWIN_DISPLAY audio,Audio Software Codecs dnl MSWIN_DEFINE audio,H323_AUDIO_CODECS AC_ARG_ENABLE(audio, [ --disable-audio disable audio codecs]) if test "${enable_audio}z" = "z" ; then enable_audio=yes fi if test "$enable_audio" = "no" ; then AC_MSG_NOTICE(Disabling audio functions) AC_SUBST(NOAUDIOCODECS, 1) else AC_DEFINE(H323_AUDIO_CODECS, 1) AC_ARG_ENABLE(embeddedgsm, [ --enable-embeddedgsm embed GSM codec via static linking], EMBEDDED_GSM=$enableval) if test "${EMBEDDED_GSM}x" != "x" ; then AC_MSG_NOTICE(Embedding GSM codec) LDFLAGS="$LDFLAGS -L${OPENH323DIR}/plugins/audio/GSM0610" ENDLDLIBS="$ENDLDLIBS -lgsm0610_audio_s" AC_CHECK_LIB(gsm, gsm_create, GSM=1) if test "x$GSM" != "x"; then ENDLDLIBS="$ENDLDLIBS -lgsm" fi AC_DEFINE(H323_EMBEDDED_GSM) fi fi dnl ######################################################################## dnl Enable video subsystems dnl MSWIN_DISPLAY video,Video System dnl MSWIN_DEFINE video,H323_VIDEO AC_ARG_ENABLE(video, [ --disable-video disable video functions]) if test "${enable_video}z" = "z" ; then enable_video=$default_video fi if test "$enable_video" = "no" ; then AC_MSG_NOTICE(Disabling video support) AC_SUBST(NOVIDEO, 1) else AC_DEFINE(H323_VIDEO, 1) fi dnl ######################################################################## dnl look for avcodec compatible with RFC 2190 dnl MSWIN_DISPLAY rfc2190,ffmpeg RFC2190 AVCODEC Library dnl MSWIN_CHECK_FILE rfc2190,avcodec_rfc2190.h,H323_RFC2190_AVCODEC=1 dnl MSWIN_DIR_SYMBOL rfc2190,H323_RFC2190_AVCODEC_DIR dnl MSWIN_CHECK_DIR rfc2190,..\ffmpeg\libavcodec\ dnl MSWIN_CHECK_DIR rfc2190,..\external\ffmpeg\libavcodec\ dnl MSWIN_CHECK_DIR rfc2190,\ffmpeg\libavcodec\ dnl MSWIN_CHECK_DIR rfc2190,c:\ffmpeg\libavcodec\ H323_RFC2190_AVCODEC= H323_RFC2190_AVCODEC_DIR= H323_AVCODEC= H323_VICH263= if test "$enable_video" = "yes" ; then AC_ARG_ENABLE(rfc2190avcodec, [ --enable-rfc2190avcodec set directory for H263 using RFC2190-compatible ffmpeg]) if test "${enable_rfc2190avcodec}x" = "x" ; then AC_MSG_NOTICE(Skipping tests for RFC 2190 H.263 support) else AC_MSG_NOTICE(Checking for RFC2190 H.263 codec) H323_RFC2190_AVCODEC_DIR=$enable_rfc2190avcodec AC_CHECK_HEADER(${H323_RFC2190_AVCODEC_DIR}/avcodec.h, H323_RFC2190_AVCODEC=1) if test "${H323_RFC2190_AVCODEC}" == "1" ; then AC_DEFINE(H323_RFC2190_AVCODEC) H323_RFC2190_AVCODEC=1 H323_RFC2190_AVCODEC_DIR=${H323_RFC2190_AVCODEC_DIR} STDCCFLAGS="${STDCCFLAGS} -I${H323_RFC2190_AVCODEC_DIR}" fi fi dnl ######################################################################## dnl look for avcodec from library. dnl MSWIN_DISPLAY ffh263,ffmpeg AVCODEC Library dnl MSWIN_CHECK_FILE ffh263,avcodec.h,H323_AVCODEC=1 dnl MSWIN_DIR_SYMBOL ffh263,H323_AVCODEC_DIR dnl MSWIN_CHECK_DIR ffh263,..\ffmpeg\libavcodec\ dnl MSWIN_CHECK_DIR ffh263,..\external\ffmpeg\libavcodec\ dnl MSWIN_CHECK_DIR ffh263,\ffmpeg\libavcodec\ dnl MSWIN_CHECK_DIR ffh263,c:\ffmpeg\libavcodec\ dnl MSWIN_IF_FEATURE ffh263,!rfc2190 AC_ARG_ENABLE(h263avcodec, [ --enable-h263avcodec enable search for H.263 using non-RFC2190-compatible ffmpeg]) if test "${enable_h263avcodec}z" = "z" ; then enable_h263avcodec=$default_h263avcodec fi if test "$enable_h263avcodec" = "no" ; then AC_MSG_NOTICE(Disabled non-RFC2190 H.263 using ffmpeg) else AC_CHECK_HEADERS(avcodec.h, H323_AVCODEC=1) if test "${H323_AVCODEC}z" != "z" ; then AC_CHECK_LIB(avcodec, avcodec_open, H323_AVCODEC=1, H323_AVCODEC=) fi if test "${H323_AVCODEC}z" != "z" ; then AC_CHECK_FILE(/usr/local/include/ffmpeg/avcodec.h, H323_AVCODEC=1) fi if test "${H323_AVCODEC}z" = "z" ; then AC_MSG_NOTICE(Unable to find non-RFC2190 H.263 using ffmpeg) else H323_AVCODEC=1 AC_DEFINE(H323_AVCODEC, 1, "ffmpeg based avodec found") AVCODECINCLUDEDIR=/usr/local/include/ffmpeg AVCODECLIBDIR=/usr/local/lib STDCCFLAGS="$STDCCFLAGS -I${AVCODECINCLUDEDIR}" AC_MSG_NOTICE(Enabled non-RFC2190 H.263 using ffmpeg) fi fi dnl ######################################################################## dnl look for vich263 library dnl MSWIN_DISPLAY vich263,VIC H.263 Library dnl MSWIN_CHECK_FILE vich263,encoder-h263.h,H323_VICH263=1 dnl MSWIN_DIR_SYMBOL vich263,H323_VICH263_DIR dnl MSWIN_CHECK_DIR vich263,..\vich263\ dnl MSWIN_CHECK_DIR vich263,..\external\vich263\ dnl MSWIN_CHECK_DIR vich263,\vich263\ dnl MSWIN_CHECK_DIR vich263,c:\vich263\ dnl MSWIN_IF_FEATURE vich263,!rfc2190,!ffh263 AC_ARG_ENABLE(vich263, [ --enable-vich263 enable search for H.263 using VIC]) if test "${enable_vich263}z" = "z" ; then enable_vich263=$default_vich263 fi if test "$enable_vich263" = "no" ; then AC_MSG_NOTICE(Disabled H.263 using VIC) else AC_CHECK_HEADERS(encoder-h263.h, H323_VICH263=1) if test "${H323_VICH263}z" != "z" ; then AC_CHECK_FILE(/usr/local/lib/libvich263.so, H323_VICH263=1, H323_VICH263=) fi if test "${H323_VICH263}z" != "z" ; then AC_CHECK_FILE(/usr/local/include/vich263/encoder-h263.h, H323_VICH263=1) fi if test "${H323_VICH263}z" = "z" ; then AC_MSG_NOTICE(Unable to find H.263 using VIC) else H323_VICH263=1 AC_DEFINE(H323_VICH263, 1, "vic H263 codec found") VICH263INCLUDEDIR=/usr/local/include/vich263 VICH263LIBDIR=/usr/local/lib STDCCFLAGS="$STDCCFLAGS -I${VICH263INCLUDEDIR}" AC_MSG_NOTICE(Enabled H.263 using VIC) fi fi fi AC_SUBST(H323_RFC2190_AVCODEC) AC_SUBST(H323_RFC2190_AVCODEC_DIR) AC_SUBST(H323_AVCODEC) AC_SUBST(H323_VICH263) dnl ######################################################################## dnl look for Transnexus OSP Toolkit dnl MSWIN_DISPLAY transnexus_osp,Transnexus OSP Toolkit dnl MSWIN_CHECK_FILE transnexus_osp,include/osp/ospcryptowrap.h,H323_TRANSNEXUS_OSP=1 dnl MSWIN_DIR_SYMBOL transnexus_osp,H323_TRANSNEXUS_OSP_DIR dnl MSWIN_CHECK_DIR transnexus_osp,lib\ dnl MSWIN_CHECK_DIR transnexus_osp,pthread\lib dnl MSWIN_CHECK_DIR transnexus_osp,pthread\include AC_ARG_ENABLE(transnexusosp, [ --disable-transnexusosp disable support for the Transnexus OSP toolkit]) if test "${enable_transnexusosp}z" = "z" ; then enable_transnexusosp=$default_transnexusosp fi if test "$enable_transnexusosp" = "no" ; then AC_MSG_NOTICE(Disabling support for the Transnexus OSP toolkit) else AC_CHECK_HEADERS(osp/osp.h, HAS_TRANSNEXUS_OSP=1) if test "${HAS_TRANSNEXUS_OSP}x" = "1x" ; then OLD_LDFLAGS=$LDFLAGS AC_CHECK_LIB(osp, OSPPInit, HAS_TRANSNEXUS_OSP=1, HAS_TRANSNEXUS_OSP=, -lssl) if test "${HAS_TRANSNEXUS_OSP}x" = "1x" ; then H323_TRANSNEXUS_OSP=1 AC_DEFINE(H323_TRANSNEXUS_OSP) LDLIBS="${LDLIBS} -losp" OSP_INCLUDE="#include " else unset ac_cv_lib_osp_OSPPInit LDFLAGS="-L/usr/local/lib $OLD_LDFLAGS" AC_CHECK_LIB(osp, OSPPInit, HAS_TRANSNEXUS_OSP=1, HAS_TRANSNEXUS_OSP=, -lssl) if test "${HAS_TRANSNEXUS_OSP}x" = "x" ; then LDFLAGS=$OLD_LDFLAGS else H323_TRANSNEXUS_OSP=1 AC_DEFINE(H323_TRANSNEXUS_OSP) STDCCFLAGS="$STDCCFLAGS -I/usr/local/include" LDLIBS="${LDLIBS} -losp" OSP_INCLUDE='#include "/usr/local/include/osp/osp.h"' fi fi fi fi if test "${H323_TRANSNEXUS_OSP}x" != "x" ; then if test "${OSP_INCLUDE}x" != "x" ; then AC_MSG_CHECKING(for new OSP toolkit API) AC_TRY_COMPILE(${OSP_INCLUDE}, [int main(int ac,char **av) { OSPTTRANHANDLE h; OSPTTIME t; OSPPTransactionReportUsage(h, 0, t, 0, 0, 0, 0, NULL, NULL); return 0; } ], H323_NEW_OSP_API=, H323_NEW_OSP_API=1) if test "${H323_NEW_OSP_API}x" != "x" ; then AC_MSG_RESULT(yes) AC_DEFINE(H323_NEW_OSP_API) else AC_MSG_RESULT(no) fi fi fi AC_SUBST(H323_TRANSNEXUS_OSP) dnl ######################################################################## dnl check for disabling T.38 dnl MSWIN_DISPLAY t38,T.38 dnl MSWIN_DEFINE t38,H323_T38 AC_ARG_ENABLE(t38, [ --disable-t38 disable T.38]) if test "${enable_t38}x" = "x" ; then enable_t38=$default_t38 fi if test "$enable_t38" = "yes" ; then AC_MSG_NOTICE(Enabling T.38) H323_T38=1 AC_DEFINE(H323_T38, 1) else H323_T38= AC_MSG_NOTICE(Disabling T.38) fi AC_SUBST(H323_T38) dnl ######################################################################## dnl check for disabling H.248 dnl MSWIN_DISPLAY h248,H.248 dnl MSWIN_DEFINE h248,H323_H248 AC_ARG_ENABLE(h248, [ --disable-h248 enable H.248]) if test "${enable_h248}x" = "x" ; then enable_h248=$default_h248 fi if test "$enable_h248" = "yes" ; then H323_H248=1 AC_DEFINE(H323_H248, 1) else H323_H248= AC_MSG_NOTICE(Disabling H.248) fi AC_SUBST(H323_H248) dnl ######################################################################## dnl check for disabling H.450 dnl MSWIN_DISPLAY h450,H.450 dnl MSWIN_DEFINE h450,H323_H450 AC_ARG_ENABLE(h450, [ --disable-h450 disable H.450]) if test "${enable_h450}x" = "x" ; then enable_h450=$default_h450 fi if test "$enable_h450" = "yes" ; then H323_H450=1 AC_DEFINE(H323_H450, 1) else H323_H450= AC_MSG_NOTICE(Disabling H.450) fi AC_SUBST(H323_H450) dnl ######################################################################## dnl check for disabling H.460 AC_ARG_ENABLE(h460, [ --disable-h460 disable H.460]) if test "${enable_h460}x" = "x" ; then enable_460=$default_h460 fi if test "$enable_h460" = "no" ; then AC_DEFINE(DISABLE_H460) AC_MSG_NOTICE(Disabling H.460) fi dnl ######################################################################## dnl check for disabling H.501 dnl MSWIN_DISPLAY h501,H.501 dnl MSWIN_DEFINE h501,H323_H501 AC_ARG_ENABLE(h501, [ --disable-h501 disable H.501]) if test "${enable_h501}x" = "x" ; then enable_t38=$default_h501 fi if test "$enable_h501" = "yes" ; then H323_H501=1 AC_DEFINE(H323_H501, 1) else H323_H501= AC_MSG_NOTICE(Disabling H.501) fi AC_SUBST(H323_H501) dnl ######################################################################## dnl check for enabling T.120 dnl MSWIN_DISPLAY t120,T.120 dnl MSWIN_DEFINE t120,H323_T120 AC_ARG_ENABLE(t120, [ --disable-t120 disable T.120]) if test "${enable_t120}x" = "x" ; then enable_t120=$default_t120 fi if test "$enable_t120" = "no" ; then H323_T120= AC_MSG_NOTICE(Disabling T.120) else H323_T20=1 AC_DEFINE(H323_T120, 1) fi AC_SUBST(H323_T120) dnl ######################################################################## dnl ######################################################################## dnl dnl feature detections migrated from Makefile dnl dnl MSWIN_DISPLAY ixj,Quicknet Internet xJACK cards dnl MSWIN_DEFINE ixj,HAS_IXJ AC_ARG_ENABLE(ixj, [ --disable-ixj disable Quicknet card support]) if test "${enable_ixj}x" = "x" ; then enable_ixj=$default_ixj fi HAS_IXJ= H323_IXJ= if test "$enable_ixj" = "no" ; then AC_MSG_NOTICE(Disabling IXJ support) else AC_CHECK_HEADERS(linux/telephony.h sys/telephony.h /usr/local/include/sys/telephony.h, HAS_IXJ=1) if test "${HAS_IXJ}z" != "z" ; then AC_MSG_CHECKING(if ixjuser.h actually compiles) AC_TRY_COMPILE([#include ], [int main(int ac,char **av) { return 0; }], HAS_IXJ=1, HAS_IXJ=) if test "x$HAS_IXJ" != "x" ; then H323_IXJ=1 AC_DEFINE(HAS_IXJ, 1) AC_MSG_RESULT(yes) else AC_MSG_RESULT(no) fi fi fi AC_SUBST(H323_IXJ) dnl ######################################################################## dnl make directives AC_SUBST(STDCCFLAGS) AC_SUBST(LDFLAGS) AC_SUBST(LDLIBS) AC_SUBST(ENDLDLIBS) AC_PROG_INSTALL AC_CONFIG_FILES(openh323u.mak) AC_CONFIG_FILES(Makefile) dnl ######################################################################## dnl Header file AC_CONFIG_HEADERS(include/openh323buildopts.h) dnl ######################################################################## dnl Output configured files AC_CONFIG_SUBDIRS(plugins) AC_OUTPUT() dnl ######################################################################## dnl check if upad128_t is defined (Solaris) if test "${OSTYPE:-unknown}" = "solaris"; then AC_MSG_CHECKING(for upad128_t) AC_TRY_COMPILE([#include ], [upad128_t upad; upad._q = 0.0;], has_upad128_t=y) if test ${has_upad128_t} == "y"; then AC_MSG_RESULT(yes) AC_DEFINE(P_HAS_UPAD128_T) else AC_MSG_RESULT(no) fi fi openh323_v1_18_0/configure.exe0100755000176200056700000035000010300062303016300 0ustar releasepostincrMZÿÿ¸@𺴠Í!¸LÍ!This program cannot be run in DOS mode. $èzjÁ¬’¬’¬’¿m’®’© ’´’©d’»’©[’Æ’/Y’¯’¬’ã’©f’­’©^’­’Rich¬’PELabCà  `€Ëãp@ð\°(À–Hp0.textl_` `.rdata GpPp@@.datah'ÀÀ@ÀU‹ìjÿhêdAd¡Pd‰%Q‰Mð‹EP‹Mðè(.ÇEü‹MðƒÁèæ-ÆEü‹MðƒÁ8è×-ÆEü‹MðƒÁTèÈ-ÆEü‹MðƒÁpè¹-ÆEü‹MðÁŒè§5ÆEü‹MðÁ˜èu6ÆEü‹MðÁ¤èc6ÆEü‹MðÁ°èQ6ÆEü‹MðÁ¼è_-ÆEü ‹MðÆØ‹UR‹E P‹Mðè!ÇEüÿÿÿÿ‹Eð‹Môd‰ ‹å] ÌÌÌÌÌÌÌU‹ìjÿh+eAd¡Pd‰%ì$‰èþÿÿh0qA‹EPèNŠƒÄ¶È…Ét‹U R‹èþÿÿƒÁè.éeh8qA‹EP芃ĶȅÉtijj=‹M è91‰Eð‹Uð;ØuAu‹E P‹èþÿÿƒÁTè¹-ë6‹MðQj‹U R‹èþÿÿƒÁTè?.hÿÿÿ‹EðƒÀP‹M Q‹èþÿÿƒÁpè!.éäh@qA‹UR螉ƒÄ¶À…À„jjj,‹M è´0‰…lÿÿÿ‹lÿÿÿ; ØuAué£tÿÿÿèP)ÇEüjj|‹M è}0‰…pÿÿÿƒ½pÿÿÿ|‹•pÿÿÿ;•lÿÿÿ~‹…lÿÿÿPj‹M Qxÿÿÿèˆ-ë>‹•pÿÿÿRj‹E Pxÿÿÿèn-‹lÿÿÿ+pÿÿÿƒéQ‹•pÿÿÿƒÂR‹E PM”èH-‹lÿÿÿQj=‹M è÷/‰…hÿÿÿ‹•hÿÿÿ;ØuAuhÿÿÿ‹…lÿÿÿƒÀP‹M QM°è-ëA‹•hÿÿÿ+•lÿÿÿƒêR‹…lÿÿÿƒÀP‹M QM°èà,hÿÿÿ‹•hÿÿÿƒÂR‹E PMÌèÅ,tÿÿÿQ‹èþÿÿÁŒè3ÇEüÿÿÿÿtÿÿÿè›(é^hLqA‹UR舃ĶÀ…À„—‹M Qj@•$ÿÿÿRèˆƒÄ ‰…äþÿÿ‹…äþÿÿ‰…àþÿÿÇEüj@‹àþÿÿQ•ÿÿÿRègˆƒÄ ‰…Üþÿÿ‹…Üþÿÿ‰…ØþÿÿÆEü‹ØþÿÿQ‹èþÿÿƒÁ8èi+ÆEüÿÿÿè:+ÇEüÿÿÿÿ$ÿÿÿè(+é«hXqA‹URèe‡ƒÄ¶À…Àt‹M Q‹èþÿÿÁ˜èF3éyhdqA‹URè3‡ƒÄ¶À…À„]Ç…dÿÿÿpqAj‹dÿÿÿQ‹M èŠ.‰…`ÿÿÿ‹•`ÿÿÿR‹…dÿÿÿP‹M è>.‰…\ÿÿÿ‹ ØuA;\ÿÿÿu‹ØuA;•`ÿÿÿ„‹…\ÿÿÿ+…`ÿÿÿP‹`ÿÿÿQ•@ÿÿÿR‹M èU.ÇEüj@ÿÿÿèÁ,¾ƒø!uZ‹ ØuAQj•ìþÿÿR@ÿÿÿè.‰…Ôþÿÿ‹…Ôþÿÿ‰…ÐþÿÿÆEü‹ÐþÿÿQ‹èþÿÿÁ°è@2ÆEüìþÿÿèá)ë•@ÿÿÿR‹èþÿÿÁ¤è2‹…\ÿÿÿP‹dÿÿÿQ‹M è-‰…`ÿÿÿ‹•`ÿÿÿR‹…dÿÿÿP‹M è5-‰…\ÿÿÿÇEüÿÿÿÿ@ÿÿÿè})éàþÿÿ‹Môd‰ ‹å]ÂÌÌÌÌÌÌÌÌU‹ìjÿhceAd¡Pd‰%ìȉTÿÿÿ‹…Tÿÿÿ¶ˆØ…É„tjhtqA‹MèH,;ØuA„Y‹TÿÿÿƒÁTèÞ+¶Ð…Ò…Ý‹…TÿÿÿƒÀTP‹MQ蠃ĶЅ҄¼‹…TÿÿÿƒÀTPh|qAMÐQè*†ƒÄ ‰…Pÿÿÿ‹•Pÿÿÿ‰•LÿÿÿÇEüj ‹…LÿÿÿPM´Qè|…ƒÄ ‰…Hÿÿÿ‹•Hÿÿÿ‰•DÿÿÿÆEü‹…DÿÿÿP‹Mè„(ÆEüM´èX(ÇEüÿÿÿÿMÐèI(‹TÿÿÿƒÁpè+¶È…Ét j1‹MèÊ(ë‹•TÿÿÿƒÂpR‹Mèv(EðP‹TÿÿÿÁŒèQ/ëjM°QMðè!1U¬R‹TÿÿÿÁŒè 0PMðè31¶À…À„Mðè°B¶…É„ýMðèBƒÀM°èv"¶Ø…Ò„½…àúÿÿPM°èX"¤‹ÈèL‹‰¤ýÿÿë ¤ýÿÿèg9•ÜúÿÿRM°è("¤‹ÈèüP¤ýÿÿè ¶À…Àt_¤ýÿÿè^!Pè˜êÿÿƒÄ…ÀuBM°èé!ƀؤýÿÿè7!PhPuAhÐÎAèçdƒÄPèÞgƒÄÇ…¨ýÿÿëéhÿÿÿM°è¢!¶ˆØ…É„•ØúÿÿRM°è„!°‹Èèx ‹‰…¤ýÿÿë ¤ýÿÿè“8ÔúÿÿQM°èT!°‹Èè(P¤ýÿÿèL¶Ð…Òt_¤ýÿÿèŠ PèÄéÿÿƒÄ…ÀtBM°è!ƀؤýÿÿèc PhxuAhÐÎAèdƒÄPè gƒÄÇ…¨ýÿÿëéhÿÿÿM°èÎ Œ‹Èèò ¶À…Àu8ÐúÿÿQM°è¬ Œ‹Èè  ‹Èè9 ¶…ÒuM°èŠ Æ€Øƒ½¨ýÿÿté–M°èm Œ‹Èè‘ ¶À…ÀtBM°èR ƒÀp‹ÈèØ¶È…Éu)M°è9 ƒÀpPh uAhÐÎAèFcƒÄPè=fƒÄë9M°è ¶Ø…Òth¨uAhÐÎAècƒÄëh°uAhÐÎAècƒÄj hÐÎAèƒiƒÄéÐüÿÿh`<@¹ÐÎA謅 ýÿÿPMØè­ ëjÌúÿÿQ ýÿÿèw •ÈúÿÿRMØèh P ýÿÿèŒ ¶À…Àt ýÿÿèêPèåÿÿƒÄë´h¼uAhÐÎAèpbƒÄÇ…ÄúÿÿÆEüMØè÷ ÇEüÿÿÿÿ ÿÿÿèe‹…Äúÿÿ‹Môd‰ ‹å]ÃÌU‹ìjÿh±gAd¡Pd‰%Q‰Mð‹EðÆ‹MðƒÁèƒÇEü‹MðƒÁ èqÆEühÜuA‹MðƒÁ<è-ÆEü‹MðƒÁXèNÇEüÿÿÿÿ‹Eð‹Môd‰ ‹å]ÃÌÌÌÌÌÌU‹ìjÿh±gAd¡Pd‰%Q‰MðÇEü‹MðƒÁXèÆEü‹MðƒÁ<èÆEü‹MðƒÁ èôÇEüÿÿÿÿ‹MðƒÁèâ‹Môd‰ ‹å]ÃÌÌÌÌU‹ìj ‹Mè#‹Mèk‹E]ÃÌÌÌÌÌÌU‹ìQ‰Mü‹Müè÷ØÀ@‹å]ÃÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Eü‹@‹å]ÃÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹MüƒÁdèî ‹MüƒÁdè“‹å]ÃÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Müè¡ÿÿÿƒà÷ØÀ÷Ø‹å]ÃÌÌÌÌU‹ìQ‰Mü‹MüƒÁ`讋MüƒÁ`èC‹å]ÃÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìjÿhkAd¡Pd‰%Q‰MðÇEü‹MðÁ¼è¿ÆEü‹MðÁ°è½ ÆEü‹MðÁ¤è« ÆEü‹MðÁ˜è™ ÆEü‹MðÁŒè§ÆEü‹MðƒÁpèhÆEü‹MðƒÁTèYÆEü‹MðƒÁ8èJÆEü‹MðƒÁè;ÇEüÿÿÿÿ‹Mðè,‹Môd‰ ‹å]ÃÌÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìƒì‰MøQ‹Ìè?0‹Møèwjj‹MøèË(‹Eø‹å]ÃÌÌÌÌU‹ìƒì‰MøQ‹Ì‹EPè›D‹MøèCjj‹Møè—(‹ ØuAQj‹UR‹Møèb‹Eø‹å]ÂÌÌÌÌÌÌÌÌÌU‹ìƒì‰MøQ‹Ìè¿/‹Møè÷€jj‹MøèK(‹EP‹M Q‹UR‹Møè‹Eø‹å] ÌÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìƒì‰MøQ‹Ìèo/‹Møè§€jj‹Møèû'‹EP‹Møè¯!‹Eø‹å]ÂÌÌÌÌÌÌU‹ìQ‰Müjj‹MüèÍ'‹å]ÃÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹EP‹Müè=!‹å]ÂÌÌÌÌÌÌÌU‹ìQ‰Mü‹EP‹MüèM!‹å]ÂÌÌÌÌÌÌÌU‹ìQ‰Mü‹EP‹Müèý‹å]ÂÌÌÌÌÌÌÌU‹ìQ‰Mü‹EP‹Müè ‹å]ÂÌÌÌÌÌÌÌU‹ìQ‰MüŠEPj‹Müè ‹å]ÂÌÌÌÌÌU‹ìƒì‰Mø‹Mèï;E s‹Møè>‹MèÚ+E ‰Eü‹E;Eüs‹M‰Mü‹Uø;Uu%¡ØuAP‹M MüQ‹Møè‰‹U Rj‹Møè{ëBj‹EüP‹Møè &¶È…Ét-‹UüR‹Mè'E P‹Møè 'Pè&ƒÄ ‹EüP‹Møè‡%‹Eø‹å] ÌÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ì‹EP‹M Q‹URè|“ƒÄ ]ÃÌÌÌÌÌÌÌU‹ìƒì‰Mø‹Eø‹H;Ms‹Møè`€‹Uø‹B+E;E s ‹Mø‹Q+U‰U ƒ} vH‹Eø‹H+M+M Q‹Møèo&EE P‹Møè`&EPè'ƒÄ ‹Uø‹B+E ‰Eü‹MüQ‹MøèÌ$‹Eø‹å]ÂÌÌÌU‹ì‹EP‹M Q‹URè –ƒÄ ]ÃÌÌÌÌÌÌÌU‹ìQ‰Mü¡ØuAPj‹MQ‹U R‹EP‹Müè]‹å] ÌÌÌÌÌÌÌU‹ìQ‰Mü‹MüèÑ%E‹å]ÂÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Müè±%‹å]ÃÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Eü‹@‹å]ÃÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Eü3Ƀx”ÁŠÁ‹å]ÃÌÌÌÌÌÌÌU‹ìQ‰Mü‹Mè±ÿÿÿP‹E P‹MèD%P‹Müè›!‹å]ÂÌÌÌÌÌU‹ìQ‰Mü‹EPè ƒÄP‹M Q‹UR‹Müèl!‹å]ÂÌÌÌÌÌÌU‹ì‹EP脃Ä]ÃÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Müj‹E PMQ‹Müè'!‹å]ÂÌU‹ìQ‰Mü‹EPè°ÿÿÿƒÄP‹M Q‹UR‹Müè"‹å]ÂÌÌÌÌÌÌU‹ìQ‰Mü‹EPè€ÿÿÿƒÄP‹M Q‹UR‹Müè|"‹å]ÂÌÌÌÌÌÌU‹ìƒì‰MøÇEü‹EP‹M Q‹UøR‹MèLûÿÿ‹EüƒÈ‰Eü‹E‹å] ÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹EüPÿUƒÄ‹å]ÂÌÌÌÌÌÌÌÌÌU‹ìjÿhÈgAd¡Pd‰%Qƒì,SVW‰eð‰MÔÇEì‹EÔPMäè˜3ÇEüMäèùo¶È…Éu ‹UìƒÊ‰Uìë|ÆEü‹EÔ‹‹UÔQ‹Êè‰EЊEP‹MÐè’%‰EÌ‹M̉Màè´‰EÈ‹UȉUÜEàPMÜQè~ƒÄˆEǶUÇ…Òt ‹EìƒÈ‰Eìëjj‹MÔ‹‹MÔJèq¸eD@ÃÇEüj‹EìP‹MÔ‹‹MÔJèN‹EÔ‰EØÇEüÿÿÿÿMäèy3‹EØ‹Môd‰ _^[‹å]ÂÌÌÌU‹ì‹E‹M ‹+÷ØÀ@]ÃÌÌÌÌÌÌÌÌÌÌÌÌU‹ìƒÈÿ]ÃÌÌÌÌÌÌÌÌU‹ìƒì‰MøÇEü‹Eø‹‹UøQ‹ÊèN¶À…Àu%‹Mø‹‹MøJèç‹Èè`$ƒøÿu ‹EüƒÈ‰Eüj‹MüQ‹Uø‹‹MøH茋Eø‹å]ÃÌÌÌÌÌU‹ìQ‰Mü‹MüèA÷ÿÿƒà÷ØÀ÷Ø‹å]ÃÌÌÌÌU‹ìQ‰Mü‹EüÇxvA‹Müèö|‹å]ÃÌÌÌÌU‹ìƒì‰Mü‹Eüƒx(u ‹MƒÉ‰Møë‹U‰UøŠE P‹MøQ‹Müè¥}‹å]ÂÌÌÌÌÌÌÌU‹ìQ‰Müƒ}tŠE P‹Müè·öÿÿ EP‹Müè›ÿÿÿ‹å]ÂÌÌÌÌÌU‹ìQ‰Mü‹Eü‹@(‹å]ÃÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìƒì‰MøQ‹Ìè?(‹Møè÷'‹MøèŸ&‹Mø‰A‹UøÇB‹Eø‹å]ÃÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹MüèQ'‹å]ÃÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Eü‹HQèí'ƒÄ‹R‹MèO/‹E‹å]ÂÌÌÌÌÌÌU‹ìQ‰Mü‹Eü3Ƀx”ÁŠÁ‹å]ÃÌÌÌÌÌÌÌU‹ìƒì‰Mø‹EPMüQ‹Møèw‹R‹Møèl%‹å]ÂÌÌÌÌÌÌU‹ìƒì‰MøQ‹Ìè_'‹Møè'‹Møèÿ'‹Mø‰A‹UøÇB‹Eø‹å]ÃÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Müè±(‹å]ÃÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Eü‹HQ‹Mèz.‹E‹å]ÂÌU‹ìƒì‰Mø‹EPMüQ‹MøèÇÿÿÿ‹R‹Møèü&‹å]ÂÌÌÌÌÌÌU‹ìQ‰Mü‹Eü‹HQ‹Mè*.‹E‹å]ÂÌU‹ìƒì V‰Mô‹MôèÎ(‹ð‹Môè„(;ðs‹EPj‹Mô‹QR‹Môèk)‹Mô‰Aë‹UREüP‹Môè“ÿÿÿ‹QUøR‹MôèÄ(^‹å]ÂÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Müèa)‹Eü‹å]ÃÌÌÌÌÌÌÌÌÌÌU‹ìƒì‰Mø‹Eø‹‰Mü‹MøèÇÿÿÿ‹U‹Eü‰‹E‹å]ÂÌÌÌÌÌÌU‹ìQ‰Mü‹EP‹Müè½-¶À÷ØÀ@‹å]ÂÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìjÿhhAd¡Pd‰%ƒì‰MìÇEðƒ}t$‹EìÇäuA‹MìƒÁdèaÇEü‹MðƒÉ‰Mðjjj‹UìƒÂR‹Mìè¬ÇEü‹Eì‹‹Q‹EìÇàuAj‹MìƒÁè–(ÆEü‹MQ‹U ƒÊR‹EP‹MìƒÁè)…Àujj‹Mì‹‹MìJèPüÿÿÇEüÿÿÿÿ‹Eì‹Môd‰ ‹å]ÂÌÌÌÌÌÌU‹ìQ‰Mü‹Eü‹Hø‹Q‹EüÇDøìuA‹å]ÃÌU‹ìjÿh+hAd¡Pd‰%Q‰Mð‹Eð‹Hœ‹Q‹EðÇDœàuAÇEü‹Mðƒé\èžÇEüÿÿÿÿ‹Mðƒé\èŒÿÿÿ‹Môd‰ ‹å]ÃÌÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹MüƒÁè(‹å]ÃÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹EP‹M ƒÉQ‹UR‹MüƒÁèÿ'…Àujj‹Eü‹‹UüQ‹ÊèEûÿÿ‹å] ÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìjÿhHhAd¡Pd‰%ƒì‰Mè‹EèÇàvAÇEü‹Mè¶QT…Òt‹Mèè?(‹Eè‹HH‰Mì‹Uì‰Uðƒ}ðtj‹Mðè‰EäëÇEäÇEüÿÿÿÿ‹Mèè‹Môd‰ ‹å]ÃÌÌÌÌÌÌÌU‹ìƒì‰Mô‹EôǨvA‹Mô‹Q8‰Uø‹Eø‰Eüƒ}ütj‹Müèÿ‰EðëÇEð‹å]ÃÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰MüèDùÿÿ‹å]ÂÌÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü3À‹å]ÃÌÌÌU‹ìQ‰Müèùÿÿ‹å]ÃU‹ìƒì‰Mô‹Eô‹‹MôÿR‰Eüèôøÿÿ‰EøEüPMøQèÄøÿÿƒÄ¶Ð…Òt èÕøÿÿ‰Eðë‹MôèxPèƒÄ‰Eð‹Eð‹å]ÃÌÌÌÌÌU‹ì‹E¶]ÃÌÌÌÌÌU‹ìƒìV‰MìÇEüƒ} ŽÙ‹Mìèí…Àtm‹Mìè!‹ð‹Mìè×+ð‰uøƒ}ø~P‹E ;Eø}‹M ‰Mø‹UøR‹Mìè²P‹EPèôÿÿƒÄ ‹MMø‰M‹UüUø‰Uü‹E +Eø‰E ‹MøQ‹MìèÞë[‹Uì‹‹MìÿP‰Eôèù÷ÿÿ‰EðMôQUðRèÉ÷ÿÿƒÄ¶À…Àtë1MôQè4ƒÄ‹Uˆ‹EƒÀ‰E‹MüƒÁ‰Mü‹U ƒê‰U éÿÿÿ‹Eü^‹å]ÂÌÌU‹ì‹EŠ]ÃÌÌÌÌÌÌU‹ìƒìV‰MìÇEüƒ} ŽÕ‹Mìèý…Àtm‹Mì豋ð‹Mìèç+ð‰uøƒ}ø~P‹E ;Eø}‹M ‰Mø‹UøR‹EP‹Mìè¾PèóÿÿƒÄ ‹MMø‰M‹UüUø‰Uü‹E +Eø‰E ‹MøQ‹MìèþëW‹URèCþÿÿƒÄP‹Eì‹‹MìÿR‰EôèÜöÿÿ‰EðEôPMðQè¬öÿÿƒÄ¶Ð…Òtë ‹EƒÀ‰E‹MüƒÁ‰Mü‹U ƒê‰U é!ÿÿÿ‹Eü^‹å]ÂÌÌÌÌÌÌU‹ìQ‰Mü¡„wAP‹Mè+(‹E‹å]ÂÌÌU‹ìQ‰Mü¡„wAP‹Mè (‹E‹å] ÌÌU‹ìQ‰Mü‹Eü‹å]ÂU‹ìjÿhhhAd¡Pd‰%ƒìdSV‰Mœèöÿÿ‰EÀEPMÀQèëõÿÿƒÄ¶Ð…ÒtEPèxƒÄé\‹Mœèx…Àt6‹Mœèl‹ð‹Mœè";ðs MQè%þÿÿƒÄŠØ‹Mœèøˆ‹Eé‹UœƒzXu è õÿÿé‹Eœƒx<u;‹Mœ‹QXREPèâýÿÿƒÄPè)ƒÄ¶È…Ét‹U‰U˜ëèbõÿÿ‰E˜‹E˜éÃÇEìEPè§ýÿÿƒÄˆEë‹ ØuAQj‹Uœ‹JHè-ñÿÿjjMÈè±ÇEüEäPM¼QMÈèú‹Èè“ ‹ðMÈèòÿÿðVU¸RMÈèÚ‹Èès PEðPMìQUëR‹EœƒÀPP‹Mœ‹I<è¤(‰E”ƒ}”Œƒ}”~ƒ}”„®éíU´RMÈ膋Èè ‹Mä+ȉMÄtM‹Uœ‹BXP‹MÄQjU°RMÈè\‹Èèõ PèLŠƒÄ9EÄtèRôÿÿ‰E¬ÇEüÿÿÿÿMÈè îÿÿ‹E¬é¤‹EœÆ@L‹MðUë;Êt‹E‰E¨ÇEüÿÿÿÿMÈèrîÿÿ‹E¨ëyƒ}Äu jjMÈè+ë`‹Mœ‹QXRŠEëP虃ĶȅÉt‹U‰UëèÒóÿÿ‰E‹E‰E¤ÇEüÿÿÿÿMÈèîÿÿ‹E¤ë!è°óÿÿ‰E ÇEüÿÿÿÿMÈèþíÿÿ‹E ëézþÿÿ‹Môd‰ ^[‹å]ÂÌÌU‹ìQèwóÿÿ‹M9t ‹U‹‰Eüë èaóÿÿ÷ØÀ@‰Eü‹Eü‹å]ÃÌÌU‹ì‹E P¾MQè3ŠƒÄ3Òƒøÿ•ŠÂ]ÃU‹ìƒìV‰Mì‹Mì莅Àt|‹Mìèb‹ð‹Mìèx;ðsfèÿòÿÿ‰EüEPMüQèÏòÿÿƒÄ¶Ð…Òu.‹MìèMƒèPè$úÿÿƒÄ‰EøEPMøQè¡òÿÿƒÄ¶Ð…Òt‹MìèEPè&ÿÿÿƒÄé´‹MìƒyXtèòÿÿ‰EôUREôPè`òÿÿƒÄ¶È…Ét èqòÿÿé‚‹Uìƒz<u.EPèºúÿÿƒÄˆEó‹Mì‹QXREóPèdƒÄ¶È…Ét‹EëK‹Mìè‹UìƒÂD;Ât4EPèzúÿÿƒÄ‹MìˆAD‹UìƒÂER‹EìƒÀDP‹MìƒÁDQ‹Mìè‹Eëèêñÿÿ^‹å]ÂÌÌÌU‹ì‹E P‹M¶Rè刃Ä3Ƀøÿ•ÁŠÁ]ÃÌÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìƒì V‰Mô‹Môè…Àt)‹Môè‹ð‹Môè8;ðs‹MôèìPèÆøÿÿƒÄëD‹Eô‹‹MôÿR‰Eüè^ñÿÿ‰EøEüPMøQè.ñÿÿƒÄ¶Ð…Òt‹Eüë‹EüP‹Mô‹‹MôÿR‹Eü^‹å]ÃÌÌÌÌÌÌÌÌU‹ìƒì8V‰MЋMÐè~…Àt,‹MÐèr‹ð‹MÐè¨;ðs‹MÐèœPè6øÿÿƒÄé‹EЃxXu èÐðÿÿéý‹MЃy<u?ÆEÿ‹UЋBXPMÿQèîƒÄ¶Ð…ÒtEÿPèë÷ÿÿƒÄ‰EÌëèŽðÿÿ‰EÌ‹EÌ鵋MЋUЋBP‰A@‹ ØuAQj‹UЋJHècìÿÿ‹EЋHXQèÛ‡ƒÄ‰Eèƒ}èÿu èFðÿÿésŠUèRj‹EЋHHè` MìQUôREóPMøQUäR‹EЋHHè‹Èèš‹ð‹MЋIHèíÿÿðVUàR‹EЋHHèÛ‹ÈètP‹MЃÁPQ‹UЋJ<èq#‰Eȃ}È„‡ƒ}Èt ƒ}Èt3éÙEÜP‹MЋIH蔋Èè-‹Uø+ÐRj‹EЋHHèŠëÿÿ鲋MЋIHèšìÿÿƒøséjUØR‹EЋHHèO‹ÈèèPMóQè¾~ƒÄ UóRè’öÿÿƒÄëoEÔP‹MЋIHè‹Èè·‹ð‹UЋJHè:ìÿÿð+uø‰uôƒ}ô~$‹Eôƒè‰Eô‹MЋQXR‹EøEô¾Q膃ÄëÖUóRè/öÿÿƒÄë èÕîÿÿëékþÿÿ^‹å]ÃÌÌÌÌÌÌÌÌÌU‹ìQ‹E Pè7†ƒÄ‰Eüƒ}üÿu2Àë ‹MŠUüˆ°‹å]ÃÌÌÌÌÌU‹ìƒìV‰Mð‹Mðè.‹ð‹Mðèä;ðv‹MðèØ‹MðƒÁD;Áuƒ}tëu‹Uðƒz<u ‹E ƒè‰E ëa‹Mð‹IHèWëÿÿ‰Eôƒ}ô~-‹Uôƒê‰Uô‹Eð‹HXQ‹UôR‹Eð‹HHèïêÿÿ¾Qè…ƒÄëÍ‹ØuARj‹Eð‹HHèíéÿÿ‹Mð‹Uð‹B@‰AP‹MðƒyXtM‹Mðèp¶Ð…Òt>ƒ} uƒ}t‹EP‹M Q‹Uð‹BXPèi…ƒÄ …ÀuMøQ‹Uð‹BXPè0…ƒÄ…Àt‹ „wAQ‹Mè,‹EëI‹Mðèß‹UðƒÂD;Âu‹EðƒÀDP‹MðƒÁDQ‹UðƒÂDR‹MðèX‹EüP‹MøQ‹Uð‹BPP‹Mè!‹E^‹å]ÂÌÌÌÌÌÌÌU‹ìƒì‰MðM è_‰Eø‰UüM èq‹Mø+Á‰Eô‹UðƒzXt\‹Mð舶À…ÀtMMøQ‹Uð‹BXP腃ąÀu6ƒ}ôtj‹MôQ‹Uð‹BXPèr„ƒÄ …ÀuMøQ‹Uð‹BXPè9„ƒÄ…Àt‹ „wAQ‹Mè5‹Eët‹UðƒzHt"M 蟋Mð‰AP‹ØuARj‹Eð‹HHèUèÿÿ‹Mð轋MðƒÁD;Áu‹UðƒÂDR‹EðƒÀDP‹MðƒÁDQ‹Mðè6‹UüR‹EøP‹Mð‹QPR‹Mèÿ‹E‹å] ÌÌÌÌÌÌU‹ìƒì ‰Mü‹EüƒxXtCƒ}uƒ} u ÇEøëÇEø‹M Q‹UøR‹EP‹Mü‹QXRè „ƒÄ…Àu‹Eü‰EôëÇEô‹Eô‹å]ÂÌÌÌÌÌÌÌÌÌÌÌU‹ìƒì‰Mô‹EôƒxXtOèyëÿÿP‹Mô‹‹MôÿR‰Eüèeëÿÿ‰EøEüPMøQè5ëÿÿƒÄ¶Ð…Òu‹Eô‹HXQ裄ƒÄ…À} ÇEðÿÿÿÿëÇEð‹Eð‹å]ÃÌU‹ìQ‰Mü‹EPèðMƒÄP‹MüèT‹å]ÂÌÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Eü‹Q螃ċå]ÃÌÌÌÌÌÌÌU‹ìQ‰Mü‹MüèÑÿÿÿ‹å]ÃÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹MüèÑÿÿÿ‹å]ÃÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Müèá‹Eü‹å]ÃÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Müèá‹å]ÃÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹MüèÑÿÿÿ‹å]ÃÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìƒì‰Mø‹Eø‹‰Mü‹MøèW‹U‹Eü‰‹E‹å]ÂÌÌÌÌÌÌU‹ìjÿh²hAd¡Pd‰%ƒì‰MìÇEðƒ}t$‹EìÇôuA‹MìƒÁ`èQ ÇEü‹MðƒÉ‰Mðjj‹UìƒÂR‹MìèŽ ÇEü‹Eì‹‹Q‹EìÇðuAj‹MìƒÁèˆÆEü‹MQ‹U ƒÊR‹EP‹MìƒÁèú…Àujj‹Mì‹‹MìJèBêÿÿÇEüÿÿÿÿ‹Eì‹Môd‰ ‹å]ÂÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Eü‹Hü‹Q‹EüÇDüpvA‹å]ÃÌU‹ìjÿhËhAd¡Pd‰%Q‰Mð‹Eð‹H ‹Q‹EðÇD ðuAÇEü‹Mðƒé\èŽîÿÿÇEüÿÿÿÿ‹Mðƒé\èŒÿÿÿ‹Môd‰ ‹å]ÃÌÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹MüƒÁèþ‹å]ÃÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Müè!‹Eƒàt ‹MüQèe‚ƒÄ‹Eü‹å]ÂÌÌÌÌU‹ìƒì‰Mô‹Eôƒ8t1‹Mô‹ è5‰Eø‹Uø‰Uüƒ}ütj‹Eü‹‹Müÿ‰EðëÇEð‹å]ÃÌÌÌÌÌÌÌÌÌÌU‹ìƒì ‰MôjMÿè &‹Eôƒxv‹Môƒyÿs‹Uô‹Bƒè‹Mô‰A‹Uô3Àƒz•ÀH#Eô‰EøMÿèQ/‹Eø‹å]ÃÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Müƒé讋Eƒàt‹MüƒéQèƒÄ‹Eüƒè‹å]ÂÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Müèáçÿÿ‹Eƒàt ‹MüQèEƒÄ‹Eü‹å]ÂÌÌÌÌU‹ìQ‰Mü‹Müƒéèn‹Eƒàt‹MüƒéQèƒÄ‹Eüƒè‹å]ÂÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Müè1íÿÿ‹Eƒàt ‹MüQèÕ€ƒÄ‹Eü‹å]ÂÌÌÌÌU‹ìQ‰Mü‹MüƒédèŽÞÿÿ‹Eƒàt‹MüƒédQ蟀ƒÄ‹Eüƒèd‹å]ÂÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Müè1ìÿÿ‹Eƒàt ‹MüQèe€ƒÄ‹Eü‹å]ÂÌÌÌÌU‹ìQ‰Mü‹Müè‘àÿÿ‹Eƒàt ‹MüQè5€ƒÄ‹Eü‹å]ÂÌÌÌÌU‹ìQ‰Mü‹Müƒé`è>Þÿÿ‹Eƒàt‹Müƒé`QèÿƒÄ‹Eüƒè`‹å]ÂÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹MüƒÁèžüÿÿ‹MüƒÁèSæÿÿ‹å]ÃÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹MüƒÁè^êÿÿ‹MüƒÁè#æÿÿ‹å]ÃÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìƒì‰MøQ‹Ìèÿ‹Møè7`jj‹Møè‹ŠE P‹MQ‹MøèK‹Eø‹å]ÂÌÌU‹ìQ‰Mü¡ØuAPj‹MQ‹Müè5‹å]ÂÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹EPè°âÿÿƒÄP‹MQ‹MüèÀ‹å]ÂÌÌÌÌÌÌÌÌÌÌU‹ìƒì‰Mø‹Eø‹ ØuA+H;Mw‹Møè‚aƒ}vL‹Uø‹BE‰Eüj‹MüQ‹Møè.¶Ð…Òt+ŠE P‹MQ‹Møè7‹UøBPèƒÄ ‹EüP‹Møè¬‹Eø‹å]ÂÌÌÌU‹ì‹E P¾MQ‹URè[~ƒÄ ]ÃÌÌÌÌÌÌU‹ìQ‰Mü¡ØuAPj‹MQ‹Müè5ßÿÿ‹å]ÂÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹EPè°áÿÿƒÄP‹MQ‹Müèp‹å]ÂÌÌÌÌÌÌÌÌÌÌU‹ìƒì‰Mð‹Eð‹H;Mr ‹MèÔàÿÿ;Es‹Mðè#`‹Uð‹B+E;E s ‹Mð‹Q+U‰U ‹Mè¥àÿÿ+E‰Eø‹Eø;Es‹Mø‰M‹ØuA+U‹Eð‹H+M ;Ñw‹Mðè'`‹Uð‹B+E +E‰Eü‹Mð‹QU+U ‰Uô‹Eð‹H;Môsj‹UôR‹Mð輋Eð;EtS‹MüQ‹MðèÈEE P‹Mðè¹EEPè}ßÿÿƒÄ ‹UR‹MèžEP‹Mðè’EPè©ÞÿÿƒÄ 锋E;E wS‹MQ‹MðèmEP‹MðèaEPè(ßÿÿƒÄ ‹UüR‹MðèIEE P‹Mðè:EEPèþÞÿÿƒÄ é9‹E;EwS‹MüQ‹MðèEE P‹MðèEEPèÇÞÿÿƒÄ ‹UR‹MðèèEP‹MðèÜEPè£ÞÿÿƒÄ éÞ‹EE ;EwX‹MüQ‹Mðè´EE P‹Mðè¥EEPèiÞÿÿƒÄ ‹UR‹Mð芋MM+M ÁP‹MðèvEPè=ÞÿÿƒÄ ë{‹U R‹Mðè\EP‹MðèPEPèÞÿÿƒÄ ‹EüP‹Mðè8EE P‹Mðè)EEPèíÝÿÿƒÄ ‹M+M Q‹Mðè EEP‹MðèüEE PèÀÝÿÿƒÄ ‹UôR‹Mðèq‹Eð‹å]ÂÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹MüèÁP‹Mè‹E‹å]ÂÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìƒì‰Mðƒ}u‹Eð‹M ;Hw‹E 鬋Uð‹E ;Bƒ˜‹Mð‹Q+U ‰Uü‹E;Eü‡€‹Mƒé‹Uü+щUü‹MðèAE ‰Eôë‹Eø+EôƒÀ‹Mü+ȉMü‹UøƒÂ‰Uô‹EP‹MüQ‹UôRènƒÄ ‰Eøƒ}øt+‹EP‹MQ‹UøRè1ƒÄ …Àu‹Mðèâ‹Mø+È‹Áëëž¡ØuA‹å] ÌÌÌÌÌÌÌÌÌÌÌÌU‹ì‹EP‹M Q‹URèlzƒÄ ]ÃÌÌÌÌÌÌÌU‹ì‹E P‹M¾R‹EPè {ƒÄ ]ÃÌÌÌÌU‹ìƒì ‰Môƒ}vh‹Eô‹M ;Hs]‹Môè^‹UôB‰Eü‹MôèME ‰Eøë ‹EøƒÀ‰Eø‹Mø;Müs+‹UøR‹EP‹MQèƒÿÿÿƒÄ …Àt‹Môè‹Uø+ЋÂëëÄ¡ØuA‹å] ÌÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìƒì ‰Mô‹Eô‹M ;Hs]‹MôèÔ‹UôB‰Eü‹MôèÃE ‰Eøë ‹EøƒÀ‰Eø‹Mø;Müs+‹UøR‹EP‹MQèùþÿÿƒÄ …Àu‹Mô芋Uø+ЋÂëëÄ¡ØuA‹å] ÌÌÌÌU‹ìƒì‰MøÆEÿ‹Eø‹M‰HUÿR‹MøèNEPèƒÄ‹å]ÂÌÌÌÌÌÌÌÌÌÌÌÌU‹ì‹E‹M Šˆ]ÃÌU‹ìƒì‰Mü‹Müè¿;Es‹Müè[‹Eü‹H;Ms‹Uü‹BP‹MQ‹MüèÔëJ¶U …Òt2ƒ}s,‹Eü‹M;Hs‹U‰Uøë ‹Eü‹H‰Mø‹UøRj‹Müè*ëƒ}u j‹Müè(ÿÿÿ3À;EÀ÷Ø‹å]ÂÌÌÌÌÌÌÌÌÌU‹ìƒì‰Mø¶E…ÀuëE‹Møƒyr<‹Uø‹B‰Eüƒ} v‹M Q‹UüR‹EøƒÀPèaÙÿÿƒÄ ‹Mø‹QƒÂR‹EüP‹Møèx‹MøÇA‹U R‹Møè¢þÿÿ‹å]ÂÌÌÌÌÌÌÌÌÌÌÌÌU‹ìƒì‰Mü‹Eüƒxr ‹Mü‹Q‰Uøë ‹EüƒÀ‰Eø‹Eø‹å]ÃÌÌÌU‹ìjÿhühAd¡Pd‰%ƒì‰MìÇEðƒ}t$‹EìÇüuA‹MìƒÁèaÇEü‹MðƒÉ‰Mð‹Uì‹‹H‹UìÇ pvAŠE P‹MQ‹Uì‹‹MìHèÇEüÿÿÿÿ‹Eì‹Môd‰ ‹å] ÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Müè‹EüÇxvA‹Eü‹å]ÃÌU‹ìQ‰Mü‹EüÇhvA‹Eü‹å]ÃÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹MüèÏY‹Eƒàt ‹MüQè%vƒÄ‹Eü‹å]ÂÌÌÌÌU‹ìjÿh,iAd¡Pd‰%ƒì‰MìÇEðƒ}t$‹EìÇvA‹MìƒÁèQÿÿÿÇEü‹MðƒÉ‰Mð‹Uì‹‹H‹UìÇ ìuA‹EìÇ@¶M…ÉuŠU R‹EP‹Mì‹‹MìJèõÇEüÿÿÿÿ‹Eì‹Môd‰ ‹å]ÂÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Eü‹‹MüÿR,‹å]ÃÌÌÌÌÌÌÌÌÌÌU‹ìƒì V‰Mø‹Møè®…Àt:‹Møè¢‹ð‹MøèX;ðs$‹Møè<‰Eü‹EüŠMˆ‹UüRè8âÿÿƒÄ‰EôëEPè'âÿÿƒÄP‹Mø‹‹MøÿR‰Eô‹Eô^‹å]ÂÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Eü‹H‹‹å]ÃÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Eü‹H ‹‹å]ÃÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Eü‹H$‹‹å]ÃÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Eü‹H ‹Uü‹B0‹ ‹Á‹å]ÃÌÌÌU‹ìQ‰Mü‹Eü‹H0‹+U‹Eü‹H0‰‹Uü‹B ‹M‹Uü‹B ‰‹å]ÂÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Eü‹H‹U‰‹Eü‹H ‹U ‰‹E+E ‹Mü‹Q0‰‹å] ÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Eü‹H$‹Uü‹B4‹ ‹Á‹å]ÃÌÌÌU‹ìQ‰Mü‹Eü‹H0‹ƒÂ‹Eü‹H0‰‹Uü‹B ‹ƒé‹Uü‹B ‰‹Mü‹Q ‹‹å]ÃÌÌÌÌÌÌÌU‹ìƒì‰Mü‹Eü‹H0‹ƒê‹Eü‹H0‰‹Uü‹B ‹‰Mø‹Uü‹B ‹ƒÁ‹Uü‹B ‰‹Eø‹å]ÃÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Eü‹H4‹+U‹Eü‹H4‰‹Uü‹B$‹M‹Uü‹B$‰‹å]ÂÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìƒì‰Mü‹Eü‹H4‹ƒê‹Eü‹H4‰‹Uü‹B$‹‰Mø‹Uü‹B$‹ƒÁ‹Uü‹B$‰‹Eø‹å]ÃÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìƒì ‰MôMèß ‰Eø‹E P‹MøQèïƒÄ‹R‹EøP‹MôèM‰Eüj‹Môè‹MøQèǃċUü‰‹EüP趃ċQ軃ċUü‰‹å]ÂÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìjÿh@iAd¡Pd‰%QƒìSVW‰eð‰Mäj‹Mäè‰EèÇEìÇEü‹EèPèWƒÄ‰EàMèQ‹UàR‹MäƒÁèî‹EìƒÀ‰Eì‹MèQèƒÄ‰EÜUèR‹EÜP‹MäƒÁèÃë5ƒ}ì~‹MèQèƒÄP‹MäƒÁèÃj‹UèR‹MäèEjjèsÇEüÿÿÿÿ‹Eè‹Môd‰ _^[‹å]ÃÌU‹ìQ‰Mü‹Müèq‹Eü‹HQ襃ÄP‹MüƒÁèf‹Uü‹BPèzƒÄP‹MüƒÁèKj‹Mü‹QR‹MüèÊ‹EüÇ@‹å]ÃÌÌÌÌÌÌÌÌÌÌÌÌU‹ìƒì‰MøQ‹ÌEP軋MøèsMQ‹MøƒÁ褋Eø‹å]ÂÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Eü‹å]ÃÌÌU‹ì‹E]ÃÌÌÌÌÌÌÌÌU‹ì‹EƒÀ]ÃÌÌÌÌÌU‹ìƒì ‰MôM蟉Eø‹E P‹MøQ诃ċR‹EøP‹MôèM‰Eüj‹Môè‹MøQ臃ċUü‰‹EüPèvƒÄ‹Qè{ÿÿÿƒÄ‹Uü‰‹å]ÂÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìjÿhPiAd¡Pd‰%QƒìSVW‰eð‰Mäj‹Mäè‰EèÇEìÇEü‹EèPèÿÿÿƒÄ‰EàMèQ‹UàR‹MäƒÁ讋EìƒÀ‰Eì‹MèQè܃ĉEÜUèR‹EÜP‹MäƒÁèƒë5ƒ}ì~‹MèQèÂþÿÿƒÄP‹MäƒÁèƒj‹UèR‹Mäè jjèÙpÇEüÿÿÿÿ‹Eè‹Môd‰ _^[‹å]ÃÌU‹ìQ‰Mü‹Müèq‹Eü‹HQèeþÿÿƒÄP‹MüƒÁè&‹Uü‹BPè:ƒÄP‹MüƒÁè j‹Mü‹QR‹MüèŠ ‹EüÇ@‹å]ÃÌÌÌÌÌÌÌÌÌÌÌÌU‹ìƒì‰Mü‹Eüƒxu ÇEøë‹Mü‹Uü‹A +B™¹Ü÷ù‰Eø‹Eø‹å]ÃÌÌÌÌÌÌÌU‹ìƒì‰Mü‹Eüƒxu ÇEøë‹Mü‹Uü‹A+B™¹Ü÷ù‰Eø‹Eø‹å]ÃÌÌÌÌÌÌÌU‹ìƒì‰Mð‹Mðè¯ÿÿÿ…Àu ÇEìëEøP‹MðèFÖÿÿPM è}‰Eì‹Mì‰Mü‹URj‹E P‹MðèB‹MüQ‹UREôP‹MðèÖÿÿ‹Èè‹E‹å] ÌÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹EüP‹MQ‹U R‹EPè7ƒÄ‹E iÀÜE‹å] ÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Eü‹Qè¾üÿÿƒÄ‹Uü‹‰‹Eü‹å]ÃÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìjÿhhiAd¡Pd‰%Q‰Mð‹Mðè¼ ÇEü‹EðÇàvA‹MðÇAHj‹UR‹Mðè”ÇEüÿÿÿÿ‹Eð‹Môd‰ ‹å]ÂÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Eü3ɃxX•ÁŠÁ‹å]ÃÌÌÌÌÌÌÌU‹ìjÿhˆiAd¡Pd‰%ƒì‰Mè‹EèƒxXu‹MQ‹U R‹EPè'RƒÄ ‰Eðƒ}ðu3ÀëQj‹MðQ‹MèèúUìR‹MèèN ‰Eä‹Eä‰EàÇEü‹MàQèÅ4ƒÄP‹Mèè)ÇEüÿÿÿÿMìèŠéÿÿ‹Eè‹Môd‰ ‹å] ÌÌÌÌÌÌÌU‹ìQ‰Mü‹EüƒxXt3‹Müè8¶È…Ét$‹Uü‹BXPè¬mƒÄ…Àujj‹Müèb‹Eüë3À‹å]ÃÌÌÌÌÌÌÌU‹ìjÿh¨iAd¡Pd‰%ƒìDV‰M´‹E´ƒx<t ‹M´¶QL…Òu°écÇEðèÑÿÿP‹E´‹‹M´ÿRjjMÐè’ëÿÿÇEüEìPMÈQMÐèÛïÿÿ‹Èètæÿÿ‹ðMÐèúÍÿÿðVUÄRMÐè»ïÿÿ‹ÈèTæÿÿP‹E´ƒÀPP‹M´‹I<èq‰E°ƒ}°tƒ}°tƒ}°„ é³‹U´ÆBLEÀPMÐèpïÿÿ‹Èè æÿÿ‹Mì+ȉMÌtF‹U´‹BXPj‹MÌQU¼RMÐèFïÿÿ‹ÈèßåÿÿPè6fƒÄ9EÌtÆE»ÇEüÿÿÿÿMÐèŽÊÿÿŠE»ëf‹E´¶HL…ÉuÆEºÇEüÿÿÿÿMÐèkÊÿÿŠEºëCjjMÐè*ëÿÿë0ÆE¹ÇEüÿÿÿÿMÐèEÊÿÿŠE¹ëÆE¸ÇEüÿÿÿÿMÐè-ÊÿÿŠE¸ëéÈþÿÿ‹Môd‰ ^‹å]ÃÌÌÌÌU‹ìjÿhËiAd¡Pd‰%ƒì‰Mè‹M芶À…Àt ‹MèÇA<ë^‹Uè‹E‰B<‹Mèèf ‹MèƒyHuDjè÷OƒÄ‰EìÇEüƒ}ìt ‹Mìè‹Èÿÿ‰EäëÇEä‹Uä‰UðÇEüÿÿÿÿ‹Eè‹Mð‰HH‹Môd‰ ‹å]ÂÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Eü‹‹MüÿR‹å]ÃÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹EP‹MüèÍI‹Eü‹å]ÂÌÌÌÌU‹ìQ‰Mü‹Eü‹ÁÜ‹Uü‰ ‹Eü‹å]ÃÌÌU‹ìQ‰Mü‹EüÇ‹Eü‹å]ÃÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Eü‹‹å]ÃU‹ìQ‰Mü‹Eü‹M‹+÷ØÀ@‹å]ÂÌÌÌÌU‹ìQ‰Mü‹Eü‹M‰‹Uü¡ ÏA‰B‹ ¤ÏA‰J ‹Uü¡@ÎA‰B‹Eü‹å]ÂÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹EüÇ‹Mü‹U ‰Q‹E‰A ‹Mü‹U‰Q‹Eü‹å] ÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Eü‹@‹å]ÃÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Mü‹A‹Q ‹å]ÃÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Eü‹@‹Mü‹å]ÃÌÌÌÌÌÌÌÌÌÌU‹ìjÿhèiAd¡Pd‰%Q‰Mð‹EP‹MðèHÇEü‹M‹‹MJèáÄÿÿ¶À…Àt-‹M‹‹MJèz…Àt‹E‹‹UQ‹Êèd‹Èè Íÿÿ‹E‹‹UQ‹Êè›Äÿÿ‹MðˆAÇEüÿÿÿÿ‹Eð‹Môd‰ ‹å]ÂÌÌÌÌÌÌÌÌÌÌÌU‹ìjÿhèiAd¡Pd‰%Q‰MðÇEüè]M¶À…Àu ‹Mð‹ è·ÇEüÿÿÿÿ‹Mðèè‹Môd‰ ‹å]ÃÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹E P‹MQ‹UR‹EP‹MQ‹U R‹EP‹Mü‹‹MüÿR‹å]ÂÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹E P‹MQ‹UR‹EP‹MQ‹U R‹EP‹Mü‹‹MüÿR‹å]ÂÌÌÌÌÌÌÌÌÌÌÌÌU‹ìƒì‰Mø‹MèïÈÿÿ;E s‹Møè>H‹MèÚÈÿÿ+E ‰Eü‹Eü;Es‹Mü‰M‹Uø¡ØuA+B;Ew‹MøèbHƒ}vT‹Mø‹QU‰Uüj‹EüP‹Møèíÿÿ¶È…Ét3‹UR‹MèîÿÿE P‹Møèîÿÿ‹MøAPè#ÇÿÿƒÄ ‹UüR‹Møè„ìÿÿ‹Eø‹å] ÌÌÌÌÌÌÌÌÌÌÌU‹ìƒì‰Mø‹EP‹MøèÛ¶È…Ét ‹U R‹Møè¸íÿÿ‹M+ÈQ‹UøR‹Møèÿÿÿën‹Eø‹ ØuA+H;M w‹MøèŸGƒ} vL‹Uø‹BE ‰Eüj‹MüQ‹MøèKìÿÿ¶Ð…Òt+‹E P‹MQ‹MøèTíÿÿ‹UøBPèhÆÿÿƒÄ ‹EüP‹MøèÉëÿÿ‹Eø‹å]ÂU‹ìQ‰Mü‹EP‹Müè-¶È…Ét ‹U R‹Müè íÿÿ‹M+ÈQ‹UüR‹MüèXÅÿÿë=j‹E P‹MüèÈëÿÿ¶È…Ét%‹U R‹EP‹MüèÑìÿÿPèëÅÿÿƒÄ ‹M Q‹MüèLëÿÿ‹Eü‹å]ÂÌÌÌU‹ìQ‰Mü‹E;ØuAu‹MüèªFj‹MQ‹Müèhëÿÿ¶Ð…Òt%ŠE P‹MQ‹MüèqìÿÿPè[åÿÿƒÄ ‹UR‹Müèìêÿÿ‹Eü‹å]ÂÌÌÌU‹ìƒì ‰Mø‹Møè¯‰Eüƒ}üw ÇEôë ‹Eüƒè‰Eô‹Eô‹å]ÃÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìjÿhjAd¡Pd‰%QƒìSVW‰eð‰Mä‹EƒÈ‰Eè‹MäèŠÿÿÿ;Eès‹M‰MèëC‹Uä‹JÑé‹Eè3Ò¾÷ö;Ás+‹Uä‹rÑî‹MäèUÿÿÿ+Æ‹Mä9Aw‹Uä‹BÑè‹MäA‰EèÇEü‹UèƒÂR‹MäèĉEà‹Eà‰EìëI‰eð‹M‰MèÆEü‹UèƒÂR‹Mäè‰EÜ‹E܉Eìëjj‹Mäè¶êÿÿjjèZdÇEü¸p|@ÃÇEüÿÿÿÿƒ} v‹M Q‹MäèëÿÿP‹UìRèÄÿÿƒÄ jj‹Mäènêÿÿ‹Eä‹Mì‰H‹Uä‹Eè‰B‹M Q‹Mäè`éÿÿ‹Môd‰ _^[‹å]ÂÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹EPèõaƒÄ‹å]ÂÌÌÌÌÌÌÌU‹ìQ‰Mü‹Eü‹‹UüQ‹Êèçùÿÿƒàt‹MüèºÇÿÿ‹å]ÃÌÌÌÌÌÌU‹ìQ‰Mü‹Eü‹@,‹å]ÃÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Müè*G‹Eü‹M‰H(‹UüÇB,j ‹Müè´‹MüˆA0‹Uüƒz(u jj‹Müè9Èÿÿ¶E …Àt ‹Müè_Dë ‹MüÇA‹å]ÂÌÌÌÌÌÌÌU‹ìƒì ‰Mø‹EøÇ¨vAjè˜GƒÄ‰Eüƒ}üt ‹MüèÝJ‰EôëÇEô‹Mø‹Uô‰Q8‹MøèÆ‹Eø‹å]ÃÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìƒì‰MøÇEü‹Eø‹H8Q‹Mè!‹UüƒÊ‰Uü‹E‹å]ÂÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Eü‹M‹‰‹Eü‹è‹Eü‹å]ÂÌÌÌÌÌÌÌÌÌÌÌÌU‹ìƒì‰MøjMÿè]‹Eøƒxÿs‹Mø‹QƒÂ‹Eø‰PMÿè½ ‹å]ÃÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹EüƒÀ‹Mü‰A‹UüƒÂ ‹Eü‰P‹MüƒÁ‹Uü‰J ‹EüƒÀ‹Mü‰A$‹UüƒÂ(‹Eü‰P0‹MüƒÁ,‹Uü‰J4jj‹Müèåjjj‹Müè§ëÿÿ‹å]ÃÌÌÌU‹ìƒì ‰Mô‹Eô‹HQè+ïÿÿƒÄ‹‰Uü‹Eô‹HQèïÿÿƒÄ‹Uô‹J‰‹Uô‹BPèðƒÄ‹Mô‹Q‰‹EôÇ@ë‹Mø‰Mü‹Uô‹Eü;Bt-‹MüQèÏîÿÿƒÄ‹‰Uø‹EüP‹MôèÛj‹MüQ‹Môè ýÿÿë‹å]ÃÌÌÌÌÌÌÌU‹ìjÿh!jAd¡Pd‰%QƒìSVW‰eð‰Màj‹Màè‰EìÇEü‹EìPj|è|ƒÄ‰EäÆEüƒ}ät‹MQ‹U R‹EP‹Mäè‰EÜ‹M܉MØëÇEØ‹U؉UèÆEüëj‹EìP‹Màèlüÿÿjjè@`ÇEüÿÿÿÿ‹Eì‹Môd‰ _^[‹å] ÌÌÌÌÌÌU‹ì‹E ]ÃÌÌÌÌÌÌÌÌU‹ìjÿh8jAd¡Pd‰%ƒìH‰M¬‹M¬èª‹M¬+A;Es.h vAM°è¾ÿÿÇEüU°RMÌè/h”¥AEÌPè®_‹M¬‹QU‹E¬‰P‹Môd‰ ‹å]ÂÌÌU‹ìQ‰Mü‹EP‹Müè‹MüÇHwA‹Eü‹å]ÂÌÌÌÌÌÌÌÌÌÌÌU‹ìjÿhXjAd¡Pd‰%Q‰Mð‹MðèÉ_ÇEü‹EðÇYÇEü‹üþÿÿèéÿÿE ‰E ‹üþÿÿƒytO‹•üþÿÿ‹BP‹üþÿÿ‹QR‹üþÿÿèN‹…üþÿÿ‹üþÿÿ‹@ +A™¹Ü÷ùP‹•üþÿÿ‹BP‹üþÿÿèîôÿÿ‹ ÿÿÿiÉÜÿÿÿ‹•üþÿÿ‰J ‹E iÀÜ…ÿÿÿ‹üþÿÿ‰A‹•üþÿÿ‹…ÿÿÿ‰Bé‹üþÿÿ‹A+E™¹Ü÷ù;E ƒå‹U iÒÜUR‹…üþÿÿ‹HQ‹UR‹üþÿÿè$!ÆEü…ÿÿÿP‹üþÿÿ‹A+E™¹Ü÷ù‹U +ÐR‹…üþÿÿ‹HQ‹üþÿÿèºèÿÿë4‹U iÒÜ‹…üþÿÿPR‹M iÉÜMQ‹üþÿÿè-jjèÑWÇEü‹U iÒÜ‹…üþÿÿP‹üþÿÿ‰Q•ÿÿÿR‹E iÀÜ‹üþÿÿ‹Q+ÐR‹EPè ƒÄ é‹‹üþÿÿ‹Q‰•ÿÿÿ‹…üþÿÿ‹HQ‹•ÿÿÿR‹E iÀÜ‹ÿÿÿ+ÈQ‹üþÿÿè( ‹•üþÿÿ‰B‹…ÿÿÿP‹M iÉÜ‹•ÿÿÿ+ÑR‹EPè] ƒÄ ÿÿÿQ‹U iÒÜUR‹EPè ƒÄ ÇEüÿÿÿÿÿÿÿèh³ÿÿ‹Môd‰ _^[‹å] ÌÌÌÌÌU‹ìQ‰Mü‹Müèá‹å]ÃÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹EüP‹M Q‹URè8ƒÄ ‹å]ÂÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìjÿh8jAd¡Pd‰%ƒìH‰M¬h vAM°è…´ÿÿÇEüE°PMÌè²öÿÿh”¥AMÌQè1V‹Môd‰ ‹å]ÃÌÌÌÌÌÌU‹ìQ‰Müj‹EP莃ċå]ÂÌÌÌÌÌU‹ìƒì‰Mì3Àƒ} ”À‹MìˆAT‹UìÆBL‹Mìèéóÿÿƒ}tJ¸…ÀtA‹MƒÁ‰Mø‹U‰Uô‹EƒÀ‰Eð‹MƒÁ‰Mü‹UüR‹EôP‹MøQ‹UðR‹EôP‹MøQ‹Mìè‹Uì‹E‰BX‹Mì‹DÎA‰QP‹Eì‹ DÎA‰H@‹UìÇB<‹å]ÂÌÌÌÌÌÌÌÌU‹ìƒì‰Mø‹Eø‹‰Mü‹U RMü胋‹M‰‹E‹å]ÂÌÌÌU‹ìƒì‰Mø‹Eø‹‰Mü‹URMü胋å]ÂÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Eü‹M‰‹Uü‹‹‹Uü‹A‹Èè ºÿÿ…Àt‹Mü‹‹‹Mü‹ Hèó¹ÿÿ‹Èè ‹Eü‹å]ÂÌÌÌU‹ìQ‰Mü‹MüƒÁèN‹å]ÃÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Eü‹‹‹Eü‹J襹ÿÿ…Àt‹Mü‹‹‹Mü‹ Hè¹ÿÿ‹Èè¦ÿÿÿ‹å]ÃÌÌU‹ìQ‰Mü‹å]ÃÌÌÌÌÌU‹ìQ‰Mü‹EP‹MQ‹U R‹EP‹Mü‹‹MüÿR‹å]ÂÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹EP‹Müè‹MüÇHwA‹Eü‹å]ÂÌÌÌÌÌÌÌÌÌÌÌU‹ìjÿhXjAd¡Pd‰%Q‰Mð‹EP‹MðèƒTÇEü‹MðǶÿÿ…Àt,‹Müè2¶ÿÿ‹ð‹Müèh¶ÿÿ;ðs‹Müè¶ÿÿPèö—ÿÿƒÄ‰Eøë‹Eü‹‹MüÿR‰Eø‹Eø^‹å]ÃÌÌÌÌÌÌÌÌU‹ìƒì‰Mô‹Môè‰Eüègÿÿ‰EøEüPMøQè7ÿÿƒÄ¶Ð…Òt èHÿÿ‰Eðë ‹Môè[ÿÿÿ‰Eð‹Eð‹å]ÃÌU‹ìjÿhˆlAd¡Pd‰%Qƒì4SVW‰eð‰MÜ‹EÜ‹‹UÜQ‹Ê詇ÿÿ¶À…À„—‹MÜ‹‹MÜJè>Èÿÿ…Àt‹EÜ‹‹UÜQ‹Êè(Èÿÿ‹ÈèÑÿÿ¶E…À…:‹MÜ‹‹MÜJèÕÁÿÿƒà„!EäP‹MÜ‹‹MÜJèˆÚÿÿ‰EØ‹E؉EÔÇEü‹MÔQè¯ßÿÿƒÄ‰EìÇEüÿÿÿÿMäè§ÿÿÇEü‹UÜ‹‹MÜHèsÿÿ‰EЋMÐèXþÿÿ‰EÌ‹M̉Mèë$‹UÜ‹‹MÜHèMÿÿ‰EÈ‹MÈè’þÿÿ‰EÄ‹MĉMèèÿÿ‰EÀ‹UÀ‰UàEèPMàQèÎŽÿÿƒÄˆE¿¶U¿…Òtjj‹EÜ‹‹UÜQ‹ÊèÊÿÿë/EèPè—ÿÿƒÄˆE¾ŠM¾QjH‹Mì苈E½¶U½…Òuëélÿÿÿëjj‹EÜ‹‹UÜQ‹Êèÿÿ¸U¶@ÃÇEüÿÿÿÿ‹EÜ‹‹UÜQ‹Êè†ÿÿ¶À…Àt°ëjj‹MÜ‹‹MÜJèCÿÿ2À‹Môd‰ _^[‹å]ÂÌÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü¶E ‹Mü‹Q¿B¿M#Á÷ØÀ÷Ø‹å]ÂÌÌÌÌÌÌÌÌÌU‹ìƒìV‰Mü‹MüèN³ÿÿ…Àt,‹MüèB³ÿÿ‹ð‹Müèx³ÿÿ;ðs‹Müèl´ÿÿPè•ÿÿƒÄ‰Eøë‹Eü‹‹MüÿR‰Eø‹Eø^‹å]ÃÌÌÌÌÌÌÌÌU‹ìQŠEÿ‹å]ÃÌÌÌÌÌU‹ìjÿh lAd¡Pd‰%QQSVW‰eð‹E‰EìÇEüë‹M ƒé‰M ‹UÂ܉Uƒ} v‹EP‹MQ‹MèÖëÓë-ë ‹UìÂ܉Uì‹Eì;Et‹MìQ‹MèÐëÞjjèâ(ÇEüÿÿÿÿ‹Môd‰ _^[‹å]ÃÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìë ‹E܉E‹M;M t‹UR‹Mè|ëß]ÃÌÌÌÌÌÌÌÌU‹ìQEPMQèÿþÿÿƒÄˆEÿŠUÿR‹EP‹MQ‹U R‹EP调ċå]ÃÌÌÌÌÌÌÌÌÌU‹ì‹E;E t&‹M é܉M ‹Uê܉U‹E P‹MèòÿÿëÒ‹E]ÃÌÌÌÌÌÌÌÌÌÌU‹ìQ‹E‹å]ÃÌÌÌÌÌU‹ìjÿh°lAd¡Pd‰%QƒìSVW‰eð‰Mà‹E ‰EìÇEüëM è´¸ÿÿMQM èˆÿÿˆEß¶Uß…ÒtM èÅ ÿÿ‰EØ‹EØP‹MQ‹Màè2³ÿÿëÄëEëMìèt¸ÿÿU RMìèHÿÿ¶À…Àt‹M‰MèMèèc‹REäP‹Màè”ëÆjjèF'ÇEüÿÿÿÿ‹Môd‰ _^[‹å]ÂÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìjÿhÀlAd¡Pd‰%QƒìSVW‰eð‰Mà‹E ‰EìÇEüëM èÔ·ÿÿMQM 討ÿÿˆEß¶Uß…ÒtM èåŸÿÿ‰EØ‹EØP‹MQ‹Màè’´ÿÿëÄëEëMìè”·ÿÿU RMìèhŽÿÿ¶À…Àt‹M‰MèMè胋REäP‹MàètëÆjjèf&ÇEüÿÿÿÿ‹Môd‰ _^[‹å]ÂÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìƒì‰MøEPMÿQèþÿÿƒÄŠUþR‹E P‹MQ‹Møè‹å]ÂÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìƒì‰MøEPMÿQèÚýÿÿƒÄŠUþR‹E P‹MQ‹Møè‹å]ÂÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìƒì V‰MôjEøPM èHÿÿ‹Èè1»ÿÿ‰Eü‹Mô‹Uü;Qt{‹EüPèJ³ÿÿƒÄ‹ð‹MüQè,ÈÿÿƒÄ‹Rè1³ÿÿƒÄ‹‰‹UüRèÈÿÿƒÄ‹ð‹EüPè³ÿÿƒÄ‹QèøÇÿÿƒÄ‹‰‹EüP‹MôèÖÿÿj‹MüQ‹MôèGÁÿÿ‹Uô‹Bƒè‹Mô‰A‹U‹E ‰‹E^‹å]ÂÌÌÌÌÌÌU‹ìƒì V‰MôjEøPM 舌ÿÿ‹Èèqºÿÿ‰Eü‹Mô‹Uü;Qt{‹EüP芲ÿÿƒÄ‹ð‹MüQèlÇÿÿƒÄ‹Rèq²ÿÿƒÄ‹‰‹UüRèQÇÿÿƒÄ‹ð‹EüPèS²ÿÿƒÄ‹Qè8ÇÿÿƒÄ‹‰‹EüP‹MôèuÖÿÿj‹MüQ‹Môè‡Àÿÿ‹Uô‹Bƒè‹Mô‰A‹U‹E ‰‹E^‹å]ÂÌÌÌÌÌÌU‹ìQ‰Mü‹E P‹MQ謃ċå]ÂÌÌÌU‹ìQ‰Mü‹EPèƒÄ‹å]ÂÌÌÌÌÌÌÌU‹ìQ‰Mü‹Müè‹Eü‹å]ÃÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Eü‹Qè~ÆÿÿƒÄ‹Uü‹‰‹Eü‹å]ÃÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìjÿhÐlAd¡Pd‰%QQSVW‰eð‹E‰EìÇEüë‹MÁ܉M‹UÂ܉U‹E;E t‹MQ‹UR‹MèÿÿÿëÎë,ë ‹Eì܉Eì‹Mì;Mt‹UìR‹Mè ÿÿÿëßjjè#ÇEüÿÿÿÿ‹E‹Môd‰ _^[‹å]ÃÌÌÌÌÌÌU‹ìƒì‰Mø‹MøèoÁÿÿ‹E P‹MQUüR‹Møè›ˆÿÿ‹P‹Møèìÿÿ‹å] ÌÌÌÌÌÌÌÌÌÌU‹ìƒì‰Mø‹MøèoÅÿÿ‹E P‹MQUüR‹Møè[ˆÿÿ‹P‹Møè ìÿÿ‹å] ÌÌÌÌÌÌÌÌÌÌU‹ìjÿhñlAd¡Pd‰%ƒì ‹EPhÜè7ÂÿÿƒÄ‰EìÇEüƒ}ìt‹M Q‹MìèØÎÿÿ‰EèëÇEè‹Uè‰UðÇEüÿÿÿÿ‹Môd‰ ‹å]ÃÌU‹ìj‹Mè]ÃÌU‹ìQ‰Mü‹Müèq~ÿÿ‹Eƒàt ‹MüQè ƒÄ‹Eü‹å]ÂÌÌÌÌU‹ìƒì‰MøQ‹Ìèo¯ÿÿ‹Møè§j‹Møè ‹Eø‹å]ÃÌÌÌÌÌÌU‹ìQ‰Mü‹EüÇ@‹MüÇA‹UüÇB ƒ}u2ÀëL‹Müè™Êÿÿ;Es ‹MüèÜÊÿÿë3‹EP‹Müè.Ëÿÿ‹Mü‰A‹Uü‹Eü‹H‰J‹UiÒÜ‹EüP‹Mü‰Q °‹å]ÂÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰MüEP‹Müè=Ãÿÿ‹Eü‹å]ÂÌÌÌÌU‹ìQ‰Mü‹Eü‹M‰‹Eü‹å]ÂÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Müè‹å]ÃÌÌÌÌÌÌÌÌÌÌÌÌÌU‹ìQ‰Mü‹Eüƒxt<‹Mü‹QR‹Eü‹HQ‹MüèÚÉÿÿ‹Uü‹Eü‹J +H‹Á™¹Ü÷ùP‹Uü‹BP‹Mü脼ÿÿ‹MüÇA‹UüÇB‹EüÇ@ ‹å]Ë ÐA…ÒV¾ÐÎA‹Á‰5ÐAt ‹ ‹I‰t,‹ÐA…Òt‹ ‹I‹5ÐA‰t,‹ÐA…Òt‹ ‹I‹5ÐA‰t,^ËÐAV‹Á‹ hÏA¾hÏA‰5ÐA‹I‰‘”ÏA‹ hÏA‹QÖƒJ^ËD$‹L$‰AËD$‹L$ÇÁ@‰HÃV‹ñèöD$tVè«Y‹Æ^ÂÇTwAéÄÀÿÿ¸mAè>$ƒìDh\wAMØèŠ}ÿÿƒeüEØPM°èê¿ÿÿhH®AE°PÇE°TwAè2ÌVÿt$‹ñèXËÿÿÇTwA‹Æ^¸mAèæ#ƒìDhtwAMØè2}ÿÿƒeüEØPM°è’¿ÿÿh”¥AE°PÇE°HwAèÚÌVW‹ù‹w ëÿvWÿt$ÿV‹6ƒÄ …öuì_^ÂÇA‹A‹…¬ÏA…Àt ;Át ÿAƒyrå‹A‰ …¬ÏA‹IþÔÏAÃVWj‹ñèÿÿÿ‹F…Àt‹8Pè…ÿY‹Çuñ‹F ƒf…Àt‹8Pèu…ÿY‹Çuñƒf _^ÃV‹ñ‹F…ÀÇhvAvþˆÔÏA‹F€¸ÔÏA‹Îè•ÿÿÿ‹v$…öt‹ÎèÛ™ÿÿVè*Y^ÃV‹ñjjN ÇŒwAè=¤ÿÿ‹Î^é ƒy$r‹AÃAÃV‹ñèÍÿÿÿöD$tVèçY‹Æ^¸mAè…"QV‹ñ‰uðè2ÿuƒeüN ÇŒwAè {ÿÿ‹Mô‹Æ^d‰ ÉÂV‹ñèöD$tVèY‹Æ^ÂǘwAéVÿÿÿ¸:mAè""숋Eƒà‰A‹I #È„”3Û8] tSSéöÁt-hÐwAM°èD{ÿÿ‰]üE°PMÌèJÿÿÿÇE̘wAh ¯AEÌëNj[„Ëth¸wAM°è{ÿÿÇEüëÆh wAlÿÿÿè÷zÿÿ…lÿÿÿPMˆ‰]üèúþÿÿÇEˆ˜wAh ¯AEˆPè‹Môd‰ ɸmAè\!QVW‹}‹ñW‰uðèRƒeüƒÇ WN ÇŒwAèñyÿÿ‹Mô_‹Æ^d‰ ÉÂVÿt$‹ñè±ÿÿÿǘwA‹Æ^ÂVWj‹ñèÝ3ÿ;ÇYt ‹Èè(ë3ÀWW‹Î‰F$‰~ ÇFÇF‰~‰~‰~ èœþÿÿ_^ËT$SVW‹Ú‹úƒãç€öÂ@tƒÊ3Éâ;ÿÿÿ3ÀA;Êt ‹ …xA@…Éuð‹ðÁ惾xAtS…ÿtöÂthxAÿt$è±!…ÀYYtPë-ÿ¶ÃAÿt$è™!‹ð…öYYt…ÛtjjVè7ƒÄ …Àt Vè‘Y3Àë‹Æ_^[ÃV‹t$ëVèõ!…ÀYuè<VèÓ!…ÀYtå^Ãé}#‹Iè>—ÿÿ…Àt‹j‹ÈÿËD$‹…Étè"—ÿÿ…Àt‹j‹ÈÿÃhäÏAèÚÿÿÿYÀ=ÐAuhËÅ@ÆÐAèTY‹D$£äÏAË ‹T$;Q s‹A‹ë3À…Àu8At¡äÏA;P s‹@‹ë3À¡àÏA…Àt"V‹ð‹‹Î£àÏAèOÿÿÿV蔡àÏA…ÀYuà^Ã=àÏAV‹ñu h1Æ@èÒYjèöþÿÿ…ÀYt ‹ àÏA‰‰pë3À£àÏA^øWmAèôQV‹ñW‰uðÇ\xA‹~ ÇEüë‹FO‹ ¸…Étè–ÿÿ…Àt‹j‹Èÿ…ÿwàÿvèÐYjjNè! ÿÿ‹MôÇXvA_^d‰ ÉÃSV‹ñ3Û9^Pvƒ~Tr‹F@ëF@PSèÕ.YYSjNXèàŸÿÿSjN<èÕŸÿÿSjN èÊŸÿÿSjN迟ÿÿ^[ÃV‹ñè:ÿÿÿöD$tVè|Y‹Æ^¸imAèQV‹ñ‰uðÇF3À‰Eü‰F‰F ‰FŠEh`xANÇ\xAˆFèAwÿÿ‹Mô‹Æ^d‰ ɸŸmAèÊQSV‹ñWN‰uðèEvÿÿƒeüN è9vÿÿ~<‹Ïè/vÿÿ^X‹Ëè%vÿÿjjÆEüèð-YYP‹Ï辘ÿÿƒ}tÿujèÖ-…ÀYYu¸`xAP‹Ë蛘ÿÿ‹Mô_‹Æ^[d‰ ɸ³mAèBQ¡äÏA…ÀV‹ðu\j4è ýÿÿY‹È‰Mð!uü…Ét Vè÷þÿÿ‹ðë3öƒMüÿVèNýÿÿNÇF?Ç$@vAè1˜ÿÿ‰5èÏA‹Fƒøÿs@‰F¡èÏA£ðÏA‹Mô‹Æ^d‰ ÉÃV‹ñèvÿÿÿ‰‹ äÏAè±µÿÿ‹Æ^ÃU‹ìƒìV‹u …öuè5‹@‰Eôè5닉Eô‹Fƒ}ô‰Eðu‹EƒøAŒÃƒøZºƒÀ é²S‹]W¿;ßs4…öu'ƒ=PÈA~ jSèY2YYë ¡HÈA¶Xƒà…Àu ë]‹FöXtT‰]øÁ}øè(2‹ÈŠEø¶ÐöDQ€tjˆE ˆ] ÆEXë 3Àˆ] ÆE @jÿuðMüjQPE PWÿuôè+.ƒÄ …Àu‹Ãëƒøu¶Eüë ¶Mý3ÀŠeü Á_[^ÉÃU‹ìƒìVWè4‹@‰Eðè 4¾V‰EôèU…ÀY‰EøtVè1Pÿuøè ƒÄ ÇEüë ès1ƒeü‰Eø‹Euð‹ø¥¥¥¥_^ÉÃU‹ìƒì V‹u …öWuè®3‹xè 3ë‹>‹F…ÿ‰Eôu‹EƒøaŒÀƒøz·ƒè é¯S‹]ûs6…öu)ƒ=PÈA~ jSèú0YYë ¡HÈA¶Xƒà…Àu ‹Ãëu‹FöXëñ‰]øÁ}øèÇ0‹ÈŠEø¶ÐöDQ€tjˆE ˆ] ÆEXë 3Àˆ] ÆE @jÿuôMüjQPE PhWèÈ,ƒÄ …Àtƒøu¶Eüë ¶Mý3ÀŠeü Á[_^ÉáxÃA…ÀuéÀ2‹L$H£xÃA‰ …,ÐAÃë¡xÃA‹…,ÐAÿxÃAÿЃ=xÃA rãÃÇhxAéUV‹ñèíÿÿÿöD$tVè@Y‹Æ^ÂVÿt$‹ñèãÇhxA‹Æ^ÂU‹ìƒìödÐAV¾hxAu-ƒ dÐAEüP¹XÐAÇEüpxAèihboA‰5XÐAègYhXÐAMðèˆhL°AEðP‰uðè™ÌU‹ìQS‹E ƒÀ ‰Eüd‹‹d£‹E‹] ‹cü‹müÿà[ÉÂXY‡$ÿàU‹ìQQSVWd‹5‰uüÇEø…Ì@jÿu ÿuøÿuèã—‹E ‹@ƒàý‹M ‰Ad‹=‹]ü‰;d‰_^[ÉÂU‹ìƒìSVWü‰Eü3ÀPPPÿuüÿuÿuÿu ÿuèŠ"ƒÄ ‰Eü_^[‹Eü‹å]Ãü‹D$‹H; 4ÄAt ‹D$ƒH3À@ÃjPÿpÿp jÿt$ ÿpÿt$ èC"ƒÄ ÃU‹ìƒì4S}#u¸¸Í@‹M ‰3À@é ƒeØÇEÜäÍ@¡4ÄA‰Eà‹E‰Eä‹E ‰Eè‹E‰Eì‹E ‰Eðƒeôƒeøƒeü‰eô‰mød¡‰EØEØd£ÇEÌ‹E‰EЋE‰EÔEÐP‹Eÿ0ÿœÐAYYƒẽ}ütd‹‹‹]؉d‰ë ‹EØd£‹EÌ[ÉÃU‹ìQSü‹E ‹@;4ÄAt‹E‹@ƒÈ‹M‰A3À@é„‹E‹@ƒàft‹E Ç@$3À@ëjj‹E ÿp‹E ÿp‹E ÿp jÿu‹E ÿpÿuè!ƒÄ ‹E ƒx$u ÿuÿu èõýÿÿjjjjjEüPh#è þÿÿƒÄ‹Eü‹] ‹c‹k ÿà3À@[ÉÃU‹ìQƒ} SVW‹}‹w ‹_‹Æ‰Eü‰u|8ƒþÿuèš/‹MN¶ƒ9H};H~ƒþÿu ‹EÿM ‰Eü‰uƒ} }Ë‹Eü‹MF‰1‹M‰;G w;ðvèS/_¶^ƒ[ÉËD$‹L$‰‹ hÐA‰H£hÐAáhÐAë ‹;L$t ‹@…Àuñ@Ã3ÀËT$¡hÐA;Ðu ‹B£hÐAËȃÀë ‹;Ðt‹ÈAƒ8uðéâ.‹B‰AÃU‹ìƒì¡4ÄAƒeè‹M‰Eð‹E ‰Eô‹E@ÇEìäÌ@‰Mø‰Eüd¡‰EèEèd£ÿuQÿuèÉ.‹È‹Eèd£‹ÁÉÃÌÌU‹ìSVWUjjhðÏ@ÿuèx”]_^[‹å]ËL$÷A¸t‹D$‹T$‰¸ÃSVW‹D$PjþhøÏ@dÿ5d‰%‹D$ ‹X‹p ƒþÿt.;t$$t(4v‹ ³‰L$‰H ƒ|³uh‹D³è@ÿT³ëÃdƒÄ _^[Ã3Àd‹ yøÏ@u‹Q ‹R 9Qu¸ÃSQ»øÃAë SQ»øÃA‹M‰K‰C‰k Y[ƒ=PÈA~hÿt$èÐ*YYËD$‹ HÈA·A%ÃU‹ìS‹] …ÛW„ƒ€;t~‹}…ÿu$hèG‹ø…ÿYu ǤÐA ë2ÇEE PWÿuSÿpA;Erƒ}uWè^YǤÐA"3Àë1…Àu9EuWè@YÿpAPèŽ.3Àë‹Çë ÿuÿuèh.YY_[]ÃÌÌÌÌÌÌÌÌW‹|$ën¤$‹ÿ‹L$W÷ÁtŠƒÁ„Àt=÷Áuï‹ÿ‹ºÿþþ~Ѓðÿ3ƒÁ©tè‹Aü„Àt#„ät©ÿt©ÿtëÍyÿë yþëyýëyü‹L$ ÷ÁtŠƒÁ„ÒtfˆƒÇ÷Áuê뉃Ǻÿþþ~‹Ѓðÿ3‹ƒÁ©tá„Òt4„öt'÷Âÿt÷Âÿtëlj‹D$_Ãf‰‹D$ÆG_Ãf‰‹D$_È‹D$_Ã=D×AV‹5ÐÐAu3À^Ã…öSWu95ØÐAtQè‡/…ÀuH‹5ÐÐA…öt>‹\$…Ût6SèEY‹øë%Pè:;ÇYv‹€<8=uWSPè /ƒÄ …ÀtƒÆ‹…ÀuÕ3À_[^ËD8ëôÌÌÌÌÌÌÌ‹L$÷Át$ŠƒÁ„ÀtN÷Áuï¤$¤$‹ºÿþþ~Ѓðÿ3ƒÁ©tè‹Aü„Àt2„ät$©ÿt©ÿtëÍAÿ‹L$+ÁÃAþ‹L$+ÁÃAý‹L$+ÁÃAü‹L$+ÁÃÌÌÌÌÌ‹L$WSVŠ‹|$„ÒtoŠq„ötU‹÷‹L$ŠƒÆ8Ðt„Àt ŠƒÆ8Ðt „Àuó^[_3ÀʃÆ8ðué~ÿŠa„ät(ŠƒÆ8àu¾ŠA„ÀtŠfÿƒÁ8àtßë«3À^[_ŠÂéÍ.Gÿ^[_ËÇ^[_ÃÌÌÌÌÌÌÌÌÌÌU‹ìWV‹u ‹M‹}‹Á‹ÑÆ;þv;ø‚|÷ÇuÁéƒâƒùr)ó¥ÿ$•ŒÕ@‹Çºƒér ƒàÈÿ$… Ô@ÿ$œÕ@ÿ$ Õ@°Ô@ÜÔ@Õ@#ÑŠˆŠFˆGŠFÁéˆGƒÆƒÇƒùrÌó¥ÿ$•ŒÕ@I#ÑŠˆŠFÁéˆGƒÆƒÇƒùr¦ó¥ÿ$•ŒÕ@#ÑŠˆƒÆÁéƒÇƒùrˆó¥ÿ$•ŒÕ@IƒÕ@pÕ@hÕ@`Õ@XÕ@PÕ@HÕ@@Õ@‹DŽä‰Dä‹DŽè‰Dè‹DŽì‰Dì‹DŽð‰Dð‹DŽô‰Dô‹DŽø‰Dø‹DŽü‰Düðøÿ$•ŒÕ@‹ÿœÕ@¤Õ@°Õ@ÄÕ@‹E^_Éʈ‹E^_ÉʈŠFˆG‹E^_ÉÃIŠˆŠFˆGŠFˆG‹E^_ÉÃt1ü|9ü÷Çu$Áéƒâƒùr ýó¥üÿ$•(×@‹ÿ÷Ùÿ$ØÖ@I‹Çºƒùr ƒà+Èÿ$…,Ö@ÿ$(×@<Ö@`Ö@ˆÖ@ŠF#шGƒîÁéƒïƒùr²ýó¥üÿ$•(×@IŠF#шGŠFÁéˆGƒîƒïƒùrˆýó¥üÿ$•(×@ŠF#шGŠFˆGŠFÁéˆGƒîƒïƒù‚Vÿÿÿýó¥üÿ$•(×@IÜÖ@äÖ@ìÖ@ôÖ@üÖ@×@ ×@×@‹DމD‹DމD‹DމD‹DމD‹DŽ ‰D ‹DމD‹DމDðøÿ$•(×@‹ÿ8×@@×@P×@d×@‹E^_ÉÊFˆG‹E^_ÉÃIŠFˆGŠFˆG‹E^_ÉÊFˆGŠFˆGŠFˆG‹E^_ÉÃÌÌÌU‹ìWV‹u ‹M‹}‹Á‹ÑÆ;þv;ø‚|÷ÇuÁéƒâƒùr)ó¥ÿ$•ÌØ@‹Çºƒér ƒàÈÿ$…à×@ÿ$ÜØ@ÿ$`Ø@ð×@Ø@@Ø@#ÑŠˆŠFˆGŠFÁéˆGƒÆƒÇƒùrÌó¥ÿ$•ÌØ@I#ÑŠˆŠFÁéˆGƒÆƒÇƒùr¦ó¥ÿ$•ÌØ@#ÑŠˆƒÆÁéƒÇƒùrˆó¥ÿ$•ÌØ@IÃØ@°Ø@¨Ø@ Ø@˜Ø@Ø@ˆØ@€Ø@‹DŽä‰Dä‹DŽè‰Dè‹DŽì‰Dì‹DŽð‰Dð‹DŽô‰Dô‹DŽø‰Dø‹DŽü‰Düðøÿ$•ÌØ@‹ÿÜØ@äØ@ðØ@Ù@‹E^_Éʈ‹E^_ÉʈŠFˆG‹E^_ÉÃIŠˆŠFˆGŠFˆG‹E^_ÉÃt1ü|9ü÷Çu$Áéƒâƒùr ýó¥üÿ$•hÚ@‹ÿ÷Ùÿ$Ú@I‹Çºƒùr ƒà+Èÿ$…lÙ@ÿ$hÚ@|Ù@ Ù@ÈÙ@ŠF#шGƒîÁéƒïƒùr²ýó¥üÿ$•hÚ@IŠF#шGŠFÁéˆGƒîƒïƒùrˆýó¥üÿ$•hÚ@ŠF#шGŠFˆGŠFÁéˆGƒîƒïƒù‚Vÿÿÿýó¥üÿ$•hÚ@IÚ@$Ú@,Ú@4Ú@<Ú@DÚ@LÚ@_Ú@‹DމD‹DމD‹DމD‹DމD‹DŽ ‰D ‹DމD‹DމDðøÿ$•hÚ@‹ÿxÚ@€Ú@Ú@¤Ú@‹E^_ÉÊFˆG‹E^_ÉÃIŠFˆGŠFˆG‹E^_ÉÊFˆGŠFˆGŠFˆG‹E^_ÉÃU‹ìQQ‹ESW‹} ¯}…ÿ‰E‰}ø‹ßu3ÀéËV‹uf÷F t‹F‰EüëÇEü‹N át)‹F…Àt";Ø‹ûr‹øWÿuÿ6èùÿÿ)~>ƒÄ +ß}ëB;]ürB…Ét V蘅ÀYulƒ}ü‹ût 3Ò‹Ã÷uü+úWÿuÿvèc)ƒÄ ƒøÿtRE+Ø;ÇrI‹}øë)‹E¾VPè*(ƒøÿYYt%ÿE‹FK…À‰EüÇEü…Û…Tÿÿÿ‹E^_[ÉËÇ+Ã3Ò÷u ëðƒN ‹Eøëî‹L$ÿIx‹ŠD$ˆÿ¶ÀÃQÿt$èÉ'YYÃS‹\$ƒûÿVtA‹t$‹F ¨u„Ày2¨u.ƒ~uVè¢*Y‹;Fu ƒ~u@‰ÿöF @‹t 8t @‰ƒÈÿ^[È‹F ÿFƒàïƒÈ‰F ‹Ã%ÿëã‹T$ÿJx ‹ ¶A‰ ÃRèŒ*YÃÿt$è_+Y‹L$‰Q‹Ð#Q‰ƒÈÿ;Ðt3ÀÃV‹t$‹F ¨ƒWtq‹|$…ÿt ƒÿtƒÿu_ƒàïƒÿ‰F u Vè*-D$Y3ÿVè ‹F „ÀYyƒàü‰F ë¨t¨t öÄuÇFWÿt$ÿvè`,3ÉƒÄ ƒøÿ•ÁI‹Áë ǤÐAƒÈÿ_^ËD$jÿpÿ0ÿt$è.ƒÄÃU‹ìQƒeüS‹]ƒûW‹}tƒÿrÿÿÿÿw …Ût ƒû@tƒÈÿëmV‹uVƒçþèdVè\.ff óÂöÃYY‹N t jƒÉF_ë,‹E …ÀuWèÀ …ÀYu ÿxÐAƒMüÿëfN ë ɉN ƒf‰~‰F‰‹Eü^_[ÉÃSV‹t$ ‹F ‹È€á3Û€ùu:f©t4‹FW‹>+ø…ÿ~'WPÿvè¼&ƒÄ ;Çu‹F „Àyƒàý‰F ëƒN ƒËÿ_‹Fƒf‰^‹Ã[ÃV‹t$…öu Vè,Y^ÃVè‹ÿÿÿ…ÀYtƒÈÿ^ÃöF @tÿvèœ-Y÷ØÀ^Ã3À^ÃSVW3ö3Û3ÿ95`çA~M¡\×A‹°…Àt8‹H öÁƒt0ƒ|$uPè“ÿÿÿƒøÿYtCëƒ|$uöÁtPèxÿÿÿƒøÿYu øF;5`çA|³ƒ|$‹Ãt‹Ç_^[ÃjèŒÿÿÿYÃéÈÌÌÌÌÌÌ‹T$ ‹L$…ÒtO3ÀŠD$W‹ùƒúr1÷Ùƒát +шƒÇƒéuö‹ÈÁàÁ‹ÈÁàÁ‹ÊƒâÁétó«…Òt ˆƒÇƒêuö‹D$_ËD$ËD$ …ÀtJ‹T$VW‹ò‹|$ ׃ât8©tŠ:uXƒÆƒÇƒètŠŠ8ÑuEŠNŠW8Ñu;ƒÇƒÆƒèuã_^ËȃàÁét+ó§t'‹Nü‹Wü8Ñu8õu ÁéÁê8Ñu8õ¸À_ƒØÿ^Ã…ÀtÄ‹‹8Êuçƒèt8îuÞƒètáÿâÿ;ÑuɃè_^ÃÌÌÌÌÌÌÌÌ‹D$ S…ÀtR‹T$3ÛŠ\$ ÷ÂtŠ ƒÂ2Ëtrƒèt2÷ÂuêƒèrW‹ûÁãß‹ûÁãßë_ƒÀtŠ ƒÂ2Ët@ƒèuò[Ãèrå‹ 3Ë¿ÿþþ~ùƒñÿ3σÂátà‹Jü2Ët#2ëtÁé2Ët 2ëtëÈ_Bÿ[ÃBþ_[ÃBý_[ÃBü_[ÃU‹ìƒì ‹EVWjY¾€xA}àó¥‰Eø‹E ‰EüEôPÿuðÿuäÿuàÿ pA_^ÉÂV‹t$‹F WƒÏÿ¨@tƒÈÿë:¨ƒt4VèÁüÿÿV‹øè·*ÿvèŸ+ƒÄ …À}ƒÏÿë‹F…Àt PèsƒfY‹Çƒf _^ËÁƒ`ƒ`ǤxAÃVW‹|$ ‹ñǤxAÿ7è­ñÿÿ@Pèç…ÀYY‰Ft ÿ7PèðÿÿYY_ÇF‹Æ^ÂV‹ñW‹|$ ǤxA‹G…À‰Ft%ÿwèeñÿÿ@P蟅ÀYY‰FtÿwPèÌïÿÿYYë‹G‰F_‹Æ^ƒyǤxAt ÿqè¹YËA…Àu¸¬xAÃVD$P‹ñèIÿÿÿÇÄxA‹Æ^ÂVÿt$‹ñènÿÿÿÇÄxA‹Æ^ÂÇÄxAé¡ÿÿÿV‹ñè™ÿÿÿöD$tVèŒüÿÿY‹Æ^ÂV‹ñèÑÿÿÿöD$tVèpüÿÿY‹Æ^ÂÇÐxA‹I…ÉtQè#YÃV‹ñèãÿÿÿöD$tVè?üÿÿY‹Æ^Âé3üÿÿV‹t$…öt-ƒ=@×AVuèñ+…ÀYVt Pè,YY^Ãjÿ5<×Aÿ$pA^ÃVÿ5L×Aè8Y‹ H×A‹ð¡L×A‹Ñ+ЃÂ;òsN¹;ñs‹ÎÎQPès6…ÀYYuƒÆVÿ5L×Aè^6…ÀYYu^Ë H×A+ L×A£L×AÁù ˆ‰ H×A‹D$‰ƒH×A^Ãÿt$èuÿÿÿ÷ØÀ÷ØYHÃh€èÙ…ÀY£L×AujXà ¡L×A£H×A3ÀÃ=tÐAtèó8ÿt$ès7hÿÿ,ÄAYYÃjhØxAè¥@¿”‹ÇèýA‰eè‹ô‰>Vÿ0pA‹N‰ °ÐA‹F£¼ÐA‹V‰ÀÐA‹v æÿ‰5´ÐAƒùt ΀‰5´ÐAÁࣸÐA3ÿWÿ(pAf8MZu‹H<È9PEu·A= t= t‰}äë'ƒ¹„vò3À9¹øëƒytvâ3À9¹è•À‰EäWèŒ)Y…Àu!ƒ=tÐAtèþ7jè€6hÿè²YYè2?‰}üè=…À}jèÒþÿÿYÿ,pA£dçAèA<£lÐAè•;…À}jè¬þÿÿYèQ9…À}j è›þÿÿYjè‰Y‰EÜ;ÇtPè…þÿÿY¡ÐÐA£ÔÐAPÿ5ÈÐAÿ5ÄÐAèr>ÿÿƒÄ ‹ð‰uØ9}äuVèvè“ë+‹Eì‹‹ ‰MàPQèw7YYËeè‹uàƒ}äuVèZèuƒMüÿ‹ÆeÌè&?ÃÌÌjÿPd¡P‹D$ d‰%‰l$ l$ PÃjhèxAè½>ƒeüjjè·@YYë3À@ËeèƒMüÿjÿ4pAÌ; 4ÄAuÃéÁÿÿÿ¸8ÄAá`çA…ÀVj^u¸ë;Æ}‹Æ£`çAjPè¬A…ÀYY£\×AujV‰5`çAè“A…ÀYY£\×AujX^Ã3Ò¹8ÄAë¡\×A‰ ƒÁ ƒÂù¸ÆA|ê3Ò¹HÄA‹ÂÁø‹… ÖA‹òƒæ‹ðƒøÿt…Àuƒ ÿƒÁ Bù¨ÄA|Ô3À^Ãè9øÿÿ€=èÐAté•AÃèOC…Àu ǤÐAÃPÿt$ÿt$ÿt$èÆAƒÄÃj@ÿt$ ÿt$ èÇÿÿÿƒÄ Ã=@×AV‹t$u;5,×Aw Vè/…ÀYu#…öuFƒ=@×AtƒÆƒæðVjÿ5<×Aÿ8pA^Ã|$àw"ÿt$èªÿÿÿ…ÀYu9D$tÿt$è…ÀYuÞ3ÀÃÿ5ÒAÿt$èÅÿÿÿYYá|ÐA…Àtÿt$ÿÐ…ÀYt3À@Ã3ÀËF…ÀtDP€:t<‹O;ÁtƒÁQRèÒ%…ÀYYu"ötöt‹D$‹¨töt ¨töu3ÀÃ3À@Ë8csmàt3ÀÃ%ˆÐAé5jhøxAèz<‹]‹s‰uäÿˆÐAƒeü‹};utdƒþÿ~;w|è,‹ÆÁà‹OÈ‹1‰uàÇEüƒyt‰shS‹Oÿtè3ƒeüë‹EìèrÿÿÿËeèƒeü‹}‹]‹uà‰uäë—ƒMüÿè;utèĉsè<Ë]‹uäƒ=ˆÐA~ÿ ˆÐAÃjhyAè½;‹E…Àt‹H‹I…ÉtƒeüQÿpèxãÿÿƒMüÿèÑ;Ã3À8E •ÀËeèé3V‹ð‹ƃy|‹Q‹I‹42‹ ÊÁ^Ã3À9ˆÐA•ÀÃj@h yAèM;‹Ù‹} ‹u‰]àƒe¸‹Gü‰EÈÿvE°PèÀåÿÿYY‰EÄ¡€ÐA‰EÀ¡„ÐA‰E¼‰5€ÐA‹E£„ÐAƒeüÇEüÿuÿuSÿuWèïåÿÿƒÄ‰Eàƒeü鯋E싉Eä‹Eä8csmàu1‹Eäƒxu(‹Eäx “t ‹Eäx!“u‹EäƒxÇEÜtÇEÜ‹EÜËeè‹M‹A‰EЋ} ‹G‰EØ‹Q‰UÔ3Ò‰UÌ;Q s$4’‹]Ô4³‹^;Ã~=;F8C‰EØ‹UЋ‰EØPQ3öVWè¶ýÿÿƒÄ‰uà‰uü‹uƒMüÿè‹EàèZ:ÃB먋} ‹u‹EȉGüÿuÄèÏäÿÿY‹EÀ£€ÐA‹E¼£„ÐA>csmàu>ƒ~u8‹F= “t=!“u'ƒ}¸u!ƒ}àtÿvèpäÿÿY…Àtè¿åÿÿPVèéýÿÿYYÃjh8yAè£9‹ñ‹E ‹ú‹]‹H…É„I€y„?‹H…Éu ö@€„.‹…Àx|9 ƒeüjÿs¨t5èS?YY…À„ÿjWè]?YY…À„í‹C‰Nèªýÿÿ‰éÞötFè?YY…À„ÅjWè#?YY…À„³ÿvÿsWèùëÿÿƒÄ ƒ~…Ÿ‹…À„•릃~u3èÍ>YY…Àt}jWèÛ>YY…ÀtoÿvN‹Cè+ýÿÿPWè¬ëÿÿƒÄ ëZèš>YY…ÀtJjWè¨>YY…Àt<ÿvè¶>Y…Àt/‹CNötjèçüÿÿPÿvWè:àÿÿëèÖüÿÿPÿvWè)àÿÿëè%ƒMüÿè{8Ã3À@ËeèéâU‹ì…Ét Sÿu‹ÖèrþÿÿYYƒ}ÿuuVëÿuèëßÿÿÿ7ÿuÿuVèwûÿÿ‹Ghÿu@ÿu‰Fÿu ‹K VÿuèƒüÿÿƒÄ(…ÀtVPèwßÿÿ]ÃU‹ìQQ‹E8€„¦ƒ=œÐAtÿu$ÿu ÿuÿuÿuÿu Pè:àÿÿƒÄ…Àu~V‹uWEøPEüPVÿu ÿuè‘áÿÿ‹ø‹EüƒÄ;EøsVS;7|B;w=‹G ‹OÁàÁ‹Hô…Ét€yu%ÿu$‹u ÿu Xðÿu3Éÿuÿuÿuèöþÿÿ‹uƒÄÿEü‹EüƒÇ;Eør¬[_^ÉÃU‹ìƒì$‹E ‹@ƒøÿÆEÿ‰Eä|‹M;A|èÇS‹];csmàVW…ƒ{¿ “uy‹C;Çt=!“ukƒ{ue¡€ÐA…À„\‹ð¡„ÐAjV‰u‰EÆEÿè<…ÀYYuèe>csmà…1‹Eƒxu‹@;Çt=!“u‹Eƒxuè4‹];csmà…ƒ{…ö‹C;Çt =!“…ä‹uäEàPEôPVÿu ÿuè0àÿÿ‹MôƒÄ;Mà‰Eøƒ£ë‹uä90;p|‹H …É‹p‰Mè~o‹K‹I Q‹ …ɉUð‰Mì~$‹Eð‹8ÿs‰}ÜèÒøÿÿ…ÀYuÿMìƒEð9Eìß‹EøÿMèƒÆƒ}è»ë(ÿu$‹}øÿu ‹MÜÿuÿuÿuS‹Þ‹u èKýÿÿ‹]ƒÄ‹ÇÿEô‹MôƒÀ;Mà‰Eø‚_ÿÿÿ€}t jSèŠùÿÿYY_^[ÉË]€}u ÿu$ÿu ÿuäÿuÿuÿuÿu Sè\ýÿÿƒÄ ëÒéÍU‹ìV‹u‹W%ÿÿÿ¿ “;ÇtèÝ‹Eö@ftƒ~toƒ}uijÿVÿuÿu èXøÿÿƒÄëVƒ~ tP8csmàu,9xv'‹H‹I…Ét¶U$Rÿu ÿuVÿuÿuÿu PÿÑƒÄ ëÿu ÿuÿu$Vÿuÿuÿu PèvýÿÿƒÄ 3À@_^]ÃW‹|$ …ÿ~Vt$ƒÆÿ6ÿt$è”áÿÿOYYuí^_ÃU‹ìVW‹}hjWè·îÿÿ‹u ŠƒÄ „Àt%<.u(F€8t jP‡€PèPDƒÄ Ƈ3À釃e Sëkƒ} <0Šuƒø@sl€û.tgPVÿuë8ƒ} uƒø@sU€û_tPP‹EƒÀ@ëƒ} uAƒøs<„Ût€û,u3P‹E€VPèßCƒÄ €û,t#„ÛtÿE wh{AVèrC…ÀYYu„ƒÈÿ[_^]Ã3Àë÷V‹t$ Vÿt$ è‘àÿÿF@€8YYtPh{Ajÿt$èÖþÿÿƒÄ†€€8^tPh {Ajÿt$è¶þÿÿƒÄáÈAU3íE…ÀuhQèüõÿÿ…ÀY£ÈAu]ÃSVWÆÿ5ÈA¿{AWÿ5 ÈAjÿ5ÈAèjþÿÿ¾ÈAƒÄ‹Þh{Aÿ5ÈAèàÿÿƒÆ ÿ6ÿ3èăąÀt3íÿ6‹ÞWÿvüjÿ5ÈAè&þÿÿƒÄþ@ÈA|»…í_^[u¡ÈA]Ãÿ5ÈAè´ðÿÿƒ%ÈA¡ÈAY]ÃU‹ì씡4ÄAV‹u3Ò;ò‰Eüu3Àé/€>Cu4€~u.‹E ‹M;ÊÆCÆ@t f‰f‰Qf‰Q‹M;Ê„ý‰éöSWVè°àÿÿ¿‚;ÇY»ðÆAs"VhxÇAèö…ÀYY„†VSèå…ÀYYty…lÿÿÿVPèvýÿÿ…ÀYYu…lÿÿÿPhŒÐAPèMJƒÄ …Àu3À鈷ÐA£”ÐA…lÿÿÿPhxÇAèþÿÿ€>YYt Vè"àÿÿ;ÇYr¾{AWVSÆrÇAè™AƒÄ ƒ}tjhŒÐAÿuèáÿÿƒÄ ƒ}tjh”ÐAÿuèùàÿÿƒÄ ¾xÇAVÿu èHÞÿÿYY‹Æ_[‹Mü^è}òÿÿÉÃUl$ŒìÀ¡4ÄA‰EpV…äþÿÿP…ÈþÿÿPEìPÿu|èvþÿÿƒÄ…À„ISvÁãÿ³ÈAEìPèÈ…ÀYYu ‹ƒÈAé!EìPèNßÿÿ@Pèˆóÿÿ…ÀYY‰…Üþÿÿ„‹ƒÈAW‰…àþÿÿ<µ@ÒA‹‰…ÄþÿÿvEdÒAjP‰…èþÿÿ…´þÿÿPèàÿÿ¡XÒA‰…ØþÿÿEìPÿµÜþÿÿèbÝÿÿ‰ƒÈA·…Èþÿÿ‰j…ÈþÿÿPÿµèþÿÿèßßÿÿƒÄ ƒþ…‹…äþÿÿ‹ äÆAƒ¥èþÿÿ£XÒA¡èÆA‰…Ôþÿÿ¸ÄÆA‹•äþÿÿ;t4‹ÿ…èþÿÿ‰‹Ôþÿÿ‰•¼þÿÿ‹P‰H‹¼þÿÿƒÀ=ìÆA‰•Ôþÿÿ|Äë-‹…èþÿÿ…Àt#ÅÄÆA‹‰ÄÆA‹P‰ÈÆA‰‹Ôþÿÿ‰Hƒ½èþÿÿuojÿ5HÒA…ìþÿÿÿµäþÿÿPjhHzAjèœIƒÄ…Àt03À€¤Eíþÿÿ@ƒøròhþ…ìþÿÿhHyAPè÷éÿÿƒÄ ÷ØÀ@ë3À‹ XÒA£ÈÆA‰ ÄÆAë¡ÈÆA£ËAƒþu ‹…äþÿÿ£\ÒAÿ“ÈA…Àt/‹…àþÿÿÿµÜþÿÿ‰ƒÈAèÿìÿÿ‹…Äþÿÿ‰‹…Øþÿÿ£XÒAY3Àë½àþÿÿÀÆAt ÿµàþÿÿèÐìÿÿY‹ƒÈA_[‹MpèñïÿÿƒÅtÉÃUl$ì¡4ÄASV‹ux3Û;ó‰ElWŒ¾ƒþµ;ót"9]|tÿu|è4ýÿÿYé v‹4…ÈAé‹}|;ûÇEä‰]x„ä€?L…é€C…߀_…Õh{AWèIJ‹Ø…ÛYY„F+ljEä„;€;;„2ÇEྠÈAë‹EäPWÿ6èÏIƒÄ …Àu ÿ6èQÜÿÿ9EäYtÿEàƒÆ þ<ÈA~ÒCh{ASèq=‹ø…ÿYYu €;;…Ù‹uàƒþ#WEèSPè=EèPÆD=èèHüÿÿƒÄ…ÀtÿExû€?t G€?…@ÿÿÿ3ö9uxtèúÿÿ‹ð‹ÆéŠSSSEèPWè¯úÿÿ‹ðƒÄ;ótã¿ÈA3ö‹ß;ßt'ÿ3EèPè…ÀYYtEèPèÛûÿÿ…ÀYu!EäëÿExƒÃ Fû@ÈA~É3ÿ9}ätè›ùÿÿÿ5ÈA‹ðèòêÿÿY‰=ÈAë9}x…qÿÿÿ3öéqÿÿÿ3À‹Ml_^[èþíÿÿƒÅpÉÃj8h({Aè…,3Û9˜ÐAu8SS3öFVh {AhSÿHpA…Àt‰5˜ÐAëÿpAƒøxu ǘÐA9]~‹M‹EI8t@;ËuöƒÉÿƒÈÿ+ÁE¡˜ÐAƒø„Ü;Äԃø…þ3ÿ‰}Ô‰]ȉ]Ì9] u¡XÒA‰E SSÿuÿu3À9]$•ÀÅPÿu ÿDpA‹ð‰uÐ;ó„¸ÇEü6ƒÀƒàüè -‰eè‹Ä‰EäƒMüÿë3À@Ëeèè/J3Û‰]äƒMüÿ‹}Ô‹uÐ9]äu6PèWîÿÿY‰Eä;Ä`ÇEÈVÿuäÿuÿujÿu ÿDpA…À„æSSVÿuäÿu ÿuÿHpA‹ø‰}Ô;û„ÇöE t-9]„¸;}¯ÿuÿuVÿuäÿu ÿuÿHpAé”ÇEü?ƒÀƒàüè?,‰eè‹Ä‰EàƒMüÿë3À@ËeèèaI3Û‰]àƒMüÿ‹}Ô‹uÐ9]àu?Pè‰íÿÿY‰Eà;Ãt@ÇEÌWÿuàVÿuäÿu ÿuÿHpA…Àt!SS9]uSSëÿuÿuWÿuàSÿu ÿ@pA‹ø9]Ìt ÿuàè…èÿÿY9]Èt ÿuäèwèÿÿY‹Çé[‰]Ø3ÿ‰]Ä9]u¡HÒA‰E9] u¡XÒA‰E ÿuè£FY‰EÀƒøÿu3Àé!;E „îSSMQÿuPÿu è»FƒÄ‰EØ;ÃtÔSSÿuPÿu ÿuÿL…ÀYY}9uüt ÿuüèþßÿÿY‰uüƒÇ‹;Æu¤3À_^[ÉÃÿuüèâßÿÿYƒÈÿëíÌÌÌÌÌÌÌÌÌÌBÿ[ä$d$3ÀŠD$S‹ØÁà‹T$÷ÂtŠ ƒÂ8ÙtÏ„ÉtQ÷Âuë ØW‹ÃÁãV Ø‹ ¿ÿþþ~‹Á‹÷3Ëðùƒñÿƒðÿ3Ï3ƃÂáu%tÓ%uæ€uÄ^_[3ÀËBü8Øt6„Àtï8Üt'„ätçÁè8Øt„ÀtÜ8Üt„ätÔë–^_Bÿ[ÃBþ^_[ÃBý^_[ÃBü^_[ÃU‹ìSV‹u ‹F ¨‚‹^„ó¨@…ë¨tƒf¨„Û‹Nƒàþ‰‰F ‹F ƒfƒe ƒàïƒÈf© ‰F u"þXÄAtþxÄAu SèL…ÀYuVè’Yf÷F Wta‹F‹>H‰‹N+øI…ÿ‰N~ WPSèy‰E ë0ƒûÿt‹ÃÁø‹… ÖA‹ËƒáÈë¸ËAö@ t jjSèÞƒÄ ‹FŠMˆë3ÿGWEPSè)ƒÄ ‰E 9} _tƒN ë‹E%ÿë ƒÈ ‰F ƒÈÿ^[]ÃU¬$düÿÿ실; ÖA¡4ÄASV‰…˜Wƒ˜‹ÁÁø… ÖA‹‹ñƒæÁæŠD0¨‰]€„s3ÿ9½¬‰}Œ‰}„u3Àép¨ t jWWQèŸKƒÄ‹Æö@€„Ç9½¬‹…¨‰E‰½¤†ó‹M+¨E”;¬s%‹UÿEŠA€ú uÿE„Æ @G‹]€ˆ@Gÿ|Ó‹øE”+øjEˆPWE”P‹ÿ40ÿ`pA…Àt‹EˆEŒ;Ç|!‹E+…¨3ÿ;…¬r‰ëÿpA‰…¤3ÿ‹EŒ;Ç…‹9½¤tYjX9…¤u@£¨ÐAë}WMˆQÿµ¬ÿµ¨ÿ0ÿ`pA…Àt‹Eˆ‰½¤‰EŒë°ÿpA‰…¤ë¢ÿµ¤èµùÿÿYë@‹öD0@t‹…¨€8„´þÿÿǤÐA‰=¨ÐAë+E„ëƒ%¨ÐAǤÐA ƒÈÿ‹˜_^[è8ßÿÿÅœÉÃÿxÐAhèàÿÿ…ÀY‹L$‰At ƒI ÇAëƒI A‰AÇA‹Aƒa‰ÃV‹t$‹F ¨ƒ„ɨ@…Á¨t ƒÈ ‰F 鲃Èf© ‰F u VèƒÿÿÿYë‹F‰ÿvÿvÿvè3JƒÄ …À‰Ftoƒøÿtj‹V ö‚u7‹NƒùÿWt‹ùÁÿ‹<½ ÖAƒá<Ïë¿ËAŠO€á‚€ù‚_u Ê ‰V ~u‹N öÁt öÅuÇF‹H‰F¶A‰^Ã÷ØÀƒàƒÀ F ƒfƒÈÿ^ÃU‹ìƒìSVW‹}‹w3À9G‰uø}‰GjPPVèßH‹ÊƒÄ…ɋ؉]ð‰Mô||…Ûrxf÷G u‹G™+ØʋËÑé-‹‹O‹Ð+щUü‹W öÂt=‹ÖÁú‹• ÖA‹ÞƒãöDÚ€t‹Ñ;Ðs €: uÿEüB;ró‹]ð ]ôu"‹Eü3ÒéÜ„ÒxíǤÐAƒÊÿ‹ÂéÄöG „¯‹W…Òu!Uüé +Á‰E‹ÆÁøƒæ… ÖA‹ÁæöD€ttjjjÿuøèýGƒÄ;Eðu";Uôu‹G‹MÈë €8 uÿE@;ÁróöG ë7jÿuôÿuðÿuøèÃG¸ƒÄ9Ew ‹O öÁtöÅt‹G‰E‹öDtÿE‹E)Eðƒ]ô‹Eü3ÒEðUô_^[ÉËD$;ÖASVWse‹ÈÁù‹ðƒæ< ÖA‹ÁæöD1tHPèfKƒøÿYtCÿt$jÿt$PÿdpA‹ØƒûÿuÿpAë3À…Àt PèKöÿÿYë‹D0€ ý‹Ãëƒ%¨ÐAǤÐA ƒÈÿ_^[ÃU‹ìƒì SVW‹}‹w3Û9_‰uô}‰_jSVèOÿÿÿƒÄ ;ÉEü|j‹W f÷Âu+Gé‹‹O‹Ø+Ùö‰]øt9‹ÖÁú‹• ÖA‹ÞƒãöDÚ€t‹Ñ;Ðs €: uÿEøB;róƒ}üu‹EøéÉ„ÒxîǤÐAƒÈÿé³öG „¡‹W…Òu!Uøé’+Á‰E‹ÆÁøƒæ… ÖA‹ÁæöD€tjjjÿuôèŒþÿÿƒÄ ;Eüu‹G‹MÈë €8 uÿE@;ÁróöG ë4jÿuüÿuôèZþÿÿ¸ƒÄ 9Ew ‹O öÁtöÅt‹G‰E‹öDtÿE‹E)Eü‹Eø‹MüÁ_^[ÉÃU‹ìV‹u‹F ¨ƒWtr‹}…ÿt ƒÿtƒÿuaƒàïƒÿ‰F uVèbüÿÿE YU3ÿVèTÒÿÿ‹F „ÀYyƒàü‰F ë¨t¨t öÄuÇFWÿuÿu ÿvè%E#ƒÄƒøÿt3Àë ǤÐAƒÈÿ_^]ÃV‹t$‹F ¨ƒt¨tÿvèÅÖÿÿff ÷û3ÀY‰‰F‰F^ËD$;ÖAs=‹ÈÁù‹ ÖA‹ÐƒâöDÑt%PèÌHYPÿhpA…ÀuÿpAë3À…Àt£¨ÐAǤÐA ƒÈÿÃV‹t$‹8csmàuƒxu‹@= “t=!“uè©ñÿÿ¡ôÐA…ÀtPè…ÀYt VÿôÐAë3À^ÂhW AÿlpA£ôÐA3ÀÃÿ5ôÐAÿlpAÃSUVW‹|$;=ÖAƒ†‹ÇÁø‹÷ƒæ… ÖA‹ÁæöD0tiWèúGƒøÿYt<ƒÿtƒÿujèãGj‹èèÚG;ÅYYtWèÎGYPÿppA…Àu ÿpA‹èë3íWè6G…í‹YÆD0t UèµòÿÿYë3Àëƒ%¨ÐAǤÐA ƒÈÿ_^][ÃÌÌÌÌÌÌÌÌ‹T$‹L$÷Âu<‹:u. Àt&:au% ätÁè:Au Àt:auƒÁƒÂ äuÒ‹ÿ3ÀÃÀÑàƒÀÃ÷ÂtŠƒÂ:uçƒÁ ÀtÜ÷Ât¤f‹ƒÂ:uÎ ÀtÆ:auÅ ät½ƒÁ눃=°ÐAu ƒ=¼ÐAr3À@ÃjXÃ3À9D$j”ÀhPÿxpA…À£<×At*èÁÿÿÿƒø£@×Auhøè…ÀYuÿ5<×AÿtpA3ÀÃ3À@Ãh@jÿ5<×Aÿ8pA…À£(×AuËL$ƒ% ×Aƒ%$×A£0×A3À‰ ,×AÇ4×A@á$×A €¡(×A ˆë‹T$+P úr ƒÀ;Árê3ÀÃU‹ìƒì‹M‹AV‹u W‹þ+y ƒÆüÁï‹ÏiÉŒD‰Mð‹IöÁ‰Mü…×S1‹‰Uô‹Vü‰Uø‹Uôö‰] utÁúJƒú?vj?Z‹K;KuBƒú »€s‹ÊÓëL÷Ó!\¸Dþ u#‹M!ëJàÓëL÷Ó!œ¸Äþ u‹M!Y‹] ‹S‹[‹MüMô‰Z‹U ‹Z‹R‰S‰Mü‹ÑÁúJƒú?vj?Z‹]øƒã‰]ô…+uø‹]øÁûj?‰u K^;Þv‹ÞMø‹ÑÁúJ;Ö‰Müv‹Ö;Út^‹M ‹q;qu;ƒû ¾€s‹ËÓî÷Ö!t¸DþLu!‹M!1ëKàÓî÷Ö!´¸ÄþLu‹M!q‹M ‹q‹I‰N‹M ‹q‹I‰N‹u ë‹]ƒ}ôu;Ú„€‹Mð Ñ‹Y‰N‰^‰q‹N‰q‹N;Nu`ŠLˆMþÁƒú ˆLs%€}u‹Ê»€Óë‹M »€‹ÊÓëD¸D ë)€}uJເÓë‹M YJ຀Óê„¸Ä ‹Eü‰‰D0ü‹Eðÿ…÷¡ ×A…À„Ü‹ 8×A‹5|pAh@ÁáH »€SQÿÖ‹ 8×A¡ ×Aº€Óê P¡ ×A‹@‹ 8×Aƒ¤ˆÄ¡ ×A‹@þHC¡ ×A‹H€yCu ƒ`þ¡ ×AƒxÿuiSjÿp ÿÖ¡ ×Aÿpjÿ5<×Aÿ$pA¡$×A‹(×A€Áà‹È¡ ×A+ÈLìQHQPè·Åÿÿ‹EƒÄ ÿ $×A; ×Avƒm¡(×A£0×A‹E£ ×A‰=8×A[_^Éá$×A‹ 4×AW3ÿ;Áu4D‰PÁàPÿ5(×AWÿ5<×Aÿ„pA;Çu3À_Ã4×A£(×A¡$×A‹ (×AVhÄAjÿ5<×A€4ÿ8pA;ljFu3ÀëCjh hWÿ€pA;ljF uÿvWÿ5<×Aÿ$pAëЃNÿ‰>‰~ÿ$×A‹Fƒÿ‹Æ^_ÃU‹ìQQ‹M‹ASV‹qW3ÛëÑàC…À}ù‹ÃiÀ„0Dj?‰EøZ‰@‰@ƒÀJuôj‹ûhÁçy h€Wÿ€pA…ÀuƒÈÿé—p;ú‰UüwC‹Ê+ÏÁé GAƒHøÿƒˆìÿü‰üïÿÿÇ@üð‰PÇ€èðIuË‹Uü‹EøøO ‰H‰AJ ‰H‰AƒdžD3ÿG‰¼žÄŠFCŠÈþÁ„À‹EˆNCu xº€‹ËÓê÷Ò!P‹Ã_^[ÉÃU‹ìƒì ‹M‹ASV‹uW‹} ‹×+Q ƒÆÁê‹ÊiÉŒD‰Mô‹OüƒæðI;ñ|9ü‹‰M‰]üŽUöÃ…EÙ;ó;‹MüÁùIƒù?‰Møvj?Y‰Mø‹_;_uCƒù »€sÓë‹MøL÷Ó!\Dþ u&‹M!ëƒÁàÓë‹MøL÷Ó!œÄþ u‹M!Y‹O‹_‰Y‹O‹‰y‹M+ÎMüƒ}üŽ¥‹}ü‹M ÁÿOƒÿ?L1üvj?_‹]ôû‰]‹[‰Y‹]‰Y‰K‹Y‰K‹Y;YuWŠLˆMþÁƒÿ ˆLs€}u‹Ï»€Óë‹M DD‹Ïë €}uOເÓë‹M Y„ÄO຀Óê ‹U ‹MüD2ü‰‰Lüë‹U F‰Bü‰D2øé<3Àé8/‹] )uN‰Kü\3ü‹uÁþNƒþ?‰] ‰Küvj?^öEü…€‹uüÁþNƒþ?vj?^‹O;OuBƒþ »€s‹ÎÓët÷Ó!\Dþu#‹M!ëNàÓëL÷Ó!œÄþ u‹M!Y‹] ‹O‹w‰q‹w‹O‰q‹uuü‰uÁþNƒþ?vj?^‹Mô ñ‹y‰K‰{‰Y‹K‰Y‹K;KuWŠLˆMþÁƒþ ˆLs€}u‹Î¿€Óï‹M 9DD‹Îë €}uNà¿€Óï‹M y„ÄN຀Óê ‹E‰‰Dü3À@_^[ÉÃU‹ìƒì‹M¡$×A‹(×AƒÁƒáðS‰MðÁùV€WIƒù <‚‰}ü} ƒÎÿÓîƒMøÿë ƒÁàƒÈÿ3öÓè‰Eø¡0×A‹Ø‰uô;ßë‹K‹;#Mø#þ Ïu ƒÃ;]ü‰]rç;]üu$‹Úë‹K‹;#Mø#þ Ïu ƒÃ;؉]rè;Ø„”‰0×A‹C‹ƒúÿ‰Uüt‹ŒÄ‹|D#Mø#þ Ïu6‹Ä#UøƒeüHD‹1#uô Ö‹uôu‹‘„#UøÿEüƒÁ‹9#þ ×té‹Uü‹ÊiÉŒD‰Mô‹LD3ÿ#Îum‹ŒÄ#Møj _ë^ƒ{u ƒÃ‰];]ürï;]üu&‹Úë ƒ{u ƒÃ;؉]rð;Øuèúÿÿ‹Ø…Û‰]tSè·úÿÿY‹K‰‹Cƒ8ÿ…$ÿÿÿ3ÀézÑáG…É}ù‹Mô‹Tù‹ +Mð‹ñÁþNƒþ?‰Mø~j?^;÷„‹J;Ju\ƒÿ »€}&‹ÏÓë‹Mü|8÷Ó‰]ì#\ˆD‰\ˆDþu3‹Mì‹]! ë,OàÓë‹MüŒˆÄ|8÷Ó!þ‰]ìu ‹]‹Mì!Kë‹]ƒ}ø‹J‹z‰y‹J‹z‰y„‹Mô ñ‹y‰J‰z‰Q‹J‰Q‹J;Ju^ŠLˆM þÁƒþ ˆL}#€} u ¿€‹ÎÓï ;‹Î¿€Óï‹Mü |ˆDë)€} u Nà¿€Óï {‹Mü¼ˆÄNྀÓî 7‹Mø…Ét ‰ ‰Lüë‹Mø‹uðÑN‰ ‰L2ü‹uô‹…Éy‰>u; ×Au‹Mü; 8×Auƒ% ×A‹Mü‰B_^[ÉÃS‹\$…ÛUWuÿt$è·ÍÿÿYéDV‹t$…öu SèóÈÿÿYé,ƒ=@×A…ë3ÿƒþà‡ÂSèØôÿÿ‹è…íY„;5,×AwHVSUè½ùÿÿƒÄ …Àt‹ûë1Vè‹üÿÿ‹ø…ÿYt(‹CüH;Ær‹ÆPSWèºÿÿSèôÿÿ‹èSUè¯ôÿÿƒÄ…ÿu<…öuFƒÆƒæðVjÿ5<×Aÿ8pA‹ø…ÿt‹CüH;Ær‹ÆPSWèйÿÿSUèoôÿÿƒÄ…íu…öuFƒÆƒæðVSjÿ5<×Aÿ„pA‹ø…ÿuƒ=ÒAtVèÅÌÿÿ…ÀY…ÿÿÿë8‹Çë63Àƒþàw…öuFVSjÿ5<×Aÿ„pA…Àuƒ=ÒAt Vè‡Ìÿÿ…ÀYuÌ3À^_][Ã=@×AVu‹t$Vè¯óÿÿ…ÀYt‹Füƒè ^ÃVëÿt$jÿ5<×AÿŒpA^ÃU¬$tÿÿÿì ¡4ÄA‹”SV‰…ˆ3ÒW3À; ÅèÉAt@ƒørñ‹ðÁæ;ŽèÉA…¡tÐAƒø„ß;Âu ƒ=0ÄA„Îùü„êhE€PRˆ•„ÿ”pA…ÀuE€h„„APè×µÿÿYY}€‹ÇPèJ·ÿÿ@ƒø=YtUèÈÿÿ;ÃY‰t7VPèβÿÿYYƒÇõ8uÒÿ5lÐAèÊÃÿÿ‰lÐA‰ÇD×A3ÀY]_^[Ãÿ5ÐÐAè¥Ãÿÿ‰ÐÐAƒÈÿëäU‹ìQS‹] 3Ò9UW‰‹ùÇt ‹MƒE‰9€8"u3É…Ò”Á@‹Ñ±"ë-ÿ…ÿtŠˆGжÙ@öƒáÓAt ÿ…ÿtŠˆG@„É‹] t2…Òu¼€ù t€ù u²…ÿtÆGÿƒeü€8„ÖŠ€ù t€ù u@ëñHëá€8„»ƒ}t ‹MƒE‰9ÿ3ÛC3Òë@B€8\tù€8"u&öÂuƒ}üt H€9"u‹Áë3Û3É9Mü”Á‰MüÑê…Òt …ÿtÆ\GÿJuóŠ„ÉtHƒ}üu €ù t=€ù t8…Ût.…ÿt¶Ñö‚áÓAtˆG@ÿŠˆGë¶ÉöáÓAt@ÿÿ@éhÿÿÿ…ÿtÆGÿ‹] é!ÿÿÿ‹E…Àtƒ ÿ_[ÉÃU‹ìQQSVW3ÿ9=P×Auèx-h¾ÑAVWÆÒAÿ”pA¡dçA;lj5àÐAt€8‹Øu‹ÞEüPWuø3É‹Ãè;þÿÿ‹uü‹EøÁæÆPèsÆÿÿ‹øƒÄ …ÿuƒÈÿë%EüP >Wuø‹Ãè þÿÿ‹EüHY£ÄÐAY‰=ÈÐA3À_^[ÉÃQQ¡ÒASUVW‹=¨pA3Û3ö;Ãj]u-ÿ׋ð;ót ÇÒAëÿpAƒøxu ‹Å£ÒAë¡ÒAƒøu};óuÿ׋ð;ótyf9‹ÆtÅf9uùÅf9uò‹=@pASSS+ÆSÑø@PVSS‰D$4ÿ׋è;ët2Uè§Åÿÿ;ÃY‰D$t#SSUPÿt$$VSSÿ×…Àuÿt$èÕÀÿÿY‰\$‹\$Vÿ¤pA‹ÃëP;Åt;Ãt3ÀëDÿ pA‹ð;ótð8t @8uû@8uö+Æ@‹èUè?Åÿÿ‹ø;ûYu3ÿë UVWè ²ÿÿƒÄ VÿœpA‹Ç_^][YYÃìDhè Åÿÿ…ÀYuƒÈÿé£ ÖAÇÖA ˆëƒÿÆ@Æ@ ‹ ÖAƒÀÁ;ÁrâSVWD$ Pÿ´pAfƒ|$>„Ç‹D$@…À„»‹0Uh¸;ð.|‹ð95ÖA}R¿$ÖAhèyÄÿÿ…ÀYt8ƒÖA ‰ˆëƒÿÆ@Æ@ ‹ƒÀÁ;ÁræƒÇ95ÖA|»ë‹5ÖA3ÿ…ö~F‹ƒøÿt6ŠMöÁt.öÁu Pÿ°pA…Àt‹ÇÁø‹… ÖA‹ÏƒáÈ‹ ‰ŠMˆHGEƒÃ;þ|º]3Û¡ ÖA4؃>ÿuM…ÛÆFujöXë ‹ÃH÷ØÀƒÀõPÿpA‹øƒÿÿtWÿ°pA…Àt %ÿƒø‰>u€N@ëƒøu €Në€N€Cƒû|œÿ5ÖAÿ¬pA_^3À[ƒÄDÃj h „Aè}ÇEääA}ääAs"ƒeü‹Eä‹…Àt ÿÐë3À@ËeèƒMüÿƒEäëÕèÃj h°„Aè9ÇEäìA}äìAs"ƒeü‹Eä‹…Àt ÿÐë3À@ËeèƒMüÿƒEäëÕè=ÃÌhÐ$Ad¡P‹D$‰l$l$+àSVW‹Eø‰eèP‹EüÇEüÿÿÿÿ‰EøEðd£Ã‹Mðd‰ Y_^[ÉQÃVC20XC00U‹ìƒìSVWUü‹] ‹E÷@…«‰Eø‹E‰EüEø‰Cü‹s ‹{Sè"1ƒÄ Àt{ƒþÿt} v‹D ÀtYVUk3Û3É3Ò3ö3ÿÿÐ]^‹] Àt?xH‹{S蓪ÿÿƒÄkVSèȪÿÿƒÄ vj‹DèK«ÿÿ‹‰C ‹D3Û3É3Ò3ö3ÿÿЋ{ v‹4댸ë#‹EƒH¸ëUkjÿSèuªÿÿƒÄ]¸]_^[‹å]ÃU‹L$‹)‹AP‹APèPªÿÿƒÄ]ÂÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌ=s÷ØăÀ…”‹PÃQL$é-…=sì+ȋą‹á‹‹@PÃU‹ìƒì¡4ÄA…Àt=Næ@»uNVEøPÿÈpA‹uü3uøÿÄpA3ðÿÀpA3ðÿ¼pA3ðEðPÿ¸pA‹Eô3Eð3ð‰54ÄAu Ç4ÄANæ@»^ÉÃhh`†Aèêýÿÿ¡4ÄA‰Eä¡ ÒA3É;Át‰Müÿu ÿuÿÐYYƒMüÿé3À@Ëeèëî‹EHt¿<†AÇ…Øþÿÿˆ…A¾Ôë¿h…AÇ…ØþÿÿÈ„A¾¹ˆMàh…ÜþÿÿPQÿ”pA…Àuh„„A…ÜþÿÿPèªÿÿYYÜþÿÿ‹ÃPèñ«ÿÿYƒÀ ƒøÿuüSèË ø†„Pj?ÿuüSè· ø†ˆPj@ÿuüSè£ ø†ŒPjAÿuüSèƒÄ@ ø†PjBÿuüSèx ø†”PjCÿuüSèd ø†˜Pj(ÿuüSèP ø†œPj)ÿuüSè<ƒÄ@ ø† PjÿuøSè% ø†¤Pj ÿuøSè ø†¨PhÿuøSèú‹]ø ø†°Ph SjèáƒÄ@ ø‰ž¬‹Ç_[ÉÃV‹t$…ö„ÿvèn´ÿÿÿvèf´ÿÿÿv è^´ÿÿÿvèV´ÿÿÿvèN´ÿÿÿvèF´ÿÿÿ6è?´ÿÿÿv è7´ÿÿÿv$è/´ÿÿÿv(è'´ÿÿÿv,è´ÿÿÿv0è´ÿÿÿv4è´ÿÿÿvè´ÿÿÿv8èÿ³ÿÿÿv<è÷³ÿÿƒÄ@ÿv@èì³ÿÿÿvDèä³ÿÿÿvHèܳÿÿÿvLèÔ³ÿÿÿvPè̳ÿÿÿvTèijÿÿÿvXè¼³ÿÿÿv\è´³ÿÿÿv`謳ÿÿÿvd褳ÿÿÿvh蜳ÿÿÿvl蔳ÿÿÿvp茳ÿÿÿvt脳ÿÿÿvxè|³ÿÿÿv|èt³ÿÿƒÄ@ÿ¶€èf³ÿÿÿ¶„è[³ÿÿÿ¶ˆèP³ÿÿÿ¶ŒèE³ÿÿÿ¶è:³ÿÿÿ¶”è/³ÿÿÿ¶˜è$³ÿÿÿ¶œè³ÿÿÿ¶ è³ÿÿÿ¶¤è³ÿÿÿ¶¨èø²ÿÿƒÄ,^Ã=TÒAVtUh´jèö÷ÿÿ‹ð…öYYu@^Ãèãúÿÿ…ÀtVè@þÿÿVè½²ÿÿ3À@ëMÿ5ÒA‰5ÌAè$þÿÿÿ5ÒA蜲ÿÿ‰5ÒAë'ÿ5ÒAÇÌA ÌAèüýÿÿÿ5ÒAèt²ÿÿƒ%ÒA3ÀYY^ÃV‹t$…öt5‹;ØÌAtPèN²ÿÿY‹F;ÜÌAtPè<²ÿÿY‹v;5àÌAtVè*²ÿÿY^ÃSU3Û9PÒAVWu.9LÒAu&ÿ5ÍAèŸÿÿÿÿ5ÒAèû±ÿÿ½ØÌA‰ÒAéçj0jèûöÿÿ‹è;ëYYu3À@éì‹5ÍAj Y‹ýó¥9PÒA„·5~ÒAUjVjèô‹ØEPjVjèä}WjVj ØèÔƒÄ0 ÃtUèÿÿÿUèt±ÿÿƒÈÿ鄋늀ù0|€ù9 €é0ˆ@€8uéë/€ù;uó‹ÈqŠˆ‹Î€9uòëâ¡ØÌA‰E¡ÜÌA‰E¡àÌA‰Eÿ5ÍAè®þÿÿÿ5ÒAè ±ÿÿ‰-ÒA‰-ÍA‹EŠ¢TÈAÇXÈA3ÀYY_^][ÃV‹t$…öt~‹F ;äÌAtPèǰÿÿY‹F;èÌAtPèµ°ÿÿY‹F;ìÌAtP裰ÿÿY‹F;ðÌAtPè‘°ÿÿY‹F;ôÌAtPè°ÿÿY‹F ;øÌAtPèm°ÿÿY‹v$;5üÌAtVè[°ÿÿY^ÃSU3Û9LÒAVWu39PÒAu+ÿ5ÒAèVÿÿÿÿ5ÒAè,°ÿÿÇÍAØÌA‰ÒAéµj0jè'õÿÿ‹è;ëYY„9LÒA„F·5xÒAE PjVjè.‹øEPjVjè øEPjVjè øEPjVjèþƒÄ@ øEPjVjèë øE PjPVjèÛ øE$PjQVjèË øE(PjVS較Ä@ øE)PjVSèª øE*PjTVSè› øE+PjUVSèŒ øE,PjVVSè}ƒÄ@ øE-PjWVSèk øE.PjRVSè\ øE/PjSVSèMƒÄ0 ÇtUèþÿÿUèí®ÿÿYY3À@é…‹E늀ù0|€ù9 €é0ˆ@8uêë"€ù;uô‹ð~Šˆ‹÷8uóëäj Y¾ØÌA‹ýó¥¡ÍA‹‰E¡ÍA‹@‰E¡ÍA‹@‰Eÿ5ÒA‰-ÍAè’ýÿÿÿ5ÒAèh®ÿÿ‰-ÒAYY3À_^][Ã3ÀÃÌÌÌÌU‹ìV3ÀPPPPPPPP‹U IŠ Àt ƒÂ«$ëñ‹uƒÉÿIƒÁŠ Àt ƒÆ£$sî‹ÁƒÄ ^ÉÃÌÌÌÌÌÌÌÌÌÌ‹L$ W…É„’VS‹Ù‹t$÷Æ‹|$u Áé……ë'ŠƒÆˆƒÇƒét+„Àt/÷Æuå‹ÙÁéuaƒãtŠƒÆˆƒÇ„Àt7ƒëuí‹D$[^_Ã÷ÇtˆƒÇƒé„˜÷Çuê‹ÙÁéutˆƒÇƒëuö[^‹D$_ɃǃétŸºÿþþ~‹Ѓðÿ3‹ƒÆ©tÜ„Òt,„öt÷Âÿt ÷Âÿuĉëâÿÿ‰ëâÿ‰ë3Ò‰ƒÇ3Àƒét 3À‰ƒÇƒéuöƒã…wÿÿÿ‹D$[^_ÃU‹ì3ÀS3Û@9] |FVW…Àt>‹E Ù+‹ð‹EÑþ<ðÿ7‹Eÿ0è%…ÀYYu ‹MƒÇ‰9ë }N‰u ë^;] ~¾_^3É…À”Á[‹Á]Ãf ÒAÿÔpA£$ÒA£ ÒAÃU‹ìƒì ¡4ÄAV‹ñ…ö‰Eüt1€>t,hp”AVè ×ÿÿ…ÀYYthl”AVèüÖÿÿ…ÀYYu(jEôPj ë jEôPhÿ5$ÒAÿ<ÒA…Àt uôVè¯$Y‹Mü^è"¯ÿÿÉÃ3Àf‹L$f;ˆŒŒAt @@ƒørë3À@Ã3ÀÃU‹ìSVWj3ö_‹]7™+ÂÑø‹ÈkÉ,‹‰p†A9Mt%sxÿëp;÷~×Sÿuÿu ÿuÿØpA_^[]‹M It[IItMƒét>ƒét/éötItIIuÆkÀ,”†Aë9]Ђ=EÖ€}Ö„0ŠP„Ò„%‹MŠ :r:ʆhÿÿÿÀ8uÝéWWÿuÿuj ÿu ÿDpA‹Ø‰]¸;ß„i‰}üƒÀƒàüèÝÿÿ‰eè‹Ä‰ẼMüÿë3À@Ëeèè£úÿÿƒẽMüÿ‹]¸3öF3ÿ‹EÌ;ÇuPèÈžÿÿY‰EÌ;Ç„‰uÄSPÿuÿuVÿu ÿDpA…À„±jjÿuÿuj ÿu ÿDpA‹ð‰u´…ö„ÇEü6ƒÀƒàüèçÜÿÿ‰eè‹ü‰}°ƒMüÿë3À@Ëeèè úÿÿ3ÿƒMüÿ‹]¸‹u´…ÿu6Pè5žÿÿY‹ø…ÿt@ÇE¼VWÿuÿujÿu ÿDpA…ÀtVWSÿuÌÿu ÿuÿqA‰EÀƒ}¼tWè@™ÿÿYƒ}Ät ÿuÌè1™ÿÿY‹EÀ鮉}È9}u¡HÒA‰E‹] ;ßu‹XÒAÿuèa÷ÿÿY‹ðƒþÿu3Àë};ótIjjEPÿuVSè‚÷ÿÿƒÄ‹ø…ÿtÝjjEPÿuVSèg÷ÿÿƒÄ‰EÈ…Àu W趘ÿÿY븉}‹EȉEÿuÿuÿuÿuÿu ÿuÿüpA‹ð…ÿtW膘ÿÿÿuÈè~˜ÿÿYY‹Æe¤‹Mäè¡›ÿÿèoÚÿÿÃ-¤t"ƒètƒè t Ht3ÀøøøøÃWj@3ÀY¿àÓAó«ª3À£äÔA£ÜÓA£ØÓA¿ðÔA«««_ÃU‹ìì¡4ÄA‰EüVEèPÿ5äÔAÿLpAƒø¾… 3Àˆ„èþÿÿ@;ÆrôŠEî„ÀÆ…èþÿÿ t6SUïW¶ ¶À;Áw+ÈA‹ÙÁé¼èþÿÿ¸ ó«‹ËƒáóªBŠB„ÀuÑ_[jÿ5ØÓA…èúÿÿÿ5äÔAPV…èþÿÿPjèóÿÿjÿ5äÔA…èýÿÿVPV…èþÿÿPVÿ5ØÓA耬ÿÿjÿ5äÔA…èüÿÿVPV…èþÿÿPhÿ5ØÓAèX¬ÿÿƒÄ\3Àf‹ŒEèúÿÿöÁt€ˆáÓAŠŒèýÿÿˆˆÕAëöÁt€ˆáÓA ŠŒèüÿÿëãÆ€ÕA@;Ær¼ëD3ÀƒøArƒøZw€ˆáÓAŠÈ€Á ˆˆÕAëƒøarƒøzw€ˆáÓA ŠÈ€é ëàÆ€ÕA@;Ær¾‹Mü^è¹™ÿÿÉÃU‹ìƒì¡4ÄASV‹u3Ûƒþþ‰EüW‰¨ÒAuǨÒAÿqAë+ƒþýuǨÒAÿqAëƒþüu¡XÒAǨÒA‰E‹ð;5äÔA„c;ó„Q3Ò3À9°(ËAtgƒÀ0B=ðríEèPVÿLpAƒø…j@3ÀY¿àÓAó«ª3ÿG9}è‰5äÔA‰ØÓA†ç€}M҄«¶Aÿ¶Òéj@3ÀY¿àÓAó« RÁá‰]䪙8ËAŠ‹óë)ŠV„Òt&¶À¶ú;Çw‹U䊒 ËAáÓA@;ÇvõFFŠ„ÀuÓÿEäƒÃƒ}ärÁ‹E£äÔAÇÜÓAèÀüÿÿ±,ËA¿ðÔA¥¥£ØÓA¥ë\€ˆáÓA@;ÂvôAA€yÿ…Kÿÿÿ‹Ç€ˆáÓA@=ÿrñ‹Æè{üÿÿ£ØÓA‰=ÜÓAë‰ÜÓA3À¿ðÔA«««ë 9¨ÒAtè~üÿÿè¢üÿÿ3ÀëƒÈÿ‹Mü_^[èÓ—ÿÿÉÃ=P×Aujýè þÿÿYÇP×A3ÀÃV‹5ÐÐAë"WPÿt$è³ÿÿƒÄ …Àu ‹Š<=t„ÀtƒÆ‹…ÀuØ‹Æ+ÐÐA^Áø÷ØÃ‹Æ+ÐÐA^ÁøÃU‹ìQ3É…ÿ‹ÇuÉÃ?t ƒÀAƒ8u÷SVP踘ÿÿ‹ð…öY‰uüuj èì”ÿÿY‹‹ßëPè%‰ƒÆƒÃ‹Y…Àuë!‹Eü^[ÉÃU‹ìƒì‹ES3Û;ÃW‰]ðuƒÈÿëaV‹0;ó‰uütSj=Vè ;ÃYY‰EôtB;ðt>3É8X¡ÐÐA”Á;ÔÐA‰Møu ‹øèHÿÿÿ£ÐÐA;ÃuU9] t9ØÐAtèõ²ÿÿ…Àt?ƒÈÿ^_[ÉÃ9]øt3Àëòjèô—ÿÿ;ÃY£ÐÐAtÞ‰9ØÐAujèÙ—ÿÿ;ÃY£ØÐAtÉ‹}ô+}üÿuü‹5ÐÐAè‰þÿÿ‹ø;ûY|F9tB4¾ÿ6èõ’ÿÿ9]øYu‹Eü‰‹E‰ëg‹F‰GƒÆ9uó‹ÇÁàPÿ5ÐÐAè©Éÿÿ;ÃYYtCë<9]ø…£;û}÷ß½Pÿ5ÐÐAèÉÿÿ;ÃYY„4ÿÿÿ‹Uü ¸‰‰Y‹M‰£ÐÐA9] tPÿuüèÝ‚ÿÿ@@Pè—ÿÿ‹ð;óYYt8ÿuüVèDÿÿ‹Æ+EüYEôY‹Møˆ@÷ÙÉ÷Ñ#ÈQVÿ qA…ÀuƒMðÿVè(’ÿÿY9]øt ÿuüè’ÿÿY‹Eðé·þÿÿÿuüè ’ÿÿ‹EY‰é®þÿÿ‹D$;ÖAr3ÀËÈÁù‹ ÖAƒà¾DÁƒà@ÃU‹ìQQ‹E;ÖAVWsr‹ÈÁù‹ðƒæ< ÖA‹ÁæöD1tU‹M ‰Mø‹MP‰MüèÚƒøÿYtDÿuMüQÿuøPÿdpAƒøÿ‰EøuÿpA…Àt Pè®ÿÿYë"‹D0€ ý‹Eø‹Uüëƒ%¨ÐAǤÐA ƒÈÿƒÊÿ_^ÉÃU‹ìƒìSV‹u;5ÖAWƒ½‹ÆÁø<… ÖA‹ƒæÁæÆŠPö„›ƒeôƒ}‹] ‹ËtböÂu]öÂHt"€x t‹ŠD0ÿMˆ‹KÇEôÆD0 jEðPÿu‹Qÿ40ÿqA…Àu0ÿpAjY;Áu ‰ ¨ÐAé6ƒømu3Àé7PèÛ­ÿÿYé(‹Eð‹EôöD1€„ÿ…Àt€; u ‹ÁD0€ë ‹D0€ û‹E ‹MôÈ;Á‰Eø‰MôƒÆ‹EøŠ<„©< t ˆCÿEøéŒI9Møs‹Eø@€8 uƒEøëY‰EøënÿEøjEðPjEÿP‹ÿ40ÿqA…Àu ÿpA…ÀuFƒ}ðt@‹öD0HtŠEÿ< tÆ ‹ˆD1ë(;] u €}ÿ uÆ ëjjÿÿuèE¶ÿÿƒÄ €}ÿ tÆ C‹Mô9Mø‚Lÿÿÿë‹öD0@ut0€+] ‰]ô‹Eôëƒ%¨ÐAǤÐA ƒÈÿ_^[ÉÃSUVWƒËÿ3ö3Ò¹ ÖA¿‹…Àt=¨ë ö@t ‹)ƒÀï;Årïëƒÿ+Áø‹؃ûÿuOƒÁFƒÂ ù ×A|¿ë>W蛓ÿÿ…ÀYt3ƒÖA µ ÖA‰ëƒÿÆ@Æ@ ‹ƒÀ×;ÂrêÁæ‹Þ_^]‹Ã[ËD$;ÖAVWsR‹ÈÁù‹ðƒæ< ÖA‹Áæƒ<ÿu6ƒ=0ÄAS‹\$uƒètHtHuSjôëSjõëSjöÿqA‹‰3À[ëƒ%¨ÐAǤÐA ƒÈÿ_^ËL$; ÖAVWsU‹ÁÁø‹ñ<… ÖA‹ƒæÁæÆö@t7ƒ8ÿt2ƒ=0ÄAu3À+ÈtItIuPjôëPjõëPjöÿqA‹ƒ ÿ3Àëƒ%¨ÐAǤÐA ƒÈÿ_^ËD$;ÖAs‹ÈÁù‹ ÖAƒàÁö@t‹Ãƒ%¨ÐAǤÐA ƒÈÿÃU‹ìƒìS3Û9¬ÒAVWumh$•AÿqA‹ø;û„“‹5TpAh•AWÿÖ…À£¬ÒAt|h•AWÿÖhô”AW£°ÒAÿÖƒ=°ÐA£´ÒAuhØ”AWÿÖ…À£¼ÒAt hÀ”AWÿÖ£¸ÒA¡¸ÒA…Àt<ÿÐ…ÀtMüQj MðQjPÿ¼ÒA…ÀtöEøuƒ=¼ÐAr €M ë)3Àë5€Më¡°ÒA…ÀtÿЋ؅Ût¡´ÒA…ÀtSÿЋØÿuÿu ÿuSÿ¬ÒA_^[ÉÃU‹ìƒì SV‹u‹^öÃud¡‰E‹E‹H;Ù‰Mür ;Xs3ÀéðW‹~ ƒÿÿu3À@éÞ3Ò‰U‹Ã‹ƒùÿt;ʃEƒxtÿEBƒÀ ;×vàƒ}t‹Fø;Eü‚";ƃ¡ÀÒA‹ûçðÿÿ3ö…À~9<µÈÒA„þF;ð|îjEàPSÿøpA…À„`}ø…SöEôÌtV‹Mäf9MZ…?‹A<Á8PE….fx …"+Ùfƒx·HL† ‹A ;Ør‹QÐ;ÚsöA'€uwjhÓAÿqA…À…ÿþÿÿ‹ ÀÒA…É‹Ñ~ÄÒA98tJƒè…Òô…Òu-j[;Ë‹Ù3Ò…Û|•ÈÒA‹0B;Ó‰8‹þ~îƒù}A‰ ÀÒAjhÓAÿqAéþÿÿ3Àë…öŽ‘þÿÿ‹qAjhÓAÿÓ…À…zþÿÿ9<µÈÒAt.¡ÀÒApÿ…ö|9<µÈÒAtNyô…ö}ƒø}@£ÀÒApÿët3É…ö|ÈÒA‹A;Ή8‹ú~îjhÓAÿÓéþÿÿƒÈÿ_^[ÉÃU‹ìƒì‹M S3Û„ÉVÇEä ‰]èy ‰]ìÆEÿë ÇEìÆEÿ¸€…ÈuöÅ@u9ÓAt€Mÿ€j‹Á^#Æ+ÃtHt Hu0ÇEðÀëÇEð@ëÇEð€‹Eƒøt>ƒø t0ƒø0t"ƒø@tǤÐA‰¨ÐAƒÈÿé߉uøëÇEøë ÇEøë‰]ø‹Áº#¹;ÁW¿/t(;Ãt$;Çt=tH=u)ÇEôëHÇEôë?‰uôë:=t,=t;Ât!ǤÐA‰¨ÐAƒÈÿéSÇEôëÇEô‹E …Ǿ€t‹ ¬ÐA÷Ñ#M„Éx3öF¨@t€Mò΃=°ÐAuƒMøöÄt ÷¨ tÎë ¨tÎè|ùÿÿ‹ØƒÏÿ;ßuƒ%¨ÐAǤÐA‹ÇéÇjVÿuôEäPÿuøÿuðÿuÿ qA‹ð;÷tVÿ°pA…ÀuVÿppAÿpAPèÃ¥ÿÿY빃øu€Mÿ@ë ƒøu€MÿVSèùÿÿŠEÿYY‹ËÁù ‹óƒæ< ÖA‹ÁæˆEÿ€eÿHˆD1u+„Ày'öE t!jjÿS踮ÿÿƒÄ ƒøÿ‰Eðu(=¨ÐAƒu[€}ÿuöE t ‹D0€ ‹Ã_^[ÉÃjEþPSÆEþè‘öÿÿƒÄ …Àu€}þuÿuðSèƒøÿYYtjjSèN®ÿÿƒÄ ƒøÿu¥Sè§±ÿÿYéUþÿÿƒ=HÒAué®SV‹t$ W‹|$¶Pèè‹Ø¶PFèÜYG…ÛY‹Èt;ÙtÞ_‹Ã^+Á[ÃV‹t$ëF¶Pè‹…ÀYuñ¶Fƒù-‹Ñtƒù+u¶F3Àƒù0| ƒù9ƒé0ëƒÉÿƒùÿt €A¶Fë݃ú-^u÷ØÃU‹ìƒ}tHƒ=HÒAu]é SV‹uW‹} ¶PèE‹Ø¶PFè9YGÿMY‹Èt…Ût;ÙtÙ_‹Ã^+Á[]Ã3À]Ã|$tÆ-A÷ØV‹ñ3Ò÷t$ƒú v€ÂWë€Â0ˆA…ÀwæÆIŠŠˆIˆF;ñrò^ÃU‹ìƒ} ‹Eu …À}jj ëjÿu‹M èŸÿÿÿ‹E YY]Ãjh`–AèôÇÿÿ3ÿ3ÛC9=ÓAu+WWSWÿ$qA…Àt‰ÓAëÿpAƒøxu ÇÓA¡ÓA;Ãuÿuÿuÿu ÿuÿ$qAéÃøt;Çu(‰}ä‰}Ü9}u¡XÒA‰EWWÿu ÿuÿØpA‰Eà;Çu3À鋉}üƒÀƒàüèºÈÿÿ‰eè‹ô‰u؃Müÿë3À@ËeèèÜåÿÿ3ÿ3öƒMüÿ3ÛC;÷uÿuàè ŠÿÿY‹ð;÷t³‰]ÜÿuàVÿu ÿuÿØpA…Àt9}uWWëÿuÿujÿVSÿuÿDpA‰Eä9}ÜtVè…ÿÿY‹EäeÌè ÇÿÿÃjhp–AèÄÆÿÿ3ö95ÓAu.VV3ÿGWVÿ$qA…Àt‰=ÓAëÿpAƒøxu ÇÓA¡ÓAƒø„Ó;Æ„˃øu*‰uä‰uà9uu¡XÒA‰EVVÿu ÿuÿ$qA‹Ø‰]Ü;Þu3À駉uüƒÀƒàüè“Çÿÿ‰eè‹ü‰}؃Müÿë3À@Ëeèèµäÿÿ3ö3ÿƒMüÿ‹]Ü;þuPèâˆÿÿY‹ø;þt¯ÇEàSWÿu ÿuÿ$qA…Àt!VV9uuVVëÿuÿujÿWVÿuÿ@pA‰Eä9uàtWèçƒÿÿY‹Eäëÿuÿuÿu ÿuÿØpAeÌèÌÅÿÿÃV‹t$…ötVè%tÿÿ@Pè_ˆÿÿ…ÀYYt VPè‘rÿÿYY^Ã3À^ÃU‹ìƒ=ÜÓAu]éÇ£ÿÿ‹Më1¶Ðö‚áÓAtAŠ„Òt9·À¶ÒÁà Â9E u Aÿ]÷Ð9U t Af¶f…ÀuƷЋE +Â÷ØÀ÷Ð#Á]Ã3À]ÃU‹ì¸èUÆÿÿ¡4ÄAS‹]V3ö;ÖA‰Eüƒ‹ÃÁø‹… ÖA‹ËƒáöDÈ„ÿjVSè“©ÿÿƒÄ ƒøÿ‰…øïÿÿ„îjVSèx©ÿÿƒÄ ƒøÿ„ÙW‹} +ø…ÿ~oh…üïÿÿVPèâ~ÿÿh€Sè̃ĉE¸;ø}‹ÇP…üïÿÿPS茤ÿÿƒÄ ƒøÿt+ø…ÿÙëƒ=¨ÐAu ǤÐA ƒÎÿÿuSè~YYë@}>jÿu Sèæ¨ÿÿSèxôÿÿƒÄPÿ(qA‹ð÷Þö÷ÞNƒþÿuǤÐA ÿpA£¨ÐAjÿµøïÿÿS襨ÿÿƒÄ ‹Æ_ë ǤÐA ƒÈÿ‹Mü^[è …ÿÿÉÃÌÌÌÌÌÌU‹ìWVS‹u ‹}°ÿ‹ÿ Àt2ŠƒÆŠ'ƒÇ8Ätî,A<É€á ÁA†à,A<É€á ÁA8àtÎÀÿ¾À[^_ÉÃU‹ìQQƒ=HÒAS‹]VW„©ƒ=ËAt ƒû†—3ö¿F;ßs"95PÈA~ VSè:šÿÿYYë ¡HÈA¶X#Æ…Àtv‹HÈA‹ÃÁø¶ÈöDJ€tjˆEüˆ]ýÆEþXë ˆ]üÆEý‹ÆVÿ5XÒAMøjQPEüPWÿ5HÒAè–ÿÿƒÄ …Àt$;Æu¶Eøë¶Mù3ÀŠeø ÁëƒûA|ƒûZC ~‹Ã_^[ÉÃU‹ìQ‹Mùÿv^fƒeüW3À}þf«‹ÁÁèƒ=ÜÓAˆE ˆM _u3ÀÉÃjÿ5ØÓAEüÿ5äÔAPjE PjèqÜÿÿƒÄ…ÀtÖfƒ}þuÏöEütÉ3À@ÉÃ=PÈA~ jQè,™ÿÿYYÉáHÈA¶HƒàÉÃÌÌÌÌÌÌÌÌÌÌÌÌÌ‹D$‹L$ È‹L$ u ‹D$÷áÂS÷á‹Ø‹D$÷d$Ø‹D$÷áÓ[ÂÌÌÌÌÌÌÌÌÌÌÌÌU‹ìWVS‹M ÉtM‹u‹} ·A³Z¶ IŠ& äŠt' Àt#ƒÆƒÇ8ür8Üwæ8ør8ØwÆ8Äu ƒéuÑ3É8Ät ¹ÿÿÿÿr÷Ù‹Á[^_ÉÃÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌV‹D$ Àu(‹L$‹D$ 3Ò÷ñ‹Ø‹D$÷ñ‹ð‹Ã÷d$‹È‹Æ÷d$ÑëG‹È‹\$‹T$ ‹D$ÑéÑÛÑêÑØ Éuô÷ó‹ð÷d$‹È‹D$÷æÑr;T$ wr;D$v N+D$T$3Û+D$T$ ÷Ú÷؃ڋʋӋًȋÆ^‹D$;ÖAVsf‹ÈƒàÁàÁù ÖA‹Ð‹¾D¨tG¾€%€9t$ u ‹ L€!ë|$ @u‹ L€ €÷ØÀ%ÀÿÿÆ^ÃǤÐAë ǤÐA ƒÈÿ^ÃÌÿ%pAÌÌ‹Mðé¸Úþÿ‹MðƒÁé­Úþÿ‹MðƒÁ8é¢Úþÿ‹MðƒÁTé—Úþÿ‹MðƒÁpéŒÚþÿ‹MðÁŒé®áþÿ‹MðÁ˜é€âþÿ‹MðÁ¤érâþÿ‹MðÁ°édâþÿ‹MðÁ¼éFÚþÿ¸@žAéºgÿÿtÿÿÿéñÖþÿ$ÿÿÿé&ÚþÿÿÿÿéÚþÿ@ÿÿÿéÚþÿìþÿÿéÚþÿ¸„žAéygÿÿMÐéóÙþÿM´éëÙþÿMéãÙþÿtÿÿÿéØÙþÿXÿÿÿéÍÙþÿ¸ÈžAéAgÿÿMÔé»Ùþÿ¸ìžAé/gÿÿ@ÿÿÿé¦Ùþÿ\ÿÿÿé+×þÿ$ÿÿÿéÙþÿ¸ ŸAégÿÿMÔé~ÙþÿpþÿÿésÙþÿ¸LŸAéçfÿÿMØéaÙþÿ<ÿÿÿéæÖþÿ¤þÿÿé+×þÿˆþÿÿé@Ùþÿ¸ˆŸAé´fÿÿ ÿÿÿé»ÖþÿMØé3áþÿðþÿÿéÙþÿ€ýÿÿé ÙþÿÈþÿÿéÙþÿ¨þÿÿé÷ØþÿˆþÿÿéìØþÿ˜üÿÿéñÖþÿhþÿÿéÖØþÿ‹…Àúÿÿƒà„ƒ¥ÀúÿÿþHüÿÿ鵨þÿË…Àúÿÿƒà„ƒ¥Àúÿÿý,üÿÿ铨þÿà üÿÿ釨þÿ‹…Àúÿÿƒà„ƒ¥ÀúÿÿûìûÿÿéfØþÿË…Àúÿÿƒà„ƒ¥Àúÿÿ÷ÐûÿÿéDØþÿË…Àúÿÿƒà„ƒ¥Àúÿÿï´ûÿÿé"ØþÿË…Àúÿÿƒà „ƒ¥ÀúÿÿߘûÿÿéØþÿÃ|ûÿÿéô×þÿ`ûÿÿéé×þÿDþÿÿéÞ×þÿ$þÿÿéÓ×þÿDûÿÿéÈ×þÿ(ûÿÿé½×þÿðúÿÿé²×þÿ¸\ Aé&eÿÿÌÌÌÌÌÌÌÌ‹MðƒÁé•×þÿ‹MðƒÁ éŠ×þÿ‹MðƒÁ<é×þÿ¸Ä AéódÿÿÌÌÌÌÌMäéHÿÿ¸€¡AéÜdÿÿÌÌÌÌÌÌÌÌÌÌÌÌÌÌ‹Eðƒà„ƒeðþ‹MìƒÁdéuÝþÿËMìƒÁé™áþÿ‹MìƒÁéŽâþÿ¸´¡Aé’dÿÿÌÌÌÌ‹Mðƒé\éuáþÿ¸Ø¡AéydÿÿÌÌÌÌÌÌÌÌÌÌÌ‹Mèéèâþÿ¸ü¡Aé\dÿÿÌÌÌÌÌÌÌÌÌÌÌÌÌÌMÈéÈÖþÿ¸ ¢AéÿÿƒÄø¥AéƒbÿÿÌÌÌÌÌM°éøÔþÿ¸¬¥AélbÿÿÌÌÌÌÌÌÌÌÌÌÌÌÌÌ‹Mðéwÿÿ¸Ð¥AéLbÿÿÌÌÌÌÌÌÌÌÌÌÌÌÌÌ‹EìP‹MäQès>ÿÿƒÄøL¦Aé#bÿÿÌÌÌÌÌÿÿÿé¥Òþÿ¸ü¦Aé bÿÿÌÌÌÌÌÌÌÌÌÌÌ‹MðéxÔþÿ‹MðƒÁémÔþÿ‹MðƒÁ8ébÔþÿ‹MðƒÁTéWÔþÿ‹MðƒÁpéLÔþÿ‹MðÁŒénÛþÿ‹MðÁ˜é@Üþÿ‹MðÁ¤é2Üþÿ‹MðÁ°é$Üþÿ¸¨§AéˆaÿÿÌÌÌÌÌÌÌÌÌ̸¨AétaÿÿÌÌÌÌÌ̸l¨AédaÿÿÌÌÌÌÌÌMëé(!ÿÿ¸ü¨AéLaÿÿÌÌÌÌÌÌÌÌÌÌÌÌÌÌ‹|ÿÿÿéå,ÿÿM€é€[ÿÿ¸L©Aé!aÿÿÌÌÌ‹MðéÈ,ÿÿ¸p©Aé aÿÿÌÌÌÌÌÌÌÌÌÌÌÌÌÌMØéxÓþÿ‹EÔƒà„ ƒeÔþ‹Mé`Óþÿø ªAéÓ`ÿÿÌÌÌÌÌMÜé( ÿÿ¸xªAé¼`ÿÿÌÌÌÌÌÌÌÌÌÌÌÌÌÌMàé ÿÿ¸ÐªAéœ`ÿÿÌÌÌÌÌÌÌÌÌÌÌÌÌÌMäéè ÿÿ¸(«Aé|`ÿÿÌÌÌÌÌÌÌÌÌÌÌÌÌÌ‹|ÿÿÿéµCÿÿM€é°Zÿÿ¸È«AéQ`ÿÿÌÌÌMäéèFÿÿ¸ ¬Aé<`ÿÿÌÌÌÌÌÌÌÌÌÌÌÌÌÌMäéðþÿ¸œ¬Aé`ÿÿÌÌÌÌÌÌÌÌÌÌÌÌÌ̸ì¬Aé`ÿÿÌÌÌÌÌ̸<­Aéô_ÿÿÌÌÌÌÌ̸Œ­Aéä_ÿÿÌÌÌÌÌ̸ܭAéÔ_ÿÿÌÌÌÌÌÌ‹EP‹MìQè<ÿÿƒÄø®Aé³_ÿÿMØé-Òþÿ¸„®Aé¡_ÿÿ‹MðéÐtÿÿ¸¨®Aé_ÿÿM°é ÒþÿM°éÒþÿlÿÿÿéöÑþÿ¸4¯Aéj_ÿÿ‹Mðéô*ÿÿ‹MðƒÁéÙÑþÿ¸„¯AéM_ÿÿ‹Mðé×*ÿÿ¸¨¯Aé;_ÿÿ‹MðƒÁé²Ñþÿ‹MðƒÁ é§Ñþÿ‹MðƒÁ<éœÑþÿ‹MðƒÁXé‘Ñþÿ¸ä¯Aé_ÿÿÿuðè4qÿÿYø°Aéñ^ÿÿÌÌÌU‹ì¹`ÎAè#QÿÿhànAè•uÿÿƒÄ]ÃÌÌÌÌU‹ì¹TÎAèÙþÿhðnAèuuÿÿƒÄ]ÃÌÌÌÌU‹ìj¹PÎAèÁQÿÿ]ÃhÿnAèQuÿÿYÃèÐwÿÿƒÀ P¹pÎAè°ÿÿhoAè2uÿÿYÃjjhpÎA¹ÐÎAèqùþÿhoAèuÿÿYùÍÎAéRÿÿh&oAèýtÿÿYÃè|wÿÿƒÀ@P¹ÏAè\ÿÿhCoAèÞtÿÿYÃjjhÏA¹hÏAèùþÿh'oAè¿tÿÿYùeÏAéRÿÿhMoAè©tÿÿYÃhWoAètÿÿYÃhXoAè‘tÿÿYÃÌÌÌU‹ì¹`ÎAèQÿÿ]ÃÌU‹ì¹TÎAèCØþÿ]ÃáÐÎA‹@Ç€ÐÎApvA¹ÔÎAéTÖþÿ¹pÎAézÛþÿáhÏA‹@Ç€hÏApvA¹lÏAé-Öþÿ¹ÏAéSÛþÿ¹ðÏAé9íþÿùUÐAé\ÿÿ¹XÐAé\ÿÿ´±À±бâ±ò±²&²6²J²\²h²|²޲ž²¬²¸²ȲÞ²ô²³³(³:³N³b³n³€³”³²³À³γܳê³ú³´´$´4´J´f´€´˜´²´Ì´Þ´ì´þ´µ(µ>µTµnµ~µ޵¤µ¶µ̵ܵîµ¶¶$¶4¶D¶V¶h¶r¶~¶˜¶¤¶´¶ĶÚ¶è¶ú¶DISPLAYDEFINECHECK_FILEDIR_SYMBOLCHECK_DIRIF_FEATURE,#undef#define #define at Located *.*RECYCLER.inCould not open Could not open configure.acconfigure.acOpened configure.inconfigure.inOpened Could not open configure.ac/configure.inAC_CONFIG_HEADERSdnl MSWIN_--extern-dir=--exclude-dir=--exclude-env=--no-search--disable-search from feature searchExcluding -v--versionconfigure version 1.4 -h--helpconfigure version 1.4 usage: configure args --no-search Do not search disk for libraries. --extern-dir=dir Specify where to search disk for libraries. --exclude-dir=dir Exclude dir from search path. --exclude-env=var Exclude dirs decribed by specified env var from search path. Disable --disable-Set directory for -dir=dir ----no---disable---enable--dir=---dir=---dir=-- not found in PWLIB_CONFIGURE_EXCLUDE_DIRS from feature searchExcluding C:\Searching DISABLED due to absence of feature DISABLED due to presence of feature set to enabledDISABLEDConfiguration completed. ÿÿÿÿ1 ^@d°]@À^@`list too longvector too longbad castC@°@ °@0°@0°@8—A˜@€—A€˜@à—A h@x˜A@]@ĘA€]@™Aðš@À™@™@0š@š@€š@pš@Àš@°š@T™Að]@€K@€K@ K@°K@ÀK@0L@@M@@N@`N@€N@ K@@±@œ™A`^@N@ Q@ K@ S@°S@0L@@M@@V@°W@ÐX@@Y@°Y@šAð°@ °@0°@0°@p°@p°@ °@À°@`šAà@À@¬šA‚@À@øšA%Á@À@invalid string positionstring too longÿÿÿÿ@›AéÂ@ÛÂ@Œ›AAÃ@ÛÂ@ios_base::eofbit setios_base::failbit setios_base::badbit seta+bw+br+ba+w+r+abwbrbawr !"2* #3+Ô›ATÇ@*œAË@ûá@bad allocationcsmà “HœADâ@ûá@Unknown exceptionœA`â@ûá@ÔœA‘â@ÿÿÿÿXå@lå@ÿÿÿÿÐå@Ôå@ÿÿÿÿè@cè@lè@ÿÿÿÿçè@ðè@ÿÿÿÿaê@é@ìé@ÿÿÿÿ=ì@Aì@ h(((( H„„„„„„„„„„‚‚‚‚‚‚   !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~LC_TIMELC_NUMERICLC_MONETARYLC_CTYPELC_COLLATELC_ALL_.,._;==;ÿÿÿÿäú@èú@ÿÿÿÿáø@åø@ÿÿÿÿ¯ù@³ù@ ((((( H„„„„„„„„„„‚‚‚‚‚‚ h(((( H„„„„„„„„„„‚‚‚‚‚‚ HÿÿÿÿHþ@Lþ@ÿÿÿÿuþ@yþ@CorExitProcessmscoree.dllruntime error TLOSS error SING error DOMAIN error R6029 - This application cannot run using the active version of the Microsoft .NET Runtime Please contact the application's support team for more information. R6028 - unable to initialize heap R6027 - not enough space for lowio initialization R6026 - not enough space for stdio initialization R6025 - pure virtual function call R6024 - not enough space for _onexit/atexit table R6019 - unable to open console device R6018 - unexpected heap error R6017 - unexpected multithread lock error R6016 - not enough space for thread data This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. R6009 - not enough space for environment R6008 - not enough space for arguments R6002 - floating point not loaded Microsoft Visual C++ Runtime Library Runtime Error! Program: ...ÿÿÿÿ $A$$Aÿÿÿÿd$Ah$AProgram: A buffer overrun has been detected which has corrupted the program's internal state. The program cannot safely continue execution and must now be terminated. Buffer overrun detected!A security error of unknown cause has been detected which has corrupted the program's internal state. The program cannot safely continue execution and must now be terminated. Unknown security failure detected!ÿÿÿÿ»&A¿&A 040apŒAESPhŒAESP8501252 040b`ŒAFINXŒAFIN8501252 040cPŒAFRAHŒAFRA8501252040f<ŒAISL4ŒAISL8501252041d,ŒASVE$ŒASWE8501252-042dŒAEUQhŒAESP8501252 080aŒAESM ŒAMEX8501252 080cPŒAFRBŒABEL8501252 0c07ü‹ADEAô‹AAUT8501252 0c09ì‹AENAà‹AAUS8501252 0c0aÈ‹AESNhŒAESP8501252 0c0cPŒAFRCÀ‹ACAN8501252 100aŒAESG´‹AGTM8501252 100cPŒAFRS¨‹ACHE8501252 140aŒAESCœ‹ACRI8501252 140cPŒAFRL‹ALUX8501252 180aŒAESAˆ‹APAN8501252 1c09ì‹AENSx‹AZAF4371252 1c0aŒAESDd‹ADOM8501252 200aŒAESVX‹AVEN8501252 $240aŒAESOL‹ACOL8501252 (280aŒAESRD‹APER8501252 ,2c0aŒAESS8‹AARG8501252 0300aŒAESF0‹AECU8501252 4340aŒAESL(‹ACHL8501252 8380aŒAESY ‹AURY8501252 <3c0aŒAESZ‹APRY8501252ParaguayUruguayChileEcuadorArgentinaPeruColombiaVenezuelaDominican RepublicSouth AfricaPanamaLuxembourgCosta RicaSwitzerlandGuatemalaCanadaSpanish - Modern SortAustraliaEnglishAustriaGermanBelgiumMexicoSpanishBasqueSwedenSwedishIcelandIcelandicFranceFrenchFinlandFinnishSpainSpanish - Traditional Sort  6 - DŽAUSA<ŽAGBR4ŽACHN,ŽACZE$ŽAGBRŽAGBR ŽANLDŽAHKGôANZLðANZLäACHNØACHNÌAPRIÄASVK´AZAF¨AKOR˜AZAFŒAKORxATTO`AGBRhAGBRXAUSA\AUSAunited-statesunited-kingdomtrinidad & tobagosouth-koreasouth-africasouth koreasouth africaslovakpuerto-ricopr-chinapr chinanznew-zealandhong-konghollandgreat britainenglandczechchinabritainamerica`”AENUL”AENU8”AENU,”AENA$”ANLB”AENC”AZHH”AZHI”ACHSô“AZHHà“ACHSÌ“AZHI¸“ACHT¨“ANLB”“AENUˆ“AENAx“AENLl“AENCX“AENBL“AENI<“AENJ0“AENZ“AENSü’AENTð’AENGä’AENUØ’AENUÈ’AFRB¸’AFRC¤’AFRL”’AFRS„’ADEAp’ADEC\’ADELL’ADES<’AENI,’AITS ’ANOR ’ANORø‘ANONà‘APTBÌ‘AESS¼‘AESB¬‘AESL˜‘AESO„‘AESCh‘AESDX‘AESFD‘AESE0‘AESG‘AESH ‘AESMüAESNèAESIØAESAÄAESZ´AESR AESUAESY|AESVlASVFdADES`AENG\AENUXAENUusausukswissswedish-finlandspanish-venezuelaspanish-uruguayspanish-puerto ricospanish-peruspanish-paraguayspanish-panamaspanish-nicaraguaspanish-modernspanish-mexicanspanish-hondurasspanish-guatemalaspanish-el salvadorspanish-ecuadorspanish-dominican republicspanish-costa ricaspanish-colombiaspanish-chilespanish-boliviaspanish-argentinaportuguese-braziliannorwegian-nynorsknorwegian-bokmalnorwegianitalian-swissirish-englishgerman-swissgerman-luxembourggerman-lichtensteingerman-austrianfrench-swissfrench-luxembourgfrench-canadianfrench-belgianenglish-usaenglish-usenglish-ukenglish-trinidad y tobagoenglish-south africaenglish-nzenglish-jamaicaenglish-ireenglish-caribbeanenglish-canenglish-belizeenglish-ausenglish-americandutch-belgianchinese-traditionalchinese-singaporechinese-simplifiedchinese-hongkongchinesechichhcanadianbelgianaustralianamerican-englishamerican englishamericanOCPACPNorwegian-Nynorskÿÿÿÿ¡?A¥?Aÿÿÿÿ%BA)BAÿÿÿÿmHAqHAÿÿÿÿIA IAGetProcessWindowStationGetUserObjectInformationAGetLastActivePopupGetActiveWindowMessageBoxAuser32.dllHH:mm:ssdddd, MMMM dd, yyyyMM/dd/yyPMAMDecemberNovemberOctoberSeptemberAugustJulyJuneAprilMarchFebruaryJanuaryDecNovOctSepAugJulJunMayAprMarFebJanSaturdayFridayThursdayWednesdayTuesdayMondaySundaySatFriThuWedTueMonSunÿÿÿÿ4]A8]Aÿÿÿÿ[^A_^ASunMonTueWedThuFriSatJanFebMarAprMayJunJulAugSepOctNovDecH4ÄAðœA<ðÀAÿÿÿÿ—A —AðÀA(—AÁAÿÿÿÿL—A—Ad—AÁAp—A0ÁAÿÿÿÿLÁAÿÿÿÿ¬—A”—AÄ—ALÁAЗA0ÁALÁAhÁA ÁAÿÿÿÿ<˜A$˜A ˜Aô—AT˜A ÁAh˜AhÁAÿÿÿÿŒ˜A¬—A”—A¤˜AhÁA´˜AÜÁAÿÿÿÿؘAL—A—Að˜AÜÁA™AøÁAÿÿÿÿ$™A<™AøÁAD™A4ÂAÿÿÿÿh™A$™A€™A4ÂAŒ™ApÂAÿÿÿÿÂAÿÿÿÿÈ™A°™A—Aà™AÂAð™A€ÀAÿÿÿÿ˜ÀAÿÿÿÿ,šAšADšA˜ÀAPšA¸ÀAÿÿÿÿtšA,šAšAŒšA¸ÀAœšA°ÂAÿÿÿÿÀšA,šAšAØšA°ÂAèšAÐÂAÿÿÿÿ ›AšA$›AÐÂA0›AðÂAÿÿÿÿT›A ›AšAl›AðÂA|›APÃAÿÿÿÿ ›A—A¸›APÃAÄ›AÜÃAÿÿÿÿè›AšAœAÜÃA œAšA0œA€ÀA8œAØÀAÿÿÿÿ\œAšAtœAØÀA€œAÄAÿÿÿÿ¤œA¼œAÄAÄœAäÌäÍøÏÐ$êd+eceue e½eðe~g±gÈgh+hHhhh²hËhüh,i@iPihiˆi¨iËièij!j8jXjj›jk0k@kXkƒk˜kÑkèkl(lSlhlˆl l°lÀlÐlñlmm:mWmimŸm³mÿÿÿÿpdAxdAƒdAŽdA™dA¤dA²dAÀdAÎdAÜdA “ ðAÿÿÿÿôdAÿÿÿÿÿdA eAÿÿÿÿeA eA “\žAÿÿÿÿ5eA=eAÿÿÿÿEeAMeAXeA “ žAÿÿÿÿmeA “äžAÿÿÿÿeAŠeA•eA “ŸAÿÿÿÿªeA²eA “<ŸAÿÿÿÿÇeAÏeAÚeAåeA “hŸAÿÿÿÿúeAfA fAfA#fA.fA9fADfAOfAZfA |fAžfA©fA ËfA ífAgA1gAµTµnµ~µ޵¤µ¶µ̵ܵîµ¶¶$¶4¶D¶V¶h¶r¶~¶˜¶¤¶´¶ĶÚ¶è¶ú¶ÅFindCloseÓFindNextFileAÉFindFirstFileAKGetDriveTypeAnGetLogicalDriveStringsAKERNEL32.dllÊRtlUnwindiGetLastErroraGetFullPathNameA›RaiseException HeapFreewGetModuleHandleAGetCommandLineAßGetVersionExA¯ExitProcessHeapAlloc:LCMapStringA‡WideCharToMultiBytekMultiByteToWideChar;LCMapStringWüGetCPInfo8GetCurrentDirectoryA˜GetProcAddressOTerminateProcess:GetCurrentProcess”WriteFileSetFilePointeråFlushFileBuffers;SetUnhandledExceptionFilter.CloseHandle HeapDestroyHeapCreatevVirtualFreesVirtualAllocHeapReAlloc,IsBadWritePtrHeapSize±GetStdHandleuGetModuleFileNameA`UnhandledExceptionFilteríFreeEnvironmentStringsAMGetEnvironmentStringsîFreeEnvironmentStringsWOGetEnvironmentStringsWSetHandleCount^GetFileType¯GetStartupInfoA—QueryPerformanceCounterÕGetTickCount>GetCurrentThreadId;GetCurrentProcessIdÀGetSystemTimeAsFileTime)IsBadReadPtr&IsBadCodePtrÙGetUserDefaultLCIDlGetLocaleInfoA¥EnumSystemLocalesA7IsValidLocale5IsValidCodePage²GetStringTypeAµGetStringTypeWyVirtualProtect»GetSystemInfo{VirtualQuery4CompareStringA5CompareStringWõGetACP‹GetOEMCPSetEnvironmentVariableA©ReadFile*SetStdHandleHLoadLibraryAInterlockedExchangeMCreateFileAmGetLocaleInfoWSetEndOfFile&AnAnA&2 exit 1 fi # Protect names starting with `-'. case $src in -*) src=./$src ;; esac if test -n "$dir_arg"; then dst=$src src= if test -d "$dst"; then instcmd=: chmodcmd= else instcmd=$mkdirprog fi else # Waiting for this to be detected by the "$instcmd $src $dsttmp" command # might cause directories to be created, which would be especially bad # if $src (and thus $dsttmp) contains '*'. if test ! -f "$src" && test ! -d "$src"; then echo "$0: $src does not exist." >&2 exit 1 fi if test -z "$dst"; then echo "$0: no destination specified." >&2 exit 1 fi # Protect names starting with `-'. case $dst in -*) dst=./$dst ;; esac # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. if test -d "$dst"; then dst=$dst/`basename "$src"` fi fi # This sed command emulates the dirname command. dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` # Make sure that the destination directory exists. # Skip lots of stat calls in the usual case. if test ! -d "$dstdir"; then defaultIFS=' ' IFS="${IFS-$defaultIFS}" oIFS=$IFS # Some sh's can't handle IFS=/ for some reason. IFS='%' set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'` IFS=$oIFS pathcomp= while test $# -ne 0 ; do pathcomp=$pathcomp$1 shift test -d "$pathcomp" || $mkdirprog "$pathcomp" pathcomp=$pathcomp/ done fi if test -n "$dir_arg"; then $doit $instcmd "$dst" \ && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \ && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \ && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \ && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; } else # If we're going to rename the final executable, determine the name now. if test -z "$transformarg"; then dstfile=`basename "$dst"` else dstfile=`basename "$dst" $transformbasename \ | sed $transformarg`$transformbasename fi # don't allow the sed command to completely eliminate the filename. test -z "$dstfile" && dstfile=`basename "$dst"` # Make a couple of temp file names in the proper directory. dsttmp=$dstdir/_inst.$$_ rmtmp=$dstdir/_rm.$$_ # Trap to clean up those temp files at exit. trap 'status=$?; rm -f "$dsttmp" "$rmtmp" && exit $status' 0 trap '(exit $?); exit' 1 2 13 15 # Move or copy the file name to the temp name $doit $instcmd "$src" "$dsttmp" && # and set any options; do chmod last to preserve setuid bits. # # If any of these fail, we abort the whole thing. If we want to # ignore errors from any of these, just make sure not to ignore # errors from the above "$doit $instcmd $src $dsttmp" command. # { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \ && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \ && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \ && { test -z "$chmodcmd" || $doit $chmodcmd "$dsttmp"; } && # Now remove or move aside any old file at destination location. We # try this two ways since rm can't unlink itself on some systems and # the destination file might be busy for other reasons. In this case, # the final cleanup might fail but the new file should still install # successfully. { if test -f "$dstdir/$dstfile"; then $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null \ || $doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null \ || { echo "$0: cannot unlink or rename $dstdir/$dstfile" >&2 (exit 1); exit } else : fi } && # Now rename the file to the real destination. $doit $mvcmd "$dsttmp" "$dstdir/$dstfile" fi && # The final little trick to "correctly" pass the exit status to the exit trap. { (exit 0); exit } # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-end: "$" # End: openh323_v1_18_0/mpl-1.0.htm0100644000176200056700000004730306651562510015443 0ustar releasepostincrMozilla Public License version 1.0

MOZILLA PUBLIC LICENSE
Version 1.0


1. Definitions.

    1.1. ``Contributor'' means each entity that creates or contributes to the creation of Modifications.

    1.2. ``Contributor Version'' means the combination of the Original Code, prior Modifications used by a Contributor, and the Modifications made by that particular Contributor.

    1.3. ``Covered Code'' means the Original Code or Modifications or the combination of the Original Code and Modifications, in each case including portions thereof.

    1.4. ``Electronic Distribution Mechanism'' means a mechanism generally accepted in the software development community for the electronic transfer of data.

    1.5. ``Executable'' means Covered Code in any form other than Source Code.

    1.6. ``Initial Developer'' means the individual or entity identified as the Initial Developer in the Source Code notice required by Exhibit A.

    1.7. ``Larger Work'' means a work which combines Covered Code or portions thereof with code not governed by the terms of this License.

    1.8. ``License'' means this document.

    1.9. ``Modifications'' means any addition to or deletion from the substance or structure of either the Original Code or any previous Modifications. When Covered Code is released as a series of files, a Modification is:

      A. Any addition to or deletion from the contents of a file containing Original Code or previous Modifications.

      B. Any new file that contains any part of the Original Code or previous Modifications.

    1.10. ``Original Code'' means Source Code of computer software code which is described in the Source Code notice required by Exhibit A as Original Code, and which, at the time of its release under this License is not already Covered Code governed by this License.

    1.11. ``Source Code'' means the preferred form of the Covered Code for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of an Executable, or a list of source code differential comparisons against either the Original Code or another well known, available Covered Code of the Contributor's choice. The Source Code can be in a compressed or archival form, provided the appropriate decompression or de-archiving software is widely available for no charge.

    1.12. ``You'' means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 6.1. For legal entities, ``You'' includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, ``control'' means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of fifty percent (50%) or more of the outstanding shares or beneficial ownership of such entity.

2. Source Code License.
    2.1. The Initial Developer Grant.
    The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims:

      (a) to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, or as part of a Larger Work; and

      (b) under patents now or hereafter owned or controlled by Initial Developer, to make, have made, use and sell (``Utilize'') the Original Code (or portions thereof), but solely to the extent that any such patent is reasonably necessary to enable You to Utilize the Original Code (or portions thereof) and not to any greater extent that may be necessary to Utilize further Modifications or combinations.

    2.2. Contributor Grant.
    Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims:

      (a) to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof) either on an unmodified basis, with other Modifications, as Covered Code or as part of a Larger Work; and

      (b) under patents now or hereafter owned or controlled by Contributor, to Utilize the Contributor Version (or portions thereof), but solely to the extent that any such patent is reasonably necessary to enable You to Utilize the Contributor Version (or portions thereof), and not to any greater extent that may be necessary to Utilize further Modifications or combinations.

3. Distribution Obligations.
    3.1. Application of License.
    The Modifications which You create or to which You contribute are governed by the terms of this License, including without limitation Section 2.2. The Source Code version of Covered Code may be distributed only under the terms of this License or a future version of this License released under Section 6.1, and You must include a copy of this License with every copy of the Source Code You distribute. You may not offer or impose any terms on any Source Code version that alters or restricts the applicable version of this License or the recipients' rights hereunder. However, You may include an additional document offering the additional rights described in Section 3.5.

    3.2. Availability of Source Code.
    Any Modification which You create or to which You contribute must be made available in Source Code form under the terms of this License either on the same media as an Executable version or via an accepted Electronic Distribution Mechanism to anyone to whom you made an Executable version available; and if made available via Electronic Distribution Mechanism, must remain available for at least twelve (12) months after the date it initially became available, or at least six (6) months after a subsequent version of that particular Modification has been made available to such recipients. You are responsible for ensuring that the Source Code version remains available even if the Electronic Distribution Mechanism is maintained by a third party.

    3.3. Description of Modifications.
    You must cause all Covered Code to which you contribute to contain a file documenting the changes You made to create that Covered Code and the date of any change. You must include a prominent statement that the Modification is derived, directly or indirectly, from Original Code provided by the Initial Developer and including the name of the Initial Developer in (a) the Source Code, and (b) in any notice in an Executable version or related documentation in which You describe the origin or ownership of the Covered Code.

    3.4. Intellectual Property Matters

      (a) Third Party Claims.
      If You have knowledge that a party claims an intellectual property right in particular functionality or code (or its utilization under this License), you must include a text file with the source code distribution titled ``LEGAL'' which describes the claim and the party making the claim in sufficient detail that a recipient will know whom to contact. If you obtain such knowledge after You make Your Modification available as described in Section 3.2, You shall promptly modify the LEGAL file in all copies You make available thereafter and shall take other steps (such as notifying appropriate mailing lists or newsgroups) reasonably calculated to inform those who received the Covered Code that new knowledge has been obtained.

      (b) Contributor APIs.
      If Your Modification is an application programming interface and You own or control patents which are reasonably necessary to implement that API, you must also include this information in the LEGAL file.

    3.5. Required Notices.
    You must duplicate the notice in Exhibit A in each file of the Source Code, and this License in any documentation for the Source Code, where You describe recipients' rights relating to Covered Code. If You created one or more Modification(s), You may add your name as a Contributor to the notice described in Exhibit A. If it is not possible to put such notice in a particular Source Code file due to its structure, then you must include such notice in a location (such as a relevant directory file) where a user would be likely to look for such a notice. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Code. However, You may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear than any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer.

    3.6. Distribution of Executable Versions.
    You may distribute Covered Code in Executable form only if the requirements of Section 3.1-3.5 have been met for that Covered Code, and if You include a notice stating that the Source Code version of the Covered Code is available under the terms of this License, including a description of how and where You have fulfilled the obligations of Section 3.2. The notice must be conspicuously included in any notice in an Executable version, related documentation or collateral in which You describe recipients' rights relating to the Covered Code. You may distribute the Executable version of Covered Code under a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable version does not attempt to limit or alter the recipient's rights in the Source Code version from the rights set forth in this License. If You distribute the Executable version under a different license You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or any Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer.

    3.7. Larger Works.
    You may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Code.

4. Inability to Comply Due to Statute or Regulation.

    If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Code due to statute or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be included in the LEGAL file described in Section 3.4 and must be included with all distributions of the Source Code. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it.

5. Application of this License.
    This License applies to code to which the Initial Developer has attached the notice in Exhibit A, and to related Covered Code.
6. Versions of the License.
    6.1. New Versions.
    Netscape Communications Corporation (``Netscape'') may publish revised and/or new versions of the License from time to time. Each version will be given a distinguishing version number.

    6.2. Effect of New Versions.
    Once Covered Code has been published under a particular version of the License, You may always continue to use it under the terms of that version. You may also choose to use such Covered Code under the terms of any subsequent version of the License published by Netscape. No one other than Netscape has the right to modify the terms applicable to Covered Code created under this License.

    6.3. Derivative Works.
    If you create or use a modified version of this License (which you may only do in order to apply it to code which is not already Covered Code governed by this License), you must (a) rename Your license so that the phrases ``Mozilla'', ``MOZILLAPL'', ``MOZPL'', ``Netscape'', ``NPL'' or any confusingly similar phrase do not appear anywhere in your license and (b) otherwise make it clear that your version of the license contains terms which differ from the Mozilla Public License and Netscape Public License. (Filling in the name of the Initial Developer, Original Code or Contributor in the notice described in Exhibit A shall not of themselves be deemed to be modifications of this License.)

7. DISCLAIMER OF WARRANTY.
    COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN ``AS IS'' BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
8. TERMINATION.
    This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. All sublicenses to the Covered Code which are properly granted shall survive any termination of this License. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive.
9. LIMITATION OF LIABILITY.
    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO YOU OR ANY OTHER PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THAT EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
10. U.S. GOVERNMENT END USERS.
    The Covered Code is a ``commercial item,'' as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of ``commercial computer software'' and ``commercial computer software documentation,'' as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Code with only those rights set forth herein.
11. MISCELLANEOUS.
    This License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by California law provisions (except to the extent applicable law, if any, provides otherwise), excluding its conflict-of-law provisions. With respect to disputes in which at least one party is a citizen of, or an entity chartered or registered to do business in, the United States of America: (a) unless otherwise agreed in writing, all disputes relating to this License (excepting any dispute relating to intellectual property rights) shall be subject to final and binding arbitration, with the losing party paying all costs of arbitration; (b) any arbitration relating to this Agreement shall be held in Santa Clara County, California, under the auspices of JAMS/EndDispute; and (c) any litigation relating to this Agreement shall be subject to the jurisdiction of the Federal Courts of the Northern District of California, with venue lying in Santa Clara County, California, with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License.
12. RESPONSIBILITY FOR CLAIMS.
    Except in cases where another Contributor has failed to comply with Section 3.4, You are responsible for damages arising, directly or indirectly, out of Your utilization of rights under this License, based on the number of copies of Covered Code you made available, the revenues you received from utilizing such rights, and other relevant factors. You agree to work with affected parties to distribute responsibility on an equitable basis.
EXHIBIT A.
    ``The contents of this file are subject to the Mozilla Public License Version 1.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/

    Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.

    The Original Code is ______________________________________.

    The Initial Developer of the Original Code is ________________________. Portions created by ______________________ are Copyright (C) ______ _______________________. All Rights Reserved.

    Contributor(s): ______________________________________.''

openh323_v1_18_0/openh323.dxx0100644000176200056700000001103310050556306015714 0ustar releasepostincr/**@name OpenH323 Libaray This is a Open Source class library for the development of applications that wish to use the H.323 protocol for multi-media communications over packet based networks. @memo A Class Libarary implementing the H.323 Protocol. @version 1.7 @author Equivalence Pty. Ltd. */ //@{ /**@name Introduction \begin{center} {\Large{\bf OpenH323 Class Library}} \end{center} OpenH323 */ /**@name Architecture \begin{center} {\Large{\bf OpenH323 Architecture}} \end{center} The fundamental object of the ownership hierarchy is of the H323Endpoint class. An application would typically have one instance of a descendant of this class. The application defined descendant would set up defaults for various H323 parameters (timeouts etc), the most important of which is the capability table which defines the codecs and channel types the application is capable of handling. Also created by the application in the H323Endpoint would be instances of one or more descendants of the H323Listener class. There is a descendant of this class for each protocol that is supported. For example H323ListenerIP would be for Internet use. Each listener spawns a thread that monitors its protocol and when a new incoming call is detected, creates an instance of a H323Transport class descendent. As for the H323Listener class, there is a descendent for each protocol supported, eg H323TransportIP. When the first PDU arrives on a H323Transport using the Q.931 and H.225 protocols, there is a call reference that identifies the connection that has been made. These connections are embodied by the H323Connection class, which contains all of the state information for a connection between H323 endpoints. The H323Endpoint instance keeps track of these active connections. If there is no connection for the call reference number already, a new one is created and H323 signalling negotiations begun. An application would often have the system create an instance of a descendant of the H323Connection class, rather than that class itself. This is so that any of a large number of virtual methods may be overridden. These virtual methods are "callback" functions by the library to allow the application to either obtain information or modify the behaviour at various phases of the protocol negotiations. For example, there is a callback for when an incoming call is in progress and the application user should be "alerted". This is highly application specific being anything from a simple audible beep to displaying a pop up window with bells and whistles. The H323Negotiator classes are used to maintain the state and functionality of each command or variable defined by the H.245 protocol. Their main reason for existence is actually to reduce the scope of the h225.h and h245.h files, which define many hundreds of classes. A user of the H323Connection class thus does not have to include all of these classes on every compilation unit. During some of the H.245 negotiations, logical channels may be created, both by the remote endpoint and by the local application. The H323Channel class descendants represents this. A typical use of one of these classes is to open a stream of encoded audio data. The H323Channel class would create a H323Codec using the H323Capability that was passed during the protocol negotiations. */ /**@name Using OpenH323 Detailed tutorials will be forthcoming. @memo Brief examples. */ /**@name Class Reference @memo Documentation on all classes. */ //@{ //@Include: include/h323.h //@Include: include/h323ep.h //@Include: include/h323con.h //@Include: include/transports.h //@Include: include/gkserver.h //@Include: include/gkclient.h //@Include: include/channels.h //@Include: include/mediafmt.h //@Include: include/h323caps.h //@Include: include/h323t120.h //@Include: include/h323t38.h //@Include: include/codecs.h //@Include: include/h263codec.h //@Include: include/h261codec.h //@Include: include/lid.h //@Include: include/ixjlid.h //@Include: include/vpblid.h //@Include: include/rtp.h //@Include: include/jitter.h //@Include: include/h323rtp.h //@Include: include/h323neg.h //@Include: include/h323pdu.h //@Include: include/h450pdu.h //@Include: include/h225ras.h //@Include: include/h235auth.h //@Include: include/guid.h //@Include: include/t120proto.h //@Include: include/t38proto.h //@Include: include/q931.h //@Include: include/x224.h //@Include: plugins/audio/GSM0610/inc/gsm.h //@Include: plugins/audio/LPC_10/lpc10.h //@Include: plugins/audio/Speex/libspeex/lpc.h //@} //@} openh323_v1_18_0/openh323.dxy0100644000176200056700000002074210052053357015724 0ustar releasepostincr/*! \mainpage OpenH323 \section contents Table of Contents \li \ref intro \li \ref arch \li \ref classes \li \ref history \section intro Introduction OpenH323 is an Open Source class library for the development of applications using the H.323 protocol for multi-media communications over packet based networks. It uses the PWLib library to provide platform independence, and makes extensive use of the C++ techniques of inheritance and polymorphism. This document is intended as reference guide, not a tutorial. For examples of using OpenH323, see the sample programs provided in the samples directory. A tutorial on using PWLib and OpenH323 is also available at http://toncar.cz/openh323/tut. Last updated 17 May, 2004 Copyright (C) 1999-2003 Equivalence Pty Ltd, All right reserved Portions Copyright (C) 2004 Post Increment, All Rights Reserved \section arch Architecture The fundamental object in the ownership hierarchy is the H323Endpoint class. An application would typically have one instance of a descendant of this class. The application defined descendant would set up defaults for various H323 parameters (timeouts etc), the most important of which is the capability table which defines the codecs and channel types the application is capable of handling. Also created by the application in the H323Endpoint would be instances of one or more descendants of the H323Listener class. There is a descendant of this class for each protocol that is supported. For example H323ListenerIP would be for Internet use. Each listener spawns a thread that monitors its protocol and when a new incoming call is detected, creates an instance of a H323Transport class descendent. As for the H323Listener class, there is a descendent for each protocol supported, eg H323TransportIP. When the first PDU arrives on a H323Transport using the Q.931 and H.225 protocols, there is a call reference that identifies the connection that has been made. These connections are embodied by the H323Connection class, which contains all of the state information for a connection between H323 endpoints. The H323Endpoint instance keeps track of these active connections. If there is no connection for the call reference number already, a new one is created and H323 signalling negotiations begun. An application would often have the system create an instance of a descendant of the H323Connection class, rather than that class itself. This is so that any of a large number of virtual methods may be overridden. These virtual methods are "callback" functions by the library to allow the application to either obtain information or modify the behaviour at various phases of the protocol negotiations. For example, there is a callback for when an incoming call is in progress and the application user should be "alerted". This is highly application specific being anything from a simple audible beep to displaying a pop up window with bells and whistles. The H323Negotiator classes are used to maintain the state and functionality of each command or variable defined by the H.245 protocol. Their main reason for existence is actually to reduce the scope of the h225.h and h245.h files, which define many hundreds of classes. A user of the H323Connection class thus does not have to include all of these classes on every compilation unit. During some of the H.245 negotiations, logical channels may be created, both by the remote endpoint and by the local application. The H323Channel class descendants represents this. A typical use of one of these classes is to open a stream of encoded audio data. The H323Channel class would create a H323Codec using the H323Capability that was passed during the protocol negotiations. \section classes Class hierarchy OpenH323 provides a rich class hierarchy that allows access to most of the functions requires for H.323 endponts. The list below is not intended an exhaustive list of the classes available (which is available here) but is good starting point for finding out more information on the various functions available \subsection endpoint Endpoint Classes \li H323EndPoint - implements a H.323 endpoint that can make or receive calls \li H323Connection - an instance of the class is created for each outgoing or incoming call \li H323Channel - the base class for all H.323 logical channels \li H323Codec - the base class for all codecs. See also H323AudioCode and H323VideoCodec \li H323SignalPDU - the base class for all H.323 Protocol Data Units (PDU) \li H323DataPDU - the base class for all H.323 Protocol Data Units (PDU) \li H323GatekeeperServer - implements a H.323 Gatekeeper, i.e. a server for H.225 RAS protocl \subsection daattypes Data types \li H225_AliasAddress - defines a H.225 aliasAddress object \li H323TransportAddress - defines a IPv4 or IPv6 transport address as a string \subsection h225 H.225 Protocol Classes These classes are created from the H.225 ASN definitions \li H225_Setup_UUIE \li H225_CallProceeding_UUIE \li H225_Connect_UUIE \li H225_Alerting_UUIE \li H225_Information_UUIE \li H225_ReleaseComplete_UUIE \li H225_Facility_UUIE \li H225_Progress_UUIE \li H225_Status_UUIE \li H225_StatusInquiry_UUIE \li H225_SetupAcknowledge_UUIE \li H225_Notify_UUIE \li H225_GatekeeperRequest, \li H225_GatekeeperConfirm, \li H225_GatekeeperReject, \li H225_RegistrationRequest, \li H225_RegistrationConfirm, \li H225_RegistrationReject, \li H225_UnregistrationRequest, \li H225_UnregistrationConfirm, \li H225_UnregistrationReject, \li H225_AdmissionRequest, \li H225_AdmissionConfirm, \li H225_AdmissionReject, \li H225_BandwidthRequest, \li H225_BandwidthConfirm, \li H225_BandwidthReject, \li H225_DisengageRequest, \li H225_DisengageConfirm, \li H225_DisengageReject, \li H225_LocationRequest, \li H225_LocationConfirm, \li H225_LocationReject, \li H225_InfoRequest, \li H225_InfoRequestResponse, \li H225_NonStandardMessage, \li H225_UnknownMessageResponse, \li H225_RequestInProgress, \li H225_ResourcesAvailableIndicate, \li H225_ResourcesAvailableConfirm, \li H225_InfoRequestAck, \li H225_InfoRequestNak, \li H225_ServiceControlIndication, \li H225_ServiceControlResponse, \subsection h245 H.245 Protocol Classes These classes are created from the H.245 ASN definitions \li H245_NonStandardMessage \li H245_MasterSlaveDetermination \li H245_TerminalCapabilitySet \li H245_OpenLogicalChannel \li H245_CloseLogicalChannel \li H245_RequestChannelClose \li H245_MultiplexEntrySend \li H245_RequestMultiplexEntry \li H245_RequestMode \li H245_RoundTripDelayRequest \li H245_MaintenanceLoopRequest \li H245_CommunicationModeRequest \li H245_ConferenceRequest \li H245_MultilinkRequest \li H245_LogicalChannelRateRequest \li H245_MasterSlaveDeterminationAck \li H245_MasterSlaveDeterminationReject \li H245_TerminalCapabilitySetAck \li H245_TerminalCapabilitySetReject \li H245_OpenLogicalChannelAck \li H245_OpenLogicalChannelReject \li H245_CloseLogicalChannelAck \li H245_RequestChannelCloseAck \li H245_RequestChannelCloseReject \li H245_MultiplexEntrySendAck \li H245_MultiplexEntrySendReject \li H245_RequestMultiplexEntryAck \li H245_RequestMultiplexEntryReject \li H245_RequestModeAck \li H245_RequestModeReject \li H245_RoundTripDelayResponse \li H245_MaintenanceLoopAck \li H245_MaintenanceLoopReject \li H245_CommunicationModeResponse \li H245_ConferenceResponse \li H245_MultilinkResponse \li H245_LogicalChannelRateAcknowledge \li H245_LogicalChannelRateReject \li H245_MaintenanceLoopOffCommand \li H245_SendTerminalCapabilitySet \li H245_EncryptionCommand \li H245_FlowControlCommand \li H245_EndSessionCommand \li H245_MiscellaneousCommand \li H245_CommunicationModeCommand \li H245_ConferenceCommand \li H245_H223MultiplexReconfiguration \li H245_NewATMVCCommand \li H245_MobileMultilinkReconfigurationCommand \li H245_FunctionNotUnderstood \li H245_MasterSlaveDeterminationRelease \li H245_TerminalCapabilitySetRelease \li H245_OpenLogicalChannelConfirm \li H245_RequestChannelCloseRelease \li H245_MultiplexEntrySendRelease \li H245_RequestMultiplexEntryRelease \li H245_RequestModeRelease \li H245_MiscellaneousIndication \li H245_JitterIndication \li H245_H223SkewIndication \li H245_NewATMVCIndication \li H245_UserInputIndication \li H245_H2250MaximumSkewIndication \li H245_MCLocationIndication \li H245_ConferenceIndication \li H245_VendorIdentification \li H245_FunctionNotSupported \li H245_MultilinkIndication \li H245_LogicalChannelRateRelease \li H245_FlowControlIndication \li H245_MobileMultilinkReconfigurationIndication \subsection history History \li 17 May 2004 - Converted from Doc++ to Doxygen format by Craig Southeren */ openh323_v1_18_0/openh323_cfg.dxy0100644000176200056700000011504010405121726016535 0ustar releasepostincr# Doxyfile 1.2.18 # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project # # All text after a hash (#) is considered a comment and will be ignored # The format is: # TAG = value [value, ...] # For lists items can also be appended using: # TAG += value [value, ...] # Values that contain spaces should be placed between quotes (" ") #--------------------------------------------------------------------------- # General configuration options #--------------------------------------------------------------------------- # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. PROJECT_NAME = OpenH323 # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or # if some version control system is used. PROJECT_NUMBER = 1.18.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. OUTPUT_DIRECTORY = . # The OUTPUT_LANGUAGE tag is used to specify the language in which all # documentation generated by doxygen is written. Doxygen will use this # information to generate all constant output in the proper language. # The default language is English, other supported languages are: # Brazilian, Catalan, Chinese, Chinese-Traditional, Croatian, Czech, Danish, Dutch, # Finnish, French, German, Greek, Hungarian, Italian, Japanese, Japanese-en # (Japanese with english messages), Korean, Norwegian, Polish, Portuguese, # Romanian, Russian, Serbian, Slovak, Slovene, Spanish, Swedish and Ukrainian. OUTPUT_LANGUAGE = English # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in # documentation are documented, even if no documentation was available. # Private class members and static file members will be hidden unless # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES EXTRACT_ALL = YES # If the EXTRACT_PRIVATE tag is set to YES all private members of a class # will be included in the documentation. EXTRACT_PRIVATE = NO # If the EXTRACT_STATIC tag is set to YES all static members of a file # will be included in the documentation. EXTRACT_STATIC = YES # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) # defined locally in source files will be included in the documentation. # If set to NO only classes defined in header files are included. EXTRACT_LOCAL_CLASSES = YES # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all # undocumented members of documented classes, files or namespaces. # If set to NO (the default) these members will be included in the # various overviews, but no documentation section is generated. # This option has no effect if EXTRACT_ALL is enabled. HIDE_UNDOC_MEMBERS = NO # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all # undocumented classes that are normally visible in the class hierarchy. # If set to NO (the default) these class will be included in the various # overviews. This option has no effect if EXTRACT_ALL is enabled. HIDE_UNDOC_CLASSES = YES # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all # friend (class|struct|union) declarations. # If set to NO (the default) these declarations will be included in the # documentation. HIDE_FRIEND_COMPOUNDS = NO # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will # include brief member descriptions after the members that are listed in # the file and class documentation (similar to JavaDoc). # Set to NO to disable this. BRIEF_MEMBER_DESC = YES # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend # the brief description of a member or function before the detailed description. # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the # brief descriptions will be completely suppressed. REPEAT_BRIEF = YES # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then # Doxygen will generate a detailed section even if there is only a brief # description. ALWAYS_DETAILED_SEC = NO # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all inherited # members of a class in the documentation of that class as if those members were # ordinary class members. Constructors, destructors and assignment operators of # the base classes will not be shown. INLINE_INHERITED_MEMB = NO # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full # path before files name in the file list and in the header files. If set # to NO the shortest path that makes the file name unique will be used. FULL_PATH_NAMES = NO # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag # can be used to strip a user defined part of the path. Stripping is # only done if one of the specified strings matches the left-hand part of # the path. It is allowed to use relative paths in the argument list. STRIP_FROM_PATH = # The INTERNAL_DOCS tag determines if documentation # that is typed after a \internal command is included. If the tag is set # to NO (the default) then the documentation will be excluded. # Set it to YES to include the internal documentation. INTERNAL_DOCS = NO # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct # doxygen to hide any special comment blocks from generated source code # fragments. Normal C and C++ comments will always remain visible. STRIP_CODE_COMMENTS = YES # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate # file names in lower case letters. If set to YES upper case letters are also # allowed. This is useful if you have classes or files whose names only differ # in case and if your file system supports case sensitive file names. Windows # users are adviced to set this option to NO. CASE_SENSE_NAMES = YES # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter # (but less readable) file names. This can be useful is your file systems # doesn't support long names like on DOS, Mac, or CD-ROM. SHORT_NAMES = NO # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen # will show members with their full class and namespace scopes in the # documentation. If set to YES the scope will be hidden. HIDE_SCOPE_NAMES = NO # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen # will generate a verbatim copy of the header file for each class for # which an include is specified. Set to NO to disable this. VERBATIM_HEADERS = YES # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen # will put list of the files that are included by a file in the documentation # of that file. SHOW_INCLUDE_FILES = YES # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen # will interpret the first line (until the first dot) of a JavaDoc-style # comment as the brief description. If set to NO, the JavaDoc # comments will behave just like the Qt-style comments (thus requiring an # explict @brief command for a brief description. JAVADOC_AUTOBRIEF = NO # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen # treat a multi-line C++ special comment block (i.e. a block of //! or /// # comments) as a brief description. This used to be the default behaviour. # The new default is to treat a multi-line C++ comment block as a detailed # description. Set this tag to YES if you prefer the old behaviour instead. MULTILINE_CPP_IS_BRIEF = NO # If the DETAILS_AT_TOP tag is set to YES then Doxygen # will output the detailed description near the top, like JavaDoc. # If set to NO, the detailed description appears after the member # documentation. DETAILS_AT_TOP = NO # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented # member inherits the documentation from any documented member that it # reimplements. INHERIT_DOCS = YES # If the INLINE_INFO tag is set to YES (the default) then a tag [inline] # is inserted in the documentation for inline members. INLINE_INFO = YES # If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen # will sort the (detailed) documentation of file and class members # alphabetically by member name. If set to NO the members will appear in # declaration order. SORT_MEMBER_DOCS = YES # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC # tag is set to YES, then doxygen will reuse the documentation of the first # member in the group (if any) for the other members of the group. By default # all members of a group must be documented explicitly. DISTRIBUTE_GROUP_DOC = NO # The TAB_SIZE tag can be used to set the number of spaces in a tab. # Doxygen uses this value to replace tabs by spaces in code fragments. TAB_SIZE = 8 # The GENERATE_TODOLIST tag can be used to enable (YES) or # disable (NO) the todo list. This list is created by putting \todo # commands in the documentation. GENERATE_TODOLIST = YES # The GENERATE_TESTLIST tag can be used to enable (YES) or # disable (NO) the test list. This list is created by putting \test # commands in the documentation. GENERATE_TESTLIST = YES # The GENERATE_BUGLIST tag can be used to enable (YES) or # disable (NO) the bug list. This list is created by putting \bug # commands in the documentation. GENERATE_BUGLIST = YES # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or # disable (NO) the deprecated list. This list is created by putting \deprecated commands in the documentation. GENERATE_DEPRECATEDLIST= YES # This tag can be used to specify a number of aliases that acts # as commands in the documentation. An alias has the form "name=value". # For example adding "sideeffect=\par Side Effects:\n" will allow you to # put the command \sideeffect (or @sideeffect) in the documentation, which # will result in a user defined paragraph with heading "Side Effects:". # You can put \n's in the value part of an alias to insert newlines. ALIASES = # The ENABLED_SECTIONS tag can be used to enable conditional # documentation sections, marked by \if sectionname ... \endif. ENABLED_SECTIONS = # The MAX_INITIALIZER_LINES tag determines the maximum number of lines # the initial value of a variable or define consist of for it to appear in # the documentation. If the initializer consists of more lines than specified # here it will be hidden. Use a value of 0 to hide initializers completely. # The appearance of the initializer of individual variables and defines in the # documentation can be controlled using \showinitializer or \hideinitializer # command in the documentation regardless of this setting. MAX_INITIALIZER_LINES = 30 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources # only. Doxygen will then generate output that is more tailored for C. # For instance some of the names that are used will be different. The list # of all members will be omitted, etc. OPTIMIZE_OUTPUT_FOR_C = NO # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java sources # only. Doxygen will then generate output that is more tailored for Java. # For instance namespaces will be presented as packages, qualified scopes # will look different, etc. OPTIMIZE_OUTPUT_JAVA = NO # Set the SHOW_USED_FILES tag to NO to disable the list of files generated # at the bottom of the documentation of classes and structs. If set to YES the # list will mention the files that were used to generate the documentation. SHOW_USED_FILES = YES #--------------------------------------------------------------------------- # configuration options related to warning and progress messages #--------------------------------------------------------------------------- # The QUIET tag can be used to turn on/off the messages that are generated # by doxygen. Possible values are YES and NO. If left blank NO is used. QUIET = NO # The WARNINGS tag can be used to turn on/off the warning messages that are # generated by doxygen. Possible values are YES and NO. If left blank # NO is used. WARNINGS = YES # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings # for undocumented members. If EXTRACT_ALL is set to YES then this flag will # automatically be disabled. WARN_IF_UNDOCUMENTED = YES # The WARN_FORMAT tag determines the format of the warning messages that # doxygen can produce. The string should contain the $file, $line, and $text # tags, which will be replaced by the file and line number from which the # warning originated and the warning text. WARN_FORMAT = "$file:$line: $text" # The WARN_LOGFILE tag can be used to specify a file to which warning # and error messages should be written. If left blank the output is written # to stderr. WARN_LOGFILE = #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- # The INPUT tag can be used to specify the files and/or directories that contain # documented source files. You may enter file names like "myfile.cpp" or # directories like "/usr/src/myproject". Separate the files or directories # with spaces. INPUT = ./openh323.dxy ./include # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp # and *.h) to filter out the source-files in the directories. If left # blank the following patterns are tested: # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp # *.h++ *.idl *.odl FILE_PATTERNS = # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO. # If left blank NO is used. RECURSIVE = NO # The EXCLUDE tag can be used to specify files and/or directories that should # excluded from the INPUT source files. This way you can easily exclude a # subdirectory from a directory tree whose root is specified with the INPUT tag. EXCLUDE = # The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories # that are symbolic links (a Unix filesystem feature) are excluded from the input. EXCLUDE_SYMLINKS = NO # If the value of the INPUT tag contains directories, you can use the # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude # certain files from those directories. EXCLUDE_PATTERNS = # The EXAMPLE_PATH tag can be used to specify one or more files or # directories that contain example code fragments that are included (see # the \include command). EXAMPLE_PATH = # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp # and *.h) to filter out the source-files in the directories. If left # blank all files are included. EXAMPLE_PATTERNS = # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be # searched for input files to be used with the \include or \dontinclude # commands irrespective of the value of the RECURSIVE tag. # Possible values are YES and NO. If left blank NO is used. EXAMPLE_RECURSIVE = NO # The IMAGE_PATH tag can be used to specify one or more files or # directories that contain image that are included in the documentation (see # the \image command). IMAGE_PATH = # The INPUT_FILTER tag can be used to specify a program that doxygen should # invoke to filter for each input file. Doxygen will invoke the filter program # by executing (via popen()) the command , where # is the value of the INPUT_FILTER tag, and is the name of an # input file. Doxygen will then use the output that the filter program writes # to standard output. INPUT_FILTER = # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using # INPUT_FILTER) will be used to filter the input files when producing source # files to browse (i.e. when SOURCE_BROWSER is set to YES). FILTER_SOURCE_FILES = NO #--------------------------------------------------------------------------- # configuration options related to source browsing #--------------------------------------------------------------------------- # If the SOURCE_BROWSER tag is set to YES then a list of source files will # be generated. Documented entities will be cross-referenced with these sources. SOURCE_BROWSER = NO # Setting the INLINE_SOURCES tag to YES will include the body # of functions and classes directly in the documentation. INLINE_SOURCES = NO # If the REFERENCED_BY_RELATION tag is set to YES (the default) # then for each documented function all documented # functions referencing it will be listed. REFERENCED_BY_RELATION = YES # If the REFERENCES_RELATION tag is set to YES (the default) # then for each documented function all documented entities # called/used by that function will be listed. REFERENCES_RELATION = YES #--------------------------------------------------------------------------- # configuration options related to the alphabetical class index #--------------------------------------------------------------------------- # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index # of all compounds will be generated. Enable this if the project # contains a lot of classes, structs, unions or interfaces. ALPHABETICAL_INDEX = NO # If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns # in which this list will be split (can be a number in the range [1..20]) COLS_IN_ALPHA_INDEX = 5 # In case all classes in a project start with a common prefix, all # classes will be put under the same header in the alphabetical index. # The IGNORE_PREFIX tag can be used to specify one or more prefixes that # should be ignored while generating the index headers. IGNORE_PREFIX = #--------------------------------------------------------------------------- # configuration options related to the HTML output #--------------------------------------------------------------------------- # If the GENERATE_HTML tag is set to YES (the default) Doxygen will # generate HTML output. GENERATE_HTML = YES # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `html' will be used as the default path. HTML_OUTPUT = html # The HTML_FILE_EXTENSION tag can be used to specify the file extension for # each generated HTML page (for example: .htm,.php,.asp). If it is left blank # doxygen will generate files with .html extension. HTML_FILE_EXTENSION = .html # The HTML_HEADER tag can be used to specify a personal HTML header for # each generated HTML page. If it is left blank doxygen will generate a # standard header. HTML_HEADER = # The HTML_FOOTER tag can be used to specify a personal HTML footer for # each generated HTML page. If it is left blank doxygen will generate a # standard footer. HTML_FOOTER = # The HTML_STYLESHEET tag can be used to specify a user defined cascading # style sheet that is used by each HTML page. It can be used to # fine-tune the look of the HTML output. If the tag is left blank doxygen # will generate a default style sheet HTML_STYLESHEET = # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, # files or namespaces will be aligned in HTML using tables. If set to # NO a bullet list will be used. HTML_ALIGN_MEMBERS = YES # If the GENERATE_HTMLHELP tag is set to YES, additional index files # will be generated that can be used as input for tools like the # Microsoft HTML help workshop to generate a compressed HTML help file (.chm) # of the generated HTML documentation. GENERATE_HTMLHELP = NO # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can # be used to specify the file name of the resulting .chm file. You # can add a path in front of the file if the result should not be # written to the html output dir. CHM_FILE = # If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can # be used to specify the location (absolute path including file name) of # the HTML help compiler (hhc.exe). If non empty doxygen will try to run # the html help compiler on the generated index.hhp. HHC_LOCATION = # If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag # controls if a separate .chi index file is generated (YES) or that # it should be included in the master .chm file (NO). GENERATE_CHI = NO # If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag # controls whether a binary table of contents is generated (YES) or a # normal table of contents (NO) in the .chm file. BINARY_TOC = NO # The TOC_EXPAND flag can be set to YES to add extra items for group members # to the contents of the Html help documentation and to the tree view. TOC_EXPAND = NO # The DISABLE_INDEX tag can be used to turn on/off the condensed index at # top of each HTML page. The value NO (the default) enables the index and # the value YES disables it. DISABLE_INDEX = NO # This tag can be used to set the number of enum values (range [1..20]) # that doxygen will group on one line in the generated HTML documentation. ENUM_VALUES_PER_LINE = 4 # If the GENERATE_TREEVIEW tag is set to YES, a side panel will be # generated containing a tree-like index structure (just like the one that # is generated for HTML Help). For this to work a browser that supports # JavaScript and frames is required (for instance Mozilla, Netscape 4.0+, # or Internet explorer 4.0+). Note that for large projects the tree generation # can take a very long time. In such cases it is better to disable this feature. # Windows users are probably better off using the HTML help feature. GENERATE_TREEVIEW = NO # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be # used to set the initial width (in pixels) of the frame in which the tree # is shown. TREEVIEW_WIDTH = 250 #--------------------------------------------------------------------------- # configuration options related to the LaTeX output #--------------------------------------------------------------------------- # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will # generate Latex output. GENERATE_LATEX = NO # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `latex' will be used as the default path. LATEX_OUTPUT = latex # The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be invoked. If left blank `latex' will be used as the default command name. LATEX_CMD_NAME = latex # The MAKEINDEX_CMD_NAME tag can be used to specify the command name to # generate index for LaTeX. If left blank `makeindex' will be used as the # default command name. MAKEINDEX_CMD_NAME = makeindex # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact # LaTeX documents. This may be useful for small projects and may help to # save some trees in general. COMPACT_LATEX = NO # The PAPER_TYPE tag can be used to set the paper type that is used # by the printer. Possible values are: a4, a4wide, letter, legal and # executive. If left blank a4wide will be used. PAPER_TYPE = a4wide # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX # packages that should be included in the LaTeX output. EXTRA_PACKAGES = # The LATEX_HEADER tag can be used to specify a personal LaTeX header for # the generated latex document. The header should contain everything until # the first chapter. If it is left blank doxygen will generate a # standard header. Notice: only use this tag if you know what you are doing! LATEX_HEADER = # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated # is prepared for conversion to pdf (using ps2pdf). The pdf file will # contain links (just like the HTML output) instead of page references # This makes the output suitable for online browsing using a pdf viewer. PDF_HYPERLINKS = NO # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of # plain latex in the generated Makefile. Set this option to YES to get a # higher quality PDF documentation. USE_PDFLATEX = NO # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode. # command to the generated LaTeX files. This will instruct LaTeX to keep # running if errors occur, instead of asking the user for help. # This option is also used when generating formulas in HTML. LATEX_BATCHMODE = NO #--------------------------------------------------------------------------- # configuration options related to the RTF output #--------------------------------------------------------------------------- # If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output # The RTF output is optimised for Word 97 and may not look very pretty with # other RTF readers or editors. GENERATE_RTF = NO # The RTF_OUTPUT tag is used to specify where the RTF docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `rtf' will be used as the default path. RTF_OUTPUT = rtf # If the COMPACT_RTF tag is set to YES Doxygen generates more compact # RTF documents. This may be useful for small projects and may help to # save some trees in general. COMPACT_RTF = NO # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated # will contain hyperlink fields. The RTF file will # contain links (just like the HTML output) instead of page references. # This makes the output suitable for online browsing using WORD or other # programs which support those fields. # Note: wordpad (write) and others do not support links. RTF_HYPERLINKS = NO # Load stylesheet definitions from file. Syntax is similar to doxygen's # config file, i.e. a series of assigments. You only have to provide # replacements, missing definitions are set to their default value. RTF_STYLESHEET_FILE = # Set optional variables used in the generation of an rtf document. # Syntax is similar to doxygen's config file. RTF_EXTENSIONS_FILE = #--------------------------------------------------------------------------- # configuration options related to the man page output #--------------------------------------------------------------------------- # If the GENERATE_MAN tag is set to YES (the default) Doxygen will # generate man pages GENERATE_MAN = NO # The MAN_OUTPUT tag is used to specify where the man pages will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `man' will be used as the default path. MAN_OUTPUT = man # The MAN_EXTENSION tag determines the extension that is added to # the generated man pages (default is the subroutine's section .3) MAN_EXTENSION = .3 # If the MAN_LINKS tag is set to YES and Doxygen generates man output, # then it will generate one additional man file for each entity # documented in the real man page(s). These additional files # only source the real man page, but without them the man command # would be unable to find the correct page. The default is NO. MAN_LINKS = NO #--------------------------------------------------------------------------- # configuration options related to the XML output #--------------------------------------------------------------------------- # If the GENERATE_XML tag is set to YES Doxygen will # generate an XML file that captures the structure of # the code including all documentation. Note that this # feature is still experimental and incomplete at the # moment. GENERATE_XML = NO # The XML_SCHEMA tag can be used to specify an XML schema, # which can be used by a validating XML parser to check the # syntax of the XML files. XML_SCHEMA = # The XML_DTD tag can be used to specify an XML DTD, # which can be used by a validating XML parser to check the # syntax of the XML files. XML_DTD = #--------------------------------------------------------------------------- # configuration options for the AutoGen Definitions output #--------------------------------------------------------------------------- # If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will # generate an AutoGen Definitions (see autogen.sf.net) file # that captures the structure of the code including all # documentation. Note that this feature is still experimental # and incomplete at the moment. GENERATE_AUTOGEN_DEF = NO #--------------------------------------------------------------------------- # Configuration options related to the preprocessor #--------------------------------------------------------------------------- # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will # evaluate all C-preprocessor directives found in the sources and include # files. ENABLE_PREPROCESSING = YES # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro # names in the source code. If set to NO (the default) only conditional # compilation will be performed. Macro expansion can be done in a controlled # way by setting EXPAND_ONLY_PREDEF to YES. MACRO_EXPANSION = NO # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES # then the macro expansion is limited to the macros specified with the # PREDEFINED and EXPAND_AS_PREDEFINED tags. EXPAND_ONLY_PREDEF = NO # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files # in the INCLUDE_PATH (see below) will be search if a #include is found. SEARCH_INCLUDES = YES # The INCLUDE_PATH tag can be used to specify one or more directories that # contain include files that are not input files but should be processed by # the preprocessor. INCLUDE_PATH = # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard # patterns (like *.h and *.hpp) to filter out the header-files in the # directories. If left blank, the patterns specified with FILE_PATTERNS will # be used. INCLUDE_FILE_PATTERNS = # The PREDEFINED tag can be used to specify one or more macro names that # are defined before the preprocessor is started (similar to the -D option of # gcc). The argument of the tag is a list of macros of the form: name # or name=definition (no spaces). If the definition and the = are # omitted =1 is assumed. PREDEFINED = DOCPLUSLUS DOC_PLUS_PLUS # If the MACRO_EXPANSION and EXPAND_PREDEF_ONLY tags are set to YES then # this tag can be used to specify a list of macro names that should be expanded. # The macro definition that is found in the sources will be used. # Use the PREDEFINED tag if you want to use a different macro definition. EXPAND_AS_DEFINED = # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then # doxygen's preprocessor will remove all function-like macros that are alone # on a line, have an all uppercase name, and do not end with a semicolon. Such # function macros are typically used for boiler-plate code, and will confuse the # parser if not removed. SKIP_FUNCTION_MACROS = YES #--------------------------------------------------------------------------- # Configuration::addtions related to external references #--------------------------------------------------------------------------- # The TAGFILES tag can be used to specify one or more tagfiles. TAGFILES = # When a file name is specified after GENERATE_TAGFILE, doxygen will create # a tag file that is based on the input files it reads. GENERATE_TAGFILE = # If the ALLEXTERNALS tag is set to YES all external classes will be listed # in the class index. If set to NO only the inherited external classes # will be listed. ALLEXTERNALS = NO # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed # in the modules index. If set to NO, only the current project's groups will # be listed. EXTERNAL_GROUPS = YES # The PERL_PATH should be the absolute path and name of the perl script # interpreter (i.e. the result of `which perl'). PERL_PATH = /usr/bin/perl #--------------------------------------------------------------------------- # Configuration options related to the dot tool #--------------------------------------------------------------------------- # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will # generate a inheritance diagram (in Html, RTF and LaTeX) for classes with base or # super classes. Setting the tag to NO turns the diagrams off. Note that this # option is superceded by the HAVE_DOT option below. This is only a fallback. It is # recommended to install and use dot, since it yield more powerful graphs. CLASS_DIAGRAMS = YES # If set to YES, the inheritance and collaboration graphs will hide # inheritance and usage relations if the target is undocumented # or is not a class. HIDE_UNDOC_RELATIONS = YES # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is # available from the path. This tool is part of Graphviz, a graph visualization # toolkit from AT&T and Lucent Bell Labs. The other options in this section # have no effect if this option is set to NO (the default) HAVE_DOT = NO # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen # will generate a graph for each documented class showing the direct and # indirect inheritance relations. Setting this tag to YES will force the # the CLASS_DIAGRAMS tag to NO. CLASS_GRAPH = YES # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen # will generate a graph for each documented class showing the direct and # indirect implementation dependencies (inheritance, containment, and # class references variables) of the class with other documented classes. COLLABORATION_GRAPH = YES # If set to YES, the inheritance and collaboration graphs will show the # relations between templates and their instances. TEMPLATE_RELATIONS = YES # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT # tags are set to YES then doxygen will generate a graph for each documented # file showing the direct and indirect include dependencies of the file with # other documented files. INCLUDE_GRAPH = YES # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and # HAVE_DOT tags are set to YES then doxygen will generate a graph for each # documented header file showing the documented files that directly or # indirectly include this file. INCLUDED_BY_GRAPH = YES # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen # will graphical hierarchy of all classes instead of a textual one. GRAPHICAL_HIERARCHY = YES # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images # generated by dot. Possible values are png, jpg, or gif # If left blank png will be used. DOT_IMAGE_FORMAT = png # The tag DOT_PATH can be used to specify the path where the dot tool can be # found. If left blank, it is assumed the dot tool can be found on the path. DOT_PATH = # The DOTFILE_DIRS tag can be used to specify one or more directories that # contain dot files that are included in the documentation (see the # \dotfile command). DOTFILE_DIRS = # The MAX_DOT_GRAPH_WIDTH tag can be used to set the maximum allowed width # (in pixels) of the graphs generated by dot. If a graph becomes larger than # this value, doxygen will try to truncate the graph, so that it fits within # the specified constraint. Beware that most browsers cannot cope with very # large images. MAX_DOT_GRAPH_WIDTH = 1024 # The MAX_DOT_GRAPH_HEIGHT tag can be used to set the maximum allows height # (in pixels) of the graphs generated by dot. If a graph becomes larger than # this value, doxygen will try to truncate the graph, so that it fits within # the specified constraint. Beware that most browsers cannot cope with very # large images. MAX_DOT_GRAPH_HEIGHT = 1024 # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will # generate a legend page explaining the meaning of the various boxes and # arrows in the dot generated graphs. GENERATE_LEGEND = YES # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will # remove the intermedate dot files that are used to generate # the various graphs. DOT_CLEANUP = YES #--------------------------------------------------------------------------- # Configuration::addtions related to the search engine #--------------------------------------------------------------------------- # The SEARCHENGINE tag specifies whether or not a search engine should be # used. If set to NO the values of all tags below this one will be ignored. SEARCHENGINE = NO # The CGI_NAME tag should be the name of the CGI script that # starts the search engine (doxysearch) with the correct parameters. # A script with this name will be generated by doxygen. CGI_NAME = search.cgi # The CGI_URL tag should be the absolute URL to the directory where the # cgi binaries are located. See the documentation of your http daemon for # details. CGI_URL = # The DOC_URL tag should be the absolute URL to the directory where the # documentation is located. If left blank the absolute path to the # documentation, with file:// prepended to it, will be used. DOC_URL = # The DOC_ABSPATH tag should be the absolute path to the directory where the # documentation is located. If left blank the directory on the local machine # will be used. DOC_ABSPATH = # The BIN_ABSPATH tag must point to the directory where the doxysearch binary # is installed. BIN_ABSPATH = /usr/local/bin/ # The EXT_DOC_PATHS tag can be used to specify one or more paths to # documentation generated for other projects. This allows doxysearch to search # the documentation for these projects as well. EXT_DOC_PATHS = openh323_v1_18_0/openh323lib.vcp0100644000176200056700000234537707700025053016415 0ustar releasepostincr# Microsoft eMbedded Visual Tools Project File - Name="Openh323libce" - Package Owner=<4> # Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 # ** DO NOT EDIT ** # TARGTYPE "Win32 (WCE x86em) Static Library" 0x7f04 # TARGTYPE "Win32 (WCE ARM) Static Library" 0x8504 # TARGTYPE "Win32 (WCE ARMV4) Static Library" 0xa304 # TARGTYPE "Win32 (WCE emulator) Static Library" 0xa604 CFG=Openh323libce - Win32 (WCE ARMV4) Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE !MESSAGE NMAKE /f "openh323lib.vcn". !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE !MESSAGE NMAKE /f "openh323lib.vcn" CFG="Openh323libce - Win32 (WCE ARMV4) Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "Openh323libce - Win32 (WCE ARM) Release" (based on "Win32 (WCE ARM) Static Library") !MESSAGE "Openh323libce - Win32 (WCE ARM) Debug" (based on "Win32 (WCE ARM) Static Library") !MESSAGE "Openh323libce - Win32 (WCE x86em) Release" (based on "Win32 (WCE x86em) Static Library") !MESSAGE "Openh323libce - Win32 (WCE x86em) Debug" (based on "Win32 (WCE x86em) Static Library") !MESSAGE "Openh323libce - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Static Library") !MESSAGE "Openh323libce - Win32 (WCE ARMV4) Release" (based on "Win32 (WCE ARMV4) Static Library") !MESSAGE "Openh323libce - Win32 (WCE emulator) Debug" (based on "Win32 (WCE emulator) Static Library") !MESSAGE "Openh323libce - Win32 (WCE emulator) Release" (based on "Win32 (WCE emulator) Static Library") !MESSAGE # Begin Project # PROP AllowPerConfigDependencies 1 # PROP Scc_ProjName ""$/OpenH323/OpenH323libce", KPSAAAAA" # PROP Scc_LocalPath "." # PROP ATL_Project 2 !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "ARMRel" # PROP BASE Intermediate_Dir "ARMRel" # PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}" # PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "lib\" # PROP Intermediate_Dir "lib\ARMRel" # PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}" # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP Target_Dir "" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LIB32=link.exe -lib # ADD BASE LIB32 /nologo # ADD LIB32 /nologo /out:"lib\ARM\Openh323libce.lib" CPP=clarm.exe # ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "NDEBUG" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /Oxs /M$(CECrtMT) /c # ADD CPP /nologo /W3 /I "\external\ffmpeg\libavcodec" /D "NDEBUG" /D "ARM" /D "_ARM_" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /D PTRACING=0 /D PMEMORY_CHECK=0 /D P_USE_INLINES=1 /D "_AFXDLL" /Yu"ptlib.h" /Oxs /M$(CECrtMT) /c !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "ARMDbg" # PROP BASE Intermediate_Dir "ARMDbg" # PROP BASE CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}" # PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "lib\" # PROP Intermediate_Dir "lib\ARMDbg" # PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}" # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP Target_Dir "" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LIB32=link.exe -lib # ADD BASE LIB32 /nologo # ADD LIB32 /nologo /out:"lib\ARM\Openh323libced.lib" CPP=clarm.exe # ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /YX /M$(CECrtMTDebug) /c # ADD CPP /nologo /W3 /Zi /Od /I "\external\ffmpeg\libavcodec" /D "DEBUG" /D "ARM" /D "_ARM_" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /D "PTRACING" /D PMEMORY_CHECK=0 /D P_USE_INLINES=1 /D "_AFXDLL" /Yu"ptlib.h" /M$(CECrtMTDebug) /c !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "X86EMRel" # PROP BASE Intermediate_Dir "X86EMRel" # PROP BASE CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}" # PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "lib\" # PROP Intermediate_Dir "lib\X86EMRel" # PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}" # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP Target_Dir "" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LIB32=link.exe -lib # ADD BASE LIB32 /nologo # ADD LIB32 /nologo /out:"lib\x86em\Openh323libce.lib" CPP=cl.exe # ADD BASE CPP /nologo /W3 /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "i486" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_LIB" /YX /Oxs /Gz /c # ADD CPP /nologo /W3 /I "\external\ffmpeg\libavcodec" /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "i486" /D "_X86_" /D "x86" /D "NDEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /D "PTRACING" /D PMEMORY_CHECK=0 /D P_USE_INLINES=1 /D "_AFXDLL" /Yu"ptlib.h" /Oxs /c !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "X86EMDbg" # PROP BASE Intermediate_Dir "X86EMDbg" # PROP BASE CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}" # PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "lib\" # PROP Intermediate_Dir "lib\X86EMDbg" # PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}" # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP Target_Dir "" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LIB32=link.exe -lib # ADD BASE LIB32 /nologo # ADD LIB32 /nologo /out:"lib\x86em\Openh323libced.lib" CPP=cl.exe # ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "$(CePlatform)" /D "i486" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_LIB" /YX /Gz /c # ADD CPP /nologo /W3 /Zi /Od /I "\external\ffmpeg\libavcodec" /D "DEBUG" /D "WIN32" /D "STRICT" /D "_WIN32_WCE_EMULATION" /D "INTERNATIONAL" /D "USA" /D "INTLMSG_CODEPAGE" /D "i486" /D "_X86_" /D "x86" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_LIB" /D "PTRACING" /D PMEMORY_CHECK=0 /D P_USE_INLINES=1 /Yu"ptlib.h" /Gd /c !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # PROP BASE Use_MFC 2 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "ARMV4Dbg" # PROP BASE Intermediate_Dir "ARMV4Dbg" # PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}" # PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP BASE Target_Dir "" # PROP Use_MFC 2 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "ARMV4Dbg" # PROP Intermediate_Dir "ARMV4Dbg" # PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}" # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP Target_Dir "" CPP=clarm.exe # ADD BASE CPP /nologo /W3 /GX- /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "PTRACING" /D PMEMORY_CHECK=0 /D P_USE_INLINES=1 /D "_AFXDLL" /Yu"ptlib.h" /Qsh4 /M$(CECrtMTDebug) /c # ADD CPP /nologo /W3 /GX- /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "PTRACING" /D PMEMORY_CHECK=0 /D P_USE_INLINES=1 /D "_AFXDLL" /Yu"ptlib.h" /Qsh4 /M$(CECrtMTDebug) /c LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"lib\SH4\Openh323libced.lib" # ADD LIB32 /nologo /out:"lib\Arm4\Openh323libd.lib" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "ARMV4Rel" # PROP BASE Intermediate_Dir "ARMV4Rel" # PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}" # PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "ARMV4Rel" # PROP Intermediate_Dir "ARMV4Rel" # PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}" # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP Target_Dir "" CPP=clarm.exe # ADD BASE CPP /nologo /W3 /GX- /Oxs /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "NDEBUG" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "PTRACING" /D PMEMORY_CHECK=0 /D P_USE_INLINES=1 /Yu"ptlib.h" /Qsh4 /M$(CECrtMT) /c # ADD CPP /nologo /W3 /Oxs /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "NDEBUG" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "PTRACING" /D PMEMORY_CHECK=0 /D P_USE_INLINES=1 /Yu"ptlib.h" /c LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"lib\SH4\Openh323libce.lib" # ADD LIB32 /nologo /out:"lib\Arm4\Openh323lib.lib" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" # PROP BASE Use_MFC 2 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "emulatorDbg" # PROP BASE Intermediate_Dir "emulatorDbg" # PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}" # PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP BASE Target_Dir "" # PROP Use_MFC 2 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "emulatorDbg" # PROP Intermediate_Dir "emulatorDbg" # PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}" # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP Target_Dir "" CPP=cl.exe # ADD BASE CPP /nologo /W3 /GX- /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_AFXDLL" /Yu"ptlib.h" /Gs8192 /Qsh4 /M$(CECrtMTDebug) /c # ADD CPP /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_AFXDLL" /Yu"ptlib.h" /Gs8192 /c LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"lib\SH4\Openh323libced.lib" # ADD LIB32 /nologo /out:"lib\emulator\Openh323libd.lib" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "emulatorRel" # PROP BASE Intermediate_Dir "emulatorRel" # PROP BASE CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}" # PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "emulatorRel" # PROP Intermediate_Dir "emulatorRel" # PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}" # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP Target_Dir "" CPP=cl.exe # ADD BASE CPP /nologo /W3 /GX- /Oxs /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /Yu"ptlib.h" /Gs8192 /Qsh4 /M$(CECrtMT) /c # ADD CPP /nologo /W3 /GX- /Oxs /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "_i386_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /Yu"ptlib.h" /Gs8192 /Qsh4 /M$(CECrtMT) /c LIB32=link.exe -lib # ADD BASE LIB32 /nologo /out:"lib\SH4\Openh323libce.lib" # ADD LIB32 /nologo /out:"lib\emulator\Openh323lib.lib" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo !ENDIF # Begin Target # Name "Openh323libce - Win32 (WCE ARM) Release" # Name "Openh323libce - Win32 (WCE ARM) Debug" # Name "Openh323libce - Win32 (WCE x86em) Release" # Name "Openh323libce - Win32 (WCE x86em) Debug" # Name "Openh323libce - Win32 (WCE ARMV4) Debug" # Name "Openh323libce - Win32 (WCE ARMV4) Release" # Name "Openh323libce - Win32 (WCE emulator) Debug" # Name "Openh323libce - Win32 (WCE emulator) Release" # Begin Group "Source Files" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File SOURCE=.\src\channels.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" NODEP_CPP_CHANN=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\225.h"\ ".\235.h"\ ".\235auth.h"\ ".\245.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323ep.h"\ ".\323pdu.h"\ ".\323rtp.h"\ ".\323trans.h"\ ".\931.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" NODEP_CPP_CHANN=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\225.h"\ ".\235.h"\ ".\235auth.h"\ ".\245.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323ep.h"\ ".\323pdu.h"\ ".\323rtp.h"\ ".\323trans.h"\ ".\931.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" NODEP_CPP_CHANN=\ ".\src\channels.h"\ ".\src\h323.h"\ ".\src\h323pdu.h"\ ".\src\h323rtp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_CHANN=\ ".\225.h"\ ".\235.h"\ ".\245.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323ep.h"\ ".\323pdu.h"\ ".\323rtp.h"\ ".\931.h"\ ".\ceatl.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\ransports.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" NODEP_CPP_CHANN=\ ".\src\channels.h"\ ".\src\h323ep.h"\ ".\src\h323pdu.h"\ ".\src\h323rtp.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_CHANN=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323rtp.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"PtLib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"PtLib\icmpsock.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"PtLib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"PtLib\ipsock.h"\ {$(INCLUDE)}"PtLib\ipxsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"PtLib\socket.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"PtLib\spxsock.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"PtLib\tcpsock.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"PtLib\udpsock.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_CHANN=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\codecs.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" NODEP_CPP_CODEC=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\225.h"\ ".\235.h"\ ".\235auth.h"\ ".\245.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323pdu.h"\ ".\323trans.h"\ ".\931.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" NODEP_CPP_CODEC=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\225.h"\ ".\235.h"\ ".\235auth.h"\ ".\245.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323pdu.h"\ ".\323trans.h"\ ".\931.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" NODEP_CPP_CODEC=\ ".\src\channels.h"\ ".\src\h323pdu.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_CODEC=\ ".\225.h"\ ".\235.h"\ ".\245.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323pdu.h"\ ".\931.h"\ ".\ceatl.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\ransports.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" NODEP_CPP_CODEC=\ ".\src\channels.h"\ ".\src\h323con.h"\ ".\src\h323pdu.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_CODEC=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"PtLib\ethsock.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"PtLib\icmpsock.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"PtLib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"PtLib\ipsock.h"\ {$(INCLUDE)}"PtLib\ipxsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"PtLib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"PtLib\spxsock.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"PtLib\tcpsock.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"PtLib\udpsock.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_CODEC=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\g711.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\g726codec.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_G726C=\ ".\src\g726\g72x.h"\ NODEP_CPP_G726C=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\323caps.h"\ ".\726codec.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\ys\socket.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_G726C=\ ".\src\g726\g72x.h"\ NODEP_CPP_G726C=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\323caps.h"\ ".\726codec.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\ys\socket.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_G726C=\ ".\src\g726\g72x.h"\ NODEP_CPP_G726C=\ ".\src\g726codec.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_G726C=\ ".\src\g726\g72x.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"g726codec.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"PtLib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"PtLib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"PtLib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"PtLib\ipsock.h"\ {$(INCLUDE)}"PtLib\ipxsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"PtLib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"PtLib\spxsock.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"PtLib\tcpsock.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"PtLib\udpsock.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_G726C=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" !ENDIF # End Source File # Begin Source File SOURCE=.\src\gkclient.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" NODEP_CPP_GKCLI=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\225.h"\ ".\225ras.h"\ ".\235.h"\ ".\235auth.h"\ ".\245.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323ep.h"\ ".\323pdu.h"\ ".\323rtp.h"\ ".\323trans.h"\ ".\931.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\kclient.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\vcctrl.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" NODEP_CPP_GKCLI=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\225.h"\ ".\225ras.h"\ ".\235.h"\ ".\235auth.h"\ ".\245.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323ep.h"\ ".\323pdu.h"\ ".\323rtp.h"\ ".\323trans.h"\ ".\931.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\kclient.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\vcctrl.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" NODEP_CPP_GKCLI=\ ".\src\gkclient.h"\ ".\src\h235ras.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_GKCLI=\ ".\225.h"\ ".\225ras.h"\ ".\235.h"\ ".\235auth.h"\ ".\245.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323ep.h"\ ".\323pdu.h"\ ".\323rtp.h"\ ".\931.h"\ ".\ceatl.h"\ ".\hannels.h"\ ".\kclient.h"\ ".\msystemx.h"\ ".\ransports.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" NODEP_CPP_GKCLI=\ ".\src\gkclient.h"\ ".\src\h323ep.h"\ ".\src\h323pdu.h"\ ".\src\h323rtp.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_GKCLI=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323rtp.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"PtLib\ethsock.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"PtLib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"PtLib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"PtLib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"PtLib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"PtLib\socket.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"PtLib\spxsock.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"PtLib\tcpsock.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"PtLib\udpsock.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_GKCLI=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\gsmcodec.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_GSMCO=\ ".\src\gsm\inc\gsm.h"\ ".\src\h245.h"\ NODEP_CPP_GSMCO=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\323caps.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\smcodec.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_GSMCO=\ ".\src\gsm\inc\gsm.h"\ ".\src\h245.h"\ NODEP_CPP_GSMCO=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\323caps.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\smcodec.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" DEP_CPP_GSMCO=\ ".\src\gsm\inc\gsm.h"\ NODEP_CPP_GSMCO=\ ".\src\gsmcodec.h"\ ".\src\h245.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_GSMCO=\ ".\src\gsm\inc\gsm.h"\ NODEP_CPP_GSMCO=\ ".\323caps.h"\ ".\ceatl.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\ransports.h"\ ".\smcodec.h"\ ".\src\h245.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_GSMCO=\ ".\src\gsm\inc\gsm.h"\ ".\src\h245.h"\ NODEP_CPP_GSMCO=\ ".\src\gsmcodec.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_GSMCO=\ ".\src\gsm\inc\gsm.h"\ ".\src\h245.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"gsmcodec.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"PtLib\ethsock.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"PtLib\icmpsock.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"PtLib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"PtLib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"PtLib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"PtLib\socket.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"PtLib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"PtLib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"PtLib\udpsock.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_GSMCO=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\guid.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" NODEP_CPP_GUID_=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tclib\random.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" NODEP_CPP_GUID_=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tclib\random.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" NODEP_CPP_GUID_=\ ".\src\guid.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_GUID_=\ ".\ceatl.h"\ ".\msystemx.h"\ ".\tclib\asner.h"\ ".\tclib\random.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" NODEP_CPP_GUID_=\ ".\src\guid.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_GUID_=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\random.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"PtLib\ethsock.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"PtLib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"PtLib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"PtLib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"PtLib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"PtLib\socket.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"PtLib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"PtLib\tcpsock.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"PtLib\udpsock.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_GUID_=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\h225ras.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" NODEP_CPP_H225R=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\225.h"\ ".\225ras.h"\ ".\235.h"\ ".\235auth.h"\ ".\245.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323ep.h"\ ".\323pdu.h"\ ".\323trans.h"\ ".\931.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\vcctrl.h"\ ".\ys\socket.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" NODEP_CPP_H225R=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\225.h"\ ".\225ras.h"\ ".\235.h"\ ".\235auth.h"\ ".\245.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323ep.h"\ ".\323pdu.h"\ ".\323trans.h"\ ".\931.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\vcctrl.h"\ ".\ys\socket.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_H225R=\ ".\225.h"\ ".\225ras.h"\ ".\235.h"\ ".\235auth.h"\ ".\245.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323ep.h"\ ".\323pdu.h"\ ".\931.h"\ ".\ceatl.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\ransports.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\ys\socket.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" NODEP_CPP_H225R=\ ".\src\h225ras.h"\ ".\src\h235auth.h"\ ".\src\h323ep.h"\ ".\src\h323pdu.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H225R=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\ethsock.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"PtLib\icmpsock.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"PtLib\ipdsock.h"\ {$(INCLUDE)}"PtLib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"PtLib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"PtLib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"PtLib\spxsock.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"PtLib\tcpsock.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"PtLib\udpsock.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H225R=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" !ENDIF # End Source File # Begin Source File SOURCE=.\src\h235auth.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" NODEP_CPP_H235A=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\225.h"\ ".\235.h"\ ".\235auth.h"\ ".\245.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323pdu.h"\ ".\323trans.h"\ ".\931.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tclib\cypher.h"\ ".\tclib\dtmf.h"\ ".\tclib\random.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\ys\socket.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" NODEP_CPP_H235A=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\225.h"\ ".\235.h"\ ".\235auth.h"\ ".\245.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323pdu.h"\ ".\323trans.h"\ ".\931.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tclib\cypher.h"\ ".\tclib\dtmf.h"\ ".\tclib\random.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\ys\socket.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_H235A=\ ".\225.h"\ ".\235.h"\ ".\235auth.h"\ ".\245.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323pdu.h"\ ".\931.h"\ ".\ceatl.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\ransports.h"\ ".\tclib\asner.h"\ ".\tclib\cypher.h"\ ".\tclib\dtmf.h"\ ".\tclib\random.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\ys\socket.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" NODEP_CPP_H235A=\ ".\src\h235auth.h"\ ".\src\h323pdu.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H235A=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\cypher.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\random.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"PtLib\ethsock.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"PtLib\icmpsock.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"PtLib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"PtLib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"PtLib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"PtLib\socket.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"PtLib\spxsock.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"PtLib\tcpsock.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"PtLib\udpsock.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H235A=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" !ENDIF # End Source File # Begin Source File SOURCE=.\src\h248.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_H248_=\ ".\src\h248.h"\ NODEP_CPP_H248_=\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_H248_=\ ".\src\h248.h"\ NODEP_CPP_H248_=\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_H248_=\ ".\src\h248.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H248_=\ ".\src\h248.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"wceatl.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" !ENDIF # End Source File # Begin Source File SOURCE=.\src\h261codec.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_H261C=\ ".\src\h245.h"\ ".\src\vic\bsd-endian.h"\ ".\src\vic\config.h"\ ".\src\vic\crdef.h"\ ".\src\vic\dct.h"\ ".\src\vic\encoder-h261.h"\ ".\src\vic\encoder.h"\ ".\src\vic\p64-huff.h"\ ".\src\vic\p64.h"\ ".\src\vic\p64encoder.h"\ ".\src\vic\transmitter.h"\ ".\src\vic\vid_coder.h"\ ".\src\vic\videoframe.h"\ NODEP_CPP_H261C=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\261codec.h"\ ".\323caps.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\ys\param.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_H261C=\ ".\src\h245.h"\ ".\src\vic\bsd-endian.h"\ ".\src\vic\config.h"\ ".\src\vic\crdef.h"\ ".\src\vic\dct.h"\ ".\src\vic\encoder-h261.h"\ ".\src\vic\encoder.h"\ ".\src\vic\p64-huff.h"\ ".\src\vic\p64.h"\ ".\src\vic\p64encoder.h"\ ".\src\vic\transmitter.h"\ ".\src\vic\vid_coder.h"\ ".\src\vic\videoframe.h"\ NODEP_CPP_H261C=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\261codec.h"\ ".\323caps.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\ys\param.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" DEP_CPP_H261C=\ ".\src\vic\config.h"\ ".\src\vic\crdef.h"\ ".\src\vic\dct.h"\ ".\src\vic\encoder-h261.h"\ ".\src\vic\encoder.h"\ ".\src\vic\p64-huff.h"\ ".\src\vic\p64.h"\ ".\src\vic\p64encoder.h"\ ".\src\vic\transmitter.h"\ ".\src\vic\vid_coder.h"\ ".\src\vic\videoframe.h"\ NODEP_CPP_H261C=\ ".\src\h245.h"\ ".\src\h261codec.h"\ ".\src\videoio.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_H261C=\ ".\src\vic\bsd-endian.h"\ ".\src\vic\config.h"\ ".\src\vic\crdef.h"\ ".\src\vic\dct.h"\ ".\src\vic\encoder-h261.h"\ ".\src\vic\encoder.h"\ ".\src\vic\p64-huff.h"\ ".\src\vic\p64.h"\ ".\src\vic\p64encoder.h"\ ".\src\vic\transmitter.h"\ ".\src\vic\vid_coder.h"\ ".\src\vic\videoframe.h"\ NODEP_CPP_H261C=\ ".\261codec.h"\ ".\323caps.h"\ ".\ceatl.h"\ ".\hannels.h"\ ".\ideoio.h"\ ".\msystemx.h"\ ".\ransports.h"\ ".\src\h245.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ ".\ys\param.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_H261C=\ ".\src\h245.h"\ ".\src\vic\bsd-endian.h"\ ".\src\vic\config.h"\ ".\src\vic\crdef.h"\ ".\src\vic\dct.h"\ ".\src\vic\encoder-h261.h"\ ".\src\vic\encoder.h"\ ".\src\vic\p64-huff.h"\ ".\src\vic\p64.h"\ ".\src\vic\p64encoder.h"\ ".\src\vic\transmitter.h"\ ".\src\vic\vid_coder.h"\ ".\src\vic\videoframe.h"\ NODEP_CPP_H261C=\ ".\src\h261codec.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H261C=\ ".\src\h245.h"\ ".\src\vic\bsd-endian.h"\ ".\src\vic\config.h"\ ".\src\vic\crdef.h"\ ".\src\vic\dct.h"\ ".\src\vic\encoder-h261.h"\ ".\src\vic\encoder.h"\ ".\src\vic\p64-huff.h"\ ".\src\vic\p64.h"\ ".\src\vic\p64encoder.h"\ ".\src\vic\transmitter.h"\ ".\src\vic\vid_coder.h"\ ".\src\vic\videoframe.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"PtLib\ethsock.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"PtLib\icmpsock.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"PtLib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"PtLib\ipsock.h"\ {$(INCLUDE)}"PtLib\ipxsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"PtLib\socket.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"PtLib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"PtLib\tcpsock.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"PtLib\udpsock.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"sys\param.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H261C=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\h263codec.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_H263C=\ ".\src\h245.h"\ NODEP_CPP_H263C=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\263codec.h"\ ".\323caps.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\penh323buildopts.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\ys\socket.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_H263C=\ "..\external\ffmpeg\libavcodec\avcodec.h"\ "..\external\ffmpeg\libavcodec\bswap.h"\ "..\external\ffmpeg\libavcodec\common.h"\ "..\external\ffmpeg\libavcodec\fastmemcpy.h"\ ".\src\h245.h"\ NODEP_CPP_H263C=\ "..\external\ffmpeg\libavcodec\berrno.h"\ "..\external\ffmpeg\libvo\fastmemcpy.h"\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\263codec.h"\ ".\323caps.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\onfig.h"\ ".\penh323buildopts.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\ys\socket.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD CPP /I "\external\ffmpeg\libavcodec" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_H263C=\ "..\external\ffmpeg\libavcodec\avcodec.h"\ "..\external\ffmpeg\libavcodec\bswap.h"\ "..\external\ffmpeg\libavcodec\common.h"\ "..\external\ffmpeg\libavcodec\fastmemcpy.h"\ ".\src\h245.h"\ NODEP_CPP_H263C=\ "..\external\ffmpeg\libavcodec\berrno.h"\ "..\external\ffmpeg\libavcodec\config.h"\ "..\external\ffmpeg\libvo\fastmemcpy.h"\ ".\src\h263codec.h"\ # ADD CPP /I "\external\ffmpeg\libavcodec" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H263C=\ ".\src\h245.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"h263codec.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"openh323buildopts.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"PtLib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"PtLib\icmpsock.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"PtLib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"PtLib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"PtLib\ipxsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"PtLib\socket.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"PtLib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"PtLib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"PtLib\udpsock.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H263C=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ # ADD CPP /I "\external\ffmpeg\libavcodec" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD CPP /I "\external\ffmpeg\libavcodec" !ENDIF # End Source File # Begin Source File SOURCE=.\src\h323.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_H323_=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h45010.h"\ ".\src\h45011.h"\ ".\src\h4504.h"\ ".\src\h4506.h"\ ".\src\x880.h"\ NODEP_CPP_H323_=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\120proto.h"\ ".\225.h"\ ".\225ras.h"\ ".\235.h"\ ".\235auth.h"\ ".\245.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323ep.h"\ ".\323neg.h"\ ".\323pdu.h"\ ".\323rtp.h"\ ".\323trans.h"\ ".\38proto.h"\ ".\450pdu.h"\ ".\880.h"\ ".\931.h"\ ".\ceatl.h"\ ".\ediafmt.h"\ ".\evfw.h"\ ".\fc2833.h"\ ".\hannels.h"\ ".\kclient.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\vcctrl.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_H323_=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h45010.h"\ ".\src\h45011.h"\ ".\src\h4504.h"\ ".\src\h4506.h"\ ".\src\x880.h"\ NODEP_CPP_H323_=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\120proto.h"\ ".\225.h"\ ".\225ras.h"\ ".\235.h"\ ".\235auth.h"\ ".\245.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323ep.h"\ ".\323neg.h"\ ".\323pdu.h"\ ".\323rtp.h"\ ".\323trans.h"\ ".\38proto.h"\ ".\450pdu.h"\ ".\880.h"\ ".\931.h"\ ".\ceatl.h"\ ".\ediafmt.h"\ ".\evfw.h"\ ".\fc2833.h"\ ".\hannels.h"\ ".\kclient.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\vcctrl.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" NODEP_CPP_H323_=\ ".\src\channels.h"\ ".\src\h225.h"\ ".\src\h323.h"\ ".\src\h323neg.h"\ ".\src\h323rtp.h"\ ".\src\h4501.h"\ ".\src\h450pdu.h"\ ".\src\remote.h"\ ".\src\x880.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_H323_=\ ".\225.h"\ ".\225ras.h"\ ".\235.h"\ ".\235auth.h"\ ".\245.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323ep.h"\ ".\323neg.h"\ ".\323pdu.h"\ ".\323rtp.h"\ ".\450pdu.h"\ ".\880.h"\ ".\931.h"\ ".\ceatl.h"\ ".\fc2833.h"\ ".\hannels.h"\ ".\kclient.h"\ ".\msystemx.h"\ ".\ransports.h"\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4504.h"\ ".\src\x880.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_H323_=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h45010.h"\ ".\src\h45011.h"\ ".\src\h4504.h"\ ".\src\h4506.h"\ ".\src\x880.h"\ NODEP_CPP_H323_=\ ".\src\gkclient.h"\ ".\src\h235.h"\ ".\src\h323con.h"\ ".\src\h323ep.h"\ ".\src\h323neg.h"\ ".\src\h323rtp.h"\ ".\src\h450pdu.h"\ ".\src\rfc2833.h"\ ".\src\t120proto.h"\ ".\src\t38proto.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H323_=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h45010.h"\ ".\src\h45011.h"\ ".\src\h4504.h"\ ".\src\h4506.h"\ ".\src\x880.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323neg.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323rtp.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"h450pdu.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\ethsock.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"PtLib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"PtLib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"PtLib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"PtLib\ipxsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"PtLib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"PtLib\spxsock.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"PtLib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"PtLib\udpsock.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"rfc2833.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"t120proto.h"\ {$(INCLUDE)}"t38proto.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x880.h"\ NODEP_CPP_H323_=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\h323caps.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_H323C=\ ".\src\h225.h"\ ".\src\h245.h"\ NODEP_CPP_H323C=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\235.h"\ ".\235auth.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323ep.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_H323C=\ ".\src\h225.h"\ ".\src\h245.h"\ NODEP_CPP_H323C=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\235.h"\ ".\235auth.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323ep.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" NODEP_CPP_H323C=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h323.h"\ ".\src\h323caps.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_H323C=\ ".\235.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323ep.h"\ ".\ceatl.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\ransports.h"\ ".\src\h225.h"\ ".\src\h245.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_H323C=\ ".\src\h225.h"\ ".\src\h245.h"\ NODEP_CPP_H323C=\ ".\src\h235.h"\ ".\src\h323caps.h"\ ".\src\h323ep.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H323C=\ ".\src\h225.h"\ ".\src\h245.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"PtLib\ethsock.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"PtLib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"PtLib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"PtLib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"PtLib\ipxsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"PtLib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"PtLib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"PtLib\tcpsock.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"PtLib\udpsock.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H323C=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\h323ep.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_H323E=\ ".\version.h"\ NODEP_CPP_H323E=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\225.h"\ ".\225ras.h"\ ".\235.h"\ ".\235auth.h"\ ".\245.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323ep.h"\ ".\323pdu.h"\ ".\323trans.h"\ ".\38proto.h"\ ".\450pdu.h"\ ".\880.h"\ ".\931.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\kclient.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tclib\pils.h"\ ".\tclib\pldap.h"\ ".\tclib\pstun.h"\ ".\tclib\random.h"\ ".\tclib\url.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\vcctrl.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_H323E=\ ".\version.h"\ NODEP_CPP_H323E=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\225.h"\ ".\225ras.h"\ ".\235.h"\ ".\235auth.h"\ ".\245.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323ep.h"\ ".\323pdu.h"\ ".\323trans.h"\ ".\38proto.h"\ ".\450pdu.h"\ ".\880.h"\ ".\931.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\kclient.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tclib\pils.h"\ ".\tclib\pldap.h"\ ".\tclib\pstun.h"\ ".\tclib\random.h"\ ".\tclib\url.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\vcctrl.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" NODEP_CPP_H323E=\ ".\src\h323.h"\ ".\src\h323pdu.h"\ ".\src\h450pdu.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_H323E=\ ".\225.h"\ ".\225ras.h"\ ".\235.h"\ ".\235auth.h"\ ".\245.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323ep.h"\ ".\323pdu.h"\ ".\38proto.h"\ ".\450pdu.h"\ ".\880.h"\ ".\931.h"\ ".\ceatl.h"\ ".\hannels.h"\ ".\kclient.h"\ ".\msystemx.h"\ ".\ransports.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tclib\random.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_H323E=\ ".\version.h"\ NODEP_CPP_H323E=\ ".\src\gkclient.h"\ ".\src\h323ep.h"\ ".\src\h323pdu.h"\ ".\src\h450pdu.h"\ ".\src\t38proto.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H323E=\ ".\version.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"h450pdu.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pils.h"\ {$(INCLUDE)}"ptclib\pldap.h"\ {$(INCLUDE)}"ptclib\pstun.h"\ {$(INCLUDE)}"ptclib\random.h"\ {$(INCLUDE)}"ptclib\url.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"PtLib\ethsock.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"PtLib\icmpsock.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"PtLib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"PtLib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"PtLib\ipxsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"PtLib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"PtLib\spxsock.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"PtLib\tcpsock.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"PtLib\udpsock.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"t38proto.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x880.h"\ NODEP_CPP_H323E=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\h323neg.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" NODEP_CPP_H323N=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\225.h"\ ".\235.h"\ ".\235auth.h"\ ".\245.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323ep.h"\ ".\323neg.h"\ ".\323pdu.h"\ ".\323trans.h"\ ".\931.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tclib\random.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" NODEP_CPP_H323N=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\225.h"\ ".\235.h"\ ".\235auth.h"\ ".\245.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323ep.h"\ ".\323neg.h"\ ".\323pdu.h"\ ".\323trans.h"\ ".\931.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tclib\random.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" NODEP_CPP_H323N=\ ".\src\h323neg.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_H323N=\ ".\225.h"\ ".\235.h"\ ".\245.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323ep.h"\ ".\323neg.h"\ ".\323pdu.h"\ ".\931.h"\ ".\ceatl.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\ransports.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tclib\random.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" NODEP_CPP_H323N=\ ".\src\h323ep.h"\ ".\src\h323neg.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H323N=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323neg.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\random.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"PtLib\ethsock.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"PtLib\icmpsock.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"PtLib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"PtLib\ipsock.h"\ {$(INCLUDE)}"PtLib\ipxsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"PtLib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"PtLib\spxsock.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"PtLib\tcpsock.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"PtLib\udpsock.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H323N=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\h323pdu.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" NODEP_CPP_H323P=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\225.h"\ ".\225ras.h"\ ".\235.h"\ ".\235auth.h"\ ".\245.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323ep.h"\ ".\323pdu.h"\ ".\323trans.h"\ ".\931.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\vcctrl.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" NODEP_CPP_H323P=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\225.h"\ ".\225ras.h"\ ".\235.h"\ ".\235auth.h"\ ".\245.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323ep.h"\ ".\323pdu.h"\ ".\323trans.h"\ ".\931.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\vcctrl.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" NODEP_CPP_H323P=\ ".\src\h323pdu.h"\ ".\src\h450pdu.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_H323P=\ ".\225.h"\ ".\225ras.h"\ ".\235.h"\ ".\235auth.h"\ ".\245.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323ep.h"\ ".\323pdu.h"\ ".\931.h"\ ".\ceatl.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\ransports.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" NODEP_CPP_H323P=\ ".\src\h225ras.h"\ ".\src\h323ep.h"\ ".\src\h323pdu.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H323P=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"PtLib\ethsock.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"PtLib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"PtLib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"PtLib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"PtLib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"PtLib\socket.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"PtLib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"PtLib\tcpsock.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"PtLib\udpsock.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H323P=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\h323rtp.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_H323R=\ ".\src\h225.h"\ ".\src\h245.h"\ NODEP_CPP_H323R=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\235.h"\ ".\235auth.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323ep.h"\ ".\323rtp.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_H323R=\ ".\src\h225.h"\ ".\src\h245.h"\ NODEP_CPP_H323R=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\235.h"\ ".\235auth.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323ep.h"\ ".\323rtp.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" NODEP_CPP_H323R=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h323.h"\ ".\src\h323rtp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_H323R=\ ".\235.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323ep.h"\ ".\323rtp.h"\ ".\ceatl.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\ransports.h"\ ".\src\h225.h"\ ".\src\h245.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_H323R=\ ".\src\h225.h"\ ".\src\h245.h"\ NODEP_CPP_H323R=\ ".\src\h235.h"\ ".\src\h323ep.h"\ ".\src\h323rtp.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H323R=\ ".\src\h225.h"\ ".\src\h245.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323rtp.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\ethsock.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"PtLib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"PtLib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"PtLib\ipsock.h"\ {$(INCLUDE)}"PtLib\ipxsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"PtLib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"PtLib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"PtLib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"PtLib\udpsock.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H323R=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\h323trans.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" NODEP_CPP_H323T=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\225.h"\ ".\235.h"\ ".\235auth.h"\ ".\245.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323ep.h"\ ".\323pdu.h"\ ".\323trans.h"\ ".\931.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tclib\random.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\ys\socket.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" NODEP_CPP_H323T=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\225.h"\ ".\235.h"\ ".\235auth.h"\ ".\245.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323ep.h"\ ".\323pdu.h"\ ".\323trans.h"\ ".\931.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tclib\random.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\ys\socket.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" NODEP_CPP_H323T=\ ".\src\h323ep.h"\ ".\src\h323pdu.h"\ ".\src\h323trans.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H323T=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\random.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"PtLib\ethsock.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"PtLib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"PtLib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"PtLib\ipsock.h"\ {$(INCLUDE)}"PtLib\ipxsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"PtLib\socket.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"PtLib\spxsock.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"PtLib\tcpsock.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"PtLib\udpsock.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_H323T=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" !ENDIF # End Source File # Begin Source File SOURCE=.\src\h450pdu.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_H450P=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h45010.h"\ ".\src\h45011.h"\ ".\src\h4502.h"\ ".\src\h4504.h"\ ".\src\h4506.h"\ ".\src\x880.h"\ NODEP_CPP_H450P=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\225.h"\ ".\235.h"\ ".\235auth.h"\ ".\245.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323ep.h"\ ".\323pdu.h"\ ".\323trans.h"\ ".\450pdu.h"\ ".\880.h"\ ".\931.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_H450P=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h45010.h"\ ".\src\h45011.h"\ ".\src\h4502.h"\ ".\src\h4504.h"\ ".\src\h4506.h"\ ".\src\x880.h"\ NODEP_CPP_H450P=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\225.h"\ ".\235.h"\ ".\235auth.h"\ ".\245.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323ep.h"\ ".\323pdu.h"\ ".\323trans.h"\ ".\450pdu.h"\ ".\880.h"\ ".\931.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" NODEP_CPP_H450P=\ ".\src\h323.h"\ ".\src\h323pdu.h"\ ".\src\h450pdu.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_H450P=\ ".\225.h"\ ".\235.h"\ ".\245.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323ep.h"\ ".\323pdu.h"\ ".\450pdu.h"\ ".\880.h"\ ".\931.h"\ ".\ceatl.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\ransports.h"\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4502.h"\ ".\src\h4504.h"\ ".\src\h4506.h"\ ".\src\x880.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_H450P=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h45010.h"\ ".\src\h45011.h"\ ".\src\h4502.h"\ ".\src\h4504.h"\ ".\src\h4506.h"\ ".\src\x880.h"\ NODEP_CPP_H450P=\ ".\src\h235.h"\ ".\src\h323con.h"\ ".\src\h323ep.h"\ ".\src\h323pdu.h"\ ".\src\h450pdu.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H450P=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h45010.h"\ ".\src\h45011.h"\ ".\src\h4502.h"\ ".\src\h4504.h"\ ".\src\h4506.h"\ ".\src\x880.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"h450pdu.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"PtLib\ethsock.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"PtLib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"PtLib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"PtLib\ipsock.h"\ {$(INCLUDE)}"PtLib\ipxsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"PtLib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"PtLib\spxsock.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"PtLib\tcpsock.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"PtLib\udpsock.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x880.h"\ NODEP_CPP_H450P=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\ilbccodec.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_ILBCC=\ ".\src\iLBC\iLBC_decode.h"\ ".\src\iLBC\iLBC_define.h"\ ".\src\iLBC\iLBC_encode.h"\ NODEP_CPP_ILBCC=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\323caps.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\lbccodec.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\ys\socket.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_ILBCC=\ ".\src\iLBC\iLBC_decode.h"\ ".\src\iLBC\iLBC_define.h"\ ".\src\iLBC\iLBC_encode.h"\ NODEP_CPP_ILBCC=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\323caps.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\lbccodec.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\ys\socket.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_ILBCC=\ ".\src\iLBC\iLBC_decode.h"\ ".\src\iLBC\iLBC_define.h"\ ".\src\iLBC\iLBC_encode.h"\ NODEP_CPP_ILBCC=\ ".\src\ilbccodec.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_ILBCC=\ ".\src\iLBC\iLBC_decode.h"\ ".\src\iLBC\iLBC_define.h"\ ".\src\iLBC\iLBC_encode.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"ilbccodec.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"PtLib\ethsock.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"PtLib\icmpsock.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"PtLib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"PtLib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"PtLib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"PtLib\socket.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"PtLib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"PtLib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"PtLib\udpsock.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_ILBCC=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" !ENDIF # End Source File # Begin Source File SOURCE=.\src\jitter.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" NODEP_CPP_JITTE=\ ".\ceatl.h"\ ".\evfw.h"\ ".\itter.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" NODEP_CPP_JITTE=\ ".\ceatl.h"\ ".\evfw.h"\ ".\itter.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" NODEP_CPP_JITTE=\ ".\src\jitter.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_JITTE=\ ".\ceatl.h"\ ".\itter.h"\ ".\msystemx.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" NODEP_CPP_JITTE=\ ".\src\jitter.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_JITTE=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"jitter.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"wceatl.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\lid.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_LID_C=\ ".\include\lid.h"\ ".\src\h245.h"\ NODEP_CPP_LID_C=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\323caps.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\id.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_LID_C=\ ".\include\lid.h"\ ".\src\h245.h"\ NODEP_CPP_LID_C=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\323caps.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\id.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" NODEP_CPP_LID_C=\ ".\323caps.h"\ ".\hannels.h"\ ".\id.h"\ ".\src\h245.h"\ ".\src\h323.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_LID_C=\ ".\include\lid.h"\ NODEP_CPP_LID_C=\ ".\323caps.h"\ ".\ceatl.h"\ ".\hannels.h"\ ".\id.h"\ ".\msystemx.h"\ ".\ransports.h"\ ".\src\h245.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_LID_C=\ ".\include\lid.h"\ ".\src\h245.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"lid.h"\ {$(INCLUDE)}"transports.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_LID_C=\ ".\include\lid.h"\ ".\src\h245.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"lid.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"PtLib\ethsock.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"PtLib\icmpsock.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"PtLib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"PtLib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"PtLib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"PtLib\socket.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"PtLib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"PtLib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"PtLib\udpsock.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_LID_C=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\lpc10codec.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_LPC10=\ ".\src\lpc10\lpc10.h"\ NODEP_CPP_LPC10=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\323caps.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\pc10codec.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_LPC10=\ ".\src\lpc10\lpc10.h"\ NODEP_CPP_LPC10=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\323caps.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\pc10codec.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_LPC10=\ ".\src\lpc10\lpc10.h"\ NODEP_CPP_LPC10=\ ".\323caps.h"\ ".\ceatl.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\pc10codec.h"\ ".\ransports.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_LPC10=\ ".\src\lpc10\lpc10.h"\ NODEP_CPP_LPC10=\ ".\src\lpc10codec.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_LPC10=\ ".\src\lpc10\lpc10.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"lpc10codec.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"PtLib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"PtLib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"PtLib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"PtLib\ipsock.h"\ {$(INCLUDE)}"PtLib\ipxsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"PtLib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"PtLib\spxsock.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"PtLib\tcpsock.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"PtLib\udpsock.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_LPC10=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\mediafmt.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" NODEP_CPP_MEDIA=\ ".\ceatl.h"\ ".\ediafmt.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" NODEP_CPP_MEDIA=\ ".\ceatl.h"\ ".\ediafmt.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_MEDIA=\ ".\ceatl.h"\ ".\ediafmt.h"\ ".\msystemx.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" NODEP_CPP_MEDIA=\ ".\src\mediafmt.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_MEDIA=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mediafmt.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"wceatl.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\mscodecs.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_MSCOD=\ ".\src\gsm\inc\gsm.h"\ ".\src\h245.h"\ NODEP_CPP_MSCOD=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\323caps.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\scodecs.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_MSCOD=\ ".\src\gsm\inc\gsm.h"\ ".\src\h245.h"\ NODEP_CPP_MSCOD=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\323caps.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\scodecs.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_MSCOD=\ ".\src\gsm\inc\gsm.h"\ NODEP_CPP_MSCOD=\ ".\323caps.h"\ ".\ceatl.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\ransports.h"\ ".\scodecs.h"\ ".\smcodec.h"\ ".\src\h245.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_MSCOD=\ ".\src\gsm\inc\gsm.h"\ ".\src\h245.h"\ NODEP_CPP_MSCOD=\ ".\src\h323caps.h"\ ".\src\mscodecs.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_MSCOD=\ ".\src\gsm\inc\gsm.h"\ ".\src\h245.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"mscodecs.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"PtLib\ethsock.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"PtLib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"PtLib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"PtLib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"PtLib\ipxsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"PtLib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"PtLib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"PtLib\tcpsock.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"PtLib\udpsock.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_MSCOD=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\precompile.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" NODEP_CPP_PRECO=\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yc"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" NODEP_CPP_PRECO=\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yc"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_PRECO=\ ".\ceatl.h"\ ".\msystemx.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ # ADD CPP /Yc"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yc"ptlib.h" # ADD CPP /Yc"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" # ADD BASE CPP /Yc"ptlib.h" # ADD CPP /Yc"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_PRECO=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"wceatl.h"\ # ADD BASE CPP /Yc"ptlib.h" # ADD CPP /Yc"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yc"ptlib.h" # ADD CPP /Yc"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\q931.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" NODEP_CPP_Q931_=\ ".\931.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\random.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" NODEP_CPP_Q931_=\ ".\931.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\random.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" NODEP_CPP_Q931_=\ ".\src\q931.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_Q931_=\ ".\225.h"\ ".\235.h"\ ".\245.h"\ ".\931.h"\ ".\ceatl.h"\ ".\msystemx.h"\ ".\tclib\asner.h"\ ".\tclib\random.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" NODEP_CPP_Q931_=\ ".\src\q931.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_Q931_=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\random.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"wceatl.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\rfc2833.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" NODEP_CPP_RFC28=\ ".\ceatl.h"\ ".\evfw.h"\ ".\fc2833.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" NODEP_CPP_RFC28=\ ".\ceatl.h"\ ".\evfw.h"\ ".\fc2833.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_RFC28=\ ".\ceatl.h"\ ".\fc2833.h"\ ".\msystemx.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" NODEP_CPP_RFC28=\ ".\src\rfc2833.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_RFC28=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"rfc2833.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"wceatl.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" !ENDIF # End Source File # Begin Source File SOURCE=.\src\rtp.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" NODEP_CPP_RTP_C=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\itter.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\pstun.h"\ ".\tclib\random.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" NODEP_CPP_RTP_C=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\itter.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\pstun.h"\ ".\tclib\random.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" NODEP_CPP_RTP_C=\ ".\src\jitter.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_RTP_C=\ ".\ceatl.h"\ ".\itter.h"\ ".\msystemx.h"\ ".\tclib\random.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" NODEP_CPP_RTP_C=\ ".\src\jitter.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_RTP_C=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"jitter.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\pstun.h"\ {$(INCLUDE)}"ptclib\random.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"PtLib\ethsock.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"PtLib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"PtLib\ipdsock.h"\ {$(INCLUDE)}"PtLib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"PtLib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"PtLib\socket.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"PtLib\spxsock.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"PtLib\tcpsock.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"PtLib\udpsock.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_RTP_C=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\speexcodec.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_SPEEX=\ ".\src\h245.h"\ ".\src\speex\libspeex\speex.h"\ ".\src\speex\libspeex\speex_bits.h"\ NODEP_CPP_SPEEX=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\323caps.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\peexcodec.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\ys\socket.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_SPEEX=\ ".\src\h245.h"\ ".\src\speex\libspeex\speex.h"\ ".\src\speex\libspeex\speex_bits.h"\ NODEP_CPP_SPEEX=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\323caps.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\peexcodec.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\ys\socket.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_SPEEX=\ ".\src\h245.h"\ ".\src\speex\libspeex\speex.h"\ ".\src\speex\libspeex\speex_bits.h"\ NODEP_CPP_SPEEX=\ ".\src\h323caps.h"\ ".\src\speexcodec.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_SPEEX=\ ".\src\h245.h"\ ".\src\speex\libspeex\speex.h"\ ".\src\speex\libspeex\speex_bits.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\ethsock.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"PtLib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"PtLib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"PtLib\ipsock.h"\ {$(INCLUDE)}"PtLib\ipxsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"PtLib\socket.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"PtLib\spxsock.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"PtLib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"PtLib\udpsock.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"speexcodec.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_SPEEX=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" !ENDIF # End Source File # Begin Source File SOURCE=.\src\svcctrl.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_SVCCT=\ ".\src\h248.h"\ NODEP_CPP_SVCCT=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\225.h"\ ".\235.h"\ ".\235auth.h"\ ".\245.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323ep.h"\ ".\323pdu.h"\ ".\323trans.h"\ ".\931.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\vcctrl.h"\ ".\ys\socket.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_SVCCT=\ ".\src\h248.h"\ NODEP_CPP_SVCCT=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\225.h"\ ".\235.h"\ ".\235auth.h"\ ".\245.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323ep.h"\ ".\323pdu.h"\ ".\323trans.h"\ ".\931.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\vcctrl.h"\ ".\ys\socket.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_SVCCT=\ ".\src\h248.h"\ NODEP_CPP_SVCCT=\ ".\src\h323ep.h"\ ".\src\h323pdu.h"\ ".\src\svcctrl.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_SVCCT=\ ".\src\h248.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\ethsock.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"PtLib\icmpsock.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"PtLib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"PtLib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"PtLib\ipxsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"PtLib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"PtLib\spxsock.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"PtLib\tcpsock.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"PtLib\udpsock.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_SVCCT=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" !ENDIF # End Source File # Begin Source File SOURCE=.\src\t38proto.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_T38PR=\ ".\src\t38.h"\ NODEP_CPP_T38PR=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\38proto.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\ys\socket.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_T38PR=\ ".\src\t38.h"\ NODEP_CPP_T38PR=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\38proto.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\ys\socket.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_T38PR=\ ".\38proto.h"\ ".\ceatl.h"\ ".\msystemx.h"\ ".\ransports.h"\ ".\src\t38.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ ".\ys\socket.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_T38PR=\ ".\src\t38.h"\ NODEP_CPP_T38PR=\ ".\src\t38proto.h"\ ".\src\transports.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_T38PR=\ ".\src\t38.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"PtLib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"PtLib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"PtLib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"PtLib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"PtLib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"PtLib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"PtLib\spxsock.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"PtLib\tcpsock.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"PtLib\udpsock.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"t38proto.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_T38PR=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" !ENDIF # End Source File # Begin Source File SOURCE=.\src\transports.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" NODEP_CPP_TRANS=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\225.h"\ ".\225ras.h"\ ".\235.h"\ ".\235auth.h"\ ".\245.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323ep.h"\ ".\323pdu.h"\ ".\323trans.h"\ ".\931.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\kclient.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tclib\pstun.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\vcctrl.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" NODEP_CPP_TRANS=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\225.h"\ ".\225ras.h"\ ".\235.h"\ ".\235auth.h"\ ".\245.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323ep.h"\ ".\323pdu.h"\ ".\323trans.h"\ ".\931.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\hannels.h"\ ".\kclient.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\ransports.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tclib\pstun.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\vcctrl.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" NODEP_CPP_TRANS=\ ".\src\h323.h"\ ".\src\h323pdu.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_TRANS=\ ".\225.h"\ ".\225ras.h"\ ".\235.h"\ ".\235auth.h"\ ".\245.h"\ ".\323caps.h"\ ".\323con.h"\ ".\323ep.h"\ ".\323pdu.h"\ ".\931.h"\ ".\ceatl.h"\ ".\hannels.h"\ ".\kclient.h"\ ".\msystemx.h"\ ".\ransports.h"\ ".\tclib\asner.h"\ ".\tclib\dtmf.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ ".\uid.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" NODEP_CPP_TRANS=\ ".\src\gkclient.h"\ ".\src\h323ep.h"\ ".\src\h323pdu.h"\ ".\src\transports.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_TRANS=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h245.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323pdu.h"\ {$(INCLUDE)}"h323trans.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptclib\pstun.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"PtLib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"PtLib\icmpsock.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"PtLib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"PtLib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"PtLib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"PtLib\socket.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"PtLib\spxsock.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"PtLib\tcpsock.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"PtLib\udpsock.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"q931.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"svcctrl.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"transports.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_TRANS=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\x224.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" NODEP_CPP_X224_=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\224.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" NODEP_CPP_X224_=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ ".\224.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" NODEP_CPP_X224_=\ ".\src\x224.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_X224_=\ ".\224.h"\ ".\ceatl.h"\ ".\msystemx.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\ethsock.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\icmpsock.h"\ ".\tlib\indchan.h"\ ".\tLib\ipdsock.h"\ ".\tlib\ipsock.h"\ ".\tLib\ipxsock.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tLib\socket.h"\ ".\tlib\sockets.h"\ ".\tlib\sound.h"\ ".\tLib\spxsock.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tLib\tcpsock.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tLib\udpsock.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ ".\ys\socket.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" NODEP_CPP_X224_=\ ".\src\x224.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_X224_=\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"PtLib\ethsock.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"PtLib\icmpsock.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"PtLib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"PtLib\ipsock.h"\ {$(INCLUDE)}"PtLib\ipxsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"PtLib\socket.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"PtLib\spxsock.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"PtLib\tcpsock.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"PtLib\udpsock.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"wceatl.h"\ {$(INCLUDE)}"x224.h"\ NODEP_CPP_X224_=\ "..\PWLib\Include\PtLib\MSOS\ptlib\tpipv6.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # End Group # Begin Group "Header Files" # PROP Default_Filter "h;hpp;hxx;hm;inl" # Begin Source File SOURCE=.\include\acmcodec.h # End Source File # Begin Source File SOURCE=.\include\channels.h # End Source File # Begin Source File SOURCE=.\include\codecs.h # End Source File # Begin Source File SOURCE=.\include\gkclient.h # End Source File # Begin Source File SOURCE=.\include\gsmcodec.h # End Source File # Begin Source File SOURCE=.\src\h248.h # End Source File # Begin Source File SOURCE=.\include\h261codec.h # End Source File # Begin Source File SOURCE=.\include\h323.h # End Source File # Begin Source File SOURCE=.\include\h323caps.h # End Source File # Begin Source File SOURCE=.\include\h323neg.h # End Source File # Begin Source File SOURCE=.\include\h323pdu.h # End Source File # Begin Source File SOURCE=.\include\h323rtp.h # End Source File # Begin Source File SOURCE=.\include\jitter.h # End Source File # Begin Source File SOURCE=.\include\lid.h # End Source File # Begin Source File SOURCE=.\include\q931.h # End Source File # Begin Source File SOURCE=.\include\rtp.h # End Source File # Begin Source File SOURCE=.\include\transports.h # End Source File # Begin Source File SOURCE=.\include\videoio.h # End Source File # Begin Source File SOURCE=.\include\vpblid.h # End Source File # Begin Source File SOURCE=.\include\x224.h # End Source File # End Group # Begin Group "ASN Files" # PROP Default_Filter ".asn" # Begin Source File SOURCE=.\src\gccpdu.asn !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" # PROP Ignore_Default_Tool 1 # Begin Custom Build - Compiling GCC PDU ASN File InputPath=.\src\gccpdu.asn InputName=gccpdu BuildCmds=asnparser -m GCC -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m GCC -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" # PROP Ignore_Default_Tool 1 # Begin Custom Build - Compiling GCC PDU ASN File InputPath=.\src\gccpdu.asn InputName=gccpdu BuildCmds=asnparser -m GCC -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m GCC -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" # PROP Ignore_Default_Tool 1 # Begin Custom Build - Compiling GCC PDU ASN File InputPath=.\src\gccpdu.asn InputName=gccpdu BuildCmds=asnparser -m GCC -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m GCC -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" # PROP Ignore_Default_Tool 1 # Begin Custom Build - Compiling GCC PDU ASN File InputPath=.\src\gccpdu.asn InputName=gccpdu BuildCmds=asnparser -m GCC -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m GCC -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # PROP BASE Ignore_Default_Tool 1 # PROP Ignore_Default_Tool 1 # Begin Custom Build - Compiling GCC PDU ASN File InputPath=.\src\gccpdu.asn InputName=gccpdu BuildCmds= \ asnparser -m GCC -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" # PROP BASE Ignore_Default_Tool 1 # PROP Ignore_Default_Tool 1 # Begin Custom Build - Compiling GCC PDU ASN File InputPath=.\src\gccpdu.asn InputName=gccpdu BuildCmds= \ asnparser -m GCC -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" # PROP BASE Ignore_Default_Tool 1 # PROP Ignore_Default_Tool 1 # Begin Custom Build - Compiling GCC PDU ASN File InputPath=.\src\gccpdu.asn InputName=gccpdu BuildCmds= \ asnparser -m GCC -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # PROP BASE Ignore_Default_Tool 1 # PROP Ignore_Default_Tool 1 # Begin Custom Build - Compiling GCC PDU ASN File InputPath=.\src\gccpdu.asn InputName=gccpdu BuildCmds= \ asnparser -m GCC -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ENDIF # End Source File # Begin Source File SOURCE=.\src\gccpdu.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_GCCPD=\ ".\src\gccpdu.h"\ NODEP_CPP_GCCPD=\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_GCCPD=\ ".\src\gccpdu.h"\ NODEP_CPP_GCCPD=\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" NODEP_CPP_GCCPD=\ ".\ccpdu.h"\ ".\ceatl.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_GCCPD=\ ".\ceatl.h"\ ".\msystemx.h"\ ".\src\gccpdu.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_GCCPD=\ ".\src\gccpdu.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_GCCPD=\ ".\src\gccpdu.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"wceatl.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\include\gccpdu.h # End Source File # Begin Source File SOURCE=.\src\h225.asn !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" # PROP Ignore_Default_Tool 1 # Begin Custom Build - Compiling H.225 ASN File InputPath=.\src\h225.asn InputName=h225 BuildCmds=asnparser -m H225 -r MULTIMEDIA-SYSTEM-CONTROL=H245 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H225 -r MULTIMEDIA-SYSTEM-CONTROL=H245 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" # PROP Ignore_Default_Tool 1 # Begin Custom Build - Compiling H.225 ASN File InputPath=.\src\h225.asn InputName=h225 BuildCmds=asnparser -m H225 -r MULTIMEDIA-SYSTEM-CONTROL=H245 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H225 -r MULTIMEDIA-SYSTEM-CONTROL=H245 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" # PROP Ignore_Default_Tool 1 # Begin Custom Build - Compiling H.225 ASN File InputPath=.\src\h225.asn InputName=h225 BuildCmds=asnparser -m H225 -r MULTIMEDIA-SYSTEM-CONTROL=H245 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H225 -r MULTIMEDIA-SYSTEM-CONTROL=H245 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" # PROP Ignore_Default_Tool 1 # Begin Custom Build - Compiling H.225 ASN File InputPath=.\src\h225.asn InputName=h225 BuildCmds=asnparser -m H225 -r MULTIMEDIA-SYSTEM-CONTROL=H245 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H225 -r MULTIMEDIA-SYSTEM-CONTROL=H245 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # PROP BASE Ignore_Default_Tool 1 # PROP Ignore_Default_Tool 1 # Begin Custom Build - Compiling H.225 ASN File InputPath=.\src\h225.asn InputName=h225 BuildCmds= \ asnparser -m H225 -r MULTIMEDIA-SYSTEM-CONTROL=H245 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" # PROP BASE Ignore_Default_Tool 1 # PROP Ignore_Default_Tool 1 # Begin Custom Build - Compiling H.225 ASN File InputPath=.\src\h225.asn InputName=h225 BuildCmds= \ asnparser -m H225 -r MULTIMEDIA-SYSTEM-CONTROL=H245 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" # PROP BASE Ignore_Default_Tool 1 # PROP Ignore_Default_Tool 1 # Begin Custom Build - Compiling H.225 ASN File InputPath=.\src\h225.asn InputName=h225 BuildCmds= \ asnparser -m H225 -r MULTIMEDIA-SYSTEM-CONTROL=H245 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # PROP BASE Ignore_Default_Tool 1 # PROP Ignore_Default_Tool 1 # Begin Custom Build - Compiling H.225 ASN File InputPath=.\src\h225.asn InputName=h225 BuildCmds= \ asnparser -m H225 -r MULTIMEDIA-SYSTEM-CONTROL=H245 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ENDIF # End Source File # Begin Source File SOURCE=.\src\h225.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_H225_=\ ".\src\h225.h"\ ".\src\h235_t.cxx"\ ".\src\h245.h"\ NODEP_CPP_H225_=\ ".\235.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_H225_=\ ".\src\h225.h"\ ".\src\h235_t.cxx"\ ".\src\h245.h"\ NODEP_CPP_H225_=\ ".\235.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" NODEP_CPP_H225_=\ ".\225.h"\ ".\235.h"\ ".\ceatl.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\src\h235_t.cxx"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_H225_=\ ".\235.h"\ ".\ceatl.h"\ ".\msystemx.h"\ ".\src\h225.h"\ ".\src\h235_t.cxx"\ ".\src\h245.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_H225_=\ ".\src\h225.h"\ ".\src\h235_t.cxx"\ ".\src\h245.h"\ NODEP_CPP_H225_=\ ".\src\h235.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H225_=\ ".\src\h225.h"\ ".\src\h235_t.cxx"\ ".\src\h245.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"wceatl.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\h235.asn !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" # PROP Ignore_Default_Tool 1 # Begin Custom Build - Compiling H.235 ASN File InputPath=.\src\h235.asn InputName=h235 BuildCmds=asnparser -m H235 -c $(InputPath) move .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H235 -c $(InputPath) \ move .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" # PROP Ignore_Default_Tool 1 # Begin Custom Build - Compiling H.235 ASN File InputPath=.\src\h235.asn InputName=h235 BuildCmds=asnparser -m H235 -c $(InputPath) move .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H235 -c $(InputPath) \ move .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" # PROP Ignore_Default_Tool 1 # Begin Custom Build - Compiling H.235 ASN File InputPath=.\src\h235.asn InputName=h235 BuildCmds=asnparser -m H235 -c $(InputPath) move .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H235 -c $(InputPath) \ move .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" # PROP Ignore_Default_Tool 1 # Begin Custom Build - Compiling H.235 ASN File InputPath=.\src\h235.asn InputName=h235 BuildCmds=asnparser -m H235 -c $(InputPath) move .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H235 -c $(InputPath) \ move .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # PROP BASE Ignore_Default_Tool 1 # PROP Ignore_Default_Tool 1 # Begin Custom Build - Compiling H.235 ASN File InputPath=.\src\h235.asn InputName=h235 BuildCmds= \ asnparser -m H235 -c $(InputPath) \ move .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" # PROP BASE Ignore_Default_Tool 1 # PROP Ignore_Default_Tool 1 # Begin Custom Build - Compiling H.235 ASN File InputPath=.\src\h235.asn InputName=h235 BuildCmds= \ asnparser -m H235 -c $(InputPath) \ move .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" # PROP BASE Ignore_Default_Tool 1 # PROP Ignore_Default_Tool 1 # Begin Custom Build - Compiling H.235 ASN File InputPath=.\src\h235.asn InputName=h235 BuildCmds= \ asnparser -m H235 -c $(InputPath) \ move .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # PROP BASE Ignore_Default_Tool 1 # PROP Ignore_Default_Tool 1 # Begin Custom Build - Compiling H.235 ASN File InputPath=.\src\h235.asn InputName=h235 BuildCmds= \ asnparser -m H235 -c $(InputPath) \ move .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ENDIF # End Source File # Begin Source File SOURCE=.\src\h235.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_H235_=\ ".\src\h235_t.cxx"\ NODEP_CPP_H235_=\ ".\235.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_H235_=\ ".\src\h235_t.cxx"\ NODEP_CPP_H235_=\ ".\235.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" NODEP_CPP_H235_=\ ".\235.h"\ ".\ceatl.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\src\h235_t.cxx"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_H235_=\ ".\235.h"\ ".\ceatl.h"\ ".\msystemx.h"\ ".\src\h235_t.cxx"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_H235_=\ ".\src\h235_t.cxx"\ NODEP_CPP_H235_=\ ".\src\h235.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H235_=\ ".\src\h235_t.cxx"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"wceatl.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\h245.asn !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" # PROP Ignore_Default_Tool 1 # Begin Custom Build - Compiling H.245 ASN File InputPath=.\src\h245.asn InputName=h245 BuildCmds=asnparser -s2 -m H245 -c --classheader "H245_AudioCapability=#ifndef PASN_NOPRINTON\nvoid PrintOn(ostream & strm) const;\n#endif" $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -s2 -m H245 -c --classheader "H245_AudioCapability=#ifndef PASN_NOPRINTON\nvoid PrintOn(ostream & strm) const;\n#endif" $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName)_1.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\src\$(InputName)_2.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" # PROP Ignore_Default_Tool 1 # Begin Custom Build - Compiling H.245 ASN File InputPath=.\src\h245.asn InputName=h245 BuildCmds=asnparser -s2 -m H245 -c --classheader "H245_AudioCapability=#ifndef PASN_NOPRINTON\nvoid PrintOn(ostream & strm) const;\n#endif" $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -s2 -m H245 -c --classheader "H245_AudioCapability=#ifndef PASN_NOPRINTON\nvoid PrintOn(ostream & strm) const;\n#endif" $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName)_1.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\src\$(InputName)_2.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" # PROP Ignore_Default_Tool 1 # Begin Custom Build - Compiling H.245 ASN File InputPath=.\src\h245.asn InputName=h245 BuildCmds=asnparser -s2 -m H245 -c --classheader "H245_AudioCapability=#ifndef PASN_NOPRINTON\nvoid PrintOn(ostream & strm) const;\n#endif" $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -s2 -m H245 -c --classheader "H245_AudioCapability=#ifndef PASN_NOPRINTON\nvoid PrintOn(ostream & strm) const;\n#endif" $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName)_1.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\src\$(InputName)_2.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" # PROP Ignore_Default_Tool 1 # Begin Custom Build - Compiling H.245 ASN File InputPath=.\src\h245.asn InputName=h245 BuildCmds=asnparser -s2 -m H245 -c --classheader "H245_AudioCapability=#ifndef PASN_NOPRINTON\nvoid PrintOn(ostream & strm) const;\n#endif" $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -s2 -m H245 -c --classheader "H245_AudioCapability=#ifndef PASN_NOPRINTON\nvoid PrintOn(ostream & strm) const;\n#endif" $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName)_1.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\src\$(InputName)_2.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # PROP BASE Ignore_Default_Tool 1 # PROP Ignore_Default_Tool 1 # Begin Custom Build - Compiling H.245 ASN File InputPath=.\src\h245.asn InputName=h245 BuildCmds= \ asnparser -s2 -m H245 -c --classheader "H245_AudioCapability=#ifndef PASN_NOPRINTON\nvoid PrintOn(ostream & strm) const;\n#endif" $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName)_1.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\src\$(InputName)_2.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" # PROP BASE Ignore_Default_Tool 1 # PROP Ignore_Default_Tool 1 # Begin Custom Build - Compiling H.245 ASN File InputPath=.\src\h245.asn InputName=h245 BuildCmds= \ asnparser -s2 -m H245 -c --classheader "H245_AudioCapability=#ifndef PASN_NOPRINTON\nvoid PrintOn(ostream & strm) const;\n#endif" $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName)_1.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\src\$(InputName)_2.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" # PROP BASE Ignore_Default_Tool 1 # PROP Ignore_Default_Tool 1 # Begin Custom Build - Compiling H.245 ASN File InputPath=.\src\h245.asn InputName=h245 BuildCmds= \ asnparser -s2 -m H245 -c --classheader "H245_AudioCapability=#ifndef PASN_NOPRINTON\nvoid PrintOn(ostream & strm) const;\n#endif" $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName)_1.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\src\$(InputName)_2.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # PROP BASE Ignore_Default_Tool 1 # PROP Ignore_Default_Tool 1 # Begin Custom Build - Compiling H.245 ASN File InputPath=.\src\h245.asn InputName=h245 BuildCmds= \ asnparser -s2 -m H245 -c --classheader "H245_AudioCapability=#ifndef PASN_NOPRINTON\nvoid PrintOn(ostream & strm) const;\n#endif" $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName)_1.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\src\$(InputName)_2.cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ENDIF # End Source File # Begin Source File SOURCE=.\src\h245_1.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_H245_=\ ".\src\h245.h"\ NODEP_CPP_H245_=\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_H245_=\ ".\src\h245.h"\ NODEP_CPP_H245_=\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" NODEP_CPP_H245_=\ ".\ceatl.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\src\h245.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_H245_=\ ".\ceatl.h"\ ".\msystemx.h"\ ".\src\h245.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_H245_=\ ".\src\h245.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H245_=\ ".\src\h245.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"wceatl.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\h245_2.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_H245_2=\ ".\src\h245.h"\ NODEP_CPP_H245_2=\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_H245_2=\ ".\src\h245.h"\ NODEP_CPP_H245_2=\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" NODEP_CPP_H245_2=\ ".\ceatl.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\src\h245.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_H245_2=\ ".\ceatl.h"\ ".\msystemx.h"\ ".\src\h245.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_H245_2=\ ".\src\h245.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H245_2=\ ".\src\h245.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"wceatl.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\h248.asn !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" # Begin Custom Build - Compiling H.248 ASN File InputPath=.\src\h248.asn InputName=h248 BuildCmds=asnparser -m H248 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H248 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" # Begin Custom Build - Compiling H.248 ASN File InputPath=.\src\h248.asn InputName=h248 BuildCmds=asnparser -m H248 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H248 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" # Begin Custom Build - Compiling H.248 ASN File InputPath=.\src\h248.asn InputName=h248 BuildCmds=asnparser -m H248 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H248 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" # Begin Custom Build - Compiling H.248 ASN File InputPath=.\src\h248.asn InputName=h248 BuildCmds=asnparser -m H248 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H248 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # Begin Custom Build - Compiling H.248 ASN File InputPath=.\src\h248.asn InputName=h248 BuildCmds= \ asnparser -m H248 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" # Begin Custom Build - Compiling H.248 ASN File InputPath=.\src\h248.asn InputName=h248 BuildCmds= \ asnparser -m H248 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" # Begin Custom Build - Compiling H.248 ASN File InputPath=.\src\h248.asn InputName=h248 BuildCmds= \ asnparser -m H248 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # Begin Custom Build - Compiling H.248 ASN File InputPath=.\src\h248.asn InputName=h248 BuildCmds= \ asnparser -m H248 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ENDIF # End Source File # Begin Source File SOURCE=.\src\h4501.asn !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" # Begin Custom Build InputPath=.\src\h4501.asn InputName=h4501 BuildCmds=asnparser -m H4501 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H4501 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" # Begin Custom Build InputPath=.\src\h4501.asn InputName=h4501 BuildCmds=asnparser -m H4501 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H4501 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" # Begin Custom Build InputPath=.\src\h4501.asn InputName=h4501 BuildCmds=asnparser -m H4501 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H4501 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" # Begin Custom Build InputPath=.\src\h4501.asn InputName=h4501 BuildCmds=asnparser -m H4501 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H4501 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # Begin Custom Build InputPath=.\src\h4501.asn InputName=h4501 BuildCmds= \ asnparser -m H4501 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" # Begin Custom Build InputPath=.\src\h4501.asn InputName=h4501 BuildCmds= \ asnparser -m H4501 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" # Begin Custom Build InputPath=.\src\h4501.asn InputName=h4501 BuildCmds= \ asnparser -m H4501 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # Begin Custom Build InputPath=.\src\h4501.asn InputName=h4501 BuildCmds= \ asnparser -m H4501 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ENDIF # End Source File # Begin Source File SOURCE=.\src\h4501.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_H4501=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\x880.h"\ NODEP_CPP_H4501=\ ".\235.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_H4501=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\x880.h"\ NODEP_CPP_H4501=\ ".\235.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_H4501=\ ".\235.h"\ ".\ceatl.h"\ ".\msystemx.h"\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\x880.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_H4501=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\x880.h"\ NODEP_CPP_H4501=\ ".\src\h235.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H4501=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\x880.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"wceatl.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\h4501.h # End Source File # Begin Source File SOURCE=.\src\h45010.asn !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" # Begin Custom Build InputPath=.\src\h45010.asn InputName=h45010 BuildCmds=asnparser -m H45010 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H45010 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" # Begin Custom Build InputPath=.\src\h45010.asn InputName=h45010 BuildCmds=asnparser -m H45010 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H45010 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" # Begin Custom Build InputPath=.\src\h45010.asn InputName=h45010 BuildCmds=asnparser -m H45010 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H45010 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" # Begin Custom Build InputPath=.\src\h45010.asn InputName=h45010 BuildCmds=asnparser -m H45010 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H45010 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # Begin Custom Build InputPath=.\src\h45010.asn InputName=h45010 BuildCmds= \ asnparser -m H45010 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" # Begin Custom Build InputPath=.\src\h45010.asn InputName=h45010 BuildCmds= \ asnparser -m H45010 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" # Begin Custom Build InputPath=.\src\h45010.asn InputName=h45010 BuildCmds= \ asnparser -m H45010 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # Begin Custom Build InputPath=.\src\h45010.asn InputName=h45010 BuildCmds= \ asnparser -m H45010 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ENDIF # End Source File # Begin Source File SOURCE=.\src\h45010.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_H45010=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h45010.h"\ ".\src\h4504.h"\ ".\src\h4506.h"\ ".\src\x880.h"\ NODEP_CPP_H45010=\ ".\235.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_H45010=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h45010.h"\ ".\src\h4504.h"\ ".\src\h4506.h"\ ".\src\x880.h"\ NODEP_CPP_H45010=\ ".\235.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_H45010=\ ".\235.h"\ ".\ceatl.h"\ ".\msystemx.h"\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h45010.h"\ ".\src\h4504.h"\ ".\src\h4506.h"\ ".\src\x880.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_H45010=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h45010.h"\ ".\src\h4504.h"\ ".\src\h4506.h"\ ".\src\x880.h"\ NODEP_CPP_H45010=\ ".\src\h235.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H45010=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h45010.h"\ ".\src\h4504.h"\ ".\src\h4506.h"\ ".\src\x880.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"wceatl.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\h45010.h # End Source File # Begin Source File SOURCE=.\src\h45011.asn !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" # Begin Custom Build InputPath=.\src\h45011.asn InputName=h45011 BuildCmds=asnparser -m H45011 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H45011 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" # Begin Custom Build InputPath=.\src\h45011.asn InputName=h45011 BuildCmds=asnparser -m H45011 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H45011 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" # Begin Custom Build InputPath=.\src\h45011.asn InputName=h45011 BuildCmds=asnparser -m H45011 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H45011 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" # Begin Custom Build InputPath=.\src\h45011.asn InputName=h45011 BuildCmds=asnparser -m H45011 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H45011 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # Begin Custom Build InputPath=.\src\h45011.asn InputName=h45011 BuildCmds= \ asnparser -m H45011 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" # Begin Custom Build InputPath=.\src\h45011.asn InputName=h45011 BuildCmds= \ asnparser -m H45011 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" # Begin Custom Build InputPath=.\src\h45011.asn InputName=h45011 BuildCmds= \ asnparser -m H45011 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # Begin Custom Build InputPath=.\src\h45011.asn InputName=h45011 BuildCmds= \ asnparser -m H45011 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ENDIF # End Source File # Begin Source File SOURCE=.\src\h45011.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_H45011=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h45010.h"\ ".\src\h45011.h"\ ".\src\h4504.h"\ ".\src\h4506.h"\ ".\src\x880.h"\ NODEP_CPP_H45011=\ ".\235.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_H45011=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h45010.h"\ ".\src\h45011.h"\ ".\src\h4504.h"\ ".\src\h4506.h"\ ".\src\x880.h"\ NODEP_CPP_H45011=\ ".\235.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_H45011=\ ".\235.h"\ ".\ceatl.h"\ ".\msystemx.h"\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h45010.h"\ ".\src\h45011.h"\ ".\src\h4504.h"\ ".\src\h4506.h"\ ".\src\x880.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_H45011=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h45010.h"\ ".\src\h45011.h"\ ".\src\h4504.h"\ ".\src\h4506.h"\ ".\src\x880.h"\ NODEP_CPP_H45011=\ ".\src\h235.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H45011=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h45010.h"\ ".\src\h45011.h"\ ".\src\h4504.h"\ ".\src\h4506.h"\ ".\src\x880.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"wceatl.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\h45011.h # End Source File # Begin Source File SOURCE=.\src\h4502.asn !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" # Begin Custom Build InputPath=.\src\h4502.asn InputName=h4502 BuildCmds=asnparser -m H4502 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H4502 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" # Begin Custom Build InputPath=.\src\h4502.asn InputName=h4502 BuildCmds=asnparser -m H4502 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H4502 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" # Begin Custom Build InputPath=.\src\h4502.asn InputName=h4502 BuildCmds=asnparser -m H4502 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H4502 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" # Begin Custom Build InputPath=.\src\h4502.asn InputName=h4502 BuildCmds=asnparser -m H4502 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H4502 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # Begin Custom Build InputPath=.\src\h4502.asn InputName=h4502 BuildCmds= \ asnparser -m H4502 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" # Begin Custom Build InputPath=.\src\h4502.asn InputName=h4502 BuildCmds= \ asnparser -m H4502 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" # Begin Custom Build InputPath=.\src\h4502.asn InputName=h4502 BuildCmds= \ asnparser -m H4502 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # Begin Custom Build InputPath=.\src\h4502.asn InputName=h4502 BuildCmds= \ asnparser -m H4502 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ENDIF # End Source File # Begin Source File SOURCE=.\src\h4502.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_H4502=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4502.h"\ ".\src\x880.h"\ NODEP_CPP_H4502=\ ".\235.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_H4502=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4502.h"\ ".\src\x880.h"\ NODEP_CPP_H4502=\ ".\235.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_H4502=\ ".\235.h"\ ".\ceatl.h"\ ".\msystemx.h"\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4502.h"\ ".\src\x880.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_H4502=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4502.h"\ ".\src\x880.h"\ NODEP_CPP_H4502=\ ".\src\h235.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H4502=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4502.h"\ ".\src\x880.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"wceatl.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\h4502.h # End Source File # Begin Source File SOURCE=.\src\h4503.asn !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" # Begin Custom Build InputPath=.\src\h4503.asn InputName=h4503 BuildCmds=asnparser -m H4503 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H4503 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" # Begin Custom Build InputPath=.\src\h4503.asn InputName=h4503 BuildCmds=asnparser -m H4503 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H4503 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" # Begin Custom Build InputPath=.\src\h4503.asn InputName=h4503 BuildCmds=asnparser -m H4503 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H4503 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" # Begin Custom Build InputPath=.\src\h4503.asn InputName=h4503 BuildCmds=asnparser -m H4503 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H4503 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # Begin Custom Build InputPath=.\src\h4503.asn InputName=h4503 BuildCmds= \ asnparser -m H4503 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" # Begin Custom Build InputPath=.\src\h4503.asn InputName=h4503 BuildCmds= \ asnparser -m H4503 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" # Begin Custom Build InputPath=.\src\h4503.asn InputName=h4503 BuildCmds= \ asnparser -m H4503 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # Begin Custom Build InputPath=.\src\h4503.asn InputName=h4503 BuildCmds= \ asnparser -m H4503 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ENDIF # End Source File # Begin Source File SOURCE=.\src\h4503.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_H4503=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4503.h"\ ".\src\x880.h"\ NODEP_CPP_H4503=\ ".\235.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_H4503=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4503.h"\ ".\src\x880.h"\ NODEP_CPP_H4503=\ ".\235.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_H4503=\ ".\235.h"\ ".\ceatl.h"\ ".\msystemx.h"\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4503.h"\ ".\src\x880.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_H4503=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4503.h"\ ".\src\x880.h"\ NODEP_CPP_H4503=\ ".\src\h235.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H4503=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4503.h"\ ".\src\x880.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"wceatl.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\h4503.h # End Source File # Begin Source File SOURCE=.\src\h4504.asn !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" # Begin Custom Build InputPath=.\src\h4504.asn InputName=h4504 BuildCmds=asnparser -m H4504 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H4504 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" # Begin Custom Build InputPath=.\src\h4504.asn InputName=h4504 BuildCmds=asnparser -m H4504 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H4504 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" # Begin Custom Build InputPath=.\src\h4504.asn InputName=h4504 BuildCmds=asnparser -m H4504 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H4504 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" # Begin Custom Build InputPath=.\src\h4504.asn InputName=h4504 BuildCmds=asnparser -m H4504 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H4504 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # Begin Custom Build InputPath=.\src\h4504.asn InputName=h4504 BuildCmds= \ asnparser -m H4504 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" # Begin Custom Build InputPath=.\src\h4504.asn InputName=h4504 BuildCmds= \ asnparser -m H4504 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" # Begin Custom Build InputPath=.\src\h4504.asn InputName=h4504 BuildCmds= \ asnparser -m H4504 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # Begin Custom Build InputPath=.\src\h4504.asn InputName=h4504 BuildCmds= \ asnparser -m H4504 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ENDIF # End Source File # Begin Source File SOURCE=.\src\h4504.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_H4504=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4504.h"\ ".\src\x880.h"\ NODEP_CPP_H4504=\ ".\235.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_H4504=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4504.h"\ ".\src\x880.h"\ NODEP_CPP_H4504=\ ".\235.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_H4504=\ ".\235.h"\ ".\ceatl.h"\ ".\msystemx.h"\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4504.h"\ ".\src\x880.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_H4504=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4504.h"\ ".\src\x880.h"\ NODEP_CPP_H4504=\ ".\src\h235.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H4504=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4504.h"\ ".\src\x880.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"wceatl.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\h4504.h # End Source File # Begin Source File SOURCE=.\src\h4505.asn !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" # Begin Custom Build InputPath=.\src\h4505.asn InputName=h4505 BuildCmds=asnparser -m H4505 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H4505 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" # Begin Custom Build InputPath=.\src\h4505.asn InputName=h4505 BuildCmds=asnparser -m H4505 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H4505 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" # Begin Custom Build InputPath=.\src\h4505.asn InputName=h4505 BuildCmds=asnparser -m H4505 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H4505 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" # Begin Custom Build InputPath=.\src\h4505.asn InputName=h4505 BuildCmds=asnparser -m H4505 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H4505 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # Begin Custom Build InputPath=.\src\h4505.asn InputName=h4505 BuildCmds= \ asnparser -m H4505 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" # Begin Custom Build InputPath=.\src\h4505.asn InputName=h4505 BuildCmds= \ asnparser -m H4505 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" # Begin Custom Build InputPath=.\src\h4505.asn InputName=h4505 BuildCmds= \ asnparser -m H4505 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # Begin Custom Build InputPath=.\src\h4505.asn InputName=h4505 BuildCmds= \ asnparser -m H4505 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ENDIF # End Source File # Begin Source File SOURCE=.\src\h4505.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_H4505=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4504.h"\ ".\src\h4505.h"\ ".\src\x880.h"\ NODEP_CPP_H4505=\ ".\235.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_H4505=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4504.h"\ ".\src\h4505.h"\ ".\src\x880.h"\ NODEP_CPP_H4505=\ ".\235.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_H4505=\ ".\235.h"\ ".\ceatl.h"\ ".\msystemx.h"\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4504.h"\ ".\src\h4505.h"\ ".\src\x880.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_H4505=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4504.h"\ ".\src\h4505.h"\ ".\src\x880.h"\ NODEP_CPP_H4505=\ ".\src\h235.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H4505=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4504.h"\ ".\src\h4505.h"\ ".\src\x880.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"wceatl.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\h4505.h # End Source File # Begin Source File SOURCE=.\src\h4506.asn !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" # Begin Custom Build InputPath=.\src\h4506.asn InputName=h4506 BuildCmds=asnparser -m H4506 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H4506 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" # Begin Custom Build InputPath=.\src\h4506.asn InputName=h4506 BuildCmds=asnparser -m H4506 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H4506 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" # Begin Custom Build InputPath=.\src\h4506.asn InputName=h4506 BuildCmds=asnparser -m H4506 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H4506 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" # Begin Custom Build InputPath=.\src\h4506.asn InputName=h4506 BuildCmds=asnparser -m H4506 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H4506 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # Begin Custom Build InputPath=.\src\h4506.asn InputName=h4506 BuildCmds= \ asnparser -m H4506 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" # Begin Custom Build InputPath=.\src\h4506.asn InputName=h4506 BuildCmds= \ asnparser -m H4506 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" # Begin Custom Build InputPath=.\src\h4506.asn InputName=h4506 BuildCmds= \ asnparser -m H4506 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # Begin Custom Build InputPath=.\src\h4506.asn InputName=h4506 BuildCmds= \ asnparser -m H4506 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ENDIF # End Source File # Begin Source File SOURCE=.\src\h4506.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_H4506=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4504.h"\ ".\src\h4506.h"\ ".\src\x880.h"\ NODEP_CPP_H4506=\ ".\235.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_H4506=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4504.h"\ ".\src\h4506.h"\ ".\src\x880.h"\ NODEP_CPP_H4506=\ ".\235.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_H4506=\ ".\235.h"\ ".\ceatl.h"\ ".\msystemx.h"\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4504.h"\ ".\src\h4506.h"\ ".\src\x880.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_H4506=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4504.h"\ ".\src\h4506.h"\ ".\src\x880.h"\ NODEP_CPP_H4506=\ ".\src\h235.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H4506=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4504.h"\ ".\src\h4506.h"\ ".\src\x880.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"wceatl.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\h4506.h # End Source File # Begin Source File SOURCE=.\src\h4507.asn !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" # Begin Custom Build InputPath=.\src\h4507.asn InputName=h4507 BuildCmds=asnparser -m H4507 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H4507 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" # Begin Custom Build InputPath=.\src\h4507.asn InputName=h4507 BuildCmds=asnparser -m H4507 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H4507 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" # Begin Custom Build InputPath=.\src\h4507.asn InputName=h4507 BuildCmds=asnparser -m H4507 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H4507 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" # Begin Custom Build InputPath=.\src\h4507.asn InputName=h4507 BuildCmds=asnparser -m H4507 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H4507 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # Begin Custom Build InputPath=.\src\h4507.asn InputName=h4507 BuildCmds= \ asnparser -m H4507 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" # Begin Custom Build InputPath=.\src\h4507.asn InputName=h4507 BuildCmds= \ asnparser -m H4507 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" # Begin Custom Build InputPath=.\src\h4507.asn InputName=h4507 BuildCmds= \ asnparser -m H4507 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # Begin Custom Build InputPath=.\src\h4507.asn InputName=h4507 BuildCmds= \ asnparser -m H4507 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ENDIF # End Source File # Begin Source File SOURCE=.\src\h4507.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_H4507=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4504.h"\ ".\src\h4507.h"\ ".\src\x880.h"\ NODEP_CPP_H4507=\ ".\235.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_H4507=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4504.h"\ ".\src\h4507.h"\ ".\src\x880.h"\ NODEP_CPP_H4507=\ ".\235.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_H4507=\ ".\235.h"\ ".\ceatl.h"\ ".\msystemx.h"\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4504.h"\ ".\src\h4507.h"\ ".\src\x880.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_H4507=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4504.h"\ ".\src\h4507.h"\ ".\src\x880.h"\ NODEP_CPP_H4507=\ ".\src\h235.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H4507=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4504.h"\ ".\src\h4507.h"\ ".\src\x880.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"wceatl.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\h4507.h # End Source File # Begin Source File SOURCE=.\src\h4508.asn !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" # Begin Custom Build InputPath=.\src\h4508.asn InputName=h4508 BuildCmds=asnparser -m H4508 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H4508 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" # Begin Custom Build InputPath=.\src\h4508.asn InputName=h4508 BuildCmds=asnparser -m H4508 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H4508 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" # Begin Custom Build InputPath=.\src\h4508.asn InputName=h4508 BuildCmds=asnparser -m H4508 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H4508 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" # Begin Custom Build InputPath=.\src\h4508.asn InputName=h4508 BuildCmds=asnparser -m H4508 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H4508 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # Begin Custom Build InputPath=.\src\h4508.asn InputName=h4508 BuildCmds= \ asnparser -m H4508 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" # Begin Custom Build InputPath=.\src\h4508.asn InputName=h4508 BuildCmds= \ asnparser -m H4508 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" # Begin Custom Build InputPath=.\src\h4508.asn InputName=h4508 BuildCmds= \ asnparser -m H4508 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # Begin Custom Build InputPath=.\src\h4508.asn InputName=h4508 BuildCmds= \ asnparser -m H4508 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ENDIF # End Source File # Begin Source File SOURCE=.\src\h4508.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_H4508=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4504.h"\ ".\src\h4505.h"\ ".\src\h4508.h"\ ".\src\x880.h"\ NODEP_CPP_H4508=\ ".\235.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_H4508=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4504.h"\ ".\src\h4505.h"\ ".\src\h4508.h"\ ".\src\x880.h"\ NODEP_CPP_H4508=\ ".\235.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_H4508=\ ".\235.h"\ ".\ceatl.h"\ ".\msystemx.h"\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4504.h"\ ".\src\h4505.h"\ ".\src\h4508.h"\ ".\src\x880.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_H4508=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4504.h"\ ".\src\h4505.h"\ ".\src\h4508.h"\ ".\src\x880.h"\ NODEP_CPP_H4508=\ ".\src\h235.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H4508=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4504.h"\ ".\src\h4505.h"\ ".\src\h4508.h"\ ".\src\x880.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"wceatl.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\h4508.h # End Source File # Begin Source File SOURCE=.\src\h4509.asn !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" # Begin Custom Build InputPath=.\src\h4509.asn InputName=h4509 BuildCmds=asnparser -m H4509 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H4509 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" # Begin Custom Build InputPath=.\src\h4509.asn InputName=h4509 BuildCmds=asnparser -m H4509 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H4509 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" # Begin Custom Build InputPath=.\src\h4509.asn InputName=h4509 BuildCmds=asnparser -m H4509 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H4509 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" # Begin Custom Build InputPath=.\src\h4509.asn InputName=h4509 BuildCmds=asnparser -m H4509 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m H4509 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # Begin Custom Build InputPath=.\src\h4509.asn InputName=h4509 BuildCmds= \ asnparser -m H4509 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" # Begin Custom Build InputPath=.\src\h4509.asn InputName=h4509 BuildCmds= \ asnparser -m H4509 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" # Begin Custom Build InputPath=.\src\h4509.asn InputName=h4509 BuildCmds= \ asnparser -m H4509 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # Begin Custom Build InputPath=.\src\h4509.asn InputName=h4509 BuildCmds= \ asnparser -m H4509 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ENDIF # End Source File # Begin Source File SOURCE=.\src\h4509.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_H4509=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4504.h"\ ".\src\h4507.h"\ ".\src\h4509.h"\ ".\src\x880.h"\ NODEP_CPP_H4509=\ ".\235.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_H4509=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4504.h"\ ".\src\h4507.h"\ ".\src\h4509.h"\ ".\src\x880.h"\ NODEP_CPP_H4509=\ ".\235.h"\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_H4509=\ ".\235.h"\ ".\ceatl.h"\ ".\msystemx.h"\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4504.h"\ ".\src\h4507.h"\ ".\src\h4509.h"\ ".\src\x880.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_H4509=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4504.h"\ ".\src\h4507.h"\ ".\src\h4509.h"\ ".\src\x880.h"\ NODEP_CPP_H4509=\ ".\src\h235.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_H4509=\ ".\src\h225.h"\ ".\src\h245.h"\ ".\src\h4501.h"\ ".\src\h4504.h"\ ".\src\h4507.h"\ ".\src\h4509.h"\ ".\src\x880.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"h235.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"wceatl.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\h4509.h # End Source File # Begin Source File SOURCE=.\src\mcspdu.asn !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" # PROP Ignore_Default_Tool 1 # Begin Custom Build InputPath=.\src\mcspdu.asn InputName=mcspdu BuildCmds=asnparser -m MCS -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m MCS -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" # PROP Ignore_Default_Tool 1 # Begin Custom Build InputPath=.\src\mcspdu.asn InputName=mcspdu BuildCmds=asnparser -m MCS -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m MCS -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" # PROP Ignore_Default_Tool 1 # Begin Custom Build InputPath=.\src\mcspdu.asn InputName=mcspdu BuildCmds=asnparser -m MCS -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m MCS -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" # PROP Ignore_Default_Tool 1 # Begin Custom Build InputPath=.\src\mcspdu.asn InputName=mcspdu BuildCmds=asnparser -m MCS -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m MCS -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # PROP BASE Ignore_Default_Tool 1 # PROP Ignore_Default_Tool 1 # Begin Custom Build InputPath=.\src\mcspdu.asn InputName=mcspdu BuildCmds= \ asnparser -m MCS -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" # PROP BASE Ignore_Default_Tool 1 # PROP Ignore_Default_Tool 1 # Begin Custom Build InputPath=.\src\mcspdu.asn InputName=mcspdu BuildCmds= \ asnparser -m MCS -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" # PROP BASE Ignore_Default_Tool 1 # PROP Ignore_Default_Tool 1 # Begin Custom Build InputPath=.\src\mcspdu.asn InputName=mcspdu BuildCmds= \ asnparser -m MCS -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # PROP BASE Ignore_Default_Tool 1 # PROP Ignore_Default_Tool 1 # Begin Custom Build InputPath=.\src\mcspdu.asn InputName=mcspdu BuildCmds= \ asnparser -m MCS -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ENDIF # End Source File # Begin Source File SOURCE=.\src\mcspdu.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_MCSPD=\ ".\src\mcspdu.h"\ NODEP_CPP_MCSPD=\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_MCSPD=\ ".\src\mcspdu.h"\ NODEP_CPP_MCSPD=\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" NODEP_CPP_MCSPD=\ ".\ceatl.h"\ ".\cspdu.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_MCSPD=\ ".\ceatl.h"\ ".\msystemx.h"\ ".\src\mcspdu.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_MCSPD=\ ".\src\mcspdu.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_MCSPD=\ ".\src\mcspdu.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"wceatl.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\t38.asn !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" # Begin Custom Build InputPath=.\src\t38.asn InputName=t38 BuildCmds=asnparser -m T38 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m T38 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" # Begin Custom Build InputPath=.\src\t38.asn InputName=t38 BuildCmds=asnparser -m T38 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m T38 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" !ENDIF # End Source File # Begin Source File SOURCE=.\src\t38.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_T38_C=\ ".\src\t38.h"\ NODEP_CPP_T38_C=\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_T38_C=\ ".\src\t38.h"\ NODEP_CPP_T38_C=\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_T38_C=\ ".\ceatl.h"\ ".\msystemx.h"\ ".\src\t38.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_T38_C=\ ".\src\t38.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_T38_C=\ ".\src\t38.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"wceatl.h"\ !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" !ENDIF # End Source File # Begin Source File SOURCE=.\src\t38.h # End Source File # Begin Source File SOURCE=.\src\x880.asn !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" # Begin Custom Build InputPath=.\src\x880.asn InputName=x880 BuildCmds=asnparser -m X880 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m X880 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" # Begin Custom Build InputPath=.\src\x880.asn InputName=x880 BuildCmds=asnparser -m X880 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m X880 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" # Begin Custom Build InputPath=.\src\x880.asn InputName=x880 BuildCmds=asnparser -m X880 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m X880 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" # Begin Custom Build InputPath=.\src\x880.asn InputName=x880 BuildCmds=asnparser -m X880 -c $(InputPath) copy .\src\$(InputName).h .\include\$(InputName).h BuildCmds= \ asnparser -m X880 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # Begin Custom Build InputPath=.\src\x880.asn InputName=x880 BuildCmds= \ asnparser -m X880 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" # Begin Custom Build InputPath=.\src\x880.asn InputName=x880 BuildCmds= \ asnparser -m X880 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" # Begin Custom Build InputPath=.\src\x880.asn InputName=x880 BuildCmds= \ asnparser -m X880 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # Begin Custom Build InputPath=.\src\x880.asn InputName=x880 BuildCmds= \ asnparser -m X880 -c $(InputPath) \ copy .\src\$(InputName).h .\include\$(InputName).h \ ".\src\$(InputName).cxx" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) ".\include\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" $(BuildCmds) # End Custom Build !ENDIF # End Source File # Begin Source File SOURCE=.\src\x880.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_X880_=\ ".\src\x880.h"\ NODEP_CPP_X880_=\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_X880_=\ ".\src\x880.h"\ NODEP_CPP_X880_=\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" NODEP_CPP_X880_=\ ".\src\remote.h"\ ".\src\x880.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" NODEP_CPP_X880_=\ ".\ceatl.h"\ ".\msystemx.h"\ ".\src\x880.h"\ ".\tclib\asner.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\ucpp.h"\ # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_X880_=\ ".\src\x880.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_X880_=\ ".\src\x880.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptclib\asner.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"wceatl.h"\ # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # ADD BASE CPP /Yu"ptlib.h" # ADD CPP /Yu"ptlib.h" !ENDIF # End Source File # Begin Source File SOURCE=.\src\x880.h # End Source File # End Group # Begin Group "GSM Files" # PROP Default_Filter ".c" # Begin Source File SOURCE=.\src\gsm\src\add.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_ADD_C=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_ADD_C=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" DEP_CPP_ADD_C=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_ADD_C=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_ADD_C=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" NODEP_CPP_ADD_C=\ ".\src\gsm\src\gsm.h"\ ".\src\gsm\src\private.h"\ ".\src\gsm\src\proto.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\gsm\src\code.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_CODE_=\ ".\src\gsm\inc\config.h"\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_CODE_=\ ".\src\gsm\inc\config.h"\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" DEP_CPP_CODE_=\ ".\src\gsm\inc\config.h"\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_CODE_=\ ".\src\gsm\inc\config.h"\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_CODE_=\ ".\src\gsm\inc\config.h"\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_CODE_=\ {$(INCLUDE)}"config.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_CODE_=\ ".\src\gsm\src\gsm.h"\ ".\src\gsm\src\private.h"\ ".\src\gsm\src\proto.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\gsm\src\decode.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_DECOD=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_DECOD=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" DEP_CPP_DECOD=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_DECOD=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_DECOD=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" NODEP_CPP_DECOD=\ ".\src\gsm\src\gsm.h"\ ".\src\gsm\src\private.h"\ ".\src\gsm\src\proto.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\gsm\src\gsm_create.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_GSM_C=\ ".\src\gsm\inc\config.h"\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_GSM_C=\ ".\src\gsm\inc\config.h"\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" DEP_CPP_GSM_C=\ ".\src\gsm\inc\config.h"\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_GSM_C=\ ".\src\gsm\inc\config.h"\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_GSM_C=\ ".\src\gsm\inc\config.h"\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_GSM_C=\ {$(INCLUDE)}"config.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_GSM_C=\ ".\src\gsm\src\gsm.h"\ ".\src\gsm\src\private.h"\ ".\src\gsm\src\proto.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\gsm\src\gsm_decode.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_GSM_D=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_GSM_D=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" DEP_CPP_GSM_D=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_GSM_D=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_GSM_D=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" NODEP_CPP_GSM_D=\ ".\src\gsm\src\gsm.h"\ ".\src\gsm\src\private.h"\ ".\src\gsm\src\proto.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\gsm\src\gsm_destroy.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_GSM_DE=\ ".\src\gsm\inc\config.h"\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\proto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_GSM_DE=\ ".\src\gsm\inc\config.h"\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\proto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" DEP_CPP_GSM_DE=\ ".\src\gsm\inc\config.h"\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\proto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_GSM_DE=\ ".\src\gsm\inc\config.h"\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\proto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_GSM_DE=\ ".\src\gsm\inc\config.h"\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\proto.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_GSM_DE=\ {$(INCLUDE)}"config.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"wceatl.h"\ NODEP_CPP_GSM_DE=\ ".\src\gsm\src\gsm.h"\ ".\src\gsm\src\proto.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\gsm\src\gsm_encode.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_GSM_E=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_GSM_E=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" DEP_CPP_GSM_E=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_GSM_E=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_GSM_E=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" NODEP_CPP_GSM_E=\ ".\src\gsm\src\gsm.h"\ ".\src\gsm\src\private.h"\ ".\src\gsm\src\proto.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\gsm\src\gsm_lpc.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_GSM_L=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_GSM_L=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_GSM_L=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" NODEP_CPP_GSM_L=\ ".\src\gsm\src\gsm.h"\ ".\src\gsm\src\private.h"\ ".\src\gsm\src\proto.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\gsm\src\gsm_option.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_GSM_O=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_GSM_O=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_GSM_O=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_GSM_O=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" NODEP_CPP_GSM_O=\ ".\src\gsm\src\gsm.h"\ ".\src\gsm\src\private.h"\ ".\src\gsm\src\proto.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\gsm\src\long_term.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_LONG_=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_LONG_=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" DEP_CPP_LONG_=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_LONG_=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_LONG_=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" NODEP_CPP_LONG_=\ ".\src\gsm\src\gsm.h"\ ".\src\gsm\src\private.h"\ ".\src\gsm\src\proto.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\gsm\src\preprocess.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_PREPR=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_PREPR=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" DEP_CPP_PREPR=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_PREPR=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_PREPR=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" NODEP_CPP_PREPR=\ ".\src\gsm\src\gsm.h"\ ".\src\gsm\src\private.h"\ ".\src\gsm\src\proto.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\gsm\src\rpe.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_RPE_C=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_RPE_C=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" DEP_CPP_RPE_C=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_RPE_C=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_RPE_C=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" NODEP_CPP_RPE_C=\ ".\src\gsm\src\gsm.h"\ ".\src\gsm\src\private.h"\ ".\src\gsm\src\proto.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\gsm\src\short_term.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_SHORT=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_SHORT=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" DEP_CPP_SHORT=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_SHORT=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_SHORT=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" NODEP_CPP_SHORT=\ ".\src\gsm\src\gsm.h"\ ".\src\gsm\src\private.h"\ ".\src\gsm\src\proto.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\gsm\src\table.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_TABLE=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_TABLE=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" DEP_CPP_TABLE=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_TABLE=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # ADD CPP /I "src\gsm\inc" /D "WAV49" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_TABLE=\ ".\src\gsm\inc\gsm.h"\ ".\src\gsm\inc\private.h"\ ".\src\gsm\inc\proto.h"\ ".\src\gsm\inc\unproto.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" NODEP_CPP_TABLE=\ ".\src\gsm\src\gsm.h"\ ".\src\gsm\src\private.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\gsm\inc" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # End Group # Begin Group "VIC Files" # PROP Default_Filter "cpp;c;cxx" # Begin Source File SOURCE=.\src\vic\bv.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\vic\dct.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_DCT_C=\ ".\src\vic\bsd-endian.h"\ ".\src\vic\config.h"\ ".\src\vic\dct.h"\ NODEP_CPP_DCT_C=\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\ys\param.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_DCT_C=\ ".\src\vic\bsd-endian.h"\ ".\src\vic\config.h"\ ".\src\vic\dct.h"\ NODEP_CPP_DCT_C=\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\ys\param.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" DEP_CPP_DCT_C=\ ".\src\vic\bsd-endian.h"\ ".\src\vic\config.h"\ ".\src\vic\dct.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_DCT_C=\ ".\src\vic\bsd-endian.h"\ ".\src\vic\config.h"\ ".\src\vic\dct.h"\ NODEP_CPP_DCT_C=\ ".\ceatl.h"\ ".\msystemx.h"\ ".\tdlibx.h"\ ".\ys\param.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_DCT_C=\ ".\src\vic\bsd-endian.h"\ ".\src\vic\config.h"\ ".\src\vic\dct.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_DCT_C=\ ".\src\vic\bsd-endian.h"\ ".\src\vic\config.h"\ ".\src\vic\dct.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"sys\param.h"\ {$(INCLUDE)}"wceatl.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=".\src\vic\encoder-h261.cxx" !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_ENCOD=\ ".\src\vic\bsd-endian.h"\ ".\src\vic\config.h"\ ".\src\vic\crdef.h"\ ".\src\vic\dct.h"\ ".\src\vic\encoder-h261.h"\ ".\src\vic\encoder.h"\ ".\src\vic\p64-huff.h"\ ".\src\vic\transmitter.h"\ ".\src\vic\videoframe.h"\ NODEP_CPP_ENCOD=\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\ys\param.h"\ ".\ys\socket.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_ENCOD=\ ".\src\vic\bsd-endian.h"\ ".\src\vic\config.h"\ ".\src\vic\crdef.h"\ ".\src\vic\dct.h"\ ".\src\vic\encoder-h261.h"\ ".\src\vic\encoder.h"\ ".\src\vic\p64-huff.h"\ ".\src\vic\transmitter.h"\ ".\src\vic\videoframe.h"\ NODEP_CPP_ENCOD=\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\ys\param.h"\ ".\ys\socket.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" DEP_CPP_ENCOD=\ ".\src\vic\config.h"\ ".\src\vic\crdef.h"\ ".\src\vic\dct.h"\ ".\src\vic\encoder-h261.h"\ ".\src\vic\encoder.h"\ ".\src\vic\p64-huff.h"\ ".\src\vic\transmitter.h"\ ".\src\vic\videoframe.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_ENCOD=\ ".\src\vic\bsd-endian.h"\ ".\src\vic\config.h"\ ".\src\vic\crdef.h"\ ".\src\vic\dct.h"\ ".\src\vic\encoder-h261.h"\ ".\src\vic\encoder.h"\ ".\src\vic\p64-huff.h"\ ".\src\vic\transmitter.h"\ ".\src\vic\videoframe.h"\ NODEP_CPP_ENCOD=\ ".\ceatl.h"\ ".\msystemx.h"\ ".\tdlibx.h"\ ".\ys\param.h"\ ".\ys\socket.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_ENCOD=\ ".\src\vic\bsd-endian.h"\ ".\src\vic\config.h"\ ".\src\vic\crdef.h"\ ".\src\vic\dct.h"\ ".\src\vic\encoder-h261.h"\ ".\src\vic\encoder.h"\ ".\src\vic\p64-huff.h"\ ".\src\vic\transmitter.h"\ ".\src\vic\videoframe.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_ENCOD=\ ".\src\vic\bsd-endian.h"\ ".\src\vic\config.h"\ ".\src\vic\crdef.h"\ ".\src\vic\dct.h"\ ".\src\vic\encoder-h261.h"\ ".\src\vic\encoder.h"\ ".\src\vic\p64-huff.h"\ ".\src\vic\transmitter.h"\ ".\src\vic\videoframe.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"sys\param.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"wceatl.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\vic\huffcode.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_HUFFC=\ ".\src\vic\p64-huff.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_HUFFC=\ ".\src\vic\p64-huff.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" DEP_CPP_HUFFC=\ ".\src\vic\p64-huff.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_HUFFC=\ ".\src\vic\p64-huff.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_HUFFC=\ ".\src\vic\p64-huff.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_HUFFC=\ ".\src\vic\p64-huff.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\vic\p64.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_P64_C=\ ".\src\vic\bsd-endian.h"\ ".\src\vic\config.h"\ ".\src\vic\dct.h"\ ".\src\vic\p64-huff.h"\ ".\src\vic\p64.h"\ NODEP_CPP_P64_C=\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\ys\file.h"\ ".\ys\param.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_P64_C=\ ".\src\vic\bsd-endian.h"\ ".\src\vic\config.h"\ ".\src\vic\dct.h"\ ".\src\vic\p64-huff.h"\ ".\src\vic\p64.h"\ NODEP_CPP_P64_C=\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\ys\file.h"\ ".\ys\param.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" DEP_CPP_P64_C=\ ".\src\vic\bsd-endian.h"\ ".\src\vic\config.h"\ ".\src\vic\dct.h"\ ".\src\vic\p64-huff.h"\ ".\src\vic\p64.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_P64_C=\ ".\src\vic\bsd-endian.h"\ ".\src\vic\config.h"\ ".\src\vic\dct.h"\ ".\src\vic\p64-huff.h"\ ".\src\vic\p64.h"\ NODEP_CPP_P64_C=\ ".\ceatl.h"\ ".\msystemx.h"\ ".\tdlibx.h"\ ".\ys\file.h"\ ".\ys\param.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_P64_C=\ ".\src\vic\bsd-endian.h"\ ".\src\vic\config.h"\ ".\src\vic\dct.h"\ ".\src\vic\p64-huff.h"\ ".\src\vic\p64.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_P64_C=\ ".\src\vic\bsd-endian.h"\ ".\src\vic\config.h"\ ".\src\vic\dct.h"\ ".\src\vic\p64-huff.h"\ ".\src\vic\p64.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"sys\file.h"\ {$(INCLUDE)}"sys\param.h"\ {$(INCLUDE)}"wceatl.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\vic\p64encoder.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_P64EN=\ ".\src\vic\bsd-endian.h"\ ".\src\vic\config.h"\ ".\src\vic\crdef.h"\ ".\src\vic\dct.h"\ ".\src\vic\encoder-h261.h"\ ".\src\vic\encoder.h"\ ".\src\vic\p64-huff.h"\ ".\src\vic\p64.h"\ ".\src\vic\p64encoder.h"\ ".\src\vic\transmitter.h"\ ".\src\vic\vid_coder.h"\ ".\src\vic\videoframe.h"\ NODEP_CPP_P64EN=\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\ys\param.h"\ ".\ys\socket.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_P64EN=\ ".\src\vic\bsd-endian.h"\ ".\src\vic\config.h"\ ".\src\vic\crdef.h"\ ".\src\vic\dct.h"\ ".\src\vic\encoder-h261.h"\ ".\src\vic\encoder.h"\ ".\src\vic\p64-huff.h"\ ".\src\vic\p64.h"\ ".\src\vic\p64encoder.h"\ ".\src\vic\transmitter.h"\ ".\src\vic\vid_coder.h"\ ".\src\vic\videoframe.h"\ NODEP_CPP_P64EN=\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\ys\param.h"\ ".\ys\socket.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" DEP_CPP_P64EN=\ ".\src\vic\config.h"\ ".\src\vic\crdef.h"\ ".\src\vic\dct.h"\ ".\src\vic\encoder-h261.h"\ ".\src\vic\encoder.h"\ ".\src\vic\p64-huff.h"\ ".\src\vic\p64.h"\ ".\src\vic\p64encoder.h"\ ".\src\vic\transmitter.h"\ ".\src\vic\vid_coder.h"\ ".\src\vic\videoframe.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_P64EN=\ ".\src\vic\bsd-endian.h"\ ".\src\vic\config.h"\ ".\src\vic\crdef.h"\ ".\src\vic\dct.h"\ ".\src\vic\encoder-h261.h"\ ".\src\vic\encoder.h"\ ".\src\vic\p64-huff.h"\ ".\src\vic\p64.h"\ ".\src\vic\p64encoder.h"\ ".\src\vic\transmitter.h"\ ".\src\vic\vid_coder.h"\ ".\src\vic\videoframe.h"\ NODEP_CPP_P64EN=\ ".\ceatl.h"\ ".\msystemx.h"\ ".\tdlibx.h"\ ".\ys\param.h"\ ".\ys\socket.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_P64EN=\ ".\src\vic\bsd-endian.h"\ ".\src\vic\config.h"\ ".\src\vic\crdef.h"\ ".\src\vic\dct.h"\ ".\src\vic\encoder-h261.h"\ ".\src\vic\encoder.h"\ ".\src\vic\p64-huff.h"\ ".\src\vic\p64.h"\ ".\src\vic\p64encoder.h"\ ".\src\vic\transmitter.h"\ ".\src\vic\vid_coder.h"\ ".\src\vic\videoframe.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_P64EN=\ ".\src\vic\bsd-endian.h"\ ".\src\vic\config.h"\ ".\src\vic\crdef.h"\ ".\src\vic\dct.h"\ ".\src\vic\encoder-h261.h"\ ".\src\vic\encoder.h"\ ".\src\vic\p64-huff.h"\ ".\src\vic\p64.h"\ ".\src\vic\p64encoder.h"\ ".\src\vic\transmitter.h"\ ".\src\vic\vid_coder.h"\ ".\src\vic\videoframe.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"sys\param.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"wceatl.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\vic\transmitter.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_TRANSM=\ ".\src\vic\config.h"\ ".\src\vic\dct.h"\ ".\src\vic\transmitter.h"\ NODEP_CPP_TRANSM=\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\nistd.h"\ ".\tbuildopts.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\ys\file.h"\ ".\ys\param.h"\ ".\ys\socket.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_TRANSM=\ ".\src\vic\config.h"\ ".\src\vic\dct.h"\ ".\src\vic\transmitter.h"\ NODEP_CPP_TRANSM=\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\nistd.h"\ ".\tbuildopts.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\ys\file.h"\ ".\ys\param.h"\ ".\ys\socket.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" DEP_CPP_TRANSM=\ ".\src\vic\dct.h"\ ".\src\vic\transmitter.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_TRANSM=\ ".\src\vic\config.h"\ ".\src\vic\dct.h"\ ".\src\vic\transmitter.h"\ NODEP_CPP_TRANSM=\ ".\ceatl.h"\ ".\msystemx.h"\ ".\nistd.h"\ ".\tdlibx.h"\ ".\ys\file.h"\ ".\ys\param.h"\ ".\ys\socket.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_TRANSM=\ ".\src\vic\config.h"\ ".\src\vic\dct.h"\ ".\src\vic\transmitter.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_TRANSM=\ ".\src\vic\config.h"\ ".\src\vic\dct.h"\ ".\src\vic\transmitter.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"sys\file.h"\ {$(INCLUDE)}"sys\param.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"unistd.h"\ {$(INCLUDE)}"wceatl.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\vic\vid_coder.cxx !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_VID_C=\ ".\src\vic\config.h"\ ".\src\vic\crdef.h"\ ".\src\vic\dct.h"\ ".\src\vic\encoder.h"\ ".\src\vic\transmitter.h"\ ".\src\vic\vid_coder.h"\ ".\src\vic\videoframe.h"\ NODEP_CPP_VID_C=\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\ys\param.h"\ ".\ys\socket.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_VID_C=\ ".\src\vic\config.h"\ ".\src\vic\crdef.h"\ ".\src\vic\dct.h"\ ".\src\vic\encoder.h"\ ".\src\vic\transmitter.h"\ ".\src\vic\vid_coder.h"\ ".\src\vic\videoframe.h"\ NODEP_CPP_VID_C=\ ".\ceatl.h"\ ".\evfw.h"\ ".\msystemx.h"\ ".\nclude\PtLib\conchan.h"\ ".\tbuildopts.h"\ ".\tdlibx.h"\ ".\tlib.h"\ ".\tlib\args.h"\ ".\tlib\array.h"\ ".\tlib\channel.h"\ ".\tlib\conchan.h"\ ".\tlib\config.h"\ ".\tlib\contain.h"\ ".\tlib\contain.inl"\ ".\tlib\dict.h"\ ".\tlib\dynalink.h"\ ".\tLib\file.h"\ ".\tlib\filepath.h"\ ".\tlib\indchan.h"\ ".\tlib\lists.h"\ ".\tlib\mutex.h"\ ".\tlib\object.h"\ ".\tlib\osutil.inl"\ ".\tLib\pdirect.h"\ ".\tlib\pprocess.h"\ ".\tlib\pstring.h"\ ".\tlib\ptime.h"\ ".\tlib\ptlib.inl"\ ".\tLib\semaphor.h"\ ".\tlib\sfile.h"\ ".\tlib\sound.h"\ ".\tLib\syncpoint.h"\ ".\tlib\syncthrd.h"\ ".\tlib\textfile.h"\ ".\tLib\thread.h"\ ".\tlib\timeint.h"\ ".\tlib\timer.h"\ ".\tlib\vfakeio.h"\ ".\tLib\video.h"\ ".\tlib\videoio.h"\ ".\tlib\videoio1394dc.h"\ ".\ucpp.h"\ ".\ys\param.h"\ ".\ys\socket.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" DEP_CPP_VID_C=\ ".\src\vic\config.h"\ ".\src\vic\crdef.h"\ ".\src\vic\dct.h"\ ".\src\vic\encoder.h"\ ".\src\vic\transmitter.h"\ ".\src\vic\vid_coder.h"\ ".\src\vic\videoframe.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_VID_C=\ ".\src\vic\config.h"\ ".\src\vic\crdef.h"\ ".\src\vic\dct.h"\ ".\src\vic\encoder.h"\ ".\src\vic\transmitter.h"\ ".\src\vic\vid_coder.h"\ ".\src\vic\videoframe.h"\ NODEP_CPP_VID_C=\ ".\ceatl.h"\ ".\msystemx.h"\ ".\tdlibx.h"\ ".\ys\param.h"\ ".\ys\socket.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_VID_C=\ ".\src\vic\config.h"\ ".\src\vic\crdef.h"\ ".\src\vic\dct.h"\ ".\src\vic\encoder.h"\ ".\src\vic\transmitter.h"\ ".\src\vic\vid_coder.h"\ ".\src\vic\videoframe.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_VID_C=\ ".\src\vic\config.h"\ ".\src\vic\crdef.h"\ ".\src\vic\dct.h"\ ".\src\vic\encoder.h"\ ".\src\vic\transmitter.h"\ ".\src\vic\vid_coder.h"\ ".\src\vic\videoframe.h"\ {$(INCLUDE)}"cevfw.h"\ {$(INCLUDE)}"mmsystemx.h"\ {$(INCLUDE)}"nucpp.h"\ {$(INCLUDE)}"ptbuildopts.h"\ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"PtLib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"PtLib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"PtLib\dynalink.h"\ {$(INCLUDE)}"PtLib\file.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"PtLib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"PtLib\mutex.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"PtLib\pdirect.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"PtLib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"PtLib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"PtLib\semaphor.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"PtLib\sfile.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"PtLib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"PtLib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"PtLib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"PtLib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"PtLib\timer.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"PtLib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"PtLib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ {$(INCLUDE)}"stdlibx.h"\ {$(INCLUDE)}"sys\param.h"\ {$(INCLUDE)}"sys\socket.h"\ {$(INCLUDE)}"wceatl.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # End Group # Begin Group "LPC10 Files" # PROP Default_Filter ".c .h" # Begin Group "LPC10 Sources" # PROP Default_Filter "*.c" # Begin Source File SOURCE=.\src\lpc10\src\analys.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_ANALY=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_ANALY=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_ANALY=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_ANALY=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_ANALY=\ ".\src\lpc10\src\f2c.h"\ NODEP_CPP_ANALY=\ ".\src\lpc10\src\lpc10.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\lpc10\src\bsynz.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_BSYNZ=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_BSYNZ=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_BSYNZ=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_BSYNZ=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_BSYNZ=\ ".\src\lpc10\src\f2c.h"\ NODEP_CPP_BSYNZ=\ ".\src\lpc10\src\lpc10.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\lpc10\src\chanwr.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_CHANW=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_CHANW=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_CHANW=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_CHANW=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_CHANW=\ ".\src\lpc10\src\f2c.h"\ NODEP_CPP_CHANW=\ ".\src\lpc10\src\lpc10.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\lpc10\src\dcbias.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_DCBIA=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_DCBIA=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_DCBIA=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_DCBIA=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_DCBIA=\ ".\src\lpc10\src\f2c.h"\ NODEP_CPP_DCBIA=\ ".\src\lpc10\src\lpc10.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\lpc10\src\decode_.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_DECODE=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_DECODE=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_DECODE=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_DECODE=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_DECODE=\ ".\src\lpc10\src\f2c.h"\ NODEP_CPP_DECODE=\ ".\src\lpc10\src\lpc10.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\lpc10\src\deemp.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_DEEMP=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_DEEMP=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_DEEMP=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_DEEMP=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_DEEMP=\ ".\src\lpc10\src\f2c.h"\ NODEP_CPP_DEEMP=\ ".\src\lpc10\src\lpc10.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\lpc10\src\difmag.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_DIFMA=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_DIFMA=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_DIFMA=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_DIFMA=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_DIFMA=\ ".\src\lpc10\src\f2c.h"\ NODEP_CPP_DIFMA=\ ".\src\lpc10\src\lpc10.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\lpc10\src\dyptrk.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_DYPTR=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_DYPTR=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_DYPTR=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_DYPTR=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_DYPTR=\ ".\src\lpc10\src\f2c.h"\ NODEP_CPP_DYPTR=\ ".\src\lpc10\src\lpc10.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\lpc10\src\encode_.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_ENCODE=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_ENCODE=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_ENCODE=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_ENCODE=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_ENCODE=\ ".\src\lpc10\src\f2c.h"\ NODEP_CPP_ENCODE=\ ".\src\lpc10\src\lpc10.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\lpc10\src\energy.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_ENERG=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_ENERG=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_ENERG=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_ENERG=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_ENERG=\ ".\src\lpc10\src\f2c.h"\ NODEP_CPP_ENERG=\ ".\src\lpc10\src\lpc10.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\lpc10\src\f2clib.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_F2CLI=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_F2CLI=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_F2CLI=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_F2CLI=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_F2CLI=\ ".\src\lpc10\src\f2c.h"\ NODEP_CPP_F2CLI=\ ".\src\lpc10\src\lpc10.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\lpc10\src\ham84.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_HAM84=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_HAM84=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_HAM84=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_HAM84=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_HAM84=\ ".\src\lpc10\src\f2c.h"\ NODEP_CPP_HAM84=\ ".\src\lpc10\src\lpc10.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\lpc10\src\hp100.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_HP100=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_HP100=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_HP100=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_HP100=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_HP100=\ ".\src\lpc10\src\f2c.h"\ NODEP_CPP_HP100=\ ".\src\lpc10\src\lpc10.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\lpc10\src\invert.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_INVER=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_INVER=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_INVER=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_INVER=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_INVER=\ ".\src\lpc10\src\f2c.h"\ NODEP_CPP_INVER=\ ".\src\lpc10\src\lpc10.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\lpc10\src\irc2pc.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_IRC2P=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_IRC2P=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_IRC2P=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_IRC2P=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_IRC2P=\ ".\src\lpc10\src\f2c.h"\ NODEP_CPP_IRC2P=\ ".\src\lpc10\src\lpc10.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\lpc10\src\ivfilt.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_IVFIL=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_IVFIL=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_IVFIL=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_IVFIL=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_IVFIL=\ ".\src\lpc10\src\f2c.h"\ NODEP_CPP_IVFIL=\ ".\src\lpc10\src\lpc10.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\lpc10\src\lpcdec.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_LPCDE=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_LPCDE=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_LPCDE=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_LPCDE=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_LPCDE=\ ".\src\lpc10\src\f2c.h"\ NODEP_CPP_LPCDE=\ ".\src\lpc10\src\lpc10.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\lpc10\src\lpcenc.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_LPCEN=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_LPCEN=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_LPCEN=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_LPCEN=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_LPCEN=\ ".\src\lpc10\src\f2c.h"\ NODEP_CPP_LPCEN=\ ".\src\lpc10\src\lpc10.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\lpc10\src\lpcini.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_LPCIN=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_LPCIN=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_LPCIN=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_LPCIN=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_LPCIN=\ ".\src\lpc10\src\f2c.h"\ NODEP_CPP_LPCIN=\ ".\src\lpc10\src\lpc10.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\lpc10\src\lpfilt.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_LPFIL=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_LPFIL=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_LPFIL=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_LPFIL=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_LPFIL=\ ".\src\lpc10\src\f2c.h"\ NODEP_CPP_LPFIL=\ ".\src\lpc10\src\lpc10.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\lpc10\src\median.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_MEDIAN=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_MEDIAN=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_MEDIAN=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_MEDIAN=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_MEDIAN=\ ".\src\lpc10\src\f2c.h"\ NODEP_CPP_MEDIAN=\ ".\src\lpc10\src\lpc10.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\lpc10\src\mload.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_MLOAD=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_MLOAD=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_MLOAD=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_MLOAD=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_MLOAD=\ ".\src\lpc10\src\f2c.h"\ NODEP_CPP_MLOAD=\ ".\src\lpc10\src\lpc10.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\lpc10\src\onset.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_ONSET=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_ONSET=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_ONSET=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_ONSET=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_ONSET=\ ".\src\lpc10\src\f2c.h"\ NODEP_CPP_ONSET=\ ".\src\lpc10\src\lpc10.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\lpc10\src\pitsyn.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_PITSY=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_PITSY=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_PITSY=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_PITSY=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_PITSY=\ ".\src\lpc10\src\f2c.h"\ NODEP_CPP_PITSY=\ ".\src\lpc10\src\lpc10.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\lpc10\src\placea.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_PLACE=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_PLACE=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_PLACE=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_PLACE=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_PLACE=\ ".\src\lpc10\src\f2c.h"\ NODEP_CPP_PLACE=\ ".\src\lpc10\src\lpc10.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\lpc10\src\placev.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_PLACEV=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_PLACEV=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_PLACEV=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_PLACEV=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_PLACEV=\ ".\src\lpc10\src\f2c.h"\ NODEP_CPP_PLACEV=\ ".\src\lpc10\src\lpc10.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\lpc10\src\preemp.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_PREEM=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_PREEM=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_PREEM=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_PREEM=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_PREEM=\ ".\src\lpc10\src\f2c.h"\ NODEP_CPP_PREEM=\ ".\src\lpc10\src\lpc10.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\lpc10\src\prepro.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_PREPRO=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_PREPRO=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_PREPRO=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_PREPRO=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_PREPRO=\ ".\src\lpc10\src\f2c.h"\ NODEP_CPP_PREPRO=\ ".\src\lpc10\src\lpc10.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\lpc10\src\random.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_RANDO=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_RANDO=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_RANDO=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_RANDO=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_RANDO=\ ".\src\lpc10\src\f2c.h"\ NODEP_CPP_RANDO=\ ".\src\lpc10\src\lpc10.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\lpc10\src\rcchk.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_RCCHK=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_RCCHK=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_RCCHK=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_RCCHK=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_RCCHK=\ ".\src\lpc10\src\f2c.h"\ NODEP_CPP_RCCHK=\ ".\src\lpc10\src\lpc10.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\lpc10\src\synths.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_SYNTH=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_SYNTH=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_SYNTH=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_SYNTH=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_SYNTH=\ ".\src\lpc10\src\f2c.h"\ NODEP_CPP_SYNTH=\ ".\src\lpc10\src\lpc10.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\lpc10\src\tbdm.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_TBDM_=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_TBDM_=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_TBDM_=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_TBDM_=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_TBDM_=\ ".\src\lpc10\src\f2c.h"\ NODEP_CPP_TBDM_=\ ".\src\lpc10\src\lpc10.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\lpc10\src\voicin.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_VOICI=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_VOICI=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_VOICI=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_VOICI=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_VOICI=\ ".\src\lpc10\src\f2c.h"\ NODEP_CPP_VOICI=\ ".\src\lpc10\src\lpc10.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\lpc10\src\vparms.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_VPARM=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_VPARM=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" DEP_CPP_VPARM=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_VPARM=\ ".\src\lpc10\lpc10.h"\ ".\src\lpc10\src\f2c.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_VPARM=\ ".\src\lpc10\src\f2c.h"\ NODEP_CPP_VPARM=\ ".\src\lpc10\src\lpc10.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # ADD CPP /I "src\lpc10" # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # End Group # Begin Group "LPC10 Headers" # PROP Default_Filter "*.h" # Begin Source File SOURCE=.\src\lpc10\bitio.h # End Source File # Begin Source File SOURCE=.\src\lpc10\lpc10.h # End Source File # End Group # End Group # Begin Group "Speex" # PROP Default_Filter "" # Begin Group "Speex Sources" # PROP Default_Filter "" # Begin Source File SOURCE=.\src\speex\libspeex\bits.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_BITS_=\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\speex_bits.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_BITS_=\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\speex_bits.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_BITS_=\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\speex_bits.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_BITS_=\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\speex_bits.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\cb_search.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_CB_SE=\ ".\src\speex\libspeex\cb_search.h"\ ".\src\speex\libspeex\filters.h"\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\stack_alloc.h"\ ".\src\speex\libspeex\vq.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_CB_SE=\ ".\src\speex\libspeex\cb_search.h"\ ".\src\speex\libspeex\filters.h"\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\stack_alloc.h"\ ".\src\speex\libspeex\vq.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_CB_SE=\ ".\src\speex\libspeex\cb_search.h"\ ".\src\speex\libspeex\filters.h"\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\stack_alloc.h"\ ".\src\speex\libspeex\vq.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_CB_SE=\ ".\src\speex\libspeex\cb_search.h"\ ".\src\speex\libspeex\filters.h"\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\stack_alloc.h"\ ".\src\speex\libspeex\vq.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\exc_10_16_table.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\exc_10_32_table.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\exc_20_32_table.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\exc_5_256_table.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\exc_5_64_table.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\exc_8_128_table.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\filters.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_FILTE=\ ".\src\speex\libspeex\filters.h"\ ".\src\speex\libspeex\filters_sse.h"\ ".\src\speex\libspeex\stack_alloc.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_FILTE=\ ".\src\speex\libspeex\filters.h"\ ".\src\speex\libspeex\filters_sse.h"\ ".\src\speex\libspeex\stack_alloc.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_FILTE=\ ".\src\speex\libspeex\filters.h"\ ".\src\speex\libspeex\filters_sse.h"\ ".\src\speex\libspeex\stack_alloc.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_FILTE=\ ".\src\speex\libspeex\filters.h"\ ".\src\speex\libspeex\filters_sse.h"\ ".\src\speex\libspeex\stack_alloc.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\gain_table.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\gain_table_lbr.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\hexc_10_32_table.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\hexc_table.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\high_lsp_tables.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\lpc.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_LPC_C=\ ".\src\speex\libspeex\lpc.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_LPC_C=\ ".\src\speex\libspeex\lpc.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_LPC_C=\ ".\src\speex\libspeex\lpc.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_LPC_C=\ ".\src\speex\libspeex\lpc.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\lsp.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_LSP_C=\ ".\src\speex\libspeex\lsp.h"\ ".\src\speex\libspeex\stack_alloc.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_LSP_C=\ ".\src\speex\libspeex\lsp.h"\ ".\src\speex\libspeex\stack_alloc.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_LSP_C=\ ".\src\speex\libspeex\lsp.h"\ ".\src\speex\libspeex\stack_alloc.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_LSP_C=\ ".\src\speex\libspeex\lsp.h"\ ".\src\speex\libspeex\stack_alloc.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\lsp_tables_nb.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\ltp.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_LTP_C=\ ".\src\speex\libspeex\filters.h"\ ".\src\speex\libspeex\ltp.h"\ ".\src\speex\libspeex\ltp_sse.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\stack_alloc.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_LTP_C=\ ".\src\speex\libspeex\filters.h"\ ".\src\speex\libspeex\ltp.h"\ ".\src\speex\libspeex\ltp_sse.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\stack_alloc.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_LTP_C=\ ".\src\speex\libspeex\filters.h"\ ".\src\speex\libspeex\ltp.h"\ ".\src\speex\libspeex\ltp_sse.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\stack_alloc.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_LTP_C=\ ".\src\speex\libspeex\filters.h"\ ".\src\speex\libspeex\ltp.h"\ ".\src\speex\libspeex\ltp_sse.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\stack_alloc.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\math_approx.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_MATH_=\ ".\src\speex\libspeex\math_approx.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_MATH_=\ ".\src\speex\libspeex\math_approx.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_MATH_=\ ".\src\speex\libspeex\math_approx.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_MATH_=\ ".\src\speex\libspeex\math_approx.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\misc.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_MISC_=\ ".\src\speex\libspeex\misc.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_MISC_=\ ".\src\speex\libspeex\misc.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_MISC_=\ ".\src\speex\libspeex\misc.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_MISC_=\ ".\src\speex\libspeex\misc.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\modes.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_MODES=\ ".\src\speex\libspeex\cb_search.h"\ ".\src\speex\libspeex\filters.h"\ ".\src\speex\libspeex\ltp.h"\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\modes.h"\ ".\src\speex\libspeex\nb_celp.h"\ ".\src\speex\libspeex\quant_lsp.h"\ ".\src\speex\libspeex\sb_celp.h"\ ".\src\speex\libspeex\speex.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\speex_callbacks.h"\ ".\src\speex\libspeex\vbr.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_MODES=\ ".\src\speex\libspeex\cb_search.h"\ ".\src\speex\libspeex\filters.h"\ ".\src\speex\libspeex\ltp.h"\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\modes.h"\ ".\src\speex\libspeex\nb_celp.h"\ ".\src\speex\libspeex\quant_lsp.h"\ ".\src\speex\libspeex\sb_celp.h"\ ".\src\speex\libspeex\speex.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\speex_callbacks.h"\ ".\src\speex\libspeex\vbr.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_MODES=\ ".\src\speex\libspeex\cb_search.h"\ ".\src\speex\libspeex\filters.h"\ ".\src\speex\libspeex\ltp.h"\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\modes.h"\ ".\src\speex\libspeex\nb_celp.h"\ ".\src\speex\libspeex\quant_lsp.h"\ ".\src\speex\libspeex\sb_celp.h"\ ".\src\speex\libspeex\speex.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\speex_callbacks.h"\ ".\src\speex\libspeex\vbr.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_MODES=\ ".\src\speex\libspeex\cb_search.h"\ ".\src\speex\libspeex\filters.h"\ ".\src\speex\libspeex\ltp.h"\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\modes.h"\ ".\src\speex\libspeex\nb_celp.h"\ ".\src\speex\libspeex\quant_lsp.h"\ ".\src\speex\libspeex\sb_celp.h"\ ".\src\speex\libspeex\speex.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\speex_callbacks.h"\ ".\src\speex\libspeex\vbr.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\nb_celp.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_NB_CE=\ ".\src\speex\libspeex\cb_search.h"\ ".\src\speex\libspeex\filters.h"\ ".\src\speex\libspeex\lpc.h"\ ".\src\speex\libspeex\lsp.h"\ ".\src\speex\libspeex\ltp.h"\ ".\src\speex\libspeex\math_approx.h"\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\modes.h"\ ".\src\speex\libspeex\nb_celp.h"\ ".\src\speex\libspeex\quant_lsp.h"\ ".\src\speex\libspeex\speex.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\speex_callbacks.h"\ ".\src\speex\libspeex\stack_alloc.h"\ ".\src\speex\libspeex\vbr.h"\ ".\src\speex\libspeex\vq.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_NB_CE=\ ".\src\speex\libspeex\cb_search.h"\ ".\src\speex\libspeex\filters.h"\ ".\src\speex\libspeex\lpc.h"\ ".\src\speex\libspeex\lsp.h"\ ".\src\speex\libspeex\ltp.h"\ ".\src\speex\libspeex\math_approx.h"\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\modes.h"\ ".\src\speex\libspeex\nb_celp.h"\ ".\src\speex\libspeex\quant_lsp.h"\ ".\src\speex\libspeex\speex.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\speex_callbacks.h"\ ".\src\speex\libspeex\stack_alloc.h"\ ".\src\speex\libspeex\vbr.h"\ ".\src\speex\libspeex\vq.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_NB_CE=\ ".\src\speex\libspeex\cb_search.h"\ ".\src\speex\libspeex\filters.h"\ ".\src\speex\libspeex\lpc.h"\ ".\src\speex\libspeex\lsp.h"\ ".\src\speex\libspeex\ltp.h"\ ".\src\speex\libspeex\math_approx.h"\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\modes.h"\ ".\src\speex\libspeex\nb_celp.h"\ ".\src\speex\libspeex\quant_lsp.h"\ ".\src\speex\libspeex\speex.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\speex_callbacks.h"\ ".\src\speex\libspeex\stack_alloc.h"\ ".\src\speex\libspeex\vbr.h"\ ".\src\speex\libspeex\vq.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_NB_CE=\ ".\src\speex\libspeex\cb_search.h"\ ".\src\speex\libspeex\filters.h"\ ".\src\speex\libspeex\lpc.h"\ ".\src\speex\libspeex\lsp.h"\ ".\src\speex\libspeex\ltp.h"\ ".\src\speex\libspeex\math_approx.h"\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\modes.h"\ ".\src\speex\libspeex\nb_celp.h"\ ".\src\speex\libspeex\quant_lsp.h"\ ".\src\speex\libspeex\speex.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\speex_callbacks.h"\ ".\src\speex\libspeex\stack_alloc.h"\ ".\src\speex\libspeex\vbr.h"\ ".\src\speex\libspeex\vq.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\quant_lsp.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_QUANT=\ ".\src\speex\libspeex\quant_lsp.h"\ ".\src\speex\libspeex\speex_bits.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_QUANT=\ ".\src\speex\libspeex\quant_lsp.h"\ ".\src\speex\libspeex\speex_bits.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_QUANT=\ ".\src\speex\libspeex\quant_lsp.h"\ ".\src\speex\libspeex\speex_bits.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_QUANT=\ ".\src\speex\libspeex\quant_lsp.h"\ ".\src\speex\libspeex\speex_bits.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\sb_celp.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_SB_CE=\ ".\src\speex\libspeex\cb_search.h"\ ".\src\speex\libspeex\filters.h"\ ".\src\speex\libspeex\lpc.h"\ ".\src\speex\libspeex\lsp.h"\ ".\src\speex\libspeex\ltp.h"\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\modes.h"\ ".\src\speex\libspeex\nb_celp.h"\ ".\src\speex\libspeex\quant_lsp.h"\ ".\src\speex\libspeex\sb_celp.h"\ ".\src\speex\libspeex\speex.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\speex_callbacks.h"\ ".\src\speex\libspeex\stack_alloc.h"\ ".\src\speex\libspeex\vbr.h"\ ".\src\speex\libspeex\vq.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_SB_CE=\ ".\src\speex\libspeex\cb_search.h"\ ".\src\speex\libspeex\filters.h"\ ".\src\speex\libspeex\lpc.h"\ ".\src\speex\libspeex\lsp.h"\ ".\src\speex\libspeex\ltp.h"\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\modes.h"\ ".\src\speex\libspeex\nb_celp.h"\ ".\src\speex\libspeex\quant_lsp.h"\ ".\src\speex\libspeex\sb_celp.h"\ ".\src\speex\libspeex\speex.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\speex_callbacks.h"\ ".\src\speex\libspeex\stack_alloc.h"\ ".\src\speex\libspeex\vbr.h"\ ".\src\speex\libspeex\vq.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_SB_CE=\ ".\src\speex\libspeex\cb_search.h"\ ".\src\speex\libspeex\filters.h"\ ".\src\speex\libspeex\lpc.h"\ ".\src\speex\libspeex\lsp.h"\ ".\src\speex\libspeex\ltp.h"\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\modes.h"\ ".\src\speex\libspeex\nb_celp.h"\ ".\src\speex\libspeex\quant_lsp.h"\ ".\src\speex\libspeex\sb_celp.h"\ ".\src\speex\libspeex\speex.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\speex_callbacks.h"\ ".\src\speex\libspeex\stack_alloc.h"\ ".\src\speex\libspeex\vbr.h"\ ".\src\speex\libspeex\vq.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_SB_CE=\ ".\src\speex\libspeex\cb_search.h"\ ".\src\speex\libspeex\filters.h"\ ".\src\speex\libspeex\lpc.h"\ ".\src\speex\libspeex\lsp.h"\ ".\src\speex\libspeex\ltp.h"\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\modes.h"\ ".\src\speex\libspeex\nb_celp.h"\ ".\src\speex\libspeex\quant_lsp.h"\ ".\src\speex\libspeex\sb_celp.h"\ ".\src\speex\libspeex\speex.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\speex_callbacks.h"\ ".\src\speex\libspeex\stack_alloc.h"\ ".\src\speex\libspeex\vbr.h"\ ".\src\speex\libspeex\vq.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\speex_callbacks.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_SPEEX_=\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\speex.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\speex_callbacks.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_SPEEX_=\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\speex.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\speex_callbacks.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_SPEEX_=\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\speex.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\speex_callbacks.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_SPEEX_=\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\speex.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\speex_callbacks.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\speex_header.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_SPEEX_H=\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\speex.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\speex_header.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_SPEEX_H=\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\speex.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\speex_header.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_SPEEX_H=\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\speex.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\speex_header.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_SPEEX_H=\ ".\src\speex\libspeex\misc.h"\ ".\src\speex\libspeex\speex.h"\ ".\src\speex\libspeex\speex_bits.h"\ ".\src\speex\libspeex\speex_header.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\vbr.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_VBR_C=\ ".\src\speex\libspeex\vbr.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_VBR_C=\ ".\src\speex\libspeex\vbr.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_VBR_C=\ ".\src\speex\libspeex\vbr.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_VBR_C=\ ".\src\speex\libspeex\vbr.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\vq.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_VQ_Cf6=\ ".\src\speex\libspeex\vq.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_VQ_Cf6=\ ".\src\speex\libspeex\vq.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_VQ_Cf6=\ ".\src\speex\libspeex\vq.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_VQ_Cf6=\ ".\src\speex\libspeex\vq.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # End Group # Begin Group "Speex Headers" # PROP Default_Filter "" # Begin Source File SOURCE=.\src\speex\libspeex\cb_search.h # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\filters.h # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\lpc.h # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\lsp.h # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\ltp.h # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\misc.h # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\modes.h # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\nb_celp.h # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\quant_lsp.h # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\sb_celp.h # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\speex.h # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\speex_bits.h # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\speex_callbacks.h # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\speex_header.h # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\stack_alloc.h # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\vbr.h # End Source File # Begin Source File SOURCE=.\src\speex\libspeex\vq.h # End Source File # End Group # End Group # Begin Group "G726" # PROP Default_Filter "" # Begin Group "G726 Sources" # PROP Default_Filter "" # Begin Source File SOURCE=.\src\g726\g726_16.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_G726_=\ ".\src\g726\g72x.h"\ ".\src\g726\private.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_G726_=\ ".\src\g726\g72x.h"\ ".\src\g726\private.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_G726_=\ ".\src\g726\g72x.h"\ ".\src\g726\private.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_G726_=\ ".\src\g726\g72x.h"\ ".\src\g726\private.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\g726\g726_24.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_G726_2=\ ".\src\g726\g72x.h"\ ".\src\g726\private.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_G726_2=\ ".\src\g726\g72x.h"\ ".\src\g726\private.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_G726_2=\ ".\src\g726\g72x.h"\ ".\src\g726\private.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_G726_2=\ ".\src\g726\g72x.h"\ ".\src\g726\private.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\g726\g726_32.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_G726_3=\ ".\src\g726\g72x.h"\ ".\src\g726\private.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_G726_3=\ ".\src\g726\g72x.h"\ ".\src\g726\private.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_G726_3=\ ".\src\g726\g72x.h"\ ".\src\g726\private.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_G726_3=\ ".\src\g726\g72x.h"\ ".\src\g726\private.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\g726\g726_40.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_G726_4=\ ".\src\g726\g72x.h"\ ".\src\g726\private.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_G726_4=\ ".\src\g726\g72x.h"\ ".\src\g726\private.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_G726_4=\ ".\src\g726\g72x.h"\ ".\src\g726\private.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_G726_4=\ ".\src\g726\g72x.h"\ ".\src\g726\private.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\g726\g72x.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_G72X_=\ ".\src\g726\g72x.h"\ ".\src\g726\private.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_G72X_=\ ".\src\g726\g72x.h"\ ".\src\g726\private.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_G72X_=\ ".\src\g726\g72x.h"\ ".\src\g726\private.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_G72X_=\ ".\src\g726\g72x.h"\ ".\src\g726\private.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # End Group # Begin Group "G726 Headers" # PROP Default_Filter "" # Begin Source File SOURCE=.\src\g726\g72x.h # End Source File # Begin Source File SOURCE=.\src\g726\private.h # End Source File # End Group # End Group # Begin Group "iLBC" # PROP Default_Filter "" # Begin Group "iLBC Headers" # PROP Default_Filter "" # Begin Source File SOURCE=.\src\iLBC\anaFilter.h # End Source File # Begin Source File SOURCE=.\src\iLBC\constants.h # End Source File # Begin Source File SOURCE=.\src\iLBC\createCB.h # End Source File # Begin Source File SOURCE=.\src\iLBC\doCPLC.h # End Source File # Begin Source File SOURCE=.\src\iLBC\enhancer.h # End Source File # Begin Source File SOURCE=.\src\iLBC\filter.h # End Source File # Begin Source File SOURCE=.\src\iLBC\FrameClassify.h # End Source File # Begin Source File SOURCE=.\src\iLBC\gainquant.h # End Source File # Begin Source File SOURCE=.\src\iLBC\getCBvec.h # End Source File # Begin Source File SOURCE=.\src\iLBC\helpfun.h # End Source File # Begin Source File SOURCE=.\src\iLBC\hpInput.h # End Source File # Begin Source File SOURCE=.\src\iLBC\hpOutput.h # End Source File # Begin Source File SOURCE=.\src\iLBC\iCBConstruct.h # End Source File # Begin Source File SOURCE=.\src\iLBC\iCBSearch.h # End Source File # Begin Source File SOURCE=.\src\iLBC\iLBC_decode.h # End Source File # Begin Source File SOURCE=.\src\iLBC\iLBC_define.h # End Source File # Begin Source File SOURCE=.\src\iLBC\iLBC_encode.h # End Source File # Begin Source File SOURCE=.\src\iLBC\LPCdecode.h # End Source File # Begin Source File SOURCE=.\src\iLBC\LPCencode.h # End Source File # Begin Source File SOURCE=.\src\iLBC\lsf.h # End Source File # Begin Source File SOURCE=.\src\iLBC\packing.h # End Source File # Begin Source File SOURCE=.\src\iLBC\StateConstructW.h # End Source File # Begin Source File SOURCE=.\src\iLBC\StateSearchW.h # End Source File # Begin Source File SOURCE=.\src\iLBC\syntFilter.h # End Source File # End Group # Begin Group "iLBC Sources" # PROP Default_Filter "" # Begin Source File SOURCE=.\src\iLBC\anaFilter.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_ANAFI=\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_ANAFI=\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_ANAFI=\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_ANAFI=\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\constants.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_CONST=\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_CONST=\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_CONST=\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_CONST=\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\createCB.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_CREAT=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_CREAT=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_CREAT=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_CREAT=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\doCPLC.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_DOCPL=\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_DOCPL=\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_DOCPL=\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_DOCPL=\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\enhancer.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_ENHAN=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_ENHAN=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_ENHAN=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_ENHAN=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\filter.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_FILTER=\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_FILTER=\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_FILTER=\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_FILTER=\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\FrameClassify.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_FRAME=\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_FRAME=\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_FRAME=\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_FRAME=\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\gainquant.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_GAINQ=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_GAINQ=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_GAINQ=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_GAINQ=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\getCBvec.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_GETCB=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_GETCB=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_GETCB=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_GETCB=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\helpfun.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_HELPF=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_HELPF=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_HELPF=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_HELPF=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\hpInput.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_HPINP=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_HPINP=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_HPINP=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_HPINP=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\hpOutput.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_HPOUT=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_HPOUT=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_HPOUT=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_HPOUT=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\iCBConstruct.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_ICBCO=\ ".\src\iLBC\gainquant.h"\ ".\src\iLBC\getCBvec.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_ICBCO=\ ".\src\iLBC\gainquant.h"\ ".\src\iLBC\getCBvec.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_ICBCO=\ ".\src\iLBC\gainquant.h"\ ".\src\iLBC\getCBvec.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_ICBCO=\ ".\src\iLBC\gainquant.h"\ ".\src\iLBC\getCBvec.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\iCBSearch.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_ICBSE=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\createCB.h"\ ".\src\iLBC\gainquant.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_ICBSE=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\createCB.h"\ ".\src\iLBC\gainquant.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_ICBSE=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\createCB.h"\ ".\src\iLBC\gainquant.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_ICBSE=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\createCB.h"\ ".\src\iLBC\gainquant.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\iLBC_decode.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_ILBC_=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\doCPLC.h"\ ".\src\iLBC\enhancer.h"\ ".\src\iLBC\helpfun.h"\ ".\src\iLBC\hpOutput.h"\ ".\src\iLBC\iCBConstruct.h"\ ".\src\iLBC\iLBC_define.h"\ ".\src\iLBC\LPCdecode.h"\ ".\src\iLBC\packing.h"\ ".\src\iLBC\StateConstructW.h"\ ".\src\iLBC\syntFilter.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_ILBC_=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\doCPLC.h"\ ".\src\iLBC\enhancer.h"\ ".\src\iLBC\helpfun.h"\ ".\src\iLBC\hpOutput.h"\ ".\src\iLBC\iCBConstruct.h"\ ".\src\iLBC\iLBC_define.h"\ ".\src\iLBC\LPCdecode.h"\ ".\src\iLBC\packing.h"\ ".\src\iLBC\StateConstructW.h"\ ".\src\iLBC\syntFilter.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_ILBC_=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\doCPLC.h"\ ".\src\iLBC\enhancer.h"\ ".\src\iLBC\helpfun.h"\ ".\src\iLBC\hpOutput.h"\ ".\src\iLBC\iCBConstruct.h"\ ".\src\iLBC\iLBC_define.h"\ ".\src\iLBC\LPCdecode.h"\ ".\src\iLBC\packing.h"\ ".\src\iLBC\StateConstructW.h"\ ".\src\iLBC\syntFilter.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_ILBC_=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\doCPLC.h"\ ".\src\iLBC\enhancer.h"\ ".\src\iLBC\helpfun.h"\ ".\src\iLBC\hpOutput.h"\ ".\src\iLBC\iCBConstruct.h"\ ".\src\iLBC\iLBC_define.h"\ ".\src\iLBC\LPCdecode.h"\ ".\src\iLBC\packing.h"\ ".\src\iLBC\StateConstructW.h"\ ".\src\iLBC\syntFilter.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\iLBC_encode.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_ILBC_E=\ ".\src\iLBC\anaFilter.h"\ ".\src\iLBC\constants.h"\ ".\src\iLBC\FrameClassify.h"\ ".\src\iLBC\helpfun.h"\ ".\src\iLBC\hpInput.h"\ ".\src\iLBC\iCBConstruct.h"\ ".\src\iLBC\iCBSearch.h"\ ".\src\iLBC\iLBC_define.h"\ ".\src\iLBC\LPCencode.h"\ ".\src\iLBC\packing.h"\ ".\src\iLBC\StateConstructW.h"\ ".\src\iLBC\StateSearchW.h"\ ".\src\iLBC\syntFilter.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_ILBC_E=\ ".\src\iLBC\anaFilter.h"\ ".\src\iLBC\constants.h"\ ".\src\iLBC\FrameClassify.h"\ ".\src\iLBC\helpfun.h"\ ".\src\iLBC\hpInput.h"\ ".\src\iLBC\iCBConstruct.h"\ ".\src\iLBC\iCBSearch.h"\ ".\src\iLBC\iLBC_define.h"\ ".\src\iLBC\LPCencode.h"\ ".\src\iLBC\packing.h"\ ".\src\iLBC\StateConstructW.h"\ ".\src\iLBC\StateSearchW.h"\ ".\src\iLBC\syntFilter.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_ILBC_E=\ ".\src\iLBC\anaFilter.h"\ ".\src\iLBC\constants.h"\ ".\src\iLBC\FrameClassify.h"\ ".\src\iLBC\helpfun.h"\ ".\src\iLBC\hpInput.h"\ ".\src\iLBC\iCBConstruct.h"\ ".\src\iLBC\iCBSearch.h"\ ".\src\iLBC\iLBC_define.h"\ ".\src\iLBC\LPCencode.h"\ ".\src\iLBC\packing.h"\ ".\src\iLBC\StateConstructW.h"\ ".\src\iLBC\StateSearchW.h"\ ".\src\iLBC\syntFilter.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_ILBC_E=\ ".\src\iLBC\anaFilter.h"\ ".\src\iLBC\constants.h"\ ".\src\iLBC\FrameClassify.h"\ ".\src\iLBC\helpfun.h"\ ".\src\iLBC\hpInput.h"\ ".\src\iLBC\iCBConstruct.h"\ ".\src\iLBC\iCBSearch.h"\ ".\src\iLBC\iLBC_define.h"\ ".\src\iLBC\LPCencode.h"\ ".\src\iLBC\packing.h"\ ".\src\iLBC\StateConstructW.h"\ ".\src\iLBC\StateSearchW.h"\ ".\src\iLBC\syntFilter.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\LPCdecode.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_LPCDEC=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\helpfun.h"\ ".\src\iLBC\iLBC_define.h"\ ".\src\iLBC\lsf.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_LPCDEC=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\helpfun.h"\ ".\src\iLBC\iLBC_define.h"\ ".\src\iLBC\lsf.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_LPCDEC=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\helpfun.h"\ ".\src\iLBC\iLBC_define.h"\ ".\src\iLBC\lsf.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_LPCDEC=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\helpfun.h"\ ".\src\iLBC\iLBC_define.h"\ ".\src\iLBC\lsf.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\LPCencode.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_LPCENC=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\helpfun.h"\ ".\src\iLBC\iLBC_define.h"\ ".\src\iLBC\lsf.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_LPCENC=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\helpfun.h"\ ".\src\iLBC\iLBC_define.h"\ ".\src\iLBC\lsf.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_LPCENC=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\helpfun.h"\ ".\src\iLBC\iLBC_define.h"\ ".\src\iLBC\lsf.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_LPCENC=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\helpfun.h"\ ".\src\iLBC\iLBC_define.h"\ ".\src\iLBC\lsf.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\lsf.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_LSF_C=\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_LSF_C=\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_LSF_C=\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_LSF_C=\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\packing.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_PACKI=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\helpfun.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_PACKI=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\helpfun.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_PACKI=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\helpfun.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_PACKI=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\helpfun.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\StateConstructW.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_STATE=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_STATE=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_STATE=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_STATE=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\StateSearchW.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_STATES=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\helpfun.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_STATES=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\helpfun.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_STATES=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\helpfun.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_STATES=\ ".\src\iLBC\constants.h"\ ".\src\iLBC\helpfun.h"\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # Begin Source File SOURCE=.\src\iLBC\syntFilter.c !IF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Release" DEP_CPP_SYNTF=\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARM) Debug" DEP_CPP_SYNTF=\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Release" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE x86em) Debug" !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Debug" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE ARMV4) Release" DEP_CPP_SYNTF=\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Debug" DEP_CPP_SYNTF=\ ".\src\iLBC\iLBC_define.h"\ # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ELSEIF "$(CFG)" == "Openh323libce - Win32 (WCE emulator) Release" # SUBTRACT BASE CPP /YX /Yc /Yu # SUBTRACT CPP /YX /Yc /Yu !ENDIF # End Source File # End Group # End Group # End Target # End Project openh323_v1_18_0/openh323u.mak.in0100644000176200056700000002032610166162557016471 0ustar releasepostincr# # openh323u.mak # # Make symbols include file for Open H323 library # # Copyright (c) 1998-2000 Equivalence Pty. Ltd. # # The contents of this file are subject to the Mozilla Public License # Version 1.0 (the "License"); you may not use this file except in # compliance with the License. You may obtain a copy of the License at # http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See # the License for the specific language governing rights and limitations # under the License. # # The Original Code is Open H323 library. # # The Initial Developer of the Original Code is Equivalence Pty. Ltd. # # Contributor(s): ______________________________________. # # $Log: openh323u.mak.in,v $ # Revision 1.14 2005/01/03 06:25:51 csoutheren # Added extensive support for disabling code modules at compile time # # Revision 1.13 2004/12/08 05:16:13 csoutheren # Fixed OSP compilation on Linux # # Revision 1.12 2004/06/10 13:16:30 csoutheren # Added configure option to remove ASN tracing # # Revision 1.11 2004/05/12 13:39:34 csoutheren # Added support for --disable-video and --disable-audio # # Revision 1.10 2004/04/22 22:34:59 csoutheren # Fixed mispelling of Guilhem Tardy - my apologies to him # # Revision 1.9 2004/04/22 14:22:19 csoutheren # Added RFC 2190 H.263 code as created by Guilhem Tardy and AliceStreet # Many thanks to them for their contributions. # # Revision 1.8 2004/04/14 11:40:04 csoutheren # Updated to detect system GSM library # # Revision 1.7 2004/02/26 12:08:55 csoutheren # Fixed various problems thanks to Klaus Kaempf # # Revision 1.6 2004/01/30 01:45:30 csoutheren # Moved some compiler flags to include files # # Revision 1.5 2004/01/02 01:23:13 csoutheren # More changes to allow correct autodetection of local Speex libraries # # Revision 1.4 2003/12/29 12:13:27 csoutheren # configure now checks for libspeex in system libraries and compares # version against version in local sources. Also use --enable-localspeex to # force use of local Speex or system Speex # # Revision 1.3 2003/08/04 00:03:09 dereksmithies # Get it to correctly handle tests for H263 # # Revision 1.2 2003/07/26 03:55:31 dereksmithies # Upates for Vic H263 codec # # Revision 1.1 2003/05/14 19:52:44 csoutheren # Initial version # # Revision 1.45 2003/04/16 04:26:57 dereks # Initial release of h263 codec, which utilises the ffmpeg library. # Thanks to Guilhem Tardy, and to AliceStreet. # # Revision 1.44 2003/01/06 22:05:42 rogerh # Make sure NetBSD sets HAS_OSS # # Revision 1.43 2003/01/06 21:21:31 rogerh # Set HAS_OSS on more platforms # # Revision 1.42 2002/11/26 10:24:54 rogerh # Move CU30 test here. # Add new target 'ccflags' which prints the STDCCFLAGS used by pwlib and # openh323. This is handy for 3rd party applications. # # Revision 1.41 2002/11/22 10:56:41 robertj # Added PREFIX variable to move the include directory, required by packagers. # # Revision 1.40 2002/11/05 02:18:03 robertj # Changed default for speex codec to be included. # # Revision 1.39 2002/11/04 00:37:14 dereks # Disable usage of speex codec when NO_SPEEX define is set. # # Revision 1.38 2002/10/22 08:59:42 rogerh # Use the imported Speex library # # Revision 1.37 2002/10/09 12:58:00 rogerh # Look for Speex include file in SYSINCDIR. Submitted by Huib Kleinhout. # # Revision 1.36 2002/09/23 07:41:29 robertj # Fixed so builds pwlib before openh323 when go make optlibs # # Revision 1.35 2002/08/14 04:26:00 craigs # Fixed Speex library problem # # Revision 1.34 2002/08/14 02:41:08 robertj # Fixed previous patch, missing parenthesis # # Revision 1.33 2002/08/14 02:28:17 robertj # Added search order for pwlib directory, look in parent to openh323 directory # first, then users home directory, then /usr/local. # # Revision 1.32 2002/08/13 14:24:51 craigs # Added Speex codec detection # # Revision 1.31 2002/08/05 12:00:18 robertj # Changed symbol for building library dependent on OpenH323 to be a more # a general name. # # Revision 1.30 2002/08/05 07:01:25 robertj # Fixed double inclusion of common.mak # # Revision 1.29 2002/04/18 05:14:10 robertj # Changed /usr/include to SYSINCDIR helps with X-compiling, thanks Bob Lindell # # Revision 1.28 2002/01/14 15:38:09 rogerh # Look for telephony.h in /usr/local/include/sys (which is where the # FreeBSD Ports Tree copy of the ixj driver puts the header files) # # Revision 1.27 2001/11/27 22:48:40 robertj # Changed to make system to better support non-shared library building. # # Revision 1.26 2001/10/09 09:05:24 robertj # Added LIBDIRS variable so can go "make libs" to build openh323 & pwlib # # Revision 1.25 2001/10/05 03:28:18 robertj # Fixed the inclusion of VPB support if can find the library somewhere. # # Revision 1.24 2001/09/11 08:33:05 robertj # Prevented inclusion of xJack if cross compiling to Nucleus, thanks Nick Hoath # # Revision 1.23 2001/09/11 01:24:36 robertj # Added conditional compilation to remove video and/or audio codecs. # # Revision 1.22 2001/05/16 07:35:10 robertj # New minor version # # Revision 1.21 2001/05/03 01:43:55 rogerh # There is no need to test for X11 as the openh323 library does not use it # # Revision 1.20 2001/03/15 11:29:52 rogerh # use NO_XWINDOWS=1 to compile without X11 support on systems with X11 installed # # Revision 1.19 2001/02/10 04:01:50 robertj # Fixed build system so application can be built NOTRACE to separate directory. # # Revision 1.18 2001/02/09 04:44:37 craigs # Added ability create a NOTRACE version of an exectuable with seperate # libraries # # Revision 1.17 2000/10/30 00:23:56 robertj # Added auto inclusion of ptlib make rules # PWLIBDIR = @PWLIBDIR@ OPENH323DIR = @OPENH323DIR@ STDCCFLAGS += @STDCCFLAGS@ LDFLAGS += @LDFLAGS@ LDLIBS += @LDLIBS@ ENDLDLIBS := @ENDLDLIBS@ $(ENDLDLIBS) H323_AVCODEC = @H323_AVCODEC@ H323_VICH263 = @H323_VICH263@ H323_RFC2190_AVCODEC = @H323_RFC2190_AVCODEC@ NOAUDIOCODECS = @NOAUDIOCODECS@ NOVIDEO = @NOVIDEO@ NOTRACE = @NOTRACE@ H323_TRANSNEXUS_OSP = @H323_TRANSNEXUS_OSP@ H323_T38 = @H323_T38@ H323_T120 = @H323_T120@ H323_H248 = @H323_H248@ H323_H450 = @H323_H450@ H323_H501 = @H323_H501@ H323_IXJ = @H323_IXJ@ ifdef LIBRARY_MAKEFILE include $(PWLIBDIR)/make/unix.mak else ifeq ($(NOTRACE), 1) OBJDIR_SUFFIX := n endif # NOTRACE include $(PWLIBDIR)/make/ptlib.mak endif # LIBRARY_MAKEFILE LIBDIRS += $(OPENH323DIR) #OH323_SUPPRESS_H235 = 1 OH323_SRCDIR = $(OPENH323DIR)/src ifdef PREFIX OH323_INCDIR = $(PREFIX)/include/openh323 else OH323_INCDIR = $(OPENH323DIR)/include endif # PREFIX ifndef OH323_LIBDIR OH323_LIBDIR = $(OPENH323DIR)/lib endif # OH323_LIBDIR ifeq ($(NOTRACE), 1) STDCCFLAGS += -DPASN_NOPRINTON -DPASN_LEANANDMEAN OH323_SUFFIX = n else STDCCFLAGS += -DPTRACING RCFLAGS += -DPTRACING OH323_SUFFIX = $(OBJ_SUFFIX) endif # NOTRACE OH323_BASE = h323_$(PLATFORM_TYPE)_$(OH323_SUFFIX)$(LIB_TYPE) OH323_FILE = lib$(OH323_BASE).$(LIB_SUFFIX) LDFLAGS += -L$(OH323_LIBDIR) LDLIBS := -l$(OH323_BASE) $(LDLIBS) STDCCFLAGS += -I$(OH323_INCDIR) ifeq ($(H323_SYSTEM_SPEEX),1) ENDLDLIBS := -lspeex $(ENDLDLIBS) endif ifdef OH323_SUPPRESS_H235 STDCCFLAGS += -DOH323_SUPPRESS_H235 endif #Allow disabling of speex codec ifdef NO_SPEEX STDCCFLAGS += -DNO_SPEEX endif VPB_LIB := vpb ifneq (,$(wildcard $(SYSLIBDIR)/lib$(VPB_LIB).a)) VPB_LIB_PATH=$(SYSLIBDIR) else ifneq (,$(wildcard /usr/local/lib/lib$(VPB_LIB).a)) VPB_LIB_PATH=/usr/local/lib else ifeq ($(OSTYPE),linux) ifneq (,$(wildcard $(OH323_SRCDIR)/lib$(VPB_LIB).a)) VPB_LIB_PATH=$(OH323_SRCDIR) else ifneq (,$(wildcard ./lib$(VPB_LIB).a)) VPB_LIB_PATH=. endif # current directory endif # openhrer/src endif # linux endif # /usr/local/lib endif # /usr/lib ifdef VPB_LIB_PATH HAS_VPB := 1 STDCCFLAGS += -DHAS_VPB LDFLAGS += -L$(VPB_LIB_PATH) LDLIBS += -l$(VPB_LIB) endif # VPB_LIB_PATH ifdef H323_VICH263 LDFLAGS += -L/usr/local/lib LDLIBS += -lvich263 endif # H323_VICH263 $(TARGET) : $(OH323_LIBDIR)/$(OH323_FILE) ifndef LIBRARY_MAKEFILE ifdef DEBUG $(OH323_LIBDIR)/$(OH323_FILE): $(MAKE) -C $(OH323_SRCDIR) debug else $(OH323_LIBDIR)/$(OH323_FILE): $(MAKE) -C $(OH323_SRCDIR) opt endif # DEBUG endif # LIBRARY_MAKEFILE # End of file openh323_v1_18_0/version.h0100644000176200056700000000253010405121726015464 0ustar releasepostincr/* * version.h * * Version number header file for simple OpenH323 sample. * * A H.323 "net telephone" application. * * Copyright (c) 2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * * Library dependencies: * * pwlib: v1.9.0 CVS tag: */ #ifndef _OpenH323_VERSION_H #define _OpenH323_VERSION_H /* WARNING: You MUST NOT add any comments to the #defines which follow or add extra commented out #defines as this will confuse the parser which extracts the version numbers */ #define MAJOR_VERSION 1 #define MINOR_VERSION 18 #define BUILD_TYPE ReleaseCode #define BUILD_NUMBER 0 #endif // _OpenH323_VERSION_H // End of File /////////////////////////////////////////////////////////////// openh323_v1_18_0/videonotes.rtf0100755000176200056700000006141707640424705016550 0ustar releasepostincr{\rtf1\ansi\deff0\adeflang1025 {\fonttbl{\f0\froman\fprq2\fcharset0 Times New Roman{\*\falt Thorndale};}{\f1\froman\fprq2\fcharset0 Times New Roman{\*\falt Thorndale};}{\f2\fswiss\fprq2\fcharset0 Arial;}{\f3\froman\fprq2\fcharset0 Times New Roman;}{\f4\fswiss\fprq2\fcharset0 Arial{\*\falt Albany};}{\f5\fnil\fprq0\fcharset0 Courier New;}{\f6\fmodern\fprq1\fcharset0 Courier New;}{\f7\fnil\fprq2\fcharset0 HG Mincho Light J;}{\f8\fnil\fprq2\fcharset0 Arial Unicode MS;}} {\colortbl;\red0\green0\blue0;\red128\green128\blue128;} {\stylesheet{\s1\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs20\langfe255\loch\f3\fs20\lang255\snext1 Default;} {\s2\sa120\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs20\langfe255\loch\f3\fs20\lang255\sbasedon1\snext2 Text body;} {\s3\sb240\sa120\keepn\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs28\langfe255\loch\f4\fs28\lang255\sbasedon1\snext2 Heading;} {\s4\sb240\sa60\keepn\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs28\langfe255\ab\loch\f2\fs28\lang255\b\sbasedon1\snext1{\*\soutlvl0} Heading 1;} {\s5\sb240\sa60\keepn\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs24\langfe255\ai\ab\loch\f2\fs24\lang255\i\b\sbasedon1\snext1{\*\soutlvl1} Heading 2;} {\s6\sb240\sa60\cf0\qc\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs32\langfe255\ab\loch\f2\fs32\lang255\b\sbasedon1\snext7 Title;} {\s7\sb240\sa120\keepn\cf0\qc\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs28\langfe255\ai\loch\f4\fs28\lang255\i\sbasedon3\snext2 Subtitle;} {\*\cs9\cf1\rtlch\af8\afs24\lang255\ltrch\dbch\af7\afs24\langfe255\loch\f0\fs24\lang1031 WW-Absatz-Standardschriftart;} {\*\cs10\cf1\rtlch\af8\afs24\lang255\ltrch\dbch\af7\afs24\langfe255\loch\f0\fs24\lang1031 WW-Default Paragraph Font;} }{\*\listtable{\list\listtemplateid1 {\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow2{\leveltext \'02\'00.;}{\levelnumbers\'01;}\fi-360\li360} {\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow2{\leveltext \'02\'01.;}{\levelnumbers\'01;}\fi-283\li567} {\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow2{\leveltext \'02\'02.;}{\levelnumbers\'01;}\fi-283\li850} {\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow2{\leveltext \'02\'03.;}{\levelnumbers\'01;}\fi-283\li1134} {\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow2{\leveltext \'02\'04.;}{\levelnumbers\'01;}\fi-283\li1417} {\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow2{\leveltext \'02\'05.;}{\levelnumbers\'01;}\fi-283\li1701} {\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow2{\leveltext \'02\'06.;}{\levelnumbers\'01;}\fi-283\li1984} {\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow2{\leveltext \'02\'07.;}{\levelnumbers\'01;}\fi-283\li2268} {\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow2{\leveltext \'02\'08.;}{\levelnumbers\'01;}\fi-283\li2551} {\*\soutlvl{\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow2{\leveltext \'02\'09.;}{\levelnumbers\'01;}\fi-283\li2835}}\listid1} {\list\listtemplateid2 {\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow2{\leveltext \'02\'00.;}{\levelnumbers\'01;}\fi-360\li360} {\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow2{\leveltext \'02\'01.;}{\levelnumbers\'01;}\fi-283\li567} {\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow2{\leveltext \'02\'02.;}{\levelnumbers\'01;}\fi-283\li850} {\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow2{\leveltext \'02\'03.;}{\levelnumbers\'01;}\fi-283\li1134} {\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow2{\leveltext \'02\'04.;}{\levelnumbers\'01;}\fi-283\li1417} {\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow2{\leveltext \'02\'05.;}{\levelnumbers\'01;}\fi-283\li1701} {\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow2{\leveltext \'02\'06.;}{\levelnumbers\'01;}\fi-283\li1984} {\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow2{\leveltext \'02\'07.;}{\levelnumbers\'01;}\fi-283\li2268} {\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow2{\leveltext \'02\'08.;}{\levelnumbers\'01;}\fi-283\li2551} {\*\soutlvl{\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow2{\leveltext \'02\'09.;}{\levelnumbers\'01;}\fi-283\li2835}}\listid2} {\list\listtemplateid3 {\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow2{\leveltext \'02\'00.;}{\levelnumbers\'01;}\fi-360\li360} {\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow2{\leveltext \'02\'01.;}{\levelnumbers\'01;}\fi-283\li567} {\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow2{\leveltext \'02\'02.;}{\levelnumbers\'01;}\fi-283\li850} {\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow2{\leveltext \'02\'03.;}{\levelnumbers\'01;}\fi-283\li1134} {\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow2{\leveltext \'02\'04.;}{\levelnumbers\'01;}\fi-283\li1417} {\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow2{\leveltext \'02\'05.;}{\levelnumbers\'01;}\fi-283\li1701} {\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow2{\leveltext \'02\'06.;}{\levelnumbers\'01;}\fi-283\li1984} {\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow2{\leveltext \'02\'07.;}{\levelnumbers\'01;}\fi-283\li2268} {\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow2{\leveltext \'02\'08.;}{\levelnumbers\'01;}\fi-283\li2551} {\*\soutlvl{\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow2{\leveltext \'02\'09.;}{\levelnumbers\'01;}\fi-283\li2835}}\listid3} }{\listoverridetable{\listoverride\listid1\listoverridecount0\ls0}{\listoverride\listid2\listoverridecount0\ls1}{\listoverride\listid3\listoverridecount0\ls2}} {\info{\title Controlling video bit rate and video encode quality}{\author Walter H. Whitlock}{\creatim\yr2002\mo4\dy11\hr12\min21}{\operator Walter Whitlock}{\revtim\yr2002\mo12\dy14\hr18\min7}{\printim\yr1601\mo1\dy1\hr0\min0}{\comment StarWriter}{\vern6410}}\deftab720 {\*\pgdsctbl {\pgdsc0\pgdscuse195\pgwsxn12240\pghsxn15840\marglsxn1440\margrsxn1440\margtsxn1440\margbsxn1440\pgdscnxt0 Default;}} \paperh15840\paperw12240\margl1440\margr1440\margt1440\margb1440\sectd\sbknone\pgwsxn12240\pghsxn15840\marglsxn1440\margrsxn1440\margtsxn1440\margbsxn1440\ftnbj\ftnstart1\ftnrstcont\ftnnar\aenddoc\aftnrstcont\aftnstart1\aftnnrlc \pard\plain \s6\sb240\sa60\cf0\qc\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs32\langfe255\ab\loch\f2\fs32\lang255\b\sa60\qc {\ltrch\loch\f2 Controlling video bit rate and video encode quality} \par \pard\plain \sb240\sa60\keepn\cf0\f2\fs28\lang255\b\f3\fs28\b \s4\sb240\sa60\keepn\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs28\langfe255\ab\loch\f2\fs28\lang255\b\sb240\sa60\keepn {\ltrch\loch\f2 Introduction} \par \pard\plain \s1\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs20\langfe255\loch\f3\fs20\lang255 {\ltrch\loch\f3 Controlling video bit rate and adjusting or controlling the quality of encoded video are two separate but related functions that the video codec can attempt to manage in order to achieve better quality of service. } \par \pard\plain \sb240\sa60\keepn\cf0\f2\fs28\lang255\b\f3\fs28\b \s4\sb240\sa60\keepn\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs28\langfe255\ab\loch\f2\fs28\lang255\b\sb240\sa60\keepn {\ltrch\loch\f2 Controlling video bit rate} \par \pard\plain \s1\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs20\langfe255\loch\f3\fs20\lang255 {\ltrch\loch\f3 Every channel has a bit rate limit. However, in many situations, the channel\rquote s bit rate limit is sufficiently above the codec bit rate requirement that the effects of the limited bit rate can be ignored. One just assumes, or makes it a requirement, that the channel will accept bits for transmission at whatever rate the codec wishes to send them. This is the default assumption for both audio and video channels in openH323. } \par \par {\ltrch\loch\f3 When the channel bit rate limit is, in fact, close to or below the codec sending bit rate, the usual consequence is lost or dropped packets. That is, packets are sent from the source end point but never arrive at the destination end point. The channel is limiting bit rate by dropping packets. For both audio and video, the effect of dropped packets is to degrade audio or video quality. Depending on the particular encoding audio codec, the effect of a few dropped packets can range from insignificant and u nnoticed to very significant with very noticeable degrading of audio quality. For video, the effect is similar depending on the particular encoding codec. However, video information is generally not as important for effective communication as audio. Con sequently, the effect of dropped video packets can usually be ignored whereas something must be done to minimize dropped audio packets. } \par \par {\ltrch\loch\f3 Why control the video bit rate if dropped video packets are not especially important? The problem is that audio and video packets will usually pass through the same router when using an IP based channel. If this total bit rate exceeds the IP channel bit rate limit and the router drops packets, it usually does not distinguish between audio and video packets. Consequently, audio packets can be dropped because the video bit rate exceeds the router bit rate limit. Under this condition, the degraded audio q uality can essentially make the channel unusable for communication. } \par \par {\ltrch\loch\f3 The solution to this problem is to manage the total bit rate and keep it from exceeding some maximum. Since video data generally uses a much larger fraction of the IP based channel capacity than audio data, the total bit rate can be managed effectively by controlling only the video channel bit rate. } \par \par {\ltrch\loch\f3 The easiest way to control video channel bit rate is to insert a variable delay between transmitting each packet. The delay time is calculated to ensure that the next packet will not be transmitted until sufficient time has elapsed that the average bit ra te (bits in packet / time before next packet is transmitted) does not exceed the bit rate control target for the channel. This is the approach taken when video bit rate control is enabled in openH323. The channel is limiting bit rate by inserting additio nal time for transmission. Note that if one is clever about it, useful work can still be done during the time interval between packets. } \par \par {\ltrch\loch\f3 If nothing else is done, the immediate consequence of controlling the video bit rate at less than the channel capacity is a drop in video frame rate. Depending on how low the target video bit rate has been set, the frame rate could easily drop below 1 fra me per second. Users, however, will generally prefer a higher frame rate, even if the video quality is degraded to achieve it. This leads naturally into the following discussion about reducing video quality in order to gain a faster frame rate. } \par \pard\plain \sb240\sa60\keepn\cf0\f2\fs28\lang255\b\f3\fs28\b \s4\sb240\sa60\keepn\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs28\langfe255\ab\loch\f2\fs28\lang255\b\sb240\sa60\keepn {\ltrch\loch\f2 Controlling video encode quality } \par \pard\plain \s1\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs20\langfe255\loch\f3\fs20\lang255 {\ltrch\loch\f3 As discussed previously, the need for controlling video encode quality arises when the video bit rate is limited or controlled in a way other than simply dropping packets. If there is no video bit rate limit, there really is no need to control video encod e quality. The encoder can run at maximum encode quality all the time. } \par \par {\ltrch\loch\f3 There are three parameters that control video quality in the H261 codec, frame rate of delivered video, background fill rate, and quantization level used during encode (q, varies from 1 to 31). With a fixed video bit rate, it is not possible to vary these three parameters arbitrarily. Instead, one must find a set of values which results in a video bit rate which both satisfies the target video bit rate requirement and which also maximizes the perceived video quality of the result. This can be thought of as a constrained optimization problem, but note that the solution only applies to one particular frame of video input. In general, the optimum encoding parameters will change with every video frame. } \par \par {\ltrch\loch\f3 The OpenH323 H261codec uses the following strategy in attempting to achieve maximum perceived video quality. This strategy is simple and no doubt can be improved. Note that this strategy is only active if video bit rate control is active. } \par \par \pard\plain {\listtext\pard\plain \li360\ri0\fi-360\cf0\f3\fs20\lang255\f3\fs20 1.}\ilvl0 \s1\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs20\langfe255\loch\f3\fs20\lang255\li360\ri0\fi-360\ls2 {\ltrch\loch\f3 The video codec measures and keeps track of the average bit rate achieved while transmitting. This ensures that the codec becomes aware of changes in the actual video bit rate through the channel, no matter what causes these changes. It could be due to a ctive bit rate control by the codec or it could be due to some other reason. } \par \pard\plain {\listtext\pard\plain \li360\ri0\fi-360\cf0\f3\fs20\lang255\f3\fs20 2.}\ilvl0 \s1\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs20\langfe255\loch\f3\fs20\lang255\li360\ri0\fi-360\ls2 {\ltrch\loch\f3 The video codec calculates a target value for frame size in bits per frame based on the user requested video frame rate and the measured average video channel bit rate. } \par \pard\plain {\listtext\pard\plain \li360\ri0\fi-360\cf0\f3\fs20\lang255\f3\fs20 3.}\ilvl0 \s1\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs20\langfe255\loch\f3\fs20\lang255\li360\ri0\fi-360\ls2 {\ltrch\loch\f3 Before encoding a new frame, the codec calculates the difference between the size of the previous frame and the target frame size. This difference is used to adjust the encode quality up or down in attempt to achieve the target frame size for the next enc oded frame. } \par \pard\plain \s1\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs20\langfe255\loch\f3\fs20\lang255 \par {\ltrch\loch\f3 After encoding, the actual frame size will hardly ever be equal to the target frame size. Transmitting this frame causes a short term variation in the video frame rate. In summary, the encode strategy} \par \par \pard\plain {\listtext\pard\plain \li360\ri0\fi-360\cf0\f3\fs20\lang255\f3\fs20 1.}\ilvl0 \s1\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs20\langfe255\loch\f3\fs20\lang255\li360\ri0\fi-360\ls1 {\ltrch\loch\f3 accepts short term variations in the frame rate of delivered video, } \par \pard\plain {\listtext\pard\plain \li360\ri0\fi-360\cf0\f3\fs20\lang255\f3\fs20 2.}\ilvl0 \s1\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs20\langfe255\loch\f3\fs20\lang255\li360\ri0\fi-360\ls1 {\ltrch\loch\f3 adjusts video encode quality in an attempt to keep the frame rate close to a user set target frame rate, } \par \pard\plain {\listtext\pard\plain \li360\ri0\fi-360\cf0\f3\fs20\lang255\f3\fs20 3.}\ilvl0 \s1\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs20\langfe255\loch\f3\fs20\lang255\li360\ri0\fi-360\ls1 {\ltrch\loch\f3 does not adjust the background fill rate. } \par \pard\plain \sb240\sa60\keepn\cf0\f2\fs28\lang255\b\f3\fs28\b \s4\sb240\sa60\keepn\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs28\langfe255\ab\loch\f2\fs28\lang255\b {\ltrch\loch\f2 Complications and Open issues} \par \pard\plain \sb240\sa60\keepn\cf0\f2\lang255\i\b\f3\i\b \s5\sb240\sa60\keepn\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs24\langfe255\ai\ab\loch\f2\fs24\lang255\i\b {\ltrch\loch\f2 Frame rate control by video grabber} \par \pard\plain \s1\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs20\langfe255\loch\f3\fs20\lang255 {\ltrch\loch\f3 The strategy for controlling video encode quality makes the implicit assumption that decreasing the number of bits per frame will result in an increase in the frame rate. This assumption does not hold true if the frame rate is limited or controlled by som e other mechanism. Specifically, the frame rate could be controlled by the video frame grabber. } \par \par {\ltrch\loch\f3 If the user requested video frame send rate is set higher than the frame rate from the video grabber, the video codec will reduce encode quality in an attempt to decrease the size of each encoded frame and increase the transmitted frame rate. However, the average bit rate achieved while transmitting decreases but the frame rate stays the same (because it is controlled by the video grabber). The codec again decreases the encode quality, the encoded frame size decreases, the average bit rate decreases some more, but the frame rate stays the same. This process continues until the encode quality cannot be decreased further and poor quality video frames are transmitted at the grabber determined frame rate. There is plenty of capacity available in the video ch annel but it is not being used because the codec is measuring and adjusting to a low average channel bit rated due to the control exerted by the video grabber. } \par \par {\ltrch\loch\f3 The problem can be illustrated by viewing one of the moving test patterns and setting a video send rate above 10 frames per second. The test pattern generator limits the frame rate to 10 FPS. } \par \par {\ltrch\loch\f3 The solution is to adjust the way the video codec measures and keeps track of the average bit rate achieved while transmitting so that it ignores any time that passes while the encode thread is blocked by the video grabbing function. This is done by recor ding a time stamp before and after the call to grab a video frame (including time to pre-encode the frame) and subtracting the elapsed time from the total time to transmit that frame. That way, the measured video bit rate measurement is not affected by th e time spent while blocked. } \par \pard\plain \sb240\sa60\keepn\cf0\f2\lang255\i\b\f3\i\b \s5\sb240\sa60\keepn\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs24\langfe255\ai\ab\loch\f2\fs24\lang255\i\b {\ltrch\loch\f2 Effective averaging time for bit rate control} \par \pard\plain \s1\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs20\langfe255\loch\f3\fs20\lang255 {\ltrch\loch\f3 As described earlier, video bit rate control is accomplished by inserting a variable delay between transmission of each video packet. The delay time is calculated to ensure that the next packet will not be sent until sufficient time has elapsed that the p acket bit rate (bits in packet / time before next packet is transmitted) does not exceed the bit rate control target for the channel. This approach effectively controls the average bit rate over the time period required for transmission of one video packe t, or the packet average bit rate. The actual bit rate carried by the channel is most likely much higher during the early part of the packet transmission period followed by a zero bit rate for the later part of the transmission period. } \par \par {\ltrch\loch\f3 For time periods longer that the packet transmission period, the average bit rate will always be equal to or less than the packet average bit rate. } \par \par {\ltrch\loch\f3 Usually it is desirable to control average bit rate using a time period longer than the packet transmission time. } \par \pard\plain \sb240\sa60\keepn\cf0\f2\fs28\lang255\b\f3\fs28\b \s4\sb240\sa60\keepn\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs28\langfe255\ab\loch\f2\fs28\lang255\b {\ltrch\loch\f2 Implementation details} \par \pard\plain \s1\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs20\langfe255\loch\f3\fs20\lang255 {\ltrch\loch\f3 Control variables and default behavior} \par \pard\plain {\listtext\pard\plain \li360\ri0\fi-360\cf0\f3\fs20\lang255\f3\fs20 1.}\ilvl0 \s1\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs20\langfe255\loch\f3\fs20\lang255\li360\ri0\fi-360\ls0{\ltrch\loch\f3{\ul targetFrameTimeMs} - contains the target time interval between video frames, in milliseconds, used when video encode quality control is active. The reciprocal of frame rate is used so that frame rates below 1 frame per second can be requested without requi ring a floating point data type. This variable is initialized to 167 ms corresponding to 6 frames per second. } \par \pard\plain {\listtext\pard\plain \li360\ri0\fi-360\cf0\f3\fs20\lang255\f3\fs20 2.}\ilvl0 \s1\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs20\langfe255\loch\f3\fs20\lang255\li360\ri0\fi-360\ls0{\ltrch\loch\f3{\ul bitRateHighLimit} - contains the maximum transmitting bit rate, in kbps where 1 kbps = 1024 bits per second, used when video bit rate control is active. This variable is initialized to 2048 kbps. } \par \pard\plain {\listtext\pard\plain \li360\ri0\fi-360\cf0\f3\fs20\lang255\f3\fs20 3.}\ilvl0 \s1\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs20\langfe255\loch\f3\fs20\lang255\li360\ri0\fi-360\ls0{\ltrch\loch\f3{\ul videoBitRateControlModes} - contains the currently active video control modes. This variable is initialized to none. Video bit rate control and adaptive video quality control can be enabled or disabled independently. } \par \pard\plain {\listtext\pard\plain \li360\ri0\fi-360\cf0\f3\fs20\lang255\f3\fs20 4.}\ilvl0 \s1\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs20\langfe255\loch\f3\fs20\lang255\li360\ri0\fi-360\ls0{\ltrch\loch\f3{\ul videoQuality} - contains the current video quality parameter which can take values between 1 (best video quality) and 31 (worst quality). This variable is initialized to 9. When video encode quality control is active, the value will adjusted between video QMin and videoQMax by the quality control algorithm. } \par \pard\plain {\listtext\pard\plain \li360\ri0\fi-360\cf0\f3\fs20\lang255\f3\fs20 5.}\ilvl0 \s1\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs20\langfe255\loch\f3\fs20\lang255\li360\ri0\fi-360\ls0{\ltrch\loch\f3{\ul videoQMin} - contains the minimum value allowed for videoQuality. This variable is initialized to 1. } \par \pard\plain {\listtext\pard\plain \li360\ri0\fi-360\cf0\f3\fs20\lang255\f3\fs20 6.}\ilvl0 \s1\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs20\langfe255\loch\f3\fs20\lang255\li360\ri0\fi-360\ls0{\ltrch\loch\f3{\ul videoQMax} - contains the maximum value allowed for videoQuality. This variable is initialized to 24. } \par \pard\plain \sb240\sa60\keepn\cf0\f2\fs28\lang255\b\f3\fs28\b \s4\sb240\sa60\keepn\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs28\langfe255\ab\loch\f2\fs28\lang255\b {\ltrch\loch\f2 Use with ohPhone } \par \pard\plain \s1\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs20\langfe255\loch\f3\fs20\lang255 {\ltrch\loch\f3 The following command line switches have either been added to ohphone or are used differently from before: } \par \par \pard\plain \s1\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs20\langfe255\loch\f3\fs20\lang255\rtlch\af5\afs20\ltrch\dbch\af5\afs20\loch\f5\fs16\lang1033 {\ltrch\loch\f5 --videotxminquality n : Select video quality lower limit,(def 1). 1(best)<=n<=31} \par {\ltrch\loch\f5 A value of 4 works best for NetMeeting} \par {\ltrch\loch\f5 --videosendfps n : Target minimum number of video frames sent per sec 0.001<6(def)<30} \par {\ltrch\loch\f5 --videobitrate n : Enable bitrate control. 16< 256(def) <2048 kbit/s (net bw)} \par \pard\plain \s1\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs20\langfe255\loch\f3\fs20\lang255\rtlch\af5\afs20\ltrch\dbch\af5\afs20\loch\f3\fs20\lang1033 \par {\ltrch\loch\f3 For example, the following command line,} \par \par \pard\plain \s1\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs20\langfe255\loch\f3\fs20\lang255\rtlch\af5\afs20\ltrch\dbch\af5\afs20\loch\f6\fs16\lang1033 {\ltrch\loch\f6 ohphone -nlttt -o trace.txt --videodevice fake --videoinput 2 --videoreceive sdl --videobitrate 32 --videosize large \endash -videotest} \par \pard\plain \s1\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs20\langfe255\loch\f3\fs20\lang255\rtlch\af5\afs20\ltrch\dbch\af5\afs20\loch\f3\fs20\lang1033 \par {\ltrch\loch\f3 shows a large bouncing squares test pattern with a 32 kbps bit rate limit. The video quality is degraded (higher q number) in an attempt to maintain at least 6 video frames per second. } \par \par {\ltrch\loch\f3 To run ohphone with netmeeting, use the switch command line \ldblquote {\fs16\f5 --videotxminquality n}\rdblquote . This will ensure that video quality never falls below 4. Netmeeting has problems displaying video at qualities better (lower) than 4. } \par \par \pard\plain \s1\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs20\langfe255\loch\f3\fs20\lang255\rtlch\af5\afs20\ltrch\dbch\af5\afs20\loch\f6\fs16\lang1033 {\ltrch\loch\f6 ohphone -fTnl --videodevice 0 --videoreceive sdl {\f5 --videotxminquality n }--videobitrate 320 --videosize large } \par \pard\plain \s1\cf0\aspalpha\rtlch\af8\afs24\lang255\ltrch\dbch\af3\afs20\langfe255\loch\f3\fs20\lang255\ltrch\loch\fs16 \par }openh323_v1_18_0/ChangeLog0100644000176200056700000000122610411467452015407 0ustar releasepostincr2006-03-12 16:42 csoutheren * openh323_cfg.dxy, version.h: Incremented major version number for release 2006-03-06 05:57 csoutheren * version.h, openh323_cfg.dxy: Incremented version number 2006-03-02 05:12 csoutheren * include/ixjlid.h: Backport gcc 4.1.0 fix from CVS head 2006-02-20 02:55 csoutheren * plugins/audio/GSM0610/Makefile.in: Backport from HEAD 2006-02-15 01:18 csoutheren * openh323_cfg.dxy, version.h: Incremented openh323 versions 2006-02-15 01:17 csoutheren * src/: h235auth.cxx, h235auth1.cxx: Backports from CVS head 2006-01-26 19:02 csoutheren * openh323_cfg.dxy, version.h: Moved 1.17.4 to Atlas devel stream openh323_v1_18_0/include/0040755000176200056700000000000010411467452015262 5ustar releasepostincropenh323_v1_18_0/include/QTIoctl.h0100644000176200056700000014017607352501260016754 0ustar releasepostincr/* QTIoctl.h Copyright (c) 1996-1999, Quicknet Technologies, Inc. All Rights Reserved. DeviceIoControl codes for Internet PhoneJACK, LineJACK, etc. drivers. ----------------------------------------------------------------- $Header: /home/cvsroot/openh323/include/QTIoctl.h,v 1.5 2001/09/20 23:58:40 robertj Exp $ */ #ifndef _QTIOCTL_H_ #define _QTIOCTL_H_ // // The following #defines come from . // // //- Beginning of included from section ------------------------------ // // Macro definition for defining IOCTL and FSCTL function control codes. Note // that function codes 0-2047 are reserved for Microsoft Corporation, and // 2048-4095 are reserved for customers. // #undef CTL_CODE #define CTL_CODE( DeviceType, Function, Method, Access ) ( \ ((DWORD)(DeviceType) << 16) | ((DWORD)(Access) << 14) | ((DWORD)(Function) << 2) | (DWORD)(Method) \ ) // // Define the method codes for how buffers are passed for I/O and FS controls // #define METHOD_BUFFERED 0 #define METHOD_IN_DIRECT 1 #define METHOD_OUT_DIRECT 2 #define METHOD_NEITHER 3 // // Define the access check value for any access // // // The FILE_READ_ACCESS and FILE_WRITE_ACCESS constants are also defined in // ntioapi.h as FILE_READ_DATA and FILE_WRITE_DATA. The values for these // constants *MUST* always be in sync. // #define FILE_ANY_ACCESS 0 #define FILE_READ_ACCESS ( 0x0001 ) // file & pipe #define FILE_WRITE_ACCESS ( 0x0002 ) // file & pipe // //- End of included from section ------------------------------ // #define FILE_READ_WRITE_ACCESS (FILE_WRITE_ACCESS|FILE_READ_ACCESS) #define ARG_DWORD 0x400 #define ARG_VOID 0 #define MASK_DWORD ( ARG_DWORD << 2 ) #define MASK_VOID ( ARG_VOID << 2 ) #define MASK_WRITE ( FILE_WRITE_ACCESS << 14 ) #define MASK_READ ( FILE_READ_ACCESS << 14 ) #define MASK_READ_WRITE ( FILE_READ_WRITE_ACCESS << 14 ) #define IoctlTransferType( Code ) (Code & 3) #define IoctlDeviceType( Code ) ((Code >> 16) & 0xffff) #define IoctlRequiredAccess( Code ) ((Code & 0xc000)>>14) #define IoctlControlCode( Code ) ((Code >> 2) & 0x03ff) #define IoctlFunctionCode( Code ) ((Code >> 2) & 0x0bff) #define IoctlIsVoidArg( Code ) ((Code & MASK_DWORD) == MASK_VOID) #define IoctlIsRead( Code ) ((Code & MASK_READ) == MASK_READ) #define IoctlIsWrite( Code ) ((Code & MASK_WRITE) == MASK_WRITE) #define IoctlIsReadWrite( Code ) ((Code & MASK_READ_WRITE) == MASK_READ_WRITE) #define IoctlHasArgument( Code ) ((Code & (MASK_WRITE|MASK_DWORD))== (MASK_WRITE|MASK_DWORD)) #define IoctlHasBuffer( Code ) ((Code & MASK_READ_WRITE) != 0) #ifndef LPVOID #ifndef FAR #define FAR #endif typedef void FAR * LPVOID; #endif #ifndef DEVNODE #define DEVNODE DWORD #endif ///////////////////////////////////////////////////////////////////////////////////////////////////////// // Win32 device operations #define FILE_DEVICE_DEVICE 0x8009 #define DEVICE_CODE( fn, Access, ArgSize ) CTL_CODE( FILE_DEVICE_DEVICE, (0x800 + ArgSize + fn ), METHOD_BUFFERED, Access ) // Function codes #define IOCTL_Device_Open DEVICE_CODE( 0, FILE_WRITE_ACCESS, ARG_DWORD) // (ARG_DWORD dwSerialNo) #define IOCTL_Device_Close DEVICE_CODE( 1, FILE_WRITE_ACCESS, ARG_VOID) // (void) #define IOCTL_Device_Read DEVICE_CODE( 2, FILE_WRITE_ACCESS, ARG_VOID) // (void) #define IOCTL_Device_Write DEVICE_CODE( 3, FILE_WRITE_ACCESS, ARG_VOID) // (void) #define IOCTL_Device_CancelIO DEVICE_CODE( 6, FILE_WRITE_ACCESS, ARG_VOID) // (void) #define IOCTL_Device_GetSerialNumber DEVICE_CODE( 7, FILE_READ_ACCESS, ARG_VOID) // void #define IOCTL_Device_GetG729Enable DEVICE_CODE( 8, FILE_READ_ACCESS, ARG_VOID) // void #define IOCTL_Device_SetG729Enable DEVICE_CODE( 9, FILE_WRITE_ACCESS, ARG_DWORD) // (void) //========================================================================== //========================================================================== // // IOCTL and function codes for Quicknet's Internet PhoneJACK and // Internet LineJACK cards. // //========================================================================== //-------------------------------------------------------------------------- // Codec support //-------------------------------------------------------------------------- // #define FILE_DEVICE_CODEC 0x8002 #define CODEC_IOCTL_CODE( fn, Access, ArgSize ) CTL_CODE( FILE_DEVICE_CODEC, (0x800 + ArgSize + fn ), METHOD_BUFFERED, Access ) #define IOCTL_Codec_SetSetRate CODEC_IOCTL_CODE( 0, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wSetRate) #define IOCTL_Codec_GetSetRate CODEC_IOCTL_CODE( 1, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Codec_SetINPUT_CODEC CODEC_IOCTL_CODE( 2, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wData) #define IOCTL_Codec_GetINPUT_CODEC CODEC_IOCTL_CODE( 3, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Codec_SetOUTPUT_CODEC CODEC_IOCTL_CODE( 4, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wData) #define IOCTL_Codec_GetOUTPUT_CODEC CODEC_IOCTL_CODE( 5, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Codec_SetLong CODEC_IOCTL_CODE( 6, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wData) #define IOCTL_Codec_GetLong CODEC_IOCTL_CODE( 7, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Codec_SetMaster CODEC_IOCTL_CODE( 8, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wData) #define IOCTL_Codec_GetMaster CODEC_IOCTL_CODE( 9, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Codec_SetLaw CODEC_IOCTL_CODE( 10, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wData) #define IOCTL_Codec_GetLaw CODEC_IOCTL_CODE( 11, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Codec_SetWidth CODEC_IOCTL_CODE( 12, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wData) #define IOCTL_Codec_GetWidth CODEC_IOCTL_CODE( 13, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Codec_SetCO_RATE CODEC_IOCTL_CODE( 14, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wData) #define IOCTL_Codec_GetCO_RATE CODEC_IOCTL_CODE( 15, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Codec_SetFSYNC_RATE CODEC_IOCTL_CODE( 16, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wData) #define IOCTL_Codec_GetFSYNC_RATE CODEC_IOCTL_CODE( 17, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Codec_SetWIDE CODEC_IOCTL_CODE( 18, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wData) #define IOCTL_Codec_GetWIDE CODEC_IOCTL_CODE( 19, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Codec_Loopback CODEC_IOCTL_CODE( 20, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Codec_SetKHz CODEC_IOCTL_CODE( 23, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wData) #define IOCTL_Codec_GetKHz CODEC_IOCTL_CODE( 24, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Codec_SetLegacyKHz CODEC_IOCTL_CODE( 25, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wData) #define IOCTL_Codec_GetLegacyKHz CODEC_IOCTL_CODE( 26, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Codec_SetChannels CODEC_IOCTL_CODE( 27, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wData) #define IOCTL_Codec_GetChannels CODEC_IOCTL_CODE( 28, FILE_READ_ACCESS, ARG_VOID) // (void) #define fnCodec_SetSetRate IOCTL_Codec_SetSetRate #define fnCodec_GetSetRate IOCTL_Codec_GetSetRate #define fnCodec_SetINPUT_CODEC IOCTL_Codec_SetINPUT_CODEC #define fnCodec_GetINPUT_CODEC IOCTL_Codec_GetINPUT_CODEC #define fnCodec_SetOUTPUT_CODEC IOCTL_Codec_SetOUTPUT_CODEC #define fnCodec_GetOUTPUT_CODEC IOCTL_Codec_GetOUTPUT_CODEC #define fnCodec_SetLong IOCTL_Codec_SetLong #define fnCodec_GetLong IOCTL_Codec_GetLong #define fnCodec_SetMaster IOCTL_Codec_SetMaster #define fnCodec_GetMaster IOCTL_Codec_GetMaster #define fnCodec_SetLaw IOCTL_Codec_SetLaw #define fnCodec_GetLaw IOCTL_Codec_GetLaw #define fnCodec_SetWidth IOCTL_Codec_SetWidth #define fnCodec_GetWidth IOCTL_Codec_GetWidth #define fnCodec_SetCO_RATE IOCTL_Codec_SetCO_RATE #define fnCodec_GetCO_RATE IOCTL_Codec_GetCO_RATE #define fnCodec_SetFSYNC_RATE IOCTL_Codec_SetFSYNC_RATE #define fnCodec_GetFSYNC_RATE IOCTL_Codec_GetFSYNC_RATE #define fnCodec_SetWIDE IOCTL_Codec_SetWIDE #define fnCodec_GetWIDE IOCTL_Codec_GetWIDE #define fnCodec_Loopback IOCTL_Codec_Loopback #define fnCodec_SetKHz IOCTL_Codec_SetKHz #define fnCodec_GetKHz IOCTL_Codec_GetKHz #define fnCodec_SetLegacyKHz IOCTL_Codec_SetLegacyKHz #define fnCodec_GetLegacyKHz IOCTL_Codec_GetLegacyKHz #define fnCodec_SetChannels IOCTL_Codec_SetChannels #define fnCodec_GetChannels IOCTL_Codec_GetChannels //========================================================================== //-------------------------------------------------------------------------- // Compression/Decompression support //-------------------------------------------------------------------------- // #define FILE_DEVICE_COMPRESS 0x8008 #define COMPRESS_IOCTL_CODE( fn, Access, ArgSize ) CTL_CODE( FILE_DEVICE_COMPRESS, (0x800 + ArgSize + fn ), METHOD_BUFFERED, Access ) #define IOCTL_Compress_Start COMPRESS_IOCTL_CODE( 0, FILE_WRITE_ACCESS, ARG_VOID) // (void) #define IOCTL_Compress_Continue COMPRESS_IOCTL_CODE( 1, FILE_WRITE_ACCESS, ARG_VOID) // (void) #define IOCTL_Compress_Stop COMPRESS_IOCTL_CODE( 2, FILE_WRITE_ACCESS, ARG_VOID) // (void) #define IOCTL_Compress_SetRate COMPRESS_IOCTL_CODE( 3, FILE_WRITE_ACCESS, ARG_DWORD) // (WORD wNew) #define IOCTL_Compress_GetRate COMPRESS_IOCTL_CODE( 4, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Compress_SetTFRMode COMPRESS_IOCTL_CODE( 5, FILE_WRITE_ACCESS, ARG_DWORD) // (WORD wNew) #define IOCTL_Compress_GetTFRMode COMPRESS_IOCTL_CODE( 6, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Decompress_Start COMPRESS_IOCTL_CODE( 7, FILE_WRITE_ACCESS, ARG_VOID) // (void) #define IOCTL_Decompress_Continue COMPRESS_IOCTL_CODE( 8, FILE_WRITE_ACCESS, ARG_VOID) // (void) #define IOCTL_Decompress_Stop COMPRESS_IOCTL_CODE( 9, FILE_WRITE_ACCESS, ARG_VOID) // (void) #define IOCTL_Decompress_SetRate COMPRESS_IOCTL_CODE( 10, FILE_WRITE_ACCESS, ARG_VOID) // (ARG_DWORD wNew) #define IOCTL_Decompress_GetRate COMPRESS_IOCTL_CODE( 11, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Decompress_SetTFRMode COMPRESS_IOCTL_CODE( 12, FILE_WRITE_ACCESS, ARG_VOID) // (ARG_DWORD wNew) #define IOCTL_Decompress_GetTFRMode COMPRESS_IOCTL_CODE( 13, FILE_READ_ACCESS, ARG_VOID) // (void) #define fnCompress_Start IOCTL_Compress_Start #define fnCompress_Continue IOCTL_Compress_Continue #define fnCompress_Stop IOCTL_Compress_Stop #define fnCompress_SetRate IOCTL_Compress_SetRate #define fnCompress_GetRate IOCTL_Compress_GetRate #define fnCompress_SetTFRMode IOCTL_Compress_SetTFRMode #define fnCompress_GetTFRMode IOCTL_Compress_GetTFRMode #define fnDecompress_Start IOCTL_Decompress_Start #define fnDecompress_Continue IOCTL_Decompress_Continue #define fnDecompress_Stop IOCTL_Decompress_Stop #define fnDecompress_SetRate IOCTL_Decompress_SetRate #define fnDecompress_GetRate IOCTL_Decompress_GetRate #define fnDecompress_SetTFRMode IOCTL_Decompress_SetTFRMode #define fnDecompress_GetTFRMode IOCTL_Decompress_GetTFRMode //========================================================================== //-------------------------------------------------------------------------- // Device support //-------------------------------------------------------------------------- // #define FILE_DEVICE_DEVCTRL 0x8007 #define DEVCTRL_IOCTL_CODE( fn, Access, ArgSize ) CTL_CODE( FILE_DEVICE_DEVCTRL, (0x800 + ArgSize + fn ), METHOD_BUFFERED, Access ) #define IOCTL_DevCtrl_CheckROM DEVCTRL_IOCTL_CODE( 0, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_DevCtrl_TestSRAM DEVCTRL_IOCTL_CODE( 1, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_DevCtrl_SRAM8Bit DEVCTRL_IOCTL_CODE( 2, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_DevCtrl_SRAM16Bit DEVCTRL_IOCTL_CODE( 3, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_DevCtrl_GetIdCode DEVCTRL_IOCTL_CODE( 4, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_DevCtrl_GetVersionCode DEVCTRL_IOCTL_CODE( 5, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_DevCtrl_TestCountMode DEVCTRL_IOCTL_CODE( 6, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_DevCtrl_TestDigitalMilliwatt DEVCTRL_IOCTL_CODE( 7, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_DevCtrl_TestLoopback DEVCTRL_IOCTL_CODE( 8, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_DevCtrl_TestExit DEVCTRL_IOCTL_CODE( 9, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_DevCtrl_Slowdown DEVCTRL_IOCTL_CODE( 10, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD) #define IOCTL_DevCtrl_GPIODirection DEVCTRL_IOCTL_CODE( 11, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD) #define IOCTL_DevCtrl_GPIOWrite DEVCTRL_IOCTL_CODE( 12, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD) #define IOCTL_DevCtrl_GPIORead DEVCTRL_IOCTL_CODE( 13, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_DevCtrl_EnableFR DEVCTRL_IOCTL_CODE( 14, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_DevCtrl_DisableFR DEVCTRL_IOCTL_CODE( 15, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_DevCtrl_ClearFR DEVCTRL_IOCTL_CODE( 16, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_DevCtrl_ReadFR DEVCTRL_IOCTL_CODE( 17, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_DevCtrl_SetAnalogSource DEVCTRL_IOCTL_CODE( 18, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD) #define IOCTL_DevCtrl_GetAnalogSource DEVCTRL_IOCTL_CODE( 19, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_DevCtrl_SetSLICState DEVCTRL_IOCTL_CODE( 20, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD) #define IOCTL_DevCtrl_GetSLICState DEVCTRL_IOCTL_CODE( 21, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_DevCtrl_ReadHookState DEVCTRL_IOCTL_CODE( 22, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_DevCtrl_GetOnHook DEVCTRL_IOCTL_CODE( 23, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_DevCtrl_SetRingPattern DEVCTRL_IOCTL_CODE( 24, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD) #define IOCTL_DevCtrl_SetLineJackMode DEVCTRL_IOCTL_CODE( 25, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD) #define IOCTL_DevCtrl_GetLineJackMode DEVCTRL_IOCTL_CODE( 26, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_DevCtrl_LineSetOnHook DEVCTRL_IOCTL_CODE( 27, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD) #define IOCTL_DevCtrl_LineGetRinging DEVCTRL_IOCTL_CODE( 28, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_DevCtrl_SetPotsToSlic DEVCTRL_IOCTL_CODE( 29, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD) #define IOCTL_DevCtrl_GetPotsToSlic DEVCTRL_IOCTL_CODE( 30, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_DevCtrl_GetLineOnHook DEVCTRL_IOCTL_CODE( 31, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_DevCtrl_GetLineCallerOnHook DEVCTRL_IOCTL_CODE( 32, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_DevCtrl_GetLinePhoneOnHook DEVCTRL_IOCTL_CODE( 33, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_DevCtrl_SetSpeaker DEVCTRL_IOCTL_CODE( 34, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD) #define IOCTL_DevCtrl_GetLineTestResult DEVCTRL_IOCTL_CODE( 35, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_DevCtrl_LineTest DEVCTRL_IOCTL_CODE( 36, FILE_READ_WRITE_ACCESS, ARG_VOID) // (void) #define IOCTL_DevCtrl_Wink DEVCTRL_IOCTL_CODE( 37, FILE_READ_WRITE_ACCESS, ARG_VOID) // (void) #define IOCTL_DevCtrl_Flash DEVCTRL_IOCTL_CODE( 38, FILE_READ_WRITE_ACCESS, ARG_VOID) // (void) #define IOCTL_DevCtrl_LineGetCallerID DEVCTRL_IOCTL_CODE( 39, FILE_READ_ACCESS, ARG_VOID) // char* returned in input buffer #define IOCTL_DevCtrl_GetAttachedDevices DEVCTRL_IOCTL_CODE( 40, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_DevCtrl_GetFlashState DEVCTRL_IOCTL_CODE( 41, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_DevCtrl_GetCoefficientGroup DEVCTRL_IOCTL_CODE( 42, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_DevCtrl_SetCoefficientGroup DEVCTRL_IOCTL_CODE( 43, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (DWORD) #define IOCTL_DevCtrl_GetPhoneType DEVCTRL_IOCTL_CODE( 44, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (DWORD) #define IOCTL_DevCtrl_SetPhoneType DEVCTRL_IOCTL_CODE( 45, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (DWORD) #define IOCTL_DevCtrl_SetRingCadence DEVCTRL_IOCTL_CODE( 46, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (DWORD) #define IOCTL_DevCtrl_SetWinkGenTime DEVCTRL_IOCTL_CODE( 47, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (DWORD) #define IOCTL_DevCtrl_GetWinkGenTime DEVCTRL_IOCTL_CODE( 48, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (DWORD) #define IOCTL_DevCtrl_SetFlashDetTime DEVCTRL_IOCTL_CODE( 49, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (DWORD) #define IOCTL_DevCtrl_GetFlashDetTime DEVCTRL_IOCTL_CODE( 50, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (DWORD) #define IOCTL_DevCtrl_SetLineFlashGenTime DEVCTRL_IOCTL_CODE( 51, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (DWORD) #define IOCTL_DevCtrl_GetLineFlashGenTime DEVCTRL_IOCTL_CODE( 52, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (DWORD) #define IOCTL_DevCtrl_SetLineWinkDetTime DEVCTRL_IOCTL_CODE( 53, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (DWORD) #define IOCTL_DevCtrl_GetLineWinkDetTime DEVCTRL_IOCTL_CODE( 54, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (DWORD) #define IOCTL_DevCtrl_SetAutoPhoneHookSwitch DEVCTRL_IOCTL_CODE( 55, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (DWORD) #define IOCTL_DevCtrl_GetAutoPhoneHookSwitch DEVCTRL_IOCTL_CODE( 56, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (DWORD) #define IOCTL_DevCtrl_SetLEDState DEVCTRL_IOCTL_CODE( 57, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (DWORD) #define IOCTL_DevCtrl_GetLEDState DEVCTRL_IOCTL_CODE( 58, FILE_READ_WRITE_ACCESS, ARG_VOID) // (void) #define fnDevCtrl_CheckROM IOCTL_DevCtrl_CheckROM #define fnDevCtrl_TestSRAM IOCTL_DevCtrl_TestSRAM #define fnDevCtrl_SRAM8Bit IOCTL_DevCtrl_SRAM8Bit #define fnDevCtrl_SRAM16Bit IOCTL_DevCtrl_SRAM16Bit #define fnDevCtrl_GetIdCode IOCTL_DevCtrl_GetIdCode #define fnDevCtrl_GetVersionCode IOCTL_DevCtrl_GetVersionCode #define fnDevCtrl_TestCountMode IOCTL_DevCtrl_TestCountMode #define fnDevCtrl_TestDigitalMilliwatt IOCTL_DevCtrl_TestDigitalMilliwatt #define fnDevCtrl_TestLoopback IOCTL_DevCtrl_TestLoopback #define fnDevCtrl_TestExit IOCTL_DevCtrl_TestExit #define fnDevCtrl_Slowdown IOCTL_DevCtrl_Slowdown #define fnDevCtrl_GPIODirection IOCTL_DevCtrl_GPIODirection #define fnDevCtrl_GPIOWrite IOCTL_DevCtrl_GPIOWrite #define fnDevCtrl_GPIORead IOCTL_DevCtrl_GPIORead #define fnDevCtrl_EnableFR IOCTL_DevCtrl_EnableFR #define fnDevCtrl_DisableFR IOCTL_DevCtrl_DisableFR #define fnDevCtrl_ClearFR IOCTL_DevCtrl_ClearFR #define fnDevCtrl_ReadFR IOCTL_DevCtrl_ReadFR #define fnDevCtrl_SetAnalogSource IOCTL_DevCtrl_SetAnalogSource #define fnDevCtrl_GetAnalogSource IOCTL_DevCtrl_GetAnalogSource #define fnDevCtrl_SetSLICState IOCTL_DevCtrl_SetSLICState #define fnDevCtrl_GetSLICState IOCTL_DevCtrl_GetSLICState #define fnDevCtrl_ReadHookState IOCTL_DevCtrl_ReadHookState #define fnDevCtrl_GetOnHook IOCTL_DevCtrl_GetOnHook #define fnDevCtrl_SetRingPattern IOCTL_DevCtrl_SetRingPattern #define fnDevCtrl_SetLineJackMode IOCTL_DevCtrl_SetLineJackMode #define fnDevCtrl_GetLineJackMode IOCTL_DevCtrl_GetLineJackMode #define fnDevCtrl_LineSetOnHook IOCTL_DevCtrl_LineSetOnHook #define fnDevCtrl_LineGetRinging IOCTL_DevCtrl_LineGetRinging #define fnDevCtrl_SetPotsToSlic IOCTL_DevCtrl_SetPotsToSlic #define fnDevCtrl_GetPotsToSlic IOCTL_DevCtrl_GetPotsToSlic #define fnDevCtrl_GetLineOnHook IOCTL_DevCtrl_GetLineOnHook #define fnDevCtrl_GetLineCallerOnHook IOCTL_DevCtrl_GetLineCallerOnHook #define fnDevCtrl_GetLinePhoneOnHook IOCTL_DevCtrl_GetLinePhoneOnHook #define fnDevCtrl_SetSpeaker IOCTL_DevCtrl_SetSpeaker #define fnDevCtrl_GetLineTestResult IOCTL_DevCtrl_GetLineTestResult #define fnDevCtrl_LineTest IOCTL_DevCtrl_LineTest #define fnDevCtrl_Wink IOCTL_DevCtrl_Wink #define fnDevCtrl_Flash IOCTL_DevCtrl_Flash #define fnDevCtrl_LineGetCallerID IOCTL_DevCtrl_LineGetCallerID #define fnDevCtrl_GetAttachedDevices IOCTL_DevCtrl_GetAttachedDevices #define fnDevCtrl_GetFlashState IOCTL_DevCtrl_GetFlashState #define fnDevCtrl_GetCoefficientGroup IOCTL_DevCtrl_GetCoefficientGroup #define fnDevCtrl_SetCoefficientGroup IOCTL_DevCtrl_SetCoefficientGroup #define fnDevCtrl_GetPhoneType IOCTL_DevCtrl_GetPhoneType #define fnDevCtrl_SetPhoneType IOCTL_DevCtrl_SetPhoneType #define fnDevCtrl_SetRingCadence IOCTL_DevCtrl_SetRingCadence #define fnDevCtrl_SetWinkGenTime IOCTL_DevCtrl_SetWinkGenTime #define fnDevCtrl_GetWinkGenTime IOCTL_DevCtrl_GetWinkGenTime #define fnDevCtrl_SetFlashDetTime IOCTL_DevCtrl_SetFlashDetTime #define fnDevCtrl_GetFlashDetTime IOCTL_DevCtrl_GetFlashDetTime #define fnDevCtrl_SetLineFlashGenTime IOCTL_DevCtrl_SetLineFlashGenTime #define fnDevCtrl_GetLineFlashGenTime IOCTL_DevCtrl_GetLineFlashGenTime #define fnDevCtrl_SetLineWinkDetTime IOCTL_DevCtrl_SetLineWinkDetTime #define fnDevCtrl_GetLineWinkDetTime IOCTL_DevCtrl_GetLineWinkDetTime #define fnDevCtrl_SetAutoPhoneHookSwitch IOCTL_DevCtrl_SetAutoPhoneHookSwitch #define fnDevCtrl_GetAutoPhoneHookSwitch IOCTL_DevCtrl_GetAutoPhoneHookSwitch #define fnDevCtrl_SetLEDState IOCTL_DevCtrl_SetLEDState #define fnDevCtrl_GetLEDState IOCTL_DevCtrl_GetLEDState //========================================================================== //-------------------------------------------------------------------------- // Filter support //-------------------------------------------------------------------------- // #define FILE_DEVICE_FILTER 0x8006 #define FILTER_IOCTL_CODE( fn, Access, ArgSize ) CTL_CODE( FILE_DEVICE_FILTER, (0x800 + ArgSize + fn ), METHOD_BUFFERED, Access ) #define IOCTL_Filter_SetFilterModeSync FILTER_IOCTL_CODE( 0, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wNew) #define IOCTL_Filter_SetFilterModeAsync FILTER_IOCTL_CODE( 1, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wNew) #define IOCTL_Filter_GetFilterMode FILTER_IOCTL_CODE( 2, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Filter_EnableDTMFDetect FILTER_IOCTL_CODE( 3, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Filter_DisableDTMFDetect FILTER_IOCTL_CODE( 4, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Filter_IsDTMFValid FILTER_IOCTL_CODE( 5, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Filter_GetDTMFDigit FILTER_IOCTL_CODE( 6, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Filter_GetFrameCount FILTER_IOCTL_CODE( 7, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Filter_IsCPFValid FILTER_IOCTL_CODE( 8, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Filter_SetFilterPrescaler FILTER_IOCTL_CODE( 9, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wScale ) #define IOCTL_Filter_GetFilterPrescaler FILTER_IOCTL_CODE( 10, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Filter_LineMonitor FILTER_IOCTL_CODE( 11, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Filter_ProgramFilter FILTER_IOCTL_CODE( 12, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Filter_EnableFilter FILTER_IOCTL_CODE( 13, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Filter_DisableFilter FILTER_IOCTL_CODE( 14, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Filter_DetectToneCadence FILTER_IOCTL_CODE( 15, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Filter_StopDetectToneCadence FILTER_IOCTL_CODE( 16, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Filter_IsToneCadenceValid FILTER_IOCTL_CODE( 17, FILE_READ_ACCESS, ARG_VOID) // (void) #define fnFilter_SetFilterModeSync IOCTL_Filter_SetFilterModeSync #define fnFilter_SetFilterModeAsync IOCTL_Filter_SetFilterModeAsync #define fnFilter_GetFilterMode IOCTL_Filter_GetFilterMode #define fnFilter_EnableDTMFDetect IOCTL_Filter_EnableDTMFDetect #define fnFilter_DisableDTMFDetect IOCTL_Filter_DisableDTMFDetect #define fnFilter_IsDTMFValid IOCTL_Filter_IsDTMFValid #define fnFilter_GetDTMFDigit IOCTL_Filter_GetDTMFDigit #define fnFilter_GetFrameCount IOCTL_Filter_GetFrameCount #define fnFilter_IsCPFValid IOCTL_Filter_IsCPFValid #define fnFilter_SetFilterPrescaler IOCTL_Filter_SetFilterPrescaler #define fnFilter_GetFilterPrescaler IOCTL_Filter_GetFilterPrescaler #define fnFilter_LineMonitor IOCTL_Filter_LineMonitor #define fnFilter_ProgramFilter IOCTL_Filter_ProgramFilter #define fnFilter_EnableFilter IOCTL_Filter_EnableFilter #define fnFilter_DisableFilter IOCTL_Filter_DisableFilter #define fnFilter_DetectToneCadence IOCTL_Filter_DetectToneCadence #define fnFilter_StopDetectToneCadence IOCTL_Filter_StopDetectToneCadence #define fnFilter_IsToneCadenceValid IOCTL_Filter_IsToneCadenceValid //========================================================================== //-------------------------------------------------------------------------- // Idle support //-------------------------------------------------------------------------- // #define FILE_DEVICE_IDLE 0x8000 #define IDLE_IOCTL_CODE( fn, Access, ArgSize ) CTL_CODE( FILE_DEVICE_IDLE, (0x800 + ArgSize + fn ), METHOD_BUFFERED, Access ) #define IOCTL_Idle_Idle IDLE_IOCTL_CODE( 0, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Idle_SetMasterGain IDLE_IOCTL_CODE( 1, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wNew) #define IOCTL_Idle_GetMasterGain IDLE_IOCTL_CODE( 2, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Idle_SetSyncToneMode IDLE_IOCTL_CODE( 3, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Idle_SetAsyncToneMode IDLE_IOCTL_CODE( 4, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Idle_SetToneIndex IDLE_IOCTL_CODE( 5, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wNew) #define IOCTL_Idle_GetToneIndex IDLE_IOCTL_CODE( 6, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Idle_GetToneMode IDLE_IOCTL_CODE( 7, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Idle_SetToneOnPeriod IDLE_IOCTL_CODE( 8, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wNew) #define IOCTL_Idle_GetToneOnPeriod IDLE_IOCTL_CODE( 9, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Idle_SetToneOffPeriod IDLE_IOCTL_CODE( 10, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wNew) #define IOCTL_Idle_GetToneOffPeriod IDLE_IOCTL_CODE( 11, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Idle_GetToneState IDLE_IOCTL_CODE( 12, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Idle_GenerateTone IDLE_IOCTL_CODE( 13, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Idle_NewToneInit IDLE_IOCTL_CODE( 14, FILE_READ_ACCESS, ARG_VOID) // (IDLE_NEW_TONE*) #define IOCTL_Idle_PlayTone IDLE_IOCTL_CODE( 15, FILE_READ_ACCESS, ARG_DWORD) // (IDLE_TONE*) #define IOCTL_Idle_StopTone IDLE_IOCTL_CODE( 16, FILE_READ_ACCESS, ARG_VOID) // (void) #define fnIdle_Idle IOCTL_Idle_Idle #define fnIdle_SetMasterGain IOCTL_Idle_SetMasterGain #define fnIdle_GetMasterGain IOCTL_Idle_GetMasterGain #define fnIdle_SetSyncToneMode IOCTL_Idle_SetSyncToneMode #define fnIdle_SetAsyncToneMode IOCTL_Idle_SetAsyncToneMode #define fnIdle_SetToneIndex IOCTL_Idle_SetToneIndex #define fnIdle_GetToneIndex IOCTL_Idle_GetToneIndex #define fnIdle_GetToneMode IOCTL_Idle_GetToneMode #define fnIdle_SetToneOnPeriod IOCTL_Idle_SetToneOnPeriod #define fnIdle_GetToneOnPeriod IOCTL_Idle_GetToneOnPeriod #define fnIdle_SetToneOffPeriod IOCTL_Idle_SetToneOffPeriod #define fnIdle_GetToneOffPeriod IOCTL_Idle_GetToneOffPeriod #define fnIdle_GetToneState IOCTL_Idle_GetToneState #define fnIdle_GenerateTone IOCTL_Idle_GenerateTone #define fnIdle_NewToneInit IOCTL_Idle_NewToneInit #define fnIdle_PlayTone IOCTL_Idle_PlayTone #define fnIdle_StopTone IOCTL_Idle_StopTone //========================================================================== //-------------------------------------------------------------------------- // Mixer support //-------------------------------------------------------------------------- // #define FILE_DEVICE_MIXER 0x800A #define MIXER_IOCTL_CODE( fn, Access, ArgSize ) CTL_CODE( FILE_DEVICE_MIXER, (0x800 + ArgSize + fn ), METHOD_BUFFERED, Access ) #define IOCTL_Mixer_SetPlaybackLineControls MIXER_IOCTL_CODE( 0, FILE_READ_WRITE_ACCESS, ARG_VOID) // MIXER_LINE* pMixerLine #define IOCTL_Mixer_GetPlaybackLineControls MIXER_IOCTL_CODE( 1, FILE_READ_ACCESS, ARG_VOID) // MIXER_LINE* pMixerLine #define IOCTL_Mixer_SetRecordLineControls MIXER_IOCTL_CODE( 2, FILE_READ_WRITE_ACCESS, ARG_VOID) // MIXER_LINE* pMixerLine #define IOCTL_Mixer_GetRecordLineControls MIXER_IOCTL_CODE( 3, FILE_READ_ACCESS, ARG_VOID) // MIXER_LINE* pMixerLine #define IOCTL_Mixer_SetOutputMixer MIXER_IOCTL_CODE( 4, FILE_READ_WRITE_ACCESS, ARG_VOID) // MIXER_LINE* pMixerLine #define IOCTL_Mixer_GetOutputMixer MIXER_IOCTL_CODE( 5, FILE_READ_ACCESS, ARG_VOID) // MIXER_LINE* pMixerLine #define IOCTL_Mixer_SetInputMixer MIXER_IOCTL_CODE( 6, FILE_READ_WRITE_ACCESS, ARG_VOID) // MIXER_LINE* pMixerLine #define IOCTL_Mixer_GetInputMixer MIXER_IOCTL_CODE( 7, FILE_READ_ACCESS, ARG_VOID) // MIXER_LINE* pMixerLine #define IOCTL_Mixer_SetMasterRecordGain MIXER_IOCTL_CODE( 8, FILE_READ_WRITE_ACCESS, ARG_DWORD) // LONG lGain in 1/10 dB #define IOCTL_Mixer_SetMasterPlaybackGain MIXER_IOCTL_CODE( 9, FILE_READ_WRITE_ACCESS, ARG_DWORD) // LONG lGain in 1/10 dB #define IOCTL_Mixer_SetPSTNRecordGain MIXER_IOCTL_CODE( 10, FILE_READ_WRITE_ACCESS, ARG_DWORD) // LONG lGain in 1/10 dB #define IOCTL_Mixer_SetPSTNPlaybackGain MIXER_IOCTL_CODE( 11, FILE_READ_WRITE_ACCESS, ARG_DWORD) // LONG lGain in 1/10 dB //========================================================================== //-------------------------------------------------------------------------- // Playback support //-------------------------------------------------------------------------- // #define FILE_DEVICE_PLAYBACK 0x8004 #define PLAYBACK_IOCTL_CODE( fn, Access, ArgSize ) CTL_CODE( FILE_DEVICE_PLAYBACK, (0x800 + ArgSize + fn ), METHOD_BUFFERED, Access ) #define IOCTL_Playback_SetTFRMode PLAYBACK_IOCTL_CODE( 0, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wNew) #define IOCTL_Playback_GetTFRMode PLAYBACK_IOCTL_CODE( 1, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Playback_SetPLAYMODE PLAYBACK_IOCTL_CODE( 2, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wNew) #define IOCTL_Playback_GetPLAYMODE PLAYBACK_IOCTL_CODE( 3, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Playback_GetDTMF_VALID PLAYBACK_IOCTL_CODE( 4, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Playback_GetCPF_VALID PLAYBACK_IOCTL_CODE( 5, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Playback_GetDTMF_DIGIT PLAYBACK_IOCTL_CODE( 6, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Playback_SetRate PLAYBACK_IOCTL_CODE( 7, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wNew) #define IOCTL_Playback_GetRate PLAYBACK_IOCTL_CODE( 8, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Playback_Start_Old PLAYBACK_IOCTL_CODE( 9, FILE_READ_ACCESS, ARG_VOID) // (void) //#define IOCTL_Playback_Continue PLAYBACK_IOCTL_CODE( 10, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Playback_Continue CTL_CODE( FILE_DEVICE_PLAYBACK, 0x80a, METHOD_NEITHER, FILE_READ_ACCESS ) // (void) #define IOCTL_Playback_Stop PLAYBACK_IOCTL_CODE( 11, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Playback_SetVolume PLAYBACK_IOCTL_CODE( 12, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wNew) #define IOCTL_Playback_GetVolume PLAYBACK_IOCTL_CODE( 13, FILE_READ_ACCESS, ARG_DWORD) // (WORD wNew) #define IOCTL_Playback_SetSyncMode PLAYBACK_IOCTL_CODE( 14, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wNew) #define IOCTL_Playback_GetSyncMode PLAYBACK_IOCTL_CODE( 15, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Playback_SetBufferChannelLimit PLAYBACK_IOCTL_CODE( 16, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wNew) #define IOCTL_Playback_GetBufferChannelLimit PLAYBACK_IOCTL_CODE( 17, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Playback_GetFrameSize PLAYBACK_IOCTL_CODE( 18, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Playback_GetAvgPlaybackLevel PLAYBACK_IOCTL_CODE( 19, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Playback_ContinueLogFrame PLAYBACK_IOCTL_CODE( 20, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Playback_Open PLAYBACK_IOCTL_CODE( 21, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Playback_Close PLAYBACK_IOCTL_CODE( 22, FILE_READ_ACCESS, ARG_DWORD) // (DWORD) #define IOCTL_Playback_SetMute PLAYBACK_IOCTL_CODE( 23, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wNew) #define IOCTL_Playback_GetMute PLAYBACK_IOCTL_CODE( 24, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Playback_GetBufferDepth PLAYBACK_IOCTL_CODE( 25, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Playback_GetPlaybackLevelValue PLAYBACK_IOCTL_CODE( 26, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Playback_IsPlaying PLAYBACK_IOCTL_CODE( 27, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Playback_Start PLAYBACK_IOCTL_CODE( 28, FILE_READ_ACCESS, ARG_VOID) // (void) #define fnPlayback_SetTFRMode IOCTL_Playback_SetTFRMode #define fnPlayback_GetTFRMode IOCTL_Playback_GetTFRMode #define fnPlayback_SetPLAYMODE IOCTL_Playback_SetPLAYMODE #define fnPlayback_GetPLAYMODE IOCTL_Playback_GetPLAYMODE #define fnPlayback_GetDTMF_VALID IOCTL_Playback_GetDTMF_VALID #define fnPlayback_GetCPF_VALID IOCTL_Playback_GetCPF_VALID #define fnPlayback_GetDTMF_DIGIT IOCTL_Playback_GetDTMF_DIGIT #define fnPlayback_SetRate IOCTL_Playback_SetRate #define fnPlayback_GetRate IOCTL_Playback_GetRate #define fnPlayback_Start IOCTL_Playback_Start #define fnPlayback_Continue IOCTL_Playback_Continue #define fnPlayback_Stop IOCTL_Playback_Stop #define fnPlayback_SetVolume IOCTL_Playback_SetVolume #define fnPlayback_GetVolume IOCTL_Playback_GetVolume #define fnPlayback_SetSyncMode IOCTL_Playback_SetSyncMode #define fnPlayback_GetSyncMode IOCTL_Playback_GetSyncMode #define fnPlayback_SetBufferChannelLimit IOCTL_Playback_SetBufferChannelLimit #define fnPlayback_GetBufferChannelLimit IOCTL_Playback_GetBufferChannelLimit #define fnPlayback_GetFrameSize IOCTL_Playback_GetFrameSize #define fnPlayback_GetAvgPlaybackLevel IOCTL_Playback_GetAvgPlaybackLevel #define fnPlayback_ContinueLogFrame IOCTL_Playback_ContinueLogFrame #define fnPlayback_Open IOCTL_Playback_Open #define fnPlayback_Close IOCTL_Playback_Close #define fnPlayback_SetMute IOCTL_Playback_SetMute #define fnPlayback_GetMute IOCTL_Playback_GetMute #define fnPlayback_GetBufferDepth IOCTL_Playback_GetBufferDepth #define fnPlayback_GetPlaybackLevelValue IOCTL_Playback_GetPlaybackLevelValue #define fnPlayback_IsPlaying IOCTL_Playback_IsPlaying //========================================================================== //-------------------------------------------------------------------------- // Record support //-------------------------------------------------------------------------- // #define FILE_DEVICE_RECORD 0x8003 #define RECORD_IOCTL_CODE( fn, Access, ArgSize ) CTL_CODE( FILE_DEVICE_RECORD, (0x800 + ArgSize + fn ), METHOD_BUFFERED, Access ) #define IOCTL_Record_SetTFRMode RECORD_IOCTL_CODE( 0, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wNew) #define IOCTL_Record_GetTFRMode RECORD_IOCTL_CODE( 1, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Record_SetRECMODE RECORD_IOCTL_CODE( 2, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wNew) #define IOCTL_Record_GetRECMODE RECORD_IOCTL_CODE( 3, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Record_GetPEAK RECORD_IOCTL_CODE( 4, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Record_GetDTMF_VALID RECORD_IOCTL_CODE( 5, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Record_GetCPF_VALID RECORD_IOCTL_CODE( 6, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Record_GetDTMF_DIGIT RECORD_IOCTL_CODE( 7, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Record_SetThresholdValue RECORD_IOCTL_CODE( 8, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wNew) #define IOCTL_Record_GetThresholdValue RECORD_IOCTL_CODE( 9, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Record_GetRecordLevelValue RECORD_IOCTL_CODE( 10, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Record_Start_Old RECORD_IOCTL_CODE( 11, FILE_READ_ACCESS, ARG_VOID) // (void) //#define IOCTL_Record_Continue RECORD_IOCTL_CODE( 12, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Record_Continue CTL_CODE( FILE_DEVICE_RECORD, 0x80c, METHOD_NEITHER, FILE_READ_ACCESS ) // (void) #define IOCTL_Record_Stop RECORD_IOCTL_CODE( 13, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Record_SetRate RECORD_IOCTL_CODE( 14, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wNew) #define IOCTL_Record_GetRate RECORD_IOCTL_CODE( 15, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Record_SetVolume RECORD_IOCTL_CODE( 16, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wNew) #define IOCTL_Record_GetVolume RECORD_IOCTL_CODE( 17, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Record_SetAGCMinGain RECORD_IOCTL_CODE( 18, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wNew) #define IOCTL_Record_GetAGCMinGain RECORD_IOCTL_CODE( 19, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Record_SetAGCMaxGain RECORD_IOCTL_CODE( 20, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wNew) #define IOCTL_Record_GetAGCMaxGain RECORD_IOCTL_CODE( 21, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Record_SetAGCStartGain RECORD_IOCTL_CODE( 22, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wNew) #define IOCTL_Record_GetAGCStartGain RECORD_IOCTL_CODE( 23, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Record_SetAGCHoldTime RECORD_IOCTL_CODE( 24, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wNew) #define IOCTL_Record_GetAGCHoldTime RECORD_IOCTL_CODE( 25, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Record_SetAGCAttackTime RECORD_IOCTL_CODE( 26, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wNew) #define IOCTL_Record_GetAGCAttackTime RECORD_IOCTL_CODE( 27, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Record_SetAGCDecayTime RECORD_IOCTL_CODE( 28, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wNew) #define IOCTL_Record_GetAGCDecayTime RECORD_IOCTL_CODE( 29, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Record_SetAGCAttackThreshold RECORD_IOCTL_CODE( 30, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wNew) #define IOCTL_Record_GetAGCAttackThreshold RECORD_IOCTL_CODE( 31, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Record_SetAGCOnOff RECORD_IOCTL_CODE( 32, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wNew) #define IOCTL_Record_GetAGCOnOff RECORD_IOCTL_CODE( 33, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Record_SetSyncMode RECORD_IOCTL_CODE( 34, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wNew) #define IOCTL_Record_GetSyncMode RECORD_IOCTL_CODE( 35, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Record_SetBufferChannelLimit RECORD_IOCTL_CODE( 36, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wNew) #define IOCTL_Record_GetBufferChannelLimit RECORD_IOCTL_CODE( 37, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Record_GetFrameSize RECORD_IOCTL_CODE( 38, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Record_GetAvgRecordLevel RECORD_IOCTL_CODE( 39, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Record_ContinueLogFrame RECORD_IOCTL_CODE( 40, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Record_Open RECORD_IOCTL_CODE( 41, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Record_Close RECORD_IOCTL_CODE( 42, FILE_READ_ACCESS, ARG_DWORD) // (DWORD) #define IOCTL_Record_SetMute RECORD_IOCTL_CODE( 43, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wNew) #define IOCTL_Record_GetMute RECORD_IOCTL_CODE( 44, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Record_EnableVAD RECORD_IOCTL_CODE( 45, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Record_DisableVAD RECORD_IOCTL_CODE( 46, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Record_SetDisableOnDTMFDetect RECORD_IOCTL_CODE( 47, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wNew) #define IOCTL_Record_GetDisableOnDTMFDetect RECORD_IOCTL_CODE( 48, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Record_IsRecording RECORD_IOCTL_CODE( 49, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Record_Start RECORD_IOCTL_CODE( 50, FILE_READ_ACCESS, ARG_VOID) // (void) #define fnRecord_SetTFRMode IOCTL_Record_SetTFRMode #define fnRecord_GetTFRMode IOCTL_Record_GetTFRMode #define fnRecord_SetRECMODE IOCTL_Record_SetRECMODE #define fnRecord_GetRECMODE IOCTL_Record_GetRECMODE #define fnRecord_GetPEAK IOCTL_Record_GetPEAK #define fnRecord_GetDTMF_VALID IOCTL_Record_GetDTMF_VALID #define fnRecord_GetCPF_VALID IOCTL_Record_GetCPF_VALID #define fnRecord_GetDTMF_DIGIT IOCTL_Record_GetDTMF_DIGIT #define fnRecord_SetThresholdValue IOCTL_Record_SetThresholdValue #define fnRecord_GetThresholdValue IOCTL_Record_GetThresholdValue #define fnRecord_GetRecordLevelValue IOCTL_Record_GetRecordLevelValue #define fnRecord_Start IOCTL_Record_Start #define fnRecord_Continue IOCTL_Record_Continue #define fnRecord_Stop IOCTL_Record_Stop #define fnRecord_SetRate IOCTL_Record_SetRate #define fnRecord_GetRate IOCTL_Record_GetRate #define fnRecord_SetVolume IOCTL_Record_SetVolume #define fnRecord_GetVolume IOCTL_Record_GetVolume #define fnRecord_SetAGCMinGain IOCTL_Record_SetAGCMinGain #define fnRecord_GetAGCMinGain IOCTL_Record_GetAGCMinGain #define fnRecord_SetAGCMaxGain IOCTL_Record_SetAGCMaxGain #define fnRecord_GetAGCMaxGain IOCTL_Record_GetAGCMaxGain #define fnRecord_SetAGCStartGain IOCTL_Record_SetAGCStartGain #define fnRecord_GetAGCStartGain IOCTL_Record_GetAGCStartGain #define fnRecord_SetAGCHoldTime IOCTL_Record_SetAGCHoldTime #define fnRecord_GetAGCHoldTime IOCTL_Record_GetAGCHoldTime #define fnRecord_SetAGCAttackTime IOCTL_Record_SetAGCAttackTime #define fnRecord_GetAGCAttackTime IOCTL_Record_GetAGCAttackTime #define fnRecord_SetAGCDecayTime IOCTL_Record_SetAGCDecayTime #define fnRecord_GetAGCDecayTime IOCTL_Record_GetAGCDecayTime #define fnRecord_SetAGCAttackThreshold IOCTL_Record_SetAGCAttackThreshold #define fnRecord_GetAGCAttackThreshold IOCTL_Record_GetAGCAttackThreshold #define fnRecord_SetAGCOnOff IOCTL_Record_SetAGCOnOff #define fnRecord_GetAGCOnOff IOCTL_Record_GetAGCOnOff #define fnRecord_SetSyncMode IOCTL_Record_SetSyncMode #define fnRecord_GetSyncMode IOCTL_Record_GetSyncMode #define fnRecord_SetBufferChannelLimit IOCTL_Record_SetBufferChannelLimit #define fnRecord_GetBufferChannelLimit IOCTL_Record_GetBufferChannelLimit #define fnRecord_GetFrameSize IOCTL_Record_GetFrameSize #define fnRecord_GetAvgRecordLevel IOCTL_Record_GetAvgRecordLevel #define fnRecord_SetMute IOCTL_Record_SetMute #define fnRecord_GetMute IOCTL_Record_GetMute #define fnRecord_ContinueLogFrame IOCTL_Record_ContinueLogFrame #define fnRecord_IsRecording IOCTL_Record_IsRecording //========================================================================== //-------------------------------------------------------------------------- // Speakerphone support //-------------------------------------------------------------------------- // #define FILE_DEVICE_SPEAKERPHONE 0x8005 #define SPEAKERPHONE_IOCTL_CODE( fn, Access, ArgSize ) CTL_CODE( FILE_DEVICE_SPEAKERPHONE, (0x800 + ArgSize + fn ), METHOD_BUFFERED, Access ) #define IOCTL_Speakerphone_SetSpeakerVolume SPEAKERPHONE_IOCTL_CODE( 0, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wNew) #define IOCTL_Speakerphone_GetSpeakerVolume SPEAKERPHONE_IOCTL_CODE( 1, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Speakerphone_AECOn SPEAKERPHONE_IOCTL_CODE( 2, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Speakerphone_AECOff SPEAKERPHONE_IOCTL_CODE( 3, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Speakerphone_AECAdvancedLoOn SPEAKERPHONE_IOCTL_CODE( 4, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Speakerphone_AECAdvancedHiOn SPEAKERPHONE_IOCTL_CODE( 5, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Speakerphone_AECAdvancedLoOff SPEAKERPHONE_IOCTL_CODE( 6, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Speakerphone_AECAdvancedHiOff SPEAKERPHONE_IOCTL_CODE( 7, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Speakerphone_SetAEC SPEAKERPHONE_IOCTL_CODE( 8, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wNew) #define IOCTL_Speakerphone_GetAEC SPEAKERPHONE_IOCTL_CODE( 9, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Speakerphone_SetBaseFrameSize SPEAKERPHONE_IOCTL_CODE( 10, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD wNew) #define IOCTL_Speakerphone_GetBaseFrameSize SPEAKERPHONE_IOCTL_CODE( 11, FILE_READ_ACCESS, ARG_VOID) // (void) #define fnSpeakerphone_SetSpeakerVolume IOCTL_Speakerphone_SetSpeakerVolume #define fnSpeakerphone_GetSpeakerVolume IOCTL_Speakerphone_GetSpeakerVolume #define fnSpeakerphone_AECOn IOCTL_Speakerphone_AECOn #define fnSpeakerphone_AECOff IOCTL_Speakerphone_AECOff #define fnSpeakerphone_AECAdvancedLoOn IOCTL_Speakerphone_AECAdvancedLoOn #define fnSpeakerphone_AECAdvancedHiOn IOCTL_Speakerphone_AECAdvancedHiOn #define fnSpeakerphone_AECAdvancedLoOff IOCTL_Speakerphone_AECAdvancedLoOff #define fnSpeakerphone_AECAdvancedHiOff IOCTL_Speakerphone_AECAdvancedHiOff #define fnSpeakerphone_SetAEC IOCTL_Speakerphone_SetAEC #define fnSpeakerphone_GetAEC IOCTL_Speakerphone_GetAEC //========================================================================== //-------------------------------------------------------------------------- // Fax support //-------------------------------------------------------------------------- // #define FILE_DEVICE_FAX 0x800B #define FAX_IOCTL_CODE( fn, Access, ArgSize ) CTL_CODE( FILE_DEVICE_FAX, (0x800 + ArgSize + fn ), METHOD_BUFFERED, Access ) #define IOCTL_Fax_Start FAX_IOCTL_CODE( 0, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Fax_Stop FAX_IOCTL_CODE( 1, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_Fax_Write FAX_IOCTL_CODE( 2, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (WORD *buf) #define IOCTL_Fax_Read FAX_IOCTL_CODE( 3, FILE_READ_ACCESS, ARG_VOID) // (void) #define fnFax_Start IOCTL_Fax_Start #define fnFax_Stop IOCTL_Fax_Stop #define fnFax_Fax_Write IOCTL_Fax_Write #define fnFax_Read IOCTL_Fax_Read //========================================================================== //-------------------------------------------------------------------------- // FSK support //-------------------------------------------------------------------------- // #define FILE_DEVICE_FSK 0x800C #define FSK_IOCTL_CODE( fn, Access, ArgSize ) CTL_CODE( FILE_DEVICE_FSK, (0x800 + ArgSize + fn ), METHOD_BUFFERED, Access ) #define IOCTL_FSK_SetMsgData FSK_IOCTL_CODE( 0, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (BYTE*) #define fnFSK_SetMsgData IOCTL_FSK_SetMsgData //========================================================================== //-------------------------------------------------------------------------- // Tone support //-------------------------------------------------------------------------- // #define FILE_DEVICE_TONE 0x800D #define TONE_IOCTL_CODE( fn, Access, ArgSize ) CTL_CODE( FILE_DEVICE_TONE, (0x800 + ArgSize + fn ), METHOD_BUFFERED, Access ) #define IOCTL_Tone_PlayToneCadence TONE_IOCTL_CODE( 0, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (BYTE*) #define fnTone_PlayToneCadence IOCTL_Tone_PlayToneCadence //========================================================================== //-------------------------------------------------------------------------- // VxD support // // NOTE: These names will be changed in the future to a generic 'driver' // naming convention. //-------------------------------------------------------------------------- // #define FILE_DEVICE_VXD 0x8001 #define VXD_IOCTL_CODE( fn, Access, ArgSize ) CTL_CODE( FILE_DEVICE_VXD, (0x800 + ArgSize + fn ), METHOD_BUFFERED, Access ) #define IOCTL_VxD_SetCallback VXD_IOCTL_CODE( 0, FILE_READ_WRITE_ACCESS, ARG_VOID) // (FARPROC pfnCallback) - Callback address #define IOCTL_VxD_GetInterruptEvents VXD_IOCTL_CODE( 1, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_VxD_EnableInterrupts VXD_IOCTL_CODE( 2, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_VxD_DisableInterrupts VXD_IOCTL_CODE( 3, FILE_READ_ACCESS, ARG_VOID) // (void) #define IOCTL_VxD_AddPerformanceStat VXD_IOCTL_CODE( 4, FILE_READ_WRITE_ACCESS, ARG_DWORD) // (LPPERF_STAT lpPerfStat) #define IOCTL_VxD_GetVersion VXD_IOCTL_CODE( 5, FILE_READ_ACCESS, ARG_VOID) // (void) #define fnVxD_SetCallback IOCTL_VxD_SetCallback #define fnVxD_GetInterruptEvents IOCTL_VxD_GetInterruptEvents #define fnVxD_EnableInterrupts IOCTL_VxD_EnableInterrupts #define fnVxD_DisableInterrupts IOCTL_VxD_DisableInterrupts #define fnVxD_AddPerformanceStat IOCTL_VxD_AddPerformanceStat #define fnVxD_GetVersion IOCTL_VxD_GetVersion #endif // eof: QTIoctl.h openh323_v1_18_0/include/channels.h0100644000176200056700000010372110343321574017225 0ustar releasepostincr/* * channels.h * * H.323 protocol handler * * Open H323 Library * * Copyright (c) 1998-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Portions of this code were written with the assisance of funding from * Vovida Networks, Inc. http://www.vovida.com. * * Contributor(s): ______________________________________. * * $Log: channels.h,v $ * Revision 1.42 2005/11/30 13:05:00 csoutheren * Changed tags for Doxygen * * Revision 1.41 2004/07/03 05:47:45 rjongbloed * Added virtual function for determining RTP payload type used in an H.323 channel, * also some added bullet proofing for exception conditions, thanks Guilhem Tardy * * Revision 1.40 2002/09/16 01:14:15 robertj * Added #define so can select if #pragma interface/implementation is used on * platform basis (eg MacOS) rather than compiler, thanks Robert Monaghan. * * Revision 1.39 2002/09/03 06:19:36 robertj * Normalised the multi-include header prevention ifdef/define symbol. * * Revision 1.38 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.37 2002/06/25 08:30:08 robertj * Changes to differentiate between stright G.723.1 and G.723.1 Annex A using * the OLC dataType silenceSuppression field so does not send SID frames * to receiver codecs that do not understand them. * * Revision 1.36 2002/05/23 04:53:54 robertj * Added function to remove a filter from logical channel. * * Revision 1.35 2002/05/10 05:46:46 robertj * Added session ID to the data logical channel class. * * Revision 1.34 2002/05/02 07:56:24 robertj * Added automatic clearing of call if no media (RTP data) is transferred in a * configurable (default 5 minutes) amount of time. * * Revision 1.33 2002/05/02 06:28:50 robertj * Fixed problem with external RTP channels not fast starting. * * Revision 1.32 2002/04/17 05:56:28 robertj * Added trace output of H323Channel::Direction enum. * * Revision 1.31 2002/02/09 04:39:01 robertj * Changes to allow T.38 logical channels to use single transport which is * now owned by the OpalT38Protocol object instead of H323Channel. * * Revision 1.30 2002/02/05 08:13:20 robertj * Added ability to not have addresses when external RTP channel created. * * Revision 1.29 2002/01/22 22:48:21 robertj * Fixed RFC2833 support (transmitter) requiring large rewrite * * Revision 1.28 2002/01/17 07:04:57 robertj * Added support for RFC2833 embedded DTMF in the RTP stream. * * Revision 1.27 2002/01/17 00:10:37 robertj * Fixed double copy of rtpPayloadType in RTP channel, caused much confusion. * * Revision 1.26 2002/01/14 05:18:16 robertj * Fixed typo on external RTP channel constructor. * * Revision 1.25 2002/01/10 05:13:50 robertj * Added support for external RTP stacks, thanks NuMind Software Systems. * * Revision 1.24 2001/10/23 02:18:06 dereks * Initial release of CU30 video codec. * * Revision 1.23 2001/07/24 02:26:53 robertj * Added start for handling reverse channels. * * Revision 1.22 2001/07/17 04:44:29 robertj * Partial implementation of T.120 and T.38 logical channels. * * Revision 1.21 2001/02/09 05:16:24 robertj * Added #pragma interface for GNU C++. * * Revision 1.20 2001/01/25 07:27:14 robertj * Major changes to add more flexible OpalMediaFormat class to normalise * all information about media types, especially codecs. * * Revision 1.19 2000/10/19 04:05:20 robertj * Added compare function for logical channel numbers, thanks Yuriy Ershov. * * Revision 1.18 2000/09/22 01:35:02 robertj * Added support for handling LID's that only do symmetric codecs. * * Revision 1.17 2000/08/31 08:15:32 robertj * Added support for dynamic RTP payload types in H.245 OpenLogicalChannel negotiations. * * Revision 1.16 2000/08/21 02:50:19 robertj * Fixed race condition if close call just as slow start media channels are opening. * * Revision 1.15 2000/06/15 01:46:13 robertj * Added channel pause (aka mute) functions. * * Revision 1.14 2000/05/18 11:53:33 robertj * Changes to support doc++ documentation generation. * * Revision 1.13 2000/05/02 04:32:23 robertj * Fixed copyright notice comment. * * Revision 1.12 1999/12/23 23:02:34 robertj * File reorganision for separating RTP from H.323 and creation of LID for VPB support. * * Revision 1.11 1999/11/19 09:06:30 robertj * Changed to close down logical channel if get a transmit codec error. * * Revision 1.10 1999/11/06 05:37:44 robertj * Complete rewrite of termination of connection to avoid numerous race conditions. * * Revision 1.9 1999/09/08 04:05:48 robertj * Added support for video capabilities & codec, still needs the actual codec itself! * * Revision 1.8 1999/08/31 12:34:18 robertj * Added gatekeeper support. * * Revision 1.7 1999/07/09 06:09:49 robertj * Major implementation. An ENORMOUS amount of stuff added everywhere. * * Revision 1.6 1999/06/14 05:15:55 robertj * Changes for using RTP sessions correctly in H323 Logical Channel context * * Revision 1.5 1999/06/13 12:41:14 robertj * Implement logical channel transmitter. * Fixed H245 connect on receiving call. * * Revision 1.4 1999/06/09 05:26:19 robertj * Major restructuring of classes. * * Revision 1.3 1999/06/06 06:06:36 robertj * Changes for new ASN compiler and v2 protocol ASN files. * * Revision 1.2 1999/04/26 06:14:46 craigs * Initial implementation for RTP decoding and lots of stuff * As a whole, these changes are called "First Noise" * * Revision 1.1 1999/01/16 01:31:07 robertj * Initial revision * */ #ifndef __OPAL_CHANNELS_H #define __OPAL_CHANNELS_H #ifdef P_USE_PRAGMA #pragma interface #endif #include "rtp.h" #include "transports.h" class H245_OpenLogicalChannel; class H245_OpenLogicalChannelAck; class H245_OpenLogicalChannel_forwardLogicalChannelParameters; class H245_OpenLogicalChannel_reverseLogicalChannelParameters; class H245_H2250LogicalChannelParameters; class H245_H2250LogicalChannelAckParameters; class H245_MiscellaneousCommand_type; class H245_MiscellaneousIndication_type; class H323EndPoint; class H323Connection; class H323Capability; class H323Codec; class H323_RTP_Session; /////////////////////////////////////////////////////////////////////////////// /**Description of a Logical Channel Number. This is used as index into dictionary of logical channels. */ class H323ChannelNumber : public PObject { PCLASSINFO(H323ChannelNumber, PObject); public: H323ChannelNumber() { number = 0; fromRemote = FALSE; } H323ChannelNumber(unsigned number, BOOL fromRemote); virtual PObject * Clone() const; virtual PINDEX HashFunction() const; virtual void PrintOn(ostream & strm) const; virtual Comparison Compare(const PObject & obj) const; H323ChannelNumber & operator++(int); operator unsigned() const { return number; } BOOL IsFromRemote() const { return fromRemote; } protected: unsigned number; BOOL fromRemote; }; /**This class describes a logical channel between the two endpoints. They may be created and deleted as required in the H245 protocol. An application may create a descendent off this class and override functions as required for operating the channel protocol. */ class H323Channel : public PObject { PCLASSINFO(H323Channel, PObject); public: /**@name Construction */ //@{ /**Create a new channel. */ H323Channel( H323Connection & connection, ///< Connection to endpoint for channel const H323Capability & capability ///< Capability channel is using ); /**Destroy new channel. To avoid usage of deleted objects in background threads, this waits for the H323LogicalChannelThread to terminate before continuing. */ ~H323Channel(); //@} /**@name Overrides from PObject */ //@{ virtual void PrintOn( ostream & strm ) const; //@} /**@name Operations */ //@{ enum Directions { IsBidirectional, IsTransmitter, IsReceiver, NumDirections }; #if PTRACING friend ostream & operator<<(ostream & out, Directions dir); #endif /**Indicate the direction of the channel. Return if the channel is bidirectional, or unidirectional, and which direction for the latter case. */ virtual Directions GetDirection() const = 0; /**Indicate the session number of the channel. Return session for channel. This is primarily for use by RTP based channels, for channels for which the concept of a session is not meaningfull, the default simply returns 0. */ virtual unsigned GetSessionID() const; /**Set the initial bandwidth for the channel. This calculates the initial bandwidth required by the channel and returns TRUE if the connection can support this bandwidth. The default behaviour gets the bandwidth requirement from the codec object created by the channel. */ virtual BOOL SetInitialBandwidth(); /**Open the channel. The default behaviour just calls connection.OnStartLogicalChannel() and if successful sets the opened member variable. */ virtual BOOL Open(); /**This is called when the channel can start transferring data. */ virtual BOOL Start() = 0; /**This is called to clean up any threads on connection termination. */ virtual void CleanUpOnTermination(); /**Indicate if background thread(s) are running. */ virtual BOOL IsRunning() const; /**Handle channel data reception. This is called by the thread started by the Start() function and is typically a loop writing to the codec and reading from the transport (eg RTP_session). */ virtual void Receive() = 0; /**Handle channel data transmission. This is called by the thread started by the Start() function and is typically a loop reading from the codec and writing to the transport (eg an RTP_session). */ virtual void Transmit() = 0; /**Fill out the OpenLogicalChannel PDU for the particular channel type. */ virtual BOOL OnSendingPDU( H245_OpenLogicalChannel & openPDU ///< Open PDU to send. ) const = 0; /**This is called when request to create a channel is received from a remote machine and is about to be acknowledged. The default behaviour does nothing. */ virtual void OnSendOpenAck( const H245_OpenLogicalChannel & open, ///< Open PDU H245_OpenLogicalChannelAck & ack ///< Acknowledgement PDU ) const; /**This is called after a request to create a channel occurs from the local machine via the H245LogicalChannelDict::Open() function, and the request has been acknowledged by the remote endpoint. The default behaviour just returns TRUE. */ virtual BOOL OnReceivedPDU( const H245_OpenLogicalChannel & pdu, ///< Open PDU unsigned & errorCode ///< Error code on failure ); /**This is called after a request to create a channel occurs from the local machine via the H245LogicalChannelDict::Open() function, and the request has been acknowledged by the remote endpoint. The default behaviour just returns TRUE. */ virtual BOOL OnReceivedAckPDU( const H245_OpenLogicalChannelAck & pdu ///< Acknowledgement PDU ); /**Limit bit flow for the logical channel. The default behaviour passes this on to the codec if not NULL. */ virtual void OnFlowControl( long bitRateRestriction ///< Bit rate limitation ); /**Process a miscellaneous command on the logical channel. The default behaviour passes this on to the codec if not NULL. */ virtual void OnMiscellaneousCommand( const H245_MiscellaneousCommand_type & type ///< Command to process ); /**Process a miscellaneous indication on the logical channel. The default behaviour passes this on to the codec if not NULL. */ virtual void OnMiscellaneousIndication( const H245_MiscellaneousIndication_type & type ///< Indication to process ); /**Limit bit flow for the logical channel. The default behaviour does nothing. */ virtual void OnJitterIndication( DWORD jitter, ///< Estimated received jitter in microseconds int skippedFrameCount, ///< Frames skipped by decodec int additionalBuffer ///< Additional size of video decoder buffer ); /** Send a miscellanous command to the remote transmitting video codec. Typically, used to indicate a problem in the received video stream. */ void SendMiscCommand(unsigned command); //@} /**@name Member variable access */ //@{ /**Get the number of the channel. */ const H323ChannelNumber & GetNumber() const { return number; } /**Set the number of the channel. */ void SetNumber(const H323ChannelNumber & num) { number = num; } /**Get the number of the reverse channel (if present). */ const H323ChannelNumber & GetReverseChannel() const { return reverseChannel; } /**Set the number of the reverse channel (if present). */ void SetReverseChannel(const H323ChannelNumber & num) { reverseChannel = num; } /**Get the bandwidth used by the channel in 100's of bits/sec. */ unsigned GetBandwidthUsed() const { return bandwidthUsed; } /**Get the bandwidth used by the channel in 100's of bits/sec. */ BOOL SetBandwidthUsed( unsigned bandwidth ///< New bandwidth ); /**Get the capability that created this channel. */ const H323Capability & GetCapability() const { return *capability; } /**Get the codec, if any, associated with the channel. */ H323Codec * GetCodec() const; /**Get the "pause" flag. A paused channel is one that prevents the annunciation of the channels data. For example for audio this would mute the data, for video it would still frame. Note that channel is not stopped, and may continue to actually receive data, it is just that nothing is done with it. */ BOOL IsPaused() const { return paused; } /**Set the "pause" flag. A paused channel is one that prevents the annunciation of the channels data. For example for audio this would mute the data, for video it would still frame. Note that channel is not stopped, and may continue to actually receive data, it is just that nothing is done with it. */ void SetPause( BOOL pause ///< New pause flag ) { paused = pause; } //@} protected: H323EndPoint & endpoint; H323Connection & connection; H323Capability * capability; H323ChannelNumber number; H323ChannelNumber reverseChannel; H323Codec * codec; PThread * receiveThread; PThread * transmitThread; BOOL opened; BOOL paused; BOOL terminating; private: unsigned bandwidthUsed; }; PLIST(H323LogicalChannelList, H323Channel); /**This class describes a unidirectional logical channel between the two endpoints. They may be created and deleted as required in the H245 protocol. An application may create a descendent off this class and override functions as required for operating the channel protocol. */ class H323UnidirectionalChannel : public H323Channel { PCLASSINFO(H323UnidirectionalChannel, H323Channel); public: /**@name Construction */ //@{ /**Create a new channel. */ H323UnidirectionalChannel( H323Connection & connection, ///< Connection to endpoint for channel const H323Capability & capability, ///< Capability channel is using Directions direction ///< Direction of channel ); //@} /**@name Overrides from class H323Channel */ //@{ /**Indicate the direction of the channel. Return if the channel is bidirectional, or unidirectional, and which direction for th latter case. */ virtual Directions GetDirection() const; /**This is called when the channel can start transferring data. The default action is to start one threads, with it either calling Receive() or Transmit() depending on the receiver member variable. */ virtual BOOL Start(); //@} protected: BOOL receiver; }; /**This class describes a bidirectional logical channel between the two endpoints. They may be created and deleted as required in the H245 protocol. An application may create a descendent off this class and override functions as required for operating the channel protocol. */ class H323BidirectionalChannel : public H323Channel { PCLASSINFO(H323BidirectionalChannel, H323Channel); public: /**@name Construction */ //@{ /**Create a new channel. */ H323BidirectionalChannel( H323Connection & connection, ///< Connection to endpoint for channel const H323Capability & capability ///< Capability channel is using ); //@} /**@name Overrides from class H323Channel */ //@{ /**Indicate the direction of the channel. Return if the channel is bidirectional, or unidirectional, and which direction for th latter case. */ virtual Directions GetDirection() const; /**This is called when the channel can start transferring data. The default action is to start two threads, one calls Receive() and the other calls Transmit(). */ virtual BOOL Start(); //@} }; /////////////////////////////////////////////////////////////////////////////// /**This class is for encpsulating the IETF Real Time Protocol interface. */ class H323_RealTimeChannel : public H323UnidirectionalChannel { PCLASSINFO(H323_RealTimeChannel, H323UnidirectionalChannel); public: /**@name Construction */ //@{ /**Create a new channel. */ H323_RealTimeChannel( H323Connection & connection, ///< Connection to endpoint for channel const H323Capability & capability, ///< Capability channel is using Directions direction ///< Direction of channel ); //@} /**@name Overrides from class H323Channel */ //@{ /**Fill out the OpenLogicalChannel PDU for the particular channel type. */ virtual BOOL OnSendingPDU( H245_OpenLogicalChannel & openPDU ///< Open PDU to send. ) const; /**This is called when request to create a channel is received from a remote machine and is about to be acknowledged. */ virtual void OnSendOpenAck( const H245_OpenLogicalChannel & open, ///< Open PDU H245_OpenLogicalChannelAck & ack ///< Acknowledgement PDU ) const; /**This is called after a request to create a channel occurs from the local machine via the H245LogicalChannelDict::Open() function, and the request has been acknowledged by the remote endpoint. The default makes sure the parameters are compatible and passes on the PDU to the rtp session. */ virtual BOOL OnReceivedPDU( const H245_OpenLogicalChannel & pdu, ///< Open PDU unsigned & errorCode ///< Error code on failure ); /**This is called after a request to create a channel occurs from the local machine via the H245LogicalChannelDict::Open() function, and the request has been acknowledged by the remote endpoint. The default makes sure the parameters are compatible and passes on the PDU to the rtp session. */ virtual BOOL OnReceivedAckPDU( const H245_OpenLogicalChannelAck & pdu ///< Acknowledgement PDU ); //@} /**@name Operations */ //@{ /**Fill out the OpenLogicalChannel PDU for the particular channel type. */ virtual BOOL OnSendingPDU( H245_H2250LogicalChannelParameters & param ///< Open PDU to send. ) const = 0; /**This is called when request to create a channel is received from a remote machine and is about to be acknowledged. */ virtual void OnSendOpenAck( H245_H2250LogicalChannelAckParameters & param ///< Acknowledgement PDU ) const = 0; /**This is called after a request to create a channel occurs from the local machine via the H245LogicalChannelDict::Open() function, and the request has been acknowledged by the remote endpoint. The default behaviour sets the remote ports to send UDP packets to. */ virtual BOOL OnReceivedPDU( const H245_H2250LogicalChannelParameters & param, ///< Acknowledgement PDU unsigned & errorCode ///< Error on failure ) = 0; /**This is called after a request to create a channel occurs from the local machine via the H245LogicalChannelDict::Open() function, and the request has been acknowledged by the remote endpoint. The default behaviour sets the remote ports to send UDP packets to. */ virtual BOOL OnReceivedAckPDU( const H245_H2250LogicalChannelAckParameters & param ///< Acknowledgement PDU ) = 0; /**Get the active payload type used by this channel. This will use the dynamic payload type configured for the channel, or the fixed payload type defined by the media format. */ virtual RTP_DataFrame::PayloadTypes GetRTPPayloadType() const; /**Set the dynamic payload type used by this channel. */ virtual BOOL SetDynamicRTPPayloadType( int newType ///< New RTP payload type number ); //@} protected: RTP_DataFrame::PayloadTypes rtpPayloadType; }; /////////////////////////////////////////////////////////////////////////////// /**This class is for encpsulating the IETF Real Time Protocol interface. */ class H323_RTPChannel : public H323_RealTimeChannel { PCLASSINFO(H323_RTPChannel, H323_RealTimeChannel); public: /**@name Construction */ //@{ /**Create a new channel. */ H323_RTPChannel( H323Connection & connection, ///< Connection to endpoint for channel const H323Capability & capability, ///< Capability channel is using Directions direction, ///< Direction of channel RTP_Session & rtp ///< RTP session for channel ); /// Destroy the channel ~H323_RTPChannel(); //@} /**@name Overrides from class H323Channel */ //@{ /**This is called to clean up any threads on connection termination. */ virtual void CleanUpOnTermination(); /**Indicate the session number of the channel. Return session for channel. This returns the session ID of the RTP_Session member variable. */ virtual unsigned GetSessionID() const; /**Open the channel. */ virtual BOOL Open(); /**Handle channel data reception. This is called by the thread started by the Start() function and is typically a loop writing to the codec and reading from the transport (eg RTP_session). */ virtual void Receive(); /**Handle channel data transmission. This is called by the thread started by the Start() function and is typically a loop reading from the codec and writing to the transport (eg an RTP_session). */ virtual void Transmit(); //@} /**@name Overrides from class H323_RealTimeChannel */ //@{ /**Fill out the OpenLogicalChannel PDU for the particular channel type. */ virtual BOOL OnSendingPDU( H245_H2250LogicalChannelParameters & param ///< Open PDU to send. ) const; /**This is called when request to create a channel is received from a remote machine and is about to be acknowledged. */ virtual void OnSendOpenAck( H245_H2250LogicalChannelAckParameters & param ///< Acknowledgement PDU ) const; /**This is called after a request to create a channel occurs from the local machine via the H245LogicalChannelDict::Open() function, and the request has been acknowledged by the remote endpoint. The default behaviour sets the remote ports to send UDP packets to. */ virtual BOOL OnReceivedPDU( const H245_H2250LogicalChannelParameters & param, ///< Acknowledgement PDU unsigned & errorCode ///< Error on failure ); /**This is called after a request to create a channel occurs from the local machine via the H245LogicalChannelDict::Open() function, and the request has been acknowledged by the remote endpoint. The default behaviour sets the remote ports to send UDP packets to. */ virtual BOOL OnReceivedAckPDU( const H245_H2250LogicalChannelAckParameters & param ///< Acknowledgement PDU ); //@} void AddFilter( const PNotifier & filterFunction ); void RemoveFilter( const PNotifier & filterFunction ); PTimeInterval GetSilenceDuration() const; protected: RTP_Session & rtpSession; H323_RTP_Session & rtpCallbacks; PLIST(FilterList, PNotifier); FilterList filters; PMutex filterMutex; PTimeInterval silenceStartTick; }; /////////////////////////////////////////////////////////////////////////////// /**This class is for encpsulating the IETF Real Time Protocol interface as used by a remote host. */ class H323_ExternalRTPChannel : public H323_RealTimeChannel { PCLASSINFO(H323_ExternalRTPChannel, H323_RealTimeChannel); public: /**@name Construction */ //@{ /**Create a new channel. */ H323_ExternalRTPChannel( H323Connection & connection, ///< Connection to endpoint for channel const H323Capability & capability, ///< Capability channel is using Directions direction, ///< Direction of channel unsigned sessionID ///< Session ID for channel ); /**Create a new channel. */ H323_ExternalRTPChannel( H323Connection & connection, ///< Connection to endpoint for channel const H323Capability & capability, ///< Capability channel is using Directions direction, ///< Direction of channel unsigned sessionID, ///< Session ID for channel const H323TransportAddress & data, ///< Data address const H323TransportAddress & control///< Control address ); /**Create a new channel. */ H323_ExternalRTPChannel( H323Connection & connection, ///< Connection to endpoint for channel const H323Capability & capability, ///< Capability channel is using Directions direction, ///< Direction of channel unsigned sessionID, ///< Session ID for channel const PIPSocket::Address & ip, ///< IP address of media server WORD dataPort ///< Data port (control is dataPort+1) ); //@} /**@name Overrides from class H323Channel */ //@{ /**Indicate the session number of the channel. Return session for channel. This returns the session ID of the RTP_Session member variable. */ virtual unsigned GetSessionID() const; /**Start the channel. */ virtual BOOL Start(); /**Indicate if is started. */ virtual BOOL IsRunning() const; /**Handle channel data reception. This is called by the thread started by the Start() function and is typically a loop writing to the codec and reading from the transport (eg RTP_session). */ virtual void Receive(); /**Handle channel data transmission. This is called by the thread started by the Start() function and is typically a loop reading from the codec and writing to the transport (eg an RTP_session). */ virtual void Transmit(); //@} /**@name Overrides from class H323_RealTimeChannel */ //@{ /**Fill out the OpenLogicalChannel PDU for the particular channel type. */ virtual BOOL OnSendingPDU( H245_H2250LogicalChannelParameters & param ///< Open PDU to send. ) const; /**This is called when request to create a channel is received from a remote machine and is about to be acknowledged. */ virtual void OnSendOpenAck( H245_H2250LogicalChannelAckParameters & param ///< Acknowledgement PDU ) const; /**This is called after a request to create a channel occurs from the local machine via the H245LogicalChannelDict::Open() function, and the request has been acknowledged by the remote endpoint. The default behaviour sets the remote ports to send UDP packets to. */ virtual BOOL OnReceivedPDU( const H245_H2250LogicalChannelParameters & param, ///< Acknowledgement PDU unsigned & errorCode ///< Error on failure ); /**This is called after a request to create a channel occurs from the local machine via the H245LogicalChannelDict::Open() function, and the request has been acknowledged by the remote endpoint. The default behaviour sets the remote ports to send UDP packets to. */ virtual BOOL OnReceivedAckPDU( const H245_H2250LogicalChannelAckParameters & param ///< Acknowledgement PDU ); //@} void SetExternalAddress( const H323TransportAddress & data, ///< Data address const H323TransportAddress & control///< Control address ); const H323TransportAddress & GetRemoteMediaAddress() const { return remoteMediaAddress; } const H323TransportAddress & GetRemoteMediaControlAddress() const { return remoteMediaControlAddress; } BOOL GetRemoteAddress( PIPSocket::Address & ip, WORD & dataPort ) const; protected: unsigned sessionID; H323TransportAddress externalMediaAddress; H323TransportAddress externalMediaControlAddress; H323TransportAddress remoteMediaAddress; H323TransportAddress remoteMediaControlAddress; BOOL isRunning; }; /////////////////////////////////////////////////////////////////////////////// /**This class describes a data logical channel between the two endpoints. They may be created and deleted as required in the H245 protocol. An application may create a descendent off this class and override functions as required for operating the channel protocol. */ class H323DataChannel : public H323UnidirectionalChannel { PCLASSINFO(H323DataChannel, H323UnidirectionalChannel); public: /**@name Construction */ //@{ /**Create a new channel. */ H323DataChannel( H323Connection & connection, ///< Connection to endpoint for channel const H323Capability & capability, ///< Capability channel is using Directions direction, ///< Direction of channel unsigned sessionID ///< Session ID for channel ); /**Destroy the channel. */ ~H323DataChannel(); //@} /**@name Overrides from class H323Channel */ //@{ /**This is called to clean up any threads on connection termination. */ virtual void CleanUpOnTermination(); /**Indicate the session number of the channel. Return session for channel. This returns the session ID of the RTP_Session member variable. */ virtual unsigned GetSessionID() const; /**Fill out the OpenLogicalChannel PDU for the particular channel type. */ virtual BOOL OnSendingPDU( H245_OpenLogicalChannel & openPDU ///< Open PDU to send. ) const; /**This is called when request to create a channel is received from a remote machine and is about to be acknowledged. */ virtual void OnSendOpenAck( const H245_OpenLogicalChannel & open, ///< Open PDU H245_OpenLogicalChannelAck & ack ///< Acknowledgement PDU ) const; /**This is called after a request to create a channel occurs from the local machine via the H245LogicalChannelDict::Open() function, and the request has been acknowledged by the remote endpoint. The default makes sure the parameters are compatible and passes on the PDU to the rtp session. */ virtual BOOL OnReceivedPDU( const H245_OpenLogicalChannel & pdu, ///< Open PDU unsigned & errorCode ///< Error code on failure ); /**This is called after a request to create a channel occurs from the local machine via the H245LogicalChannelDict::Open() function, and the request has been acknowledged by the remote endpoint. The default makes sure the parameters are compatible and passes on the PDU to the rtp session. */ virtual BOOL OnReceivedAckPDU( const H245_OpenLogicalChannelAck & pdu ///< Acknowledgement PDU ); //@} /**@name Operations */ //@{ /**Create the H323Listener class to be used. This is called on receipt of an OpenLogicalChannel request. The default behaviour creates a compatible listener using the connections control channel as a basis and returns TRUE if successful. */ virtual BOOL CreateListener(); /**Create the H323Transport class to be used. This is called on receipt of an OpenLogicalChannelAck response. It should not return TRUE unless the transport member variable is set. The default behaviour uses the connection signalling channel to create the transport and returns TRUE if successful. */ virtual BOOL CreateTransport(); //@} protected: unsigned sessionID; H323Listener * listener; BOOL autoDeleteListener; H323Transport * transport; BOOL autoDeleteTransport; BOOL separateReverseChannel; }; #endif // __OPAL_CHANNELS_H ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/codecs.h0100644000176200056700000012077610343321575016704 0ustar releasepostincr/* * codecs.h * * H.323 protocol handler * * Open H323 Library * * Copyright (c) 1998-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Portions of this code were written with the assisance of funding from * Vovida Networks, Inc. http://www.vovida.com. * * Contributor(s): ______________________________________. * * $Log: codecs.h,v $ * Revision 1.78 2005/11/30 13:05:01 csoutheren * Changed tags for Doxygen * * Revision 1.77 2005/06/07 07:09:13 csoutheren * Removed compiler warnings on Windows * * Revision 1.76 2005/06/07 03:22:22 csoutheren * Added patch 1198741 with support for plugin codecs with generic capabilities * Added patch 1198754 with support for setting quality level on audio codecs * Added patch 1198760 with GSM-AMR codec support * Many thanks to Richard van der Hoff for his work * * Revision 1.75 2005/01/03 06:25:52 csoutheren * Added extensive support for disabling code modules at compile time * * Revision 1.74 2004/07/03 06:48:26 rjongbloed * Split video temporal/spatial trade off H.245 packets to separate command and * indication functions and added quality parameter, thanks Guilhem Tardy. * * Revision 1.73 2004/05/09 10:08:34 csoutheren * Changed new DecodeFrame to return bytes decoded rather than samples decoded * Added support for new DecodeFrame to plugin manager * * Revision 1.72 2004/05/02 04:52:23 rjongbloed * Fixed problems with G.711 caused by fixing problem with G.723.1-5k3 mode. * * Revision 1.71 2004/03/24 00:39:12 dereksmithies * Changes from Michael Smith for use in reporting frames/second. Many Thanks * * Revision 1.70 2003/12/14 10:42:29 rjongbloed * Changes for compilability without video support. * * Revision 1.69 2003/11/12 11:14:21 csoutheren * Added H323FramedAudioCodec::DecodeSilenceFrame thanks to Henry Harrison of AliceStreet * * Revision 1.68 2003/07/16 10:43:12 csoutheren * Added SwapChannel function to H323Codec to allow media hold channels * to work better. Thanks to Federico Pinna * * Revision 1.67 2003/05/27 09:39:15 dereksmithies * Add frames per sec variable to the videocodec class * * Revision 1.66 2002/12/16 09:11:15 robertj * Added new video bit rate control, thanks Walter H. Whitlock * * Revision 1.65 2002/09/16 01:14:15 robertj * Added #define so can select if #pragma interface/implementation is used on * platform basis (eg MacOS) rather than compiler, thanks Robert Monaghan. * * Revision 1.64 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.63 2002/01/23 06:13:52 robertj * Added filter function hooks to codec raw data channel. * * Revision 1.62 2002/01/23 01:58:25 robertj * Added function to determine if codecs raw data channel is native format. * * Revision 1.61 2002/01/22 16:17:19 rogerh * Back out the DTMF Decoder class. There will soon be a better way * to do this. * * Revision 1.60 2002/01/22 16:09:38 rogerh * Back out the DTMF detection from H323FramedAudioCodec::Write(). * There will shortly be a better place for it. * * Revision 1.59 2002/01/22 15:21:47 rogerh * Add DTMF decoding to PCM audio streams. This has been tested with * NetMeeting sending Dial Pad codes, using the G.711 codec. * At this time, DTMF codes (fron NetMeeting) are just displayed on the * screen and are not passed up to the users application. * * Revision 1.58 2002/01/13 23:56:01 robertj * Added mutex so can change raw data channel while reading/writing from codec. * * Revision 1.57 2001/12/04 05:13:09 robertj * Added videa bandwidth limiting code for H.261, thanks Jose Luis Urien. * * Revision 1.56 2001/11/16 01:05:21 craigs * Changed to allow access to uLaw/ALaw to/from linear functions * * Revision 1.55 2001/10/23 02:18:06 dereks * Initial release of CU30 video codec. * * Revision 1.54 2001/09/25 03:14:47 dereks * Add constant bitrate control for the h261 video codec. * Thanks Tiziano Morganti for the code to set bit rate. Good work! * * Revision 1.53 2001/09/11 01:24:36 robertj * Added conditional compilation to remove video and/or audio codecs. * * Revision 1.52 2001/08/28 09:27:38 robertj * Updated documentation to reflect some relationships between functions. * * Revision 1.51 2001/03/29 23:44:35 robertj * Added ability to get current silence detect state and threshold. * Changed silence detection to use G.723.1 SID frames as indicator of * silence instead of using the average energy and adaptive threshold. * Changed default signal on deadband time to be much shorter. * * Revision 1.50 2001/02/09 05:16:24 robertj * Added #pragma interface for GNU C++. * * Revision 1.49 2001/01/25 07:27:14 robertj * Major changes to add more flexible OpalMediaFormat class to normalise * all information about media types, especially codecs. * * Revision 1.48 2000/12/19 22:33:44 dereks * Adjust so that the video channel is used for reading/writing raw video * data, which better modularizes the video codec. * * Revision 1.47 2000/10/13 01:47:26 dereks * Include command option for setting the number of transmitted video * frames per second. use --videotxfps n * * Revision 1.46 2000/09/08 06:41:37 craigs * Added ability to set video device * Added ability to select test input frames * * Revision 1.45 2000/08/31 08:15:32 robertj * Added support for dynamic RTP payload types in H.245 OpenLogicalChannel negotiations. * * Revision 1.44 2000/08/21 04:45:06 dereks * Fix dangling pointer that caused segfaults for windows&unix users. * Improved the test image which is used when video grabber won't open. * Added code to handle setting of video Tx Quality. * Added code to set the number of background blocks sent with every frame. * * Revision 1.43 2000/05/16 02:04:16 craigs * Added access functions for silence compression mode * * Revision 1.42 2000/05/02 04:32:24 robertj * Fixed copyright notice comment. * * Revision 1.41 2000/04/14 20:11:16 robertj * Removed redundent member variable from H323FramedAudioCodec. * * Revision 1.40 2000/03/30 23:10:50 robertj * Fixed error in comments regarding GetFramerate() function. * * Revision 1.39 2000/03/21 03:06:47 robertj * Changes to make RTP TX of exact numbers of frames in some codecs. * * Revision 1.38 2000/02/28 13:00:22 robertj * Added some virtual keywords at the request of Yura Ershov * * Revision 1.37 2000/02/10 03:08:02 craigs * Added ability to specify NTSC or PAL video format * * Revision 1.36 2000/02/04 05:00:08 craigs * Changes for video transmission * * Revision 1.35 2000/01/13 04:03:45 robertj * Added video transmission * * Revision 1.34 1999/12/31 00:05:36 robertj * Added Microsoft ACM G.723.1 codec capability. * * Revision 1.33 1999/12/29 01:19:16 craigs * Fixed problem with RTP payload type variable * * Revision 1.32 1999/12/23 23:02:34 robertj * File reorganision for separating RTP from H.323 and creation of LID for VPB support. * * Revision 1.31 1999/11/29 09:01:46 craigs * Added new code for new video code interface * * Revision 1.30 1999/11/29 04:50:11 robertj * Added adaptive threshold calculation to silence detection. * * Revision 1.29 1999/11/20 00:53:46 robertj * Fixed ability to have variable sized frames in single RTP packet under G.723.1 * * Revision 1.28 1999/11/13 14:10:32 robertj * Changes to make silence detection selectable. * * Revision 1.27 1999/11/11 23:28:52 robertj * Added first cut silence detection algorithm. * * Revision 1.26 1999/11/04 00:43:42 robertj * Added extra constructors for nonStandard codecs. * * Revision 1.25 1999/10/14 12:03:08 robertj * Fixed comment. * * Revision 1.24 1999/10/08 09:59:01 robertj * Rewrite of capability for sending multiple audio frames * * Revision 1.23 1999/10/08 04:58:37 robertj * Added capability for sending multiple audio frames in single RTP packet * * Revision 1.22 1999/09/23 07:25:12 robertj * Added open audio and video function to connection and started multi-frame codec send functionality. * * Revision 1.21 1999/09/21 14:51:33 robertj * Fixed NonStandardCapabilityInfo class virtual destructor (and name). * * Revision 1.20 1999/09/21 14:04:41 robertj * Added non-standard codec capability classes * * Revision 1.19 1999/09/21 08:12:49 craigs * Added support for video codecs and H261 * * Revision 1.18 1999/09/18 13:27:24 craigs * Added ability disable jitter buffer for codecs * Added ability to access entire RTP frame from codec Write * * Revision 1.17 1999/09/08 04:05:48 robertj * Added support for video capabilities & codec, still needs the actual codec itself! * * Revision 1.16 1999/08/31 12:34:18 robertj * Added gatekeeper support. * * Revision 1.15 1999/08/25 03:08:23 robertj * Added UserInput capability. * Allowed the attachment of a channel on a codec to optionally delete the channel object, * * Revision 1.14 1999/07/22 14:32:48 robertj * Fixed erroneous comments * * Revision 1.13 1999/07/16 16:05:48 robertj * Added "human readable" codec type name display. * * Revision 1.12 1999/07/15 14:45:35 robertj * Added propagation of codec open error to shut down logical channel. * Fixed control channel start up bug introduced with tunnelling. * * Revision 1.11 1999/07/13 09:53:24 robertj * Fixed some problems with jitter buffer and added more debugging. * * Revision 1.10 1999/07/09 06:09:49 robertj * Major implementation. An ENORMOUS amount of stuff added everywhere. * * Revision 1.9 1999/06/24 13:32:45 robertj * Fixed ability to change sound device on codec and fixed NM3 G.711 compatibility * * Revision 1.8 1999/06/22 13:49:40 robertj * Added GSM support and further RTP protocol enhancements. * * Revision 1.7 1999/06/14 15:08:40 robertj * Added GSM codec class frame work (still no actual codec). * * Revision 1.6 1999/06/14 06:39:08 robertj * Fixed problem with getting transmit flag to channel from PDU negotiator * * Revision 1.5 1999/06/14 05:15:55 robertj * Changes for using RTP sessions correctly in H323 Logical Channel context * * Revision 1.4 1999/06/13 12:41:14 robertj * Implement logical channel transmitter. * Fixed H245 connect on receiving call. * * Revision 1.3 1999/06/09 05:26:19 robertj * Major restructuring of classes. * * Revision 1.2 1999/06/06 06:06:36 robertj * Changes for new ASN compiler and v2 protocol ASN files. * * Revision 1.1 1999/01/16 01:31:01 robertj * Initial revision * */ #ifndef __CODECS_H #define __CODECS_H #ifdef P_USE_PRAGMA #pragma interface #endif #include #include #include #include "openh323buildopts.h" /* The following classes have forward references to avoid including the VERY large header files for H225 and H245. If an application requires access to the protocol classes they can include them, but for simple usage their inclusion can be avoided. */ class H245_MiscellaneousCommand_type; class H245_MiscellaneousIndication_type; class H323Connection; /////////////////////////////////////////////////////////////////////////////// /**This class embodies the implementation of a specific codec instance used to transfer data via the logical channels opened and managed by the H323 control channel. An application may create a descendent off this class and override functions as required for descibing a codec. */ class H323Codec : public PObject { PCLASSINFO(H323Codec, PObject); public: enum Direction { Encoder, Decoder }; H323Codec( const char * mediaFormat, ///< Media format for codec Direction direction ///< Direction in which this instance runs ); /**Open the codec. This will open the codec for encoding or decoding, it is called after the logical channel have been established and the background threads to drive them have been started. This is primarily used to delay allocation of resources until the last millisecond. A descendent class may be created by the application and it may cast the connection parameter to the application defined descendent of H323Connection to obtain information needed to open the codec. The default behaviour does nothing. */ virtual BOOL Open( H323Connection & connection ///< Connection between the endpoints ); /**Close the codec. */ virtual void Close() = 0; /**Encode the data from the appropriate device. This will encode data for transmission. The exact size and description of the data placed in the buffer is codec dependent but should be less than OpalMediaFormat::GetFrameSize() in length. The length parameter is filled with the actual length of the encoded data, often this will be the same as OpalMediaFormat::GetFrameSize(). This function is called every GetFrameRate() timestamp units, so MUST take less than (or equal to) that amount of time to complete. It should always return the amount of data that corresponds to the GetFrameRate() timestamp units as well. A returned length of zero indicates that time has passed but there is no data encoded. This is typically used for silence detection in an audio codec. */ virtual BOOL Read( BYTE * buffer, ///< Buffer of encoded data unsigned & length, ///< Actual length of encoded data buffer RTP_DataFrame & rtpFrame ///< RTP data frame ) = 0; /**Decode the data and output it to appropriate device. This will decode a single frame of received data. The exact size and description of the data required in the buffer is codec dependent but should be at least than OpalMediaFormat::GetFrameSize() in length. It is expected this function anunciates the data. That is, for example with audio data, the sound is output on a speaker. This function is called every GetFrameRate() timestamp units, so MUST take less than that amount of time to complete! */ virtual BOOL Write( const BYTE * buffer, ///< Buffer of encoded data unsigned length, ///< Length of encoded data buffer const RTP_DataFrame & frame, ///< Entire RTP frame unsigned & written ///< Number of bytes used from data buffer ) = 0; /**Get the frame rate in RTP timestamp units. */ virtual unsigned GetFrameRate() const; /**Limit bit flow for the logical channel. The default behaviour does nothing. */ virtual void OnFlowControl( long bitRateRestriction ///< Bit rate limitation ); /**Process a miscellaneous command on the logical channel. The default behaviour does nothing. */ virtual void OnMiscellaneousCommand( const H245_MiscellaneousCommand_type & type ///< Command to process ); /**Process a miscellaneous indication on the logical channel. The default behaviour does nothing. */ virtual void OnMiscellaneousIndication( const H245_MiscellaneousIndication_type & type ///< Indication to process ); Direction GetDirection() const { return direction; } const OpalMediaFormat & GetMediaFormat() const { return mediaFormat; } /**Attach the raw data channel for use by codec. Note the channel provided will be deleted on destruction of the codec. The channel connects the codec (audio or video) with hardware to read/write data. Thus, the video codec provides a pointer to the data, which the renderer/grabber then accesses to display/grab the image from/to. */ virtual BOOL AttachChannel( PChannel * channel, ///< Channel to read/write raw codec data BOOL autoDelete = TRUE ///< Channel is to be automatically deleted ); /**Attach a new channel and returns the previous one, without neither deleting it nor closing it. This method is used to, for example, when swapping to or from a hold media channel */ virtual PChannel * SwapChannel( PChannel * newChannel, ///< Channel to read/write raw codec data BOOL autoDelete = TRUE ///< Channel is to be automatically deleted ); /**Close the raw data channel, described in H323Codec::AttachChannel */ virtual BOOL CloseRawDataChannel(); /**Return a pointer to the raw data channel, which can then be used to access the recording/playing device. (or testing if channel is attached). */ PChannel *GetRawDataChannel() { return rawDataChannel; } /**Return flag indicating raw channel is native. For audio codecs, FALSE typically means that the format is PCM-16. For video codecs, FALSE typically means that the format is YUV411P. The default behaviour returns FALSE. */ virtual BOOL IsRawDataChannelNative() const; /**Read from the raw data channel. */ BOOL ReadRaw( void * data, PINDEX size, PINDEX & length ); /**Write from the raw data channel. */ BOOL WriteRaw( void * data, PINDEX length ); /**Attach the logical channel, for use by the codec. The channel provided is not deleted on destruction, it is just used. The logical channel provides a means for the codec to send control messages. E.G. the receive video codec wants to receive a frame update. */ BOOL AttachLogicalChannel(H323Channel *channel); class FilterInfo : public PObject { PCLASSINFO(FilterInfo, PObject); public: FilterInfo(H323Codec & c, void * b, PINDEX s, PINDEX l) : codec(c), buffer(b), bufferSize(s), bufferLength(l) { } H323Codec & codec; void * buffer; PINDEX bufferSize; PINDEX bufferLength; }; /**Add a filter to the codec. The call back function is executed just after reading from, or just before writing to, the raw data channel. The callback is passed the H323Codec::FilterInfo structure containing the data that is being read or written. To use define: PDECLARE_NOTIFIER(H323Codec::FilterInfo, YourClass, YourFunction); and void YourClass::YourFunction(H323Codec::FilterInfo & info, INT) { // DO something with data } and to connect to a codec: BOOL YourClass::OnStartLogicalChannel(H323Channel & channel) { H323Codec * codec = channel.GetCodec(); codec->AddFilter(PCREATE_NOTIFIER(YourFunction)); } for example. Other places can be used to set the filter. */ void AddFilter( const PNotifier & notifier ); protected: Direction direction; OpalMediaFormat mediaFormat; H323Channel * logicalChannel; // sends messages from receive codec to tx codec. PChannel * rawDataChannel; // connection to the hardware for reading/writing data. BOOL deleteChannel; PMutex rawChannelMutex; PINDEX lastSequenceNumber; // Detects lost RTP packets in the video codec. PLIST(FilterList, PNotifier); FilterList filters; }; #ifndef NO_H323_AUDIO_CODECS /**This class defines a codec class that will use the standard platform PCM output device. An application may create a descendent off this class and override functions as required for descibing a specific codec. */ class H323AudioCodec : public H323Codec { PCLASSINFO(H323AudioCodec, H323Codec); public: /** Create a new audio codec. This opens the standard PCM audio output device, for input and output and allows descendent codec classes to do audio I/O after decoding/encoding. */ H323AudioCodec( const char * mediaFormat, ///< Media format for codec Direction direction ///< Direction in which this instance runs ); ~H323AudioCodec(); /**Open the codec. This will open the codec for encoding or decoding. This is primarily used to delay allocation of resources until the last minute. The default behaviour calls the H323EndPoint::OpenAudioChannel() function and assigns the result of that function to the raw data channel in the H323Codec class. */ virtual BOOL Open( H323Connection & connection ///< Connection between the endpoints ); /**Close down the codec. This will close the codec breaking any block on the Read() or Write() functions. The default behaviour will close the rawDataChannel if it is not NULL and thene delete it if delteChannel is TRUE. */ virtual void Close(); /**Get the frame rate in RTP timestamp units. */ virtual unsigned GetFrameRate() const; enum SilenceDetectionMode { NoSilenceDetection, FixedSilenceDetection, AdaptiveSilenceDetection }; /**Enable/Disable silence detection. The deadband periods are in audio samples of 8kHz. */ void SetSilenceDetectionMode( SilenceDetectionMode mode, ///< New silence detection mode unsigned threshold = 0, ///< Threshold value if FixedSilenceDetection unsigned signalDeadband = 80, ///< 10 milliseconds of signal needed unsigned silenceDeadband = 3200, ///< 400 milliseconds of silence needed unsigned adaptivePeriod = 4800 ///< 600 millisecond window for adaptive threshold ); /**Get silence detection mode The inTalkBurst value is TRUE if packet transmission is enabled and FALSE if it is being suppressed due to silence. The currentThreshold value is the value from 0 to 32767 which is used as the threshold value for 16 bit PCM data. */ SilenceDetectionMode GetSilenceDetectionMode( BOOL * isInTalkBurst = NULL, ///< Current silence detct state. unsigned * currentThreshold = NULL ///< Current signal/silence threshold ) const; /** for codecs which support it, this sets the quality level of the transmitted audio. In order to have consistency between different codecs, the qlevel parameter is defined to range from 1 (good) to 31 (poor), even if the individual codec defines fewer levels than this. */ virtual void SetTxQualityLevel(int /*qlevel*/) {} /** for codecs which support it, this gets the quality level of the * transmitted audio. */ virtual int GetTxQualityLevel(int /*qlevel*/) { return 1; } /**Check frame for a talk burst. This does the deadband calculations on the average signal levels returned by the GetAverageSignalLevel() function and based on the levelThreshold, signalDeadbandFrames and silenceDeadbandFrames member variables. */ virtual BOOL DetectSilence(); /**Get the average signal level in the audio stream. This is called from within DetectSilence() to calculate the average signal level since the last call to DetectSilence(). The default behaviour returns UINT_MAX which disables the silence detection algorithm. */ virtual unsigned GetAverageSignalLevel(); protected: unsigned samplesPerFrame; SilenceDetectionMode silenceDetectMode; unsigned signalDeadbandFrames; // Frames of signal before talk burst starts unsigned silenceDeadbandFrames; // Frames of silence before talk burst ends unsigned adaptiveThresholdFrames; // Frames to min/max over for adaptive threshold BOOL inTalkBurst; // Currently sending RTP data unsigned framesReceived; // Signal/Silence frames received so far. unsigned levelThreshold; // Threshold level for silence/signal unsigned signalMinimum; // Minimum of frames above threshold unsigned silenceMaximum; // Maximum of frames below threshold unsigned signalFramesReceived; // Frames of signal received unsigned silenceFramesReceived; // Frames of silence received }; /**This class defines a codec class that will use the standard platform PCM output device, and the encoding/decoding has fixed blocks. That is each input block of n samples is encoded to exactly the same sized compressed data, eg G.711, GSM etc. An application may create a descendent off this class and override functions as required for descibing a specific codec. */ class H323FramedAudioCodec : public H323AudioCodec { PCLASSINFO(H323FramedAudioCodec, H323AudioCodec); public: /** Create a new audio codec. This opens the standard PCM audio output device, for input and output and allows descendent codec classes to do audio I/O after decoding/encoding. */ H323FramedAudioCodec( const char * mediaFormat, ///< Media format for codec Direction direction ///< Direction in which this instance runs ); /**Encode the data from the appropriate device. This will encode data for transmission. The exact size and description of the data placed in the buffer is codec dependent but should be less than OpalMediaFormat::GetFrameSize() in length. The length parameter is filled with the actual length of the encoded data, often this will be the same as OpalMediaFormat::GetFrameSize(). This function is called every GetFrameRate() timestamp units, so MUST take less than (or equal to) that amount of time to complete. It should always return the amount of data that corresponds to the GetFrameRate() timestamp units as well. A returned length of zero indicates that time has passed but there is no data encoded. This is typically used for silence detection in an audio codec. */ virtual BOOL Read( BYTE * buffer, ///< Buffer of encoded data unsigned & length, ///< Actual length of encoded data buffer RTP_DataFrame & rtpFrame ///< RTP data frame ); /**Decode the data and output it to appropriate device. This will decode a single frame of received data. The exact size and description of the data required in the buffer is codec dependent but should be less than H323Capability::GetRxFramesInPacket() * OpalMediaFormat::GetFrameSize() in length. It is expected this function anunciates the data. That is, for example with audio data, the sound is output on a speaker. This function is called every GetFrameRate() timestamp units, so MUST take less than that amount of time to complete! */ virtual BOOL Write( const BYTE * buffer, ///< Buffer of encoded data unsigned length, ///< Length of encoded data buffer const RTP_DataFrame & rtpFrame, ///< RTP data frame unsigned & written ///< Number of bytes used from data buffer ); /**Get the average signal level in the audio stream. This is called from within DetectSilence() to calculate the average signal level since the last call to DetectSilence(). */ virtual unsigned GetAverageSignalLevel(); /**Encode a sample block into the buffer specified. The samples have been read and are waiting in the readBuffer member variable. it is expected this function will encode exactly bytesPerFrame bytes. */ virtual BOOL EncodeFrame( BYTE * buffer, ///< Buffer into which encoded bytes are placed unsigned & length ///< Actual length of encoded data buffer ) = 0; /**Decode a sample block from the buffer specified. The samples must be placed into the writeBuffer member variable. It is expected that exactly samplesPerFrame samples is decoded. */ virtual BOOL DecodeFrame( const BYTE * buffer, ///< Buffer from which encoded data is found unsigned length, ///< Length of encoded data buffer unsigned & written, ///< Number of bytes used from data buffer unsigned & bytesOutput ///< Number of bytes in decoded data ); virtual BOOL DecodeFrame( const BYTE * buffer, ///< Buffer from which encoded data is found unsigned length, ///< Length of encoded data buffer unsigned & written ///< Number of bytes used from data buffer ); /** Called when a frame is missed due to late arrival or other reasons By default, this function fills the buffer with silence */ virtual void DecodeSilenceFrame( void * buffer, ///< Buffer from which encoded data is found unsigned length ///< Length of encoded data buffer ) { memset(buffer, 0, length); } protected: PShortArray sampleBuffer; unsigned bytesPerFrame; }; /**This class defines a codec class that will use the standard platform PCM output device, and the encoding/decoding is streamed. That is each input 16 bit PCM sample is encoded to 8 bits or less of encoded data and no blocking of PCM data is required, eg G.711, G.721 etc. An application may create a descendent off this class and override functions as required for descibing a specific codec. */ class H323StreamedAudioCodec : public H323FramedAudioCodec { PCLASSINFO(H323StreamedAudioCodec, H323FramedAudioCodec); public: /** Create a new audio codec. This opens the standard PCM audio output device, for input and output and allows descendent codec classes to do audio I/O after decoding/encoding. */ H323StreamedAudioCodec( const char * mediaFormat, ///< Media format for codec Direction direction, ///< Direction in which this instance runs unsigned samplesPerFrame, ///< Number of samples in a frame unsigned bits ///< Bits per sample ); /**Encode a sample block into the buffer specified. The samples have been read and are waiting in the readBuffer member variable. it is expected this function will encode exactly encodedBlockSize bytes. */ virtual BOOL EncodeFrame( BYTE * buffer, ///< Buffer into which encoded bytes are placed unsigned & length ///< Actual length of encoded data buffer ); /**Decode a sample block from the buffer specified. The samples must be placed into the writeBuffer member variable. It is expected that no more than frameSamples is decoded. The return value is the number of samples decoded. Zero indicates an error. */ virtual BOOL DecodeFrame( const BYTE * buffer, ///< Buffer from which encoded data is found unsigned length, ///< Length of encoded data buffer unsigned & written, ///< Number of bytes used from data buffer unsigned & samples ///< Number of sample output from frame ); /**Encode a single sample value. */ virtual int Encode(short sample) const = 0; /**Decode a single sample value. */ virtual short Decode(int sample) const = 0; protected: unsigned bitsPerSample; }; #endif // NO_H323_AUDIO_CODECS #ifndef NO_H323_VIDEO /**This class defines a codec class that will use the standard platform image output device. An application may create a descendent off this class and override functions as required for descibing a specific codec. */ class H323VideoCodec : public H323Codec { PCLASSINFO(H323VideoCodec, H323Codec); public: /** Create a new video codec. This opens the standard image output device, for input and output and allows descendent codec classes to do video I/O after decoding/encoding. */ H323VideoCodec( const char * mediaFormat, ///< Media format for codec Direction direction ///< Direction in which this instance runs ); ~H323VideoCodec(); /**Open the codec. This will open the codec for encoding or decoding. This is primarily used to delay allocation of resources until the last minute. The default behaviour calls the H323EndPoint::OpenVideoDevice() function and assigns the result of that function to the raw data channel in the H323Codec class. */ virtual BOOL Open( H323Connection & connection ///< Connection between the endpoints ); /**Close down the codec. This will close the codec breaking any block on the Read() or Write() functions. The default behaviour will close the rawDataChannel if it is not NULL and thene delete it if delteChannel is TRUE. */ virtual void Close(); /**Process a miscellaneous command on the logical channel. The default behaviour does nothing. */ virtual void OnMiscellaneousCommand( const H245_MiscellaneousCommand_type & type ///< Command to process ); /**Process a miscellaneous indication on the logical channel. The default behaviour does nothing. */ virtual void OnMiscellaneousIndication( const H245_MiscellaneousIndication_type & type ///< Indication to process ); // /**Attach the raw data device for use by codec. // Note the device provided will be deleted on destruction of the codec. // */ // virtual BOOL AttachDevice( // H323VideoDevice * device, ///< Device to read/write data // BOOL autoDelete = TRUE ///< Device is to be automatically deleted // ); /**Process a FreezePicture command from remote endpoint. The default behaviour does nothing. */ virtual void OnFreezePicture(); /**Process a FastUpdatePicture command from remote endpoint. The default behaviour does nothing. */ virtual void OnFastUpdatePicture(); /**Process a FastUpdateGOB command from remote endpoint. The default behaviour does nothing. */ virtual void OnFastUpdateGOB(unsigned firstGOB, unsigned numberOfGOBs); /**Process a FastUpdateMB command from remote endpoint. The default behaviour does nothing. */ virtual void OnFastUpdateMB(int firstGOB, int firstMB, unsigned numberOfMBs); /**Process a H.245 videoIndicateReadyToActivate indication from remote endpoint. The default behaviour does nothing. */ virtual void OnVideoIndicateReadyToActivate(); /**Process a H.245 ideoTemporalSpatialTradeOff command from remote endpoint. The default behaviour does nothing. */ virtual void OnVideoTemporalSpatialTradeOffCommand(int newQuality); /**Process a H.245 videoTemporalSpatialTradeOff indication from remote endpoint. The default behaviour does nothing. */ virtual void OnVideoTemporalSpatialTradeOffIndication(int newQuality); /**Process a H.245 videoNotDecodedMBs indication from remote endpoint. The default behaviour does nothing. */ virtual void OnVideoNotDecodedMBs( unsigned firstMB, unsigned numberOfMBs, unsigned temporalReference ); /**Process a request for a new frame, as part of the picture has been lost. */ virtual void OnLostPartialPicture(); /**Process a request for a new frame, as the entire picture has been lost. */ virtual void OnLostPicture(); /** Get width of video */ int GetWidth() const { return frameWidth; } /** Get height of video */ int GetHeight() const { return frameHeight; } /**Quality of the transmitted video. 1 is good, 31 is poor. */ virtual void SetTxQualityLevel(int qlevel) {videoQuality = qlevel; } /**Minimum quality limit for the transmitted video. * Default is 1. Encode quality will not be set below this value. */ virtual void SetTxMinQuality(int qlevel) {videoQMin = qlevel; } /**Maximum quality limit for the transmitted video. * Default is 24. Encode quality will not be set above this value. */ virtual void SetTxMaxQuality(int qlevel) {videoQMax = qlevel; } /**number of blocks (that haven't changed) transmitted with each frame. These blocks fill in the background */ virtual void SetBackgroundFill(int idle) {fillLevel= idle; } enum BitRateModeBits { None = 0x00, DynamicVideoQuality = 0x01, AdaptivePacketDelay = 0x02 }; /**Get the current value for video control mode */ unsigned GetVideoMode(void) {return videoBitRateControlModes;} /**Set the current value for video control mode * return the resulting value video control mode */ unsigned SetVideoMode(unsigned mode) {return videoBitRateControlModes = mode;} /**Set maximum bitrate when transmitting video. A value of 0 disables bit rate control. The average bitrate will be less depending on channel dead time, i.e. time that the channel could be transmitting bits but is not. */ virtual BOOL SetMaxBitRate( unsigned bitRate ///< New bit rate ); /**Set target time in milliseconds between video frames going through the channel. This sets the video frame rate through the channel, which is <= grabber frame rate. Encoder quality will be adjusted dynamically by the codec to find a frame size that allows sending at this rate. Default = 167 ms = 6 frames per second. A value of 0 means the channel will attempt to run at the video grabber frame rate Sometimes the channel cannot transmit as fast as the video grabber. */ virtual BOOL SetTargetFrameTimeMs( unsigned ms ///< new time between frames ); /** Send a miscellaneous command to the remote transmitting video codec. This message is sent via the H245 Logical Channel. */ void SendMiscCommand(unsigned command); /** Returns the number of frames transmitted or received so far. */ virtual int GetFrameNum() { return frameNum; } protected: int frameWidth; int frameHeight; int fillLevel; // used in h261codec.cxx unsigned videoBitRateControlModes; // variables used for video bit rate control int bitRateHighLimit; // maximum instantaneous bit rate allowed unsigned oldLength; PTimeInterval oldTime; PTimeInterval newTime; // variables used for dynamic video quality control int targetFrameTimeMs; //targetFrameTimeMs = 1000 / videoSendFPS int frameBytes; // accumulate count of bytes per frame int sumFrameTimeMs, sumAdjFrameTimeMs, sumFrameBytes; // accumulate running average int videoQMax, videoQMin; // dynamic video quality min/max limits int videoQuality; // current video encode quality setting, 1..31 PTimeInterval frameStartTime; PTimeInterval grabInterval; int frameNum, packetNum, oldPacketNum; int framesPerSec; PMutex videoHandlerActive; }; #endif // NO_H323_VIDEO #ifndef NO_H323_AUDIO_CODECS /////////////////////////////////////////////////////////////////////////////// // The simplest codec is the G.711 PCM codec. /**This class is a G711 ALaw codec. */ class H323_ALawCodec : public H323StreamedAudioCodec { PCLASSINFO(H323_ALawCodec, H323StreamedAudioCodec) public: /**@name Construction */ //@{ /**Create a new G.711 codec for ALaw. */ H323_ALawCodec( Direction direction, ///< Direction in which this instance runs BOOL at56kbps, ///< Encoding bit rate. unsigned frameSize ///< Size of frame in bytes ); //@} virtual int Encode(short sample) const { return EncodeSample(sample); } virtual short Decode(int sample) const { return DecodeSample(sample); } static int EncodeSample(short sample); static short DecodeSample(int sample); protected: BOOL sevenBit; }; /**This class is a G711 uLaw codec. */ class H323_muLawCodec : public H323StreamedAudioCodec { PCLASSINFO(H323_muLawCodec, H323StreamedAudioCodec) public: /**@name Construction */ //@{ /**Create a new G.711 codec for muLaw. */ H323_muLawCodec( Direction direction, ///< Direction in which this instance runs BOOL at56kbps, ///< Encoding bit rate. unsigned frameSize ///< Size of frame in bytes ); //@} virtual int Encode(short sample) const { return EncodeSample(sample); } virtual short Decode(int sample) const { return DecodeSample(sample); } static int EncodeSample(short sample); static short DecodeSample(int sample); protected: BOOL sevenBit; }; #endif // NO_H323_AUDIO_CODECS #endif // __CODECS_H ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/cu30codec.h0100644000176200056700000003436407551071373017216 0ustar releasepostincr/* * cu30codec.h * * H.323 protocol handler * * Open H323 Library * * Copyright (c) 1999-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * Derek J Smithies (derek@indranet.co.nz) * * $Log: cu30codec.h,v $ * Revision 1.6 2002/10/09 18:18:35 rogerh * Apply a patch from Damien Sandras * * Revision 1.5 2002/09/16 01:14:15 robertj * Added #define so can select if #pragma interface/implementation is used on * platform basis (eg MacOS) rather than compiler, thanks Robert Monaghan. * * Revision 1.4 2002/09/03 06:19:36 robertj * Normalised the multi-include header prevention ifdef/define symbol. * * Revision 1.3 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.2 2002/01/16 02:53:52 dereks * Add methods to cope with H.245 RequestModeChange in h.261 video codec. * * Revision 1.1 2001/10/23 02:18:06 dereks * Initial release of CU30 video codec. * * */ #ifndef __OPAL_CU30CODEC_H #define __OPAL_CU30CODEC_H #ifdef P_USE_PRAGMA #pragma interface #endif #include "h323caps.h" /////////////////////////////////////////////////////////////////////////////// /**This class describes the CU30 video codec capability. */ class H323_Cu30Capability : public H323NonStandardVideoCapability { PCLASSINFO(H323_Cu30Capability, H323NonStandardVideoCapability); public: /**@name Construction */ //@{ /**Create a new CU30 capability. */ H323_Cu30Capability( H323EndPoint & endpoint, // Endpoint to get NonStandardInfo from. PString statsDir, // Directory to read statistics for codec from/to. INT _width, // width and height for the transmitter. INT _height, // INT _statsFrames // Number of frames to collect stats for. ); //@} /**@name Overrides from class PObject */ //@{ /**Create a copy of the object. */ virtual PObject * Clone() const; //@} /**@name Operations */ //@{ /**Create the codec instance, allocating resources as required. */ virtual H323Codec * CreateCodec( H323Codec::Direction direction /// Direction in which this instance runs ) const; //@} /**@name Identification functions */ //@{ /**Get the name of the media data format this class represents. */ virtual PString GetFormatName() const; //@} PString statisticsDir; //Required by cu30 codec at initialization. //directory containing stats. Good stats==good compression. INT newWidth; // width and height for the transmitter. INT newHeight; // INT statsFrames; // Number of frames to collect stats over. }; /////////////////////////////////////////////////////////////////////////////// /**This class is a CU30 codec. */ class H323_Cu30Codec : public H323VideoCodec, public PDynaLink { PCLASSINFO(H323_Cu30Codec, H323VideoCodec) public: /**@name Construction */ //@{ /**Create a new CU30 video codec. */ H323_Cu30Codec( Direction direction, /// Direction in which this instance runs PString statsDir, INT _width, /// width and height for the transmitter. INT _height, INT _statsFrames /// Number of frames to collect stats over. ); ~H323_Cu30Codec(); //@} /**@name openh323 interface routines. */ //@{ /**Encode the data from the appropriate device. This will encode a frame of data for transmission. The exact size and description of the data placed in the buffer is codec dependent but should be less than H323Capability::GetTxFramesInPacket() * OpalMediaFormat::GetFrameSize() in length. The length parameter is filled with the actual length of the encoded data, often this will be the same as the size parameter. This function is called every GetFrameRate() timestamp units, so MUST take less than (or equal to) that amount of time to complete! Note that a returned length of zero indicates that time has passed but there is no data encoded. This is typically used for silence detection in an audio codec. This function grabs, displays, and compresses a video frame into into CU30 packets. Get another frame if all packets of previous frame have been sent. Get next packet on list and send that one. Render the current frame if all of its packets have been sent. */ virtual BOOL Read( BYTE * buffer, /// Buffer of encoded data unsigned & length, /// Actual length of encoded data buffer RTP_DataFrame & rtpFrame /// RTP data frame ); /**Decode the data and output it to appropriate device. This will decode a single frame of received data. The exact size and description of the data required in the buffer is codec dependent but should be less than H323Capability::GetRxFramesInPacket() * OpalMediaFormat::GetFrameSize() in length. It is expected this function anunciates the data. That is, for example with audio data, the sound is output on a speaker. This function is called every GetFrameRate() timestamp units, so MUST take less than that amount of time to complete! */ virtual BOOL Write( const BYTE * buffer, /// Buffer of encoded data unsigned length, /// Length of encoded data buffer const RTP_DataFrame & rtp, /// RTP data frame unsigned & written /// Number of bytes used from data buffer ); /** Used to acquire statistics on this frame. Used in later h323 connections for minimising the bits required to transmit cu30 video. */ BOOL RecordStatistics(unsigned char *src); protected: /** Resize the internal variables to cope with a new frame size. */ BOOL Resize(int width, int height); /** call RenderFrame() routine. */ BOOL Redraw(); /** Display the current frame that the encoder/decoder has in memory. Takes the address of the current frame (set in last call to encode/decode) and then call rawDataChannel->Write(). The current frame is in YUV420P format, and consists of width*height*1.5 bytes. If there is no raw data channel, return true (success). */ BOOL RenderFrame(); /**Process a request for a new frame, as part of the picture has been lost. This request is handled by causing the transmitting video codec to send out an intra frame. Subsequent frames will be inter, inter, inter,,,,, and then an intra frame. */ virtual void OnLostPartialPicture(); /**In the context of the Cu30 codec, this message means "Not all the statistics fields got through." "Please resend the statistics". */ virtual void OnLostPicture(); private: /*There is a problem with the CU30codec. It needs to be able to carry out two tasks. 1)Grab data from the camera. 2)Render data from an array. Thus, we either: two PVideoChannels, or one PVideoChannel to both grab and render. We use one PVideoChannel, which is not consistant with elsewhere, but enables us to (later) have a grab and display process irrespective of there being a H323 connection. */ /** Close the encoder & decoder objects in the run time library. Delete the allocated memory for the frame buffer. */ void Close(); //@} /**@name cu30 interface routines. */ //@{ /** Function pointer initialised when the plug in codec is read */ int (*OpenEncoderWith)(void *, int,int,char *); /** Function pointer initialised when the plug in codec is read */ int (*OpenEncoder)(void *, int,int); /** Function pointer initialised when the plug in codec is read */ int (*CloseEncoder)(void *); /** Function pointer initialised when the plug in codec is read */ int (*OpenDecoder)(void *, int,int); /** Function pointer initialised when the plug in codec is read */ int (*CloseDecoder)(void *); /** Function pointer initialised when the plug in codec is read */ int (*OpenStats)(void *, int,int); /** Function pointer initialised when the plug in codec is read */ int (*CloseStats)(void *); /** Function pointer initialised when the plug in codec is read */ int (*DoEncode)(void *, unsigned char *,unsigned char **); /** Function pointer initialised when the plug in codec is read */ int (*DoDecode)(void *, const unsigned char*, int, unsigned char **); /** Function pointer initialised when the plug in codec is read */ int (*DoStats)(void *, const unsigned char*); /** Function pointer initialised when the plug in codec is read */ int (*SetQuality)(void *, int); /** Function pointer initialised when the plug in codec is read */ int (*SetCodecSize)(void *, int,int); /** copy statistics for a particular field from the library. */ int (*CopyStatsFromLib)(void *, unsigned char *dest, unsigned &length, char *field); /** copy statistics for a particular field to the library. */ int (*CopyStatsToLib)(void *, unsigned char *src, unsigned length, char *field); /**When packets have been lost in the network, we need to wait for an intraframe. Intraframes do not depend on the previous frames. Use the test "IsIntraFrame" to determine if it is an intra frame. */ int (*IsIntraFrame)(void *, const unsigned char *); /** If statistics have been kept on this session, save them to a directory. Statistics are saved in four text files, called "y", "u", "v", and "mc" */ int (*SendStatsToFiles)(void *, char *dir); /** Given a message from the remote computer, generate an intra frame. This occurs because the remote computer has not received all video packets. */ int (*ForceIntraFrame)(void *); /** Tell the codec to create some internal data. This data is specific to this thread, and must not be viewed by other threads. */ int (*MakeInternalData)(void **); /** Tell the codec to free the internal data. This data was created in the call to "MakeInternalData". */ int (*FreeInternalData)(void *); /** Query the Cu30 library, and ask if the all the statistics files have been loaded successfully. Returns 1 if everything is ready for the decoder to run. */ int (*StatsLoadedOK)(void *); /** Allocate the necessary space for yuv420pImage/encodedImage, depending on frame size and direction. Checks for non existance of images first. The encoder needs just the source image. The decoder needs just the soure encoded image. For each Cu30 decoder created, the Cu30 decoder creates one output image. */ BOOL AllocateInternalImages(void); //@} /** Encoder creates a memory block to hold the raw image from the grabber. The decoder just knows where this data is in the runtime codec. */ unsigned char *yuv420pImage; /// the rawimage, in yuv420p format. /** The encoder just knows where this data is in the runtime codec. The decoder uses this block of memory to assemble incoming packets to form the the entire encoded image. */ unsigned char *encodedImage; /// Current image we are woring on. /** Size of the encoded image. */ int encodedImageSize; ///Size (in bytes) of current image. /** position in encoded image that in(out)going packets are writtten(read) to(from) */ int encodedImageIndex; ///position of next packet in encodedImage. /** packetCount is used to determine if (a)need to send the statistics fields and (b)which field to send. */ PINDEX packetCount; /**Codec active determines if the codec has send (or received) one packet. There are two instances of this codec. one for rx, one for tx. Each codec does not need to have an encoder and decoder. Using this variable, we prevent duplication of encoder, and the decoder. */ BOOL codecActive; /** the Statistics dir describes where the stats files are. These files provide a means for improving the compression achieved. The encoder remembers the old stats dir, so once set, can just use the OpenEncoder function, and not OpenEncoderWith(). */ PString statisticsDir; /** For the decoder, sometimes miss incoming video packets. In this case, cannot keep going and hope. Consequently, we wait, until we get a frame that does not depend on the previous frame. Thus, we wait for an IntraFrame. */ BOOL waitForIntraFrame; /** During the current video connection, record the statistics for N frames. These statistics are saved, and used in subsequent video connections. By taking statistics, we can optimise the compression ratio next time a connection occurs. */ INT statsFrames; /** Advises transmitting video codec that the statistics frames need to be resent. This boolean is set true in response to a On_lostPicture H245 Message. */ BOOL resendStats; /** Pointer to the internal data used by the codec library. */ void *internData; }; #endif // __OPAL_CU30CODEC_H ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/dynacodec.h0100644000176200056700000002050207653653651017374 0ustar releasepostincr/* * dynacodec.h * * Dynamic codec loading * * Open H323 Library * * Copyright (c) 2003 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: dynacodec.h,v $ * Revision 1.2 2003/04/30 04:57:13 craigs * Changed interface to DLL codec to improve Opal compatibility * * Revision 1.1 2003/04/27 23:48:24 craigs * Initial version * */ #ifndef _OPALDYNACODEC #define _OPALDYNACODEC extern "C" { #include "dllcodec.h" }; #include "h323caps.h" ///////////////////////////////////////////////////////////////////////////// class OpalDLLCodecRec; class OpalDynaCodecDLL : public PDynaLink { public: PCLASSINFO(OpalDynaCodecDLL, PDynaLink); OpalDynaCodecDLL(const PFilePath & codec); BOOL Load(); OpalDLLCodecInfo * EnumerateCodecs(unsigned * count); static BOOL LoadCodecs(); static BOOL LoadCodecs(const PDirectory & dir); static BOOL LoadCodec(const PFilePath & file); static PINDEX AddAudioCapabilities(H323EndPoint & ep, PINDEX descriptorNum, PINDEX simultaneousNum, H323Capabilities & capabilities); static PINDEX AddVideoCapabilities(H323EndPoint & ep, PINDEX descriptorNum, PINDEX simultaneousNum, H323Capabilities & capabilities); static PINDEX AddCapabilities(H323EndPoint & ep, PINDEX descriptorNum, PINDEX simultaneousNum, H323Capabilities & capabilities, const PString & type); static PDirectory defaultCodecDir; protected: OpalDLLCodecInfo * (*EnumerateCodecsFn)(unsigned apiVersion, unsigned * count); static PMutex mutex; static BOOL inited; int referenceCount; }; ///////////////////////////////////////////////////////////////////////////// class OpalDLLCodecRec : public PObject { PCLASSINFO(OpalDLLCodecRec, PObject); public: OpalDLLCodecRec(OpalDynaCodecDLL & _encoder, const PStringToString & _attributes, const OpalDLLCodecInfo & _encoderCodeInfo, OpalMediaFormat * _mediaFormat); void * CreateContext() const; void DestroyContext(void * context) const; H323Capability * CreateCapability(H323EndPoint & ep) const; void SetParameter(const PString & attribute, const PString & value) const; PString GetParameter(const PString & attribute, const char * defValue = NULL) const; OpalDynaCodecDLL & encoder; PStringToString attributes; OpalDLLCodecInfo info; OpalMediaFormat * mediaFormat; //H323Capability * capability; //PString h323Name; }; ///////////////////////////////////////////////////////////////////////////// class OpalDynaAudioCodec : public H323FramedAudioCodec { PCLASSINFO(OpalDynaAudioCodec, H323FramedAudioCodec) public: OpalDynaAudioCodec(const OpalDLLCodecRec & _info, Direction direction); ~OpalDynaAudioCodec(); virtual BOOL EncodeFrame(BYTE * buffer, unsigned & length); virtual BOOL DecodeFrame(const BYTE * buffer, unsigned length, unsigned & written); protected: const OpalDLLCodecRec & info; void * context; unsigned samplesPerFrame; unsigned bytesPerFrame; }; ///////////////////////////////////////////////////////////////////////////// class OpalDynaCodecRegistration : public H323CapabilityRegistration { PCLASSINFO(OpalDynaCodecRegistration, H323CapabilityRegistration); public: OpalDynaCodecRegistration(const PString & name, OpalDLLCodecRec * _encoderInfo, OpalDLLCodecRec * _decoderInfo, OpalMediaFormat * _mediaFormat); H323Capability * Create(H323EndPoint & ep) const; friend class OpalDynaCodecDLL; protected: OpalDLLCodecRec * encoderInfo; OpalDLLCodecRec * decoderInfo; OpalMediaFormat * mediaFormat; }; ///////////////////////////////////////////////////////////////////////////// class OpalDynaCodecNonStandardAudioCapability : public H323NonStandardAudioCapability { PCLASSINFO(OpalDynaCodecNonStandardAudioCapability, H323NonStandardAudioCapability); public: OpalDynaCodecNonStandardAudioCapability( const OpalDLLCodecRec & _info, H323EndPoint & _endpoint, unsigned maxPacketSize, /// Maximum size of an audio packet in frames unsigned desiredPacketSize, /// Desired transmit size of an audio packet in frames BYTE country, /// t35 information BYTE extension, /// t35 information WORD maufacturer, /// t35 information const BYTE * nonstdHeader, /// nonstandard header PINDEX nonstdHeaderLen); virtual PObject * Clone() const; virtual H323Codec * CreateCodec(H323Codec::Direction direction) const; virtual PString GetFormatName() const; protected: const OpalDLLCodecRec & info; H323EndPoint & endpoint; }; ///////////////////////////////////////////////////////////////////////////// class OpalDynaNonStandardAudioCodec : public OpalDynaAudioCodec { PCLASSINFO(OpalDynaNonStandardAudioCodec, OpalDynaAudioCodec) public: OpalDynaNonStandardAudioCodec(const OpalDLLCodecRec & _info, Direction direction); ~OpalDynaNonStandardAudioCodec(); }; ///////////////////////////////////////////////////////////////////////////// class OpalDynaCodecStandardAudioCapability : public H323AudioCapability { PCLASSINFO(OpalDynaCodecStandardAudioCapability, H323AudioCapability); public: OpalDynaCodecStandardAudioCapability( const OpalDLLCodecRec & _info, H323EndPoint & _endpoint, unsigned maxPacketSize, /// Maximum size of an audio packet in frames unsigned desiredPacketSize, /// Desired transmit size of an audio packet in frames unsigned subType); BOOL OnSendingPDU(H245_AudioCapability & cap, unsigned packetSize) const; BOOL OnReceivedPDU(const H245_AudioCapability & cap, unsigned & packetSize); PObject * Clone() const; H323Codec * CreateCodec(H323Codec::Direction direction) const; PString GetFormatName() const; unsigned GetSubType() const; protected: const OpalDLLCodecRec & info; H323EndPoint & endpoint; unsigned subType; }; ///////////////////////////////////////////////////////////////////////////// class OpalDynaCodecStandardVideoCapability : public H323VideoCapability { PCLASSINFO(OpalDynaCodecStandardVideoCapability, H323VideoCapability); public: OpalDynaCodecStandardVideoCapability( const OpalDLLCodecRec & _info, H323EndPoint & _endpoint, unsigned subType); BOOL OnSendingPDU(H245_VideoCapability & pdu) const; BOOL OnSendingPDU(H245_VideoMode & pdu) const; BOOL OnReceivedPDU(const H245_VideoCapability & pdu); PObject * Clone() const; H323Codec * CreateCodec(H323Codec::Direction direction) const; PString GetFormatName() const; unsigned GetSubType() const; protected: const OpalDLLCodecRec & info; H323EndPoint & endpoint; unsigned subType; }; ///////////////////////////////////////////////////////////////////////////// class OpalDynaVideoCodec : public H323VideoCodec { PCLASSINFO(OpalDynaVideoCodec, H323VideoCodec) public: OpalDynaVideoCodec( const OpalDLLCodecRec & _info, Direction direction); ~OpalDynaVideoCodec(); BOOL Read(BYTE * buffer,unsigned & length,RTP_DataFrame & rtpFrame); BOOL Write(const BYTE * buffer, unsigned length, const RTP_DataFrame & rtp, unsigned & written); protected: const OpalDLLCodecRec & info; void * context; }; #endif openh323_v1_18_0/include/ffh263codec.h0100644000176200056700000003061410343321575017427 0ustar releasepostincr/* * H.323 protocol handler * * Open H323 Library * * Copyright (c) 2001 March Networks Corporation * Copyright (c) 1999-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): Guilhem Tardy (gtardy@salyens.com) * * $Log: ffh263codec.h,v $ * Revision 1.9 2005/11/30 13:05:01 csoutheren * Changed tags for Doxygen * * Revision 1.8 2004/05/12 23:18:44 csoutheren * Adjusted copyright notices for ffh263 and rfc2190 files * * Revision 1.7 2004/04/23 03:50:36 csoutheren * Added missing start comment and repaired inadvertant change to #ifdef * * Revision 1.6 2004/04/22 22:34:59 csoutheren * Fixed mispelling of Guilhem Tardy - my apologies to him * * Revision 1.5 2004/04/22 22:24:17 csoutheren * Fixed wrong usage of pragma message * * Revision 1.4 2004/04/22 14:22:20 csoutheren * Added RFC 2190 H.263 code as created by Guilhem Tardy and AliceStreet * Many thanks to them for their contributions. * * Revision 1.3 2003/08/04 00:03:16 dereksmithies * Reorganise tests for enabled * * Revision 1.2 2003/07/31 05:08:24 dereksmithies * Switch to manual packet fragment technique. Much more reliable, especially so on windows. * * Revision 1.1 2003/07/24 05:23:06 dereksmithies * Move ffmpeg h263 support to this file, and designate non standard. * * Revision 1.12 2003/06/06 05:18:54 dereksmithies * Fix startup delay bug. Remove all large packets from the network. Improve reliability. * * Revision 1.11 2003/05/27 09:22:55 dereksmithies * Updates for code revisions in h263 codec * * Revision 1.10 2003/05/14 13:47:58 rjongbloed * Removed static "initialisation" function as this should be done * internally and not in the application. * * Revision 1.9 2003/05/05 11:59:21 robertj * Changed to use autoconf style selection of options and subsystems. * * Revision 1.8 2003/05/02 04:22:10 craigs * Added lots of extra H.263 support * * Revision 1.7 2003/04/27 09:16:38 rogerh * use PBYTE_ORDER instead of endian.h * * Revision 1.6 2003/04/21 21:50:22 dereks * Implement suggestion from Guilhem Tardy. Many thanks. * * Revision 1.5 2003/04/16 04:26:57 dereks * Initial release of h263 codec, which utilises the ffmpeg library. * Thanks to Guilhem Tardy, and to AliceStreet. * * Revision 1.4 2002/09/16 01:14:15 robertj * Added #define so can select if #pragma interface/implementation is used on * platform basis (eg MacOS) rather than compiler, thanks Robert Monaghan. * * Revision 1.3 2002/09/03 06:19:36 robertj * Normalised the multi-include header prevention ifdef/define symbol. * * Revision 1.2 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.1 2002/05/19 22:32:46 dereks * Initial release of stub file for h263 codec. Thanks Guilhem Tardy. * * * */ /* * Initial release notes from Guilhem Tardy:: * * Added support for video capabilities & codec, only tested under Linux! * The code for varying bit rate is copied from h261codec.cxx, * until it is moved to a separate file common to both video codecs. * */ #ifndef __OPAL_FFH263CODEC_H #define __OPAL_FFH263CODEC_H #ifdef P_USE_PRAGMA #pragma interface #endif #ifdef H323_RFC2190_AVCODEC #pragma message ("Non-standard H.263 codecs disabled as RFC2190 H.263 is enabled") #elif defined(H323_AVCODEC) struct AVCodec; struct AVCodecContext; struct AVFrame; /////////////////////////////////////////////////////////////////////////////// /**This class is a H.263 video capability. */ class H323_FFH263Capability : public H323NonStandardVideoCapability { PCLASSINFO(H323_FFH263Capability, H323NonStandardVideoCapability) public: /**@name Construction */ //@{ /**Create a new FFH263 Capability */ H323_FFH263Capability( unsigned sqcifMPI, unsigned qcifMPI, unsigned cifMPI, unsigned cif4MPI, unsigned cif16MPI, unsigned maxBitRate = 850, unsigned videoFrameRate = 25); //@} /**@name Overrides from class PObject */ //@{ /**Create a copy of the object. */ virtual PObject * Clone() const; //@} /**@name Identification functions */ //@{ /**Get the sub-type of the capability. This is a code dependent on the main type of the capability. This returns one of the four possible combinations of mode and speed using the enum values of the protocol ASN H245_AudioCapability class. */ virtual unsigned GetSubType() const; /**Get the name of the media data format this class represents. */ virtual PString GetFormatName() const; //@} /**@name Protocol manipulation */ //@{ /**This function is called whenever and outgoing TerminalCapabilitySet or OpenLogicalChannel PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour sets the data rate field in the PDU. */ virtual BOOL OnSendingPDU( H245_VideoCapability & pdu ///< PDU to set information on ) const; /**This function is called whenever and outgoing RequestMode PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour sets the resolution and bit rate. */ virtual BOOL OnSendingPDU( H245_VideoMode & pdu ///< PDU to set information on ) const; /**This function is called whenever and incoming TerminalCapabilitySet or OpenLogicalChannel PDU has been used to construct the control channel. It allows the capability to set from the PDU fields, information in members specific to the class. The default behaviour gets the data rate field from the PDU. */ virtual BOOL OnReceivedPDU( const H245_VideoCapability & pdu ///< PDU to set information on ); /**Create the codec instance, allocating resources as required. */ virtual H323Codec * CreateCodec( H323Codec::Direction direction ///< Direction in which this instance runs ) const; //@} protected: signed sqcifMPI; // {1..3600 units seconds/frame, 1..32 units 1/29.97 Hz} signed qcifMPI; // {1..3600 units seconds/frame, 1..32 units 1/29.97 Hz} signed cifMPI; // {1..3600 units seconds/frame, 1..32 units 1/29.97 Hz} signed cif4MPI; // {1..3600 units seconds/frame, 1..32 units 1/29.97 Hz} signed cif16MPI; // {1..3600 units seconds/frame, 1..32 units 1/29.97 Hz} unsigned maxBitRate; // units of bit/s unsigned videoFrameRate; // frames per second. }; //////////////////////////////////////////////////////////////// class H263Packet : public PObject { PCLASSINFO(H263Packet, PObject) public: H263Packet(void *newData, int newSize); ~H263Packet(); int GetSize() { return size; } void *GetData() { return data; } private: void *data; int size; }; ////////////////////////////////////////////////////////////////////// PDECLARE_LIST(H263FragmentList, H263Packet) #if 0 //This makes emacs bracket matching code happy. { #endif public: ~H263FragmentList(); PINDEX GetFragmentsRemaining(); PINDEX GetFragmentIndex(); PINDEX GetFragmentsTotal(); virtual H263Packet *GetNextFragment(); void AppendH263Packet(H263Packet *packet); void AppendH263Packet(unsigned char *data, int size); void EmptyList(); private: PINDEX nPackets; }; /////////////////////////////////////////////////////////////// /**This class is a H.263 video codec. */ class H323_FFH263Codec : public H323VideoCodec { PCLASSINFO(H323_FFH263Codec, H323VideoCodec) public: /**Create a new H263 video codec */ H323_FFH263Codec( Direction direction, ///< Direction in which this instance runs unsigned sqcifMPI, unsigned qcifMPI, unsigned cifMPI, unsigned cif4MPI, unsigned cif16MPI, unsigned maxBitRate, unsigned videoFrameRate ); ~H323_FFH263Codec(); /**Encode the data from the appropriate device. This will encode a frame of data for transmission. The exact size and description of the data placed in the buffer is codec dependent but should be less than H323Capability::GetTxFramesInPacket() * OpalMediaFormat::GetFrameSize() in length. The length parameter is filled with the actual length of the encoded data, often this will be the same as the size parameter. This function is called every GetFrameRate() timestamp units, so MUST take less than (or equal to) that amount of time to complete! Note that a returned length of zero indicates that time has passed but there is no data encoded. This is typically used for silence detection in an audio codec. */ virtual BOOL Read( BYTE * buffer, ///< Buffer of encoded data unsigned & length, ///< Actual length of encoded data buffer RTP_DataFrame & rtpFrame ///< RTP data frame ); /**Decode the data and output it to appropriate device. This will decode a single frame of received data. The exact size and description of the data required in the buffer is codec dependent but should be less than H323Capability::GetRxFramesInPacket() * OpalMediaFormat::GetFrameSize() in length. It is expected this function anunciates the data. That is, for example with audio data, the sound is output on a speaker. This function is called every GetFrameRate() timestamp units, so MUST take less than that amount of time to complete! */ virtual BOOL Write( const BYTE * buffer, ///< Buffer of encoded data unsigned length, ///< Length of encoded data buffer const RTP_DataFrame & rtp, ///< RTP data frame unsigned & written ///< Number of bytes used from data buffer ); /**Get the frame rate in RTP timestamp units. */ virtual unsigned GetFrameRate() const { return timestampDelta; } /**Set the quality level of transmitted video data. Is irrelevant when this codec is used to receive video data. Has a value of 1 (good quality) to 31 (poor quality). Quality is improved at the expense of bit rate. */ void SetTxQualityLevel(int qLevel); /**Set the number of blocks in the background that need to be transmitted with each frame */ void SetBackgroundFill(int fillLevel); /**Process a request for a new frame, as part of the picture has been lost. */ virtual void OnLostPartialPicture(); /** Process a request for a new frame, as all of the picture has been lost. */ virtual void OnLostPicture(); /** The ffmpeg library calls this routine, everytime it has a new packet to send. Note that for every encode thread, this 1 method is called. Consequently, code is required to separate out packets from different encode threads. */ static void RtpCallback(void *data, int size, int packetNumber); protected: BOOL Resize(int width, int height); BOOL RenderFrame(); BOOL RenderFrame(const void * buffer); BOOL RenderFrame(AVFrame *pict); BOOL RawToPict(AVFrame *pict); void InitialiseCodec(); void CloseCodec(); H263FragmentList partialPackets; //used for rebuilding H263 frame from source. PINDEX currentFragment; // " " " PBYTEArray encFrameBuffer; PBYTEArray rawFrameBuffer; PINDEX encFrameLen; PINDEX rawFrameLen; unsigned timestampDelta; AVCodec *codec; AVCodecContext *context; AVFrame *picture; PTime startTime; PINDEX bitsSent; unsigned lastebits; }; #endif // H323_AVCODEC #endif // __OPAL_FFH263CODEC_H ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/gccpdu.h0100644000176200056700000036514010034005721016672 0ustar releasepostincr// // gccpdu.h // // Code automatically generated by asnparse. // #if ! H323_DISABLE_GCC #ifndef __GCC_H #define __GCC_H #ifdef P_USE_PRAGMA #pragma interface #endif #include // // ChannelID // class GCC_ChannelID : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ChannelID, PASN_Integer); #endif public: GCC_ChannelID(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); GCC_ChannelID & operator=(int v); GCC_ChannelID & operator=(unsigned v); PObject * Clone() const; }; // // StaticChannelID // class GCC_StaticChannelID : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_StaticChannelID, PASN_Integer); #endif public: GCC_StaticChannelID(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); GCC_StaticChannelID & operator=(int v); GCC_StaticChannelID & operator=(unsigned v); PObject * Clone() const; }; // // DynamicChannelID // class GCC_DynamicChannelID : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_DynamicChannelID, PASN_Integer); #endif public: GCC_DynamicChannelID(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); GCC_DynamicChannelID & operator=(int v); GCC_DynamicChannelID & operator=(unsigned v); PObject * Clone() const; }; // // UserID // class GCC_UserID : public GCC_DynamicChannelID { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_UserID, GCC_DynamicChannelID); #endif public: GCC_UserID(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); GCC_UserID & operator=(int v); GCC_UserID & operator=(unsigned v); PObject * Clone() const; }; // // TokenID // class GCC_TokenID : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_TokenID, PASN_Integer); #endif public: GCC_TokenID(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); GCC_TokenID & operator=(int v); GCC_TokenID & operator=(unsigned v); PObject * Clone() const; }; // // StaticTokenID // class GCC_StaticTokenID : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_StaticTokenID, PASN_Integer); #endif public: GCC_StaticTokenID(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); GCC_StaticTokenID & operator=(int v); GCC_StaticTokenID & operator=(unsigned v); PObject * Clone() const; }; // // DynamicTokenID // class GCC_DynamicTokenID : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_DynamicTokenID, PASN_Integer); #endif public: GCC_DynamicTokenID(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); GCC_DynamicTokenID & operator=(int v); GCC_DynamicTokenID & operator=(unsigned v); PObject * Clone() const; }; // // Time // class GCC_Time : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_Time, PASN_Integer); #endif public: GCC_Time(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); GCC_Time & operator=(int v); GCC_Time & operator=(unsigned v); PObject * Clone() const; }; // // Handle // class GCC_Handle : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_Handle, PASN_Integer); #endif public: GCC_Handle(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); GCC_Handle & operator=(int v); GCC_Handle & operator=(unsigned v); PObject * Clone() const; }; // // H221NonStandardIdentifier // class GCC_H221NonStandardIdentifier : public PASN_OctetString { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_H221NonStandardIdentifier, PASN_OctetString); #endif public: GCC_H221NonStandardIdentifier(unsigned tag = UniversalOctetString, TagClass tagClass = UniversalTagClass); GCC_H221NonStandardIdentifier(const char * v); GCC_H221NonStandardIdentifier(const PString & v); GCC_H221NonStandardIdentifier(const PBYTEArray & v); GCC_H221NonStandardIdentifier & operator=(const char * v); GCC_H221NonStandardIdentifier & operator=(const PString & v); GCC_H221NonStandardIdentifier & operator=(const PBYTEArray & v); PObject * Clone() const; }; // // Key // class GCC_H221NonStandardIdentifier; class GCC_Key : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_Key, PASN_Choice); #endif public: GCC_Key(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_object, e_h221NonStandard }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_H221NonStandardIdentifier &() const; #else operator GCC_H221NonStandardIdentifier &(); operator const GCC_H221NonStandardIdentifier &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // NonStandardParameter // class GCC_NonStandardParameter : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_NonStandardParameter, PASN_Sequence); #endif public: GCC_NonStandardParameter(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); GCC_Key m_key; PASN_OctetString m_data; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TextString // class GCC_TextString : public PASN_BMPString { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_TextString, PASN_BMPString); #endif public: GCC_TextString(unsigned tag = UniversalBMPString, TagClass tagClass = UniversalTagClass); GCC_TextString & operator=(const char * v); GCC_TextString & operator=(const PString & v); GCC_TextString & operator=(const PWORDArray & v); GCC_TextString & operator=(const PASN_BMPString & v); PObject * Clone() const; }; // // SimpleTextString // class GCC_SimpleTextString : public PASN_BMPString { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_SimpleTextString, PASN_BMPString); #endif public: GCC_SimpleTextString(unsigned tag = UniversalBMPString, TagClass tagClass = UniversalTagClass); GCC_SimpleTextString & operator=(const char * v); GCC_SimpleTextString & operator=(const PString & v); GCC_SimpleTextString & operator=(const PWORDArray & v); GCC_SimpleTextString & operator=(const PASN_BMPString & v); PObject * Clone() const; }; // // SimpleNumericString // class GCC_SimpleNumericString : public PASN_NumericString { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_SimpleNumericString, PASN_NumericString); #endif public: GCC_SimpleNumericString(unsigned tag = UniversalNumericString, TagClass tagClass = UniversalTagClass); GCC_SimpleNumericString & operator=(const char * v); GCC_SimpleNumericString & operator=(const PString & v); PObject * Clone() const; }; // // DialingString // class GCC_DialingString : public PASN_NumericString { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_DialingString, PASN_NumericString); #endif public: GCC_DialingString(unsigned tag = UniversalNumericString, TagClass tagClass = UniversalTagClass); GCC_DialingString & operator=(const char * v); GCC_DialingString & operator=(const PString & v); PObject * Clone() const; }; // // SubAddressString // class GCC_SubAddressString : public PASN_NumericString { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_SubAddressString, PASN_NumericString); #endif public: GCC_SubAddressString(unsigned tag = UniversalNumericString, TagClass tagClass = UniversalTagClass); GCC_SubAddressString & operator=(const char * v); GCC_SubAddressString & operator=(const PString & v); PObject * Clone() const; }; // // ExtraDialingString // class GCC_ExtraDialingString : public PASN_BMPString { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ExtraDialingString, PASN_BMPString); #endif public: GCC_ExtraDialingString(unsigned tag = UniversalBMPString, TagClass tagClass = UniversalTagClass); GCC_ExtraDialingString & operator=(const char * v); GCC_ExtraDialingString & operator=(const PString & v); GCC_ExtraDialingString & operator=(const PWORDArray & v); GCC_ExtraDialingString & operator=(const PASN_BMPString & v); PObject * Clone() const; }; // // UserData // class GCC_UserData_subtype; class GCC_UserData : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_UserData, PASN_Array); #endif public: GCC_UserData(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; GCC_UserData_subtype & operator[](PINDEX i) const; PObject * Clone() const; }; // // Password // class GCC_Password : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_Password, PASN_Sequence); #endif public: GCC_Password(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_text }; GCC_SimpleNumericString m_numeric; GCC_SimpleTextString m_text; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // PasswordSelector // class GCC_SimpleNumericString; class GCC_SimpleTextString; class GCC_PasswordSelector : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_PasswordSelector, PASN_Choice); #endif public: GCC_PasswordSelector(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_numeric, e_text }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_SimpleNumericString &() const; #else operator GCC_SimpleNumericString &(); operator const GCC_SimpleNumericString &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_SimpleTextString &() const; #else operator GCC_SimpleTextString &(); operator const GCC_SimpleTextString &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ChallengeResponseItem // class GCC_PasswordSelector; class GCC_UserData; class GCC_ChallengeResponseItem : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ChallengeResponseItem, PASN_Choice); #endif public: GCC_ChallengeResponseItem(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_passwordString, e_responseData }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_PasswordSelector &() const; #else operator GCC_PasswordSelector &(); operator const GCC_PasswordSelector &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_UserData &() const; #else operator GCC_UserData &(); operator const GCC_UserData &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ChallengeResponseAlgorithm // class GCC_NonStandardParameter; class GCC_ChallengeResponseAlgorithm : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ChallengeResponseAlgorithm, PASN_Choice); #endif public: GCC_ChallengeResponseAlgorithm(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_passwordInTheClear, e_nonStandardAlgorithm }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_NonStandardParameter &() const; #else operator GCC_NonStandardParameter &(); operator const GCC_NonStandardParameter &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ChallengeItem // class GCC_ChallengeItem : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ChallengeItem, PASN_Sequence); #endif public: GCC_ChallengeItem(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); GCC_ChallengeResponseAlgorithm m_responseAlgorithm; GCC_UserData m_challengeData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ChallengeResponse // class GCC_ChallengeResponse : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ChallengeResponse, PASN_Sequence); #endif public: GCC_ChallengeResponse(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_challengeTag; GCC_ChallengeResponseAlgorithm m_responseAlgorithm; GCC_ChallengeResponseItem m_responseItem; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // PasswordChallengeRequestResponse // class GCC_PasswordSelector; class GCC_PasswordChallengeRequestResponse_challengeRequestResponse; class GCC_PasswordChallengeRequestResponse : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_PasswordChallengeRequestResponse, PASN_Choice); #endif public: GCC_PasswordChallengeRequestResponse(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_passwordInTheClear, e_challengeRequestResponse }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_PasswordSelector &() const; #else operator GCC_PasswordSelector &(); operator const GCC_PasswordSelector &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_PasswordChallengeRequestResponse_challengeRequestResponse &() const; #else operator GCC_PasswordChallengeRequestResponse_challengeRequestResponse &(); operator const GCC_PasswordChallengeRequestResponse_challengeRequestResponse &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ConferenceName // class GCC_ConferenceName : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceName, PASN_Sequence); #endif public: GCC_ConferenceName(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_text }; GCC_SimpleNumericString m_numeric; GCC_SimpleTextString m_text; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConferenceNameSelector // class GCC_SimpleNumericString; class GCC_SimpleTextString; class GCC_ConferenceNameSelector : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceNameSelector, PASN_Choice); #endif public: GCC_ConferenceNameSelector(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_numeric, e_text }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_SimpleNumericString &() const; #else operator GCC_SimpleNumericString &(); operator const GCC_SimpleNumericString &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_SimpleTextString &() const; #else operator GCC_SimpleTextString &(); operator const GCC_SimpleTextString &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ConferenceNameModifier // class GCC_ConferenceNameModifier : public GCC_SimpleNumericString { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceNameModifier, GCC_SimpleNumericString); #endif public: GCC_ConferenceNameModifier(unsigned tag = UniversalNumericString, TagClass tagClass = UniversalTagClass); GCC_ConferenceNameModifier & operator=(const char * v); GCC_ConferenceNameModifier & operator=(const PString & v); PObject * Clone() const; }; // // Privilege // class GCC_Privilege : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_Privilege, PASN_Enumeration); #endif public: GCC_Privilege(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_terminate, e_ejectUser, e_add, e_lockUnlock, e_transfer }; GCC_Privilege & operator=(unsigned v); PObject * Clone() const; }; // // TerminationMethod // class GCC_TerminationMethod : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_TerminationMethod, PASN_Enumeration); #endif public: GCC_TerminationMethod(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_automatic, e_manual }; GCC_TerminationMethod & operator=(unsigned v); PObject * Clone() const; }; // // ConferencePriorityScheme // class GCC_NonStandardParameter; class GCC_ConferencePriorityScheme : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferencePriorityScheme, PASN_Choice); #endif public: GCC_ConferencePriorityScheme(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandardScheme }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_NonStandardParameter &() const; #else operator GCC_NonStandardParameter &(); operator const GCC_NonStandardParameter &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ConferencePriority // class GCC_ConferencePriority : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferencePriority, PASN_Sequence); #endif public: GCC_ConferencePriority(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_priority; GCC_ConferencePriorityScheme m_scheme; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // NetworkAddress // class GCC_NetworkAddress_subtype; class GCC_NetworkAddress : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_NetworkAddress, PASN_Array); #endif public: GCC_NetworkAddress(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; GCC_NetworkAddress_subtype & operator[](PINDEX i) const; PObject * Clone() const; }; // // NodeType // class GCC_NodeType : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_NodeType, PASN_Enumeration); #endif public: GCC_NodeType(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_terminal, e_multiportTerminal, e_mcu }; GCC_NodeType & operator=(unsigned v); PObject * Clone() const; }; // // NodeProperties // class GCC_NodeProperties : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_NodeProperties, PASN_Sequence); #endif public: GCC_NodeProperties(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Boolean m_managementDevice; PASN_Boolean m_peripheralDevice; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // AsymmetryIndicator // class GCC_AsymmetryIndicator : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_AsymmetryIndicator, PASN_Choice); #endif public: GCC_AsymmetryIndicator(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_callingNode, e_calledNode, e_unknown }; BOOL CreateObject(); PObject * Clone() const; }; // // AlternativeNodeID // class GCC_AlternativeNodeID : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_AlternativeNodeID, PASN_Choice); #endif public: GCC_AlternativeNodeID(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_h243NodeID }; BOOL CreateObject(); PObject * Clone() const; }; // // ConferenceDescriptor // class GCC_ConferenceDescriptor : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceDescriptor, PASN_Sequence); #endif public: GCC_ConferenceDescriptor(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_conferenceNameModifier, e_conferenceDescription, e_networkAddress, e_defaultConferenceFlag }; GCC_ConferenceName m_conferenceName; GCC_ConferenceNameModifier m_conferenceNameModifier; GCC_TextString m_conferenceDescription; PASN_Boolean m_lockedConference; PASN_Boolean m_passwordInTheClearRequired; GCC_NetworkAddress m_networkAddress; PASN_Boolean m_defaultConferenceFlag; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // SessionKey // class GCC_SessionKey : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_SessionKey, PASN_Sequence); #endif public: GCC_SessionKey(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_sessionID }; GCC_Key m_applicationProtocolKey; GCC_ChannelID m_sessionID; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ChannelType // class GCC_ChannelType : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ChannelType, PASN_Enumeration); #endif public: GCC_ChannelType(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_static, e_dynamicMulticast, e_dynamicPrivate, e_dynamicUserId }; GCC_ChannelType & operator=(unsigned v); PObject * Clone() const; }; // // CapabilityID // class GCC_Key; class GCC_CapabilityID : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_CapabilityID, PASN_Choice); #endif public: GCC_CapabilityID(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_standard, e_nonStandard }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_Key &() const; #else operator GCC_Key &(); operator const GCC_Key &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // CapabilityClass // class GCC_CapabilityClass : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_CapabilityClass, PASN_Choice); #endif public: GCC_CapabilityClass(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_logical, e_unsignedMin, e_unsignedMax }; BOOL CreateObject(); PObject * Clone() const; }; // // EntityID // class GCC_EntityID : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_EntityID, PASN_Integer); #endif public: GCC_EntityID(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); GCC_EntityID & operator=(int v); GCC_EntityID & operator=(unsigned v); PObject * Clone() const; }; // // RegistryKey // class GCC_RegistryKey : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_RegistryKey, PASN_Sequence); #endif public: GCC_RegistryKey(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); GCC_SessionKey m_sessionKey; PASN_OctetString m_resourceID; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RegistryItem // class GCC_DynamicChannelID; class GCC_DynamicTokenID; class GCC_RegistryItem : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_RegistryItem, PASN_Choice); #endif public: GCC_RegistryItem(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_channelID, e_tokenID, e_parameter, e_vacant }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_DynamicChannelID &() const; #else operator GCC_DynamicChannelID &(); operator const GCC_DynamicChannelID &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_DynamicTokenID &() const; #else operator GCC_DynamicTokenID &(); operator const GCC_DynamicTokenID &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // RegistryEntryOwner // class GCC_RegistryEntryOwner_owned; class GCC_RegistryEntryOwner : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_RegistryEntryOwner, PASN_Choice); #endif public: GCC_RegistryEntryOwner(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_owned, e_notOwned }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_RegistryEntryOwner_owned &() const; #else operator GCC_RegistryEntryOwner_owned &(); operator const GCC_RegistryEntryOwner_owned &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // RegistryModificationRights // class GCC_RegistryModificationRights : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_RegistryModificationRights, PASN_Enumeration); #endif public: GCC_RegistryModificationRights(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_owner, e_session, e_public }; GCC_RegistryModificationRights & operator=(unsigned v); PObject * Clone() const; }; // // UserIDIndication // class GCC_UserIDIndication : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_UserIDIndication, PASN_Sequence); #endif public: GCC_UserIDIndication(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_tag; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConferenceQueryRequest // class GCC_ConferenceQueryRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceQueryRequest, PASN_Sequence); #endif public: GCC_ConferenceQueryRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_asymmetryIndicator, e_userData }; GCC_NodeType m_nodeType; GCC_AsymmetryIndicator m_asymmetryIndicator; GCC_UserData m_userData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConferenceJoinRequest // class GCC_ConferenceJoinRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceJoinRequest, PASN_Sequence); #endif public: GCC_ConferenceJoinRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_conferenceName, e_conferenceNameModifier, e_tag, e_password, e_convenerPassword, e_callerIdentifier, e_userData }; GCC_ConferenceNameSelector m_conferenceName; GCC_ConferenceNameModifier m_conferenceNameModifier; PASN_Integer m_tag; GCC_PasswordChallengeRequestResponse m_password; GCC_PasswordSelector m_convenerPassword; GCC_TextString m_callerIdentifier; GCC_UserData m_userData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConferenceAddRequest // class GCC_ConferenceAddRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceAddRequest, PASN_Sequence); #endif public: GCC_ConferenceAddRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_addingMCU, e_userData }; GCC_NetworkAddress m_networkAddress; GCC_UserID m_requestingNode; PASN_Integer m_tag; GCC_UserID m_addingMCU; GCC_UserData m_userData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConferenceLockRequest // class GCC_ConferenceLockRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceLockRequest, PASN_Sequence); #endif public: GCC_ConferenceLockRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif PObject * Clone() const; }; // // ConferenceLockIndication // class GCC_ConferenceLockIndication : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceLockIndication, PASN_Sequence); #endif public: GCC_ConferenceLockIndication(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif PObject * Clone() const; }; // // ConferenceUnlockRequest // class GCC_ConferenceUnlockRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceUnlockRequest, PASN_Sequence); #endif public: GCC_ConferenceUnlockRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif PObject * Clone() const; }; // // ConferenceUnlockIndication // class GCC_ConferenceUnlockIndication : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceUnlockIndication, PASN_Sequence); #endif public: GCC_ConferenceUnlockIndication(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif PObject * Clone() const; }; // // RegistryRegisterChannelRequest // class GCC_RegistryRegisterChannelRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_RegistryRegisterChannelRequest, PASN_Sequence); #endif public: GCC_RegistryRegisterChannelRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); GCC_EntityID m_entityID; GCC_RegistryKey m_key; GCC_DynamicChannelID m_channelID; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RegistryAssignTokenRequest // class GCC_RegistryAssignTokenRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_RegistryAssignTokenRequest, PASN_Sequence); #endif public: GCC_RegistryAssignTokenRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); GCC_EntityID m_entityID; GCC_RegistryKey m_key; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RegistrySetParameterRequest // class GCC_RegistrySetParameterRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_RegistrySetParameterRequest, PASN_Sequence); #endif public: GCC_RegistrySetParameterRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_modificationRights }; GCC_EntityID m_entityID; GCC_RegistryKey m_key; PASN_OctetString m_parameter; GCC_RegistryModificationRights m_modificationRights; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RegistryRetrieveEntryRequest // class GCC_RegistryRetrieveEntryRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_RegistryRetrieveEntryRequest, PASN_Sequence); #endif public: GCC_RegistryRetrieveEntryRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); GCC_EntityID m_entityID; GCC_RegistryKey m_key; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RegistryDeleteEntryRequest // class GCC_RegistryDeleteEntryRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_RegistryDeleteEntryRequest, PASN_Sequence); #endif public: GCC_RegistryDeleteEntryRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); GCC_EntityID m_entityID; GCC_RegistryKey m_key; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RegistryMonitorEntryRequest // class GCC_RegistryMonitorEntryRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_RegistryMonitorEntryRequest, PASN_Sequence); #endif public: GCC_RegistryMonitorEntryRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); GCC_EntityID m_entityID; GCC_RegistryKey m_key; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RegistryMonitorEntryIndication // class GCC_RegistryMonitorEntryIndication : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_RegistryMonitorEntryIndication, PASN_Sequence); #endif public: GCC_RegistryMonitorEntryIndication(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_modificationRights }; GCC_RegistryKey m_key; GCC_RegistryItem m_item; GCC_RegistryEntryOwner m_owner; GCC_RegistryModificationRights m_modificationRights; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RegistryAllocateHandleRequest // class GCC_RegistryAllocateHandleRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_RegistryAllocateHandleRequest, PASN_Sequence); #endif public: GCC_RegistryAllocateHandleRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); GCC_EntityID m_entityID; PASN_Integer m_numberOfHandles; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConductorAssignIndication // class GCC_ConductorAssignIndication : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConductorAssignIndication, PASN_Sequence); #endif public: GCC_ConductorAssignIndication(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); GCC_UserID m_conductingNode; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConductorReleaseIndication // class GCC_ConductorReleaseIndication : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConductorReleaseIndication, PASN_Sequence); #endif public: GCC_ConductorReleaseIndication(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif PObject * Clone() const; }; // // ConductorPermissionAskIndication // class GCC_ConductorPermissionAskIndication : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConductorPermissionAskIndication, PASN_Sequence); #endif public: GCC_ConductorPermissionAskIndication(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Boolean m_grantFlag; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConferenceTimeRemainingIndication // class GCC_ConferenceTimeRemainingIndication : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceTimeRemainingIndication, PASN_Sequence); #endif public: GCC_ConferenceTimeRemainingIndication(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nodeID }; GCC_Time m_timeRemaining; GCC_UserID m_nodeID; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConferenceTimeInquireIndication // class GCC_ConferenceTimeInquireIndication : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceTimeInquireIndication, PASN_Sequence); #endif public: GCC_ConferenceTimeInquireIndication(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Boolean m_nodeSpecificTimeFlag; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConferenceTimeExtendIndication // class GCC_ConferenceTimeExtendIndication : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceTimeExtendIndication, PASN_Sequence); #endif public: GCC_ConferenceTimeExtendIndication(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); GCC_Time m_timeToExtend; PASN_Boolean m_nodeSpecificTimeFlag; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConferenceAssistanceIndication // class GCC_ConferenceAssistanceIndication : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceAssistanceIndication, PASN_Sequence); #endif public: GCC_ConferenceAssistanceIndication(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_userData }; GCC_UserData m_userData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TextMessageIndication // class GCC_TextMessageIndication : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_TextMessageIndication, PASN_Sequence); #endif public: GCC_TextMessageIndication(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); GCC_TextString m_message; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // NonStandardPDU // class GCC_NonStandardPDU : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_NonStandardPDU, PASN_Sequence); #endif public: GCC_NonStandardPDU(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); GCC_NonStandardParameter m_data; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConnectData // class GCC_ConnectData : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConnectData, PASN_Sequence); #endif public: GCC_ConnectData(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); GCC_Key m_t124Identifier; PASN_OctetString m_connectPDU; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConnectGCCPDU // class GCC_ConferenceCreateRequest; class GCC_ConferenceCreateResponse; class GCC_ConferenceQueryRequest; class GCC_ConferenceQueryResponse; class GCC_ConferenceJoinRequest; class GCC_ConferenceJoinResponse; class GCC_ConferenceInviteRequest; class GCC_ConferenceInviteResponse; class GCC_ConnectGCCPDU : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConnectGCCPDU, PASN_Choice); #endif public: GCC_ConnectGCCPDU(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_conferenceCreateRequest, e_conferenceCreateResponse, e_conferenceQueryRequest, e_conferenceQueryResponse, e_conferenceJoinRequest, e_conferenceJoinResponse, e_conferenceInviteRequest, e_conferenceInviteResponse }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_ConferenceCreateRequest &() const; #else operator GCC_ConferenceCreateRequest &(); operator const GCC_ConferenceCreateRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_ConferenceCreateResponse &() const; #else operator GCC_ConferenceCreateResponse &(); operator const GCC_ConferenceCreateResponse &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_ConferenceQueryRequest &() const; #else operator GCC_ConferenceQueryRequest &(); operator const GCC_ConferenceQueryRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_ConferenceQueryResponse &() const; #else operator GCC_ConferenceQueryResponse &(); operator const GCC_ConferenceQueryResponse &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_ConferenceJoinRequest &() const; #else operator GCC_ConferenceJoinRequest &(); operator const GCC_ConferenceJoinRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_ConferenceJoinResponse &() const; #else operator GCC_ConferenceJoinResponse &(); operator const GCC_ConferenceJoinResponse &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_ConferenceInviteRequest &() const; #else operator GCC_ConferenceInviteRequest &(); operator const GCC_ConferenceInviteRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_ConferenceInviteResponse &() const; #else operator GCC_ConferenceInviteResponse &(); operator const GCC_ConferenceInviteResponse &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // GCCPDU // class GCC_RequestPDU; class GCC_ResponsePDU; class GCC_IndicationPDU; class GCC_GCCPDU : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_GCCPDU, PASN_Choice); #endif public: GCC_GCCPDU(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_request, e_response, e_indication }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_RequestPDU &() const; #else operator GCC_RequestPDU &(); operator const GCC_RequestPDU &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_ResponsePDU &() const; #else operator GCC_ResponsePDU &(); operator const GCC_ResponsePDU &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_IndicationPDU &() const; #else operator GCC_IndicationPDU &(); operator const GCC_IndicationPDU &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // RequestPDU // class GCC_ConferenceJoinRequest; class GCC_ConferenceAddRequest; class GCC_ConferenceLockRequest; class GCC_ConferenceUnlockRequest; class GCC_ConferenceTerminateRequest; class GCC_ConferenceEjectUserRequest; class GCC_ConferenceTransferRequest; class GCC_RegistryRegisterChannelRequest; class GCC_RegistryAssignTokenRequest; class GCC_RegistrySetParameterRequest; class GCC_RegistryRetrieveEntryRequest; class GCC_RegistryDeleteEntryRequest; class GCC_RegistryMonitorEntryRequest; class GCC_RegistryAllocateHandleRequest; class GCC_NonStandardPDU; class GCC_RequestPDU : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_RequestPDU, PASN_Choice); #endif public: GCC_RequestPDU(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_conferenceJoinRequest, e_conferenceAddRequest, e_conferenceLockRequest, e_conferenceUnlockRequest, e_conferenceTerminateRequest, e_conferenceEjectUserRequest, e_conferenceTransferRequest, e_registryRegisterChannelRequest, e_registryAssignTokenRequest, e_registrySetParameterRequest, e_registryRetrieveEntryRequest, e_registryDeleteEntryRequest, e_registryMonitorEntryRequest, e_registryAllocateHandleRequest, e_nonStandardRequest }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_ConferenceJoinRequest &() const; #else operator GCC_ConferenceJoinRequest &(); operator const GCC_ConferenceJoinRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_ConferenceAddRequest &() const; #else operator GCC_ConferenceAddRequest &(); operator const GCC_ConferenceAddRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_ConferenceLockRequest &() const; #else operator GCC_ConferenceLockRequest &(); operator const GCC_ConferenceLockRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_ConferenceUnlockRequest &() const; #else operator GCC_ConferenceUnlockRequest &(); operator const GCC_ConferenceUnlockRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_ConferenceTerminateRequest &() const; #else operator GCC_ConferenceTerminateRequest &(); operator const GCC_ConferenceTerminateRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_ConferenceEjectUserRequest &() const; #else operator GCC_ConferenceEjectUserRequest &(); operator const GCC_ConferenceEjectUserRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_ConferenceTransferRequest &() const; #else operator GCC_ConferenceTransferRequest &(); operator const GCC_ConferenceTransferRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_RegistryRegisterChannelRequest &() const; #else operator GCC_RegistryRegisterChannelRequest &(); operator const GCC_RegistryRegisterChannelRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_RegistryAssignTokenRequest &() const; #else operator GCC_RegistryAssignTokenRequest &(); operator const GCC_RegistryAssignTokenRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_RegistrySetParameterRequest &() const; #else operator GCC_RegistrySetParameterRequest &(); operator const GCC_RegistrySetParameterRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_RegistryRetrieveEntryRequest &() const; #else operator GCC_RegistryRetrieveEntryRequest &(); operator const GCC_RegistryRetrieveEntryRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_RegistryDeleteEntryRequest &() const; #else operator GCC_RegistryDeleteEntryRequest &(); operator const GCC_RegistryDeleteEntryRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_RegistryMonitorEntryRequest &() const; #else operator GCC_RegistryMonitorEntryRequest &(); operator const GCC_RegistryMonitorEntryRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_RegistryAllocateHandleRequest &() const; #else operator GCC_RegistryAllocateHandleRequest &(); operator const GCC_RegistryAllocateHandleRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_NonStandardPDU &() const; #else operator GCC_NonStandardPDU &(); operator const GCC_NonStandardPDU &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ResponsePDU // class GCC_ConferenceJoinResponse; class GCC_ConferenceAddResponse; class GCC_ConferenceLockResponse; class GCC_ConferenceUnlockResponse; class GCC_ConferenceTerminateResponse; class GCC_ConferenceEjectUserResponse; class GCC_ConferenceTransferResponse; class GCC_RegistryResponse; class GCC_RegistryAllocateHandleResponse; class GCC_FunctionNotSupportedResponse; class GCC_NonStandardPDU; class GCC_ResponsePDU : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ResponsePDU, PASN_Choice); #endif public: GCC_ResponsePDU(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_conferenceJoinResponse, e_conferenceAddResponse, e_conferenceLockResponse, e_conferenceUnlockResponse, e_conferenceTerminateResponse, e_conferenceEjectUserResponse, e_conferenceTransferResponse, e_registryResponse, e_registryAllocateHandleResponse, e_functionNotSupportedResponse, e_nonStandardResponse }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_ConferenceJoinResponse &() const; #else operator GCC_ConferenceJoinResponse &(); operator const GCC_ConferenceJoinResponse &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_ConferenceAddResponse &() const; #else operator GCC_ConferenceAddResponse &(); operator const GCC_ConferenceAddResponse &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_ConferenceLockResponse &() const; #else operator GCC_ConferenceLockResponse &(); operator const GCC_ConferenceLockResponse &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_ConferenceUnlockResponse &() const; #else operator GCC_ConferenceUnlockResponse &(); operator const GCC_ConferenceUnlockResponse &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_ConferenceTerminateResponse &() const; #else operator GCC_ConferenceTerminateResponse &(); operator const GCC_ConferenceTerminateResponse &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_ConferenceEjectUserResponse &() const; #else operator GCC_ConferenceEjectUserResponse &(); operator const GCC_ConferenceEjectUserResponse &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_ConferenceTransferResponse &() const; #else operator GCC_ConferenceTransferResponse &(); operator const GCC_ConferenceTransferResponse &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_RegistryResponse &() const; #else operator GCC_RegistryResponse &(); operator const GCC_RegistryResponse &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_RegistryAllocateHandleResponse &() const; #else operator GCC_RegistryAllocateHandleResponse &(); operator const GCC_RegistryAllocateHandleResponse &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_FunctionNotSupportedResponse &() const; #else operator GCC_FunctionNotSupportedResponse &(); operator const GCC_FunctionNotSupportedResponse &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_NonStandardPDU &() const; #else operator GCC_NonStandardPDU &(); operator const GCC_NonStandardPDU &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // IndicationPDU // class GCC_UserIDIndication; class GCC_ConferenceLockIndication; class GCC_ConferenceUnlockIndication; class GCC_ConferenceTerminateIndication; class GCC_ConferenceEjectUserIndication; class GCC_ConferenceTransferIndication; class GCC_RosterUpdateIndication; class GCC_ApplicationInvokeIndication; class GCC_RegistryMonitorEntryIndication; class GCC_ConductorAssignIndication; class GCC_ConductorReleaseIndication; class GCC_ConductorPermissionAskIndication; class GCC_ConductorPermissionGrantIndication; class GCC_ConferenceTimeRemainingIndication; class GCC_ConferenceTimeInquireIndication; class GCC_ConferenceTimeExtendIndication; class GCC_ConferenceAssistanceIndication; class GCC_TextMessageIndication; class GCC_NonStandardPDU; class GCC_IndicationPDU : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_IndicationPDU, PASN_Choice); #endif public: GCC_IndicationPDU(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_userIDIndication, e_conferenceLockIndication, e_conferenceUnlockIndication, e_conferenceTerminateIndication, e_conferenceEjectUserIndication, e_conferenceTransferIndication, e_rosterUpdateIndication, e_applicationInvokeIndication, e_registryMonitorEntryIndication, e_conductorAssignIndication, e_conductorReleaseIndication, e_conductorPermissionAskIndication, e_conductorPermissionGrantIndication, e_conferenceTimeRemainingIndication, e_conferenceTimeInquireIndication, e_conferenceTimeExtendIndication, e_conferenceAssistanceIndication, e_textMessageIndication, e_nonStandardIndication }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_UserIDIndication &() const; #else operator GCC_UserIDIndication &(); operator const GCC_UserIDIndication &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_ConferenceLockIndication &() const; #else operator GCC_ConferenceLockIndication &(); operator const GCC_ConferenceLockIndication &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_ConferenceUnlockIndication &() const; #else operator GCC_ConferenceUnlockIndication &(); operator const GCC_ConferenceUnlockIndication &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_ConferenceTerminateIndication &() const; #else operator GCC_ConferenceTerminateIndication &(); operator const GCC_ConferenceTerminateIndication &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_ConferenceEjectUserIndication &() const; #else operator GCC_ConferenceEjectUserIndication &(); operator const GCC_ConferenceEjectUserIndication &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_ConferenceTransferIndication &() const; #else operator GCC_ConferenceTransferIndication &(); operator const GCC_ConferenceTransferIndication &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_RosterUpdateIndication &() const; #else operator GCC_RosterUpdateIndication &(); operator const GCC_RosterUpdateIndication &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_ApplicationInvokeIndication &() const; #else operator GCC_ApplicationInvokeIndication &(); operator const GCC_ApplicationInvokeIndication &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_RegistryMonitorEntryIndication &() const; #else operator GCC_RegistryMonitorEntryIndication &(); operator const GCC_RegistryMonitorEntryIndication &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_ConductorAssignIndication &() const; #else operator GCC_ConductorAssignIndication &(); operator const GCC_ConductorAssignIndication &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_ConductorReleaseIndication &() const; #else operator GCC_ConductorReleaseIndication &(); operator const GCC_ConductorReleaseIndication &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_ConductorPermissionAskIndication &() const; #else operator GCC_ConductorPermissionAskIndication &(); operator const GCC_ConductorPermissionAskIndication &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_ConductorPermissionGrantIndication &() const; #else operator GCC_ConductorPermissionGrantIndication &(); operator const GCC_ConductorPermissionGrantIndication &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_ConferenceTimeRemainingIndication &() const; #else operator GCC_ConferenceTimeRemainingIndication &(); operator const GCC_ConferenceTimeRemainingIndication &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_ConferenceTimeInquireIndication &() const; #else operator GCC_ConferenceTimeInquireIndication &(); operator const GCC_ConferenceTimeInquireIndication &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_ConferenceTimeExtendIndication &() const; #else operator GCC_ConferenceTimeExtendIndication &(); operator const GCC_ConferenceTimeExtendIndication &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_ConferenceAssistanceIndication &() const; #else operator GCC_ConferenceAssistanceIndication &(); operator const GCC_ConferenceAssistanceIndication &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_TextMessageIndication &() const; #else operator GCC_TextMessageIndication &(); operator const GCC_TextMessageIndication &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_NonStandardPDU &() const; #else operator GCC_NonStandardPDU &(); operator const GCC_NonStandardPDU &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // UserData_subtype // class GCC_UserData_subtype : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_UserData_subtype, PASN_Sequence); #endif public: GCC_UserData_subtype(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_value }; GCC_Key m_key; PASN_OctetString m_value; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ArrayOf_ChallengeItem // class GCC_ChallengeItem; class GCC_ArrayOf_ChallengeItem : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ArrayOf_ChallengeItem, PASN_Array); #endif public: GCC_ArrayOf_ChallengeItem(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; GCC_ChallengeItem & operator[](PINDEX i) const; PObject * Clone() const; }; // // NetworkAddress_subtype // class GCC_NetworkAddress_subtype_aggregatedChannel; class GCC_NetworkAddress_subtype_transportConnection; class GCC_NonStandardParameter; class GCC_NetworkAddress_subtype : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_NetworkAddress_subtype, PASN_Choice); #endif public: GCC_NetworkAddress_subtype(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_aggregatedChannel, e_transportConnection, e_nonStandard }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_NetworkAddress_subtype_aggregatedChannel &() const; #else operator GCC_NetworkAddress_subtype_aggregatedChannel &(); operator const GCC_NetworkAddress_subtype_aggregatedChannel &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_NetworkAddress_subtype_transportConnection &() const; #else operator GCC_NetworkAddress_subtype_transportConnection &(); operator const GCC_NetworkAddress_subtype_transportConnection &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_NonStandardParameter &() const; #else operator GCC_NonStandardParameter &(); operator const GCC_NonStandardParameter &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ArrayOf_TextString // class GCC_TextString; class GCC_ArrayOf_TextString : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ArrayOf_TextString, PASN_Array); #endif public: GCC_ArrayOf_TextString(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; GCC_TextString & operator[](PINDEX i) const; PObject * Clone() const; }; // // ApplicationRecord_nonCollapsingCapabilities // class GCC_ApplicationRecord_nonCollapsingCapabilities_subtype; class GCC_ApplicationRecord_nonCollapsingCapabilities : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ApplicationRecord_nonCollapsingCapabilities, PASN_Array); #endif public: GCC_ApplicationRecord_nonCollapsingCapabilities(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; GCC_ApplicationRecord_nonCollapsingCapabilities_subtype & operator[](PINDEX i) const; PObject * Clone() const; }; // // ApplicationInvokeSpecifier_expectedCapabilitySet // class GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype; class GCC_ApplicationInvokeSpecifier_expectedCapabilitySet : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ApplicationInvokeSpecifier_expectedCapabilitySet, PASN_Array); #endif public: GCC_ApplicationInvokeSpecifier_expectedCapabilitySet(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype & operator[](PINDEX i) const; PObject * Clone() const; }; // // RegistryEntryOwner_owned // class GCC_RegistryEntryOwner_owned : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_RegistryEntryOwner_owned, PASN_Sequence); #endif public: GCC_RegistryEntryOwner_owned(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); GCC_UserID m_nodeID; GCC_EntityID m_entityID; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ArrayOf_Privilege // class GCC_Privilege; class GCC_ArrayOf_Privilege : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ArrayOf_Privilege, PASN_Array); #endif public: GCC_ArrayOf_Privilege(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; GCC_Privilege & operator[](PINDEX i) const; PObject * Clone() const; }; // // ConferenceCreateResponse_result // class GCC_ConferenceCreateResponse_result : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceCreateResponse_result, PASN_Enumeration); #endif public: GCC_ConferenceCreateResponse_result(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_success, e_userRejected, e_resourcesNotAvailable, e_rejectedForSymmetryBreaking, e_lockedConferenceNotSupported }; GCC_ConferenceCreateResponse_result & operator=(unsigned v); PObject * Clone() const; }; // // ArrayOf_ConferenceDescriptor // class GCC_ConferenceDescriptor; class GCC_ArrayOf_ConferenceDescriptor : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ArrayOf_ConferenceDescriptor, PASN_Array); #endif public: GCC_ArrayOf_ConferenceDescriptor(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; GCC_ConferenceDescriptor & operator[](PINDEX i) const; PObject * Clone() const; }; // // ConferenceQueryResponse_result // class GCC_ConferenceQueryResponse_result : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceQueryResponse_result, PASN_Enumeration); #endif public: GCC_ConferenceQueryResponse_result(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_success, e_userRejected }; GCC_ConferenceQueryResponse_result & operator=(unsigned v); PObject * Clone() const; }; // // ConferenceJoinResponse_result // class GCC_ConferenceJoinResponse_result : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceJoinResponse_result, PASN_Enumeration); #endif public: GCC_ConferenceJoinResponse_result(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_success, e_userRejected, e_invalidConference, e_invalidPassword, e_invalidConvenerPassword, e_challengeResponseRequired, e_invalidChallengeResponse }; GCC_ConferenceJoinResponse_result & operator=(unsigned v); PObject * Clone() const; }; // // ConferenceInviteResponse_result // class GCC_ConferenceInviteResponse_result : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceInviteResponse_result, PASN_Enumeration); #endif public: GCC_ConferenceInviteResponse_result(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_success, e_userRejected }; GCC_ConferenceInviteResponse_result & operator=(unsigned v); PObject * Clone() const; }; // // ConferenceAddResponse_result // class GCC_ConferenceAddResponse_result : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceAddResponse_result, PASN_Enumeration); #endif public: GCC_ConferenceAddResponse_result(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_success, e_invalidRequester, e_invalidNetworkType, e_invalidNetworkAddress, e_addedNodeBusy, e_networkBusy, e_noPortsAvailable, e_connectionUnsuccessful }; GCC_ConferenceAddResponse_result & operator=(unsigned v); PObject * Clone() const; }; // // ConferenceLockResponse_result // class GCC_ConferenceLockResponse_result : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceLockResponse_result, PASN_Enumeration); #endif public: GCC_ConferenceLockResponse_result(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_success, e_invalidRequester, e_alreadyLocked }; GCC_ConferenceLockResponse_result & operator=(unsigned v); PObject * Clone() const; }; // // ConferenceUnlockResponse_result // class GCC_ConferenceUnlockResponse_result : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceUnlockResponse_result, PASN_Enumeration); #endif public: GCC_ConferenceUnlockResponse_result(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_success, e_invalidRequester, e_alreadyUnlocked }; GCC_ConferenceUnlockResponse_result & operator=(unsigned v); PObject * Clone() const; }; // // ConferenceTerminateRequest_reason // class GCC_ConferenceTerminateRequest_reason : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceTerminateRequest_reason, PASN_Enumeration); #endif public: GCC_ConferenceTerminateRequest_reason(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_userInitiated, e_timedConferenceTermination }; GCC_ConferenceTerminateRequest_reason & operator=(unsigned v); PObject * Clone() const; }; // // ConferenceTerminateResponse_result // class GCC_ConferenceTerminateResponse_result : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceTerminateResponse_result, PASN_Enumeration); #endif public: GCC_ConferenceTerminateResponse_result(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_success, e_invalidRequester }; GCC_ConferenceTerminateResponse_result & operator=(unsigned v); PObject * Clone() const; }; // // ConferenceTerminateIndication_reason // class GCC_ConferenceTerminateIndication_reason : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceTerminateIndication_reason, PASN_Enumeration); #endif public: GCC_ConferenceTerminateIndication_reason(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_userInitiated, e_timedConferenceTermination }; GCC_ConferenceTerminateIndication_reason & operator=(unsigned v); PObject * Clone() const; }; // // ConferenceEjectUserRequest_reason // class GCC_ConferenceEjectUserRequest_reason : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceEjectUserRequest_reason, PASN_Enumeration); #endif public: GCC_ConferenceEjectUserRequest_reason(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_userInitiated }; GCC_ConferenceEjectUserRequest_reason & operator=(unsigned v); PObject * Clone() const; }; // // ConferenceEjectUserResponse_result // class GCC_ConferenceEjectUserResponse_result : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceEjectUserResponse_result, PASN_Enumeration); #endif public: GCC_ConferenceEjectUserResponse_result(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_success, e_invalidRequester, e_invalidNode }; GCC_ConferenceEjectUserResponse_result & operator=(unsigned v); PObject * Clone() const; }; // // ConferenceEjectUserIndication_reason // class GCC_ConferenceEjectUserIndication_reason : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceEjectUserIndication_reason, PASN_Enumeration); #endif public: GCC_ConferenceEjectUserIndication_reason(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_userInitiated, e_higherNodeDisconnected, e_higherNodeEjected }; GCC_ConferenceEjectUserIndication_reason & operator=(unsigned v); PObject * Clone() const; }; // // ArrayOf_UserID // class GCC_UserID; class GCC_ArrayOf_UserID : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ArrayOf_UserID, PASN_Array); #endif public: GCC_ArrayOf_UserID(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; GCC_UserID & operator[](PINDEX i) const; PObject * Clone() const; }; // // ConferenceTransferResponse_result // class GCC_ConferenceTransferResponse_result : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceTransferResponse_result, PASN_Enumeration); #endif public: GCC_ConferenceTransferResponse_result(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_success, e_invalidRequester }; GCC_ConferenceTransferResponse_result & operator=(unsigned v); PObject * Clone() const; }; // // RosterUpdateIndication_applicationInformation // class GCC_RosterUpdateIndication_applicationInformation_subtype; class GCC_RosterUpdateIndication_applicationInformation : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_RosterUpdateIndication_applicationInformation, PASN_Array); #endif public: GCC_RosterUpdateIndication_applicationInformation(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; GCC_RosterUpdateIndication_applicationInformation_subtype & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_ApplicationInvokeSpecifier // class GCC_ApplicationInvokeSpecifier; class GCC_ArrayOf_ApplicationInvokeSpecifier : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ArrayOf_ApplicationInvokeSpecifier, PASN_Array); #endif public: GCC_ArrayOf_ApplicationInvokeSpecifier(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; GCC_ApplicationInvokeSpecifier & operator[](PINDEX i) const; PObject * Clone() const; }; // // RegistryAllocateHandleResponse_result // class GCC_RegistryAllocateHandleResponse_result : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_RegistryAllocateHandleResponse_result, PASN_Enumeration); #endif public: GCC_RegistryAllocateHandleResponse_result(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_successful, e_noHandlesAvailable }; GCC_RegistryAllocateHandleResponse_result & operator=(unsigned v); PObject * Clone() const; }; // // RegistryResponse_primitiveType // class GCC_RegistryResponse_primitiveType : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_RegistryResponse_primitiveType, PASN_Enumeration); #endif public: GCC_RegistryResponse_primitiveType(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_registerChannel, e_assignToken, e_setParameter, e_retrieveEntry, e_deleteEntry, e_monitorEntry }; GCC_RegistryResponse_primitiveType & operator=(unsigned v); PObject * Clone() const; }; // // RegistryResponse_result // class GCC_RegistryResponse_result : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_RegistryResponse_result, PASN_Enumeration); #endif public: GCC_RegistryResponse_result(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_successful, e_belongsToOther, e_tooManyEntries, e_inconsistentType, e_entryNotFound, e_entryAlreadyExists, e_invalidRequester }; GCC_RegistryResponse_result & operator=(unsigned v); PObject * Clone() const; }; // // NetworkAddress_subtype_transportConnection // class GCC_NetworkAddress_subtype_transportConnection : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_NetworkAddress_subtype_transportConnection, PASN_Sequence); #endif public: GCC_NetworkAddress_subtype_transportConnection(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_transportSelector }; PASN_OctetString m_nsapAddress; PASN_OctetString m_transportSelector; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ApplicationRecord_nonCollapsingCapabilities_subtype // class GCC_ApplicationRecord_nonCollapsingCapabilities_subtype : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ApplicationRecord_nonCollapsingCapabilities_subtype, PASN_Sequence); #endif public: GCC_ApplicationRecord_nonCollapsingCapabilities_subtype(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_applicationData }; GCC_CapabilityID m_capabilityID; PASN_OctetString m_applicationData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ApplicationInvokeSpecifier_expectedCapabilitySet_subtype // class GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype, PASN_Sequence); #endif public: GCC_ApplicationInvokeSpecifier_expectedCapabilitySet_subtype(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); GCC_CapabilityID m_capabilityID; GCC_CapabilityClass m_capabilityClass; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RosterUpdateIndication_nodeInformation_nodeRecordList // class GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh; class GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update; class GCC_RosterUpdateIndication_nodeInformation_nodeRecordList : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_RosterUpdateIndication_nodeInformation_nodeRecordList, PASN_Choice); #endif public: GCC_RosterUpdateIndication_nodeInformation_nodeRecordList(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_noChange, e_refresh, e_update }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh &() const; #else operator GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh &(); operator const GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update &() const; #else operator GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update &(); operator const GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // NetworkAddress_subtype_aggregatedChannel_transferModes // class GCC_NetworkAddress_subtype_aggregatedChannel_transferModes : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_NetworkAddress_subtype_aggregatedChannel_transferModes, PASN_Sequence); #endif public: GCC_NetworkAddress_subtype_aggregatedChannel_transferModes(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Boolean m_speech; PASN_Boolean m_voice_band; PASN_Boolean m_digital_56k; PASN_Boolean m_digital_64k; PASN_Boolean m_digital_128k; PASN_Boolean m_digital_192k; PASN_Boolean m_digital_256k; PASN_Boolean m_digital_320k; PASN_Boolean m_digital_384k; PASN_Boolean m_digital_512k; PASN_Boolean m_digital_768k; PASN_Boolean m_digital_1152k; PASN_Boolean m_digital_1472k; PASN_Boolean m_digital_1536k; PASN_Boolean m_digital_1920k; PASN_Boolean m_packet_mode; PASN_Boolean m_frame_mode; PASN_Boolean m_atm; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility // class GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility, PASN_Sequence); #endif public: GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Boolean m_telephony3kHz; PASN_Boolean m_telephony7kHz; PASN_Boolean m_videotelephony; PASN_Boolean m_videoconference; PASN_Boolean m_audiographic; PASN_Boolean m_audiovisual; PASN_Boolean m_multimedia; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RosterUpdateIndication_nodeInformation_nodeRecordList_refresh // class GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype; class GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh, PASN_Array); #endif public: GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype & operator[](PINDEX i) const; PObject * Clone() const; }; // // RosterUpdateIndication_nodeInformation_nodeRecordList_update // class GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype; class GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update, PASN_Array); #endif public: GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype & operator[](PINDEX i) const; PObject * Clone() const; }; // // RosterUpdateIndication_applicationInformation_subtype_applicationRecordList // class GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh; class GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update; class GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList, PASN_Choice); #endif public: GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_noChange, e_refresh, e_update }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh &() const; #else operator GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh &(); operator const GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update &() const; #else operator GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update &(); operator const GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList // class GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh; class GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList, PASN_Choice); #endif public: GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_noChange, e_refresh }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh &() const; #else operator GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh &(); operator const GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh // class GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype; class GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh, PASN_Array); #endif public: GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype & operator[](PINDEX i) const; PObject * Clone() const; }; // // RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update // class GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype; class GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update, PASN_Array); #endif public: GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype & operator[](PINDEX i) const; PObject * Clone() const; }; // // RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh // class GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype; class GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh, PASN_Array); #endif public: GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype & operator[](PINDEX i) const; PObject * Clone() const; }; // // RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate // class GCC_NodeRecord; class GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate, PASN_Choice); #endif public: GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_addRecord, e_replaceRecord, e_removeRecord }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_NodeRecord &() const; #else operator GCC_NodeRecord &(); operator const GCC_NodeRecord &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype // class GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype, PASN_Sequence); #endif public: GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList_refresh_subtype(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); GCC_CapabilityID m_capabilityID; GCC_CapabilityClass m_capabilityClass; PASN_Integer m_numberOfEntities; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate // class GCC_ApplicationRecord; class GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate, PASN_Choice); #endif public: GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_addRecord, e_replaceRecord, e_removeRecord }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator GCC_ApplicationRecord &() const; #else operator GCC_ApplicationRecord &(); operator const GCC_ApplicationRecord &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ChallengeRequest // class GCC_ChallengeRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ChallengeRequest, PASN_Sequence); #endif public: GCC_ChallengeRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_challengeTag; GCC_ArrayOf_ChallengeItem m_challengeSet; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // NodeRecord // class GCC_NodeRecord : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_NodeRecord, PASN_Sequence); #endif public: GCC_NodeRecord(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_superiorNode, e_nodeName, e_participantsList, e_siteInformation, e_networkAddress, e_alternativeNodeID, e_userData }; GCC_UserID m_superiorNode; GCC_NodeType m_nodeType; GCC_NodeProperties m_nodeProperties; GCC_TextString m_nodeName; GCC_ArrayOf_TextString m_participantsList; GCC_TextString m_siteInformation; GCC_NetworkAddress m_networkAddress; GCC_AlternativeNodeID m_alternativeNodeID; GCC_UserData m_userData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ApplicationRecord // class GCC_ApplicationRecord : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ApplicationRecord, PASN_Sequence); #endif public: GCC_ApplicationRecord(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_startupChannel, e_applicationUserID, e_nonCollapsingCapabilities }; PASN_Boolean m_applicationActive; PASN_Boolean m_conductingOperationCapable; GCC_ChannelType m_startupChannel; GCC_UserID m_applicationUserID; GCC_ApplicationRecord_nonCollapsingCapabilities m_nonCollapsingCapabilities; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ApplicationInvokeSpecifier // class GCC_ApplicationInvokeSpecifier : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ApplicationInvokeSpecifier, PASN_Sequence); #endif public: GCC_ApplicationInvokeSpecifier(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_expectedCapabilitySet, e_startupChannel }; GCC_SessionKey m_sessionKey; GCC_ApplicationInvokeSpecifier_expectedCapabilitySet m_expectedCapabilitySet; GCC_ChannelType m_startupChannel; PASN_Boolean m_mandatoryFlag; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConferenceCreateRequest // class GCC_ConferenceCreateRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceCreateRequest, PASN_Sequence); #endif public: GCC_ConferenceCreateRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_convenerPassword, e_password, e_conductorPrivileges, e_conductedPrivileges, e_nonConductedPrivileges, e_conferenceDescription, e_callerIdentifier, e_userData, e_conferencePriority }; GCC_ConferenceName m_conferenceName; GCC_Password m_convenerPassword; GCC_Password m_password; PASN_Boolean m_lockedConference; PASN_Boolean m_listedConference; PASN_Boolean m_conductibleConference; GCC_TerminationMethod m_terminationMethod; GCC_ArrayOf_Privilege m_conductorPrivileges; GCC_ArrayOf_Privilege m_conductedPrivileges; GCC_ArrayOf_Privilege m_nonConductedPrivileges; GCC_TextString m_conferenceDescription; GCC_TextString m_callerIdentifier; GCC_UserData m_userData; GCC_ConferencePriority m_conferencePriority; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConferenceCreateResponse // class GCC_ConferenceCreateResponse : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceCreateResponse, PASN_Sequence); #endif public: GCC_ConferenceCreateResponse(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_userData }; GCC_UserID m_nodeID; PASN_Integer m_tag; GCC_ConferenceCreateResponse_result m_result; GCC_UserData m_userData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConferenceQueryResponse // class GCC_ConferenceQueryResponse : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceQueryResponse, PASN_Sequence); #endif public: GCC_ConferenceQueryResponse(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_asymmetryIndicator, e_userData, e_waitForInvitationFlag, e_noUnlistedConferenceFlag }; GCC_NodeType m_nodeType; GCC_AsymmetryIndicator m_asymmetryIndicator; GCC_ArrayOf_ConferenceDescriptor m_conferenceList; GCC_ConferenceQueryResponse_result m_result; GCC_UserData m_userData; PASN_Boolean m_waitForInvitationFlag; PASN_Boolean m_noUnlistedConferenceFlag; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConferenceJoinResponse // class GCC_ConferenceJoinResponse : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceJoinResponse, PASN_Sequence); #endif public: GCC_ConferenceJoinResponse(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nodeID, e_conferenceNameAlias, e_conductorPrivileges, e_conductedPrivileges, e_nonConductedPrivileges, e_conferenceDescription, e_password, e_userData }; GCC_UserID m_nodeID; GCC_UserID m_topNodeID; PASN_Integer m_tag; GCC_ConferenceNameSelector m_conferenceNameAlias; PASN_Boolean m_passwordInTheClearRequired; PASN_Boolean m_lockedConference; PASN_Boolean m_listedConference; PASN_Boolean m_conductibleConference; GCC_TerminationMethod m_terminationMethod; GCC_ArrayOf_Privilege m_conductorPrivileges; GCC_ArrayOf_Privilege m_conductedPrivileges; GCC_ArrayOf_Privilege m_nonConductedPrivileges; GCC_TextString m_conferenceDescription; GCC_PasswordChallengeRequestResponse m_password; GCC_ConferenceJoinResponse_result m_result; GCC_UserData m_userData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConferenceInviteRequest // class GCC_ConferenceInviteRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceInviteRequest, PASN_Sequence); #endif public: GCC_ConferenceInviteRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_conductorPrivileges, e_conductedPrivileges, e_nonConductedPrivileges, e_conferenceDescription, e_callerIdentifier, e_userData, e_conferencePriority }; GCC_ConferenceName m_conferenceName; GCC_UserID m_nodeID; GCC_UserID m_topNodeID; PASN_Integer m_tag; PASN_Boolean m_passwordInTheClearRequired; PASN_Boolean m_lockedConference; PASN_Boolean m_listedConference; PASN_Boolean m_conductibleConference; GCC_TerminationMethod m_terminationMethod; GCC_ArrayOf_Privilege m_conductorPrivileges; GCC_ArrayOf_Privilege m_conductedPrivileges; GCC_ArrayOf_Privilege m_nonConductedPrivileges; GCC_TextString m_conferenceDescription; GCC_TextString m_callerIdentifier; GCC_UserData m_userData; GCC_ConferencePriority m_conferencePriority; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConferenceInviteResponse // class GCC_ConferenceInviteResponse : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceInviteResponse, PASN_Sequence); #endif public: GCC_ConferenceInviteResponse(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_userData }; GCC_ConferenceInviteResponse_result m_result; GCC_UserData m_userData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConferenceAddResponse // class GCC_ConferenceAddResponse : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceAddResponse, PASN_Sequence); #endif public: GCC_ConferenceAddResponse(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_userData }; PASN_Integer m_tag; GCC_ConferenceAddResponse_result m_result; GCC_UserData m_userData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConferenceLockResponse // class GCC_ConferenceLockResponse : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceLockResponse, PASN_Sequence); #endif public: GCC_ConferenceLockResponse(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); GCC_ConferenceLockResponse_result m_result; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConferenceUnlockResponse // class GCC_ConferenceUnlockResponse : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceUnlockResponse, PASN_Sequence); #endif public: GCC_ConferenceUnlockResponse(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); GCC_ConferenceUnlockResponse_result m_result; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConferenceTerminateRequest // class GCC_ConferenceTerminateRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceTerminateRequest, PASN_Sequence); #endif public: GCC_ConferenceTerminateRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); GCC_ConferenceTerminateRequest_reason m_reason; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConferenceTerminateResponse // class GCC_ConferenceTerminateResponse : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceTerminateResponse, PASN_Sequence); #endif public: GCC_ConferenceTerminateResponse(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); GCC_ConferenceTerminateResponse_result m_result; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConferenceTerminateIndication // class GCC_ConferenceTerminateIndication : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceTerminateIndication, PASN_Sequence); #endif public: GCC_ConferenceTerminateIndication(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); GCC_ConferenceTerminateIndication_reason m_reason; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConferenceEjectUserRequest // class GCC_ConferenceEjectUserRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceEjectUserRequest, PASN_Sequence); #endif public: GCC_ConferenceEjectUserRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); GCC_UserID m_nodeToEject; GCC_ConferenceEjectUserRequest_reason m_reason; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConferenceEjectUserResponse // class GCC_ConferenceEjectUserResponse : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceEjectUserResponse, PASN_Sequence); #endif public: GCC_ConferenceEjectUserResponse(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); GCC_UserID m_nodeToEject; GCC_ConferenceEjectUserResponse_result m_result; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConferenceEjectUserIndication // class GCC_ConferenceEjectUserIndication : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceEjectUserIndication, PASN_Sequence); #endif public: GCC_ConferenceEjectUserIndication(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); GCC_UserID m_nodeToEject; GCC_ConferenceEjectUserIndication_reason m_reason; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConferenceTransferRequest // class GCC_ConferenceTransferRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceTransferRequest, PASN_Sequence); #endif public: GCC_ConferenceTransferRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_conferenceNameModifier, e_networkAddress, e_transferringNodes, e_password }; GCC_ConferenceNameSelector m_conferenceName; GCC_ConferenceNameModifier m_conferenceNameModifier; GCC_NetworkAddress m_networkAddress; GCC_ArrayOf_UserID m_transferringNodes; GCC_PasswordSelector m_password; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConferenceTransferResponse // class GCC_ConferenceTransferResponse : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceTransferResponse, PASN_Sequence); #endif public: GCC_ConferenceTransferResponse(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_conferenceNameModifier, e_transferringNodes }; GCC_ConferenceNameSelector m_conferenceName; GCC_ConferenceNameModifier m_conferenceNameModifier; GCC_ArrayOf_UserID m_transferringNodes; GCC_ConferenceTransferResponse_result m_result; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConferenceTransferIndication // class GCC_ConferenceTransferIndication : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConferenceTransferIndication, PASN_Sequence); #endif public: GCC_ConferenceTransferIndication(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_conferenceNameModifier, e_networkAddress, e_transferringNodes, e_password }; GCC_ConferenceNameSelector m_conferenceName; GCC_ConferenceNameModifier m_conferenceNameModifier; GCC_NetworkAddress m_networkAddress; GCC_ArrayOf_UserID m_transferringNodes; GCC_PasswordSelector m_password; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ApplicationInvokeIndication // class GCC_ApplicationInvokeIndication : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ApplicationInvokeIndication, PASN_Sequence); #endif public: GCC_ApplicationInvokeIndication(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_destinationNodes }; GCC_ArrayOf_ApplicationInvokeSpecifier m_applicationProtocolEntiyList; GCC_ArrayOf_UserID m_destinationNodes; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RegistryAllocateHandleResponse // class GCC_RegistryAllocateHandleResponse : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_RegistryAllocateHandleResponse, PASN_Sequence); #endif public: GCC_RegistryAllocateHandleResponse(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); GCC_EntityID m_entityID; PASN_Integer m_numberOfHandles; GCC_Handle m_firstHandle; GCC_RegistryAllocateHandleResponse_result m_result; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RegistryResponse // class GCC_RegistryResponse : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_RegistryResponse, PASN_Sequence); #endif public: GCC_RegistryResponse(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_modificationRights }; GCC_EntityID m_entityID; GCC_RegistryResponse_primitiveType m_primitiveType; GCC_RegistryKey m_key; GCC_RegistryItem m_item; GCC_RegistryEntryOwner m_owner; GCC_RegistryModificationRights m_modificationRights; GCC_RegistryResponse_result m_result; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConductorPermissionGrantIndication // class GCC_ConductorPermissionGrantIndication : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_ConductorPermissionGrantIndication, PASN_Sequence); #endif public: GCC_ConductorPermissionGrantIndication(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_waitingList }; GCC_ArrayOf_UserID m_permissionList; GCC_ArrayOf_UserID m_waitingList; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // FunctionNotSupportedResponse // class GCC_FunctionNotSupportedResponse : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_FunctionNotSupportedResponse, PASN_Sequence); #endif public: GCC_FunctionNotSupportedResponse(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); GCC_RequestPDU m_request; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // PasswordChallengeRequestResponse_challengeRequestResponse // class GCC_PasswordChallengeRequestResponse_challengeRequestResponse : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_PasswordChallengeRequestResponse_challengeRequestResponse, PASN_Sequence); #endif public: GCC_PasswordChallengeRequestResponse_challengeRequestResponse(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_challengeRequest, e_challengeResponse }; GCC_ChallengeRequest m_challengeRequest; GCC_ChallengeResponse m_challengeResponse; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RosterUpdateIndication_nodeInformation // class GCC_RosterUpdateIndication_nodeInformation : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_RosterUpdateIndication_nodeInformation, PASN_Sequence); #endif public: GCC_RosterUpdateIndication_nodeInformation(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); GCC_RosterUpdateIndication_nodeInformation_nodeRecordList m_nodeRecordList; PASN_Integer m_rosterInstanceNumber; PASN_Boolean m_nodesAdded; PASN_Boolean m_nodesRemoved; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // NetworkAddress_subtype_aggregatedChannel // class GCC_NetworkAddress_subtype_aggregatedChannel : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_NetworkAddress_subtype_aggregatedChannel, PASN_Sequence); #endif public: GCC_NetworkAddress_subtype_aggregatedChannel(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_subAddress, e_extraDialing, e_highLayerCompatibility }; GCC_NetworkAddress_subtype_aggregatedChannel_transferModes m_transferModes; GCC_DialingString m_internationalNumber; GCC_SubAddressString m_subAddress; GCC_ExtraDialingString m_extraDialing; GCC_NetworkAddress_subtype_aggregatedChannel_highLayerCompatibility m_highLayerCompatibility; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RosterUpdateIndication_applicationInformation_subtype // class GCC_RosterUpdateIndication_applicationInformation_subtype : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_RosterUpdateIndication_applicationInformation_subtype, PASN_Sequence); #endif public: GCC_RosterUpdateIndication_applicationInformation_subtype(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); GCC_SessionKey m_sessionKey; GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList m_applicationRecordList; GCC_RosterUpdateIndication_applicationInformation_subtype_applicationCapabilitiesList m_applicationCapabilitiesList; PASN_Integer m_rosterInstanceNumber; PASN_Boolean m_peerEntitiesAdded; PASN_Boolean m_peerEntitiesRemoved; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype // class GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype, PASN_Sequence); #endif public: GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_refresh_subtype(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); GCC_UserID m_nodeID; GCC_NodeRecord m_nodeRecord; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype // class GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype, PASN_Sequence); #endif public: GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); GCC_UserID m_nodeID; GCC_RosterUpdateIndication_nodeInformation_nodeRecordList_update_subtype_nodeUpdate m_nodeUpdate; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype // class GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype, PASN_Sequence); #endif public: GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_refresh_subtype(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); GCC_UserID m_nodeID; GCC_EntityID m_entityID; GCC_ApplicationRecord m_applicationRecord; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype // class GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype, PASN_Sequence); #endif public: GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); GCC_UserID m_nodeID; GCC_EntityID m_entityID; GCC_RosterUpdateIndication_applicationInformation_subtype_applicationRecordList_update_subtype_applicationUpdate m_applicationUpdate; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RosterUpdateIndication // class GCC_RosterUpdateIndication : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(GCC_RosterUpdateIndication, PASN_Sequence); #endif public: GCC_RosterUpdateIndication(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Boolean m_fullRefresh; GCC_RosterUpdateIndication_nodeInformation m_nodeInformation; GCC_RosterUpdateIndication_applicationInformation m_applicationInformation; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; #endif // __GCC_H #endif // if ! H323_DISABLE_GCC // End of gccpdu.h openh323_v1_18_0/include/gkclient.h0100644000176200056700000004671610343321575017245 0ustar releasepostincr/* * gkclient.h * * Gatekeeper client protocol handler * * Open H323 Library * * Copyright (c) 1998-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Portions of this code were written with the assisance of funding from * iFace, Inc. http://www.iface.com * * Contributor(s): ______________________________________. * * $Log: gkclient.h,v $ * Revision 1.56 2005/11/30 13:05:01 csoutheren * Changed tags for Doxygen * * Revision 1.55 2005/01/03 14:03:19 csoutheren * Added new configure options and ability to disable/enable modules * * Revision 1.54 2005/01/03 06:25:52 csoutheren * Added extensive support for disabling code modules at compile time * * Revision 1.53 2004/09/03 01:06:08 csoutheren * Added initial hooks for H.460 GEF * Thanks to Simon Horne and ISVO (Asia) Pte Ltd. for this contribution * * Revision 1.52 2004/03/04 04:49:34 csoutheren * Added access function for gatekeeper routed address * * Revision 1.51 2003/03/26 00:46:25 robertj * Had another go at making H323Transactor being able to be created * without having a listener running. * * Revision 1.50 2003/02/12 23:59:22 robertj * Fixed adding missing endpoint identifer in SETUP packet when gatekeeper * routed, pointed out by Stefan Klein * Also fixed correct rutrn of gk routing in IRR packet. * * Revision 1.49 2003/02/07 06:37:42 robertj * Changed registration state to an enum so can determine why the RRQ failed. * * Revision 1.48 2003/01/06 07:09:28 robertj * Further fixes for alternate gatekeeper, thanks Kevin Bouchard * * Revision 1.47 2002/12/23 22:46:38 robertj * Changed gatekeeper discovery so an GRJ does not indicate "discovered". * Added trace output of alternate gatekeepers list. * * Revision 1.46 2002/11/28 04:41:44 robertj * Added support for RAS ServiceControlIndication command. * * Revision 1.45 2002/11/27 06:54:52 robertj * Added Service Control Session management as per Annex K/H.323 via RAS * only at this stage. * Added H.248 ASN and very primitive infrastructure for linking into the * Service Control Session management system. * Added basic infrastructure for Annex K/H.323 HTTP transport system. * Added Call Credit Service Control to display account balances. * * Revision 1.44 2002/11/21 07:21:46 robertj * Improvements to alternate gatekeeper client code, thanks Kevin Bouchard * * Revision 1.43 2002/09/18 06:58:29 robertj * Fixed setting of IRR frequency, an RCF could reset timer so it did not time * out correctly and send IRR in time causing problems with gatekeeper. * * Revision 1.42 2002/09/16 01:14:15 robertj * Added #define so can select if #pragma interface/implementation is used on * platform basis (eg MacOS) rather than compiler, thanks Robert Monaghan. * * Revision 1.41 2002/09/03 06:19:36 robertj * Normalised the multi-include header prevention ifdef/define symbol. * * Revision 1.40 2002/08/15 04:13:21 robertj * Fixed correct status of isRegistered flag on various reject/errors. * * Revision 1.39 2002/08/12 05:38:20 robertj * Changes to the RAS subsystem to support ability to make requests to client * from gkserver without causing bottlenecks and race conditions. * * Revision 1.38 2002/08/05 05:17:36 robertj * Fairly major modifications to support different authentication credentials * in ARQ to the logged in ones on RRQ. For both client and server. * Various other H.235 authentication bugs and anomalies fixed on the way. * * Revision 1.37 2002/07/18 03:03:38 robertj * Fixed bug with continually doing lightweight RRQ if no timeToLive present * and it should not be doing it at all, ditto for unsolicited IRR. * * Revision 1.36 2002/07/16 11:06:21 robertj * Added more alternate gatekeeper implementation, thanks Kevin Bouchard * * Revision 1.35 2002/06/26 03:47:45 robertj * Added support for alternate gatekeepers. * * Revision 1.34 2002/05/29 00:03:15 robertj * Fixed unsolicited IRR support in gk client and server, * including support for IACK and INAK. * * Revision 1.33 2002/05/17 04:12:38 robertj * Added support for unsolicited IRR transmission in background (heartbeat). * * Revision 1.32 2002/03/19 05:17:11 robertj * Normalised ACF destExtraCallIInfo to be same as other parameters. * Added ability to get multiple endpoint addresses and tokens from ACF. * * Revision 1.31 2001/09/26 07:02:49 robertj * Added needed mutex for SeparateAuthenticationInARQ mode, thanks Nick Hoath * * Revision 1.30 2001/09/18 10:36:54 robertj * Allowed multiple overlapping requests in RAS channel. * * Revision 1.29 2001/09/13 03:21:16 robertj * Added ability to override authentication credentials for ARQ, thanks Nick Hoath * * Revision 1.28 2001/09/12 06:57:58 robertj * Added support for iNow Access Token from gk, thanks Nick Hoath * * Revision 1.27 2001/09/12 06:04:36 robertj * Added support for sending UUIE's to gk on request, thanks Nick Hoath * * Revision 1.26 2001/09/06 02:32:26 robertj * Added overloaded AdmissionRequest for backward compatibility. * * Revision 1.25 2001/08/14 04:26:46 robertj * Completed the Cisco compatible MD5 authentications, thanks Wolfgang Platzer. * * Revision 1.24 2001/08/13 01:27:00 robertj * Changed GK admission so can return multiple aliases to be used in * setup packet, thanks Nick Hoath. * * Revision 1.23 2001/08/10 11:03:49 robertj * Major changes to H.235 support in RAS to support server. * * Revision 1.22 2001/08/06 07:44:52 robertj * Fixed problems with building without SSL * * Revision 1.21 2001/08/06 03:18:35 robertj * Fission of h323.h to h323ep.h & h323con.h, h323.h now just includes files. * Improved access to H.235 secure RAS functionality. * Changes to H.323 secure RAS contexts to help use with gk server. * * Revision 1.20 2001/08/02 04:30:09 robertj * Added ability for AdmissionRequest to alter destination alias used in * the outgoing call. * * Revision 1.19 2001/06/18 06:23:47 robertj * Split raw H.225 RAS protocol out of gatekeeper client class. * * Revision 1.18 2001/04/05 03:39:42 robertj * Fixed deadlock if tried to do discovery in time to live timeout. * * Revision 1.17 2001/03/28 07:12:56 robertj * Changed RAS thread interlock to allow for what should not happen, the * syncpoint being signalled before receiving any packets. * * Revision 1.16 2001/03/27 02:18:41 robertj * Changed to send gk a GRQ if it gives a discoveryRequired error on RRQ. * * Revision 1.15 2001/03/17 00:05:52 robertj * Fixed problems with Gatekeeper RIP handling. * * Revision 1.14 2001/02/28 00:20:15 robertj * Added DiscoverByNameAndAddress() function, thanks Chris Purvis. * * Revision 1.13 2001/02/09 05:16:24 robertj * Added #pragma interface for GNU C++. * * Revision 1.12 2000/09/25 06:47:54 robertj * Removed use of alias if there is no alias present, ie only have transport address. * * Revision 1.11 2000/09/01 02:12:54 robertj * Added ability to select a gatekeeper on LAN via it's identifier name. * * Revision 1.10 2000/07/11 19:20:02 robertj * Fixed problem with endpoint identifiers from some gatekeepers not being a string, just binary info. * * Revision 1.9 2000/06/20 03:17:56 robertj * Added function to get name of gatekeeper, subtle difference from getting identifier. * * Revision 1.8 2000/05/18 11:53:33 robertj * Changes to support doc++ documentation generation. * * Revision 1.7 2000/05/09 08:52:36 robertj * Added support for preGrantedARQ fields on registration. * * Revision 1.6 2000/05/02 04:32:24 robertj * Fixed copyright notice comment. * * Revision 1.5 2000/04/11 03:10:40 robertj * Added ability to reject reason on gatekeeper requests. * Added ability to get the transport being used to talk to the gatekeeper. * * Revision 1.4 2000/04/10 17:37:13 robertj * Added access function to get the gatekeeper identification string. * * Revision 1.3 1999/12/09 21:49:17 robertj * Added reregister on unregister and time to live reregistration * * Revision 1.2 1999/09/14 06:52:54 robertj * Added better support for multi-homed client hosts. * * Revision 1.1 1999/08/31 12:34:18 robertj * Added gatekeeper support. * */ #ifndef __OPAL_GKCLIENT_H #define __OPAL_GKCLIENT_H #include "h323.h" #include "h225ras.h" #include "h235auth.h" #ifdef P_USE_PRAGMA #pragma interface #endif class H225_ArrayOf_AliasAddress; class H225_H323_UU_PDU; class H225_AlternateGK; class H225_ArrayOf_AlternateGK; class H225_ArrayOf_ServiceControlSession; /////////////////////////////////////////////////////////////////////////////// /**This class embodies the H.225.0 RAS protocol to gatekeepers. */ class H323Gatekeeper : public H225_RAS { PCLASSINFO(H323Gatekeeper, H225_RAS); public: /**@name Construction */ //@{ /**Create a new gatekeeper. */ H323Gatekeeper( H323EndPoint & endpoint, ///< Endpoint gatekeeper is associated with. H323Transport * transport ///< Transport over which gatekeepers communicates. ); /**Destroy gatekeeper. */ ~H323Gatekeeper(); //@} /**@name Overrides from H225_RAS */ //@{ BOOL OnReceiveGatekeeperConfirm(const H225_GatekeeperConfirm & gcf); BOOL OnReceiveGatekeeperReject(const H225_GatekeeperReject & grj); BOOL OnReceiveRegistrationConfirm(const H225_RegistrationConfirm & rcf); BOOL OnReceiveRegistrationReject(const H225_RegistrationReject & rrj); BOOL OnReceiveUnregistrationRequest(const H225_UnregistrationRequest & urq); BOOL OnReceiveUnregistrationConfirm(const H225_UnregistrationConfirm & ucf); BOOL OnReceiveUnregistrationReject(const H225_UnregistrationReject & urj); BOOL OnReceiveAdmissionConfirm(const H225_AdmissionConfirm & acf); BOOL OnReceiveAdmissionReject(const H225_AdmissionReject & arj); BOOL OnReceiveDisengageRequest(const H225_DisengageRequest & drq); BOOL OnReceiveBandwidthConfirm(const H225_BandwidthConfirm & bcf); BOOL OnReceiveBandwidthRequest(const H225_BandwidthRequest & brq); BOOL OnReceiveInfoRequest(const H225_InfoRequest & irq); #ifdef H323_H248 BOOL OnReceiveServiceControlIndication(const H225_ServiceControlIndication &); #endif void OnSendGatekeeperRequest(H225_GatekeeperRequest & grq); void OnSendAdmissionRequest(H225_AdmissionRequest & arq); BOOL OnSendFeatureSet(unsigned, H225_FeatureSet & features) const; void OnReceiveFeatureSet(unsigned, const H225_FeatureSet & features) const; //@} /**@name Protocol operations */ //@{ /**Discover a gatekeeper on the local network. */ BOOL DiscoverAny(); /**Discover a gatekeeper on the local network. If the identifier string is empty then the first gatekeeper to respond to a broadcast is used. */ BOOL DiscoverByName( const PString & identifier ///< Gatekeeper identifier to find ); /**Discover a gatekeeper on the local network. If the address string is empty then the first gatekeeper to respond to a broadcast is used. */ BOOL DiscoverByAddress( const H323TransportAddress & address ///< Address of gatekeeper. ); /**Discover a gatekeeper on the local network. Combination of DiscoverByName() and DiscoverByAddress(). */ BOOL DiscoverByNameAndAddress( const PString & identifier, const H323TransportAddress & address ); /**Register with gatekeeper. */ BOOL RegistrationRequest( BOOL autoReregister = TRUE ///< Automatic register on unregister ); /**Unregister with gatekeeper. */ BOOL UnregistrationRequest( int reason ///< Reason for unregistration ); /**Location request to gatekeeper. */ BOOL LocationRequest( const PString & alias, ///< Alias name we wish to find. H323TransportAddress & address ///< Resultant transport address. ); /**Location request to gatekeeper. */ BOOL LocationRequest( const PStringList & aliases, ///< Alias names we wish to find. H323TransportAddress & address ///< Resultant transport address. ); struct AdmissionResponse { AdmissionResponse(); unsigned rejectReason; ///< Reject reason if returns FALSE BOOL gatekeeperRouted; ///< Flag for call is through gk PINDEX endpointCount; ///< Number of endpoints that can be returned H323TransportAddress * transportAddress; ///< Transport address or remote endpoint. PBYTEArray * accessTokenData; ///< iNow Gatekeeper Access Token data H225_ArrayOf_AliasAddress * aliasAddresses; ///< DestinationInfo to use in SETUP if not empty H225_ArrayOf_AliasAddress * destExtraCallInfo; ///< DestinationInfo to use in SETUP if not empty }; /**Admission request to gatekeeper. */ BOOL AdmissionRequest( H323Connection & connection, ///< Connection we wish to change. AdmissionResponse & response, ///< Response parameters to ARQ BOOL ignorePreGrantedARQ = FALSE ///< Flag to force ARQ to be sent ); /**Disengage request to gatekeeper. */ BOOL DisengageRequest( const H323Connection & connection, ///< Connection we wish admitted. unsigned reason ///< Reason code for disengage ); /**Bandwidth request to gatekeeper. */ BOOL BandwidthRequest( H323Connection & connection, ///< Connection we wish to change. unsigned requestedBandwidth ///< New bandwidth wanted in 0.1kbps ); /**Send an unsolicited info response to the gatekeeper. */ void InfoRequestResponse(); /**Send an unsolicited info response to the gatekeeper. */ void InfoRequestResponse( const H323Connection & connection ///< Connection to send info about ); /**Send an unsolicited info response to the gatekeeper. */ void InfoRequestResponse( const H323Connection & connection, ///< Connection to send info about const H225_H323_UU_PDU & pdu, ///< PDU that was sent or received BOOL sent ///< Flag for PDU was sent or received ); #ifdef H323_H248 /**Handle incoming service control session information. */ virtual void OnServiceControlSessions( const H225_ArrayOf_ServiceControlSession & serviceControl, H323Connection * connection ); #endif //@} /**@name Member variable access */ //@{ /**Determine if the endpoint has discovered the gatekeeper. */ BOOL IsDiscoveryComplete() const { return discoveryComplete; } /**Determine if the endpoint is registered with the gatekeeper. */ BOOL IsRegistered() const { return registrationFailReason == RegistrationSuccessful; } enum RegistrationFailReasons { RegistrationSuccessful, UnregisteredLocally, UnregisteredByGatekeeper, GatekeeperLostRegistration, InvalidListener, DuplicateAlias, SecurityDenied, TransportError, NumRegistrationFailReasons, RegistrationRejectReasonMask = 0x8000 }; /**Get the registration fail reason. */ RegistrationFailReasons GetRegistrationFailReason() const { return registrationFailReason; } /**Get the gatekeeper name. The gets the name of the gatekeeper. It will be of the form id@address where id is the gatekeeperIdentifier and address is the transport address used. If the gatekeeperIdentifier is empty the '@' is not included and only the transport is shown. The transport is minimised also, with the type removed if IP is used and the :port removed if the default port is used. */ PString GetName() const; /** Get the endpoint identifier */ const PString & GetEndpointIdentifier() const { return endpointIdentifier; } /**Set the H.235 password in the gatekeeper. If no username is present then it will default to the endpoint local user name (ie first alias). */ void SetPassword( const PString & password, ///< New password const PString & username = PString() ///< Username for password ); /* * Return the call signalling address for the gatekeeper (if present) */ H323TransportAddress GetGatekeeperRouteAddress() const { return gkRouteAddress; } //@} protected: BOOL StartDiscovery(const H323TransportAddress & address); unsigned SetupGatekeeperRequest(H323RasPDU & request); void Connect(const H323TransportAddress & address, const PString & gatekeeperIdentifier); PDECLARE_NOTIFIER(PThread, H323Gatekeeper, MonitorMain); PDECLARE_NOTIFIER(PTimer, H323Gatekeeper, TickleMonitor); void RegistrationTimeToLive(); void SetInfoRequestRate( const PTimeInterval & rate ); void ClearInfoRequestRate(); H225_InfoRequestResponse & BuildInfoRequestResponse( H323RasPDU & response, unsigned seqNum ); BOOL SendUnsolicitedIRR( H225_InfoRequestResponse & irr, H323RasPDU & response ); void SetAlternates( const H225_ArrayOf_AlternateGK & alts, BOOL permanent ); virtual BOOL MakeRequest( Request & request ); BOOL MakeRequestWithReregister( Request & request, unsigned unregisteredTag ); // Gatekeeper registration state variables BOOL discoveryComplete; PString endpointIdentifier; RegistrationFailReasons registrationFailReason; class AlternateInfo : public PObject { PCLASSINFO(AlternateInfo, PObject); public: AlternateInfo(H225_AlternateGK & alt); ~AlternateInfo(); Comparison Compare(const PObject & obj); void PrintOn(ostream & strm) const; H323TransportAddress rasAddress; PString gatekeeperIdentifier; unsigned priority; enum { NoRegistrationNeeded, NeedToRegister, Register, IsRegistered, RegistrationFailed } registrationState; private: // Disable copy constructor and assignment AlternateInfo(const AlternateInfo &) { } AlternateInfo & operator=(const AlternateInfo &) { return *this; } }; PSortedList alternates; BOOL alternatePermanent; PSemaphore requestMutex; H235Authenticators authenticators; enum { RequireARQ, PregrantARQ, PreGkRoutedARQ } pregrantMakeCall, pregrantAnswerCall; H323TransportAddress gkRouteAddress; // Gatekeeper operation variables BOOL autoReregister; BOOL reregisterNow; PTimer timeToLive; BOOL requiresDiscovery; PTimer infoRequestRate; BOOL willRespondToIRR; PThread * monitor; BOOL monitorStop; PSyncPoint monitorTickle; #ifdef H323_H248 PDictionary serviceControlSessions; #endif }; PLIST(H323GatekeeperList, H323Gatekeeper); #endif // __OPAL_GKCLIENT_H ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/gkserver.h0100644000176200056700000020557310343321575017273 0ustar releasepostincr/* * gkserver.h * * H225 Registration Admission and Security protocol handler * * Open H323 Library * * Copyright (c) 1998-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * This code was based on original code from OpenGate of Egoboo Ltd. thanks * to Ashley Unitt for his efforts. * * Contributor(s): ______________________________________. * * $Log: gkserver.h,v $ * Revision 1.87 2005/11/30 13:05:01 csoutheren * Changed tags for Doxygen * * Revision 1.86 2005/01/03 14:03:19 csoutheren * Added new configure options and ability to disable/enable modules * * Revision 1.85 2005/01/03 06:25:52 csoutheren * Added extensive support for disabling code modules at compile time * * Revision 1.84 2004/12/14 06:22:20 csoutheren * More OSP implementation * * Revision 1.83 2004/09/03 01:06:08 csoutheren * Added initial hooks for H.460 GEF * Thanks to Simon Horne and ISVO (Asia) Pte Ltd. for this contribution * * Revision 1.82 2004/08/03 07:00:13 csoutheren * Added isGKRouted hint to TranslateAliasAddress as this is needed for the reply ACF * * Revision 1.81 2004/06/15 03:30:45 csoutheren * Adde guard to function to prevent crash if no aliases on an endpoint * * Revision 1.80 2004/06/04 07:05:07 csoutheren * Fixed obvious typos * * Revision 1.79 2004/04/25 01:52:46 rjongbloed * Fixed GCC 3.4 warnings * * Revision 1.78 2004/04/21 01:39:05 csoutheren * Added new overrides to GatekeeperServer to provide virtuals when calls and endpoints are created and destroyed * * Revision 1.77 2004/04/15 07:43:36 csoutheren * Allow gatekeeper to make a decision on multiple alias registrations for each registration * * Revision 1.76 2004/04/14 01:41:59 csoutheren * Added access to endpoint information for GetUserPassword * * Revision 1.75 2004/03/31 07:16:22 csoutheren * Added virtual to provide access to H.501 descriptor sent by GK * * Revision 1.74 2004/02/15 03:36:30 rjongbloed * Fixed bug in removing prefixes, plus added ability to have multiple endpoints * with the same profix, thanks Rossano Ravelli * * Revision 1.73 2004/02/07 11:43:59 rjongbloed * Fixed deadlocks caused under high load by failure to check locking * success. Also added functions to find destination endpoint. * Thanks Federico Pinna and the gang at Reitek S.p.A. * * Revision 1.72 2003/12/24 07:08:47 csoutheren * Added TranslateAliasAddress on H323GatekeeperCall * * Revision 1.71 2003/12/11 05:39:04 csoutheren * Added storage of H.225 version in endpoint structure * Disabled sending RIPs to endpoints that cannot handle them * * Revision 1.70 2003/12/11 02:18:17 csoutheren * More fixes for NM deregistration problems. Seems to be fixed now :) * * Revision 1.69 2003/12/09 00:58:46 csoutheren * Fixed problem with endpoints deregistering * * Revision 1.68 2003/12/09 00:33:17 csoutheren * Added patch to prevent crash when NM unregisters from GK * Abject apologies to Rossano Ravelli for taking so long to add this * * Revision 1.67 2003/04/30 00:28:50 robertj * Redesigned the alternate credentials in ARQ system as old implementation * was fraught with concurrency issues, most importantly it can cause false * detection of replay attacks taking out an endpoint completely. * * Revision 1.66 2003/04/02 06:58:10 robertj * Added support for (optional) duplicate aliases in gatekeeper server, necessitating * the removal of AddAlias and RemoveAlias functions. * * Revision 1.65 2003/04/02 06:07:12 robertj * Added H.323 Annex G Peer Element support to gatekeeper server. * * Revision 1.64 2003/04/01 07:30:52 robertj * Added function to translate alias into alias list and transport to make * use of full information returned by peer element. * * Revision 1.63 2003/04/01 04:47:48 robertj * Abstracted H.225 RAS transaction processing (RIP and secondary thread) in * server environment for use by H.501 peer elements. * * Revision 1.62 2003/03/26 07:10:03 robertj * Added more access functions. * * Revision 1.61 2003/03/17 22:52:06 craigs * Improvided useability of AddAlias and RemoveAlias * * Revision 1.60 2003/03/04 05:34:13 robertj * Fixed GNU warnings * * Revision 1.59 2003/03/04 05:27:51 robertj * Added statistics for rejected registrations and call admissions. * * Revision 1.58 2003/03/03 06:59:26 robertj * Fixed call SetBandwidth function so adjusts global bandwidth as well. * * Revision 1.57 2003/02/21 07:21:40 robertj * Fixed incorrect ancestor in PCLASSINFO() * * Revision 1.56 2003/02/21 05:28:39 craigs * Factored out code for user with peer elements * * Revision 1.55 2003/02/06 04:43:14 robertj * Changes to help with endpoints behind NAT. * * Revision 1.54 2003/02/03 03:58:06 robertj * Fixed use of local password database with ep's that have multiple aliases. * * Revision 1.53 2003/02/01 13:31:14 robertj * Changes to support CAT authentication in RAS. * * Revision 1.52 2002/12/17 01:25:23 robertj * Added call backs on gk server when ep indicates alerting or connect. * * Revision 1.51 2002/11/28 05:45:46 robertj * Fixed bug so can set total bandwidth while calls are in progress. * * Revision 1.50 2002/11/28 04:41:44 robertj * Added support for RAS ServiceControlIndication command. * * Revision 1.49 2002/11/27 06:54:52 robertj * Added Service Control Session management as per Annex K/H.323 via RAS * only at this stage. * Added H.248 ASN and very primitive infrastructure for linking into the * Service Control Session management system. * Added basic infrastructure for Annex K/H.323 HTTP transport system. * Added Call Credit Service Control to display account balances. * * Revision 1.48 2002/11/22 00:11:29 robertj * Added call start time. * * Revision 1.47 2002/11/18 23:40:45 robertj * Changed to use the H323EndPoint::CreateAuthenticators() function, we * should use only one. * * Revision 1.46 2002/11/12 11:36:03 robertj * Added function to find endpoint by partial alias. * Optimised endpoint "indexes" to use sorted lists instead of dictionaries. * * Revision 1.45 2002/11/06 23:23:48 robertj * Fixed minor error in parameter, should be reference not value * * Revision 1.44 2002/10/29 00:12:02 robertj * Changed template classes so things like PSafeList actually creates the * base collection class as well. * Improved setting of usage info, included getting it from BRQ etc. * * Revision 1.43 2002/10/21 00:54:47 robertj * Added function to unregister an endpoint via user interface. * Added reason code to call disengage. * Added ability to find call by a description string. * * Revision 1.42 2002/10/17 05:26:33 robertj * Added function to get at registered endpoints protocol version. * * Revision 1.41 2002/10/16 07:22:50 robertj * Added support for endpoints that do not support RRQ timeToLive parameter, * will actively go see if ep is there using IRQ before expiring the ep. * * Revision 1.40 2002/10/01 08:17:34 robertj * Fixed (benign) race condition between client and server both wanting to do * a DRQ of a call at the same time. Caused an Assert, but no crash. * * Revision 1.39 2002/09/26 01:27:31 robertj * Changed appliation info name in registered endpoint to be caseless string. * * Revision 1.38 2002/09/24 08:03:51 robertj * Added H.225 RAS protocol version number to registered endpoint structure. * * Revision 1.37 2002/09/19 09:15:56 robertj * Fixed problem with making (and assuring with multi-threading) IRQ and DRQ * requests are sent to the correct endpoint address, thanks Martijn Roest. * * Revision 1.36 2002/09/16 01:14:15 robertj * Added #define so can select if #pragma interface/implementation is used on * platform basis (eg MacOS) rather than compiler, thanks Robert Monaghan. * * Revision 1.35 2002/09/03 06:19:36 robertj * Normalised the multi-include header prevention ifdef/define symbol. * * Revision 1.34 2002/08/29 07:57:08 robertj * Added some statistics to gatekeeper server. * * Revision 1.33 2002/08/29 06:54:52 robertj * Removed redundent thread member variable from request info. * * Revision 1.32 2002/08/12 08:12:45 robertj * Added extra hint to help with ARQ using separate credentials from RRQ. * * Revision 1.31 2002/08/12 05:38:20 robertj * Changes to the RAS subsystem to support ability to make requests to client * from gkserver without causing bottlenecks and race conditions. * * Revision 1.30 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.29 2002/08/05 05:17:37 robertj * Fairly major modifications to support different authentication credentials * in ARQ to the logged in ones on RRQ. For both client and server. * Various other H.235 authentication bugs and anomalies fixed on the way. * * Revision 1.28 2002/07/16 13:49:22 robertj * Added missing lock when removing call from endpoint. * * Revision 1.27 2002/07/11 09:33:56 robertj * Added access functions to various call statistics member variables. * * Revision 1.26 2002/07/11 07:01:37 robertj * Added Disengage() function to force call drop from gk server. * Added InfoRequest() function to force client to send an IRR. * Added ability to automatically clear calls if do not get IRR for it. * * Revision 1.25 2002/06/21 02:52:44 robertj * Fixed problem with double checking H.235 hashing, this causes failure as * the authenticator thinks it is a replay attack. * * Revision 1.24 2002/06/19 05:03:08 robertj * Changed gk code to allow for H.235 security on an endpoint by endpoint basis. * * Revision 1.23 2002/06/12 03:55:21 robertj * Added function to add/remove multiple listeners in one go comparing against * what is already running so does not interrupt unchanged listeners. * * Revision 1.22 2002/05/29 00:03:15 robertj * Fixed unsolicited IRR support in gk client and server, * including support for IACK and INAK. * * Revision 1.21 2002/05/21 06:30:31 robertj * Changed GRQ to the same as all the other xRQ request handlers. * * Revision 1.20 2002/05/17 03:42:08 robertj * Fixed problems with H.235 authentication on RAS for server and client. * * Revision 1.19 2002/05/07 03:18:12 robertj * Added application info (name/version etc) into registered endpoint data. * * Revision 1.18 2002/05/06 00:56:37 robertj * Sizeable rewrite of gatekeeper server code to make more bulletproof against * multithreaded operation. Especially when using slow response/RIP feature. * Also changed the call indexing to use call id and direction as key. * * Revision 1.17 2002/04/30 23:19:00 dereks * Fix documentation typos. * * Revision 1.16 2002/03/06 02:01:31 robertj * Fixed race condition when starting slow server response thread. * * Revision 1.15 2002/03/05 00:36:01 craigs * Added GetReplyAddress for H323GatekeeperRequest * * Revision 1.14 2002/03/03 21:34:50 robertj * Added gatekeeper monitor thread. * * Revision 1.13 2002/03/02 05:58:57 robertj * Fixed possible bandwidth leak (thanks Francisco Olarte Sanz) and in * the process added OnBandwidth function to H323GatekeeperCall class. * * Revision 1.12 2002/03/01 04:09:09 robertj * Fixed problems with keeping track of calls. Calls are now indexed by call-id * alone and maintain both endpoints of call in its structure. Fixes problem * with calls form an endpoint to itself, and having two objects being tracked * where there is really only one call. * * Revision 1.11 2002/02/04 05:21:13 robertj * Lots of changes to fix multithreaded slow response code (RIP). * Fixed problem with having two entries for same call in call list. * * Revision 1.10 2002/01/31 06:45:44 robertj * Added more checking for invalid list processing in calls database. * * Revision 1.9 2002/01/31 00:16:15 robertj * Removed const to allow things to compile! * * Revision 1.8 2001/12/15 08:08:52 robertj * Added alerting, connect and end of call times to be sent to RAS server. * * Revision 1.7 2001/12/14 06:40:47 robertj * Added call end reason codes in DisengageRequest for GK server use. * * Revision 1.6 2001/12/13 11:08:45 robertj * Significant changes to support slow request handling, automatically sending * RIP and spawning thread to handle time consuming operation. * * Revision 1.5 2001/11/19 06:56:44 robertj * Added prefix strings for gateways registered with this gk, thanks Mikael Stolt * * Revision 1.4 2001/08/10 11:03:49 robertj * Major changes to H.235 support in RAS to support server. * * Revision 1.3 2001/08/06 07:44:52 robertj * Fixed problems with building without SSL * * Revision 1.2 2001/08/06 03:18:35 robertj * Fission of h323.h to h323ep.h & h323con.h, h323.h now just includes files. * Improved access to H.235 secure RAS functionality. * Changes to H.323 secure RAS contexts to help use with gk server. * * Revision 1.1 2001/07/24 02:30:55 robertj * Added gatekeeper RAS protocol server classes. * */ #ifndef __OPAL_GKSERVER_H #define __OPAL_GKSERVER_H #ifdef P_USE_PRAGMA #pragma interface #endif #include "h323.h" #include "h323ep.h" #include "h225ras.h" #include "guid.h" #include "h235auth.h" #include "h323pdu.h" #include "h323trans.h" #include class PASN_Sequence; class PASN_Choice; class H225_AliasAddress; class H225_ArrayOf_TransportAddress; class H225_GatekeeperIdentifier; class H225_EndpointIdentifier; class H225_InfoRequestResponse_perCallInfo_subtype; class H225_RasUsageInformation; class H323RegisteredEndPoint; class H323GatekeeperListener; class H323GatekeeperServer; class H323RasPDU; class H323PeerElement; class H323GatekeeperRequest : public H323Transaction { PCLASSINFO(H323GatekeeperRequest, H323Transaction); public: /**@name Construction */ //@{ /**Create a new gatekeeper server request. */ H323GatekeeperRequest( H323GatekeeperListener & rasChannel, const H323RasPDU & pdu ); //@} virtual H323TransactionPDU * CreateRIP( unsigned sequenceNumber, unsigned delay ) const; virtual BOOL WritePDU( H323TransactionPDU & pdu ); BOOL CheckCryptoTokens(); BOOL CheckGatekeeperIdentifier(); BOOL GetRegisteredEndPoint(); virtual PString GetGatekeeperIdentifier() const = 0; virtual unsigned GetGatekeeperRejectTag() const = 0; virtual PString GetEndpointIdentifier() const = 0; virtual unsigned GetRegisteredEndPointRejectTag() const = 0; virtual unsigned GetSecurityRejectTag() const = 0; H323GatekeeperListener & GetRasChannel() const { return rasChannel; } PSafePtr endpoint; protected: H323GatekeeperListener & rasChannel; }; class H323GatekeeperGRQ : public H323GatekeeperRequest { PCLASSINFO(H323GatekeeperGRQ, H323GatekeeperRequest); public: H323GatekeeperGRQ( H323GatekeeperListener & listener, const H323RasPDU & pdu ); #if PTRACING virtual const char * GetName() const; #endif virtual PString GetGatekeeperIdentifier() const; virtual unsigned GetGatekeeperRejectTag() const; virtual PString GetEndpointIdentifier() const; virtual unsigned GetRegisteredEndPointRejectTag() const; virtual H235Authenticator::ValidationResult ValidatePDU() const; virtual unsigned GetSecurityRejectTag() const; virtual void SetRejectReason( unsigned reasonCode ); H225_GatekeeperRequest & grq; H225_GatekeeperConfirm & gcf; H225_GatekeeperReject & grj; protected: virtual Response OnHandlePDU(); }; class H323GatekeeperRRQ : public H323GatekeeperRequest { PCLASSINFO(H323GatekeeperRRQ, H323GatekeeperRequest); public: H323GatekeeperRRQ( H323GatekeeperListener & listener, const H323RasPDU & pdu ); #if PTRACING virtual const char * GetName() const; #endif virtual PString GetGatekeeperIdentifier() const; virtual unsigned GetGatekeeperRejectTag() const; virtual PString GetEndpointIdentifier() const; virtual unsigned GetRegisteredEndPointRejectTag() const; virtual H235Authenticator::ValidationResult ValidatePDU() const; virtual unsigned GetSecurityRejectTag() const; virtual void SetRejectReason( unsigned reasonCode ); H225_RegistrationRequest & rrq; H225_RegistrationConfirm & rcf; H225_RegistrationReject & rrj; protected: virtual Response OnHandlePDU(); }; class H323GatekeeperURQ : public H323GatekeeperRequest { PCLASSINFO(H323GatekeeperURQ, H323GatekeeperRequest); public: H323GatekeeperURQ( H323GatekeeperListener & listener, const H323RasPDU & pdu ); #if PTRACING virtual const char * GetName() const; #endif virtual PString GetGatekeeperIdentifier() const; virtual unsigned GetGatekeeperRejectTag() const; virtual PString GetEndpointIdentifier() const; virtual unsigned GetRegisteredEndPointRejectTag() const; virtual H235Authenticator::ValidationResult ValidatePDU() const; virtual unsigned GetSecurityRejectTag() const; virtual void SetRejectReason( unsigned reasonCode ); H225_UnregistrationRequest & urq; H225_UnregistrationConfirm & ucf; H225_UnregistrationReject & urj; protected: virtual Response OnHandlePDU(); }; class H323GatekeeperARQ : public H323GatekeeperRequest { PCLASSINFO(H323GatekeeperARQ, H323GatekeeperRequest); public: H323GatekeeperARQ( H323GatekeeperListener & listener, const H323RasPDU & pdu ); #if PTRACING virtual const char * GetName() const; #endif virtual PString GetGatekeeperIdentifier() const; virtual unsigned GetGatekeeperRejectTag() const; virtual PString GetEndpointIdentifier() const; virtual unsigned GetRegisteredEndPointRejectTag() const; virtual H235Authenticator::ValidationResult ValidatePDU() const; virtual unsigned GetSecurityRejectTag() const; virtual void SetRejectReason( unsigned reasonCode ); H225_AdmissionRequest & arq; H225_AdmissionConfirm & acf; H225_AdmissionReject & arj; PString alternateSecurityID; protected: virtual Response OnHandlePDU(); }; class H323GatekeeperDRQ : public H323GatekeeperRequest { PCLASSINFO(H323GatekeeperDRQ, H323GatekeeperRequest); public: H323GatekeeperDRQ( H323GatekeeperListener & listener, const H323RasPDU & pdu ); #if PTRACING virtual const char * GetName() const; #endif virtual PString GetGatekeeperIdentifier() const; virtual unsigned GetGatekeeperRejectTag() const; virtual PString GetEndpointIdentifier() const; virtual unsigned GetRegisteredEndPointRejectTag() const; virtual H235Authenticator::ValidationResult ValidatePDU() const; virtual unsigned GetSecurityRejectTag() const; virtual void SetRejectReason( unsigned reasonCode ); H225_DisengageRequest & drq; H225_DisengageConfirm & dcf; H225_DisengageReject & drj; protected: virtual Response OnHandlePDU(); }; class H323GatekeeperBRQ : public H323GatekeeperRequest { PCLASSINFO(H323GatekeeperBRQ, H323GatekeeperRequest); public: H323GatekeeperBRQ( H323GatekeeperListener & listener, const H323RasPDU & pdu ); #if PTRACING virtual const char * GetName() const; #endif virtual PString GetGatekeeperIdentifier() const; virtual unsigned GetGatekeeperRejectTag() const; virtual PString GetEndpointIdentifier() const; virtual unsigned GetRegisteredEndPointRejectTag() const; virtual H235Authenticator::ValidationResult ValidatePDU() const; virtual unsigned GetSecurityRejectTag() const; virtual void SetRejectReason( unsigned reasonCode ); H225_BandwidthRequest & brq; H225_BandwidthConfirm & bcf; H225_BandwidthReject & brj; protected: virtual Response OnHandlePDU(); }; class H323GatekeeperLRQ : public H323GatekeeperRequest { PCLASSINFO(H323GatekeeperLRQ, H323GatekeeperRequest); public: H323GatekeeperLRQ( H323GatekeeperListener & listener, const H323RasPDU & pdu ); #if PTRACING virtual const char * GetName() const; #endif virtual PString GetGatekeeperIdentifier() const; virtual unsigned GetGatekeeperRejectTag() const; virtual PString GetEndpointIdentifier() const; virtual unsigned GetRegisteredEndPointRejectTag() const; virtual H235Authenticator::ValidationResult ValidatePDU() const; virtual unsigned GetSecurityRejectTag() const; virtual void SetRejectReason( unsigned reasonCode ); H225_LocationRequest & lrq; H225_LocationConfirm & lcf; H225_LocationReject & lrj; protected: virtual Response OnHandlePDU(); }; class H323GatekeeperIRR : public H323GatekeeperRequest { PCLASSINFO(H323GatekeeperIRR, H323GatekeeperRequest); public: H323GatekeeperIRR( H323GatekeeperListener & listener, const H323RasPDU & pdu ); #if PTRACING virtual const char * GetName() const; #endif virtual PString GetGatekeeperIdentifier() const; virtual unsigned GetGatekeeperRejectTag() const; virtual PString GetEndpointIdentifier() const; virtual unsigned GetRegisteredEndPointRejectTag() const; virtual H235Authenticator::ValidationResult ValidatePDU() const; virtual unsigned GetSecurityRejectTag() const; virtual void SetRejectReason( unsigned reasonCode ); H225_InfoRequestResponse & irr; H225_InfoRequestAck & iack; H225_InfoRequestNak & inak; protected: virtual Response OnHandlePDU(); }; /**This class describes an active call on a gatekeeper. */ class H323GatekeeperCall : public PSafeObject { PCLASSINFO(H323GatekeeperCall, PSafeObject); public: /**@name Construction */ //@{ enum Direction { AnsweringCall, OriginatingCall, UnknownDirection }; /**Create a new gatekeeper call tracking record. */ H323GatekeeperCall( H323GatekeeperServer & server, ///< Owner gatekeeper server const OpalGloballyUniqueID & callIdentifier, ///< Unique call identifier Direction direction ///< Direction of call ); /**Destroy the call, removing itself from the endpoint. */ ~H323GatekeeperCall(); //@} /**@name Overrides from PObject */ //@{ /**Compare two objects. */ Comparison Compare( const PObject & obj ///< Other object ) const; /**Print the name of the gatekeeper. */ void PrintOn( ostream & strm ///< Stream to print to. ) const; //@} /**@name Operations */ //@{ /**Handle an admission ARQ PDU. The default behaviour sets some internal variables from the ARQ data and then calls OnResolveAdmission, if necessary, and OnReplyAdmission every time. */ virtual H323GatekeeperRequest::Response OnAdmission( H323GatekeeperARQ & request ); /**Shut down a call. This sendsa DRQ to the endpoint(s) to close the call down. */ virtual BOOL Disengage( int reason = -1 ///< Reason for disengage ); /**Handle a disengage DRQ PDU. The default behaviour simply returns TRUE. */ virtual H323GatekeeperRequest::Response OnDisengage( H323GatekeeperDRQ & request ); /**Handle a bandwidth BRQ PDU. The default behaviour adjusts the bandwidth used by the gatekeeper and adjusts the remote endpoint according to those limits. */ virtual H323GatekeeperRequest::Response OnBandwidth( H323GatekeeperBRQ & request ); /**Handle an info request response IRR PDU. The default behaviour resets the heartbeat time monitoring the call. */ virtual H323GatekeeperRequest::Response OnInfoResponse( H323GatekeeperIRR & request, H225_InfoRequestResponse_perCallInfo_subtype & call ); /**Call back when an info response detects an Alerting. */ virtual void OnAlerting(); /**Call back when an info response detects an Connected. */ virtual void OnConnected(); /**Function called to do heartbeat check of the call. Monitor the state of the call and make sure everything is OK. A return value of FALSE indicates the call is to be closed for some reason. Default behaviour checks the time since the last received IRR and if it has been too long does an IRQ to see if the call (and endpoint!) is still there and running. If the IRQ fails, FALSE is returned. */ virtual BOOL OnHeartbeat(); #ifdef H323_H248 /**Get the current credit for this call. This function is only called if the client indicates that it can use the information provided. The default behaviour calls the same function on the endpoint. */ virtual PString GetCallCreditAmount() const; /**Get the call credit billing mode for this endpoint. This function is only called if the client indicates that it can use the information provided. The default behaviour calls the same function on the endpoint. */ virtual BOOL GetCallCreditMode() const; /**Get the duration limit for this call. This function is only called if the client indicates that it can use the information provided. The default behaviour returns zero which indicates there is no duration limit applicable. */ virtual unsigned GetDurationLimit() const; /**Send the call credit service control PDU. This will send an SCI pdu to the endpoint with the control service session information for the current call credit, if enabled. */ virtual BOOL SendCallCreditServiceControl(); /**Add call credit and duration information to PDU. */ BOOL AddCallCreditServiceControl( H225_ArrayOf_ServiceControlSession & serviceControl ) const; /**Send the service control session for the PDU. This will send an SCI pdu to the endpoint with the control service session information provided. */ virtual BOOL SendServiceControlSession( const H323ServiceControlSession & session ); #endif // H323_H248 /**Translate a given alias to an alias set and signal address. This is called by the OnAdmission() handler to fill in the ACF The default behaviour calls H323GatekeeperServer::TranslateAliasAddress. */ virtual BOOL TranslateAliasAddress( const H225_AliasAddress & alias, H225_ArrayOf_AliasAddress & aliases, H323TransportAddress & address, BOOL & isGkRouted ); //@} /**@name Access functions */ //@{ H323GatekeeperServer & GetGatekeeper() const { return gatekeeper; } H323RegisteredEndPoint & GetEndPoint() const { return *PAssertNULL(endpoint); } BOOL IsAnsweringCall() const { return direction == AnsweringCall; } unsigned GetCallReference() const { return callReference; } const OpalGloballyUniqueID & GetCallIdentifier() const { return callIdentifier; } const OpalGloballyUniqueID & GetConferenceIdentifier() const { return conferenceIdentifier; } const PString & GetSourceNumber() const { return srcNumber; } const PStringArray & GetSourceAliases() const { return srcAliases; } const H323TransportAddress & GetSourceHost() const { return srcHost; } PString GetSourceAddress() const; const PString & GetDestinationNumber() const { return dstNumber; } const PStringArray & GetDestinationAliases() const { return dstAliases; } const H323TransportAddress & GetDestinationHost() const { return dstHost; } PString GetDestinationAddress() const; unsigned GetBandwidthUsed() const { return bandwidthUsed; } BOOL SetBandwidthUsed(unsigned bandwidth); const PTime & GetLastInfoResponseTime() const { return lastInfoResponse; } const PTime & GetCallStartTime() const { return callStartTime; } const PTime & GetAlertingTime() const { return alertingTime; } const PTime & GetConnectedTime() const { return connectedTime; } const PTime & GetCallEndTime() const { return callEndTime; } H323Connection::CallEndReason GetCallEndReason() const { return callEndReason; } //@} protected: void SetUsageInfo(const H225_RasUsageInformation & usage); H323GatekeeperServer & gatekeeper; H323RegisteredEndPoint * endpoint; H323GatekeeperListener * rasChannel; Direction direction; unsigned callReference; OpalGloballyUniqueID callIdentifier; OpalGloballyUniqueID conferenceIdentifier; PString srcNumber; PStringArray srcAliases; H323TransportAddress srcHost; PString dstNumber; PStringArray dstAliases; H323TransportAddress dstHost; unsigned bandwidthUsed; unsigned infoResponseRate; PTime lastInfoResponse; BOOL drqReceived; PTime callStartTime; PTime alertingTime; PTime connectedTime; PTime callEndTime; H323Connection::CallEndReason callEndReason; }; /**This class describes endpoints that are registered with a gatekeeper server. Note that a registered endpoint has no realationship in this software to a H323EndPoint class. This is purely a description of endpoints that are registered with the gatekeeper. */ class H323RegisteredEndPoint : public PSafeObject { PCLASSINFO(H323RegisteredEndPoint, PSafeObject); public: /**@name Construction */ //@{ /**Create a new endpoint registration record. */ H323RegisteredEndPoint( H323GatekeeperServer & server, ///< Gatekeeper server data const PString & id ///< Identifier ); //@} /**@name Overrides from PObject */ //@{ /**Compare two objects. */ Comparison Compare( const PObject & obj ///< Other object ) const; /**Print the name of the gatekeeper. */ void PrintOn( ostream & strm ///< Stream to print to. ) const; //@} /**@name Call Operations */ //@{ /**Add a call to the endpoints list of active calls. This is largely an internal routine, it is not expected the user would need to deal with this function. */ virtual void AddCall( H323GatekeeperCall * call ); /**Remove a call from the endpoints list of active calls. This is largely an internal routine, it is not expected the user would need to deal with this function. */ virtual BOOL RemoveCall( H323GatekeeperCall * call ); /**Get the count of active calls on this endpoint. */ PINDEX GetCallCount() const { return activeCalls.GetSize(); } /**Get the details of teh active call on this endpoint. */ H323GatekeeperCall & GetCall( PINDEX idx ) { return activeCalls[idx]; } //@} /**@name Protocol Operations */ //@{ /**Call back on receiving a RAS registration for this endpoint. The default behaviour extract information from the RRQ and sets internal variables to that data. If returns TRUE then a RCF is sent otherwise an RRJ is sent. */ virtual H323GatekeeperRequest::Response OnRegistration( H323GatekeeperRRQ & request ); /**Call back on receiving a RAS full registration for this endpoint. This is not called if the keepAlive flag is set indicating a lightweight RRQ has been received. The default behaviour extract information from the RRQ and sets internal variables to that data. If returns TRUE then a RCF is sent otherwise an RRJ is sent. */ virtual H323GatekeeperRequest::Response OnFullRegistration( H323GatekeeperRRQ & request ); /**Call back to set security on RAS full registration for this endpoint. This is called from OnFullRegistration(). The default behaviour extract information from the RRQ and sets internal variables to that data. If returns TRUE then a RCF is sent otherwise an RRJ is sent. */ virtual H323GatekeeperRequest::Response OnSecureRegistration( H323GatekeeperRRQ & request ); /**Call back on receiving a RAS unregistration for this endpoint. The default behaviour clears all calls owned by this endpoint. */ virtual H323GatekeeperRequest::Response OnUnregistration( H323GatekeeperURQ & request ); /**Force unregistration of the endpoint. This sendsa URQ to the endpoint(s) to close the call down. */ virtual BOOL Unregister( int reason = -1 ///< Reason for unregistration ); /**Handle an info request response IRR PDU. The default behaviour finds each call current for endpoint and calls the function of the same name in the H323GatekeeperCall instance. */ virtual H323GatekeeperRequest::Response OnInfoResponse( H323GatekeeperIRR & request ); /**Function called to do time to live check of the call. Monitor the state of the endpoint and make sure everything is OK. A return value of FALSE indicates the endpoint has expired and is to be unregistered and removed. Default behaviour checks the time since the last received RRQ and if it has been too long does an IRQ to see if the endpoint is still there and running. If the IRQ fails, FALSE is returned. */ virtual BOOL OnTimeToLive(); #ifdef H323_H248 /**Get the current call credit for this endpoint. This function is only called if the client indicates that it can use the information provided. If a server wishes to enable this feature by returning a non-empty string, it must be consistent in that usage. That is the H323GatekeeperCall::GetCallCreditAmount() for this endpoint must also return non-empty value. The return value is a UTF-8 string for amount, including currency. The default behaviour returns an empty string disabling the function. */ virtual PString GetCallCreditAmount() const; /**Get the call credit billing mode for this endpoint. This function is only called if the client indicates that it can use the information provided. The default behaviour return TRUE indicating that calls will debit the account. */ virtual BOOL GetCallCreditMode() const; /**Send the service control session for the PDU. This will send an SCI pdu to the endpoint with the control service session information provided. */ virtual BOOL SendServiceControlSession( const H323ServiceControlSession & session ); /**Set the service control session for the PDU. This is an internal function. */ virtual BOOL AddServiceControlSession( const H323ServiceControlSession & session, H225_ArrayOf_ServiceControlSession & serviceControl ); #endif // H323_H248 //@} /**@name Access functions */ //@{ /**Set password for user activating H.235 security. */ virtual BOOL SetPassword( const PString & password, const PString & username = PString::Empty() ); /**Get the endpoint identifier assigned to the endpoint. */ const PString & GetIdentifier() const { return identifier; } /**Get the Peer Element descriptor ID assigned to the endpoint. */ const OpalGloballyUniqueID & GetDescriptorID() const { return descriptorID; } /**Get the gatekeeper server data object that owns this endpoint. */ H323GatekeeperServer & GetGatekeeper() const { return gatekeeper; } /**Get the addresses that can be used to contact this endpoint via the RAS protocol. */ const H323TransportAddressArray & GetRASAddresses() const { return rasAddresses; } /**Get the number of addresses that can be used to contact this endpoint via the RAS protocol. */ PINDEX GetRASAddressCount() const { return rasAddresses.GetSize(); } /**Get an address that can be used to contact this endpoint via the RAS protocol. */ H323TransportAddress GetRASAddress( PINDEX idx ) const { return rasAddresses[idx]; } /**Get the addresses that can be used to contact this endpoint via the H.225/Q.931 protocol, ie normal calls. */ const H323TransportAddressArray & GetSignalAddresses() const { return signalAddresses; } /**Get the number of addresses that can be used to contact this endpoint via the H.225/Q.931 protocol, ie normal calls. */ PINDEX GetSignalAddressCount() const { return signalAddresses.GetSize(); } /**Get an address that can be used to contact this endpoint via the H.225/Q.931 protocol, ie normal calls. */ H323TransportAddress GetSignalAddress( PINDEX idx ) const { return signalAddresses[idx]; } /**Get the aliases this endpoint may be identified by. */ const PStringArray & GetAliases() const { return aliases; } /**Determine if alias is an alias that this endpoint may be identified by. */ BOOL ContainsAlias( const PString & alias ) { return aliases.GetStringsIndex(alias) != P_MAX_INDEX; } /**Get the number of aliases this endpoint may be identified by. */ PINDEX GetAliasCount() const { return aliases.GetSize(); } /**Get an alias that this endpoint may be identified by. */ PString GetAlias( PINDEX idx ) const { if (idx < aliases.GetSize()) return aliases[idx]; return PString::Empty(); } /** Remove an alias that this endpoint may be identified by. * If this was the last alias, then endpoint will be deleted soon * after by a cleanup thread. As this function is in the endpoint itself * it is not possible for this function to delete the endpoint immediately */ void RemoveAlias( const PString & alias ); /**Get the security context for this RAS connection. */ virtual const H235Authenticators & GetAuthenticators() const { return authenticators; } /**Get the number of prefixes this endpoint can accept. */ PINDEX GetPrefixCount() const { return voicePrefixes.GetSize(); } /**Get a prefix that this endpoint can accept. */ PString GetPrefix( PINDEX idx ) const { return voicePrefixes[idx]; } /**Get application info (name/version etc) for endpoint. */ const PCaselessString & GetApplicationInfo() const { return applicationInfo; } /**Get the protocol version the endpoint registered with. */ unsigned GetProtocolVersion() const { return protocolVersion; } /**Return if gatekeeper thinks the endpoint is behind a firewall. */ BOOL IsBehindNAT() const { return isBehindNAT; } /**Get the flag indicating the endpoint can display credit amounts. */ BOOL CanDisplayAmountString() const { return canDisplayAmountString; } /**Get the flag indicating the endpoint can enforce a duration limit. */ BOOL CanEnforceDurationLimit() const { return canEnforceDurationLimit; } /**Get the flag indicating the endpoint can handle RIPs (H225v1 endpoints cannot) */ BOOL CanReceiveRIP() const; /**Get the H225 version reported in the RRQ */ BOOL GetH225Version() const { return h225Version; } //@} #ifdef H323_H501 /**@name H.501 access functions */ //@{ /** * Function called when gatekeeper sends a descriptor for this endpoint. * This allows the gatekeeper to alter the descriptor information before * it is sent. * * If returns FALSE then the desriptor is not sent */ virtual BOOL OnSendDescriptorForEndpoint( H225_ArrayOf_AliasAddress & aliases, ///< aliases for the enndpoint H225_EndpointType & terminalType, ///< terminal type H225_ArrayOf_AliasAddress & transportAddresses ///< transport addresses ); //@} #endif protected: H323GatekeeperServer & gatekeeper; H323GatekeeperListener * rasChannel; PString identifier; OpalGloballyUniqueID descriptorID; H323TransportAddressArray rasAddresses; H323TransportAddressArray signalAddresses; PStringArray aliases; PStringArray voicePrefixes; PCaselessString applicationInfo; unsigned protocolVersion; BOOL isBehindNAT; BOOL canDisplayAmountString; BOOL canEnforceDurationLimit; unsigned h225Version; unsigned timeToLive; H235Authenticators authenticators; PTime lastRegistration; PTime lastInfoResponse; PSortedList activeCalls; #ifdef H323_H248 POrdinalDictionary serviceControlSessions; #endif }; /**This class embodies the low level H.225.0 RAS protocol on gatekeepers. One or more instances of this class may be used to access a single H323GatekeeperServer instance. Thus specific interfaces could be set up to receive UDP packets, all operating as the same gatekeeper. */ class H323GatekeeperListener : public H225_RAS { PCLASSINFO(H323GatekeeperListener, H225_RAS); public: /**@name Construction */ //@{ /**Create a new gatekeeper listener. */ H323GatekeeperListener( H323EndPoint & endpoint, ///< Local endpoint H323GatekeeperServer & server, ///< Database for gatekeeper const PString & gatekeeperIdentifier, ///< Name of this gatekeeper H323Transport * transport = NULL ///< Transport over which gatekeepers communicates. ); /**Destroy gatekeeper listener. */ ~H323GatekeeperListener(); //@} /**@name Operations */ //@{ /**Send a UnregistrationRequest (URQ) to endpoint. */ BOOL UnregistrationRequest( const H323RegisteredEndPoint & ep, unsigned reason ); /**Send a DisengageRequest (DRQ) to endpoint. */ BOOL DisengageRequest( const H323GatekeeperCall & call, unsigned reason ); /**Send an InfoRequest (IRQ) to endpoint. */ virtual BOOL InfoRequest( H323RegisteredEndPoint & ep, H323GatekeeperCall * call = NULL ); #ifdef H323_H248 /**Send an ServiceControlIndication (SCI) to endpoint. */ virtual BOOL ServiceControlIndication( H323RegisteredEndPoint & ep, const H323ServiceControlSession & session, H323GatekeeperCall * call = NULL ); #endif //@} /**@name Operation callbacks */ //@{ /**Handle a discovery GRQ PDU. The default behaviour does some checks and calls the gatekeeper server instances function of the same name. */ virtual H323GatekeeperRequest::Response OnDiscovery( H323GatekeeperGRQ & request ); /**Handle a registration RRQ PDU. The default behaviour does some checks and calls the gatekeeper server instances function of the same name. */ virtual H323GatekeeperRequest::Response OnRegistration( H323GatekeeperRRQ & request ); /**Handle an unregistration URQ PDU. The default behaviour does some checks and calls the gatekeeper server instances function of the same name. */ virtual H323GatekeeperRequest::Response OnUnregistration( H323GatekeeperURQ & request ); /**Handle an admission ARQ PDU. The default behaviour does some checks and calls the gatekeeper server instances function of the same name. */ virtual H323GatekeeperRequest::Response OnAdmission( H323GatekeeperARQ & request ); /**Handle a disengage DRQ PDU. The default behaviour does some checks and calls the gatekeeper server instances function of the same name. */ virtual H323GatekeeperRequest::Response OnDisengage( H323GatekeeperDRQ & request ); /**Handle a bandwidth BRQ PDU. The default behaviour does some checks and calls the gatekeeper server instances function of the same name. */ virtual H323GatekeeperRequest::Response OnBandwidth( H323GatekeeperBRQ & request ); /**Handle a location LRQ PDU. The default behaviour does some checks and calls the gatekeeper server instances function of the same name. */ virtual H323GatekeeperRequest::Response OnLocation( H323GatekeeperLRQ & request ); /**Handle an info request response IRR PDU. The default behaviour does some checks and calls the gatekeeper server instances function of the same name. */ virtual H323GatekeeperRequest::Response OnInfoResponse( H323GatekeeperIRR & request ); //@} /**@name Low level protocol callbacks */ //@{ BOOL OnReceiveGatekeeperRequest(const H323RasPDU &, const H225_GatekeeperRequest &); BOOL OnReceiveRegistrationRequest(const H323RasPDU &, const H225_RegistrationRequest &); BOOL OnReceiveUnregistrationRequest(const H323RasPDU &, const H225_UnregistrationRequest &); BOOL OnReceiveUnregistrationConfirm(const H225_UnregistrationConfirm &); BOOL OnReceiveUnregistrationReject(const H225_UnregistrationReject &); BOOL OnReceiveAdmissionRequest(const H323RasPDU &, const H225_AdmissionRequest &); BOOL OnReceiveBandwidthRequest(const H323RasPDU &, const H225_BandwidthRequest &); BOOL OnReceiveBandwidthConfirm(const H225_BandwidthConfirm &); BOOL OnReceiveBandwidthReject(const H225_BandwidthReject &); BOOL OnReceiveDisengageRequest(const H323RasPDU &, const H225_DisengageRequest &); BOOL OnReceiveDisengageConfirm(const H225_DisengageConfirm &); BOOL OnReceiveDisengageReject(const H225_DisengageReject &); BOOL OnReceiveLocationRequest(const H323RasPDU &, const H225_LocationRequest &); BOOL OnReceiveInfoRequestResponse(const H323RasPDU &, const H225_InfoRequestResponse &); BOOL OnReceiveResourcesAvailableConfirm(const H225_ResourcesAvailableConfirm &); BOOL OnSendFeatureSet(unsigned, H225_FeatureSet & features) const; void OnReceiveFeatureSet(unsigned, const H225_FeatureSet & features) const; //@} /**@name Member access */ //@{ H323GatekeeperServer & GetGatekeeper() const { return gatekeeper; } //@} protected: H323GatekeeperServer & gatekeeper; }; /**This class implements a basic gatekeeper server functionality. An instance of this class contains all of the state information and operations for a gatekeeper. Multiple gatekeeper listeners may be using this class to link individual UDP (or other protocol) packets from various sources (interfaces etc) into a single instance. There is typically only one instance of this class, though it is not limited to that. An application would also quite likely descend from this class and override call back functions to implement more complex policy. */ class H323GatekeeperServer : public H323TransactionServer { PCLASSINFO(H323GatekeeperServer, H323TransactionServer); public: /**@name Construction */ //@{ /**Create a new gatekeeper. */ H323GatekeeperServer( H323EndPoint & endpoint ); /**Destroy gatekeeper. */ ~H323GatekeeperServer(); //@} WORD GetDefaultUdpPort() { return H225_RAS::DefaultRasUdpPort; } /**@name Protocol Handler Operations */ //@{ /**Create a new H323GatkeeperListener. The user woiuld not usually use this function as it is used internally by the server when new listeners are added by H323TransportAddress. However, a user may override this function to create objects that are user defined descendants of H323GatekeeperListener so the user can maintain extra information on a interface by interface basis. */ virtual H323Transactor * CreateListener( H323Transport * transport ///< Transport for listener ); //@} /**@name EndPoint Operations */ //@{ /**Handle a discovery GRQ PDU. The default behaviour deals with the authentication scheme nogotiation. */ virtual H323GatekeeperRequest::Response OnDiscovery( H323GatekeeperGRQ & request ); /**Call back on receiving a RAS registration for this endpoint. The default behaviour checks if the registered endpoint already exists and if not creates a new endpoint. It then calls the OnRegistration() on that new endpoint instance. If returns TRUE then a RCF is sent otherwise an RRJ is sent. */ virtual H323GatekeeperRequest::Response OnRegistration( H323GatekeeperRRQ & request ); /**Handle an unregistration URQ PDU. The default behaviour removes the aliases defined in the URQ and if all aliases for the registered endpoint are removed then the endpoint itself is removed. */ virtual H323GatekeeperRequest::Response OnUnregistration( H323GatekeeperURQ & request ); /**Handle an info request response IRR PDU. The default behaviour calls the function of the same name in the endpoint instance. */ virtual H323GatekeeperRequest::Response OnInfoResponse( H323GatekeeperIRR & request ); /**Add a new registered endpoint to the server database. Once the endpoint has been added it is then owned by the server and will be deleted when it is removed. The user woiuld not usually use this function as it is used internally by the server when new registration requests (RRQ) are received. Note that a registered endpoint has no realationship in this software to a H323EndPoint class. */ virtual void AddEndPoint( H323RegisteredEndPoint * ep ); /**Remove a registered endpoint from the server database. */ virtual BOOL RemoveEndPoint( H323RegisteredEndPoint * ep ); /**Create a new registered endpoint object. The user woiuld not usually use this function as it is used internally by the server when new registration requests (RRQ) are received. However, a user may override this function to create objects that are user defined descendants of H323RegisteredEndPoint so the user can maintain extra information on a endpoint by endpoint basis. */ virtual H323RegisteredEndPoint * CreateRegisteredEndPoint( H323GatekeeperRRQ & request ); /**Create a new unique identifier for the registered endpoint. The returned identifier must be unique over the lifetime of this gatekeeper server. The default behaviour simply returns the string representation of the member variable nextIdentifier. There could be a problem in this implementation after 4,294,967,296 have been registered. */ virtual PString CreateEndPointIdentifier(); /**Find a registered endpoint given its endpoint identifier. */ virtual PSafePtr FindEndPointByIdentifier( const PString & identifier, PSafetyMode mode = PSafeReference ); /**Find a registered endpoint given a list of signal addresses. */ virtual PSafePtr FindEndPointBySignalAddresses( const H225_ArrayOf_TransportAddress & addresses, PSafetyMode mode = PSafeReference ); /**Find a registered endpoint given its signal address. */ virtual PSafePtr FindEndPointBySignalAddress( const H323TransportAddress & address, PSafetyMode mode = PSafeReference ); /**Find a registered endpoint given its raw alias address. */ virtual PSafePtr FindEndPointByAliasAddress( const H225_AliasAddress & alias, PSafetyMode mode = PSafeReadWrite ); /**Find a registered endpoint given its simple alias string. */ virtual PSafePtr FindEndPointByAliasString( const PString & alias, PSafetyMode mode = PSafeReference ); /**Find the first registered endpoint given a partial alias string. */ virtual PSafePtr FindEndPointByPartialAlias( const PString & alias, PSafetyMode mode = PSafeReference ); /**Find the first registered endpoint given a number prefix string. */ virtual PSafePtr FindEndPointByPrefixString( const PString & prefix, PSafetyMode mode = PSafeReference ); /**Get first endpoint for enumeration. */ PSafePtr GetFirstEndPoint( PSafetyMode mode = PSafeReference ) { return PSafePtr(byIdentifier, mode); } //@} PSafePtr FindDestinationEndPoint( const OpalGloballyUniqueID & id, H323GatekeeperCall::Direction direction ); /**@name Call Operations */ //@{ /**Handle an admission ARQ PDU. The default behaviour verifies that the call is allowed by the policies the gatekeeper server requires, then attempts to look up the required signal address for the call. It also manages bandwidth allocations. */ virtual H323GatekeeperRequest::Response OnAdmission( H323GatekeeperARQ & request ); /**Handle a disengage DRQ PDU. The default behaviour finds the call by its id provided in the DRQ and removes it from the gatekeeper server database. */ virtual H323GatekeeperRequest::Response OnDisengage( H323GatekeeperDRQ & request ); /**Handle a bandwidth BRQ PDU. The default behaviour finds the call and does some checks then calls the H323GatekeeperCall function of the same name. */ virtual H323GatekeeperRequest::Response OnBandwidth( H323GatekeeperBRQ & request ); /**Create a new call object. The user woiuld not usually use this function as it is used internally by the server when new calls (ARQ) are made. However, a user may override this function to create objects that are user defined descendants of H323GatekeeperCall so the user can maintain extra information on a call by call basis. */ virtual H323GatekeeperCall * CreateCall( const OpalGloballyUniqueID & callIdentifier, H323GatekeeperCall::Direction direction ); /** Called whenever a new call is started */ virtual void AddCall(H323GatekeeperCall *) { } /** Called whenever call is ended. By default, removes the call from the call list */ virtual void RemoveCall( H323GatekeeperCall * call ); /**Find the call given the identifier. */ virtual PSafePtr FindCall( const PString & description, PSafetyMode mode = PSafeReference ); /**Find the call given the identifier. */ virtual PSafePtr FindCall( const OpalGloballyUniqueID & callIdentifier, BOOL answeringCall, PSafetyMode mode = PSafeReference ); /**Find the call given the identifier. */ virtual PSafePtr FindCall( const OpalGloballyUniqueID & callIdentifier, H323GatekeeperCall::Direction direction, PSafetyMode mode = PSafeReference ); /**Get first endpoint for enumeration. */ PSafePtr GetFirstCall( PSafetyMode mode = PSafeReference ) { return PSafePtr(activeCalls, mode); } //@} /**@name Routing operations */ //@{ /**Handle a location LRQ PDU. The default behaviour just uses TranslateAliasAddressToSignalAddress to determine the endpoints location. It is expected that a user would override this function to implement application specified look up algorithms. */ virtual H323GatekeeperRequest::Response OnLocation( H323GatekeeperLRQ & request ); /**Translate a given alias to an alias set and signal address. This is called by the OnAdmission() handler to fill in the ACF or OnLocation() to fill the LCF informing the calling endpoint where to actually connect to. It is expected that a user would override this function to implement application specified look up algorithms. The default behaviour calls TranslateAliasAddressToSignalAddress() which is provided only for backwards compatibility. */ virtual BOOL TranslateAliasAddress( const H225_AliasAddress & alias, H225_ArrayOf_AliasAddress & aliases, H323TransportAddress & address, BOOL & isGkRouted, H323GatekeeperCall * call ); virtual BOOL TranslateAliasAddressToSignalAddress( const H225_AliasAddress & alias, H323TransportAddress & address ); //@} /**@name Policy operations */ //@{ /**Check the signal address against the security policy. This validates that the specified endpoint is allowed to make a connection to or from the specified signal address. It is expected that a user would override this function to implement application specified security policy algorithms. The default behaviour simply returns TRUE. */ virtual BOOL CheckSignalAddressPolicy( const H323RegisteredEndPoint & ep, const H225_AdmissionRequest & arq, const H323TransportAddress & address ); /**Check the alias address against the security policy. This validates that the specified endpoint is allowed to make a connection to or from the specified alias address. It is expected that a user would override this function to implement application specified security policy algorithms. The default behaviour checks the canOnlyAnswerRegisteredEP or canOnlyCallRegisteredEP meber variables depending on if it is an incoming call and if that is TRUE only allows the call to proceed if the alias is also registered with the gatekeeper. */ virtual BOOL CheckAliasAddressPolicy( const H323RegisteredEndPoint & ep, const H225_AdmissionRequest & arq, const H225_AliasAddress & alias ); /**Check the alias address against the security policy. This validates that the specified endpoint is allowed to make a connection to or from the specified simple alias string. It is expected that a user would override this function to implement application specified security policy algorithms. The default behaviour checks the canOnlyAnswerRegisteredEP or canOnlyCallRegisteredEP meber variables depending on if it is an incoming call and if that is TRUE only allows the call to proceed if the alias is also registered with the gatekeeper. */ virtual BOOL CheckAliasStringPolicy( const H323RegisteredEndPoint & ep, const H225_AdmissionRequest & arq, const PString & alias ); /**Allocate or change the bandwidth being used. This function modifies the total bandwidth used by the all endpoints registered with this gatekeeper. It is called when ARQ or BRQ PDU's are received. */ virtual unsigned AllocateBandwidth( unsigned newBandwidth, unsigned oldBandwidth = 0 ); //@} /**@name Security and authentication functions */ //@{ /**Get separate H.235 authentication for the connection. This allows an individual ARQ to override the authentical credentials used in H.235 based RAS for this particular connection. A return value of FALSE indicates to use the default credentials of the endpoint, while TRUE indicates that new credentials are to be used. The default behavour does nothing and returns FALSE. */ virtual BOOL GetAdmissionRequestAuthentication( H323GatekeeperARQ & info, ///< ARQ being constructed H235Authenticators & authenticators ///< New authenticators for ARQ ); /**Get password for user if H.235 security active. Returns TRUE if user is found and password returned. Note the password may be empty in which case the user was found but explicitly ddoes not require security, possibly overriding the requireH235 flag. */ virtual BOOL GetUsersPassword( const PString & alias, PString & password, H323RegisteredEndPoint & registeredEndpoint ) const; virtual BOOL GetUsersPassword( const PString & alias, PString & password ) const; //@} #ifdef H323_H501 /**@name H.323 Annex G Peer Element support */ //@{ /**Get the associated peer element for the gatekeeper. */ H323PeerElement * GetPeerElement() const { return peerElement; } /**Set the associated peer element for the gatekeeper. The existing peer element is automatically deleted. */ void SetPeerElement( H323PeerElement * newPeerElement ); /**Create an associated peer element for the gatekeeper. The existing peer element is checked to be listening on the same interface as specified and if it is not it is changed to the specified address. */ void CreatePeerElement( const H323TransportAddress & h501Interface ); /**Create a new Peer Element and establish a service relationship. If append is FALSE, the existing peer element is automatically deleted and recreated. If append is TRUE then a new service relationship is added to the existing peer element. */ BOOL OpenPeerElement( const H323TransportAddress & remotePeer, BOOL append = FALSE, BOOL keepTrying = TRUE ); //@} #endif // H323_H501 /**@name Access functions */ //@{ /**Get the identifier name for this gatekeeper. */ const PString & GetGatekeeperIdentifier() const { return gatekeeperIdentifier; } /**Set the identifier name for this gatekeeper. If adjustListeners is TRUE then all gatekeeper listeners that are attached to this gatekeeper server have their identifier names changed as well. */ void SetGatekeeperIdentifier( const PString & id, BOOL adjustListeners = TRUE ); /**Get the total bandwidth available in 100's of bits per second. */ unsigned GetAvailableBandwidth() const { return totalBandwidth; } /**Set the total bandwidth available in 100's of bits per second. */ void SetAvailableBandwidth(unsigned bps100) { totalBandwidth = bps100; } /**Get the total bandwidth used in 100's of bits per second. */ unsigned GetUsedBandwidth() const { return usedBandwidth; } /**Get the default bandwidth for calls. */ unsigned GetDefaultBandwidth() const { return defaultBandwidth; } /**Get the default time to live for new registered endpoints. */ unsigned GetTimeToLive() const { return defaultTimeToLive; } /**Set the default time to live for new registered endpoints. */ void SetTimeToLive(unsigned seconds) { defaultTimeToLive = seconds; } /**Get the default time for monitoring calls via IRR. */ unsigned GetInfoResponseRate() const { return defaultInfoResponseRate; } /**Set the default time for monitoring calls via IRR. */ void SetInfoResponseRate(unsigned seconds) { defaultInfoResponseRate = seconds; } /**Get flag for is gatekeeper routed. */ BOOL IsGatekeeperRouted() const { return isGatekeeperRouted; } /**Get flag for if H.235 authentication is required. */ BOOL IsRequiredH235() const { return requireH235; } /**Get the currently active registration count. */ unsigned GetActiveRegistrations() const { return byIdentifier.GetSize(); } /**Get the peak registration count. */ unsigned GetPeakRegistrations() const { return peakRegistrations; } /**Get the total registrations since start up. */ unsigned GetTotalRegistrations() const { return totalRegistrations; } /**Get the total registrations rejected since start up. */ unsigned GetRejectedRegistrations() const { return rejectedRegistrations; } /**Get the currently active call count. */ unsigned GetActiveCalls() const { return activeCalls.GetSize(); } /**Get the peak calls count. */ unsigned GetPeakCalls() const { return peakCalls; } /**Get the total calls since start up. */ unsigned GetTotalCalls() const { return totalCalls; } /**Get the total calls rejected since start up. */ unsigned GetRejectedCalls() const { return rejectedCalls; } //@} // Remove an alias from the server database. void RemoveAlias( H323RegisteredEndPoint & ep, const PString & alias ); #ifdef H323_H501 // called when an endpoint needs to send a descriptor to the H.501 peer element virtual BOOL OnSendDescriptorForEndpoint( H323RegisteredEndPoint & /*ep*/, ///< endpoint H225_ArrayOf_AliasAddress & /*aliases*/, ///< aliases for the enndpoint H225_EndpointType & /*terminalType*/, ///< terminal type H225_ArrayOf_AliasAddress & /*transportAddresses*/ ///< transport addresses ) { return TRUE; } #endif virtual BOOL AllowDuplicateAlias(const H225_ArrayOf_AliasAddress & /*aliases*/) { return canHaveDuplicateAlias; } virtual BOOL OnSendFeatureSet(unsigned, H225_FeatureSet & features) const; virtual void OnReceiveFeatureSet(unsigned, const H225_FeatureSet & features) const; protected: PDECLARE_NOTIFIER(PThread, H323GatekeeperServer, MonitorMain); // Configuration & policy variables PString gatekeeperIdentifier; unsigned totalBandwidth; unsigned usedBandwidth; unsigned defaultBandwidth; unsigned maximumBandwidth; unsigned defaultTimeToLive; unsigned defaultInfoResponseRate; BOOL overwriteOnSameSignalAddress; BOOL canHaveDuplicateAlias; BOOL canHaveDuplicatePrefix; BOOL canOnlyCallRegisteredEP; BOOL canOnlyAnswerRegisteredEP; BOOL answerCallPreGrantedARQ; BOOL makeCallPreGrantedARQ; BOOL isGatekeeperRouted; BOOL aliasCanBeHostName; BOOL requireH235; BOOL disengageOnHearbeatFail; PStringToString passwords; // Dynamic variables PMutex mutex; time_t identifierBase; unsigned nextIdentifier; PThread * monitorThread; PSyncPoint monitorExit; PLIST(ListenerList, H323GatekeeperListener); ListenerList listeners; H323PeerElement * peerElement; PSafeDictionary byIdentifier; class StringMap : public PString { PCLASSINFO(StringMap, PString); public: StringMap(const PString & from, const PString & id) : PString(from), identifier(id) { } PString identifier; }; PSortedStringList byAddress; PSortedStringList byAlias; PSortedStringList byVoicePrefix; PSafeSortedList activeCalls; PINDEX peakRegistrations; PINDEX totalRegistrations; PINDEX rejectedRegistrations; PINDEX peakCalls; PINDEX totalCalls; PINDEX rejectedCalls; friend class H323GatekeeperRRQ; friend class H323GatekeeperARQ; }; #endif // __OPAL_GKSERVER_H ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/guid.h0100644000176200056700000001056710343321575016370 0ustar releasepostincr/* * guid.h * * Globally Unique Identifier * * Open H323 Library * * Copyright (c) 1998-2001 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: guid.h,v $ * Revision 1.6 2005/11/30 13:05:01 csoutheren * Changed tags for Doxygen * * Revision 1.5 2004/04/18 04:38:16 rjongbloed * Changed all operators that return BOOL to return standard type bool. This is primarily * for improved compatibility with std STL usage removing many warnings. * * Revision 1.4 2002/09/16 01:14:15 robertj * Added #define so can select if #pragma interface/implementation is used on * platform basis (eg MacOS) rather than compiler, thanks Robert Monaghan. * * Revision 1.3 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.2 2001/03/19 05:51:35 robertj * Added ! operator to do !IsNULL(), so cannot use it accidentally. * * Revision 1.1 2001/03/02 06:59:57 robertj * Enhanced the globally unique identifier class. * */ #ifndef __OPAL_GUID_H #define __OPAL_GUID_H #ifdef P_USE_PRAGMA #pragma interface #endif class PASN_OctetString; /////////////////////////////////////////////////////////////////////////////// /**Globally unique ID definition. This implements a 128 bit globally unique ID as required by many protocols and software systems. The value is constructed in such a way as to make a duplicate anywhere in the world highly unlikely. */ class OpalGloballyUniqueID : public PBYTEArray { PCLASSINFO(OpalGloballyUniqueID, PBYTEArray); public: /**@name Construction */ //@{ /**Create a new ID. The ID created with this will be initialised to a globally unique ID as per specification. */ OpalGloballyUniqueID(); /**Create an ID from a C string of hex (as produced by AsString()). A useful construct is to construct a OpalGloballyUniqueID() with NULL which produces an all zero GUID, etectable with the isNULL() function. */ OpalGloballyUniqueID( const char * cstr ///< C string to convert ); /**Create an ID from a PString of hex (as produced by AsString()). */ OpalGloballyUniqueID( const PString & str ///< String of hex to convert ); /**Create an ID from an octet string in an ASN PDU. */ OpalGloballyUniqueID( const PASN_OctetString & ostr ///< Octet string from ASN to convert ); //@} /**@name Overrides from PObject */ //@{ /**Standard stream print function. The PObject class has a << operator defined that calls this function polymorphically. */ virtual void PrintOn( ostream & strm ///< Stream to output text representation ) const; /**Standard stream read function. The PObject class has a >> operator defined that calls this function polymorphically. */ virtual void ReadFrom( istream & strm ///< Stream to output text representation ); /**Create a clone of the ID. The duplicate ID has the same value as the source. Required for having this object as a key in dictionaries. */ virtual PObject * Clone() const; /**Get the hash value for the ID. Creates a number based on the ID value for use in the hash table of a dictionary. Required for having this object as a key in dictionaries. */ virtual PINDEX HashFunction() const; //@} /**@name Operations */ //@{ /**Convert the ID to human readable string. */ PString AsString() const; /**Test if the GUID is null, ie consists of all zeros. */ BOOL IsNULL() const; bool operator!() const { return !IsNULL(); } //@} }; #endif // __OPAL_GUID_H ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/h225.h0100644000176200056700000063225510034151755016122 0ustar releasepostincr// // h225.h // // Code automatically generated by asnparse. // #if ! H323_DISABLE_H225 #ifndef __H225_H #define __H225_H #ifdef P_USE_PRAGMA #pragma interface #endif #include #include "h235.h" #include "h245.h" // // ReleaseCompleteReason // class H225_NonStandardParameter; class H225_ConferenceIdentifier; class H225_SecurityErrors; class H225_ReleaseCompleteReason : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ReleaseCompleteReason, PASN_Choice); #endif public: H225_ReleaseCompleteReason(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_noBandwidth, e_gatekeeperResources, e_unreachableDestination, e_destinationRejection, e_invalidRevision, e_noPermission, e_unreachableGatekeeper, e_gatewayResources, e_badFormatAddress, e_adaptiveBusy, e_inConf, e_undefinedReason, e_facilityCallDeflection, e_securityDenied, e_calledPartyNotRegistered, e_callerNotRegistered, e_newConnectionNeeded, e_nonStandardReason, e_replaceWithConferenceInvite, e_genericDataReason, e_neededFeatureNotSupported, e_tunnelledSignallingRejected, e_invalidCID, e_securityError, e_hopCountExceeded }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_NonStandardParameter &() const; #else operator H225_NonStandardParameter &(); operator const H225_NonStandardParameter &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_ConferenceIdentifier &() const; #else operator H225_ConferenceIdentifier &(); operator const H225_ConferenceIdentifier &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_SecurityErrors &() const; #else operator H225_SecurityErrors &(); operator const H225_SecurityErrors &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ScnConnectionType // class H225_ScnConnectionType : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ScnConnectionType, PASN_Choice); #endif public: H225_ScnConnectionType(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_unknown, e_bChannel, e_hybrid2x64, e_hybrid384, e_hybrid1536, e_hybrid1920, e_multirate }; BOOL CreateObject(); PObject * Clone() const; }; // // ScnConnectionAggregation // class H225_ScnConnectionAggregation : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ScnConnectionAggregation, PASN_Choice); #endif public: H225_ScnConnectionAggregation(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_auto, e_none, e_h221, e_bonded_mode1, e_bonded_mode2, e_bonded_mode3 }; BOOL CreateObject(); PObject * Clone() const; }; // // PresentationIndicator // class H225_PresentationIndicator : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_PresentationIndicator, PASN_Choice); #endif public: H225_PresentationIndicator(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_presentationAllowed, e_presentationRestricted, e_addressNotAvailable }; BOOL CreateObject(); PObject * Clone() const; }; // // ScreeningIndicator // class H225_ScreeningIndicator : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ScreeningIndicator, PASN_Enumeration); #endif public: H225_ScreeningIndicator(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_userProvidedNotScreened, e_userProvidedVerifiedAndPassed, e_userProvidedVerifiedAndFailed, e_networkProvided }; H225_ScreeningIndicator & operator=(unsigned v); PObject * Clone() const; }; // // FacilityReason // class H225_FacilityReason : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_FacilityReason, PASN_Choice); #endif public: H225_FacilityReason(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_routeCallToGatekeeper, e_callForwarded, e_routeCallToMC, e_undefinedReason, e_conferenceListChoice, e_startH245, e_noH245, e_newTokens, e_featureSetUpdate, e_forwardedElements, e_transportedInformation }; BOOL CreateObject(); PObject * Clone() const; }; // // TransportAddress // class H225_TransportAddress_ipAddress; class H225_TransportAddress_ipSourceRoute; class H225_TransportAddress_ipxAddress; class H225_TransportAddress_ip6Address; class H225_NonStandardParameter; class H225_TransportAddress : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_TransportAddress, PASN_Choice); #endif public: H225_TransportAddress(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_ipAddress, e_ipSourceRoute, e_ipxAddress, e_ip6Address, e_netBios, e_nsap, e_nonStandardAddress }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_TransportAddress_ipAddress &() const; #else operator H225_TransportAddress_ipAddress &(); operator const H225_TransportAddress_ipAddress &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_TransportAddress_ipSourceRoute &() const; #else operator H225_TransportAddress_ipSourceRoute &(); operator const H225_TransportAddress_ipSourceRoute &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_TransportAddress_ipxAddress &() const; #else operator H225_TransportAddress_ipxAddress &(); operator const H225_TransportAddress_ipxAddress &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_TransportAddress_ip6Address &() const; #else operator H225_TransportAddress_ip6Address &(); operator const H225_TransportAddress_ip6Address &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_NonStandardParameter &() const; #else operator H225_NonStandardParameter &(); operator const H225_NonStandardParameter &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // SupportedProtocols // class H225_NonStandardParameter; class H225_H310Caps; class H225_H320Caps; class H225_H321Caps; class H225_H322Caps; class H225_H323Caps; class H225_H324Caps; class H225_VoiceCaps; class H225_T120OnlyCaps; class H225_NonStandardProtocol; class H225_T38FaxAnnexbOnlyCaps; class H225_SIPCaps; class H225_SupportedProtocols : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_SupportedProtocols, PASN_Choice); #endif public: H225_SupportedProtocols(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandardData, e_h310, e_h320, e_h321, e_h322, e_h323, e_h324, e_voice, e_t120_only, e_nonStandardProtocol, e_t38FaxAnnexbOnly, e_sip }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_NonStandardParameter &() const; #else operator H225_NonStandardParameter &(); operator const H225_NonStandardParameter &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_H310Caps &() const; #else operator H225_H310Caps &(); operator const H225_H310Caps &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_H320Caps &() const; #else operator H225_H320Caps &(); operator const H225_H320Caps &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_H321Caps &() const; #else operator H225_H321Caps &(); operator const H225_H321Caps &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_H322Caps &() const; #else operator H225_H322Caps &(); operator const H225_H322Caps &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_H323Caps &() const; #else operator H225_H323Caps &(); operator const H225_H323Caps &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_H324Caps &() const; #else operator H225_H324Caps &(); operator const H225_H324Caps &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_VoiceCaps &() const; #else operator H225_VoiceCaps &(); operator const H225_VoiceCaps &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_T120OnlyCaps &() const; #else operator H225_T120OnlyCaps &(); operator const H225_T120OnlyCaps &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_NonStandardProtocol &() const; #else operator H225_NonStandardProtocol &(); operator const H225_NonStandardProtocol &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_T38FaxAnnexbOnlyCaps &() const; #else operator H225_T38FaxAnnexbOnlyCaps &(); operator const H225_T38FaxAnnexbOnlyCaps &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_SIPCaps &() const; #else operator H225_SIPCaps &(); operator const H225_SIPCaps &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // H221NonStandard // class H225_H221NonStandard : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_H221NonStandard, PASN_Sequence); #endif public: H225_H221NonStandard(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_t35CountryCode; PASN_Integer m_t35Extension; PASN_Integer m_manufacturerCode; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TunnelledProtocolAlternateIdentifier // class H225_TunnelledProtocolAlternateIdentifier : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_TunnelledProtocolAlternateIdentifier, PASN_Sequence); #endif public: H225_TunnelledProtocolAlternateIdentifier(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_protocolVariant }; PASN_IA5String m_protocolType; PASN_IA5String m_protocolVariant; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // NonStandardIdentifier // class H225_H221NonStandard; class H225_NonStandardIdentifier : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_NonStandardIdentifier, PASN_Choice); #endif public: H225_NonStandardIdentifier(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_object, e_h221NonStandard }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_H221NonStandard &() const; #else operator H225_H221NonStandard &(); operator const H225_H221NonStandard &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // AliasAddress // class H225_TransportAddress; class H225_PartyNumber; class H225_MobileUIM; class H225_AliasAddress : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_AliasAddress, PASN_Choice); #endif public: H225_AliasAddress(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_dialedDigits, e_h323_ID, e_url_ID, e_transportID, e_email_ID, e_partyNumber, e_mobileUIM }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_TransportAddress &() const; #else operator H225_TransportAddress &(); operator const H225_TransportAddress &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_PartyNumber &() const; #else operator H225_PartyNumber &(); operator const H225_PartyNumber &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_MobileUIM &() const; #else operator H225_MobileUIM &(); operator const H225_MobileUIM &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // AddressPattern // class H225_AliasAddress; class H225_AddressPattern_range; class H225_AddressPattern : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_AddressPattern, PASN_Choice); #endif public: H225_AddressPattern(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_wildcard, e_range }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_AliasAddress &() const; #else operator H225_AliasAddress &(); operator const H225_AliasAddress &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_AddressPattern_range &() const; #else operator H225_AddressPattern_range &(); operator const H225_AddressPattern_range &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // PartyNumber // class H225_PublicPartyNumber; class H225_NumberDigits; class H225_PrivatePartyNumber; class H225_PartyNumber : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_PartyNumber, PASN_Choice); #endif public: H225_PartyNumber(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_e164Number, e_dataPartyNumber, e_telexPartyNumber, e_privateNumber, e_nationalStandardPartyNumber }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_PublicPartyNumber &() const; #else operator H225_PublicPartyNumber &(); operator const H225_PublicPartyNumber &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_NumberDigits &() const; #else operator H225_NumberDigits &(); operator const H225_NumberDigits &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_PrivatePartyNumber &() const; #else operator H225_PrivatePartyNumber &(); operator const H225_PrivatePartyNumber &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // NumberDigits // class H225_NumberDigits : public PASN_IA5String { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_NumberDigits, PASN_IA5String); #endif public: H225_NumberDigits(unsigned tag = UniversalIA5String, TagClass tagClass = UniversalTagClass); H225_NumberDigits & operator=(const char * v); H225_NumberDigits & operator=(const PString & v); PObject * Clone() const; }; // // PublicTypeOfNumber // class H225_PublicTypeOfNumber : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_PublicTypeOfNumber, PASN_Choice); #endif public: H225_PublicTypeOfNumber(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_unknown, e_internationalNumber, e_nationalNumber, e_networkSpecificNumber, e_subscriberNumber, e_abbreviatedNumber }; BOOL CreateObject(); PObject * Clone() const; }; // // PrivateTypeOfNumber // class H225_PrivateTypeOfNumber : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_PrivateTypeOfNumber, PASN_Choice); #endif public: H225_PrivateTypeOfNumber(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_unknown, e_level2RegionalNumber, e_level1RegionalNumber, e_pISNSpecificNumber, e_localNumber, e_abbreviatedNumber }; BOOL CreateObject(); PObject * Clone() const; }; // // MobileUIM // class H225_ANSI_41_UIM; class H225_GSM_UIM; class H225_MobileUIM : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_MobileUIM, PASN_Choice); #endif public: H225_MobileUIM(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_ansi_41_uim, e_gsm_uim }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_ANSI_41_UIM &() const; #else operator H225_ANSI_41_UIM &(); operator const H225_ANSI_41_UIM &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_GSM_UIM &() const; #else operator H225_GSM_UIM &(); operator const H225_GSM_UIM &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // TBCD-STRING // class H225_TBCD_STRING : public PASN_IA5String { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_TBCD_STRING, PASN_IA5String); #endif public: H225_TBCD_STRING(unsigned tag = UniversalIA5String, TagClass tagClass = UniversalTagClass); H225_TBCD_STRING & operator=(const char * v); H225_TBCD_STRING & operator=(const PString & v); PObject * Clone() const; }; // // GSM-UIM // class H225_GSM_UIM : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_GSM_UIM, PASN_Sequence); #endif public: H225_GSM_UIM(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_imsi, e_tmsi, e_msisdn, e_imei, e_hplmn, e_vplmn }; PASN_IA5String m_imsi; PASN_OctetString m_tmsi; PASN_IA5String m_msisdn; PASN_IA5String m_imei; PASN_IA5String m_hplmn; PASN_IA5String m_vplmn; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ExtendedAliasAddress // class H225_ExtendedAliasAddress : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ExtendedAliasAddress, PASN_Sequence); #endif public: H225_ExtendedAliasAddress(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_presentationIndicator, e_screeningIndicator }; H225_AliasAddress m_address; H225_PresentationIndicator m_presentationIndicator; H225_ScreeningIndicator m_screeningIndicator; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // UseSpecifiedTransport // class H225_UseSpecifiedTransport : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_UseSpecifiedTransport, PASN_Choice); #endif public: H225_UseSpecifiedTransport(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_tcp, e_annexE, e_sctp }; BOOL CreateObject(); PObject * Clone() const; }; // // SecurityServiceMode // class H225_NonStandardParameter; class H225_SecurityServiceMode : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_SecurityServiceMode, PASN_Choice); #endif public: H225_SecurityServiceMode(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandard, e_none, e_default }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_NonStandardParameter &() const; #else operator H225_NonStandardParameter &(); operator const H225_NonStandardParameter &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // SecurityErrors // class H225_SecurityErrors : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_SecurityErrors, PASN_Choice); #endif public: H225_SecurityErrors(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_securityWrongSyncTime, e_securityReplay, e_securityWrongGeneralID, e_securityWrongSendersID, e_securityIntegrityFailed, e_securityWrongOID, e_securityDHmismatch, e_securityCertificateExpired, e_securityCertificateDateInvalid, e_securityCertificateRevoked, e_securityCertificateNotReadable, e_securityCertificateSignatureInvalid, e_securityCertificateMissing, e_securityCertificateIncomplete, e_securityUnsupportedCertificateAlgOID, e_securityUnknownCA }; BOOL CreateObject(); PObject * Clone() const; }; // // SecurityErrors2 // class H225_SecurityErrors2 : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_SecurityErrors2, PASN_Choice); #endif public: H225_SecurityErrors2(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_securityWrongSyncTime, e_securityReplay, e_securityWrongGeneralID, e_securityWrongSendersID, e_securityIntegrityFailed, e_securityWrongOID }; BOOL CreateObject(); PObject * Clone() const; }; // // H245Security // class H225_NonStandardParameter; class H225_SecurityCapabilities; class H225_H245Security : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_H245Security, PASN_Choice); #endif public: H225_H245Security(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandard, e_noSecurity, e_tls, e_ipsec }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_NonStandardParameter &() const; #else operator H225_NonStandardParameter &(); operator const H225_NonStandardParameter &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_SecurityCapabilities &() const; #else operator H225_SecurityCapabilities &(); operator const H225_SecurityCapabilities &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // Q954Details // class H225_Q954Details : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_Q954Details, PASN_Sequence); #endif public: H225_Q954Details(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Boolean m_conferenceCalling; PASN_Boolean m_threePartyService; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // GloballyUniqueID // class H225_GloballyUniqueID : public PASN_OctetString { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_GloballyUniqueID, PASN_OctetString); #endif public: H225_GloballyUniqueID(unsigned tag = UniversalOctetString, TagClass tagClass = UniversalTagClass); H225_GloballyUniqueID(const char * v); H225_GloballyUniqueID(const PString & v); H225_GloballyUniqueID(const PBYTEArray & v); H225_GloballyUniqueID & operator=(const char * v); H225_GloballyUniqueID & operator=(const PString & v); H225_GloballyUniqueID & operator=(const PBYTEArray & v); PObject * Clone() const; }; // // ConferenceIdentifier // class H225_ConferenceIdentifier : public H225_GloballyUniqueID { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ConferenceIdentifier, H225_GloballyUniqueID); #endif public: H225_ConferenceIdentifier(unsigned tag = UniversalOctetString, TagClass tagClass = UniversalTagClass); H225_ConferenceIdentifier(const char * v); H225_ConferenceIdentifier(const PString & v); H225_ConferenceIdentifier(const PBYTEArray & v); H225_ConferenceIdentifier & operator=(const char * v); H225_ConferenceIdentifier & operator=(const PString & v); H225_ConferenceIdentifier & operator=(const PBYTEArray & v); PObject * Clone() const; }; // // RequestSeqNum // class H225_RequestSeqNum : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_RequestSeqNum, PASN_Integer); #endif public: H225_RequestSeqNum(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); H225_RequestSeqNum & operator=(int v); H225_RequestSeqNum & operator=(unsigned v); PObject * Clone() const; }; // // GatekeeperIdentifier // class H225_GatekeeperIdentifier : public PASN_BMPString { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_GatekeeperIdentifier, PASN_BMPString); #endif public: H225_GatekeeperIdentifier(unsigned tag = UniversalBMPString, TagClass tagClass = UniversalTagClass); H225_GatekeeperIdentifier & operator=(const char * v); H225_GatekeeperIdentifier & operator=(const PString & v); H225_GatekeeperIdentifier & operator=(const PWORDArray & v); H225_GatekeeperIdentifier & operator=(const PASN_BMPString & v); PObject * Clone() const; }; // // BandWidth // class H225_BandWidth : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_BandWidth, PASN_Integer); #endif public: H225_BandWidth(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); H225_BandWidth & operator=(int v); H225_BandWidth & operator=(unsigned v); PObject * Clone() const; }; // // CallReferenceValue // class H225_CallReferenceValue : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_CallReferenceValue, PASN_Integer); #endif public: H225_CallReferenceValue(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); H225_CallReferenceValue & operator=(int v); H225_CallReferenceValue & operator=(unsigned v); PObject * Clone() const; }; // // EndpointIdentifier // class H225_EndpointIdentifier : public PASN_BMPString { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_EndpointIdentifier, PASN_BMPString); #endif public: H225_EndpointIdentifier(unsigned tag = UniversalBMPString, TagClass tagClass = UniversalTagClass); H225_EndpointIdentifier & operator=(const char * v); H225_EndpointIdentifier & operator=(const PString & v); H225_EndpointIdentifier & operator=(const PWORDArray & v); H225_EndpointIdentifier & operator=(const PASN_BMPString & v); PObject * Clone() const; }; // // ProtocolIdentifier // class H225_ProtocolIdentifier : public PASN_ObjectId { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ProtocolIdentifier, PASN_ObjectId); #endif public: H225_ProtocolIdentifier(unsigned tag = UniversalObjectId, TagClass tagClass = UniversalTagClass); PObject * Clone() const; }; // // TimeToLive // class H225_TimeToLive : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_TimeToLive, PASN_Integer); #endif public: H225_TimeToLive(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); H225_TimeToLive & operator=(int v); H225_TimeToLive & operator=(unsigned v); PObject * Clone() const; }; // // H248PackagesDescriptor // class H225_H248PackagesDescriptor : public PASN_OctetString { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_H248PackagesDescriptor, PASN_OctetString); #endif public: H225_H248PackagesDescriptor(unsigned tag = UniversalOctetString, TagClass tagClass = UniversalTagClass); H225_H248PackagesDescriptor(const char * v); H225_H248PackagesDescriptor(const PString & v); H225_H248PackagesDescriptor(const PBYTEArray & v); H225_H248PackagesDescriptor & operator=(const char * v); H225_H248PackagesDescriptor & operator=(const PString & v); H225_H248PackagesDescriptor & operator=(const PBYTEArray & v); PObject * Clone() const; }; // // H248SignalsDescriptor // class H225_H248SignalsDescriptor : public PASN_OctetString { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_H248SignalsDescriptor, PASN_OctetString); #endif public: H225_H248SignalsDescriptor(unsigned tag = UniversalOctetString, TagClass tagClass = UniversalTagClass); H225_H248SignalsDescriptor(const char * v); H225_H248SignalsDescriptor(const PString & v); H225_H248SignalsDescriptor(const PBYTEArray & v); H225_H248SignalsDescriptor & operator=(const char * v); H225_H248SignalsDescriptor & operator=(const PString & v); H225_H248SignalsDescriptor & operator=(const PBYTEArray & v); PObject * Clone() const; }; // // CallIdentifier // class H225_CallIdentifier : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_CallIdentifier, PASN_Sequence); #endif public: H225_CallIdentifier(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H225_GloballyUniqueID m_guid; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // EncryptIntAlg // class H225_NonStandardParameter; class H225_EncryptIntAlg : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_EncryptIntAlg, PASN_Choice); #endif public: H225_EncryptIntAlg(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandard, e_isoAlgorithm }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_NonStandardParameter &() const; #else operator H225_NonStandardParameter &(); operator const H225_NonStandardParameter &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // NonIsoIntegrityMechanism // class H225_EncryptIntAlg; class H225_NonIsoIntegrityMechanism : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_NonIsoIntegrityMechanism, PASN_Choice); #endif public: H225_NonIsoIntegrityMechanism(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_hMAC_MD5, e_hMAC_iso10118_2_s, e_hMAC_iso10118_2_l, e_hMAC_iso10118_3 }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_EncryptIntAlg &() const; #else operator H225_EncryptIntAlg &(); operator const H225_EncryptIntAlg &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // IntegrityMechanism // class H225_NonStandardParameter; class H225_NonIsoIntegrityMechanism; class H225_IntegrityMechanism : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_IntegrityMechanism, PASN_Choice); #endif public: H225_IntegrityMechanism(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandard, e_digSig, e_iso9797, e_nonIsoIM }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_NonStandardParameter &() const; #else operator H225_NonStandardParameter &(); operator const H225_NonStandardParameter &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_NonIsoIntegrityMechanism &() const; #else operator H225_NonIsoIntegrityMechanism &(); operator const H225_NonIsoIntegrityMechanism &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ICV // class H225_ICV : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ICV, PASN_Sequence); #endif public: H225_ICV(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_ObjectId m_algorithmOID; PASN_BitString m_icv; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // FastStartToken // class H225_FastStartToken : public H235_ClearToken { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_FastStartToken, H235_ClearToken); #endif public: H225_FastStartToken(unsigned tag = 0, TagClass tagClass = UniversalTagClass); PObject * Clone() const; }; // // EncodedFastStartToken // class H225_EncodedFastStartToken : public PASN_OctetString { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_EncodedFastStartToken, PASN_OctetString); #endif public: H225_EncodedFastStartToken(unsigned tag = 0, TagClass tagClass = UniversalTagClass); BOOL DecodeSubType(H225_FastStartToken & obj) { return PASN_OctetString::DecodeSubType(obj); } void EncodeSubType(const H225_FastStartToken & obj) { PASN_OctetString::EncodeSubType(obj); } PObject * Clone() const; }; // // CryptoH323Token // class H225_CryptoH323Token_cryptoEPPwdHash; class H225_CryptoH323Token_cryptoGKPwdHash; class H235_CryptoToken; class H225_CryptoH323Token : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_CryptoH323Token, PASN_Choice); #endif public: H225_CryptoH323Token(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_cryptoEPPwdHash, e_cryptoGKPwdHash, e_cryptoEPPwdEncr, e_cryptoGKPwdEncr, e_cryptoEPCert, e_cryptoGKCert, e_cryptoFastStart, e_nestedcryptoToken }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_CryptoH323Token_cryptoEPPwdHash &() const; #else operator H225_CryptoH323Token_cryptoEPPwdHash &(); operator const H225_CryptoH323Token_cryptoEPPwdHash &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_CryptoH323Token_cryptoGKPwdHash &() const; #else operator H225_CryptoH323Token_cryptoGKPwdHash &(); operator const H225_CryptoH323Token_cryptoGKPwdHash &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H235_ENCRYPTED &() const; #else operator H235_ENCRYPTED &(); operator const H235_ENCRYPTED &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H235_SIGNED &() const; #else operator H235_SIGNED &(); operator const H235_SIGNED &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H235_SIGNED &() const; #else operator H235_SIGNED &(); operator const H235_SIGNED &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H235_CryptoToken &() const; #else operator H235_CryptoToken &(); operator const H235_CryptoToken &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // CallLinkage // class H225_CallLinkage : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_CallLinkage, PASN_Sequence); #endif public: H225_CallLinkage(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_globalCallId, e_threadId }; H225_GloballyUniqueID m_globalCallId; H225_GloballyUniqueID m_threadId; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CapacityReportingCapability // class H225_CapacityReportingCapability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_CapacityReportingCapability, PASN_Sequence); #endif public: H225_CapacityReportingCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Boolean m_canReportCallCapacity; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CarrierInfo // class H225_CarrierInfo : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_CarrierInfo, PASN_Sequence); #endif public: H225_CarrierInfo(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_carrierIdentificationCode, e_carrierName }; PASN_OctetString m_carrierIdentificationCode; PASN_IA5String m_carrierName; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ServiceControlDescriptor // class H225_H248SignalsDescriptor; class H225_NonStandardParameter; class H225_CallCreditServiceControl; class H225_ServiceControlDescriptor : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ServiceControlDescriptor, PASN_Choice); #endif public: H225_ServiceControlDescriptor(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_url, e_signal, e_nonStandard, e_callCreditServiceControl }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_H248SignalsDescriptor &() const; #else operator H225_H248SignalsDescriptor &(); operator const H225_H248SignalsDescriptor &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_NonStandardParameter &() const; #else operator H225_NonStandardParameter &(); operator const H225_NonStandardParameter &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_CallCreditServiceControl &() const; #else operator H225_CallCreditServiceControl &(); operator const H225_CallCreditServiceControl &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // CallTerminationCause // class H225_ReleaseCompleteReason; class H225_CallTerminationCause : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_CallTerminationCause, PASN_Choice); #endif public: H225_CallTerminationCause(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_releaseCompleteReason, e_releaseCompleteCauseIE }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_ReleaseCompleteReason &() const; #else operator H225_ReleaseCompleteReason &(); operator const H225_ReleaseCompleteReason &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // CallCreditCapability // class H225_CallCreditCapability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_CallCreditCapability, PASN_Sequence); #endif public: H225_CallCreditCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_canDisplayAmountString, e_canEnforceDurationLimit }; PASN_Boolean m_canDisplayAmountString; PASN_Boolean m_canEnforceDurationLimit; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // GenericIdentifier // class H225_GloballyUniqueID; class H225_GenericIdentifier : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_GenericIdentifier, PASN_Choice); #endif public: H225_GenericIdentifier(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_standard, e_oid, e_nonStandard }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_GloballyUniqueID &() const; #else operator H225_GloballyUniqueID &(); operator const H225_GloballyUniqueID &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // Content // class H225_GenericIdentifier; class H225_AliasAddress; class H225_TransportAddress; class H225_ArrayOf_EnumeratedParameter; class H225_ArrayOf_GenericData; class H225_Content : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_Content, PASN_Choice); #endif public: H225_Content(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_raw, e_text, e_unicode, e_bool, e_number8, e_number16, e_number32, e_id, e_alias, e_transport, e_compound, e_nested }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_GenericIdentifier &() const; #else operator H225_GenericIdentifier &(); operator const H225_GenericIdentifier &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_AliasAddress &() const; #else operator H225_AliasAddress &(); operator const H225_AliasAddress &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_TransportAddress &() const; #else operator H225_TransportAddress &(); operator const H225_TransportAddress &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_ArrayOf_EnumeratedParameter &() const; #else operator H225_ArrayOf_EnumeratedParameter &(); operator const H225_ArrayOf_EnumeratedParameter &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_ArrayOf_GenericData &() const; #else operator H225_ArrayOf_GenericData &(); operator const H225_ArrayOf_GenericData &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // TransportChannelInfo // class H225_TransportChannelInfo : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_TransportChannelInfo, PASN_Sequence); #endif public: H225_TransportChannelInfo(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_sendAddress, e_recvAddress }; H225_TransportAddress m_sendAddress; H225_TransportAddress m_recvAddress; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RasMessage // class H225_GatekeeperRequest; class H225_GatekeeperConfirm; class H225_GatekeeperReject; class H225_RegistrationRequest; class H225_RegistrationConfirm; class H225_RegistrationReject; class H225_UnregistrationRequest; class H225_UnregistrationConfirm; class H225_UnregistrationReject; class H225_AdmissionRequest; class H225_AdmissionConfirm; class H225_AdmissionReject; class H225_BandwidthRequest; class H225_BandwidthConfirm; class H225_BandwidthReject; class H225_DisengageRequest; class H225_DisengageConfirm; class H225_DisengageReject; class H225_LocationRequest; class H225_LocationConfirm; class H225_LocationReject; class H225_InfoRequest; class H225_InfoRequestResponse; class H225_NonStandardMessage; class H225_UnknownMessageResponse; class H225_RequestInProgress; class H225_ResourcesAvailableIndicate; class H225_ResourcesAvailableConfirm; class H225_InfoRequestAck; class H225_InfoRequestNak; class H225_ServiceControlIndication; class H225_ServiceControlResponse; class H225_ArrayOf_AdmissionConfirm; class H225_RasMessage : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_RasMessage, PASN_Choice); #endif public: H225_RasMessage(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_gatekeeperRequest, e_gatekeeperConfirm, e_gatekeeperReject, e_registrationRequest, e_registrationConfirm, e_registrationReject, e_unregistrationRequest, e_unregistrationConfirm, e_unregistrationReject, e_admissionRequest, e_admissionConfirm, e_admissionReject, e_bandwidthRequest, e_bandwidthConfirm, e_bandwidthReject, e_disengageRequest, e_disengageConfirm, e_disengageReject, e_locationRequest, e_locationConfirm, e_locationReject, e_infoRequest, e_infoRequestResponse, e_nonStandardMessage, e_unknownMessageResponse, e_requestInProgress, e_resourcesAvailableIndicate, e_resourcesAvailableConfirm, e_infoRequestAck, e_infoRequestNak, e_serviceControlIndication, e_serviceControlResponse, e_admissionConfirmSequence }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_GatekeeperRequest &() const; #else operator H225_GatekeeperRequest &(); operator const H225_GatekeeperRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_GatekeeperConfirm &() const; #else operator H225_GatekeeperConfirm &(); operator const H225_GatekeeperConfirm &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_GatekeeperReject &() const; #else operator H225_GatekeeperReject &(); operator const H225_GatekeeperReject &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_RegistrationRequest &() const; #else operator H225_RegistrationRequest &(); operator const H225_RegistrationRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_RegistrationConfirm &() const; #else operator H225_RegistrationConfirm &(); operator const H225_RegistrationConfirm &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_RegistrationReject &() const; #else operator H225_RegistrationReject &(); operator const H225_RegistrationReject &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_UnregistrationRequest &() const; #else operator H225_UnregistrationRequest &(); operator const H225_UnregistrationRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_UnregistrationConfirm &() const; #else operator H225_UnregistrationConfirm &(); operator const H225_UnregistrationConfirm &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_UnregistrationReject &() const; #else operator H225_UnregistrationReject &(); operator const H225_UnregistrationReject &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_AdmissionRequest &() const; #else operator H225_AdmissionRequest &(); operator const H225_AdmissionRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_AdmissionConfirm &() const; #else operator H225_AdmissionConfirm &(); operator const H225_AdmissionConfirm &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_AdmissionReject &() const; #else operator H225_AdmissionReject &(); operator const H225_AdmissionReject &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_BandwidthRequest &() const; #else operator H225_BandwidthRequest &(); operator const H225_BandwidthRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_BandwidthConfirm &() const; #else operator H225_BandwidthConfirm &(); operator const H225_BandwidthConfirm &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_BandwidthReject &() const; #else operator H225_BandwidthReject &(); operator const H225_BandwidthReject &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_DisengageRequest &() const; #else operator H225_DisengageRequest &(); operator const H225_DisengageRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_DisengageConfirm &() const; #else operator H225_DisengageConfirm &(); operator const H225_DisengageConfirm &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_DisengageReject &() const; #else operator H225_DisengageReject &(); operator const H225_DisengageReject &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_LocationRequest &() const; #else operator H225_LocationRequest &(); operator const H225_LocationRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_LocationConfirm &() const; #else operator H225_LocationConfirm &(); operator const H225_LocationConfirm &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_LocationReject &() const; #else operator H225_LocationReject &(); operator const H225_LocationReject &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_InfoRequest &() const; #else operator H225_InfoRequest &(); operator const H225_InfoRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_InfoRequestResponse &() const; #else operator H225_InfoRequestResponse &(); operator const H225_InfoRequestResponse &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_NonStandardMessage &() const; #else operator H225_NonStandardMessage &(); operator const H225_NonStandardMessage &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_UnknownMessageResponse &() const; #else operator H225_UnknownMessageResponse &(); operator const H225_UnknownMessageResponse &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_RequestInProgress &() const; #else operator H225_RequestInProgress &(); operator const H225_RequestInProgress &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_ResourcesAvailableIndicate &() const; #else operator H225_ResourcesAvailableIndicate &(); operator const H225_ResourcesAvailableIndicate &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_ResourcesAvailableConfirm &() const; #else operator H225_ResourcesAvailableConfirm &(); operator const H225_ResourcesAvailableConfirm &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_InfoRequestAck &() const; #else operator H225_InfoRequestAck &(); operator const H225_InfoRequestAck &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_InfoRequestNak &() const; #else operator H225_InfoRequestNak &(); operator const H225_InfoRequestNak &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_ServiceControlIndication &() const; #else operator H225_ServiceControlIndication &(); operator const H225_ServiceControlIndication &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_ServiceControlResponse &() const; #else operator H225_ServiceControlResponse &(); operator const H225_ServiceControlResponse &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_ArrayOf_AdmissionConfirm &() const; #else operator H225_ArrayOf_AdmissionConfirm &(); operator const H225_ArrayOf_AdmissionConfirm &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // GatekeeperRejectReason // class H225_SecurityErrors; class H225_GatekeeperRejectReason : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_GatekeeperRejectReason, PASN_Choice); #endif public: H225_GatekeeperRejectReason(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_resourceUnavailable, e_terminalExcluded, e_invalidRevision, e_undefinedReason, e_securityDenial, e_genericDataReason, e_neededFeatureNotSupported, e_securityError }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_SecurityErrors &() const; #else operator H225_SecurityErrors &(); operator const H225_SecurityErrors &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // RegistrationRejectReason // class H225_ArrayOf_AliasAddress; class H225_RegistrationRejectReason_invalidTerminalAliases; class H225_SecurityErrors; class H225_RegistrationRejectReason : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_RegistrationRejectReason, PASN_Choice); #endif public: H225_RegistrationRejectReason(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_discoveryRequired, e_invalidRevision, e_invalidCallSignalAddress, e_invalidRASAddress, e_duplicateAlias, e_invalidTerminalType, e_undefinedReason, e_transportNotSupported, e_transportQOSNotSupported, e_resourceUnavailable, e_invalidAlias, e_securityDenial, e_fullRegistrationRequired, e_additiveRegistrationNotSupported, e_invalidTerminalAliases, e_genericDataReason, e_neededFeatureNotSupported, e_securityError }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_ArrayOf_AliasAddress &() const; #else operator H225_ArrayOf_AliasAddress &(); operator const H225_ArrayOf_AliasAddress &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_RegistrationRejectReason_invalidTerminalAliases &() const; #else operator H225_RegistrationRejectReason_invalidTerminalAliases &(); operator const H225_RegistrationRejectReason_invalidTerminalAliases &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_SecurityErrors &() const; #else operator H225_SecurityErrors &(); operator const H225_SecurityErrors &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // UnregRequestReason // class H225_SecurityErrors2; class H225_UnregRequestReason : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_UnregRequestReason, PASN_Choice); #endif public: H225_UnregRequestReason(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_reregistrationRequired, e_ttlExpired, e_securityDenial, e_undefinedReason, e_maintenance, e_securityError }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_SecurityErrors2 &() const; #else operator H225_SecurityErrors2 &(); operator const H225_SecurityErrors2 &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // UnregRejectReason // class H225_SecurityErrors2; class H225_UnregRejectReason : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_UnregRejectReason, PASN_Choice); #endif public: H225_UnregRejectReason(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_notCurrentlyRegistered, e_callInProgress, e_undefinedReason, e_permissionDenied, e_securityDenial, e_securityError }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_SecurityErrors2 &() const; #else operator H225_SecurityErrors2 &(); operator const H225_SecurityErrors2 &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // CallType // class H225_CallType : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_CallType, PASN_Choice); #endif public: H225_CallType(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_pointToPoint, e_oneToN, e_nToOne, e_nToN }; BOOL CreateObject(); PObject * Clone() const; }; // // CallModel // class H225_CallModel : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_CallModel, PASN_Choice); #endif public: H225_CallModel(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_direct, e_gatekeeperRouted }; BOOL CreateObject(); PObject * Clone() const; }; // // TransportQOS // class H225_TransportQOS : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_TransportQOS, PASN_Choice); #endif public: H225_TransportQOS(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_endpointControlled, e_gatekeeperControlled, e_noControl }; BOOL CreateObject(); PObject * Clone() const; }; // // UUIEsRequested // class H225_UUIEsRequested : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_UUIEsRequested, PASN_Sequence); #endif public: H225_UUIEsRequested(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_status, e_statusInquiry, e_setupAcknowledge, e_notify }; PASN_Boolean m_setup; PASN_Boolean m_callProceeding; PASN_Boolean m_connect; PASN_Boolean m_alerting; PASN_Boolean m_information; PASN_Boolean m_releaseComplete; PASN_Boolean m_facility; PASN_Boolean m_progress; PASN_Boolean m_empty; PASN_Boolean m_status; PASN_Boolean m_statusInquiry; PASN_Boolean m_setupAcknowledge; PASN_Boolean m_notify; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // AdmissionRejectReason // class H225_ArrayOf_PartyNumber; class H225_SecurityErrors2; class H225_AdmissionRejectReason : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_AdmissionRejectReason, PASN_Choice); #endif public: H225_AdmissionRejectReason(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_calledPartyNotRegistered, e_invalidPermission, e_requestDenied, e_undefinedReason, e_callerNotRegistered, e_routeCallToGatekeeper, e_invalidEndpointIdentifier, e_resourceUnavailable, e_securityDenial, e_qosControlNotSupported, e_incompleteAddress, e_aliasesInconsistent, e_routeCallToSCN, e_exceedsCallCapacity, e_collectDestination, e_collectPIN, e_genericDataReason, e_neededFeatureNotSupported, e_securityErrors, e_securityDHmismatch, e_noRouteToDestination, e_unallocatedNumber }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_ArrayOf_PartyNumber &() const; #else operator H225_ArrayOf_PartyNumber &(); operator const H225_ArrayOf_PartyNumber &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_SecurityErrors2 &() const; #else operator H225_SecurityErrors2 &(); operator const H225_SecurityErrors2 &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // BandRejectReason // class H225_SecurityErrors2; class H225_BandRejectReason : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_BandRejectReason, PASN_Choice); #endif public: H225_BandRejectReason(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_notBound, e_invalidConferenceID, e_invalidPermission, e_insufficientResources, e_invalidRevision, e_undefinedReason, e_securityDenial, e_securityError }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_SecurityErrors2 &() const; #else operator H225_SecurityErrors2 &(); operator const H225_SecurityErrors2 &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // LocationRejectReason // class H225_ArrayOf_PartyNumber; class H225_SecurityErrors2; class H225_LocationRejectReason : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_LocationRejectReason, PASN_Choice); #endif public: H225_LocationRejectReason(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_notRegistered, e_invalidPermission, e_requestDenied, e_undefinedReason, e_securityDenial, e_aliasesInconsistent, e_routeCalltoSCN, e_resourceUnavailable, e_genericDataReason, e_neededFeatureNotSupported, e_hopCountExceeded, e_incompleteAddress, e_securityError, e_securityDHmismatch, e_noRouteToDestination, e_unallocatedNumber }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_ArrayOf_PartyNumber &() const; #else operator H225_ArrayOf_PartyNumber &(); operator const H225_ArrayOf_PartyNumber &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_SecurityErrors2 &() const; #else operator H225_SecurityErrors2 &(); operator const H225_SecurityErrors2 &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // DisengageReason // class H225_DisengageReason : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_DisengageReason, PASN_Choice); #endif public: H225_DisengageReason(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_forcedDrop, e_normalDrop, e_undefinedReason }; BOOL CreateObject(); PObject * Clone() const; }; // // DisengageRejectReason // class H225_SecurityErrors2; class H225_DisengageRejectReason : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_DisengageRejectReason, PASN_Choice); #endif public: H225_DisengageRejectReason(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_notRegistered, e_requestToDropOther, e_securityDenial, e_securityError }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_SecurityErrors2 &() const; #else operator H225_SecurityErrors2 &(); operator const H225_SecurityErrors2 &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // InfoRequestResponseStatus // class H225_InfoRequestResponseStatus : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_InfoRequestResponseStatus, PASN_Choice); #endif public: H225_InfoRequestResponseStatus(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_complete, e_incomplete, e_segment, e_invalidCall }; BOOL CreateObject(); PObject * Clone() const; }; // // InfoRequestNakReason // class H225_SecurityErrors2; class H225_InfoRequestNakReason : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_InfoRequestNakReason, PASN_Choice); #endif public: H225_InfoRequestNakReason(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_notRegistered, e_securityDenial, e_undefinedReason, e_securityError }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_SecurityErrors2 &() const; #else operator H225_SecurityErrors2 &(); operator const H225_SecurityErrors2 &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // H323-UserInformation_user-data // class H225_H323_UserInformation_user_data : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_H323_UserInformation_user_data, PASN_Sequence); #endif public: H225_H323_UserInformation_user_data(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_protocol_discriminator; PASN_OctetString m_user_information; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H323-UU-PDU_h323-message-body // class H225_Setup_UUIE; class H225_CallProceeding_UUIE; class H225_Connect_UUIE; class H225_Alerting_UUIE; class H225_Information_UUIE; class H225_ReleaseComplete_UUIE; class H225_Facility_UUIE; class H225_Progress_UUIE; class H225_Status_UUIE; class H225_StatusInquiry_UUIE; class H225_SetupAcknowledge_UUIE; class H225_Notify_UUIE; class H225_H323_UU_PDU_h323_message_body : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_H323_UU_PDU_h323_message_body, PASN_Choice); #endif public: H225_H323_UU_PDU_h323_message_body(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_setup, e_callProceeding, e_connect, e_alerting, e_information, e_releaseComplete, e_facility, e_progress, e_empty, e_status, e_statusInquiry, e_setupAcknowledge, e_notify }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_Setup_UUIE &() const; #else operator H225_Setup_UUIE &(); operator const H225_Setup_UUIE &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_CallProceeding_UUIE &() const; #else operator H225_CallProceeding_UUIE &(); operator const H225_CallProceeding_UUIE &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_Connect_UUIE &() const; #else operator H225_Connect_UUIE &(); operator const H225_Connect_UUIE &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_Alerting_UUIE &() const; #else operator H225_Alerting_UUIE &(); operator const H225_Alerting_UUIE &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_Information_UUIE &() const; #else operator H225_Information_UUIE &(); operator const H225_Information_UUIE &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_ReleaseComplete_UUIE &() const; #else operator H225_ReleaseComplete_UUIE &(); operator const H225_ReleaseComplete_UUIE &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_Facility_UUIE &() const; #else operator H225_Facility_UUIE &(); operator const H225_Facility_UUIE &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_Progress_UUIE &() const; #else operator H225_Progress_UUIE &(); operator const H225_Progress_UUIE &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_Status_UUIE &() const; #else operator H225_Status_UUIE &(); operator const H225_Status_UUIE &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_StatusInquiry_UUIE &() const; #else operator H225_StatusInquiry_UUIE &(); operator const H225_StatusInquiry_UUIE &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_SetupAcknowledge_UUIE &() const; #else operator H225_SetupAcknowledge_UUIE &(); operator const H225_SetupAcknowledge_UUIE &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_Notify_UUIE &() const; #else operator H225_Notify_UUIE &(); operator const H225_Notify_UUIE &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ArrayOf_PASN_OctetString // class H225_ArrayOf_PASN_OctetString : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ArrayOf_PASN_OctetString, PASN_Array); #endif public: H225_ArrayOf_PASN_OctetString(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; PASN_OctetString & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_NonStandardParameter // class H225_NonStandardParameter; class H225_ArrayOf_NonStandardParameter : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ArrayOf_NonStandardParameter, PASN_Array); #endif public: H225_ArrayOf_NonStandardParameter(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_NonStandardParameter & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_GenericData // class H225_GenericData; class H225_ArrayOf_GenericData : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ArrayOf_GenericData, PASN_Array); #endif public: H225_ArrayOf_GenericData(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_GenericData & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_ClearToken // class H235_ClearToken; class H225_ArrayOf_ClearToken : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ArrayOf_ClearToken, PASN_Array); #endif public: H225_ArrayOf_ClearToken(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H235_ClearToken & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_CryptoH323Token // class H225_CryptoH323Token; class H225_ArrayOf_CryptoH323Token : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ArrayOf_CryptoH323Token, PASN_Array); #endif public: H225_ArrayOf_CryptoH323Token(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_CryptoH323Token & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_AliasAddress // class H225_AliasAddress; class H225_ArrayOf_AliasAddress : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ArrayOf_AliasAddress, PASN_Array); #endif public: H225_ArrayOf_AliasAddress(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_AliasAddress & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_ServiceControlSession // class H225_ServiceControlSession; class H225_ArrayOf_ServiceControlSession : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ArrayOf_ServiceControlSession, PASN_Array); #endif public: H225_ArrayOf_ServiceControlSession(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_ServiceControlSession & operator[](PINDEX i) const; PObject * Clone() const; }; // // Connect-UUIE_language // class H225_Connect_UUIE_language : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_Connect_UUIE_language, PASN_Array); #endif public: H225_Connect_UUIE_language(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; PASN_IA5String & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_CallReferenceValue // class H225_CallReferenceValue; class H225_ArrayOf_CallReferenceValue : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ArrayOf_CallReferenceValue, PASN_Array); #endif public: H225_ArrayOf_CallReferenceValue(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_CallReferenceValue & operator[](PINDEX i) const; PObject * Clone() const; }; // // Setup-UUIE_conferenceGoal // class H225_Setup_UUIE_conferenceGoal : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_Setup_UUIE_conferenceGoal, PASN_Choice); #endif public: H225_Setup_UUIE_conferenceGoal(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_create, e_join, e_invite, e_capability_negotiation, e_callIndependentSupplementaryService }; BOOL CreateObject(); PObject * Clone() const; }; // // ArrayOf_H245Security // class H225_H245Security; class H225_ArrayOf_H245Security : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ArrayOf_H245Security, PASN_Array); #endif public: H225_ArrayOf_H245Security(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_H245Security & operator[](PINDEX i) const; PObject * Clone() const; }; // // Setup-UUIE_connectionParameters // class H225_Setup_UUIE_connectionParameters : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_Setup_UUIE_connectionParameters, PASN_Sequence); #endif public: H225_Setup_UUIE_connectionParameters(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H225_ScnConnectionType m_connectionType; PASN_Integer m_numberOfScnConnections; H225_ScnConnectionAggregation m_connectionAggregation; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // Setup-UUIE_language // class H225_Setup_UUIE_language : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_Setup_UUIE_language, PASN_Array); #endif public: H225_Setup_UUIE_language(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; PASN_IA5String & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_SupportedProtocols // class H225_SupportedProtocols; class H225_ArrayOf_SupportedProtocols : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ArrayOf_SupportedProtocols, PASN_Array); #endif public: H225_ArrayOf_SupportedProtocols(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_SupportedProtocols & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_FeatureDescriptor // class H225_FeatureDescriptor; class H225_ArrayOf_FeatureDescriptor : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ArrayOf_FeatureDescriptor, PASN_Array); #endif public: H225_ArrayOf_FeatureDescriptor(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_FeatureDescriptor & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_ExtendedAliasAddress // class H225_ExtendedAliasAddress; class H225_ArrayOf_ExtendedAliasAddress : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ArrayOf_ExtendedAliasAddress, PASN_Array); #endif public: H225_ArrayOf_ExtendedAliasAddress(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_ExtendedAliasAddress & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_ConferenceList // class H225_ConferenceList; class H225_ArrayOf_ConferenceList : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ArrayOf_ConferenceList, PASN_Array); #endif public: H225_ArrayOf_ConferenceList(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_ConferenceList & operator[](PINDEX i) const; PObject * Clone() const; }; // // TransportAddress_ipAddress // class H225_TransportAddress_ipAddress : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_TransportAddress_ipAddress, PASN_Sequence); #endif public: H225_TransportAddress_ipAddress(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_OctetString m_ip; PASN_Integer m_port; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TransportAddress_ipxAddress // class H225_TransportAddress_ipxAddress : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_TransportAddress_ipxAddress, PASN_Sequence); #endif public: H225_TransportAddress_ipxAddress(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_OctetString m_node; PASN_OctetString m_netnum; PASN_OctetString m_port; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TransportAddress_ip6Address // class H225_TransportAddress_ip6Address : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_TransportAddress_ip6Address, PASN_Sequence); #endif public: H225_TransportAddress_ip6Address(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_OctetString m_ip; PASN_Integer m_port; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ArrayOf_TunnelledProtocol // class H225_TunnelledProtocol; class H225_ArrayOf_TunnelledProtocol : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ArrayOf_TunnelledProtocol, PASN_Array); #endif public: H225_ArrayOf_TunnelledProtocol(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_TunnelledProtocol & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_DataRate // class H225_DataRate; class H225_ArrayOf_DataRate : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ArrayOf_DataRate, PASN_Array); #endif public: H225_ArrayOf_DataRate(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_DataRate & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_SupportedPrefix // class H225_SupportedPrefix; class H225_ArrayOf_SupportedPrefix : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ArrayOf_SupportedPrefix, PASN_Array); #endif public: H225_ArrayOf_SupportedPrefix(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_SupportedPrefix & operator[](PINDEX i) const; PObject * Clone() const; }; // // TunnelledProtocol_id // class H225_TunnelledProtocolAlternateIdentifier; class H225_TunnelledProtocol_id : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_TunnelledProtocol_id, PASN_Choice); #endif public: H225_TunnelledProtocol_id(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_tunnelledProtocolObjectID, e_tunnelledProtocolAlternateID }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_TunnelledProtocolAlternateIdentifier &() const; #else operator H225_TunnelledProtocolAlternateIdentifier &(); operator const H225_TunnelledProtocolAlternateIdentifier &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // AddressPattern_range // class H225_AddressPattern_range : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_AddressPattern_range, PASN_Sequence); #endif public: H225_AddressPattern_range(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H225_PartyNumber m_startOfRange; H225_PartyNumber m_endOfRange; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ANSI-41-UIM_system-id // class H225_ANSI_41_UIM_system_id : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ANSI_41_UIM_system_id, PASN_Choice); #endif public: H225_ANSI_41_UIM_system_id(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_sid, e_mid }; BOOL CreateObject(); PObject * Clone() const; }; // // ArrayOf_TransportAddress // class H225_TransportAddress; class H225_ArrayOf_TransportAddress : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ArrayOf_TransportAddress, PASN_Array); #endif public: H225_ArrayOf_TransportAddress(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_TransportAddress & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_AlternateGK // class H225_AlternateGK; class H225_ArrayOf_AlternateGK : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ArrayOf_AlternateGK, PASN_Array); #endif public: H225_ArrayOf_AlternateGK(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_AlternateGK & operator[](PINDEX i) const; PObject * Clone() const; }; // // CryptoH323Token_cryptoEPPwdHash // class H225_CryptoH323Token_cryptoEPPwdHash : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_CryptoH323Token_cryptoEPPwdHash, PASN_Sequence); #endif public: H225_CryptoH323Token_cryptoEPPwdHash(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H225_AliasAddress m_alias; H235_TimeStamp m_timeStamp; H235_HASHED m_token; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CryptoH323Token_cryptoGKPwdHash // class H225_CryptoH323Token_cryptoGKPwdHash : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_CryptoH323Token_cryptoGKPwdHash, PASN_Sequence); #endif public: H225_CryptoH323Token_cryptoGKPwdHash(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H225_GatekeeperIdentifier m_gatekeeperId; H235_TimeStamp m_timeStamp; H235_HASHED m_token; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CapacityReportingSpecification_when // class H225_CapacityReportingSpecification_when : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_CapacityReportingSpecification_when, PASN_Sequence); #endif public: H225_CapacityReportingSpecification_when(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_callStart, e_callEnd }; PASN_Null m_callStart; PASN_Null m_callEnd; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ArrayOf_CallsAvailable // class H225_CallsAvailable; class H225_ArrayOf_CallsAvailable : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ArrayOf_CallsAvailable, PASN_Array); #endif public: H225_ArrayOf_CallsAvailable(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_CallsAvailable & operator[](PINDEX i) const; PObject * Clone() const; }; // // CicInfo_cic // class H225_CicInfo_cic : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_CicInfo_cic, PASN_Array); #endif public: H225_CicInfo_cic(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; PASN_OctetString & operator[](PINDEX i) const; PObject * Clone() const; }; // // GroupID_member // class H225_GroupID_member : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_GroupID_member, PASN_Array); #endif public: H225_GroupID_member(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; PASN_Integer & operator[](PINDEX i) const; PObject * Clone() const; }; // // ServiceControlSession_reason // class H225_ServiceControlSession_reason : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ServiceControlSession_reason, PASN_Choice); #endif public: H225_ServiceControlSession_reason(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_open, e_refresh, e_close }; BOOL CreateObject(); PObject * Clone() const; }; // // RasUsageSpecification_when // class H225_RasUsageSpecification_when : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_RasUsageSpecification_when, PASN_Sequence); #endif public: H225_RasUsageSpecification_when(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_start, e_end, e_inIrr }; PASN_Null m_start; PASN_Null m_end; PASN_Null m_inIrr; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RasUsageSpecification_callStartingPoint // class H225_RasUsageSpecification_callStartingPoint : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_RasUsageSpecification_callStartingPoint, PASN_Sequence); #endif public: H225_RasUsageSpecification_callStartingPoint(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_alerting, e_connect }; PASN_Null m_alerting; PASN_Null m_connect; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CallCreditServiceControl_billingMode // class H225_CallCreditServiceControl_billingMode : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_CallCreditServiceControl_billingMode, PASN_Choice); #endif public: H225_CallCreditServiceControl_billingMode(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_credit, e_debit }; BOOL CreateObject(); PObject * Clone() const; }; // // CallCreditServiceControl_callStartingPoint // class H225_CallCreditServiceControl_callStartingPoint : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_CallCreditServiceControl_callStartingPoint, PASN_Choice); #endif public: H225_CallCreditServiceControl_callStartingPoint(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_alerting, e_connect }; BOOL CreateObject(); PObject * Clone() const; }; // // ArrayOf_EnumeratedParameter // class H225_EnumeratedParameter; class H225_ArrayOf_EnumeratedParameter : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ArrayOf_EnumeratedParameter, PASN_Array); #endif public: H225_ArrayOf_EnumeratedParameter(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_EnumeratedParameter & operator[](PINDEX i) const; PObject * Clone() const; }; // // RTPSession_associatedSessionIds // class H225_RTPSession_associatedSessionIds : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_RTPSession_associatedSessionIds, PASN_Array); #endif public: H225_RTPSession_associatedSessionIds(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; PASN_Integer & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_AdmissionConfirm // class H225_AdmissionConfirm; class H225_ArrayOf_AdmissionConfirm : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ArrayOf_AdmissionConfirm, PASN_Array); #endif public: H225_ArrayOf_AdmissionConfirm(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_AdmissionConfirm & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_Endpoint // class H225_Endpoint; class H225_ArrayOf_Endpoint : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ArrayOf_Endpoint, PASN_Array); #endif public: H225_ArrayOf_Endpoint(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_Endpoint & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_AuthenticationMechanism // class H235_AuthenticationMechanism; class H225_ArrayOf_AuthenticationMechanism : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ArrayOf_AuthenticationMechanism, PASN_Array); #endif public: H225_ArrayOf_AuthenticationMechanism(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H235_AuthenticationMechanism & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_PASN_ObjectId // class H225_ArrayOf_PASN_ObjectId : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ArrayOf_PASN_ObjectId, PASN_Array); #endif public: H225_ArrayOf_PASN_ObjectId(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; PASN_ObjectId & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_IntegrityMechanism // class H225_IntegrityMechanism; class H225_ArrayOf_IntegrityMechanism : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ArrayOf_IntegrityMechanism, PASN_Array); #endif public: H225_ArrayOf_IntegrityMechanism(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_IntegrityMechanism & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_AddressPattern // class H225_AddressPattern; class H225_ArrayOf_AddressPattern : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ArrayOf_AddressPattern, PASN_Array); #endif public: H225_ArrayOf_AddressPattern(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_AddressPattern & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_H248PackagesDescriptor // class H225_H248PackagesDescriptor; class H225_ArrayOf_H248PackagesDescriptor : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ArrayOf_H248PackagesDescriptor, PASN_Array); #endif public: H225_ArrayOf_H248PackagesDescriptor(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_H248PackagesDescriptor & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_RasUsageSpecification // class H225_RasUsageSpecification; class H225_ArrayOf_RasUsageSpecification : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ArrayOf_RasUsageSpecification, PASN_Array); #endif public: H225_ArrayOf_RasUsageSpecification(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_RasUsageSpecification & operator[](PINDEX i) const; PObject * Clone() const; }; // // RegistrationRejectReason_invalidTerminalAliases // class H225_RegistrationRejectReason_invalidTerminalAliases : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_RegistrationRejectReason_invalidTerminalAliases, PASN_Sequence); #endif public: H225_RegistrationRejectReason_invalidTerminalAliases(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_terminalAlias, e_terminalAliasPattern, e_supportedPrefixes }; H225_ArrayOf_AliasAddress m_terminalAlias; H225_ArrayOf_AddressPattern m_terminalAliasPattern; H225_ArrayOf_SupportedPrefix m_supportedPrefixes; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // AdmissionConfirm_language // class H225_AdmissionConfirm_language : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_AdmissionConfirm_language, PASN_Array); #endif public: H225_AdmissionConfirm_language(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; PASN_IA5String & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_PartyNumber // class H225_PartyNumber; class H225_ArrayOf_PartyNumber : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ArrayOf_PartyNumber, PASN_Array); #endif public: H225_ArrayOf_PartyNumber(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_PartyNumber & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_BandwidthDetails // class H225_BandwidthDetails; class H225_ArrayOf_BandwidthDetails : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ArrayOf_BandwidthDetails, PASN_Array); #endif public: H225_ArrayOf_BandwidthDetails(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_BandwidthDetails & operator[](PINDEX i) const; PObject * Clone() const; }; // // InfoRequestResponse_perCallInfo // class H225_InfoRequestResponse_perCallInfo_subtype; class H225_InfoRequestResponse_perCallInfo : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_InfoRequestResponse_perCallInfo, PASN_Array); #endif public: H225_InfoRequestResponse_perCallInfo(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_InfoRequestResponse_perCallInfo_subtype & operator[](PINDEX i) const; PObject * Clone() const; }; // // ServiceControlIndication_callSpecific // class H225_ServiceControlIndication_callSpecific : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ServiceControlIndication_callSpecific, PASN_Sequence); #endif public: H225_ServiceControlIndication_callSpecific(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H225_CallIdentifier m_callIdentifier; H225_ConferenceIdentifier m_conferenceID; PASN_Boolean m_answeredCall; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ServiceControlResponse_result // class H225_ServiceControlResponse_result : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ServiceControlResponse_result, PASN_Choice); #endif public: H225_ServiceControlResponse_result(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_started, e_failed, e_stopped, e_notAvailable, e_neededFeatureNotSupported }; BOOL CreateObject(); PObject * Clone() const; }; // // TransportAddress_ipSourceRoute_route // class H225_TransportAddress_ipSourceRoute_route : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_TransportAddress_ipSourceRoute_route, PASN_Array); #endif public: H225_TransportAddress_ipSourceRoute_route(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; PASN_OctetString & operator[](PINDEX i) const; PObject * Clone() const; }; // // TransportAddress_ipSourceRoute_routing // class H225_TransportAddress_ipSourceRoute_routing : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_TransportAddress_ipSourceRoute_routing, PASN_Choice); #endif public: H225_TransportAddress_ipSourceRoute_routing(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_strict, e_loose }; BOOL CreateObject(); PObject * Clone() const; }; // // ArrayOf_RTPSession // class H225_RTPSession; class H225_ArrayOf_RTPSession : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ArrayOf_RTPSession, PASN_Array); #endif public: H225_ArrayOf_RTPSession(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_RTPSession & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_TransportChannelInfo // class H225_TransportChannelInfo; class H225_ArrayOf_TransportChannelInfo : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ArrayOf_TransportChannelInfo, PASN_Array); #endif public: H225_ArrayOf_TransportChannelInfo(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_TransportChannelInfo & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_ConferenceIdentifier // class H225_ConferenceIdentifier; class H225_ArrayOf_ConferenceIdentifier : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ArrayOf_ConferenceIdentifier, PASN_Array); #endif public: H225_ArrayOf_ConferenceIdentifier(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_ConferenceIdentifier & operator[](PINDEX i) const; PObject * Clone() const; }; // // InfoRequestResponse_perCallInfo_subtype_pdu // class H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype; class H225_InfoRequestResponse_perCallInfo_subtype_pdu : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_InfoRequestResponse_perCallInfo_subtype_pdu, PASN_Array); #endif public: H225_InfoRequestResponse_perCallInfo_subtype_pdu(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype & operator[](PINDEX i) const; PObject * Clone() const; }; // // Status-UUIE // class H225_Status_UUIE : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_Status_UUIE, PASN_Sequence); #endif public: H225_Status_UUIE(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_tokens, e_cryptoTokens }; H225_ProtocolIdentifier m_protocolIdentifier; H225_CallIdentifier m_callIdentifier; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // StatusInquiry-UUIE // class H225_StatusInquiry_UUIE : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_StatusInquiry_UUIE, PASN_Sequence); #endif public: H225_StatusInquiry_UUIE(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_tokens, e_cryptoTokens }; H225_ProtocolIdentifier m_protocolIdentifier; H225_CallIdentifier m_callIdentifier; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // SetupAcknowledge-UUIE // class H225_SetupAcknowledge_UUIE : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_SetupAcknowledge_UUIE, PASN_Sequence); #endif public: H225_SetupAcknowledge_UUIE(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_tokens, e_cryptoTokens }; H225_ProtocolIdentifier m_protocolIdentifier; H225_CallIdentifier m_callIdentifier; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // Notify-UUIE // class H225_Notify_UUIE : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_Notify_UUIE, PASN_Sequence); #endif public: H225_Notify_UUIE(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_tokens, e_cryptoTokens }; H225_ProtocolIdentifier m_protocolIdentifier; H225_CallIdentifier m_callIdentifier; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // VendorIdentifier // class H225_VendorIdentifier : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_VendorIdentifier, PASN_Sequence); #endif public: H225_VendorIdentifier(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_productId, e_versionId, e_enterpriseNumber }; H225_H221NonStandard m_vendor; PASN_OctetString m_productId; PASN_OctetString m_versionId; PASN_ObjectId m_enterpriseNumber; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TunnelledProtocol // class H225_TunnelledProtocol : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_TunnelledProtocol, PASN_Sequence); #endif public: H225_TunnelledProtocol(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_subIdentifier }; H225_TunnelledProtocol_id m_id; PASN_IA5String m_subIdentifier; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // NonStandardParameter // class H225_NonStandardParameter : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_NonStandardParameter, PASN_Sequence); #endif public: H225_NonStandardParameter(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H225_NonStandardIdentifier m_nonStandardIdentifier; PASN_OctetString m_data; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // PublicPartyNumber // class H225_PublicPartyNumber : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_PublicPartyNumber, PASN_Sequence); #endif public: H225_PublicPartyNumber(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H225_PublicTypeOfNumber m_publicTypeOfNumber; H225_NumberDigits m_publicNumberDigits; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // PrivatePartyNumber // class H225_PrivatePartyNumber : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_PrivatePartyNumber, PASN_Sequence); #endif public: H225_PrivatePartyNumber(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H225_PrivateTypeOfNumber m_privateTypeOfNumber; H225_NumberDigits m_privateNumberDigits; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ANSI-41-UIM // class H225_ANSI_41_UIM : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ANSI_41_UIM, PASN_Sequence); #endif public: H225_ANSI_41_UIM(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_imsi, e_min, e_mdn, e_msisdn, e_esn, e_mscid, e_systemMyTypeCode, e_systemAccessType, e_qualificationInformationCode, e_sesn, e_soc }; PASN_IA5String m_imsi; PASN_IA5String m_min; PASN_IA5String m_mdn; PASN_IA5String m_msisdn; PASN_IA5String m_esn; PASN_IA5String m_mscid; H225_ANSI_41_UIM_system_id m_system_id; PASN_OctetString m_systemMyTypeCode; PASN_OctetString m_systemAccessType; PASN_OctetString m_qualificationInformationCode; PASN_IA5String m_sesn; PASN_IA5String m_soc; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // AlternateTransportAddresses // class H225_AlternateTransportAddresses : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_AlternateTransportAddresses, PASN_Sequence); #endif public: H225_AlternateTransportAddresses(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_annexE, e_sctp }; H225_ArrayOf_TransportAddress m_annexE; H225_ArrayOf_TransportAddress m_sctp; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // AlternateGK // class H225_AlternateGK : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_AlternateGK, PASN_Sequence); #endif public: H225_AlternateGK(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_gatekeeperIdentifier }; H225_TransportAddress m_rasAddress; H225_GatekeeperIdentifier m_gatekeeperIdentifier; PASN_Boolean m_needToRegister; PASN_Integer m_priority; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // AltGKInfo // class H225_AltGKInfo : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_AltGKInfo, PASN_Sequence); #endif public: H225_AltGKInfo(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H225_ArrayOf_AlternateGK m_alternateGatekeeper; PASN_Boolean m_altGKisPermanent; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // SecurityCapabilities // class H225_SecurityCapabilities : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_SecurityCapabilities, PASN_Sequence); #endif public: H225_SecurityCapabilities(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandard }; H225_NonStandardParameter m_nonStandard; H225_SecurityServiceMode m_encryption; H225_SecurityServiceMode m_authenticaton; H225_SecurityServiceMode m_integrity; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // QseriesOptions // class H225_QseriesOptions : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_QseriesOptions, PASN_Sequence); #endif public: H225_QseriesOptions(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Boolean m_q932Full; PASN_Boolean m_q951Full; PASN_Boolean m_q952Full; PASN_Boolean m_q953Full; PASN_Boolean m_q955Full; PASN_Boolean m_q956Full; PASN_Boolean m_q957Full; H225_Q954Details m_q954Info; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // DataRate // class H225_DataRate : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_DataRate, PASN_Sequence); #endif public: H225_DataRate(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_channelMultiplier }; H225_NonStandardParameter m_nonStandardData; H225_BandWidth m_channelRate; PASN_Integer m_channelMultiplier; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // SupportedPrefix // class H225_SupportedPrefix : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_SupportedPrefix, PASN_Sequence); #endif public: H225_SupportedPrefix(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData }; H225_NonStandardParameter m_nonStandardData; H225_AliasAddress m_prefix; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CapacityReportingSpecification // class H225_CapacityReportingSpecification : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_CapacityReportingSpecification, PASN_Sequence); #endif public: H225_CapacityReportingSpecification(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H225_CapacityReportingSpecification_when m_when; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CallCapacityInfo // class H225_CallCapacityInfo : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_CallCapacityInfo, PASN_Sequence); #endif public: H225_CallCapacityInfo(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_voiceGwCallsAvailable, e_h310GwCallsAvailable, e_h320GwCallsAvailable, e_h321GwCallsAvailable, e_h322GwCallsAvailable, e_h323GwCallsAvailable, e_h324GwCallsAvailable, e_t120OnlyGwCallsAvailable, e_t38FaxAnnexbOnlyGwCallsAvailable, e_terminalCallsAvailable, e_mcuCallsAvailable, e_sipGwCallsAvailable }; H225_ArrayOf_CallsAvailable m_voiceGwCallsAvailable; H225_ArrayOf_CallsAvailable m_h310GwCallsAvailable; H225_ArrayOf_CallsAvailable m_h320GwCallsAvailable; H225_ArrayOf_CallsAvailable m_h321GwCallsAvailable; H225_ArrayOf_CallsAvailable m_h322GwCallsAvailable; H225_ArrayOf_CallsAvailable m_h323GwCallsAvailable; H225_ArrayOf_CallsAvailable m_h324GwCallsAvailable; H225_ArrayOf_CallsAvailable m_t120OnlyGwCallsAvailable; H225_ArrayOf_CallsAvailable m_t38FaxAnnexbOnlyGwCallsAvailable; H225_ArrayOf_CallsAvailable m_terminalCallsAvailable; H225_ArrayOf_CallsAvailable m_mcuCallsAvailable; H225_ArrayOf_CallsAvailable m_sipGwCallsAvailable; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CallsAvailable // class H225_CallsAvailable : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_CallsAvailable, PASN_Sequence); #endif public: H225_CallsAvailable(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_group, e_carrier }; PASN_Integer m_calls; PASN_IA5String m_group; H225_CarrierInfo m_carrier; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CicInfo // class H225_CicInfo : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_CicInfo, PASN_Sequence); #endif public: H225_CicInfo(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H225_CicInfo_cic m_cic; PASN_OctetString m_pointCode; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // GroupID // class H225_GroupID : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_GroupID, PASN_Sequence); #endif public: H225_GroupID(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_member }; H225_GroupID_member m_member; PASN_IA5String m_group; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ServiceControlSession // class H225_ServiceControlSession : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ServiceControlSession, PASN_Sequence); #endif public: H225_ServiceControlSession(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_contents }; PASN_Integer m_sessionId; H225_ServiceControlDescriptor m_contents; H225_ServiceControlSession_reason m_reason; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RasUsageInfoTypes // class H225_RasUsageInfoTypes : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_RasUsageInfoTypes, PASN_Sequence); #endif public: H225_RasUsageInfoTypes(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_startTime, e_endTime, e_terminationCause }; H225_ArrayOf_NonStandardParameter m_nonStandardUsageTypes; PASN_Null m_startTime; PASN_Null m_endTime; PASN_Null m_terminationCause; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RasUsageSpecification // class H225_RasUsageSpecification : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_RasUsageSpecification, PASN_Sequence); #endif public: H225_RasUsageSpecification(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_callStartingPoint }; H225_RasUsageSpecification_when m_when; H225_RasUsageSpecification_callStartingPoint m_callStartingPoint; H225_RasUsageInfoTypes m_required; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RasUsageInformation // class H225_RasUsageInformation : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_RasUsageInformation, PASN_Sequence); #endif public: H225_RasUsageInformation(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_alertingTime, e_connectTime, e_endTime }; H225_ArrayOf_NonStandardParameter m_nonStandardUsageFields; H235_TimeStamp m_alertingTime; H235_TimeStamp m_connectTime; H235_TimeStamp m_endTime; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // BandwidthDetails // class H225_BandwidthDetails : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_BandwidthDetails, PASN_Sequence); #endif public: H225_BandwidthDetails(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Boolean m_sender; PASN_Boolean m_multicast; H225_BandWidth m_bandwidth; H225_TransportChannelInfo m_rtcpAddresses; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CallCreditServiceControl // class H225_CallCreditServiceControl : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_CallCreditServiceControl, PASN_Sequence); #endif public: H225_CallCreditServiceControl(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_amountString, e_billingMode, e_callDurationLimit, e_enforceCallDurationLimit, e_callStartingPoint }; PASN_BMPString m_amountString; H225_CallCreditServiceControl_billingMode m_billingMode; PASN_Integer m_callDurationLimit; PASN_Boolean m_enforceCallDurationLimit; H225_CallCreditServiceControl_callStartingPoint m_callStartingPoint; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // GenericData // class H225_GenericData : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_GenericData, PASN_Sequence); #endif public: H225_GenericData(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_parameters }; H225_GenericIdentifier m_id; H225_ArrayOf_EnumeratedParameter m_parameters; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // EnumeratedParameter // class H225_EnumeratedParameter : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_EnumeratedParameter, PASN_Sequence); #endif public: H225_EnumeratedParameter(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_content }; H225_GenericIdentifier m_id; H225_Content m_content; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // FeatureSet // class H225_FeatureSet : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_FeatureSet, PASN_Sequence); #endif public: H225_FeatureSet(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_neededFeatures, e_desiredFeatures, e_supportedFeatures }; PASN_Boolean m_replacementFeatureSet; H225_ArrayOf_FeatureDescriptor m_neededFeatures; H225_ArrayOf_FeatureDescriptor m_desiredFeatures; H225_ArrayOf_FeatureDescriptor m_supportedFeatures; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RTPSession // class H225_RTPSession : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_RTPSession, PASN_Sequence); #endif public: H225_RTPSession(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_multicast, e_bandwidth }; H225_TransportChannelInfo m_rtpAddress; H225_TransportChannelInfo m_rtcpAddress; PASN_PrintableString m_cname; PASN_Integer m_ssrc; PASN_Integer m_sessionId; H225_RTPSession_associatedSessionIds m_associatedSessionIds; PASN_Null m_multicast; H225_BandWidth m_bandwidth; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // GatekeeperConfirm // class H225_GatekeeperConfirm : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_GatekeeperConfirm, PASN_Sequence); #endif public: H225_GatekeeperConfirm(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_gatekeeperIdentifier, e_alternateGatekeeper, e_authenticationMode, e_tokens, e_cryptoTokens, e_algorithmOID, e_integrity, e_integrityCheckValue, e_featureSet, e_genericData }; H225_RequestSeqNum m_requestSeqNum; H225_ProtocolIdentifier m_protocolIdentifier; H225_NonStandardParameter m_nonStandardData; H225_GatekeeperIdentifier m_gatekeeperIdentifier; H225_TransportAddress m_rasAddress; H225_ArrayOf_AlternateGK m_alternateGatekeeper; H235_AuthenticationMechanism m_authenticationMode; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; PASN_ObjectId m_algorithmOID; H225_ArrayOf_IntegrityMechanism m_integrity; H225_ICV m_integrityCheckValue; H225_FeatureSet m_featureSet; H225_ArrayOf_GenericData m_genericData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // GatekeeperReject // class H225_GatekeeperReject : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_GatekeeperReject, PASN_Sequence); #endif public: H225_GatekeeperReject(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_gatekeeperIdentifier, e_altGKInfo, e_tokens, e_cryptoTokens, e_integrityCheckValue, e_featureSet, e_genericData }; H225_RequestSeqNum m_requestSeqNum; H225_ProtocolIdentifier m_protocolIdentifier; H225_NonStandardParameter m_nonStandardData; H225_GatekeeperIdentifier m_gatekeeperIdentifier; H225_GatekeeperRejectReason m_rejectReason; H225_AltGKInfo m_altGKInfo; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ICV m_integrityCheckValue; H225_FeatureSet m_featureSet; H225_ArrayOf_GenericData m_genericData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RegistrationReject // class H225_RegistrationReject : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_RegistrationReject, PASN_Sequence); #endif public: H225_RegistrationReject(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_gatekeeperIdentifier, e_altGKInfo, e_tokens, e_cryptoTokens, e_integrityCheckValue, e_featureSet, e_genericData }; H225_RequestSeqNum m_requestSeqNum; H225_ProtocolIdentifier m_protocolIdentifier; H225_NonStandardParameter m_nonStandardData; H225_RegistrationRejectReason m_rejectReason; H225_GatekeeperIdentifier m_gatekeeperIdentifier; H225_AltGKInfo m_altGKInfo; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ICV m_integrityCheckValue; H225_FeatureSet m_featureSet; H225_ArrayOf_GenericData m_genericData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // UnregistrationRequest // class H225_UnregistrationRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_UnregistrationRequest, PASN_Sequence); #endif public: H225_UnregistrationRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_endpointAlias, e_nonStandardData, e_endpointIdentifier, e_alternateEndpoints, e_gatekeeperIdentifier, e_tokens, e_cryptoTokens, e_integrityCheckValue, e_reason, e_endpointAliasPattern, e_supportedPrefixes, e_alternateGatekeeper, e_genericData }; H225_RequestSeqNum m_requestSeqNum; H225_ArrayOf_TransportAddress m_callSignalAddress; H225_ArrayOf_AliasAddress m_endpointAlias; H225_NonStandardParameter m_nonStandardData; H225_EndpointIdentifier m_endpointIdentifier; H225_ArrayOf_Endpoint m_alternateEndpoints; H225_GatekeeperIdentifier m_gatekeeperIdentifier; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ICV m_integrityCheckValue; H225_UnregRequestReason m_reason; H225_ArrayOf_AddressPattern m_endpointAliasPattern; H225_ArrayOf_SupportedPrefix m_supportedPrefixes; H225_ArrayOf_AlternateGK m_alternateGatekeeper; H225_ArrayOf_GenericData m_genericData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // UnregistrationConfirm // class H225_UnregistrationConfirm : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_UnregistrationConfirm, PASN_Sequence); #endif public: H225_UnregistrationConfirm(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_tokens, e_cryptoTokens, e_integrityCheckValue, e_genericData }; H225_RequestSeqNum m_requestSeqNum; H225_NonStandardParameter m_nonStandardData; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ICV m_integrityCheckValue; H225_ArrayOf_GenericData m_genericData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // UnregistrationReject // class H225_UnregistrationReject : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_UnregistrationReject, PASN_Sequence); #endif public: H225_UnregistrationReject(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_altGKInfo, e_tokens, e_cryptoTokens, e_integrityCheckValue, e_genericData }; H225_RequestSeqNum m_requestSeqNum; H225_UnregRejectReason m_rejectReason; H225_NonStandardParameter m_nonStandardData; H225_AltGKInfo m_altGKInfo; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ICV m_integrityCheckValue; H225_ArrayOf_GenericData m_genericData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // AdmissionReject // class H225_AdmissionReject : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_AdmissionReject, PASN_Sequence); #endif public: H225_AdmissionReject(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_altGKInfo, e_tokens, e_cryptoTokens, e_callSignalAddress, e_integrityCheckValue, e_serviceControl, e_featureSet, e_genericData }; H225_RequestSeqNum m_requestSeqNum; H225_AdmissionRejectReason m_rejectReason; H225_NonStandardParameter m_nonStandardData; H225_AltGKInfo m_altGKInfo; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ArrayOf_TransportAddress m_callSignalAddress; H225_ICV m_integrityCheckValue; H225_ArrayOf_ServiceControlSession m_serviceControl; H225_FeatureSet m_featureSet; H225_ArrayOf_GenericData m_genericData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // BandwidthReject // class H225_BandwidthReject : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_BandwidthReject, PASN_Sequence); #endif public: H225_BandwidthReject(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_altGKInfo, e_tokens, e_cryptoTokens, e_integrityCheckValue, e_genericData }; H225_RequestSeqNum m_requestSeqNum; H225_BandRejectReason m_rejectReason; H225_BandWidth m_allowedBandWidth; H225_NonStandardParameter m_nonStandardData; H225_AltGKInfo m_altGKInfo; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ICV m_integrityCheckValue; H225_ArrayOf_GenericData m_genericData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // LocationReject // class H225_LocationReject : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_LocationReject, PASN_Sequence); #endif public: H225_LocationReject(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_altGKInfo, e_tokens, e_cryptoTokens, e_integrityCheckValue, e_featureSet, e_genericData, e_serviceControl }; H225_RequestSeqNum m_requestSeqNum; H225_LocationRejectReason m_rejectReason; H225_NonStandardParameter m_nonStandardData; H225_AltGKInfo m_altGKInfo; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ICV m_integrityCheckValue; H225_FeatureSet m_featureSet; H225_ArrayOf_GenericData m_genericData; H225_ArrayOf_ServiceControlSession m_serviceControl; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // DisengageReject // class H225_DisengageReject : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_DisengageReject, PASN_Sequence); #endif public: H225_DisengageReject(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_altGKInfo, e_tokens, e_cryptoTokens, e_integrityCheckValue, e_genericData }; H225_RequestSeqNum m_requestSeqNum; H225_DisengageRejectReason m_rejectReason; H225_NonStandardParameter m_nonStandardData; H225_AltGKInfo m_altGKInfo; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ICV m_integrityCheckValue; H225_ArrayOf_GenericData m_genericData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // InfoRequest // class H225_InfoRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_InfoRequest, PASN_Sequence); #endif public: H225_InfoRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_replyAddress, e_callIdentifier, e_tokens, e_cryptoTokens, e_integrityCheckValue, e_uuiesRequested, e_callLinkage, e_usageInfoRequested, e_segmentedResponseSupported, e_nextSegmentRequested, e_capacityInfoRequested, e_genericData }; H225_RequestSeqNum m_requestSeqNum; H225_CallReferenceValue m_callReferenceValue; H225_NonStandardParameter m_nonStandardData; H225_TransportAddress m_replyAddress; H225_CallIdentifier m_callIdentifier; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ICV m_integrityCheckValue; H225_UUIEsRequested m_uuiesRequested; H225_CallLinkage m_callLinkage; H225_RasUsageInfoTypes m_usageInfoRequested; PASN_Null m_segmentedResponseSupported; PASN_Integer m_nextSegmentRequested; PASN_Null m_capacityInfoRequested; H225_ArrayOf_GenericData m_genericData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // InfoRequestAck // class H225_InfoRequestAck : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_InfoRequestAck, PASN_Sequence); #endif public: H225_InfoRequestAck(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_tokens, e_cryptoTokens, e_integrityCheckValue }; H225_RequestSeqNum m_requestSeqNum; H225_NonStandardParameter m_nonStandardData; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ICV m_integrityCheckValue; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // InfoRequestNak // class H225_InfoRequestNak : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_InfoRequestNak, PASN_Sequence); #endif public: H225_InfoRequestNak(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_altGKInfo, e_tokens, e_cryptoTokens, e_integrityCheckValue }; H225_RequestSeqNum m_requestSeqNum; H225_NonStandardParameter m_nonStandardData; H225_InfoRequestNakReason m_nakReason; H225_AltGKInfo m_altGKInfo; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ICV m_integrityCheckValue; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // NonStandardMessage // class H225_NonStandardMessage : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_NonStandardMessage, PASN_Sequence); #endif public: H225_NonStandardMessage(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_tokens, e_cryptoTokens, e_integrityCheckValue, e_featureSet, e_genericData }; H225_RequestSeqNum m_requestSeqNum; H225_NonStandardParameter m_nonStandardData; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ICV m_integrityCheckValue; H225_FeatureSet m_featureSet; H225_ArrayOf_GenericData m_genericData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // UnknownMessageResponse // class H225_UnknownMessageResponse : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_UnknownMessageResponse, PASN_Sequence); #endif public: H225_UnknownMessageResponse(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_tokens, e_cryptoTokens, e_integrityCheckValue, e_messageNotUnderstood }; H225_RequestSeqNum m_requestSeqNum; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ICV m_integrityCheckValue; PASN_OctetString m_messageNotUnderstood; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RequestInProgress // class H225_RequestInProgress : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_RequestInProgress, PASN_Sequence); #endif public: H225_RequestInProgress(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_tokens, e_cryptoTokens, e_integrityCheckValue }; H225_RequestSeqNum m_requestSeqNum; H225_NonStandardParameter m_nonStandardData; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ICV m_integrityCheckValue; PASN_Integer m_delay; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ResourcesAvailableConfirm // class H225_ResourcesAvailableConfirm : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ResourcesAvailableConfirm, PASN_Sequence); #endif public: H225_ResourcesAvailableConfirm(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_tokens, e_cryptoTokens, e_integrityCheckValue, e_genericData }; H225_RequestSeqNum m_requestSeqNum; H225_ProtocolIdentifier m_protocolIdentifier; H225_NonStandardParameter m_nonStandardData; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ICV m_integrityCheckValue; H225_ArrayOf_GenericData m_genericData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ServiceControlIndication // class H225_ServiceControlIndication : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ServiceControlIndication, PASN_Sequence); #endif public: H225_ServiceControlIndication(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_endpointIdentifier, e_callSpecific, e_tokens, e_cryptoTokens, e_integrityCheckValue, e_featureSet, e_genericData }; H225_RequestSeqNum m_requestSeqNum; H225_NonStandardParameter m_nonStandardData; H225_ArrayOf_ServiceControlSession m_serviceControl; H225_EndpointIdentifier m_endpointIdentifier; H225_ServiceControlIndication_callSpecific m_callSpecific; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ICV m_integrityCheckValue; H225_FeatureSet m_featureSet; H225_ArrayOf_GenericData m_genericData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ServiceControlResponse // class H225_ServiceControlResponse : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ServiceControlResponse, PASN_Sequence); #endif public: H225_ServiceControlResponse(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_result, e_nonStandardData, e_tokens, e_cryptoTokens, e_integrityCheckValue, e_featureSet, e_genericData }; H225_RequestSeqNum m_requestSeqNum; H225_ServiceControlResponse_result m_result; H225_NonStandardParameter m_nonStandardData; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ICV m_integrityCheckValue; H225_FeatureSet m_featureSet; H225_ArrayOf_GenericData m_genericData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H323-UU-PDU_tunnelledSignallingMessage // class H225_H323_UU_PDU_tunnelledSignallingMessage : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_H323_UU_PDU_tunnelledSignallingMessage, PASN_Sequence); #endif public: H225_H323_UU_PDU_tunnelledSignallingMessage(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_tunnellingRequired, e_nonStandardData }; H225_TunnelledProtocol m_tunnelledProtocolID; H225_ArrayOf_PASN_OctetString m_messageContent; PASN_Null m_tunnellingRequired; H225_NonStandardParameter m_nonStandardData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TransportAddress_ipSourceRoute // class H225_TransportAddress_ipSourceRoute : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_TransportAddress_ipSourceRoute, PASN_Sequence); #endif public: H225_TransportAddress_ipSourceRoute(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_OctetString m_ip; PASN_Integer m_port; H225_TransportAddress_ipSourceRoute_route m_route; H225_TransportAddress_ipSourceRoute_routing m_routing; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RegistrationConfirm_preGrantedARQ // class H225_RegistrationConfirm_preGrantedARQ : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_RegistrationConfirm_preGrantedARQ, PASN_Sequence); #endif public: H225_RegistrationConfirm_preGrantedARQ(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_irrFrequencyInCall, e_totalBandwidthRestriction, e_alternateTransportAddresses, e_useSpecifiedTransport }; PASN_Boolean m_makeCall; PASN_Boolean m_useGKCallSignalAddressToMakeCall; PASN_Boolean m_answerCall; PASN_Boolean m_useGKCallSignalAddressToAnswer; PASN_Integer m_irrFrequencyInCall; H225_BandWidth m_totalBandwidthRestriction; H225_AlternateTransportAddresses m_alternateTransportAddresses; H225_UseSpecifiedTransport m_useSpecifiedTransport; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // StimulusControl // class H225_StimulusControl : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_StimulusControl, PASN_Sequence); #endif public: H225_StimulusControl(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandard, e_isText, e_h248Message }; H225_NonStandardParameter m_nonStandard; PASN_Null m_isText; PASN_OctetString m_h248Message; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConferenceList // class H225_ConferenceList : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ConferenceList, PASN_Sequence); #endif public: H225_ConferenceList(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_conferenceID, e_conferenceAlias, e_nonStandardData }; H225_ConferenceIdentifier m_conferenceID; H225_AliasAddress m_conferenceAlias; H225_NonStandardParameter m_nonStandardData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // GatewayInfo // class H225_GatewayInfo : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_GatewayInfo, PASN_Sequence); #endif public: H225_GatewayInfo(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_protocol, e_nonStandardData }; H225_ArrayOf_SupportedProtocols m_protocol; H225_NonStandardParameter m_nonStandardData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H310Caps // class H225_H310Caps : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_H310Caps, PASN_Sequence); #endif public: H225_H310Caps(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_dataRatesSupported, e_supportedPrefixes }; H225_NonStandardParameter m_nonStandardData; H225_ArrayOf_DataRate m_dataRatesSupported; H225_ArrayOf_SupportedPrefix m_supportedPrefixes; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H320Caps // class H225_H320Caps : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_H320Caps, PASN_Sequence); #endif public: H225_H320Caps(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_dataRatesSupported, e_supportedPrefixes }; H225_NonStandardParameter m_nonStandardData; H225_ArrayOf_DataRate m_dataRatesSupported; H225_ArrayOf_SupportedPrefix m_supportedPrefixes; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H321Caps // class H225_H321Caps : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_H321Caps, PASN_Sequence); #endif public: H225_H321Caps(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_dataRatesSupported, e_supportedPrefixes }; H225_NonStandardParameter m_nonStandardData; H225_ArrayOf_DataRate m_dataRatesSupported; H225_ArrayOf_SupportedPrefix m_supportedPrefixes; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H322Caps // class H225_H322Caps : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_H322Caps, PASN_Sequence); #endif public: H225_H322Caps(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_dataRatesSupported, e_supportedPrefixes }; H225_NonStandardParameter m_nonStandardData; H225_ArrayOf_DataRate m_dataRatesSupported; H225_ArrayOf_SupportedPrefix m_supportedPrefixes; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H323Caps // class H225_H323Caps : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_H323Caps, PASN_Sequence); #endif public: H225_H323Caps(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_dataRatesSupported, e_supportedPrefixes }; H225_NonStandardParameter m_nonStandardData; H225_ArrayOf_DataRate m_dataRatesSupported; H225_ArrayOf_SupportedPrefix m_supportedPrefixes; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H324Caps // class H225_H324Caps : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_H324Caps, PASN_Sequence); #endif public: H225_H324Caps(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_dataRatesSupported, e_supportedPrefixes }; H225_NonStandardParameter m_nonStandardData; H225_ArrayOf_DataRate m_dataRatesSupported; H225_ArrayOf_SupportedPrefix m_supportedPrefixes; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // VoiceCaps // class H225_VoiceCaps : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_VoiceCaps, PASN_Sequence); #endif public: H225_VoiceCaps(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_dataRatesSupported, e_supportedPrefixes }; H225_NonStandardParameter m_nonStandardData; H225_ArrayOf_DataRate m_dataRatesSupported; H225_ArrayOf_SupportedPrefix m_supportedPrefixes; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // T120OnlyCaps // class H225_T120OnlyCaps : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_T120OnlyCaps, PASN_Sequence); #endif public: H225_T120OnlyCaps(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_dataRatesSupported, e_supportedPrefixes }; H225_NonStandardParameter m_nonStandardData; H225_ArrayOf_DataRate m_dataRatesSupported; H225_ArrayOf_SupportedPrefix m_supportedPrefixes; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // NonStandardProtocol // class H225_NonStandardProtocol : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_NonStandardProtocol, PASN_Sequence); #endif public: H225_NonStandardProtocol(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_dataRatesSupported }; H225_NonStandardParameter m_nonStandardData; H225_ArrayOf_DataRate m_dataRatesSupported; H225_ArrayOf_SupportedPrefix m_supportedPrefixes; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // T38FaxAnnexbOnlyCaps // class H225_T38FaxAnnexbOnlyCaps : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_T38FaxAnnexbOnlyCaps, PASN_Sequence); #endif public: H225_T38FaxAnnexbOnlyCaps(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_dataRatesSupported }; H225_NonStandardParameter m_nonStandardData; H225_ArrayOf_DataRate m_dataRatesSupported; H225_ArrayOf_SupportedPrefix m_supportedPrefixes; H245_DataProtocolCapability m_t38FaxProtocol; H245_T38FaxProfile m_t38FaxProfile; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // SIPCaps // class H225_SIPCaps : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_SIPCaps, PASN_Sequence); #endif public: H225_SIPCaps(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_dataRatesSupported, e_supportedPrefixes }; H225_NonStandardParameter m_nonStandardData; H225_ArrayOf_DataRate m_dataRatesSupported; H225_ArrayOf_SupportedPrefix m_supportedPrefixes; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // McuInfo // class H225_McuInfo : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_McuInfo, PASN_Sequence); #endif public: H225_McuInfo(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_protocol }; H225_NonStandardParameter m_nonStandardData; H225_ArrayOf_SupportedProtocols m_protocol; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TerminalInfo // class H225_TerminalInfo : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_TerminalInfo, PASN_Sequence); #endif public: H225_TerminalInfo(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData }; H225_NonStandardParameter m_nonStandardData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // GatekeeperInfo // class H225_GatekeeperInfo : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_GatekeeperInfo, PASN_Sequence); #endif public: H225_GatekeeperInfo(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData }; H225_NonStandardParameter m_nonStandardData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // FeatureDescriptor // class H225_FeatureDescriptor : public H225_GenericData { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_FeatureDescriptor, H225_GenericData); #endif public: H225_FeatureDescriptor(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PObject * Clone() const; }; // // CallCapacity // class H225_CallCapacity : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_CallCapacity, PASN_Sequence); #endif public: H225_CallCapacity(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_maximumCallCapacity, e_currentCallCapacity }; H225_CallCapacityInfo m_maximumCallCapacity; H225_CallCapacityInfo m_currentCallCapacity; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CircuitIdentifier // class H225_CircuitIdentifier : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_CircuitIdentifier, PASN_Sequence); #endif public: H225_CircuitIdentifier(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_cic, e_group, e_carrier }; H225_CicInfo m_cic; H225_GroupID m_group; H225_CarrierInfo m_carrier; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RegistrationConfirm // class H225_RegistrationConfirm : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_RegistrationConfirm, PASN_Sequence); #endif public: H225_RegistrationConfirm(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_terminalAlias, e_gatekeeperIdentifier, e_alternateGatekeeper, e_timeToLive, e_tokens, e_cryptoTokens, e_integrityCheckValue, e_willRespondToIRR, e_preGrantedARQ, e_maintainConnection, e_serviceControl, e_supportsAdditiveRegistration, e_terminalAliasPattern, e_supportedPrefixes, e_usageSpec, e_featureServerAlias, e_capacityReportingSpec, e_featureSet, e_genericData }; H225_RequestSeqNum m_requestSeqNum; H225_ProtocolIdentifier m_protocolIdentifier; H225_NonStandardParameter m_nonStandardData; H225_ArrayOf_TransportAddress m_callSignalAddress; H225_ArrayOf_AliasAddress m_terminalAlias; H225_GatekeeperIdentifier m_gatekeeperIdentifier; H225_EndpointIdentifier m_endpointIdentifier; H225_ArrayOf_AlternateGK m_alternateGatekeeper; H225_TimeToLive m_timeToLive; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ICV m_integrityCheckValue; PASN_Boolean m_willRespondToIRR; H225_RegistrationConfirm_preGrantedARQ m_preGrantedARQ; PASN_Boolean m_maintainConnection; H225_ArrayOf_ServiceControlSession m_serviceControl; PASN_Null m_supportsAdditiveRegistration; H225_ArrayOf_AddressPattern m_terminalAliasPattern; H225_ArrayOf_SupportedPrefix m_supportedPrefixes; H225_ArrayOf_RasUsageSpecification m_usageSpec; H225_AliasAddress m_featureServerAlias; H225_CapacityReportingSpecification m_capacityReportingSpec; H225_FeatureSet m_featureSet; H225_ArrayOf_GenericData m_genericData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // BandwidthRequest // class H225_BandwidthRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_BandwidthRequest, PASN_Sequence); #endif public: H225_BandwidthRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_callType, e_nonStandardData, e_callIdentifier, e_gatekeeperIdentifier, e_tokens, e_cryptoTokens, e_integrityCheckValue, e_answeredCall, e_callLinkage, e_capacity, e_usageInformation, e_bandwidthDetails, e_genericData }; H225_RequestSeqNum m_requestSeqNum; H225_EndpointIdentifier m_endpointIdentifier; H225_ConferenceIdentifier m_conferenceID; H225_CallReferenceValue m_callReferenceValue; H225_CallType m_callType; H225_BandWidth m_bandWidth; H225_NonStandardParameter m_nonStandardData; H225_CallIdentifier m_callIdentifier; H225_GatekeeperIdentifier m_gatekeeperIdentifier; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ICV m_integrityCheckValue; PASN_Boolean m_answeredCall; H225_CallLinkage m_callLinkage; H225_CallCapacity m_capacity; H225_RasUsageInformation m_usageInformation; H225_ArrayOf_BandwidthDetails m_bandwidthDetails; H225_ArrayOf_GenericData m_genericData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // BandwidthConfirm // class H225_BandwidthConfirm : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_BandwidthConfirm, PASN_Sequence); #endif public: H225_BandwidthConfirm(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_tokens, e_cryptoTokens, e_integrityCheckValue, e_capacity, e_genericData }; H225_RequestSeqNum m_requestSeqNum; H225_BandWidth m_bandWidth; H225_NonStandardParameter m_nonStandardData; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ICV m_integrityCheckValue; H225_CallCapacity m_capacity; H225_ArrayOf_GenericData m_genericData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ResourcesAvailableIndicate // class H225_ResourcesAvailableIndicate : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ResourcesAvailableIndicate, PASN_Sequence); #endif public: H225_ResourcesAvailableIndicate(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_tokens, e_cryptoTokens, e_integrityCheckValue, e_capacity, e_genericData }; H225_RequestSeqNum m_requestSeqNum; H225_ProtocolIdentifier m_protocolIdentifier; H225_NonStandardParameter m_nonStandardData; H225_EndpointIdentifier m_endpointIdentifier; H225_ArrayOf_SupportedProtocols m_protocols; PASN_Boolean m_almostOutOfResources; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ICV m_integrityCheckValue; H225_CallCapacity m_capacity; H225_ArrayOf_GenericData m_genericData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H323-UU-PDU // class H225_H323_UU_PDU : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_H323_UU_PDU, PASN_Sequence); #endif public: H225_H323_UU_PDU(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_h4501SupplementaryService, e_h245Tunneling, e_h245Control, e_nonStandardControl, e_callLinkage, e_tunnelledSignallingMessage, e_provisionalRespToH245Tunneling, e_stimulusControl, e_genericData }; H225_H323_UU_PDU_h323_message_body m_h323_message_body; H225_NonStandardParameter m_nonStandardData; H225_ArrayOf_PASN_OctetString m_h4501SupplementaryService; PASN_Boolean m_h245Tunneling; H225_ArrayOf_PASN_OctetString m_h245Control; H225_ArrayOf_NonStandardParameter m_nonStandardControl; H225_CallLinkage m_callLinkage; H225_H323_UU_PDU_tunnelledSignallingMessage m_tunnelledSignallingMessage; PASN_Null m_provisionalRespToH245Tunneling; H225_StimulusControl m_stimulusControl; H225_ArrayOf_GenericData m_genericData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ReleaseComplete-UUIE // class H225_ReleaseComplete_UUIE : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_ReleaseComplete_UUIE, PASN_Sequence); #endif public: H225_ReleaseComplete_UUIE(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_reason, e_callIdentifier, e_tokens, e_cryptoTokens, e_busyAddress, e_presentationIndicator, e_screeningIndicator, e_capacity, e_serviceControl, e_featureSet }; H225_ProtocolIdentifier m_protocolIdentifier; H225_ReleaseCompleteReason m_reason; H225_CallIdentifier m_callIdentifier; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ArrayOf_AliasAddress m_busyAddress; H225_PresentationIndicator m_presentationIndicator; H225_ScreeningIndicator m_screeningIndicator; H225_CallCapacity m_capacity; H225_ArrayOf_ServiceControlSession m_serviceControl; H225_FeatureSet m_featureSet; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // EndpointType // class H225_EndpointType : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_EndpointType, PASN_Sequence); #endif public: H225_EndpointType(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_vendor, e_gatekeeper, e_gateway, e_mcu, e_terminal, e_set, e_supportedTunnelledProtocols }; H225_NonStandardParameter m_nonStandardData; H225_VendorIdentifier m_vendor; H225_GatekeeperInfo m_gatekeeper; H225_GatewayInfo m_gateway; H225_McuInfo m_mcu; H225_TerminalInfo m_terminal; PASN_Boolean m_mc; PASN_Boolean m_undefinedNode; PASN_BitString m_set; H225_ArrayOf_TunnelledProtocol m_supportedTunnelledProtocols; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CircuitInfo // class H225_CircuitInfo : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_CircuitInfo, PASN_Sequence); #endif public: H225_CircuitInfo(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_sourceCircuitID, e_destinationCircuitID, e_genericData }; H225_CircuitIdentifier m_sourceCircuitID; H225_CircuitIdentifier m_destinationCircuitID; H225_ArrayOf_GenericData m_genericData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // GatekeeperRequest // class H225_GatekeeperRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_GatekeeperRequest, PASN_Sequence); #endif public: H225_GatekeeperRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_gatekeeperIdentifier, e_callServices, e_endpointAlias, e_alternateEndpoints, e_tokens, e_cryptoTokens, e_authenticationCapability, e_algorithmOIDs, e_integrity, e_integrityCheckValue, e_supportsAltGK, e_featureSet, e_genericData }; H225_RequestSeqNum m_requestSeqNum; H225_ProtocolIdentifier m_protocolIdentifier; H225_NonStandardParameter m_nonStandardData; H225_TransportAddress m_rasAddress; H225_EndpointType m_endpointType; H225_GatekeeperIdentifier m_gatekeeperIdentifier; H225_QseriesOptions m_callServices; H225_ArrayOf_AliasAddress m_endpointAlias; H225_ArrayOf_Endpoint m_alternateEndpoints; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ArrayOf_AuthenticationMechanism m_authenticationCapability; H225_ArrayOf_PASN_ObjectId m_algorithmOIDs; H225_ArrayOf_IntegrityMechanism m_integrity; H225_ICV m_integrityCheckValue; PASN_Null m_supportsAltGK; H225_FeatureSet m_featureSet; H225_ArrayOf_GenericData m_genericData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RegistrationRequest // class H225_RegistrationRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_RegistrationRequest, PASN_Sequence); #endif public: H225_RegistrationRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_terminalAlias, e_gatekeeperIdentifier, e_alternateEndpoints, e_timeToLive, e_tokens, e_cryptoTokens, e_integrityCheckValue, e_keepAlive, e_endpointIdentifier, e_willSupplyUUIEs, e_maintainConnection, e_alternateTransportAddresses, e_additiveRegistration, e_terminalAliasPattern, e_supportsAltGK, e_usageReportingCapability, e_multipleCalls, e_supportedH248Packages, e_callCreditCapability, e_capacityReportingCapability, e_capacity, e_featureSet, e_genericData, e_restart, e_supportsACFSequences }; H225_RequestSeqNum m_requestSeqNum; H225_ProtocolIdentifier m_protocolIdentifier; H225_NonStandardParameter m_nonStandardData; PASN_Boolean m_discoveryComplete; H225_ArrayOf_TransportAddress m_callSignalAddress; H225_ArrayOf_TransportAddress m_rasAddress; H225_EndpointType m_terminalType; H225_ArrayOf_AliasAddress m_terminalAlias; H225_GatekeeperIdentifier m_gatekeeperIdentifier; H225_VendorIdentifier m_endpointVendor; H225_ArrayOf_Endpoint m_alternateEndpoints; H225_TimeToLive m_timeToLive; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ICV m_integrityCheckValue; PASN_Boolean m_keepAlive; H225_EndpointIdentifier m_endpointIdentifier; PASN_Boolean m_willSupplyUUIEs; PASN_Boolean m_maintainConnection; H225_AlternateTransportAddresses m_alternateTransportAddresses; PASN_Null m_additiveRegistration; H225_ArrayOf_AddressPattern m_terminalAliasPattern; PASN_Null m_supportsAltGK; H225_RasUsageInfoTypes m_usageReportingCapability; PASN_Boolean m_multipleCalls; H225_ArrayOf_H248PackagesDescriptor m_supportedH248Packages; H225_CallCreditCapability m_callCreditCapability; H225_CapacityReportingCapability m_capacityReportingCapability; H225_CallCapacity m_capacity; H225_FeatureSet m_featureSet; H225_ArrayOf_GenericData m_genericData; PASN_Null m_restart; PASN_Null m_supportsACFSequences; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // AdmissionRequest // class H225_AdmissionRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_AdmissionRequest, PASN_Sequence); #endif public: H225_AdmissionRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_callModel, e_destinationInfo, e_destCallSignalAddress, e_destExtraCallInfo, e_srcCallSignalAddress, e_nonStandardData, e_callServices, e_canMapAlias, e_callIdentifier, e_srcAlternatives, e_destAlternatives, e_gatekeeperIdentifier, e_tokens, e_cryptoTokens, e_integrityCheckValue, e_transportQOS, e_willSupplyUUIEs, e_callLinkage, e_gatewayDataRate, e_capacity, e_circuitInfo, e_desiredProtocols, e_desiredTunnelledProtocol, e_featureSet, e_genericData, e_canMapSrcAlias }; H225_RequestSeqNum m_requestSeqNum; H225_CallType m_callType; H225_CallModel m_callModel; H225_EndpointIdentifier m_endpointIdentifier; H225_ArrayOf_AliasAddress m_destinationInfo; H225_TransportAddress m_destCallSignalAddress; H225_ArrayOf_AliasAddress m_destExtraCallInfo; H225_ArrayOf_AliasAddress m_srcInfo; H225_TransportAddress m_srcCallSignalAddress; H225_BandWidth m_bandWidth; H225_CallReferenceValue m_callReferenceValue; H225_NonStandardParameter m_nonStandardData; H225_QseriesOptions m_callServices; H225_ConferenceIdentifier m_conferenceID; PASN_Boolean m_activeMC; PASN_Boolean m_answerCall; PASN_Boolean m_canMapAlias; H225_CallIdentifier m_callIdentifier; H225_ArrayOf_Endpoint m_srcAlternatives; H225_ArrayOf_Endpoint m_destAlternatives; H225_GatekeeperIdentifier m_gatekeeperIdentifier; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ICV m_integrityCheckValue; H225_TransportQOS m_transportQOS; PASN_Boolean m_willSupplyUUIEs; H225_CallLinkage m_callLinkage; H225_DataRate m_gatewayDataRate; H225_CallCapacity m_capacity; H225_CircuitInfo m_circuitInfo; H225_ArrayOf_SupportedProtocols m_desiredProtocols; H225_TunnelledProtocol m_desiredTunnelledProtocol; H225_FeatureSet m_featureSet; H225_ArrayOf_GenericData m_genericData; PASN_Boolean m_canMapSrcAlias; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // AdmissionConfirm // class H225_AdmissionConfirm : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_AdmissionConfirm, PASN_Sequence); #endif public: H225_AdmissionConfirm(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_irrFrequency, e_nonStandardData, e_destinationInfo, e_destExtraCallInfo, e_destinationType, e_remoteExtensionAddress, e_alternateEndpoints, e_tokens, e_cryptoTokens, e_integrityCheckValue, e_transportQOS, e_willRespondToIRR, e_uuiesRequested, e_language, e_alternateTransportAddresses, e_useSpecifiedTransport, e_circuitInfo, e_usageSpec, e_supportedProtocols, e_serviceControl, e_multipleCalls, e_featureSet, e_genericData, e_modifiedSrcInfo }; H225_RequestSeqNum m_requestSeqNum; H225_BandWidth m_bandWidth; H225_CallModel m_callModel; H225_TransportAddress m_destCallSignalAddress; PASN_Integer m_irrFrequency; H225_NonStandardParameter m_nonStandardData; H225_ArrayOf_AliasAddress m_destinationInfo; H225_ArrayOf_AliasAddress m_destExtraCallInfo; H225_EndpointType m_destinationType; H225_ArrayOf_AliasAddress m_remoteExtensionAddress; H225_ArrayOf_Endpoint m_alternateEndpoints; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ICV m_integrityCheckValue; H225_TransportQOS m_transportQOS; PASN_Boolean m_willRespondToIRR; H225_UUIEsRequested m_uuiesRequested; H225_AdmissionConfirm_language m_language; H225_AlternateTransportAddresses m_alternateTransportAddresses; H225_UseSpecifiedTransport m_useSpecifiedTransport; H225_CircuitInfo m_circuitInfo; H225_ArrayOf_RasUsageSpecification m_usageSpec; H225_ArrayOf_SupportedProtocols m_supportedProtocols; H225_ArrayOf_ServiceControlSession m_serviceControl; PASN_Boolean m_multipleCalls; H225_FeatureSet m_featureSet; H225_ArrayOf_GenericData m_genericData; H225_ArrayOf_AliasAddress m_modifiedSrcInfo; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // LocationRequest // class H225_LocationRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_LocationRequest, PASN_Sequence); #endif public: H225_LocationRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_endpointIdentifier, e_nonStandardData, e_sourceInfo, e_canMapAlias, e_gatekeeperIdentifier, e_tokens, e_cryptoTokens, e_integrityCheckValue, e_desiredProtocols, e_desiredTunnelledProtocol, e_featureSet, e_genericData, e_hopCount, e_circuitInfo, e_callIdentifier, e_bandWidth, e_sourceEndpointInfo, e_canMapSrcAlias }; H225_RequestSeqNum m_requestSeqNum; H225_EndpointIdentifier m_endpointIdentifier; H225_ArrayOf_AliasAddress m_destinationInfo; H225_NonStandardParameter m_nonStandardData; H225_TransportAddress m_replyAddress; H225_ArrayOf_AliasAddress m_sourceInfo; PASN_Boolean m_canMapAlias; H225_GatekeeperIdentifier m_gatekeeperIdentifier; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ICV m_integrityCheckValue; H225_ArrayOf_SupportedProtocols m_desiredProtocols; H225_TunnelledProtocol m_desiredTunnelledProtocol; H225_FeatureSet m_featureSet; H225_ArrayOf_GenericData m_genericData; PASN_Integer m_hopCount; H225_CircuitInfo m_circuitInfo; H225_CallIdentifier m_callIdentifier; H225_BandWidth m_bandWidth; H225_ArrayOf_AliasAddress m_sourceEndpointInfo; PASN_Boolean m_canMapSrcAlias; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // LocationConfirm // class H225_LocationConfirm : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_LocationConfirm, PASN_Sequence); #endif public: H225_LocationConfirm(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_destinationInfo, e_destExtraCallInfo, e_destinationType, e_remoteExtensionAddress, e_alternateEndpoints, e_tokens, e_cryptoTokens, e_integrityCheckValue, e_alternateTransportAddresses, e_supportedProtocols, e_multipleCalls, e_featureSet, e_genericData, e_circuitInfo, e_serviceControl, e_modifiedSrcInfo, e_bandWidth }; H225_RequestSeqNum m_requestSeqNum; H225_TransportAddress m_callSignalAddress; H225_TransportAddress m_rasAddress; H225_NonStandardParameter m_nonStandardData; H225_ArrayOf_AliasAddress m_destinationInfo; H225_ArrayOf_AliasAddress m_destExtraCallInfo; H225_EndpointType m_destinationType; H225_ArrayOf_AliasAddress m_remoteExtensionAddress; H225_ArrayOf_Endpoint m_alternateEndpoints; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ICV m_integrityCheckValue; H225_AlternateTransportAddresses m_alternateTransportAddresses; H225_ArrayOf_SupportedProtocols m_supportedProtocols; PASN_Boolean m_multipleCalls; H225_FeatureSet m_featureSet; H225_ArrayOf_GenericData m_genericData; H225_CircuitInfo m_circuitInfo; H225_ArrayOf_ServiceControlSession m_serviceControl; H225_ArrayOf_AliasAddress m_modifiedSrcInfo; H225_BandWidth m_bandWidth; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // DisengageRequest // class H225_DisengageRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_DisengageRequest, PASN_Sequence); #endif public: H225_DisengageRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_callIdentifier, e_gatekeeperIdentifier, e_tokens, e_cryptoTokens, e_integrityCheckValue, e_answeredCall, e_callLinkage, e_capacity, e_circuitInfo, e_usageInformation, e_terminationCause, e_serviceControl, e_genericData }; H225_RequestSeqNum m_requestSeqNum; H225_EndpointIdentifier m_endpointIdentifier; H225_ConferenceIdentifier m_conferenceID; H225_CallReferenceValue m_callReferenceValue; H225_DisengageReason m_disengageReason; H225_NonStandardParameter m_nonStandardData; H225_CallIdentifier m_callIdentifier; H225_GatekeeperIdentifier m_gatekeeperIdentifier; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ICV m_integrityCheckValue; PASN_Boolean m_answeredCall; H225_CallLinkage m_callLinkage; H225_CallCapacity m_capacity; H225_CircuitInfo m_circuitInfo; H225_RasUsageInformation m_usageInformation; H225_CallTerminationCause m_terminationCause; H225_ArrayOf_ServiceControlSession m_serviceControl; H225_ArrayOf_GenericData m_genericData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // DisengageConfirm // class H225_DisengageConfirm : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_DisengageConfirm, PASN_Sequence); #endif public: H225_DisengageConfirm(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_tokens, e_cryptoTokens, e_integrityCheckValue, e_capacity, e_circuitInfo, e_usageInformation, e_genericData }; H225_RequestSeqNum m_requestSeqNum; H225_NonStandardParameter m_nonStandardData; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ICV m_integrityCheckValue; H225_CallCapacity m_capacity; H225_CircuitInfo m_circuitInfo; H225_RasUsageInformation m_usageInformation; H225_ArrayOf_GenericData m_genericData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // InfoRequestResponse // class H225_InfoRequestResponse : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_InfoRequestResponse, PASN_Sequence); #endif public: H225_InfoRequestResponse(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_endpointAlias, e_perCallInfo, e_tokens, e_cryptoTokens, e_integrityCheckValue, e_needResponse, e_capacity, e_irrStatus, e_unsolicited, e_genericData }; H225_NonStandardParameter m_nonStandardData; H225_RequestSeqNum m_requestSeqNum; H225_EndpointType m_endpointType; H225_EndpointIdentifier m_endpointIdentifier; H225_TransportAddress m_rasAddress; H225_ArrayOf_TransportAddress m_callSignalAddress; H225_ArrayOf_AliasAddress m_endpointAlias; H225_InfoRequestResponse_perCallInfo m_perCallInfo; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ICV m_integrityCheckValue; PASN_Boolean m_needResponse; H225_CallCapacity m_capacity; H225_InfoRequestResponseStatus m_irrStatus; PASN_Boolean m_unsolicited; H225_ArrayOf_GenericData m_genericData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // InfoRequestResponse_perCallInfo_subtype // class H225_InfoRequestResponse_perCallInfo_subtype : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_InfoRequestResponse_perCallInfo_subtype, PASN_Sequence); #endif public: H225_InfoRequestResponse_perCallInfo_subtype(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_originator, e_audio, e_video, e_data, e_callIdentifier, e_tokens, e_cryptoTokens, e_substituteConfIDs, e_pdu, e_callLinkage, e_usageInformation, e_circuitInfo }; H225_NonStandardParameter m_nonStandardData; H225_CallReferenceValue m_callReferenceValue; H225_ConferenceIdentifier m_conferenceID; PASN_Boolean m_originator; H225_ArrayOf_RTPSession m_audio; H225_ArrayOf_RTPSession m_video; H225_ArrayOf_TransportChannelInfo m_data; H225_TransportChannelInfo m_h245; H225_TransportChannelInfo m_callSignaling; H225_CallType m_callType; H225_BandWidth m_bandWidth; H225_CallModel m_callModel; H225_CallIdentifier m_callIdentifier; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ArrayOf_ConferenceIdentifier m_substituteConfIDs; H225_InfoRequestResponse_perCallInfo_subtype_pdu m_pdu; H225_CallLinkage m_callLinkage; H225_RasUsageInformation m_usageInformation; H225_CircuitInfo m_circuitInfo; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // InfoRequestResponse_perCallInfo_subtype_pdu_subtype // class H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype, PASN_Sequence); #endif public: H225_InfoRequestResponse_perCallInfo_subtype_pdu_subtype(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H225_H323_UU_PDU m_h323pdu; PASN_Boolean m_sent; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H323-UserInformation // class H225_H323_UserInformation : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_H323_UserInformation, PASN_Sequence); #endif public: H225_H323_UserInformation(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_user_data }; H225_H323_UU_PDU m_h323_uu_pdu; H225_H323_UserInformation_user_data m_user_data; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // Alerting-UUIE // class H225_Alerting_UUIE : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_Alerting_UUIE, PASN_Sequence); #endif public: H225_Alerting_UUIE(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_h245Address, e_callIdentifier, e_h245SecurityMode, e_tokens, e_cryptoTokens, e_fastStart, e_multipleCalls, e_maintainConnection, e_alertingAddress, e_presentationIndicator, e_screeningIndicator, e_fastConnectRefused, e_serviceControl, e_capacity, e_featureSet }; H225_ProtocolIdentifier m_protocolIdentifier; H225_EndpointType m_destinationInfo; H225_TransportAddress m_h245Address; H225_CallIdentifier m_callIdentifier; H225_H245Security m_h245SecurityMode; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ArrayOf_PASN_OctetString m_fastStart; PASN_Boolean m_multipleCalls; PASN_Boolean m_maintainConnection; H225_ArrayOf_AliasAddress m_alertingAddress; H225_PresentationIndicator m_presentationIndicator; H225_ScreeningIndicator m_screeningIndicator; PASN_Null m_fastConnectRefused; H225_ArrayOf_ServiceControlSession m_serviceControl; H225_CallCapacity m_capacity; H225_FeatureSet m_featureSet; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CallProceeding-UUIE // class H225_CallProceeding_UUIE : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_CallProceeding_UUIE, PASN_Sequence); #endif public: H225_CallProceeding_UUIE(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_h245Address, e_callIdentifier, e_h245SecurityMode, e_tokens, e_cryptoTokens, e_fastStart, e_multipleCalls, e_maintainConnection, e_fastConnectRefused, e_featureSet }; H225_ProtocolIdentifier m_protocolIdentifier; H225_EndpointType m_destinationInfo; H225_TransportAddress m_h245Address; H225_CallIdentifier m_callIdentifier; H225_H245Security m_h245SecurityMode; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ArrayOf_PASN_OctetString m_fastStart; PASN_Boolean m_multipleCalls; PASN_Boolean m_maintainConnection; PASN_Null m_fastConnectRefused; H225_FeatureSet m_featureSet; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // Connect-UUIE // class H225_Connect_UUIE : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_Connect_UUIE, PASN_Sequence); #endif public: H225_Connect_UUIE(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_h245Address, e_callIdentifier, e_h245SecurityMode, e_tokens, e_cryptoTokens, e_fastStart, e_multipleCalls, e_maintainConnection, e_language, e_connectedAddress, e_presentationIndicator, e_screeningIndicator, e_fastConnectRefused, e_serviceControl, e_capacity, e_featureSet }; H225_ProtocolIdentifier m_protocolIdentifier; H225_TransportAddress m_h245Address; H225_EndpointType m_destinationInfo; H225_ConferenceIdentifier m_conferenceID; H225_CallIdentifier m_callIdentifier; H225_H245Security m_h245SecurityMode; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ArrayOf_PASN_OctetString m_fastStart; PASN_Boolean m_multipleCalls; PASN_Boolean m_maintainConnection; H225_Connect_UUIE_language m_language; H225_ArrayOf_AliasAddress m_connectedAddress; H225_PresentationIndicator m_presentationIndicator; H225_ScreeningIndicator m_screeningIndicator; PASN_Null m_fastConnectRefused; H225_ArrayOf_ServiceControlSession m_serviceControl; H225_CallCapacity m_capacity; H225_FeatureSet m_featureSet; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // Information-UUIE // class H225_Information_UUIE : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_Information_UUIE, PASN_Sequence); #endif public: H225_Information_UUIE(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_callIdentifier, e_tokens, e_cryptoTokens, e_fastStart, e_fastConnectRefused, e_circuitInfo }; H225_ProtocolIdentifier m_protocolIdentifier; H225_CallIdentifier m_callIdentifier; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ArrayOf_PASN_OctetString m_fastStart; PASN_Null m_fastConnectRefused; H225_CircuitInfo m_circuitInfo; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // Setup-UUIE // class H225_Setup_UUIE : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_Setup_UUIE, PASN_Sequence); #endif public: H225_Setup_UUIE(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_h245Address, e_sourceAddress, e_destinationAddress, e_destCallSignalAddress, e_destExtraCallInfo, e_destExtraCRV, e_callServices, e_sourceCallSignalAddress, e_remoteExtensionAddress, e_callIdentifier, e_h245SecurityCapability, e_tokens, e_cryptoTokens, e_fastStart, e_mediaWaitForConnect, e_canOverlapSend, e_endpointIdentifier, e_multipleCalls, e_maintainConnection, e_connectionParameters, e_language, e_presentationIndicator, e_screeningIndicator, e_serviceControl, e_symmetricOperationRequired, e_capacity, e_circuitInfo, e_desiredProtocols, e_neededFeatures, e_desiredFeatures, e_supportedFeatures, e_parallelH245Control, e_additionalSourceAddresses, e_hopCount }; H225_ProtocolIdentifier m_protocolIdentifier; H225_TransportAddress m_h245Address; H225_ArrayOf_AliasAddress m_sourceAddress; H225_EndpointType m_sourceInfo; H225_ArrayOf_AliasAddress m_destinationAddress; H225_TransportAddress m_destCallSignalAddress; H225_ArrayOf_AliasAddress m_destExtraCallInfo; H225_ArrayOf_CallReferenceValue m_destExtraCRV; PASN_Boolean m_activeMC; H225_ConferenceIdentifier m_conferenceID; H225_Setup_UUIE_conferenceGoal m_conferenceGoal; H225_QseriesOptions m_callServices; H225_CallType m_callType; H225_TransportAddress m_sourceCallSignalAddress; H225_AliasAddress m_remoteExtensionAddress; H225_CallIdentifier m_callIdentifier; H225_ArrayOf_H245Security m_h245SecurityCapability; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ArrayOf_PASN_OctetString m_fastStart; PASN_Boolean m_mediaWaitForConnect; PASN_Boolean m_canOverlapSend; H225_EndpointIdentifier m_endpointIdentifier; PASN_Boolean m_multipleCalls; PASN_Boolean m_maintainConnection; H225_Setup_UUIE_connectionParameters m_connectionParameters; H225_Setup_UUIE_language m_language; H225_PresentationIndicator m_presentationIndicator; H225_ScreeningIndicator m_screeningIndicator; H225_ArrayOf_ServiceControlSession m_serviceControl; PASN_Null m_symmetricOperationRequired; H225_CallCapacity m_capacity; H225_CircuitInfo m_circuitInfo; H225_ArrayOf_SupportedProtocols m_desiredProtocols; H225_ArrayOf_FeatureDescriptor m_neededFeatures; H225_ArrayOf_FeatureDescriptor m_desiredFeatures; H225_ArrayOf_FeatureDescriptor m_supportedFeatures; H225_ArrayOf_PASN_OctetString m_parallelH245Control; H225_ArrayOf_ExtendedAliasAddress m_additionalSourceAddresses; PASN_Integer m_hopCount; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // Facility-UUIE // class H225_Facility_UUIE : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_Facility_UUIE, PASN_Sequence); #endif public: H225_Facility_UUIE(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_alternativeAddress, e_alternativeAliasAddress, e_conferenceID, e_callIdentifier, e_destExtraCallInfo, e_remoteExtensionAddress, e_tokens, e_cryptoTokens, e_conferences, e_h245Address, e_fastStart, e_multipleCalls, e_maintainConnection, e_fastConnectRefused, e_serviceControl, e_circuitInfo, e_featureSet, e_destinationInfo, e_h245SecurityMode }; H225_ProtocolIdentifier m_protocolIdentifier; H225_TransportAddress m_alternativeAddress; H225_ArrayOf_AliasAddress m_alternativeAliasAddress; H225_ConferenceIdentifier m_conferenceID; H225_FacilityReason m_reason; H225_CallIdentifier m_callIdentifier; H225_ArrayOf_AliasAddress m_destExtraCallInfo; H225_AliasAddress m_remoteExtensionAddress; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ArrayOf_ConferenceList m_conferences; H225_TransportAddress m_h245Address; H225_ArrayOf_PASN_OctetString m_fastStart; PASN_Boolean m_multipleCalls; PASN_Boolean m_maintainConnection; PASN_Null m_fastConnectRefused; H225_ArrayOf_ServiceControlSession m_serviceControl; H225_CircuitInfo m_circuitInfo; H225_FeatureSet m_featureSet; H225_EndpointType m_destinationInfo; H225_H245Security m_h245SecurityMode; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // Progress-UUIE // class H225_Progress_UUIE : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_Progress_UUIE, PASN_Sequence); #endif public: H225_Progress_UUIE(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_h245Address, e_h245SecurityMode, e_tokens, e_cryptoTokens, e_fastStart, e_multipleCalls, e_maintainConnection, e_fastConnectRefused }; H225_ProtocolIdentifier m_protocolIdentifier; H225_EndpointType m_destinationInfo; H225_TransportAddress m_h245Address; H225_CallIdentifier m_callIdentifier; H225_H245Security m_h245SecurityMode; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; H225_ArrayOf_PASN_OctetString m_fastStart; PASN_Boolean m_multipleCalls; PASN_Boolean m_maintainConnection; PASN_Null m_fastConnectRefused; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // Endpoint // class H225_Endpoint : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H225_Endpoint, PASN_Sequence); #endif public: H225_Endpoint(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_aliasAddress, e_callSignalAddress, e_rasAddress, e_endpointType, e_tokens, e_cryptoTokens, e_priority, e_remoteExtensionAddress, e_destExtraCallInfo, e_alternateTransportAddresses, e_circuitInfo, e_featureSet }; H225_NonStandardParameter m_nonStandardData; H225_ArrayOf_AliasAddress m_aliasAddress; H225_ArrayOf_TransportAddress m_callSignalAddress; H225_ArrayOf_TransportAddress m_rasAddress; H225_EndpointType m_endpointType; H225_ArrayOf_ClearToken m_tokens; H225_ArrayOf_CryptoH323Token m_cryptoTokens; PASN_Integer m_priority; H225_ArrayOf_AliasAddress m_remoteExtensionAddress; H225_ArrayOf_AliasAddress m_destExtraCallInfo; H225_AlternateTransportAddresses m_alternateTransportAddresses; H225_CircuitInfo m_circuitInfo; H225_FeatureSet m_featureSet; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; #endif // __H225_H #endif // if ! H323_DISABLE_H225 // End of h225.h openh323_v1_18_0/include/h225ras.h0100644000176200056700000005054610343321575016627 0ustar releasepostincr/* * h225ras.h * * H.225 RAS protocol handler * * Open H323 Library * * Copyright (c) 2001 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Portions of this code were written with the assisance of funding from * iFace, Inc. http://www.iface.com * * Contributor(s): ______________________________________. * * $Log: h225ras.h,v $ * Revision 1.40 2005/11/30 13:05:01 csoutheren * Changed tags for Doxygen * * Revision 1.39 2005/01/03 14:03:20 csoutheren * Added new configure options and ability to disable/enable modules * * Revision 1.38 2005/01/03 06:25:52 csoutheren * Added extensive support for disabling code modules at compile time * * Revision 1.37 2004/09/07 22:50:55 rjongbloed * Changed usage of template function as MSVC6 will not compile it. * * Revision 1.36 2004/09/03 01:06:09 csoutheren * Added initial hooks for H.460 GEF * Thanks to Simon Horne and ISVO (Asia) Pte Ltd. for this contribution * * Revision 1.35 2003/04/01 01:05:39 robertj * Split service control handlers from H.225 RAS header. * * Revision 1.34 2003/03/20 01:51:07 robertj * More abstraction of H.225 RAS and H.501 protocols transaction handling. * * Revision 1.33 2003/03/01 00:23:42 craigs * New PeerElement implementation * * Revision 1.32 2003/02/21 07:23:18 robertj * Fixed up some comments * * Revision 1.31 2003/02/21 05:28:39 craigs * Factored out code for user with peer elements * * Revision 1.30 2003/02/01 13:31:14 robertj * Changes to support CAT authentication in RAS. * * Revision 1.29 2002/11/28 04:41:44 robertj * Added support for RAS ServiceControlIndication command. * * Revision 1.28 2002/11/27 06:54:52 robertj * Added Service Control Session management as per Annex K/H.323 via RAS * only at this stage. * Added H.248 ASN and very primitive infrastructure for linking into the * Service Control Session management system. * Added basic infrastructure for Annex K/H.323 HTTP transport system. * Added Call Credit Service Control to display account balances. * * Revision 1.27 2002/11/21 22:26:09 robertj * Changed promiscuous mode to be three way. Fixes race condition in gkserver * which can cause crashes or more PDUs to be sent to the wrong place. * * Revision 1.26 2002/11/21 07:21:46 robertj * Improvements to alternate gatekeeper client code, thanks Kevin Bouchard * * Revision 1.25 2002/11/11 07:20:08 robertj * Minor clean up of API for doing RAS requests suing authentication. * * Revision 1.24 2002/11/04 11:52:08 robertj * Fixed comment * * Revision 1.23 2002/10/17 02:09:01 robertj * Backed out previous change for including PDU tag, doesn't work! * * Revision 1.22 2002/10/16 03:40:12 robertj * Added PDU tag to cache look up key. * * Revision 1.21 2002/09/19 09:15:56 robertj * Fixed problem with making (and assuring with multi-threading) IRQ and DRQ * requests are sent to the correct endpoint address, thanks Martijn Roest. * * Revision 1.20 2002/09/16 01:14:15 robertj * Added #define so can select if #pragma interface/implementation is used on * platform basis (eg MacOS) rather than compiler, thanks Robert Monaghan. * * Revision 1.19 2002/09/03 05:37:17 robertj * Normalised the multi-include header prevention ifdef/define symbol. * Added RAS port constants to RAS clas name space. * * Revision 1.18 2002/08/12 06:29:55 robertj * Fixed problem with cached responses being aged before the RIP time which * made retries by client appear as "new" requests when they were not. * * Revision 1.17 2002/08/12 05:38:20 robertj * Changes to the RAS subsystem to support ability to make requests to client * from gkserver without causing bottlenecks and race conditions. * * Revision 1.16 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.15 2002/08/05 05:17:37 robertj * Fairly major modifications to support different authentication credentials * in ARQ to the logged in ones on RRQ. For both client and server. * Various other H.235 authentication bugs and anomalies fixed on the way. * * Revision 1.14 2002/07/29 11:36:08 robertj * Fixed race condition if RIP is followed very quickly by actual response. * * Revision 1.13 2002/06/26 03:47:45 robertj * Added support for alternate gatekeepers. * * Revision 1.12 2002/06/21 02:52:44 robertj * Fixed problem with double checking H.235 hashing, this causes failure as * the authenticator thinks it is a replay attack. * * Revision 1.11 2002/06/12 03:49:56 robertj * Added PrintOn function for trace output of RAS channel. * * Revision 1.10 2002/05/03 09:18:45 robertj * Added automatic retransmission of RAS responses to retried requests. * * Revision 1.9 2001/10/09 08:04:59 robertj * Fixed unregistration so still unregisters if gk goes offline, thanks Chris Purvis * * Revision 1.8 2001/09/18 10:36:54 robertj * Allowed multiple overlapping requests in RAS channel. * * Revision 1.7 2001/09/12 03:12:36 robertj * Added ability to disable the checking of RAS responses against * security authenticators. * Fixed bug in having multiple authentications if have a retry. * * Revision 1.6 2001/08/10 11:03:49 robertj * Major changes to H.235 support in RAS to support server. * * Revision 1.5 2001/08/06 07:44:52 robertj * Fixed problems with building without SSL * * Revision 1.4 2001/08/06 03:18:35 robertj * Fission of h323.h to h323ep.h & h323con.h, h323.h now just includes files. * Improved access to H.235 secure RAS functionality. * Changes to H.323 secure RAS contexts to help use with gk server. * * Revision 1.3 2001/06/25 01:06:40 robertj * Fixed resolution of RAS timeout so not rounded down to second. * * Revision 1.2 2001/06/22 00:21:10 robertj * Fixed bug in H.225 RAS protocol with 16 versus 32 bit sequence numbers. * * Revision 1.1 2001/06/18 06:23:47 robertj * Split raw H.225 RAS protocol out of gatekeeper client class. * */ #ifndef __OPAL_H225RAS_H #define __OPAL_H225RAS_H #ifdef P_USE_PRAGMA #pragma interface #endif #include "openh323buildopts.h" #include "transports.h" #include "h235auth.h" #include "h323trans.h" #ifdef H323_H248 #include "svcctrl.h" #endif class PASN_Sequence; class PASN_Choice; class H225_GatekeeperRequest; class H225_GatekeeperConfirm; class H225_GatekeeperReject; class H225_RegistrationRequest; class H225_RegistrationConfirm; class H225_RegistrationReject; class H225_UnregistrationRequest; class H225_UnregistrationConfirm; class H225_UnregistrationReject; class H225_AdmissionRequest; class H225_AdmissionConfirm; class H225_AdmissionReject; class H225_BandwidthRequest; class H225_BandwidthConfirm; class H225_BandwidthReject; class H225_DisengageRequest; class H225_DisengageConfirm; class H225_DisengageReject; class H225_LocationRequest; class H225_LocationConfirm; class H225_LocationReject; class H225_InfoRequest; class H225_InfoRequestResponse; class H225_NonStandardMessage; class H225_UnknownMessageResponse; class H225_RequestInProgress; class H225_ResourcesAvailableIndicate; class H225_ResourcesAvailableConfirm; class H225_InfoRequestAck; class H225_InfoRequestNak; class H225_ArrayOf_CryptoH323Token; class H225_FeatureSet; class H323EndPoint; class H323RasPDU; /////////////////////////////////////////////////////////////////////////////// /**This class embodies the H.225.0 RAS protocol to/from gatekeepers. */ class H225_RAS : public H323Transactor { PCLASSINFO(H225_RAS, H323Transactor); public: /**@name Construction */ //@{ enum { DefaultRasMulticastPort = 1718, DefaultRasUdpPort = 1719 }; /**Create a new protocol handler. */ H225_RAS( H323EndPoint & endpoint, ///< Endpoint gatekeeper is associated with. H323Transport * transport ///< Transport over which gatekeepers communicates. ); /**Destroy protocol handler. */ ~H225_RAS(); //@} /**@name Overrides from PObject */ //@{ /**Print the name of the gatekeeper. */ void PrintOn( ostream & strm ///< Stream to print to. ) const; //@} /**@name Overrides from H323Transactor */ //@{ /**Create the transaction PDU for reading. */ virtual H323TransactionPDU * CreateTransactionPDU() const; /**Handle and dispatch a transaction PDU */ virtual BOOL HandleTransaction( const PASN_Object & rawPDU ); /**Allow for modifications to PDU on send. */ virtual void OnSendingPDU( PASN_Object & rawPDU ); //@} /**@name Protocol callbacks */ //@{ virtual void OnSendGatekeeperRequest(H323RasPDU &, H225_GatekeeperRequest &); virtual void OnSendGatekeeperConfirm(H323RasPDU &, H225_GatekeeperConfirm &); virtual void OnSendGatekeeperReject(H323RasPDU &, H225_GatekeeperReject &); virtual void OnSendGatekeeperRequest(H225_GatekeeperRequest &); virtual void OnSendGatekeeperConfirm(H225_GatekeeperConfirm &); virtual void OnSendGatekeeperReject(H225_GatekeeperReject &); virtual BOOL OnReceiveGatekeeperRequest(const H323RasPDU &, const H225_GatekeeperRequest &); virtual BOOL OnReceiveGatekeeperConfirm(const H323RasPDU &, const H225_GatekeeperConfirm &); virtual BOOL OnReceiveGatekeeperReject(const H323RasPDU &, const H225_GatekeeperReject &); virtual BOOL OnReceiveGatekeeperRequest(const H225_GatekeeperRequest &); virtual BOOL OnReceiveGatekeeperConfirm(const H225_GatekeeperConfirm &); virtual BOOL OnReceiveGatekeeperReject(const H225_GatekeeperReject &); virtual void OnSendRegistrationRequest(H323RasPDU &, H225_RegistrationRequest &); virtual void OnSendRegistrationConfirm(H323RasPDU &, H225_RegistrationConfirm &); virtual void OnSendRegistrationReject(H323RasPDU &, H225_RegistrationReject &); virtual void OnSendRegistrationRequest(H225_RegistrationRequest &); virtual void OnSendRegistrationConfirm(H225_RegistrationConfirm &); virtual void OnSendRegistrationReject(H225_RegistrationReject &); virtual BOOL OnReceiveRegistrationRequest(const H323RasPDU &, const H225_RegistrationRequest &); virtual BOOL OnReceiveRegistrationConfirm(const H323RasPDU &, const H225_RegistrationConfirm &); virtual BOOL OnReceiveRegistrationReject(const H323RasPDU &, const H225_RegistrationReject &); virtual BOOL OnReceiveRegistrationRequest(const H225_RegistrationRequest &); virtual BOOL OnReceiveRegistrationConfirm(const H225_RegistrationConfirm &); virtual BOOL OnReceiveRegistrationReject(const H225_RegistrationReject &); virtual void OnSendUnregistrationRequest(H323RasPDU &, H225_UnregistrationRequest &); virtual void OnSendUnregistrationConfirm(H323RasPDU &, H225_UnregistrationConfirm &); virtual void OnSendUnregistrationReject(H323RasPDU &, H225_UnregistrationReject &); virtual void OnSendUnregistrationRequest(H225_UnregistrationRequest &); virtual void OnSendUnregistrationConfirm(H225_UnregistrationConfirm &); virtual void OnSendUnregistrationReject(H225_UnregistrationReject &); virtual BOOL OnReceiveUnregistrationRequest(const H323RasPDU &, const H225_UnregistrationRequest &); virtual BOOL OnReceiveUnregistrationConfirm(const H323RasPDU &, const H225_UnregistrationConfirm &); virtual BOOL OnReceiveUnregistrationReject(const H323RasPDU &, const H225_UnregistrationReject &); virtual BOOL OnReceiveUnregistrationRequest(const H225_UnregistrationRequest &); virtual BOOL OnReceiveUnregistrationConfirm(const H225_UnregistrationConfirm &); virtual BOOL OnReceiveUnregistrationReject(const H225_UnregistrationReject &); virtual void OnSendAdmissionRequest(H323RasPDU &, H225_AdmissionRequest &); virtual void OnSendAdmissionConfirm(H323RasPDU &, H225_AdmissionConfirm &); virtual void OnSendAdmissionReject(H323RasPDU &, H225_AdmissionReject &); virtual void OnSendAdmissionRequest(H225_AdmissionRequest &); virtual void OnSendAdmissionConfirm(H225_AdmissionConfirm &); virtual void OnSendAdmissionReject(H225_AdmissionReject &); virtual BOOL OnReceiveAdmissionRequest(const H323RasPDU &, const H225_AdmissionRequest &); virtual BOOL OnReceiveAdmissionConfirm(const H323RasPDU &, const H225_AdmissionConfirm &); virtual BOOL OnReceiveAdmissionReject(const H323RasPDU &, const H225_AdmissionReject &); virtual BOOL OnReceiveAdmissionRequest(const H225_AdmissionRequest &); virtual BOOL OnReceiveAdmissionConfirm(const H225_AdmissionConfirm &); virtual BOOL OnReceiveAdmissionReject(const H225_AdmissionReject &); virtual void OnSendBandwidthRequest(H323RasPDU &, H225_BandwidthRequest &); virtual void OnSendBandwidthConfirm(H323RasPDU &, H225_BandwidthConfirm &); virtual void OnSendBandwidthReject(H323RasPDU &, H225_BandwidthReject &); virtual void OnSendBandwidthRequest(H225_BandwidthRequest &); virtual void OnSendBandwidthConfirm(H225_BandwidthConfirm &); virtual void OnSendBandwidthReject(H225_BandwidthReject &); virtual BOOL OnReceiveBandwidthRequest(const H323RasPDU &, const H225_BandwidthRequest &); virtual BOOL OnReceiveBandwidthConfirm(const H323RasPDU &, const H225_BandwidthConfirm &); virtual BOOL OnReceiveBandwidthReject(const H323RasPDU &, const H225_BandwidthReject &); virtual BOOL OnReceiveBandwidthRequest(const H225_BandwidthRequest &); virtual BOOL OnReceiveBandwidthConfirm(const H225_BandwidthConfirm &); virtual BOOL OnReceiveBandwidthReject(const H225_BandwidthReject &); virtual void OnSendDisengageRequest(H323RasPDU &, H225_DisengageRequest &); virtual void OnSendDisengageConfirm(H323RasPDU &, H225_DisengageConfirm &); virtual void OnSendDisengageReject(H323RasPDU &, H225_DisengageReject &); virtual void OnSendDisengageRequest(H225_DisengageRequest &); virtual void OnSendDisengageConfirm(H225_DisengageConfirm &); virtual void OnSendDisengageReject(H225_DisengageReject &); virtual BOOL OnReceiveDisengageRequest(const H323RasPDU &, const H225_DisengageRequest &); virtual BOOL OnReceiveDisengageConfirm(const H323RasPDU &, const H225_DisengageConfirm &); virtual BOOL OnReceiveDisengageReject(const H323RasPDU &, const H225_DisengageReject &); virtual BOOL OnReceiveDisengageRequest(const H225_DisengageRequest &); virtual BOOL OnReceiveDisengageConfirm(const H225_DisengageConfirm &); virtual BOOL OnReceiveDisengageReject(const H225_DisengageReject &); virtual void OnSendLocationRequest(H323RasPDU &, H225_LocationRequest &); virtual void OnSendLocationConfirm(H323RasPDU &, H225_LocationConfirm &); virtual void OnSendLocationReject(H323RasPDU &, H225_LocationReject &); virtual void OnSendLocationRequest(H225_LocationRequest &); virtual void OnSendLocationConfirm(H225_LocationConfirm &); virtual void OnSendLocationReject(H225_LocationReject &); virtual BOOL OnReceiveLocationRequest(const H323RasPDU &, const H225_LocationRequest &); virtual BOOL OnReceiveLocationConfirm(const H323RasPDU &, const H225_LocationConfirm &); virtual BOOL OnReceiveLocationReject(const H323RasPDU &, const H225_LocationReject &); virtual BOOL OnReceiveLocationRequest(const H225_LocationRequest &); virtual BOOL OnReceiveLocationConfirm(const H225_LocationConfirm &); virtual BOOL OnReceiveLocationReject(const H225_LocationReject &); virtual void OnSendInfoRequest(H323RasPDU &, H225_InfoRequest &); virtual void OnSendInfoRequestAck(H323RasPDU &, H225_InfoRequestAck &); virtual void OnSendInfoRequestNak(H323RasPDU &, H225_InfoRequestNak &); virtual void OnSendInfoRequestResponse(H323RasPDU &, H225_InfoRequestResponse &); virtual void OnSendInfoRequest(H225_InfoRequest &); virtual void OnSendInfoRequestAck(H225_InfoRequestAck &); virtual void OnSendInfoRequestNak(H225_InfoRequestNak &); virtual void OnSendInfoRequestResponse(H225_InfoRequestResponse &); virtual BOOL OnReceiveInfoRequest(const H323RasPDU &, const H225_InfoRequest &); virtual BOOL OnReceiveInfoRequestAck(const H323RasPDU &, const H225_InfoRequestAck &); virtual BOOL OnReceiveInfoRequestNak(const H323RasPDU &, const H225_InfoRequestNak &); virtual BOOL OnReceiveInfoRequestResponse(const H323RasPDU &, const H225_InfoRequestResponse &); virtual BOOL OnReceiveInfoRequest(const H225_InfoRequest &); virtual BOOL OnReceiveInfoRequestAck(const H225_InfoRequestAck &); virtual BOOL OnReceiveInfoRequestNak(const H225_InfoRequestNak &); virtual BOOL OnReceiveInfoRequestResponse(const H225_InfoRequestResponse &); virtual void OnSendResourcesAvailableIndicate(H323RasPDU &, H225_ResourcesAvailableIndicate &); virtual void OnSendResourcesAvailableConfirm(H323RasPDU &, H225_ResourcesAvailableConfirm &); virtual void OnSendResourcesAvailableIndicate(H225_ResourcesAvailableIndicate &); virtual void OnSendResourcesAvailableConfirm(H225_ResourcesAvailableConfirm &); virtual BOOL OnReceiveResourcesAvailableIndicate(const H323RasPDU &, const H225_ResourcesAvailableIndicate &); virtual BOOL OnReceiveResourcesAvailableConfirm(const H323RasPDU &, const H225_ResourcesAvailableConfirm &); virtual BOOL OnReceiveResourcesAvailableIndicate(const H225_ResourcesAvailableIndicate &); virtual BOOL OnReceiveResourcesAvailableConfirm(const H225_ResourcesAvailableConfirm &); #ifdef H323_H248 virtual void OnSendServiceControlIndication(H323RasPDU &, H225_ServiceControlIndication &); virtual void OnSendServiceControlResponse(H323RasPDU &, H225_ServiceControlResponse &); virtual void OnSendServiceControlIndication(H225_ServiceControlIndication &); virtual void OnSendServiceControlResponse(H225_ServiceControlResponse &); virtual BOOL OnReceiveServiceControlIndication(const H323RasPDU &, const H225_ServiceControlIndication &); virtual BOOL OnReceiveServiceControlResponse(const H323RasPDU &, const H225_ServiceControlResponse &); virtual BOOL OnReceiveServiceControlIndication(const H225_ServiceControlIndication &); virtual BOOL OnReceiveServiceControlResponse(const H225_ServiceControlResponse &); #endif virtual void OnSendNonStandardMessage(H323RasPDU &, H225_NonStandardMessage &); virtual void OnSendNonStandardMessage(H225_NonStandardMessage &); virtual BOOL OnReceiveNonStandardMessage(const H323RasPDU &, const H225_NonStandardMessage &); virtual BOOL OnReceiveNonStandardMessage(const H225_NonStandardMessage &); virtual void OnSendUnknownMessageResponse(H323RasPDU &, H225_UnknownMessageResponse &); virtual void OnSendUnknownMessageResponse(H225_UnknownMessageResponse &); virtual BOOL OnReceiveUnknownMessageResponse(const H323RasPDU &, const H225_UnknownMessageResponse &); virtual BOOL OnReceiveUnknownMessageResponse(const H225_UnknownMessageResponse &); virtual void OnSendRequestInProgress(H323RasPDU &, H225_RequestInProgress &); virtual void OnSendRequestInProgress(H225_RequestInProgress &); virtual BOOL OnReceiveRequestInProgress(const H323RasPDU &, const H225_RequestInProgress &); virtual BOOL OnReceiveRequestInProgress(const H225_RequestInProgress &); virtual BOOL OnSendFeatureSet(unsigned, H225_FeatureSet &) const { return FALSE; } virtual void OnReceiveFeatureSet(unsigned, const H225_FeatureSet &) const { } /**Handle unknown PDU type. */ virtual BOOL OnReceiveUnknown( const H323RasPDU & pdu ///< PDU that was not handled. ); //@} /**@name Member variable access */ //@{ /**Get the gatekeeper identifer. For clients at least one successful registration must have been achieved for this field to be filling in. */ const PString & GetIdentifier() const { return gatekeeperIdentifier; } /**Set the gatekeeper identifer. For servers this allows the identifier to be set and provided to all remote clients. */ void SetIdentifier(const PString & id) { gatekeeperIdentifier = id; } //@} protected: // Option variables PString gatekeeperIdentifier; }; #endif // __OPAL_H225RAS_H ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/h235.h0100644000176200056700000006344410034005721016110 0ustar releasepostincr// // h235.h // // Code automatically generated by asnparse. // #if ! H323_DISABLE_H235 #ifndef __H235_H #define __H235_H #ifdef P_USE_PRAGMA #pragma interface #endif #include // // ChallengeString // class H235_ChallengeString : public PASN_OctetString { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_ChallengeString, PASN_OctetString); #endif public: H235_ChallengeString(unsigned tag = UniversalOctetString, TagClass tagClass = UniversalTagClass); H235_ChallengeString(const char * v); H235_ChallengeString(const PString & v); H235_ChallengeString(const PBYTEArray & v); H235_ChallengeString & operator=(const char * v); H235_ChallengeString & operator=(const PString & v); H235_ChallengeString & operator=(const PBYTEArray & v); PObject * Clone() const; }; // // TimeStamp // class H235_TimeStamp : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_TimeStamp, PASN_Integer); #endif public: H235_TimeStamp(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); H235_TimeStamp & operator=(int v); H235_TimeStamp & operator=(unsigned v); PObject * Clone() const; }; // // RandomVal // class H235_RandomVal : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_RandomVal, PASN_Integer); #endif public: H235_RandomVal(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); H235_RandomVal & operator=(int v); H235_RandomVal & operator=(unsigned v); PObject * Clone() const; }; // // Password // class H235_Password : public PASN_BMPString { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_Password, PASN_BMPString); #endif public: H235_Password(unsigned tag = UniversalBMPString, TagClass tagClass = UniversalTagClass); H235_Password & operator=(const char * v); H235_Password & operator=(const PString & v); H235_Password & operator=(const PWORDArray & v); H235_Password & operator=(const PASN_BMPString & v); PObject * Clone() const; }; // // Identifier // class H235_Identifier : public PASN_BMPString { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_Identifier, PASN_BMPString); #endif public: H235_Identifier(unsigned tag = UniversalBMPString, TagClass tagClass = UniversalTagClass); H235_Identifier & operator=(const char * v); H235_Identifier & operator=(const PString & v); H235_Identifier & operator=(const PWORDArray & v); H235_Identifier & operator=(const PASN_BMPString & v); PObject * Clone() const; }; // // KeyMaterial // class H235_KeyMaterial : public PASN_BitString { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_KeyMaterial, PASN_BitString); #endif public: H235_KeyMaterial(unsigned tag = UniversalBitString, TagClass tagClass = UniversalTagClass); PObject * Clone() const; }; // // NonStandardParameter // class H235_NonStandardParameter : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_NonStandardParameter, PASN_Sequence); #endif public: H235_NonStandardParameter(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_ObjectId m_nonStandardIdentifier; PASN_OctetString m_data; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // DHset // class H235_DHset : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_DHset, PASN_Sequence); #endif public: H235_DHset(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_BitString m_halfkey; PASN_BitString m_modSize; PASN_BitString m_generator; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ECpoint // class H235_ECpoint : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_ECpoint, PASN_Sequence); #endif public: H235_ECpoint(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_x, e_y }; PASN_BitString m_x; PASN_BitString m_y; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ECKASDH // class H235_ECKASDH_eckasdhp; class H235_ECKASDH_eckasdh2; class H235_ECKASDH : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_ECKASDH, PASN_Choice); #endif public: H235_ECKASDH(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_eckasdhp, e_eckasdh2 }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H235_ECKASDH_eckasdhp &() const; #else operator H235_ECKASDH_eckasdhp &(); operator const H235_ECKASDH_eckasdhp &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H235_ECKASDH_eckasdh2 &() const; #else operator H235_ECKASDH_eckasdh2 &(); operator const H235_ECKASDH_eckasdh2 &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ECGDSASignature // class H235_ECGDSASignature : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_ECGDSASignature, PASN_Sequence); #endif public: H235_ECGDSASignature(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_BitString m_r; PASN_BitString m_s; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TypedCertificate // class H235_TypedCertificate : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_TypedCertificate, PASN_Sequence); #endif public: H235_TypedCertificate(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_ObjectId m_type; PASN_OctetString m_certificate; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // AuthenticationBES // class H235_AuthenticationBES : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_AuthenticationBES, PASN_Choice); #endif public: H235_AuthenticationBES(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_default, e_radius }; BOOL CreateObject(); PObject * Clone() const; }; // // AuthenticationMechanism // class H235_NonStandardParameter; class H235_AuthenticationBES; class H235_AuthenticationMechanism : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_AuthenticationMechanism, PASN_Choice); #endif public: H235_AuthenticationMechanism(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_dhExch, e_pwdSymEnc, e_pwdHash, e_certSign, e_ipsec, e_tls, e_nonStandard, e_authenticationBES }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H235_NonStandardParameter &() const; #else operator H235_NonStandardParameter &(); operator const H235_NonStandardParameter &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H235_AuthenticationBES &() const; #else operator H235_AuthenticationBES &(); operator const H235_AuthenticationBES &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // IV8 // class H235_IV8 : public PASN_OctetString { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_IV8, PASN_OctetString); #endif public: H235_IV8(unsigned tag = UniversalOctetString, TagClass tagClass = UniversalTagClass); H235_IV8(const char * v); H235_IV8(const PString & v); H235_IV8(const PBYTEArray & v); H235_IV8 & operator=(const char * v); H235_IV8 & operator=(const PString & v); H235_IV8 & operator=(const PBYTEArray & v); PObject * Clone() const; }; // // IV16 // class H235_IV16 : public PASN_OctetString { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_IV16, PASN_OctetString); #endif public: H235_IV16(unsigned tag = UniversalOctetString, TagClass tagClass = UniversalTagClass); H235_IV16(const char * v); H235_IV16(const PString & v); H235_IV16(const PBYTEArray & v); H235_IV16 & operator=(const char * v); H235_IV16 & operator=(const PString & v); H235_IV16 & operator=(const PBYTEArray & v); PObject * Clone() const; }; // // Params // class H235_Params : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_Params, PASN_Sequence); #endif public: H235_Params(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_ranInt, e_iv8, e_iv16, e_iv, e_clearSalt }; PASN_Integer m_ranInt; H235_IV8 m_iv8; H235_IV16 m_iv16; PASN_OctetString m_iv; PASN_OctetString m_clearSalt; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ReturnSig // class H235_ReturnSig : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_ReturnSig, PASN_Sequence); #endif public: H235_ReturnSig(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_requestRandom, e_certificate }; H235_Identifier m_generalId; H235_RandomVal m_responseRandom; H235_RandomVal m_requestRandom; H235_TypedCertificate m_certificate; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // EncodedReturnSig // class H235_EncodedReturnSig : public PASN_OctetString { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_EncodedReturnSig, PASN_OctetString); #endif public: H235_EncodedReturnSig(unsigned tag = 0, TagClass tagClass = UniversalTagClass); BOOL DecodeSubType(H235_ReturnSig & obj) { return PASN_OctetString::DecodeSubType(obj); } void EncodeSubType(const H235_ReturnSig & obj) { PASN_OctetString::EncodeSubType(obj); } PObject * Clone() const; }; // // KeySyncMaterial // class H235_KeySyncMaterial : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_KeySyncMaterial, PASN_Sequence); #endif public: H235_KeySyncMaterial(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H235_Identifier m_generalID; H235_KeyMaterial m_keyMaterial; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // EncodedKeySyncMaterial // class H235_EncodedKeySyncMaterial : public PASN_OctetString { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_EncodedKeySyncMaterial, PASN_OctetString); #endif public: H235_EncodedKeySyncMaterial(unsigned tag = 0, TagClass tagClass = UniversalTagClass); BOOL DecodeSubType(H235_KeySyncMaterial & obj) { return PASN_OctetString::DecodeSubType(obj); } void EncodeSubType(const H235_KeySyncMaterial & obj) { PASN_OctetString::EncodeSubType(obj); } PObject * Clone() const; }; // // V3KeySyncMaterial // class H235_V3KeySyncMaterial : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_V3KeySyncMaterial, PASN_Sequence); #endif public: H235_V3KeySyncMaterial(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_generalID, e_algorithmOID, e_encryptedSessionKey, e_encryptedSaltingKey, e_clearSaltingKey, e_paramSsalt, e_keyDerivationOID }; H235_Identifier m_generalID; PASN_ObjectId m_algorithmOID; H235_Params m_paramS; PASN_OctetString m_encryptedSessionKey; PASN_OctetString m_encryptedSaltingKey; PASN_OctetString m_clearSaltingKey; H235_Params m_paramSsalt; PASN_ObjectId m_keyDerivationOID; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ECKASDH_eckasdhp // class H235_ECKASDH_eckasdhp : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_ECKASDH_eckasdhp, PASN_Sequence); #endif public: H235_ECKASDH_eckasdhp(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H235_ECpoint m_public_key; PASN_BitString m_modulus; H235_ECpoint m_base; PASN_BitString m_weierstrassA; PASN_BitString m_weierstrassB; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ECKASDH_eckasdh2 // class H235_ECKASDH_eckasdh2 : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_ECKASDH_eckasdh2, PASN_Sequence); #endif public: H235_ECKASDH_eckasdh2(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H235_ECpoint m_public_key; PASN_BitString m_fieldSize; H235_ECpoint m_base; PASN_BitString m_weierstrassA; PASN_BitString m_weierstrassB; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // SIGNED // template class H235_SIGNED : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_SIGNED, PASN_Sequence); #endif public: H235_SIGNED(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); ToBeSigned m_toBeSigned; PASN_ObjectId m_algorithmOID; H235_Params m_paramS; PASN_BitString m_signature; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ENCRYPTED // template class H235_ENCRYPTED : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_ENCRYPTED, PASN_Sequence); #endif public: H235_ENCRYPTED(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_ObjectId m_algorithmOID; H235_Params m_paramS; PASN_OctetString m_encryptedData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // HASHED // template class H235_HASHED : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_HASHED, PASN_Sequence); #endif public: H235_HASHED(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_ObjectId m_algorithmOID; H235_Params m_paramS; PASN_BitString m_hash; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // KeySignedMaterial // class H235_KeySignedMaterial : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_KeySignedMaterial, PASN_Sequence); #endif public: H235_KeySignedMaterial(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_srandom, e_timeStamp }; H235_Identifier m_generalId; H235_RandomVal m_mrandom; H235_RandomVal m_srandom; H235_TimeStamp m_timeStamp; H235_ENCRYPTED m_encrptval; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // EncodedKeySignedMaterial // class H235_EncodedKeySignedMaterial : public PASN_OctetString { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_EncodedKeySignedMaterial, PASN_OctetString); #endif public: H235_EncodedKeySignedMaterial(unsigned tag = 0, TagClass tagClass = UniversalTagClass); BOOL DecodeSubType(H235_KeySignedMaterial & obj) { return PASN_OctetString::DecodeSubType(obj); } void EncodeSubType(const H235_KeySignedMaterial & obj) { PASN_OctetString::EncodeSubType(obj); } PObject * Clone() const; }; // // H235CertificateSignature // class H235_H235CertificateSignature : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_H235CertificateSignature, PASN_Sequence); #endif public: H235_H235CertificateSignature(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_requesterRandom }; H235_TypedCertificate m_certificate; H235_RandomVal m_responseRandom; H235_RandomVal m_requesterRandom; H235_SIGNED m_signature; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H235Key // class H235_KeyMaterial; class H235_V3KeySyncMaterial; class H235_H235Key : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_H235Key, PASN_Choice); #endif public: H235_H235Key(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_secureChannel, e_sharedSecret, e_certProtectedKey, e_secureSharedSecret }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H235_KeyMaterial &() const; #else operator H235_KeyMaterial &(); operator const H235_KeyMaterial &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H235_ENCRYPTED &() const; #else operator H235_ENCRYPTED &(); operator const H235_ENCRYPTED &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H235_SIGNED &() const; #else operator H235_SIGNED &(); operator const H235_SIGNED &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H235_V3KeySyncMaterial &() const; #else operator H235_V3KeySyncMaterial &(); operator const H235_V3KeySyncMaterial &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ClearToken // class H235_ClearToken : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_ClearToken, PASN_Sequence); #endif public: H235_ClearToken(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_timeStamp, e_password, e_dhkey, e_challenge, e_random, e_certificate, e_generalID, e_nonStandard, e_eckasdhkey, e_sendersID, e_h235Key }; PASN_ObjectId m_tokenOID; H235_TimeStamp m_timeStamp; H235_Password m_password; H235_DHset m_dhkey; H235_ChallengeString m_challenge; H235_RandomVal m_random; H235_TypedCertificate m_certificate; H235_Identifier m_generalID; H235_NonStandardParameter m_nonStandard; H235_ECKASDH m_eckasdhkey; H235_Identifier m_sendersID; H235_H235Key m_h235Key; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // EncodedGeneralToken // class H235_EncodedGeneralToken : public PASN_OctetString { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_EncodedGeneralToken, PASN_OctetString); #endif public: H235_EncodedGeneralToken(unsigned tag = 0, TagClass tagClass = UniversalTagClass); BOOL DecodeSubType(H235_ClearToken & obj) { return PASN_OctetString::DecodeSubType(obj); } void EncodeSubType(const H235_ClearToken & obj) { PASN_OctetString::EncodeSubType(obj); } PObject * Clone() const; }; // // PwdCertToken // class H235_PwdCertToken : public H235_ClearToken { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_PwdCertToken, H235_ClearToken); #endif public: H235_PwdCertToken(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PObject * Clone() const; }; // // EncodedPwdCertToken // class H235_EncodedPwdCertToken : public PASN_OctetString { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_EncodedPwdCertToken, PASN_OctetString); #endif public: H235_EncodedPwdCertToken(unsigned tag = 0, TagClass tagClass = UniversalTagClass); BOOL DecodeSubType(H235_PwdCertToken & obj) { return PASN_OctetString::DecodeSubType(obj); } void EncodeSubType(const H235_PwdCertToken & obj) { PASN_OctetString::EncodeSubType(obj); } PObject * Clone() const; }; // // CryptoToken // class H235_CryptoToken_cryptoEncryptedToken; class H235_CryptoToken_cryptoSignedToken; class H235_CryptoToken_cryptoHashedToken; class H235_CryptoToken : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_CryptoToken, PASN_Choice); #endif public: H235_CryptoToken(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_cryptoEncryptedToken, e_cryptoSignedToken, e_cryptoHashedToken, e_cryptoPwdEncr }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H235_CryptoToken_cryptoEncryptedToken &() const; #else operator H235_CryptoToken_cryptoEncryptedToken &(); operator const H235_CryptoToken_cryptoEncryptedToken &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H235_CryptoToken_cryptoSignedToken &() const; #else operator H235_CryptoToken_cryptoSignedToken &(); operator const H235_CryptoToken_cryptoSignedToken &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H235_CryptoToken_cryptoHashedToken &() const; #else operator H235_CryptoToken_cryptoHashedToken &(); operator const H235_CryptoToken_cryptoHashedToken &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H235_ENCRYPTED &() const; #else operator H235_ENCRYPTED &(); operator const H235_ENCRYPTED &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // CryptoToken_cryptoEncryptedToken // class H235_CryptoToken_cryptoEncryptedToken : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_CryptoToken_cryptoEncryptedToken, PASN_Sequence); #endif public: H235_CryptoToken_cryptoEncryptedToken(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_ObjectId m_tokenOID; H235_ENCRYPTED m_token; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CryptoToken_cryptoSignedToken // class H235_CryptoToken_cryptoSignedToken : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_CryptoToken_cryptoSignedToken, PASN_Sequence); #endif public: H235_CryptoToken_cryptoSignedToken(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_ObjectId m_tokenOID; H235_SIGNED m_token; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CryptoToken_cryptoHashedToken // class H235_CryptoToken_cryptoHashedToken : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H235_CryptoToken_cryptoHashedToken, PASN_Sequence); #endif public: H235_CryptoToken_cryptoHashedToken(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_ObjectId m_tokenOID; H235_ClearToken m_hashedVals; H235_HASHED m_token; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; #endif // __H235_H #endif // if ! H323_DISABLE_H235 // End of h235.h openh323_v1_18_0/include/h235auth.h0100644000176200056700000002551710343321575017004 0ustar releasepostincr/* * h235auth.h * * H.235 authorisation PDU's * * Open H323 Library * * Copyright (c) 1998-2001 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): Fürbass Franz * * $Log: h235auth.h,v $ * Revision 1.20 2005/11/30 13:05:01 csoutheren * Changed tags for Doxygen * * Revision 1.19 2005/02/13 23:54:48 csoutheren * Allow access to H.235 timestamp grace period * Thanks to Jan Willamowius * * Revision 1.18 2004/11/20 22:00:48 csoutheren * Added hacks for linker problem * * Revision 1.17 2004/11/12 06:04:42 csoutheren * Changed H235Authentiators to use PFactory * * Revision 1.16 2004/05/13 02:26:13 dereksmithies * Fixes so make docs does not generate warning messages about brackets. * * Revision 1.15 2003/04/30 00:28:50 robertj * Redesigned the alternate credentials in ARQ system as old implementation * was fraught with concurrency issues, most importantly it can cause false * detection of replay attacks taking out an endpoint completely. * * Revision 1.14 2003/04/01 04:47:48 robertj * Abstracted H.225 RAS transaction processing (RIP and secondary thread) in * server environment for use by H.501 peer elements. * * Revision 1.13 2003/02/25 06:48:14 robertj * More work on PDU transaction abstraction. * * Revision 1.12 2003/02/11 04:43:22 robertj * Fixed use of asymmetrical authentication schemes such as MD5. * * Revision 1.11 2003/02/01 13:31:14 robertj * Changes to support CAT authentication in RAS. * * Revision 1.10 2003/01/08 04:40:31 robertj * Added more debug tracing for H.235 authenticators. * * Revision 1.9 2002/09/16 01:14:15 robertj * Added #define so can select if #pragma interface/implementation is used on * platform basis (eg MacOS) rather than compiler, thanks Robert Monaghan. * * Revision 1.8 2002/09/03 06:19:36 robertj * Normalised the multi-include header prevention ifdef/define symbol. * * Revision 1.7 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.6 2002/08/05 05:17:37 robertj * Fairly major modifications to support different authentication credentials * in ARQ to the logged in ones on RRQ. For both client and server. * Various other H.235 authentication bugs and anomalies fixed on the way. * * Revision 1.5 2002/05/17 03:39:28 robertj * Fixed problems with H.235 authentication on RAS for server and client. * * Revision 1.4 2001/12/06 06:44:42 robertj * Removed "Win32 SSL xxx" build configurations in favour of system * environment variables to select optional libraries. * * Revision 1.3 2001/09/14 00:13:37 robertj * Fixed problem with some athenticators needing extra conditions to be * "active", so make IsActive() virtual and add localId to H235AuthSimpleMD5 * * Revision 1.2 2001/09/13 01:15:18 robertj * Added flag to H235Authenticator to determine if gkid and epid is to be * automatically set as the crypto token remote id and local id. * * Revision 1.1 2001/08/10 11:03:49 robertj * Major changes to H.235 support in RAS to support server. * */ #ifndef __OPAL_H235AUTH_H #define __OPAL_H235AUTH_H #ifdef P_USE_PRAGMA #pragma interface #endif class H323TransactionPDU; class H225_CryptoH323Token; class H225_ArrayOf_AuthenticationMechanism; class H225_ArrayOf_PASN_ObjectId; class H235_ClearToken; class H235_AuthenticationMechanism; class PASN_ObjectId; class PASN_Sequence; class PASN_Array; namespace PWLibStupidLinkerHacks { extern int h235AuthLoader; }; /** This abtract class embodies an H.235 authentication mechanism. NOTE: descendants must have a Clone() function for correct operation. */ class H235Authenticator : public PObject { PCLASSINFO(H235Authenticator, PObject); public: H235Authenticator(); virtual void PrintOn( ostream & strm ) const; virtual const char * GetName() const = 0; virtual BOOL PrepareTokens( PASN_Array & clearTokens, PASN_Array & cryptoTokens ); virtual H235_ClearToken * CreateClearToken(); virtual H225_CryptoH323Token * CreateCryptoToken(); virtual BOOL Finalise( PBYTEArray & rawPDU ); enum ValidationResult { e_OK = 0, ///< Security parameters and Msg are ok, no security attacks e_Absent, ///< Security parameters are expected but absent e_Error, ///< Security parameters are present but incorrect e_InvalidTime,///< Security parameters indicate peer has bad real time clock e_BadPassword,///< Security parameters indicate bad password in token e_ReplyAttack,///< Security parameters indicate an attack was made e_Disabled ///< Security is disabled by local system }; virtual ValidationResult ValidateTokens( const PASN_Array & clearTokens, const PASN_Array & cryptoTokens, const PBYTEArray & rawPDU ); virtual ValidationResult ValidateClearToken( const H235_ClearToken & clearToken ); virtual ValidationResult ValidateCryptoToken( const H225_CryptoH323Token & cryptoToken, const PBYTEArray & rawPDU ); virtual BOOL IsCapability( const H235_AuthenticationMechanism & mechansim, const PASN_ObjectId & algorithmOID ) = 0; virtual BOOL SetCapability( H225_ArrayOf_AuthenticationMechanism & mechansims, H225_ArrayOf_PASN_ObjectId & algorithmOIDs ) = 0; virtual BOOL UseGkAndEpIdentifiers() const; virtual BOOL IsSecuredPDU( unsigned rasPDU, BOOL received ) const; virtual BOOL IsActive() const; virtual void Enable( BOOL enab = TRUE ) { enabled = enab; } virtual void Disable() { enabled = FALSE; } virtual const PString & GetRemoteId() const { return remoteId; } virtual void SetRemoteId(const PString & id) { remoteId = id; } virtual const PString & GetLocalId() const { return localId; } virtual void SetLocalId(const PString & id) { localId = id; } virtual const PString & GetPassword() const { return password; } virtual void SetPassword(const PString & pw) { password = pw; } virtual int GetTimestampGracePeriod() const { return timestampGracePeriod; } virtual void SetTimestampGracePeriod(int grace) { timestampGracePeriod = grace; } protected: BOOL AddCapability( unsigned mechanism, const PString & oid, H225_ArrayOf_AuthenticationMechanism & mechansims, H225_ArrayOf_PASN_ObjectId & algorithmOIDs ); BOOL enabled; PString remoteId; // ID of remote entity PString localId; // ID of local entity PString password; // shared secret unsigned sentRandomSequenceNumber; unsigned lastRandomSequenceNumber; unsigned lastTimestamp; int timestampGracePeriod; PMutex mutex; }; PDECLARE_LIST(H235Authenticators, H235Authenticator) #ifdef DOC_PLUS_PLUS { #endif public: void PreparePDU( H323TransactionPDU & pdu, PASN_Array & clearTokens, unsigned clearOptionalField, PASN_Array & cryptoTokens, unsigned cryptoOptionalField ) const; H235Authenticator::ValidationResult ValidatePDU( const H323TransactionPDU & pdu, const PASN_Array & clearTokens, unsigned clearOptionalField, const PASN_Array & cryptoTokens, unsigned cryptoOptionalField, const PBYTEArray & rawPDU ) const; }; /** This class embodies a simple MD5 based authentication. The users password is concatenated with the 4 byte timestamp and 4 byte random fields and an MD5 generated and sent/verified */ class H235AuthSimpleMD5 : public H235Authenticator { PCLASSINFO(H235AuthSimpleMD5, H235Authenticator); public: H235AuthSimpleMD5(); PObject * Clone() const; virtual const char * GetName() const; virtual H225_CryptoH323Token * CreateCryptoToken(); virtual ValidationResult ValidateCryptoToken( const H225_CryptoH323Token & cryptoToken, const PBYTEArray & rawPDU ); virtual BOOL IsCapability( const H235_AuthenticationMechanism & mechansim, const PASN_ObjectId & algorithmOID ); virtual BOOL SetCapability( H225_ArrayOf_AuthenticationMechanism & mechansim, H225_ArrayOf_PASN_ObjectId & algorithmOIDs ); virtual BOOL IsSecuredPDU( unsigned rasPDU, BOOL received ) const; }; /** This class embodies a RADIUS compatible based authentication (aka Cisco Access Token or CAT). The users password is concatenated with the 4 byte timestamp and 1 byte random fields and an MD5 generated and sent/verified via the challenge field. */ class H235AuthCAT : public H235Authenticator { PCLASSINFO(H235AuthCAT, H235Authenticator); public: H235AuthCAT(); PObject * Clone() const; virtual const char * GetName() const; virtual H235_ClearToken * CreateClearToken(); virtual ValidationResult ValidateClearToken( const H235_ClearToken & clearToken ); virtual BOOL IsCapability( const H235_AuthenticationMechanism & mechansim, const PASN_ObjectId & algorithmOID ); virtual BOOL SetCapability( H225_ArrayOf_AuthenticationMechanism & mechansim, H225_ArrayOf_PASN_ObjectId & algorithmOIDs ); virtual BOOL IsSecuredPDU( unsigned rasPDU, BOOL received ) const; }; #if P_SSL namespace PWLibStupidLinkerHacks { extern int h235AuthProcedure1Loader; }; /** This class embodies the H.235 "base line Procedure 1" from Annex D. */ class H235AuthProcedure1 : public H235Authenticator { PCLASSINFO(H235AuthProcedure1, H235Authenticator); public: H235AuthProcedure1(); PObject * Clone() const; virtual const char * GetName() const; virtual H225_CryptoH323Token * CreateCryptoToken(); virtual BOOL Finalise( PBYTEArray & rawPDU ); virtual ValidationResult ValidateCryptoToken( const H225_CryptoH323Token & cryptoToken, const PBYTEArray & rawPDU ); virtual BOOL IsCapability( const H235_AuthenticationMechanism & mechansim, const PASN_ObjectId & algorithmOID ); virtual BOOL SetCapability( H225_ArrayOf_AuthenticationMechanism & mechansim, H225_ArrayOf_PASN_ObjectId & algorithmOIDs ); virtual BOOL UseGkAndEpIdentifiers() const; }; #endif #endif //__OPAL_H235AUTH_H ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/h245.h0100644000176200056700000147522110260650623016122 0ustar releasepostincr// // h245.h // // Code automatically generated by asnparse. // #if ! H323_DISABLE_H245 #ifndef __H245_H #define __H245_H #ifdef P_USE_PRAGMA #pragma interface #endif #include // // MultimediaSystemControlMessage // class H245_RequestMessage; class H245_ResponseMessage; class H245_CommandMessage; class H245_IndicationMessage; class H245_MultimediaSystemControlMessage : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultimediaSystemControlMessage, PASN_Choice); #endif public: H245_MultimediaSystemControlMessage(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_request, e_response, e_command, e_indication }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_RequestMessage &() const; #else operator H245_RequestMessage &(); operator const H245_RequestMessage &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_ResponseMessage &() const; #else operator H245_ResponseMessage &(); operator const H245_ResponseMessage &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_CommandMessage &() const; #else operator H245_CommandMessage &(); operator const H245_CommandMessage &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_IndicationMessage &() const; #else operator H245_IndicationMessage &(); operator const H245_IndicationMessage &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // RequestMessage // class H245_NonStandardMessage; class H245_MasterSlaveDetermination; class H245_TerminalCapabilitySet; class H245_OpenLogicalChannel; class H245_CloseLogicalChannel; class H245_RequestChannelClose; class H245_MultiplexEntrySend; class H245_RequestMultiplexEntry; class H245_RequestMode; class H245_RoundTripDelayRequest; class H245_MaintenanceLoopRequest; class H245_CommunicationModeRequest; class H245_ConferenceRequest; class H245_MultilinkRequest; class H245_LogicalChannelRateRequest; class H245_GenericMessage; class H245_RequestMessage : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RequestMessage, PASN_Choice); #endif public: H245_RequestMessage(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandard, e_masterSlaveDetermination, e_terminalCapabilitySet, e_openLogicalChannel, e_closeLogicalChannel, e_requestChannelClose, e_multiplexEntrySend, e_requestMultiplexEntry, e_requestMode, e_roundTripDelayRequest, e_maintenanceLoopRequest, e_communicationModeRequest, e_conferenceRequest, e_multilinkRequest, e_logicalChannelRateRequest, e_genericRequest }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardMessage &() const; #else operator H245_NonStandardMessage &(); operator const H245_NonStandardMessage &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MasterSlaveDetermination &() const; #else operator H245_MasterSlaveDetermination &(); operator const H245_MasterSlaveDetermination &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_TerminalCapabilitySet &() const; #else operator H245_TerminalCapabilitySet &(); operator const H245_TerminalCapabilitySet &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_OpenLogicalChannel &() const; #else operator H245_OpenLogicalChannel &(); operator const H245_OpenLogicalChannel &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_CloseLogicalChannel &() const; #else operator H245_CloseLogicalChannel &(); operator const H245_CloseLogicalChannel &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_RequestChannelClose &() const; #else operator H245_RequestChannelClose &(); operator const H245_RequestChannelClose &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MultiplexEntrySend &() const; #else operator H245_MultiplexEntrySend &(); operator const H245_MultiplexEntrySend &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_RequestMultiplexEntry &() const; #else operator H245_RequestMultiplexEntry &(); operator const H245_RequestMultiplexEntry &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_RequestMode &() const; #else operator H245_RequestMode &(); operator const H245_RequestMode &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_RoundTripDelayRequest &() const; #else operator H245_RoundTripDelayRequest &(); operator const H245_RoundTripDelayRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MaintenanceLoopRequest &() const; #else operator H245_MaintenanceLoopRequest &(); operator const H245_MaintenanceLoopRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_CommunicationModeRequest &() const; #else operator H245_CommunicationModeRequest &(); operator const H245_CommunicationModeRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_ConferenceRequest &() const; #else operator H245_ConferenceRequest &(); operator const H245_ConferenceRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MultilinkRequest &() const; #else operator H245_MultilinkRequest &(); operator const H245_MultilinkRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_LogicalChannelRateRequest &() const; #else operator H245_LogicalChannelRateRequest &(); operator const H245_LogicalChannelRateRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_GenericMessage &() const; #else operator H245_GenericMessage &(); operator const H245_GenericMessage &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ResponseMessage // class H245_NonStandardMessage; class H245_MasterSlaveDeterminationAck; class H245_MasterSlaveDeterminationReject; class H245_TerminalCapabilitySetAck; class H245_TerminalCapabilitySetReject; class H245_OpenLogicalChannelAck; class H245_OpenLogicalChannelReject; class H245_CloseLogicalChannelAck; class H245_RequestChannelCloseAck; class H245_RequestChannelCloseReject; class H245_MultiplexEntrySendAck; class H245_MultiplexEntrySendReject; class H245_RequestMultiplexEntryAck; class H245_RequestMultiplexEntryReject; class H245_RequestModeAck; class H245_RequestModeReject; class H245_RoundTripDelayResponse; class H245_MaintenanceLoopAck; class H245_MaintenanceLoopReject; class H245_CommunicationModeResponse; class H245_ConferenceResponse; class H245_MultilinkResponse; class H245_LogicalChannelRateAcknowledge; class H245_LogicalChannelRateReject; class H245_GenericMessage; class H245_ResponseMessage : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ResponseMessage, PASN_Choice); #endif public: H245_ResponseMessage(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandard, e_masterSlaveDeterminationAck, e_masterSlaveDeterminationReject, e_terminalCapabilitySetAck, e_terminalCapabilitySetReject, e_openLogicalChannelAck, e_openLogicalChannelReject, e_closeLogicalChannelAck, e_requestChannelCloseAck, e_requestChannelCloseReject, e_multiplexEntrySendAck, e_multiplexEntrySendReject, e_requestMultiplexEntryAck, e_requestMultiplexEntryReject, e_requestModeAck, e_requestModeReject, e_roundTripDelayResponse, e_maintenanceLoopAck, e_maintenanceLoopReject, e_communicationModeResponse, e_conferenceResponse, e_multilinkResponse, e_logicalChannelRateAcknowledge, e_logicalChannelRateReject, e_genericResponse }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardMessage &() const; #else operator H245_NonStandardMessage &(); operator const H245_NonStandardMessage &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MasterSlaveDeterminationAck &() const; #else operator H245_MasterSlaveDeterminationAck &(); operator const H245_MasterSlaveDeterminationAck &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MasterSlaveDeterminationReject &() const; #else operator H245_MasterSlaveDeterminationReject &(); operator const H245_MasterSlaveDeterminationReject &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_TerminalCapabilitySetAck &() const; #else operator H245_TerminalCapabilitySetAck &(); operator const H245_TerminalCapabilitySetAck &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_TerminalCapabilitySetReject &() const; #else operator H245_TerminalCapabilitySetReject &(); operator const H245_TerminalCapabilitySetReject &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_OpenLogicalChannelAck &() const; #else operator H245_OpenLogicalChannelAck &(); operator const H245_OpenLogicalChannelAck &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_OpenLogicalChannelReject &() const; #else operator H245_OpenLogicalChannelReject &(); operator const H245_OpenLogicalChannelReject &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_CloseLogicalChannelAck &() const; #else operator H245_CloseLogicalChannelAck &(); operator const H245_CloseLogicalChannelAck &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_RequestChannelCloseAck &() const; #else operator H245_RequestChannelCloseAck &(); operator const H245_RequestChannelCloseAck &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_RequestChannelCloseReject &() const; #else operator H245_RequestChannelCloseReject &(); operator const H245_RequestChannelCloseReject &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MultiplexEntrySendAck &() const; #else operator H245_MultiplexEntrySendAck &(); operator const H245_MultiplexEntrySendAck &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MultiplexEntrySendReject &() const; #else operator H245_MultiplexEntrySendReject &(); operator const H245_MultiplexEntrySendReject &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_RequestMultiplexEntryAck &() const; #else operator H245_RequestMultiplexEntryAck &(); operator const H245_RequestMultiplexEntryAck &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_RequestMultiplexEntryReject &() const; #else operator H245_RequestMultiplexEntryReject &(); operator const H245_RequestMultiplexEntryReject &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_RequestModeAck &() const; #else operator H245_RequestModeAck &(); operator const H245_RequestModeAck &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_RequestModeReject &() const; #else operator H245_RequestModeReject &(); operator const H245_RequestModeReject &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_RoundTripDelayResponse &() const; #else operator H245_RoundTripDelayResponse &(); operator const H245_RoundTripDelayResponse &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MaintenanceLoopAck &() const; #else operator H245_MaintenanceLoopAck &(); operator const H245_MaintenanceLoopAck &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MaintenanceLoopReject &() const; #else operator H245_MaintenanceLoopReject &(); operator const H245_MaintenanceLoopReject &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_CommunicationModeResponse &() const; #else operator H245_CommunicationModeResponse &(); operator const H245_CommunicationModeResponse &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_ConferenceResponse &() const; #else operator H245_ConferenceResponse &(); operator const H245_ConferenceResponse &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MultilinkResponse &() const; #else operator H245_MultilinkResponse &(); operator const H245_MultilinkResponse &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_LogicalChannelRateAcknowledge &() const; #else operator H245_LogicalChannelRateAcknowledge &(); operator const H245_LogicalChannelRateAcknowledge &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_LogicalChannelRateReject &() const; #else operator H245_LogicalChannelRateReject &(); operator const H245_LogicalChannelRateReject &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_GenericMessage &() const; #else operator H245_GenericMessage &(); operator const H245_GenericMessage &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // CommandMessage // class H245_NonStandardMessage; class H245_MaintenanceLoopOffCommand; class H245_SendTerminalCapabilitySet; class H245_EncryptionCommand; class H245_FlowControlCommand; class H245_EndSessionCommand; class H245_MiscellaneousCommand; class H245_CommunicationModeCommand; class H245_ConferenceCommand; class H245_H223MultiplexReconfiguration; class H245_NewATMVCCommand; class H245_MobileMultilinkReconfigurationCommand; class H245_GenericMessage; class H245_CommandMessage : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_CommandMessage, PASN_Choice); #endif public: H245_CommandMessage(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandard, e_maintenanceLoopOffCommand, e_sendTerminalCapabilitySet, e_encryptionCommand, e_flowControlCommand, e_endSessionCommand, e_miscellaneousCommand, e_communicationModeCommand, e_conferenceCommand, e_h223MultiplexReconfiguration, e_newATMVCCommand, e_mobileMultilinkReconfigurationCommand, e_genericCommand }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardMessage &() const; #else operator H245_NonStandardMessage &(); operator const H245_NonStandardMessage &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MaintenanceLoopOffCommand &() const; #else operator H245_MaintenanceLoopOffCommand &(); operator const H245_MaintenanceLoopOffCommand &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_SendTerminalCapabilitySet &() const; #else operator H245_SendTerminalCapabilitySet &(); operator const H245_SendTerminalCapabilitySet &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_EncryptionCommand &() const; #else operator H245_EncryptionCommand &(); operator const H245_EncryptionCommand &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_FlowControlCommand &() const; #else operator H245_FlowControlCommand &(); operator const H245_FlowControlCommand &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_EndSessionCommand &() const; #else operator H245_EndSessionCommand &(); operator const H245_EndSessionCommand &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MiscellaneousCommand &() const; #else operator H245_MiscellaneousCommand &(); operator const H245_MiscellaneousCommand &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_CommunicationModeCommand &() const; #else operator H245_CommunicationModeCommand &(); operator const H245_CommunicationModeCommand &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_ConferenceCommand &() const; #else operator H245_ConferenceCommand &(); operator const H245_ConferenceCommand &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H223MultiplexReconfiguration &() const; #else operator H245_H223MultiplexReconfiguration &(); operator const H245_H223MultiplexReconfiguration &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NewATMVCCommand &() const; #else operator H245_NewATMVCCommand &(); operator const H245_NewATMVCCommand &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MobileMultilinkReconfigurationCommand &() const; #else operator H245_MobileMultilinkReconfigurationCommand &(); operator const H245_MobileMultilinkReconfigurationCommand &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_GenericMessage &() const; #else operator H245_GenericMessage &(); operator const H245_GenericMessage &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // IndicationMessage // class H245_NonStandardMessage; class H245_FunctionNotUnderstood; class H245_MasterSlaveDeterminationRelease; class H245_TerminalCapabilitySetRelease; class H245_OpenLogicalChannelConfirm; class H245_RequestChannelCloseRelease; class H245_MultiplexEntrySendRelease; class H245_RequestMultiplexEntryRelease; class H245_RequestModeRelease; class H245_MiscellaneousIndication; class H245_JitterIndication; class H245_H223SkewIndication; class H245_NewATMVCIndication; class H245_UserInputIndication; class H245_H2250MaximumSkewIndication; class H245_MCLocationIndication; class H245_ConferenceIndication; class H245_VendorIdentification; class H245_FunctionNotSupported; class H245_MultilinkIndication; class H245_LogicalChannelRateRelease; class H245_FlowControlIndication; class H245_MobileMultilinkReconfigurationIndication; class H245_GenericMessage; class H245_IndicationMessage : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_IndicationMessage, PASN_Choice); #endif public: H245_IndicationMessage(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandard, e_functionNotUnderstood, e_masterSlaveDeterminationRelease, e_terminalCapabilitySetRelease, e_openLogicalChannelConfirm, e_requestChannelCloseRelease, e_multiplexEntrySendRelease, e_requestMultiplexEntryRelease, e_requestModeRelease, e_miscellaneousIndication, e_jitterIndication, e_h223SkewIndication, e_newATMVCIndication, e_userInput, e_h2250MaximumSkewIndication, e_mcLocationIndication, e_conferenceIndication, e_vendorIdentification, e_functionNotSupported, e_multilinkIndication, e_logicalChannelRateRelease, e_flowControlIndication, e_mobileMultilinkReconfigurationIndication, e_genericIndication }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardMessage &() const; #else operator H245_NonStandardMessage &(); operator const H245_NonStandardMessage &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_FunctionNotUnderstood &() const; #else operator H245_FunctionNotUnderstood &(); operator const H245_FunctionNotUnderstood &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MasterSlaveDeterminationRelease &() const; #else operator H245_MasterSlaveDeterminationRelease &(); operator const H245_MasterSlaveDeterminationRelease &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_TerminalCapabilitySetRelease &() const; #else operator H245_TerminalCapabilitySetRelease &(); operator const H245_TerminalCapabilitySetRelease &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_OpenLogicalChannelConfirm &() const; #else operator H245_OpenLogicalChannelConfirm &(); operator const H245_OpenLogicalChannelConfirm &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_RequestChannelCloseRelease &() const; #else operator H245_RequestChannelCloseRelease &(); operator const H245_RequestChannelCloseRelease &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MultiplexEntrySendRelease &() const; #else operator H245_MultiplexEntrySendRelease &(); operator const H245_MultiplexEntrySendRelease &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_RequestMultiplexEntryRelease &() const; #else operator H245_RequestMultiplexEntryRelease &(); operator const H245_RequestMultiplexEntryRelease &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_RequestModeRelease &() const; #else operator H245_RequestModeRelease &(); operator const H245_RequestModeRelease &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MiscellaneousIndication &() const; #else operator H245_MiscellaneousIndication &(); operator const H245_MiscellaneousIndication &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_JitterIndication &() const; #else operator H245_JitterIndication &(); operator const H245_JitterIndication &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H223SkewIndication &() const; #else operator H245_H223SkewIndication &(); operator const H245_H223SkewIndication &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NewATMVCIndication &() const; #else operator H245_NewATMVCIndication &(); operator const H245_NewATMVCIndication &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_UserInputIndication &() const; #else operator H245_UserInputIndication &(); operator const H245_UserInputIndication &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H2250MaximumSkewIndication &() const; #else operator H245_H2250MaximumSkewIndication &(); operator const H245_H2250MaximumSkewIndication &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MCLocationIndication &() const; #else operator H245_MCLocationIndication &(); operator const H245_MCLocationIndication &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_ConferenceIndication &() const; #else operator H245_ConferenceIndication &(); operator const H245_ConferenceIndication &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_VendorIdentification &() const; #else operator H245_VendorIdentification &(); operator const H245_VendorIdentification &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_FunctionNotSupported &() const; #else operator H245_FunctionNotSupported &(); operator const H245_FunctionNotSupported &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MultilinkIndication &() const; #else operator H245_MultilinkIndication &(); operator const H245_MultilinkIndication &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_LogicalChannelRateRelease &() const; #else operator H245_LogicalChannelRateRelease &(); operator const H245_LogicalChannelRateRelease &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_FlowControlIndication &() const; #else operator H245_FlowControlIndication &(); operator const H245_FlowControlIndication &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MobileMultilinkReconfigurationIndication &() const; #else operator H245_MobileMultilinkReconfigurationIndication &(); operator const H245_MobileMultilinkReconfigurationIndication &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_GenericMessage &() const; #else operator H245_GenericMessage &(); operator const H245_GenericMessage &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // SequenceNumber // class H245_SequenceNumber : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_SequenceNumber, PASN_Integer); #endif public: H245_SequenceNumber(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); H245_SequenceNumber & operator=(int v); H245_SequenceNumber & operator=(unsigned v); PObject * Clone() const; }; // // NonStandardIdentifier // class H245_NonStandardIdentifier_h221NonStandard; class H245_NonStandardIdentifier : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_NonStandardIdentifier, PASN_Choice); #endif public: H245_NonStandardIdentifier(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_object, e_h221NonStandard }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardIdentifier_h221NonStandard &() const; #else operator H245_NonStandardIdentifier_h221NonStandard &(); operator const H245_NonStandardIdentifier_h221NonStandard &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // MasterSlaveDetermination // class H245_MasterSlaveDetermination : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MasterSlaveDetermination, PASN_Sequence); #endif public: H245_MasterSlaveDetermination(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_terminalType; PASN_Integer m_statusDeterminationNumber; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MasterSlaveDeterminationRelease // class H245_MasterSlaveDeterminationRelease : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MasterSlaveDeterminationRelease, PASN_Sequence); #endif public: H245_MasterSlaveDeterminationRelease(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif PObject * Clone() const; }; // // AlternativeCapabilitySet // class H245_CapabilityTableEntryNumber; class H245_AlternativeCapabilitySet : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_AlternativeCapabilitySet, PASN_Array); #endif public: H245_AlternativeCapabilitySet(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_CapabilityTableEntryNumber & operator[](PINDEX i) const; PObject * Clone() const; }; // // CapabilityTableEntryNumber // class H245_CapabilityTableEntryNumber : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_CapabilityTableEntryNumber, PASN_Integer); #endif public: H245_CapabilityTableEntryNumber(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); H245_CapabilityTableEntryNumber & operator=(int v); H245_CapabilityTableEntryNumber & operator=(unsigned v); PObject * Clone() const; }; // // CapabilityDescriptorNumber // class H245_CapabilityDescriptorNumber : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_CapabilityDescriptorNumber, PASN_Integer); #endif public: H245_CapabilityDescriptorNumber(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); H245_CapabilityDescriptorNumber & operator=(int v); H245_CapabilityDescriptorNumber & operator=(unsigned v); PObject * Clone() const; }; // // TerminalCapabilitySetAck // class H245_TerminalCapabilitySetAck : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_TerminalCapabilitySetAck, PASN_Sequence); #endif public: H245_TerminalCapabilitySetAck(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_SequenceNumber m_sequenceNumber; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TerminalCapabilitySetRelease // class H245_TerminalCapabilitySetRelease : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_TerminalCapabilitySetRelease, PASN_Sequence); #endif public: H245_TerminalCapabilitySetRelease(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif PObject * Clone() const; }; // // Capability // class H245_NonStandardParameter; class H245_VideoCapability; class H245_AudioCapability; class H245_DataApplicationCapability; class H245_Capability_h233EncryptionReceiveCapability; class H245_ConferenceCapability; class H245_H235SecurityCapability; class H245_UserInputCapability; class H245_GenericCapability; class H245_MultiplexedStreamCapability; class H245_AudioTelephonyEventCapability; class H245_AudioToneCapability; class H245_DepFECCapability; class H245_MultiplePayloadStreamCapability; class H245_FECCapability; class H245_RedundancyEncodingCapability; class H245_AlternativeCapabilitySet; class H245_Capability : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_Capability, PASN_Choice); #endif public: H245_Capability(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandard, e_receiveVideoCapability, e_transmitVideoCapability, e_receiveAndTransmitVideoCapability, e_receiveAudioCapability, e_transmitAudioCapability, e_receiveAndTransmitAudioCapability, e_receiveDataApplicationCapability, e_transmitDataApplicationCapability, e_receiveAndTransmitDataApplicationCapability, e_h233EncryptionTransmitCapability, e_h233EncryptionReceiveCapability, e_conferenceCapability, e_h235SecurityCapability, e_maxPendingReplacementFor, e_receiveUserInputCapability, e_transmitUserInputCapability, e_receiveAndTransmitUserInputCapability, e_genericControlCapability, e_receiveMultiplexedStreamCapability, e_transmitMultiplexedStreamCapability, e_receiveAndTransmitMultiplexedStreamCapability, e_receiveRTPAudioTelephonyEventCapability, e_receiveRTPAudioToneCapability, e_depFecCapability, e_multiplePayloadStreamCapability, e_fecCapability, e_redundancyEncodingCap, e_oneOfCapabilities }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardParameter &() const; #else operator H245_NonStandardParameter &(); operator const H245_NonStandardParameter &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_VideoCapability &() const; #else operator H245_VideoCapability &(); operator const H245_VideoCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_AudioCapability &() const; #else operator H245_AudioCapability &(); operator const H245_AudioCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_DataApplicationCapability &() const; #else operator H245_DataApplicationCapability &(); operator const H245_DataApplicationCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_Capability_h233EncryptionReceiveCapability &() const; #else operator H245_Capability_h233EncryptionReceiveCapability &(); operator const H245_Capability_h233EncryptionReceiveCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_ConferenceCapability &() const; #else operator H245_ConferenceCapability &(); operator const H245_ConferenceCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H235SecurityCapability &() const; #else operator H245_H235SecurityCapability &(); operator const H245_H235SecurityCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_UserInputCapability &() const; #else operator H245_UserInputCapability &(); operator const H245_UserInputCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_GenericCapability &() const; #else operator H245_GenericCapability &(); operator const H245_GenericCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MultiplexedStreamCapability &() const; #else operator H245_MultiplexedStreamCapability &(); operator const H245_MultiplexedStreamCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_AudioTelephonyEventCapability &() const; #else operator H245_AudioTelephonyEventCapability &(); operator const H245_AudioTelephonyEventCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_AudioToneCapability &() const; #else operator H245_AudioToneCapability &(); operator const H245_AudioToneCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_DepFECCapability &() const; #else operator H245_DepFECCapability &(); operator const H245_DepFECCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MultiplePayloadStreamCapability &() const; #else operator H245_MultiplePayloadStreamCapability &(); operator const H245_MultiplePayloadStreamCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_FECCapability &() const; #else operator H245_FECCapability &(); operator const H245_FECCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_RedundancyEncodingCapability &() const; #else operator H245_RedundancyEncodingCapability &(); operator const H245_RedundancyEncodingCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_AlternativeCapabilitySet &() const; #else operator H245_AlternativeCapabilitySet &(); operator const H245_AlternativeCapabilitySet &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // MultiplexCapability // class H245_NonStandardParameter; class H245_H222Capability; class H245_H223Capability; class H245_V76Capability; class H245_H2250Capability; class H245_GenericCapability; class H245_MultiplexCapability : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultiplexCapability, PASN_Choice); #endif public: H245_MultiplexCapability(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandard, e_h222Capability, e_h223Capability, e_v76Capability, e_h2250Capability, e_genericMultiplexCapability }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardParameter &() const; #else operator H245_NonStandardParameter &(); operator const H245_NonStandardParameter &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H222Capability &() const; #else operator H245_H222Capability &(); operator const H245_H222Capability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H223Capability &() const; #else operator H245_H223Capability &(); operator const H245_H223Capability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_V76Capability &() const; #else operator H245_V76Capability &(); operator const H245_V76Capability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H2250Capability &() const; #else operator H245_H2250Capability &(); operator const H245_H2250Capability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_GenericCapability &() const; #else operator H245_GenericCapability &(); operator const H245_GenericCapability &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // H223AnnexCCapability // class H245_H223AnnexCCapability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H223AnnexCCapability, PASN_Sequence); #endif public: H245_H223AnnexCCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_rsCodeCapability }; PASN_Boolean m_videoWithAL1M; PASN_Boolean m_videoWithAL2M; PASN_Boolean m_videoWithAL3M; PASN_Boolean m_audioWithAL1M; PASN_Boolean m_audioWithAL2M; PASN_Boolean m_audioWithAL3M; PASN_Boolean m_dataWithAL1M; PASN_Boolean m_dataWithAL2M; PASN_Boolean m_dataWithAL3M; PASN_Boolean m_alpduInterleaving; PASN_Integer m_maximumAL1MPDUSize; PASN_Integer m_maximumAL2MSDUSize; PASN_Integer m_maximumAL3MSDUSize; PASN_Boolean m_rsCodeCapability; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // V75Capability // class H245_V75Capability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_V75Capability, PASN_Sequence); #endif public: H245_V75Capability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Boolean m_audioHeader; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // QOSMode // class H245_QOSMode : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_QOSMode, PASN_Choice); #endif public: H245_QOSMode(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_guaranteedQOS, e_controlledLoad }; BOOL CreateObject(); PObject * Clone() const; }; // // ATMParameters // class H245_ATMParameters : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ATMParameters, PASN_Sequence); #endif public: H245_ATMParameters(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_maxNTUSize; PASN_Boolean m_atmUBR; PASN_Boolean m_atmrtVBR; PASN_Boolean m_atmnrtVBR; PASN_Boolean m_atmABR; PASN_Boolean m_atmCBR; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MediaTransportType // class H245_MediaTransportType_atm_AAL5_compressed; class H245_MediaTransportType : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MediaTransportType, PASN_Choice); #endif public: H245_MediaTransportType(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_ip_UDP, e_ip_TCP, e_atm_AAL5_UNIDIR, e_atm_AAL5_BIDIR, e_atm_AAL5_compressed }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MediaTransportType_atm_AAL5_compressed &() const; #else operator H245_MediaTransportType_atm_AAL5_compressed &(); operator const H245_MediaTransportType_atm_AAL5_compressed &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // MediaChannelCapability // class H245_MediaChannelCapability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MediaChannelCapability, PASN_Sequence); #endif public: H245_MediaChannelCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_mediaTransport }; H245_MediaTransportType m_mediaTransport; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RedundancyEncodingMethod // class H245_NonStandardParameter; class H245_RTPH263VideoRedundancyEncoding; class H245_RedundancyEncodingMethod : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RedundancyEncodingMethod, PASN_Choice); #endif public: H245_RedundancyEncodingMethod(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandard, e_rtpAudioRedundancyEncoding, e_rtpH263VideoRedundancyEncoding }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardParameter &() const; #else operator H245_NonStandardParameter &(); operator const H245_NonStandardParameter &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_RTPH263VideoRedundancyEncoding &() const; #else operator H245_RTPH263VideoRedundancyEncoding &(); operator const H245_RTPH263VideoRedundancyEncoding &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // VideoCapability // class H245_NonStandardParameter; class H245_H261VideoCapability; class H245_H262VideoCapability; class H245_H263VideoCapability; class H245_IS11172VideoCapability; class H245_GenericCapability; class H245_ExtendedVideoCapability; class H245_VideoCapability : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_VideoCapability, PASN_Choice); #endif public: H245_VideoCapability(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandard, e_h261VideoCapability, e_h262VideoCapability, e_h263VideoCapability, e_is11172VideoCapability, e_genericVideoCapability, e_extendedVideoCapability }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardParameter &() const; #else operator H245_NonStandardParameter &(); operator const H245_NonStandardParameter &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H261VideoCapability &() const; #else operator H245_H261VideoCapability &(); operator const H245_H261VideoCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H262VideoCapability &() const; #else operator H245_H262VideoCapability &(); operator const H245_H262VideoCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H263VideoCapability &() const; #else operator H245_H263VideoCapability &(); operator const H245_H263VideoCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_IS11172VideoCapability &() const; #else operator H245_IS11172VideoCapability &(); operator const H245_IS11172VideoCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_GenericCapability &() const; #else operator H245_GenericCapability &(); operator const H245_GenericCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_ExtendedVideoCapability &() const; #else operator H245_ExtendedVideoCapability &(); operator const H245_ExtendedVideoCapability &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // H261VideoCapability // class H245_H261VideoCapability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H261VideoCapability, PASN_Sequence); #endif public: H245_H261VideoCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_qcifMPI, e_cifMPI, e_videoBadMBsCap }; PASN_Integer m_qcifMPI; PASN_Integer m_cifMPI; PASN_Boolean m_temporalSpatialTradeOffCapability; PASN_Integer m_maxBitRate; PASN_Boolean m_stillImageTransmission; PASN_Boolean m_videoBadMBsCap; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H262VideoCapability // class H245_H262VideoCapability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H262VideoCapability, PASN_Sequence); #endif public: H245_H262VideoCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_videoBitRate, e_vbvBufferSize, e_samplesPerLine, e_linesPerFrame, e_framesPerSecond, e_luminanceSampleRate }; PASN_Boolean m_profileAndLevel_SPatML; PASN_Boolean m_profileAndLevel_MPatLL; PASN_Boolean m_profileAndLevel_MPatML; PASN_Boolean m_profileAndLevel_MPatH_14; PASN_Boolean m_profileAndLevel_MPatHL; PASN_Boolean m_profileAndLevel_SNRatLL; PASN_Boolean m_profileAndLevel_SNRatML; PASN_Boolean m_profileAndLevel_SpatialatH_14; PASN_Boolean m_profileAndLevel_HPatML; PASN_Boolean m_profileAndLevel_HPatH_14; PASN_Boolean m_profileAndLevel_HPatHL; PASN_Integer m_videoBitRate; PASN_Integer m_vbvBufferSize; PASN_Integer m_samplesPerLine; PASN_Integer m_linesPerFrame; PASN_Integer m_framesPerSecond; PASN_Integer m_luminanceSampleRate; PASN_Boolean m_videoBadMBsCap; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TransparencyParameters // class H245_TransparencyParameters : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_TransparencyParameters, PASN_Sequence); #endif public: H245_TransparencyParameters(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_presentationOrder; PASN_Integer m_offset_x; PASN_Integer m_offset_y; PASN_Integer m_scale_x; PASN_Integer m_scale_y; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CustomPictureClockFrequency // class H245_CustomPictureClockFrequency : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_CustomPictureClockFrequency, PASN_Sequence); #endif public: H245_CustomPictureClockFrequency(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_sqcifMPI, e_qcifMPI, e_cifMPI, e_cif4MPI, e_cif16MPI }; PASN_Integer m_clockConversionCode; PASN_Integer m_clockDivisor; PASN_Integer m_sqcifMPI; PASN_Integer m_qcifMPI; PASN_Integer m_cifMPI; PASN_Integer m_cif4MPI; PASN_Integer m_cif16MPI; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H263Version3Options // class H245_H263Version3Options : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H263Version3Options, PASN_Sequence); #endif public: H245_H263Version3Options(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Boolean m_dataPartitionedSlices; PASN_Boolean m_fixedPointIDCT0; PASN_Boolean m_interlacedFields; PASN_Boolean m_currentPictureHeaderRepetition; PASN_Boolean m_previousPictureHeaderRepetition; PASN_Boolean m_nextPictureHeaderRepetition; PASN_Boolean m_pictureNumber; PASN_Boolean m_spareReferencePictures; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // IS11172VideoCapability // class H245_IS11172VideoCapability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_IS11172VideoCapability, PASN_Sequence); #endif public: H245_IS11172VideoCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_videoBitRate, e_vbvBufferSize, e_samplesPerLine, e_linesPerFrame, e_pictureRate, e_luminanceSampleRate, e_videoBadMBsCap }; PASN_Boolean m_constrainedBitstream; PASN_Integer m_videoBitRate; PASN_Integer m_vbvBufferSize; PASN_Integer m_samplesPerLine; PASN_Integer m_linesPerFrame; PASN_Integer m_pictureRate; PASN_Integer m_luminanceSampleRate; PASN_Boolean m_videoBadMBsCap; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // AudioCapability // class H245_NonStandardParameter; class H245_AudioCapability_g7231; class H245_IS11172AudioCapability; class H245_IS13818AudioCapability; class H245_G7231AnnexCCapability; class H245_GSMAudioCapability; class H245_GenericCapability; class H245_G729Extensions; class H245_VBDCapability; class H245_NoPTAudioTelephonyEventCapability; class H245_NoPTAudioToneCapability; class H245_AudioCapability : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_AudioCapability, PASN_Choice); #endif public: H245_AudioCapability(unsigned tag = 0, TagClass tagClass = UniversalTagClass); // following code added by command line option #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif // end of added code enum Choices { e_nonStandard, e_g711Alaw64k, e_g711Alaw56k, e_g711Ulaw64k, e_g711Ulaw56k, e_g722_64k, e_g722_56k, e_g722_48k, e_g7231, e_g728, e_g729, e_g729AnnexA, e_is11172AudioCapability, e_is13818AudioCapability, e_g729wAnnexB, e_g729AnnexAwAnnexB, e_g7231AnnexCCapability, e_gsmFullRate, e_gsmHalfRate, e_gsmEnhancedFullRate, e_genericAudioCapability, e_g729Extensions, e_vbd, e_audioTelephonyEvent, e_audioTone }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardParameter &() const; #else operator H245_NonStandardParameter &(); operator const H245_NonStandardParameter &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_AudioCapability_g7231 &() const; #else operator H245_AudioCapability_g7231 &(); operator const H245_AudioCapability_g7231 &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_IS11172AudioCapability &() const; #else operator H245_IS11172AudioCapability &(); operator const H245_IS11172AudioCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_IS13818AudioCapability &() const; #else operator H245_IS13818AudioCapability &(); operator const H245_IS13818AudioCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_G7231AnnexCCapability &() const; #else operator H245_G7231AnnexCCapability &(); operator const H245_G7231AnnexCCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_GSMAudioCapability &() const; #else operator H245_GSMAudioCapability &(); operator const H245_GSMAudioCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_GenericCapability &() const; #else operator H245_GenericCapability &(); operator const H245_GenericCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_G729Extensions &() const; #else operator H245_G729Extensions &(); operator const H245_G729Extensions &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_VBDCapability &() const; #else operator H245_VBDCapability &(); operator const H245_VBDCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NoPTAudioTelephonyEventCapability &() const; #else operator H245_NoPTAudioTelephonyEventCapability &(); operator const H245_NoPTAudioTelephonyEventCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NoPTAudioToneCapability &() const; #else operator H245_NoPTAudioToneCapability &(); operator const H245_NoPTAudioToneCapability &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // G729Extensions // class H245_G729Extensions : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_G729Extensions, PASN_Sequence); #endif public: H245_G729Extensions(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_audioUnit }; PASN_Integer m_audioUnit; PASN_Boolean m_annexA; PASN_Boolean m_annexB; PASN_Boolean m_annexD; PASN_Boolean m_annexE; PASN_Boolean m_annexF; PASN_Boolean m_annexG; PASN_Boolean m_annexH; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // IS11172AudioCapability // class H245_IS11172AudioCapability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_IS11172AudioCapability, PASN_Sequence); #endif public: H245_IS11172AudioCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Boolean m_audioLayer1; PASN_Boolean m_audioLayer2; PASN_Boolean m_audioLayer3; PASN_Boolean m_audioSampling32k; PASN_Boolean m_audioSampling44k1; PASN_Boolean m_audioSampling48k; PASN_Boolean m_singleChannel; PASN_Boolean m_twoChannels; PASN_Integer m_bitRate; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // IS13818AudioCapability // class H245_IS13818AudioCapability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_IS13818AudioCapability, PASN_Sequence); #endif public: H245_IS13818AudioCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Boolean m_audioLayer1; PASN_Boolean m_audioLayer2; PASN_Boolean m_audioLayer3; PASN_Boolean m_audioSampling16k; PASN_Boolean m_audioSampling22k05; PASN_Boolean m_audioSampling24k; PASN_Boolean m_audioSampling32k; PASN_Boolean m_audioSampling44k1; PASN_Boolean m_audioSampling48k; PASN_Boolean m_singleChannel; PASN_Boolean m_twoChannels; PASN_Boolean m_threeChannels2_1; PASN_Boolean m_threeChannels3_0; PASN_Boolean m_fourChannels2_0_2_0; PASN_Boolean m_fourChannels2_2; PASN_Boolean m_fourChannels3_1; PASN_Boolean m_fiveChannels3_0_2_0; PASN_Boolean m_fiveChannels3_2; PASN_Boolean m_lowFrequencyEnhancement; PASN_Boolean m_multilingual; PASN_Integer m_bitRate; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // GSMAudioCapability // class H245_GSMAudioCapability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_GSMAudioCapability, PASN_Sequence); #endif public: H245_GSMAudioCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_audioUnitSize; PASN_Boolean m_comfortNoise; PASN_Boolean m_scrambled; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // VBDCapability // class H245_VBDCapability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_VBDCapability, PASN_Sequence); #endif public: H245_VBDCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_AudioCapability m_type; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // DataProtocolCapability // class H245_NonStandardParameter; class H245_DataProtocolCapability_v76wCompression; class H245_DataProtocolCapability : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_DataProtocolCapability, PASN_Choice); #endif public: H245_DataProtocolCapability(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandard, e_v14buffered, e_v42lapm, e_hdlcFrameTunnelling, e_h310SeparateVCStack, e_h310SingleVCStack, e_transparent, e_segmentationAndReassembly, e_hdlcFrameTunnelingwSAR, e_v120, e_separateLANStack, e_v76wCompression, e_tcp, e_udp }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardParameter &() const; #else operator H245_NonStandardParameter &(); operator const H245_NonStandardParameter &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_DataProtocolCapability_v76wCompression &() const; #else operator H245_DataProtocolCapability_v76wCompression &(); operator const H245_DataProtocolCapability_v76wCompression &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // CompressionType // class H245_V42bis; class H245_CompressionType : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_CompressionType, PASN_Choice); #endif public: H245_CompressionType(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_v42bis }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_V42bis &() const; #else operator H245_V42bis &(); operator const H245_V42bis &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // V42bis // class H245_V42bis : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_V42bis, PASN_Sequence); #endif public: H245_V42bis(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_numberOfCodewords; PASN_Integer m_maximumStringLength; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // T84Profile // class H245_T84Profile_t84Restricted; class H245_T84Profile : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_T84Profile, PASN_Choice); #endif public: H245_T84Profile(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_t84Unrestricted, e_t84Restricted }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_T84Profile_t84Restricted &() const; #else operator H245_T84Profile_t84Restricted &(); operator const H245_T84Profile_t84Restricted &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // T38FaxRateManagement // class H245_T38FaxRateManagement : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_T38FaxRateManagement, PASN_Choice); #endif public: H245_T38FaxRateManagement(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_localTCF, e_transferredTCF }; BOOL CreateObject(); PObject * Clone() const; }; // // T38FaxTcpOptions // class H245_T38FaxTcpOptions : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_T38FaxTcpOptions, PASN_Sequence); #endif public: H245_T38FaxTcpOptions(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Boolean m_t38TCPBidirectionalMode; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // EncryptionCapability // class H245_MediaEncryptionAlgorithm; class H245_EncryptionCapability : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_EncryptionCapability, PASN_Array); #endif public: H245_EncryptionCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_MediaEncryptionAlgorithm & operator[](PINDEX i) const; PObject * Clone() const; }; // // MediaEncryptionAlgorithm // class H245_NonStandardParameter; class H245_MediaEncryptionAlgorithm : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MediaEncryptionAlgorithm, PASN_Choice); #endif public: H245_MediaEncryptionAlgorithm(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandard, e_algorithm }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardParameter &() const; #else operator H245_NonStandardParameter &(); operator const H245_NonStandardParameter &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // UserInputCapability // class H245_ArrayOf_NonStandardParameter; class H245_UserInputCapability : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_UserInputCapability, PASN_Choice); #endif public: H245_UserInputCapability(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandard, e_basicString, e_iA5String, e_generalString, e_dtmf, e_hookflash, e_extendedAlphanumeric, e_encryptedBasicString, e_encryptedIA5String, e_encryptedGeneralString, e_secureDTMF }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_ArrayOf_NonStandardParameter &() const; #else operator H245_ArrayOf_NonStandardParameter &(); operator const H245_ArrayOf_NonStandardParameter &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // CapabilityIdentifier // class H245_NonStandardParameter; class H245_CapabilityIdentifier : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_CapabilityIdentifier, PASN_Choice); #endif public: H245_CapabilityIdentifier(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_standard, e_h221NonStandard, e_uuid, e_domainBased }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardParameter &() const; #else operator H245_NonStandardParameter &(); operator const H245_NonStandardParameter &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ParameterIdentifier // class H245_NonStandardParameter; class H245_ParameterIdentifier : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ParameterIdentifier, PASN_Choice); #endif public: H245_ParameterIdentifier(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_standard, e_h221NonStandard, e_uuid, e_domainBased }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardParameter &() const; #else operator H245_NonStandardParameter &(); operator const H245_NonStandardParameter &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ParameterValue // class H245_ArrayOf_GenericParameter; class H245_ParameterValue : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ParameterValue, PASN_Choice); #endif public: H245_ParameterValue(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_logical, e_booleanArray, e_unsignedMin, e_unsignedMax, e_unsigned32Min, e_unsigned32Max, e_octetString, e_genericParameter }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_ArrayOf_GenericParameter &() const; #else operator H245_ArrayOf_GenericParameter &(); operator const H245_ArrayOf_GenericParameter &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // MultiplexFormat // class H245_NonStandardParameter; class H245_H222Capability; class H245_H223Capability; class H245_MultiplexFormat : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultiplexFormat, PASN_Choice); #endif public: H245_MultiplexFormat(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandard, e_h222Capability, e_h223Capability }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardParameter &() const; #else operator H245_NonStandardParameter &(); operator const H245_NonStandardParameter &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H222Capability &() const; #else operator H245_H222Capability &(); operator const H245_H222Capability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H223Capability &() const; #else operator H245_H223Capability &(); operator const H245_H223Capability &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // AudioTelephonyEventCapability // class H245_AudioTelephonyEventCapability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_AudioTelephonyEventCapability, PASN_Sequence); #endif public: H245_AudioTelephonyEventCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_dynamicRTPPayloadType; PASN_GeneralString m_audioTelephoneEvent; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // AudioToneCapability // class H245_AudioToneCapability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_AudioToneCapability, PASN_Sequence); #endif public: H245_AudioToneCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_dynamicRTPPayloadType; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // NoPTAudioTelephonyEventCapability // class H245_NoPTAudioTelephonyEventCapability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_NoPTAudioTelephonyEventCapability, PASN_Sequence); #endif public: H245_NoPTAudioTelephonyEventCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_GeneralString m_audioTelephoneEvent; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // NoPTAudioToneCapability // class H245_NoPTAudioToneCapability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_NoPTAudioToneCapability, PASN_Sequence); #endif public: H245_NoPTAudioToneCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif PObject * Clone() const; }; // // DepFECCapability // class H245_DepFECCapability_rfc2733; class H245_DepFECCapability : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_DepFECCapability, PASN_Choice); #endif public: H245_DepFECCapability(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_rfc2733 }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_DepFECCapability_rfc2733 &() const; #else operator H245_DepFECCapability_rfc2733 &(); operator const H245_DepFECCapability_rfc2733 &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // MaxRedundancy // class H245_MaxRedundancy : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MaxRedundancy, PASN_Integer); #endif public: H245_MaxRedundancy(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); H245_MaxRedundancy & operator=(int v); H245_MaxRedundancy & operator=(unsigned v); PObject * Clone() const; }; // // LogicalChannelNumber // class H245_LogicalChannelNumber : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_LogicalChannelNumber, PASN_Integer); #endif public: H245_LogicalChannelNumber(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); H245_LogicalChannelNumber & operator=(int v); H245_LogicalChannelNumber & operator=(unsigned v); PObject * Clone() const; }; // // V75Parameters // class H245_V75Parameters : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_V75Parameters, PASN_Sequence); #endif public: H245_V75Parameters(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Boolean m_audioHeaderPresent; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // DataType // class H245_NonStandardParameter; class H245_VideoCapability; class H245_AudioCapability; class H245_DataApplicationCapability; class H245_EncryptionMode; class H245_H235Media; class H245_MultiplexedStreamParameter; class H245_RedundancyEncoding; class H245_MultiplePayloadStream; class H245_DepFECData; class H245_FECData; class H245_DataType : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_DataType, PASN_Choice); #endif public: H245_DataType(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandard, e_nullData, e_videoData, e_audioData, e_data, e_encryptionData, e_h235Control, e_h235Media, e_multiplexedStream, e_redundancyEncoding, e_multiplePayloadStream, e_depFec, e_fec }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardParameter &() const; #else operator H245_NonStandardParameter &(); operator const H245_NonStandardParameter &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_VideoCapability &() const; #else operator H245_VideoCapability &(); operator const H245_VideoCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_AudioCapability &() const; #else operator H245_AudioCapability &(); operator const H245_AudioCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_DataApplicationCapability &() const; #else operator H245_DataApplicationCapability &(); operator const H245_DataApplicationCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_EncryptionMode &() const; #else operator H245_EncryptionMode &(); operator const H245_EncryptionMode &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H235Media &() const; #else operator H245_H235Media &(); operator const H245_H235Media &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MultiplexedStreamParameter &() const; #else operator H245_MultiplexedStreamParameter &(); operator const H245_MultiplexedStreamParameter &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_RedundancyEncoding &() const; #else operator H245_RedundancyEncoding &(); operator const H245_RedundancyEncoding &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MultiplePayloadStream &() const; #else operator H245_MultiplePayloadStream &(); operator const H245_MultiplePayloadStream &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_DepFECData &() const; #else operator H245_DepFECData &(); operator const H245_DepFECData &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_FECData &() const; #else operator H245_FECData &(); operator const H245_FECData &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // MultiplexedStreamParameter // class H245_MultiplexedStreamParameter : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultiplexedStreamParameter, PASN_Sequence); #endif public: H245_MultiplexedStreamParameter(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_MultiplexFormat m_multiplexFormat; PASN_Boolean m_controlOnMuxStream; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H222LogicalChannelParameters // class H245_H222LogicalChannelParameters : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H222LogicalChannelParameters, PASN_Sequence); #endif public: H245_H222LogicalChannelParameters(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_pcr_pid, e_programDescriptors, e_streamDescriptors }; PASN_Integer m_resourceID; PASN_Integer m_subChannelID; PASN_Integer m_pcr_pid; PASN_OctetString m_programDescriptors; PASN_OctetString m_streamDescriptors; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CRCLength // class H245_CRCLength : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_CRCLength, PASN_Choice); #endif public: H245_CRCLength(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_crc8bit, e_crc16bit, e_crc32bit }; BOOL CreateObject(); PObject * Clone() const; }; // // RedundancyEncodingElement // class H245_RedundancyEncodingElement : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RedundancyEncodingElement, PASN_Sequence); #endif public: H245_RedundancyEncodingElement(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_payloadType }; H245_DataType m_dataType; PASN_Integer m_payloadType; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MultiplePayloadStreamElement // class H245_MultiplePayloadStreamElement : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultiplePayloadStreamElement, PASN_Sequence); #endif public: H245_MultiplePayloadStreamElement(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_payloadType }; H245_DataType m_dataType; PASN_Integer m_payloadType; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // DepFECData // class H245_DepFECData_rfc2733; class H245_DepFECData : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_DepFECData, PASN_Choice); #endif public: H245_DepFECData(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_rfc2733 }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_DepFECData_rfc2733 &() const; #else operator H245_DepFECData_rfc2733 &(); operator const H245_DepFECData_rfc2733 &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // FECData // class H245_FECData_rfc2733; class H245_FECData : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_FECData, PASN_Choice); #endif public: H245_FECData(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_rfc2733 }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_FECData_rfc2733 &() const; #else operator H245_FECData_rfc2733 &(); operator const H245_FECData_rfc2733 &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // TransportAddress // class H245_UnicastAddress; class H245_MulticastAddress; class H245_TransportAddress : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_TransportAddress, PASN_Choice); #endif public: H245_TransportAddress(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_unicastAddress, e_multicastAddress }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_UnicastAddress &() const; #else operator H245_UnicastAddress &(); operator const H245_UnicastAddress &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MulticastAddress &() const; #else operator H245_MulticastAddress &(); operator const H245_MulticastAddress &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // UnicastAddress // class H245_UnicastAddress_iPAddress; class H245_UnicastAddress_iPXAddress; class H245_UnicastAddress_iP6Address; class H245_UnicastAddress_iPSourceRouteAddress; class H245_NonStandardParameter; class H245_UnicastAddress : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_UnicastAddress, PASN_Choice); #endif public: H245_UnicastAddress(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_iPAddress, e_iPXAddress, e_iP6Address, e_netBios, e_iPSourceRouteAddress, e_nsap, e_nonStandardAddress }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_UnicastAddress_iPAddress &() const; #else operator H245_UnicastAddress_iPAddress &(); operator const H245_UnicastAddress_iPAddress &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_UnicastAddress_iPXAddress &() const; #else operator H245_UnicastAddress_iPXAddress &(); operator const H245_UnicastAddress_iPXAddress &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_UnicastAddress_iP6Address &() const; #else operator H245_UnicastAddress_iP6Address &(); operator const H245_UnicastAddress_iP6Address &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_UnicastAddress_iPSourceRouteAddress &() const; #else operator H245_UnicastAddress_iPSourceRouteAddress &(); operator const H245_UnicastAddress_iPSourceRouteAddress &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardParameter &() const; #else operator H245_NonStandardParameter &(); operator const H245_NonStandardParameter &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // MulticastAddress // class H245_MulticastAddress_iPAddress; class H245_MulticastAddress_iP6Address; class H245_NonStandardParameter; class H245_MulticastAddress : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MulticastAddress, PASN_Choice); #endif public: H245_MulticastAddress(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_iPAddress, e_iP6Address, e_nsap, e_nonStandardAddress }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MulticastAddress_iPAddress &() const; #else operator H245_MulticastAddress_iPAddress &(); operator const H245_MulticastAddress_iPAddress &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MulticastAddress_iP6Address &() const; #else operator H245_MulticastAddress_iP6Address &(); operator const H245_MulticastAddress_iP6Address &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardParameter &() const; #else operator H245_NonStandardParameter &(); operator const H245_NonStandardParameter &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // EscrowData // class H245_EscrowData : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_EscrowData, PASN_Sequence); #endif public: H245_EscrowData(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_ObjectId m_escrowID; PASN_BitString m_escrowValue; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // OpenLogicalChannelConfirm // class H245_OpenLogicalChannelConfirm : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_OpenLogicalChannelConfirm, PASN_Sequence); #endif public: H245_OpenLogicalChannelConfirm(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_LogicalChannelNumber m_forwardLogicalChannelNumber; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CloseLogicalChannelAck // class H245_CloseLogicalChannelAck : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_CloseLogicalChannelAck, PASN_Sequence); #endif public: H245_CloseLogicalChannelAck(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_LogicalChannelNumber m_forwardLogicalChannelNumber; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RequestChannelCloseAck // class H245_RequestChannelCloseAck : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RequestChannelCloseAck, PASN_Sequence); #endif public: H245_RequestChannelCloseAck(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_LogicalChannelNumber m_forwardLogicalChannelNumber; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RequestChannelCloseRelease // class H245_RequestChannelCloseRelease : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RequestChannelCloseRelease, PASN_Sequence); #endif public: H245_RequestChannelCloseRelease(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_LogicalChannelNumber m_forwardLogicalChannelNumber; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MultiplexTableEntryNumber // class H245_MultiplexTableEntryNumber : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultiplexTableEntryNumber, PASN_Integer); #endif public: H245_MultiplexTableEntryNumber(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); H245_MultiplexTableEntryNumber & operator=(int v); H245_MultiplexTableEntryNumber & operator=(unsigned v); PObject * Clone() const; }; // // RequestModeRelease // class H245_RequestModeRelease : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RequestModeRelease, PASN_Sequence); #endif public: H245_RequestModeRelease(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif PObject * Clone() const; }; // // ModeDescription // class H245_ModeElement; class H245_ModeDescription : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ModeDescription, PASN_Array); #endif public: H245_ModeDescription(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_ModeElement & operator[](PINDEX i) const; PObject * Clone() const; }; // // ModeElementType // class H245_NonStandardParameter; class H245_VideoMode; class H245_AudioMode; class H245_DataMode; class H245_EncryptionMode; class H245_H235Mode; class H245_MultiplexedStreamParameter; class H245_RedundancyEncodingDTMode; class H245_MultiplePayloadStreamMode; class H245_DepFECMode; class H245_FECMode; class H245_ModeElementType : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ModeElementType, PASN_Choice); #endif public: H245_ModeElementType(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandard, e_videoMode, e_audioMode, e_dataMode, e_encryptionMode, e_h235Mode, e_multiplexedStreamMode, e_redundancyEncodingDTMode, e_multiplePayloadStreamMode, e_depFecMode, e_fecMode }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardParameter &() const; #else operator H245_NonStandardParameter &(); operator const H245_NonStandardParameter &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_VideoMode &() const; #else operator H245_VideoMode &(); operator const H245_VideoMode &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_AudioMode &() const; #else operator H245_AudioMode &(); operator const H245_AudioMode &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_DataMode &() const; #else operator H245_DataMode &(); operator const H245_DataMode &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_EncryptionMode &() const; #else operator H245_EncryptionMode &(); operator const H245_EncryptionMode &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H235Mode &() const; #else operator H245_H235Mode &(); operator const H245_H235Mode &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MultiplexedStreamParameter &() const; #else operator H245_MultiplexedStreamParameter &(); operator const H245_MultiplexedStreamParameter &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_RedundancyEncodingDTMode &() const; #else operator H245_RedundancyEncodingDTMode &(); operator const H245_RedundancyEncodingDTMode &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MultiplePayloadStreamMode &() const; #else operator H245_MultiplePayloadStreamMode &(); operator const H245_MultiplePayloadStreamMode &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_DepFECMode &() const; #else operator H245_DepFECMode &(); operator const H245_DepFECMode &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_FECMode &() const; #else operator H245_FECMode &(); operator const H245_FECMode &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // MultiplexedStreamModeParameters // class H245_MultiplexedStreamModeParameters : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultiplexedStreamModeParameters, PASN_Sequence); #endif public: H245_MultiplexedStreamModeParameters(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_LogicalChannelNumber m_logicalChannelNumber; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MultiplePayloadStreamElementMode // class H245_MultiplePayloadStreamElementMode : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultiplePayloadStreamElementMode, PASN_Sequence); #endif public: H245_MultiplePayloadStreamElementMode(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_ModeElementType m_type; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // DepFECMode // class H245_DepFECMode_rfc2733Mode; class H245_DepFECMode : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_DepFECMode, PASN_Choice); #endif public: H245_DepFECMode(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_rfc2733Mode }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_DepFECMode_rfc2733Mode &() const; #else operator H245_DepFECMode_rfc2733Mode &(); operator const H245_DepFECMode_rfc2733Mode &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // V76ModeParameters // class H245_V76ModeParameters : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_V76ModeParameters, PASN_Choice); #endif public: H245_V76ModeParameters(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_suspendResumewAddress, e_suspendResumewoAddress }; BOOL CreateObject(); PObject * Clone() const; }; // // VideoMode // class H245_NonStandardParameter; class H245_H261VideoMode; class H245_H262VideoMode; class H245_H263VideoMode; class H245_IS11172VideoMode; class H245_GenericCapability; class H245_VideoMode : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_VideoMode, PASN_Choice); #endif public: H245_VideoMode(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandard, e_h261VideoMode, e_h262VideoMode, e_h263VideoMode, e_is11172VideoMode, e_genericVideoMode }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardParameter &() const; #else operator H245_NonStandardParameter &(); operator const H245_NonStandardParameter &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H261VideoMode &() const; #else operator H245_H261VideoMode &(); operator const H245_H261VideoMode &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H262VideoMode &() const; #else operator H245_H262VideoMode &(); operator const H245_H262VideoMode &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H263VideoMode &() const; #else operator H245_H263VideoMode &(); operator const H245_H263VideoMode &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_IS11172VideoMode &() const; #else operator H245_IS11172VideoMode &(); operator const H245_IS11172VideoMode &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_GenericCapability &() const; #else operator H245_GenericCapability &(); operator const H245_GenericCapability &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // IS11172VideoMode // class H245_IS11172VideoMode : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_IS11172VideoMode, PASN_Sequence); #endif public: H245_IS11172VideoMode(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_videoBitRate, e_vbvBufferSize, e_samplesPerLine, e_linesPerFrame, e_pictureRate, e_luminanceSampleRate }; PASN_Boolean m_constrainedBitstream; PASN_Integer m_videoBitRate; PASN_Integer m_vbvBufferSize; PASN_Integer m_samplesPerLine; PASN_Integer m_linesPerFrame; PASN_Integer m_pictureRate; PASN_Integer m_luminanceSampleRate; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // AudioMode // class H245_NonStandardParameter; class H245_AudioMode_g7231; class H245_IS11172AudioMode; class H245_IS13818AudioMode; class H245_G7231AnnexCMode; class H245_GSMAudioCapability; class H245_GenericCapability; class H245_G729Extensions; class H245_VBDMode; class H245_AudioMode : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_AudioMode, PASN_Choice); #endif public: H245_AudioMode(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandard, e_g711Alaw64k, e_g711Alaw56k, e_g711Ulaw64k, e_g711Ulaw56k, e_g722_64k, e_g722_56k, e_g722_48k, e_g728, e_g729, e_g729AnnexA, e_g7231, e_is11172AudioMode, e_is13818AudioMode, e_g729wAnnexB, e_g729AnnexAwAnnexB, e_g7231AnnexCMode, e_gsmFullRate, e_gsmHalfRate, e_gsmEnhancedFullRate, e_genericAudioMode, e_g729Extensions, e_vbd }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardParameter &() const; #else operator H245_NonStandardParameter &(); operator const H245_NonStandardParameter &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_AudioMode_g7231 &() const; #else operator H245_AudioMode_g7231 &(); operator const H245_AudioMode_g7231 &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_IS11172AudioMode &() const; #else operator H245_IS11172AudioMode &(); operator const H245_IS11172AudioMode &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_IS13818AudioMode &() const; #else operator H245_IS13818AudioMode &(); operator const H245_IS13818AudioMode &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_G7231AnnexCMode &() const; #else operator H245_G7231AnnexCMode &(); operator const H245_G7231AnnexCMode &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_GSMAudioCapability &() const; #else operator H245_GSMAudioCapability &(); operator const H245_GSMAudioCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_GenericCapability &() const; #else operator H245_GenericCapability &(); operator const H245_GenericCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_G729Extensions &() const; #else operator H245_G729Extensions &(); operator const H245_G729Extensions &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_VBDMode &() const; #else operator H245_VBDMode &(); operator const H245_VBDMode &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // VBDMode // class H245_VBDMode : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_VBDMode, PASN_Sequence); #endif public: H245_VBDMode(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_AudioMode m_type; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // EncryptionMode // class H245_NonStandardParameter; class H245_EncryptionMode : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_EncryptionMode, PASN_Choice); #endif public: H245_EncryptionMode(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandard, e_h233Encryption }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardParameter &() const; #else operator H245_NonStandardParameter &(); operator const H245_NonStandardParameter &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // RoundTripDelayRequest // class H245_RoundTripDelayRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RoundTripDelayRequest, PASN_Sequence); #endif public: H245_RoundTripDelayRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_SequenceNumber m_sequenceNumber; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RoundTripDelayResponse // class H245_RoundTripDelayResponse : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RoundTripDelayResponse, PASN_Sequence); #endif public: H245_RoundTripDelayResponse(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_SequenceNumber m_sequenceNumber; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MaintenanceLoopOffCommand // class H245_MaintenanceLoopOffCommand : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MaintenanceLoopOffCommand, PASN_Sequence); #endif public: H245_MaintenanceLoopOffCommand(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif PObject * Clone() const; }; // // CommunicationModeRequest // class H245_CommunicationModeRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_CommunicationModeRequest, PASN_Sequence); #endif public: H245_CommunicationModeRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif PObject * Clone() const; }; // // CommunicationModeResponse // class H245_ArrayOf_CommunicationModeTableEntry; class H245_CommunicationModeResponse : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_CommunicationModeResponse, PASN_Choice); #endif public: H245_CommunicationModeResponse(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_communicationModeTable }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_ArrayOf_CommunicationModeTableEntry &() const; #else operator H245_ArrayOf_CommunicationModeTableEntry &(); operator const H245_ArrayOf_CommunicationModeTableEntry &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ConferenceRequest // class H245_TerminalLabel; class H245_ConferenceRequest_requestTerminalCertificate; class H245_LogicalChannelNumber; class H245_RemoteMCRequest; class H245_ConferenceRequest : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ConferenceRequest, PASN_Choice); #endif public: H245_ConferenceRequest(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_terminalListRequest, e_makeMeChair, e_cancelMakeMeChair, e_dropTerminal, e_requestTerminalID, e_enterH243Password, e_enterH243TerminalID, e_enterH243ConferenceID, e_enterExtensionAddress, e_requestChairTokenOwner, e_requestTerminalCertificate, e_broadcastMyLogicalChannel, e_makeTerminalBroadcaster, e_sendThisSource, e_requestAllTerminalIDs, e_remoteMCRequest }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_TerminalLabel &() const; #else operator H245_TerminalLabel &(); operator const H245_TerminalLabel &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_ConferenceRequest_requestTerminalCertificate &() const; #else operator H245_ConferenceRequest_requestTerminalCertificate &(); operator const H245_ConferenceRequest_requestTerminalCertificate &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_LogicalChannelNumber &() const; #else operator H245_LogicalChannelNumber &(); operator const H245_LogicalChannelNumber &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_RemoteMCRequest &() const; #else operator H245_RemoteMCRequest &(); operator const H245_RemoteMCRequest &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // CertSelectionCriteria // class H245_Criteria; class H245_CertSelectionCriteria : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_CertSelectionCriteria, PASN_Array); #endif public: H245_CertSelectionCriteria(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_Criteria & operator[](PINDEX i) const; PObject * Clone() const; }; // // Criteria // class H245_Criteria : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_Criteria, PASN_Sequence); #endif public: H245_Criteria(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_ObjectId m_field; PASN_OctetString m_value; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // McuNumber // class H245_McuNumber : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_McuNumber, PASN_Integer); #endif public: H245_McuNumber(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); H245_McuNumber & operator=(int v); H245_McuNumber & operator=(unsigned v); PObject * Clone() const; }; // // TerminalNumber // class H245_TerminalNumber : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_TerminalNumber, PASN_Integer); #endif public: H245_TerminalNumber(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); H245_TerminalNumber & operator=(int v); H245_TerminalNumber & operator=(unsigned v); PObject * Clone() const; }; // // ConferenceResponse // class H245_ConferenceResponse_mCTerminalIDResponse; class H245_ConferenceResponse_terminalIDResponse; class H245_ConferenceResponse_conferenceIDResponse; class H245_ConferenceResponse_passwordResponse; class H245_ArrayOf_TerminalLabel; class H245_ConferenceResponse_makeMeChairResponse; class H245_ConferenceResponse_extensionAddressResponse; class H245_ConferenceResponse_chairTokenOwnerResponse; class H245_ConferenceResponse_terminalCertificateResponse; class H245_ConferenceResponse_broadcastMyLogicalChannelResponse; class H245_ConferenceResponse_makeTerminalBroadcasterResponse; class H245_ConferenceResponse_sendThisSourceResponse; class H245_RequestAllTerminalIDsResponse; class H245_RemoteMCResponse; class H245_ConferenceResponse : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ConferenceResponse, PASN_Choice); #endif public: H245_ConferenceResponse(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_mCTerminalIDResponse, e_terminalIDResponse, e_conferenceIDResponse, e_passwordResponse, e_terminalListResponse, e_videoCommandReject, e_terminalDropReject, e_makeMeChairResponse, e_extensionAddressResponse, e_chairTokenOwnerResponse, e_terminalCertificateResponse, e_broadcastMyLogicalChannelResponse, e_makeTerminalBroadcasterResponse, e_sendThisSourceResponse, e_requestAllTerminalIDsResponse, e_remoteMCResponse }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_ConferenceResponse_mCTerminalIDResponse &() const; #else operator H245_ConferenceResponse_mCTerminalIDResponse &(); operator const H245_ConferenceResponse_mCTerminalIDResponse &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_ConferenceResponse_terminalIDResponse &() const; #else operator H245_ConferenceResponse_terminalIDResponse &(); operator const H245_ConferenceResponse_terminalIDResponse &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_ConferenceResponse_conferenceIDResponse &() const; #else operator H245_ConferenceResponse_conferenceIDResponse &(); operator const H245_ConferenceResponse_conferenceIDResponse &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_ConferenceResponse_passwordResponse &() const; #else operator H245_ConferenceResponse_passwordResponse &(); operator const H245_ConferenceResponse_passwordResponse &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_ArrayOf_TerminalLabel &() const; #else operator H245_ArrayOf_TerminalLabel &(); operator const H245_ArrayOf_TerminalLabel &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_ConferenceResponse_makeMeChairResponse &() const; #else operator H245_ConferenceResponse_makeMeChairResponse &(); operator const H245_ConferenceResponse_makeMeChairResponse &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_ConferenceResponse_extensionAddressResponse &() const; #else operator H245_ConferenceResponse_extensionAddressResponse &(); operator const H245_ConferenceResponse_extensionAddressResponse &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_ConferenceResponse_chairTokenOwnerResponse &() const; #else operator H245_ConferenceResponse_chairTokenOwnerResponse &(); operator const H245_ConferenceResponse_chairTokenOwnerResponse &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_ConferenceResponse_terminalCertificateResponse &() const; #else operator H245_ConferenceResponse_terminalCertificateResponse &(); operator const H245_ConferenceResponse_terminalCertificateResponse &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_ConferenceResponse_broadcastMyLogicalChannelResponse &() const; #else operator H245_ConferenceResponse_broadcastMyLogicalChannelResponse &(); operator const H245_ConferenceResponse_broadcastMyLogicalChannelResponse &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_ConferenceResponse_makeTerminalBroadcasterResponse &() const; #else operator H245_ConferenceResponse_makeTerminalBroadcasterResponse &(); operator const H245_ConferenceResponse_makeTerminalBroadcasterResponse &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_ConferenceResponse_sendThisSourceResponse &() const; #else operator H245_ConferenceResponse_sendThisSourceResponse &(); operator const H245_ConferenceResponse_sendThisSourceResponse &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_RequestAllTerminalIDsResponse &() const; #else operator H245_RequestAllTerminalIDsResponse &(); operator const H245_RequestAllTerminalIDsResponse &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_RemoteMCResponse &() const; #else operator H245_RemoteMCResponse &(); operator const H245_RemoteMCResponse &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // TerminalID // class H245_TerminalID : public PASN_OctetString { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_TerminalID, PASN_OctetString); #endif public: H245_TerminalID(unsigned tag = UniversalOctetString, TagClass tagClass = UniversalTagClass); H245_TerminalID(const char * v); H245_TerminalID(const PString & v); H245_TerminalID(const PBYTEArray & v); H245_TerminalID & operator=(const char * v); H245_TerminalID & operator=(const PString & v); H245_TerminalID & operator=(const PBYTEArray & v); PObject * Clone() const; }; // // ConferenceID // class H245_ConferenceID : public PASN_OctetString { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ConferenceID, PASN_OctetString); #endif public: H245_ConferenceID(unsigned tag = UniversalOctetString, TagClass tagClass = UniversalTagClass); H245_ConferenceID(const char * v); H245_ConferenceID(const PString & v); H245_ConferenceID(const PBYTEArray & v); H245_ConferenceID & operator=(const char * v); H245_ConferenceID & operator=(const PString & v); H245_ConferenceID & operator=(const PBYTEArray & v); PObject * Clone() const; }; // // Password // class H245_Password : public PASN_OctetString { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_Password, PASN_OctetString); #endif public: H245_Password(unsigned tag = UniversalOctetString, TagClass tagClass = UniversalTagClass); H245_Password(const char * v); H245_Password(const PString & v); H245_Password(const PBYTEArray & v); H245_Password & operator=(const char * v); H245_Password & operator=(const PString & v); H245_Password & operator=(const PBYTEArray & v); PObject * Clone() const; }; // // RemoteMCRequest // class H245_RemoteMCRequest : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RemoteMCRequest, PASN_Choice); #endif public: H245_RemoteMCRequest(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_masterActivate, e_slaveActivate, e_deActivate }; BOOL CreateObject(); PObject * Clone() const; }; // // RemoteMCResponse // class H245_RemoteMCResponse_reject; class H245_RemoteMCResponse : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RemoteMCResponse, PASN_Choice); #endif public: H245_RemoteMCResponse(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_accept, e_reject }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_RemoteMCResponse_reject &() const; #else operator H245_RemoteMCResponse_reject &(); operator const H245_RemoteMCResponse_reject &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // MultilinkRequest // class H245_NonStandardMessage; class H245_MultilinkRequest_callInformation; class H245_MultilinkRequest_addConnection; class H245_MultilinkRequest_removeConnection; class H245_MultilinkRequest_maximumHeaderInterval; class H245_MultilinkRequest : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultilinkRequest, PASN_Choice); #endif public: H245_MultilinkRequest(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandard, e_callInformation, e_addConnection, e_removeConnection, e_maximumHeaderInterval }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardMessage &() const; #else operator H245_NonStandardMessage &(); operator const H245_NonStandardMessage &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MultilinkRequest_callInformation &() const; #else operator H245_MultilinkRequest_callInformation &(); operator const H245_MultilinkRequest_callInformation &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MultilinkRequest_addConnection &() const; #else operator H245_MultilinkRequest_addConnection &(); operator const H245_MultilinkRequest_addConnection &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MultilinkRequest_removeConnection &() const; #else operator H245_MultilinkRequest_removeConnection &(); operator const H245_MultilinkRequest_removeConnection &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MultilinkRequest_maximumHeaderInterval &() const; #else operator H245_MultilinkRequest_maximumHeaderInterval &(); operator const H245_MultilinkRequest_maximumHeaderInterval &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // MultilinkResponse // class H245_NonStandardMessage; class H245_MultilinkResponse_callInformation; class H245_MultilinkResponse_addConnection; class H245_MultilinkResponse_removeConnection; class H245_MultilinkResponse_maximumHeaderInterval; class H245_MultilinkResponse : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultilinkResponse, PASN_Choice); #endif public: H245_MultilinkResponse(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandard, e_callInformation, e_addConnection, e_removeConnection, e_maximumHeaderInterval }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardMessage &() const; #else operator H245_NonStandardMessage &(); operator const H245_NonStandardMessage &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MultilinkResponse_callInformation &() const; #else operator H245_MultilinkResponse_callInformation &(); operator const H245_MultilinkResponse_callInformation &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MultilinkResponse_addConnection &() const; #else operator H245_MultilinkResponse_addConnection &(); operator const H245_MultilinkResponse_addConnection &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MultilinkResponse_removeConnection &() const; #else operator H245_MultilinkResponse_removeConnection &(); operator const H245_MultilinkResponse_removeConnection &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MultilinkResponse_maximumHeaderInterval &() const; #else operator H245_MultilinkResponse_maximumHeaderInterval &(); operator const H245_MultilinkResponse_maximumHeaderInterval &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // MultilinkIndication // class H245_NonStandardMessage; class H245_MultilinkIndication_crcDesired; class H245_MultilinkIndication_excessiveError; class H245_MultilinkIndication : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultilinkIndication, PASN_Choice); #endif public: H245_MultilinkIndication(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandard, e_crcDesired, e_excessiveError }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardMessage &() const; #else operator H245_NonStandardMessage &(); operator const H245_NonStandardMessage &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MultilinkIndication_crcDesired &() const; #else operator H245_MultilinkIndication_crcDesired &(); operator const H245_MultilinkIndication_crcDesired &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MultilinkIndication_excessiveError &() const; #else operator H245_MultilinkIndication_excessiveError &(); operator const H245_MultilinkIndication_excessiveError &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // DialingInformation // class H245_NonStandardMessage; class H245_ArrayOf_DialingInformationNumber; class H245_DialingInformation : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_DialingInformation, PASN_Choice); #endif public: H245_DialingInformation(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandard, e_differential, e_infoNotAvailable }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardMessage &() const; #else operator H245_NonStandardMessage &(); operator const H245_NonStandardMessage &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_ArrayOf_DialingInformationNumber &() const; #else operator H245_ArrayOf_DialingInformationNumber &(); operator const H245_ArrayOf_DialingInformationNumber &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // DialingInformationNetworkType // class H245_NonStandardMessage; class H245_DialingInformationNetworkType : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_DialingInformationNetworkType, PASN_Choice); #endif public: H245_DialingInformationNetworkType(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandard, e_n_isdn, e_gstn, e_mobile }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardMessage &() const; #else operator H245_NonStandardMessage &(); operator const H245_NonStandardMessage &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ConnectionIdentifier // class H245_ConnectionIdentifier : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ConnectionIdentifier, PASN_Sequence); #endif public: H245_ConnectionIdentifier(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_channelTag; PASN_Integer m_sequenceNumber; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MaximumBitRate // class H245_MaximumBitRate : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MaximumBitRate, PASN_Integer); #endif public: H245_MaximumBitRate(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); H245_MaximumBitRate & operator=(int v); H245_MaximumBitRate & operator=(unsigned v); PObject * Clone() const; }; // // LogicalChannelRateRequest // class H245_LogicalChannelRateRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_LogicalChannelRateRequest, PASN_Sequence); #endif public: H245_LogicalChannelRateRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_SequenceNumber m_sequenceNumber; H245_LogicalChannelNumber m_logicalChannelNumber; H245_MaximumBitRate m_maximumBitRate; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // LogicalChannelRateAcknowledge // class H245_LogicalChannelRateAcknowledge : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_LogicalChannelRateAcknowledge, PASN_Sequence); #endif public: H245_LogicalChannelRateAcknowledge(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_SequenceNumber m_sequenceNumber; H245_LogicalChannelNumber m_logicalChannelNumber; H245_MaximumBitRate m_maximumBitRate; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // LogicalChannelRateRejectReason // class H245_LogicalChannelRateRejectReason : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_LogicalChannelRateRejectReason, PASN_Choice); #endif public: H245_LogicalChannelRateRejectReason(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_undefinedReason, e_insufficientResources }; BOOL CreateObject(); PObject * Clone() const; }; // // LogicalChannelRateRelease // class H245_LogicalChannelRateRelease : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_LogicalChannelRateRelease, PASN_Sequence); #endif public: H245_LogicalChannelRateRelease(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif PObject * Clone() const; }; // // SendTerminalCapabilitySet // class H245_SendTerminalCapabilitySet_specificRequest; class H245_SendTerminalCapabilitySet : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_SendTerminalCapabilitySet, PASN_Choice); #endif public: H245_SendTerminalCapabilitySet(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_specificRequest, e_genericRequest }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_SendTerminalCapabilitySet_specificRequest &() const; #else operator H245_SendTerminalCapabilitySet_specificRequest &(); operator const H245_SendTerminalCapabilitySet_specificRequest &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // EncryptionCommand // class H245_EncryptionCommand_encryptionAlgorithmID; class H245_EncryptionCommand : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_EncryptionCommand, PASN_Choice); #endif public: H245_EncryptionCommand(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_encryptionSE, e_encryptionIVRequest, e_encryptionAlgorithmID }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_EncryptionCommand_encryptionAlgorithmID &() const; #else operator H245_EncryptionCommand_encryptionAlgorithmID &(); operator const H245_EncryptionCommand_encryptionAlgorithmID &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // EndSessionCommand // class H245_NonStandardParameter; class H245_EndSessionCommand_gstnOptions; class H245_EndSessionCommand_isdnOptions; class H245_EndSessionCommand : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_EndSessionCommand, PASN_Choice); #endif public: H245_EndSessionCommand(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandard, e_disconnect, e_gstnOptions, e_isdnOptions }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardParameter &() const; #else operator H245_NonStandardParameter &(); operator const H245_NonStandardParameter &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_EndSessionCommand_gstnOptions &() const; #else operator H245_EndSessionCommand_gstnOptions &(); operator const H245_EndSessionCommand_gstnOptions &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_EndSessionCommand_isdnOptions &() const; #else operator H245_EndSessionCommand_isdnOptions &(); operator const H245_EndSessionCommand_isdnOptions &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ConferenceCommand // class H245_LogicalChannelNumber; class H245_TerminalLabel; class H245_SubstituteConferenceIDCommand; class H245_ConferenceCommand : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ConferenceCommand, PASN_Choice); #endif public: H245_ConferenceCommand(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_broadcastMyLogicalChannel, e_cancelBroadcastMyLogicalChannel, e_makeTerminalBroadcaster, e_cancelMakeTerminalBroadcaster, e_sendThisSource, e_cancelSendThisSource, e_dropConference, e_substituteConferenceIDCommand }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_LogicalChannelNumber &() const; #else operator H245_LogicalChannelNumber &(); operator const H245_LogicalChannelNumber &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_TerminalLabel &() const; #else operator H245_TerminalLabel &(); operator const H245_TerminalLabel &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_SubstituteConferenceIDCommand &() const; #else operator H245_SubstituteConferenceIDCommand &(); operator const H245_SubstituteConferenceIDCommand &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // SubstituteConferenceIDCommand // class H245_SubstituteConferenceIDCommand : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_SubstituteConferenceIDCommand, PASN_Sequence); #endif public: H245_SubstituteConferenceIDCommand(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_OctetString m_conferenceIdentifier; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // EncryptionUpdateDirection // class H245_EncryptionUpdateDirection : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_EncryptionUpdateDirection, PASN_Choice); #endif public: H245_EncryptionUpdateDirection(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_masterToSlave, e_slaveToMaster }; BOOL CreateObject(); PObject * Clone() const; }; // // KeyProtectionMethod // class H245_KeyProtectionMethod : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_KeyProtectionMethod, PASN_Sequence); #endif public: H245_KeyProtectionMethod(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Boolean m_secureChannel; PASN_Boolean m_sharedSecret; PASN_Boolean m_certProtectedKey; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // EncryptionUpdateRequest // class H245_EncryptionUpdateRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_EncryptionUpdateRequest, PASN_Sequence); #endif public: H245_EncryptionUpdateRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_keyProtectionMethod, e_synchFlag }; H245_KeyProtectionMethod m_keyProtectionMethod; PASN_Integer m_synchFlag; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // PictureReference // class H245_PictureReference : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_PictureReference, PASN_Choice); #endif public: H245_PictureReference(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_pictureNumber, e_longTermPictureIndex }; BOOL CreateObject(); PObject * Clone() const; }; // // H223MultiplexReconfiguration // class H245_H223MultiplexReconfiguration_h223ModeChange; class H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag; class H245_H223MultiplexReconfiguration : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H223MultiplexReconfiguration, PASN_Choice); #endif public: H245_H223MultiplexReconfiguration(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_h223ModeChange, e_h223AnnexADoubleFlag }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H223MultiplexReconfiguration_h223ModeChange &() const; #else operator H245_H223MultiplexReconfiguration_h223ModeChange &(); operator const H245_H223MultiplexReconfiguration_h223ModeChange &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag &() const; #else operator H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag &(); operator const H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // FunctionNotUnderstood // class H245_RequestMessage; class H245_ResponseMessage; class H245_CommandMessage; class H245_FunctionNotUnderstood : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_FunctionNotUnderstood, PASN_Choice); #endif public: H245_FunctionNotUnderstood(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_request, e_response, e_command }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_RequestMessage &() const; #else operator H245_RequestMessage &(); operator const H245_RequestMessage &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_ResponseMessage &() const; #else operator H245_ResponseMessage &(); operator const H245_ResponseMessage &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_CommandMessage &() const; #else operator H245_CommandMessage &(); operator const H245_CommandMessage &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ConferenceIndication // class H245_TerminalLabel; class H245_TerminalYouAreSeeingInSubPictureNumber; class H245_VideoIndicateCompose; class H245_ConferenceIndication : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ConferenceIndication, PASN_Choice); #endif public: H245_ConferenceIndication(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_sbeNumber, e_terminalNumberAssign, e_terminalJoinedConference, e_terminalLeftConference, e_seenByAtLeastOneOther, e_cancelSeenByAtLeastOneOther, e_seenByAll, e_cancelSeenByAll, e_terminalYouAreSeeing, e_requestForFloor, e_withdrawChairToken, e_floorRequested, e_terminalYouAreSeeingInSubPictureNumber, e_videoIndicateCompose }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_TerminalLabel &() const; #else operator H245_TerminalLabel &(); operator const H245_TerminalLabel &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_TerminalYouAreSeeingInSubPictureNumber &() const; #else operator H245_TerminalYouAreSeeingInSubPictureNumber &(); operator const H245_TerminalYouAreSeeingInSubPictureNumber &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_VideoIndicateCompose &() const; #else operator H245_VideoIndicateCompose &(); operator const H245_VideoIndicateCompose &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // TerminalYouAreSeeingInSubPictureNumber // class H245_TerminalYouAreSeeingInSubPictureNumber : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_TerminalYouAreSeeingInSubPictureNumber, PASN_Sequence); #endif public: H245_TerminalYouAreSeeingInSubPictureNumber(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_TerminalNumber m_terminalNumber; PASN_Integer m_subPictureNumber; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // VideoIndicateCompose // class H245_VideoIndicateCompose : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_VideoIndicateCompose, PASN_Sequence); #endif public: H245_VideoIndicateCompose(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_compositionNumber; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H223SkewIndication // class H245_H223SkewIndication : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H223SkewIndication, PASN_Sequence); #endif public: H245_H223SkewIndication(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_LogicalChannelNumber m_logicalChannelNumber1; H245_LogicalChannelNumber m_logicalChannelNumber2; PASN_Integer m_skew; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H2250MaximumSkewIndication // class H245_H2250MaximumSkewIndication : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H2250MaximumSkewIndication, PASN_Sequence); #endif public: H245_H2250MaximumSkewIndication(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_LogicalChannelNumber m_logicalChannelNumber1; H245_LogicalChannelNumber m_logicalChannelNumber2; PASN_Integer m_maximumSkew; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MCLocationIndication // class H245_MCLocationIndication : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MCLocationIndication, PASN_Sequence); #endif public: H245_MCLocationIndication(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_TransportAddress m_signalAddress; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // VendorIdentification // class H245_VendorIdentification : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_VendorIdentification, PASN_Sequence); #endif public: H245_VendorIdentification(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_productNumber, e_versionNumber }; H245_NonStandardIdentifier m_vendor; PASN_OctetString m_productNumber; PASN_OctetString m_versionNumber; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // IV8 // class H245_IV8 : public PASN_OctetString { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_IV8, PASN_OctetString); #endif public: H245_IV8(unsigned tag = UniversalOctetString, TagClass tagClass = UniversalTagClass); H245_IV8(const char * v); H245_IV8(const PString & v); H245_IV8(const PBYTEArray & v); H245_IV8 & operator=(const char * v); H245_IV8 & operator=(const PString & v); H245_IV8 & operator=(const PBYTEArray & v); PObject * Clone() const; }; // // IV16 // class H245_IV16 : public PASN_OctetString { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_IV16, PASN_OctetString); #endif public: H245_IV16(unsigned tag = UniversalOctetString, TagClass tagClass = UniversalTagClass); H245_IV16(const char * v); H245_IV16(const PString & v); H245_IV16(const PBYTEArray & v); H245_IV16 & operator=(const char * v); H245_IV16 & operator=(const PString & v); H245_IV16 & operator=(const PBYTEArray & v); PObject * Clone() const; }; // // Params // class H245_Params : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_Params, PASN_Sequence); #endif public: H245_Params(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_iv8, e_iv16, e_iv }; H245_IV8 m_iv8; H245_IV16 m_iv16; PASN_OctetString m_iv; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // UserInputIndication // class H245_NonStandardParameter; class H245_UserInputIndication_userInputSupportIndication; class H245_UserInputIndication_signal; class H245_UserInputIndication_signalUpdate; class H245_UserInputIndication_extendedAlphanumeric; class H245_UserInputIndication_encryptedAlphanumeric; class H245_UserInputIndication : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_UserInputIndication, PASN_Choice); #endif public: H245_UserInputIndication(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandard, e_alphanumeric, e_userInputSupportIndication, e_signal, e_signalUpdate, e_extendedAlphanumeric, e_encryptedAlphanumeric }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardParameter &() const; #else operator H245_NonStandardParameter &(); operator const H245_NonStandardParameter &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_UserInputIndication_userInputSupportIndication &() const; #else operator H245_UserInputIndication_userInputSupportIndication &(); operator const H245_UserInputIndication_userInputSupportIndication &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_UserInputIndication_signal &() const; #else operator H245_UserInputIndication_signal &(); operator const H245_UserInputIndication_signal &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_UserInputIndication_signalUpdate &() const; #else operator H245_UserInputIndication_signalUpdate &(); operator const H245_UserInputIndication_signalUpdate &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_UserInputIndication_extendedAlphanumeric &() const; #else operator H245_UserInputIndication_extendedAlphanumeric &(); operator const H245_UserInputIndication_extendedAlphanumeric &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_UserInputIndication_encryptedAlphanumeric &() const; #else operator H245_UserInputIndication_encryptedAlphanumeric &(); operator const H245_UserInputIndication_encryptedAlphanumeric &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // MobileMultilinkReconfigurationIndication // class H245_MobileMultilinkReconfigurationIndication : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MobileMultilinkReconfigurationIndication, PASN_Sequence); #endif public: H245_MobileMultilinkReconfigurationIndication(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_sampleSize; PASN_Integer m_samplesPerFrame; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ArrayOf_GenericParameter // class H245_GenericParameter; class H245_ArrayOf_GenericParameter : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_GenericParameter, PASN_Array); #endif public: H245_ArrayOf_GenericParameter(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_GenericParameter & operator[](PINDEX i) const; PObject * Clone() const; }; // // NonStandardIdentifier_h221NonStandard // class H245_NonStandardIdentifier_h221NonStandard : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_NonStandardIdentifier_h221NonStandard, PASN_Sequence); #endif public: H245_NonStandardIdentifier_h221NonStandard(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_t35CountryCode; PASN_Integer m_t35Extension; PASN_Integer m_manufacturerCode; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MasterSlaveDeterminationAck_decision // class H245_MasterSlaveDeterminationAck_decision : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MasterSlaveDeterminationAck_decision, PASN_Choice); #endif public: H245_MasterSlaveDeterminationAck_decision(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_master, e_slave }; BOOL CreateObject(); PObject * Clone() const; }; // // MasterSlaveDeterminationReject_cause // class H245_MasterSlaveDeterminationReject_cause : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MasterSlaveDeterminationReject_cause, PASN_Choice); #endif public: H245_MasterSlaveDeterminationReject_cause(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_identicalNumbers }; BOOL CreateObject(); PObject * Clone() const; }; // // ArrayOf_CapabilityTableEntry // class H245_CapabilityTableEntry; class H245_ArrayOf_CapabilityTableEntry : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_CapabilityTableEntry, PASN_Array); #endif public: H245_ArrayOf_CapabilityTableEntry(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_CapabilityTableEntry & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_CapabilityDescriptor // class H245_CapabilityDescriptor; class H245_ArrayOf_CapabilityDescriptor : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_CapabilityDescriptor, PASN_Array); #endif public: H245_ArrayOf_CapabilityDescriptor(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_CapabilityDescriptor & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_AlternativeCapabilitySet // class H245_AlternativeCapabilitySet; class H245_ArrayOf_AlternativeCapabilitySet : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_AlternativeCapabilitySet, PASN_Array); #endif public: H245_ArrayOf_AlternativeCapabilitySet(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_AlternativeCapabilitySet & operator[](PINDEX i) const; PObject * Clone() const; }; // // TerminalCapabilitySetReject_cause // class H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded; class H245_TerminalCapabilitySetReject_cause : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_TerminalCapabilitySetReject_cause, PASN_Choice); #endif public: H245_TerminalCapabilitySetReject_cause(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_unspecified, e_undefinedTableEntryUsed, e_descriptorCapacityExceeded, e_tableEntryCapacityExceeded }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded &() const; #else operator H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded &(); operator const H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // Capability_h233EncryptionReceiveCapability // class H245_Capability_h233EncryptionReceiveCapability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_Capability_h233EncryptionReceiveCapability, PASN_Sequence); #endif public: H245_Capability_h233EncryptionReceiveCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_h233IVResponseTime; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ArrayOf_VCCapability // class H245_VCCapability; class H245_ArrayOf_VCCapability : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_VCCapability, PASN_Array); #endif public: H245_ArrayOf_VCCapability(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_VCCapability & operator[](PINDEX i) const; PObject * Clone() const; }; // // VCCapability_aal1 // class H245_VCCapability_aal1 : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_VCCapability_aal1, PASN_Sequence); #endif public: H245_VCCapability_aal1(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Boolean m_nullClockRecovery; PASN_Boolean m_srtsClockRecovery; PASN_Boolean m_adaptiveClockRecovery; PASN_Boolean m_nullErrorCorrection; PASN_Boolean m_longInterleaver; PASN_Boolean m_shortInterleaver; PASN_Boolean m_errorCorrectionOnly; PASN_Boolean m_structuredDataTransfer; PASN_Boolean m_partiallyFilledCells; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // VCCapability_aal5 // class H245_VCCapability_aal5 : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_VCCapability_aal5, PASN_Sequence); #endif public: H245_VCCapability_aal5(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_forwardMaximumSDUSize; PASN_Integer m_backwardMaximumSDUSize; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H223Capability_h223MultiplexTableCapability // class H245_H223Capability_h223MultiplexTableCapability_enhanced; class H245_H223Capability_h223MultiplexTableCapability : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H223Capability_h223MultiplexTableCapability, PASN_Choice); #endif public: H245_H223Capability_h223MultiplexTableCapability(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_basic, e_enhanced }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H223Capability_h223MultiplexTableCapability_enhanced &() const; #else operator H245_H223Capability_h223MultiplexTableCapability_enhanced &(); operator const H245_H223Capability_h223MultiplexTableCapability_enhanced &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // H223Capability_mobileOperationTransmitCapability // class H245_H223Capability_mobileOperationTransmitCapability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H223Capability_mobileOperationTransmitCapability, PASN_Sequence); #endif public: H245_H223Capability_mobileOperationTransmitCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Boolean m_modeChangeCapability; PASN_Boolean m_h223AnnexA; PASN_Boolean m_h223AnnexADoubleFlag; PASN_Boolean m_h223AnnexB; PASN_Boolean m_h223AnnexBwithHeader; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H223Capability_mobileMultilinkFrameCapability // class H245_H223Capability_mobileMultilinkFrameCapability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H223Capability_mobileMultilinkFrameCapability, PASN_Sequence); #endif public: H245_H223Capability_mobileMultilinkFrameCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_maximumSampleSize; PASN_Integer m_maximumPayloadLength; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H2250Capability_mcCapability // class H245_H2250Capability_mcCapability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H2250Capability_mcCapability, PASN_Sequence); #endif public: H245_H2250Capability_mcCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Boolean m_centralizedConferenceMC; PASN_Boolean m_decentralizedConferenceMC; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ArrayOf_RedundancyEncodingCapability // class H245_RedundancyEncodingCapability; class H245_ArrayOf_RedundancyEncodingCapability : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_RedundancyEncodingCapability, PASN_Array); #endif public: H245_ArrayOf_RedundancyEncodingCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_RedundancyEncodingCapability & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_RTPPayloadType // class H245_RTPPayloadType; class H245_ArrayOf_RTPPayloadType : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_RTPPayloadType, PASN_Array); #endif public: H245_ArrayOf_RTPPayloadType(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_RTPPayloadType & operator[](PINDEX i) const; PObject * Clone() const; }; // // MediaTransportType_atm-AAL5-compressed // class H245_MediaTransportType_atm_AAL5_compressed : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MediaTransportType_atm_AAL5_compressed, PASN_Sequence); #endif public: H245_MediaTransportType_atm_AAL5_compressed(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Boolean m_variable_delta; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ArrayOf_QOSCapability // class H245_QOSCapability; class H245_ArrayOf_QOSCapability : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_QOSCapability, PASN_Array); #endif public: H245_ArrayOf_QOSCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_QOSCapability & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_MediaChannelCapability // class H245_MediaChannelCapability; class H245_ArrayOf_MediaChannelCapability : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_MediaChannelCapability, PASN_Array); #endif public: H245_ArrayOf_MediaChannelCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_MediaChannelCapability & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_CapabilityTableEntryNumber // class H245_CapabilityTableEntryNumber; class H245_ArrayOf_CapabilityTableEntryNumber : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_CapabilityTableEntryNumber, PASN_Array); #endif public: H245_ArrayOf_CapabilityTableEntryNumber(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_CapabilityTableEntryNumber & operator[](PINDEX i) const; PObject * Clone() const; }; // // RTPH263VideoRedundancyEncoding_frameToThreadMapping // class H245_ArrayOf_RTPH263VideoRedundancyFrameMapping; class H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping, PASN_Choice); #endif public: H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_roundrobin, e_custom }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_ArrayOf_RTPH263VideoRedundancyFrameMapping &() const; #else operator H245_ArrayOf_RTPH263VideoRedundancyFrameMapping &(); operator const H245_ArrayOf_RTPH263VideoRedundancyFrameMapping &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // RTPH263VideoRedundancyEncoding_containedThreads // class H245_RTPH263VideoRedundancyEncoding_containedThreads : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RTPH263VideoRedundancyEncoding_containedThreads, PASN_Array); #endif public: H245_RTPH263VideoRedundancyEncoding_containedThreads(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; PASN_Integer & operator[](PINDEX i) const; PObject * Clone() const; }; // // RTPH263VideoRedundancyFrameMapping_frameSequence // class H245_RTPH263VideoRedundancyFrameMapping_frameSequence : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RTPH263VideoRedundancyFrameMapping_frameSequence, PASN_Array); #endif public: H245_RTPH263VideoRedundancyFrameMapping_frameSequence(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; PASN_Integer & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_MediaDistributionCapability // class H245_MediaDistributionCapability; class H245_ArrayOf_MediaDistributionCapability : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_MediaDistributionCapability, PASN_Array); #endif public: H245_ArrayOf_MediaDistributionCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_MediaDistributionCapability & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_DataApplicationCapability // class H245_DataApplicationCapability; class H245_ArrayOf_DataApplicationCapability : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_DataApplicationCapability, PASN_Array); #endif public: H245_ArrayOf_DataApplicationCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_DataApplicationCapability & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_VideoCapability // class H245_VideoCapability; class H245_ArrayOf_VideoCapability : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_VideoCapability, PASN_Array); #endif public: H245_ArrayOf_VideoCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_VideoCapability & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_GenericCapability // class H245_GenericCapability; class H245_ArrayOf_GenericCapability : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_GenericCapability, PASN_Array); #endif public: H245_ArrayOf_GenericCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_GenericCapability & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_EnhancementOptions // class H245_EnhancementOptions; class H245_ArrayOf_EnhancementOptions : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_EnhancementOptions, PASN_Array); #endif public: H245_ArrayOf_EnhancementOptions(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_EnhancementOptions & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_BEnhancementParameters // class H245_BEnhancementParameters; class H245_ArrayOf_BEnhancementParameters : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_BEnhancementParameters, PASN_Array); #endif public: H245_ArrayOf_BEnhancementParameters(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_BEnhancementParameters & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_CustomPictureClockFrequency // class H245_CustomPictureClockFrequency; class H245_ArrayOf_CustomPictureClockFrequency : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_CustomPictureClockFrequency, PASN_Array); #endif public: H245_ArrayOf_CustomPictureClockFrequency(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_CustomPictureClockFrequency & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_CustomPictureFormat // class H245_CustomPictureFormat; class H245_ArrayOf_CustomPictureFormat : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_CustomPictureFormat, PASN_Array); #endif public: H245_ArrayOf_CustomPictureFormat(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_CustomPictureFormat & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_H263VideoModeCombos // class H245_H263VideoModeCombos; class H245_ArrayOf_H263VideoModeCombos : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_H263VideoModeCombos, PASN_Array); #endif public: H245_ArrayOf_H263VideoModeCombos(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_H263VideoModeCombos & operator[](PINDEX i) const; PObject * Clone() const; }; // // RefPictureSelection_additionalPictureMemory // class H245_RefPictureSelection_additionalPictureMemory : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RefPictureSelection_additionalPictureMemory, PASN_Sequence); #endif public: H245_RefPictureSelection_additionalPictureMemory(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_sqcifAdditionalPictureMemory, e_qcifAdditionalPictureMemory, e_cifAdditionalPictureMemory, e_cif4AdditionalPictureMemory, e_cif16AdditionalPictureMemory, e_bigCpfAdditionalPictureMemory }; PASN_Integer m_sqcifAdditionalPictureMemory; PASN_Integer m_qcifAdditionalPictureMemory; PASN_Integer m_cifAdditionalPictureMemory; PASN_Integer m_cif4AdditionalPictureMemory; PASN_Integer m_cif16AdditionalPictureMemory; PASN_Integer m_bigCpfAdditionalPictureMemory; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RefPictureSelection_videoBackChannelSend // class H245_RefPictureSelection_videoBackChannelSend : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RefPictureSelection_videoBackChannelSend, PASN_Choice); #endif public: H245_RefPictureSelection_videoBackChannelSend(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_none, e_ackMessageOnly, e_nackMessageOnly, e_ackOrNackMessageOnly, e_ackAndNackMessage }; BOOL CreateObject(); PObject * Clone() const; }; // // CustomPictureFormat_pixelAspectInformation // class H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode; class H245_CustomPictureFormat_pixelAspectInformation_extendedPAR; class H245_CustomPictureFormat_pixelAspectInformation : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_CustomPictureFormat_pixelAspectInformation, PASN_Choice); #endif public: H245_CustomPictureFormat_pixelAspectInformation(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_anyPixelAspectRatio, e_pixelAspectCode, e_extendedPAR }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode &() const; #else operator H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode &(); operator const H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_CustomPictureFormat_pixelAspectInformation_extendedPAR &() const; #else operator H245_CustomPictureFormat_pixelAspectInformation_extendedPAR &(); operator const H245_CustomPictureFormat_pixelAspectInformation_extendedPAR &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ArrayOf_H263ModeComboFlags // class H245_H263ModeComboFlags; class H245_ArrayOf_H263ModeComboFlags : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_H263ModeComboFlags, PASN_Array); #endif public: H245_ArrayOf_H263ModeComboFlags(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_H263ModeComboFlags & operator[](PINDEX i) const; PObject * Clone() const; }; // // AudioCapability_g7231 // class H245_AudioCapability_g7231 : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_AudioCapability_g7231, PASN_Sequence); #endif public: H245_AudioCapability_g7231(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_maxAl_sduAudioFrames; PASN_Boolean m_silenceSuppression; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // G7231AnnexCCapability_g723AnnexCAudioMode // class H245_G7231AnnexCCapability_g723AnnexCAudioMode : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_G7231AnnexCCapability_g723AnnexCAudioMode, PASN_Sequence); #endif public: H245_G7231AnnexCCapability_g723AnnexCAudioMode(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_highRateMode0; PASN_Integer m_highRateMode1; PASN_Integer m_lowRateMode0; PASN_Integer m_lowRateMode1; PASN_Integer m_sidMode0; PASN_Integer m_sidMode1; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // DataApplicationCapability_application // class H245_NonStandardParameter; class H245_DataProtocolCapability; class H245_DataApplicationCapability_application_t84; class H245_DataApplicationCapability_application_nlpid; class H245_DataApplicationCapability_application_t38fax; class H245_GenericCapability; class H245_DataApplicationCapability_application : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_DataApplicationCapability_application, PASN_Choice); #endif public: H245_DataApplicationCapability_application(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandard, e_t120, e_dsm_cc, e_userData, e_t84, e_t434, e_h224, e_nlpid, e_dsvdControl, e_h222DataPartitioning, e_t30fax, e_t140, e_t38fax, e_genericDataCapability }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardParameter &() const; #else operator H245_NonStandardParameter &(); operator const H245_NonStandardParameter &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_DataProtocolCapability &() const; #else operator H245_DataProtocolCapability &(); operator const H245_DataProtocolCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_DataApplicationCapability_application_t84 &() const; #else operator H245_DataApplicationCapability_application_t84 &(); operator const H245_DataApplicationCapability_application_t84 &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_DataApplicationCapability_application_nlpid &() const; #else operator H245_DataApplicationCapability_application_nlpid &(); operator const H245_DataApplicationCapability_application_nlpid &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_DataApplicationCapability_application_t38fax &() const; #else operator H245_DataApplicationCapability_application_t38fax &(); operator const H245_DataApplicationCapability_application_t38fax &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_GenericCapability &() const; #else operator H245_GenericCapability &(); operator const H245_GenericCapability &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // DataProtocolCapability_v76wCompression // class H245_CompressionType; class H245_DataProtocolCapability_v76wCompression : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_DataProtocolCapability_v76wCompression, PASN_Choice); #endif public: H245_DataProtocolCapability_v76wCompression(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_transmitCompression, e_receiveCompression, e_transmitAndReceiveCompression }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_CompressionType &() const; #else operator H245_CompressionType &(); operator const H245_CompressionType &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // T84Profile_t84Restricted // class H245_T84Profile_t84Restricted : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_T84Profile_t84Restricted, PASN_Sequence); #endif public: H245_T84Profile_t84Restricted(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Boolean m_qcif; PASN_Boolean m_cif; PASN_Boolean m_ccir601Seq; PASN_Boolean m_ccir601Prog; PASN_Boolean m_hdtvSeq; PASN_Boolean m_hdtvProg; PASN_Boolean m_g3FacsMH200x100; PASN_Boolean m_g3FacsMH200x200; PASN_Boolean m_g4FacsMMR200x100; PASN_Boolean m_g4FacsMMR200x200; PASN_Boolean m_jbig200x200Seq; PASN_Boolean m_jbig200x200Prog; PASN_Boolean m_jbig300x300Seq; PASN_Boolean m_jbig300x300Prog; PASN_Boolean m_digPhotoLow; PASN_Boolean m_digPhotoMedSeq; PASN_Boolean m_digPhotoMedProg; PASN_Boolean m_digPhotoHighSeq; PASN_Boolean m_digPhotoHighProg; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // T38FaxUdpOptions_t38FaxUdpEC // class H245_T38FaxUdpOptions_t38FaxUdpEC : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_T38FaxUdpOptions_t38FaxUdpEC, PASN_Choice); #endif public: H245_T38FaxUdpOptions_t38FaxUdpEC(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_t38UDPFEC, e_t38UDPRedundancy }; BOOL CreateObject(); PObject * Clone() const; }; // // ArrayOf_NonStandardParameter // class H245_NonStandardParameter; class H245_ArrayOf_NonStandardParameter : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_NonStandardParameter, PASN_Array); #endif public: H245_ArrayOf_NonStandardParameter(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_NonStandardParameter & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_ParameterIdentifier // class H245_ParameterIdentifier; class H245_ArrayOf_ParameterIdentifier : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_ParameterIdentifier, PASN_Array); #endif public: H245_ArrayOf_ParameterIdentifier(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_ParameterIdentifier & operator[](PINDEX i) const; PObject * Clone() const; }; // // FECCapability_rfc2733Format // class H245_MaxRedundancy; class H245_FECCapability_rfc2733Format : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_FECCapability_rfc2733Format, PASN_Choice); #endif public: H245_FECCapability_rfc2733Format(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_rfc2733rfc2198, e_rfc2733sameport, e_rfc2733diffport }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MaxRedundancy &() const; #else operator H245_MaxRedundancy &(); operator const H245_MaxRedundancy &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // NetworkAccessParameters_distribution // class H245_NetworkAccessParameters_distribution : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_NetworkAccessParameters_distribution, PASN_Choice); #endif public: H245_NetworkAccessParameters_distribution(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_unicast, e_multicast }; BOOL CreateObject(); PObject * Clone() const; }; // // NetworkAccessParameters_networkAddress // class H245_Q2931Address; class H245_TransportAddress; class H245_NetworkAccessParameters_networkAddress : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_NetworkAccessParameters_networkAddress, PASN_Choice); #endif public: H245_NetworkAccessParameters_networkAddress(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_q2931Address, e_e164Address, e_localAreaAddress }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_Q2931Address &() const; #else operator H245_Q2931Address &(); operator const H245_Q2931Address &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_TransportAddress &() const; #else operator H245_TransportAddress &(); operator const H245_TransportAddress &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // NetworkAccessParameters_t120SetupProcedure // class H245_NetworkAccessParameters_t120SetupProcedure : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_NetworkAccessParameters_t120SetupProcedure, PASN_Choice); #endif public: H245_NetworkAccessParameters_t120SetupProcedure(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_originateCall, e_waitForCall, e_issueQuery }; BOOL CreateObject(); PObject * Clone() const; }; // // Q2931Address_address // class H245_Q2931Address_address : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_Q2931Address_address, PASN_Choice); #endif public: H245_Q2931Address_address(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_internationalNumber, e_nsapAddress }; BOOL CreateObject(); PObject * Clone() const; }; // // H235Media_mediaType // class H245_NonStandardParameter; class H245_VideoCapability; class H245_AudioCapability; class H245_DataApplicationCapability; class H245_RedundancyEncoding; class H245_MultiplePayloadStream; class H245_DepFECData; class H245_FECData; class H245_H235Media_mediaType : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H235Media_mediaType, PASN_Choice); #endif public: H245_H235Media_mediaType(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandard, e_videoData, e_audioData, e_data, e_redundancyEncoding, e_multiplePayloadStream, e_depFec, e_fec }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardParameter &() const; #else operator H245_NonStandardParameter &(); operator const H245_NonStandardParameter &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_VideoCapability &() const; #else operator H245_VideoCapability &(); operator const H245_VideoCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_AudioCapability &() const; #else operator H245_AudioCapability &(); operator const H245_AudioCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_DataApplicationCapability &() const; #else operator H245_DataApplicationCapability &(); operator const H245_DataApplicationCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_RedundancyEncoding &() const; #else operator H245_RedundancyEncoding &(); operator const H245_RedundancyEncoding &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MultiplePayloadStream &() const; #else operator H245_MultiplePayloadStream &(); operator const H245_MultiplePayloadStream &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_DepFECData &() const; #else operator H245_DepFECData &(); operator const H245_DepFECData &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_FECData &() const; #else operator H245_FECData &(); operator const H245_FECData &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // H223LogicalChannelParameters_adaptationLayerType // class H245_NonStandardParameter; class H245_H223LogicalChannelParameters_adaptationLayerType_al3; class H245_H223AL1MParameters; class H245_H223AL2MParameters; class H245_H223AL3MParameters; class H245_H223LogicalChannelParameters_adaptationLayerType : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H223LogicalChannelParameters_adaptationLayerType, PASN_Choice); #endif public: H245_H223LogicalChannelParameters_adaptationLayerType(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandard, e_al1Framed, e_al1NotFramed, e_al2WithoutSequenceNumbers, e_al2WithSequenceNumbers, e_al3, e_al1M, e_al2M, e_al3M }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardParameter &() const; #else operator H245_NonStandardParameter &(); operator const H245_NonStandardParameter &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H223LogicalChannelParameters_adaptationLayerType_al3 &() const; #else operator H245_H223LogicalChannelParameters_adaptationLayerType_al3 &(); operator const H245_H223LogicalChannelParameters_adaptationLayerType_al3 &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H223AL1MParameters &() const; #else operator H245_H223AL1MParameters &(); operator const H245_H223AL1MParameters &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H223AL2MParameters &() const; #else operator H245_H223AL2MParameters &(); operator const H245_H223AL2MParameters &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H223AL3MParameters &() const; #else operator H245_H223AL3MParameters &(); operator const H245_H223AL3MParameters &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // H223AL1MParameters_transferMode // class H245_H223AL1MParameters_transferMode : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H223AL1MParameters_transferMode, PASN_Choice); #endif public: H245_H223AL1MParameters_transferMode(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_framed, e_unframed }; BOOL CreateObject(); PObject * Clone() const; }; // // H223AL1MParameters_headerFEC // class H245_H223AL1MParameters_headerFEC : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H223AL1MParameters_headerFEC, PASN_Choice); #endif public: H245_H223AL1MParameters_headerFEC(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_sebch16_7, e_golay24_12 }; BOOL CreateObject(); PObject * Clone() const; }; // // H223AL1MParameters_crcLength // class H245_H223AL1MParameters_crcLength : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H223AL1MParameters_crcLength, PASN_Choice); #endif public: H245_H223AL1MParameters_crcLength(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_crc4bit, e_crc12bit, e_crc20bit, e_crc28bit, e_crc8bit, e_crc16bit, e_crc32bit, e_crcNotUsed }; BOOL CreateObject(); PObject * Clone() const; }; // // H223AL1MParameters_arqType // class H245_H223AnnexCArqParameters; class H245_H223AL1MParameters_arqType : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H223AL1MParameters_arqType, PASN_Choice); #endif public: H245_H223AL1MParameters_arqType(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_noArq, e_typeIArq, e_typeIIArq }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H223AnnexCArqParameters &() const; #else operator H245_H223AnnexCArqParameters &(); operator const H245_H223AnnexCArqParameters &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // H223AL2MParameters_headerFEC // class H245_H223AL2MParameters_headerFEC : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H223AL2MParameters_headerFEC, PASN_Choice); #endif public: H245_H223AL2MParameters_headerFEC(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_sebch16_5, e_golay24_12 }; BOOL CreateObject(); PObject * Clone() const; }; // // H223AL3MParameters_headerFormat // class H245_H223AL3MParameters_headerFormat : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H223AL3MParameters_headerFormat, PASN_Choice); #endif public: H245_H223AL3MParameters_headerFormat(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_sebch16_7, e_golay24_12 }; BOOL CreateObject(); PObject * Clone() const; }; // // H223AL3MParameters_crcLength // class H245_H223AL3MParameters_crcLength : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H223AL3MParameters_crcLength, PASN_Choice); #endif public: H245_H223AL3MParameters_crcLength(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_crc4bit, e_crc12bit, e_crc20bit, e_crc28bit, e_crc8bit, e_crc16bit, e_crc32bit, e_crcNotUsed }; BOOL CreateObject(); PObject * Clone() const; }; // // H223AL3MParameters_arqType // class H245_H223AnnexCArqParameters; class H245_H223AL3MParameters_arqType : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H223AL3MParameters_arqType, PASN_Choice); #endif public: H245_H223AL3MParameters_arqType(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_noArq, e_typeIArq, e_typeIIArq }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H223AnnexCArqParameters &() const; #else operator H245_H223AnnexCArqParameters &(); operator const H245_H223AnnexCArqParameters &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // H223AnnexCArqParameters_numberOfRetransmissions // class H245_H223AnnexCArqParameters_numberOfRetransmissions : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H223AnnexCArqParameters_numberOfRetransmissions, PASN_Choice); #endif public: H245_H223AnnexCArqParameters_numberOfRetransmissions(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_finite, e_infinite }; BOOL CreateObject(); PObject * Clone() const; }; // // V76LogicalChannelParameters_suspendResume // class H245_V76LogicalChannelParameters_suspendResume : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_V76LogicalChannelParameters_suspendResume, PASN_Choice); #endif public: H245_V76LogicalChannelParameters_suspendResume(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_noSuspendResume, e_suspendResumewAddress, e_suspendResumewoAddress }; BOOL CreateObject(); PObject * Clone() const; }; // // V76LogicalChannelParameters_mode // class H245_V76LogicalChannelParameters_mode_eRM; class H245_V76LogicalChannelParameters_mode : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_V76LogicalChannelParameters_mode, PASN_Choice); #endif public: H245_V76LogicalChannelParameters_mode(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_eRM, e_uNERM }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_V76LogicalChannelParameters_mode_eRM &() const; #else operator H245_V76LogicalChannelParameters_mode_eRM &(); operator const H245_V76LogicalChannelParameters_mode_eRM &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // H2250LogicalChannelParameters_mediaPacketization // class H245_RTPPayloadType; class H245_H2250LogicalChannelParameters_mediaPacketization : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H2250LogicalChannelParameters_mediaPacketization, PASN_Choice); #endif public: H245_H2250LogicalChannelParameters_mediaPacketization(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_h261aVideoPacketization, e_rtpPayloadType }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_RTPPayloadType &() const; #else operator H245_RTPPayloadType &(); operator const H245_RTPPayloadType &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // RTPPayloadType_payloadDescriptor // class H245_NonStandardParameter; class H245_RTPPayloadType_payloadDescriptor : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RTPPayloadType_payloadDescriptor, PASN_Choice); #endif public: H245_RTPPayloadType_payloadDescriptor(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandardIdentifier, e_rfc_number, e_oid }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardParameter &() const; #else operator H245_NonStandardParameter &(); operator const H245_NonStandardParameter &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ArrayOf_MultiplePayloadStreamElement // class H245_MultiplePayloadStreamElement; class H245_ArrayOf_MultiplePayloadStreamElement : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_MultiplePayloadStreamElement, PASN_Array); #endif public: H245_ArrayOf_MultiplePayloadStreamElement(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_MultiplePayloadStreamElement & operator[](PINDEX i) const; PObject * Clone() const; }; // // UnicastAddress_iPAddress // class H245_UnicastAddress_iPAddress : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_UnicastAddress_iPAddress, PASN_Sequence); #endif public: H245_UnicastAddress_iPAddress(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_OctetString m_network; PASN_Integer m_tsapIdentifier; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // UnicastAddress_iPXAddress // class H245_UnicastAddress_iPXAddress : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_UnicastAddress_iPXAddress, PASN_Sequence); #endif public: H245_UnicastAddress_iPXAddress(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_OctetString m_node; PASN_OctetString m_netnum; PASN_OctetString m_tsapIdentifier; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // UnicastAddress_iP6Address // class H245_UnicastAddress_iP6Address : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_UnicastAddress_iP6Address, PASN_Sequence); #endif public: H245_UnicastAddress_iP6Address(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_OctetString m_network; PASN_Integer m_tsapIdentifier; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MulticastAddress_iPAddress // class H245_MulticastAddress_iPAddress : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MulticastAddress_iPAddress, PASN_Sequence); #endif public: H245_MulticastAddress_iPAddress(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_OctetString m_network; PASN_Integer m_tsapIdentifier; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MulticastAddress_iP6Address // class H245_MulticastAddress_iP6Address : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MulticastAddress_iP6Address, PASN_Sequence); #endif public: H245_MulticastAddress_iP6Address(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_OctetString m_network; PASN_Integer m_tsapIdentifier; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ArrayOf_EscrowData // class H245_EscrowData; class H245_ArrayOf_EscrowData : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_EscrowData, PASN_Array); #endif public: H245_ArrayOf_EscrowData(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_EscrowData & operator[](PINDEX i) const; PObject * Clone() const; }; // // OpenLogicalChannelAck_forwardMultiplexAckParameters // class H245_H2250LogicalChannelAckParameters; class H245_OpenLogicalChannelAck_forwardMultiplexAckParameters : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_OpenLogicalChannelAck_forwardMultiplexAckParameters, PASN_Choice); #endif public: H245_OpenLogicalChannelAck_forwardMultiplexAckParameters(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_h2250LogicalChannelAckParameters }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H2250LogicalChannelAckParameters &() const; #else operator H245_H2250LogicalChannelAckParameters &(); operator const H245_H2250LogicalChannelAckParameters &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // OpenLogicalChannelReject_cause // class H245_OpenLogicalChannelReject_cause : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_OpenLogicalChannelReject_cause, PASN_Choice); #endif public: H245_OpenLogicalChannelReject_cause(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_unspecified, e_unsuitableReverseParameters, e_dataTypeNotSupported, e_dataTypeNotAvailable, e_unknownDataType, e_dataTypeALCombinationNotSupported, e_multicastChannelNotAllowed, e_insufficientBandwidth, e_separateStackEstablishmentFailed, e_invalidSessionID, e_masterSlaveConflict, e_waitForCommunicationMode, e_invalidDependentChannel, e_replacementForRejected, e_securityDenied }; BOOL CreateObject(); PObject * Clone() const; }; // // CloseLogicalChannel_source // class H245_CloseLogicalChannel_source : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_CloseLogicalChannel_source, PASN_Choice); #endif public: H245_CloseLogicalChannel_source(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_user, e_lcse }; BOOL CreateObject(); PObject * Clone() const; }; // // CloseLogicalChannel_reason // class H245_CloseLogicalChannel_reason : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_CloseLogicalChannel_reason, PASN_Choice); #endif public: H245_CloseLogicalChannel_reason(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_unknown, e_reopen, e_reservationFailure }; BOOL CreateObject(); PObject * Clone() const; }; // // RequestChannelClose_reason // class H245_RequestChannelClose_reason : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RequestChannelClose_reason, PASN_Choice); #endif public: H245_RequestChannelClose_reason(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_unknown, e_normal, e_reopen, e_reservationFailure }; BOOL CreateObject(); PObject * Clone() const; }; // // RequestChannelCloseReject_cause // class H245_RequestChannelCloseReject_cause : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RequestChannelCloseReject_cause, PASN_Choice); #endif public: H245_RequestChannelCloseReject_cause(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_unspecified }; BOOL CreateObject(); PObject * Clone() const; }; // // ArrayOf_MultiplexEntryDescriptor // class H245_MultiplexEntryDescriptor; class H245_ArrayOf_MultiplexEntryDescriptor : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_MultiplexEntryDescriptor, PASN_Array); #endif public: H245_ArrayOf_MultiplexEntryDescriptor(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_MultiplexEntryDescriptor & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_MultiplexElement // class H245_MultiplexElement; class H245_ArrayOf_MultiplexElement : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_MultiplexElement, PASN_Array); #endif public: H245_ArrayOf_MultiplexElement(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_MultiplexElement & operator[](PINDEX i) const; PObject * Clone() const; }; // // MultiplexElement_type // class H245_ArrayOf_MultiplexElement; class H245_MultiplexElement_type : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultiplexElement_type, PASN_Choice); #endif public: H245_MultiplexElement_type(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_logicalChannelNumber, e_subElementList }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_ArrayOf_MultiplexElement &() const; #else operator H245_ArrayOf_MultiplexElement &(); operator const H245_ArrayOf_MultiplexElement &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // MultiplexElement_repeatCount // class H245_MultiplexElement_repeatCount : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultiplexElement_repeatCount, PASN_Choice); #endif public: H245_MultiplexElement_repeatCount(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_finite, e_untilClosingFlag }; BOOL CreateObject(); PObject * Clone() const; }; // // ArrayOf_MultiplexTableEntryNumber // class H245_MultiplexTableEntryNumber; class H245_ArrayOf_MultiplexTableEntryNumber : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_MultiplexTableEntryNumber, PASN_Array); #endif public: H245_ArrayOf_MultiplexTableEntryNumber(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_MultiplexTableEntryNumber & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_MultiplexEntryRejectionDescriptions // class H245_MultiplexEntryRejectionDescriptions; class H245_ArrayOf_MultiplexEntryRejectionDescriptions : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_MultiplexEntryRejectionDescriptions, PASN_Array); #endif public: H245_ArrayOf_MultiplexEntryRejectionDescriptions(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_MultiplexEntryRejectionDescriptions & operator[](PINDEX i) const; PObject * Clone() const; }; // // MultiplexEntryRejectionDescriptions_cause // class H245_MultiplexEntryRejectionDescriptions_cause : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultiplexEntryRejectionDescriptions_cause, PASN_Choice); #endif public: H245_MultiplexEntryRejectionDescriptions_cause(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_unspecifiedCause, e_descriptorTooComplex }; BOOL CreateObject(); PObject * Clone() const; }; // // ArrayOf_RequestMultiplexEntryRejectionDescriptions // class H245_RequestMultiplexEntryRejectionDescriptions; class H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions, PASN_Array); #endif public: H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_RequestMultiplexEntryRejectionDescriptions & operator[](PINDEX i) const; PObject * Clone() const; }; // // RequestMultiplexEntryRejectionDescriptions_cause // class H245_RequestMultiplexEntryRejectionDescriptions_cause : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RequestMultiplexEntryRejectionDescriptions_cause, PASN_Choice); #endif public: H245_RequestMultiplexEntryRejectionDescriptions_cause(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_unspecifiedCause }; BOOL CreateObject(); PObject * Clone() const; }; // // ArrayOf_ModeDescription // class H245_ModeDescription; class H245_ArrayOf_ModeDescription : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_ModeDescription, PASN_Array); #endif public: H245_ArrayOf_ModeDescription(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_ModeDescription & operator[](PINDEX i) const; PObject * Clone() const; }; // // RequestModeAck_response // class H245_RequestModeAck_response : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RequestModeAck_response, PASN_Choice); #endif public: H245_RequestModeAck_response(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_willTransmitMostPreferredMode, e_willTransmitLessPreferredMode }; BOOL CreateObject(); PObject * Clone() const; }; // // RequestModeReject_cause // class H245_RequestModeReject_cause : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RequestModeReject_cause, PASN_Choice); #endif public: H245_RequestModeReject_cause(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_modeUnavailable, e_multipointConstraint, e_requestDenied }; BOOL CreateObject(); PObject * Clone() const; }; // // H235Mode_mediaMode // class H245_NonStandardParameter; class H245_VideoMode; class H245_AudioMode; class H245_DataMode; class H245_H235Mode_mediaMode : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H235Mode_mediaMode, PASN_Choice); #endif public: H245_H235Mode_mediaMode(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandard, e_videoMode, e_audioMode, e_dataMode }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardParameter &() const; #else operator H245_NonStandardParameter &(); operator const H245_NonStandardParameter &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_VideoMode &() const; #else operator H245_VideoMode &(); operator const H245_VideoMode &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_AudioMode &() const; #else operator H245_AudioMode &(); operator const H245_AudioMode &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_DataMode &() const; #else operator H245_DataMode &(); operator const H245_DataMode &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ArrayOf_RedundancyEncodingDTModeElement // class H245_RedundancyEncodingDTModeElement; class H245_ArrayOf_RedundancyEncodingDTModeElement : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_RedundancyEncodingDTModeElement, PASN_Array); #endif public: H245_ArrayOf_RedundancyEncodingDTModeElement(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_RedundancyEncodingDTModeElement & operator[](PINDEX i) const; PObject * Clone() const; }; // // RedundancyEncodingDTModeElement_type // class H245_NonStandardParameter; class H245_VideoMode; class H245_AudioMode; class H245_DataMode; class H245_EncryptionMode; class H245_H235Mode; class H245_FECMode; class H245_RedundancyEncodingDTModeElement_type : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RedundancyEncodingDTModeElement_type, PASN_Choice); #endif public: H245_RedundancyEncodingDTModeElement_type(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandard, e_videoMode, e_audioMode, e_dataMode, e_encryptionMode, e_h235Mode, e_fecMode }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardParameter &() const; #else operator H245_NonStandardParameter &(); operator const H245_NonStandardParameter &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_VideoMode &() const; #else operator H245_VideoMode &(); operator const H245_VideoMode &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_AudioMode &() const; #else operator H245_AudioMode &(); operator const H245_AudioMode &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_DataMode &() const; #else operator H245_DataMode &(); operator const H245_DataMode &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_EncryptionMode &() const; #else operator H245_EncryptionMode &(); operator const H245_EncryptionMode &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H235Mode &() const; #else operator H245_H235Mode &(); operator const H245_H235Mode &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_FECMode &() const; #else operator H245_FECMode &(); operator const H245_FECMode &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ArrayOf_MultiplePayloadStreamElementMode // class H245_MultiplePayloadStreamElementMode; class H245_ArrayOf_MultiplePayloadStreamElementMode : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_MultiplePayloadStreamElementMode, PASN_Array); #endif public: H245_ArrayOf_MultiplePayloadStreamElementMode(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_MultiplePayloadStreamElementMode & operator[](PINDEX i) const; PObject * Clone() const; }; // // FECMode_rfc2733Format // class H245_MaxRedundancy; class H245_FECMode_rfc2733Format : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_FECMode_rfc2733Format, PASN_Choice); #endif public: H245_FECMode_rfc2733Format(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_rfc2733rfc2198, e_rfc2733sameport, e_rfc2733diffport }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MaxRedundancy &() const; #else operator H245_MaxRedundancy &(); operator const H245_MaxRedundancy &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // H223ModeParameters_adaptationLayerType // class H245_NonStandardParameter; class H245_H223ModeParameters_adaptationLayerType_al3; class H245_H223AL1MParameters; class H245_H223AL2MParameters; class H245_H223AL3MParameters; class H245_H223ModeParameters_adaptationLayerType : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H223ModeParameters_adaptationLayerType, PASN_Choice); #endif public: H245_H223ModeParameters_adaptationLayerType(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandard, e_al1Framed, e_al1NotFramed, e_al2WithoutSequenceNumbers, e_al2WithSequenceNumbers, e_al3, e_al1M, e_al2M, e_al3M }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardParameter &() const; #else operator H245_NonStandardParameter &(); operator const H245_NonStandardParameter &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H223ModeParameters_adaptationLayerType_al3 &() const; #else operator H245_H223ModeParameters_adaptationLayerType_al3 &(); operator const H245_H223ModeParameters_adaptationLayerType_al3 &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H223AL1MParameters &() const; #else operator H245_H223AL1MParameters &(); operator const H245_H223AL1MParameters &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H223AL2MParameters &() const; #else operator H245_H223AL2MParameters &(); operator const H245_H223AL2MParameters &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H223AL3MParameters &() const; #else operator H245_H223AL3MParameters &(); operator const H245_H223AL3MParameters &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // RedundancyEncodingMode_secondaryEncoding // class H245_NonStandardParameter; class H245_AudioMode; class H245_RedundancyEncodingMode_secondaryEncoding : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RedundancyEncodingMode_secondaryEncoding, PASN_Choice); #endif public: H245_RedundancyEncodingMode_secondaryEncoding(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandard, e_audioData }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardParameter &() const; #else operator H245_NonStandardParameter &(); operator const H245_NonStandardParameter &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_AudioMode &() const; #else operator H245_AudioMode &(); operator const H245_AudioMode &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // H261VideoMode_resolution // class H245_H261VideoMode_resolution : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H261VideoMode_resolution, PASN_Choice); #endif public: H245_H261VideoMode_resolution(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_qcif, e_cif }; BOOL CreateObject(); PObject * Clone() const; }; // // H262VideoMode_profileAndLevel // class H245_H262VideoMode_profileAndLevel : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H262VideoMode_profileAndLevel, PASN_Choice); #endif public: H245_H262VideoMode_profileAndLevel(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_profileAndLevel_SPatML, e_profileAndLevel_MPatLL, e_profileAndLevel_MPatML, e_profileAndLevel_MPatH_14, e_profileAndLevel_MPatHL, e_profileAndLevel_SNRatLL, e_profileAndLevel_SNRatML, e_profileAndLevel_SpatialatH_14, e_profileAndLevel_HPatML, e_profileAndLevel_HPatH_14, e_profileAndLevel_HPatHL }; BOOL CreateObject(); PObject * Clone() const; }; // // H263VideoMode_resolution // class H245_H263VideoMode_resolution : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H263VideoMode_resolution, PASN_Choice); #endif public: H245_H263VideoMode_resolution(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_sqcif, e_qcif, e_cif, e_cif4, e_cif16, e_custom }; BOOL CreateObject(); PObject * Clone() const; }; // // AudioMode_g7231 // class H245_AudioMode_g7231 : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_AudioMode_g7231, PASN_Choice); #endif public: H245_AudioMode_g7231(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_noSilenceSuppressionLowRate, e_noSilenceSuppressionHighRate, e_silenceSuppressionLowRate, e_silenceSuppressionHighRate }; BOOL CreateObject(); PObject * Clone() const; }; // // IS11172AudioMode_audioLayer // class H245_IS11172AudioMode_audioLayer : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_IS11172AudioMode_audioLayer, PASN_Choice); #endif public: H245_IS11172AudioMode_audioLayer(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_audioLayer1, e_audioLayer2, e_audioLayer3 }; BOOL CreateObject(); PObject * Clone() const; }; // // IS11172AudioMode_audioSampling // class H245_IS11172AudioMode_audioSampling : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_IS11172AudioMode_audioSampling, PASN_Choice); #endif public: H245_IS11172AudioMode_audioSampling(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_audioSampling32k, e_audioSampling44k1, e_audioSampling48k }; BOOL CreateObject(); PObject * Clone() const; }; // // IS11172AudioMode_multichannelType // class H245_IS11172AudioMode_multichannelType : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_IS11172AudioMode_multichannelType, PASN_Choice); #endif public: H245_IS11172AudioMode_multichannelType(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_singleChannel, e_twoChannelStereo, e_twoChannelDual }; BOOL CreateObject(); PObject * Clone() const; }; // // IS13818AudioMode_audioLayer // class H245_IS13818AudioMode_audioLayer : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_IS13818AudioMode_audioLayer, PASN_Choice); #endif public: H245_IS13818AudioMode_audioLayer(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_audioLayer1, e_audioLayer2, e_audioLayer3 }; BOOL CreateObject(); PObject * Clone() const; }; // // IS13818AudioMode_audioSampling // class H245_IS13818AudioMode_audioSampling : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_IS13818AudioMode_audioSampling, PASN_Choice); #endif public: H245_IS13818AudioMode_audioSampling(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_audioSampling16k, e_audioSampling22k05, e_audioSampling24k, e_audioSampling32k, e_audioSampling44k1, e_audioSampling48k }; BOOL CreateObject(); PObject * Clone() const; }; // // IS13818AudioMode_multichannelType // class H245_IS13818AudioMode_multichannelType : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_IS13818AudioMode_multichannelType, PASN_Choice); #endif public: H245_IS13818AudioMode_multichannelType(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_singleChannel, e_twoChannelStereo, e_twoChannelDual, e_threeChannels2_1, e_threeChannels3_0, e_fourChannels2_0_2_0, e_fourChannels2_2, e_fourChannels3_1, e_fiveChannels3_0_2_0, e_fiveChannels3_2 }; BOOL CreateObject(); PObject * Clone() const; }; // // G7231AnnexCMode_g723AnnexCAudioMode // class H245_G7231AnnexCMode_g723AnnexCAudioMode : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_G7231AnnexCMode_g723AnnexCAudioMode, PASN_Sequence); #endif public: H245_G7231AnnexCMode_g723AnnexCAudioMode(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_highRateMode0; PASN_Integer m_highRateMode1; PASN_Integer m_lowRateMode0; PASN_Integer m_lowRateMode1; PASN_Integer m_sidMode0; PASN_Integer m_sidMode1; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // DataMode_application // class H245_NonStandardParameter; class H245_DataProtocolCapability; class H245_DataMode_application_nlpid; class H245_DataMode_application_t38fax; class H245_GenericCapability; class H245_DataMode_application : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_DataMode_application, PASN_Choice); #endif public: H245_DataMode_application(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandard, e_t120, e_dsm_cc, e_userData, e_t84, e_t434, e_h224, e_nlpid, e_dsvdControl, e_h222DataPartitioning, e_t30fax, e_t140, e_t38fax, e_genericDataMode }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardParameter &() const; #else operator H245_NonStandardParameter &(); operator const H245_NonStandardParameter &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_DataProtocolCapability &() const; #else operator H245_DataProtocolCapability &(); operator const H245_DataProtocolCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_DataMode_application_nlpid &() const; #else operator H245_DataMode_application_nlpid &(); operator const H245_DataMode_application_nlpid &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_DataMode_application_t38fax &() const; #else operator H245_DataMode_application_t38fax &(); operator const H245_DataMode_application_t38fax &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_GenericCapability &() const; #else operator H245_GenericCapability &(); operator const H245_GenericCapability &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // MaintenanceLoopRequest_type // class H245_LogicalChannelNumber; class H245_MaintenanceLoopRequest_type : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MaintenanceLoopRequest_type, PASN_Choice); #endif public: H245_MaintenanceLoopRequest_type(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_systemLoop, e_mediaLoop, e_logicalChannelLoop }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_LogicalChannelNumber &() const; #else operator H245_LogicalChannelNumber &(); operator const H245_LogicalChannelNumber &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // MaintenanceLoopAck_type // class H245_LogicalChannelNumber; class H245_MaintenanceLoopAck_type : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MaintenanceLoopAck_type, PASN_Choice); #endif public: H245_MaintenanceLoopAck_type(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_systemLoop, e_mediaLoop, e_logicalChannelLoop }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_LogicalChannelNumber &() const; #else operator H245_LogicalChannelNumber &(); operator const H245_LogicalChannelNumber &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // MaintenanceLoopReject_type // class H245_LogicalChannelNumber; class H245_MaintenanceLoopReject_type : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MaintenanceLoopReject_type, PASN_Choice); #endif public: H245_MaintenanceLoopReject_type(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_systemLoop, e_mediaLoop, e_logicalChannelLoop }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_LogicalChannelNumber &() const; #else operator H245_LogicalChannelNumber &(); operator const H245_LogicalChannelNumber &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // MaintenanceLoopReject_cause // class H245_MaintenanceLoopReject_cause : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MaintenanceLoopReject_cause, PASN_Choice); #endif public: H245_MaintenanceLoopReject_cause(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_canNotPerformLoop }; BOOL CreateObject(); PObject * Clone() const; }; // // ArrayOf_CommunicationModeTableEntry // class H245_CommunicationModeTableEntry; class H245_ArrayOf_CommunicationModeTableEntry : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_CommunicationModeTableEntry, PASN_Array); #endif public: H245_ArrayOf_CommunicationModeTableEntry(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_CommunicationModeTableEntry & operator[](PINDEX i) const; PObject * Clone() const; }; // // CommunicationModeTableEntry_dataType // class H245_VideoCapability; class H245_AudioCapability; class H245_DataApplicationCapability; class H245_CommunicationModeTableEntry_dataType : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_CommunicationModeTableEntry_dataType, PASN_Choice); #endif public: H245_CommunicationModeTableEntry_dataType(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_videoData, e_audioData, e_data }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_VideoCapability &() const; #else operator H245_VideoCapability &(); operator const H245_VideoCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_AudioCapability &() const; #else operator H245_AudioCapability &(); operator const H245_AudioCapability &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_DataApplicationCapability &() const; #else operator H245_DataApplicationCapability &(); operator const H245_DataApplicationCapability &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ArrayOf_TerminalLabel // class H245_TerminalLabel; class H245_ArrayOf_TerminalLabel : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_TerminalLabel, PASN_Array); #endif public: H245_ArrayOf_TerminalLabel(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_TerminalLabel & operator[](PINDEX i) const; PObject * Clone() const; }; // // ConferenceResponse_makeMeChairResponse // class H245_ConferenceResponse_makeMeChairResponse : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ConferenceResponse_makeMeChairResponse, PASN_Choice); #endif public: H245_ConferenceResponse_makeMeChairResponse(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_grantedChairToken, e_deniedChairToken }; BOOL CreateObject(); PObject * Clone() const; }; // // ConferenceResponse_extensionAddressResponse // class H245_ConferenceResponse_extensionAddressResponse : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ConferenceResponse_extensionAddressResponse, PASN_Sequence); #endif public: H245_ConferenceResponse_extensionAddressResponse(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_TerminalID m_extensionAddress; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConferenceResponse_broadcastMyLogicalChannelResponse // class H245_ConferenceResponse_broadcastMyLogicalChannelResponse : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ConferenceResponse_broadcastMyLogicalChannelResponse, PASN_Choice); #endif public: H245_ConferenceResponse_broadcastMyLogicalChannelResponse(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_grantedBroadcastMyLogicalChannel, e_deniedBroadcastMyLogicalChannel }; BOOL CreateObject(); PObject * Clone() const; }; // // ConferenceResponse_makeTerminalBroadcasterResponse // class H245_ConferenceResponse_makeTerminalBroadcasterResponse : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ConferenceResponse_makeTerminalBroadcasterResponse, PASN_Choice); #endif public: H245_ConferenceResponse_makeTerminalBroadcasterResponse(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_grantedMakeTerminalBroadcaster, e_deniedMakeTerminalBroadcaster }; BOOL CreateObject(); PObject * Clone() const; }; // // ConferenceResponse_sendThisSourceResponse // class H245_ConferenceResponse_sendThisSourceResponse : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ConferenceResponse_sendThisSourceResponse, PASN_Choice); #endif public: H245_ConferenceResponse_sendThisSourceResponse(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_grantedSendThisSource, e_deniedSendThisSource }; BOOL CreateObject(); PObject * Clone() const; }; // // ArrayOf_TerminalInformation // class H245_TerminalInformation; class H245_ArrayOf_TerminalInformation : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_TerminalInformation, PASN_Array); #endif public: H245_ArrayOf_TerminalInformation(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_TerminalInformation & operator[](PINDEX i) const; PObject * Clone() const; }; // // RemoteMCResponse_reject // class H245_RemoteMCResponse_reject : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RemoteMCResponse_reject, PASN_Choice); #endif public: H245_RemoteMCResponse_reject(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_unspecified, e_functionNotSupported }; BOOL CreateObject(); PObject * Clone() const; }; // // MultilinkRequest_callInformation // class H245_MultilinkRequest_callInformation : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultilinkRequest_callInformation, PASN_Sequence); #endif public: H245_MultilinkRequest_callInformation(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_maxNumberOfAdditionalConnections; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MultilinkRequest_addConnection // class H245_MultilinkRequest_addConnection : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultilinkRequest_addConnection, PASN_Sequence); #endif public: H245_MultilinkRequest_addConnection(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_SequenceNumber m_sequenceNumber; H245_DialingInformation m_dialingInformation; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MultilinkRequest_removeConnection // class H245_MultilinkRequest_removeConnection : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultilinkRequest_removeConnection, PASN_Sequence); #endif public: H245_MultilinkRequest_removeConnection(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_ConnectionIdentifier m_connectionIdentifier; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MultilinkResponse_callInformation // class H245_MultilinkResponse_callInformation : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultilinkResponse_callInformation, PASN_Sequence); #endif public: H245_MultilinkResponse_callInformation(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_DialingInformation m_dialingInformation; PASN_Integer m_callAssociationNumber; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MultilinkResponse_removeConnection // class H245_MultilinkResponse_removeConnection : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultilinkResponse_removeConnection, PASN_Sequence); #endif public: H245_MultilinkResponse_removeConnection(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_ConnectionIdentifier m_connectionIdentifier; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MultilinkResponse_maximumHeaderInterval // class H245_MultilinkResponse_maximumHeaderInterval : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultilinkResponse_maximumHeaderInterval, PASN_Sequence); #endif public: H245_MultilinkResponse_maximumHeaderInterval(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_currentInterval; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MultilinkIndication_crcDesired // class H245_MultilinkIndication_crcDesired : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultilinkIndication_crcDesired, PASN_Sequence); #endif public: H245_MultilinkIndication_crcDesired(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif PObject * Clone() const; }; // // MultilinkIndication_excessiveError // class H245_MultilinkIndication_excessiveError : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultilinkIndication_excessiveError, PASN_Sequence); #endif public: H245_MultilinkIndication_excessiveError(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_ConnectionIdentifier m_connectionIdentifier; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ArrayOf_DialingInformationNumber // class H245_DialingInformationNumber; class H245_ArrayOf_DialingInformationNumber : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_DialingInformationNumber, PASN_Array); #endif public: H245_ArrayOf_DialingInformationNumber(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_DialingInformationNumber & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_DialingInformationNetworkType // class H245_DialingInformationNetworkType; class H245_ArrayOf_DialingInformationNetworkType : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_DialingInformationNetworkType, PASN_Array); #endif public: H245_ArrayOf_DialingInformationNetworkType(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_DialingInformationNetworkType & operator[](PINDEX i) const; PObject * Clone() const; }; // // FlowControlCommand_scope // class H245_LogicalChannelNumber; class H245_FlowControlCommand_scope : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_FlowControlCommand_scope, PASN_Choice); #endif public: H245_FlowControlCommand_scope(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_logicalChannelNumber, e_resourceID, e_wholeMultiplex }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_LogicalChannelNumber &() const; #else operator H245_LogicalChannelNumber &(); operator const H245_LogicalChannelNumber &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // FlowControlCommand_restriction // class H245_FlowControlCommand_restriction : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_FlowControlCommand_restriction, PASN_Choice); #endif public: H245_FlowControlCommand_restriction(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_maximumBitRate, e_noRestriction }; BOOL CreateObject(); PObject * Clone() const; }; // // EndSessionCommand_gstnOptions // class H245_EndSessionCommand_gstnOptions : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_EndSessionCommand_gstnOptions, PASN_Choice); #endif public: H245_EndSessionCommand_gstnOptions(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_telephonyMode, e_v8bis, e_v34DSVD, e_v34DuplexFAX, e_v34H324 }; BOOL CreateObject(); PObject * Clone() const; }; // // EndSessionCommand_isdnOptions // class H245_EndSessionCommand_isdnOptions : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_EndSessionCommand_isdnOptions, PASN_Choice); #endif public: H245_EndSessionCommand_isdnOptions(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_telephonyMode, e_v140, e_terminalOnHold }; BOOL CreateObject(); PObject * Clone() const; }; // // MiscellaneousCommand_type // class H245_MiscellaneousCommand_type_videoFastUpdateGOB; class H245_MiscellaneousCommand_type_videoFastUpdateMB; class H245_EncryptionSync; class H245_EncryptionUpdateRequest; class H245_MiscellaneousCommand_type_progressiveRefinementStart; class H245_MiscellaneousCommand_type_videoBadMBs; class H245_ArrayOf_PictureReference; class H245_MiscellaneousCommand_type_lostPartialPicture; class H245_MiscellaneousCommand_type_encryptionUpdateCommand; class H245_MiscellaneousCommand_type_encryptionUpdateAck; class H245_MiscellaneousCommand_type : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MiscellaneousCommand_type, PASN_Choice); #endif public: H245_MiscellaneousCommand_type(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_equaliseDelay, e_zeroDelay, e_multipointModeCommand, e_cancelMultipointModeCommand, e_videoFreezePicture, e_videoFastUpdatePicture, e_videoFastUpdateGOB, e_videoTemporalSpatialTradeOff, e_videoSendSyncEveryGOB, e_videoSendSyncEveryGOBCancel, e_videoFastUpdateMB, e_maxH223MUXPDUsize, e_encryptionUpdate, e_encryptionUpdateRequest, e_switchReceiveMediaOff, e_switchReceiveMediaOn, e_progressiveRefinementStart, e_progressiveRefinementAbortOne, e_progressiveRefinementAbortContinuous, e_videoBadMBs, e_lostPicture, e_lostPartialPicture, e_recoveryReferencePicture, e_encryptionUpdateCommand, e_encryptionUpdateAck }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MiscellaneousCommand_type_videoFastUpdateGOB &() const; #else operator H245_MiscellaneousCommand_type_videoFastUpdateGOB &(); operator const H245_MiscellaneousCommand_type_videoFastUpdateGOB &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MiscellaneousCommand_type_videoFastUpdateMB &() const; #else operator H245_MiscellaneousCommand_type_videoFastUpdateMB &(); operator const H245_MiscellaneousCommand_type_videoFastUpdateMB &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_EncryptionSync &() const; #else operator H245_EncryptionSync &(); operator const H245_EncryptionSync &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_EncryptionUpdateRequest &() const; #else operator H245_EncryptionUpdateRequest &(); operator const H245_EncryptionUpdateRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MiscellaneousCommand_type_progressiveRefinementStart &() const; #else operator H245_MiscellaneousCommand_type_progressiveRefinementStart &(); operator const H245_MiscellaneousCommand_type_progressiveRefinementStart &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MiscellaneousCommand_type_videoBadMBs &() const; #else operator H245_MiscellaneousCommand_type_videoBadMBs &(); operator const H245_MiscellaneousCommand_type_videoBadMBs &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_ArrayOf_PictureReference &() const; #else operator H245_ArrayOf_PictureReference &(); operator const H245_ArrayOf_PictureReference &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MiscellaneousCommand_type_lostPartialPicture &() const; #else operator H245_MiscellaneousCommand_type_lostPartialPicture &(); operator const H245_MiscellaneousCommand_type_lostPartialPicture &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MiscellaneousCommand_type_encryptionUpdateCommand &() const; #else operator H245_MiscellaneousCommand_type_encryptionUpdateCommand &(); operator const H245_MiscellaneousCommand_type_encryptionUpdateCommand &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MiscellaneousCommand_type_encryptionUpdateAck &() const; #else operator H245_MiscellaneousCommand_type_encryptionUpdateAck &(); operator const H245_MiscellaneousCommand_type_encryptionUpdateAck &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // H223MultiplexReconfiguration_h223ModeChange // class H245_H223MultiplexReconfiguration_h223ModeChange : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H223MultiplexReconfiguration_h223ModeChange, PASN_Choice); #endif public: H245_H223MultiplexReconfiguration_h223ModeChange(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_toLevel0, e_toLevel1, e_toLevel2, e_toLevel2withOptionalHeader }; BOOL CreateObject(); PObject * Clone() const; }; // // H223MultiplexReconfiguration_h223AnnexADoubleFlag // class H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag, PASN_Choice); #endif public: H245_H223MultiplexReconfiguration_h223AnnexADoubleFlag(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_start, e_stop }; BOOL CreateObject(); PObject * Clone() const; }; // // NewATMVCCommand_aal // class H245_NewATMVCCommand_aal_aal1; class H245_NewATMVCCommand_aal_aal5; class H245_NewATMVCCommand_aal : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_NewATMVCCommand_aal, PASN_Choice); #endif public: H245_NewATMVCCommand_aal(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_aal1, e_aal5 }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NewATMVCCommand_aal_aal1 &() const; #else operator H245_NewATMVCCommand_aal_aal1 &(); operator const H245_NewATMVCCommand_aal_aal1 &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NewATMVCCommand_aal_aal5 &() const; #else operator H245_NewATMVCCommand_aal_aal5 &(); operator const H245_NewATMVCCommand_aal_aal5 &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // NewATMVCCommand_multiplex // class H245_NewATMVCCommand_multiplex : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_NewATMVCCommand_multiplex, PASN_Choice); #endif public: H245_NewATMVCCommand_multiplex(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_noMultiplex, e_transportStream, e_programStream }; BOOL CreateObject(); PObject * Clone() const; }; // // MobileMultilinkReconfigurationCommand_status // class H245_MobileMultilinkReconfigurationCommand_status : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MobileMultilinkReconfigurationCommand_status, PASN_Choice); #endif public: H245_MobileMultilinkReconfigurationCommand_status(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_synchronized, e_reconfiguration }; BOOL CreateObject(); PObject * Clone() const; }; // // FunctionNotSupported_cause // class H245_FunctionNotSupported_cause : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_FunctionNotSupported_cause, PASN_Choice); #endif public: H245_FunctionNotSupported_cause(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_syntaxError, e_semanticError, e_unknownFunction }; BOOL CreateObject(); PObject * Clone() const; }; // // MiscellaneousIndication_type // class H245_MiscellaneousIndication_type_videoNotDecodedMBs; class H245_TransportCapability; class H245_MiscellaneousIndication_type : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MiscellaneousIndication_type, PASN_Choice); #endif public: H245_MiscellaneousIndication_type(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_logicalChannelActive, e_logicalChannelInactive, e_multipointConference, e_cancelMultipointConference, e_multipointZeroComm, e_cancelMultipointZeroComm, e_multipointSecondaryStatus, e_cancelMultipointSecondaryStatus, e_videoIndicateReadyToActivate, e_videoTemporalSpatialTradeOff, e_videoNotDecodedMBs, e_transportCapability }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MiscellaneousIndication_type_videoNotDecodedMBs &() const; #else operator H245_MiscellaneousIndication_type_videoNotDecodedMBs &(); operator const H245_MiscellaneousIndication_type_videoNotDecodedMBs &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_TransportCapability &() const; #else operator H245_TransportCapability &(); operator const H245_TransportCapability &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // JitterIndication_scope // class H245_LogicalChannelNumber; class H245_JitterIndication_scope : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_JitterIndication_scope, PASN_Choice); #endif public: H245_JitterIndication_scope(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_logicalChannelNumber, e_resourceID, e_wholeMultiplex }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_LogicalChannelNumber &() const; #else operator H245_LogicalChannelNumber &(); operator const H245_LogicalChannelNumber &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // NewATMVCIndication_aal // class H245_NewATMVCIndication_aal_aal1; class H245_NewATMVCIndication_aal_aal5; class H245_NewATMVCIndication_aal : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_NewATMVCIndication_aal, PASN_Choice); #endif public: H245_NewATMVCIndication_aal(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_aal1, e_aal5 }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NewATMVCIndication_aal_aal1 &() const; #else operator H245_NewATMVCIndication_aal_aal1 &(); operator const H245_NewATMVCIndication_aal_aal1 &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NewATMVCIndication_aal_aal5 &() const; #else operator H245_NewATMVCIndication_aal_aal5 &(); operator const H245_NewATMVCIndication_aal_aal5 &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // NewATMVCIndication_multiplex // class H245_NewATMVCIndication_multiplex : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_NewATMVCIndication_multiplex, PASN_Choice); #endif public: H245_NewATMVCIndication_multiplex(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_noMultiplex, e_transportStream, e_programStream }; BOOL CreateObject(); PObject * Clone() const; }; // // UserInputIndication_userInputSupportIndication // class H245_NonStandardParameter; class H245_UserInputIndication_userInputSupportIndication : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_UserInputIndication_userInputSupportIndication, PASN_Choice); #endif public: H245_UserInputIndication_userInputSupportIndication(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nonStandard, e_basicString, e_iA5String, e_generalString, e_encryptedBasicString, e_encryptedIA5String, e_encryptedGeneralString }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_NonStandardParameter &() const; #else operator H245_NonStandardParameter &(); operator const H245_NonStandardParameter &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // UserInputIndication_encryptedAlphanumeric // class H245_UserInputIndication_encryptedAlphanumeric : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_UserInputIndication_encryptedAlphanumeric, PASN_Sequence); #endif public: H245_UserInputIndication_encryptedAlphanumeric(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_paramS }; PASN_ObjectId m_algorithmOID; H245_Params m_paramS; PASN_OctetString m_encrypted; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // FlowControlIndication_scope // class H245_LogicalChannelNumber; class H245_FlowControlIndication_scope : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_FlowControlIndication_scope, PASN_Choice); #endif public: H245_FlowControlIndication_scope(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_logicalChannelNumber, e_resourceID, e_wholeMultiplex }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_LogicalChannelNumber &() const; #else operator H245_LogicalChannelNumber &(); operator const H245_LogicalChannelNumber &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // FlowControlIndication_restriction // class H245_FlowControlIndication_restriction : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_FlowControlIndication_restriction, PASN_Choice); #endif public: H245_FlowControlIndication_restriction(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_maximumBitRate, e_noRestriction }; BOOL CreateObject(); PObject * Clone() const; }; // // TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded // class H245_CapabilityTableEntryNumber; class H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded, PASN_Choice); #endif public: H245_TerminalCapabilitySetReject_cause_tableEntryCapacityExceeded(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_highestEntryNumberProcessed, e_noneProcessed }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_CapabilityTableEntryNumber &() const; #else operator H245_CapabilityTableEntryNumber &(); operator const H245_CapabilityTableEntryNumber &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // VCCapability_availableBitRates_type // class H245_VCCapability_availableBitRates_type_rangeOfBitRates; class H245_VCCapability_availableBitRates_type : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_VCCapability_availableBitRates_type, PASN_Choice); #endif public: H245_VCCapability_availableBitRates_type(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_singleBitRate, e_rangeOfBitRates }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_VCCapability_availableBitRates_type_rangeOfBitRates &() const; #else operator H245_VCCapability_availableBitRates_type_rangeOfBitRates &(); operator const H245_VCCapability_availableBitRates_type_rangeOfBitRates &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ArrayOf_Q2931Address // class H245_Q2931Address; class H245_ArrayOf_Q2931Address : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_Q2931Address, PASN_Array); #endif public: H245_ArrayOf_Q2931Address(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_Q2931Address & operator[](PINDEX i) const; PObject * Clone() const; }; // // H223Capability_h223MultiplexTableCapability_enhanced // class H245_H223Capability_h223MultiplexTableCapability_enhanced : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H223Capability_h223MultiplexTableCapability_enhanced, PASN_Sequence); #endif public: H245_H223Capability_h223MultiplexTableCapability_enhanced(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_maximumNestingDepth; PASN_Integer m_maximumElementListSize; PASN_Integer m_maximumSubElementListSize; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ArrayOf_RTPH263VideoRedundancyFrameMapping // class H245_RTPH263VideoRedundancyFrameMapping; class H245_ArrayOf_RTPH263VideoRedundancyFrameMapping : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_RTPH263VideoRedundancyFrameMapping, PASN_Array); #endif public: H245_ArrayOf_RTPH263VideoRedundancyFrameMapping(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_RTPH263VideoRedundancyFrameMapping & operator[](PINDEX i) const; PObject * Clone() const; }; // // RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters // class H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters, PASN_Sequence); #endif public: H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_mpuHorizMBs; PASN_Integer m_mpuVertMBs; PASN_Integer m_mpuTotalNumber; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CustomPictureFormat_mPI_customPCF // class H245_CustomPictureFormat_mPI_customPCF_subtype; class H245_CustomPictureFormat_mPI_customPCF : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_CustomPictureFormat_mPI_customPCF, PASN_Array); #endif public: H245_CustomPictureFormat_mPI_customPCF(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_CustomPictureFormat_mPI_customPCF_subtype & operator[](PINDEX i) const; PObject * Clone() const; }; // // CustomPictureFormat_pixelAspectInformation_pixelAspectCode // class H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode, PASN_Array); #endif public: H245_CustomPictureFormat_pixelAspectInformation_pixelAspectCode(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; PASN_Integer & operator[](PINDEX i) const; PObject * Clone() const; }; // // CustomPictureFormat_pixelAspectInformation_extendedPAR // class H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype; class H245_CustomPictureFormat_pixelAspectInformation_extendedPAR : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_CustomPictureFormat_pixelAspectInformation_extendedPAR, PASN_Array); #endif public: H245_CustomPictureFormat_pixelAspectInformation_extendedPAR(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype & operator[](PINDEX i) const; PObject * Clone() const; }; // // DataApplicationCapability_application_t84 // class H245_DataApplicationCapability_application_t84 : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_DataApplicationCapability_application_t84, PASN_Sequence); #endif public: H245_DataApplicationCapability_application_t84(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_DataProtocolCapability m_t84Protocol; H245_T84Profile m_t84Profile; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // DataApplicationCapability_application_nlpid // class H245_DataApplicationCapability_application_nlpid : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_DataApplicationCapability_application_nlpid, PASN_Sequence); #endif public: H245_DataApplicationCapability_application_nlpid(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_DataProtocolCapability m_nlpidProtocol; PASN_OctetString m_nlpidData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // DepFECCapability_rfc2733_separateStream // class H245_DepFECCapability_rfc2733_separateStream : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_DepFECCapability_rfc2733_separateStream, PASN_Sequence); #endif public: H245_DepFECCapability_rfc2733_separateStream(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Boolean m_separatePort; PASN_Boolean m_samePort; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters // class H245_H222LogicalChannelParameters; class H245_H223LogicalChannelParameters; class H245_V76LogicalChannelParameters; class H245_H2250LogicalChannelParameters; class H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters, PASN_Choice); #endif public: H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_h222LogicalChannelParameters, e_h223LogicalChannelParameters, e_v76LogicalChannelParameters, e_h2250LogicalChannelParameters, e_none }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H222LogicalChannelParameters &() const; #else operator H245_H222LogicalChannelParameters &(); operator const H245_H222LogicalChannelParameters &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H223LogicalChannelParameters &() const; #else operator H245_H223LogicalChannelParameters &(); operator const H245_H223LogicalChannelParameters &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_V76LogicalChannelParameters &() const; #else operator H245_V76LogicalChannelParameters &(); operator const H245_V76LogicalChannelParameters &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H2250LogicalChannelParameters &() const; #else operator H245_H2250LogicalChannelParameters &(); operator const H245_H2250LogicalChannelParameters &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters // class H245_H223LogicalChannelParameters; class H245_V76LogicalChannelParameters; class H245_H2250LogicalChannelParameters; class H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters, PASN_Choice); #endif public: H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_h223LogicalChannelParameters, e_v76LogicalChannelParameters, e_h2250LogicalChannelParameters }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H223LogicalChannelParameters &() const; #else operator H245_H223LogicalChannelParameters &(); operator const H245_H223LogicalChannelParameters &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_V76LogicalChannelParameters &() const; #else operator H245_V76LogicalChannelParameters &(); operator const H245_V76LogicalChannelParameters &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H2250LogicalChannelParameters &() const; #else operator H245_H2250LogicalChannelParameters &(); operator const H245_H2250LogicalChannelParameters &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // H223LogicalChannelParameters_adaptationLayerType_al3 // class H245_H223LogicalChannelParameters_adaptationLayerType_al3 : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H223LogicalChannelParameters_adaptationLayerType_al3, PASN_Sequence); #endif public: H245_H223LogicalChannelParameters_adaptationLayerType_al3(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_controlFieldOctets; PASN_Integer m_sendBufferSize; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ArrayOf_RedundancyEncodingElement // class H245_RedundancyEncodingElement; class H245_ArrayOf_RedundancyEncodingElement : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_RedundancyEncodingElement, PASN_Array); #endif public: H245_ArrayOf_RedundancyEncodingElement(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_RedundancyEncodingElement & operator[](PINDEX i) const; PObject * Clone() const; }; // // DepFECData_rfc2733_mode // class H245_DepFECData_rfc2733_mode_separateStream; class H245_DepFECData_rfc2733_mode : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_DepFECData_rfc2733_mode, PASN_Choice); #endif public: H245_DepFECData_rfc2733_mode(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_redundancyEncoding, e_separateStream }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_DepFECData_rfc2733_mode_separateStream &() const; #else operator H245_DepFECData_rfc2733_mode_separateStream &(); operator const H245_DepFECData_rfc2733_mode_separateStream &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // FECData_rfc2733_pktMode // class H245_FECData_rfc2733_pktMode_rfc2733sameport; class H245_FECData_rfc2733_pktMode_rfc2733diffport; class H245_FECData_rfc2733_pktMode : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_FECData_rfc2733_pktMode, PASN_Choice); #endif public: H245_FECData_rfc2733_pktMode(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_rfc2198coding, e_rfc2733sameport, e_rfc2733diffport }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_FECData_rfc2733_pktMode_rfc2733sameport &() const; #else operator H245_FECData_rfc2733_pktMode_rfc2733sameport &(); operator const H245_FECData_rfc2733_pktMode_rfc2733sameport &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_FECData_rfc2733_pktMode_rfc2733diffport &() const; #else operator H245_FECData_rfc2733_pktMode_rfc2733diffport &(); operator const H245_FECData_rfc2733_pktMode_rfc2733diffport &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // UnicastAddress_iPSourceRouteAddress_routing // class H245_UnicastAddress_iPSourceRouteAddress_routing : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_UnicastAddress_iPSourceRouteAddress_routing, PASN_Choice); #endif public: H245_UnicastAddress_iPSourceRouteAddress_routing(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_strict, e_loose }; BOOL CreateObject(); PObject * Clone() const; }; // // UnicastAddress_iPSourceRouteAddress_route // class H245_UnicastAddress_iPSourceRouteAddress_route : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_UnicastAddress_iPSourceRouteAddress_route, PASN_Array); #endif public: H245_UnicastAddress_iPSourceRouteAddress_route(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; PASN_OctetString & operator[](PINDEX i) const; PObject * Clone() const; }; // // OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters // class H245_H222LogicalChannelParameters; class H245_H2250LogicalChannelParameters; class H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters, PASN_Choice); #endif public: H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_h222LogicalChannelParameters, e_h2250LogicalChannelParameters }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H222LogicalChannelParameters &() const; #else operator H245_H222LogicalChannelParameters &(); operator const H245_H222LogicalChannelParameters &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_H2250LogicalChannelParameters &() const; #else operator H245_H2250LogicalChannelParameters &(); operator const H245_H2250LogicalChannelParameters &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // DepFECMode_rfc2733Mode_mode // class H245_DepFECMode_rfc2733Mode_mode_separateStream; class H245_DepFECMode_rfc2733Mode_mode : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_DepFECMode_rfc2733Mode_mode, PASN_Choice); #endif public: H245_DepFECMode_rfc2733Mode_mode(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_redundancyEncoding, e_separateStream }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_DepFECMode_rfc2733Mode_mode_separateStream &() const; #else operator H245_DepFECMode_rfc2733Mode_mode_separateStream &(); operator const H245_DepFECMode_rfc2733Mode_mode_separateStream &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // H223ModeParameters_adaptationLayerType_al3 // class H245_H223ModeParameters_adaptationLayerType_al3 : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H223ModeParameters_adaptationLayerType_al3, PASN_Sequence); #endif public: H245_H223ModeParameters_adaptationLayerType_al3(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_controlFieldOctets; PASN_Integer m_sendBufferSize; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // DataMode_application_nlpid // class H245_DataMode_application_nlpid : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_DataMode_application_nlpid, PASN_Sequence); #endif public: H245_DataMode_application_nlpid(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_DataProtocolCapability m_nlpidProtocol; PASN_OctetString m_nlpidData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MultilinkRequest_maximumHeaderInterval_requestType // class H245_MultilinkRequest_maximumHeaderInterval_requestType : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultilinkRequest_maximumHeaderInterval_requestType, PASN_Choice); #endif public: H245_MultilinkRequest_maximumHeaderInterval_requestType(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_currentIntervalInformation, e_requestedInterval }; BOOL CreateObject(); PObject * Clone() const; }; // // MultilinkResponse_addConnection_responseCode // class H245_MultilinkResponse_addConnection_responseCode_rejected; class H245_MultilinkResponse_addConnection_responseCode : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultilinkResponse_addConnection_responseCode, PASN_Choice); #endif public: H245_MultilinkResponse_addConnection_responseCode(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_accepted, e_rejected }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_MultilinkResponse_addConnection_responseCode_rejected &() const; #else operator H245_MultilinkResponse_addConnection_responseCode_rejected &(); operator const H245_MultilinkResponse_addConnection_responseCode_rejected &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ArrayOf_CapabilityDescriptorNumber // class H245_CapabilityDescriptorNumber; class H245_ArrayOf_CapabilityDescriptorNumber : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_CapabilityDescriptorNumber, PASN_Array); #endif public: H245_ArrayOf_CapabilityDescriptorNumber(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_CapabilityDescriptorNumber & operator[](PINDEX i) const; PObject * Clone() const; }; // // MiscellaneousCommand_type_videoFastUpdateGOB // class H245_MiscellaneousCommand_type_videoFastUpdateGOB : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MiscellaneousCommand_type_videoFastUpdateGOB, PASN_Sequence); #endif public: H245_MiscellaneousCommand_type_videoFastUpdateGOB(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_firstGOB; PASN_Integer m_numberOfGOBs; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MiscellaneousCommand_type_videoFastUpdateMB // class H245_MiscellaneousCommand_type_videoFastUpdateMB : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MiscellaneousCommand_type_videoFastUpdateMB, PASN_Sequence); #endif public: H245_MiscellaneousCommand_type_videoFastUpdateMB(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_firstGOB, e_firstMB }; PASN_Integer m_firstGOB; PASN_Integer m_firstMB; PASN_Integer m_numberOfMBs; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MiscellaneousCommand_type_videoBadMBs // class H245_MiscellaneousCommand_type_videoBadMBs : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MiscellaneousCommand_type_videoBadMBs, PASN_Sequence); #endif public: H245_MiscellaneousCommand_type_videoBadMBs(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_firstMB; PASN_Integer m_numberOfMBs; PASN_Integer m_temporalReference; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ArrayOf_PictureReference // class H245_PictureReference; class H245_ArrayOf_PictureReference : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ArrayOf_PictureReference, PASN_Array); #endif public: H245_ArrayOf_PictureReference(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H245_PictureReference & operator[](PINDEX i) const; PObject * Clone() const; }; // // MiscellaneousCommand_type_lostPartialPicture // class H245_MiscellaneousCommand_type_lostPartialPicture : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MiscellaneousCommand_type_lostPartialPicture, PASN_Sequence); #endif public: H245_MiscellaneousCommand_type_lostPartialPicture(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_PictureReference m_pictureReference; PASN_Integer m_firstMB; PASN_Integer m_numberOfMBs; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MiscellaneousCommand_type_encryptionUpdateAck // class H245_MiscellaneousCommand_type_encryptionUpdateAck : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MiscellaneousCommand_type_encryptionUpdateAck, PASN_Sequence); #endif public: H245_MiscellaneousCommand_type_encryptionUpdateAck(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_synchFlag; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // NewATMVCCommand_aal_aal5 // class H245_NewATMVCCommand_aal_aal5 : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_NewATMVCCommand_aal_aal5, PASN_Sequence); #endif public: H245_NewATMVCCommand_aal_aal5(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_forwardMaximumSDUSize; PASN_Integer m_backwardMaximumSDUSize; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // NewATMVCCommand_reverseParameters_multiplex // class H245_NewATMVCCommand_reverseParameters_multiplex : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_NewATMVCCommand_reverseParameters_multiplex, PASN_Choice); #endif public: H245_NewATMVCCommand_reverseParameters_multiplex(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_noMultiplex, e_transportStream, e_programStream }; BOOL CreateObject(); PObject * Clone() const; }; // // MiscellaneousIndication_type_videoNotDecodedMBs // class H245_MiscellaneousIndication_type_videoNotDecodedMBs : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MiscellaneousIndication_type_videoNotDecodedMBs, PASN_Sequence); #endif public: H245_MiscellaneousIndication_type_videoNotDecodedMBs(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_firstMB; PASN_Integer m_numberOfMBs; PASN_Integer m_temporalReference; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // NewATMVCIndication_aal_aal5 // class H245_NewATMVCIndication_aal_aal5 : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_NewATMVCIndication_aal_aal5, PASN_Sequence); #endif public: H245_NewATMVCIndication_aal_aal5(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_forwardMaximumSDUSize; PASN_Integer m_backwardMaximumSDUSize; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // NewATMVCIndication_reverseParameters_multiplex // class H245_NewATMVCIndication_reverseParameters_multiplex : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_NewATMVCIndication_reverseParameters_multiplex, PASN_Choice); #endif public: H245_NewATMVCIndication_reverseParameters_multiplex(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_noMultiplex, e_transportStream, e_programStream }; BOOL CreateObject(); PObject * Clone() const; }; // // UserInputIndication_signal_rtp // class H245_UserInputIndication_signal_rtp : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_UserInputIndication_signal_rtp, PASN_Sequence); #endif public: H245_UserInputIndication_signal_rtp(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_timestamp, e_expirationTime }; PASN_Integer m_timestamp; PASN_Integer m_expirationTime; H245_LogicalChannelNumber m_logicalChannelNumber; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // UserInputIndication_signalUpdate_rtp // class H245_UserInputIndication_signalUpdate_rtp : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_UserInputIndication_signalUpdate_rtp, PASN_Sequence); #endif public: H245_UserInputIndication_signalUpdate_rtp(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_LogicalChannelNumber m_logicalChannelNumber; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric // class H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric, PASN_Sequence); #endif public: H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_paramS }; PASN_ObjectId m_algorithmOID; H245_Params m_paramS; PASN_OctetString m_encrypted; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // VCCapability_availableBitRates_type_rangeOfBitRates // class H245_VCCapability_availableBitRates_type_rangeOfBitRates : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_VCCapability_availableBitRates_type_rangeOfBitRates, PASN_Sequence); #endif public: H245_VCCapability_availableBitRates_type_rangeOfBitRates(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_lowerBitRate; PASN_Integer m_higherBitRate; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CustomPictureFormat_mPI_customPCF_subtype // class H245_CustomPictureFormat_mPI_customPCF_subtype : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_CustomPictureFormat_mPI_customPCF_subtype, PASN_Sequence); #endif public: H245_CustomPictureFormat_mPI_customPCF_subtype(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_clockConversionCode; PASN_Integer m_clockDivisor; PASN_Integer m_customMPI; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype // class H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype, PASN_Sequence); #endif public: H245_CustomPictureFormat_pixelAspectInformation_extendedPAR_subtype(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_width; PASN_Integer m_height; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // V76LogicalChannelParameters_mode_eRM_recovery // class H245_V76LogicalChannelParameters_mode_eRM_recovery : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_V76LogicalChannelParameters_mode_eRM_recovery, PASN_Choice); #endif public: H245_V76LogicalChannelParameters_mode_eRM_recovery(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_rej, e_sREJ, e_mSREJ }; BOOL CreateObject(); PObject * Clone() const; }; // // DepFECData_rfc2733_mode_separateStream // class H245_DepFECData_rfc2733_mode_separateStream_differentPort; class H245_DepFECData_rfc2733_mode_separateStream_samePort; class H245_DepFECData_rfc2733_mode_separateStream : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_DepFECData_rfc2733_mode_separateStream, PASN_Choice); #endif public: H245_DepFECData_rfc2733_mode_separateStream(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_differentPort, e_samePort }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_DepFECData_rfc2733_mode_separateStream_differentPort &() const; #else operator H245_DepFECData_rfc2733_mode_separateStream_differentPort &(); operator const H245_DepFECData_rfc2733_mode_separateStream_differentPort &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_DepFECData_rfc2733_mode_separateStream_samePort &() const; #else operator H245_DepFECData_rfc2733_mode_separateStream_samePort &(); operator const H245_DepFECData_rfc2733_mode_separateStream_samePort &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // FECData_rfc2733_pktMode_rfc2733sameport // class H245_FECData_rfc2733_pktMode_rfc2733sameport : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_FECData_rfc2733_pktMode_rfc2733sameport, PASN_Sequence); #endif public: H245_FECData_rfc2733_pktMode_rfc2733sameport(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif PObject * Clone() const; }; // // FECData_rfc2733_pktMode_rfc2733diffport // class H245_FECData_rfc2733_pktMode_rfc2733diffport : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_FECData_rfc2733_pktMode_rfc2733diffport, PASN_Sequence); #endif public: H245_FECData_rfc2733_pktMode_rfc2733diffport(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_LogicalChannelNumber m_protectedChannel; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // DepFECMode_rfc2733Mode_mode_separateStream // class H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort; class H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort; class H245_DepFECMode_rfc2733Mode_mode_separateStream : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_DepFECMode_rfc2733Mode_mode_separateStream, PASN_Choice); #endif public: H245_DepFECMode_rfc2733Mode_mode_separateStream(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_differentPort, e_samePort }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort &() const; #else operator H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort &(); operator const H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort &() const; #else operator H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort &(); operator const H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // MultilinkResponse_addConnection_responseCode_rejected // class H245_MultilinkResponse_addConnection_responseCode_rejected : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultilinkResponse_addConnection_responseCode_rejected, PASN_Choice); #endif public: H245_MultilinkResponse_addConnection_responseCode_rejected(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_connectionsNotAvailable, e_userRejected }; BOOL CreateObject(); PObject * Clone() const; }; // // MiscellaneousCommand_type_progressiveRefinementStart_repeatCount // class H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount, PASN_Choice); #endif public: H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_doOneProgression, e_doContinuousProgressions, e_doOneIndependentProgression, e_doContinuousIndependentProgressions }; BOOL CreateObject(); PObject * Clone() const; }; // // NewATMVCCommand_aal_aal1_clockRecovery // class H245_NewATMVCCommand_aal_aal1_clockRecovery : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_NewATMVCCommand_aal_aal1_clockRecovery, PASN_Choice); #endif public: H245_NewATMVCCommand_aal_aal1_clockRecovery(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nullClockRecovery, e_srtsClockRecovery, e_adaptiveClockRecovery }; BOOL CreateObject(); PObject * Clone() const; }; // // NewATMVCCommand_aal_aal1_errorCorrection // class H245_NewATMVCCommand_aal_aal1_errorCorrection : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_NewATMVCCommand_aal_aal1_errorCorrection, PASN_Choice); #endif public: H245_NewATMVCCommand_aal_aal1_errorCorrection(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nullErrorCorrection, e_longInterleaver, e_shortInterleaver, e_errorCorrectionOnly }; BOOL CreateObject(); PObject * Clone() const; }; // // NewATMVCIndication_aal_aal1_clockRecovery // class H245_NewATMVCIndication_aal_aal1_clockRecovery : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_NewATMVCIndication_aal_aal1_clockRecovery, PASN_Choice); #endif public: H245_NewATMVCIndication_aal_aal1_clockRecovery(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nullClockRecovery, e_srtsClockRecovery, e_adaptiveClockRecovery }; BOOL CreateObject(); PObject * Clone() const; }; // // NewATMVCIndication_aal_aal1_errorCorrection // class H245_NewATMVCIndication_aal_aal1_errorCorrection : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_NewATMVCIndication_aal_aal1_errorCorrection, PASN_Choice); #endif public: H245_NewATMVCIndication_aal_aal1_errorCorrection(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_nullErrorCorrection, e_longInterleaver, e_shortInterleaver, e_errorCorrectionOnly }; BOOL CreateObject(); PObject * Clone() const; }; // // DepFECData_rfc2733_mode_separateStream_differentPort // class H245_DepFECData_rfc2733_mode_separateStream_differentPort : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_DepFECData_rfc2733_mode_separateStream_differentPort, PASN_Sequence); #endif public: H245_DepFECData_rfc2733_mode_separateStream_differentPort(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_protectedPayloadType }; PASN_Integer m_protectedSessionID; PASN_Integer m_protectedPayloadType; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // DepFECData_rfc2733_mode_separateStream_samePort // class H245_DepFECData_rfc2733_mode_separateStream_samePort : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_DepFECData_rfc2733_mode_separateStream_samePort, PASN_Sequence); #endif public: H245_DepFECData_rfc2733_mode_separateStream_samePort(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_protectedPayloadType; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // DepFECMode_rfc2733Mode_mode_separateStream_differentPort // class H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort, PASN_Sequence); #endif public: H245_DepFECMode_rfc2733Mode_mode_separateStream_differentPort(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_protectedPayloadType }; PASN_Integer m_protectedSessionID; PASN_Integer m_protectedPayloadType; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // DepFECMode_rfc2733Mode_mode_separateStream_samePort // class H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort, PASN_Sequence); #endif public: H245_DepFECMode_rfc2733Mode_mode_separateStream_samePort(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_ModeElementType m_protectedType; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // GenericMessage // class H245_GenericMessage : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_GenericMessage, PASN_Sequence); #endif public: H245_GenericMessage(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_subMessageIdentifier, e_messageContent }; H245_CapabilityIdentifier m_messageIdentifier; PASN_Integer m_subMessageIdentifier; H245_ArrayOf_GenericParameter m_messageContent; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // NonStandardParameter // class H245_NonStandardParameter : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_NonStandardParameter, PASN_Sequence); #endif public: H245_NonStandardParameter(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_NonStandardIdentifier m_nonStandardIdentifier; PASN_OctetString m_data; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MasterSlaveDeterminationAck // class H245_MasterSlaveDeterminationAck : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MasterSlaveDeterminationAck, PASN_Sequence); #endif public: H245_MasterSlaveDeterminationAck(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_MasterSlaveDeterminationAck_decision m_decision; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MasterSlaveDeterminationReject // class H245_MasterSlaveDeterminationReject : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MasterSlaveDeterminationReject, PASN_Sequence); #endif public: H245_MasterSlaveDeterminationReject(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_MasterSlaveDeterminationReject_cause m_cause; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TerminalCapabilitySet // class H245_TerminalCapabilitySet : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_TerminalCapabilitySet, PASN_Sequence); #endif public: H245_TerminalCapabilitySet(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_multiplexCapability, e_capabilityTable, e_capabilityDescriptors }; H245_SequenceNumber m_sequenceNumber; PASN_ObjectId m_protocolIdentifier; H245_MultiplexCapability m_multiplexCapability; H245_ArrayOf_CapabilityTableEntry m_capabilityTable; H245_ArrayOf_CapabilityDescriptor m_capabilityDescriptors; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CapabilityTableEntry // class H245_CapabilityTableEntry : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_CapabilityTableEntry, PASN_Sequence); #endif public: H245_CapabilityTableEntry(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_capability }; H245_CapabilityTableEntryNumber m_capabilityTableEntryNumber; H245_Capability m_capability; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CapabilityDescriptor // class H245_CapabilityDescriptor : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_CapabilityDescriptor, PASN_Sequence); #endif public: H245_CapabilityDescriptor(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_simultaneousCapabilities }; H245_CapabilityDescriptorNumber m_capabilityDescriptorNumber; H245_ArrayOf_AlternativeCapabilitySet m_simultaneousCapabilities; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TerminalCapabilitySetReject // class H245_TerminalCapabilitySetReject : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_TerminalCapabilitySetReject, PASN_Sequence); #endif public: H245_TerminalCapabilitySetReject(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_SequenceNumber m_sequenceNumber; H245_TerminalCapabilitySetReject_cause m_cause; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H222Capability // class H245_H222Capability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H222Capability, PASN_Sequence); #endif public: H245_H222Capability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_numberOfVCs; H245_ArrayOf_VCCapability m_vcCapability; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H223Capability // class H245_H223Capability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H223Capability, PASN_Sequence); #endif public: H245_H223Capability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_maxMUXPDUSizeCapability, e_nsrpSupport, e_mobileOperationTransmitCapability, e_h223AnnexCCapability, e_bitRate, e_mobileMultilinkFrameCapability }; PASN_Boolean m_transportWithI_frames; PASN_Boolean m_videoWithAL1; PASN_Boolean m_videoWithAL2; PASN_Boolean m_videoWithAL3; PASN_Boolean m_audioWithAL1; PASN_Boolean m_audioWithAL2; PASN_Boolean m_audioWithAL3; PASN_Boolean m_dataWithAL1; PASN_Boolean m_dataWithAL2; PASN_Boolean m_dataWithAL3; PASN_Integer m_maximumAl2SDUSize; PASN_Integer m_maximumAl3SDUSize; PASN_Integer m_maximumDelayJitter; H245_H223Capability_h223MultiplexTableCapability m_h223MultiplexTableCapability; PASN_Boolean m_maxMUXPDUSizeCapability; PASN_Boolean m_nsrpSupport; H245_H223Capability_mobileOperationTransmitCapability m_mobileOperationTransmitCapability; H245_H223AnnexCCapability m_h223AnnexCCapability; PASN_Integer m_bitRate; H245_H223Capability_mobileMultilinkFrameCapability m_mobileMultilinkFrameCapability; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // V76Capability // class H245_V76Capability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_V76Capability, PASN_Sequence); #endif public: H245_V76Capability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Boolean m_suspendResumeCapabilitywAddress; PASN_Boolean m_suspendResumeCapabilitywoAddress; PASN_Boolean m_rejCapability; PASN_Boolean m_sREJCapability; PASN_Boolean m_mREJCapability; PASN_Boolean m_crc8bitCapability; PASN_Boolean m_crc16bitCapability; PASN_Boolean m_crc32bitCapability; PASN_Boolean m_uihCapability; PASN_Integer m_numOfDLCS; PASN_Boolean m_twoOctetAddressFieldCapability; PASN_Boolean m_loopBackTestCapability; PASN_Integer m_n401Capability; PASN_Integer m_maxWindowSizeCapability; H245_V75Capability m_v75Capability; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MediaPacketizationCapability // class H245_MediaPacketizationCapability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MediaPacketizationCapability, PASN_Sequence); #endif public: H245_MediaPacketizationCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_rtpPayloadType }; PASN_Boolean m_h261aVideoPacketization; H245_ArrayOf_RTPPayloadType m_rtpPayloadType; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RSVPParameters // class H245_RSVPParameters : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RSVPParameters, PASN_Sequence); #endif public: H245_RSVPParameters(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_qosMode, e_tokenRate, e_bucketSize, e_peakRate, e_minPoliced, e_maxPktSize }; H245_QOSMode m_qosMode; PASN_Integer m_tokenRate; PASN_Integer m_bucketSize; PASN_Integer m_peakRate; PASN_Integer m_minPoliced; PASN_Integer m_maxPktSize; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // QOSCapability // class H245_QOSCapability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_QOSCapability, PASN_Sequence); #endif public: H245_QOSCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_rsvpParameters, e_atmParameters }; H245_NonStandardParameter m_nonStandardData; H245_RSVPParameters m_rsvpParameters; H245_ATMParameters m_atmParameters; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TransportCapability // class H245_TransportCapability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_TransportCapability, PASN_Sequence); #endif public: H245_TransportCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandard, e_qOSCapabilities, e_mediaChannelCapabilities }; H245_NonStandardParameter m_nonStandard; H245_ArrayOf_QOSCapability m_qOSCapabilities; H245_ArrayOf_MediaChannelCapability m_mediaChannelCapabilities; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RedundancyEncodingCapability // class H245_RedundancyEncodingCapability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RedundancyEncodingCapability, PASN_Sequence); #endif public: H245_RedundancyEncodingCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_secondaryEncoding }; H245_RedundancyEncodingMethod m_redundancyEncodingMethod; H245_CapabilityTableEntryNumber m_primaryEncoding; H245_ArrayOf_CapabilityTableEntryNumber m_secondaryEncoding; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RTPH263VideoRedundancyEncoding // class H245_RTPH263VideoRedundancyEncoding : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RTPH263VideoRedundancyEncoding, PASN_Sequence); #endif public: H245_RTPH263VideoRedundancyEncoding(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_containedThreads }; PASN_Integer m_numberOfThreads; PASN_Integer m_framesBetweenSyncPoints; H245_RTPH263VideoRedundancyEncoding_frameToThreadMapping m_frameToThreadMapping; H245_RTPH263VideoRedundancyEncoding_containedThreads m_containedThreads; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RTPH263VideoRedundancyFrameMapping // class H245_RTPH263VideoRedundancyFrameMapping : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RTPH263VideoRedundancyFrameMapping, PASN_Sequence); #endif public: H245_RTPH263VideoRedundancyFrameMapping(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_threadNumber; H245_RTPH263VideoRedundancyFrameMapping_frameSequence m_frameSequence; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MultipointCapability // class H245_MultipointCapability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultipointCapability, PASN_Sequence); #endif public: H245_MultipointCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Boolean m_multicastCapability; PASN_Boolean m_multiUniCastConference; H245_ArrayOf_MediaDistributionCapability m_mediaDistributionCapability; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MediaDistributionCapability // class H245_MediaDistributionCapability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MediaDistributionCapability, PASN_Sequence); #endif public: H245_MediaDistributionCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_centralizedData, e_distributedData }; PASN_Boolean m_centralizedControl; PASN_Boolean m_distributedControl; PASN_Boolean m_centralizedAudio; PASN_Boolean m_distributedAudio; PASN_Boolean m_centralizedVideo; PASN_Boolean m_distributedVideo; H245_ArrayOf_DataApplicationCapability m_centralizedData; H245_ArrayOf_DataApplicationCapability m_distributedData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ExtendedVideoCapability // class H245_ExtendedVideoCapability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ExtendedVideoCapability, PASN_Sequence); #endif public: H245_ExtendedVideoCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_videoCapabilityExtension }; H245_ArrayOf_VideoCapability m_videoCapability; H245_ArrayOf_GenericCapability m_videoCapabilityExtension; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // EnhancementLayerInfo // class H245_EnhancementLayerInfo : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_EnhancementLayerInfo, PASN_Sequence); #endif public: H245_EnhancementLayerInfo(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_snrEnhancement, e_spatialEnhancement, e_bPictureEnhancement }; PASN_Boolean m_baseBitRateConstrained; H245_ArrayOf_EnhancementOptions m_snrEnhancement; H245_ArrayOf_EnhancementOptions m_spatialEnhancement; H245_ArrayOf_BEnhancementParameters m_bPictureEnhancement; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H263ModeComboFlags // class H245_H263ModeComboFlags : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H263ModeComboFlags, PASN_Sequence); #endif public: H245_H263ModeComboFlags(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_enhancedReferencePicSelect, e_h263Version3Options }; PASN_Boolean m_unrestrictedVector; PASN_Boolean m_arithmeticCoding; PASN_Boolean m_advancedPrediction; PASN_Boolean m_pbFrames; PASN_Boolean m_advancedIntraCodingMode; PASN_Boolean m_deblockingFilterMode; PASN_Boolean m_unlimitedMotionVectors; PASN_Boolean m_slicesInOrder_NonRect; PASN_Boolean m_slicesInOrder_Rect; PASN_Boolean m_slicesNoOrder_NonRect; PASN_Boolean m_slicesNoOrder_Rect; PASN_Boolean m_improvedPBFramesMode; PASN_Boolean m_referencePicSelect; PASN_Boolean m_dynamicPictureResizingByFour; PASN_Boolean m_dynamicPictureResizingSixteenthPel; PASN_Boolean m_dynamicWarpingHalfPel; PASN_Boolean m_dynamicWarpingSixteenthPel; PASN_Boolean m_reducedResolutionUpdate; PASN_Boolean m_independentSegmentDecoding; PASN_Boolean m_alternateInterVLCMode; PASN_Boolean m_modifiedQuantizationMode; PASN_Boolean m_enhancedReferencePicSelect; H245_H263Version3Options m_h263Version3Options; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // G7231AnnexCCapability // class H245_G7231AnnexCCapability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_G7231AnnexCCapability, PASN_Sequence); #endif public: H245_G7231AnnexCCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_g723AnnexCAudioMode }; PASN_Integer m_maxAl_sduAudioFrames; PASN_Boolean m_silenceSuppression; H245_G7231AnnexCCapability_g723AnnexCAudioMode m_g723AnnexCAudioMode; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // DataApplicationCapability // class H245_DataApplicationCapability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_DataApplicationCapability, PASN_Sequence); #endif public: H245_DataApplicationCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_DataApplicationCapability_application m_application; PASN_Integer m_maxBitRate; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // T38FaxUdpOptions // class H245_T38FaxUdpOptions : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_T38FaxUdpOptions, PASN_Sequence); #endif public: H245_T38FaxUdpOptions(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_t38FaxMaxBuffer, e_t38FaxMaxDatagram }; PASN_Integer m_t38FaxMaxBuffer; PASN_Integer m_t38FaxMaxDatagram; H245_T38FaxUdpOptions_t38FaxUdpEC m_t38FaxUdpEC; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // AuthenticationCapability // class H245_AuthenticationCapability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_AuthenticationCapability, PASN_Sequence); #endif public: H245_AuthenticationCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandard, e_antiSpamAlgorithm }; H245_NonStandardParameter m_nonStandard; PASN_ObjectId m_antiSpamAlgorithm; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // IntegrityCapability // class H245_IntegrityCapability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_IntegrityCapability, PASN_Sequence); #endif public: H245_IntegrityCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandard }; H245_NonStandardParameter m_nonStandard; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConferenceCapability // class H245_ConferenceCapability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ConferenceCapability, PASN_Sequence); #endif public: H245_ConferenceCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData, e_videoIndicateMixingCapability, e_multipointVisualizationCapability }; H245_ArrayOf_NonStandardParameter m_nonStandardData; PASN_Boolean m_chairControlCapability; PASN_Boolean m_videoIndicateMixingCapability; PASN_Boolean m_multipointVisualizationCapability; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // GenericCapability // class H245_GenericCapability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_GenericCapability, PASN_Sequence); #endif public: H245_GenericCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_maxBitRate, e_collapsing, e_nonCollapsing, e_nonCollapsingRaw, e_transport }; H245_CapabilityIdentifier m_capabilityIdentifier; PASN_Integer m_maxBitRate; H245_ArrayOf_GenericParameter m_collapsing; H245_ArrayOf_GenericParameter m_nonCollapsing; PASN_OctetString m_nonCollapsingRaw; H245_DataProtocolCapability m_transport; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // GenericParameter // class H245_GenericParameter : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_GenericParameter, PASN_Sequence); #endif public: H245_GenericParameter(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_supersedes }; H245_ParameterIdentifier m_parameterIdentifier; H245_ParameterValue m_parameterValue; H245_ArrayOf_ParameterIdentifier m_supersedes; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MultiplexedStreamCapability // class H245_MultiplexedStreamCapability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultiplexedStreamCapability, PASN_Sequence); #endif public: H245_MultiplexedStreamCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_capabilityOnMuxStream }; H245_MultiplexFormat m_multiplexFormat; PASN_Boolean m_controlOnMuxStream; H245_ArrayOf_AlternativeCapabilitySet m_capabilityOnMuxStream; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MultiplePayloadStreamCapability // class H245_MultiplePayloadStreamCapability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultiplePayloadStreamCapability, PASN_Sequence); #endif public: H245_MultiplePayloadStreamCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_ArrayOf_AlternativeCapabilitySet m_capabilities; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // FECCapability // class H245_FECCapability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_FECCapability, PASN_Sequence); #endif public: H245_FECCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_fecScheme, e_rfc2733Format }; H245_CapabilityTableEntryNumber m_protectedCapability; PASN_ObjectId m_fecScheme; H245_FECCapability_rfc2733Format m_rfc2733Format; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // NetworkAccessParameters // class H245_NetworkAccessParameters : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_NetworkAccessParameters, PASN_Sequence); #endif public: H245_NetworkAccessParameters(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_distribution, e_externalReference, e_t120SetupProcedure }; H245_NetworkAccessParameters_distribution m_distribution; H245_NetworkAccessParameters_networkAddress m_networkAddress; PASN_Boolean m_associateConference; PASN_OctetString m_externalReference; H245_NetworkAccessParameters_t120SetupProcedure m_t120SetupProcedure; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // Q2931Address // class H245_Q2931Address : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_Q2931Address, PASN_Sequence); #endif public: H245_Q2931Address(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_subaddress }; H245_Q2931Address_address m_address; PASN_OctetString m_subaddress; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H223LogicalChannelParameters // class H245_H223LogicalChannelParameters : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H223LogicalChannelParameters, PASN_Sequence); #endif public: H245_H223LogicalChannelParameters(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_H223LogicalChannelParameters_adaptationLayerType m_adaptationLayerType; PASN_Boolean m_segmentableFlag; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H223AL1MParameters // class H245_H223AL1MParameters : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H223AL1MParameters, PASN_Sequence); #endif public: H245_H223AL1MParameters(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_rsCodeCorrection }; H245_H223AL1MParameters_transferMode m_transferMode; H245_H223AL1MParameters_headerFEC m_headerFEC; H245_H223AL1MParameters_crcLength m_crcLength; PASN_Integer m_rcpcCodeRate; H245_H223AL1MParameters_arqType m_arqType; PASN_Boolean m_alpduInterleaving; PASN_Boolean m_alsduSplitting; PASN_Integer m_rsCodeCorrection; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H223AL2MParameters // class H245_H223AL2MParameters : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H223AL2MParameters, PASN_Sequence); #endif public: H245_H223AL2MParameters(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_H223AL2MParameters_headerFEC m_headerFEC; PASN_Boolean m_alpduInterleaving; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H223AL3MParameters // class H245_H223AL3MParameters : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H223AL3MParameters, PASN_Sequence); #endif public: H245_H223AL3MParameters(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_rsCodeCorrection }; H245_H223AL3MParameters_headerFormat m_headerFormat; H245_H223AL3MParameters_crcLength m_crcLength; PASN_Integer m_rcpcCodeRate; H245_H223AL3MParameters_arqType m_arqType; PASN_Boolean m_alpduInterleaving; PASN_Integer m_rsCodeCorrection; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H223AnnexCArqParameters // class H245_H223AnnexCArqParameters : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H223AnnexCArqParameters, PASN_Sequence); #endif public: H245_H223AnnexCArqParameters(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_H223AnnexCArqParameters_numberOfRetransmissions m_numberOfRetransmissions; PASN_Integer m_sendBufferSize; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // V76HDLCParameters // class H245_V76HDLCParameters : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_V76HDLCParameters, PASN_Sequence); #endif public: H245_V76HDLCParameters(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_CRCLength m_crcLength; PASN_Integer m_n401; PASN_Boolean m_loopbackTestProcedure; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RTPPayloadType // class H245_RTPPayloadType : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RTPPayloadType, PASN_Sequence); #endif public: H245_RTPPayloadType(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_payloadType }; H245_RTPPayloadType_payloadDescriptor m_payloadDescriptor; PASN_Integer m_payloadType; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MultiplePayloadStream // class H245_MultiplePayloadStream : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultiplePayloadStream, PASN_Sequence); #endif public: H245_MultiplePayloadStream(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_ArrayOf_MultiplePayloadStreamElement m_elements; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // EncryptionSync // class H245_EncryptionSync : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_EncryptionSync, PASN_Sequence); #endif public: H245_EncryptionSync(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandard, e_escrowentry, e_genericParameter }; H245_NonStandardParameter m_nonStandard; PASN_Integer m_synchFlag; PASN_OctetString m_h235Key; H245_ArrayOf_EscrowData m_escrowentry; H245_GenericParameter m_genericParameter; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // OpenLogicalChannelReject // class H245_OpenLogicalChannelReject : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_OpenLogicalChannelReject, PASN_Sequence); #endif public: H245_OpenLogicalChannelReject(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_LogicalChannelNumber m_forwardLogicalChannelNumber; H245_OpenLogicalChannelReject_cause m_cause; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H2250LogicalChannelAckParameters // class H245_H2250LogicalChannelAckParameters : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H2250LogicalChannelAckParameters, PASN_Sequence); #endif public: H245_H2250LogicalChannelAckParameters(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandard, e_sessionID, e_mediaChannel, e_mediaControlChannel, e_dynamicRTPPayloadType, e_flowControlToZero, e_portNumber }; H245_ArrayOf_NonStandardParameter m_nonStandard; PASN_Integer m_sessionID; H245_TransportAddress m_mediaChannel; H245_TransportAddress m_mediaControlChannel; PASN_Integer m_dynamicRTPPayloadType; PASN_Boolean m_flowControlToZero; PASN_Integer m_portNumber; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CloseLogicalChannel // class H245_CloseLogicalChannel : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_CloseLogicalChannel, PASN_Sequence); #endif public: H245_CloseLogicalChannel(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_reason }; H245_LogicalChannelNumber m_forwardLogicalChannelNumber; H245_CloseLogicalChannel_source m_source; H245_CloseLogicalChannel_reason m_reason; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RequestChannelClose // class H245_RequestChannelClose : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RequestChannelClose, PASN_Sequence); #endif public: H245_RequestChannelClose(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_qosCapability, e_reason }; H245_LogicalChannelNumber m_forwardLogicalChannelNumber; H245_QOSCapability m_qosCapability; H245_RequestChannelClose_reason m_reason; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RequestChannelCloseReject // class H245_RequestChannelCloseReject : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RequestChannelCloseReject, PASN_Sequence); #endif public: H245_RequestChannelCloseReject(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_LogicalChannelNumber m_forwardLogicalChannelNumber; H245_RequestChannelCloseReject_cause m_cause; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MultiplexEntrySend // class H245_MultiplexEntrySend : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultiplexEntrySend, PASN_Sequence); #endif public: H245_MultiplexEntrySend(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_SequenceNumber m_sequenceNumber; H245_ArrayOf_MultiplexEntryDescriptor m_multiplexEntryDescriptors; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MultiplexEntryDescriptor // class H245_MultiplexEntryDescriptor : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultiplexEntryDescriptor, PASN_Sequence); #endif public: H245_MultiplexEntryDescriptor(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_elementList }; H245_MultiplexTableEntryNumber m_multiplexTableEntryNumber; H245_ArrayOf_MultiplexElement m_elementList; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MultiplexElement // class H245_MultiplexElement : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultiplexElement, PASN_Sequence); #endif public: H245_MultiplexElement(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_MultiplexElement_type m_type; H245_MultiplexElement_repeatCount m_repeatCount; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MultiplexEntrySendAck // class H245_MultiplexEntrySendAck : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultiplexEntrySendAck, PASN_Sequence); #endif public: H245_MultiplexEntrySendAck(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_SequenceNumber m_sequenceNumber; H245_ArrayOf_MultiplexTableEntryNumber m_multiplexTableEntryNumber; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MultiplexEntrySendReject // class H245_MultiplexEntrySendReject : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultiplexEntrySendReject, PASN_Sequence); #endif public: H245_MultiplexEntrySendReject(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_SequenceNumber m_sequenceNumber; H245_ArrayOf_MultiplexEntryRejectionDescriptions m_rejectionDescriptions; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MultiplexEntryRejectionDescriptions // class H245_MultiplexEntryRejectionDescriptions : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultiplexEntryRejectionDescriptions, PASN_Sequence); #endif public: H245_MultiplexEntryRejectionDescriptions(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_MultiplexTableEntryNumber m_multiplexTableEntryNumber; H245_MultiplexEntryRejectionDescriptions_cause m_cause; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MultiplexEntrySendRelease // class H245_MultiplexEntrySendRelease : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultiplexEntrySendRelease, PASN_Sequence); #endif public: H245_MultiplexEntrySendRelease(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_ArrayOf_MultiplexTableEntryNumber m_multiplexTableEntryNumber; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RequestMultiplexEntry // class H245_RequestMultiplexEntry : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RequestMultiplexEntry, PASN_Sequence); #endif public: H245_RequestMultiplexEntry(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_ArrayOf_MultiplexTableEntryNumber m_entryNumbers; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RequestMultiplexEntryAck // class H245_RequestMultiplexEntryAck : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RequestMultiplexEntryAck, PASN_Sequence); #endif public: H245_RequestMultiplexEntryAck(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_ArrayOf_MultiplexTableEntryNumber m_entryNumbers; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RequestMultiplexEntryReject // class H245_RequestMultiplexEntryReject : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RequestMultiplexEntryReject, PASN_Sequence); #endif public: H245_RequestMultiplexEntryReject(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_ArrayOf_MultiplexTableEntryNumber m_entryNumbers; H245_ArrayOf_RequestMultiplexEntryRejectionDescriptions m_rejectionDescriptions; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RequestMultiplexEntryRejectionDescriptions // class H245_RequestMultiplexEntryRejectionDescriptions : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RequestMultiplexEntryRejectionDescriptions, PASN_Sequence); #endif public: H245_RequestMultiplexEntryRejectionDescriptions(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_MultiplexTableEntryNumber m_multiplexTableEntryNumber; H245_RequestMultiplexEntryRejectionDescriptions_cause m_cause; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RequestMultiplexEntryRelease // class H245_RequestMultiplexEntryRelease : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RequestMultiplexEntryRelease, PASN_Sequence); #endif public: H245_RequestMultiplexEntryRelease(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_ArrayOf_MultiplexTableEntryNumber m_entryNumbers; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RequestMode // class H245_RequestMode : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RequestMode, PASN_Sequence); #endif public: H245_RequestMode(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_SequenceNumber m_sequenceNumber; H245_ArrayOf_ModeDescription m_requestedModes; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RequestModeAck // class H245_RequestModeAck : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RequestModeAck, PASN_Sequence); #endif public: H245_RequestModeAck(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_SequenceNumber m_sequenceNumber; H245_RequestModeAck_response m_response; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RequestModeReject // class H245_RequestModeReject : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RequestModeReject, PASN_Sequence); #endif public: H245_RequestModeReject(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_SequenceNumber m_sequenceNumber; H245_RequestModeReject_cause m_cause; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RedundancyEncodingDTModeElement // class H245_RedundancyEncodingDTModeElement : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RedundancyEncodingDTModeElement, PASN_Sequence); #endif public: H245_RedundancyEncodingDTModeElement(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_RedundancyEncodingDTModeElement_type m_type; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MultiplePayloadStreamMode // class H245_MultiplePayloadStreamMode : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultiplePayloadStreamMode, PASN_Sequence); #endif public: H245_MultiplePayloadStreamMode(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_ArrayOf_MultiplePayloadStreamElementMode m_elements; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // FECMode // class H245_FECMode : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_FECMode, PASN_Sequence); #endif public: H245_FECMode(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_fecScheme, e_rfc2733Format }; H245_ModeElementType m_protectedElement; PASN_ObjectId m_fecScheme; H245_FECMode_rfc2733Format m_rfc2733Format; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H223ModeParameters // class H245_H223ModeParameters : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H223ModeParameters, PASN_Sequence); #endif public: H245_H223ModeParameters(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_H223ModeParameters_adaptationLayerType m_adaptationLayerType; PASN_Boolean m_segmentableFlag; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RedundancyEncodingMode // class H245_RedundancyEncodingMode : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RedundancyEncodingMode, PASN_Sequence); #endif public: H245_RedundancyEncodingMode(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_secondaryEncoding }; H245_RedundancyEncodingMethod m_redundancyEncodingMethod; H245_RedundancyEncodingMode_secondaryEncoding m_secondaryEncoding; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H261VideoMode // class H245_H261VideoMode : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H261VideoMode, PASN_Sequence); #endif public: H245_H261VideoMode(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_H261VideoMode_resolution m_resolution; PASN_Integer m_bitRate; PASN_Boolean m_stillImageTransmission; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H262VideoMode // class H245_H262VideoMode : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H262VideoMode, PASN_Sequence); #endif public: H245_H262VideoMode(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_videoBitRate, e_vbvBufferSize, e_samplesPerLine, e_linesPerFrame, e_framesPerSecond, e_luminanceSampleRate }; H245_H262VideoMode_profileAndLevel m_profileAndLevel; PASN_Integer m_videoBitRate; PASN_Integer m_vbvBufferSize; PASN_Integer m_samplesPerLine; PASN_Integer m_linesPerFrame; PASN_Integer m_framesPerSecond; PASN_Integer m_luminanceSampleRate; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // IS11172AudioMode // class H245_IS11172AudioMode : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_IS11172AudioMode, PASN_Sequence); #endif public: H245_IS11172AudioMode(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_IS11172AudioMode_audioLayer m_audioLayer; H245_IS11172AudioMode_audioSampling m_audioSampling; H245_IS11172AudioMode_multichannelType m_multichannelType; PASN_Integer m_bitRate; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // IS13818AudioMode // class H245_IS13818AudioMode : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_IS13818AudioMode, PASN_Sequence); #endif public: H245_IS13818AudioMode(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_IS13818AudioMode_audioLayer m_audioLayer; H245_IS13818AudioMode_audioSampling m_audioSampling; H245_IS13818AudioMode_multichannelType m_multichannelType; PASN_Boolean m_lowFrequencyEnhancement; PASN_Boolean m_multilingual; PASN_Integer m_bitRate; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // G7231AnnexCMode // class H245_G7231AnnexCMode : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_G7231AnnexCMode, PASN_Sequence); #endif public: H245_G7231AnnexCMode(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_maxAl_sduAudioFrames; PASN_Boolean m_silenceSuppression; H245_G7231AnnexCMode_g723AnnexCAudioMode m_g723AnnexCAudioMode; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // DataMode // class H245_DataMode : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_DataMode, PASN_Sequence); #endif public: H245_DataMode(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_DataMode_application m_application; PASN_Integer m_bitRate; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MaintenanceLoopRequest // class H245_MaintenanceLoopRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MaintenanceLoopRequest, PASN_Sequence); #endif public: H245_MaintenanceLoopRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_MaintenanceLoopRequest_type m_type; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MaintenanceLoopAck // class H245_MaintenanceLoopAck : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MaintenanceLoopAck, PASN_Sequence); #endif public: H245_MaintenanceLoopAck(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_MaintenanceLoopAck_type m_type; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MaintenanceLoopReject // class H245_MaintenanceLoopReject : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MaintenanceLoopReject, PASN_Sequence); #endif public: H245_MaintenanceLoopReject(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_MaintenanceLoopReject_type m_type; H245_MaintenanceLoopReject_cause m_cause; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CommunicationModeCommand // class H245_CommunicationModeCommand : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_CommunicationModeCommand, PASN_Sequence); #endif public: H245_CommunicationModeCommand(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_ArrayOf_CommunicationModeTableEntry m_communicationModeTable; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TerminalLabel // class H245_TerminalLabel : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_TerminalLabel, PASN_Sequence); #endif public: H245_TerminalLabel(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_McuNumber m_mcuNumber; H245_TerminalNumber m_terminalNumber; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RequestAllTerminalIDsResponse // class H245_RequestAllTerminalIDsResponse : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RequestAllTerminalIDsResponse, PASN_Sequence); #endif public: H245_RequestAllTerminalIDsResponse(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_ArrayOf_TerminalInformation m_terminalInformation; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TerminalInformation // class H245_TerminalInformation : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_TerminalInformation, PASN_Sequence); #endif public: H245_TerminalInformation(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_TerminalLabel m_terminalLabel; H245_TerminalID m_terminalID; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // DialingInformationNumber // class H245_DialingInformationNumber : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_DialingInformationNumber, PASN_Sequence); #endif public: H245_DialingInformationNumber(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_subAddress }; PASN_NumericString m_networkAddress; PASN_IA5String m_subAddress; H245_ArrayOf_DialingInformationNetworkType m_networkType; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // LogicalChannelRateReject // class H245_LogicalChannelRateReject : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_LogicalChannelRateReject, PASN_Sequence); #endif public: H245_LogicalChannelRateReject(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_currentMaximumBitRate }; H245_SequenceNumber m_sequenceNumber; H245_LogicalChannelNumber m_logicalChannelNumber; H245_LogicalChannelRateRejectReason m_rejectReason; H245_MaximumBitRate m_currentMaximumBitRate; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // FlowControlCommand // class H245_FlowControlCommand : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_FlowControlCommand, PASN_Sequence); #endif public: H245_FlowControlCommand(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_FlowControlCommand_scope m_scope; H245_FlowControlCommand_restriction m_restriction; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MiscellaneousCommand // class H245_MiscellaneousCommand : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MiscellaneousCommand, PASN_Sequence); #endif public: H245_MiscellaneousCommand(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_direction }; H245_LogicalChannelNumber m_logicalChannelNumber; H245_MiscellaneousCommand_type m_type; H245_EncryptionUpdateDirection m_direction; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MobileMultilinkReconfigurationCommand // class H245_MobileMultilinkReconfigurationCommand : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MobileMultilinkReconfigurationCommand, PASN_Sequence); #endif public: H245_MobileMultilinkReconfigurationCommand(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_sampleSize; PASN_Integer m_samplesPerFrame; H245_MobileMultilinkReconfigurationCommand_status m_status; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // FunctionNotSupported // class H245_FunctionNotSupported : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_FunctionNotSupported, PASN_Sequence); #endif public: H245_FunctionNotSupported(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_returnedFunction }; H245_FunctionNotSupported_cause m_cause; PASN_OctetString m_returnedFunction; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MiscellaneousIndication // class H245_MiscellaneousIndication : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MiscellaneousIndication, PASN_Sequence); #endif public: H245_MiscellaneousIndication(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_LogicalChannelNumber m_logicalChannelNumber; H245_MiscellaneousIndication_type m_type; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // JitterIndication // class H245_JitterIndication : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_JitterIndication, PASN_Sequence); #endif public: H245_JitterIndication(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_skippedFrameCount, e_additionalDecoderBuffer }; H245_JitterIndication_scope m_scope; PASN_Integer m_estimatedReceivedJitterMantissa; PASN_Integer m_estimatedReceivedJitterExponent; PASN_Integer m_skippedFrameCount; PASN_Integer m_additionalDecoderBuffer; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // FlowControlIndication // class H245_FlowControlIndication : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_FlowControlIndication, PASN_Sequence); #endif public: H245_FlowControlIndication(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_FlowControlIndication_scope m_scope; H245_FlowControlIndication_restriction m_restriction; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // VCCapability_availableBitRates // class H245_VCCapability_availableBitRates : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_VCCapability_availableBitRates, PASN_Sequence); #endif public: H245_VCCapability_availableBitRates(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_VCCapability_availableBitRates_type m_type; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // VCCapability_aal1ViaGateway // class H245_VCCapability_aal1ViaGateway : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_VCCapability_aal1ViaGateway, PASN_Sequence); #endif public: H245_VCCapability_aal1ViaGateway(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_ArrayOf_Q2931Address m_gatewayAddress; PASN_Boolean m_nullClockRecovery; PASN_Boolean m_srtsClockRecovery; PASN_Boolean m_adaptiveClockRecovery; PASN_Boolean m_nullErrorCorrection; PASN_Boolean m_longInterleaver; PASN_Boolean m_shortInterleaver; PASN_Boolean m_errorCorrectionOnly; PASN_Boolean m_structuredDataTransfer; PASN_Boolean m_partiallyFilledCells; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RefPictureSelection_enhancedReferencePicSelect // class H245_RefPictureSelection_enhancedReferencePicSelect : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RefPictureSelection_enhancedReferencePicSelect, PASN_Sequence); #endif public: H245_RefPictureSelection_enhancedReferencePicSelect(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_subPictureRemovalParameters }; H245_RefPictureSelection_enhancedReferencePicSelect_subPictureRemovalParameters m_subPictureRemovalParameters; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CustomPictureFormat_mPI // class H245_CustomPictureFormat_mPI : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_CustomPictureFormat_mPI, PASN_Sequence); #endif public: H245_CustomPictureFormat_mPI(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_standardMPI, e_customPCF }; PASN_Integer m_standardMPI; H245_CustomPictureFormat_mPI_customPCF m_customPCF; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // DepFECCapability_rfc2733 // class H245_DepFECCapability_rfc2733 : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_DepFECCapability_rfc2733, PASN_Sequence); #endif public: H245_DepFECCapability_rfc2733(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Boolean m_redundancyEncoding; H245_DepFECCapability_rfc2733_separateStream m_separateStream; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // OpenLogicalChannel_forwardLogicalChannelParameters // class H245_OpenLogicalChannel_forwardLogicalChannelParameters : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_OpenLogicalChannel_forwardLogicalChannelParameters, PASN_Sequence); #endif public: H245_OpenLogicalChannel_forwardLogicalChannelParameters(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_portNumber, e_forwardLogicalChannelDependency, e_replacementFor }; PASN_Integer m_portNumber; H245_DataType m_dataType; H245_OpenLogicalChannel_forwardLogicalChannelParameters_multiplexParameters m_multiplexParameters; H245_LogicalChannelNumber m_forwardLogicalChannelDependency; H245_LogicalChannelNumber m_replacementFor; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // OpenLogicalChannel_reverseLogicalChannelParameters // class H245_OpenLogicalChannel_reverseLogicalChannelParameters : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_OpenLogicalChannel_reverseLogicalChannelParameters, PASN_Sequence); #endif public: H245_OpenLogicalChannel_reverseLogicalChannelParameters(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_multiplexParameters, e_reverseLogicalChannelDependency, e_replacementFor }; H245_DataType m_dataType; H245_OpenLogicalChannel_reverseLogicalChannelParameters_multiplexParameters m_multiplexParameters; H245_LogicalChannelNumber m_reverseLogicalChannelDependency; H245_LogicalChannelNumber m_replacementFor; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RedundancyEncoding_rtpRedundancyEncoding // class H245_RedundancyEncoding_rtpRedundancyEncoding : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RedundancyEncoding_rtpRedundancyEncoding, PASN_Sequence); #endif public: H245_RedundancyEncoding_rtpRedundancyEncoding(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_primary, e_secondary }; H245_RedundancyEncodingElement m_primary; H245_ArrayOf_RedundancyEncodingElement m_secondary; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // DepFECData_rfc2733 // class H245_DepFECData_rfc2733 : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_DepFECData_rfc2733, PASN_Sequence); #endif public: H245_DepFECData_rfc2733(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_DepFECData_rfc2733_mode m_mode; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // FECData_rfc2733 // class H245_FECData_rfc2733 : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_FECData_rfc2733, PASN_Sequence); #endif public: H245_FECData_rfc2733(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_fecScheme }; PASN_Integer m_protectedPayloadType; PASN_ObjectId m_fecScheme; H245_FECData_rfc2733_pktMode m_pktMode; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // UnicastAddress_iPSourceRouteAddress // class H245_UnicastAddress_iPSourceRouteAddress : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_UnicastAddress_iPSourceRouteAddress, PASN_Sequence); #endif public: H245_UnicastAddress_iPSourceRouteAddress(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_UnicastAddress_iPSourceRouteAddress_routing m_routing; PASN_OctetString m_network; PASN_Integer m_tsapIdentifier; H245_UnicastAddress_iPSourceRouteAddress_route m_route; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // OpenLogicalChannelAck_reverseLogicalChannelParameters // class H245_OpenLogicalChannelAck_reverseLogicalChannelParameters : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_OpenLogicalChannelAck_reverseLogicalChannelParameters, PASN_Sequence); #endif public: H245_OpenLogicalChannelAck_reverseLogicalChannelParameters(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_portNumber, e_multiplexParameters, e_replacementFor }; H245_LogicalChannelNumber m_reverseLogicalChannelNumber; PASN_Integer m_portNumber; H245_OpenLogicalChannelAck_reverseLogicalChannelParameters_multiplexParameters m_multiplexParameters; H245_LogicalChannelNumber m_replacementFor; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // DepFECMode_rfc2733Mode // class H245_DepFECMode_rfc2733Mode : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_DepFECMode_rfc2733Mode, PASN_Sequence); #endif public: H245_DepFECMode_rfc2733Mode(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_DepFECMode_rfc2733Mode_mode m_mode; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConferenceRequest_requestTerminalCertificate // class H245_ConferenceRequest_requestTerminalCertificate : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ConferenceRequest_requestTerminalCertificate, PASN_Sequence); #endif public: H245_ConferenceRequest_requestTerminalCertificate(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_terminalLabel, e_certSelectionCriteria, e_sRandom }; H245_TerminalLabel m_terminalLabel; H245_CertSelectionCriteria m_certSelectionCriteria; PASN_Integer m_sRandom; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConferenceResponse_mCTerminalIDResponse // class H245_ConferenceResponse_mCTerminalIDResponse : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ConferenceResponse_mCTerminalIDResponse, PASN_Sequence); #endif public: H245_ConferenceResponse_mCTerminalIDResponse(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_TerminalLabel m_terminalLabel; H245_TerminalID m_terminalID; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConferenceResponse_terminalIDResponse // class H245_ConferenceResponse_terminalIDResponse : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ConferenceResponse_terminalIDResponse, PASN_Sequence); #endif public: H245_ConferenceResponse_terminalIDResponse(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_TerminalLabel m_terminalLabel; H245_TerminalID m_terminalID; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConferenceResponse_conferenceIDResponse // class H245_ConferenceResponse_conferenceIDResponse : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ConferenceResponse_conferenceIDResponse, PASN_Sequence); #endif public: H245_ConferenceResponse_conferenceIDResponse(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_TerminalLabel m_terminalLabel; H245_ConferenceID m_conferenceID; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConferenceResponse_passwordResponse // class H245_ConferenceResponse_passwordResponse : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ConferenceResponse_passwordResponse, PASN_Sequence); #endif public: H245_ConferenceResponse_passwordResponse(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_TerminalLabel m_terminalLabel; H245_Password m_password; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConferenceResponse_chairTokenOwnerResponse // class H245_ConferenceResponse_chairTokenOwnerResponse : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ConferenceResponse_chairTokenOwnerResponse, PASN_Sequence); #endif public: H245_ConferenceResponse_chairTokenOwnerResponse(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_TerminalLabel m_terminalLabel; H245_TerminalID m_terminalID; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ConferenceResponse_terminalCertificateResponse // class H245_ConferenceResponse_terminalCertificateResponse : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ConferenceResponse_terminalCertificateResponse, PASN_Sequence); #endif public: H245_ConferenceResponse_terminalCertificateResponse(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_terminalLabel, e_certificateResponse }; H245_TerminalLabel m_terminalLabel; PASN_OctetString m_certificateResponse; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MultilinkRequest_maximumHeaderInterval // class H245_MultilinkRequest_maximumHeaderInterval : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultilinkRequest_maximumHeaderInterval, PASN_Sequence); #endif public: H245_MultilinkRequest_maximumHeaderInterval(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_MultilinkRequest_maximumHeaderInterval_requestType m_requestType; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MultilinkResponse_addConnection // class H245_MultilinkResponse_addConnection : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MultilinkResponse_addConnection, PASN_Sequence); #endif public: H245_MultilinkResponse_addConnection(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_SequenceNumber m_sequenceNumber; H245_MultilinkResponse_addConnection_responseCode m_responseCode; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // SendTerminalCapabilitySet_specificRequest // class H245_SendTerminalCapabilitySet_specificRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_SendTerminalCapabilitySet_specificRequest, PASN_Sequence); #endif public: H245_SendTerminalCapabilitySet_specificRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_capabilityTableEntryNumbers, e_capabilityDescriptorNumbers }; PASN_Boolean m_multiplexCapability; H245_ArrayOf_CapabilityTableEntryNumber m_capabilityTableEntryNumbers; H245_ArrayOf_CapabilityDescriptorNumber m_capabilityDescriptorNumbers; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // EncryptionCommand_encryptionAlgorithmID // class H245_EncryptionCommand_encryptionAlgorithmID : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_EncryptionCommand_encryptionAlgorithmID, PASN_Sequence); #endif public: H245_EncryptionCommand_encryptionAlgorithmID(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_SequenceNumber m_h233AlgorithmIdentifier; H245_NonStandardParameter m_associatedAlgorithm; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // NewATMVCCommand_reverseParameters // class H245_NewATMVCCommand_reverseParameters : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_NewATMVCCommand_reverseParameters, PASN_Sequence); #endif public: H245_NewATMVCCommand_reverseParameters(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_bitRate; PASN_Boolean m_bitRateLockedToPCRClock; PASN_Boolean m_bitRateLockedToNetworkClock; H245_NewATMVCCommand_reverseParameters_multiplex m_multiplex; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // NewATMVCIndication_reverseParameters // class H245_NewATMVCIndication_reverseParameters : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_NewATMVCIndication_reverseParameters, PASN_Sequence); #endif public: H245_NewATMVCIndication_reverseParameters(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_bitRate; PASN_Boolean m_bitRateLockedToPCRClock; PASN_Boolean m_bitRateLockedToNetworkClock; H245_NewATMVCIndication_reverseParameters_multiplex m_multiplex; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // UserInputIndication_signal // class H245_UserInputIndication_signal : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_UserInputIndication_signal, PASN_Sequence); #endif public: H245_UserInputIndication_signal(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_duration, e_rtp, e_rtpPayloadIndication, e_paramS, e_encryptedSignalType, e_algorithmOID }; PASN_IA5String m_signalType; PASN_Integer m_duration; H245_UserInputIndication_signal_rtp m_rtp; PASN_Null m_rtpPayloadIndication; H245_Params m_paramS; PASN_OctetString m_encryptedSignalType; PASN_ObjectId m_algorithmOID; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // UserInputIndication_signalUpdate // class H245_UserInputIndication_signalUpdate : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_UserInputIndication_signalUpdate, PASN_Sequence); #endif public: H245_UserInputIndication_signalUpdate(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_rtp }; PASN_Integer m_duration; H245_UserInputIndication_signalUpdate_rtp m_rtp; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // UserInputIndication_extendedAlphanumeric // class H245_UserInputIndication_extendedAlphanumeric : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_UserInputIndication_extendedAlphanumeric, PASN_Sequence); #endif public: H245_UserInputIndication_extendedAlphanumeric(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_rtpPayloadIndication, e_encryptedAlphanumeric }; PASN_GeneralString m_alphanumeric; PASN_Null m_rtpPayloadIndication; H245_UserInputIndication_extendedAlphanumeric_encryptedAlphanumeric m_encryptedAlphanumeric; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // V76LogicalChannelParameters_mode_eRM // class H245_V76LogicalChannelParameters_mode_eRM : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_V76LogicalChannelParameters_mode_eRM, PASN_Sequence); #endif public: H245_V76LogicalChannelParameters_mode_eRM(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_windowSize; H245_V76LogicalChannelParameters_mode_eRM_recovery m_recovery; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MiscellaneousCommand_type_progressiveRefinementStart // class H245_MiscellaneousCommand_type_progressiveRefinementStart : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MiscellaneousCommand_type_progressiveRefinementStart, PASN_Sequence); #endif public: H245_MiscellaneousCommand_type_progressiveRefinementStart(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_MiscellaneousCommand_type_progressiveRefinementStart_repeatCount m_repeatCount; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MiscellaneousCommand_type_encryptionUpdateCommand // class H245_MiscellaneousCommand_type_encryptionUpdateCommand : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_MiscellaneousCommand_type_encryptionUpdateCommand, PASN_Sequence); #endif public: H245_MiscellaneousCommand_type_encryptionUpdateCommand(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_multiplePayloadStream }; H245_EncryptionSync m_encryptionSync; H245_MultiplePayloadStream m_multiplePayloadStream; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // NewATMVCCommand_aal_aal1 // class H245_NewATMVCCommand_aal_aal1 : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_NewATMVCCommand_aal_aal1, PASN_Sequence); #endif public: H245_NewATMVCCommand_aal_aal1(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_NewATMVCCommand_aal_aal1_clockRecovery m_clockRecovery; H245_NewATMVCCommand_aal_aal1_errorCorrection m_errorCorrection; PASN_Boolean m_structuredDataTransfer; PASN_Boolean m_partiallyFilledCells; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // NewATMVCIndication_aal_aal1 // class H245_NewATMVCIndication_aal_aal1 : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_NewATMVCIndication_aal_aal1, PASN_Sequence); #endif public: H245_NewATMVCIndication_aal_aal1(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_NewATMVCIndication_aal_aal1_clockRecovery m_clockRecovery; H245_NewATMVCIndication_aal_aal1_errorCorrection m_errorCorrection; PASN_Boolean m_structuredDataTransfer; PASN_Boolean m_partiallyFilledCells; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // NonStandardMessage // class H245_NonStandardMessage : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_NonStandardMessage, PASN_Sequence); #endif public: H245_NonStandardMessage(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_NonStandardParameter m_nonStandardData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // VCCapability // class H245_VCCapability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_VCCapability, PASN_Sequence); #endif public: H245_VCCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_aal1, e_aal5, e_aal1ViaGateway }; H245_VCCapability_aal1 m_aal1; H245_VCCapability_aal5 m_aal5; PASN_Boolean m_transportStream; PASN_Boolean m_programStream; H245_VCCapability_availableBitRates m_availableBitRates; H245_VCCapability_aal1ViaGateway m_aal1ViaGateway; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H2250Capability // class H245_H2250Capability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H2250Capability, PASN_Sequence); #endif public: H245_H2250Capability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_transportCapability, e_redundancyEncodingCapability, e_logicalChannelSwitchingCapability, e_t120DynamicPortCapability }; PASN_Integer m_maximumAudioDelayJitter; H245_MultipointCapability m_receiveMultipointCapability; H245_MultipointCapability m_transmitMultipointCapability; H245_MultipointCapability m_receiveAndTransmitMultipointCapability; H245_H2250Capability_mcCapability m_mcCapability; PASN_Boolean m_rtcpVideoControlCapability; H245_MediaPacketizationCapability m_mediaPacketizationCapability; H245_TransportCapability m_transportCapability; H245_ArrayOf_RedundancyEncodingCapability m_redundancyEncodingCapability; PASN_Boolean m_logicalChannelSwitchingCapability; PASN_Boolean m_t120DynamicPortCapability; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RefPictureSelection // class H245_RefPictureSelection : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RefPictureSelection, PASN_Sequence); #endif public: H245_RefPictureSelection(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_additionalPictureMemory, e_enhancedReferencePicSelect }; H245_RefPictureSelection_additionalPictureMemory m_additionalPictureMemory; PASN_Boolean m_videoMux; H245_RefPictureSelection_videoBackChannelSend m_videoBackChannelSend; H245_RefPictureSelection_enhancedReferencePicSelect m_enhancedReferencePicSelect; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CustomPictureFormat // class H245_CustomPictureFormat : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_CustomPictureFormat, PASN_Sequence); #endif public: H245_CustomPictureFormat(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_maxCustomPictureWidth; PASN_Integer m_maxCustomPictureHeight; PASN_Integer m_minCustomPictureWidth; PASN_Integer m_minCustomPictureHeight; H245_CustomPictureFormat_mPI m_mPI; H245_CustomPictureFormat_pixelAspectInformation m_pixelAspectInformation; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H263VideoModeCombos // class H245_H263VideoModeCombos : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H263VideoModeCombos, PASN_Sequence); #endif public: H245_H263VideoModeCombos(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_H263ModeComboFlags m_h263VideoUncoupledModes; H245_ArrayOf_H263ModeComboFlags m_h263VideoCoupledModes; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // T38FaxProfile // class H245_T38FaxProfile : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_T38FaxProfile, PASN_Sequence); #endif public: H245_T38FaxProfile(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_version, e_t38FaxRateManagement, e_t38FaxUdpOptions, e_t38FaxTcpOptions }; PASN_Boolean m_fillBitRemoval; PASN_Boolean m_transcodingJBIG; PASN_Boolean m_transcodingMMR; PASN_Integer m_version; H245_T38FaxRateManagement m_t38FaxRateManagement; H245_T38FaxUdpOptions m_t38FaxUdpOptions; H245_T38FaxTcpOptions m_t38FaxTcpOptions; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // EncryptionAuthenticationAndIntegrity // class H245_EncryptionAuthenticationAndIntegrity : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_EncryptionAuthenticationAndIntegrity, PASN_Sequence); #endif public: H245_EncryptionAuthenticationAndIntegrity(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_encryptionCapability, e_authenticationCapability, e_integrityCapability, e_genericH235SecurityCapability }; H245_EncryptionCapability m_encryptionCapability; H245_AuthenticationCapability m_authenticationCapability; H245_IntegrityCapability m_integrityCapability; H245_GenericCapability m_genericH235SecurityCapability; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // OpenLogicalChannel // class H245_OpenLogicalChannel : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_OpenLogicalChannel, PASN_Sequence); #endif public: H245_OpenLogicalChannel(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_reverseLogicalChannelParameters, e_separateStack, e_encryptionSync }; H245_LogicalChannelNumber m_forwardLogicalChannelNumber; H245_OpenLogicalChannel_forwardLogicalChannelParameters m_forwardLogicalChannelParameters; H245_OpenLogicalChannel_reverseLogicalChannelParameters m_reverseLogicalChannelParameters; H245_NetworkAccessParameters m_separateStack; H245_EncryptionSync m_encryptionSync; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H235Media // class H245_H235Media : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H235Media, PASN_Sequence); #endif public: H245_H235Media(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_EncryptionAuthenticationAndIntegrity m_encryptionAuthenticationAndIntegrity; H245_H235Media_mediaType m_mediaType; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // V76LogicalChannelParameters // class H245_V76LogicalChannelParameters : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_V76LogicalChannelParameters, PASN_Sequence); #endif public: H245_V76LogicalChannelParameters(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_V76HDLCParameters m_hdlcParameters; H245_V76LogicalChannelParameters_suspendResume m_suspendResume; PASN_Boolean m_uIH; H245_V76LogicalChannelParameters_mode m_mode; H245_V75Parameters m_v75Parameters; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RedundancyEncoding // class H245_RedundancyEncoding : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RedundancyEncoding, PASN_Sequence); #endif public: H245_RedundancyEncoding(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_secondaryEncoding, e_rtpRedundancyEncoding }; H245_RedundancyEncodingMethod m_redundancyEncodingMethod; H245_DataType m_secondaryEncoding; H245_RedundancyEncoding_rtpRedundancyEncoding m_rtpRedundancyEncoding; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // OpenLogicalChannelAck // class H245_OpenLogicalChannelAck : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_OpenLogicalChannelAck, PASN_Sequence); #endif public: H245_OpenLogicalChannelAck(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_reverseLogicalChannelParameters, e_separateStack, e_forwardMultiplexAckParameters, e_encryptionSync }; H245_LogicalChannelNumber m_forwardLogicalChannelNumber; H245_OpenLogicalChannelAck_reverseLogicalChannelParameters m_reverseLogicalChannelParameters; H245_NetworkAccessParameters m_separateStack; H245_OpenLogicalChannelAck_forwardMultiplexAckParameters m_forwardMultiplexAckParameters; H245_EncryptionSync m_encryptionSync; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H235Mode // class H245_H235Mode : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H235Mode, PASN_Sequence); #endif public: H245_H235Mode(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_EncryptionAuthenticationAndIntegrity m_encryptionAuthenticationAndIntegrity; H245_H235Mode_mediaMode m_mediaMode; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RedundancyEncodingDTMode // class H245_RedundancyEncodingDTMode : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_RedundancyEncodingDTMode, PASN_Sequence); #endif public: H245_RedundancyEncodingDTMode(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_RedundancyEncodingMethod m_redundancyEncodingMethod; H245_RedundancyEncodingDTModeElement m_primary; H245_ArrayOf_RedundancyEncodingDTModeElement m_secondary; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H2250ModeParameters // class H245_H2250ModeParameters : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H2250ModeParameters, PASN_Sequence); #endif public: H245_H2250ModeParameters(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_redundancyEncodingMode }; H245_RedundancyEncodingMode m_redundancyEncodingMode; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CommunicationModeTableEntry // class H245_CommunicationModeTableEntry : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_CommunicationModeTableEntry, PASN_Sequence); #endif public: H245_CommunicationModeTableEntry(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandard, e_associatedSessionID, e_terminalLabel, e_mediaChannel, e_mediaGuaranteedDelivery, e_mediaControlChannel, e_mediaControlGuaranteedDelivery, e_redundancyEncoding, e_sessionDependency, e_destination }; H245_ArrayOf_NonStandardParameter m_nonStandard; PASN_Integer m_sessionID; PASN_Integer m_associatedSessionID; H245_TerminalLabel m_terminalLabel; PASN_BMPString m_sessionDescription; H245_CommunicationModeTableEntry_dataType m_dataType; H245_TransportAddress m_mediaChannel; PASN_Boolean m_mediaGuaranteedDelivery; H245_TransportAddress m_mediaControlChannel; PASN_Boolean m_mediaControlGuaranteedDelivery; H245_RedundancyEncoding m_redundancyEncoding; PASN_Integer m_sessionDependency; H245_TerminalLabel m_destination; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // NewATMVCCommand // class H245_NewATMVCCommand : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_NewATMVCCommand, PASN_Sequence); #endif public: H245_NewATMVCCommand(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_resourceID; PASN_Integer m_bitRate; PASN_Boolean m_bitRateLockedToPCRClock; PASN_Boolean m_bitRateLockedToNetworkClock; H245_NewATMVCCommand_aal m_aal; H245_NewATMVCCommand_multiplex m_multiplex; H245_NewATMVCCommand_reverseParameters m_reverseParameters; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // NewATMVCIndication // class H245_NewATMVCIndication : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_NewATMVCIndication, PASN_Sequence); #endif public: H245_NewATMVCIndication(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_reverseParameters }; PASN_Integer m_resourceID; PASN_Integer m_bitRate; PASN_Boolean m_bitRateLockedToPCRClock; PASN_Boolean m_bitRateLockedToNetworkClock; H245_NewATMVCIndication_aal m_aal; H245_NewATMVCIndication_multiplex m_multiplex; H245_NewATMVCIndication_reverseParameters m_reverseParameters; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // DataApplicationCapability_application_t38fax // class H245_DataApplicationCapability_application_t38fax : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_DataApplicationCapability_application_t38fax, PASN_Sequence); #endif public: H245_DataApplicationCapability_application_t38fax(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_DataProtocolCapability m_t38FaxProtocol; H245_T38FaxProfile m_t38FaxProfile; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // DataMode_application_t38fax // class H245_DataMode_application_t38fax : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_DataMode_application_t38fax, PASN_Sequence); #endif public: H245_DataMode_application_t38fax(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_DataProtocolCapability m_t38FaxProtocol; H245_T38FaxProfile m_t38FaxProfile; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H235SecurityCapability // class H245_H235SecurityCapability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H235SecurityCapability, PASN_Sequence); #endif public: H245_H235SecurityCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_EncryptionAuthenticationAndIntegrity m_encryptionAuthenticationAndIntegrity; H245_CapabilityTableEntryNumber m_mediaCapability; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H263Options // class H245_H263Options : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H263Options, PASN_Sequence); #endif public: H245_H263Options(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_transparencyParameters, e_refPictureSelection, e_customPictureClockFrequency, e_customPictureFormat, e_modeCombos, e_videoBadMBsCap, e_h263Version3Options }; PASN_Boolean m_advancedIntraCodingMode; PASN_Boolean m_deblockingFilterMode; PASN_Boolean m_improvedPBFramesMode; PASN_Boolean m_unlimitedMotionVectors; PASN_Boolean m_fullPictureFreeze; PASN_Boolean m_partialPictureFreezeAndRelease; PASN_Boolean m_resizingPartPicFreezeAndRelease; PASN_Boolean m_fullPictureSnapshot; PASN_Boolean m_partialPictureSnapshot; PASN_Boolean m_videoSegmentTagging; PASN_Boolean m_progressiveRefinement; PASN_Boolean m_dynamicPictureResizingByFour; PASN_Boolean m_dynamicPictureResizingSixteenthPel; PASN_Boolean m_dynamicWarpingHalfPel; PASN_Boolean m_dynamicWarpingSixteenthPel; PASN_Boolean m_independentSegmentDecoding; PASN_Boolean m_slicesInOrder_NonRect; PASN_Boolean m_slicesInOrder_Rect; PASN_Boolean m_slicesNoOrder_NonRect; PASN_Boolean m_slicesNoOrder_Rect; PASN_Boolean m_alternateInterVLCMode; PASN_Boolean m_modifiedQuantizationMode; PASN_Boolean m_reducedResolutionUpdate; H245_TransparencyParameters m_transparencyParameters; PASN_Boolean m_separateVideoBackChannel; H245_RefPictureSelection m_refPictureSelection; H245_ArrayOf_CustomPictureClockFrequency m_customPictureClockFrequency; H245_ArrayOf_CustomPictureFormat m_customPictureFormat; H245_ArrayOf_H263VideoModeCombos m_modeCombos; PASN_Boolean m_videoBadMBsCap; H245_H263Version3Options m_h263Version3Options; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H2250LogicalChannelParameters // class H245_H2250LogicalChannelParameters : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H2250LogicalChannelParameters, PASN_Sequence); #endif public: H245_H2250LogicalChannelParameters(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandard, e_associatedSessionID, e_mediaChannel, e_mediaGuaranteedDelivery, e_mediaControlChannel, e_mediaControlGuaranteedDelivery, e_silenceSuppression, e_destination, e_dynamicRTPPayloadType, e_mediaPacketization, e_transportCapability, e_redundancyEncoding, e_source }; H245_ArrayOf_NonStandardParameter m_nonStandard; PASN_Integer m_sessionID; PASN_Integer m_associatedSessionID; H245_TransportAddress m_mediaChannel; PASN_Boolean m_mediaGuaranteedDelivery; H245_TransportAddress m_mediaControlChannel; PASN_Boolean m_mediaControlGuaranteedDelivery; PASN_Boolean m_silenceSuppression; H245_TerminalLabel m_destination; PASN_Integer m_dynamicRTPPayloadType; H245_H2250LogicalChannelParameters_mediaPacketization m_mediaPacketization; H245_TransportCapability m_transportCapability; H245_RedundancyEncoding m_redundancyEncoding; H245_TerminalLabel m_source; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ModeElement // class H245_ModeElement : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_ModeElement, PASN_Sequence); #endif public: H245_ModeElement(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_h223ModeParameters, e_v76ModeParameters, e_h2250ModeParameters, e_genericModeParameters, e_multiplexedStreamModeParameters, e_logicalChannelNumber }; H245_ModeElementType m_type; H245_H223ModeParameters m_h223ModeParameters; H245_V76ModeParameters m_v76ModeParameters; H245_H2250ModeParameters m_h2250ModeParameters; H245_GenericCapability m_genericModeParameters; H245_MultiplexedStreamModeParameters m_multiplexedStreamModeParameters; H245_LogicalChannelNumber m_logicalChannelNumber; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H263VideoMode // class H245_H263VideoMode : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H263VideoMode, PASN_Sequence); #endif public: H245_H263VideoMode(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_errorCompensation, e_enhancementLayerInfo, e_h263Options }; H245_H263VideoMode_resolution m_resolution; PASN_Integer m_bitRate; PASN_Boolean m_unrestrictedVector; PASN_Boolean m_arithmeticCoding; PASN_Boolean m_advancedPrediction; PASN_Boolean m_pbFrames; PASN_Boolean m_errorCompensation; H245_EnhancementLayerInfo m_enhancementLayerInfo; H245_H263Options m_h263Options; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // H263VideoCapability // class H245_H263VideoCapability : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_H263VideoCapability, PASN_Sequence); #endif public: H245_H263VideoCapability(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_sqcifMPI, e_qcifMPI, e_cifMPI, e_cif4MPI, e_cif16MPI, e_hrd_B, e_bppMaxKb, e_slowSqcifMPI, e_slowQcifMPI, e_slowCifMPI, e_slowCif4MPI, e_slowCif16MPI, e_errorCompensation, e_enhancementLayerInfo, e_h263Options }; PASN_Integer m_sqcifMPI; PASN_Integer m_qcifMPI; PASN_Integer m_cifMPI; PASN_Integer m_cif4MPI; PASN_Integer m_cif16MPI; PASN_Integer m_maxBitRate; PASN_Boolean m_unrestrictedVector; PASN_Boolean m_arithmeticCoding; PASN_Boolean m_advancedPrediction; PASN_Boolean m_pbFrames; PASN_Boolean m_temporalSpatialTradeOffCapability; PASN_Integer m_hrd_B; PASN_Integer m_bppMaxKb; PASN_Integer m_slowSqcifMPI; PASN_Integer m_slowQcifMPI; PASN_Integer m_slowCifMPI; PASN_Integer m_slowCif4MPI; PASN_Integer m_slowCif16MPI; PASN_Boolean m_errorCompensation; H245_EnhancementLayerInfo m_enhancementLayerInfo; H245_H263Options m_h263Options; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // EnhancementOptions // class H245_EnhancementOptions : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_EnhancementOptions, PASN_Sequence); #endif public: H245_EnhancementOptions(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_sqcifMPI, e_qcifMPI, e_cifMPI, e_cif4MPI, e_cif16MPI, e_slowSqcifMPI, e_slowQcifMPI, e_slowCifMPI, e_slowCif4MPI, e_slowCif16MPI, e_h263Options }; PASN_Integer m_sqcifMPI; PASN_Integer m_qcifMPI; PASN_Integer m_cifMPI; PASN_Integer m_cif4MPI; PASN_Integer m_cif16MPI; PASN_Integer m_maxBitRate; PASN_Boolean m_unrestrictedVector; PASN_Boolean m_arithmeticCoding; PASN_Boolean m_temporalSpatialTradeOffCapability; PASN_Integer m_slowSqcifMPI; PASN_Integer m_slowQcifMPI; PASN_Integer m_slowCifMPI; PASN_Integer m_slowCif4MPI; PASN_Integer m_slowCif16MPI; PASN_Boolean m_errorCompensation; H245_H263Options m_h263Options; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // BEnhancementParameters // class H245_BEnhancementParameters : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H245_BEnhancementParameters, PASN_Sequence); #endif public: H245_BEnhancementParameters(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H245_EnhancementOptions m_enhancementOptions; PASN_Integer m_numberOfBPictures; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; #endif // __H245_H #endif // if ! H323_DISABLE_H245 // End of h245.h openh323_v1_18_0/include/h248.h0100644000176200056700000031634210034005721016112 0ustar releasepostincr// // h248.h // // Code automatically generated by asnparse. // #if ! H323_DISABLE_H248 #ifndef __H248_H #define __H248_H #ifdef P_USE_PRAGMA #pragma interface #endif #include // // SecurityParmIndex // class H248_SecurityParmIndex : public PASN_OctetString { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_SecurityParmIndex, PASN_OctetString); #endif public: H248_SecurityParmIndex(unsigned tag = UniversalOctetString, TagClass tagClass = UniversalTagClass); H248_SecurityParmIndex(const char * v); H248_SecurityParmIndex(const PString & v); H248_SecurityParmIndex(const PBYTEArray & v); H248_SecurityParmIndex & operator=(const char * v); H248_SecurityParmIndex & operator=(const PString & v); H248_SecurityParmIndex & operator=(const PBYTEArray & v); PObject * Clone() const; }; // // SequenceNum // class H248_SequenceNum : public PASN_OctetString { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_SequenceNum, PASN_OctetString); #endif public: H248_SequenceNum(unsigned tag = UniversalOctetString, TagClass tagClass = UniversalTagClass); H248_SequenceNum(const char * v); H248_SequenceNum(const PString & v); H248_SequenceNum(const PBYTEArray & v); H248_SequenceNum & operator=(const char * v); H248_SequenceNum & operator=(const PString & v); H248_SequenceNum & operator=(const PBYTEArray & v); PObject * Clone() const; }; // // AuthData // class H248_AuthData : public PASN_OctetString { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_AuthData, PASN_OctetString); #endif public: H248_AuthData(unsigned tag = UniversalOctetString, TagClass tagClass = UniversalTagClass); H248_AuthData(const char * v); H248_AuthData(const PString & v); H248_AuthData(const PBYTEArray & v); H248_AuthData & operator=(const char * v); H248_AuthData & operator=(const PString & v); H248_AuthData & operator=(const PBYTEArray & v); PObject * Clone() const; }; // // MId // class H248_IP4Address; class H248_IP6Address; class H248_DomainName; class H248_PathName; class H248_MId : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_MId, PASN_Choice); #endif public: H248_MId(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_ip4Address, e_ip6Address, e_domainName, e_deviceName, e_mtpAddress }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_IP4Address &() const; #else operator H248_IP4Address &(); operator const H248_IP4Address &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_IP6Address &() const; #else operator H248_IP6Address &(); operator const H248_IP6Address &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_DomainName &() const; #else operator H248_DomainName &(); operator const H248_DomainName &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_PathName &() const; #else operator H248_PathName &(); operator const H248_PathName &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // DomainName // class H248_DomainName : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_DomainName, PASN_Sequence); #endif public: H248_DomainName(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_portNumber }; PASN_IA5String m_name; PASN_Integer m_portNumber; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // IP4Address // class H248_IP4Address : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_IP4Address, PASN_Sequence); #endif public: H248_IP4Address(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_portNumber }; PASN_OctetString m_address; PASN_Integer m_portNumber; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // IP6Address // class H248_IP6Address : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_IP6Address, PASN_Sequence); #endif public: H248_IP6Address(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_portNumber }; PASN_OctetString m_address; PASN_Integer m_portNumber; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // PathName // class H248_PathName : public PASN_IA5String { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_PathName, PASN_IA5String); #endif public: H248_PathName(unsigned tag = UniversalIA5String, TagClass tagClass = UniversalTagClass); H248_PathName & operator=(const char * v); H248_PathName & operator=(const PString & v); PObject * Clone() const; }; // // Transaction // class H248_TransactionRequest; class H248_TransactionPending; class H248_TransactionReply; class H248_TransactionResponseAck; class H248_Transaction : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_Transaction, PASN_Choice); #endif public: H248_Transaction(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_transactionRequest, e_transactionPending, e_transactionReply, e_transactionResponseAck }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_TransactionRequest &() const; #else operator H248_TransactionRequest &(); operator const H248_TransactionRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_TransactionPending &() const; #else operator H248_TransactionPending &(); operator const H248_TransactionPending &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_TransactionReply &() const; #else operator H248_TransactionReply &(); operator const H248_TransactionReply &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_TransactionResponseAck &() const; #else operator H248_TransactionResponseAck &(); operator const H248_TransactionResponseAck &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // TransactionId // class H248_TransactionId : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_TransactionId, PASN_Integer); #endif public: H248_TransactionId(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); H248_TransactionId & operator=(int v); H248_TransactionId & operator=(unsigned v); PObject * Clone() const; }; // // TransactionPending // class H248_TransactionPending : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_TransactionPending, PASN_Sequence); #endif public: H248_TransactionPending(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H248_TransactionId m_transactionId; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TransactionResponseAck // class H248_TransactionAck; class H248_TransactionResponseAck : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_TransactionResponseAck, PASN_Array); #endif public: H248_TransactionResponseAck(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H248_TransactionAck & operator[](PINDEX i) const; PObject * Clone() const; }; // // TransactionAck // class H248_TransactionAck : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_TransactionAck, PASN_Sequence); #endif public: H248_TransactionAck(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_lastAck }; H248_TransactionId m_firstAck; H248_TransactionId m_lastAck; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ErrorCode // class H248_ErrorCode : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ErrorCode, PASN_Integer); #endif public: H248_ErrorCode(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); H248_ErrorCode & operator=(int v); H248_ErrorCode & operator=(unsigned v); PObject * Clone() const; }; // // ErrorText // class H248_ErrorText : public PASN_IA5String { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ErrorText, PASN_IA5String); #endif public: H248_ErrorText(unsigned tag = UniversalIA5String, TagClass tagClass = UniversalTagClass); H248_ErrorText & operator=(const char * v); H248_ErrorText & operator=(const PString & v); PObject * Clone() const; }; // // ContextID // class H248_ContextID : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ContextID, PASN_Integer); #endif public: H248_ContextID(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); H248_ContextID & operator=(int v); H248_ContextID & operator=(unsigned v); PObject * Clone() const; }; // // ContextAttrAuditRequest // class H248_ContextAttrAuditRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ContextAttrAuditRequest, PASN_Sequence); #endif public: H248_ContextAttrAuditRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_topology, e_emergency, e_priority }; PASN_Null m_topology; PASN_Null m_emergency; PASN_Null m_priority; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // Command // class H248_AmmRequest; class H248_SubtractRequest; class H248_AuditRequest; class H248_NotifyRequest; class H248_ServiceChangeRequest; class H248_Command : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_Command, PASN_Choice); #endif public: H248_Command(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_addReq, e_moveReq, e_modReq, e_subtractReq, e_auditCapRequest, e_auditValueRequest, e_notifyReq, e_serviceChangeReq }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_AmmRequest &() const; #else operator H248_AmmRequest &(); operator const H248_AmmRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_SubtractRequest &() const; #else operator H248_SubtractRequest &(); operator const H248_SubtractRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_AuditRequest &() const; #else operator H248_AuditRequest &(); operator const H248_AuditRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_NotifyRequest &() const; #else operator H248_NotifyRequest &(); operator const H248_NotifyRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_ServiceChangeRequest &() const; #else operator H248_ServiceChangeRequest &(); operator const H248_ServiceChangeRequest &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // CommandReply // class H248_AmmsReply; class H248_AuditReply; class H248_NotifyReply; class H248_ServiceChangeReply; class H248_CommandReply : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_CommandReply, PASN_Choice); #endif public: H248_CommandReply(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_addReply, e_moveReply, e_modReply, e_subtractReply, e_auditCapReply, e_auditValueReply, e_notifyReply, e_serviceChangeReply }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_AmmsReply &() const; #else operator H248_AmmsReply &(); operator const H248_AmmsReply &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_AuditReply &() const; #else operator H248_AuditReply &(); operator const H248_AuditReply &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_NotifyReply &() const; #else operator H248_NotifyReply &(); operator const H248_NotifyReply &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_ServiceChangeReply &() const; #else operator H248_ServiceChangeReply &(); operator const H248_ServiceChangeReply &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // AmmDescriptor // class H248_MediaDescriptor; class H248_ModemDescriptor; class H248_MuxDescriptor; class H248_EventsDescriptor; class H248_EventBufferDescriptor; class H248_SignalsDescriptor; class H248_DigitMapDescriptor; class H248_AuditDescriptor; class H248_AmmDescriptor : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_AmmDescriptor, PASN_Choice); #endif public: H248_AmmDescriptor(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_mediaDescriptor, e_modemDescriptor, e_muxDescriptor, e_eventsDescriptor, e_eventBufferDescriptor, e_signalsDescriptor, e_digitMapDescriptor, e_auditDescriptor }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_MediaDescriptor &() const; #else operator H248_MediaDescriptor &(); operator const H248_MediaDescriptor &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_ModemDescriptor &() const; #else operator H248_ModemDescriptor &(); operator const H248_ModemDescriptor &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_MuxDescriptor &() const; #else operator H248_MuxDescriptor &(); operator const H248_MuxDescriptor &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_EventsDescriptor &() const; #else operator H248_EventsDescriptor &(); operator const H248_EventsDescriptor &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_EventBufferDescriptor &() const; #else operator H248_EventBufferDescriptor &(); operator const H248_EventBufferDescriptor &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_SignalsDescriptor &() const; #else operator H248_SignalsDescriptor &(); operator const H248_SignalsDescriptor &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_DigitMapDescriptor &() const; #else operator H248_DigitMapDescriptor &(); operator const H248_DigitMapDescriptor &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_AuditDescriptor &() const; #else operator H248_AuditDescriptor &(); operator const H248_AuditDescriptor &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // AuditReply // class H248_TerminationIDList; class H248_ErrorDescriptor; class H248_AuditResult; class H248_AuditReply : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_AuditReply, PASN_Choice); #endif public: H248_AuditReply(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_contextAuditResult, e_error, e_auditResult }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_TerminationIDList &() const; #else operator H248_TerminationIDList &(); operator const H248_TerminationIDList &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_ErrorDescriptor &() const; #else operator H248_ErrorDescriptor &(); operator const H248_ErrorDescriptor &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_AuditResult &() const; #else operator H248_AuditResult &(); operator const H248_AuditResult &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // TerminationAudit // class H248_AuditReturnParameter; class H248_TerminationAudit : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_TerminationAudit, PASN_Array); #endif public: H248_TerminationAudit(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H248_AuditReturnParameter & operator[](PINDEX i) const; PObject * Clone() const; }; // // AuditReturnParameter // class H248_ErrorDescriptor; class H248_MediaDescriptor; class H248_ModemDescriptor; class H248_MuxDescriptor; class H248_EventsDescriptor; class H248_EventBufferDescriptor; class H248_SignalsDescriptor; class H248_DigitMapDescriptor; class H248_ObservedEventsDescriptor; class H248_StatisticsDescriptor; class H248_PackagesDescriptor; class H248_AuditDescriptor; class H248_AuditReturnParameter : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_AuditReturnParameter, PASN_Choice); #endif public: H248_AuditReturnParameter(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_errorDescriptor, e_mediaDescriptor, e_modemDescriptor, e_muxDescriptor, e_eventsDescriptor, e_eventBufferDescriptor, e_signalsDescriptor, e_digitMapDescriptor, e_observedEventsDescriptor, e_statisticsDescriptor, e_packagesDescriptor, e_emptyDescriptors }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_ErrorDescriptor &() const; #else operator H248_ErrorDescriptor &(); operator const H248_ErrorDescriptor &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_MediaDescriptor &() const; #else operator H248_MediaDescriptor &(); operator const H248_MediaDescriptor &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_ModemDescriptor &() const; #else operator H248_ModemDescriptor &(); operator const H248_ModemDescriptor &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_MuxDescriptor &() const; #else operator H248_MuxDescriptor &(); operator const H248_MuxDescriptor &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_EventsDescriptor &() const; #else operator H248_EventsDescriptor &(); operator const H248_EventsDescriptor &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_EventBufferDescriptor &() const; #else operator H248_EventBufferDescriptor &(); operator const H248_EventBufferDescriptor &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_SignalsDescriptor &() const; #else operator H248_SignalsDescriptor &(); operator const H248_SignalsDescriptor &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_DigitMapDescriptor &() const; #else operator H248_DigitMapDescriptor &(); operator const H248_DigitMapDescriptor &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_ObservedEventsDescriptor &() const; #else operator H248_ObservedEventsDescriptor &(); operator const H248_ObservedEventsDescriptor &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_StatisticsDescriptor &() const; #else operator H248_StatisticsDescriptor &(); operator const H248_StatisticsDescriptor &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_PackagesDescriptor &() const; #else operator H248_PackagesDescriptor &(); operator const H248_PackagesDescriptor &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_AuditDescriptor &() const; #else operator H248_AuditDescriptor &(); operator const H248_AuditDescriptor &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // IndAuditParameter // class H248_IndAudMediaDescriptor; class H248_IndAudEventsDescriptor; class H248_IndAudEventBufferDescriptor; class H248_IndAudSignalsDescriptor; class H248_IndAudDigitMapDescriptor; class H248_IndAudStatisticsDescriptor; class H248_IndAudPackagesDescriptor; class H248_IndAuditParameter : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_IndAuditParameter, PASN_Choice); #endif public: H248_IndAuditParameter(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_indaudmediaDescriptor, e_indaudeventsDescriptor, e_indaudeventBufferDescriptor, e_indaudsignalsDescriptor, e_indauddigitMapDescriptor, e_indaudstatisticsDescriptor, e_indaudpackagesDescriptor }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_IndAudMediaDescriptor &() const; #else operator H248_IndAudMediaDescriptor &(); operator const H248_IndAudMediaDescriptor &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_IndAudEventsDescriptor &() const; #else operator H248_IndAudEventsDescriptor &(); operator const H248_IndAudEventsDescriptor &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_IndAudEventBufferDescriptor &() const; #else operator H248_IndAudEventBufferDescriptor &(); operator const H248_IndAudEventBufferDescriptor &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_IndAudSignalsDescriptor &() const; #else operator H248_IndAudSignalsDescriptor &(); operator const H248_IndAudSignalsDescriptor &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_IndAudDigitMapDescriptor &() const; #else operator H248_IndAudDigitMapDescriptor &(); operator const H248_IndAudDigitMapDescriptor &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_IndAudStatisticsDescriptor &() const; #else operator H248_IndAudStatisticsDescriptor &(); operator const H248_IndAudStatisticsDescriptor &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_IndAudPackagesDescriptor &() const; #else operator H248_IndAudPackagesDescriptor &(); operator const H248_IndAudPackagesDescriptor &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // IndAudPropertyGroup // class H248_IndAudPropertyParm; class H248_IndAudPropertyGroup : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_IndAudPropertyGroup, PASN_Array); #endif public: H248_IndAudPropertyGroup(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H248_IndAudPropertyParm & operator[](PINDEX i) const; PObject * Clone() const; }; // // IndAudSignalsDescriptor // class H248_IndAudSignal; class H248_IndAudSeqSigList; class H248_IndAudSignalsDescriptor : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_IndAudSignalsDescriptor, PASN_Choice); #endif public: H248_IndAudSignalsDescriptor(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_signal, e_seqSigList }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_IndAudSignal &() const; #else operator H248_IndAudSignal &(); operator const H248_IndAudSignal &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_IndAudSeqSigList &() const; #else operator H248_IndAudSeqSigList &(); operator const H248_IndAudSeqSigList &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ServiceChangeResult // class H248_ErrorDescriptor; class H248_ServiceChangeResParm; class H248_ServiceChangeResult : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ServiceChangeResult, PASN_Choice); #endif public: H248_ServiceChangeResult(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_errorDescriptor, e_serviceChangeResParms }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_ErrorDescriptor &() const; #else operator H248_ErrorDescriptor &(); operator const H248_ErrorDescriptor &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_ServiceChangeResParm &() const; #else operator H248_ServiceChangeResParm &(); operator const H248_ServiceChangeResParm &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // WildcardField // class H248_WildcardField : public PASN_OctetString { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_WildcardField, PASN_OctetString); #endif public: H248_WildcardField(unsigned tag = UniversalOctetString, TagClass tagClass = UniversalTagClass); H248_WildcardField(const char * v); H248_WildcardField(const PString & v); H248_WildcardField(const PBYTEArray & v); H248_WildcardField & operator=(const char * v); H248_WildcardField & operator=(const PString & v); H248_WildcardField & operator=(const PBYTEArray & v); PObject * Clone() const; }; // // TerminationIDList // class H248_TerminationID; class H248_TerminationIDList : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_TerminationIDList, PASN_Array); #endif public: H248_TerminationIDList(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H248_TerminationID & operator[](PINDEX i) const; PObject * Clone() const; }; // // StreamMode // class H248_StreamMode : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_StreamMode, PASN_Enumeration); #endif public: H248_StreamMode(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_sendOnly, e_recvOnly, e_sendRecv, e_inactive, e_loopBack }; H248_StreamMode & operator=(unsigned v); PObject * Clone() const; }; // // Name // class H248_Name : public PASN_OctetString { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_Name, PASN_OctetString); #endif public: H248_Name(unsigned tag = UniversalOctetString, TagClass tagClass = UniversalTagClass); H248_Name(const char * v); H248_Name(const PString & v); H248_Name(const PBYTEArray & v); H248_Name & operator=(const char * v); H248_Name & operator=(const PString & v); H248_Name & operator=(const PBYTEArray & v); PObject * Clone() const; }; // // PkgdName // class H248_PkgdName : public PASN_OctetString { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_PkgdName, PASN_OctetString); #endif public: H248_PkgdName(unsigned tag = UniversalOctetString, TagClass tagClass = UniversalTagClass); H248_PkgdName(const char * v); H248_PkgdName(const PString & v); H248_PkgdName(const PBYTEArray & v); H248_PkgdName & operator=(const char * v); H248_PkgdName & operator=(const PString & v); H248_PkgdName & operator=(const PBYTEArray & v); PObject * Clone() const; }; // // Relation // class H248_Relation : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_Relation, PASN_Enumeration); #endif public: H248_Relation(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_greaterThan, e_smallerThan, e_unequalTo }; H248_Relation & operator=(unsigned v); PObject * Clone() const; }; // // PropertyGroup // class H248_PropertyParm; class H248_PropertyGroup : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_PropertyGroup, PASN_Array); #endif public: H248_PropertyGroup(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H248_PropertyParm & operator[](PINDEX i) const; PObject * Clone() const; }; // // EventBufferControl // class H248_EventBufferControl : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_EventBufferControl, PASN_Enumeration); #endif public: H248_EventBufferControl(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_off, e_lockStep }; H248_EventBufferControl & operator=(unsigned v); PObject * Clone() const; }; // // ServiceState // class H248_ServiceState : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ServiceState, PASN_Enumeration); #endif public: H248_ServiceState(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_test, e_outOfSvc, e_inSvc }; H248_ServiceState & operator=(unsigned v); PObject * Clone() const; }; // // MuxType // class H248_MuxType : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_MuxType, PASN_Enumeration); #endif public: H248_MuxType(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_h221, e_h223, e_h226, e_v76, e_nx64k }; H248_MuxType & operator=(unsigned v); PObject * Clone() const; }; // // StreamID // class H248_StreamID : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_StreamID, PASN_Integer); #endif public: H248_StreamID(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); H248_StreamID & operator=(int v); H248_StreamID & operator=(unsigned v); PObject * Clone() const; }; // // EventDM // class H248_DigitMapName; class H248_DigitMapValue; class H248_EventDM : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_EventDM, PASN_Choice); #endif public: H248_EventDM(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_digitMapName, e_digitMapValue }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_DigitMapName &() const; #else operator H248_DigitMapName &(); operator const H248_DigitMapName &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_DigitMapValue &() const; #else operator H248_DigitMapValue &(); operator const H248_DigitMapValue &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // EventBufferDescriptor // class H248_EventSpec; class H248_EventBufferDescriptor : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_EventBufferDescriptor, PASN_Array); #endif public: H248_EventBufferDescriptor(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H248_EventSpec & operator[](PINDEX i) const; PObject * Clone() const; }; // // SignalsDescriptor // class H248_SignalRequest; class H248_SignalsDescriptor : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_SignalsDescriptor, PASN_Array); #endif public: H248_SignalsDescriptor(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H248_SignalRequest & operator[](PINDEX i) const; PObject * Clone() const; }; // // SignalRequest // class H248_Signal; class H248_SeqSigList; class H248_SignalRequest : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_SignalRequest, PASN_Choice); #endif public: H248_SignalRequest(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_signal, e_seqSigList }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_Signal &() const; #else operator H248_Signal &(); operator const H248_Signal &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_SeqSigList &() const; #else operator H248_SeqSigList &(); operator const H248_SeqSigList &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // SignalType // class H248_SignalType : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_SignalType, PASN_Enumeration); #endif public: H248_SignalType(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_brief, e_onOff, e_timeOut }; H248_SignalType & operator=(unsigned v); PObject * Clone() const; }; // // SignalName // class H248_SignalName : public H248_PkgdName { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_SignalName, H248_PkgdName); #endif public: H248_SignalName(unsigned tag = UniversalOctetString, TagClass tagClass = UniversalTagClass); H248_SignalName(const char * v); H248_SignalName(const PString & v); H248_SignalName(const PBYTEArray & v); H248_SignalName & operator=(const char * v); H248_SignalName & operator=(const PString & v); H248_SignalName & operator=(const PBYTEArray & v); PObject * Clone() const; }; // // NotifyCompletion // class H248_NotifyCompletion : public PASN_BitString { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_NotifyCompletion, PASN_BitString); #endif public: H248_NotifyCompletion(unsigned tag = UniversalBitString, TagClass tagClass = UniversalTagClass); PObject * Clone() const; }; // // RequestID // class H248_RequestID : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_RequestID, PASN_Integer); #endif public: H248_RequestID(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); H248_RequestID & operator=(int v); H248_RequestID & operator=(unsigned v); PObject * Clone() const; }; // // ModemType // class H248_ModemType : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ModemType, PASN_Enumeration); #endif public: H248_ModemType(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_v18, e_v22, e_v22bis, e_v32, e_v32bis, e_v34, e_v90, e_v91, e_synchISDN }; H248_ModemType & operator=(unsigned v); PObject * Clone() const; }; // // DigitMapName // class H248_DigitMapName : public H248_Name { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_DigitMapName, H248_Name); #endif public: H248_DigitMapName(unsigned tag = UniversalOctetString, TagClass tagClass = UniversalTagClass); H248_DigitMapName(const char * v); H248_DigitMapName(const PString & v); H248_DigitMapName(const PBYTEArray & v); H248_DigitMapName & operator=(const char * v); H248_DigitMapName & operator=(const PString & v); H248_DigitMapName & operator=(const PBYTEArray & v); PObject * Clone() const; }; // // DigitMapValue // class H248_DigitMapValue : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_DigitMapValue, PASN_Sequence); #endif public: H248_DigitMapValue(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_startTimer, e_shortTimer, e_longTimer, e_durationTimer }; PASN_Integer m_startTimer; PASN_Integer m_shortTimer; PASN_Integer m_longTimer; PASN_IA5String m_digitMapBody; PASN_Integer m_durationTimer; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ServiceChangeAddress // class H248_IP4Address; class H248_IP6Address; class H248_DomainName; class H248_PathName; class H248_ServiceChangeAddress : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ServiceChangeAddress, PASN_Choice); #endif public: H248_ServiceChangeAddress(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_portNumber, e_ip4Address, e_ip6Address, e_domainName, e_deviceName, e_mtpAddress }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_IP4Address &() const; #else operator H248_IP4Address &(); operator const H248_IP4Address &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_IP6Address &() const; #else operator H248_IP6Address &(); operator const H248_IP6Address &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_DomainName &() const; #else operator H248_DomainName &(); operator const H248_DomainName &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_PathName &() const; #else operator H248_PathName &(); operator const H248_PathName &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ServiceChangeMethod // class H248_ServiceChangeMethod : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ServiceChangeMethod, PASN_Enumeration); #endif public: H248_ServiceChangeMethod(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_failover, e_forced, e_graceful, e_restart, e_disconnected, e_handOff }; H248_ServiceChangeMethod & operator=(unsigned v); PObject * Clone() const; }; // // ServiceChangeProfile // class H248_ServiceChangeProfile : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ServiceChangeProfile, PASN_Sequence); #endif public: H248_ServiceChangeProfile(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_IA5String m_profileName; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // PackagesDescriptor // class H248_PackagesItem; class H248_PackagesDescriptor : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_PackagesDescriptor, PASN_Array); #endif public: H248_PackagesDescriptor(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H248_PackagesItem & operator[](PINDEX i) const; PObject * Clone() const; }; // // PackagesItem // class H248_PackagesItem : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_PackagesItem, PASN_Sequence); #endif public: H248_PackagesItem(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H248_Name m_packageName; PASN_Integer m_packageVersion; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // StatisticsDescriptor // class H248_StatisticsParameter; class H248_StatisticsDescriptor : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_StatisticsDescriptor, PASN_Array); #endif public: H248_StatisticsDescriptor(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H248_StatisticsParameter & operator[](PINDEX i) const; PObject * Clone() const; }; // // NonStandardIdentifier // class H248_H221NonStandard; class H248_NonStandardIdentifier : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_NonStandardIdentifier, PASN_Choice); #endif public: H248_NonStandardIdentifier(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_object, e_h221NonStandard, e_experimental }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_H221NonStandard &() const; #else operator H248_H221NonStandard &(); operator const H248_H221NonStandard &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // H221NonStandard // class H248_H221NonStandard : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_H221NonStandard, PASN_Sequence); #endif public: H248_H221NonStandard(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_t35CountryCode1; PASN_Integer m_t35CountryCode2; PASN_Integer m_t35Extension; PASN_Integer m_manufacturerCode; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TimeNotation // class H248_TimeNotation : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_TimeNotation, PASN_Sequence); #endif public: H248_TimeNotation(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_IA5String m_date; PASN_IA5String m_time; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // Value // class H248_Value : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_Value, PASN_Array); #endif public: H248_Value(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; PASN_OctetString & operator[](PINDEX i) const; PObject * Clone() const; }; // // Message_messageBody // class H248_ErrorDescriptor; class H248_ArrayOf_Transaction; class H248_Message_messageBody : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_Message_messageBody, PASN_Choice); #endif public: H248_Message_messageBody(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_messageError, e_transactions }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_ErrorDescriptor &() const; #else operator H248_ErrorDescriptor &(); operator const H248_ErrorDescriptor &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_ArrayOf_Transaction &() const; #else operator H248_ArrayOf_Transaction &(); operator const H248_ArrayOf_Transaction &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ArrayOf_ActionRequest // class H248_ActionRequest; class H248_ArrayOf_ActionRequest : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ArrayOf_ActionRequest, PASN_Array); #endif public: H248_ArrayOf_ActionRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H248_ActionRequest & operator[](PINDEX i) const; PObject * Clone() const; }; // // TransactionReply_transactionResult // class H248_ErrorDescriptor; class H248_ArrayOf_ActionReply; class H248_TransactionReply_transactionResult : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_TransactionReply_transactionResult, PASN_Choice); #endif public: H248_TransactionReply_transactionResult(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_transactionError, e_actionReplies }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_ErrorDescriptor &() const; #else operator H248_ErrorDescriptor &(); operator const H248_ErrorDescriptor &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_ArrayOf_ActionReply &() const; #else operator H248_ArrayOf_ActionReply &(); operator const H248_ArrayOf_ActionReply &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ArrayOf_CommandRequest // class H248_CommandRequest; class H248_ArrayOf_CommandRequest : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ArrayOf_CommandRequest, PASN_Array); #endif public: H248_ArrayOf_CommandRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H248_CommandRequest & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_CommandReply // class H248_CommandReply; class H248_ArrayOf_CommandReply : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ArrayOf_CommandReply, PASN_Array); #endif public: H248_ArrayOf_CommandReply(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H248_CommandReply & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_TopologyRequest // class H248_TopologyRequest; class H248_ArrayOf_TopologyRequest : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ArrayOf_TopologyRequest, PASN_Array); #endif public: H248_ArrayOf_TopologyRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H248_TopologyRequest & operator[](PINDEX i) const; PObject * Clone() const; }; // // TopologyRequest_topologyDirection // class H248_TopologyRequest_topologyDirection : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_TopologyRequest_topologyDirection, PASN_Enumeration); #endif public: H248_TopologyRequest_topologyDirection(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_bothway, e_isolate, e_oneway }; H248_TopologyRequest_topologyDirection & operator=(unsigned v); PObject * Clone() const; }; // // ArrayOf_AmmDescriptor // class H248_AmmDescriptor; class H248_ArrayOf_AmmDescriptor : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ArrayOf_AmmDescriptor, PASN_Array); #endif public: H248_ArrayOf_AmmDescriptor(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H248_AmmDescriptor & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_IndAuditParameter // class H248_IndAuditParameter; class H248_ArrayOf_IndAuditParameter : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ArrayOf_IndAuditParameter, PASN_Array); #endif public: H248_ArrayOf_IndAuditParameter(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H248_IndAuditParameter & operator[](PINDEX i) const; PObject * Clone() const; }; // // IndAudMediaDescriptor_streams // class H248_IndAudStreamParms; class H248_ArrayOf_IndAudStreamDescriptor; class H248_IndAudMediaDescriptor_streams : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_IndAudMediaDescriptor_streams, PASN_Choice); #endif public: H248_IndAudMediaDescriptor_streams(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_oneStream, e_multiStream }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_IndAudStreamParms &() const; #else operator H248_IndAudStreamParms &(); operator const H248_IndAudStreamParms &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_ArrayOf_IndAudStreamDescriptor &() const; #else operator H248_ArrayOf_IndAudStreamDescriptor &(); operator const H248_ArrayOf_IndAudStreamDescriptor &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ArrayOf_IndAudPropertyParm // class H248_IndAudPropertyParm; class H248_ArrayOf_IndAudPropertyParm : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ArrayOf_IndAudPropertyParm, PASN_Array); #endif public: H248_ArrayOf_IndAudPropertyParm(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H248_IndAudPropertyParm & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_ObservedEvent // class H248_ObservedEvent; class H248_ArrayOf_ObservedEvent : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ArrayOf_ObservedEvent, PASN_Array); #endif public: H248_ArrayOf_ObservedEvent(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H248_ObservedEvent & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_EventParameter // class H248_EventParameter; class H248_ArrayOf_EventParameter : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ArrayOf_EventParameter, PASN_Array); #endif public: H248_ArrayOf_EventParameter(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H248_EventParameter & operator[](PINDEX i) const; PObject * Clone() const; }; // // EventParameter_extraInfo // class H248_Relation; class H248_EventParameter_extraInfo : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_EventParameter_extraInfo, PASN_Choice); #endif public: H248_EventParameter_extraInfo(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_relation, e_range, e_sublist }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_Relation &() const; #else operator H248_Relation &(); operator const H248_Relation &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ArrayOf_WildcardField // class H248_WildcardField; class H248_ArrayOf_WildcardField : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ArrayOf_WildcardField, PASN_Array); #endif public: H248_ArrayOf_WildcardField(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H248_WildcardField & operator[](PINDEX i) const; PObject * Clone() const; }; // // MediaDescriptor_streams // class H248_StreamParms; class H248_ArrayOf_StreamDescriptor; class H248_MediaDescriptor_streams : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_MediaDescriptor_streams, PASN_Choice); #endif public: H248_MediaDescriptor_streams(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_oneStream, e_multiStream }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_StreamParms &() const; #else operator H248_StreamParms &(); operator const H248_StreamParms &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_ArrayOf_StreamDescriptor &() const; #else operator H248_ArrayOf_StreamDescriptor &(); operator const H248_ArrayOf_StreamDescriptor &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ArrayOf_PropertyParm // class H248_PropertyParm; class H248_ArrayOf_PropertyParm : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ArrayOf_PropertyParm, PASN_Array); #endif public: H248_ArrayOf_PropertyParm(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H248_PropertyParm & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_PASN_OctetString // class H248_ArrayOf_PASN_OctetString : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ArrayOf_PASN_OctetString, PASN_Array); #endif public: H248_ArrayOf_PASN_OctetString(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; PASN_OctetString & operator[](PINDEX i) const; PObject * Clone() const; }; // // PropertyParm_extraInfo // class H248_Relation; class H248_PropertyParm_extraInfo : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_PropertyParm_extraInfo, PASN_Choice); #endif public: H248_PropertyParm_extraInfo(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_relation, e_range, e_sublist }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_Relation &() const; #else operator H248_Relation &(); operator const H248_Relation &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ArrayOf_PropertyGroup // class H248_PropertyGroup; class H248_ArrayOf_PropertyGroup : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ArrayOf_PropertyGroup, PASN_Array); #endif public: H248_ArrayOf_PropertyGroup(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H248_PropertyGroup & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_TerminationID // class H248_TerminationID; class H248_ArrayOf_TerminationID : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ArrayOf_TerminationID, PASN_Array); #endif public: H248_ArrayOf_TerminationID(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H248_TerminationID & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_RequestedEvent // class H248_RequestedEvent; class H248_ArrayOf_RequestedEvent : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ArrayOf_RequestedEvent, PASN_Array); #endif public: H248_ArrayOf_RequestedEvent(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H248_RequestedEvent & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_SecondRequestedEvent // class H248_SecondRequestedEvent; class H248_ArrayOf_SecondRequestedEvent : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ArrayOf_SecondRequestedEvent, PASN_Array); #endif public: H248_ArrayOf_SecondRequestedEvent(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H248_SecondRequestedEvent & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_Signal // class H248_Signal; class H248_ArrayOf_Signal : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ArrayOf_Signal, PASN_Array); #endif public: H248_ArrayOf_Signal(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H248_Signal & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_SigParameter // class H248_SigParameter; class H248_ArrayOf_SigParameter : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ArrayOf_SigParameter, PASN_Array); #endif public: H248_ArrayOf_SigParameter(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H248_SigParameter & operator[](PINDEX i) const; PObject * Clone() const; }; // // SigParameter_extraInfo // class H248_Relation; class H248_SigParameter_extraInfo : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_SigParameter_extraInfo, PASN_Choice); #endif public: H248_SigParameter_extraInfo(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_relation, e_range, e_sublist }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H248_Relation &() const; #else operator H248_Relation &(); operator const H248_Relation &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ArrayOf_ModemType // class H248_ModemType; class H248_ArrayOf_ModemType : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ArrayOf_ModemType, PASN_Array); #endif public: H248_ArrayOf_ModemType(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H248_ModemType & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_Transaction // class H248_Transaction; class H248_ArrayOf_Transaction : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ArrayOf_Transaction, PASN_Array); #endif public: H248_ArrayOf_Transaction(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H248_Transaction & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_ActionReply // class H248_ActionReply; class H248_ArrayOf_ActionReply : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ArrayOf_ActionReply, PASN_Array); #endif public: H248_ArrayOf_ActionReply(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H248_ActionReply & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_IndAudStreamDescriptor // class H248_IndAudStreamDescriptor; class H248_ArrayOf_IndAudStreamDescriptor : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ArrayOf_IndAudStreamDescriptor, PASN_Array); #endif public: H248_ArrayOf_IndAudStreamDescriptor(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H248_IndAudStreamDescriptor & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_StreamDescriptor // class H248_StreamDescriptor; class H248_ArrayOf_StreamDescriptor : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ArrayOf_StreamDescriptor, PASN_Array); #endif public: H248_ArrayOf_StreamDescriptor(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H248_StreamDescriptor & operator[](PINDEX i) const; PObject * Clone() const; }; // // AuthenticationHeader // class H248_AuthenticationHeader : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_AuthenticationHeader, PASN_Sequence); #endif public: H248_AuthenticationHeader(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H248_SecurityParmIndex m_secParmIndex; H248_SequenceNum m_seqNum; H248_AuthData m_ad; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // Message // class H248_Message : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_Message, PASN_Sequence); #endif public: H248_Message(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_version; H248_MId m_mId; H248_Message_messageBody m_messageBody; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TransactionRequest // class H248_TransactionRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_TransactionRequest, PASN_Sequence); #endif public: H248_TransactionRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H248_TransactionId m_transactionId; H248_ArrayOf_ActionRequest m_actions; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TransactionReply // class H248_TransactionReply : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_TransactionReply, PASN_Sequence); #endif public: H248_TransactionReply(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_immAckRequired }; H248_TransactionId m_transactionId; PASN_Null m_immAckRequired; H248_TransactionReply_transactionResult m_transactionResult; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ErrorDescriptor // class H248_ErrorDescriptor : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ErrorDescriptor, PASN_Sequence); #endif public: H248_ErrorDescriptor(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_errorText }; H248_ErrorCode m_errorCode; H248_ErrorText m_errorText; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ContextRequest // class H248_ContextRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ContextRequest, PASN_Sequence); #endif public: H248_ContextRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_priority, e_emergency, e_topologyReq }; PASN_Integer m_priority; PASN_Boolean m_emergency; H248_ArrayOf_TopologyRequest m_topologyReq; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CommandRequest // class H248_CommandRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_CommandRequest, PASN_Sequence); #endif public: H248_CommandRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_optional, e_wildcardReturn }; H248_Command m_command; PASN_Null m_optional; PASN_Null m_wildcardReturn; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // AmmRequest // class H248_AmmRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_AmmRequest, PASN_Sequence); #endif public: H248_AmmRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H248_TerminationIDList m_terminationID; H248_ArrayOf_AmmDescriptor m_descriptors; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // AmmsReply // class H248_AmmsReply : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_AmmsReply, PASN_Sequence); #endif public: H248_AmmsReply(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_terminationAudit }; H248_TerminationIDList m_terminationID; H248_TerminationAudit m_terminationAudit; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // AuditDescriptor // class H248_AuditDescriptor : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_AuditDescriptor, PASN_Sequence); #endif public: H248_AuditDescriptor(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_auditToken, e_auditPropertyToken }; PASN_BitString m_auditToken; H248_ArrayOf_IndAuditParameter m_auditPropertyToken; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // IndAudLocalControlDescriptor // class H248_IndAudLocalControlDescriptor : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_IndAudLocalControlDescriptor, PASN_Sequence); #endif public: H248_IndAudLocalControlDescriptor(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_streamMode, e_reserveValue, e_reserveGroup, e_propertyParms }; PASN_Null m_streamMode; PASN_Null m_reserveValue; PASN_Null m_reserveGroup; H248_ArrayOf_IndAudPropertyParm m_propertyParms; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // IndAudPropertyParm // class H248_IndAudPropertyParm : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_IndAudPropertyParm, PASN_Sequence); #endif public: H248_IndAudPropertyParm(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H248_PkgdName m_name; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // IndAudLocalRemoteDescriptor // class H248_IndAudLocalRemoteDescriptor : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_IndAudLocalRemoteDescriptor, PASN_Sequence); #endif public: H248_IndAudLocalRemoteDescriptor(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_propGroupID }; PASN_Integer m_propGroupID; H248_IndAudPropertyGroup m_propGrps; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // IndAudTerminationStateDescriptor // class H248_IndAudTerminationStateDescriptor : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_IndAudTerminationStateDescriptor, PASN_Sequence); #endif public: H248_IndAudTerminationStateDescriptor(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_eventBufferControl, e_serviceState }; H248_ArrayOf_IndAudPropertyParm m_propertyParms; PASN_Null m_eventBufferControl; PASN_Null m_serviceState; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // IndAudEventsDescriptor // class H248_IndAudEventsDescriptor : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_IndAudEventsDescriptor, PASN_Sequence); #endif public: H248_IndAudEventsDescriptor(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_requestID, e_streamID }; H248_RequestID m_requestID; H248_PkgdName m_pkgdName; H248_StreamID m_streamID; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // IndAudEventBufferDescriptor // class H248_IndAudEventBufferDescriptor : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_IndAudEventBufferDescriptor, PASN_Sequence); #endif public: H248_IndAudEventBufferDescriptor(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_streamID }; H248_PkgdName m_eventName; H248_StreamID m_streamID; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // IndAudSignal // class H248_IndAudSignal : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_IndAudSignal, PASN_Sequence); #endif public: H248_IndAudSignal(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_streamID }; H248_PkgdName m_signalName; H248_StreamID m_streamID; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // IndAudDigitMapDescriptor // class H248_IndAudDigitMapDescriptor : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_IndAudDigitMapDescriptor, PASN_Sequence); #endif public: H248_IndAudDigitMapDescriptor(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_digitMapName }; H248_DigitMapName m_digitMapName; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // IndAudStatisticsDescriptor // class H248_IndAudStatisticsDescriptor : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_IndAudStatisticsDescriptor, PASN_Sequence); #endif public: H248_IndAudStatisticsDescriptor(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H248_PkgdName m_statName; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // IndAudPackagesDescriptor // class H248_IndAudPackagesDescriptor : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_IndAudPackagesDescriptor, PASN_Sequence); #endif public: H248_IndAudPackagesDescriptor(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H248_Name m_packageName; PASN_Integer m_packageVersion; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // NotifyReply // class H248_NotifyReply : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_NotifyReply, PASN_Sequence); #endif public: H248_NotifyReply(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_errorDescriptor }; H248_TerminationIDList m_terminationID; H248_ErrorDescriptor m_errorDescriptor; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ObservedEventsDescriptor // class H248_ObservedEventsDescriptor : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ObservedEventsDescriptor, PASN_Sequence); #endif public: H248_ObservedEventsDescriptor(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H248_RequestID m_requestId; H248_ArrayOf_ObservedEvent m_observedEventLst; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // EventName // class H248_EventName : public H248_PkgdName { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_EventName, H248_PkgdName); #endif public: H248_EventName(unsigned tag = UniversalOctetString, TagClass tagClass = UniversalTagClass); H248_EventName(const char * v); H248_EventName(const PString & v); H248_EventName(const PBYTEArray & v); H248_EventName & operator=(const char * v); H248_EventName & operator=(const PString & v); H248_EventName & operator=(const PBYTEArray & v); PObject * Clone() const; }; // // EventParameter // class H248_EventParameter : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_EventParameter, PASN_Sequence); #endif public: H248_EventParameter(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_extraInfo }; H248_Name m_eventParameterName; H248_Value m_value; H248_EventParameter_extraInfo m_extraInfo; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ServiceChangeReply // class H248_ServiceChangeReply : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ServiceChangeReply, PASN_Sequence); #endif public: H248_ServiceChangeReply(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H248_TerminationIDList m_terminationID; H248_ServiceChangeResult m_serviceChangeResult; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TerminationID // class H248_TerminationID : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_TerminationID, PASN_Sequence); #endif public: H248_TerminationID(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H248_ArrayOf_WildcardField m_wildcard; PASN_OctetString m_id; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // LocalControlDescriptor // class H248_LocalControlDescriptor : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_LocalControlDescriptor, PASN_Sequence); #endif public: H248_LocalControlDescriptor(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_streamMode, e_reserveValue, e_reserveGroup }; H248_StreamMode m_streamMode; PASN_Boolean m_reserveValue; PASN_Boolean m_reserveGroup; H248_ArrayOf_PropertyParm m_propertyParms; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // PropertyParm // class H248_PropertyParm : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_PropertyParm, PASN_Sequence); #endif public: H248_PropertyParm(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_extraInfo }; H248_PkgdName m_name; H248_ArrayOf_PASN_OctetString m_value; H248_PropertyParm_extraInfo m_extraInfo; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // LocalRemoteDescriptor // class H248_LocalRemoteDescriptor : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_LocalRemoteDescriptor, PASN_Sequence); #endif public: H248_LocalRemoteDescriptor(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H248_ArrayOf_PropertyGroup m_propGrps; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TerminationStateDescriptor // class H248_TerminationStateDescriptor : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_TerminationStateDescriptor, PASN_Sequence); #endif public: H248_TerminationStateDescriptor(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_eventBufferControl, e_serviceState }; H248_ArrayOf_PropertyParm m_propertyParms; H248_EventBufferControl m_eventBufferControl; H248_ServiceState m_serviceState; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // EventsDescriptor // class H248_EventsDescriptor : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_EventsDescriptor, PASN_Sequence); #endif public: H248_EventsDescriptor(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_requestID }; H248_RequestID m_requestID; H248_ArrayOf_RequestedEvent m_eventList; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // SecondEventsDescriptor // class H248_SecondEventsDescriptor : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_SecondEventsDescriptor, PASN_Sequence); #endif public: H248_SecondEventsDescriptor(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_requestID }; H248_RequestID m_requestID; H248_ArrayOf_SecondRequestedEvent m_eventList; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // SecondRequestedActions // class H248_SecondRequestedActions : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_SecondRequestedActions, PASN_Sequence); #endif public: H248_SecondRequestedActions(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_keepActive, e_eventDM, e_signalsDescriptor }; PASN_Boolean m_keepActive; H248_EventDM m_eventDM; H248_SignalsDescriptor m_signalsDescriptor; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // EventSpec // class H248_EventSpec : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_EventSpec, PASN_Sequence); #endif public: H248_EventSpec(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_streamID }; H248_EventName m_eventName; H248_StreamID m_streamID; H248_ArrayOf_EventParameter m_eventParList; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // SeqSigList // class H248_SeqSigList : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_SeqSigList, PASN_Sequence); #endif public: H248_SeqSigList(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_id; H248_ArrayOf_Signal m_signalList; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // Signal // class H248_Signal : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_Signal, PASN_Sequence); #endif public: H248_Signal(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_streamID, e_sigType, e_duration, e_notifyCompletion, e_keepActive }; H248_SignalName m_signalName; H248_StreamID m_streamID; H248_SignalType m_sigType; PASN_Integer m_duration; H248_NotifyCompletion m_notifyCompletion; PASN_Boolean m_keepActive; H248_ArrayOf_SigParameter m_sigParList; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // SigParameter // class H248_SigParameter : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_SigParameter, PASN_Sequence); #endif public: H248_SigParameter(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_extraInfo }; H248_Name m_sigParameterName; H248_Value m_value; H248_SigParameter_extraInfo m_extraInfo; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // DigitMapDescriptor // class H248_DigitMapDescriptor : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_DigitMapDescriptor, PASN_Sequence); #endif public: H248_DigitMapDescriptor(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_digitMapName, e_digitMapValue }; H248_DigitMapName m_digitMapName; H248_DigitMapValue m_digitMapValue; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ServiceChangeResParm // class H248_ServiceChangeResParm : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ServiceChangeResParm, PASN_Sequence); #endif public: H248_ServiceChangeResParm(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_serviceChangeMgcId, e_serviceChangeAddress, e_serviceChangeVersion, e_serviceChangeProfile, e_timestamp }; H248_MId m_serviceChangeMgcId; H248_ServiceChangeAddress m_serviceChangeAddress; PASN_Integer m_serviceChangeVersion; H248_ServiceChangeProfile m_serviceChangeProfile; H248_TimeNotation m_timestamp; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // StatisticsParameter // class H248_StatisticsParameter : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_StatisticsParameter, PASN_Sequence); #endif public: H248_StatisticsParameter(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_statValue }; H248_PkgdName m_statName; H248_Value m_statValue; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // NonStandardData // class H248_NonStandardData : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_NonStandardData, PASN_Sequence); #endif public: H248_NonStandardData(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H248_NonStandardIdentifier m_nonStandardIdentifier; PASN_OctetString m_data; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MegacoMessage // class H248_MegacoMessage : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_MegacoMessage, PASN_Sequence); #endif public: H248_MegacoMessage(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_authHeader }; H248_AuthenticationHeader m_authHeader; H248_Message m_mess; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ActionRequest // class H248_ActionRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ActionRequest, PASN_Sequence); #endif public: H248_ActionRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_contextRequest, e_contextAttrAuditReq }; H248_ContextID m_contextId; H248_ContextRequest m_contextRequest; H248_ContextAttrAuditRequest m_contextAttrAuditReq; H248_ArrayOf_CommandRequest m_commandRequests; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ActionReply // class H248_ActionReply : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ActionReply, PASN_Sequence); #endif public: H248_ActionReply(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_errorDescriptor, e_contextReply }; H248_ContextID m_contextId; H248_ErrorDescriptor m_errorDescriptor; H248_ContextRequest m_contextReply; H248_ArrayOf_CommandReply m_commandReply; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TopologyRequest // class H248_TopologyRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_TopologyRequest, PASN_Sequence); #endif public: H248_TopologyRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_streamID }; H248_TerminationID m_terminationFrom; H248_TerminationID m_terminationTo; H248_TopologyRequest_topologyDirection m_topologyDirection; H248_StreamID m_streamID; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // SubtractRequest // class H248_SubtractRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_SubtractRequest, PASN_Sequence); #endif public: H248_SubtractRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_auditDescriptor }; H248_TerminationIDList m_terminationID; H248_AuditDescriptor m_auditDescriptor; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // AuditRequest // class H248_AuditRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_AuditRequest, PASN_Sequence); #endif public: H248_AuditRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H248_TerminationID m_terminationID; H248_AuditDescriptor m_auditDescriptor; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // AuditResult // class H248_AuditResult : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_AuditResult, PASN_Sequence); #endif public: H248_AuditResult(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H248_TerminationID m_terminationID; H248_TerminationAudit m_terminationAuditResult; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // IndAudMediaDescriptor // class H248_IndAudMediaDescriptor : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_IndAudMediaDescriptor, PASN_Sequence); #endif public: H248_IndAudMediaDescriptor(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_termStateDescr, e_streams }; H248_IndAudTerminationStateDescriptor m_termStateDescr; H248_IndAudMediaDescriptor_streams m_streams; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // IndAudStreamParms // class H248_IndAudStreamParms : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_IndAudStreamParms, PASN_Sequence); #endif public: H248_IndAudStreamParms(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_localControlDescriptor, e_localDescriptor, e_remoteDescriptor }; H248_IndAudLocalControlDescriptor m_localControlDescriptor; H248_IndAudLocalRemoteDescriptor m_localDescriptor; H248_IndAudLocalRemoteDescriptor m_remoteDescriptor; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // IndAudSeqSigList // class H248_IndAudSeqSigList : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_IndAudSeqSigList, PASN_Sequence); #endif public: H248_IndAudSeqSigList(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_signalList }; PASN_Integer m_id; H248_IndAudSignal m_signalList; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // NotifyRequest // class H248_NotifyRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_NotifyRequest, PASN_Sequence); #endif public: H248_NotifyRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_errorDescriptor }; H248_TerminationIDList m_terminationID; H248_ObservedEventsDescriptor m_observedEventsDescriptor; H248_ErrorDescriptor m_errorDescriptor; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ObservedEvent // class H248_ObservedEvent : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ObservedEvent, PASN_Sequence); #endif public: H248_ObservedEvent(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_streamID, e_timeNotation }; H248_EventName m_eventName; H248_StreamID m_streamID; H248_ArrayOf_EventParameter m_eventParList; H248_TimeNotation m_timeNotation; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MediaDescriptor // class H248_MediaDescriptor : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_MediaDescriptor, PASN_Sequence); #endif public: H248_MediaDescriptor(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_termStateDescr, e_streams }; H248_TerminationStateDescriptor m_termStateDescr; H248_MediaDescriptor_streams m_streams; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // StreamParms // class H248_StreamParms : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_StreamParms, PASN_Sequence); #endif public: H248_StreamParms(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_localControlDescriptor, e_localDescriptor, e_remoteDescriptor }; H248_LocalControlDescriptor m_localControlDescriptor; H248_LocalRemoteDescriptor m_localDescriptor; H248_LocalRemoteDescriptor m_remoteDescriptor; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MuxDescriptor // class H248_MuxDescriptor : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_MuxDescriptor, PASN_Sequence); #endif public: H248_MuxDescriptor(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData }; H248_MuxType m_muxType; H248_ArrayOf_TerminationID m_termList; H248_NonStandardData m_nonStandardData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RequestedActions // class H248_RequestedActions : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_RequestedActions, PASN_Sequence); #endif public: H248_RequestedActions(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_keepActive, e_eventDM, e_secondEvent, e_signalsDescriptor }; PASN_Boolean m_keepActive; H248_EventDM m_eventDM; H248_SecondEventsDescriptor m_secondEvent; H248_SignalsDescriptor m_signalsDescriptor; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // SecondRequestedEvent // class H248_SecondRequestedEvent : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_SecondRequestedEvent, PASN_Sequence); #endif public: H248_SecondRequestedEvent(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_streamID, e_eventAction }; H248_PkgdName m_pkgdName; H248_StreamID m_streamID; H248_SecondRequestedActions m_eventAction; H248_ArrayOf_EventParameter m_evParList; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ModemDescriptor // class H248_ModemDescriptor : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ModemDescriptor, PASN_Sequence); #endif public: H248_ModemDescriptor(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nonStandardData }; H248_ArrayOf_ModemType m_mtl; H248_ArrayOf_PropertyParm m_mpl; H248_NonStandardData m_nonStandardData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ServiceChangeParm // class H248_ServiceChangeParm : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ServiceChangeParm, PASN_Sequence); #endif public: H248_ServiceChangeParm(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_serviceChangeAddress, e_serviceChangeVersion, e_serviceChangeProfile, e_serviceChangeDelay, e_serviceChangeMgcId, e_timeStamp, e_nonStandardData, e_serviceChangeInfo }; H248_ServiceChangeMethod m_serviceChangeMethod; H248_ServiceChangeAddress m_serviceChangeAddress; PASN_Integer m_serviceChangeVersion; H248_ServiceChangeProfile m_serviceChangeProfile; H248_Value m_serviceChangeReason; PASN_Integer m_serviceChangeDelay; H248_MId m_serviceChangeMgcId; H248_TimeNotation m_timeStamp; H248_NonStandardData m_nonStandardData; H248_AuditDescriptor m_serviceChangeInfo; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // IndAudStreamDescriptor // class H248_IndAudStreamDescriptor : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_IndAudStreamDescriptor, PASN_Sequence); #endif public: H248_IndAudStreamDescriptor(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H248_StreamID m_streamID; H248_IndAudStreamParms m_streamParms; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ServiceChangeRequest // class H248_ServiceChangeRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_ServiceChangeRequest, PASN_Sequence); #endif public: H248_ServiceChangeRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H248_TerminationIDList m_terminationID; H248_ServiceChangeParm m_serviceChangeParms; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // StreamDescriptor // class H248_StreamDescriptor : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_StreamDescriptor, PASN_Sequence); #endif public: H248_StreamDescriptor(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H248_StreamID m_streamID; H248_StreamParms m_streamParms; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RequestedEvent // class H248_RequestedEvent : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H248_RequestedEvent, PASN_Sequence); #endif public: H248_RequestedEvent(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_streamID, e_eventAction }; H248_PkgdName m_pkgdName; H248_StreamID m_streamID; H248_RequestedActions m_eventAction; H248_ArrayOf_EventParameter m_evParList; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; #endif // __H248_H #endif // if ! H323_DISABLE_H248 // End of h248.h openh323_v1_18_0/include/h261codec.h0100644000176200056700000003326010343321575017111 0ustar releasepostincr/* * h261codec.h * * H.323 protocol handler * * Open H323 Library * * Copyright (c) 1999-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): Michele Piccini (michele@piccini.com). * Derek Smithies (derek@indranet.co.nz) * * $Log: h261codec.h,v $ * Revision 1.36 2005/11/30 13:05:01 csoutheren * Changed tags for Doxygen * * Revision 1.35 2004/01/02 00:31:42 dereksmithies * Fix test on presence/absence of video. * * Revision 1.34 2003/12/14 10:42:29 rjongbloed * Changes for compilability without video support. * * Revision 1.33 2003/10/02 23:37:56 dereksmithies * Add fix for fast update problem in h261 codec. Thanks to Martin André for doing the initial legwork. * * Revision 1.32 2003/04/03 23:54:11 robertj * Added fast update to H.261 codec, thanks Gustavo García Bernardo * * Revision 1.31 2002/12/16 09:11:15 robertj * Added new video bit rate control, thanks Walter H. Whitlock * * Revision 1.30 2002/09/16 01:14:15 robertj * Added #define so can select if #pragma interface/implementation is used on * platform basis (eg MacOS) rather than compiler, thanks Robert Monaghan. * * Revision 1.29 2002/09/03 06:19:36 robertj * Normalised the multi-include header prevention ifdef/define symbol. * * Revision 1.28 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.27 2002/01/09 06:06:37 robertj * Fixed setting of RTP timestamp values on video transmission. * * Revision 1.26 2002/01/09 00:21:36 robertj * Changes to support outgoing H.245 RequstModeChange. * * Revision 1.25 2001/12/04 04:26:03 robertj * Added code to allow change of video quality in H.261, thanks Damian Sandras * * Revision 1.24 2001/10/23 02:18:06 dereks * Initial release of CU30 video codec. * * Revision 1.23 2001/09/25 03:14:47 dereks * Add constant bitrate control for the h261 video codec. * Thanks Tiziano Morganti for the code to set bit rate. Good work! * * Revision 1.22 2001/05/25 01:10:26 dereks * Remove unnecessary packet receive variable. * Alter the position of the check for change in frame size. * * Revision 1.21 2001/02/09 05:16:24 robertj * Added #pragma interface for GNU C++. * * Revision 1.20 2001/01/25 07:27:14 robertj * Major changes to add more flexible OpalMediaFormat class to normalise * all information about media types, especially codecs. * * Revision 1.19 2000/12/19 22:33:44 dereks * Adjust so that the video channel is used for reading/writing raw video * data, which better modularizes the video codec. * * Revision 1.18 2000/08/21 04:45:06 dereks * Fix dangling pointer that caused segfaults for windows&unix users. * Improved the test image which is used when video grabber won't open. * Added code to handle setting of video Tx Quality. * Added code to set the number of background blocks sent with every frame. * * Revision 1.17 2000/07/04 13:00:36 craigs * Fixed problem with selecting large and small video sizes * * Revision 1.16 2000/05/18 11:53:33 robertj * Changes to support doc++ documentation generation. * * Revision 1.15 2000/05/10 04:05:26 robertj * Changed capabilities so has a function to get name of codec, instead of relying on PrintOn. * * Revision 1.14 2000/05/02 04:32:24 robertj * Fixed copyright notice comment. * * Revision 1.13 2000/03/30 23:10:50 robertj * Fixed error in comments regarding GetFramerate() function. * * Revision 1.12 2000/03/21 03:06:47 robertj * Changes to make RTP TX of exact numbers of frames in some codecs. * * Revision 1.11 2000/02/04 05:00:08 craigs * Changes for video transmission * * Revision 1.10 2000/01/13 04:03:45 robertj * Added video transmission * * Revision 1.9 1999/12/23 23:02:34 robertj * File reorganision for separating RTP from H.323 and creation of LID for VPB support. * * Revision 1.8 1999/11/29 08:59:56 craigs * Added new stuff for new video codec interface * * Revision 1.7 1999/11/01 00:52:00 robertj * Fixed various problems in video, especially ability to pass error return value. * * Revision 1.6 1999/10/08 09:59:02 robertj * Rewrite of capability for sending multiple audio frames * * Revision 1.5 1999/10/08 04:58:37 robertj * Added capability for sending multiple audio frames in single RTP packet * * Revision 1.4 1999/09/21 14:03:41 robertj * Changed RTP data frame parameter in Write() to be const. * * Revision 1.3 1999/09/21 08:12:50 craigs * Added support for video codecs and H261 * * Revision 1.2 1999/09/18 13:27:24 craigs * Added ability disable jitter buffer for codecs * Added ability to access entire RTP frame from codec Write * * Revision 1.1 1999/09/08 04:05:48 robertj * Added support for video capabilities & codec, still needs the actual codec itself! * */ #ifndef __OPAL_H261CODEC_H #define __OPAL_H261CODEC_H #ifdef P_USE_PRAGMA #pragma interface #endif #include "h323caps.h" #ifndef NO_H323_VIDEO class P64Decoder; class P64Encoder; /////////////////////////////////////////////////////////////////////////////// /**This class is a H.261 video capability. */ class H323_H261Capability : public H323VideoCapability { PCLASSINFO(H323_H261Capability, H323VideoCapability) public: /**@name Construction */ //@{ /**Create a new H261 Capability */ H323_H261Capability( unsigned qcifMPI, unsigned cifMPI, BOOL temporalSpatialTradeOffCapability = TRUE, BOOL stillImageTransmission = FALSE, unsigned maxBitRate = 850 ); //@} /**@name Overrides from class PObject */ //@{ /**Create a copy of the object. */ virtual PObject * Clone() const; //@} /**@name Overrides from class PObject */ //@{ /**Compare object */ Comparison Compare(const PObject & obj) const; //@} /**@name Identification functions */ //@{ /**Get the sub-type of the capability. This is a code dependent on the main type of the capability. This returns one of the four possible combinations of mode and speed using the enum values of the protocol ASN H245_AudioCapability class. */ virtual unsigned GetSubType() const; /**Get the name of the media data format this class represents. */ virtual PString GetFormatName() const; //@} /**@name Protocol manipulation */ //@{ /**This function is called whenever and outgoing TerminalCapabilitySet or OpenLogicalChannel PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour sets the data rate field in the PDU. */ virtual BOOL OnSendingPDU( H245_VideoCapability & pdu ///< PDU to set information on ) const; /**This function is called whenever and outgoing RequestMode PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour sets the resolution and bit rate. */ virtual BOOL OnSendingPDU( H245_VideoMode & pdu ///< PDU to set information on ) const; /**This function is called whenever and incoming TerminalCapabilitySet or OpenLogicalChannel PDU has been used to construct the control channel. It allows the capability to set from the PDU fields, information in members specific to the class. The default behaviour gets the data rate field from the PDU. */ virtual BOOL OnReceivedPDU( const H245_VideoCapability & pdu ///< PDU to set information on ); /**Create the codec instance, allocating resources as required. */ virtual H323Codec * CreateCodec( H323Codec::Direction direction ///< Direction in which this instance runs ) const; /** Get temporal/spatial tradeoff capabilty */ BOOL GetTemporalSpatialTradeOffCapability() const { return temporalSpatialTradeOffCapability; } /** Get still image transmission flag */ BOOL GetStillImageTransmission() const { return stillImageTransmission; } /** Get maximum bit rate */ unsigned GetMaxBitRate() const { return maxBitRate; } /** Get qcifMPI */ unsigned GetQCIFMPI() const { return qcifMPI; } /** Get cifMPI */ unsigned GetCIFMPI() const { return cifMPI; } //@} protected: unsigned qcifMPI; // 1..4 units 1/29.97 Hz unsigned cifMPI; // 1..4 units 1/29.97 Hz BOOL temporalSpatialTradeOffCapability; unsigned maxBitRate; // units of 100 bit/s BOOL stillImageTransmission; // Annex D of H.261 }; /**This class is a H.261 video codec. */ class H323_H261Codec : public H323VideoCodec { PCLASSINFO(H323_H261Codec, H323VideoCodec) public: /**Create a new H261 video codec */ H323_H261Codec( Direction direction, ///< Direction in which this instance runs BOOL isqCIF ); ~H323_H261Codec(); /**Encode the data from the appropriate device. This will encode a frame of data for transmission. The exact size and description of the data placed in the buffer is codec dependent but should be less than H323Capability::GetTxFramesInPacket() * OpalMediaFormat::GetFrameSize() in length. The length parameter is filled with the actual length of the encoded data, often this will be the same as the size parameter. This function is called every GetFrameRate() timestamp units, so MUST take less than (or equal to) that amount of time to complete! Note that a returned length of zero indicates that time has passed but there is no data encoded. This is typically used for silence detection in an audio codec. */ virtual BOOL Read( BYTE * buffer, ///< Buffer of encoded data unsigned & length, ///< Actual length of encoded data buffer RTP_DataFrame & rtpFrame ///< RTP data frame ); /**Decode the data and output it to appropriate device. This will decode a single frame of received data. The exact size and description of the data required in the buffer is codec dependent but should be less than H323Capability::GetRxFramesInPacket() * OpalMediaFormat::GetFrameSize() in length. It is expected this function anunciates the data. That is, for example with audio data, the sound is output on a speaker. This function is called every GetFrameRate() timestamp units, so MUST take less than that amount of time to complete! */ virtual BOOL Write( const BYTE * buffer, ///< Buffer of encoded data unsigned length, ///< Length of encoded data buffer const RTP_DataFrame & rtp, ///< RTP data frame unsigned & written ///< Number of bytes used from data buffer ); /**Get the frame rate in RTP timestamp units. */ virtual unsigned GetFrameRate() const { return timestampDelta; } /**Set the quality level of transmitted video data. Is irrelevant when this codec is used to receive video data. Has a value of 1 (good quality) to 31 (poor quality). Quality is improved at the expense of bit rate. */ void SetTxQualityLevel(int qLevel); /**Minimum quality limit for the transmitted video. * Default is 1. Encode quality will not be set below this value. */ void SetTxMinQuality(int qlevel); /**Maximum quality limit for the transmitted video. * Default is 24. Encode quality will not be set above this value. */ void SetTxMaxQuality(int qlevel); /**Set the number of blocks in the background that need to be transmitted with each frame */ void SetBackgroundFill(int fillLevel); /**Process a FastUpdatePicture command from remote endpoint. The default behaviour does nothing. */ virtual void OnFastUpdatePicture(); /**Process a request for a new frame, as part of the picture has been lost. */ virtual void OnLostPartialPicture(); /**Process a request for a new frame, as all of the picture has been lost. */ virtual void OnLostPicture(); //////////////////////////////////////////////////////////////// //There is a problem with the H261codec. It needs to be able to //carry out two tasks. 1)Grab data from the camera. //2)Render data from an array. //Thus, we either: two PVideoChannels, or one PVideoChannel to both //grab and render. //We use one PVideoChannel, which is not consistant with elsewhere, //but enables us to (later) have a grab and display process irrespective //of there being a H323 connection. protected: BOOL Resize(int width, int height); BOOL Redraw(); BOOL RenderFrame(); BOOL doFastUpdate; PMutex fastUpdateMutex; P64Decoder * videoDecoder; P64Encoder * videoEncoder; int now; BYTE * rvts; int ndblk, nblk; unsigned timestampDelta; }; #endif // __OPAL_H261CODEC_H #endif // NO_H323_VIDEO ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/h263codec.h0100644000176200056700000003303510343321575017113 0ustar releasepostincr/* * h263codec.h * * H.323 protocol handler * * Open H323 Library * * Copyright (c) 1999-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): Guilhem Tardy (gtardy@marchnetworks.com) * * $Log: h263codec.h,v $ * Revision 1.17 2005/11/30 13:05:01 csoutheren * Changed tags for Doxygen * * Revision 1.16 2004/04/22 22:35:00 csoutheren * Fixed mispelling of Guilhem Tardy - my apologies to him * * Revision 1.15 2004/04/22 14:22:20 csoutheren * Added RFC 2190 H.263 code as created by Guilhem Tardy and AliceStreet * Many thanks to them for their contributions. * * Revision 1.14 2003/08/04 00:03:22 dereksmithies * Reorganise tests for enabled * * Revision 1.13 2003/07/24 08:08:42 dereksmithies * Update to use vich263 codec, instead of ffmpeg. * * Revision 1.12 2003/06/06 05:18:54 dereksmithies * Fix startup delay bug. Remove all large packets from the network. Improve reliability. * * Revision 1.11 2003/05/27 09:22:55 dereksmithies * Updates for code revisions in h263 codec * * Revision 1.10 2003/05/14 13:47:58 rjongbloed * Removed static "initialisation" function as this should be done * internally and not in the application. * * Revision 1.9 2003/05/05 11:59:21 robertj * Changed to use autoconf style selection of options and subsystems. * * Revision 1.8 2003/05/02 04:22:10 craigs * Added lots of extra H.263 support * * Revision 1.7 2003/04/27 09:16:38 rogerh * use PBYTE_ORDER instead of endian.h * * Revision 1.6 2003/04/21 21:50:22 dereks * Implement suggestion from Guilhem Tardy. Many thanks. * * Revision 1.5 2003/04/16 04:26:57 dereks * Initial release of h263 codec, which utilises the ffmpeg library. * Thanks to Guilhem Tardy, and to AliceStreet. * * Revision 1.4 2002/09/16 01:14:15 robertj * Added #define so can select if #pragma interface/implementation is used on * platform basis (eg MacOS) rather than compiler, thanks Robert Monaghan. * * Revision 1.3 2002/09/03 06:19:36 robertj * Normalised the multi-include header prevention ifdef/define symbol. * * Revision 1.2 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.1 2002/05/19 22:32:46 dereks * Initial release of stub file for h263 codec. Thanks Guilhem Tardy. * * * */ /* * Initial release notes from Guilhem Tardy:: * * Added support for video capabilities & codec, only tested under Linux! * The code for varying bit rate is copied from h261codec.cxx, * until it is moved to a separate file common to both video codecs. * */ #ifndef __OPAL_H263CODEC_H #define __OPAL_H263CODEC_H #ifdef P_USE_PRAGMA #pragma interface #endif #include #include "h323caps.h" #if defined(H323_VICH263) || defined(H323_RFC2190_AVCODEC) class H263Decoder; class H263Encoder; /////////////////////////////////////////////////////////////////////////////// /**This class is a H.263 video capability. */ class H323_H263Capability : public H323VideoCapability { PCLASSINFO(H323_H263Capability, H323VideoCapability) public: /**@name Construction */ //@{ /**Create a new H263 Capability */ H323_H263Capability( unsigned sqcifMPI, unsigned qcifMPI, unsigned cifMPI, unsigned cif4MPI, unsigned cif16MPI, unsigned maxBitRate = 850, unsigned videoFrameRate = 25, BOOL unrestrictedVector = FALSE, BOOL arithmeticCoding = FALSE, BOOL advancedPrediction = FALSE, BOOL pbFrames = FALSE, BOOL temporalSpatialTradeOff = TRUE, unsigned hrd_B = 0, unsigned bppMaxKb = 0, unsigned slowSqcifMPI = 0, unsigned slowQcifMPI = 0, unsigned slowCifMPI = 0, unsigned slowCif4MPI = 0, unsigned slowCif16MPI = 0, BOOL errorCompensation = FALSE ); //@} /**@name Overrides from class PObject */ //@{ /**Create a copy of the object. */ virtual PObject * Clone() const; //@} /**@name Overrides from class PObject */ //@{ /**Compare object */ Comparison Compare(const PObject & obj) const; //@} /**@name Identification functions */ //@{ /**Get the sub-type of the capability. This is a code dependent on the main type of the capability. This returns one of the four possible combinations of mode and speed using the enum values of the protocol ASN H245_AudioCapability class. */ virtual unsigned GetSubType() const; /**Get the name of the media data format this class represents. */ virtual PString GetFormatName() const; //@} /**@name Protocol manipulation */ //@{ /**This function is called whenever and outgoing TerminalCapabilitySet or OpenLogicalChannel PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour sets the data rate field in the PDU. */ virtual BOOL OnSendingPDU( H245_VideoCapability & pdu ///< PDU to set information on ) const; /**This function is called whenever and outgoing RequestMode PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour sets the resolution and bit rate. */ virtual BOOL OnSendingPDU( H245_VideoMode & pdu ///< PDU to set information on ) const; /**This function is called whenever and incoming TerminalCapabilitySet or OpenLogicalChannel PDU has been used to construct the control channel. It allows the capability to set from the PDU fields, information in members specific to the class. The default behaviour gets the data rate field from the PDU. */ virtual BOOL OnReceivedPDU( const H245_VideoCapability & pdu ///< PDU to set information on ); /**Create the codec instance, allocating resources as required. */ virtual H323Codec * CreateCodec( H323Codec::Direction direction ///< Direction in which this instance runs ) const; #if 0 /** Get sqcifMPI */ unsigned GetSQCIFMPI() const { return sqcifMPI); } /** Get qcifMPI */ unsigned GetQCIFMPI() const { return qcifMPI; } /** Get cifMPI */ unsigned GetCIFMPI() const { return cifMPI; } /** Get cif4MPI */ unsigned GetCIF4MPI() const { return cif4MPI; } /** Get cif16MPI */ unsigned GetCIF16MPI() const { return cif16MPI; } /** Get maximum bit rate */ unsigned GetMaxBitRate() const { return maxBitRate; } /** Get unrestrictedVector capabilty */ BOOL GetUnrestrictedVectorCapability() const { return unrestrictedVector; } /** Get arithmeticCoding capabilty */ BOOL GetArithmeticCodingCapability() const { return arithmeticCoding; } /** Get advancedPrediction capabilty */ BOOL GetAdvancedPredictionCapability() const { return advancedPrediction; } /** Get pbFrames capabilty */ BOOL GetPbFramesCapability() const { return pbFrames; } /** Get temporal/spatial tradeoff capabilty */ BOOL GetTemporalSpatialTradeOffCapability() const { return temporalSpatialTradeOff; } /** Get hrd_B */ BOOL GetHrd_B() const { return hrd_B; } /** Get bppMaxKb */ BOOL GetBppMaxKb() const { return bppMaxKb; } /** Get slowSqcifMPI */ unsigned GetSlowSQCIFMPI() const { return (sqcifMPI<0?-sqcifMPI:0); } /** Get slowQcifMPI */ unsigned GetSlowQCIFMPI() const { return (qcifMPI<0?-qcifMPI:0); } /** Get slowCifMPI */ unsigned GetSlowCIFMPI() const { return (cifMPI<0?-cifMPI:0); } /** Get slowCif4MPI */ unsigned GetSlowCIF4MPI() const { return (cif4MPI<0?-cif4MPI:0); } /** Get slowCif16MPI */ unsigned GetSlowCIF16MPI() const { return (cif16MPI<0?-cif16MPI:0); } /** Get errorCompensation capabilty */ BOOL GetErrorCompensationCapability() const { return errorCompensation; } #endif //@} protected: // H.263 v1 signed sqcifMPI; // {1..3600 units seconds/frame, 1..32 units 1/29.97 Hz} signed qcifMPI; // {1..3600 units seconds/frame, 1..32 units 1/29.97 Hz} signed cifMPI; // {1..3600 units seconds/frame, 1..32 units 1/29.97 Hz} signed cif4MPI; // {1..3600 units seconds/frame, 1..32 units 1/29.97 Hz} signed cif16MPI; // {1..3600 units seconds/frame, 1..32 units 1/29.97 Hz} unsigned maxBitRate; // units of bit/s unsigned videoFrameRate; // frames per second. BOOL unrestrictedVector; BOOL arithmeticCoding; BOOL advancedPrediction; BOOL pbFrames; BOOL temporalSpatialTradeOff; long unsigned hrd_B; // units of 128 bits unsigned bppMaxKb; // units of 1024 bits BOOL errorCompensation; }; /////////////////////////////////////////////////////////////// /**This class is a H.263 video codec. */ class H323_H263Codec : public H323VideoCodec { PCLASSINFO(H323_H263Codec, H323VideoCodec) public: /**Create a new H263 video codec */ H323_H263Codec( Direction direction, ///< Direction in which this instance runs unsigned sqcifMPI, unsigned qcifMPI, unsigned cifMPI, unsigned cif4MPI, unsigned cif16MPI, unsigned maxBitRate, unsigned videoFrameRate ); ~H323_H263Codec(); /**Encode the data from the appropriate device. This will encode a frame of data for transmission. The exact size and description of the data placed in the buffer is codec dependent but should be less than H323Capability::GetTxFramesInPacket() * OpalMediaFormat::GetFrameSize() in length. The length parameter is filled with the actual length of the encoded data, often this will be the same as the size parameter. This function is called every GetFrameRate() timestamp units, so MUST take less than (or equal to) that amount of time to complete! Note that a returned length of zero indicates that time has passed but there is no data encoded. This is typically used for silence detection in an audio codec. */ virtual BOOL Read( BYTE * buffer, ///< Buffer of encoded data unsigned & length, ///< Actual length of encoded data buffer RTP_DataFrame & rtpFrame ///< RTP data frame ); /**Decode the data and output it to appropriate device. This will decode a single frame of received data. The exact size and description of the data required in the buffer is codec dependent but should be less than H323Capability::GetRxFramesInPacket() * OpalMediaFormat::GetFrameSize() in length. It is expected this function anunciates the data. That is, for example with audio data, the sound is output on a speaker. This function is called every GetFrameRate() timestamp units, so MUST take less than that amount of time to complete! */ virtual BOOL Write( const BYTE * buffer, ///< Buffer of encoded data unsigned length, ///< Length of encoded data buffer const RTP_DataFrame & rtp, ///< RTP data frame unsigned & written ///< Number of bytes used from data buffer ); /**Get the frame rate in RTP timestamp units. */ virtual unsigned GetFrameRate() const { return timestampDelta; } /**Set the quality level of transmitted video data. Is irrelevant when this codec is used to receive video data. Has a value of 1 (good quality) to 31 (poor quality). Quality is improved at the expense of bit rate. */ void SetTxQualityLevel(int qLevel); /**Set the number of blocks in the background that need to be transmitted with each frame */ void SetBackgroundFill(int fillLevel); /**Process a request for a new frame, as part of the picture has been lost. */ virtual void OnLostPartialPicture(); /** Process a request for a new frame, as all of the picture has been lost. */ virtual void OnLostPicture(); /** The ffmpeg library calls this routine, everytime it has a new packet to send. Note that for every encode thread, this 1 method is called. Consequently, code is required to separate out packets from different encode threads. */ static void RtpCallback(void *data, int size, int packetNumber); protected: BOOL Resize(int width, int height); BOOL RenderFrame(); BOOL RenderFrame(const void * buffer); void InitialiseCodec(); void CloseCodec(); unsigned timestampDelta; H263Decoder *videoDecoder; H263Encoder *videoEncoder; int now; BYTE * rvts; int ndblk, nblk; PTime startTime; PINDEX bitsSent; unsigned lastebits; }; #endif // H323_VICH263 #endif // __OPAL_H263CODEC_H ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/h323.h0100644000176200056700000004557110166162560016122 0ustar releasepostincr/* * h323.h * * H.323 protocol handler * * Open H323 Library * * Copyright (c) 1998-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Portions of this code were written with the assisance of funding from * Vovida Networks, Inc. http://www.vovida.com. * * Contributor(s): ______________________________________. * * $Log: h323.h,v $ * Revision 1.140 2005/01/03 06:25:52 csoutheren * Added extensive support for disabling code modules at compile time * * Revision 1.139 2004/05/10 13:37:49 rjongbloed * Changed G.726 and MS-ADPCM to plug in codecs. * * Revision 1.138 2004/05/04 23:54:07 csoutheren * Removed usage of lpc10codec.h * * Revision 1.137 2004/05/03 13:21:40 rjongbloed * Converted everything to be codec plug in freindly * Removed GSM and G.729 as now plug ins are "the way"! * * Revision 1.136 2004/05/02 13:47:56 csoutheren * Removed gsmcodec.h * * Revision 1.135 2004/04/05 04:22:55 rjongbloed * Removed speex and iLBC direct build as now use plug in * * Revision 1.134 2004/04/03 12:17:07 csoutheren * Updated plugin changes for RTTI changes and added missing include * * Revision 1.133 2004/04/03 10:38:23 csoutheren * Added in initial cut at codec plugin code. Branches are for wimps :) * * Revision 1.132.2.1 2004/03/31 11:50:24 csoutheren * Removed references to builtin iLBC as this has been moved to plugins * * Revision 1.132 2003/06/06 02:19:03 rjongbloed * Added iLBC codec * * Revision 1.131 2003/05/14 03:29:56 rjongbloed * Added H.263 codec and autoconf options header file. * * Revision 1.130 2002/11/05 02:18:03 robertj * Changed default for speex codec to be included. * * Revision 1.129 2002/11/04 02:57:24 dereks * Put test around include of speexcodec.h SPEEX is now an optional codec. * * Revision 1.128 2002/10/24 05:34:03 robertj * Added speex codec * * Revision 1.127 2002/10/01 03:07:12 robertj * Added version number functions for OpenH323 library itself, plus included * library version in the default vendor information. * * Revision 1.126 2002/06/27 03:08:57 robertj * Added code to include G.729 & G.726 codecs on static linking. * * Revision 1.125 2001/10/23 02:18:06 dereks * Initial release of CU30 video codec. * * Revision 1.124 2001/09/11 01:24:36 robertj * Added conditional compilation to remove video and/or audio codecs. * * Revision 1.123 2001/08/06 03:08:11 robertj * Fission of h323.h to h323ep.h & h323con.h, h323.h now just includes files. * * Revision 1.122 2001/08/01 00:46:16 craigs * Added ability to early start without Alerting * * Revision 1.121 2001/07/17 04:44:29 robertj * Partial implementation of T.120 and T.38 logical channels. * * Revision 1.120 2001/07/06 02:29:12 robertj * Moved initialisation of local capabilities back to constructor for * backward compatibility reasons. * * Revision 1.119 2001/07/05 04:18:23 robertj * Added call back for setting local capabilities. * * Revision 1.118 2001/06/19 03:55:28 robertj * Added transport to CreateConnection() function so can use that as part of * the connection creation decision making process. * * Revision 1.117 2001/06/14 23:18:04 robertj * Change to allow for CreateConnection() to return NULL to abort call. * * Revision 1.116 2001/06/14 04:24:16 robertj * Changed incoming call to pass setup pdu to endpoint so it can create * different connection subclasses depending on the pdu eg its alias * * Revision 1.115 2001/06/13 06:38:23 robertj * Added early start (media before connect) functionality. * * Revision 1.114 2001/05/31 01:28:47 robertj * Added functions to determine if call currently being held. * * Revision 1.113 2001/05/30 23:34:54 robertj * Added functions to send TCS=0 for transmitter side pause. * * Revision 1.112 2001/05/17 07:11:29 robertj * Added more call end types for common transport failure modes. * * Revision 1.111 2001/05/17 03:31:07 robertj * Fixed support for transmiter side paused (TCS=0), thanks Paul van de Wijngaard * * Revision 1.110 2001/05/14 05:56:25 robertj * Added H323 capability registration system so can add capabilities by * string name instead of having to instantiate explicit classes. * * Revision 1.109 2001/05/09 04:59:02 robertj * Bug fixes in H.450.2, thanks Klein Stefan. * * Revision 1.108 2001/05/09 04:07:53 robertj * Added more call end codes for busy and congested. * * Revision 1.107 2001/05/01 04:34:10 robertj * Changed call transfer API slightly to be consistent with new hold function. * * Revision 1.106 2001/05/01 02:12:48 robertj * Added H.450.4 call hold (Near End only), thanks David M. Cassel. * * Revision 1.105 2001/04/23 01:31:13 robertj * Improved the locking of connections especially at shutdown. * * Revision 1.104 2001/04/11 03:01:27 robertj * Added H.450.2 (call transfer), thanks a LOT to Graeme Reid & Norwood Systems * * Revision 1.103 2001/03/21 04:52:40 robertj * Added H.235 security to gatekeepers, thanks Fürbass Franz! * * Revision 1.102 2001/03/16 06:46:19 robertj * Added ability to set endpoints desired time to live on a gatekeeper. * * Revision 1.101 2001/03/15 00:24:01 robertj * Added function for setting gatekeeper with address and identifier values. * * Revision 1.100 2001/03/08 07:45:04 robertj * Fixed issues with getting media channels started in some early start * regimes, in particular better Cisco compatibility. * * Revision 1.99 2001/03/02 06:59:57 robertj * Enhanced the globally unique identifier class. * * Revision 1.98 2001/02/16 04:11:46 robertj * Added ability for RemoveListener() to remove all listeners. * * Revision 1.97 2001/02/09 05:16:24 robertj * Added #pragma interface for GNU C++. * * Revision 1.96 2000/12/19 22:33:44 dereks * Adjust so that the video channel is used for reading/writing raw video * data, which better modularizes the video codec. * * Revision 1.95 2000/12/18 08:58:30 craigs * Added ability set ports * * Revision 1.94 2000/12/18 01:22:28 robertj * Changed semantics or HasConnection() so returns TRUE until the connection * has been deleted and not just until ClearCall() was executure on it. * * Revision 1.93 2000/12/05 01:52:00 craigs * Made ClearCall functions virtual to allow overiding * * Revision 1.92 2000/11/27 02:44:06 craigs * Added ClearCall Synchronous to H323Connection and H323Endpoint to * avoid race conditions with destroying descendant classes * * Revision 1.91 2000/11/26 23:13:23 craigs * Added ability to pass user data to H323Connection constructor * * Revision 1.90 2000/11/12 23:49:16 craigs * Added per connection versions of OnEstablished and OnCleared * * Revision 1.89 2000/11/08 04:30:00 robertj * Added function to be able to alter/remove the call proceeding PDU. * * Revision 1.88 2000/10/20 06:10:20 robertj * Fixed very small race condition on creating new connectionon incoming call. * * Revision 1.87 2000/10/19 04:06:54 robertj * Added function to be able to remove a listener. * * Revision 1.86 2000/10/16 09:51:16 robertj * Fixed problem with not opening fast start video receive if do not have transmit enabled. * * Revision 1.85 2000/10/13 02:15:23 robertj * Added support for Progress Indicator Q.931/H.225 message. * * Revision 1.84 2000/10/04 12:20:50 robertj * Changed setting of callToken in H323Connection to be as early as possible. * * Revision 1.83 2000/09/25 12:59:16 robertj * Added StartListener() function that takes a H323TransportAddress to start * listeners bound to specific interfaces. * * Revision 1.82 2000/09/22 01:35:02 robertj * Added support for handling LID's that only do symmetric codecs. * * Revision 1.81 2000/09/20 01:50:22 craigs * Added ability to set jitter buffer on a per-connection basis * * Revision 1.80 2000/09/05 01:16:19 robertj * Added "security" call end reason code. * * Revision 1.79 2000/09/01 02:12:54 robertj * Added ability to select a gatekeeper on LAN via it's identifier name. * * Revision 1.78 2000/07/31 14:08:09 robertj * Added fast start and H.245 tunneling flags to the H323Connection constructor so can * disabled these features in easier manner to overriding virtuals. * * Revision 1.77 2000/07/13 12:33:38 robertj * Split autoStartVideo so can select receive and transmit independently * * Revision 1.76 2000/07/04 04:14:06 robertj * Fixed capability check of "combinations" for fast start cases. * * Revision 1.75 2000/07/04 01:16:49 robertj * Added check for capability allowed in "combinations" set, still needs more done yet. * * Revision 1.74 2000/06/29 10:59:53 robertj * Added user interface for sound buffer depth adjustment. * * Revision 1.73 2000/06/23 02:48:23 robertj * Added ability to adjust sound channel buffer depth, needed increasing under Win32. * * Revision 1.72 2000/06/21 08:07:38 robertj * Added cause/reason to release complete PDU, where relevent. * * Revision 1.71 2000/06/10 02:03:36 robertj * Fixed typo in comment * * Revision 1.70 2000/06/07 05:47:55 robertj * Added call forwarding. * * Revision 1.69 2000/06/05 06:33:08 robertj * Fixed problem with roud trip time statistic not being calculated if constant traffic. * * Revision 1.68 2000/05/23 12:57:28 robertj * Added ability to change IP Type Of Service code from applications. * * Revision 1.67 2000/05/23 11:32:26 robertj * Rewrite of capability table to combine 2 structures into one and move functionality into that class * allowing some normalisation of usage across several applications. * Changed H323Connection so gets a copy of capabilities instead of using endponts, allows adjustments * to be done depending on the remote client application. * * Revision 1.66 2000/05/18 11:53:33 robertj * Changes to support doc++ documentation generation. * * Revision 1.65 2000/05/16 08:12:37 robertj * Added documentation for FindChannel() function. * Added function to get a logical channel by channel number. * * Revision 1.64 2000/05/16 02:06:00 craigs * Added access functions for particular sessions * * Revision 1.63 2000/05/09 12:19:22 robertj * Added ability to get and set "distinctive ring" Q.931 functionality. * * Revision 1.62 2000/05/08 14:07:26 robertj * Improved the provision and detection of calling and caller numbers, aliases and hostnames. * * Revision 1.61 2000/05/02 04:32:24 robertj * Fixed copyright notice comment. * * Revision 1.60 2000/05/01 13:00:09 robertj * Changed SetCapability() to append capabilities to TCS, helps with assuring no gaps in set. * * Revision 1.59 2000/04/14 21:08:53 robertj * Work around for compatibility problem wth broken Altigen AltaServ-IG PBX. * * Revision 1.58 2000/04/14 20:01:38 robertj * Added function to get remote endpoints application name. * * Revision 1.57 2000/04/11 04:02:47 robertj * Improved call initiation with gatekeeper, no longer require @address as * will default to gk alias if no @ and registered with gk. * Added new call end reasons for gatekeeper denied calls. * * Revision 1.56 2000/04/10 20:02:49 robertj * Added support for more sophisticated DTMF and hook flash user indication. * * Revision 1.55 2000/04/06 17:50:15 robertj * Added auto-start (including fast start) of video channels, selectable via boolean on the endpoint. * * Revision 1.54 2000/04/05 03:17:30 robertj * Added more RTP statistics gathering and H.245 round trip delay calculation. * * Revision 1.53 2000/03/29 04:32:55 robertj * Improved some trace logging messages. * * Revision 1.52 2000/03/29 02:12:38 robertj * Changed TerminationReason to CallEndReason to use correct telephony nomenclature. * Added CallEndReason for capability exchange failure. * * Revision 1.51 2000/03/25 02:03:18 robertj * Added default transport for gatekeeper to be UDP. * * Revision 1.50 2000/03/23 02:44:49 robertj * Changed ClearAllCalls() so will wait for calls to be closed (usefull in endpoint dtors). * * Revision 1.49 2000/03/02 02:18:13 robertj * Further fixes for early H245 establishment confusing the fast start code. * * Revision 1.48 2000/01/07 08:19:14 robertj * Added status functions for connection and tidied up the answer call function * * Revision 1.47 2000/01/04 00:14:26 craigs * Added additional states to AnswerCall callback * * Revision 1.46 1999/12/23 23:02:34 robertj * File reorganision for separating RTP from H.323 and creation of LID for VPB support. * * Revision 1.45 1999/12/11 02:20:53 robertj * Added ability to have multiple aliases on local endpoint. * * Revision 1.44 1999/11/22 10:07:23 robertj * Fixed some errors in correct termination states. * * Revision 1.43 1999/11/19 08:15:41 craigs * Added connectionStartTime * * Revision 1.42 1999/11/17 00:01:11 robertj * Improved determination of caller name, thanks Ian MacDonald * * Revision 1.41 1999/11/10 23:29:37 robertj * Changed OnAnswerCall() call back function to allow for asyncronous response. * * Revision 1.40 1999/11/06 05:37:44 robertj * Complete rewrite of termination of connection to avoid numerous race conditions. * * Revision 1.39 1999/10/30 12:34:13 robertj * Added information callback for closed logical channel on H323EndPoint. * * Revision 1.38 1999/10/29 02:26:13 robertj * Added reason for termination code to H323Connection. * * Revision 1.37 1999/10/19 00:03:20 robertj * Changed OpenAudioChannel and OpenVideoChannel to allow a codec AttachChannel with no autodelete. * Added function to set initial bandwidth limit on a new connection. * * Revision 1.36 1999/10/14 12:05:03 robertj * Fixed deadlock possibilities in clearing calls. * * Revision 1.35 1999/10/09 01:19:07 craigs * Added codecs to OpenAudioChannel and OpenVideoDevice functions * * Revision 1.34 1999/09/23 07:25:12 robertj * Added open audio and video function to connection and started multi-frame codec send functionality. * * Revision 1.33 1999/09/21 14:24:34 robertj * Changed SetCapability() so automatically calls AddCapability(). * * Revision 1.32 1999/09/21 14:05:21 robertj * Fixed incorrect PTRACING test and removed uneeded include of videoio.h * * Revision 1.31 1999/09/21 08:29:13 craigs * Added support for video codecs and H261 * * Revision 1.30 1999/09/15 01:26:27 robertj * Changed capability set call backs to have more specific class as parameter. * * Revision 1.29 1999/09/14 06:52:54 robertj * Added better support for multi-homed client hosts. * * Revision 1.28 1999/09/13 14:23:11 robertj * Changed MakeCall() function return value to be something useful. * * Revision 1.27 1999/09/10 03:36:47 robertj * Added simple Q.931 Status response to Q.931 Status Enquiry * * Revision 1.26 1999/09/08 04:05:48 robertj * Added support for video capabilities & codec, still needs the actual codec itself! * * Revision 1.25 1999/08/31 12:34:18 robertj * Added gatekeeper support. * * Revision 1.24 1999/08/27 09:46:05 robertj * Added sepearte function to initialise vendor information from endpoint. * * Revision 1.23 1999/08/25 05:14:49 robertj * File fission (critical mass reached). * Improved way in which remote capabilities are created, removed case statement! * Changed MakeCall, so immediately spawns thread, no black on TCP connect. * * Revision 1.22 1999/08/08 10:02:49 robertj * Added access functions to remote capability table. * * Revision 1.21 1999/07/23 02:37:53 robertj * Fixed problems with hang ups and crash closes of connections. * * Revision 1.20 1999/07/18 14:29:31 robertj * Fixed bugs in slow start with H245 tunnelling, part 3. * * Revision 1.19 1999/07/16 14:05:10 robertj * Added application level jitter buffer adjustment. * * Revision 1.18 1999/07/16 06:15:59 robertj * Corrected semantics for tunnelled master/slave determination in fast start. * * Revision 1.17 1999/07/15 14:45:35 robertj * Added propagation of codec open error to shut down logical channel. * Fixed control channel start up bug introduced with tunnelling. * * Revision 1.16 1999/07/14 06:06:13 robertj * Fixed termination problems (race conditions) with deleting connection object. * * Revision 1.15 1999/07/13 02:50:58 craigs * Changed semantics of SetPlayDevice/SetRecordDevice, only descendent * endpoint assumes PSoundChannel devices for audio codec. * * Revision 1.14 1999/07/10 02:59:26 robertj * Fixed ability to hang up incoming connection. * * Revision 1.13 1999/07/09 06:09:49 robertj * Major implementation. An ENORMOUS amount of stuff added everywhere. * * Revision 1.12 1999/06/25 10:25:35 robertj * Added maintentance of callIdentifier variable in H.225 channel. * * Revision 1.11 1999/06/22 13:45:05 robertj * Added user question on listener version to accept incoming calls. * * Revision 1.10 1999/06/14 05:15:56 robertj * Changes for using RTP sessions correctly in H323 Logical Channel context * * Revision 1.9 1999/06/13 12:41:14 robertj * Implement logical channel transmitter. * Fixed H245 connect on receiving call. * * Revision 1.8 1999/06/09 06:18:00 robertj * GCC compatibiltiy. * * Revision 1.7 1999/06/09 05:26:19 robertj * Major restructuring of classes. * * Revision 1.6 1999/06/06 06:06:36 robertj * Changes for new ASN compiler and v2 protocol ASN files. * * Revision 1.5 1999/04/26 06:14:46 craigs * Initial implementation for RTP decoding and lots of stuff * As a whole, these changes are called "First Noise" * * Revision 1.4 1999/02/23 11:04:28 robertj * Added capability to make outgoing call. * * Revision 1.3 1999/01/16 01:31:34 robertj * Major implementation. * * Revision 1.2 1999/01/02 04:00:59 robertj * Added higher level protocol negotiations. * * Revision 1.1 1998/12/14 09:13:12 robertj * Initial revision * */ #include "openh323buildopts.h" #include "h323con.h" #include "h323ep.h" #include "gkclient.h" #ifndef NO_H323_VIDEO #include "h261codec.h" #include "h263codec.h" #ifdef HAS_CU30 #include "cu30codec.h" #endif #endif // NO_H323_VIDEO #include PString OpalGetVersion(); unsigned OpalGetMajorVersion(); unsigned OpalGetMinorVersion(); unsigned OpalGetBuildNumber(); namespace OpalOSP { // OSP token identifier as per section ETSI TS 101 32 D.3, using XML format // itu-t(0), identifier-organization(4), etsi(0), ts-101-1321(1321), token(1), xml-format(2) extern const char * ETSIXMLTokenOID; }; ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/h323annexg.h0100644000176200056700000001443610343321575017317 0ustar releasepostincr/* * h323annexg.h * * Implementation of H.323 Annex G using H.501 * * Open H323 Library * * Copyright (c) 2003 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. */ #ifndef __OPAL_H323ANNEXG_H #define __OPAL_H323ANNEXG_H #ifdef P_USE_PRAGMA #pragma interface #endif #include "h323trans.h" #include "h501pdu.h" class PASN_Sequence; class PASN_Choice; class H323EndPoint; /////////////////////////////////////////////////////////////////////////////// /**This class embodies the H.323 Annex G using the H.501 protocol */ class H323_AnnexG : public H323Transactor { PCLASSINFO(H323_AnnexG, H323Transactor); public: /**@name Construction */ //@{ enum { DefaultUdpPort = 2099, DefaultTcpPort = 2099 }; /**Create a new protocol handler. */ H323_AnnexG( H323EndPoint & endpoint, ///< Endpoint gatekeeper is associated with. H323Transport * transport ///< Transport over which gatekeepers communicates. ); H323_AnnexG( H323EndPoint & endpoint, ///< Endpoint gatekeeper is associated with. const H323TransportAddress & addr ///< Transport over which gatekeepers communicates. ); /**Destroy protocol handler. */ ~H323_AnnexG(); //@} /**@name Overrides from PObject */ //@{ /**Print the name of the gatekeeper. */ void PrintOn( ostream & strm ///< Stream to print to. ) const; //@} /**@name Overrides from H323Transactor */ //@{ /**Create the transaction PDU for reading. */ virtual H323TransactionPDU * CreateTransactionPDU() const; /**Handle and dispatch a transaction PDU */ virtual BOOL HandleTransaction( const PASN_Object & rawPDU ); /**Allow for modifications to PDU on send. */ virtual void OnSendingPDU( PASN_Object & rawPDU ); //@} /**@name Protocol callbacks */ //@{ virtual BOOL OnReceiveServiceRequest (const H501PDU & pdu, const H501_ServiceRequest & pduBody); virtual BOOL OnReceiveServiceConfirmation (const H501PDU & pdu, const H501_ServiceConfirmation & pduBody); virtual BOOL OnReceiveServiceRejection (const H501PDU & pdu, const H501_ServiceRejection & pduBody); virtual BOOL OnReceiveServiceRelease (const H501PDU & pdu, const H501_ServiceRelease & pduBody); virtual BOOL OnReceiveDescriptorRequest (const H501PDU & pdu, const H501_DescriptorRequest & pduBody); virtual BOOL OnReceiveDescriptorConfirmation (const H501PDU & pdu, const H501_DescriptorConfirmation & pduBody); virtual BOOL OnReceiveDescriptorRejection (const H501PDU & pdu, const H501_DescriptorRejection & pduBody); virtual BOOL OnReceiveDescriptorIDRequest (const H501PDU & pdu, const H501_DescriptorIDRequest & pduBody); virtual BOOL OnReceiveDescriptorIDConfirmation (const H501PDU & pdu, const H501_DescriptorIDConfirmation & pduBody); virtual BOOL OnReceiveDescriptorIDRejection (const H501PDU & pdu, const H501_DescriptorIDRejection & pduBody); virtual BOOL OnReceiveDescriptorUpdate (const H501PDU & pdu, const H501_DescriptorUpdate & pduBody); virtual BOOL OnReceiveDescriptorUpdateACK (const H501PDU & pdu, const H501_DescriptorUpdateAck & pduBody); virtual BOOL OnReceiveAccessRequest (const H501PDU & pdu, const H501_AccessRequest & pduBody); virtual BOOL OnReceiveAccessConfirmation (const H501PDU & pdu, const H501_AccessConfirmation & pduBody); virtual BOOL OnReceiveAccessRejection (const H501PDU & pdu, const H501_AccessRejection & pduBody); virtual BOOL OnReceiveRequestInProgress (const H501PDU & pdu, const H501_RequestInProgress & pduBody); virtual BOOL OnReceiveNonStandardRequest (const H501PDU & pdu, const H501_NonStandardRequest & pduBody); virtual BOOL OnReceiveNonStandardConfirmation (const H501PDU & pdu, const H501_NonStandardConfirmation & pduBody); virtual BOOL OnReceiveNonStandardRejection (const H501PDU & pdu, const H501_NonStandardRejection & pduBody); virtual BOOL OnReceiveUnknownMessageResponse (const H501PDU & pdu, const H501_UnknownMessageResponse & pduBody); virtual BOOL OnReceiveUsageRequest (const H501PDU & pdu, const H501_UsageRequest & pduBody); virtual BOOL OnReceiveUsageConfirmation (const H501PDU & pdu, const H501_UsageConfirmation & pduBody); virtual BOOL OnReceiveUsageIndicationConfirmation (const H501PDU & pdu, const H501_UsageIndicationConfirmation & pduBody); virtual BOOL OnReceiveUsageIndicationRejection (const H501PDU & pdu, const H501_UsageIndicationRejection & pduBody); virtual BOOL OnReceiveUsageRejection (const H501PDU & pdu, const H501_UsageRejection & pduBody); virtual BOOL OnReceiveValidationRequest (const H501PDU & pdu, const H501_ValidationRequest & pduBody); virtual BOOL OnReceiveValidationConfirmation (const H501PDU & pdu, const H501_ValidationConfirmation & pduBody); virtual BOOL OnReceiveValidationRejection (const H501PDU & pdu, const H501_ValidationRejection & pduBody); virtual BOOL OnReceiveAuthenticationRequest (const H501PDU & pdu, const H501_AuthenticationRequest & pduBody); virtual BOOL OnReceiveAuthenticationConfirmation (const H501PDU & pdu, const H501_AuthenticationConfirmation & pduBody); virtual BOOL OnReceiveAuthenticationRejection (const H501PDU & pdu, const H501_AuthenticationRejection & pduBody); virtual BOOL OnReceiveUnknown(const H501PDU &); protected: void Construct(); }; #endif // __OPAL_H323ANNEXG_H ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/h323caps.h0100644000176200056700000024221210343321575016760 0ustar releasepostincr/* * h323caps.h * * H.323 protocol handler * * Open H323 Library * * Copyright (c) 1998-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Portions of this code were written with the assisance of funding from * Vovida Networks, Inc. http://www.vovida.com. * * Contributor(s): ______________________________________. * * $Log: h323caps.h,v $ * Revision 1.51 2005/11/30 13:05:01 csoutheren * Changed tags for Doxygen * * Revision 1.50 2005/06/07 07:09:13 csoutheren * Removed compiler warnings on Windows * * Revision 1.49 2005/06/07 03:22:22 csoutheren * Added patch 1198741 with support for plugin codecs with generic capabilities * Added patch 1198754 with support for setting quality level on audio codecs * Added patch 1198760 with GSM-AMR codec support * Many thanks to Richard van der Hoff for his work * * Revision 1.48 2005/01/03 06:25:52 csoutheren * Added extensive support for disabling code modules at compile time * * Revision 1.47 2004/08/24 14:23:09 csoutheren * Fixed problem with plugin codecs using capability compare functions * * Revision 1.46 2004/06/30 12:31:09 rjongbloed * Rewrite of plug in system to use single global variable for all factories to avoid all sorts * of issues with startup orders and Windows DLL multiple instances. * * Revision 1.45 2004/06/08 01:20:28 csoutheren * Provide backwards compatibility for applications using old capability API * * Revision 1.44 2004/06/01 05:47:58 csoutheren * Changed capability table to use abstract factory routines rather than internal linked list * * Revision 1.43 2004/05/13 12:49:32 rjongbloed * Fixed usage of the compare function in non-standard capabilities. * * Revision 1.42 2004/04/03 10:38:24 csoutheren * Added in initial cut at codec plugin code. Branches are for wimps :) * * Revision 1.41.2.1 2004/03/31 11:11:58 csoutheren * Initial public release of plugin codec code * * Revision 1.41 2004/03/02 11:48:14 rjongbloed * Fixed correct capability table matching when FindCapability with a mode change, * uses different enum so needs translation table. * * Revision 1.40 2003/10/27 06:03:39 csoutheren * Added support for QoS * Thanks to Henry Harrison of AliceStreet * * Revision 1.39 2003/06/06 02:13:10 rjongbloed * Changed non-standard capability semantics so can use C style strings as * the embedded data block (ie automatically call strlen) * * Revision 1.38 2003/04/28 07:00:00 robertj * Fixed problem with compiler(s) not correctly initialising static globals * * Revision 1.37 2003/04/27 23:49:21 craigs * Fixed some comments and made list of registered codecs * available outside h323caps.cxx * * Revision 1.36 2002/11/09 04:24:01 robertj * Fixed minor documentation errors. * * Revision 1.35 2002/09/16 01:14:15 robertj * Added #define so can select if #pragma interface/implementation is used on * platform basis (eg MacOS) rather than compiler, thanks Robert Monaghan. * * Revision 1.34 2002/09/03 06:19:36 robertj * Normalised the multi-include header prevention ifdef/define symbol. * * Revision 1.33 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.32 2002/05/29 03:55:17 robertj * Added protocol version number checking infrastructure, primarily to improve * interoperability with stacks that are unforgiving of new features. * * Revision 1.31 2002/05/10 05:44:50 robertj * Added the max bit rate field to the data channel capability class. * * Revision 1.30 2002/01/22 06:25:02 robertj * Moved payload type to ancestor so any capability can adjust it on logical channel. * * Revision 1.29 2002/01/17 07:04:57 robertj * Added support for RFC2833 embedded DTMF in the RTP stream. * * Revision 1.28 2002/01/16 05:37:41 robertj * Added missing mode change functions on non standard capabilities. * * Revision 1.27 2002/01/09 00:21:36 robertj * Changes to support outgoing H.245 RequstModeChange. * * Revision 1.26 2001/12/22 01:44:05 robertj * Added more support for H.245 RequestMode operation. * * Revision 1.25 2001/10/24 01:20:34 robertj * Added code to help with static linking of H323Capability names database. * * Revision 1.24 2001/09/21 02:48:51 robertj * Added default implementation for PDU encode/decode for codecs * that have simple integer as frames per packet. * * Revision 1.23 2001/09/11 10:21:40 robertj * Added direction field to capabilities, thanks Nick Hoath. * * Revision 1.22 2001/07/19 09:50:40 robertj * Added code for default session ID on data channel being three. * * Revision 1.21 2001/07/17 04:44:29 robertj * Partial implementation of T.120 and T.38 logical channels. * * Revision 1.20 2001/05/21 07:20:47 robertj * Removed redundent class name in declaration. * * Revision 1.19 2001/05/14 05:56:26 robertj * Added H323 capability registration system so can add capabilities by * string name instead of having to instantiate explicit classes. * * Revision 1.18 2001/05/02 16:22:21 rogerh * Add IsAllow() for a single capability to check if it is in the * capabilities set. This fixes the bug where OpenH323 would accept * incoming H261 video even when told not to accept it. * * Revision 1.17 2001/03/16 23:00:21 robertj * Improved validation of codec selection against capability set, thanks Chris Purvis. * * Revision 1.16 2001/02/09 05:16:24 robertj * Added #pragma interface for GNU C++. * * Revision 1.15 2001/01/25 07:27:14 robertj * Major changes to add more flexible OpalMediaFormat class to normalise * all information about media types, especially codecs. * * Revision 1.14 2001/01/09 23:05:22 robertj * Fixed inability to have 2 non standard codecs in capability table. * * Revision 1.13 2000/10/16 08:49:30 robertj * Added single function to add all UserInput capability types. * * Revision 1.12 2000/08/23 14:23:11 craigs * Added prototype support for Microsoft GSM codec * * Revision 1.11 2000/07/13 12:25:47 robertj * Fixed problems with fast start frames per packet adjustment. * * Revision 1.10 2000/07/10 16:01:50 robertj * Started fixing capability set merging, still more to do. * * Revision 1.9 2000/07/04 01:16:49 robertj * Added check for capability allowed in "combinations" set, still needs more done yet. * * Revision 1.8 2000/06/03 03:16:47 robertj * Fixed using the wrong capability table (should be connections) for some operations. * * Revision 1.7 2000/05/23 11:32:27 robertj * Rewrite of capability table to combine 2 structures into one and move functionality into that class * allowing some normalisation of usage across several applications. * Changed H323Connection so gets a copy of capabilities instead of using endponts, allows adjustments * to be done depending on the remote client application. * * Revision 1.6 2000/05/18 11:53:34 robertj * Changes to support doc++ documentation generation. * * Revision 1.5 2000/05/10 04:05:26 robertj * Changed capabilities so has a function to get name of codec, instead of relying on PrintOn. * * Revision 1.4 2000/05/02 04:32:24 robertj * Fixed copyright notice comment. * * Revision 1.3 2000/04/05 19:01:12 robertj * Added function so can change desired transmit packet size. * * Revision 1.2 2000/03/21 03:06:47 robertj * Changes to make RTP TX of exact numbers of frames in some codecs. * * Revision 1.1 1999/12/23 23:02:35 robertj * File reorganision for separating RTP from H.323 and creation of LID for VPB support. * */ #ifndef __OPAL_H323CAPS_H #define __OPAL_H323CAPS_H #ifdef P_USE_PRAGMA #pragma interface #endif #include "codecs.h" #include "channels.h" /* The following classes have forward references to avoid including the VERY large header files for H225 and H245. If an application requires access to the protocol classes they can include them, but for simple usage their inclusion can be avoided. */ class PASN_Choice; class H245_Capability; class H245_DataType; class H245_ModeElement; class H245_AudioCapability; class H245_AudioMode; class H245_VideoCapability; class H245_VideoMode; class H245_DataApplicationCapability; class H245_DataMode; class H245_DataProtocolCapability; class H245_GenericCapability; class H245_CapabilityIdentifier; class H245_GenericParameter; class H245_H2250LogicalChannelParameters; class H245_H223LogicalChannelParameters; class H245_TerminalCapabilitySet; class H245_NonStandardParameter; class H323Connection; class H323Capabilities; /////////////////////////////////////////////////////////////////////////////// /**This class describes the interface to a capability of the endpoint, usually a codec, used to transfer data via the logical channels opened and managed by the H323 control channel. Note that this is not an instance of the codec itself. Merely the description of that codec. There is typically only one instance of this class contained in the capability tables of the endpoint. There may be several instances of the actualy codec managing the conversion of an individual stream of data. An application may create a descendent off this class and override functions as required for describing a codec that it implements. */ class H323Capability : public PObject { PCLASSINFO(H323Capability, PObject); public: /**@name Construction */ //@{ /**Create a new capability specification. */ H323Capability(); //@} /**@name Overrides from class PObject */ //@{ /**Compare two capability instances. This compares the main and sub-types of the capability. */ Comparison Compare(const PObject & obj) const; /**Print out the object to the stream, virtual version of << operator. */ void PrintOn(ostream & strm) const; //@} /**@name Identification functions */ //@{ enum MainTypes { /// Audio codec capability e_Audio, /// Video codec capability e_Video, /// Arbitrary data capability e_Data, /// User Input capability e_UserInput, /// Count of main types e_NumMainTypes }; /**Get the main type of the capability. This function is overridden by one of the three main sub-classes off which real capabilities would be descendend. */ virtual MainTypes GetMainType() const = 0; /**Get the sub-type of the capability. This is a code dependent on the main type of the capability. */ virtual unsigned GetSubType() const = 0; /**Get the name of the media data format this class represents. */ virtual PString GetFormatName() const = 0; //@} /**@name Operations */ //@{ /**Create an H323Capability descendant given a string name. This uses the registration system to create the capability. */ static H323Capability * Create( const PString & name ///< Name of capability ); /** * provided for backwards compatibility */ static H323Capability * Create( H323EndPoint &, ///< endpoint (not used) const PString & name ///< Name of capability ) { return Create(name); } /**Get the default RTP session. This function gets the default RTP session ID for the capability type. For example audio capabilities return the value RTP_Session::DefaultAudioSessionID etc. The default behaviour returns zero, indicating it is not an RTP based capability. */ virtual unsigned GetDefaultSessionID() const; /**Set the maximum size (in frames) of data that will be transmitted in a single PDU. This will also be the desired number that will be sent by most codec implemetations. The default behaviour does nothing. */ virtual void SetTxFramesInPacket( unsigned frames ///< Number of frames per packet ); /**Get the maximum size (in frames) of data that will be transmitted in a single PDU. The default behaviour returns the value 1. */ virtual unsigned GetTxFramesInPacket() const; /**Get the maximum size (in frames) of data that can be received in a single PDU. The default behaviour returns the value 1. */ virtual unsigned GetRxFramesInPacket() const; /**Create the channel instance, allocating resources as required. This creates a logical channel object appropriate for the parameters provided. Not if param is NULL, sessionID must be provided, otherwise this is taken from the fields in param. */ virtual H323Channel * CreateChannel( H323Connection & connection, ///< Owner connection for channel H323Channel::Directions dir, ///< Direction of channel unsigned sessionID, ///< Session ID for RTP channel const H245_H2250LogicalChannelParameters * param ///< Parameters for channel ) const = 0; /**Create the codec instance, allocating resources as required. */ virtual H323Codec * CreateCodec( H323Codec::Direction direction ///< Direction in which this instance runs ) const = 0; //@} /**@name Protocol manipulation */ //@{ /**This function is called whenever and outgoing TerminalCapabilitySet PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour is pure. */ virtual BOOL OnSendingPDU( H245_Capability & pdu ///< PDU to set information on ) const = 0; /**This function is called whenever and outgoing OpenLogicalChannel PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour is pure. */ virtual BOOL OnSendingPDU( H245_DataType & pdu ///< PDU to set information on ) const = 0; /**This function is called whenever and outgoing RequestMode PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour is pure. */ virtual BOOL OnSendingPDU( H245_ModeElement & pdu ///< PDU to set information on ) const = 0; /**This function is called whenever and incoming TerminalCapabilitySet PDU is received on the control channel, and a new H323Capability descendent was created. This completes reading fields from the PDU into the classes members. If the function returns FALSE then the received PDU codec description is not supported, so will be ignored. The default behaviour sets the capabilityDirection member variable from the PDU and then returns TRUE. Note that this means it is very important to call the ancestor function when overriding. */ virtual BOOL OnReceivedPDU( const H245_Capability & pdu ///< PDU to get information from ); /**This function is called whenever and incoming OpenLogicalChannel PDU has been used to construct the control channel. It allows the capability to set from the PDU fields, information in members specific to the class. The default behaviour is pure. */ virtual BOOL OnReceivedPDU( const H245_DataType & pdu, ///< PDU to get information from BOOL receiver ///< Is receiver OLC ) = 0; /**Compare the generic part of the capability, if applicable. */ virtual BOOL IsGenericMatch( const H245_GenericCapability & /*param*/ ///< Generic field in PDU received ) const { return FALSE; } /**Compare the nonStandardData part of the capability, if applicable. */ virtual BOOL IsNonStandardMatch( const H245_NonStandardParameter & param ///< Non standard field in PDU received ) const; /**Validate that the capability is usable given the connection. This checks agains the negotiated protocol version number and remote application to determine if this capability should be used in TCS or OLC pdus. The default behaviour returns TRUE. */ virtual BOOL IsUsable( const H323Connection & connection ) const; //@} /**@name Member variable access */ //@{ enum CapabilityDirection { e_Unknown, e_Receive, e_Transmit, e_ReceiveAndTransmit, e_NoDirection, NumCapabilityDirections }; /**Get the direction for this capability. */ CapabilityDirection GetCapabilityDirection() const { return capabilityDirection; } /**Set the direction for this capability. */ void SetCapabilityDirection( CapabilityDirection dir ///< New direction code ) { capabilityDirection = dir; } /// Get unique capability number. unsigned GetCapabilityNumber() const { return assignedCapabilityNumber; } /// Set unique capability number. void SetCapabilityNumber(unsigned num) { assignedCapabilityNumber = num; } /// Get the payload type for the capaibility RTP_DataFrame::PayloadTypes GetPayloadType() const { return rtpPayloadType; } /// Attach a QoS specification to this channel virtual void AttachQoS(RTP_QOS *) {} //@} #if PTRACING friend ostream & operator<<(ostream & o , MainTypes t); friend ostream & operator<<(ostream & o , CapabilityDirection d); #endif protected: unsigned assignedCapabilityNumber; /// Unique ID assigned to capability CapabilityDirection capabilityDirection; RTP_DataFrame::PayloadTypes rtpPayloadType; }; /**This class describes the interface to a non-standard codec used to transfer data via the logical channels opened and managed by the H323 control channel. It is expected that an application makes a descendent off H323NonStandardAudioCapability or H323NonStandardVideoCapability which multiply inherit from this class. */ class H323NonStandardCapabilityInfo { public: typedef PObject::Comparison (*CompareFuncType)(struct PluginCodec_H323NonStandardCodecData *); /**Create a new set of information about a non-standard codec. */ H323NonStandardCapabilityInfo( CompareFuncType compareFunc, const BYTE * dataBlock, ///< Non-Standard data for codec type PINDEX dataSize ///< Size of dataBlock. If 0 and dataBlock != NULL use strlen(dataBlock) ); H323NonStandardCapabilityInfo( const BYTE * dataBlock, ///< Non-Standard data for codec type PINDEX dataSize, ///< Size of dataBlock. If 0 and dataBlock != NULL use strlen(dataBlock) PINDEX comparisonOffset = 0, ///< Offset into dataBlock to compare PINDEX comparisonLength = P_MAX_INDEX ///< Length of bytes to compare ); /**Create a new set of information about a non-standard codec. */ H323NonStandardCapabilityInfo( const PString & oid, const BYTE * dataBlock, ///< Non-Standard data for codec type PINDEX dataSize, ///< Size of dataBlock. If 0 and dataBlock != NULL use strlen(dataBlock) PINDEX comparisonOffset = 0, PINDEX comparisonLength = P_MAX_INDEX ); /**Create a new set of information about a non-standard codec. */ H323NonStandardCapabilityInfo( BYTE country, ///< t35 information BYTE extension, ///< t35 information WORD maufacturer, ///< t35 information const BYTE * dataBlock, ///< Non-Standard data for codec type PINDEX dataSize, ///< Size of dataBlock. If 0 and dataBlock != NULL use strlen(dataBlock) PINDEX comparisonOffset = 0, ///< Offset into dataBlock to compare PINDEX comparisonLength = P_MAX_INDEX ///< Length of bytes to compare ); /**Destroy the capability information */ virtual ~H323NonStandardCapabilityInfo(); /**This function gets the non-standard data field. The default behaviour sets data to fixedData. */ virtual BOOL OnSendingPDU( PBYTEArray & data ///< Data field in PDU to send ) const; /**This function validates and uses the non-standard data field. The default behaviour returns TRUE if data is equal to fixedData. */ virtual BOOL OnReceivedPDU( const PBYTEArray & data ///< Data field in PDU received ); protected: BOOL OnSendingNonStandardPDU( PASN_Choice & pdu, unsigned nonStandardTag ) const; BOOL OnReceivedNonStandardPDU( const PASN_Choice & pdu, unsigned nonStandardTag ); PObject::Comparison CompareParam( const H245_NonStandardParameter & param ) const; PObject::Comparison CompareInfo( const H323NonStandardCapabilityInfo & obj ) const; PObject::Comparison CompareData( const PBYTEArray & data ///< Data field in PDU received ) const; PString oid; BYTE t35CountryCode; BYTE t35Extension; WORD manufacturerCode; PBYTEArray nonStandardData; PINDEX comparisonOffset; PINDEX comparisonLength; CompareFuncType compareFunc; }; /**This class describes the interface to a generic codec used to transfer data via the logical channels opened and managed by the H323 control channel. It is expected that an application makes a descendent off H323GenericAudioCapability or H323GenericVideoCapability which multiply inherit from this class. */ class H323GenericCapabilityInfo { public: H323GenericCapabilityInfo( const PString &capabilityId, ///< generic codec identifier PINDEX maxBitRate = 0 ///< maxBitRate parameter for the GenericCapability ); H323GenericCapabilityInfo(const H323GenericCapabilityInfo &obj); virtual ~H323GenericCapabilityInfo(); /**Compare the genericCapability part of the capability, if applicable. */ virtual BOOL IsGenericMatch( const H245_GenericCapability & param ///< Non standard field in PDU received ) const; /** Add a parameter which will be used in the TerminalCapabilitySet and * OpenLogicalChannel messages */ virtual BOOL AddIntegerGenericParameter( BOOL collapsing, int standardId, int type, ///< should be one of opalplugin.h:PluginCodec_H323GenericParameterType long int value ); protected: virtual BOOL OnSendingGenericPDU(H245_GenericCapability & pdu) const; virtual BOOL OnReceivedGenericPDU(const H245_GenericCapability &pdu); PObject::Comparison CompareInfo( const H323GenericCapabilityInfo & obj ) const; PINDEX maxBitRate; H245_CapabilityIdentifier *capId; /* parameters sent in the TerminalCapabilitySet and OpenLogicalChannel messages */ PList collapsingParameters; PList nonCollapsingParameters; }; /**This class describes the interface to a codec that has channels based on the RTP protocol. An application may create a descendent off this class and override functions as required for descibing the codec. */ class H323RealTimeCapability : public H323Capability { PCLASSINFO(H323RealTimeCapability, H323Capability); public: /**@name Operations */ //@{ /**Create the channel instance, allocating resources as required. */ virtual H323Channel * CreateChannel( H323Connection & connection, ///< Owner connection for channel H323Channel::Directions dir, ///< Direction of channel unsigned sessionID, ///< Session ID for RTP channel const H245_H2250LogicalChannelParameters * param ///< Parameters for channel ) const; H323RealTimeCapability(); H323RealTimeCapability(const H323RealTimeCapability &rtc); virtual ~H323RealTimeCapability(); void AttachQoS(RTP_QOS * _rtpqos); protected: RTP_QOS * rtpqos; //@} }; #ifndef NO_H323_AUDIO_CODECS /**This class describes the interface to an audio codec used to transfer data via the logical channels opened and managed by the H323 control channel. An application may create a descendent off this class and override functions as required for descibing the codec. */ class H323AudioCapability : public H323RealTimeCapability { PCLASSINFO(H323AudioCapability, H323RealTimeCapability); public: /**@name Construction */ //@{ /**Create an audio based capability. */ H323AudioCapability( unsigned rxPacketSize, ///< Maximum size of an audio packet in frames unsigned txPacketSize ///< Desired transmit size of an audio packet frames ); //@} /**@name Identification functions */ //@{ /**Get the main type of the capability. Always returns e_Audio. */ virtual MainTypes GetMainType() const; //@} /**@name Operations */ //@{ /**Get the default RTP session. This function gets the default RTP session ID for the capability type. For example audio capabilities return the value RTP_Session::DefaultAudioSessionID etc. The default behaviour returns zero, indicating it is not an RTP based capability. */ virtual unsigned GetDefaultSessionID() const; /**Set the maximum size (in frames) of data that will be transmitted in a single PDU. This will also be the desired number that will be sent by most codec implemetations. The default behaviour sets the txFramesInPacket variable. */ virtual void SetTxFramesInPacket( unsigned frames ///< Number of frames per packet ); /**Get the maximum size (in frames) of data that will be transmitted in a single PDU. The default behaviour sends the txFramesInPacket variable. */ virtual unsigned GetTxFramesInPacket() const; /**Get the maximum size (in frames) of data that can be received in a single PDU. The default behaviour sends the rxFramesInPacket variable. */ virtual unsigned GetRxFramesInPacket() const; //@} /**@name Protocol manipulation */ //@{ /**This function is called whenever and outgoing TerminalCapabilitySet PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour calls the OnSendingPDU() function with a more specific PDU type. */ virtual BOOL OnSendingPDU( H245_Capability & pdu ///< PDU to set information on ) const; /**This function is called whenever and outgoing OpenLogicalChannel PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour calls the OnSendingPDU() function with a more specific PDU type. */ virtual BOOL OnSendingPDU( H245_DataType & pdu ///< PDU to set information on ) const; /**This function is called whenever and outgoing RequestMode PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour calls the OnSendingPDU() function with a more specific PDU type. */ virtual BOOL OnSendingPDU( H245_ModeElement & pdu ///< PDU to set information on ) const; /**This function is called whenever and outgoing TerminalCapabilitySet or OpenLogicalChannel PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour assumes the pdu is an integer number of frames per packet. */ virtual BOOL OnSendingPDU( H245_AudioCapability & pdu, ///< PDU to set information on unsigned packetSize ///< Packet size to use in capability ) const; /**This function is called whenever and outgoing RequestMode PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour sets the PDUs tag according to the GetSubType() function (translated to different enum). */ virtual BOOL OnSendingPDU( H245_AudioMode & pdu ///< PDU to set information on ) const; /**This function is called whenever and incoming TerminalCapabilitySet PDU is received on the control channel, and a new H323Capability descendent was created. This completes reading fields from the PDU into the classes members. If the function returns FALSE then the received PDU codec description is not supported, so will be ignored. The default behaviour calls the OnReceivedPDU() that takes a H245_AudioCapability and clamps the txFramesInPacket. */ virtual BOOL OnReceivedPDU( const H245_Capability & pdu ///< PDU to get information from ); /**This function is called whenever and incoming OpenLogicalChannel PDU has been used to construct the control channel. It allows the capability to set from the PDU fields, information in members specific to the class. The default behaviour calls the OnReceivedPDU() that takes a H245_AudioCapability and clamps the txFramesInPacket or rxFramesInPacket. */ virtual BOOL OnReceivedPDU( const H245_DataType & pdu, ///< PDU to get information from BOOL receiver ///< Is receiver OLC ); /**This function is called whenever and incoming TerminalCapabilitySet or OpenLogicalChannel PDU has been used to construct the control channel. It allows the capability to set from the PDU fields, information in members specific to the class. The default behaviour assumes the pdu is an integer number of frames per packet. */ virtual BOOL OnReceivedPDU( const H245_AudioCapability & pdu, ///< PDU to get information from unsigned & packetSize ///< Packet size to use in capability ); //@} protected: unsigned rxFramesInPacket; unsigned txFramesInPacket; }; /**This class describes the interface to a non-standard audio codec used to transfer data via the logical channels opened and managed by the H323 control channel. An application may create a descendent off this class and override functions as required for descibing the codec. */ class H323NonStandardAudioCapability : public H323AudioCapability, public H323NonStandardCapabilityInfo { PCLASSINFO(H323NonStandardAudioCapability, H323AudioCapability); public: /**@name Construction */ //@{ /**Create a new set of information about a non-standard codec. */ H323NonStandardAudioCapability( unsigned maxPacketSize, ///< Maximum size of an audio packet in frames unsigned desiredPacketSize, ///< Desired transmit size of an audio packet in frames H323NonStandardCapabilityInfo::CompareFuncType compareFunc, const BYTE * dataBlock, ///< Non-Standard data for codec type PINDEX dataSize ///< Size of dataBlock. If 0 and dataBlock != NULL use strlen(dataBlock) ); H323NonStandardAudioCapability( unsigned maxPacketSize, ///< Maximum size of an audio packet in frames unsigned desiredPacketSize, ///< Desired transmit size of an audio packet in frames const BYTE * dataBlock, ///< Non-Standard data for codec type PINDEX dataSize, ///< Size of dataBlock. If 0 and dataBlock != NULL use strlen(dataBlock) PINDEX comparisonOffset = 0, ///< Offset into dataBlock to compare PINDEX comparisonLength = P_MAX_INDEX ///< Length of bytes to compare ); /** * provided for backwards compatibility */ H323NonStandardAudioCapability( unsigned maxPacketSize, ///< Maximum size of an audio packet in frames unsigned desiredPacketSize, ///< Desired transmit size of an audio packet in frames H323EndPoint &, H323NonStandardCapabilityInfo::CompareFuncType compareFunc, const BYTE * dataBlock, ///< Non-Standard data for codec type PINDEX dataSize ///< Size of dataBlock. If 0 and dataBlock != NULL use strlen(dataBlock) ); H323NonStandardAudioCapability( unsigned maxPacketSize, ///< Maximum size of an audio packet in frames unsigned desiredPacketSize, ///< Desired transmit size of an audio packet in frames H323EndPoint &, const BYTE * dataBlock, ///< Non-Standard data for codec type PINDEX dataSize, ///< Size of dataBlock. If 0 and dataBlock != NULL use strlen(dataBlock) PINDEX comparisonOffset = 0, ///< Offset into dataBlock to compare PINDEX comparisonLength = P_MAX_INDEX ///< Length of bytes to compare ); /**Create a new set of information about a non-standard codec. */ H323NonStandardAudioCapability( unsigned maxPacketSize, ///< Maximum size of an audio packet in frames unsigned desiredPacketSize, ///< Desired transmit size of an audio packet in frames const PString & oid, ///< OID for indentification of codec const BYTE * dataBlock, ///< Non-Standard data for codec type PINDEX dataSize, ///< Size of dataBlock. If 0 and dataBlock != NULL use strlen(dataBlock) PINDEX comparisonOffset = 0, ///< Offset into dataBlock to compare PINDEX comparisonLength = P_MAX_INDEX ///< Length of bytes to compare ); /**Create a new set of information about a non-standard codec. */ H323NonStandardAudioCapability( unsigned maxPacketSize, ///< Maximum size of an audio packet in frames unsigned desiredPacketSize, ///< Desired transmit size of an audio packet in frames BYTE country, ///< t35 information BYTE extension, ///< t35 information WORD maufacturer, ///< t35 information const BYTE * dataBlock, ///< Non-Standard data for codec type PINDEX dataSize, ///< Size of dataBlock. If 0 and dataBlock != NULL use strlen(dataBlock) PINDEX comparisonOffset = 0, ///< Offset into dataBlock to compare PINDEX comparisonLength = P_MAX_INDEX ///< Length of bytes to compare ); //@} /**@name Overrides from class PObject */ //@{ /**Compare two capability instances. This compares the main and sub-types of the capability. */ Comparison Compare(const PObject & obj) const; //@} /**@name Identification functions */ //@{ /**Get the sub-type of the capability. This is a code dependent on the main type of the capability. This returns H245_AudioCapability::e_nonStandard. */ virtual unsigned GetSubType() const; //@} /**@name Protocol manipulation */ //@{ /**This function is called whenever and outgoing TerminalCapabilitySet or OpenLogicalChannel PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour calls H323NonStandardCapabilityinfo::OnSendingPDU() to handle the PDU. */ virtual BOOL OnSendingPDU( H245_AudioCapability & pdu, ///< PDU to set information on unsigned packetSize ///< Packet size to use in capability ) const; /**This function is called whenever and outgoing RequestMode PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour calls H323NonStandardCapabilityinfo::OnSendingPDU() to handle the PDU. */ virtual BOOL OnSendingPDU( H245_AudioMode & pdu ///< PDU to set information on ) const; /**This function is called whenever and incoming TerminalCapabilitySet or OpenLogicalChannel PDU has been used to construct the control channel. It allows the capability to set from the PDU fields, information in members specific to the class. The default behaviour calls H323NonStandardCapabilityinfo::OnReceivedPDU() to handle the provided PDU. */ virtual BOOL OnReceivedPDU( const H245_AudioCapability & pdu, ///< PDU to get information from unsigned & packetSize ///< Packet size to use in capability ); /**Compare the nonStandardData part of the capability, if applicable. */ virtual BOOL IsNonStandardMatch( const H245_NonStandardParameter & param ///< Non standard field in PDU received ) const; //@} }; /**This class describes the interface to a generic audio codec used to transfer data via the logical channels opened and managed by the H323 control channel. An application may create a descendent off this class and override functions as required for descibing the codec. */ class H323GenericAudioCapability : public H323AudioCapability, public H323GenericCapabilityInfo { PCLASSINFO(H323NonStandardAudioCapability, H323AudioCapability); public: /**@name Construction */ //@{ /**Create a new set of information about a non-standard codec. */ H323GenericAudioCapability( unsigned maxPacketSize, ///< Maximum size of an audio packet in frames unsigned desiredPacketSize, ///< Desired transmit size of an audio packet in frames const PString &capabilityId, ///< generic codec identifier PINDEX maxBitRate = 0 ///< maxBitRate parameter for the GenericCapability ); //@} /**@name Overrides from class PObject */ //@{ /**Compare two capability instances. This compares the main and sub-types of the capability. */ Comparison Compare(const PObject & obj) const; //@} /**@name Identification functions */ //@{ /**Get the sub-type of the capability. This is a code dependent on the main type of the capability. This returns H245_AudioCapability::e_genericCapability. */ virtual unsigned GetSubType() const; //@} /**@name Protocol manipulation */ //@{ /**This function is called whenever and outgoing TerminalCapabilitySet or OpenLogicalChannel PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour calls H323GenericCapabilityinfo::OnSendingPDU() to handle the PDU. */ virtual BOOL OnSendingPDU( H245_AudioCapability & pdu, ///< PDU to set information on unsigned packetSize ///< Packet size to use in capability ) const; /**This function is called whenever and incoming TerminalCapabilitySet or OpenLogicalChannel PDU has been used to construct the control channel. It allows the capability to set from the PDU fields, information in members specific to the class. The default behaviour calls H323GenericCapabilityinfo::OnReceivedPDU() to handle the provided PDU. */ virtual BOOL OnReceivedPDU( const H245_AudioCapability & pdu, ///< PDU to get information from unsigned & packetSize ///< Packet size to use in capability ); /**Compare the generic part of the capability, if applicable. */ virtual BOOL IsGenericMatch( const H245_GenericCapability & param ///< Generic field in PDU received ) const { return H323GenericCapabilityInfo::IsGenericMatch(param); } //@} }; #endif #ifndef NO_H323_VIDEO /**This class describes the interface to a video codec used to transfer data via the logical channels opened and managed by the H323 control channel. An application may create a descendent off this class and override functions as required for descibing a codec. */ class H323VideoCapability : public H323RealTimeCapability { PCLASSINFO(H323VideoCapability, H323RealTimeCapability); public: /**@name Identification functions */ //@{ /**Get the main type of the capability. Always returns e_Video. */ virtual MainTypes GetMainType() const; //@} /**@name Operations */ //@{ /**Get the default RTP session. This function gets the default RTP session ID for the capability type. For example audio capabilities return the value RTP_Session::DefaultAudioSessionID etc. The default behaviour returns zero, indicating it is not an RTP based capability. */ virtual unsigned GetDefaultSessionID() const; //@} /**@name Protocol manipulation */ //@{ /**This function is called whenever and outgoing TerminalCapabilitySet PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour calls the OnSendingPDU() function with a more specific PDU type. */ virtual BOOL OnSendingPDU( H245_Capability & pdu ///< PDU to set information on ) const; /**This function is called whenever and outgoing OpenLogicalChannel PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour calls the OnSendingPDU() function with a more specific PDU type. */ virtual BOOL OnSendingPDU( H245_DataType & pdu ///< PDU to set information on ) const; /**This function is called whenever and outgoing RequestMode PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour calls the OnSendingPDU() function with a more specific PDU type. */ virtual BOOL OnSendingPDU( H245_ModeElement & pdu ///< PDU to set information on ) const; /**This function is called whenever and outgoing TerminalCapabilitySet or OpenLogicalChannel PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour is pure. */ virtual BOOL OnSendingPDU( H245_VideoCapability & pdu ///< PDU to set information on ) const = 0; /**This function is called whenever and outgoing RequestMode PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour sets the PDUs tag according to the GetSubType() function (translated to different enum). */ virtual BOOL OnSendingPDU( H245_VideoMode & pdu ///< PDU to set information on ) const = 0; /**This function is called whenever and incoming TerminalCapabilitySet PDU is received on the control channel, and a new H323Capability descendent was created. This completes reading fields from the PDU into the classes members. If the function returns FALSE then the received PDU codec description is not supported, so will be ignored. The default behaviour simply returns TRUE. */ virtual BOOL OnReceivedPDU( const H245_Capability & pdu ///< PDU to get information from ); /**This function is called whenever and incoming OpenLogicalChannel PDU has been used to construct the control channel. It allows the capability to set from the PDU fields, information in members specific to the class. The default behaviour is pure. */ virtual BOOL OnReceivedPDU( const H245_DataType & pdu, ///< PDU to get information from BOOL receiver ///< Is receiver OLC ); /**This function is called whenever and incoming TerminalCapabilitySet or OpenLogicalChannel PDU has been used to construct the control channel. It allows the capability to set from the PDU fields, information in members specific to the class. The default behaviour is pure. */ virtual BOOL OnReceivedPDU( const H245_VideoCapability & pdu ///< PDU to set information on ) = 0; //@} }; /**This class describes the interface to a non-standard video codec used to transfer data via the logical channels opened and managed by the H323 control channel. An application may create a descendent off this class and override functions as required for descibing the codec. */ class H323NonStandardVideoCapability : public H323VideoCapability, public H323NonStandardCapabilityInfo { PCLASSINFO(H323NonStandardVideoCapability, H323VideoCapability); public: /**@name Construction */ //@{ /**Create a new set of information about a non-standard codec. */ H323NonStandardVideoCapability( const BYTE * dataBlock, ///< Non-Standard data for codec type PINDEX dataSize, ///< Size of dataBlock. If 0 and dataBlock != NULL use strlen(dataBlock) PINDEX comparisonOffset = 0, ///< Offset into dataBlock to compare PINDEX comparisonLength = P_MAX_INDEX ///< Length of bytes to compare ); /** * provided for backwards compatibility */ H323NonStandardVideoCapability( H323EndPoint &, const BYTE * dataBlock, ///< Non-Standard data for codec type PINDEX dataSize, ///< Size of dataBlock. If 0 and dataBlock != NULL use strlen(dataBlock) PINDEX comparisonOffset = 0, ///< Offset into dataBlock to compare PINDEX comparisonLength = P_MAX_INDEX ///< Length of bytes to compare ); /**Create a new set of information about a non-standard codec. */ H323NonStandardVideoCapability( const PString & oid, ///< OID for indentification of codec const BYTE * dataBlock, ///< Non-Standard data for codec type PINDEX dataSize, ///< Size of dataBlock. If 0 and dataBlock != NULL use strlen(dataBlock) PINDEX comparisonOffset = 0, ///< Offset into dataBlock to compare PINDEX comparisonLength = P_MAX_INDEX ///< Length of bytes to compare ); /**Create a new set of information about a non-standard codec. */ H323NonStandardVideoCapability( BYTE country, ///< t35 information BYTE extension, ///< t35 information WORD maufacturer, ///< t35 information const BYTE * dataBlock, ///< Non-Standard data for codec type PINDEX dataSize, ///< Size of dataBlock. If 0 and dataBlock != NULL use strlen(dataBlock) PINDEX comparisonOffset = 0, ///< Offset into dataBlock to compare PINDEX comparisonLength = P_MAX_INDEX ///< Length of bytes to compare ); //@} /**@name Overrides from class PObject */ //@{ /**Compare two capability instances. This compares the main and sub-types of the capability. */ Comparison Compare(const PObject & obj) const; //@} /**@name Identification functions */ //@{ /**Get the sub-type of the capability. This is a code dependent on the main type of the capability. This returns one of the four possible combinations of mode and speed using the enum values of the protocol ASN H245_AudioCapability class. */ virtual unsigned GetSubType() const; //@} /**@name Protocol manipulation */ //@{ /**This function is called whenever and outgoing TerminalCapabilitySet or OpenLogicalChannel PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour calls H323NonStandardCapabilityinfo::OnSendingPDU() to handle the PDU. */ virtual BOOL OnSendingPDU( H245_VideoCapability & pdu ///< PDU to set information on ) const; /**This function is called whenever and outgoing RequestMode PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour calls H323NonStandardCapabilityinfo::OnSendingPDU() to handle the PDU. */ virtual BOOL OnSendingPDU( H245_VideoMode & pdu ///< PDU to set information on ) const; /**This function is called whenever and incoming TerminalCapabilitySet or OpenLogicalChannel PDU has been used to construct the control channel. It allows the capability to set from the PDU fields, information in members specific to the class. The default behaviour calls H323NonStandardCapabilityinfo::OnReceivedPDU() to handle the provided PDU. */ virtual BOOL OnReceivedPDU( const H245_VideoCapability & pdu ///< PDU to set information on ); /**Compare the nonStandardData part of the capability, if applicable. */ virtual BOOL IsNonStandardMatch( const H245_NonStandardParameter & param ///< Non standard field in PDU received ) const; //@} }; /**This class describes the interface to an H245 "generic" video codec used to transfer data via the logical channels opened and managed by the H323 control channel. An application may create a descendent off this class and override functions as required for descibing the codec. */ class H323GenericVideoCapability : public H323VideoCapability, public H323GenericCapabilityInfo { PCLASSINFO(H323GenericVideoCapability, H323VideoCapability); public: /**@name Construction */ //@{ /**Create a new set of information about a generic codec. */ H323GenericVideoCapability( const PString &capabilityId, ///< codec identifier, from H245 PINDEX maxBitRate = 0 ///< maxBitRate parameter for the GenericCapability ); //@} /**@name Overrides from class PObject */ //@{ /**Compare two capability instances. This compares the main and sub-types of the capability. */ Comparison Compare(const PObject & obj) const; //@} /**@name Identification functions */ //@{ /**Get the sub-type of the capability. This is a code dependent on the main type of the capability. This returns one of the four possible combinations of mode and speed using the enum values of the protocol ASN H245_AudioCapability class. */ virtual unsigned GetSubType() const; //@} /**@name Protocol manipulation */ //@{ /**This function is called whenever and outgoing TerminalCapabilitySet or OpenLogicalChannel PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour calls H323GenericCapabilityinfo::OnSendingPDU() to handle the PDU. */ virtual BOOL OnSendingPDU( H245_VideoCapability & pdu ///< PDU to set information on ) const; /**This function is called whenever and outgoing RequestMode PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour calls H323GenericCapabilityinfo::OnSendingPDU() to handle the PDU. */ virtual BOOL OnSendingPDU( H245_VideoMode & pdu ///< PDU to set information on ) const; /**This function is called whenever and incoming TerminalCapabilitySet or OpenLogicalChannel PDU has been used to construct the control channel. It allows the capability to set from the PDU fields, information in members specific to the class. The default behaviour calls H323NonStandardCapabilityinfo::OnReceivedPDU() to handle the provided PDU. */ virtual BOOL OnReceivedPDU( const H245_VideoCapability & pdu ///< PDU to set information on ); /**Compare the generic part of the capability, if applicable. */ virtual BOOL IsGenericMatch( const H245_GenericCapability & param ///< Generic field in PDU received ) const { return H323GenericCapabilityInfo::IsGenericMatch(param); } //@} }; #endif /**This class describes the interface to a data channel used to transfer data via the logical channels opened and managed by the H323 control channel. An application may create a descendent off this class and override functions as required for descibing a codec. */ class H323DataCapability : public H323Capability { PCLASSINFO(H323DataCapability, H323Capability); public: /**@name Construction */ //@{ /**Create a new data capability. */ H323DataCapability( unsigned maxBitRate = 0 ///< Maximum bit rate for data in 100's b/s ); //@} /**@name Identification functions */ //@{ /**Get the main type of the capability. Always returns e_Data. */ virtual MainTypes GetMainType() const; //@} /**@name Operations */ //@{ /**Get the default RTP session. This function gets the default RTP session ID for the capability type. For example audio capabilities return the value RTP_Session::DefaultAudioSessionID etc. The default behaviour returns 3, indicating a data session. */ virtual unsigned GetDefaultSessionID() const; /**Create the codec instance, allocating resources as required. As a data channel has no codec, this always returns NULL. */ virtual H323Codec * CreateCodec( H323Codec::Direction direction ///< Direction in which this instance runs ) const; //@} /**@name Protocol manipulation */ //@{ /**This function is called whenever and outgoing TerminalCapabilitySet PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour calls the OnSendingPDU() function with a more specific PDU type. */ virtual BOOL OnSendingPDU( H245_Capability & pdu ///< PDU to set information on ) const; /**This function is called whenever and outgoing OpenLogicalChannel PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour calls the OnSendingPDU() function with a more specific PDU type. */ virtual BOOL OnSendingPDU( H245_DataType & pdu ///< PDU to set information on ) const; /**This function is called whenever and outgoing RequestMode PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour calls the OnSendingPDU() function with a more specific PDU type. */ virtual BOOL OnSendingPDU( H245_ModeElement & pdu ///< PDU to set information on ) const; /**This function is called whenever and outgoing TerminalCapabilitySet or OpenLogicalChannel PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour is pure. */ virtual BOOL OnSendingPDU( H245_DataApplicationCapability & pdu ///< PDU to set information on ) const = 0; /**This function is called whenever and outgoing RequestMode PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour sets the PDUs tag according to the GetSubType() function (translated to different enum). */ virtual BOOL OnSendingPDU( H245_DataMode & pdu ///< PDU to set information on ) const = 0; /**This function is called whenever and incoming TerminalCapabilitySet PDU is received on the control channel, and a new H323Capability descendent was created. This completes reading fields from the PDU into the classes members. If the function returns FALSE then the received PDU codec description is not supported, so will be ignored. The default behaviour simply returns TRUE. */ virtual BOOL OnReceivedPDU( const H245_Capability & pdu ///< PDU to get information from ); /**This function is called whenever and incoming OpenLogicalChannel PDU has been used to construct the control channel. It allows the capability to set from the PDU fields, information in members specific to the class. The default behaviour is pure. */ virtual BOOL OnReceivedPDU( const H245_DataType & pdu, ///< PDU to get information from BOOL receiver ///< Is receiver OLC ); /**This function is called whenever and incoming TerminalCapabilitySet or OpenLogicalChannel PDU has been used to construct the control channel. It allows the capability to set from the PDU fields, information in members specific to the class. The default behaviour is pure. */ virtual BOOL OnReceivedPDU( const H245_DataApplicationCapability & pdu ///< PDU to set information on ) = 0; //@} protected: unsigned maxBitRate; }; /**This class describes the interface to a non-standard data codec used to transfer data via the logical channels opened and managed by the H323 control channel. An application may create a descendent off this class and override functions as required for descibing the codec. */ class H323NonStandardDataCapability : public H323DataCapability, public H323NonStandardCapabilityInfo { PCLASSINFO(H323NonStandardDataCapability, H323DataCapability); public: /**@name Construction */ //@{ /**Create a new set of information about a non-standard codec. */ H323NonStandardDataCapability( unsigned maxBitRate, ///< Maximum bit rate for data in 100's b/s const BYTE * dataBlock, ///< Non-Standard data for codec type PINDEX dataSize, ///< Size of dataBlock. If 0 and dataBlock != NULL use strlen(dataBlock) PINDEX comparisonOffset = 0, ///< Offset into dataBlock to compare PINDEX comparisonLength = P_MAX_INDEX ///< Length of bytes to compare ); /**Create a new set of information about a non-standard codec. */ H323NonStandardDataCapability( unsigned maxBitRate, ///< Maximum bit rate for data in 100's b/s const PString & oid, ///< OID for indentification of codec const BYTE * dataBlock, ///< Non-Standard data for codec type PINDEX dataSize, ///< Size of dataBlock. If 0 and dataBlock != NULL use strlen(dataBlock) PINDEX comparisonOffset = 0, ///< Offset into dataBlock to compare PINDEX comparisonLength = P_MAX_INDEX ///< Length of bytes to compare ); /**Create a new set of information about a non-standard codec. */ H323NonStandardDataCapability( unsigned maxBitRate, ///< Maximum bit rate for data in 100's b/s BYTE country, ///< t35 information BYTE extension, ///< t35 information WORD maufacturer, ///< t35 information const BYTE * dataBlock, ///< Non-Standard data for codec type PINDEX dataSize, ///< Size of dataBlock. If 0 and dataBlock != NULL use strlen(dataBlock) PINDEX comparisonOffset = 0, ///< Offset into dataBlock to compare PINDEX comparisonLength = P_MAX_INDEX ///< Length of bytes to compare ); //@} /**@name Overrides from class PObject */ //@{ /**Compare two capability instances. This compares the main and sub-types of the capability. */ Comparison Compare(const PObject & obj) const; //@} /**@name Identification functions */ //@{ /**Get the sub-type of the capability. This is a code dependent on the main type of the capability. This returns one of the four possible combinations of mode and speed using the enum values of the protocol ASN H245_AudioCapability class. */ virtual unsigned GetSubType() const; //@} /**@name Protocol manipulation */ //@{ /**This function is called whenever and outgoing TerminalCapabilitySet or OpenLogicalChannel PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour calls H323NonStandardCapabilityinfo::OnSendingPDU() to handle the PDU. */ virtual BOOL OnSendingPDU( H245_DataApplicationCapability & pdu ///< PDU to set information on ) const; /**This function is called whenever and outgoing RequestMode PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour calls H323NonStandardCapabilityinfo::OnSendingPDU() to handle the PDU. */ virtual BOOL OnSendingPDU( H245_DataMode & pdu ///< PDU to set information on ) const; /**This function is called whenever and incoming TerminalCapabilitySet or OpenLogicalChannel PDU has been used to construct the control channel. It allows the capability to set from the PDU fields, information in members specific to the class. The default behaviour calls H323NonStandardCapabilityinfo::OnReceivedPDU() to handle the provided PDU. */ virtual BOOL OnReceivedPDU( const H245_DataApplicationCapability & pdu ///< PDU to set information on ); /**Compare the nonStandardData part of the capability, if applicable. */ virtual BOOL IsNonStandardMatch( const H245_NonStandardParameter & param ///< Non standard field in PDU received ) const; //@} }; #ifndef NO_H323_AUDIO_CODECS /////////////////////////////////////////////////////////////////////////////// // The simplest codec is the G.711 PCM codec. /**This class describes the G.711 codec capability. */ class H323_G711Capability : public H323AudioCapability { PCLASSINFO(H323_G711Capability, H323AudioCapability) public: /// Specific G.711 encoding algorithm. enum Mode { /// European standard ALaw, /// American standard muLaw }; /// Specific G.711 encoding bit rates. enum Speed { /// European standard At64k, /// American standard At56k }; /**@name Construction */ //@{ /**Create a new G.711 capability. */ H323_G711Capability( Mode mode = muLaw, ///< Type of encoding. Speed speed = At64k ///< Encoding bit rate. ); //@} /**@name Overrides from class PObject */ //@{ /**Create a copy of the object. */ virtual PObject * Clone() const; //@} /**@name Identification functions */ //@{ /**Get the sub-type of the capability. This is a code dependent on the main type of the capability. This returns one of the four possible combinations of mode and speed using the enum values of the protocol ASN H245_AudioCapability class. */ virtual unsigned GetSubType() const; /**Get the name of the media data format this class represents. */ virtual PString GetFormatName() const; //@} /**@name Operations */ //@{ /**Create the codec instance, allocating resources as required. */ virtual H323Codec * CreateCodec( H323Codec::Direction direction ///< Direction in which this instance runs ) const; //@} protected: Mode mode; Speed speed; }; #endif // NO_H323_AUDIO_CODECS /////////////////////////////////////////////////////////////////////////////// /**This class describes the UserInput psuedo-channel. */ class H323_UserInputCapability : public H323Capability { PCLASSINFO(H323_UserInputCapability, H323Capability); public: /**@name Construction */ //@{ enum SubTypes { BasicString, IA5String, GeneralString, SignalToneH245, HookFlashH245, SignalToneRFC2833, NumSubTypes }; static const char * const SubTypeNames[NumSubTypes]; /**Create the capability for User Input. The subType parameter is a value from the enum H245_UserInputCapability::Choices. */ H323_UserInputCapability( SubTypes subType ); //@} /**@name Overrides from class PObject */ //@{ /**Create a copy of the object. */ virtual PObject * Clone() const; //@} /**@name Identification functions */ //@{ /**Get the main type of the capability. This function is overridden by one of the three main sub-classes off which real capabilities would be descendend. */ virtual MainTypes GetMainType() const; /**Get the sub-type of the capability. This is a code dependent on the main type of the capability. */ virtual unsigned GetSubType() const; /**Get the name of the media data format this class represents. */ virtual PString GetFormatName() const; //@} /**@name Operations */ //@{ /**Create the channel instance, allocating resources as required. This creates a logical channel object appropriate for the parameters provided. Not if param is NULL, sessionID must be provided, otherwise this is taken from the fields in param. */ virtual H323Channel * CreateChannel( H323Connection & connection, ///< Owner connection for channel H323Channel::Directions dir, ///< Direction of channel unsigned sessionID, ///< Session ID for RTP channel const H245_H2250LogicalChannelParameters * param ///< Parameters for channel ) const; /**Create the codec instance, allocating resources as required. */ virtual H323Codec * CreateCodec( H323Codec::Direction direction ///< Direction in which this instance runs ) const; //@} /**@name Protocol manipulation */ //@{ /**This function is called whenever and outgoing TerminalCapabilitySet PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour is pure. */ virtual BOOL OnSendingPDU( H245_Capability & pdu ///< PDU to set information on ) const; /**This function is called whenever and outgoing OpenLogicalChannel PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour is pure. */ virtual BOOL OnSendingPDU( H245_DataType & pdu ///< PDU to set information on ) const; /**This function is called whenever and outgoing RequestMode PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour calls the OnSendingPDU() function with a more specific PDU type. */ virtual BOOL OnSendingPDU( H245_ModeElement & pdu ///< PDU to set information on ) const; /**This function is called whenever and incoming TerminalCapabilitySet PDU is received on the control channel, and a new H323Capability descendent was created. This completes reading fields from the PDU into the classes members. If the function returns FALSE then the received PDU codec description is not supported, so will be ignored. The default behaviour simply returns TRUE. */ virtual BOOL OnReceivedPDU( const H245_Capability & pdu ///< PDU to get information from ); /**This function is called whenever and incoming OpenLogicalChannel PDU has been used to construct the control channel. It allows the capability to set from the PDU fields, information in members specific to the class. The default behaviour is pure. */ virtual BOOL OnReceivedPDU( const H245_DataType & pdu, ///< PDU to get information from BOOL receiver ///< Is receiver OLC ); /**Validate that the capability is usable given the connection. This checks agains the negotiated protocol version number and remote application to determine if this capability should be used in TCS or OLC pdus. The default behaviour will check for early versions and return FALSE for RFC2833 mode. */ virtual BOOL IsUsable( const H323Connection & connection ) const; //@} static void AddAllCapabilities( H323Capabilities & capabilities, ///< Table to add capabilities to PINDEX descriptorNum, ///< The member of the capabilityDescriptor to add PINDEX simultaneous ///< The member of the SimultaneousCapabilitySet to add ); protected: SubTypes subType; }; /////////////////////////////////////////////////////////////////////////////// PLIST(H323CapabilitiesList, H323Capability); PARRAY(H323CapabilitiesListArray, H323CapabilitiesList); class H323SimultaneousCapabilities : public H323CapabilitiesListArray { PCLASSINFO(H323SimultaneousCapabilities, H323CapabilitiesListArray); public: BOOL SetSize(PINDEX newSize); }; PARRAY(H323CapabilitiesSetArray, H323SimultaneousCapabilities); class H323CapabilitiesSet : public H323CapabilitiesSetArray { PCLASSINFO(H323CapabilitiesSet, H323CapabilitiesSetArray); public: /// Set the new size of the table, internal use only. BOOL SetSize(PINDEX newSize); }; /**This class contains all of the capabilities and their combinations. */ class H323Capabilities : public PObject { PCLASSINFO(H323Capabilities, PObject); public: /**@name Construction */ //@{ /**Construct an empty capability set. */ H323Capabilities(); /**Construct a capability set from the H.245 PDU provided. */ H323Capabilities( const H323Connection & connection, ///< Connection for capabilities const H245_TerminalCapabilitySet & pdu ///< PDU to convert to a capability set. ); /**Construct a copy of a capability set. Note this will completely duplicate the set by making clones of every capability in the original set. */ H323Capabilities( const H323Capabilities & original ///< Original capabilities to duplicate ); /**Assign a copy of a capability set. Note this will completely duplicate the set by making clones of every capability in the original set. */ H323Capabilities & operator=( const H323Capabilities & original ///< Original capabilities to duplicate ); //@} /**@name Overrides from class PObject */ //@{ /**Print out the object to the stream, virtual version of << operator. */ void PrintOn( ostream & strm ///< Stream to print out to. ) const; //@} /**@name Operations */ //@{ /**Get the number of capabilities in the set. */ PINDEX GetSize() const { return table.GetSize(); } /**Get the capability at the specified index. */ H323Capability & operator[](PINDEX i) const { return table[i]; } /**Set the capability descriptor lists. This is three tier set of codecs. The top most level is a list of particular capabilities. Each of these consists of a list of alternatives that can operate simultaneously. The lowest level is a list of codecs that cannot operate together. See H323 section 6.2.8.1 and H245 section 7.2 for details. If descriptorNum is P_MAX_INDEX, the the next available index in the array of descriptors is used. Similarly if simultaneous is P_MAX_INDEX the the next available SimultaneousCapabilitySet is used. The return value is the index used for the new entry. Note if both are P_MAX_INDEX then the return value is the descriptor index as the simultaneous index must be zero. Note that the capability specified here is automatically added to the capability table using the AddCapability() function. A specific instance of a capability is only ever added once, so multiple SetCapability() calls with the same H323Capability pointer will only add that capability once. */ PINDEX SetCapability( PINDEX descriptorNum, ///< The member of the capabilityDescriptor to add PINDEX simultaneous, ///< The member of the SimultaneousCapabilitySet to add H323Capability * cap ///< New capability specification ); /**Add all matching capabilities to descriptor lists. All capabilities that match the specified name are added as in the other form of the SetCapability() function. */ PINDEX AddAllCapabilities( PINDEX descriptorNum, ///< The member of the capabilityDescriptor to add PINDEX simultaneous, ///< The member of the SimultaneousCapabilitySet to add const PString & name ///< New capabilities name, if using "known" one. ); PINDEX AddAllCapabilities( H323EndPoint &, PINDEX descriptorNum, ///< The member of the capabilityDescriptor to add PINDEX simultaneous, ///< The member of the SimultaneousCapabilitySet to add const PString & name ///< New capabilities name, if using "known" one. ) { return AddAllCapabilities(descriptorNum, simultaneous, name); } /**Add a codec to the capabilities table. This will assure that the assignedCapabilityNumber field in the capability is unique for all capabilities installed on this set. If the specific instance of the capability is already in the table, it is not added again. Ther can be multiple instances of the same capability class however. */ void Add( H323Capability * capability ///< New capability specification ); /**Copy a codec to the capabilities table. This will make a clone of the capability and assure that the assignedCapabilityNumber field in the capability is unique for all capabilities installed on this set. Returns the copy that is put in the table. */ H323Capability * Copy( const H323Capability & capability ///< New capability specification ); /**Remove a capability from the table. Note that the the parameter must be the actual instance of the capability in the table. The instance is deleted when removed from the table. */ void Remove( H323Capability * capability ///< Existing capability specification ); /**Remove all capabilities matching the string. This uses FindCapability() to locate the first capability whose format name does a partial match for the argument. */ void Remove( const PString & formatName ///< Format name to search for. ); /**Remove all capabilities matching any of the strings provided. This simply calls Remove() for each string in the list. */ void Remove( const PStringArray & formatNames ///< Array of format names to remove ); /**Remove all of the capabilities. */ void RemoveAll(); /**Find the capability given the capability number. This number is guarenteed to be unique for a give capability table. Note that is may not be the same as the index into the table. Returns: NULL if no capability meeting the criteria was found */ H323Capability * FindCapability( unsigned capabilityNumber ) const; /**Find the capability given the capability format name string. This does a partial match for the supplied argument. If the argument matches a substring of the actual capabilities name, then it is returned. For example "GSM" or "0610" will match "GSM 0610". Note case is not significant. The user should be carefull of using short strings such as "G"! The direction parameter can further refine the search for specific receive or transmit capabilities. The default value of e_Unknown will wildcard that field. Returns: NULL if no capability meeting the criteria was found */ H323Capability * FindCapability( const PString & formatName, ///< Wildcard format name to search for H323Capability::CapabilityDirection direction = H323Capability::e_Unknown ///< Optional direction to include into search criteria ) const; /**Find the first capability in the table of the specified direction. Returns: NULL if no capability meeting the criteria was found */ H323Capability * FindCapability( H323Capability::CapabilityDirection direction ///< Direction to search for ) const; /**Find the capability given the capability. This does a value compare of the two capabilities. Usually this means the mainType and subType are the same. Returns: NULL if no capability meeting the criteria was found */ H323Capability * FindCapability( const H323Capability & capability ///< Capability to search for ) const; /**Find the capability given the H.245 capability PDU. Returns: NULL if no capability meeting the criteria was found */ H323Capability * FindCapability( const H245_Capability & cap ///< H245 capability table entry ) const; /**Find the capability given the H.245 data type PDU. Returns: NULL if no capability meeting the criteria was found */ H323Capability * FindCapability( const H245_DataType & dataType ///< H245 data type of codec ) const; /**Find the capability given the H.245 data type PDU. Returns: NULL if no capability meeting the criteria was found */ H323Capability * FindCapability( const H245_ModeElement & modeElement ///< H245 data type of codec ) const; /**Find the capability given the sub-type info. Returns: NULL if no capability meeting the criteria was found */ H323Capability * FindCapability( H323Capability::MainTypes mainType, ///< Main type to find const PASN_Choice & subTypePDU, ///< Sub-type info const unsigned * translationTable ///< Translation table sub-type tags ) const; /**Find the capability given the type codecs. Returns: NULL if no capability meeting the criteria was found */ H323Capability * FindCapability( H323Capability::MainTypes mainType, ///< Main type to find unsigned subType = UINT_MAX ///< Sub-type to find (UINT_MAX=ignore) ) const; /**Build a H.245 PDU from the information in the capability set. */ void BuildPDU( const H323Connection & connection, ///< Connection building PDU for H245_TerminalCapabilitySet & pdu ///< PDU to build ) const; /**Merge the capabilities into this set. */ BOOL Merge( const H323Capabilities & newCaps ); /**Change the order of capabilities in the table to the order specified. Note that this does not change the unique capability numbers assigned when the capability is first added to the set. The string matching rules are as for the FindCapability() function. */ void Reorder( const PStringArray & preferenceOrder ///< New order ); /**Test if the capability is allowed. */ BOOL IsAllowed( const H323Capability & capability ); /**Test if the capability is allowed. */ BOOL IsAllowed( unsigned capabilityNumber ); /**Test if the capabilities are an allowed combination. */ BOOL IsAllowed( const H323Capability & capability1, const H323Capability & capability2 ); /**Test if the capabilities are an allowed combination. */ BOOL IsAllowed( unsigned capabilityNumber1, unsigned capabilityNumber2 ); //@} protected: H323CapabilitiesList table; H323CapabilitiesSet set; }; /////////////////////////////////////////////////////////////////////////////// typedef PFactory H323CapabilityFactory; #define H323_REGISTER_CAPABILITY(cls, capName) static H323CapabilityFactory::Worker cls##Factory(capName, true); \ #define H323_DEFINE_CAPABILITY(cls, capName, fmtName) \ class cls : public H323Capability { \ public: \ cls() : H323Capability() { } \ PString GetFormatName() const \ { return fmtName; } \ }; \ H323_REGISTER_CAPABILITY(cls, capName) \ #define H323_DEFINE_CAPABILITY_FROM(cls, ancestor, capName, fmtName) \ class cls : public ancestor { \ public: \ cls() : ancestor() { } \ PString GetFormatName() const \ { return fmtName; } \ }; \ H323_REGISTER_CAPABILITY(cls, capName) \ #endif // __OPAL_H323CAPS_H ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/h323con.h0100644000176200056700000027661110346212007016613 0ustar releasepostincr/* * h323con.h * * H.323 protocol handler * * Open H323 Library * * Copyright (c) 1998-2001 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Portions of this code were written with the assisance of funding from * Vovida Networks, Inc. http://www.vovida.com. * * Contributor(s): ______________________________________. * * $Log: h323con.h,v $ * Revision 1.85 2005/12/09 05:20:07 csoutheren * Added ability to set explicit Q.931 cause code on call end * * Revision 1.84 2005/12/06 05:28:55 csoutheren * Changed AttachSignalChannel to be virtual * * Revision 1.83 2005/11/30 13:05:01 csoutheren * Changed tags for Doxygen * * Revision 1.82 2005/11/04 06:41:28 csoutheren * Changed PMutex to PTimedMutex * * Revision 1.81 2005/09/16 08:11:06 csoutheren * Added new error code * Added override for OnIncomingCall that can set return code * * Revision 1.80 2005/08/30 08:29:30 csoutheren * Added new error code * * Revision 1.79 2005/08/27 02:14:21 csoutheren * Capture time that reverse fast start acknowledge is received * Capture time that connect is sent/received * * Revision 1.78 2005/01/03 14:03:20 csoutheren * Added new configure options and ability to disable/enable modules * * Revision 1.77 2005/01/03 06:25:52 csoutheren * Added extensive support for disabling code modules at compile time * * Revision 1.76 2004/12/08 01:59:22 csoutheren * initial support for Transnexus OSP toolkit * * Revision 1.75 2004/11/22 11:30:42 rjongbloed * Added ability to restart H.245 negotiations, thanks Norbert Bartalsky * * Revision 1.74 2004/09/27 08:25:14 csoutheren * Changed in-header documentation for external headers to reflect changes * in external RTP interface * * Revision 1.73 2004/09/07 22:50:55 rjongbloed * Changed usage of template function as MSVC6 will not compile it. * * Revision 1.72 2004/09/03 01:06:09 csoutheren * Added initial hooks for H.460 GEF * Thanks to Simon Horne and ISVO (Asia) Pte Ltd. for this contribution * * Revision 1.71 2004/07/13 10:19:40 csoutheren * Fixed cut & paste errors in comments * * Revision 1.70 2004/06/15 03:30:00 csoutheren * Added OnSendARQ to allow access to the ARQ message before sent by connection * * Revision 1.69 2004/04/20 05:24:54 csoutheren * Added ability to specify Q.931 DisplayName * * Revision 1.68 2004/04/13 05:50:50 csoutheren * Added function to get access to the connection NAT flag * * Revision 1.67 2004/04/07 05:31:42 csoutheren * Added ability to receive calls from endpoints behind NAT firewalls * * Revision 1.66 2004/03/04 04:48:29 csoutheren * Added virtual keyword to allow overring of capability management functions * Added additional response code needed for MCU * * Revision 1.65 2004/02/26 08:32:47 csoutheren * Added release complete codes for MCU * * Revision 1.64 2003/12/28 02:38:14 csoutheren * Added H323EndPoint::OnOutgoingCall * * Revision 1.63 2003/12/14 10:42:29 rjongbloed * Changes for compilability without video support. * * Revision 1.62 2003/10/27 06:03:38 csoutheren * Added support for QoS * Thanks to Henry Harrison of AliceStreet * * Revision 1.61 2003/10/09 09:47:45 csoutheren * Fixed problem with re-opening RTP half-channels under unusual * circumstances. Thanks to Damien Sandras * * Revision 1.60 2003/04/30 00:28:50 robertj * Redesigned the alternate credentials in ARQ system as old implementation * was fraught with concurrency issues, most importantly it can cause false * detection of replay attacks taking out an endpoint completely. * * Revision 1.59 2003/02/12 23:59:22 robertj * Fixed adding missing endpoint identifer in SETUP packet when gatekeeper * routed, pointed out by Stefan Klein * Also fixed correct rutrn of gk routing in IRR packet. * * Revision 1.58 2002/11/27 06:54:52 robertj * Added Service Control Session management as per Annex K/H.323 via RAS * only at this stage. * Added H.248 ASN and very primitive infrastructure for linking into the * Service Control Session management system. * Added basic infrastructure for Annex K/H.323 HTTP transport system. * Added Call Credit Service Control to display account balances. * * Revision 1.57 2002/11/15 05:17:22 robertj * Added facility redirect support without changing the call token for access * to the call. If it gets redirected a new H323Connection object is * created but it looks like the same thing to an application. * * Revision 1.56 2002/11/13 04:37:23 robertj * Added ability to get (and set) Q.931 release complete cause codes. * * Revision 1.55 2002/11/10 06:17:26 robertj * Fixed minor documentation errors. * * Revision 1.54 2002/11/05 00:24:09 robertj * Added function to determine if Q.931 CONNECT sent/received. * * Revision 1.53 2002/10/31 00:31:47 robertj * Enhanced jitter buffer system so operates dynamically between minimum and * maximum values. Altered API to assure app writers note the change! * * Revision 1.52 2002/09/16 01:14:15 robertj * Added #define so can select if #pragma interface/implementation is used on * platform basis (eg MacOS) rather than compiler, thanks Robert Monaghan. * * Revision 1.51 2002/09/03 06:19:36 robertj * Normalised the multi-include header prevention ifdef/define symbol. * * Revision 1.50 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.49 2002/08/05 05:17:37 robertj * Fairly major modifications to support different authentication credentials * in ARQ to the logged in ones on RRQ. For both client and server. * Various other H.235 authentication bugs and anomalies fixed on the way. * * Revision 1.48 2002/07/05 02:22:56 robertj * Added support for standard and non-standard T.38 mode change. * * Revision 1.47 2002/07/04 00:40:31 robertj * More H.450.11 call intrusion implementation, thanks Aleksandar Todorovic * * Revision 1.46 2002/06/22 06:11:30 robertj * Fixed bug on sometimes missing received endSession causing 10 second * timeout in connection clean up. * * Revision 1.45 2002/06/22 05:48:38 robertj * Added partial implementation for H.450.11 Call Intrusion * * Revision 1.44 2002/06/13 06:15:19 robertj * Allowed TransferCall() to be used on H323Connection as well as H323EndPoint. * * Revision 1.43 2002/06/05 08:58:58 robertj * Fixed documentation of remote application name string. * Added missing virtual keywards on some protocol handler functions. * * Revision 1.42 2002/05/29 06:40:29 robertj * Changed sending of endSession/ReleaseComplete PDU's to occur immediately * on call clearance and not wait for background thread to do it. * Stricter compliance by waiting for reply endSession before closing down. * * Revision 1.41 2002/05/29 03:55:17 robertj * Added protocol version number checking infrastructure, primarily to improve * interoperability with stacks that are unforgiving of new features. * * Revision 1.40 2002/05/21 09:32:49 robertj * Added ability to set multiple alias names ona connection by connection * basis, defaults to endpoint list, thanks Artis Kugevics * * Revision 1.39 2002/05/15 23:59:33 robertj * Added memory management of created T.38 and T.120 handlers. * Improved documentation for use of T.38 and T.120 functions. * Added ability to initiate a mode change for non-standard T.38 * * Revision 1.38 2002/05/07 01:31:51 dereks * Fix typo in documentation. * * Revision 1.37 2002/05/03 05:38:15 robertj * Added Q.931 Keypad IE mechanism for user indications (DTMF). * * Revision 1.36 2002/05/02 07:56:24 robertj * Added automatic clearing of call if no media (RTP data) is transferred in a * configurable (default 5 minutes) amount of time. * * Revision 1.35 2002/04/25 20:55:25 dereks * Fix documentation. Thanks Olaf Schulz. * * Revision 1.34 2002/04/17 00:50:34 robertj * Added ability to disable the in band DTMF detection. * * Revision 1.33 2002/03/27 06:04:42 robertj * Added Temporary Failure end code for connection, an application may * immediately retry the call if this occurs. * * Revision 1.32 2002/02/11 04:20:48 robertj * Fixed documentation errors, thanks Horacio J. Peña * * Revision 1.31 2002/02/11 04:16:37 robertj * Fixed bug where could send DRQ if never received an ACF. * * Revision 1.30 2002/02/06 06:30:47 craigs * Fixed problem whereby MSD/TCS was stalled if H245 was included in * SETUP, but other end did not respond * * Revision 1.29 2002/02/04 07:17:52 robertj * Added H.450.2 Consultation Transfer, thanks Norwood Systems. * * Revision 1.28 2002/01/25 05:20:05 robertj * Moved static strings for enum printing to inside of function, could crash with DLL's * * Revision 1.27 2002/01/24 06:29:02 robertj * Added option to disable H.245 negotiation in SETUP pdu, this required * API change so have a bit mask instead of a series of booleans. * * Revision 1.26 2002/01/23 12:45:37 rogerh * Add the DTMF decoder. This identifies DTMF tones in an audio stream. * * Revision 1.25 2002/01/23 07:12:48 robertj * Added hooks for in band DTMF detection. Now need the detector! * * Revision 1.24 2002/01/22 22:48:21 robertj * Fixed RFC2833 support (transmitter) requiring large rewrite * * Revision 1.23 2002/01/18 06:02:08 robertj * Added some H323v4 functions (fastConnectRefused & TCS in SETUP) * * Revision 1.22 2002/01/17 07:04:58 robertj * Added support for RFC2833 embedded DTMF in the RTP stream. * * Revision 1.21 2002/01/14 00:05:24 robertj * Added H.450.6, better H.450.2 error handling and and Music On Hold. * Added destExtraCallInfo field for ARQ. * Thanks Ben Madsen of Norwood Systems * * Revision 1.20 2002/01/10 05:13:50 robertj * Added support for external RTP stacks, thanks NuMind Software Systems. * * Revision 1.19 2002/01/09 00:21:36 robertj * Changes to support outgoing H.245 RequstModeChange. * * Revision 1.18 2001/12/22 03:20:31 robertj * Added create protocol function to H323Connection. * * Revision 1.17 2001/12/22 03:09:36 robertj * Changed OnRequstModeChange to return ack, then actually do the change. * * Revision 1.16 2001/12/22 01:52:54 robertj * Added more support for H.245 RequestMode operation. * * Revision 1.15 2001/12/15 08:09:54 robertj * Added alerting, connect and end of call times to be sent to RAS server. * * Revision 1.14 2001/12/13 10:54:23 robertj * Added ability to automatically add ACF access token to SETUP pdu. * * Revision 1.13 2001/11/01 06:11:54 robertj * Plugged very small mutex hole that could cause crashes. * * Revision 1.12 2001/11/01 00:27:33 robertj * Added default Fast Start disabled and H.245 tunneling disable flags * to the endpoint instance. * * Revision 1.11 2001/10/24 00:54:13 robertj * Made cosmetic changes to H.245 miscellaneous command function. * * Revision 1.10 2001/10/23 02:18:06 dereks * Initial release of CU30 video codec. * * Revision 1.9 2001/09/26 06:20:56 robertj * Fixed properly nesting connection locking and unlocking requiring a quite * large change to teh implementation of how calls are answered. * * Revision 1.8 2001/09/19 03:30:53 robertj * Added some support for overlapped dialing, thanks Chris Purvis & Nick Hoath. * * Revision 1.7 2001/09/13 06:48:13 robertj * Added call back functions for remaining Q.931/H.225 messages. * Added call back to allow modification of Release Complete,thanks Nick Hoath * * Revision 1.6 2001/09/12 06:57:58 robertj * Added support for iNow Access Token from gk, thanks Nick Hoath * * Revision 1.5 2001/09/12 06:04:36 robertj * Added support for sending UUIE's to gk on request, thanks Nick Hoath * * Revision 1.4 2001/09/11 01:24:36 robertj * Added conditional compilation to remove video and/or audio codecs. * * Revision 1.3 2001/08/22 06:54:50 robertj * Changed connection locking to use double mutex to guarantee that * no threads can ever deadlock or access deleted connection. * * Revision 1.2 2001/08/16 07:49:16 robertj * Changed the H.450 support to be more extensible. Protocol handlers * are now in separate classes instead of all in H323Connection. * * Revision 1.1 2001/08/06 03:08:11 robertj * Fission of h323.h to h323ep.h & h323con.h, h323.h now just includes files. * */ #ifndef __OPAL_H323CON_H #define __OPAL_H323CON_H #ifdef P_USE_PRAGMA #pragma interface #endif #ifdef P_DTMF #include #endif #include "h323caps.h" #include "transports.h" #include "channels.h" #include "guid.h" #include "openh323buildopts.h" #ifdef H323_TRANSNEXUS_OSP #include "opalosp.h" /* namespace OpalOSP { class Transaction; class Transaction::DestinationInfo; }; */ #endif /* The following classes have forward references to avoid including the VERY large header files for H225 and H245. If an application requires access to the protocol classes they can include them, but for simple usage their inclusion can be avoided. */ class PPER_Stream; class H225_EndpointType; class H225_TransportAddress; class H225_ArrayOf_PASN_OctetString; class H225_ProtocolIdentifier; class H225_AdmissionRequest; class H225_FeatureSet; class H225_Setup_UUIE; class H245_TerminalCapabilitySet; class H245_TerminalCapabilitySetReject; class H245_OpenLogicalChannel; class H245_OpenLogicalChannelAck; class H245_TransportAddress; class H245_UserInputIndication; class H245_RequestMode; class H245_RequestModeAck; class H245_RequestModeReject; class H245_ModeDescription; class H245_ArrayOf_ModeDescription; class H245_SendTerminalCapabilitySet; class H245_MultiplexCapability; class H245_FlowControlCommand; class H245_MiscellaneousCommand; class H245_MiscellaneousIndication; class H245_JitterIndication; class H323SignalPDU; class H323ControlPDU; class H235Authenticators; class H245NegMasterSlaveDetermination; class H245NegTerminalCapabilitySet; class H245NegLogicalChannels; class H245NegRequestMode; class H245NegRoundTripDelay; #ifdef H323_H450 class H450xDispatcher; class H4502Handler; class H4504Handler; class H4506Handler; class H45011Handler; #endif #ifdef H323_T120 class OpalT120Protocol; #endif #ifdef H323_T38 class OpalT38Protocol; #endif class OpalRFC2833; class OpalRFC2833Info; /////////////////////////////////////////////////////////////////////////////// /**This class represents a particular H323 connection between two endpoints. There are at least two threads in use, this one to look after the signalling channel, an another to look after the control channel. There would then be additional threads created for each data channel created by the control channel protocol thread. */ class H323Connection : public PObject { PCLASSINFO(H323Connection, PObject); public: /**@name Construction */ //@{ enum Options { FastStartOptionDisable = 0x0001, FastStartOptionEnable = 0x0002, FastStartOptionMask = 0x0003, H245TunnelingOptionDisable = 0x0004, H245TunnelingOptionEnable = 0x0008, H245TunnelingOptionMask = 0x000c, H245inSetupOptionDisable = 0x0010, H245inSetupOptionEnable = 0x0020, H245inSetupOptionMask = 0x0030, DetectInBandDTMFOptionDisable= 0x0040, DetectInBandDTMFOptionEnable = 0x0080, DetectInBandDTMFOptionMask = 0x00c0, }; /**Create a new connection. */ H323Connection( H323EndPoint & endpoint, ///< H323 End Point object unsigned callReference, ///< Call reference unsigned options = 0 ///< Connection option bits ); /**Destroy the connection */ ~H323Connection(); /**Lock connection. When any thread wants exclusive use of the connection, it must use this function to gain the mutex. Note this is not a simple mutex to allow for the rather complicated mechanism for preventing deadlocks in associated threads to the connection (eg Q.931 reader thread). Returns FALSE if the lock was not obtainable due to the connection being shut down. */ BOOL Lock(); /**Try to lock connection. When the H323EndPoint::FindConnectionWithLock() function is used to gain access to a connection object, this is called to prevent it from being closed and deleted by the background threads. Note this is an internal function and it is not expected an application would use it. Returns 0 if the lock was not obtainable due to the connection being shut down, -1 if it was not available, and +1 if lock is obtained. */ int TryLock(); /**Unlock connection. If the H323EndPoint::FindConnectionWithLock() function is used to gain access to a connection object, this MUST be called to allow it to subsequently be closed and disposed of. */ void Unlock(); /** * called when an ARQ needs to be sent to a gatekeeper. This allows the connection * to change or check fields in the ARQ before it is sent. * * By default, this calls the matching function on the endpoint */ virtual void OnSendARQ( H225_AdmissionRequest & arq ); /** Called when a connection is established. Default behaviour is to call H323EndPoint::OnConnectionEstablished */ virtual void OnEstablished(); /** Called when a connection is cleared, just after CleanUpOnCallEnd() Default behaviour is to call H323EndPoint::OnConnectionCleared */ virtual void OnCleared(); /**Determine if the call has been connected. This indicates that Q.931 CONNECT has occurred. This usually means in PSTN gateway environments that a charge will be made for the call. This is not quite the same as IsEstablished() as that indicates the call is connected AND there is media open. */ BOOL IsConnected() const { return connectionState == HasExecutedSignalConnect || connectionState == EstablishedConnection; } /**Determine if the call has been established. This can be used in combination with the GetCallEndReason() function to determine the three main phases of a call, call setup, call established and call cleared. */ BOOL IsEstablished() const { return connectionState == EstablishedConnection; } /**Call clearance reasons. NOTE: if anything is added to this, you also need to add the field to the tables in h323.cxx and h323pdu.cxx. */ enum CallEndReason { EndedByLocalUser, ///< Local endpoint application cleared call EndedByNoAccept, ///< Local endpoint did not accept call OnIncomingCall()=FALSE EndedByAnswerDenied, ///< Local endpoint declined to answer call EndedByRemoteUser, ///< Remote endpoint application cleared call EndedByRefusal, ///< Remote endpoint refused call EndedByNoAnswer, ///< Remote endpoint did not answer in required time EndedByCallerAbort, ///< Remote endpoint stopped calling EndedByTransportFail, ///< Transport error cleared call EndedByConnectFail, ///< Transport connection failed to establish call EndedByGatekeeper, ///< Gatekeeper has cleared call EndedByNoUser, ///< Call failed as could not find user (in GK) EndedByNoBandwidth, ///< Call failed as could not get enough bandwidth EndedByCapabilityExchange,///< Could not find common capabilities EndedByCallForwarded, ///< Call was forwarded using FACILITY message EndedBySecurityDenial, ///< Call failed a security check and was ended EndedByLocalBusy, ///< Local endpoint busy EndedByLocalCongestion, ///< Local endpoint congested EndedByRemoteBusy, ///< Remote endpoint busy EndedByRemoteCongestion, ///< Remote endpoint congested EndedByUnreachable, ///< Could not reach the remote party EndedByNoEndPoint, ///< The remote party is not running an endpoint EndedByHostOffline, ///< The remote party host off line EndedByTemporaryFailure, ///< The remote failed temporarily app may retry EndedByQ931Cause, ///< The remote ended the call with unmapped Q.931 cause code EndedByDurationLimit, ///< Call cleared due to an enforced duration limit EndedByInvalidConferenceID, ///< Call cleared due to invalid conference ID EndedByOSPRefusal, ///< Call cleared as OSP server unable or unwilling to route EndedByInvalidNumberFormat, ///< Call cleared as number was invalid format EndedByUnspecifiedProtocolError, ///< Call cleared due to unspecified protocol error NumCallEndReasons }; #if PTRACING friend ostream & operator<<(ostream & o, CallEndReason r); #endif /**Get the call clearand reason for this connection shutting down. Note that this function is only generally useful in the H323EndPoint::OnConnectionCleared() function. This is due to the connection not being cleared before that, and the object not even exiting after that. If the call is still active then this will return NumCallEndReasons. */ CallEndReason GetCallEndReason() const { return callEndReason; } /**Set the call clearance reason. An application should have no cause to use this function. It is present for the H323EndPoint::ClearCall() function to set the clearance reason. */ virtual void SetCallEndReason( CallEndReason reason, ///< Reason for clearance of connection. PSyncPoint * sync = NULL ///< syncpoint to use for synchronous destruction ); /**Clear a current connection. This hangs up the connection to a remote endpoint. It actually just calls the endpoint version of the ClearCall() function to avoid possible multithreading race conditions. */ virtual BOOL ClearCall( CallEndReason reason = EndedByLocalUser ///< Reason for call clearing ); /**Clear a current connection, synchronously */ virtual BOOL ClearCallSynchronous( PSyncPoint * sync, CallEndReason reason = EndedByLocalUser ///< Reason for call clearing ); /**Clean up the call clearance of the connection. This function will do any internal cleaning up and waiting on background threads that may be using the connection object. After this returns it is then safe to delete the object. An application will not typically use this function as it is used by the H323EndPoint during a clear call. */ virtual void CleanUpOnCallEnd(); //@} /**@name Signalling Channel */ //@{ /**Attach a transport to this connection as the signalling channel. */ virtual void AttachSignalChannel( const PString & token, ///< New token to use to identify connection H323Transport * channel, ///< Transport for the PDU's BOOL answeringCall ///< Flag for if incoming/outgoing call. ); /**Write a PDU to the signalling channel. */ BOOL WriteSignalPDU( H323SignalPDU & pdu ///< PDU to write. ); /**Handle reading PDU's from the signalling channel. This is an internal function and is unlikely to be used by applications. */ virtual void HandleSignallingChannel(); /**Handle PDU from the signalling channel. This is an internal function and is unlikely to be used by applications. */ virtual BOOL HandleSignalPDU( H323SignalPDU & pdu ///< PDU to handle. ); /**Handle Control PDU tunnelled in the signalling channel. This is an internal function and is unlikely to be used by applications. */ virtual void HandleTunnelPDU( H323SignalPDU * txPDU ///< PDU tunnel response into. ); /**Handle an incoming Q931 setup PDU. The default behaviour is to do the handshaking operation calling a few virtuals at certain moments in the sequence. If FALSE is returned the connection is aborted and a Release Complete PDU is sent. */ virtual BOOL OnReceivedSignalSetup( const H323SignalPDU & pdu ///< Received setup PDU ); /**Handle an incoming Q931 setup acknowledge PDU. If FALSE is returned the connection is aborted and a Release Complete PDU is sent. The default behaviour does nothing. */ virtual BOOL OnReceivedSignalSetupAck( const H323SignalPDU & pdu ///< Received setup PDU ); /**Handle an incoming Q931 information PDU. If FALSE is returned the connection is aborted and a Release Complete PDU is sent. The default behaviour does nothing. */ virtual BOOL OnReceivedSignalInformation( const H323SignalPDU & pdu ///< Received setup PDU ); /**Handle an incoming Q931 call proceeding PDU. If FALSE is returned the connection is aborted and a Release Complete PDU is sent. The default behaviour checks for hH245Address field and if present starts the separate H245 channel, if successful or not present it returns TRUE. */ virtual BOOL OnReceivedCallProceeding( const H323SignalPDU & pdu ///< Received call proceeding PDU ); /**Handle an incoming Q931 progress PDU. If FALSE is returned the connection is aborted and a Release Complete PDU is sent. The default behaviour checks for hH245Address field and if present starts the separate H245 channel, if successful or not present it returns TRUE. */ virtual BOOL OnReceivedProgress( const H323SignalPDU & pdu ///< Received call proceeding PDU ); /**Handle an incoming Q931 alerting PDU. If FALSE is returned the connection is aborted and a Release Complete PDU is sent. The default behaviour obtains the display name and calls OnAlerting(). */ virtual BOOL OnReceivedAlerting( const H323SignalPDU & pdu ///< Received Alerting PDU ); /**Handle an incoming Q931 connect PDU. If FALSE is returned the connection is aborted and a Release Complete PDU is sent. The default behaviour checks for hH245Address field and if present starts the separate H245 channel, if successful it returns TRUE. If not present and there is no H245Tunneling then it returns FALSE. */ virtual BOOL OnReceivedSignalConnect( const H323SignalPDU & pdu ///< Received connect PDU ); /**Handle an incoming Q931 facility PDU. If FALSE is returned the connection is aborted and a Release Complete PDU is sent. The default behaviour checks for hH245Address field and if present starts the separate H245 channel, if successful or not present it returns TRUE. */ virtual BOOL OnReceivedFacility( const H323SignalPDU & pdu ///< Received Facility PDU ); /**Handle an incoming Q931 Notify PDU. If FALSE is returned the connection is aborted and a Release Complete PDU is sent. The default behaviour simply returns TRUE. */ virtual BOOL OnReceivedSignalNotify( const H323SignalPDU & pdu ///< Received Notify PDU ); /**Handle an incoming Q931 Status PDU. If FALSE is returned the connection is aborted and a Release Complete PDU is sent. The default behaviour simply returns TRUE. */ virtual BOOL OnReceivedSignalStatus( const H323SignalPDU & pdu ///< Received Status PDU ); /**Handle an incoming Q931 Status Enquiry PDU. If FALSE is returned the connection is aborted and a Release Complete PDU is sent. The default behaviour sends a Q931 Status PDU back. */ virtual BOOL OnReceivedStatusEnquiry( const H323SignalPDU & pdu ///< Received Status Enquiry PDU ); /**Handle an incoming Q931 Release Complete PDU. The default behaviour calls Clear() using reason code based on the Release Complete Cause field and the current connection state. */ virtual void OnReceivedReleaseComplete( const H323SignalPDU & pdu ///< Received Release Complete PDU ); /**This function is called from the HandleSignallingChannel() function for unhandled PDU types. If FALSE is returned the connection is aborted and a Release Complete PDU is sent. The default behaviour returns TRUE. */ virtual BOOL OnUnknownSignalPDU( const H323SignalPDU & pdu ///< Received PDU ); /**Call back for incoming call. This function is called from the OnReceivedSignalSetup() function before it sends the Alerting PDU. It gives an opportunity for an application to alter the reply before transmission to the other endpoint. If FALSE is returned the connection is aborted and a Release Complete PDU is sent. The default behaviour calls the endpoint function of the same name. */ virtual BOOL OnIncomingCall( const H323SignalPDU & setupPDU, ///< Received setup PDU H323SignalPDU & alertingPDU ///< Alerting PDU to send ); virtual BOOL OnIncomingCall( const H323SignalPDU & setupPDU, ///< Received setup PDU H323SignalPDU & alertingPDU, ///< Alerting PDU to send CallEndReason & reason ///< reason for call refusal, if returned false ); /**Forward incoming call to specified address. This would typically be called from within the OnIncomingCall() function when an application wishes to redirct an unwanted incoming call. The return value is TRUE if the call is to be forwarded, FALSE otherwise. Note that if the call is forwarded the current connection is cleared with the ended call code of EndedByCallForwarded. */ virtual BOOL ForwardCall( const PString & forwardParty ///< Party to forward call to. ); #ifdef H323_H450 /**Initiate the transfer of an existing call (connection) to a new remote party using H.450.2. This sends a Call Transfer Initiate Invoke message from the A-Party (transferring endpoint) to the B-Party (transferred endpoint). */ void TransferCall( const PString & remoteParty, ///< Remote party to transfer the existing call to const PString & callIdentity = PString::Empty() ///< Call Identity of secondary call if present ); /**Transfer the call through consultation so the remote party in the primary call is connected to the called party in the second call using H.450.2. This sends a Call Transfer Identify Invoke message from the A-Party (transferring endpoint) to the C-Party (transferred-to endpoint). */ void ConsultationTransfer( const PString & primaryCallToken ///< Primary call ); /**Handle the reception of a callTransferSetupInvoke APDU whilst a secondary call exists. This method checks whether the secondary call is still waiting for a callTransferSetupInvoke APDU and proceeds to clear the call if the call identies match. This is an internal function and it is not expected the user will call it directly. */ virtual void HandleConsultationTransfer( const PString & callIdentity, /**Call Identity of secondary call received in SETUP Message. */ H323Connection & incoming ///< Connection upon which SETUP PDU was received. ); /**Determine whether this connection is being transferred. */ BOOL IsTransferringCall() const; /**Determine whether this connection is the result of a transferred call. */ BOOL IsTransferredCall() const; /**Handle the transfer of an existing connection to a new remote. This is an internal function and it is not expected the user will call it directly. */ virtual void HandleTransferCall( const PString & token, const PString & identity ); /**Get transfer invoke ID dureing trasfer. This is an internal function and it is not expected the user will call it directly. */ int GetCallTransferInvokeId(); /**Handle the failure of a call transfer operation at the Transferred Endpoint. This method is used to handle the following transfer failure cases that can occur at the Transferred Endpoint. The cases are: Reception of an Admission Reject Reception of a callTransferSetup return error APDU. Expiry of Call Transfer timer CT-T4. */ virtual void HandleCallTransferFailure( const int returnError ///< Failure reason code ); /**Store the passed token on the current connection's H4502Handler. This is an internal function and it is not expected the user will call it directly. */ void SetAssociatedCallToken( const PString & token ///< Associated token ); /**Callback to indicate a successful transfer through consultation. The paramter passed is a reference to the existing connection between the Transferring endpoint and Transferred-to endpoint. */ virtual void OnConsultationTransferSuccess( H323Connection & secondaryCall ///< Secondary call for consultation ); /**Place the call on hold, suspending all media channels (H.450.4). Note it is the responsibility of the application layer to delete the MOH Channel if music on hold is provided to the remote endpoint. So far only Local Hold has been implemented. */ void HoldCall( BOOL localHold ///< true for Local Hold, false for Remote Hold ); /**Retrieve the call from hold, activating all media channels (H.450.4). This method examines the call hold state and performs the necessary actions required to retrieve a Near-end or Remote-end call on hold. NOTE: Only Local Hold is implemented so far. */ void RetrieveCall(); /**Set the alternative media channel. This channel can be used to provide Media On Hold (MOH) for a near end call hold operation or to provide Recorded Voice Anouncements (RVAs). If this method is not called before a call hold operation is attempted, no media on hold will be provided for the held endpoint. */ void SetHoldMedia( PChannel * audioChannel ); /**Determine if Meadia On Hold is enabled. */ BOOL IsMediaOnHold() const; /**Determine if held. */ BOOL IsLocalHold() const; /**Determine if held. */ BOOL IsRemoteHold() const; /**Determine if the current call is held or in the process of being held. */ BOOL IsCallOnHold() const; /**Begin a call intrusion request. Calls h45011handler->IntrudeCall where SS pdu is added to Call Setup message. */ virtual void IntrudeCall( unsigned capabilityLevel ); /**Handle an incoming call instrusion request. Calls h45011handler->AwaitSetupResponse where we set Handler state to CI-Wait-Ack */ virtual void HandleIntrudeCall( const PString & token, const PString & identity ); /**Set flag indicating call intrusion. Used to set a flag when intrusion occurs and to determine if connection is created for Call Intrusion. This flag is used when we should decide whether to Answer the call or to Close it. */ void SetCallIntrusion() { isCallIntrusion = TRUE; } BOOL IsCallIntrusion() { return isCallIntrusion; } /**Get Call Intrusion Protection Level of the local endpoint. */ unsigned GetLocalCallIntrusionProtectionLevel() { return callIntrusionProtectionLevel; } /**Get Call Intrusion Protection Level of other endpoints that we are in connection with. */ virtual BOOL GetRemoteCallIntrusionProtectionLevel( const PString & callToken, unsigned callIntrusionProtectionLevel ); virtual void SetIntrusionImpending(); virtual void SetForcedReleaseAccepted(); virtual void SetIntrusionNotAuthorized(); /**Send a Call Waiting indication message to the remote endpoint using H.450.6. The second paramter is used to indicate to the calling user how many additional users are "camped on" the called user. A value of zero indicates to the calling user that he/she is the only user attempting to reach the busy called user. */ void SendCallWaitingIndication( const unsigned nbOfAddWaitingCalls = 0 ///< number of additional waiting calls at the served user ); #endif // H323_H450 enum AnswerCallResponse { AnswerCallNow, ///< Answer the call continuing with the connection. AnswerCallDenied, ///< Refuse the call sending a release complete. AnswerCallPending, ///< Send an Alerting PDU and wait for AnsweringCall() AnswerCallDeferred, ///< As for AnswerCallPending but does not send Alerting PDU AnswerCallAlertWithMedia, ///< As for AnswerCallPending but starts media channels AnswerCallDeferredWithMedia, ///< As for AnswerCallDeferred but starts media channels AnswerCallDeniedByInvalidCID, ///< As for AnswerCallDenied but returns e_invalidCID NumAnswerCallResponses }; #if PTRACING friend ostream & operator<<(ostream & o, AnswerCallResponse s); #endif /**Call back for answering an incoming call. This function is used for an application to control the answering of incoming calls. It is usually used to indicate the immediate action to be taken in answering the call. It is called from the OnReceivedSignalSetup() function before it sends the Alerting or Connect PDUs. It also gives an opportunity for an application to alter the Connect PDU reply before transmission to the remote endpoint. If AnswerCallNow is returned then the H.323 protocol proceeds with the connection. If AnswerCallDenied is returned the connection is aborted and a Release Complete PDU is sent. If AnswerCallPending is returned then the Alerting PDU is sent and the protocol negotiations are paused until the AnsweringCall() function is called. Finally, if AnswerCallDeferred is returned then no Alerting PDU is sent, but the system still waits as in the AnswerCallPending response. Note this function should not block for any length of time. If the decision to answer the call may take some time eg waiting for a user to pick up the phone, then AnswerCallPending or AnswerCallDeferred should be returned. The default behaviour calls the endpoint function of the same name which in turn will return AnswerCallNow. */ virtual AnswerCallResponse OnAnswerCall( const PString & callerName, ///< Name of caller const H323SignalPDU & setupPDU, ///< Received setup PDU H323SignalPDU & connectPDU ///< Connect PDU to send. ); /**Indicate the result of answering an incoming call. This should only be called if the OnAnswerCall() callback function has returned a AnswerCallPending or AnswerCallDeferred response. Note sending further AnswerCallPending responses via this function will have the result of an Alerting PDU being sent to the remote endpoint. In this way multiple Alerting PDUs may be sent. Sending a AnswerCallDeferred response would have no effect. */ void AnsweringCall( AnswerCallResponse response ///< Answer response to incoming call ); /**Send first PDU in signalling channel. This function does the signalling handshaking for establishing a connection to a remote endpoint. The transport (TCP/IP) for the signalling channel is assumed to be already created. This function will then do the SetRemoteAddress() and Connect() calls o establish the transport. Returns the error code for the call failure reason or NumCallEndReasons if the call was successful to that point in the protocol. */ virtual CallEndReason SendSignalSetup( const PString & alias, ///< Name of remote party const H323TransportAddress & address ///< Address of destination ); /**Adjust setup PDU being sent on initialisation of signal channel. This function is called from the SendSignalSetup() function before it sends the Setup PDU. It gives an opportunity for an application to alter the request before transmission to the other endpoint. The default behaviour simply returns TRUE. Note that this is usually overridden by the transport dependent descendent class, eg the H323ConnectionTCP descendent fills in the destCallSignalAddress field with the TCP/IP data. Therefore if you override this in your application make sure you call the ancestor function. */ virtual BOOL OnSendSignalSetup( H323SignalPDU & setupPDU ///< Setup PDU to send ); /**Adjust call proceeding PDU being sent. This function is called from the OnReceivedSignalSetup() function before it sends the Call Proceeding PDU. It gives an opportunity for an application to alter the request before transmission to the other endpoint. If this function returns FALSE then the Call Proceeding PDU is not sent at all. The default behaviour simply returns TRUE. */ virtual BOOL OnSendCallProceeding( H323SignalPDU & callProceedingPDU ///< Call Proceeding PDU to send ); /**Call back for Release Complete being sent. This allows an application to add things to the release complete before it is sent to the remote endpoint. Returning FALSE will prevent the release complete from being sent. Note that this would be very unusual as this is called when the connection is being cleaned up. There will be no second chance to send the PDU and it must be sent. The default behaviour simply returns TRUE. */ virtual BOOL OnSendReleaseComplete( H323SignalPDU & releaseCompletePDU ///< Release Complete PDU to send ); /**Call back for remote party being alerted. This function is called from the SendSignalSetup() function after it receives the optional Alerting PDU from the remote endpoint. That is when the remote "phone" is "ringing". If FALSE is returned the connection is aborted and a Release Complete PDU is sent. The default behaviour calls the endpoint function of the same name. */ virtual BOOL OnAlerting( const H323SignalPDU & alertingPDU, ///< Received Alerting PDU const PString & user ///< Username of remote endpoint ); /**This function is called when insufficient digits have been entered. This supports overlapped dialling so that a call can begin when it is not known how many more digits are to be entered in a phone number. It is expected that the application will override this function. It should be noted that the application should not block in the function but only indicate to whatever other thread is gathering digits that more are required and that thread should call SendMoreDigits(). If FALSE is returned the connection is aborted and a Release Complete PDU is sent. The default behaviour simply returns FALSE. */ virtual BOOL OnInsufficientDigits(); /**This function is called when sufficient digits have been entered. This supports overlapped dialling so that a call can begin when it is not known how many more digits are to be entered in a phone number. The digits parameter is appended to the existing remoteNumber member variable and the call is retried. If FALSE is returned the connection is aborted and a Release Complete PDU is sent. The default behaviour simply returns TRUE. */ virtual void SendMoreDigits( const PString & digits ///< Extra digits ); /**This function is called from the SendSignalSetup() function after it receives the Connect PDU from the remote endpoint, but before it attempts to open the control channel. If FALSE is returned the connection is aborted and a Release Complete PDU is sent. The default behaviour calls H323EndPoint::OnOutgoingCall */ virtual BOOL OnOutgoingCall( const H323SignalPDU & connectPDU ///< Received Connect PDU ); /**Send an the acknowldege of a fast start. This function is called when the fast start channels provided to this connection by the original SETUP PDU have been selected and opened and need to be sent back to the remote endpoint. If FALSE is returned then no fast start has been acknowledged, possibly due to no common codec in fast start request. The default behaviour uses OnSelectLogicalChannels() to find a pair of channels and adds then to the provided PDU. */ virtual BOOL SendFastStartAcknowledge( H225_ArrayOf_PASN_OctetString & array ///< Array of H245_OpenLogicalChannel ); /**Handle the acknowldege of a fast start. This function is called from one of a number of functions after it receives a PDU from the remote endpoint that has a fastStart field. It is in response to a request for a fast strart from the local endpoint. If FALSE is returned the connection is aborted and a Release Complete PDU is sent. The default behaviour parses the provided array and starts the channels acknowledged in it. */ virtual BOOL HandleFastStartAcknowledge( const H225_ArrayOf_PASN_OctetString & array ///< Array of H245_OpenLogicalChannel ); /**Start a separate H245 channel. This function is called from one of a number of functions when it needs to create the h245 channel for the remote endpoint to connect back to. If FALSE is returned the connection is aborted and a Release Complete PDU is sent. */ virtual BOOL StartControlChannel(); /**Start a separate H245 channel. This function is called from one of a number of functions after it receives a PDU from the remote endpoint that has a h245Address field. If FALSE is returned the connection is aborted and a Release Complete PDU is sent. The default behaviour checks to see if it is a known transport and creates a corresponding H323Transport decendent for the control channel. */ virtual BOOL StartControlChannel( const H225_TransportAddress & h245Address ///< H245 address ); //@} /**@name Control Channel */ //@{ /**Write a PDU to the control channel. If there is no control channel open then this will tunnel the PDU into the signalling channel. */ BOOL WriteControlPDU( const H323ControlPDU & pdu ); /**Start control channel negotiations. */ virtual BOOL StartControlNegotiations( BOOL renegotiate = FALSE ///< Force renogotiation of TCS/MSD ); /**Handle reading data on the control channel. */ virtual void HandleControlChannel(); /**Handle incoming data on the control channel. This decodes the data stream into a PDU and calls HandleControlPDU(). If FALSE is returned the connection is aborted. The default behaviour returns TRUE. */ virtual BOOL HandleControlData( PPER_Stream & strm ); /**Handle incoming PDU's on the control channel. Dispatches them to the various virtuals off this class. If FALSE is returned the connection is aborted. The default behaviour returns TRUE. */ virtual BOOL HandleControlPDU( const H323ControlPDU & pdu ); /**This function is called from the HandleControlPDU() function for unhandled PDU types. If FALSE is returned the connection is aborted and a Release Complete PDU is sent. The default behaviour returns TRUE. The default behaviour send a FunctioNotUnderstood indication back to the sender, and returns TRUE to continue operation. */ virtual BOOL OnUnknownControlPDU( const H323ControlPDU & pdu ///< Received PDU ); /**Handle incoming request PDU's on the control channel. Dispatches them to the various virtuals off this class. */ virtual BOOL OnH245Request( const H323ControlPDU & pdu ///< Received PDU ); /**Handle incoming response PDU's on the control channel. Dispatches them to the various virtuals off this class. */ virtual BOOL OnH245Response( const H323ControlPDU & pdu ///< Received PDU ); /**Handle incoming command PDU's on the control channel. Dispatches them to the various virtuals off this class. */ virtual BOOL OnH245Command( const H323ControlPDU & pdu ///< Received PDU ); /**Handle incoming indication PDU's on the control channel. Dispatches them to the various virtuals off this class. */ virtual BOOL OnH245Indication( const H323ControlPDU & pdu ///< Received PDU ); /**Handle H245 command to send terminal capability set. */ virtual BOOL OnH245_SendTerminalCapabilitySet( const H245_SendTerminalCapabilitySet & pdu ///< Received PDU ); /**Handle H245 command to control flow control. This function calls OnLogicalChannelFlowControl() with the channel and bit rate restriction. */ virtual BOOL OnH245_FlowControlCommand( const H245_FlowControlCommand & pdu ///< Received PDU ); /**Handle H245 miscellaneous command. This function passes the miscellaneous command on to the channel defined by the pdu. */ virtual BOOL OnH245_MiscellaneousCommand( const H245_MiscellaneousCommand & pdu ///< Received PDU ); /**Handle H245 miscellaneous indication. This function passes the miscellaneous indication on to the channel defined by the pdu. */ virtual BOOL OnH245_MiscellaneousIndication( const H245_MiscellaneousIndication & pdu ///< Received PDU ); /**Handle H245 indication of received jitter. This function calls OnLogicalChannelJitter() with the channel and estimated jitter. */ virtual BOOL OnH245_JitterIndication( const H245_JitterIndication & pdu ///< Received PDU ); /**Error discriminator for the OnControlProtocolError() function. */ enum ControlProtocolErrors { e_MasterSlaveDetermination, e_CapabilityExchange, e_LogicalChannel, e_ModeRequest, e_RoundTripDelay }; /**This function is called from the HandleControlPDU() function or any of its sub-functions for protocol errors, eg unhandled PDU types. The errorData field may be a string or PDU or some other data depending on the value of the errorSource parameter. These are: e_UnhandledPDU &H323ControlPDU e_MasterSlaveDetermination const char * If FALSE is returned the connection is aborted. The default behaviour returns TRUE. */ virtual BOOL OnControlProtocolError( ControlProtocolErrors errorSource, ///< Source of the proptoerror const void * errorData = NULL ///< Data associated with error ); /**This function is called from the HandleControlPDU() function when it is about to send the Capabilities Set to the remote endpoint. This gives the application an oppurtunity to alter the PDU to be sent. The default behaviour will make "adjustments" for compatibility with some broken remote endpoints. */ virtual void OnSendCapabilitySet( H245_TerminalCapabilitySet & pdu ///< PDU to send ); /**This function is called when the remote endpoint sends its capability set. This gives the application an opportunity to determine what codecs are available and if it supports any of the combinations of codecs. Note any codec types that are the remote system supports that are not in the codecs list member variable for the endpoint are ignored and not included in the remoteCodecs list. The default behaviour assigns the table and set to member variables and returns TRUE if the remoteCodecs list is not empty. */ virtual BOOL OnReceivedCapabilitySet( const H323Capabilities & remoteCaps, ///< Capability combinations remote supports const H245_MultiplexCapability * muxCap, ///< Transport capability, if present H245_TerminalCapabilitySetReject & reject ///< Rejection PDU (if return FALSE) ); /**Send a new capability set. */ virtual void SendCapabilitySet( BOOL empty ///< Send an empty set. ); /**Call back to set the local capabilities. This is called just before the capabilties are required when a call is begun. It is called when a SETUP PDU is received or when one is about to be sent, so that the capabilities may be adjusted for correct fast start operation. The default behaviour does nothing. */ virtual void OnSetLocalCapabilities(); /**Return if this H245 connection is a master or slave */ BOOL IsH245Master() const; /**Start the round trip delay calculation over the control channel. */ void StartRoundTripDelay(); /**Get the round trip delay over the control channel. */ PTimeInterval GetRoundTripDelay() const; //@} /**@name Logical Channel Management */ //@{ /**Call back to select logical channels to start. This function must be defined by the descendent class. It is used to select the logical channels to be opened between the two endpoints. There are three ways in which this may be called: when a "fast start" has been initiated by the local endpoint (via SendSignalSetup() function), when a "fast start" has been requested from the remote endpoint (via the OnReceivedSignalSetup() function) or when the H245 capability set (and master/slave) negotiations have completed (via the OnControlChannelOpen() function. The function would typically examine several member variable to decide which mode it is being called in and what to do. If fastStartState is FastStartDisabled then non-fast start semantics should be used. The H245 capabilities in the remoteCapabilities members should be examined, and appropriate transmit channels started using OpenLogicalChannel(). If fastStartState is FastStartInitiate, then the local endpoint has initiated a call and is asking the application if fast start semantics are to be used. If so it is expected that the function call OpenLogicalChannel() for all the channels that it wishes to be able to be use. A subset (possibly none!) of these would actually be started when the remote endpoint replies. If fastStartState is FastStartResponse, then this indicates the remote endpoint is attempting a fast start. The fastStartChannels member contains a list of possible channels from the remote that the local endpoint is to select which to accept. For each accepted channel it simply necessary to call the Start() function on that channel eg fastStartChannels[0].Start(); The default behaviour selects the first codec of each session number that is available. This is according to the order of the capabilities in the remoteCapabilities, the local capability table or of the fastStartChannels list respectively for each of the above scenarios. */ virtual void OnSelectLogicalChannels(); /**Select default logical channel for normal start. */ virtual void SelectDefaultLogicalChannel( unsigned sessionID ///< Session ID to find default logical channel. ); /**Select default logical channel for fast start. Internal function, not for normal use. */ virtual void SelectFastStartChannels( unsigned sessionID, ///< Session ID to find default logical channel. BOOL transmitter, ///< Whether to open transmitters BOOL receiver ///< Whether to open receivers ); /**Open a new logical channel. This function will open a channel between the endpoints for the specified capability. If this function is called while there is not yet a conenction established, eg from the OnFastStartLogicalChannels() function, then a "trial" receiver/transmitter channel is created. This channel is not started until the remote enpoint has confirmed that they are to start. Any channels not confirmed are deleted. If this function is called later in the call sequence, eg from OnSelectLogicalChannels(), then it may only establish a transmit channel, ie fromRemote must be FALSE. */ virtual BOOL OpenLogicalChannel( const H323Capability & capability, ///< Capability to open channel with unsigned sessionID, ///< Session for the channel H323Channel::Directions dir ///< Direction of channel ); /**This function is called when the remote endpoint want's to open a new channel. If the return value is FALSE then the open is rejected using the errorCode as the cause, this would be a value from the enum H245_OpenLogicalChannelReject_cause::Choices. The default behaviour simply returns TRUE. */ virtual BOOL OnOpenLogicalChannel( const H245_OpenLogicalChannel & openPDU, ///< Received PDU for the channel open H245_OpenLogicalChannelAck & ackPDU, ///< PDU to send for acknowledgement unsigned & errorCode ///< Error to return if refused ); /**Callback for when a logical channel conflict has occurred. This is called when the remote endpoint, which is a master, rejects our transmitter channel due to a resource conflict. Typically an inability to do asymmetric codecs. The local (slave) endpoint must then try and open a new transmitter channel using the same codec as the receiver that is being opened. */ virtual BOOL OnConflictingLogicalChannel( H323Channel & channel ///< Channel that conflicted ); /**Create a new logical channel object. This is in response to a request from the remote endpoint to open a logical channel. */ virtual H323Channel * CreateLogicalChannel( const H245_OpenLogicalChannel & open, ///< Parameters for opening channel BOOL startingFast, ///< Flag for fast/slow starting. unsigned & errorCode ///< Reason for create failure ); /**Create a new real time logical channel object. This creates a logical channel for handling RTP data. It is primarily used to allow an application to redirect the RTP media streams to other hosts to the local one. In that case it would create an instance of the H323_ExternalRTPChannel class with the appropriate address. eg: H323Channel * MyConnection::CreateRealTimeLogicalChannel( const H323Capability & capability, H323Channel::Directions dir, unsigned sessionID, const H245_H2250LogicalChannelParameters * param, RTP_QOS * rtpqos) { return new H323_ExternalRTPChannel(*this, capability, dir, sessionID, externalIpAddress, externalPort); } An application would typically also override the OnStartLogicalChannel() function to obtain from the H323_ExternalRTPChannel instance the address of the remote endpoints media server RTP addresses to complete the setting up of the external RTP stack. eg: BOOL OnStartLogicalChannel(H323Channel & channel) { H323_ExternalRTPChannel & external = (H323_ExternalRTPChannel &)channel; external.GetRemoteAddress(remoteIpAddress, remotePort); } Note that the port in the above example is always the data port, the control port is assumed to be data+1. The default behaviour assures there is an RTP session for the session ID, and if not creates one, then creates a H323_RTPChannel which will do RTP media to the local host. */ virtual H323Channel * CreateRealTimeLogicalChannel( const H323Capability & capability, ///< Capability creating channel H323Channel::Directions dir, ///< Direction of channel unsigned sessionID, ///< Session ID for RTP channel const H245_H2250LogicalChannelParameters * param, ///< Parameters for channel RTP_QOS * rtpqos = NULL ///< QoS for RTP ); /**This function is called when the remote endpoint want's to create a new channel. If the return value is FALSE then the open is rejected using the errorCode as the cause, this would be a value from the enum H245_OpenLogicalChannelReject_cause::Choices. The default behaviour checks the capability set for if this capability is allowed to be opened with other channels that may already be open. */ virtual BOOL OnCreateLogicalChannel( const H323Capability & capability, ///< Capability for the channel open H323Channel::Directions dir, ///< Direction of channel unsigned & errorCode ///< Error to return if refused ); /**Call back function when a logical channel thread begins. The default behaviour does nothing and returns TRUE. */ virtual BOOL OnStartLogicalChannel( H323Channel & channel ///< Channel that has been started. ); #ifndef NO_H323_AUDIO_CODECS /**Open a channel for use by an audio codec. The H323AudioCodec class will use this function to open the channel to read/write PCM data. The default behaviour calls the equivalent function on the endpoint. */ virtual BOOL OpenAudioChannel( BOOL isEncoding, ///< Direction of data flow unsigned bufferSize, ///< Size of each sound buffer H323AudioCodec & codec ///< codec that is doing the opening ); #endif #ifndef NO_H323_VIDEO /**Open a channel for use by an video codec. The H323VideoCodec class will use this function to open the channel to read/write image data. The default behaviour calls the equivalent function on the endpoint. */ virtual BOOL OpenVideoChannel( BOOL isEncoding, ///< Direction of data flow H323VideoCodec & codec ///< codec doing the opening ); #endif // NO_H323_VIDEO /**Close a logical channel. */ virtual void CloseLogicalChannel( unsigned number, ///< Channel number to close. BOOL fromRemote ///< Indicates close request of remote channel ); /**Close a logical channel by number. */ virtual void CloseLogicalChannelNumber( const H323ChannelNumber & number ///< Channel number to close. ); /**Close a logical channel. */ virtual void CloseAllLogicalChannels( BOOL fromRemote ///< Indicates close request of remote channel ); /**This function is called when the remote endpoint has closed down a logical channel. The default behaviour does nothing. */ virtual void OnClosedLogicalChannel( const H323Channel & channel ///< Channel that was closed ); /**This function is called when the remote endpoint request the close of a logical channel. The application may get an opportunity to refuse to close the channel by returning FALSE from this function. The default behaviour returns TRUE. */ virtual BOOL OnClosingLogicalChannel( H323Channel & channel ///< Channel that is to be closed ); /**This function is called when the remote endpoint wishes to limit the bit rate being sent on a channel. If channel is NULL, then the bit rate limit applies to all channels. The default behaviour does nothing if channel is NULL, otherwise calls H323Channel::OnFlowControl() on the specific channel. */ virtual void OnLogicalChannelFlowControl( H323Channel * channel, ///< Channel that is to be limited long bitRateRestriction ///< Limit for channel ); /**This function is called when the remote endpoint indicates the level of jitter estimated by the receiver. If channel is NULL, then the jitter applies to all channels. The default behaviour does nothing if channel is NULL, otherwise calls H323Channel::OnJitter() on the specific channel. */ virtual void OnLogicalChannelJitter( H323Channel * channel, ///< Channel that is to be limited DWORD jitter, ///< Estimated received jitter in microseconds int skippedFrameCount, ///< Frames skipped by decodec int additionalBuffer ///< Additional size of video decoder buffer ); /**Send a miscellaneous command on the associated H245 channel. */ void SendLogicalChannelMiscCommand( H323Channel & channel, ///< Channel to send command for unsigned command ///< Command code to send ); /**Get a logical channel. Locates the specified channel number and returns a pointer to it. */ H323Channel * GetLogicalChannel( unsigned number, ///< Channel number to get. BOOL fromRemote ///< Indicates get a remote channel ) const; /**Find a logical channel. Locates a channel give a RTP session ID. Each session would usually have two logical channels associated with it, so the fromRemote flag bay be used to distinguish which channel to return. */ H323Channel * FindChannel( unsigned sessionId, ///< Session ID to search for. BOOL fromRemote ///< Indicates the direction of RTP data. ) const; //@} /**@name Bandwidth Management */ //@{ /**Get the bandwidth currently used. This totals the open channels and returns the total bandwidth used in 100's of bits/sec */ unsigned GetBandwidthUsed() const; /**Request use the available bandwidth in 100's of bits/sec. If there is insufficient bandwidth available, FALSE is returned. If sufficient bandwidth is available, then TRUE is returned and the amount of available bandwidth is reduced by the specified amount. */ BOOL UseBandwidth( unsigned bandwidth, ///< Bandwidth required BOOL removing ///< Flag for adding/removing bandwidth usage ); /**Get the available bandwidth in 100's of bits/sec. */ unsigned GetBandwidthAvailable() const { return bandwidthAvailable; } /**Set the available bandwidth in 100's of bits/sec. Note if the force parameter is TRUE this function will close down active logical channels to meet the new bandwidth requirement. */ BOOL SetBandwidthAvailable( unsigned newBandwidth, ///< New bandwidth limit BOOL force = FALSE ///< Force bandwidth limit ); //@} /**@name Indications */ //@{ enum SendUserInputModes { SendUserInputAsQ931, SendUserInputAsString, SendUserInputAsTone, SendUserInputAsInlineRFC2833, SendUserInputAsSeparateRFC2833, // Not implemented NumSendUserInputModes }; #if PTRACING friend ostream & operator<<(ostream & o, SendUserInputModes m); #endif /**Set the user input indication transmission mode. */ void SetSendUserInputMode(SendUserInputModes mode); /**Get the user input indication transmission mode. */ SendUserInputModes GetSendUserInputMode() const { return sendUserInputMode; } /**Get the real user input indication transmission mode. This will return the user input mode that will actually be used for transmissions. It will be the value of GetSendUserInputMode() provided the remote endpoint is capable of that mode. */ SendUserInputModes GetRealSendUserInputMode() const; /**Send a user input indication to the remote endpoint. This is for sending arbitrary strings as user indications. The user indication is sent according to the sendUserInputMode member variable. If SendUserInputAsString then this uses an H.245 "string" UserInputIndication pdu sending the entire string in one go. If SendUserInputAsTone then a separate H.245 "signal" UserInputIndication pdu is sent for each character. If SendUserInputAsInlineRFC2833 then the indication is inserted into the outgoing audio stream as an RFC2833 RTP data pdu. SendUserInputAsSeparateRFC2833 is not yet supported. */ virtual void SendUserInput( const PString & value ///< String value of indication ); /**Call back for remote endpoint has sent user input. This will be called irrespective of the source (H.245 string, H.245 signal or RFC2833). The default behaviour calls the endpoint function of the same name. */ virtual void OnUserInputString( const PString & value ///< String value of indication ); /**Send a user input indication to the remote endpoint. This sends DTMF emulation user input. If something more sophisticated than the simple tones that can be sent using the SendUserInput() function. A duration of zero indicates that no duration is to be indicated. A non-zero logical channel indicates that the tone is to be syncronised with the logical channel at the rtpTimestamp value specified. The tone parameter must be one of "0123456789#*ABCD!" where '!' indicates a hook flash. If tone is a ' ' character then a signalUpdate PDU is sent that updates the last tone indication sent. See the H.245 specifcation for more details on this. The user indication is sent according to the sendUserInputMode member variable. If SendUserInputAsString then this uses an H.245 "string" UserInputIndication pdu sending the entire string in one go. If SendUserInputAsTone then a separate H.245 "signal" UserInputIndication pdu is sent for each character. If SendUserInputAsInlineRFC2833 then the indication is inserted into the outgoing audio stream as an RFC2833 RTP data pdu. SendUserInputAsSeparateRFC2833 is not yet supported. */ virtual void SendUserInputTone( char tone, ///< DTMF tone code unsigned duration = 0, ///< Duration of tone in milliseconds unsigned logicalChannel = 0, ///< Logical channel number for RTP sync. unsigned rtpTimestamp = 0 ///< RTP timestamp in logical channel sync. ); /**Call back for remote enpoint has sent user input. The default behaviour calls the endpoint function of the same name. */ virtual void OnUserInputTone( char tone, ///< DTMF tone code unsigned duration, ///< Duration of tone in milliseconds unsigned logicalChannel, ///< Logical channel number for RTP sync. unsigned rtpTimestamp ///< RTP timestamp in logical channel sync. ); /**Send a user input indication to the remote endpoint. This sends a Hook Flash emulation user input. */ void SendUserInputHookFlash( int duration = 500 ///< Duration of tone in milliseconds ) { SendUserInputTone('!', duration); } /**Send a user input indication to the remote endpoint. This is for sending arbitrary strings as user indications. This always uses a Q.931 Keypad Information Element in a Information pdu sending the entire string in one go. */ virtual void SendUserInputIndicationQ931( const PString & value ///< String value of indication ); /**Send a user input indication to the remote endpoint. This is for sending arbitrary strings as user indications. This always uses an H.245 "string" UserInputIndication pdu sending the entire string in one go. */ virtual void SendUserInputIndicationString( const PString & value ///< String value of indication ); /**Send a user input indication to the remote endpoint. This sends DTMF emulation user input.This uses an H.245 "signal" UserInputIndication pdu. */ virtual void SendUserInputIndicationTone( char tone, ///< DTMF tone code unsigned duration = 0, ///< Duration of tone in milliseconds unsigned logicalChannel = 0, ///< Logical channel number for RTP sync. unsigned rtpTimestamp = 0 ///< RTP timestamp in logical channel sync. ); /**Send a user input indication to the remote endpoint. The two forms are for basic user input of a simple string using the SendUserInput() function or a full DTMF emulation user input using the SendUserInputTone() function. An application could do more sophisticated usage by filling in the H245_UserInputIndication structure directly ans using this function. */ virtual void SendUserInputIndication( const H245_UserInputIndication & pdu ///< Full user indication PDU ); /**Call back for remote enpoint has sent user input. The default behaviour calls OnUserInputString() if the PDU is of the alphanumeric type, or OnUserInputTone() if of a tone type. */ virtual void OnUserInputIndication( const H245_UserInputIndication & pdu ///< Full user indication PDU ); //@} /**@name RTP Session Management */ //@{ /**Get an RTP session for the specified ID. If there is no session of the specified ID, NULL is returned. */ virtual RTP_Session * GetSession( unsigned sessionID ) const; /**Get an H323 RTP session for the specified ID. If there is no session of the specified ID, NULL is returned. */ virtual H323_RTP_Session * GetSessionCallbacks( unsigned sessionID ) const; /**Use an RTP session for the specified ID and for the given direction. If there is no session of the specified ID, a new one is created using the information provided in the H245_TransportAddress PDU. If the system does not support the specified transport, NULL is returned. If this function is used, then the ReleaseSession() function MUST be called or the session is never deleted for the lifetime of the H323 connection. */ virtual RTP_Session * UseSession( unsigned sessionID, const H245_TransportAddress & pdu, H323Channel::Directions dir, RTP_QOS * rtpqos = NULL ); /**Release the session. If the session ID is not being used any more any clients via the UseSession() function, then the session is deleted. */ virtual void ReleaseSession( unsigned sessionID ); /**Callback from the RTP session for statistics monitoring. This is called every so many packets on the transmitter and receiver threads of the RTP session indicating that the statistics have been updated. The default behaviour calls H323EndPoint::OnRTPStatistics(). */ virtual void OnRTPStatistics( const RTP_Session & session ///< Session with statistics ) const; /**Get the names of the codecs in use for the RTP session. If there is no session of the specified ID, an empty string is returned. */ virtual PString GetSessionCodecNames( unsigned sessionID ) const; /** Return TRUE if the remote appears to be behind a NAT firewall */ BOOL IsBehindNAT() const { return remoteIsNAT; } //@} /**@name Request Mode Changes */ //@{ /**Make a request to mode change to remote. This asks the remote system to stop it transmitters and start sending one of the combinations specifed. The modes are separated in the string by \n characters, and all of the channels (capabilities) are strings separated by \t characters. Thus a very simple mode change would be "T.38" which requests that the remote start sending T.38 data and nothing else. A more complicated example would be "G.723\tH.261\nG.729\tH.261\nG.728" which indicates that the remote should either start sending G.723 and H.261, G.729 and H.261 or just G.728 on its own. Returns FALSE if a mode change is currently in progress, only one mode change may be done at a time. */ virtual BOOL RequestModeChange( const PString & newModes ///< New modes to select ); /**Make a request to mode change to remote. This asks the remote system to stop it transmitters and start sending one of the combinations specifed. Returns FALSE if a mode change is currently in progress, only one mode change may be done at a time. */ virtual BOOL RequestModeChange( const H245_ArrayOf_ModeDescription & newModes ///< New modes to select ); /**Received request for mode change from remote. */ virtual BOOL OnRequestModeChange( const H245_RequestMode & pdu, ///< Received PDU H245_RequestModeAck & ack, ///< Ack PDU to send H245_RequestModeReject & reject, ///< Reject PDU to send PINDEX & selectedMode ///< Which mode was selected ); /**Completed request for mode change from remote. This is a call back that accurs after the ack has been sent to the remote as indicated by the OnRequestModeChange() return result. This function is intended to actually implement the mode change after it had been accepted. */ virtual void OnModeChanged( const H245_ModeDescription & newMode ); /**Received acceptance of last mode change request. This callback indicates that the RequestModeChange() was accepted by the remote endpoint. */ virtual void OnAcceptModeChange( const H245_RequestModeAck & pdu ///< Received PDU ); /**Received reject of last mode change request. This callback indicates that the RequestModeChange() was accepted by the remote endpoint. */ virtual void OnRefusedModeChange( const H245_RequestModeReject * pdu ///< Received PDU, if NULL is a timeout ); //@} #ifdef H323_T120 /**@name Other services */ //@{ /**Create an instance of the T.120 protocol handler. This is called when the OpenLogicalChannel subsystem requires that a T.120 channel be established. Note that if the application overrides this and returns a pointer to a heap variable (using new) then it is the responsibility of the creator to subsequently delete the object. The user of this function (the H323_T120Channel class) will not do so. The default behavour returns H323Endpoint::CreateT120ProtocolHandler() while keeping track of that variable for autmatic deletion. */ virtual OpalT120Protocol * CreateT120ProtocolHandler(); #endif #ifdef H323_T38 /**Create an instance of the T.38 protocol handler. This is called when the OpenLogicalChannel subsystem requires that a T.38 fax channel be established. Note that if the application overrides this and returns a pointer to a heap variable (using new) then it is the responsibility of the creator to subsequently delete the object. The user of this function (the H323_T38Channel class) will not do so. The default behavour returns H323Endpoint::CreateT38ProtocolHandler() while keeping track of that variable for autmatic deletion. */ virtual OpalT38Protocol * CreateT38ProtocolHandler(); /**Request a mode change to T.38 data. */ virtual BOOL RequestModeChangeT38( const char * capabilityNames = "T.38\nT38FaxUDP" ); #endif /**Get separate H.235 authentication for the connection. This allows an individual ARQ to override the authentical credentials used in H.235 based RAS for this particular connection. A return value of FALSE indicates to use the default credentials of the endpoint, while TRUE indicates that new credentials are to be used. The default behavour does nothing and returns FALSE. */ virtual BOOL GetAdmissionRequestAuthentication( const H225_AdmissionRequest & arq, ///< ARQ being constructed H235Authenticators & authenticators ///< New authenticators for ARQ ); //@} /**@name Member variable access */ //@{ /**Get the owner endpoint for this connection. */ H323EndPoint & GetEndPoint() const { return endpoint; } /**Get the call direction for this connection. */ BOOL HadAnsweredCall() const { return callAnswered; } /**Determined if connection is gatekeeper routed. */ BOOL IsGatekeeperRouted() const { return gatekeeperRouted; } /**Get the Q.931 cause code (Q.850) that terminated this call. See Q931::CauseValues for common values. */ unsigned GetQ931Cause() const { return q931Cause; } /**Set the outgoing Q.931 cause code (Q.850) that is sent for this call See Q931::CauseValues for common values. */ void SetQ931Cause(unsigned v) { q931Cause = v; } /**Get the distinctive ring code for incoming call. This returns an integer from 0 to 7 that may indicate to an application that different ring cadences are to be used. */ unsigned GetDistinctiveRing() const { return distinctiveRing; } /**Set the distinctive ring code for outgoing call. This sets the integer from 0 to 7 that will be used in the outgoing Setup PDU. Note this must be called either immediately after construction or during the OnSendSignalSetup() callback function so the member variable is set befor ethe PDU is sent. */ void SetDistinctiveRing(unsigned pattern) { distinctiveRing = pattern&7; } /**Get the internal OpenH323 call token for this connection. */ const PString & GetCallToken() const { return callToken; } /**Get the call reference for this connection. */ unsigned GetCallReference() const { return callReference; } /**Get the call identifier for this connection. */ const OpalGloballyUniqueID & GetCallIdentifier() const { return callIdentifier; } /**Get the conference identifier for this connection. */ const OpalGloballyUniqueID & GetConferenceIdentifier() const { return conferenceIdentifier; } /**Get the local name/alias. */ const PString & GetLocalPartyName() const { return localPartyName; } /**Set the local name/alias from information in the PDU. */ void SetLocalPartyName(const PString & name); /**Set the local Q.931 display name */ void SetDisplayName(const PString & name) { localDisplayName = name; } /**Get the local Q.931 display name */ const PString GetDisplayName() const { return localDisplayName; } const PStringList & GetLocalAliasNames() const { return localAliasNames; } /**Get the remote party name. This returns a string indicating the remote parties names and aliases. This can be a complicated string containing all the aliases and the remote host name. For example: "Fred Nurk (fred, 5551234) [fred.nurk.com]" */ const PString & GetRemotePartyName() const { return remotePartyName; } /**Get the remote party number, if there was one one. If the remote party has indicated an e164 number as one of its aliases or as a field in the Q.931 PDU, then this function will return it. */ const PString & GetRemotePartyNumber() const { return remotePartyNumber; } /**Get the remote party address. This will return the "best guess" at an address to use in a H323EndPoint::MakeCall() function to call the remote party back again. Note that due to the presence of gatekeepers/proxies etc this may not always be accurate. */ const PString & GetRemotePartyAddress() const { return remotePartyAddress; } /**Set the name/alias of remote end from information in the PDU. */ void SetRemotePartyInfo( const H323SignalPDU & pdu ///< PDU from which to extract party info. ); /**Get the remote application name and version. This information is obtained from the sourceInfo field of the H.225 Setup PDU or the destinationInfo of the call proceeding or alerting PDU's. The general format of the string will be information extracted from the VendorIdentifier field of the EndpointType. In particular: productId versionId t35CountryCode/manufacturerCode for example "Equivalence OpenPhone\t1.4.2\t9/61" */ const PString & GetRemoteApplication() const { return remoteApplication; } /**Set the name/alias of remote end from information in the PDU. */ void SetRemoteApplication( const H225_EndpointType & pdu ///< PDU from which to extract application info. ); /**Get the remotes capability table for this connection. */ const H323Capabilities & GetLocalCapabilities() const { return localCapabilities; } /**Get the remotes capability table for this connection. */ const H323Capabilities & GetRemoteCapabilities() const { return remoteCapabilities; } /**Get the maximum audio jitter delay. */ unsigned GetRemoteMaxAudioDelayJitter() const { return remoteMaxAudioDelayJitter; } /**Get the signalling channel being used. */ const H323Transport * GetSignallingChannel() const { return signallingChannel; } /**Get the signalling channel protocol version number. */ unsigned GetSignallingVersion() const { return h225version; } /**Get the control channel being used (may return signalling channel). */ const H323Transport & GetControlChannel() const; /**Get the control channel protocol version number. */ unsigned GetControlVersion() const { return h245version; } /**Get the time at which the connection was begun */ PTime GetSetupUpTime() const { return setupTime; } /**Get the time at which the ALERTING was received */ PTime GetAlertingTime() const { return alertingTime; } /**Get the time at which the connection was connected. That is the point at which charging is likely to have begun. */ PTime GetConnectionStartTime() const { return connectedTime; } /**Get the time at which the connection was cleared */ PTime GetConnectionEndTime() const { return callEndTime; } /**Get the time at which the remote opened a media channel */ PTime GetReverseMediaOpenTime() const { return reverseMediaOpenTime; } /**Get the default maximum audio jitter delay parameter. Defaults to 50ms */ unsigned GetMinAudioJitterDelay() const { return minAudioJitterDelay; } /**Get the default maximum audio delay jitter parameter. Defaults to 250ms. */ unsigned GetMaxAudioJitterDelay() const { return maxAudioJitterDelay; } /**Set the maximum audio delay jitter parameter. */ void SetAudioJitterDelay( unsigned minDelay, ///< New minimum jitter buffer delay in milliseconds unsigned maxDelay ///< New maximum jitter buffer delay in milliseconds ); /**Get the UUIE PDU monitor bit mask. */ unsigned GetUUIEsRequested() const { return uuiesRequested; } /**Set the UUIE PDU monitor bit mask. */ void SetUUIEsRequested(unsigned mask) { uuiesRequested = mask; } /**Get the iNow Gatekeeper Access Token OID. */ const PString GetGkAccessTokenOID() const { return gkAccessTokenOID; } /**Set the iNow Gatekeeper Access Token OID. */ void SetGkAccessTokenOID(const PString & oid) { gkAccessTokenOID = oid; } /**Get the iNow Gatekeeper Access Token data. */ const PBYTEArray & GetGkAccessTokenData() const { return gkAccessTokenData; } /**Set the Destionation Extra Call Info memeber. */ void SetDestExtraCallInfo( const PString & info ) { destExtraCallInfo = info; } /** Set the remote call waiting flag */ void SetRemotCallWaiting(const unsigned value) { remoteCallWaiting = value; } /**How many caller's are waiting on the remote endpoint? -1 - None 0 - Just this connection n - n plus this connection */ const int GetRemoteCallWaiting() const { return remoteCallWaiting; } /**Set the enforced duration limit for the call. This starts a timer that will automatically shut down the call when it expires. */ void SetEnforcedDurationLimit( unsigned seconds ///< max duration of call in seconds ); //@} virtual BOOL OnSendFeatureSet(unsigned, H225_FeatureSet &) const; virtual void OnReceiveFeatureSet(unsigned, const H225_FeatureSet &) const; enum ReleaseSequence { ReleaseSequenceUnknown, ReleaseSequence_Local, ReleaseSequence_Remote }; ReleaseSequence GetReleaseSequence() const { return releaseSequence; } protected: /**Internal function to check if call established. This checks all the criteria for establishing a call an initiating the starting of media channels, if they have not already been started via the fast start algorithm. */ virtual void InternalEstablishedConnectionCheck(); BOOL DecodeFastStartCaps(const H225_ArrayOf_PASN_OctetString & fastStartCaps); BOOL InternalEndSessionCheck(PPER_Stream & strm); void SetRemoteVersions(const H225_ProtocolIdentifier & id); void MonitorCallStatus(); PDECLARE_NOTIFIER(OpalRFC2833Info, H323Connection, OnUserInputInlineRFC2833); PDECLARE_NOTIFIER(H323Codec::FilterInfo, H323Connection, OnUserInputInBandDTMF); H323EndPoint & endpoint; PSyncPoint * endSync; int remoteCallWaiting; // Number of call's waiting at the remote endpoint BOOL callAnswered; BOOL gatekeeperRouted; unsigned distinctiveRing; PString callToken; unsigned callReference; OpalGloballyUniqueID callIdentifier; OpalGloballyUniqueID conferenceIdentifier; PStringList localAliasNames; PString localPartyName; PString localDisplayName; H323Capabilities localCapabilities; // Capabilities local system supports PString remotePartyName; PString remotePartyNumber; PString remotePartyAddress; PString destExtraCallInfo; PString remoteApplication; H323Capabilities remoteCapabilities; // Capabilities remote system supports unsigned remoteMaxAudioDelayJitter; PTimer roundTripDelayTimer; unsigned minAudioJitterDelay; unsigned maxAudioJitterDelay; unsigned bandwidthAvailable; unsigned uuiesRequested; PString gkAccessTokenOID; PBYTEArray gkAccessTokenData; BOOL addAccessTokenToSetup; SendUserInputModes sendUserInputMode; H323Transport * signallingChannel; H323Transport * controlChannel; BOOL h245Tunneling; H323SignalPDU * h245TunnelRxPDU; H323SignalPDU * h245TunnelTxPDU; H323SignalPDU * alertingPDU; H323SignalPDU * connectPDU; enum ConnectionStates { NoConnectionActive, AwaitingGatekeeperAdmission, AwaitingTransportConnect, AwaitingSignalConnect, AwaitingLocalAnswer, HasExecutedSignalConnect, EstablishedConnection, ShuttingDownConnection, NumConnectionStates } connectionState; PTime setupTime; PTime alertingTime; PTime connectedTime; PTime callEndTime; PTime reverseMediaOpenTime; CallEndReason callEndReason; unsigned q931Cause; ReleaseSequence releaseSequence; unsigned h225version; unsigned h245version; BOOL h245versionSet; BOOL doH245inSETUP; BOOL lastPDUWasH245inSETUP; BOOL detectInBandDTMF; BOOL mustSendDRQ; BOOL mediaWaitForConnect; BOOL transmitterSidePaused; BOOL earlyStart; #ifdef H323_T120 BOOL startT120; #endif #ifdef H323_T38 PString t38ModeChangeCapabilities; #endif PSyncPoint digitsWaitFlag; BOOL endSessionNeeded; BOOL endSessionSent; PSyncPoint endSessionReceived; PTimer enforcedDurationLimit; #ifdef H323_H450 // Used as part of a local call hold operation involving MOH PChannel * holdMediaChannel; BOOL isConsultationTransfer; /** Call Intrusion flag and parameters */ BOOL isCallIntrusion; unsigned callIntrusionProtectionLevel; #endif RTP_SessionManager rtpSessions; enum FastStartStates { FastStartDisabled, FastStartInitiate, FastStartResponse, FastStartAcknowledged, NumFastStartStates }; FastStartStates fastStartState; H323LogicalChannelList fastStartChannels; #if PTRACING static const char * const ConnectionStatesNames[NumConnectionStates]; friend ostream & operator<<(ostream & o, ConnectionStates s) { return o << ConnectionStatesNames[s]; } static const char * const FastStartStateNames[NumFastStartStates]; friend ostream & operator<<(ostream & o, FastStartStates s) { return o << FastStartStateNames[s]; } #endif // The following pointers are to protocol procedures, they are pointers to // hide their complexity from the H323Connection classes users. H245NegMasterSlaveDetermination * masterSlaveDeterminationProcedure; H245NegTerminalCapabilitySet * capabilityExchangeProcedure; H245NegLogicalChannels * logicalChannels; H245NegRequestMode * requestModeProcedure; H245NegRoundTripDelay * roundTripDelayProcedure; #ifdef H323_H450 H450xDispatcher * h450dispatcher; H4502Handler * h4502handler; H4504Handler * h4504handler; H4506Handler * h4506handler; H45011Handler * h45011handler; #endif OpalRFC2833 * rfc2833handler; #ifdef H323_T120 OpalT120Protocol * t120handler; #endif #ifdef H323_T38 OpalT38Protocol * t38handler; #endif #ifdef P_DTMF // The In-Band DTMF detector. This is used inside an audio filter which is // added to the audio channel. PDTMFDecoder dtmfDecoder; #endif // used to detect remote NAT endpoints BOOL remoteIsNAT; #ifdef H323_TRANSNEXUS_OSP public: OpalOSP::Transaction * GetOSPTransaction() const { return ospTransaction; } void SetOSPTransaction(OpalOSP::Transaction * tran) { ospTransaction = tran; } protected: OpalOSP::Transaction * ospTransaction; virtual void CleanUpOSP(); BOOL AuthoriseOSPTransaction(OpalOSP::Transaction & transaction, OpalOSP::Transaction::DestinationInfo & destInfo); #endif private: PChannel * SwapHoldMediaChannels(PChannel * newChannel); PTimedMutex outerMutex; PMutex innerMutex; }; PLIST(H323ConnectionList, H323Connection); PDICTIONARY(H323ConnectionDict, PString, H323Connection); PDICTIONARY(H323CallIdentityDict, PString, H323Connection); #endif // __OPAL_H323CON_H ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/h323ep.h0100644000176200056700000023121310343321575016435 0ustar releasepostincr/* * h323ep.h * * H.323 protocol handler * * Open H323 Library * * Copyright (c) 1998-2001 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Portions of this code were written with the assisance of funding from * Vovida Networks, Inc. http://www.vovida.com. * * Contributor(s): ______________________________________. * * $Log: h323ep.h,v $ * Revision 1.76 2005/11/30 13:05:01 csoutheren * Changed tags for Doxygen * * Revision 1.75 2005/11/22 03:38:45 shorne * Added ToS support to TCP Transports. thx Norbert Bartalsky (TOPCALL) * * Revision 1.74 2005/11/21 21:02:19 shorne * Added GnuGK Nat detection support * * Revision 1.73 2005/09/16 08:12:49 csoutheren * Added ability to set timeout for connect * * Revision 1.72 2005/07/12 12:28:52 csoutheren * Fixes for H.450 errors and return values * Thanks to Iker Perez San Roman * * Revision 1.71 2005/03/10 07:01:29 csoutheren * Fixed problem with H.450 call identifiers not being unique across all calls on an * endpoint. Thanks to Thien Nguyen * * Revision 1.70 2005/01/03 14:03:20 csoutheren * Added new configure options and ability to disable/enable modules * * Revision 1.69 2005/01/03 06:25:52 csoutheren * Added extensive support for disabling code modules at compile time * * Revision 1.68 2004/12/20 02:32:34 csoutheren * Cleeaned up OSP functions * * Revision 1.67 2004/12/08 01:59:22 csoutheren * initial support for Transnexus OSP toolkit * * Revision 1.66 2004/11/25 07:38:58 csoutheren * Ensured that external TCP address translation is performed when using STUN to handle UDP * * Revision 1.65 2004/09/03 01:06:09 csoutheren * Added initial hooks for H.460 GEF * Thanks to Simon Horne and ISVO (Asia) Pte Ltd. for this contribution * * Revision 1.64 2004/07/27 05:28:45 csoutheren * Added ability to set priority of channel threads * * Revision 1.63 2004/07/27 01:15:16 csoutheren * Added virtual to InternalMakeCall * * Revision 1.62 2004/07/19 13:19:55 csoutheren * Fixed typo in secondaryConnectionsActive * * Revision 1.61 2004/07/11 11:36:25 rjongbloed * Added virtual to CleanUpConnections, thanks Eize Slange * * Revision 1.60 2004/06/15 03:30:00 csoutheren * Added OnSendARQ to allow access to the ARQ message before sent by connection * * Revision 1.59 2004/06/04 07:05:10 csoutheren * Fixed obvious typos * * Revision 1.58 2004/06/01 05:48:02 csoutheren * Changed capability table to use abstract factory routines rather than internal linked list * * Revision 1.57 2004/05/17 12:14:24 csoutheren * Added support for different SETUP PDU types * * Revision 1.56 2003/12/29 04:58:55 csoutheren * Added callbacks on H323EndPoint when gatekeeper discovery succeeds or fails * * Revision 1.55 2003/12/28 02:52:15 csoutheren * Added virtual to a few functions * * Revision 1.54 2003/12/28 02:38:14 csoutheren * Added H323EndPoint::OnOutgoingCall * * Revision 1.53 2003/12/28 00:07:10 csoutheren * Added callbacks on H323EndPoint when gatekeeper registration succeeds or fails * * Revision 1.52 2003/04/24 01:49:33 dereks * Add ability to set no media timeout interval * * Revision 1.51 2003/04/10 09:39:48 robertj * Added associated transport to new GetInterfaceAddresses() function so * interfaces can be ordered according to active transport links. Improves * interoperability. * * Revision 1.50 2003/04/10 01:05:11 craigs * Added functions to access to lists of interfaces * * Revision 1.49 2003/04/07 13:09:25 robertj * Added ILS support to callto URL parsing in MakeCall(), ie can now call hosts * registered with an ILS directory. * * Revision 1.48 2003/02/13 00:11:31 robertj * Added missing virtual for controlling call transfer, thanks Andrey Pinaev * * Revision 1.47 2003/02/09 00:48:06 robertj * Added function to return if registered with gatekeeper. * * Revision 1.46 2003/02/04 07:06:41 robertj * Added STUN support. * * Revision 1.45 2003/01/26 05:57:58 robertj * Changed ParsePartyName so will accept addresses of the form * alias@gk:address which will do an LRQ call to "address" using "alias" * to determine the IP address to connect to. * * Revision 1.44 2003/01/23 02:36:30 robertj * Increased (and made configurable) timeout for H.245 channel TCP connection. * * Revision 1.43 2002/11/28 01:19:55 craigs * Added virtual to several functions * * Revision 1.42 2002/11/27 06:54:52 robertj * Added Service Control Session management as per Annex K/H.323 via RAS * only at this stage. * Added H.248 ASN and very primitive infrastructure for linking into the * Service Control Session management system. * Added basic infrastructure for Annex K/H.323 HTTP transport system. * Added Call Credit Service Control to display account balances. * * Revision 1.41 2002/11/15 05:17:22 robertj * Added facility redirect support without changing the call token for access * to the call. If it gets redirected a new H323Connection object is * created but it looks like the same thing to an application. * * Revision 1.40 2002/11/10 08:10:43 robertj * Moved constants for "well known" ports to better place (OPAL change). * * Revision 1.39 2002/10/31 00:32:15 robertj * Enhanced jitter buffer system so operates dynamically between minimum and * maximum values. Altered API to assure app writers note the change! * * Revision 1.38 2002/10/23 06:06:10 robertj * Added function to be smarter in using a gatekeeper for use by endpoint. * * Revision 1.37 2002/10/21 06:07:44 robertj * Added function to set gatekeeper access token OID. * * Revision 1.36 2002/09/16 01:14:15 robertj * Added #define so can select if #pragma interface/implementation is used on * platform basis (eg MacOS) rather than compiler, thanks Robert Monaghan. * * Revision 1.35 2002/09/10 06:32:25 robertj * Added function to get gatekeeper password. * * Revision 1.34 2002/09/03 06:19:36 robertj * Normalised the multi-include header prevention ifdef/define symbol. * * Revision 1.33 2002/07/19 03:39:19 robertj * Bullet proofed setting of RTP IP port base, can't be zero! * * Revision 1.32 2002/07/18 01:50:10 robertj * Changed port secltion code to force apps to use function interface. * * Revision 1.31 2002/06/22 05:48:38 robertj * Added partial implementation for H.450.11 Call Intrusion * * Revision 1.30 2002/06/13 06:15:19 robertj * Allowed TransferCall() to be used on H323Connection as well as H323EndPoint. * * Revision 1.29 2002/06/12 03:55:21 robertj * Added function to add/remove multiple listeners in one go comparing against * what is already running so does not interrupt unchanged listeners. * * Revision 1.28 2002/05/29 06:40:29 robertj * Changed sending of endSession/ReleaseComplete PDU's to occur immediately * on call clearance and not wait for background thread to do it. * Stricter compliance by waiting for reply endSession before closing down. * * Revision 1.27 2002/05/28 06:15:09 robertj * Split UDP (for RAS) from RTP port bases. * Added current port variable so cycles around the port range specified which * fixes some wierd problems on some platforms, thanks Federico Pinna * * Revision 1.26 2002/05/17 03:38:05 robertj * Fixed problems with H.235 authentication on RAS for server and client. * * Revision 1.25 2002/05/16 00:03:05 robertj * Added function to get the tokens for all active calls. * Improved documentation for use of T.38 and T.120 functions. * * Revision 1.24 2002/05/15 08:59:18 rogerh * Update comments * * Revision 1.23 2002/05/03 05:38:15 robertj * Added Q.931 Keypad IE mechanism for user indications (DTMF). * * Revision 1.22 2002/05/02 07:56:24 robertj * Added automatic clearing of call if no media (RTP data) is transferred in a * configurable (default 5 minutes) amount of time. * * Revision 1.21 2002/04/18 01:41:07 robertj * Fixed bad variable name for disabling DTMF detection, very confusing. * * Revision 1.20 2002/04/17 00:49:56 robertj * Added ability to disable the in band DTMF detection. * * Revision 1.19 2002/04/10 06:48:47 robertj * Added functions to set port member variables. * * Revision 1.18 2002/03/14 03:49:38 dereks * Fix minor documentation error. * * Revision 1.17 2002/02/04 07:17:52 robertj * Added H.450.2 Consultation Transfer, thanks Norwood Systems. * * Revision 1.16 2002/01/24 06:29:02 robertj * Added option to disable H.245 negotiation in SETUP pdu, this required * API change so have a bit mask instead of a series of booleans. * * Revision 1.15 2002/01/17 07:04:58 robertj * Added support for RFC2833 embedded DTMF in the RTP stream. * * Revision 1.14 2002/01/13 23:59:43 robertj * Added CallTransfer timeouts to endpoint, hanks Ben Madsen of Norwood Systems. * * Revision 1.13 2002/01/08 04:45:35 robertj * Added MakeCallLocked() so can start a call with the H323Connection instance * initally locked so can do things to it before the call really starts. * * Revision 1.12 2001/12/22 03:20:44 robertj * Added create protocol function to H323Connection. * * Revision 1.11 2001/12/13 10:55:30 robertj * Added gatekeeper access token OID specification for auto inclusion of * access tokens frm ACF to SETUP pdu. * * Revision 1.10 2001/11/09 05:39:54 craigs * Added initial T.38 support thanks to Adam Lazur * * Revision 1.9 2001/11/01 00:27:33 robertj * Added default Fast Start disabled and H.245 tunneling disable flags * to the endpoint instance. * * Revision 1.8 2001/09/11 01:24:36 robertj * Added conditional compilation to remove video and/or audio codecs. * * Revision 1.7 2001/09/11 00:21:21 robertj * Fixed missing stack sizes in endpoint for cleaner thread and jitter thread. * * Revision 1.6 2001/08/24 14:03:26 rogerh * Fix some spelling mistakes * * Revision 1.5 2001/08/16 07:49:16 robertj * Changed the H.450 support to be more extensible. Protocol handlers * are now in separate classes instead of all in H323Connection. * * Revision 1.4 2001/08/10 11:03:49 robertj * Major changes to H.235 support in RAS to support server. * * Revision 1.3 2001/08/08 23:54:11 robertj * Fixed problem with setting gk password before have a gk variable. * * Revision 1.2 2001/08/06 03:15:17 robertj * Improved access to H.235 secure RAS functionality. * * Revision 1.1 2001/08/06 03:08:11 robertj * Fission of h323.h to h323ep.h & h323con.h, h323.h now just includes files. * */ #ifndef __OPAL_H323EP_H #define __OPAL_H323EP_H #include "h323.h" #include "h323con.h" #include "h235auth.h" #ifdef H323_TRANSNEXUS_OSP #include "opalosp.h" #endif /* The following classes have forward references to avoid including the VERY large header files for H225 and H245. If an application requires access to the protocol classes they can include them, but for simple usage their inclusion can be avoided. */ class H225_EndpointType; class H225_VendorIdentifier; class H225_H221NonStandard; class H225_ServiceControlDescriptor; class H323SignalPDU; class H323ConnectionsCleaner; class H323ServiceControlSession; #ifdef H323_T120 class OpalT120Protocol; #endif #ifdef H323_T38 class OpalT38Protocol; #endif #ifdef P_STUN class PSTUNClient; #endif #ifdef P_USE_PRAGMA #pragma interface #endif /////////////////////////////////////////////////////////////////////////////// /**This class manages the H323 endpoint. An endpoint may have zero or more listeners to create incoming connections or zero or more outgoing conenctions initiated via the MakeCall() function. Once a conection exists it is managed by this class instance. The main thing this class embodies is the capabilities of the application, that is the codecs and protocols it is capable of. An application may create a descendent off this class and overide the CreateConnection() function, if they require a descendent of H323Connection to be created. This would be quite likely in most applications. */ class H323EndPoint : public PObject { PCLASSINFO(H323EndPoint, PObject); public: enum { DefaultTcpPort = 1720 }; /**@name Construction */ //@{ /**Create a new endpoint. */ H323EndPoint(); /**Destroy endpoint. */ ~H323EndPoint(); /**Set the endpoint information in H225 PDU's. */ virtual void SetEndpointTypeInfo( H225_EndpointType & info ) const; /**Set the vendor information in H225 PDU's. */ virtual void SetVendorIdentifierInfo( H225_VendorIdentifier & info ) const; /**Set the H221NonStandard information in H225 PDU's. */ virtual void SetH221NonStandardInfo( H225_H221NonStandard & info ) const; //@} /**@name Capabilities */ //@{ /**Add a codec to the capabilities table. This will assure that the assignedCapabilityNumber field in the codec is unique for all codecs installed on this endpoint. If the specific instnace of the capability is already in the table, it is not added again. Ther can be multiple instances of the same capability class however. */ void AddCapability( H323Capability * capability ///< New codec specification ); /**Set the capability descriptor lists. This is three tier set of codecs. The top most level is a list of particular capabilities. Each of these consists of a list of alternatives that can operate simultaneously. The lowest level is a list of codecs that cannot operate together. See H323 section 6.2.8.1 and H245 section 7.2 for details. If descriptorNum is P_MAX_INDEX, the the next available index in the array of descriptors is used. Similarly if simultaneous is P_MAX_INDEX the the next available SimultaneousCapabilitySet is used. The return value is the index used for the new entry. Note if both are P_MAX_INDEX then the return value is the descriptor index as the simultaneous index must be zero. Note that the capability specified here is automatically added to the capability table using the AddCapability() function. A specific instance of a capability is only ever added once, so multiple SetCapability() calls with the same H323Capability pointer will only add that capability once. */ PINDEX SetCapability( PINDEX descriptorNum, ///< The member of the capabilityDescriptor to add PINDEX simultaneous, ///< The member of the SimultaneousCapabilitySet to add H323Capability * cap ///< New capability specification ); /**Add all matching capabilities in list. All capabilities that match the specified name are added. See the capabilities code for details on the matching algorithm. */ PINDEX AddAllCapabilities( PINDEX descriptorNum, ///< The member of the capabilityDescriptor to add PINDEX simultaneous, ///< The member of the SimultaneousCapabilitySet to add const PString & name ///< New capabilities name, if using "known" one. ); /**Add all user input capabilities to this endpoints capability table. */ void AddAllUserInputCapabilities( PINDEX descriptorNum, ///< The member of the capabilityDescriptor to add PINDEX simultaneous ///< The member of the SimultaneousCapabilitySet to add ); /**Remove capabilites in table. */ void RemoveCapabilities( const PStringArray & codecNames ); /**Reorder capabilites in table. */ void ReorderCapabilities( const PStringArray & preferenceOrder ); /**Find a capability that has been registered. */ H323Capability * FindCapability( const H245_Capability & cap ///< H245 capability table entry ) const; /**Find a capability that has been registered. */ H323Capability * FindCapability( const H245_DataType & dataType ///< H245 data type of codec ) const; /**Find a capability that has been registered. */ H323Capability * FindCapability( H323Capability::MainTypes mainType, ///< Main type of codec unsigned subType ///< Subtype of codec ) const; //@} /**@name Gatekeeper management */ //@{ /**Use and register with an explicit gatekeeper. This will call other functions according to the following table: address identifier function empty empty DiscoverGatekeeper() non-empty empty SetGatekeeper() empty non-empty LocateGatekeeper() non-empty non-empty SetGatekeeperZone() The localAddress field, if non-empty, indicates the interface on which to look for the gatekeeper. An empty string is equivalent to "ip$*:*" which is any interface or port. If the endpoint is already registered with a gatekeeper that meets the same criteria then the gatekeeper is not changed, otherwise it is deleted (with unregistration) and new one created and registered to. */ BOOL UseGatekeeper( const PString & address = PString::Empty(), ///< Address of gatekeeper to use. const PString & identifier = PString::Empty(), ///< Identifier of gatekeeper to use. const PString & localAddress = PString::Empty() ///< Local interface to use. ); /**Select and register with an explicit gatekeeper. This will use the specified transport and a string giving a transport dependent address to locate a specific gatekeeper. The endpoint will register with that gatekeeper and, if successful, set it as the current gatekeeper used by this endpoint. Note the transport being passed in will be deleted by this function or the H323Gatekeeper object it becomes associated with. Also if transport is NULL then a H323TransportUDP is created. */ BOOL SetGatekeeper( const PString & address, ///< Address of gatekeeper to use. H323Transport * transport = NULL ///< Transport over which to talk to gatekeeper. ); /**Select and register with an explicit gatekeeper and zone. This will use the specified transport and a string giving a transport dependent address to locate a specific gatekeeper. The endpoint will register with that gatekeeper and, if successful, set it as the current gatekeeper used by this endpoint. The gatekeeper identifier is set to the spplied parameter to allow the gatekeeper to either allocate a zone or sub-zone, or refuse to register if the zones do not match. Note the transport being passed in will be deleted by this function or the H323Gatekeeper object it becomes associated with. Also if transport is NULL then a H323TransportUDP is created. */ BOOL SetGatekeeperZone( const PString & address, ///< Address of gatekeeper to use. const PString & identifier, ///< Identifier of gatekeeper to use. H323Transport * transport = NULL ///< Transport over which to talk to gatekeeper. ); /**Locate and select gatekeeper. This function will use the automatic gatekeeper discovery methods to locate the gatekeeper on the particular transport that has the specified gatekeeper identifier name. This is often the "Zone" for the gatekeeper. Note the transport being passed in will be deleted becomes owned by the H323Gatekeeper created by this function and will be deleted by it. Also if transport is NULL then a H323TransportUDP is created. */ BOOL LocateGatekeeper( const PString & identifier, ///< Identifier of gatekeeper to locate. H323Transport * transport = NULL ///< Transport over which to talk to gatekeeper. ); /**Discover and select gatekeeper. This function will use the automatic gatekeeper discovery methods to locate the first gatekeeper on a particular transport. Note the transport being passed in will be deleted becomes owned by the H323Gatekeeper created by this function and will be deleted by it. Also if transport is NULL then a H323TransportUDP is created. */ BOOL DiscoverGatekeeper( H323Transport * transport = NULL ///< Transport over which to talk to gatekeeper. ); /**Create a gatekeeper. This allows the application writer to have the gatekeeper as a descendent of the H323Gatekeeper in order to add functionality to the base capabilities in the library. The default creates an instance of the H323Gatekeeper class. */ virtual H323Gatekeeper * CreateGatekeeper( H323Transport * transport ///< Transport over which gatekeepers communicates. ); /**Get the gatekeeper we are registered with. */ H323Gatekeeper * GetGatekeeper() const { return gatekeeper; } /**Return if endpoint is registered with gatekeeper. */ BOOL IsRegisteredWithGatekeeper() const; /**Unregister and delete the gatekeeper we are registered with. The return value indicates FALSE if there was an error during the unregistration. However the gatekeeper is still removed and its instance deleted regardless of this error. */ BOOL RemoveGatekeeper( int reason = -1 ///< Reason for gatekeeper removal ); /**Set the H.235 password for the gatekeeper. */ virtual void SetGatekeeperPassword( const PString & password ); /**Get the H.235 password for the gatekeeper. */ virtual const PString & GetGatekeeperPassword() const { return gatekeeperPassword; } /**Create a list of authenticators for gatekeeper. */ virtual H235Authenticators CreateAuthenticators(); /**Called when the gatekeeper sends a GatekeeperConfirm */ virtual void OnGatekeeperConfirm(); /**Called when the gatekeeper sends a GatekeeperReject */ virtual void OnGatekeeperReject(); /**Called when the gatekeeper sends a RegistrationConfirm */ virtual void OnRegistrationConfirm(); /**Called when the gatekeeper sends a RegistrationReject */ virtual void OnRegistrationReject(); //@} #ifdef H323_TRANSNEXUS_OSP /**@name OSP server management */ //@{ /**Add an OSP provider to the endpoint This allows for the lookup of destinations via an OSP server. Note that there can be only one OSP provider per endpoint, so any existing provider will be destroyed */ inline int SetOSPProvider( const PString & server ) { return SetOSPProvider(server, PDirectory()); } virtual int SetOSPProvider( const PString & server, const PDirectory & ospDir ); virtual void SetOSPProvider( OpalOSP::Provider * provider ); /** Get the current OSP provider (if any) */ virtual OpalOSP::Provider * GetOSPProvider() { return ospProvider; } #endif /**@name Connection management */ //@{ /**Add a listener to the endpoint. This allows for the automatic creating of incoming call connections. An application should use OnConnectionEstablished() to monitor when calls have arrived and been successfully negotiated. Note if this returns TRUE, then the endpoint is responsible for deleting the H323Listener listener object. If FALSE is returned then the object is not deleted and it is up to the caller to release the memory allocated for the object. If a listener already exists on the same transport address then it is ignored, but TRUE is still returned. The caller does not need to delete the object. */ BOOL StartListener( H323Listener * listener ///< Transport dependent listener. ); /**Add a listener to the endpoint. This allows for the automatic creating of incoming call connections. An application should use OnConnectionEstablished() to monitor when calls have arrived and been successfully negotiated. If a listener already exists on the same address then it is ignored, but TRUE is still returned. If the iface string is empty then "*" is assumed which will listen on the standard TCP port on INADDR_ANY. */ BOOL StartListener( const H323TransportAddress & iface ///< Address of interface to listen on. ); /**Add listeners to the endpoint. Set the collection of listeners which will allow the automatic creating of incoming call connections. An application should use OnConnectionEstablished() to monitor when calls have arrived and been successfully negotiated. If a listener already exists on the interface specified in the list then it is ignored. If a listener does not yet exist a new one is created and if a listener is running that is not in the list then it is stopped and removed. If the array is empty then the string "*" is assumed which will listen on the standard TCP port on INADDR_ANY. Returns TRUE if at least one interface was successfully started. */ BOOL StartListeners( const H323TransportAddressArray & ifaces ///< Interfaces to listen on. ); /**Remove a listener from the endpoint. If the listener parameter is NULL then all listeners are removed. */ BOOL RemoveListener( H323Listener * listener ///< Transport dependent listener. ); /**Return a list of the transport addresses for all listeners on this endpoint */ H323TransportAddressArray GetInterfaceAddresses( BOOL excludeLocalHost = TRUE, ///< Flag to exclude 127.0.0.1 H323Transport * associatedTransport = NULL ///< Associated transport for precedence and translation ); /**Make a call to a remote party. An appropriate transport is determined from the remoteParty parameter. The general form for this parameter is [alias@][transport$]host[:port] where the default alias is the same as the host, the default transport is "ip" and the default port is 1720. This function returns almost immediately with the call occurring in a new background thread. Note that the call could be created and cleared ie OnConnectionCleared is called BEFORE this function returns. It is guaranteed that the token variable is set before OnConnectionCleared called. Note, the returned pointer to the connection is not locked and may be deleted at any time. This is extremely unlikely immediately after the function is called, but you should not keep this pointer beyond that brief time. The the FindConnectionWithLock() function for future references to the connection object. It is recommended that MakeCallLocked() be usedin instead. */ H323Connection * MakeCall( const PString & remoteParty, ///< Remote party to call PString & token, ///< String to receive token for connection void * userData = NULL ///< user data to pass to CreateConnection ); /**Make a call to a remote party using the specified transport. The remoteParty may be a hostname, alias or other user name that is to be passed to the transport, if present. If the transport parameter is NULL the transport is determined from the remoteParty description. This function returns almost immediately with the call occurring in a new background thread. Note that the call could be created and cleared ie OnConnectionCleared is called BEFORE this function returns. It is guaranteed that the token variable is set before OnConnectionCleared called. Note, the returned pointer to the connection is not locked and may be deleted at any time. This is extremely unlikely immediately after the function is called, but you should not keep this pointer beyond that brief time. The the FindConnectionWithLock() function for future references to the connection object. It is recommended that MakeCallLocked() be usedin instead. */ H323Connection * MakeCall( const PString & remoteParty, ///< Remote party to call H323Transport * transport, ///< Transport to use for call. PString & token, ///< String to receive token for connection void * userData = NULL ///< user data to pass to CreateConnection ); /**Make a call to a remote party using the specified transport. The remoteParty may be a hostname, alias or other user name that is to be passed to the transport, if present. If the transport parameter is NULL the transport is determined from the remoteParty description. This function returns almost immediately with the call occurring in a new background thread. However the call will not progress very far */ H323Connection * MakeCallLocked( const PString & remoteParty, ///< Remote party to call PString & token, ///< String to receive token for connection void * userData = NULL, ///< user data to pass to CreateConnection H323Transport * transport = NULL ///< Transport to use for call. ); #ifdef H323_H450 /**Setup the transfer of an existing call (connection) to a new remote party using H.450.2. This sends a Call Transfer Setup Invoke message from the B-Party (transferred endpoint) to the C-Party (transferred-to endpoint). If the transport parameter is NULL the transport is determined from the remoteParty description. The general form for this parameter is [alias@][transport$]host[:port] where the default alias is the same as the host, the default transport is "ip" and the default port is 1720. This function returns almost immediately with the transfer occurring in a new background thread. Note, the returned pointer to the connection is not locked and may be deleted at any time. This is extremely unlikely immediately after the function is called, but you should not keep this pointer beyond that brief time. The the FindConnectionWithLock() function for future references to the connection object. This function is declared virtual to allow an application to override the function and get the new call token of the forwarded call. */ virtual H323Connection * SetupTransfer( const PString & token, ///< Existing connection to be transferred const PString & callIdentity, ///< Call identity of the secondary call (if it exists) const PString & remoteParty, ///< Remote party to transfer the existing call to PString & newToken, ///< String to receive token for the new connection void * userData = NULL ///< user data to pass to CreateConnection ); /**Initiate the transfer of an existing call (connection) to a new remote party using H.450.2. This sends a Call Transfer Initiate Invoke message from the A-Party (transferring endpoint) to the B-Party (transferred endpoint). */ void TransferCall( const PString & token, ///< Existing connection to be transferred const PString & remoteParty, ///< Remote party to transfer the existing call to const PString & callIdentity = PString::Empty() ///< Call Identity of secondary call if present ); /**Transfer the call through consultation so the remote party in the primary call is connected to the called party in the second call using H.450.2. This sends a Call Transfer Identify Invoke message from the A-Party (transferring endpoint) to the C-Party (transferred-to endpoint). */ void ConsultationTransfer( const PString & primaryCallToken, ///< Token of primary call const PString & secondaryCallToken ///< Token of secondary call ); /**Place the call on hold, suspending all media channels (H.450.4) * NOTE: Only Local Hold is implemented so far. */ void HoldCall( const PString & token, ///< Existing connection to be transferred BOOL localHold ///< true for Local Hold, false for Remote Hold ); /** Initiate Call intrusion Designed similar to MakeCall function */ H323Connection * IntrudeCall( const PString & remoteParty, ///< Remote party to intrude call PString & token, ///< String to receive token for connection unsigned capabilityLevel, ///< Capability level void * userData = NULL ///< user data to pass to CreateConnection ); H323Connection * IntrudeCall( const PString & remoteParty, ///< Remote party to intrude call H323Transport * transport, ///< Transport to use for call. PString & token, ///< String to receive token for connection unsigned capabilityLevel, ///< Capability level void * userData = NULL ///< user data to pass to CreateConnection ); #endif // H323_H450 /**Parse a party address into alias and transport components. An appropriate transport is determined from the remoteParty parameter. The general form for this parameter is [alias@][transport$]host[:port] where the default alias is the same as the host, the default transport is "ip" and the default port is 1720. */ BOOL ParsePartyName( const PString & party, ///< Party name string. PString & alias, ///< Parsed alias name H323TransportAddress & address ///< Parsed transport address ); /**Clear a current connection. This hangs up the connection to a remote endpoint. Note that this function is asynchronous */ virtual BOOL ClearCall( const PString & token, ///< Token for identifying connection H323Connection::CallEndReason reason = H323Connection::EndedByLocalUser ///< Reason for call clearing ); /**Clear a current connection. This hangs up the connection to a remote endpoint. Note that these functions are synchronous */ virtual BOOL ClearCallSynchronous( const PString & token, ///< Token for identifying connection H323Connection::CallEndReason reason = H323Connection::EndedByLocalUser ///< Reason for call clearing ); virtual BOOL ClearCallSynchronous( const PString & token, ///< Token for identifying connection H323Connection::CallEndReason reason, ///< Reason for call clearing PSyncPoint * sync ); /**Clear all current connections. This hangs up all the connections to remote endpoints. The wait parameter is used to wait for all the calls to be cleared and their memory usage cleaned up before returning. This is typically used in the destructor for your descendant of H323EndPoint. */ virtual void ClearAllCalls( H323Connection::CallEndReason reason = H323Connection::EndedByLocalUser, ///< Reason for call clearing BOOL wait = TRUE ///< Flag for wait for calls to e cleared. ); /**Determine if a connection is active. */ virtual BOOL HasConnection( const PString & token ///< Token for identifying connection ); /**Find a connection that uses the specified token. This searches the endpoint for the connection that contains the token as provided by functions such as MakeCall() (as built by the BuildConnectionToken() function). if not found it will then search for the string representation of the CallIdentifier for the connection, and finally try for the string representation of the ConferenceIdentifier. Note the caller of this function MUSt call the H323Connection::Unlock() function if this function returns a non-NULL pointer. If it does not then a deadlock can occur. */ H323Connection * FindConnectionWithLock( const PString & token ///< Token to identify connection ); /**Get all calls current on the endpoint. */ PStringList GetAllConnections(); /**Call back for incoming call. This function is called from the OnReceivedSignalSetup() function before it sends the Alerting PDU. It gives an opportunity for an application to alter the reply before transmission to the other endpoint. If FALSE is returned the connection is aborted and a Release Complete PDU is sent. The default behaviour simply returns TRUE. */ virtual BOOL OnIncomingCall( H323Connection & connection, ///< Connection that was established const H323SignalPDU & setupPDU, ///< Received setup PDU H323SignalPDU & alertingPDU ///< Alerting PDU to send ); virtual BOOL OnIncomingCall( H323Connection & connection, ///< Connection that was established const H323SignalPDU & setupPDU, ///< Received setup PDU H323SignalPDU & alertingPDU, ///< Alerting PDU to send H323Connection::CallEndReason & reason ///< reason for call refusal, if returned false ); /**Handle a connection transfer. This gives the application an opportunity to abort the transfer. The default behaviour just returns TRUE. */ virtual BOOL OnCallTransferInitiate( H323Connection & connection, ///< Connection to transfer const PString & remoteParty ///< Party transferring to. ); /**Handle a transfer via consultation. This gives the transferred-to user an opportunity to abort the transfer. The default behaviour just returns TRUE. */ virtual BOOL OnCallTransferIdentify( H323Connection & connection ///< Connection to transfer ); /** * Callback for ARQ send to a gatekeeper. This allows the endpoint * to change or check fields in the ARQ before it is sent. */ virtual void OnSendARQ( H323Connection & conn, H225_AdmissionRequest & arq ); /**Call back for answering an incoming call. This function is called from the OnReceivedSignalSetup() function before it sends the Connect PDU. It gives an opportunity for an application to alter the reply before transmission to the other endpoint. It also gives an application time to wait for some event before signalling to the endpoint that the connection is to proceed. For example the user pressing an "Answer call" button. If AnswerCallDenied is returned the connection is aborted and a Release Complete PDU is sent. If AnswerCallNow is returned then the H.323 protocol proceeds. Finally if AnswerCallPending is returned then the protocol negotiations are paused until the AnsweringCall() function is called. The default behaviour simply returns AnswerNow. */ virtual H323Connection::AnswerCallResponse OnAnswerCall( H323Connection & connection, ///< Connection that was established const PString & callerName, ///< Name of caller const H323SignalPDU & setupPDU, ///< Received setup PDU H323SignalPDU & connectPDU ///< Connect PDU to send. ); /**Call back for remote party being alerted. This function is called from the SendSignalSetup() function after it receives the optional Alerting PDU from the remote endpoint. That is when the remote "phone" is "ringing". If FALSE is returned the connection is aborted and a Release Complete PDU is sent. The default behaviour simply returns TRUE. */ virtual BOOL OnAlerting( H323Connection & connection, ///< Connection that was established const H323SignalPDU & alertingPDU, ///< Received Alerting PDU const PString & user ///< Username of remote endpoint ); /**A call back function when a connection indicates it is to be forwarded. An H323 application may handle this call back so it can make complicated decisions on if the call forward ius to take place. If it decides to do so it must call MakeCall() and return TRUE. The default behaviour simply returns FALSE and that the automatic call forwarding should take place. See ForwardConnection() */ virtual BOOL OnConnectionForwarded( H323Connection & connection, ///< Connection to be forwarded const PString & forwardParty, ///< Remote party to forward to const H323SignalPDU & pdu ///< Full PDU initiating forwarding ); /**Forward the call using the same token as the specified connection. Return TRUE if the call is being redirected. The default behaviour will replace the current call in the endpoints call list using the same token as the call being redirected. Not that even though the same token is being used the actual object is completely mad anew. */ virtual BOOL ForwardConnection( H323Connection & connection, ///< Connection to be forwarded const PString & forwardParty, ///< Remote party to forward to const H323SignalPDU & pdu ///< Full PDU initiating forwarding ); /**A call back function whenever a connection is established. This indicates that a connection to a remote endpoint was established with a control channel and zero or more logical channels. The default behaviour does nothing. */ virtual void OnConnectionEstablished( H323Connection & connection, ///< Connection that was established const PString & token ///< Token for identifying connection ); /**Determine if a connection is established. */ virtual BOOL IsConnectionEstablished( const PString & token ///< Token for identifying connection ); /**A call back function whenever a connection is broken. This indicates that a connection to a remote endpoint is no longer available. The default behaviour does nothing. */ virtual void OnConnectionCleared( H323Connection & connection, ///< Connection that was established const PString & token ///< Token for identifying connection ); /**Build a unique token for the connection. This identifies the call using the Q931 transport host name and the Q931 call reference number. */ static PString BuildConnectionToken( const H323Transport & transport, ///< Transport for connection unsigned callReference, ///< Call reference of Q.931 link BOOL fromRemote ///< Call reference is from remote endpoint ); /**Handle a new incoming connection. This will examine the setup PDU and either attach the signalling transport to an existing connection that has the same Q.931 call reference, or creates a new connection using CreateConnection(). */ virtual H323Connection * OnIncomingConnection( H323Transport * transport, ///< Transport for connection H323SignalPDU & setupPDU ///< Setup PDU ); /**Called when an outgoing call connects If FALSE is returned the connection is aborted and a Release Complete PDU is sent. The default behaviour simply returns TRUE. */ virtual BOOL OnOutgoingCall( H323Connection & conn, const H323SignalPDU & connectPDU ); /**Create a connection that uses the specified call reference. */ virtual H323Connection * CreateConnection( unsigned callReference, ///< Call reference to use void * userData, ///< user data to pass to CreateConnection H323Transport * transport, ///< Transport for connection H323SignalPDU * setupPDU ///< Setup PDU, NULL if outgoing call ); virtual H323Connection * CreateConnection( unsigned callReference, ///< Call reference to use void * userData ///< user data to pass to CreateConnection ); virtual H323Connection * CreateConnection( unsigned callReference ///< Call reference to use ); /**Clean up connections. This function is called from a background thread and checks for closed connections to clean up. This would not normally be called by an application. */ virtual void CleanUpConnections(); //@} /**@name Logical Channels management */ //@{ /**Call back for opening a logical channel. The default behaviour simply returns TRUE. */ virtual BOOL OnStartLogicalChannel( H323Connection & connection, ///< Connection for the channel H323Channel & channel ///< Channel being started ); /**Call back for closed a logical channel. The default behaviour does nothing. */ virtual void OnClosedLogicalChannel( H323Connection & connection, ///< Connection for the channel const H323Channel & channel ///< Channel being started ); #ifndef NO_H323_AUDIO_CODECS /**Open a channel for use by an audio codec. The H323AudioCodec class will use this function to open the channel to read/write PCM data. The default function creates a PSoundChannel using the member variables soundChannelPlayDevice or soundChannelRecordDevice. */ virtual BOOL OpenAudioChannel( H323Connection & connection, ///< Connection for the channel BOOL isEncoding, ///< Direction of data flow unsigned bufferSize, ///< Size of each sound buffer H323AudioCodec & codec ///< codec that is doing the opening ); #endif #ifndef NO_H323_VIDEO /**Open a channel for use by an video codec. The H323VideoCodec class will use this function to open the channel to read/write image data (which is one frame in a video stream - YUV411 format). The default function creates a PVideoChannel using the member variables. */ virtual BOOL OpenVideoChannel( H323Connection & connection, ///< Connection for the channel BOOL isEncoding, ///< Direction of data flow H323VideoCodec & codec ///< codec doing the opening ); #endif // NO_H323_VIDEO /**Callback from the RTP session for statistics monitoring. This is called every so many packets on the transmitter and receiver threads of the RTP session indicating that the statistics have been updated. The default behaviour does nothing. */ virtual void OnRTPStatistics( const H323Connection & connection, ///< Connection for the channel const RTP_Session & session ///< Session with statistics ) const; //@} /**@name Indications */ //@{ /**Call back for remote enpoint has sent user input as a string. The default behaviour does nothing. */ virtual void OnUserInputString( H323Connection & connection, ///< Connection for the input const PString & value ///< String value of indication ); /**Call back for remote enpoint has sent user input. The default behaviour calls H323Connection::OnUserInputTone(). */ virtual void OnUserInputTone( H323Connection & connection, ///< Connection for the input char tone, ///< DTMF tone code unsigned duration, ///< Duration of tone in milliseconds unsigned logicalChannel, ///< Logical channel number for RTP sync. unsigned rtpTimestamp ///< RTP timestamp in logical channel sync. ); /**Call back from GK admission confirm to notify the Endpoint it is behind a NAT (GNUGK Gatekeeper) The default does nothing. Override this to notify the user they are behind a NAT. */ virtual void OnGatekeeperNATDetect( PIPSocket::Address publicAddr, /// Public address as returned by the Gatekeeper PString & gkIdentifier, /// Identifier at the gatekeeper H323TransportAddress & gkRouteAddress /// Gatekeeper Route Address ); //@} #ifdef H323_H248 /**@name Service Control */ //@{ /**Call back for HTTP based Service Control. An application may override this to use an HTTP based channel using a resource designated by the session ID. For example the session ID can correspond to a browser window and the The default behaviour does nothing. */ virtual void OnHTTPServiceControl( unsigned operation, ///< Control operation unsigned sessionId, ///< Session ID for HTTP page const PString & url ///< URL to use. ); /**Call back for call credit information. An application may override this to display call credit information on registration, or when a call is started. The canDisplayAmountString member variable must also be set to TRUE for this to operate. The default behaviour does nothing. */ virtual void OnCallCreditServiceControl( const PString & amount, ///< UTF-8 string for amount, including currency. BOOL mode ///< Flag indicating that calls will debit the account. ); /**Handle incoming service control session information. Default behaviour calls session.OnChange() */ virtual void OnServiceControlSession( unsigned type, unsigned sessionid, const H323ServiceControlSession & session, H323Connection * connection ); /**Create the service control session object. */ virtual H323ServiceControlSession * CreateServiceControlSession( const H225_ServiceControlDescriptor & contents ); //@} #endif // H323_H248 /**@name Other services */ //@{ #ifdef H323_T120 /**Create an instance of the T.120 protocol handler. This is called when the OpenLogicalChannel subsystem requires that a T.120 channel be established. Note that if the application overrides this it should return a pointer to a heap variable (using new) as it will be automatically deleted when the H323Connection is deleted. The default behavour returns NULL. */ virtual OpalT120Protocol * CreateT120ProtocolHandler( const H323Connection & connection ///< Connection for which T.120 handler created ) const; #endif #ifdef H323_T38 /**Create an instance of the T.38 protocol handler. This is called when the OpenLogicalChannel subsystem requires that a T.38 fax channel be established. Note that if the application overrides this it should return a pointer to a heap variable (using new) as it will be automatically deleted when the H323Connection is deleted. The default behavour returns NULL. */ virtual OpalT38Protocol * CreateT38ProtocolHandler( const H323Connection & connection ///< Connection for which T.38 handler created ) const; //@} #endif /**@name Additional call services */ //@{ /** Called when an endpoint receives a SETUP PDU with a conference goal of "invite" The default behaviour is to return FALSE, which will close the connection */ virtual BOOL OnConferenceInvite( const H323SignalPDU & setupPDU ); /** Called when an endpoint receives a SETUP PDU with a conference goal of "callIndependentSupplementaryService" The default behaviour is to return FALSE, which will close the connection */ virtual BOOL OnCallIndependentSupplementaryService( const H323SignalPDU & setupPDU ); /** Called when an endpoint receives a SETUP PDU with a conference goal of "capability_negotiation" The default behaviour is to return FALSE, which will close the connection */ virtual BOOL OnNegotiateConferenceCapabilities( const H323SignalPDU & setupPDU ); //@} /**@name Member variable access */ //@{ /**Set the user name to be used for the local end of any connections. This defaults to the logged in user as obtained from the PProcess::GetUserName() function. Note that this name is technically the first alias for the endpoint. Additional aliases may be added by the use of the AddAliasName() function, however that list will be cleared when this function is used. */ virtual void SetLocalUserName( const PString & name ///< Local name of endpoint (prime alias) ); /**Get the user name to be used for the local end of any connections. This defaults to the logged in user as obtained from the PProcess::GetUserName() function. */ virtual const PString & GetLocalUserName() const { return localAliasNames[0]; } /**Add an alias name to be used for the local end of any connections. If the alias name already exists in the list then is is not added again. The list defaults to the value set in the SetLocalUserName() function. Note that calling SetLocalUserName() will clear the alias list. */ BOOL AddAliasName( const PString & name ///< New alias name to add ); /**Remove an alias name used for the local end of any connections. defaults to an empty list. */ BOOL RemoveAliasName( const PString & name ///< New alias namer to add ); /**Get the user name to be used for the local end of any connections. This defaults to the logged in user as obtained from the PProcess::GetUserName() function. */ const PStringList & GetAliasNames() const { return localAliasNames; } #if P_LDAP /**Get the default ILS server to use for user lookup. */ const PString & GetDefaultILSServer() const { return ilsServer; } /**Set the default ILS server to use for user lookup. */ void SetDefaultILSServer( const PString & server ) { ilsServer = server; } #endif /**Get the default fast start mode. */ BOOL IsFastStartDisabled() const { return disableFastStart; } /**Set the default fast start mode. */ void DisableFastStart( BOOL mode ///< New default mode ) { disableFastStart = mode; } /**Get the default H.245 tunneling mode. */ BOOL IsH245TunnelingDisabled() const { return disableH245Tunneling; } /**Set the default H.245 tunneling mode. */ void DisableH245Tunneling( BOOL mode ///< New default mode ) { disableH245Tunneling = mode; } /**Get the default H.245 tunneling mode. */ BOOL IsH245inSetupDisabled() const { return disableH245inSetup; } /**Set the default H.245 tunneling mode. */ void DisableH245inSetup( BOOL mode ///< New default mode ) { disableH245inSetup = mode; } /**Get the detect in-band DTMF flag. */ BOOL DetectInBandDTMFDisabled() const { return disableDetectInBandDTMF; } /**Set the detect in-band DTMF flag. */ void DisableDetectInBandDTMF( BOOL mode ///< New default mode ) { disableDetectInBandDTMF = mode; } /**Get the flag indicating the endpoint can display an amount string. */ BOOL CanDisplayAmountString() const { return canDisplayAmountString; } /**Set the flag indicating the endpoint can display an amount string. */ void SetCanDisplayAmountString( BOOL mode ///< New default mode ) { canDisplayAmountString = mode; } /**Get the flag indicating the call will automatically clear after a time. */ BOOL CanEnforceDurationLimit() const { return canEnforceDurationLimit; } /**Set the flag indicating the call will automatically clear after a time. */ void SetCanEnforceDurationLimit( BOOL mode ///< New default mode ) { canEnforceDurationLimit = mode; } #ifdef H323_H450 /**Get Call Intrusion Protection Level of the end point. */ unsigned GetCallIntrusionProtectionLevel() const { return callIntrusionProtectionLevel; } /**Set Call Intrusion Protection Level of the end point. */ void SetCallIntrusionProtectionLevel( unsigned level ///< New level from 0 to 3 ) { PAssert(level<=3, PInvalidParameter); callIntrusionProtectionLevel = level; } /**Called from H.450 OnReceivedInitiateReturnError */ virtual void OnReceivedInitiateReturnError(); #endif // H323_H450 #ifdef H323_AUDIO_CODECS #ifdef P_AUDIO /**Set the name for the sound channel to be used for output. If the name is not suitable for use with the PSoundChannel class then the function will return FALSE and not change the device. This defaults to the value of the PSoundChannel::GetDefaultDevice() function. */ virtual BOOL SetSoundChannelPlayDevice(const PString & name); virtual BOOL SetSoundChannelPlayDriver(const PString & name); /**Get the name for the sound channel to be used for output. This defaults to the value of the PSoundChannel::GetDefaultDevice() function. */ const PString & GetSoundChannelPlayDevice() const { return soundChannelPlayDevice; } const PString & GetSoundChannelPlayDriver() const { return soundChannelPlayDriver; } /**Set the name for the sound channel to be used for input. If the name is not suitable for use with the PSoundChannel class then the function will return FALSE and not change the device. This defaults to the value of the PSoundChannel::GetDefaultDevice() function. */ virtual BOOL SetSoundChannelRecordDevice(const PString & name); virtual BOOL SetSoundChannelRecordDriver(const PString & name); /**Get the name for the sound channel to be used for input. This defaults to the value of the PSoundChannel::GetDefaultDevice() function. */ const PString & GetSoundChannelRecordDevice() const { return soundChannelRecordDevice; } const PString & GetSoundChannelRecordDriver() const { return soundChannelRecordDriver; } /**Get default the sound channel buffer depth. */ unsigned GetSoundChannelBufferDepth() const { return soundChannelBuffers; } /**Set the default sound channel buffer depth. */ void SetSoundChannelBufferDepth( unsigned depth ///< New depth ); #endif // P_AUDIO /**Get the default silence detection mode. */ H323AudioCodec::SilenceDetectionMode GetSilenceDetectionMode() const { return defaultSilenceDetection; } /**Set the default silence detection mode. */ void SetSilenceDetectionMode( H323AudioCodec::SilenceDetectionMode mode ///< New default mode ) { defaultSilenceDetection = mode; } #endif // H323_AUDIO_CODECS /**Get the default mode for sending User Input Indications. */ H323Connection::SendUserInputModes GetSendUserInputMode() const { return defaultSendUserInputMode; } /**Set the default mode for sending User Input Indications. */ void SetSendUserInputMode(H323Connection::SendUserInputModes mode) { defaultSendUserInputMode = mode; } #ifdef H323_VIDEO /**See if should auto-start receive video channels on connection. */ BOOL CanAutoStartReceiveVideo() const { return autoStartReceiveVideo; } /**See if should auto-start transmit video channels on connection. */ BOOL CanAutoStartTransmitVideo() const { return autoStartTransmitVideo; } #endif // H323_VIDEO #ifdef H323_T38 /**See if should auto-start receive fax channels on connection. */ BOOL CanAutoStartReceiveFax() const { return autoStartReceiveFax; } /**See if should auto-start transmit fax channels on connection. */ BOOL CanAutoStartTransmitFax() const { return autoStartTransmitFax; } #endif // H323_T38 /**See if should automatically do call forward of connection. */ BOOL CanAutoCallForward() const { return autoCallForward; } /**Get the set of listeners (incoming call transports) for this endpoint. */ const H323ListenerList & GetListeners() const { return listeners; } /**Get the current capability table for this endpoint. */ const H323Capabilities & GetCapabilities() const { return capabilities; } /**Endpoint types. */ enum TerminalTypes { e_TerminalOnly = 50, e_TerminalAndMC = 70, e_GatewayOnly = 60, e_GatewayAndMC = 80, e_GatewayAndMCWithDataMP = 90, e_GatewayAndMCWithAudioMP = 100, e_GatewayAndMCWithAVMP = 110, e_GatekeeperOnly = 120, e_GatekeeperWithDataMP = 130, e_GatekeeperWithAudioMP = 140, e_GatekeeperWithAVMP = 150, e_MCUOnly = 160, e_MCUWithDataMP = 170, e_MCUWithAudioMP = 180, e_MCUWithAVMP = 190 }; /**Get the endpoint terminal type. */ TerminalTypes GetTerminalType() const { return terminalType; } /**Determine if endpoint is terminal type. */ BOOL IsTerminal() const; /**Determine if endpoint is gateway type. */ BOOL IsGateway() const; /**Determine if endpoint is gatekeeper type. */ BOOL IsGatekeeper() const; /**Determine if endpoint is gatekeeper type. */ BOOL IsMCU() const; #ifdef H323_AUDIO_CODECS /**Get the default maximum audio jitter delay parameter. Defaults to 50ms */ unsigned GetMinAudioJitterDelay() const { return minAudioJitterDelay; } /**Get the default maximum audio delay jitter parameter. Defaults to 250ms. */ unsigned GetMaxAudioJitterDelay() const { return maxAudioJitterDelay; } /**Set the maximum audio delay jitter parameter. */ void SetAudioJitterDelay( unsigned minDelay, ///< New minimum jitter buffer delay in milliseconds unsigned maxDelay ///< New maximum jitter buffer delay in milliseconds ); #endif /**Get the initial bandwidth parameter. */ unsigned GetInitialBandwidth() const { return initialBandwidth; } /**Get the initial bandwidth parameter. */ void SetInitialBandwidth(unsigned bandwidth) { initialBandwidth = bandwidth; } /**Called when an outgoing PDU requires a feature set */ virtual BOOL OnSendFeatureSet(unsigned, H225_FeatureSet &); /**Called when an incoming PDU contains a feature set */ virtual void OnReceiveFeatureSet(unsigned, const H225_FeatureSet &); #ifdef P_STUN /**Return the STUN server to use. Returns NULL if address is a local address as per IsLocalAddress(). Always returns the STUN server if address is zero. Note, the pointer is NOT to be deleted by the user. */ PSTUNClient * GetSTUN( const PIPSocket::Address & address = 0 ) const; /**Set the STUN server address, is of the form host[:port] */ void SetSTUNServer( const PString & server ); #endif // P_NONCORE /**Determine if the address is "local", ie does not need STUN */ virtual BOOL IsLocalAddress( const PIPSocket::Address & remoteAddress ) const; /**Provide TCP address translation hook */ virtual void TranslateTCPAddress( PIPSocket::Address & /*localAddr*/, const PIPSocket::Address & /*remoteAddr */ ) { } void InternalTranslateTCPAddress( PIPSocket::Address & /*localAddr*/, const PIPSocket::Address & /*remoteAddr */ ); /**Get the TCP port number base for H.245 channels */ WORD GetTCPPortBase() const { return tcpPorts.base; } /**Get the TCP port number base for H.245 channels. */ WORD GetTCPPortMax() const { return tcpPorts.max; } /**Set the TCP port number base and max for H.245 channels. */ void SetTCPPorts(unsigned tcpBase, unsigned tcpMax); /**Get the next TCP port number for H.245 channels */ WORD GetNextTCPPort(); /**Get the UDP port number base for RAS channels */ WORD GetUDPPortBase() const { return udpPorts.base; } /**Get the UDP port number base for RAS channels. */ WORD GetUDPPortMax() const { return udpPorts.max; } /**Set the TCP port number base and max for H.245 channels. */ void SetUDPPorts(unsigned udpBase, unsigned udpMax); /**Get the next UDP port number for RAS channels */ WORD GetNextUDPPort(); /**Get the UDP port number base for RTP channels. */ WORD GetRtpIpPortBase() const { return rtpIpPorts.base; } /**Get the max UDP port number for RTP channels. */ WORD GetRtpIpPortMax() const { return rtpIpPorts.max; } /**Set the UDP port number base and max for RTP channels. */ void SetRtpIpPorts(unsigned udpBase, unsigned udpMax); /**Get the UDP port number pair for RTP channels. */ WORD GetRtpIpPortPair(); /**Get the IP Type Of Service byte for RTP channels. */ BYTE GetRtpIpTypeofService() const { return rtpIpTypeofService; } /**Set the IP Type Of Service byte for RTP channels. */ void SetRtpIpTypeofService(unsigned tos) { rtpIpTypeofService = (BYTE)tos; } /**Get the IP Type Of Service byte for TCP channels. */ BYTE GetTcpIpTypeofService() const { return tcpIpTypeofService; } /**Set the IP Type Of Service byte for TCP channels. */ void SetTcpIpTypeofService(unsigned tos) { tcpIpTypeofService = (BYTE)tos; } /** Get the default timeout for connecting via TCP */ const PTimeInterval & GetSignallingChannelConnectTimeout() const { return signallingChannelConnectTimeout; } /**Get the default timeout for calling another endpoint. */ const PTimeInterval & GetSignallingChannelCallTimeout() const { return signallingChannelCallTimeout; } /**Get the default timeout for incoming H.245 connection. */ const PTimeInterval & GetControlChannelStartTimeout() const { return controlChannelStartTimeout; } /**Get the default timeout for waiting on an end session. */ const PTimeInterval & GetEndSessionTimeout() const { return endSessionTimeout; } /**Get the default timeout for master slave negotiations. */ const PTimeInterval & GetMasterSlaveDeterminationTimeout() const { return masterSlaveDeterminationTimeout; } /**Get the default retries for H245 master slave negotiations. */ unsigned GetMasterSlaveDeterminationRetries() const { return masterSlaveDeterminationRetries; } /**Get the default timeout for H245 capability exchange negotiations. */ const PTimeInterval & GetCapabilityExchangeTimeout() const { return capabilityExchangeTimeout; } /**Get the default timeout for H245 logical channel negotiations. */ const PTimeInterval & GetLogicalChannelTimeout() const { return logicalChannelTimeout; } /**Get the default timeout for H245 request mode negotiations. */ const PTimeInterval & GetRequestModeTimeout() const { return logicalChannelTimeout; } /**Get the default timeout for H245 round trip delay negotiations. */ const PTimeInterval & GetRoundTripDelayTimeout() const { return roundTripDelayTimeout; } /**Get the default rate H245 round trip delay is calculated by connection. */ const PTimeInterval & GetRoundTripDelayRate() const { return roundTripDelayRate; } /**Get the flag for clearing a call if the round trip delay calculation fails. */ BOOL ShouldClearCallOnRoundTripFail() const { return clearCallOnRoundTripFail; } /**Get the amount of time with no media that should cause call to clear */ const PTimeInterval & GetNoMediaTimeout() const; /**Set the amount of time with no media that should cause call to clear */ BOOL SetNoMediaTimeout(PTimeInterval newInterval); /**Get the default timeout for GatekeeperRequest and Gatekeeper discovery. */ const PTimeInterval & GetGatekeeperRequestTimeout() const { return gatekeeperRequestTimeout; } /**Get the default retries for GatekeeperRequest and Gatekeeper discovery. */ unsigned GetGatekeeperRequestRetries() const { return gatekeeperRequestRetries; } /**Get the default timeout for RAS protocol transactions. */ const PTimeInterval & GetRasRequestTimeout() const { return rasRequestTimeout; } /**Get the default retries for RAS protocol transations. */ unsigned GetRasRequestRetries() const { return rasRequestRetries; } /**Get the default time for gatekeeper to reregister. A value of zero disables the keep alive facility. */ const PTimeInterval & GetGatekeeperTimeToLive() const { return registrationTimeToLive; } /**Get the iNow Gatekeeper Access Token OID. */ const PString & GetGkAccessTokenOID() const { return gkAccessTokenOID; } /**Set the iNow Gatekeeper Access Token OID. */ void SetGkAccessTokenOID(const PString & token) { gkAccessTokenOID = token; } #ifdef H323_H450 /**Get the default timeout for Call Transfer Timer CT-T1. */ const PTimeInterval & GetCallTransferT1() const { return callTransferT1; } /**Get the default timeout for Call Transfer Timer CT-T2. */ const PTimeInterval & GetCallTransferT2() const { return callTransferT2; } /**Get the default timeout for Call Transfer Timer CT-T3. */ const PTimeInterval & GetCallTransferT3() const { return callTransferT3; } /**Get the default timeout for Call Transfer Timer CT-T4. */ const PTimeInterval & GetCallTransferT4() const { return callTransferT4; } /** Get Call Intrusion timers timeout */ const PTimeInterval & GetCallIntrusionT1() const { return callIntrusionT1; } const PTimeInterval & GetCallIntrusionT2() const { return callIntrusionT2; } const PTimeInterval & GetCallIntrusionT3() const { return callIntrusionT3; } const PTimeInterval & GetCallIntrusionT4() const { return callIntrusionT4; } const PTimeInterval & GetCallIntrusionT5() const { return callIntrusionT5; } const PTimeInterval & GetCallIntrusionT6() const { return callIntrusionT6; } /**Get the dictionary of */ H323CallIdentityDict& GetCallIdentityDictionary() { return secondaryConnectionsActive; } /**Get the next available invoke Id for H450 operations */ unsigned GetNextH450CallIdentityValue() const { return ++nextH450CallIdentity; } #endif // H323_H450 /**Get the default stack size of cleaner threads. */ PINDEX GetCleanerThreadStackSize() const { return cleanerThreadStackSize; } /**Get the default stack size of listener threads. */ PINDEX GetListenerThreadStackSize() const { return listenerThreadStackSize; } /**Get the default stack size of signalling channel threads. */ PINDEX GetSignallingThreadStackSize() const { return signallingThreadStackSize; } /**Get the default stack size of control channel threads. */ PINDEX GetControlThreadStackSize() const { return controlThreadStackSize; } /**Get the default stack size of logical channel threads. */ PINDEX GetChannelThreadStackSize() const { return logicalThreadStackSize; } /**Get the default stack size of RAS channel threads. */ PINDEX GetRasThreadStackSize() const { return rasThreadStackSize; } /**Get the default stack size of jitter buffer threads. */ PINDEX GetJitterThreadStackSize() const { return jitterThreadStackSize; } /** Get the priority at which channel threads run */ PThread::Priority GetChannelThreadPriority() const { return channelThreadPriority; } //@} /** * default settings H.221 settings */ static BYTE defaultT35CountryCode; static BYTE defaultT35Extension; static WORD defaultManufacturerCode; protected: H323Gatekeeper * InternalCreateGatekeeper(H323Transport * transport); BOOL InternalRegisterGatekeeper(H323Gatekeeper * gk, BOOL discovered); H323Connection * FindConnectionWithoutLocks(const PString & token); virtual H323Connection * InternalMakeCall( const PString & existingToken,/// Existing connection to be transferred const PString & callIdentity, /// Call identity of the secondary call (if it exists) unsigned capabilityLevel, /// Intrusion capability level const PString & remoteParty, /// Remote party to call H323Transport * transport, /// Transport to use for call. PString & token, /// String to use/receive token for connection void * userData /// user data to pass to CreateConnection ); // Configuration variables, commonly changed PStringList localAliasNames; #ifdef H323_AUDIO_CODECS H323AudioCodec::SilenceDetectionMode defaultSilenceDetection; unsigned minAudioJitterDelay; unsigned maxAudioJitterDelay; #ifdef P_AUDIO PString soundChannelPlayDevice; PString soundChannelPlayDriver; PString soundChannelRecordDevice; PString soundChannelRecordDriver; unsigned soundChannelBuffers; #endif // P_AUDIO #endif // H323_AUDIO_CODECS #ifdef H323_VIDEO PString videoChannelPlayDevice; PString videoChannelRecordDevice; BOOL autoStartReceiveVideo; BOOL autoStartTransmitVideo; #endif // H323_VIDEO #ifdef H323_T38 BOOL autoStartReceiveFax; BOOL autoStartTransmitFax; #endif // H323_T38 BOOL autoCallForward; BOOL disableFastStart; BOOL disableH245Tunneling; BOOL disableH245inSetup; BOOL disableDetectInBandDTMF; BOOL canDisplayAmountString; BOOL canEnforceDurationLimit; #ifdef H323_H450 unsigned callIntrusionProtectionLevel; #endif // H323_H450 H323Connection::SendUserInputModes defaultSendUserInputMode; #ifdef P_LDAP PString ilsServer; #endif // P_LDAP // Some more configuration variables, rarely changed. BYTE rtpIpTypeofService; BYTE tcpIpTypeofService; PTimeInterval signallingChannelConnectTimeout; PTimeInterval signallingChannelCallTimeout; PTimeInterval controlChannelStartTimeout; PTimeInterval endSessionTimeout; PTimeInterval masterSlaveDeterminationTimeout; unsigned masterSlaveDeterminationRetries; PTimeInterval capabilityExchangeTimeout; PTimeInterval logicalChannelTimeout; PTimeInterval requestModeTimeout; PTimeInterval roundTripDelayTimeout; PTimeInterval roundTripDelayRate; PTimeInterval noMediaTimeout; PTimeInterval gatekeeperRequestTimeout; unsigned gatekeeperRequestRetries; PTimeInterval rasRequestTimeout; unsigned rasRequestRetries; PTimeInterval registrationTimeToLive; PString gkAccessTokenOID; unsigned initialBandwidth; // in 100s of bits/sev BOOL clearCallOnRoundTripFail; struct PortInfo { void Set( unsigned base, unsigned max, unsigned range, unsigned dflt ); WORD GetNext( unsigned increment ); PMutex mutex; WORD base; WORD max; WORD current; } tcpPorts, udpPorts, rtpIpPorts; #ifdef P_STUN PSTUNClient * stun; #endif BYTE t35CountryCode; BYTE t35Extension; WORD manufacturerCode; TerminalTypes terminalType; #ifdef H323_H450 /* Protect against absence of a response to the ctIdentify reqest (Transferring Endpoint - Call Transfer with a secondary Call) */ PTimeInterval callTransferT1; /* Protect against failure of completion of the call transfer operation involving a secondary Call (Transferred-to Endpoint) */ PTimeInterval callTransferT2; /* Protect against failure of the Transferred Endpoint not responding within sufficient time to the ctInitiate APDU (Transferring Endpoint) */ PTimeInterval callTransferT3; /* May optionally operate - protects against absence of a response to the ctSetup request (Transferred Endpoint) */ PTimeInterval callTransferT4; /** Call Intrusion Timers */ PTimeInterval callIntrusionT1; PTimeInterval callIntrusionT2; PTimeInterval callIntrusionT3; PTimeInterval callIntrusionT4; PTimeInterval callIntrusionT5; PTimeInterval callIntrusionT6; H323CallIdentityDict secondaryConnectionsActive; mutable PAtomicInteger nextH450CallIdentity; /// Next available callIdentity for H450 Transfer operations via consultation. #endif // H323_H450 PINDEX cleanerThreadStackSize; PINDEX listenerThreadStackSize; PINDEX signallingThreadStackSize; PINDEX controlThreadStackSize; PINDEX logicalThreadStackSize; PINDEX rasThreadStackSize; PINDEX jitterThreadStackSize; PThread::Priority channelThreadPriority; // Dynamic variables H323ListenerList listeners; H323Capabilities capabilities; H323Gatekeeper * gatekeeper; PString gatekeeperPassword; H323ConnectionDict connectionsActive; PMutex connectionsMutex; PMutex noMediaMutex; PStringSet connectionsToBeCleaned; H323ConnectionsCleaner * connectionsCleaner; PSyncPoint connectionsAreCleaned; #ifdef H323_TRANSNEXUS_OSP OpalOSP::Provider * ospProvider; #endif }; #endif // __OPAL_H323EP_H ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/h323neg.h0100644000176200056700000003405207541230147016604 0ustar releasepostincr/* * h323neg.h * * H.323 protocol handler * * Open H323 Library * * Copyright (c) 1998-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Portions of this code were written with the assisance of funding from * Vovida Networks, Inc. http://www.vovida.com. * * Contributor(s): ______________________________________. * * $Log: h323neg.h,v $ * Revision 1.34 2002/09/16 01:14:15 robertj * Added #define so can select if #pragma interface/implementation is used on * platform basis (eg MacOS) rather than compiler, thanks Robert Monaghan. * * Revision 1.33 2002/09/03 06:19:36 robertj * Normalised the multi-include header prevention ifdef/define symbol. * * Revision 1.32 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.31 2002/06/26 08:51:16 robertj * Fixed deadlock if logical channel is closed via H.245 at exactly same * time as being closed locally due to a channel I/O error. * * Revision 1.30 2002/05/03 03:08:35 robertj * Added replacementFor field in OLC when resolving conflicting channels. * * Revision 1.29 2002/01/09 00:21:36 robertj * Changes to support outgoing H.245 RequstModeChange. * * Revision 1.28 2002/01/01 23:32:30 craigs * Added HandleAck and StartRequest implementations for T.38 * thanks to Vyacheslav Frolov * * Revision 1.27 2002/01/01 23:21:30 craigs * Added virtual keyword to many functions * * Revision 1.26 2001/09/12 01:54:45 robertj * Added virtual keyword to function in logical channel management. * * Revision 1.25 2001/08/06 03:08:11 robertj * Fission of h323.h to h323ep.h & h323con.h, h323.h now just includes files. * * Revision 1.24 2001/05/30 23:34:54 robertj * Added functions to send TCS=0 for transmitter side pause. * * Revision 1.23 2001/03/16 07:11:38 robertj * Added logical channel open function version without locking. * * Revision 1.22 2001/03/14 22:05:24 robertj * Changed H245NegLogicalChannel::Release() to be virtual protected rather than private. * * Revision 1.21 2001/03/14 03:20:25 robertj * Fixed possible nested mutex deadlock in logical channel negotiator. * * Revision 1.20 2001/03/06 04:44:46 robertj * Fixed problem where could send capability set twice. This should not be * a problem except when talking to another broken stack, eg Cisco routers. * * Revision 1.19 2001/02/09 05:16:24 robertj * Added #pragma interface for GNU C++. * * Revision 1.18 2000/08/21 12:37:14 robertj * Fixed race condition if close call just as slow start media channels are opening, part 2. * * Revision 1.17 2000/07/14 08:59:56 robertj * Fixed race condition in closing connection and explicit close logical channel. * * Revision 1.16 2000/07/10 16:00:14 robertj * Added TCS=0 support. * Fixed bug where negotiations hang if not fast start and tunnelled but remot does not tunnel. * * Revision 1.15 2000/05/22 07:32:51 craigs * Fixed problem with ohphone silence detection hanging * * Revision 1.14 2000/05/16 08:13:32 robertj * Added function to find channel by session ID, supporting H323Connection::FindChannel() with mutex. * * Revision 1.13 2000/05/11 04:16:35 robertj * Fixed missing timeout (and typo!) in bidirectional open logical channel. * * Revision 1.12 2000/05/02 04:32:24 robertj * Fixed copyright notice comment. * * Revision 1.11 2000/04/10 17:50:53 robertj * Fixed yet another race condition needing mutex in logical channels management class. * * Revision 1.10 2000/04/05 03:17:30 robertj * Added more RTP statistics gathering and H.245 round trip delay calculation. * * Revision 1.9 2000/03/25 02:19:50 robertj * Fixed missing mutex call in some logical channels structure access. * * Revision 1.8 1999/11/06 11:58:38 robertj * Changed clean up to delete logical channels before channel destructor is called. * * Revision 1.7 1999/11/06 11:00:08 robertj * Fixed race condition in explicit channel close and connection close. * * Revision 1.6 1999/11/06 05:37:44 robertj * Complete rewrite of termination of connection to avoid numerous race conditions. * * Revision 1.5 1999/10/14 12:05:03 robertj * Fixed deadlock possibilities in clearing calls. * * Revision 1.4 1999/09/21 14:03:03 robertj * Fixed incorrect PTRACING test * * Revision 1.3 1999/09/08 04:05:48 robertj * Added support for video capabilities & codec, still needs the actual codec itself! * * Revision 1.2 1999/08/31 12:34:18 robertj * Added gatekeeper support. * * Revision 1.1 1999/08/25 05:07:49 robertj * File fission (critical mass reached). * */ #ifndef __OPAL_H323NEG_H #define __OPAL_H323NEG_H #ifdef P_USE_PRAGMA #pragma interface #endif #include "h323pdu.h" #include "channels.h" /////////////////////////////////////////////////////////////////////////////// /**Base class for doing H245 negotiations */ class H245Negotiator : public PObject { PCLASSINFO(H245Negotiator, PObject); public: H245Negotiator(H323EndPoint & endpoint, H323Connection & connection); protected: PDECLARE_NOTIFIER(PTimer, H245Negotiator, HandleTimeout); H323EndPoint & endpoint; H323Connection & connection; PTimer replyTimer; PMutex mutex; }; /**Determine the master and slave on a H245 connection as per H245 section 8.2 */ class H245NegMasterSlaveDetermination : public H245Negotiator { PCLASSINFO(H245NegMasterSlaveDetermination, H245Negotiator); public: H245NegMasterSlaveDetermination(H323EndPoint & endpoint, H323Connection & connection); BOOL Start(BOOL renegotiate); void Stop(); BOOL HandleIncoming(const H245_MasterSlaveDetermination & pdu); BOOL HandleAck(const H245_MasterSlaveDeterminationAck & pdu); BOOL HandleReject(const H245_MasterSlaveDeterminationReject & pdu); BOOL HandleRelease(const H245_MasterSlaveDeterminationRelease & pdu); void HandleTimeout(PTimer &, INT); BOOL IsMaster() const { return status == e_DeterminedMaster; } BOOL IsDetermined() const { return state == e_Idle && status != e_Indeterminate; } protected: BOOL Restart(); enum States { e_Idle, e_Outgoing, e_Incoming, e_NumStates } state; #if PTRACING static const char * const StateNames[e_NumStates]; friend ostream & operator<<(ostream & o, States s) { return o << StateNames[s]; } #endif DWORD determinationNumber; unsigned retryCount; enum MasterSlaveStatus { e_Indeterminate, e_DeterminedMaster, e_DeterminedSlave, e_NumStatuses } status; #if PTRACING static const char * const StatusNames[e_NumStatuses]; friend ostream & operator<<(ostream & o , MasterSlaveStatus s) { return o << StatusNames[s]; } #endif }; /**Exchange capabilities on a H245 connection as per H245 section 8.3 */ class H245NegTerminalCapabilitySet : public H245Negotiator { PCLASSINFO(H245NegTerminalCapabilitySet, H245Negotiator); public: H245NegTerminalCapabilitySet(H323EndPoint & endpoint, H323Connection & connection); BOOL Start(BOOL renegotiate, BOOL empty = FALSE); void Stop(); BOOL HandleIncoming(const H245_TerminalCapabilitySet & pdu); BOOL HandleAck(const H245_TerminalCapabilitySetAck & pdu); BOOL HandleReject(const H245_TerminalCapabilitySetReject & pdu); BOOL HandleRelease(const H245_TerminalCapabilitySetRelease & pdu); void HandleTimeout(PTimer &, INT); BOOL HasSentCapabilities() const { return state == e_Sent; } BOOL HasReceivedCapabilities() const { return receivedCapabilites; } protected: enum States { e_Idle, e_InProgress, e_Sent, e_NumStates } state; #if PTRACING static const char * const StateNames[e_NumStates]; friend ostream & operator<<(ostream & o, States s) { return o << StateNames[s]; } #endif unsigned inSequenceNumber; unsigned outSequenceNumber; BOOL receivedCapabilites; }; /**Logical Channel signalling on a H245 connection as per H245 section 8.4 */ class H245NegLogicalChannel : public H245Negotiator { PCLASSINFO(H245NegLogicalChannel, H245Negotiator); public: H245NegLogicalChannel(H323EndPoint & endpoint, H323Connection & connection, const H323ChannelNumber & channelNumber); H245NegLogicalChannel(H323EndPoint & endpoint, H323Connection & connection, H323Channel & channel); ~H245NegLogicalChannel(); virtual BOOL Open( const H323Capability & capability, unsigned sessionID, unsigned replacementFor = 0 ); virtual BOOL Close(); virtual BOOL HandleOpen(const H245_OpenLogicalChannel & pdu); virtual BOOL HandleOpenAck(const H245_OpenLogicalChannelAck & pdu); virtual BOOL HandleOpenConfirm(const H245_OpenLogicalChannelConfirm & pdu); virtual BOOL HandleReject(const H245_OpenLogicalChannelReject & pdu); virtual BOOL HandleClose(const H245_CloseLogicalChannel & pdu); virtual BOOL HandleCloseAck(const H245_CloseLogicalChannelAck & pdu); virtual BOOL HandleRequestClose(const H245_RequestChannelClose & pdu); virtual BOOL HandleRequestCloseAck(const H245_RequestChannelCloseAck & pdu); virtual BOOL HandleRequestCloseReject(const H245_RequestChannelCloseReject & pdu); virtual BOOL HandleRequestCloseRelease(const H245_RequestChannelCloseRelease & pdu); virtual void HandleTimeout(PTimer &, INT); H323Channel * GetChannel(); protected: virtual BOOL OpenWhileLocked( const H323Capability & capability, unsigned sessionID, unsigned replacementFor = 0 ); virtual BOOL CloseWhileLocked(); virtual void Release(); H323Channel * channel; H323ChannelNumber channelNumber; enum States { e_Released, e_AwaitingEstablishment, e_Established, e_AwaitingRelease, e_AwaitingConfirmation, e_AwaitingResponse, e_NumStates } state; #if PTRACING static const char * const StateNames[e_NumStates]; friend ostream & operator<<(ostream & o, States s) { return o << StateNames[s]; } #endif friend class H245NegLogicalChannels; }; PDICTIONARY(H245LogicalChannelDict, H323ChannelNumber, H245NegLogicalChannel); /**Dictionary of all Logical Channels */ class H245NegLogicalChannels : public H245Negotiator { PCLASSINFO(H245NegLogicalChannels, H245Negotiator); public: H245NegLogicalChannels(H323EndPoint & endpoint, H323Connection & connection); virtual void Add(H323Channel & channel); virtual BOOL Open( const H323Capability & capability, unsigned sessionID, unsigned replacementFor = 0 ); virtual BOOL Close(unsigned channelNumber, BOOL fromRemote); virtual BOOL HandleOpen(const H245_OpenLogicalChannel & pdu); virtual BOOL HandleOpenAck(const H245_OpenLogicalChannelAck & pdu); virtual BOOL HandleOpenConfirm(const H245_OpenLogicalChannelConfirm & pdu); virtual BOOL HandleReject(const H245_OpenLogicalChannelReject & pdu); virtual BOOL HandleClose(const H245_CloseLogicalChannel & pdu); virtual BOOL HandleCloseAck(const H245_CloseLogicalChannelAck & pdu); virtual BOOL HandleRequestClose(const H245_RequestChannelClose & pdu); virtual BOOL HandleRequestCloseAck(const H245_RequestChannelCloseAck & pdu); virtual BOOL HandleRequestCloseReject(const H245_RequestChannelCloseReject & pdu); virtual BOOL HandleRequestCloseRelease(const H245_RequestChannelCloseRelease & pdu); H323ChannelNumber GetNextChannelNumber(); PINDEX GetSize() const { return channels.GetSize(); } H323Channel * GetChannelAt(PINDEX i); H323Channel * FindChannel(unsigned channelNumber, BOOL fromRemote); H245NegLogicalChannel & GetNegLogicalChannelAt(PINDEX i); H245NegLogicalChannel * FindNegLogicalChannel(unsigned channelNumber, BOOL fromRemote); H323Channel * FindChannelBySession(unsigned rtpSessionId, BOOL fromRemote); void RemoveAll(); protected: H323ChannelNumber lastChannelNumber; H245LogicalChannelDict channels; }; /**Request mode change as per H245 section 8.9 */ class H245NegRequestMode : public H245Negotiator { PCLASSINFO(H245NegRequestMode, H245Negotiator); public: H245NegRequestMode(H323EndPoint & endpoint, H323Connection & connection); virtual BOOL StartRequest(const PString & newModes); virtual BOOL StartRequest(const H245_ArrayOf_ModeDescription & newModes); virtual BOOL HandleRequest(const H245_RequestMode & pdu); virtual BOOL HandleAck(const H245_RequestModeAck & pdu); virtual BOOL HandleReject(const H245_RequestModeReject & pdu); virtual BOOL HandleRelease(const H245_RequestModeRelease & pdu); virtual void HandleTimeout(PTimer &, INT); protected: BOOL awaitingResponse; unsigned inSequenceNumber; unsigned outSequenceNumber; }; /**Request mode change as per H245 section 8.9 */ class H245NegRoundTripDelay : public H245Negotiator { PCLASSINFO(H245NegRoundTripDelay, H245Negotiator); public: H245NegRoundTripDelay(H323EndPoint & endpoint, H323Connection & connection); BOOL StartRequest(); BOOL HandleRequest(const H245_RoundTripDelayRequest & pdu); BOOL HandleResponse(const H245_RoundTripDelayResponse & pdu); void HandleTimeout(PTimer &, INT); PTimeInterval GetRoundTripDelay() const { return roundTripTime; } BOOL IsRemoteOffline() const { return retryCount == 0; } protected: BOOL awaitingResponse; unsigned sequenceNumber; PTimeInterval tripStartTime; PTimeInterval roundTripTime; unsigned retryCount; }; #endif // __OPAL_H323NEG_H ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/h323pdu.h0100644000176200056700000006136310343321575016630 0ustar releasepostincr/* * h323pdu.h * * H.323 protocol handler * * Open H323 Library * * Copyright (c) 1998-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Portions of this code were written with the assisance of funding from * Vovida Networks, Inc. http://www.vovida.com. * * Contributor(s): ______________________________________. * * $Log: h323pdu.h,v $ * Revision 1.70 2005/11/30 13:05:01 csoutheren * Changed tags for Doxygen * * Revision 1.69 2005/06/30 01:57:39 csoutheren * Updated to H.245v11 * * Revision 1.68 2005/03/04 03:21:20 csoutheren * Added local and remote addresses to all PDU logs to assist in debugging * * Revision 1.67 2005/01/24 00:10:48 csoutheren * Added function to set Q.931 info in PDU, thanks to Paul Nader * * Revision 1.66 2004/12/14 06:22:21 csoutheren * More OSP implementation * * Revision 1.65 2003/04/10 09:36:52 robertj * Added some more functions for converting to alias addresses. * * Revision 1.64 2003/04/01 03:11:01 robertj * Added function to get array of AliasAddress into PStringArray. * * Revision 1.63 2003/03/25 04:56:17 robertj * Fixed issues to do with multiple inheritence in transaction reply cache. * * Revision 1.62 2003/03/20 01:51:07 robertj * More abstraction of H.225 RAS and H.501 protocols transaction handling. * * Revision 1.61 2003/03/01 00:23:42 craigs * New PeerElement implementation * * Revision 1.60 2003/02/25 06:48:15 robertj * More work on PDU transaction abstraction. * * Revision 1.59 2003/02/21 05:28:39 craigs * Factored out code for user with peer elements * * Revision 1.58 2003/02/01 13:31:14 robertj * Changes to support CAT authentication in RAS. * * Revision 1.57 2002/11/28 04:41:44 robertj * Added support for RAS ServiceControlIndication command. * * Revision 1.56 2002/09/16 01:14:15 robertj * Added #define so can select if #pragma interface/implementation is used on * platform basis (eg MacOS) rather than compiler, thanks Robert Monaghan. * * Revision 1.55 2002/09/03 06:19:37 robertj * Normalised the multi-include header prevention ifdef/define symbol. * * Revision 1.54 2002/08/12 05:38:21 robertj * Changes to the RAS subsystem to support ability to make requests to client * from gkserver without causing bottlenecks and race conditions. * * Revision 1.53 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.52 2002/08/05 05:17:37 robertj * Fairly major modifications to support different authentication credentials * in ARQ to the logged in ones on RRQ. For both client and server. * Various other H.235 authentication bugs and anomalies fixed on the way. * * Revision 1.51 2002/07/25 10:55:40 robertj * Changes to allow more granularity in PDU dumps, hex output increasing * with increasing trace level. * * Revision 1.50 2002/07/11 07:04:12 robertj * Added build InfoRequest pdu type to RAS. * * Revision 1.49 2002/05/29 03:55:17 robertj * Added protocol version number checking infrastructure, primarily to improve * interoperability with stacks that are unforgiving of new features. * * Revision 1.48 2002/05/29 00:03:15 robertj * Fixed unsolicited IRR support in gk client and server, * including support for IACK and INAK. * * Revision 1.47 2002/05/07 03:18:12 robertj * Added application info (name/version etc) into registered endpoint data. * * Revision 1.46 2002/05/03 09:18:45 robertj * Added automatic retransmission of RAS responses to retried requests. * * Revision 1.45 2002/03/14 07:57:02 robertj * Added ability to specify alias type in H323SetAliasAddress, if not specified * then defaults to previous behaviour, thanks Nils Bokerman. * * Revision 1.44 2001/12/15 07:09:56 robertj * Added functions to get E.164 address from alias address or addresses. * * Revision 1.43 2001/12/14 06:38:47 robertj * Broke out conversion of Q.850 and H.225 release complete codes to * OpenH323 call end reasons enum. * * Revision 1.42 2001/12/13 10:56:04 robertj * Added build of request in progress pdu. * * Revision 1.41 2001/08/16 07:49:16 robertj * Changed the H.450 support to be more extensible. Protocol handlers * are now in separate classes instead of all in H323Connection. * * Revision 1.40 2001/08/10 11:03:49 robertj * Major changes to H.235 support in RAS to support server. * * Revision 1.39 2001/08/06 07:44:52 robertj * Fixed problems with building without SSL * * Revision 1.38 2001/08/06 03:08:11 robertj * Fission of h323.h to h323ep.h & h323con.h, h323.h now just includes files. * * Revision 1.37 2001/06/14 06:25:13 robertj * Added further H.225 PDU build functions. * Moved some functionality from connection to PDU class. * * Revision 1.36 2001/06/14 00:45:19 robertj * Added extra parameters for Q.931 fields, thanks Rani Assaf * * Revision 1.35 2001/05/30 23:34:54 robertj * Added functions to send TCS=0 for transmitter side pause. * * Revision 1.34 2001/04/11 03:01:27 robertj * Added H.450.2 (call transfer), thanks a LOT to Graeme Reid & Norwood Systems * * Revision 1.33 2001/03/24 00:34:35 robertj * Added read/write hook functions so don't have to duplicate code in * H323RasH235PDU descendant class of H323RasPDU. * * Revision 1.32 2001/03/21 04:52:40 robertj * Added H.235 security to gatekeepers, thanks Fürbass Franz! * * Revision 1.31 2001/02/09 05:16:24 robertj * Added #pragma interface for GNU C++. * * Revision 1.30 2001/01/19 01:20:38 robertj * Added non-const function to get access to Q.931 PDU in H323SignalPDU. * * Revision 1.29 2000/10/04 05:59:09 robertj * Minor reorganisation of the H.245 secondary channel start up to make it simpler * to override its behaviour. * * Revision 1.28 2000/09/25 06:47:54 robertj * Removed use of alias if there is no alias present, ie only have transport address. * * Revision 1.27 2000/09/22 01:35:02 robertj * Added support for handling LID's that only do symmetric codecs. * * Revision 1.26 2000/07/15 09:50:49 robertj * Changed adding of Q.931 party numbers to only occur in SETUP. * * Revision 1.25 2000/06/21 08:07:39 robertj * Added cause/reason to release complete PDU, where relevent. * * Revision 1.24 2000/05/23 11:32:27 robertj * Rewrite of capability table to combine 2 structures into one and move functionality into that class * allowing some normalisation of usage across several applications. * Changed H323Connection so gets a copy of capabilities instead of using endponts, allows adjustments * to be done depending on the remote client application. * * Revision 1.23 2000/05/08 14:07:26 robertj * Improved the provision and detection of calling and caller numbers, aliases and hostnames. * * Revision 1.22 2000/05/08 05:05:43 robertj * Fixed bug in H.245 close logical channel timeout, thanks XuPeili. * * Revision 1.21 2000/05/02 04:32:24 robertj * Fixed copyright notice comment. * * Revision 1.20 2000/04/10 20:39:30 robertj * Added support for more sophisticated DTMF and hook flash user indication. * Added function to extract E164 address from Q.931/H.225 PDU. * * Revision 1.19 2000/03/25 02:00:39 robertj * Added adjustable caller name on connection by connection basis. * * Revision 1.18 2000/03/21 01:22:01 robertj * Fixed incorrect call reference code being used in originated call. * * Revision 1.17 1999/12/11 02:20:58 robertj * Added ability to have multiple aliases on local endpoint. * * Revision 1.16 1999/09/10 03:36:48 robertj * Added simple Q.931 Status response to Q.931 Status Enquiry * * Revision 1.15 1999/08/31 12:34:18 robertj * Added gatekeeper support. * * Revision 1.14 1999/08/25 05:07:49 robertj * File fission (critical mass reached). * * Revision 1.13 1999/07/16 06:15:59 robertj * Corrected semantics for tunnelled master/slave determination in fast start. * * Revision 1.12 1999/07/16 02:15:30 robertj * Fixed more tunneling problems. * * Revision 1.11 1999/07/15 14:45:35 robertj * Added propagation of codec open error to shut down logical channel. * Fixed control channel start up bug introduced with tunnelling. * * Revision 1.10 1999/07/10 02:51:53 robertj * Added mutexing in H245 procedures. * * Revision 1.9 1999/07/09 06:09:49 robertj * Major implementation. An ENORMOUS amount of stuff added everywhere. * * Revision 1.8 1999/06/25 10:25:35 robertj * Added maintentance of callIdentifier variable in H.225 channel. * * Revision 1.7 1999/06/14 05:15:56 robertj * Changes for using RTP sessions correctly in H323 Logical Channel context * * Revision 1.6 1999/06/13 12:41:14 robertj * Implement logical channel transmitter. * Fixed H245 connect on receiving call. * * Revision 1.5 1999/06/09 05:26:20 robertj * Major restructuring of classes. * * Revision 1.4 1999/06/06 06:06:36 robertj * Changes for new ASN compiler and v2 protocol ASN files. * * Revision 1.3 1999/04/26 06:14:47 craigs * Initial implementation for RTP decoding and lots of stuff * As a whole, these changes are called "First Noise" * * Revision 1.2 1999/01/16 02:35:04 robertj * GNi compiler compatibility. * * Revision 1.1 1999/01/16 01:30:58 robertj * Initial revision * */ #ifndef __OPAL_H323PDU_H #define __OPAL_H323PDU_H #ifdef P_USE_PRAGMA #pragma interface #endif #include #include "h323con.h" #include "transports.h" #include "q931.h" #include "h225.h" #include "h245.h" #include "h323trans.h" class H225_RAS; #define H225_PROTOCOL_VERSION 4 #define H245_PROTOCOL_VERSION 11 /////////////////////////////////////////////////////////////////////////////// /**Wrapper class for the H323 signalling channel. */ class H323SignalPDU : public H225_H323_UserInformation { PCLASSINFO(H323SignalPDU, H225_H323_UserInformation); public: /**@name Construction */ //@{ /**Create a new H.323 signalling channel (H.225/Q.931) PDU. */ H323SignalPDU(); /**Build a SETUP message. */ H225_Setup_UUIE & BuildSetup( const H323Connection & connection, ///< Connection PDU is generated for const H323TransportAddress & destAddr ///< Destination address for packet ); /**Build a CALL-PROCEEDING message. */ H225_CallProceeding_UUIE & BuildCallProceeding( const H323Connection & connection ///< Connection PDU is generated for ); /**Build a CONNECT message. */ H225_Connect_UUIE & BuildConnect( const H323Connection & connection ///< Connection PDU is generated for ); /**Build a CONNECT message with H.245 address. */ H225_Connect_UUIE & BuildConnect( const H323Connection & connection, ///< Connection PDU is generated for const PIPSocket::Address & h245Address, ///< H.245 IP address WORD port ///< H.245 TCP port ); /**Build an ALERTING message. */ H225_Alerting_UUIE & BuildAlerting( const H323Connection & connection ///< Connection PDU is generated for ); /**Build a INFORMATION message. */ H225_Information_UUIE & BuildInformation( const H323Connection & connection ///< Connection PDU is generated for ); /**Build a RELEASE-COMPLETE message. */ H225_ReleaseComplete_UUIE & BuildReleaseComplete( const H323Connection & connection ///< Connection PDU is generated for ); /**Build a FACILITY message. */ H225_Facility_UUIE * BuildFacility( const H323Connection & connection, ///< Connection PDU is generated for BOOL empty ///< Flag for empty facility message ); /**Build a PROGRESS message. */ H225_Progress_UUIE & BuildProgress( const H323Connection & connection ///< Connection PDU is generated for ); /**Build a STATUS message. */ H225_Status_UUIE & BuildStatus( const H323Connection & connection ///< Connection PDU is generated for ); /**Build a STATUS-INQUIRY message. */ H225_StatusInquiry_UUIE & BuildStatusInquiry( const H323Connection & connection ///< Connection PDU is generated for ); /**Build a SETUP-ACKNOWLEDGE message. */ H225_SetupAcknowledge_UUIE & BuildSetupAcknowledge( const H323Connection & connection ///< Connection PDU is generated for ); /**Build a NOTIFY message. */ H225_Notify_UUIE & BuildNotify( const H323Connection & connection ///< Connection PDU is generated for ); //@} /**@name Operations */ //@{ /**Print PDU to stream. */ void PrintOn( ostream & strm ) const; /**Read PDU from the specified transport. */ BOOL Read( H323Transport & transport ///< Transport to read from ); /**Write the PDU to the transport. */ BOOL Write( H323Transport & transport ///< Transport to write to ); /**Get the Q.931 wrapper PDU for H.225 signalling PDU. */ const Q931 & GetQ931() const { return q931pdu; } /**Get the Q.931 wrapper PDU for H.225 signalling PDU. */ Q931 & GetQ931() { return q931pdu; } /**Set the Q.931 wrapper PDU for H.225 signalling PDU */ void SetQ931(const Q931 & _q931pdu) { q931pdu = _q931pdu; } /**Build the Q.931 wrapper PDU for H.225 signalling PDU. This must be called after altering fields in the H.225 part of the PDU. If it has never been done, then the Write() functions will do so. */ void BuildQ931(); /**Get the source alias names for the remote endpoint. This returns a human readable set of names that was provided by the remote endpoint to identify it, eg phone number, display name etc etc */ PString GetSourceAliases( const H323Transport * transport = NULL ///< Transport PDU was read from. ) const; /**Get the destination alias name(s) for the local endpoint. The alias returned here can be used to determine the routing of an incoming connection. */ PString GetDestinationAlias( BOOL firstAliasOnly = FALSE ///< Only return the first possible alias ) const; /**Get the source endpoints identification as a phone number. This returns FALSE if the remote never provided any alias or Q.931 field that indicated a valid e.164 telephone number. */ BOOL GetSourceE164( PString & number ///< String to receive number ) const; /**Get the destiation phone number. This returns FALSE if the remote never provided any alias or Q.931 field that indicated a valid e.164 telephone number. */ BOOL GetDestinationE164( PString & number ///< String to receive number ) const; /**Get the distinctive ring code if present. This returns zero if no distinctive ring information is provided. */ unsigned GetDistinctiveRing() const; /**Set the Q.931 fields in the PDU. This sets the default values for various fields, eg caller party number into the Q.931 from the supplied connection. */ void SetQ931Fields( const H323Connection & connection, BOOL insertPartyNumbers = FALSE, unsigned plan = 1, unsigned type = 0, int presentation = -1, int screening = -1 ); protected: // Even though we generally deal with the H323 protocol (H225) it is // actually contained within a field of the Q931 protocol. Q931 q931pdu; }; ///////////////////////////////////////////////////////////////////////////// /**Wrapper class for the H323 control channel. */ class H323ControlPDU : public H245_MultimediaSystemControlMessage { PCLASSINFO(H323ControlPDU, H245_MultimediaSystemControlMessage); public: H245_RequestMessage & Build(H245_RequestMessage ::Choices request); H245_ResponseMessage & Build(H245_ResponseMessage ::Choices response); H245_CommandMessage & Build(H245_CommandMessage ::Choices command); H245_IndicationMessage & Build(H245_IndicationMessage::Choices indication); H245_MasterSlaveDetermination & BuildMasterSlaveDetermination( unsigned terminalType, unsigned statusDeterminationNumber ); H245_MasterSlaveDeterminationAck & BuildMasterSlaveDeterminationAck( BOOL isMaster ); H245_MasterSlaveDeterminationReject & BuildMasterSlaveDeterminationReject( unsigned cause ); H245_TerminalCapabilitySet & BuildTerminalCapabilitySet( const H323Connection & connection, unsigned sequenceNumber, BOOL empty ); H245_TerminalCapabilitySetAck & BuildTerminalCapabilitySetAck( unsigned sequenceNumber ); H245_TerminalCapabilitySetReject & BuildTerminalCapabilitySetReject( unsigned sequenceNumber, unsigned cause ); H245_OpenLogicalChannel & BuildOpenLogicalChannel( unsigned forwardLogicalChannelNumber ); H245_RequestChannelClose & BuildRequestChannelClose( unsigned channelNumber, unsigned reason ); H245_CloseLogicalChannel & BuildCloseLogicalChannel( unsigned channelNumber ); H245_OpenLogicalChannelAck & BuildOpenLogicalChannelAck( unsigned channelNumber ); H245_OpenLogicalChannelReject & BuildOpenLogicalChannelReject( unsigned channelNumber, unsigned cause ); H245_OpenLogicalChannelConfirm & BuildOpenLogicalChannelConfirm( unsigned channelNumber ); H245_CloseLogicalChannelAck & BuildCloseLogicalChannelAck( unsigned channelNumber ); H245_RequestChannelCloseAck & BuildRequestChannelCloseAck( unsigned channelNumber ); H245_RequestChannelCloseReject & BuildRequestChannelCloseReject( unsigned channelNumber ); H245_RequestChannelCloseRelease & BuildRequestChannelCloseRelease( unsigned channelNumber ); H245_RequestMode & BuildRequestMode( unsigned sequenceNumber ); H245_RequestModeAck & BuildRequestModeAck( unsigned sequenceNumber, unsigned response ); H245_RequestModeReject & BuildRequestModeReject( unsigned sequenceNumber, unsigned cause ); H245_RoundTripDelayRequest & BuildRoundTripDelayRequest( unsigned sequenceNumber ); H245_RoundTripDelayResponse & BuildRoundTripDelayResponse( unsigned sequenceNumber ); H245_UserInputIndication & BuildUserInputIndication( const PString & value ); H245_UserInputIndication & BuildUserInputIndication( char tone, ///< DTMF tone code unsigned duration, ///< Duration of tone in milliseconds unsigned logicalChannel, ///< Logical channel number for RTP sync. unsigned rtpTimestamp ///< RTP timestamp in logical channel sync. ); H245_FunctionNotUnderstood & BuildFunctionNotUnderstood( const H323ControlPDU & pdu ); H245_EndSessionCommand & BuildEndSessionCommand( unsigned reason ); }; ///////////////////////////////////////////////////////////////////////////// /**Wrapper class for the H323 gatekeeper RAS channel. */ class H323RasPDU : public H225_RasMessage, public H323TransactionPDU { PCLASSINFO(H323RasPDU, H225_RasMessage); public: H323RasPDU(); H323RasPDU( const H235Authenticators & authenticators ); // overrides from PObject virtual PObject * Clone() const; // overrides from H323TransactionPDU virtual PASN_Object & GetPDU(); virtual PASN_Choice & GetChoice(); virtual const PASN_Object & GetPDU() const; virtual const PASN_Choice & GetChoice() const; virtual unsigned GetSequenceNumber() const; virtual unsigned GetRequestInProgressDelay() const; #if PTRACING virtual const char * GetProtocolName() const; #endif virtual H323TransactionPDU * ClonePDU() const; virtual void DeletePDU(); // new functions H225_GatekeeperRequest & BuildGatekeeperRequest(unsigned seqNum); H225_GatekeeperConfirm & BuildGatekeeperConfirm(unsigned seqNum); H225_GatekeeperReject & BuildGatekeeperReject(unsigned seqNum, unsigned reason = H225_GatekeeperRejectReason::e_undefinedReason); H225_RegistrationRequest & BuildRegistrationRequest(unsigned seqNum); H225_RegistrationConfirm & BuildRegistrationConfirm(unsigned seqNum); H225_RegistrationReject & BuildRegistrationReject(unsigned seqNum, unsigned reason = H225_RegistrationRejectReason::e_undefinedReason); H225_UnregistrationRequest & BuildUnregistrationRequest(unsigned seqNum); H225_UnregistrationConfirm & BuildUnregistrationConfirm(unsigned seqNum); H225_UnregistrationReject & BuildUnregistrationReject(unsigned seqNum, unsigned reason = H225_UnregRejectReason::e_undefinedReason); H225_LocationRequest & BuildLocationRequest(unsigned seqNum); H225_LocationConfirm & BuildLocationConfirm(unsigned seqNum); H225_LocationReject & BuildLocationReject(unsigned seqNum, unsigned reason = H225_LocationRejectReason::e_undefinedReason); H225_AdmissionRequest & BuildAdmissionRequest(unsigned seqNum); H225_AdmissionConfirm & BuildAdmissionConfirm(unsigned seqNum); H225_AdmissionReject & BuildAdmissionReject(unsigned seqNum, unsigned reason = H225_AdmissionRejectReason::e_undefinedReason); H225_DisengageRequest & BuildDisengageRequest(unsigned seqNum); H225_DisengageConfirm & BuildDisengageConfirm(unsigned seqNum); H225_DisengageReject & BuildDisengageReject(unsigned seqNum, unsigned reason = H225_DisengageRejectReason::e_securityDenial); H225_BandwidthRequest & BuildBandwidthRequest(unsigned seqNum); H225_BandwidthConfirm & BuildBandwidthConfirm(unsigned seqNum, unsigned bandwidth = 0); H225_BandwidthReject & BuildBandwidthReject(unsigned seqNum, unsigned reason = H225_BandRejectReason::e_undefinedReason); H225_InfoRequest & BuildInfoRequest(unsigned seqNum, unsigned callRef = 0, const OpalGloballyUniqueID * id = NULL); H225_InfoRequestResponse & BuildInfoRequestResponse(unsigned seqNum); H225_InfoRequestAck & BuildInfoRequestAck(unsigned seqNum); H225_InfoRequestNak & BuildInfoRequestNak(unsigned seqNum, unsigned reason = H225_InfoRequestNakReason::e_undefinedReason); H225_ServiceControlIndication& BuildServiceControlIndication(unsigned seqNum, const OpalGloballyUniqueID * id = NULL); H225_ServiceControlResponse & BuildServiceControlResponse(unsigned seqNum); H225_UnknownMessageResponse & BuildUnknownMessageResponse(unsigned seqNum); H225_RequestInProgress & BuildRequestInProgress(unsigned seqNum, unsigned delay); }; ///////////////////////////////////////////////////////////////////////////// void H323SetAliasAddresses(const H323TransportAddressArray & addresses, H225_ArrayOf_AliasAddress & aliases); void H323SetAliasAddresses(const PStringArray & names, H225_ArrayOf_AliasAddress & aliases, int tag = -1); void H323SetAliasAddresses(const PStringList & names, H225_ArrayOf_AliasAddress & aliases, int tag = -1); void H323SetAliasAddress(const H323TransportAddress & address, H225_AliasAddress & alias); void H323SetAliasAddress(const PString & name, H225_AliasAddress & alias, int tag = -1); PStringArray H323GetAliasAddressStrings(const H225_ArrayOf_AliasAddress & aliases); PString H323GetAliasAddressString(const H225_AliasAddress & alias); PString H323GetAliasAddressE164(const H225_AliasAddress & alias); PString H323GetAliasAddressE164(const H225_ArrayOf_AliasAddress & aliases); H323Connection::CallEndReason H323TranslateToCallEndReason( Q931::CauseValues cause, const H225_ReleaseCompleteReason & reason ); Q931::CauseValues H323TranslateFromCallEndReason( H323Connection::CallEndReason endReason, H225_ReleaseCompleteReason & reason ); Q931::CauseValues H323TranslateFromCallEndReason( const H323Connection & connection, H225_ReleaseCompleteReason & rcReason ); PString H323GetApplicationInfo(const H225_VendorIdentifier & vendor); #if PTRACING void H323TraceDumpPDU( const char * proto, BOOL writing, const PBYTEArray & rawData, const PASN_Object & pdu, const PASN_Choice & tag1, unsigned seqNum, const H323TransportAddress & locAddr, const H323TransportAddress & remAddr ); #else #define H323TraceDumpPDU(proto, writing, rawData, pdu, tag1, seqNum, locAddr, remAddr) #endif #endif // __OPAL_H323PDU_H ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/h323pluginmgr.h0100644000176200056700000002133510343321575020037 0ustar releasepostincr/* * h323plugins.h * * H.323 codec plugins handler * * Open H323 Library * * Copyright (C) 2004 Post Increment * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Post Increment * * Contributor(s): ______________________________________. * * $Log: h323pluginmgr.h,v $ * Revision 1.24 2005/11/30 13:05:01 csoutheren * Changed tags for Doxygen * * Revision 1.23 2005/06/21 06:46:35 csoutheren * Add ability to create capabilities without codecs for external RTP interface * * Revision 1.22 2005/04/28 04:00:15 dereksmithies * Add documentation to the OpalFactoryCodec. Thanks to Craig Southeren for clarifying * the meaning of the toLen field. * * Revision 1.21 2005/01/04 08:08:39 csoutheren * More changes to implement the new configuration methodology, and also to * attack the global static problem * * Revision 1.20 2005/01/03 14:03:20 csoutheren * Added new configure options and ability to disable/enable modules * * Revision 1.19 2004/12/08 02:03:58 csoutheren * Fixed problem with detection of non-FFH.263 * * Revision 1.18 2004/11/29 06:30:51 csoutheren * Added support for wideband codecs * * Revision 1.17 2004/08/26 08:05:02 csoutheren * Codecs now appear in abstract factory system * Fixed Windows factory bootstrap system (again) * * Revision 1.16 2004/06/30 12:31:09 rjongbloed * Rewrite of plug in system to use single global variable for all factories to avoid all sorts * of issues with startup orders and Windows DLL multiple instances. * * Revision 1.15 2004/06/03 23:20:46 csoutheren * Fixed compile problem on some gcc variants * * Revision 1.14 2004/06/01 07:30:27 csoutheren * Removed accidental cut & paste in new code that removed capabilities * * Revision 1.13 2004/06/01 05:49:27 csoutheren * Added code to cleanup some allocated memory upon shutdown * * Revision 1.12 2004/05/23 12:40:34 rjongbloed * Simplified call for getting H323 plug manager instance * * Revision 1.11 2004/05/18 23:03:10 csoutheren * Added empty destructor to prevent gcc 3.3.3 from getting link errors. * * Revision 1.10 2004/05/18 22:32:54 csoutheren * Added pragma inteface * * Revision 1.9 2004/05/18 22:26:28 csoutheren * Initial support for embedded codecs * Fixed problems with streamed codec support * Updates for abstract factory loading methods * * Revision 1.8 2004/05/18 06:02:25 csoutheren * Deferred plugin codec loading until after main has executed by using abstract factory classes * * Revision 1.7 2004/05/12 13:41:26 csoutheren * Added support for getting lists of media formats from plugin manager * * Revision 1.6 2004/04/22 22:35:00 csoutheren * Fixed mispelling of Guilhem Tardy - my apologies to him * * Revision 1.5 2004/04/22 14:22:20 csoutheren * Added RFC 2190 H.263 code as created by Guilhem Tardy and AliceStreet * Many thanks to them for their contributions. * * Revision 1.4 2004/04/14 08:14:40 csoutheren * Changed to use generic plugin manager * * Revision 1.3 2004/04/09 12:24:18 csoutheren * Renamed h323plugin.h to opalplugin.h, and modified everything else * as required * * Revision 1.2 2004/04/03 10:38:24 csoutheren * Added in initial cut at codec plugin code. Branches are for wimps :) * * Revision 1.1.2.1 2004/03/31 11:03:16 csoutheren * Initial public version * * Revision 1.2 2004/01/27 14:55:46 craigs * Implemented static linking of new codecs * * Revision 1.1 2004/01/04 13:37:51 craigs * Implementation of codec plugins * * */ #ifndef __OPAL_H323PLUGINMGR_H #define __OPAL_H323PLUGINMGR_H #ifdef P_USE_PRAGMA #pragma interface #endif #include #include #include #include class H323Capability; class H323PluginCodecManager : public PPluginModuleManager { PCLASSINFO(H323PluginCodecManager, PPluginModuleManager); public: H323PluginCodecManager(PPluginManager * pluginMgr = NULL); ~H323PluginCodecManager(); void RegisterStaticCodec(const char * name, PluginCodec_GetAPIVersionFunction getApiVerFn, PluginCodec_GetCodecFunction getCodecFn); void OnLoadPlugin(PDynaLink & dll, INT code); static OpalMediaFormat::List GetMediaFormats(); static void AddFormat(const OpalMediaFormat & fmt); static void AddFormat(OpalMediaFormat * fmt); virtual void OnShutdown(); static void Bootstrap(); H323Capability * CreateCapability( const PString & _mediaFormat, const PString & _baseName, unsigned maxFramesPerPacket, unsigned recommendedFramesPerPacket, unsigned _pluginSubType); protected: void CreateCapabilityAndMediaFormat( PluginCodec_Definition * _encoderCodec, PluginCodec_Definition * _decoderCodec ); static OpalMediaFormat::List & GetMediaFormatList(); static PMutex & GetMediaFormatMutex(); void RegisterCodecs (unsigned int count, void * codecList); void UnregisterCodecs(unsigned int count, void * codecList); }; class H323DynaLink : public PDynaLink { PCLASSINFO(H323DynaLink, PDynaLink) public: H323DynaLink(const char * basename, const char * reason = NULL); virtual void Load(); virtual BOOL IsLoaded() { PWaitAndSignal m(processLock); return isLoadedOK; } virtual BOOL LoadPlugin (const PString & fileName); protected: PMutex processLock; BOOL isLoadedOK; const char * baseName; const char * reason; }; ////////////////////////////////////////////////////// // // this is the base class for codecs accesible via the abstract factory functions // /**Class for codcs which is accessible via the abstract factor functions. The code would be : PFactory::CreateInstance(conversion); to create an instance, where conversion is (eg) "L16:G.711-uLaw-64k" */ class OpalFactoryCodec : public PObject { PCLASSINFO(OpalFactoryCodec, PObject) public: /** Return the PluginCodec_Definition, which describes this codec */ virtual const struct PluginCodec_Definition * GetDefinition() { return NULL; } /** Return the sourceFormat field of PluginCodec_Definition for this codec*/ virtual PString GetInputFormat() const = 0; /** Return the destFormat field of PluginCodec_Definition for this codec*/ virtual PString GetOutputFormat() const = 0; /** Take the supplied data and apply the conversion specified by CreateInstance call (above). When this method returns, toLen contains the number of bytes placed in the destination buffer. */ virtual int Encode(const void * from, ///< pointer to the source data unsigned * fromLen, ///< number of bytes in the source data to process void * to, ///< pointer to the destination buffer, which contains the output of the conversion unsigned * toLen, ///< Number of available bytes in the destination buffer unsigned int * flag ///< Typically, this is not used. ) = 0; /** Return the sampleRate field of PluginCodec_Definition for this codec*/ virtual unsigned int GetSampleRate() const = 0; /** Return the bitsPerSec field of PluginCodec_Definition for this codec*/ virtual unsigned int GetBitsPerSec() const = 0; /** Return the nmPerFrame field of PluginCodec_Definition for this codec*/ virtual unsigned int GetFrameTime() const = 0; /** Return the samplesPerFrame field of PluginCodec_Definition for this codec*/ virtual unsigned int GetSamplesPerFrame() const = 0; /** Return the bytesPerFrame field of PluginCodec_Definition for this codec*/ virtual unsigned int GetBytesPerFrame() const = 0; /** Return the recommendedFramesPerPacket field of PluginCodec_Definition for this codec*/ virtual unsigned int GetRecommendedFramesPerPacket() const = 0; /** Return the maxFramesPerPacket field of PluginCodec_Definition for this codec*/ virtual unsigned int GetMaxFramesPerPacket() const = 0; /** Return the rtpPayload field of PluginCodec_Definition for this codec*/ virtual BYTE GetRTPPayload() const = 0; /** Return the sampleRate field of PluginCodec_Definition for this codec*/ virtual PString GetSDPFormat() const = 0; }; #endif openh323_v1_18_0/include/h323rtp.h0100644000176200056700000002131510343321575016636 0ustar releasepostincr/* * h323rtp.h * * H.323 RTP protocol handler * * Open H323 Library * * Copyright (c) 1998-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Portions of this code were written with the assisance of funding from * Vovida Networks, Inc. http://www.vovida.com. * * Contributor(s): ______________________________________. * * $Log: h323rtp.h,v $ * Revision 1.12 2005/11/30 13:05:01 csoutheren * Changed tags for Doxygen * * Revision 1.11 2003/10/27 06:03:39 csoutheren * Added support for QoS * Thanks to Henry Harrison of AliceStreet * * Revision 1.10 2003/02/07 00:27:59 robertj * Changed function to virtual to help in using external multiicast RTP stacks. * * Revision 1.9 2002/09/16 01:14:15 robertj * Added #define so can select if #pragma interface/implementation is used on * platform basis (eg MacOS) rather than compiler, thanks Robert Monaghan. * * Revision 1.8 2002/09/03 06:19:37 robertj * Normalised the multi-include header prevention ifdef/define symbol. * * Revision 1.7 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.6 2001/02/09 05:16:24 robertj * Added #pragma interface for GNU C++. * * Revision 1.5 2000/08/31 08:15:32 robertj * Added support for dynamic RTP payload types in H.245 OpenLogicalChannel negotiations. * * Revision 1.4 2000/05/18 11:53:34 robertj * Changes to support doc++ documentation generation. * * Revision 1.3 2000/05/02 04:32:24 robertj * Fixed copyright notice comment. * * Revision 1.2 2000/04/05 03:17:31 robertj * Added more RTP statistics gathering and H.245 round trip delay calculation. * * Revision 1.1 1999/12/23 23:02:35 robertj * File reorganision for separating RTP from H.323 and creation of LID for VPB support. * */ #ifndef __OPAL_H323RTP_H #define __OPAL_H323RTP_H #ifdef P_USE_PRAGMA #pragma interface #endif #include "rtp.h" class H225_RTPSession; class H245_TransportAddress; class H245_H2250LogicalChannelParameters; class H245_H2250LogicalChannelAckParameters; class H323Connection; class H323_RTPChannel; /////////////////////////////////////////////////////////////////////////////// /**This class is for encpsulating the IETF Real Time Protocol interface. */ class H323_RTP_Session : public RTP_UserData { PCLASSINFO(H323_RTP_Session, RTP_UserData); /**@name Overrides from RTP_UserData */ //@{ /**Callback from the RTP session for transmit statistics monitoring. This is called every RTP_Session::senderReportInterval packets on the transmitter indicating that the statistics have been updated. The default behaviour calls H323Connection::OnRTPStatistics(). */ virtual void OnTxStatistics( const RTP_Session & session ///< Session with statistics ) const; /**Callback from the RTP session for receive statistics monitoring. This is called every RTP_Session::receiverReportInterval packets on the receiver indicating that the statistics have been updated. The default behaviour calls H323Connection::OnRTPStatistics(). */ virtual void OnRxStatistics( const RTP_Session & session ///< Session with statistics ) const; //@} /**@name Operations */ //@{ /**Fill out the OpenLogicalChannel PDU for the particular channel type. */ virtual BOOL OnSendingPDU( const H323_RTPChannel & channel, ///< Channel using this session. H245_H2250LogicalChannelParameters & param ///< Open PDU to send. ) const = 0; /**This is called when request to create a channel is received from a remote machine and is about to be acknowledged. */ virtual void OnSendingAckPDU( const H323_RTPChannel & channel, ///< Channel using this session. H245_H2250LogicalChannelAckParameters & param ///< Acknowledgement PDU ) const = 0; /**This is called after a request to create a channel occurs from the local machine via the H245LogicalChannelDict::Open() function, and the request has been acknowledged by the remote endpoint. */ virtual BOOL OnReceivedPDU( H323_RTPChannel & channel, ///< Channel using this session. const H245_H2250LogicalChannelParameters & param, ///< Acknowledgement PDU unsigned & errorCode ///< Error on failure ) = 0; /**This is called after a request to create a channel occurs from the local machine via the H245LogicalChannelDict::Open() function, and the request has been acknowledged by the remote endpoint. */ virtual BOOL OnReceivedAckPDU( H323_RTPChannel & channel, ///< Channel using this session. const H245_H2250LogicalChannelAckParameters & param ///< Acknowledgement PDU ) = 0; /**This is called when a gatekeeper wants to get status information from the endpoint. The default behaviour fills in the session ID's and SSRC parameters but does not do anything with the transport fields. */ virtual void OnSendRasInfo( H225_RTPSession & info ///< RTP session info PDU ) = 0; //@} protected: /**@name Construction */ //@{ /**Create a new channel. */ H323_RTP_Session( const H323Connection & connection ///< Owner of the RTP session ); //@} const H323Connection & connection; ///< Owner of the RTP session }; /**This class is for the IETF Real Time Protocol interface on UDP/IP. */ class H323_RTP_UDP : public H323_RTP_Session { PCLASSINFO(H323_RTP_UDP, H323_RTP_Session); public: /**@name Construction */ //@{ /**Create a new RTP session H323 info. */ H323_RTP_UDP( const H323Connection & connection, ///< Owner of the RTP session RTP_UDP & rtp, ///< RTP session RTP_QOS * rtpqos = NULL ///< QoS spec if available ); //@} /**@name Operations */ //@{ /**Fill out the OpenLogicalChannel PDU for the particular channel type. */ virtual BOOL OnSendingPDU( const H323_RTPChannel & channel, ///< Channel using this session. H245_H2250LogicalChannelParameters & param ///< Open PDU to send. ) const; /**This is called when request to create a channel is received from a remote machine and is about to be acknowledged. */ virtual void OnSendingAckPDU( const H323_RTPChannel & channel, ///< Channel using this session. H245_H2250LogicalChannelAckParameters & param ///< Acknowledgement PDU ) const; /**This is called after a request to create a channel occurs from the local machine via the H245LogicalChannelDict::Open() function, and the request has been acknowledged by the remote endpoint. The default behaviour sets the remote ports to send UDP packets to. */ virtual BOOL OnReceivedPDU( H323_RTPChannel & channel, ///< Channel using this session. const H245_H2250LogicalChannelParameters & param, ///< Acknowledgement PDU unsigned & errorCode ///< Error on failure ); /**This is called after a request to create a channel occurs from the local machine via the H245LogicalChannelDict::Open() function, and the request has been acknowledged by the remote endpoint. The default behaviour sets the remote ports to send UDP packets to. */ virtual BOOL OnReceivedAckPDU( H323_RTPChannel & channel, ///< Channel using this session. const H245_H2250LogicalChannelAckParameters & param ///< Acknowledgement PDU ); /**This is called when a gatekeeper wants to get status information from the endpoint. The default behaviour calls the ancestor functon and then fills in the transport fields. */ virtual void OnSendRasInfo( H225_RTPSession & info ///< RTP session info PDU ); //@} protected: virtual BOOL ExtractTransport( const H245_TransportAddress & pdu, BOOL isDataPort, unsigned & errorCode ); RTP_UDP & rtp; }; #endif // __OPAL_H323RTP_H ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/h323t120.h0100644000176200056700000002075010343321575016521 0ustar releasepostincr/* * h323t120.h * * H.323 T.120 logical channel establishment * * Open H323 Library * * Copyright (c) 2001 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: h323t120.h,v $ * Revision 1.8 2005/11/30 13:05:01 csoutheren * Changed tags for Doxygen * * Revision 1.7 2002/09/16 01:14:15 robertj * Added #define so can select if #pragma interface/implementation is used on * platform basis (eg MacOS) rather than compiler, thanks Robert Monaghan. * * Revision 1.6 2002/09/03 06:19:37 robertj * Normalised the multi-include header prevention ifdef/define symbol. * * Revision 1.5 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.4 2002/05/10 05:47:37 robertj * Added session ID to the data logical channel class. * * Revision 1.3 2002/02/01 01:46:50 robertj * Some more fixes for T.120 channel establishment, more to do! * * Revision 1.2 2002/01/09 00:21:36 robertj * Changes to support outgoing H.245 RequstModeChange. * * Revision 1.1 2001/07/17 04:44:29 robertj * Partial implementation of T.120 and T.38 logical channels. * */ #ifndef __OPAL_H323T120_H #define __OPAL_H323T120_H #ifdef P_USE_PRAGMA #pragma interface #endif #include "h323caps.h" #include "channels.h" class OpalT120Protocol; /////////////////////////////////////////////////////////////////////////////// /**This class describes the T.120 logical channel. */ class H323_T120Capability : public H323DataCapability { PCLASSINFO(H323_T120Capability, H323DataCapability); public: /**@name Construction */ //@{ /**Create capability. */ H323_T120Capability(); //@} /**@name Overrides from class PObject */ //@{ /**Create a copy of the object. */ virtual PObject * Clone() const; //@} /**@name Identification functions */ //@{ /**Get the sub-type of the capability. This is a code dependent on the main type of the capability. This returns the e_t120 enum value from the protocol ASN H245_DataApplicationCapability_application class. */ virtual unsigned GetSubType() const; /**Get the name of the media data format this class represents. */ virtual PString GetFormatName() const; //@} /**@name Operations */ //@{ /**Create the channel instance, allocating resources as required. */ virtual H323Channel * CreateChannel( H323Connection & connection, ///< Owner connection for channel H323Channel::Directions dir, ///< Direction of channel unsigned sessionID, ///< Session ID for RTP channel const H245_H2250LogicalChannelParameters * param ///< Parameters for channel ) const; //@} /**@name Protocol manipulation */ //@{ /**This function is called whenever and outgoing TerminalCapabilitySet or OpenLogicalChannel PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour sets the pdu and calls OnSendingPDU with a H245_DataProtocolCapability parameter. */ virtual BOOL OnSendingPDU( H245_DataApplicationCapability & pdu ) const; /**This function is called whenever and outgoing RequestMode PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour sets the pdu and calls OnSendingPDU with a H245_DataProtocolCapability parameter. */ virtual BOOL OnSendingPDU( H245_DataMode & pdu ///< PDU to set information on ) const; /**This function is called whenever and outgoing PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour sets separate LAN stack. */ virtual BOOL OnSendingPDU( H245_DataProtocolCapability & pdu ///< PDU to set information on ) const; /**This function is called whenever and incoming TerminalCapabilitySet or OpenLogicalChannel PDU has been used to construct the control channel. It allows the capability to set from the PDU fields, information in members specific to the class. The default behaviour gets the data rate field from the PDU. */ virtual BOOL OnReceivedPDU( const H245_DataApplicationCapability & pdu ///< PDU to set information on ); //@} /**@name Member access */ //@{ /**Get the dynamic port capability. Indicates endpoint can use something other than port 1503. */ BOOL GetDynamicPortCapability() const { return dynamicPortCapability; } /**Set the dynamic port capability. Indicates endpoint can use something other than port 1503. */ void SetDynamicPortCapability(BOOL dynamic) { dynamicPortCapability = dynamic; } //@} protected: BOOL dynamicPortCapability; }; /**This class describes the T.120 logical channel. */ class H323_T120Channel : public H323DataChannel { PCLASSINFO(H323_T120Channel, H323DataChannel); public: /**@name Construction */ //@{ /**Create a new channel. */ H323_T120Channel( H323Connection & connection, ///< Connection to endpoint for channel const H323Capability & capability, ///< Capability channel is using Directions direction, ///< Direction of channel unsigned sessionID ///< Session ID for channel ); //@} /**@name Overrides from class H323Channel */ //@{ /**Handle channel data reception. This is called by the thread started by the Start() function and is typically a loop reading from the transport and handling PDU's. The default behaviour here is to call HandleChannel() */ virtual void Receive(); /**Handle channel data transmission. This is called by the thread started by the Start() function and is typically a loop reading from the codec and writing to the transport (eg an RTP_session). The default behaviour here is to call HandleChannel() */ virtual void Transmit(); /**Fill out the OpenLogicalChannel PDU for the particular channel type. */ virtual BOOL OnSendingPDU( H245_OpenLogicalChannel & openPDU ///< Open PDU to send. ) const; /**This is called when request to create a channel is received from a remote machine and is about to be acknowledged. */ virtual void OnSendOpenAck( const H245_OpenLogicalChannel & open, ///< Open PDU H245_OpenLogicalChannelAck & ack ///< Acknowledgement PDU ) const; /**This is called after a request to create a channel occurs from the local machine via the H245LogicalChannelDict::Open() function, and the request has been acknowledged by the remote endpoint. The default makes sure the parameters are compatible and passes on the PDU to the rtp session. */ virtual BOOL OnReceivedPDU( const H245_OpenLogicalChannel & pdu, ///< Open PDU unsigned & errorCode ///< Error code on failure ); /**This is called after a request to create a channel occurs from the local machine via the H245LogicalChannelDict::Open() function, and the request has been acknowledged by the remote endpoint. The default makes sure the parameters are compatible and passes on the PDU to the rtp session. */ virtual BOOL OnReceivedAckPDU( const H245_OpenLogicalChannelAck & pdu ///< Acknowledgement PDU ); //@} virtual void HandleChannel(); protected: OpalT120Protocol * t120handler; }; #endif // __OPAL_H323T120_H ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/h323t38.h0100644000176200056700000002561410343321575016455 0ustar releasepostincr/* * h323t38.h * * H.323 T.38 logical channel establishment * * Open H323 Library * * Copyright (c) 2001 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: h323t38.h,v $ * Revision 1.15 2005/11/30 13:05:01 csoutheren * Changed tags for Doxygen * * Revision 1.14 2002/09/16 01:14:15 robertj * Added #define so can select if #pragma interface/implementation is used on * platform basis (eg MacOS) rather than compiler, thanks Robert Monaghan. * * Revision 1.13 2002/09/03 06:19:37 robertj * Normalised the multi-include header prevention ifdef/define symbol. * * Revision 1.12 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.11 2002/05/15 23:30:01 robertj * Backed out delete of t38 handler, causes race conditions. * * Revision 1.10 2002/05/15 01:30:49 robertj * Added missing delete of t38 handler, thanks thsuk@digitalsis.com. * Changed to allow the T.35 information to be adjusted so it will work for * various vendors version of the non-standard capability. * * Revision 1.9 2002/05/10 05:49:22 robertj * Added the max bit rate field to the data channel capability class. * Added session ID to the data logical channel class. * Added capability for old pre-v3 non-standard T.38. * * Revision 1.8 2002/01/09 00:21:36 robertj * Changes to support outgoing H.245 RequstModeChange. * * Revision 1.7 2002/01/01 23:27:50 craigs * Added CleanupOnTermination functions * Thanks to Vyacheslav Frolov * * Revision 1.6 2001/12/22 01:55:20 robertj * Removed vast quatities of redundent code that is done by ancestor class. * * Revision 1.5 2001/12/14 08:36:36 robertj * More implementation of T.38, thanks Adam Lazur * * Revision 1.4 2001/11/20 03:04:30 robertj * Added ability to reuse t38 channels with same session ID. * * Revision 1.3 2001/11/09 05:39:54 craigs * Added initial T.38 support thanks to Adam Lazur * * Revision 1.2 2001/07/24 02:25:57 robertj * Added UDP, dual TCP and single TCP modes to T.38 capability. * * Revision 1.1 2001/07/17 04:44:29 robertj * Partial implementation of T.120 and T.38 logical channels. * */ #ifndef __OPAL_H323T38_H #define __OPAL_H323T38_H #ifdef P_USE_PRAGMA #pragma interface #endif #include "h323caps.h" class H245_T38FaxProfile; class OpalT38Protocol; /////////////////////////////////////////////////////////////////////////////// /**This class describes the T.38 standard capability. */ class H323_T38Capability : public H323DataCapability { PCLASSINFO(H323_T38Capability, H323DataCapability); public: /**@name Construction */ //@{ enum TransportMode { e_UDP, e_DualTCP, e_SingleTCP, NumTransportModes }; /**Create a new capability. */ H323_T38Capability( TransportMode mode ); //@} /**@name Overrides from class PObject */ //@{ /**Compare two capability instances. This compares the main and sub-types of the capability. */ Comparison Compare(const PObject & obj) const; /**Create a copy of the object. */ virtual PObject * Clone() const; //@} /**@name Identification functions */ //@{ /**Get the sub-type of the capability. This is a code dependent on the main type of the capability. This returns the e_t38fax enum value from the protocol ASN H245_DataApplicationCapability_application class. */ virtual unsigned GetSubType() const; /**Get the name of the media data format this class represents. */ virtual PString GetFormatName() const; //@} /**@name Operations */ //@{ /**Create the channel instance, allocating resources as required. */ virtual H323Channel * CreateChannel( H323Connection & connection, ///< Owner connection for channel H323Channel::Directions dir, ///< Direction of channel unsigned sessionID, ///< Session ID for RTP channel const H245_H2250LogicalChannelParameters * param ///< Parameters for channel ) const; //@} /**@name Protocol manipulation */ //@{ /**This function is called whenever and outgoing TerminalCapabilitySet or OpenLogicalChannel PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour sets the pdu and calls OnSendingPDU with a H245_DataProtocolCapability parameter. */ virtual BOOL OnSendingPDU( H245_DataApplicationCapability & pdu ) const; /**This function is called whenever and outgoing RequestMode PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour sets the pdu and calls OnSendingPDU with a H245_DataProtocolCapability parameter. */ virtual BOOL OnSendingPDU( H245_DataMode & pdu ///< PDU to set information on ) const; /**This function is called whenever and outgoing PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour sets tcp or udp as required. */ virtual BOOL OnSendingPDU( H245_DataProtocolCapability & proto, ///< PDU to set information on H245_T38FaxProfile & profile ///< PDU to set information on ) const; /**This function is called whenever and incoming TerminalCapabilitySet or OpenLogicalChannel PDU has been used to construct the control channel. It allows the capability to set from the PDU fields, information in members specific to the class. The default behaviour gets the data rate field from the PDU. */ virtual BOOL OnReceivedPDU( const H245_DataApplicationCapability & pdu ///< PDU to set information on ); //@} TransportMode GetTransportMode() const { return mode; } protected: TransportMode mode; }; /**This class describes the T.38 non-standard capability. */ class H323_T38NonStandardCapability : public H323NonStandardDataCapability { PCLASSINFO(H323_T38NonStandardCapability, H323NonStandardDataCapability); public: /**@name Construction */ //@{ /**Create a new capability. */ H323_T38NonStandardCapability( BYTE country = 181, ///< t35 information BYTE extension = 0, ///< t35 information WORD maufacturer = 18 ///< t35 information ); //@} /**@name Overrides from class PObject */ //@{ /**Create a copy of the object. */ virtual PObject * Clone() const; //@} /**@name Identification functions */ //@{ /**Get the name of the media data format this class represents. */ virtual PString GetFormatName() const; //@} /**@name Operations */ //@{ /**Create the channel instance, allocating resources as required. */ virtual H323Channel * CreateChannel( H323Connection & connection, ///< Owner connection for channel H323Channel::Directions dir, ///< Direction of channel unsigned sessionID, ///< Session ID for RTP channel const H245_H2250LogicalChannelParameters * param ///< Parameters for channel ) const; //@} }; /**This class describes the T.38 logical channel. */ class H323_T38Channel : public H323DataChannel { PCLASSINFO(H323_T38Channel, H323DataChannel); public: /**@name Construction */ //@{ /**Create a new channel. */ H323_T38Channel( H323Connection & connection, ///< Connection to endpoint for channel const H323Capability & capability, ///< Capability channel is using Directions direction, ///< Direction of channel unsigned sessionID, ///< Session ID for channel H323_T38Capability::TransportMode mode ); ~H323_T38Channel(); //@} /**@name Overrides from class H323Channel */ //@{ /**Fill out the OpenLogicalChannel PDU for the particular channel type. */ virtual BOOL OnSendingPDU( H245_OpenLogicalChannel & openPDU ///< Open PDU to send. ) const; /**This is called after a request to create a channel occurs from the local machine via the H245LogicalChannelDict::Open() function, and the request has been acknowledged by the remote endpoint. The default makes sure the parameters are compatible and passes on the PDU to the rtp session. */ virtual BOOL OnReceivedPDU( const H245_OpenLogicalChannel & pdu, ///< Open PDU unsigned & errorCode ///< Error code on failure ); /**This is called to clean up any threads on connection termination. */ virtual void CleanUpOnTermination(); /**Handle channel data reception. This is called by the thread started by the Start() function and is a loop reading from the transport and calling HandlePacket() for each PDU read. */ virtual void Receive(); /**Handle channel data transmission. This is called by the thread started by the Start() function and is typically a loop reading from the codec and writing to the transport (eg an RTP_session). */ virtual void Transmit(); /**Create the H323Listener class to be used. This is called on receipt of an OpenLogicalChannel request. The default behaviour creates a compatible listener using the connections control channel as a basis and returns TRUE if successful. */ virtual BOOL CreateListener(); /**Create the H323Transport class to be used. This is called on receipt of an OpenLogicalChannelAck response. It should not return TRUE unless the transport member variable is set. The default behaviour uses the connection signalling channel to create the transport and returns TRUE if successful. */ virtual BOOL CreateTransport(); //@} OpalT38Protocol * GetHandler() const { return t38handler; } protected: BOOL usesTCP; OpalT38Protocol * t38handler; }; #endif // __OPAL_H323T38_H ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/h323trans.h0100644000176200056700000004067010343321575017165 0ustar releasepostincr/* * h323trans.h * * H.323 Transactor handler * * Open H323 Library * * Copyright (c) 2003 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: h323trans.h,v $ * Revision 1.17 2005/11/30 13:05:01 csoutheren * Changed tags for Doxygen * * Revision 1.16 2004/08/24 08:11:24 csoutheren * Added initial support for receiving broadcasts on Linux * * Revision 1.15 2003/12/11 05:39:04 csoutheren * Added storage of H.225 version in endpoint structure * Disabled sending RIPs to endpoints that cannot handle them * * Revision 1.14 2003/04/30 07:50:58 robertj * Redesigned the alternate credentials in ARQ system as old implementation * was fraught with concurrency issues, most importantly it can cause false * detection of replay attacks taking out an endpoint completely. * * Revision 1.13 2003/04/10 09:40:05 robertj * Added associated transport to new GetInterfaceAddresses() function so * interfaces can be ordered according to active transport links. Improves * interoperability. * * Revision 1.12 2003/04/10 01:03:58 craigs * Added functions to access to lists of interfaces * * Revision 1.11 2003/04/09 03:08:06 robertj * Fixed race condition in shutting down transactor (pure virtual call) * * Revision 1.10 2003/04/01 05:59:30 robertj * Fixed H.501 transaction code setting members for m_common PDU part. * * Revision 1.9 2003/04/01 04:47:48 robertj * Abstracted H.225 RAS transaction processing (RIP and secondary thread) in * server environment for use by H.501 peer elements. * * Revision 1.8 2003/03/26 00:46:25 robertj * Had another go at making H323Transactor being able to be created * without having a listener running. * * Revision 1.7 2003/03/25 04:56:17 robertj * Fixed issues to do with multiple inheritence in transaction reply cache. * * Revision 1.6 2003/03/21 05:26:45 robertj * Added setting of remote port in UDP transport constructor. * * Revision 1.5 2003/03/20 01:51:07 robertj * More abstraction of H.225 RAS and H.501 protocols transaction handling. * * Revision 1.4 2003/03/01 00:23:42 craigs * New PeerElement implementation * * Revision 1.3 2003/02/25 06:48:15 robertj * More work on PDU transaction abstraction. * * Revision 1.2 2003/02/25 03:14:58 robertj * Added missing virtual destructor. * * Revision 1.1 2003/02/21 05:28:39 craigs * Factored out code for user with peer elements * */ #ifndef __OPAL_H323TRANS_H #define __OPAL_H323TRANS_H #ifdef P_USE_PRAGMA #pragma interface #endif #include "transports.h" #include "h235auth.h" #include class H323TransactionPDU { public: H323TransactionPDU(); H323TransactionPDU(const H235Authenticators & auth); virtual ~H323TransactionPDU() { } virtual BOOL Read(H323Transport & transport); virtual BOOL Write(H323Transport & transport); virtual PASN_Object & GetPDU() = 0; virtual PASN_Choice & GetChoice() = 0; virtual const PASN_Object & GetPDU() const = 0; virtual const PASN_Choice & GetChoice() const = 0; virtual unsigned GetSequenceNumber() const = 0; virtual unsigned GetRequestInProgressDelay() const = 0; #if PTRACING virtual const char * GetProtocolName() const = 0; #endif virtual H323TransactionPDU * ClonePDU() const = 0; virtual void DeletePDU() = 0; const H235Authenticators & GetAuthenticators() const { return authenticators; } void SetAuthenticators( const H235Authenticators & auth ) { authenticators = auth; } H235Authenticator::ValidationResult Validate( const PASN_Array & clearTokens, unsigned clearOptionalField, const PASN_Array & cryptoTokens, unsigned cryptoOptionalField ) const { return authenticators.ValidatePDU(*this, clearTokens, clearOptionalField, cryptoTokens, cryptoOptionalField, rawPDU); } void Prepare( PASN_Array & clearTokens, unsigned clearOptionalField, PASN_Array & cryptoTokens, unsigned cryptoOptionalField ) { authenticators.PreparePDU(*this, clearTokens, clearOptionalField, cryptoTokens, cryptoOptionalField); } protected: H235Authenticators authenticators; PPER_Stream rawPDU; }; /////////////////////////////////////////////////////////// class H323Transactor : public PObject { PCLASSINFO(H323Transactor, PObject); public: /**@name Construction */ //@{ /**Create a new protocol handler. */ H323Transactor( H323EndPoint & endpoint, ///< Endpoint gatekeeper is associated with. H323Transport * transport, ///< Transport over which to communicate. WORD localPort, ///< Local port to listen on WORD remotePort ///< Remote port to connect on ); H323Transactor( H323EndPoint & endpoint, ///< Endpoint gatekeeper is associated with. const H323TransportAddress & iface, ///< Local interface over which to communicate. WORD localPort, ///< Local port to listen on WORD remotePort ///< Remote port to connect on ); /**Destroy protocol handler. */ ~H323Transactor(); //@} /**@name Overrides from PObject */ //@{ /**Print the name of the gatekeeper. */ void PrintOn( ostream & strm ///< Stream to print to. ) const; //@} /**@name new operations */ //@{ /**Set a new transport for use by the transactor. */ BOOL SetTransport( const H323TransportAddress & iface ///< Local interface for transport ); /**Return the list of addresses used for this peer element */ H323TransportAddressArray GetInterfaceAddresses( BOOL excludeLocalHost = TRUE, ///< Flag to exclude 127.0.0.1 H323Transport * associatedTransport = NULL ///< Associated transport for precedence and translation ); /**Start the channel processing transactions */ virtual BOOL StartChannel(); /**Stop the channel processing transactions. Must be called in each descendants destructor. */ virtual void StopChannel(); /**Create the transaction PDU for reading. */ virtual H323TransactionPDU * CreateTransactionPDU() const = 0; /**Handle and dispatch a transaction PDU */ virtual BOOL HandleTransaction( const PASN_Object & rawPDU ) = 0; /**Allow for modifications to PDU on send. */ virtual void OnSendingPDU( PASN_Object & rawPDU ) = 0; /**Write PDU to transport after executing callback. */ virtual BOOL WritePDU( H323TransactionPDU & pdu ); /**Write PDU to transport after executing callback. */ virtual BOOL WriteTo( H323TransactionPDU & pdu, const H323TransportAddressArray & addresses, BOOL callback = TRUE ); //@} /**@name Member variable access */ //@{ /**Get the gatekeepers associated endpoint. */ H323EndPoint & GetEndPoint() const { return endpoint; } /**Get the gatekeepers transport channel. */ H323Transport & GetTransport() const { return *transport; } /**Set flag to check all crypto tokens on responses. */ void SetCheckResponseCryptoTokens( BOOL value ///< New value for checking crypto tokens. ) { checkResponseCryptoTokens = value; } /**Get flag to check all crypto tokens on responses. */ BOOL GetCheckResponseCryptoTokens() { return checkResponseCryptoTokens; } //@} protected: void Construct(); unsigned GetNextSequenceNumber(); BOOL SetUpCallSignalAddresses( H225_ArrayOf_TransportAddress & addresses ); //Background thread handler. PDECLARE_NOTIFIER(PThread, H323Transactor, HandleTransactions); class Request : public PObject { PCLASSINFO(Request, PObject); public: Request( unsigned seqNum, H323TransactionPDU & pdu ); Request( unsigned seqNum, H323TransactionPDU & pdu, const H323TransportAddressArray & addresses ); BOOL Poll(H323Transactor &); void CheckResponse(unsigned, const PASN_Choice *); void OnReceiveRIP(unsigned milliseconds); // Inter-thread transfer variables unsigned rejectReason; void * responseInfo; H323TransportAddressArray requestAddresses; unsigned sequenceNumber; H323TransactionPDU & requestPDU; PTimeInterval whenResponseExpected; PSyncPoint responseHandled; PMutex responseMutex; enum { AwaitingResponse, ConfirmReceived, RejectReceived, TryAlternate, BadCryptoTokens, RequestInProgress, NoResponseReceived } responseResult; }; virtual BOOL MakeRequest( Request & request ); BOOL CheckForResponse( unsigned, unsigned, const PASN_Choice * = NULL ); BOOL HandleRequestInProgress( const H323TransactionPDU & pdu, unsigned delay ); BOOL CheckCryptoTokens( const H323TransactionPDU & pdu, const PASN_Array & clearTokens, unsigned clearOptionalField, const PASN_Array & cryptoTokens, unsigned cryptoOptionalField ); void AgeResponses(); BOOL SendCachedResponse( const H323TransactionPDU & pdu ); class Response : public PString { PCLASSINFO(Response, PString); public: Response(const H323TransportAddress & addr, unsigned seqNum); ~Response(); void SetPDU(const H323TransactionPDU & pdu); BOOL SendCachedResponse(H323Transport & transport); PTime lastUsedTime; PTimeInterval retirementAge; H323TransactionPDU * replyPDU; }; // Configuration variables H323EndPoint & endpoint; WORD defaultLocalPort; WORD defaultRemotePort; H323Transport * transport; BOOL checkResponseCryptoTokens; unsigned nextSequenceNumber; PMutex nextSequenceNumberMutex; PDictionary requests; PMutex requestsMutex; Request * lastRequest; PMutex pduWriteMutex; PSortedList responses; }; //////////////////////////////////////////////////////////////////////////////////// class H323Transaction : public PObject { PCLASSINFO(H323Transaction, PObject); public: /**@name Construction */ //@{ /**Create a new transaction handler. */ H323Transaction( H323Transactor & transactor, const H323TransactionPDU & requestToCopy, H323TransactionPDU * confirm, H323TransactionPDU * reject ); ~H323Transaction(); //@} enum Response { Ignore = -2, Reject = -1, Confirm = 0 }; inline static Response InProgress(unsigned time) { return (Response)(time&0xffff); } virtual H323TransactionPDU * CreateRIP( unsigned sequenceNumber, unsigned delay ) const = 0; BOOL HandlePDU(); virtual BOOL WritePDU( H323TransactionPDU & pdu ); BOOL CheckCryptoTokens( const H235Authenticators & authenticators ); #if PTRACING virtual const char * GetName() const = 0; #endif virtual H235Authenticator::ValidationResult ValidatePDU() const = 0; virtual void SetRejectReason( unsigned reasonCode ) = 0; BOOL IsFastResponseRequired() const { return fastResponseRequired && canSendRIP; } BOOL CanSendRIP() const { return canSendRIP; } H323TransportAddress GetReplyAddress() const { return replyAddresses[0]; } const H323TransportAddressArray & GetReplyAddresses() const { return replyAddresses; } BOOL IsBehindNAT() const { return isBehindNAT; } H323Transactor & GetTransactor() const { return transactor; } H235Authenticator::ValidationResult GetAuthenticatorResult() const { return authenticatorResult; } protected: virtual Response OnHandlePDU() = 0; PDECLARE_NOTIFIER(PThread, H323Transaction, SlowHandler); H323Transactor & transactor; unsigned requestSequenceNumber; H323TransportAddressArray replyAddresses; BOOL fastResponseRequired; H323TransactionPDU * request; H323TransactionPDU * confirm; H323TransactionPDU * reject; H235Authenticators authenticators; H235Authenticator::ValidationResult authenticatorResult; BOOL isBehindNAT; BOOL canSendRIP; }; /////////////////////////////////////////////////////////// class H323TransactionServer : public PObject { PCLASSINFO(H323TransactionServer, PObject); public: /**@name Construction */ //@{ /**Create a new gatekeeper. */ H323TransactionServer( H323EndPoint & endpoint ); /**Destroy gatekeeper. */ ~H323TransactionServer(); //@} virtual WORD GetDefaultUdpPort() = 0; /**@name Access functions */ //@{ /**Get the owner endpoint. */ H323EndPoint & GetOwnerEndPoint() const { return ownerEndPoint; } /**@name Protocol Handler Operations */ //@{ /**Add listeners to the transaction server. If a listener already exists on the interface specified in the list then it is ignored. If a listener does not yet exist a new one is created and if a listener is running that is not in the list then it is stopped and removed. If the array is empty then the string "*" is assumed which will listen on the standard UDP port on INADDR_ANY. Returns TRUE if at least one interface was successfully started. */ BOOL AddListeners( const H323TransportAddressArray & ifaces ///< Interfaces to listen on. ); /**Add a gatekeeper listener to this gatekeeper server given the transport address for the local interface. */ BOOL AddListener( const H323TransportAddress & interfaceName ); /**Add a gatekeeper listener to this gatekeeper server given the transport. Note that the transport is then owned by the listener and will be deleted automatically when the listener is destroyed. Note also the transport is deleted if this function returns FALSE and no listener was created. */ BOOL AddListener( H323Transport * transport ); /**Add a gatekeeper listener to this gatekeeper server. Note that the gatekeeper listener is then owned by the gatekeeper server and will be deleted automatically when the listener is removed. Note also the listener is deleted if this function returns FALSE and the listener was not used. */ BOOL AddListener( H323Transactor * listener ); /**Create a new H323GatkeeperListener. The user woiuld not usually use this function as it is used internally by the server when new listeners are added by H323TransportAddress. However, a user may override this function to create objects that are user defined descendants of H323GatekeeperListener so the user can maintain extra information on a interface by interface basis. */ virtual H323Transactor * CreateListener( H323Transport * transport ///< Transport for listener ) = 0; /**Remove a gatekeeper listener from this gatekeeper server. The gatekeeper listener is automatically deleted. */ BOOL RemoveListener( H323Transactor * listener ); BOOL SetUpCallSignalAddresses(H225_ArrayOf_TransportAddress & addresses); //@} protected: H323EndPoint & ownerEndPoint; PThread * monitorThread; PSyncPoint monitorExit; PMutex mutex; PLIST(ListenerList, H323Transactor); ListenerList listeners; BOOL usingAllInterfaces; }; #endif // __OPAL_H323TRANS_H ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/h4501.h0100644000176200056700000004127710034005721016170 0ustar releasepostincr// // h4501.h // // Code automatically generated by asnparse. // #if ! H323_DISABLE_H4501 #ifndef __H4501_H #define __H4501_H #ifdef P_USE_PRAGMA #pragma interface #endif #include #include "h225.h" #include "x880.h" // // EntityType // class H4501_EntityType : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4501_EntityType, PASN_Choice); #endif public: H4501_EntityType(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_endpoint, e_anyEntity }; BOOL CreateObject(); PObject * Clone() const; }; // // AddressInformation // class H4501_AddressInformation : public H225_AliasAddress { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4501_AddressInformation, H225_AliasAddress); #endif public: H4501_AddressInformation(unsigned tag = 0, TagClass tagClass = UniversalTagClass); PObject * Clone() const; }; // // InterpretationApdu // class H4501_InterpretationApdu : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4501_InterpretationApdu, PASN_Choice); #endif public: H4501_InterpretationApdu(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_discardAnyUnrecognizedInvokePdu, e_clearCallIfAnyInvokePduNotRecognized, e_rejectAnyUnrecognizedInvokePdu }; BOOL CreateObject(); PObject * Clone() const; }; // // ServiceApdus // class H4501_ArrayOf_ROS; class H4501_ServiceApdus : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4501_ServiceApdus, PASN_Choice); #endif public: H4501_ServiceApdus(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_rosApdus }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H4501_ArrayOf_ROS &() const; #else operator H4501_ArrayOf_ROS &(); operator const H4501_ArrayOf_ROS &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // InvokeIdSet // class H4501_InvokeIdSet : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4501_InvokeIdSet, PASN_Integer); #endif public: H4501_InvokeIdSet(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); H4501_InvokeIdSet & operator=(int v); H4501_InvokeIdSet & operator=(unsigned v); PObject * Clone() const; }; // // InvokeIDs // class H4501_InvokeIDs : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4501_InvokeIDs, PASN_Integer); #endif public: H4501_InvokeIDs(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); H4501_InvokeIDs & operator=(int v); H4501_InvokeIDs & operator=(unsigned v); PObject * Clone() const; }; // // PresentedAddressScreened // class H4501_AddressScreened; class H4501_PresentedAddressScreened : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4501_PresentedAddressScreened, PASN_Choice); #endif public: H4501_PresentedAddressScreened(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_presentationAllowedAddress, e_presentationRestricted, e_numberNotAvailableDueToInterworking, e_presentationRestrictedAddress }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H4501_AddressScreened &() const; #else operator H4501_AddressScreened &(); operator const H4501_AddressScreened &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // PresentedAddressUnscreened // class H4501_Address; class H4501_PresentedAddressUnscreened : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4501_PresentedAddressUnscreened, PASN_Choice); #endif public: H4501_PresentedAddressUnscreened(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_presentationAllowedAddress, e_presentationRestricted, e_numberNotAvailableDueToInterworking, e_presentationRestrictedAddress }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H4501_Address &() const; #else operator H4501_Address &(); operator const H4501_Address &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // PresentedNumberScreened // class H4501_NumberScreened; class H4501_PresentedNumberScreened : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4501_PresentedNumberScreened, PASN_Choice); #endif public: H4501_PresentedNumberScreened(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_presentationAllowedAddress, e_presentationRestricted, e_numberNotAvailableDueToInterworking, e_presentationRestrictedAddress }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H4501_NumberScreened &() const; #else operator H4501_NumberScreened &(); operator const H4501_NumberScreened &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // PresentedNumberUnscreened // class H225_PartyNumber; class H4501_PresentedNumberUnscreened : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4501_PresentedNumberUnscreened, PASN_Choice); #endif public: H4501_PresentedNumberUnscreened(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_presentationAllowedAddress, e_presentationRestricted, e_numberNotAvailableDueToInterworking, e_presentationRestrictedAddress }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_PartyNumber &() const; #else operator H225_PartyNumber &(); operator const H225_PartyNumber &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // PartySubaddress // class H4501_UserSpecifiedSubaddress; class H4501_NSAPSubaddress; class H4501_PartySubaddress : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4501_PartySubaddress, PASN_Choice); #endif public: H4501_PartySubaddress(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_userSpecifiedSubaddress, e_nsapSubaddress }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H4501_UserSpecifiedSubaddress &() const; #else operator H4501_UserSpecifiedSubaddress &(); operator const H4501_UserSpecifiedSubaddress &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H4501_NSAPSubaddress &() const; #else operator H4501_NSAPSubaddress &(); operator const H4501_NSAPSubaddress &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // NSAPSubaddress // class H4501_NSAPSubaddress : public PASN_OctetString { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4501_NSAPSubaddress, PASN_OctetString); #endif public: H4501_NSAPSubaddress(unsigned tag = UniversalOctetString, TagClass tagClass = UniversalTagClass); H4501_NSAPSubaddress(const char * v); H4501_NSAPSubaddress(const PString & v); H4501_NSAPSubaddress(const PBYTEArray & v); H4501_NSAPSubaddress & operator=(const char * v); H4501_NSAPSubaddress & operator=(const PString & v); H4501_NSAPSubaddress & operator=(const PBYTEArray & v); PObject * Clone() const; }; // // SubaddressInformation // class H4501_SubaddressInformation : public PASN_OctetString { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4501_SubaddressInformation, PASN_OctetString); #endif public: H4501_SubaddressInformation(unsigned tag = UniversalOctetString, TagClass tagClass = UniversalTagClass); H4501_SubaddressInformation(const char * v); H4501_SubaddressInformation(const PString & v); H4501_SubaddressInformation(const PBYTEArray & v); H4501_SubaddressInformation & operator=(const char * v); H4501_SubaddressInformation & operator=(const PString & v); H4501_SubaddressInformation & operator=(const PBYTEArray & v); PObject * Clone() const; }; // // ScreeningIndicator // class H4501_ScreeningIndicator : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4501_ScreeningIndicator, PASN_Enumeration); #endif public: H4501_ScreeningIndicator(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_userProvidedNotScreened, e_userProvidedVerifiedAndPassed, e_userProvidedVerifiedAndFailed, e_networkProvided }; H4501_ScreeningIndicator & operator=(unsigned v); PObject * Clone() const; }; // // PresentationAllowedIndicator // class H4501_PresentationAllowedIndicator : public PASN_Boolean { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4501_PresentationAllowedIndicator, PASN_Boolean); #endif public: H4501_PresentationAllowedIndicator(unsigned tag = UniversalBoolean, TagClass tagClass = UniversalTagClass); H4501_PresentationAllowedIndicator & operator=(BOOL v); PObject * Clone() const; }; // // GeneralErrorList // class H4501_GeneralErrorList : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4501_GeneralErrorList, PASN_Enumeration); #endif public: H4501_GeneralErrorList(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_userNotSubscribed, e_rejectedByNetwork, e_rejectedByUser, e_notAvailable, e_insufficientInformation = 5, e_invalidServedUserNumber, e_invalidCallState, e_basicServiceNotProvided, e_notIncomingCall, e_supplementaryServiceInteractionNotAllowed, e_resourceUnavailable, e_callFailure = 25, e_proceduralError = 43 }; H4501_GeneralErrorList & operator=(unsigned v); PObject * Clone() const; }; // // H225InformationElement // class H4501_H225InformationElement : public PASN_OctetString { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4501_H225InformationElement, PASN_OctetString); #endif public: H4501_H225InformationElement(unsigned tag = UniversalOctetString, TagClass tagClass = UniversalTagClass); H4501_H225InformationElement(const char * v); H4501_H225InformationElement(const PString & v); H4501_H225InformationElement(const PBYTEArray & v); H4501_H225InformationElement & operator=(const char * v); H4501_H225InformationElement & operator=(const PString & v); H4501_H225InformationElement & operator=(const PBYTEArray & v); PObject * Clone() const; }; // // Extension // class H4501_Extension : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4501_Extension, PASN_Sequence); #endif public: H4501_Extension(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); X880_Code m_extensionId; PASN_OctetString m_extensionArgument; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ArrayOf_ROS // class X880_ROS; class H4501_ArrayOf_ROS : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4501_ArrayOf_ROS, PASN_Array); #endif public: H4501_ArrayOf_ROS(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; X880_ROS & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_AliasAddress // class H225_AliasAddress; class H4501_ArrayOf_AliasAddress : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4501_ArrayOf_AliasAddress, PASN_Array); #endif public: H4501_ArrayOf_AliasAddress(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_AliasAddress & operator[](PINDEX i) const; PObject * Clone() const; }; // // NetworkFacilityExtension // class H4501_NetworkFacilityExtension : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4501_NetworkFacilityExtension, PASN_Sequence); #endif public: H4501_NetworkFacilityExtension(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_sourceEntityAddress, e_destinationEntityAddress }; H4501_EntityType m_sourceEntity; H4501_AddressInformation m_sourceEntityAddress; H4501_EntityType m_destinationEntity; H4501_AddressInformation m_destinationEntityAddress; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // AddressScreened // class H4501_AddressScreened : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4501_AddressScreened, PASN_Sequence); #endif public: H4501_AddressScreened(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_partySubaddress }; H225_PartyNumber m_partyNumber; H4501_ScreeningIndicator m_screeningIndicator; H4501_PartySubaddress m_partySubaddress; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // NumberScreened // class H4501_NumberScreened : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4501_NumberScreened, PASN_Sequence); #endif public: H4501_NumberScreened(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H225_PartyNumber m_partyNumber; H4501_ScreeningIndicator m_screeningIndicator; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // Address // class H4501_Address : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4501_Address, PASN_Sequence); #endif public: H4501_Address(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_partySubaddress }; H225_PartyNumber m_partyNumber; H4501_PartySubaddress m_partySubaddress; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // EndpointAddress // class H4501_EndpointAddress : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4501_EndpointAddress, PASN_Sequence); #endif public: H4501_EndpointAddress(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_remoteExtensionAddress }; H4501_ArrayOf_AliasAddress m_destinationAddress; H225_AliasAddress m_remoteExtensionAddress; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // UserSpecifiedSubaddress // class H4501_UserSpecifiedSubaddress : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4501_UserSpecifiedSubaddress, PASN_Sequence); #endif public: H4501_UserSpecifiedSubaddress(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_oddCountIndicator }; H4501_SubaddressInformation m_subaddressInformation; PASN_Boolean m_oddCountIndicator; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // SupplementaryService // class H4501_SupplementaryService : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4501_SupplementaryService, PASN_Sequence); #endif public: H4501_SupplementaryService(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_networkFacilityExtension, e_interpretationApdu }; H4501_NetworkFacilityExtension m_networkFacilityExtension; H4501_InterpretationApdu m_interpretationApdu; H4501_ServiceApdus m_serviceApdu; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; #endif // __H4501_H #endif // if ! H323_DISABLE_H4501 // End of h4501.h openh323_v1_18_0/include/h45010.h0100644000176200056700000000623310034005721016241 0ustar releasepostincr// // h45010.h // // Code automatically generated by asnparse. // #if ! H323_DISABLE_H45010 #ifndef __H45010_H #define __H45010_H #ifdef P_USE_PRAGMA #pragma interface #endif #include #include "h4504.h" #include "h4506.h" // // H323CallOfferOperations // class H45010_H323CallOfferOperations : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(H45010_H323CallOfferOperations, PASN_Enumeration); #endif public: H45010_H323CallOfferOperations(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_callOfferRequest = 34, e_remoteUserAlerting = 115, e_cfbOverride = 49 }; H45010_H323CallOfferOperations & operator=(unsigned v); PObject * Clone() const; }; // // ArrayOf_MixedExtension // class H4504_MixedExtension; class H45010_ArrayOf_MixedExtension : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H45010_ArrayOf_MixedExtension, PASN_Array); #endif public: H45010_ArrayOf_MixedExtension(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H4504_MixedExtension & operator[](PINDEX i) const; PObject * Clone() const; }; // // CoReqOptArg // class H45010_CoReqOptArg : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H45010_CoReqOptArg, PASN_Sequence); #endif public: H45010_CoReqOptArg(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_extension }; H45010_ArrayOf_MixedExtension m_extension; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RUAlertOptArg // class H45010_RUAlertOptArg : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H45010_RUAlertOptArg, PASN_Sequence); #endif public: H45010_RUAlertOptArg(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_extension }; H45010_ArrayOf_MixedExtension m_extension; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CfbOvrOptArg // class H45010_CfbOvrOptArg : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H45010_CfbOvrOptArg, PASN_Sequence); #endif public: H45010_CfbOvrOptArg(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_extension }; H45010_ArrayOf_MixedExtension m_extension; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; #endif // __H45010_H #endif // if ! H323_DISABLE_H45010 // End of h45010.h openh323_v1_18_0/include/h45011.h0100644000176200056700000003006610034005721016243 0ustar releasepostincr// // h45011.h // // Code automatically generated by asnparse. // #if ! H323_DISABLE_H45011 #ifndef __H45011_H #define __H45011_H #ifdef P_USE_PRAGMA #pragma interface #endif #include #include "h225.h" #include "h4504.h" #include "h4501.h" #include "h4506.h" #include "h45010.h" // // H323CallIntrusionOperations // class H45011_H323CallIntrusionOperations : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(H45011_H323CallIntrusionOperations, PASN_Enumeration); #endif public: H45011_H323CallIntrusionOperations(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_callIntrusionRequest = 43, e_callIntrusionGetCIPL, e_callIntrusionIsolate, e_callIntrusionForcedRelease, e_callIntrusionWOBRequest, e_callIntrusionSilentMonitor = 116, e_callIntrusionNotification }; H45011_H323CallIntrusionOperations & operator=(unsigned v); PObject * Clone() const; }; // // CICapabilityLevel // class H45011_CICapabilityLevel : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(H45011_CICapabilityLevel, PASN_Integer); #endif public: H45011_CICapabilityLevel(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); H45011_CICapabilityLevel & operator=(int v); H45011_CICapabilityLevel & operator=(unsigned v); PObject * Clone() const; }; // // CIProtectionLevel // class H45011_CIProtectionLevel : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(H45011_CIProtectionLevel, PASN_Integer); #endif public: H45011_CIProtectionLevel(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); H45011_CIProtectionLevel & operator=(int v); H45011_CIProtectionLevel & operator=(unsigned v); PObject * Clone() const; }; // // CIStatusInformation // class H45011_CIStatusInformation : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H45011_CIStatusInformation, PASN_Choice); #endif public: H45011_CIStatusInformation(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_callIntrusionImpending, e_callIntruded, e_callIsolated, e_callForceReleased, e_callIntrusionComplete, e_callIntrusionEnd }; BOOL CreateObject(); PObject * Clone() const; }; // // CallIntrusionErrors // class H45011_CallIntrusionErrors : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(H45011_CallIntrusionErrors, PASN_Enumeration); #endif public: H45011_CallIntrusionErrors(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_notBusy = 1009, e_temporarilyUnavailable = 1000, e_notAuthorized = 1007 }; H45011_CallIntrusionErrors & operator=(unsigned v); PObject * Clone() const; }; // // ArrayOf_MixedExtension // class H4504_MixedExtension; class H45011_ArrayOf_MixedExtension : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H45011_ArrayOf_MixedExtension, PASN_Array); #endif public: H45011_ArrayOf_MixedExtension(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H4504_MixedExtension & operator[](PINDEX i) const; PObject * Clone() const; }; // // CIRequestArg // class H45011_CIRequestArg : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H45011_CIRequestArg, PASN_Sequence); #endif public: H45011_CIRequestArg(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_argumentExtension }; H45011_CICapabilityLevel m_ciCapabilityLevel; H45011_ArrayOf_MixedExtension m_argumentExtension; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CIRequestRes // class H45011_CIRequestRes : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H45011_CIRequestRes, PASN_Sequence); #endif public: H45011_CIRequestRes(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_resultExtension }; H45011_CIStatusInformation m_ciStatusInformation; H45011_ArrayOf_MixedExtension m_resultExtension; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CIGetCIPLOptArg // class H45011_CIGetCIPLOptArg : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H45011_CIGetCIPLOptArg, PASN_Sequence); #endif public: H45011_CIGetCIPLOptArg(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_argumentExtension }; H45011_ArrayOf_MixedExtension m_argumentExtension; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CIGetCIPLRes // class H45011_CIGetCIPLRes : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H45011_CIGetCIPLRes, PASN_Sequence); #endif public: H45011_CIGetCIPLRes(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_silentMonitoringPermitted, e_resultExtension }; H45011_CIProtectionLevel m_ciProtectionLevel; PASN_Null m_silentMonitoringPermitted; H45011_ArrayOf_MixedExtension m_resultExtension; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CIIsOptArg // class H45011_CIIsOptArg : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H45011_CIIsOptArg, PASN_Sequence); #endif public: H45011_CIIsOptArg(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_argumentExtension }; H45011_ArrayOf_MixedExtension m_argumentExtension; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CIIsOptRes // class H45011_CIIsOptRes : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H45011_CIIsOptRes, PASN_Sequence); #endif public: H45011_CIIsOptRes(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_resultExtension }; H45011_ArrayOf_MixedExtension m_resultExtension; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CIFrcRelArg // class H45011_CIFrcRelArg : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H45011_CIFrcRelArg, PASN_Sequence); #endif public: H45011_CIFrcRelArg(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_argumentExtension }; H45011_CICapabilityLevel m_ciCapabilityLevel; H45011_ArrayOf_MixedExtension m_argumentExtension; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CIFrcRelOptRes // class H45011_CIFrcRelOptRes : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H45011_CIFrcRelOptRes, PASN_Sequence); #endif public: H45011_CIFrcRelOptRes(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_resultExtension }; H45011_ArrayOf_MixedExtension m_resultExtension; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CIWobOptArg // class H45011_CIWobOptArg : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H45011_CIWobOptArg, PASN_Sequence); #endif public: H45011_CIWobOptArg(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_argumentExtension }; H45011_ArrayOf_MixedExtension m_argumentExtension; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CIWobOptRes // class H45011_CIWobOptRes : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H45011_CIWobOptRes, PASN_Sequence); #endif public: H45011_CIWobOptRes(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_resultExtension }; H45011_ArrayOf_MixedExtension m_resultExtension; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CISilentArg // class H45011_CISilentArg : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H45011_CISilentArg, PASN_Sequence); #endif public: H45011_CISilentArg(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_specificCall, e_argumentExtension }; H45011_CICapabilityLevel m_ciCapabilityLevel; H225_CallIdentifier m_specificCall; H45011_ArrayOf_MixedExtension m_argumentExtension; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CISilentOptRes // class H45011_CISilentOptRes : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H45011_CISilentOptRes, PASN_Sequence); #endif public: H45011_CISilentOptRes(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_resultExtension }; H45011_ArrayOf_MixedExtension m_resultExtension; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CINotificationArg // class H45011_CINotificationArg : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H45011_CINotificationArg, PASN_Sequence); #endif public: H45011_CINotificationArg(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_argumentExtension }; H45011_CIStatusInformation m_ciStatusInformation; H45011_ArrayOf_MixedExtension m_argumentExtension; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; #endif // __H45011_H #endif // if ! H323_DISABLE_H45011 // End of h45011.h openh323_v1_18_0/include/h4502.h0100644000176200056700000004143210034005721016162 0ustar releasepostincr// // h4502.h // // Code automatically generated by asnparse. // #if ! H323_DISABLE_H4502 #ifndef __H4502_H #define __H4502_H #ifdef P_USE_PRAGMA #pragma interface #endif #include #include "h4501.h" #include "h4501.h" #include "h4501.h" #include "h225.h" #include "h4501.h" // // DummyArg // class H4502_ExtensionSeq; class H225_NonStandardParameter; class H4502_DummyArg : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4502_DummyArg, PASN_Choice); #endif public: H4502_DummyArg(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_extensionSeq, e_nonStandardData }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H4502_ExtensionSeq &() const; #else operator H4502_ExtensionSeq &(); operator const H4502_ExtensionSeq &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_NonStandardParameter &() const; #else operator H225_NonStandardParameter &(); operator const H225_NonStandardParameter &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // DummyRes // class H4502_ExtensionSeq; class H225_NonStandardParameter; class H4502_DummyRes : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4502_DummyRes, PASN_Choice); #endif public: H4502_DummyRes(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_extensionSeq, e_nonStandardData }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H4502_ExtensionSeq &() const; #else operator H4502_ExtensionSeq &(); operator const H4502_ExtensionSeq &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_NonStandardParameter &() const; #else operator H225_NonStandardParameter &(); operator const H225_NonStandardParameter &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // EndDesignation // class H4502_EndDesignation : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4502_EndDesignation, PASN_Enumeration); #endif public: H4502_EndDesignation(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_primaryEnd, e_secondaryEnd }; H4502_EndDesignation & operator=(unsigned v); PObject * Clone() const; }; // // CallStatus // class H4502_CallStatus : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4502_CallStatus, PASN_Enumeration); #endif public: H4502_CallStatus(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_answered, e_alerting }; H4502_CallStatus & operator=(unsigned v); PObject * Clone() const; }; // // CallIdentity // class H4502_CallIdentity : public PASN_NumericString { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4502_CallIdentity, PASN_NumericString); #endif public: H4502_CallIdentity(unsigned tag = UniversalNumericString, TagClass tagClass = UniversalTagClass); H4502_CallIdentity & operator=(const char * v); H4502_CallIdentity & operator=(const PString & v); PObject * Clone() const; }; // // ExtensionSeq // class H4501_Extension; class H4502_ExtensionSeq : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4502_ExtensionSeq, PASN_Array); #endif public: H4502_ExtensionSeq(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H4501_Extension & operator[](PINDEX i) const; PObject * Clone() const; }; // // CallTransferOperation // class H4502_CallTransferOperation : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4502_CallTransferOperation, PASN_Enumeration); #endif public: H4502_CallTransferOperation(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_callTransferIdentify = 7, e_callTransferAbandon, e_callTransferInitiate, e_callTransferSetup, e_callTransferUpdate = 13, e_subaddressTransfer, e_callTransferComplete = 12, e_callTransferActive = 11 }; H4502_CallTransferOperation & operator=(unsigned v); PObject * Clone() const; }; // // CallTransferErrors // class H4502_CallTransferErrors : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4502_CallTransferErrors, PASN_Enumeration); #endif public: H4502_CallTransferErrors(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_unspecified = 1008, e_invalidReroutingNumber = 1004, e_unrecognizedCallIdentity, e_establishmentFailure }; H4502_CallTransferErrors & operator=(unsigned v); PObject * Clone() const; }; // // CTInitiateArg_argumentExtension // class H4502_ExtensionSeq; class H225_NonStandardParameter; class H4502_CTInitiateArg_argumentExtension : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4502_CTInitiateArg_argumentExtension, PASN_Choice); #endif public: H4502_CTInitiateArg_argumentExtension(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_extensionSeq, e_nonStandardData }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H4502_ExtensionSeq &() const; #else operator H4502_ExtensionSeq &(); operator const H4502_ExtensionSeq &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_NonStandardParameter &() const; #else operator H225_NonStandardParameter &(); operator const H225_NonStandardParameter &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // CTSetupArg_argumentExtension // class H4502_ExtensionSeq; class H225_NonStandardParameter; class H4502_CTSetupArg_argumentExtension : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4502_CTSetupArg_argumentExtension, PASN_Choice); #endif public: H4502_CTSetupArg_argumentExtension(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_extensionSeq, e_nonStandardData }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H4502_ExtensionSeq &() const; #else operator H4502_ExtensionSeq &(); operator const H4502_ExtensionSeq &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_NonStandardParameter &() const; #else operator H225_NonStandardParameter &(); operator const H225_NonStandardParameter &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // CTIdentifyRes_resultExtension // class H4502_ExtensionSeq; class H225_NonStandardParameter; class H4502_CTIdentifyRes_resultExtension : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4502_CTIdentifyRes_resultExtension, PASN_Choice); #endif public: H4502_CTIdentifyRes_resultExtension(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_extensionSeq, e_nonStandardData }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H4502_ExtensionSeq &() const; #else operator H4502_ExtensionSeq &(); operator const H4502_ExtensionSeq &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_NonStandardParameter &() const; #else operator H225_NonStandardParameter &(); operator const H225_NonStandardParameter &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // CTUpdateArg_argumentExtension // class H4502_ExtensionSeq; class H225_NonStandardParameter; class H4502_CTUpdateArg_argumentExtension : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4502_CTUpdateArg_argumentExtension, PASN_Choice); #endif public: H4502_CTUpdateArg_argumentExtension(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_extensionSeq, e_nonStandardData }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H4502_ExtensionSeq &() const; #else operator H4502_ExtensionSeq &(); operator const H4502_ExtensionSeq &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_NonStandardParameter &() const; #else operator H225_NonStandardParameter &(); operator const H225_NonStandardParameter &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // SubaddressTransferArg_argumentExtension // class H4502_ExtensionSeq; class H225_NonStandardParameter; class H4502_SubaddressTransferArg_argumentExtension : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4502_SubaddressTransferArg_argumentExtension, PASN_Choice); #endif public: H4502_SubaddressTransferArg_argumentExtension(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_extensionSeq, e_nonStandardData }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H4502_ExtensionSeq &() const; #else operator H4502_ExtensionSeq &(); operator const H4502_ExtensionSeq &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_NonStandardParameter &() const; #else operator H225_NonStandardParameter &(); operator const H225_NonStandardParameter &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // CTCompleteArg_argumentExtension // class H4502_ExtensionSeq; class H225_NonStandardParameter; class H4502_CTCompleteArg_argumentExtension : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4502_CTCompleteArg_argumentExtension, PASN_Choice); #endif public: H4502_CTCompleteArg_argumentExtension(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_extensionSeq, e_nonStandardData }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H4502_ExtensionSeq &() const; #else operator H4502_ExtensionSeq &(); operator const H4502_ExtensionSeq &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_NonStandardParameter &() const; #else operator H225_NonStandardParameter &(); operator const H225_NonStandardParameter &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // CTActiveArg_argumentExtension // class H4502_ExtensionSeq; class H225_NonStandardParameter; class H4502_CTActiveArg_argumentExtension : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4502_CTActiveArg_argumentExtension, PASN_Choice); #endif public: H4502_CTActiveArg_argumentExtension(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_extensionSeq, e_nonStandardData }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H4502_ExtensionSeq &() const; #else operator H4502_ExtensionSeq &(); operator const H4502_ExtensionSeq &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_NonStandardParameter &() const; #else operator H225_NonStandardParameter &(); operator const H225_NonStandardParameter &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // CTInitiateArg // class H4502_CTInitiateArg : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4502_CTInitiateArg, PASN_Sequence); #endif public: H4502_CTInitiateArg(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_argumentExtension }; H4502_CallIdentity m_callIdentity; H4501_EndpointAddress m_reroutingNumber; H4502_CTInitiateArg_argumentExtension m_argumentExtension; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CTSetupArg // class H4502_CTSetupArg : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4502_CTSetupArg, PASN_Sequence); #endif public: H4502_CTSetupArg(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_transferringNumber, e_argumentExtension }; H4502_CallIdentity m_callIdentity; H4501_EndpointAddress m_transferringNumber; H4502_CTSetupArg_argumentExtension m_argumentExtension; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CTIdentifyRes // class H4502_CTIdentifyRes : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4502_CTIdentifyRes, PASN_Sequence); #endif public: H4502_CTIdentifyRes(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_resultExtension }; H4502_CallIdentity m_callIdentity; H4501_EndpointAddress m_reroutingNumber; H4502_CTIdentifyRes_resultExtension m_resultExtension; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CTUpdateArg // class H4502_CTUpdateArg : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4502_CTUpdateArg, PASN_Sequence); #endif public: H4502_CTUpdateArg(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_redirectionInfo, e_basicCallInfoElements, e_argumentExtension }; H4501_EndpointAddress m_redirectionNumber; PASN_BMPString m_redirectionInfo; H4501_H225InformationElement m_basicCallInfoElements; H4502_CTUpdateArg_argumentExtension m_argumentExtension; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // SubaddressTransferArg // class H4502_SubaddressTransferArg : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4502_SubaddressTransferArg, PASN_Sequence); #endif public: H4502_SubaddressTransferArg(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_argumentExtension }; H4501_PartySubaddress m_redirectionSubaddress; H4502_SubaddressTransferArg_argumentExtension m_argumentExtension; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CTCompleteArg // class H4502_CTCompleteArg : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4502_CTCompleteArg, PASN_Sequence); #endif public: H4502_CTCompleteArg(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_basicCallInfoElements, e_redirectionInfo, e_argumentExtension }; H4502_EndDesignation m_endDesignation; H4501_EndpointAddress m_redirectionNumber; H4501_H225InformationElement m_basicCallInfoElements; PASN_BMPString m_redirectionInfo; H4502_CallStatus m_callStatus; H4502_CTCompleteArg_argumentExtension m_argumentExtension; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CTActiveArg // class H4502_CTActiveArg : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4502_CTActiveArg, PASN_Sequence); #endif public: H4502_CTActiveArg(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_basicCallInfoElements, e_connectedInfo, e_argumentExtension }; H4501_EndpointAddress m_connectedAddress; H4501_H225InformationElement m_basicCallInfoElements; PASN_BMPString m_connectedInfo; H4502_CTActiveArg_argumentExtension m_argumentExtension; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; #endif // __H4502_H #endif // if ! H323_DISABLE_H4502 // End of h4502.h openh323_v1_18_0/include/h4503.h0100644000176200056700000001375410034151755016202 0ustar releasepostincr// // h4503.h // // Code automatically generated by asnparse. // #if ! H323_DISABLE_H4503 #ifndef __H4503_H #define __H4503_H #ifdef P_USE_PRAGMA #pragma interface #endif #include #include "h4501.h" #include "h225.h" #include "h225.h" #include "h4501.h" #include "h4501.h" // // H323CallDiversionOperations // class H4503_H323CallDiversionOperations : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4503_H323CallDiversionOperations, PASN_Enumeration); #endif public: H4503_H323CallDiversionOperations(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_activateDiversionQ = 15, e_deactivateDiversionQ, e_interrogateDiversionQ, e_checkRestriction, e_callRerouting, e_divertingLegInformation1, e_divertingLegInformation2, e_divertingLegInformation3, e_divertingLegInformation4 = 100, e_cfnrDivertedLegFailed = 23 }; H4503_H323CallDiversionOperations & operator=(unsigned v); PObject * Clone() const; }; // // DiversionReason // class H4503_DiversionReason : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4503_DiversionReason, PASN_Enumeration); #endif public: H4503_DiversionReason(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_unknown, e_cfu, e_cfb, e_cfnr }; H4503_DiversionReason & operator=(unsigned v); PObject * Clone() const; }; // // IntResultList // class H4503_IntResult; class H4503_IntResultList : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4503_IntResultList, PASN_Array); #endif public: H4503_IntResultList(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H4503_IntResult & operator[](PINDEX i) const; PObject * Clone() const; }; // // Procedure // class H4503_Procedure : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4503_Procedure, PASN_Enumeration); #endif public: H4503_Procedure(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_cfu, e_cfb, e_cfnr }; H4503_Procedure & operator=(unsigned v); PObject * Clone() const; }; // // SubscriptionOption // class H4503_SubscriptionOption : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4503_SubscriptionOption, PASN_Enumeration); #endif public: H4503_SubscriptionOption(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_noNotification, e_notificationWithoutDivertedToNr, e_notificationWithDivertedToNr }; H4503_SubscriptionOption & operator=(unsigned v); PObject * Clone() const; }; // // CallDiversionErrors // class H4503_CallDiversionErrors : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4503_CallDiversionErrors, PASN_Enumeration); #endif public: H4503_CallDiversionErrors(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_invalidDivertedNumber = 12, e_specialServiceNumber = 14, e_diversionToServedUserNumber, e_numberOfDiversionsExceeded = 24, e_temporarilyUnavailable = 1000, e_notAuthorized = 1007, e_unspecified }; H4503_CallDiversionErrors & operator=(unsigned v); PObject * Clone() const; }; // // BasicService // class H4503_BasicService : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4503_BasicService, PASN_Enumeration); #endif public: H4503_BasicService(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_allServices }; H4503_BasicService & operator=(unsigned v); PObject * Clone() const; }; // // ExtensionSeq // class H4501_Extension; class H4503_ExtensionSeq : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4503_ExtensionSeq, PASN_Array); #endif public: H4503_ExtensionSeq(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H4501_Extension & operator[](PINDEX i) const; PObject * Clone() const; }; // // IntResult_extension // class H4503_ExtensionSeq; class H225_NonStandardParameter; class H4503_IntResult_extension : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4503_IntResult_extension, PASN_Choice); #endif public: H4503_IntResult_extension(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_extensionSeq, e_nonStandardData }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H4503_ExtensionSeq &() const; #else operator H4503_ExtensionSeq &(); operator const H4503_ExtensionSeq &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_NonStandardParameter &() const; #else operator H225_NonStandardParameter &(); operator const H225_NonStandardParameter &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // IntResult // class H4503_IntResult : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4503_IntResult, PASN_Sequence); #endif public: H4503_IntResult(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_extension }; H4501_EndpointAddress m_servedUserNr; H4503_BasicService m_basicService; H4503_Procedure m_procedure; H4501_EndpointAddress m_divertedToAddress; PASN_Boolean m_remoteEnabled; H4503_IntResult_extension m_extension; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; #endif // __H4503_H #endif // if ! H323_DISABLE_H4503 // End of h4503.h openh323_v1_18_0/include/h4504.h0100644000176200056700000001477310034005721016174 0ustar releasepostincr// // h4504.h // // Code automatically generated by asnparse. // #if ! H323_DISABLE_H4504 #ifndef __H4504_H #define __H4504_H #ifdef P_USE_PRAGMA #pragma interface #endif #include #include "h4501.h" #include "h4501.h" #include "h225.h" // // CallHoldOperation // class H4504_CallHoldOperation : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4504_CallHoldOperation, PASN_Enumeration); #endif public: H4504_CallHoldOperation(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_holdNotific = 101, e_retrieveNotific, e_remoteHold, e_remoteRetrieve }; H4504_CallHoldOperation & operator=(unsigned v); PObject * Clone() const; }; // // MixedExtension // class H4501_Extension; class H225_NonStandardParameter; class H4504_MixedExtension : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4504_MixedExtension, PASN_Choice); #endif public: H4504_MixedExtension(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_extension, e_nonStandardData }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H4501_Extension &() const; #else operator H4501_Extension &(); operator const H4501_Extension &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_NonStandardParameter &() const; #else operator H225_NonStandardParameter &(); operator const H225_NonStandardParameter &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // Extension // class H4504_Extension : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4504_Extension, PASN_Sequence); #endif public: H4504_Extension(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_ObjectId m_extensionId; PASN_OctetString m_argument; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ArrayOf_MixedExtension // class H4504_MixedExtension; class H4504_ArrayOf_MixedExtension : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4504_ArrayOf_MixedExtension, PASN_Array); #endif public: H4504_ArrayOf_MixedExtension(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H4504_MixedExtension & operator[](PINDEX i) const; PObject * Clone() const; }; // // HoldNotificArg // class H4504_HoldNotificArg : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4504_HoldNotificArg, PASN_Sequence); #endif public: H4504_HoldNotificArg(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_extensionArg }; H4504_ArrayOf_MixedExtension m_extensionArg; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RetrieveNotificArg // class H4504_RetrieveNotificArg : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4504_RetrieveNotificArg, PASN_Sequence); #endif public: H4504_RetrieveNotificArg(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_extensionArg }; H4504_ArrayOf_MixedExtension m_extensionArg; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RemoteHoldArg // class H4504_RemoteHoldArg : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4504_RemoteHoldArg, PASN_Sequence); #endif public: H4504_RemoteHoldArg(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_extensionArg }; H4504_ArrayOf_MixedExtension m_extensionArg; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RemoteHoldRes // class H4504_RemoteHoldRes : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4504_RemoteHoldRes, PASN_Sequence); #endif public: H4504_RemoteHoldRes(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_extensionRes }; H4504_ArrayOf_MixedExtension m_extensionRes; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RemoteRetrieveArg // class H4504_RemoteRetrieveArg : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4504_RemoteRetrieveArg, PASN_Sequence); #endif public: H4504_RemoteRetrieveArg(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_extensionArg }; H4504_ArrayOf_MixedExtension m_extensionArg; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RemoteRetrieveRes // class H4504_RemoteRetrieveRes : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4504_RemoteRetrieveRes, PASN_Sequence); #endif public: H4504_RemoteRetrieveRes(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_extensionRes }; H4504_ArrayOf_MixedExtension m_extensionRes; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; #endif // __H4504_H #endif // if ! H323_DISABLE_H4504 // End of h4504.h openh323_v1_18_0/include/h4505.h0100644000176200056700000003574410034005721016176 0ustar releasepostincr// // h4505.h // // Code automatically generated by asnparse. // #if ! H323_DISABLE_H4505 #ifndef __H4505_H #define __H4505_H #ifdef P_USE_PRAGMA #pragma interface #endif #include #include "h4501.h" #include "h4501.h" #include "h4501.h" #include "h4504.h" #include "h225.h" // // CallParkPickupOperations // class H4505_CallParkPickupOperations : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4505_CallParkPickupOperations, PASN_Enumeration); #endif public: H4505_CallParkPickupOperations(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_cpRequest = 106, e_cpSetup, e_groupIndicationOn = 8, e_groupIndicationOff, e_pickrequ = 110, e_pickup, e_pickExe, e_cpNotify, e_cpickupNotify }; H4505_CallParkPickupOperations & operator=(unsigned v); PObject * Clone() const; }; // // ParkedToPosition // class H4505_ParkedToPosition : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4505_ParkedToPosition, PASN_Integer); #endif public: H4505_ParkedToPosition(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); H4505_ParkedToPosition & operator=(int v); H4505_ParkedToPosition & operator=(unsigned v); PObject * Clone() const; }; // // ParkCondition // class H4505_ParkCondition : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4505_ParkCondition, PASN_Enumeration); #endif public: H4505_ParkCondition(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_unspecified, e_parkedToUserIdle, e_parkedToUserBusy, e_parkedToGroup }; H4505_ParkCondition & operator=(unsigned v); PObject * Clone() const; }; // // CallType // class H4505_CallType : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4505_CallType, PASN_Enumeration); #endif public: H4505_CallType(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_parkedCall, e_alertingCall }; H4505_CallType & operator=(unsigned v); PObject * Clone() const; }; // // CallPickupErrors // class H4505_CallPickupErrors : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4505_CallPickupErrors, PASN_Enumeration); #endif public: H4505_CallPickupErrors(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_callPickupIdInvalid = 2000, e_callAlreadyPickedUp, e_undefined }; H4505_CallPickupErrors & operator=(unsigned v); PObject * Clone() const; }; // // ArrayOf_MixedExtension // class H4504_MixedExtension; class H4505_ArrayOf_MixedExtension : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4505_ArrayOf_MixedExtension, PASN_Array); #endif public: H4505_ArrayOf_MixedExtension(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H4504_MixedExtension & operator[](PINDEX i) const; PObject * Clone() const; }; // // CpRequestArg // class H4505_CpRequestArg : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4505_CpRequestArg, PASN_Sequence); #endif public: H4505_CpRequestArg(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_parkedToPosition, e_extensionArg }; H4501_EndpointAddress m_parkingNumber; H4501_EndpointAddress m_parkedNumber; H4501_EndpointAddress m_parkedToNumber; H4505_ParkedToPosition m_parkedToPosition; H4505_ArrayOf_MixedExtension m_extensionArg; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CpRequestRes // class H4505_CpRequestRes : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4505_CpRequestRes, PASN_Sequence); #endif public: H4505_CpRequestRes(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_parkedToPosition, e_extensionRes }; H4501_EndpointAddress m_parkedToNumber; H4505_ParkedToPosition m_parkedToPosition; H4505_ParkCondition m_parkCondition; H4505_ArrayOf_MixedExtension m_extensionRes; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CpSetupArg // class H4505_CpSetupArg : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4505_CpSetupArg, PASN_Sequence); #endif public: H4505_CpSetupArg(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_parkedToPosition, e_extensionArg }; H4501_EndpointAddress m_parkingNumber; H4501_EndpointAddress m_parkedNumber; H4501_EndpointAddress m_parkedToNumber; H4505_ParkedToPosition m_parkedToPosition; H4505_ArrayOf_MixedExtension m_extensionArg; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CpSetupRes // class H4505_CpSetupRes : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4505_CpSetupRes, PASN_Sequence); #endif public: H4505_CpSetupRes(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_parkedToPosition, e_extensionRes }; H4501_EndpointAddress m_parkedToNumber; H4505_ParkedToPosition m_parkedToPosition; H4505_ParkCondition m_parkCondition; H4505_ArrayOf_MixedExtension m_extensionRes; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // GroupIndicationOnArg // class H4505_GroupIndicationOnArg : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4505_GroupIndicationOnArg, PASN_Sequence); #endif public: H4505_GroupIndicationOnArg(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_parkPosition, e_extensionArg }; H225_CallIdentifier m_callPickupId; H4501_EndpointAddress m_groupMemberUserNr; H4505_CallType m_retrieveCallType; H4501_EndpointAddress m_partyToRetrieve; H4501_EndpointAddress m_retrieveAddress; H4505_ParkedToPosition m_parkPosition; H4505_ArrayOf_MixedExtension m_extensionArg; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // GroupIndicationOnRes // class H4505_GroupIndicationOnRes : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4505_GroupIndicationOnRes, PASN_Sequence); #endif public: H4505_GroupIndicationOnRes(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_extensionRes }; H4505_ArrayOf_MixedExtension m_extensionRes; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // GroupIndicationOffArg // class H4505_GroupIndicationOffArg : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4505_GroupIndicationOffArg, PASN_Sequence); #endif public: H4505_GroupIndicationOffArg(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_extensionArg }; H225_CallIdentifier m_callPickupId; H4501_EndpointAddress m_groupMemberUserNr; H4505_ArrayOf_MixedExtension m_extensionArg; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // GroupIndicationOffRes // class H4505_GroupIndicationOffRes : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4505_GroupIndicationOffRes, PASN_Sequence); #endif public: H4505_GroupIndicationOffRes(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_extensionRes }; H4505_ArrayOf_MixedExtension m_extensionRes; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // PickrequArg // class H4505_PickrequArg : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4505_PickrequArg, PASN_Sequence); #endif public: H4505_PickrequArg(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_callPickupId, e_partyToRetrieve, e_parkPosition, e_extensionArg }; H4501_EndpointAddress m_picking_upNumber; H225_CallIdentifier m_callPickupId; H4501_EndpointAddress m_partyToRetrieve; H4501_EndpointAddress m_retrieveAddress; H4505_ParkedToPosition m_parkPosition; H4505_ArrayOf_MixedExtension m_extensionArg; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // PickrequRes // class H4505_PickrequRes : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4505_PickrequRes, PASN_Sequence); #endif public: H4505_PickrequRes(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_extensionRes }; H225_CallIdentifier m_callPickupId; H4505_ArrayOf_MixedExtension m_extensionRes; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // PickupArg // class H4505_PickupArg : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4505_PickupArg, PASN_Sequence); #endif public: H4505_PickupArg(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_extensionArg }; H225_CallIdentifier m_callPickupId; H4501_EndpointAddress m_picking_upNumber; H4505_ArrayOf_MixedExtension m_extensionArg; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // PickupRes // class H4505_PickupRes : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4505_PickupRes, PASN_Sequence); #endif public: H4505_PickupRes(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_extensionRes }; H4505_ArrayOf_MixedExtension m_extensionRes; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // PickExeArg // class H4505_PickExeArg : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4505_PickExeArg, PASN_Sequence); #endif public: H4505_PickExeArg(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_extensionArg }; H225_CallIdentifier m_callPickupId; H4501_EndpointAddress m_picking_upNumber; H4501_EndpointAddress m_partyToRetrieve; H4505_ArrayOf_MixedExtension m_extensionArg; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // PickExeRes // class H4505_PickExeRes : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4505_PickExeRes, PASN_Sequence); #endif public: H4505_PickExeRes(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_extensionRes }; H4505_ArrayOf_MixedExtension m_extensionRes; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CpNotifyArg // class H4505_CpNotifyArg : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4505_CpNotifyArg, PASN_Sequence); #endif public: H4505_CpNotifyArg(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_parkingNumber, e_extensionArg }; H4501_EndpointAddress m_parkingNumber; H4505_ArrayOf_MixedExtension m_extensionArg; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CpickupNotifyArg // class H4505_CpickupNotifyArg : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4505_CpickupNotifyArg, PASN_Sequence); #endif public: H4505_CpickupNotifyArg(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_picking_upNumber, e_extensionArg }; H4501_EndpointAddress m_picking_upNumber; H4505_ArrayOf_MixedExtension m_extensionArg; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; #endif // __H4505_H #endif // if ! H323_DISABLE_H4505 // End of h4505.h openh323_v1_18_0/include/h4506.h0100644000176200056700000000363210034005721016166 0ustar releasepostincr// // h4506.h // // Code automatically generated by asnparse. // #if ! H323_DISABLE_H4506 #ifndef __H4506_H #define __H4506_H #ifdef P_USE_PRAGMA #pragma interface #endif #include #include "h4501.h" #include "h4504.h" // // CallWaitingOperations // class H4506_CallWaitingOperations : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4506_CallWaitingOperations, PASN_Enumeration); #endif public: H4506_CallWaitingOperations(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_callWaiting = 105 }; H4506_CallWaitingOperations & operator=(unsigned v); PObject * Clone() const; }; // // ArrayOf_MixedExtension // class H4504_MixedExtension; class H4506_ArrayOf_MixedExtension : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4506_ArrayOf_MixedExtension, PASN_Array); #endif public: H4506_ArrayOf_MixedExtension(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H4504_MixedExtension & operator[](PINDEX i) const; PObject * Clone() const; }; // // CallWaitingArg // class H4506_CallWaitingArg : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4506_CallWaitingArg, PASN_Sequence); #endif public: H4506_CallWaitingArg(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_nbOfAddWaitingCalls, e_extensionArg }; PASN_Integer m_nbOfAddWaitingCalls; H4506_ArrayOf_MixedExtension m_extensionArg; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; #endif // __H4506_H #endif // if ! H323_DISABLE_H4506 // End of h4506.h openh323_v1_18_0/include/h4507.h0100644000176200056700000002023210034005721016162 0ustar releasepostincr// // h4507.h // // Code automatically generated by asnparse. // #if ! H323_DISABLE_H4507 #ifndef __H4507_H #define __H4507_H #ifdef P_USE_PRAGMA #pragma interface #endif #include #include "h4501.h" #include "h4501.h" #include "h4501.h" #include "h4504.h" // // H323-MWI-Operations // class H4507_H323_MWI_Operations : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4507_H323_MWI_Operations, PASN_Enumeration); #endif public: H4507_H323_MWI_Operations(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_mwiActivate = 80, e_mwiDeactivate, e_mwiInterrogate }; H4507_H323_MWI_Operations & operator=(unsigned v); PObject * Clone() const; }; // // DummyRes // class H4504_MixedExtension; class H4507_DummyRes : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4507_DummyRes, PASN_Array); #endif public: H4507_DummyRes(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H4504_MixedExtension & operator[](PINDEX i) const; PObject * Clone() const; }; // // MWIInterrogateRes // class H4507_MWIInterrogateResElt; class H4507_MWIInterrogateRes : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4507_MWIInterrogateRes, PASN_Array); #endif public: H4507_MWIInterrogateRes(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H4507_MWIInterrogateResElt & operator[](PINDEX i) const; PObject * Clone() const; }; // // MsgCentreId // class H4501_EndpointAddress; class H4507_MsgCentreId : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4507_MsgCentreId, PASN_Choice); #endif public: H4507_MsgCentreId(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_integer, e_partyNumber, e_numericString }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H4501_EndpointAddress &() const; #else operator H4501_EndpointAddress &(); operator const H4501_EndpointAddress &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // NbOfMessages // class H4507_NbOfMessages : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4507_NbOfMessages, PASN_Integer); #endif public: H4507_NbOfMessages(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); H4507_NbOfMessages & operator=(int v); H4507_NbOfMessages & operator=(unsigned v); PObject * Clone() const; }; // // TimeStamp // class H4507_TimeStamp : public PASN_GeneralisedTime { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4507_TimeStamp, PASN_GeneralisedTime); #endif public: H4507_TimeStamp(unsigned tag = UniversalGeneralisedTime, TagClass tagClass = UniversalTagClass); PObject * Clone() const; }; // // MessageWaitingIndicationErrors // class H4507_MessageWaitingIndicationErrors : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4507_MessageWaitingIndicationErrors, PASN_Enumeration); #endif public: H4507_MessageWaitingIndicationErrors(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_notActivated = 31, e_undefined = 2002, e_invalidMsgCentreId = 1018 }; H4507_MessageWaitingIndicationErrors & operator=(unsigned v); PObject * Clone() const; }; // // BasicService // class H4507_BasicService : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4507_BasicService, PASN_Enumeration); #endif public: H4507_BasicService(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_allServices, e_speech, e_unrestrictedDigitalInformation, e_audio3100Hz, e_telephony = 32, e_teletex, e_telefaxGroup4Class1, e_videotexSyntaxBased, e_videotelephony }; H4507_BasicService & operator=(unsigned v); PObject * Clone() const; }; // // ArrayOf_MixedExtension // class H4504_MixedExtension; class H4507_ArrayOf_MixedExtension : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4507_ArrayOf_MixedExtension, PASN_Array); #endif public: H4507_ArrayOf_MixedExtension(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H4504_MixedExtension & operator[](PINDEX i) const; PObject * Clone() const; }; // // MWIActivateArg // class H4507_MWIActivateArg : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4507_MWIActivateArg, PASN_Sequence); #endif public: H4507_MWIActivateArg(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_msgCentreId, e_nbOfMessages, e_originatingNr, e_timestamp, e_priority, e_extensionArg }; H4501_EndpointAddress m_servedUserNr; H4507_BasicService m_basicService; H4507_MsgCentreId m_msgCentreId; H4507_NbOfMessages m_nbOfMessages; H4501_EndpointAddress m_originatingNr; H4507_TimeStamp m_timestamp; PASN_Integer m_priority; H4507_ArrayOf_MixedExtension m_extensionArg; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MWIDeactivateArg // class H4507_MWIDeactivateArg : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4507_MWIDeactivateArg, PASN_Sequence); #endif public: H4507_MWIDeactivateArg(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_msgCentreId, e_callbackReq, e_extensionArg }; H4501_EndpointAddress m_servedUserNr; H4507_BasicService m_basicService; H4507_MsgCentreId m_msgCentreId; PASN_Boolean m_callbackReq; H4507_ArrayOf_MixedExtension m_extensionArg; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MWIInterrogateArg // class H4507_MWIInterrogateArg : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4507_MWIInterrogateArg, PASN_Sequence); #endif public: H4507_MWIInterrogateArg(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_msgCentreId, e_callbackReq, e_extensionArg }; H4501_EndpointAddress m_servedUserNr; H4507_BasicService m_basicService; H4507_MsgCentreId m_msgCentreId; PASN_Boolean m_callbackReq; H4507_ArrayOf_MixedExtension m_extensionArg; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MWIInterrogateResElt // class H4507_MWIInterrogateResElt : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4507_MWIInterrogateResElt, PASN_Sequence); #endif public: H4507_MWIInterrogateResElt(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_msgCentreId, e_nbOfMessages, e_originatingNr, e_timestamp, e_priority, e_extensionArg }; H4507_BasicService m_basicService; H4507_MsgCentreId m_msgCentreId; H4507_NbOfMessages m_nbOfMessages; H4501_EndpointAddress m_originatingNr; H4507_TimeStamp m_timestamp; PASN_Integer m_priority; H4507_ArrayOf_MixedExtension m_extensionArg; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; #endif // __H4507_H #endif // if ! H323_DISABLE_H4507 // End of h4507.h openh323_v1_18_0/include/h4508.h0100644000176200056700000001102510034005721016163 0ustar releasepostincr// // h4508.h // // Code automatically generated by asnparse. // #if ! H323_DISABLE_H4508 #ifndef __H4508_H #define __H4508_H #ifdef P_USE_PRAGMA #pragma interface #endif #include #include "h4501.h" #include "h4505.h" // // NameOperations // class H4508_NameOperations : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4508_NameOperations, PASN_Enumeration); #endif public: H4508_NameOperations(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_callingName, e_alertingName, e_connectedName, e_busyName }; H4508_NameOperations & operator=(unsigned v); PObject * Clone() const; }; // // Name // class H4508_NamePresentationAllowed; class H4508_NamePresentationRestricted; class H4508_Name : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4508_Name, PASN_Choice); #endif public: H4508_Name(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_namePresentationAllowed, e_namePresentationRestricted, e_nameNotAvailable }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H4508_NamePresentationAllowed &() const; #else operator H4508_NamePresentationAllowed &(); operator const H4508_NamePresentationAllowed &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H4508_NamePresentationRestricted &() const; #else operator H4508_NamePresentationRestricted &(); operator const H4508_NamePresentationRestricted &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // NamePresentationAllowed // class H4508_SimpleName; class H4508_ExtendedName; class H4508_NamePresentationAllowed : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4508_NamePresentationAllowed, PASN_Choice); #endif public: H4508_NamePresentationAllowed(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_simpleName, e_extendedName }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H4508_SimpleName &() const; #else operator H4508_SimpleName &(); operator const H4508_SimpleName &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H4508_ExtendedName &() const; #else operator H4508_ExtendedName &(); operator const H4508_ExtendedName &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // NamePresentationRestricted // class H4508_SimpleName; class H4508_ExtendedName; class H4508_NamePresentationRestricted : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4508_NamePresentationRestricted, PASN_Choice); #endif public: H4508_NamePresentationRestricted(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_simpleName, e_extendedName, e_restrictedNull }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H4508_SimpleName &() const; #else operator H4508_SimpleName &(); operator const H4508_SimpleName &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H4508_ExtendedName &() const; #else operator H4508_ExtendedName &(); operator const H4508_ExtendedName &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // SimpleName // class H4508_SimpleName : public PASN_OctetString { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4508_SimpleName, PASN_OctetString); #endif public: H4508_SimpleName(unsigned tag = UniversalOctetString, TagClass tagClass = UniversalTagClass); H4508_SimpleName(const char * v); H4508_SimpleName(const PString & v); H4508_SimpleName(const PBYTEArray & v); H4508_SimpleName & operator=(const char * v); H4508_SimpleName & operator=(const PString & v); H4508_SimpleName & operator=(const PBYTEArray & v); PObject * Clone() const; }; // // ExtendedName // class H4508_ExtendedName : public PASN_BMPString { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4508_ExtendedName, PASN_BMPString); #endif public: H4508_ExtendedName(unsigned tag = UniversalBMPString, TagClass tagClass = UniversalTagClass); H4508_ExtendedName & operator=(const char * v); H4508_ExtendedName & operator=(const PString & v); H4508_ExtendedName & operator=(const PWORDArray & v); H4508_ExtendedName & operator=(const PASN_BMPString & v); PObject * Clone() const; }; #endif // __H4508_H #endif // if ! H323_DISABLE_H4508 // End of h4508.h openh323_v1_18_0/include/h4509.h0100644000176200056700000001340610034005721016171 0ustar releasepostincr// // h4509.h // // Code automatically generated by asnparse. // #if ! H323_DISABLE_H4509 #ifndef __H4509_H #define __H4509_H #ifdef P_USE_PRAGMA #pragma interface #endif #include #include "h4501.h" #include "h225.h" #include "h4501.h" #include "h4504.h" #include "h4501.h" #include "h4507.h" // // H323CallCompletionOperations // class H4509_H323CallCompletionOperations : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4509_H323CallCompletionOperations, PASN_Enumeration); #endif public: H4509_H323CallCompletionOperations(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_ccbsRequest = 40, e_ccnrRequest = 27, e_ccCancel, e_ccExecPossible, e_ccRingout = 31, e_ccSuspend, e_ccResume }; H4509_H323CallCompletionOperations & operator=(unsigned v); PObject * Clone() const; }; // // CcArg // class H4509_CcShortArg; class H4509_CcLongArg; class H4509_CcArg : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4509_CcArg, PASN_Choice); #endif public: H4509_CcArg(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_shortArg, e_longArg }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H4509_CcShortArg &() const; #else operator H4509_CcShortArg &(); operator const H4509_CcShortArg &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H4509_CcLongArg &() const; #else operator H4509_CcLongArg &(); operator const H4509_CcLongArg &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // CallCompletionErrors // class H4509_CallCompletionErrors : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4509_CallCompletionErrors, PASN_Enumeration); #endif public: H4509_CallCompletionErrors(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_shortTermRejection = 1010, e_longTermRejection, e_remoteUserBusyAgain, e_failureToMatch }; H4509_CallCompletionErrors & operator=(unsigned v); PObject * Clone() const; }; // // ArrayOf_MixedExtension // class H4504_MixedExtension; class H4509_ArrayOf_MixedExtension : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4509_ArrayOf_MixedExtension, PASN_Array); #endif public: H4509_ArrayOf_MixedExtension(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H4504_MixedExtension & operator[](PINDEX i) const; PObject * Clone() const; }; // // CcRequestArg // class H4509_CcRequestArg : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4509_CcRequestArg, PASN_Sequence); #endif public: H4509_CcRequestArg(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_ccIdentifier, e_retain_sig_connection, e_extension }; H4501_EndpointAddress m_numberA; H4501_EndpointAddress m_numberB; H225_CallIdentifier m_ccIdentifier; H4507_BasicService m_service; PASN_Boolean m_can_retain_service; PASN_Boolean m_retain_sig_connection; H4509_ArrayOf_MixedExtension m_extension; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CcRequestRes // class H4509_CcRequestRes : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4509_CcRequestRes, PASN_Sequence); #endif public: H4509_CcRequestRes(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_extension }; PASN_Boolean m_retain_service; H4509_ArrayOf_MixedExtension m_extension; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CcShortArg // class H4509_CcShortArg : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4509_CcShortArg, PASN_Sequence); #endif public: H4509_CcShortArg(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_ccIdentifier, e_extension }; H225_CallIdentifier m_ccIdentifier; H4509_ArrayOf_MixedExtension m_extension; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CcLongArg // class H4509_CcLongArg : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H4509_CcLongArg, PASN_Sequence); #endif public: H4509_CcLongArg(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_numberA, e_numberB, e_ccIdentifier, e_service, e_extension }; H4501_EndpointAddress m_numberA; H4501_EndpointAddress m_numberB; H225_CallIdentifier m_ccIdentifier; H4507_BasicService m_service; H4509_ArrayOf_MixedExtension m_extension; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; #endif // __H4509_H #endif // if ! H323_DISABLE_H4509 // End of h4509.h openh323_v1_18_0/include/h450pdu.h0100644000176200056700000006752610343321575016640 0ustar releasepostincr/* * h450pdu.h * * H.450 Helper functions * * Open H323 Library * * Copyright (c) 2001 Norwood Systems Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: h450pdu.h,v $ * Revision 1.12 2005/11/30 13:05:01 csoutheren * Changed tags for Doxygen * * Revision 1.11 2005/03/10 07:01:29 csoutheren * Fixed problem with H.450 call identifiers not being unique across all calls on an * endpoint. Thanks to Thien Nguyen * * Revision 1.10 2002/11/21 22:37:24 robertj * Fixed problems with unrecognized invoke APDU, thanks Andrea Bondavalli * * Revision 1.9 2002/09/16 01:14:15 robertj * Added #define so can select if #pragma interface/implementation is used on * platform basis (eg MacOS) rather than compiler, thanks Robert Monaghan. * * Revision 1.8 2002/09/03 06:19:37 robertj * Normalised the multi-include header prevention ifdef/define symbol. * * Revision 1.7 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.6 2002/07/04 00:40:31 robertj * More H.450.11 call intrusion implementation, thanks Aleksandar Todorovic * * Revision 1.5 2002/06/22 05:48:38 robertj * Added partial implementation for H.450.11 Call Intrusion * * Revision 1.4 2002/02/04 07:17:52 robertj * Added H.450.2 Consultation Transfer, thanks Norwood Systems. * * Revision 1.3 2002/01/14 00:02:40 robertj * Added H.450.6 * Added extra "failure mode" parts of H.250.2. * Various other bug fixes. * Thanks Ben Madsen of Norwood Systems * * Revision 1.2 2001/08/16 07:49:16 robertj * Changed the H.450 support to be more extensible. Protocol handlers * are now in separate classes instead of all in H323Connection. * * Revision 1.1 2001/04/11 03:01:27 robertj * Added H.450.2 (call transfer), thanks a LOT to Graeme Reid & Norwood Systems * */ #ifndef __OPAL_H450PDU_H #define __OPAL_H450PDU_H #ifdef P_USE_PRAGMA #pragma interface #endif #include "x880.h" class H323EndPoint; class H323Connection; class H323TransportAddress; class H323SignalPDU; class H4501_EndpointAddress; class H4501_InterpretationApdu; /////////////////////////////////////////////////////////////////////////////// /**PDU definition for H.450 services. */ class H450ServiceAPDU : public X880_ROS { public: X880_Invoke& BuildInvoke(int invokeId, int operation); X880_ReturnResult& BuildReturnResult(int invokeId); X880_ReturnError& BuildReturnError(int invokeId, int error); X880_Reject& BuildReject(int invokeId); void BuildCallTransferInitiate(int invokeId, const PString & callIdentity, const PString & alias, const H323TransportAddress & address); void BuildCallTransferIdentify(int invokeId); void BuildCallTransferAbandon(int invokeId); void BuildCallTransferSetup(int invokeId, const PString & callIdentity); void BuildCallWaiting(int invokeId, int numCallsWaiting); void BuildCallIntrusionForcedRelease(int invokeId, int CICL); X880_ReturnResult& BuildCallIntrusionForcedReleaseResult(int invokeId); void BuildCallIntrusionForcedReleaseError(); void BuildCallIntrusionGetCIPL(int invokeId); void BuildCallIntrusionImpending(int invokeId); void BuildCallIntrusionForceRelesed(int invokeId); void AttachSupplementaryServiceAPDU(H323SignalPDU & pdu); BOOL WriteFacilityPDU( H323Connection & connection ); static void ParseEndpointAddress(H4501_EndpointAddress & address, PString & party); }; class H450xDispatcher; class H450xHandler : public PObject { PCLASSINFO(H450xHandler, PObject); public: H450xHandler( H323Connection & connection, H450xDispatcher & dispatcher ); virtual void AttachToSetup( H323SignalPDU & pdu ); virtual void AttachToAlerting( H323SignalPDU & pdu ); virtual void AttachToConnect( H323SignalPDU & pdu ); virtual void AttachToReleaseComplete( H323SignalPDU & pdu ); virtual BOOL OnReceivedInvoke( int opcode, int invokeId, ///< InvokeId of operation (used in response) int linkedId, ///< InvokeId of associated operation (if any) PASN_OctetString * argument ///< Parameters for the initiate operation ) = 0; virtual BOOL OnReceivedReturnResult( X880_ReturnResult & returnResult ); virtual BOOL OnReceivedReturnError( int errorCode, X880_ReturnError & returnError ); virtual BOOL OnReceivedReject( int problemType, int problemNumber ); /**Send a return error in response to an invoke operation. */ void SendReturnError(int returnError); void SendGeneralReject(int problem); void SendInvokeReject(int problem); void SendReturnResultReject(int problem); void SendReturnErrorReject(int problem); BOOL DecodeArguments( PASN_OctetString * argString, PASN_Object & argObject, int absentErrorCode ); unsigned GetInvokeId() const { return currentInvokeId; } protected: H323EndPoint & endpoint; H323Connection & connection; H450xDispatcher & dispatcher; unsigned currentInvokeId; }; PLIST(H450xHandlerList, H450xHandler); PDICTIONARY(H450xHandlerDict, POrdinalKey, H450xHandler); class H450xDispatcher : public PObject { PCLASSINFO(H450xDispatcher, PObject); public: H450xDispatcher( H323Connection & connection ); /**Add a handler for the op code. */ void AddOpCode( unsigned opcode, H450xHandler * handler ); virtual void AttachToSetup( H323SignalPDU & pdu ); virtual void AttachToAlerting( H323SignalPDU & pdu ); virtual void AttachToConnect( H323SignalPDU & pdu ); virtual void AttachToReleaseComplete( H323SignalPDU & pdu ); /** Handle the H.450.x Supplementary Service PDU if present in the H225_H323_UU_PDU */ virtual BOOL HandlePDU( const H323SignalPDU & pdu ); /**Handle an incoming X880 Invoke PDU. The default behaviour is to attempt to decode the invoke operation and call the corresponding OnReceived method on the EndPoint. */ virtual BOOL OnReceivedInvoke(X880_Invoke& invoke, H4501_InterpretationApdu& interpretation); /**Handle an incoming X880 Return Result PDU. The default behaviour is to attempt to match the return result to a previous invoke operation and call the corresponding OnReceivedSuccess method on the EndPoint. */ virtual BOOL OnReceivedReturnResult(X880_ReturnResult& returnResult); /**Handle an incoming X880 Return Error PDU. The default behaviour is to attempt to match the return error to a previous invoke operation and call the corresponding OnReceivedError method on the EndPoint. */ virtual BOOL OnReceivedReturnError(X880_ReturnError& returnError); /**Handle an incoming X880 Reject PDU. The default behaviour is to attempt to match the reject to a previous invoke, return result or return error operation and call OnReceivedReject method on the EndPoint. */ virtual BOOL OnReceivedReject(X880_Reject& reject); /**Send a return error in response to an invoke operation. */ void SendReturnError(int invokeId, int returnError); void SendGeneralReject(int invokeId, int problem); void SendInvokeReject(int invokeId, int problem); void SendReturnResultReject(int invokeId, int problem); void SendReturnErrorReject(int invokeId, int problem); /**Get the next available invoke Id for H450 operations */ unsigned GetNextInvokeId() const { return ++nextInvokeId; } protected: H323Connection & connection; H450xHandlerList handlers; H450xHandlerDict opcodeHandler; mutable unsigned nextInvokeId; ///< Next available invoke ID for H450 operations }; class H4502Handler : public H450xHandler { PCLASSINFO(H4502Handler, H450xHandler); public: H4502Handler( H323Connection & connection, H450xDispatcher & dispatcher ); virtual void AttachToSetup( H323SignalPDU & pdu ); virtual void AttachToAlerting( H323SignalPDU & pdu ); virtual void AttachToConnect( H323SignalPDU & pdu ); virtual void AttachToReleaseComplete( H323SignalPDU & pdu ); virtual BOOL OnReceivedInvoke( int opcode, int invokeId, ///< InvokeId of operation (used in response) int linkedId, ///< InvokeId of associated operation (if any) PASN_OctetString * argument ///< Parameters for the initiate operation ); /**Handle an incoming Call Transfer Identify operation. */ virtual void OnReceivedCallTransferIdentify( int linkedId ///< InvokeId of associated operation (if any) ); /**Handle an incoming Call Transfer Abandon operation. */ virtual void OnReceivedCallTransferAbandon( int linkedId ///< InvokeId of associated operation (if any) ); /**Handle an incoming Call Transfer Initiate operation. */ virtual void OnReceivedCallTransferInitiate( int linkedId, ///< InvokeId of associated operation (if any) PASN_OctetString * argument ///< Parameters for the initiate operation ); /**Handle an incoming Call Transfer Setup operation. */ virtual void OnReceivedCallTransferSetup( int linkedId, ///< InvokeId of associated operation (if any) PASN_OctetString * argument ///< Parameters for the setup operation ); /**Handle an incoming Call Transfer Update operation. */ virtual void OnReceivedCallTransferUpdate( int linkedId, ///< InvokeId of associated operation (if any) PASN_OctetString * argument ///< Parameters for the update operation ); /**Handle an incoming Subaddress Transfer operation. */ virtual void OnReceivedSubaddressTransfer( int linkedId, ///< InvokeId of associated operation (if any) PASN_OctetString * argument ///< Parameters for the subaddress transfer operation ); /**Handle an incoming Call Transfer Complete operation. */ virtual void OnReceivedCallTransferComplete( int linkedId, ///< InvokeId of associated operation (if any) PASN_OctetString * argument ///< Parameters for the complete operation ); /**Handle an incoming Call Transfer Active operation. */ virtual void OnReceivedCallTransferActive( int linkedId, ///< InvokeId of associated operation (if any) PASN_OctetString * argument ///< Parameters for the active operation ); virtual BOOL OnReceivedReturnResult( X880_ReturnResult & returnResult ); /**Handle the reception of a callTransferInitiate returnResult when we are in call transfer state e_ctAwaitInitiateResponse. Note this is an internal function and it is not expected an application would use it. */ void OnReceivedInitiateReturnResult(); /**Handle the reception of a callTransferSetup returnResult when we are in call transfer state e_ctAwaitSetupResponse. This funtion exists to handle the case when the transferred-to endpoint does not support H.450.2. Note this is an internal function and it is not expected an application would use it. */ void OnReceivedSetupReturnResult(); /**Handle the reception of a callTransferIdentify returnResult when we are in call transfer state e_ctAwaitIdentifyResponse. Note this is an internal function and it is not expected an application would use it. */ void OnReceivedIdentifyReturnResult(X880_ReturnResult &returnResult); virtual BOOL OnReceivedReturnError( int errorCode, X880_ReturnError & returnError ); /**Handle the reception of a callTransferInitiate returnError or expiry of Call Transfer Timer CT-T3 when we are in call transfer state e_ctAwaitInitiateResponse. Note this is an internal function and it is not expected an application would use it. */ void OnReceivedInitiateReturnError( const bool timerExpiry = false ///< Flag to indicate expiry ); /**Handle the reception of a callTransferSetup returnError or expiry of Call Transfer Timer CT-T4 when we are in call transfer state e_ctAwaitSetupResponse. This funtion also additionally handles the case when the transferred-to endpoint does not support H.450.2 and has rejected the incoming call request. Note this is an internal function and it is not expected an application would use it. */ void OnReceivedSetupReturnError( int errorCode, const bool timerExpiry = false ///< Flag to indicate expiry ); /**Handle the reception of a callTransferIdentify returnError or expiry of Call Transfer Timer CT-T1 when we are in call transfer state e_ctAwaitIdentifyResponse. Note this is an internal function and it is not expected an application would use it. */ void OnReceivedIdentifyReturnError( const bool timerExpiry = false ///< Flag to indicate expiry ); /**Initiate the transfer of an existing call (connection) to a new remote party using H.450.2. This sends a Call Transfer Initiate Invoke message from the A-Party (transferring endpoint) to the B-Party (transferred endpoint). */ void TransferCall( const PString & remoteParty, ///< Remote party to transfer the existing call to const PString & callIdentity ///< Call Identity of secondary call if present ); /**Transfer the call through consultation so the remote party in the primary call is connected to the called party in the second call using H.450.2. This sends a Call Transfer Identify Invoke message from the A-Party (transferring endpoint) to the C-Party (transferred-to endpoint). */ void ConsultationTransfer( const PString & primaryCallToken ///< Primary call ); /**Handle the reception of a callTransferSetupInvoke APDU whilst a secondary call exists. */ void HandleConsultationTransfer( const PString & callIdentity, ///< Call Identity of secondary call H323Connection& incoming ///< New incoming connection ); void AwaitSetupResponse( const PString & token, const PString & identity ); /**Sub-state for call transfer. */ enum State { e_ctIdle, e_ctAwaitIdentifyResponse, e_ctAwaitInitiateResponse, e_ctAwaitSetupResponse, e_ctAwaitSetup, e_ctAwaitConnect }; /**Get the current call transfer state. */ State GetState() const { return ctState; } /**Handle the reception of an Admission Reject during a pending call transfer operation at the transferred endpoint. If the call transfer state of the current connection is e_ctAwaitSetupResponse, the stack attempts to find the existing connection between the transferred and transferring endpoints and inform this connection that a callTransferInitiateReturnError PDU needs to be sent. No action is taken if the current connection is not in call transfer state e_ctAwaitSetupResponse. */ virtual void onReceivedAdmissionReject(const int returnError); /**Handle the failure of a call transfer operation. */ void HandleCallTransferFailure( const int returnError ///< failure reason ); /** Start the Call Transfer Timer using the specified time interval. */ void StartctTimer(const PTimeInterval value) { ctTimer = value; } /** Stop the Call Transfer Timer */ void StopctTimer(); /**Is the Call Transfer Timer running? */ BOOL IsctTimerRunning() { return ctTimer.IsRunning(); } /**Callback mechanism for Call Transfer Timers CT-T1, CT-T2, CT-T3 & CT-T4 */ PDECLARE_NOTIFIER(PTimer, H4502Handler, OnCallTransferTimeOut); /**Get the connection assoicated with this H4502Handler. */ const H323Connection& getAssociatedConnection() const { return connection; } /**Set the associated callToken. */ void SetAssociatedCallToken(const PString& token) { CallToken = token; } /**Get the transferringCallToken member */ const PString& getTransferringCallToken() const { return transferringCallToken; } /**Set the 'consultationTransfer' member to TRUE (indicating a successful transfer) */ void SetConsultationTransferSuccess() { consultationTransfer = TRUE; } /**Was the transfer through consultation successful. */ BOOL isConsultationTransferSuccess() { return consultationTransfer; } protected: PString transferringCallToken; // Stores the call token for the transferring connection (if there is one) PString transferringCallIdentity; // Stores the call identity for the transferring call (if there is one) State ctState; // Call Transfer state of the conneciton BOOL ctResponseSent; // Has a callTransferSetupReturnResult been sent? PTimer ctTimer; // Call Transfer Timer - Handles all four timers CT-T1, PString CallToken; // Call Token of the associated connection // (used during a consultation transfer). BOOL consultationTransfer; // Flag used to indicate whether an incoming call is involved in // a transfer through consultation. }; class H4504Handler : public H450xHandler { PCLASSINFO(H4504Handler, H450xHandler); public: H4504Handler( H323Connection & connection, H450xDispatcher & dispatcher ); virtual BOOL OnReceivedInvoke( int opcode, int invokeId, ///< InvokeId of operation (used in response) int linkedId, ///< InvokeId of associated operation (if any) PASN_OctetString * argument ///< Parameters for the initiate operation ); /**Handle an incoming Near-End Call Hold operation */ virtual void OnReceivedLocalCallHold( int linkedId ///< InvokeId of associated operation (if any) ); /**Handle an incoming Near-End Call Retrieve operation */ virtual void OnReceivedLocalCallRetrieve( int linkedId ///< InvokeId of associated operation (if any) ); /**Handle an incoming Remote Call Hold operation * TBD: Remote hold operations not yet implemented -- dcassel 4/01 */ virtual void OnReceivedRemoteCallHold( int linkedId ///< InvokeId of associated operation (if any) ); /**Handle an incoming Remote Call Retrieve operation * TBD: Remote hold operations not yet implemented -- dcassel 4/01 */ virtual void OnReceivedRemoteCallRetrieve( int linkedId ///< InvokeId of associated operation (if any) ); /**Place the call on hold, suspending all media channels (H.450.4) * NOTE: Only Local Hold is implemented so far. */ void HoldCall( BOOL localHold ///< true for Local Hold, false for Remote Hold ); /**Retrieve the call from hold, activating all media channels (H.450.4) * NOTE: Only Local Hold is implemented so far. */ void RetrieveCall(); /**Sub-state for call hold. */ enum State { e_ch_Idle, e_ch_NE_Held, e_ch_RE_Requested, e_ch_RE_Held, e_ch_RE_Retrieve_Req }; State GetState() const { return holdState; } protected: State holdState; // Call Hold state of this connection }; class H4506Handler : public H450xHandler { PCLASSINFO(H4506Handler, H450xHandler); public: H4506Handler( H323Connection & connection, H450xDispatcher & dispatcher ); virtual BOOL OnReceivedInvoke( int opcode, int invokeId, ///< InvokeId of operation (used in response) int linkedId, ///< InvokeId of associated operation (if any) PASN_OctetString * argument ///< Parameters for the initiate operation ); /**Handle an incoming Call Waiting Indication PDU */ virtual void OnReceivedCallWaitingIndication( int linkedId, PASN_OctetString *argument ); /**Attach a call waiting APDU to the passed in Alerting PDU. The second paramter is used to indicate to the calling user how many additional users are "camped on" the called user. A value of zero indicates to the calling user that he/she is the only user attempting to reach the busy called user. */ virtual void AttachToAlerting( H323SignalPDU & pdu, unsigned numberOfCallsWaiting = 0 ); /**Sub-state for call waiting. */ enum State { e_cw_Idle, e_cw_Invoked }; State GetState() const { return cwState; } protected: State cwState; // Call Waiting state of this connection }; class H45011Handler : public H450xHandler { PCLASSINFO(H45011Handler, H450xHandler); public: H45011Handler( H323Connection & connection, H450xDispatcher & dispatcher ); virtual void AttachToSetup( H323SignalPDU & pdu ); virtual void AttachToAlerting( H323SignalPDU & pdu ); virtual void AttachToConnect( H323SignalPDU & pdu ); virtual void AttachToReleaseComplete( H323SignalPDU & pdu ); virtual BOOL OnReceivedInvoke( int opcode, int invokeId, ///< InvokeId of operation (used in response) int linkedId, ///< InvokeId of associated operation (if any) PASN_OctetString * argument ///< Parameters for the initiate operation ); /**Handle an incoming Call Intrusion operation */ virtual void OnReceivedCallIntrusionRequest( int linkedId, PASN_OctetString *argument ); /**Handle an incoming Call Intrusion GetCIPL operation */ virtual void OnReceivedCallIntrusionGetCIPL( int linkedId, PASN_OctetString *argument ); /**Handle an incoming Call Intrusion Isolate operation */ virtual void OnReceivedCallIntrusionIsolate( int linkedId, PASN_OctetString *argument ); /**Handle an incoming Call Intrusion Forced Release operation */ virtual BOOL OnReceivedCallIntrusionForcedRelease( int linkedId, PASN_OctetString *argument ); /**Handle an incoming Call Intrusion WOB operation */ virtual void OnReceivedCallIntrusionWOBRequest( int linkedId, PASN_OctetString *argument ); /**Handle an incoming Call Intrusion Silent Monitor operation */ virtual void OnReceivedCallIntrusionSilentMonitor( int linkedId, PASN_OctetString *argument ); /**Handle an incoming Call Intrusion Notification operation */ virtual void OnReceivedCallIntrusionNotification( int linkedId, PASN_OctetString *argument ); /**Handle an incoming Call Intrusion cfb Override operation */ virtual void OnReceivedCfbOverride( int linkedId, PASN_OctetString *argument ); /**Handle an incoming Call Intrusion Remote User Alerting operation */ virtual void OnReceivedRemoteUserAlerting( int linkedId, PASN_OctetString *argument ); /**Handle an incoming Call Intrusion Call Waiting operation */ virtual void OnReceivedCallWaiting( int linkedId, PASN_OctetString *argument ); virtual BOOL OnReceivedReturnResult( X880_ReturnResult & returnResult ); void OnReceivedCIRequestResult(/*X880_ReturnResult & returnResult*/); virtual BOOL OnReceivedReturnError( int errorCode, X880_ReturnError & returnError ); BOOL OnReceivedInvokeReturnError ( int errorCode, const bool timerExpiry = false ///< Flag to indicate expiry ); void OnReceivedCIGetCIPLResult( X880_ReturnResult & returnResult ); BOOL OnReceivedGetCIPLReturnError( int errorCode, const bool timerExpiry = false ///< Flag to indicate expiry ); void IntrudeCall(int CICL ); void AwaitSetupResponse( const PString & token, const PString & identity ); BOOL GetRemoteCallIntrusionProtectionLevel( const PString & intrusionCallToken, unsigned intrusionCICL ); void SetIntrusionImpending(); void SetForcedReleaseAccepted(); void SetIntrusionNotAuthorized(); virtual BOOL OnReceivedReject( int problemType, int problemNumber ); /**Sub-state for call intrusion. */ enum State { e_ci_Idle, e_ci_WaitAck, e_ci_GetCIPL, e_ci_OrigInvoked, e_ci_OrigIsolated, e_ci_DestNotify, e_ci_DestInvoked, e_ci_DestIsolated, e_ci_DestWOB, e_ci_IsolationRequest, e_ci_ForcedReleaseRequest, e_ci_WOBRequest }; /**What to generate */ enum Generate{ e_ci_gIdle, e_ci_gConferenceRequest, e_ci_gHeldRequest, e_ci_gSilentMonitorRequest, e_ci_gIsolationRequest, e_ci_gForcedReleaseRequest, e_ci_gWOBRequest }; /** When to send SS message */ enum SendState{ e_ci_sIdle, e_ci_sAttachToSetup, e_ci_sAttachToAlerting, e_ci_sAttachToConnect, e_ci_sAttachToReleseComplete }; /** What to return */ enum ReturnState{ e_ci_rIdle, e_ci_rCallIntrusionImpending, e_ci_rCallIntruded, e_ci_rCallIsolated, e_ci_rCallForceReleased, e_ci_rCallForceReleaseResult, e_ci_rCallIntrusionComplete, e_ci_rCallIntrusionEnd, e_ci_rNotBusy, e_ci_rTempUnavailable, e_ci_rNotAuthorized }; /**Get the current call intrusion state. */ State GetState() const { return ciState; } /** Start the Call Intrusion Timer using the specified time interval. */ void StartciTimer(const PTimeInterval value) { ciTimer = value; } /** Stop the Call Intrusion Timer */ void StopciTimer(); /**Is the Call Intrusion Timer running? */ BOOL IsctTimerRunning() { return ciTimer.IsRunning(); } /**Callback mechanism for Call Intrusion Timers CI-T1, CI-T2, CI-T3 & CI-T4 & CI-T5 & CI-T6 */ PDECLARE_NOTIFIER(PTimer, H45011Handler, OnCallIntrudeTimeOut); protected: State ciState; // Call state of this connection PTimer ciTimer; // Call Intrusion Timer - Handles all six timers CI-T1 to CI-T6, PString intrudingCallToken; PString intrudingCallIdentity; PString activeCallToken; ReturnState ciReturnState; SendState ciSendState; Generate ciGenerateState; int ciCICL; unsigned intrudingCallCICL; }; #endif // __OPAL_H450PDU_H ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/h460.h0100644000176200056700000000307610115741601016107 0ustar releasepostincr// H460.h: /* * Virteos H.460 Implementation for the OpenH323 Project. * * Virteos is a Trade Mark of ISVO (Asia) Pte Ltd. * * Copyright (c) 2004 ISVO (Asia) Pte Ltd. All Rights Reserved. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is derived from and used in conjunction with the * OpenH323 Project (www.openh323.org/) * * The Initial Developer of the Original Code is ISVO (Asia) Pte Ltd. * * * Contributor(s): ______________________________________. * */ #if !defined(_H460_H) #define _H460_H #ifdef P_USE_PRAGMA #pragma interface #endif class H460_MessageType { public: enum { e_gatekeeperRequest, e_gatekeeperConfirm, e_gatekeeperReject, e_registrationRequest, e_registrationConfirm, e_registrationReject, e_admissionRequest, e_admissionConfirm, e_admissionReject, e_locationRequest, e_locationConfirm, e_locationReject, e_nonStandardMessage, e_serviceControlIndication, e_serviceControlResponse, e_callProceeding, e_connect, e_alerting, e_facility }; }; #endif // !defined(_H460_H) openh323_v1_18_0/include/h501.h0100644000176200056700000021454210034005721016101 0ustar releasepostincr// // h501.h // // Code automatically generated by asnparse. // #if ! H323_DISABLE_H501 #ifndef __H501_H #define __H501_H #ifdef P_USE_PRAGMA #pragma interface #endif #include #include "h235.h" #include "h225.h" // // MessageBody // class H501_ServiceRequest; class H501_ServiceConfirmation; class H501_ServiceRejection; class H501_ServiceRelease; class H501_DescriptorRequest; class H501_DescriptorConfirmation; class H501_DescriptorRejection; class H501_DescriptorIDRequest; class H501_DescriptorIDConfirmation; class H501_DescriptorIDRejection; class H501_DescriptorUpdate; class H501_DescriptorUpdateAck; class H501_AccessRequest; class H501_AccessConfirmation; class H501_AccessRejection; class H501_RequestInProgress; class H501_NonStandardRequest; class H501_NonStandardConfirmation; class H501_NonStandardRejection; class H501_UnknownMessageResponse; class H501_UsageRequest; class H501_UsageConfirmation; class H501_UsageIndication; class H501_UsageIndicationConfirmation; class H501_UsageIndicationRejection; class H501_UsageRejection; class H501_ValidationRequest; class H501_ValidationConfirmation; class H501_ValidationRejection; class H501_AuthenticationRequest; class H501_AuthenticationConfirmation; class H501_AuthenticationRejection; class H501_MessageBody : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_MessageBody, PASN_Choice); #endif public: H501_MessageBody(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_serviceRequest, e_serviceConfirmation, e_serviceRejection, e_serviceRelease, e_descriptorRequest, e_descriptorConfirmation, e_descriptorRejection, e_descriptorIDRequest, e_descriptorIDConfirmation, e_descriptorIDRejection, e_descriptorUpdate, e_descriptorUpdateAck, e_accessRequest, e_accessConfirmation, e_accessRejection, e_requestInProgress, e_nonStandardRequest, e_nonStandardConfirmation, e_nonStandardRejection, e_unknownMessageResponse, e_usageRequest, e_usageConfirmation, e_usageIndication, e_usageIndicationConfirmation, e_usageIndicationRejection, e_usageRejection, e_validationRequest, e_validationConfirmation, e_validationRejection, e_authenticationRequest, e_authenticationConfirmation, e_authenticationRejection }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H501_ServiceRequest &() const; #else operator H501_ServiceRequest &(); operator const H501_ServiceRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H501_ServiceConfirmation &() const; #else operator H501_ServiceConfirmation &(); operator const H501_ServiceConfirmation &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H501_ServiceRejection &() const; #else operator H501_ServiceRejection &(); operator const H501_ServiceRejection &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H501_ServiceRelease &() const; #else operator H501_ServiceRelease &(); operator const H501_ServiceRelease &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H501_DescriptorRequest &() const; #else operator H501_DescriptorRequest &(); operator const H501_DescriptorRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H501_DescriptorConfirmation &() const; #else operator H501_DescriptorConfirmation &(); operator const H501_DescriptorConfirmation &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H501_DescriptorRejection &() const; #else operator H501_DescriptorRejection &(); operator const H501_DescriptorRejection &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H501_DescriptorIDRequest &() const; #else operator H501_DescriptorIDRequest &(); operator const H501_DescriptorIDRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H501_DescriptorIDConfirmation &() const; #else operator H501_DescriptorIDConfirmation &(); operator const H501_DescriptorIDConfirmation &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H501_DescriptorIDRejection &() const; #else operator H501_DescriptorIDRejection &(); operator const H501_DescriptorIDRejection &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H501_DescriptorUpdate &() const; #else operator H501_DescriptorUpdate &(); operator const H501_DescriptorUpdate &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H501_DescriptorUpdateAck &() const; #else operator H501_DescriptorUpdateAck &(); operator const H501_DescriptorUpdateAck &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H501_AccessRequest &() const; #else operator H501_AccessRequest &(); operator const H501_AccessRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H501_AccessConfirmation &() const; #else operator H501_AccessConfirmation &(); operator const H501_AccessConfirmation &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H501_AccessRejection &() const; #else operator H501_AccessRejection &(); operator const H501_AccessRejection &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H501_RequestInProgress &() const; #else operator H501_RequestInProgress &(); operator const H501_RequestInProgress &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H501_NonStandardRequest &() const; #else operator H501_NonStandardRequest &(); operator const H501_NonStandardRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H501_NonStandardConfirmation &() const; #else operator H501_NonStandardConfirmation &(); operator const H501_NonStandardConfirmation &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H501_NonStandardRejection &() const; #else operator H501_NonStandardRejection &(); operator const H501_NonStandardRejection &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H501_UnknownMessageResponse &() const; #else operator H501_UnknownMessageResponse &(); operator const H501_UnknownMessageResponse &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H501_UsageRequest &() const; #else operator H501_UsageRequest &(); operator const H501_UsageRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H501_UsageConfirmation &() const; #else operator H501_UsageConfirmation &(); operator const H501_UsageConfirmation &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H501_UsageIndication &() const; #else operator H501_UsageIndication &(); operator const H501_UsageIndication &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H501_UsageIndicationConfirmation &() const; #else operator H501_UsageIndicationConfirmation &(); operator const H501_UsageIndicationConfirmation &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H501_UsageIndicationRejection &() const; #else operator H501_UsageIndicationRejection &(); operator const H501_UsageIndicationRejection &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H501_UsageRejection &() const; #else operator H501_UsageRejection &(); operator const H501_UsageRejection &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H501_ValidationRequest &() const; #else operator H501_ValidationRequest &(); operator const H501_ValidationRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H501_ValidationConfirmation &() const; #else operator H501_ValidationConfirmation &(); operator const H501_ValidationConfirmation &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H501_ValidationRejection &() const; #else operator H501_ValidationRejection &(); operator const H501_ValidationRejection &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H501_AuthenticationRequest &() const; #else operator H501_AuthenticationRequest &(); operator const H501_AuthenticationRequest &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H501_AuthenticationConfirmation &() const; #else operator H501_AuthenticationConfirmation &(); operator const H501_AuthenticationConfirmation &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H501_AuthenticationRejection &() const; #else operator H501_AuthenticationRejection &(); operator const H501_AuthenticationRejection &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ServiceRejectionReason // class H501_ServiceRejectionReason : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_ServiceRejectionReason, PASN_Choice); #endif public: H501_ServiceRejectionReason(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_serviceUnavailable, e_serviceRedirected, e_security, e_continue, e_undefined, e_unknownServiceID, e_cannotSupportUsageSpec, e_neededFeature, e_genericDataReason, e_usageUnavailable, e_unknownUsageSendTo }; BOOL CreateObject(); PObject * Clone() const; }; // // ServiceReleaseReason // class H501_ServiceReleaseReason : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_ServiceReleaseReason, PASN_Choice); #endif public: H501_ServiceReleaseReason(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_outOfService, e_maintenance, e_terminated, e_expired }; BOOL CreateObject(); PObject * Clone() const; }; // // DescriptorRejectionReason // class H501_DescriptorRejectionReason : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_DescriptorRejectionReason, PASN_Choice); #endif public: H501_DescriptorRejectionReason(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_packetSizeExceeded, e_illegalID, e_security, e_hopCountExceeded, e_noServiceRelationship, e_undefined, e_neededFeature, e_genericDataReason, e_unknownServiceID }; BOOL CreateObject(); PObject * Clone() const; }; // // DescriptorIDRequest // class H501_DescriptorIDRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_DescriptorIDRequest, PASN_Sequence); #endif public: H501_DescriptorIDRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif PObject * Clone() const; }; // // DescriptorIDRejectionReason // class H501_DescriptorIDRejectionReason : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_DescriptorIDRejectionReason, PASN_Choice); #endif public: H501_DescriptorIDRejectionReason(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_noDescriptors, e_security, e_hopCountExceeded, e_noServiceRelationship, e_undefined, e_neededFeature, e_genericDataReason, e_unknownServiceID }; BOOL CreateObject(); PObject * Clone() const; }; // // DescriptorUpdateAck // class H501_DescriptorUpdateAck : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_DescriptorUpdateAck, PASN_Sequence); #endif public: H501_DescriptorUpdateAck(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif PObject * Clone() const; }; // // AccessRejectionReason // class H501_AccessRejectionReason : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_AccessRejectionReason, PASN_Choice); #endif public: H501_AccessRejectionReason(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_noMatch, e_packetSizeExceeded, e_security, e_hopCountExceeded, e_needCallInformation, e_noServiceRelationship, e_undefined, e_neededFeature, e_genericDataReason, e_destinationUnavailable, e_aliasesInconsistent, e_resourceUnavailable, e_incompleteAddress, e_unknownServiceID, e_usageUnavailable, e_cannotSupportUsageSpec, e_unknownUsageSendTo }; BOOL CreateObject(); PObject * Clone() const; }; // // UsageConfirmation // class H501_UsageConfirmation : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_UsageConfirmation, PASN_Sequence); #endif public: H501_UsageConfirmation(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif PObject * Clone() const; }; // // UsageField // class H501_UsageField : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_UsageField, PASN_Sequence); #endif public: H501_UsageField(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_ObjectId m_id; PASN_OctetString m_value; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // UsageRejectReason // class H501_UsageRejectReason : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_UsageRejectReason, PASN_Choice); #endif public: H501_UsageRejectReason(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_invalidCall, e_unavailable, e_security, e_noServiceRelationship, e_undefined, e_neededFeature, e_genericDataReason, e_unknownServiceID }; BOOL CreateObject(); PObject * Clone() const; }; // // UsageIndicationConfirmation // class H501_UsageIndicationConfirmation : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_UsageIndicationConfirmation, PASN_Sequence); #endif public: H501_UsageIndicationConfirmation(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif PObject * Clone() const; }; // // UsageIndicationRejectionReason // class H501_UsageIndicationRejectionReason : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_UsageIndicationRejectionReason, PASN_Choice); #endif public: H501_UsageIndicationRejectionReason(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_unknownCall, e_incomplete, e_security, e_noServiceRelationship, e_undefined, e_neededFeature, e_genericDataReason, e_unknownServiceID }; BOOL CreateObject(); PObject * Clone() const; }; // // ValidationRejectionReason // class H501_ValidationRejectionReason : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_ValidationRejectionReason, PASN_Choice); #endif public: H501_ValidationRejectionReason(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_tokenNotValid, e_security, e_hopCountExceeded, e_missingSourceInfo, e_missingDestInfo, e_noServiceRelationship, e_undefined, e_neededFeature, e_genericDataReason, e_unknownServiceID }; BOOL CreateObject(); PObject * Clone() const; }; // // NonStandardRequest // class H501_NonStandardRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_NonStandardRequest, PASN_Sequence); #endif public: H501_NonStandardRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif PObject * Clone() const; }; // // NonStandardConfirmation // class H501_NonStandardConfirmation : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_NonStandardConfirmation, PASN_Sequence); #endif public: H501_NonStandardConfirmation(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif PObject * Clone() const; }; // // NonStandardRejectionReason // class H501_NonStandardRejectionReason : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_NonStandardRejectionReason, PASN_Choice); #endif public: H501_NonStandardRejectionReason(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_notSupported, e_noServiceRelationship, e_undefined, e_neededFeature, e_genericDataReason, e_unknownServiceID }; BOOL CreateObject(); PObject * Clone() const; }; // // UnknownMessageReason // class H501_UnknownMessageReason : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_UnknownMessageReason, PASN_Choice); #endif public: H501_UnknownMessageReason(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_notUnderstood, e_undefined }; BOOL CreateObject(); PObject * Clone() const; }; // // ApplicationMessage // class H501_ApplicationMessage : public PASN_OctetString { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_ApplicationMessage, PASN_OctetString); #endif public: H501_ApplicationMessage(unsigned tag = UniversalOctetString, TagClass tagClass = UniversalTagClass); H501_ApplicationMessage(const char * v); H501_ApplicationMessage(const PString & v); H501_ApplicationMessage(const PBYTEArray & v); H501_ApplicationMessage & operator=(const char * v); H501_ApplicationMessage & operator=(const PString & v); H501_ApplicationMessage & operator=(const PBYTEArray & v); PObject * Clone() const; }; // // AuthenticationConfirmation // class H501_AuthenticationConfirmation : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_AuthenticationConfirmation, PASN_Sequence); #endif public: H501_AuthenticationConfirmation(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif PObject * Clone() const; }; // // AuthenticationRejectionReason // class H501_AuthenticationRejectionReason : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_AuthenticationRejectionReason, PASN_Choice); #endif public: H501_AuthenticationRejectionReason(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_security, e_hopCountExceeded, e_noServiceRelationship, e_undefined, e_neededFeature, e_genericDataReason, e_unknownServiceID, e_securityWrongSyncTime, e_securityReplay, e_securityWrongGeneralID, e_securityWrongSendersID, e_securityIntegrityFailed, e_securityWrongOID }; BOOL CreateObject(); PObject * Clone() const; }; // // Pattern // class H225_AliasAddress; class H501_Pattern_range; class H501_Pattern : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_Pattern, PASN_Choice); #endif public: H501_Pattern(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_specific, e_wildcard, e_range }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_AliasAddress &() const; #else operator H225_AliasAddress &(); operator const H225_AliasAddress &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H501_Pattern_range &() const; #else operator H501_Pattern_range &(); operator const H501_Pattern_range &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // AccessToken // class H235_ClearToken; class H225_CryptoH323Token; class H225_GenericData; class H501_AccessToken : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_AccessToken, PASN_Choice); #endif public: H501_AccessToken(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_token, e_cryptoToken, e_genericData }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H235_ClearToken &() const; #else operator H235_ClearToken &(); operator const H235_ClearToken &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_CryptoH323Token &() const; #else operator H225_CryptoH323Token &(); operator const H225_CryptoH323Token &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_GenericData &() const; #else operator H225_GenericData &(); operator const H225_GenericData &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // CallInformation // class H501_CallInformation : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_CallInformation, PASN_Sequence); #endif public: H501_CallInformation(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_circuitID }; H225_CallIdentifier m_callIdentifier; H225_ConferenceIdentifier m_conferenceID; H225_CircuitInfo m_circuitID; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // UsageCallStatus // class H501_UsageCallStatus : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_UsageCallStatus, PASN_Choice); #endif public: H501_UsageCallStatus(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_preConnect, e_callInProgress, e_callEnded, e_registrationLost }; BOOL CreateObject(); PObject * Clone() const; }; // // Role // class H225_NonStandardParameter; class H501_Role : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_Role, PASN_Choice); #endif public: H501_Role(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_originator, e_destination, e_nonStandardData }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_NonStandardParameter &() const; #else operator H225_NonStandardParameter &(); operator const H225_NonStandardParameter &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // TimeZone // class H501_TimeZone : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_TimeZone, PASN_Integer); #endif public: H501_TimeZone(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); H501_TimeZone & operator=(int v); H501_TimeZone & operator=(unsigned v); PObject * Clone() const; }; // // TerminationCause // class H501_TerminationCause : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_TerminationCause, PASN_Sequence); #endif public: H501_TerminationCause(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_causeIE, e_nonStandardData }; H225_ReleaseCompleteReason m_releaseCompleteReason; PASN_Integer m_causeIE; H225_NonStandardParameter m_nonStandardData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ProtocolVersion // class H501_ProtocolVersion : public PASN_ObjectId { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_ProtocolVersion, PASN_ObjectId); #endif public: H501_ProtocolVersion(unsigned tag = UniversalObjectId, TagClass tagClass = UniversalTagClass); PObject * Clone() const; }; // // ElementIdentifier // class H501_ElementIdentifier : public PASN_BMPString { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_ElementIdentifier, PASN_BMPString); #endif public: H501_ElementIdentifier(unsigned tag = UniversalBMPString, TagClass tagClass = UniversalTagClass); H501_ElementIdentifier & operator=(const char * v); H501_ElementIdentifier & operator=(const PString & v); H501_ElementIdentifier & operator=(const PWORDArray & v); H501_ElementIdentifier & operator=(const PASN_BMPString & v); PObject * Clone() const; }; // // GlobalTimeStamp // class H501_GlobalTimeStamp : public PASN_IA5String { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_GlobalTimeStamp, PASN_IA5String); #endif public: H501_GlobalTimeStamp(unsigned tag = UniversalIA5String, TagClass tagClass = UniversalTagClass); H501_GlobalTimeStamp & operator=(const char * v); H501_GlobalTimeStamp & operator=(const PString & v); PObject * Clone() const; }; // // ArrayOf_TransportAddress // class H225_TransportAddress; class H501_ArrayOf_TransportAddress : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_ArrayOf_TransportAddress, PASN_Array); #endif public: H501_ArrayOf_TransportAddress(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_TransportAddress & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_ClearToken // class H235_ClearToken; class H501_ArrayOf_ClearToken : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_ArrayOf_ClearToken, PASN_Array); #endif public: H501_ArrayOf_ClearToken(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H235_ClearToken & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_CryptoH323Token // class H225_CryptoH323Token; class H501_ArrayOf_CryptoH323Token : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_ArrayOf_CryptoH323Token, PASN_Array); #endif public: H501_ArrayOf_CryptoH323Token(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_CryptoH323Token & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_NonStandardParameter // class H225_NonStandardParameter; class H501_ArrayOf_NonStandardParameter : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_ArrayOf_NonStandardParameter, PASN_Array); #endif public: H501_ArrayOf_NonStandardParameter(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_NonStandardParameter & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_GenericData // class H225_GenericData; class H501_ArrayOf_GenericData : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_ArrayOf_GenericData, PASN_Array); #endif public: H501_ArrayOf_GenericData(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_GenericData & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_SecurityMode // class H501_SecurityMode; class H501_ArrayOf_SecurityMode : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_ArrayOf_SecurityMode, PASN_Array); #endif public: H501_ArrayOf_SecurityMode(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H501_SecurityMode & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_PASN_ObjectId // class H501_ArrayOf_PASN_ObjectId : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_ArrayOf_PASN_ObjectId, PASN_Array); #endif public: H501_ArrayOf_PASN_ObjectId(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; PASN_ObjectId & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_GloballyUniqueID // class H225_GloballyUniqueID; class H501_ArrayOf_GloballyUniqueID : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_ArrayOf_GloballyUniqueID, PASN_Array); #endif public: H501_ArrayOf_GloballyUniqueID(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_GloballyUniqueID & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_Descriptor // class H501_Descriptor; class H501_ArrayOf_Descriptor : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_ArrayOf_Descriptor, PASN_Array); #endif public: H501_ArrayOf_Descriptor(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H501_Descriptor & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_DescriptorInfo // class H501_DescriptorInfo; class H501_ArrayOf_DescriptorInfo : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_ArrayOf_DescriptorInfo, PASN_Array); #endif public: H501_ArrayOf_DescriptorInfo(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H501_DescriptorInfo & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_UpdateInformation // class H501_UpdateInformation; class H501_ArrayOf_UpdateInformation : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_ArrayOf_UpdateInformation, PASN_Array); #endif public: H501_ArrayOf_UpdateInformation(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H501_UpdateInformation & operator[](PINDEX i) const; PObject * Clone() const; }; // // UpdateInformation_descriptorInfo // class H225_GloballyUniqueID; class H501_Descriptor; class H501_UpdateInformation_descriptorInfo : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_UpdateInformation_descriptorInfo, PASN_Choice); #endif public: H501_UpdateInformation_descriptorInfo(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_descriptorID, e_descriptor }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H225_GloballyUniqueID &() const; #else operator H225_GloballyUniqueID &(); operator const H225_GloballyUniqueID &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator H501_Descriptor &() const; #else operator H501_Descriptor &(); operator const H501_Descriptor &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // UpdateInformation_updateType // class H501_UpdateInformation_updateType : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_UpdateInformation_updateType, PASN_Choice); #endif public: H501_UpdateInformation_updateType(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_added, e_deleted, e_changed }; BOOL CreateObject(); PObject * Clone() const; }; // // ArrayOf_SupportedProtocols // class H225_SupportedProtocols; class H501_ArrayOf_SupportedProtocols : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_ArrayOf_SupportedProtocols, PASN_Array); #endif public: H501_ArrayOf_SupportedProtocols(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_SupportedProtocols & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_AddressTemplate // class H501_AddressTemplate; class H501_ArrayOf_AddressTemplate : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_ArrayOf_AddressTemplate, PASN_Array); #endif public: H501_ArrayOf_AddressTemplate(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H501_AddressTemplate & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_ServiceControlSession // class H225_ServiceControlSession; class H501_ArrayOf_ServiceControlSession : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_ArrayOf_ServiceControlSession, PASN_Array); #endif public: H501_ArrayOf_ServiceControlSession(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_ServiceControlSession & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_AccessToken // class H501_AccessToken; class H501_ArrayOf_AccessToken : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_ArrayOf_AccessToken, PASN_Array); #endif public: H501_ArrayOf_AccessToken(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H501_AccessToken & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_UsageField // class H501_UsageField; class H501_ArrayOf_UsageField : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_ArrayOf_UsageField, PASN_Array); #endif public: H501_ArrayOf_UsageField(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H501_UsageField & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_Pattern // class H501_Pattern; class H501_ArrayOf_Pattern : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_ArrayOf_Pattern, PASN_Array); #endif public: H501_ArrayOf_Pattern(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H501_Pattern & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_RouteInformation // class H501_RouteInformation; class H501_ArrayOf_RouteInformation : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_ArrayOf_RouteInformation, PASN_Array); #endif public: H501_ArrayOf_RouteInformation(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H501_RouteInformation & operator[](PINDEX i) const; PObject * Clone() const; }; // // Pattern_range // class H501_Pattern_range : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_Pattern_range, PASN_Sequence); #endif public: H501_Pattern_range(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H225_PartyNumber m_startOfRange; H225_PartyNumber m_endOfRange; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RouteInformation_messageType // class H501_RouteInformation_messageType : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_RouteInformation_messageType, PASN_Choice); #endif public: H501_RouteInformation_messageType(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_sendAccessRequest, e_sendSetup, e_nonExistent }; BOOL CreateObject(); PObject * Clone() const; }; // // ArrayOf_PriceInfoSpec // class H501_PriceInfoSpec; class H501_ArrayOf_PriceInfoSpec : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_ArrayOf_PriceInfoSpec, PASN_Array); #endif public: H501_ArrayOf_PriceInfoSpec(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H501_PriceInfoSpec & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_ContactInformation // class H501_ContactInformation; class H501_ArrayOf_ContactInformation : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_ArrayOf_ContactInformation, PASN_Array); #endif public: H501_ArrayOf_ContactInformation(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H501_ContactInformation & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_CircuitIdentifier // class H225_CircuitIdentifier; class H501_ArrayOf_CircuitIdentifier : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_ArrayOf_CircuitIdentifier, PASN_Array); #endif public: H501_ArrayOf_CircuitIdentifier(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_CircuitIdentifier & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_PriceElement // class H501_PriceElement; class H501_ArrayOf_PriceElement : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_ArrayOf_PriceElement, PASN_Array); #endif public: H501_ArrayOf_PriceElement(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H501_PriceElement & operator[](PINDEX i) const; PObject * Clone() const; }; // // PriceElement_units // class H501_PriceElement_units : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_PriceElement_units, PASN_Choice); #endif public: H501_PriceElement_units(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_seconds, e_packets, e_bytes, e_initial, e_minimum, e_maximum }; BOOL CreateObject(); PObject * Clone() const; }; // // ArrayOf_AlternatePE // class H501_AlternatePE; class H501_ArrayOf_AlternatePE : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_ArrayOf_AlternatePE, PASN_Array); #endif public: H501_ArrayOf_AlternatePE(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H501_AlternatePE & operator[](PINDEX i) const; PObject * Clone() const; }; // // UsageSpecification_when // class H501_UsageSpecification_when : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_UsageSpecification_when, PASN_Sequence); #endif public: H501_UsageSpecification_when(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_never, e_start, e_end, e_period, e_failures }; PASN_Null m_never; PASN_Null m_start; PASN_Null m_end; PASN_Integer m_period; PASN_Null m_failures; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ArrayOf_AliasAddress // class H225_AliasAddress; class H501_ArrayOf_AliasAddress : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_ArrayOf_AliasAddress, PASN_Array); #endif public: H501_ArrayOf_AliasAddress(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; H225_AliasAddress & operator[](PINDEX i) const; PObject * Clone() const; }; // // MessageCommonInfo // class H501_MessageCommonInfo : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_MessageCommonInfo, PASN_Sequence); #endif public: H501_MessageCommonInfo(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_replyAddress, e_integrityCheckValue, e_tokens, e_cryptoTokens, e_nonStandard, e_serviceID, e_genericData, e_featureSet, e_version }; PASN_Integer m_sequenceNumber; H501_ProtocolVersion m_annexGversion; PASN_Integer m_hopCount; H501_ArrayOf_TransportAddress m_replyAddress; H225_ICV m_integrityCheckValue; H501_ArrayOf_ClearToken m_tokens; H501_ArrayOf_CryptoH323Token m_cryptoTokens; H501_ArrayOf_NonStandardParameter m_nonStandard; H225_GloballyUniqueID m_serviceID; H501_ArrayOf_GenericData m_genericData; H225_FeatureSet m_featureSet; H501_ProtocolVersion m_version; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // SecurityMode // class H501_SecurityMode : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_SecurityMode, PASN_Sequence); #endif public: H501_SecurityMode(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_authentication, e_integrity, e_algorithmOIDs }; H235_AuthenticationMechanism m_authentication; H225_IntegrityMechanism m_integrity; H501_ArrayOf_PASN_ObjectId m_algorithmOIDs; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // DescriptorRequest // class H501_DescriptorRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_DescriptorRequest, PASN_Sequence); #endif public: H501_DescriptorRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H501_ArrayOf_GloballyUniqueID m_descriptorID; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // DescriptorConfirmation // class H501_DescriptorConfirmation : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_DescriptorConfirmation, PASN_Sequence); #endif public: H501_DescriptorConfirmation(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H501_ArrayOf_Descriptor m_descriptor; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // DescriptorRejection // class H501_DescriptorRejection : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_DescriptorRejection, PASN_Sequence); #endif public: H501_DescriptorRejection(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_descriptorID }; H501_DescriptorRejectionReason m_reason; H225_GloballyUniqueID m_descriptorID; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // DescriptorIDConfirmation // class H501_DescriptorIDConfirmation : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_DescriptorIDConfirmation, PASN_Sequence); #endif public: H501_DescriptorIDConfirmation(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H501_ArrayOf_DescriptorInfo m_descriptorInfo; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // DescriptorIDRejection // class H501_DescriptorIDRejection : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_DescriptorIDRejection, PASN_Sequence); #endif public: H501_DescriptorIDRejection(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H501_DescriptorIDRejectionReason m_reason; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // DescriptorUpdate // class H501_DescriptorUpdate : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_DescriptorUpdate, PASN_Sequence); #endif public: H501_DescriptorUpdate(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H225_AliasAddress m_sender; H501_ArrayOf_UpdateInformation m_updateInfo; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // UpdateInformation // class H501_UpdateInformation : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_UpdateInformation, PASN_Sequence); #endif public: H501_UpdateInformation(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H501_UpdateInformation_descriptorInfo m_descriptorInfo; H501_UpdateInformation_updateType m_updateType; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // AccessConfirmation // class H501_AccessConfirmation : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_AccessConfirmation, PASN_Sequence); #endif public: H501_AccessConfirmation(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_supportedProtocols, e_serviceControl }; H501_ArrayOf_AddressTemplate m_templates; PASN_Boolean m_partialResponse; H501_ArrayOf_SupportedProtocols m_supportedProtocols; H501_ArrayOf_ServiceControlSession m_serviceControl; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // AccessRejection // class H501_AccessRejection : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_AccessRejection, PASN_Sequence); #endif public: H501_AccessRejection(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_serviceControl }; H501_AccessRejectionReason m_reason; H501_ArrayOf_ServiceControlSession m_serviceControl; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // UsageRejection // class H501_UsageRejection : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_UsageRejection, PASN_Sequence); #endif public: H501_UsageRejection(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H501_UsageRejectReason m_reason; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // UsageIndicationRejection // class H501_UsageIndicationRejection : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_UsageIndicationRejection, PASN_Sequence); #endif public: H501_UsageIndicationRejection(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H501_UsageIndicationRejectionReason m_reason; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ValidationRejection // class H501_ValidationRejection : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_ValidationRejection, PASN_Sequence); #endif public: H501_ValidationRejection(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H501_ValidationRejectionReason m_reason; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RequestInProgress // class H501_RequestInProgress : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_RequestInProgress, PASN_Sequence); #endif public: H501_RequestInProgress(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_serviceControl }; PASN_Integer m_delay; H501_ArrayOf_ServiceControlSession m_serviceControl; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // NonStandardRejection // class H501_NonStandardRejection : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_NonStandardRejection, PASN_Sequence); #endif public: H501_NonStandardRejection(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H501_NonStandardRejectionReason m_reason; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // UnknownMessageResponse // class H501_UnknownMessageResponse : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_UnknownMessageResponse, PASN_Sequence); #endif public: H501_UnknownMessageResponse(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_OctetString m_unknownMessage; H501_UnknownMessageReason m_reason; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // AuthenticationRequest // class H501_AuthenticationRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_AuthenticationRequest, PASN_Sequence); #endif public: H501_AuthenticationRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H501_ApplicationMessage m_applicationMessage; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // AuthenticationRejection // class H501_AuthenticationRejection : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_AuthenticationRejection, PASN_Sequence); #endif public: H501_AuthenticationRejection(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H501_AuthenticationRejectionReason m_reason; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // AddressTemplate // class H501_AddressTemplate : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_AddressTemplate, PASN_Sequence); #endif public: H501_AddressTemplate(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_supportedProtocols, e_featureSet }; H501_ArrayOf_Pattern m_pattern; H501_ArrayOf_RouteInformation m_routeInfo; PASN_Integer m_timeToLive; H501_ArrayOf_SupportedProtocols m_supportedProtocols; H225_FeatureSet m_featureSet; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ContactInformation // class H501_ContactInformation : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_ContactInformation, PASN_Sequence); #endif public: H501_ContactInformation(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_transportQoS, e_security, e_accessTokens, e_multipleCalls, e_featureSet, e_circuitID, e_supportedCircuits }; H225_AliasAddress m_transportAddress; PASN_Integer m_priority; H225_TransportQOS m_transportQoS; H501_ArrayOf_SecurityMode m_security; H501_ArrayOf_AccessToken m_accessTokens; PASN_Boolean m_multipleCalls; H225_FeatureSet m_featureSet; H225_CircuitInfo m_circuitID; H501_ArrayOf_CircuitIdentifier m_supportedCircuits; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // PriceInfoSpec // class H501_PriceInfoSpec : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_PriceInfoSpec, PASN_Sequence); #endif public: H501_PriceInfoSpec(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_validFrom, e_validUntil, e_hoursFrom, e_hoursUntil, e_priceElement, e_priceFormula }; PASN_IA5String m_currency; PASN_Integer m_currencyScale; H501_GlobalTimeStamp m_validFrom; H501_GlobalTimeStamp m_validUntil; PASN_IA5String m_hoursFrom; PASN_IA5String m_hoursUntil; H501_ArrayOf_PriceElement m_priceElement; PASN_IA5String m_priceFormula; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // PriceElement // class H501_PriceElement : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_PriceElement, PASN_Sequence); #endif public: H501_PriceElement(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_amount; PASN_Integer m_quantum; H501_PriceElement_units m_units; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // DescriptorInfo // class H501_DescriptorInfo : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_DescriptorInfo, PASN_Sequence); #endif public: H501_DescriptorInfo(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H225_GloballyUniqueID m_descriptorID; H501_GlobalTimeStamp m_lastChanged; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // AlternatePEInfo // class H501_AlternatePEInfo : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_AlternatePEInfo, PASN_Sequence); #endif public: H501_AlternatePEInfo(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H501_ArrayOf_AlternatePE m_alternatePE; PASN_Boolean m_alternateIsPermanent; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // AlternatePE // class H501_AlternatePE : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_AlternatePE, PASN_Sequence); #endif public: H501_AlternatePE(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_elementIdentifier }; H225_AliasAddress m_contactAddress; PASN_Integer m_priority; H501_ElementIdentifier m_elementIdentifier; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // UserInformation // class H501_UserInformation : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_UserInformation, PASN_Sequence); #endif public: H501_UserInformation(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_userAuthenticator }; H225_AliasAddress m_userIdentifier; H501_ArrayOf_CryptoH323Token m_userAuthenticator; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // UsageSpecification // class H501_UsageSpecification : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_UsageSpecification, PASN_Sequence); #endif public: H501_UsageSpecification(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_sendToPEAddress }; H501_ElementIdentifier m_sendTo; H501_UsageSpecification_when m_when; H501_ArrayOf_PASN_ObjectId m_required; H501_ArrayOf_PASN_ObjectId m_preferred; H225_AliasAddress m_sendToPEAddress; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // PartyInformation // class H501_PartyInformation : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_PartyInformation, PASN_Sequence); #endif public: H501_PartyInformation(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_domainIdentifier, e_transportAddress, e_endpointType, e_userInfo, e_timeZone }; H501_ArrayOf_AliasAddress m_logicalAddresses; H225_AliasAddress m_domainIdentifier; H225_AliasAddress m_transportAddress; H225_EndpointType m_endpointType; H501_UserInformation m_userInfo; H501_TimeZone m_timeZone; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // Message // class H501_Message : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_Message, PASN_Sequence); #endif public: H501_Message(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H501_MessageBody m_body; H501_MessageCommonInfo m_common; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ServiceRequest // class H501_ServiceRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_ServiceRequest, PASN_Sequence); #endif public: H501_ServiceRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_elementIdentifier, e_domainIdentifier, e_securityMode, e_timeToLive, e_usageSpec }; H501_ElementIdentifier m_elementIdentifier; H225_AliasAddress m_domainIdentifier; H501_ArrayOf_SecurityMode m_securityMode; PASN_Integer m_timeToLive; H501_UsageSpecification m_usageSpec; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ServiceConfirmation // class H501_ServiceConfirmation : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_ServiceConfirmation, PASN_Sequence); #endif public: H501_ServiceConfirmation(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_alternates, e_securityMode, e_timeToLive, e_usageSpec }; H501_ElementIdentifier m_elementIdentifier; H225_AliasAddress m_domainIdentifier; H501_AlternatePEInfo m_alternates; H501_SecurityMode m_securityMode; PASN_Integer m_timeToLive; H501_UsageSpecification m_usageSpec; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ServiceRejection // class H501_ServiceRejection : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_ServiceRejection, PASN_Sequence); #endif public: H501_ServiceRejection(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_alternates }; H501_ServiceRejectionReason m_reason; H501_AlternatePEInfo m_alternates; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ServiceRelease // class H501_ServiceRelease : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_ServiceRelease, PASN_Sequence); #endif public: H501_ServiceRelease(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_alternates }; H501_ServiceReleaseReason m_reason; H501_AlternatePEInfo m_alternates; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // AccessRequest // class H501_AccessRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_AccessRequest, PASN_Sequence); #endif public: H501_AccessRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_sourceInfo, e_callInfo, e_usageSpec, e_desiredProtocols }; H501_PartyInformation m_destinationInfo; H501_PartyInformation m_sourceInfo; H501_CallInformation m_callInfo; H501_UsageSpecification m_usageSpec; H501_ArrayOf_SupportedProtocols m_desiredProtocols; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // UsageRequest // class H501_UsageRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_UsageRequest, PASN_Sequence); #endif public: H501_UsageRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); H501_CallInformation m_callInfo; H501_UsageSpecification m_usageSpec; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // UsageIndication // class H501_UsageIndication : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_UsageIndication, PASN_Sequence); #endif public: H501_UsageIndication(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_accessTokens, e_srcInfo, e_startTime, e_endTime, e_terminationCause }; H501_CallInformation m_callInfo; H501_ArrayOf_AccessToken m_accessTokens; H501_Role m_senderRole; H501_UsageCallStatus m_usageCallStatus; H501_PartyInformation m_srcInfo; H501_PartyInformation m_destAddress; H235_TimeStamp m_startTime; H235_TimeStamp m_endTime; H501_TerminationCause m_terminationCause; H501_ArrayOf_UsageField m_usageFields; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ValidationRequest // class H501_ValidationRequest : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_ValidationRequest, PASN_Sequence); #endif public: H501_ValidationRequest(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_accessToken, e_destinationInfo, e_sourceInfo, e_usageSpec }; H501_ArrayOf_AccessToken m_accessToken; H501_PartyInformation m_destinationInfo; H501_PartyInformation m_sourceInfo; H501_CallInformation m_callInfo; H501_UsageSpecification m_usageSpec; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ValidationConfirmation // class H501_ValidationConfirmation : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_ValidationConfirmation, PASN_Sequence); #endif public: H501_ValidationConfirmation(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_destinationInfo, e_usageSpec }; H501_PartyInformation m_destinationInfo; H501_UsageSpecification m_usageSpec; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RouteInformation // class H501_RouteInformation : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_RouteInformation, PASN_Sequence); #endif public: H501_RouteInformation(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_usageSpec, e_priceInfo, e_type, e_featureSet, e_circuitID, e_supportedCircuits }; H501_RouteInformation_messageType m_messageType; PASN_Boolean m_callSpecific; H501_UsageSpecification m_usageSpec; H501_ArrayOf_PriceInfoSpec m_priceInfo; H501_ArrayOf_ContactInformation m_contacts; H225_EndpointType m_type; H225_FeatureSet m_featureSet; H225_CircuitInfo m_circuitID; H501_ArrayOf_CircuitIdentifier m_supportedCircuits; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // Descriptor // class H501_Descriptor : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(H501_Descriptor, PASN_Sequence); #endif public: H501_Descriptor(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_gatekeeperID }; H501_DescriptorInfo m_descriptorInfo; H501_ArrayOf_AddressTemplate m_templates; H225_GatekeeperIdentifier m_gatekeeperID; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; #endif // __H501_H #endif // if ! H323_DISABLE_H501 // End of h501.h openh323_v1_18_0/include/h501pdu.h0100644000176200056700000001431107645141353016622 0ustar releasepostincr/* * h501pdu.h * * H.501 protocol handler * * Open H323 Library * * Copyright (c) 2003 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: h501pdu.h,v $ * Revision 1.10 2003/04/10 01:03:39 craigs * Changed to allow reply address to be a list * * Revision 1.9 2003/03/28 05:08:16 robertj * Added delay parameter to BuildRequestInProgress * * Revision 1.8 2003/03/25 04:56:17 robertj * Fixed issues to do with multiple inheritence in transaction reply cache. * * Revision 1.7 2003/03/20 01:51:07 robertj * More abstraction of H.225 RAS and H.501 protocols transaction handling. * * Revision 1.6 2003/03/18 13:58:16 craigs * More H.501 implementation * * Revision 1.5 2003/03/17 13:19:49 craigs * More H501 implementation * * Revision 1.4 2003/03/14 06:00:42 craigs * More updates * * Revision 1.3 2003/03/01 00:23:42 craigs * New PeerElement implementation * * Revision 1.2 2003/02/25 06:48:15 robertj * More work on PDU transaction abstraction. * * Revision 1.1 2003/02/21 05:28:39 craigs * Factored out code for user with peer elements * */ #ifndef __OPAL_H501PDU_H #define __OPAL_H501PDU_H #ifdef P_USE_PRAGMA #pragma interface #endif #include #include "transports.h" #include "h323trans.h" #include "h501.h" class H323_AnnexG; /**Wrapper class for the H501 Annex G channel. */ class H501PDU : public H501_Message, public H323TransactionPDU { PCLASSINFO(H501PDU, H501_Message); public: H501PDU(); // overrides from PObject virtual PObject * Clone() const; // overrides from H323TransactionPDU virtual PASN_Object & GetPDU(); virtual PASN_Choice & GetChoice(); virtual const PASN_Object & GetPDU() const; virtual const PASN_Choice & GetChoice() const; virtual unsigned GetSequenceNumber() const; virtual unsigned GetRequestInProgressDelay() const; #if PTRACING virtual const char * GetProtocolName() const; #endif virtual H323TransactionPDU * ClonePDU() const; virtual void DeletePDU(); // new functions H501_ServiceRequest & BuildServiceRequest (unsigned seqnum, const H323TransportAddressArray & reply); H501_ServiceConfirmation & BuildServiceConfirmation (unsigned seqnum); H501_ServiceRejection & BuildServiceRejection (unsigned seqnum, unsigned reason); H501_ServiceRelease & BuildServiceRelease (unsigned seqnum); H501_DescriptorRequest & BuildDescriptorRequest (unsigned seqnum, const H323TransportAddressArray & reply); H501_DescriptorConfirmation & BuildDescriptorConfirmation (unsigned seqnum); H501_DescriptorRejection & BuildDescriptorRejection (unsigned seqnum, unsigned reason); H501_DescriptorIDRequest & BuildDescriptorIDRequest (unsigned seqnum, const H323TransportAddressArray & reply); H501_DescriptorIDConfirmation & BuildDescriptorIDConfirmation (unsigned seqnum); H501_DescriptorIDRejection & BuildDescriptorIDRejection (unsigned seqnum, unsigned reason); H501_DescriptorUpdate & BuildDescriptorUpdate (unsigned seqnum, const H323TransportAddressArray & reply); H501_DescriptorUpdateAck & BuildDescriptorUpdateAck (unsigned seqnum); H501_AccessRequest & BuildAccessRequest (unsigned seqnum, const H323TransportAddressArray & reply); H501_AccessConfirmation & BuildAccessConfirmation (unsigned seqnum); H501_AccessRejection & BuildAccessRejection (unsigned seqnum, int reason); H501_RequestInProgress & BuildRequestInProgress (unsigned seqnum, unsigned delay); H501_NonStandardRequest & BuildNonStandardRequest (unsigned seqnum, const H323TransportAddressArray & reply); H501_NonStandardConfirmation & BuildNonStandardConfirmation (unsigned seqnum); H501_NonStandardRejection & BuildNonStandardRejection (unsigned seqnum, unsigned reason); H501_UnknownMessageResponse & BuildUnknownMessageResponse (unsigned seqnum); H501_UsageRequest & BuildUsageRequest (unsigned seqnum, const H323TransportAddressArray & reply); H501_UsageConfirmation & BuildUsageConfirmation (unsigned seqnum); H501_UsageIndicationConfirmation & BuildUsageIndicationConfirmation (unsigned seqnum); H501_UsageIndicationRejection & BuildUsageIndicationRejection (unsigned seqnum, unsigned reason); H501_UsageRejection & BuildUsageRejection (unsigned seqnum); H501_ValidationRequest & BuildValidationRequest (unsigned seqnum, const H323TransportAddressArray & reply); H501_ValidationConfirmation & BuildValidationConfirmation (unsigned seqnum); H501_ValidationRejection & BuildValidationRejection (unsigned seqnum, unsigned reason); H501_AuthenticationRequest & BuildAuthenticationRequest (unsigned seqnum, const H323TransportAddressArray & reply); H501_AuthenticationConfirmation & BuildAuthenticationConfirmation (unsigned seqnum); H501_AuthenticationRejection & BuildAuthenticationRejection (unsigned seqnum, unsigned reason); protected: void BuildRequest(unsigned tag, unsigned seqnum, const H323TransportAddressArray & replyAddr); void BuildPDU(unsigned tag, unsigned seqnum); }; #endif // __OPAL_H501PDU_H ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/hid.h0100644000176200056700000000523510265253335016201 0ustar releasepostincr/* * hid.h * * Virteos HID Implementation for the OpenH323 Project. * * Virteos is a Trade Mark of ISVO (Asia) Pte Ltd. * * Copyright (c) 2005 ISVO (Asia) Pte Ltd. All Rights Reserved. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Initial Developer of the Original Code is ISVO (Asia) Pte Ltd. * * * Contributor(s): ______________________________________. * * $Log: hid.h,v $ * Revision 1.3 2005/07/13 18:01:01 shorne * Added HIDdevices::AddAllHIDs * * Revision 1.2 2005/07/06 11:15:25 shorne * Added HIDdevices::PrintOn * * Revision 1.1 2005/07/03 14:38:42 shorne * *** empty log message *** * * */ #include #include #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #ifdef _MSC_VER #pragma warning(disable:4100) #endif PDECLARE_LIST(HIDDevices, OpalLineInterfaceDevice) #ifdef DOC_PLUS_PLUS { #endif public: BOOL HasAvailDevice(); OpalLineInterfaceDevice * AvailDevice(); BOOL AddAllHIDs(const PString & name); void PrintOn(ostream & strm) const; }; class HIDPluginDeviceManager : public PPluginModuleManager { PCLASSINFO(HIDPluginDeviceManager, PPluginModuleManager); public: HIDPluginDeviceManager(PPluginManager * pluginMgr = NULL); ~HIDPluginDeviceManager(); void OnLoadPlugin(PDynaLink & dll, INT code); virtual void OnShutdown(); static void Bootstrap(); virtual BOOL RegisterHID(unsigned int count, void * _HIDList); virtual BOOL UnregisterHID(unsigned int count, void * _HIDList); void CreateHIDDevice(PluginHID_Definition * HIDDevice); }; static PFactory::Worker h323PluginCodecManagerFactory("HIDPluginDeviceManager", true); /////////////////////////////////////////////////////////////////////////////// typedef PFactory HIDFactory; #define HID_REGISTER_DEVICE(cls, HIDName) static HIDFactory::Worker cls##Factory(HIDName, true); \ #define HID_DEFINE_DEVICE(cls, HIDName, fmtName) \ class cls : public OpalLineInterfaceDevice { \ public: \ cls() : OpalLineInterfaceDevice() { } \ PString GetName() const \ { return fmtName; } \ }; \ HID_REGISTER_DEVICE(cls, capName) \ /////////////////////////////////////////////////////////////////////////////openh323_v1_18_0/include/ixjDefs.h0100644000176200056700000011557507446447306017054 0ustar releasepostincr/* ixjDefs.h Copyright (c) 1996-1998, Quicknet Technologies, Inc. All Rights Reserved. Internet PhoneJACK, Internet LineJACK, etc. definitions. ----------------------------------------------------------------- $Header: /home/cvsroot/openh323/include/ixjDefs.h,v 1.4 2002/03/21 21:21:10 craigs Exp $ $Log: ixjDefs.h,v $ Revision 1.4 2002/03/21 21:21:10 craigs Move idb stuff to separate file */ #ifndef _IXJDEFS_H #define _IXJDEFS_H #include //========================================================================== //========================================================================== // // Constants and structures for Quicknet's Internet PhoneJACK and // Internet LineJACK cards. // //========================================================================== //------------------------------------------------ // Plug and Play IDs //------------------------------------------------ #define MODEL_INTERNET_PHONEJACK 0x0100 #define MODEL_INTERNET_BLACKJACK 0x0200 #define MODEL_INTERNET_LINEJACK 0x0300 #define MODEL_INTERNET_PHONEJACK_LITE 0x0400 #define MODEL_INTERNET_PHONEJACK_PCI 0x0500 #define MODEL_INTERNET_PHONEJACK_TJPCI 0x0501 #define MODEL_INTERNET_PHONECARD 0x0600 //-------------------------------------------------------------------------- // Codec support //-------------------------------------------------------------------------- // #define CODEC_RATE_4000Hz 4000 #define CODEC_RATE_5500Hz 5500 #define CODEC_RATE_6000Hz 6000 #define CODEC_RATE_7333Hz 7333 #define CODEC_RATE_8000Hz 8000 #define CODEC_RATE_11025Hz 11025 #define CODEC_RATE_16000Hz 16000 #define CODEC_RATE_22050Hz 22050 #define CODEC_RATE_32000Hz 32000 #define CODEC_RATE_33075Hz 33075 #define CODEC_RATE_44100Hz 44100 #define CODEC_RATE_48000Hz 48000 #define OLD_CODEC_RATE_4000Hz 1000 #define OLD_CODEC_RATE_5500Hz 1010 #define OLD_CODEC_RATE_6000Hz 1020 #define OLD_CODEC_RATE_7333Hz 1030 #define OLD_CODEC_RATE_8000Hz 1040 #define OLD_CODEC_RATE_11025Hz 1050 #define OLD_CODEC_RATE_16000Hz 1060 #define OLD_CODEC_RATE_22050Hz 1070 #define OLD_CODEC_RATE_32000Hz 1080 #define OLD_CODEC_RATE_33075Hz 1090 #define OLD_CODEC_RATE_44100Hz 1100 #define OLD_CODEC_RATE_48000Hz 1110 // XTAL = 3.8912 MHz // Clock = 10*XTAL = 38.912 MHz // // Rules: // SCLK = Clock/(N+1) // FSYNC = SCLK/(M+1) // // 4 <= (N+1) <= 32 // For 8-bit Codec: SCLK >= 16*FSYNC // For 16-bit Codec: SCLK >= 32*FSYNC // // 8Khz Playback/Record: // SCLK = Clock/( 18+1) = 2.048 MHz // FSYNC = SCLK/(255+1) = 8000 Hz ( 8,000.0 Hz = 8,000 Hz standard + 0%) // 11Khz Playback/Record: // SCLK = Clock/( 13+1) = 2.779 MHz // FSYNC = SCLK/(251+1) = 11025 Hz (11,029.5 Hz = 11,025 Hz standard + -0.04%) // 22Khz Playback/Record: // SCLK = Clock/( 9+1) = 3.8912 MHz // FSYNC = SCLK/(175+1) = 22050 Hz (22,109.1 Hz = 22,050 Hz standard + ?.?%) +59.1 // // SCLK = Clock/( 13+1) = 2.779 MHz // FSYNC = SCLK/(125+1) = 22050 Hz (22,059.0 Hz = 22,050 Hz standard + ?.?%) // // XTAL = 3.8912 MHz // Clock = 10*XTAL = 38.912 MHz // // SCLK = Clock/( 18+1) = 2.048 MHz // FSYNC = SCLK/(371+1) = 5505 Hz ( 5,505.4 Hz = 5,500 Hz standard + x%) // FSYNC = SCLK/(340+1) = 6006 Hz ( 6,005.9 Hz = 6,000 Hz standard + x%) // FSYNC = SCLK/(278+1) = 7341 Hz ( 7,340.5 Hz = 7,333 Hz standard + x%) // FSYNC = SCLK/(255+1) = 8000 Hz ( 8,000.0 Hz = 8,000 Hz standard + 0%) // FSYNC = SCLK/(127+1) = 16000 Hz (16,000.0 Hz = 16,000 Hz standard + 0%) // FSYNC = SCLK/( 63+1) = 32000 Hz (32,000.0 Hz = 32,000 Hz standard + 0%) // FSYNC = SCLK/( 61+1) = 33032 Hz (33,032.3 Hz = 33,075 Hz standard + x%) // FSYNC = SCLK/( 45+1) = 44522 Hz (44,521.7 Hz = 44,100 Hz standard + x%) // FSYNC = SCLK/( 42+1) = 47628 Hz (47,627.9 Hz = 48,000 Hz standard - x%) // Selects: Sets the division factor used to divide the SCLK clock to generate FSYNC. #define CODEC_FSYNC_RATE_371 371 #define CODEC_FSYNC_RATE_340 340 #define CODEC_FSYNC_RATE_278 278 #define CODEC_FSYNC_RATE_255 255 #define CODEC_FSYNC_RATE_251 251 #define CODEC_FSYNC_RATE_185 185 #define CODEC_FSYNC_RATE_175 175 #define CODEC_FSYNC_RATE_127 127 #define CODEC_FSYNC_RATE_125 125 #define CODEC_FSYNC_RATE_92 92 #define CODEC_FSYNC_RATE_63 63 #define CODEC_FSYNC_RATE_61 61 #define CODEC_FSYNC_RATE_45 45 #define CODEC_FSYNC_RATE_42 42 // Selects: Sets the division factor used to divide the main CT8020 clock to generate SCLK. #define CODEC_CO_RATE_9 9 #define CODEC_CO_RATE_13 13 #define CODEC_CO_RATE_19 19 #define CODEC_CO_RATE_18 18 const WORD CODEC_WIDTH_8BIT = 0; // Selects 8-bit Mu-law codec. const WORD CODEC_WIDTH_16BIT = 1; // Selects 16-bit linear codec. const WORD CODEC_LAW_MULAW = 0; // Selects external Mu-law codec. const WORD CODEC_MASTER_SLAVE = 0; // Selects save mode (FSYNC and SCLK are inputs - default after reset). const WORD CODEC_MASTER_MASTER = 1; // Selects master mode (FSYNC and SCLK are outputs). const WORD CODEC_LONG_SHORTFRAME = 0; // Selects short frame sync mode when WIDE=0. const WORD CODEC_LONG_LONGFRAME = 1; // Selects long frame sync mode when WIDE=1. const WORD CODEC_OUTPUT_CODEC_DEFAULT = 0; // Selects: default output codec routing. const WORD CODEC_OUTPUT_CODEC_CODEC1 = 1; // Selects: output signal goes to codec 1 only. const WORD CODEC_OUTPUT_CODEC_CODEC0 = 2; // Selects: output signal goes to codec 0 only. const WORD CODEC_OUTPUT_CODEC_BOTH = 3; // Selects: output signal goes to both codec 0 and codec 1. const WORD CODEC_INPUT_CODEC_NORMAL = 0; // Selects: normal input codec routing. const WORD CODEC_INPUT_CODEC_EXCHANGE = 1; // Selects: input from codec 0 and codec 1 exchanged. const WORD CODEC_SET_RATE_NOACTION = 0; // Selects: no action. const WORD CODEC_SET_RATE_NEXTCMD = 1; // Selects: next command word programs codec sample rate dividers. const WORD CODEC_WIDE_1SCLK = 0; // Selects: FSYNC is 1 SCLK period wide. const WORD CODEC_WIDE_8OR16SCLKS = 1; // Selects: FSYNC is 8 SCLK periods wide if Width=0 or 16 SCLK periods wide if Width=1. const DWORD XTAL_38912 = 3891200; const DWORD XTAL_4000 = 4000000; const DWORD XTAL_4096 = 4096000; const DWORD SCLK_2048 = 2048000; const DWORD SCLK_512 = 512000; const DWORD SCLK_1024 = 1024000; const DWORD SCLK_2000 = 2000000; const DWORD SCLK_MAX = 1835008; // 300373; // 2097152; // 2095600; //========================================================================== //-------------------------------------------------------------------------- // Compression/Decompression support //-------------------------------------------------------------------------- // #define COMPRESS_MODE_TRUESPEECH 0 // Selects: TrueSpeech 8.5, 6.3, 5.3, 4.8 or 4.1 Kbps #define COMPRESS_MODE_ULAW 2 // Selects: 64 Kbit/sec U-law PCM #define COMPRESS_MODE_16LINEAR 6 // Selects: 128 Kbit/sec 16-bit linear #define COMPRESS_MODE_8LINEAR 4 // Selects: 64 Kbit/sec 8-bit signed linear #define COMPRESS_MODE_8LINEAR_WSS 5 // Selects: 64 Kbit/sec WSS 8-bit unsigned linear // TrueSpeech compress modes: 8.5 - 4.1 #define COMPRESS_RATE_TS85 0 // Selects TrueSpeech 8.5 play mode. #define COMPRESS_RATE_TS63 1 // Selects TrueSpeech 6.3 play mode. #define COMPRESS_RATE_TS53 2 // Selects TrueSpeech 5.3 play mode. #define COMPRESS_RATE_TS48 3 // Selects TrueSpeech 4.8 play mode. #define COMPRESS_RATE_TS41 4 // Selects TrueSpeech 4.1 play mode. // G.723.1 record/compress modes: 6.3 & 5.3 // NOTE: Same as TrueSpeech 6.3 & 5.3 modes. #define COMPRESS_RATE_G7231_TS63 1 // Selects TrueSpeech 6.3 play mode. #define COMPRESS_RATE_G7231_TS53 2 // Selects TrueSpeech 5.3 play mode. // ------------------------ #define COMPRESS_FRAME_TRUESPEECH 0 // TrueSpeech 8.5, 6.3, 5.3, 4.8 or 4.1 Kbps #define COMPRESS_FRAME_ULAW 120 // 64 Kbit/sec U-law PCM #define COMPRESS_FRAME_16LINEAR 240 // 128 Kbit/sec 16-bit linear #define COMPRESS_FRAME_8LINEAR 120 // 64 Kbit/sec 8-bit signed linear #define COMPRESS_FRAME_8LINEAR_WSS 120 // 64 Kbit/sec WSS 8-bit unsigned linear // TrueSpeech recording modes: 8.5 - 4.1 #define COMPRESS_FRAME_TS85 16 // TrueSpeech 8.5 record frame. #define COMPRESS_FRAME_TS63 12 // TrueSpeech 6.3 record frame. #define COMPRESS_FRAME_TS53 10 // TrueSpeech 5.3 record frame. #define COMPRESS_FRAME_TS48 9 // TrueSpeech 4.8 record frame. #define COMPRESS_FRAME_TS41 8 // TrueSpeech 4.1 record frame. // G.723.1 recording modes: 6.3 & 5.3 // NOTE: Same as TrueSpeech 6.3 & 5.3 modes. #define COMPRESS_FRAME_G7231_TS63 COMPRESS_FRAME_TS63 // TrueSpeech 6.3 record frame. #define COMPRESS_FRAME_G7231_TS53 COMPRESS_FRAME_TS53 // TrueSpeech 5.3 record frame. #define COMPRESS_MAX_BUFFER_SIZE COMPRESS_FRAME_16LINEAR // Max buffer size: Tx or Rx. // Additional bit patterns to 'Or' into Command Base 'words' const WORD COMPRESS_TFRMODE_80X5 = 0; // Selects Data transfer via Software Control and Status Registers (CT8015/CT8005 protocol mode). const WORD COMPRESS_TFRMODE_8020 = 3; // Selects Data transfer via Host Transmit Data Buffer Access Port. const WORD COMPRESS_SYNC_MODE_CODEC = 0; const WORD COMPRESS_SYNC_MODE_DATA = 1; const WORD COMPRESS_SYNC_MODE_POLL = 2; const WORD COMPRESS_SYNC_MODE_HOST = 3; //========================================================================== //-------------------------------------------------------------------------- // Device support //-------------------------------------------------------------------------- // // Additional bit patterns to 'Or' into Command Base 'words' //const WORD DEVCTRL_TONE_MODE_SYNC = 0; // Selects Synchronous Tone mode //const WORD DEVCTRL_TONE_MODE_ASYNC = 1; // Selects Asynchronous Tone mode // Analog source for the Codec #1. // Analog source is determined by the GPIO bits: 6 & 7. // | GPIO6 | GPIO7 | //------------------|-------|-------|------- // POTS Phone | 0 | 0 | // Speakerphone | 0 | 1 | // Handset Phone | 1 | 0 | // ?????? | 1 | 1 | //------------------------------------------- // #define ANALOG_SOURCE_POTSPHONE (0x0) #define ANALOG_SOURCE_SPEAKERPHONE (0x1) #define ANALOG_SOURCE_HANDSETPHONE (0x2) #define ANALOG_SOURCE_PSTNLINE (0x2) #define LINEJACK_MODE_PHONEJACK (0x0) #define LINEJACK_MODE_LINEJACK (0x1) #define LINEJACK_MODE_STANDALONE (0x2) #define DEVICE_SPEAKERPHONE 0x01 #define DEVICE_POTS 0x02 #define DEVICE_HANDSET 0x04 #define DEVICE_PSTN 0x08 #define COEFF_US 0 #define COEFF_UK 1 #define COEFF_FRANCE 2 #define COEFF_GERMANY 3 #define COEFF_AUSTRALIA 4 #define COEFF_JAPAN 5 #define COEFF_CTR21 6 #define COEFF_CZECH 7 #define COEFF_GERMANY2 8 #define COEFF_ITALY 9 #define COEFF_SOUTH_KOREA 10 #define COEFF_NEW_ZEALAND 11 #define COEFF_NORWAY 12 #define COEFF_PHILIPPINES 13 #define COEFF_POLAND 14 #define COEFF_SOUTH_AFRICA 15 #define COEFF_SWEDEN 16 // SLIC States // SLIC State is determined by the GPIO bits: 1,2,3 // | GPIO3 | GPIO2 | GPIO1 | !GPIO1 | // | C3 | C2 | C1 | B2EN | //------------------|-------|-------|-------|--------| // Open Circuit | 0 | 0 | 0 | 1 | // Ringing | 0 | 0 | 1 | 0 | // Active | 0 | 1 | 0 | 1 | //---------------------------------------------------- // #define SLIC_STATE_OPENCIRCUIT 0 #define SLIC_STATE_RINGING 1 #define SLIC_STATE_ACTIVE 2 #define SLIC_STATE_OHT 3 #define SLIC_STATE_TIPOPEN 4 #define SLIC_STATE_STANDBY 5 #define SLIC_STATE_APR 6 #define SLIC_STATE_OHTPR 7 // Switch Hook States // Switch Hook State is determined by GPIO 5 // | GPIO5 | //------------------|--------| // Off Hook | 0 | // On Hook | 1 | //---------------------------- // #define SLIC_OFF_HOOK (0x0) #define SLIC_ON_HOOK (0x1) // LineJack Test error codes #define LINE_TEST_OK 0 #define LINE_TEST_TESTING 1 #define LINE_TEST_POTS_OFF_HOOK 2 #define LINE_TEST_LINE_CONNECTED_TO_POTS 3 #define LINE_TEST_NO_LINE_PRESENT 4 // The ring pattern is a 12-bit sequence. // Each bit represents 1/2 second of ring // on or off for a total of 6 seconds. #define RING_PATTERN_MASK (0x0FFF) #define DEVCTRL_HOOKSTATE_INIT 0 #define DEVCTRL_HOOKSTATE_ON_HOOK_1 1 #define DEVCTRL_HOOKSTATE_ON_HOOK_2 2 #define DEVCTRL_HOOKSTATE_ON_HOOK_3 3 #define DEVCTRL_HOOKSTATE_OFF_HOOK_1 4 #define DEVCTRL_HOOKSTATE_OFF_HOOK_2 5 #define DEVCTRL_HOOKSTATE_OFF_HOOK_3 6 #define DEVCTRL_RINGSTATE_INIT 0 #define DEVCTRL_RINGSTATE_RING_0 1 #define DEVCTRL_RINGSTATE_RING_1 2 #define DEVCTRL_RINGSTATE_RING_2 3 #define DEVCTRL_RINGSTATE_RING_3 4 #define DEVCTRL_RINGSTATE_RING_4 5 #define DEVCTRL_RINGSTATE_RING_5 6 #define DEVCTRL_RINGSTATE_RING_6 7 #define DEVCTRL_RINGSTATE_RING_7 8 #define DEVCTRL_RINGSTATE_RING_8 9 #define DEVCTRL_RINGSTATE_RING_9 10 #define DEVCTRL_RINGSTATE_RING_10 11 #define DEVCTRL_RINGSTATE_RING_11 12 //========================================================================== //-------------------------------------------------------------------------- // Filter support //-------------------------------------------------------------------------- // // Additional bit patterns to 'Or' into Command Base 'words' #define FILTER_MODE_SYNC 0 #define FILTER_MODE_ASYNC 1 #define FILTER_LINE_VOLUME_POS_0DB 2 // +0 dB #define FILTER_LINE_VOLUME_MUTE 3 // Mute Microphone (also resets AEC) #define FILTER_SPEAKER_VOLUME_POS_14DB 0 // +14 dB #define FILTER_SPEAKER_VOLUME_POS_12DB 1 // +12 dB #define FILTER_SPEAKER_VOLUME_POS_10DB 2 // +10 dB #define FILTER_SPEAKER_VOLUME_POS_8DB 3 // +8 dB #define FILTER_SPEAKER_VOLUME_POS_6DB 4 // +6 dB #define FILTER_SPEAKER_VOLUME_POS_4DB 5 // +4 dB #define FILTER_SPEAKER_VOLUME_POS_2DB 6 // +2 dB #define FILTER_SPEAKER_VOLUME_POS_0DB 7 // 0 dB #define FILTER_SPEAKER_VOLUME_NEG_2DB 8 // -2 dB #define FILTER_SPEAKER_VOLUME_NEG_4DB 9 // -4 dB #define FILTER_SPEAKER_VOLUME_NEG_6DB 10 // -6 dB #define FILTER_SPEAKER_VOLUME_NEG_8DB 11 // -8 dB #define FILTER_SPEAKER_VOLUME_NEG_10DB 12 // -10 dB #define FILTER_SPEAKER_VOLUME_NEG_12DB 13 // -12 dB #define FILTER_SPEAKER_VOLUME_NEG_14DB 14 // -14 dB #define FILTER_SPEAKER_VOLUME_MUTE 15 // Mute Filter #define FILTER_DTMFSTATE_INIT 0 #define FILTER_DTMFSTATE_NOT_VALID_1 1 #define FILTER_DTMFSTATE_NOT_VALID_2 2 #define FILTER_DTMFSTATE_NOT_VALID_3 3 #define FILTER_DTMFSTATE_VALID_1 4 #define FILTER_DTMFSTATE_VALID_2 5 #define FILTER_DTMFSTATE_VALID_3 6 #define FrameCount( LineMonitor ) ((LineMonitor>>12)&0x0f) #define FilterBits( LineMonitor ) ((LineMonitor>>8)&0x0f) #define Peak( LineMonitor ) ((LineMonitor>>6)&1) #define DTMFValid( LineMonitor ) ((LineMonitor>>5)&1) #define CPFValid( LineMonitor ) ((LineMonitor>>4)&1) #define DTMFDigit( LineMonitor ) (LineMonitor&0x0f) //========================================================================== //-------------------------------------------------------------------------- // Idle support //-------------------------------------------------------------------------- // #define IDLE_TONE_MODE_SYNC 0 // Selects Synchronous Tone mode #define IDLE_TONE_MODE_ASYNC 1 // Selects Asynchronous Tone mode #define IDLE_TONE_NOTONE 0 #define IDLE_TONE_1 1 #define IDLE_TONE_2 2 #define IDLE_TONE_3 3 #define IDLE_TONE_4 4 #define IDLE_TONE_5 5 #define IDLE_TONE_6 6 #define IDLE_TONE_7 7 #define IDLE_TONE_8 8 #define IDLE_TONE_9 9 #define IDLE_TONE_STAR 10 #define IDLE_TONE_0 11 #define IDLE_TONE_POUND 12 #define IDLE_TONE_DIAL 25 #define IDLE_TONE_RING 26 #define IDLE_TONE_BUSY 27 #define IDLE_TONE_A 28 #define IDLE_TONE_B 29 #define IDLE_TONE_C 30 #define IDLE_TONE_D 31 // Table from TelTone M-991 Spec sheet (table 4). // Tone Name Frequency (Hz) Interruption Rate // 1 2 //------------------------------------------------------------------------------------------- // Dial | 350 | 440 | Steady // Reorder | 480 | 620 | Repeat, tones on and off 250 ms +- 25ms // Busy | 480 | 620 | Repeat, tones on and off 500 ms +- 50ms // Audible Ring | 480 | 480 | Repeat, tones on 2 +- 0.2sec, tones off 4 +- 0.4sec // Recall Dial | 350 | 440 | Three bursts tones on and off 100 ms +- 20ms each followed by dial tone // Special AR | 440 | 480 | Tones on 1 +- 0.2sec, followed by single 440Hz on for 0.2sec on, and silence for 3 +- 0.3sec, repeat // Intercept | 440 | 620 | Repeat alternating tones, each on for 230ms +- 70ms with total cycle of 500 +- 50ms // Call Waiting | 440 | Off | One burst 200 +- 100ms // Busy Verification | 440 | Off | One burst of tone on 1.75 +- 0.25sec before attendant intrudes, followed by burst of tone 0.65 +- 0.15sec on, 8 to 20 sec apart for as long as the call lasts. // Executive Override | 440 | Off | One burst of tone for 3 +- 1sec before overriding station intrudes. // Confirmation | 350 | 440 | Three bursts on and off 100ms each or 100ms on, 100ms off, 300 ms on. #define TONE_DIAL 0 #define TONE_REORDER 1 #define TONE_BUSY 2 #define TONE_AUDIBLE_RING 3 #define TONE_RECALL_DIAL 4 #define TONE_SPECIAL_AR 5 #define TONE_INTERCEPT 6 #define TONE_CALL_WAITING 7 #define TONE_BUSY_VERIFICATION 8 #define TONE_EXECUTIVE_OVERRIDE 9 #define TONE_CONFIRMATION 10 typedef struct { DWORD dwToneIndex; DWORD dwDuration; DWORD dwToneOnPeriod; DWORD dwToneOffPeriod; DWORD dwMasterGain; } IDLE_TONE; typedef struct { DWORD dwToneIndex; // 1-31, 0 reserved for silence DWORD dwFrequencyFactor0; // dwFrequencyFactor0 = 32767 * cos( 2*Pi*(frequency0/8000) ) DWORD dwGain0; // 0-15 See Tone Level Table DWORD dwFrequencyFactor1; // dwFrequencyFactor1 = 32767 * cos( 2*Pi*(frequency1/8000) ) DWORD dwGain1; // 0-15 See Tone Level Table } IDLE_NEW_TONE; //========================================================================== // // Tone Level Table //____________________________________________________________ // Index Codec Output Level (dB relative to 0.707 Vrms) //____________________________________________________________ // 0 +6 // 1 +4 // 2 +2 // 3 0 // 4 -2 // 5 -4 // 6 -6 // 7 -8 // 8 -10 // 9 -12 // 10 -14 // 11 -16 // 12 -18 // 13 -20 // 14 -22 // 15 -24 //========================================================================== //-------------------------------------------------------------------------- // Mixer support //-------------------------------------------------------------------------- // // Playback mixer lines #define PlaybackMaster 0 #define PlaybackMicrophone 1 #define PlaybackWave 2 #define PlaybackCD 3 #define PlaybackLineIn 4 #define PlaybackPhoneIn 5 #define PlaybackPhoneOut 6 #define PlaybackPhoneLineOut 7 #define PlaybackDeviceCount 8 // Record mixer lines #define RecordMaster 0 #define RecordMicrophone 1 #define RecordWave 2 #define RecordCD 3 #define RecordLineIn 4 #define RecordPhoneIn 5 #define RecordPhoneLineIn 6 #define RecordDeviceCount 7 // Output mixer lines #define OutputMicrophone PlaybackMicrophone #define OutputWave PlaybackWave #define OutputCD PlaybackCD #define OutputLineIn PlaybackLineIn #define OutputPhoneIn PlaybackPhoneIn // Input mixer lines #define InputMicrophone RecordMicrophone #define InputWave RecordWave #define InputCD RecordCD #define InputLineIn RecordLineIn #define InputPhoneIn RecordPhoneIn // Mixer line structure typedef struct _MIXER_LINE { DWORD dwLineID; DWORD dwMute; DWORD dwLeftVolume; DWORD dwRightVolume; } MIXER_LINE; #define MIXER_ACCESS TEXT( "MixerAccess" ) //========================================================================== //-------------------------------------------------------------------------- // Playback support //-------------------------------------------------------------------------- // // Additional bit patterns to 'Or' into Command Base 'words' #define PLAYBACK_TFRMODE_80X5 0 // Selects Data transfer via Software Control and Status Registers (CT8015/CT8005 protocol mode). #define PLAYBACK_TFRMODE_8020 3 // Selects Data transfer via Host Transmit Data Buffer Access Port. #define PLAYBACK_SYNC_MODE_CODEC 0 #define PLAYBACK_SYNC_MODE_DATA 1 #define PLAYBACK_SYNC_MODE_POLL 2 #define PLAYBACK_SYNC_MODE_HOST 3 // Playback modes #define PLAYBACK_MODE_COMPRESSED 0 // Selects: Compressed modes, TrueSpeech 8.5-4.1, G.723.1, G.722, G.728, G.729 #define PLAYBACK_MODE_TRUESPEECH_V40 0 // Selects: TrueSpeech 8.5, 6.3, 5.3, 4.8 or 4.1 Kbps #define PLAYBACK_MODE_TRUESPEECH 8 // Selects: TrueSpeech 8.5, 6.3, 5.3, 4.8 or 4.1 Kbps Version 5.1 #define PLAYBACK_MODE_ULAW 2 // Selects: 64 Kbit/sec MuA-law PCM #define PLAYBACK_MODE_ALAW 10 // Selects: 64 Kbit/sec A-law PCM #define PLAYBACK_MODE_16LINEAR 6 // Selects: 128 Kbit/sec 16-bit linear #define PLAYBACK_MODE_8LINEAR 4 // Selects: 64 Kbit/sec 8-bit signed linear #define PLAYBACK_MODE_8LINEAR_WSS 5 // Selects: 64 Kbit/sec WSS 8-bit unsigned linear // Playback rates #define PLAYBACK_RATE_TS85 0 // Selects TrueSpeech 8.5 playback rate. #define PLAYBACK_RATE_TS63 1 // Selects TrueSpeech 6.3 playback rate. #define PLAYBACK_RATE_TS53 2 // Selects TrueSpeech 5.3 playback rate. #define PLAYBACK_RATE_TS48 3 // Selects TrueSpeech 4.8 playback rate. #define PLAYBACK_RATE_TS41 4 // Selects TrueSpeech 4.1 playback rate. #define PLAYBACK_RATE_G722 7 // Selects G.722 playback rate. #define PLAYBACK_RATE_G723_63 PLAYBACK_RATE_TS63 // Selects G.723.1 (6.3 kbps) playback rate. #define PLAYBACK_RATE_G723_53 PLAYBACK_RATE_TS53 // Selects G.723.1 (5.3 kbps) playback rate. #define PLAYBACK_RATE_G728 5 // Selects G.728 playback rate. #define PLAYBACK_RATE_G729 6 // Selects G.729 playback rate. // Frame sizes in WORD units #define PLAYBACK_TS85_WORDS 16 // TrueSpeech 8.5, 30ms frame size #define PLAYBACK_TS63_WORDS 12 // TrueSpeech 6.3, 30ms frame size #define PLAYBACK_TS53_WORDS 10 // TrueSpeech 5.3, 30ms frame size #define PLAYBACK_TS48_WORDS 9 // TrueSpeech 4.8, 30ms frame size #define PLAYBACK_TS41_WORDS 8 // TrueSpeech 4.1, 30ms frame size #define PLAYBACK_ALAW_WORDS 120 // 64 Kbit/sec A-law PCM, 30ms frame size #define PLAYBACK_ALAW_30MS_WORDS 120 // 64 Kbit/sec A-law PCM, 30ms frame size #define PLAYBACK_ALAW_20MS_WORDS 80 // 64 Kbit/sec A-law PCM, 20ms frame size #define PLAYBACK_ALAW_10MS_WORDS 40 // 64 Kbit/sec A-law PCM, 10ms frame size #define PLAYBACK_ULAW_WORDS 120 // 64 Kbit/sec Mu-law PCM, 30ms frame size #define PLAYBACK_ULAW_30MS_WORDS 120 // 64 Kbit/sec Mu-law PCM, 30ms frame size #define PLAYBACK_ULAW_20MS_WORDS 80 // 64 Kbit/sec Mu-law PCM, 20ms frame size #define PLAYBACK_ULAW_10MS_WORDS 40 // 64 Kbit/sec Mu-law PCM, 10ms frame size #define PLAYBACK_16LINEAR_WORDS 240 // 128 Kbit/sec 16-bit linear, 30ms frame size #define PLAYBACK_16LINEAR_30MS_WORDS 240 // 128 Kbit/sec 16-bit linear, 30ms frame size #define PLAYBACK_16LINEAR_20MS_WORDS 160 // 128 Kbit/sec 16-bit linear, 20ms frame size #define PLAYBACK_16LINEAR_10MS_WORDS 80 // 128 Kbit/sec 16-bit linear, 10ms frame size #define PLAYBACK_8LINEAR_WORDS 120 // 64 Kbit/sec 8-bit signed linear, 30ms frame size #define PLAYBACK_8LINEAR_30MS_WORDS 120 // 64 Kbit/sec 8-bit signed linear, 30ms frame size #define PLAYBACK_8LINEAR_20MS_WORDS 80 // 64 Kbit/sec 8-bit signed linear, 20ms frame size #define PLAYBACK_8LINEAR_10MS_WORDS 40 // 64 Kbit/sec 8-bit signed linear, 10ms frame size #define PLAYBACK_8LINEAR_WSS_WORDS 120 // 64 Kbit/sec WSS 8-bit unsigned linear, 30ms frame size #define PLAYBACK_8LINEAR_WSS_30MS_WORDS 120 // 64 Kbit/sec WSS 8-bit unsigned linear, 30ms frame size #define PLAYBACK_8LINEAR_WSS_20MS_WORDS 80 // 64 Kbit/sec WSS 8-bit unsigned linear, 20ms frame size #define PLAYBACK_8LINEAR_WSS_10MS_WORDS 40 // 64 Kbit/sec WSS 8-bit unsigned linear, 10ms frame size #define PLAYBACK_G722_WORDS 40 // 64 Kbit/sec G.722, 10ms frame size #define PLAYBACK_G723_63_WORDS PLAYBACK_TS63_WORDS // 6.3 Kbit/sec G.723.1, 30ms frame size #define PLAYBACK_G723_53_WORDS PLAYBACK_TS53_WORDS // 5.3 Kbit/sec G.723.1, 30ms frame size #define PLAYBACK_G728_10MS_WORDS 16 // 16 Kbit/sec G.728, 10ms frame size #define PLAYBACK_G728_20MS_WORDS 32 // 16 Kbit/sec G.728, 20ms frame size #define PLAYBACK_G728_30MS_WORDS 48 // 16 Kbit/sec G.728, 30ms frame size #define PLAYBACK_G729_10MS_WORDS 6 // 8 Kbit/sec G.729, 10ms frame size #define PLAYBACK_G729_20MS_WORDS 12 // 8 Kbit/sec G.729, 20ms frame size #define PLAYBACK_G729_30MS_WORDS 18 // 8 Kbit/sec G.729, 30ms frame size // Frame sizes in bytes #define PLAYBACK_FRAME_TS85 (PLAYBACK_TS85_WORDS*2) #define PLAYBACK_FRAME_TS63 (PLAYBACK_TS63_WORDS*2) #define PLAYBACK_FRAME_TS53 (PLAYBACK_TS53_WORDS*2) #define PLAYBACK_FRAME_TS48 (PLAYBACK_TS48_WORDS*2) #define PLAYBACK_FRAME_TS41 (PLAYBACK_TS41_WORDS*2) #define PLAYBACK_FRAME_ALAW (PLAYBACK_ALAW_WORDS*2) #define PLAYBACK_FRAME_ALAW_30MS (PLAYBACK_ALAW_30MS_WORDS*2) #define PLAYBACK_FRAME_ALAW_20MS (PLAYBACK_ALAW_20MS_WORDS*2) #define PLAYBACK_FRAME_ALAW_10MS (PLAYBACK_ALAW_10MS_WORDS*2) #define PLAYBACK_FRAME_ULAW (PLAYBACK_ULAW_WORDS*2) #define PLAYBACK_FRAME_ULAW_30MS (PLAYBACK_ULAW_30MS_WORDS*2) #define PLAYBACK_FRAME_ULAW_20MS (PLAYBACK_ULAW_20MS_WORDS*2) #define PLAYBACK_FRAME_ULAW_10MS (PLAYBACK_ULAW_10MS_WORDS*2) #define PLAYBACK_FRAME_16LINEAR (PLAYBACK_16LINEAR_WORDS*2) #define PLAYBACK_FRAME_16LINEAR_30MS (PLAYBACK_16LINEAR_30MS_WORDS*2) #define PLAYBACK_FRAME_16LINEAR_20MS (PLAYBACK_16LINEAR_20MS_WORDS*2) #define PLAYBACK_FRAME_16LINEAR_10MS (PLAYBACK_16LINEAR_10MS_WORDS*2) #define PLAYBACK_FRAME_8LINEAR (PLAYBACK_8LINEAR_WORDS*2) #define PLAYBACK_FRAME_8LINEAR_30MS (PLAYBACK_8LINEAR_30MS_WORDS*2) #define PLAYBACK_FRAME_8LINEAR_20MS (PLAYBACK_8LINEAR_20MS_WORDS*2) #define PLAYBACK_FRAME_8LINEAR_10MS (PLAYBACK_8LINEAR_10MS_WORDS*2) #define PLAYBACK_FRAME_8LINEAR_WSS (PLAYBACK_8LINEAR_WSS_WORDS*2) #define PLAYBACK_FRAME_8LINEAR_WSS_30MS (PLAYBACK_8LINEAR_WSS_30MS_WORDS*2) #define PLAYBACK_FRAME_8LINEAR_WSS_20MS (PLAYBACK_8LINEAR_WSS_20MS_WORDS*2) #define PLAYBACK_FRAME_8LINEAR_WSS_10MS (PLAYBACK_8LINEAR_WSS_10MS_WORDS*2) #define PLAYBACK_FRAME_G722 (PLAYBACK_G722_WORDS*2) #define PLAYBACK_FRAME_G723_63 (PLAYBACK_G723_63_WORDS*2) #define PLAYBACK_FRAME_G723_53 (PLAYBACK_G723_53_WORDS*2) #define PLAYBACK_FRAME_G728_10MS (PLAYBACK_G728_10MS_WORDS*2) #define PLAYBACK_FRAME_G728_20MS (PLAYBACK_G728_20MS_WORDS*2) #define PLAYBACK_FRAME_G728_30MS (PLAYBACK_G728_30MS_WORDS*2) #define PLAYBACK_FRAME_G729_10MS (PLAYBACK_G729_10MS_WORDS*2) #define PLAYBACK_FRAME_G729_20MS (PLAYBACK_G729_20MS_WORDS*2) #define PLAYBACK_FRAME_G729_30MS (PLAYBACK_G729_30MS_WORDS*2) #define PLAYBACK_MAX_BUFFER_WORDS PLAYBACK_16LINEAR_WORDS // Max buffer size: Tx or Rx. #define PLAYBACK_MAX_BUFFER_SIZE PLAYBACK_FRAME_16LINEAR // Max buffer size: Tx or Rx. #define PLAYBACK_TS85_AVG_RATE 1067 // TrueSpeech 8.5 Average bytes per second. #define PLAYBACK_TS63_AVG_RATE 800 // TrueSpeech 6.3 Average bytes per second. #define PLAYBACK_TS53_AVG_RATE 667 // TrueSpeech 5.3 Average bytes per second. #define PLAYBACK_TS48_AVG_RATE 600 // TrueSpeech 4.8 Average bytes per second. #define PLAYBACK_TS41_AVG_RATE 533 // TrueSpeech 4.1 Average bytes per second. //========================================================================== //-------------------------------------------------------------------------- // Record support //-------------------------------------------------------------------------- // // Additional bit patterns to 'Or' into Command Base 'words' #define RECORD_TFRMODE_80X5 0 // Selects Data transfer via Software Control and Status Registers (CT8015/CT8005 protocol mode). #define RECORD_TFRMODE_8020 3 // Selects Data transfer via Host Transmit Data Buffer Access Port. #define RECORD_SYNC_MODE_CODEC 0 #define RECORD_SYNC_MODE_DATA 1 #define RECORD_SYNC_MODE_POLL 2 #define RECORD_SYNC_MODE_HOST 3 // Automatic Gain Control (AGC) #define RECORD_AGC_MIN_GAIN 0 // Sets AGC Min Gain #define RECORD_AGC_MAX_GAIN 1 // Sets AGC Max Gain #define RECORD_AGC_START_GAIN 2 // Sets AGC Start Gain #define RECORD_AGC_HOLD_TIME 3 // Sets AGC Hold Time #define RECORD_AGC_ATTACK_TIME 4 // Sets AGC Attack Time Constant #define RECORD_AGC_DECAY_TIME 5 // Sets AGC Decay Time Constant #define RECORD_AGC_ATTACK_THRES 6 // Sets AGC Attack Threshold #define RECORD_AGC_ON_OFF 7 // Sets AGC On/Off. Enable/Disable AGC. // AGC Time Contants #define RECORD_AGC_250_us 0 #define RECORD_AGC_512_us 1 #define RECORD_AGC_1_ms 2 #define RECORD_AGC_2_ms 3 #define RECORD_AGC_4_ms 4 #define RECORD_AGC_8_ms 5 #define RECORD_AGC_16_ms 6 #define RECORD_AGC_32_ms 7 #define RECORD_AGC_64_ms 8 #define RECORD_AGC_128_ms 9 #define RECORD_AGC_256_ms 10 #define RECORD_AGC_512_ms 11 #define RECORD_AGC_1024_ms 12 #define RECORD_AGC_2048_ms 13 #define RECORD_AGC_4096_ms 14 #define RECORD_AGC_8192_ms 15 // Record modes #define RECORD_MODE_COMPRESSED 0 // Selects: Compressed modes, TrueSpeech 8.5-4.1, G.723.1, G.722, G.728, G.729 #define RECORD_MODE_TRUESPEECH 0 // Selects: TrueSpeech 8.5, 6.3, 5.3, 4.8 or 4.1 Kbps #define RECORD_MODE_ULAW 4 // Selects: 64 Kbit/sec Mu-law PCM #define RECORD_MODE_ALAW 12 // Selects: 64 Kbit/sec A-law PCM #define RECORD_MODE_16LINEAR 5 // Selects: 128 Kbit/sec 16-bit linear #define RECORD_MODE_8LINEAR 6 // Selects: 64 Kbit/sec 8-bit signed linear #define RECORD_MODE_8LINEAR_WSS 7 // Selects: 64 Kbit/sec WSS 8-bit unsigned linear // Record rates #define RECORD_RATE_TS85 0 // Selects TrueSpeech 8.5 record rate. #define RECORD_RATE_TS63 1 // Selects TrueSpeech 6.3 record rate. #define RECORD_RATE_TS53 2 // Selects TrueSpeech 5.3 record rate. #define RECORD_RATE_TS48 3 // Selects TrueSpeech 4.8 record rate. #define RECORD_RATE_TS41 4 // Selects TrueSpeech 4.1 record rate. #define RECORD_RATE_G722 7 // Selects G.722 record rate. #define RECORD_RATE_G723_63 RECORD_RATE_TS63 // Selects G.723.1 (6.3 kbps) record rate. #define RECORD_RATE_G723_53 RECORD_RATE_TS53 // Selects G.723.1 (5.3 kbps) record rate. #define RECORD_RATE_G728 5 // Selects G.728 record rate. #define RECORD_RATE_G729 6 // Selects G.729 record rate. // Frame sizes in WORD units #define RECORD_TS85_WORDS 16 // TrueSpeech 8.5, 30ms frame size #define RECORD_TS63_WORDS 12 // TrueSpeech 6.3, 30ms frame size #define RECORD_TS53_WORDS 10 // TrueSpeech 5.3, 30ms frame size #define RECORD_TS48_WORDS 9 // TrueSpeech 4.8, 30ms frame size #define RECORD_TS41_WORDS 8 // TrueSpeech 4.1, 30ms frame size #define RECORD_ALAW_WORDS 120 // 64 Kbit/sec A-law PCM, 30ms frame size #define RECORD_ALAW_30MS_WORDS 120 // 64 Kbit/sec A-law PCM, 30ms frame size #define RECORD_ALAW_20MS_WORDS 80 // 64 Kbit/sec A-law PCM, 20ms frame size #define RECORD_ALAW_10MS_WORDS 40 // 64 Kbit/sec A-law PCM, 10ms frame size #define RECORD_ULAW_WORDS 120 // 64 Kbit/sec Mu-law PCM, 30ms frame size #define RECORD_ULAW_30MS_WORDS 120 // 64 Kbit/sec Mu-law PCM, 30ms frame size #define RECORD_ULAW_20MS_WORDS 80 // 64 Kbit/sec Mu-law PCM, 20ms frame size #define RECORD_ULAW_10MS_WORDS 40 // 64 Kbit/sec Mu-law PCM, 10ms frame size #define RECORD_16LINEAR_WORDS 240 // 128 Kbit/sec 16-bit linear, 30ms frame size #define RECORD_16LINEAR_30MS_WORDS 240 // 128 Kbit/sec 16-bit linear, 30ms frame size #define RECORD_16LINEAR_20MS_WORDS 160 // 128 Kbit/sec 16-bit linear, 20ms frame size #define RECORD_16LINEAR_10MS_WORDS 80 // 128 Kbit/sec 16-bit linear, 10ms frame size #define RECORD_8LINEAR_WORDS 120 // 64 Kbit/sec 8-bit signed linear, 30ms frame size #define RECORD_8LINEAR_30MS_WORDS 120 // 64 Kbit/sec 8-bit signed linear, 30ms frame size #define RECORD_8LINEAR_20MS_WORDS 80 // 64 Kbit/sec 8-bit signed linear, 20ms frame size #define RECORD_8LINEAR_10MS_WORDS 40 // 64 Kbit/sec 8-bit signed linear, 10ms frame size #define RECORD_8LINEAR_WSS_WORDS 120 // 64 Kbit/sec WSS 8-bit unsigned linear, 30ms frame size #define RECORD_8LINEAR_WSS_30MS_WORDS 120 // 64 Kbit/sec WSS 8-bit unsigned linear, 30ms frame size #define RECORD_8LINEAR_WSS_20MS_WORDS 80 // 64 Kbit/sec WSS 8-bit unsigned linear, 20ms frame size #define RECORD_8LINEAR_WSS_10MS_WORDS 40 // 64 Kbit/sec WSS 8-bit unsigned linear, 10ms frame size #define RECORD_G722_WORDS 40 // 64 Kbit/sec G.722, 10ms frame size #define RECORD_G723_63_WORDS RECORD_TS63_WORDS // 6.3 Kbit/sec G.723.1, 30ms frame size #define RECORD_G723_53_WORDS RECORD_TS53_WORDS // 5.3 Kbit/sec G.723.1, 30ms frame size #define RECORD_G728_10MS_WORDS 16 // 16 Kbit/sec G.728, 10ms frame size #define RECORD_G728_20MS_WORDS 32 // 16 Kbit/sec G.728, 20ms frame size #define RECORD_G728_30MS_WORDS 48 // 16 Kbit/sec G.728, 30ms frame size #define RECORD_G729_10MS_WORDS 6 // 8 Kbit/sec G.729, 10ms frame size #define RECORD_G729_20MS_WORDS 12 // 8 Kbit/sec G.729, 20ms frame size #define RECORD_G729_30MS_WORDS 18 // 8 Kbit/sec G.729, 30ms frame size // Frame sizes in bytes #define RECORD_FRAME_TS85 (RECORD_TS85_WORDS*2) #define RECORD_FRAME_TS63 (RECORD_TS63_WORDS*2) #define RECORD_FRAME_TS53 (RECORD_TS53_WORDS*2) #define RECORD_FRAME_TS48 (RECORD_TS48_WORDS*2) #define RECORD_FRAME_TS41 (RECORD_TS41_WORDS*2) #define RECORD_FRAME_ALAW (RECORD_ALAW_WORDS*2) #define RECORD_FRAME_ALAW_30MS (RECORD_ALAW_30MS_WORDS*2) #define RECORD_FRAME_ALAW_20MS (RECORD_ALAW_20MS_WORDS*2) #define RECORD_FRAME_ALAW_10MS (RECORD_ALAW_10MS_WORDS*2) #define RECORD_FRAME_ULAW (RECORD_ULAW_WORDS*2) #define RECORD_FRAME_ULAW_30MS (RECORD_ULAW_30MS_WORDS*2) #define RECORD_FRAME_ULAW_20MS (RECORD_ULAW_20MS_WORDS*2) #define RECORD_FRAME_ULAW_10MS (RECORD_ULAW_10MS_WORDS*2) #define RECORD_FRAME_16LINEAR (RECORD_16LINEAR_WORDS*2) #define RECORD_FRAME_16LINEAR_30MS (RECORD_16LINEAR_30MS_WORDS*2) #define RECORD_FRAME_16LINEAR_20MS (RECORD_16LINEAR_20MS_WORDS*2) #define RECORD_FRAME_16LINEAR_10MS (RECORD_16LINEAR_10MS_WORDS*2) #define RECORD_FRAME_8LINEAR (RECORD_8LINEAR_WORDS*2) #define RECORD_FRAME_8LINEAR_30MS (RECORD_8LINEAR_30MS_WORDS*2) #define RECORD_FRAME_8LINEAR_20MS (RECORD_8LINEAR_20MS_WORDS*2) #define RECORD_FRAME_8LINEAR_10MS (RECORD_8LINEAR_10MS_WORDS*2) #define RECORD_FRAME_8LINEAR_WSS (RECORD_8LINEAR_WSS_WORDS*2) #define RECORD_FRAME_8LINEAR_WSS_30MS (RECORD_8LINEAR_WSS_30MS_WORDS*2) #define RECORD_FRAME_8LINEAR_WSS_20MS (RECORD_8LINEAR_WSS_20MS_WORDS*2) #define RECORD_FRAME_8LINEAR_WSS_10MS (RECORD_8LINEAR_WSS_10MS_WORDS*2) #define RECORD_FRAME_G722 (RECORD_G722_WORDS*2) #define RECORD_FRAME_G723_63 (RECORD_G723_63_WORDS*2) #define RECORD_FRAME_G723_53 (RECORD_G723_53_WORDS*2) #define RECORD_FRAME_G728_10MS (RECORD_G728_10MS_WORDS*2) #define RECORD_FRAME_G728_20MS (RECORD_G728_20MS_WORDS*2) #define RECORD_FRAME_G728_30MS (RECORD_G728_30MS_WORDS*2) #define RECORD_FRAME_G729_10MS (RECORD_G729_10MS_WORDS*2) #define RECORD_FRAME_G729_20MS (RECORD_G729_20MS_WORDS*2) #define RECORD_FRAME_G729_30MS (RECORD_G729_30MS_WORDS*2) #define RECORD_MAX_BUFFER_WORDS RECORD_16LINEAR_WORDS // Max buffer size: Tx or Rx. #define RECORD_MAX_BUFFER_SIZE RECORD_FRAME_16LINEAR // Max buffer size: Tx or Rx. #define RECORD_TS85_AVG_RATE 1067 // TrueSpeech 8.5 Average bytes per second. #define RECORD_TS63_AVG_RATE 800 // TrueSpeech 6.3 Average bytes per second. #define RECORD_TS53_AVG_RATE 667 // TrueSpeech 5.3 Average bytes per second. #define RECORD_TS48_AVG_RATE 600 // TrueSpeech 4.8 Average bytes per second. #define RECORD_TS41_AVG_RATE 533 // TrueSpeech 4.1 Average bytes per second. //========================================================================== //-------------------------------------------------------------------------- // Speakerphone support //-------------------------------------------------------------------------- // // Additional bit patterns to 'Or' into Command Base 'words' #define SPKRPHONE_LINE_VOLUME_POS_8DB 0 // +8 dB #define SPKRPHONE_LINE_VOLUME_POS_4DB 1 // +4 dB #define SPKRPHONE_LINE_VOLUME_POS_0DB 2 // +0 dB #define SPKRPHONE_LINE_VOLUME_MUTE 3 // Mute Microphone (also resets AEC) #define SPKRPHONE_SPEAKER_VOLUME_POS_14DB 0 // +14 dB #define SPKRPHONE_SPEAKER_VOLUME_POS_12DB 1 // +12 dB #define SPKRPHONE_SPEAKER_VOLUME_POS_10DB 2 // +10 dB #define SPKRPHONE_SPEAKER_VOLUME_POS_8DB 3 // +8 dB #define SPKRPHONE_SPEAKER_VOLUME_POS_6DB 4 // +6 dB #define SPKRPHONE_SPEAKER_VOLUME_POS_4DB 5 // +4 dB #define SPKRPHONE_SPEAKER_VOLUME_POS_2DB 6 // +2 dB #define SPKRPHONE_SPEAKER_VOLUME_POS_0DB 7 // 0 dB #define SPKRPHONE_SPEAKER_VOLUME_NEG_2DB 8 // -2 dB #define SPKRPHONE_SPEAKER_VOLUME_NEG_4DB 9 // -4 dB #define SPKRPHONE_SPEAKER_VOLUME_NEG_6DB 10 // -6 dB #define SPKRPHONE_SPEAKER_VOLUME_NEG_8DB 11 // -8 dB #define SPKRPHONE_SPEAKER_VOLUME_NEG_10DB 12 // -10 dB #define SPKRPHONE_SPEAKER_VOLUME_NEG_12DB 13 // -12 dB #define SPKRPHONE_SPEAKER_VOLUME_NEG_14DB 14 // -14 dB #define SPKRPHONE_SPEAKER_VOLUME_MUTE 15 // Mute Speaker // AEC bit positions #define SPKRPHONE_AEC_ON 1 #define SPKRPHONE_AEC_LO 2 #define SPKRPHONE_AEC_HI 4 //========================================================================== //-------------------------------------------------------------------------- // VxD support // // NOTE: These names will be changed in the future to a generic 'driver' // naming convention. //-------------------------------------------------------------------------- // // Event bit fields. #define EVENT_TYPE_INT_DTMF 0x0002 #define EVENT_TYPE_INT_TX_READY 0x0004 #define EVENT_TYPE_INT_RX_READY 0x0008 #define EVENT_TYPE_INT_HOOK 0x0010 #define EVENT_TYPE_INT_RING 0x0020 #define EVENT_TYPE_INT_WRITE_DONE 0x0040 #define EVENT_TYPE_INT_PLAYBACK_VOLUME_CHANGE 0x0080 #define EVENT_TYPE_INT_RECORD_VOLUME_CHANGE 0x0100 #define EVENT_TYPE_INT_ANALOG_SOURCE_CHANGE 0x0200 #define EVENT_TYPE_INT_AEC_CHANGE 0x0400 #define EVENT_TYPE_INT_PLAYBACK_MUTE_CHANGE 0x0800 #define EVENT_TYPE_INT_RECORD_MUTE_CHANGE 0x1000 #define EVENT_TYPE_INT_MIXER_CHANGE 0x2000 //--------------------------------------- // This is included for legacy support. // This name is used by Ring 3 Drivers that use a software interrupt to // get the PM entry point to the VxD. If it changes here, all users of this // define must recompile. #define IPJ_VXDNAME "QTIPJ " #define IXJ_DRV_NAME TEXT("qtxjack.drv") #define IXJ_INST_NAME TEXT("Internet PhoneJACK/Internet LineJACK") // Typedefs // For IOCTL_VxD_AddPerformanceStat & fnVxD_AddPerformanceStat typedef struct { DWORD ulFlags; LPSTR pszStatName; LPSTR pszStatDescription; LPVOID pStatFunc; } PERF_STAT, FAR *LPPERF_STAT; // Set lpBufPointer to lpPerfStat, dwBufSize to sizeof( PERF_STAT ) /* pStatFunc points either directly to data (always a DWORD for now) */ /* or, if PSTF_FUNCPTR_BIT is set, to a _cdecl function. This function */ /* accepts a stat handle as it's argument and returns the stat in eax */ // The following #defines come from . #ifndef PSTF_FUNCPTR #define PSTF_FUNCPTR 0x00000001 #define PSTF_COUNT 0x00000000 #define PSTF_RATE 0x00000002 #endif typedef struct ipj_vxd_devio { DWORD dwSize; DEVNODE dnDevNode; DWORD dwFunctionCode; DWORD dwReturn; DWORD dwSetData; DWORD dwBufSize; LPVOID lpBufPointer; DWORD dwOutBufSize; LPVOID lpOutBufPointer; DWORD dwReserved; // Must be zero } IPJ_VXD_DEVIO; #endif // eof: ixjDefs.h openh323_v1_18_0/include/ixjidb.h0100644000176200056700000000211707450207705016704 0ustar releasepostincr/* ixjIdb.h Copyright (c) 1996-2002, Quicknet Technologies, Inc. All Rights Reserved. Internet PhoneJACK, Internet LineJACK, etc. definitions. ----------------------------------------------------------------- $Header: /home/cvsroot/openh323/include/ixjidb.h,v 1.3 2002/03/27 00:18:13 robertj Exp $ $Log: ixjidb.h,v $ Revision 1.3 2002/03/27 00:18:13 robertj Added new line to end of file Revision 1.2 2002/03/21 21:21:27 craigs Added information from ixjDefs.h */ #ifndef _IXJIDB_H #define _IXJIDB_H typedef enum { QTH_DETECT_TONE_TYPE_ADD, QTH_DETECT_TONE_TYPE_MOD_BEAT } qthDetectToneType; typedef enum { QTH_DETECT_TONE_REPEAT_LAST, QTH_DETECT_TONE_REPEAT_ALL } qthDetectToneCadenceTerm; typedef struct { UINT32 ulOnTime; // In ms UINT32 ulOffTime; // In ms } qthDetectToneCadenceElement; typedef struct { UINT32 ulFilter; UINT32 ulNumElements; qthDetectToneType type; qthDetectToneCadenceTerm term; UINT32 ulTolerance; UINT32 ulMinDetectLoops; qthDetectToneCadenceElement element[4]; // Array } qthDetectToneCadence; #endif openh323_v1_18_0/include/ixjlid.h0100644000176200056700000006442310401551464016720 0ustar releasepostincr/* * ixjlid.h * * QuickNet Internet Phone/Line JACK codec interface * * Open H323 Library * * Copyright (c) 1999-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Portions of this code were written with the assisance of funding from * Quicknet Technologies, Inc. http://www.quicknet.net. * * Contributor(s): ______________________________________. * * $Log: ixjlid.h,v $ * Revision 1.68.2.1 2006/03/02 11:12:52 csoutheren * Backport gcc 4.1.0 fix from CVS head * * Revision 1.69 2006/03/02 05:49:44 csoutheren * Fix for gcc 4.1.0 * * Revision 1.68 2005/11/30 13:05:01 csoutheren * Changed tags for Doxygen * * Revision 1.67 2004/08/22 04:21:06 csoutheren * Added compiler.h for new glibc * Thanks to Klaus Kaempf * * Revision 1.66 2004/04/25 09:08:25 rjongbloed * Fixed being able to link of system does not have IxJ LID configured. * * Revision 1.65 2004/01/31 13:13:22 csoutheren * Fixed problem with HAS_IXJ being tested but not included * * Revision 1.64 2003/10/27 20:27:37 dereksmithies * Add log scale methods for audio. * * Revision 1.63 2003/04/29 08:27:47 robertj * Cleaned up documentation for new wink duration functions. * * Revision 1.62 2003/04/28 01:47:53 dereks * Add ability to set/get wink duration for ixj device. * * Revision 1.61 2002/11/06 04:03:38 dereks * Improve docs for SetToneFilterParameters(). * * Revision 1.60 2002/11/05 04:26:21 robertj * Imported RingLine() by array from OPAL. * * Revision 1.59 2002/09/16 01:14:15 robertj * Added #define so can select if #pragma interface/implementation is used on * platform basis (eg MacOS) rather than compiler, thanks Robert Monaghan. * * Revision 1.58 2002/09/03 06:19:37 robertj * Normalised the multi-include header prevention ifdef/define symbol. * * Revision 1.57 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.56 2002/05/09 06:26:30 robertj * Added fuction to get the current audio enable state for line in device. * Changed IxJ EnableAudio() semantics so is exclusive, no direct switching * from PSTN to POTS and vice versa without disabling the old one first. * * Revision 1.55 2001/09/24 12:31:35 robertj * Added backward compatibility with old drivers. * * Revision 1.54 2001/07/19 05:54:27 robertj * Updated interface to xJACK drivers to utilise cadence and filter functions * for dial tone, busy tone and ringback tone detection. * * Revision 1.53 2001/05/21 06:36:46 craigs * Changed to allow optional wink detection for line disconnect * * Revision 1.52 2001/03/29 23:38:48 robertj * Added ability to get average signal level for both receive and transmit. * * Revision 1.51 2001/02/09 05:16:24 robertj * Added #pragma interface for GNU C++. * * Revision 1.50 2001/01/25 07:27:14 robertj * Major changes to add more flexible OpalMediaFormat class to normalise * all information about media types, especially codecs. * * Revision 1.49 2001/01/24 05:34:49 robertj * Altered volume control range to be percentage, ie 100 is max volume. * * Revision 1.48 2000/12/19 06:38:57 robertj * Fixed missing virtual on IsTonePlaying() function. * * Revision 1.47 2000/12/11 01:47:28 robertj * Changed to use built PWLib class for overlapped I/O. * * Revision 1.46 2000/12/11 00:16:51 robertj * Removed unused filter/cadence function. * * Revision 1.45 2000/12/05 11:29:31 craigs * Fixed problem with DTMF signal by adding queue for DTMF digits * * Revision 1.44 2000/12/04 23:30:02 craigs * Added better initialisation of Quicknet devices * * Revision 1.43 2000/11/30 21:28:47 eokerson * Fixed DTMF signal handling to stop polling ixj driver. * * Revision 1.42 2000/11/30 08:48:35 robertj * Added functions to enable/disable Voice Activity Detection in LID's * * Revision 1.41 2000/11/27 10:30:01 craigs * Added SetRawCodec function * * Revision 1.40 2000/11/27 00:12:17 robertj * Added WIN32 version of hook flash detection function. * * Revision 1.39 2000/11/26 23:12:18 craigs * Added hook flash detection API * * Revision 1.38 2000/11/24 11:18:36 robertj * Don't need special raw modes for Linux drivers ... yet. * * Revision 1.37 2000/11/24 10:50:13 robertj * Added a raw PCM dta mode for generating/detecting standard tones. * Modified the ReadFrame/WriteFrame functions to allow for variable length codecs. * Fixed hook state debouncing. * Added codec to explicitly set LineJACK mixer settings to avoid funny modes * the driver/hardware gets into sometimes. * * Revision 1.36 2000/11/20 03:15:13 craigs * Changed tone detection API slightly to allow detection of multiple * simultaneous tones * Added fax CNG tone to tone list * * Revision 1.35 2000/11/12 22:34:32 craigs * Changed Linux driver interface code to use signals * * Revision 1.34 2000/11/06 06:33:20 robertj * Changed hook state debounce so does not block for 200ms. * * Revision 1.33 2000/11/03 06:22:48 robertj * Added flag to IsLinePresent() to force slow test, guarenteeing correct value. * * Revision 1.32 2000/10/23 05:39:07 craigs * Added access to exception detection on Unix * Fixed problem with detecting available devices when * devices with lower ordinals were used * * Revision 1.31 2000/10/19 04:12:13 robertj * Added enum for xJACK card types. * * Revision 1.30 2000/10/19 04:00:35 robertj * Added functions to get xJACK card type and serial number. * * Revision 1.29 2000/10/13 02:21:40 robertj * Changed volume control code to set more mixer values on LineJACK. * * Revision 1.28 2000/09/25 23:59:42 craigs * Finally got G.728 working on boards which use the 8021 * Added better handling for wink exceptions * * Revision 1.27 2000/09/22 01:35:03 robertj * Added support for handling LID's that only do symmetric codecs. * * Revision 1.26 2000/09/13 09:26:28 rogerh * Add location of FreeBSD header files * * Revision 1.25 2000/09/08 06:43:42 craigs * Added additional ioctl debugging * Added attempt to reduce ioctl count for hookstate monitoring * * Revision 1.24 2000/08/31 13:14:39 craigs * Added functions to LID * More bulletproofing to Linux driver * * Revision 1.23 2000/07/28 06:29:20 robertj * Fixed AEC under Win32 so can be changed from other processes. * * Revision 1.22 2000/06/22 02:47:12 craigs * Improved PSTN ring detection * * Revision 1.21 2000/06/17 09:34:45 robertj * Put back variables mistakenly thought to be Linux specific. * * Revision 1.20 2000/06/17 04:11:13 craigs * Fixed problem with potential codec startup problem in Linux IXJ driver * Moved Linux specific variables to Linux specific section * * Revision 1.19 2000/05/24 06:42:18 craigs * Added calls to get volume settings * * Revision 1.18 2000/05/02 04:32:24 robertj * Fixed copyright notice comment. * * Revision 1.17 2000/04/13 23:09:38 craigs * Fixed problem with callerId on some systems * * Revision 1.16 2000/04/06 20:36:25 robertj * Fixed some LineJACK compatbility problems (eg DTMF detect stopping). * * Revision 1.15 2000/04/06 19:37:50 craigs * Normalised bask to HAS_IXJ * * Revision 1.14 2000/04/06 19:29:04 craigs * Removed all vestiges of the old IXJ driver * * Revision 1.13 2000/04/06 17:49:40 craigs * Removed LINUX_TELEPHONY. Again. * * Revision 1.12 2000/04/05 18:04:12 robertj * Changed caller ID code for better portability. * * Revision 1.11 2000/04/05 16:28:05 craigs * Added caller ID function * * Revision 1.10 2000/03/29 20:46:47 robertj * Added function on LID to get available codecs. * * Revision 1.9 2000/03/28 03:47:12 craigs * Added stuff to stop tone playing from going wrong * * Revision 1.8 2000/03/22 17:18:48 robertj * Changed default DTMF tone string times. * * Revision 1.7 2000/03/17 20:58:51 robertj * Fixed line count to be xJACK card dependent. * * Revision 1.6 2000/03/14 11:20:49 rogerh * Compile the ixj code on FreeBSD. This is needed for openphone support. * * Revision 1.5 2000/02/22 09:44:33 robertj * Fixed compatibility with Linux systems not yet with the Linux Telephony code. * * Revision 1.4 2000/01/07 10:01:26 robertj * GCC/Linux compatibility * * Revision 1.3 2000/01/07 08:28:09 robertj * Additions and changes to line interface device base class. * * Revision 1.2 1999/12/24 00:28:03 robertj * Changes to IXJ interface to follow LID abstraction * * Revision 1.1 1999/12/23 23:02:35 robertj * File reorganision for separating RTP from H.323 and creation of LID for VPB support. * */ #ifndef __OPAL_IXJLID_H #define __OPAL_IXJLID_H #ifdef P_USE_PRAGMA #pragma interface #endif #include "openh323buildopts.h" #ifdef HAS_IXJ #include "lid.h" #include "h323caps.h" #ifdef P_LINUX #include #include #include #endif #ifdef P_FREEBSD #include #include #endif /////////////////////////////////////////////////////////////////////////////// /**This class describes the xJack line interface device. */ class OpalIxJDevice : public OpalLineInterfaceDevice { PCLASSINFO(OpalIxJDevice, OpalLineInterfaceDevice); enum { MaxIxjDevices = 10 }; public: /**Create a new, closed, device for a xJack card. */ OpalIxJDevice(); /**Destroy line interface device. This calls Close() on the device. */ ~OpalIxJDevice() { Close(); } /**Open the xJack device. */ virtual BOOL Open( const PString & device ///< Device identifier name. ); /**Close the xJack device. */ virtual BOOL Close(); /**Get the device name. */ virtual PString GetName() const; enum { POTSLine, PSTNLine, NumLines }; /**Get the total number of lines supported by this device. */ virtual unsigned GetLineCount(); /**Get the type of the line. */ virtual BOOL IsLineTerminal( unsigned line ///< Number of line ) { return line == POTSLine; } /**Determine if a physical line is present on the logical line. */ virtual BOOL IsLinePresent( unsigned line, ///< Number of line BOOL force = FALSE ///< Force test, do not optimise ); /**Determine if line is currently off hook. This returns TRUE if GetLineState() is a state that implies the line is off hook (eg OffHook or LineBusy). */ virtual BOOL IsLineOffHook( unsigned line ///< Number of line ); /**Set the state of the line. Note that not be possible on a given line. */ virtual BOOL SetLineOffHook( unsigned line, ///< Number of line BOOL newState = TRUE ///< New state to set ); /**Determine if line is ringing. */ virtual BOOL IsLineRinging( unsigned line, ///< Number of line DWORD * cadence = NULL ///< Cadence of incoming ring ); /**Begin ringing local phone set with specified cadence. If cadence is zero then stops ringing. */ virtual BOOL RingLine( unsigned line, ///< Number of line DWORD cadence ///< Cadence bit map for ring pattern ); /**Begin ringing local phone set with specified cadence. If nCadence is zero then stops ringing. Note that not be possible on a given line, for example on a PSTN line the ring state is determined by external hardware and cannot be changed by the software. Also note that the cadence may be ignored by particular hardware driver so that only the zero or non-zero values are significant. The ring pattern is an array of millisecond times for on and off parts of the cadence. Thus the Australian ring cadence would be represented by the array unsigned AusRing[] = { 400, 200, 400, 2000 } */ virtual BOOL RingLine( unsigned line, ///< Number of line PINDEX nCadence, ///< Number of entries in cadence array unsigned * pattern ///< Ring pattern times ); /**Determine if line has been disconnected from a call. */ virtual BOOL IsLineDisconnected( unsigned line, ///< Number of line BOOL checkForWink = TRUE ); /**Directly connect the two lines. */ BOOL SetLineToLineDirect( unsigned line1, ///< Number of first line unsigned line2, ///< Number of second line BOOL connect ///< Flag for connect/disconnect ); /**Determine if the two lines are directly connected. */ BOOL IsLineToLineDirect( unsigned line1, ///< Number of first line unsigned line2 ///< Number of second line ); /**Get the media formats this device is capable of using. */ virtual OpalMediaFormat::List GetMediaFormats() const; /**Set the xJack codec for reading. */ virtual BOOL SetReadFormat( unsigned line, ///< Number of line const OpalMediaFormat & mediaFormat ///< Codec type ); /**Set the xJack codec for writing. */ virtual BOOL SetWriteFormat( unsigned line, ///< Number of line const OpalMediaFormat & mediaFormat ///< Codec type ); /**Get the media format (codec) for reading on the specified line. */ virtual OpalMediaFormat GetReadFormat( unsigned line ///< Number of line ); /**Get the media format (codec) for writing on the specified line. */ virtual OpalMediaFormat GetWriteFormat( unsigned line ///< Number of line ); /**Set the line codec for reading/writing raw PCM data. A descendent may use this to do anything special to the device before beginning special PCM output. For example disabling AEC and set volume levels to standard values. This can then be used for generating standard tones using PCM if the driver is not capable of generating or detecting them directly. The default behaviour simply does a SetReadCodec and SetWriteCodec for PCM data. */ virtual BOOL SetRawCodec( unsigned line ///< Number of line ); /**Stop the raw PCM mode codec. */ virtual BOOL StopRawCodec( unsigned line ///< Number of line ); /**Stop the read codec. */ virtual BOOL StopReadCodec( unsigned line ///< Number of line ); /**Stop the write codec. */ virtual BOOL StopWriteCodec( unsigned line ///< Number of line ); /**Get the read frame size in bytes. All calls to ReadFrame() will return this number of bytes. */ virtual PINDEX GetReadFrameSize( unsigned line ///< Number of line ); virtual BOOL SetReadFrameSize(unsigned, PINDEX); /**Get the write frame size in bytes. All calls to WriteFrame() must be this number of bytes. */ virtual PINDEX GetWriteFrameSize( unsigned line ///< Number of line ); virtual BOOL SetWriteFrameSize(unsigned, PINDEX); /**Low level read of a frame from the device. */ virtual BOOL ReadFrame( unsigned line, ///< Number of line void * buf, ///< Pointer to a block of memory to receive data. PINDEX & count ///< Number of bytes read, <= GetReadFrameSize() ); /**Low level write frame to the device. */ virtual BOOL WriteFrame( unsigned line, ///< Number of line const void * buf, ///< Pointer to a block of memory to write. PINDEX count, ///< Number of bytes to write, <= GetWriteFrameSize() PINDEX & written ///< Number of bytes written, <= GetWriteFrameSize() ); /**Get average signal level in last frame. */ virtual unsigned GetAverageSignalLevel( unsigned line, ///< Number of line BOOL playback ///< Get average playback or record level. ); /**Enable audio for the line. */ virtual BOOL EnableAudio( unsigned line, ///< Number of line BOOL enable = TRUE ); /**Determine if audio for the line is enabled. */ virtual BOOL IsAudioEnabled( unsigned line ///< Number of line ); /**Set volume level for recording. A value of 100 is the maximum volume possible for the hardware. A value of 0 is the minimum volume possible for the hardware. */ virtual BOOL SetRecordVolume( unsigned line, ///< Number of line unsigned volume ///< Volume level from 0 to 100% ); /**Set volume level for playing. A value of 100 is the maximum volume possible for the hardware. A value of 0 is the minimum volume possible for the hardware. */ virtual BOOL SetPlayVolume( unsigned line, ///< Number of line unsigned volume ///< Volume level from 0 to 100% ); /**Get volume level for recording. A value of 100 is the maximum volume possible for the hardware. A value of 0 is the minimum volume possible for the hardware. */ virtual BOOL GetRecordVolume( unsigned line, ///< Number of line unsigned & volume ///< Volume level from 0 to 100% ); /**Set volume level for playing. A value of 100 is the maximum volume possible for the hardware. A value of 0 is the minimum volume possible for the hardware. */ virtual BOOL GetPlayVolume( unsigned line, ///< Number of line unsigned & volume ///< Volume level from 0 to 100% ); /**Get acoustic echo cancellation. */ AECLevels GetAEC( unsigned line ///< Number of line ); /**Set acoustic echo cancellation. */ BOOL SetAEC( unsigned line, ///< Number of line AECLevels level ///< AEC level ); /**Get wink detect minimum duration. This is the signal used by telcos to end PSTN call. */ unsigned GetWinkDuration( unsigned line ///< Number of line ); /**Set wink detect minimum duration. This is the signal used by telcos to end PSTN call. */ BOOL SetWinkDuration( unsigned line, ///< Number of line unsigned winkDuration ///< New minimum duration ); /**Get voice activity detection. Note, not all devices, or selected codecs, may support this function. */ virtual BOOL GetVAD( unsigned line ///< Number of line ); /**Set voice activity detection. Note, not all devices, or selected codecs, may support this function. */ virtual BOOL SetVAD( unsigned line, ///< Number of line BOOL enable ///< Flag for enabling VAD ); /**Get Caller ID from the last incoming ring. The idString parameter is either simply the "number" field of the caller ID data, or if full is TRUE, all of the fields in the caller ID data. The full data of the caller ID string consists of the number field, the time/date and the name field separated by tabs ('\t'). */ virtual BOOL GetCallerID( unsigned line, ///< Number of line PString & idString, ///< ID string returned BOOL full = FALSE ///< Get full information in idString ); /**Set Caller ID for use in next RingLine() call. The full data of the caller ID string consists of the number field, the time/date and the name field separated by tabs ('\t'). If the date field is missing (two consecutive tabs) then the current time and date is used. Using an empty string will clear the caller ID so that no caller ID is sent on the next RingLine() call. */ virtual BOOL SetCallerID( unsigned line, ///< Number of line const PString & idString ///< ID string to use ); /**Send Caller ID during call */ virtual BOOL SendCallerIDOnCallWaiting( unsigned line, ///< Number of line const PString & idString ///< ID string to use ); /**Send a Visual Message Waiting Indicator */ virtual BOOL SendVisualMessageWaitingIndicator( unsigned line, ///< Number of line BOOL on ); /**Play a DTMF digit. Any characters that are not in the set 0-9, A-D, * or # will be ignored. */ virtual BOOL PlayDTMF( unsigned line, ///< Number of line const char * digits, ///< DTMF digits to be played DWORD onTime = DefaultDTMFOnTime, ///< Number of milliseconds to play each DTMF digit DWORD offTime = DefaultDTMFOffTime ///< Number of milliseconds between digits ); /**Read a DTMF digit detected. This may be characters from the set 0-9, A-D, * or #. A null ('\0') character indicates that there are no tones in the queue. */ virtual char ReadDTMF( unsigned line ///< Number of line ); /**Get DTMF removal mode. When set in this mode the DTMF tones detected are removed from the encoded data stream as returned by ReadFrame(). */ virtual BOOL GetRemoveDTMF( unsigned line ///< Number of line ); /**Set DTMF removal mode. When set in this mode the DTMF tones detected are removed from the encoded data stream as returned by ReadFrame(). */ virtual BOOL SetRemoveDTMF( unsigned line, ///< Number of line BOOL removeTones ///< Flag for removing DTMF tones. ); /**See if a tone is detected. */ virtual unsigned IsToneDetected( unsigned line ///< Number of line ); /**Set a tones filter parameters. The times are in centi-seconds. Thus, to have a 1 second delay, 100 is required. */ virtual BOOL SetToneFilterParameters( unsigned line, ///< Number of line CallProgressTones tone, ///< Tone filter to change unsigned lowFrequency, ///< Low frequency unsigned highFrequency, ///< High frequency PINDEX numCadences, ///< Number of cadence times const unsigned * onTimes, ///< Cadence ON times const unsigned * offTimes ///< Cadence OFF times ); /**Play a tone. */ virtual BOOL PlayTone( unsigned line, ///< Number of line CallProgressTones tone ///< Tone to be played ); /**Determine if a tone is still playing */ virtual BOOL IsTonePlaying( unsigned line ///< Number of line ); /**Stop playing a tone. */ virtual BOOL StopTone( unsigned line ///< Number of line ); /**Return TRUE if a hook flash has been detected */ virtual BOOL HasHookFlash(unsigned line); /**Set the country code set for the device. This may change the line analogue coefficients, ring detect, call disconnect detect and call progress tones to fit the countries telephone network. */ virtual BOOL SetCountryCode( T35CountryCodes country ///< COuntry code for device ); /**Get the serial number for the xJACK card. */ virtual DWORD GetSerialNumber(); enum CardTypes { PhoneJACK = 1, LineJACK = 3, PhoneJACK_Lite, PhoneJACK_PCI, PhoneCARD, PhoneJACK_PCI_TJ }; /**Get the serial number for the xJACK card. */ DWORD GetCardType() const { return dwCardType; } /**Get all the xJack devices. */ static PStringArray GetDeviceNames(); protected: PINDEX LogScaleVolume(unsigned line, PINDEX volume, BOOL isPlay); PString deviceName; DWORD dwCardType; PMutex readMutex, writeMutex; BOOL readStopped, writeStopped; PINDEX readFrameSize, writeFrameSize; PINDEX readCodecType, writeCodecType; BOOL lastHookState, currentHookState; PTimer hookTimeout; BOOL inRawMode; unsigned enabledAudioLine; BOOL exclusiveAudioMode; #if defined(WIN32) BOOL InternalSetVolume(BOOL record, unsigned id, int volume, int mute); BOOL InternalPlayTone(unsigned line, DWORD toneIndex, DWORD onTime, DWORD offTime, BOOL synchronous); BOOL IoControl(DWORD dwIoControlCode, DWORD inParam = 0, DWORD * outParam = NULL); BOOL IoControl(DWORD dwIoControlCode, LPVOID lpInBuffer, DWORD nInBufferSize, LPVOID lpOutBuffer, DWORD nOutBufferSize, LPDWORD lpdwBytesReturned, PWin32Overlapped * overlap = NULL); HANDLE hDriver; DWORD driverVersion; PTimer ringTimeout; DWORD lastDTMFDigit; DWORD lastFlashState; PTimeInterval toneSendCompletionTime; BOOL vadEnabled; HANDLE hReadEvent, hWriteEvent; #elif defined(HAS_IXJ) public: class ExceptionInfo { public: int fd; BOOL hasRing; BOOL hookState; BOOL hasWink; BOOL hasFlash; char dtmf[16]; int dtmfIn; int dtmfOut; #ifdef IXJCTL_VMWI BOOL hasCid; PHONE_CID cid; #endif BOOL filter[4]; BOOL cadence[4]; telephony_exception data; timeval lastHookChange; }; static void SignalHandler(int sig); ExceptionInfo * GetException(); int GetOSHandle() { return os_handle; } protected: BOOL ConvertOSError(int err); static ExceptionInfo exceptionInfo[MaxIxjDevices]; static PMutex exceptionMutex; static BOOL exceptionInit; AECLevels aecLevel; BOOL removeDTMF; PMutex toneMutex; BOOL tonePlaying; PTimer lastRingTime; BOOL pstnIsOffHook; BOOL gotWink; int userPlayVol, userRecVol; int savedPlayVol, savedRecVol; AECLevels savedAEC; #ifdef IXJCTL_VMWI PHONE_CID callerIdInfo; #endif #endif }; #endif // HAS_IXJ #endif // __OPAL_IXJLID_H ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/jitter.h0100644000176200056700000001431110343321575016730 0ustar releasepostincr/* * jitter.h * * Jitter buffer support * * Open H323 Library * * Copyright (c) 1999-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Portions of this code were written with the assisance of funding from * Vovida Networks, Inc. http://www.vovida.com. * * Contributor(s): ______________________________________. * * $Log: jitter.h,v $ * Revision 1.14 2005/11/30 13:05:01 csoutheren * Changed tags for Doxygen * * Revision 1.13 2003/10/28 22:38:31 dereksmithies * Rework of jitter buffer. Many thanks to Henry Harrison of Alice Street. * * Revision 1.12ACC1.0 6th October 2003 henryh * Complete change to adaptive algorithm * * Revision 1.12 2002/10/31 00:32:39 robertj * Enhanced jitter buffer system so operates dynamically between minimum and * maximum values. Altered API to assure app writers note the change! * * Revision 1.11 2002/09/16 01:14:15 robertj * Added #define so can select if #pragma interface/implementation is used on * platform basis (eg MacOS) rather than compiler, thanks Robert Monaghan. * * Revision 1.10 2002/09/03 05:40:18 robertj * Normalised the multi-include header prevention ifdef/define symbol. * Added buffer reset on excess buffer overruns. * Added ability to get buffer overruns for statistics display. * * Revision 1.9 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.8 2001/09/11 00:21:21 robertj * Fixed missing stack sizes in endpoint for cleaner thread and jitter thread. * * Revision 1.7 2001/02/09 05:16:24 robertj * Added #pragma interface for GNU C++. * * Revision 1.6 2000/05/25 02:26:12 robertj * Added ignore of marker bits on broken clients that sets it on every RTP packet. * * Revision 1.5 2000/05/04 11:49:21 robertj * Added Packets Too Late statistics, requiring major rearrangement of jitter buffer code. * * Revision 1.4 2000/05/02 04:32:24 robertj * Fixed copyright notice comment. * * Revision 1.3 2000/04/30 03:56:14 robertj * More instrumentation to analyse jitter buffer operation. * * Revision 1.2 2000/03/20 20:51:13 robertj * Fixed possible buffer overrun problem in RTP_DataFrames * * Revision 1.1 1999/12/23 23:02:35 robertj * File reorganision for separating RTP from H.323 and creation of LID for VPB support. * */ #ifndef __OPAL_JITTER_H #define __OPAL_JITTER_H #ifdef P_USE_PRAGMA #pragma interface #endif #include "rtp.h" class RTP_JitterBufferAnalyser; /////////////////////////////////////////////////////////////////////////////// class RTP_JitterBuffer : public PThread { PCLASSINFO(RTP_JitterBuffer, PThread); public: RTP_JitterBuffer( RTP_Session & session, ///< Associated RTP session tor ead data from unsigned minJitterDelay, ///< Minimum delay in RTP timestamp units unsigned maxJitterDelay, ///< Maximum delay in RTP timestamp units PINDEX stackSize = 30000 ///< Stack size for jitter thread ); ~RTP_JitterBuffer(); // PINDEX GetSize() const { return bufferSize; } /**Set the maximum delay the jitter buffer will operate to. */ void SetDelay( unsigned minJitterDelay, ///< Minimum delay in RTP timestamp units unsigned maxJitterDelay ///< Maximum delay in RTP timestamp units ); void UseImmediateReduction(BOOL state) { doJitterReductionImmediately = state; } /**Read a data frame from the RTP channel. Any control frames received are dispatched to callbacks and are not returned by this function. It will block until a data frame is available or an error occurs. */ virtual BOOL ReadData( DWORD timestamp, ///< Timestamp to read from buffer. RTP_DataFrame & frame ///< Frame read from the RTP session ); /**Get current delay for jitter buffer. */ DWORD GetJitterTime() const { return currentJitterTime; } /**Get total number received packets too late to go into jitter buffer. */ DWORD GetPacketsTooLate() const { return packetsTooLate; } /**Get total number received packets that overran the jitter buffer. */ DWORD GetBufferOverruns() const { return bufferOverruns; } /**Get maximum consecutive marker bits before buffer starts to ignore them. */ DWORD GetMaxConsecutiveMarkerBits() const { return maxConsecutiveMarkerBits; } /**Set maximum consecutive marker bits before buffer starts to ignore them. */ void SetMaxConsecutiveMarkerBits(DWORD max) { maxConsecutiveMarkerBits = max; } protected: virtual void Main(); class Entry : public RTP_DataFrame { public: Entry * next; Entry * prev; PTimeInterval tick; }; RTP_Session & session; PINDEX bufferSize; DWORD minJitterTime; DWORD maxJitterTime; DWORD maxConsecutiveMarkerBits; unsigned currentDepth; DWORD currentJitterTime; DWORD packetsTooLate; unsigned bufferOverruns; unsigned consecutiveBufferOverruns; DWORD consecutiveMarkerBits; PTimeInterval consecutiveEarlyPacketStartTime; DWORD lastWriteTimestamp; PTimeInterval lastWriteTick; DWORD jitterCalc; DWORD targetJitterTime; unsigned jitterCalcPacketCount; BOOL doJitterReductionImmediately; BOOL doneFreeTrash; Entry * oldestFrame; Entry * newestFrame; Entry * freeFrames; Entry * currentWriteFrame; PMutex bufferMutex; BOOL shuttingDown; BOOL preBuffering; BOOL doneFirstWrite; RTP_JitterBufferAnalyser * analyser; }; #endif // __OPAL_JITTER_H ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/lid.h0100644000176200056700000012771510343321575016214 0ustar releasepostincr/* * lid.h * * Line Interface Device * * Open Phone Abstraction Library * * Copyright (c) 1999-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Portions of this code were written with the assisance of funding from * Quicknet Technologies, Inc. http://www.quicknet.net. * * Contributor(s): ______________________________________. * * $Log: lid.h,v $ * Revision 1.58 2005/11/30 13:05:01 csoutheren * Changed tags for Doxygen * * Revision 1.57 2005/07/03 13:59:43 shorne * Add LID type identifier (for Plugin LID support) * * Revision 1.56 2003/04/29 08:29:13 robertj * Cleaned up documentation for new wink duration functions. * * Revision 1.55 2003/04/28 01:47:52 dereks * Add ability to set/get wink duration for ixj device. * * Revision 1.54 2003/03/05 06:26:40 robertj * Added function to play a WAV file to LID, thanks Pietro Ravasio * * Revision 1.53 2002/11/05 04:26:48 robertj * Imported RingLine() by array from OPAL. * * Revision 1.52 2002/10/29 00:46:04 dereks * Fix typo in comments. * * Revision 1.51 2002/09/16 01:14:15 robertj * Added #define so can select if #pragma interface/implementation is used on * platform basis (eg MacOS) rather than compiler, thanks Robert Monaghan. * * Revision 1.50 2002/09/03 06:19:37 robertj * Normalised the multi-include header prevention ifdef/define symbol. * * Revision 1.49 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.48 2002/06/27 08:52:53 robertj * Fixed typo and naming convention for Cisco G.723.1 annex A capability. * * Revision 1.47 2002/06/26 05:45:41 robertj * Added capability for Cisco IOS non-standard name for G.723.1 Annex A so * can now utilise SID frames with Cisco gateways. * * Revision 1.46 2002/06/25 08:30:08 robertj * Changes to differentiate between stright G.723.1 and G.723.1 Annex A using * the OLC dataType silenceSuppression field so does not send SID frames * to receiver codecs that do not understand them. * * Revision 1.45 2002/05/09 06:26:30 robertj * Added fuction to get the current audio enable state for line in device. * Changed IxJ EnableAudio() semantics so is exclusive, no direct switching * from PSTN to POTS and vice versa without disabling the old one first. * * Revision 1.44 2002/01/23 01:58:25 robertj * Added function to determine if codecs raw data channel is native format. * * Revision 1.43 2001/07/19 05:54:27 robertj * Updated interface to xJACK drivers to utilise cadence and filter functions * for dial tone, busy tone and ringback tone detection. * * Revision 1.42 2001/05/22 00:31:41 robertj * Changed to allow optional wink detection for line disconnect * * Revision 1.41 2001/03/29 23:42:34 robertj * Added ability to get average signal level for both receive and transmit. * Changed silence detection to use G.723.1 SID frames as indicator of * silence instead of using the average energy and adaptive threshold. * * Revision 1.40 2001/02/13 05:02:39 craigs * Extended PlayDTMF to allow generation of additional simple tones * * Revision 1.39 2001/02/09 05:16:24 robertj * Added #pragma interface for GNU C++. * * Revision 1.38 2001/01/25 07:27:14 robertj * Major changes to add more flexible OpalMediaFormat class to normalise * all information about media types, especially codecs. * * Revision 1.37 2001/01/24 05:34:49 robertj * Altered volume control range to be percentage, ie 100 is max volume. * * Revision 1.36 2001/01/11 05:39:44 robertj * Fixed usage of G.723.1 CNG 1 byte frames. * * Revision 1.35 2000/12/19 06:38:57 robertj * Fixed missing virtual on IsTonePlaying() function. * * Revision 1.34 2000/12/17 22:08:20 craigs * Changed GetCountryCodeList to return PStringList * * Revision 1.33 2000/12/11 01:23:32 craigs * Added extra routines to allow country string manipulation * * Revision 1.32 2000/11/30 08:48:35 robertj * Added functions to enable/disable Voice Activity Detection in LID's * * Revision 1.31 2000/11/26 23:12:18 craigs * Added hook flash detection API * * Revision 1.30 2000/11/24 10:46:12 robertj * Added a raw PCM dta mode for generating/detecting standard tones. * Modified the ReadFrame/WriteFrame functions to allow for variable length codecs. * * Revision 1.29 2000/11/20 03:15:13 craigs * Changed tone detection API slightly to allow detection of multiple * simultaneous tones * Added fax CNG tone to tone list * * Revision 1.28 2000/11/06 02:00:18 eokerson * Added support for AGC on ixj devices under Linux. * * Revision 1.27 2000/11/03 06:22:48 robertj * Added flag to IsLinePresent() to force slow test, guarenteeing correct value. * * Revision 1.26 2000/10/13 02:24:06 robertj * Moved frame reblocking code from LID channel to LID itself and added * ReadBlock/WriteBlock functions to allow non integral frame sizes. * * Revision 1.25 2000/09/25 22:31:19 craigs * Added G.723.1 frame erasure capability * * Revision 1.24 2000/09/23 07:20:28 robertj * Fixed problem with being able to distinguish between sw and hw codecs in LID channel. * * Revision 1.23 2000/09/22 01:35:03 robertj * Added support for handling LID's that only do symmetric codecs. * * Revision 1.22 2000/08/31 13:14:40 craigs * Added functions to LID * More bulletproofing to Linux driver * * Revision 1.21 2000/08/30 23:24:24 robertj * Renamed string version of SetCountrCode() to SetCountryCodeName() to avoid * C++ masking ancestor overloaded function when overriding numeric version. * * Revision 1.20 2000/08/18 04:17:48 robertj * Added Auto setting to AEC enum. * * Revision 1.19 2000/06/19 00:32:13 robertj * Changed functionf or adding all lid capabilities to not assume it is to an endpoint. * * Revision 1.18 2000/06/01 07:52:19 robertj * Changed some LID capability code back again so does not unneedfully break existing API. * * Revision 1.17 2000/05/30 10:19:17 robertj * Added function to add capabilities given a LID. * Improved LID capabilities so cannot create one that is not explicitly supported. * * Revision 1.16 2000/05/24 06:42:18 craigs * Added calls to get volume settings * * Revision 1.15 2000/05/10 04:05:26 robertj * Changed capabilities so has a function to get name of codec, instead of relying on PrintOn. * * Revision 1.14 2000/05/02 04:32:24 robertj * Fixed copyright notice comment. * * Revision 1.13 2000/04/14 17:18:25 robertj * Fixed problem with error reporting from LID hardware. * * Revision 1.12 2000/04/10 17:44:52 robertj * Added higher level "DialOut" function for PSTN lines. * Added hook flash function. * * Revision 1.11 2000/04/05 18:04:12 robertj * Changed caller ID code for better portability. * * Revision 1.10 2000/03/30 23:10:50 robertj * Fixed error in comments regarding GetFramerate() function. * * Revision 1.9 2000/03/29 20:54:19 robertj * Added function on LID to get available codecs. * Changed codec to use number of frames rather than number of bytes. * * Revision 1.8 2000/03/23 23:36:48 robertj * Added more calling tone detection functionality. * * Revision 1.7 2000/03/23 02:43:15 robertj * Fixed default DTMF timing. * * Revision 1.6 2000/03/22 17:18:49 robertj * Changed default DTMF tone string times. * * Revision 1.5 2000/03/21 03:06:48 robertj * Changes to make RTP TX of exact numbers of frames in some codecs. * * Revision 1.4 2000/01/13 12:39:29 robertj * Added string based country codes to LID. * * Revision 1.3 2000/01/13 04:03:45 robertj * Added video transmission * * Revision 1.2 2000/01/07 08:28:09 robertj * Additions and changes to line interface device base class. * * Revision 1.1 1999/12/23 23:02:35 robertj * File reorganision for separating RTP from H.323 and creation of LID for VPB support. * */ #ifndef __OPAL_LID_H #define __OPAL_LID_H #ifdef P_USE_PRAGMA #pragma interface #endif #include "codecs.h" #include "h323caps.h" /////////////////////////////////////////////////////////////////////////////// /** Line Interface Device abstraction. Note all functions in this device abstraction are assumed to be thread atomic. */ class OpalLineInterfaceDevice : public PObject { PCLASSINFO(OpalLineInterfaceDevice, PObject); public: /**Construct a new line interface device. */ OpalLineInterfaceDevice(); /**Open the line interface device. */ virtual BOOL Open( const PString & device ///< Device identifier name. ) = 0; /**Determine if the line interface device is open. */ virtual BOOL IsOpen() const; /**Close the line interface device. */ virtual BOOL Close(); /**Determine the type of line interface device. This is a string indication of the card type for user interface display purposes or device specific control. The device should be as detailed as possible eg "Quicknet LineJACK". */ virtual PString GetName() const = 0; /**Get the total number of lines supported by this device. */ virtual unsigned GetLineCount() = 0; /**Get the type of the line. A "terminal" line is one where a call may terminate. For example a POTS line with a standard telephone handset on it would be a terminal line. The alternative is a "network" line, that is one connected to switched network eg the standard PSTN. */ virtual BOOL IsLineTerminal( unsigned line ///< Number of line ); /**Determine if a physical line is present on the logical line. */ virtual BOOL IsLinePresent( unsigned line, ///< Number of line BOOL force = FALSE ///< Force test, do not optimise ); /**Determine if line is currently off hook. This function implies that the state is debounced and that a return value of TRUE indicates that the phone is really off hook. That is hook flashes and winks are masked out. */ virtual BOOL IsLineOffHook( unsigned line ///< Number of line ) = 0; /**Set the hook state of the line. Note that not be possible on a given line, for example a POTS line with a standard telephone handset. The hook state is determined by external hardware and cannot be changed by the software. */ virtual BOOL SetLineOffHook( unsigned line, ///< Number of line BOOL newState = TRUE ///< New state to set ) = 0; /**Set the hook state of the line. This is the complement of SetLineOffHook(). */ virtual BOOL SetLineOnHook( unsigned line ///< Number of line ) { return SetLineOffHook(line, FALSE); } /**Set the hook state off then straight back on again. This will only operate if the line is currently off hook. */ virtual BOOL HookFlash( unsigned line, ///< Number of line unsigned flashTime = 200 ///< Time for hook flash in milliseconds ); /**Return TRUE if a hook flash has been detected */ virtual BOOL HasHookFlash(unsigned line); /**Determine if line is ringing. This function implies that the state is "debounced" and that a return value of TRUE indicates that the phone is still ringing and it is not simply a pause in the ring cadence. If cadence is not NULL then it is set with the bit pattern for the incoming ringing. Note that in this case the funtion may take a full sequence to return. If it is NULL it can be assumed that the function will return quickly. */ virtual BOOL IsLineRinging( unsigned line, ///< Number of line DWORD * cadence = NULL ///< Cadence of incoming ring ); /**Begin ringing local phone set with specified cadence. If cadence is zero then stops ringing. Note that not be possible on a given line, for example on a PSTN line the ring state is determined by external hardware and cannot be changed by the software. Also note that the cadence may be ignored by particular hardware driver so that only the zero or non-zero values are significant. */ virtual BOOL RingLine( unsigned line, ///< Number of line DWORD cadence ///< Cadence bit map for ring pattern ); /**Begin ringing local phone set with specified cadence. If nCadence is zero then stops ringing. Note that not be possible on a given line, for example on a PSTN line the ring state is determined by external hardware and cannot be changed by the software. Also note that the cadence may be ignored by particular hardware driver so that only the zero or non-zero values are significant. The ring pattern is an array of millisecond times for on and off parts of the cadence. Thus the Australian ring cadence would be represented by the array unsigned AusRing[] = { 400, 200, 400, 2000 } */ virtual BOOL RingLine( unsigned line, ///< Number of line PINDEX nCadence, ///< Number of entries in cadence array unsigned * pattern ///< Ring pattern times ); /**Determine if line has been disconnected from a call. This uses the hardware (and country) dependent means for determining */ virtual BOOL IsLineDisconnected( unsigned line, ///< Number of line BOOL checkForWink = TRUE ); /**Directly connect the two lines. */ virtual BOOL SetLineToLineDirect( unsigned line1, ///< Number of first line unsigned line2, ///< Number of second line BOOL connect ///< Flag for connect/disconnect ); /**Determine if the two lines are directly connected. */ virtual BOOL IsLineToLineDirect( unsigned line1, ///< Number of first line unsigned line2 ///< Number of second line ); /**Get the media formats this device is capable of using. */ virtual OpalMediaFormat::List GetMediaFormats() const = 0; /**Set the media format (codec) for reading on the specified line. */ virtual BOOL SetReadFormat( unsigned line, ///< Number of line const OpalMediaFormat & mediaFormat ///< Codec type ) = 0; /**Set the media format (codec) for writing on the specified line. */ virtual BOOL SetWriteFormat( unsigned line, ///< Number of line const OpalMediaFormat & mediaFormat ///< Codec type ) = 0; /**Get the media format (codec) for reading on the specified line. */ virtual OpalMediaFormat GetReadFormat( unsigned line ///< Number of line ) = 0; /**Get the media format (codec) for writing on the specified line. */ virtual OpalMediaFormat GetWriteFormat( unsigned line ///< Number of line ) = 0; /**Set the line codec for reading. Note this function is now deprecated as it could not distinguish between some codec subtypes (eg G.729 and G.729B) or non standard formats. Use the SetReadFormat function instead. The default behaviour now finds the first OpalMediaFormat with the payload type and uses that. */ virtual BOOL SetReadCodec( unsigned line, ///< Number of line RTP_DataFrame::PayloadTypes codec ///< Codec type ); /**Set the line codec for writing. Note this function is now deprecated as it could not distinguish between some codec subtypes (eg G.729 and G.729B) or non standard formats. Use the SetReadFormat function instead. */ virtual BOOL SetWriteCodec( unsigned line, ///< Number of line RTP_DataFrame::PayloadTypes codec ///< Codec type ); /**Set the line codec for reading/writing raw PCM data. A descendent may use this to do anything special to the device before beginning special PCM output. For example disabling AEC and set volume levels to standard values. This can then be used for generating standard tones using PCM if the driver is not capable of generating or detecting them directly. The default behaviour simply does a SetReadCodec and SetWriteCodec for PCM data. */ virtual BOOL SetRawCodec( unsigned line ///< Number of line ); /**Stop the read codec. */ virtual BOOL StopReadCodec( unsigned line ///< Number of line ); /**Stop the write codec. */ virtual BOOL StopWriteCodec( unsigned line ///< Number of line ); /**Stop the raw PCM mode codec. */ virtual BOOL StopRawCodec( unsigned line ///< Number of line ); /**Set the read frame size in bytes. Note that a LID may ignore this value so always use GetReadFrameSize() for I/O. */ virtual BOOL SetReadFrameSize( unsigned line, ///< Number of line PINDEX frameSize ///< New frame size ); /**Set the write frame size in bytes. Note that a LID may ignore this value so always use GetReadFrameSize() for I/O. */ virtual BOOL SetWriteFrameSize( unsigned line, ///< Number of line PINDEX frameSize ///< New frame size ); /**Get the read frame size in bytes. All calls to ReadFrame() will return this number of bytes. */ virtual PINDEX GetReadFrameSize( unsigned line ///< Number of line ) = 0; /**Get the write frame size in bytes. All calls to WriteFrame() must be this number of bytes. */ virtual PINDEX GetWriteFrameSize( unsigned line ///< Number of line ) = 0; /**Low level read of a frame from the device. */ virtual BOOL ReadFrame( unsigned line, ///< Number of line void * buf, ///< Pointer to a block of memory to receive data. PINDEX & count ///< Number of bytes read, <= GetReadFrameSize() ) = 0; /**Low level write frame to the device. */ virtual BOOL WriteFrame( unsigned line, ///< Number of line const void * buf, ///< Pointer to a block of memory to write. PINDEX count, ///< Number of bytes to write, <= GetWriteFrameSize() PINDEX & written ///< Number of bytes written, <= GetWriteFrameSize() ) = 0; /**High level read of audio data from the device. This version will allow non-integral number of frames to be read. */ virtual BOOL ReadBlock( unsigned line, ///< Number of line void * buf, ///< Pointer to a block of memory to receive the read bytes. PINDEX count ///< Count of bytes to read. ); /**High level write audio data to the device. */ virtual BOOL WriteBlock( unsigned line, ///< Number of line const void * buf, ///< Pointer to a block of memory to write. PINDEX count ///< Count of bytes to write. ); /**Get average signal level in last frame. */ virtual unsigned GetAverageSignalLevel( unsigned line, ///< Number of line BOOL playback ///< Get average playback or record level. ); /**Enable audio for the line. */ virtual BOOL EnableAudio( unsigned line, ///< Number of line BOOL enable = TRUE ); /**Disable audio for the line. */ BOOL DisableAudio( unsigned line ///< Number of line ) { return EnableAudio(line, FALSE); } /**Determine if audio for the line is enabled. */ virtual BOOL IsAudioEnabled( unsigned line ///< Number of line ); enum { MaxVolume = 100 }; /**Set volume level for recording. A value of 100 is the maximum volume possible for the hardware. A value of 0 is the minimum volume possible for the hardware. */ virtual BOOL SetRecordVolume( unsigned line, ///< Number of line unsigned volume ///< Volume level from 0 to 100% ); /**Set volume level for playing. A value of 100 is the maximum volume possible for the hardware. A value of 0 is the minimum volume possible for the hardware. */ virtual BOOL SetPlayVolume( unsigned line, ///< Number of line unsigned volume ///< Volume level from 0 to 100% ); /**Get volume level for recording. A value of 100 is the maximum volume possible for the hardware. A value of 0 is the minimum volume possible for the hardware. */ virtual BOOL GetRecordVolume( unsigned line, ///< Number of line unsigned & volume ///< Volume level from 0 to 100% ); /**Set volume level for playing. A value of 100 is the maximum volume possible for the hardware. A value of 0 is the minimum volume possible for the hardware. */ virtual BOOL GetPlayVolume( unsigned line, ///< Number of line unsigned & volume ///< Volume level from 0 to 100% ); enum AECLevels { AECOff, AECLow, AECMedium, AECHigh, AECAuto, AECAGC, AECError }; /**Get acoustic echo cancellation. Note, not all devices may support this function. */ virtual AECLevels GetAEC( unsigned line ///< Number of line ); /**Set acoustic echo cancellation. Note, not all devices may support this function. */ virtual BOOL SetAEC( unsigned line, ///< Number of line AECLevels level ///< AEC level ); /**Get wink detect minimum duration. This is the signal used by telcos to end PSTN call. */ virtual unsigned GetWinkDuration( unsigned line ///< Number of line ); /**Set wink detect minimum duration. This is the signal used by telcos to end PSTN call. */ virtual BOOL SetWinkDuration( unsigned line, ///< Number of line unsigned winkDuration ///< New minimum duration ); /**Get voice activity detection. Note, not all devices, or selected codecs, may support this function. */ virtual BOOL GetVAD( unsigned line ///< Number of line ); /**Set voice activity detection. Note, not all devices, or selected codecs, may support this function. */ virtual BOOL SetVAD( unsigned line, ///< Number of line BOOL enable ///< Flag for enabling VAD ); /**Get Caller ID from the last incoming ring. The idString parameter is either simply the "number" field of the caller ID data, or if full is TRUE, all of the fields in the caller ID data. The full data of the caller ID string consists of the number field, the time/date and the name field separated by tabs ('\t'). */ virtual BOOL GetCallerID( unsigned line, ///< Number of line PString & idString, ///< ID string returned BOOL full = FALSE ///< Get full information in idString ); /**Set Caller ID for use in next RingLine() call. The full data of the caller ID string consists of the number field, the time/date and the name field separated by tabs ('\t'). If the date field is missing (two consecutive tabs) then the current time and date is used. Using an empty string will clear the caller ID so that no caller ID is sent on the next RingLine() call. */ virtual BOOL SetCallerID( unsigned line, ///< Number of line const PString & idString ///< ID string to use ); /**Send a Caller ID on call waiting command The full data of the caller ID string consists of the number field, the time/date and the name field separated by tabs ('\t'). If the date field is missing (two consecutive tabs) then the current time and date is used. Using an empty string will clear the caller ID so that no caller ID is sent on the next RingLine() call. */ virtual BOOL SendCallerIDOnCallWaiting( unsigned line, ///< Number of line const PString & idString ///< ID string to use ); /**Send a Visual Message Waiting Indicator */ virtual BOOL SendVisualMessageWaitingIndicator( unsigned line, ///< Number of line BOOL on ); enum { DefaultDTMFOnTime = 180, DefaultDTMFOffTime = 120 }; /**Play a DTMF digit. Any characters that are not in the set 0-9, A-D, * or # will be ignored. */ virtual BOOL PlayDTMF( unsigned line, ///< Number of line const char * digits, ///< DTMF digits to be played DWORD onTime = DefaultDTMFOnTime, ///< Number of milliseconds to play each DTMF digit DWORD offTime = DefaultDTMFOffTime ///< Number of milliseconds between digits ); /**Read a DTMF digit detected. This may be characters from the set 0-9, A-D, * or #. A null ('\0') character indicates that there are no tones in the queue. Characters E through P indicate the following tones: E = 800 F = 1000 G = 1250 H = 950 I = 1100 J = 1400 K = 1500 L = 1600 M = 1800 N = 2100 O = 1300 P = 2450 */ virtual char ReadDTMF( unsigned line ///< Number of line ); /**Get DTMF removal mode. When set in this mode the DTMF tones detected are removed from the encoded data stream as returned by ReadFrame(). */ virtual BOOL GetRemoveDTMF( unsigned line ///< Number of line ); /**Set DTMF removal mode. When set in this mode the DTMF tones detected are removed from the encoded data stream as returned by ReadFrame(). */ virtual BOOL SetRemoveDTMF( unsigned line, ///< Number of line BOOL removeTones ///< Flag for removing DTMF tones. ); enum CallProgressTones { NoTone = 0x00, // indicates no tones DialTone = 0x01, // Dial tone RingTone = 0x02, // Ring indication tone BusyTone = 0x04, // Line engaged tone ClearTone = 0x08, // Call failed/cleared tone (often same as busy tone) CNGTone = 0x10, // Fax CNG tone AllTones = 0x1f }; /**See if any tone is detected. */ virtual unsigned IsToneDetected( unsigned line ///< Number of line ); /**See if any tone is detected. */ virtual unsigned WaitForToneDetect( unsigned line, ///< Number of line unsigned timeout = 3000 ///< Milliseconds to wait for ); /**See if a specific tone is detected. */ virtual BOOL WaitForTone( unsigned line, ///< Number of line CallProgressTones tone, ///< Tone to wait for unsigned timeout = 3000 ///< Milliseconds to wait for ); /**Set a tones filter information. The description string is of the form frequence ':' cadence where frequency is either frequency low '-' high and cadence is mintime ontime '-' offtime ontime '-' offtime '-' ontime '-' offtime examples: 300:0.25 300Hz for minimum 250ms 1100:0.4-0.4 1100Hz with cadence 400ms on, 400ms off 900-1300:1.5 900Hz to 1300Hz for minimum of 1.5 seconds 425:0.4-0.2-0.4-2 425Hz with cadence 400ms on, 200ms off, 400ms on, 2 seconds off */ virtual BOOL SetToneFilter( unsigned line, ///< Number of line CallProgressTones tone, ///< Tone filter to change const PString & description ///< Description of filter parameters ); /**Set a tones filter information. */ virtual BOOL SetToneFilterParameters( unsigned line, ///< Number of line CallProgressTones tone, ///< Tone filter to change unsigned lowFrequency, ///< Low frequency unsigned highFrequency, /// High frequency PINDEX numCadences, /// Number of cadence times const unsigned * onTimes, /// Cadence ON times const unsigned * offTimes /// Cadence OFF times ); /**Play a tone. */ virtual BOOL PlayTone( unsigned line, /// Number of line CallProgressTones tone /// Tone to be played ); /**Determine if a tone is still playing */ virtual BOOL IsTonePlaying( unsigned line /// Number of line ); /**Stop playing a tone. */ virtual BOOL StopTone( unsigned line /// Number of line ); /**Play a wav file */ virtual BOOL PlayAudio( unsigned line, /// Number of line const PString & filename /// File Name ); /**Stop playing the Wave File */ virtual BOOL StopAudio( unsigned line ///Number of line ); /**Dial a number on network line. The takes the line off hook, waits for dial tone, and transmits the specified number as DTMF tones. If the requireTones flag is TRUE the call is aborted of the call progress tones are not detected. Otherwise the call proceeds with short delays while it tries to detect the call progress tones. The return code indicates the following: DialTone No dial tone detected RingTone Dial was successful BusyTone The remote phone was busy ClearTone Dial failed (usually means rang out) NoTone There was an internal error making the call */ virtual CallProgressTones DialOut( unsigned line, /// Number of line const PString & number, /// Number to dial BOOL requireTones = FALSE /// Require dial/ring tone to be detected ); enum T35CountryCodes { Japan, Albania, Algeria, AmericanSamoa, Germany, Anguilla, AntiguaAndBarbuda, Argentina, Ascension, Australia, Austria, Bahamas, Bahrain, Bangladesh, Barbados, Belgium, Belize, Benin, Bermudas, Bhutan, Bolivia, Botswana, Brazil, BritishAntarcticTerritory, BritishIndianOceanTerritory, BritishVirginIslands, BruneiDarussalam, Bulgaria, Myanmar, Burundi, Byelorussia, Cameroon, Canada, CapeVerde, CaymanIslands, CentralAfricanRepublic, Chad, Chile, China, Colombia, Comoros, Congo, CookIslands, CostaRica, Cuba, Cyprus, Czechoslovakia, Cambodia, DemocraticPeoplesRepublicOfKorea, Denmark, Djibouti, DominicanRepublic, Dominica, Ecuador, Egypt, ElSalvador, EquatorialGuinea, Ethiopia, FalklandIslands, Fiji, Finland, France, FrenchPolynesia, FrenchSouthernAndAntarcticLands, Gabon, Gambia, Germany2, Angola, Ghana, Gibraltar, Greece, Grenada, Guam, Guatemala, Guernsey, Guinea, GuineaBissau, Guayana, Haiti, Honduras, Hongkong, Hungary, Iceland, India, Indonesia, Iran, Iraq, Ireland, Israel, Italy, CotedIvoire, Jamaica, Afghanistan, Jersey, Jordan, Kenya, Kiribati, KoreaRepublic, Kuwait, Lao, Lebanon, Lesotho, Liberia, Libya, Liechtenstein, Luxemborg, Macao, Madagascar, Malaysia, Malawi, Maldives, Mali, Malta, Mauritania, Mauritius, Mexico, Monaco, Mongolia, Montserrat, Morocco, Mozambique, Nauru, Nepal, Netherlands, NetherlandsAntilles, NewCaledonia, NewZealand, Nicaragua, Niger, Nigeria, Norway, Oman, Pakistan, Panama, PapuaNewGuinea, Paraguay, Peru, Philippines, Poland, Portugal, PuertoRico, Qatar, Romania, Rwanda, SaintKittsAndNevis, SaintCroix, SaintHelenaAndAscension, SaintLucia, SanMarino, SaintThomas, SaoTomeAndPrincipe, SaintVicentAndTheGrenadines, SaudiArabia, Senegal, Seychelles, SierraLeone, Singapore, SolomonIslands, Somalia, SouthAfrica, Spain, SriLanka, Sudan, Suriname, Swaziland, Sweden, Switzerland, Syria, Tanzania, Thailand, Togo, Tonga, TrinidadAndTobago, Tunisia, Turkey, TurksAndCaicosIslands, Tuvalu, Uganda, Ukraine, UnitedArabEmirates, UnitedKingdom, UnitedStates, BurkinaFaso, Uruguay, USSR, Vanuatu, VaticanCityState, Venezuela, VietNam, WallisAndFutuna, WesternSamoa, Yemen, Yemen2, Yugoslavia, Zaire, Zambia, Zimbabwe, NumCountryCodes, UnknownCountry = -1 }; /**Get the country code set for the device. */ T35CountryCodes GetCountryCode() const { return countryCode; } /**Get the country code set for the device as a string. */ PString GetCountryCodeName() const; /**Get the country code set for the device as a string. */ static PString GetCountryCodeName(T35CountryCodes code); static T35CountryCodes GetCountryCode(const PString & name); /**Set the country code set for the device. This may change the line analogue coefficients, ring detect, call disconnect detect and call progress tones to fit the countries telephone network. */ virtual BOOL SetCountryCode( T35CountryCodes country /// COuntry code for device ); /**Set the country code set for the device. */ virtual BOOL SetCountryCodeName( const PString & countryName /// COuntry code for device ); /**Get the list of countries actually supported by the device */ virtual PStringList GetCountryCodeNameList() const; /**Return number for last error. */ int GetErrorNumber() const { return osError; } /**Return text for last error. */ PString GetErrorText() const; virtual void PrintOn( ostream & strm ) const; /** LID Device Type */ enum DeviceType{ POTSLine, // Behaves as a normal Phone Gateway, // Behaves as a gateway CellEmulate // Behaves as like a CellPhone }; /** Get the LID Device Type. */ virtual OpalLineInterfaceDevice::DeviceType GetDeviceType() { return POTSLine; }; protected: int os_handle; int osError; T35CountryCodes countryCode; PBYTEArray readDeblockingBuffer, writeDeblockingBuffer; PINDEX readDeblockingOffset, writeDeblockingOffset; #if PTRACING friend ostream & operator<<(ostream & o, CallProgressTones t); #endif }; /**This class describes an I/O channel that uses a Line Interface Device. */ class OpalLineChannel : public PChannel { PCLASSINFO(OpalLineChannel, PChannel); public: /**Create a new channel to a line interface device. */ OpalLineChannel( OpalLineInterfaceDevice & device, ///< Device for channel I/O unsigned line, ///< Number of line const H323AudioCodec & codec ///< Codec that uses the channel ); ~OpalLineChannel(); /**Get the device name. */ PString GetName() const; /**Close the channel. */ BOOL Close(); /** Low level read from the channel. This function may block until the requested number of characters were read or the read timeout was reached. The GetLastReadCount() function returns the actual number of bytes read. The GetErrorCode() function should be consulted after Read() returns FALSE to determine what caused the failure. @return TRUE indicates that at least one character was read from the channel. FALSE means no bytes were read due to timeout or some other I/O error. */ virtual BOOL Read( void * buf, ///< Pointer to a block of memory to receive the read bytes. PINDEX len ///< Maximum number of bytes to read into the buffer. ); /** Low level write to the channel. This function will block until the requested number of characters are written or the write timeout is reached. The GetLastWriteCount() function returns the actual number of bytes written. The GetErrorCode() function should be consulted after Write() returns FALSE to determine what caused the failure. @return TRUE if at least len bytes were written to the channel. */ virtual BOOL Write( const void * buf, ///< Pointer to a block of memory to write. PINDEX len ///< Number of bytes to write. ); /**Get the device the channel is writing to. */ OpalLineInterfaceDevice & GetDevice() const { return device; } /**Get the line number on device the channel is writing to. */ unsigned GetLineNumber() const { return lineNumber; } protected: OpalLineInterfaceDevice & device; unsigned lineNumber; BOOL reading; BOOL useDeblocking; }; /**This class describes the LID based codec capability. */ class H323_LIDCapability : public H323AudioCapability { PCLASSINFO(H323_LIDCapability, H323AudioCapability); public: /**@name Construction */ //@{ /**Create a new capability. */ H323_LIDCapability( const OpalMediaFormat & mediaFormat ///< RTP codec type for capability ); //@} /**@name Overrides from class PObject */ //@{ /**Compare the object with another of the same class. */ Comparison Compare(const PObject & obj) const; /**Create a copy of the object. */ virtual PObject * Clone() const; /**Get the name of the media data format this class represents. */ virtual PString GetFormatName() const; //@} /**@name Identification functions */ //@{ /**Get the sub-type of the capability. This is a code dependent on the main type of the capability. This returns H245_AudioCapability::e_nonStandard. */ virtual unsigned GetSubType() const; //@} /**@name Operations */ //@{ /**Create the codec instance, allocating resources as required. */ virtual H323Codec * CreateCodec( H323Codec::Direction direction ///< Direction in which this instance runs ) const; /**Determine if the codec specified for the object is valid. */ BOOL IsValid() const; /**Add all of the capabilities that a LID is capable of. */ static void AddAllCapabilities( const OpalLineInterfaceDevice & device, ///< Device to get codecs from H323Capabilities & capabilities, ///< Table to add capabilities to PINDEX descriptorNum, ///< The member of the capabilityDescriptor to add PINDEX simultaneous ///< The member of the SimultaneousCapabilitySet to add ); //@} /**@name Protocol manipulation */ //@{ /**This function is called whenever and outgoing TerminalCapabilitySet or OpenLogicalChannel PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour sets the data rate field in the PDU. */ virtual BOOL OnSendingPDU( H245_AudioCapability & pdu, ///< PDU to set information on unsigned packetSize ///< Packet size to use in capability ) const; /**This function is called whenever and incoming TerminalCapabilitySet or OpenLogicalChannel PDU has been used to construct the control channel. It allows the capability to set from the PDU fields, information in members specific to the class. The default behaviour gets the data rate field from the PDU. */ virtual BOOL OnReceivedPDU( const H245_AudioCapability & pdu, ///< PDU to get information from unsigned & packetSize ///< Packet size to use in capability ); //@} protected: OpalMediaFormat mediaFormat; PINDEX codecTableIndex; }; /**This class describes the Cisco non-standard G.723.1 Annex A codec capability. */ class H323_CiscoG7231aLIDCapability : public H323NonStandardAudioCapability { PCLASSINFO(H323_CiscoG7231aLIDCapability, H323NonStandardAudioCapability); public: /**@name Construction */ //@{ /**Create a new Cisco non-standard G.723.1 Annex A capability. */ H323_CiscoG7231aLIDCapability(); //@} /**@name Overrides from class PObject */ //@{ /**Create a copy of the object. */ virtual PObject * Clone() const; //@} /**@name Operations */ //@{ /**Create the codec instance, allocating resources as required. */ virtual H323Codec * CreateCodec( H323Codec::Direction direction ///< Direction in which this instance runs ) const; //@} /**@name Identification functions */ //@{ /**Get the name of the media data format this class represents. */ virtual PString GetFormatName() const; //@} }; /**This class is a LID codec that only converts data for playback on some other audio device. */ class H323_LIDCodec : public H323AudioCodec { PCLASSINFO(H323_LIDCodec, H323AudioCodec); public: /**Create a new LID based codec. */ H323_LIDCodec( const char * mediaFormat, ///< Media format for codec Direction direction, ///< Direction in which this instance runs unsigned numFrames, ///< Number of frames to transmit in packet PINDEX codecTableIndex ///< Type of codec to use ); /**Encode the data from the appropriate device. This will encode a frame of data for transmission. The exact size and description of the data placed in the buffer is codec dependent but should be less than H323Capability::GetTxFramesInPacket() * OpalMediaFormat::GetFrameSize() in length. The length parameter is filled with the actual length of the encoded data, often this will be the same as the size parameter. This function is called every GetFrameRate() timestamp units, so MUST take less than (or equal to) that amount of time to complete! Note that a returned length of zero indicates that time has passed but there is no data encoded. This is typically used for silence detection in an audio codec. */ virtual BOOL Read( BYTE * buffer, ///< Buffer of encoded data unsigned & length, ///< Actual length of encoded data buffer RTP_DataFrame & rtpFrame ///< RTP data frame ); /**Decode the data and output it to appropriate device. This will decode a single frame of received data. The exact size and description of the data required in the buffer is codec dependent but should be less than H323Capability::GetRxFramesInPacket() * OpalMediaFormat::GetFrameSize() in length. It is expected this function anunciates the data. That is, for example with audio data, the sound is output on a speaker. This function is called every GetFrameRate() timestamp units, so MUST take less than that amount of time to complete! */ virtual BOOL Write( const BYTE * buffer, ///< Buffer of encoded data unsigned length, ///< Length of encoded data buffer const RTP_DataFrame & frame, ///< Entire RTP frame unsigned & written ///< Number of bytes used from data buffer ); /**Return flag indicating raw channel is native. For audio codecs, FALSE typically means that the format is PCM-16. For video codecs, FALSE typically means that the format is YUV411P. The default behaviour returns TRUE. */ virtual BOOL IsRawDataChannelNative() const; /**Check frame for a talk burst. This does the deadband calculations on the average signal levels returned by the GetAverageSignalLevel() function and based on the levelThreshold, signalDeadbandFrames and silenceDeadbandFrames member variables. */ virtual BOOL DetectSilence(); /**Calculate the energy in the audio stream. This is called from within DetectSilence() to calculate the average energy since the last call to DetectSilence(). */ virtual unsigned GetAverageSignalLevel(); PINDEX GetCodecTableIndex() const { return codecTableIndex; } protected: PINDEX codecTableIndex; unsigned packetSize; unsigned missedCount; BYTE lastSID[4]; BOOL lastFrameWasSignal; }; #endif // __OPAL_LID_H // End of File /////////////////////////////////////////////////////////////// openh323_v1_18_0/include/mcspdu.h0100644000176200056700000015442010034005721016715 0ustar releasepostincr// // mcspdu.h // // Code automatically generated by asnparse. // #if ! H323_DISABLE_MCS #ifndef __MCS_H #define __MCS_H #ifdef P_USE_PRAGMA #pragma interface #endif #include // // ChannelId // class MCS_ChannelId : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_ChannelId, PASN_Integer); #endif public: MCS_ChannelId(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); MCS_ChannelId & operator=(int v); MCS_ChannelId & operator=(unsigned v); PObject * Clone() const; }; // // StaticChannelId // class MCS_StaticChannelId : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_StaticChannelId, PASN_Integer); #endif public: MCS_StaticChannelId(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); MCS_StaticChannelId & operator=(int v); MCS_StaticChannelId & operator=(unsigned v); PObject * Clone() const; }; // // DynamicChannelId // class MCS_DynamicChannelId : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_DynamicChannelId, PASN_Integer); #endif public: MCS_DynamicChannelId(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); MCS_DynamicChannelId & operator=(int v); MCS_DynamicChannelId & operator=(unsigned v); PObject * Clone() const; }; // // UserId // class MCS_UserId : public MCS_DynamicChannelId { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_UserId, MCS_DynamicChannelId); #endif public: MCS_UserId(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); MCS_UserId & operator=(int v); MCS_UserId & operator=(unsigned v); PObject * Clone() const; }; // // PrivateChannelId // class MCS_PrivateChannelId : public MCS_DynamicChannelId { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_PrivateChannelId, MCS_DynamicChannelId); #endif public: MCS_PrivateChannelId(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); MCS_PrivateChannelId & operator=(int v); MCS_PrivateChannelId & operator=(unsigned v); PObject * Clone() const; }; // // AssignedChannelId // class MCS_AssignedChannelId : public MCS_DynamicChannelId { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_AssignedChannelId, MCS_DynamicChannelId); #endif public: MCS_AssignedChannelId(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); MCS_AssignedChannelId & operator=(int v); MCS_AssignedChannelId & operator=(unsigned v); PObject * Clone() const; }; // // TokenId // class MCS_TokenId : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_TokenId, PASN_Integer); #endif public: MCS_TokenId(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); MCS_TokenId & operator=(int v); MCS_TokenId & operator=(unsigned v); PObject * Clone() const; }; // // TokenStatus // class MCS_TokenStatus : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_TokenStatus, PASN_Enumeration); #endif public: MCS_TokenStatus(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_notInUse, e_selfGrabbed, e_otherGrabbed, e_selfInhibited, e_otherInhibited, e_selfRecipient, e_selfGiving, e_otherGiving }; MCS_TokenStatus & operator=(unsigned v); PObject * Clone() const; }; // // DataPriority // class MCS_DataPriority : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_DataPriority, PASN_Enumeration); #endif public: MCS_DataPriority(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_top, e_high, e_medium, e_low }; MCS_DataPriority & operator=(unsigned v); PObject * Clone() const; }; // // Segmentation // class MCS_Segmentation : public PASN_BitString { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_Segmentation, PASN_BitString); #endif public: MCS_Segmentation(unsigned tag = UniversalBitString, TagClass tagClass = UniversalTagClass); PObject * Clone() const; }; // // DomainParameters // class MCS_DomainParameters : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_DomainParameters, PASN_Sequence); #endif public: MCS_DomainParameters(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_maxChannelIds; PASN_Integer m_maxUserIds; PASN_Integer m_maxTokenIds; PASN_Integer m_numPriorities; PASN_Integer m_minThroughput; PASN_Integer m_maxHeight; PASN_Integer m_maxMCSPDUsize; PASN_Integer m_protocolVersion; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // Connect-Initial // class MCS_Connect_Initial : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_Connect_Initial, PASN_Sequence); #endif public: MCS_Connect_Initial(unsigned tag = 101, TagClass tagClass = ApplicationTagClass); PASN_OctetString m_callingDomainSelector; PASN_OctetString m_calledDomainSelector; PASN_Boolean m_upwardFlag; MCS_DomainParameters m_targetParameters; MCS_DomainParameters m_minimumParameters; MCS_DomainParameters m_maximumParameters; PASN_OctetString m_userData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // Connect-Additional // class MCS_Connect_Additional : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_Connect_Additional, PASN_Sequence); #endif public: MCS_Connect_Additional(unsigned tag = 103, TagClass tagClass = ApplicationTagClass); PASN_Integer m_calledConnectId; MCS_DataPriority m_dataPriority; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // PDin // class MCS_PDin : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_PDin, PASN_Sequence); #endif public: MCS_PDin(unsigned tag = 0, TagClass tagClass = ApplicationTagClass); PASN_Integer m_heightLimit; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // EDrq // class MCS_EDrq : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_EDrq, PASN_Sequence); #endif public: MCS_EDrq(unsigned tag = 1, TagClass tagClass = ApplicationTagClass); PASN_Integer m_subHeight; PASN_Integer m_subInterval; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ChannelAttributes // class MCS_ChannelAttributes_static; class MCS_ChannelAttributes_userId; class MCS_ChannelAttributes_private; class MCS_ChannelAttributes_assigned; class MCS_ChannelAttributes : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_ChannelAttributes, PASN_Choice); #endif public: MCS_ChannelAttributes(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_static, e_userId, e_private, e_assigned }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_ChannelAttributes_static &() const; #else operator MCS_ChannelAttributes_static &(); operator const MCS_ChannelAttributes_static &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_ChannelAttributes_userId &() const; #else operator MCS_ChannelAttributes_userId &(); operator const MCS_ChannelAttributes_userId &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_ChannelAttributes_private &() const; #else operator MCS_ChannelAttributes_private &(); operator const MCS_ChannelAttributes_private &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_ChannelAttributes_assigned &() const; #else operator MCS_ChannelAttributes_assigned &(); operator const MCS_ChannelAttributes_assigned &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // TokenAttributes // class MCS_TokenAttributes_grabbed; class MCS_TokenAttributes_inhibited; class MCS_TokenAttributes_giving; class MCS_TokenAttributes_ungivable; class MCS_TokenAttributes_given; class MCS_TokenAttributes : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_TokenAttributes, PASN_Choice); #endif public: MCS_TokenAttributes(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_grabbed, e_inhibited, e_giving, e_ungivable, e_given }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_TokenAttributes_grabbed &() const; #else operator MCS_TokenAttributes_grabbed &(); operator const MCS_TokenAttributes_grabbed &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_TokenAttributes_inhibited &() const; #else operator MCS_TokenAttributes_inhibited &(); operator const MCS_TokenAttributes_inhibited &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_TokenAttributes_giving &() const; #else operator MCS_TokenAttributes_giving &(); operator const MCS_TokenAttributes_giving &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_TokenAttributes_ungivable &() const; #else operator MCS_TokenAttributes_ungivable &(); operator const MCS_TokenAttributes_ungivable &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_TokenAttributes_given &() const; #else operator MCS_TokenAttributes_given &(); operator const MCS_TokenAttributes_given &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // AUrq // class MCS_AUrq : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_AUrq, PASN_Sequence); #endif public: MCS_AUrq(unsigned tag = 10, TagClass tagClass = ApplicationTagClass); PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif PObject * Clone() const; }; // // CJrq // class MCS_CJrq : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_CJrq, PASN_Sequence); #endif public: MCS_CJrq(unsigned tag = 14, TagClass tagClass = ApplicationTagClass); MCS_UserId m_initiator; MCS_ChannelId m_channelId; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CCrq // class MCS_CCrq : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_CCrq, PASN_Sequence); #endif public: MCS_CCrq(unsigned tag = 17, TagClass tagClass = ApplicationTagClass); MCS_UserId m_initiator; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CDrq // class MCS_CDrq : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_CDrq, PASN_Sequence); #endif public: MCS_CDrq(unsigned tag = 19, TagClass tagClass = ApplicationTagClass); MCS_UserId m_initiator; MCS_PrivateChannelId m_channelId; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CDin // class MCS_CDin : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_CDin, PASN_Sequence); #endif public: MCS_CDin(unsigned tag = 20, TagClass tagClass = ApplicationTagClass); MCS_PrivateChannelId m_channelId; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // SDrq // class MCS_SDrq : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_SDrq, PASN_Sequence); #endif public: MCS_SDrq(unsigned tag = 25, TagClass tagClass = ApplicationTagClass); MCS_UserId m_initiator; MCS_ChannelId m_channelId; MCS_DataPriority m_dataPriority; MCS_Segmentation m_segmentation; PASN_OctetString m_userData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // SDin // class MCS_SDin : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_SDin, PASN_Sequence); #endif public: MCS_SDin(unsigned tag = 26, TagClass tagClass = ApplicationTagClass); MCS_UserId m_initiator; MCS_ChannelId m_channelId; MCS_DataPriority m_dataPriority; MCS_Segmentation m_segmentation; PASN_OctetString m_userData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // USrq // class MCS_USrq : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_USrq, PASN_Sequence); #endif public: MCS_USrq(unsigned tag = 27, TagClass tagClass = ApplicationTagClass); MCS_UserId m_initiator; MCS_ChannelId m_channelId; MCS_DataPriority m_dataPriority; MCS_Segmentation m_segmentation; PASN_OctetString m_userData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // USin // class MCS_USin : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_USin, PASN_Sequence); #endif public: MCS_USin(unsigned tag = 28, TagClass tagClass = ApplicationTagClass); MCS_UserId m_initiator; MCS_ChannelId m_channelId; MCS_DataPriority m_dataPriority; MCS_Segmentation m_segmentation; PASN_OctetString m_userData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TGrq // class MCS_TGrq : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_TGrq, PASN_Sequence); #endif public: MCS_TGrq(unsigned tag = 29, TagClass tagClass = ApplicationTagClass); MCS_UserId m_initiator; MCS_TokenId m_tokenId; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TIrq // class MCS_TIrq : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_TIrq, PASN_Sequence); #endif public: MCS_TIrq(unsigned tag = 31, TagClass tagClass = ApplicationTagClass); MCS_UserId m_initiator; MCS_TokenId m_tokenId; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TVrq // class MCS_TVrq : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_TVrq, PASN_Sequence); #endif public: MCS_TVrq(unsigned tag = 33, TagClass tagClass = ApplicationTagClass); MCS_UserId m_initiator; MCS_TokenId m_tokenId; MCS_UserId m_recipient; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TVin // class MCS_TVin : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_TVin, PASN_Sequence); #endif public: MCS_TVin(unsigned tag = 34, TagClass tagClass = ApplicationTagClass); MCS_UserId m_initiator; MCS_TokenId m_tokenId; MCS_UserId m_recipient; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TPrq // class MCS_TPrq : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_TPrq, PASN_Sequence); #endif public: MCS_TPrq(unsigned tag = 37, TagClass tagClass = ApplicationTagClass); MCS_UserId m_initiator; MCS_TokenId m_tokenId; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TPin // class MCS_TPin : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_TPin, PASN_Sequence); #endif public: MCS_TPin(unsigned tag = 38, TagClass tagClass = ApplicationTagClass); MCS_UserId m_initiator; MCS_TokenId m_tokenId; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TRrq // class MCS_TRrq : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_TRrq, PASN_Sequence); #endif public: MCS_TRrq(unsigned tag = 39, TagClass tagClass = ApplicationTagClass); MCS_UserId m_initiator; MCS_TokenId m_tokenId; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TTrq // class MCS_TTrq : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_TTrq, PASN_Sequence); #endif public: MCS_TTrq(unsigned tag = 41, TagClass tagClass = ApplicationTagClass); MCS_UserId m_initiator; MCS_TokenId m_tokenId; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TTcf // class MCS_TTcf : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_TTcf, PASN_Sequence); #endif public: MCS_TTcf(unsigned tag = 42, TagClass tagClass = ApplicationTagClass); MCS_UserId m_initiator; MCS_TokenId m_tokenId; MCS_TokenStatus m_tokenStatus; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // Reason // class MCS_Reason : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_Reason, PASN_Enumeration); #endif public: MCS_Reason(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_rn_domain_disconnected, e_rn_provider_initiated, e_rn_token_purged, e_rn_user_requested, e_rn_channel_purged }; MCS_Reason & operator=(unsigned v); PObject * Clone() const; }; // // Result // class MCS_Result : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_Result, PASN_Enumeration); #endif public: MCS_Result(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_rt_successful, e_rt_domain_merging, e_rt_domain_not_hierarchical, e_rt_no_such_channel, e_rt_no_such_domain, e_rt_no_such_user, e_rt_not_admitted, e_rt_other_user_id, e_rt_parameters_unacceptable, e_rt_token_not_available, e_rt_token_not_possessed, e_rt_too_many_channels, e_rt_too_many_tokens, e_rt_too_many_users, e_rt_unspecified_failure, e_rt_user_rejected }; MCS_Result & operator=(unsigned v); PObject * Clone() const; }; // // Diagnostic // class MCS_Diagnostic : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_Diagnostic, PASN_Enumeration); #endif public: MCS_Diagnostic(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_dc_inconsistent_merge, e_dc_forbidden_PDU_downward, e_dc_forbidden_PDU_upward, e_dc_invalid_BER_encoding, e_dc_invalid_PER_encoding, e_dc_misrouted_user, e_dc_unrequested_confirm, e_dc_wrong_transport_priority, e_dc_channel_id_conflict, e_dc_token_id_conflict, e_dc_not_user_id_channel, e_dc_too_many_channels, e_dc_too_many_tokens, e_dc_too_many_users }; MCS_Diagnostic & operator=(unsigned v); PObject * Clone() const; }; // // ConnectMCSPDU // class MCS_Connect_Initial; class MCS_Connect_Response; class MCS_Connect_Additional; class MCS_Connect_Result; class MCS_ConnectMCSPDU : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_ConnectMCSPDU, PASN_Choice); #endif public: MCS_ConnectMCSPDU(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_connect_initial = 101, e_connect_response, e_connect_additional, e_connect_result }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_Connect_Initial &() const; #else operator MCS_Connect_Initial &(); operator const MCS_Connect_Initial &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_Connect_Response &() const; #else operator MCS_Connect_Response &(); operator const MCS_Connect_Response &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_Connect_Additional &() const; #else operator MCS_Connect_Additional &(); operator const MCS_Connect_Additional &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_Connect_Result &() const; #else operator MCS_Connect_Result &(); operator const MCS_Connect_Result &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // DomainMCSPDU // class MCS_PDin; class MCS_EDrq; class MCS_MCrq; class MCS_MCcf; class MCS_PCin; class MCS_MTrq; class MCS_MTcf; class MCS_PTin; class MCS_DPum; class MCS_RJum; class MCS_AUrq; class MCS_AUcf; class MCS_DUrq; class MCS_DUin; class MCS_CJrq; class MCS_CJcf; class MCS_CLrq; class MCS_CCrq; class MCS_CCcf; class MCS_CDrq; class MCS_CDin; class MCS_CArq; class MCS_CAin; class MCS_CErq; class MCS_CEin; class MCS_SDrq; class MCS_SDin; class MCS_USrq; class MCS_USin; class MCS_TGrq; class MCS_TGcf; class MCS_TIrq; class MCS_TIcf; class MCS_TVrq; class MCS_TVin; class MCS_TVrs; class MCS_TVcf; class MCS_TPrq; class MCS_TPin; class MCS_TRrq; class MCS_TRcf; class MCS_TTrq; class MCS_TTcf; class MCS_DomainMCSPDU : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_DomainMCSPDU, PASN_Choice); #endif public: MCS_DomainMCSPDU(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_pdin, e_edrq, e_mcrq, e_mccf, e_pcin, e_mtrq, e_mtcf, e_ptin, e_dpum, e_rjum, e_aurq, e_aucf, e_durq, e_duin, e_cjrq, e_cjcf, e_clrq, e_ccrq, e_cccf, e_cdrq, e_cdin, e_carq, e_cain, e_cerq, e_cein, e_sdrq, e_sdin, e_usrq, e_usin, e_tgrq, e_tgcf, e_tirq, e_ticf, e_tvrq, e_tvin, e_tvrs, e_tvcf, e_tprq, e_tpin, e_trrq, e_trcf, e_ttrq, e_ttcf }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_PDin &() const; #else operator MCS_PDin &(); operator const MCS_PDin &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_EDrq &() const; #else operator MCS_EDrq &(); operator const MCS_EDrq &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_MCrq &() const; #else operator MCS_MCrq &(); operator const MCS_MCrq &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_MCcf &() const; #else operator MCS_MCcf &(); operator const MCS_MCcf &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_PCin &() const; #else operator MCS_PCin &(); operator const MCS_PCin &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_MTrq &() const; #else operator MCS_MTrq &(); operator const MCS_MTrq &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_MTcf &() const; #else operator MCS_MTcf &(); operator const MCS_MTcf &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_PTin &() const; #else operator MCS_PTin &(); operator const MCS_PTin &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_DPum &() const; #else operator MCS_DPum &(); operator const MCS_DPum &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_RJum &() const; #else operator MCS_RJum &(); operator const MCS_RJum &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_AUrq &() const; #else operator MCS_AUrq &(); operator const MCS_AUrq &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_AUcf &() const; #else operator MCS_AUcf &(); operator const MCS_AUcf &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_DUrq &() const; #else operator MCS_DUrq &(); operator const MCS_DUrq &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_DUin &() const; #else operator MCS_DUin &(); operator const MCS_DUin &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_CJrq &() const; #else operator MCS_CJrq &(); operator const MCS_CJrq &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_CJcf &() const; #else operator MCS_CJcf &(); operator const MCS_CJcf &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_CLrq &() const; #else operator MCS_CLrq &(); operator const MCS_CLrq &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_CCrq &() const; #else operator MCS_CCrq &(); operator const MCS_CCrq &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_CCcf &() const; #else operator MCS_CCcf &(); operator const MCS_CCcf &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_CDrq &() const; #else operator MCS_CDrq &(); operator const MCS_CDrq &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_CDin &() const; #else operator MCS_CDin &(); operator const MCS_CDin &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_CArq &() const; #else operator MCS_CArq &(); operator const MCS_CArq &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_CAin &() const; #else operator MCS_CAin &(); operator const MCS_CAin &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_CErq &() const; #else operator MCS_CErq &(); operator const MCS_CErq &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_CEin &() const; #else operator MCS_CEin &(); operator const MCS_CEin &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_SDrq &() const; #else operator MCS_SDrq &(); operator const MCS_SDrq &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_SDin &() const; #else operator MCS_SDin &(); operator const MCS_SDin &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_USrq &() const; #else operator MCS_USrq &(); operator const MCS_USrq &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_USin &() const; #else operator MCS_USin &(); operator const MCS_USin &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_TGrq &() const; #else operator MCS_TGrq &(); operator const MCS_TGrq &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_TGcf &() const; #else operator MCS_TGcf &(); operator const MCS_TGcf &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_TIrq &() const; #else operator MCS_TIrq &(); operator const MCS_TIrq &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_TIcf &() const; #else operator MCS_TIcf &(); operator const MCS_TIcf &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_TVrq &() const; #else operator MCS_TVrq &(); operator const MCS_TVrq &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_TVin &() const; #else operator MCS_TVin &(); operator const MCS_TVin &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_TVrs &() const; #else operator MCS_TVrs &(); operator const MCS_TVrs &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_TVcf &() const; #else operator MCS_TVcf &(); operator const MCS_TVcf &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_TPrq &() const; #else operator MCS_TPrq &(); operator const MCS_TPrq &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_TPin &() const; #else operator MCS_TPin &(); operator const MCS_TPin &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_TRrq &() const; #else operator MCS_TRrq &(); operator const MCS_TRrq &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_TRcf &() const; #else operator MCS_TRcf &(); operator const MCS_TRcf &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_TTrq &() const; #else operator MCS_TTrq &(); operator const MCS_TTrq &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator MCS_TTcf &() const; #else operator MCS_TTcf &(); operator const MCS_TTcf &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // ChannelAttributes_static // class MCS_ChannelAttributes_static : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_ChannelAttributes_static, PASN_Sequence); #endif public: MCS_ChannelAttributes_static(unsigned tag = 0, TagClass tagClass = ContextSpecificTagClass); MCS_StaticChannelId m_channelId; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ChannelAttributes_userId // class MCS_ChannelAttributes_userId : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_ChannelAttributes_userId, PASN_Sequence); #endif public: MCS_ChannelAttributes_userId(unsigned tag = 1, TagClass tagClass = ContextSpecificTagClass); PASN_Boolean m_joined; MCS_UserId m_userId; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ChannelAttributes_assigned // class MCS_ChannelAttributes_assigned : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_ChannelAttributes_assigned, PASN_Sequence); #endif public: MCS_ChannelAttributes_assigned(unsigned tag = 3, TagClass tagClass = ContextSpecificTagClass); MCS_AssignedChannelId m_channelId; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ArrayOf_ChannelAttributes // class MCS_ChannelAttributes; class MCS_ArrayOf_ChannelAttributes : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_ArrayOf_ChannelAttributes, PASN_Array); #endif public: MCS_ArrayOf_ChannelAttributes(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; MCS_ChannelAttributes & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_ChannelId // class MCS_ChannelId; class MCS_ArrayOf_ChannelId : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_ArrayOf_ChannelId, PASN_Array); #endif public: MCS_ArrayOf_ChannelId(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; MCS_ChannelId & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_UserId // class MCS_UserId; class MCS_ArrayOf_UserId : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_ArrayOf_UserId, PASN_Array); #endif public: MCS_ArrayOf_UserId(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; MCS_UserId & operator[](PINDEX i) const; PObject * Clone() const; }; // // TokenAttributes_grabbed // class MCS_TokenAttributes_grabbed : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_TokenAttributes_grabbed, PASN_Sequence); #endif public: MCS_TokenAttributes_grabbed(unsigned tag = 0, TagClass tagClass = ContextSpecificTagClass); MCS_TokenId m_tokenId; MCS_UserId m_grabber; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TokenAttributes_inhibited // class MCS_TokenAttributes_inhibited : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_TokenAttributes_inhibited, PASN_Sequence); #endif public: MCS_TokenAttributes_inhibited(unsigned tag = 1, TagClass tagClass = ContextSpecificTagClass); MCS_TokenId m_tokenId; MCS_ArrayOf_UserId m_inhibitors; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TokenAttributes_giving // class MCS_TokenAttributes_giving : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_TokenAttributes_giving, PASN_Sequence); #endif public: MCS_TokenAttributes_giving(unsigned tag = 2, TagClass tagClass = ContextSpecificTagClass); MCS_TokenId m_tokenId; MCS_UserId m_grabber; MCS_UserId m_recipient; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TokenAttributes_ungivable // class MCS_TokenAttributes_ungivable : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_TokenAttributes_ungivable, PASN_Sequence); #endif public: MCS_TokenAttributes_ungivable(unsigned tag = 3, TagClass tagClass = ContextSpecificTagClass); MCS_TokenId m_tokenId; MCS_UserId m_grabber; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TokenAttributes_given // class MCS_TokenAttributes_given : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_TokenAttributes_given, PASN_Sequence); #endif public: MCS_TokenAttributes_given(unsigned tag = 4, TagClass tagClass = ContextSpecificTagClass); MCS_TokenId m_tokenId; MCS_UserId m_recipient; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ArrayOf_TokenAttributes // class MCS_TokenAttributes; class MCS_ArrayOf_TokenAttributes : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_ArrayOf_TokenAttributes, PASN_Array); #endif public: MCS_ArrayOf_TokenAttributes(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; MCS_TokenAttributes & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_TokenId // class MCS_TokenId; class MCS_ArrayOf_TokenId : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_ArrayOf_TokenId, PASN_Array); #endif public: MCS_ArrayOf_TokenId(unsigned tag = UniversalSet, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; MCS_TokenId & operator[](PINDEX i) const; PObject * Clone() const; }; // // Connect-Response // class MCS_Connect_Response : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_Connect_Response, PASN_Sequence); #endif public: MCS_Connect_Response(unsigned tag = 102, TagClass tagClass = ApplicationTagClass); MCS_Result m_result; PASN_Integer m_calledConnectId; MCS_DomainParameters m_domainParameters; PASN_OctetString m_userData; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // Connect-Result // class MCS_Connect_Result : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_Connect_Result, PASN_Sequence); #endif public: MCS_Connect_Result(unsigned tag = 104, TagClass tagClass = ApplicationTagClass); MCS_Result m_result; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MCrq // class MCS_MCrq : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_MCrq, PASN_Sequence); #endif public: MCS_MCrq(unsigned tag = 2, TagClass tagClass = ApplicationTagClass); MCS_ArrayOf_ChannelAttributes m_mergeChannels; MCS_ArrayOf_ChannelId m_purgeChannelIds; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MCcf // class MCS_MCcf : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_MCcf, PASN_Sequence); #endif public: MCS_MCcf(unsigned tag = 3, TagClass tagClass = ApplicationTagClass); MCS_ArrayOf_ChannelAttributes m_mergeChannels; MCS_ArrayOf_ChannelId m_purgeChannelIds; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // PCin // class MCS_PCin : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_PCin, PASN_Sequence); #endif public: MCS_PCin(unsigned tag = 4, TagClass tagClass = ApplicationTagClass); MCS_ArrayOf_UserId m_detachUserIds; MCS_ArrayOf_ChannelId m_purgeChannelIds; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MTrq // class MCS_MTrq : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_MTrq, PASN_Sequence); #endif public: MCS_MTrq(unsigned tag = 5, TagClass tagClass = ApplicationTagClass); MCS_ArrayOf_TokenAttributes m_mergeTokens; MCS_ArrayOf_TokenId m_purgeTokenIds; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // MTcf // class MCS_MTcf : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_MTcf, PASN_Sequence); #endif public: MCS_MTcf(unsigned tag = 6, TagClass tagClass = ApplicationTagClass); MCS_ArrayOf_TokenAttributes m_mergeTokens; MCS_ArrayOf_TokenId m_purgeTokenIds; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // PTin // class MCS_PTin : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_PTin, PASN_Sequence); #endif public: MCS_PTin(unsigned tag = 7, TagClass tagClass = ApplicationTagClass); MCS_ArrayOf_TokenId m_purgeTokenIds; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // DPum // class MCS_DPum : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_DPum, PASN_Sequence); #endif public: MCS_DPum(unsigned tag = 8, TagClass tagClass = ApplicationTagClass); MCS_Reason m_reason; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // RJum // class MCS_RJum : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_RJum, PASN_Sequence); #endif public: MCS_RJum(unsigned tag = 9, TagClass tagClass = ApplicationTagClass); MCS_Diagnostic m_diagnostic; PASN_OctetString m_initialOctets; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // AUcf // class MCS_AUcf : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_AUcf, PASN_Sequence); #endif public: MCS_AUcf(unsigned tag = 11, TagClass tagClass = ApplicationTagClass); enum OptionalFields { e_initiator }; MCS_Result m_result; MCS_UserId m_initiator; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // DUrq // class MCS_DUrq : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_DUrq, PASN_Sequence); #endif public: MCS_DUrq(unsigned tag = 12, TagClass tagClass = ApplicationTagClass); MCS_Reason m_reason; MCS_ArrayOf_UserId m_userIds; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // DUin // class MCS_DUin : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_DUin, PASN_Sequence); #endif public: MCS_DUin(unsigned tag = 13, TagClass tagClass = ApplicationTagClass); MCS_Reason m_reason; MCS_ArrayOf_UserId m_userIds; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CJcf // class MCS_CJcf : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_CJcf, PASN_Sequence); #endif public: MCS_CJcf(unsigned tag = 15, TagClass tagClass = ApplicationTagClass); enum OptionalFields { e_channelId }; MCS_Result m_result; MCS_UserId m_initiator; MCS_ChannelId m_requested; MCS_ChannelId m_channelId; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CLrq // class MCS_CLrq : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_CLrq, PASN_Sequence); #endif public: MCS_CLrq(unsigned tag = 16, TagClass tagClass = ApplicationTagClass); MCS_ArrayOf_ChannelId m_channelIds; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CCcf // class MCS_CCcf : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_CCcf, PASN_Sequence); #endif public: MCS_CCcf(unsigned tag = 18, TagClass tagClass = ApplicationTagClass); enum OptionalFields { e_channelId }; MCS_Result m_result; MCS_UserId m_initiator; MCS_PrivateChannelId m_channelId; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CArq // class MCS_CArq : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_CArq, PASN_Sequence); #endif public: MCS_CArq(unsigned tag = 21, TagClass tagClass = ApplicationTagClass); MCS_UserId m_initiator; MCS_PrivateChannelId m_channelId; MCS_ArrayOf_UserId m_userIds; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CAin // class MCS_CAin : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_CAin, PASN_Sequence); #endif public: MCS_CAin(unsigned tag = 22, TagClass tagClass = ApplicationTagClass); MCS_UserId m_initiator; MCS_PrivateChannelId m_channelId; MCS_ArrayOf_UserId m_userIds; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CErq // class MCS_CErq : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_CErq, PASN_Sequence); #endif public: MCS_CErq(unsigned tag = 23, TagClass tagClass = ApplicationTagClass); MCS_UserId m_initiator; MCS_PrivateChannelId m_channelId; MCS_ArrayOf_UserId m_userIds; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // CEin // class MCS_CEin : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_CEin, PASN_Sequence); #endif public: MCS_CEin(unsigned tag = 24, TagClass tagClass = ApplicationTagClass); MCS_PrivateChannelId m_channelId; MCS_ArrayOf_UserId m_userIds; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TGcf // class MCS_TGcf : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_TGcf, PASN_Sequence); #endif public: MCS_TGcf(unsigned tag = 30, TagClass tagClass = ApplicationTagClass); MCS_Result m_result; MCS_UserId m_initiator; MCS_TokenId m_tokenId; MCS_TokenStatus m_tokenStatus; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TIcf // class MCS_TIcf : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_TIcf, PASN_Sequence); #endif public: MCS_TIcf(unsigned tag = 32, TagClass tagClass = ApplicationTagClass); MCS_Result m_result; MCS_UserId m_initiator; MCS_TokenId m_tokenId; MCS_TokenStatus m_tokenStatus; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TVrs // class MCS_TVrs : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_TVrs, PASN_Sequence); #endif public: MCS_TVrs(unsigned tag = 35, TagClass tagClass = ApplicationTagClass); MCS_Result m_result; MCS_UserId m_recipient; MCS_TokenId m_tokenId; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TVcf // class MCS_TVcf : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_TVcf, PASN_Sequence); #endif public: MCS_TVcf(unsigned tag = 36, TagClass tagClass = ApplicationTagClass); MCS_Result m_result; MCS_UserId m_initiator; MCS_TokenId m_tokenId; MCS_TokenStatus m_tokenStatus; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // TRcf // class MCS_TRcf : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_TRcf, PASN_Sequence); #endif public: MCS_TRcf(unsigned tag = 40, TagClass tagClass = ApplicationTagClass); MCS_Result m_result; MCS_UserId m_initiator; MCS_TokenId m_tokenId; MCS_TokenStatus m_tokenStatus; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ChannelAttributes_private // class MCS_ChannelAttributes_private : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(MCS_ChannelAttributes_private, PASN_Sequence); #endif public: MCS_ChannelAttributes_private(unsigned tag = 2, TagClass tagClass = ContextSpecificTagClass); PASN_Boolean m_joined; MCS_PrivateChannelId m_channelId; MCS_UserId m_manager; MCS_ArrayOf_UserId m_admitted; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; #endif // __MCS_H #endif // if ! H323_DISABLE_MCS // End of mcspdu.h openh323_v1_18_0/include/mediafmt.h0100644000176200056700000003071510343321575017223 0ustar releasepostincr/* * mediafmt.h * * Media Format descriptions * * Open H323 Library * * Copyright (c) 1998-2001 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: mediafmt.h,v $ * Revision 1.24 2005/11/30 13:05:01 csoutheren * Changed tags for Doxygen * * Revision 1.23 2005/08/13 19:35:57 shorne * Fix compile error on MSVC6 * * Revision 1.22 2004/07/07 08:04:54 csoutheren * Added video codecs to default codec list, but H.263 is only loaded if the .so/DLL is found * * Revision 1.21 2004/07/07 03:52:12 csoutheren * Fixed incorrect strings returned by GetFormatName on G.711 codecs * * Revision 1.20 2004/06/30 12:31:09 rjongbloed * Rewrite of plug in system to use single global variable for all factories to avoid all sorts * of issues with startup orders and Windows DLL multiple instances. * * Revision 1.19 2004/05/23 12:49:20 rjongbloed * Tidied some of the OpalMediaFormat usage after abandoning some previous * code due to MSVC6 compiler bug. * * Revision 1.18 2004/05/20 02:07:28 csoutheren * Use macro to work around MSVC internal compiler errors * * Revision 1.17 2004/05/19 07:38:22 csoutheren * Changed OpalMediaFormat handling to use abstract factory method functions * * Revision 1.16 2004/05/03 00:52:23 csoutheren * Fixed problem with OpalMediaFormat::GetMediaFormatsList * Added new version of OpalMediaFormat::GetMediaFormatsList that minimses copying * * Revision 1.15 2004/04/03 10:38:24 csoutheren * Added in initial cut at codec plugin code. Branches are for wimps :) * * Revision 1.14.2.1 2004/03/31 11:11:59 csoutheren * Initial public release of plugin codec code * * Revision 1.14 2004/02/26 08:19:31 csoutheren * Fixed threading problem with GetMediaFormatList * * Revision 1.13 2002/12/02 03:06:26 robertj * Fixed over zealous removal of code when NO_AUDIO_CODECS set. * * Revision 1.12 2002/09/16 01:14:15 robertj * Added #define so can select if #pragma interface/implementation is used on * platform basis (eg MacOS) rather than compiler, thanks Robert Monaghan. * * Revision 1.11 2002/09/03 06:19:37 robertj * Normalised the multi-include header prevention ifdef/define symbol. * * Revision 1.10 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.9 2002/06/25 08:30:08 robertj * Changes to differentiate between stright G.723.1 and G.723.1 Annex A using * the OLC dataType silenceSuppression field so does not send SID frames * to receiver codecs that do not understand them. * * Revision 1.8 2002/03/21 02:39:15 robertj * Added backward compatibility define * * Revision 1.7 2002/02/11 04:15:56 robertj * Put G.723.1 at 6.3kbps back to old string value of "G.723.1" to improve * backward compatibility. New #define is a synonym for it. * * Revision 1.6 2002/01/22 07:08:26 robertj * Added IllegalPayloadType enum as need marker for none set * and MaxPayloadType is a legal value. * * Revision 1.5 2001/12/11 04:27:50 craigs * Added support for 5.3kbps G723.1 * * Revision 1.4 2001/09/21 02:49:44 robertj * Implemented static object for all "known" media formats. * Added default session ID to media format description. * * Revision 1.3 2001/05/11 04:43:41 robertj * Added variable names for standard PCM-16 media format name. * * Revision 1.2 2001/02/09 05:16:24 robertj * Added #pragma interface for GNU C++. * * Revision 1.1 2001/01/25 07:27:14 robertj * Major changes to add more flexible OpalMediaFormat class to normalise * all information about media types, especially codecs. * */ #ifndef __OPAL_MEDIAFMT_H #define __OPAL_MEDIAFMT_H #ifdef P_USE_PRAGMA #pragma interface #endif #include "rtp.h" /////////////////////////////////////////////////////////////////////////////// /**This class describes a media format as used in the OPAL system. A media format is the type of any media data that is trasferred between OPAL entities. For example an audio codec such as G.723.1 is a media format, a video codec such as H.261 is also a media format. */ class OpalMediaFormat : public PCaselessString { PCLASSINFO(OpalMediaFormat, PCaselessString); public: PLIST(List, OpalMediaFormat); /**Default constructor creates a PCM-16 media format. */ OpalMediaFormat(); /**A constructor that only has a string name will search through the RegisteredMediaFormats list for the full specification so the other information fields can be set from the database. */ OpalMediaFormat( const char * search, ///< Name to search for BOOL exact = TRUE ///< Flag for if search is to match name exactly ); /**Return TRUE if media format info is valid. This may be used if the single string constructor is used to check that it matched something in the registered media formats database. */ BOOL IsValid() const { return rtpPayloadType <= RTP_DataFrame::MaxPayloadType; } /**Get the RTP payload type that is to be used for this media format. This will either be an intrinsic one for the media format eg GSM or it will be automatically calculated as a dynamic media format that will be uniqueue amongst the registered media formats. */ RTP_DataFrame::PayloadTypes GetPayloadType() const { return rtpPayloadType; } enum { DefaultAudioSessionID = 1, DefaultVideoSessionID = 2, DefaultDataSessionID = 3 }; /**Get the default session ID for media format. */ unsigned GetDefaultSessionID() const { return defaultSessionID; } /**Determine if the media format requires a jitter buffer. As a rule an audio codec needs a jitter buffer and all others do not. */ BOOL NeedsJitterBuffer() const { return needsJitter; } /**Get the average bandwidth used in bits/second. */ unsigned GetBandwidth() const { return bandwidth; } /**Get the maximum frame size in bytes. If this returns zero then the media format has no intrinsic maximum frame size, eg G.711 would return zero but G.723.1 whoud return 24. */ PINDEX GetFrameSize() const { return frameSize; } /**Get the frame rate in RTP timestamp units. If this returns zero then the media format is not real time and has no intrinsic timing eg */ unsigned GetFrameTime() const { return frameTime; } /**Get the number of RTP timestamp units per millisecond. */ unsigned GetTimeUnits() const { return timeUnits; } enum StandardTimeUnits { AudioTimeUnits = 8, ///< 8kHz sample rate VideoTimeUnits = 90 ///< 90kHz sample rate }; /**Get the list of media formats that have been registered. */ static List GetRegisteredMediaFormats(); static void GetRegisteredMediaFormats(List & list); friend class OpalStaticMediaFormat; /**This form of the constructor will register the full details of the media format into an internal database. This would typically be used as a static global. In fact it would be very dangerous for an instance to use this constructor in any other way, especially local variables. If the rtpPayloadType is RTP_DataFrame::DynamicBase, then the RTP payload type is actually set to teh first unused dynamic RTP payload type that is in the registers set of media formats. The frameSize parameter indicates that the media format has a maximum size for each data frame, eg G.723.1 frames are no more than 24 bytes long. If zero then there is no intrinsic maximum, eg G.711. */ OpalMediaFormat( const char * fullName, ///< Full name of media format unsigned defaultSessionID, ///< Default session for codec type RTP_DataFrame::PayloadTypes rtpPayloadType, ///< RTP payload type code BOOL needsJitter, ///< Indicate format requires a jitter buffer unsigned bandwidth, ///< Bandwidth in bits/second PINDEX frameSize = 0, ///< Size of frame in bytes (if applicable) unsigned frameTime = 0, ///< Time for frame in RTP units (if applicable) unsigned timeUnits = 0, ///< RTP units for frameTime (if applicable) time_t timeStamp = 0 ///< timestamp (for versioning) ); protected: RTP_DataFrame::PayloadTypes rtpPayloadType; unsigned defaultSessionID; BOOL needsJitter; unsigned bandwidth; PINDEX frameSize; unsigned frameTime; unsigned timeUnits; time_t codecBaseTime; }; // List of known media formats #define OPAL_PCM16 "PCM-16" #define OPAL_G711_ULAW_64K "G.711-uLaw-64k" #define OPAL_G711_ALAW_64K "G.711-ALaw-64k" #define OPAL_G711_ULAW_56K "G.711-uLaw-56k" #define OPAL_G711_ALAW_56K "G.711-ALaw-56k" #define OPAL_G728 "G.728" #define OPAL_G729 "G.729" #define OPAL_G729A "G.729A" #define OPAL_G729B "G.729B" #define OPAL_G729AB "G.729A/B" #define OPAL_G7231 "G.723.1" #define OPAL_G7231_6k3 OPAL_G7231 #define OPAL_G7231_5k3 "G.723.1(5.3k)" #define OPAL_G7231A_6k3 "G.723.1A(6.3k)" #define OPAL_G7231A_5k3 "G.723.1A(5.3k)" #define OPAL_GSM0610 "GSM-06.10" extern char OpalPCM16[]; extern char OpalG711uLaw64k[]; extern char OpalG711ALaw64k[]; extern char OpalG728[]; extern char OpalG729[]; extern char OpalG729A[]; extern char OpalG729B[]; extern char OpalG729AB[]; extern char OpalG7231_6k3[]; extern char OpalG7231_5k3[]; extern char OpalG7231A_6k3[]; extern char OpalG7231A_5k3[]; extern char OpalGSM0610[]; #define OpalG711uLaw OpalG711uLaw64k #define OpalG711ALaw OpalG711ALaw64k #define OpalG7231 OpalG7231_6k3 // // Originally, the following inplace code was used instead of this macro: // // static PAbstractSingletonFactory // > opalPCM16Factory(OpalPCM16); // // This used the following macro: // // // template < // const char * _fullName, /// Full name of media format // unsigned _defaultSessionID, /// Default session for codec type // RTP_DataFrame::PayloadTypes _rtpPayloadType, /// RTP payload type code // BOOL _needsJitter, /// Indicate format requires a jitter buffer // unsigned _bandwidth, /// Bandwidth in bits/second // PINDEX _frameSize, /// Size of frame in bytes (if applicable) // unsigned _frameTime, /// Time for frame in RTP units (if applicable) // unsigned _timeUnits, /// RTP units for frameTime (if applicable) // time_t _timeStamp /// timestamp (for versioning) // > // class OpalStaticMediaFormatTemplate : public OpalStaticMediaFormat // { // public: // OpalStaticMediaFormatTemplate() // : OpalStaticMediaFormat(_fullName, _defaultSessionID, _rtpPayloadType, _needsJitter, _bandwidth // , _frameSize, _frameTime, _timeUnits, _timeStamp ) // { } // }; // // Unfortauntely, MSVC 6 did not like this so this crappy macro has to be used instead of a template // typedef PFactory OpalMediaFormatFactory; #define OPAL_MEDIA_FORMAT_DECLARE(classname, _fullName, _defaultSessionID, _rtpPayloadType, _needsJitter,_bandwidth, _frameSize, _frameTime, _timeUnits, _timeStamp) \ class classname : public OpalMediaFormat \ { \ public: \ classname() \ : OpalMediaFormat(_fullName, _defaultSessionID, _rtpPayloadType, _needsJitter, _bandwidth, \ _frameSize, _frameTime, _timeUnits, _timeStamp){} \ }; \ OpalMediaFormatFactory::Worker classname##Factory(_fullName, true); \ #endif // __OPAL_MEDIAFMT_H // End of File /////////////////////////////////////////////////////////////// openh323_v1_18_0/include/opalosp.h0100644000176200056700000004076310351663602017115 0ustar releasepostincr/* * opalosp.h * * OSP protocol handler * * OpenH323 Library * * Copyright (C) 2004 Post Increment * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Post Increment * * This code was written with assistance from TransNexus, Inc. * http://www.transnexus.com * * Contributor(s): ______________________________________. * * $Log: opalosp.h,v $ * Revision 1.16 2005/12/20 02:08:02 csoutheren * Look for called and calling number information in Q.931 header for OSP validation * * Revision 1.15 2005/12/02 00:07:12 csoutheren * Look for calling number information in Q.931 header * * Revision 1.14 2005/11/30 13:05:01 csoutheren * Changed tags for Doxygen * * Revision 1.13 2005/10/13 12:34:47 csoutheren * Removed redundant inline statement * * Revision 1.12 2005/09/16 08:08:36 csoutheren * Split ReportUsage from CallEnd function * * Revision 1.11 2005/08/30 08:30:14 csoutheren * Added support for setting connection count on OSP server * * Revision 1.10 2005/08/27 02:11:58 csoutheren * Added support for different pthread library required by new OSP toolkit on Windows * Added support for new parameters to GetFirst and GetNext * Fixed incorrect usage of destination address and destination device * * Revision 1.9 2005/08/15 01:58:13 csoutheren * Adde support for version 3.3.2 of the OSP Toolkit * * Revision 1.8 2005/07/25 01:23:28 csoutheren * Added ability to select token algorithm when validating OSP tokens * * Revision 1.7 2005/01/03 06:25:52 csoutheren * Added extensive support for disabling code modules at compile time * * Revision 1.6 2004/12/20 02:32:34 csoutheren * Cleeaned up OSP functions * * Revision 1.5 2004/12/16 00:34:35 csoutheren * Fixed reporting of call end time and code * Added GetNextDestination * * Revision 1.4 2004/12/14 06:22:21 csoutheren * More OSP implementation * * Revision 1.3 2004/12/09 23:38:34 csoutheren * More OSP implementation * * Revision 1.2 2004/12/08 05:16:13 csoutheren * Fixed OSP compilation on Linux * * Revision 1.1 2004/12/08 01:59:23 csoutheren * initial support for Transnexus OSP toolkit * */ #ifndef __OSP_H #define __OSP_H #ifdef P_USE_PRAGMA #pragma interface #endif #include "openh323buildopts.h" #include #include #include "transports.h" #include "h225.h" class H225_AliasAddress; class H323SignalPDU; class H225_Setup_UUIE; class H225_AdmissionRequest; class H323Connection; #ifdef H323_TRANSNEXUS_OSP /** * This file implements a simple interface to the Transnexus OSP Toolkit. */ // include the Transnexus headers #include namespace OpalOSP { #define DECLARE_GET_SET(var, suffix, type) \ public: \ void Set##suffix(type v) { var = v; } \ type Get##suffix() const { return var; } \ protected: \ type var; \ /////////////////////////////////////////////////////////////////////////////// // // Global functions (inside the OpalOSP namespace) // /** Initialise or uninitialise the OSP toolkit. This function is idempotent * */ void Initialise(BOOL uninitialise = FALSE); /** Format various datatypes as required by the OSP toolkit */ PString AddressToOSPString( const PString & taddr ///< hostname or dotted quad ); H323TransportAddress OSPStringToAddress( const PString & str, WORD defaultPort ); PString TransportAddressToOSPString( const H323TransportAddress & taddr ///< H323 transport address ); inline PString TransportAddressToOSPString( const H225_TransportAddress & taddr ///< H323 transport address ) { return TransportAddressToOSPString(H323TransportAddress(taddr)); } /** Decompose a H.225 Alias Address into the parts needed for the OSP toolkit */ BOOL ConvertAliasToOSPString( const H225_AliasAddress & alias, ///< alias address to decompose int & format, ///< enum format type (see OSPE_NUMBERING_FORMAT) PString & str ///< string component ); inline PString IpAddressToOSPString( const PIPSocket::Address & addr ) { return psprintf("[%d.%d.%d.%d]", addr.Byte1(), addr.Byte2(), addr.Byte3(), addr.Byte4()); } inline PString IpAddressPortToOSPString( const PIPSocket::Address & addr, ///< IP address of OSP service provider WORD port ///< port of OSP service provider); ) { return psprintf("[%d.%d.%d.%d]:%d", addr.Byte1(), addr.Byte2(), addr.Byte3(), addr.Byte4(), port); } ////////////////////////////////////////////////////////////////////////////// /** * This class abstracts the concept of an OSP service provider */ class Provider : public PObject { PCLASSINFO(Provider, PObject); public: enum { IllegalHandle = -1 }; /** Create an empty OSP provider object */ Provider(); /** Destroy an OSP provider object. * This will call Close if the provider was opened */ ~Provider(); /** Open an OSP provider object given a hostname. * The SSL keys required for the connections are assumed to be in the following filenames: * hostname_priv.pem private key * hostname_cert.pem public key (as cert) * hostname_cacert.pem CA cert */ inline int Open( const PString & servicePoint ///< URL of OSP service provider ) { return Open(servicePoint, PDirectory()); } int Open( const PString & servicePoint, ///< URL of OSP service provider const PDirectory & certDir ///< Directory containing certificates ); /** Open an OSP provider object given key filenames */ int Open( const PString & servicePoint, ///< URL of OSP service provider const PFilePath & localPrivateKeyName, ///< filename of file with local private key const PFilePath & localPublicCertName, ///< filename of file with local public key (as cert) const PFilePath & localAuthCertName ///< filename of file with OSP CA cert ); /** Open an OSP provider object given key objects */ int Open( const PString & servicePoint, ///< URL or IP address of OSP PSSLPrivateKey & localPrivateKey, ///< local private key PSSLCertificate & localPublicCert, ///< local public key (as cert) PSSLCertificate & localAuthCert ///< OSP CA cert ); /** Close connection to an OSP service provider */ int Close(); /** This operator allows a OpalOSP::Provider object to be used as a * replacement for a OSPTPROVHANDLE */ inline operator ::OSPTPROVHANDLE () { return handle; } /** return TRUE if the provider handler is open */ inline BOOL IsOpen() const { return handle != IllegalHandle; } inline PIPSocket::Address GetHostAddress() const { return hostAddress; } /** Declare variables and GetX/SetX operators for various OSP provider parameters. * These can be set before the Open call to change the default values used * when the OSP provider is opened */ DECLARE_GET_SET(deleteTimeout, DeleteTimeout, int); DECLARE_GET_SET(maxSimultConn, MaxSimultConn, int); DECLARE_GET_SET(httpPersist, HttpPersist, int); DECLARE_GET_SET(httpRetryDelay, HttpRetryDelay, int); DECLARE_GET_SET(httpRetry, HttpRetry, int); DECLARE_GET_SET(httpTimeout, HttpTimeout, int); DECLARE_GET_SET(sslLifeTime, SSLLifetime, int); DECLARE_GET_SET(deviceID, DeviceID, PString); DECLARE_GET_SET(customerID, CustomerID, PString); DECLARE_GET_SET(messageCount, MessageCount, int); protected: ::OSPTPROVHANDLE handle; PIPSocket::Address hostAddress; }; ////////////////////////////////////////////////////////////////////////////// /** * This class abstracts the concept of an OSP transaction */ class Transaction : public PObject { PCLASSINFO(Transaction, PObject); public: enum { IllegalHandle = -1 }; /** Create an empty OSP transaction */ Transaction(); /** Destroy an OSP transaction * This will call Close of the transaction was opened */ ~Transaction(); /** Open a new transaction */ int Open(Provider & _provider) { return Open(_provider, ""); } int Open( Provider & _provider, ///< provider to use const PString & user ///< user identifier ); /** this structure contains the information required * to authorise a call */ struct AuthorisationInfo { /** extract authorisation information from a SETUP PDU */ BOOL Extract( const H323SignalPDU & setupPDU ); /** extract authorisation information from an ARQ PDU */ BOOL Extract( const H225_AdmissionRequest & arqPDU ); PString ospvSource; PString ospvSourceDevice; H225_AliasAddress callingNumber; H225_AliasAddress calledNumber; PBYTEArray callID; }; /** Authorise an outgoing call */ int Authorise( AuthorisationInfo & info, unsigned & numberOfDestinations ); int Authorise( const PString & ospvSource, const PString & ospvSourceDevice, const H225_AliasAddress & callingNumber, const H225_AliasAddress & calledNumber, const PBYTEArray & callID, unsigned & numberOfDestinations ); int Authorise( const PString & ospvSource, const PString & ospvSourceDevice, const PString & ospvCallingNumber, int ospvCallingNumberFormat, const PString & ospvCalledNumber, int ospvCalledNumberFormat, const PBYTEArray & callID, unsigned & numberOfDestinations ); /** */ struct DestinationInfo { /** insert destination information into a SETUP PDU */ BOOL Insert( H323SignalPDU & setupPDU, BOOL useCiscoBug = FALSE ); BOOL Insert( H225_Setup_UUIE & setupPDU, BOOL useCiscoBug = FALSE ); /** insert destination information into a AdmissionConfirm PDU */ BOOL Insert( H225_AdmissionConfirm & acf, BOOL useCiscoBug = FALSE ); void InsertToken(H225_ArrayOf_ClearToken & clearTokens, BOOL useCiscoBug = FALSE); unsigned timeLimit; PBYTEArray callID; H225_AliasAddress calledNumber; BOOL hasCallingNumber; H225_AliasAddress callingNumber; H323TransportAddress destinationAddress; PString destination; PBYTEArray token; }; /** Get the first destination for a transaction */ int GetFirstDestination( DestinationInfo & info ); inline int GetFirstDestination( unsigned & timeLimit, PBYTEArray & callID, PString & calledNumber, PString & destination, PString & device, PBYTEArray & token ) { PString callingNumber; return GetFirstDestination(timeLimit, callID, calledNumber, callingNumber, destination, device, token); } int GetFirstDestination( unsigned & timeLimit, PBYTEArray & callID, PString & calledNumber, PString & callingNumber, PString & destination, PString & device, PBYTEArray & token ); /** Get the next destination for a transaction */ int GetNextDestination( int endReason, DestinationInfo & info ); inline int GetNextDestination( int endReason, unsigned & timeLimit, PBYTEArray & callID, PString & calledNumber, PString & destination, PString & device, PBYTEArray & token ) { PString callingNumber; return GetNextDestination(endReason, timeLimit, callID, calledNumber, callingNumber, destination, device, token); } int GetNextDestination( int endReason, unsigned & timeLimit, PBYTEArray & callID, PString & calledNumber, PString & callingNumber, PString & destination, PString & device, PBYTEArray & token ); /** Set call statistics */ void CallStatistics( unsigned lostSentPackets, signed lostFractionSent, unsigned lostReceivedPackets, signed lostFractionReceived, const PTime & firstRTPTime ); /** End the call */ void CallEnd( H323Connection & conn ); /** * Report usage */ void ReportUsage( H323Connection & conn ); /** Validate an incoming call */ struct ValidationInfo { ValidationInfo() { tokenAlgo = TOKEN_ALGO_SIGNED; } /** extract validation information from a SETUP PDU */ BOOL Extract( const H323SignalPDU & setupPDU ); /** extract validation information from an ARQ PDU */ BOOL Extract( const H225_AdmissionRequest & arqPDU ); BOOL ExtractToken( const H225_ArrayOf_ClearToken & clearTokens ); PString ospvSource; PString ospvDest; PString ospvSourceDevice; PString ospvDestDevice; H225_AliasAddress callingNumber; H225_AliasAddress calledNumber; PBYTEArray callID; PBYTEArray token; unsigned tokenAlgo; }; int Validate( const ValidationInfo & info, BOOL & authorised, unsigned & timeLimit ); // backward compatible API int Validate( const PString & ospvSource, const PString & ospvDest, const PString & ospvSourceDevice, const PString & ospvDestDevice, const H225_AliasAddress & callingNumber, const H225_AliasAddress & calledNumber, const PBYTEArray & callID, const PBYTEArray & token, BOOL & authorised, unsigned & timeLimit ) { return Validate(ospvSource, ospvDest, ospvSourceDevice, ospvDestDevice, callingNumber, calledNumber, callID, token, TOKEN_ALGO_SIGNED, authorised, timeLimit); } // backward compatible API int Validate( const PString & ospvSource, const PString & ospvDest, const PString & ospvSourceDevice, const PString & ospvDestDevice, int ospvCallingNumberFormat, const PString & ospvCallingNumber, int ospvCalledNumberFormat, const PString & ospvCalledNumber, const PBYTEArray & callID, const PBYTEArray & token, BOOL & authorised, unsigned & timeLimit ) { return Validate(ospvSource, ospvDest, ospvSourceDevice, ospvDestDevice, ospvCallingNumberFormat, ospvCallingNumber, ospvCalledNumberFormat, ospvCalledNumber, callID, token, TOKEN_ALGO_SIGNED, authorised, timeLimit); } int Validate( const PString & ospvSource, const PString & ospvDest, const PString & ospvSourceDevice, const PString & ospvDestDevice, const H225_AliasAddress & callingNumber, const H225_AliasAddress & calledNumber, const PBYTEArray & callID, const PBYTEArray & token, unsigned int tokenAlgo, BOOL & authorised, unsigned & timeLimit ); int Validate( const PString & ospvSource, const PString & ospvDest, const PString & ospvSourceDevice, const PString & ospvDestDevice, int ospvCallingNumberFormat, const PString & ospvCallingNumber, int ospvCalledNumberFormat, const PString & ospvCalledNumber, const PBYTEArray & callID, const PBYTEArray & token, unsigned int tokenAlgo, BOOL & authorised, unsigned & timeLimit ); /** Close a transaction */ int Close(); /** return TRUE if the provider handler is open */ inline BOOL IsOpen() const { return handle != IllegalHandle; } BOOL CheckOpenedAndNotEnded(const char * str); inline operator ::OSPTTRANHANDLE () { return handle; } Provider * GetProvider() const { return provider; } protected: Provider * provider; PString user; ::OSPTTRANHANDLE handle; BOOL ended; unsigned lostSentPackets; unsigned lostReceivedPackets; signed lostFractionSent; signed lostFractionReceived; PTime firstRTPTime; }; } // namespace OpalOSP #endif // H323_TRANSNEXUS_OSP #endif openh323_v1_18_0/include/opalplugin.h0100644000176200056700000004706010340433112017574 0ustar releasepostincr/* * h323plugins.h * * H.323 codec plugins handler * * Open H323 Library * * Copyright (C) 2004 Post Increment * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Post Increment * * Contributor(s): ______________________________________. * * $Log: opalplugin.h,v $ * Revision 1.9 2005/11/21 21:04:10 shorne * Added more HID input switches * * Revision 1.8 2005/08/23 08:13:06 shorne * Added HID plugin volume & LCD display support * * Revision 1.7 2005/07/03 13:54:23 shorne * Added Initial LID Plugin Support * * Revision 1.6 2005/06/07 03:22:22 csoutheren * Added patch 1198741 with support for plugin codecs with generic capabilities * Added patch 1198754 with support for setting quality level on audio codecs * Added patch 1198760 with GSM-AMR codec support * Many thanks to Richard van der Hoff for his work * * Revision 1.5 2004/12/20 23:30:20 csoutheren * Added plugin support for packet loss concealment frames * * Revision 1.4 2004/11/29 06:30:53 csoutheren * Added support for wideband codecs * * Revision 1.3 2004/05/18 22:26:28 csoutheren * Initial support for embedded codecs * Fixed problems with streamed codec support * Updates for abstract factory loading methods * * Revision 1.2 2004/05/09 14:44:36 csoutheren * Added support for streamed plugin audio codecs * * Revision 1.1 2004/04/09 12:25:25 csoutheren * Renamed from h323plugin.h * * Revision 1.2 2004/04/03 10:38:24 csoutheren * Added in initial cut at codec plugin code. Branches are for wimps :) * * Revision 1.1.2.1 2004/03/31 11:03:16 csoutheren * Initial public version * * Revision 1.8 2004/02/23 13:17:32 craigs * Fixed problems with codec interface functions * * Revision 1.7 2004/02/23 13:04:09 craigs * Removed warnings when compliing plugins * * Revision 1.6 2004/01/27 14:55:46 craigs * Implemented static linking of new codecs * * Revision 1.5 2004/01/23 05:21:15 craigs * Updated for changes to the codec plugin interface * * Revision 1.4 2004/01/09 11:27:46 craigs * Plugin codec audio now works :) * * Revision 1.3 2004/01/09 07:32:22 craigs * More fixes for capability problems * * Revision 1.2 2004/01/06 07:05:03 craigs * Changed to support plugin codecs * * Revision 1.1 2004/01/04 13:37:51 craigs * Implementation of codec plugins * * */ #ifndef __OPAL_H323PLUGIN_H #define __OPAL_H323PLUGIN_H #ifdef __cplusplus extern "C" { #endif #include #ifdef _WIN32 # ifdef PLUGIN_CODEC_DLL_EXPORTS # define PLUGIN_CODEC_DLL_API __declspec(dllexport) # else # define PLUGIN_CODEC_DLL_API __declspec(dllimport) # endif #else #define PLUGIN_CODEC_DLL_API #endif #define PWLIB_PLUGIN_API_VERSION 0 #define PLUGIN_CODEC_VERSION 1 // initial version #define PLUGIN_CODEC_VERSION_WIDEBAND 2 // added wideband #define PLUGIN_CODEC_API_VER_FN PWLibPlugin_GetAPIVersion #define PLUGIN_CODEC_API_VER_FN_STR "PWLibPlugin_GetAPIVersion" #define PLUGIN_CODEC_GET_CODEC_FN OpalCodecPlugin_GetCodecs #define PLUGIN_CODEC_GET_CODEC_FN_STR "OpalCodecPlugin_GetCodecs" #define PLUGIN_CODEC_API_VER_FN_DECLARE \ PLUGIN_CODEC_DLL_API unsigned int PLUGIN_CODEC_API_VER_FN() \ { return PWLIB_PLUGIN_API_VERSION; } enum { PluginCodec_License_None = 0, PluginCodec_Licence_None = PluginCodec_License_None, // allow for old code with misspelled constant PluginCodec_License_GPL = 1, PluginCodec_License_MPL = 2, PluginCodec_License_Freeware = 3, PluginCodec_License_ResearchAndDevelopmentUseOnly = 4, PluginCodec_License_BSD = 5, PluginCodec_License_NoRoyalties = 0x7f, // any license codes above here require royalty payments PluginCodec_License_RoyaltiesRequired = 0x80 }; struct PluginCodec_information { // start of version 1 fields time_t timestamp; // codec creation time and date - obtain with command: date -u "+%c = %s" const char * sourceAuthor; // source code author const char * sourceVersion; // source code version const char * sourceEmail; // source code email contact information const char * sourceURL; // source code web site const char * sourceCopyright; // source code copyright const char * sourceLicense; // source code license unsigned char sourceLicenseCode; // source code license const char * codecDescription; // codec description const char * codecAuthor; // codec author const char * codecVersion; // codec version const char * codecEmail; // codec email contact information const char * codecURL; // codec web site const char * codecCopyright; // codec copyright information const char * codecLicense; // codec license unsigned short codecLicenseCode; // codec license code // end of version 1 fields }; enum PluginCodec_Flags { PluginCodec_MediaTypeMask = 0x000f, PluginCodec_MediaTypeAudio = 0x0000, PluginCodec_MediaTypeVideo = 0x0001, PluginCodec_MediaTypeAudioStreamed = 0x0002, PluginCodec_InputTypeMask = 0x0010, PluginCodec_InputTypeRaw = 0x0000, PluginCodec_InputTypeRTP = 0x0010, PluginCodec_OutputTypeMask = 0x0020, PluginCodec_OutputTypeRaw = 0x0000, PluginCodec_OutputTypeRTP = 0x0020, PluginCodec_RTPTypeMask = 0x0040, PluginCodec_RTPTypeDynamic = 0x0000, PluginCodec_RTPTypeExplicit = 0x0040, PluginCodec_RTPSharedMask = 0x0080, PluginCodec_RTPTypeNotShared = 0x0000, PluginCodec_RTPTypeShared = 0x0080, PluginCodec_DecodeSilenceMask = 0x0100, PluginCodec_NoDecodeSilence = 0x0000, PluginCodec_DecodeSilence = 0x0100, PluginCodec_BitsPerSamplePos = 12, PluginCodec_BitsPerSampleMask = 0xf000, }; enum PluginCodec_CoderFlags { PluginCodec_CoderSilenceFrame = 1 }; struct PluginCodec_Definition; struct PluginCodec_ControlDefn { const char * name; int (*control)(const struct PluginCodec_Definition * codec, void * context, const char * name, void * parm, unsigned * parmLen); }; struct PluginCodec_Definition { unsigned int version; // codec structure version // start of version 1 fields struct PluginCodec_information * info; // license information unsigned int flags; // b0-3: 0 = audio, 1 = video // b4: 0 = raw input, 1 = RTP input // b5: 0 = raw output, 1 = RTP output // b6: 0 = dynamic RTP, 1 = explicit RTP // b7: 0 = no share RTP, 1 = share RTP const char * descr; // text decription const char * sourceFormat; // source format const char * destFormat; // destination format const void * userData; // user data value unsigned int sampleRate; // samples per second unsigned int bitsPerSec; // raw bits per second unsigned int nsPerFrame; // nanoseconds per frame unsigned int samplesPerFrame; // samples per frame unsigned int bytesPerFrame; // max bytes per frame unsigned int recommendedFramesPerPacket; // recommended number of frames per packet unsigned int maxFramesPerPacket; // maximum number of frames per packet unsigned char rtpPayload; // IANA RTP payload code (if defined) const char * sdpFormat; // SDP format string (or NULL, if no SDP format) void * (*createCodec)(const struct PluginCodec_Definition * codec); // create codec void (*destroyCodec) (const struct PluginCodec_Definition * codec, void * context); // destroy codec int (*codecFunction) (const struct PluginCodec_Definition * codec, void * context, // do codec function const void * from, unsigned * fromLen, void * to, unsigned * toLen, unsigned int * flag); struct PluginCodec_ControlDefn * codecControls; // H323 specific fields unsigned char h323CapabilityType; void * h323CapabilityData; // end of version 1 fields }; typedef struct PluginCodec_Definition * (* PluginCodec_GetCodecFunction)(unsigned int *, unsigned int); typedef unsigned (* PluginCodec_GetAPIVersionFunction)(); /////////////////////////////////////////////////////////////////// // // H.323 specific values // struct PluginCodec_H323CapabilityExtension { unsigned int index; void * data; unsigned dataLength; }; struct PluginCodec_H323NonStandardCodecData { const char * objectId; unsigned char t35CountryCode; unsigned char t35Extension; unsigned short manufacturerCode; const unsigned char * data; unsigned int dataLength; int (*capabilityMatchFunction)(struct PluginCodec_H323NonStandardCodecData *); }; struct PluginCodec_H323GenericParameterDefinition { int collapsing; /* boolean */ unsigned int id; enum PluginCodec_H323GenericParameterType { /* these need to be in the same order as the choices in H245_ParameterValue::Choices, as the value is just cast to that type */ PluginCodec_GenericParameter_Logical = 0, PluginCodec_GenericParameter_Bitfield, PluginCodec_GenericParameter_ShortMin, PluginCodec_GenericParameter_ShortMax, PluginCodec_GenericParameter_LongMin, PluginCodec_GenericParameter_LongMax, PluginCodec_GenericParameter_OctetString, PluginCodec_GenericParameter_GenericParameter } type; union { unsigned long integer; char *octetstring; struct PluginCodec_H323GenericParameterDefinition *genericparameter; } value; }; struct PluginCodec_H323GenericCodecData { // XXX need a way of specifying non-standard identifiers? // some cunning structures & lists, and associated logic in // H323CodecPluginGenericAudioCapability::H323CodecPluginGenericAudioCapability() const char * standardIdentifier; unsigned int maxBitRate; /* parameters; these are the parameters which are set in the 'TerminalCapabilitySet' and 'OpenLogicalChannel' requests */ unsigned int nParameters; /* an array of nParameters parameter definitions */ const struct PluginCodec_H323GenericParameterDefinition *params; }; struct PluginCodec_H323AudioGSMData { int comfortNoise:1; int scrambled:1; }; struct PluginCodec_H323AudioG7231AnnexC { unsigned char maxAl_sduAudioFrames; int silenceSuppression:1; int highRateMode0:6; // INTEGER (27..78), -- units octets int highRateMode1:6; // INTEGER (27..78), -- units octets int lowRateMode0:6; // INTEGER (23..66), -- units octets int lowRateMode1:6; // INTEGER (23..66), -- units octets int sidMode0:4; // INTEGER (6..17), -- units octets int sidMode1:4; // INTEGER (6..17), -- units octets }; struct PluginCodec_H323VideoH261 { int qcifMPI:2; // INTEGER (1..4) OPTIONAL, -- units 1/29.97 Hz int cifMPI:2; // INTEGER (1..4) OPTIONAL, -- units 1/29.97 Hz int temporalSpatialTradeOffCapability; // BOOLEAN, int maxBitRate; // INTEGER (1..19200), -- units of 100 bit/s int stillImageTransmission:1; // BOOLEAN, -- Annex D of H.261 int videoBadMBsCap:1; // BOOLEAN const struct PluginCodec_H323CapabilityExtension * extensions; }; enum { PluginCodec_H323Codec_undefined, // must be zero, so empty struct is undefined PluginCodec_H323Codec_programmed, // H323ProgrammedCapability PluginCodec_H323Codec_nonStandard, // H323NonStandardData PluginCodec_H323Codec_generic, // H323GenericCodecData // audio codecs PluginCodec_H323AudioCodec_g711Alaw_64k, // int PluginCodec_H323AudioCodec_g711Alaw_56k, // int PluginCodec_H323AudioCodec_g711Ulaw_64k, // int PluginCodec_H323AudioCodec_g711Ulaw_56k, // int PluginCodec_H323AudioCodec_g722_64k, // int PluginCodec_H323AudioCodec_g722_56k, // int PluginCodec_H323AudioCodec_g722_48k, // int PluginCodec_H323AudioCodec_g7231, // H323AudioG7231Data PluginCodec_H323AudioCodec_g728, // int PluginCodec_H323AudioCodec_g729, // int PluginCodec_H323AudioCodec_g729AnnexA, // int PluginCodec_H323AudioCodec_is11172, // not yet implemented PluginCodec_H323AudioCodec_is13818Audio, // not yet implemented PluginCodec_H323AudioCodec_g729wAnnexB, // int PluginCodec_H323AudioCodec_g729AnnexAwAnnexB, // int PluginCodec_H323AudioCodec_g7231AnnexC, // H323AudioG7231AnnexC PluginCodec_H323AudioCodec_gsmFullRate, // H323AudioGSMData PluginCodec_H323AudioCodec_gsmHalfRate, // H323AudioGSMData PluginCodec_H323AudioCodec_gsmEnhancedFullRate, // H323AudioGSMData PluginCodec_H323AudioCodec_g729Extensions, // not yet implemented // video codecs PluginCodec_H323VideoCodec_h261, // not yet implemented PluginCodec_H323VideoCodec_h262, // not yet implemented PluginCodec_H323VideoCodec_h263, // not yet implemented PluginCodec_H323VideoCodec_is11172, // not yet implemented }; #ifdef OPAL_STATIC_CODEC # undef PLUGIN_CODEC_DLL_API # define PLUGIN_CODEC_DLL_API static # define PLUGIN_CODEC_IMPLEMENT(name) \ unsigned int Opal_StaticCodec_##name##_GetAPIVersion() \ { return PWLIB_PLUGIN_API_VERSION; } \ static struct PluginCodec_Definition * PLUGIN_CODEC_GET_CODEC_FN(unsigned * count, unsigned /*version*/); \ struct PluginCodec_Definition * Opal_StaticCodec_##name##_GetCodecs(unsigned * p1, unsigned p2) \ { return PLUGIN_CODEC_GET_CODEC_FN(p1,p2); } \ #else # define PLUGIN_CODEC_IMPLEMENT(name) \ PLUGIN_CODEC_DLL_API unsigned int PLUGIN_CODEC_API_VER_FN() \ { return PWLIB_PLUGIN_API_VERSION; } \ #endif #ifdef __cplusplus }; #endif //////////////////////////////////////////////////////////////////////////////// // LID/HID Plugins #ifdef _WIN32 // Only Support Win32 at the moment // Harware Input Device #define PLUGIN_HID_GET_DEVICE_FN OpalHIDPlugin_GetDevice #define PLUGIN_HID_GET_DEVICE_FN_STR "OpalHIDPlugin_GetDevice" #define PLUGIN_HID_VERSION 1 // initial version # define PLUGIN_HID_IMPLEMENT(name) \ PLUGIN_CODEC_DLL_API unsigned int PLUGIN_CODEC_API_VER_FN() \ { return PWLIB_PLUGIN_API_VERSION; } \ struct PluginHID_information { // start of version 1 fields time_t timestamp; // codec creation time and date - obtain with command: date -u "+%c = %s" const char * sourceAuthor; // source code author const char * sourceVersion; // source code version const char * sourceEmail; // source code email contact information const char * sourceURL; // source code web site const char * sourceCopyright; // source code copyright const char * sourceLicense; // source code license unsigned char sourceLicenseCode; // source code license const char * HIDDescription; // HID description const char * HIDManufacturer; // HID Manufacturer const char * HIDModel; // HID Model const char * HIDEmail; // HID email contact information const char * HIDURL; // HID Manufacturer web site // end of version 1 fields }; enum PluginHID_Flags { PluginHID_TypeMask = 0x000f, PluginHID_TypeUSBAudio = 0x0000, // USB Audio device PluginHID_TypePCIAudio = 0x0001, // PCI Audio device PluginHID_ToneMask = 0x0010, PluginHID_NoTone = 0x0000, PluginHID_Tone = 0x0010, // Audio device needs a Tone generator PluginHID_GatewayMask = 0x0020, PluginHID_NoPSTN = 0x0000, PluginHID_PSTN = 0x0020, // Audio device with PSTN interoperability PluginHID_DeviceTypeMask = 0x0040, PluginHID_DevicePOTS = 0x0000, // Operate like traditional Phone PluginHID_DeviceCell = 0x0040, // Operate Like a Cell Phone PluginHID_DeviceSoundMask = 0x0080, PluginHID_DeviceInternal = 0x0000, PluginHID_DeviceSound = 0x0080 // is regular PC sound device }; // Key Input Mask enum PluginHID_Input { PluginHID_None = 0x0000, PluginHID_KeyPadMask = 0x0010, PluginHID_Key0 = 0x0010, PluginHID_Key1 = 0x0011, PluginHID_Key2 = 0x0012, PluginHID_Key3 = 0x0013, PluginHID_Key4 = 0x0014, PluginHID_Key5 = 0x0015, PluginHID_Key6 = 0x0016, PluginHID_Key7 = 0x0017, PluginHID_Key8 = 0x0018, PluginHID_Key9 = 0x0019, PluginHID_KeyStar = 0x001a, // '*' character PluginHID_KeyHash = 0x001b, // '#' character PluginHID_KeyA = 0x001c, // (USB) Dial Button PluginHID_KeyB = 0x001d, // (USB) End Call Button PluginHID_KeyC = 0x001e, // (USB) Left Menu Navigator key PluginHID_KeyD = 0x001f, // (USB) Right Menu Navigator key PluginHID_HookMask = 0x0020, PluginHID_OffHook = 0x0021, // Hook State (OffHook) N/A for Cell Type PluginHID_OnHook = 0x0022, // Hook State (OnHook) N/A for Cell Type PluginHID_RingMask = 0x0030, PluginHID_StartRing = 0x0031, // Start Ringing the device PluginHID_StopRing = 0x0032, // Stop Ringing the device PluginHID_VolumeMask = 0x0040, PluginHID_VolumeUp = 0x0040, // Volume Up Key pressed PluginHID_VolumeDown = 0x0041, // Volume Down key presses PluginHID_SetRecVol = 0x0042, // Set the Record Volume PluginHID_GetRecVol = 0x0043, // Get Record Volume PluginHID_SetPlayVol = 0x0044, // Set Play Volume PluginHID_GetPlayVol = 0x0045, // Get Play Volume PluginHID_StateMask = 0x0050, PluginHID_PluggedIn = 0x0050, // Device is pluggedIn PluginHID_Unplugged = 0x0051, // Device is unplugged PluginHID_FunctionMask = 0x0060, // Special Function Mark PluginHID_ClearDisplay = 0x0061, // Clear the digit buffer }; struct PluginHID_Definition { unsigned int version; // codec structure version // start of version 1 fields struct PluginHID_information * info; // license information unsigned int flags; // PluginHID_Flags, const char * descr; // text decription const char * sound; // sound device name void * (*createHID)(const struct PluginHID_Definition * def); // create HID void (*destroyHID) (const struct PluginHID_Definition * def); // destroy HID unsigned int (*HIDFunction) (const struct PluginHID_Definition * def, unsigned int * InputMask, unsigned int * newVal); // do HID function (Polling Function) void (*displayHID) (const struct PluginHID_Definition * def, const char * display); // LCD display // end of version 1 fields }; typedef struct PluginHID_Definition * (* PluginHID_GetHIDFunction)(unsigned int *, unsigned int); typedef unsigned (* PluginHID_GetAPIVersionFunction)(); #endif // LID Plugins #endif openh323_v1_18_0/include/opalusbdevice.h0100644000176200056700000002561410302555117020260 0ustar releasepostincr/* * opalusbdevice.h * * Virteos HID Implementation for the OpenH323 Project. * * Virteos is a Trade Mark of ISVO (Asia) Pte Ltd. * * Copyright (c) 2005 ISVO (Asia) Pte Ltd. All Rights Reserved. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Initial Developer of the Original Code is ISVO (Asia) Pte Ltd. * * * Contributor(s): ______________________________________. * * $Log: opalusbdevice.h,v $ * Revision 1.1 2005/08/23 08:11:59 shorne * renamed file to lower case * * * */ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #include "openh323buildopts.h" #include #include #ifdef _MSC_VER #pragma warning(disable:4100) #endif /* Line Interface device Implementation for USB Plugin devices. */ class OpalUSBDevice : public OpalLineInterfaceDevice { PCLASSINFO(OpalUSBDevice, OpalLineInterfaceDevice); public: class SoundTones : public PSound { public: SoundTones(unsigned channels, unsigned samplesPerSecond, unsigned bitsPerSample, PINDEX bufferSize, const BYTE * buffer); void RunContinuous(OpalUSBDevice * dev) const; }; /**Create a new, closed, device for a USB Hardware device. */ OpalUSBDevice(); OpalUSBDevice(PluginHID_Definition * hid); ~OpalUSBDevice() { Close(); }; /**Open and detect USB device. */ virtual BOOL Open( const PString & device /// Device identifier name. ); /**Determine if the line interface device is plugged in. */ virtual BOOL IsOpen() const; /**Close the USB device. */ virtual BOOL Close(); /**Get the device name. */ virtual PString GetName() const; /**Get the type of the line. */ virtual BOOL IsLineTerminal( unsigned line /// Number of line ); enum { POTSLine, PSTNLine, NumLines }; /**Determine if a physical line is present on the logical line. */ virtual BOOL IsLinePresent( unsigned line, /// Number of line BOOL force = FALSE /// Force test, do not optimise ); /**Determine if line is currently off hook. This returns TRUE if GetLineState() is a state that implies the line is off hook (eg OffHook or LineBusy). */ virtual BOOL IsLineOffHook( unsigned line /// Number of line ); /**Set the state of the line. Note that not be possible on a given line. */ virtual BOOL SetLineOffHook( unsigned line, /// Number of line BOOL newState = TRUE /// New state to set ); /**Determine if line is ringing. */ virtual BOOL IsLineRinging( unsigned line, /// Number of line DWORD * cadence = NULL /// Cadence of incoming ring ); /**Begin ringing local phone set with specified cadence. If cadence is zero then stops ringing. */ virtual BOOL RingLine( unsigned line, /// Number of line DWORD cadence /// Cadence bit map for ring pattern ); /**Determine if line has been disconnected from a call. */ virtual BOOL IsLineDisconnected( unsigned line, /// Number of line BOOL checkForWink = TRUE ); /**Get the read frame size in bytes. All calls to ReadFrame() will return this number of bytes. */ virtual PINDEX GetReadFrameSize( unsigned line /// Number of line ); virtual BOOL SetReadFrameSize(unsigned, PINDEX); /**Get the write frame size in bytes. All calls to WriteFrame() must be this number of bytes. */ virtual PINDEX GetWriteFrameSize( unsigned line /// Number of line ); virtual BOOL SetWriteFrameSize(unsigned, PINDEX); /**Low level read of a frame from the device. */ virtual BOOL ReadFrame( unsigned line, /// Number of line void * buf, /// Pointer to a block of memory to receive data. PINDEX & count /// Number of bytes read, <= GetReadFrameSize() ); /**Low level write frame to the device. */ virtual BOOL WriteFrame( unsigned line, /// Number of line const void * buf, /// Pointer to a block of memory to write. PINDEX count, /// Number of bytes to write, <= GetWriteFrameSize() PINDEX & written /// Number of bytes written, <= GetWriteFrameSize() ); /**Set volume level for recording. A value of 100 is the maximum volume possible for the hardware. A value of 0 is the minimum volume possible for the hardware. */ virtual BOOL SetRecordVolume( unsigned line, /// Number of line unsigned volume /// Volume level from 0 to 100% ); /**Set volume level for playing. A value of 100 is the maximum volume possible for the hardware. A value of 0 is the minimum volume possible for the hardware. */ virtual BOOL SetPlayVolume( unsigned line, /// Number of line unsigned volume /// Volume level from 0 to 100% ); /**Get volume level for recording. A value of 100 is the maximum volume possible for the hardware. A value of 0 is the minimum volume possible for the hardware. */ virtual BOOL GetRecordVolume( unsigned line, /// Number of line unsigned & volume /// Volume level from 0 to 100% ); /**Set volume level for playing. A value of 100 is the maximum volume possible for the hardware. A value of 0 is the minimum volume possible for the hardware. */ virtual BOOL GetPlayVolume( unsigned line, /// Number of line unsigned & volume /// Volume level from 0 to 100% ); /**Play a DTMF digit. Any characters that are not in the set 0-9, A-D, * or # will be ignored. */ virtual BOOL PlayDTMF( unsigned line, /// Number of line const char * digits, /// DTMF digits to be played DWORD onTime = DefaultDTMFOnTime, /// Number of milliseconds to play each DTMF digit DWORD offTime = DefaultDTMFOffTime /// Number of milliseconds between digits ); /**Read a DTMF digit detected. This may be characters from the set 0-9, A-D, * or #. A null ('\0') character indicates that there are no tones in the queue. */ virtual char ReadDTMF( unsigned line /// Number of line ); /**Play a tone. */ virtual BOOL PlayTone( unsigned line, /// Number of line CallProgressTones tone /// Tone to be played ); /**Determine if a tone is still playing */ virtual BOOL IsTonePlaying( unsigned line /// Number of line ); /**Stop playing a tone. */ virtual BOOL StopTone( unsigned line /// Number of line ); /**Get Caller ID from the last incoming ring. The idString parameter is either simply the "number" field of the caller ID data, or if full is TRUE, all of the fields in the caller ID data. The full data of the caller ID string consists of the number field, the time/date and the name field separated by tabs ('\t'). */ virtual BOOL GetCallerID( unsigned line, /// Number of line PString & idString, /// ID string returned BOOL full = FALSE /// Get full information in idString ); /**Set Caller ID for use in next RingLine() call. The full data of the caller ID string consists of the number field, the time/date and the name field separated by tabs ('\t'). If the date field is missing (two consecutive tabs) then the current time and date is used. Using an empty string will clear the caller ID so that no caller ID is sent on the next RingLine() call. */ virtual BOOL SetCallerID( unsigned line, /// Number of line const PString & idString /// ID string to use ); /** Get Line Count. At resent this returns 0 */ virtual unsigned GetLineCount(); /** GetMedia Formats */ virtual OpalMediaFormat::List GetMediaFormats() const; /** Set Read Frame size */ virtual BOOL SetReadFormat(unsigned line, const OpalMediaFormat &mediaFormat); /** Set write Frame size */ virtual SetWriteFormat(unsigned line,const OpalMediaFormat &mediaFormat); /** Get the Read format */ virtual OpalMediaFormat GetReadFormat(unsigned line); /** Get the Write Format */ virtual OpalMediaFormat GetWriteFormat(unsigned line); /**Stop the read codec. */ virtual BOOL StopReadCodec( unsigned line /// Number of line ); /**Stop the write codec. */ virtual BOOL StopWriteCodec( unsigned line /// Number of line ); /** Get Device Type */ virtual OpalLineInterfaceDevice::DeviceType GetDeviceType(); PString soundDev; /// Sound DeviceName BOOL exitTone; /// Exit Tone Thread Flag protected: /** Interpret input received from the HID */ void InterpretInput(unsigned int ret); /* Create the Sound Device (Usually a specific soundcard ie "USB Audio Device") */ BOOL CreateSoundDevice(BOOL IsEncoder, const PString & device, PINDEX rate = 8000, PINDEX samples = 1 ); OpalMediaFormat MediaFormat; /* Invoke a message to the USB HID */ unsigned int InvokeMessage(unsigned msg,unsigned val=0); PluginHID_Definition * HID; /// HID Definition from the Plugin PThread * MonitorThread; /// Monitor Thread. PSyncPoint monitorTickle; /// Poll wait PDECLARE_NOTIFIER(PThread, OpalUSBDevice, Monitor); /// Declaration of the Thread BOOL exitFlag; /// Exit Thread Monitor Flag BOOL PluggedIn; /// Device plugged in unsigned int InputData; /// Data sent to the USB Phone PString digitbuffer; /// Digit Buffer from USB Phone BOOL OffHookState; /// Hook state BOOL isRinging; /// Whether the device is ringing //Sound Channels & Settings BOOL useSound; /// Flag to specify is Regular Sound device PSoundChannel * RecSound; /// Sound Record Channel PSoundChannel * PlaySound; /// Sound Play Channel PINDEX soundChannelBuffers; /// Sound Channel Buffers PINDEX vol; /// Current Speaker volume // Tone Generator BOOL useTones; /// Tones required. CallProgressTones CurTone; /// Current Tone to Play PThread * ToneThread; /// Tone Thread. PDECLARE_NOTIFIER(PThread, OpalUSBDevice, TonePlay); /// Declaration of the ToneThread PMutex vbMutex; /// Mute // Gateway BOOL hasPSTN; // behaviour BOOL isCell; }; //#endif openh323_v1_18_0/include/opalvxml.h0100644000176200056700000001114310075464205017271 0ustar releasepostincr/* * opalvxml.h * * Header file for IVR code * * A H.323 IVR application. * * Copyright (C) 2002 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Portable Windows Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: opalvxml.h,v $ * Revision 1.16 2004/07/15 11:20:37 rjongbloed * Migrated changes from crs_vxnml_devel branch into main trunk * * Revision 1.15.6.1 2004/07/07 07:10:11 csoutheren * Changed to use new factory based PWAVFile * Removed redundant blocking/unblocking when using G.723.1 * * Revision 1.15 2002/09/16 01:14:15 robertj * Added #define so can select if #pragma interface/implementation is used on * platform basis (eg MacOS) rather than compiler, thanks Robert Monaghan. * * Revision 1.14 2002/08/27 02:21:07 craigs * Added silence detection capability to fake G.723.1codec * * Revision 1.13 2002/08/15 08:22:25 craigs * Added P_EXPAT test back in * * Revision 1.12 2002/08/15 04:55:26 robertj * Fixed shutdown problems with closing vxml session, leaks a thread. * Fixed potential problems with indirect channel Close() function. * * Revision 1.11 2002/08/06 06:00:38 craigs * Removed ifdef test for EXPLATFLAG * * Revision 1.10 2002/08/06 05:11:24 craigs * Moved most of stuff to ptclib * * Revision 1.9 2002/08/05 09:43:30 robertj * Added pragma interface/implementation * Moved virtual into .cxx file * * Revision 1.8 2002/07/29 15:13:51 craigs * Added autodelete option to PlayFile * * Revision 1.7 2002/07/18 04:17:12 robertj * Moved virtuals to source and changed name of G.723.1 file capability * * Revision 1.6 2002/07/10 13:16:19 craigs * Moved some VXML classes from Opal back into PTCLib * Added ability to repeat outputted data * * Revision 1.5 2002/07/09 08:27:23 craigs * Added GetMediaFormat to channels * * Revision 1.4 2002/07/03 01:53:58 craigs * Added newline to the end of the file for Linux * * Revision 1.3 2002/07/02 06:32:04 craigs * Added recording functions * * Revision 1.2 2002/06/28 02:42:54 craigs * Fixed problem with G.723.1 file codec not identified as native format * * Revision 1.1 2002/06/27 05:44:39 craigs * Initial version * * Revision 1.2 2002/06/26 09:05:28 csoutheren * Added ability to utter various "sayas" types within prompts * * Revision 1.1 2002/06/26 01:13:53 csoutheren * Disassociated VXML and Opal/OpenH323 specific elements * * */ #ifndef _OpenIVR_OPALVXML_H #define _OpenIVR_OPALVXML_H #ifdef P_USE_PRAGMA #pragma interface #endif #include #include #include #include #include #include ////////////////////////////////////////////////////////////////// class G7231_File_Codec : public H323AudioCodec { PCLASSINFO(G7231_File_Codec, H323AudioCodec); public: G7231_File_Codec(Direction dir); unsigned GetBandwidth() const; static int GetFrameLen(int val); BOOL Read(BYTE * buffer, unsigned & length, RTP_DataFrame &); BOOL Write(const BYTE * buffer, unsigned length, const RTP_DataFrame & rtp, unsigned & frames); BOOL IsRawDataChannelNative() const; unsigned GetAverageSignalLevel(); protected: int lastFrameLen; }; class G7231_File_Capability : public H323AudioCapability { PCLASSINFO(G7231_File_Capability, H323AudioCapability) public: G7231_File_Capability(); unsigned GetSubType() const; PString GetFormatName() const; H323Codec * CreateCodec(H323Codec::Direction direction) const; BOOL OnSendingPDU(H245_AudioCapability & cap, unsigned packetSize) const; BOOL OnReceivedPDU(const H245_AudioCapability & pdu, unsigned & packetSize); PObject * Clone() const; }; ////////////////////////////////////////////////////////////////// #if P_EXPAT class PTextToSpeech; class OpalVXMLSession : public PVXMLSession { PCLASSINFO(OpalVXMLSession, PVXMLSession); public: OpalVXMLSession(H323Connection * _conn, PTextToSpeech * tts = NULL, BOOL autoDelete = FALSE); BOOL Close(); protected: H323Connection * conn; }; #endif #endif openh323_v1_18_0/include/opalwavfile.h0100644000176200056700000001037510343321575017746 0ustar releasepostincr/* * OpalWavFile.h * * WAV file class with auto-PCM conversion * * OpenH323 Library * * Copyright (c) 2002 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * Contributor(s): ______________________________________. * * $Log: opalwavfile.h,v $ * Revision 1.9 2005/11/30 13:05:01 csoutheren * Changed tags for Doxygen * * Revision 1.8 2004/08/26 08:05:03 csoutheren * Codecs now appear in abstract factory system * Fixed Windows factory bootstrap system (again) * * Revision 1.7 2004/08/09 11:11:33 csoutheren * Added stupid windows hack to force opalwavfile factories to register * * Revision 1.6 2004/07/15 11:13:49 rjongbloed * Migrated changes from crs_vxnml_devel branch into main trunk * * Revision 1.5.6.1 2004/07/07 07:10:11 csoutheren * Changed to use new factory based PWAVFile * Removed redundant blocking/unblocking when using G.723.1 * * Revision 1.5 2002/09/16 01:14:15 robertj * Added #define so can select if #pragma interface/implementation is used on * platform basis (eg MacOS) rather than compiler, thanks Robert Monaghan. * * Revision 1.4 2002/09/06 06:20:37 robertj * More cosmetic changes * * Revision 1.3 2002/08/08 13:00:02 craigs * Remove unused definition of LastReadCount thanks to Peter 'Luna' Runestig * * Revision 1.2 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.1 2002/06/20 01:21:03 craigs * Initial version * */ #ifndef __OPALWAVFILE_H #define __OPALWAVFILE_H #ifdef P_USE_PRAGMA #pragma interface #endif #include /**This class is similar to the PWavFile class found in the PWlib components library. However, it will tranparently convert all data to/from PCM format, allowing applications to be unconcerned with the underlying data format. Note that this will only work with sample-based formats that can be converted to/from PCM data, such as uLaw and aLaw */ class OpalWAVFile : public PWAVFile { PCLASSINFO(OpalWAVFile, PWAVFile); public: OpalWAVFile( unsigned format = fmt_PCM ///< Type of WAV File to create ); /**Create a unique temporary file name, and open the file in the specified mode and using the specified options. Note that opening a new, unique, temporary file name in ReadOnly mode will always fail. This would only be usefull in a mode and options that will create the file. If a WAV file is being created, the type parameter can be used to create a PCM Wave file or a G.723.1 Wave file by using #WaveType enum# The #PChannel::IsOpen()# function may be used after object construction to determine if the file was successfully opened. */ OpalWAVFile( OpenMode mode, ///< Mode in which to open the file. int opts = ModeDefault, ///< #OpenOptions enum# for open operation. unsigned format = fmt_PCM ///< Type of WAV File to create ); /**Create a WAV file object with the specified name and open it in the specified mode and with the specified options. If a WAV file is being created, the type parameter can be used to create a PCM Wave file or a G.723.1 Wave file by using #WaveType enum# The #PChannel::IsOpen()# function may be used after object construction to determine if the file was successfully opened. */ OpalWAVFile( const PFilePath & name, ///< Name of file to open. OpenMode mode = ReadWrite, ///< Mode in which to open the file. int opts = ModeDefault, ///< #OpenOptions enum# for open operation. unsigned format = fmt_PCM ///< Type of WAV File to create ); }; #endif // __OPALWAVFILE_H // End of File /////////////////////////////////////////////////////////////// openh323_v1_18_0/include/openh323buildopts.h.in0100644000176200056700000002125710304731206021323 0ustar releasepostincr/* * openh323buildopts.h * * Build options generated by the configure script. * * Portable Windows Library * * Copyright (c) 2003 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Portable Windows Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: openh323buildopts.h.in,v $ * Revision 1.25 2005/08/30 01:12:38 csoutheren * Added automatic detection of OSP toolkit version on Unix * * Revision 1.24 2005/08/27 02:11:58 csoutheren * Added support for different pthread library required by new OSP toolkit on Windows * Added support for new parameters to GetFirst and GetNext * Fixed incorrect usage of destination address and destination device * * Revision 1.23 2005/08/15 01:55:33 csoutheren * Removed duplicate alias for osptoken.h * * Revision 1.22 2005/04/28 00:07:00 csoutheren * Allow compilation with OSP Toolkit without setting include directory * * Revision 1.21 2005/01/03 06:25:52 csoutheren * Added extensive support for disabling code modules at compile time * * Revision 1.20 2004/12/08 05:24:38 csoutheren * Changed pragma directive to match changes for Linux * * Revision 1.19 2004/12/08 01:59:23 csoutheren * initial support for Transnexus OSP toolkit * * Revision 1.18 2004/11/26 03:06:12 csoutheren * Added detection of Transnexus OSP toolkit under Windows * * Revision 1.17 2004/05/18 22:27:33 csoutheren * Initial support for embedded codecs * * Revision 1.16 2004/04/29 14:47:56 csoutheren * Reconfigured plugin makefiles per suggestions from Damien Sandras * Changed install targets to use $(INSTALL) * * Revision 1.15 2004/04/22 22:35:00 csoutheren * Fixed mispelling of Guilhem Tardy - my apologies to him * * Revision 1.14 2004/04/22 14:22:20 csoutheren * Added RFC 2190 H.263 code as created by Guilhem Tardy and AliceStreet * Many thanks to them for their contributions. * * Revision 1.13 2004/01/30 01:45:30 csoutheren * Moved some compiler flags to include files * * Revision 1.12 2004/01/27 10:55:24 csoutheren * Added version information to openh323buildopts.h * * Revision 1.11 2003/12/29 12:13:26 csoutheren * configure now checks for libspeex in system libraries and compares * version against version in local sources. Also use --enable-localspeex to * force use of local Speex or system Speex * * Revision 1.10 2003/12/03 06:47:11 csoutheren * Fixed yet another problem with configuring video under Windows * * Revision 1.9 2003/12/03 06:44:07 csoutheren * Fixed problem with configuring video under Windows * * Revision 1.8 2003/11/25 08:30:55 rjongbloed * Added ability to build system without video or audio sw codecs. * * Revision 1.7 2003/07/24 08:09:59 dereksmithies * Update to reflect new vic h263 codec, which is optionally loaded. * * Revision 1.6 2003/05/05 11:59:21 robertj * Changed to use autoconf style selection of options and subsystems. * * Revision 1.5 2003/05/02 07:59:34 robertj * Fixed AVCODEC directory missing slash * * Revision 1.4 2003/05/02 07:35:32 robertj * Fixed ffmpeg AVCODEC include file * * Revision 1.3 2003/05/02 07:27:23 robertj * Fixed voice age library * * Revision 1.2 2003/05/02 07:08:12 craigs * Removed DOS end fo line chars * * Revision 1.1 2003/05/02 07:04:11 craigs * Initial version * */ #ifndef _OPENH323_BUILDOPTS_H #define _OPENH323_BUILDOPTS_H ///////////////////////////////////////////////// // // Major options // #undef OPENH323_MAJOR #undef OPENH323_MINOR #undef OPENH323_BUILD #undef OPENH323_VERSION #undef H323_AUDIO_CODECS #ifndef H323_AUDIO_CODECS #define NO_H323_AUDIO_CODECS #endif #undef H323_VIDEO #ifndef H323_VIDEO #define NO_H323_VIDEO #endif ////////////////////////////////////////////////// #ifdef H323_AUDIO_CODECS #undef H323_EMBEDDED_GSM #endif // H323_AUDIO_CODECS #ifdef H323_VIDEO ///////////////////////////////////////////////// // // RFC 2190 compatible H.263 // #undef H323_RFC2190_AVCODEC #if defined(_MSC_VER) #if H323_RFC2190_AVCODEC #pragma include_alias(, <@H323_RFC2190_AVCODEC_DIR@/avcodec.h>) #endif #define H323_RFC2190_AVCODEC_DIR "@H323_RFC2190_AVCODEC_DIR@/" #endif // _MSC_VER ///////////////////////////////////////////////// // // ffmpeg H.263 Support // #undef H323_AVCODEC #if defined(_MSC_VER) #if H323_AVCODEC #pragma include_alias(, <@H323_AVCODEC_DIR@/avcodec.h>) #endif #define H323_AVCODEC_DIR "@H323_AVCODEC_DIR@/" #endif // _MSC_VER ///////////////////////////////////////////////// // // Vic H.263 Support // #undef H323_VICH263 #if defined(_MSC_VER) #if H323_VICH263 #pragma include_alias(, <@H323_VICH263_DIR@/encoder-h263.h>) #pragma include_alias(, <@H323_VICH263_DIR@/decoder-h263.h>) #endif #define H323_VICH263_DIR "@H323_VICH263_DIR@/" #ifdef _DEBUG #define H323_VICH263_LIB_DIR H323_VICH263_DIR"Debug/" #else #define H323_VICH263_LIB_DIR H323_VICH263_DIR"Release/" #endif #define H323_VICH263_LIBRARY H323_VICH263_LIB_DIR"libvich263.lib" #endif // _MSC_VER #endif // H323_VIDEO ///////////////////////////////////////////////// // // Various item support // #undef H323_T38 #undef H323_T120 #undef H323_H248 #undef H323_H450 #undef H323_H460 #undef H323_H501 #undef HAS_IXJ ///////////////////////////////////////////////// // // Transnexus OSP Tookit Support // #undef H323_TRANSNEXUS_OSP #undef H323_NEW_OSP_API #if H323_TRANSNEXUS_OSP #if defined(_MSC_VER) #pragma include_alias(, <@H323_TRANSNEXUS_OSP_DIR@/include/osp/osp.h>) #pragma include_alias("osp/osp.h", "@H323_TRANSNEXUS_OSP_DIR@/include/osp/osp.h") #pragma include_alias("osp/ospdatatypes.h", "@H323_TRANSNEXUS_OSP_DIR@/include/osp/ospdatatypes.h") #pragma include_alias("osp/ospinit.h", "@H323_TRANSNEXUS_OSP_DIR@/include/osp/ospinit.h") #pragma include_alias("osp/osperrno.h", "@H323_TRANSNEXUS_OSP_DIR@/include/osp/osperrno.h") #pragma include_alias("osp/ospossys.h", "@H323_TRANSNEXUS_OSP_DIR@/include/osp/ospossys.h") #pragma include_alias("osp/ospproviderapi.h", "@H323_TRANSNEXUS_OSP_DIR@/include/osp/ospproviderapi.h") #pragma include_alias("osp/osptransapi.h", "@H323_TRANSNEXUS_OSP_DIR@/include/osp/osptransapi.h") #pragma include_alias("osp/osposincl.h", "@H323_TRANSNEXUS_OSP_DIR@/include/osp/osposincl.h") #pragma include_alias("osp/osplist.h", "@H323_TRANSNEXUS_OSP_DIR@/include/osp/osplist.h") #pragma include_alias("osp/osptoken.h", "@H323_TRANSNEXUS_OSP_DIR@/include/osp/osptoken.h") #pragma include_alias("osp/ospxmlelem.h", "@H323_TRANSNEXUS_OSP_DIR@/include/osp/ospxmlelem.h") #pragma include_alias("osp/ospxmlattr.h", "@H323_TRANSNEXUS_OSP_DIR@/include/osp/ospxmlattr.h") #pragma include_alias("osp/ospdebug.h", "@H323_TRANSNEXUS_OSP_DIR@/include/osp/ospdebug.h") #pragma include_alias("osp/ospcustomdebug.h", "@H323_TRANSNEXUS_OSP_DIR@/include/osp/ospcustomdebug.h") #pragma include_alias("osp/osppkcs1.h", "@H323_TRANSNEXUS_OSP_DIR@/include/osp/osppkcs1.h") #pragma include_alias("osp/ospasn1.h", "@H323_TRANSNEXUS_OSP_DIR@/include/osp/ospasn1.h") #pragma include_alias("osp/ospasn1ids.h", "@H323_TRANSNEXUS_OSP_DIR@/include/osp/ospasn1ids.h") #pragma include_alias("osp/ospfail.h", "@H323_TRANSNEXUS_OSP_DIR@/include/osp/ospfail.h") #pragma include_alias("osp/ospdest.h", "@H323_TRANSNEXUS_OSP_DIR@/include/osp/ospdest.h") #pragma include_alias("osp/ospmsg.h", "@H323_TRANSNEXUS_OSP_DIR@/include/osp/ospmsg.h") #pragma include_alias("osp/ospostime.h", "@H323_TRANSNEXUS_OSP_DIR@/include/osp/ospostime.h") #pragma include_alias("osp/ospcallid.h", "@H323_TRANSNEXUS_OSP_DIR@/include/osp/ospcallid.h") #define H323_TRANSNEXUS_OSP_DIR "@H323_TRANSNEXUS_OSP_DIR@/" #define H323_TRANSNEXUS_OSP_DIR_LIBRARY1 H323_TRANSNEXUS_OSP_DIR "lib/osp.lib" #define H323_TRANSNEXUS_OSP_DIR_LIBRARY2a H323_TRANSNEXUS_OSP_DIR "pthread/lib/pthreadVC1.lib" #define H323_TRANSNEXUS_OSP_DIR_LIBRARY2b H323_TRANSNEXUS_OSP_DIR "pthread/lib/pthreadVC2.lib" #endif // _MSC_VER #endif // H323_TRANSNEXUS_OSP #endif // _OPENH323_BUILDOPTS_H // End Of File /////////////////////////////////////////////////////////////// openh323_v1_18_0/include/peclient.h0100644000176200056700000005050010343321575017232 0ustar releasepostincr/* * peclient.h * * H.323 Annex G Peer Element client protocol handler * * Open H323 Library * * Copyright (c) 2003 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: peclient.h,v $ * Revision 1.33 2005/11/30 13:05:01 csoutheren * Changed tags for Doxygen * * Revision 1.32 2004/04/01 07:09:07 csoutheren * Fixed sense of default H.501 priority * * Revision 1.31 2004/04/01 04:29:40 csoutheren * Added default priority to all outgoing descriptors unless set by application * * Revision 1.30 2004/03/29 08:13:15 csoutheren * Fixed problem with priorities * * Revision 1.29 2004/03/29 05:35:21 csoutheren * Changed to use default address for descriptor if blank * * Revision 1.28 2003/05/14 03:04:58 rjongbloed * Added another method for removing service relationships. * Added virtual for handling SR requests. * * Revision 1.27 2003/05/05 08:28:45 craigs * Fixed lastUpdate time in descriptors * * Revision 1.26 2003/04/30 04:56:57 craigs * Improved handling for nonexistent routes * * Revision 1.25 2003/04/10 12:37:54 craigs * Improved handling of wildcard entries * * Revision 1.24 2003/04/10 07:05:15 craigs * Allowed access to endpoint type in descriptors * * Revision 1.23 2003/04/10 03:42:16 craigs * Allow AccessRequest to return multiple transport addresses * * Revision 1.22 2003/04/09 10:47:25 craigs * Fixed problems * * Revision 1.21 2003/04/08 12:23:54 craigs * Fixed problem with descriptors not being removed when service relationships go away * * Revision 1.20 2003/04/07 05:11:13 craigs * Added changes to get access to descriptor creates/updates/deletes * * Revision 1.19 2003/04/02 06:05:10 robertj * Added versions of AddDescriptor that contain the GUID. * * Revision 1.18 2003/04/01 05:59:30 robertj * Fixed H.501 transaction code setting members for m_common PDU part. * * Revision 1.17 2003/04/01 04:47:48 robertj * Abstracted H.225 RAS transaction processing (RIP and secondary thread) in * server environment for use by H.501 peer elements. * * Revision 1.16 2003/04/01 01:17:44 robertj * Minor changes to AccessEquest and AddDescriptor API to allow for * string arrays of aliases. * * Revision 1.15 2003/03/28 00:30:23 craigs * Fixed problems with service relationship ordinals and better descriptor update access * * Revision 1.14 2003/03/27 09:24:06 craigs * Rewritten support for descriptors and multiple templates * * Revision 1.13 2003/03/26 07:08:46 robertj * Added default parameters to AddDescriptor() functions * * Revision 1.12 2003/03/25 07:50:11 craigs * Added support for mutiple transports per descriptor * * Revision 1.11 2003/03/25 05:13:13 craigs * More speed enhancements * * Revision 1.10 2003/03/25 01:58:46 robertj * Fixed GNU warnings * * Revision 1.9 2003/03/25 01:47:58 craigs * Changes for new OpenH323 H.501 * * Revision 1.8 2003/03/20 01:51:07 robertj * More abstraction of H.225 RAS and H.501 protocols transaction handling. * * Revision 1.7 2003/03/18 13:58:16 craigs * More H.501 implementation * * Revision 1.6 2003/03/18 02:18:45 craigs * Changed incorrect include * * Revision 1.5 2003/03/17 13:19:49 craigs * More H501 implementation * * Revision 1.4 2003/03/14 06:00:42 craigs * More updates * * Revision 1.3 2003/03/01 00:23:51 craigs * New PeerElement implementation * * Revision 1.2 2003/02/21 07:23:18 robertj * Fixed up some comments * * Revision 1.1 2003/02/21 05:28:39 craigs * Factored out code for user with peer elements * */ #ifndef __OPAL_PECLIENT_H #define __OPAL_PECLIENT_H #ifdef P_USE_PRAGMA #pragma interface #endif #include "h323annexg.h" #include "h323ep.h" #include "h501.h" #include class H323PeerElement; //////////////////////////////////////////////////////////////// class H501Transaction : public H323Transaction { PCLASSINFO(H501Transaction, H323Transaction); public: H501Transaction( H323PeerElement & pe, const H501PDU & pdu, BOOL hasReject ); virtual H323TransactionPDU * CreateRIP( unsigned sequenceNumber, unsigned delay ) const; virtual H235Authenticator::ValidationResult ValidatePDU() const; H501_MessageCommonInfo & requestCommon; H501_MessageCommonInfo & confirmCommon; protected: H323PeerElement & peerElement; }; //////////////////////////////////////////////////////////////// class H501ServiceRequest : public H501Transaction { PCLASSINFO(H501ServiceRequest, H501Transaction); public: H501ServiceRequest( H323PeerElement & pe, const H501PDU & pdu ); #if PTRACING virtual const char * GetName() const; #endif virtual void SetRejectReason( unsigned reasonCode ); H501_ServiceRequest & srq; H501_ServiceConfirmation & scf; H501_ServiceRejection & srj; protected: virtual Response OnHandlePDU(); }; //////////////////////////////////////////////////////////////// class H501DescriptorUpdate : public H501Transaction { PCLASSINFO(H501DescriptorUpdate, H501Transaction); public: H501DescriptorUpdate( H323PeerElement & pe, const H501PDU & pdu ); #if PTRACING virtual const char * GetName() const; #endif virtual void SetRejectReason( unsigned reasonCode ); H501_DescriptorUpdate & du; H501_DescriptorUpdateAck & ack; protected: virtual Response OnHandlePDU(); }; //////////////////////////////////////////////////////////////// class H501AccessRequest : public H501Transaction { PCLASSINFO(H501AccessRequest, H501Transaction); public: H501AccessRequest( H323PeerElement & pe, const H501PDU & pdu ); #if PTRACING virtual const char * GetName() const; #endif virtual void SetRejectReason( unsigned reasonCode ); H501_AccessRequest & arq; H501_AccessConfirmation & acf; H501_AccessRejection & arj; protected: virtual Response OnHandlePDU(); }; //////////////////////////////////////////////////////////////// class H323PeerElementDescriptor : public PSafeObject { PCLASSINFO(H323PeerElementDescriptor, PSafeObject); public: H323PeerElementDescriptor(const OpalGloballyUniqueID & _descriptorID) : descriptorID(_descriptorID), state(Dirty), creator(0) { } Comparison Compare(const PObject & obj) const; enum Options { Protocol_H323 = 0x0001, Protocol_Voice = 0x0002, Protocol_Max = 0x0002, Option_WildCard = 0x0004, Option_SendAccessRequest = 0x0008, Option_NotAvailable = 0x0010, Option_PrioritySet = 0x0020, Option_PriorityMask = 0x1fc0, }; enum { HighestPriority = 0, DefaultPriority = 80, LowestPriority = 127 }; static inline unsigned SetPriorityOption(unsigned pri) { return Option_PrioritySet | ((pri & 0x7f) << 6); } static inline unsigned GetPriorityOption(unsigned options) { return (options & Option_PrioritySet) ? ((options >> 6) & 0x7f) : DefaultPriority; } void CopyTo(H501_Descriptor & descriptor); static BOOL CopyToAddressTemplate(H501_AddressTemplate & addressTemplates, const H225_EndpointType & ep, const H225_ArrayOf_AliasAddress & aliases, const H225_ArrayOf_AliasAddress & transportAddress, unsigned options = H323PeerElementDescriptor::Protocol_H323); static void SetProtocolList(H501_ArrayOf_SupportedProtocols & h501Protocols, unsigned protocols); static unsigned GetProtocolList(const H501_ArrayOf_SupportedProtocols & h501Protocols); OpalGloballyUniqueID descriptorID; BOOL ContainsNonexistent(); enum States { Clean, Dirty, Deleted } state; H501_ArrayOf_AddressTemplate addressTemplates; PString gatekeeperID; PTime lastChanged; POrdinalKey creator; }; //////////////////////////////////////////////////////////////// class H323PeerElementServiceRelationship : public PSafeObject { PCLASSINFO(H323PeerElementServiceRelationship, PSafeObject); public: H323PeerElementServiceRelationship() : ordinal(0) { } H323PeerElementServiceRelationship(const OpalGloballyUniqueID & _serviceID) : serviceID(_serviceID), ordinal(0) { } Comparison Compare(const PObject & obj) const { return serviceID.Compare(((H323PeerElementServiceRelationship&)obj).serviceID); } OpalGloballyUniqueID serviceID; POrdinalKey ordinal; H323TransportAddress peer; PString name; PTime createdTime; PTime lastUpdateTime; PTime expireTime; }; //////////////////////////////////////////////////////////////// /**This class embodies the an H.323 AnnexG server/client */ class H323PeerElement : public H323_AnnexG { PCLASSINFO(H323PeerElement, H323_AnnexG); public: /**@name Construction */ //@{ /**Create a new client. */ H323PeerElement( H323EndPoint & endpoint, ///< Endpoint gatekeeper is associated with. H323Transport * transport = NULL ); H323PeerElement( H323EndPoint & endpoint, ///< Endpoint gatekeeper is associated with. const H323TransportAddress & addr ); /**Destroy client. */ ~H323PeerElement(); //@} enum Error { Confirmed, Rejected, NoResponse, NoServiceRelationship, ServiceRelationshipReestablished }; enum { LocalServiceRelationshipOrdinal = 0, NoServiceRelationshipOrdinal = 1, RemoteServiceRelationshipOrdinal = 2 }; /**@name Overrides from PObject */ //@{ /**Print the name of the peer element. */ void PrintOn( ostream & strm ///< Stream to print to. ) const; //@} PSafePtr GetFirstDescriptor( PSafetyMode mode = PSafeReference ) { return PSafePtr(descriptors, mode); } PSafePtr GetFirstLocalServiceRelationship( PSafetyMode mode = PSafeReference ) { return PSafePtr(localServiceRelationships, mode); } PSafePtr GetFirstRemoteServiceRelationship( PSafetyMode mode = PSafeReference ) { return PSafePtr(remoteServiceRelationships, mode); } void SetLocalName(const PString & name); PString GetLocalName() const; void SetDomainName(const PString & name); PString GetDomainName() const; /********************************************************* functions to establish and break service relationships */ /**Send a service request */ BOOL SetOnlyServiceRelationship(const PString & peer, BOOL keepTrying = TRUE); BOOL AddServiceRelationship(const H323TransportAddress & peer, BOOL keepTrying = TRUE); BOOL AddServiceRelationship(const H323TransportAddress & peer, OpalGloballyUniqueID & serviceID, BOOL keepTrying = TRUE); BOOL RemoveServiceRelationship(const OpalGloballyUniqueID & serviceID, int reason = H501_ServiceReleaseReason::e_terminated); BOOL RemoveServiceRelationship(const H323TransportAddress & peer, int reason = H501_ServiceReleaseReason::e_terminated); BOOL RemoveAllServiceRelationships(); Error ServiceRequestByAddr(const H323TransportAddress & peer); Error ServiceRequestByAddr(const H323TransportAddress & peer, OpalGloballyUniqueID & serviceID); Error ServiceRequestByID(OpalGloballyUniqueID & serviceID); /**Send a service release */ BOOL ServiceRelease(const OpalGloballyUniqueID & serviceID, unsigned reason); /********************************************************* functions to manipulate the local descriptor table */ BOOL AddDescriptor( const OpalGloballyUniqueID & descriptorID, const PStringArray & aliases, const H323TransportAddressArray & transportAddrs, unsigned options = H323PeerElementDescriptor::Protocol_H323, BOOL now = FALSE ); BOOL AddDescriptor( const OpalGloballyUniqueID & descriptorID, const H225_ArrayOf_AliasAddress & aliases, const H323TransportAddressArray & transportAddrs, unsigned options = H323PeerElementDescriptor::Protocol_H323, BOOL now = FALSE ); BOOL AddDescriptor( const OpalGloballyUniqueID & descriptorID, const H225_ArrayOf_AliasAddress & aliases, const H225_ArrayOf_AliasAddress & transportAddr, unsigned options = H323PeerElementDescriptor::Protocol_H323, BOOL now = FALSE ); BOOL AddDescriptor( const OpalGloballyUniqueID & descriptorID, const POrdinalKey & creator, const H225_ArrayOf_AliasAddress & alias, const H225_ArrayOf_AliasAddress & transportAddresses, unsigned options = H323PeerElementDescriptor::Protocol_H323, BOOL now = FALSE ); BOOL AddDescriptor( const OpalGloballyUniqueID & descriptorID, const POrdinalKey & creator, const H501_ArrayOf_AddressTemplate & addressTemplates, const PTime & updateTime, BOOL now = FALSE ); /**Remove a descriptor from the local table */ BOOL DeleteDescriptor(const PString & alias, BOOL now = FALSE); BOOL DeleteDescriptor(const H225_AliasAddress & alias, BOOL now = FALSE); BOOL DeleteDescriptor(const OpalGloballyUniqueID & descriptorID, BOOL now = FALSE); /** Request access to an alias */ BOOL AccessRequest( const PString & searchAlias, PStringArray & destAliases, H323TransportAddress & transportAddress, unsigned options = H323PeerElementDescriptor::Protocol_H323 ); BOOL AccessRequest( const PString & searchAlias, H225_ArrayOf_AliasAddress & destAliases, H323TransportAddress & transportAddress, unsigned options = H323PeerElementDescriptor::Protocol_H323 ); BOOL AccessRequest( const H225_AliasAddress & searchAlias, H225_ArrayOf_AliasAddress & destAliases, H323TransportAddress & transportAddress, unsigned options = H323PeerElementDescriptor::Protocol_H323 ); BOOL AccessRequest( const H225_AliasAddress & alias, H225_ArrayOf_AliasAddress & destAliases, H225_AliasAddress & transportAddress, unsigned options = H323PeerElementDescriptor::Protocol_H323 ); /********************************************************* functions to send send descriptors to another peer element */ BOOL UpdateDescriptor(H323PeerElementDescriptor * descriptor); BOOL UpdateDescriptor(H323PeerElementDescriptor * descriptor, H501_UpdateInformation_updateType::Choices updateType); Error SendUpdateDescriptorByID(const OpalGloballyUniqueID & serviceID, H323PeerElementDescriptor * descriptor, H501_UpdateInformation_updateType::Choices updateType); Error SendUpdateDescriptorByAddr(const H323TransportAddress & peer, H323PeerElementDescriptor * descriptor, H501_UpdateInformation_updateType::Choices updateType); Error SendAccessRequestByID(const OpalGloballyUniqueID & peerID, H501PDU & request, H501PDU & confirmPDU); Error SendAccessRequestByAddr(const H323TransportAddress & peerAddr, H501PDU & request, H501PDU & confirmPDU); /********************************************************* low level request functions */ BOOL MakeRequest(H323_AnnexG::Request & request); virtual void OnAddServiceRelationship(const H323TransportAddress &) { } virtual void OnRemoveServiceRelationship(const H323TransportAddress &) { } virtual void OnNewDescriptor(const H323PeerElementDescriptor &) { } virtual void OnUpdateDescriptor(const H323PeerElementDescriptor &) { } virtual void OnRemoveDescriptor(const H323PeerElementDescriptor &) { } virtual H323Transaction::Response OnServiceRequest(H501ServiceRequest & info); virtual H323Transaction::Response OnDescriptorUpdate(H501DescriptorUpdate & info); virtual H323Transaction::Response OnAccessRequest(H501AccessRequest & info); BOOL OnReceiveServiceRequest(const H501PDU & pdu, const H501_ServiceRequest & pduBody); BOOL OnReceiveServiceConfirmation(const H501PDU & pdu, const H501_ServiceConfirmation & pduBody); BOOL OnReceiveDescriptorUpdate(const H501PDU & pdu, const H501_DescriptorUpdate & pduBody); BOOL OnReceiveDescriptorUpdateACK(const H501PDU & pdu, const H501_DescriptorUpdateAck & pduBody); BOOL OnReceiveAccessRequest(const H501PDU & pdu, const H501_AccessRequest & pduBody); BOOL OnReceiveAccessConfirmation (const H501PDU & pdu, const H501_AccessConfirmation & pduBody); BOOL OnReceiveAccessRejection(const H501PDU & pdu, const H501_AccessRejection & pduBody); class AliasKey : public H225_AliasAddress { public: AliasKey(const H225_AliasAddress & _alias, const OpalGloballyUniqueID & _id, PINDEX _pos, BOOL _wild = FALSE) : H225_AliasAddress(_alias), id(_id), pos(_pos), wild(_wild) { } OpalGloballyUniqueID id; PINDEX pos; BOOL wild; }; protected: void Construct(); Error SendUpdateDescriptor( H501PDU & pdu, const H323TransportAddress & peer, H323PeerElementDescriptor * descriptor, H501_UpdateInformation_updateType::Choices updateType); BOOL OnRemoteServiceRelationshipDisappeared(OpalGloballyUniqueID & serviceID, const H323TransportAddress & peer); void InternalRemoveServiceRelationship(const H323TransportAddress & peer); H323Transaction::Response HandleServiceRequest(H501ServiceRequest & info); virtual H323PeerElementDescriptor * CreateDescriptor(const OpalGloballyUniqueID & descriptorID); virtual H323PeerElementServiceRelationship * CreateServiceRelationship(); virtual AliasKey * CreateAliasKey(const H225_AliasAddress & alias, const OpalGloballyUniqueID & id, PINDEX pos, BOOL wild = FALSE); void RemoveDescriptorInformation(const H501_ArrayOf_AddressTemplate & addressTemplates); PDECLARE_NOTIFIER(PThread, H323PeerElement, MonitorMain); PDECLARE_NOTIFIER(PThread, H323PeerElement, UpdateAllDescriptors); PDECLARE_NOTIFIER(PTimer, H323PeerElement, TickleMonitor); PMutex localNameMutex; PString localIdentifier; PString domainName; PSemaphore requestMutex; PThread * monitor; BOOL monitorStop; PSyncPoint monitorTickle; PMutex basePeerOrdinalMutex; PINDEX basePeerOrdinal; // structures needed to maintain local service relationships (for which we receive a ServiceRequest) PSafeSortedList localServiceRelationships; PMutex localPeerListMutex; POrdinalSet localServiceOrdinals; // structures needed to maintain remote service relationships (for which we send a ServiceRequest) PMutex remotePeerListMutex; PSafeSortedList remoteServiceRelationships; PStringToString remotePeerAddrToServiceID; PDICTIONARY(StringToOrdinalKey, PString, POrdinalKey); StringToOrdinalKey remotePeerAddrToOrdinalKey; PSafeSortedList descriptors; PSORTED_LIST(AliasKeyList, H225_AliasAddress); PMutex aliasMutex; AliasKeyList transportAddressToDescriptorID; AliasKeyList specificAliasToDescriptorID; AliasKeyList wildcardAliasToDescriptorID; }; #endif // __OPAL_PECLIENT_H ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/q931.h0100644000176200056700000005537310343321575016141 0ustar releasepostincr/* * q931.h * * Q.931 protocol handler * * Open H323 Library * * Copyright (c) 1998-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: q931.h,v $ * Revision 1.56 2005/11/30 13:05:01 csoutheren * Changed tags for Doxygen * * Revision 1.55 2004/12/10 00:20:22 csoutheren * Fixed typo * * Revision 1.54 2004/12/09 23:37:14 csoutheren * Added new Q.931 termination codes * * Revision 1.53 2004/07/11 11:37:28 rjongbloed * Added ConnectAck support and fixed bugs in ChannelIdentificationIE, thanks Eize Slange * * Revision 1.52 2003/03/18 05:54:14 robertj * Added ChannelIdentifier IE support, thanks Eize Slange * * Revision 1.51 2003/02/12 00:02:06 robertj * Added more Q.931 cause codes. * Added ability to trace text version of cause codes and IE codes. * * Revision 1.50 2002/11/25 22:40:00 robertj * Added another Q.850 code * * Revision 1.49 2002/11/07 03:49:49 robertj * Added extra "congested" Q.931 codes. * * Revision 1.48 2002/09/16 01:14:15 robertj * Added #define so can select if #pragma interface/implementation is used on * platform basis (eg MacOS) rather than compiler, thanks Robert Monaghan. * * Revision 1.47 2002/09/03 05:42:27 robertj * Normalised the multi-include header prevention ifdef/define symbol. * Removed redundent includes. * * Revision 1.46 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.45 2002/07/05 03:13:35 robertj * Added copy constructor for Q.931 so makes duplicate instead of reference to IE's. * * Revision 1.44 2002/05/22 23:12:01 robertj * Enhanced the display of Release-Complete cause codes. * * Revision 1.43 2002/05/03 05:38:16 robertj * Added Q.931 Keypad IE mechanism for user indications (DTMF). * * Revision 1.42 2002/04/22 08:03:41 craigs * Added Q931 progress codes * * Revision 1.41 2002/04/22 07:33:02 craigs * Changed GetProgressIndicator to be const * Fixed spelling mistake in SignalType enums list * * Revision 1.40 2002/04/18 09:35:00 robertj * Added CallState IE processing. * * Revision 1.39 2002/03/27 06:04:42 robertj * Added Temporary Failure end code for connection, an application may * immediately retry the call if this occurs. * * Revision 1.38 2002/02/08 00:05:14 robertj * Changed release complete causes so can dsitinguish between unknown * cause and no cause at all. * * Revision 1.37 2002/01/07 04:25:41 robertj * Added support for Connected-Number Information Element, thanks Hans Verbeek * * Revision 1.36 2001/09/17 02:06:38 robertj * Added Redirecting Number IE to Q.931, thanks Frank Derks * * Revision 1.35 2001/09/13 02:41:32 robertj * Fixed call reference generation to use full range and common code, thanks Carlo Kielstra * * Revision 1.34 2001/09/12 02:01:33 robertj * Added "No Circuit" release complete code. * * Revision 1.33 2001/08/20 06:48:26 robertj * Added Q.931 function for setting bearer capabilities, allowing * applications to set the data rate as they require. * * Revision 1.32 2001/08/03 14:12:07 robertj * Fixed value for Call State Information Element * * Revision 1.31 2001/07/24 23:40:15 craigs * Added ability to remove Q931 IE * * Revision 1.30 2001/06/14 06:25:13 robertj * Added further H.225 PDU build functions. * Moved some functionality from connection to PDU class. * * Revision 1.29 2001/05/30 04:38:38 robertj * Added BuildStatusEnquiry() Q.931 function, thanks Markus Storm * * Revision 1.28 2001/04/11 00:12:38 robertj * Added some enums for numbering plans and call types, thanks Markus Storm. * * Revision 1.27 2001/02/09 05:16:24 robertj * Added #pragma interface for GNU C++. * * Revision 1.26 2001/01/19 07:01:42 robertj * Added all of the Q.931 message type codes. * * Revision 1.25 2000/10/13 02:15:23 robertj * Added support for Progress Indicator Q.931/H.225 message. * * Revision 1.24 2000/07/09 14:53:17 robertj * Added facility IE to facility message. * Changed reference to the word "field" to be more correct IE or "Information Element" * * Revision 1.23 2000/06/21 08:07:39 robertj * Added cause/reason to release complete PDU, where relevent. * * Revision 1.22 2000/05/18 11:53:34 robertj * Changes to support doc++ documentation generation. * * Revision 1.21 2000/05/09 12:19:23 robertj * Added ability to get and set "distinctive ring" Q.931 functionality. * * Revision 1.20 2000/05/08 14:07:26 robertj * Improved the provision and detection of calling and caller numbers, aliases and hostnames. * * Revision 1.19 2000/05/06 02:17:49 robertj * Changed the new CallingPartyNumber code so defaults for octet3a are application dependent. * * Revision 1.18 2000/05/05 00:44:05 robertj * Added presentation and screening fields to Calling Party Number field, thanks Dean Anderson. * * Revision 1.17 2000/05/02 04:32:25 robertj * Fixed copyright notice comment. * * Revision 1.16 2000/03/21 01:07:21 robertj * Fixed incorrect call reference code being used in originated call. * * Revision 1.15 1999/12/23 22:43:36 robertj * Added calling party number field. * * Revision 1.14 1999/09/10 03:36:48 robertj * Added simple Q.931 Status response to Q.931 Status Enquiry * * Revision 1.13 1999/08/31 12:34:18 robertj * Added gatekeeper support. * * Revision 1.12 1999/08/13 06:34:38 robertj * Fixed problem in CallPartyNumber Q.931 encoding. * Added field name display to Q.931 protocol. * * Revision 1.11 1999/08/10 13:14:15 robertj * Added Q.931 Called Number field if have "phone number" style destination addres. * * Revision 1.10 1999/07/23 02:36:56 robertj * Finally found correct value for FACILITY message. * * Revision 1.9 1999/07/16 02:15:30 robertj * Fixed more tunneling problems. * * Revision 1.8 1999/07/09 06:09:49 robertj * Major implementation. An ENORMOUS amount of stuff added everywhere. * * Revision 1.7 1999/06/13 12:41:14 robertj * Implement logical channel transmitter. * Fixed H245 connect on receiving call. * * Revision 1.6 1999/06/09 05:26:20 robertj * Major restructuring of classes. * * Revision 1.5 1999/02/23 11:04:29 robertj * Added capability to make outgoing call. * * Revision 1.4 1999/01/16 11:31:46 robertj * Fixed name in header comment. * * Revision 1.3 1999/01/16 01:31:39 robertj * Major implementation. * * Revision 1.2 1999/01/02 04:00:55 robertj * Added higher level protocol negotiations. * * Revision 1.1 1998/12/14 09:13:41 robertj * Initial revision * */ #ifndef __OPAL_Q931_H #define __OPAL_Q931_H #ifdef P_USE_PRAGMA #pragma interface #endif /////////////////////////////////////////////////////////////////////////////// /**This class embodies a Q.931 Protocol Data Unit. */ class Q931 : public PObject { PCLASSINFO(Q931, PObject) public: enum MsgTypes { NationalEscapeMsg = 0x00, AlertingMsg = 0x01, CallProceedingMsg = 0x02, ConnectMsg = 0x07, ConnectAckMsg = 0x0f, ProgressMsg = 0x03, SetupMsg = 0x05, SetupAckMsg = 0x0d, ResumeMsg = 0x26, ResumeAckMsg = 0x2e, ResumeRejectMsg = 0x22, SuspendMsg = 0x25, SuspendAckMsg = 0x2d, SuspendRejectMsg = 0x21, UserInformationMsg = 0x20, DisconnectMsg = 0x45, ReleaseMsg = 0x4d, ReleaseCompleteMsg = 0x5a, RestartMsg = 0x46, RestartAckMsg = 0x4e, SegmentMsg = 0x60, CongestionCtrlMsg = 0x79, InformationMsg = 0x7b, NotifyMsg = 0x6e, StatusMsg = 0x7d, StatusEnquiryMsg = 0x75, FacilityMsg = 0x62 }; Q931(); Q931(const Q931 & other); Q931 & operator=(const Q931 & other); void BuildFacility(int callRef, BOOL fromDest); void BuildInformation(int callRef, BOOL fromDest); void BuildProgress( int callRef, BOOL fromDest, unsigned description, unsigned codingStandard = 0, unsigned location = 0 ); void BuildNotify(int callRef, BOOL fromDest); void BuildCallProceeding(int callRef); void BuildSetupAcknowledge(int callRef); void BuildAlerting(int callRef); void BuildSetup(int callRef = -1); void BuildConnect(int callRef); void BuildConnectAck(int callRef, BOOL fromDest); void BuildStatus(int callRef, BOOL fromDest); void BuildStatusEnquiry(int callRef, BOOL fromDest); void BuildReleaseComplete(int callRef, BOOL fromDest); BOOL Decode(const PBYTEArray & data); BOOL Encode(PBYTEArray & data) const; void PrintOn(ostream & strm) const; PString GetMessageTypeName() const; static unsigned GenerateCallReference(); unsigned GetCallReference() const { return callReference; } BOOL IsFromDestination() const { return fromDestination; } MsgTypes GetMessageType() const { return messageType; } enum InformationElementCodes { BearerCapabilityIE = 0x04, CauseIE = 0x08, ChannelIdentificationIE = 0x18, FacilityIE = 0x1c, ProgressIndicatorIE = 0x1e, CallStateIE = 0x14, DisplayIE = 0x28, KeypadIE = 0x2c, SignalIE = 0x34, ConnectedNumberIE = 0x4c, CallingPartyNumberIE = 0x6c, CalledPartyNumberIE = 0x70, RedirectingNumberIE = 0x74, UserUserIE = 0x7e }; friend ostream & operator<<(ostream & strm, InformationElementCodes ie); BOOL HasIE(InformationElementCodes ie) const; PBYTEArray GetIE(InformationElementCodes ie) const; void SetIE(InformationElementCodes ie, const PBYTEArray & userData); void RemoveIE(InformationElementCodes ie); enum InformationTransferCapability { TransferSpeech, TransferUnrestrictedDigital = 8, TransferRestrictedDigital = 9, Transfer3_1kHzAudio = 16, TransferUnrestrictedDigitalWithTones = 17, TransferVideo = 24 }; void SetBearerCapabilities( InformationTransferCapability capability, unsigned transferRate, ///< Number of 64k B channels unsigned codingStandard = 0, ///< 0 = ITU-T standardized coding unsigned userInfoLayer1 = 5 ///< 5 = Recommendations H.221 and H.242 ); BOOL GetBearerCapabilities( InformationTransferCapability & capability, unsigned & transferRate, ///< Number of 64k B channels unsigned * codingStandard = NULL, unsigned * userInfoLayer1 = NULL ); enum CauseValues { UnknownCauseIE = 0, UnallocatedNumber = 1, NoRouteToNetwork = 2, NoRouteToDestination = 3, SendSpecialTone = 4, MisdialledTrunkPrefix = 5, ChannelUnacceptable = 6, CallAwarded = 7, Preemption = 8, PreemptionCircuitReserved = 9, NormalCallClearing = 16, UserBusy = 17, NoResponse = 18, NoAnswer = 19, SubscriberAbsent = 20, CallRejected = 21, NumberChanged = 22, Redirection = 23, ExchangeRoutingError = 25, NonSelectedUserClearing = 26, DestinationOutOfOrder = 27, InvalidNumberFormat = 28, FacilityRejected = 29, StatusEnquiryResponse = 30, NormalUnspecified = 31, NoCircuitChannelAvailable = 34, CallQueued = 35, NetworkOutOfOrder = 38, FrameModeOOS = 39, FrameModeOperational = 40, TemporaryFailure = 41, Congestion = 42, AccessInformationDiscarded = 43, RequestedCircuitNotAvailable = 44, PrecedenceCallBlocked = 46, ResourceUnavailable = 47, QoSNotAvailable = 49, RequestedFacilityNotSubscribed = 50, OutgoingCallsBarred = 52, OutgoingCallsBarredInCUG = 53, IncomingCallsBarred = 54, IncomingCallsBarredInCUG = 55, BearerCapNotAuthorised = 57, BearerCapNotPresentlyAvailable = 58, InconsistentOutgoingIE = 62, ServiceOptionNotAvailable = 63, BearerCapNotImplemented = 65, ChannelTypeNotImplemented = 66, RequestedFacilityNotImplemented = 69, OnlyRestrictedDigitalBearerCapAvailable = 70, ServiceOrOptionNotImplemented = 79, InvalidCallReference = 81, IdentifiedChannelNonExistent = 82, CallIdentifyNotSuspendedCall = 83, CallIdentifyInUse = 84, NoCallSuspended = 85, ClearedRequestedCallIdentity = 86, UserNotInCUG = 87, IncompatibleDestination = 88, NonexistentCUG = 90, InvalidTransitNetwork = 91, InvalidMessageUnspecified = 95, MandatoryIEMissing = 96, MessageTypeNonexistent = 97, MessageNotCompatible = 98, IENonExistantOrNotImplemented = 99, InvalidIEContents = 100, MessageNotCompatibleWithCallState = 101, TimerExpiry = 102, ParameterNonexistent = 103, UnrecognisedParamaterDiscarded = 110, ProtocolErrorUnspecified = 111, InterworkingUnspecified = 127, ErrorInCauseIE = 0x100 }; friend ostream & operator<<(ostream & strm, CauseValues cause); void SetCause( CauseValues value, unsigned standard = 0, ///< 0 = ITU-T standardized coding unsigned location = 0 ///< 0 = User ); CauseValues GetCause( unsigned * standard = NULL, ///< 0 = ITU-T standardized coding unsigned * location = NULL ///< 0 = User ) const; enum CallStates { CallState_Null = 0, CallState_CallInitiated = 1, CallState_OverlapSending = 2, CallState_OutgoingCallProceeding= 3, CallState_CallDelivered = 4, CallState_CallPresent = 6, CallState_CallReceived = 7, CallState_ConnectRequest = 8, CallState_IncomingCallProceeding= 9, CallState_Active = 10, CallState_DisconnectRequest = 11, CallState_DisconnectIndication = 12, CallState_SuspendRequest = 15, CallState_ResumeRequest = 17, CallState_ReleaseRequest = 19, CallState_OverlapReceiving = 25, CallState_ErrorInIE = 0x100 }; void SetCallState( CallStates value, unsigned standard = 0 ///< 0 = ITU-T standardized coding ); CallStates GetCallState( unsigned * standard = NULL ///< 0 = ITU-T standardized coding ) const; enum SignalInfo { SignalDialToneOn, SignalRingBackToneOn, SignalInterceptToneOn, SignalNetworkCongestionToneOn, SignalBusyToneOn, SignalConfirmToneOn, SignalAnswerToneOn, SignalCallWaitingTone, SignalOffhookWarningTone, SignalPreemptionToneOn, SignalTonesOff = 0x3f, SignalAlertingPattern0 = 0x40, SignalAlertingPattern1, SignalAlertingPattern2, SignalAlertingPattern3, SignalAlertingPattern4, SignalAlertingPattern5, SignalAlertingPattern6, SignalAlertingPattern7, SignalAlertingOff = 0x4f, SignalErrorInIE = 0x100 }; void SetSignalInfo(SignalInfo value); SignalInfo GetSignalInfo() const; void SetKeypad(const PString & digits); PString GetKeypad() const; enum ProgressIndication { ProgressNotEndToEndISDN = 1, // Call is not end-to-end ISDN; // further call progress information may be available in-band ProgressDestinationNonISDN = 2, // Destination address is non ISDN ProgressOriginNotISDN = 3, // Origination address is non ISDN ProgressReturnedToISDN = 4, // Call has returned to the ISDN ProgressServiceChange = 5, // Interworking has occurred and has // resulted in a telecommunication service change ProgressInbandInformationAvailable = 8 // In-band information or an appropriate pattern is now available. }; void SetProgressIndicator( unsigned description, unsigned codingStandard = 0, unsigned location = 0 ); BOOL GetProgressIndicator( unsigned & description, unsigned * codingStandard = NULL, unsigned * location = NULL ) const; void SetDisplayName(const PString & name); PString GetDisplayName() const; enum NumberingPlanCodes { UnknownPlan = 0x00, ISDNPlan = 0x01, DataPlan = 0x03, TelexPlan = 0x04, NationalStandardPlan = 0x08, PrivatePlan = 0x09, ReservedPlan = 0x0f }; enum TypeOfNumberCodes { UnknownType = 0x00, InternationalType = 0x01, NationalType = 0x02, NetworkSpecificType = 0x03, SubscriberType = 0x04, AbbreviatedType = 0x06, ReservedType = 0x07 }; void SetCallingPartyNumber( const PString & number, ///< Number string unsigned plan = 1, ///< 1 = ISDN/Telephony numbering system unsigned type = 0, ///< 0 = Unknown number type int presentation = -1, ///< 0 = presentation allowed, -1 = no octet3a int screening = -1 ///< 0 = user provided, not screened ); BOOL GetCallingPartyNumber( PString & number, ///< Number string unsigned * plan = NULL, ///< ISDN/Telephony numbering system unsigned * type = NULL, ///< Number type unsigned * presentation = NULL, ///< Presentation indicator unsigned * screening = NULL, ///< Screening indicator unsigned defPresentation = 0, ///< Default value if octet3a not present unsigned defScreening = 0 ///< Default value if octet3a not present ) const; void SetCalledPartyNumber( const PString & number, ///< Number string unsigned plan = 1, ///< 1 = ISDN/Telephony numbering system unsigned type = 0 ///< 0 = Unknown number type ); BOOL GetCalledPartyNumber( PString & number, ///< Number string unsigned * plan = NULL, ///< ISDN/Telephony numbering system unsigned * type = NULL ///< Number type ) const; void SetRedirectingNumber( const PString & number, ///< Number string unsigned plan = 1, ///< 1 = ISDN/Telephony numbering system unsigned type = 0, ///< 0 = Unknown number type int presentation = -1, ///< 0 = presentation allowed, -1 = no octet3a int screening = -1, ///< 0 = user provided, not screened int reason = -1 ///< 0 = Unknown reason , -1 = no octet 3b ); BOOL GetRedirectingNumber( PString & number, ///< Number string unsigned * plan = NULL, ///< ISDN/Telephony numbering system unsigned * type = NULL, ///< Number type unsigned * presentation = NULL, ///< Presentation indicator unsigned * screening = NULL, ///< Screening indicator unsigned * reason = NULL, ///< Reason for redirection unsigned defPresentation = 0, ///< Default value if octet3a not present unsigned defScreening = 0, ///< Default value if octet3a not present unsigned defReason =0 ///< Default value if octet 3b not present ) const; void SetConnectedNumber( const PString & number, ///< Number string unsigned plan = 1, ///< 1 = ISDN/Telephony numbering system unsigned type = 0, ///< 0 = Unknown number type int presentation = -1, ///< 0 = presentation allowed, -1 = no octet3a int screening = -1, ///< 0 = user provided, not screened int reason = -1 ///< 0 = Unknown reason , -1 = no octet 3b ); BOOL GetConnectedNumber( PString & number, ///< Number string unsigned * plan = NULL, ///< ISDN/Telephony numbering system unsigned * type = NULL, ///< Number type unsigned * presentation = NULL, ///< Presentation indicator unsigned * screening = NULL, ///< Screening indicator unsigned * reason = NULL, ///< Reason for redirection unsigned defPresentation = 0, ///< Default value if octet3a not present unsigned defScreening = 0, ///< Default value if octet3a not present unsigned defReason =0 ///< Default value if octet 3b not present ) const; /**Set the limitations to ChannelIdentification. - the interface identifier cannot be specified - channel in PRI can only be indicated by number and cannot be indicated by map - one and only one channel can be indicated - the coding standard is always ITU Q.931 */ void SetChannelIdentification( unsigned interfaceType = 0, ///< 0 = basic, 1 = other (e.g. primary) unsigned preferredOrExclusive = 0, ///< 0 = preferred, 1 = exclusive int channelNumber = 1 ///< -1 = any, 0 = none/D, 1 = channel 1/B1, etc. 1-15,17-31 ); /**Get the limitations to ChannelIdentification. */ BOOL GetChannelIdentification( unsigned * interfaceType = NULL, ///< Interface type unsigned * preferredOrExclusive = NULL, ///< Channel negotiation preference int * channelNumber = NULL ///< Channel number ) const; protected: unsigned callReference; BOOL fromDestination; unsigned protocolDiscriminator; MsgTypes messageType; PDICTIONARY(InternalInformationElements, POrdinalKey, PBYTEArray); InternalInformationElements informationElements; }; #endif // __OPAL_Q931_H ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/rfc2190avcodec.h0100644000176200056700000004001110050530324020023 0ustar releasepostincr/* * rfc2190avcodec.h * * H.323 protocol handler * * Open H323 Library * * Copyright (c) 2001 March Networks Corporation * Copyright (c) 1999-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): Guilhem Tardy (gtardy@salyens.com) * * $Log: rfc2190avcodec.h,v $ * Revision 1.4 2004/05/12 23:18:44 csoutheren * Adjusted copyright notices for ffh263 and rfc2190 files * * Revision 1.3 2004/04/24 00:41:14 rjongbloed * Fixed file names in header comment. * * Revision 1.2 2004/04/22 22:35:00 csoutheren * Fixed mispelling of Guilhem Tardy - my apologies to him * * Revision 1.1 2004/04/22 22:20:34 csoutheren * New files for RFC2190 H.263 video codec * Added RFC 2190 H.263 code as created by Guilhem Tardy and AliceStreet * Many thanks to them for their contributions. * * Revision 1.5 2003/10/31 00:00:00 Guilhem Tardy * Restored RFC2190 compliance. * * Revision 1.4 2003/10/05 00:00:00 Guilhem Tardy * Reintroduce ffmpeg own packet slicing technique (now working better). * * Revision 1.3 2003/08/04 00:03:16 dereksmithies * Reorganise tests for enabled * * Revision 1.2 2003/07/31 05:08:24 dereksmithies * Switch to manual packet fragment technique. Much more reliable, especially so on windows. * * Revision 1.1 2003/07/24 05:23:06 dereksmithies * Move ffmpeg h263 support to this file, and designate non standard. * * Revision 1.12 2003/06/06 05:18:54 dereksmithies * Fix startup delay bug. Remove all large packets from the network. Improve reliability. * * Revision 1.11 2003/05/27 09:22:55 dereksmithies * Updates for code revisions in h263 codec * * Revision 1.10 2003/05/14 13:47:58 rjongbloed * Removed static "initialisation" function as this should be done * internally and not in the application. * * Revision 1.9 2003/05/05 11:59:21 robertj * Changed to use autoconf style selection of options and subsystems. * * Revision 1.8 2003/05/02 04:22:10 craigs * Added lots of extra H.263 support * * Revision 1.7 2003/04/27 09:16:38 rogerh * use PBYTE_ORDER instead of endian.h * * Revision 1.6 2003/04/21 21:50:22 dereks * Implement suggestion from Guilhem Tardy. Many thanks. * * Revision 1.5 2003/04/16 04:26:57 dereks * Initial release of h263 codec, which utilises the ffmpeg library. * Thanks to Guilhem Tardy, and to AliceStreet. * * Revision 1.4 2002/09/16 01:14:15 robertj * Added #define so can select if #pragma interface/implementation is used on * platform basis (eg MacOS) rather than compiler, thanks Robert Monaghan. * * Revision 1.3 2002/09/03 06:19:36 robertj * Normalised the multi-include header prevention ifdef/define symbol. * * Revision 1.2 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.1 2002/05/19 22:32:46 dereks * Initial release of stub file for h263 codec. Thanks Guilhem Tardy. * * * */ /* * Initial release notes from Guilhem Tardy:: * * Added support for video capabilities & codec, only tested under Linux! * The code for varying bit rate is copied from h261codec.cxx, * until it is moved to a separate file common to both video codecs. * */ #ifndef __OPAL_FFH263CODEC_H #define __OPAL_FFH263CODEC_H #ifdef P_USE_PRAGMA #pragma interface #endif #ifdef H323_RFC2190_AVCODEC struct AVCodec; struct AVCodecContext; struct AVFrame; /////////////////////////////////////////////////////////////////////////////// /**This class is a H.263 video capability. */ class H323_RFC2190_H263Capability : public H323VideoCapability { PCLASSINFO(H323_RFC2190_H263Capability, H323VideoCapability) public: /**@name Construction */ //@{ /**Create a new FFH263 Capability */ H323_RFC2190_H263Capability( unsigned sqcifMPI = 1, // {1..3600 units seconds/frame, 1..32 units 1/29.97 Hz} unsigned qcifMPI = 2, unsigned cifMPI = 4, unsigned cif4MPI = 8, unsigned cif16MPI = 32, unsigned maxBitRate = 400, BOOL unrestrictedVector = FALSE, BOOL arithmeticCoding = FALSE, // not supported BOOL advancedPrediction = FALSE, BOOL pbFrames = FALSE, BOOL temporalSpatialTradeOff = FALSE, // not supported unsigned hrd_B = 0, // not supported unsigned bppMaxKb = 0, // not supported unsigned slowSqcifMPI = 0, unsigned slowQcifMPI = 0, unsigned slowCifMPI = 0, unsigned slowCif4MPI = 0, unsigned slowCif16MPI = 0, BOOL errorCompensation = FALSE // not supported ); //@} /**@name Overrides from class PObject */ //@{ /**Create a copy of the object. */ virtual PObject * Clone() const; //@} /**@name Overrides from class PObject */ //@{ /**Compare object */ Comparison Compare(const PObject & obj) const; //@} /**@name Identification functions */ //@{ /**Get the sub-type of the capability. This is a code dependent on the main type of the capability. This returns one of the four possible combinations of mode and speed using the enum values of the protocol ASN H245_AudioCapability class. */ virtual unsigned GetSubType() const; /**Get the name of the media data format this class represents. */ virtual PString GetFormatName() const; //@} /**@name Protocol manipulation */ //@{ /**This function is called whenever and outgoing TerminalCapabilitySet or OpenLogicalChannel PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour sets the data rate field in the PDU. */ virtual BOOL OnSendingPDU( H245_VideoCapability & pdu /// PDU to set information on ) const; /**This function is called whenever and outgoing RequestMode PDU is being constructed for the control channel. It allows the capability to set the PDU fields from information in members specific to the class. The default behaviour sets the resolution and bit rate. */ virtual BOOL OnSendingPDU( H245_VideoMode & pdu /// PDU to set information on ) const; /**This function is called whenever and incoming TerminalCapabilitySet or OpenLogicalChannel PDU has been used to construct the control channel. It allows the capability to set from the PDU fields, information in members specific to the class. The default behaviour gets the data rate field from the PDU. */ virtual BOOL OnReceivedPDU( const H245_VideoCapability & pdu /// PDU to set information on ); /**Create the codec instance, allocating resources as required. */ virtual H323Codec * CreateCodec( H323Codec::Direction direction /// Direction in which this instance runs ) const; /** Get sqcifMPI */ unsigned GetSQCIFMPI() const { return sqcifMPI; } /** Get qcifMPI */ unsigned GetQCIFMPI() const { return qcifMPI; } /** Get cifMPI */ unsigned GetCIFMPI() const { return cifMPI; } /** Get cif4MPI */ unsigned GetCIF4MPI() const { return cif4MPI; } /** Get cif16MPI */ unsigned GetCIF16MPI() const { return cif16MPI; } /** Get maximum bit rate */ unsigned GetMaxBitRate() const { return maxBitRate; } /** Get unrestrictedVector capabilty */ BOOL GetUnrestrictedVectorCapability() const { return unrestrictedVector; } /** Get arithmeticCoding capabilty */ BOOL GetArithmeticCodingCapability() const { return arithmeticCoding; } /** Get advancedPrediction capabilty */ BOOL GetAdvancedPredictionCapability() const { return advancedPrediction; } /** Get pbFrames capabilty */ BOOL GetPbFramesCapability() const { return pbFrames; } /** Get temporal/spatial tradeoff capabilty */ BOOL GetTemporalSpatialTradeOffCapability() const { return temporalSpatialTradeOff; } /** Get hrd_B */ BOOL GetHrd_B() const { return hrd_B; } /** Get bppMaxKb */ BOOL GetBppMaxKb() const { return bppMaxKb; } /** Get slowSqcifMPI */ unsigned GetSlowSQCIFMPI() const { return (sqcifMPI<0?-sqcifMPI:0); } /** Get slowQcifMPI */ unsigned GetSlowQCIFMPI() const { return (qcifMPI<0?-qcifMPI:0); } /** Get slowCifMPI */ unsigned GetSlowCIFMPI() const { return (cifMPI<0?-cifMPI:0); } /** Get slowCif4MPI */ unsigned GetSlowCIF4MPI() const { return (cif4MPI<0?-cif4MPI:0); } /** Get slowCif16MPI */ unsigned GetSlowCIF16MPI() const { return (cif16MPI<0?-cif16MPI:0); } /** Get errorCompensation capabilty */ BOOL GetErrorCompensationCapability() const { return errorCompensation; } //@} protected: signed sqcifMPI; // {1..3600 units seconds/frame, 1..32 units 1/29.97 Hz} signed qcifMPI; signed cifMPI; signed cif4MPI; signed cif16MPI; unsigned maxBitRate; // units of bit/s BOOL unrestrictedVector; BOOL arithmeticCoding; BOOL advancedPrediction; BOOL pbFrames; BOOL temporalSpatialTradeOff; long unsigned hrd_B; // units of 128 bits unsigned bppMaxKb; // units of 1024 bits BOOL errorCompensation; }; //////////////////////////////////////////////////////////////// class H263Packet : public PObject { PCLASSINFO(H263Packet, PObject) public: H263Packet() { data_size = hdr_size = 0; hdr = data = NULL; }; ~H263Packet() {}; void Store(void *data, int data_size, void *hdr, int hdr_size); BOOL Read(unsigned & length, RTP_DataFrame & frame); private: void *data; int data_size; void *hdr; int hdr_size; }; PDECLARE_LIST(H263PacketList, H263Packet) #if 0 { #endif }; ////////////////////////////////////////////////////////////////////// /**This class is a H.263 video codec. */ class H323_RFC2190_H263Codec : public H323VideoCodec { PCLASSINFO(H323_RFC2190_H263Codec, H323VideoCodec) public: /**Create a new H263 video codec */ H323_RFC2190_H263Codec( Direction direction, /// Direction in which this instance runs signed sqcifMPI, /// {1..3600 units seconds/frame, 1..32 units 1/29.97 Hz} signed qcifMPI, signed cifMPI, signed cif4MPI, signed cif16MPI, unsigned maxBitRate, BOOL unrestrictedVector, BOOL arithmeticCoding, BOOL advancedPrediction, BOOL pbFrames ); ~H323_RFC2190_H263Codec(); /**Encode the data from the appropriate device. This will encode a frame of data for transmission. The exact size and description of the data placed in the buffer is codec dependent but should be less than H323Capability::GetTxFramesInPacket() * OpalMediaFormat::GetFrameSize() in length. The length parameter is filled with the actual length of the encoded data, often this will be the same as the size parameter. This function is called every GetFrameRate() timestamp units, so MUST take less than (or equal to) that amount of time to complete! Note that a returned length of zero indicates that time has passed but there is no data encoded. This is typically used for silence detection in an audio codec. */ virtual BOOL Read( BYTE * buffer, /// Buffer of encoded data unsigned & length, /// Actual length of encoded data buffer RTP_DataFrame & rtpFrame /// RTP data frame ); /**Decode the data and output it to appropriate device. This will decode a single frame of received data. The exact size and description of the data required in the buffer is codec dependent but should be less than H323Capability::GetRxFramesInPacket() * OpalMediaFormat::GetFrameSize() in length. It is expected this function anunciates the data. That is, for example with audio data, the sound is output on a speaker. This function is called every GetFrameRate() timestamp units, so MUST take less than that amount of time to complete! */ virtual BOOL Write( const BYTE * buffer, /// Buffer of encoded data unsigned length, /// Length of encoded data buffer const RTP_DataFrame & rtp, /// RTP data frame unsigned & written /// Number of bytes used from data buffer ); /**Get the frame rate in RTP timestamp units. */ virtual unsigned GetFrameRate() const { return rtpTimestampDelta; } /**Quality of the transmitted video. 1 is good, 31 is poor. */ void SetTxQualityLevel(int qLevel); /**Minimum quality limit for the transmitted video. * Default is 1. Encode quality will not be set below this value. */ virtual void SetTxMinQuality(int qlevel); /**Maximum quality limit for the transmitted video. * Default is 24. Encode quality will not be set above this value. */ virtual void SetTxMaxQuality(int qlevel); /**Number of blocks (that haven't changed) transmitted with each * frame. These blocks fill in the background. */ void SetBackgroundFill(int fillLevel); /**Set the current value for video control mode * return the resulting value video control mode */ virtual void SetVideoMode(unsigned mode); /**Set maximum bitrate when transmitting video. A value of 0 disables bit rate control. The average bitrate will be less depending on channel dead time, i.e. time that the channel could be transmitting bits but is not. */ virtual BOOL SetMaxBitRate(unsigned bitRate); /**Process a OnVideoTemporalSpatialTradeOff indication from remote endpoint. The default behaviour does nothing. */ virtual void OnVideoTemporalSpatialTradeOff(); /**Process a request for a new frame, as part of the picture has been lost. */ virtual void OnLostPartialPicture(); /**Process a request for a new frame, as the entire picture has been lost. */ virtual void OnLostPicture(); /** The ffmpeg library calls this routine, everytime it has a new packet to send. Note that for every encode thread, this one method is called. Consequently, the 'priv_data' is used to separate out packets from different encode threads. */ static void RtpCallback(void *data, int data_size, void *hdr, int hdr_size, void *priv_data); protected: BOOL Resize(int width, int height); BOOL RenderFrame(const void *buffer); BOOL RenderFrame(const AVFrame *pict); BOOL OpenCodec(); void CloseCodec(); H263PacketList encodedPackets; H263PacketList unusedPackets; PBYTEArray encFrameBuffer; PBYTEArray rawFrameBuffer; PINDEX encFrameLen; PINDEX rawFrameLen; AVCodec *codec; AVCodecContext *context; AVFrame *picture; PTime lastFrameTime; unsigned rtpTimestampDelta; PTime lastPacketTime; PINDEX lastPacketBits; enum StdSize {UnknownStdSize, SQCIF = 1, QCIF, CIF, CIF4, CIF16, NumStdSizes}; static int GetStdSize(int width, int height); // static int GetStdWidth (StdSize size); static int GetStdHeight (StdSize size); signed videoFrameRate[NumStdSizes]; /// {1..3600 units seconds/frame, 1..32 units 1/29.97 Hz} StdSize videoSize; BOOL unrestrictedVector; BOOL arithmeticCoding; BOOL advancedPrediction; BOOL pbFrames; }; #endif // H323_AVCODEC #endif // __OPAL_FFH263CODEC_H ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/rfc2833.h0100644000176200056700000000741710343321575016532 0ustar releasepostincr/* * rfc2833.h * * Open Phone Abstraction Library (OPAL) * Formally known as the Open H323 project. * * Copyright (c) 2001 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open Phone Abstraction Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: rfc2833.h,v $ * Revision 1.4 2005/11/30 13:05:01 csoutheren * Changed tags for Doxygen * * Revision 1.3 2002/09/16 01:14:15 robertj * Added #define so can select if #pragma interface/implementation is used on * platform basis (eg MacOS) rather than compiler, thanks Robert Monaghan. * * Revision 1.2 2002/09/03 06:19:37 robertj * Normalised the multi-include header prevention ifdef/define symbol. * * Revision 1.1 2002/01/23 05:06:23 robertj * Added RFC2833 support as separate class * */ #ifndef __OPAL_RFC2833_H #define __OPAL_RFC2833_H #ifdef P_USE_PRAGMA #pragma interface #endif #include "rtp.h" /////////////////////////////////////////////////////////////////////////////// class OpalRFC2833Info : public PObject { PCLASSINFO(OpalRFC2833Info, PObject); public: OpalRFC2833Info( char tone, unsigned duration = 0, unsigned timestamp = 0 ); char GetTone() const { return tone; } unsigned GetDuration() const { return duration; } unsigned GetTimestamp() const { return timestamp; } BOOL IsToneStart() const { return duration == 0; } protected: char tone; unsigned duration; unsigned timestamp; }; class OpalRFC2833 : public PObject { PCLASSINFO(OpalRFC2833, PObject); public: OpalRFC2833( const PNotifier & receiveNotifier ); virtual BOOL SendTone( char tone, ///< DTMF tone code unsigned duration ///< Duration of tone in milliseconds ); virtual BOOL BeginTransmit( char tone ///< DTMF tone code ); virtual BOOL EndTransmit(); virtual void OnStartReceive( char tone ); virtual void OnEndReceive( char tone, unsigned duration, unsigned timestamp ); RTP_DataFrame::PayloadTypes GetPayloadType() const { return payloadType; } void SetPayloadType( RTP_DataFrame::PayloadTypes type ///< new payload type ) { payloadType = type; } const PNotifier & GetReceiveHandler() const { return receiveHandler; } const PNotifier & GetTransmitHandler() const { return transmitHandler; } protected: PDECLARE_NOTIFIER(RTP_DataFrame, OpalRFC2833, ReceivedPacket); PDECLARE_NOTIFIER(RTP_DataFrame, OpalRFC2833, TransmitPacket); PDECLARE_NOTIFIER(PTimer, OpalRFC2833, ReceiveTimeout); PDECLARE_NOTIFIER(PTimer, OpalRFC2833, TransmitEnded); RTP_DataFrame::PayloadTypes payloadType; PMutex mutex; PNotifier receiveNotifier; BOOL receiveComplete; BYTE receivedTone; unsigned receivedDuration; unsigned receiveTimestamp; PTimer receiveTimer; PNotifier receiveHandler; enum { TransmitIdle, TransmitActive, TransmitEnding } transmitState; BYTE transmitCode; unsigned transmitTimestamp; PTimer transmitTimer; PNotifier transmitHandler; }; #endif // __OPAL_RFC2833_H ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/rtp.h0100644000176200056700000011052610343321575016241 0ustar releasepostincr/* * rtp.h * * RTP protocol handler * * Open H323 Library * * Copyright (c) 1998-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Portions of this code were written with the assisance of funding from * Vovida Networks, Inc. http://www.vovida.com. * * Contributor(s): ______________________________________. * * $Log: rtp.h,v $ * Revision 1.58 2005/11/30 13:05:01 csoutheren * Changed tags for Doxygen * * Revision 1.57 2005/11/21 21:06:23 shorne * Added GQoS switches * * Revision 1.56 2005/08/27 02:06:00 csoutheren * Keep track of time first RTP packet is received * * Revision 1.55 2005/01/03 14:03:20 csoutheren * Added new configure options and ability to disable/enable modules * * Revision 1.54 2005/01/03 06:25:52 csoutheren * Added extensive support for disabling code modules at compile time * * Revision 1.53 2004/04/22 12:38:02 rjongbloed * Removed the RTP QoS class if there is no QoS support in build, * thanks Nick Hoath, ISDN Communications Ltd. * * Revision 1.52 2004/04/07 05:31:42 csoutheren * Added ability to receive calls from endpoints behind NAT firewalls * * Revision 1.51 2003/10/27 06:03:39 csoutheren * Added support for QoS * Thanks to Henry Harrison of AliceStreet * * Revision 1.50 2003/10/09 09:47:45 csoutheren * Fixed problem with re-opening RTP half-channels under unusual * circumstances. Thanks to Damien Sandras * * Revision 1.49 2003/05/14 13:46:39 rjongbloed * Removed hack of using special payload type for H.263 for a method which * would be less prone to failure in the future. * * Revision 1.48 2003/05/02 04:57:43 robertj * Added header extension support to RTP data frame class. * * Revision 1.47 2003/05/02 04:21:53 craigs * Added hacked OpalH263 codec * * Revision 1.46 2003/02/07 00:30:41 robertj * Changes for bizarre usage of RTP code outside of scope of H.323 specs. * * Revision 1.45 2003/02/05 06:32:08 robertj * Fixed non-stun symmetric NAT support recently broken. * * Revision 1.44 2003/02/04 07:06:41 robertj * Added STUN support. * * Revision 1.43 2002/11/19 01:48:15 robertj * Allowed get/set of canonical anme and tool name. * * Revision 1.42 2002/11/12 22:10:48 robertj * Updated documentation. * * Revision 1.41 2002/10/31 00:33:29 robertj * Enhanced jitter buffer system so operates dynamically between minimum and * maximum values. Altered API to assure app writers note the change! * * Revision 1.40 2002/09/26 04:01:58 robertj * Fixed calculation of fraction of packets lost in RR, thanks Awais Ali * * Revision 1.39 2002/09/16 01:14:15 robertj * Added #define so can select if #pragma interface/implementation is used on * platform basis (eg MacOS) rather than compiler, thanks Robert Monaghan. * * Revision 1.38 2002/09/03 05:47:02 robertj * Normalised the multi-include header prevention ifdef/define symbol. * Added copy constructor/operator for session manager. * * Revision 1.37 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.36 2002/05/28 02:37:37 robertj * Fixed reading data out of RTCP compound statements. * * Revision 1.35 2002/05/02 05:58:24 robertj * Changed the mechanism for sending RTCP reports so that they will continue * to be sent regardless of if there is any actual data traffic. * Added support for compound RTCP statements for sender and receiver reports. * * Revision 1.34 2002/02/09 02:33:37 robertj * Improved payload type docuemntation and added Cisco CN. * * Revision 1.33 2002/01/22 07:08:26 robertj * Added IllegalPayloadType enum as need marker for none set * and MaxPayloadType is a legal value. * * Revision 1.32 2001/11/09 05:39:54 craigs * Added initial T.38 support thanks to Adam Lazur * * Revision 1.31 2001/09/11 00:21:21 robertj * Fixed missing stack sizes in endpoint for cleaner thread and jitter thread. * * Revision 1.30 2001/07/06 06:32:22 robertj * Added flag and checks for RTP data having specific SSRC. * Changed transmitter IP address check so is based on first received * PDU instead of expecting it to come from the host we are sending to. * * Revision 1.29 2001/06/04 11:37:48 robertj * Added thread safe enumeration functions of RTP sessions. * Added member access functions to UDP based RTP sessions. * * Revision 1.28 2001/04/24 06:15:50 robertj * Added work around for strange Cisco bug which suddenly starts sending * RTP packets beginning at a difference sequence number base. * * Revision 1.27 2001/04/02 23:58:23 robertj * Added jitter calculation to RTP session. * Added trace of statistics. * * Revision 1.26 2001/02/09 05:16:24 robertj * Added #pragma interface for GNU C++. * * Revision 1.25 2000/12/18 08:58:30 craigs * Added ability set ports * * Revision 1.24 2000/09/25 01:44:31 robertj * Fixed possible race condition on shutdown of RTP session with jitter buffer. * * Revision 1.23 2000/09/21 02:06:06 craigs * Added handling for endpoints that return conformant, but useless, RTP address * and port numbers * * Revision 1.22 2000/05/23 12:57:28 robertj * Added ability to change IP Type Of Service code from applications. * * Revision 1.21 2000/05/18 11:53:34 robertj * Changes to support doc++ documentation generation. * * Revision 1.20 2000/05/04 11:49:21 robertj * Added Packets Too Late statistics, requiring major rearrangement of jitter buffer code. * * Revision 1.19 2000/05/02 04:32:25 robertj * Fixed copyright notice comment. * * Revision 1.18 2000/05/01 01:01:24 robertj * Added flag for what to do with out of orer packets (use if jitter, don't if not). * * Revision 1.17 2000/04/30 03:55:18 robertj * Improved the RTCP messages, epecially reports * * Revision 1.16 2000/04/10 17:39:21 robertj * Fixed debug output of RTP payload types to allow for unknown numbers. * * Revision 1.15 2000/04/05 03:17:31 robertj * Added more RTP statistics gathering and H.245 round trip delay calculation. * * Revision 1.14 2000/03/23 02:55:18 robertj * Added sending of SDES control packets. * * Revision 1.13 2000/03/20 20:54:04 robertj * Fixed problem with being able to reopen for reading an RTP_Session (Cisco compatibilty) * * Revision 1.12 2000/02/29 13:00:13 robertj * Added extra statistic display for RTP packets out of order. * * Revision 1.11 1999/12/30 09:14:31 robertj * Changed payload type functions to use enum. * * Revision 1.10 1999/12/23 23:02:35 robertj * File reorganision for separating RTP from H.323 and creation of LID for VPB support. * * Revision 1.9 1999/11/20 05:35:57 robertj * Fixed possibly I/O block in RTP read loops. * * Revision 1.8 1999/11/19 09:17:15 robertj * Fixed problems with aycnhronous shut down of logical channels. * * Revision 1.7 1999/11/14 11:41:18 robertj * Added access functions to RTP statistics. * * Revision 1.6 1999/09/08 04:05:48 robertj * Added support for video capabilities & codec, still needs the actual codec itself! * * Revision 1.5 1999/08/31 12:34:18 robertj * Added gatekeeper support. * * Revision 1.4 1999/07/13 09:53:24 robertj * Fixed some problems with jitter buffer and added more debugging. * * Revision 1.3 1999/07/09 06:09:49 robertj * Major implementation. An ENORMOUS amount of stuff added everywhere. * * Revision 1.2 1999/06/22 13:49:40 robertj * Added GSM support and further RTP protocol enhancements. * * Revision 1.1 1999/06/14 06:12:25 robertj * Changes for using RTP sessions correctly in H323 Logical Channel context * */ #ifndef __OPAL_RTP_H #define __OPAL_RTP_H #ifdef P_USE_PRAGMA #pragma interface #endif #include class RTP_JitterBuffer; #ifdef P_STUN class PSTUNClient; #endif /////////////////////////////////////////////////////////////////////////////// // // class to hold the QoS definitions for an RTP channel #if P_HAS_QOS class RTP_QOS : public PObject { PCLASSINFO(RTP_QOS,PObject); public: PQoS dataQoS; PQoS ctrlQoS; }; #else class RTP_QOS; #endif /////////////////////////////////////////////////////////////////////////////// // Real Time Protocol - IETF RFC1889 and RFC1890 /**An RTP data frame encapsulation. */ class RTP_DataFrame : public PBYTEArray { PCLASSINFO(RTP_DataFrame, PBYTEArray); public: RTP_DataFrame(PINDEX payloadSize = 2048); enum { ProtocolVersion = 2, MinHeaderSize = 12 }; enum PayloadTypes { PCMU, // G.711 u-Law FS1016, // Federal Standard 1016 CELP G721, // ADPCM - Subsumed by G.726 G726 = G721, GSM, // GSM 06.10 G7231, // G.723.1 at 6.3kbps or 5.3 kbps DVI4_8k, // DVI4 at 8kHz sample rate DVI4_16k, // DVI4 at 16kHz sample rate LPC, // LPC-10 Linear Predictive CELP PCMA, // G.711 A-Law G722, // G.722 L16_Stereo, // 16 bit linear PCM L16_Mono, // 16 bit linear PCM G723, // G.723 CN, // Confort Noise MPA, // MPEG1 or MPEG2 audio G728, // G.728 16kbps CELP DVI4_11k, // DVI4 at 11kHz sample rate DVI4_22k, // DVI4 at 22kHz sample rate G729, // G.729 8kbps Cisco_CN, // Cisco systems comfort noise (unofficial) CelB = 25, // Sun Systems Cell-B video JPEG, // Motion JPEG H261 = 31, // H.261 MPV, // MPEG1 or MPEG2 video MP2T, // MPEG2 transport system H263, // H.263 LastKnownPayloadType, DynamicBase = 96, MaxPayloadType = 127, IllegalPayloadType }; unsigned GetVersion() const { return (theArray[0]>>6)&3; } BOOL GetExtension() const { return (theArray[0]&0x10) != 0; } void SetExtension(BOOL ext); BOOL GetMarker() const { return (theArray[1]&0x80) != 0; } void SetMarker(BOOL m); PayloadTypes GetPayloadType() const { return (PayloadTypes)(theArray[1]&0x7f); } void SetPayloadType(PayloadTypes t); WORD GetSequenceNumber() const { return *(PUInt16b *)&theArray[2]; } void SetSequenceNumber(WORD n) { *(PUInt16b *)&theArray[2] = n; } DWORD GetTimestamp() const { return *(PUInt32b *)&theArray[4]; } void SetTimestamp(DWORD t) { *(PUInt32b *)&theArray[4] = t; } DWORD GetSyncSource() const { return *(PUInt32b *)&theArray[8]; } void SetSyncSource(DWORD s) { *(PUInt32b *)&theArray[8] = s; } PINDEX GetContribSrcCount() const { return theArray[0]&0xf; } DWORD GetContribSource(PINDEX idx) const; void SetContribSource(PINDEX idx, DWORD src); PINDEX GetHeaderSize() const; int GetExtensionType() const; // -1 is no extension void SetExtensionType(int type); PINDEX GetExtensionSize() const; BOOL SetExtensionSize(PINDEX sz); BYTE * GetExtensionPtr() const; PINDEX GetPayloadSize() const { return payloadSize; } BOOL SetPayloadSize(PINDEX sz); BYTE * GetPayloadPtr() const { return (BYTE *)(theArray+GetHeaderSize()); } protected: PINDEX payloadSize; #if PTRACING friend ostream & operator<<(ostream & o, PayloadTypes t); #endif }; PLIST(RTP_DataFrameList, RTP_DataFrame); /**An RTP control frame encapsulation. */ class RTP_ControlFrame : public PBYTEArray { PCLASSINFO(RTP_ControlFrame, PBYTEArray); public: RTP_ControlFrame(PINDEX compoundSize = 2048); unsigned GetVersion() const { return (BYTE)theArray[compoundOffset]>>6; } unsigned GetCount() const { return (BYTE)theArray[compoundOffset]&0x1f; } void SetCount(unsigned count); enum PayloadTypes { e_SenderReport = 200, e_ReceiverReport, e_SourceDescription, e_Goodbye, e_ApplDefined }; unsigned GetPayloadType() const { return (BYTE)theArray[compoundOffset+1]; } void SetPayloadType(unsigned t); PINDEX GetPayloadSize() const { return 4*(*(PUInt16b *)&theArray[compoundOffset+2]); } void SetPayloadSize(PINDEX sz); BYTE * GetPayloadPtr() const { return (BYTE *)(theArray+compoundOffset+4); } BOOL ReadNextCompound(); BOOL WriteNextCompound(); PINDEX GetCompoundSize() const { return compoundSize; } #pragma pack(1) struct ReceiverReport { PUInt32b ssrc; /* data source being reported */ BYTE fraction; /* fraction lost since last SR/RR */ BYTE lost[3]; /* cumulative number of packets lost (signed!) */ PUInt32b last_seq; /* extended last sequence number received */ PUInt32b jitter; /* interarrival jitter */ PUInt32b lsr; /* last SR packet from this source */ PUInt32b dlsr; /* delay since last SR packet */ unsigned GetLostPackets() const { return (lost[0]<<16U)+(lost[1]<<8U)+lost[2]; } void SetLostPackets(unsigned lost); }; struct SenderReport { PUInt32b ssrc; /* source this RTCP packet refers to */ PUInt32b ntp_sec; /* NTP timestamp */ PUInt32b ntp_frac; PUInt32b rtp_ts; /* RTP timestamp */ PUInt32b psent; /* packets sent */ PUInt32b osent; /* octets sent */ }; enum DescriptionTypes { e_END, e_CNAME, e_NAME, e_EMAIL, e_PHONE, e_LOC, e_TOOL, e_NOTE, e_PRIV, NumDescriptionTypes }; struct SourceDescription { PUInt32b src; /* first SSRC/CSRC */ struct Item { BYTE type; /* type of SDES item (enum DescriptionTypes) */ BYTE length; /* length of SDES item (in octets) */ char data[1]; /* text, not zero-terminated */ const Item * GetNextItem() const { return (const Item *)((char *)this + length + 2); } Item * GetNextItem() { return (Item *)((char *)this + length + 2); } } item[1]; /* list of SDES items */ }; SourceDescription & AddSourceDescription( DWORD src ///< SSRC/CSRC identifier ); SourceDescription::Item & AddSourceDescriptionItem( SourceDescription & sdes, ///< SDES record to add item to unsigned type, ///< Description type const PString & data ///< Data for description ); #pragma pack() protected: PINDEX compoundOffset; PINDEX compoundSize; }; class RTP_Session; /**This class is the base for user data that may be attached to the RTP_session allowing callbacks for statistics and progress monitoring to be passed to an arbitrary object that an RTP consumer may require. */ class RTP_UserData : public PObject { PCLASSINFO(RTP_UserData, PObject); public: /**Callback from the RTP session for transmit statistics monitoring. This is called every RTP_Session::txStatisticsInterval packets on the transmitter indicating that the statistics have been updated. The default behaviour does nothing. */ virtual void OnTxStatistics( const RTP_Session & session ///< Session with statistics ) const; /**Callback from the RTP session for receive statistics monitoring. This is called every RTP_Session::receiverReportInterval packets on the receiver indicating that the statistics have been updated. The default behaviour does nothing. */ virtual void OnRxStatistics( const RTP_Session & session ///< Session with statistics ) const; }; /**This class is for encpsulating the IETF Real Time Protocol interface. */ class RTP_Session : public PObject { PCLASSINFO(RTP_Session, PObject); public: enum { DefaultAudioSessionID = 1, DefaultVideoSessionID = 2, DefaultFaxSessionID = 3 }; /**@name Construction */ //@{ /**Create a new RTP session. */ RTP_Session( unsigned id, ///< Session ID for RTP channel RTP_UserData * userData = NULL ///< Optional data for session. ); /**Delete a session. This deletes the userData field. */ ~RTP_Session(); //@} /**@name Operations */ //@{ /**Sets the size of the jitter buffer to be used by this RTP session. A session default to not having any jitter buffer enabled for reading and the ReadBufferedData() function simply calls ReadData(). Once a jitter buffer has been created it cannot be removed, though its size may be adjusted. If the jitterDelay paramter is zero, it destroys the jitter buffer attached to this RTP session. */ void SetJitterBufferSize( unsigned minJitterDelay, ///< Minimum jitter buffer delay in RTP timestamp units unsigned maxJitterDelay, ///< Maximum jitter buffer delay in RTP timestamp units PINDEX stackSize = 30000 ///< Stack size for jitter thread ); /**Get current size of the jitter buffer. This returns the currently used jitter buffer delay in RTP timestamp units. It will be some value between the minimum and maximum set in the SetJitterBufferSize() function. */ unsigned GetJitterBufferSize() const; /**Modifies the QOS specifications for this RTP session*/ virtual BOOL ModifyQOS(RTP_QOS * ) { return FALSE; } /**Read a data frame from the RTP channel. This function will conditionally read data from eth jitter buffer or directly if there is no jitter buffer enabled. An application should generally use this in preference to directly calling ReadData(). */ BOOL ReadBufferedData( DWORD timestamp, ///< Timestamp to read from buffer. RTP_DataFrame & frame ///< Frame read from the RTP session ); /**Read a data frame from the RTP channel. Any control frames received are dispatched to callbacks and are not returned by this function. It will block until a data frame is available or an error occurs. */ virtual BOOL ReadData( RTP_DataFrame & frame ///< Frame read from the RTP session ) = 0; /**Write a data frame from the RTP channel. */ virtual BOOL WriteData( RTP_DataFrame & frame ///< Frame to write to the RTP session ) = 0; /**Write a control frame from the RTP channel. */ virtual BOOL WriteControl( RTP_ControlFrame & frame ///< Frame to write to the RTP session ) = 0; /**Write the RTCP reports. */ virtual BOOL SendReport(); /**Close down the RTP session. */ virtual void Close( BOOL reading ///< Closing the read side of the session ) = 0; /**Get the local host name as used in SDES packes. */ virtual PString GetLocalHostName() = 0; //@} /**@name Call back functions */ //@{ enum SendReceiveStatus { e_ProcessPacket, e_IgnorePacket, e_AbortTransport }; virtual SendReceiveStatus OnSendData(RTP_DataFrame & frame); virtual SendReceiveStatus OnReceiveData(const RTP_DataFrame & frame); virtual SendReceiveStatus OnReceiveControl(RTP_ControlFrame & frame); class ReceiverReport : public PObject { PCLASSINFO(ReceiverReport, PObject); public: void PrintOn(ostream &) const; DWORD sourceIdentifier; DWORD fractionLost; /* fraction lost since last SR/RR */ DWORD totalLost; /* cumulative number of packets lost (signed!) */ DWORD lastSequenceNumber; /* extended last sequence number received */ DWORD jitter; /* interarrival jitter */ PTimeInterval lastTimestamp;/* last SR packet from this source */ PTimeInterval delay; /* delay since last SR packet */ }; PARRAY(ReceiverReportArray, ReceiverReport); class SenderReport : public PObject { PCLASSINFO(SenderReport, PObject); public: void PrintOn(ostream &) const; DWORD sourceIdentifier; PTime realTimestamp; DWORD rtpTimestamp; DWORD packetsSent; DWORD octetsSent; }; virtual void OnRxSenderReport(const SenderReport & sender, const ReceiverReportArray & reports); virtual void OnRxReceiverReport(DWORD src, const ReceiverReportArray & reports); class SourceDescription : public PObject { PCLASSINFO(SourceDescription, PObject); public: SourceDescription(DWORD src) { sourceIdentifier = src; } void PrintOn(ostream &) const; DWORD sourceIdentifier; POrdinalToString items; }; PARRAY(SourceDescriptionArray, SourceDescription); virtual void OnRxSourceDescription(const SourceDescriptionArray & descriptions); virtual void OnRxGoodbye(const PDWORDArray & sources, const PString & reason); virtual void OnRxApplDefined(const PString & type, unsigned subtype, DWORD src, const BYTE * data, PINDEX size); //@} /**@name Member variable access */ //@{ /**Get the ID for the RTP session. */ unsigned GetSessionID() const { return sessionID; } /**Get the canonical name for the RTP session. */ PString GetCanonicalName() const; /**Set the canonical name for the RTP session. */ void SetCanonicalName(const PString & name); /**Get the tool name for the RTP session. */ PString GetToolName() const; /**Set the tool name for the RTP session. */ void SetToolName(const PString & name); /**Get the user data for the session. */ RTP_UserData * GetUserData() const { return userData; } /**Set the user data for the session. */ void SetUserData( RTP_UserData * data ///< New user data to be used ); /**Get the source output identifier. */ DWORD GetSyncSourceOut() const { return syncSourceOut; } /**Increment reference count for RTP session. */ void IncrementReference() { referenceCount++; } /**Decrement reference count for RTP session. */ BOOL DecrementReference() { return --referenceCount == 0; } /**Indicate if will ignore all but first received SSRC value. */ BOOL WillIgnoreOtherSources() const { return ignoreOtherSources; } /**Indicate if will ignore all but first received SSRC value. */ void SetIgnoreOtherSources( BOOL ignore ///< Flag for ignore other SSRC values ) { ignoreOtherSources = ignore; } /**Indicate if will ignore out of order packets. */ BOOL WillIgnoreOutOfOrderPackets() const { return ignoreOutOfOrderPackets; } /**Indicate if will ignore out of order packets. */ void SetIgnoreOutOfOrderPackets( BOOL ignore ///< Flag for ignore out of order packets ) { ignoreOutOfOrderPackets = ignore; } /**Get the time interval for sending RTCP reports in the session. */ const PTimeInterval & GetReportTimeInterval() { return reportTimeInterval; } /**Set the time interval for sending RTCP reports in the session. */ void SetReportTimeInterval( const PTimeInterval & interval ///< New time interval for reports. ) { reportTimeInterval = interval; } /**Get the interval for transmitter statistics in the session. */ unsigned GetTxStatisticsInterval() { return txStatisticsInterval; } /**Set the interval for transmitter statistics in the session. */ void SetTxStatisticsInterval( unsigned packets ///< Number of packets between callbacks ); /**Get the interval for receiver statistics in the session. */ unsigned GetRxStatisticsInterval() { return rxStatisticsInterval; } /**Set the interval for receiver statistics in the session. */ void SetRxStatisticsInterval( unsigned packets ///< Number of packets between callbacks ); /**Get total number of packets sent in session. */ DWORD GetPacketsSent() const { return packetsSent; } /**Get total number of octets sent in session. */ DWORD GetOctetsSent() const { return octetsSent; } /**Get total number of packets received in session. */ DWORD GetPacketsReceived() const { return packetsReceived; } /**Get total number of octets received in session. */ DWORD GetOctetsReceived() const { return octetsReceived; } /**Get total number received packets lost in session. */ DWORD GetPacketsLost() const { return packetsLost; } /**Get total number of packets received out of order in session. */ DWORD GetPacketsOutOfOrder() const { return packetsOutOfOrder; } /**Get total number received packets too late to go into jitter buffer. */ DWORD GetPacketsTooLate() const; /**Get average time between sent packets. This is averaged over the last txStatisticsInterval packets and is in milliseconds. */ DWORD GetAverageSendTime() const { return averageSendTime; } /**Get maximum time between sent packets. This is over the last txStatisticsInterval packets and is in milliseconds. */ DWORD GetMaximumSendTime() const { return maximumSendTime; } /**Get minimum time between sent packets. This is over the last txStatisticsInterval packets and is in milliseconds. */ DWORD GetMinimumSendTime() const { return minimumSendTime; } /**Get average time between received packets. This is averaged over the last rxStatisticsInterval packets and is in milliseconds. */ DWORD GetAverageReceiveTime() const { return averageReceiveTime; } /**Get maximum time between received packets. This is over the last rxStatisticsInterval packets and is in milliseconds. */ DWORD GetMaximumReceiveTime() const { return maximumReceiveTime; } /**Get minimum time between received packets. This is over the last rxStatisticsInterval packets and is in milliseconds. */ DWORD GetMinimumReceiveTime() const { return minimumReceiveTime; } /**Get averaged jitter time for received packets. This is the calculated statistical variance of the interarrival time of received packets in milliseconds. */ DWORD GetAvgJitterTime() const { return jitterLevel>>7; } /**Get averaged jitter time for received packets. This is the maximum value of jitterLevel for the session. */ DWORD GetMaxJitterTime() const { return maximumJitterLevel>>7; } /** * return the timestamp at which the first packet of RTP data was received */ PTime GetFirstDataReceivedTime() const { return firstDataReceivedTime; } //@} protected: void AddReceiverReport(RTP_ControlFrame::ReceiverReport & receiver); unsigned sessionID; PString canonicalName; PString toolName; unsigned referenceCount; RTP_UserData * userData; #ifndef NO_H323_AUDIO_CODECS RTP_JitterBuffer * jitter; #endif BOOL ignoreOtherSources; BOOL ignoreOutOfOrderPackets; DWORD syncSourceOut; DWORD syncSourceIn; PTimeInterval reportTimeInterval; unsigned txStatisticsInterval; unsigned rxStatisticsInterval; WORD lastSentSequenceNumber; WORD expectedSequenceNumber; DWORD lastSentTimestamp; PTimeInterval lastSentPacketTime; PTimeInterval lastReceivedPacketTime; WORD lastRRSequenceNumber; PINDEX consecutiveOutOfOrderPackets; // Statistics DWORD packetsSent; DWORD octetsSent; DWORD packetsReceived; DWORD octetsReceived; DWORD packetsLost; DWORD packetsOutOfOrder; DWORD averageSendTime; DWORD maximumSendTime; DWORD minimumSendTime; DWORD averageReceiveTime; DWORD maximumReceiveTime; DWORD minimumReceiveTime; DWORD jitterLevel; DWORD maximumJitterLevel; unsigned txStatisticsCount; unsigned rxStatisticsCount; DWORD averageSendTimeAccum; DWORD maximumSendTimeAccum; DWORD minimumSendTimeAccum; DWORD averageReceiveTimeAccum; DWORD maximumReceiveTimeAccum; DWORD minimumReceiveTimeAccum; DWORD packetsLostSinceLastRR; DWORD lastTransitTime; PTime firstDataReceivedTime; PMutex reportMutex; PTimer reportTimer; }; /**This class is for encpsulating the IETF Real Time Protocol interface. */ class RTP_SessionManager : public PObject { PCLASSINFO(RTP_SessionManager, PObject); public: /**@name Construction */ //@{ /**Construct new session manager database. */ RTP_SessionManager(); RTP_SessionManager(const RTP_SessionManager & sm); RTP_SessionManager & operator=(const RTP_SessionManager & sm); //@} /**@name Operations */ //@{ /**Use an RTP session for the specified ID. If this function returns a non-null value, then the ReleaseSession() function MUST be called or the session is never deleted for the lifetime of the session manager. If there is no session of the specified ID, then you MUST call the AddSession() function with a new RTP_Session. The mutex flag is left locked in this case. The AddSession() expects the mutex to be locked and unlocks it automatically. */ RTP_Session * UseSession( unsigned sessionID ///< Session ID to use. ); /**Add an RTP session for the specified ID. This function MUST be called only after the UseSession() function has returned NULL. The mutex flag is left locked in that case. This function expects the mutex to be locked and unlocks it automatically. */ void AddSession( RTP_Session * session ///< Session to add. ); /**Release the session. If the session ID is not being used any more any clients via the UseSession() function, then the session is deleted. */ void ReleaseSession( unsigned sessionID ///< Session ID to release. ); /**Get a session for the specified ID. Unlike UseSession, this does not increment the usage count on the session so may be used to just gain a pointer to an RTP session. */ RTP_Session * GetSession( unsigned sessionID /// Session ID to get. ) const; /**Begin an enumeration of the RTP sessions. This function acquires the mutex for the sessions database and returns the first element in it. eg: RTP_Session * session; for (session = rtpSessions.First(); session != NULL; session = rtpSessions.Next()) { if (session->Something()) { rtpSessions.Exit(); break; } } Note that the Exit() function must be called if the enumeration is stopped prior to Next() returning NULL. */ RTP_Session * First(); /**Get the next session in the enumeration. The session database remains locked until this function returns NULL. Note that the Exit() function must be called if the enumeration is stopped prior to Next() returning NULL. */ RTP_Session * Next(); /**Exit the enumeration of RTP sessions. If the enumeration is desired to be exited before Next() returns NULL this this must be called to unlock the session database. Note that you should NOT call Exit() if Next() HAS returned NULL, or race conditions can result. */ void Exit(); //@} protected: PDICTIONARY(SessionDict, POrdinalKey, RTP_Session); SessionDict sessions; PMutex mutex; PINDEX enumerationIndex; }; /**This class is for the IETF Real Time Protocol interface on UDP/IP. */ class RTP_UDP : public RTP_Session { PCLASSINFO(RTP_UDP, RTP_Session); public: /**@name Construction */ //@{ /**Create a new RTP channel. */ RTP_UDP( unsigned id, ///< Session ID for RTP channel BOOL remoteIsNat = FALSE ///< If TRUE, we have hints the remote endpoint is behind a NAT ); /// Destroy the RTP ~RTP_UDP(); //@} /**@name Overrides from class RTP_Session */ //@{ /**Read a data frame from the RTP channel. Any control frames received are dispatched to callbacks and are not returned by this function. It will block until a data frame is available or an error occurs. */ virtual BOOL ReadData(RTP_DataFrame & frame); /**Write a data frame from the RTP channel. */ virtual BOOL WriteData(RTP_DataFrame & frame); /**Write a control frame from the RTP channel. */ virtual BOOL WriteControl(RTP_ControlFrame & frame); /**Close down the RTP session. */ virtual void Close( BOOL reading ///< Closing the read side of the session ); /**Get the session description name. */ virtual PString GetLocalHostName(); //@} /**@name QoS Settings */ //@{ /**Change the QoS settings */ virtual BOOL ModifyQOS(RTP_QOS * rtpqos); /** Enable QOS on Call Basis */ virtual void EnableGQoS(); #if P_HAS_QOS /** Get the QOS settings */ PQoS & GetQOS(); #endif //@} /**@name New functions for class */ //@{ /**Open the UDP ports for the RTP session. */ BOOL Open( PIPSocket::Address localAddress, ///< Local interface to bind to WORD portBase, ///< Base of ports to search WORD portMax, ///< end of ports to search (inclusive) BYTE ipTypeOfService, ///< Type of Service byte #ifdef P_STUN PSTUNClient * stun = NULL, ///< STUN server to use createing sockets (or NULL if no STUN) #else void * = NULL, ///< STUN server to use createing sockets (or NULL if no STUN) #endif RTP_QOS * rtpqos = NULL ///< QOS spec (or NULL if no QoS) ); //@} /**Reopens an existing session in the given direction. */ void Reopen(BOOL isReading); //@} /**@name Member variable access */ //@{ /**Get local address of session. */ PIPSocket::Address GetLocalAddress() const { return localAddress; } /**Set local address of session. */ void SetLocalAddress( const PIPSocket::Address & addr ) { localAddress = addr; } /**Get remote address of session. */ PIPSocket::Address GetRemoteAddress() const { return remoteAddress; } /**Get local data port of session. */ WORD GetLocalDataPort() const { return localDataPort; } /**Get local control port of session. */ WORD GetLocalControlPort() const { return localControlPort; } /**Get remote data port of session. */ WORD GetRemoteDataPort() const { return remoteDataPort; } /**Get remote control port of session. */ WORD GetRemoteControlPort() const { return remoteControlPort; } /**Get data UDP socket of session. */ PUDPSocket & GetDataSocket() { return *dataSocket; } /**Get control UDP socket of session. */ PUDPSocket & GetControlSocket() { return *controlSocket; } /**Set the remote address and port information for session. */ BOOL SetRemoteSocketInfo( PIPSocket::Address address, ///< Address of remote WORD port, ///< Port on remote BOOL isDataPort ///< Flag for data or control channel ); /**Apply QOS - requires address to connect the socket on Windows platforms */ void ApplyQOS( const PIPSocket::Address & addr ); //@} protected: SendReceiveStatus ReadDataPDU(RTP_DataFrame & frame); SendReceiveStatus ReadControlPDU(); SendReceiveStatus ReadDataOrControlPDU( PUDPSocket & socket, PBYTEArray & frame, BOOL fromDataChannel ); PIPSocket::Address localAddress; WORD localDataPort; WORD localControlPort; PIPSocket::Address remoteAddress; WORD remoteDataPort; WORD remoteControlPort; PIPSocket::Address remoteTransmitAddress; BOOL shutdownRead; BOOL shutdownWrite; PUDPSocket * dataSocket; PUDPSocket * controlSocket; BOOL appliedQOS; BOOL enableGQOS; BOOL remoteIsNAT; }; #endif // __OPAL_RTP_H ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/rtp2wav.h0100444000176200056700000000474707606503534017053 0ustar releasepostincr/* * rfc28rtp2wav33.h * * Open Phone Abstraction Library (OPAL) * Formally known as the Open H323 project. * * Copyright (c) 2001 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open Phone Abstraction Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: rtp2wav.h,v $ * Revision 1.4 2003/01/07 07:53:00 craigs * Fixed problem with multi-frame G.723.1 packets * * Revision 1.3 2002/09/16 01:14:15 robertj * Added #define so can select if #pragma interface/implementation is used on * platform basis (eg MacOS) rather than compiler, thanks Robert Monaghan. * * Revision 1.2 2002/05/23 04:22:29 robertj * Fixed problem with detecting correct payload type. Must * wait for first non-empty packet. * Added virtual function so can override record start point. * * Revision 1.1 2002/05/21 02:42:58 robertj * Added class to allow for saving of RTP data to a WAV file. * */ #ifndef __RTP_RTP2WAV_H #define __RTP_RTP2WAV_H #ifdef P_USE_PRAGMA #pragma interface #endif #include #include "rtp.h" /////////////////////////////////////////////////////////////////////////////// /**This class encapsulates a WAV file that can be used to intercept RTP data in the standard H323RTPChannel class. */ class OpalRtpToWavFile : public PWAVFile { PCLASSINFO(OpalRtpToWavFile, PWAVFile); public: OpalRtpToWavFile(); OpalRtpToWavFile( const PString & filename ); virtual BOOL OnFirstPacket(RTP_DataFrame & frame); const PNotifier & GetReceiveHandler() const { return receiveHandler; } protected: PDECLARE_NOTIFIER(RTP_DataFrame, OpalRtpToWavFile, ReceivedPacket); PNotifier receiveHandler; RTP_DataFrame::PayloadTypes payloadType; PBYTEArray lastFrame; PINDEX lastPayloadSize; }; #endif // __RTP_RTP2WAV_H ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/svcctrl.h0100755000176200056700000002267207642163112017122 0ustar releasepostincr/* * svcctrl.h * * H.225 Service Control protocol handler * * Open H323 Library * * Copyright (c) 2003 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * Contributor(s): ______________________________________. * * $Log: svcctrl.h,v $ * Revision 1.1 2003/04/01 01:07:22 robertj * Split service control handlers from H.225 RAS header. * */ #ifndef __OPAL_SVCCTRL_H #define __OPAL_SVCCTRL_H #ifdef P_USE_PRAGMA #pragma interface #endif class H225_ServiceControlDescriptor; class H225_ServiceControlIndication; class H225_ServiceControlResponse; class H248_SignalsDescriptor; class H248_SignalRequest; class H323EndPoint; class H323Connection; /////////////////////////////////////////////////////////////////////////////// /**This is a base class for H.323 Service Control Session handling. This implements the service class session management as per Annex K/H.323. */ class H323ServiceControlSession : public PObject { PCLASSINFO(H323ServiceControlSession, PObject); public: /**@name Construction */ //@{ /**Create a new handler for a Service Control. */ H323ServiceControlSession(); //@} /**@name Operations */ //@{ /**Determine of the session is valid. That is has all of the data it needs to correctly encode a PDU. Default behaviour is pure. */ virtual BOOL IsValid() const = 0; /**Get identification name for the Control Service. This function separates the dynamic data from the fundamental type of the control service which will cause a new session ID to be generated by the gatekeeper server. Default behaviour returns the class name. */ virtual PString GetServiceControlType() const; /**Handle a received PDU. Update in the internal state from the received PDU. Returns FALSE is PDU is not sutiable for the class type. Default behaviour is pure. */ virtual BOOL OnReceivedPDU( const H225_ServiceControlDescriptor & descriptor ) = 0; /**Handle a sent PDU. Set the PDU fields from in the internal state. Returns FALSE is PDU cannot be created. Default behaviour is pure. */ virtual BOOL OnSendingPDU( H225_ServiceControlDescriptor & descriptor ) const = 0; enum ChangeType { OpenSession, // H225_ServiceControlSession_reason::e_open RefreshSession, // H225_ServiceControlSession_reason::e_refresh CloseSession // H225_ServiceControlSession_reason::e_close }; /**Handle a change of the state of the Service Control Session. Default behaviour is pure. */ virtual void OnChange( unsigned type, unsigned sessionId, H323EndPoint & endpoint, H323Connection * connection ) const = 0; //@} }; /**This class is for H.323 Service Control Session handling for HTTP. This implements the HTTP channel management as per Annex K/H.323. */ class H323HTTPServiceControl : public H323ServiceControlSession { PCLASSINFO(H323HTTPServiceControl, H323ServiceControlSession); public: /**@name Construction */ //@{ /**Create a new handler for a Service Control. */ H323HTTPServiceControl( const PString & url ); /**Create a new handler for a Service Control, initialise to PDU. */ H323HTTPServiceControl( const H225_ServiceControlDescriptor & contents ); //@} /**@name Operations */ //@{ /**Determine of the session is valid. That is has all of the data it needs to correctly encode a PDU. Default behaviour returns TRUE if url is not an empty string. */ virtual BOOL IsValid() const; /**Get identification name for the Control Service. This function separates the dynamic data from the fundamental type of the control service which will cause a new session ID to be generated by the gatekeeper server. Default behaviour returns the class name. */ virtual PString GetServiceControlType() const; /**Handle a received PDU. Update in the internal state from the received PDU. Default behaviour gets the contents for an e_url. */ virtual BOOL OnReceivedPDU( const H225_ServiceControlDescriptor & contents ); /**Handle a sent PDU. Set the PDU fields from in the internal state. Default behaviour sets the contents to an e_url. */ virtual BOOL OnSendingPDU( H225_ServiceControlDescriptor & contents ) const; /**Handle a change of the state of the Service Control Session. Default behaviour calls endpoint.OnHTTPServiceControl(). */ virtual void OnChange( unsigned type, unsigned sessionId, H323EndPoint & endpoint, H323Connection * connection ) const; //@} protected: PString url; }; /**This is a base class for H.323 Service Control Session handling for H.248. */ class H323H248ServiceControl : public H323ServiceControlSession { PCLASSINFO(H323H248ServiceControl, H323ServiceControlSession); public: /**@name Construction */ //@{ /**Create a new handler for a Service Control. */ H323H248ServiceControl(); /**Create a new handler for a Service Control, initialise to PDU. */ H323H248ServiceControl( const H225_ServiceControlDescriptor & contents ); //@} /**@name Operations */ //@{ /**Handle a received PDU. Update in the internal state from the received PDU. Default behaviour converts to pdu to H248_SignalsDescriptor and calls that version of OnReceivedPDU(). */ virtual BOOL OnReceivedPDU( const H225_ServiceControlDescriptor & contents ); /**Handle a sent PDU. Set the PDU fields from in the internal state. Default behaviour calls the H248_SignalsDescriptor version of OnSendingPDU() and converts that to the contents pdu. */ virtual BOOL OnSendingPDU( H225_ServiceControlDescriptor & contents ) const; /**Handle a received PDU. Update in the internal state from the received PDU. Default behaviour calls the H248_SignalRequest version of OnReceivedPDU() for every element in H248_SignalsDescriptor. */ virtual BOOL OnReceivedPDU( const H248_SignalsDescriptor & descriptor ); /**Handle a sent PDU. Set the PDU fields from in the internal state. Default behaviour calls the H248_SignalRequest version of OnSendingPDU() and appends it to the H248_SignalsDescriptor. */ virtual BOOL OnSendingPDU( H248_SignalsDescriptor & descriptor ) const; /**Handle a received PDU. Update in the internal state from the received PDU. Default behaviour is pure. */ virtual BOOL OnReceivedPDU( const H248_SignalRequest & request ) = 0; /**Handle a sent PDU. Set the PDU fields from in the internal state. Default behaviour is pure. */ virtual BOOL OnSendingPDU( H248_SignalRequest & request ) const = 0; //@} }; /**This class is for H.323 Service Control Session handling for call credit. */ class H323CallCreditServiceControl : public H323ServiceControlSession { PCLASSINFO(H323CallCreditServiceControl, H323ServiceControlSession); public: /**@name Construction */ //@{ /**Create a new handler for a Service Control. */ H323CallCreditServiceControl( const PString & amount, BOOL mode, unsigned duration = 0 ); /**Create a new handler for a Service Control, initialise to PDU. */ H323CallCreditServiceControl( const H225_ServiceControlDescriptor & contents ); //@} /**@name Operations */ //@{ /**Determine of the session is valid. That is has all of the data it needs to correctly encode a PDU. Default behaviour returns TRUE if amount or duration is set. */ virtual BOOL IsValid() const; /**Handle a received PDU. Update in the internal state from the received PDU. Default behaviour gets the contents for an e_callCreditServiceControl. */ virtual BOOL OnReceivedPDU( const H225_ServiceControlDescriptor & contents ); /**Handle a sent PDU. Set the PDU fields from in the internal state. Default behaviour sets the contents to an e_callCreditServiceControl. */ virtual BOOL OnSendingPDU( H225_ServiceControlDescriptor & contents ) const; /**Handle a change of the state of the Service Control Session. Default behaviour calls endpoint.OnCallCreditServiceControl() and optionally connection->SetEnforceDurationLimit(). */ virtual void OnChange( unsigned type, unsigned sessionId, H323EndPoint & endpoint, H323Connection * connection ) const; //@} protected: PString amount; BOOL mode; unsigned durationLimit; }; #endif // __OPAL_SVCCTRL_H ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/t120proto.h0100644000176200056700000000555407541230147017212 0ustar releasepostincr/* * t120proto.h * * T.120 protocol handler * * Open Phone Abstraction Library * * Copyright (c) 2001 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: t120proto.h,v $ * Revision 1.4 2002/09/16 01:14:15 robertj * Added #define so can select if #pragma interface/implementation is used on * platform basis (eg MacOS) rather than compiler, thanks Robert Monaghan. * * Revision 1.3 2002/09/03 05:44:46 robertj * Normalised the multi-include header prevention ifdef/define symbol. * Added globally accessible functions for media format name. * Added standard TCP port constant. * * Revision 1.2 2002/02/01 01:47:02 robertj * Some more fixes for T.120 channel establishment, more to do! * * Revision 1.1 2001/07/17 04:44:29 robertj * Partial implementation of T.120 and T.38 logical channels. * */ #ifndef __OPAL_T120PROTO_H #define __OPAL_T120PROTO_H #ifdef P_USE_PRAGMA #pragma interface #endif #include "mediafmt.h" class H323Transport; class X224; class MCS_ConnectMCSPDU; class MCS_DomainMCSPDU; /////////////////////////////////////////////////////////////////////////////// /**This class describes the T.120 protocol handler. */ class OpalT120Protocol : public PObject { PCLASSINFO(OpalT120Protocol, PObject); public: enum { DefaultTcpPort = 1503 }; static OpalMediaFormat const MediaFormat; /**@name Construction */ //@{ /**Create a new protocol handler. */ OpalT120Protocol(); //@} /**@name Operations */ //@{ /**Handle the origination of a T.120 connection. */ virtual BOOL Originate( H323Transport & transport ); /**Handle the origination of a T.120 connection. */ virtual BOOL Answer( H323Transport & transport ); /**Handle incoming T.120 connection. If returns FALSE, then the reading loop should be terminated. */ virtual BOOL HandleConnect( const MCS_ConnectMCSPDU & pdu ); /**Handle incoming T.120 packet. If returns FALSE, then the reading loop should be terminated. */ virtual BOOL HandleDomain( const MCS_DomainMCSPDU & pdu ); //@} }; #endif // __OPAL_T120PROTO_H ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/t38.h0100644000176200056700000003015110034005721016032 0ustar releasepostincr// // t38.h // // Code automatically generated by asnparse. // #if ! H323_DISABLE_T38 #ifndef __T38_H #define __T38_H #ifdef P_USE_PRAGMA #pragma interface #endif #include // // Type-of-msg // class T38_Type_of_msg_t30_indicator; class T38_Type_of_msg_data; class T38_Type_of_msg : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(T38_Type_of_msg, PASN_Choice); #endif public: T38_Type_of_msg(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_t30_indicator, e_data }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator T38_Type_of_msg_t30_indicator &() const; #else operator T38_Type_of_msg_t30_indicator &(); operator const T38_Type_of_msg_t30_indicator &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator T38_Type_of_msg_data &() const; #else operator T38_Type_of_msg_data &(); operator const T38_Type_of_msg_data &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // Data-Field // class T38_Data_Field_subtype; class T38_Data_Field : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(T38_Data_Field, PASN_Array); #endif public: T38_Data_Field(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; T38_Data_Field_subtype & operator[](PINDEX i) const; PObject * Clone() const; }; // // PreCorrigendum-Data-Field // class T38_PreCorrigendum_Data_Field_subtype; class T38_PreCorrigendum_Data_Field : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(T38_PreCorrigendum_Data_Field, PASN_Array); #endif public: T38_PreCorrigendum_Data_Field(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; T38_PreCorrigendum_Data_Field_subtype & operator[](PINDEX i) const; PObject * Clone() const; }; // // Type-of-msg_t30-indicator // class T38_Type_of_msg_t30_indicator : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(T38_Type_of_msg_t30_indicator, PASN_Enumeration); #endif public: T38_Type_of_msg_t30_indicator(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_no_signal, e_cng, e_ced, e_v21_preamble, e_v27_2400_training, e_v27_4800_training, e_v29_7200_training, e_v29_9600_training, e_v17_7200_short_training, e_v17_7200_long_training, e_v17_9600_short_training, e_v17_9600_long_training, e_v17_12000_short_training, e_v17_12000_long_training, e_v17_14400_short_training, e_v17_14400_long_training }; T38_Type_of_msg_t30_indicator & operator=(unsigned v); PObject * Clone() const; }; // // Type-of-msg_data // class T38_Type_of_msg_data : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(T38_Type_of_msg_data, PASN_Enumeration); #endif public: T38_Type_of_msg_data(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_v21, e_v27_2400, e_v27_4800, e_v29_7200, e_v29_9600, e_v17_7200, e_v17_9600, e_v17_12000, e_v17_14400 }; T38_Type_of_msg_data & operator=(unsigned v); PObject * Clone() const; }; // // UDPTLPacket_error-recovery // class T38_UDPTLPacket_error_recovery_secondary_ifp_packets; class T38_UDPTLPacket_error_recovery_fec_info; class T38_UDPTLPacket_error_recovery : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(T38_UDPTLPacket_error_recovery, PASN_Choice); #endif public: T38_UDPTLPacket_error_recovery(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_secondary_ifp_packets, e_fec_info }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator T38_UDPTLPacket_error_recovery_secondary_ifp_packets &() const; #else operator T38_UDPTLPacket_error_recovery_secondary_ifp_packets &(); operator const T38_UDPTLPacket_error_recovery_secondary_ifp_packets &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator T38_UDPTLPacket_error_recovery_fec_info &() const; #else operator T38_UDPTLPacket_error_recovery_fec_info &(); operator const T38_UDPTLPacket_error_recovery_fec_info &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // Data-Field_subtype_field-type // class T38_Data_Field_subtype_field_type : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(T38_Data_Field_subtype_field_type, PASN_Enumeration); #endif public: T38_Data_Field_subtype_field_type(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_hdlc_data, e_hdlc_sig_end, e_hdlc_fcs_OK, e_hdlc_fcs_BAD, e_hdlc_fcs_OK_sig_end, e_hdlc_fcs_BAD_sig_end, e_t4_non_ecm_data, e_t4_non_ecm_sig_end }; T38_Data_Field_subtype_field_type & operator=(unsigned v); PObject * Clone() const; }; // // PreCorrigendum-Data-Field_subtype_field-type // class T38_PreCorrigendum_Data_Field_subtype_field_type : public PASN_Enumeration { #ifndef PASN_LEANANDMEAN PCLASSINFO(T38_PreCorrigendum_Data_Field_subtype_field_type, PASN_Enumeration); #endif public: T38_PreCorrigendum_Data_Field_subtype_field_type(unsigned tag = UniversalEnumeration, TagClass tagClass = UniversalTagClass); enum Enumerations { e_hdlc_data, e_hdlc_sig_end, e_hdlc_fcs_OK, e_hdlc_fcs_BAD, e_hdlc_fcs_OK_sig_end, e_hdlc_fcs_BAD_sig_end, e_t4_non_ecm_data, e_t4_non_ecm_sig_end }; T38_PreCorrigendum_Data_Field_subtype_field_type & operator=(unsigned v); PObject * Clone() const; }; // // UDPTLPacket_error-recovery_secondary-ifp-packets // class T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype; class T38_UDPTLPacket_error_recovery_secondary_ifp_packets : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(T38_UDPTLPacket_error_recovery_secondary_ifp_packets, PASN_Array); #endif public: T38_UDPTLPacket_error_recovery_secondary_ifp_packets(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype & operator[](PINDEX i) const; PObject * Clone() const; }; // // ArrayOf_PASN_OctetString // class T38_ArrayOf_PASN_OctetString : public PASN_Array { #ifndef PASN_LEANANDMEAN PCLASSINFO(T38_ArrayOf_PASN_OctetString, PASN_Array); #endif public: T38_ArrayOf_PASN_OctetString(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Object * CreateObject() const; PASN_OctetString & operator[](PINDEX i) const; PObject * Clone() const; }; // // IFPPacket // class T38_IFPPacket : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(T38_IFPPacket, PASN_Sequence); #endif public: T38_IFPPacket(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_data_field }; T38_Type_of_msg m_type_of_msg; T38_Data_Field m_data_field; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // PreCorrigendum-IFPPacket // class T38_PreCorrigendum_IFPPacket : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(T38_PreCorrigendum_IFPPacket, PASN_Sequence); #endif public: T38_PreCorrigendum_IFPPacket(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_data_field }; T38_Type_of_msg m_type_of_msg; T38_PreCorrigendum_Data_Field m_data_field; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // Data-Field_subtype // class T38_Data_Field_subtype : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(T38_Data_Field_subtype, PASN_Sequence); #endif public: T38_Data_Field_subtype(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_field_data }; T38_Data_Field_subtype_field_type m_field_type; PASN_OctetString m_field_data; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // PreCorrigendum-Data-Field_subtype // class T38_PreCorrigendum_Data_Field_subtype : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(T38_PreCorrigendum_Data_Field_subtype, PASN_Sequence); #endif public: T38_PreCorrigendum_Data_Field_subtype(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_field_data }; T38_PreCorrigendum_Data_Field_subtype_field_type m_field_type; PASN_OctetString m_field_data; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // UDPTLPacket_primary-ifp-packet // class T38_UDPTLPacket_primary_ifp_packet : public PASN_OctetString { #ifndef PASN_LEANANDMEAN PCLASSINFO(T38_UDPTLPacket_primary_ifp_packet, PASN_OctetString); #endif public: T38_UDPTLPacket_primary_ifp_packet(unsigned tag = 0, TagClass tagClass = UniversalTagClass); BOOL DecodeSubType(T38_IFPPacket & obj) { return PASN_OctetString::DecodeSubType(obj); } void EncodeSubType(const T38_IFPPacket & obj) { PASN_OctetString::EncodeSubType(obj); } PObject * Clone() const; }; // // UDPTLPacket_error-recovery_fec-info // class T38_UDPTLPacket_error_recovery_fec_info : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(T38_UDPTLPacket_error_recovery_fec_info, PASN_Sequence); #endif public: T38_UDPTLPacket_error_recovery_fec_info(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_fec_npackets; T38_ArrayOf_PASN_OctetString m_fec_data; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // UDPTLPacket_error-recovery_secondary-ifp-packets_subtype // class T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype : public PASN_OctetString { #ifndef PASN_LEANANDMEAN PCLASSINFO(T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype, PASN_OctetString); #endif public: T38_UDPTLPacket_error_recovery_secondary_ifp_packets_subtype(unsigned tag = 0, TagClass tagClass = UniversalTagClass); BOOL DecodeSubType(T38_IFPPacket & obj) { return PASN_OctetString::DecodeSubType(obj); } void EncodeSubType(const T38_IFPPacket & obj) { PASN_OctetString::EncodeSubType(obj); } PObject * Clone() const; }; // // UDPTLPacket // class T38_UDPTLPacket : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(T38_UDPTLPacket, PASN_Sequence); #endif public: T38_UDPTLPacket(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); PASN_Integer m_seq_number; T38_UDPTLPacket_primary_ifp_packet m_primary_ifp_packet; T38_UDPTLPacket_error_recovery m_error_recovery; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; #endif // __T38_H #endif // if ! H323_DISABLE_T38 // End of t38.h openh323_v1_18_0/include/t38proto.h0100644000176200056700000001337107572556236017154 0ustar releasepostincr/* * t38proto.h * * T.38 protocol handler * * Open Phone Abstraction Library * * Copyright (c) 2001 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: t38proto.h,v $ * Revision 1.9 2002/12/02 04:07:58 robertj * Turned T.38 Originate inside out, so now has WriteXXX() functions that can * be call ed in different thread contexts. * * Revision 1.8 2002/12/02 00:37:15 robertj * More implementation of T38 base library code, some taken from the t38modem * application by Vyacheslav Frolov, eg redundent frames. * * Revision 1.7 2002/09/16 01:14:15 robertj * Added #define so can select if #pragma interface/implementation is used on * platform basis (eg MacOS) rather than compiler, thanks Robert Monaghan. * * Revision 1.6 2002/09/03 06:19:37 robertj * Normalised the multi-include header prevention ifdef/define symbol. * * Revision 1.5 2002/02/09 04:39:01 robertj * Changes to allow T.38 logical channels to use single transport which is * now owned by the OpalT38Protocol object instead of H323Channel. * * Revision 1.4 2002/01/01 23:27:50 craigs * Added CleanupOnTermination functions * Thanks to Vyacheslav Frolov * * Revision 1.3 2001/12/22 01:57:04 robertj * Cleaned up code and allowed for repeated sequence numbers. * * Revision 1.2 2001/11/09 05:39:54 craigs * Added initial T.38 support thanks to Adam Lazur * * Revision 1.1 2001/07/17 04:44:29 robertj * Partial implementation of T.120 and T.38 logical channels. * */ #ifndef __OPAL_T38PROTO_H #define __OPAL_T38PROTO_H #ifdef P_USE_PRAGMA #pragma interface #endif class H323Transport; class T38_IFPPacket; class PASN_OctetString; /////////////////////////////////////////////////////////////////////////////// /**This class handles the processing of the T.38 protocol. */ class OpalT38Protocol : public PObject { PCLASSINFO(OpalT38Protocol, PObject); public: /**@name Construction */ //@{ /**Create a new protocol handler. */ OpalT38Protocol(); /**Destroy the protocol handler. */ ~OpalT38Protocol(); //@} /**@name Operations */ //@{ /**This is called to clean up any threads on connection termination. */ virtual void CleanUpOnTermination(); /**Handle the origination of a T.38 connection. An application would normally override this. The default just sends "heartbeat" T.30 no signal indicator. */ virtual BOOL Originate(); /**Write packet to the T.38 connection. */ virtual BOOL WritePacket( const T38_IFPPacket & pdu ); /**Write T.30 indicator packet to the T.38 connection. */ virtual BOOL WriteIndicator( unsigned indicator ); /**Write data packet to the T.38 connection. */ virtual BOOL WriteMultipleData( unsigned mode, PINDEX count, unsigned * type, const PBYTEArray * data ); /**Write data packet to the T.38 connection. */ virtual BOOL WriteData( unsigned mode, unsigned type, const PBYTEArray & data ); /**Handle the origination of a T.38 connection. */ virtual BOOL Answer(); /**Handle incoming T.38 packet. If returns FALSE, then the reading loop should be terminated. */ virtual BOOL HandlePacket( const T38_IFPPacket & pdu ); /**Handle lost T.38 packets. If returns FALSE, then the reading loop should be terminated. */ virtual BOOL HandlePacketLost( unsigned nLost ); /**Handle incoming T.38 indicator packet. If returns FALSE, then the reading loop should be terminated. */ virtual BOOL OnIndicator( unsigned indicator ); /**Handle incoming T.38 CNG indicator. If returns FALSE, then the reading loop should be terminated. */ virtual BOOL OnCNG(); /**Handle incoming T.38 CED indicator. If returns FALSE, then the reading loop should be terminated. */ virtual BOOL OnCED(); /**Handle incoming T.38 V.21 preamble indicator. If returns FALSE, then the reading loop should be terminated. */ virtual BOOL OnPreamble(); /**Handle incoming T.38 data mode training indicator. If returns FALSE, then the reading loop should be terminated. */ virtual BOOL OnTraining( unsigned indicator ); /**Handle incoming T.38 data packet. If returns FALSE, then the reading loop should be terminated. */ virtual BOOL OnData( unsigned mode, unsigned type, const PBYTEArray & data ); //@} H323Transport * GetTransport() const { return transport; } void SetTransport( H323Transport * transport, BOOL autoDelete = TRUE ); protected: BOOL HandleRawIFP( const PASN_OctetString & pdu ); H323Transport * transport; BOOL autoDeleteTransport; BOOL corrigendumASN; unsigned indicatorRedundancy; unsigned lowSpeedRedundancy; unsigned highSpeedRedundancy; int lastSentSequenceNumber; PList redundantIFPs; }; #endif // __OPAL_T38PROTO_H ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/transports.h0100644000176200056700000007340010343321575017652 0ustar releasepostincr/* * transports.h * * H.323 protocol handler * * Open H323 Library * * Copyright (c) 1998-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Portions of this code were written with the assisance of funding from * Vovida Networks, Inc. http://www.vovida.com. * * Contributor(s): ______________________________________. * * $Log: transports.h,v $ * Revision 1.48 2005/11/30 13:05:01 csoutheren * Changed tags for Doxygen * * Revision 1.47 2005/11/21 21:07:41 shorne * Added GnuGK Nat support * * Revision 1.46 2005/01/16 20:39:43 csoutheren * Fixed problem with IPv6 INADDR_ANY * * Revision 1.45 2004/08/24 08:11:25 csoutheren * Added initial support for receiving broadcasts on Linux * * Revision 1.44 2004/05/13 02:26:13 dereksmithies * Fixes so make docs does not generate warning messages about brackets. * * Revision 1.43 2003/12/29 13:28:45 dominance * fixed docbook syntax trying to generate LaTeX formula with ip$10.x.x.x. * * Revision 1.42 2003/04/10 09:44:55 robertj * Added associated transport to new GetInterfaceAddresses() function so * interfaces can be ordered according to active transport links. Improves * interoperability. * Replaced old listener GetTransportPDU() with GetInterfaceAddresses() * and H323SetTransportAddresses() functions. * * Revision 1.41 2003/04/10 01:03:25 craigs * Added functions to access to lists of interfaces * * Revision 1.40 2003/03/21 05:24:02 robertj * Added setting of remote port in UDP transport constructor. * * Revision 1.39 2003/02/06 04:29:23 robertj * Added more support for adding things to H323TransportAddressArrays * * Revision 1.38 2002/11/21 06:39:56 robertj * Changed promiscuous mode to be three way. Fixes race condition in gkserver * which can cause crashes or more PDUs to be sent to the wrong place. * * Revision 1.37 2002/11/10 08:10:43 robertj * Moved constants for "well known" ports to better place (OPAL change). * * Revision 1.36 2002/09/16 01:14:15 robertj * Added #define so can select if #pragma interface/implementation is used on * platform basis (eg MacOS) rather than compiler, thanks Robert Monaghan. * * Revision 1.35 2002/07/22 09:40:15 robertj * Added ability to automatically convert string arrays, lists sorted lists * directly to H323TransportAddressArray. * * Revision 1.34 2002/07/02 10:02:29 robertj * Added H323TransportAddress::GetIpAddress() so don't have to provide port * when you don't need it as in GetIpAndPort(),. * * Revision 1.33 2002/06/28 03:34:25 robertj * Fixed issues with address translation on gatekeeper RAS channel. * * Revision 1.32 2002/06/12 03:51:59 robertj * Added function to compare two transport addresses in a more intelligent * way that strict string comparison. Takes into account wildcarding. * * Revision 1.31 2002/02/11 04:20:25 robertj * Fixed documentation errors, thanks Horacio J. Peña * * Revision 1.30 2002/02/05 23:29:23 robertj * Changed default for H.323 listener to reuse addresses. * * Revision 1.29 2001/12/22 01:48:12 robertj * Added ability to use local and remote port from transport channel as well * as explicit port in H.245 address PDU setting routine. * Added PrintOn() to listener and transport for tracing purposes. * * Revision 1.28 2001/07/17 04:44:29 robertj * Partial implementation of T.120 and T.38 logical channels. * * Revision 1.27 2001/06/25 02:30:46 robertj * Allowed TCP listener socket to be opened in non-exclusive mode * (ie SO_REUSEADDR) to avoid daemon restart problems. * * Revision 1.26 2001/06/22 00:14:14 robertj * Added ConnectTo() function to conencto specific address. * Added promiscuous mode for UDP channel. * * Revision 1.25 2001/05/17 06:37:02 robertj * Added multicast gatekeeper discovery support. * * Revision 1.24 2001/04/09 08:43:39 robertj * Added ability to get transport address for a listener. * * Revision 1.23 2001/03/02 06:59:57 robertj * Enhanced the globally unique identifier class. * * Revision 1.22 2001/02/09 05:16:24 robertj * Added #pragma interface for GNU C++. * * Revision 1.21 2001/01/23 05:08:04 robertj * Fixed bug when trying to clear call while waiting on H.245 channel connect, thanks Yura Aksyonov. * * Revision 1.20 2000/10/20 06:18:58 robertj * Fixed very small race condition on creating new connectionon incoming call. * Fixed memory/socket leak if do TCP connect and don't send valid setup PDU. * * Revision 1.19 2000/10/04 05:59:09 robertj * Minor reorganisation of the H.245 secondary channel start up to make it simpler * to override its behaviour. * * Revision 1.18 2000/09/25 12:59:16 robertj * Added StartListener() function that takes a H323TransportAddress to start * listeners bound to specific interfaces. * * Revision 1.17 2000/09/22 01:35:03 robertj * Added support for handling LID's that only do symmetric codecs. * * Revision 1.16 2000/06/07 05:47:55 robertj * Added call forwarding. * * Revision 1.15 2000/05/22 05:21:36 robertj * Fixed race condition where controlChannel variable could be used before set. * * Revision 1.14 2000/05/18 11:53:34 robertj * Changes to support doc++ documentation generation. * * Revision 1.13 2000/05/08 14:07:26 robertj * Improved the provision and detection of calling and caller numbers, aliases and hostnames. * * Revision 1.12 2000/05/02 04:32:25 robertj * Fixed copyright notice comment. * * Revision 1.11 1999/11/06 05:37:44 robertj * Complete rewrite of termination of connection to avoid numerous race conditions. * * Revision 1.10 1999/10/16 03:47:57 robertj * Fixed termination of gatekeeper RAS thread problem * * Revision 1.9 1999/10/10 08:59:47 robertj * Fixed race condition in connection shutdown * * Revision 1.8 1999/09/14 06:52:54 robertj * Added better support for multi-homed client hosts. * * Revision 1.7 1999/09/10 09:43:59 robertj * Removed attempt at determining local interface for gatekeeper, so still has problem on multi-homed hosts. * * Revision 1.6 1999/08/31 12:34:18 robertj * Added gatekeeper support. * * Revision 1.5 1999/08/25 05:14:21 robertj * Fixed problem with calling modal dialog from a background thread. * * Revision 1.4 1999/07/14 06:06:14 robertj * Fixed termination problems (race conditions) with deleting connection object. * * Revision 1.3 1999/07/09 06:09:49 robertj * Major implementation. An ENORMOUS amount of stuff added everywhere. * * Revision 1.2 1999/06/13 12:41:14 robertj * Implement logical channel transmitter. * Fixed H245 connect on receiving call. * * Revision 1.1 1999/06/09 05:26:20 robertj * Major restructuring of classes. * */ #ifndef __TRANSPORTS_H #define __TRANSPORTS_H #ifdef P_USE_PRAGMA #pragma interface #endif #include class H225_Setup_UUIE; class H225_TransportAddress; class H225_ArrayOf_TransportAddress; class H225_TransportAddress_ipAddress; class H245_TransportAddress; class H323SignalPDU; class H323RasPDU; class H323EndPoint; class H323Connection; class H323Listener; class H323Transport; class H323Gatekeeper; /////////////////////////////////////////////////////////////////////////////// /**String representation of a transport address. */ class H323TransportAddress : public PString { PCLASSINFO(H323TransportAddress, PString); public: H323TransportAddress() { } H323TransportAddress(const char *); H323TransportAddress(const PString &); H323TransportAddress(const H225_TransportAddress &); H323TransportAddress(const H245_TransportAddress &); H323TransportAddress(const PIPSocket::Address &, WORD); BOOL SetPDU(H225_TransportAddress & pdu) const; BOOL SetPDU(H245_TransportAddress & pdu) const; /**Determine if the two transport addresses are equivalent. */ BOOL IsEquivalent( const H323TransportAddress & address ); /**Extract the ip address from transport address. Returns FALSE, if the address is not an IP transport address. */ BOOL GetIpAddress( PIPSocket::Address & ip ) const; /**Extract the ip address and port number from transport address. Returns FALSE, if the address is not an IP transport address. */ BOOL GetIpAndPort( PIPSocket::Address & ip, WORD & port, const char * proto = "tcp" ) const; /**Translate the transport address to a more human readable form. Returns the hostname if using IP. */ PString GetHostName() const; /**Create a listener based on this transport address. For example an address of "#ip$10.0.0.1:1720#" would create a TCP listening socket that would be bound to the specific interface 10.0.0.1 and listens on port 1720. Note that the address "#ip$*:1720#" can be used to bind to INADDR_ANY. Also note that if the address has a trailing '+' character then the socket will be bound using the REUSEADDR option. */ H323Listener * CreateListener( H323EndPoint & endpoint ///< Endpoint object for transport creation. ) const; /**Create a listener compatible for this address type. This is similar to CreateListener() but does not use the TSAP specified in the H323Transport. For example an address of "#ip$10.0.0.1:1720#" would create a TCP listening socket that would be bound to the specific interface 10.0.0.1 but listens on a random OS allocated port number. */ H323Listener * CreateCompatibleListener( H323EndPoint & endpoint ///< Endpoint object for transport creation. ) const; /**Create a transport suitable for this address type. */ H323Transport * CreateTransport( H323EndPoint & endpoint ///< Endpoint object for transport creation. ) const; protected: void Validate(); }; PDECLARE_ARRAY(H323TransportAddressArray, H323TransportAddress) #ifdef DOC_PLUS_PLUS { #endif public: H323TransportAddressArray( const H323TransportAddress & address ) { AppendAddress(address); } H323TransportAddressArray( const H225_ArrayOf_TransportAddress & addresses ); H323TransportAddressArray( const PStringArray & array ) { AppendStringCollection(array); } H323TransportAddressArray( const PStringList & list ) { AppendStringCollection(list); } H323TransportAddressArray( const PSortedStringList & list ) { AppendStringCollection(list); } void AppendString( const char * address ); void AppendString( const PString & address ); void AppendAddress( const H323TransportAddress & address ); protected: void AppendStringCollection( const PCollection & coll ); }; /**This class describes a "listener" on a transport protocol. A "listener" is an object that listens for incoming connections on the particular transport. It is executed as a separate thread. The Main() function is used to handle incoming H.323 connections and dispatch them in new threads based on the actual H323Transport class. This is defined in the descendent class that knows what the low level transport is, eg H323ListenerIP for the TCP/IP protocol. An application may create a descendent off this class and override functions as required for operating the channel protocol. */ class H323Listener : public PThread { PCLASSINFO(H323Listener, PThread); public: /**@name Construction */ //@{ /**Create a new listener. */ H323Listener( H323EndPoint & endpoint ///< Endpoint instance for channel ); //@} /**@name Overrides from PObject */ //@{ virtual void PrintOn( ostream & strm ) const; //@} /**@name Operations */ //@{ /** Open the listener. */ virtual BOOL Open() = 0; /**Stop the listener thread and no longer accept incoming connections. */ virtual BOOL Close() = 0; /**Accept a new incoming transport. */ virtual H323Transport * Accept( const PTimeInterval & timeout ///< Time to wait for incoming connection ) = 0; /**Get the local transport address on which this listener may be accessed. */ virtual H323TransportAddress GetTransportAddress() const = 0; /**Set up a transport address PDU for bidirectional logical channels. */ virtual BOOL SetUpTransportPDU( H245_TransportAddress & pdu, ///< Transport addresses listening on const H323Transport & associatedTransport ///< Associated transport for precendence and translation ) = 0; //@} protected: H323EndPoint & endpoint; /// Endpoint that owns the listener. }; PLIST(H323ListenerList, H323Listener); /** Return a list of transport addresses corresponding to a listener list */ H323TransportAddressArray H323GetInterfaceAddresses( const H323ListenerList & listeners, ///< List of listeners BOOL excludeLocalHost = TRUE, ///< Flag to exclude 127.0.0.1 H323Transport * associatedTransport = NULL ///< Associated transport for precedence and translation ); H323TransportAddressArray H323GetInterfaceAddresses( const H323TransportAddress & addr, ///< Possible INADDR_ANY address BOOL excludeLocalHost = TRUE, ///< Flag to exclude 127.0.0.1 H323Transport * associatedTransport = NULL ///< Associated transport for precedence and translation ); /**Set the PDU field for the list of transport addresses */ void H323SetTransportAddresses( const H323Transport & associatedTransport, ///< Transport for NAT address translation const H323TransportAddressArray & addresses, ///< Addresses to set H225_ArrayOf_TransportAddress & pdu ///< List of PDU transport addresses ); /**This class describes a I/O transport protocol.. A "transport" is an object that listens for incoming connections on the particular transport. */ class H323Transport : public PIndirectChannel { PCLASSINFO(H323Transport, PIndirectChannel); public: /**@name Construction */ //@{ /**Create a new transport channel. */ H323Transport(H323EndPoint & endpoint); ~H323Transport(); //@} /**@name Overrides from PObject */ //@{ virtual void PrintOn( ostream & strm ) const; //@} /**@name Operations */ //@{ /**Get the transport address of the local endpoint. */ virtual H323TransportAddress GetLocalAddress() const = 0; /**Get the transport address of the remote endpoint. */ virtual H323TransportAddress GetRemoteAddress() const = 0; /**Set remote address to connect to. Note that this does not necessarily initiate a transport level connection, but only indicates where to connect to. The actual connection is made by the Connect() function. */ virtual BOOL SetRemoteAddress( const H323TransportAddress & address ) = 0; /**Connect to the remote address. */ virtual BOOL Connect() = 0; /**Connect to the specified address. */ BOOL ConnectTo( const H323TransportAddress & address ) { return SetRemoteAddress(address) && Connect(); } /**Close the channel. */ virtual BOOL Close(); /**Check that the transport address PDU is compatible with transport. */ virtual BOOL IsCompatibleTransport( const H225_TransportAddress & pdu ) const; /**Set up a transport address PDU for RAS channel. */ virtual void SetUpTransportPDU( H225_TransportAddress & pdu, BOOL localTsap ) const; enum { UseLocalTSAP = 0x10001, UseRemoteTSAP }; /**Set up a transport address PDU for logical channel. If tsap is UseLocalTSAP or UseRemoteTSAP then the local or remote port of the transport is used, otherwise the explicit port number is used. */ virtual void SetUpTransportPDU( H245_TransportAddress & pdu, unsigned tsap ) const; /// Promiscious modes for transport enum PromisciousModes { AcceptFromRemoteOnly, AcceptFromAnyAutoSet, AcceptFromAny, NumPromisciousModes }; /**Set read to promiscuous mode. Normally only reads from the specifed remote address are accepted. This flag allows packets to be accepted from any remote, provided the underlying protocol can do so. For example TCP will do nothing. The Read() call may optionally set the remote address automatically to whatever the sender host of the last received message was. Default behaviour does nothing. */ virtual void SetPromiscuous( PromisciousModes promiscuous ); /**Get the transport address of the last received PDU. Default behaviour returns GetRemoteAddress(). */ virtual H323TransportAddress GetLastReceivedAddress() const; /**Read a protocol data unit from the transport. This will read using the transports mechanism for PDU boundaries, for example UDP is a single Read() call, while for TCP there is a TPKT header that indicates the size of the PDU. */ virtual BOOL ReadPDU( PBYTEArray & pdu ///< PDU read from transport ) = 0; /**Write a protocol data unit from the transport. This will write using the transports mechanism for PDU boundaries, for example UDP is a single Write() call, while for TCP there is a TPKT header that indicates the size of the PDU. */ virtual BOOL WritePDU( const PBYTEArray & pdu ///< PDU to write ) = 0; //@} /**@name Signalling Channel */ //@{ /**Wait for first PDU and find/create connection object. If returns FALSE, then the transport is deleted by the calling thread. */ BOOL HandleFirstSignallingChannelPDU(); //@} /**@name Control Channel */ //@{ /**Begin the opening of a control channel. This sets up the channel so that the remote endpoint can connect back to this endpoint. This would be called on the signalling channel instance of a H323Transport. */ virtual H323Transport * CreateControlChannel( H323Connection & connection ); /**Finish the opening of a control channel. This waits for the connect backfrom the remote endpoint, completing the control channel open sequence. */ virtual BOOL AcceptControlChannel( H323Connection & connection ); /**Connect the control channel. */ virtual void StartControlChannel( H323Connection & connection ); //@} /**@name RAS Channel */ //@{ /**Discover a Gatekeeper on the network. This locates a gatekeeper on the network and associates this transport object with packet exchange with that gatekeeper. */ virtual BOOL DiscoverGatekeeper( H323Gatekeeper & gk, ///< Gatekeeper to set on discovery. H323RasPDU & pdu, ///< GatekeeperRequest PDU const H323TransportAddress & address ///< Address of gatekeeper (if present) ); //@} /**@name Member variable access */ //@{ /**Get the associated endpoint to this transport. */ H323EndPoint & GetEndPoint() const { return endpoint; } /**Attach a thread to the transport. */ void AttachThread( PThread * thread ); /**Wait for associated thread to terminate. */ void CleanUpOnTermination(); //@} protected: H323EndPoint & endpoint; /// Endpoint that owns the listener. PThread * thread; /// Thread handling the transport BOOL canGetInterface; }; /////////////////////////////////////////////////////////////////////////////// // Transport classes for IP /**This class represents a particular H323 transport using IP. It is used by the TCP and UDP transports. */ class H323TransportIP : public H323Transport { PCLASSINFO(H323TransportIP, H323Transport); public: /**Create a new transport channel. */ H323TransportIP( H323EndPoint & endpoint, ///< H323 End Point object PIPSocket::Address binding, ///< Local interface to use WORD remPort ///< Remote port to use ); /**Get the transport dependent name of the local endpoint. */ virtual H323TransportAddress GetLocalAddress() const; /**Get the transport dependent name of the remote endpoint. */ virtual H323TransportAddress GetRemoteAddress() const; /**Check that the transport address PDU is compatible with transport. */ virtual BOOL IsCompatibleTransport( const H225_TransportAddress & pdu ) const; /**Set up a transport address PDU for RAS channel. */ virtual void SetUpTransportPDU( H225_TransportAddress & pdu, BOOL localTsap ) const; /**Set up a transport address PDU for logical channel. */ virtual void SetUpTransportPDU( H245_TransportAddress & pdu, unsigned tsap ) const; protected: PIPSocket::Address localAddress; // Address of the local interface WORD localPort; PIPSocket::Address remoteAddress; // Address of the remote host WORD remotePort; }; /////////////////////////////////////////////////////////////////////////////// // Transport classes for TCP/IP /**This class manages H323 connections using TCP/IP transport. */ class H323ListenerTCP : public H323Listener { PCLASSINFO(H323ListenerTCP, H323Listener); public: /**Create a new listener for the TCP/IP protocol. */ H323ListenerTCP( H323EndPoint & endpoint, ///< Endpoint instance for channel PIPSocket::Address binding, ///< Local interface to listen on WORD port, ///< TCP port to listen for connections BOOL exclusive = FALSE ///< Fail if listener port in use ); /** Destroy the listener thread. */ ~H323ListenerTCP(); // Overrides from H323Listener /** Open the listener. */ virtual BOOL Open(); /**Stop the listener thread and no longer accept incoming connections. */ virtual BOOL Close(); /**Accept a new incoming transport. */ virtual H323Transport * Accept( const PTimeInterval & timeout ///< Time to wait for incoming connection ); /**Get the local transport address on which this listener may be accessed. */ virtual H323TransportAddress GetTransportAddress() const; /**Set up a transport address PDU for bidirectional logical channels. */ virtual BOOL SetUpTransportPDU( H245_TransportAddress & pdu, ///< Transport addresses listening on const H323Transport & associatedTransport ///< Associated transport for precendence and translation ); WORD GetListenerPort() const { return listener.GetPort(); } protected: /**Handle incoming H.323 connections and dispatch them in new threads based on the H323Transport class. This is defined in the descendent class that knows what the low level transport is, eg H323ListenerIP for the TCP/IP protocol. Note this function does not return until the Close() function is called or there is some other error. */ virtual void Main(); PTCPSocket listener; PIPSocket::Address localAddress; BOOL exclusiveListener; }; /**This class represents a particular H323 transport using TCP/IP. */ class H323TransportTCP : public H323TransportIP { PCLASSINFO(H323TransportTCP, H323TransportIP); public: /**Create a new transport channel. */ H323TransportTCP( H323EndPoint & endpoint, ///< H323 End Point object PIPSocket::Address binding = PIPSocket::GetDefaultIpAny(), ///< Local interface to use BOOL listen = FALSE ///< Flag for need to wait for remote to connect ); /**Destroy transport channel. */ ~H323TransportTCP(); /**Set default remote address to connect to. Note that this does not necessarily initiate a transport level connection, but only indicates where to connect to. The actual connection is made by the Connect() function. */ virtual BOOL SetRemoteAddress( const H323TransportAddress & address ); /**Connect to the remote party. */ virtual BOOL Connect(); /**Close the channel. */ virtual BOOL Close(); /**Read a protocol data unit from the transport. This will read using the transports mechanism for PDU boundaries, for example UDP is a single Read() call, while for TCP there is a TPKT header that indicates the size of the PDU. */ BOOL ReadPDU( PBYTEArray & pdu ///< PDU read from transport ); /**Write a protocol data unit from the transport. This will write using the transports mechanism for PDU boundaries, for example UDP is a single Write() call, while for TCP there is a TPKT header that indicates the size of the PDU. */ BOOL WritePDU( const PBYTEArray & pdu ///< PDU to write ); /**Begin the opening of a control channel. This sets up the channel so that the remote endpoint can connect back to this endpoint. */ virtual H323Transport * CreateControlChannel( H323Connection & connection ); /**Finish the opening of a control channel. This waits for the connect backfrom the remote endpoint, completing the control channel open sequence. */ virtual BOOL AcceptControlChannel( H323Connection & connection ); /**Indicate we are waiting from remote to connect back to us. */ virtual BOOL IsListening() const; protected: /**This callback is executed when the Open() function is called with open channels. It may be used by descendent channels to do any handshaking required by the protocol that channel embodies. The default behaviour is to simply return TRUE. @return Returns TRUE if the protocol handshaking is successful. */ virtual BOOL OnOpen(); PTCPSocket * h245listener; }; /////////////////////////////////////////////////////////////////////////////// // Transport classes for UDP/IP /**This class represents a particular H323 transport using UDP/IP. */ class H323TransportUDP : public H323TransportIP { PCLASSINFO(H323TransportUDP, H323TransportIP); public: /**Create a new transport channel. */ H323TransportUDP( H323EndPoint & endpoint, ///< H323 End Point object PIPSocket::Address binding = PIPSocket::GetDefaultIpAny(), ///< Local interface to listen on WORD localPort = 0, ///< Local port to listen on WORD remotePort = 0 ///< Remote port to connect on ); ~H323TransportUDP(); /**Set default remote address to connect to. Note that this does not necessarily initiate a transport level connection, but only indicates where to connect to. The actual connection is made by the Connect() function. */ virtual BOOL SetRemoteAddress( const H323TransportAddress & address ); /**Connect to the remote party. */ virtual BOOL Connect(); /**Set read to promiscuous mode. Normally only reads from the specifed remote address are accepted. This flag allows packets to be accepted from any remote, provided the underlying protocol can do so. The Read() call may optionally set the remote address automatically to whatever the sender host of the last received message was. Default behaviour sets the internal flag, so that Read() operates as described. */ virtual void SetPromiscuous( PromisciousModes promiscuous ); /**Get the transport address of the last received PDU. Default behaviour returns the lastReceivedAddress member variable. */ virtual H323TransportAddress GetLastReceivedAddress() const; /**Read a protocol data unit from the transport. This will read using the transports mechanism for PDU boundaries, for example UDP is a single Read() call, while for TCP there is a TPKT header that indicates the size of the PDU. */ virtual BOOL ReadPDU( PBYTEArray & pdu ///< PDU read from transport ); /**Write a protocol data unit from the transport. This will write using the transports mechanism for PDU boundaries, for example UDP is a single Write() call, while for TCP there is a TPKT header that indicates the size of the PDU. */ virtual BOOL WritePDU( const PBYTEArray & pdu ///< PDU to write ); /**Discover a Gatekeeper on the local network. This locates a gatekeeper on the network and associates this transport object with packet exchange with that gatekeeper. This broadcasts a UDP packet on the local network to find the gatekeeper's IP address. */ virtual BOOL DiscoverGatekeeper( H323Gatekeeper & gk, ///< Gatekeeper to set on discovery. H323RasPDU & pdu, ///< GatekeeperRequest PDU const H323TransportAddress & address ///< Address of gatekeeper (if present) ); /**Get the transport address of the local endpoint. */ virtual H323TransportAddress GetLocalAddress() const; protected: PromisciousModes promiscuousReads; H323TransportAddress lastReceivedAddress; PIPSocket::Address lastReceivedInterface; WORD interfacePort; }; #endif // __TRANSPORTS_H ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/vblasterlid.h0100644000176200056700000004447510343321575017760 0ustar releasepostincr/* * vblasterlid.h * * Creative Labs VOIP Blaster codec interface * * Open H323 Library * * Copyright (c) 2001 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: vblasterlid.h,v $ * Revision 1.8 2005/11/30 13:05:01 csoutheren * Changed tags for Doxygen * * Revision 1.7 2003/12/03 06:58:30 csoutheren * More vblaster implementation * * Revision 1.6 2003/11/10 12:37:46 csoutheren * Additional fixes for Fobbit Windows driver * * Revision 1.5 2002/09/16 01:14:15 robertj * Added #define so can select if #pragma interface/implementation is used on * platform basis (eg MacOS) rather than compiler, thanks Robert Monaghan. * * Revision 1.4 2002/09/03 06:19:37 robertj * Normalised the multi-include header prevention ifdef/define symbol. * * Revision 1.3 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.2 2002/01/15 07:23:24 craigs * Added IsDevicePresent command * * Revision 1.1 2002/01/15 04:16:32 craigs * Initial version * * */ #ifndef __OPAL_VBLASTERLID_H #define __OPAL_VBLASTERLID_H #ifdef P_USE_PRAGMA #pragma interface #endif #define HAS_VBLASTER #include "lid.h" #include "h323caps.h" #include /////////////////////////////////////////////////////////////////////////////// class VoipBlasterInterface : public PObject { PCLASSINFO(VoipBlasterInterface, PObject) public: enum Command { Command_PHONE_OFF = 0x01, // drop loop current Command_PHONE_ON = 0x02, // used on startup Command_RING_ON = 0x03, // start ringing Command_RING_OFF = 0x04, // used on startup & to stop ringing Command_VOUT_START = 0x05, // start audio output Command_VOUT_STOP = 0x06, // stop audio output Command_VINP_START = 0x07, // start audio input Command_VINP_STOP = 0x08, // stop audio input Command_UNKNOWN_1 = 0x09, // Unknown (TESTSTART) Command_UNKNOWN_2 = 0x0a, // Unknown (TESTSTOP) Command_UNKNOWN_3 = 0x0b, // Unknown (SENDFAXTONE) Command_HS_OFFHOOK = 0x0c, // Go offhook for headset Command_HS_ONHOOK = 0x0d, // Go onhook for headset Command_SETUP_MODE = 0x0e, // Unknown(goto setup mode) Command_VOUT_DONE = 0x0f, // voice in/out off, report output drained Command_0x10 = 0x10, // Unknown (used in file output, seems ok without) Command_0x11 = 0x11, // Unknown (used in file output, seems ok without) Command_MUTE_ON = 0x12, // Audio mute on Command_MUTE_OFF = 0x13, // Audio mute off Command_VOL_0 = 0x34, // Set volume (min) Command_VOL_1 = 0x35, // Set volume Command_VOL_2 = 0x36, // Set volume Command_VOL_3 = 0x37, // Set volume (default) Command_VOL_4 = 0x38, // Set volume Command_VOL_5 = 0x39, // Set volume Command_VOL_6 = 0x3a, // Set volume (max) }; enum Status { //Status_NONE = 0x00, // No status Status_HOOK_OFF = 0x01, // Offhook Status_HOOK_ON = 0x02, // Onhook //Status_DEBUG = 0x03, // Not used (DEBUG) //Status_RINGDETECT = 0x04, // Not used (RINGDETECT) Status_RINGING_ON = 0x05, // Ring started Status_RINGING_OFF = 0x06, // Ring stopped Status_HEADSET_IN = 0x08, // Headset plugged in Status_HEADSET_OUT = 0x09, // Headset unplugged Status_0x0a = 0x0a, // Unknown (setup accepted?) Status_VOUT_DONE = 0x0c, // Voice output done Status_Empty }; VoipBlasterInterface(); BOOL IsDevicePresent(PINDEX deviceIndex); BOOL OpenCommand(PINDEX deviceIndex); BOOL WriteCommand(Command cmd); Status ReadStatus(const PTimeInterval dur = 0); BOOL CloseCommand(); BOOL OpenData(); BOOL WriteData(const void * data, PINDEX len); int ReadData (void * data, PINDEX len, const PTimeInterval dur = 0); void Flush(const PTimeInterval wait = 500); BOOL CloseData(); PDECLARE_NOTIFIER(PTimer, VoipBlasterInterface, CloseTimeout); protected: PINDEX deviceIndex; // Linux specific defines are included here #ifdef P_LINUX #endif // Windows specific defines are included here #ifdef _WIN32 enum Pipe { VoiceOutPipe = 0, VoiceInPipe = 1, CommandPipe = 2, StatusPipe = 3, NumPipes }; protected: int WritePipe(HANDLE fd, const void *bp, DWORD len); int ReadPipe (HANDLE fd, void *bp, DWORD len, const PTimeInterval dur = 0); BOOL OpenVOIPPipe(Pipe pipeIndex); HANDLE pipes[4]; #endif }; /////////////////////////////////////////////////////////////////////////////// /**This class describes the VoIPBlaster line interface device. */ class OpalVoipBlasterDevice : public OpalLineInterfaceDevice { PCLASSINFO(OpalVoipBlasterDevice, OpalLineInterfaceDevice); public: enum { DTMFQueueSize = 10 }; class ByteQueue : public PObject { PCLASSINFO(ByteQueue, PObject); public: ByteQueue(PINDEX size); int Dequeue(); BOOL Enqueue(BYTE ch); protected: PBYTEArray queue; PINDEX qLen, qOut, qMax; PMutex mutex; }; /**Create a new, closed, device for a VoipBlaster device. */ OpalVoipBlasterDevice(); /**Destroy line interface device. This calls Close() on the device. */ ~OpalVoipBlasterDevice(); /**Open the VoIPBlaster device. */ virtual BOOL Open( const PString & device ///< Device identifier name. ); /**Close the VoIPBlaster device. */ virtual BOOL Close(); /**Get the device name. */ virtual PString GetName() const; /**Get the total number of lines supported by this device. */ virtual unsigned GetLineCount() { return 1; } /**Get the type of the line. */ virtual BOOL IsLineTerminal( unsigned /*line*/ ///< Number of line ) { return TRUE; } /**Determine if a physical line is present on the logical line. */ virtual BOOL IsLinePresent( unsigned /*line*/, ///< Number of line BOOL /*force*/ = FALSE ///< Force test, do not optimise ) { return FALSE; } /**Determine if line is currently off hook. This returns TRUE if GetLineState() is a state that implies the line is off hook (eg OffHook or LineBusy). */ virtual BOOL IsLineOffHook( unsigned line ///< Number of line ); /**Set the state of the line. Note that not be possible on a given line. */ virtual BOOL SetLineOffHook( unsigned line, ///< Number of line BOOL newState = TRUE ///< New state to set ); /**Determine if line is ringing. */ virtual BOOL IsLineRinging( unsigned line, ///< Number of line DWORD * cadence = NULL ///< Cadence of incoming ring ); /**Begin ringing local phone set with specified cadence. If cadence is zero then stops ringing. */ virtual BOOL RingLine( unsigned line, ///< Number of line DWORD cadence ///< Cadence bit map for ring pattern ); /**Determine if line has been disconnected from a call. */ virtual BOOL IsLineDisconnected( unsigned line, ///< Number of line BOOL checkForWink = TRUE ); /**Directly connect the two lines. */ BOOL SetLineToLineDirect( unsigned line1, ///< Number of first line unsigned line2, ///< Number of second line BOOL connect ///< Flag for connect/disconnect ); /**Determine if the two lines are directly connected. */ BOOL IsLineToLineDirect( unsigned line1, ///< Number of first line unsigned line2 ///< Number of second line ); /**Get the media formats this device is capable of using. */ virtual OpalMediaFormat::List GetMediaFormats() const; /**Set the VoIPBlaster codec for reading. */ virtual BOOL SetReadFormat( unsigned line, ///< Number of line const OpalMediaFormat & mediaFormat ///< Codec type ); /**Set the VoIPBlaster codec for writing. */ virtual BOOL SetWriteFormat( unsigned line, ///< Number of line const OpalMediaFormat & mediaFormat ///< Codec type ); /**Get the media format (codec) for reading on the specified line. */ virtual OpalMediaFormat GetReadFormat( unsigned line ///< Number of line ); /**Get the media format (codec) for writing on the specified line. */ virtual OpalMediaFormat GetWriteFormat( unsigned line ///< Number of line ); /**Set the line codec for reading/writing raw PCM data. A descendent may use this to do anything special to the device before beginning special PCM output. For example disabling AEC and set volume levels to standard values. This can then be used for generating standard tones using PCM if the driver is not capable of generating or detecting them directly. The default behaviour simply does a SetReadCodec and SetWriteCodec for PCM data. */ virtual BOOL SetRawCodec( unsigned line ///< Number of line ); /**Stop the raw PCM mode codec. */ virtual BOOL StopRawCodec( unsigned line ///< Number of line ); /**Stop the read codec. */ virtual BOOL StopReadCodec( unsigned line ///< Number of line ); /**Stop the write codec. */ virtual BOOL StopWriteCodec( unsigned line ///< Number of line ); /**Get the read frame size in bytes. All calls to ReadFrame() will return this number of bytes. */ virtual PINDEX GetReadFrameSize( unsigned line ///< Number of line ); virtual BOOL SetReadFrameSize(unsigned, PINDEX); /**Get the write frame size in bytes. All calls to WriteFrame() must be this number of bytes. */ virtual PINDEX GetWriteFrameSize( unsigned line ///< Number of line ); virtual BOOL SetWriteFrameSize(unsigned, PINDEX); /**Low level read of a frame from the device. */ virtual BOOL ReadFrame( unsigned line, ///< Number of line void * buf, ///< Pointer to a block of memory to receive data. PINDEX & count ///< Number of bytes read, <= GetReadFrameSize() ); /**Low level write frame to the device. */ virtual BOOL WriteFrame( unsigned line, ///< Number of line const void * buf, ///< Pointer to a block of memory to write. PINDEX count, ///< Number of bytes to write, <= GetWriteFrameSize() PINDEX & written ///< Number of bytes written, <= GetWriteFrameSize() ); /**Get average signal level in last frame. */ virtual unsigned GetAverageSignalLevel( unsigned line, ///< Number of line BOOL playback ///< Get average playback or record level. ); /**Enable audio for the line. */ virtual BOOL EnableAudio( unsigned line, ///< Number of line BOOL enable = TRUE ); /**Set volume level for recording. A value of 100 is the maximum volume possible for the hardware. A value of 0 is the minimum volume possible for the hardware. */ virtual BOOL SetRecordVolume( unsigned line, ///< Number of line unsigned volume ///< Volume level from 0 to 100% ); /**Set volume level for playing. A value of 100 is the maximum volume possible for the hardware. A value of 0 is the minimum volume possible for the hardware. */ virtual BOOL SetPlayVolume( unsigned line, ///< Number of line unsigned volume ///< Volume level from 0 to 100% ); /**Get volume level for recording. A value of 100 is the maximum volume possible for the hardware. A value of 0 is the minimum volume possible for the hardware. */ virtual BOOL GetRecordVolume( unsigned line, ///< Number of line unsigned & volume ///< Volume level from 0 to 100% ); /**Set volume level for playing. A value of 100 is the maximum volume possible for the hardware. A value of 0 is the minimum volume possible for the hardware. */ virtual BOOL GetPlayVolume( unsigned line, ///< Number of line unsigned & volume ///< Volume level from 0 to 100% ); /**Set acoustic echo cancellation. */ AECLevels GetAEC( unsigned line ///< Number of line ); /**Set acoustic echo cancellation. */ BOOL SetAEC( unsigned line, ///< Number of line AECLevels level ///< AEC level ); /**Get voice activity detection. Note, not all devices, or selected codecs, may support this function. */ virtual BOOL GetVAD( unsigned line ///< Number of line ); /**Set voice activity detection. Note, not all devices, or selected codecs, may support this function. */ virtual BOOL SetVAD( unsigned line, ///< Number of line BOOL enable ///< Flag for enabling VAD ); /**Get Caller ID from the last incoming ring. The idString parameter is either simply the "number" field of the caller ID data, or if full is TRUE, all of the fields in the caller ID data. The full data of the caller ID string consists of the number field, the time/date and the name field separated by tabs ('\t'). */ virtual BOOL GetCallerID( unsigned line, ///< Number of line PString & idString, ///< ID string returned BOOL full = FALSE ///< Get full information in idString ); /**Set Caller ID for use in next RingLine() call. The full data of the caller ID string consists of the number field, the time/date and the name field separated by tabs ('\t'). If the date field is missing (two consecutive tabs) then the current time and date is used. Using an empty string will clear the caller ID so that no caller ID is sent on the next RingLine() call. */ virtual BOOL SetCallerID( unsigned line, ///< Number of line const PString & idString ///< ID string to use ); /**Send Caller ID during call */ virtual BOOL SendCallerIDOnCallWaiting( unsigned line, ///< Number of line const PString & idString ///< ID string to use ); /**Send a Visual Message Waiting Indicator */ virtual BOOL SendVisualMessageWaitingIndicator( unsigned line, ///< Number of line BOOL on ); /**Play a DTMF digit. Any characters that are not in the set 0-9, A-D, * or # will be ignored. */ virtual BOOL PlayDTMF( unsigned line, ///< Number of line const char * digits, ///< DTMF digits to be played DWORD onTime = DefaultDTMFOnTime, ///< Number of milliseconds to play each DTMF digit DWORD offTime = DefaultDTMFOffTime ///< Number of milliseconds between digits ); /**Read a DTMF digit detected. This may be characters from the set 0-9, A-D, * or #. A null ('\0') character indicates that there are no tones in the queue. */ virtual char ReadDTMF( unsigned line ///< Number of line ); /**Get DTMF removal mode. When set in this mode the DTMF tones detected are removed from the encoded data stream as returned by ReadFrame(). */ virtual BOOL GetRemoveDTMF( unsigned line ///< Number of line ); /**Set DTMF removal mode. When set in this mode the DTMF tones detected are removed from the encoded data stream as returned by ReadFrame(). */ virtual BOOL SetRemoveDTMF( unsigned line, ///< Number of line BOOL removeTones ///< Flag for removing DTMF tones. ); /**See if a tone is detected. */ virtual unsigned IsToneDetected( unsigned line ///< Number of line ); /**Play a tone. */ virtual BOOL PlayTone( unsigned line, ///< Number of line CallProgressTones tone ///< Tone to be played ); /**Determine if a tone is still playing */ virtual BOOL IsTonePlaying( unsigned line ///< Number of line ); /**Stop playing a tone. */ virtual BOOL StopTone( unsigned line ///< Number of line ); /**Return TRUE if a hook flash has been detected */ virtual BOOL HasHookFlash(unsigned line); /**Set the country code set for the device. This may change the line analogue coefficients, ring detect, call disconnect detect and call progress tones to fit the countries telephone network. */ virtual BOOL SetCountryCode( T35CountryCodes country ///< COuntry code for device ); /**Get the serial number for the VoIPBlaster card. */ virtual DWORD GetSerialNumber(); /**Get all the VoIPBlaster devices. */ static PStringArray GetDeviceNames(); /** * entry point for status handler thread */ PDECLARE_NOTIFIER(PThread, OpalVoipBlasterDevice, StatusHandler); protected: void HandleStatus(int status); PThread * statusThread; BOOL statusRunning; BOOL hookState; BOOL headset; BOOL ringOn; BOOL firstTime; ByteQueue dtmfQueue; PAdaptiveDelay writeDelay; PAdaptiveDelay readDelay; PString deviceName; PMutex readMutex, writeMutex; BOOL readStopped, writeStopped; PINDEX readFrameSize, writeFrameSize; PINDEX readCodecType, writeCodecType; BOOL lastHookStatus; PMutex vbMutex; VoipBlasterInterface vBlaster; }; #endif // __OPAL_VBLASTERLID_H ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/vpblid.h0100644000176200056700000002476610343321575016726 0ustar releasepostincr/* * vpblid.h * * Voicetronix VPB4 line interface device * * Copyright (c) 1999-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: vpblid.h,v $ * Revision 1.17 2005/11/30 13:05:01 csoutheren * Changed tags for Doxygen * * Revision 1.16 2003/08/13 22:02:03 dereksmithies * Apply patch from Daniel Bichara to GetOSHandle() for VPB devices. Thanks. * * Revision 1.15 2003/03/05 06:26:41 robertj * Added function to play a WAV file to LID, thanks Pietro Ravasio * * Revision 1.14 2002/09/16 01:14:15 robertj * Added #define so can select if #pragma interface/implementation is used on * platform basis (eg MacOS) rather than compiler, thanks Robert Monaghan. * * Revision 1.13 2002/09/03 06:19:37 robertj * Normalised the multi-include header prevention ifdef/define symbol. * * Revision 1.12 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.11 2002/07/02 03:20:37 dereks * Fix check for line disconnected state. Remove timer on line ringing. * * Revision 1.10 2001/11/19 06:35:59 robertj * Added tone generation handling * * Revision 1.9 2001/09/13 05:27:46 robertj * Fixed incorrect return type in virtual function, thanks Vjacheslav Andrejev * * Revision 1.8 2001/02/09 05:16:24 robertj * Added #pragma interface for GNU C++. * * Revision 1.7 2001/01/25 07:27:14 robertj * Major changes to add more flexible OpalMediaFormat class to normalise * all information about media types, especially codecs. * * Revision 1.6 2001/01/24 05:34:49 robertj * Altered volume control range to be percentage, ie 100 is max volume. * * Revision 1.5 2000/11/24 10:50:52 robertj * Modified the ReadFrame/WriteFrame functions to allow for variable length codecs. * * Revision 1.4 2000/11/20 04:35:40 robertj * Changed tone detection API slightly to allow detection of multiple * simultaneous tones * * Revision 1.3 2000/05/02 04:32:25 robertj * Fixed copyright notice comment. * * Revision 1.2 2000/01/07 08:28:09 robertj * Additions and changes to line interface device base class. * * Revision 1.1 1999/12/23 23:02:35 robertj * File reorganision for separating RTP from H.323 and creation of LID for VPB support. * */ #ifndef __OPAL_VPBLID_H #define __OPAL_VPBLID_H #ifdef P_USE_PRAGMA #pragma interface #endif #include "lid.h" #include /////////////////////////////////////////////////////////////////////////////// // DR - this thread is needed to keep tones playing indefinately, as VPB // tones normally end after a defined period. class ToneThread : public PThread { PCLASSINFO(PThread, ToneThread); public: ToneThread(int handle, VPB_TONE tone); ~ToneThread(); void Main(); private: int handle; // VPB handle to play tone on VPB_TONE vpbtone; // tone parameters of tone to play PSyncPoint shutdown; // used to signal Main() to finish }; /**This class describes the Voicetronix line interface device. */ class OpalVpbDevice : public OpalLineInterfaceDevice { PCLASSINFO(OpalVpbDevice, OpalLineInterfaceDevice); public: /**Create a new, closed, device for a VPB card. */ OpalVpbDevice(); /**Destroy line interface device. This calls Close() on the device. */ ~OpalVpbDevice() { Close(); } /**Open the device. */ virtual BOOL Open( const PString & device ///< Device identifier name. ); /**Close the device. */ virtual BOOL Close(); /**Get the device name. */ virtual PString GetName() const; /**Get the total number of lines supported by this device. */ virtual unsigned GetLineCount(); /**Determine if line is currently off hook. This returns TRUE if GetLineState() is a state that implies the line is off hook (eg OffHook or LineBusy). */ virtual BOOL IsLineOffHook( unsigned line ///< Number of line ); /**Set the state of the line. Note that not be possible on a given line. */ virtual BOOL SetLineOffHook( unsigned line, ///< Number of line BOOL newState = TRUE ///< New state to set ); /**Determine if line is ringing. */ virtual BOOL IsLineRinging( unsigned line, ///< Number of line DWORD * cadence = NULL ///< Cadence of incoming ring ); /**Determine if line has been disconnected from a call. return TRUE if a tone is detected. */ virtual BOOL IsLineDisconnected( unsigned line, ///< Number of line BOOL checkForWink = TRUE ); /**Get the media formats this device is capable of using. */ virtual OpalMediaFormat::List GetMediaFormats() const; /**Set the codec for reading. */ virtual BOOL SetReadFormat( unsigned line, ///< Number of line const OpalMediaFormat & mediaFormat ///< Codec type ); /**Set the codec for writing. */ virtual BOOL SetWriteFormat( unsigned line, ///< Number of line const OpalMediaFormat & mediaFormat ///< Codec type ); /**Get the media format (codec) for reading on the specified line. */ virtual OpalMediaFormat GetReadFormat( unsigned line ///< Number of line ); /**Get the media format (codec) for writing on the specified line. */ virtual OpalMediaFormat GetWriteFormat( unsigned line ///< Number of line ); /**Stop the read codec. */ virtual BOOL StopReadCodec( unsigned line ///< Number of line ); /**Stop the write codec. */ virtual BOOL StopWriteCodec( unsigned line ///< Number of line ); /**Set the read frame size in bytes. Note that a LID may ignore this value so always use GetReadFrameSize() for I/O. */ virtual BOOL SetReadFrameSize( unsigned line, ///< Number of line PINDEX frameSize ///< New frame size ); /**Set the write frame size in bytes. Note that a LID may ignore this value so always use GetReadFrameSize() for I/O. */ virtual BOOL SetWriteFrameSize( unsigned line, ///< Number of line PINDEX frameSize ///< New frame size ); /**Get the read frame size in bytes. All calls to ReadFrame() will return this number of bytes. */ virtual PINDEX GetReadFrameSize( unsigned line ///< Number of line ); /**Get the write frame size in bytes. All calls to WriteFrame() must be this number of bytes. */ virtual PINDEX GetWriteFrameSize( unsigned line ///< Number of line ); /**Low level read of a frame from the device. */ virtual BOOL ReadFrame( unsigned line, ///< Number of line void * buf, ///< Pointer to a block of memory to receive the read bytes. PINDEX & count ///< Number of bytes read, <= GetReadFrameSize() ); /**Low level write frame to the device. */ virtual BOOL WriteFrame( unsigned line, ///< Number of line const void * buf, ///< Pointer to a block of memory to write. PINDEX count, ///< Number of bytes to write, <= GetWriteFrameSize() PINDEX & written ///< Number of bytes written, <= GetWriteFrameSize() ); /**Set volume level for recording. A value of 100 is the maximum volume possible for the hardware. A value of 0 is the minimum volume possible for the hardware. */ virtual BOOL SetRecordVolume( unsigned line, ///< Number of line unsigned volume ///< Volume level from 0 to 100% ); /**Set volume level for playing. A value of 100 is the maximum volume possible for the hardware. A value of 0 is the minimum volume possible for the hardware. */ virtual BOOL SetPlayVolume( unsigned line, ///< Number of line unsigned volume ///< Volume level from 0 to 100% ); /**Return line handle */ int GetOSHandle( unsigned line ///< Number of line ); /**Read a DTMF digit detected. This may be characters from the set 0-9, A-D, * or #. A null ('\0') character indicates that there are no tones in the queue. */ virtual char ReadDTMF( unsigned line ///< Number of line ); /**Play a DTMF digit. Any characters that are not in the set 0-9, A-D, * or # will be ignored. */ virtual BOOL PlayDTMF( unsigned line, ///< Number of line const char * digits, ///< DTMF digits to be played DWORD onTime = 90, ///< Number of milliseconds to play each DTMF digit DWORD offTime = 30 ///< Number of milliseconds between digits ); /**See if a tone is detected. */ virtual unsigned IsToneDetected( unsigned line ///< Number of line ); virtual BOOL PlayTone( unsigned line, ///< Number of line CallProgressTones tone ///< Tone to be played ); virtual BOOL StopTone( unsigned line ///< Number of line ); virtual BOOL PlayAudio( unsigned line, ///< Number of line const PString & filename ///< File Name ); virtual BOOL StopAudio( unsigned line ///Number of line ); protected: unsigned cardNumber; unsigned lineCount; enum { MaxLineCount = 8 }; struct LineState { BOOL Open(unsigned cardNumber, unsigned lineNumber); BOOL SetLineOffHook(BOOL newState); BOOL IsLineRinging(DWORD *); int handle; BOOL currentHookState; PINDEX readFormat, writeFormat; PINDEX readFrameSize, writeFrameSize; BOOL readIdle, writeIdle; PMutex DTMFmutex; BOOL DTMFplaying; ToneThread *myToneThread; } lineState[MaxLineCount]; }; #endif // __OPAL_VPBLID_H ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/x224.h0100644000176200056700000000540207541230147016127 0ustar releasepostincr/* * x224.h * * X.224 protocol handler * * Open H323 Library * * Copyright (c) 1998-2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: x224.h,v $ * Revision 1.10 2002/09/16 01:14:15 robertj * Added #define so can select if #pragma interface/implementation is used on * platform basis (eg MacOS) rather than compiler, thanks Robert Monaghan. * * Revision 1.9 2002/09/03 06:19:37 robertj * Normalised the multi-include header prevention ifdef/define symbol. * * Revision 1.8 2002/08/05 10:03:47 robertj * Cosmetic changes to normalise the usage of pragma interface/implementation. * * Revision 1.7 2001/02/09 05:16:24 robertj * Added #pragma interface for GNU C++. * * Revision 1.6 2000/05/18 11:53:35 robertj * Changes to support doc++ documentation generation. * * Revision 1.5 2000/05/02 04:32:25 robertj * Fixed copyright notice comment. * * Revision 1.4 1999/08/31 13:30:20 robertj * Added gatekeeper support. * * Revision 1.3 1999/06/09 05:26:20 robertj * Major restructuring of classes. * * Revision 1.2 1999/01/16 11:31:47 robertj * Fixed name in header comment. * * Revision 1.1 1998/12/14 09:13:51 robertj * Initial revision * */ #ifndef __OPAL_X224_H #define __OPAL_X224_H #ifdef P_USE_PRAGMA #pragma interface #endif #include /////////////////////////////////////////////////////////////////////////////// /**This class embodies X.224 Class Zero Protocol Data Unit. */ class X224 : public PObject { PCLASSINFO(X224, PObject) public: enum Codes { ConnectRequest = 0xe0, ConnectConfirm = 0xd0, DataPDU = 0xf0 }; X224(); void BuildConnectRequest(); void BuildConnectConfirm(); void BuildData(const PBYTEArray & data); void PrintOn(ostream & strm) const; BOOL Decode(const PBYTEArray & rawData); BOOL Encode(PBYTEArray & rawData) const; int GetCode() const { return header[0]; } const PBYTEArray & GetData() const { return data; } private: PBYTEArray header; PBYTEArray data; }; #endif // __OPAL_X224_H ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/include/x880.h0100644000176200056700000002105310034005722016125 0ustar releasepostincr// // x880.h // // Code automatically generated by asnparse. // #if ! H323_DISABLE_X880 #ifndef __X880_H #define __X880_H #ifdef P_USE_PRAGMA #pragma interface #endif #include // // ROS // class X880_Invoke; class X880_ReturnResult; class X880_ReturnError; class X880_Reject; class X880_ROS : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(X880_ROS, PASN_Choice); #endif public: X880_ROS(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_invoke, e_returnResult, e_returnError, e_reject }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator X880_Invoke &() const; #else operator X880_Invoke &(); operator const X880_Invoke &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator X880_ReturnResult &() const; #else operator X880_ReturnResult &(); operator const X880_ReturnResult &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator X880_ReturnError &() const; #else operator X880_ReturnError &(); operator const X880_ReturnError &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator X880_Reject &() const; #else operator X880_Reject &(); operator const X880_Reject &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // GeneralProblem // class X880_GeneralProblem : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(X880_GeneralProblem, PASN_Integer); #endif public: X880_GeneralProblem(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); X880_GeneralProblem & operator=(int v); X880_GeneralProblem & operator=(unsigned v); PObject * Clone() const; }; // // InvokeProblem // class X880_InvokeProblem : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(X880_InvokeProblem, PASN_Integer); #endif public: X880_InvokeProblem(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); X880_InvokeProblem & operator=(int v); X880_InvokeProblem & operator=(unsigned v); PObject * Clone() const; }; // // ReturnResultProblem // class X880_ReturnResultProblem : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(X880_ReturnResultProblem, PASN_Integer); #endif public: X880_ReturnResultProblem(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); X880_ReturnResultProblem & operator=(int v); X880_ReturnResultProblem & operator=(unsigned v); PObject * Clone() const; }; // // ReturnErrorProblem // class X880_ReturnErrorProblem : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(X880_ReturnErrorProblem, PASN_Integer); #endif public: X880_ReturnErrorProblem(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); X880_ReturnErrorProblem & operator=(int v); X880_ReturnErrorProblem & operator=(unsigned v); PObject * Clone() const; }; // // RejectProblem // class X880_RejectProblem : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(X880_RejectProblem, PASN_Integer); #endif public: X880_RejectProblem(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); X880_RejectProblem & operator=(int v); X880_RejectProblem & operator=(unsigned v); PObject * Clone() const; }; // // InvokeId // class X880_InvokeId : public PASN_Integer { #ifndef PASN_LEANANDMEAN PCLASSINFO(X880_InvokeId, PASN_Integer); #endif public: X880_InvokeId(unsigned tag = UniversalInteger, TagClass tagClass = UniversalTagClass); X880_InvokeId & operator=(int v); X880_InvokeId & operator=(unsigned v); PObject * Clone() const; }; // // Code // class X880_Code : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(X880_Code, PASN_Choice); #endif public: X880_Code(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_local, e_global }; BOOL CreateObject(); PObject * Clone() const; }; // // ReturnResult_result // class X880_ReturnResult_result : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(X880_ReturnResult_result, PASN_Sequence); #endif public: X880_ReturnResult_result(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); X880_Code m_opcode; PASN_OctetString m_result; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // Reject_problem // class X880_GeneralProblem; class X880_InvokeProblem; class X880_ReturnResultProblem; class X880_ReturnErrorProblem; class X880_Reject_problem : public PASN_Choice { #ifndef PASN_LEANANDMEAN PCLASSINFO(X880_Reject_problem, PASN_Choice); #endif public: X880_Reject_problem(unsigned tag = 0, TagClass tagClass = UniversalTagClass); enum Choices { e_general, e_invoke, e_returnResult, e_returnError }; #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator X880_GeneralProblem &() const; #else operator X880_GeneralProblem &(); operator const X880_GeneralProblem &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator X880_InvokeProblem &() const; #else operator X880_InvokeProblem &(); operator const X880_InvokeProblem &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator X880_ReturnResultProblem &() const; #else operator X880_ReturnResultProblem &(); operator const X880_ReturnResultProblem &() const; #endif #if defined(__GNUC__) && __GNUC__ <= 2 && __GNUC_MINOR__ < 9 operator X880_ReturnErrorProblem &() const; #else operator X880_ReturnErrorProblem &(); operator const X880_ReturnErrorProblem &() const; #endif BOOL CreateObject(); PObject * Clone() const; }; // // Invoke // class X880_Invoke : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(X880_Invoke, PASN_Sequence); #endif public: X880_Invoke(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_linkedId, e_argument }; PASN_Integer m_invokeId; X880_InvokeId m_linkedId; X880_Code m_opcode; PASN_OctetString m_argument; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ReturnResult // class X880_ReturnResult : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(X880_ReturnResult, PASN_Sequence); #endif public: X880_ReturnResult(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_result }; X880_InvokeId m_invokeId; X880_ReturnResult_result m_result; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // ReturnError // class X880_ReturnError : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(X880_ReturnError, PASN_Sequence); #endif public: X880_ReturnError(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); enum OptionalFields { e_parameter }; X880_InvokeId m_invokeId; X880_Code m_errorCode; PASN_OctetString m_parameter; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; // // Reject // class X880_Reject : public PASN_Sequence { #ifndef PASN_LEANANDMEAN PCLASSINFO(X880_Reject, PASN_Sequence); #endif public: X880_Reject(unsigned tag = UniversalSequence, TagClass tagClass = UniversalTagClass); X880_InvokeId m_invokeId; X880_Reject_problem m_problem; PINDEX GetDataLength() const; BOOL Decode(PASN_Stream & strm); void Encode(PASN_Stream & strm) const; #ifndef PASN_NOPRINTON void PrintOn(ostream & strm) const; #endif Comparison Compare(const PObject & obj) const; PObject * Clone() const; }; #endif // __X880_H #endif // if ! H323_DISABLE_X880 // End of x880.h openh323_v1_18_0/plugins/0040755000176200056700000000000010411467452015320 5ustar releasepostincropenh323_v1_18_0/plugins/Codec Plugins.dsw0100644000176200056700000000321010066714522020446 0ustar releasepostincrMicrosoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ############################################################################### Project: "G726"=.\audio\G726\G726.dsp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ }}} ############################################################################### Project: "IMA_ADPCM"=.\audio\IMA_ADPCM\IMA_ADPCM.dsp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ }}} ############################################################################### Project: "LPC_10"=.\audio\LPC_10\LPC_10.dsp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ }}} ############################################################################### Project: "Speex"=.\audio\Speex\Speex.dsp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ }}} ############################################################################### Project: "VoiceAgeG729"=.\audio\VoiceAgeG729\VoiceAgeG729.dsp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ }}} ############################################################################### Project: "gsm0610"=.\audio\GSM0610\gsm0610.dsp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ }}} ############################################################################### Project: "ilbccodec"=.\audio\iLBC\ilbccodec.dsp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ }}} ############################################################################### Global: Package=<5> {{{ }}} Package=<3> {{{ }}} ############################################################################### openh323_v1_18_0/plugins/Codec Plugins.sln0100644000176200056700000000753210066715305020460 0ustar releasepostincrMicrosoft Visual Studio Solution File, Format Version 8.00 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Speex", "audio\Speex\Speex.vcproj", "{7B24CDA1-B8C8-4062-9ADD-05C617028F47}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ilbccodec", "audio\iLBC\ilbccodec.vcproj", "{F16D6A0E-7392-4986-BC34-CE6122103DBE}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "G726", "audio\G726\G726.vcproj", "{269DA9EF-526D-46DE-AA69-D39EFBCB29C0}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gsm0610", "audio\GSM0610\gsm0610.vcproj", "{E6897206-9765-4B73-9A98-DAC5787814CE}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IMA_ADPCM", "audio\IMA_ADPCM\IMA_ADPCM.vcproj", "{25F0AA82-0186-45AD-92C3-EE1F9282A038}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LPC_10", "audio\LPC_10\LPC_10.vcproj", "{9481B85A-4166-4607-ADC4-0C19D2753EB7}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VoiceAgeG729", "audio\VoiceAgeG729\VoiceAgeG729.vcproj", "{3F038BF6-B7B9-4941-AF57-8D539FC05781}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Global GlobalSection(SolutionConfiguration) = preSolution Debug = Debug Release = Release EndGlobalSection GlobalSection(ProjectConfiguration) = postSolution {7B24CDA1-B8C8-4062-9ADD-05C617028F47}.Debug.ActiveCfg = Debug|Win32 {7B24CDA1-B8C8-4062-9ADD-05C617028F47}.Debug.Build.0 = Debug|Win32 {7B24CDA1-B8C8-4062-9ADD-05C617028F47}.Release.ActiveCfg = Release|Win32 {7B24CDA1-B8C8-4062-9ADD-05C617028F47}.Release.Build.0 = Release|Win32 {F16D6A0E-7392-4986-BC34-CE6122103DBE}.Debug.ActiveCfg = Debug|Win32 {F16D6A0E-7392-4986-BC34-CE6122103DBE}.Debug.Build.0 = Debug|Win32 {F16D6A0E-7392-4986-BC34-CE6122103DBE}.Release.ActiveCfg = Release|Win32 {F16D6A0E-7392-4986-BC34-CE6122103DBE}.Release.Build.0 = Release|Win32 {269DA9EF-526D-46DE-AA69-D39EFBCB29C0}.Debug.ActiveCfg = Debug|Win32 {269DA9EF-526D-46DE-AA69-D39EFBCB29C0}.Debug.Build.0 = Debug|Win32 {269DA9EF-526D-46DE-AA69-D39EFBCB29C0}.Release.ActiveCfg = Release|Win32 {269DA9EF-526D-46DE-AA69-D39EFBCB29C0}.Release.Build.0 = Release|Win32 {E6897206-9765-4B73-9A98-DAC5787814CE}.Debug.ActiveCfg = Debug|Win32 {E6897206-9765-4B73-9A98-DAC5787814CE}.Debug.Build.0 = Debug|Win32 {E6897206-9765-4B73-9A98-DAC5787814CE}.Release.ActiveCfg = Release|Win32 {E6897206-9765-4B73-9A98-DAC5787814CE}.Release.Build.0 = Release|Win32 {25F0AA82-0186-45AD-92C3-EE1F9282A038}.Debug.ActiveCfg = Debug|Win32 {25F0AA82-0186-45AD-92C3-EE1F9282A038}.Debug.Build.0 = Debug|Win32 {25F0AA82-0186-45AD-92C3-EE1F9282A038}.Release.ActiveCfg = Release|Win32 {25F0AA82-0186-45AD-92C3-EE1F9282A038}.Release.Build.0 = Release|Win32 {9481B85A-4166-4607-ADC4-0C19D2753EB7}.Debug.ActiveCfg = Debug|Win32 {9481B85A-4166-4607-ADC4-0C19D2753EB7}.Debug.Build.0 = Debug|Win32 {9481B85A-4166-4607-ADC4-0C19D2753EB7}.Release.ActiveCfg = Release|Win32 {9481B85A-4166-4607-ADC4-0C19D2753EB7}.Release.Build.0 = Release|Win32 {3F038BF6-B7B9-4941-AF57-8D539FC05781}.Debug.ActiveCfg = Debug|Win32 {3F038BF6-B7B9-4941-AF57-8D539FC05781}.Debug.Build.0 = Debug|Win32 {3F038BF6-B7B9-4941-AF57-8D539FC05781}.Release.ActiveCfg = Release|Win32 {3F038BF6-B7B9-4941-AF57-8D539FC05781}.Release.Build.0 = Release|Win32 EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution EndGlobalSection GlobalSection(ExtensibilityAddIns) = postSolution EndGlobalSection EndGlobal openh323_v1_18_0/plugins/Makefile0100644000176200056700000000077210251211357016754 0ustar releasepostincrSUBDIRS = audio/GSM0610 \ audio/Speex \ audio/iLBC \ audio/LPC_10 \ audio/G726 \ audio/IMA_ADPCM \ audio/gsm-amr all debug opt both \ optshared debugshared bothshared \ optnoshared debugnoshared bothnoshared: set -e; $(foreach dir,$(SUBDIRS),$(MAKE) -C $(dir); ) clean optclean debugclean: set -e; $(foreach dir,$(SUBDIRS),$(MAKE) -C $(dir) clean; ) install: set -e; $(foreach dir,$(SUBDIRS),$(MAKE) -C $(dir) $@; ) optdepend debugdepend bothdepend release tagbuild: openh323_v1_18_0/plugins/configure0100755000176200056700000036550210251211357017230 0ustar releasepostincr#! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59. # # Copyright (C) 2003 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## --------------------- ## ## M4sh Initialization. ## ## --------------------- ## # Be Bourne compatible if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then set -o posix fi DUALCASE=1; export DUALCASE # for MKS sh # Support unset when possible. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then as_unset=unset else as_unset=false fi # Work around bugs in pre-3.0 UWIN ksh. $as_unset ENV MAIL MAILPATH PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. for as_var in \ LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ LC_TELEPHONE LC_TIME do if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then eval $as_var=C; export $as_var else $as_unset $as_var fi done # Required to use basename. if expr a : '\(a\)' >/dev/null 2>&1; then as_expr=expr else as_expr=false fi if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi # Name of the executable. as_me=`$as_basename "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)$' \| \ . : '\(.\)' 2>/dev/null || echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } /^X\/\(\/\/\)$/{ s//\1/; q; } /^X\/\(\/\).*/{ s//\1/; q; } s/.*/./; q'` # PATH needs CR, and LINENO needs CR and PATH. # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then echo "#! /bin/sh" >conf$$.sh echo "exit 0" >>conf$$.sh chmod +x conf$$.sh if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi rm -f conf$$.sh fi as_lineno_1=$LINENO as_lineno_2=$LINENO as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` test "x$as_lineno_1" != "x$as_lineno_2" && test "x$as_lineno_3" = "x$as_lineno_2" || { # Find who we are. Look in the path if we contain no path at all # relative or not. case $0 in *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2 { (exit 1); exit 1; }; } fi case $CONFIG_SHELL in '') as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for as_base in sh bash ksh sh5; do case $as_dir in /*) if ("$as_dir/$as_base" -c ' as_lineno_1=$LINENO as_lineno_2=$LINENO as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` test "x$as_lineno_1" != "x$as_lineno_2" && test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } CONFIG_SHELL=$as_dir/$as_base export CONFIG_SHELL exec "$CONFIG_SHELL" "$0" ${1+"$@"} fi;; esac done done ;; esac # Create $as_me.lineno as a copy of $as_myself, but with $LINENO # uniformly replaced by the line number. The first 'sed' inserts a # line-number line before each line; the second 'sed' does the real # work. The second script uses 'N' to pair each line-number line # with the numbered line, and appends trailing '-' during # substitution so that $LINENO is not a special case at line end. # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) sed '=' <$as_myself | sed ' N s,$,-, : loop s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, t loop s,-$,, s,^['$as_cr_digits']*\n,, ' >$as_me.lineno && chmod +x $as_me.lineno || { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 { (exit 1); exit 1; }; } # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the # original and so on. Autoconf is especially sensible to this). . ./$as_me.lineno # Exit status is that of the last command. exit } case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in *c*,-n*) ECHO_N= ECHO_C=' ' ECHO_T=' ' ;; *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; *) ECHO_N= ECHO_C='\c' ECHO_T= ;; esac if expr a : '\(a\)' >/dev/null 2>&1; then as_expr=expr else as_expr=false fi rm -f conf$$ conf$$.exe conf$$.file echo >conf$$.file if ln -s conf$$.file conf$$ 2>/dev/null; then # We could just check for DJGPP; but this test a) works b) is more generic # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). if test -f conf$$.exe; then # Don't use ln at all; we don't have any links as_ln_s='cp -p' else as_ln_s='ln -s' fi elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -p' fi rm -f conf$$ conf$$.exe conf$$.file if mkdir -p . 2>/dev/null; then as_mkdir_p=: else test -d ./-p && rmdir ./-p as_mkdir_p=false fi as_executable_p="test -f" # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" # IFS # We need space, tab and new line, in precisely that order. as_nl=' ' IFS=" $as_nl" # CDPATH. $as_unset CDPATH # Name of the host. # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, # so uname gets run too. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` exec 6>&1 # # Initializations. # ac_default_prefix=/usr/local ac_config_libobj_dir=. cross_compiling=no subdirs= MFLAGS= MAKEFLAGS= SHELL=${CONFIG_SHELL-/bin/sh} # Maximum number of lines to put in a shell here document. # This variable seems obsolete. It should probably be removed, and # only ac_max_sed_lines should be used. : ${ac_max_here_lines=38} # Identity of this package. PACKAGE_NAME= PACKAGE_TARNAME= PACKAGE_VERSION= PACKAGE_STRING= PACKAGE_BUGREPORT= ac_unique_file="configure.ac" ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT CC CFLAGS ac_ct_CC CPP EGREP INSTALLPREFIX LIBDIR build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os LDSO H323_GSMAMR_NB_FLOAT H323_EMBEDDED_GSM H323_SYSTEM_SPEEX LIBOBJS LTLIBOBJS' ac_subst_files='' # Initialize some variables set by options. ac_init_help= ac_init_version=false # The variables have the same names as the options, with # dashes changed to underlines. cache_file=/dev/null exec_prefix=NONE no_create= no_recursion= prefix=NONE program_prefix=NONE program_suffix=NONE program_transform_name=s,x,x, silent= site= srcdir= verbose= x_includes=NONE x_libraries=NONE # Installation directory options. # These are left unexpanded so users can "make install exec_prefix=/foo" # and all the variables that are supposed to be based on exec_prefix # by default will actually change. # Use braces instead of parens because sh, perl, etc. also accept them. bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' libexecdir='${exec_prefix}/libexec' datadir='${prefix}/share' sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' libdir='${exec_prefix}/lib' includedir='${prefix}/include' oldincludedir='/usr/include' infodir='${prefix}/info' mandir='${prefix}/man' ac_prev= for ac_option do # If the previous option needs an argument, assign it. if test -n "$ac_prev"; then eval "$ac_prev=\$ac_option" ac_prev= continue fi ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` # Accept the important Cygnus configure options, so we can diagnose typos. case $ac_option in -bindir | --bindir | --bindi | --bind | --bin | --bi) ac_prev=bindir ;; -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) bindir=$ac_optarg ;; -build | --build | --buil | --bui | --bu) ac_prev=build_alias ;; -build=* | --build=* | --buil=* | --bui=* | --bu=*) build_alias=$ac_optarg ;; -cache-file | --cache-file | --cache-fil | --cache-fi \ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) ac_prev=cache_file ;; -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) cache_file=$ac_optarg ;; --config-cache | -C) cache_file=config.cache ;; -datadir | --datadir | --datadi | --datad | --data | --dat | --da) ac_prev=datadir ;; -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ | --da=*) datadir=$ac_optarg ;; -disable-* | --disable-*) ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid feature name: $ac_feature" >&2 { (exit 1); exit 1; }; } ac_feature=`echo $ac_feature | sed 's/-/_/g'` eval "enable_$ac_feature=no" ;; -enable-* | --enable-*) ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid feature name: $ac_feature" >&2 { (exit 1); exit 1; }; } ac_feature=`echo $ac_feature | sed 's/-/_/g'` case $ac_option in *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; *) ac_optarg=yes ;; esac eval "enable_$ac_feature='$ac_optarg'" ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | --exec | --exe | --ex) ac_prev=exec_prefix ;; -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | --exec=* | --exe=* | --ex=*) exec_prefix=$ac_optarg ;; -gas | --gas | --ga | --g) # Obsolete; use --with-gas. with_gas=yes ;; -help | --help | --hel | --he | -h) ac_init_help=long ;; -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) ac_init_help=recursive ;; -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) ac_init_help=short ;; -host | --host | --hos | --ho) ac_prev=host_alias ;; -host=* | --host=* | --hos=* | --ho=*) host_alias=$ac_optarg ;; -includedir | --includedir | --includedi | --included | --include \ | --includ | --inclu | --incl | --inc) ac_prev=includedir ;; -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | --includ=* | --inclu=* | --incl=* | --inc=*) includedir=$ac_optarg ;; -infodir | --infodir | --infodi | --infod | --info | --inf) ac_prev=infodir ;; -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) infodir=$ac_optarg ;; -libdir | --libdir | --libdi | --libd) ac_prev=libdir ;; -libdir=* | --libdir=* | --libdi=* | --libd=*) libdir=$ac_optarg ;; -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | --libexe | --libex | --libe) ac_prev=libexecdir ;; -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | --libexe=* | --libex=* | --libe=*) libexecdir=$ac_optarg ;; -localstatedir | --localstatedir | --localstatedi | --localstated \ | --localstate | --localstat | --localsta | --localst \ | --locals | --local | --loca | --loc | --lo) ac_prev=localstatedir ;; -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | --localstate=* | --localstat=* | --localsta=* | --localst=* \ | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) localstatedir=$ac_optarg ;; -mandir | --mandir | --mandi | --mand | --man | --ma | --m) ac_prev=mandir ;; -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) mandir=$ac_optarg ;; -nfp | --nfp | --nf) # Obsolete; use --without-fp. with_fp=no ;; -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | --no-cr | --no-c | -n) no_create=yes ;; -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) no_recursion=yes ;; -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | --oldin | --oldi | --old | --ol | --o) ac_prev=oldincludedir ;; -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) oldincludedir=$ac_optarg ;; -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) ac_prev=prefix ;; -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) prefix=$ac_optarg ;; -program-prefix | --program-prefix | --program-prefi | --program-pref \ | --program-pre | --program-pr | --program-p) ac_prev=program_prefix ;; -program-prefix=* | --program-prefix=* | --program-prefi=* \ | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) program_prefix=$ac_optarg ;; -program-suffix | --program-suffix | --program-suffi | --program-suff \ | --program-suf | --program-su | --program-s) ac_prev=program_suffix ;; -program-suffix=* | --program-suffix=* | --program-suffi=* \ | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) program_suffix=$ac_optarg ;; -program-transform-name | --program-transform-name \ | --program-transform-nam | --program-transform-na \ | --program-transform-n | --program-transform- \ | --program-transform | --program-transfor \ | --program-transfo | --program-transf \ | --program-trans | --program-tran \ | --progr-tra | --program-tr | --program-t) ac_prev=program_transform_name ;; -program-transform-name=* | --program-transform-name=* \ | --program-transform-nam=* | --program-transform-na=* \ | --program-transform-n=* | --program-transform-=* \ | --program-transform=* | --program-transfor=* \ | --program-transfo=* | --program-transf=* \ | --program-trans=* | --program-tran=* \ | --progr-tra=* | --program-tr=* | --program-t=*) program_transform_name=$ac_optarg ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) silent=yes ;; -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | --sbi=* | --sb=*) sbindir=$ac_optarg ;; -sharedstatedir | --sharedstatedir | --sharedstatedi \ | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | --sharedst | --shareds | --shared | --share | --shar \ | --sha | --sh) ac_prev=sharedstatedir ;; -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | --sha=* | --sh=*) sharedstatedir=$ac_optarg ;; -site | --site | --sit) ac_prev=site ;; -site=* | --site=* | --sit=*) site=$ac_optarg ;; -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) ac_prev=srcdir ;; -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) srcdir=$ac_optarg ;; -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | --syscon | --sysco | --sysc | --sys | --sy) ac_prev=sysconfdir ;; -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) sysconfdir=$ac_optarg ;; -target | --target | --targe | --targ | --tar | --ta | --t) ac_prev=target_alias ;; -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) target_alias=$ac_optarg ;; -v | -verbose | --verbose | --verbos | --verbo | --verb) verbose=yes ;; -version | --version | --versio | --versi | --vers | -V) ac_init_version=: ;; -with-* | --with-*) ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid package name: $ac_package" >&2 { (exit 1); exit 1; }; } ac_package=`echo $ac_package| sed 's/-/_/g'` case $ac_option in *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; *) ac_optarg=yes ;; esac eval "with_$ac_package='$ac_optarg'" ;; -without-* | --without-*) ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid package name: $ac_package" >&2 { (exit 1); exit 1; }; } ac_package=`echo $ac_package | sed 's/-/_/g'` eval "with_$ac_package=no" ;; --x) # Obsolete; use --with-x. with_x=yes ;; -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | --x-incl | --x-inc | --x-in | --x-i) ac_prev=x_includes ;; -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) x_includes=$ac_optarg ;; -x-libraries | --x-libraries | --x-librarie | --x-librari \ | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) ac_prev=x_libraries ;; -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries=$ac_optarg ;; -*) { echo "$as_me: error: unrecognized option: $ac_option Try \`$0 --help' for more information." >&2 { (exit 1); exit 1; }; } ;; *=*) ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` # Reject names that are not valid shell variable names. expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 { (exit 1); exit 1; }; } ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` eval "$ac_envvar='$ac_optarg'" export $ac_envvar ;; *) # FIXME: should be removed in autoconf 3.0. echo "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && echo "$as_me: WARNING: invalid host type: $ac_option" >&2 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} ;; esac done if test -n "$ac_prev"; then ac_option=--`echo $ac_prev | sed 's/_/-/g'` { echo "$as_me: error: missing argument to $ac_option" >&2 { (exit 1); exit 1; }; } fi # Be sure to have absolute paths. for ac_var in exec_prefix prefix do eval ac_val=$`echo $ac_var` case $ac_val in [\\/$]* | ?:[\\/]* | NONE | '' ) ;; *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 { (exit 1); exit 1; }; };; esac done # Be sure to have absolute paths. for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ localstatedir libdir includedir oldincludedir infodir mandir do eval ac_val=$`echo $ac_var` case $ac_val in [\\/$]* | ?:[\\/]* ) ;; *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 { (exit 1); exit 1; }; };; esac done # There might be people who depend on the old broken behavior: `$host' # used to hold the argument of --host etc. # FIXME: To remove some day. build=$build_alias host=$host_alias target=$target_alias # FIXME: To remove some day. if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used." >&2 elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes fi fi ac_tool_prefix= test -n "$host_alias" && ac_tool_prefix=$host_alias- test "$silent" = yes && exec 6>/dev/null # Find the source files, if location was not specified. if test -z "$srcdir"; then ac_srcdir_defaulted=yes # Try the directory containing this script, then its parent. ac_confdir=`(dirname "$0") 2>/dev/null || $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$0" : 'X\(//\)[^/]' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| \ . : '\(.\)' 2>/dev/null || echo X"$0" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } /^X\(\/\/\)[^/].*/{ s//\1/; q; } /^X\(\/\/\)$/{ s//\1/; q; } /^X\(\/\).*/{ s//\1/; q; } s/.*/./; q'` srcdir=$ac_confdir if test ! -r $srcdir/$ac_unique_file; then srcdir=.. fi else ac_srcdir_defaulted=no fi if test ! -r $srcdir/$ac_unique_file; then if test "$ac_srcdir_defaulted" = yes; then { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2 { (exit 1); exit 1; }; } else { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 { (exit 1); exit 1; }; } fi fi (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 { (exit 1); exit 1; }; } srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` ac_env_build_alias_set=${build_alias+set} ac_env_build_alias_value=$build_alias ac_cv_env_build_alias_set=${build_alias+set} ac_cv_env_build_alias_value=$build_alias ac_env_host_alias_set=${host_alias+set} ac_env_host_alias_value=$host_alias ac_cv_env_host_alias_set=${host_alias+set} ac_cv_env_host_alias_value=$host_alias ac_env_target_alias_set=${target_alias+set} ac_env_target_alias_value=$target_alias ac_cv_env_target_alias_set=${target_alias+set} ac_cv_env_target_alias_value=$target_alias ac_env_CXX_set=${CXX+set} ac_env_CXX_value=$CXX ac_cv_env_CXX_set=${CXX+set} ac_cv_env_CXX_value=$CXX ac_env_CXXFLAGS_set=${CXXFLAGS+set} ac_env_CXXFLAGS_value=$CXXFLAGS ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set} ac_cv_env_CXXFLAGS_value=$CXXFLAGS ac_env_LDFLAGS_set=${LDFLAGS+set} ac_env_LDFLAGS_value=$LDFLAGS ac_cv_env_LDFLAGS_set=${LDFLAGS+set} ac_cv_env_LDFLAGS_value=$LDFLAGS ac_env_CPPFLAGS_set=${CPPFLAGS+set} ac_env_CPPFLAGS_value=$CPPFLAGS ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set} ac_cv_env_CPPFLAGS_value=$CPPFLAGS ac_env_CC_set=${CC+set} ac_env_CC_value=$CC ac_cv_env_CC_set=${CC+set} ac_cv_env_CC_value=$CC ac_env_CFLAGS_set=${CFLAGS+set} ac_env_CFLAGS_value=$CFLAGS ac_cv_env_CFLAGS_set=${CFLAGS+set} ac_cv_env_CFLAGS_value=$CFLAGS ac_env_CPP_set=${CPP+set} ac_env_CPP_value=$CPP ac_cv_env_CPP_set=${CPP+set} ac_cv_env_CPP_value=$CPP # # Report the --help message. # if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF \`configure' configures this package to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables. Defaults for the options are specified in brackets. Configuration: -h, --help display this help and exit --help=short display options specific to this package --help=recursive display the short help of all the included packages -V, --version display version information and exit -q, --quiet, --silent do not print \`checking...' messages --cache-file=FILE cache test results in FILE [disabled] -C, --config-cache alias for \`--cache-file=config.cache' -n, --no-create do not create output files --srcdir=DIR find the sources in DIR [configure dir or \`..'] _ACEOF cat <<_ACEOF Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX [$ac_default_prefix] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX [PREFIX] By default, \`make install' will install all the files in \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify an installation prefix other than \`$ac_default_prefix' using \`--prefix', for instance \`--prefix=\$HOME'. For better control, use the options below. Fine tuning of the installation directories: --bindir=DIR user executables [EPREFIX/bin] --sbindir=DIR system admin executables [EPREFIX/sbin] --libexecdir=DIR program executables [EPREFIX/libexec] --datadir=DIR read-only architecture-independent data [PREFIX/share] --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] --infodir=DIR info documentation [PREFIX/info] --mandir=DIR man documentation [PREFIX/man] _ACEOF cat <<\_ACEOF System types: --build=BUILD configure for building on BUILD [guessed] --host=HOST cross-compile to build programs to run on HOST [BUILD] --target=TARGET configure for building compilers for TARGET [HOST] _ACEOF fi if test -n "$ac_init_help"; then cat <<\_ACEOF Optional Features: --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-embeddedgsm embed GSM codec via static linking --enable-localspeex use local version of Speex library rather than system version Some influential environment variables: CXX C++ compiler command CXXFLAGS C++ compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory CPPFLAGS C/C++ preprocessor flags, e.g. -I if you have headers in a nonstandard directory CC C compiler command CFLAGS C compiler flags CPP C preprocessor Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. _ACEOF fi if test "$ac_init_help" = "recursive"; then # If there are subdirs, report their specific --help. ac_popdir=`pwd` for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue test -d $ac_dir || continue ac_builddir=. if test "$ac_dir" != .; then ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` # A "../" for each directory in $ac_dir_suffix. ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` else ac_dir_suffix= ac_top_builddir= fi case $srcdir in .) # No --srcdir option. We are building in place. ac_srcdir=. if test -z "$ac_top_builddir"; then ac_top_srcdir=. else ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` fi ;; [\\/]* | ?:[\\/]* ) # Absolute path. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ;; *) # Relative path. ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_builddir$srcdir ;; esac # Do not use `cd foo && pwd` to compute absolute paths, because # the directories may not exist. case `pwd` in .) ac_abs_builddir="$ac_dir";; *) case "$ac_dir" in .) ac_abs_builddir=`pwd`;; [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; *) ac_abs_builddir=`pwd`/"$ac_dir";; esac;; esac case $ac_abs_builddir in .) ac_abs_top_builddir=${ac_top_builddir}.;; *) case ${ac_top_builddir}. in .) ac_abs_top_builddir=$ac_abs_builddir;; [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; esac;; esac case $ac_abs_builddir in .) ac_abs_srcdir=$ac_srcdir;; *) case $ac_srcdir in .) ac_abs_srcdir=$ac_abs_builddir;; [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; esac;; esac case $ac_abs_builddir in .) ac_abs_top_srcdir=$ac_top_srcdir;; *) case $ac_top_srcdir in .) ac_abs_top_srcdir=$ac_abs_builddir;; [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; esac;; esac cd $ac_dir # Check for guested configure; otherwise get Cygnus style configure. if test -f $ac_srcdir/configure.gnu; then echo $SHELL $ac_srcdir/configure.gnu --help=recursive elif test -f $ac_srcdir/configure; then echo $SHELL $ac_srcdir/configure --help=recursive elif test -f $ac_srcdir/configure.ac || test -f $ac_srcdir/configure.in; then echo $ac_configure --help else echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi cd $ac_popdir done fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF Copyright (C) 2003 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF exit 0 fi exec 5>config.log cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by $as_me, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ _ACEOF { cat <<_ASUNAME ## --------- ## ## Platform. ## ## --------- ## hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` uname -m = `(uname -m) 2>/dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` hostinfo = `(hostinfo) 2>/dev/null || echo unknown` /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` _ASUNAME as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. echo "PATH: $as_dir" done } >&5 cat >&5 <<_ACEOF ## ----------- ## ## Core tests. ## ## ----------- ## _ACEOF # Keep a trace of the command line. # Strip out --no-create and --no-recursion so they do not pile up. # Strip out --silent because we don't want to record it for future runs. # Also quote any args containing shell meta-characters. # Make two passes to allow for proper duplicate-argument suppression. ac_configure_args= ac_configure_args0= ac_configure_args1= ac_sep= ac_must_keep_next=false for ac_pass in 1 2 do for ac_arg do case $ac_arg in -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) continue ;; *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; 2) ac_configure_args1="$ac_configure_args1 '$ac_arg'" if test $ac_must_keep_next = true; then ac_must_keep_next=false # Got value, back to normal. else case $ac_arg in *=* | --config-cache | -C | -disable-* | --disable-* \ | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ | -with-* | --with-* | -without-* | --without-* | --x) case "$ac_configure_args0 " in "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; esac ;; -* ) ac_must_keep_next=true ;; esac fi ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" # Get rid of the leading space. ac_sep=" " ;; esac done done $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } # When interrupted or exit'd, cleanup temporary files, and complete # config.log. We remove comments because anyway the quotes in there # would cause problems or look ugly. # WARNING: Be sure not to use single quotes in there, as some shells, # such as our DU 5.0 friend, will then `close' the trap. trap 'exit_status=$? # Save into config.log some information that might help in debugging. { echo cat <<\_ASBOX ## ---------------- ## ## Cache variables. ## ## ---------------- ## _ASBOX echo # The following way of writing the cache mishandles newlines in values, { (set) 2>&1 | case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in *ac_space=\ *) sed -n \ "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" ;; *) sed -n \ "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" ;; esac; } echo cat <<\_ASBOX ## ----------------- ## ## Output variables. ## ## ----------------- ## _ASBOX echo for ac_var in $ac_subst_vars do eval ac_val=$`echo $ac_var` echo "$ac_var='"'"'$ac_val'"'"'" done | sort echo if test -n "$ac_subst_files"; then cat <<\_ASBOX ## ------------- ## ## Output files. ## ## ------------- ## _ASBOX echo for ac_var in $ac_subst_files do eval ac_val=$`echo $ac_var` echo "$ac_var='"'"'$ac_val'"'"'" done | sort echo fi if test -s confdefs.h; then cat <<\_ASBOX ## ----------- ## ## confdefs.h. ## ## ----------- ## _ASBOX echo sed "/^$/d" confdefs.h | sort echo fi test "$ac_signal" != 0 && echo "$as_me: caught signal $ac_signal" echo "$as_me: exit $exit_status" } >&5 rm -f core *.core && rm -rf conftest* confdefs* conf$$* $ac_clean_files && exit $exit_status ' 0 for ac_signal in 1 2 13 15; do trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal done ac_signal=0 # confdefs.h avoids OS command line length limits that DEFS can exceed. rm -rf conftest* confdefs.h # AIX cpp loses on an empty file, so make sure it contains at least a newline. echo >confdefs.h # Predefined preprocessor variables. cat >>confdefs.h <<_ACEOF #define PACKAGE_NAME "$PACKAGE_NAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_TARNAME "$PACKAGE_TARNAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_VERSION "$PACKAGE_VERSION" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_STRING "$PACKAGE_STRING" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" _ACEOF # Let the site file select an alternate cache file if it wants to. # Prefer explicitly selected file to automatically selected ones. if test -z "$CONFIG_SITE"; then if test "x$prefix" != xNONE; then CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" else CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" fi fi for ac_site_file in $CONFIG_SITE; do if test -r "$ac_site_file"; then { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 echo "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" fi done if test -r "$cache_file"; then # Some versions of bash will fail to source /dev/null (special # files actually), so we avoid doing that. if test -f "$cache_file"; then { echo "$as_me:$LINENO: loading cache $cache_file" >&5 echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . $cache_file;; *) . ./$cache_file;; esac fi else { echo "$as_me:$LINENO: creating cache $cache_file" >&5 echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi # Check that the precious variables saved in the cache have kept the same # value. ac_cache_corrupted=false for ac_var in `(set) 2>&1 | sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do eval ac_old_set=\$ac_cv_env_${ac_var}_set eval ac_new_set=\$ac_env_${ac_var}_set eval ac_old_val="\$ac_cv_env_${ac_var}_value" eval ac_new_val="\$ac_env_${ac_var}_value" case $ac_old_set,$ac_new_set in set,) { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 echo "$as_me: former value: $ac_old_val" >&2;} { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 echo "$as_me: current value: $ac_new_val" >&2;} ac_cache_corrupted=: fi;; esac # Pass precious variables to config.status. if test "$ac_new_set" = set; then case $ac_new_val in *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; esac fi done if $ac_cache_corrupted; then { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 echo "$as_me: error: changes in the environment can compromise the build" >&2;} { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} { (exit 1); exit 1; }; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_ext=cc ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu if test -n "$ac_tool_prefix"; then for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CXX+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CXX"; then ac_cv_prog_CXX="$CXX" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done fi fi CXX=$ac_cv_prog_CXX if test -n "$CXX"; then echo "$as_me:$LINENO: result: $CXX" >&5 echo "${ECHO_T}$CXX" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi test -n "$CXX" && break done fi if test -z "$CXX"; then ac_ct_CXX=$CXX for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_CXX"; then ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CXX="$ac_prog" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done fi fi ac_ct_CXX=$ac_cv_prog_ac_ct_CXX if test -n "$ac_ct_CXX"; then echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 echo "${ECHO_T}$ac_ct_CXX" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi test -n "$ac_ct_CXX" && break done test -n "$ac_ct_CXX" || ac_ct_CXX="g++" CXX=$ac_ct_CXX fi # Provide some information about the compiler. echo "$as_me:$LINENO:" \ "checking for C++ compiler version" >&5 ac_compiler=`set X $ac_compile; echo $2` { (eval echo "$as_me:$LINENO: \"$ac_compiler --version &5\"") >&5 (eval $ac_compiler --version &5) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (eval echo "$as_me:$LINENO: \"$ac_compiler -v &5\"") >&5 (eval $ac_compiler -v &5) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (eval echo "$as_me:$LINENO: \"$ac_compiler -V &5\"") >&5 (eval $ac_compiler -V &5) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files a.out a.exe b.out" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. echo "$as_me:$LINENO: checking for C++ compiler default output file name" >&5 echo $ECHO_N "checking for C++ compiler default output file name... $ECHO_C" >&6 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 (eval $ac_link_default) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # Find the output, starting from the most likely. This scheme is # not robust to junk in `.', hence go to wildcards (a.*) only as a last # resort. # Be careful to initialize this variable, since it used to be cached. # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. ac_cv_exeext= # b.out is created by i960 compilers. for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; conftest.$ac_ext ) # This is the source file. ;; [ab].out ) # We found the default executable, but exeext='' is most # certainly right. break;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` # FIXME: I believe we export ac_cv_exeext for Libtool, # but it would be cool to find out if it's true. Does anybody # maintain Libtool? --akim. export ac_cv_exeext break;; * ) break;; esac done else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { echo "$as_me:$LINENO: error: C++ compiler cannot create executables See \`config.log' for more details." >&5 echo "$as_me: error: C++ compiler cannot create executables See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } fi ac_exeext=$ac_cv_exeext echo "$as_me:$LINENO: result: $ac_file" >&5 echo "${ECHO_T}$ac_file" >&6 # Check the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. echo "$as_me:$LINENO: checking whether the C++ compiler works" >&5 echo $ECHO_N "checking whether the C++ compiler works... $ECHO_C" >&6 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 # If not cross compiling, check that we can run a simple program. if test "$cross_compiling" != yes; then if { ac_try='./$ac_file' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else { { echo "$as_me:$LINENO: error: cannot run C++ compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details." >&5 echo "$as_me: error: cannot run C++ compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi fi fi echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6 rm -f a.out a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save # Check the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 echo "$as_me:$LINENO: result: $cross_compiling" >&5 echo "${ECHO_T}$cross_compiling" >&6 echo "$as_me:$LINENO: checking for suffix of executables" >&5 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # If both `conftest.exe' and `conftest' are `present' (well, observable) # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will # work properly (i.e., refer to `conftest.exe'), while it won't with # `rm'. for ac_file in conftest.exe conftest conftest.*; do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` export ac_cv_exeext break;; * ) break;; esac done else { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link See \`config.log' for more details." >&5 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi rm -f conftest$ac_cv_exeext echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 echo "${ECHO_T}$ac_cv_exeext" >&6 rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT echo "$as_me:$LINENO: checking for suffix of object files" >&5 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6 if test "${ac_cv_objext+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.o conftest.obj if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac done else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile See \`config.log' for more details." >&5 echo "$as_me: error: cannot compute suffix of object files: cannot compile See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 echo "${ECHO_T}$ac_cv_objext" >&6 OBJEXT=$ac_cv_objext ac_objext=$OBJEXT echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_compiler_gnu=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_compiler_gnu=no fi rm -f conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_cxx_compiler_gnu=$ac_compiler_gnu fi echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6 GXX=`test $ac_compiler_gnu = yes && echo yes` ac_test_CXXFLAGS=${CXXFLAGS+set} ac_save_CXXFLAGS=$CXXFLAGS CXXFLAGS="-g" echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6 if test "${ac_cv_prog_cxx_g+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_prog_cxx_g=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_prog_cxx_g=no fi rm -f conftest.err conftest.$ac_objext conftest.$ac_ext fi echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6 if test "$ac_test_CXXFLAGS" = set; then CXXFLAGS=$ac_save_CXXFLAGS elif test $ac_cv_prog_cxx_g = yes; then if test "$GXX" = yes; then CXXFLAGS="-g -O2" else CXXFLAGS="-g" fi else if test "$GXX" = yes; then CXXFLAGS="-O2" else CXXFLAGS= fi fi for ac_declaration in \ '' \ 'extern "C" void std::exit (int) throw (); using std::exit;' \ 'extern "C" void std::exit (int); using std::exit;' \ 'extern "C" void exit (int) throw ();' \ 'extern "C" void exit (int);' \ 'void exit (int);' do cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_declaration #include int main () { exit (42); ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 continue fi rm -f conftest.err conftest.$ac_objext conftest.$ac_ext cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_declaration int main () { exit (42); ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then break else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f conftest.err conftest.$ac_objext conftest.$ac_ext done rm -f conftest* if test -n "$ac_declaration"; then echo '#ifdef __cplusplus' >>confdefs.h echo $ac_declaration >>confdefs.h echo '#endif' >>confdefs.h fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}gcc" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then echo "$as_me:$LINENO: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="gcc" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi CC=$ac_ct_CC else CC="$ac_cv_prog_CC" fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}cc" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then echo "$as_me:$LINENO: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="cc" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi CC=$ac_ct_CC else CC="$ac_cv_prog_CC" fi fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else ac_prog_rejected=no as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue fi ac_cv_prog_CC="cc" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done if test $ac_prog_rejected = yes; then # We found a bogon in the path, so make sure we never use it. set dummy $ac_cv_prog_CC shift if test $# != 0; then # We chose a different compiler from the bogus one. # However, it has the same basename, so the bogon will be chosen # first if we set CC to just the basename; use the full file name. shift ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" fi fi fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then echo "$as_me:$LINENO: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then for ac_prog in cl do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then echo "$as_me:$LINENO: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi test -n "$CC" && break done fi if test -z "$CC"; then ac_ct_CC=$CC for ac_prog in cl do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="$ac_prog" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi test -n "$ac_ct_CC" && break done CC=$ac_ct_CC fi fi test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH See \`config.log' for more details." >&5 echo "$as_me: error: no acceptable C compiler found in \$PATH See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } # Provide some information about the compiler. echo "$as_me:$LINENO:" \ "checking for C compiler version" >&5 ac_compiler=`set X $ac_compile; echo $2` { (eval echo "$as_me:$LINENO: \"$ac_compiler --version &5\"") >&5 (eval $ac_compiler --version &5) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (eval echo "$as_me:$LINENO: \"$ac_compiler -v &5\"") >&5 (eval $ac_compiler -v &5) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (eval echo "$as_me:$LINENO: \"$ac_compiler -V &5\"") >&5 (eval $ac_compiler -V &5) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 if test "${ac_cv_c_compiler_gnu+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_compiler_gnu=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_compiler_gnu=no fi rm -f conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 GCC=`test $ac_compiler_gnu = yes && echo yes` ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS CFLAGS="-g" echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 if test "${ac_cv_prog_cc_g+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_prog_cc_g=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_prog_cc_g=no fi rm -f conftest.err conftest.$ac_objext conftest.$ac_ext fi echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then CFLAGS="-g -O2" else CFLAGS="-g" fi else if test "$GCC" = yes; then CFLAGS="-O2" else CFLAGS= fi fi echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 if test "${ac_cv_prog_cc_stdc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_cv_prog_cc_stdc=no ac_save_CC=$CC cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has function prototypes and stuff, but not '\xHH' hex character constants. These don't provoke an error unfortunately, instead are silently treated as 'x'. The following induces an error, until -std1 is added to get proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an array size at least. It's necessary to write '\x00'==0 to get something that's true only with -std1. */ int osf4_cc_array ['\x00' == 0 ? 1 : -1]; int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } _ACEOF # Don't try gcc -ansi; that turns off useful extensions and # breaks some systems' header files. # AIX -qlanglvl=ansi # Ultrix and OSF/1 -std1 # HP-UX 10.20 and later -Ae # HP-UX older versions -Aa -D_HPUX_SOURCE # SVR4 -Xc -D__EXTENSIONS__ for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_prog_cc_stdc=$ac_arg break else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f conftest.err conftest.$ac_objext done rm -f conftest.$ac_ext conftest.$ac_objext CC=$ac_save_CC fi case "x$ac_cv_prog_cc_stdc" in x|xno) echo "$as_me:$LINENO: result: none needed" >&5 echo "${ECHO_T}none needed" >&6 ;; *) echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 CC="$CC $ac_cv_prog_cc_stdc" ;; esac # Some people use a C++ compiler to compile C. Since we use `exit', # in C++ we need to declare it. In case someone uses the same compiler # for both compiling C and C++ we need to have the C++ compiler decide # the declaration of exit, since it's the most demanding environment. cat >conftest.$ac_ext <<_ACEOF #ifndef __cplusplus choke me #endif _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then for ac_declaration in \ '' \ 'extern "C" void std::exit (int) throw (); using std::exit;' \ 'extern "C" void std::exit (int); using std::exit;' \ 'extern "C" void exit (int) throw ();' \ 'extern "C" void exit (int);' \ 'void exit (int);' do cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_declaration #include int main () { exit (42); ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 continue fi rm -f conftest.err conftest.$ac_objext conftest.$ac_ext cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_declaration int main () { exit (42); ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then break else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f conftest.err conftest.$ac_objext conftest.$ac_ext done rm -f conftest* if test -n "$ac_declaration"; then echo '#ifdef __cplusplus' >>confdefs.h echo $ac_declaration >>confdefs.h echo '#endif' >>confdefs.h fi else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f conftest.err conftest.$ac_objext conftest.$ac_ext ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= fi if test -z "$CPP"; then if test "${ac_cv_prog_CPP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else # Double quotes because CPP needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" do ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag ac_cpp_err=$ac_cpp_err$ac_c_werror_flag else ac_cpp_err= fi else ac_cpp_err=yes fi if test -z "$ac_cpp_err"; then : else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Broken: fails on valid input. continue fi rm -f conftest.err conftest.$ac_ext # OK, works on sane cases. Now check whether non-existent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag ac_cpp_err=$ac_cpp_err$ac_c_werror_flag else ac_cpp_err= fi else ac_cpp_err=yes fi if test -z "$ac_cpp_err"; then # Broken: success on invalid input. continue else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.err conftest.$ac_ext if $ac_preproc_ok; then break fi done ac_cv_prog_CPP=$CPP fi CPP=$ac_cv_prog_CPP else ac_cv_prog_CPP=$CPP fi echo "$as_me:$LINENO: result: $CPP" >&5 echo "${ECHO_T}$CPP" >&6 ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag ac_cpp_err=$ac_cpp_err$ac_c_werror_flag else ac_cpp_err= fi else ac_cpp_err=yes fi if test -z "$ac_cpp_err"; then : else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Broken: fails on valid input. continue fi rm -f conftest.err conftest.$ac_ext # OK, works on sane cases. Now check whether non-existent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag ac_cpp_err=$ac_cpp_err$ac_c_werror_flag else ac_cpp_err= fi else ac_cpp_err=yes fi if test -z "$ac_cpp_err"; then # Broken: success on invalid input. continue else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details." >&5 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu echo "$as_me:$LINENO: checking for egrep" >&5 echo $ECHO_N "checking for egrep... $ECHO_C" >&6 if test "${ac_cv_prog_egrep+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if echo a | (grep -E '(a|b)') >/dev/null 2>&1 then ac_cv_prog_egrep='grep -E' else ac_cv_prog_egrep='egrep' fi fi echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5 echo "${ECHO_T}$ac_cv_prog_egrep" >&6 EGREP=$ac_cv_prog_egrep echo "$as_me:$LINENO: checking for ANSI C header files" >&5 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 if test "${ac_cv_header_stdc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include #include #include #include int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_header_stdc=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_header_stdc=no fi rm -f conftest.err conftest.$ac_objext conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "memchr" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "free" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. if test "$cross_compiling" = yes; then : else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include #if ((' ' & 0x0FF) == 0x020) # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) #else # define ISLOWER(c) \ (('a' <= (c) && (c) <= 'i') \ || ('j' <= (c) && (c) <= 'r') \ || ('s' <= (c) && (c) <= 'z')) # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) #endif #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) int main () { int i; for (i = 0; i < 256; i++) if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); exit (0); } _ACEOF rm -f conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else echo "$as_me: program exited with status $ac_status" >&5 echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_header_stdc=no fi rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi fi echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 echo "${ECHO_T}$ac_cv_header_stdc" >&6 if test $ac_cv_header_stdc = yes; then cat >>confdefs.h <<\_ACEOF #define STDC_HEADERS 1 _ACEOF fi if test "x$prefix" = "xNONE"; then INSTALLPREFIX="/usr/local" else INSTALLPREFIX="${prefix}" fi LIBDIR="${libdir}" ac_aux_dir= for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do if test -f $ac_dir/install-sh; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install-sh -c" break elif test -f $ac_dir/install.sh; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install.sh -c" break elif test -f $ac_dir/shtool; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/shtool install -c" break fi done if test -z "$ac_aux_dir"; then { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} { (exit 1); exit 1; }; } fi ac_config_guess="$SHELL $ac_aux_dir/config.guess" ac_config_sub="$SHELL $ac_aux_dir/config.sub" ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. # Make sure we can run config.sub. $ac_config_sub sun4 >/dev/null 2>&1 || { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5 echo "$as_me: error: cannot run $ac_config_sub" >&2;} { (exit 1); exit 1; }; } echo "$as_me:$LINENO: checking build system type" >&5 echo $ECHO_N "checking build system type... $ECHO_C" >&6 if test "${ac_cv_build+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_cv_build_alias=$build_alias test -z "$ac_cv_build_alias" && ac_cv_build_alias=`$ac_config_guess` test -z "$ac_cv_build_alias" && { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 echo "$as_me: error: cannot guess build type; you must specify one" >&2;} { (exit 1); exit 1; }; } ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;} { (exit 1); exit 1; }; } fi echo "$as_me:$LINENO: result: $ac_cv_build" >&5 echo "${ECHO_T}$ac_cv_build" >&6 build=$ac_cv_build build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` echo "$as_me:$LINENO: checking host system type" >&5 echo $ECHO_N "checking host system type... $ECHO_C" >&6 if test "${ac_cv_host+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_cv_host_alias=$host_alias test -z "$ac_cv_host_alias" && ac_cv_host_alias=$ac_cv_build_alias ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} { (exit 1); exit 1; }; } fi echo "$as_me:$LINENO: result: $ac_cv_host" >&5 echo "${ECHO_T}$ac_cv_host" >&6 host=$ac_cv_host host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` echo "$as_me:$LINENO: checking target system type" >&5 echo $ECHO_N "checking target system type... $ECHO_C" >&6 if test "${ac_cv_target+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_cv_target_alias=$target_alias test "x$ac_cv_target_alias" = "x" && ac_cv_target_alias=$ac_cv_host_alias ac_cv_target=`$ac_config_sub $ac_cv_target_alias` || { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;} { (exit 1); exit 1; }; } fi echo "$as_me:$LINENO: result: $ac_cv_target" >&5 echo "${ECHO_T}$ac_cv_target" >&6 target=$ac_cv_target target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` # The aliases save the names the user supplied, while $host etc. # will get canonicalized. test -n "$target_alias" && test "$program_prefix$program_suffix$program_transform_name" = \ NONENONEs,x,x, && program_prefix=${target_alias}- LDSO= case "$target_os" in solaris*) LDSO="-Bdynamic -G -h" ;; darwin*) ;; *) LDSO="-shared -Wl,-soname,";; esac LDSO=${LDSO} H323_GSMAMR_NB_FLOAT=0 if test -r "./audio/gsm-amr/src/c-code/interf_dec.h" ; then { echo "$as_me:$LINENO: Enabling GSM-AMR plugin" >&5 echo "$as_me: Enabling GSM-AMR plugin" >&6;} H323_GSMAMR_NB_FLOAT=1 else { echo "$as_me:$LINENO: GSM-AMR plugin disabled (no 3GPP source)" >&5 echo "$as_me: GSM-AMR plugin disabled (no 3GPP source)" >&6;} fi H323_GSMAMR_NB_FLOAT=$H323_GSMAMR_NB_FLOAT H323_EMBEDDED_GSM=0 # Check whether --enable-embeddedgsm or --disable-embeddedgsm was given. if test "${enable_embeddedgsm+set}" = set; then enableval="$enable_embeddedgsm" H323_EMBEDDED_GSM=$enableval fi; if test "${H323_EMBEDDED_GSM}" != "0" ; then { echo "$as_me:$LINENO: Embedding GSM codec" >&5 echo "$as_me: Embedding GSM codec" >&6;} LDFLAGS="$LDFLAGS -L../../plugins/audio/GSM0610" ENDLDLIBS="$ENDLDLIBS -libgsm0610_audio" cat >>confdefs.h <<\_ACEOF #define H323_EMBEDDED_GSM 1 _ACEOF H323_EMBEDDED_GSM=1 fi H323_EMBEDDED_GSM=$H323_EMBEDDED_GSM localspeex="xxx" # Check whether --enable-localspeex or --disable-localspeex was given. if test "${enable_localspeex+set}" = set; then enableval="$enable_localspeex" localspeex=$enableval fi; if test "${localspeex}" = "yes" ; then { echo "$as_me:$LINENO: Forcing use of local Speex sources" >&5 echo "$as_me: Forcing use of local Speex sources" >&6;} elif test "${localspeex}" = "no" ; then { echo "$as_me:$LINENO: Forcing use of system Speex library" >&5 echo "$as_me: Forcing use of system Speex library" >&6;} cat >>confdefs.h <<\_ACEOF #define H323_SYSTEM_SPEEX 1 _ACEOF H323_SYSTEM_SPEEX=1 else echo "$as_me:$LINENO: checking for speex_encoder_destroy in -lspeex" >&5 echo $ECHO_N "checking for speex_encoder_destroy in -lspeex... $ECHO_C" >&6 if test "${ac_cv_lib_speex_speex_encoder_destroy+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lspeex $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char speex_encoder_destroy (); int main () { speex_encoder_destroy (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest$ac_exeext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_speex_speex_encoder_destroy=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_speex_speex_encoder_destroy=no fi rm -f conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi echo "$as_me:$LINENO: result: $ac_cv_lib_speex_speex_encoder_destroy" >&5 echo "${ECHO_T}$ac_cv_lib_speex_speex_encoder_destroy" >&6 if test $ac_cv_lib_speex_speex_encoder_destroy = yes; then SPEEX=1 fi if test "x$SPEEX" = "x"; then { echo "$as_me:$LINENO: Forcing use of local Speex library" >&5 echo "$as_me: Forcing use of local Speex library" >&6;} else echo "$as_me:$LINENO: checking system Speex version" >&5 echo $ECHO_N "checking system Speex version... $ECHO_C" >&6 cat > t.c < #include #include int main(int argc,char *argv) { SpeexHeader header; speex_init_header(&header, 1, 1, &speex_nb_mode); printf("%s\n", header.speex_version); } C_FILE cc -o t t.c -lspeex > /dev/null 2>&1 if test \! -x t ; then echo "$as_me:$LINENO: result: cannot determine - using library version" >&5 echo "${ECHO_T}cannot determine - using library version" >&6 else SYSVER=`./t` rm -f t t.c echo "$as_me:$LINENO: result: $SYSVER" >&5 echo "${ECHO_T}$SYSVER" >&6 echo "$as_me:$LINENO: checking library Speex version" >&5 echo $ECHO_N "checking library Speex version... $ECHO_C" >&6 LIBVER=`grep "#define VERSION" ./audio/Speex/libspeex/misc.h | sed -e 's/^.*speex\-//' -e 's/\"//'` echo "$as_me:$LINENO: result: $LIBVER" >&5 echo "${ECHO_T}$LIBVER" >&6 echo "$as_me:$LINENO: checking Speex versions" >&5 echo $ECHO_N "checking Speex versions... $ECHO_C" >&6 cat > t.pl <&5 echo "${ECHO_T}library version is more recent" >&6 else echo "$as_me:$LINENO: result: system version is more recent" >&5 echo "${ECHO_T}system version is more recent" >&6 cat >>confdefs.h <<\_ACEOF #define H323_SYSTEM_SPEEX 1 _ACEOF H323_SYSTEM_SPEEX=1 fi fi fi fi ac_config_files="$ac_config_files audio/gsm-amr/Makefile" ac_config_files="$ac_config_files audio/GSM0610/Makefile" ac_config_files="$ac_config_files audio/iLBC/Makefile" ac_config_files="$ac_config_files audio/Speex/Makefile" ac_config_files="$ac_config_files audio/LPC_10/Makefile" ac_config_files="$ac_config_files audio/G726/Makefile" ac_config_files="$ac_config_files audio/IMA_ADPCM/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure # scripts and configure runs, see configure's option --config-cache. # It is not useful on other systems. If it contains results you don't # want to keep, you may remove or edit it. # # config.status only pays attention to the cache file if you give it # the --recheck option to rerun configure. # # `ac_cv_env_foo' variables (set or unset) will be overridden when # loading this file, other *unset* `ac_cv_foo' will be assigned the # following values. _ACEOF # The following way of writing the cache mishandles newlines in values, # but we know of no workaround that is simple, portable, and efficient. # So, don't put newlines in cache variables' values. # Ultrix sh set writes to stderr and can't be redirected directly, # and sets the high bit in the cache file unless we assign to the vars. { (set) 2>&1 | case `(ac_space=' '; set | grep ac_space) 2>&1` in *ac_space=\ *) # `set' does not quote correctly, so add quotes (double-quote # substitution turns \\\\ into \\, and sed turns \\ into \). sed -n \ "s/'/'\\\\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" ;; *) # `set' quotes correctly as required by POSIX, so do not add quotes. sed -n \ "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" ;; esac; } | sed ' t clear : clear s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ t end /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ : end' >>confcache if diff $cache_file confcache >/dev/null 2>&1; then :; else if test -w $cache_file; then test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" cat confcache >$cache_file else echo "not updating unwritable cache $cache_file" fi fi rm -f confcache test "x$prefix" = xNONE && prefix=$ac_default_prefix # Let make expand exec_prefix. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' # VPATH may cause trouble with some makes, so we remove $(srcdir), # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and # trailing colons and then remove the whole line if VPATH becomes empty # (actually we leave an empty line to preserve line numbers). if test "x$srcdir" = x.; then ac_vpsub='/^[ ]*VPATH[ ]*=/{ s/:*\$(srcdir):*/:/; s/:*\${srcdir}:*/:/; s/:*@srcdir@:*/:/; s/^\([^=]*=[ ]*\):*/\1/; s/:*$//; s/^[^=]*=[ ]*$//; }' fi # Transform confdefs.h into DEFS. # Protect against shell expansion while executing Makefile rules. # Protect against Makefile macro expansion. # # If the first sed substitution is executed (which looks for macros that # take arguments), then we branch to the quote section. Otherwise, # look for a macro that doesn't take arguments. cat >confdef2opt.sed <<\_ACEOF t clear : clear s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g t quote s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g t quote d : quote s,[ `~#$^&*(){}\\|;'"<>?],\\&,g s,\[,\\&,g s,\],\\&,g s,\$,$$,g p _ACEOF # We use echo to avoid assuming a particular line-breaking character. # The extra dot is to prevent the shell from consuming trailing # line-breaks from the sub-command output. A line-break within # single-quotes doesn't work because, if this script is created in a # platform that uses two characters for line-breaks (e.g., DOS), tr # would break. ac_LF_and_DOT=`echo; echo .` DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'` rm -f confdef2opt.sed ac_libobjs= ac_ltlibobjs= for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_i=`echo "$ac_i" | sed 's/\$U\././;s/\.o$//;s/\.obj$//'` # 2. Add them. ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' done LIBOBJS=$ac_libobjs LTLIBOBJS=$ac_ltlibobjs : ${CONFIG_STATUS=./config.status} ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 echo "$as_me: creating $CONFIG_STATUS" >&6;} cat >$CONFIG_STATUS <<_ACEOF #! $SHELL # Generated by $as_me. # Run this file to recreate the current configuration. # Compiler output produced by configure, useful for debugging # configure, is in config.log if it exists. debug=false ac_cs_recheck=false ac_cs_silent=false SHELL=\${CONFIG_SHELL-$SHELL} _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF ## --------------------- ## ## M4sh Initialization. ## ## --------------------- ## # Be Bourne compatible if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then set -o posix fi DUALCASE=1; export DUALCASE # for MKS sh # Support unset when possible. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then as_unset=unset else as_unset=false fi # Work around bugs in pre-3.0 UWIN ksh. $as_unset ENV MAIL MAILPATH PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. for as_var in \ LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ LC_TELEPHONE LC_TIME do if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then eval $as_var=C; export $as_var else $as_unset $as_var fi done # Required to use basename. if expr a : '\(a\)' >/dev/null 2>&1; then as_expr=expr else as_expr=false fi if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi # Name of the executable. as_me=`$as_basename "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)$' \| \ . : '\(.\)' 2>/dev/null || echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } /^X\/\(\/\/\)$/{ s//\1/; q; } /^X\/\(\/\).*/{ s//\1/; q; } s/.*/./; q'` # PATH needs CR, and LINENO needs CR and PATH. # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then echo "#! /bin/sh" >conf$$.sh echo "exit 0" >>conf$$.sh chmod +x conf$$.sh if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi rm -f conf$$.sh fi as_lineno_1=$LINENO as_lineno_2=$LINENO as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` test "x$as_lineno_1" != "x$as_lineno_2" && test "x$as_lineno_3" = "x$as_lineno_2" || { # Find who we are. Look in the path if we contain no path at all # relative or not. case $0 in *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;} { (exit 1); exit 1; }; } fi case $CONFIG_SHELL in '') as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for as_base in sh bash ksh sh5; do case $as_dir in /*) if ("$as_dir/$as_base" -c ' as_lineno_1=$LINENO as_lineno_2=$LINENO as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` test "x$as_lineno_1" != "x$as_lineno_2" && test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } CONFIG_SHELL=$as_dir/$as_base export CONFIG_SHELL exec "$CONFIG_SHELL" "$0" ${1+"$@"} fi;; esac done done ;; esac # Create $as_me.lineno as a copy of $as_myself, but with $LINENO # uniformly replaced by the line number. The first 'sed' inserts a # line-number line before each line; the second 'sed' does the real # work. The second script uses 'N' to pair each line-number line # with the numbered line, and appends trailing '-' during # substitution so that $LINENO is not a special case at line end. # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) sed '=' <$as_myself | sed ' N s,$,-, : loop s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, t loop s,-$,, s,^['$as_cr_digits']*\n,, ' >$as_me.lineno && chmod +x $as_me.lineno || { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;} { (exit 1); exit 1; }; } # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the # original and so on. Autoconf is especially sensible to this). . ./$as_me.lineno # Exit status is that of the last command. exit } case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in *c*,-n*) ECHO_N= ECHO_C=' ' ECHO_T=' ' ;; *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; *) ECHO_N= ECHO_C='\c' ECHO_T= ;; esac if expr a : '\(a\)' >/dev/null 2>&1; then as_expr=expr else as_expr=false fi rm -f conf$$ conf$$.exe conf$$.file echo >conf$$.file if ln -s conf$$.file conf$$ 2>/dev/null; then # We could just check for DJGPP; but this test a) works b) is more generic # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). if test -f conf$$.exe; then # Don't use ln at all; we don't have any links as_ln_s='cp -p' else as_ln_s='ln -s' fi elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -p' fi rm -f conf$$ conf$$.exe conf$$.file if mkdir -p . 2>/dev/null; then as_mkdir_p=: else test -d ./-p && rmdir ./-p as_mkdir_p=false fi as_executable_p="test -f" # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" # IFS # We need space, tab and new line, in precisely that order. as_nl=' ' IFS=" $as_nl" # CDPATH. $as_unset CDPATH exec 6>&1 # Open the log real soon, to keep \$[0] and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. Logging --version etc. is OK. exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX } >&5 cat >&5 <<_CSEOF This file was extended by $as_me, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS CONFIG_COMMANDS = $CONFIG_COMMANDS $ $0 $@ _CSEOF echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 echo >&5 _ACEOF # Files that config.status was made for. if test -n "$ac_config_files"; then echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS fi if test -n "$ac_config_headers"; then echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS fi if test -n "$ac_config_links"; then echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS fi if test -n "$ac_config_commands"; then echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS fi cat >>$CONFIG_STATUS <<\_ACEOF ac_cs_usage="\ \`$as_me' instantiates files from templates according to the current configuration. Usage: $0 [OPTIONS] [FILE]... -h, --help print this help, then exit -V, --version print version number, then exit -q, --quiet do not print progress messages -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] instantiate the configuration file FILE Configuration files: $config_files Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ config.status configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" Copyright (C) 2003 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." srcdir=$srcdir _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF # If no file are specified by the user, then we need to provide default # value. By we need to know if files were specified by the user. ac_need_defaults=: while test $# != 0 do case $1 in --*=*) ac_option=`expr "x$1" : 'x\([^=]*\)='` ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` ac_shift=: ;; -*) ac_option=$1 ac_optarg=$2 ac_shift=shift ;; *) # This is not an option, so the user has probably given explicit # arguments. ac_option=$1 ac_need_defaults=false;; esac case $ac_option in # Handling of the options. _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --vers* | -V ) echo "$ac_cs_version"; exit 0 ;; --he | --h) # Conflict between --help and --header { { echo "$as_me:$LINENO: error: ambiguous option: $1 Try \`$0 --help' for more information." >&5 echo "$as_me: error: ambiguous option: $1 Try \`$0 --help' for more information." >&2;} { (exit 1); exit 1; }; };; --help | --hel | -h ) echo "$ac_cs_usage"; exit 0 ;; --debug | --d* | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift CONFIG_FILES="$CONFIG_FILES $ac_optarg" ac_need_defaults=false;; --header | --heade | --head | --hea ) $ac_shift CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" ac_need_defaults=false;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 Try \`$0 --help' for more information." >&5 echo "$as_me: error: unrecognized option: $1 Try \`$0 --help' for more information." >&2;} { (exit 1); exit 1; }; } ;; *) ac_config_targets="$ac_config_targets $1" ;; esac shift done ac_configure_extra_args= if $ac_cs_silent; then exec 6>/dev/null ac_configure_extra_args="$ac_configure_extra_args --silent" fi _ACEOF cat >>$CONFIG_STATUS <<_ACEOF if \$ac_cs_recheck; then echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion fi _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF for ac_config_target in $ac_config_targets do case "$ac_config_target" in # Handling of arguments. "audio/gsm-amr/Makefile" ) CONFIG_FILES="$CONFIG_FILES audio/gsm-amr/Makefile" ;; "audio/GSM0610/Makefile" ) CONFIG_FILES="$CONFIG_FILES audio/GSM0610/Makefile" ;; "audio/iLBC/Makefile" ) CONFIG_FILES="$CONFIG_FILES audio/iLBC/Makefile" ;; "audio/Speex/Makefile" ) CONFIG_FILES="$CONFIG_FILES audio/Speex/Makefile" ;; "audio/LPC_10/Makefile" ) CONFIG_FILES="$CONFIG_FILES audio/LPC_10/Makefile" ;; "audio/G726/Makefile" ) CONFIG_FILES="$CONFIG_FILES audio/G726/Makefile" ;; "audio/IMA_ADPCM/Makefile" ) CONFIG_FILES="$CONFIG_FILES audio/IMA_ADPCM/Makefile" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} { (exit 1); exit 1; }; };; esac done # If the user did not use the arguments to specify the items to instantiate, # then the envvar interface is used. Set only those that are not. # We use the long form for the default assignment because of an extremely # bizarre bug on SunOS 4.1.3. if $ac_need_defaults; then test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files fi # Have a temporary directory for convenience. Make it in the build tree # simply because there is no reason to put it here, and in addition, # creating and moving files from /tmp can sometimes cause problems. # Create a temporary directory, and hook for its removal unless debugging. $debug || { trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 trap '{ (exit 1); exit 1; }' 1 2 13 15 } # Create a (secure) tmp directory for tmp files. { tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" } || { tmp=./confstat$$-$RANDOM (umask 077 && mkdir $tmp) } || { echo "$me: cannot create a temporary directory in ." >&2 { (exit 1); exit 1; } } _ACEOF cat >>$CONFIG_STATUS <<_ACEOF # # CONFIG_FILES section. # # No need to generate the scripts if there are no CONFIG_FILES. # This happens for instance when ./config.status config.h if test -n "\$CONFIG_FILES"; then # Protect against being on the right side of a sed subst in config.status. sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF s,@SHELL@,$SHELL,;t t s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t s,@exec_prefix@,$exec_prefix,;t t s,@prefix@,$prefix,;t t s,@program_transform_name@,$program_transform_name,;t t s,@bindir@,$bindir,;t t s,@sbindir@,$sbindir,;t t s,@libexecdir@,$libexecdir,;t t s,@datadir@,$datadir,;t t s,@sysconfdir@,$sysconfdir,;t t s,@sharedstatedir@,$sharedstatedir,;t t s,@localstatedir@,$localstatedir,;t t s,@libdir@,$libdir,;t t s,@includedir@,$includedir,;t t s,@oldincludedir@,$oldincludedir,;t t s,@infodir@,$infodir,;t t s,@mandir@,$mandir,;t t s,@build_alias@,$build_alias,;t t s,@host_alias@,$host_alias,;t t s,@target_alias@,$target_alias,;t t s,@DEFS@,$DEFS,;t t s,@ECHO_C@,$ECHO_C,;t t s,@ECHO_N@,$ECHO_N,;t t s,@ECHO_T@,$ECHO_T,;t t s,@LIBS@,$LIBS,;t t s,@CXX@,$CXX,;t t s,@CXXFLAGS@,$CXXFLAGS,;t t s,@LDFLAGS@,$LDFLAGS,;t t s,@CPPFLAGS@,$CPPFLAGS,;t t s,@ac_ct_CXX@,$ac_ct_CXX,;t t s,@EXEEXT@,$EXEEXT,;t t s,@OBJEXT@,$OBJEXT,;t t s,@CC@,$CC,;t t s,@CFLAGS@,$CFLAGS,;t t s,@ac_ct_CC@,$ac_ct_CC,;t t s,@CPP@,$CPP,;t t s,@EGREP@,$EGREP,;t t s,@INSTALLPREFIX@,$INSTALLPREFIX,;t t s,@LIBDIR@,$LIBDIR,;t t s,@build@,$build,;t t s,@build_cpu@,$build_cpu,;t t s,@build_vendor@,$build_vendor,;t t s,@build_os@,$build_os,;t t s,@host@,$host,;t t s,@host_cpu@,$host_cpu,;t t s,@host_vendor@,$host_vendor,;t t s,@host_os@,$host_os,;t t s,@target@,$target,;t t s,@target_cpu@,$target_cpu,;t t s,@target_vendor@,$target_vendor,;t t s,@target_os@,$target_os,;t t s,@LDSO@,$LDSO,;t t s,@H323_GSMAMR_NB_FLOAT@,$H323_GSMAMR_NB_FLOAT,;t t s,@H323_EMBEDDED_GSM@,$H323_EMBEDDED_GSM,;t t s,@H323_SYSTEM_SPEEX@,$H323_SYSTEM_SPEEX,;t t s,@LIBOBJS@,$LIBOBJS,;t t s,@LTLIBOBJS@,$LTLIBOBJS,;t t CEOF _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF # Split the substitutions into bite-sized pieces for seds with # small command number limits, like on Digital OSF/1 and HP-UX. ac_max_sed_lines=48 ac_sed_frag=1 # Number of current file. ac_beg=1 # First line for current file. ac_end=$ac_max_sed_lines # Line after last line for current file. ac_more_lines=: ac_sed_cmds= while $ac_more_lines; do if test $ac_beg -gt 1; then sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag else sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag fi if test ! -s $tmp/subs.frag; then ac_more_lines=false else # The purpose of the label and of the branching condition is to # speed up the sed processing (if there are no `@' at all, there # is no need to browse any of the substitutions). # These are the two extra sed commands mentioned above. (echo ':t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed if test -z "$ac_sed_cmds"; then ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" else ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" fi ac_sed_frag=`expr $ac_sed_frag + 1` ac_beg=$ac_end ac_end=`expr $ac_end + $ac_max_sed_lines` fi done if test -z "$ac_sed_cmds"; then ac_sed_cmds=cat fi fi # test -n "$CONFIG_FILES" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". case $ac_file in - | *:- | *:-:* ) # input from stdin cat >$tmp/stdin ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; * ) ac_file_in=$ac_file.in ;; esac # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. ac_dir=`(dirname "$ac_file") 2>/dev/null || $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(/\)' \| \ . : '\(.\)' 2>/dev/null || echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } /^X\(\/\/\)[^/].*/{ s//\1/; q; } /^X\(\/\/\)$/{ s//\1/; q; } /^X\(\/\).*/{ s//\1/; q; } s/.*/./; q'` { if $as_mkdir_p; then mkdir -p "$ac_dir" else as_dir="$ac_dir" as_dirs= while test ! -d "$as_dir"; do as_dirs="$as_dir $as_dirs" as_dir=`(dirname "$as_dir") 2>/dev/null || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| \ . : '\(.\)' 2>/dev/null || echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } /^X\(\/\/\)[^/].*/{ s//\1/; q; } /^X\(\/\/\)$/{ s//\1/; q; } /^X\(\/\).*/{ s//\1/; q; } s/.*/./; q'` done test ! -n "$as_dirs" || mkdir $as_dirs fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} { (exit 1); exit 1; }; }; } ac_builddir=. if test "$ac_dir" != .; then ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` # A "../" for each directory in $ac_dir_suffix. ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` else ac_dir_suffix= ac_top_builddir= fi case $srcdir in .) # No --srcdir option. We are building in place. ac_srcdir=. if test -z "$ac_top_builddir"; then ac_top_srcdir=. else ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` fi ;; [\\/]* | ?:[\\/]* ) # Absolute path. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ;; *) # Relative path. ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_builddir$srcdir ;; esac # Do not use `cd foo && pwd` to compute absolute paths, because # the directories may not exist. case `pwd` in .) ac_abs_builddir="$ac_dir";; *) case "$ac_dir" in .) ac_abs_builddir=`pwd`;; [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; *) ac_abs_builddir=`pwd`/"$ac_dir";; esac;; esac case $ac_abs_builddir in .) ac_abs_top_builddir=${ac_top_builddir}.;; *) case ${ac_top_builddir}. in .) ac_abs_top_builddir=$ac_abs_builddir;; [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; esac;; esac case $ac_abs_builddir in .) ac_abs_srcdir=$ac_srcdir;; *) case $ac_srcdir in .) ac_abs_srcdir=$ac_abs_builddir;; [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; esac;; esac case $ac_abs_builddir in .) ac_abs_top_srcdir=$ac_top_srcdir;; *) case $ac_top_srcdir in .) ac_abs_top_srcdir=$ac_abs_builddir;; [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; esac;; esac if test x"$ac_file" != x-; then { echo "$as_me:$LINENO: creating $ac_file" >&5 echo "$as_me: creating $ac_file" >&6;} rm -f "$ac_file" fi # Let's still pretend it is `configure' which instantiates (i.e., don't # use $as_me), people would be surprised to read: # /* config.h. Generated by config.status. */ if test x"$ac_file" = x-; then configure_input= else configure_input="$ac_file. " fi configure_input=$configure_input"Generated from `echo $ac_file_in | sed 's,.*/,,'` by configure." # First look for the input files in the build tree, otherwise in the # src tree. ac_file_inputs=`IFS=: for f in $ac_file_in; do case $f in -) echo $tmp/stdin ;; [\\/$]*) # Absolute (can't be DOS-style, as IFS=:) test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } echo "$f";; *) # Relative if test -f "$f"; then # Build tree echo "$f" elif test -f "$srcdir/$f"; then # Source tree echo "$srcdir/$f" else # /dev/null tree { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } fi;; esac done` || { (exit 1); exit 1; } _ACEOF cat >>$CONFIG_STATUS <<_ACEOF sed "$ac_vpsub $extrasub _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b s,@configure_input@,$configure_input,;t t s,@srcdir@,$ac_srcdir,;t t s,@abs_srcdir@,$ac_abs_srcdir,;t t s,@top_srcdir@,$ac_top_srcdir,;t t s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t s,@builddir@,$ac_builddir,;t t s,@abs_builddir@,$ac_abs_builddir,;t t s,@top_builddir@,$ac_top_builddir,;t t s,@abs_top_builddir@,$ac_abs_top_builddir,;t t " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out rm -f $tmp/stdin if test x"$ac_file" != x-; then mv $tmp/out $ac_file else cat $tmp/out rm -f $tmp/out fi done _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF { (exit 0); exit 0; } _ACEOF chmod +x $CONFIG_STATUS ac_clean_files=$ac_clean_files_save # configure is writing to config.log, and then calls config.status. # config.status does its own redirection, appending to config.log. # Unfortunately, on DOS this fails, as config.log is still kept open # by configure, so config.status won't be able to write to it; its # output is simply discarded. So we exec the FD to /dev/null, # effectively closing config.log, so it can be properly (re)opened and # appended to by config.status. When coming back to configure, we # need to make the FD available again. if test "$no_create" != yes; then ac_cs_success=: ac_config_status_args= test "$silent" = yes && ac_config_status_args="$ac_config_status_args --quiet" exec 5>/dev/null $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false exec 5>>config.log # Use ||, not &&, to avoid exiting from the if with $? = 1, which # would make configure fail if this is the last instruction. $ac_cs_success || { (exit 1); exit 1; } fi openh323_v1_18_0/plugins/configure.ac0100644000176200056700000001244510251211357017602 0ustar releasepostincrAC_INIT(configure.ac) AC_PROG_CXX AC_HEADER_STDC dnl ######################################################################## dnl set the PREFIX accordingly if test "x$prefix" = "xNONE"; then INSTALLPREFIX="/usr/local" else INSTALLPREFIX="${prefix}" fi AC_SUBST(INSTALLPREFIX) dnl ######################################################################## dnl set LIBDIR accordingly LIBDIR="${libdir}" AC_SUBST(LIBDIR) dnl ######################################################################## AC_CANONICAL_TARGET() LDSO= case "$target_os" in solaris*) LDSO="-Bdynamic -G -h" ;; darwin*) ;; *) LDSO="-shared -Wl,-soname,";; esac AC_SUBST(LDSO, ${LDSO}) dnl ######################################################################## dnl look for amr-nb_float H323_GSMAMR_NB_FLOAT=0 if test -r "./audio/gsm-amr/src/c-code/interf_dec.h" ; then AC_MSG_NOTICE(Enabling GSM-AMR plugin) H323_GSMAMR_NB_FLOAT=1 else AC_MSG_NOTICE(GSM-AMR plugin disabled (no 3GPP source)) fi AC_SUBST(H323_GSMAMR_NB_FLOAT, $H323_GSMAMR_NB_FLOAT) dnl ######################################################################## dnl look for embedded GSM H323_EMBEDDED_GSM=0 AC_ARG_ENABLE(embeddedgsm, [ --enable-embeddedgsm embed GSM codec via static linking], H323_EMBEDDED_GSM=$enableval) if test "${H323_EMBEDDED_GSM}" != "0" ; then AC_MSG_NOTICE(Embedding GSM codec) LDFLAGS="$LDFLAGS -L../../plugins/audio/GSM0610" ENDLDLIBS="$ENDLDLIBS -libgsm0610_audio" AC_DEFINE(H323_EMBEDDED_GSM) H323_EMBEDDED_GSM=1 fi AC_SUBST(H323_EMBEDDED_GSM, $H323_EMBEDDED_GSM) dnl ######################################################################## dnl Look for system GSM dnl dnl It would be nice if we could use system GSM libraries, but it dnl appears that standard builds are not compiled with the WAV49 option dnl Without this, MS-GSM cannot work, so we just don't bother dnl dnl H323_SYSTEM_GSM=0 dnl localgsm="xxx" dnl AC_ARG_ENABLE(localgsm, dnl [ --enable-localgsm use local version of GSM library rather than system version], dnl localgsm=$enableval) dnl dnl if test "${localgsm}" = "yes" ; then dnl AC_MSG_NOTICE(Forcing use of local GSM sources) dnl elif test "${localgsm}" = "no" ; then dnl AC_MSG_NOTICE(Forcing use of system GSM library) dnl H323_SYSTEM_GSM=1 dnl else dnl AC_CHECK_LIB(gsm, gsm_create, GSM=1) dnl if test "x$GSM" != "x"; then dnl H323_SYSTEM_GSM=1 dnl fi dnl fi dnl AC_SUBST(H323_SYSTEM_GSM, $H323_SYSTEM_GSM) dnl AC_DEFINE_UNQUOTED(H323_SYSTEM_GSM, $H323_SYSTEM_GSM) dnl ######################################################################## dnl Look for system libspeex localspeex="xxx" AC_ARG_ENABLE(localspeex, [ --enable-localspeex use local version of Speex library rather than system version], localspeex=$enableval) if test "${localspeex}" = "yes" ; then AC_MSG_NOTICE(Forcing use of local Speex sources) elif test "${localspeex}" = "no" ; then AC_MSG_NOTICE(Forcing use of system Speex library) AC_DEFINE(H323_SYSTEM_SPEEX, 1) AC_SUBST(H323_SYSTEM_SPEEX, 1) else AC_CHECK_LIB(speex, speex_encoder_destroy, SPEEX=1) if test "x$SPEEX" = "x"; then AC_MSG_NOTICE(Forcing use of local Speex library) else AC_MSG_CHECKING(system Speex version) cat > t.c < #include #include int main(int argc,char *argv[]) { SpeexHeader header; speex_init_header(&header, 1, 1, &speex_nb_mode); printf("%s\n", header.speex_version); } C_FILE cc -o t t.c -lspeex > /dev/null 2>&1 if test \! -x t ; then AC_MSG_RESULT(cannot determine - using library version) else SYSVER=`./t` rm -f t t.c AC_MSG_RESULT($SYSVER) AC_MSG_CHECKING(library Speex version) LIBVER=`grep "#define VERSION" ./audio/Speex/libspeex/misc.h | sed -e 's/^.*speex\-//' -e 's/\"//'` AC_MSG_RESULT($LIBVER) AC_MSG_CHECKING(Speex versions) cat > t.pl <> 2; break; case AUDIO_ENCODING_ULAW: sl = ulaw2linear(sl) >> 2; break; case AUDIO_ENCODING_LINEAR: sl >>= 2; /* sl of 14-bit dynamic range */ break; default: return (-1); } sezi = predictor_zero(state_ptr); sez = sezi >> 1; sei = sezi + predictor_pole(state_ptr); se = sei >> 1; /* se = estimated signal */ d = sl - se; /* d = estimation diff. */ /* quantize prediction difference d */ y = step_size(state_ptr); /* quantizer step size */ i = quantize(d, y, qtab_723_16, 1); /* i = ADPCM code */ /* Since quantize() only produces a three level output * (1, 2, or 3), we must create the fourth one on our own */ if (i == 3) /* i code for the zero region */ if ((d & 0x8000) == 0) /* If d > 0, i=3 isn't right... */ i = 0; dq = reconstruct(i & 2, _dqlntab[i], y); /* quantized diff. */ sr = (dq < 0) ? se - (dq & 0x3FFF) : se + dq; /* reconstructed signal */ dqsez = sr + sez - se; /* pole prediction diff. */ update(2, y, _witab[i], _fitab[i], dq, sr, dqsez, state_ptr); return (i); } /* * g723_16_decoder() * * Decodes a 2-bit CCITT G.723_16 ADPCM code and returns * the resulting 16-bit linear PCM, A-law or u-law sample value. * -1 is returned if the output coding is unknown. */ int g726_16_decoder( int i, int out_coding, g726_state *state_ptr) { int sezi; int sez; /* ACCUM */ int sei; int se; int y; /* MIX */ int dq; int sr; /* ADDB */ int dqsez; i &= 0x03; /* mask to get proper bits */ sezi = predictor_zero(state_ptr); sez = sezi >> 1; sei = sezi + predictor_pole(state_ptr); se = sei >> 1; /* se = estimated signal */ y = step_size(state_ptr); /* adaptive quantizer step size */ dq = reconstruct(i & 0x02, _dqlntab[i], y); /* unquantize pred diff */ sr = (dq < 0) ? (se - (dq & 0x3FFF)) : (se + dq); /* reconst. signal */ dqsez = sr - se + sez; /* pole prediction diff. */ update(2, y, _witab[i], _fitab[i], dq, sr, dqsez, state_ptr); switch (out_coding) { case AUDIO_ENCODING_ALAW: return (tandem_adjust_alaw(sr, se, y, i, 2, qtab_723_16)); case AUDIO_ENCODING_ULAW: return (tandem_adjust_ulaw(sr, se, y, i, 2, qtab_723_16)); case AUDIO_ENCODING_LINEAR: return (sr << 2); /* sr was of 14-bit dynamic range */ default: return (-1); } } openh323_v1_18_0/plugins/audio/G726/g726/g726_24.c0100644000176200056700000001323310047443433020666 0ustar releasepostincr/* * This source code is a product of Sun Microsystems, Inc. and is provided * for unrestricted use. Users may copy or modify this source code without * charge. * * SUN SOURCE CODE IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING * THE WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE. * * Sun source code is provided with no support and without any obligation on * the part of Sun Microsystems, Inc. to assist in its use, correction, * modification or enhancement. * * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY THIS SOFTWARE * OR ANY PART THEREOF. * * In no event will Sun Microsystems, Inc. be liable for any lost revenue * or profits or other special, indirect and consequential damages, even if * Sun has been advised of the possibility of such damages. * * Sun Microsystems, Inc. * 2550 Garcia Avenue * Mountain View, California 94043 */ /* * g726_24.c * * Description: * * g723_24_encoder(), g723_24_decoder() * * These routines comprise an implementation of the CCITT G.723 24 Kbps * ADPCM coding algorithm. Essentially, this implementation is identical to * the bit level description except for a few deviations which take advantage * of workstation attributes, such as hardware 2's complement arithmetic. * * The ITU-T G.726 coder is an adaptive differential pulse code modulation * (ADPCM) waveform coding algorithm, suitable for coding of digitized * telephone bandwidth (0.3-3.4 kHz) speech or audio signals sampled at 8 kHz. * This coder operates on a sample-by-sample basis. Input samples may be * represented in linear PCM or companded 8-bit G.711 (m-law/A-law) formats * (i.e., 64 kbps). For 32 kbps operation, each sample is converted into a * 4-bit quantized difference signal resulting in a compression ratio of * 2:1 over the G.711 format. For 24 kbps 40 kbps operation, the quantized * difference signal is 3 bits and 5 bits, respectively. * * $Log: g726_24.c,v $ * Revision 1.1 2004/05/09 14:58:35 csoutheren * Initial version - not yet finished * * Revision 1.4 2002/11/20 04:29:13 robertj * Included optimisations for G.711 and G.726 codecs, thanks Ted Szoczei * * Revision 1.1 2002/02/11 23:24:23 robertj * Updated to openH323 v1.8.0 * * Revision 1.2 2002/02/10 21:14:54 dereks * Add cvs log history to head of the file. * Ensure file is terminated by a newline. * * * */ #include "g72x.h" #include "private.h" /* * Maps G.723_24 code word to reconstructed scale factor normalized log * magnitude values. */ static short _dqlntab[8] = {-2048, 135, 273, 373, 373, 273, 135, -2048}; /* Maps G.723_24 code word to log of scale factor multiplier. */ static short _witab[8] = {-128, 960, 4384, 18624, 18624, 4384, 960, -128}; /* * Maps G.723_24 code words to a set of values whose long and short * term averages are computed and then compared to give an indication * how stationary (steady state) the signal is. */ static short _fitab[8] = {0, 0x200, 0x400, 0xE00, 0xE00, 0x400, 0x200, 0}; static int qtab_723_24[3] = {8, 218, 331}; /* * g723_24_encoder() * * Encodes a linear PCM, A-law or u-law input sample and returns its 3-bit code. * Returns -1 if invalid input coding value. */ int g726_24_encoder( int sl, int in_coding, g726_state *state_ptr) { int sezi; int sei; int sez; /* ACCUM */ int se; int d; /* SUBTA */ int y; /* MIX */ int i; int dq; int sr; /* ADDB */ int dqsez; /* ADDC */ switch (in_coding) { /* linearize input sample to 14-bit PCM */ case AUDIO_ENCODING_ALAW: sl = alaw2linear(sl) >> 2; break; case AUDIO_ENCODING_ULAW: sl = ulaw2linear(sl) >> 2; break; case AUDIO_ENCODING_LINEAR: sl >>= 2; /* sl of 14-bit dynamic range */ break; default: return (-1); } sezi = predictor_zero(state_ptr); sez = sezi >> 1; sei = sezi + predictor_pole(state_ptr); se = sei >> 1; /* se = estimated signal */ d = sl - se; /* d = estimation diff. */ /* quantize prediction difference d */ y = step_size(state_ptr); /* quantizer step size */ i = quantize(d, y, qtab_723_24, 3); /* i = ADPCM code */ dq = reconstruct(i & 4, _dqlntab[i], y); /* quantized diff. */ sr = (dq < 0) ? se - (dq & 0x3FFF) : se + dq; /* reconstructed signal */ dqsez = sr + sez - se; /* pole prediction diff. */ update(3, y, _witab[i], _fitab[i], dq, sr, dqsez, state_ptr); return (i); } /* * g723_24_decoder() * * Decodes a 3-bit CCITT G.723_24 ADPCM code and returns * the resulting 16-bit linear PCM, A-law or u-law sample value. * -1 is returned if the output coding is unknown. */ int g726_24_decoder( int i, int out_coding, g726_state *state_ptr) { int sezi; int sez; /* ACCUM */ int sei; int se; int y; /* MIX */ int dq; int sr; /* ADDB */ int dqsez; i &= 0x07; /* mask to get proper bits */ sezi = predictor_zero(state_ptr); sez = sezi >> 1; sei = sezi + predictor_pole(state_ptr); se = sei >> 1; /* se = estimated signal */ y = step_size(state_ptr); /* adaptive quantizer step size */ dq = reconstruct(i & 0x04, _dqlntab[i], y); /* unquantize pred diff */ sr = (dq < 0) ? (se - (dq & 0x3FFF)) : (se + dq); /* reconst. signal */ dqsez = sr - se + sez; /* pole prediction diff. */ update(3, y, _witab[i], _fitab[i], dq, sr, dqsez, state_ptr); switch (out_coding) { case AUDIO_ENCODING_ALAW: return (tandem_adjust_alaw(sr, se, y, i, 4, qtab_723_24)); case AUDIO_ENCODING_ULAW: return (tandem_adjust_ulaw(sr, se, y, i, 4, qtab_723_24)); case AUDIO_ENCODING_LINEAR: return (sr << 2); /* sr was of 14-bit dynamic range */ default: return (-1); } } openh323_v1_18_0/plugins/audio/G726/g726/g726_32.c0100644000176200056700000001465510047443433020676 0ustar releasepostincr/* * This source code is a product of Sun Microsystems, Inc. and is provided * for unrestricted use. Users may copy or modify this source code without * charge. * * SUN SOURCE CODE IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING * THE WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE. * * Sun source code is provided with no support and without any obligation on * the part of Sun Microsystems, Inc. to assist in its use, correction, * modification or enhancement. * * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY THIS SOFTWARE * OR ANY PART THEREOF. * * In no event will Sun Microsystems, Inc. be liable for any lost revenue * or profits or other special, indirect and consequential damages, even if * Sun has been advised of the possibility of such damages. * * Sun Microsystems, Inc. * 2550 Garcia Avenue * Mountain View, California 94043 */ /* * g726_32.c * * Description: * * g721_encoder(), g721_decoder() * * These routines comprise an implementation of the CCITT G.721 ADPCM * coding algorithm. Essentially, this implementation is identical to * the bit level description except for a few deviations which * take advantage of work station attributes, such as hardware 2's * complement arithmetic and large memory. Specifically, certain time * consuming operations such as multiplications are replaced * with lookup tables and software 2's complement operations are * replaced with hardware 2's complement. * * The deviation from the bit level specification (lookup tables) * preserves the bit level performance specifications. * * As outlined in the G.721 Recommendation, the algorithm is broken * down into modules. Each section of code below is preceded by * the name of the module which it is implementing. * * The ITU-T G.726 coder is an adaptive differential pulse code modulation * (ADPCM) waveform coding algorithm, suitable for coding of digitized * telephone bandwidth (0.3-3.4 kHz) speech or audio signals sampled at 8 kHz. * This coder operates on a sample-by-sample basis. Input samples may be * represented in linear PCM or companded 8-bit G.711 (m-law/A-law) formats * (i.e., 64 kbps). For 32 kbps operation, each sample is converted into a * 4-bit quantized difference signal resulting in a compression ratio of * 2:1 over the G.711 format. For 24 kbps 40 kbps operation, the quantized * difference signal is 3 bits and 5 bits, respectively. * * $Log: g726_32.c,v $ * Revision 1.1 2004/05/09 14:58:35 csoutheren * Initial version - not yet finished * * Revision 1.5 2002/11/20 04:29:13 robertj * Included optimisations for G.711 and G.726 codecs, thanks Ted Szoczei * * Revision 1.1 2002/02/11 23:24:23 robertj * Updated to openH323 v1.8.0 * * Revision 1.2 2002/02/10 21:14:54 dereks * Add cvs log history to head of the file. * Ensure file is terminated by a newline. * * * */ #include "g72x.h" #include "private.h" static int qtab_721[7] = {-124, 80, 178, 246, 300, 349, 400}; /* * Maps G.721 code word to reconstructed scale factor normalized log * magnitude values. */ static short _dqlntab[16] = {-2048, 4, 135, 213, 273, 323, 373, 425, 425, 373, 323, 273, 213, 135, 4, -2048}; /* Maps G.721 code word to log of scale factor multiplier. */ static short _witab[16] = {-12, 18, 41, 64, 112, 198, 355, 1122, 1122, 355, 198, 112, 64, 41, 18, -12}; /* * Maps G.721 code words to a set of values whose long and short * term averages are computed and then compared to give an indication * how stationary (steady state) the signal is. */ static short _fitab[16] = {0, 0, 0, 0x200, 0x200, 0x200, 0x600, 0xE00, 0xE00, 0x600, 0x200, 0x200, 0x200, 0, 0, 0}; /* * g721_encoder() * * Encodes the input vale of linear PCM, A-law or u-law data sl and returns * the resulting code. -1 is returned for unknown input coding value. */ int g726_32_encoder( int sl, int in_coding, g726_state *state_ptr) { int sezi; int sez; /* ACCUM */ int se; int d; /* SUBTA */ int y; /* MIX */ int i; int dq; int sr; /* ADDB */ int dqsez; /* ADDC */ switch (in_coding) { /* linearize input sample to 14-bit PCM */ case AUDIO_ENCODING_ALAW: sl = alaw2linear(sl) >> 2; break; case AUDIO_ENCODING_ULAW: sl = ulaw2linear(sl) >> 2; break; case AUDIO_ENCODING_LINEAR: sl >>= 2; /* 14-bit dynamic range */ break; default: return (-1); } sezi = predictor_zero(state_ptr); sez = sezi >> 1; se = (sezi + predictor_pole(state_ptr)) >> 1; /* estimated signal */ d = sl - se; /* estimation difference */ /* quantize the prediction difference */ y = step_size(state_ptr); /* quantizer step size */ i = quantize(d, y, qtab_721, 7); /* i = ADPCM code */ dq = reconstruct(i & 8, _dqlntab[i], y); /* quantized est diff */ sr = (dq < 0) ? se - (dq & 0x3FFF) : se + dq; /* reconst. signal */ dqsez = sr + sez - se; /* pole prediction diff. */ update(4, y, _witab[i] << 5, _fitab[i], dq, sr, dqsez, state_ptr); return (i); } /* * g721_decoder() * * Description: * * Decodes a 4-bit code of G.721 encoded data of i and * returns the resulting linear PCM, A-law or u-law value. * return -1 for unknown out_coding value. */ int g726_32_decoder( int i, int out_coding, g726_state *state_ptr) { int sezi; int sez; /* ACCUM */ int sei; int se; int y; /* MIX */ int dq; int sr; /* ADDB */ int dqsez; long lino; i &= 0x0f; /* mask to get proper bits */ sezi = predictor_zero(state_ptr); sez = sezi >> 1; sei = sezi + predictor_pole(state_ptr); se = sei >> 1; /* se = estimated signal */ y = step_size(state_ptr); /* dynamic quantizer step size */ dq = reconstruct(i & 0x08, _dqlntab[i], y); /* quantized diff. */ sr = (dq < 0) ? (se - (dq & 0x3FFF)) : se + dq; /* reconst. signal */ dqsez = sr - se + sez; /* pole prediction diff. */ update(4, y, _witab[i] << 5, _fitab[i], dq, sr, dqsez, state_ptr); switch (out_coding) { case AUDIO_ENCODING_ALAW: return (tandem_adjust_alaw(sr, se, y, i, 8, qtab_721)); case AUDIO_ENCODING_ULAW: return (tandem_adjust_ulaw(sr, se, y, i, 8, qtab_721)); case AUDIO_ENCODING_LINEAR: lino = (long)sr << 2; /* this seems to overflow a short*/ lino = lino > 32767 ? 32767 : lino; lino = lino < -32768 ? -32768 : lino; return lino;//(sr << 2); /* sr was 14-bit dynamic range */ default: return (-1); } } openh323_v1_18_0/plugins/audio/G726/g726/g726_40.c0100644000176200056700000001502310047443433020663 0ustar releasepostincr/* * This source code is a product of Sun Microsystems, Inc. and is provided * for unrestricted use. Users may copy or modify this source code without * charge. * * SUN SOURCE CODE IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING * THE WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE. * * Sun source code is provided with no support and without any obligation on * the part of Sun Microsystems, Inc. to assist in its use, correction, * modification or enhancement. * * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY THIS SOFTWARE * OR ANY PART THEREOF. * * In no event will Sun Microsystems, Inc. be liable for any lost revenue * or profits or other special, indirect and consequential damages, even if * Sun has been advised of the possibility of such damages. * * Sun Microsystems, Inc. * 2550 Garcia Avenue * Mountain View, California 94043 */ /* * g726_40.c * * Description: * * g723_40_encoder(), g723_40_decoder() * * These routines comprise an implementation of the CCITT G.723 40Kbps * ADPCM coding algorithm. Essentially, this implementation is identical to * the bit level description except for a few deviations which * take advantage of workstation attributes, such as hardware 2's * complement arithmetic. * * The deviation from the bit level specification (lookup tables), * preserves the bit level performance specifications. * * As outlined in the G.723 Recommendation, the algorithm is broken * down into modules. Each section of code below is preceded by * the name of the module which it is implementing. * * The ITU-T G.726 coder is an adaptive differential pulse code modulation * (ADPCM) waveform coding algorithm, suitable for coding of digitized * telephone bandwidth (0.3-3.4 kHz) speech or audio signals sampled at 8 kHz. * This coder operates on a sample-by-sample basis. Input samples may be * represented in linear PCM or companded 8-bit G.711 (m-law/A-law) formats * (i.e., 64 kbps). For 32 kbps operation, each sample is converted into a * 4-bit quantized difference signal resulting in a compression ratio of * 2:1 over the G.711 format. For 24 kbps 40 kbps operation, the quantized * difference signal is 3 bits and 5 bits, respectively. * * $Log: g726_40.c,v $ * Revision 1.1 2004/05/09 14:58:35 csoutheren * Initial version - not yet finished * * Revision 1.4 2002/11/20 04:29:13 robertj * Included optimisations for G.711 and G.726 codecs, thanks Ted Szoczei * * Revision 1.1 2002/02/11 23:24:23 robertj * Updated to openH323 v1.8.0 * * Revision 1.2 2002/02/10 21:14:54 dereks * Add cvs log history to head of the file. * Ensure file is terminated by a newline. * * * */ #include "g72x.h" #include "private.h" /* * Maps G.723_40 code word to ructeconstructed scale factor normalized log * magnitude values. */ static short _dqlntab[32] = {-2048, -66, 28, 104, 169, 224, 274, 318, 358, 395, 429, 459, 488, 514, 539, 566, 566, 539, 514, 488, 459, 429, 395, 358, 318, 274, 224, 169, 104, 28, -66, -2048}; /* Maps G.723_40 code word to log of scale factor multiplier. */ static short _witab[32] = {448, 448, 768, 1248, 1280, 1312, 1856, 3200, 4512, 5728, 7008, 8960, 11456, 14080, 16928, 22272, 22272, 16928, 14080, 11456, 8960, 7008, 5728, 4512, 3200, 1856, 1312, 1280, 1248, 768, 448, 448}; /* * Maps G.723_40 code words to a set of values whose long and short * term averages are computed and then compared to give an indication * how stationary (steady state) the signal is. */ static short _fitab[32] = {0, 0, 0, 0, 0, 0x200, 0x200, 0x200, 0x200, 0x200, 0x400, 0x600, 0x800, 0xA00, 0xC00, 0xC00, 0xC00, 0xC00, 0xA00, 0x800, 0x600, 0x400, 0x200, 0x200, 0x200, 0x200, 0x200, 0, 0, 0, 0, 0}; static int qtab_723_40[15] = {-122, -16, 68, 139, 198, 250, 298, 339, 378, 413, 445, 475, 502, 528, 553}; /* * g723_40_encoder() * * Encodes a 16-bit linear PCM, A-law or u-law input sample and returns * the resulting 5-bit CCITT G.723 40Kbps code. * Returns -1 if the input coding value is invalid. */ int g726_40_encoder( int sl, int in_coding, g726_state *state_ptr) { int sezi; int sez; /* ACCUM */ int sei; int se; int d; /* SUBTA */ int y; /* MIX */ int i; int dq; int sr; /* ADDB */ int dqsez; /* ADDC */ switch (in_coding) { /* linearize input sample to 14-bit PCM */ case AUDIO_ENCODING_ALAW: sl = alaw2linear(sl) >> 2; break; case AUDIO_ENCODING_ULAW: sl = ulaw2linear(sl) >> 2; break; case AUDIO_ENCODING_LINEAR: sl >>= 2; /* sl of 14-bit dynamic range */ break; default: return (-1); } sezi = predictor_zero(state_ptr); sez = sezi >> 1; sei = sezi + predictor_pole(state_ptr); se = sei >> 1; /* se = estimated signal */ d = sl - se; /* d = estimation difference */ /* quantize prediction difference */ y = step_size(state_ptr); /* adaptive quantizer step size */ i = quantize(d, y, qtab_723_40, 15); /* i = ADPCM code */ dq = reconstruct(i & 0x10, _dqlntab[i], y); /* quantized diff */ sr = (dq < 0) ? se - (dq & 0x7FFF) : se + dq; /* reconstructed signal */ dqsez = sr + sez - se; /* dqsez = pole prediction diff. */ update(5, y, _witab[i], _fitab[i], dq, sr, dqsez, state_ptr); return (i); } /* * g723_40_decoder() * * Decodes a 5-bit CCITT G.723 40Kbps code and returns * the resulting 16-bit linear PCM, A-law or u-law sample value. * -1 is returned if the output coding is unknown. */ int g726_40_decoder( int i, int out_coding, g726_state *state_ptr) { int sezi; int sez; /* ACCUM */ int sei; int se; int y; /* MIX */ int dq; int sr; /* ADDB */ int dqsez; i &= 0x1f; /* mask to get proper bits */ sezi = predictor_zero(state_ptr); sez = sezi >> 1; sei = sezi + predictor_pole(state_ptr); se = sei >> 1; /* se = estimated signal */ y = step_size(state_ptr); /* adaptive quantizer step size */ dq = reconstruct(i & 0x10, _dqlntab[i], y); /* estimation diff. */ sr = (dq < 0) ? (se - (dq & 0x7FFF)) : (se + dq); /* reconst. signal */ dqsez = sr - se + sez; /* pole prediction diff. */ update(5, y, _witab[i], _fitab[i], dq, sr, dqsez, state_ptr); switch (out_coding) { case AUDIO_ENCODING_ALAW: return (tandem_adjust_alaw(sr, se, y, i, 0x10, qtab_723_40)); case AUDIO_ENCODING_ULAW: return (tandem_adjust_ulaw(sr, se, y, i, 0x10, qtab_723_40)); case AUDIO_ENCODING_LINEAR: return (sr << 2); /* sr was of 14-bit dynamic range */ default: return (-1); } } openh323_v1_18_0/plugins/audio/G726/g726/g72x.c0100644000176200056700000003512710047443433020471 0ustar releasepostincr/* * This source code is a product of Sun Microsystems, Inc. and is provided * for unrestricted use. Users may copy or modify this source code without * charge. * * SUN SOURCE CODE IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING * THE WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE. * * Sun source code is provided with no support and without any obligation on * the part of Sun Microsystems, Inc. to assist in its use, correction, * modification or enhancement. * * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY THIS SOFTWARE * OR ANY PART THEREOF. * * In no event will Sun Microsystems, Inc. be liable for any lost revenue * or profits or other special, indirect and consequential damages, even if * Sun has been advised of the possibility of such damages. * * Sun Microsystems, Inc. * 2550 Garcia Avenue * Mountain View, California 94043 */ /* * $Log: g72x.c,v $ * Revision 1.1 2004/05/09 14:58:35 csoutheren * Initial version - not yet finished * * Revision 1.4 2004/04/18 12:54:30 csoutheren * Patches to G.726 code thanks to Guilhem Tardy * * Revision 1.3 2002/11/20 04:29:13 robertj * Included optimisations for G.711 and G.726 codecs, thanks Ted Szoczei * * Revision 1.1 2002/02/11 23:24:23 robertj * Updated to openH323 v1.8.0 * * Revision 1.2 2002/02/10 21:14:54 dereks * Add cvs log history to head of the file. * Ensure file is terminated by a newline. * * * * Common routines for G.721 and G.723 conversions. */ #include "g72x.h" #include "private.h" static int power2[15] = {1, 2, 4, 8, 0x10, 0x20, 0x40, 0x80, 0x100, 0x200, 0x400, 0x800, 0x1000, 0x2000, 0x4000}; #ifndef abs #define abs(n) ((n)<0 ? -(n) : (n)) #endif /* * quan() * * quantizes the input val against the table of size short integers. * It returns i if table[i - 1] <= val < table[i]. * * Using linear search for simple coding. */ static int quan( int val, int * table, int size) { int i; for (i = 0; i < size; i++) if (val < *table++) break; return (i); } /* * fmult() * * returns the integer product of the 14-bit integer "an" and * "floating point" representation (4-bit exponent, 6-bit mantessa) "srn". */ static int fmult( int an, int srn) { int anmag; int anexp; int anmant; int wanexp; int wanmant; int retval; anmag = (an > 0) ? an : ((-an) & 0x1FFF); anexp = quan(anmag, power2, 15) - 6; anmant = (anmag == 0) ? 32 : (anexp >= 0) ? anmag >> anexp : anmag << -anexp; wanexp = anexp + ((srn >> 6) & 0xF) - 13; wanmant = (anmant * (srn & 077) + 0x30) >> 4; retval = (wanexp >= 0) ? ((wanmant << wanexp) & 0x7FFF) : (wanmant >> -wanexp); return (((an ^ srn) < 0) ? -retval : retval); } /* * g72x_init_state() * * This routine initializes and/or resets the g72x_state structure * pointed to by 'state_ptr'. * All the initial state values are specified in the CCITT G.721 document. */ void g726_init_state( g726_state *state_ptr) { int cnta; state_ptr->yl = 34816; state_ptr->yu = 544; state_ptr->dms = 0; state_ptr->dml = 0; state_ptr->ap = 0; for (cnta = 0; cnta < 2; cnta++) { state_ptr->a[cnta] = 0; state_ptr->pk[cnta] = 0; state_ptr->sr[cnta] = 32; } for (cnta = 0; cnta < 6; cnta++) { state_ptr->b[cnta] = 0; state_ptr->dq[cnta] = 32; } state_ptr->td = 0; } /* * predictor_zero() * * computes the estimated signal from 6-zero predictor. * */ int predictor_zero( g726_state *state_ptr) { int i; int sezi; sezi = fmult(state_ptr->b[0] >> 2, state_ptr->dq[0]); for (i = 1; i < 6; i++) /* ACCUM */ sezi += fmult(state_ptr->b[i] >> 2, state_ptr->dq[i]); return (sezi); } /* * predictor_pole() * * computes the estimated signal from 2-pole predictor. * */ int predictor_pole( g726_state *state_ptr) { return (fmult(state_ptr->a[1] >> 2, state_ptr->sr[1]) + fmult(state_ptr->a[0] >> 2, state_ptr->sr[0])); } /* * step_size() * * computes the quantization step size of the adaptive quantizer. * */ int step_size( g726_state *state_ptr) { int y; int dif; int al; if (state_ptr->ap >= 256) return (state_ptr->yu); else { y = state_ptr->yl >> 6; dif = state_ptr->yu - y; al = state_ptr->ap >> 2; if (dif > 0) y += (dif * al) >> 6; else if (dif < 0) y += (dif * al + 0x3F) >> 6; return (y); } } /* * quantize() * * Given a raw sample, 'd', of the difference signal and a * quantization step size scale factor, 'y', this routine returns the * ADPCM codeword to which that sample gets quantized. The step * size scale factor division operation is done in the log base 2 domain * as a subtraction. */ int quantize( int d, /* Raw difference signal sample */ int y, /* Step size multiplier */ int * table, /* quantization table */ int size) /* table size of integers */ { int dqm; /* Magnitude of 'd' */ int exp; /* Integer part of base 2 log of 'd' */ int mant; /* Fractional part of base 2 log */ int dl; /* Log of magnitude of 'd' */ int dln; /* Step size scale factor normalized log */ int i; /* * LOG * * Compute base 2 log of 'd', and store in 'dl'. */ dqm = abs(d); exp = quan(dqm >> 1, power2, 15); mant = ((dqm << 7) >> exp) & 0x7F; /* Fractional portion. */ dl = (exp << 7) + mant; /* * SUBTB * * "Divide" by step size multiplier. */ dln = dl - (y >> 2); /* * QUAN * * Obtain codword i for 'd'. */ i = quan(dln, table, size); if (d < 0) /* take 1's complement of i */ return ((size << 1) + 1 - i); else if (i == 0) /* take 1's complement of 0 */ return ((size << 1) + 1); /* new in 1988 */ else return (i); } /* * reconstruct() * * Returns reconstructed difference signal 'dq' obtained from * codeword 'i' and quantization step size scale factor 'y'. * Multiplication is performed in log base 2 domain as addition. */ int reconstruct( int sign, /* 0 for non-negative value */ int dqln, /* G.72x codeword */ int y) /* Step size multiplier */ { int dql; /* Log of 'dq' magnitude */ int dex; /* Integer part of log */ int dqt; int dq; /* Reconstructed difference signal sample */ dql = dqln + (y >> 2); /* ADDA */ if (dql < 0) { return ((sign) ? -0x8000 : 0); } else { /* ANTILOG */ dex = (dql >> 7) & 15; dqt = 128 + (dql & 127); dq = (short)((dqt << 7) >> (14 - dex)); return ((sign) ? (dq - 0x8000) : dq); } } /* * update() * * updates the state variables for each output code */ void update( int code_size, /* distinguish 723_40 with others */ int y, /* quantizer step size */ int wi, /* scale factor multiplier */ int fi, /* for long/short term energies */ int dq, /* quantized prediction difference */ int sr, /* reconstructed signal */ int dqsez, /* difference from 2-pole predictor */ g726_state *state_ptr) /* coder state pointer */ { int cnt; int mag, exp; /* Adaptive predictor, FLOAT A */ int a2p; /* LIMC */ int a1ul; /* UPA1 */ int pks1; /* UPA2 */ int fa1; int tr; /* tone/transition detector */ int ylint, thr2, dqthr; int ylfrac, thr1; int pk0; pk0 = (dqsez < 0) ? 1 : 0; /* needed in updating predictor poles */ mag = dq & 0x7FFF; /* prediction difference magnitude */ /* TRANS */ ylint = state_ptr->yl >> 15; /* exponent part of yl */ ylfrac = (state_ptr->yl >> 10) & 0x1F; /* fractional part of yl */ thr1 = (32 + ylfrac) << ylint; /* threshold */ thr2 = (ylint > 9) ? 31 << 10 : thr1; /* limit thr2 to 31 << 10 */ dqthr = (thr2 + (thr2 >> 1)) >> 1; /* dqthr = 0.75 * thr2 */ if (state_ptr->td == 0) /* signal supposed voice */ tr = 0; else if (mag <= dqthr) /* supposed data, but small mag */ tr = 0; /* treated as voice */ else /* signal is data (modem) */ tr = 1; /* * Quantizer scale factor adaptation. */ /* FUNCTW & FILTD & DELAY */ /* update non-steady state step size multiplier */ state_ptr->yu = y + ((wi - y) >> 5); /* LIMB */ if (state_ptr->yu < 544) /* 544 <= yu <= 5120 */ state_ptr->yu = 544; else if (state_ptr->yu > 5120) state_ptr->yu = 5120; /* FILTE & DELAY */ /* update steady state step size multiplier */ state_ptr->yl += state_ptr->yu + ((-state_ptr->yl) >> 6); /* * Adaptive predictor coefficients. */ if (tr == 1) { /* reset a's and b's for modem signal */ state_ptr->a[0] = 0; state_ptr->a[1] = 0; state_ptr->b[0] = 0; state_ptr->b[1] = 0; state_ptr->b[2] = 0; state_ptr->b[3] = 0; state_ptr->b[4] = 0; state_ptr->b[5] = 0; a2p = 0 ; } else { /* update a's and b's */ pks1 = pk0 ^ state_ptr->pk[0]; /* UPA2 */ /* update predictor pole a[1] */ a2p = state_ptr->a[1] - (state_ptr->a[1] >> 7); if (dqsez != 0) { fa1 = (pks1) ? state_ptr->a[0] : -state_ptr->a[0]; if (fa1 < -8191) /* a2p = function of fa1 */ a2p -= 0x100; else if (fa1 > 8191) a2p += 0xFF; else a2p += fa1 >> 5; if (pk0 ^ state_ptr->pk[1]) /* LIMC */ if (a2p <= -12160) a2p = -12288; else if (a2p >= 12416) a2p = 12288; else a2p -= 0x80; else if (a2p <= -12416) a2p = -12288; else if (a2p >= 12160) a2p = 12288; else a2p += 0x80; } /* TRIGB & DELAY */ state_ptr->a[1] = a2p; /* UPA1 */ /* update predictor pole a[0] */ state_ptr->a[0] -= state_ptr->a[0] >> 8; if (dqsez != 0) { if (pks1 == 0) state_ptr->a[0] += 192; else state_ptr->a[0] -= 192; } /* LIMD */ a1ul = 15360 - a2p; if (state_ptr->a[0] < -a1ul) state_ptr->a[0] = -a1ul; else if (state_ptr->a[0] > a1ul) state_ptr->a[0] = a1ul; /* UPB : update predictor zeros b[6] */ for (cnt = 0; cnt < 6; cnt++) { if (code_size == 5) /* for 40Kbps G.723 */ state_ptr->b[cnt] -= state_ptr->b[cnt] >> 9; else /* for G.721 and 24Kbps G.723 */ state_ptr->b[cnt] -= state_ptr->b[cnt] >> 8; if (dq & 0x7FFF) { /* XOR */ if ((dq ^ state_ptr->dq[cnt]) >= 0) state_ptr->b[cnt] += 128; else state_ptr->b[cnt] -= 128; } } } for (cnt = 5; cnt > 0; cnt--) state_ptr->dq[cnt] = state_ptr->dq[cnt-1]; /* FLOAT A : convert dq[0] to 4-bit exp, 6-bit mantissa f.p. */ if (mag == 0) { state_ptr->dq[0] = (dq >= 0) ? 0x20 : 0xFC20; } else { exp = quan(mag, power2, 15); state_ptr->dq[0] = (short)((dq >= 0) ? (exp << 6) + ((mag << 6) >> exp) : (exp << 6) + ((mag << 6) >> exp) - 0x400); } state_ptr->sr[1] = state_ptr->sr[0]; /* FLOAT B : convert sr to 4-bit exp., 6-bit mantissa f.p. */ if (sr == 0) { state_ptr->sr[0] = 0x20; } else if (sr > 0) { exp = quan(sr, power2, 15); state_ptr->sr[0] = (exp << 6) + ((sr << 6) >> exp); } else if (sr > -32768) { mag = -sr; exp = quan(mag, power2, 15); state_ptr->sr[0] = (exp << 6) + ((mag << 6) >> exp) - 0x400; } else state_ptr->sr[0] = 0xFC20; /* DELAY A */ state_ptr->pk[1] = state_ptr->pk[0]; state_ptr->pk[0] = pk0; /* TONE */ if (tr == 1) /* this sample has been treated as data */ state_ptr->td = 0; /* next one will be treated as voice */ else if (a2p < -11776) /* small sample-to-sample correlation */ state_ptr->td = 1; /* signal may be data */ else /* signal is voice */ state_ptr->td = 0; /* * Adaptation speed control. */ state_ptr->dms += (fi - state_ptr->dms) >> 5; /* FILTA */ state_ptr->dml += (((fi << 2) - state_ptr->dml) >> 7); /* FILTB */ if (tr == 1) state_ptr->ap = 256; else if (y < 1536) /* SUBTC */ state_ptr->ap += (0x200 - state_ptr->ap) >> 4; else if (state_ptr->td == 1) state_ptr->ap += (0x200 - state_ptr->ap) >> 4; else if (abs((state_ptr->dms << 2) - state_ptr->dml) >= (state_ptr->dml >> 3)) state_ptr->ap += (0x200 - state_ptr->ap) >> 4; else state_ptr->ap += (-state_ptr->ap) >> 4; } /* * tandem_adjust(sr, se, y, i, sign) * * At the end of ADPCM decoding, it simulates an encoder which may be receiving * the output of this decoder as a tandem process. If the output of the * simulated encoder differs from the input to this decoder, the decoder output * is adjusted by one level of A-law or u-law codes. * * Input: * sr decoder output linear PCM sample, * se predictor estimate sample, * y quantizer step size, * i decoder input code, * sign sign bit of code i * * Return: * adjusted A-law or u-law compressed sample. */ int tandem_adjust_alaw( int sr, /* decoder output linear PCM sample */ int se, /* predictor estimate sample */ int y, /* quantizer step size */ int i, /* decoder input code */ int sign, int * qtab) { int sp; /* A-law compressed 8-bit code */ int dx; /* prediction error */ int id; /* quantized prediction error */ int sd; /* adjusted A-law decoded sample value */ int im; /* biased magnitude of i */ int imx; /* biased magnitude of id */ if (sr <= -32768) sr = -1; sp = linear2alaw((sr >> 1) << 3); /* short to A-law compression */ dx = (alaw2linear(sp) >> 2) - se; /* 16-bit prediction error */ id = quantize(dx, y, qtab, sign - 1); if (id == i) { /* no adjustment on sp */ return (sp); } else { /* sp adjustment needed */ /* ADPCM codes : 8, 9, ... F, 0, 1, ... , 6, 7 */ im = i ^ sign; /* 2's complement to biased unsigned */ imx = id ^ sign; if (imx > im) { /* sp adjusted to next lower value */ if (sp & 0x80) { sd = (sp == 0xD5) ? 0x55 : ((sp ^ 0x55) - 1) ^ 0x55; } else { sd = (sp == 0x2A) ? 0x2A : ((sp ^ 0x55) + 1) ^ 0x55; } } else { /* sp adjusted to next higher value */ if (sp & 0x80) sd = (sp == 0xAA) ? 0xAA : ((sp ^ 0x55) + 1) ^ 0x55; else sd = (sp == 0x55) ? 0xD5 : ((sp ^ 0x55) - 1) ^ 0x55; } return (sd); } } int tandem_adjust_ulaw( int sr, /* decoder output linear PCM sample */ int se, /* predictor estimate sample */ int y, /* quantizer step size */ int i, /* decoder input code */ int sign, int * qtab) { int sp; /* u-law compressed 8-bit code */ int dx; /* prediction error */ int id; /* quantized prediction error */ int sd; /* adjusted u-law decoded sample value */ int im; /* biased magnitude of i */ int imx; /* biased magnitude of id */ if (sr <= -32768) sr = 0; sp = linear2ulaw(sr << 2); /* short to u-law compression */ dx = (ulaw2linear(sp) >> 2) - se; /* 16-bit prediction error */ id = quantize(dx, y, qtab, sign - 1); if (id == i) { return (sp); } else { /* ADPCM codes : 8, 9, ... F, 0, 1, ... , 6, 7 */ im = i ^ sign; /* 2's complement to biased unsigned */ imx = id ^ sign; if (imx > im) { /* sp adjusted to next lower value */ if (sp & 0x80) sd = (sp == 0xFF) ? 0x7E : sp + 1; else sd = (sp == 0) ? 0 : sp - 1; } else { /* sp adjusted to next higher value */ if (sp & 0x80) sd = (sp == 0x80) ? 0x80 : sp - 1; else sd = (sp == 0x7F) ? 0xFE : sp + 1; } return (sd); } } /* Allocate and Init. codec struct */ openh323_v1_18_0/plugins/audio/G726/g726/g72x.h0100644000176200056700000000662610047443433020500 0ustar releasepostincr/* * This source code is a product of Sun Microsystems, Inc. and is provided * for unrestricted use. Users may copy or modify this source code without * charge. * * SUN SOURCE CODE IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING * THE WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE. * * Sun source code is provided with no support and without any obligation on * the part of Sun Microsystems, Inc. to assist in its use, correction, * modification or enhancement. * * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY THIS SOFTWARE * OR ANY PART THEREOF. * * In no event will Sun Microsystems, Inc. be liable for any lost revenue * or profits or other special, indirect and consequential damages, even if * Sun has been advised of the possibility of such damages. * * Sun Microsystems, Inc. * 2550 Garcia Avenue * Mountain View, California 94043 */ /* * g72x.h * * Header file for CCITT conversion routines. * */ #ifndef _G72X_H #define _G72X_H #define AUDIO_ENCODING_ULAW (1) /* ISDN u-law */ #define AUDIO_ENCODING_ALAW (2) /* ISDN A-law */ #define AUDIO_ENCODING_LINEAR (3) /* PCM 2's-complement (0-center) */ /* * The following is the definition of the state structure * used by the G.721/G.723 encoder and decoder to preserve their internal * state between successive calls. The meanings of the majority * of the state structure fields are explained in detail in the * CCITT Recommendation G.721. The field names are essentially indentical * to variable names in the bit level description of the coding algorithm * included in this Recommendation. */ typedef struct g726_state_s { long yl; /* Locked or steady state step size multiplier. */ int yu; /* Unlocked or non-steady state step size multiplier. */ int dms; /* Short term energy estimate. */ int dml; /* Long term energy estimate. */ int ap; /* Linear weighting coefficient of 'yl' and 'yu'. */ int a[2]; /* Coefficients of pole portion of prediction filter. */ int b[6]; /* Coefficients of zero portion of prediction filter. */ int pk[2]; /* Signs of previous two samples of a partially * reconstructed signal. */ short dq[6];/* int here fails in newupdate on encode! * Previous 6 samples of the quantized difference * signal represented in an internal floating point * format. */ int sr[2]; /* Previous 2 samples of the quantized difference * signal represented in an internal floating point * format. */ int td; /* delayed tone detect, new in 1988 version */ } g726_state; /* External function definitions. */ void g726_init_state( g726_state *); int g726_32_encoder( int sample, int in_coding, g726_state *state_ptr); int g726_32_decoder( int code, int out_coding, g726_state *state_ptr); int g726_16_encoder( int sample, int in_coding, g726_state *state_ptr); int g726_16_decoder( int code, int out_coding, g726_state *state_ptr); int g726_24_encoder( int sample, int in_coding, g726_state *state_ptr); int g726_24_decoder( int code, int out_coding, g726_state *state_ptr); int g726_40_encoder( int sample, int in_coding, g726_state *state_ptr); int g726_40_decoder( int code, int out_coding, g726_state *state_ptr); #endif /* !_G72X_H */ openh323_v1_18_0/plugins/audio/G726/g726/private.h0100644000176200056700000000360710047443433021357 0ustar releasepostincr/** * * $Log: private.h,v $ * Revision 1.1 2004/05/09 14:58:35 csoutheren * Initial version - not yet finished * * Revision 1.4 2002/11/20 04:29:13 robertj * Included optimisations for G.711 and G.726 codecs, thanks Ted Szoczei * * Revision 1.1 2002/02/11 23:24:23 robertj * Updated to openH323 v1.8.0 * * Revision 1.2 2002/02/10 21:14:54 dereks * Add cvs log history to head of the file. * Ensure file is terminated by a newline. * * * */ #if !defined G726_PRIVATE #define G726_PRIVATE int linear2ulaw(int pcm_val); int ulaw2linear(int u_val); int linear2alaw(int pcm_val); int alaw2linear(int u_val); static int fmult(int an, int srn); int predictor_zero( g726_state *state_ptr); int predictor_pole( g726_state *state_ptr); int step_size( g726_state *state_ptr); int quantize( int d, /* Raw difference signal sample */ int y, /* Step size multiplier */ int * table, /* quantization table */ int size); /* table size of short integers */ int reconstruct( int sign, /* 0 for non-negative value */ int dqln, /* G.72x codeword */ int y); /* Step size multiplier */ void update( int code_size, /* distinguish 723_40 with others */ int y, /* quantizer step size */ int wi, /* scale factor multiplier */ int fi, /* for long/short term energies */ int dq, /* quantized prediction difference */ int sr, /* reconstructed signal */ int dqsez, /* difference from 2-pole predictor */ g726_state *state_ptr); /* coder state pointer */ int tandem_adjust_alaw( int sr, /* decoder output linear PCM sample */ int se, /* predictor estimate sample */ int y, /* quantizer step size */ int i, /* decoder input code */ int sign, int * qtab); int tandem_adjust_ulaw( int sr, /* decoder output linear PCM sample */ int se, /* predictor estimate sample */ int y, /* quantizer step size */ int i, /* decoder input code */ int sign, int * qtab); #endif // G726_PRIVATE openh323_v1_18_0/plugins/audio/G726/G726.dsp0100644000176200056700000001132310277313520020174 0ustar releasepostincr# Microsoft Developer Studio Project File - Name="G726" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 CFG=G726 - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE !MESSAGE NMAKE /f "G726.mak". !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE !MESSAGE NMAKE /f "G726.mak" CFG="G726 - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "G726 - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "G726 - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 # PROP Scc_ProjName "" # PROP Scc_LocalPath "" CPP=cl.exe MTL=midl.exe RSC=rc.exe !IF "$(CFG)" == "G726 - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "Release" # PROP BASE Intermediate_Dir "Release" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "..\..\Release" # PROP Intermediate_Dir "..\..\Release\G726" # PROP Ignore_Export_Lib 1 # PROP Target_Dir "" # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "G726_EXPORTS" /YX /FD /c # ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PLUGIN_CODEC_DLL_EXPORTS" /D "G726_EXPORTS" /YX /FD /c # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0xc09 /d "NDEBUG" # ADD RSC /l 0xc09 /d "NDEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /pdb:none /machine:I386 /out:"../../Release/g726_pwplugin.dll" /implib:"..\..\Release\G726\g726codec_pwplugin.lib" !ELSEIF "$(CFG)" == "G726 - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "Debug" # PROP BASE Intermediate_Dir "Debug" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "..\..\Debug" # PROP Intermediate_Dir "..\..\Debug\G726" # PROP Ignore_Export_Lib 1 # PROP Target_Dir "" # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "G726_EXPORTS" /YX /FD /GZ /c # ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PLUGIN_CODEC_DLL_EXPORTS" /D "G726_EXPORTS" /YX /FD /GZ /c # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0xc09 /d "_DEBUG" # ADD RSC /l 0xc09 /d "_DEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"..\..\Debug\g726_pwplugin.dll" /implib:"..\..\Debug\G726\g726codec_pwplugin.lib" /pdbtype:sept # SUBTRACT LINK32 /pdb:none !ENDIF # Begin Target # Name "G726 - Win32 Release" # Name "G726 - Win32 Debug" # Begin Group "Source Files" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File SOURCE=.\g711.c # End Source File # Begin Source File SOURCE=.\g726codec.c !IF "$(CFG)" == "G726 - Win32 Release" # PROP Intermediate_Dir "..\..\Release\G726" !ELSEIF "$(CFG)" == "G726 - Win32 Debug" # PROP Intermediate_Dir "..\..\Debug\G726" !ENDIF # End Source File # End Group # Begin Group "G.726" # PROP Default_Filter "" # Begin Source File SOURCE=.\g726\g726_16.c # End Source File # Begin Source File SOURCE=.\g726\g726_24.c # End Source File # Begin Source File SOURCE=.\g726\g726_32.c # End Source File # Begin Source File SOURCE=.\g726\g726_40.c # End Source File # Begin Source File SOURCE=.\g726\g72x.c # End Source File # Begin Source File SOURCE=.\g726\g72x.h # End Source File # Begin Source File SOURCE=.\g726\private.h # End Source File # End Group # End Target # End Project openh323_v1_18_0/plugins/audio/G726/G726.vcproj0100644000176200056700000001620510277330613020717 0ustar releasepostincr openh323_v1_18_0/plugins/audio/G726/Makefile.in0100644000176200056700000000410310112017401021065 0ustar releasepostincr# # Makefile for G.726 codec plugin # # Copyright (C) 2004 Post Increment, All Rights Reserved # # The contents of this file are subject to the Mozilla Public License # Version 1.0 (the "License"); you may not use this file except in # compliance with the License. You may obtain a copy of the License at # http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See # the License for the specific language governing rights and limitations # under the License. # # The Original Code is Open H323 library. # # The Initial Developer of the Original Code is Post Increment # # Contributor(s): ______________________________________. # # $Log: Makefile.in,v $ # Revision 1.3 2004/08/22 04:20:17 csoutheren # Added -fPIC to build commands to fix problems on 64 bit platforms # Thanks to Klaus Kaempf # # Revision 1.2 2004/06/24 23:33:16 csoutheren # Changed Makefiles to ensure all plugins have correct suffix # # Revision 1.1 2004/05/10 11:28:57 csoutheren # Added G.726 plugin # # STDCCFLAGS += -fPIC PREFIX=@INSTALLPREFIX@ exec_prefix = ${PREFIX} LIBDIR=@LIBDIR@ H323_SYSTEM_GSM=@H323_SYSTEM_GSM@ CC=@CC@ CXX=@CXX@ LDSO=@LDSO@ ifndef PREFIX PREFIX=/usr/local endif SONAME = g726 SRCDIR = ./g726 OBJDIR = ./obj SRCS += g726codec.c \ g711.c \ $(SRCDIR)/g726_16.c \ $(SRCDIR)/g726_24.c \ $(SRCDIR)/g726_32.c \ $(SRCDIR)/g726_40.c \ $(SRCDIR)/g72x.c vpath %.o $(OBJDIR) vpath %.c $(SRCDIR) $(OBJDIR)/%.o : %.c @mkdir -p $(OBJDIR) >/dev/null 2>&1 $(CC) -I../../../include -I./g726 $(STDCCFLAGS) $(OPTCCFLAGS) $(CFLAGS) -c $< -o $@ PLUGIN = ./g726_audio_pwplugin.so OBJECTS = $(addprefix $(OBJDIR)/,$(patsubst %.c,%.o,$(notdir $(SRCS)))) $(PLUGIN): $(OBJECTS) $(CC) $(LDSO)$(SONAME) -o $@ $^ $(EXTRALIBS) install: mkdir -p $(DESTDIR)$(LIBDIR)/pwlib/codecs/audio/ cp $(PLUGIN) $(DESTDIR)$(LIBDIR)/pwlib/codecs/audio/ uninstall: rm -f $(DESTDIR)$(LIBDIR)/pwlib/codecs/audio/$(PLUGIN) clean: rm -f $(OBJECTS) $(PLUGIN) ########################################### openh323_v1_18_0/plugins/audio/G726/g711.c0100644000176200056700000002036510047662633017677 0ustar releasepostincr/* * This source code is a product of Sun Microsystems, Inc. and is provided * for unrestricted use. Users may copy or modify this source code without * charge. * * SUN SOURCE CODE IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING * THE WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE. * * Sun source code is provided with no support and without any obligation on * the part of Sun Microsystems, Inc. to assist in its use, correction, * modification or enhancement. * * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY THIS SOFTWARE * OR ANY PART THEREOF. * * In no event will Sun Microsystems, Inc. be liable for any lost revenue * or profits or other special, indirect and consequential damages, even if * Sun has been advised of the possibility of such damages. * * Sun Microsystems, Inc. * 2550 Garcia Avenue * Mountain View, California 94043 */ /* * g711.c * * u-law, A-law and linear PCM conversions. */ /* * December 30, 1994: * Functions linear2alaw, linear2ulaw have been updated to correctly * convert unquantized 16 bit values. * Tables for direct u- to A-law and A- to u-law conversions have been * corrected. * Borge Lindberg, Center for PersonKommunikation, Aalborg University. * bli@cpk.auc.dk * */ #define SIGN_BIT (0x80) /* Sign bit for a A-law byte. */ #define QUANT_MASK (0xf) /* Quantization field mask. */ #define NSEGS (8) /* Number of A-law segments. */ #define SEG_SHIFT (4) /* Left shift for segment number. */ #define SEG_MASK (0x70) /* Segment field mask. */ static int seg_aend[8] = {0x1F, 0x3F, 0x7F, 0xFF, 0x1FF, 0x3FF, 0x7FF, 0xFFF}; static int seg_uend[8] = {0x3F, 0x7F, 0xFF, 0x1FF, 0x3FF, 0x7FF, 0xFFF, 0x1FFF}; /* copy from CCITT G.711 specifications */ unsigned char u2a[128] = { /* u- to A-law conversions */ 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 29, 31, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, /* corrected: 81, 82, 83, 84, 85, 86, 87, 88, should be: */ 80, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128}; unsigned char a2u[128] = { /* A- to u-law conversions */ 1, 3, 5, 7, 9, 11, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 32, 33, 33, 34, 34, 35, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 48, 49, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 64, 65, 66, 67, 68, 69, 70, 71, 72, /* corrected: 73, 74, 75, 76, 77, 78, 79, 79, should be: */ 73, 74, 75, 76, 77, 78, 79, 80, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127}; static int search( int val, /* changed from "short" *drago* */ int * table, int size) /* changed from "short" *drago* */ { int i; /* changed from "short" *drago* */ for (i = 0; i < size; i++) { if (val <= *table++) return (i); } return (size); } /* * linear2alaw() - Convert a 16-bit linear PCM value to 8-bit A-law * * linear2alaw() accepts an 16-bit integer and encodes it as A-law data. * * Linear Input Code Compressed Code * ------------------------ --------------- * 0000000wxyza 000wxyz * 0000001wxyza 001wxyz * 000001wxyzab 010wxyz * 00001wxyzabc 011wxyz * 0001wxyzabcd 100wxyz * 001wxyzabcde 101wxyz * 01wxyzabcdef 110wxyz * 1wxyzabcdefg 111wxyz * * For further information see John C. Bellamy's Digital Telephony, 1982, * John Wiley & Sons, pps 98-111 and 472-476. */ int linear2alaw(int pcm_val) /* 2's complement (16-bit range) */ /* changed from "short" *drago* */ { int mask; /* changed from "short" *drago* */ int seg; /* changed from "short" *drago* */ int aval; pcm_val = pcm_val >> 3; if (pcm_val >= 0) { mask = 0xD5; /* sign (7th) bit = 1 */ } else { mask = 0x55; /* sign bit = 0 */ pcm_val = -pcm_val - 1; } /* Convert the scaled magnitude to segment number. */ seg = search(pcm_val, seg_aend, 8); /* Combine the sign, segment, and quantization bits. */ if (seg >= 8) /* out of range, return maximum value. */ return (0x7F ^ mask); else { aval = seg << SEG_SHIFT; if (seg < 2) aval |= (pcm_val >> 1) & QUANT_MASK; else aval |= (pcm_val >> seg) & QUANT_MASK; return (aval ^ mask); } } /* * alaw2linear() - Convert an A-law value to 16-bit linear PCM * */ int alaw2linear(int a_val) { int t; /* changed from "short" *drago* */ int seg; /* changed from "short" *drago* */ a_val ^= 0x55; t = (a_val & QUANT_MASK) << 4; seg = ((unsigned)a_val & SEG_MASK) >> SEG_SHIFT; switch (seg) { case 0: t += 8; break; case 1: t += 0x108; break; default: t += 0x108; t <<= seg - 1; } return ((a_val & SIGN_BIT) ? t : -t); } #define BIAS (0x84) /* Bias for linear code. */ #define CLIP 8159 /* * linear2ulaw() - Convert a linear PCM value to u-law * * In order to simplify the encoding process, the original linear magnitude * is biased by adding 33 which shifts the encoding range from (0 - 8158) to * (33 - 8191). The result can be seen in the following encoding table: * * Biased Linear Input Code Compressed Code * ------------------------ --------------- * 00000001wxyza 000wxyz * 0000001wxyzab 001wxyz * 000001wxyzabc 010wxyz * 00001wxyzabcd 011wxyz * 0001wxyzabcde 100wxyz * 001wxyzabcdef 101wxyz * 01wxyzabcdefg 110wxyz * 1wxyzabcdefgh 111wxyz * * Each biased linear code has a leading 1 which identifies the segment * number. The value of the segment number is equal to 7 minus the number * of leading 0's. The quantization interval is directly available as the * four bits wxyz. * The trailing bits (a - h) are ignored. * * Ordinarily the complement of the resulting code word is used for * transmission, and so the code word is complemented before it is returned. * * For further information see John C. Bellamy's Digital Telephony, 1982, * John Wiley & Sons, pps 98-111 and 472-476. */ int linear2ulaw( int pcm_val) /* 2's complement (16-bit range) */ { int mask; int seg; int uval; /* Get the sign and the magnitude of the value. */ pcm_val = pcm_val >> 2; if (pcm_val < 0) { pcm_val = -pcm_val; mask = 0x7F; } else { mask = 0xFF; } if ( pcm_val > CLIP ) pcm_val = CLIP; /* clip the magnitude */ pcm_val += (BIAS >> 2); /* Convert the scaled magnitude to segment number. */ seg = search(pcm_val, seg_uend, 8); /* * Combine the sign, segment, quantization bits; * and complement the code word. */ if (seg >= 8) /* out of range, return maximum value. */ return (0x7F ^ mask); else { uval = (seg << 4) | ((pcm_val >> (seg + 1)) & 0xF); return (uval ^ mask); } } /* * ulaw2linear() - Convert a u-law value to 16-bit linear PCM * * First, a biased linear code is derived from the code word. An unbiased * output can then be obtained by subtracting 33 from the biased code. * * Note that this function expects to be passed the complement of the * original code word. This is in keeping with ISDN conventions. */ int ulaw2linear( int u_val) { int t; /* Complement to obtain normal u-law value. */ u_val = ~u_val; /* * Extract and bias the quantization bits. Then * shift up by the segment number and subtract out the bias. */ t = ((u_val & QUANT_MASK) << 3) + BIAS; t <<= (u_val & SEG_MASK) >> SEG_SHIFT; return ((u_val & SIGN_BIT) ? (BIAS - t) : (t - BIAS)); } #if 0 /* A-law to u-law conversion */ static int alaw2ulaw (int aval) { aval &= 0xff; return ((aval & 0x80) ? (0xFF ^ a2u[aval ^ 0xD5]) : (0x7F ^ a2u[aval ^ 0x55])); } /* u-law to A-law conversion */ static int ulaw2alaw (int uval) { uval &= 0xff; return ((uval & 0x80) ? (0xD5 ^ (u2a[0xFF ^ uval] - 1)) : (0x55 ^ (u2a[0x7F ^ uval] - 1))); } #endif openh323_v1_18_0/plugins/audio/G726/g726codec.c0100644000176200056700000005107610265705472020707 0ustar releasepostincr/* * G.726 plugin codec for OpenH323/OPAL * * Copyright (C) 2004 Post Increment, All Rights Reserved * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Post Increment * * Contributor(s): ______________________________________. * * $Log: g726codec.c,v $ * Revision 1.12 2005/07/15 10:08:58 rogerhardiman * Fix SF bug 1237507. Windows uses malloc.h. Linux and FreeBSD uses stdlib.h * Wrap #include with _WIN32 to be consistent with malloc.h in pwlib. * * Revision 1.11 2005/03/19 03:22:11 csoutheren * Removed warnings from gcc snapshot 4.1-20050313 * * Revision 1.10 2004/12/20 23:17:44 csoutheren * Added stdlib.h to all plugins to keep FreeBSD happy * Thanks to Kevin Oberman * * Revision 1.9 2004/06/17 22:04:40 csoutheren * Changed codec version number to be sensible rather than string $Ver$ * * Revision 1.8 2004/05/27 10:52:10 csoutheren * Changed samples per frame to 8, thanks to David Parr * * Revision 1.7 2004/05/26 23:41:44 csoutheren * Fixed problem with incorrect types on encode and decode functions * * Revision 1.6 2004/05/12 12:32:44 csoutheren * More name fixes * * Revision 1.5 2004/05/12 12:09:59 csoutheren * Fixed accidental use of dynamic RTP types * * Revision 1.4 2004/05/10 11:57:06 csoutheren * Changed function to be static * * Revision 1.3 2004/05/10 11:36:29 csoutheren * Compiled under Windows * * Revision 1.2 2004/05/10 11:20:59 csoutheren * Compiled under Windows * * Revision 1.1 2004/05/09 14:58:34 csoutheren * Initial version - not yet finished * */ #include PLUGIN_CODEC_IMPLEMENT("G.726") #include #ifdef _WIN32 #include #endif #include "g726/g72x.h" #define SAMPLES_PER_FRAME 8 #define MAX_FRAMES_PER_PACKET 240 #define PREF_FRAMES_PER_PACKET 80 #define PAYLOAD_CODE 2 ///////////////////////////////////////////////////////////////////////////// static void * create_codec(const struct PluginCodec_Definition * codec) { struct g726_state_s * g726 = malloc(sizeof (struct g726_state_s)); g726_init_state(g726); return g726; } static void destroy_codec(const struct PluginCodec_Definition * codec, void * _context) { free(_context); } ///////////////////////////////////////////////////////////////////////////// #define define_encoder(func, coder) \ static int func(const struct PluginCodec_Definition * codec, \ void * _context, \ const void * from, \ unsigned * fromLen, \ void * to, \ unsigned * toLen, \ unsigned int * flag) \ { \ int sample = *(short *)from; \ *(int *)to = coder(sample, AUDIO_ENCODING_LINEAR, (struct g726_state_s *)_context); \ return 1; \ } \ #define define_decoder(func, coder) \ static int func(const struct PluginCodec_Definition * codec, \ void * _context, \ const void * from, \ unsigned * fromLen, \ void * to, \ unsigned * toLen, \ unsigned int * flag) \ { \ int sample = coder(*(int *)from, AUDIO_ENCODING_LINEAR, (struct g726_state_s *)_context); \ *(short *)to = (short)sample; \ return 1; \ } \ define_encoder(encoder_40, g726_40_encoder) define_decoder(decoder_40, g726_40_decoder) define_encoder(encoder_32, g726_32_encoder) define_decoder(decoder_32, g726_32_decoder) define_encoder(encoder_24, g726_24_encoder) define_decoder(decoder_24, g726_24_decoder) define_encoder(encoder_16, g726_16_encoder) define_decoder(decoder_16, g726_16_decoder) ///////////////////////////////////////////////////////////////////////////// static struct PluginCodec_information licenseInfo = { 1084181196, // timestamp = Mon 10 May 2004 09:26:36 AM UTC "Craig Southeren, Post Increment", // source code author "1.0", // source code version "craigs@postincrement.com", // source code email "http://www.postincrement.com", // source code URL "Copyright (C) 2004 by Post Increment, All Rights Reserved", // source code copyright "MPL 1.0", // source code license PluginCodec_License_MPL, // source code license "CCITT Recommendation G.721", // codec description "Sun Microsystems, Inc.", // codec author NULL, // codec version NULL, // codec email NULL, // codec URL "This source code is a product of Sun Microsystems, Inc. and is provided\n" "for unrestricted use. Users may copy or modify this source code without charge", // codec copyright information NULL, // codec license PluginCodec_Licence_None // codec license code }; ///////////////////////////////////////////////////////////////////////////// static const char L16Desc[] = { "L16" }; static const char sdpG726[] = { "g726" }; static const char g726_40[] = "G.726-40k"; static const char g726_32[] = "G.726-32k"; static const char g726_24[] = "G.726-24k"; static const char g726_16[] = "G.726-16k"; ///////////////////////////////////////////////////////////////////////////// #define EQUIVALENCE_COUNTRY_CODE 9 #define EQUIVALENCE_EXTENSION_CODE 0 #define EQUIVALENCE_MANUFACTURER_CODE 61 static struct PluginCodec_H323NonStandardCodecData g726_40_Cap = { NULL, EQUIVALENCE_COUNTRY_CODE, EQUIVALENCE_EXTENSION_CODE, EQUIVALENCE_MANUFACTURER_CODE, (const unsigned char *)g726_40, sizeof(g726_40)-1, NULL }; static struct PluginCodec_H323NonStandardCodecData g726_32_Cap = { NULL, EQUIVALENCE_COUNTRY_CODE, EQUIVALENCE_EXTENSION_CODE, EQUIVALENCE_MANUFACTURER_CODE, (const unsigned char *)g726_32, sizeof(g726_32)-1, NULL }; static struct PluginCodec_H323NonStandardCodecData g726_24_Cap = { NULL, EQUIVALENCE_COUNTRY_CODE, EQUIVALENCE_EXTENSION_CODE, EQUIVALENCE_MANUFACTURER_CODE, (const unsigned char *)g726_24, sizeof(g726_24)-1, NULL }; static struct PluginCodec_H323NonStandardCodecData g726_16_Cap = { NULL, EQUIVALENCE_COUNTRY_CODE, EQUIVALENCE_EXTENSION_CODE, EQUIVALENCE_MANUFACTURER_CODE, (const unsigned char *)g726_16, sizeof(g726_16)-1, NULL }; static struct PluginCodec_Definition g726CodecDefn[] = { { // encoder 40k PLUGIN_CODEC_VERSION, // codec API version &licenseInfo, // license information PluginCodec_MediaTypeAudioStreamed | // audio codec (5 << PluginCodec_BitsPerSamplePos) | // bits per sample PluginCodec_InputTypeRaw | // raw input data PluginCodec_OutputTypeRaw | // raw output data PluginCodec_RTPTypeExplicit, // specified RTP type g726_40, // text decription L16Desc, // source format g726_40, // destination format 0, // user data 8000, // samples per second 40000, // raw bits per second 1000, // nanoseconds per frame SAMPLES_PER_FRAME, // samples per frame 5, // bytes per frame PREF_FRAMES_PER_PACKET, // recommended number of frames per packet MAX_FRAMES_PER_PACKET, // maximum number of frames per packe PAYLOAD_CODE, // IANA RTP payload code sdpG726, // RTP payload name create_codec, // create codec function destroy_codec, // destroy codec encoder_40, // encode/decode NULL, // codec controls PluginCodec_H323Codec_nonStandard, // h323CapabilityType &g726_40_Cap // h323CapabilityData }, { // decoder 40k PLUGIN_CODEC_VERSION, // codec API version &licenseInfo, // license information PluginCodec_MediaTypeAudioStreamed | // audio codec (5 << PluginCodec_BitsPerSamplePos) | // bits per sample PluginCodec_InputTypeRaw | // raw input data PluginCodec_OutputTypeRaw | // raw output data PluginCodec_RTPTypeExplicit, // dynamic RTP type g726_40, // text decription g726_40, // source format L16Desc, // destination format 0, // user data 8000, // samples per second 40000, // raw bits per second 1000, // nanoseconds per frame SAMPLES_PER_FRAME, // samples per frame 5, // bytes per frame PREF_FRAMES_PER_PACKET, // recommended number of frames per packet MAX_FRAMES_PER_PACKET, // maximum number of frames per packe PAYLOAD_CODE, // IANA RTP payload code sdpG726, // RTP payload name create_codec, // create codec function destroy_codec, // destroy codec decoder_40, // encode/decode NULL, // codec controls PluginCodec_H323Codec_nonStandard, // h323CapabilityType &g726_40_Cap // h323CapabilityData }, //////////////////////////////////// { // encoder 32k PLUGIN_CODEC_VERSION, // codec API version &licenseInfo, // license information PluginCodec_MediaTypeAudioStreamed | // audio codec (4 << PluginCodec_BitsPerSamplePos) | // bits per sample PluginCodec_InputTypeRaw | // raw input data PluginCodec_OutputTypeRaw | // raw output data PluginCodec_RTPTypeExplicit, // specified RTP type g726_32, // text decription L16Desc, // source format g726_32, // destination format 0, // user data 8000, // samples per second 32000, // raw bits per second 1000, // nanoseconds per frame SAMPLES_PER_FRAME, // samples per frame 4, // bytes per frame PREF_FRAMES_PER_PACKET, // recommended number of frames per packet MAX_FRAMES_PER_PACKET, // maximum number of frames per packe PAYLOAD_CODE, // IANA RTP payload code sdpG726, // RTP payload name create_codec, // create codec function destroy_codec, // destroy codec encoder_32, // encode/decode NULL, // codec controls PluginCodec_H323Codec_nonStandard, // h323CapabilityType &g726_32_Cap // h323CapabilityData }, { // decoder 32k PLUGIN_CODEC_VERSION, // codec API version &licenseInfo, // license information PluginCodec_MediaTypeAudioStreamed | // audio codec (4 << PluginCodec_BitsPerSamplePos) | // bits per sample PluginCodec_InputTypeRaw | // raw input data PluginCodec_OutputTypeRaw | // raw output data PluginCodec_RTPTypeExplicit, // dynamic RTP type g726_32, // text decription g726_32, // source format L16Desc, // destination format 0, // user data 8000, // samples per second 32000, // raw bits per second 1000, // nanoseconds per frame SAMPLES_PER_FRAME, // samples per frame 4, // bytes per frame PREF_FRAMES_PER_PACKET, // recommended number of frames per packet MAX_FRAMES_PER_PACKET, // maximum number of frames per packe PAYLOAD_CODE, // IANA RTP payload code sdpG726, // RTP payload name create_codec, // create codec function destroy_codec, // destroy codec decoder_32, // encode/decode NULL, // codec controls PluginCodec_H323Codec_nonStandard, // h323CapabilityType &g726_32_Cap // h323CapabilityData }, //////////////////////////////////// { // encoder 24k PLUGIN_CODEC_VERSION, // codec API version &licenseInfo, // license information PluginCodec_MediaTypeAudioStreamed | // audio codec (3 << PluginCodec_BitsPerSamplePos) | // bits per sample PluginCodec_InputTypeRaw | // raw input data PluginCodec_OutputTypeRaw | // raw output data PluginCodec_RTPTypeExplicit, // specified RTP type g726_24, // text decription L16Desc, // source format g726_24, // destination format 0, // user data 8000, // samples per second 24000, // raw bits per second 1000, // nanoseconds per frame SAMPLES_PER_FRAME, // samples per frame 3, // bytes per frame PREF_FRAMES_PER_PACKET, // recommended number of frames per packet MAX_FRAMES_PER_PACKET, // maximum number of frames per packe PAYLOAD_CODE, // IANA RTP payload code sdpG726, // RTP payload name create_codec, // create codec function destroy_codec, // destroy codec encoder_24, // encode/decode NULL, // codec controls PluginCodec_H323Codec_nonStandard, // h323CapabilityType &g726_24_Cap // h323CapabilityData }, { // decoder 24k PLUGIN_CODEC_VERSION, // codec API version &licenseInfo, // license information PluginCodec_MediaTypeAudioStreamed | // audio codec (3 << PluginCodec_BitsPerSamplePos) | // bits per sample PluginCodec_InputTypeRaw | // raw input data PluginCodec_OutputTypeRaw | // raw output data PluginCodec_RTPTypeExplicit, // dynamic RTP type g726_24, // text decription g726_24, // source format L16Desc, // destination format 0, // user data 8000, // samples per second 24000, // raw bits per second 1000, // nanoseconds per frame SAMPLES_PER_FRAME, // samples per frame 3, // bytes per frame PREF_FRAMES_PER_PACKET, // recommended number of frames per packet MAX_FRAMES_PER_PACKET, // maximum number of frames per packe PAYLOAD_CODE, // IANA RTP payload code sdpG726, // RTP payload name create_codec, // create codec function destroy_codec, // destroy codec decoder_24, // encode/decode NULL, // codec controls PluginCodec_H323Codec_nonStandard, // h323CapabilityType &g726_24_Cap // h323CapabilityData }, //////////////////////////////////// { // encoder 16k PLUGIN_CODEC_VERSION, // codec API version &licenseInfo, // license information PluginCodec_MediaTypeAudioStreamed | // audio codec (2 << PluginCodec_BitsPerSamplePos) | // bits per sample PluginCodec_InputTypeRaw | // raw input data PluginCodec_OutputTypeRaw | // raw output data PluginCodec_RTPTypeExplicit, // specified RTP type g726_16, // text decription L16Desc, // source format g726_16, // destination format 0, // user data 8000, // samples per second 16000, // raw bits per second 1000, // nanoseconds per frame SAMPLES_PER_FRAME, // samples per frame 2, // bytes per frame PREF_FRAMES_PER_PACKET, // recommended number of frames per packet MAX_FRAMES_PER_PACKET, // maximum number of frames per packe PAYLOAD_CODE, // IANA RTP payload code sdpG726, // RTP payload name create_codec, // create codec function destroy_codec, // destroy codec encoder_16, // encode/decode NULL, // codec controls PluginCodec_H323Codec_nonStandard, // h323CapabilityType &g726_16_Cap // h323CapabilityData }, { // decoder 16k PLUGIN_CODEC_VERSION, // codec API version &licenseInfo, // license information PluginCodec_MediaTypeAudioStreamed | // audio codec (2 << PluginCodec_BitsPerSamplePos) | // bits per sample PluginCodec_InputTypeRaw | // raw input data PluginCodec_OutputTypeRaw | // raw output data PluginCodec_RTPTypeExplicit, // dynamic RTP type g726_16, // text decription g726_16, // source format L16Desc, // destination format 0, // user data 8000, // samples per second 16000, // raw bits per second 1000, // nanoseconds per frame SAMPLES_PER_FRAME, // samples per frame 2, // bytes per frame PREF_FRAMES_PER_PACKET, // recommended number of frames per packet MAX_FRAMES_PER_PACKET, // maximum number of frames per packe PAYLOAD_CODE, // IANA RTP payload code sdpG726, // RTP payload name create_codec, // create codec function destroy_codec, // destroy codec decoder_16, // encode/decode NULL, // codec controls PluginCodec_H323Codec_nonStandard, // h323CapabilityType &g726_16_Cap // h323CapabilityData }, }; #define NUM_DEFNS (sizeof(g726CodecDefn) / sizeof(struct PluginCodec_Definition)) ///////////////////////////////////////////////////////////////////////////// PLUGIN_CODEC_DLL_API struct PluginCodec_Definition * PLUGIN_CODEC_GET_CODEC_FN(unsigned * count, unsigned version) { *count = NUM_DEFNS; return g726CodecDefn; } openh323_v1_18_0/plugins/audio/GSM0610/0040755000176200056700000000000010411467452017356 5ustar releasepostincropenh323_v1_18_0/plugins/audio/GSM0610/inc/0040755000176200056700000000000010411467452020127 5ustar releasepostincropenh323_v1_18_0/plugins/audio/GSM0610/inc/config.h0100644000176200056700000000242310034014312021523 0ustar releasepostincr/* * config.h * * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische * Universitaet Berlin. See the accompanying file "COPYRIGHT" for * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. */ #ifndef CONFIG_H #define CONFIG_H /*efine SIGHANDLER_T int * signal handlers are void */ /*efine HAS_SYSV_SIGNAL 1 * sigs not blocked/reset? */ #define HAS_STDLIB_H 1 /* /usr/include/stdlib.h */ /*efine HAS_LIMITS_H 1 * /usr/include/limits.h */ #define HAS_FCNTL_H 1 /* /usr/include/fcntl.h */ /*efine HAS_ERRNO_DECL 1 * errno.h declares errno */ #define HAS_FSTAT 1 /* fstat syscall */ #define HAS_FCHMOD 1 /* fchmod syscall */ #define HAS_CHMOD 1 /* chmod syscall */ #define HAS_FCHOWN 1 /* fchown syscall */ #define HAS_CHOWN 1 /* chown syscall */ /*efine HAS__FSETMODE 1 * _fsetmode -- set file mode */ #define HAS_STRING_H 1 /* /usr/include/string.h */ /*efine HAS_STRINGS_H 1 * /usr/include/strings.h */ #define HAS_UNISTD_H 1 /* /usr/include/unistd.h */ #define HAS_UTIME 1 /* POSIX utime(path, times) */ /*efine HAS_UTIMES 1 * use utimes() syscall instead */ #define HAS_UTIME_H 1 /* UTIME header file */ /*efine HAS_UTIMBUF 1 * struct utimbuf */ /*efine HAS_UTIMEUSEC 1 * microseconds in utimbuf? */ #endif /* CONFIG_H */ openh323_v1_18_0/plugins/audio/GSM0610/inc/gsm.h0100644000176200056700000000307310034014312021046 0ustar releasepostincr/* * gsm.h * * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische * Universitaet Berlin. See the accompanying file "COPYRIGHT" for * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. */ #ifndef GSM_H #define GSM_H #ifdef __cplusplus # define NeedFunctionPrototypes 1 #endif #if __STDC__ # define NeedFunctionPrototypes 1 #endif #ifdef _NO_PROTO # undef NeedFunctionPrototypes #endif #ifdef NeedFunctionPrototypes # include /* for FILE * */ #endif #undef GSM_P #if NeedFunctionPrototypes # define GSM_P( protos ) protos #else # define GSM_P( protos ) ( /* protos */ ) #endif /* * Interface */ typedef struct gsm_state * gsm; typedef short gsm_signal; /* signed 16 bit */ typedef unsigned char gsm_byte; typedef gsm_byte gsm_frame[33]; /* 33 * 8 bits */ #define GSM_MAGIC 0xD /* 13 kbit/s RPE-LTP */ #define GSM_PATCHLEVEL 10 #define GSM_MINOR 0 #define GSM_MAJOR 1 #define GSM_OPT_VERBOSE 1 #define GSM_OPT_FAST 2 #define GSM_OPT_LTP_CUT 3 #define GSM_OPT_WAV49 4 #define GSM_OPT_FRAME_INDEX 5 #define GSM_OPT_FRAME_CHAIN 6 extern gsm gsm_create GSM_P((void)); extern void gsm_destroy GSM_P((gsm)); extern int gsm_print GSM_P((FILE *, gsm, gsm_byte *)); extern int gsm_option GSM_P((gsm, int, int *)); extern void gsm_encode GSM_P((gsm, gsm_signal *, gsm_byte *)); extern int gsm_decode GSM_P((gsm, gsm_byte *, gsm_signal *)); extern int gsm_explode GSM_P((gsm, gsm_byte *, gsm_signal *)); extern void gsm_implode GSM_P((gsm, gsm_signal *, gsm_byte *)); #undef GSM_P #endif /* GSM_H */ openh323_v1_18_0/plugins/audio/GSM0610/inc/private.h0100644000176200056700000001702110034014312021730 0ustar releasepostincr/* * private.h * * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische * Universitaet Berlin. See the accompanying file "COPYRIGHT" for * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. */ #ifndef PRIVATE_H #define PRIVATE_H typedef short word; /* 16 bit signed int */ typedef long longword; /* 32 bit signed int */ typedef unsigned short uword; /* unsigned word */ typedef unsigned long ulongword; /* unsigned longword */ struct gsm_state { word dp0[ 280 ]; word z1; /* preprocessing.c, Offset_com. */ longword L_z2; /* Offset_com. */ int mp; /* Preemphasis */ word u[8]; /* short_term_aly_filter.c */ word LARpp[2][8]; /* */ word j; /* */ word ltp_cut; /* long_term.c, LTP crosscorr. */ word nrp; /* 40 */ /* long_term.c, synthesis */ word v[9]; /* short_term.c, synthesis */ word msr; /* decoder.c, Postprocessing */ char verbose; /* only used if !NDEBUG */ char fast; /* only used if FAST */ char wav_fmt; /* only used if WAV49 defined */ unsigned char frame_index; /* odd/even chaining */ unsigned char frame_chain; /* half-byte to carry forward */ }; #define MIN_WORD (-32767 - 1) #define MAX_WORD 32767 #define MIN_LONGWORD (-2147483647 - 1) #define MAX_LONGWORD 2147483647 #ifdef SASR /* flag: >> is a signed arithmetic shift right */ #undef SASR #define SASR(x, by) ((x) >> (by)) #else #define SASR(x, by) ((x) >= 0 ? (x) >> (by) : (~(-((x) + 1) >> (by)))) #endif /* SASR */ #include "proto.h" /* * Prototypes from add.c */ extern word gsm_mult P((word a, word b)); extern longword gsm_L_mult P((word a, word b)); extern word gsm_mult_r P((word a, word b)); extern word gsm_div P((word num, word denum)); extern word gsm_add P(( word a, word b )); extern longword gsm_L_add P(( longword a, longword b )); extern word gsm_sub P((word a, word b)); extern longword gsm_L_sub P((longword a, longword b)); extern word gsm_abs P((word a)); extern word gsm_norm P(( longword a )); extern longword gsm_L_asl P((longword a, int n)); extern word gsm_asl P((word a, int n)); extern longword gsm_L_asr P((longword a, int n)); extern word gsm_asr P((word a, int n)); /* * Inlined functions from add.h */ /* * #define GSM_MULT_R(a, b) (* word a, word b, !(a == b == MIN_WORD) *) \ * (0x0FFFF & SASR(((longword)(a) * (longword)(b) + 16384), 15)) */ #define GSM_MULT_R(a, b) /* word a, word b, !(a == b == MIN_WORD) */ \ (SASR( ((longword)(a) * (longword)(b) + 16384), 15 )) # define GSM_MULT(a,b) /* word a, word b, !(a == b == MIN_WORD) */ \ (SASR( ((longword)(a) * (longword)(b)), 15 )) # define GSM_L_MULT(a, b) /* word a, word b */ \ (((longword)(a) * (longword)(b)) << 1) # define GSM_L_ADD(a, b) \ ( (a) < 0 ? ( (b) >= 0 ? (a) + (b) \ : (utmp = (ulongword)-((a) + 1) + (ulongword)-((b) + 1)) \ >= MAX_LONGWORD ? MIN_LONGWORD : -(longword)utmp-2 ) \ : ((b) <= 0 ? (a) + (b) \ : (utmp = (ulongword)(a) + (ulongword)(b)) >= MAX_LONGWORD \ ? MAX_LONGWORD : utmp)) /* * # define GSM_ADD(a, b) \ * ((ltmp = (longword)(a) + (longword)(b)) >= MAX_WORD \ * ? MAX_WORD : ltmp <= MIN_WORD ? MIN_WORD : ltmp) */ /* Nonportable, but faster: */ #define GSM_ADD(a, b) \ ((ulongword)((ltmp = (longword)(a) + (longword)(b)) - MIN_WORD) > \ MAX_WORD - MIN_WORD ? (ltmp > 0 ? MAX_WORD : MIN_WORD) : ltmp) # define GSM_SUB(a, b) \ ((ltmp = (longword)(a) - (longword)(b)) >= MAX_WORD \ ? MAX_WORD : ltmp <= MIN_WORD ? MIN_WORD : ltmp) # define GSM_ABS(a) ((a) < 0 ? ((a) == MIN_WORD ? MAX_WORD : -(a)) : (a)) /* Use these if necessary: # define GSM_MULT_R(a, b) gsm_mult_r(a, b) # define GSM_MULT(a, b) gsm_mult(a, b) # define GSM_L_MULT(a, b) gsm_L_mult(a, b) # define GSM_L_ADD(a, b) gsm_L_add(a, b) # define GSM_ADD(a, b) gsm_add(a, b) # define GSM_SUB(a, b) gsm_sub(a, b) # define GSM_ABS(a) gsm_abs(a) */ /* * More prototypes from implementations.. */ extern void Gsm_Coder P(( struct gsm_state * S, word * s, /* [0..159] samples IN */ word * LARc, /* [0..7] LAR coefficients OUT */ word * Nc, /* [0..3] LTP lag OUT */ word * bc, /* [0..3] coded LTP gain OUT */ word * Mc, /* [0..3] RPE grid selection OUT */ word * xmaxc,/* [0..3] Coded maximum amplitude OUT */ word * xMc /* [13*4] normalized RPE samples OUT */)); extern void Gsm_Long_Term_Predictor P(( /* 4x for 160 samples */ struct gsm_state * S, word * d, /* [0..39] residual signal IN */ word * dp, /* [-120..-1] d' IN */ word * e, /* [0..40] OUT */ word * dpp, /* [0..40] OUT */ word * Nc, /* correlation lag OUT */ word * bc /* gain factor OUT */)); extern void Gsm_LPC_Analysis P(( struct gsm_state * S, word * s, /* 0..159 signals IN/OUT */ word * LARc)); /* 0..7 LARc's OUT */ extern void Gsm_Preprocess P(( struct gsm_state * S, word * s, word * so)); extern void Gsm_Encoding P(( struct gsm_state * S, word * e, word * ep, word * xmaxc, word * Mc, word * xMc)); extern void Gsm_Short_Term_Analysis_Filter P(( struct gsm_state * S, word * LARc, /* coded log area ratio [0..7] IN */ word * d /* st res. signal [0..159] IN/OUT */)); extern void Gsm_Decoder P(( struct gsm_state * S, word * LARcr, /* [0..7] IN */ word * Ncr, /* [0..3] IN */ word * bcr, /* [0..3] IN */ word * Mcr, /* [0..3] IN */ word * xmaxcr, /* [0..3] IN */ word * xMcr, /* [0..13*4] IN */ word * s)); /* [0..159] OUT */ extern void Gsm_Decoding P(( struct gsm_state * S, word xmaxcr, word Mcr, word * xMcr, /* [0..12] IN */ word * erp)); /* [0..39] OUT */ extern void Gsm_Long_Term_Synthesis_Filtering P(( struct gsm_state* S, word Ncr, word bcr, word * erp, /* [0..39] IN */ word * drp)); /* [-120..-1] IN, [0..40] OUT */ void Gsm_RPE_Decoding P(( struct gsm_state *S, word xmaxcr, word Mcr, word * xMcr, /* [0..12], 3 bits IN */ word * erp)); /* [0..39] OUT */ void Gsm_RPE_Encoding P(( struct gsm_state * S, word * e, /* -5..-1][0..39][40..44 IN/OUT */ word * xmaxc, /* OUT */ word * Mc, /* OUT */ word * xMc)); /* [0..12] OUT */ extern void Gsm_Short_Term_Synthesis_Filter P(( struct gsm_state * S, word * LARcr, /* log area ratios [0..7] IN */ word * drp, /* received d [0...39] IN */ word * s)); /* signal s [0..159] OUT */ extern void Gsm_Update_of_reconstructed_short_time_residual_signal P(( word * dpp, /* [0...39] IN */ word * ep, /* [0...39] IN */ word * dp)); /* [-120...-1] IN/OUT */ /* * Tables from table.c */ #ifndef GSM_TABLE_C extern word gsm_A[8], gsm_B[8], gsm_MIC[8], gsm_MAC[8]; extern word gsm_INVA[8]; extern word gsm_DLB[4], gsm_QLB[4]; extern word gsm_H[11]; extern word gsm_NRFAC[8]; extern word gsm_FAC[8]; #endif /* GSM_TABLE_C */ /* * Debugging */ #ifdef NDEBUG # define gsm_debug_words(a, b, c, d) /* nil */ # define gsm_debug_longwords(a, b, c, d) /* nil */ # define gsm_debug_word(a, b) /* nil */ # define gsm_debug_longword(a, b) /* nil */ #else /* !NDEBUG => DEBUG */ extern void gsm_debug_words P((char * name, int, int, word *)); extern void gsm_debug_longwords P((char * name, int, int, longword *)); extern void gsm_debug_longword P((char * name, longword)); extern void gsm_debug_word P((char * name, word)); #endif /* !NDEBUG */ #include "unproto.h" #endif /* PRIVATE_H */ openh323_v1_18_0/plugins/audio/GSM0610/inc/proto.h0100644000176200056700000000276110034014312021426 0ustar releasepostincr/* * proto.h * * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische * Universitaet Berlin. See the accompanying file "COPYRIGHT" for * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. */ #ifndef PROTO_H #define PROTO_H #if __cplusplus # define NeedFunctionPrototypes 1 #endif #if __STDC__ # define NeedFunctionPrototypes 1 #endif #ifdef _NO_PROTO # undef NeedFunctionPrototypes #endif #undef P /* gnu stdio.h actually defines this... */ #undef P0 #undef P1 #undef P2 #undef P3 #undef P4 #undef P5 #undef P6 #undef P7 #undef P8 #if NeedFunctionPrototypes # define P( protos ) protos # define P0() (void) # define P1(x, a) (a) # define P2(x, a, b) (a, b) # define P3(x, a, b, c) (a, b, c) # define P4(x, a, b, c, d) (a, b, c, d) # define P5(x, a, b, c, d, e) (a, b, c, d, e) # define P6(x, a, b, c, d, e, f) (a, b, c, d, e, f) # define P7(x, a, b, c, d, e, f, g) (a, b, c, d, e, f, g) # define P8(x, a, b, c, d, e, f, g, h) (a, b, c, d, e, f, g, h) #else /* !NeedFunctionPrototypes */ # define P( protos ) ( /* protos */ ) # define P0() () # define P1(x, a) x a; # define P2(x, a, b) x a; b; # define P3(x, a, b, c) x a; b; c; # define P4(x, a, b, c, d) x a; b; c; d; # define P5(x, a, b, c, d, e) x a; b; c; d; e; # define P6(x, a, b, c, d, e, f) x a; b; c; d; e; f; # define P7(x, a, b, c, d, e, f, g) x a; b; c; d; e; f; g; # define P8(x, a, b, c, d, e, f, g, h) x a; b; c; d; e; f; g; h; #endif /* !NeedFunctionPrototypes */ #endif /* PROTO_H */ openh323_v1_18_0/plugins/audio/GSM0610/inc/unproto.h0100644000176200056700000000060210034014312021761 0ustar releasepostincr/* * unproto.h * * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische * Universitaet Berlin. See the accompanying file "COPYRIGHT" for * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. */ #ifdef PROTO_H /* sic */ #undef PROTO_H #undef P #undef P0 #undef P1 #undef P2 #undef P3 #undef P4 #undef P5 #undef P6 #undef P7 #undef P8 #endif /* PROTO_H */ openh323_v1_18_0/plugins/audio/GSM0610/src/0040755000176200056700000000000010411467452020145 5ustar releasepostincropenh323_v1_18_0/plugins/audio/GSM0610/src/decode.c0100644000176200056700000000272010034014312021512 0ustar releasepostincr/* * decode.c * * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische * Universitaet Berlin. See the accompanying file "COPYRIGHT" for * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. */ #include #include "private.h" #include "gsm.h" #include "proto.h" /* * 4.3 FIXED POINT IMPLEMENTATION OF THE RPE-LTP DECODER */ static void Postprocessing P2((S,s), struct gsm_state * S, register word * s) { register int k; register word msr = S->msr; register longword ltmp; /* for GSM_ADD */ register word tmp; for (k = 160; k--; s++) { tmp = GSM_MULT_R( msr, 28180 ); msr = (word) GSM_ADD(*s, tmp); /* Deemphasis */ *s = GSM_ADD(msr, msr) & 0xFFF8; /* Truncation & Upscaling */ } S->msr = msr; } void Gsm_Decoder P8((S,LARcr, Ncr,bcr,Mcr,xmaxcr,xMcr,s), struct gsm_state * S, word * LARcr, /* [0..7] IN */ word * Ncr, /* [0..3] IN */ word * bcr, /* [0..3] IN */ word * Mcr, /* [0..3] IN */ word * xmaxcr, /* [0..3] IN */ word * xMcr, /* [0..13*4] IN */ word * s) /* [0..159] OUT */ { int j, k; word erp[40], wt[160]; word * drp = S->dp0 + 120; for (j=0; j <= 3; j++, xmaxcr++, bcr++, Ncr++, Mcr++, xMcr += 13) { Gsm_RPE_Decoding( S, *xmaxcr, *Mcr, xMcr, erp ); Gsm_Long_Term_Synthesis_Filtering( S, *Ncr, *bcr, erp, drp ); for (k = 0; k <= 39; k++) wt[ j * 40 + k ] = drp[ k ]; } Gsm_Short_Term_Synthesis_Filter( S, LARcr, wt, s ); Postprocessing(S, s); } openh323_v1_18_0/plugins/audio/GSM0610/src/add.c0100644000176200056700000001255210034014312021023 0ustar releasepostincr/* * add.c * * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische * Universitaet Berlin. See the accompanying file "COPYRIGHT" for * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. */ /* * See private.h for the more commonly used macro versions. */ #include #include #include "private.h" #include "gsm.h" #include "proto.h" #define saturate(x) \ ((x) < MIN_WORD ? MIN_WORD : (x) > MAX_WORD ? MAX_WORD: (x)) word gsm_add P2((a,b), word a, word b) { longword sum = (longword)a + (longword)b; return (word) saturate(sum); } word gsm_sub P2((a,b), word a, word b) { longword diff = (longword)a - (longword)b; return (word) saturate(diff); } word gsm_mult P2((a,b), word a, word b) { if (a == MIN_WORD && b == MIN_WORD) return MAX_WORD; else return SASR( (longword)a * (longword)b, 15 ); } word gsm_mult_r P2((a,b), word a, word b) { if (b == MIN_WORD && a == MIN_WORD) return MAX_WORD; else { longword prod = (longword)a * (longword)b + 16384; prod >>= 15; return prod & 0xFFFF; } } word gsm_abs P1((a), word a) { return a < 0 ? (a == MIN_WORD ? MAX_WORD : -a) : a; } longword gsm_L_mult P2((a,b),word a, word b) { assert( a != MIN_WORD || b != MIN_WORD ); return ((longword)a * (longword)b) << 1; } longword gsm_L_add P2((a,b), longword a, longword b) { if (a < 0) { if (b >= 0) return a + b; else { ulongword A = (ulongword)-(a + 1) + (ulongword)-(b + 1); return A >= MAX_LONGWORD ? MIN_LONGWORD :-(longword)A-2; } } else if (b <= 0) return a + b; else { ulongword A = (ulongword)a + (ulongword)b; return A > MAX_LONGWORD ? MAX_LONGWORD : A; } } longword gsm_L_sub P2((a,b), longword a, longword b) { if (a >= 0) { if (b >= 0) return a - b; else { /* a>=0, b<0 */ ulongword A = (ulongword)a + -(b + 1); return A >= MAX_LONGWORD ? MAX_LONGWORD : (A + 1); } } else if (b <= 0) return a - b; else { /* a<0, b>0 */ ulongword A = (ulongword)-(a + 1) + b; return A >= MAX_LONGWORD ? MIN_LONGWORD : -(longword)A - 1; } } static unsigned char const bitoff[ 256 ] = { 8, 7, 6, 6, 5, 5, 5, 5, 4, 4, 4, 4, 4, 4, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; word gsm_norm P1((a), longword a ) /* * the number of left shifts needed to normalize the 32 bit * variable L_var1 for positive values on the interval * * with minimum of * minimum of 1073741824 (01000000000000000000000000000000) and * maximum of 2147483647 (01111111111111111111111111111111) * * * and for negative values on the interval with * minimum of -2147483648 (-10000000000000000000000000000000) and * maximum of -1073741824 ( -1000000000000000000000000000000). * * in order to normalize the result, the following * operation must be done: L_norm_var1 = L_var1 << norm( L_var1 ); * * (That's 'ffs', only from the left, not the right..) */ { assert(a != 0); if (a < 0) { if (a <= -1073741824) return 0; a = ~a; } return a & 0xffff0000 ? ( a & 0xff000000 ? -1 + bitoff[ 0xFF & (a >> 24) ] : 7 + bitoff[ 0xFF & (a >> 16) ] ) : ( a & 0xff00 ? 15 + bitoff[ 0xFF & (a >> 8) ] : 23 + bitoff[ 0xFF & a ] ); } longword gsm_L_asl P2((a,n), longword a, int n) { if (n >= 32) return 0; if (n <= -32) return -(a < 0); if (n < 0) return gsm_L_asr(a, -n); return a << n; } word gsm_asl P2((a,n), word a, int n) { if (n >= 16) return 0; if (n <= -16) return -(a < 0); if (n < 0) return gsm_asr(a, -n); return a << n; } longword gsm_L_asr P2((a,n), longword a, int n) { if (n >= 32) return -(a < 0); if (n <= -32) return 0; if (n < 0) return a << -n; # ifdef SASR return a >> n; # else if (a >= 0) return a >> n; else return -(longword)( -(ulongword)a >> n ); # endif } word gsm_asr P2((a,n), word a, int n) { if (n >= 16) return -(a < 0); if (n <= -16) return 0; if (n < 0) return a << -n; # ifdef SASR return a >> n; # else if (a >= 0) return a >> n; else return -(word)( -(uword)a >> n ); # endif } /* * (From p. 46, end of section 4.2.5) * * NOTE: The following lines gives [sic] one correct implementation * of the div(num, denum) arithmetic operation. Compute div * which is the integer division of num by denum: with denum * >= num > 0 */ word gsm_div P2((num,denum), word num, word denum) { longword L_num = num; longword L_denum = denum; word div = 0; int k = 15; /* The parameter num sometimes becomes zero. * Although this is explicitly guarded against in 4.2.5, * we assume that the result should then be zero as well. */ /* assert(num != 0); */ assert(num >= 0 && denum >= num); if (num == 0) return 0; while (k--) { div <<= 1; L_num <<= 1; if (L_num >= L_denum) { L_num -= L_denum; div++; } } return div; } openh323_v1_18_0/plugins/audio/GSM0610/src/code.c0100644000176200056700000000464310034014312021207 0ustar releasepostincr/* * code.c * * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische * Universitaet Berlin. See the accompanying file "COPYRIGHT" for * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. */ #include "config.h" #ifdef HAS_STDLIB_H #include #else # include "proto.h" extern char * memcpy P((char *, char *, int)); #endif #include "private.h" #include "gsm.h" #include "proto.h" /* * 4.2 FIXED POINT IMPLEMENTATION OF THE RPE-LTP CODER */ void Gsm_Coder P8((S,s,LARc,Nc,bc,Mc,xmaxc,xMc), struct gsm_state * S, word * s, /* [0..159] samples IN */ /* * The RPE-LTD coder works on a frame by frame basis. The length of * the frame is equal to 160 samples. Some computations are done * once per frame to produce at the output of the coder the * LARc[1..8] parameters which are the coded LAR coefficients and * also to realize the inverse filtering operation for the entire * frame (160 samples of signal d[0..159]). These parts produce at * the output of the coder: */ word * LARc, /* [0..7] LAR coefficients OUT */ /* * Procedure 4.2.11 to 4.2.18 are to be executed four times per * frame. That means once for each sub-segment RPE-LTP analysis of * 40 samples. These parts produce at the output of the coder: */ word * Nc, /* [0..3] LTP lag OUT */ word * bc, /* [0..3] coded LTP gain OUT */ word * Mc, /* [0..3] RPE grid selection OUT */ word * xmaxc,/* [0..3] Coded maximum amplitude OUT */ word * xMc /* [13*4] normalized RPE samples OUT */ ) { int k; word * dp = S->dp0 + 120; /* [ -120...-1 ] */ word * dpp = dp; /* [ 0...39 ] */ static word e[50]; word so[160]; Gsm_Preprocess (S, s, so); Gsm_LPC_Analysis (S, so, LARc); Gsm_Short_Term_Analysis_Filter (S, LARc, so); for (k = 0; k <= 3; k++, xMc += 13) { Gsm_Long_Term_Predictor ( S, so+k*40, /* d [0..39] IN */ dp, /* dp [-120..-1] IN */ e + 5, /* e [0..39] OUT */ dpp, /* dpp [0..39] OUT */ Nc++, bc++); Gsm_RPE_Encoding ( S, e + 5, /* e ][0..39][ IN/OUT */ xmaxc++, Mc++, xMc ); /* * Gsm_Update_of_reconstructed_short_time_residual_signal * ( dpp, e + 5, dp ); */ { register int i; register longword ltmp; for (i = 0; i <= 39; i++) dp[ i ] = (word) GSM_ADD( e[5 + i], dpp[i] ); } dp += 40; dpp += 40; } (void)memcpy( (char *)S->dp0, (char *)(S->dp0 + 160), 120 * sizeof(*S->dp0) ); } openh323_v1_18_0/plugins/audio/GSM0610/src/gsm_create.c0100644000176200056700000000134710034014312022404 0ustar releasepostincr/* * gsm_create.c * * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische * Universitaet Berlin. See the accompanying file "COPYRIGHT" for * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. */ #include "config.h" #ifdef HAS_STRING_H #include #else # include "proto.h" extern char * memset P((char *, int, int)); #endif #ifdef HAS_STDLIB_H # include #else # ifdef HAS_MALLOC_H # include # else extern char * malloc(); # endif #endif #include #include "gsm.h" #include "private.h" #include "proto.h" gsm gsm_create P0() { gsm r; r = (gsm)malloc(sizeof(struct gsm_state)); if (!r) return r; memset((char *)r, 0, sizeof(*r)); r->nrp = 40; return r; } openh323_v1_18_0/plugins/audio/GSM0610/src/gsm_decode.c0100644000176200056700000002452210034014312022364 0ustar releasepostincr/* * gsm_decode.c * * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische * Universitaet Berlin. See the accompanying file "COPYRIGHT" for * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. */ #include "private.h" #include "gsm.h" #include "proto.h" int gsm_decode P3((s, c, target), gsm s, gsm_byte * c, gsm_signal * target) { word LARc[8], Nc[4], Mc[4], bc[4], xmaxc[4], xmc[13*4]; #ifdef WAV49 if (s->wav_fmt) { uword sr = 0; s->frame_index = !s->frame_index; if (s->frame_index) { sr = *c++; LARc[0] = sr & 0x3f; sr >>= 6; sr |= (uword)*c++ << 2; LARc[1] = sr & 0x3f; sr >>= 6; sr |= (uword)*c++ << 4; LARc[2] = sr & 0x1f; sr >>= 5; LARc[3] = sr & 0x1f; sr >>= 5; sr |= (uword)*c++ << 2; LARc[4] = sr & 0xf; sr >>= 4; LARc[5] = sr & 0xf; sr >>= 4; sr |= (uword)*c++ << 2; /* 5 */ LARc[6] = sr & 0x7; sr >>= 3; LARc[7] = sr & 0x7; sr >>= 3; sr |= (uword)*c++ << 4; Nc[0] = sr & 0x7f; sr >>= 7; bc[0] = sr & 0x3; sr >>= 2; Mc[0] = sr & 0x3; sr >>= 2; sr |= (uword)*c++ << 1; xmaxc[0] = sr & 0x3f; sr >>= 6; xmc[0] = sr & 0x7; sr >>= 3; sr = *c++; xmc[1] = sr & 0x7; sr >>= 3; xmc[2] = sr & 0x7; sr >>= 3; sr |= (uword)*c++ << 2; xmc[3] = sr & 0x7; sr >>= 3; xmc[4] = sr & 0x7; sr >>= 3; xmc[5] = sr & 0x7; sr >>= 3; sr |= (uword)*c++ << 1; /* 10 */ xmc[6] = sr & 0x7; sr >>= 3; xmc[7] = sr & 0x7; sr >>= 3; xmc[8] = sr & 0x7; sr >>= 3; sr = *c++; xmc[9] = sr & 0x7; sr >>= 3; xmc[10] = sr & 0x7; sr >>= 3; sr |= (uword)*c++ << 2; xmc[11] = sr & 0x7; sr >>= 3; xmc[12] = sr & 0x7; sr >>= 3; sr |= (uword)*c++ << 4; Nc[1] = sr & 0x7f; sr >>= 7; bc[1] = sr & 0x3; sr >>= 2; Mc[1] = sr & 0x3; sr >>= 2; sr |= (uword)*c++ << 1; xmaxc[1] = sr & 0x3f; sr >>= 6; xmc[13] = sr & 0x7; sr >>= 3; sr = *c++; /* 15 */ xmc[14] = sr & 0x7; sr >>= 3; xmc[15] = sr & 0x7; sr >>= 3; sr |= (uword)*c++ << 2; xmc[16] = sr & 0x7; sr >>= 3; xmc[17] = sr & 0x7; sr >>= 3; xmc[18] = sr & 0x7; sr >>= 3; sr |= (uword)*c++ << 1; xmc[19] = sr & 0x7; sr >>= 3; xmc[20] = sr & 0x7; sr >>= 3; xmc[21] = sr & 0x7; sr >>= 3; sr = *c++; xmc[22] = sr & 0x7; sr >>= 3; xmc[23] = sr & 0x7; sr >>= 3; sr |= (uword)*c++ << 2; xmc[24] = sr & 0x7; sr >>= 3; xmc[25] = sr & 0x7; sr >>= 3; sr |= (uword)*c++ << 4; /* 20 */ Nc[2] = sr & 0x7f; sr >>= 7; bc[2] = sr & 0x3; sr >>= 2; Mc[2] = sr & 0x3; sr >>= 2; sr |= (uword)*c++ << 1; xmaxc[2] = sr & 0x3f; sr >>= 6; xmc[26] = sr & 0x7; sr >>= 3; sr = *c++; xmc[27] = sr & 0x7; sr >>= 3; xmc[28] = sr & 0x7; sr >>= 3; sr |= (uword)*c++ << 2; xmc[29] = sr & 0x7; sr >>= 3; xmc[30] = sr & 0x7; sr >>= 3; xmc[31] = sr & 0x7; sr >>= 3; sr |= (uword)*c++ << 1; xmc[32] = sr & 0x7; sr >>= 3; xmc[33] = sr & 0x7; sr >>= 3; xmc[34] = sr & 0x7; sr >>= 3; sr = *c++; /* 25 */ xmc[35] = sr & 0x7; sr >>= 3; xmc[36] = sr & 0x7; sr >>= 3; sr |= (uword)*c++ << 2; xmc[37] = sr & 0x7; sr >>= 3; xmc[38] = sr & 0x7; sr >>= 3; sr |= (uword)*c++ << 4; Nc[3] = sr & 0x7f; sr >>= 7; bc[3] = sr & 0x3; sr >>= 2; Mc[3] = sr & 0x3; sr >>= 2; sr |= (uword)*c++ << 1; xmaxc[3] = sr & 0x3f; sr >>= 6; xmc[39] = sr & 0x7; sr >>= 3; sr = *c++; xmc[40] = sr & 0x7; sr >>= 3; xmc[41] = sr & 0x7; sr >>= 3; sr |= (uword)*c++ << 2; /* 30 */ xmc[42] = sr & 0x7; sr >>= 3; xmc[43] = sr & 0x7; sr >>= 3; xmc[44] = sr & 0x7; sr >>= 3; sr |= (uword)*c++ << 1; xmc[45] = sr & 0x7; sr >>= 3; xmc[46] = sr & 0x7; sr >>= 3; xmc[47] = sr & 0x7; sr >>= 3; sr = *c++; xmc[48] = sr & 0x7; sr >>= 3; xmc[49] = sr & 0x7; sr >>= 3; sr |= (uword)*c++ << 2; xmc[50] = sr & 0x7; sr >>= 3; xmc[51] = sr & 0x7; sr >>= 3; s->frame_chain = sr & 0xf; } else { sr = s->frame_chain; sr |= (uword)*c++ << 4; /* 1 */ LARc[0] = sr & 0x3f; sr >>= 6; LARc[1] = sr & 0x3f; sr >>= 6; sr = *c++; LARc[2] = sr & 0x1f; sr >>= 5; sr |= (uword)*c++ << 3; LARc[3] = sr & 0x1f; sr >>= 5; LARc[4] = sr & 0xf; sr >>= 4; sr |= (uword)*c++ << 2; LARc[5] = sr & 0xf; sr >>= 4; LARc[6] = sr & 0x7; sr >>= 3; LARc[7] = sr & 0x7; sr >>= 3; sr = *c++; /* 5 */ Nc[0] = sr & 0x7f; sr >>= 7; sr |= (uword)*c++ << 1; bc[0] = sr & 0x3; sr >>= 2; Mc[0] = sr & 0x3; sr >>= 2; sr |= (uword)*c++ << 5; xmaxc[0] = sr & 0x3f; sr >>= 6; xmc[0] = sr & 0x7; sr >>= 3; xmc[1] = sr & 0x7; sr >>= 3; sr |= (uword)*c++ << 1; xmc[2] = sr & 0x7; sr >>= 3; xmc[3] = sr & 0x7; sr >>= 3; xmc[4] = sr & 0x7; sr >>= 3; sr = *c++; xmc[5] = sr & 0x7; sr >>= 3; xmc[6] = sr & 0x7; sr >>= 3; sr |= (uword)*c++ << 2; /* 10 */ xmc[7] = sr & 0x7; sr >>= 3; xmc[8] = sr & 0x7; sr >>= 3; xmc[9] = sr & 0x7; sr >>= 3; sr |= (uword)*c++ << 1; xmc[10] = sr & 0x7; sr >>= 3; xmc[11] = sr & 0x7; sr >>= 3; xmc[12] = sr & 0x7; sr >>= 3; sr = *c++; Nc[1] = sr & 0x7f; sr >>= 7; sr |= (uword)*c++ << 1; bc[1] = sr & 0x3; sr >>= 2; Mc[1] = sr & 0x3; sr >>= 2; sr |= (uword)*c++ << 5; xmaxc[1] = sr & 0x3f; sr >>= 6; xmc[13] = sr & 0x7; sr >>= 3; xmc[14] = sr & 0x7; sr >>= 3; sr |= (uword)*c++ << 1; /* 15 */ xmc[15] = sr & 0x7; sr >>= 3; xmc[16] = sr & 0x7; sr >>= 3; xmc[17] = sr & 0x7; sr >>= 3; sr = *c++; xmc[18] = sr & 0x7; sr >>= 3; xmc[19] = sr & 0x7; sr >>= 3; sr |= (uword)*c++ << 2; xmc[20] = sr & 0x7; sr >>= 3; xmc[21] = sr & 0x7; sr >>= 3; xmc[22] = sr & 0x7; sr >>= 3; sr |= (uword)*c++ << 1; xmc[23] = sr & 0x7; sr >>= 3; xmc[24] = sr & 0x7; sr >>= 3; xmc[25] = sr & 0x7; sr >>= 3; sr = *c++; Nc[2] = sr & 0x7f; sr >>= 7; sr |= (uword)*c++ << 1; /* 20 */ bc[2] = sr & 0x3; sr >>= 2; Mc[2] = sr & 0x3; sr >>= 2; sr |= (uword)*c++ << 5; xmaxc[2] = sr & 0x3f; sr >>= 6; xmc[26] = sr & 0x7; sr >>= 3; xmc[27] = sr & 0x7; sr >>= 3; sr |= (uword)*c++ << 1; xmc[28] = sr & 0x7; sr >>= 3; xmc[29] = sr & 0x7; sr >>= 3; xmc[30] = sr & 0x7; sr >>= 3; sr = *c++; xmc[31] = sr & 0x7; sr >>= 3; xmc[32] = sr & 0x7; sr >>= 3; sr |= (uword)*c++ << 2; xmc[33] = sr & 0x7; sr >>= 3; xmc[34] = sr & 0x7; sr >>= 3; xmc[35] = sr & 0x7; sr >>= 3; sr |= (uword)*c++ << 1; /* 25 */ xmc[36] = sr & 0x7; sr >>= 3; xmc[37] = sr & 0x7; sr >>= 3; xmc[38] = sr & 0x7; sr >>= 3; sr = *c++; Nc[3] = sr & 0x7f; sr >>= 7; sr |= (uword)*c++ << 1; bc[3] = sr & 0x3; sr >>= 2; Mc[3] = sr & 0x3; sr >>= 2; sr |= (uword)*c++ << 5; xmaxc[3] = sr & 0x3f; sr >>= 6; xmc[39] = sr & 0x7; sr >>= 3; xmc[40] = sr & 0x7; sr >>= 3; sr |= (uword)*c++ << 1; xmc[41] = sr & 0x7; sr >>= 3; xmc[42] = sr & 0x7; sr >>= 3; xmc[43] = sr & 0x7; sr >>= 3; sr = *c++; /* 30 */ xmc[44] = sr & 0x7; sr >>= 3; xmc[45] = sr & 0x7; sr >>= 3; sr |= (uword)*c++ << 2; xmc[46] = sr & 0x7; sr >>= 3; xmc[47] = sr & 0x7; sr >>= 3; xmc[48] = sr & 0x7; sr >>= 3; sr |= (uword)*c++ << 1; xmc[49] = sr & 0x7; sr >>= 3; xmc[50] = sr & 0x7; sr >>= 3; xmc[51] = sr & 0x7; sr >>= 3; } } else #endif { /* GSM_MAGIC = (*c >> 4) & 0xF; */ if (((*c >> 4) & 0x0F) != GSM_MAGIC) return -1; LARc[0] = (*c++ & 0xF) << 2; /* 1 */ LARc[0] |= (*c >> 6) & 0x3; LARc[1] = *c++ & 0x3F; LARc[2] = (*c >> 3) & 0x1F; LARc[3] = (*c++ & 0x7) << 2; LARc[3] |= (*c >> 6) & 0x3; LARc[4] = (*c >> 2) & 0xF; LARc[5] = (*c++ & 0x3) << 2; LARc[5] |= (*c >> 6) & 0x3; LARc[6] = (*c >> 3) & 0x7; LARc[7] = *c++ & 0x7; Nc[0] = (*c >> 1) & 0x7F; bc[0] = (*c++ & 0x1) << 1; bc[0] |= (*c >> 7) & 0x1; Mc[0] = (*c >> 5) & 0x3; xmaxc[0] = (*c++ & 0x1F) << 1; xmaxc[0] |= (*c >> 7) & 0x1; xmc[0] = (*c >> 4) & 0x7; xmc[1] = (*c >> 1) & 0x7; xmc[2] = (*c++ & 0x1) << 2; xmc[2] |= (*c >> 6) & 0x3; xmc[3] = (*c >> 3) & 0x7; xmc[4] = *c++ & 0x7; xmc[5] = (*c >> 5) & 0x7; xmc[6] = (*c >> 2) & 0x7; xmc[7] = (*c++ & 0x3) << 1; /* 10 */ xmc[7] |= (*c >> 7) & 0x1; xmc[8] = (*c >> 4) & 0x7; xmc[9] = (*c >> 1) & 0x7; xmc[10] = (*c++ & 0x1) << 2; xmc[10] |= (*c >> 6) & 0x3; xmc[11] = (*c >> 3) & 0x7; xmc[12] = *c++ & 0x7; Nc[1] = (*c >> 1) & 0x7F; bc[1] = (*c++ & 0x1) << 1; bc[1] |= (*c >> 7) & 0x1; Mc[1] = (*c >> 5) & 0x3; xmaxc[1] = (*c++ & 0x1F) << 1; xmaxc[1] |= (*c >> 7) & 0x1; xmc[13] = (*c >> 4) & 0x7; xmc[14] = (*c >> 1) & 0x7; xmc[15] = (*c++ & 0x1) << 2; xmc[15] |= (*c >> 6) & 0x3; xmc[16] = (*c >> 3) & 0x7; xmc[17] = *c++ & 0x7; xmc[18] = (*c >> 5) & 0x7; xmc[19] = (*c >> 2) & 0x7; xmc[20] = (*c++ & 0x3) << 1; xmc[20] |= (*c >> 7) & 0x1; xmc[21] = (*c >> 4) & 0x7; xmc[22] = (*c >> 1) & 0x7; xmc[23] = (*c++ & 0x1) << 2; xmc[23] |= (*c >> 6) & 0x3; xmc[24] = (*c >> 3) & 0x7; xmc[25] = *c++ & 0x7; Nc[2] = (*c >> 1) & 0x7F; bc[2] = (*c++ & 0x1) << 1; /* 20 */ bc[2] |= (*c >> 7) & 0x1; Mc[2] = (*c >> 5) & 0x3; xmaxc[2] = (*c++ & 0x1F) << 1; xmaxc[2] |= (*c >> 7) & 0x1; xmc[26] = (*c >> 4) & 0x7; xmc[27] = (*c >> 1) & 0x7; xmc[28] = (*c++ & 0x1) << 2; xmc[28] |= (*c >> 6) & 0x3; xmc[29] = (*c >> 3) & 0x7; xmc[30] = *c++ & 0x7; xmc[31] = (*c >> 5) & 0x7; xmc[32] = (*c >> 2) & 0x7; xmc[33] = (*c++ & 0x3) << 1; xmc[33] |= (*c >> 7) & 0x1; xmc[34] = (*c >> 4) & 0x7; xmc[35] = (*c >> 1) & 0x7; xmc[36] = (*c++ & 0x1) << 2; xmc[36] |= (*c >> 6) & 0x3; xmc[37] = (*c >> 3) & 0x7; xmc[38] = *c++ & 0x7; Nc[3] = (*c >> 1) & 0x7F; bc[3] = (*c++ & 0x1) << 1; bc[3] |= (*c >> 7) & 0x1; Mc[3] = (*c >> 5) & 0x3; xmaxc[3] = (*c++ & 0x1F) << 1; xmaxc[3] |= (*c >> 7) & 0x1; xmc[39] = (*c >> 4) & 0x7; xmc[40] = (*c >> 1) & 0x7; xmc[41] = (*c++ & 0x1) << 2; xmc[41] |= (*c >> 6) & 0x3; xmc[42] = (*c >> 3) & 0x7; xmc[43] = *c++ & 0x7; /* 30 */ xmc[44] = (*c >> 5) & 0x7; xmc[45] = (*c >> 2) & 0x7; xmc[46] = (*c++ & 0x3) << 1; xmc[46] |= (*c >> 7) & 0x1; xmc[47] = (*c >> 4) & 0x7; xmc[48] = (*c >> 1) & 0x7; xmc[49] = (*c++ & 0x1) << 2; xmc[49] |= (*c >> 6) & 0x3; xmc[50] = (*c >> 3) & 0x7; xmc[51] = *c & 0x7; /* 33 */ } Gsm_Decoder(s, LARc, Nc, bc, Mc, xmaxc, xmc, target); return 0; } openh323_v1_18_0/plugins/audio/GSM0610/src/gsm_destroy.c0100644000176200056700000000074110034014312022627 0ustar releasepostincr/* * gsm_destroy.c * * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische * Universitaet Berlin. See the accompanying file "COPYRIGHT" for * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. */ #include "gsm.h" #include "config.h" #include "proto.h" #ifdef HAS_STDLIB_H # include #else # ifdef HAS_MALLOC_H # include # else extern void free(); # endif #endif void gsm_destroy P1((S), gsm S) { if (S) free((char *)S); } openh323_v1_18_0/plugins/audio/GSM0610/src/gsm_encode.c0100644000176200056700000002611210034014312022373 0ustar releasepostincr/* * gsm_encode.c * * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische * Universitaet Berlin. See the accompanying file "COPYRIGHT" for * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. */ #include "private.h" #include "gsm.h" #include "proto.h" void gsm_encode P3((s, source, c), gsm s, gsm_signal * source, gsm_byte * c) { word LARc[8], Nc[4], Mc[4], bc[4], xmaxc[4], xmc[13*4]; Gsm_Coder(s, source, LARc, Nc, bc, Mc, xmaxc, xmc); /* variable size GSM_MAGIC 4 LARc[0] 6 LARc[1] 6 LARc[2] 5 LARc[3] 5 LARc[4] 4 LARc[5] 4 LARc[6] 3 LARc[7] 3 Nc[0] 7 bc[0] 2 Mc[0] 2 xmaxc[0] 6 xmc[0] 3 xmc[1] 3 xmc[2] 3 xmc[3] 3 xmc[4] 3 xmc[5] 3 xmc[6] 3 xmc[7] 3 xmc[8] 3 xmc[9] 3 xmc[10] 3 xmc[11] 3 xmc[12] 3 Nc[1] 7 bc[1] 2 Mc[1] 2 xmaxc[1] 6 xmc[13] 3 xmc[14] 3 xmc[15] 3 xmc[16] 3 xmc[17] 3 xmc[18] 3 xmc[19] 3 xmc[20] 3 xmc[21] 3 xmc[22] 3 xmc[23] 3 xmc[24] 3 xmc[25] 3 Nc[2] 7 bc[2] 2 Mc[2] 2 xmaxc[2] 6 xmc[26] 3 xmc[27] 3 xmc[28] 3 xmc[29] 3 xmc[30] 3 xmc[31] 3 xmc[32] 3 xmc[33] 3 xmc[34] 3 xmc[35] 3 xmc[36] 3 xmc[37] 3 xmc[38] 3 Nc[3] 7 bc[3] 2 Mc[3] 2 xmaxc[3] 6 xmc[39] 3 xmc[40] 3 xmc[41] 3 xmc[42] 3 xmc[43] 3 xmc[44] 3 xmc[45] 3 xmc[46] 3 xmc[47] 3 xmc[48] 3 xmc[49] 3 xmc[50] 3 xmc[51] 3 */ #ifdef WAV49 if (s->wav_fmt) { s->frame_index = !s->frame_index; if (s->frame_index) { uword sr; sr = 0; sr = sr >> 6 | LARc[0] << 10; sr = sr >> 6 | LARc[1] << 10; *c++ = sr >> 4; sr = sr >> 5 | LARc[2] << 11; *c++ = sr >> 7; sr = sr >> 5 | LARc[3] << 11; sr = sr >> 4 | LARc[4] << 12; *c++ = sr >> 6; sr = sr >> 4 | LARc[5] << 12; sr = sr >> 3 | LARc[6] << 13; *c++ = sr >> 7; sr = sr >> 3 | LARc[7] << 13; sr = sr >> 7 | Nc[0] << 9; *c++ = sr >> 5; sr = sr >> 2 | bc[0] << 14; sr = sr >> 2 | Mc[0] << 14; sr = sr >> 6 | xmaxc[0] << 10; *c++ = sr >> 3; sr = sr >> 3 | xmc[0] << 13; *c++ = sr >> 8; sr = sr >> 3 | xmc[1] << 13; sr = sr >> 3 | xmc[2] << 13; sr = sr >> 3 | xmc[3] << 13; *c++ = sr >> 7; sr = sr >> 3 | xmc[4] << 13; sr = sr >> 3 | xmc[5] << 13; sr = sr >> 3 | xmc[6] << 13; *c++ = sr >> 6; sr = sr >> 3 | xmc[7] << 13; sr = sr >> 3 | xmc[8] << 13; *c++ = sr >> 8; sr = sr >> 3 | xmc[9] << 13; sr = sr >> 3 | xmc[10] << 13; sr = sr >> 3 | xmc[11] << 13; *c++ = sr >> 7; sr = sr >> 3 | xmc[12] << 13; sr = sr >> 7 | Nc[1] << 9; *c++ = sr >> 5; sr = sr >> 2 | bc[1] << 14; sr = sr >> 2 | Mc[1] << 14; sr = sr >> 6 | xmaxc[1] << 10; *c++ = sr >> 3; sr = sr >> 3 | xmc[13] << 13; *c++ = sr >> 8; sr = sr >> 3 | xmc[14] << 13; sr = sr >> 3 | xmc[15] << 13; sr = sr >> 3 | xmc[16] << 13; *c++ = sr >> 7; sr = sr >> 3 | xmc[17] << 13; sr = sr >> 3 | xmc[18] << 13; sr = sr >> 3 | xmc[19] << 13; *c++ = sr >> 6; sr = sr >> 3 | xmc[20] << 13; sr = sr >> 3 | xmc[21] << 13; *c++ = sr >> 8; sr = sr >> 3 | xmc[22] << 13; sr = sr >> 3 | xmc[23] << 13; sr = sr >> 3 | xmc[24] << 13; *c++ = sr >> 7; sr = sr >> 3 | xmc[25] << 13; sr = sr >> 7 | Nc[2] << 9; *c++ = sr >> 5; sr = sr >> 2 | bc[2] << 14; sr = sr >> 2 | Mc[2] << 14; sr = sr >> 6 | xmaxc[2] << 10; *c++ = sr >> 3; sr = sr >> 3 | xmc[26] << 13; *c++ = sr >> 8; sr = sr >> 3 | xmc[27] << 13; sr = sr >> 3 | xmc[28] << 13; sr = sr >> 3 | xmc[29] << 13; *c++ = sr >> 7; sr = sr >> 3 | xmc[30] << 13; sr = sr >> 3 | xmc[31] << 13; sr = sr >> 3 | xmc[32] << 13; *c++ = sr >> 6; sr = sr >> 3 | xmc[33] << 13; sr = sr >> 3 | xmc[34] << 13; *c++ = sr >> 8; sr = sr >> 3 | xmc[35] << 13; sr = sr >> 3 | xmc[36] << 13; sr = sr >> 3 | xmc[37] << 13; *c++ = sr >> 7; sr = sr >> 3 | xmc[38] << 13; sr = sr >> 7 | Nc[3] << 9; *c++ = sr >> 5; sr = sr >> 2 | bc[3] << 14; sr = sr >> 2 | Mc[3] << 14; sr = sr >> 6 | xmaxc[3] << 10; *c++ = sr >> 3; sr = sr >> 3 | xmc[39] << 13; *c++ = sr >> 8; sr = sr >> 3 | xmc[40] << 13; sr = sr >> 3 | xmc[41] << 13; sr = sr >> 3 | xmc[42] << 13; *c++ = sr >> 7; sr = sr >> 3 | xmc[43] << 13; sr = sr >> 3 | xmc[44] << 13; sr = sr >> 3 | xmc[45] << 13; *c++ = sr >> 6; sr = sr >> 3 | xmc[46] << 13; sr = sr >> 3 | xmc[47] << 13; *c++ = sr >> 8; sr = sr >> 3 | xmc[48] << 13; sr = sr >> 3 | xmc[49] << 13; sr = sr >> 3 | xmc[50] << 13; *c++ = sr >> 7; sr = sr >> 3 | xmc[51] << 13; sr = sr >> 4; *c = sr >> 8; s->frame_chain = *c; } else { uword sr; sr = 0; sr = sr >> 4 | s->frame_chain << 12; sr = sr >> 6 | LARc[0] << 10; *c++ = sr >> 6; sr = sr >> 6 | LARc[1] << 10; *c++ = sr >> 8; sr = sr >> 5 | LARc[2] << 11; sr = sr >> 5 | LARc[3] << 11; *c++ = sr >> 6; sr = sr >> 4 | LARc[4] << 12; sr = sr >> 4 | LARc[5] << 12; *c++ = sr >> 6; sr = sr >> 3 | LARc[6] << 13; sr = sr >> 3 | LARc[7] << 13; *c++ = sr >> 8; sr = sr >> 7 | Nc[0] << 9; sr = sr >> 2 | bc[0] << 14; *c++ = sr >> 7; sr = sr >> 2 | Mc[0] << 14; sr = sr >> 6 | xmaxc[0] << 10; *c++ = sr >> 7; sr = sr >> 3 | xmc[0] << 13; sr = sr >> 3 | xmc[1] << 13; sr = sr >> 3 | xmc[2] << 13; *c++ = sr >> 6; sr = sr >> 3 | xmc[3] << 13; sr = sr >> 3 | xmc[4] << 13; *c++ = sr >> 8; sr = sr >> 3 | xmc[5] << 13; sr = sr >> 3 | xmc[6] << 13; sr = sr >> 3 | xmc[7] << 13; *c++ = sr >> 7; sr = sr >> 3 | xmc[8] << 13; sr = sr >> 3 | xmc[9] << 13; sr = sr >> 3 | xmc[10] << 13; *c++ = sr >> 6; sr = sr >> 3 | xmc[11] << 13; sr = sr >> 3 | xmc[12] << 13; *c++ = sr >> 8; sr = sr >> 7 | Nc[1] << 9; sr = sr >> 2 | bc[1] << 14; *c++ = sr >> 7; sr = sr >> 2 | Mc[1] << 14; sr = sr >> 6 | xmaxc[1] << 10; *c++ = sr >> 7; sr = sr >> 3 | xmc[13] << 13; sr = sr >> 3 | xmc[14] << 13; sr = sr >> 3 | xmc[15] << 13; *c++ = sr >> 6; sr = sr >> 3 | xmc[16] << 13; sr = sr >> 3 | xmc[17] << 13; *c++ = sr >> 8; sr = sr >> 3 | xmc[18] << 13; sr = sr >> 3 | xmc[19] << 13; sr = sr >> 3 | xmc[20] << 13; *c++ = sr >> 7; sr = sr >> 3 | xmc[21] << 13; sr = sr >> 3 | xmc[22] << 13; sr = sr >> 3 | xmc[23] << 13; *c++ = sr >> 6; sr = sr >> 3 | xmc[24] << 13; sr = sr >> 3 | xmc[25] << 13; *c++ = sr >> 8; sr = sr >> 7 | Nc[2] << 9; sr = sr >> 2 | bc[2] << 14; *c++ = sr >> 7; sr = sr >> 2 | Mc[2] << 14; sr = sr >> 6 | xmaxc[2] << 10; *c++ = sr >> 7; sr = sr >> 3 | xmc[26] << 13; sr = sr >> 3 | xmc[27] << 13; sr = sr >> 3 | xmc[28] << 13; *c++ = sr >> 6; sr = sr >> 3 | xmc[29] << 13; sr = sr >> 3 | xmc[30] << 13; *c++ = sr >> 8; sr = sr >> 3 | xmc[31] << 13; sr = sr >> 3 | xmc[32] << 13; sr = sr >> 3 | xmc[33] << 13; *c++ = sr >> 7; sr = sr >> 3 | xmc[34] << 13; sr = sr >> 3 | xmc[35] << 13; sr = sr >> 3 | xmc[36] << 13; *c++ = sr >> 6; sr = sr >> 3 | xmc[37] << 13; sr = sr >> 3 | xmc[38] << 13; *c++ = sr >> 8; sr = sr >> 7 | Nc[3] << 9; sr = sr >> 2 | bc[3] << 14; *c++ = sr >> 7; sr = sr >> 2 | Mc[3] << 14; sr = sr >> 6 | xmaxc[3] << 10; *c++ = sr >> 7; sr = sr >> 3 | xmc[39] << 13; sr = sr >> 3 | xmc[40] << 13; sr = sr >> 3 | xmc[41] << 13; *c++ = sr >> 6; sr = sr >> 3 | xmc[42] << 13; sr = sr >> 3 | xmc[43] << 13; *c++ = sr >> 8; sr = sr >> 3 | xmc[44] << 13; sr = sr >> 3 | xmc[45] << 13; sr = sr >> 3 | xmc[46] << 13; *c++ = sr >> 7; sr = sr >> 3 | xmc[47] << 13; sr = sr >> 3 | xmc[48] << 13; sr = sr >> 3 | xmc[49] << 13; *c++ = sr >> 6; sr = sr >> 3 | xmc[50] << 13; sr = sr >> 3 | xmc[51] << 13; *c++ = sr >> 8; } } else #endif /* WAV49 */ { *c++ = ((GSM_MAGIC & 0xF) << 4) /* 1 */ | ((LARc[0] >> 2) & 0xF); *c++ = ((LARc[0] & 0x3) << 6) | (LARc[1] & 0x3F); *c++ = ((LARc[2] & 0x1F) << 3) | ((LARc[3] >> 2) & 0x7); *c++ = ((LARc[3] & 0x3) << 6) | ((LARc[4] & 0xF) << 2) | ((LARc[5] >> 2) & 0x3); *c++ = ((LARc[5] & 0x3) << 6) | ((LARc[6] & 0x7) << 3) | (LARc[7] & 0x7); *c++ = ((Nc[0] & 0x7F) << 1) | ((bc[0] >> 1) & 0x1); *c++ = ((bc[0] & 0x1) << 7) | ((Mc[0] & 0x3) << 5) | ((xmaxc[0] >> 1) & 0x1F); *c++ = ((xmaxc[0] & 0x1) << 7) | ((xmc[0] & 0x7) << 4) | ((xmc[1] & 0x7) << 1) | ((xmc[2] >> 2) & 0x1); *c++ = ((xmc[2] & 0x3) << 6) | ((xmc[3] & 0x7) << 3) | (xmc[4] & 0x7); *c++ = ((xmc[5] & 0x7) << 5) /* 10 */ | ((xmc[6] & 0x7) << 2) | ((xmc[7] >> 1) & 0x3); *c++ = ((xmc[7] & 0x1) << 7) | ((xmc[8] & 0x7) << 4) | ((xmc[9] & 0x7) << 1) | ((xmc[10] >> 2) & 0x1); *c++ = ((xmc[10] & 0x3) << 6) | ((xmc[11] & 0x7) << 3) | (xmc[12] & 0x7); *c++ = ((Nc[1] & 0x7F) << 1) | ((bc[1] >> 1) & 0x1); *c++ = ((bc[1] & 0x1) << 7) | ((Mc[1] & 0x3) << 5) | ((xmaxc[1] >> 1) & 0x1F); *c++ = ((xmaxc[1] & 0x1) << 7) | ((xmc[13] & 0x7) << 4) | ((xmc[14] & 0x7) << 1) | ((xmc[15] >> 2) & 0x1); *c++ = ((xmc[15] & 0x3) << 6) | ((xmc[16] & 0x7) << 3) | (xmc[17] & 0x7); *c++ = ((xmc[18] & 0x7) << 5) | ((xmc[19] & 0x7) << 2) | ((xmc[20] >> 1) & 0x3); *c++ = ((xmc[20] & 0x1) << 7) | ((xmc[21] & 0x7) << 4) | ((xmc[22] & 0x7) << 1) | ((xmc[23] >> 2) & 0x1); *c++ = ((xmc[23] & 0x3) << 6) | ((xmc[24] & 0x7) << 3) | (xmc[25] & 0x7); *c++ = ((Nc[2] & 0x7F) << 1) /* 20 */ | ((bc[2] >> 1) & 0x1); *c++ = ((bc[2] & 0x1) << 7) | ((Mc[2] & 0x3) << 5) | ((xmaxc[2] >> 1) & 0x1F); *c++ = ((xmaxc[2] & 0x1) << 7) | ((xmc[26] & 0x7) << 4) | ((xmc[27] & 0x7) << 1) | ((xmc[28] >> 2) & 0x1); *c++ = ((xmc[28] & 0x3) << 6) | ((xmc[29] & 0x7) << 3) | (xmc[30] & 0x7); *c++ = ((xmc[31] & 0x7) << 5) | ((xmc[32] & 0x7) << 2) | ((xmc[33] >> 1) & 0x3); *c++ = ((xmc[33] & 0x1) << 7) | ((xmc[34] & 0x7) << 4) | ((xmc[35] & 0x7) << 1) | ((xmc[36] >> 2) & 0x1); *c++ = ((xmc[36] & 0x3) << 6) | ((xmc[37] & 0x7) << 3) | (xmc[38] & 0x7); *c++ = ((Nc[3] & 0x7F) << 1) | ((bc[3] >> 1) & 0x1); *c++ = ((bc[3] & 0x1) << 7) | ((Mc[3] & 0x3) << 5) | ((xmaxc[3] >> 1) & 0x1F); *c++ = ((xmaxc[3] & 0x1) << 7) | ((xmc[39] & 0x7) << 4) | ((xmc[40] & 0x7) << 1) | ((xmc[41] >> 2) & 0x1); *c++ = ((xmc[41] & 0x3) << 6) /* 30 */ | ((xmc[42] & 0x7) << 3) | (xmc[43] & 0x7); *c++ = ((xmc[44] & 0x7) << 5) | ((xmc[45] & 0x7) << 2) | ((xmc[46] >> 1) & 0x3); *c++ = ((xmc[46] & 0x1) << 7) | ((xmc[47] & 0x7) << 4) | ((xmc[48] & 0x7) << 1) | ((xmc[49] >> 2) & 0x1); *c++ = ((xmc[49] & 0x3) << 6) | ((xmc[50] & 0x7) << 3) | (xmc[51] & 0x7); } } openh323_v1_18_0/plugins/audio/GSM0610/src/gsm_lpc.c0100644000176200056700000001560010034014312021714 0ustar releasepostincr/* * gsm_lpc.c * * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische * Universitaet Berlin. See the accompanying file "COPYRIGHT" for * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. */ #include #include #include "private.h" #include "gsm.h" #include "proto.h" #undef P /* * 4.2.4 .. 4.2.7 LPC ANALYSIS SECTION */ /* 4.2.4 */ static void Autocorrelation P2((s, L_ACF), word * s, /* [0..159] IN/OUT */ longword * L_ACF) /* [0..8] OUT */ /* * The goal is to compute the array L_ACF[k]. The signal s[i] must * be scaled in order to avoid an overflow situation. */ { register int k, i; word temp, smax, scalauto; #ifdef USE_FLOAT_MUL float float_s[160]; #endif /* Dynamic scaling of the array s[0..159] */ /* Search for the maximum. */ smax = 0; for (k = 0; k <= 159; k++) { temp = GSM_ABS( s[k] ); if (temp > smax) smax = temp; } /* Computation of the scaling factor. */ if (smax == 0) scalauto = 0; else { assert(smax > 0); scalauto = 4 - gsm_norm( (longword)smax << 16 );/* sub(4,..) */ } /* Scaling of the array s[0...159] */ if (scalauto > 0) { # ifdef USE_FLOAT_MUL # define SCALE(n) \ case n: for (k = 0; k <= 159; k++) \ float_s[k] = (float) \ (s[k] = GSM_MULT_R(s[k], 16384 >> (n-1)));\ break; # else # define SCALE(n) \ case n: for (k = 0; k <= 159; k++) \ s[k] = GSM_MULT_R( s[k], 16384 >> (n-1) );\ break; # endif /* USE_FLOAT_MUL */ switch (scalauto) { SCALE(1) SCALE(2) SCALE(3) SCALE(4) } # undef SCALE } # ifdef USE_FLOAT_MUL else for (k = 0; k <= 159; k++) float_s[k] = (float) s[k]; # endif /* Compute the L_ACF[..]. */ { # ifdef USE_FLOAT_MUL register float * sp = float_s; register float sl = *sp; # define STEP(k) L_ACF[k] += (longword)(sl * sp[ -(k) ]); # else word * sp = s; word sl = *sp; # define STEP(k) L_ACF[k] += ((longword)sl * sp[ -(k) ]); # endif # define NEXTI sl = *++sp for (k = 9; k--; L_ACF[k] = 0) ; STEP (0); NEXTI; STEP(0); STEP(1); NEXTI; STEP(0); STEP(1); STEP(2); NEXTI; STEP(0); STEP(1); STEP(2); STEP(3); NEXTI; STEP(0); STEP(1); STEP(2); STEP(3); STEP(4); NEXTI; STEP(0); STEP(1); STEP(2); STEP(3); STEP(4); STEP(5); NEXTI; STEP(0); STEP(1); STEP(2); STEP(3); STEP(4); STEP(5); STEP(6); NEXTI; STEP(0); STEP(1); STEP(2); STEP(3); STEP(4); STEP(5); STEP(6); STEP(7); for (i = 8; i <= 159; i++) { NEXTI; STEP(0); STEP(1); STEP(2); STEP(3); STEP(4); STEP(5); STEP(6); STEP(7); STEP(8); } for (k = 9; k--; L_ACF[k] <<= 1) ; } /* Rescaling of the array s[0..159] */ if (scalauto > 0) { assert(scalauto <= 4); for (k = 160; k--; *s++ <<= scalauto) ; } } #if defined(USE_FLOAT_MUL) && defined(FAST) static void Fast_Autocorrelation P2((s, L_ACF), word * s, /* [0..159] IN/OUT */ longword * L_ACF) /* [0..8] OUT */ { register int k, i; float f_L_ACF[9]; float scale; float s_f[160]; register float *sf = s_f; for (i = 0; i < 160; ++i) sf[i] = s[i]; for (k = 0; k <= 8; k++) { register float L_temp2 = 0; register float *sfl = sf - k; for (i = k; i < 160; ++i) L_temp2 += sf[i] * sfl[i]; f_L_ACF[k] = L_temp2; } scale = MAX_LONGWORD / f_L_ACF[0]; for (k = 0; k <= 8; k++) { L_ACF[k] = f_L_ACF[k] * scale; } } #endif /* defined (USE_FLOAT_MUL) && defined (FAST) */ /* 4.2.5 */ static void Reflection_coefficients P2( (L_ACF, r), longword * L_ACF, /* 0...8 IN */ register word * r /* 0...7 OUT */ ) { register int i, m, n; register word temp; register longword ltmp; word ACF[9]; /* 0..8 */ word P[ 9]; /* 0..8 */ word K[ 9]; /* 2..8 */ /* Schur recursion with 16 bits arithmetic. */ if (L_ACF[0] == 0) { for (i = 8; i--; *r++ = 0) ; return; } assert( L_ACF[0] != 0 ); temp = gsm_norm( L_ACF[0] ); assert(temp >= 0 && temp < 32); /* ? overflow ? */ for (i = 0; i <= 8; i++) ACF[i] = SASR( L_ACF[i] << temp, 16 ); /* Initialize array P[..] and K[..] for the recursion. */ for (i = 1; i <= 7; i++) K[ i ] = ACF[ i ]; for (i = 0; i <= 8; i++) P[ i ] = ACF[ i ]; /* Compute reflection coefficients */ for (n = 1; n <= 8; n++, r++) { temp = P[1]; temp = GSM_ABS(temp); if (P[0] < temp) { for (i = n; i <= 8; i++) *r++ = 0; return; } *r = gsm_div( temp, P[0] ); assert(*r >= 0); if (P[1] > 0) *r = -*r; /* r[n] = sub(0, r[n]) */ assert (*r != MIN_WORD); if (n == 8) return; /* Schur recursion */ temp = GSM_MULT_R( P[1], *r ); P[0] = (word) GSM_ADD( P[0], temp ); for (m = 1; m <= 8 - n; m++) { temp = GSM_MULT_R( K[ m ], *r ); P[m] = (word) GSM_ADD( P[ m+1 ], temp ); temp = GSM_MULT_R( P[ m+1 ], *r ); K[m] = (word) GSM_ADD( K[ m ], temp ); } } } /* 4.2.6 */ static void Transformation_to_Log_Area_Ratios P1((r), register word * r /* 0..7 IN/OUT */ ) /* * The following scaling for r[..] and LAR[..] has been used: * * r[..] = integer( real_r[..]*32768. ); -1 <= real_r < 1. * LAR[..] = integer( real_LAR[..] * 16384 ); * with -1.625 <= real_LAR <= 1.625 */ { register word temp; register int i; /* Computation of the LAR[0..7] from the r[0..7] */ for (i = 1; i <= 8; i++, r++) { temp = *r; temp = GSM_ABS(temp); assert(temp >= 0); if (temp < 22118) { temp >>= 1; } else if (temp < 31130) { assert( temp >= 11059 ); temp -= 11059; } else { assert( temp >= 26112 ); temp -= 26112; temp <<= 2; } *r = *r < 0 ? -temp : temp; assert( *r != MIN_WORD ); } } /* 4.2.7 */ static void Quantization_and_coding P1((LAR), register word * LAR /* [0..7] IN/OUT */ ) { register word temp; longword ltmp; /* This procedure needs four tables; the following equations * give the optimum scaling for the constants: * * A[0..7] = integer( real_A[0..7] * 1024 ) * B[0..7] = integer( real_B[0..7] * 512 ) * MAC[0..7] = maximum of the LARc[0..7] * MIC[0..7] = minimum of the LARc[0..7] */ # undef STEP # define STEP( A, B, MAC, MIC ) \ temp = GSM_MULT( A, *LAR ); \ temp = (word) GSM_ADD( temp, B ); \ temp = (word) GSM_ADD( temp, 256 ); \ temp = SASR( temp, 9 ); \ *LAR = temp>MAC ? MAC - MIC : (tempfast) Fast_Autocorrelation (s, L_ACF ); else #endif Autocorrelation (s, L_ACF ); Reflection_coefficients (L_ACF, LARc ); Transformation_to_Log_Area_Ratios (LARc); Quantization_and_coding (LARc); } openh323_v1_18_0/plugins/audio/GSM0610/src/gsm_option.c0100644000176200056700000000213510034014312022445 0ustar releasepostincr/* * gsm_option.c * * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische * Universitaet Berlin. See the accompanying file "COPYRIGHT" for * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. */ #include "private.h" #include "gsm.h" #include "proto.h" int gsm_option P3((r, opt, val), gsm r, int opt, int * val) { int result = -1; switch (opt) { case GSM_OPT_LTP_CUT: #ifdef LTP_CUT result = r->ltp_cut; if (val) r->ltp_cut = *val; #endif break; case GSM_OPT_VERBOSE: #ifndef NDEBUG result = r->verbose; if (val) r->verbose = *val; #endif break; case GSM_OPT_FAST: #if defined(FAST) && defined(USE_FLOAT_MUL) result = r->fast; if (val) r->fast = !!*val; #endif break; case GSM_OPT_FRAME_CHAIN: #ifdef WAV49 result = r->frame_chain; if (val) r->frame_chain = *val; #endif break; case GSM_OPT_FRAME_INDEX: #ifdef WAV49 result = r->frame_index; if (val) r->frame_index = *val; #endif break; case GSM_OPT_WAV49: #ifdef WAV49 result = r->wav_fmt; if (val) r->wav_fmt = !!*val; #endif break; default: break; } return result; } openh323_v1_18_0/plugins/audio/GSM0610/src/long_term.c0100644000176200056700000005573110034014312022267 0ustar releasepostincr/* * long_term.c * * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische * Universitaet Berlin. See the accompanying file "COPYRIGHT" for * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. */ #include #include #include "private.h" #include "gsm.h" #include "proto.h" /* * 4.2.11 .. 4.2.12 LONG TERM PREDICTOR (LTP) SECTION */ /* * This module computes the LTP gain (bc) and the LTP lag (Nc) * for the long term analysis filter. This is done by calculating a * maximum of the cross-correlation function between the current * sub-segment short term residual signal d[0..39] (output of * the short term analysis filter; for simplification the index * of this array begins at 0 and ends at 39 for each sub-segment of the * RPE-LTP analysis) and the previous reconstructed short term * residual signal dp[ -120 .. -1 ]. A dynamic scaling must be * performed to avoid overflow. */ /* The next procedure exists in six versions. First two integer * version (if USE_FLOAT_MUL is not defined); then four floating * point versions, twice with proper scaling (USE_FLOAT_MUL defined), * once without (USE_FLOAT_MUL and FAST defined, and fast run-time * option used). Every pair has first a Cut version (see the -C * option to toast or the LTP_CUT option to gsm_option()), then the * uncut one. (For a detailed explanation of why this is altogether * a bad idea, see Henry Spencer and Geoff Collyer, ``#ifdef Considered * Harmful''.) */ #ifndef USE_FLOAT_MUL #ifdef LTP_CUT static void Cut_Calculation_of_the_LTP_parameters P5((st, d,dp,bc_out,Nc_out), struct gsm_state * st, register word * d, /* [0..39] IN */ register word * dp, /* [-120..-1] IN */ word * bc_out, /* OUT */ word * Nc_out /* OUT */ ) { register int k, lambda; word Nc, bc; word wt[40]; longword L_result; longword L_max, L_power; word R, S, dmax, scal, best_k; word ltp_cut; register word temp, wt_k; /* Search of the optimum scaling of d[0..39]. */ dmax = 0; for (k = 0; k <= 39; k++) { temp = d[k]; temp = GSM_ABS( temp ); if (temp > dmax) { dmax = temp; best_k = k; } } temp = 0; if (dmax == 0) scal = 0; else { assert(dmax > 0); temp = gsm_norm( (longword)dmax << 16 ); } if (temp > 6) scal = 0; else scal = 6 - temp; assert(scal >= 0); /* Search for the maximum cross-correlation and coding of the LTP lag */ L_max = 0; Nc = 40; /* index for the maximum cross-correlation */ wt_k = SASR(d[best_k], scal); for (lambda = 40; lambda <= 120; lambda++) { L_result = (longword)wt_k * dp[best_k - lambda]; if (L_result > L_max) { Nc = lambda; L_max = L_result; } } *Nc_out = Nc; L_max <<= 1; /* Rescaling of L_max */ assert(scal <= 100 && scal >= -100); L_max = L_max >> (6 - scal); /* sub(6, scal) */ assert( Nc <= 120 && Nc >= 40); /* Compute the power of the reconstructed short term residual * signal dp[..] */ L_power = 0; for (k = 0; k <= 39; k++) { register longword L_temp; L_temp = SASR( dp[k - Nc], 3 ); L_power += L_temp * L_temp; } L_power <<= 1; /* from L_MULT */ /* Normalization of L_max and L_power */ if (L_max <= 0) { *bc_out = 0; return; } if (L_max >= L_power) { *bc_out = 3; return; } temp = gsm_norm( L_power ); R = SASR( L_max << temp, 16 ); S = SASR( L_power << temp, 16 ); /* Coding of the LTP gain */ /* Table 4.3a must be used to obtain the level DLB[i] for the * quantization of the LTP gain b to get the coded version bc. */ for (bc = 0; bc <= 2; bc++) if (R <= gsm_mult(S, gsm_DLB[bc])) break; *bc_out = bc; } #endif /* LTP_CUT */ static void Calculation_of_the_LTP_parameters P4((d,dp,bc_out,Nc_out), register word * d, /* [0..39] IN */ register word * dp, /* [-120..-1] IN */ word * bc_out, /* OUT */ word * Nc_out /* OUT */ ) { register int k, lambda; word Nc, bc; word wt[40]; longword L_max, L_power; word R, S, dmax, scal; register word temp; /* Search of the optimum scaling of d[0..39]. */ dmax = 0; for (k = 0; k <= 39; k++) { temp = d[k]; temp = GSM_ABS( temp ); if (temp > dmax) dmax = temp; } temp = 0; if (dmax == 0) scal = 0; else { assert(dmax > 0); temp = gsm_norm( (longword)dmax << 16 ); } if (temp > 6) scal = 0; else scal = 6 - temp; assert(scal >= 0); /* Initialization of a working array wt */ for (k = 0; k <= 39; k++) wt[k] = SASR( d[k], scal ); /* Search for the maximum cross-correlation and coding of the LTP lag */ L_max = 0; Nc = 40; /* index for the maximum cross-correlation */ for (lambda = 40; lambda <= 120; lambda++) { # undef STEP # define STEP(k) (longword)wt[k] * dp[k - lambda] register longword L_result; L_result = STEP(0) ; L_result += STEP(1) ; L_result += STEP(2) ; L_result += STEP(3) ; L_result += STEP(4) ; L_result += STEP(5) ; L_result += STEP(6) ; L_result += STEP(7) ; L_result += STEP(8) ; L_result += STEP(9) ; L_result += STEP(10) ; L_result += STEP(11) ; L_result += STEP(12) ; L_result += STEP(13) ; L_result += STEP(14) ; L_result += STEP(15) ; L_result += STEP(16) ; L_result += STEP(17) ; L_result += STEP(18) ; L_result += STEP(19) ; L_result += STEP(20) ; L_result += STEP(21) ; L_result += STEP(22) ; L_result += STEP(23) ; L_result += STEP(24) ; L_result += STEP(25) ; L_result += STEP(26) ; L_result += STEP(27) ; L_result += STEP(28) ; L_result += STEP(29) ; L_result += STEP(30) ; L_result += STEP(31) ; L_result += STEP(32) ; L_result += STEP(33) ; L_result += STEP(34) ; L_result += STEP(35) ; L_result += STEP(36) ; L_result += STEP(37) ; L_result += STEP(38) ; L_result += STEP(39) ; if (L_result > L_max) { Nc = lambda; L_max = L_result; } } *Nc_out = Nc; L_max <<= 1; /* Rescaling of L_max */ assert(scal <= 100 && scal >= -100); L_max = L_max >> (6 - scal); /* sub(6, scal) */ assert( Nc <= 120 && Nc >= 40); /* Compute the power of the reconstructed short term residual * signal dp[..] */ L_power = 0; for (k = 0; k <= 39; k++) { register longword L_temp; L_temp = SASR( dp[k - Nc], 3 ); L_power += L_temp * L_temp; } L_power <<= 1; /* from L_MULT */ /* Normalization of L_max and L_power */ if (L_max <= 0) { *bc_out = 0; return; } if (L_max >= L_power) { *bc_out = 3; return; } temp = gsm_norm( L_power ); R = SASR( L_max << temp, 16 ); S = SASR( L_power << temp, 16 ); /* Coding of the LTP gain */ /* Table 4.3a must be used to obtain the level DLB[i] for the * quantization of the LTP gain b to get the coded version bc. */ for (bc = 0; bc <= 2; bc++) if (R <= gsm_mult(S, gsm_DLB[bc])) break; *bc_out = bc; } #else /* USE_FLOAT_MUL */ #ifdef LTP_CUT static void Cut_Calculation_of_the_LTP_parameters P5((st, d,dp,bc_out,Nc_out), struct gsm_state * st, /* IN */ register word * d, /* [0..39] IN */ register word * dp, /* [-120..-1] IN */ word * bc_out, /* OUT */ word * Nc_out /* OUT */ ) { register int k, lambda; word Nc, bc; word ltp_cut; float wt_float[40]; float dp_float_base[120], * dp_float = dp_float_base + 120; longword L_max, L_power; word R, S, dmax, scal; register word temp; /* Search of the optimum scaling of d[0..39]. */ dmax = 0; for (k = 0; k <= 39; k++) { temp = d[k]; temp = GSM_ABS( temp ); if (temp > dmax) dmax = temp; } temp = 0; if (dmax == 0) scal = 0; else { assert(dmax > 0); temp = gsm_norm( (longword)dmax << 16 ); } if (temp > 6) scal = 0; else scal = 6 - temp; assert(scal >= 0); ltp_cut = (longword)SASR(dmax, scal) * st->ltp_cut / 100; /* Initialization of a working array wt */ for (k = 0; k < 40; k++) { register word w = SASR( d[k], scal ); if (w < 0 ? w > -ltp_cut : w < ltp_cut) { wt_float[k] = 0.0; } else { wt_float[k] = w; } } for (k = -120; k < 0; k++) dp_float[k] = dp[k]; /* Search for the maximum cross-correlation and coding of the LTP lag */ L_max = 0; Nc = 40; /* index for the maximum cross-correlation */ for (lambda = 40; lambda <= 120; lambda += 9) { /* Calculate L_result for l = lambda .. lambda + 9. */ register float *lp = dp_float - lambda; register float W; register float a = lp[-8], b = lp[-7], c = lp[-6], d = lp[-5], e = lp[-4], f = lp[-3], g = lp[-2], h = lp[-1]; register float E; register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0, S5 = 0, S6 = 0, S7 = 0, S8 = 0; # undef STEP # define STEP(K, a, b, c, d, e, f, g, h) \ if ((W = wt_float[K]) != 0.0) { \ E = W * a; S8 += E; \ E = W * b; S7 += E; \ E = W * c; S6 += E; \ E = W * d; S5 += E; \ E = W * e; S4 += E; \ E = W * f; S3 += E; \ E = W * g; S2 += E; \ E = W * h; S1 += E; \ a = lp[K]; \ E = W * a; S0 += E; } else (a = lp[K]) # define STEP_A(K) STEP(K, a, b, c, d, e, f, g, h) # define STEP_B(K) STEP(K, b, c, d, e, f, g, h, a) # define STEP_C(K) STEP(K, c, d, e, f, g, h, a, b) # define STEP_D(K) STEP(K, d, e, f, g, h, a, b, c) # define STEP_E(K) STEP(K, e, f, g, h, a, b, c, d) # define STEP_F(K) STEP(K, f, g, h, a, b, c, d, e) # define STEP_G(K) STEP(K, g, h, a, b, c, d, e, f) # define STEP_H(K) STEP(K, h, a, b, c, d, e, f, g) STEP_A( 0); STEP_B( 1); STEP_C( 2); STEP_D( 3); STEP_E( 4); STEP_F( 5); STEP_G( 6); STEP_H( 7); STEP_A( 8); STEP_B( 9); STEP_C(10); STEP_D(11); STEP_E(12); STEP_F(13); STEP_G(14); STEP_H(15); STEP_A(16); STEP_B(17); STEP_C(18); STEP_D(19); STEP_E(20); STEP_F(21); STEP_G(22); STEP_H(23); STEP_A(24); STEP_B(25); STEP_C(26); STEP_D(27); STEP_E(28); STEP_F(29); STEP_G(30); STEP_H(31); STEP_A(32); STEP_B(33); STEP_C(34); STEP_D(35); STEP_E(36); STEP_F(37); STEP_G(38); STEP_H(39); if (S0 > L_max) { L_max = S0; Nc = lambda; } if (S1 > L_max) { L_max = S1; Nc = lambda + 1; } if (S2 > L_max) { L_max = S2; Nc = lambda + 2; } if (S3 > L_max) { L_max = S3; Nc = lambda + 3; } if (S4 > L_max) { L_max = S4; Nc = lambda + 4; } if (S5 > L_max) { L_max = S5; Nc = lambda + 5; } if (S6 > L_max) { L_max = S6; Nc = lambda + 6; } if (S7 > L_max) { L_max = S7; Nc = lambda + 7; } if (S8 > L_max) { L_max = S8; Nc = lambda + 8; } } *Nc_out = Nc; L_max <<= 1; /* Rescaling of L_max */ assert(scal <= 100 && scal >= -100); L_max = L_max >> (6 - scal); /* sub(6, scal) */ assert( Nc <= 120 && Nc >= 40); /* Compute the power of the reconstructed short term residual * signal dp[..] */ L_power = 0; for (k = 0; k <= 39; k++) { register longword L_temp; L_temp = SASR( dp[k - Nc], 3 ); L_power += L_temp * L_temp; } L_power <<= 1; /* from L_MULT */ /* Normalization of L_max and L_power */ if (L_max <= 0) { *bc_out = 0; return; } if (L_max >= L_power) { *bc_out = 3; return; } temp = gsm_norm( L_power ); R = SASR( L_max << temp, 16 ); S = SASR( L_power << temp, 16 ); /* Coding of the LTP gain */ /* Table 4.3a must be used to obtain the level DLB[i] for the * quantization of the LTP gain b to get the coded version bc. */ for (bc = 0; bc <= 2; bc++) if (R <= gsm_mult(S, gsm_DLB[bc])) break; *bc_out = bc; } #endif /* LTP_CUT */ static void Calculation_of_the_LTP_parameters P4((d,dp,bc_out,Nc_out), register word * d, /* [0..39] IN */ register word * dp, /* [-120..-1] IN */ word * bc_out, /* OUT */ word * Nc_out /* OUT */ ) { register int k, lambda; word Nc, bc; float wt_float[40]; float dp_float_base[120], * dp_float = dp_float_base + 120; longword L_max, L_power; word R, S, dmax, scal; register word temp; /* Search of the optimum scaling of d[0..39]. */ dmax = 0; for (k = 0; k <= 39; k++) { temp = d[k]; temp = GSM_ABS( temp ); if (temp > dmax) dmax = temp; } temp = 0; if (dmax == 0) scal = 0; else { assert(dmax > 0); temp = gsm_norm( (longword)dmax << 16 ); } if (temp > 6) scal = 0; else scal = 6 - temp; assert(scal >= 0); /* Initialization of a working array wt */ for (k = 0; k < 40; k++) wt_float[k] = SASR( d[k], scal ); for (k = -120; k < 0; k++) dp_float[k] = dp[k]; /* Search for the maximum cross-correlation and coding of the LTP lag */ L_max = 0; Nc = 40; /* index for the maximum cross-correlation */ for (lambda = 40; lambda <= 120; lambda += 9) { /* Calculate L_result for l = lambda .. lambda + 9. */ register float *lp = dp_float - lambda; register float W; register float a = lp[-8], b = lp[-7], c = lp[-6], d = lp[-5], e = lp[-4], f = lp[-3], g = lp[-2], h = lp[-1]; register float E; register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0, S5 = 0, S6 = 0, S7 = 0, S8 = 0; # undef STEP # define STEP(K, a, b, c, d, e, f, g, h) \ W = wt_float[K]; \ E = W * a; S8 += E; \ E = W * b; S7 += E; \ E = W * c; S6 += E; \ E = W * d; S5 += E; \ E = W * e; S4 += E; \ E = W * f; S3 += E; \ E = W * g; S2 += E; \ E = W * h; S1 += E; \ a = lp[K]; \ E = W * a; S0 += E # define STEP_A(K) STEP(K, a, b, c, d, e, f, g, h) # define STEP_B(K) STEP(K, b, c, d, e, f, g, h, a) # define STEP_C(K) STEP(K, c, d, e, f, g, h, a, b) # define STEP_D(K) STEP(K, d, e, f, g, h, a, b, c) # define STEP_E(K) STEP(K, e, f, g, h, a, b, c, d) # define STEP_F(K) STEP(K, f, g, h, a, b, c, d, e) # define STEP_G(K) STEP(K, g, h, a, b, c, d, e, f) # define STEP_H(K) STEP(K, h, a, b, c, d, e, f, g) STEP_A( 0); STEP_B( 1); STEP_C( 2); STEP_D( 3); STEP_E( 4); STEP_F( 5); STEP_G( 6); STEP_H( 7); STEP_A( 8); STEP_B( 9); STEP_C(10); STEP_D(11); STEP_E(12); STEP_F(13); STEP_G(14); STEP_H(15); STEP_A(16); STEP_B(17); STEP_C(18); STEP_D(19); STEP_E(20); STEP_F(21); STEP_G(22); STEP_H(23); STEP_A(24); STEP_B(25); STEP_C(26); STEP_D(27); STEP_E(28); STEP_F(29); STEP_G(30); STEP_H(31); STEP_A(32); STEP_B(33); STEP_C(34); STEP_D(35); STEP_E(36); STEP_F(37); STEP_G(38); STEP_H(39); if (S0 > L_max) { L_max = S0; Nc = lambda; } if (S1 > L_max) { L_max = S1; Nc = lambda + 1; } if (S2 > L_max) { L_max = S2; Nc = lambda + 2; } if (S3 > L_max) { L_max = S3; Nc = lambda + 3; } if (S4 > L_max) { L_max = S4; Nc = lambda + 4; } if (S5 > L_max) { L_max = S5; Nc = lambda + 5; } if (S6 > L_max) { L_max = S6; Nc = lambda + 6; } if (S7 > L_max) { L_max = S7; Nc = lambda + 7; } if (S8 > L_max) { L_max = S8; Nc = lambda + 8; } } *Nc_out = Nc; L_max <<= 1; /* Rescaling of L_max */ assert(scal <= 100 && scal >= -100); L_max = L_max >> (6 - scal); /* sub(6, scal) */ assert( Nc <= 120 && Nc >= 40); /* Compute the power of the reconstructed short term residual * signal dp[..] */ L_power = 0; for (k = 0; k <= 39; k++) { register longword L_temp; L_temp = SASR( dp[k - Nc], 3 ); L_power += L_temp * L_temp; } L_power <<= 1; /* from L_MULT */ /* Normalization of L_max and L_power */ if (L_max <= 0) { *bc_out = 0; return; } if (L_max >= L_power) { *bc_out = 3; return; } temp = gsm_norm( L_power ); R = SASR( L_max << temp, 16 ); S = SASR( L_power << temp, 16 ); /* Coding of the LTP gain */ /* Table 4.3a must be used to obtain the level DLB[i] for the * quantization of the LTP gain b to get the coded version bc. */ for (bc = 0; bc <= 2; bc++) if (R <= gsm_mult(S, gsm_DLB[bc])) break; *bc_out = bc; } #ifdef FAST #ifdef LTP_CUT static void Cut_Fast_Calculation_of_the_LTP_parameters P5((st, d,dp,bc_out,Nc_out), struct gsm_state * st, /* IN */ register word * d, /* [0..39] IN */ register word * dp, /* [-120..-1] IN */ word * bc_out, /* OUT */ word * Nc_out /* OUT */ ) { register int k, lambda; register float wt_float; word Nc, bc; word wt_max, best_k, ltp_cut; float dp_float_base[120], * dp_float = dp_float_base + 120; register float L_result, L_max, L_power; wt_max = 0; for (k = 0; k < 40; ++k) { if ( d[k] > wt_max) wt_max = d[best_k = k]; else if (-d[k] > wt_max) wt_max = -d[best_k = k]; } assert(wt_max >= 0); wt_float = (float)wt_max; for (k = -120; k < 0; ++k) dp_float[k] = (float)dp[k]; /* Search for the maximum cross-correlation and coding of the LTP lag */ L_max = 0; Nc = 40; /* index for the maximum cross-correlation */ for (lambda = 40; lambda <= 120; lambda++) { L_result = wt_float * dp_float[best_k - lambda]; if (L_result > L_max) { Nc = lambda; L_max = L_result; } } *Nc_out = Nc; if (L_max <= 0.) { *bc_out = 0; return; } /* Compute the power of the reconstructed short term residual * signal dp[..] */ dp_float -= Nc; L_power = 0; for (k = 0; k < 40; ++k) { register float f = dp_float[k]; L_power += f * f; } if (L_max >= L_power) { *bc_out = 3; return; } /* Coding of the LTP gain * Table 4.3a must be used to obtain the level DLB[i] for the * quantization of the LTP gain b to get the coded version bc. */ lambda = L_max / L_power * 32768.; for (bc = 0; bc <= 2; ++bc) if (lambda <= gsm_DLB[bc]) break; *bc_out = bc; } #endif /* LTP_CUT */ static void Fast_Calculation_of_the_LTP_parameters P4((d,dp,bc_out,Nc_out), register word * d, /* [0..39] IN */ register word * dp, /* [-120..-1] IN */ word * bc_out, /* OUT */ word * Nc_out /* OUT */ ) { register int k, lambda; word Nc, bc; float wt_float[40]; float dp_float_base[120], * dp_float = dp_float_base + 120; register float L_max, L_power; for (k = 0; k < 40; ++k) wt_float[k] = (float)d[k]; for (k = -120; k < 0; ++k) dp_float[k] = (float)dp[k]; /* Search for the maximum cross-correlation and coding of the LTP lag */ L_max = 0; Nc = 40; /* index for the maximum cross-correlation */ for (lambda = 40; lambda <= 120; lambda += 9) { /* Calculate L_result for l = lambda .. lambda + 9. */ register float *lp = dp_float - lambda; register float W; register float a = lp[-8], b = lp[-7], c = lp[-6], d = lp[-5], e = lp[-4], f = lp[-3], g = lp[-2], h = lp[-1]; register float E; register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0, S5 = 0, S6 = 0, S7 = 0, S8 = 0; # undef STEP # define STEP(K, a, b, c, d, e, f, g, h) \ W = wt_float[K]; \ E = W * a; S8 += E; \ E = W * b; S7 += E; \ E = W * c; S6 += E; \ E = W * d; S5 += E; \ E = W * e; S4 += E; \ E = W * f; S3 += E; \ E = W * g; S2 += E; \ E = W * h; S1 += E; \ a = lp[K]; \ E = W * a; S0 += E # define STEP_A(K) STEP(K, a, b, c, d, e, f, g, h) # define STEP_B(K) STEP(K, b, c, d, e, f, g, h, a) # define STEP_C(K) STEP(K, c, d, e, f, g, h, a, b) # define STEP_D(K) STEP(K, d, e, f, g, h, a, b, c) # define STEP_E(K) STEP(K, e, f, g, h, a, b, c, d) # define STEP_F(K) STEP(K, f, g, h, a, b, c, d, e) # define STEP_G(K) STEP(K, g, h, a, b, c, d, e, f) # define STEP_H(K) STEP(K, h, a, b, c, d, e, f, g) STEP_A( 0); STEP_B( 1); STEP_C( 2); STEP_D( 3); STEP_E( 4); STEP_F( 5); STEP_G( 6); STEP_H( 7); STEP_A( 8); STEP_B( 9); STEP_C(10); STEP_D(11); STEP_E(12); STEP_F(13); STEP_G(14); STEP_H(15); STEP_A(16); STEP_B(17); STEP_C(18); STEP_D(19); STEP_E(20); STEP_F(21); STEP_G(22); STEP_H(23); STEP_A(24); STEP_B(25); STEP_C(26); STEP_D(27); STEP_E(28); STEP_F(29); STEP_G(30); STEP_H(31); STEP_A(32); STEP_B(33); STEP_C(34); STEP_D(35); STEP_E(36); STEP_F(37); STEP_G(38); STEP_H(39); if (S0 > L_max) { L_max = S0; Nc = lambda; } if (S1 > L_max) { L_max = S1; Nc = lambda + 1; } if (S2 > L_max) { L_max = S2; Nc = lambda + 2; } if (S3 > L_max) { L_max = S3; Nc = lambda + 3; } if (S4 > L_max) { L_max = S4; Nc = lambda + 4; } if (S5 > L_max) { L_max = S5; Nc = lambda + 5; } if (S6 > L_max) { L_max = S6; Nc = lambda + 6; } if (S7 > L_max) { L_max = S7; Nc = lambda + 7; } if (S8 > L_max) { L_max = S8; Nc = lambda + 8; } } *Nc_out = Nc; if (L_max <= 0.) { *bc_out = 0; return; } /* Compute the power of the reconstructed short term residual * signal dp[..] */ dp_float -= Nc; L_power = 0; for (k = 0; k < 40; ++k) { register float f = dp_float[k]; L_power += f * f; } if (L_max >= L_power) { *bc_out = 3; return; } /* Coding of the LTP gain * Table 4.3a must be used to obtain the level DLB[i] for the * quantization of the LTP gain b to get the coded version bc. */ lambda = L_max / L_power * 32768.; for (bc = 0; bc <= 2; ++bc) if (lambda <= gsm_DLB[bc]) break; *bc_out = bc; } #endif /* FAST */ #endif /* USE_FLOAT_MUL */ /* 4.2.12 */ static void Long_term_analysis_filtering P6((bc,Nc,dp,d,dpp,e), word bc, /* IN */ word Nc, /* IN */ register word * dp, /* previous d [-120..-1] IN */ register word * d, /* d [0..39] IN */ register word * dpp, /* estimate [0..39] OUT */ register word * e /* long term res. signal [0..39] OUT */ ) /* * In this part, we have to decode the bc parameter to compute * the samples of the estimate dpp[0..39]. The decoding of bc needs the * use of table 4.3b. The long term residual signal e[0..39] * is then calculated to be fed to the RPE encoding section. */ { register int k; register longword ltmp; # undef STEP # define STEP(BP) \ for (k = 0; k <= 39; k++) { \ dpp[k] = GSM_MULT_R( BP, dp[k - Nc]); \ e[k] = (word) GSM_SUB( d[k], dpp[k] ); \ } switch (bc) { case 0: STEP( 3277 ); break; case 1: STEP( 11469 ); break; case 2: STEP( 21299 ); break; case 3: STEP( 32767 ); break; } } void Gsm_Long_Term_Predictor P7((S,d,dp,e,dpp,Nc,bc), /* 4x for 160 samples */ struct gsm_state * S, word * d, /* [0..39] residual signal IN */ word * dp, /* [-120..-1] d' IN */ word * e, /* [0..39] OUT */ word * dpp, /* [0..39] OUT */ word * Nc, /* correlation lag OUT */ word * bc /* gain factor OUT */ ) { assert( d ); assert( dp ); assert( e ); assert( dpp); assert( Nc ); assert( bc ); #if defined(FAST) && defined(USE_FLOAT_MUL) if (S->fast) #if defined (LTP_CUT) if (S->ltp_cut) Cut_Fast_Calculation_of_the_LTP_parameters(S, d, dp, bc, Nc); else #endif /* LTP_CUT */ Fast_Calculation_of_the_LTP_parameters(d, dp, bc, Nc ); else #endif /* FAST & USE_FLOAT_MUL */ #ifdef LTP_CUT if (S->ltp_cut) Cut_Calculation_of_the_LTP_parameters(S, d, dp, bc, Nc); else #endif Calculation_of_the_LTP_parameters(d, dp, bc, Nc); Long_term_analysis_filtering( *bc, *Nc, dp, d, dpp, e ); } /* 4.3.2 */ void Gsm_Long_Term_Synthesis_Filtering P5((S,Ncr,bcr,erp,drp), struct gsm_state * S, word Ncr, word bcr, register word * erp, /* [0..39] IN */ register word * drp /* [-120..-1] IN, [-120..40] OUT */ ) /* * This procedure uses the bcr and Ncr parameter to realize the * long term synthesis filtering. The decoding of bcr needs * table 4.3b. */ { register longword ltmp; /* for ADD */ register int k; word brp, drpp, Nr; /* Check the limits of Nr. */ Nr = Ncr < 40 || Ncr > 120 ? S->nrp : Ncr; S->nrp = Nr; assert(Nr >= 40 && Nr <= 120); /* Decoding of the LTP gain bcr */ brp = gsm_QLB[ bcr ]; /* Computation of the reconstructed short term residual * signal drp[0..39] */ assert(brp != MIN_WORD); for (k = 0; k <= 39; k++) { drpp = GSM_MULT_R( brp, drp[ k - Nr ] ); drp[k] = (word) GSM_ADD( erp[k], drpp ); } /* * Update of the reconstructed short term residual signal * drp[ -1..-120 ] */ for (k = 0; k <= 119; k++) drp[ -120 + k ] = drp[ -80 + k ]; } openh323_v1_18_0/plugins/audio/GSM0610/src/preprocess.c0100644000176200056700000000461110034014312022455 0ustar releasepostincr/* * preprocess.c * * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische * Universitaet Berlin. See the accompanying file "COPYRIGHT" for * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. */ #include #include #include "private.h" #include "gsm.h" #include "proto.h" /* 4.2.0 .. 4.2.3 PREPROCESSING SECTION * * After A-law to linear conversion (or directly from the * Ato D converter) the following scaling is assumed for * input to the RPE-LTP algorithm: * * in: 0.1.....................12 * S.v.v.v.v.v.v.v.v.v.v.v.v.*.*.* * * Where S is the sign bit, v a valid bit, and * a "don't care" bit. * The original signal is called sop[..] * * out: 0.1................... 12 * S.S.v.v.v.v.v.v.v.v.v.v.v.v.0.0 */ void Gsm_Preprocess P3((S, s, so), struct gsm_state * S, word * s, word * so ) /* [0..159] IN/OUT */ { word z1 = S->z1; longword L_z2 = S->L_z2; word mp = S->mp; word s1; longword L_s2; longword L_temp; word msp, lsp; word SO; longword ltmp; /* for ADD */ ulongword utmp; /* for L_ADD */ register int k = 160; while (k--) { /* 4.2.1 Downscaling of the input signal */ SO = SASR( *s, 3 ) << 2; s++; assert (SO >= -0x4000); /* downscaled by */ assert (SO <= 0x3FFC); /* previous routine. */ /* 4.2.2 Offset compensation * * This part implements a high-pass filter and requires extended * arithmetic precision for the recursive part of this filter. * The input of this procedure is the array so[0...159] and the * output the array sof[ 0...159 ]. */ /* Compute the non-recursive part */ s1 = SO - z1; /* s1 = gsm_sub( *so, z1 ); */ z1 = SO; assert(s1 != MIN_WORD); /* Compute the recursive part */ L_s2 = s1; L_s2 <<= 15; /* Execution of a 31 bv 16 bits multiplication */ msp = SASR( L_z2, 15 ); lsp = (word) (L_z2-((longword)msp<<15)); /* gsm_L_sub(L_z2,(msp<<15)); */ L_s2 += GSM_MULT_R( lsp, 32735 ); L_temp = (longword)msp * 32735; /* GSM_L_MULT(msp,32735) >> 1;*/ L_z2 = GSM_L_ADD( L_temp, L_s2 ); /* Compute sof[k] with rounding */ L_temp = GSM_L_ADD( L_z2, 16384 ); /* 4.2.3 Preemphasis */ msp = GSM_MULT_R( mp, -28180 ); mp = SASR( L_temp, 15 ); *so++ = (word) GSM_ADD( mp, msp ); } S->z1 = z1; S->L_z2 = L_z2; S->mp = mp; } openh323_v1_18_0/plugins/audio/GSM0610/src/rpe.c0100644000176200056700000002535410034014312021065 0ustar releasepostincr/* * rpe.c * * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische * Universitaet Berlin. See the accompanying file "COPYRIGHT" for * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. */ #include #include #include "private.h" #include "gsm.h" #include "proto.h" /* 4.2.13 .. 4.2.17 RPE ENCODING SECTION */ /* 4.2.13 */ static void Weighting_filter P2((e, x), register word * e, /* signal [-5..0.39.44] IN */ word * x /* signal [0..39] OUT */ ) /* * The coefficients of the weighting filter are stored in a table * (see table 4.4). The following scaling is used: * * H[0..10] = integer( real_H[ 0..10] * 8192 ); */ { /* word wt[ 50 ]; */ register longword L_result; register int k /* , i */ ; /* Initialization of a temporary working array wt[0...49] */ /* for (k = 0; k <= 4; k++) wt[k] = 0; * for (k = 5; k <= 44; k++) wt[k] = *e++; * for (k = 45; k <= 49; k++) wt[k] = 0; * * (e[-5..-1] and e[40..44] are allocated by the caller, * are initially zero and are not written anywhere.) */ e -= 5; /* Compute the signal x[0..39] */ for (k = 0; k <= 39; k++) { L_result = 8192 >> 1; /* for (i = 0; i <= 10; i++) { * L_temp = GSM_L_MULT( wt[k+i], gsm_H[i] ); * L_result = GSM_L_ADD( L_result, L_temp ); * } */ #undef STEP #define STEP( i, H ) (e[ k + i ] * (longword)H) /* Every one of these multiplications is done twice -- * but I don't see an elegant way to optimize this. * Do you? */ #ifdef STUPID_COMPILER L_result += STEP( 0, -134 ) ; L_result += STEP( 1, -374 ) ; /* + STEP( 2, 0 ) */ L_result += STEP( 3, 2054 ) ; L_result += STEP( 4, 5741 ) ; L_result += STEP( 5, 8192 ) ; L_result += STEP( 6, 5741 ) ; L_result += STEP( 7, 2054 ) ; /* + STEP( 8, 0 ) */ L_result += STEP( 9, -374 ) ; L_result += STEP( 10, -134 ) ; #else L_result += STEP( 0, -134 ) + STEP( 1, -374 ) /* + STEP( 2, 0 ) */ + STEP( 3, 2054 ) + STEP( 4, 5741 ) + STEP( 5, 8192 ) + STEP( 6, 5741 ) + STEP( 7, 2054 ) /* + STEP( 8, 0 ) */ + STEP( 9, -374 ) + STEP(10, -134 ) ; #endif /* L_result = GSM_L_ADD( L_result, L_result ); (* scaling(x2) *) * L_result = GSM_L_ADD( L_result, L_result ); (* scaling(x4) *) * * x[k] = SASR( L_result, 16 ); */ /* 2 adds vs. >>16 => 14, minus one shift to compensate for * those we lost when replacing L_MULT by '*'. */ L_result = SASR( L_result, 13 ); x[k] = (word) (( L_result < MIN_WORD ? MIN_WORD : (L_result > MAX_WORD ? MAX_WORD : L_result ))); } } /* 4.2.14 */ static void RPE_grid_selection P3((x,xM,Mc_out), word * x, /* [0..39] IN */ word * xM, /* [0..12] OUT */ word * Mc_out /* OUT */ ) /* * The signal x[0..39] is used to select the RPE grid which is * represented by Mc. */ { /* register word temp1; */ register int /* m, */ i; register longword L_result, L_temp; longword EM; /* xxx should be L_EM? */ word Mc; longword L_common_0_3; EM = 0; Mc = 0; /* for (m = 0; m <= 3; m++) { * L_result = 0; * * * for (i = 0; i <= 12; i++) { * * temp1 = SASR( x[m + 3*i], 2 ); * * assert(temp1 != MIN_WORD); * * L_temp = GSM_L_MULT( temp1, temp1 ); * L_result = GSM_L_ADD( L_temp, L_result ); * } * * if (L_result > EM) { * Mc = m; * EM = L_result; * } * } */ #undef STEP #define STEP( m, i ) L_temp = SASR( x[m + 3 * i], 2 ); \ L_result += L_temp * L_temp; /* common part of 0 and 3 */ L_result = 0; STEP( 0, 1 ); STEP( 0, 2 ); STEP( 0, 3 ); STEP( 0, 4 ); STEP( 0, 5 ); STEP( 0, 6 ); STEP( 0, 7 ); STEP( 0, 8 ); STEP( 0, 9 ); STEP( 0, 10); STEP( 0, 11); STEP( 0, 12); L_common_0_3 = L_result; /* i = 0 */ STEP( 0, 0 ); L_result <<= 1; /* implicit in L_MULT */ EM = L_result; /* i = 1 */ L_result = 0; STEP( 1, 0 ); STEP( 1, 1 ); STEP( 1, 2 ); STEP( 1, 3 ); STEP( 1, 4 ); STEP( 1, 5 ); STEP( 1, 6 ); STEP( 1, 7 ); STEP( 1, 8 ); STEP( 1, 9 ); STEP( 1, 10); STEP( 1, 11); STEP( 1, 12); L_result <<= 1; if (L_result > EM) { Mc = 1; EM = L_result; } /* i = 2 */ L_result = 0; STEP( 2, 0 ); STEP( 2, 1 ); STEP( 2, 2 ); STEP( 2, 3 ); STEP( 2, 4 ); STEP( 2, 5 ); STEP( 2, 6 ); STEP( 2, 7 ); STEP( 2, 8 ); STEP( 2, 9 ); STEP( 2, 10); STEP( 2, 11); STEP( 2, 12); L_result <<= 1; if (L_result > EM) { Mc = 2; EM = L_result; } /* i = 3 */ L_result = L_common_0_3; STEP( 3, 12 ); L_result <<= 1; if (L_result > EM) { Mc = 3; EM = L_result; } /**/ /* Down-sampling by a factor 3 to get the selected xM[0..12] * RPE sequence. */ for (i = 0; i <= 12; i ++) xM[i] = x[Mc + 3*i]; *Mc_out = Mc; } /* 4.12.15 */ static void APCM_quantization_xmaxc_to_exp_mant P3((xmaxc,exp_out,mant_out), word xmaxc, /* IN */ word * exp_out, /* OUT */ word * mant_out ) /* OUT */ { word exp, mant; /* Compute exponent and mantissa of the decoded version of xmaxc */ exp = 0; if (xmaxc > 15) exp = SASR(xmaxc, 3) - 1; mant = xmaxc - (exp << 3); if (mant == 0) { exp = -4; mant = 7; } else { while (mant <= 7) { mant = mant << 1 | 1; exp--; } mant -= 8; } assert( exp >= -4 && exp <= 6 ); assert( mant >= 0 && mant <= 7 ); *exp_out = exp; *mant_out = mant; } static void APCM_quantization P5((xM,xMc,mant_out,exp_out,xmaxc_out), word * xM, /* [0..12] IN */ word * xMc, /* [0..12] OUT */ word * mant_out, /* OUT */ word * exp_out, /* OUT */ word * xmaxc_out /* OUT */ ) { int i, itest; word xmax, xmaxc, temp, temp1, temp2; word exp, mant; /* Find the maximum absolute value xmax of xM[0..12]. */ xmax = 0; for (i = 0; i <= 12; i++) { temp = xM[i]; temp = GSM_ABS(temp); if (temp > xmax) xmax = temp; } /* Qantizing and coding of xmax to get xmaxc. */ exp = 0; temp = SASR( xmax, 9 ); itest = 0; for (i = 0; i <= 5; i++) { itest |= (temp <= 0); temp = SASR( temp, 1 ); assert(exp <= 5); if (itest == 0) exp++; /* exp = add (exp, 1) */ } assert(exp <= 6 && exp >= 0); temp = exp + 5; assert(temp <= 11 && temp >= 0); xmaxc = gsm_add( SASR(xmax, temp), exp << 3 ); /* Quantizing and coding of the xM[0..12] RPE sequence * to get the xMc[0..12] */ APCM_quantization_xmaxc_to_exp_mant( xmaxc, &exp, &mant ); /* This computation uses the fact that the decoded version of xmaxc * can be calculated by using the exponent and the mantissa part of * xmaxc (logarithmic table). * So, this method avoids any division and uses only a scaling * of the RPE samples by a function of the exponent. A direct * multiplication by the inverse of the mantissa (NRFAC[0..7] * found in table 4.5) gives the 3 bit coded version xMc[0..12] * of the RPE samples. */ /* Direct computation of xMc[0..12] using table 4.5 */ assert( exp <= 4096 && exp >= -4096); assert( mant >= 0 && mant <= 7 ); temp1 = 6 - exp; /* normalization by the exponent */ temp2 = gsm_NRFAC[ mant ]; /* inverse mantissa */ for (i = 0; i <= 12; i++) { assert(temp1 >= 0 && temp1 < 16); temp = xM[i] << temp1; temp = GSM_MULT( temp, temp2 ); temp = SASR(temp, 12); xMc[i] = temp + 4; /* see note below */ } /* NOTE: This equation is used to make all the xMc[i] positive. */ *mant_out = mant; *exp_out = exp; *xmaxc_out = xmaxc; } /* 4.2.16 */ static void APCM_inverse_quantization P4((xMc,mant,exp,xMp), register word * xMc, /* [0..12] IN */ word mant, word exp, register word * xMp) /* [0..12] OUT */ /* * This part is for decoding the RPE sequence of coded xMc[0..12] * samples to obtain the xMp[0..12] array. Table 4.6 is used to get * the mantissa of xmaxc (FAC[0..7]). */ { int i; word temp, temp1, temp2, temp3; longword ltmp; assert( mant >= 0 && mant <= 7 ); temp1 = gsm_FAC[ mant ]; /* see 4.2-15 for mant */ temp2 = gsm_sub( 6, exp ); /* see 4.2-15 for exp */ temp3 = gsm_asl( 1, gsm_sub( temp2, 1 )); for (i = 13; i--;) { assert( *xMc <= 7 && *xMc >= 0 ); /* 3 bit unsigned */ /* temp = gsm_sub( *xMc++ << 1, 7 ); */ temp = (*xMc++ << 1) - 7; /* restore sign */ assert( temp <= 7 && temp >= -7 ); /* 4 bit signed */ temp <<= 12; /* 16 bit signed */ temp = GSM_MULT_R( temp1, temp ); temp = (word) GSM_ADD( temp, temp3 ); *xMp++ = gsm_asr( temp, temp2 ); } } /* 4.2.17 */ static void RPE_grid_positioning P3((Mc,xMp,ep), word Mc, /* grid position IN */ register word * xMp, /* [0..12] IN */ register word * ep /* [0..39] OUT */ ) /* * This procedure computes the reconstructed long term residual signal * ep[0..39] for the LTP analysis filter. The inputs are the Mc * which is the grid position selection and the xMp[0..12] decoded * RPE samples which are upsampled by a factor of 3 by inserting zero * values. */ { int i = 13; assert(0 <= Mc && Mc <= 3); switch (Mc) { case 3: *ep++ = 0; case 2: do { *ep++ = 0; case 1: *ep++ = 0; case 0: *ep++ = *xMp++; } while (--i); } while (++Mc < 4) *ep++ = 0; /* int i, k; for (k = 0; k <= 39; k++) ep[k] = 0; for (i = 0; i <= 12; i++) { ep[ Mc + (3*i) ] = xMp[i]; } */ } /* 4.2.18 */ /* This procedure adds the reconstructed long term residual signal * ep[0..39] to the estimated signal dpp[0..39] from the long term * analysis filter to compute the reconstructed short term residual * signal dp[-40..-1]; also the reconstructed short term residual * array dp[-120..-41] is updated. */ #if 0 /* Has been inlined in code.c */ void Gsm_Update_of_reconstructed_short_time_residual_signal P3((dpp, ep, dp), word * dpp, /* [0...39] IN */ word * ep, /* [0...39] IN */ word * dp) /* [-120...-1] IN/OUT */ { int k; for (k = 0; k <= 79; k++) dp[ -120 + k ] = dp[ -80 + k ]; for (k = 0; k <= 39; k++) dp[ -40 + k ] = gsm_add( ep[k], dpp[k] ); } #endif /* Has been inlined in code.c */ void Gsm_RPE_Encoding P5((S,e,xmaxc,Mc,xMc), struct gsm_state * S, word * e, /* -5..-1][0..39][40..44 IN/OUT */ word * xmaxc, /* OUT */ word * Mc, /* OUT */ word * xMc) /* [0..12] OUT */ { word x[40]; word xM[13], xMp[13]; word mant, exp; Weighting_filter(e, x); RPE_grid_selection(x, xM, Mc); APCM_quantization( xM, xMc, &mant, &exp, xmaxc); APCM_inverse_quantization( xMc, mant, exp, xMp); RPE_grid_positioning( *Mc, xMp, e ); } void Gsm_RPE_Decoding P5((S, xmaxcr, Mcr, xMcr, erp), struct gsm_state * S, word xmaxcr, word Mcr, word * xMcr, /* [0..12], 3 bits IN */ word * erp /* [0..39] OUT */ ) { word exp, mant; word xMp[ 13 ]; APCM_quantization_xmaxc_to_exp_mant( xmaxcr, &exp, &mant ); APCM_inverse_quantization( xMcr, mant, exp, xMp ); RPE_grid_positioning( Mcr, xMp, erp ); } openh323_v1_18_0/plugins/audio/GSM0610/src/short_term.c0100644000176200056700000002425410034014312022463 0ustar releasepostincr/* * short_term.c * * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische * Universitaet Berlin. See the accompanying file "COPYRIGHT" for * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. */ #include #include #include "private.h" #include "gsm.h" #include "proto.h" /* * SHORT TERM ANALYSIS FILTERING SECTION */ /* 4.2.8 */ static void Decoding_of_the_coded_Log_Area_Ratios P2((LARc,LARpp), word * LARc, /* coded log area ratio [0..7] IN */ word * LARpp) /* out: decoded .. */ { register word temp1 /* , temp2 */; register long ltmp; /* for GSM_ADD */ /* This procedure requires for efficient implementation * two tables. * * INVA[1..8] = integer( (32768 * 8) / real_A[1..8]) * MIC[1..8] = minimum value of the LARc[1..8] */ /* Compute the LARpp[1..8] */ /* for (i = 1; i <= 8; i++, B++, MIC++, INVA++, LARc++, LARpp++) { * * temp1 = GSM_ADD( *LARc, *MIC ) << 10; * temp2 = *B << 1; * temp1 = GSM_SUB( temp1, temp2 ); * * assert(*INVA != MIN_WORD); * * temp1 = GSM_MULT_R( *INVA, temp1 ); * *LARpp = GSM_ADD( temp1, temp1 ); * } */ #undef STEP #define STEP( B, MIC, INVA ) \ temp1 = (word) GSM_ADD( *LARc++, MIC ) << 10; \ temp1 = (word) GSM_SUB( temp1, B << 1 ); \ temp1 = GSM_MULT_R( INVA, temp1 ); \ *LARpp++ = (word) GSM_ADD( temp1, temp1 ); STEP( 0, -32, 13107 ); STEP( 0, -32, 13107 ); STEP( 2048, -16, 13107 ); STEP( -2560, -16, 13107 ); STEP( 94, -8, 19223 ); STEP( -1792, -8, 17476 ); STEP( -341, -4, 31454 ); STEP( -1144, -4, 29708 ); /* NOTE: the addition of *MIC is used to restore * the sign of *LARc. */ } /* 4.2.9 */ /* Computation of the quantized reflection coefficients */ /* 4.2.9.1 Interpolation of the LARpp[1..8] to get the LARp[1..8] */ /* * Within each frame of 160 analyzed speech samples the short term * analysis and synthesis filters operate with four different sets of * coefficients, derived from the previous set of decoded LARs(LARpp(j-1)) * and the actual set of decoded LARs (LARpp(j)) * * (Initial value: LARpp(j-1)[1..8] = 0.) */ static void Coefficients_0_12 P3((LARpp_j_1, LARpp_j, LARp), register word * LARpp_j_1, register word * LARpp_j, register word * LARp) { register int i; register longword ltmp; for (i = 1; i <= 8; i++, LARp++, LARpp_j_1++, LARpp_j++) { *LARp = (word) GSM_ADD( SASR( *LARpp_j_1, 2 ), SASR( *LARpp_j, 2 )); *LARp = (word) GSM_ADD( *LARp, SASR( *LARpp_j_1, 1)); } } static void Coefficients_13_26 P3((LARpp_j_1, LARpp_j, LARp), register word * LARpp_j_1, register word * LARpp_j, register word * LARp) { register int i; register longword ltmp; for (i = 1; i <= 8; i++, LARpp_j_1++, LARpp_j++, LARp++) { *LARp = (word) GSM_ADD( SASR( *LARpp_j_1, 1), SASR( *LARpp_j, 1 )); } } static void Coefficients_27_39 P3((LARpp_j_1, LARpp_j, LARp), register word * LARpp_j_1, register word * LARpp_j, register word * LARp) { register int i; register longword ltmp; for (i = 1; i <= 8; i++, LARpp_j_1++, LARpp_j++, LARp++) { *LARp = (word) GSM_ADD( SASR( *LARpp_j_1, 2 ), SASR( *LARpp_j, 2 )); *LARp = (word) GSM_ADD( *LARp, SASR( *LARpp_j, 1 )); } } static void Coefficients_40_159 P2((LARpp_j, LARp), register word * LARpp_j, register word * LARp) { register int i; for (i = 1; i <= 8; i++, LARp++, LARpp_j++) *LARp = *LARpp_j; } /* 4.2.9.2 */ static void LARp_to_rp P1((LARp), register word * LARp) /* [0..7] IN/OUT */ /* * The input of this procedure is the interpolated LARp[0..7] array. * The reflection coefficients, rp[i], are used in the analysis * filter and in the synthesis filter. */ { register int i; register word temp; register longword ltmp; for (i = 1; i <= 8; i++, LARp++) { /* temp = GSM_ABS( *LARp ); * * if (temp < 11059) temp <<= 1; * else if (temp < 20070) temp += 11059; * else temp = GSM_ADD( temp >> 2, 26112 ); * * *LARp = *LARp < 0 ? -temp : temp; */ if (*LARp < 0) { temp = *LARp == MIN_WORD ? MAX_WORD : -(*LARp); *LARp = - ((temp < 11059) ? temp << 1 : ((temp < 20070) ? temp + 11059 : (word) GSM_ADD( temp >> 2, 26112 ))); } else { temp = *LARp; *LARp = (temp < 11059) ? temp << 1 : ((temp < 20070) ? temp + 11059 : (word) GSM_ADD( temp >> 2, 26112 )); } } } /* 4.2.10 */ static void Short_term_analysis_filtering P4((S,rp,k_n,s), struct gsm_state * S, register word * rp, /* [0..7] IN */ register int k_n, /* k_end - k_start */ register word * s /* [0..n-1] IN/OUT */ ) /* * This procedure computes the short term residual signal d[..] to be fed * to the RPE-LTP loop from the s[..] signal and from the local rp[..] * array (quantized reflection coefficients). As the call of this * procedure can be done in many ways (see the interpolation of the LAR * coefficient), it is assumed that the computation begins with index * k_start (for arrays d[..] and s[..]) and stops with index k_end * (k_start and k_end are defined in 4.2.9.1). This procedure also * needs to keep the array u[0..7] in memory for each call. */ { register word * u = S->u; register int i; register word di, zzz, ui, sav, rpi; register longword ltmp; for (; k_n--; s++) { di = sav = *s; for (i = 0; i < 8; i++) { /* YYY */ ui = u[i]; rpi = rp[i]; u[i] = sav; zzz = GSM_MULT_R(rpi, di); sav = (word) GSM_ADD( ui, zzz); zzz = GSM_MULT_R(rpi, ui); di = (word) GSM_ADD( di, zzz ); } *s = di; } } #if defined(USE_FLOAT_MUL) && defined(FAST) static void Fast_Short_term_analysis_filtering P4((S,rp,k_n,s), struct gsm_state * S, register word * rp, /* [0..7] IN */ register int k_n, /* k_end - k_start */ register word * s /* [0..n-1] IN/OUT */ ) { register word * u = S->u; register int i; float uf[8], rpf[8]; register float scalef = 3.0517578125e-5; register float sav, di, temp; for (i = 0; i < 8; ++i) { uf[i] = u[i]; rpf[i] = rp[i] * scalef; } for (; k_n--; s++) { sav = di = *s; for (i = 0; i < 8; ++i) { register float rpfi = rpf[i]; register float ufi = uf[i]; uf[i] = sav; temp = rpfi * di + ufi; di += rpfi * ufi; sav = temp; } *s = di; } for (i = 0; i < 8; ++i) u[i] = uf[i]; } #endif /* ! (defined (USE_FLOAT_MUL) && defined (FAST)) */ static void Short_term_synthesis_filtering P5((S,rrp,k,wt,sr), struct gsm_state * S, register word * rrp, /* [0..7] IN */ register int k, /* k_end - k_start */ register word * wt, /* [0..k-1] IN */ register word * sr /* [0..k-1] OUT */ ) { register word * v = S->v; register int i; register word sri, tmp1, tmp2; register longword ltmp; /* for GSM_ADD & GSM_SUB */ while (k--) { sri = *wt++; for (i = 8; i--;) { /* sri = GSM_SUB( sri, gsm_mult_r( rrp[i], v[i] ) ); */ tmp1 = rrp[i]; tmp2 = v[i]; tmp2 = ( tmp1 == MIN_WORD && tmp2 == MIN_WORD ? MAX_WORD : 0x0FFFF & (( (longword)tmp1 * (longword)tmp2 + 16384) >> 15)) ; sri = (word) GSM_SUB( sri, tmp2 ); /* v[i+1] = GSM_ADD( v[i], gsm_mult_r( rrp[i], sri ) ); */ tmp1 = ( tmp1 == MIN_WORD && sri == MIN_WORD ? MAX_WORD : 0x0FFFF & (( (longword)tmp1 * (longword)sri + 16384) >> 15)) ; v[i+1] = (word) GSM_ADD( v[i], tmp1); } *sr++ = v[0] = sri; } } #if defined(FAST) && defined(USE_FLOAT_MUL) static void Fast_Short_term_synthesis_filtering P5((S,rrp,k,wt,sr), struct gsm_state * S, register word * rrp, /* [0..7] IN */ register int k, /* k_end - k_start */ register word * wt, /* [0..k-1] IN */ register word * sr /* [0..k-1] OUT */ ) { register word * v = S->v; register int i; float va[9], rrpa[8]; register float scalef = 3.0517578125e-5, temp; for (i = 0; i < 8; ++i) { va[i] = v[i]; rrpa[i] = (float)rrp[i] * scalef; } while (k--) { register float sri = *wt++; for (i = 8; i--;) { sri -= rrpa[i] * va[i]; if (sri < -32768.) sri = -32768.; else if (sri > 32767.) sri = 32767.; temp = va[i] + rrpa[i] * sri; if (temp < -32768.) temp = -32768.; else if (temp > 32767.) temp = 32767.; va[i+1] = temp; } *sr++ = va[0] = sri; } for (i = 0; i < 9; ++i) v[i] = va[i]; } #endif /* defined(FAST) && defined(USE_FLOAT_MUL) */ void Gsm_Short_Term_Analysis_Filter P3((S,LARc,s), struct gsm_state * S, word * LARc, /* coded log area ratio [0..7] IN */ word * s /* signal [0..159] IN/OUT */ ) { word * LARpp_j = S->LARpp[ S->j ]; word * LARpp_j_1 = S->LARpp[ S->j ^= 1 ]; word LARp[8]; #undef FILTER #if defined(FAST) && defined(USE_FLOAT_MUL) # define FILTER (* (S->fast \ ? Fast_Short_term_analysis_filtering \ : Short_term_analysis_filtering )) #else # define FILTER Short_term_analysis_filtering #endif Decoding_of_the_coded_Log_Area_Ratios( LARc, LARpp_j ); Coefficients_0_12( LARpp_j_1, LARpp_j, LARp ); LARp_to_rp( LARp ); FILTER( S, LARp, 13, s); Coefficients_13_26( LARpp_j_1, LARpp_j, LARp); LARp_to_rp( LARp ); FILTER( S, LARp, 14, s + 13); Coefficients_27_39( LARpp_j_1, LARpp_j, LARp); LARp_to_rp( LARp ); FILTER( S, LARp, 13, s + 27); Coefficients_40_159( LARpp_j, LARp); LARp_to_rp( LARp ); FILTER( S, LARp, 120, s + 40); } void Gsm_Short_Term_Synthesis_Filter P4((S, LARcr, wt, s), struct gsm_state * S, word * LARcr, /* received log area ratios [0..7] IN */ word * wt, /* received d [0..159] IN */ word * s /* signal s [0..159] OUT */ ) { word * LARpp_j = S->LARpp[ S->j ]; word * LARpp_j_1 = S->LARpp[ S->j ^=1 ]; word LARp[8]; #undef FILTER #if defined(FAST) && defined(USE_FLOAT_MUL) # define FILTER (* (S->fast \ ? Fast_Short_term_synthesis_filtering \ : Short_term_synthesis_filtering )) #else # define FILTER Short_term_synthesis_filtering #endif Decoding_of_the_coded_Log_Area_Ratios( LARcr, LARpp_j ); Coefficients_0_12( LARpp_j_1, LARpp_j, LARp ); LARp_to_rp( LARp ); FILTER( S, LARp, 13, wt, s ); Coefficients_13_26( LARpp_j_1, LARpp_j, LARp); LARp_to_rp( LARp ); FILTER( S, LARp, 14, wt + 13, s + 13 ); Coefficients_27_39( LARpp_j_1, LARpp_j, LARp); LARp_to_rp( LARp ); FILTER( S, LARp, 13, wt + 27, s + 27 ); Coefficients_40_159( LARpp_j, LARp ); LARp_to_rp( LARp ); FILTER(S, LARp, 120, wt + 40, s + 40); } openh323_v1_18_0/plugins/audio/GSM0610/src/table.c0100644000176200056700000000401310034014312021353 0ustar releasepostincr/* * table.c * * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische * Universitaet Berlin. See the accompanying file "COPYRIGHT" for * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. */ /* Most of these tables are inlined at their point of use. */ /* 4.4 TABLES USED IN THE FIXED POINT IMPLEMENTATION OF THE RPE-LTP * CODER AND DECODER * * (Most of them inlined, so watch out.) */ #define GSM_TABLE_C #include "private.h" #include "gsm.h" /* Table 4.1 Quantization of the Log.-Area Ratios */ /* i 1 2 3 4 5 6 7 8 */ word gsm_A[8] = {20480, 20480, 20480, 20480, 13964, 15360, 8534, 9036}; word gsm_B[8] = { 0, 0, 2048, -2560, 94, -1792, -341, -1144}; word gsm_MIC[8] = { -32, -32, -16, -16, -8, -8, -4, -4 }; word gsm_MAC[8] = { 31, 31, 15, 15, 7, 7, 3, 3 }; /* Table 4.2 Tabulation of 1/A[1..8] */ word gsm_INVA[8]={ 13107, 13107, 13107, 13107, 19223, 17476, 31454, 29708 }; /* Table 4.3a Decision level of the LTP gain quantizer */ /* bc 0 1 2 3 */ word gsm_DLB[4] = { 6554, 16384, 26214, 32767 }; /* Table 4.3b Quantization levels of the LTP gain quantizer */ /* bc 0 1 2 3 */ word gsm_QLB[4] = { 3277, 11469, 21299, 32767 }; /* Table 4.4 Coefficients of the weighting filter */ /* i 0 1 2 3 4 5 6 7 8 9 10 */ word gsm_H[11] = {-134, -374, 0, 2054, 5741, 8192, 5741, 2054, 0, -374, -134 }; /* Table 4.5 Normalized inverse mantissa used to compute xM/xmax */ /* i 0 1 2 3 4 5 6 7 */ word gsm_NRFAC[8] = { 29128, 26215, 23832, 21846, 20165, 18725, 17476, 16384 }; /* Table 4.6 Normalized direct mantissa used to compute xM/xmax */ /* i 0 1 2 3 4 5 6 7 */ word gsm_FAC[8] = { 18431, 20479, 22527, 24575, 26623, 28671, 30719, 32767 }; openh323_v1_18_0/plugins/audio/GSM0610/COPYRIGHT0100644000176200056700000000126210034260741020640 0ustar releasepostincrCopyright 1992, 1993, 1994 by Jutta Degener and Carsten Bormann, Technische Universitaet Berlin Any use of this software is permitted provided that this notice is not removed and that neither the authors nor the Technische Universitaet Berlin are deemed to have made any representations as to the suitability of this software for any purpose nor are held responsible for any defects of this software. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. As a matter of courtesy, the authors request to be informed about uses this software has found, about bugs in this software, and about any improvements that may be of general interest. Berlin, 28.11.1994 Jutta Degener Carsten Bormann openh323_v1_18_0/plugins/audio/GSM0610/Makefile.in0100644000176200056700000000712110376301747021425 0ustar releasepostincr# # Makefile for GSM 06.10 # # Copyright (C) 2004 Post Increment, All Rights Reserved # # The contents of this file are subject to the Mozilla Public License # Version 1.0 (the "License"); you may not use this file except in # compliance with the License. You may obtain a copy of the License at # http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See # the License for the specific language governing rights and limitations # under the License. # # The Original Code is Open H323 library. # # The Initial Developer of the Original Code is Post Increment # # Contributor(s): ______________________________________. # # $Log: Makefile.in,v $ # Revision 1.9.4.1 2006/02/20 08:55:03 csoutheren # Backport from HEAD # # Revision 1.9 2004/08/24 14:15:12 csoutheren # Fixed potential problems with MS-GSM # # Revision 1.8 2004/08/22 04:20:18 csoutheren # Added -fPIC to build commands to fix problems on 64 bit platforms # Thanks to Klaus Kaempf # # Revision 1.7 2004/06/24 23:33:17 csoutheren # Changed Makefiles to ensure all plugins have correct suffix # # Revision 1.6 2004/06/17 23:14:59 csoutheren # Fixed error when using "make install" with embedded GSM # Thanks to Matthias Weber # # Revision 1.5 2004/05/18 22:24:24 csoutheren # Initiali support for embedded codecs # # Revision 1.4 2004/05/03 11:08:30 csoutheren # Modified to allow plugins to be created on various platforms # # Revision 1.3 2004/05/02 13:57:05 rjongbloed # Fixed building local GSM if no system library # # Revision 1.2 2004/04/29 14:47:59 csoutheren # Reconfigured plugin makefiles per suggestions from Damien Sandras # Changed install targets to use $(INSTALL) # # Revision 1.1 2004/04/29 10:48:55 csoutheren # Initial version # # Revision 1.1 2004/04/27 09:59:27 csoutheren # Updated codec specific Makefiles # # # STDCCFLAGS += -fPIC PREFIX=@INSTALLPREFIX@ exec_prefix = ${PREFIX} LIBDIR=@LIBDIR@ H323_SYSTEM_GSM=@H323_SYSTEM_GSM@ H323_EMBEDDED_GSM=@H323_EMBEDDED_GSM@ CC=@CC@ CFLAGS=@CFLAGS@ CXX=@CXX@ LDSO=@LDSO@ ifndef PREFIX PREFIX=/usr/local endif SONAME = gsm0610 SRCDIR = ./src OBJDIR = ./obj SRCS += gsm06_10_codec.c #ifeq ($(H323_SYSTEM_GSM),0) SRCS += $(SRCDIR)/gsm_create.c \ $(SRCDIR)/gsm_destroy.c \ $(SRCDIR)/gsm_decode.c \ $(SRCDIR)/gsm_encode.c \ $(SRCDIR)/gsm_option.c \ $(SRCDIR)/code.c \ $(SRCDIR)/decode.c \ $(SRCDIR)/add.c \ $(SRCDIR)/gsm_lpc.c \ $(SRCDIR)/rpe.c \ $(SRCDIR)/preprocess.c \ $(SRCDIR)/long_term.c \ $(SRCDIR)/short_term.c \ $(SRCDIR)/table.c EXTRALIBS = #else # #EXTRALIBS = -lgsm # #endif vpath %.o $(OBJDIR) vpath %.c $(SRCDIR) ifeq ($(H323_EMBEDDED_GSM),1) EXTRACCFLAGS=-DOPAL_STATIC_CODEC endif $(OBJDIR)/%.o : %.c @mkdir -p $(OBJDIR) >/dev/null 2>&1 $(CC) -I../../../include -I./inc -DWAV49 -DNeedFunctionPrototypes=1 $(EXTRACCFLAGS) $(STDCCFLAGS) $(OPTCCFLAGS) $(CFLAGS) -c $< -o $@ PLUGIN = ./$(SONAME)_audio_pwplugin.so STATIC = ./lib$(SONAME)_audio_s.a OBJECTS = $(addprefix $(OBJDIR)/,$(patsubst %.c,%.o,$(notdir $(SRCS)))) ifeq ($(H323_EMBEDDED_GSM),1) $(STATIC): $(OBJECTS) $(AR) rcs $@ $^ install: uninstall: else $(PLUGIN): $(OBJECTS) $(CC) $(LDSO)$(SONAME) -o $@ $^ $(EXTRALIBS) endif install: mkdir -p $(DESTDIR)$(LIBDIR)/pwlib/codecs/audio/ cp $(PLUGIN) $(DESTDIR)$(LIBDIR)/pwlib/codecs/audio/ uninstall: rm -f $(DESTDIR)$(LIBDIR)/pwlib/codecs/audio/$(PLUGIN) clean: rm -f $(OBJECTS) $(PLUGIN) ########################################### openh323_v1_18_0/plugins/audio/GSM0610/PART_OF_TOAST0100644000176200056700000000020110034014312021353 0ustar releasepostincr This library is part of the toast software. You can get the complete package at: http://kbs.cs.tu-berlin.de/~jutta/toast.html openh323_v1_18_0/plugins/audio/GSM0610/README0100644000176200056700000000320710034014312020215 0ustar releasepostincr GSM 06.10 13 kbit/s RPE/LTP speech compression available -------------------------------------------------------- The Communications and Operating Systems Research Group (KBS) at the Technische Universitaet Berlin is currently working on a set of UNIX-based tools for computer-mediated telecooperation that will be made freely available. As part of this effort we are publishing an implementation of the European GSM 06.10 provisional standard for full-rate speech transcoding, prI-ETS 300 036, which uses RPE/LTP (residual pulse excitation/long term prediction) coding at 13 kbit/s. GSM 06.10 compresses frames of 160 13-bit samples (8 kHz sampling rate, i.e. a frame rate of 50 Hz) into 260 bits; for compatibility with typical UNIX applications, our implementation turns frames of 160 16-bit linear samples into 33-byte frames (1650 Bytes/s). The quality of the algorithm is good enough for reliable speaker recognition; even music often survives transcoding in recognizable form (given the bandwidth limitations of 8 kHz sampling rate). The interfaces offered are a front end modelled after compress(1), and a library API. Compression and decompression run faster than realtime on most SPARCstations. The implementation has been verified against the ETSI standard test patterns. Jutta Degener (jutta@cs.tu-berlin.de) Carsten Bormann (cabo@cs.tu-berlin.de) Communications and Operating Systems Research Group, TU Berlin Fax: +49.30.31425156, Phone: +49.30.31424315 -- Copyright 1992 by Jutta Degener and Carsten Bormann, Technische Universitaet Berlin. See the accompanying file "COPYRIGHT" for details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. openh323_v1_18_0/plugins/audio/GSM0610/gsm0610.dsp0100644000176200056700000001573310277313520021165 0ustar releasepostincr# Microsoft Developer Studio Project File - Name="gsm0610" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 CFG=gsm0610 - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE !MESSAGE NMAKE /f "gsm0610.mak". !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE !MESSAGE NMAKE /f "gsm0610.mak" CFG="gsm0610 - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "gsm0610 - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "gsm0610 - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 # PROP Scc_ProjName "" # PROP Scc_LocalPath "" CPP=cl.exe MTL=midl.exe RSC=rc.exe !IF "$(CFG)" == "gsm0610 - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "Release" # PROP BASE Intermediate_Dir "Release" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "..\..\Release" # PROP Intermediate_Dir "..\..\Release\GSM" # PROP Ignore_Export_Lib 1 # PROP Target_Dir "" # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "gsm0610_EXPORTS" /Yu"stdafx.h" /FD /c # ADD CPP /nologo /MD /W3 /GR /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PLUGIN_CODEC_DLL_EXPORTS" /FD /c # SUBTRACT CPP /YX /Yc /Yu # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0xc09 /d "NDEBUG" # ADD RSC /l 0xc09 /d "NDEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /pdb:none /machine:I386 /out:"../../Release/gsm0610_pwplugin.dll" /implib:"..\..\Release\GSM/gsm0610.lib" !ELSEIF "$(CFG)" == "gsm0610 - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "Debug" # PROP BASE Intermediate_Dir "Debug" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "..\..\Debug" # PROP Intermediate_Dir "..\..\Debug\GSM" # PROP Ignore_Export_Lib 1 # PROP Target_Dir "" # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "gsm0610_EXPORTS" /Yu"stdafx.h" /FD /GZ /c # ADD CPP /nologo /MDd /W4 /Gm /GR /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PLUGIN_CODEC_DLL_EXPORTS" /FD /GZ /c # SUBTRACT CPP /YX /Yc /Yu # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0xc09 /d "_DEBUG" # ADD RSC /l 0xc09 /d "_DEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"../../Debug/gsm0610_pwplugin.dll" /implib:"..\..\Debug\GSM/gsm0610.lib" /pdbtype:sept # SUBTRACT LINK32 /pdb:none !ENDIF # Begin Target # Name "gsm0610 - Win32 Release" # Name "gsm0610 - Win32 Debug" # Begin Group "Source Files" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File SOURCE=.\gsm06_10_codec.c # End Source File # End Group # Begin Group "GSM Files" # PROP Default_Filter ".c" # Begin Group "GSM Source" # PROP Default_Filter "" # Begin Source File SOURCE=.\src\add.c # ADD CPP /w /W0 /I "./inc" /D NeedFunctionPrototypes=1 /D "WAV49" # SUBTRACT CPP /D "PLUGIN_CODEC_DLL_EXPORTS" # End Source File # Begin Source File SOURCE=.\src\code.c # ADD CPP /w /W0 /I "./inc" /D NeedFunctionPrototypes=1 /D "WAV49" # SUBTRACT CPP /D "PLUGIN_CODEC_DLL_EXPORTS" # End Source File # Begin Source File SOURCE=.\src\decode.c # ADD CPP /w /W0 /I "./inc" /D NeedFunctionPrototypes=1 /D "WAV49" # SUBTRACT CPP /D "PLUGIN_CODEC_DLL_EXPORTS" # End Source File # Begin Source File SOURCE=.\src\gsm_create.c # ADD CPP /w /W0 /I "./inc" /D NeedFunctionPrototypes=1 /D "WAV49" # SUBTRACT CPP /D "PLUGIN_CODEC_DLL_EXPORTS" # End Source File # Begin Source File SOURCE=.\src\gsm_decode.c # ADD CPP /w /W0 /I "./inc" /D NeedFunctionPrototypes=1 /D "WAV49" # SUBTRACT CPP /D "PLUGIN_CODEC_DLL_EXPORTS" # End Source File # Begin Source File SOURCE=.\src\gsm_destroy.c # ADD CPP /w /W0 /I "./inc" /D NeedFunctionPrototypes=1 /D "WAV49" # SUBTRACT CPP /D "PLUGIN_CODEC_DLL_EXPORTS" # End Source File # Begin Source File SOURCE=.\src\gsm_encode.c # ADD CPP /w /W0 /I "./inc" /D NeedFunctionPrototypes=1 /D "WAV49" # SUBTRACT CPP /D "PLUGIN_CODEC_DLL_EXPORTS" # End Source File # Begin Source File SOURCE=.\src\gsm_lpc.c # ADD CPP /w /W0 /I "./inc" /D NeedFunctionPrototypes=1 /D "WAV49" # SUBTRACT CPP /D "PLUGIN_CODEC_DLL_EXPORTS" # End Source File # Begin Source File SOURCE=.\src\gsm_option.c # ADD CPP /w /W0 /I "./inc" /D NeedFunctionPrototypes=1 /D "WAV49" # SUBTRACT CPP /D "PLUGIN_CODEC_DLL_EXPORTS" # End Source File # Begin Source File SOURCE=.\src\long_term.c # ADD CPP /w /W0 /I "./inc" /D NeedFunctionPrototypes=1 /D "WAV49" # SUBTRACT CPP /D "PLUGIN_CODEC_DLL_EXPORTS" # End Source File # Begin Source File SOURCE=.\src\preprocess.c # ADD CPP /w /W0 /I "./inc" /D NeedFunctionPrototypes=1 /D "WAV49" # SUBTRACT CPP /D "PLUGIN_CODEC_DLL_EXPORTS" # End Source File # Begin Source File SOURCE=.\src\rpe.c # ADD CPP /w /W0 /I "./inc" /D NeedFunctionPrototypes=1 /D "WAV49" # SUBTRACT CPP /D "PLUGIN_CODEC_DLL_EXPORTS" # End Source File # Begin Source File SOURCE=.\src\short_term.c # ADD CPP /w /W0 /I "./inc" /D NeedFunctionPrototypes=1 /D "WAV49" # SUBTRACT CPP /D "PLUGIN_CODEC_DLL_EXPORTS" # End Source File # Begin Source File SOURCE=src\table.c # ADD CPP /w /W0 /I "./inc" /D NeedFunctionPrototypes=1 /D "WAV49" # SUBTRACT CPP /D "PLUGIN_CODEC_DLL_EXPORTS" # End Source File # End Group # Begin Group "GSM Headers" # PROP Default_Filter "" # Begin Source File SOURCE=.\src\gsm\inc\config.h # End Source File # Begin Source File SOURCE=.\src\gsm\inc\gsm.h # End Source File # Begin Source File SOURCE=.\src\gsm\inc\private.h # End Source File # Begin Source File SOURCE=.\src\gsm\inc\proto.h # End Source File # Begin Source File SOURCE=.\src\gsm\inc\unproto.h # End Source File # End Group # End Group # End Target # End Project openh323_v1_18_0/plugins/audio/GSM0610/gsm0610.vcproj0100644000176200056700000003677710277330613021717 0ustar releasepostincr openh323_v1_18_0/plugins/audio/GSM0610/gsm06_10_codec.c0100644000176200056700000004104410265705473022120 0ustar releasepostincr/* * GSM 06.10 Plugin codec for OpenH323/OPAL * * Copyright (C) 2004 Post Increment, All Rights Reserved * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Post Increment * * Contributor(s): ______________________________________. * * $Log: gsm06_10_codec.c,v $ * Revision 1.14 2005/07/15 10:08:59 rogerhardiman * Fix SF bug 1237507. Windows uses malloc.h. Linux and FreeBSD uses stdlib.h * Wrap #include with _WIN32 to be consistent with malloc.h in pwlib. * * Revision 1.13 2004/12/20 23:17:45 csoutheren * Added stdlib.h to all plugins to keep FreeBSD happy * Thanks to Kevin Oberman * * Revision 1.12 2004/08/24 14:15:12 csoutheren * Fixed potential problems with MS-GSM * * Revision 1.11 2004/06/17 22:04:40 csoutheren * Changed codec version number to be sensible rather than string $Ver$ * * Revision 1.10 2004/05/26 03:56:02 csoutheren * Fixed codecs using compare functions for non-standard capability matching * * Revision 1.9 2004/05/18 22:24:24 csoutheren * Initiali support for embedded codecs * * Revision 1.8 2004/05/11 14:07:57 csoutheren * Fixed problems with non-standard codecs using comparefunc * * Revision 1.7 2004/05/11 12:45:09 rjongbloed * Fixed codec name to be compatible with standard OpalMediaFormat * * Revision 1.6 2004/05/10 10:14:17 csoutheren * Removed warnings under Linux * * Revision 1.5 2004/05/05 13:22:09 rjongbloed * Fixed MSVC warning * * Revision 1.4 2004/05/04 12:45:10 csoutheren * Added MS-GSM * * Revision 1.3 2004/05/03 14:36:44 rjongbloed * Converted everything to be codec plug in freindly * Removed GSM and G.729 as now plug ins are "the way"! * * Revision 1.2 2004/04/09 12:24:18 csoutheren * Renamed h323plugin.h to opalplugin.h, and modified everything else * as required * * Revision 1.1 2004/04/04 14:16:42 csoutheren * Initial version * * */ #include PLUGIN_CODEC_IMPLEMENT(GSM_0610) #include #ifdef _WIN32 #include #endif #include #include "inc/gsm.h" #define BITS_PER_SECOND 13200 #define BYTES_PER_FRAME 33 #define MSGSM_BYTES_PER_FRAME 65 #define SAMPLES_PER_FRAME 160 #define MSGSM_SAMPLES_PER_FRAME 320 #define MAX_FRAMES_PER_PACKET 7 #define PREF_FRAMES_PER_PACKET 1 #define PAYLOAD_CODE 3 ///////////////////////////////////////////////////////////////////////////// #ifdef _MSC_VER #pragma warning(disable:4100) #endif static void * create_codec(const struct PluginCodec_Definition * codec) { int opt = (int)codec->userData; struct gsm_state * context = gsm_create(); gsm_option(context, GSM_OPT_WAV49, &opt); return context; } static void destroy_codec(const struct PluginCodec_Definition * codec, void * _context) { struct gsm_state * context = (struct gsm_state *)_context; gsm_destroy(context); } static int codec_encoder(const struct PluginCodec_Definition * codec, void * _context, const void * from, unsigned * fromLen, void * to, unsigned * toLen, unsigned int * flag) { struct gsm_state * context = (struct gsm_state *)_context; gsm_encode(context, (void *)from, to); *toLen = BYTES_PER_FRAME; return 1; } static int codec_decoder(const struct PluginCodec_Definition * codec, void * _context, const void * from, unsigned * fromLen, void * to, unsigned * toLen, unsigned int * flag) { struct gsm_state * context = (struct gsm_state *)_context; if (*fromLen < BYTES_PER_FRAME) return 0; gsm_decode(context, (void *)from, to); *toLen = SAMPLES_PER_FRAME * 2; return 1; } ///////////////////////////////////////////////////////////////////////////// static int codec_msgsm_encoder(const struct PluginCodec_Definition * codec, void * _context, const void * from, unsigned * fromLen, void * to, unsigned * toLen, unsigned int * flag) { struct gsm_state * context = (struct gsm_state *)_context; if (*fromLen < (MSGSM_SAMPLES_PER_FRAME*2) || *toLen < MSGSM_BYTES_PER_FRAME) return 0; gsm_encode(context, (short *)from, (unsigned char *)to); gsm_encode(context, ((short *)from)+160, ((unsigned char *)to)+32); *toLen = MSGSM_BYTES_PER_FRAME; return 1; } static int codec_msgsm_decoder(const struct PluginCodec_Definition * codec, void * _context, const void * from, unsigned * fromLen, void * to, unsigned * toLen, unsigned int * flag) { struct gsm_state * context = (struct gsm_state *)_context; if (*fromLen < MSGSM_BYTES_PER_FRAME || *toLen < (MSGSM_SAMPLES_PER_FRAME*2)) return 0; gsm_decode(context, (unsigned char *)from, (short *)to); gsm_decode(context, ((unsigned char *)from)+33, ((short *)to)+160); *toLen = MSGSM_SAMPLES_PER_FRAME * 2; return 1; } ///////////////////////////////////////////////////////////////////////////// static struct PluginCodec_information licenseInfo = { 1081086550, // timestamp = Sun 04 Apr 2004 01:49:10 PM UTC = "Craig Southeren, Post Increment", // source code author "1.1", // source code version "craigs@postincrement.com", // source code email "http://www.postincrement.com", // source code URL "Copyright (C) 2004 by Post Increment, All Rights Reserved", // source code copyright "MPL 1.0", // source code license PluginCodec_License_MPL, // source code license "GSM 06.10 Full-Rate", // codec description "Jutta Degener and Carsten Bormann", // codec author "Version 10", // codec version "jutta@cs.tu-berlin.de\ncabo@cs.tu-berlin.de", // codec email "http://kbs.cs.tu-berlin.de/~jutta/toast.html", // codec URL "Copyright 1992, 1993, 1994 by Jutta Degener and Carsten Bormann, Technische Universitaet Berlin", // codec copyright information NULL, // codec license PluginCodec_Licence_None // codec license code }; ///////////////////////////////////////////////////////////////////////////// static const char L16Desc[] = { "L16" }; static const char gsm0610[] = { "GSM-06.10" }; static const char msGSM[] = { "MS-GSM" }; static const char sdpGSM[] = { "gsm" }; static const char sdpMSGSM[] = { "msgsm" }; static struct PluginCodec_H323AudioGSMData gsmCaps = { 0, // int comfortNoise:1; 0, // int scrambled:1; }; static const unsigned char msGSMHeader[] = { // unknown data 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0x00, 0x00, 0x40, 0x01, 0x02, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, #define GSM_FIXED_START 20 // Offset to this point in header // standard MS waveformatex structure follows 0x31, 0x00, // WORD wFormatTag; /* format type */ 0x01, 0x00, // WORD nChannels; /* number of channels (i.e. mono, stereo...) */ 0x40, 0x1f, 0x00, 0x00, // DWORD nSamplesPerSec; /* sample rate */ 0x59, 0x06, 0x00, 0x00, // DWORD nAvgBytesPerSec; /* for buffer estimation */ 0x41, 0x00, // WORD nBlockAlign; /* block size of data */ 0x00, 0x00, // WORD wBitsPerSample; /* Number of bits per sample of mono data */ 0x02, 0x00, // WORD cbSize; /* The count in bytes of the size of #define GSM_FIXED_LEN 18 // Number of bytes from GSM_FIXED_START to here // extra GSM information 0x40, 0x01, // WORD numberOfSamples /* 320 */ // unknown data 0x00, 0x00 }; #define MICROSOFT_COUNTRY_CODE 181 #define MICROSOFT_T35EXTENSION 0 #define MICROSOFT_MANUFACTURER 21324 int msgsmCompareFunc(struct PluginCodec_H323NonStandardCodecData * data) { int val; if ((data == NULL) || (data->objectId != NULL) || (data->data == NULL)) return -1; val = MICROSOFT_COUNTRY_CODE - data->t35CountryCode; if (val != 0) return val; val = MICROSOFT_T35EXTENSION - data->t35Extension; if (val != 0) return val; val = MICROSOFT_MANUFACTURER - data->manufacturerCode; if (val != 0) return val; val = sizeof(msGSMHeader) - data->dataLength; if (val != 0) return val; return memcmp(data->data+GSM_FIXED_START, msGSMHeader+GSM_FIXED_START, GSM_FIXED_LEN); } static struct PluginCodec_H323NonStandardCodecData msgsmCap = { NULL, MICROSOFT_COUNTRY_CODE, MICROSOFT_T35EXTENSION, MICROSOFT_MANUFACTURER, msGSMHeader, sizeof(msGSMHeader), msgsmCompareFunc }; ///////////////////////////////////////////////////////////////////////////// static struct PluginCodec_Definition gsmCodecDefn[4] = { { // encoder PLUGIN_CODEC_VERSION, // codec API version &licenseInfo, // license information PluginCodec_MediaTypeAudio | // audio codec PluginCodec_InputTypeRaw | // raw input data PluginCodec_OutputTypeRaw | // raw output data PluginCodec_RTPTypeExplicit, // specified RTP type gsm0610, // text decription L16Desc, // source format gsm0610, // destination format 0, // user data (no WAV49) 8000, // samples per second BITS_PER_SECOND, // raw bits per second 20000, // nanoseconds per frame SAMPLES_PER_FRAME, // samples per frame BYTES_PER_FRAME, // bytes per frame PREF_FRAMES_PER_PACKET, // recommended number of frames per packet MAX_FRAMES_PER_PACKET, // maximum number of frames per packe PAYLOAD_CODE, // IANA RTP payload code sdpGSM, // RTP payload name create_codec, // create codec function destroy_codec, // destroy codec codec_encoder, // encode/decode NULL, // codec controls PluginCodec_H323AudioCodec_gsmFullRate, // h323CapabilityType &gsmCaps // h323CapabilityData }, { // decoder PLUGIN_CODEC_VERSION, // codec API version &licenseInfo, // license information PluginCodec_MediaTypeAudio | // audio codec PluginCodec_InputTypeRaw | // raw input data PluginCodec_OutputTypeRaw | // raw output data PluginCodec_RTPTypeExplicit, // dynamic RTP type gsm0610, // text decription gsm0610, // source format L16Desc, // destination format 0, // user data (no WAV49) 8000, // samples per second BITS_PER_SECOND, // raw bits per second 20000, // nanoseconds per frame SAMPLES_PER_FRAME, // samples per frame BYTES_PER_FRAME, // bytes per frame PREF_FRAMES_PER_PACKET, // recommended number of frames per packet MAX_FRAMES_PER_PACKET, // maximum number of frames per packe PAYLOAD_CODE, // IANA RTP payload code sdpGSM, // RTP payload name create_codec, // create codec function destroy_codec, // destroy codec codec_decoder, // encode/decode NULL, // codec controls PluginCodec_H323AudioCodec_gsmFullRate, // h323CapabilityType &gsmCaps // h323CapabilityData }, // MS-GSM { // encoder PLUGIN_CODEC_VERSION, // codec API version &licenseInfo, // license information PluginCodec_MediaTypeAudio | // audio codec PluginCodec_InputTypeRaw | // raw input data PluginCodec_OutputTypeRaw | // raw output data PluginCodec_RTPTypeDynamic, // specified RTP type msGSM, // text decription L16Desc, // source format msGSM, // destination format (const void *)1, // user data (enable WAV49) 8000, // samples per second BITS_PER_SECOND, // raw bits per second 40000, // nanoseconds per frame MSGSM_SAMPLES_PER_FRAME, // samples per frame MSGSM_BYTES_PER_FRAME, // bytes per frame 1, // recommended number of frames per packet 1, // maximum number of frames per packe 0, // IANA RTP payload code sdpMSGSM, // RTP payload name create_codec, // create codec function destroy_codec, // destroy codec codec_msgsm_encoder, // encode/decode NULL, // codec controls PluginCodec_H323Codec_nonStandard, // h323CapabilityType &msgsmCap // h323CapabilityData }, { // decoder PLUGIN_CODEC_VERSION, // codec API version &licenseInfo, // license information PluginCodec_MediaTypeAudio | // audio codec PluginCodec_InputTypeRaw | // raw input data PluginCodec_OutputTypeRaw | // raw output data PluginCodec_RTPTypeDynamic, // dynamic RTP type msGSM, // text decription msGSM, // source format L16Desc, // destination format (const void *)1, // user data (enable WAV49) 8000, // samples per second BITS_PER_SECOND, // raw bits per second 40000, // nanoseconds per frame MSGSM_SAMPLES_PER_FRAME, // samples per frame MSGSM_BYTES_PER_FRAME, // bytes per frame 1, // recommended number of frames per packet 1, // maximum number of frames per packe 0, // IANA RTP payload code sdpMSGSM, // RTP payload name create_codec, // create codec function destroy_codec, // destroy codec codec_msgsm_decoder, // encode/decode NULL, // codec controls PluginCodec_H323Codec_nonStandard, // h323CapabilityType &msgsmCap // h323CapabilityData }, }; #define NUM_DEFNS (sizeof(gsmCodecDefn) / sizeof(struct PluginCodec_Definition)) ///////////////////////////////////////////////////////////////////////////// PLUGIN_CODEC_DLL_API struct PluginCodec_Definition * PLUGIN_CODEC_GET_CODEC_FN(unsigned * count, unsigned version) { *count = NUM_DEFNS; return gsmCodecDefn; } openh323_v1_18_0/plugins/audio/IMA_ADPCM/0040755000176200056700000000000010411467452017733 5ustar releasepostincropenh323_v1_18_0/plugins/audio/IMA_ADPCM/IMA_ADPCM.dsp0100644000176200056700000001015710277313520021752 0ustar releasepostincr# Microsoft Developer Studio Project File - Name="IMA_ADPCM" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 CFG=IMA_ADPCM - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE !MESSAGE NMAKE /f "IMA_ADPCM.mak". !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE !MESSAGE NMAKE /f "IMA_ADPCM.mak" CFG="IMA_ADPCM - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "IMA_ADPCM - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "IMA_ADPCM - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 # PROP Scc_ProjName "" # PROP Scc_LocalPath "" CPP=cl.exe MTL=midl.exe RSC=rc.exe !IF "$(CFG)" == "IMA_ADPCM - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "Release" # PROP BASE Intermediate_Dir "Release" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "..\..\Release" # PROP Intermediate_Dir "..\..\Release\IMA_ADPCM" # PROP Ignore_Export_Lib 1 # PROP Target_Dir "" # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IMA_ADPCM_EXPORTS" /YX /FD /c # ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IMA_ADPCM_EXPORTS" /YX /FD /c # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0xc09 /d "NDEBUG" # ADD RSC /l 0xc09 /d "NDEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /pdb:none /machine:I386 /out:"../../Release/IMA_ADPCM_pwplugin.dll" /implib:..\..\Release\IMA_ADPCM/IMA_ADPCM_pwplugin.lib" !ELSEIF "$(CFG)" == "IMA_ADPCM - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "Debug" # PROP BASE Intermediate_Dir "Debug" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "..\..\Debug" # PROP Intermediate_Dir "..\..\Debug\IMA_ADPCM" # PROP Ignore_Export_Lib 1 # PROP Target_Dir "" # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IMA_ADPCM_EXPORTS" /YX /FD /GZ /c # ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "IMA_ADPCM_EXPORTS" /YX /FD /GZ /c # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0xc09 /d "_DEBUG" # ADD RSC /l 0xc09 /d "_DEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"../../Debug/IMA_ADPCM_pwplugin.dll" /implib:"..\..\Debug\IMA_ADPCM/IMA_ADPCM_pwplugin.lib" /pdbtype:sept # SUBTRACT LINK32 /pdb:none !ENDIF # Begin Target # Name "IMA_ADPCM - Win32 Release" # Name "IMA_ADPCM - Win32 Debug" # Begin Group "Source Files" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File SOURCE=.\ima_adpcm.c # ADD CPP /D "PLUGIN_CODEC_DLL_EXPORTS" # SUBTRACT CPP /D "IMA_ADPCM_EXPORTS" # End Source File # End Group # End Target # End Project openh323_v1_18_0/plugins/audio/IMA_ADPCM/IMA_ADPCM.vcproj0100644000176200056700000001036110277330614022467 0ustar releasepostincr openh323_v1_18_0/plugins/audio/IMA_ADPCM/Makefile.in0100644000176200056700000000366110112017403021764 0ustar releasepostincr# # Makefile for IMA-ADPCM codec plugin # # Copyright (C) 2004 Post Increment, All Rights Reserved # # The contents of this file are subject to the Mozilla Public License # Version 1.0 (the "License"); you may not use this file except in # compliance with the License. You may obtain a copy of the License at # http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See # the License for the specific language governing rights and limitations # under the License. # # The Original Code is Open H323 library. # # The Initial Developer of the Original Code is Post Increment # # Contributor(s): ______________________________________. # # $Log: Makefile.in,v $ # Revision 1.3 2004/08/22 04:20:19 csoutheren # Added -fPIC to build commands to fix problems on 64 bit platforms # Thanks to Klaus Kaempf # # Revision 1.2 2004/06/24 23:33:17 csoutheren # Changed Makefiles to ensure all plugins have correct suffix # # Revision 1.1 2004/05/10 12:42:24 csoutheren # Include IMA ADPCM plugin # # STDCCFLAGS += -fPIC PREFIX=@INSTALLPREFIX@ exec_prefix = ${PREFIX} LIBDIR=@LIBDIR@ H323_SYSTEM_GSM=@H323_SYSTEM_GSM@ CC=@CC@ CXX=@CXX@ LDSO=@LDSO@ ifndef PREFIX PREFIX=/usr/local endif SONAME = ima_adpcm OBJDIR = ./obj SRCS += ima_adpcm.c vpath %.o $(OBJDIR) vpath %.c $(SRCDIR) $(OBJDIR)/%.o : %.c @mkdir -p $(OBJDIR) >/dev/null 2>&1 $(CC) -I../../../include $(STDCCFLAGS) $(OPTCCFLAGS) $(CFLAGS) -c $< -o $@ PLUGIN = ./ima_adpcm_audio_pwplugin.so OBJECTS = $(addprefix $(OBJDIR)/,$(patsubst %.c,%.o,$(notdir $(SRCS)))) $(PLUGIN): $(OBJECTS) $(CC) $(LDSO)$(SONAME) -o $@ $^ $(EXTRALIBS) install: mkdir -p $(DESTDIR)$(LIBDIR)/pwlib/codecs/audio/ cp $(PLUGIN) $(DESTDIR)$(LIBDIR)/pwlib/codecs/audio/ uninstall: rm -f $(DESTDIR)$(LIBDIR)/pwlib/codecs/audio/$(PLUGIN) clean: rm -f $(OBJECTS) $(PLUGIN) ########################################### openh323_v1_18_0/plugins/audio/IMA_ADPCM/ima_adpcm.c0100644000176200056700000004206610265705473022023 0ustar releasepostincr/* * IMA-ADPC plugin codec for OpenH323/OPAL * * Copyright (C) 2004 Post Increment, All Rights Reserved * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Post Increment * * Contributor(s): ______________________________________. * * $Log: ima_adpcm.c,v $ * Revision 1.6 2005/07/15 10:08:59 rogerhardiman * Fix SF bug 1237507. Windows uses malloc.h. Linux and FreeBSD uses stdlib.h * Wrap #include with _WIN32 to be consistent with malloc.h in pwlib. * * Revision 1.5 2004/12/20 23:18:00 csoutheren * Added stdlib.h to all plugins to keep FreeBSD happy * Thanks to Kevin Oberman * * Revision 1.4 2004/06/17 22:04:55 csoutheren * Changed codec version number to be sensible rather than string $Ver$ * * Revision 1.3 2004/05/26 03:56:02 csoutheren * Fixed codecs using compare functions for non-standard capability matching * * Revision 1.2 2004/05/11 14:07:58 csoutheren * Fixed problems with non-standard codecs using comparefunc * * Revision 1.1 2004/05/10 12:36:41 csoutheren * New implementation * */ #include PLUGIN_CODEC_IMPLEMENT("IMA-ADPCM") #include #ifdef _WIN32 #include #endif #include //By LH, Microsoft IMA ADPCM CODEC Capability #define IMA_MAX_PACKET_SIZE 1 #define IMA_DESIRED_TRANSMIT_SIZE 1 #define IMA_SAMPLES_PER_FRAME 505 #define IMA_BYTES_PER_FRAME 256 #define IMA_NS_PER_FRAME 63100 #define PREF_FRAMES_PER_PACKET 1 #define MAX_FRAMES_PER_PACKET 1 #define IMA_BITS_SECOND 32443 static const unsigned char msIMAHeader[] = { // unknown data 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf9, 0x01, 0x00, 0x00, 0xf9, 0x01, 0x01, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, #define IMA_FIXED_START 20 // standard MS waveformatex structure follows 0x11, 0x00, // WORD wFormatTag; /* format type */ 0x01, 0x00, // WORD nChannels; /* number of channels (i.e. mono, stereo...) */ 0x40, 0x1f, 0x00, 0x00, // DWORD nSamplesPerSec; /* sample rate */ 0xd7, 0x0f, 0x00, 0x00, // DWORD nAvgBytesPerSec; /* for buffer estimation */ 0x00, 0x01, // WORD nBlockAlign; /* block size of data */ 0x04, 0x00, // WORD wBitsPerSample; /* Number of bits per sample of mono data */ 0x02, 0x00, // WORD cbSize; /* The count in bytes of the size of #define IMA_FIXED_LEN 18 // extra IMA information 0xf9, 0x01, // WORD numberOfSamples /* 505 */ // unknown data 0x00, 0x00 }; struct adpcm_state { short valprev; /* Previous output value */ char index; /* Index into stepsize table */ }; /* Intel ADPCM step variation table */ static int indexTable[16] = { -1, -1, -1, -1, 2, 4, 6, 8, -1, -1, -1, -1, 2, 4, 6, 8 }; static int stepsizeTable[89] = { 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 19, 21, 23, 25, 28, 31, 34, 37, 41, 45, 50, 55, 60, 66, 73, 80, 88, 97, 107, 118, 130, 143, 157, 173, 190, 209, 230, 253, 279, 307, 337, 371, 408, 449, 494, 544, 598, 658, 724, 796, 876, 963, 1060, 1166, 1282, 1411, 1552, 1707, 1878, 2066, 2272, 2499, 2749, 3024, 3327, 3660, 4026, 4428, 4871, 5358, 5894, 6484, 7132, 7845, 8630, 9493, 10442, 11487, 12635, 13899, 15289, 16818, 18500, 20350, 22385, 24623, 27086, 29794, 32767 }; static void adpcm_coder(short indata[], char outdata[], int len, struct adpcm_state *state) { short *inp; /* Input buffer pointer */ signed char *outp; /* output buffer pointer */ int val; /* Current input sample value */ int sign; /* Current adpcm sign bit */ int delta; /* Current adpcm output value */ int diff; /* Difference between val and valprev */ int step; /* Stepsize */ int valpred; /* Predicted output value */ int vpdiff; /* Current change to valpred */ char index; /* Current step change index */ int outputbuffer = 0; /* place to keep previous 4-bit value */ int bufferstep; /* toggle between outputbuffer/output */ outp = (signed char *)outdata; inp = indata; //create header valpred = *inp; memcpy(outp, (char *)inp, 2); inp++; outp += sizeof(short); index = state->index; memcpy(outp, (char *)&index, 1); inp++; outp++; *outp = 0; outp++; //create header ends len--; step = stepsizeTable[(int)index]; bufferstep = 1; for ( ; len > 0 ; len-- ) { val = *inp++; /* Step 1 - compute difference with previous value */ diff = val - valpred; sign = (diff < 0) ? 8 : 0; if ( sign ) diff = (-diff); /* Step 2 - Divide and clamp */ /* Note: ** This code *approximately* computes: ** delta = diff*4/step; ** vpdiff = (delta+0.5)*step/4; ** but in shift step bits are dropped. The net result of this is ** that even if you have fast mul/div hardware you cannot put it to ** good use since the fixup would be too expensive. */ delta = 0; vpdiff = (step >> 3); if ( diff >= step ) { delta = 4; diff -= step; vpdiff += step; } step >>= 1; if ( diff >= step ) { delta |= 2; diff -= step; vpdiff += step; } step >>= 1; if ( diff >= step ) { delta |= 1; vpdiff += step; } /* Step 3 - Update previous value */ if ( sign ) valpred -= vpdiff; else valpred += vpdiff; /* Step 4 - Clamp previous value to 16 bits */ if ( valpred > 32767 ) valpred = 32767; else if ( valpred < -32768 ) valpred = -32768; /* Step 5 - Assemble value, update index and step values */ delta |= sign; index = (char)(index + indexTable[delta]); if ( index < 0 ) index = 0; if ( index > 88 ) index = 88; step = stepsizeTable[(int)index]; /* Step 6 - Output value */ if ( bufferstep ) { outputbuffer = (delta << 4) & 0xf0; } else { *outp++ = (char)((delta & 0x0f) | outputbuffer); } bufferstep = !bufferstep; } /* Output last step, if needed */ if ( !bufferstep ) *outp++ = (char)outputbuffer; state->valprev = (short)valpred; state->index = index; } static void adpcm_decoder(char indata[], short outdata[], int len) { signed char *inp; /* Input buffer pointer */ short *outp; /* output buffer pointer */ int sign; /* Current adpcm sign bit */ int delta; /* Current adpcm output value */ int step; /* Stepsize */ int valpred; /* Predicted value */ int vpdiff; /* Current change to valpred */ int index; /* Current step change index */ int inputbuffer = 0; /* place to keep next 4-bit value */ int bufferstep; /* toggle between inputbuffer/input */ outp = outdata; inp = (signed char *)indata; valpred = 0; index = 0; memcpy((char *)&valpred, (char *)inp, 2); inp += 2; //skip first 16 bits sample index = (int)(unsigned char)*inp; inp += 2; //skip index step = stepsizeTable[index]; len -= 4; //skip header bufferstep = 0; len *= 2; for ( ; len > 0 ; len-- ) { /* Step 1 - get the delta value */ if ( bufferstep ) { delta = inputbuffer & 0xf; } else { inputbuffer = *inp++; delta = (inputbuffer >> 4) & 0xf; } bufferstep = !bufferstep; /* Step 2 - Find new index value (for later) */ index += indexTable[delta]; if ( index < 0 ) index = 0; if ( index > 88 ) index = 88; /* Step 3 - Separate sign and magnitude */ sign = delta & 8; delta = delta & 7; /* Step 4 - Compute difference and new predicted value */ /* ** Computes 'vpdiff = (delta+0.5)*step/4', but see comment ** in adpcm_coder. */ vpdiff = step >> 3; if ( delta & 4 ) vpdiff += step; if ( delta & 2 ) vpdiff += step>>1; if ( delta & 1 ) vpdiff += step>>2; if ( sign ) valpred -= vpdiff; else valpred += vpdiff; /* Step 5 - clamp output value */ if ( valpred > 32767 ) valpred = 32767; else if ( valpred < -32768 ) valpred = -32768; /* Step 6 - Update step value */ step = stepsizeTable[index]; /* Step 7 - Output value */ *outp++ = (char)valpred; } } ///////////////////////////////////////////////////////////////////////////// static void * create_codec(const struct PluginCodec_Definition * codec) { struct adpcm_state * s_adpcm = malloc(sizeof (struct adpcm_state)); s_adpcm->valprev = 0; s_adpcm->index = 0; return s_adpcm; } static int codec_encoder(const struct PluginCodec_Definition * codec, void * _context, const void * from, unsigned * fromLen, void * to, unsigned * toLen, unsigned int * flag) { struct adpcm_state * s_adpcm = (struct adpcm_state *)_context; if (*fromLen < (IMA_SAMPLES_PER_FRAME*2) || (*toLen < IMA_BYTES_PER_FRAME)) return 0; adpcm_coder((short *)from, (char *)to, IMA_SAMPLES_PER_FRAME, s_adpcm); return 1; } static int codec_decoder(const struct PluginCodec_Definition * codec, void * _context, const void * from, unsigned * fromLen, void * to, unsigned * toLen, unsigned int * flag) { //struct adpcm_state * s_adpcm = (struct adpcm_state *)_context; if (*toLen < (IMA_SAMPLES_PER_FRAME*2) || (*fromLen < IMA_BYTES_PER_FRAME)) return 0; adpcm_decoder((char *)from, (short *)to, IMA_BYTES_PER_FRAME); return 1; } static void destroy_codec(const struct PluginCodec_Definition * codec, void * _context) { free(_context); } ///////////////////////////////////////////////////////////////////////////// static struct PluginCodec_information licenseInfo = { 1084190703, // timestamp = Mon 10 May 2004 12:05:03 PM UTC = "Craig Southeren, Post Increment", // source code author "1.0", // source code version "craigs@postincrement.com", // source code email "http://www.postincrement.com", // source code URL "Copyright (C) 2004 by Post Increment, All Rights Reserved", // source code copyright "MPL 1.0", // source code license PluginCodec_License_MPL, // source code license NULL, // codec description NULL, // codec author NULL, // codec version NULL, // codec email NULL, // codec URL NULL, // codec copyright information NULL, // codec license PluginCodec_Licence_None // codec license code }; ///////////////////////////////////////////////////////////////////////////// static const char L16Desc[] = { "L16" }; static const char imaADPCM[] = "MS-IMA-ADPCM"; ///////////////////////////////////////////////////////////////////////////// #define MICROSOFT_COUNTRY_CODE 181 #define MICROSOFT_T35EXTENSION 0 #define MICROSOFT_MANUFACTURER 21324 int imaCompareFunc(struct PluginCodec_H323NonStandardCodecData * data) { int val; if (data == NULL || data->objectId != NULL || data->data == NULL) return -1; val = MICROSOFT_COUNTRY_CODE - data->t35CountryCode; if (val != 0) return val; val = MICROSOFT_T35EXTENSION - data->t35Extension; if (val != 0) return val; val = MICROSOFT_MANUFACTURER - data->manufacturerCode; if (val != 0) return val; val = sizeof(msIMAHeader) - data->dataLength; if (val != 0) return val; return memcmp(data->data+IMA_FIXED_START, msIMAHeader+IMA_FIXED_START, IMA_FIXED_LEN); } static struct PluginCodec_H323NonStandardCodecData imaADPCM_Cap = { NULL, MICROSOFT_COUNTRY_CODE, MICROSOFT_T35EXTENSION, MICROSOFT_MANUFACTURER, msIMAHeader, sizeof(msIMAHeader), imaCompareFunc }; static struct PluginCodec_Definition imaADPCMCodecDefn[] = { { // encoder PLUGIN_CODEC_VERSION, // codec API version &licenseInfo, // license information PluginCodec_MediaTypeAudio | // audio codec PluginCodec_InputTypeRaw | // raw input data PluginCodec_OutputTypeRaw | // raw output data PluginCodec_RTPTypeExplicit, // specified RTP type imaADPCM, // text decription L16Desc, // source format imaADPCM, // destination format 0, // user data 8000, // samples per second IMA_BITS_SECOND, // raw bits per second IMA_NS_PER_FRAME, // nanoseconds per frame IMA_SAMPLES_PER_FRAME, // samples per frame IMA_BYTES_PER_FRAME, // bytes per frame PREF_FRAMES_PER_PACKET, // recommended number of frames per packet MAX_FRAMES_PER_PACKET, // maximum number of frames per packe 0, // no IANA RTP payload code NULL, // RTP payload name create_codec, // create codec function destroy_codec, // destroy codec codec_encoder, // encode/decode NULL, // codec controls PluginCodec_H323Codec_nonStandard, // h323CapabilityType &imaADPCM_Cap // h323CapabilityData }, { // decoder PLUGIN_CODEC_VERSION, // codec API version &licenseInfo, // license information PluginCodec_MediaTypeAudio | // audio codec PluginCodec_InputTypeRaw | // raw input data PluginCodec_OutputTypeRaw | // raw output data PluginCodec_RTPTypeDynamic, // dynamic RTP type imaADPCM, // text decription imaADPCM, // source format L16Desc, // destination format 0, // user data 8000, // samples per second IMA_BITS_SECOND, // raw bits per second IMA_NS_PER_FRAME, // nanoseconds per frame IMA_SAMPLES_PER_FRAME, // samples per frame IMA_BYTES_PER_FRAME, // bytes per frame PREF_FRAMES_PER_PACKET, // recommended number of frames per packet MAX_FRAMES_PER_PACKET, // maximum number of frames per packe 0, // no IANA RTP payload code NULL, // RTP payload name create_codec, // create codec function destroy_codec, // destroy codec codec_decoder, // encode/decode NULL, // codec controls PluginCodec_H323Codec_nonStandard, // h323CapabilityType &imaADPCM_Cap // h323CapabilityData }, }; #define NUM_DEFNS (sizeof(imaADPCMCodecDefn) / sizeof(struct PluginCodec_Definition)) ///////////////////////////////////////////////////////////////////////////// PLUGIN_CODEC_DLL_API struct PluginCodec_Definition * PLUGIN_CODEC_GET_CODEC_FN(unsigned * count, unsigned version) { *count = NUM_DEFNS; return imaADPCMCodecDefn; } openh323_v1_18_0/plugins/audio/LPC_10/0040755000176200056700000000000010411467452017337 5ustar releasepostincropenh323_v1_18_0/plugins/audio/LPC_10/src/0040755000176200056700000000000010411467452020126 5ustar releasepostincropenh323_v1_18_0/plugins/audio/LPC_10/src/Makefile0100644000176200056700000000270010045675632021566 0ustar releasepostincr# # Makefile for LPC-10 speech coder library (unix) # # default C compiler CC= gcc # # These definitions for CFLAGS and LIB_TARGET_DIR are used when one # runs make in the lpc10 directory, without environment variables that # override them. When make is run in this directory from a makefile # for an application that uses the LPC10 coder, there are environment # variables set for CFLAGS and LIB_TARGET_DIR that override these # definitions. # LIB_TARGET_DIR = .. # # -I$(LIB_TARGET_DIR) option needed so that #include "machine.h" # directives can find the machine.h file. # WARNINGS = -Wall CFLAGS = -O3 -I$(LIB_TARGET_DIR) $(WARNINGS) LIB = $(LIB_TARGET_DIR)/liblpc10.a .PHONY: all clean all: $(LIB) ranlib $(LIB) $(LIB): $(LIB)(f2clib.o) \ $(LIB)(analys.o) \ $(LIB)(bsynz.o) \ $(LIB)(chanwr.o) \ $(LIB)(dcbias.o) \ $(LIB)(decode.o) \ $(LIB)(deemp.o) \ $(LIB)(difmag.o) \ $(LIB)(dyptrk.o) \ $(LIB)(encode.o) \ $(LIB)(energy.o) \ $(LIB)(ham84.o) \ $(LIB)(hp100.o) \ $(LIB)(invert.o) \ $(LIB)(irc2pc.o) \ $(LIB)(ivfilt.o) \ $(LIB)(lpcdec.o) \ $(LIB)(lpcenc.o) \ $(LIB)(lpcini.o) \ $(LIB)(lpfilt.o) \ $(LIB)(median.o) \ $(LIB)(mload.o) \ $(LIB)(onset.o) \ $(LIB)(pitsyn.o) \ $(LIB)(placea.o) \ $(LIB)(placev.o) \ $(LIB)(preemp.o) \ $(LIB)(prepro.o) \ $(LIB)(random.o) \ $(LIB)(rcchk.o) \ $(LIB)(synths.o) \ $(LIB)(tbdm.o) \ $(LIB)(voicin.o) \ $(LIB)(vparms.o) clean: -rm -f *.o openh323_v1_18_0/plugins/audio/LPC_10/src/README0100644000176200056700000000777210045675632021024 0ustar releasepostincrTue Aug 20 16:19:51 CDT 1996 Andy Fingerhut (jaf@arl.wustl.edu) In release 1.4, there are quite a few hand modifications to the C code that was automatically created from the Fortran code with f2c. They are all summarized in change log comments at the beginning of the changed files. All of the original files from f2c were checked in to RCS before modification, so it is possible to see exactly what changes were made, for the extremely curious. That precaution was also for my benefit, in case I ever recompile the Fortran sources, and want to make similar changes to that new C source code. Below is the README file for this directory included with the 1.3 release of the LPC-10 package. A few parts of it are a little out of date, but it is correct for the most part. Sun Jul 7 15:30:31 CDT 1996 Andy Fingerhut (jaf@arl.wustl.edu) To create the LPC-10 library, copy the appropriate makefile to the proper name for easy use, e.g., for Unix, copy makefile.unx to the file "Makefile". The file makefile.dos has been used with some version of the 'nmake' utility that comes with the Microsoft C compiler (the same one used for Nautilus v1.5a, which I believe specifies Microsoft C version 7.0 or later). Then edit the file lpc10.h in the directory above. It should already be set up to work properly on any Unix compiler for which "int" is 32 bits and "short" is 16 bits, and under the Microsoft C compiler configured so that "long" is 32 bits and "int" is 16 bits. There must be a typedef for the two types INT32 and INT16 in that file. You should choose types that compile to those sizes using your compiler, because there are places in the LPC-10 code that expect INT16's to have exactly 16 bits (at least, I *think* they must be no larger), and INT32's to have exactly 32 bits. A few notes on how these files were created ------------------------------------------- (This section is mostly for my benefit, so I can remember what I did. You don't need to read it if you just want to use this package. It might be useful to read it if you change the Fortran sources and want to recreate a usable library of C sources. -- Andy) These C sources were created automatically from the Fortran sources using f2c, for the most part. Listed below are the extra modifications that were made after this automatic conversion. Many of them were made so that it was not necessary to install f2c in order to use this LPC-10 coder. 1. Put all of those files that were necessary for only the coder, rather than an application that uses the coder, into this subdirectory called lpc10. 2. Copied f2c.h from the f2c distribution into this subdirectory. Some modifications were made to the "typedef" statements in this file, to explicitly indicate the sizes (in bits) that different integer types should be. The types INT32 and INT16 must be defined in a file called lpc10.h in the directory above. Created the file f2clib.c, containing only the functions pow_ii(), r_sign(), and i_nint() from the f2c library. 3. The f2c output originally had a file called contrl_com.c, that defined a small structure containing a few variables that were used in many different functions of the LPC10 code. Every file containing functions that used it defined it as "extern", while contrl_com.c actually allocated storage for the structure. Bill Dorsey, one of the lead developers of Nautilus, said that the Microsoft C compiler had problems either compiling this file, or linking it with all of the other compiled files, so he just eliminated that file and removed the "extern" keyword from the one of the files that declared it that way. The file chosen (arbitrarily) was analys.c. 4. Copied the makefiles for Unix and Microsoft C from the Nautilus v1.5a distribution into the lpc10 directory. Modified them to take out references to Nautilus. These makefiles don't create an executable, but a library of compiled functions called liblpc10.a (Unix) or LPC10.LIB (DOS). This library can be used when linking an executable that calls the functions lpcini_(), lpcenc_(), and lpcdec_(). openh323_v1_18_0/plugins/audio/LPC_10/src/analys.c0100644000176200056700000005634210045675632021574 0ustar releasepostincr/* $Log: analys.c,v $ Revision 1.1 2004/05/04 11:16:42 csoutheren Initial version Revision 1.2 2002/02/15 03:57:55 yurik Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com Revision 1.1 2000/06/05 04:45:12 robertj Added LPC-10 2400bps codec * Revision 1.2 1996/08/20 20:16:01 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_encoder_state(). * * Revision 1.1 1996/08/19 22:29:08 jaf * Initial revision * */ #ifdef P_R_O_T_O_T_Y_P_E_S extern int analys_(real *speech, integer *voice, integer *pitch, real *rms, real *rc, struct lpc10_encoder_state *st); /* comlen contrl_ 12 */ /*:ref: preemp_ 14 5 6 6 4 6 6 */ /*:ref: onset_ 14 7 6 4 4 4 4 4 4 */ /*:ref: placev_ 14 11 4 4 4 4 4 4 4 4 4 4 4 */ /*:ref: lpfilt_ 14 4 6 6 4 4 */ /*:ref: ivfilt_ 14 5 6 6 4 4 6 */ /*:ref: tbdm_ 14 8 6 4 4 4 6 4 4 4 */ /*:ref: voicin_ 14 12 4 6 6 4 4 6 6 4 6 4 4 4 */ /*:ref: dyptrk_ 14 6 6 4 4 4 4 4 */ /*:ref: placea_ 14 9 4 4 4 4 4 4 4 4 4 */ /*:ref: dcbias_ 14 3 4 6 6 */ /*:ref: energy_ 14 3 4 6 6 */ /*:ref: mload_ 14 6 4 4 4 6 6 6 */ /*:ref: invert_ 14 4 4 6 6 6 */ /*:ref: rcchk_ 14 3 4 6 6 */ /*:ref: initonset_ 14 0 */ /*:ref: initvoicin_ 14 0 */ /*:ref: initdyptrk_ 14 0 */ /* Rerunning f2c -P may change prototypes or declarations. */ #endif /* -- translated by f2c (version 19951025). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Common Block Declarations */ extern struct { integer order, lframe; logical corrp; } contrl_; #define contrl_1 contrl_ /* Table of constant values */ static integer c__10 = 10; static integer c__181 = 181; static integer c__720 = 720; static integer c__3 = 3; static integer c__90 = 90; static integer c__156 = 156; static integer c__307 = 307; static integer c__462 = 462; static integer c__312 = 312; static integer c__60 = 60; static integer c__1 = 1; /* ****************************************************************** */ /* ANALYS Version 55 */ /* $Log: analys.c,v $ /* Revision 1.1 2004/05/04 11:16:42 csoutheren /* Initial version /* /* Revision 1.2 2002/02/15 03:57:55 yurik /* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.2 1996/08/20 20:16:01 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_encoder_state(). * * Revision 1.1 1996/08/19 22:29:08 jaf * Initial revision * */ /* Revision 1.9 1996/05/23 19:41:07 jaf */ /* Commented out some unnecessary lines that were reading uninitialized */ /* values. */ /* Revision 1.8 1996/03/27 23:57:55 jaf */ /* Added some comments about which indices of the local buffers INBUF, */ /* LPBUF, etc., get read or modified by some of the subroutine calls. I */ /* just did this while trying to figure out the discrepancy between the */ /* embedded code compiled with all local variables implicitly saved, and */ /* without. */ /* I added some debugging write statements in hopes of finding a problem. */ /* None of them ever printed anything while running with the long input */ /* speech file dam9.spd provided in the distribution. */ /* Revision 1.7 1996/03/27 18:06:20 jaf */ /* Commented out access to MAXOSP, which is just a debugging variable */ /* that was defined in the COMMON block CONTRL in contrl.fh. */ /* Revision 1.6 1996/03/26 19:31:33 jaf */ /* Commented out trace statements. */ /* Revision 1.5 1996/03/21 15:19:35 jaf */ /* Added comments for ENTRY PITDEC. */ /* Revision 1.4 1996/03/19 20:54:27 jaf */ /* Added a line to INITANALYS. See comments there. */ /* Revision 1.3 1996/03/19 20:52:49 jaf */ /* Rearranged the order of the local variables quite a bit, to separate */ /* them into groups of "constants", "locals that don't need to be saved */ /* from one call to the next", and "local that do need to be saved from */ /* one call to the next". */ /* Several locals in the last set should have been given initial values, */ /* but weren't. I gave them all initial values of 0. */ /* Added a separate ENTRY INITANALYS that initializes all local state */ /* that should be, and also calls the corresponding entries of the */ /* subroutines called by ANALYS that also have local state. */ /* There used to be DATA statements in ANALYS. I got rid of most of */ /* them, and added a local logical variable FIRST that calls the entry */ /* INITANALYS on the first call to ANALYS. This is just so that one need */ /* not remember to call INITANALYS first in order for the state to be */ /* initialized. */ /* Revision 1.2 1996/03/11 23:29:32 jaf */ /* Added several comments with my own personal questions about the */ /* Fortran 77 meaning of the parameters passed to the subroutine PREEMP. */ /* Revision 1.1 1996/02/07 14:42:29 jaf */ /* Initial revision */ /* ****************************************************************** */ /* SUBROUTINE ANALYS */ /* Input: */ /* SPEECH */ /* Indices 1 through LFRAME read. */ /* Output: */ /* VOICE */ /* Indices 1 through 2 written. */ /* PITCH */ /* Written in subroutine DYPTRK, and then perhaps read and written */ /* some more. */ /* RMS */ /* Written. */ /* RC */ /* Indices 1 through ORDER written (ORDER defined in contrl.fh). */ /* This subroutine maintains local state from one call to the next. If */ /* you want to switch to using a new audio stream for this filter, or */ /* reinitialize its state for any other reason, call the ENTRY */ /* INITANALYS. */ /* ENTRY PITDEC */ /* Input: */ /* PITCH - Encoded pitch index */ /* Output: */ /* PTAU - Decoded pitch period */ /* This entry has no local state. It accesses a "constant" array */ /* declared in ANALYS. */ /* Subroutine */ int analys_(real *speech, integer *voice, integer *pitch, real *rms, real *rc, struct lpc10_encoder_state *st) { /* Initialized data */ static integer tau[60] = { 20,21,22,23,24,25,26,27,28,29,30,31,32,33,34, 35,36,37,38,39,40,42,44,46,48,50,52,54,56,58,60,62,64,66,68,70,72, 74,76,78,80,84,88,92,96,100,104,108,112,116,120,124,128,132,136, 140,144,148,152,156 }; static integer buflim[4] = { 181,720,25,720 }; static real precoef = .9375f; /* System generated locals */ integer i__1; /* Local variables */ real amdf[60]; integer half; real abuf[156]; real *bias; extern /* Subroutine */ int tbdm_(real *, integer *, integer *, integer *, real *, integer *, integer *, integer *); integer *awin; integer midx, ewin[6] /* was [2][3] */; real ivrc[2], temp; real *zpre; integer *vwin; integer i__, j, lanal; extern /* Subroutine */ int rcchk_(integer *, real *, real *), mload_( integer *, integer *, integer *, real *, real *, real *); real *inbuf, *pebuf; real *lpbuf, *ivbuf; real *rcbuf; integer *osbuf; extern /* Subroutine */ int onset_(real *, integer *, integer *, integer * , integer *, integer *, integer *, struct lpc10_encoder_state *); integer *osptr; extern /* Subroutine */ placea_(integer *, integer * , integer *, integer *, integer *, integer *, integer *, integer * , integer *), dcbias_(integer *, real *, real *), placev_(integer *, integer *, integer *, integer *, integer *, integer *, integer *, integer *, integer *, integer *, integer *); integer ipitch; integer *obound; extern /* Subroutine */ int preemp_(real *, real *, integer *, real *, real *), voicin_(integer *, real *, real *, integer *, integer *, real *, real *, integer *, real *, integer *, integer *, integer *, struct lpc10_encoder_state *); integer *voibuf; integer mintau; real *rmsbuf; extern /* Subroutine */ int lpfilt_(real *, real *, integer *, integer *), ivfilt_(real *, real *, integer *, integer *, real *), energy_( integer *, real *, real *), invert_(integer *, real *, real *, real *); integer minptr, maxptr; extern /* Subroutine */ int dyptrk_(real *, integer *, integer *, integer *, integer *, integer *, struct lpc10_encoder_state *); real phi[100] /* was [10][10] */, psi[10]; /* $Log: analys.c,v $ /* Revision 1.1 2004/05/04 11:16:42 csoutheren /* Initial version /* /* Revision 1.2 2002/02/15 03:57:55 yurik /* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.2 1996/08/20 20:16:01 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_encoder_state(). * * Revision 1.1 1996/08/19 22:29:08 jaf * Initial revision * */ /* Revision 1.3 1996/03/29 22:03:47 jaf */ /* Removed definitions for any constants that were no longer used. */ /* Revision 1.2 1996/03/26 19:34:33 jaf */ /* Added comments indicating which constants are not needed in an */ /* application that uses the LPC-10 coder. */ /* Revision 1.1 1996/02/07 14:43:51 jaf */ /* Initial revision */ /* LPC Configuration parameters: */ /* Frame size, Prediction order, Pitch period */ /* Arguments to ANALYS */ /* $Log: analys.c,v $ /* Revision 1.1 2004/05/04 11:16:42 csoutheren /* Initial version /* /* Revision 1.2 2002/02/15 03:57:55 yurik /* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.2 1996/08/20 20:16:01 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_encoder_state(). * * Revision 1.1 1996/08/19 22:29:08 jaf * Initial revision * */ /* Revision 1.3 1996/03/29 22:05:55 jaf */ /* Commented out the common block variables that are not needed by the */ /* embedded version. */ /* Revision 1.2 1996/03/26 19:34:50 jaf */ /* Added comments indicating which constants are not needed in an */ /* application that uses the LPC-10 coder. */ /* Revision 1.1 1996/02/07 14:44:09 jaf */ /* Initial revision */ /* LPC Processing control variables: */ /* *** Read-only: initialized in setup */ /* Files for Speech, Parameter, and Bitstream Input & Output, */ /* and message and debug outputs. */ /* Here are the only files which use these variables: */ /* lpcsim.f setup.f trans.f error.f vqsetup.f */ /* Many files which use fdebug are not listed, since it is only used in */ /* those other files conditionally, to print trace statements. */ /* integer fsi, fso, fpi, fpo, fbi, fbo, pbin, fmsg, fdebug */ /* LPC order, Frame size, Quantization rate, Bits per frame, */ /* Error correction */ /* Subroutine SETUP is the only place where order is assigned a value, */ /* and that value is 10. It could increase efficiency 1% or so to */ /* declare order as a constant (i.e., a Fortran PARAMETER) instead of as */ /* a variable in a COMMON block, since it is used in many places in the */ /* core of the coding and decoding routines. Actually, I take that back. */ /* At least when compiling with f2c, the upper bound of DO loops is */ /* stored in a local variable before the DO loop begins, and then that is */ /* compared against on each iteration. */ /* Similarly for lframe, which is given a value of MAXFRM in SETUP. */ /* Similarly for quant, which is given a value of 2400 in SETUP. quant */ /* is used in only a few places, and never in the core coding and */ /* decoding routines, so it could be eliminated entirely. */ /* nbits is similar to quant, and is given a value of 54 in SETUP. */ /* corrp is given a value of .TRUE. in SETUP, and is only used in the */ /* subroutines ENCODE and DECODE. It doesn't affect the speed of the */ /* coder significantly whether it is .TRUE. or .FALSE., or whether it is */ /* a constant or a variable, since it is only examined once per frame. */ /* Leaving it as a variable that is set to .TRUE. seems like a good */ /* idea, since it does enable some error-correction capability for */ /* unvoiced frames, with no change in the coding rate, and no noticeable */ /* quality difference in the decoded speech. */ /* integer quant, nbits */ /* *** Read/write: variables for debugging, not needed for LPC algorithm */ /* Current frame, Unstable frames, Output clip count, Max onset buffer, */ /* Debug listing detail level, Line count on listing page */ /* nframe is not needed for an embedded LPC10 at all. */ /* nunsfm is initialized to 0 in SETUP, and incremented in subroutine */ /* ERROR, which is only called from RCCHK. When LPC10 is embedded into */ /* an application, I would recommend removing the call to ERROR in RCCHK, */ /* and remove ERROR and nunsfm completely. */ /* iclip is initialized to 0 in SETUP, and incremented in entry SWRITE in */ /* sread.f. When LPC10 is embedded into an application, one might want */ /* to cause it to be incremented in a routine that takes the output of */ /* SYNTHS and sends it to an audio device. It could be optionally */ /* displayed, for those that might want to know what it is. */ /* maxosp is never initialized to 0 in SETUP, although it probably should */ /* be, and it is updated in subroutine ANALYS. I doubt that its value */ /* would be of much interest to an application in which LPC10 is */ /* embedded. */ /* listl and lincnt are not needed for an embedded LPC10 at all. */ /* integer nframe, nunsfm, iclip, maxosp, listl, lincnt */ /* common /contrl/ fsi, fso, fpi, fpo, fbi, fbo, pbin, fmsg, fdebug */ /* common /contrl/ quant, nbits */ /* common /contrl/ nframe, nunsfm, iclip, maxosp, listl, lincnt */ /* Arguments to entry PITDEC (below) */ /* Parameters/constants */ /* Constants */ /* NF = Number of frames */ /* AF = Frame in which analysis is done */ /* OSLEN = Length of the onset buffer */ /* LTAU = Number of pitch lags */ /* SBUFL, SBUFH = Start and end index of speech buffers */ /* LBUFL, LBUFH = Start and end index of LPF speech buffer */ /* MINWIN, MAXWIN = Min and Max length of voicing (and analysis) windows */ /* PWLEN, PWINH, PWINL = Length, upper and lower limits of pitch window */ /* DVWINL, DVWINH = Default lower and upper limits of voicing window */ /* The tables TAU and BUFLIM, and the variable PRECOEF, are not */ /* Fortran PARAMETER's, but they are initialized with DATA */ /* statements, and never modified. Thus, they need not have SAVE */ /* statements for them to keep their values from one invocation to */ /* the next. */ /* Local variables that need not be saved */ /* Local state */ /* Data Buffers */ /* INBUF Raw speech (with DC bias removed each frame) */ /* PEBUF Preemphasized speech */ /* LPBUF Low pass speech buffer */ /* IVBUF Inverse filtered speech */ /* OSBUF Indexes of onsets in speech buffers */ /* VWIN Voicing window indices */ /* AWIN Analysis window indices */ /* EWIN Energy window indices */ /* VOIBUF Voicing decisions on windows in VWIN */ /* RMSBUF RMS energy */ /* RCBUF Reflection Coefficients */ /* Pitch is handled separately from the above parameters. */ /* The following variables deal with pitch: */ /* MIDX Encoded initial pitch estimate for analysis frame */ /* IPITCH Initial pitch computed for frame AF (decoded from MIDX) */ /* PITCH The encoded pitch value (index into TAU) for the present */ /* frame (delayed and smoothed by Dyptrack) */ /* Parameter adjustments */ if (speech) { --speech; } if (voice) { --voice; } if (rc) { --rc; } /* Function Body */ /* Calculations are done on future frame due to requirements */ /* of the pitch tracker. Delay RMS and RC's 2 frames to give */ /* current frame parameters on return. */ /* Update all buffers */ inbuf = &(st->inbuf[0]); pebuf = &(st->pebuf[0]); lpbuf = &(st->lpbuf[0]); ivbuf = &(st->ivbuf[0]); bias = &(st->bias); osbuf = &(st->osbuf[0]); osptr = &(st->osptr); obound = &(st->obound[0]); vwin = &(st->vwin[0]); awin = &(st->awin[0]); voibuf = &(st->voibuf[0]); rmsbuf = &(st->rmsbuf[0]); rcbuf = &(st->rcbuf[0]); zpre = &(st->zpre); i__1 = 720 - contrl_1.lframe; for (i__ = 181; i__ <= i__1; ++i__) { inbuf[i__ - 181] = inbuf[contrl_1.lframe + i__ - 181]; pebuf[i__ - 181] = pebuf[contrl_1.lframe + i__ - 181]; } i__1 = 540 - contrl_1.lframe; for (i__ = 229; i__ <= i__1; ++i__) { ivbuf[i__ - 229] = ivbuf[contrl_1.lframe + i__ - 229]; } i__1 = 720 - contrl_1.lframe; for (i__ = 25; i__ <= i__1; ++i__) { lpbuf[i__ - 25] = lpbuf[contrl_1.lframe + i__ - 25]; } j = 1; i__1 = (*osptr) - 1; for (i__ = 1; i__ <= i__1; ++i__) { if (osbuf[i__ - 1] > contrl_1.lframe) { osbuf[j - 1] = osbuf[i__ - 1] - contrl_1.lframe; ++j; } } *osptr = j; voibuf[0] = voibuf[2]; voibuf[1] = voibuf[3]; for (i__ = 1; i__ <= 2; ++i__) { vwin[(i__ << 1) - 2] = vwin[(i__ + (1 << 1)) - 2] - contrl_1.lframe; vwin[(i__ << 1) - 1] = vwin[(i__ + (1 << 1)) - 1] - contrl_1.lframe; awin[(i__ << 1) - 2] = awin[(i__ + (1 << 1)) - 2] - contrl_1.lframe; awin[(i__ << 1) - 1] = awin[(i__ + (1 << 1)) - 1] - contrl_1.lframe; /* EWIN(*,J) is unused for J .NE. AF, so the following shift is */ /* unnecessary. It also causes error messages when the C versio n */ /* of the code created from this by f2c is run with Purify. It */ /* correctly complains that uninitialized memory is being read. */ /* EWIN(1,I) = EWIN(1,I+1) - LFRAME */ /* EWIN(2,I) = EWIN(2,I+1) - LFRAME */ obound[i__ - 1] = obound[i__]; voibuf[i__ * 2] = voibuf[(i__ + 1) * 2]; voibuf[(i__ << 1) + 1] = voibuf[(i__ + (1 << 1)) + 1]; rmsbuf[i__ - 1] = rmsbuf[i__]; i__1 = contrl_1.order; for (j = 1; j <= i__1; ++j) { rcbuf[j + i__ * 10 - 11] = rcbuf[j + (i__ + 1) * 10 - 11]; } } /* Copy input speech, scale to sign+12 bit integers */ /* Remove long term DC bias. */ /* If the average value in the frame was over 1/4096 (after current */ /* BIAS correction), then subtract that much more from samples in */ /* next frame. If the average value in the frame was under */ /* -1/4096, add 1/4096 more to samples in next frame. In all other */ /* cases, keep BIAS the same. */ temp = 0.f; i__1 = contrl_1.lframe; for (i__ = 1; i__ <= i__1; ++i__) { inbuf[720 - contrl_1.lframe + i__ - 181] = speech[i__] * 4096.f - (*bias); temp += inbuf[720 - contrl_1.lframe + i__ - 181]; } if (temp > (real) contrl_1.lframe) { *bias += 1; } if (temp < (real) (-contrl_1.lframe)) { *bias += -1; } /* Place Voicing Window */ i__ = 721 - contrl_1.lframe; preemp_(&inbuf[i__ - 181], &pebuf[i__ - 181], &contrl_1.lframe, &precoef, zpre); onset_(pebuf, osbuf, osptr, &c__10, &c__181, &c__720, &contrl_1.lframe, st); /* MAXOSP is just a debugging variable. */ /* MAXOSP = MAX( MAXOSP, OSPTR ) */ placev_(osbuf, osptr, &c__10, &obound[2], vwin, &c__3, &contrl_1.lframe, &c__90, &c__156, &c__307, &c__462); /* The Pitch Extraction algorithm estimates the pitch for a frame */ /* of speech by locating the minimum of the average magnitude difference */ /* function (AMDF). The AMDF operates on low-pass, inverse filtered */ /* speech. (The low-pass filter is an 800 Hz, 19 tap, equiripple, FIR */ /* filter and the inverse filter is a 2nd-order LPC filter.) The pitch */ /* estimate is later refined by dynamic programming (DYPTRK). However, */ /* since some of DYPTRK's parameters are a function of the voicing */ /* decisions, a voicing decision must precede the final pitch estimation. */ /* See subroutines LPFILT, IVFILT, and TBDM. */ /* LPFILT reads indices LBUFH-LFRAME-29 = 511 through LBUFH = 720 */ /* of INBUF, and writes indices LBUFH+1-LFRAME = 541 through LBUFH */ /* = 720 of LPBUF. */ lpfilt_(&inbuf[228], &lpbuf[384], &c__312, &contrl_1.lframe); /* IVFILT reads indices (PWINH-LFRAME-7) = 353 through PWINH = 540 */ /* of LPBUF, and writes indices (PWINH-LFRAME+1) = 361 through */ /* PWINH = 540 of IVBUF. */ ivfilt_(&lpbuf[204], ivbuf, &c__312, &contrl_1.lframe, ivrc); /* TBDM reads indices PWINL = 229 through */ /* (PWINL-1)+MAXWIN+(TAU(LTAU)-TAU(1))/2 = 452 of IVBUF, and writes */ /* indices 1 through LTAU = 60 of AMDF. */ tbdm_(ivbuf, &c__156, tau, &c__60, amdf, &minptr, &maxptr, &mintau); /* Voicing decisions are made for each half frame of input speech. */ /* An initial voicing classification is made for each half of the */ /* analysis frame, and the voicing decisions for the present frame */ /* are finalized. See subroutine VOICIN. */ /* The voicing detector (VOICIN) classifies the input signal as */ /* unvoiced (including silence) or voiced using the AMDF windowed */ /* maximum-to-minimum ratio, the zero crossing rate, energy measures, */ /* reflection coefficients, and prediction gains. */ /* The pitch and voicing rules apply smoothing and isolated */ /* corrections to the pitch and voicing estimates and, in the process, */ /* introduce two frames of delay into the corrected pitch estimates and */ /* voicing decisions. */ for (half = 1; half <= 2; ++half) { voicin_(&vwin[4], inbuf, lpbuf, buflim, &half, &amdf[minptr - 1], & amdf[maxptr - 1], &mintau, ivrc, obound, voibuf, &c__3, st); } /* Find the minimum cost pitch decision over several frames */ /* given the current voicing decision and the AMDF array */ dyptrk_(amdf, &c__60, &minptr, &voibuf[7], pitch, &midx, st); ipitch = tau[midx - 1]; /* Place spectrum analysis and energy windows */ placea_(&ipitch, voibuf, &obound[2], &c__3, vwin, awin, ewin, & contrl_1.lframe, &c__156); /* Remove short term DC bias over the analysis window, Put result in ABUF */ lanal = awin[5] + 1 - awin[4]; dcbias_(&lanal, &pebuf[awin[4] - 181], abuf); /* ABUF(1:LANAL) is now defined. It is equal to */ /* PEBUF(AWIN(1,AF):AWIN(2,AF)) corrected for short term DC bias. */ /* Compute RMS over integer number of pitch periods within the */ /* analysis window. */ /* Note that in a hardware implementation this computation may be */ /* simplified by using diagonal elements of PHI computed by MLOAD. */ i__1 = ewin[5] - ewin[4] + 1; energy_(&i__1, &abuf[ewin[4] - awin[4]], &rmsbuf[2]); /* Matrix load and invert, check RC's for stability */ mload_(&contrl_1.order, &c__1, &lanal, abuf, phi, psi); invert_(&contrl_1.order, phi, psi, &rcbuf[20]); rcchk_(&contrl_1.order, &rcbuf[10], &rcbuf[20]); /* Set return parameters */ voice[1] = voibuf[2]; voice[2] = voibuf[3]; *rms = rmsbuf[0]; i__1 = contrl_1.order; for (i__ = 1; i__ <= i__1; ++i__) { rc[i__] = rcbuf[i__ - 1]; } return 0; } /* analys_ */ openh323_v1_18_0/plugins/audio/LPC_10/src/bsynz.c0100644000176200056700000003441210045675632021444 0ustar releasepostincr/* $Log: bsynz.c,v $ Revision 1.1 2004/05/04 11:16:42 csoutheren Initial version Revision 1.2 2002/02/15 03:57:55 yurik Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com Revision 1.1 2000/06/05 04:45:12 robertj Added LPC-10 2400bps codec * Revision 1.2 1996/08/20 20:18:55 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_decoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_decoder_state(). * * Revision 1.1 1996/08/19 22:32:58 jaf * Initial revision * */ #ifdef P_R_O_T_O_T_Y_P_E_S extern int bsynz_(real *coef, integer *ip, integer *iv, real *sout, real *rms, real *ratio, real *g2pass, struct lpc10_decoder_state *st); /* comlen contrl_ 12 */ /*:ref: random_ 4 0 */ #endif /* -- translated by f2c (version 19951025). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Common Block Declarations */ extern struct { integer order, lframe; logical corrp; } contrl_; #define contrl_1 contrl_ /* ***************************************************************** */ /* BSYNZ Version 54 */ /* $Log: bsynz.c,v $ /* Revision 1.1 2004/05/04 11:16:42 csoutheren /* Initial version /* /* Revision 1.2 2002/02/15 03:57:55 yurik /* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.2 1996/08/20 20:18:55 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_decoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_decoder_state(). * * Revision 1.1 1996/08/19 22:32:58 jaf * Initial revision * */ /* Revision 1.4 1996/03/27 18:11:22 jaf */ /* Changed the range of NOISE printed out in the debugging statements, */ /* even though they are commented out. I didn't discover this until I */ /* tried comparing two different versions of the LPC-10 coder, each with */ /* full tracing enabled. */ /* Revision 1.3 1996/03/26 19:33:23 jaf */ /* Commented out trace statements. */ /* Revision 1.2 1996/03/20 17:12:54 jaf */ /* Added comments about which indices of array arguments are read or */ /* written. */ /* Rearranged local variable declarations to indicate which need to be */ /* saved from one invocation to the next. Added entry INITBSYNZ to */ /* reinitialize the local state variables, if desired. */ /* Revision 1.1 1996/02/07 14:43:15 jaf */ /* Initial revision */ /* ***************************************************************** */ /* Synthesize One Pitch Epoch */ /* Input: */ /* COEF - Predictor coefficients */ /* Indices 1 through ORDER read. */ /* IP - Pitch period (number of samples to synthesize) */ /* IV - Voicing for the current epoch */ /* RMS - Energy for the current epoch */ /* RATIO - Energy slope for plosives */ /* G2PASS- Sharpening factor for 2 pass synthesis */ /* Output: */ /* SOUT - Synthesized speech */ /* Indices 1 through IP written. */ /* This subroutine maintains local state from one call to the next. If */ /* you want to switch to using a new audio stream for this filter, or */ /* reinitialize its state for any other reason, call the ENTRY */ /* INITBSYNZ. */ /* Subroutine */ int bsynz_(real *coef, integer *ip, integer *iv, real *sout, real *rms, real *ratio, real *g2pass, struct lpc10_decoder_state *st) { /* Initialized data */ integer *ipo; real *rmso; static integer kexc[25] = { 8,-16,26,-48,86,-162,294,-502,718,-728,184, 672,-610,-672,184,728,718,502,294,162,86,48,26,16,8 }; real *exc; real *exc2; real *lpi1; real *lpi2; real *lpi3; real *hpi1; real *hpi2; real *hpi3; /* System generated locals */ integer i__1, i__2; real r__1, r__2; /* Builtin functions */ double sqrt(doublereal); /* Local variables */ real gain, xssq; integer i__, j, k; real noise[166], pulse; integer px; real sscale; extern integer random_(struct lpc10_decoder_state *); real xy, sum, ssq; real lpi0, hpi0; /* $Log: bsynz.c,v $ /* Revision 1.1 2004/05/04 11:16:42 csoutheren /* Initial version /* /* Revision 1.2 2002/02/15 03:57:55 yurik /* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.2 1996/08/20 20:18:55 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_decoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_decoder_state(). * * Revision 1.1 1996/08/19 22:32:58 jaf * Initial revision * */ /* Revision 1.3 1996/03/29 22:03:47 jaf */ /* Removed definitions for any constants that were no longer used. */ /* Revision 1.2 1996/03/26 19:34:33 jaf */ /* Added comments indicating which constants are not needed in an */ /* application that uses the LPC-10 coder. */ /* Revision 1.1 1996/02/07 14:43:51 jaf */ /* Initial revision */ /* LPC Configuration parameters: */ /* Frame size, Prediction order, Pitch period */ /* Arguments */ /* $Log: bsynz.c,v $ /* Revision 1.1 2004/05/04 11:16:42 csoutheren /* Initial version /* /* Revision 1.2 2002/02/15 03:57:55 yurik /* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.2 1996/08/20 20:18:55 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_decoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_decoder_state(). * * Revision 1.1 1996/08/19 22:32:58 jaf * Initial revision * */ /* Revision 1.3 1996/03/29 22:05:55 jaf */ /* Commented out the common block variables that are not needed by the */ /* embedded version. */ /* Revision 1.2 1996/03/26 19:34:50 jaf */ /* Added comments indicating which constants are not needed in an */ /* application that uses the LPC-10 coder. */ /* Revision 1.1 1996/02/07 14:44:09 jaf */ /* Initial revision */ /* LPC Processing control variables: */ /* *** Read-only: initialized in setup */ /* Files for Speech, Parameter, and Bitstream Input & Output, */ /* and message and debug outputs. */ /* Here are the only files which use these variables: */ /* lpcsim.f setup.f trans.f error.f vqsetup.f */ /* Many files which use fdebug are not listed, since it is only used in */ /* those other files conditionally, to print trace statements. */ /* integer fsi, fso, fpi, fpo, fbi, fbo, pbin, fmsg, fdebug */ /* LPC order, Frame size, Quantization rate, Bits per frame, */ /* Error correction */ /* Subroutine SETUP is the only place where order is assigned a value, */ /* and that value is 10. It could increase efficiency 1% or so to */ /* declare order as a constant (i.e., a Fortran PARAMETER) instead of as */ /* a variable in a COMMON block, since it is used in many places in the */ /* core of the coding and decoding routines. Actually, I take that back. */ /* At least when compiling with f2c, the upper bound of DO loops is */ /* stored in a local variable before the DO loop begins, and then that is */ /* compared against on each iteration. */ /* Similarly for lframe, which is given a value of MAXFRM in SETUP. */ /* Similarly for quant, which is given a value of 2400 in SETUP. quant */ /* is used in only a few places, and never in the core coding and */ /* decoding routines, so it could be eliminated entirely. */ /* nbits is similar to quant, and is given a value of 54 in SETUP. */ /* corrp is given a value of .TRUE. in SETUP, and is only used in the */ /* subroutines ENCODE and DECODE. It doesn't affect the speed of the */ /* coder significantly whether it is .TRUE. or .FALSE., or whether it is */ /* a constant or a variable, since it is only examined once per frame. */ /* Leaving it as a variable that is set to .TRUE. seems like a good */ /* idea, since it does enable some error-correction capability for */ /* unvoiced frames, with no change in the coding rate, and no noticeable */ /* quality difference in the decoded speech. */ /* integer quant, nbits */ /* *** Read/write: variables for debugging, not needed for LPC algorithm */ /* Current frame, Unstable frames, Output clip count, Max onset buffer, */ /* Debug listing detail level, Line count on listing page */ /* nframe is not needed for an embedded LPC10 at all. */ /* nunsfm is initialized to 0 in SETUP, and incremented in subroutine */ /* ERROR, which is only called from RCCHK. When LPC10 is embedded into */ /* an application, I would recommend removing the call to ERROR in RCCHK, */ /* and remove ERROR and nunsfm completely. */ /* iclip is initialized to 0 in SETUP, and incremented in entry SWRITE in */ /* sread.f. When LPC10 is embedded into an application, one might want */ /* to cause it to be incremented in a routine that takes the output of */ /* SYNTHS and sends it to an audio device. It could be optionally */ /* displayed, for those that might want to know what it is. */ /* maxosp is never initialized to 0 in SETUP, although it probably should */ /* be, and it is updated in subroutine ANALYS. I doubt that its value */ /* would be of much interest to an application in which LPC10 is */ /* embedded. */ /* listl and lincnt are not needed for an embedded LPC10 at all. */ /* integer nframe, nunsfm, iclip, maxosp, listl, lincnt */ /* common /contrl/ fsi, fso, fpi, fpo, fbi, fbo, pbin, fmsg, fdebug */ /* common /contrl/ quant, nbits */ /* common /contrl/ nframe, nunsfm, iclip, maxosp, listl, lincnt */ /* Function return value definitions */ /* Parameters/constants */ /* KEXC is not a Fortran PARAMETER, but it is an array initialized */ /* with a DATA statement that is never modified. */ /* Local variables that need not be saved */ /* NOISE is declared with range (1:MAXPIT+MAXORD), but only indices */ /* ORDER+1 through ORDER+IP are ever used, and I think that IP */ /* .LE. MAXPIT. Why not declare it to be in the range (1:MAXPIT) */ /* and use that range? */ /* Local state */ /* I believe that only indices 1 through ORDER of EXC need to be */ /* saved from one invocation to the next, but we may as well save */ /* the whole array. */ /* None of these local variables were given initial values in the */ /* original code. I'm guessing that 0 is a reasonable initial */ /* value for all of them. */ /* Parameter adjustments */ if (coef) { --coef; } if (sout) { --sout; } /* Function Body */ ipo = &(st->ipo); exc = &(st->exc[0]); exc2 = &(st->exc2[0]); lpi1 = &(st->lpi1); lpi2 = &(st->lpi2); lpi3 = &(st->lpi3); hpi1 = &(st->hpi1); hpi2 = &(st->hpi2); hpi3 = &(st->hpi3); rmso = &(st->rmso_bsynz); /* MAXPIT+MAXORD=166 */ /* Calculate history scale factor XY and scale filter state */ /* Computing MIN */ r__1 = *rmso / (*rms + 1e-6f); xy = min(r__1,8.f); *rmso = *rms; i__1 = contrl_1.order; for (i__ = 1; i__ <= i__1; ++i__) { exc2[i__ - 1] = exc2[*ipo + i__ - 1] * xy; } *ipo = *ip; if (*iv == 0) { /* Generate white noise for unvoiced */ i__1 = *ip; for (i__ = 1; i__ <= i__1; ++i__) { exc[contrl_1.order + i__ - 1] = (real) (random_(st) / 64); } /* Impulse doublet excitation for plosives */ /* (RANDOM()+32768) is in the range 0 to 2**16-1. Therefore the */ /* following expression should be evaluated using integers with at */ /* least 32 bits (16 isn't enough), and PX should be in the rang e */ /* ORDER+1+0 through ORDER+1+(IP-2) .EQ. ORDER+IP-1. */ px = (random_(st) + 32768) * (*ip - 1) / 65536 + contrl_1.order + 1; r__1 = *ratio / 4 * 1.f; pulse = r__1 * 342; if (pulse > 2e3f) { pulse = 2e3f; } exc[px - 1] += pulse; exc[px] -= pulse; /* Load voiced excitation */ } else { sscale = (real)sqrt((real) (*ip)) / 6.928f; i__1 = *ip; for (i__ = 1; i__ <= i__1; ++i__) { exc[contrl_1.order + i__ - 1] = 0.f; if (i__ <= 25) { exc[contrl_1.order + i__ - 1] = sscale * kexc[i__ - 1]; } lpi0 = exc[contrl_1.order + i__ - 1]; r__2 = exc[contrl_1.order + i__ - 1] * .125f + *lpi1 * .75f; r__1 = r__2 + *lpi2 * .125f; exc[contrl_1.order + i__ - 1] = r__1 + *lpi3 * 0.f; *lpi3 = *lpi2; *lpi2 = *lpi1; *lpi1 = lpi0; } i__1 = *ip; for (i__ = 1; i__ <= i__1; ++i__) { noise[contrl_1.order + i__ - 1] = random_(st) * 1.f / 64; hpi0 = noise[contrl_1.order + i__ - 1]; r__2 = noise[contrl_1.order + i__ - 1] * -.125f + *hpi1 * .25f; r__1 = r__2 + *hpi2 * -.125f; noise[contrl_1.order + i__ - 1] = r__1 + *hpi3 * 0.f; *hpi3 = *hpi2; *hpi2 = *hpi1; *hpi1 = hpi0; } i__1 = *ip; for (i__ = 1; i__ <= i__1; ++i__) { exc[contrl_1.order + i__ - 1] += noise[contrl_1.order + i__ - 1]; } } /* Synthesis filters: */ /* Modify the excitation with all-zero filter 1 + G*SUM */ xssq = 0.f; i__1 = *ip; for (i__ = 1; i__ <= i__1; ++i__) { k = contrl_1.order + i__; sum = 0.f; i__2 = contrl_1.order; for (j = 1; j <= i__2; ++j) { sum += coef[j] * exc[k - j - 1]; } sum *= *g2pass; exc2[k - 1] = sum + exc[k - 1]; } /* Synthesize using the all pole filter 1 / (1 - SUM) */ i__1 = *ip; for (i__ = 1; i__ <= i__1; ++i__) { k = contrl_1.order + i__; sum = 0.f; i__2 = contrl_1.order; for (j = 1; j <= i__2; ++j) { sum += coef[j] * exc2[k - j - 1]; } exc2[k - 1] = sum + exc2[k - 1]; xssq += exc2[k - 1] * exc2[k - 1]; } /* Save filter history for next epoch */ i__1 = contrl_1.order; for (i__ = 1; i__ <= i__1; ++i__) { exc[i__ - 1] = exc[*ip + i__ - 1]; exc2[i__ - 1] = exc2[*ip + i__ - 1]; } /* Apply gain to match RMS */ r__1 = *rms * *rms; ssq = r__1 * *ip; gain = (real)sqrt(ssq / xssq); i__1 = *ip; for (i__ = 1; i__ <= i__1; ++i__) { sout[i__] = gain * exc2[contrl_1.order + i__ - 1]; } return 0; } /* bsynz_ */ openh323_v1_18_0/plugins/audio/LPC_10/src/chanwr.c0100644000176200056700000001565110045675632021565 0ustar releasepostincr/* $Log: chanwr.c,v $ Revision 1.1 2004/05/04 11:16:42 csoutheren Initial version Revision 1.1 2000/06/05 04:45:12 robertj Added LPC-10 2400bps codec * Revision 1.2 1996/08/20 20:20:24 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an * argument. * * Revision 1.1 1996/08/19 22:40:31 jaf * Initial revision * */ #ifdef P_R_O_T_O_T_Y_P_E_S extern int chanwr_(integer *order, integer *ipitv, integer *irms, integer *irc, integer *ibits, struct lpc10_encoder_state *st); extern int chanrd_(integer *order, integer *ipitv, integer *irms, integer *irc, integer *ibits); #endif /* -- translated by f2c (version 19951025). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* *********************************************************************** */ /* CHANL Version 49 */ /* $Log: chanwr.c,v $ /* Revision 1.1 2004/05/04 11:16:42 csoutheren /* Initial version /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.2 1996/08/20 20:20:24 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an * argument. * * Revision 1.1 1996/08/19 22:40:31 jaf * Initial revision * */ /* Revision 1.3 1996/03/21 15:14:57 jaf */ /* Added comments about which indices of argument arrays are read or */ /* written, and about the one bit of local state in CHANWR. CHANRD */ /* has no local state. */ /* Revision 1.2 1996/03/13 18:55:10 jaf */ /* Comments added explaining which of the local variables of this */ /* subroutine need to be saved from one invocation to the next, and which */ /* do not. */ /* Revision 1.1 1996/02/07 14:43:31 jaf */ /* Initial revision */ /* *********************************************************************** */ /* CHANWR: */ /* Place quantized parameters into bitstream */ /* Input: */ /* ORDER - Number of reflection coefficients (not really variable) */ /* IPITV - Quantized pitch/voicing parameter */ /* IRMS - Quantized energy parameter */ /* IRC - Quantized reflection coefficients */ /* Indices 1 through ORDER read. */ /* Output: */ /* IBITS - Serial bitstream */ /* Indices 1 through 54 written. */ /* Bit 54, the SYNC bit, alternates from one call to the next. */ /* Subroutine CHANWR maintains one bit of local state from one call to */ /* the next, in the variable ISYNC. I believe that this one bit is only */ /* intended to allow a receiver to resynchronize its interpretation of */ /* the bit stream, by looking for which of the 54 bits alternates every */ /* frame time. This is just a simple framing mechanism that is not */ /* useful when other, higher overhead framing mechanisms are used to */ /* transmit the coded frames. */ /* I'm not going to make an entry to reinitialize this bit, since it */ /* doesn't help a receiver much to know whether the first sync bit is a 0 */ /* or a 1. It needs to examine several frames in sequence to have */ /* reasonably good assurance that its framing is correct. */ /* CHANRD: */ /* Reconstruct parameters from bitstream */ /* Input: */ /* ORDER - Number of reflection coefficients (not really variable) */ /* IBITS - Serial bitstream */ /* Indices 1 through 53 read (SYNC bit is ignored). */ /* Output: */ /* IPITV - Quantized pitch/voicing parameter */ /* IRMS - Quantized energy parameter */ /* IRC - Quantized reflection coefficients */ /* Indices 1 through ORDER written */ /* Entry CHANRD has no local state. */ /* IBITS is 54 bits of LPC data ordered as follows: */ /* R1-0, R2-0, R3-0, P-0, A-0, */ /* R1-1, R2-1, R3-1, P-1, A-1, */ /* R1-2, R4-0, R3-2, A-2, P-2, R4-1, */ /* R1-3, R2-2, R3-3, R4-2, A-3, */ /* R1-4, R2-3, R3-4, R4-3, A-4, */ /* P-3, R2-4, R7-0, R8-0, P-4, R4-4, */ /* R5-0, R6-0, R7-1,R10-0, R8-1, */ /* R5-1, R6-1, R7-2, R9-0, P-5, */ /* R5-2, R6-2,R10-1, R8-2, P-6, R9-1, */ /* R5-3, R6-3, R7-3, R9-2, R8-3, SYNC */ /* Subroutine */ int chanwr_0_(int n__, integer *order, integer *ipitv, integer *irms, integer *irc, integer *ibits, struct lpc10_encoder_state *st) { /* Initialized data */ integer *isync; static integer bit[10] = { 2,4,8,8,8,8,16,16,16,16 }; static integer iblist[53] = { 13,12,11,1,2,13,12,11,1,2,13,10,11,2,1,10, 13,12,11,10,2,13,12,11,10,2,1,12,7,6,1,10,9,8,7,4,6,9,8,7,5,1,9,8, 4,6,1,5,9,8,7,5,6 }; /* System generated locals */ integer i__1; /* Local variables */ integer itab[13], i__; /* Arguments */ /* Parameters/constants */ /* These arrays are not Fortran PARAMETER's, but they are defined */ /* by DATA statements below, and their contents are never altered. */ /* Local variables that need not be saved */ /* Local state */ /* ISYNC is only used by CHANWR, not by ENTRY CHANRD. */ /* Parameter adjustments */ --irc; --ibits; /* Function Body */ switch(n__) { case 1: goto L_chanrd; } isync = &(st->isync); /* *********************************************************************** */ /* Place quantized parameters into bitstream */ /* *********************************************************************** */ /* Place parameters into ITAB */ itab[0] = *ipitv; itab[1] = *irms; itab[2] = 0; i__1 = *order; for (i__ = 1; i__ <= i__1; ++i__) { itab[i__ + 2] = irc[*order + 1 - i__] & 32767; } /* Put 54 bits into IBITS array */ for (i__ = 1; i__ <= 53; ++i__) { ibits[i__] = itab[iblist[i__ - 1] - 1] & 1; itab[iblist[i__ - 1] - 1] /= 2; } ibits[54] = *isync & 1; *isync = 1 - *isync; return 0; /* *********************************************************************** */ /* Reconstruct parameters from bitstream */ /* *********************************************************************** */ L_chanrd: /* Reconstruct ITAB */ for (i__ = 1; i__ <= 13; ++i__) { itab[i__ - 1] = 0; } for (i__ = 1; i__ <= 53; ++i__) { itab[iblist[54 - i__ - 1] - 1] = (itab[iblist[54 - i__ - 1] - 1] << 1) + ibits[54 - i__]; } /* Sign extend RC's */ i__1 = *order; for (i__ = 1; i__ <= i__1; ++i__) { if ((itab[i__ + 2] & bit[i__ - 1]) != 0) { itab[i__ + 2] -= bit[i__ - 1] << 1; } } /* Restore variables */ *ipitv = itab[0]; *irms = itab[1]; i__1 = *order; for (i__ = 1; i__ <= i__1; ++i__) { irc[i__] = itab[*order + 4 - i__ - 1]; } return 0; } /* chanwr_ */ /* Subroutine */ int chanwr_(integer *order, integer *ipitv, integer *irms, integer *irc, integer *ibits, struct lpc10_encoder_state *st) { return chanwr_0_(0, order, ipitv, irms, irc, ibits, st); } /* Subroutine */ int chanrd_(integer *order, integer *ipitv, integer *irms, integer *irc, integer *ibits) { return chanwr_0_(1, order, ipitv, irms, irc, ibits, 0); } openh323_v1_18_0/plugins/audio/LPC_10/src/dcbias.c0100644000176200056700000000433210045675632021522 0ustar releasepostincr/* $Log: dcbias.c,v $ Revision 1.1 2004/05/04 11:16:42 csoutheren Initial version Revision 1.1 2000/06/05 04:45:12 robertj Added LPC-10 2400bps codec * Revision 1.1 1996/08/19 22:40:23 jaf * Initial revision * */ #ifdef P_R_O_T_O_T_Y_P_E_S extern int dcbias_(integer *len, real *speech, real *sigout); #endif /* -- translated by f2c (version 19951025). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* ********************************************************************* */ /* DCBIAS Version 50 */ /* $Log: dcbias.c,v $ /* Revision 1.1 2004/05/04 11:16:42 csoutheren /* Initial version /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.1 1996/08/19 22:40:23 jaf * Initial revision * */ /* Revision 1.3 1996/03/18 21:19:22 jaf */ /* Just added a few comments about which array indices of the arguments */ /* are used, and mentioning that this subroutine has no local state. */ /* Revision 1.2 1996/03/13 16:44:53 jaf */ /* Comments added explaining that none of the local variables of this */ /* subroutine need to be saved from one invocation to the next. */ /* Revision 1.1 1996/02/07 14:44:21 jaf */ /* Initial revision */ /* ********************************************************************* */ /* Calculate and remove DC bias from buffer. */ /* Input: */ /* LEN - Length of speech buffers */ /* SPEECH - Input speech buffer */ /* Indices 1 through LEN read. */ /* Output: */ /* SIGOUT - Output speech buffer */ /* Indices 1 through LEN written */ /* This subroutine has no local state. */ /* Subroutine */ int dcbias_(integer *len, real *speech, real *sigout) { /* System generated locals */ integer i__1; /* Local variables */ real bias; integer i__; /* Arguments */ /* Local variables that need not be saved */ /* Parameter adjustments */ --sigout; --speech; /* Function Body */ bias = 0.f; i__1 = *len; for (i__ = 1; i__ <= i__1; ++i__) { bias += speech[i__]; } bias /= *len; i__1 = *len; for (i__ = 1; i__ <= i__1; ++i__) { sigout[i__] = speech[i__] - bias; } return 0; } /* dcbias_ */ openh323_v1_18_0/plugins/audio/LPC_10/src/decode_.c0100644000176200056700000004712710045675632021670 0ustar releasepostincr/* $Log: decode_.c,v $ Revision 1.1 2004/05/04 11:16:42 csoutheren Initial version Revision 1.2 2002/02/15 03:57:55 yurik Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com Revision 1.1 2000/06/05 04:45:12 robertj Added LPC-10 2400bps codec * Revision 1.2 1996/08/20 20:22:39 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_decoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_decoder_state(). * * Revision 1.1 1996/08/19 22:32:38 jaf * Initial revision * */ #ifdef P_R_O_T_O_T_Y_P_E_S extern int decode_(integer *ipitv, integer *irms, integer *irc, integer *voice, integer *pitch, real *rms, real *rc, struct lpc10_decoder_state *st); /* comlen contrl_ 12 */ /*:ref: ham84_ 14 3 4 4 4 */ /*:ref: median_ 4 3 4 4 4 */ #endif /* -- translated by f2c (version 19951025). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Common Block Declarations */ extern struct { integer order, lframe; logical corrp; } contrl_; #define contrl_1 contrl_ /* Table of constant values */ static integer c__2 = 2; /* ***************************************************************** */ /* DECODE Version 54 */ /* $Log: decode_.c,v $ /* Revision 1.1 2004/05/04 11:16:42 csoutheren /* Initial version /* /* Revision 1.2 2002/02/15 03:57:55 yurik /* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.2 1996/08/20 20:22:39 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_decoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_decoder_state(). * * Revision 1.1 1996/08/19 22:32:38 jaf * Initial revision * */ /* Revision 1.5 1996/05/23 20:06:03 jaf */ /* Assigned PITCH a "default" value on the first call, since otherwise it */ /* would be left uninitialized. */ /* Revision 1.4 1996/03/26 19:35:18 jaf */ /* Commented out trace statements. */ /* Revision 1.3 1996/03/21 21:10:50 jaf */ /* Added entry INITDECODE to reinitialize the local state of subroutine */ /* DECODE. */ /* Revision 1.2 1996/03/21 21:04:50 jaf */ /* Determined which local variables should be saved from one invocation */ /* to the next, and guessed initial values for some that should have been */ /* saved, but weren't given initial values. Many of the arrays are */ /* "constants", and many local variables are only used if the "global" */ /* variable CORRP is .TRUE. */ /* Added comments explaining which indices of array arguments are read or */ /* written. */ /* Revision 1.1 1996/02/12 03:21:10 jaf */ /* Initial revision */ /* ***************************************************************** */ /* This subroutine provides error correction and decoding */ /* for all LPC parameters */ /* Input: */ /* IPITV - Index value of pitch */ /* IRMS - Coded Energy */ /* CORRP - Error correction: */ /* If FALSE, parameters are decoded directly with no delay. If TRUE, */ /* most important parameter bits are protected by Hamming code and */ /* median smoothed. This requires an additional frame of delay. */ /* Input/Output: */ /* IRC - Coded Reflection Coefficients */ /* Indices 1 through ORDER always read, then written. */ /* Output: */ /* VOICE - Half frame voicing decisions */ /* Indices 1 through 2 written. */ /* PITCH - Decoded pitch */ /* RMS - Energy */ /* RC - Reflection coefficients */ /* Indices 1 through ORDER written. */ /* NOTE: Zero RC's should be done more directly, but this would affect */ /* coded parameter printout. */ /* This subroutine maintains local state from one call to the next. If */ /* you want to switch to using a new audio stream for this filter, or */ /* reinitialize its state for any other reason, call the ENTRY */ /* INITDECODE. */ /* Subroutine */ int decode_(integer *ipitv, integer *irms, integer *irc, integer *voice, integer *pitch, real *rms, real *rc, struct lpc10_decoder_state *st) { /* Initialized data */ logical *first; static integer ethrs = 2048; static integer ethrs1 = 128; static integer ethrs2 = 1024; static integer ethrs3 = 2048; static integer ivtab[32] = { 24960,24960,24960,24960,25480,25480,25483, 25480,16640,1560,1560,1560,16640,1816,1563,1560,24960,24960,24859, 24856,26001,25881,25915,25913,1560,1560,7800,3640,1561,1561,3643, 3641 }; static real corth[32] /* was [4][8] */ = { 32767.f,10.f,5.f,0.f, 32767.f,8.f,4.f,0.f,32.f,6.4f,3.2f,0.f,32.f,6.4f,3.2f,0.f,32.f, 11.2f,6.4f,0.f,32.f,11.2f,6.4f,0.f,16.f,5.6f,3.2f,0.f,16.f,5.6f, 3.2f,0.f }; static integer detau[128] = { 0,0,0,3,0,3,3,31,0,3,3,21,3,3,29,30,0,3,3, 20,3,25,27,26,3,23,58,22,3,24,28,3,0,3,3,3,3,39,33,32,3,37,35,36, 3,38,34,3,3,42,46,44,50,40,48,3,54,3,56,3,52,3,3,1,0,3,3,108,3,78, 100,104,3,84,92,88,156,80,96,3,3,74,70,72,66,76,68,3,62,3,60,3,64, 3,3,1,3,116,132,112,148,152,3,3,140,3,136,3,144,3,3,1,124,120,128, 3,3,3,3,1,3,3,3,1,3,1,1,1 }; static integer rmst[64] = { 1024,936,856,784,718,656,600,550,502,460,420, 384,352,328,294,270,246,226,206,188,172,158,144,132,120,110,102, 92,84,78,70,64,60,54,50,46,42,38,34,32,30,26,24,22,20,18,17,16,15, 14,13,12,11,10,9,8,7,6,5,4,3,2,1,0 }; static integer detab7[32] = { 4,11,18,25,32,39,46,53,60,66,72,77,82,87,92, 96,101,104,108,111,114,115,117,119,121,122,123,124,125,126,127, 127 }; static real descl[8] = { .6953f,.625f,.5781f,.5469f,.5312f,.5391f,.4688f, .3828f }; integer *ivp2h; static integer deadd[8] = { 1152,-2816,-1536,-3584,-1280,-2432,768,-1920 } ; static integer qb[8] = { 511,511,1023,1023,1023,1023,2047,4095 }; static integer nbit[10] = { 8,8,5,5,4,4,4,4,3,2 }; static integer zrc[10] = { 0,0,0,0,0,3,0,2,0,0 }; static integer bit[5] = { 2,4,8,16,32 }; integer *iovoic; integer *iavgp; integer *iptold; integer *erate; integer *drc; integer *dpit; integer *drms; /* System generated locals */ integer i__1, i__2; /* Builtin functions */ integer pow_ii(integer *, integer *); /* Local variables */ extern /* Subroutine */ int ham84_(integer *, integer *, integer *); integer ipit, iout, i__, icorf, index, ivoic, ixcor, i1, i2, i4; extern integer median_(integer *, integer *, integer *); integer ishift, errcnt, lsb; /* $Log: decode_.c,v $ /* Revision 1.1 2004/05/04 11:16:42 csoutheren /* Initial version /* /* Revision 1.2 2002/02/15 03:57:55 yurik /* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.2 1996/08/20 20:22:39 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_decoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_decoder_state(). * * Revision 1.1 1996/08/19 22:32:38 jaf * Initial revision * */ /* Revision 1.3 1996/03/29 22:03:47 jaf */ /* Removed definitions for any constants that were no longer used. */ /* Revision 1.2 1996/03/26 19:34:33 jaf */ /* Added comments indicating which constants are not needed in an */ /* application that uses the LPC-10 coder. */ /* Revision 1.1 1996/02/07 14:43:51 jaf */ /* Initial revision */ /* LPC Configuration parameters: */ /* Frame size, Prediction order, Pitch period */ /* Arguments */ /* $Log: decode_.c,v $ /* Revision 1.1 2004/05/04 11:16:42 csoutheren /* Initial version /* /* Revision 1.2 2002/02/15 03:57:55 yurik /* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.2 1996/08/20 20:22:39 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_decoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_decoder_state(). * * Revision 1.1 1996/08/19 22:32:38 jaf * Initial revision * */ /* Revision 1.3 1996/03/29 22:05:55 jaf */ /* Commented out the common block variables that are not needed by the */ /* embedded version. */ /* Revision 1.2 1996/03/26 19:34:50 jaf */ /* Added comments indicating which constants are not needed in an */ /* application that uses the LPC-10 coder. */ /* Revision 1.1 1996/02/07 14:44:09 jaf */ /* Initial revision */ /* LPC Processing control variables: */ /* *** Read-only: initialized in setup */ /* Files for Speech, Parameter, and Bitstream Input & Output, */ /* and message and debug outputs. */ /* Here are the only files which use these variables: */ /* lpcsim.f setup.f trans.f error.f vqsetup.f */ /* Many files which use fdebug are not listed, since it is only used in */ /* those other files conditionally, to print trace statements. */ /* integer fsi, fso, fpi, fpo, fbi, fbo, pbin, fmsg, fdebug */ /* LPC order, Frame size, Quantization rate, Bits per frame, */ /* Error correction */ /* Subroutine SETUP is the only place where order is assigned a value, */ /* and that value is 10. It could increase efficiency 1% or so to */ /* declare order as a constant (i.e., a Fortran PARAMETER) instead of as */ /* a variable in a COMMON block, since it is used in many places in the */ /* core of the coding and decoding routines. Actually, I take that back. */ /* At least when compiling with f2c, the upper bound of DO loops is */ /* stored in a local variable before the DO loop begins, and then that is */ /* compared against on each iteration. */ /* Similarly for lframe, which is given a value of MAXFRM in SETUP. */ /* Similarly for quant, which is given a value of 2400 in SETUP. quant */ /* is used in only a few places, and never in the core coding and */ /* decoding routines, so it could be eliminated entirely. */ /* nbits is similar to quant, and is given a value of 54 in SETUP. */ /* corrp is given a value of .TRUE. in SETUP, and is only used in the */ /* subroutines ENCODE and DECODE. It doesn't affect the speed of the */ /* coder significantly whether it is .TRUE. or .FALSE., or whether it is */ /* a constant or a variable, since it is only examined once per frame. */ /* Leaving it as a variable that is set to .TRUE. seems like a good */ /* idea, since it does enable some error-correction capability for */ /* unvoiced frames, with no change in the coding rate, and no noticeable */ /* quality difference in the decoded speech. */ /* integer quant, nbits */ /* *** Read/write: variables for debugging, not needed for LPC algorithm */ /* Current frame, Unstable frames, Output clip count, Max onset buffer, */ /* Debug listing detail level, Line count on listing page */ /* nframe is not needed for an embedded LPC10 at all. */ /* nunsfm is initialized to 0 in SETUP, and incremented in subroutine */ /* ERROR, which is only called from RCCHK. When LPC10 is embedded into */ /* an application, I would recommend removing the call to ERROR in RCCHK, */ /* and remove ERROR and nunsfm completely. */ /* iclip is initialized to 0 in SETUP, and incremented in entry SWRITE in */ /* sread.f. When LPC10 is embedded into an application, one might want */ /* to cause it to be incremented in a routine that takes the output of */ /* SYNTHS and sends it to an audio device. It could be optionally */ /* displayed, for those that might want to know what it is. */ /* maxosp is never initialized to 0 in SETUP, although it probably should */ /* be, and it is updated in subroutine ANALYS. I doubt that its value */ /* would be of much interest to an application in which LPC10 is */ /* embedded. */ /* listl and lincnt are not needed for an embedded LPC10 at all. */ /* integer nframe, nunsfm, iclip, maxosp, listl, lincnt */ /* common /contrl/ fsi, fso, fpi, fpo, fbi, fbo, pbin, fmsg, fdebug */ /* common /contrl/ quant, nbits */ /* common /contrl/ nframe, nunsfm, iclip, maxosp, listl, lincnt */ /* Function return value definitions */ /* Parameters/constants */ /* The variables below that are not Fortran PARAMETER's are */ /* initialized with DATA statements, and then never modified. */ /* The following are used regardless of CORRP's value. */ /* DETAU, NBIT, QB, DEADD, DETAB7, RMST, DESCL */ /* The following are used only if CORRP is .TRUE. */ /* ETHRS, ETHRS1, ETHRS2, ETHRS3, IVTAB, BIT, CORTH, ZRC */ /* Local variables that need not be saved */ /* The following are used regardless of CORRP's value */ /* The following are used only if CORRP is .TRUE. */ /* Local state */ /* The following are used regardless of CORRP's value */ /* The following are used only if CORRP is .TRUE. */ /* I am guessing the initial values for IVP2H, IOVOIC, DRC, DPIT, */ /* and DRMS. They should be checked to see if they are reasonable. */ /* I'm also guessing for ERATE, but I think 0 is the right initial */ /* value. */ /* Parameter adjustments */ if (irc) { --irc; } if (voice) { --voice; } if (rc) { --rc; } /* Function Body */ iptold = &(st->iptold); first = &(st->first); ivp2h = &(st->ivp2h); iovoic = &(st->iovoic); iavgp = &(st->iavgp); erate = &(st->erate); drc = &(st->drc[0]); dpit = &(st->dpit[0]); drms = &(st->drms[0]); /* DATA statements for "constants" defined above. */ /* IF (LISTL.GE.3) WRITE(FDEBUG,800) IPITV,IRMS,(IRC(J),J=1,ORDER) */ /* 800 FORMAT(1X,' <>',T32,6X,I6,I5,T50,10I8) */ /* If no error correction, do pitch and voicing then jump to decode */ i4 = detau[*ipitv]; if (! contrl_1.corrp) { voice[1] = 1; voice[2] = 1; if (*ipitv <= 1) { voice[1] = 0; } if (*ipitv == 0 || *ipitv == 2) { voice[2] = 0; } *pitch = i4; if (*pitch <= 4) { *pitch = *iptold; } if (voice[1] == 1 && voice[2] == 1) { *iptold = *pitch; } if (voice[1] != voice[2]) { *pitch = *iptold; } goto L900; } /* Do error correction pitch and voicing */ if (i4 > 4) { dpit[0] = i4; ivoic = 2; *iavgp = (*iavgp * 15 + i4 + 8) / 16; } else { ivoic = i4; dpit[0] = *iavgp; } drms[0] = *irms; i__1 = contrl_1.order; for (i__ = 1; i__ <= i__1; ++i__) { drc[i__ * 3 - 3] = irc[i__]; } /* Determine index to IVTAB from V/UV decision */ /* If error rate is high then use alternate table */ index = (*ivp2h << 4) + (*iovoic << 2) + ivoic + 1; i1 = ivtab[index - 1]; ipit = i1 & 3; icorf = i1 / 8; if (*erate < ethrs) { icorf /= 64; } /* Determine error rate: 4=high 1=low */ ixcor = 4; if (*erate < ethrs3) { ixcor = 3; } if (*erate < ethrs2) { ixcor = 2; } if (*erate < ethrs1) { ixcor = 1; } /* Voice/unvoice decision determined from bits 0 and 1 of IVTAB */ voice[1] = icorf / 2 & 1; voice[2] = icorf & 1; /* Skip decoding on first frame because present data not yet available */ if (*first) { *first = FALSE_; /* Assign PITCH a "default" value on the first call, since */ /* otherwise it would be left uninitialized. The two lines */ /* below were copied from above, since it seemed like a */ /* reasonable thing to do for the first call. */ *pitch = i4; if (*pitch <= 4) { *pitch = *iptold; } goto L500; } /* If bit 4 of ICORF is set then correct RMS and RC(1) - RC(4). */ /* Determine error rate and correct errors using a Hamming 8,4 code */ /* during transition or unvoiced frame. If IOUT is negative, */ /* more than 1 error occurred, use previous frame's parameters. */ if ((icorf & bit[3]) != 0) { errcnt = 0; lsb = drms[1] & 1; index = (drc[22] << 4) + drms[1] / 2; ham84_(&index, &iout, &errcnt); drms[1] = drms[2]; if (iout >= 0) { drms[1] = (iout << 1) + lsb; } for (i__ = 1; i__ <= 4; ++i__) { if (i__ == 1) { i1 = ((drc[25] & 7) << 1) + (drc[28] & 1); } else { i1 = drc[(9 - i__) * 3 - 2] & 15; } i2 = drc[(5 - i__) * 3 - 2] & 31; lsb = i2 & 1; index = (i1 << 4) + i2 / 2; ham84_(&index, &iout, &errcnt); if (iout >= 0) { iout = (iout << 1) + lsb; if ((iout & 16) == 16) { iout += -32; } } else { iout = drc[(5 - i__) * 3 - 1]; } drc[(5 - i__) * 3 - 2] = iout; } /* Determine error rate */ *erate = (integer)(*erate * .96875f + errcnt * 102); } /* Get unsmoothed RMS, RC's, and PITCH */ *irms = drms[1]; i__1 = contrl_1.order; for (i__ = 1; i__ <= i__1; ++i__) { irc[i__] = drc[i__ * 3 - 2]; } if (ipit == 1) { dpit[1] = dpit[2]; } if (ipit == 3) { dpit[1] = dpit[0]; } *pitch = dpit[1]; /* If bit 2 of ICORF is set then smooth RMS and RC's, */ if ((icorf & bit[1]) != 0) { if ((i__1 = drms[1] - drms[0], (real) abs(i__1)) >= corth[ixcor + 3] && (i__2 = drms[1] - drms[2], (real) abs(i__2)) >= corth[ ixcor + 3]) { *irms = median_(&drms[2], &drms[1], drms); } for (i__ = 1; i__ <= 6; ++i__) { if ((i__1 = drc[i__ * 3 - 2] - drc[i__ * 3 - 3], (real) abs(i__1)) >= corth[ixcor + (i__ + (2 << 2)) - 5] && (i__2 = drc[i__ * 3 - 2] - drc[i__ * 3 - 1], (real) abs(i__2)) >= corth[ ixcor + (i__ + (2 << 2)) - 5]) { irc[i__] = median_(&drc[i__ * 3 - 1], &drc[i__ * 3 - 2], &drc[ i__ * 3 - 3]); } } } /* If bit 3 of ICORF is set then smooth pitch */ if ((icorf & bit[2]) != 0) { if ((i__1 = dpit[1] - dpit[0], (real) abs(i__1)) >= corth[ixcor - 1] && (i__2 = dpit[1] - dpit[2], (real) abs(i__2)) >= corth[ ixcor - 1]) { *pitch = median_(&dpit[2], &dpit[1], dpit); } } /* If bit 5 of ICORF is set then RC(5) - RC(10) are loaded with */ /* values so that after quantization bias is removed in decode */ /* the values will be zero. */ L500: if ((icorf & bit[4]) != 0) { i__1 = contrl_1.order; for (i__ = 5; i__ <= i__1; ++i__) { irc[i__] = zrc[i__ - 1]; } } /* House keeping - one frame delay */ *iovoic = ivoic; *ivp2h = voice[2]; dpit[2] = dpit[1]; dpit[1] = dpit[0]; drms[2] = drms[1]; drms[1] = drms[0]; i__1 = contrl_1.order; for (i__ = 1; i__ <= i__1; ++i__) { drc[i__ * 3 - 1] = drc[i__ * 3 - 2]; drc[i__ * 3 - 2] = drc[i__ * 3 - 3]; } L900: /* IF (LISTL.GE.3)WRITE(FDEBUG,801)VOICE,PITCH,IRMS,(IRC(J),J=1,ORDER) */ /* 801 FORMAT(1X,'<>',T32,2I3,I6,I5,T50,10I8) */ /* Decode RMS */ *irms = rmst[(31 - *irms) * 2]; /* Decode RC(1) and RC(2) from log-area-ratios */ /* Protect from illegal coded value (-16) caused by bit errors */ for (i__ = 1; i__ <= 2; ++i__) { i2 = irc[i__]; i1 = 0; if (i2 < 0) { i1 = 1; i2 = -i2; if (i2 > 15) { i2 = 0; } } i2 = detab7[i2 * 2]; if (i1 == 1) { i2 = -i2; } ishift = 15 - nbit[i__ - 1]; irc[i__] = i2 * pow_ii(&c__2, &ishift); } /* Decode RC(3)-RC(10) to sign plus 14 bits */ i__1 = contrl_1.order; for (i__ = 3; i__ <= i__1; ++i__) { i2 = irc[i__]; ishift = 15 - nbit[i__ - 1]; i2 *= pow_ii(&c__2, &ishift); i2 += qb[i__ - 3]; irc[i__] = (integer)(i2 * descl[i__ - 3] + deadd[i__ - 3]); } /* IF (LISTL.GE.3) WRITE(FDEBUG,811) IRMS, (IRC(I),I=1,ORDER) */ /* 811 FORMAT(1X,'<>',T45,I4,1X,10I8) */ /* Scale RMS and RC's to reals */ *rms = (real) (*irms); i__1 = contrl_1.order; for (i__ = 1; i__ <= i__1; ++i__) { rc[i__] = irc[i__] / 16384.f; } return 0; } /* decode_ */ openh323_v1_18_0/plugins/audio/LPC_10/src/deemp.c0100644000176200056700000000734110045675632021372 0ustar releasepostincr/* $Log: deemp.c,v $ Revision 1.1 2004/05/04 11:16:42 csoutheren Initial version Revision 1.1 2000/06/05 04:45:12 robertj Added LPC-10 2400bps codec * Revision 1.2 1996/08/20 20:23:46 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_decoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_decoder_state(). * * Revision 1.1 1996/08/19 22:32:34 jaf * Initial revision * */ #ifdef P_R_O_T_O_T_Y_P_E_S extern int deemp_(real *x, integer *n, struct lpc10_decoder_state *st); #endif /* -- translated by f2c (version 19951025). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* ***************************************************************** */ /* DEEMP Version 48 */ /* $Log: deemp.c,v $ /* Revision 1.1 2004/05/04 11:16:42 csoutheren /* Initial version /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.2 1996/08/20 20:23:46 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_decoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_decoder_state(). * * Revision 1.1 1996/08/19 22:32:34 jaf * Initial revision * */ /* Revision 1.3 1996/03/20 15:54:37 jaf */ /* Added comments about which indices of array arguments are read or */ /* written. */ /* Added entry INITDEEMP to reinitialize the local state variables, if */ /* desired. */ /* Revision 1.2 1996/03/14 22:11:13 jaf */ /* Comments added explaining which of the local variables of this */ /* subroutine need to be saved from one invocation to the next, and which */ /* do not. */ /* Revision 1.1 1996/02/07 14:44:53 jaf */ /* Initial revision */ /* ***************************************************************** */ /* De-Emphasize output speech with 1 / ( 1 - .75z**-1 ) */ /* cascaded with 200 Hz high pass filter */ /* ( 1 - 1.9998z**-1 + z**-2 ) / ( 1 - 1.75z**-1 + .78z**-2 ) */ /* WARNING! The coefficients above may be out of date with the code */ /* below. Either that, or some kind of transformation was performed */ /* on the coefficients above to create the code below. */ /* Input: */ /* N - Number of samples */ /* Input/Output: */ /* X - Speech */ /* Indices 1 through N are read before being written. */ /* This subroutine maintains local state from one call to the next. If */ /* you want to switch to using a new audio stream for this filter, or */ /* reinitialize its state for any other reason, call the ENTRY */ /* INITDEEMP. */ /* Subroutine */ int deemp_(real *x, integer *n, struct lpc10_decoder_state *st) { /* Initialized data */ real *dei1; real *dei2; real *deo1; real *deo2; real *deo3; /* System generated locals */ integer i__1; real r__1; /* Local variables */ integer k; real dei0; /* Arguments */ /* Local variables that need not be saved */ /* Local state */ /* All of the locals saved below were not given explicit initial */ /* values in the original code. I think 0 is a safe choice. */ /* Parameter adjustments */ if (x) { --x; } /* Function Body */ dei1 = &(st->dei1); dei2 = &(st->dei2); deo1 = &(st->deo1); deo2 = &(st->deo2); deo3 = &(st->deo3); i__1 = *n; for (k = 1; k <= i__1; ++k) { dei0 = x[k]; r__1 = x[k] - *dei1 * 1.9998f + *dei2; x[k] = r__1 + *deo1 * 2.5f - *deo2 * 2.0925f + *deo3 * .585f; *dei2 = *dei1; *dei1 = dei0; *deo3 = *deo2; *deo2 = *deo1; *deo1 = x[k]; } return 0; } /* deemp_ */ openh323_v1_18_0/plugins/audio/LPC_10/src/difmag.c0100644000176200056700000000631210045675632021524 0ustar releasepostincr/* $Log: difmag.c,v $ Revision 1.1 2004/05/04 11:16:42 csoutheren Initial version Revision 1.1 2000/06/05 04:45:12 robertj Added LPC-10 2400bps codec * Revision 1.1 1996/08/19 22:32:31 jaf * Initial revision * */ #ifdef P_R_O_T_O_T_Y_P_E_S extern int difmag_(real *speech, integer *lpita, integer *tau, integer *ltau, integer *maxlag, real *amdf, integer *minptr, integer *maxptr); #endif /* -- translated by f2c (version 19951025). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* ********************************************************************** */ /* DIFMAG Version 49 */ /* $Log: difmag.c,v $ /* Revision 1.1 2004/05/04 11:16:42 csoutheren /* Initial version /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.1 1996/08/19 22:32:31 jaf * Initial revision * */ /* Revision 1.3 1996/03/15 23:09:39 jaf */ /* Just added a few comments about which array indices of the arguments */ /* are used, and mentioning that this subroutine has no local state. */ /* Revision 1.2 1996/03/13 14:41:31 jaf */ /* Comments added explaining that none of the local variables of this */ /* subroutine need to be saved from one invocation to the next. */ /* Revision 1.1 1996/02/07 14:45:04 jaf */ /* Initial revision */ /* ********************************************************************* */ /* Compute Average Magnitude Difference Function */ /* Inputs: */ /* SPEECH - Low pass filtered speech */ /* Indices MIN_N1 through MAX_N1+LPITA-1 are read, where */ /* MIN_N1 = (MAXLAG - MAX_TAU)/2+1 MAX_TAU = max of TAU(I) for I=1,LTAU */ /* MAX_N1 = (MAXLAG - MIN_TAU)/2+1 MIN_TAU = min of TAU(I) for I=1,LTAU */ /* LPITA - Length of speech buffer */ /* TAU - Table of lags */ /* Indices 1 through LTAU read. */ /* LTAU - Number of lag values to compute */ /* MAXLAG - Maximum possible lag value */ /* Outputs: */ /* (All of these outputs are also read, but only after being written.) */ /* AMDF - Average Magnitude Difference for each lag in TAU */ /* Indices 1 through LTAU written */ /* MINPTR - Index of minimum AMDF value */ /* MAXPTR - Index of maximum AMDF value */ /* This subroutine has no local state. */ /* Subroutine */ int difmag_(real *speech, integer *lpita, integer *tau, integer *ltau, integer *maxlag, real *amdf, integer *minptr, integer * maxptr) { /* System generated locals */ integer i__1, i__2; real r__1; /* Local variables */ integer i__, j, n1, n2; real sum; /* Arguments */ /* Local variables that need not be saved */ /* Local state */ /* None */ /* Parameter adjustments */ --amdf; --tau; --speech; /* Function Body */ *minptr = 1; *maxptr = 1; i__1 = *ltau; for (i__ = 1; i__ <= i__1; ++i__) { n1 = (*maxlag - tau[i__]) / 2 + 1; n2 = n1 + *lpita - 1; sum = 0.f; i__2 = n2; for (j = n1; j <= i__2; j += 4) { sum += (r__1 = speech[j] - speech[j + tau[i__]], abs(r__1)); } amdf[i__] = sum; if (amdf[i__] < amdf[*minptr]) { *minptr = i__; } if (amdf[i__] > amdf[*maxptr]) { *maxptr = i__; } } return 0; } /* difmag_ */ openh323_v1_18_0/plugins/audio/LPC_10/src/dyptrk.c0100644000176200056700000003071710045675632021620 0ustar releasepostincr/* $Log: dyptrk.c,v $ Revision 1.1 2004/05/04 11:16:42 csoutheren Initial version Revision 1.1 2000/06/05 04:45:12 robertj Added LPC-10 2400bps codec * Revision 1.2 1996/08/20 20:25:29 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_encoder_state(). * * Revision 1.1 1996/08/19 22:32:26 jaf * Initial revision * */ #ifdef P_R_O_T_O_T_Y_P_E_S extern int dyptrk_(real *amdf, integer *ltau, integer *minptr, integer *voice, integer *pitch, integer *midx, struct lpc10_encoder_state *st); /* comlen contrl_ 12 */ #endif /* -- translated by f2c (version 19951025). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Common Block Declarations */ extern struct { integer order, lframe; logical corrp; } contrl_; #define contrl_1 contrl_ /* ********************************************************************* */ /* DYPTRK Version 52 */ /* $Log: dyptrk.c,v $ /* Revision 1.1 2004/05/04 11:16:42 csoutheren /* Initial version /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.2 1996/08/20 20:25:29 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_encoder_state(). * * Revision 1.1 1996/08/19 22:32:26 jaf * Initial revision * */ /* Revision 1.5 1996/03/26 19:35:35 jaf */ /* Commented out trace statements. */ /* Revision 1.4 1996/03/19 18:03:22 jaf */ /* Replaced the initialization "DATA P/60*DEPTH*0/" with "DATA P/120*0/", */ /* because apparently Fortran (or at least f2c) can't handle expressions */ /* like that. */ /* Revision 1.3 1996/03/19 17:38:32 jaf */ /* Added comments about the local variables that should be saved from one */ /* invocation to the next. None of them were given initial values in the */ /* original code, but from my testing, it appears that initializing them */ /* all to 0 works. */ /* Added entry INITDYPTRK to reinitialize these local variables. */ /* Revision 1.2 1996/03/13 16:32:17 jaf */ /* Comments added explaining which of the local variables of this */ /* subroutine need to be saved from one invocation to the next, and which */ /* do not. */ /* WARNING! Some of them that should are never given initial values in */ /* this code. Hopefully, Fortran 77 defines initial values for them, but */ /* even so, giving them explicit initial values is preferable. */ /* Revision 1.1 1996/02/07 14:45:14 jaf */ /* Initial revision */ /* ********************************************************************* */ /* Dynamic Pitch Tracker */ /* Input: */ /* AMDF - Average Magnitude Difference Function array */ /* Indices 1 through LTAU read, and MINPTR */ /* LTAU - Number of lags in AMDF */ /* MINPTR - Location of minimum AMDF value */ /* VOICE - Voicing decision */ /* Output: */ /* PITCH - Smoothed pitch value, 2 frames delayed */ /* MIDX - Initial estimate of current frame pitch */ /* Compile time constant: */ /* DEPTH - Number of frames to trace back */ /* This subroutine maintains local state from one call to the next. If */ /* you want to switch to using a new audio stream for this filter, or */ /* reinitialize its state for any other reason, call the ENTRY */ /* INITDYPTRK. */ /* Subroutine */ int dyptrk_(real *amdf, integer *ltau, integer * minptr, integer *voice, integer *pitch, integer *midx, struct lpc10_encoder_state *st) { /* Initialized data */ real *s; integer *p; integer *ipoint; real *alphax; /* System generated locals */ integer i__1; /* Local variables */ integer pbar; real sbar; integer path[2], iptr, i__, j; real alpha, minsc, maxsc; /* Arguments */ /* $Log: dyptrk.c,v $ /* Revision 1.1 2004/05/04 11:16:42 csoutheren /* Initial version /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.2 1996/08/20 20:25:29 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_encoder_state(). * * Revision 1.1 1996/08/19 22:32:26 jaf * Initial revision * */ /* Revision 1.3 1996/03/29 22:05:55 jaf */ /* Commented out the common block variables that are not needed by the */ /* embedded version. */ /* Revision 1.2 1996/03/26 19:34:50 jaf */ /* Added comments indicating which constants are not needed in an */ /* application that uses the LPC-10 coder. */ /* Revision 1.1 1996/02/07 14:44:09 jaf */ /* Initial revision */ /* LPC Processing control variables: */ /* *** Read-only: initialized in setup */ /* Files for Speech, Parameter, and Bitstream Input & Output, */ /* and message and debug outputs. */ /* Here are the only files which use these variables: */ /* lpcsim.f setup.f trans.f error.f vqsetup.f */ /* Many files which use fdebug are not listed, since it is only used in */ /* those other files conditionally, to print trace statements. */ /* integer fsi, fso, fpi, fpo, fbi, fbo, pbin, fmsg, fdebug */ /* LPC order, Frame size, Quantization rate, Bits per frame, */ /* Error correction */ /* Subroutine SETUP is the only place where order is assigned a value, */ /* and that value is 10. It could increase efficiency 1% or so to */ /* declare order as a constant (i.e., a Fortran PARAMETER) instead of as */ /* a variable in a COMMON block, since it is used in many places in the */ /* core of the coding and decoding routines. Actually, I take that back. */ /* At least when compiling with f2c, the upper bound of DO loops is */ /* stored in a local variable before the DO loop begins, and then that is */ /* compared against on each iteration. */ /* Similarly for lframe, which is given a value of MAXFRM in SETUP. */ /* Similarly for quant, which is given a value of 2400 in SETUP. quant */ /* is used in only a few places, and never in the core coding and */ /* decoding routines, so it could be eliminated entirely. */ /* nbits is similar to quant, and is given a value of 54 in SETUP. */ /* corrp is given a value of .TRUE. in SETUP, and is only used in the */ /* subroutines ENCODE and DECODE. It doesn't affect the speed of the */ /* coder significantly whether it is .TRUE. or .FALSE., or whether it is */ /* a constant or a variable, since it is only examined once per frame. */ /* Leaving it as a variable that is set to .TRUE. seems like a good */ /* idea, since it does enable some error-correction capability for */ /* unvoiced frames, with no change in the coding rate, and no noticeable */ /* quality difference in the decoded speech. */ /* integer quant, nbits */ /* *** Read/write: variables for debugging, not needed for LPC algorithm */ /* Current frame, Unstable frames, Output clip count, Max onset buffer, */ /* Debug listing detail level, Line count on listing page */ /* nframe is not needed for an embedded LPC10 at all. */ /* nunsfm is initialized to 0 in SETUP, and incremented in subroutine */ /* ERROR, which is only called from RCCHK. When LPC10 is embedded into */ /* an application, I would recommend removing the call to ERROR in RCCHK, */ /* and remove ERROR and nunsfm completely. */ /* iclip is initialized to 0 in SETUP, and incremented in entry SWRITE in */ /* sread.f. When LPC10 is embedded into an application, one might want */ /* to cause it to be incremented in a routine that takes the output of */ /* SYNTHS and sends it to an audio device. It could be optionally */ /* displayed, for those that might want to know what it is. */ /* maxosp is never initialized to 0 in SETUP, although it probably should */ /* be, and it is updated in subroutine ANALYS. I doubt that its value */ /* would be of much interest to an application in which LPC10 is */ /* embedded. */ /* listl and lincnt are not needed for an embedded LPC10 at all. */ /* integer nframe, nunsfm, iclip, maxosp, listl, lincnt */ /* common /contrl/ fsi, fso, fpi, fpo, fbi, fbo, pbin, fmsg, fdebug */ /* common /contrl/ quant, nbits */ /* common /contrl/ nframe, nunsfm, iclip, maxosp, listl, lincnt */ /* Parameters/constants */ /* Local variables that need not be saved */ /* Note that PATH is only used for debugging purposes, and can be */ /* removed. */ /* Local state */ /* It would be a bit more "general" to define S(LTAU), if Fortran */ /* allows the argument of a function to be used as the dimension of */ /* a local array variable. */ /* IPOINT is always in the range 0 to DEPTH-1. */ /* WARNING! */ /* In the original version of this subroutine, IPOINT, ALPHAX, */ /* every element of S, and potentially any element of P with the */ /* second index value .NE. IPTR were read without being given */ /* initial values (all indices of P with second index equal to */ /* IPTR are all written before being read in this subroutine). */ /* From examining the code carefully, it appears that all of these */ /* should be saved from one invocation to the next. */ /* I've run lpcsim with the "-l 6" option to see all of the */ /* debugging information that is printed out by this subroutine */ /* below, and it appears that S, P, IPOINT, and ALPHAX are all */ /* initialized to 0 (these initial values would likely be different */ /* on different platforms, compilers, etc.). Given that the output */ /* of the coder sounds reasonable, I'm going to initialize these */ /* variables to 0 explicitly. */ s = &(st->s[0]); p = &(st->p[0]); ipoint = &(st->ipoint); alphax = &(st->alphax); /* Parameter adjustments */ if (amdf) { --amdf; } /* Function Body */ /* Calculate the confidence factor ALPHA, used as a threshold slope in */ /* SEESAW. If unvoiced, set high slope so that every point in P array */ /* is marked as a potential pitch frequency. A scaled up version (ALPHAX )*/ /* is used to maintain arithmetic precision. */ if (*voice == 1) { *alphax = *alphax * .75f + amdf[*minptr] / 2.f; } else { *alphax *= .984375f; } alpha = *alphax / 16; if (*voice == 0 && *alphax < 128.f) { alpha = 8.f; } /* SEESAW: Construct a pitch pointer array and intermediate winner functio n*/ /* Left to right pass: */ iptr = *ipoint + 1; p[iptr * 60 - 60] = 1; i__ = 1; pbar = 1; sbar = s[0]; i__1 = *ltau; for (i__ = 1; i__ <= i__1; ++i__) { sbar += alpha; if (sbar < s[i__ - 1]) { s[i__ - 1] = sbar; p[i__ + iptr * 60 - 61] = pbar; } else { sbar = s[i__ - 1]; p[i__ + iptr * 60 - 61] = i__; pbar = i__; } } /* Right to left pass: */ i__ = pbar - 1; sbar = s[i__]; while(i__ >= 1) { sbar += alpha; if (sbar < s[i__ - 1]) { s[i__ - 1] = sbar; p[i__ + iptr * 60 - 61] = pbar; } else { pbar = p[i__ + iptr * 60 - 61]; i__ = pbar; sbar = s[i__ - 1]; } --i__; } /* Update S using AMDF */ /* Find maximum, minimum, and location of minimum */ s[0] += amdf[1] / 2; minsc = s[0]; maxsc = minsc; *midx = 1; i__1 = *ltau; for (i__ = 2; i__ <= i__1; ++i__) { s[i__ - 1] += amdf[i__] / 2; if (s[i__ - 1] > maxsc) { maxsc = s[i__ - 1]; } if (s[i__ - 1] < minsc) { *midx = i__; minsc = s[i__ - 1]; } } /* Subtract MINSC from S to prevent overflow */ i__1 = *ltau; for (i__ = 1; i__ <= i__1; ++i__) { s[i__ - 1] -= minsc; } maxsc -= minsc; /* Use higher octave pitch if significant null there */ j = 0; for (i__ = 20; i__ <= 40; i__ += 10) { if (*midx > i__) { if (s[*midx - i__ - 1] < maxsc / 4) { j = i__; } } } *midx -= j; /* TRACE: look back two frames to find minimum cost pitch estimate */ j = *ipoint; *pitch = *midx; for (i__ = 1; i__ <= 2; ++i__) { j = j % 2 + 1; *pitch = p[*pitch + j * 60 - 61]; path[i__ - 1] = *pitch; } /* The following statement subtracts one from IPOINT, mod DEPTH. I */ /* think the author chose to add DEPTH-1, instead of subtracting 1, */ /* because then it will work even if MOD doesn't work as desired on */ /* negative arguments. */ *ipoint = (*ipoint + 1) % 2; return 0; } /* dyptrk_ */ openh323_v1_18_0/plugins/audio/LPC_10/src/encode_.c0100644000176200056700000002745210045675632021701 0ustar releasepostincr/* $Log: encode_.c,v $ Revision 1.1 2004/05/04 11:16:42 csoutheren Initial version Revision 1.2 2002/02/15 03:57:55 yurik Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com Revision 1.1 2000/06/05 04:45:12 robertj Added LPC-10 2400bps codec * Revision 1.1 1996/08/19 22:32:21 jaf * Initial revision * */ #ifdef P_R_O_T_O_T_Y_P_E_S extern int encode_(integer *voice, integer *pitch, real *rms, real *rc, integer *ipitch, integer *irms, integer *irc); /* comlen contrl_ 12 */ #endif /* -- translated by f2c (version 19951025). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Common Block Declarations */ extern struct { integer order, lframe; logical corrp; } contrl_; #define contrl_1 contrl_ /* Table of constant values */ static integer c__2 = 2; /* ***************************************************************** */ /* ENCODE Version 54 */ /* $Log: encode_.c,v $ /* Revision 1.1 2004/05/04 11:16:42 csoutheren /* Initial version /* /* Revision 1.2 2002/02/15 03:57:55 yurik /* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.1 1996/08/19 22:32:21 jaf * Initial revision * */ /* Revision 1.5 1996/03/26 19:35:50 jaf */ /* Commented out trace statements. */ /* Revision 1.4 1996/03/21 00:26:29 jaf */ /* Added the comment that this subroutine has no local state. */ /* In the last check-in, I forgot to mention that I had added comments */ /* explaining which indices of array arguments are read or written. */ /* Revision 1.3 1996/03/21 00:22:39 jaf */ /* Added comments explaining that all local arrays are effectively */ /* constants. */ /* Revision 1.2 1996/03/13 18:48:33 jaf */ /* Comments added explaining that none of the local variables of this */ /* subroutine need to be saved from one invocation to the next. */ /* Revision 1.1 1996/02/07 14:45:29 jaf */ /* Initial revision */ /* ***************************************************************** */ /* Quantize LPC parameters for transmission */ /* INPUTS: */ /* VOICE - Half frame voicing decisions */ /* Indices 1 through 2 read. */ /* PITCH - Pitch */ /* RMS - Energy */ /* RC - Reflection coefficients */ /* Indices 1 through ORDER read. */ /* CORRP - Error Correction: TRUE = yes, FALSE = none */ /* (this is defined in file control.fh) */ /* OUTPUTS: */ /* IPITCH - Coded pitch and voicing */ /* IRMS - Quantized energy */ /* IRC - Quantized reflection coefficients */ /* Indices 1 through MAX(ORDER,2) written. */ /* If CORRP is .TRUE., then indices 1 through 10 written */ /* for unvoiced frames. */ /* This subroutine has no local state. */ /* Subroutine */ int encode_(integer *voice, integer *pitch, real *rms, real * rc, integer *ipitch, integer *irms, integer *irc) { /* Initialized data */ static integer enctab[16] = { 0,7,11,12,13,10,6,1,14,9,5,2,3,4,8,15 }; static integer entau[60] = { 19,11,27,25,29,21,23,22,30,14,15,7,39,38,46, 42,43,41,45,37,53,49,51,50,54,52,60,56,58,26,90,88,92,84,86,82,83, 81,85,69,77,73,75,74,78,70,71,67,99,97,113,112,114,98,106,104,108, 100,101,76 }; static integer enadd[8] = { 1920,-768,2432,1280,3584,1536,2816,-1152 }; static real enscl[8] = { .0204f,.0167f,.0145f,.0147f,.0143f,.0135f,.0125f, .0112f }; static integer enbits[8] = { 6,5,4,4,4,4,3,3 }; static integer entab6[64] = { 0,0,0,0,0,0,1,1,1,1,1,1,1,2,2,2,2,2,2,2,3,3, 3,3,3,3,3,4,4,4,4,4,4,4,5,5,5,5,5,6,6,6,6,6,7,7,7,7,7,8,8,8,8,9,9, 9,10,10,11,11,12,13,14,15 }; static integer rmst[64] = { 1024,936,856,784,718,656,600,550,502,460,420, 384,352,328,294,270,246,226,206,188,172,158,144,132,120,110,102, 92,84,78,70,64,60,54,50,46,42,38,34,32,30,26,24,22,20,18,17,16,15, 14,13,12,11,10,9,8,7,6,5,4,3,2,1,0 }; /* System generated locals */ integer i__1, i__2; /* Builtin functions */ integer pow_ii(integer *, integer *); /* Local variables */ integer idel, nbit, i__, j, i2, i3, mrk; /* $Log: encode_.c,v $ /* Revision 1.1 2004/05/04 11:16:42 csoutheren /* Initial version /* /* Revision 1.2 2002/02/15 03:57:55 yurik /* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.1 1996/08/19 22:32:21 jaf * Initial revision * */ /* Revision 1.3 1996/03/29 22:03:47 jaf */ /* Removed definitions for any constants that were no longer used. */ /* Revision 1.2 1996/03/26 19:34:33 jaf */ /* Added comments indicating which constants are not needed in an */ /* application that uses the LPC-10 coder. */ /* Revision 1.1 1996/02/07 14:43:51 jaf */ /* Initial revision */ /* LPC Configuration parameters: */ /* Frame size, Prediction order, Pitch period */ /* Arguments */ /* $Log: encode_.c,v $ /* Revision 1.1 2004/05/04 11:16:42 csoutheren /* Initial version /* /* Revision 1.2 2002/02/15 03:57:55 yurik /* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.1 1996/08/19 22:32:21 jaf * Initial revision * */ /* Revision 1.3 1996/03/29 22:05:55 jaf */ /* Commented out the common block variables that are not needed by the */ /* embedded version. */ /* Revision 1.2 1996/03/26 19:34:50 jaf */ /* Added comments indicating which constants are not needed in an */ /* application that uses the LPC-10 coder. */ /* Revision 1.1 1996/02/07 14:44:09 jaf */ /* Initial revision */ /* LPC Processing control variables: */ /* *** Read-only: initialized in setup */ /* Files for Speech, Parameter, and Bitstream Input & Output, */ /* and message and debug outputs. */ /* Here are the only files which use these variables: */ /* lpcsim.f setup.f trans.f error.f vqsetup.f */ /* Many files which use fdebug are not listed, since it is only used in */ /* those other files conditionally, to print trace statements. */ /* integer fsi, fso, fpi, fpo, fbi, fbo, pbin, fmsg, fdebug */ /* LPC order, Frame size, Quantization rate, Bits per frame, */ /* Error correction */ /* Subroutine SETUP is the only place where order is assigned a value, */ /* and that value is 10. It could increase efficiency 1% or so to */ /* declare order as a constant (i.e., a Fortran PARAMETER) instead of as */ /* a variable in a COMMON block, since it is used in many places in the */ /* core of the coding and decoding routines. Actually, I take that back. */ /* At least when compiling with f2c, the upper bound of DO loops is */ /* stored in a local variable before the DO loop begins, and then that is */ /* compared against on each iteration. */ /* Similarly for lframe, which is given a value of MAXFRM in SETUP. */ /* Similarly for quant, which is given a value of 2400 in SETUP. quant */ /* is used in only a few places, and never in the core coding and */ /* decoding routines, so it could be eliminated entirely. */ /* nbits is similar to quant, and is given a value of 54 in SETUP. */ /* corrp is given a value of .TRUE. in SETUP, and is only used in the */ /* subroutines ENCODE and DECODE. It doesn't affect the speed of the */ /* coder significantly whether it is .TRUE. or .FALSE., or whether it is */ /* a constant or a variable, since it is only examined once per frame. */ /* Leaving it as a variable that is set to .TRUE. seems like a good */ /* idea, since it does enable some error-correction capability for */ /* unvoiced frames, with no change in the coding rate, and no noticeable */ /* quality difference in the decoded speech. */ /* integer quant, nbits */ /* *** Read/write: variables for debugging, not needed for LPC algorithm */ /* Current frame, Unstable frames, Output clip count, Max onset buffer, */ /* Debug listing detail level, Line count on listing page */ /* nframe is not needed for an embedded LPC10 at all. */ /* nunsfm is initialized to 0 in SETUP, and incremented in subroutine */ /* ERROR, which is only called from RCCHK. When LPC10 is embedded into */ /* an application, I would recommend removing the call to ERROR in RCCHK, */ /* and remove ERROR and nunsfm completely. */ /* iclip is initialized to 0 in SETUP, and incremented in entry SWRITE in */ /* sread.f. When LPC10 is embedded into an application, one might want */ /* to cause it to be incremented in a routine that takes the output of */ /* SYNTHS and sends it to an audio device. It could be optionally */ /* displayed, for those that might want to know what it is. */ /* maxosp is never initialized to 0 in SETUP, although it probably should */ /* be, and it is updated in subroutine ANALYS. I doubt that its value */ /* would be of much interest to an application in which LPC10 is */ /* embedded. */ /* listl and lincnt are not needed for an embedded LPC10 at all. */ /* integer nframe, nunsfm, iclip, maxosp, listl, lincnt */ /* common /contrl/ fsi, fso, fpi, fpo, fbi, fbo, pbin, fmsg, fdebug */ /* common /contrl/ quant, nbits */ /* common /contrl/ nframe, nunsfm, iclip, maxosp, listl, lincnt */ /* Parameters/constants */ /* These arrays are not Fortran PARAMETER's, but they are defined */ /* by DATA statements below, and their contents are never altered. */ /* Local variables that need not be saved */ /* Parameter adjustments */ --irc; --rc; --voice; /* Function Body */ /* Scale RMS and RC's to integers */ *irms = (integer)*rms; i__1 = contrl_1.order; for (i__ = 1; i__ <= i__1; ++i__) { irc[i__] = (integer)(rc[i__] * 32768.f); } /* IF(LISTL.GE.3)WRITE(FDEBUG,800)VOICE,PITCH,IRMS,(IRC(I),I=1,ORDER) */ /* 800 FORMAT(1X,/,' <>',T32,2I3,I6,I5,T50,10I8) */ /* Encode pitch and voicing */ if (voice[1] != 0 && voice[2] != 0) { *ipitch = entau[*pitch - 1]; } else { if (contrl_1.corrp) { *ipitch = 0; if (voice[1] != voice[2]) { *ipitch = 127; } } else { *ipitch = (voice[1] << 1) + voice[2]; } } /* Encode RMS by binary table search */ j = 32; idel = 16; *irms = min(*irms,1023); while(idel > 0) { if (*irms > rmst[j - 1]) { j -= idel; } if (*irms < rmst[j - 1]) { j += idel; } idel /= 2; } if (*irms > rmst[j - 1]) { --j; } *irms = 31 - j / 2; /* Encode RC(1) and (2) as log-area-ratios */ for (i__ = 1; i__ <= 2; ++i__) { i2 = irc[i__]; mrk = 0; if (i2 < 0) { i2 = -i2; mrk = 1; } i2 /= 512; i2 = min(i2,63); i2 = entab6[i2]; if (mrk != 0) { i2 = -i2; } irc[i__] = i2; } /* Encode RC(3) - (10) linearly, remove bias then scale */ i__1 = contrl_1.order; for (i__ = 3; i__ <= i__1; ++i__) { i2 = irc[i__] / 2; i2 = (integer)((i2 + enadd[contrl_1.order + 1 - i__ - 1]) * enscl[ contrl_1.order + 1 - i__ - 1]); /* Computing MIN */ i__2 = max(i2,-127); i2 = min(i__2,127); nbit = enbits[contrl_1.order + 1 - i__ - 1]; i3 = 0; if (i2 < 0) { i3 = -1; } i2 /= pow_ii(&c__2, &nbit); if (i3 == -1) { --i2; } irc[i__] = i2; } /* Protect the most significant bits of the most */ /* important parameters during non-voiced frames. */ /* RC(1) - RC(4) are protected using 20 parity bits */ /* replacing RC(5) - RC(10). */ if (contrl_1.corrp) { if (*ipitch == 0 || *ipitch == 127) { irc[5] = enctab[(irc[1] & 30) / 2]; irc[6] = enctab[(irc[2] & 30) / 2]; irc[7] = enctab[(irc[3] & 30) / 2]; irc[8] = enctab[(*irms & 30) / 2]; irc[9] = enctab[(irc[4] & 30) / 2] / 2; irc[10] = enctab[(irc[4] & 30) / 2] & 1; } } /* IF(LISTL.GE.3)WRITE(FDEBUG,801)VOICE,IPITCH,IRMS,(IRC(J),J=1,ORDER) */ /* 801 FORMAT(1X,'<>',T32,2I3,I6,I5,T50,10I8) */ return 0; } /* encode_ */ openh323_v1_18_0/plugins/audio/LPC_10/src/energy.c0100644000176200056700000000457010045675632021572 0ustar releasepostincr/* $Log: energy.c,v $ Revision 1.1 2004/05/04 11:16:42 csoutheren Initial version Revision 1.2 2002/02/15 03:57:55 yurik Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com Revision 1.1 2000/06/05 04:45:12 robertj Added LPC-10 2400bps codec * Revision 1.1 1996/08/19 22:32:17 jaf * Initial revision * */ #ifdef P_R_O_T_O_T_Y_P_E_S extern int energy_(integer *len, real *speech, real *rms); #endif /* -- translated by f2c (version 19951025). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* ********************************************************************* */ /* ENERGY Version 50 */ /* $Log: energy.c,v $ /* Revision 1.1 2004/05/04 11:16:42 csoutheren /* Initial version /* /* Revision 1.2 2002/02/15 03:57:55 yurik /* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.1 1996/08/19 22:32:17 jaf * Initial revision * */ /* Revision 1.3 1996/03/18 21:17:41 jaf */ /* Just added a few comments about which array indices of the arguments */ /* are used, and mentioning that this subroutine has no local state. */ /* Revision 1.2 1996/03/13 16:46:02 jaf */ /* Comments added explaining that none of the local variables of this */ /* subroutine need to be saved from one invocation to the next. */ /* Revision 1.1 1996/02/07 14:45:40 jaf */ /* Initial revision */ /* ********************************************************************* */ /* Compute RMS energy. */ /* Input: */ /* LEN - Length of speech buffer */ /* SPEECH - Speech buffer */ /* Indices 1 through LEN read. */ /* Output: */ /* RMS - Root Mean Square energy */ /* This subroutine has no local state. */ /* Subroutine */ int energy_(integer *len, real *speech, real *rms) { /* System generated locals */ integer i__1; /* Builtin functions */ double sqrt(doublereal); /* Local variables */ integer i__; /* Arguments */ /* Local variables that need not be saved */ /* Parameter adjustments */ --speech; /* Function Body */ *rms = 0.f; i__1 = *len; for (i__ = 1; i__ <= i__1; ++i__) { *rms += speech[i__] * speech[i__]; } *rms = (real)sqrt(*rms / *len); return 0; } /* energy_ */ openh323_v1_18_0/plugins/audio/LPC_10/src/f2c.h0100644000176200056700000001230010045675632020746 0ustar releasepostincr/* $Log: f2c.h,v $ Revision 1.1 2004/05/04 11:16:42 csoutheren Initial version Revision 1.1 2000/06/05 04:45:12 robertj Added LPC-10 2400bps codec * Revision 1.2 1996/08/20 20:26:28 jaf * Any typedef defining a type that was used in lpc10_encoder_state or * lpc10_decoder_state struct's was commented out here and added to * lpc10.h. * * Revision 1.1 1996/08/19 22:32:13 jaf * Initial revision * */ /* * f2c.h * * SCCS ID: @(#)f2c.h 1.2 96/05/19 */ /* f2c.h -- Standard Fortran to C header file */ /** barf [ba:rf] 2. "He suggested using FORTRAN, and everybody barfed." - From The Shogakukan DICTIONARY OF NEW ENGLISH (Second edition) */ #ifndef F2C_INCLUDE #define F2C_INCLUDE #include "lpc10.h" /*typedef long int integer;*/ /*typedef INT32 integer;*/ /*typedef short int shortint;*/ /*typedef INT16 shortint;*/ /*typedef float real;*/ /* doublereal only used for function arguments to sqrt, exp, etc. */ typedef double doublereal; /* 32 bits seems wasteful, but there really aren't that many logical * variables around, and making them 32 bits could avoid word * alignment problems, perhaps. */ /*typedef long int logical;*/ /*typedef INT32 logical;*/ /* The following types are not used in the translated C code for the * LPC-10 coder, but they might be needed by the definitions down * below, so they don't cause compilation errors. */ typedef char *address; typedef struct { real r, i; } complex; typedef struct { doublereal r, i; } doublecomplex; typedef short int shortlogical; typedef char logical1; typedef char integer1; /* typedef long long longint; */ /* system-dependent */ #define TRUE_ (1) #define FALSE_ (0) /* Extern is for use with -E */ #ifndef Extern #define Extern extern #endif /* I/O stuff */ #ifdef f2c_i2 /* for -i2 */ typedef short flag; typedef short ftnlen; typedef short ftnint; #else typedef long int flag; typedef long int ftnlen; typedef long int ftnint; #endif /*external read, write*/ typedef struct { flag cierr; ftnint ciunit; flag ciend; char *cifmt; ftnint cirec; } cilist; /*internal read, write*/ typedef struct { flag icierr; char *iciunit; flag iciend; char *icifmt; ftnint icirlen; ftnint icirnum; } icilist; /*open*/ typedef struct { flag oerr; ftnint ounit; char *ofnm; ftnlen ofnmlen; char *osta; char *oacc; char *ofm; ftnint orl; char *oblnk; } olist; /*close*/ typedef struct { flag cerr; ftnint cunit; char *csta; } cllist; /*rewind, backspace, endfile*/ typedef struct { flag aerr; ftnint aunit; } alist; /* inquire */ typedef struct { flag inerr; ftnint inunit; char *infile; ftnlen infilen; ftnint *inex; /*parameters in standard's order*/ ftnint *inopen; ftnint *innum; ftnint *innamed; char *inname; ftnlen innamlen; char *inacc; ftnlen inacclen; char *inseq; ftnlen inseqlen; char *indir; ftnlen indirlen; char *infmt; ftnlen infmtlen; char *inform; ftnint informlen; char *inunf; ftnlen inunflen; ftnint *inrecl; ftnint *innrec; char *inblank; ftnlen inblanklen; } inlist; #define VOID void union Multitype { /* for multiple entry points */ integer1 g; shortint h; integer i; /* longint j; */ real r; doublereal d; complex c; doublecomplex z; }; typedef union Multitype Multitype; /*typedef long int Long;*/ /* No longer used; formerly in Namelist */ struct Vardesc { /* for Namelist */ char *name; char *addr; ftnlen *dims; int type; }; typedef struct Vardesc Vardesc; struct Namelist { char *name; Vardesc **vars; int nvars; }; typedef struct Namelist Namelist; #define abs(x) ((x) >= 0 ? (x) : -(x)) #define dabs(x) (doublereal)abs(x) #define min(a,b) ((a) <= (b) ? (a) : (b)) #define max(a,b) ((a) >= (b) ? (a) : (b)) #define dmin(a,b) (doublereal)min(a,b) #define dmax(a,b) (doublereal)max(a,b) /* procedure parameter types for -A and -C++ */ #define F2C_proc_par_types 1 #ifdef __cplusplus typedef int /* Unknown procedure type */ (*U_fp)(...); typedef shortint (*J_fp)(...); typedef integer (*I_fp)(...); typedef real (*R_fp)(...); typedef doublereal (*D_fp)(...), (*E_fp)(...); typedef /* Complex */ VOID (*C_fp)(...); typedef /* Double Complex */ VOID (*Z_fp)(...); typedef logical (*L_fp)(...); typedef shortlogical (*K_fp)(...); typedef /* Character */ VOID (*H_fp)(...); typedef /* Subroutine */ int (*S_fp)(...); #else typedef int /* Unknown procedure type */ (*U_fp)(); typedef shortint (*J_fp)(); typedef integer (*I_fp)(); typedef real (*R_fp)(); typedef doublereal (*D_fp)(), (*E_fp)(); typedef /* Complex */ VOID (*C_fp)(); typedef /* Double Complex */ VOID (*Z_fp)(); typedef logical (*L_fp)(); typedef shortlogical (*K_fp)(); typedef /* Character */ VOID (*H_fp)(); typedef /* Subroutine */ int (*S_fp)(); #endif /* E_fp is for real functions when -R is not specified */ typedef VOID C_f; /* complex function */ typedef VOID H_f; /* character function */ typedef VOID Z_f; /* double complex function */ typedef doublereal E_f; /* real function with -R not specified */ /* undef any lower-case symbols that your C compiler predefines, e.g.: */ #ifndef Skip_f2c_Undefs #undef cray #undef gcos #undef mc68010 #undef mc68020 #undef mips #undef pdp11 #undef sgi #undef sparc #undef sun #undef sun2 #undef sun3 #undef sun4 #undef u370 #undef u3b #undef u3b2 #undef u3b5 #undef unix #undef vax #endif #endif openh323_v1_18_0/plugins/audio/LPC_10/src/f2clib.c0100644000176200056700000000256410046165522021434 0ustar releasepostincr/* $Log: f2clib.c,v $ Revision 1.2 2004/05/05 13:25:38 rjongbloed Fixed clearly incorrect code (dived by zero) found with an MSVC warning Revision 1.1 2004/05/04 11:16:42 csoutheren Initial version Revision 1.3 2004/02/17 09:21:45 csoutheren Fix for GM bug 134591 Revision 1.2 2002/02/15 03:57:55 yurik Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com Revision 1.1 2000/06/05 04:45:12 robertj Added LPC-10 2400bps codec * Revision 1.1 1996/08/19 22:32:10 jaf * Initial revision * */ /* * f2clib.c * * SCCS ID: @(#)f2clib.c 1.2 96/05/19 */ #include "f2c.h" #ifdef KR_headers integer pow_ii(ap, bp) integer *ap, *bp; #else integer pow_ii(integer *ap, integer *bp) #endif { integer pow, x, n; unsigned long u; x = *ap; n = *bp; if (n <= 0) { if (n == 0 || x == 1) return 1; if (x != -1) return x != 0 ? 1/x : 0; n = -n; } u = n; for(pow = 1; ; ) { if(u & 01) pow *= x; if(u >>= 1) x *= x; else break; } return(pow); } #ifdef KR_headers double r_sign(a,b) real *a, *b; #else double r_sign(real *a, real *b) #endif { double x; x = (*a >= 0 ? *a : - *a); return( *b >= 0 ? x : -x); } #ifdef KR_headers double floor(); integer i_nint(x) real *x; #else #undef abs #include "math.h" integer i_nint(real *x) #endif { return (integer)( (*x)>=0 ? floor(*x + .5) : -(floor(.5 - *x)) ); } openh323_v1_18_0/plugins/audio/LPC_10/src/ham84.c0100644000176200056700000000611710045675632021221 0ustar releasepostincr/* $Log: ham84.c,v $ Revision 1.1 2004/05/04 11:16:42 csoutheren Initial version Revision 1.1 2000/06/05 04:45:12 robertj Added LPC-10 2400bps codec * Revision 1.1 1996/08/19 22:32:07 jaf * Initial revision * */ #ifdef P_R_O_T_O_T_Y_P_E_S extern int ham84_(integer *input, integer *output, integer *errcnt); #endif /* -- translated by f2c (version 19951025). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* ***************************************************************** */ /* HAM84 Version 45G */ /* $Log: ham84.c,v $ /* Revision 1.1 2004/05/04 11:16:42 csoutheren /* Initial version /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.1 1996/08/19 22:32:07 jaf * Initial revision * */ /* Revision 1.3 1996/03/21 15:26:00 jaf */ /* Put comment header in standard form. */ /* Revision 1.2 1996/03/13 22:00:13 jaf */ /* Comments added explaining that none of the local variables of this */ /* subroutine need to be saved from one invocation to the next. */ /* Revision 1.1 1996/02/07 14:47:04 jaf */ /* Initial revision */ /* ***************************************************************** */ /* Hamming 8,4 Decoder - can correct 1 out of seven bits */ /* and can detect up to two errors. */ /* Input: */ /* INPUT - Seven bit data word, 4 bits parameter and */ /* 4 bits parity information */ /* Input/Output: */ /* ERRCNT - Sums errors detected by Hamming code */ /* Output: */ /* OUTPUT - 4 corrected parameter bits */ /* This subroutine is entered with an eight bit word in INPUT. The 8th */ /* bit is parity and is stripped off. The remaining 7 bits address the */ /* hamming 8,4 table and the output OUTPUT from the table gives the 4 */ /* bits of corrected data. If bit 4 is set, no error was detected. */ /* ERRCNT is the number of errors counted. */ /* This subroutine has no local state. */ /* Subroutine */ int ham84_(integer *input, integer *output, integer *errcnt) { /* Initialized data */ static integer dactab[128] = { 16,0,0,3,0,5,14,7,0,9,14,11,14,13,30,14,0, 9,2,7,4,7,7,23,9,25,10,9,12,9,14,7,0,5,2,11,5,21,6,5,8,11,11,27, 12,5,14,11,2,1,18,2,12,5,2,7,12,9,2,11,28,12,12,15,0,3,3,19,4,13, 6,3,8,13,10,3,13,29,14,13,4,1,10,3,20,4,4,7,10,9,26,10,4,13,10,15, 8,1,6,3,6,5,22,6,24,8,8,11,8,13,6,15,1,17,2,1,4,1,6,15,8,1,10,15, 12,15,15,31 }; integer i__, j, parity; /* Arguments */ /* Parameters/constants */ /* Local variables that need not be saved */ /* Determine parity of input word */ parity = *input & 255; parity ^= parity / 16; parity ^= parity / 4; parity ^= parity / 2; parity &= 1; i__ = dactab[*input & 127]; *output = i__ & 15; j = i__ & 16; if (j != 0) { /* No errors detected in seven bits */ if (parity != 0) { ++(*errcnt); } } else { /* One or two errors detected */ ++(*errcnt); if (parity == 0) { /* Two errors detected */ ++(*errcnt); *output = -1; } } return 0; } /* ham84_ */ openh323_v1_18_0/plugins/audio/LPC_10/src/hp100.c0100644000176200056700000001030510045675632021122 0ustar releasepostincr/* $Log: hp100.c,v $ Revision 1.1 2004/05/04 11:16:42 csoutheren Initial version Revision 1.1 2000/06/05 04:45:12 robertj Added LPC-10 2400bps codec * Revision 1.2 1996/08/20 20:28:05 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_encoder_state(). * * Revision 1.1 1996/08/19 22:32:04 jaf * Initial revision * */ #ifdef P_R_O_T_O_T_Y_P_E_S extern int hp100_(real *speech, integer *start, integer *end, struct lpc10_encoder_state *st); extern int inithp100_(void); #endif /* -- translated by f2c (version 19951025). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* ********************************************************************* */ /* HP100 Version 55 */ /* $Log: hp100.c,v $ /* Revision 1.1 2004/05/04 11:16:42 csoutheren /* Initial version /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.2 1996/08/20 20:28:05 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_encoder_state(). * * Revision 1.1 1996/08/19 22:32:04 jaf * Initial revision * */ /* Revision 1.6 1996/03/15 16:45:25 jaf */ /* Rearranged a few comments. */ /* Revision 1.5 1996/03/14 23:20:54 jaf */ /* Added comments about when INITHP100 should be used. */ /* Revision 1.4 1996/03/14 23:08:08 jaf */ /* Added an entry named INITHP100 that initializes the local state of */ /* subroutine HP100. */ /* Revision 1.3 1996/03/14 22:09:20 jaf */ /* Comments added explaining which of the local variables of this */ /* subroutine need to be saved from one invocation to the next, and which */ /* do not. */ /* Revision 1.2 1996/02/12 15:05:54 jaf */ /* Added lots of comments explaining why I changed one line, which was a */ /* declaration with initializations. */ /* Revision 1.1 1996/02/07 14:47:12 jaf */ /* Initial revision */ /* ********************************************************************* */ /* 100 Hz High Pass Filter */ /* Jan 92 - corrected typo (1.937148 to 1.935715), */ /* rounded coefficients to 7 places, */ /* corrected and merged gain (.97466**4), */ /* merged numerator into first two sections. */ /* Input: */ /* start, end - Range of samples to filter */ /* Input/Output: */ /* speech(end) - Speech data. */ /* Indices start through end are read and modified. */ /* This subroutine maintains local state from one call to the next. If */ /* you want to switch to using a new audio stream for this filter, or */ /* reinitialize its state for any other reason, call the ENTRY */ /* INITHP100. */ /* Subroutine */ int hp100_(real *speech, integer *start, integer *end, struct lpc10_encoder_state *st) { /* Temporary local copies of variables in lpc10_encoder_state. I've only created these because it might cause the loop below to execute a bit faster to access local variables, rather than variables in the lpc10_encoder_state structure. It is just a guess that it will be faster. */ real z11; real z21; real z12; real z22; /* System generated locals */ integer i__1; /* Local variables */ integer i__; real si, err; /* Arguments */ /* Local variables that need not be saved */ /* Local state */ /* Parameter adjustments */ if (speech) { --speech; } /* Function Body */ z11 = st->z11; z21 = st->z21; z12 = st->z12; z22 = st->z22; i__1 = *end; for (i__ = *start; i__ <= i__1; ++i__) { si = speech[i__]; err = si + z11 * 1.859076f - z21 * .8648249f; si = err - z11 * 2.f + z21; z21 = z11; z11 = err; err = si + z12 * 1.935715f - z22 * .9417004f; si = err - z12 * 2.f + z22; z22 = z12; z12 = err; speech[i__] = si * .902428f; } st->z11 = z11; st->z21 = z21; st->z12 = z12; st->z22 = z22; return 0; } /* hp100_ */ openh323_v1_18_0/plugins/audio/LPC_10/src/invert.c0100644000176200056700000001203610045675632021604 0ustar releasepostincr/* $Log: invert.c,v $ Revision 1.1 2004/05/04 11:16:42 csoutheren Initial version Revision 1.1 2000/06/05 04:45:12 robertj Added LPC-10 2400bps codec * Revision 1.1 1996/08/19 22:32:00 jaf * Initial revision * */ #ifdef P_R_O_T_O_T_Y_P_E_S extern int invert_(integer *order, real *phi, real *psi, real *rc); #endif /* -- translated by f2c (version 19951025). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* **************************************************************** */ /* INVERT Version 45G */ /* $Log: invert.c,v $ /* Revision 1.1 2004/05/04 11:16:42 csoutheren /* Initial version /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.1 1996/08/19 22:32:00 jaf * Initial revision * */ /* Revision 1.3 1996/03/18 20:52:47 jaf */ /* Just added a few comments about which array indices of the arguments */ /* are used, and mentioning that this subroutine has no local state. */ /* Revision 1.2 1996/03/13 16:51:32 jaf */ /* Comments added explaining that none of the local variables of this */ /* subroutine need to be saved from one invocation to the next. */ /* Eliminated a comment from the original, describing a local array X */ /* that appeared nowhere in the code. */ /* Revision 1.1 1996/02/07 14:47:20 jaf */ /* Initial revision */ /* **************************************************************** */ /* Invert a covariance matrix using Choleski decomposition method. */ /* Input: */ /* ORDER - Analysis order */ /* PHI(ORDER,ORDER) - Covariance matrix */ /* Indices (I,J) read, where ORDER .GE. I .GE. J .GE. 1.*/ /* All other indices untouched. */ /* PSI(ORDER) - Column vector to be predicted */ /* Indices 1 through ORDER read. */ /* Output: */ /* RC(ORDER) - Pseudo reflection coefficients */ /* Indices 1 through ORDER written, and then possibly read. */ /* Internal: */ /* V(ORDER,ORDER) - Temporary matrix */ /* Same indices written as read from PHI. */ /* Many indices may be read and written again after */ /* initially being copied from PHI, but all indices */ /* are written before being read. */ /* NOTE: Temporary matrix V is not needed and may be replaced */ /* by PHI if the original PHI values do not need to be preserved. */ /* Subroutine */ int invert_(integer *order, real *phi, real *psi, real *rc) { /* System generated locals */ integer phi_dim1, phi_offset, i__1, i__2, i__3; real r__1, r__2; /* Local variables */ real save; integer i__, j, k; real v[100] /* was [10][10] */; /* Arguments */ /* $Log: invert.c,v $ /* Revision 1.1 2004/05/04 11:16:42 csoutheren /* Initial version /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.1 1996/08/19 22:32:00 jaf * Initial revision * */ /* Revision 1.3 1996/03/29 22:03:47 jaf */ /* Removed definitions for any constants that were no longer used. */ /* Revision 1.2 1996/03/26 19:34:33 jaf */ /* Added comments indicating which constants are not needed in an */ /* application that uses the LPC-10 coder. */ /* Revision 1.1 1996/02/07 14:43:51 jaf */ /* Initial revision */ /* LPC Configuration parameters: */ /* Frame size, Prediction order, Pitch period */ /* Parameters/constants */ /* Local variables that need not be saved */ /* Decompose PHI into V * D * V' where V is a triangular matrix whose */ /* main diagonal elements are all 1, V' is the transpose of V, and */ /* D is a vector. Here D(n) is stored in location V(n,n). */ /* Parameter adjustments */ --rc; --psi; phi_dim1 = *order; phi_offset = phi_dim1 + 1; phi -= phi_offset; /* Function Body */ i__1 = *order; for (j = 1; j <= i__1; ++j) { i__2 = *order; for (i__ = j; i__ <= i__2; ++i__) { v[i__ + j * 10 - 11] = phi[i__ + j * phi_dim1]; } i__2 = j - 1; for (k = 1; k <= i__2; ++k) { save = v[j + k * 10 - 11] * v[k + k * 10 - 11]; i__3 = *order; for (i__ = j; i__ <= i__3; ++i__) { v[i__ + j * 10 - 11] -= v[i__ + k * 10 - 11] * save; } } /* Compute intermediate results, which are similar to RC's */ if ((r__1 = v[j + j * 10 - 11], abs(r__1)) < 1e-10f) { goto L100; } rc[j] = psi[j]; i__2 = j - 1; for (k = 1; k <= i__2; ++k) { rc[j] -= rc[k] * v[j + k * 10 - 11]; } v[j + j * 10 - 11] = 1.f / v[j + j * 10 - 11]; rc[j] *= v[j + j * 10 - 11]; /* Computing MAX */ /* Computing MIN */ r__2 = rc[j]; r__1 = min(r__2,.999f); rc[j] = max(r__1,-.999f); } return 0; /* Zero out higher order RC's if algorithm terminated early */ L100: i__1 = *order; for (i__ = j; i__ <= i__1; ++i__) { rc[i__] = 0.f; } /* Back substitute for PC's (if needed) */ /* 110 DO J = ORDER,1,-1 */ /* PC(J) = RC(J) */ /* DO I = 1,J-1 */ /* PC(J) = PC(J) - PC(I)*V(J,I) */ /* END DO */ /* END DO */ return 0; } /* invert_ */ openh323_v1_18_0/plugins/audio/LPC_10/src/irc2pc.c0100644000176200056700000000735210045675633021465 0ustar releasepostincr/* $Log: irc2pc.c,v $ Revision 1.1 2004/05/04 11:16:43 csoutheren Initial version Revision 1.2 2002/02/15 03:57:55 yurik Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com Revision 1.1 2000/06/05 04:45:12 robertj Added LPC-10 2400bps codec * Revision 1.1 1996/08/19 22:31:56 jaf * Initial revision * */ #ifdef P_R_O_T_O_T_Y_P_E_S extern int irc2pc_(real *rc, real *pc, integer *order, real *gprime, real *g2pass); #endif /* -- translated by f2c (version 19951025). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* ***************************************************************** */ /* IRC2PC Version 48 */ /* $Log: irc2pc.c,v $ /* Revision 1.1 2004/05/04 11:16:43 csoutheren /* Initial version /* /* Revision 1.2 2002/02/15 03:57:55 yurik /* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.1 1996/08/19 22:31:56 jaf * Initial revision * */ /* Revision 1.3 1996/03/20 15:47:19 jaf */ /* Added comments about which indices of array arguments are read or */ /* written. */ /* Revision 1.2 1996/03/14 16:59:04 jaf */ /* Comments added explaining that none of the local variables of this */ /* subroutine need to be saved from one invocation to the next. */ /* Revision 1.1 1996/02/07 14:47:27 jaf */ /* Initial revision */ /* ***************************************************************** */ /* Convert Reflection Coefficients to Predictor Coeficients */ /* Inputs: */ /* RC - Reflection coefficients */ /* Indices 1 through ORDER read. */ /* ORDER - Number of RC's */ /* GPRIME - Excitation modification gain */ /* Outputs: */ /* PC - Predictor coefficients */ /* Indices 1 through ORDER written. */ /* Indices 1 through ORDER-1 are read after being written. */ /* G2PASS - Excitation modification sharpening factor */ /* This subroutine has no local state. */ /* Subroutine */ int irc2pc_(real *rc, real *pc, integer *order, real *gprime, real *g2pass) { /* System generated locals */ integer i__1, i__2; /* Builtin functions */ double sqrt(doublereal); /* Local variables */ real temp[10]; integer i__, j; /* Arguments */ /* $Log: irc2pc.c,v $ /* Revision 1.1 2004/05/04 11:16:43 csoutheren /* Initial version /* /* Revision 1.2 2002/02/15 03:57:55 yurik /* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.1 1996/08/19 22:31:56 jaf * Initial revision * */ /* Revision 1.3 1996/03/29 22:03:47 jaf */ /* Removed definitions for any constants that were no longer used. */ /* Revision 1.2 1996/03/26 19:34:33 jaf */ /* Added comments indicating which constants are not needed in an */ /* application that uses the LPC-10 coder. */ /* Revision 1.1 1996/02/07 14:43:51 jaf */ /* Initial revision */ /* LPC Configuration parameters: */ /* Frame size, Prediction order, Pitch period */ /* Local variables that need not be saved */ /* Parameter adjustments */ --pc; --rc; /* Function Body */ *g2pass = 1.f; i__1 = *order; for (i__ = 1; i__ <= i__1; ++i__) { *g2pass *= 1.f - rc[i__] * rc[i__]; } *g2pass = (real)(*gprime * sqrt(*g2pass)); pc[1] = rc[1]; i__1 = *order; for (i__ = 2; i__ <= i__1; ++i__) { i__2 = i__ - 1; for (j = 1; j <= i__2; ++j) { temp[j - 1] = pc[j] - rc[i__] * pc[i__ - j]; } i__2 = i__ - 1; for (j = 1; j <= i__2; ++j) { pc[j] = temp[j - 1]; } pc[i__] = rc[i__]; } return 0; } /* irc2pc_ */ openh323_v1_18_0/plugins/audio/LPC_10/src/ivfilt.c0100644000176200056700000000652110045675633021575 0ustar releasepostincr/* $Log: ivfilt.c,v $ Revision 1.1 2004/05/04 11:16:43 csoutheren Initial version Revision 1.2 2002/02/15 03:57:55 yurik Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com Revision 1.1 2000/06/05 04:45:12 robertj Added LPC-10 2400bps codec * Revision 1.1 1996/08/19 22:31:53 jaf * Initial revision * */ #ifdef P_R_O_T_O_T_Y_P_E_S extern int ivfilt_(real *lpbuf, real *ivbuf, integer *len, integer *nsamp, real *ivrc); #endif /* -- translated by f2c (version 19951025). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* ********************************************************************* */ /* IVFILT Version 48 */ /* $Log: ivfilt.c,v $ /* Revision 1.1 2004/05/04 11:16:43 csoutheren /* Initial version /* /* Revision 1.2 2002/02/15 03:57:55 yurik /* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.1 1996/08/19 22:31:53 jaf * Initial revision * */ /* Revision 1.3 1996/03/15 21:36:29 jaf */ /* Just added a few comments about which array indices of the arguments */ /* are used, and mentioning that this subroutine has no local state. */ /* Revision 1.2 1996/03/13 00:01:00 jaf */ /* Comments added explaining that none of the local variables of this */ /* subroutine need to be saved from one invocation to the next. */ /* Revision 1.1 1996/02/07 14:47:34 jaf */ /* Initial revision */ /* ********************************************************************* */ /* 2nd order inverse filter, speech is decimated 4:1 */ /* Input: */ /* LEN - Length of speech buffers */ /* NSAMP - Number of samples to filter */ /* LPBUF - Low pass filtered speech buffer */ /* Indices LEN-NSAMP-7 through LEN read. */ /* Output: */ /* IVBUF - Inverse filtered speech buffer */ /* Indices LEN-NSAMP+1 through LEN written. */ /* IVRC - Inverse filter reflection coefficients (for voicing) */ /* Indices 1 and 2 both written (also read, but only after writing). */ /* This subroutine has no local state. */ /* Subroutine */ int ivfilt_(real *lpbuf, real *ivbuf, integer *len, integer * nsamp, real *ivrc) { /* System generated locals */ integer i__1; /* Local variables */ integer i__, j, k; real r__[3], pc1, pc2; /* Arguments */ /* Local variables that need not be saved */ /* Local state */ /* None */ /* Calculate Autocorrelations */ /* Parameter adjustments */ --ivbuf; --lpbuf; --ivrc; /* Function Body */ for (i__ = 1; i__ <= 3; ++i__) { r__[i__ - 1] = 0.f; k = i__ - (1 << 2); i__1 = *len; for (j = (i__ << 2) + *len - *nsamp; j <= i__1; j += 2) { r__[i__ - 1] += lpbuf[j] * lpbuf[j - k]; } } /* Calculate predictor coefficients */ pc1 = 0.f; pc2 = 0.f; ivrc[1] = 0.f; ivrc[2] = 0.f; if (r__[0] > 1e-10f) { ivrc[1] = r__[1] / r__[0]; ivrc[2] = (r__[2] - ivrc[1] * r__[1]) / (r__[0] - ivrc[1] * r__[1]); pc1 = ivrc[1] - ivrc[1] * ivrc[2]; pc2 = ivrc[2]; } /* Inverse filter LPBUF into IVBUF */ i__1 = *len; for (i__ = *len + 1 - *nsamp; i__ <= i__1; ++i__) { ivbuf[i__] = lpbuf[i__] - pc1 * lpbuf[i__ - 4] - pc2 * lpbuf[i__ - 8]; } return 0; } /* ivfilt_ */ openh323_v1_18_0/plugins/audio/LPC_10/src/lpcdec.c0100644000176200056700000002262010045675633021530 0ustar releasepostincr/* $Log: lpcdec.c,v $ Revision 1.1 2004/05/04 11:16:43 csoutheren Initial version Revision 1.1 2000/06/05 04:45:12 robertj Added LPC-10 2400bps codec * Revision 1.2 1996/08/20 20:30:11 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_encoder_state(). * * Changed name of function from lpcenc_ to lpc10_encode, simply to make * all lpc10 functions have more consistent naming with each other. * * Revision 1.1 1996/08/19 22:31:48 jaf * Initial revision * */ #ifdef P_R_O_T_O_T_Y_P_E_S extern int lpcdec_(integer *bits, real *speech); extern int initlpcdec_(void); /* comlen contrl_ 12 */ /*:ref: chanrd_ 14 5 4 4 4 4 4 */ /*:ref: decode_ 14 7 4 4 4 4 4 6 6 */ /*:ref: synths_ 14 6 4 4 6 6 6 4 */ /*:ref: initdecode_ 14 0 */ /*:ref: initsynths_ 14 0 */ #endif /* -- translated by f2c (version 19951025). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Common Block Declarations */ extern struct { integer order, lframe; logical corrp; } contrl_; #define contrl_1 contrl_ /* Table of constant values */ static integer c__10 = 10; /* ***************************************************************** */ /* $Log: lpcdec.c,v $ /* Revision 1.1 2004/05/04 11:16:43 csoutheren /* Initial version /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.2 1996/08/20 20:30:11 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_encoder_state(). * * Changed name of function from lpcenc_ to lpc10_encode, simply to make * all lpc10 functions have more consistent naming with each other. * * Revision 1.1 1996/08/19 22:31:48 jaf * Initial revision * */ /* Revision 1.1 1996/03/28 00:03:00 jaf */ /* Initial revision */ /* ***************************************************************** */ /* Decode 54 bits to one frame of 180 speech samples. */ /* Input: */ /* BITS - 54 encoded bits, stored 1 per array element. */ /* Indices 1 through 53 read (SYNC bit ignored). */ /* Output: */ /* SPEECH - Speech encoded as real values in the range [-1,+1]. */ /* Indices 1 through 180 written. */ /* This subroutine maintains local state from one call to the next. If */ /* you want to switch to using a new audio stream for this filter, or */ /* reinitialize its state for any other reason, call the ENTRY */ /* INITLPCDEC. */ /* Subroutine */ int lpc10_decode(integer *bits, real *speech, struct lpc10_decoder_state *st) { integer irms, voice[2], pitch, ipitv; extern /* Subroutine */ int decode_(integer *, integer *, integer *, integer *, integer *, real *, real *, struct lpc10_decoder_state *); real rc[10]; extern /* Subroutine */ int chanrd_(integer *, integer *, integer *, integer *, integer *), synths_(integer *, integer *, real *, real *, real *, integer *, struct lpc10_decoder_state *); integer irc[10], len; real rms; /* $Log: lpcdec.c,v $ /* Revision 1.1 2004/05/04 11:16:43 csoutheren /* Initial version /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.2 1996/08/20 20:30:11 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_encoder_state(). * * Changed name of function from lpcenc_ to lpc10_encode, simply to make * all lpc10 functions have more consistent naming with each other. * * Revision 1.1 1996/08/19 22:31:48 jaf * Initial revision * */ /* Revision 1.3 1996/03/29 22:03:47 jaf */ /* Removed definitions for any constants that were no longer used. */ /* Revision 1.2 1996/03/26 19:34:33 jaf */ /* Added comments indicating which constants are not needed in an */ /* application that uses the LPC-10 coder. */ /* Revision 1.1 1996/02/07 14:43:51 jaf */ /* Initial revision */ /* LPC Configuration parameters: */ /* Frame size, Prediction order, Pitch period */ /* Arguments */ /* $Log: lpcdec.c,v $ /* Revision 1.1 2004/05/04 11:16:43 csoutheren /* Initial version /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.2 1996/08/20 20:30:11 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_encoder_state(). * * Changed name of function from lpcenc_ to lpc10_encode, simply to make * all lpc10 functions have more consistent naming with each other. * * Revision 1.1 1996/08/19 22:31:48 jaf * Initial revision * */ /* Revision 1.3 1996/03/29 22:05:55 jaf */ /* Commented out the common block variables that are not needed by the */ /* embedded version. */ /* Revision 1.2 1996/03/26 19:34:50 jaf */ /* Added comments indicating which constants are not needed in an */ /* application that uses the LPC-10 coder. */ /* Revision 1.1 1996/02/07 14:44:09 jaf */ /* Initial revision */ /* LPC Processing control variables: */ /* *** Read-only: initialized in setup */ /* Files for Speech, Parameter, and Bitstream Input & Output, */ /* and message and debug outputs. */ /* Here are the only files which use these variables: */ /* lpcsim.f setup.f trans.f error.f vqsetup.f */ /* Many files which use fdebug are not listed, since it is only used in */ /* those other files conditionally, to print trace statements. */ /* integer fsi, fso, fpi, fpo, fbi, fbo, pbin, fmsg, fdebug */ /* LPC order, Frame size, Quantization rate, Bits per frame, */ /* Error correction */ /* Subroutine SETUP is the only place where order is assigned a value, */ /* and that value is 10. It could increase efficiency 1% or so to */ /* declare order as a constant (i.e., a Fortran PARAMETER) instead of as */ /* a variable in a COMMON block, since it is used in many places in the */ /* core of the coding and decoding routines. Actually, I take that back. */ /* At least when compiling with f2c, the upper bound of DO loops is */ /* stored in a local variable before the DO loop begins, and then that is */ /* compared against on each iteration. */ /* Similarly for lframe, which is given a value of MAXFRM in SETUP. */ /* Similarly for quant, which is given a value of 2400 in SETUP. quant */ /* is used in only a few places, and never in the core coding and */ /* decoding routines, so it could be eliminated entirely. */ /* nbits is similar to quant, and is given a value of 54 in SETUP. */ /* corrp is given a value of .TRUE. in SETUP, and is only used in the */ /* subroutines ENCODE and DECODE. It doesn't affect the speed of the */ /* coder significantly whether it is .TRUE. or .FALSE., or whether it is */ /* a constant or a variable, since it is only examined once per frame. */ /* Leaving it as a variable that is set to .TRUE. seems like a good */ /* idea, since it does enable some error-correction capability for */ /* unvoiced frames, with no change in the coding rate, and no noticeable */ /* quality difference in the decoded speech. */ /* integer quant, nbits */ /* *** Read/write: variables for debugging, not needed for LPC algorithm */ /* Current frame, Unstable frames, Output clip count, Max onset buffer, */ /* Debug listing detail level, Line count on listing page */ /* nframe is not needed for an embedded LPC10 at all. */ /* nunsfm is initialized to 0 in SETUP, and incremented in subroutine */ /* ERROR, which is only called from RCCHK. When LPC10 is embedded into */ /* an application, I would recommend removing the call to ERROR in RCCHK, */ /* and remove ERROR and nunsfm completely. */ /* iclip is initialized to 0 in SETUP, and incremented in entry SWRITE in */ /* sread.f. When LPC10 is embedded into an application, one might want */ /* to cause it to be incremented in a routine that takes the output of */ /* SYNTHS and sends it to an audio device. It could be optionally */ /* displayed, for those that might want to know what it is. */ /* maxosp is never initialized to 0 in SETUP, although it probably should */ /* be, and it is updated in subroutine ANALYS. I doubt that its value */ /* would be of much interest to an application in which LPC10 is */ /* embedded. */ /* listl and lincnt are not needed for an embedded LPC10 at all. */ /* integer nframe, nunsfm, iclip, maxosp, listl, lincnt */ /* common /contrl/ fsi, fso, fpi, fpo, fbi, fbo, pbin, fmsg, fdebug */ /* common /contrl/ quant, nbits */ /* common /contrl/ nframe, nunsfm, iclip, maxosp, listl, lincnt */ /* Local variables that need not be saved */ /* Uncoded speech parameters */ /* Coded speech parameters */ /* Others */ /* Local state */ /* None */ /* Parameter adjustments */ if (bits) { --bits; } if (speech) { --speech; } /* Function Body */ chanrd_(&c__10, &ipitv, &irms, irc, &bits[1]); decode_(&ipitv, &irms, irc, voice, &pitch, &rms, rc, st); synths_(voice, &pitch, &rms, rc, &speech[1], &len, st); return 0; } /* lpcdec_ */ openh323_v1_18_0/plugins/audio/LPC_10/src/lpcenc.c0100644000176200056700000001165410045675633021547 0ustar releasepostincr/* $Log: lpcenc.c,v $ Revision 1.1 2004/05/04 11:16:43 csoutheren Initial version Revision 1.1 2000/06/05 04:45:12 robertj Added LPC-10 2400bps codec * Revision 1.2 1996/08/20 20:31:21 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_encoder_state(). * * Changed name of function from lpcenc_ to lpc10_encode, simply to make * all lpc10 functions have more consistent naming with each other. * * Revision 1.1 1996/08/19 22:31:44 jaf * Initial revision * */ #ifdef P_R_O_T_O_T_Y_P_E_S extern int lpcenc_(real *speech, integer *bits); extern int initlpcenc_(void); /*:ref: prepro_ 14 2 6 4 */ /*:ref: analys_ 14 5 6 4 4 6 6 */ /*:ref: encode_ 14 7 4 4 6 6 4 4 4 */ /*:ref: chanwr_ 14 5 4 4 4 4 4 */ /*:ref: initprepro_ 14 0 */ /*:ref: initanalys_ 14 0 */ #endif /* -- translated by f2c (version 19951025). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Table of constant values */ static integer c__180 = 180; static integer c__10 = 10; /* ***************************************************************** */ /* $Log: lpcenc.c,v $ /* Revision 1.1 2004/05/04 11:16:43 csoutheren /* Initial version /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.2 1996/08/20 20:31:21 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_encoder_state(). * * Changed name of function from lpcenc_ to lpc10_encode, simply to make * all lpc10 functions have more consistent naming with each other. * * Revision 1.1 1996/08/19 22:31:44 jaf * Initial revision * */ /* Revision 1.2 1996/03/28 00:01:22 jaf */ /* Commented out some trace statements. */ /* Revision 1.1 1996/03/28 00:00:27 jaf */ /* Initial revision */ /* ***************************************************************** */ /* Encode one frame of 180 speech samples to 54 bits. */ /* Input: */ /* SPEECH - Speech encoded as real values in the range [-1,+1]. */ /* Indices 1 through 180 read, and modified (by PREPRO). */ /* Output: */ /* BITS - 54 encoded bits, stored 1 per array element. */ /* Indices 1 through 54 written. */ /* This subroutine maintains local state from one call to the next. If */ /* you want to switch to using a new audio stream for this filter, or */ /* reinitialize its state for any other reason, call the ENTRY */ /* INITLPCENC. */ /* Subroutine */ int lpc10_encode(real *speech, integer *bits, struct lpc10_encoder_state *st) { integer irms, voice[2], pitch, ipitv; real rc[10]; extern /* Subroutine */ int encode_(integer *, integer *, real *, real *, integer *, integer *, integer *), chanwr_(integer *, integer *, integer *, integer *, integer *, struct lpc10_encoder_state *), analys_(real *, integer *, integer *, real *, real *, struct lpc10_encoder_state *), prepro_(real *, integer *, struct lpc10_encoder_state *); integer irc[10]; real rms; /* Arguments */ /* $Log: lpcenc.c,v $ /* Revision 1.1 2004/05/04 11:16:43 csoutheren /* Initial version /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.2 1996/08/20 20:31:21 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_encoder_state(). * * Changed name of function from lpcenc_ to lpc10_encode, simply to make * all lpc10 functions have more consistent naming with each other. * * Revision 1.1 1996/08/19 22:31:44 jaf * Initial revision * */ /* Revision 1.3 1996/03/29 22:03:47 jaf */ /* Removed definitions for any constants that were no longer used. */ /* Revision 1.2 1996/03/26 19:34:33 jaf */ /* Added comments indicating which constants are not needed in an */ /* application that uses the LPC-10 coder. */ /* Revision 1.1 1996/02/07 14:43:51 jaf */ /* Initial revision */ /* LPC Configuration parameters: */ /* Frame size, Prediction order, Pitch period */ /* Local variables that need not be saved */ /* Uncoded speech parameters */ /* Coded speech parameters */ /* Local state */ /* None */ /* Parameter adjustments */ if (speech) { --speech; } if (bits) { --bits; } /* Function Body */ prepro_(&speech[1], &c__180, st); analys_(&speech[1], voice, &pitch, &rms, rc, st); encode_(voice, &pitch, &rms, rc, &ipitv, &irms, irc); chanwr_(&c__10, &ipitv, &irms, irc, &bits[1], st); return 0; } /* lpcenc_ */ openh323_v1_18_0/plugins/audio/LPC_10/src/lpcini.c0100644000176200056700000003046410045675633021561 0ustar releasepostincr/* $Log: lpcini.c,v $ Revision 1.1 2004/05/04 11:16:43 csoutheren Initial version Revision 1.3 2002/10/10 05:29:04 robertj Removed non-ansi-C comments to maximise portability, thanks Martijn Roest Revision 1.2 2001/02/24 14:00:10 rogerh Select the correct header file for malloc (stdlib.h or malloc.h) Revision 1.1 2000/06/05 04:45:12 robertj Added LPC-10 2400bps codec * Revision 1.2 1996/08/20 20:35:41 jaf * Added functions for allocating and initializing lpc10_encoder_state * and lpc10_decoder_state structures. * * Revision 1.1 1996/08/19 22:31:40 jaf * Initial revision * */ #ifdef P_R_O_T_O_T_Y_P_E_S extern int lpcini_(void); /* comlen contrl_ 12 */ /*:ref: initlpcenc_ 14 0 */ /*:ref: initlpcdec_ 14 0 */ #endif /* -- translated by f2c (version 19951025). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* malloc is now defined in stdlib.h in serveral systems */ #ifdef HAS_STDLIB_H # include #else # ifdef HAS_MALLOC_H # include # else extern char * malloc(); # endif #endif /* Common Block Declarations */ struct { integer order, lframe; logical corrp; } contrl_; #define contrl_1 contrl_ /* ***************************************************************** */ /* $Log: lpcini.c,v $ /* Revision 1.1 2004/05/04 11:16:43 csoutheren /* Initial version /* /* Revision 1.3 2002/10/10 05:29:04 robertj /* Removed non-ansi-C comments to maximise portability, thanks Martijn Roest /* /* Revision 1.2 2001/02/24 14:00:10 rogerh /* Select the correct header file for malloc (stdlib.h or malloc.h) /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.2 1996/08/20 20:35:41 jaf * Added functions for allocating and initializing lpc10_encoder_state * and lpc10_decoder_state structures. * * Revision 1.1 1996/08/19 22:31:40 jaf * Initial revision * */ /* Revision 1.1 1996/03/28 00:04:05 jaf */ /* Initial revision */ /* ***************************************************************** */ /* Initialize COMMON block variables used by LPC-10 encoder and decoder, */ /* and call initialization routines for both of them. */ /* Subroutine */ int lpcini_(void) { /* $Log: lpcini.c,v $ /* Revision 1.1 2004/05/04 11:16:43 csoutheren /* Initial version /* /* Revision 1.3 2002/10/10 05:29:04 robertj /* Removed non-ansi-C comments to maximise portability, thanks Martijn Roest /* /* Revision 1.2 2001/02/24 14:00:10 rogerh /* Select the correct header file for malloc (stdlib.h or malloc.h) /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.2 1996/08/20 20:35:41 jaf * Added functions for allocating and initializing lpc10_encoder_state * and lpc10_decoder_state structures. * * Revision 1.1 1996/08/19 22:31:40 jaf * Initial revision * */ /* Revision 1.3 1996/03/29 22:03:47 jaf */ /* Removed definitions for any constants that were no longer used. */ /* Revision 1.2 1996/03/26 19:34:33 jaf */ /* Added comments indicating which constants are not needed in an */ /* application that uses the LPC-10 coder. */ /* Revision 1.1 1996/02/07 14:43:51 jaf */ /* Initial revision */ /* LPC Configuration parameters: */ /* Frame size, Prediction order, Pitch period */ /* $Log: lpcini.c,v $ /* Revision 1.1 2004/05/04 11:16:43 csoutheren /* Initial version /* /* Revision 1.3 2002/10/10 05:29:04 robertj /* Removed non-ansi-C comments to maximise portability, thanks Martijn Roest /* /* Revision 1.2 2001/02/24 14:00:10 rogerh /* Select the correct header file for malloc (stdlib.h or malloc.h) /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.2 1996/08/20 20:35:41 jaf * Added functions for allocating and initializing lpc10_encoder_state * and lpc10_decoder_state structures. * * Revision 1.1 1996/08/19 22:31:40 jaf * Initial revision * */ /* Revision 1.3 1996/03/29 22:05:55 jaf */ /* Commented out the common block variables that are not needed by the */ /* embedded version. */ /* Revision 1.2 1996/03/26 19:34:50 jaf */ /* Added comments indicating which constants are not needed in an */ /* application that uses the LPC-10 coder. */ /* Revision 1.1 1996/02/07 14:44:09 jaf */ /* Initial revision */ /* LPC Processing control variables: */ /* *** Read-only: initialized in setup */ /* Files for Speech, Parameter, and Bitstream Input & Output, */ /* and message and debug outputs. */ /* Here are the only files which use these variables: */ /* lpcsim.f setup.f trans.f error.f vqsetup.f */ /* Many files which use fdebug are not listed, since it is only used in */ /* those other files conditionally, to print trace statements. */ /* integer fsi, fso, fpi, fpo, fbi, fbo, pbin, fmsg, fdebug */ /* LPC order, Frame size, Quantization rate, Bits per frame, */ /* Error correction */ /* Subroutine SETUP is the only place where order is assigned a value, */ /* and that value is 10. It could increase efficiency 1% or so to */ /* declare order as a constant (i.e., a Fortran PARAMETER) instead of as */ /* a variable in a COMMON block, since it is used in many places in the */ /* core of the coding and decoding routines. Actually, I take that back. */ /* At least when compiling with f2c, the upper bound of DO loops is */ /* stored in a local variable before the DO loop begins, and then that is */ /* compared against on each iteration. */ /* Similarly for lframe, which is given a value of MAXFRM in SETUP. */ /* Similarly for quant, which is given a value of 2400 in SETUP. quant */ /* is used in only a few places, and never in the core coding and */ /* decoding routines, so it could be eliminated entirely. */ /* nbits is similar to quant, and is given a value of 54 in SETUP. */ /* corrp is given a value of .TRUE. in SETUP, and is only used in the */ /* subroutines ENCODE and DECODE. It doesn't affect the speed of the */ /* coder significantly whether it is .TRUE. or .FALSE., or whether it is */ /* a constant or a variable, since it is only examined once per frame. */ /* Leaving it as a variable that is set to .TRUE. seems like a good */ /* idea, since it does enable some error-correction capability for */ /* unvoiced frames, with no change in the coding rate, and no noticeable */ /* quality difference in the decoded speech. */ /* integer quant, nbits */ /* *** Read/write: variables for debugging, not needed for LPC algorithm */ /* Current frame, Unstable frames, Output clip count, Max onset buffer, */ /* Debug listing detail level, Line count on listing page */ /* nframe is not needed for an embedded LPC10 at all. */ /* nunsfm is initialized to 0 in SETUP, and incremented in subroutine */ /* ERROR, which is only called from RCCHK. When LPC10 is embedded into */ /* an application, I would recommend removing the call to ERROR in RCCHK, */ /* and remove ERROR and nunsfm completely. */ /* iclip is initialized to 0 in SETUP, and incremented in entry SWRITE in */ /* sread.f. When LPC10 is embedded into an application, one might want */ /* to cause it to be incremented in a routine that takes the output of */ /* SYNTHS and sends it to an audio device. It could be optionally */ /* displayed, for those that might want to know what it is. */ /* maxosp is never initialized to 0 in SETUP, although it probably should */ /* be, and it is updated in subroutine ANALYS. I doubt that its value */ /* would be of much interest to an application in which LPC10 is */ /* embedded. */ /* listl and lincnt are not needed for an embedded LPC10 at all. */ /* integer nframe, nunsfm, iclip, maxosp, listl, lincnt */ /* common /contrl/ fsi, fso, fpi, fpo, fbi, fbo, pbin, fmsg, fdebug */ /* common /contrl/ quant, nbits */ /* common /contrl/ nframe, nunsfm, iclip, maxosp, listl, lincnt */ contrl_1.order = 10; contrl_1.lframe = 180; contrl_1.corrp = TRUE_; return 0; } /* lpcini_ */ /* Allocate memory for, and initialize, the state that needs to be kept from encoding one frame to the next for a single LPC-10-compressed audio stream. Return 0 if malloc fails, otherwise return pointer to new structure. */ struct lpc10_encoder_state * create_lpc10_encoder_state() { struct lpc10_encoder_state *st; st = (struct lpc10_encoder_state *) malloc((unsigned) sizeof (struct lpc10_encoder_state)); if (st != 0) { init_lpc10_encoder_state(st); } return (st); } void init_lpc10_encoder_state(struct lpc10_encoder_state *st) { int i; lpcini_(); /* State used only by function hp100 */ st->z11 = 0.0f; st->z21 = 0.0f; st->z12 = 0.0f; st->z22 = 0.0f; /* State used by function analys */ for (i = 0; i < 540; i++) { st->inbuf[i] = 0.0f; st->pebuf[i] = 0.0f; } for (i = 0; i < 696; i++) { st->lpbuf[i] = 0.0f; } for (i = 0; i < 312; i++) { st->ivbuf[i] = 0.0f; } st->bias = 0.0f; /* integer osbuf[10]; /* no initial value necessary */ st->osptr = 1; for (i = 0; i < 3; i++) { st->obound[i] = 0; } st->vwin[4] = 307; st->vwin[5] = 462; st->awin[4] = 307; st->awin[5] = 462; for (i = 0; i < 8; i++) { st->voibuf[i] = 0; } for (i = 0; i < 3; i++) { st->rmsbuf[i] = 0.0f; } for (i = 0; i < 30; i++) { st->rcbuf[i] = 0.0f; } st->zpre = 0.0f; /* State used by function onset */ st->n = 0.0f; st->d__ = 1.0f; /* real fpc; /* no initial value necessary */ for (i = 0; i < 16; i++) { st->l2buf[i] = 0.0f; } st->l2sum1 = 0.0f; st->l2ptr1 = 1; st->l2ptr2 = 9; /* integer lasti; /* no initial value necessary */ st->hyst = FALSE_; /* State used by function voicin */ st->dither = 20.0f; st->maxmin = 0.0f; for (i = 0; i < 6; i++) { st->voice[i] = 0.0f; } st->lbve = 3000; st->fbve = 3000; st->fbue = 187; st->ofbue = 187; st->sfbue = 187; st->lbue = 93; st->olbue = 93; st->slbue = 93; st->snr = (real) (st->fbve / st->fbue << 6); /* State used by function dyptrk */ for (i = 0; i < 60; i++) { st->s[i] = 0.0f; } for (i = 0; i < 120; i++) { st->p[i] = 0; } st->ipoint = 0; st->alphax = 0.0f; /* State used by function chanwr */ st->isync = 0; } /* Allocate memory for, and initialize, the state that needs to be kept from decoding one frame to the next for a single LPC-10-compressed audio stream. Return 0 if malloc fails, otherwise return pointer to new structure. */ struct lpc10_decoder_state * create_lpc10_decoder_state() { struct lpc10_decoder_state *st; st = (struct lpc10_decoder_state *) malloc((unsigned) sizeof (struct lpc10_decoder_state)); if (st != 0) { init_lpc10_decoder_state(st); } return (st); } void init_lpc10_decoder_state(struct lpc10_decoder_state *st) { int i; lpcini_(); /* State used by function decode */ st->iptold = 60; st->first = TRUE_; st->ivp2h = 0; st->iovoic = 0; st->iavgp = 60; st->erate = 0; for (i = 0; i < 30; i++) { st->drc[i] = 0; } for (i = 0; i < 3; i++) { st->dpit[i] = 0; st->drms[i] = 0; } /* State used by function synths */ for (i = 0; i < 360; i++) { st->buf[i] = 0.0f; } st->buflen = 180; /* State used by function pitsyn */ /* ivoico; /* no initial value necessary as long as first_pitsyn is initially TRUE_ */ /* ipito; /* no initial value necessary as long as first_pitsyn is initially TRUE_ */ st->rmso = 1.0f; /* rco[10]; /* no initial value necessary as long as first_pitsyn is initially TRUE_ */ /* integer jsamp; /* no initial value necessary as long as first_pitsyn is initially TRUE_ */ st->first_pitsyn = TRUE_; /* State used by function bsynz */ st->ipo = 0; for (i = 0; i < 166; i++) { st->exc[i] = 0.0f; st->exc2[i] = 0.0f; } st->lpi1 = 0.0f; st->lpi2 = 0.0f; st->lpi3 = 0.0f; st->hpi1 = 0.0f; st->hpi2 = 0.0f; st->hpi3 = 0.0f; st->rmso_bsynz = 0.0f; /* State used by function random */ st->j = 2; st->k = 5; st->y[0] = (shortint) -21161; st->y[1] = (shortint) -8478; st->y[2] = (shortint) 30892; st->y[3] = (shortint) -10216; st->y[4] = (shortint) 16950; /* State used by function deemp */ st->dei1 = 0.0f; st->dei2 = 0.0f; st->deo1 = 0.0f; st->deo2 = 0.0f; st->deo3 = 0.0f; } openh323_v1_18_0/plugins/audio/LPC_10/src/lpfilt.c0100644000176200056700000000624210045675633021572 0ustar releasepostincr/* $Log: lpfilt.c,v $ Revision 1.1 2004/05/04 11:16:43 csoutheren Initial version Revision 1.1 2000/06/05 04:45:12 robertj Added LPC-10 2400bps codec * Revision 1.1 1996/08/19 22:31:35 jaf * Initial revision * */ #ifdef P_R_O_T_O_T_Y_P_E_S extern int lpfilt_(real *inbuf, real *lpbuf, integer *len, integer *nsamp); #endif /* -- translated by f2c (version 19951025). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* *********************************************************************** */ /* LPFILT Version 55 */ /* $Log: lpfilt.c,v $ /* Revision 1.1 2004/05/04 11:16:43 csoutheren /* Initial version /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.1 1996/08/19 22:31:35 jaf * Initial revision * */ /* Revision 1.3 1996/03/15 16:53:49 jaf */ /* Just put comment header in standard form. */ /* Revision 1.2 1996/03/12 23:58:06 jaf */ /* Comments added explaining that none of the local variables of this */ /* subroutine need to be saved from one invocation to the next. */ /* Revision 1.1 1996/02/07 14:47:44 jaf */ /* Initial revision */ /* *********************************************************************** */ /* 31 Point Equiripple FIR Low-Pass Filter */ /* Linear phase, delay = 15 samples */ /* Passband: ripple = 0.25 dB, cutoff = 800 Hz */ /* Stopband: atten. = 40. dB, cutoff = 1240 Hz */ /* Inputs: */ /* LEN - Length of speech buffers */ /* NSAMP - Number of samples to filter */ /* INBUF - Input speech buffer */ /* Indices len-nsamp-29 through len are read. */ /* Output: */ /* LPBUF - Low passed speech buffer (must be different array than INBUF) */ /* Indices len+1-nsamp through len are written. */ /* This subroutine has no local state. */ /* Subroutine */ int lpfilt_(real *inbuf, real *lpbuf, integer *len, integer * nsamp) { /* System generated locals */ integer i__1; /* Local variables */ integer j; real t; /* Arguments */ /* Parameters/constants */ /* Local variables that need not be saved */ /* Local state */ /* None */ /* Parameter adjustments */ --lpbuf; --inbuf; /* Function Body */ i__1 = *len; for (j = *len + 1 - *nsamp; j <= i__1; ++j) { t = (inbuf[j] + inbuf[j - 30]) * -.0097201988f; t += (inbuf[j - 1] + inbuf[j - 29]) * -.0105179986f; t += (inbuf[j - 2] + inbuf[j - 28]) * -.0083479648f; t += (inbuf[j - 3] + inbuf[j - 27]) * 5.860774e-4f; t += (inbuf[j - 4] + inbuf[j - 26]) * .0130892089f; t += (inbuf[j - 5] + inbuf[j - 25]) * .0217052232f; t += (inbuf[j - 6] + inbuf[j - 24]) * .0184161253f; t += (inbuf[j - 7] + inbuf[j - 23]) * 3.39723e-4f; t += (inbuf[j - 8] + inbuf[j - 22]) * -.0260797087f; t += (inbuf[j - 9] + inbuf[j - 21]) * -.0455563702f; t += (inbuf[j - 10] + inbuf[j - 20]) * -.040306855f; t += (inbuf[j - 11] + inbuf[j - 19]) * 5.029835e-4f; t += (inbuf[j - 12] + inbuf[j - 18]) * .0729262903f; t += (inbuf[j - 13] + inbuf[j - 17]) * .1572008878f; t += (inbuf[j - 14] + inbuf[j - 16]) * .2247288674f; t += inbuf[j - 15] * .250535965f; lpbuf[j] = t; } return 0; } /* lpfilt_ */ openh323_v1_18_0/plugins/audio/LPC_10/src/makefile.dos0100644000176200056700000000747410045675633022430 0ustar releasepostincr# # Makefile for LPC10 coder library (MSDOS -- Microsoft C) # CC = cl OBJS_EXT = CFLAGS = /nologo /W2 /I.. /AL /Ox /Gs ANALYS_DEP = f2c.h BSYNZ_DEP = f2c.h CHANWR_DEP = f2c.h DCBIAS_DEP = f2c.h DECODE_DEP = f2c.h DEEMP_DEP = f2c.h DIFMAG_DEP = f2c.h DYPTRK_DEP = f2c.h ENCODE_DEP = f2c.h ENERGY_DEP = f2c.h F2CLIB_DEP = f2c.h HAM84_DEP = f2c.h HP100_DEP = f2c.h INVERT_DEP = f2c.h IRC2PC_DEP = f2c.h IVFILT_DEP = f2c.h LPCDEC_DEP = f2c.h LPCENC_DEP = f2c.h LPCINI_DEP = f2c.h LPFILT_DEP = f2c.h MEDIAN_DEP = f2c.h MLOAD_DEP = f2c.h ONSET_DEP = f2c.h PITSYN_DEP = f2c.h PLACEA_DEP = f2c.h PLACEV_DEP = f2c.h PREEMP_DEP = f2c.h PREPRO_DEP = f2c.h RANDOM_DEP = f2c.h RCCHK_DEP = f2c.h SYNTHS_DEP = f2c.h TBDM_DEP = f2c.h VOICIN_DEP = f2c.h VPARMS_DEP = f2c.h all: LPC10.LIB ANALYS.OBJ: ANALYS.C $(ANALYS_DEP) $(CC) $(CFLAGS) /c ANALYS.C BSYNZ.OBJ: BSYNZ.C $(BSYNZ_DEP) $(CC) $(CFLAGS) /c BSYNZ.C CHANWR.OBJ: CHANWR.C $(CHANWR_DEP) $(CC) $(CFLAGS) /c CHANWR.C DCBIAS.OBJ: DCBIAS.C $(DCBIAS_DEP) $(CC) $(CFLAGS) /c DCBIAS.C DECODE.OBJ: DECODE.C $(DECODE_DEP) $(CC) $(CFLAGS) /c DECODE.C DEEMP.OBJ: DEEMP.C $(DEEMP_DEP) $(CC) $(CFLAGS) /c DEEMP.C DIFMAG.OBJ: DIFMAG.C $(DIFMAG_DEP) $(CC) $(CFLAGS) /c DIFMAG.C DYPTRK.OBJ: DYPTRK.C $(DYPTRK_DEP) $(CC) $(CFLAGS) /c DYPTRK.C ENCODE.OBJ: ENCODE.C $(ENCODE_DEP) $(CC) $(CFLAGS) /c ENCODE.C ENERGY.OBJ: ENERGY.C $(ENERGY_DEP) $(CC) $(CFLAGS) /c ENERGY.C F2CLIB.OBJ: F2CLIB.C $(F2CLIB_DEP) $(CC) $(CFLAGS) /c F2CLIB.C HAM84.OBJ: HAM84.C $(HAM84_DEP) $(CC) $(CFLAGS) /c HAM84.C HP100.OBJ: HP100.C $(HP100_DEP) $(CC) $(CFLAGS) /c HP100.C INVERT.OBJ: INVERT.C $(INVERT_DEP) $(CC) $(CFLAGS) /c INVERT.C IRC2PC.OBJ: IRC2PC.C $(IRC2PC_DEP) $(CC) $(CFLAGS) /c IRC2PC.C IVFILT.OBJ: IVFILT.C $(IVFILT_DEP) $(CC) $(CFLAGS) /c IVFILT.C LPCDEC.OBJ: LPCDEC.C $(LPCDEC_DEP) $(CC) $(CFLAGS) /c LPCDEC.C LPCENC.OBJ: LPCENC.C $(LPCENC_DEP) $(CC) $(CFLAGS) /c LPCENC.C LPCINI.OBJ: LPCINI.C $(LPCINI_DEP) $(CC) $(CFLAGS) /c LPCINI.C LPFILT.OBJ: LPFILT.C $(LPFILT_DEP) $(CC) $(CFLAGS) /c LPFILT.C MEDIAN.OBJ: MEDIAN.C $(MEDIAN_DEP) $(CC) $(CFLAGS) /c MEDIAN.C MLOAD.OBJ: MLOAD.C $(MLOAD_DEP) $(CC) $(CFLAGS) /c MLOAD.C ONSET.OBJ: ONSET.C $(ONSET_DEP) $(CC) $(CFLAGS) /c ONSET.C PITSYN.OBJ: PITSYN.C $(PITSYN_DEP) $(CC) $(CFLAGS) /c PITSYN.C PLACEA.OBJ: PLACEA.C $(PLACEA_DEP) $(CC) $(CFLAGS) /c PLACEA.C PLACEV.OBJ: PLACEV.C $(PLACEV_DEP) $(CC) $(CFLAGS) /c PLACEV.C PREEMP.OBJ: PREEMP.C $(PREEMP_DEP) $(CC) $(CFLAGS) /c PREEMP.C PREPRO.OBJ: PREPRO.C $(PREPRO_DEP) $(CC) $(CFLAGS) /c PREPRO.C RANDOM.OBJ: RANDOM.C $(RANDOM_DEP) $(CC) $(CFLAGS) /c RANDOM.C RCCHK.OBJ: RCCHK.C $(RCCHK_DEP) $(CC) $(CFLAGS) /c RCCHK.C SYNTHS.OBJ: SYNTHS.C $(SYNTHS_DEP) $(CC) $(CFLAGS) /c SYNTHS.C TBDM.OBJ: TBDM.C $(TBDM_DEP) $(CC) $(CFLAGS) /c TBDM.C VOICIN.OBJ: VOICIN.C $(VOICIN_DEP) $(CC) $(CFLAGS) /c VOICIN.C VPARMS.OBJ: VPARMS.C $(VPARMS_DEP) $(CC) $(CFLAGS) /c VPARMS.C LPC10.LIB:: ANALYS.OBJ BSYNZ.OBJ CHANWR.OBJ DCBIAS.OBJ DECODE.OBJ \ DEEMP.OBJ DIFMAG.OBJ DYPTRK.OBJ ENCODE.OBJ ENERGY.OBJ F2CLIB.OBJ HAM84.OBJ HP100.OBJ \ INVERT.OBJ IRC2PC.OBJ IVFILT.OBJ LPCDEC.OBJ LPCENC.OBJ LPCINI.OBJ LPFILT.OBJ MEDIAN.OBJ \ MLOAD.OBJ ONSET.OBJ PITSYN.OBJ PLACEA.OBJ PLACEV.OBJ PREEMP.OBJ PREPRO.OBJ RANDOM.OBJ \ RCCHK.OBJ SYNTHS.OBJ TBDM.OBJ VOICIN.OBJ VPARMS.OBJ $(OBJS_EXT) echo >NUL @< *d1 && *d2 > *d3) { ret_val = *d1; if (*d3 > *d1) { ret_val = *d3; } } else if (*d2 < *d1 && *d2 < *d3) { ret_val = *d1; if (*d3 < *d1) { ret_val = *d3; } } return ret_val; } /* median_ */ openh323_v1_18_0/plugins/audio/LPC_10/src/mload.c0100644000176200056700000001130010045675633021363 0ustar releasepostincr/* $Log: mload.c,v $ Revision 1.1 2004/05/04 11:16:43 csoutheren Initial version Revision 1.1 2000/06/05 04:45:12 robertj Added LPC-10 2400bps codec * Revision 1.1 1996/08/19 22:31:25 jaf * Initial revision * */ #ifdef P_R_O_T_O_T_Y_P_E_S extern int mload_(integer *order, integer *awins, integer *awinf, real *speech, real *phi, real *psi); #endif /* -- translated by f2c (version 19951025). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* ***************************************************************** */ /* MLOAD Version 48 */ /* $Log: mload.c,v $ /* Revision 1.1 2004/05/04 11:16:43 csoutheren /* Initial version /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.1 1996/08/19 22:31:25 jaf * Initial revision * */ /* Revision 1.5 1996/03/27 23:59:51 jaf */ /* Added some more accurate comments about which indices of the argument */ /* array SPEECH are read. I thought that this might be the cause of a */ /* problem I've been having, but it isn't. */ /* Revision 1.4 1996/03/26 19:16:53 jaf */ /* Commented out the code at the end that copied the lower triangular */ /* half of PHI into the upper triangular half (making the resulting */ /* matrix symmetric). The upper triangular half was never used by later */ /* code in subroutine ANALYS. */ /* Revision 1.3 1996/03/18 21:16:00 jaf */ /* Just added a few comments about which array indices of the arguments */ /* are used, and mentioning that this subroutine has no local state. */ /* Revision 1.2 1996/03/13 16:47:41 jaf */ /* Comments added explaining that none of the local variables of this */ /* subroutine need to be saved from one invocation to the next. */ /* Revision 1.1 1996/02/07 14:48:01 jaf */ /* Initial revision */ /* ***************************************************************** */ /* Load a covariance matrix. */ /* Input: */ /* ORDER - Analysis order */ /* AWINS - Analysis window start */ /* AWINF - Analysis window finish */ /* SPEECH(AWINF) - Speech buffer */ /* Indices MIN(AWINS, AWINF-(ORDER-1)) through */ /* MAX(AWINF, AWINS+(ORDER-1)) read. */ /* As long as (AWINF-AWINS) .GE. (ORDER-1), */ /* this is just indices AWINS through AWINF. */ /* Output: */ /* PHI(ORDER,ORDER) - Covariance matrix */ /* Lower triangular half and diagonal written, and read.*/ /* Upper triangular half untouched. */ /* PSI(ORDER) - Prediction vector */ /* Indices 1 through ORDER written, */ /* and most are read after that. */ /* This subroutine has no local state. */ /* Subroutine */ int mload_(integer *order, integer *awins, integer *awinf, real *speech, real *phi, real *psi) { /* System generated locals */ integer phi_dim1, phi_offset, i__1, i__2; /* Local variables */ integer c__, i__, r__, start; /* Arguments */ /* Local variables that need not be saved */ /* Load first column of triangular covariance matrix PHI */ /* Parameter adjustments */ --psi; phi_dim1 = *order; phi_offset = phi_dim1 + 1; phi -= phi_offset; --speech; /* Function Body */ start = *awins + *order; i__1 = *order; for (r__ = 1; r__ <= i__1; ++r__) { phi[r__ + phi_dim1] = 0.f; i__2 = *awinf; for (i__ = start; i__ <= i__2; ++i__) { phi[r__ + phi_dim1] += speech[i__ - 1] * speech[i__ - r__]; } } /* Load last element of vector PSI */ psi[*order] = 0.f; i__1 = *awinf; for (i__ = start; i__ <= i__1; ++i__) { psi[*order] += speech[i__] * speech[i__ - *order]; } /* End correct to get additional columns of PHI */ i__1 = *order; for (r__ = 2; r__ <= i__1; ++r__) { i__2 = r__; for (c__ = 2; c__ <= i__2; ++c__) { phi[r__ + c__ * phi_dim1] = phi[r__ - 1 + (c__ - 1) * phi_dim1] - speech[*awinf + 1 - r__] * speech[*awinf + 1 - c__] + speech[start - r__] * speech[start - c__]; } } /* End correct to get additional elements of PSI */ i__1 = *order - 1; for (c__ = 1; c__ <= i__1; ++c__) { psi[c__] = phi[c__ + 1 + phi_dim1] - speech[start - 1] * speech[start - 1 - c__] + speech[*awinf] * speech[*awinf - c__]; } /* Copy lower triangular section into upper (why bother?) */ /* I'm commenting this out, since the upper triangular half of PHI */ /* is never used by later code, unless a sufficiently high level of */ /* tracing is turned on. */ /* DO R = 1,ORDER */ /* DO C = 1,R-1 */ /* PHI(C,R) = PHI(R,C) */ /* END DO */ /* END DO */ return 0; } /* mload_ */ openh323_v1_18_0/plugins/audio/LPC_10/src/onset.c0100644000176200056700000002436310045675633021434 0ustar releasepostincr/* $Log: onset.c,v $ Revision 1.1 2004/05/04 11:16:43 csoutheren Initial version Revision 1.2 2002/02/15 03:57:55 yurik Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com Revision 1.1 2000/06/05 04:45:12 robertj Added LPC-10 2400bps codec * Revision 1.2 1996/08/20 20:37:55 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_encoder_state(). * * Revision 1.1 1996/08/19 22:31:18 jaf * Initial revision * */ #ifdef P_R_O_T_O_T_Y_P_E_S extern int onset_(real *pebuf, integer *osbuf, integer *osptr, integer *oslen, integer *sbufl, integer *sbufh, integer *lframe, struct lpc10_encoder_state *st); #endif /* -- translated by f2c (version 19951025). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Table of constant values */ static real c_b2 = 1.f; /* ****************************************************************** */ /* ONSET Version 49 */ /* $Log: onset.c,v $ /* Revision 1.1 2004/05/04 11:16:43 csoutheren /* Initial version /* /* Revision 1.2 2002/02/15 03:57:55 yurik /* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.2 1996/08/20 20:37:55 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_encoder_state(). * * Revision 1.1 1996/08/19 22:31:18 jaf * Initial revision * */ /* Revision 1.5 1996/03/15 16:41:01 jaf */ /* Just rearranged INITONSET assignment orders to be consistent with */ /* order of DATA statements in ONSET. */ /* Revision 1.4 1996/03/15 15:48:27 jaf */ /* Changed some comments, and only reordered the DATA statements (their */ /* meaning wasn't changed). */ /* Revision 1.3 1996/03/14 23:53:06 jaf */ /* Added an entry INITONSET that reinitializes the local state variables */ /* of subroutine ONSET. */ /* Rearranged quite a few comments, adding more explaining which */ /* arguments were inputs, and how the modified ones can be changed. */ /* Revision 1.2 1996/03/12 23:53:00 jaf */ /* Lots of comments added about the local state of this subroutine that */ /* must be saved from one invocation to the next. */ /* One constant 180 replaced with LFRAME, which should be "more general", */ /* even though it would probably require many more changes than this to */ /* get this coder to work for other frame sizes. */ /* Revision 1.1 1996/02/07 14:48:09 jaf */ /* Initial revision */ /* ****************************************************************** */ /* Floating point version */ /* Detection of onsets in (or slightly preceding) the futuremost frame */ /* of speech. */ /* Input: */ /* PEBUF(SBUFL:SBUFH) - Preemphasized speech */ /* Indices SBUFH-LFRAME through SBUFH are read. */ /* OSLEN - Maximum number of onsets that can be stored in OSBUF. */ /* SBUFL, SBUFH - Range of PEBUF */ /* LFRAME - length of a frame, in samples */ /* Input/Output: */ /* OSBUF(OSLEN) - Buffer which holds sorted indexes of onsets */ /* Indices A through B are modified, where A */ /* is the original value of OSPTR, and B is the final */ /* value of OSPTR-1. B is at most OSLEN. */ /* OSPTR - Free pointer into OSBUF */ /* Initial value should be .LE. OSLEN+1. */ /* If so, final value grows by one for each new onset */ /* found, and final value will be .LE. OSLEN+1. */ /* This subroutine maintains local state from one call to the next. If */ /* you want to switch to using a new audio stream for this subroutine, or */ /* reinitialize its state for any other reason, call the ENTRY INITONSET. */ /* Subroutine */ int onset_(real *pebuf, integer *osbuf, integer * osptr, integer *oslen, integer *sbufl, integer *sbufh, integer * lframe, struct lpc10_encoder_state *st) { /* Initialized data */ real *n; real *d__; real *l2buf; real *l2sum1; integer *l2ptr1; integer *l2ptr2; logical *hyst; /* System generated locals */ integer pebuf_offset, i__1; real r__1; /* Builtin functions */ double r_sign(real *, real *); /* Local variables */ integer i__; integer *lasti; real l2sum2; real *fpc; /* Arguments */ /* $Log: onset.c,v $ /* Revision 1.1 2004/05/04 11:16:43 csoutheren /* Initial version /* /* Revision 1.2 2002/02/15 03:57:55 yurik /* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.2 1996/08/20 20:37:55 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_encoder_state(). * * Revision 1.1 1996/08/19 22:31:18 jaf * Initial revision * */ /* Revision 1.3 1996/03/29 22:03:47 jaf */ /* Removed definitions for any constants that were no longer used. */ /* Revision 1.2 1996/03/26 19:34:33 jaf */ /* Added comments indicating which constants are not needed in an */ /* application that uses the LPC-10 coder. */ /* Revision 1.1 1996/02/07 14:43:51 jaf */ /* Initial revision */ /* LPC Configuration parameters: */ /* Frame size, Prediction order, Pitch period */ /* Parameters/constants */ /* Parameters for onset detection algorithm: */ /* L2 Threshold for filtered slope of FPC (function of L2WID!) */ /* L2LAG Lag due to both filters which compute filtered slope of FPC */ /* L2WID Width of the filter which computes the slope of FPC */ /* OSHYST The number of samples of slope(FPC) which must be below */ /* the threshold before a new onset may be declared. */ /* Local variables that need not be saved */ /* Local state */ /* Variables */ /* N, D Numerator and denominator of prediction filters */ /* FPC Current prediction coefs */ /* L2BUF, L2SUM1, L2SUM2 State of slope filter */ /* The only "significant" change I've made is to change L2SUM2 out */ /* of the list of local variables that need to be saved, since it */ /* didn't need to be. */ /* L2SUM1 need not be, but avoiding saving it would require a small */ /* change to the body of the code. See comments below for an */ /* example of how the code could be changed to avoid saving L2SUM1. */ /* FPC and LASTI are saved from one invocation to the next, but */ /* they are not given initial values. This is acceptable, because */ /* FPC will be assigned a value the first time that this function */ /* is called after D is initialized to 1, since the formula to */ /* change D will not change it to 0 in one step, and the IF (D */ /* .NE. 0) statement will execute its THEN part, initializing FPC. */ /* LASTI's value will not be used until HYST is .TRUE., and */ /* whenever HYST is changed from its initial value of .FALSE., */ /* LASTI is assigned a value. */ /* In a C version of this coder, it would be nice if all of these */ /* saved things, in this and all other subroutines, could be stored */ /* in a single struct lpc10_coder_state_t, initialized with a call */ /* to a function like lpc10_init(&lpc10_coder_state). In this way, */ /* a program that used these functions could conveniently alternate */ /* coding more than one distinct audio stream. */ n = &(st->n); d__ = &(st->d__); fpc = &(st->fpc); l2buf = &(st->l2buf[0]); l2sum1 = &(st->l2sum1); l2ptr1 = &(st->l2ptr1); l2ptr2 = &(st->l2ptr2); lasti = &(st->lasti); hyst = &(st->hyst); /* Parameter adjustments */ if (osbuf) { --osbuf; } if (pebuf) { pebuf_offset = *sbufl; pebuf -= pebuf_offset; } /* Function Body */ /* The following line subtracted a hard-coded "180" from LASTI, */ /* instead of using a variable like LFRAME or a constant like */ /* MAXFRM. I changed it to LFRAME, for "generality". */ if (*hyst) { *lasti -= *lframe; } i__1 = *sbufh; for (i__ = *sbufh - *lframe + 1; i__ <= i__1; ++i__) { /* Compute FPC; Use old FPC on divide by zero; Clamp FPC to +/- 1. */ *n = (pebuf[i__] * pebuf[i__ - 1] + (*n) * 63.f) / 64.f; /* Computing 2nd power */ r__1 = pebuf[i__ - 1]; *d__ = (r__1 * r__1 + (*d__) * 63.f) / 64.f; if ((*d__) != 0.f) { if (abs(*n) > (*d__)) { *fpc = (real)r_sign(&c_b2, n); } else { *fpc = (*n) / (*d__); } } /* Filter FPC */ /* In order to allow L2SUM1 not to be saved from one invocation of */ /* this subroutine to the next, one could change the sequence of */ /* assignments below, up to the IF statement, to the following. In */ /* addition, the initial value of L2PTR2 should be changed to */ /* L2WID/2 instead of L2WID/2+1. */ /* L2SUM1 = L2BUF(L2PTR2) */ /* L2PTR2 = MOD(L2PTR2,L2WID)+1 */ /* L2SUM1 = L2SUM1 - L2BUF(L2PTR2) + FPC */ /* L2BUF(L2PTR2) = L2SUM1 */ /* * The following lines didn't change from the original: */ /* L2SUM2 = L2BUF(L2PTR1) */ /* L2BUF(L2PTR1) = FPC */ /* L2PTR1 = MOD(L2PTR1,L2WID)+1 */ l2sum2 = l2buf[*l2ptr1 - 1]; *l2sum1 = *l2sum1 - l2buf[*l2ptr2 - 1] + *fpc; l2buf[*l2ptr2 - 1] = *l2sum1; l2buf[*l2ptr1 - 1] = *fpc; *l2ptr1 = *l2ptr1 % 16 + 1; *l2ptr2 = *l2ptr2 % 16 + 1; if ((r__1 = *l2sum1 - l2sum2, abs(r__1)) > 1.7f) { if (! (*hyst)) { /* Ignore if buffer full */ if (*osptr <= *oslen) { osbuf[*osptr] = i__ - 9; ++(*osptr); } *hyst = TRUE_; } *lasti = i__; /* After one onset detection, at least OSHYST sample times m ust go */ /* by before another is allowed to occur. */ } else if ((*hyst) && i__ - *lasti >= 10) { *hyst = FALSE_; } } return 0; } /* onset_ */ openh323_v1_18_0/plugins/audio/LPC_10/src/pitsyn.c0100644000176200056700000004270310045675633021630 0ustar releasepostincr/* $Log: pitsyn.c,v $ Revision 1.1 2004/05/04 11:16:43 csoutheren Initial version Revision 1.2 2002/02/15 03:57:55 yurik Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com Revision 1.1 2000/06/05 04:45:12 robertj Added LPC-10 2400bps codec * Revision 1.2 1996/08/20 20:40:12 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_decoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_decoder_state(). * * Revision 1.1 1996/08/19 22:31:12 jaf * Initial revision * */ #ifdef P_R_O_T_O_T_Y_P_E_S extern int pitsyn_(integer *order, integer *voice, integer *pitch, real *rms, real *rc, integer *lframe, integer *ivuv, integer *ipiti, real *rmsi, real *rci, integer *nout, real *ratio, struct lpc10_decoder_state *st); #endif /* -- translated by f2c (version 19951025). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* ***************************************************************** */ /* PITSYN Version 53 */ /* $Log: pitsyn.c,v $ /* Revision 1.1 2004/05/04 11:16:43 csoutheren /* Initial version /* /* Revision 1.2 2002/02/15 03:57:55 yurik /* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.2 1996/08/20 20:40:12 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_decoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_decoder_state(). * * Revision 1.1 1996/08/19 22:31:12 jaf * Initial revision * */ /* Revision 1.2 1996/03/25 18:49:07 jaf */ /* Added commments about which indices of array arguments are read or */ /* written. */ /* Rearranged local variable declarations to indicate which need to be */ /* saved from one invocation to the next. Added entry INITPITSYN to */ /* reinitialize local state variables, if desired. */ /* Added lots of comments about proving that the maximum number of pitch */ /* periods (NOUT) that can be returned is 16. The call to STOP that */ /* could happen if NOUT got too large was removed as a result. */ /* Also proved that the total number of samples returned from N calls, */ /* each with identical values of LFRAME, will always be in the range */ /* N*LFRAME-MAXPIT+1 to N*LFRAME. */ /* Revision 1.1 1996/02/07 14:48:18 jaf */ /* Initial revision */ /* ***************************************************************** */ /* Synthesize a single pitch epoch */ /* Input: */ /* ORDER - Synthesis order (number of RC's) */ /* VOICE - Half frame voicing decisions */ /* Indices 1 through 2 read. */ /* LFRAME - Length of speech buffer */ /* Input/Output: */ /* PITCH - Pitch */ /* This value should be in the range MINPIT (20) to MAXPIT */ /* (156), inclusive. */ /* PITCH can be modified under some conditions. */ /* RMS - Energy (can be modified) */ /* RMS is changed to 1 if the value passed in is less than 1. */ /* RC - Reflection coefficients */ /* Indices 1 through ORDER can be temporarily overwritten with */ /* RCO, and then replaced with original values, under some */ /* conditions. */ /* Output: */ /* IVUV - Pitch epoch voicing decisions */ /* Indices (I) of IVUV, IPITI, and RMSI are written, */ /* and indices (J,I) of RCI are written, */ /* where I ranges from 1 to NOUT, and J ranges from 1 to ORDER. */ /* IPITI - Pitch epoch length */ /* RMSI - Pitch epoch energy */ /* RCI - Pitch epoch RC's */ /* NOUT - Number of pitch periods in this frame */ /* This is at least 0, at least 1 if MAXPIT .LT. LFRAME (this */ /* is currently true on every call), and can never be more than */ /* (LFRAME+MAXPIT-1)/PITCH, which is currently 16 with */ /* LFRAME=180, MAXPIT=156, and PITCH .GE. 20, as SYNTHS */ /* guarantees when it calls this subroutine. */ /* RATIO - Previous to present energy ratio */ /* Always assigned a value. */ /* Subroutine */ int pitsyn_(integer *order, integer *voice, integer *pitch, real *rms, real *rc, integer *lframe, integer *ivuv, integer *ipiti, real *rmsi, real *rci, integer *nout, real *ratio, struct lpc10_decoder_state *st) { /* Initialized data */ real *rmso; logical *first; /* System generated locals */ integer rci_dim1, rci_offset, i__1, i__2; real r__1; /* Builtin functions */ double log(doublereal), exp(doublereal); /* Local variables */ real alrn, alro, yarc[10], prop; integer i__, j, vflag, jused, lsamp; integer *jsamp; real slope; integer *ipito; real uvpit; integer ip, nl, ivoice; integer *ivoico; integer istart; real *rco; real xxy; /* Arguments */ /* $Log: pitsyn.c,v $ /* Revision 1.1 2004/05/04 11:16:43 csoutheren /* Initial version /* /* Revision 1.2 2002/02/15 03:57:55 yurik /* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.2 1996/08/20 20:40:12 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_decoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_decoder_state(). * * Revision 1.1 1996/08/19 22:31:12 jaf * Initial revision * */ /* Revision 1.3 1996/03/29 22:03:47 jaf */ /* Removed definitions for any constants that were no longer used. */ /* Revision 1.2 1996/03/26 19:34:33 jaf */ /* Added comments indicating which constants are not needed in an */ /* application that uses the LPC-10 coder. */ /* Revision 1.1 1996/02/07 14:43:51 jaf */ /* Initial revision */ /* LPC Configuration parameters: */ /* Frame size, Prediction order, Pitch period */ /* Local variables that need not be saved */ /* LSAMP is initialized in the IF (FIRST) THEN clause, but it is */ /* not used the first time through, and it is given a value before */ /* use whenever FIRST is .FALSE., so it appears unnecessary to */ /* assign it a value when FIRST is .TRUE. */ /* Local state */ /* FIRST - .TRUE. only on first call to PITSYN. */ /* IVOICO - Previous VOICE(2) value. */ /* IPITO - Previous PITCH value. */ /* RMSO - Previous RMS value. */ /* RCO - Previous RC values. */ /* JSAMP - If this routine is called N times with identical values of */ /* LFRAME, then the total length of all pitch periods returned */ /* is always N*LFRAME-JSAMP, and JSAMP is always in the range 0 */ /* to MAXPIT-1 (see below for why this is so). Thus JSAMP is */ /* the number of samples "left over" from the previous call to */ /* PITSYN, that haven't been "used" in a pitch period returned */ /* from this subroutine. Every time this subroutine is called, */ /* it returns pitch periods with a total length of at most */ /* LFRAME+JSAMP. */ /* IVOICO, IPITO, RCO, and JSAMP need not be assigned an initial value */ /* with a DATA statement, because they are always initialized on the */ /* first call to PITSYN. */ /* FIRST and RMSO should be initialized with DATA statements, because */ /* even on the first call, they are used before being initialized. */ /* Parameter adjustments */ if (rc) { --rc; } if (rci) { rci_dim1 = *order; rci_offset = rci_dim1 + 1; rci -= rci_offset; } if (voice) { --voice; } if (ivuv) { --ivuv; } if (ipiti) { --ipiti; } if (rmsi) { --rmsi; } /* Function Body */ ivoico = &(st->ivoico); ipito = &(st->ipito); rmso = &(st->rmso); rco = &(st->rco[0]); jsamp = &(st->jsamp); first = &(st->first_pitsyn); if (*rms < 1.f) { *rms = 1.f; } if (*rmso < 1.f) { *rmso = 1.f; } uvpit = 0.f; *ratio = *rms / (*rmso + 8.f); if (*first) { lsamp = 0; ivoice = voice[2]; if (ivoice == 0) { *pitch = *lframe / 4; } *nout = *lframe / *pitch; *jsamp = *lframe - *nout * *pitch; /* SYNTHS only calls this subroutine with PITCH in the range 20 */ /* to 156. LFRAME = MAXFRM = 180, so NOUT is somewhere in th e */ /* range 1 to 9. */ /* JSAMP is "LFRAME mod PITCH", so it is in the range 0 to */ /* (PITCH-1), or 0 to MAXPIT-1=155, after the first call. */ i__1 = *nout; for (i__ = 1; i__ <= i__1; ++i__) { i__2 = *order; for (j = 1; j <= i__2; ++j) { rci[j + i__ * rci_dim1] = rc[j]; } ivuv[i__] = ivoice; ipiti[i__] = *pitch; rmsi[i__] = *rms; } *first = FALSE_; } else { vflag = 0; lsamp = *lframe + *jsamp; slope = (*pitch - *ipito) / (real) lsamp; *nout = 0; jused = 0; istart = 1; if (voice[1] == *ivoico && voice[2] == voice[1]) { if (voice[2] == 0) { /* SSUV - - 0 , 0 , 0 */ *pitch = *lframe / 4; *ipito = *pitch; if (*ratio > 8.f) { *rmso = *rms; } } /* SSVC - - 1 , 1 , 1 */ slope = (*pitch - *ipito) / (real) lsamp; ivoice = voice[2]; } else { if (*ivoico != 1) { if (*ivoico == voice[1]) { /* UV2VC2 - - 0 , 0 , 1 */ nl = lsamp - *lframe / 4; } else { /* UV2VC1 - - 0 , 1 , 1 */ nl = lsamp - *lframe * 3 / 4; } ipiti[1] = nl / 2; ipiti[2] = nl - ipiti[1]; ivuv[1] = 0; ivuv[2] = 0; rmsi[1] = *rmso; rmsi[2] = *rmso; i__1 = *order; for (i__ = 1; i__ <= i__1; ++i__) { rci[i__ + rci_dim1] = rco[i__ - 1]; rci[i__ + (rci_dim1 << 1)] = rco[i__ - 1]; rco[i__ - 1] = rc[i__]; } slope = 0.f; *nout = 2; *ipito = *pitch; jused = nl; istart = nl + 1; ivoice = 1; } else { if (*ivoico != voice[1]) { /* VC2UV1 - - 1 , 0 , 0 */ lsamp = *lframe / 4 + *jsamp; } else { /* VC2UV2 - - 1 , 1 , 0 */ lsamp = *lframe * 3 / 4 + *jsamp; } i__1 = *order; for (i__ = 1; i__ <= i__1; ++i__) { yarc[i__ - 1] = rc[i__]; rc[i__] = rco[i__ - 1]; } ivoice = 1; slope = 0.f; vflag = 1; } } /* Here is the value of most variables that are used below, depending on */ /* the values of IVOICO, VOICE(1), and VOICE(2). VOICE(1) and VOICE(2 ) */ /* are input arguments, and IVOICO is the value of VOICE(2) on the */ /* previous call (see notes for the IF (NOUT .NE. 0) statement near th e */ /* end). Each of these three values is either 0 or 1. These three */ /* values below are given as 3-bit long strings, in the order IVOICO, */ /* VOICE(1), and VOICE(2). It appears that the code above assumes tha t */ /* the bit sequences 010 and 101 never occur, but I wonder whether a */ /* large enough number of bit errors in the channel could cause such a */ /* thing to happen, and if so, could that cause NOUT to ever go over 1 1? */ /* Note that all of the 180 values in the table are really LFRAME, but */ /* 180 has fewer characters, and it makes the table a little more */ /* concrete. If LFRAME is ever changed, keep this in mind. Similarly , */ /* 135's are 3*LFRAME/4, and 45's are LFRAME/4. If LFRAME is not a */ /* multiple of 4, then the 135 for NL-JSAMP is actually LFRAME-LFRAME/ 4, */ /* and the 45 for NL-JSAMP is actually LFRAME-3*LFRAME/4. */ /* Note that LSAMP-JSAMP is given as the variable. This was just for */ /* brevity, to avoid adding "+JSAMP" to all of the column entries. */ /* Similarly for NL-JSAMP. */ /* Variable | 000 001 011,010 111 110 100,101 */ /* ------------+-------------------------------------------------- */ /* ISTART | 1 NL+1 NL+1 1 1 1 */ /* LSAMP-JSAMP | 180 180 180 180 135 45 */ /* IPITO | 45 PITCH PITCH oldPITCH oldPITCH oldPITCH */ /* SLOPE | 0 0 0 seebelow 0 0 */ /* JUSED | 0 NL NL 0 0 0 */ /* PITCH | 45 PITCH PITCH PITCH PITCH PITCH */ /* NL-JSAMP | -- 135 45 -- -- -- */ /* VFLAG | 0 0 0 0 1 1 */ /* NOUT | 0 2 2 0 0 0 */ /* IVOICE | 0 1 1 1 1 1 */ /* while_loop | once once once once twice twice */ /* ISTART | -- -- -- -- JUSED+1 JUSED+1 */ /* LSAMP-JSAMP | -- -- -- -- 180 180 */ /* IPITO | -- -- -- -- oldPITCH oldPITCH */ /* SLOPE | -- -- -- -- 0 0 */ /* JUSED | -- -- -- -- ?? ?? */ /* PITCH | -- -- -- -- PITCH PITCH */ /* NL-JSAMP | -- -- -- -- -- -- */ /* VFLAG | -- -- -- -- 0 0 */ /* NOUT | -- -- -- -- ?? ?? */ /* IVOICE | -- -- -- -- 0 0 */ /* UVPIT is always 0.0 on the first pass through the DO WHILE (.TRUE.) */ /* loop below. */ /* The only possible non-0 value of SLOPE (in column 111) is */ /* (PITCH-IPITO)/FLOAT(LSAMP) */ /* Column 101 is identical to 100. Any good properties we can prove */ /* for 100 will also hold for 101. Similarly for 010 and 011. */ /* SYNTHS calls this subroutine with PITCH restricted to the range 20 to */ /* 156. IPITO is similarly restricted to this range, after the first */ /* call. IP below is also restricted to this range, given the */ /* definitions of IPITO, SLOPE, UVPIT, and that I is in the range ISTA RT */ /* to LSAMP. */ while(TRUE_) { /* JUSED is the total length of all pitch periods curr ently */ /* in the output arrays, in samples. */ /* An invariant of the DO I = ISTART,LSAMP loop below, under */ /* the condition that IP is always in the range 1 thro ugh */ /* MAXPIT, is: */ /* (I - MAXPIT) .LE. JUSED .LE. (I-1) */ /* Note that the final value of I is LSAMP+1, so that after */ /* the DO loop is complete, we know: */ /* (LSAMP - MAXPIT + 1) .LE. JUSED .LE. LSAMP */ i__1 = lsamp; for (i__ = istart; i__ <= i__1; ++i__) { r__1 = *ipito + slope * i__; ip = (integer)(r__1 + .5f); if (uvpit != 0.f) { ip = (integer)uvpit; } if (ip <= i__ - jused) { ++(*nout); /* The following check is no longer nece ssary, now that */ /* we can prove that NOUT will never go over 16. */ /* IF (NOUT .GT. 16) STOP 'PITSYN: too many epochs' */ ipiti[*nout] = ip; *pitch = ip; ivuv[*nout] = ivoice; jused += ip; prop = (jused - ip / 2) / (real) lsamp; i__2 = *order; for (j = 1; j <= i__2; ++j) { alro = (real)log((rco[j - 1] + 1) / (1 - rco[j - 1])); alrn = (real)log((rc[j] + 1) / (1 - rc[j])); xxy = alro + prop * (alrn - alro); xxy = (real)exp(xxy); rci[j + *nout * rci_dim1] = (xxy - 1) / (xxy + 1); } rmsi[*nout] = (real)(log(*rmso) + prop * (log(*rms) - log(*rmso))); rmsi[*nout] = (real)exp(rmsi[*nout]); } } if (vflag != 1) { goto L100; } /* I want to prove what range UVPIT must lie in after the */ /* assignments to it below. To do this, I must determ ine */ /* what range (LSAMP-ISTART) must lie in, after the */ /* assignments to ISTART and LSAMP below. */ /* Let oldLSAMP be the value of LSAMP at this point in the */ /* execution. This is 135+JSAMP in state 110, or 45+J SAMP in */ /* states 100 or 101. */ /* Given the loop invariant on JUSED above, we know th at: */ /* (oldLSAMP - MAXPIT + 1) .LE. JUSED .LE. oldLSAMP */ /* ISTART is one more than this. */ /* Let newLSAMP be the value assigned to LSAMP below. This */ /* is 180+JSAMP. Thus (newLSAMP-oldLSAMP) is either 4 5 or */ /* 135, depending on the state. */ /* Thus, the range of newLSAMP-ISTART is: */ /* (newLSAMP-(oldLSAMP+1)) .LE. newLSAMP-ISTART */ /* .LE. (newLSAMP-(oldLSAMP - MAXPIT + 2)) */ /* or: */ /* 46 .LE. newLSAMP-ISTART .LE. 133+MAXPIT .EQ. 289 */ /* Therefore, UVPIT is in the range 23 to 144 after th e first */ /* assignment to UVPIT below, and after the conditiona l */ /* assignment, it is in the range 23 to 90. */ /* The important thing is that it is in the range 20 t o 156, */ /* so that in the loop above, IP is always in this ran ge. */ vflag = 0; istart = jused + 1; lsamp = *lframe + *jsamp; slope = 0.f; ivoice = 0; uvpit = (real) ((lsamp - istart) / 2); if (uvpit > 90.f) { uvpit /= 2; } *rmso = *rms; i__1 = *order; for (i__ = 1; i__ <= i__1; ++i__) { rc[i__] = yarc[i__ - 1]; rco[i__ - 1] = yarc[i__ - 1]; } } L100: *jsamp = lsamp - jused; } /* Given that the maximum pitch period MAXPIT .LT. LFRAME (this is */ /* currently true on every call, since SYNTHS always sets */ /* LFRAME=180), NOUT will always be .GE. 1 at this point. */ if (*nout != 0) { *ivoico = voice[2]; *ipito = *pitch; *rmso = *rms; i__1 = *order; for (i__ = 1; i__ <= i__1; ++i__) { rco[i__ - 1] = rc[i__]; } } return 0; } /* pitsyn_ */ openh323_v1_18_0/plugins/audio/LPC_10/src/placea.c0100644000176200056700000001711710045675633021530 0ustar releasepostincr/* $Log: placea.c,v $ Revision 1.1 2004/05/04 11:16:43 csoutheren Initial version Revision 1.2 2001/10/16 21:21:14 yurik Removed warnings on Windows CE. Submitted by Jehan Bing, jehan@bravobrava.com Revision 1.1 2000/06/05 04:45:12 robertj Added LPC-10 2400bps codec * Revision 1.1 1996/08/19 22:31:07 jaf * Initial revision * */ #ifdef P_R_O_T_O_T_Y_P_E_S extern int placea_(integer *ipitch, integer *voibuf, integer *obound, integer *af, integer *vwin, integer *awin, integer *ewin, integer *lframe, integer *maxwin); #endif /* -- translated by f2c (version 19951025). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* *********************************************************************** */ /* PLACEA Version 48 */ /* $Log: placea.c,v $ /* Revision 1.1 2004/05/04 11:16:43 csoutheren /* Initial version /* /* Revision 1.2 2001/10/16 21:21:14 yurik /* Removed warnings on Windows CE. Submitted by Jehan Bing, jehan@bravobrava.com /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.1 1996/08/19 22:31:07 jaf * Initial revision * */ /* Revision 1.5 1996/03/19 20:41:55 jaf */ /* Added some conditions satisfied by the output values in EWIN. */ /* Revision 1.4 1996/03/19 20:24:17 jaf */ /* Added some conditions satisfied by the output values in AWIN. */ /* Revision 1.3 1996/03/18 21:40:04 jaf */ /* Just added a few comments about which array indices of the arguments */ /* are used, and mentioning that this subroutine has no local state. */ /* Revision 1.2 1996/03/13 16:43:09 jaf */ /* Comments added explaining that none of the local variables of this */ /* subroutine need to be saved from one invocation to the next. */ /* Revision 1.1 1996/02/07 14:48:31 jaf */ /* Initial revision */ /* *********************************************************************** */ /* Input: */ /* IPITCH */ /* VOIBUF */ /* Indices (2,AF-2), (1,AF-1), (2,AF-1), (1,AF), and (2,AF) read.*/ /* All other indices untouched. */ /* OBOUND */ /* AF */ /* VWIN */ /* Indices (1,AF) and (2,AF) read. */ /* All other indices untouched. */ /* LFRAME */ /* MAXWIN */ /* Input/Output: */ /* AWIN */ /* Index (1,AF-1) read. */ /* Indices (1,AF) and (2,AF) written, and then read. */ /* All other indices untouched. */ /* In all cases (except possibly one), the final values will */ /* satisfy the condition: AWIN(2,AF)-AWIN(1,AF)+1 = MAXWIN. */ /* In that other case, */ /* AWIN(1,AF)=VWIN(1,AF) and AWIN(2,AF)=VWIN(2,AF). */ /* Output: */ /* EWIN */ /* Indices (1,AF) and (2,AF) written. */ /* All other indices untouched. */ /* In all cases, the final values will satisfy the condition: */ /* AWIN(1,AF) .LE. EWIN(1,AF) .LE. EWIN(2,AF) .LE. AWIN(2,AF) */ /* In other words, the energy window is a sub-window of */ /* the analysis window. */ /* This subroutine has no local state. */ /* Subroutine */ int placea_(integer *ipitch, integer *voibuf, integer * obound, integer *af, integer *vwin, integer *awin, integer *ewin, integer *lframe, integer *maxwin) { /* System generated locals */ real r__1; /* Builtin functions */ integer i_nint(real *); /* Local variables */ logical allv, winv; integer i__, j, k, l, hrange; logical ephase; integer lrange; /* Arguments */ /* Local variables that need not be saved */ /* Parameter adjustments */ ewin -= 3; awin -= 3; vwin -= 3; --voibuf; /* Function Body */ lrange = (*af - 2) * *lframe + 1; hrange = *af * *lframe; /* Place the Analysis window based on the voicing window */ /* placement, onsets, tentative voicing decision, and pitch. */ /* Case 1: Sustained Voiced Speech */ /* If the five most recent voicing decisions are */ /* voiced, then the window is placed phase-synchronously with the */ /* previous window, as close to the present voicing window if possible. */ /* If onsets bound the voicing window, then preference is given to */ /* a phase-synchronous placement which does not overlap these onsets. */ /* Case 2: Voiced Transition */ /* If at least one voicing decision in AF is voicied, and there are no */ /* onsets, then the window is placed as in case 1. */ /* Case 3: Unvoiced Speech or Onsets */ /* If both voicing decisions in AF are unvoiced, or there are onsets, */ /* then the window is placed coincident with the voicing window. */ /* Note: During phase-synchronous placement of windows, the length */ /* is not altered from MAXWIN, since this would defeat the purpose */ /* of phase-synchronous placement. */ /* Check for case 1 and case 2 */ allv = voibuf[((*af - 2) << 1) + 2] == 1; allv = allv && voibuf[((*af - 1) << 1) + 1] == 1; allv = allv && voibuf[((*af - 1) << 1) + 2] == 1; allv = allv && voibuf[(*af << 1) + 1] == 1; allv = allv && voibuf[(*af << 1) + 2] == 1; winv = voibuf[(*af << 1) + 1] == 1 || voibuf[(*af << 1) + 2] == 1; if (allv || winv && *obound == 0) { /* APHASE: Phase synchronous window placement. */ /* Get minimum lower index of the window. */ i__ = (lrange + *ipitch - 1 - awin[((*af - 1) << 1) + 1]) / *ipitch; i__ *= *ipitch; i__ += awin[((*af - 1) << 1) + 1]; /* L = the actual length of this frame's analysis window. */ l = *maxwin; /* Calculate the location where a perfectly centered window would star t. */ k = (vwin[(*af << 1) + 1] + vwin[(*af << 1) + 2] + 1 - l) / 2; /* Choose the actual location to be the pitch multiple closest to this . */ r__1 = (real) (k - i__) / *ipitch; awin[(*af << 1) + 1] = i__ + i_nint(&r__1) * *ipitch; awin[(*af << 1) + 2] = awin[(*af << 1) + 1] + l - 1; /* If there is an onset bounding the right of the voicing window and t he */ /* analysis window overlaps that, then move the analysis window backwa rd */ /* to avoid this onset. */ if (*obound >= 2 && awin[(*af << 1) + 2] > vwin[(*af << 1) + 2]) { awin[(*af << 1) + 1] -= *ipitch; awin[(*af << 1) + 2] -= *ipitch; } /* Similarly for the left of the voicing window. */ if ((*obound == 1 || *obound == 3) && awin[(*af << 1) + 1] < vwin[(* af << 1) + 1]) { awin[(*af << 1) + 1] += *ipitch; awin[(*af << 1) + 2] += *ipitch; } /* If this placement puts the analysis window above HRANGE, then */ /* move it backward an integer number of pitch periods. */ while(awin[(*af << 1) + 2] > hrange) { awin[(*af << 1) + 1] -= *ipitch; awin[(*af << 1) + 2] -= *ipitch; } /* Similarly if the placement puts the analysis window below LRANGE. */ while(awin[(*af << 1) + 1] < lrange) { awin[(*af << 1) + 1] += *ipitch; awin[(*af << 1) + 2] += *ipitch; } /* Make Energy window be phase-synchronous. */ ephase = TRUE_; /* Case 3 */ } else { awin[(*af << 1) + 1] = vwin[(*af << 1) + 1]; awin[(*af << 1) + 2] = vwin[(*af << 1) + 2]; ephase = FALSE_; } /* RMS is computed over an integer number of pitch periods in the analysis */ /*window. When it is not placed phase-synchronously, it is placed as clos e*/ /* as possible to onsets. */ j = (awin[(*af << 1) + 2] - awin[(*af << 1) + 1] + 1) / *ipitch * *ipitch; if (j == 0 || ! winv) { ewin[(*af << 1) + 1] = vwin[(*af << 1) + 1]; ewin[(*af << 1) + 2] = vwin[(*af << 1) + 2]; } else if (! ephase && *obound == 2) { ewin[(*af << 1) + 1] = awin[(*af << 1) + 2] - j + 1; ewin[(*af << 1) + 2] = awin[(*af << 1) + 2]; } else { ewin[(*af << 1) + 1] = awin[(*af << 1) + 1]; ewin[(*af << 1) + 2] = awin[(*af << 1) + 1] + j - 1; } return 0; } /* placea_ */ openh323_v1_18_0/plugins/audio/LPC_10/src/placev.c0100644000176200056700000002021210045675633021543 0ustar releasepostincr/* $Log: placev.c,v $ Revision 1.1 2004/05/04 11:16:43 csoutheren Initial version Revision 1.2 2001/10/16 21:21:14 yurik Removed warnings on Windows CE. Submitted by Jehan Bing, jehan@bravobrava.com Revision 1.1 2000/06/05 04:45:12 robertj Added LPC-10 2400bps codec * Revision 1.1 1996/08/19 22:31:02 jaf * Initial revision * */ #ifdef P_R_O_T_O_T_Y_P_E_S extern int placev_(integer *osbuf, integer *osptr, integer *oslen, integer *obound, integer *vwin, integer *af, integer *lframe, integer *minwin, integer *maxwin, integer *dvwinl, integer *dvwinh); #endif /* -- translated by f2c (version 19951025). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* ****************************************************************** */ /* PLACEV Version 48 */ /* $Log: placev.c,v $ /* Revision 1.1 2004/05/04 11:16:43 csoutheren /* Initial version /* /* Revision 1.2 2001/10/16 21:21:14 yurik /* Removed warnings on Windows CE. Submitted by Jehan Bing, jehan@bravobrava.com /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.1 1996/08/19 22:31:02 jaf * Initial revision * */ /* Revision 1.6 1996/03/19 20:42:19 jaf */ /* Added some conditions satisfied by the output values in VWIN. */ /* Revision 1.5 1996/03/19 18:37:56 jaf */ /* Strengthened the specification of which indices of VWIN are read and */ /* written. */ /* Revision 1.4 1996/03/15 16:38:33 jaf */ /* One tiny comment added. */ /* Revision 1.3 1996/03/15 16:36:13 jaf */ /* Added comments giving In/Out status of arguments. */ /* Revision 1.2 1996/03/12 23:56:01 jaf */ /* Comments added explaining that none of the local variables of this */ /* subroutine need to be saved from one invocation to the next. */ /* Revision 1.1 1996/02/07 14:48:39 jaf */ /* Initial revision */ /* ****************************************************************** */ /* Input: */ /* OSBUF Buffer which holds sorted indexes of onsets */ /* I believe that only indices 1 through OSPTR-1 can be read. */ /* OSLEN */ /* OSPTR Free pointer into OSBUF */ /* AF */ /* LFRAME */ /* MINWIN */ /* MAXWIN */ /* DVWINL */ /* DVWINH (This argument is never used. Should it be?) */ /* Input/Output: */ /* VWIN Buffer of Voicing Window Positions (Modified) */ /* Index (2,AF-1) is read. */ /* Indices (1,AF) and (2,AF) are written, */ /* and then possibly read. */ /* All other indices are unused. */ /* In all cases, the final values will satsify the condition:*/ /* VWIN(2,AF)-VWIN(1,AF)+1 .LE. MAXWIN */ /* I'm not certain yet, but they may also satisfy: */ /* MINWIN .LE. VWIN(2,AF)-VWIN(1,AF)+1 */ /* Output: */ /* OBOUND This variable is set by this procedure and used */ /* in placing analysis windows (PLACEA). Bit 1 */ /* indicates whether an onset bounds the left side */ /* of the voicing window, and bit 2 indicates whether */ /* an onset bounds the right side of the voicing window. */ /* This subroutine has no local state. */ /* Subroutine */ int placev_(integer *osbuf, integer *osptr, integer *oslen, integer *obound, integer *vwin, integer *af, integer *lframe, integer *minwin, integer *maxwin, integer *dvwinl, integer *dvwinh) { /* System generated locals */ integer i__1, i__2; /* Local variables */ logical crit; integer i__, q, osptr1, hrange, lrange; /* Arguments */ /* Local variables that need not be saved */ /* Variables */ /* LRANGE, HRANGE Range in which window is placed */ /* OSPTR1 OSPTR excluding samples in 3F */ /* Local state */ /* None */ /* Voicing Window Placement */ /* __________________ __________________ ______________ */ /* | | | */ /* | 1F | 2F | 3F ... */ /* |__________________|__________________|______________ */ /* Previous | */ /* Window | */ /* ...________| */ /* | | */ /* ------>| This window's placement range |<------ */ /* | | */ /* There are three cases. Note that these are different from those */ /* given in the LPC-10e phase 1 report. */ /* 1. If there are no onsets in this range, then the voicing window */ /* is centered in the pitch window. If such a placement is not within */ /* the window's placement range, then the window is placed in the left- */ /* most portion of the placement range. Its length is always MAXWIN. */ /* 2. If the first onset is in 2F and there is sufficient room to place */ /* the window immediately before this onset, then the window is placed */ /* there, and its length is set to the maximum possible under these */ /* constraints. */ /* "Critical Region Exception": If there is another onset in 2F */ /* such that a window can be placed between the two onsets, the */ /* window is placed there (ie, as in case 3). */ /* 3. Otherwise, the window is placed immediately after the onset. The */ /* window's length */ /* is the longest length that can fit in the range under these constraint s,*/ /* except that the window may be shortened even further to avoid overlapp ing*/ /* other onsets in the placement range. In any case, the window's length */ /* is at least MINWIN. */ /* Note that the values of MINWIN and LFRAME must be chosen such */ /* that case 2 = false implies case 3 = true. This means that */ /* MINWIN <= LFRAME/2. If this were not the case, then a fourth case */ /* would have to be added for when the window cannot fit either before */ /* or after the onset. */ /* Note also that onsets which weren't in 2F last time may be in 1F this */ /* time, due to the filter delays in computing onsets. The result is tha t*/ /* occasionally a voicing window will overlap that onset. The only way */ /* to circumvent this problem is to add more delay in processing input */ /* speech. In the trade-off between delay and window-placement, window */ /* placement lost. */ /* Compute the placement range */ /* Parameter adjustments */ --osbuf; vwin -= 3; /* Function Body */ /* Computing MAX */ i__1 = vwin[((*af - 1) << 1) + 2] + 1, i__2 = (*af - 2) * *lframe + 1; lrange = max(i__1,i__2); hrange = *af * *lframe; /* Compute OSPTR1, so the following code only looks at relevant onsets. */ for (osptr1 = *osptr - 1; osptr1 >= 1; --osptr1) { if (osbuf[osptr1] <= hrange) { goto L90; } } L90: ++osptr1; /* Check for case 1 first (fast case): */ if (osptr1 <= 1 || osbuf[osptr1 - 1] < lrange) { /* Computing MAX */ i__1 = vwin[((*af - 1) << 1) + 2] + 1; vwin[(*af << 1) + 1] = max(i__1,*dvwinl); vwin[(*af << 1) + 2] = vwin[(*af << 1) + 1] + *maxwin - 1; *obound = 0; } else { /* Search backward in OSBUF for first onset in range. */ /* This code relies on the above check being performed first. */ for (q = osptr1 - 1; q >= 1; --q) { if (osbuf[q] < lrange) { goto L100; } } L100: ++q; /* Check for case 2 (placement before onset): */ /* Check for critical region exception: */ i__1 = osptr1 - 1; for (i__ = q + 1; i__ <= i__1; ++i__) { if (osbuf[i__] - osbuf[q] >= *minwin) { crit = TRUE_; goto L105; } } crit = FALSE_; L105: /* Computing MAX */ i__1 = (*af - 1) * *lframe, i__2 = lrange + *minwin - 1; if (! crit && osbuf[q] > max(i__1,i__2)) { vwin[(*af << 1) + 2] = osbuf[q] - 1; /* Computing MAX */ i__1 = lrange, i__2 = vwin[(*af << 1) + 2] - *maxwin + 1; vwin[(*af << 1) + 1] = max(i__1,i__2); *obound = 2; /* Case 3 (placement after onset) */ } else { vwin[(*af << 1) + 1] = osbuf[q]; L110: ++q; if (q >= osptr1) { goto L120; } if (osbuf[q] > vwin[(*af << 1) + 1] + *maxwin) { goto L120; } if (osbuf[q] < vwin[(*af << 1) + 1] + *minwin) { goto L110; } vwin[(*af << 1) + 2] = osbuf[q] - 1; *obound = 3; return 0; L120: /* Computing MIN */ i__1 = vwin[(*af << 1) + 1] + *maxwin - 1; vwin[(*af << 1) + 2] = min(i__1,hrange); *obound = 1; } } return 0; } /* placev_ */ openh323_v1_18_0/plugins/audio/LPC_10/src/preemp.c0100644000176200056700000000734010045675633021570 0ustar releasepostincr/* $Log: preemp.c,v $ Revision 1.1 2004/05/04 11:16:43 csoutheren Initial version Revision 1.1 2000/06/05 04:45:12 robertj Added LPC-10 2400bps codec * Revision 1.1 1996/08/19 22:30:58 jaf * Initial revision * */ #ifdef P_R_O_T_O_T_Y_P_E_S extern int preemp_(real *inbuf, real *pebuf, integer *nsamp, real *coef, real *z__); #endif /* -- translated by f2c (version 19951025). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* ******************************************************************* */ /* PREEMP Version 55 */ /* $Log: preemp.c,v $ /* Revision 1.1 2004/05/04 11:16:43 csoutheren /* Initial version /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.1 1996/08/19 22:30:58 jaf * Initial revision * */ /* Revision 1.3 1996/03/14 23:16:29 jaf */ /* Just added a few comments about which array indices of the arguments */ /* are used, and mentioning that this subroutine has no local state. */ /* Revision 1.2 1996/03/11 23:23:34 jaf */ /* Added a bunch of comments to an otherwise simple subroutine. */ /* Revision 1.1 1996/02/07 14:48:48 jaf */ /* Initial revision */ /* ******************************************************************* */ /* Preemphasize speech with a single-zero filter. */ /* (When coef = .9375, preemphasis is as in LPC43.) */ /* Inputs: */ /* NSAMP - Number of samples to filter */ /* INBUF - Input speech buffer */ /* Indices 1 through NSAMP are read. */ /* COEF - Preemphasis coefficient */ /* Input/Output: */ /* Z - Filter state */ /* Output: */ /* PEBUF - Preemphasized speech buffer (can be equal to INBUF) */ /* Indices 1 through NSAMP are modified. */ /* This subroutine has no local state. */ /* Subroutine */ int preemp_(real *inbuf, real *pebuf, integer *nsamp, real * coef, real *z__) { /* System generated locals */ integer i__1; /* Local variables */ real temp; integer i__; /* Arguments */ /* Local variables */ /* None of these need to have their values saved from one */ /* invocation to the next. */ /* Logically, this subroutine computes the output sequence */ /* pebuf(1:nsamp) defined by: */ /* pebuf(i) = inbuf(i) - coef * inbuf(i-1) */ /* where inbuf(0) is defined by the value of z given as input to */ /* this subroutine. */ /* What is this filter's frequency response and phase response? */ /* Why is this filter applied to the speech? */ /* Could it be more efficient to apply multiple filters */ /* simultaneously, by combining them into one equivalent filter? */ /* Are there ever cases when "factoring" one high-order filter into */ /* multiple smaller-order filter actually reduces the number of */ /* arithmetic operations needed to perform them? */ /* When I first read this subroutine, I didn't understand why the */ /* variable temp was used. It seemed that the statements in the do */ /* loop could be replaced with the following: */ /* pebuf(i) = inbuf(i) - coef * z */ /* z = inbuf(i) */ /* The reason for temp is so that even if pebuf and inbuf are the */ /* same arrays in memory (i.e., they are aliased), then this */ /* subroutine will still work correctly. I didn't realize this */ /* until seeing the comment after PEBUF above that says "(can be */ /* equal to INBUF)". */ /* Parameter adjustments */ --pebuf; --inbuf; /* Function Body */ i__1 = *nsamp; for (i__ = 1; i__ <= i__1; ++i__) { temp = inbuf[i__] - *coef * *z__; *z__ = inbuf[i__]; pebuf[i__] = temp; /* L10: */ } return 0; } /* preemp_ */ openh323_v1_18_0/plugins/audio/LPC_10/src/prepro.c0100644000176200056700000000552210045675633021607 0ustar releasepostincr/* $Log: prepro.c,v $ Revision 1.1 2004/05/04 11:16:43 csoutheren Initial version Revision 1.1 2000/06/05 04:45:12 robertj Added LPC-10 2400bps codec * Revision 1.2 1996/08/20 20:40:51 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_encoder_state(). * * Revision 1.1 1996/08/19 22:30:54 jaf * Initial revision * */ #ifdef P_R_O_T_O_T_Y_P_E_S extern int prepro_(real *speech, integer *length, struct lpc10_encoder_state *st) /*:ref: hp100_ 14 3 6 4 4 */ /*:ref: inithp100_ 14 0 */ #endif /* -- translated by f2c (version 19951025). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Table of constant values */ static integer c__1 = 1; /* ********************************************************************* */ /* PREPRO Version 48 */ /* $Log: prepro.c,v $ /* Revision 1.1 2004/05/04 11:16:43 csoutheren /* Initial version /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.2 1996/08/20 20:40:51 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_encoder_state(). * * Revision 1.1 1996/08/19 22:30:54 jaf * Initial revision * */ /* Revision 1.3 1996/03/14 23:22:56 jaf */ /* Added comments about when INITPREPRO should be used. */ /* Revision 1.2 1996/03/14 23:09:27 jaf */ /* Added an entry named INITPREPRO that initializes the local state of */ /* this subroutine, and those it calls (if any). */ /* Revision 1.1 1996/02/07 14:48:54 jaf */ /* Initial revision */ /* ********************************************************************* */ /* Pre-process input speech: */ /* Inputs: */ /* LENGTH - Number of SPEECH samples */ /* Input/Output: */ /* SPEECH(LENGTH) - Speech data. */ /* Indices 1 through LENGTH are read and modified. */ /* This subroutine has no local state maintained from one call to the */ /* next, but HP100 does. If you want to switch to using a new audio */ /* stream for this filter, or reinitialize its state for any other */ /* reason, call the ENTRY INITPREPRO. */ /* Subroutine */ int prepro_(real *speech, integer *length, struct lpc10_encoder_state *st) { extern /* Subroutine */ int hp100_(real *, integer *, integer *, struct lpc10_encoder_state *); /* Arguments */ /* High Pass Filter at 100 Hz */ /* Parameter adjustments */ if (speech) { --speech; } /* Function Body */ hp100_(&speech[1], &c__1, length, st); return 0; } /* prepro_ */ openh323_v1_18_0/plugins/audio/LPC_10/src/random.c0100644000176200056700000000562110045675633021560 0ustar releasepostincr/* $Log: random.c,v $ Revision 1.1 2004/05/04 11:16:43 csoutheren Initial version Revision 1.1 2000/06/05 04:45:12 robertj Added LPC-10 2400bps codec * Revision 1.2 1996/08/20 20:41:32 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_decoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_decoder_state(). * * Revision 1.1 1996/08/19 22:30:49 jaf * Initial revision * */ #ifdef P_R_O_T_O_T_Y_P_E_S extern integer random_(struct lpc10_decoder_state *st); #endif /* -- translated by f2c (version 19951025). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* ********************************************************************** */ /* RANDOM Version 49 */ /* $Log: random.c,v $ /* Revision 1.1 2004/05/04 11:16:43 csoutheren /* Initial version /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.2 1996/08/20 20:41:32 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_decoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_decoder_state(). * * Revision 1.1 1996/08/19 22:30:49 jaf * Initial revision * */ /* Revision 1.3 1996/03/20 16:13:54 jaf */ /* Rearranged comments a little bit, and added comments explaining that */ /* even though there is local state here, there is no need to create an */ /* ENTRY for reinitializing it. */ /* Revision 1.2 1996/03/14 22:25:29 jaf */ /* Just rearranged the comments and local variable declarations a bit. */ /* Revision 1.1 1996/02/07 14:49:01 jaf */ /* Initial revision */ /* ********************************************************************* */ /* Pseudo random number generator based on Knuth, Vol 2, p. 27. */ /* Function Return: */ /* RANDOM - Integer variable, uniformly distributed over -32768 to 32767 */ /* This subroutine maintains local state from one call to the next. */ /* In the context of the LPC10 coder, there is no reason to reinitialize */ /* this local state when switching between audio streams, because its */ /* results are only used to generate noise for unvoiced frames. */ integer random_(struct lpc10_decoder_state *st) { /* Initialized data */ integer *j; integer *k; shortint *y; /* System generated locals */ integer ret_val; /* Parameters/constants */ /* Local state */ /* The following is a 16 bit 2's complement addition, */ /* with overflow checking disabled */ j = &(st->j); k = &(st->k); y = &(st->y[0]); y[*k - 1] += y[*j - 1]; ret_val = y[*k - 1]; --(*k); if (*k <= 0) { *k = 5; } --(*j); if (*j <= 0) { *j = 5; } return ret_val; } /* random_ */ openh323_v1_18_0/plugins/audio/LPC_10/src/rcchk.c0100644000176200056700000000510710045675633021371 0ustar releasepostincr/* $Log: rcchk.c,v $ Revision 1.1 2004/05/04 11:16:43 csoutheren Initial version Revision 1.1 2000/06/05 04:45:12 robertj Added LPC-10 2400bps codec * Revision 1.1 1996/08/19 22:30:41 jaf * Initial revision * */ #ifdef P_R_O_T_O_T_Y_P_E_S extern int rcchk_(integer *order, real *rc1f, real *rc2f); #endif /* -- translated by f2c (version 19951025). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* ********************************************************************* */ /* RCCHK Version 45G */ /* $Log: rcchk.c,v $ /* Revision 1.1 2004/05/04 11:16:43 csoutheren /* Initial version /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.1 1996/08/19 22:30:41 jaf * Initial revision * */ /* Revision 1.4 1996/03/27 18:13:47 jaf */ /* Commented out a call to subroutine ERROR. */ /* Revision 1.3 1996/03/18 15:48:53 jaf */ /* Just added a few comments about which array indices of the arguments */ /* are used, and mentioning that this subroutine has no local state. */ /* Revision 1.2 1996/03/13 16:55:22 jaf */ /* Comments added explaining that none of the local variables of this */ /* subroutine need to be saved from one invocation to the next. */ /* Revision 1.1 1996/02/07 14:49:08 jaf */ /* Initial revision */ /* ********************************************************************* */ /* Check RC's, repeat previous frame's RC's if unstable */ /* Input: */ /* ORDER - Number of RC's */ /* RC1F - Previous frame's RC's */ /* Indices 1 through ORDER may be read. */ /* Input/Output: */ /* RC2F - Present frame's RC's */ /* Indices 1 through ORDER may be read, and written. */ /* This subroutine has no local state. */ /* Subroutine */ int rcchk_(integer *order, real *rc1f, real *rc2f) { /* System generated locals */ integer i__1; real r__1; /* Local variables */ integer i__; /* Arguments */ /* Local variables that need not be saved */ /* Parameter adjustments */ --rc2f; --rc1f; /* Function Body */ i__1 = *order; for (i__ = 1; i__ <= i__1; ++i__) { if ((r__1 = rc2f[i__], abs(r__1)) > .99f) { goto L10; } } return 0; /* Note: In version embedded in other software, all calls to ERROR */ /* should probably be removed. */ L10: /* This call to ERROR is only needed for debugging purposes. */ /* CALL ERROR('RCCHK',2,I) */ i__1 = *order; for (i__ = 1; i__ <= i__1; ++i__) { rc2f[i__] = rc1f[i__]; } return 0; } /* rcchk_ */ openh323_v1_18_0/plugins/audio/LPC_10/src/synths.c0100644000176200056700000003330210045675633021625 0ustar releasepostincr/* $Log: synths.c,v $ Revision 1.1 2004/05/04 11:16:43 csoutheren Initial version Revision 1.1 2000/06/05 04:45:12 robertj Added LPC-10 2400bps codec * Revision 1.2 1996/08/20 20:42:59 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_decoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_decoder_state(). * * Revision 1.1 1996/08/19 22:30:33 jaf * Initial revision * */ #ifdef P_R_O_T_O_T_Y_P_E_S extern int synths_(integer *voice, integer *pitch, real *rms, real *rc, real *speech, integer *k, struct lpc10_decoder_state *st); /* comlen contrl_ 12 */ /*:ref: pitsyn_ 14 12 4 4 4 6 6 4 4 4 6 6 4 6 */ /*:ref: irc2pc_ 14 5 6 6 4 6 6 */ /*:ref: bsynz_ 14 7 6 4 4 6 6 6 6 */ /*:ref: deemp_ 14 2 6 4 */ /*:ref: initpitsyn_ 14 0 */ /*:ref: initbsynz_ 14 0 */ /*:ref: initdeemp_ 14 0 */ #endif /* -- translated by f2c (version 19951025). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Common Block Declarations */ extern struct { integer order, lframe; logical corrp; } contrl_; #define contrl_1 contrl_ /* Table of constant values */ static real c_b2 = .7f; /* ***************************************************************** */ /* SYNTHS Version 54 */ /* $Log: synths.c,v $ /* Revision 1.1 2004/05/04 11:16:43 csoutheren /* Initial version /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.2 1996/08/20 20:42:59 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_decoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_decoder_state(). * * Revision 1.1 1996/08/19 22:30:33 jaf * Initial revision * */ /* Revision 1.5 1996/03/26 19:31:58 jaf */ /* Commented out trace statements. */ /* Revision 1.4 1996/03/25 19:41:01 jaf */ /* Changed so that MAXFRM samples are always returned in the output array */ /* SPEECH. */ /* This required delaying the returned samples by MAXFRM sample times, */ /* and remembering any "left over" samples returned by PITSYN from one */ /* call of SYNTHS to the next. */ /* Changed size of SPEECH from 2*MAXFRM to MAXFRM. Removed local */ /* variable SOUT. Added local state variables BUF and BUFLEN. */ /* Revision 1.3 1996/03/25 19:20:10 jaf */ /* Added comments about the range of possible return values for argument */ /* K, and increased the size of the arrays filled in by PITSYN from 11 to */ /* 16, as has been already done inside of PITSYN. */ /* Revision 1.2 1996/03/22 00:18:18 jaf */ /* Added comments explaining meanings of input and output parameters, and */ /* indicating which array indices can be read or written. */ /* Added entry INITSYNTHS, which does nothing except call the */ /* corresponding initialization entries for subroutines PITSYN, BSYNZ, */ /* and DEEMP. */ /* Revision 1.1 1996/02/07 14:49:44 jaf */ /* Initial revision */ /* ***************************************************************** */ /* The note below is from the distributed version of the LPC10 coder. */ /* The version of the code below has been modified so that SYNTHS always */ /* has a constant frame length output of MAXFRM. */ /* Also, BSYNZ and DEEMP need not be modified to work on variable */ /* positions within an array. It is only necessary to pass the first */ /* index desired as the array argument. What actually gets passed is the */ /* address of that array position, which the subroutine treats as the */ /* first index of the array. */ /* This technique is used in subroutine ANALYS when calling PREEMP, so it */ /* appears that multiple people wrote different parts of this LPC10 code, */ /* and that they didn't necessarily have equivalent knowledge of Fortran */ /* (not surprising). */ /* NOTE: There is excessive buffering here, BSYNZ and DEEMP should be */ /* changed to operate on variable positions within SOUT. Also, */ /* the output length parameter is bogus, and PITSYN should be */ /* rewritten to allow a constant frame length output. */ /* Input: */ /* VOICE - Half frame voicing decisions */ /* Indices 1 through 2 read. */ /* Input/Output: */ /* PITCH - Pitch */ /* PITCH is restricted to range 20 to 156, inclusive, */ /* before calling subroutine PITSYN, and then PITSYN */ /* can modify it further under some conditions. */ /* RMS - Energy */ /* Only use is for debugging, and passed to PITSYN. */ /* See comments there for how it can be modified. */ /* RC - Reflection coefficients */ /* Indices 1 through ORDER restricted to range -.99 to .99, */ /* before calling subroutine PITSYN, and then PITSYN */ /* can modify it further under some conditions. */ /* Output: */ /* SPEECH - Synthesized speech samples. */ /* Indices 1 through the final value of K are written. */ /* K - Number of samples placed into array SPEECH. */ /* This is always MAXFRM. */ /* Subroutine */ int synths_(integer *voice, integer *pitch, real * rms, real *rc, real *speech, integer *k, struct lpc10_decoder_state *st) { /* Initialized data */ real *buf; integer *buflen; /* System generated locals */ integer i__1; real r__1, r__2; /* Local variables */ real rmsi[16]; integer nout, ivuv[16], i__, j; extern /* Subroutine */ int deemp_(real *, integer *, struct lpc10_decoder_state *); real ratio; integer ipiti[16]; extern /* Subroutine */ bsynz_(real *, integer *, integer *, real *, real *, real *, real *, struct lpc10_decoder_state *), irc2pc_(real *, real * , integer *, real *, real *); real g2pass; real pc[10]; extern /* Subroutine */ int pitsyn_(integer *, integer *, integer *, real *, real *, integer *, integer *, integer *, real *, real *, integer *, real *, struct lpc10_decoder_state *); real rci[160] /* was [10][16] */; /* $Log: synths.c,v $ /* Revision 1.1 2004/05/04 11:16:43 csoutheren /* Initial version /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.2 1996/08/20 20:42:59 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_decoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_decoder_state(). * * Revision 1.1 1996/08/19 22:30:33 jaf * Initial revision * */ /* Revision 1.3 1996/03/29 22:03:47 jaf */ /* Removed definitions for any constants that were no longer used. */ /* Revision 1.2 1996/03/26 19:34:33 jaf */ /* Added comments indicating which constants are not needed in an */ /* application that uses the LPC-10 coder. */ /* Revision 1.1 1996/02/07 14:43:51 jaf */ /* Initial revision */ /* LPC Configuration parameters: */ /* Frame size, Prediction order, Pitch period */ /* Arguments */ /* $Log: synths.c,v $ /* Revision 1.1 2004/05/04 11:16:43 csoutheren /* Initial version /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.2 1996/08/20 20:42:59 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_decoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_decoder_state(). * * Revision 1.1 1996/08/19 22:30:33 jaf * Initial revision * */ /* Revision 1.3 1996/03/29 22:05:55 jaf */ /* Commented out the common block variables that are not needed by the */ /* embedded version. */ /* Revision 1.2 1996/03/26 19:34:50 jaf */ /* Added comments indicating which constants are not needed in an */ /* application that uses the LPC-10 coder. */ /* Revision 1.1 1996/02/07 14:44:09 jaf */ /* Initial revision */ /* LPC Processing control variables: */ /* *** Read-only: initialized in setup */ /* Files for Speech, Parameter, and Bitstream Input & Output, */ /* and message and debug outputs. */ /* Here are the only files which use these variables: */ /* lpcsim.f setup.f trans.f error.f vqsetup.f */ /* Many files which use fdebug are not listed, since it is only used in */ /* those other files conditionally, to print trace statements. */ /* integer fsi, fso, fpi, fpo, fbi, fbo, pbin, fmsg, fdebug */ /* LPC order, Frame size, Quantization rate, Bits per frame, */ /* Error correction */ /* Subroutine SETUP is the only place where order is assigned a value, */ /* and that value is 10. It could increase efficiency 1% or so to */ /* declare order as a constant (i.e., a Fortran PARAMETER) instead of as */ /* a variable in a COMMON block, since it is used in many places in the */ /* core of the coding and decoding routines. Actually, I take that back. */ /* At least when compiling with f2c, the upper bound of DO loops is */ /* stored in a local variable before the DO loop begins, and then that is */ /* compared against on each iteration. */ /* Similarly for lframe, which is given a value of MAXFRM in SETUP. */ /* Similarly for quant, which is given a value of 2400 in SETUP. quant */ /* is used in only a few places, and never in the core coding and */ /* decoding routines, so it could be eliminated entirely. */ /* nbits is similar to quant, and is given a value of 54 in SETUP. */ /* corrp is given a value of .TRUE. in SETUP, and is only used in the */ /* subroutines ENCODE and DECODE. It doesn't affect the speed of the */ /* coder significantly whether it is .TRUE. or .FALSE., or whether it is */ /* a constant or a variable, since it is only examined once per frame. */ /* Leaving it as a variable that is set to .TRUE. seems like a good */ /* idea, since it does enable some error-correction capability for */ /* unvoiced frames, with no change in the coding rate, and no noticeable */ /* quality difference in the decoded speech. */ /* integer quant, nbits */ /* *** Read/write: variables for debugging, not needed for LPC algorithm */ /* Current frame, Unstable frames, Output clip count, Max onset buffer, */ /* Debug listing detail level, Line count on listing page */ /* nframe is not needed for an embedded LPC10 at all. */ /* nunsfm is initialized to 0 in SETUP, and incremented in subroutine */ /* ERROR, which is only called from RCCHK. When LPC10 is embedded into */ /* an application, I would recommend removing the call to ERROR in RCCHK, */ /* and remove ERROR and nunsfm completely. */ /* iclip is initialized to 0 in SETUP, and incremented in entry SWRITE in */ /* sread.f. When LPC10 is embedded into an application, one might want */ /* to cause it to be incremented in a routine that takes the output of */ /* SYNTHS and sends it to an audio device. It could be optionally */ /* displayed, for those that might want to know what it is. */ /* maxosp is never initialized to 0 in SETUP, although it probably should */ /* be, and it is updated in subroutine ANALYS. I doubt that its value */ /* would be of much interest to an application in which LPC10 is */ /* embedded. */ /* listl and lincnt are not needed for an embedded LPC10 at all. */ /* integer nframe, nunsfm, iclip, maxosp, listl, lincnt */ /* common /contrl/ fsi, fso, fpi, fpo, fbi, fbo, pbin, fmsg, fdebug */ /* common /contrl/ quant, nbits */ /* common /contrl/ nframe, nunsfm, iclip, maxosp, listl, lincnt */ /* Parameters/constants */ /* Local variables that need not be saved */ /* Local state */ /* BUF is a buffer of speech samples that would have been returned */ /* by the older version of SYNTHS, but the newer version doesn't, */ /* so that the newer version can always return MAXFRM samples on */ /* every call. This has the effect of delaying the return of */ /* samples for one additional frame time. */ /* Indices 1 through BUFLEN contain samples that are left over from */ /* the last call to SYNTHS. Given the way that PITSYN works, */ /* BUFLEN should always be in the range MAXFRM-MAXPIT+1 through */ /* MAXFRM, inclusive, after a call to SYNTHS is complete. */ /* On the first call to SYNTHS (or the first call after */ /* reinitializing with the entry INITSYNTHS), BUFLEN is MAXFRM, and */ /* a frame of silence is always returned. */ /* Parameter adjustments */ if (voice) { --voice; } if (rc) { --rc; } if (speech) { --speech; } /* Function Body */ buf = &(st->buf[0]); buflen = &(st->buflen); /* Computing MAX */ i__1 = min(*pitch,156); *pitch = max(i__1,20); i__1 = contrl_1.order; for (i__ = 1; i__ <= i__1; ++i__) { /* Computing MAX */ /* Computing MIN */ r__2 = rc[i__]; r__1 = min(r__2,.99f); rc[i__] = max(r__1,-.99f); } pitsyn_(&contrl_1.order, &voice[1], pitch, rms, &rc[1], &contrl_1.lframe, ivuv, ipiti, rmsi, rci, &nout, &ratio, st); if (nout > 0) { i__1 = nout; for (j = 1; j <= i__1; ++j) { /* Add synthesized speech for pitch period J to the en d of */ /* BUF. */ irc2pc_(&rci[j * 10 - 10], pc, &contrl_1.order, &c_b2, &g2pass); bsynz_(pc, &ipiti[j - 1], &ivuv[j - 1], &buf[*buflen], &rmsi[j - 1] , &ratio, &g2pass, st); deemp_(&buf[*buflen], &ipiti[j - 1], st); *buflen += ipiti[j - 1]; } /* Copy first MAXFRM samples from BUF to output array SPEECH */ /* (scaling them), and then remove them from the beginning of */ /* BUF. */ for (i__ = 1; i__ <= 180; ++i__) { speech[i__] = buf[i__ - 1] / 4096.f; } *k = 180; *buflen += -180; i__1 = *buflen; for (i__ = 1; i__ <= i__1; ++i__) { buf[i__ - 1] = buf[i__ + 179]; } } return 0; } /* synths_ */ openh323_v1_18_0/plugins/audio/LPC_10/src/tbdm.c0100644000176200056700000001300510045675633021221 0ustar releasepostincr/* $Log: tbdm.c,v $ Revision 1.1 2004/05/04 11:16:43 csoutheren Initial version Revision 1.2 2002/02/15 03:57:55 yurik Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com Revision 1.1 2000/06/05 04:45:12 robertj Added LPC-10 2400bps codec * Revision 1.1 1996/08/19 22:30:26 jaf * Initial revision * */ #ifdef P_R_O_T_O_T_Y_P_E_S extern int tbdm_(real *speech, integer *lpita, integer *tau, integer *ltau, real *amdf, integer *minptr, integer *maxptr, integer *mintau); /*:ref: difmag_ 14 8 6 4 4 4 4 6 4 4 */ #endif /* -- translated by f2c (version 19951025). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* ********************************************************************** */ /* TBDM Version 49 */ /* $Log: tbdm.c,v $ /* Revision 1.1 2004/05/04 11:16:43 csoutheren /* Initial version /* /* Revision 1.2 2002/02/15 03:57:55 yurik /* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.1 1996/08/19 22:30:26 jaf * Initial revision * */ /* Revision 1.3 1996/03/18 22:14:00 jaf */ /* Just added a few comments about which array indices of the arguments */ /* are used, and mentioning that this subroutine has no local state. */ /* Revision 1.2 1996/03/13 14:48:37 jaf */ /* Comments added explaining that none of the local variables of this */ /* subroutine need to be saved from one invocation to the next. */ /* Revision 1.1 1996/02/07 14:49:54 jaf */ /* Initial revision */ /* ********************************************************************* */ /*TURBO DIFMAG: Compute High Resolution Average Magnitude Difference Function */ /* Note: There are several constants in here that appear to depend on a */ /* particular TAU table. That's not a problem for the LPC10 coder, but */ /* watch out if you change the contents of TAU in the subroutine ANALYS. */ /* Input: */ /* SPEECH - Low pass filtered speech */ /* Indices 1 through MAX+LPITA-1 are read, where: */ /* MAX = (TAU(LTAU)-TAU(1))/2+1 */ /* (If TAU(1) .LT. 39, then larger indices could be read */ /* by the last call to DIFMAG below.) */ /* LPITA - Length of speech buffer */ /* TAU - Table of lags, sorted in increasing order. */ /* Indices 1 through LTAU read. */ /* LTAU - Number of lag values to compute */ /* Output: */ /* AMDF - Average Magnitude Difference for each lag in TAU */ /* Indices 1 through LTAU written, and several might then be read.*/ /* MINPTR - Index of minimum AMDF value */ /* MAXPTR - Index of maximum AMDF value within +/- 1/2 octave of min */ /* MINTAU - Lag corresponding to minimum AMDF value */ /* This subroutine has no local state. */ /* Subroutine */ int tbdm_(real *speech, integer *lpita, integer *tau, integer *ltau, real *amdf, integer *minptr, integer *maxptr, integer * mintau) { /* System generated locals */ integer i__1, i__2, i__3, i__4; /* Local variables */ real amdf2[6]; integer minp2, ltau2, maxp2, i__; extern /* Subroutine */ int difmag_(real *, integer *, integer *, integer *, integer *, real *, integer *, integer *); integer minamd, ptr, tau2[6]; /* Arguments */ /* REAL SPEECH(LPITA+TAU(LTAU)), AMDF(LTAU) */ /* Stupid TOAST doesn't understand expressions */ /* Local variables that need not be saved */ /* Local state */ /* None */ /* Compute full AMDF using log spaced lags, find coarse minimum */ /* Parameter adjustments */ --speech; --amdf; --tau; /* Function Body */ difmag_(&speech[1], lpita, &tau[1], ltau, &tau[*ltau], &amdf[1], minptr, maxptr); *mintau = tau[*minptr]; minamd = (integer)amdf[*minptr]; /* Build table containing all lags within +/- 3 of the AMDF minimum */ /* excluding all that have already been computed */ ltau2 = 0; ptr = *minptr - 2; /* Computing MAX */ i__1 = *mintau - 3; /* Computing MIN */ i__3 = *mintau + 3, i__4 = tau[*ltau] - 1; i__2 = min(i__3,i__4); for (i__ = max(i__1,41); i__ <= i__2; ++i__) { while(tau[ptr] < i__) { ++ptr; } if (tau[ptr] != i__) { ++ltau2; tau2[ltau2 - 1] = i__; } } /* Compute AMDF of the new lags, if there are any, and choose one */ /* if it is better than the coarse minimum */ if (ltau2 > 0) { difmag_(&speech[1], lpita, tau2, <au2, &tau[*ltau], amdf2, &minp2, & maxp2); if (amdf2[minp2 - 1] < (real) minamd) { *mintau = tau2[minp2 - 1]; minamd = (integer)amdf2[minp2 - 1]; } } /* Check one octave up, if there are any lags not yet computed */ if (*mintau >= 80) { i__ = *mintau / 2; if ((i__ & 1) == 0) { ltau2 = 2; tau2[0] = i__ - 1; tau2[1] = i__ + 1; } else { ltau2 = 1; tau2[0] = i__; } difmag_(&speech[1], lpita, tau2, <au2, &tau[*ltau], amdf2, &minp2, & maxp2); if (amdf2[minp2 - 1] < (real) minamd) { *mintau = tau2[minp2 - 1]; minamd = (integer)amdf2[minp2 - 1]; *minptr += -20; } } /* Force minimum of the AMDF array to the high resolution minimum */ amdf[*minptr] = (real) minamd; /* Find maximum of AMDF within 1/2 octave of minimum */ /* Computing MAX */ i__2 = *minptr - 5; *maxptr = max(i__2,1); /* Computing MIN */ i__1 = *minptr + 5; i__2 = min(i__1,*ltau); for (i__ = *maxptr + 1; i__ <= i__2; ++i__) { if (amdf[i__] > amdf[*maxptr]) { *maxptr = i__; } } return 0; } /* tbdm_ */ openh323_v1_18_0/plugins/audio/LPC_10/src/voicin.c0100644000176200056700000006764110045675633021601 0ustar releasepostincr/* $Log: voicin.c,v $ Revision 1.1 2004/05/04 11:16:43 csoutheren Initial version Revision 1.2 2002/02/15 03:57:55 yurik Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com Revision 1.1 2000/06/05 04:45:12 robertj Added LPC-10 2400bps codec * Revision 1.2 1996/08/20 20:45:00 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_encoder_state(). * * Revision 1.1 1996/08/19 22:30:14 jaf * Initial revision * */ #ifdef P_R_O_T_O_T_Y_P_E_S extern int voicin_(integer *vwin, real *inbuf, real *lpbuf, integer *buflim, integer *half, real *minamd, real *maxamd, integer *mintau, real *ivrc, integer *obound, integer *voibuf, integer *af, struct lpc10_encoder_state *st); /* comlen contrl_ 12 */ /*:ref: vparms_ 14 14 4 6 6 4 4 6 4 4 4 4 6 6 6 6 */ #endif /* -- translated by f2c (version 19951025). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Common Block Declarations */ extern struct { integer order, lframe; logical corrp; } contrl_; #define contrl_1 contrl_ /****************************************************************************/ /* VOICIN Version 52 */ /* $Log: voicin.c,v $ /* Revision 1.1 2004/05/04 11:16:43 csoutheren /* Initial version /* /* Revision 1.2 2002/02/15 03:57:55 yurik /* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.2 1996/08/20 20:45:00 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_encoder_state(). * * Revision 1.1 1996/08/19 22:30:14 jaf * Initial revision * */ /* Revision 1.10 1996/03/29 17:59:14 jaf */ /* Avoided using VALUE(9), although it shouldn't affect the function of */ /* the code at all, because it was always multiplied by VDC(9,SNRL), */ /* which is 0 for all values of SNRL. Still, if VALUE(9) had an initial */ /* value of IEEE NaN, it might cause trouble (I don't know how IEEE */ /* defines Nan * 0. It should either be NaN or 0.) */ /* Revision 1.9 1996/03/29 17:54:46 jaf */ /* Added a few comments about the accesses made to argument array VOIBUF */ /* and the local saved array VOICE. */ /* Revision 1.8 1996/03/27 18:19:54 jaf */ /* Added an assignment to VSTATE that does not affect the function of the */ /* program at all. The only reason I put it in was so that the tracing */ /* statements at the end, when enabled, will print a consistent value for */ /* VSTATE when HALF .EQ. 1, rather than a garbage value that could change */ /* from one call to the next. */ /* Revision 1.7 1996/03/26 20:00:06 jaf */ /* Removed the inclusion of the file "vcomm.fh", and put its contents */ /* into this file. It was included nowhere else but here. */ /* Revision 1.6 1996/03/26 19:38:09 jaf */ /* Commented out trace statements. */ /* Revision 1.5 1996/03/19 20:43:45 jaf */ /* Added comments about which indices of OBOUND and VOIBUF can be */ /* accessed, and whether they are read or written. VOIBUF is fairly */ /* messy. */ /* Revision 1.4 1996/03/19 15:00:58 jaf */ /* Moved the DATA statements for the *VDC* variables later, as it is */ /* apparently illegal to have DATA statements before local variable */ /* declarations. */ /* Revision 1.3 1996/03/19 00:10:49 jaf */ /* Heavily commented the local variables that are saved from one */ /* invocation to the next, and how the local variable FIRST is used to */ /* avoid the need to assign most of them initial values with DATA */ /* statements. */ /* A few should be initialized, but aren't. I've guessed initial values */ /* for two of these, SFBUE and SLBUE, and I've convinced myself that for */ /* VOICE, the effects of uninitialized values will die out after 2 or 3 */ /* frame times. It would still be good to choose initial values for */ /* these, but I don't know what reasonable values would be (0 comes to */ /* mind). */ /* Revision 1.2 1996/03/13 16:09:28 jaf */ /* Comments added explaining which of the local variables of this */ /* subroutine need to be saved from one invocation to the next, and which */ /* do not. */ /* WARNING! Some of them that should are never given initial values in */ /* this code. Hopefully, Fortran 77 defines initial values for them, but */ /* even so, giving them explicit initial values is preferable. */ /* WARNING! VALUE(9) is used, but never assigned a value. It should */ /* probably be eliminated from the code. */ /* Revision 1.1 1996/02/07 14:50:28 jaf */ /* Initial revision */ /****************************************************************************/ /* Voicing Detection (VOICIN) makes voicing decisions for each half */ /* frame of input speech. Tentative voicing decisions are made two frames*/ /* in the future (2F) for each half frame. These decisions are carried */ /* through one frame in the future (1F) to the present (P) frame where */ /* they are examined and smoothed, resulting in the final voicing */ /* decisions for each half frame. */ /* The voicing parameter (signal measurement) column vector (VALUE) */ /* is based on a rectangular window of speech samples determined by the */ /* window placement algorithm. The voicing parameter vector contains the*/ /* AMDF windowed maximum-to-minimum ratio, the zero crossing rate, energy*/ /* measures, reflection coefficients, and prediction gains. The voicing */ /* window is placed to avoid contamination of the voicing parameter vector*/ /* with speech onsets. */ /* The input signal is then classified as unvoiced (including */ /* silence) or voiced. This decision is made by a linear discriminant */ /* function consisting of a dot product of the voicing decision */ /* coefficient (VDC) row vector with the measurement column vector */ /* (VALUE). The VDC vector is 2-dimensional, each row vector is optimized*/ /* for a particular signal-to-noise ratio (SNR). So, before the dot */ /* product is performed, the SNR is estimated to select the appropriate */ /* VDC vector. */ /* The smoothing algorithm is a modified median smoother. The */ /* voicing discriminant function is used by the smoother to determine how*/ /* strongly voiced or unvoiced a signal is. The smoothing is further */ /* modified if a speech onset and a voicing decision transition occur */ /* within one half frame. In this case, the voicing decision transition */ /* is extended to the speech onset. For transmission purposes, there are*/ /* constraints on the duration and transition of voicing decisions. The */ /* smoother takes these constraints into account. */ /* Finally, the energy estimates are updated along with the dither */ /* threshold used to calculate the zero crossing rate (ZC). */ /* Inputs: */ /* VWIN - Voicing window limits */ /* The indices read of arrays VWIN, INBUF, LPBUF, and BUFLIM */ /* are the same as those read by subroutine VPARMS. */ /* INBUF - Input speech buffer */ /* LPBUF - Low-pass filtered speech buffer */ /* BUFLIM - INBUF and LPBUF limits */ /* HALF - Present analysis half frame number */ /* MINAMD - Minimum value of the AMDF */ /* MAXAMD - Maximum value of the AMDF */ /* MINTAU - Pointer to the lag of the minimum AMDF value */ /* IVRC(2) - Inverse filter's RC's */ /* Only index 2 of array IVRC read under normal operation. */ /* (Index 1 is also read when debugging is turned on.) */ /* OBOUND - Onset boundary descriptions */ /* Indices 1 through 3 read if (HALF .NE. 1), otherwise untouched. */ /* AF - The analysis frame number */ /* Output: */ /* VOIBUF(2,0:AF) - Buffer of voicing decisions */ /* Index (HALF,3) written. */ /* If (HALF .EQ. 1), skip down to "Read (HALF,3)" below. */ /* Indices (1,2), (2,1), (1,2), and (2,2) read. */ /* One of the following is then done: */ /* read (1,3) and possibly write (1,2) */ /* read (1,3) and write (1,2) or (2,2) */ /* write (2,1) */ /* write (2,1) or (1,2) */ /* read (1,0) and (1,3) and then write (2,2) or (1,1) */ /* no reads or writes on VOIBUF */ /* Finally, read (HALF,3) */ /* Internal: */ /* QS - Ratio of preemphasized to full-band energies */ /* RC1 - First reflection coefficient */ /* AR_B - Product of the causal forward and reverse pitch prediction gain s*/ /* AR_F - Product of the noncausal forward and rev. pitch prediction gain s*/ /* ZC - Zero crossing rate */ /* DITHER - Zero crossing threshold level */ /* MAXMIN - AMDF's 1 octave windowed maximum-to-minimum ratio */ /* MINPTR - Location of minimum AMDF value */ /* NVDC - Number of elements in each VDC vector */ /* NVDCL - Number of VDC vectors */ /* VDCL - SNR values corresponding to the set of VDC's */ /* VDC - 2-D voicing decision coefficient vector */ /* VALUE(9) - Voicing Parameters */ /* VOICE(2,3)- History of LDA results */ /* On every call when (HALF .EQ. 1), VOICE(*,I+1) is */ /* shifted back to VOICE(*,I), for I=1,2. */ /* VOICE(HALF,3) is written on every call. */ /* Depending on several conditions, one or more of */ /* (1,1), (1,2), (2,1), and (2,2) might then be read. */ /* LBE - Ratio of low-band instantaneous to average energies */ /* FBE - Ratio of full-band instantaneous to average energies */ /* LBVE - Low band voiced energy */ /* LBUE - Low band unvoiced energy */ /* FBVE - Full band voiced energy */ /* FBUE - Full band unvoiced energy */ /* OFBUE - Previous full-band unvoiced energy */ /* OLBUE - Previous low-band unvoiced energy */ /* REF - Reference energy for initialization and DITHER threshold */ /* SNR - Estimate of signal-to-noise ratio */ /* SNR2 - Estimate of low-band signal-to-noise ratio */ /* SNRL - SNR level number */ /* OT - Onset transition present */ /* VSTATE - Decimal interpretation of binary voicing classifications */ /* FIRST - First call flag */ /* This subroutine maintains local state from one call to the next. If */ /* you want to switch to using a new audio stream for this filter, or */ /* reinitialize its state for any other reason, call the ENTRY */ /* INITVOICIN. */ /* Subroutine */ int voicin_(integer *vwin, real *inbuf, real * lpbuf, integer *buflim, integer *half, real *minamd, real *maxamd, integer *mintau, real *ivrc, integer *obound, integer *voibuf, integer *af, struct lpc10_encoder_state *st) { /* Initialized data */ real *dither; static real vdc[100] /* was [10][10] */ = { 0.f,1714.f,-110.f, 334.f,-4096.f,-654.f,3752.f,3769.f,0.f,1181.f,0.f,874.f,-97.f, 300.f,-4096.f,-1021.f,2451.f,2527.f,0.f,-500.f,0.f,510.f,-70.f, 250.f,-4096.f,-1270.f,2194.f,2491.f,0.f,-1500.f,0.f,500.f,-10.f, 200.f,-4096.f,-1300.f,2e3f,2e3f,0.f,-2e3f,0.f,500.f,0.f,0.f, -4096.f,-1300.f,2e3f,2e3f,0.f,-2500.f,0.f,0.f,0.f,0.f,0.f,0.f,0.f, 0.f,0.f,0.f,0.f,0.f,0.f,0.f,0.f,0.f,0.f,0.f,0.f,0.f,0.f,0.f,0.f, 0.f,0.f,0.f,0.f,0.f,0.f,0.f,0.f,0.f,0.f,0.f,0.f,0.f,0.f,0.f,0.f, 0.f,0.f,0.f,0.f,0.f,0.f,0.f,0.f,0.f,0.f,0.f }; static integer nvdcl = 5; static real vdcl[10] = { 600.f,450.f,300.f,200.f,0.f,0.f,0.f,0.f,0.f,0.f } ; /* System generated locals */ integer inbuf_offset, lpbuf_offset, i__1, i__2; real r__1, r__2; /* Builtin functions */ integer i_nint(real *); double sqrt(doublereal); /* Local variables */ real ar_b__, ar_f__; integer *lbve, *lbue, *fbve, *fbue; integer snrl, i__; integer *ofbue, *sfbue; real *voice; integer *olbue, *slbue; real value[9]; integer zc; logical ot; real qs; real *maxmin; integer vstate; real rc1; extern /* Subroutine */ int vparms_(integer *, real *, real *, integer *, integer *, real *, integer *, integer *, integer *, integer *, real *, real *, real *, real *); integer fbe, lbe; real *snr; real snr2; /* Global Variables: */ /* Arguments */ /* $Log: voicin.c,v $ /* Revision 1.1 2004/05/04 11:16:43 csoutheren /* Initial version /* /* Revision 1.2 2002/02/15 03:57:55 yurik /* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.2 1996/08/20 20:45:00 jaf * Removed all static local variables that were SAVE'd in the Fortran * code, and put them in struct lpc10_encoder_state that is passed as an * argument. * * Removed init function, since all initialization is now done in * init_lpc10_encoder_state(). * * Revision 1.1 1996/08/19 22:30:14 jaf * Initial revision * */ /* Revision 1.3 1996/03/29 22:05:55 jaf */ /* Commented out the common block variables that are not needed by the */ /* embedded version. */ /* Revision 1.2 1996/03/26 19:34:50 jaf */ /* Added comments indicating which constants are not needed in an */ /* application that uses the LPC-10 coder. */ /* Revision 1.1 1996/02/07 14:44:09 jaf */ /* Initial revision */ /* LPC Processing control variables: */ /* *** Read-only: initialized in setup */ /* Files for Speech, Parameter, and Bitstream Input & Output, */ /* and message and debug outputs. */ /* Here are the only files which use these variables: */ /* lpcsim.f setup.f trans.f error.f vqsetup.f */ /* Many files which use fdebug are not listed, since it is only used in */ /* those other files conditionally, to print trace statements. */ /* integer fsi, fso, fpi, fpo, fbi, fbo, pbin, fmsg, fdebug */ /* LPC order, Frame size, Quantization rate, Bits per frame, */ /* Error correction */ /* Subroutine SETUP is the only place where order is assigned a value, */ /* and that value is 10. It could increase efficiency 1% or so to */ /* declare order as a constant (i.e., a Fortran PARAMETER) instead of as */ /* a variable in a COMMON block, since it is used in many places in the */ /* core of the coding and decoding routines. Actually, I take that back. */ /* At least when compiling with f2c, the upper bound of DO loops is */ /* stored in a local variable before the DO loop begins, and then that is */ /* compared against on each iteration. */ /* Similarly for lframe, which is given a value of MAXFRM in SETUP. */ /* Similarly for quant, which is given a value of 2400 in SETUP. quant */ /* is used in only a few places, and never in the core coding and */ /* decoding routines, so it could be eliminated entirely. */ /* nbits is similar to quant, and is given a value of 54 in SETUP. */ /* corrp is given a value of .TRUE. in SETUP, and is only used in the */ /* subroutines ENCODE and DECODE. It doesn't affect the speed of the */ /* coder significantly whether it is .TRUE. or .FALSE., or whether it is */ /* a constant or a variable, since it is only examined once per frame. */ /* Leaving it as a variable that is set to .TRUE. seems like a good */ /* idea, since it does enable some error-correction capability for */ /* unvoiced frames, with no change in the coding rate, and no noticeable */ /* quality difference in the decoded speech. */ /* integer quant, nbits */ /* *** Read/write: variables for debugging, not needed for LPC algorithm */ /* Current frame, Unstable frames, Output clip count, Max onset buffer, */ /* Debug listing detail level, Line count on listing page */ /* nframe is not needed for an embedded LPC10 at all. */ /* nunsfm is initialized to 0 in SETUP, and incremented in subroutine */ /* ERROR, which is only called from RCCHK. When LPC10 is embedded into */ /* an application, I would recommend removing the call to ERROR in RCCHK, */ /* and remove ERROR and nunsfm completely. */ /* iclip is initialized to 0 in SETUP, and incremented in entry SWRITE in */ /* sread.f. When LPC10 is embedded into an application, one might want */ /* to cause it to be incremented in a routine that takes the output of */ /* SYNTHS and sends it to an audio device. It could be optionally */ /* displayed, for those that might want to know what it is. */ /* maxosp is never initialized to 0 in SETUP, although it probably should */ /* be, and it is updated in subroutine ANALYS. I doubt that its value */ /* would be of much interest to an application in which LPC10 is */ /* embedded. */ /* listl and lincnt are not needed for an embedded LPC10 at all. */ /* integer nframe, nunsfm, iclip, maxosp, listl, lincnt */ /* common /contrl/ fsi, fso, fpi, fpo, fbi, fbo, pbin, fmsg, fdebug */ /* common /contrl/ quant, nbits */ /* common /contrl/ nframe, nunsfm, iclip, maxosp, listl, lincnt */ /* Parameters/constants */ /* Voicing coefficient and Linear Discriminant Analysis variables: */ /* Max number of VDC's and VDC levels */ /* The following are not Fortran PARAMETER's, but they are */ /* initialized with DATA statements, and never modified. */ /* Actual number of VDC's and levels */ /* Local variables that need not be saved */ /* Note: */ /* VALUE(1) through VALUE(8) are assigned values, but VALUE(9) */ /* never is. Yet VALUE(9) is read in the loop that begins "DO I = */ /* 1, 9" below. I believe that this doesn't cause any problems in */ /* this subroutine, because all VDC(9,*) array elements are 0, and */ /* this is what is multiplied by VALUE(9) in all cases. Still, it */ /* would save a multiplication to change the loop to "DO I = 1, 8". */ /* Local state */ /* WARNING! */ /* VOICE, SFBUE, and SLBUE should be saved from one invocation to */ /* the next, but they are never given an initial value. */ /* Does Fortran 77 specify some default initial value, like 0, or */ /* is it undefined? If it is undefined, then this code should be */ /* corrected to specify an initial value. */ /* For VOICE, note that it is "shifted" in the statement that */ /* begins "IF (HALF .EQ. 1) THEN" below. Also, uninitialized */ /* values in the VOICE array can only affect entries in the VOIBUF */ /* array that are for the same frame, or for an older frame. Thus */ /* the effects of uninitialized values in VOICE cannot linger on */ /* for more than 2 or 3 frame times. */ /* For SFBUE and SLBUE, the effects of uninitialized values can */ /* linger on for many frame times, because their previous values */ /* are exponentially decayed. Thus it is more important to choose */ /* initial values for these variables. I would guess that a */ /* reasonable initial value for SFBUE is REF/16, the same as used */ /* for FBUE and OFBUE. Similarly, SLBUE can be initialized to */ /* REF/32, the same as for LBUE and OLBUE. */ /* These guessed initial values should be validated by re-running */ /* the modified program on some audio samples. */ /* Declare and initialize filters: */ dither = (&st->dither); snr = (&st->snr); maxmin = (&st->maxmin); voice = (&st->voice[0]); lbve = (&st->lbve); lbue = (&st->lbue); fbve = (&st->fbve); fbue = (&st->fbue); ofbue = (&st->ofbue); olbue = (&st->olbue); sfbue = (&st->sfbue); slbue = (&st->slbue); /* Parameter adjustments */ if (vwin) { --vwin; } if (buflim) { --buflim; } if (inbuf) { inbuf_offset = buflim[1]; inbuf -= inbuf_offset; } if (lpbuf) { lpbuf_offset = buflim[3]; lpbuf -= lpbuf_offset; } if (ivrc) { --ivrc; } if (obound) { --obound; } if (voibuf) { --voibuf; } /* Function Body */ /* The following variables are saved from one invocation to the */ /* next, but are not initialized with DATA statements. This is */ /* acceptable, because FIRST is initialized ot .TRUE., and the */ /* first time that this subroutine is then called, they are all */ /* given initial values. */ /* SNR */ /* LBVE, LBUE, FBVE, FBUE, OFBUE, OLBUE */ /* MAXMIN is initialized on the first call, assuming that HALF */ /* .EQ. 1 on first call. This is how ANALYS calls this subroutine. */ /* Voicing Decision Parameter vector (* denotes zero coefficient): */ /* * MAXMIN */ /* LBE/LBVE */ /* ZC */ /* RC1 */ /* QS */ /* IVRC2 */ /* aR_B */ /* aR_F */ /* * LOG(LBE/LBVE) */ /* Define 2-D voicing decision coefficient vector according to the voicin g*/ /* parameter order above. Each row (VDC vector) is optimized for a speci fic*/ /* SNR. The last element of the vector is the constant. */ /* E ZC RC1 Qs IVRC2 aRb aRf c */ /* The VOICE array contains the result of the linear discriminant functio n*/ /* (analog values). The VOIBUF array contains the hard-limited binary */ /* voicing decisions. The VOICE and VOIBUF arrays, according to FORTRAN */ /* memory allocation, are addressed as: */ /* (half-frame number, future-frame number) */ /* | Past | Present | Future1 | Future2 | */ /* | 1,0 | 2,0 | 1,1 | 2,1 | 1,2 | 2,2 | 1,3 | 2,3 | ---> time */ /* Update linear discriminant function history each frame: */ if (*half == 1) { voice[0] = voice[2]; voice[1] = voice[3]; voice[2] = voice[4]; voice[3] = voice[5]; *maxmin = *maxamd / max(*minamd,1.f); } /* Calculate voicing parameters twice per frame: */ vparms_(&vwin[1], &inbuf[inbuf_offset], &lpbuf[lpbuf_offset], &buflim[1], half, dither, mintau, &zc, &lbe, &fbe, &qs, &rc1, &ar_b__, & ar_f__); /* Estimate signal-to-noise ratio to select the appropriate VDC vector. */ /* The SNR is estimated as the running average of the ratio of the */ /* running average full-band voiced energy to the running average */ /* full-band unvoiced energy. SNR filter has gain of 63. */ r__1 = (*snr + *fbve / (real) max(*fbue,1)) * 63 / 64.f; *snr = (real) i_nint(&r__1); snr2 = *snr * *fbue / max(*lbue,1); /* Quantize SNR to SNRL according to VDCL thresholds. */ snrl = 1; i__1 = nvdcl - 1; for (snrl = 1; snrl <= i__1; ++snrl) { if (snr2 > vdcl[snrl - 1]) { goto L69; } } /* (Note: SNRL = NVDCL here) */ L69: /* Linear discriminant voicing parameters: */ value[0] = *maxmin; value[1] = (real) lbe / max(*lbve,1); value[2] = (real) zc; value[3] = rc1; value[4] = qs; value[5] = ivrc[2]; value[6] = ar_b__; value[7] = ar_f__; /* Evaluation of linear discriminant function: */ voice[*half + 3] = vdc[snrl * 10 - 1]; for (i__ = 1; i__ <= 8; ++i__) { voice[*half + 3] += vdc[i__ + snrl * 10 - 11] * value[i__ - 1]; } /* Classify as voiced if discriminant > 0, otherwise unvoiced */ /* Voicing decision for current half-frame: 1 = Voiced; 0 = Unvoiced */ if (voice[*half + 3] > 0.f) { voibuf[*half + 6] = 1; } else { voibuf[*half + 6] = 0; } /* Skip voicing decision smoothing in first half-frame: */ /* Give a value to VSTATE, so that trace statements below will print */ /* a consistent value from one call to the next when HALF .EQ. 1. */ /* The value of VSTATE is not used for any other purpose when this is */ /* true. */ vstate = -1; if (*half == 1) { goto L99; } /* Voicing decision smoothing rules (override of linear combination): */ /* Unvoiced half-frames: At least two in a row. */ /* -------------------- */ /* Voiced half-frames: At least two in a row in one frame. */ /* ------------------- Otherwise at least three in a row. */ /* (Due to the way transition frames are encoded) */ /* In many cases, the discriminant function determines how to smooth. */ /* In the following chart, the decisions marked with a * may be overridden .*/ /* Voicing override of transitions at onsets: */ /* If a V/UV or UV/V voicing decision transition occurs within one-half */ /* frame of an onset bounding a voicing window, then the transition is */ /* moved to occur at the onset. */ /* P 1F */ /* ----- ----- */ /* 0 0 0 0 */ /* 0 0 0* 1 (If there is an onset there) */ /* 0 0 1* 0* (Based on 2F and discriminant distance) */ /* 0 0 1 1 */ /* 0 1* 0 0 (Always) */ /* 0 1* 0* 1 (Based on discriminant distance) */ /* 0* 1 1 0* (Based on past, 2F, and discriminant distance) */ /* 0 1* 1 1 (If there is an onset there) */ /* 1 0* 0 0 (If there is an onset there) */ /* 1 0 0 1 */ /* 1 0* 1* 0 (Based on discriminant distance) */ /* 1 0* 1 1 (Always) */ /* 1 1 0 0 */ /* 1 1 0* 1* (Based on 2F and discriminant distance) */ /* 1 1 1* 0 (If there is an onset there) */ /* 1 1 1 1 */ /* Determine if there is an onset transition between P and 1F. */ /* OT (Onset Transition) is true if there is an onset between */ /* P and 1F but not after 1F. */ ot = ((obound[1] & 2) != 0 || obound[2] == 1) && (obound[3] & 1) == 0; /* Multi-way dispatch on voicing decision history: */ vstate = (voibuf[3] << 3) + (voibuf[4] << 2) + (voibuf[5] << 1) + voibuf[ 6]; switch (vstate + 1) { case 1: goto L99; case 2: goto L1; case 3: goto L2; case 4: goto L99; case 5: goto L4; case 6: goto L5; case 7: goto L6; case 8: goto L7; case 9: goto L8; case 10: goto L99; case 11: goto L10; case 12: goto L11; case 13: goto L99; case 14: goto L13; case 15: goto L14; case 16: goto L99; } L1: if (ot && voibuf[7] == 1) { voibuf[5] = 1; } goto L99; L2: if (voibuf[7] == 0 || voice[2] < -voice[3]) { voibuf[5] = 0; } else { voibuf[6] = 1; } goto L99; L4: voibuf[4] = 0; goto L99; L5: if (voice[1] < -voice[2]) { voibuf[4] = 0; } else { voibuf[5] = 1; } goto L99; /* VOIBUF(2,0) must be 0 */ L6: if (voibuf[1] == 1 || voibuf[7] == 1 || voice[3] > voice[0]) { voibuf[6] = 1; } else { voibuf[3] = 1; } goto L99; L7: if (ot) { voibuf[4] = 0; } goto L99; L8: if (ot) { voibuf[4] = 1; } goto L99; L10: if (voice[2] < -voice[1]) { voibuf[5] = 0; } else { voibuf[4] = 1; } goto L99; L11: voibuf[4] = 1; goto L99; L13: if (voibuf[7] == 0 && voice[3] < -voice[2]) { voibuf[6] = 0; } else { voibuf[5] = 1; } goto L99; L14: if (ot && voibuf[7] == 0) { voibuf[5] = 0; } /* GOTO 99 */ L99: /* Now update parameters: */ /* ---------------------- */ /* During unvoiced half-frames, update the low band and full band unvoice d*/ /* energy estimates (LBUE and FBUE) and also the zero crossing */ /* threshold (DITHER). (The input to the unvoiced energy filters is */ /* restricted to be less than 10dB above the previous inputs of the */ /* filters.) */ /* During voiced half-frames, update the low-pass (LBVE) and all-pass */ /* (FBVE) voiced energy estimates. */ if (voibuf[*half + 6] == 0) { /* Computing MIN */ i__1 = fbe, i__2 = *ofbue * 3; r__1 = (*sfbue * 63 + (min(i__1,i__2) << 3)) / 64.f; *sfbue = i_nint(&r__1); *fbue = *sfbue / 8; *ofbue = fbe; /* Computing MIN */ i__1 = lbe, i__2 = *olbue * 3; r__1 = (*slbue * 63 + (min(i__1,i__2) << 3)) / 64.f; *slbue = i_nint(&r__1); *lbue = *slbue / 8; *olbue = lbe; } else { r__1 = (*lbve * 63 + lbe) / 64.f; *lbve = i_nint(&r__1); r__1 = (*fbve * 63 + fbe) / 64.f; *fbve = i_nint(&r__1); } /* Set dither threshold to yield proper zero crossing rates in the */ /* presence of low frequency noise and low level signal input. */ /* NOTE: The divisor is a function of REF, the expected energies. */ /* Computing MIN */ /* Computing MAX */ r__2 = (real)(sqrt((real) (*lbue * *lbve)) * 64 / 3000); r__1 = max(r__2,1.f); *dither = min(r__1,20.f); /* Voicing decisions are returned in VOIBUF. */ return 0; } /* voicin_ */ openh323_v1_18_0/plugins/audio/LPC_10/src/vparms.c0100644000176200056700000002074210045675633021611 0ustar releasepostincr/* $Log: vparms.c,v $ Revision 1.1 2004/05/04 11:16:43 csoutheren Initial version Revision 1.2 2002/02/15 03:57:55 yurik Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com Revision 1.1 2000/06/05 04:45:12 robertj Added LPC-10 2400bps codec * Revision 1.1 1996/08/19 22:30:04 jaf * Initial revision * */ #ifdef P_R_O_T_O_T_Y_P_E_S extern int vparms_(integer *vwin, real *inbuf, real *lpbuf, integer *buflim, integer *half, real *dither, integer *mintau, integer *zc, integer *lbe, integer *fbe, real *qs, real *rc1, real *ar_b__, real *ar_f__); #endif /* -- translated by f2c (version 19951025). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Table of constant values */ static real c_b2 = 1.f; /* ********************************************************************* */ /* VPARMS Version 50 */ /* $Log: vparms.c,v $ /* Revision 1.1 2004/05/04 11:16:43 csoutheren /* Initial version /* /* Revision 1.2 2002/02/15 03:57:55 yurik /* Warnings removed during compilation, patch courtesy of Jehan Bing, jehan@bravobrava.com /* /* Revision 1.1 2000/06/05 04:45:12 robertj /* Added LPC-10 2400bps codec /* * Revision 1.1 1996/08/19 22:30:04 jaf * Initial revision * */ /* Revision 1.6 1996/03/29 18:01:16 jaf */ /* Added some more comments about the range of INBUF and LPBUF that can */ /* be read. Note that it is possible for index VWIN(2)+1 to be read from */ /* INBUF, which might be outside of its defined range, although that will */ /* require more careful checking. */ /* Revision 1.5 1996/03/19 00:02:02 jaf */ /* I just noticed that the argument DITHER is modified inside of this */ /* subroutine. Comments were added explaining the possible final values. */ /* Revision 1.4 1996/03/18 22:22:59 jaf */ /* Finishing the job I said I did with the last check-in comments. */ /* Revision 1.3 1996/03/18 22:22:17 jaf */ /* Just added a few comments about which array indices of the arguments */ /* are used, and mentioning that this subroutine has no local state. */ /* Revision 1.2 1996/03/13 15:02:58 jaf */ /* Comments added explaining that none of the local variables of this */ /* subroutine need to be saved from one invocation to the next. */ /* Revision 1.1 1996/02/07 14:50:42 jaf */ /* Initial revision */ /* ********************************************************************* */ /* Calculate voicing parameters: */ /* Input: */ /* VWIN - Voicing window limits */ /* Indices 1 through 2 read. */ /* INBUF - Input speech buffer */ /* Indices START-1 through STOP read, */ /* where START and STOP are defined in the code (only written once). */ /* Note that STOP can be as large as VWIN(2)+1 ! */ /* LPBUF - Low pass filtered speech */ /* Indices START-MINTAU through STOP+MINTAU read, */ /* where START and STOP are defined in the code (only written once). */ /* BUFLIM - Array bounds for INBUF and LPBUF */ /* Indices 1 through 4 read. */ /* HALF - Half frame (1 or 2) */ /* MINTAU - Lag corresponding to minimum AMDF value (pitch estimate) */ /* Input/Output: */ /* DITHER - Zero crossing threshold */ /* The resulting value might be the negation of the input */ /* value. It might always be the same as the input value, */ /* if the DO loop below always executes an even number of times. */ /* Output: (all of them are written on every call) */ /* ZC - Zero crossing rate */ /* LBE - Low band energy (sum of magnitudes - SM) */ /* FBE - Full band energy (SM) */ /* QS - Ratio of 6 dB/oct preemphasized energy to full band energy */ /* RC1 - First reflection coefficient */ /* AR_B - Product of the causal forward and reverse pitch */ /* prediction gains */ /* AR_F - Product of the noncausal forward and reverse pitch */ /* prediction gains */ /* Internal: */ /* OLDSGN - Previous sign of dithered signal */ /* VLEN - Length of voicing window */ /* START - Lower address of current half of voicing window */ /* STOP - Upper address of current half of voicing window */ /* E_0 - Energy of LPF speech (sum of squares - SS) */ /* E_B - Energy of LPF speech backward one pitch period (SS) */ /* E_F - Energy of LPF speech forward one pitch period (SS) */ /* R_B - Autocovariance of LPF speech backward one pitch period */ /* R_F - Autocovariance of LPF speech forward one pitch period */ /* LP_RMS - Energy of LPF speech (sum of magnitudes - SM) */ /* AP_RMS - Energy of all-pass speech (SM) */ /* E_PRE - Energy of 6dB preemphasized speech (SM) */ /* E0AP - Energy of all-pass speech (SS) */ /* This subroutine has no local state. */ /* Subroutine */ int vparms_(integer *vwin, real *inbuf, real *lpbuf, integer *buflim, integer *half, real *dither, integer *mintau, integer *zc, integer *lbe, integer *fbe, real *qs, real *rc1, real *ar_b__, real * ar_f__) { /* System generated locals */ integer inbuf_offset, lpbuf_offset, i__1; real r__1, r__2; /* Builtin functions */ double r_sign(real *, real *); integer i_nint(real *); /* Local variables */ integer vlen, stop, i__; real e_pre__; integer start; real ap_rms__, e_0__, oldsgn, lp_rms__, e_b__, e_f__, r_b__, r_f__, e0ap; /* Arguments */ /* Local variables that need not be saved */ /* Calculate zero crossings (ZC) and several energy and correlation */ /* measures on low band and full band speech. Each measure is taken */ /* over either the first or the second half of the voicing window, */ /* depending on the variable HALF. */ /* Parameter adjustments */ --vwin; --buflim; lpbuf_offset = buflim[3]; lpbuf -= lpbuf_offset; inbuf_offset = buflim[1]; inbuf -= inbuf_offset; /* Function Body */ lp_rms__ = 0.f; ap_rms__ = 0.f; e_pre__ = 0.f; e0ap = 0.f; *rc1 = 0.f; e_0__ = 0.f; e_b__ = 0.f; e_f__ = 0.f; r_f__ = 0.f; r_b__ = 0.f; *zc = 0; vlen = vwin[2] - vwin[1] + 1; start = vwin[1] + (*half - 1) * vlen / 2 + 1; stop = start + vlen / 2 - 1; /* I'll use the symbol HVL in the table below to represent the value */ /* VLEN/2. Note that if VLEN is odd, then HVL should be rounded down, */ /* i.e., HVL = (VLEN-1)/2. */ /* HALF START STOP */ /* 1 VWIN(1)+1 VWIN(1)+HVL */ /* 2 VWIN(1)+HVL+1 VWIN(1)+2*HVL */ /* Note that if VLEN is even and HALF is 2, then STOP will be */ /* VWIN(1)+VLEN = VWIN(2)+1. That could be bad, if that index of INBUF */ /* is undefined. */ r__1 = inbuf[start - 1] - *dither; oldsgn = (real)r_sign(&c_b2, &r__1); i__1 = stop; for (i__ = start; i__ <= i__1; ++i__) { lp_rms__ += (r__1 = lpbuf[i__], abs(r__1)); ap_rms__ += (r__1 = inbuf[i__], abs(r__1)); e_pre__ += (r__1 = inbuf[i__] - inbuf[i__ - 1], abs(r__1)); /* Computing 2nd power */ r__1 = inbuf[i__]; e0ap += r__1 * r__1; *rc1 += inbuf[i__] * inbuf[i__ - 1]; /* Computing 2nd power */ r__1 = lpbuf[i__]; e_0__ += r__1 * r__1; /* Computing 2nd power */ r__1 = lpbuf[i__ - *mintau]; e_b__ += r__1 * r__1; /* Computing 2nd power */ r__1 = lpbuf[i__ + *mintau]; e_f__ += r__1 * r__1; r_f__ += lpbuf[i__] * lpbuf[i__ + *mintau]; r_b__ += lpbuf[i__] * lpbuf[i__ - *mintau]; r__1 = inbuf[i__] + *dither; if (r_sign(&c_b2, &r__1) != oldsgn) { ++(*zc); oldsgn = -oldsgn; } *dither = -(*dither); } /* Normalized short-term autocovariance coefficient at unit sample delay */ *rc1 /= max(e0ap,1.f); /* Ratio of the energy of the first difference signal (6 dB/oct preemphas is)*/ /* to the energy of the full band signal */ /* Computing MAX */ r__1 = ap_rms__ * 2.f; *qs = e_pre__ / max(r__1,1.f); /* aR_b is the product of the forward and reverse prediction gains, */ /* looking backward in time (the causal case). */ *ar_b__ = r_b__ / max(e_b__,1.f) * (r_b__ / max(e_0__,1.f)); /* aR_f is the same as aR_b, but looking forward in time (non causal case ).*/ *ar_f__ = r_f__ / max(e_f__,1.f) * (r_f__ / max(e_0__,1.f)); /* Normalize ZC, LBE, and FBE to old fixed window length of 180. */ /* (The fraction 90/VLEN has a range of .58 to 1) */ r__2 = (real) (*zc << 1); r__1 = r__2 * (90.f / vlen); *zc = i_nint(&r__1); /* Computing MIN */ r__1 = lp_rms__ / 4 * (90.f / vlen); i__1 = i_nint(&r__1); *lbe = min(i__1,32767); /* Computing MIN */ r__1 = ap_rms__ / 4 * (90.f / vlen); i__1 = i_nint(&r__1); *fbe = min(i__1,32767); return 0; } /* vparms_ */ openh323_v1_18_0/plugins/audio/LPC_10/LPC_10.dsp0100644000176200056700000002521610277313520020764 0ustar releasepostincr# Microsoft Developer Studio Project File - Name="LPC_10" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 CFG=LPC_10 - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE !MESSAGE NMAKE /f "LPC_10.mak". !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE !MESSAGE NMAKE /f "LPC_10.mak" CFG="LPC_10 - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "LPC_10 - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "LPC_10 - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 # PROP Scc_ProjName "" # PROP Scc_LocalPath "" CPP=cl.exe MTL=midl.exe RSC=rc.exe !IF "$(CFG)" == "LPC_10 - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "Release" # PROP BASE Intermediate_Dir "Release" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "..\..\Release" # PROP Intermediate_Dir "..\..\Release\LPC_10" # PROP Ignore_Export_Lib 1 # PROP Target_Dir "" # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LPC_10_EXPORTS" /YX /FD /c # ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PLUGIN_CODEC_DLL_EXPORTS" /YX /FD /c # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0xc09 /d "NDEBUG" # ADD RSC /l 0xc09 /d "NDEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /pdb:none /machine:I386 /out:"../../Release/LPC_10_pwplugin.dll" /implib:"..\..\Release\LPC_10/LPC_10.lib" !ELSEIF "$(CFG)" == "LPC_10 - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "Debug" # PROP BASE Intermediate_Dir "Debug" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "..\..\Debug" # PROP Intermediate_Dir "..\..\Debug\LPC_10" # PROP Ignore_Export_Lib 1 # PROP Target_Dir "" # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LPC_10_EXPORTS" /YX /FD /GZ /c # ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PLUGIN_CODEC_DLL_EXPORTS" /YX /FD /GZ /c # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0xc09 /d "_DEBUG" # ADD RSC /l 0xc09 /d "_DEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"../../Debug/LPC_10_pwplugin.dll" /implib:"..\..\Debug\LPC_10/LPC_10.lib" /pdbtype:sept # SUBTRACT LINK32 /pdb:none !ENDIF # Begin Target # Name "LPC_10 - Win32 Release" # Name "LPC_10 - Win32 Debug" # Begin Group "Source Files" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File SOURCE=.\lpc_10_codec.c # End Source File # End Group # Begin Group "LPC" # PROP Default_Filter "" # Begin Source File SOURCE=.\src\analys.c # ADD CPP /I "." # End Source File # Begin Source File SOURCE=.\src\bsynz.c !IF "$(CFG)" == "LPC_10 - Win32 Release" # ADD CPP /I "." !ELSEIF "$(CFG)" == "LPC_10 - Win32 Debug" # ADD CPP /I ".." /I "." !ENDIF # End Source File # Begin Source File SOURCE=.\src\chanwr.c !IF "$(CFG)" == "LPC_10 - Win32 Release" # ADD CPP /I "." !ELSEIF "$(CFG)" == "LPC_10 - Win32 Debug" # ADD CPP /I ".." /I "." !ENDIF # End Source File # Begin Source File SOURCE=.\src\dcbias.c !IF "$(CFG)" == "LPC_10 - Win32 Release" # ADD CPP /I "." !ELSEIF "$(CFG)" == "LPC_10 - Win32 Debug" # ADD CPP /I ".." /I "." !ENDIF # End Source File # Begin Source File SOURCE=.\src\decode_.c !IF "$(CFG)" == "LPC_10 - Win32 Release" # ADD CPP /I "." !ELSEIF "$(CFG)" == "LPC_10 - Win32 Debug" # ADD CPP /I ".." /I "." !ENDIF # End Source File # Begin Source File SOURCE=.\src\deemp.c !IF "$(CFG)" == "LPC_10 - Win32 Release" # ADD CPP /I "." !ELSEIF "$(CFG)" == "LPC_10 - Win32 Debug" # ADD CPP /I ".." /I "." !ENDIF # End Source File # Begin Source File SOURCE=.\src\difmag.c !IF "$(CFG)" == "LPC_10 - Win32 Release" # ADD CPP /I "." !ELSEIF "$(CFG)" == "LPC_10 - Win32 Debug" # ADD CPP /I ".." /I "." !ENDIF # End Source File # Begin Source File SOURCE=.\src\dyptrk.c !IF "$(CFG)" == "LPC_10 - Win32 Release" # ADD CPP /I "." !ELSEIF "$(CFG)" == "LPC_10 - Win32 Debug" # ADD CPP /I ".." /I "." !ENDIF # End Source File # Begin Source File SOURCE=.\src\encode_.c !IF "$(CFG)" == "LPC_10 - Win32 Release" # ADD CPP /I "." !ELSEIF "$(CFG)" == "LPC_10 - Win32 Debug" # ADD CPP /I ".." /I "." !ENDIF # End Source File # Begin Source File SOURCE=.\src\energy.c !IF "$(CFG)" == "LPC_10 - Win32 Release" # ADD CPP /I "." !ELSEIF "$(CFG)" == "LPC_10 - Win32 Debug" # ADD CPP /I ".." /I "." !ENDIF # End Source File # Begin Source File SOURCE=.\src\f2clib.c !IF "$(CFG)" == "LPC_10 - Win32 Release" # ADD CPP /I "." !ELSEIF "$(CFG)" == "LPC_10 - Win32 Debug" # ADD CPP /I ".." /I "." !ENDIF # End Source File # Begin Source File SOURCE=.\src\ham84.c !IF "$(CFG)" == "LPC_10 - Win32 Release" # ADD CPP /I "." !ELSEIF "$(CFG)" == "LPC_10 - Win32 Debug" # ADD CPP /I ".." /I "." !ENDIF # End Source File # Begin Source File SOURCE=.\src\hp100.c !IF "$(CFG)" == "LPC_10 - Win32 Release" # ADD CPP /I "." !ELSEIF "$(CFG)" == "LPC_10 - Win32 Debug" # ADD CPP /I ".." /I "." !ENDIF # End Source File # Begin Source File SOURCE=.\src\invert.c !IF "$(CFG)" == "LPC_10 - Win32 Release" # ADD CPP /I "." !ELSEIF "$(CFG)" == "LPC_10 - Win32 Debug" # ADD CPP /I ".." /I "." !ENDIF # End Source File # Begin Source File SOURCE=.\src\irc2pc.c !IF "$(CFG)" == "LPC_10 - Win32 Release" # ADD CPP /I "." !ELSEIF "$(CFG)" == "LPC_10 - Win32 Debug" # ADD CPP /I ".." /I "." !ENDIF # End Source File # Begin Source File SOURCE=.\src\ivfilt.c !IF "$(CFG)" == "LPC_10 - Win32 Release" # ADD CPP /I "." !ELSEIF "$(CFG)" == "LPC_10 - Win32 Debug" # ADD CPP /I ".." /I "." !ENDIF # End Source File # Begin Source File SOURCE=.\src\lpcdec.c !IF "$(CFG)" == "LPC_10 - Win32 Release" # ADD CPP /I "." !ELSEIF "$(CFG)" == "LPC_10 - Win32 Debug" # ADD CPP /I ".." /I "." !ENDIF # End Source File # Begin Source File SOURCE=.\src\lpcenc.c !IF "$(CFG)" == "LPC_10 - Win32 Release" # ADD CPP /I "." !ELSEIF "$(CFG)" == "LPC_10 - Win32 Debug" # ADD CPP /I ".." /I "." !ENDIF # End Source File # Begin Source File SOURCE=.\src\lpcini.c !IF "$(CFG)" == "LPC_10 - Win32 Release" # ADD CPP /I "." !ELSEIF "$(CFG)" == "LPC_10 - Win32 Debug" # ADD CPP /I ".." /I "." !ENDIF # End Source File # Begin Source File SOURCE=.\src\lpfilt.c !IF "$(CFG)" == "LPC_10 - Win32 Release" # ADD CPP /I "." !ELSEIF "$(CFG)" == "LPC_10 - Win32 Debug" # ADD CPP /I ".." /I "." !ENDIF # End Source File # Begin Source File SOURCE=.\src\median.c !IF "$(CFG)" == "LPC_10 - Win32 Release" # ADD CPP /I "." !ELSEIF "$(CFG)" == "LPC_10 - Win32 Debug" # ADD CPP /I ".." /I "." !ENDIF # End Source File # Begin Source File SOURCE=.\src\mload.c !IF "$(CFG)" == "LPC_10 - Win32 Release" # ADD CPP /I "." !ELSEIF "$(CFG)" == "LPC_10 - Win32 Debug" # ADD CPP /I ".." /I "." !ENDIF # End Source File # Begin Source File SOURCE=.\src\onset.c !IF "$(CFG)" == "LPC_10 - Win32 Release" # ADD CPP /I "." !ELSEIF "$(CFG)" == "LPC_10 - Win32 Debug" # ADD CPP /I ".." /I "." !ENDIF # End Source File # Begin Source File SOURCE=.\src\pitsyn.c !IF "$(CFG)" == "LPC_10 - Win32 Release" # ADD CPP /I "." !ELSEIF "$(CFG)" == "LPC_10 - Win32 Debug" # ADD CPP /I ".." /I "." !ENDIF # End Source File # Begin Source File SOURCE=.\src\placea.c !IF "$(CFG)" == "LPC_10 - Win32 Release" # ADD CPP /I "." !ELSEIF "$(CFG)" == "LPC_10 - Win32 Debug" # ADD CPP /I ".." /I "." !ENDIF # End Source File # Begin Source File SOURCE=.\src\placev.c !IF "$(CFG)" == "LPC_10 - Win32 Release" # ADD CPP /I "." !ELSEIF "$(CFG)" == "LPC_10 - Win32 Debug" # ADD CPP /I ".." /I "." !ENDIF # End Source File # Begin Source File SOURCE=.\src\preemp.c !IF "$(CFG)" == "LPC_10 - Win32 Release" # ADD CPP /I "." !ELSEIF "$(CFG)" == "LPC_10 - Win32 Debug" # ADD CPP /I ".." /I "." !ENDIF # End Source File # Begin Source File SOURCE=.\src\prepro.c !IF "$(CFG)" == "LPC_10 - Win32 Release" # ADD CPP /I "." !ELSEIF "$(CFG)" == "LPC_10 - Win32 Debug" # ADD CPP /I ".." /I "." !ENDIF # End Source File # Begin Source File SOURCE=.\src\random.c !IF "$(CFG)" == "LPC_10 - Win32 Release" # ADD CPP /I "." !ELSEIF "$(CFG)" == "LPC_10 - Win32 Debug" # ADD CPP /I ".." /I "." !ENDIF # End Source File # Begin Source File SOURCE=.\src\rcchk.c !IF "$(CFG)" == "LPC_10 - Win32 Release" # ADD CPP /I "." !ELSEIF "$(CFG)" == "LPC_10 - Win32 Debug" # ADD CPP /I ".." /I "." !ENDIF # End Source File # Begin Source File SOURCE=.\src\synths.c !IF "$(CFG)" == "LPC_10 - Win32 Release" # ADD CPP /I "." !ELSEIF "$(CFG)" == "LPC_10 - Win32 Debug" # ADD CPP /I ".." /I "." !ENDIF # End Source File # Begin Source File SOURCE=.\src\tbdm.c !IF "$(CFG)" == "LPC_10 - Win32 Release" # ADD CPP /I "." !ELSEIF "$(CFG)" == "LPC_10 - Win32 Debug" # ADD CPP /I ".." /I "." !ENDIF # End Source File # Begin Source File SOURCE=.\src\voicin.c !IF "$(CFG)" == "LPC_10 - Win32 Release" # ADD CPP /I "." !ELSEIF "$(CFG)" == "LPC_10 - Win32 Debug" # ADD CPP /I ".." /I "." !ENDIF # End Source File # Begin Source File SOURCE=.\src\vparms.c !IF "$(CFG)" == "LPC_10 - Win32 Release" # ADD CPP /I "." !ELSEIF "$(CFG)" == "LPC_10 - Win32 Debug" # ADD CPP /I ".." /I "." !ENDIF # End Source File # End Group # End Target # End Project openh323_v1_18_0/plugins/audio/LPC_10/LPC_10.vcproj0100644000176200056700000006654610277330614021517 0ustar releasepostincr openh323_v1_18_0/plugins/audio/LPC_10/Makefile.in0100644000176200056700000000536610112017403021374 0ustar releasepostincr# # Makefile for LPC-10 # # Copyright (C) 2004 Post Increment, All Rights Reserved # # The contents of this file are subject to the Mozilla Public License # Version 1.0 (the "License"); you may not use this file except in # compliance with the License. You may obtain a copy of the License at # http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See # the License for the specific language governing rights and limitations # under the License. # # The Original Code is Open H323 library. # # The Initial Developer of the Original Code is Post Increment # # Contributor(s): ______________________________________. # # $Log: Makefile.in,v $ # Revision 1.3 2004/08/22 04:20:19 csoutheren # Added -fPIC to build commands to fix problems on 64 bit platforms # Thanks to Klaus Kaempf # # Revision 1.2 2004/06/24 23:33:17 csoutheren # Changed Makefiles to ensure all plugins have correct suffix # # Revision 1.1 2004/05/04 11:32:37 csoutheren # Added LPC10 codec # # STDCCFLAGS += -fPIC PREFIX=@INSTALLPREFIX@ exec_prefix = ${PREFIX} LIBDIR=@LIBDIR@ CC=@CC@ CXX=@CXX@ LDSO=@LDSO@ ifndef PREFIX PREFIX=/usr/local endif SONAME = lpc10 SRCDIR = ./src OBJDIR = ./obj HEADER_FILES += $(LPC10_INCDIR)/lpc10.h SRCS += lpc_10_codec.c \ $(SRCDIR)/f2clib.c \ $(SRCDIR)/analys.c \ $(SRCDIR)/bsynz.c \ $(SRCDIR)/chanwr.c \ $(SRCDIR)/dcbias.c \ $(SRCDIR)/decode_.c \ $(SRCDIR)/deemp.c \ $(SRCDIR)/difmag.c \ $(SRCDIR)/dyptrk.c \ $(SRCDIR)/encode_.c \ $(SRCDIR)/energy.c \ $(SRCDIR)/ham84.c \ $(SRCDIR)/hp100.c \ $(SRCDIR)/invert.c \ $(SRCDIR)/irc2pc.c \ $(SRCDIR)/ivfilt.c \ $(SRCDIR)/lpcdec.c \ $(SRCDIR)/lpcenc.c \ $(SRCDIR)/lpcini.c \ $(SRCDIR)/lpfilt.c \ $(SRCDIR)/median.c \ $(SRCDIR)/mload.c \ $(SRCDIR)/onset.c \ $(SRCDIR)/pitsyn.c \ $(SRCDIR)/placea.c \ $(SRCDIR)/placev.c \ $(SRCDIR)/preemp.c \ $(SRCDIR)/prepro.c \ $(SRCDIR)/random.c \ $(SRCDIR)/rcchk.c \ $(SRCDIR)/synths.c \ $(SRCDIR)/tbdm.c \ $(SRCDIR)/voicin.c \ $(SRCDIR)/vparms.c \ vpath %.o $(OBJDIR) vpath %.c $(SRCDIR) $(OBJDIR)/%.o : %.c @mkdir -p $(OBJDIR) >/dev/null 2>&1 $(CC) -I. -I../../../include -I./src $(STDCCFLAGS) $(CFLAGS) -c $< -o $@ PLUGIN = ./lpc10_audio_pwplugin.so OBJECTS = $(addprefix $(OBJDIR)/,$(patsubst %.c,%.o,$(notdir $(SRCS)))) $(PLUGIN): $(OBJECTS) $(CC) $(LDSO)$(SONAME) -o $@ $^ $(EXTRALIBS) install: mkdir -p $(DESTDIR)$(LIBDIR)/pwlib/codecs/audio/ cp $(PLUGIN) $(DESTDIR)$(LIBDIR)/pwlib/codecs/audio/ uninstall: rm -f $(DESTDIR)$(LIBDIR)/pwlib/codecs/audio/$(PLUGIN) clean: rm -f $(OBJECTS) $(PLUGIN) ########################################### openh323_v1_18_0/plugins/audio/LPC_10/README0100644000176200056700000000442410045675632020224 0ustar releasepostincrSun Jul 7 15:35:44 CDT 1996 Andy Fingerhut (jaf@arl.wustl.edu) Before you can make any of the programs in this directory, you must change to the lpc10 directory and make the LPC-10 library. See the README file there, and be especially sure to read the notes there about possible modifications you will need to make to the file lpc10.h in this directory. I've made up a Unix makefile for the programs nuke and unnuke, called makefile.unx. I don't know how to create a makefile for Microsoft C. Feel free to send me one if you create one that works. The files in this directory are just some simple main programs that call the routines create_lpc10_encoder_state(), lpc10_encode(), create_lpc10_decoder_state(), and lpc10_decode(). Those four routines are defined in source files within the subdirectory lpc10, and are all that any application ever needs to use to compress and decompress speech with the LPC-10 coder. The main programs in this directory are just intended as examples of how to use these routines. Optionally, an application could also use the routines init_lpc10_encoder_state() or init_lpc10_decoder_state() to reinitialize a state struct that was created by one of the create functions mentioned above. This could be useful between talk spurts, for example, to flush out any possible remaining garbage state that could occur because some data was lost. This shouldn't be necessary, since any old bad state should be flushed out or decay within a few frame times anyway (frame time = 22.5 ms). I have heard lost packets (or maybe they were garbled?) produce interesting audio artifacts in the application Nautilus. Tue Aug 20 15:49:04 CDT 1996 Andy Fingerhut (jaf@arl.wustl.edu) I have just completed making many changes to the C source code that allow multiple audio streams to be compressed or decompressed in an interleaved fashion. This is useful, for example, for some Internet MBONE audio tools that can receive compressed audio from multiple sources simultaneously. See one or more of the following demonstration programs for examples of the calling sequence: nuke - compressing one audio stream nuke2 - compressing two audio streams, alternating one frame from each unnuke - decompressing one audio stream unnuke2 - decompressing two audio streams, alternating one frame from each openh323_v1_18_0/plugins/audio/LPC_10/lpc10.h0100644000176200056700000001415110045677351020432 0ustar releasepostincr/* $Log: lpc10.h,v $ Revision 1.1 2004/05/04 11:30:49 csoutheren Initial version Revision 1.1 2000/06/05 04:45:11 robertj Added LPC-10 2400bps codec * Revision 1.1 1996/08/19 22:47:31 jaf * Initial revision * */ #ifndef __LPC10_H__ #define __LPC10_H__ #define LPC10_SAMPLES_PER_FRAME 180 #define LPC10_BITS_IN_COMPRESSED_FRAME 54 typedef short INT16; typedef int INT32; /* The initial values for every member of this structure is 0, except where noted in comments. */ /* These two lines are copied from f2c.h. There should be a more elegant way of doing this than having the same declarations in two files. */ typedef float real; typedef INT32 integer; typedef INT32 logical; typedef INT16 shortint; struct lpc10_encoder_state { /* State used only by function hp100 */ real z11; real z21; real z12; real z22; /* State used by function analys */ real inbuf[540], pebuf[540]; real lpbuf[696], ivbuf[312]; real bias; integer osbuf[10]; /* no initial value necessary */ integer osptr; /* initial value 1 */ integer obound[3]; integer vwin[6] /* was [2][3] */; /* initial value vwin[4] = 307; vwin[5] = 462; */ integer awin[6] /* was [2][3] */; /* initial value awin[4] = 307; awin[5] = 462; */ integer voibuf[8] /* was [2][4] */; real rmsbuf[3]; real rcbuf[30] /* was [10][3] */; real zpre; /* State used by function onset */ real n; real d__; /* initial value 1.f */ real fpc; /* no initial value necessary */ real l2buf[16]; real l2sum1; integer l2ptr1; /* initial value 1 */ integer l2ptr2; /* initial value 9 */ integer lasti; /* no initial value necessary */ logical hyst; /* initial value FALSE_ */ /* State used by function voicin */ real dither; /* initial value 20.f */ real snr; real maxmin; real voice[6] /* was [2][3] */; /* initial value is probably unnecessary */ integer lbve, lbue, fbve, fbue; integer ofbue, sfbue; integer olbue, slbue; /* Initial values: lbve = 3000; fbve = 3000; fbue = 187; ofbue = 187; sfbue = 187; lbue = 93; olbue = 93; slbue = 93; snr = (real) (fbve / fbue << 6); */ /* State used by function dyptrk */ real s[60]; integer p[120] /* was [60][2] */; integer ipoint; real alphax; /* State used by function chanwr */ integer isync; }; struct lpc10_decoder_state { /* State used by function decode */ integer iptold; /* initial value 60 */ logical first; /* initial value TRUE_ */ integer ivp2h; integer iovoic; integer iavgp; /* initial value 60 */ integer erate; integer drc[30] /* was [3][10] */; integer dpit[3]; integer drms[3]; /* State used by function synths */ real buf[360]; integer buflen; /* initial value 180 */ /* State used by function pitsyn */ integer ivoico; /* no initial value necessary as long as first_pitsyn is initially TRUE_ */ integer ipito; /* no initial value necessary as long as first_pitsyn is initially TRUE_ */ real rmso; /* initial value 1.f */ real rco[10]; /* no initial value necessary as long as first_pitsyn is initially TRUE_ */ integer jsamp; /* no initial value necessary as long as first_pitsyn is initially TRUE_ */ logical first_pitsyn; /* initial value TRUE_ */ /* State used by function bsynz */ integer ipo; real exc[166]; real exc2[166]; real lpi1; real lpi2; real lpi3; real hpi1; real hpi2; real hpi3; real rmso_bsynz; /* State used by function random */ integer j; /* initial value 2 */ integer k; /* initial value 5 */ shortint y[5]; /* initial value { -21161,-8478,30892,-10216,16950 } */ /* State used by function deemp */ real dei1; real dei2; real deo1; real deo2; real deo3; }; /* Calling sequence: Call create_lpc10_encoder_state(), which returns a pointer to an already initialized lpc10_encoder_state structure. lpc10_encode reads indices 0 through (LPC10_SAMPLES_PER_FRAME-1) of array speech[], and writes indices 0 through (LPC10_BITS_IN_COMPRESSED_FRAME-1) of array bits[], and both reads and writes the lpc10_encoder_state structure contents. The lpc10_encoder_state structure should *not* be initialized for every frame of encoded speech. Once at the beginning of execution, done automatically for you by create_lpc10_encoder_state(), is enough. init_lpc10_encoder_state() reinitializes the lpc10_encoder_state structure. This might be useful if you are finished processing one sound sample, and want to reuse the same lpc10_encoder_state structure to process another sound sample. There might be other uses as well. Note that the comments in the lpc10/lpcenc.c file imply that indices 1 through 180 of array speech[] are read. These comments were written for the Fortran version of the code, before it was automatically converted to C by the conversion program f2c. f2c seems to use the convention that the pointers to arrays passed as function arguments point to the first index used in the Fortran code, whatever index that might be (usually 1), and then it modifies the pointer inside of the function, like so: if (speech) { --speech; } So that the code can access the first value at index 1 and the last at index 180. This makes the translated C code "closer" to the original Fortran code. The calling sequence for the decoder is similar to the encoder. The only significant difference is that the array bits[] is read (indices 0 through (LPC10_BITS_IN_COMPRESSED_FRAME-1)), and the array speech[] is written (indices 0 through (LPC10_SAMPLES_PER_FRAME-1)). */ struct lpc10_encoder_state * create_lpc10_encoder_state (); void init_lpc10_encoder_state (struct lpc10_encoder_state *st); int lpc10_encode (real *speech, INT32 *bits, struct lpc10_encoder_state *st); struct lpc10_decoder_state * create_lpc10_decoder_state (); void init_lpc10_decoder_state (struct lpc10_decoder_state *st); int lpc10_decode (INT32 *bits, real *speech, struct lpc10_decoder_state *st); #endif /* __LPC10_H__ */ openh323_v1_18_0/plugins/audio/LPC_10/lpc_10_codec.c0100644000176200056700000002414210265705474021724 0ustar releasepostincr/* * LPC 10 Plugin codec for OpenH323/OPAL * * Copyright (C) 2004 Post Increment, All Rights Reserved * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Post Increment * * Contributor(s): ______________________________________. * * $Log: lpc_10_codec.c,v $ * Revision 1.4 2005/07/15 10:09:00 rogerhardiman * Fix SF bug 1237507. Windows uses malloc.h. Linux and FreeBSD uses stdlib.h * Wrap #include with _WIN32 to be consistent with malloc.h in pwlib. * * Revision 1.3 2004/12/20 23:18:01 csoutheren * Added stdlib.h to all plugins to keep FreeBSD happy * Thanks to Kevin Oberman * * Revision 1.2 2004/06/17 22:04:56 csoutheren * Changed codec version number to be sensible rather than string $Ver$ * * Revision 1.1 2004/05/04 11:16:42 csoutheren * Initial version * */ #include #include #ifdef _WIN32 #include #endif #include #include "lpc10.h" PLUGIN_CODEC_IMPLEMENT("LPC 10") enum { SamplesPerFrame = 180, // 22.5 milliseconds BitsPerFrame = 54, // Encoded size BytesPerFrame = (BitsPerFrame+7)/8, BitsPerSecond = 2400 }; #define SampleValueScale 32768.0 #define MaxSampleValue 32767.0 #define MinSampleValue -32767.0 #define PREF_FRAMES_PER_PACKET 4 #define MAX_FRAMES_PER_PACKET 7 ///////////////////////////////////////////////////////////////////////////// static void * create_encoder(const struct PluginCodec_Definition * codec) { struct lpc10_encoder_state * encoder = (struct lpc10_encoder_state *)malloc((unsigned)sizeof(struct lpc10_encoder_state)); init_lpc10_encoder_state(encoder); return encoder; } static int codec_encoder(const struct PluginCodec_Definition * codec, void * context, const void * from, unsigned * fromLen, void * to, unsigned * toLen, unsigned int * flag) { int i; INT32 bits[BitsPerFrame]; real speech[SamplesPerFrame]; unsigned char * buffer = (unsigned char *)to; const short * sampleBuffer = (const short *)from; if ((*fromLen)/2 != SamplesPerFrame || *toLen < BytesPerFrame) return 0; for (i = 0; i < SamplesPerFrame; i++) speech[i] = (real)(sampleBuffer[i]/SampleValueScale); lpc10_encode(speech, bits, (struct lpc10_encoder_state *)context); memset(to, 0, BytesPerFrame); for (i = 0; i < BitsPerFrame; i++) { if (bits[i]) buffer[i>>3] |= 1 << (i&7); } *toLen = BytesPerFrame; return 1; } static void destroy_encoder(const struct PluginCodec_Definition * codec, void * context) { free((struct lpc10_encoder_state *)context); } static void * create_decoder(const struct PluginCodec_Definition * codec) { struct lpc10_decoder_state * decoder = (struct lpc10_decoder_state *)malloc((unsigned)sizeof(struct lpc10_decoder_state)); init_lpc10_decoder_state(decoder); return decoder; } static int codec_decoder(const struct PluginCodec_Definition * codec, void * context, const void * from, unsigned * fromLen, void * to, unsigned * toLen, unsigned int * flag) { int i; INT32 bits[BitsPerFrame]; real speech[SamplesPerFrame]; short * sampleBuffer = (short *)to; const unsigned char * buffer = (const unsigned char *)from; if (*fromLen < BytesPerFrame || *toLen < SamplesPerFrame*2) return 0; for (i = 0; i < BitsPerFrame; i++) bits[i] = (buffer[i>>3]&(1<<(i&7))) != 0; lpc10_decode(bits, speech, (struct lpc10_decoder_state *)context); for (i = 0; i < SamplesPerFrame; i++) { real sample = (real)(speech[i]*SampleValueScale); if (sample < MinSampleValue) sample = MinSampleValue; else if (sample > MaxSampleValue) sample = MaxSampleValue; sampleBuffer[i] = (short)sample; } *toLen = SamplesPerFrame*2; return 1; } static void destroy_decoder(const struct PluginCodec_Definition * codec, void * context) { free((struct lpc10_decoder_state *)context); } ///////////////////////////////////////////////////////////////////////////// #define EQUIVALENCE_COUNTRY_CODE 9 #define EQUIVALENCE_EXTENSION_CODE 0 #define EQUIVALENCE_MANUFACTURER_CODE 61 static const char lpc10CapStr[] = { "LPC-10" }; static struct PluginCodec_H323NonStandardCodecData lpc10Cap = { NULL, EQUIVALENCE_COUNTRY_CODE, EQUIVALENCE_EXTENSION_CODE, EQUIVALENCE_MANUFACTURER_CODE, lpc10CapStr, sizeof(lpc10CapStr)-1, NULL }; static struct PluginCodec_information licenseInfo = { 1083666706, // timestamp = Tue 04 May 2004 10:31:46 AM UTC = "Craig Southeren, Post Increment", // source code author "1.0", // source code version "craigs@postincrement.com", // source code email "http://www.postincrement.com", // source code URL "Copyright (C) 2004 by Post Increment, All Rights Reserved", // source code copyright "MPL 1.0", // source code license PluginCodec_License_MPL, // source code license "LPC-10", // codec description "Andy Fingerhut", // codec author NULL, // codec version "jaf@arl.wustl.edu", // codec email NULL, // codec URL NULL, // codec copyright information NULL, // codec license PluginCodec_Licence_None // codec license code }; static const char L16Desc[] = { "L16" }; static const char lpc10[] = { "LPC-10" }; static const char sdpLPC10[] = { "lpc10" }; static struct PluginCodec_Definition lpc10CodecDefn[2] = { { // encoder PLUGIN_CODEC_VERSION, // codec API version &licenseInfo, // license information PluginCodec_MediaTypeAudio | // audio codec PluginCodec_InputTypeRaw | // raw input data PluginCodec_OutputTypeRaw | // raw output data PluginCodec_RTPTypeDynamic, // dynamic RTP type lpc10, // text decription L16Desc, // source format lpc10, // destination format (void *)NULL, // user data 8000, // samples per second BitsPerSecond, // raw bits per second 22500, // nanoseconds per frame SamplesPerFrame, // samples per frame BytesPerFrame, // bytes per frame PREF_FRAMES_PER_PACKET, // recommended number of frames per packet MAX_FRAMES_PER_PACKET, // maximum number of frames per packe 0, // IANA RTP payload code sdpLPC10, // RTP payload name create_encoder, // create codec function destroy_encoder, // destroy codec codec_encoder, // encode/decode NULL, // codec controls PluginCodec_H323Codec_nonStandard, // h323CapabilityType &lpc10Cap // h323CapabilityData }, { // decoder PLUGIN_CODEC_VERSION, // codec API version &licenseInfo, // license information PluginCodec_MediaTypeAudio | // audio codec PluginCodec_InputTypeRaw | // raw input data PluginCodec_OutputTypeRaw | // raw output data PluginCodec_RTPTypeDynamic, // dynamic RTP type lpc10, // text decription lpc10, // source format L16Desc, // destination format (const void *)NULL, // user data 8000, // samples per second BitsPerSecond, // raw bits per second 22500, // nanoseconds per frame SamplesPerFrame, // samples per frame BytesPerFrame, // bytes per frame PREF_FRAMES_PER_PACKET, // recommended number of frames per packet MAX_FRAMES_PER_PACKET, // maximum number of frames per packe 0, // IANA RTP payload code sdpLPC10, // RTP payload name create_decoder, // create codec function destroy_decoder, // destroy codec codec_decoder, // encode/decode NULL, // codec controls PluginCodec_H323Codec_nonStandard, // h323CapabilityType &lpc10Cap // h323CapabilityData }, }; #define NUM_DEFNS (sizeof(lpc10CodecDefn) / sizeof(struct PluginCodec_Definition)) ///////////////////////////////////////////////////////////////////////////// PLUGIN_CODEC_DLL_API struct PluginCodec_Definition * PLUGIN_CODEC_GET_CODEC_FN(unsigned * count, unsigned version) { *count = NUM_DEFNS; return lpc10CodecDefn; } openh323_v1_18_0/plugins/audio/Speex/0040755000176200056700000000000010411467452017505 5ustar releasepostincropenh323_v1_18_0/plugins/audio/Speex/libspeex/0040755000176200056700000000000010411467452021320 5ustar releasepostincropenh323_v1_18_0/plugins/audio/Speex/libspeex/Makefile.am0100644000176200056700000000265010034001074023335 0ustar releasepostincr## Process this file with automake to produce Makefile.in. -*-Makefile-*- # $Id: Makefile.am,v 1.1 2004/04/04 12:40:28 csoutheren Exp $ # Disable automatic dependency tracking if using other tools than gcc and gmake #AUTOMAKE_OPTIONS = no-dependencies lib_LTLIBRARIES = libspeex.la # Sources for compilation in the library libspeex_la_SOURCES = nb_celp.c \ sb_celp.c \ lpc.c \ ltp.c \ lsp.c \ quant_lsp.c \ lsp_tables_nb.c \ gain_table.c \ gain_table_lbr.c \ cb_search.c \ filters.c \ bits.c \ modes.c \ vq.c \ high_lsp_tables.c \ vbr.c \ hexc_table.c \ exc_5_256_table.c \ exc_5_64_table.c \ exc_8_128_table.c \ exc_10_32_table.c \ exc_10_16_table.c \ exc_20_32_table.c \ hexc_10_32_table.c \ misc.c \ speex_header.c \ speex_callbacks.c \ math_approx.c \ stereo.c include_HEADERS = speex.h \ speex_bits.h \ speex_header.h \ speex_callbacks.h \ speex_stereo.h noinst_HEADERS = lsp.h \ nb_celp.h \ lpc.h \ ltp.h \ quant_lsp.h \ cb_search.h \ filters.h \ stack_alloc.h \ vq.h \ modes.h \ sb_celp.h \ vbr.h \ misc.h \ ltp_sse.h \ filters_sse.h \ math_approx.h libspeex_la_LDFLAGS = -version-info @SPEEX_LT_CURRENT@:@SPEEX_LT_REVISION@:@SPEEX_LT_AGE@ noinst_PROGRAMS = testenc testenc_wb testenc_uwb testenc_SOURCES = testenc.c testenc_LDADD = libspeex.la testenc_wb_SOURCES = testenc_wb.c testenc_wb_LDADD = libspeex.la testenc_uwb_SOURCES = testenc_uwb.c testenc_uwb_LDADD = libspeex.la openh323_v1_18_0/plugins/audio/Speex/libspeex/Makefile.in0100644000176200056700000003444710034001074023357 0ustar releasepostincr# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. # $Id: Makefile.in,v 1.1 2004/04/04 12:40:28 csoutheren Exp $ # Disable automatic dependency tracking if using other tools than gcc and gmake #AUTOMAKE_OPTIONS = no-dependencies SHELL = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ datadir = @datadir@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ infodir = @infodir@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include DESTDIR = pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = .. ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ AS = @AS@ CC = @CC@ DLLTOOL = @DLLTOOL@ ECHO = @ECHO@ EXEEXT = @EXEEXT@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OGG_INCLUDES = @OGG_INCLUDES@ OGG_LDFLAGS = @OGG_LDFLAGS@ OGG_LIBS = @OGG_LIBS@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ SPEEX_LT_AGE = @SPEEX_LT_AGE@ SPEEX_LT_CURRENT = @SPEEX_LT_CURRENT@ SPEEX_LT_REVISION = @SPEEX_LT_REVISION@ STRIP = @STRIP@ VERSION = @VERSION@ src = @src@ lib_LTLIBRARIES = libspeex.la # Sources for compilation in the library libspeex_la_SOURCES = nb_celp.c \ sb_celp.c \ lpc.c \ ltp.c \ lsp.c \ quant_lsp.c \ lsp_tables_nb.c \ gain_table.c \ gain_table_lbr.c \ cb_search.c \ filters.c \ bits.c \ modes.c \ vq.c \ high_lsp_tables.c \ vbr.c \ hexc_table.c \ exc_5_256_table.c \ exc_5_64_table.c \ exc_8_128_table.c \ exc_10_32_table.c \ exc_10_16_table.c \ exc_20_32_table.c \ hexc_10_32_table.c \ misc.c \ speex_header.c \ speex_callbacks.c \ math_approx.c \ stereo.c include_HEADERS = speex.h \ speex_bits.h \ speex_header.h \ speex_callbacks.h \ speex_stereo.h noinst_HEADERS = lsp.h \ nb_celp.h \ lpc.h \ ltp.h \ quant_lsp.h \ cb_search.h \ filters.h \ stack_alloc.h \ vq.h \ modes.h \ sb_celp.h \ vbr.h \ misc.h \ ltp_sse.h \ filters_sse.h \ math_approx.h libspeex_la_LDFLAGS = -version-info @SPEEX_LT_CURRENT@:@SPEEX_LT_REVISION@:@SPEEX_LT_AGE@ noinst_PROGRAMS = testenc testenc_wb testenc_uwb testenc_SOURCES = testenc.c testenc_LDADD = libspeex.la testenc_wb_SOURCES = testenc_wb.c testenc_wb_LDADD = libspeex.la testenc_uwb_SOURCES = testenc_uwb.c testenc_uwb_LDADD = libspeex.la mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = LTLIBRARIES = $(lib_LTLIBRARIES) DEFS = @DEFS@ -I. -I$(srcdir) CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ libspeex_la_LIBADD = libspeex_la_OBJECTS = nb_celp.lo sb_celp.lo lpc.lo ltp.lo lsp.lo \ quant_lsp.lo lsp_tables_nb.lo gain_table.lo gain_table_lbr.lo \ cb_search.lo filters.lo bits.lo modes.lo vq.lo high_lsp_tables.lo \ vbr.lo hexc_table.lo exc_5_256_table.lo exc_5_64_table.lo \ exc_8_128_table.lo exc_10_32_table.lo exc_10_16_table.lo \ exc_20_32_table.lo hexc_10_32_table.lo misc.lo speex_header.lo \ speex_callbacks.lo math_approx.lo stereo.lo noinst_PROGRAMS = testenc$(EXEEXT) testenc_wb$(EXEEXT) \ testenc_uwb$(EXEEXT) PROGRAMS = $(noinst_PROGRAMS) testenc_OBJECTS = testenc.$(OBJEXT) testenc_DEPENDENCIES = libspeex.la testenc_LDFLAGS = testenc_wb_OBJECTS = testenc_wb.$(OBJEXT) testenc_wb_DEPENDENCIES = libspeex.la testenc_wb_LDFLAGS = testenc_uwb_OBJECTS = testenc_uwb.$(OBJEXT) testenc_uwb_DEPENDENCIES = libspeex.la testenc_uwb_LDFLAGS = CFLAGS = @CFLAGS@ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ HEADERS = $(include_HEADERS) $(noinst_HEADERS) DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) TAR = gtar GZIP_ENV = --best SOURCES = $(libspeex_la_SOURCES) $(testenc_SOURCES) $(testenc_wb_SOURCES) $(testenc_uwb_SOURCES) OBJECTS = $(libspeex_la_OBJECTS) $(testenc_OBJECTS) $(testenc_wb_OBJECTS) $(testenc_uwb_OBJECTS) all: all-redirect .SUFFIXES: .SUFFIXES: .S .c .lo .o .obj .s $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps libspeex/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status mostlyclean-libLTLIBRARIES: clean-libLTLIBRARIES: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) distclean-libLTLIBRARIES: maintainer-clean-libLTLIBRARIES: install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(libdir) @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \ $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \ else :; fi; \ done uninstall-libLTLIBRARIES: @$(NORMAL_UNINSTALL) list='$(lib_LTLIBRARIES)'; for p in $$list; do \ $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \ done .c.o: $(COMPILE) -c $< # FIXME: We should only use cygpath when building on Windows, # and only if it is available. .c.obj: $(COMPILE) -c `cygpath -w $<` .s.o: $(COMPILE) -c $< .S.o: $(COMPILE) -c $< mostlyclean-compile: -rm -f *.o core *.core -rm -f *.$(OBJEXT) clean-compile: distclean-compile: -rm -f *.tab.c maintainer-clean-compile: .c.lo: $(LIBTOOL) --mode=compile $(COMPILE) -c $< .s.lo: $(LIBTOOL) --mode=compile $(COMPILE) -c $< .S.lo: $(LIBTOOL) --mode=compile $(COMPILE) -c $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs distclean-libtool: maintainer-clean-libtool: libspeex.la: $(libspeex_la_OBJECTS) $(libspeex_la_DEPENDENCIES) $(LINK) -rpath $(libdir) $(libspeex_la_LDFLAGS) $(libspeex_la_OBJECTS) $(libspeex_la_LIBADD) $(LIBS) mostlyclean-noinstPROGRAMS: clean-noinstPROGRAMS: -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) distclean-noinstPROGRAMS: maintainer-clean-noinstPROGRAMS: testenc$(EXEEXT): $(testenc_OBJECTS) $(testenc_DEPENDENCIES) @rm -f testenc$(EXEEXT) $(LINK) $(testenc_LDFLAGS) $(testenc_OBJECTS) $(testenc_LDADD) $(LIBS) testenc_wb$(EXEEXT): $(testenc_wb_OBJECTS) $(testenc_wb_DEPENDENCIES) @rm -f testenc_wb$(EXEEXT) $(LINK) $(testenc_wb_LDFLAGS) $(testenc_wb_OBJECTS) $(testenc_wb_LDADD) $(LIBS) testenc_uwb$(EXEEXT): $(testenc_uwb_OBJECTS) $(testenc_uwb_DEPENDENCIES) @rm -f testenc_uwb$(EXEEXT) $(LINK) $(testenc_uwb_LDFLAGS) $(testenc_uwb_OBJECTS) $(testenc_uwb_LDADD) $(LIBS) install-includeHEADERS: $(include_HEADERS) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(includedir) @list='$(include_HEADERS)'; for p in $$list; do \ if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \ echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \ $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \ done uninstall-includeHEADERS: @$(NORMAL_UNINSTALL) list='$(include_HEADERS)'; for p in $$list; do \ rm -f $(DESTDIR)$(includedir)/$$p; \ done tags: TAGS ID: $(HEADERS) $(SOURCES) $(LISP) list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ here=`pwd` && cd $(srcdir) \ && mkid -f$$here/ID $$unique $(LISP) TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) tags=; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) mostlyclean-tags: clean-tags: distclean-tags: -rm -f TAGS ID maintainer-clean-tags: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = libspeex distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done bits.lo bits.o : bits.c speex_bits.h misc.h cb_search.lo cb_search.o : cb_search.c cb_search.h speex_bits.h \ filters.h stack_alloc.h vq.h misc.h exc_10_16_table.lo exc_10_16_table.o : exc_10_16_table.c exc_10_32_table.lo exc_10_32_table.o : exc_10_32_table.c exc_20_32_table.lo exc_20_32_table.o : exc_20_32_table.c exc_5_256_table.lo exc_5_256_table.o : exc_5_256_table.c exc_5_64_table.lo exc_5_64_table.o : exc_5_64_table.c exc_8_128_table.lo exc_8_128_table.o : exc_8_128_table.c fft.lo fft.o : fft.c fft.h filters.lo filters.o : filters.c filters.h stack_alloc.h filters_sse.h gain_table.lo gain_table.o : gain_table.c gain_table_lbr.lo gain_table_lbr.o : gain_table_lbr.c hexc_10_32_table.lo hexc_10_32_table.o : hexc_10_32_table.c hexc_table.lo hexc_table.o : hexc_table.c high_lsp_tables.lo high_lsp_tables.o : high_lsp_tables.c lpc.lo lpc.o : lpc.c lpc.h lsp.lo lsp.o : lsp.c lsp.h stack_alloc.h lsp_tables_nb.lo lsp_tables_nb.o : lsp_tables_nb.c ltp.lo ltp.o : ltp.c ltp.h speex_bits.h stack_alloc.h filters.h \ ltp_sse.h math_approx.lo math_approx.o : math_approx.c math_approx.h matrix.lo matrix.o : matrix.c misc.lo misc.o : misc.c misc.h modes.lo modes.o : modes.c modes.h speex.h speex_bits.h ltp.h \ quant_lsp.h cb_search.h sb_celp.h nb_celp.h speex_callbacks.h \ vbr.h filters.h misc.h nb_celp.lo nb_celp.o : nb_celp.c nb_celp.h modes.h speex.h speex_bits.h \ speex_callbacks.h vbr.h filters.h lpc.h lsp.h ltp.h quant_lsp.h \ cb_search.h stack_alloc.h vq.h misc.h quant_lsp.lo quant_lsp.o : quant_lsp.c quant_lsp.h speex_bits.h sb_celp.lo sb_celp.o : sb_celp.c sb_celp.h modes.h speex.h speex_bits.h \ nb_celp.h speex_callbacks.h vbr.h filters.h lpc.h lsp.h \ stack_alloc.h cb_search.h quant_lsp.h vq.h ltp.h misc.h speex_callbacks.lo speex_callbacks.o : speex_callbacks.c \ speex_callbacks.h speex.h speex_bits.h misc.h speex_header.lo speex_header.o : speex_header.c speex_header.h misc.h \ speex.h speex_bits.h stereo.lo stereo.o : stereo.c speex_stereo.h speex_bits.h \ speex_callbacks.h speex.h vq.h tcx_encode.lo tcx_encode.o : tcx_encode.c nb_celp.h modes.h speex.h \ speex_bits.h speex_callbacks.h vbr.h filters.h lpc.h lsp.h \ ltp.h quant_lsp.h cb_search.h stack_alloc.h vq.h misc.h fft.h testenc.o: testenc.c speex.h speex_bits.h speex_callbacks.h testenc_uwb.o: testenc_uwb.c speex.h speex_bits.h testenc_wb.o: testenc_wb.c speex.h speex_bits.h train_cb.lo train_cb.o : train_cb.c vbr.lo vbr.o : vbr.c vbr.h vq.lo vq.o : vq.c vq.h info-am: info: info-am dvi-am: dvi: dvi-am check-am: all-am check: check-am installcheck-am: installcheck: installcheck-am install-exec-am: install-libLTLIBRARIES install-exec: install-exec-am install-data-am: install-includeHEADERS install-data: install-data-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am install: install-am uninstall-am: uninstall-libLTLIBRARIES uninstall-includeHEADERS uninstall: uninstall-am all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) all-redirect: all-am install-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install installdirs: $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir) mostlyclean-generic: clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) -rm -f config.cache config.log stamp-h stamp-h[0-9]* maintainer-clean-generic: mostlyclean-am: mostlyclean-libLTLIBRARIES mostlyclean-compile \ mostlyclean-libtool mostlyclean-noinstPROGRAMS \ mostlyclean-tags mostlyclean-generic mostlyclean: mostlyclean-am clean-am: clean-libLTLIBRARIES clean-compile clean-libtool \ clean-noinstPROGRAMS clean-tags clean-generic \ mostlyclean-am clean: clean-am distclean-am: distclean-libLTLIBRARIES distclean-compile \ distclean-libtool distclean-noinstPROGRAMS \ distclean-tags distclean-generic clean-am -rm -f libtool distclean: distclean-am maintainer-clean-am: maintainer-clean-libLTLIBRARIES \ maintainer-clean-compile maintainer-clean-libtool \ maintainer-clean-noinstPROGRAMS maintainer-clean-tags \ maintainer-clean-generic distclean-am @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." maintainer-clean: maintainer-clean-am .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \ clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \ uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \ distclean-compile clean-compile maintainer-clean-compile \ mostlyclean-libtool distclean-libtool clean-libtool \ maintainer-clean-libtool mostlyclean-noinstPROGRAMS \ distclean-noinstPROGRAMS clean-noinstPROGRAMS \ maintainer-clean-noinstPROGRAMS uninstall-includeHEADERS \ install-includeHEADERS tags mostlyclean-tags distclean-tags clean-tags \ maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \ installcheck-am installcheck install-exec-am install-exec \ install-data-am install-data install-am install uninstall-am uninstall \ all-redirect all-am all installdirs mostlyclean-generic \ distclean-generic clean-generic maintainer-clean-generic clean \ mostlyclean distclean maintainer-clean # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: openh323_v1_18_0/plugins/audio/Speex/libspeex/bits.c0100644000176200056700000002031610034001074022405 0ustar releasepostincr/* Copyright (C) 2002 Jean-Marc Valin File: speex_bits.c Handles bit packing/unpacking Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of the Xiph.org Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "speex_bits.h" #include "misc.h" void speex_bits_init(SpeexBits *bits) { int i; bits->bytes = (char*)speex_alloc(MAX_BYTES_PER_FRAME); bits->buf_size = MAX_BYTES_PER_FRAME; for (i=0;ibuf_size;i++) bits->bytes[i]=0; bits->nbBits=0; bits->bytePtr=0; bits->bitPtr=0; bits->owner=1; bits->overflow=0; } void speex_bits_init_buffer(SpeexBits *bits, void *buff, int buf_size) { int i; bits->bytes = (char*)buff; bits->buf_size = buf_size; for (i=0;ibytes[i]=0; bits->nbBits=0; bits->bytePtr=0; bits->bitPtr=0; bits->owner=0; bits->overflow=0; } void speex_bits_destroy(SpeexBits *bits) { if (bits->owner) speex_free(bits->bytes); /* Will do something once the allocation is dynamic */ } void speex_bits_reset(SpeexBits *bits) { int i; for (i=0;ibuf_size;i++) bits->bytes[i]=0; bits->nbBits=0; bits->bytePtr=0; bits->bitPtr=0; bits->overflow=0; } void speex_bits_rewind(SpeexBits *bits) { bits->bytePtr=0; bits->bitPtr=0; bits->overflow=0; } void speex_bits_read_from(SpeexBits *bits, char *bytes, int len) { int i; if (len > bits->buf_size) { speex_warning_int("Packet if larger than allocated buffer: ", len); if (bits->owner) { char *tmp = (char*)speex_realloc(bits->bytes, len); if (tmp) { bits->buf_size=len; bits->bytes=tmp; } else { len=bits->buf_size; speex_warning("Could not resize input buffer: truncating input"); } } else { speex_warning("Do not own input buffer: truncating input"); len=bits->buf_size; } } for (i=0;ibytes[i]=bytes[i]; bits->nbBits=len<<3; bits->bytePtr=0; bits->bitPtr=0; bits->overflow=0; } static void speex_bits_flush(SpeexBits *bits) { int i; if (bits->bytePtr>0) { for (i=bits->bytePtr;i<((bits->nbBits+7)>>3);i++) bits->bytes[i-bits->bytePtr]=bits->bytes[i]; } bits->nbBits -= bits->bytePtr<<3; bits->bytePtr=0; } void speex_bits_read_whole_bytes(SpeexBits *bits, char *bytes, int len) { int i,pos; if ((bits->nbBits>>3)+len+1 > bits->buf_size) { speex_warning_int("Packet if larger than allocated buffer: ", len); if (bits->owner) { char *tmp = (char*)speex_realloc(bits->bytes, (bits->nbBits>>3)+len+1); if (tmp) { bits->buf_size=(bits->nbBits>>3)+len+1; bits->bytes=tmp; } else { len=bits->buf_size-(bits->nbBits>>3)-1; speex_warning("Could not resize input buffer: truncating input"); } } else { speex_warning("Do not own input buffer: truncating input"); len=bits->buf_size; } } speex_bits_flush(bits); pos=bits->nbBits>>3; for (i=0;ibytes[pos+i]=bytes[i]; bits->nbBits+=len<<3; } int speex_bits_write(SpeexBits *bits, char *bytes, int max_len) { int i; if (max_len > ((bits->nbBits+7)>>3)) max_len = ((bits->nbBits+7)>>3); for (i=0;ibytes[i]; return max_len; } int speex_bits_write_whole_bytes(SpeexBits *bits, char *bytes, int max_len) { int i; if (max_len > ((bits->nbBits)>>3)) max_len = ((bits->nbBits)>>3); for (i=0;ibytes[i]; if (bits->bitPtr>0) bits->bytes[0]=bits->bytes[max_len]; else bits->bytes[0]=0; for (i=1;i<((bits->nbBits)>>3)+1;i++) bits->bytes[i]=0; bits->bytePtr=0; bits->nbBits &= 7; return max_len; } void speex_bits_pack(SpeexBits *bits, int data, int nbBits) { int i; unsigned int d=data; if (bits->bytePtr+((nbBits+bits->bitPtr)>>3) >= bits->buf_size) { speex_warning("Buffer too small to pack bits"); if (bits->owner) { char *tmp = (char*)speex_realloc(bits->bytes, ((bits->buf_size+5)*3)>>1); if (tmp) { for (i=bits->buf_size;i<(((bits->buf_size+5)*3)>>1);i++) tmp[i]=0; bits->buf_size=((bits->buf_size+5)*3)>>1; bits->bytes=tmp; } else { speex_warning("Could not resize input buffer: not packing"); return; } } else { speex_warning("Do not own input buffer: not packing"); return; } } while(nbBits) { int bit; bit = (d>>(nbBits-1))&1; bits->bytes[bits->bytePtr] |= bit<<(7-bits->bitPtr); bits->bitPtr++; if (bits->bitPtr==8) { bits->bitPtr=0; bits->bytePtr++; } bits->nbBits++; nbBits--; } } int speex_bits_unpack_signed(SpeexBits *bits, int nbBits) { unsigned int d=speex_bits_unpack_unsigned(bits,nbBits); /* If number is negative */ if (d>>(nbBits-1)) { d |= (-1)<bytePtr<<3)+bits->bitPtr+nbBits>bits->nbBits) bits->overflow=1; if (bits->overflow) return 0; while(nbBits) { d<<=1; d |= (bits->bytes[bits->bytePtr]>>(7-bits->bitPtr))&1; bits->bitPtr++; if (bits->bitPtr==8) { bits->bitPtr=0; bits->bytePtr++; } nbBits--; } return d; } unsigned int speex_bits_peek_unsigned(SpeexBits *bits, int nbBits) { unsigned int d=0; int bitPtr, bytePtr; char *bytes; if ((bits->bytePtr<<3)+bits->bitPtr+nbBits>bits->nbBits) bits->overflow=1; if (bits->overflow) return 0; bitPtr=bits->bitPtr; bytePtr=bits->bytePtr; bytes = bits->bytes; while(nbBits) { d<<=1; d |= (bytes[bytePtr]>>(7-bitPtr))&1; bitPtr++; if (bitPtr==8) { bitPtr=0; bytePtr++; } nbBits--; } return d; } int speex_bits_peek(SpeexBits *bits) { if ((bits->bytePtr<<3)+bits->bitPtr+1>bits->nbBits) bits->overflow=1; if (bits->overflow) return 0; return (bits->bytes[bits->bytePtr]>>(7-bits->bitPtr))&1; } void speex_bits_advance(SpeexBits *bits, int n) { int nbytes, nbits; if ((bits->bytePtr<<3)+bits->bitPtr+n>bits->nbBits) bits->overflow=1; if (bits->overflow) return; nbytes = n >> 3; nbits = n & 7; bits->bytePtr += nbytes; bits->bitPtr += nbits; if (bits->bitPtr>7) { bits->bitPtr-=8; bits->bytePtr++; } } int speex_bits_remaining(SpeexBits *bits) { if (bits->overflow) return -1; else return bits->nbBits-((bits->bytePtr<<3)+bits->bitPtr); } int speex_bits_nbytes(SpeexBits *bits) { return ((bits->nbBits+7)>>3); } openh323_v1_18_0/plugins/audio/Speex/libspeex/cb_search.c0100644000176200056700000002524710034001074023365 0ustar releasepostincr/* Copyright (C) 2002 Jean-Marc Valin File: cb_search.c Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of the Xiph.org Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "cb_search.h" #include "filters.h" #include "stack_alloc.h" #include "vq.h" #include "misc.h" void split_cb_search_shape_sign( float target[], /* target vector */ float ak[], /* LPCs for this subframe */ float awk1[], /* Weighted LPCs for this subframe */ float awk2[], /* Weighted LPCs for this subframe */ void *par, /* Codebook/search parameters*/ int p, /* number of LPC coeffs */ int nsf, /* number of samples in subframe */ float *exc, float *r, SpeexBits *bits, char *stack, int complexity ) { int i,j,k,m,n,q; float *resp; float *t, *e, *E, *r2; float *tmp; float *ndist, *odist; int *itmp; float **ot, **nt; int **nind, **oind; int *ind; signed char *shape_cb; int shape_cb_size, subvect_size, nb_subvect; split_cb_params *params; int N=2; int *best_index; float *best_dist; int have_sign; N=complexity; if (N>10) N=10; ot=PUSH(stack, N, float*); nt=PUSH(stack, N, float*); oind=PUSH(stack, N, int*); nind=PUSH(stack, N, int*); params = (split_cb_params *) par; subvect_size = params->subvect_size; nb_subvect = params->nb_subvect; shape_cb_size = 1<shape_bits; shape_cb = params->shape_cb; have_sign = params->have_sign; resp = PUSH(stack, shape_cb_size*subvect_size, float); t = PUSH(stack, nsf, float); e = PUSH(stack, nsf, float); r2 = PUSH(stack, nsf, float); E = PUSH(stack, shape_cb_size, float); ind = PUSH(stack, nb_subvect, int); tmp = PUSH(stack, 2*N*nsf, float); for (i=0;i=shape_cb_size) { sign=-1; rind-=shape_cb_size; } res = resp+rind*subvect_size; if (sign>0) for (m=0;m=shape_cb_size) { sign=-1; rind-=shape_cb_size; } g=sign*0.03125*shape_cb[rind*subvect_size+m]; q=subvect_size-m; for (n=subvect_size*(i+1);nm;n--) { for (q=(i+1)*subvect_size;qshape_bits+have_sign); } /* Put everything back together */ for (i=0;i=shape_cb_size) { sign=-1; rind-=shape_cb_size; } for (j=0;jsubvect_size; nb_subvect = params->nb_subvect; shape_cb_size = 1<shape_bits; shape_cb = params->shape_cb; have_sign = params->have_sign; ind = PUSH(stack, nb_subvect, int); signs = PUSH(stack, nb_subvect, int); /* Decode codewords and gains */ for (i=0;ishape_bits); } /* Compute decoded excitation */ for (i=0;i void bw_lpc(float gamma, float *lpc_in, float *lpc_out, int order) { int i; float tmp=1; for (i=0;i>1; for (i=0;ilast_pitch=0; mem->last_pitch_gain[0]=mem->last_pitch_gain[1]=mem->last_pitch_gain[2]=0; mem->smooth_gain=1; } void comb_filter( float *exc, /*decoded excitation*/ float *new_exc, /*enhanced excitation*/ float *ak, /*LPC filter coefs*/ int p, /*LPC order*/ int nsf, /*sub-frame size*/ int pitch, /*pitch period*/ float *pitch_gain, /*pitch gain (3-tap)*/ float comb_gain, /*gain of comb filter*/ CombFilterMem *mem ) { int i; float exc_energy=0, new_exc_energy=0; float gain; float step; float fact; /*Compute excitation energy prior to enhancement*/ for (i=0;ilast_pitch_gain[0] + mem->last_pitch_gain[1] + mem->last_pitch_gain[2]); if (g>1.3) comb_gain*=1.3/g; if (g<.5) comb_gain*=2*g; } step = 1.0/nsf; fact=0; /*Apply pitch comb-filter (filter out noise between pitch harmonics)*/ for (i=0;ilast_pitch_gain[0]*exc[i-mem->last_pitch+1] + mem->last_pitch_gain[1]*exc[i-mem->last_pitch] + mem->last_pitch_gain[2]*exc[i-mem->last_pitch-1] ); } mem->last_pitch_gain[0] = pitch_gain[0]; mem->last_pitch_gain[1] = pitch_gain[1]; mem->last_pitch_gain[2] = pitch_gain[2]; mem->last_pitch = pitch; /*Gain after enhancement*/ for (i=0;i1) gain=1; for (i=0;ismooth_gain = .96*mem->smooth_gain + .04*gain; new_exc[i] *= mem->smooth_gain; } } openh323_v1_18_0/plugins/audio/Speex/libspeex/filters.h0100644000176200056700000000576010034001074023127 0ustar releasepostincr/* Copyright (C) 2002 Jean-Marc Valin File: filters.h Various analysis/synthesis filters Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of the Xiph.org Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef FILTERS_H #define FILTERS_H typedef struct CombFilterMem { int last_pitch; float last_pitch_gain[3]; float smooth_gain; } CombFilterMem; void qmf_decomp(float *xx, float *aa, float *y1, float *y2, int N, int M, float *mem, char *stack); void fir_mem_up(float *x, float *a, float *y, int N, int M, float *mem, char *stack); void filter_mem2(float *x, float *num, float *den, float *y, int N, int ord, float *mem); void fir_mem2(float *x, float *num, float *y, int N, int ord, float *mem); void iir_mem2(float *x, float *den, float *y, int N, int ord, float *mem); /* Apply bandwidth expansion on LPC coef */ void bw_lpc(float gamma, float *lpc_in, float *lpc_out, int order); /* FIR filter */ void fir_decim_mem(float *x, float *a, float *y, int N, int M, float *mem); void syn_percep_zero(float *x, float *ak, float *awk1, float *awk2, float *y, int N, int ord, char *stack); void residue_percep_zero(float *xx, float *ak, float *awk1, float *awk2, float *y, int N, int ord, char *stack); void comp_filter_mem_init (CombFilterMem *mem); void comb_filter( float *exc, /*decoded excitation*/ float *new_exc, /*enhanced excitation*/ float *ak, /*LPC filter coefs*/ int p, /*LPC order*/ int nsf, /*sub-frame size*/ int pitch, /*pitch period*/ float *pitch_gain, /*pitch gain (3-tap)*/ float comb_gain, /*gain of comb filter*/ CombFilterMem *mem ); #endif openh323_v1_18_0/plugins/audio/Speex/libspeex/filters_sse.h0100644000176200056700000001720410034001074023775 0ustar releasepostincr/* Copyright (C) 2002 Jean-Marc Valin File: filters.c Various analysis/synthesis filters Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of the Xiph.org Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ void filter_mem2(float *x, float *_num, float *_den, float *y, int N, int ord, float *_mem) { float __num[20], __den[20], __mem[20]; float *num, *den, *mem; int i; num = (float*)(((int)(__num+4))&0xfffffff0)-1; den = (float*)(((int)(__den+4))&0xfffffff0)-1; mem = (float*)(((int)(__mem+4))&0xfffffff0)-1; for (i=0;i<=10;i++) num[i]=den[i]=0; for (i=0;i<10;i++) mem[i]=0; for (i=0;i x(n) * x(n-i) for all n * `--' * for lags between 0 and lag-1, and x == 0 outside 0...n-1 */ void _spx_autocorr( const float * x, /* in: [0...n-1] samples x */ float *ac, /* out: [0...lag-1] ac values */ int lag, int n) { float d; int i; while (lag--) { for (i = lag, d = 0; i < n; i++) d += x[i] * x[i-lag]; ac[lag] = d; } } openh323_v1_18_0/plugins/audio/Speex/libspeex/lpc.h0100644000176200056700000000412510034001074022227 0ustar releasepostincr/* Copyright (C) 2002 Jean-Marc Valin File: lpc.h Functions for LPC (Linear Prediction Coefficients) analysis Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of the Xiph.org Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef LPC_H #define LPC_H void _spx_autocorr( const float * x, /* in: [0...n-1] samples x */ float *ac, /* out: [0...lag-1] ac values */ int lag, int n); float /* returns minimum mean square error */ wld( float * lpc, /* [0...p-1] LPC coefficients */ const float * ac, /* in: [0...p] autocorrelation values */ float * ref, /* out: [0...p-1] reflection coef's */ int p ); #endif openh323_v1_18_0/plugins/audio/Speex/libspeex/lsp.c0100644000176200056700000002151010034001074022237 0ustar releasepostincr/*---------------------------------------------------------------------------*\ Original copyright FILE........: AKSLSPD.C TYPE........: Turbo C COMPANY.....: Voicetronix AUTHOR......: David Rowe DATE CREATED: 24/2/93 Modified by Jean-Marc Valin This file contains functions for converting Linear Prediction Coefficients (LPC) to Line Spectral Pair (LSP) and back. Note that the LSP coefficients are not in radians format but in the x domain of the unit circle. Speex License: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of the Xiph.org Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include #include "lsp.h" #include "stack_alloc.h" #ifndef M_PI #define M_PI 3.14159265358979323846 /* pi */ #endif #ifndef NULL #define NULL 0 #endif /*---------------------------------------------------------------------------*\ FUNCTION....: cheb_poly_eva() AUTHOR......: David Rowe DATE CREATED: 24/2/93 This function evaluates a series of Chebyshev polynomials \*---------------------------------------------------------------------------*/ static float cheb_poly_eva(float *coef,float x,int m,char *stack) /* float coef[] coefficients of the polynomial to be evaluated */ /* float x the point where polynomial is to be evaluated */ /* int m order of the polynomial */ { int i; float *T,sum; int m2=m>>1; /* Allocate memory for Chebyshev series formulation */ T=PUSH(stack, m2+1, float); /* Initialise values */ T[0]=1; T[1]=x; /* Evaluate Chebyshev series formulation using iterative approach */ /* Evaluate polynomial and return value also free memory space */ sum = coef[m2] + coef[m2-1]*x; x *= 2; for(i=2;i<=m2;i++) { T[i] = x*T[i-1] - T[i-2]; sum += coef[m2-i] * T[i]; } return sum; } /*---------------------------------------------------------------------------*\ FUNCTION....: lpc_to_lsp() AUTHOR......: David Rowe DATE CREATED: 24/2/93 This function converts LPC coefficients to LSP coefficients. \*---------------------------------------------------------------------------*/ int lpc_to_lsp (float *a,int lpcrdr,float *freq,int nb,float delta, char *stack) /* float *a lpc coefficients */ /* int lpcrdr order of LPC coefficients (10) */ /* float *freq LSP frequencies in the x domain */ /* int nb number of sub-intervals (4) */ /* float delta grid spacing interval (0.02) */ { float psuml,psumr,psumm,temp_xr,xl,xr,xm=0; float temp_psumr/*,temp_qsumr*/; int i,j,m,flag,k; float *Q; /* ptrs for memory allocation */ float *P; float *px; /* ptrs of respective P'(z) & Q'(z) */ float *qx; float *p; float *q; float *pt; /* ptr used for cheb_poly_eval() whether P' or Q' */ int roots=0; /* DR 8/2/94: number of roots found */ flag = 1; /* program is searching for a root when, 1 else has found one */ m = lpcrdr/2; /* order of P'(z) & Q'(z) polynomials */ /* Allocate memory space for polynomials */ Q = PUSH(stack, (m+1), float); P = PUSH(stack, (m+1), float); /* determine P'(z)'s and Q'(z)'s coefficients where P'(z) = P(z)/(1 + z^(-1)) and Q'(z) = Q(z)/(1-z^(-1)) */ px = P; /* initialise ptrs */ qx = Q; p = px; q = qx; *px++ = 1.0; *qx++ = 1.0; for(i=1;i<=m;i++){ *px++ = a[i]+a[lpcrdr+1-i]-*p++; *qx++ = a[i]-a[lpcrdr+1-i]+*q++; } px = P; qx = Q; for(i=0;i= -1.0)){ float dd; /* Modified by JMV to provide smaller steps around x=+-1 */ dd=(delta*(1-.9*xl*xl)); if (fabs(psuml)<.2) dd *= .5; xr = xl - dd; /* interval spacing */ psumr = cheb_poly_eva(pt,xr,lpcrdr,stack);/* poly(xl-delta_x) */ temp_psumr = psumr; temp_xr = xr; /* if no sign change increment xr and re-evaluate poly(xr). Repeat til sign change. if a sign change has occurred the interval is bisected and then checked again for a sign change which determines in which interval the zero lies in. If there is no sign change between poly(xm) and poly(xl) set interval between xm and xr else set interval between xl and xr and repeat till root is located within the specified limits */ if((psumr*psuml)<0.0){ roots++; psumm=psuml; for(k=0;k<=nb;k++){ xm = (xl+xr)/2; /* bisect the interval */ psumm=cheb_poly_eva(pt,xm,lpcrdr,stack); if(psumm*psuml>0.){ psuml=psumm; xl=xm; } else{ psumr=psumm; xr=xm; } } /* once zero is found, reset initial interval to xr */ freq[j] = (xm); xl = xm; flag = 0; /* reset flag for next search */ } else{ psuml=temp_psumr; xl=temp_xr; } } } return(roots); } /*---------------------------------------------------------------------------*\ FUNCTION....: lsp_to_lpc() AUTHOR......: David Rowe DATE CREATED: 24/2/93 lsp_to_lpc: This function converts LSP coefficients to LPC coefficients. \*---------------------------------------------------------------------------*/ void lsp_to_lpc(float *freq,float *ak,int lpcrdr, char *stack) /* float *freq array of LSP frequencies in the x domain */ /* float *ak array of LPC coefficients */ /* int lpcrdr order of LPC coefficients */ { int i,j; float xout1,xout2,xin1,xin2; float *Wp; float *pw,*n1,*n2,*n3,*n4=NULL; int m = lpcrdr/2; Wp = PUSH(stack, 4*m+2, float); pw = Wp; /* initialise contents of array */ for(i=0;i<=4*m+1;i++){ /* set contents of buffer to 0 */ *pw++ = 0.0; } /* Set pointers up */ pw = Wp; xin1 = 1.0; xin2 = 1.0; /* reconstruct P(z) and Q(z) by cascading second order polynomials in form 1 - 2xz(-1) +z(-2), where x is the LSP coefficient */ for(j=0;j<=lpcrdr;j++){ int i2=0; for(i=0;iM_PI-margin) lsp[len-1]=M_PI-margin; for (i=1;ilsp[i+1]-margin) lsp[i]= .5* (lsp[i] + lsp[i+1]-margin); } } openh323_v1_18_0/plugins/audio/Speex/libspeex/lsp.h0100644000176200056700000000464110034001074022252 0ustar releasepostincr/*---------------------------------------------------------------------------*\ Original Copyright FILE........: AK2LSPD.H TYPE........: Turbo C header file COMPANY.....: Voicetronix AUTHOR......: James Whitehall DATE CREATED: 21/11/95 Modified by Jean-Marc Valin This file contains functions for converting Linear Prediction Coefficients (LPC) to Line Spectral Pair (LSP) and back. Note that the LSP coefficients are not in radians format but in the x domain of the unit circle. \*---------------------------------------------------------------------------*/ /* Speex License: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of the Xiph.org Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef __AK2LSPD__ #define __AK2LSPD__ int lpc_to_lsp (float *a, int lpcrdr, float *freq, int nb, float delta, char *stack); void lsp_to_lpc(float *freq, float *ak, int lpcrdr, char *stack); /*Added by JMV*/ void lsp_enforce_margin(float *lsp, int len, float margin); #endif /* __AK2LSPD__ */ openh323_v1_18_0/plugins/audio/Speex/libspeex/lsp_tables_nb.c0100644000176200056700000002013510034001074024252 0ustar releasepostincr/* Copyright (C) 2002 Jean-Marc Valin File: lsp_tables_nb.c Codebooks for LSPs in narrowband CELP mode Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ signed char cdbk_nb[640]={ 30,19,38,34,40,32,46,43,58,43, 5,-18,-25,-40,-33,-55,-52,20,34,28, -20,-63,-97,-92,61,53,47,49,53,75, -14,-53,-77,-79,0,-3,-5,19,22,26, -9,-53,-55,66,90,72,85,68,74,52, -4,-41,-58,-31,-18,-31,27,32,30,18, 24,3,8,5,-12,-3,26,28,74,63, -2,-39,-67,-77,-106,-74,59,59,73,65, 44,40,71,72,82,83,98,88,89,60, -6,-31,-47,-48,-13,-39,-9,7,2,79, -1,-39,-60,-17,87,81,65,50,45,19, -21,-67,-91,-87,-41,-50,7,18,39,74, 10,-31,-28,39,24,13,23,5,56,45, 29,10,-5,-13,-11,-35,-18,-8,-10,-8, -25,-71,-77,-21,2,16,50,63,87,87, 5,-32,-40,-51,-68,0,12,6,54,34, 5,-12,32,52,68,64,69,59,65,45, 14,-16,-31,-40,-65,-67,41,49,47,37, -11,-52,-75,-84,-4,57,48,42,42,33, -11,-51,-68,-6,13,0,8,-8,26,32, -23,-53,0,36,56,76,97,105,111,97, -1,-28,-39,-40,-43,-54,-44,-40,-18,35, 16,-20,-19,-28,-42,29,47,38,74,45, 3,-29,-48,-62,-80,-104,-33,56,59,59, 10,17,46,72,84,101,117,123,123,106, -7,-33,-49,-51,-70,-67,-27,-31,70,67, -16,-62,-85,-20,82,71,86,80,85,74, -19,-58,-75,-45,-29,-33,-18,-25,45,57, -12,-42,-5,12,28,36,52,64,81,82, 13,-9,-27,-28,22,3,2,22,26,6, -6,-44,-51,2,15,10,48,43,49,34, -19,-62,-84,-89,-102,-24,8,17,61,68, 39,24,23,19,16,-5,12,15,27,15, -8,-44,-49,-60,-18,-32,-28,52,54,62, -8,-48,-77,-70,66,101,83,63,61,37, -12,-50,-75,-64,33,17,13,25,15,77, 1,-42,-29,72,64,46,49,31,61,44, -8,-47,-54,-46,-30,19,20,-1,-16,0, 16,-12,-18,-9,-26,-27,-10,-22,53,45, -10,-47,-75,-82,-105,-109,8,25,49,77, 50,65,114,117,124,118,115,96,90,61, -9,-45,-63,-60,-75,-57,8,11,20,29, 0,-35,-49,-43,40,47,35,40,55,38, -24,-76,-103,-112,-27,3,23,34,52,75, 8,-29,-43,12,63,38,35,29,24,8, 25,11,1,-15,-18,-43,-7,37,40,21, -20,-56,-19,-19,-4,-2,11,29,51,63, -2,-44,-62,-75,-89,30,57,51,74,51, 50,46,68,64,65,52,63,55,65,43, 18,-9,-26,-35,-55,-69,3,6,8,17, -15,-61,-86,-97,1,86,93,74,78,67, -1,-38,-66,-48,48,39,29,25,17,-1, 13,13,29,39,50,51,69,82,97,98, -2,-36,-46,-27,-16,-30,-13,-4,-7,-4, 25,-5,-11,-6,-25,-21,33,12,31,29, -8,-38,-52,-63,-68,-89,-33,-1,10,74, -2,-15,59,91,105,105,101,87,84,62, -7,-33,-50,-35,-54,-47,25,17,82,81, -13,-56,-83,21,58,31,42,25,72,65, -24,-66,-91,-56,9,-2,21,10,69,75, 2,-24,11,22,25,28,38,34,48,33, 7,-29,-26,17,15,-1,14,0,-2,0, -6,-41,-67,6,-2,-9,19,2,85,74, -22,-67,-84,-71,-50,3,11,-9,2,62}; signed char cdbk_nb_low1[320]={ -34,-52,-15,45,2, 23,21,52,24,-33, -9,-1,9,-44,-41, -13,-17,44,22,-17, -6,-4,-1,22,38, 26,16,2,50,27, -35,-34,-9,-41,6, 0,-16,-34,51,8, -14,-31,-49,15,-33, 45,49,33,-11,-37, -62,-54,45,11,-5, -72,11,-1,-12,-11, 24,27,-11,-43,46, 43,33,-12,-9,-1, 1,-4,-23,-57,-71, 11,8,16,17,-8, -20,-31,-41,53,48, -16,3,65,-24,-8, -23,-32,-37,-32,-49, -10,-17,6,38,5, -9,-17,-46,8,52, 3,6,45,40,39, -7,-6,-34,-74,31, 8,1,-16,43,68, -11,-19,-31,4,6, 0,-6,-17,-16,-38, -16,-30,2,9,-39, -16,-1,43,-10,48, 3,3,-16,-31,-3, 62,68,43,13,3, -10,8,20,-56,12, 12,-2,-18,22,-15, -40,-36,1,7,41, 0,1,46,-6,-62, -4,-12,-2,-11,-83, -13,-2,91,33,-10, 0,4,-11,-16,79, 32,37,14,9,51, -21,-28,-56,-34,0, 21,9,-26,11,28, -42,-54,-23,-2,-15, 31,30,8,-39,-66, -39,-36,31,-28,-40, -46,35,40,22,24, 33,48,23,-34,14, 40,32,17,27,-3, 25,26,-13,-61,-17, 11,4,31,60,-6, -26,-41,-64,13,16, -26,54,31,-11,-23, -9,-11,-34,-71,-21, -34,-35,55,50,29, -22,-27,-50,-38,57, 33,42,57,48,26, 11,0,-49,-31,26, -4,-14,5,78,37, 17,0,-49,-12,-23, 26,14,2,2,-43, -17,-12,10,-8,-4, 8,18,12,-6,20, -12,-6,-13,-25,34, 15,40,49,7,8, 13,20,20,-19,-22, -2,-8,2,51,-51}; signed char cdbk_nb_low2[320]={ -6,53,-21,-24,4, 26,17,-4,-37,25, 17,-36,-13,31,3, -6,27,15,-10,31, 28,26,-10,-10,-40, 16,-7,15,13,41, -9,0,-4,50,-6, -7,14,38,22,0, -48,2,1,-13,-19, 32,-3,-60,11,-17, -1,-24,-34,-1,35, -5,-27,28,44,13, 25,15,42,-11,15, 51,35,-36,20,8, -4,-12,-29,19,-47, 49,-15,-4,16,-29, -39,14,-30,4,25, -9,-5,-51,-14,-3, -40,-32,38,5,-9, -8,-4,-1,-22,71, -3,14,26,-18,-22, 24,-41,-25,-24,6, 23,19,-10,39,-26, -27,65,45,2,-7, -26,-8,22,-12,16, 15,16,-35,-5,33, -21,-8,0,23,33, 34,6,21,36,6, -7,-22,8,-37,-14, 31,38,11,-4,-3, -39,-32,-8,32,-23, -6,-12,16,20,-28, -4,23,13,-52,-1, 22,6,-33,-40,-6, 4,-62,13,5,-26, 35,39,11,2,57, -11,9,-20,-28,-33, 52,-5,-6,-2,22, -14,-16,-48,35,1, -58,20,13,33,-1, -74,56,-18,-22,-31, 12,6,-14,4,-2, -9,-47,10,-3,29, -17,-5,61,14,47, -12,2,72,-39,-17, 92,64,-53,-51,-15, -30,-38,-41,-29,-28, 27,9,36,9,-35, -42,81,-21,20,25, -16,-5,-17,-35,21, 15,-28,48,2,-2, 9,-19,29,-40,30, -18,-18,18,-16,-57, 15,-20,-12,-15,-37, -15,33,-39,21,-22, -13,35,11,13,-38, -63,29,23,-27,32, 18,3,-26,42,33, -64,-66,-17,16,56, 2,36,3,31,21, -41,-39,8,-57,14, 37,-2,19,-36,-19, -23,-29,-16,1,-3, -8,-10,31,64,-65}; signed char cdbk_nb_high1[320]={ -26,-8,29,21,4, 19,-39,33,-7,-36, 56,54,48,40,29, -4,-24,-42,-66,-43, -60,19,-2,37,41, -10,-37,-60,-64,18, -22,77,73,40,25, 4,19,-19,-66,-2, 11,5,21,14,26, -25,-86,-4,18,1, 26,-37,10,37,-1, 24,-12,-59,-11,20, -6,34,-16,-16,42, 19,-28,-51,53,32, 4,10,62,21,-12, -34,27,4,-48,-48, -50,-49,31,-7,-21, -42,-25,-4,-43,-22, 59,2,27,12,-9, -6,-16,-8,-32,-58, -16,-29,-5,41,23, -30,-33,-46,-13,-10, -38,52,52,1,-17, -9,10,26,-25,-6, 33,-20,53,55,25, -32,-5,-42,23,21, 66,5,-28,20,9, 75,29,-7,-42,-39, 15,3,-23,21,6, 11,1,-29,14,63, 10,54,26,-24,-51, -49,7,-23,-51,15, -66,1,60,25,10, 0,-30,-4,-15,17, 19,59,40,4,-5, 33,6,-22,-58,-70, -5,23,-6,60,44, -29,-16,-47,-29,52, -19,50,28,16,35, 31,36,0,-21,6, 21,27,22,42,7, -66,-40,-8,7,19, 46,0,-4,60,36, 45,-7,-29,-6,-32, -39,2,6,-9,33, 20,-51,-34,18,-6, 19,6,11,5,-19, -29,-2,42,-11,-45, -21,-55,57,37,2, -14,-67,-16,-27,-38, 69,48,19,2,-17, 20,-20,-16,-34,-17, -25,-61,10,73,45, 16,-40,-64,-17,-29, -22,56,17,-39,8, -11,8,-25,-18,-13, -19,8,54,57,36, -17,-26,-4,6,-21, 40,42,-4,20,31, 53,10,-34,-53,31, -17,35,0,15,-6, -20,-63,-73,22,25, 29,17,8,-29,-39, -69,18,15,-15,-5}; signed char cdbk_nb_high2[320]={ 11,47,16,-9,-46, -32,26,-64,34,-5, 38,-7,47,20,2, -73,-99,-3,-45,20, 70,-52,15,-6,-7, -82,31,21,47,51, 39,-3,9,0,-41, -7,-15,-54,2,0, 27,-31,9,-45,-22, -38,-24,-24,8,-33, 23,5,50,-36,-17, -18,-51,-2,13,19, 43,12,-15,-12,61, 38,38,7,13,0, 6,-1,3,62,9, 27,22,-33,38,-35, -9,30,-43,-9,-32, -1,4,-4,1,-5, -11,-8,38,31,11, -10,-42,-21,-37,1, 43,15,-13,-35,-19, -18,15,23,-26,59, 1,-21,53,8,-41, -50,-14,-28,4,21, 25,-28,-40,5,-40, -41,4,51,-33,-8, -8,1,17,-60,12, 25,-41,17,34,43, 19,45,7,-37,24, -15,56,-2,35,-10, 48,4,-47,-2,5, -5,-54,5,-3,-33, -10,30,-2,-44,-24, -38,9,-9,42,4, 6,-56,44,-16,9, -40,-26,18,-20,10, 28,-41,-21,-4,13, -18,32,-30,-3,37, 15,22,28,50,-40, 3,-29,-64,7,51, -19,-11,17,-27,-40, -64,24,-12,-7,-27, 3,37,48,-1,2, -9,-38,-34,46,1, 27,-6,19,-13,26, 10,34,20,25,40, 50,-6,-7,30,9, -24,0,-23,71,-61, 22,58,-34,-4,2, -49,-33,25,30,-8, -6,-16,77,2,38, -8,-35,-6,-30,56, 78,31,33,-20,13, -39,20,22,4,21, -8,4,-6,10,-83, -41,9,-25,-43,15, -7,-12,-34,-39,-37, -33,19,30,16,-33, 42,-25,25,-68,44, -15,-11,-4,23,50, 14,4,-39,-43,20, -30,60,9,-20,7, 16,19,-33,37,29, 16,-35,7,38,-27}; openh323_v1_18_0/plugins/audio/Speex/libspeex/ltp.c0100644000176200056700000003422710034001074022251 0ustar releasepostincr/* Copyright (C) 2002 Jean-Marc Valin File: ltp.c Long-Term Prediction functions Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of the Xiph.org Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include #include "ltp.h" #include "stack_alloc.h" #include "filters.h" #include "speex_bits.h" #ifdef _USE_SSE #include "ltp_sse.h" #else static float inner_prod(float *x, float *y, int len) { int i; float sum1=0,sum2=0,sum3=0,sum4=0; for (i=0;ibest_score[N-1]) { float g1, g; g1 = corr[i-start]/(energy[i-start]+10); g = sqrt(g1*corr[i-start]/(e0+10)); if (g>g1) g=g1; if (g<0) g=0; for (j=0;j best_score[j]) { for (k=N-1;k>j;k--) { best_score[k]=best_score[k-1]; pitch[k]=pitch[k-1]; gain[k] = gain[k-1]; } best_score[j]=score[i-start]; pitch[j]=i; gain[j]=g; break; } } } } } /** Finds the best quantized 3-tap pitch predictor by analysis by synthesis */ float pitch_gain_search_3tap( float target[], /* Target vector */ float ak[], /* LPCs for this subframe */ float awk1[], /* Weighted LPCs #1 for this subframe */ float awk2[], /* Weighted LPCs #2 for this subframe */ float exc[], /* Excitation */ void *par, int pitch, /* Pitch value */ int p, /* Number of LPC coeffs */ int nsf, /* Number of samples in subframe */ SpeexBits *bits, char *stack, float *exc2, float *r, int *cdbk_index ) { int i,j; float *tmp, *tmp2; float *x[3]; float *e[3]; float corr[3]; float A[3][3]; float gain[3]; int gain_cdbk_size; signed char *gain_cdbk; float err1,err2; ltp_params *params; params = (ltp_params*) par; gain_cdbk=params->gain_cdbk; gain_cdbk_size=1<gain_bits; tmp = PUSH(stack, 3*nsf, float); tmp2 = PUSH(stack, 3*nsf, float); x[0]=tmp; x[1]=tmp+nsf; x[2]=tmp+2*nsf; e[0]=tmp2; e[1]=tmp2+nsf; e[2]=tmp2+2*nsf; for (i=2;i>=0;i--) { int pp=pitch+1-i; for (j=0;j0) tot+=ptr[0]; if (ptr[2]>0) tot+=ptr[2]; if (tot>1) continue; } if (sum>best_sum || i==0) { best_sum=sum; best_cdbk=i; } } gain[0] = 0.015625*gain_cdbk[best_cdbk*3] + .5; gain[1] = 0.015625*gain_cdbk[best_cdbk*3+1]+ .5; gain[2] = 0.015625*gain_cdbk[best_cdbk*3+2]+ .5; *cdbk_index=best_cdbk; } for (i=0;i10) N=10; nbest=PUSH(stack, N, int); gains = PUSH(stack, N, float); params = (ltp_params*) par; if (N==0 || endpitch_bits); speex_bits_pack(bits, 0, params->gain_bits); for (i=0;iend-start+1) N=end-start+1; open_loop_nbest_pitch(sw, start, end, nsf, nbest, gains, N, stack); for (i=0;ipitch_bits); speex_bits_pack(bits, best_gain_index, params->gain_bits); /*printf ("encode pitch: %d %d\n", best_pitch, best_gain_index);*/ for (i=0;igain_cdbk; pitch = speex_bits_unpack_unsigned(bits, params->pitch_bits); pitch += start; gain_index = speex_bits_unpack_unsigned(bits, params->gain_bits); /*printf ("decode pitch: %d %d\n", pitch, gain_index);*/ gain[0] = 0.015625*gain_cdbk[gain_index*3]+.5; gain[1] = 0.015625*gain_cdbk[gain_index*3+1]+.5; gain[2] = 0.015625*gain_cdbk[gain_index*3+2]+.5; if (count_lost && pitch > subframe_offset) { float gain_sum; if (1) { float tmp = count_lost < 4 ? last_pitch_gain : 0.4 * last_pitch_gain; if (tmp>.95) tmp=.95; gain_sum = fabs(gain[1]); if (gain[0]>0) gain_sum += gain[0]; else gain_sum -= .5*gain[0]; if (gain[2]>0) gain_sum += gain[2]; else gain_sum -= .5*gain[0]; if (gain_sum > tmp) { float fact = tmp/gain_sum; for (i=0;i<3;i++) gain[i]*=fact; } } if (0) { gain_sum = fabs(gain[0])+fabs(gain[1])+fabs(gain[2]); if (gain_sum>.95) { float fact = .95/gain_sum; for (i=0;i<3;i++) gain[i]*=fact; } } } *pitch_val = pitch; /**gain_val = gain[0]+gain[1]+gain[2];*/ gain_val[0]=gain[0]; gain_val[1]=gain[1]; gain_val[2]=gain[2]; { float *e[3]; float *tmp2; tmp2=PUSH(stack, 3*nsf, float); e[0]=tmp2; e[1]=tmp2+nsf; e[2]=tmp2+2*nsf; for (i=0;i<3;i++) { int j; int pp=pitch+1-i; #if 0 for (j=0;jpp) tmp1=pp; for (j=0;jpp+pitch) tmp3=pp+pitch; for (j=tmp1;j.99) pitch_coef=.99; for (i=0;i.99) pitch_coef=.99; for (i=0;i #include "math_approx.h" #ifdef SLOW_TRIG float cos_sin[102] = { 1.00000000, 0.00000000, 0.99804751, 0.06245932, 0.99219767, 0.12467473, 0.98247331, 0.18640330, 0.96891242, 0.24740396, 0.95156795, 0.30743851, 0.93050762, 0.36627253, 0.90581368, 0.42367626, 0.87758256, 0.47942554, 0.84592450, 0.53330267, 0.81096312, 0.58509727, 0.77283495, 0.63460708, 0.73168887, 0.68163876, 0.68768556, 0.72600866, 0.64099686, 0.76754350, 0.59180508, 0.80608111, 0.54030231, 0.84147098, 0.48668967, 0.87357494, 0.43117652, 0.90226759, 0.37397963, 0.92743692, 0.31532236, 0.94898462, 0.25543377, 0.96682656, 0.19454771, 0.98089306, 0.13290194, 0.99112919, 0.07073720, 0.99749499, 0.00829623, 0.99996559, -0.05417714, 0.99853134, -0.11643894, 0.99319785, -0.17824606, 0.98398595, -0.23935712, 0.97093160, -0.29953351, 0.95408578, -0.35854022, 0.93351428, -0.41614684, 0.90929743, -0.47212841, 0.88152979, -0.52626633, 0.85031979, -0.57834920, 0.81578931, -0.62817362, 0.77807320, -0.67554504, 0.73731872, -0.72027847, 0.69368503, -0.76219923, 0.64734252, -0.80114362, 0.59847214, -0.83695955, 0.54726475, -0.86950718, 0.49392030, -0.89865940, 0.43864710, -0.92430238, 0.38166099, -0.94633597, 0.32318451, -0.96467415, 0.26344599, -0.97924529, 0.20267873, -0.98999250, 0.14112001, -0.99687381, 0.07901022, -0.99986235, 0.01659189 }; float speex_cos(float x) { int ind; float delta; ind = (int)floor(x*16+.5); delta = x-0.062500*ind; ind <<= 1; return cos_sin[ind] - delta*(cos_sin[ind+1] + .5*delta*(cos_sin[ind] - .3333333*delta*cos_sin[ind+1])); } #endif openh323_v1_18_0/plugins/audio/Speex/libspeex/math_approx.h0100644000176200056700000000324410034001074023774 0ustar releasepostincr/* Copyright (C) 2002 Jean-Marc Valin File: math_approx.c Various math approximation functions for Speex Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of the Xiph.org Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef MATH_APPROX_H #define MATH_APPROX_H float speex_cos(float x); #endif openh323_v1_18_0/plugins/audio/Speex/libspeex/misc.c0100644000176200056700000000653010034001074022401 0ustar releasepostincr/* Copyright (C) 2002 Jean-Marc Valin File: mics.c Various utility routines for Speex Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of the Xiph.org Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "misc.h" #include #include #include #ifndef RELEASE void print_vec(float *vec, int len, char *name) { int i; printf ("%s ", name); for (i=0;i>24; ret += (i>>8)&0x0000ff00; ret += (i<<8)&0x00ff0000; ret += (i<<24); #endif return ret; } unsigned int le_int(unsigned int i) { unsigned int ret=i; #ifdef WORDS_BIGENDIAN ret = i>>24; ret += (i>>8)&0x0000ff00; ret += (i<<8)&0x00ff0000; ret += (i<<24); #endif return ret; } unsigned short be_short(unsigned short s) { unsigned short ret=s; #ifndef WORDS_BIGENDIAN ret = s>>8; ret += s<<8; #endif return ret; } unsigned short le_short(unsigned short s) { unsigned short ret=s; #ifdef WORDS_BIGENDIAN ret = s>>8; ret += s<<8; #endif return ret; } void *speex_alloc (int size) { return calloc(size,1); } void *speex_realloc (void *ptr, int size) { return realloc(ptr, size); } void speex_free (void *ptr) { free(ptr); } void *speex_move (void *dest, void *src, int n) { return memmove(dest,src,n); } void speex_error(char *str) { fprintf (stderr, "Fatal error: %s\n", str); exit(1); } void speex_warning(char *str) { fprintf (stderr, "warning: %s\n", str); } void speex_warning_int(char *str, int val) { fprintf (stderr, "warning: %s %d\n", str, val); } void speex_rand_vec(float std, float *data, int len) { int i; for (i=0;ienc_init(mode); } void *speex_decoder_init(SpeexMode *mode) { return mode->dec_init(mode); } void speex_encoder_destroy(void *state) { (*((SpeexMode**)state))->enc_destroy(state); } int speex_encode(void *state, float *in, SpeexBits *bits) { return (*((SpeexMode**)state))->enc(state, in, bits); } void speex_decoder_destroy(void *state) { (*((SpeexMode**)state))->dec_destroy(state); } int speex_decode(void *state, SpeexBits *bits, float *out) { return (*((SpeexMode**)state))->dec(state, bits, out); } int speex_encoder_ctl(void *state, int request, void *ptr) { return (*((SpeexMode**)state))->enc_ctl(state, request, ptr); } int speex_decoder_ctl(void *state, int request, void *ptr) { return (*((SpeexMode**)state))->dec_ctl(state, request, ptr); } static int nb_mode_query(void *mode, int request, void *ptr) { SpeexNBMode *m = (SpeexNBMode*)mode; switch (request) { case SPEEX_MODE_FRAME_SIZE: *((int*)ptr)=m->frameSize; break; case SPEEX_SUBMODE_BITS_PER_FRAME: if (*((int*)ptr)==0) *((int*)ptr) = NB_SUBMODE_BITS+1; else if (m->submodes[*((int*)ptr)]==NULL) *((int*)ptr) = -1; else *((int*)ptr) = m->submodes[*((int*)ptr)]->bits_per_frame; break; default: speex_warning_int("Unknown nb_mode_query request: ", request); return -1; } return 0; } static int wb_mode_query(void *mode, int request, void *ptr) { SpeexSBMode *m = (SpeexSBMode*)mode; switch (request) { case SPEEX_MODE_FRAME_SIZE: *((int*)ptr)=m->frameSize; break; case SPEEX_SUBMODE_BITS_PER_FRAME: if (*((int*)ptr)==0) *((int*)ptr) = SB_SUBMODE_BITS+1; else if (m->submodes[*((int*)ptr)]==NULL) *((int*)ptr) = -1; else *((int*)ptr) = m->submodes[*((int*)ptr)]->bits_per_frame; break; default: speex_warning_int("Unknown wb_mode_query request: ", request); return -1; } return 0; } int speex_mode_query(SpeexMode *mode, int request, void *ptr) { return mode->query(mode->mode, request, ptr); } openh323_v1_18_0/plugins/audio/Speex/libspeex/modes.h0100644000176200056700000001460210034001074022561 0ustar releasepostincr/* Copyright (C) 2002 Jean-Marc Valin */ /** @file modes.h @brief Describes the different modes of the codec */ /* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of the Xiph.org Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef MODES_H #define MODES_H #include "speex.h" #include "speex_bits.h" #define NB_SUBMODES 16 #define NB_SUBMODE_BITS 4 #define SB_SUBMODES 8 #define SB_SUBMODE_BITS 3 /** Quantizes LSPs */ typedef void (*lsp_quant_func)(float *, float *, int, SpeexBits *); /** Decodes quantized LSPs */ typedef void (*lsp_unquant_func)(float *, int, SpeexBits *); /** Long-term predictor quantization */ typedef int (*ltp_quant_func)(float *, float *, float *, float *, float *, float *, void *, int, int, float, int, int, SpeexBits*, char *, float *, float *, int); /** Long-term un-quantize */ typedef void (*ltp_unquant_func)(float *, int, int, float, void *, int, int *, float *, SpeexBits*, char*, int, int, float); /** Innovation quantization function */ typedef void (*innovation_quant_func)(float *, float *, float *, float *, void *, int, int, float *, float *, SpeexBits *, char *, int); /** Innovation unquantization function */ typedef void (*innovation_unquant_func)(float *, void *, int, SpeexBits*, char *); /** Description of a Speex sub-mode (wither narrowband or wideband */ typedef struct SpeexSubmode { int lbr_pitch; /**< Set to -1 for "normal" modes, otherwise encode pitch using a global pitch and allowing a +- lbr_pitch variation (for low not-rates)*/ int forced_pitch_gain; /**< Use the same (forced) pitch gain for all sub-frames */ int have_subframe_gain; /**< Number of bits to use as sub-frame innovation gain */ int double_codebook; /**< Apply innovation quantization twice for higher quality (and higher bit-rate)*/ /*LSP functions*/ lsp_quant_func lsp_quant; /**< LSP quantization function */ lsp_unquant_func lsp_unquant; /**< LSP unquantization function */ /*Lont-term predictor functions*/ ltp_quant_func ltp_quant; /**< Long-term predictor (pitch) quantizer */ ltp_unquant_func ltp_unquant; /**< Long-term predictor (pitch) un-quantizer */ void *ltp_params; /**< Pitch parameters (options) */ /*Quantization of innovation*/ innovation_quant_func innovation_quant; /**< Innovation quantization */ innovation_unquant_func innovation_unquant; /**< Innovation un-quantization */ void *innovation_params; /**< Innovation quantization parameters*/ /*Synthesis filter enhancement*/ float lpc_enh_k1; /**< Enhancer constant */ float lpc_enh_k2; /**< Enhancer constant */ float comb_gain; /**< Gain of enhancer comb filter */ int bits_per_frame; /**< Number of bits per frame after encoding*/ } SpeexSubmode; /** Struct defining the encoding/decoding mode*/ typedef struct SpeexNBMode { int frameSize; /**< Size of frames used for encoding */ int subframeSize; /**< Size of sub-frames used for encoding */ int lpcSize; /**< Order of LPC filter */ int bufSize; /**< Size of signal buffer to use in encoder */ int pitchStart; /**< Smallest pitch value allowed */ int pitchEnd; /**< Largest pitch value allowed */ float gamma1; /**< Perceptual filter parameter #1 */ float gamma2; /**< Perceptual filter parameter #2 */ float lag_factor; /**< Lag-windowing parameter */ float lpc_floor; /**< Noise floor for LPC analysis */ float preemph; /**< Pre-emphasis */ SpeexSubmode *submodes[NB_SUBMODES]; /**< Sub-mode data for the mode */ int defaultSubmode; /**< Default sub-mode to use when encoding */ int quality_map[11]; /**< Mode corresponding to each quality setting */ } SpeexNBMode; /** Struct defining the encoding/decoding mode for SB-CELP (wideband) */ typedef struct SpeexSBMode { SpeexMode *nb_mode; /**< Embedded narrowband mode */ int frameSize; /**< Size of frames used for encoding */ int subframeSize; /**< Size of sub-frames used for encoding */ int lpcSize; /**< Order of LPC filter */ int bufSize; /**< Signal buffer size in encoder */ float gamma1; /**< Perceptual filter parameter #1 */ float gamma2; /**< Perceptual filter parameter #1 */ float lag_factor; /**< Lag-windowing parameter */ float lpc_floor; /**< Noise floor for LPC analysis */ float preemph; /**< Pre-emphasis */ float folding_gain; SpeexSubmode *submodes[SB_SUBMODES]; /**< Sub-mode data for the mode */ int defaultSubmode; /**< Default sub-mode to use when encoding */ int low_quality_map[11]; /**< Mode corresponding to each quality setting */ int quality_map[11]; /**< Mode corresponding to each quality setting */ float (*vbr_thresh)[11]; int nb_modes; } SpeexSBMode; #endif openh323_v1_18_0/plugins/audio/Speex/libspeex/nb_celp.c0100644000176200056700000014632610034001074023060 0ustar releasepostincr/* Copyright (C) 2002 Jean-Marc Valin File: nb_celp.c Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of the Xiph.org Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include #include "nb_celp.h" #include "lpc.h" #include "lsp.h" #include "ltp.h" #include "quant_lsp.h" #include "cb_search.h" #include "filters.h" #include "stack_alloc.h" #include "vq.h" #include "speex_bits.h" #include "vbr.h" #include "misc.h" #include "speex_callbacks.h" #ifdef SLOW_TRIG #include "math_approx.h" #define cos speex_cos #endif #ifndef M_PI #define M_PI 3.14159265358979323846 /* pi */ #endif #ifndef NULL #define NULL 0 #endif #define SUBMODE(x) st->submodes[st->submodeID]->x float exc_gain_quant_scal3[8]={-2.794750, -1.810660, -1.169850, -0.848119, -0.587190, -0.329818, -0.063266, 0.282826}; float exc_gain_quant_scal1[2]={-0.35, 0.05}; #define sqr(x) ((x)*(x)) void *nb_encoder_init(SpeexMode *m) { EncState *st; SpeexNBMode *mode; int i; mode=(SpeexNBMode *)m->mode; st = (EncState*)speex_alloc(sizeof(EncState)+8000*sizeof(float)); if (!st) return NULL; st->stack = ((char*)st) + sizeof(EncState); st->mode=m; st->frameSize = mode->frameSize; st->windowSize = st->frameSize*3/2; st->nbSubframes=mode->frameSize/mode->subframeSize; st->subframeSize=mode->subframeSize; st->lpcSize = mode->lpcSize; st->bufSize = mode->bufSize; st->gamma1=mode->gamma1; st->gamma2=mode->gamma2; st->min_pitch=mode->pitchStart; st->max_pitch=mode->pitchEnd; st->lag_factor=mode->lag_factor; st->lpc_floor = mode->lpc_floor; st->preemph = mode->preemph; st->submodes=mode->submodes; st->submodeID=st->submodeSelect=mode->defaultSubmode; st->pre_mem=0; st->pre_mem2=0; st->bounded_pitch = 1; /* Allocating input buffer */ st->inBuf = PUSH(st->stack, st->bufSize, float); st->frame = st->inBuf + st->bufSize - st->windowSize; /* Allocating excitation buffer */ st->excBuf = PUSH(st->stack, st->bufSize, float); st->exc = st->excBuf + st->bufSize - st->windowSize; st->swBuf = PUSH(st->stack, st->bufSize, float); st->sw = st->swBuf + st->bufSize - st->windowSize; st->exc2Buf = PUSH(st->stack, st->bufSize, float); st->exc2 = st->exc2Buf + st->bufSize - st->windowSize; st->innov = PUSH(st->stack, st->frameSize, float); /* Asymmetric "pseudo-Hamming" window */ { int part1, part2; part1 = st->subframeSize*7/2; part2 = st->subframeSize*5/2; st->window = PUSH(st->stack, st->windowSize, float); for (i=0;iwindow[i]=.54-.46*cos(M_PI*i/part1); for (i=0;iwindow[part1+i]=.54+.46*cos(M_PI*i/part2); } /* Create the window for autocorrelation (lag-windowing) */ st->lagWindow = PUSH(st->stack, st->lpcSize+1, float); for (i=0;ilpcSize+1;i++) st->lagWindow[i]=exp(-.5*sqr(2*M_PI*st->lag_factor*i)); st->autocorr = PUSH(st->stack, st->lpcSize+1, float); st->buf2 = PUSH(st->stack, st->windowSize, float); st->lpc = PUSH(st->stack, st->lpcSize+1, float); st->interp_lpc = PUSH(st->stack, st->lpcSize+1, float); st->interp_qlpc = PUSH(st->stack, st->lpcSize+1, float); st->bw_lpc1 = PUSH(st->stack, st->lpcSize+1, float); st->bw_lpc2 = PUSH(st->stack, st->lpcSize+1, float); st->lsp = PUSH(st->stack, st->lpcSize, float); st->qlsp = PUSH(st->stack, st->lpcSize, float); st->old_lsp = PUSH(st->stack, st->lpcSize, float); st->old_qlsp = PUSH(st->stack, st->lpcSize, float); st->interp_lsp = PUSH(st->stack, st->lpcSize, float); st->interp_qlsp = PUSH(st->stack, st->lpcSize, float); st->rc = PUSH(st->stack, st->lpcSize, float); st->first = 1; for (i=0;ilpcSize;i++) { st->lsp[i]=(M_PI*((float)(i+1)))/(st->lpcSize+1); } st->mem_sp = PUSH(st->stack, st->lpcSize, float); st->mem_sw = PUSH(st->stack, st->lpcSize, float); st->mem_sw_whole = PUSH(st->stack, st->lpcSize, float); st->mem_exc = PUSH(st->stack, st->lpcSize, float); st->pi_gain = PUSH(st->stack, st->nbSubframes, float); st->pitch = PUSH(st->stack, st->nbSubframes, int); st->vbr = PUSHS(st->stack, VBRState); vbr_init(st->vbr); st->vbr_quality = 8; st->vbr_enabled = 0; st->vad_enabled = 0; st->dtx_enabled = 0; st->abr_enabled = 0; st->abr_drift = 0; st->complexity=2; st->sampling_rate=8000; st->dtx_count=0; return st; } void nb_encoder_destroy(void *state) { EncState *st=(EncState *)state; /* Free all allocated memory */ vbr_destroy(st->vbr); /*Free state memory... should be last*/ speex_free(st); } int nb_encode(void *state, float *in, SpeexBits *bits) { EncState *st; int i, sub, roots; int ol_pitch; float ol_pitch_coef; float ol_gain; float *res, *target, *mem; char *stack; float *syn_resp; float lsp_dist=0; float *orig; st=(EncState *)state; stack=st->stack; /* Copy new data in input buffer */ speex_move(st->inBuf, st->inBuf+st->frameSize, (st->bufSize-st->frameSize)*sizeof(float)); st->inBuf[st->bufSize-st->frameSize] = in[0] - st->preemph*st->pre_mem; for (i=1;iframeSize;i++) st->inBuf[st->bufSize-st->frameSize+i] = in[i] - st->preemph*in[i-1]; st->pre_mem = in[st->frameSize-1]; /* Move signals 1 frame towards the past */ speex_move(st->exc2Buf, st->exc2Buf+st->frameSize, (st->bufSize-st->frameSize)*sizeof(float)); speex_move(st->excBuf, st->excBuf+st->frameSize, (st->bufSize-st->frameSize)*sizeof(float)); speex_move(st->swBuf, st->swBuf+st->frameSize, (st->bufSize-st->frameSize)*sizeof(float)); /* Window for analysis */ for (i=0;iwindowSize;i++) st->buf2[i] = st->frame[i] * st->window[i]; /* Compute auto-correlation */ _spx_autocorr(st->buf2, st->autocorr, st->lpcSize+1, st->windowSize); st->autocorr[0] += 10; /* prevents NANs */ st->autocorr[0] *= st->lpc_floor; /* Noise floor in auto-correlation domain */ /* Lag windowing: equivalent to filtering in the power-spectrum domain */ for (i=0;ilpcSize+1;i++) st->autocorr[i] *= st->lagWindow[i]; /* Levinson-Durbin */ wld(st->lpc+1, st->autocorr, st->rc, st->lpcSize); st->lpc[0]=1; /* LPC to LSPs (x-domain) transform */ roots=lpc_to_lsp (st->lpc, st->lpcSize, st->lsp, 15, 0.2, stack); /* Check if we found all the roots */ if (roots==st->lpcSize) { /* LSP x-domain to angle domain*/ for (i=0;ilpcSize;i++) st->lsp[i] = acos(st->lsp[i]); } else { /* Search again if we can afford it */ if (st->complexity>1) roots = lpc_to_lsp (st->lpc, st->lpcSize, st->lsp, 11, 0.05, stack); if (roots==st->lpcSize) { /* LSP x-domain to angle domain*/ for (i=0;ilpcSize;i++) st->lsp[i] = acos(st->lsp[i]); } else { /*If we can't find all LSP's, do some damage control and use previous filter*/ for (i=0;ilpcSize;i++) { st->lsp[i]=st->old_lsp[i]; } } } lsp_dist=0; for (i=0;ilpcSize;i++) lsp_dist += (st->old_lsp[i] - st->lsp[i])*(st->old_lsp[i] - st->lsp[i]); /* Whole frame analysis (open-loop estimation of pitch and excitation gain) */ { if (st->first) for (i=0;ilpcSize;i++) st->interp_lsp[i] = st->lsp[i]; else for (i=0;ilpcSize;i++) st->interp_lsp[i] = .375*st->old_lsp[i] + .625*st->lsp[i]; lsp_enforce_margin(st->interp_lsp, st->lpcSize, .002); /* Compute interpolated LPCs (unquantized) for whole frame*/ for (i=0;ilpcSize;i++) st->interp_lsp[i] = cos(st->interp_lsp[i]); lsp_to_lpc(st->interp_lsp, st->interp_lpc, st->lpcSize,stack); /*Open-loop pitch*/ if (!st->submodes[st->submodeID] || st->vbr_enabled || st->vad_enabled || SUBMODE(forced_pitch_gain) || SUBMODE(lbr_pitch) != -1) { int nol_pitch[6]; float nol_pitch_coef[6]; bw_lpc(st->gamma1, st->interp_lpc, st->bw_lpc1, st->lpcSize); bw_lpc(st->gamma2, st->interp_lpc, st->bw_lpc2, st->lpcSize); filter_mem2(st->frame, st->bw_lpc1, st->bw_lpc2, st->sw, st->frameSize, st->lpcSize, st->mem_sw_whole); open_loop_nbest_pitch(st->sw, st->min_pitch, st->max_pitch, st->frameSize, nol_pitch, nol_pitch_coef, 6, stack); ol_pitch=nol_pitch[0]; ol_pitch_coef = nol_pitch_coef[0]; /*Try to remove pitch multiples*/ for (i=1;i<6;i++) { if ((nol_pitch_coef[i]>.85*ol_pitch_coef) && (fabs(nol_pitch[i]-ol_pitch/2.0)<=1 || fabs(nol_pitch[i]-ol_pitch/3.0)<=1 || fabs(nol_pitch[i]-ol_pitch/4.0)<=1 || fabs(nol_pitch[i]-ol_pitch/5.0)<=1)) { /*ol_pitch_coef=nol_pitch_coef[i];*/ ol_pitch = nol_pitch[i]; } } /*if (ol_pitch>50) ol_pitch/=2;*/ /*ol_pitch_coef = sqrt(ol_pitch_coef);*/ } else { ol_pitch=0; ol_pitch_coef=0; } /*Compute "real" excitation*/ fir_mem2(st->frame, st->interp_lpc, st->exc, st->frameSize, st->lpcSize, st->mem_exc); /* Compute open-loop excitation gain */ ol_gain=0; for (i=0;iframeSize;i++) ol_gain += st->exc[i]*st->exc[i]; ol_gain=sqrt(1+ol_gain/st->frameSize); } /*VBR stuff*/ if (st->vbr && (st->vbr_enabled||st->vad_enabled)) { if (st->abr_enabled) { float qual_change=0; if (st->abr_drift2 * st->abr_drift > 0) { /* Only adapt if long-term and short-term drift are the same sign */ qual_change = -.00001*st->abr_drift/(1+st->abr_count); if (qual_change>.05) qual_change=.05; if (qual_change<-.05) qual_change=-.05; } st->vbr_quality += qual_change; if (st->vbr_quality>10) st->vbr_quality=10; if (st->vbr_quality<0) st->vbr_quality=0; } st->relative_quality = vbr_analysis(st->vbr, in, st->frameSize, ol_pitch, ol_pitch_coef); /*if (delta_qual<0)*/ /* delta_qual*=.1*(3+st->vbr_quality);*/ if (st->vbr_enabled) { int mode; int choice=0; float min_diff=100; mode = 8; while (mode) { int v1; float thresh; v1=(int)floor(st->vbr_quality); if (v1==10) thresh = vbr_nb_thresh[mode][v1]; else thresh = (st->vbr_quality-v1)*vbr_nb_thresh[mode][v1+1] + (1+v1-st->vbr_quality)*vbr_nb_thresh[mode][v1]; if (st->relative_quality > thresh && st->relative_quality-threshrelative_quality-thresh; } mode--; } mode=choice; if (mode==0) { if (st->dtx_count==0 || lsp_dist>.05 || !st->dtx_enabled || st->dtx_count>20) { mode=1; st->dtx_count=1; } else { mode=0; st->dtx_count++; } } else { st->dtx_count=0; } speex_encoder_ctl(state, SPEEX_SET_MODE, &mode); if (st->abr_enabled) { int bitrate; speex_encoder_ctl(state, SPEEX_GET_BITRATE, &bitrate); st->abr_drift+=(bitrate-st->abr_enabled); st->abr_drift2 = .95*st->abr_drift2 + .05*(bitrate-st->abr_enabled); st->abr_count += 1.0; } } else { /*VAD only case*/ int mode; if (st->relative_quality<2) { if (st->dtx_count==0 || lsp_dist>.05 || !st->dtx_enabled || st->dtx_count>20) { st->dtx_count=1; mode=1; } else { mode=0; st->dtx_count++; } } else { st->dtx_count = 0; mode=st->submodeSelect; } /*speex_encoder_ctl(state, SPEEX_SET_MODE, &mode);*/ st->submodeID=mode; } } else { st->relative_quality = -1; } /* First, transmit a zero for narrowband */ speex_bits_pack(bits, 0, 1); /* Transmit the sub-mode we use for this frame */ speex_bits_pack(bits, st->submodeID, NB_SUBMODE_BITS); /* If null mode (no transmission), just set a couple things to zero*/ if (st->submodes[st->submodeID] == NULL) { for (i=0;iframeSize;i++) st->exc[i]=st->exc2[i]=st->sw[i]=0; for (i=0;ilpcSize;i++) st->mem_sw[i]=0; st->first=1; st->bounded_pitch = 1; /* Final signal synthesis from excitation */ iir_mem2(st->exc, st->interp_qlpc, st->frame, st->frameSize, st->lpcSize, st->mem_sp); in[0] = st->frame[0] + st->preemph*st->pre_mem2; for (i=1;iframeSize;i++) in[i]=st->frame[i] + st->preemph*in[i-1]; st->pre_mem2=in[st->frameSize-1]; return 0; } /* LSP Quantization */ if (st->first) { for (i=0;ilpcSize;i++) st->old_lsp[i] = st->lsp[i]; } /*Quantize LSPs*/ #if 1 /*0 for unquantized*/ SUBMODE(lsp_quant)(st->lsp, st->qlsp, st->lpcSize, bits); #else for (i=0;ilpcSize;i++) st->qlsp[i]=st->lsp[i]; #endif /*If we use low bit-rate pitch mode, transmit open-loop pitch*/ if (SUBMODE(lbr_pitch)!=-1) { speex_bits_pack(bits, ol_pitch-st->min_pitch, 7); } if (SUBMODE(forced_pitch_gain)) { int quant; quant = (int)floor(.5+15*ol_pitch_coef); if (quant>15) quant=0; if (quant<0) quant=0; speex_bits_pack(bits, quant, 4); ol_pitch_coef=0.066667*quant; } /*Quantize and transmit open-loop excitation gain*/ { int qe = (int)(floor(3.5*log(ol_gain))); if (qe<0) qe=0; if (qe>31) qe=31; ol_gain = exp(qe/3.5); speex_bits_pack(bits, qe, 5); } /* Special case for first frame */ if (st->first) { for (i=0;ilpcSize;i++) st->old_qlsp[i] = st->qlsp[i]; } /* Filter response */ res = PUSH(stack, st->subframeSize, float); /* Target signal */ target = PUSH(stack, st->subframeSize, float); syn_resp = PUSH(stack, st->subframeSize, float); mem = PUSH(stack, st->lpcSize, float); orig = PUSH(stack, st->frameSize, float); for (i=0;iframeSize;i++) orig[i]=st->frame[i]; /* Loop on sub-frames */ for (sub=0;subnbSubframes;sub++) { float tmp; int offset; float *sp, *sw, *exc, *exc2; int pitch; /* Offset relative to start of frame */ offset = st->subframeSize*sub; /* Original signal */ sp=st->frame+offset; /* Excitation */ exc=st->exc+offset; /* Weighted signal */ sw=st->sw+offset; exc2=st->exc2+offset; /* LSP interpolation (quantized and unquantized) */ tmp = (1.0 + sub)/st->nbSubframes; for (i=0;ilpcSize;i++) st->interp_lsp[i] = (1-tmp)*st->old_lsp[i] + tmp*st->lsp[i]; for (i=0;ilpcSize;i++) st->interp_qlsp[i] = (1-tmp)*st->old_qlsp[i] + tmp*st->qlsp[i]; /* Make sure the filters are stable */ lsp_enforce_margin(st->interp_lsp, st->lpcSize, .002); lsp_enforce_margin(st->interp_qlsp, st->lpcSize, .002); /* Compute interpolated LPCs (quantized and unquantized) */ for (i=0;ilpcSize;i++) st->interp_lsp[i] = cos(st->interp_lsp[i]); lsp_to_lpc(st->interp_lsp, st->interp_lpc, st->lpcSize,stack); for (i=0;ilpcSize;i++) st->interp_qlsp[i] = cos(st->interp_qlsp[i]); lsp_to_lpc(st->interp_qlsp, st->interp_qlpc, st->lpcSize, stack); /* Compute analysis filter gain at w=pi (for use in SB-CELP) */ tmp=1; st->pi_gain[sub]=0; for (i=0;i<=st->lpcSize;i++) { st->pi_gain[sub] += tmp*st->interp_qlpc[i]; tmp = -tmp; } /* Compute bandwidth-expanded (unquantized) LPCs for perceptual weighting */ bw_lpc(st->gamma1, st->interp_lpc, st->bw_lpc1, st->lpcSize); if (st->gamma2>=0) bw_lpc(st->gamma2, st->interp_lpc, st->bw_lpc2, st->lpcSize); else { st->bw_lpc2[0]=1; st->bw_lpc2[1]=-st->preemph; for (i=2;i<=st->lpcSize;i++) st->bw_lpc2[i]=0; } /* Compute impulse response of A(z/g1) / ( A(z)*A(z/g2) )*/ for (i=0;isubframeSize;i++) exc[i]=0; exc[0]=1; syn_percep_zero(exc, st->interp_qlpc, st->bw_lpc1, st->bw_lpc2, syn_resp, st->subframeSize, st->lpcSize, stack); /* Reset excitation */ for (i=0;isubframeSize;i++) exc[i]=0; for (i=0;isubframeSize;i++) exc2[i]=0; /* Compute zero response of A(z/g1) / ( A(z/g2) * A(z) ) */ for (i=0;ilpcSize;i++) mem[i]=st->mem_sp[i]; iir_mem2(exc, st->interp_qlpc, exc, st->subframeSize, st->lpcSize, mem); for (i=0;ilpcSize;i++) mem[i]=st->mem_sw[i]; filter_mem2(exc, st->bw_lpc1, st->bw_lpc2, res, st->subframeSize, st->lpcSize, mem); /* Compute weighted signal */ for (i=0;ilpcSize;i++) mem[i]=st->mem_sw[i]; filter_mem2(sp, st->bw_lpc1, st->bw_lpc2, sw, st->subframeSize, st->lpcSize, mem); /* Compute target signal */ for (i=0;isubframeSize;i++) target[i]=sw[i]-res[i]; for (i=0;isubframeSize;i++) exc[i]=exc2[i]=0; /* If we have a long-term predictor (otherwise, something's wrong) */ if (SUBMODE(ltp_quant)) { int pit_min, pit_max; /* Long-term prediction */ if (SUBMODE(lbr_pitch) != -1) { /* Low bit-rate pitch handling */ int margin; margin = SUBMODE(lbr_pitch); if (margin) { if (ol_pitch < st->min_pitch+margin-1) ol_pitch=st->min_pitch+margin-1; if (ol_pitch > st->max_pitch-margin) ol_pitch=st->max_pitch-margin; pit_min = ol_pitch-margin+1; pit_max = ol_pitch+margin; } else { pit_min=pit_max=ol_pitch; } } else { pit_min = st->min_pitch; pit_max = st->max_pitch; } /* Force pitch to use only the current frame if needed */ if (st->bounded_pitch && pit_max>offset) pit_max=offset; /* Perform pitch search */ pitch = SUBMODE(ltp_quant)(target, sw, st->interp_qlpc, st->bw_lpc1, st->bw_lpc2, exc, SUBMODE(ltp_params), pit_min, pit_max, ol_pitch_coef, st->lpcSize, st->subframeSize, bits, stack, exc2, syn_resp, st->complexity); st->pitch[sub]=pitch; } else { speex_error ("No pitch prediction, what's wrong"); } /* Update target for adaptive codebook contribution */ syn_percep_zero(exc, st->interp_qlpc, st->bw_lpc1, st->bw_lpc2, res, st->subframeSize, st->lpcSize, stack); for (i=0;isubframeSize;i++) target[i]-=res[i]; /* Quantization of innovation */ { float *innov; float ener=0, ener_1; innov = st->innov+sub*st->subframeSize; for (i=0;isubframeSize;i++) innov[i]=0; residue_percep_zero(target, st->interp_qlpc, st->bw_lpc1, st->bw_lpc2, st->buf2, st->subframeSize, st->lpcSize, stack); for (i=0;isubframeSize;i++) ener+=st->buf2[i]*st->buf2[i]; ener=sqrt(.1+ener/st->subframeSize); /*for (i=0;isubframeSize;i++) printf ("%f\n", st->buf2[i]/ener); */ ener /= ol_gain; /* Calculate gain correction for the sub-frame (if any) */ if (SUBMODE(have_subframe_gain)) { int qe; ener=log(ener); if (SUBMODE(have_subframe_gain)==3) { qe = vq_index(&ener, exc_gain_quant_scal3, 1, 8); speex_bits_pack(bits, qe, 3); ener=exc_gain_quant_scal3[qe]; } else { qe = vq_index(&ener, exc_gain_quant_scal1, 1, 2); speex_bits_pack(bits, qe, 1); ener=exc_gain_quant_scal1[qe]; } ener=exp(ener); } else { ener=1; } ener*=ol_gain; /*printf ("%f %f\n", ener, ol_gain);*/ ener_1 = 1/ener; /* Normalize innovation */ for (i=0;isubframeSize;i++) target[i]*=ener_1; /* Quantize innovation */ if (SUBMODE(innovation_quant)) { /* Codebook search */ SUBMODE(innovation_quant)(target, st->interp_qlpc, st->bw_lpc1, st->bw_lpc2, SUBMODE(innovation_params), st->lpcSize, st->subframeSize, innov, syn_resp, bits, stack, st->complexity); /* De-normalize innovation and update excitation */ for (i=0;isubframeSize;i++) innov[i]*=ener; for (i=0;isubframeSize;i++) exc[i] += innov[i]; } else { speex_error("No fixed codebook"); } /* In some (rare) modes, we do a second search (more bits) to reduce noise even more */ if (SUBMODE(double_codebook)) { char *tmp_stack=stack; float *innov2 = PUSH(tmp_stack, st->subframeSize, float); for (i=0;isubframeSize;i++) innov2[i]=0; for (i=0;isubframeSize;i++) target[i]*=2.2; SUBMODE(innovation_quant)(target, st->interp_qlpc, st->bw_lpc1, st->bw_lpc2, SUBMODE(innovation_params), st->lpcSize, st->subframeSize, innov2, syn_resp, bits, tmp_stack, st->complexity); for (i=0;isubframeSize;i++) innov2[i]*=ener*(1/2.2); for (i=0;isubframeSize;i++) exc[i] += innov2[i]; } for (i=0;isubframeSize;i++) target[i]*=ener; } /*Keep the previous memory*/ for (i=0;ilpcSize;i++) mem[i]=st->mem_sp[i]; /* Final signal synthesis from excitation */ iir_mem2(exc, st->interp_qlpc, sp, st->subframeSize, st->lpcSize, st->mem_sp); /* Compute weighted signal again, from synthesized speech (not sure it's the right thing) */ filter_mem2(sp, st->bw_lpc1, st->bw_lpc2, sw, st->subframeSize, st->lpcSize, st->mem_sw); for (i=0;isubframeSize;i++) exc2[i]=exc[i]; } /* Store the LSPs for interpolation in the next frame */ if (st->submodeID>=1) { for (i=0;ilpcSize;i++) st->old_lsp[i] = st->lsp[i]; for (i=0;ilpcSize;i++) st->old_qlsp[i] = st->qlsp[i]; } if (st->submodeID==1) { if (st->dtx_count) speex_bits_pack(bits, 15, 4); else speex_bits_pack(bits, 0, 4); } /* The next frame will not be the first (Duh!) */ st->first = 0; { float ener=0, err=0; float snr; for (i=0;iframeSize;i++) { ener+=st->frame[i]*st->frame[i]; err += (st->frame[i]-orig[i])*(st->frame[i]-orig[i]); } snr = 10*log10((ener+1)/(err+1)); /*printf ("%f %f %f\n", snr, ener, err);*/ } /* Replace input by synthesized speech */ in[0] = st->frame[0] + st->preemph*st->pre_mem2; for (i=1;iframeSize;i++) in[i]=st->frame[i] + st->preemph*in[i-1]; st->pre_mem2=in[st->frameSize-1]; if (SUBMODE(innovation_quant) == noise_codebook_quant || st->submodeID==0) st->bounded_pitch = 1; else st->bounded_pitch = 0; return 1; } void *nb_decoder_init(SpeexMode *m) { DecState *st; SpeexNBMode *mode; int i; mode=(SpeexNBMode*)m->mode; st = (DecState *)speex_alloc(sizeof(DecState)+4000*sizeof(float)); st->mode=m; st->stack = ((char*)st) + sizeof(DecState); st->first=1; /* Codec parameters, should eventually have several "modes"*/ st->frameSize = mode->frameSize; st->windowSize = st->frameSize*3/2; st->nbSubframes=mode->frameSize/mode->subframeSize; st->subframeSize=mode->subframeSize; st->lpcSize = mode->lpcSize; st->bufSize = mode->bufSize; st->gamma1=mode->gamma1; st->gamma2=mode->gamma2; st->min_pitch=mode->pitchStart; st->max_pitch=mode->pitchEnd; st->preemph = mode->preemph; st->submodes=mode->submodes; st->submodeID=mode->defaultSubmode; st->pre_mem=0; st->lpc_enh_enabled=0; st->inBuf = PUSH(st->stack, st->bufSize, float); st->frame = st->inBuf + st->bufSize - st->windowSize; st->excBuf = PUSH(st->stack, st->bufSize, float); st->exc = st->excBuf + st->bufSize - st->windowSize; for (i=0;ibufSize;i++) st->inBuf[i]=0; for (i=0;ibufSize;i++) st->excBuf[i]=0; st->innov = PUSH(st->stack, st->frameSize, float); st->interp_qlpc = PUSH(st->stack, st->lpcSize+1, float); st->qlsp = PUSH(st->stack, st->lpcSize, float); st->old_qlsp = PUSH(st->stack, st->lpcSize, float); st->interp_qlsp = PUSH(st->stack, st->lpcSize, float); st->mem_sp = PUSH(st->stack, 5*st->lpcSize, float); st->comb_mem = PUSHS(st->stack, CombFilterMem); comp_filter_mem_init (st->comb_mem); st->pi_gain = PUSH(st->stack, st->nbSubframes, float); st->last_pitch = 40; st->count_lost=0; st->pitch_gain_buf[0] = st->pitch_gain_buf[1] = st->pitch_gain_buf[2] = 0; st->pitch_gain_buf_idx = 0; st->sampling_rate=8000; st->last_ol_gain = 0; st->user_callback.func = &speex_default_user_handler; st->user_callback.data = NULL; for (i=0;i<16;i++) st->speex_callbacks[i].func = NULL; st->voc_m1=st->voc_m2=st->voc_mean=0; st->voc_offset=0; st->dtx_enabled=0; return st; } void nb_decoder_destroy(void *state) { DecState *st; st=(DecState*)state; speex_free(state); } #define median3(a, b, c) ((a) < (b) ? ((b) < (c) ? (b) : ((a) < (c) ? (c) : (a))) : ((c) < (b) ? (b) : ((c) < (a) ? (c) : (a)))) static void nb_decode_lost(DecState *st, float *out, char *stack) { int i, sub; float *awk1, *awk2, *awk3; float pitch_gain, fact, gain_med; fact = exp(-.04*st->count_lost*st->count_lost); gain_med = median3(st->pitch_gain_buf[0], st->pitch_gain_buf[1], st->pitch_gain_buf[2]); if (gain_med < st->last_pitch_gain) st->last_pitch_gain = gain_med; pitch_gain = st->last_pitch_gain; if (pitch_gain>.95) pitch_gain=.95; pitch_gain *= fact; /* Shift all buffers by one frame */ speex_move(st->inBuf, st->inBuf+st->frameSize, (st->bufSize-st->frameSize)*sizeof(float)); speex_move(st->excBuf, st->excBuf+st->frameSize, (st->bufSize-st->frameSize)*sizeof(float)); awk1=PUSH(stack, (st->lpcSize+1), float); awk2=PUSH(stack, (st->lpcSize+1), float); awk3=PUSH(stack, (st->lpcSize+1), float); for (sub=0;subnbSubframes;sub++) { int offset; float *sp, *exc; /* Offset relative to start of frame */ offset = st->subframeSize*sub; /* Original signal */ sp=st->frame+offset; /* Excitation */ exc=st->exc+offset; /* Excitation after post-filter*/ /* Calculate perceptually enhanced LPC filter */ if (st->lpc_enh_enabled) { float r=.9; float k1,k2,k3; if (st->submodes[st->submodeID] != NULL) { k1=SUBMODE(lpc_enh_k1); k2=SUBMODE(lpc_enh_k2); } else { k1=k2=.7; } k3=(1-(1-r*k1)/(1-r*k2))/r; if (!st->lpc_enh_enabled) { k1=k2; k3=0; } bw_lpc(k1, st->interp_qlpc, awk1, st->lpcSize); bw_lpc(k2, st->interp_qlpc, awk2, st->lpcSize); bw_lpc(k3, st->interp_qlpc, awk3, st->lpcSize); } /* Make up a plausible excitation */ /* THIS CAN BE IMPROVED */ /*if (pitch_gain>.95) pitch_gain=.95;*/ { float innov_gain=0; for (i=0;iframeSize;i++) innov_gain += st->innov[i]*st->innov[i]; innov_gain=sqrt(innov_gain/st->frameSize); for (i=0;isubframeSize;i++) { #if 0 exc[i] = pitch_gain * exc[i - st->last_pitch] + fact*sqrt(1-pitch_gain)*st->innov[i+offset]; /*Just so it give the same lost packets as with if 0*/ /*rand();*/ #else /*exc[i]=pitch_gain*exc[i-st->last_pitch] + fact*st->innov[i+offset];*/ exc[i]=pitch_gain*exc[i-st->last_pitch] + fact*sqrt(1-pitch_gain)*speex_rand(innov_gain); #endif } } for (i=0;isubframeSize;i++) sp[i]=exc[i]; /* Signal synthesis */ if (st->lpc_enh_enabled) { filter_mem2(sp, awk2, awk1, sp, st->subframeSize, st->lpcSize, st->mem_sp+st->lpcSize); filter_mem2(sp, awk3, st->interp_qlpc, sp, st->subframeSize, st->lpcSize, st->mem_sp); } else { for (i=0;ilpcSize;i++) st->mem_sp[st->lpcSize+i] = 0; iir_mem2(sp, st->interp_qlpc, sp, st->subframeSize, st->lpcSize, st->mem_sp); } } out[0] = st->frame[0] + st->preemph*st->pre_mem; for (i=1;iframeSize;i++) out[i]=st->frame[i] + st->preemph*out[i-1]; st->pre_mem=out[st->frameSize-1]; st->first = 0; st->count_lost++; st->pitch_gain_buf[st->pitch_gain_buf_idx++] = pitch_gain; if (st->pitch_gain_buf_idx > 2) /* rollover */ st->pitch_gain_buf_idx = 0; } int nb_decode(void *state, SpeexBits *bits, float *out) { DecState *st; int i, sub; int pitch; float pitch_gain[3]; float ol_gain=0; int ol_pitch=0; float ol_pitch_coef=0; int best_pitch=40; float best_pitch_gain=0; int wideband; int m; char *stack; float *awk1, *awk2, *awk3; float pitch_average=0; st=(DecState*)state; stack=st->stack; /* Check if we're in DTX mode*/ if (!bits && st->dtx_enabled) { st->submodeID=0; } else { /* If bits is NULL, consider the packet to be lost (what could we do anyway) */ if (!bits) { nb_decode_lost(st, out, stack); return 0; } /* Search for next narrowband block (handle requests, skip wideband blocks) */ do { wideband = speex_bits_unpack_unsigned(bits, 1); if (wideband) /* Skip wideband block (for compatibility) */ { int submode; int advance; advance = submode = speex_bits_unpack_unsigned(bits, SB_SUBMODE_BITS); speex_mode_query(&speex_wb_mode, SPEEX_SUBMODE_BITS_PER_FRAME, &advance); if (advance < 0) { speex_warning ("Invalid wideband mode encountered. Corrupted stream?"); return -2; } advance -= (SB_SUBMODE_BITS+1); speex_bits_advance(bits, advance); wideband = speex_bits_unpack_unsigned(bits, 1); if (wideband) { advance = submode = speex_bits_unpack_unsigned(bits, SB_SUBMODE_BITS); speex_mode_query(&speex_wb_mode, SPEEX_SUBMODE_BITS_PER_FRAME, &advance); if (advance < 0) { speex_warning ("Invalid wideband mode encountered: corrupted stream?"); return -2; } advance -= (SB_SUBMODE_BITS+1); speex_bits_advance(bits, advance); wideband = speex_bits_unpack_unsigned(bits, 1); if (wideband) { speex_warning ("More than to wideband layers found: corrupted stream?"); return -2; } } } /* FIXME: Check for overflow */ m = speex_bits_unpack_unsigned(bits, 4); if (m==15) /* We found a terminator */ { return -1; } else if (m==14) /* Speex in-band request */ { int ret = speex_inband_handler(bits, st->speex_callbacks, state); if (ret) return ret; } else if (m==13) /* User in-band request */ { int ret = st->user_callback.func(bits, state, st->user_callback.data); if (ret) return ret; } else if (m>8) /* Invalid mode */ { speex_warning("Invalid mode encountered: corrupted stream?"); return -2; } } while (m>8); /* Get the sub-mode that was used */ st->submodeID = m; } /* Shift all buffers by one frame */ speex_move(st->inBuf, st->inBuf+st->frameSize, (st->bufSize-st->frameSize)*sizeof(float)); speex_move(st->excBuf, st->excBuf+st->frameSize, (st->bufSize-st->frameSize)*sizeof(float)); /* If null mode (no transmission), just set a couple things to zero*/ if (st->submodes[st->submodeID] == NULL) { float *lpc; lpc = PUSH(stack,11, float); bw_lpc(.93, st->interp_qlpc, lpc, 10); /*for (i=0;iframeSize;i++) st->exc[i]=0;*/ { float innov_gain=0; float pgain=st->last_pitch_gain; if (pgain>.6) pgain=.6; for (i=0;iframeSize;i++) innov_gain += st->innov[i]*st->innov[i]; innov_gain=sqrt(innov_gain/st->frameSize); for (i=0;iframeSize;i++) st->exc[i]=0; speex_rand_vec(innov_gain, st->exc, st->frameSize); } st->first=1; /* Final signal synthesis from excitation */ iir_mem2(st->exc, lpc, st->frame, st->frameSize, st->lpcSize, st->mem_sp); out[0] = st->frame[0] + st->preemph*st->pre_mem; for (i=1;iframeSize;i++) out[i]=st->frame[i] + st->preemph*out[i-1]; st->pre_mem=out[st->frameSize-1]; st->count_lost=0; return 0; } /* Unquantize LSPs */ SUBMODE(lsp_unquant)(st->qlsp, st->lpcSize, bits); /*Damp memory if a frame was lost and the LSP changed too much*/ if (st->count_lost) { float lsp_dist=0, fact; for (i=0;ilpcSize;i++) lsp_dist += fabs(st->old_qlsp[i] - st->qlsp[i]); fact = .6*exp(-.2*lsp_dist); for (i=0;i<2*st->lpcSize;i++) st->mem_sp[i] *= fact; } /* Handle first frame and lost-packet case */ if (st->first || st->count_lost) { for (i=0;ilpcSize;i++) st->old_qlsp[i] = st->qlsp[i]; } /* Get open-loop pitch estimation for low bit-rate pitch coding */ if (SUBMODE(lbr_pitch)!=-1) { ol_pitch = st->min_pitch+speex_bits_unpack_unsigned(bits, 7); } if (SUBMODE(forced_pitch_gain)) { int quant; quant = speex_bits_unpack_unsigned(bits, 4); ol_pitch_coef=0.066667*quant; } /* Get global excitation gain */ { int qe; qe = speex_bits_unpack_unsigned(bits, 5); ol_gain = exp(qe/3.5); } awk1=PUSH(stack, st->lpcSize+1, float); awk2=PUSH(stack, st->lpcSize+1, float); awk3=PUSH(stack, st->lpcSize+1, float); if (st->submodeID==1) { int extra; extra = speex_bits_unpack_unsigned(bits, 4); if (extra==15) st->dtx_enabled=1; else st->dtx_enabled=0; } if (st->submodeID>1) st->dtx_enabled=0; /*Loop on subframes */ for (sub=0;subnbSubframes;sub++) { int offset; float *sp, *exc, tmp; /* Offset relative to start of frame */ offset = st->subframeSize*sub; /* Original signal */ sp=st->frame+offset; /* Excitation */ exc=st->exc+offset; /* Excitation after post-filter*/ /* LSP interpolation (quantized and unquantized) */ tmp = (1.0 + sub)/st->nbSubframes; for (i=0;ilpcSize;i++) st->interp_qlsp[i] = (1-tmp)*st->old_qlsp[i] + tmp*st->qlsp[i]; /* Make sure the LSP's are stable */ lsp_enforce_margin(st->interp_qlsp, st->lpcSize, .002); /* Compute interpolated LPCs (unquantized) */ for (i=0;ilpcSize;i++) st->interp_qlsp[i] = cos(st->interp_qlsp[i]); lsp_to_lpc(st->interp_qlsp, st->interp_qlpc, st->lpcSize, stack); /* Compute enhanced synthesis filter */ if (st->lpc_enh_enabled) { float r=.9; float k1,k2,k3; k1=SUBMODE(lpc_enh_k1); k2=SUBMODE(lpc_enh_k2); k3=(1-(1-r*k1)/(1-r*k2))/r; if (!st->lpc_enh_enabled) { k1=k2; k3=0; } bw_lpc(k1, st->interp_qlpc, awk1, st->lpcSize); bw_lpc(k2, st->interp_qlpc, awk2, st->lpcSize); bw_lpc(k3, st->interp_qlpc, awk3, st->lpcSize); } /* Compute analysis filter at w=pi */ tmp=1; st->pi_gain[sub]=0; for (i=0;i<=st->lpcSize;i++) { st->pi_gain[sub] += tmp*st->interp_qlpc[i]; tmp = -tmp; } /* Reset excitation */ for (i=0;isubframeSize;i++) exc[i]=0; /*Adaptive codebook contribution*/ if (SUBMODE(ltp_unquant)) { int pit_min, pit_max; /* Handle pitch constraints if any */ if (SUBMODE(lbr_pitch) != -1) { int margin; margin = SUBMODE(lbr_pitch); if (margin) { /* GT - need optimization? if (ol_pitch < st->min_pitch+margin-1) ol_pitch=st->min_pitch+margin-1; if (ol_pitch > st->max_pitch-margin) ol_pitch=st->max_pitch-margin; pit_min = ol_pitch-margin+1; pit_max = ol_pitch+margin; */ pit_min = ol_pitch-margin+1; if (pit_min < st->min_pitch) pit_min = st->min_pitch; pit_max = ol_pitch+margin; if (pit_max > st->max_pitch) pit_max = st->max_pitch; } else { pit_min = pit_max = ol_pitch; } } else { pit_min = st->min_pitch; pit_max = st->max_pitch; } /* Pitch synthesis */ SUBMODE(ltp_unquant)(exc, pit_min, pit_max, ol_pitch_coef, SUBMODE(ltp_params), st->subframeSize, &pitch, &pitch_gain[0], bits, stack, st->count_lost, offset, st->last_pitch_gain); /* If we had lost frames, check energy of last received frame */ if (st->count_lost && ol_gain < st->last_ol_gain) { float fact = ol_gain/(st->last_ol_gain+1); for (i=0;isubframeSize;i++) exc[i]*=fact; } tmp = fabs(pitch_gain[0]+pitch_gain[1]+pitch_gain[2]); tmp = fabs(pitch_gain[1]); if (pitch_gain[0]>0) tmp += pitch_gain[0]; else tmp -= .5*pitch_gain[0]; if (pitch_gain[2]>0) tmp += pitch_gain[2]; else tmp -= .5*pitch_gain[0]; pitch_average += tmp; if (tmp>best_pitch_gain) { best_pitch = pitch; best_pitch_gain = tmp; /* best_pitch_gain = tmp*.9; if (best_pitch_gain>.85) best_pitch_gain=.85;*/ } } else { speex_error("No pitch prediction, what's wrong"); } /* Unquantize the innovation */ { int q_energy; float ener; float *innov; innov = st->innov+sub*st->subframeSize; for (i=0;isubframeSize;i++) innov[i]=0; /* Decode sub-frame gain correction */ if (SUBMODE(have_subframe_gain)==3) { q_energy = speex_bits_unpack_unsigned(bits, 3); ener = ol_gain*exp(exc_gain_quant_scal3[q_energy]); } else if (SUBMODE(have_subframe_gain)==1) { q_energy = speex_bits_unpack_unsigned(bits, 1); ener = ol_gain*exp(exc_gain_quant_scal1[q_energy]); } else { ener = ol_gain; } if (SUBMODE(innovation_unquant)) { /*Fixed codebook contribution*/ SUBMODE(innovation_unquant)(innov, SUBMODE(innovation_params), st->subframeSize, bits, stack); } else { speex_error("No fixed codebook"); } /* De-normalize innovation and update excitation */ for (i=0;isubframeSize;i++) innov[i]*=ener; /*Vocoder mode*/ if (st->submodeID==1) { float g=ol_pitch_coef; for (i=0;isubframeSize;i++) exc[i]=0; while (st->voc_offsetsubframeSize) { if (st->voc_offset>=0) exc[st->voc_offset]=sqrt(1.0*ol_pitch); st->voc_offset+=ol_pitch; } st->voc_offset -= st->subframeSize; g=.5+2*(g-.6); if (g<0) g=0; if (g>1) g=1; for (i=0;isubframeSize;i++) { float exci=exc[i]; exc[i]=.8*g*exc[i]*ol_gain + .6*g*st->voc_m1*ol_gain + .5*g*innov[i] - .5*g*st->voc_m2 + (1-g)*innov[i]; st->voc_m1 = exci; st->voc_m2=innov[i]; st->voc_mean = .95*st->voc_mean + .05*exc[i]; exc[i]-=st->voc_mean; } } else { for (i=0;isubframeSize;i++) exc[i]+=innov[i]; } /* Decode second codebook (only for some modes) */ if (SUBMODE(double_codebook)) { char *tmp_stack=stack; float *innov2 = PUSH(tmp_stack, st->subframeSize, float); for (i=0;isubframeSize;i++) innov2[i]=0; SUBMODE(innovation_unquant)(innov2, SUBMODE(innovation_params), st->subframeSize, bits, tmp_stack); for (i=0;isubframeSize;i++) innov2[i]*=ener*(1/2.2); for (i=0;isubframeSize;i++) exc[i] += innov2[i]; } } for (i=0;isubframeSize;i++) sp[i]=exc[i]; /* Signal synthesis */ if (st->lpc_enh_enabled && SUBMODE(comb_gain)>0) comb_filter(exc, sp, st->interp_qlpc, st->lpcSize, st->subframeSize, pitch, pitch_gain, SUBMODE(comb_gain), st->comb_mem); if (st->lpc_enh_enabled) { /* Use enhanced LPC filter */ filter_mem2(sp, awk2, awk1, sp, st->subframeSize, st->lpcSize, st->mem_sp+st->lpcSize); filter_mem2(sp, awk3, st->interp_qlpc, sp, st->subframeSize, st->lpcSize, st->mem_sp); } else { /* Use regular filter */ for (i=0;ilpcSize;i++) st->mem_sp[st->lpcSize+i] = 0; iir_mem2(sp, st->interp_qlpc, sp, st->subframeSize, st->lpcSize, st->mem_sp); } } /*Copy output signal*/ out[0] = st->frame[0] + st->preemph*st->pre_mem; for (i=1;iframeSize;i++) out[i]=st->frame[i] + st->preemph*out[i-1]; st->pre_mem=out[st->frameSize-1]; /* Store the LSPs for interpolation in the next frame */ for (i=0;ilpcSize;i++) st->old_qlsp[i] = st->qlsp[i]; /* The next frame will not be the first (Duh!) */ st->first = 0; st->count_lost=0; st->last_pitch = best_pitch; st->last_pitch_gain = .25*pitch_average; st->pitch_gain_buf[st->pitch_gain_buf_idx++] = st->last_pitch_gain; if (st->pitch_gain_buf_idx > 2) /* rollover */ st->pitch_gain_buf_idx = 0; st->last_ol_gain = ol_gain; return 0; } int nb_encoder_ctl(void *state, int request, void *ptr) { EncState *st; st=(EncState*)state; switch(request) { case SPEEX_GET_FRAME_SIZE: (*(int*)ptr) = st->frameSize; break; case SPEEX_SET_LOW_MODE: case SPEEX_SET_MODE: st->submodeSelect = st->submodeID = (*(int*)ptr); break; case SPEEX_GET_LOW_MODE: case SPEEX_GET_MODE: (*(int*)ptr) = st->submodeID; break; case SPEEX_SET_VBR: st->vbr_enabled = (*(int*)ptr); break; case SPEEX_GET_VBR: (*(int*)ptr) = st->vbr_enabled; break; case SPEEX_SET_VAD: st->vad_enabled = (*(int*)ptr); break; case SPEEX_GET_VAD: (*(int*)ptr) = st->vad_enabled; break; case SPEEX_SET_DTX: st->dtx_enabled = (*(int*)ptr); break; case SPEEX_GET_DTX: (*(int*)ptr) = st->dtx_enabled; break; case SPEEX_SET_ABR: st->abr_enabled = (*(int*)ptr); st->vbr_enabled = 1; { int i=10, rate, target; float vbr_qual; target = (*(int*)ptr); while (i>=0) { speex_encoder_ctl(st, SPEEX_SET_QUALITY, &i); speex_encoder_ctl(st, SPEEX_GET_BITRATE, &rate); if (rate <= target) break; i--; } vbr_qual=i; if (vbr_qual<0) vbr_qual=0; speex_encoder_ctl(st, SPEEX_SET_VBR_QUALITY, &vbr_qual); st->abr_count=0; st->abr_drift=0; st->abr_drift2=0; } break; case SPEEX_GET_ABR: (*(int*)ptr) = st->abr_enabled; break; case SPEEX_SET_VBR_QUALITY: st->vbr_quality = (*(float*)ptr); break; case SPEEX_GET_VBR_QUALITY: (*(float*)ptr) = st->vbr_quality; break; case SPEEX_SET_QUALITY: { int quality = (*(int*)ptr); if (quality < 0) quality = 0; if (quality > 10) quality = 10; st->submodeSelect = st->submodeID = ((SpeexNBMode*)(st->mode->mode))->quality_map[quality]; } break; case SPEEX_SET_COMPLEXITY: st->complexity = (*(int*)ptr); if (st->complexity<1) st->complexity=1; break; case SPEEX_GET_COMPLEXITY: (*(int*)ptr) = st->complexity; break; case SPEEX_SET_BITRATE: { int i=10, rate, target; target = (*(int*)ptr); while (i>=0) { speex_encoder_ctl(st, SPEEX_SET_QUALITY, &i); speex_encoder_ctl(st, SPEEX_GET_BITRATE, &rate); if (rate <= target) break; i--; } } break; case SPEEX_GET_BITRATE: if (st->submodes[st->submodeID]) (*(int*)ptr) = st->sampling_rate*SUBMODE(bits_per_frame)/st->frameSize; else (*(int*)ptr) = st->sampling_rate*(NB_SUBMODE_BITS+1)/st->frameSize; break; case SPEEX_SET_SAMPLING_RATE: st->sampling_rate = (*(int*)ptr); break; case SPEEX_GET_SAMPLING_RATE: (*(int*)ptr)=st->sampling_rate; break; case SPEEX_RESET_STATE: { int i; st->bounded_pitch = 1; st->first = 1; for (i=0;ilpcSize;i++) st->lsp[i]=(M_PI*((float)(i+1)))/(st->lpcSize+1); for (i=0;ilpcSize;i++) st->mem_sw[i]=st->mem_sw_whole[i]=st->mem_sp[i]=st->mem_exc[i]=0; for (i=0;ibufSize;i++) st->excBuf[i]=st->swBuf[i]=st->inBuf[i]=st->exc2Buf[i]=0; } break; case SPEEX_GET_PI_GAIN: { int i; float *g = (float*)ptr; for (i=0;inbSubframes;i++) g[i]=st->pi_gain[i]; } break; case SPEEX_GET_EXC: { int i; float *e = (float*)ptr; for (i=0;iframeSize;i++) e[i]=st->exc[i]; } break; case SPEEX_GET_INNOV: { int i; float *e = (float*)ptr; for (i=0;iframeSize;i++) e[i]=st->innov[i]; } break; case SPEEX_GET_RELATIVE_QUALITY: (*(float*)ptr)=st->relative_quality; break; default: speex_warning_int("Unknown nb_ctl request: ", request); return -1; } return 0; } int nb_decoder_ctl(void *state, int request, void *ptr) { DecState *st; st=(DecState*)state; switch(request) { case SPEEX_GET_LOW_MODE: case SPEEX_GET_MODE: (*(int*)ptr) = st->submodeID; break; case SPEEX_SET_ENH: st->lpc_enh_enabled = *((int*)ptr); break; case SPEEX_GET_ENH: *((int*)ptr) = st->lpc_enh_enabled; break; case SPEEX_GET_FRAME_SIZE: (*(int*)ptr) = st->frameSize; break; case SPEEX_GET_BITRATE: if (st->submodes[st->submodeID]) (*(int*)ptr) = st->sampling_rate*SUBMODE(bits_per_frame)/st->frameSize; else (*(int*)ptr) = st->sampling_rate*(NB_SUBMODE_BITS+1)/st->frameSize; break; case SPEEX_SET_SAMPLING_RATE: st->sampling_rate = (*(int*)ptr); break; case SPEEX_GET_SAMPLING_RATE: (*(int*)ptr)=st->sampling_rate; break; case SPEEX_SET_HANDLER: { SpeexCallback *c = (SpeexCallback*)ptr; st->speex_callbacks[c->callback_id].func=c->func; st->speex_callbacks[c->callback_id].data=c->data; st->speex_callbacks[c->callback_id].callback_id=c->callback_id; } break; case SPEEX_SET_USER_HANDLER: { SpeexCallback *c = (SpeexCallback*)ptr; st->user_callback.func=c->func; st->user_callback.data=c->data; st->user_callback.callback_id=c->callback_id; } break; case SPEEX_RESET_STATE: { int i; for (i=0;i<2*st->lpcSize;i++) st->mem_sp[i]=0; for (i=0;ibufSize;i++) st->excBuf[i]=st->inBuf[i]=0; } break; case SPEEX_GET_PI_GAIN: { int i; float *g = (float*)ptr; for (i=0;inbSubframes;i++) g[i]=st->pi_gain[i]; } break; case SPEEX_GET_EXC: { int i; float *e = (float*)ptr; for (i=0;iframeSize;i++) e[i]=st->exc[i]; } break; case SPEEX_GET_INNOV: { int i; float *e = (float*)ptr; for (i=0;iframeSize;i++) e[i]=st->innov[i]; } break; case SPEEX_GET_DTX_STATUS: *((int*)ptr) = st->dtx_enabled; break; default: speex_warning_int("Unknown nb_ctl request: ", request); return -1; } return 0; } openh323_v1_18_0/plugins/audio/Speex/libspeex/nb_celp.h0100644000176200056700000002240010034001074023047 0ustar releasepostincr/* Copyright (C) 2002 Jean-Marc Valin */ /** @file nb_celp.h @brief Narrowband CELP encoder/decoder */ /* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of the Xiph.org Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef NB_CELP_H #define NB_CELP_H #include "modes.h" #include "speex_bits.h" #include "speex_callbacks.h" #include "vbr.h" #include "filters.h" /**Structure representing the full state of the narrowband encoder*/ typedef struct EncState { SpeexMode *mode; /**< Mode corresponding to the state */ int first; /**< Is this the first frame? */ int frameSize; /**< Size of frames */ int subframeSize; /**< Size of sub-frames */ int nbSubframes; /**< Number of sub-frames */ int windowSize; /**< Analysis (LPC) window length */ int lpcSize; /**< LPC order */ int bufSize; /**< Buffer size */ int min_pitch; /**< Minimum pitch value allowed */ int max_pitch; /**< Maximum pitch value allowed */ int safe_pitch; /**< Don't use too large values for pitch (in case we lose a packet) */ int bounded_pitch; /**< Next frame should not rely on previous frames for pitch */ int ol_pitch; /**< Open-loop pitch */ int ol_voiced; /**< Open-loop voiced/non-voiced decision */ int *pitch; float gamma1; /**< Perceptual filter: A(z/gamma1) */ float gamma2; /**< Perceptual filter: A(z/gamma2) */ float lag_factor; /**< Lag windowing Gaussian width */ float lpc_floor; /**< Noise floor multiplier for A[0] in LPC analysis*/ float preemph; /**< Pre-emphasis: P(z) = 1 - a*z^-1*/ float pre_mem; /**< 1-element memory for pre-emphasis */ float pre_mem2; /**< 1-element memory for pre-emphasis */ char *stack; /**< Pseudo-stack allocation for temporary memory */ float *inBuf; /**< Input buffer (original signal) */ float *frame; /**< Start of original frame */ float *excBuf; /**< Excitation buffer */ float *exc; /**< Start of excitation frame */ float *exc2Buf; /**< "Pitch enhanced" excitation */ float *exc2; /**< "Pitch enhanced" excitation */ float *swBuf; /**< Weighted signal buffer */ float *sw; /**< Start of weighted signal frame */ float *innov; /**< Innovation for the frame */ float *window; /**< Temporary (Hanning) window */ float *buf2; /**< 2nd temporary buffer */ float *autocorr; /**< auto-correlation */ float *lagWindow; /**< Window applied to auto-correlation */ float *lpc; /**< LPCs for current frame */ float *lsp; /**< LSPs for current frame */ float *qlsp; /**< Quantized LSPs for current frame */ float *old_lsp; /**< LSPs for previous frame */ float *old_qlsp; /**< Quantized LSPs for previous frame */ float *interp_lsp; /**< Interpolated LSPs */ float *interp_qlsp; /**< Interpolated quantized LSPs */ float *interp_lpc; /**< Interpolated LPCs */ float *interp_qlpc; /**< Interpolated quantized LPCs */ float *bw_lpc1; /**< LPCs after bandwidth expansion by gamma1 for perceptual weighting*/ float *bw_lpc2; /**< LPCs after bandwidth expansion by gamma2 for perceptual weighting*/ float *rc; /**< Reflection coefficients */ float *mem_sp; /**< Filter memory for signal synthesis */ float *mem_sw; /**< Filter memory for perceptually-weighted signal */ float *mem_sw_whole; /**< Filter memory for perceptually-weighted signal (whole frame)*/ float *mem_exc; /**< Filter memory for excitation (whole frame) */ float *pi_gain; /**< Gain of LPC filter at theta=pi (fe/2) */ VBRState *vbr; /**< State of the VBR data */ float vbr_quality; /**< Quality setting for VBR encoding */ float relative_quality; /**< Relative quality that will be needed by VBR */ int vbr_enabled; /**< 1 for enabling VBR, 0 otherwise */ int vad_enabled; /**< 1 for enabling VAD, 0 otherwise */ int dtx_enabled; /**< 1 for enabling DTX, 0 otherwise */ int dtx_count; /**< Number of consecutive DTX frames */ int abr_enabled; /**< ABR setting (in bps), 0 if off */ float abr_drift; float abr_drift2; float abr_count; int complexity; /**< Complexity setting (0-10 from least complex to most complex) */ int sampling_rate; SpeexSubmode **submodes; /**< Sub-mode data */ int submodeID; /**< Activated sub-mode */ int submodeSelect; /**< Mode chosen by the user (may differ from submodeID if VAD is on) */ } EncState; /**Structure representing the full state of the narrowband decoder*/ typedef struct DecState { SpeexMode *mode; /**< Mode corresponding to the state */ int first; /**< Is this the first frame? */ int count_lost; /**< Was the last frame lost? */ int frameSize; /**< Size of frames */ int subframeSize; /**< Size of sub-frames */ int nbSubframes; /**< Number of sub-frames */ int windowSize; /**< Analysis (LPC) window length */ int lpcSize; /**< LPC order */ int bufSize; /**< Buffer size */ int min_pitch; /**< Minimum pitch value allowed */ int max_pitch; /**< Maximum pitch value allowed */ int sampling_rate; float last_ol_gain; /**< Open-loop gain for previous frame */ float gamma1; /**< Perceptual filter: A(z/gamma1) */ float gamma2; /**< Perceptual filter: A(z/gamma2) */ float preemph; /**< Pre-emphasis: P(z) = 1 - a*z^-1*/ float pre_mem; /**< 1-element memory for pre-emphasis */ char *stack; /**< Pseudo-stack allocation for temporary memory */ float *inBuf; /**< Input buffer (original signal) */ float *frame; /**< Start of original frame */ float *excBuf; /**< Excitation buffer */ float *exc; /**< Start of excitation frame */ float *innov; /**< Innovation for the frame */ float *qlsp; /**< Quantized LSPs for current frame */ float *old_qlsp; /**< Quantized LSPs for previous frame */ float *interp_qlsp; /**< Interpolated quantized LSPs */ float *interp_qlpc; /**< Interpolated quantized LPCs */ float *mem_sp; /**< Filter memory for synthesis signal */ float *pi_gain; /**< Gain of LPC filter at theta=pi (fe/2) */ int last_pitch; /**< Pitch of last correctly decoded frame */ float last_pitch_gain; /**< Pitch gain of last correctly decoded frame */ float pitch_gain_buf[3]; /**< Pitch gain of last decoded frames */ int pitch_gain_buf_idx; /**< Tail of the buffer */ SpeexSubmode **submodes; /**< Sub-mode data */ int submodeID; /**< Activated sub-mode */ int lpc_enh_enabled; /**< 1 when LPC enhancer is on, 0 otherwise */ CombFilterMem *comb_mem; SpeexCallback speex_callbacks[SPEEX_MAX_CALLBACKS]; SpeexCallback user_callback; /*Vocoder data*/ float voc_m1; float voc_m2; float voc_mean; int voc_offset; int dtx_enabled; } DecState; /** Initializes encoder state*/ void *nb_encoder_init(SpeexMode *m); /** De-allocates encoder state resources*/ void nb_encoder_destroy(void *state); /** Encodes one frame*/ int nb_encode(void *state, float *in, SpeexBits *bits); /** Initializes decoder state*/ void *nb_decoder_init(SpeexMode *m); /** De-allocates decoder state resources*/ void nb_decoder_destroy(void *state); /** Decodes one frame*/ int nb_decode(void *state, SpeexBits *bits, float *out); /** ioctl-like function for controlling a narrowband encoder */ int nb_encoder_ctl(void *state, int request, void *ptr); /** ioctl-like function for controlling a narrowband decoder */ int nb_decoder_ctl(void *state, int request, void *ptr); #endif openh323_v1_18_0/plugins/audio/Speex/libspeex/quant_lsp.c0100644000176200056700000001741510034001074023460 0ustar releasepostincr/* Copyright (C) 2002 Jean-Marc Valin File: quant_lsp.c LSP vector quantization Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of the Xiph.org Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "quant_lsp.h" #include extern int lsp_nb_vqid[64]; static float quant_weight[MAX_LSP_SIZE]; /* Note: x is modified*/ static int lsp_quant(float *x, signed char *cdbk, int nbVec, int nbDim) { int i,j; float dist, tmp; float best_dist=0; int best_id=0; signed char *ptr=cdbk; for (i=0;i tmp2 ? tmp1 : tmp2; } for (i=0;i tmp2 ? tmp1 : tmp2; } for (i=0;i tmp2 ? tmp1 : tmp2; } for (i=0;i #include "sb_celp.h" #include "stdlib.h" #include "filters.h" #include "lpc.h" #include "lsp.h" #include "stack_alloc.h" #include "cb_search.h" #include "quant_lsp.h" #include "vq.h" #include "ltp.h" #include "misc.h" #ifndef M_PI #define M_PI 3.14159265358979323846 /* pi */ #endif #define sqr(x) ((x)*(x)) #define SUBMODE(x) st->submodes[st->submodeID]->x #define QMF_ORDER 64 static float h0[64] = { 3.596189e-05, -0.0001123515, -0.0001104587, 0.0002790277, 0.0002298438, -0.0005953563, -0.0003823631, 0.00113826, 0.0005308539, -0.001986177, -0.0006243724, 0.003235877, 0.0005743159, -0.004989147, -0.0002584767, 0.007367171, -0.0004857935, -0.01050689, 0.001894714, 0.01459396, -0.004313674, -0.01994365, 0.00828756, 0.02716055, -0.01485397, -0.03764973, 0.026447, 0.05543245, -0.05095487, -0.09779096, 0.1382363, 0.4600981, 0.4600981, 0.1382363, -0.09779096, -0.05095487, 0.05543245, 0.026447, -0.03764973, -0.01485397, 0.02716055, 0.00828756, -0.01994365, -0.004313674, 0.01459396, 0.001894714, -0.01050689, -0.0004857935, 0.007367171, -0.0002584767, -0.004989147, 0.0005743159, 0.003235877, -0.0006243724, -0.001986177, 0.0005308539, 0.00113826, -0.0003823631, -0.0005953563, 0.0002298438, 0.0002790277, -0.0001104587, -0.0001123515, 3.596189e-05 }; static float h1[64] = { 3.596189e-05, 0.0001123515, -0.0001104587, -0.0002790277, 0.0002298438, 0.0005953563, -0.0003823631, -0.00113826, 0.0005308539, 0.001986177, -0.0006243724, -0.003235877, 0.0005743159, 0.004989147, -0.0002584767, -0.007367171, -0.0004857935, 0.01050689, 0.001894714, -0.01459396, -0.004313674, 0.01994365, 0.00828756, -0.02716055, -0.01485397, 0.03764973, 0.026447, -0.05543245, -0.05095487, 0.09779096, 0.1382363, -0.4600981, 0.4600981, -0.1382363, -0.09779096, 0.05095487, 0.05543245, -0.026447, -0.03764973, 0.01485397, 0.02716055, -0.00828756, -0.01994365, 0.004313674, 0.01459396, -0.001894714, -0.01050689, 0.0004857935, 0.007367171, 0.0002584767, -0.004989147, -0.0005743159, 0.003235877, 0.0006243724, -0.001986177, -0.0005308539, 0.00113826, 0.0003823631, -0.0005953563, -0.0002298438, 0.0002790277, 0.0001104587, -0.0001123515, -3.596189e-05 }; void *sb_encoder_init(SpeexMode *m) { int i; SBEncState *st; SpeexSBMode *mode; st = (SBEncState*)speex_alloc(sizeof(SBEncState)+8000*sizeof(float)); st->mode = m; mode = (SpeexSBMode*)m->mode; st->stack = ((char*)st) + sizeof(SBEncState); st->st_low = speex_encoder_init(mode->nb_mode); st->full_frame_size = 2*mode->frameSize; st->frame_size = mode->frameSize; st->subframeSize = mode->subframeSize; st->nbSubframes = mode->frameSize/mode->subframeSize; st->windowSize = st->frame_size*3/2; st->lpcSize=mode->lpcSize; st->bufSize=mode->bufSize; st->submodes=mode->submodes; st->submodeSelect = st->submodeID=mode->defaultSubmode; i=9; speex_encoder_ctl(st->st_low, SPEEX_SET_QUALITY, &i); st->lag_factor = mode->lag_factor; st->lpc_floor = mode->lpc_floor; st->gamma1=mode->gamma1; st->gamma2=mode->gamma2; st->first=1; st->x0d=PUSH(st->stack, st->frame_size, float); st->x1d=PUSH(st->stack, st->frame_size, float); st->high=PUSH(st->stack, st->full_frame_size, float); st->y0=PUSH(st->stack, st->full_frame_size, float); st->y1=PUSH(st->stack, st->full_frame_size, float); st->h0_mem=PUSH(st->stack, QMF_ORDER, float); st->h1_mem=PUSH(st->stack, QMF_ORDER, float); st->g0_mem=PUSH(st->stack, QMF_ORDER, float); st->g1_mem=PUSH(st->stack, QMF_ORDER, float); st->buf=PUSH(st->stack, st->windowSize, float); st->excBuf=PUSH(st->stack, st->bufSize, float); st->exc = st->excBuf + st->bufSize - st->windowSize; st->res=PUSH(st->stack, st->frame_size, float); st->sw=PUSH(st->stack, st->frame_size, float); st->target=PUSH(st->stack, st->frame_size, float); /*Asymmetric "pseudo-Hamming" window*/ { int part1, part2; part1 = st->subframeSize*7/2; part2 = st->subframeSize*5/2; st->window = PUSH(st->stack, st->windowSize, float); for (i=0;iwindow[i]=.54-.46*cos(M_PI*i/part1); for (i=0;iwindow[part1+i]=.54+.46*cos(M_PI*i/part2); } st->lagWindow = PUSH(st->stack, st->lpcSize+1, float); for (i=0;ilpcSize+1;i++) st->lagWindow[i]=exp(-.5*sqr(2*M_PI*st->lag_factor*i)); st->rc = PUSH(st->stack, st->lpcSize, float); st->autocorr = PUSH(st->stack, st->lpcSize+1, float); st->lpc = PUSH(st->stack, st->lpcSize+1, float); st->bw_lpc1 = PUSH(st->stack, st->lpcSize+1, float); st->bw_lpc2 = PUSH(st->stack, st->lpcSize+1, float); st->lsp = PUSH(st->stack, st->lpcSize, float); st->qlsp = PUSH(st->stack, st->lpcSize, float); st->old_lsp = PUSH(st->stack, st->lpcSize, float); st->old_qlsp = PUSH(st->stack, st->lpcSize, float); st->interp_lsp = PUSH(st->stack, st->lpcSize, float); st->interp_qlsp = PUSH(st->stack, st->lpcSize, float); st->interp_lpc = PUSH(st->stack, st->lpcSize+1, float); st->interp_qlpc = PUSH(st->stack, st->lpcSize+1, float); st->pi_gain = PUSH(st->stack, st->nbSubframes, float); st->mem_sp = PUSH(st->stack, st->lpcSize, float); st->mem_sp2 = PUSH(st->stack, st->lpcSize, float); st->mem_sw = PUSH(st->stack, st->lpcSize, float); st->vbr_quality = 8; st->vbr_enabled = 0; st->vad_enabled = 0; st->abr_enabled = 0; st->relative_quality=0; st->complexity=2; speex_decoder_ctl(st->st_low, SPEEX_GET_SAMPLING_RATE, &st->sampling_rate); st->sampling_rate*=2; return st; } void sb_encoder_destroy(void *state) { SBEncState *st=(SBEncState*)state; speex_encoder_destroy(st->st_low); speex_free(st); } int sb_encode(void *state, float *in, SpeexBits *bits) { SBEncState *st; int i, roots, sub; char *stack; float *mem, *innov, *syn_resp; float *low_pi_gain, *low_exc, *low_innov; SpeexSBMode *mode; int dtx; st = (SBEncState*)state; stack=st->stack; mode = (SpeexSBMode*)(st->mode->mode); /* Compute the two sub-bands by filtering with h0 and h1*/ qmf_decomp(in, h0, st->x0d, st->x1d, st->full_frame_size, QMF_ORDER, st->h0_mem, stack); /* Encode the narrowband part*/ speex_encode(st->st_low, st->x0d, bits); /* High-band buffering / sync with low band */ for (i=0;iwindowSize-st->frame_size;i++) st->high[i] = st->high[st->frame_size+i]; for (i=0;iframe_size;i++) st->high[st->windowSize-st->frame_size+i]=st->x1d[i]; speex_move(st->excBuf, st->excBuf+st->frame_size, (st->bufSize-st->frame_size)*sizeof(float)); low_pi_gain = PUSH(stack, st->nbSubframes, float); low_exc = PUSH(stack, st->frame_size, float); low_innov = PUSH(stack, st->frame_size, float); speex_encoder_ctl(st->st_low, SPEEX_GET_PI_GAIN, low_pi_gain); speex_encoder_ctl(st->st_low, SPEEX_GET_EXC, low_exc); speex_encoder_ctl(st->st_low, SPEEX_GET_INNOV, low_innov); speex_encoder_ctl(st->st_low, SPEEX_GET_LOW_MODE, &dtx); if (dtx==0) dtx=1; else dtx=0; /* Start encoding the high-band */ for (i=0;iwindowSize;i++) st->buf[i] = st->high[i] * st->window[i]; /* Compute auto-correlation */ _spx_autocorr(st->buf, st->autocorr, st->lpcSize+1, st->windowSize); st->autocorr[0] += 1; /* prevents NANs */ st->autocorr[0] *= st->lpc_floor; /* Noise floor in auto-correlation domain */ /* Lag windowing: equivalent to filtering in the power-spectrum domain */ for (i=0;ilpcSize+1;i++) st->autocorr[i] *= st->lagWindow[i]; /* Levinson-Durbin */ wld(st->lpc+1, st->autocorr, st->rc, st->lpcSize); st->lpc[0]=1; /* LPC to LSPs (x-domain) transform */ roots=lpc_to_lsp (st->lpc, st->lpcSize, st->lsp, 15, 0.2, stack); if (roots!=st->lpcSize) { roots = lpc_to_lsp (st->lpc, st->lpcSize, st->lsp, 11, 0.02, stack); if (roots!=st->lpcSize) { /*If we can't find all LSP's, do some damage control and use a flat filter*/ for (i=0;ilpcSize;i++) { st->lsp[i]=cos(M_PI*((float)(i+1))/(st->lpcSize+1)); } } } /* x-domain to angle domain*/ for (i=0;ilpcSize;i++) st->lsp[i] = acos(st->lsp[i]); /* VBR code */ if ((st->vbr_enabled || st->vad_enabled) && !dtx) { float e_low=0, e_high=0; float ratio; if (st->abr_enabled) { float qual_change=0; if (st->abr_drift2 * st->abr_drift > 0) { /* Only adapt if long-term and short-term drift are the same sign */ qual_change = -.00001*st->abr_drift/(1+st->abr_count); if (qual_change>.1) qual_change=.1; if (qual_change<-.1) qual_change=-.1; } st->vbr_quality += qual_change; if (st->vbr_quality>10) st->vbr_quality=10; if (st->vbr_quality<0) st->vbr_quality=0; } for (i=0;iframe_size;i++) { e_low += st->x0d[i]* st->x0d[i]; e_high += st->high[i]* st->high[i]; } ratio = log((1+e_high)/(1+e_low)); speex_encoder_ctl(st->st_low, SPEEX_GET_RELATIVE_QUALITY, &st->relative_quality); if (ratio<-4) ratio=-4; if (ratio>2) ratio=2; /*if (ratio>-2)*/ if (st->vbr_enabled) { int modeid; modeid = mode->nb_modes-1; st->relative_quality+=1.0*(ratio+2); while (modeid) { int v1; float thresh; v1=(int)floor(st->vbr_quality); if (v1==10) thresh = mode->vbr_thresh[modeid][v1]; else thresh = (st->vbr_quality-v1) * mode->vbr_thresh[modeid][v1+1] + (1+v1-st->vbr_quality) * mode->vbr_thresh[modeid][v1]; if (st->relative_quality > thresh) break; modeid--; } speex_encoder_ctl(state, SPEEX_SET_HIGH_MODE, &modeid); if (st->abr_enabled) { int bitrate; speex_encoder_ctl(state, SPEEX_GET_BITRATE, &bitrate); st->abr_drift+=(bitrate-st->abr_enabled); st->abr_drift2 = .95*st->abr_drift2 + .05*(bitrate-st->abr_enabled); st->abr_count += 1.0; } } else { /* VAD only */ int modeid; if (st->relative_quality<2.0) modeid=1; else modeid=st->submodeSelect; /*speex_encoder_ctl(state, SPEEX_SET_MODE, &mode);*/ st->submodeID=modeid; } /*fprintf (stderr, "%f %f\n", ratio, low_qual);*/ } speex_bits_pack(bits, 1, 1); if (dtx) speex_bits_pack(bits, 0, SB_SUBMODE_BITS); else speex_bits_pack(bits, st->submodeID, SB_SUBMODE_BITS); /* If null mode (no transmission), just set a couple things to zero*/ if (dtx || st->submodes[st->submodeID] == NULL) { for (i=0;iframe_size;i++) st->exc[i]=st->sw[i]=0; for (i=0;ilpcSize;i++) st->mem_sw[i]=0; st->first=1; /* Final signal synthesis from excitation */ iir_mem2(st->exc, st->interp_qlpc, st->high, st->subframeSize, st->lpcSize, st->mem_sp); #ifndef RELEASE /* Reconstruct the original */ fir_mem_up(st->x0d, h0, st->y0, st->full_frame_size, QMF_ORDER, st->g0_mem, stack); fir_mem_up(st->high, h1, st->y1, st->full_frame_size, QMF_ORDER, st->g1_mem, stack); for (i=0;ifull_frame_size;i++) in[i]=2*(st->y0[i]-st->y1[i]); #endif if (dtx) return 0; else return 1; } /* LSP quantization */ SUBMODE(lsp_quant)(st->lsp, st->qlsp, st->lpcSize, bits); if (st->first) { for (i=0;ilpcSize;i++) st->old_lsp[i] = st->lsp[i]; for (i=0;ilpcSize;i++) st->old_qlsp[i] = st->qlsp[i]; } mem=PUSH(stack, st->lpcSize, float); syn_resp=PUSH(stack, st->subframeSize, float); innov = PUSH(stack, st->subframeSize, float); for (sub=0;subnbSubframes;sub++) { float *exc, *sp, *res, *target, *sw, tmp, filter_ratio; int offset; float rl, rh, eh=0, el=0; int fold; offset = st->subframeSize*sub; sp=st->high+offset; exc=st->exc+offset; res=st->res+offset; target=st->target+offset; sw=st->sw+offset; /* LSP interpolation (quantized and unquantized) */ tmp = (1.0 + sub)/st->nbSubframes; for (i=0;ilpcSize;i++) st->interp_lsp[i] = (1-tmp)*st->old_lsp[i] + tmp*st->lsp[i]; for (i=0;ilpcSize;i++) st->interp_qlsp[i] = (1-tmp)*st->old_qlsp[i] + tmp*st->qlsp[i]; /* Compute interpolated LPCs (quantized and unquantized) */ for (i=0;ilpcSize;i++) st->interp_lsp[i] = cos(st->interp_lsp[i]); for (i=0;ilpcSize;i++) st->interp_qlsp[i] = cos(st->interp_qlsp[i]); lsp_enforce_margin(st->interp_lsp, st->lpcSize, .002); lsp_enforce_margin(st->interp_qlsp, st->lpcSize, .002); lsp_to_lpc(st->interp_lsp, st->interp_lpc, st->lpcSize,stack); lsp_to_lpc(st->interp_qlsp, st->interp_qlpc, st->lpcSize, stack); bw_lpc(st->gamma1, st->interp_lpc, st->bw_lpc1, st->lpcSize); bw_lpc(st->gamma2, st->interp_lpc, st->bw_lpc2, st->lpcSize); /* Compute mid-band (4000 Hz for wideband) response of low-band and high-band filters */ rl=rh=0; tmp=1; st->pi_gain[sub]=0; for (i=0;i<=st->lpcSize;i++) { rh += tmp*st->interp_qlpc[i]; tmp = -tmp; st->pi_gain[sub]+=st->interp_qlpc[i]; } rl = low_pi_gain[sub]; rl=1/(fabs(rl)+.01); rh=1/(fabs(rh)+.01); /* Compute ratio, will help predict the gain */ filter_ratio=fabs(.01+rh)/(.01+fabs(rl)); fold = filter_ratio<5; /*printf ("filter_ratio %f\n", filter_ratio);*/ fold=0; /* Compute "real excitation" */ fir_mem2(sp, st->interp_qlpc, exc, st->subframeSize, st->lpcSize, st->mem_sp2); /* Compute energy of low-band and high-band excitation */ for (i=0;isubframeSize;i++) eh+=sqr(exc[i]); if (!SUBMODE(innovation_quant)) {/* 1 for spectral folding excitation, 0 for stochastic */ float g; /*speex_bits_pack(bits, 1, 1);*/ for (i=0;isubframeSize;i++) el+=sqr(low_innov[offset+i]); /* Gain to use if we want to use the low-band excitation for high-band */ g=eh/(.01+el); g=sqrt(g); g *= filter_ratio; /*print_vec(&g, 1, "gain factor");*/ /* Gain quantization */ { int quant = (int) floor(.5 + 10 + 8.0 * log((g+.0001))); /*speex_warning_int("tata", quant);*/ if (quant<0) quant=0; if (quant>31) quant=31; speex_bits_pack(bits, quant, 5); g= .1*exp(quant/9.4); } /*printf ("folding gain: %f\n", g);*/ g /= filter_ratio; } else { float gc, scale, scale_1; for (i=0;isubframeSize;i++) el+=sqr(low_exc[offset+i]); /*speex_bits_pack(bits, 0, 1);*/ gc = sqrt(1+eh)*filter_ratio/sqrt((1+el)*st->subframeSize); { int qgc = (int)floor(.5+3.7*(log(gc)+2)); if (qgc<0) qgc=0; if (qgc>15) qgc=15; speex_bits_pack(bits, qgc, 4); gc = exp((1/3.7)*qgc-2); } scale = gc*sqrt(1+el)/filter_ratio; scale_1 = 1/scale; for (i=0;isubframeSize;i++) exc[i]=0; exc[0]=1; syn_percep_zero(exc, st->interp_qlpc, st->bw_lpc1, st->bw_lpc2, syn_resp, st->subframeSize, st->lpcSize, stack); /* Reset excitation */ for (i=0;isubframeSize;i++) exc[i]=0; /* Compute zero response (ringing) of A(z/g1) / ( A(z/g2) * Aq(z) ) */ for (i=0;ilpcSize;i++) mem[i]=st->mem_sp[i]; iir_mem2(exc, st->interp_qlpc, exc, st->subframeSize, st->lpcSize, mem); for (i=0;ilpcSize;i++) mem[i]=st->mem_sw[i]; filter_mem2(exc, st->bw_lpc1, st->bw_lpc2, res, st->subframeSize, st->lpcSize, mem); /* Compute weighted signal */ for (i=0;ilpcSize;i++) mem[i]=st->mem_sw[i]; filter_mem2(sp, st->bw_lpc1, st->bw_lpc2, sw, st->subframeSize, st->lpcSize, mem); /* Compute target signal */ for (i=0;isubframeSize;i++) target[i]=sw[i]-res[i]; for (i=0;isubframeSize;i++) exc[i]=0; for (i=0;isubframeSize;i++) target[i]*=scale_1; /* Reset excitation */ for (i=0;isubframeSize;i++) innov[i]=0; /*print_vec(target, st->subframeSize, "\ntarget");*/ SUBMODE(innovation_quant)(target, st->interp_qlpc, st->bw_lpc1, st->bw_lpc2, SUBMODE(innovation_params), st->lpcSize, st->subframeSize, innov, syn_resp, bits, stack, (st->complexity+1)>>1); /*print_vec(target, st->subframeSize, "after");*/ for (i=0;isubframeSize;i++) exc[i] += innov[i]*scale; if (SUBMODE(double_codebook)) { char *tmp_stack=stack; float *innov2 = PUSH(tmp_stack, st->subframeSize, float); for (i=0;isubframeSize;i++) innov2[i]=0; for (i=0;isubframeSize;i++) target[i]*=2.5; SUBMODE(innovation_quant)(target, st->interp_qlpc, st->bw_lpc1, st->bw_lpc2, SUBMODE(innovation_params), st->lpcSize, st->subframeSize, innov2, syn_resp, bits, tmp_stack, (st->complexity+1)>>1); for (i=0;isubframeSize;i++) innov2[i]*=scale*(1/2.5); for (i=0;isubframeSize;i++) exc[i] += innov2[i]; } } /*Keep the previous memory*/ for (i=0;ilpcSize;i++) mem[i]=st->mem_sp[i]; /* Final signal synthesis from excitation */ iir_mem2(exc, st->interp_qlpc, sp, st->subframeSize, st->lpcSize, st->mem_sp); /* Compute weighted signal again, from synthesized speech (not sure it's the right thing) */ filter_mem2(sp, st->bw_lpc1, st->bw_lpc2, sw, st->subframeSize, st->lpcSize, st->mem_sw); } #ifndef RELEASE /* Reconstruct the original */ fir_mem_up(st->x0d, h0, st->y0, st->full_frame_size, QMF_ORDER, st->g0_mem, stack); fir_mem_up(st->high, h1, st->y1, st->full_frame_size, QMF_ORDER, st->g1_mem, stack); for (i=0;ifull_frame_size;i++) in[i]=2*(st->y0[i]-st->y1[i]); #endif for (i=0;ilpcSize;i++) st->old_lsp[i] = st->lsp[i]; for (i=0;ilpcSize;i++) st->old_qlsp[i] = st->qlsp[i]; st->first=0; return 1; } void *sb_decoder_init(SpeexMode *m) { SBDecState *st; SpeexSBMode *mode; st = (SBDecState*)speex_alloc(sizeof(SBDecState)+6000*sizeof(float)); st->mode = m; mode=(SpeexSBMode*)m->mode; st->stack = ((char*)st) + sizeof(SBDecState); st->st_low = speex_decoder_init(mode->nb_mode); st->full_frame_size = 2*mode->frameSize; st->frame_size = mode->frameSize; st->subframeSize = mode->subframeSize; st->nbSubframes = mode->frameSize/mode->subframeSize; st->lpcSize=8; speex_decoder_ctl(st->st_low, SPEEX_GET_SAMPLING_RATE, &st->sampling_rate); st->sampling_rate*=2; st->submodes=mode->submodes; st->submodeID=mode->defaultSubmode; st->first=1; st->x0d=PUSH(st->stack, st->frame_size, float); st->x1d=PUSH(st->stack, st->frame_size, float); st->high=PUSH(st->stack, st->full_frame_size, float); st->y0=PUSH(st->stack, st->full_frame_size, float); st->y1=PUSH(st->stack, st->full_frame_size, float); st->h0_mem=PUSH(st->stack, QMF_ORDER, float); st->h1_mem=PUSH(st->stack, QMF_ORDER, float); st->g0_mem=PUSH(st->stack, QMF_ORDER, float); st->g1_mem=PUSH(st->stack, QMF_ORDER, float); st->exc=PUSH(st->stack, st->frame_size, float); st->qlsp = PUSH(st->stack, st->lpcSize, float); st->old_qlsp = PUSH(st->stack, st->lpcSize, float); st->interp_qlsp = PUSH(st->stack, st->lpcSize, float); st->interp_qlpc = PUSH(st->stack, st->lpcSize+1, float); st->pi_gain = PUSH(st->stack, st->nbSubframes, float); st->mem_sp = PUSH(st->stack, 2*st->lpcSize, float); st->lpc_enh_enabled=0; return st; } void sb_decoder_destroy(void *state) { SBDecState *st; st = (SBDecState*)state; speex_decoder_destroy(st->st_low); speex_free(state); } static void sb_decode_lost(SBDecState *st, float *out, int dtx, char *stack) { int i; float *awk1, *awk2, *awk3; int saved_modeid=0; if (dtx) { saved_modeid=st->submodeID; st->submodeID=1; } else { bw_lpc(0.99, st->interp_qlpc, st->interp_qlpc, st->lpcSize); } st->first=1; awk1=PUSH(stack, st->lpcSize+1, float); awk2=PUSH(stack, st->lpcSize+1, float); awk3=PUSH(stack, st->lpcSize+1, float); if (st->lpc_enh_enabled) { float r=.9; float k1,k2,k3; if (st->submodes[st->submodeID] != NULL) { k1=SUBMODE(lpc_enh_k1); k2=SUBMODE(lpc_enh_k2); } else { k1=k2=.7; } k3=(1-(1-r*k1)/(1-r*k2))/r; k3=k1-k2; if (!st->lpc_enh_enabled) { k1=k2; k3=0; } bw_lpc(k1, st->interp_qlpc, awk1, st->lpcSize); bw_lpc(k2, st->interp_qlpc, awk2, st->lpcSize); bw_lpc(k3, st->interp_qlpc, awk3, st->lpcSize); /*fprintf (stderr, "%f %f %f\n", k1, k2, k3);*/ } /* Final signal synthesis from excitation */ if (!dtx) { for (i=0;iframe_size;i++) st->exc[i] *= .9; } for (i=0;iframe_size;i++) st->high[i]=st->exc[i]; if (st->lpc_enh_enabled) { /* Use enhanced LPC filter */ filter_mem2(st->high, awk2, awk1, st->high, st->frame_size, st->lpcSize, st->mem_sp+st->lpcSize); filter_mem2(st->high, awk3, st->interp_qlpc, st->high, st->frame_size, st->lpcSize, st->mem_sp); } else { /* Use regular filter */ for (i=0;ilpcSize;i++) st->mem_sp[st->lpcSize+i] = 0; iir_mem2(st->high, st->interp_qlpc, st->high, st->frame_size, st->lpcSize, st->mem_sp); } /*iir_mem2(st->exc, st->interp_qlpc, st->high, st->frame_size, st->lpcSize, st->mem_sp);*/ /* Reconstruct the original */ fir_mem_up(st->x0d, h0, st->y0, st->full_frame_size, QMF_ORDER, st->g0_mem, stack); fir_mem_up(st->high, h1, st->y1, st->full_frame_size, QMF_ORDER, st->g1_mem, stack); for (i=0;ifull_frame_size;i++) out[i]=2*(st->y0[i]-st->y1[i]); if (dtx) { st->submodeID=saved_modeid; } return; } int sb_decode(void *state, SpeexBits *bits, float *out) { int i, sub; SBDecState *st; int wideband; int ret; char *stack; float *low_pi_gain, *low_exc, *low_innov; float *awk1, *awk2, *awk3; int dtx; SpeexSBMode *mode; st = (SBDecState*)state; stack=st->stack; mode = (SpeexSBMode*)(st->mode->mode); /* Decode the low-band */ ret = speex_decode(st->st_low, bits, st->x0d); speex_decoder_ctl(st->st_low, SPEEX_GET_DTX_STATUS, &dtx); /* If error decoding the narrowband part, propagate error */ if (ret!=0) { return ret; } if (!bits) { sb_decode_lost(st, out, dtx, stack); return 0; } /*Check "wideband bit"*/ if (speex_bits_remaining(bits)>0) wideband = speex_bits_peek(bits); else wideband = 0; if (wideband) { /*Regular wideband frame, read the submode*/ wideband = speex_bits_unpack_unsigned(bits, 1); st->submodeID = speex_bits_unpack_unsigned(bits, SB_SUBMODE_BITS); } else { /*Was a narrowband frame, set "null submode"*/ st->submodeID = 0; } if (st->submodeID != 0 && st->submodes[st->submodeID] == NULL) { speex_warning("Invalid mode encountered: corrupted stream?"); return -2; } /* If null mode (no transmission), just set a couple things to zero*/ if (st->submodes[st->submodeID] == NULL) { if (dtx) { sb_decode_lost(st, out, 1, stack); return 0; } for (i=0;iframe_size;i++) st->exc[i]=0; st->first=1; /* Final signal synthesis from excitation */ iir_mem2(st->exc, st->interp_qlpc, st->high, st->frame_size, st->lpcSize, st->mem_sp); fir_mem_up(st->x0d, h0, st->y0, st->full_frame_size, QMF_ORDER, st->g0_mem, stack); fir_mem_up(st->high, h1, st->y1, st->full_frame_size, QMF_ORDER, st->g1_mem, stack); for (i=0;ifull_frame_size;i++) out[i]=2*(st->y0[i]-st->y1[i]); return 0; } for (i=0;iframe_size;i++) st->exc[i]=0; low_pi_gain = PUSH(stack, st->nbSubframes, float); low_exc = PUSH(stack, st->frame_size, float); low_innov = PUSH(stack, st->frame_size, float); speex_decoder_ctl(st->st_low, SPEEX_GET_PI_GAIN, low_pi_gain); speex_decoder_ctl(st->st_low, SPEEX_GET_EXC, low_exc); speex_decoder_ctl(st->st_low, SPEEX_GET_INNOV, low_innov); SUBMODE(lsp_unquant)(st->qlsp, st->lpcSize, bits); if (st->first) { for (i=0;ilpcSize;i++) st->old_qlsp[i] = st->qlsp[i]; } awk1=PUSH(stack, st->lpcSize+1, float); awk2=PUSH(stack, st->lpcSize+1, float); awk3=PUSH(stack, st->lpcSize+1, float); for (sub=0;subnbSubframes;sub++) { float *exc, *sp, tmp, filter_ratio, el=0; int offset; float rl=0,rh=0; offset = st->subframeSize*sub; sp=st->high+offset; exc=st->exc+offset; /* LSP interpolation */ tmp = (1.0 + sub)/st->nbSubframes; for (i=0;ilpcSize;i++) st->interp_qlsp[i] = (1-tmp)*st->old_qlsp[i] + tmp*st->qlsp[i]; /* LSPs to x-domain */ for (i=0;ilpcSize;i++) st->interp_qlsp[i] = cos(st->interp_qlsp[i]); lsp_enforce_margin(st->interp_qlsp, st->lpcSize, .002); /* LSP to LPC */ lsp_to_lpc(st->interp_qlsp, st->interp_qlpc, st->lpcSize, stack); if (st->lpc_enh_enabled) { float r=.9; float k1,k2,k3; k1=SUBMODE(lpc_enh_k1); k2=SUBMODE(lpc_enh_k2); k3=(1-(1-r*k1)/(1-r*k2))/r; k3=k1-k2; if (!st->lpc_enh_enabled) { k1=k2; k3=0; } bw_lpc(k1, st->interp_qlpc, awk1, st->lpcSize); bw_lpc(k2, st->interp_qlpc, awk2, st->lpcSize); bw_lpc(k3, st->interp_qlpc, awk3, st->lpcSize); /*fprintf (stderr, "%f %f %f\n", k1, k2, k3);*/ } /* Calculate reponse ratio between the low and high filter in the middle of the band (4000 Hz) */ tmp=1; st->pi_gain[sub]=0; for (i=0;i<=st->lpcSize;i++) { rh += tmp*st->interp_qlpc[i]; tmp = -tmp; st->pi_gain[sub]+=st->interp_qlpc[i]; } rl = low_pi_gain[sub]; rl=1/(fabs(rl)+.01); rh=1/(fabs(rh)+.01); filter_ratio=fabs(.01+rh)/(.01+fabs(rl)); for (i=0;isubframeSize;i++) exc[i]=0; if (!SUBMODE(innovation_unquant)) { float g; int quant; for (i=0;isubframeSize;i++) el+=sqr(low_innov[offset+i]); quant = speex_bits_unpack_unsigned(bits, 5); g= exp(((float)quant-10)/8.0); /*printf ("unquant folding gain: %f\n", g);*/ g /= filter_ratio; /* High-band excitation using the low-band excitation and a gain */ for (i=0;isubframeSize;i++) exc[i]=mode->folding_gain*g*low_innov[offset+i]; /*speex_rand_vec(mode->folding_gain*g*sqrt(el/st->subframeSize), exc, st->subframeSize);*/ } else { float gc, scale; int qgc = speex_bits_unpack_unsigned(bits, 4); for (i=0;isubframeSize;i++) el+=sqr(low_exc[offset+i]); gc = exp((1/3.7)*qgc-2); scale = gc*sqrt(1+el)/filter_ratio; SUBMODE(innovation_unquant)(exc, SUBMODE(innovation_params), st->subframeSize, bits, stack); for (i=0;isubframeSize;i++) exc[i]*=scale; if (SUBMODE(double_codebook)) { char *tmp_stack=stack; float *innov2 = PUSH(tmp_stack, st->subframeSize, float); for (i=0;isubframeSize;i++) innov2[i]=0; SUBMODE(innovation_unquant)(innov2, SUBMODE(innovation_params), st->subframeSize, bits, tmp_stack); for (i=0;isubframeSize;i++) innov2[i]*=scale*(1/2.5); for (i=0;isubframeSize;i++) exc[i] += innov2[i]; } } for (i=0;isubframeSize;i++) sp[i]=exc[i]; if (st->lpc_enh_enabled) { /* Use enhanced LPC filter */ filter_mem2(sp, awk2, awk1, sp, st->subframeSize, st->lpcSize, st->mem_sp+st->lpcSize); filter_mem2(sp, awk3, st->interp_qlpc, sp, st->subframeSize, st->lpcSize, st->mem_sp); } else { /* Use regular filter */ for (i=0;ilpcSize;i++) st->mem_sp[st->lpcSize+i] = 0; iir_mem2(sp, st->interp_qlpc, sp, st->subframeSize, st->lpcSize, st->mem_sp); } /*iir_mem2(exc, st->interp_qlpc, sp, st->subframeSize, st->lpcSize, st->mem_sp);*/ } fir_mem_up(st->x0d, h0, st->y0, st->full_frame_size, QMF_ORDER, st->g0_mem, stack); fir_mem_up(st->high, h1, st->y1, st->full_frame_size, QMF_ORDER, st->g1_mem, stack); for (i=0;ifull_frame_size;i++) out[i]=2*(st->y0[i]-st->y1[i]); for (i=0;ilpcSize;i++) st->old_qlsp[i] = st->qlsp[i]; st->first=0; return 0; } int sb_encoder_ctl(void *state, int request, void *ptr) { SBEncState *st; st=(SBEncState*)state; switch(request) { case SPEEX_GET_FRAME_SIZE: (*(int*)ptr) = st->full_frame_size; break; case SPEEX_SET_HIGH_MODE: st->submodeSelect = st->submodeID = (*(int*)ptr); break; case SPEEX_SET_LOW_MODE: speex_encoder_ctl(st->st_low, SPEEX_SET_LOW_MODE, ptr); break; case SPEEX_SET_DTX: speex_encoder_ctl(st->st_low, SPEEX_SET_DTX, ptr); break; case SPEEX_GET_DTX: speex_encoder_ctl(st->st_low, SPEEX_GET_DTX, ptr); break; case SPEEX_GET_LOW_MODE: speex_encoder_ctl(st->st_low, SPEEX_GET_LOW_MODE, ptr); break; case SPEEX_SET_MODE: speex_encoder_ctl(st, SPEEX_SET_QUALITY, ptr); break; case SPEEX_SET_VBR: st->vbr_enabled = (*(int*)ptr); speex_encoder_ctl(st->st_low, SPEEX_SET_VBR, ptr); break; case SPEEX_GET_VBR: (*(int*)ptr) = st->vbr_enabled; break; case SPEEX_SET_VAD: st->vad_enabled = (*(int*)ptr); speex_encoder_ctl(st->st_low, SPEEX_SET_VAD, ptr); break; case SPEEX_GET_VAD: (*(int*)ptr) = st->vad_enabled; break; case SPEEX_SET_VBR_QUALITY: { int q; float qual = (*(float*)ptr)+.6; st->vbr_quality = (*(float*)ptr); if (qual>10) qual=10; q=(int)floor(.5+*(float*)ptr); if (q>10) q=10; speex_encoder_ctl(st->st_low, SPEEX_SET_VBR_QUALITY, &qual); speex_encoder_ctl(state, SPEEX_SET_QUALITY, &q); break; } case SPEEX_SET_ABR: st->abr_enabled = (*(int*)ptr); st->vbr_enabled = 1; speex_encoder_ctl(st->st_low, SPEEX_SET_VBR, &st->vbr_enabled); { int i=10, rate, target; float vbr_qual; target = (*(int*)ptr); while (i>=0) { speex_encoder_ctl(st, SPEEX_SET_QUALITY, &i); speex_encoder_ctl(st, SPEEX_GET_BITRATE, &rate); if (rate <= target) break; i--; } vbr_qual=i; if (vbr_qual<0) vbr_qual=0; speex_encoder_ctl(st, SPEEX_SET_VBR_QUALITY, &vbr_qual); st->abr_count=0; st->abr_drift=0; st->abr_drift2=0; } break; case SPEEX_GET_ABR: (*(int*)ptr) = st->abr_enabled; break; case SPEEX_SET_QUALITY: { int nb_qual; int quality = (*(int*)ptr); if (quality < 0) quality = 0; if (quality > 10) quality = 10; st->submodeSelect = st->submodeID = ((SpeexSBMode*)(st->mode->mode))->quality_map[quality]; nb_qual = ((SpeexSBMode*)(st->mode->mode))->low_quality_map[quality]; speex_encoder_ctl(st->st_low, SPEEX_SET_MODE, &nb_qual); } break; case SPEEX_SET_COMPLEXITY: speex_encoder_ctl(st->st_low, SPEEX_SET_COMPLEXITY, ptr); st->complexity = (*(int*)ptr); if (st->complexity<1) st->complexity=1; break; case SPEEX_GET_COMPLEXITY: (*(int*)ptr) = st->complexity; break; case SPEEX_SET_BITRATE: { int i=10, rate, target; target = (*(int*)ptr); while (i>=0) { speex_encoder_ctl(st, SPEEX_SET_QUALITY, &i); speex_encoder_ctl(st, SPEEX_GET_BITRATE, &rate); if (rate <= target) break; i--; } } break; case SPEEX_GET_BITRATE: speex_encoder_ctl(st->st_low, request, ptr); /*fprintf (stderr, "before: %d\n", (*(int*)ptr));*/ if (st->submodes[st->submodeID]) (*(int*)ptr) += st->sampling_rate*SUBMODE(bits_per_frame)/st->full_frame_size; else (*(int*)ptr) += st->sampling_rate*(SB_SUBMODE_BITS+1)/st->full_frame_size; /*fprintf (stderr, "after: %d\n", (*(int*)ptr));*/ break; case SPEEX_SET_SAMPLING_RATE: { int tmp=(*(int*)ptr); st->sampling_rate = tmp; tmp>>=1; speex_encoder_ctl(st->st_low, SPEEX_SET_SAMPLING_RATE, &tmp); } break; case SPEEX_GET_SAMPLING_RATE: (*(int*)ptr)=st->sampling_rate; break; case SPEEX_RESET_STATE: { int i; st->first = 1; for (i=0;ilpcSize;i++) st->lsp[i]=(M_PI*((float)(i+1)))/(st->lpcSize+1); for (i=0;ilpcSize;i++) st->mem_sw[i]=st->mem_sp[i]=st->mem_sp2[i]=0; for (i=0;ibufSize;i++) st->excBuf[i]=0; for (i=0;ih0_mem[i]=st->h1_mem[i]=st->g0_mem[i]=st->g1_mem[i]=0; } break; case SPEEX_GET_PI_GAIN: { int i; float *g = (float*)ptr; for (i=0;inbSubframes;i++) g[i]=st->pi_gain[i]; } break; case SPEEX_GET_EXC: { int i; float *e = (float*)ptr; for (i=0;ifull_frame_size;i++) e[i]=0; for (i=0;iframe_size;i++) e[2*i]=2*st->exc[i]; } break; case SPEEX_GET_INNOV: { int i; float *e = (float*)ptr; for (i=0;ifull_frame_size;i++) e[i]=0; for (i=0;iframe_size;i++) e[2*i]=2*st->exc[i]; } break; case SPEEX_GET_RELATIVE_QUALITY: (*(float*)ptr)=st->relative_quality; break; default: speex_warning_int("Unknown nb_ctl request: ", request); return -1; } return 0; } int sb_decoder_ctl(void *state, int request, void *ptr) { SBDecState *st; st=(SBDecState*)state; switch(request) { case SPEEX_GET_LOW_MODE: speex_encoder_ctl(st->st_low, SPEEX_GET_LOW_MODE, ptr); break; case SPEEX_GET_FRAME_SIZE: (*(int*)ptr) = st->full_frame_size; break; case SPEEX_SET_ENH: speex_decoder_ctl(st->st_low, request, ptr); st->lpc_enh_enabled = *((int*)ptr); break; case SPEEX_GET_BITRATE: speex_decoder_ctl(st->st_low, request, ptr); if (st->submodes[st->submodeID]) (*(int*)ptr) += st->sampling_rate*SUBMODE(bits_per_frame)/st->full_frame_size; else (*(int*)ptr) += st->sampling_rate*(SB_SUBMODE_BITS+1)/st->full_frame_size; break; case SPEEX_SET_SAMPLING_RATE: { int tmp=(*(int*)ptr); st->sampling_rate = tmp; tmp>>=1; speex_decoder_ctl(st->st_low, SPEEX_SET_SAMPLING_RATE, &tmp); } break; case SPEEX_GET_SAMPLING_RATE: (*(int*)ptr)=st->sampling_rate; break; case SPEEX_SET_HANDLER: speex_decoder_ctl(st->st_low, SPEEX_SET_HANDLER, ptr); break; case SPEEX_SET_USER_HANDLER: speex_decoder_ctl(st->st_low, SPEEX_SET_USER_HANDLER, ptr); break; case SPEEX_RESET_STATE: { int i; for (i=0;i<2*st->lpcSize;i++) st->mem_sp[i]=0; for (i=0;ih0_mem[i]=st->h1_mem[i]=st->g0_mem[i]=st->g1_mem[i]=0; } break; case SPEEX_GET_PI_GAIN: { int i; float *g = (float*)ptr; for (i=0;inbSubframes;i++) g[i]=st->pi_gain[i]; } break; case SPEEX_GET_EXC: { int i; float *e = (float*)ptr; for (i=0;ifull_frame_size;i++) e[i]=0; for (i=0;iframe_size;i++) e[2*i]=2*st->exc[i]; } break; case SPEEX_GET_INNOV: { int i; float *e = (float*)ptr; for (i=0;ifull_frame_size;i++) e[i]=0; for (i=0;iframe_size;i++) e[2*i]=2*st->exc[i]; } break; case SPEEX_GET_DTX_STATUS: speex_decoder_ctl(st->st_low, SPEEX_GET_DTX_STATUS, ptr); break; default: speex_warning_int("Unknown nb_ctl request: ", request); return -1; } return 0; } openh323_v1_18_0/plugins/audio/Speex/libspeex/sb_celp.h0100644000176200056700000001472210034001074023064 0ustar releasepostincr/* Copyright (C) 2002 Jean-Marc Valin */ /** @file sb_celp.h @brief Sub-band CELP mode used for wideband encoding */ /* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of the Xiph.org Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef SB_CELP_H #define SB_CELP_H #include "modes.h" #include "speex_bits.h" #include "nb_celp.h" /**Structure representing the full state of the sub-band encoder*/ typedef struct SBEncState { SpeexMode *mode; /**< Pointer to the mode (containing for vtable info) */ void *st_low; /**< State of the low-band (narrowband) encoder */ int full_frame_size; /**< Length of full-band frames*/ int frame_size; /**< Length of high-band frames*/ int subframeSize; /**< Length of high-band sub-frames*/ int nbSubframes; /**< Number of high-band sub-frames*/ int windowSize; /**< Length of high-band LPC window*/ int lpcSize; /**< Order of high-band LPC analysis */ int bufSize; /**< Buffer size */ int first; /**< First frame? */ float lag_factor; /**< Lag-windowing control parameter */ float lpc_floor; /**< Controls LPC analysis noise floor */ float gamma1; /**< Perceptual weighting coef 1 */ float gamma2; /**< Perceptual weighting coef 2 */ char *stack; /**< Temporary allocation stack */ float *x0d, *x1d; /**< QMF filter signals*/ float *high; /**< High-band signal (buffer) */ float *y0, *y1; /**< QMF synthesis signals */ float *h0_mem, *h1_mem, *g0_mem, *g1_mem; /**< QMF memories */ float *excBuf; /**< High-band excitation */ float *exc; /**< High-band excitation (for QMF only)*/ float *buf; /**< Temporary buffer */ float *res; /**< Zero-input response (ringing) */ float *sw; /**< Perceptually weighted signal */ float *target; /**< Weighted target signal (analysis by synthesis) */ float *window; /**< LPC analysis window */ float *lagWindow; /**< Auto-correlation window */ float *autocorr; /**< Auto-correlation (for LPC analysis) */ float *rc; /**< Reflection coefficients (unused) */ float *lpc; /**< LPC coefficients */ float *lsp; /**< LSP coefficients */ float *qlsp; /**< Quantized LSPs */ float *old_lsp; /**< LSPs of previous frame */ float *old_qlsp; /**< Quantized LSPs of previous frame */ float *interp_lsp; /**< Interpolated LSPs for current sub-frame */ float *interp_qlsp; /**< Interpolated quantized LSPs for current sub-frame */ float *interp_lpc; /**< Interpolated LPCs for current sub-frame */ float *interp_qlpc; /**< Interpolated quantized LPCs for current sub-frame */ float *bw_lpc1; /**< Bandwidth-expanded version of LPCs (#1) */ float *bw_lpc2; /**< Bandwidth-expanded version of LPCs (#2) */ float *mem_sp; /**< Synthesis signal memory */ float *mem_sp2; float *mem_sw; /**< Perceptual signal memory */ float *pi_gain; float vbr_quality; /**< Quality setting for VBR encoding */ int vbr_enabled; /**< 1 for enabling VBR, 0 otherwise */ int abr_enabled; /**< ABR setting (in bps), 0 if off */ float abr_drift; float abr_drift2; float abr_count; int vad_enabled; /**< 1 for enabling VAD, 0 otherwise */ float relative_quality; SpeexSubmode **submodes; int submodeID; int submodeSelect; int complexity; int sampling_rate; } SBEncState; /**Structure representing the full state of the sub-band decoder*/ typedef struct SBDecState { SpeexMode *mode; /**< Pointer to the mode (containing for vtable info) */ void *st_low; /**< State of the low-band (narrowband) encoder */ int full_frame_size; int frame_size; int subframeSize; int nbSubframes; int lpcSize; int first; int sampling_rate; int lpc_enh_enabled; char *stack; float *x0d, *x1d; float *high; float *y0, *y1; float *h0_mem, *h1_mem, *g0_mem, *g1_mem; float *exc; float *qlsp; float *old_qlsp; float *interp_qlsp; float *interp_qlpc; float *mem_sp; float *pi_gain; SpeexSubmode **submodes; int submodeID; } SBDecState; /**Initializes encoder state*/ void *sb_encoder_init(SpeexMode *m); /**De-allocates encoder state resources*/ void sb_encoder_destroy(void *state); /**Encodes one frame*/ int sb_encode(void *state, float *in, SpeexBits *bits); /**Initializes decoder state*/ void *sb_decoder_init(SpeexMode *m); /**De-allocates decoder state resources*/ void sb_decoder_destroy(void *state); /**Decodes one frame*/ int sb_decode(void *state, SpeexBits *bits, float *out); int sb_encoder_ctl(void *state, int request, void *ptr); int sb_decoder_ctl(void *state, int request, void *ptr); #endif openh323_v1_18_0/plugins/audio/Speex/libspeex/speex.h0100644000176200056700000002402210034001074022573 0ustar releasepostincr/* Copyright (C) 2002 Jean-Marc Valin*/ /** @file speex.h @brief Describes the different modes of the codec */ /* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of the Xiph.org Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef SPEEX_H #define SPEEX_H #include "speex_bits.h" #ifdef __cplusplus extern "C" { #endif /* Values allowed for *ctl() requests */ /** Set enhancement on/off (decoder only) */ #define SPEEX_SET_ENH 0 /** Get enhancement state (decoder only) */ #define SPEEX_GET_ENH 1 /*Would be SPEEX_SET_FRAME_SIZE, but it's (currently) invalid*/ /** Obtain frame size used by encoder/decoder */ #define SPEEX_GET_FRAME_SIZE 3 /** Set quality value */ #define SPEEX_SET_QUALITY 4 /** Get current quality setting */ #define SPEEX_GET_QUALITY 5 /** Set sub-mode to use */ #define SPEEX_SET_MODE 6 /** Get current sub-mode in use */ #define SPEEX_GET_MODE 7 /** Set low-band sub-mode to use (wideband only)*/ #define SPEEX_SET_LOW_MODE 8 /** Get current low-band mode in use (wideband only)*/ #define SPEEX_GET_LOW_MODE 9 /** Set high-band sub-mode to use (wideband only)*/ #define SPEEX_SET_HIGH_MODE 10 /** Get current high-band mode in use (wideband only)*/ #define SPEEX_GET_HIGH_MODE 11 /** Set VBR on (1) or off (0) */ #define SPEEX_SET_VBR 12 /** Get VBR status (1 for on, 0 for off) */ #define SPEEX_GET_VBR 13 /** Set quality value for VBR encoding (0-10) */ #define SPEEX_SET_VBR_QUALITY 14 /** Get current quality value for VBR encoding (0-10) */ #define SPEEX_GET_VBR_QUALITY 15 /** Set complexity of the encoder (0-10) */ #define SPEEX_SET_COMPLEXITY 16 /** Get current complexity of the encoder (0-10) */ #define SPEEX_GET_COMPLEXITY 17 /** Set bit-rate used by the encoder (or lower) */ #define SPEEX_SET_BITRATE 18 /** Get current bit-rate used by the encoder or decoder */ #define SPEEX_GET_BITRATE 19 /**Define a handler function for in-band Speex request*/ #define SPEEX_SET_HANDLER 20 /**Define a handler function for in-band user-defined request*/ #define SPEEX_SET_USER_HANDLER 22 /** Set sampling rate used in bit-rate computation */ #define SPEEX_SET_SAMPLING_RATE 24 /** Get sampling rate used in bit-rate computation */ #define SPEEX_GET_SAMPLING_RATE 25 /** Reset the encoder/decoder memories to zero*/ #define SPEEX_RESET_STATE 26 /** Get VBR info (mostly used internally) */ #define SPEEX_GET_RELATIVE_QUALITY 29 /** Set VAD status (1 for on, 0 for off) */ #define SPEEX_SET_VAD 30 /** Get VAD status (1 for on, 0 for off) */ #define SPEEX_GET_VAD 31 /** Set Average Bit-Rate (ABR) to n bits per seconds */ #define SPEEX_SET_ABR 32 /** Get Average Bit-Rate (ABR) setting (in bps) */ #define SPEEX_GET_ABR 33 /** Set DTX status (1 for on, 0 for off) */ #define SPEEX_SET_DTX 34 /** Get DTX status (1 for on, 0 for off) */ #define SPEEX_GET_DTX 35 /* Used internally, not to be used in applications */ /** Used internally*/ #define SPEEX_GET_PI_GAIN 100 /** Used internally*/ #define SPEEX_GET_EXC 101 /** Used internally*/ #define SPEEX_GET_INNOV 102 /** Used internally*/ #define SPEEX_GET_DTX_STATUS 103 /* Preserving compatibility:*/ /** Equivalent to SPEEX_SET_ENH */ #define SPEEX_SET_PF 0 /** Equivalent to SPEEX_GET_ENH */ #define SPEEX_GET_PF 1 /* Values allowed for mode queries */ /** Query the frame size of a mode */ #define SPEEX_MODE_FRAME_SIZE 0 /** Query the size of an encoded frame for a particular sub-mode */ #define SPEEX_SUBMODE_BITS_PER_FRAME 1 /** Number of defined modes in Speex */ #define SPEEX_NB_MODES 3 struct SpeexMode; /* Prototypes for mode function pointers */ /** Encoder state initialization function */ typedef void *(*encoder_init_func)(struct SpeexMode *mode); /** Encoder state destruction function */ typedef void (*encoder_destroy_func)(void *st); /** Main encoding function */ typedef int (*encode_func)(void *state, float *in, SpeexBits *bits); /** Function for controlling the encoder options */ typedef int (*encoder_ctl_func)(void *state, int request, void *ptr); /** Decoder state initialization function */ typedef void *(*decoder_init_func)(struct SpeexMode *mode); /** Decoder state destruction function */ typedef void (*decoder_destroy_func)(void *st); /** Main decoding function */ typedef int (*decode_func)(void *state, SpeexBits *bits, float *out); /** Function for controlling the decoder options */ typedef int (*decoder_ctl_func)(void *state, int request, void *ptr); /** Query function for a mode */ typedef int (*mode_query_func)(void *mode, int request, void *ptr); /** Struct defining a Speex mode */ typedef struct SpeexMode { /** Pointer to the low-level mode data */ void *mode; /** Pointer to the mode query function */ mode_query_func query; /** The name of the mode (you should not rely on this to identify the mode)*/ char *modeName; /**ID of the mode*/ int modeID; /**Version number of the bitstream (incremented every time we break bitstream compatibility*/ int bitstream_version; /** Pointer to encoder initialization function */ encoder_init_func enc_init; /** Pointer to encoder destruction function */ encoder_destroy_func enc_destroy; /** Pointer to frame encoding function */ encode_func enc; /** Pointer to decoder initialization function */ decoder_init_func dec_init; /** Pointer to decoder destruction function */ decoder_destroy_func dec_destroy; /** Pointer to frame decoding function */ decode_func dec; /** ioctl-like requests for encoder */ encoder_ctl_func enc_ctl; /** ioctl-like requests for decoder */ decoder_ctl_func dec_ctl; } SpeexMode; /** * Returns a handle to a newly created Speex encoder state structure. For now, * the "mode" argument can be &nb_mode or &wb_mode . In the future, more modes * may be added. Note that for now if you have more than one channels to * encode, you need one state per channel. * * @param mode The mode to use (either speex_nb_mode or speex_wb.mode) * @return A newly created encoder */ void *speex_encoder_init(SpeexMode *mode); /** Frees all resources associated to an existing Speex encoder state. * @param state Encoder state to be destroyed */ void speex_encoder_destroy(void *state); /** Uses an existing encoder state to encode one frame of speech pointed to by "in". The encoded bit-stream is saved in "bits". @param state Encoder state @param in Frame that will be encoded with a +-2^16 range @param bits Bit-stream where the data will be written */ int speex_encode(void *state, float *in, SpeexBits *bits); /** Used like the ioctl function to control the encoder parameters * * @param state Encoder state * @param request ioctl-type request (one of the SPEEX_* macros) * @param ptr Data exchanged to-from function * @return 0 if frame needs not be transmitted (DTX only), 1 otherwise */ int speex_encoder_ctl(void *state, int request, void *ptr); /** Returns a handle to a newly created decoder state structure. For now, * the mode argument can be &nb_mode or &wb_mode . In the future, more modes * may be added. Note that for now if you have more than one channels to * decode, you need one state per channel. * * @param mode Speex mode (one of speex_nb_mode or speex_wb_mode) * @return A newly created decoder state */ void *speex_decoder_init(SpeexMode *mode); /** Frees all resources associated to an existing decoder state. * * @param state State to be destroyed */ void speex_decoder_destroy(void *state); /** Uses an existing decoder state to decode one frame of speech from * bit-stream bits. The output speech is saved written to out. * * @param state Decoder state * @param bits Bit-stream from which to decode the frame (NULL if the packet was lost) * @param out Where to write the decoded frame * @return return status (0 for no error, -1 for end of stream, -2 other) */ int speex_decode(void *state, SpeexBits *bits, float *out); /** Used like the ioctl function to control the encoder parameters * * @param state Decoder state * @param request ioctl-type request (one of the SPEEX_* macros) * @param ptr Data exchanged to-from function * @return 0 for no error, 1 if a terminator is reached, 2 for another error */ int speex_decoder_ctl(void *state, int request, void *ptr); /** Query function for mode information * * @param mode Speex mode * @param request ioctl-type request (one of the SPEEX_* macros) * @param ptr Data exchanged to-from function */ int speex_mode_query(SpeexMode *mode, int request, void *ptr); /** Default narrowband mode */ extern SpeexMode speex_nb_mode; /** Default wideband mode */ extern SpeexMode speex_wb_mode; /** Default "ultra-wideband" mode */ extern SpeexMode speex_uwb_mode; /** List of all modes available */ extern SpeexMode *speex_mode_list[SPEEX_NB_MODES]; #ifdef __cplusplus } #endif #endif openh323_v1_18_0/plugins/audio/Speex/libspeex/speex_bits.h0100644000176200056700000001277410034001074023627 0ustar releasepostincr/* Copyright (C) 2002 Jean-Marc Valin */ /** @file speex_bits.h @brief Handles bit packing/unpacking */ /* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of the Xiph.org Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef BITS_H #define BITS_H #ifdef __cplusplus extern "C" { #endif /** Maximum size of the bit-stream (for fixed-size allocation) */ #define MAX_BYTES_PER_FRAME 2000 /** Bit-packing data structure representing (part of) a bit-stream. */ typedef struct SpeexBits { char *bytes; /**< "raw" data */ int nbBits; /**< Total number of bits stored in the stream*/ int bytePtr; /**< Position of the byte "cursor" */ int bitPtr; /**< Position of the bit "cursor" within the current byte */ int owner; /**< Does the struct "own" the "raw" buffer (member "bytes") */ int overflow;/**< Set to one if we try to read past the valid data */ int buf_size;/**< Allocated size for buffer */ int reserved1; /**< Reserved for future use */ void *reserved2; /**< Reserved for future use */ } SpeexBits; /** Initializes and allocates resources for a SpeexBits struct */ void speex_bits_init(SpeexBits *bits); /** Initializes SpeexBits struct using a pre-allocated buffer*/ void speex_bits_init_buffer(SpeexBits *bits, void *buff, int buf_size); /** Frees all resources associated to a SpeexBits struct. Right now this does nothing since no resources are allocated, but this could change in the future.*/ void speex_bits_destroy(SpeexBits *bits); /** Resets bits to initial value (just after initialization, erasing content)*/ void speex_bits_reset(SpeexBits *bits); /** Rewind the bit-stream to the beginning (ready for read) without erasing the content */ void speex_bits_rewind(SpeexBits *bits); /** Initializes the bit-stream from the data in an area of memory */ void speex_bits_read_from(SpeexBits *bits, char *bytes, int len); /** Append bytes to the bit-stream * @param bits Bit-stream to operate on * @param bytes pointer to the bytes what will be appended * @param len Number of bytes of append */ void speex_bits_read_whole_bytes(SpeexBits *bits, char *bytes, int len); /** Write the content of a bit-stream to an area of memory */ int speex_bits_write(SpeexBits *bits, char *bytes, int max_len); /** Like speex_bits_write, but writes only the complete bytes in the stream. Also removes the written bytes from the stream */ int speex_bits_write_whole_bytes(SpeexBits *bits, char *bytes, int max_len); /** Append bits to the bit-stream * @param bits Bit-stream to operate on * @param data Value to append as integer * @param nbBits number of bits to consider in "data" */ void speex_bits_pack(SpeexBits *bits, int data, int nbBits); /** Interpret the next bits in the bit-stream as a signed integer * * @param bits Bit-stream to operate on * @param nbBits Number of bits to interpret * @return A signed integer represented by the bits read */ int speex_bits_unpack_signed(SpeexBits *bits, int nbBits); /** Interpret the next bits in the bit-stream as an unsigned integer * * @param bits Bit-stream to operate on * @param nbBits Number of bits to interpret * @return An unsigned integer represented by the bits read */ unsigned int speex_bits_unpack_unsigned(SpeexBits *bits, int nbBits); /** Returns the number of bytes in the bit-stream, including the last one even if it is not "full" * * @param bits Bit-stream to operate on * @return Number of bytes in the stream */ int speex_bits_nbytes(SpeexBits *bits); /** Same as speex_bits_unpack_unsigned, but without modifying the cursor position */ unsigned int speex_bits_peek_unsigned(SpeexBits *bits, int nbBits); /** Get the value of the next bit in the stream, without modifying the * "cursor" position * * @param bits Bit-stream to operate on */ int speex_bits_peek(SpeexBits *bits); /** Advances the position of the "bit cursor" in the stream * * @param bits Bit-stream to operate on * @param n Number of bits to advance */ void speex_bits_advance(SpeexBits *bits, int n); /** Returns the number of bits remaining to be read in a stream * * @param bits Bit-stream to operate on */ int speex_bits_remaining(SpeexBits *bits); #ifdef __cplusplus } #endif #endif openh323_v1_18_0/plugins/audio/Speex/libspeex/speex_callbacks.c0100644000176200056700000000767210034001074024601 0ustar releasepostincr/* Copyright (C) 2002 Jean-Marc Valin File speex_callbacks.c Callback handling and in-band signalling Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of the Xiph.org Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "speex_callbacks.h" #include "misc.h" int speex_inband_handler(SpeexBits *bits, SpeexCallback *callback_list, void *state) { int id; SpeexCallback *callback; /*speex_bits_advance(bits, 5);*/ id=speex_bits_unpack_unsigned(bits, 4); callback = callback_list+id; if (callback->func) { return callback->func(bits, state, callback->data); } else /*If callback is not registered, skip the right number of bits*/ { int adv; if (id<2) adv = 1; else if (id<8) adv = 4; else if (id<10) adv = 8; else if (id<12) adv = 16; else if (id<14) adv = 32; else adv = 64; speex_bits_advance(bits, adv); } return 0; } int speex_std_mode_request_handler(SpeexBits *bits, void *state, void *data) { int m; m = speex_bits_unpack_unsigned(bits, 4); speex_encoder_ctl(data, SPEEX_SET_MODE, &m); return 0; } int speex_std_low_mode_request_handler(SpeexBits *bits, void *state, void *data) { int m; m = speex_bits_unpack_unsigned(bits, 4); speex_encoder_ctl(data, SPEEX_SET_LOW_MODE, &m); return 0; } int speex_std_high_mode_request_handler(SpeexBits *bits, void *state, void *data) { int m; m = speex_bits_unpack_unsigned(bits, 4); speex_encoder_ctl(data, SPEEX_SET_HIGH_MODE, &m); return 0; } int speex_std_vbr_request_handler(SpeexBits *bits, void *state, void *data) { int vbr; vbr = speex_bits_unpack_unsigned(bits, 1); speex_encoder_ctl(data, SPEEX_SET_VBR, &vbr); return 0; } int speex_std_enh_request_handler(SpeexBits *bits, void *state, void *data) { int enh; enh = speex_bits_unpack_unsigned(bits, 1); speex_decoder_ctl(data, SPEEX_SET_ENH, &enh); return 0; } int speex_std_vbr_quality_request_handler(SpeexBits *bits, void *state, void *data) { int qual; qual = speex_bits_unpack_unsigned(bits, 4); speex_encoder_ctl(data, SPEEX_SET_VBR_QUALITY, &qual); return 0; } int speex_std_char_handler(SpeexBits *bits, void *state, void *data) { unsigned char ch; ch = speex_bits_unpack_unsigned(bits, 8); _speex_putc(ch, data); return 0; } /* Default handler for user callbacks: skip it */ int speex_default_user_handler(SpeexBits *bits, void *state, void *data) { int req_size = speex_bits_unpack_unsigned(bits, 4); speex_bits_advance(bits, 5+8*req_size); return 0; } openh323_v1_18_0/plugins/audio/Speex/libspeex/speex_callbacks.h0100644000176200056700000001077410034001074024603 0ustar releasepostincr/* Copyright (C) 2002 Jean-Marc Valin*/ /** @file speex_callbacks.h @brief Describes callback handling and in-band signalling */ /* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of the Xiph.org Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef SPEEX_CALLBACKS_H #define SPEEX_CALLBACKS_H #include "speex.h" #ifdef __cplusplus extern "C" { #endif /** Total number of callbacks */ #define SPEEX_MAX_CALLBACKS 16 /* Describes all the in-band requests */ /*These are 1-bit requests*/ /** Request for perceptual enhancement (1 for on, 0 for off) */ #define SPEEX_INBAND_ENH_REQUEST 0 /** Reserved */ #define SPEEX_INBAND_RESERVED1 1 /*These are 4-bit requests*/ /** Request for a mode change */ #define SPEEX_INBAND_MODE_REQUEST 2 /** Request for a low mode change */ #define SPEEX_INBAND_LOW_MODE_REQUEST 3 /** Request for a high mode change */ #define SPEEX_INBAND_HIGH_MODE_REQUEST 4 /** Request for VBR (1 on, 0 off) */ #define SPEEX_INBAND_VBR_QUALITY_REQUEST 5 /** Request to be sent acknowledge */ #define SPEEX_INBAND_ACKNOWLEDGE_REQUEST 6 /** Request for VBR (1 for on, 0 for off) */ #define SPEEX_INBAND_VBR_REQUEST 7 /*These are 8-bit requests*/ /** Send a character in-band */ #define SPEEX_INBAND_CHAR 8 /** Intensity stereo information */ #define SPEEX_INBAND_STEREO 9 /*These are 16-bit requests*/ /** Transmit max bit-rate allowed */ #define SPEEX_INBAND_MAX_BITRATE 10 /*These are 32-bit requests*/ /** Acknowledge packet reception */ #define SPEEX_INBAND_ACKNOWLEDGE 12 /** Callback function type */ typedef int (*speex_callback_func)(SpeexBits *bits, void *state, void *data); /** Callback information */ typedef struct SpeexCallback { int callback_id; /**< ID associated to the callback */ speex_callback_func func; /**< Callback handler function */ void *data; /**< Data that will be sent to the handler */ void *reserved1; /**< Reserved for future use */ int reserved2; /**< Reserved for future use */ } SpeexCallback; /** Handle in-band request */ int speex_inband_handler(SpeexBits *bits, SpeexCallback *callback_list, void *state); /** Standard handler for mode request (change mode, no questions asked) */ int speex_std_mode_request_handler(SpeexBits *bits, void *state, void *data); /** Standard handler for high mode request (change high mode, no questions asked) */ int speex_std_high_mode_request_handler(SpeexBits *bits, void *state, void *data); /** Standard handler for in-band characters (write to stderr) */ int speex_std_char_handler(SpeexBits *bits, void *state, void *data); /** Default handler for user-defined requests: in this case, just ignore */ int speex_default_user_handler(SpeexBits *bits, void *state, void *data); int speex_std_low_mode_request_handler(SpeexBits *bits, void *state, void *data); int speex_std_vbr_request_handler(SpeexBits *bits, void *state, void *data); int speex_std_enh_request_handler(SpeexBits *bits, void *state, void *data); int speex_std_vbr_quality_request_handler(SpeexBits *bits, void *state, void *data); #ifdef __cplusplus } #endif #endif openh323_v1_18_0/plugins/audio/Speex/libspeex/speex_header.c0100644000176200056700000001202110034001074024072 0ustar releasepostincr/* Copyright (C) 2002 Jean-Marc Valin File: speex_header.c Describes the Speex header Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of the Xiph.org Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "speex_header.h" #include "misc.h" #include "speex.h" #ifndef NULL #define NULL 0 #endif #define ENDIAN_SWITCH(x) {x=le_int(x);} /* typedef struct SpeexHeader { char speex_string[8]; char speex_version[SPEEX_HEADER_VERSION_LENGTH]; int speex_version_id; int header_size; int rate; int mode; int mode_bitstream_version; int nb_channels; int bitrate; int frame_size; int vbr; int frames_per_packet; int extra_headers; int reserved1; int reserved2; } SpeexHeader; */ void speex_init_header(SpeexHeader *header, int rate, int nb_channels, SpeexMode *m) { int i; char *h="Speex "; /* strncpy(header->speex_string, "Speex ", 8); strncpy(header->speex_version, VERSION, SPEEX_HEADER_VERSION_LENGTH-1); header->speex_version[SPEEX_HEADER_VERSION_LENGTH-1]=0; */ for (i=0;i<8;i++) header->speex_string[i]=h[i]; for (i=0;ispeex_version[i]=VERSION[i]; for (;ispeex_version[i]=0; header->speex_version_id = 1; header->header_size = sizeof(SpeexHeader); header->rate = rate; header->mode = m->modeID; header->mode_bitstream_version = m->bitstream_version; if (m->modeID<0) speex_warning("This mode is meant to be used alone"); header->nb_channels = nb_channels; header->bitrate = -1; speex_mode_query(m, SPEEX_MODE_FRAME_SIZE, &header->frame_size); header->vbr = 0; header->frames_per_packet = 0; header->extra_headers = 0; header->reserved1 = 0; header->reserved2 = 0; } char *speex_header_to_packet(SpeexHeader *header, int *size) { SpeexHeader *le_header; le_header = (SpeexHeader*)speex_alloc(sizeof(SpeexHeader)); speex_move(le_header, header, sizeof(SpeexHeader)); /*Make sure everything is now little-endian*/ ENDIAN_SWITCH(le_header->speex_version_id); ENDIAN_SWITCH(le_header->header_size); ENDIAN_SWITCH(le_header->rate); ENDIAN_SWITCH(le_header->mode); ENDIAN_SWITCH(le_header->mode_bitstream_version); ENDIAN_SWITCH(le_header->nb_channels); ENDIAN_SWITCH(le_header->bitrate); ENDIAN_SWITCH(le_header->frame_size); ENDIAN_SWITCH(le_header->vbr); ENDIAN_SWITCH(le_header->frames_per_packet); ENDIAN_SWITCH(le_header->extra_headers); *size = sizeof(SpeexHeader); return (char *)le_header; } SpeexHeader *speex_packet_to_header(char *packet, int size) { int i; SpeexHeader *le_header; char *h = "Speex "; for (i=0;i<8;i++) if (packet[i]!=h[i]) { speex_warning ("This doesn't look like a Speex file"); return NULL; } /*FIXME: Do we allow larger headers?*/ if (size < sizeof(SpeexHeader)) { speex_warning("Speex header too small"); return NULL; } le_header = (SpeexHeader*)speex_alloc(sizeof(SpeexHeader)); speex_move(le_header, packet, sizeof(SpeexHeader)); /*Make sure everything is converted correctly from little-endian*/ ENDIAN_SWITCH(le_header->speex_version_id); ENDIAN_SWITCH(le_header->header_size); ENDIAN_SWITCH(le_header->rate); ENDIAN_SWITCH(le_header->mode); ENDIAN_SWITCH(le_header->mode_bitstream_version); ENDIAN_SWITCH(le_header->nb_channels); ENDIAN_SWITCH(le_header->bitrate); ENDIAN_SWITCH(le_header->frame_size); ENDIAN_SWITCH(le_header->vbr); ENDIAN_SWITCH(le_header->frames_per_packet); ENDIAN_SWITCH(le_header->extra_headers); return le_header; } openh323_v1_18_0/plugins/audio/Speex/libspeex/speex_header.h0100644000176200056700000000667610034001074024122 0ustar releasepostincr/* Copyright (C) 2002 Jean-Marc Valin */ /** @file speex_header.h @brief Describes the Speex header */ /* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of the Xiph.org Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef SPEEX_HEADER_H #define SPEEX_HEADER_H #ifdef __cplusplus extern "C" { #endif struct SpeexMode; /** Maximum number of characters for encoding the Speex version number in the header */ #define SPEEX_HEADER_VERSION_LENGTH 20 /** Speex header info for file-based formats */ typedef struct SpeexHeader { char speex_string[8]; /**< Identifies a Speex bit-stream, always set to "Speex " */ char speex_version[SPEEX_HEADER_VERSION_LENGTH]; /**< Speex version */ int speex_version_id; /**< Version for Speex (for checking compatibility) */ int header_size; /**< Total size of the header ( sizeof(SpeexHeader) ) */ int rate; /**< Sampling rate used */ int mode; /**< Mode used (0 for narrowband, 1 for wideband) */ int mode_bitstream_version; /**< Version ID of the bit-stream */ int nb_channels; /**< Number of channels encoded */ int bitrate; /**< Bit-rate used */ int frame_size; /**< Size of frames */ int vbr; /**< 1 for a VBR encoding, 0 otherwise */ int frames_per_packet; /**< Number of frames stored per Ogg packet */ int extra_headers; /**< Number of additional headers after the comments */ int reserved1; /**< Reserved for future use, must be zero */ int reserved2; /**< Reserved for future use, must be zero */ } SpeexHeader; /** Initializes a SpeexHeader using basic information */ void speex_init_header(SpeexHeader *header, int rate, int nb_channels, struct SpeexMode *m); /** Creates the header packet from the header itself (mostly involves endianness conversion) */ char *speex_header_to_packet(SpeexHeader *header, int *size); /** Creates a SpeexHeader from a packet */ SpeexHeader *speex_packet_to_header(char *packet, int size); #ifdef __cplusplus } #endif #endif openh323_v1_18_0/plugins/audio/Speex/libspeex/speex_stereo.h0100644000176200056700000000525710034001074024165 0ustar releasepostincr/* Copyright (C) 2002 Jean-Marc Valin*/ /** @file speex_stereo.h @brief Describes the handling for intensity stereo */ /* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of the Xiph.org Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef STEREO_H #define STEREO_H #include "speex_bits.h" /** State used for decoding (intensity) stereo information */ typedef struct SpeexStereoState { float balance; /**< Left/right balance info */ float e_ratio; /**< Ratio of energies: E(left+right)/[E(left)+E(right)] */ float smooth_left; /**< Smoothed left channel gain */ float smooth_right; /**< Smoothed right channel gain */ float reserved1; /**< Reserved for future use */ float reserved2; /**< Reserved for future use */ } SpeexStereoState; /** Initialization value for a stereo state */ #define SPEEX_STEREO_STATE_INIT {1,.5,1,1} /** Transforms a stereo frame into a mono frame and stores intensity stereo info in 'bits' */ void speex_encode_stereo(float *data, int frame_size, SpeexBits *bits); /** Transforms a mono frame into a stereo frame using intensity stereo info */ void speex_decode_stereo(float *data, int frame_size, SpeexStereoState *stereo); /** Callback handler for intensity stereo info */ int speex_std_stereo_request_handler(SpeexBits *bits, void *state, void *data); #endif openh323_v1_18_0/plugins/audio/Speex/libspeex/stack_alloc.h0100644000176200056700000000512010034001074023724 0ustar releasepostincr/* Copyright (C) 2002 Jean-Marc Valin File: stack_alloc.h Temporary memory allocation on stack Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of the Xiph.org Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef STACK_ALLOC_H #define STACK_ALLOC_H #if 0 /*Aligns the stack to a 'size' boundary */ #define ALIGN(stack, size) (stack=(void*)((((int)stack)+((size)-1)) & (-(size)))) /*Aligns the stack to a 'size' boundary minus k */ #define ALIGN_1(stack, size, k) (stack=(void*)(((((int)stack)+((size)-1+(k))) & (-(size)))-(k))) /* Allocates 'size' elements of type 'type' on the stack */ #define PUSH(stack, size, type) (ALIGN(stack,sizeof(type)),stack=(void*)(((int)stack)+((size)*sizeof(type))),(type*)(((int)stack)-((size)*sizeof(type)))) #else /*Aligns the stack to a 'size' boundary */ #define ALIGN(stack, size) ((stack) += ((size) - (int)(stack)) & ((size) - 1)) /* Allocates 'size' elements of type 'type' on the stack */ #define PUSH(stack, size, type) (ALIGN((stack),sizeof(type)),(stack)+=((size)*sizeof(type)),(type*)((stack)-((size)*sizeof(type)))) /* Allocates a struct stack */ #define PUSHS(stack, type) (ALIGN((stack),sizeof(long)),(stack)+=(sizeof(type)),(type*)((stack)-(sizeof(type)))) #endif #endif openh323_v1_18_0/plugins/audio/Speex/libspeex/stereo.c0100644000176200056700000000743410034001074022753 0ustar releasepostincr/* Copyright (C) 2002 Jean-Marc Valin File: stereo.c Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of the Xiph.org Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "speex_stereo.h" #include "speex_callbacks.h" #include "vq.h" #include /*float e_ratio_quant[4] = {1, 1.26, 1.587, 2};*/ static float e_ratio_quant[4] = {.25, .315, .397, .5}; void speex_encode_stereo(float *data, int frame_size, SpeexBits *bits) { int i, tmp; float e_left=0, e_right=0, e_tot=0; float balance, e_ratio; for (i=0;i0) speex_bits_pack(bits, 0, 1); else speex_bits_pack(bits, 1, 1); balance=floor(.5+fabs(balance)); if (balance>30) balance=31; speex_bits_pack(bits, (int)balance, 5); /*Quantize energy ratio*/ tmp=vq_index(&e_ratio, e_ratio_quant, 1, 4); speex_bits_pack(bits, tmp, 2); } void speex_decode_stereo(float *data, int frame_size, SpeexStereoState *stereo) { float balance, e_ratio; int i; float e_tot=0, e_left, e_right, e_sum; balance=stereo->balance; e_ratio=stereo->e_ratio; for (i=frame_size-1;i>=0;i--) { e_tot += data[i]*data[i]; } e_sum=e_tot/e_ratio; e_left = e_sum*balance / (1+balance); e_right = e_sum-e_left; e_left = sqrt(e_left/(e_tot+.01)); e_right = sqrt(e_right/(e_tot+.01)); for (i=frame_size-1;i>=0;i--) { float ftmp=data[i]; stereo->smooth_left = .98*stereo->smooth_left + .02*e_left; stereo->smooth_right = .98*stereo->smooth_right + .02*e_right; data[2*i] = stereo->smooth_left*ftmp; data[2*i+1] = stereo->smooth_right*ftmp; } } int speex_std_stereo_request_handler(SpeexBits *bits, void *state, void *data) { SpeexStereoState *stereo; float sign=1; int tmp; stereo = (SpeexStereoState*)data; if (speex_bits_unpack_unsigned(bits, 1)) sign=-1; tmp = speex_bits_unpack_unsigned(bits, 5); stereo->balance = exp(sign*.25*tmp); tmp = speex_bits_unpack_unsigned(bits, 2); stereo->e_ratio = e_ratio_quant[tmp]; return 0; } openh323_v1_18_0/plugins/audio/Speex/libspeex/testenc.c0100644000176200056700000000661010034001074023112 0ustar releasepostincr#include "speex.h" #include #include #include "speex_callbacks.h" #define FRAME_SIZE 160 #include int main(int argc, char **argv) { char *inFile, *outFile, *bitsFile; FILE *fin, *fout, *fbits=NULL; short in[FRAME_SIZE]; float input[FRAME_SIZE], bak[FRAME_SIZE], bak2[FRAME_SIZE]; char cbits[200]; int nbBits; int i; void *st; void *dec; SpeexBits bits; int tmp; int bitCount=0; SpeexCallback callback; for (i=0;i32000) input[i]=32000; else if (input[i]<-32000) input[i]=-32000; } speex_bits_reset(&bits); for (i=0;i #include #define FRAME_SIZE 640 #include int main(int argc, char **argv) { char *inFile, *outFile, *bitsFile; FILE *fin, *fout, *fbits=NULL; short in[FRAME_SIZE]; float input[FRAME_SIZE], bak[FRAME_SIZE], bak2[FRAME_SIZE]; char cbits[200]; int nbBits; int i; void *st; void *dec; SpeexBits bits; int tmp; int bitCount=0; for (i=0;i32000) input[i]=32000; else if (input[i]<-32000) input[i]=-32000; } speex_bits_reset(&bits); for (i=0;i #include #define FRAME_SIZE 320 #include int main(int argc, char **argv) { char *inFile, *outFile, *bitsFile; FILE *fin, *fout, *fbits=NULL; short in[FRAME_SIZE]; float input[FRAME_SIZE], bak[FRAME_SIZE], bak2[FRAME_SIZE]; char cbits[200]; int nbBits; int i; void *st; void *dec; SpeexBits bits; int tmp; int bitCount=0; for (i=0;i32000) input[i]=32000; else if (input[i]<-32000) input[i]=-32000; } speex_bits_reset(&bits); for (i=0;i #define sqr(x) ((x)*(x)) #define MIN_ENERGY 6000 #define NOISE_POW .3 float vbr_nb_thresh[9][11]={ {-1.0, -1.0, -1.0, -1.0, -1.0, -1.0, -1.0, -1.0, -1.0, -1.0, -1.0}, /* CNG */ { 3.5, 2.5, 2.0, 1.2, 0.5, 0.0, -0.5, -0.7, -0.8, -0.9, -1.0}, /* 2 kbps */ {10.0, 6.5, 5.2, 4.5, 3.9, 3.5, 3.0, 2.5, 2.3, 1.8, 1.0}, /* 6 kbps */ {11.0, 8.8, 7.5, 6.5, 5.0, 3.9, 3.9, 3.9, 3.5, 3.0, 1.0}, /* 8 kbps */ {11.0, 11.0, 9.9, 9.0, 8.0, 7.0, 6.5, 6.0, 5.0, 4.0, 2.0}, /* 11 kbps */ {11.0, 11.0, 11.0, 11.0, 9.5, 9.0, 8.0, 7.0, 6.5, 5.0, 3.0}, /* 15 kbps */ {11.0, 11.0, 11.0, 11.0, 11.0, 11.0, 9.5, 8.5, 8.0, 6.5, 4.0}, /* 18 kbps */ {11.0, 11.0, 11.0, 11.0, 11.0, 11.0, 11.0, 11.0, 9.8, 7.5, 5.5}, /* 24 kbps */ { 8.0, 5.0, 3.7, 3.0, 2.5, 2.0, 1.8, 1.5, 1.0, 0.0, 0.0} /* 4 kbps */ }; float vbr_hb_thresh[5][11]={ {-1.0, -1.0, -1.0, -1.0, -1.0, -1.0, -1.0, -1.0, -1.0, -1.0, -1.0}, /* silence */ {-1.0, -1.0, -1.0, -1.0, -1.0, -1.0, -1.0, -1.0, -1.0, -1.0, -1.0}, /* 2 kbps */ {11.0, 11.0, 9.5, 8.5, 7.5, 6.0, 5.0, 3.9, 3.0, 2.0, 1.0}, /* 6 kbps */ {11.0, 11.0, 11.0, 11.0, 11.0, 9.5, 8.7, 7.8, 7.0, 6.5, 4.0}, /* 10 kbps */ {11.0, 11.0, 11.0, 11.0, 11.0, 11.0, 11.0, 11.0, 9.8, 7.5, 5.5} /* 18 kbps */ }; float vbr_uhb_thresh[2][11]={ {-1.0, -1.0, -1.0, -1.0, -1.0, -1.0, -1.0, -1.0, -1.0, -1.0, -1.0}, /* silence */ { 3.9, 2.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -1.0} /* 2 kbps */ }; void vbr_init(VBRState *vbr) { int i; vbr->average_energy=0; vbr->last_energy=1; vbr->accum_sum=0; vbr->energy_alpha=.1; vbr->soft_pitch=0; vbr->last_pitch_coef=0; vbr->last_quality=0; vbr->noise_accum = .05*pow(MIN_ENERGY, NOISE_POW); vbr->noise_accum_count=.05; vbr->noise_level=vbr->noise_accum/vbr->noise_accum_count; vbr->consec_noise=0; for (i=0;ilast_log_energy[i] = log(MIN_ENERGY); } /* This function should analyse the signal and decide how critical the coding error will be perceptually. The following factors should be taken into account: -Attacks (positive energy derivative) should be coded with more bits -Stationary voiced segments should receive more bits -Segments with (very) low absolute energy should receive less bits (maybe only shaped noise?) -DTX for near-zero energy? -Stationary fricative segments should have less bits -Temporal masking: when energy slope is decreasing, decrease the bit-rate -Decrease bit-rate for males (low pitch)? -(wideband only) less bits in the high-band when signal is very non-stationary (harder to notice high-frequency noise)??? */ float vbr_analysis(VBRState *vbr, float *sig, int len, int pitch, float pitch_coef) { int i; float ener=0, ener1=0, ener2=0; float qual=7; int va; float log_energy; float non_st=0; float voicing; float pow_ener; for (i=0;i>1;i++) ener1 += sig[i]*sig[i]; for (i=len>>1;ilast_log_energy[i]); non_st = non_st/(30*VBR_MEMORY_SIZE); if (non_st>1) non_st=1; voicing = 3*(pitch_coef-.4)*fabs(pitch_coef-.4); vbr->average_energy = (1-vbr->energy_alpha)*vbr->average_energy + vbr->energy_alpha*ener; vbr->noise_level=vbr->noise_accum/vbr->noise_accum_count; pow_ener = pow(ener,NOISE_POW); if (vbr->noise_accum_count<.06 && ener>MIN_ENERGY) vbr->noise_accum = .05*pow_ener; if ((voicing<.3 && non_st < .2 && pow_ener < 1.2*vbr->noise_level) || (voicing<.3 && non_st < .05 && pow_ener < 1.5*vbr->noise_level) || (voicing<.4 && non_st < .05 && pow_ener < 1.2*vbr->noise_level) || (voicing<0 && non_st < .05)) { float tmp; va = 0; vbr->consec_noise++; if (pow_ener > 3*vbr->noise_level) tmp = 3*vbr->noise_level; else tmp = pow_ener; if (vbr->consec_noise>=4) { vbr->noise_accum = .95*vbr->noise_accum + .05*tmp; vbr->noise_accum_count = .95*vbr->noise_accum_count + .05; } } else { va = 1; vbr->consec_noise=0; } if (pow_ener < vbr->noise_level && ener>MIN_ENERGY) { vbr->noise_accum = .95*vbr->noise_accum + .05*pow_ener; vbr->noise_accum_count = .95*vbr->noise_accum_count + .05; } /* Checking for very low absolute energy */ if (ener < 30000) { qual -= .7; if (ener < 10000) qual-=.7; if (ener < 3000) qual-=.7; } else { float short_diff, long_diff; short_diff = log((ener+1)/(1+vbr->last_energy)); long_diff = log((ener+1)/(1+vbr->average_energy)); /*fprintf (stderr, "%f %f\n", short_diff, long_diff);*/ if (long_diff<-5) long_diff=-5; if (long_diff>2) long_diff=2; if (long_diff>0) qual += .6*long_diff; if (long_diff<0) qual += .5*long_diff; if (short_diff>0) { if (short_diff>5) short_diff=5; qual += .5*short_diff; } /* Checking for energy increases */ if (ener2 > 1.6*ener1) qual += .5; } vbr->last_energy = ener; vbr->soft_pitch = .6*vbr->soft_pitch + .4*pitch_coef; qual += 2.2*((pitch_coef-.4) + (vbr->soft_pitch-.4)); if (qual < vbr->last_quality) qual = .5*qual + .5*vbr->last_quality; if (qual<4) qual=4; if (qual>10) qual=10; /* if (vbr->consec_noise>=2) qual-=1.3; if (vbr->consec_noise>=5) qual-=1.3; if (vbr->consec_noise>=12) qual-=1.3; */ if (vbr->consec_noise>=3) qual=4; if (vbr->consec_noise) qual -= 1.0 * (log(3.0 + vbr->consec_noise)-log(3)); if (qual<0) qual=0; if (ener<60000) { if (vbr->consec_noise>2) qual-=0.5*(log(3.0 + vbr->consec_noise)-log(3)); if (ener<10000&&vbr->consec_noise>2) qual-=0.5*(log(3.0 + vbr->consec_noise)-log(3)); if (qual<0) qual=0; qual += .3*log(ener/60000.0); } if (qual<-1) qual=-1; /*printf ("%f %f %f %f %d\n", qual, voicing, non_st, pow_ener/(.01+vbr->noise_level), va);*/ vbr->last_pitch_coef = pitch_coef; vbr->last_quality = qual; for (i=VBR_MEMORY_SIZE-1;i>0;i--) vbr->last_log_energy[i] = vbr->last_log_energy[i-1]; vbr->last_log_energy[0] = log_energy; /*printf ("VBR: %f %f %f %d %f\n", (float)(log_energy-log(vbr->average_energy+MIN_ENERGY)), non_st, voicing, va, vbr->noise_level);*/ return qual; } void vbr_destroy(VBRState *vbr) { } openh323_v1_18_0/plugins/audio/Speex/libspeex/vbr.h0100644000176200056700000000430710034001074022244 0ustar releasepostincr/* Copyright (C) 2002 Jean-Marc Valin File: vbr.h VBR-related routines Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of the Xiph.org Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef VBR_H #define VBR_H #define VBR_MEMORY_SIZE 5 extern float vbr_nb_thresh[9][11]; extern float vbr_hb_thresh[5][11]; extern float vbr_uhb_thresh[2][11]; typedef struct VBRState { float energy_alpha; float average_energy; float last_energy; float last_log_energy[VBR_MEMORY_SIZE]; float accum_sum; float last_pitch_coef; float soft_pitch; float last_quality; float noise_level; float noise_accum; float noise_accum_count; int consec_noise; } VBRState; void vbr_init(VBRState *vbr); float vbr_analysis(VBRState *vbr, float *sig, int len, int pitch, float pitch_coef); void vbr_destroy(VBRState *vbr); #endif openh323_v1_18_0/plugins/audio/Speex/libspeex/vq.c0100644000176200056700000000670510034001074022100 0ustar releasepostincr/* Copyright (C) 2002 Jean-Marc Valin File: vq.c Vector quantization Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of the Xiph.org Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "vq.h" /*Finds the index of the entry in a codebook that best matches the input*/ int vq_index(float *in, float *codebook, int len, int entries) { int i,j; float min_dist=0; int best_index=0; for (i=0;i= 1) && (k > used || dist < best_dist[k-1]); k--) { best_dist[k]=best_dist[k-1]; nbest[k] = nbest[k-1]; } best_dist[k]=dist; nbest[k]=i; used++; } } } /*Finds the indices of the n-best entries in a codebook with sign*/ void vq_nbest_sign(float *in, float *codebook, int len, int entries, float *E, int N, int *nbest, float *best_dist) { int i,j,k, sign, used; used=0; for (i=0;i0) { sign=1; dist=-dist; } else { sign=0; } dist += .5*E[i]; if (i= 1) && (k > used || dist < best_dist[k-1]); k--) { best_dist[k]=best_dist[k-1]; nbest[k] = nbest[k-1]; } best_dist[k]=dist; nbest[k]=i; used++; if (sign) nbest[k]+=entries; } } } openh323_v1_18_0/plugins/audio/Speex/libspeex/vq.h0100644000176200056700000000357110034001074022103 0ustar releasepostincr/* Copyright (C) 2002 Jean-Marc Valin File: vq.h Vector quantization Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of the Xiph.org Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef VQ_H #define VQ_H int vq_index(float *in, float *codebook, int len, int entries); void vq_nbest(float *in, float *codebook, int len, int entries, float *E, int N, int *nbest, float *best_dist); void vq_nbest_sign(float *in, float *codebook, int len, int entries, float *E, int N, int *nbest, float *best_dist); #endif openh323_v1_18_0/plugins/audio/Speex/AUTHORS0100644000176200056700000000071510034001073020535 0ustar releasepostincrJean-Marc Valin All the code except the following David Rowe via VoiceTronix lsp.c lsp.h Also ideas and feedback John Francis Edwards: wave_out.[ch], some #ifdefs for windows port and MSVC project files Atsuhiko Yamanaka : Patch to speexenc.c to add Vorbis comment format Radim Kolar : Patch to speexenc.c for supporting more input formats openh323_v1_18_0/plugins/audio/Speex/COPYING0100644000176200056700000000262110034001073020516 0ustar releasepostincrRedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Neither the name of the Xiph.org Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. openh323_v1_18_0/plugins/audio/Speex/Makefile.in0100644000176200056700000000676010117721376021561 0ustar releasepostincr# # Makefile for Speex Codec Plugin # # Copyright (C) 2004 Post Increment, All Rights Reserved # # The contents of this file are subject to the Mozilla Public License # Version 1.0 (the "License"); you may not use this file except in # compliance with the License. You may obtain a copy of the License at # http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See # the License for the specific language governing rights and limitations # under the License. # # The Original Code is Open H323 library. # # The Initial Developer of the Original Code is Post Increment # # Contributor(s): ______________________________________. # # $Log: Makefile.in,v $ # Revision 1.5 2004/09/09 00:25:34 csoutheren # Fixed Speex plugin on x64 systems thanks to Andrew Walrond. I know other # have submitted this fix too - my apolgies for not including your names # # Revision 1.4 2004/08/22 04:20:19 csoutheren # Added -fPIC to build commands to fix problems on 64 bit platforms # Thanks to Klaus Kaempf # # Revision 1.3 2004/06/24 23:33:17 csoutheren # Changed Makefiles to ensure all plugins have correct suffix # # Revision 1.2 2004/05/03 11:08:30 csoutheren # Modified to allow plugins to be created on various platforms # # Revision 1.1 2004/04/29 14:48:00 csoutheren # Reconfigured plugin makefiles per suggestions from Damien Sandras # Changed install targets to use $(INSTALL) # # Revision 1.4 2004/04/27 09:59:27 csoutheren # Updated codec specific Makefiles # # Revision 1.3 2004/04/09 12:24:18 csoutheren # Renamed h323plugin.h to opalplugin.h, and modified everything else # as required # # Revision 1.2 2004/04/04 12:57:49 csoutheren # Updated Makefiles and fixed Linux problems # # STDCCFLAGS += -fPIC PREFIX=@INSTALLPREFIX@ exec_prefix = ${PREFIX} LIBDIR=@LIBDIR@ H323_SYSTEM_SPEEX=@H323_SYSTEM_SPEEX@ CC=@CC@ CXX=@CXX@ LDSO=@LDSO@ ifndef PREFIX PREFIX=/usr/local endif SONAME = speexccodec SRCDIR = ./libspeex SRCS = speexcodec.cxx ifndef H323_SYSTEM_SPEEX SRCS += $(SRCDIR)/nb_celp.c $(SRCDIR)/sb_celp.c $(SRCDIR)/lpc.c $(SRCDIR)/ltp.c $(SRCDIR)/lsp.c \ $(SRCDIR)/quant_lsp.c $(SRCDIR)/lsp_tables_nb.c $(SRCDIR)/gain_table.c $(SRCDIR)/gain_table_lbr.c \ $(SRCDIR)/cb_search.c $(SRCDIR)/filters.c $(SRCDIR)/bits.c $(SRCDIR)/modes.c $(SRCDIR)/vq.c \ $(SRCDIR)/high_lsp_tables.c $(SRCDIR)/vbr.c $(SRCDIR)/hexc_table.c $(SRCDIR)/exc_5_256_table.c \ $(SRCDIR)/exc_5_64_table.c $(SRCDIR)/exc_8_128_table.c $(SRCDIR)/exc_20_32_table.c \ $(SRCDIR)/exc_10_32_table.c $(SRCDIR)/exc_10_16_table.c $(SRCDIR)/hexc_10_32_table.c $(SRCDIR)/misc.c \ $(SRCDIR)/speex_header.c $(SRCDIR)/speex_callbacks.c EXTRALIBS = else EXTRALIBS = -lspeex endif OBJDIR = ./obj vpath %.o $(OBJDIR) vpath %.c $(SRCDIR) vpath %.cxx $(SRCDIR) $(OBJDIR)/%.o : %.c @mkdir -p $(OBJDIR) >/dev/null 2>&1 $(CC) -g -c $(STDCCFLAGS) $(CCFLAGS) -o $@ $< $(OBJDIR)/%.o : %.cxx @mkdir -p $(OBJDIR) >/dev/null 2>&1 $(CXX) -g -c -I../../../include $(STDCCFLAGS) $(CCFLAGS) -o $@ $< PLUGIN = ./speex_audio_pwplugin.so OBJECTS = $(addprefix $(OBJDIR)/,$(patsubst %.cxx,%.o,$(patsubst %.c,%.o,$(notdir $(SRCS))))) $(PLUGIN): $(OBJECTS) $(CC) $(LDSO)$(SONAME) -o $@ $^ $(EXTRALIBS) install: mkdir -p $(DESTDIR)$(LIBDIR)/pwlib/codecs/audio/ cp $(PLUGIN) $(DESTDIR)$(LIBDIR)/pwlib/codecs/audio/ uninstall: rm -f $(DESTDIR)$(LIBDIR)/pwlib/codecs/audio/$(PLUGIN) clean: rm -f $(OBJECTS) $(PLUGIN) ########################################### openh323_v1_18_0/plugins/audio/Speex/PART_OF_SPEEX0100644000176200056700000000025010034001074021501 0ustar releasepostincrThe Speex codec is part of the Speex Library by Jean-Marc Valin http://www.speex.org The Speex codec was imported from Speex 1.0. openh323_v1_18_0/plugins/audio/Speex/README0100644000176200056700000000130010034001074020335 0ustar releasepostincrSee INSTALL file for instruction on how to install Speex. The Speex project aims to build an open-source patent-free voice codec. Unlike other codecs like MP3 and Ogg Vorbis, Speex is specially designed for compressing voice at low bit-rates for applications such as voice over IP (VoIP). In some sense, it is meant to be complementary to the Ogg Vorbis codec. Although we aim at providing a patent-free codec, we strongly suggest you have a look at patent issues if you are thinking about using Speex commercially. The speech coding field is a real patent minefield and the scope and enforceability of all these patents is sometimes unclear, not to mention that each country has different laws. openh323_v1_18_0/plugins/audio/Speex/Speex.dsp0100644000176200056700000001464010277313520021277 0ustar releasepostincr# Microsoft Developer Studio Project File - Name="Speex" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 CFG=Speex - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE !MESSAGE NMAKE /f "Speex.mak". !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE !MESSAGE NMAKE /f "Speex.mak" CFG="Speex - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "Speex - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "Speex - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 # PROP Scc_ProjName "" # PROP Scc_LocalPath "" CPP=cl.exe MTL=midl.exe RSC=rc.exe !IF "$(CFG)" == "Speex - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "Release" # PROP BASE Intermediate_Dir "Release" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "..\..\Release" # PROP Intermediate_Dir "..\..\Release\Speex" # PROP Ignore_Export_Lib 1 # PROP Target_Dir "" # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SPEEX_EXPORTS" /YX /FD /c # ADD CPP /nologo /MD /W3 /GR /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PLUGIN_CODEC_DLL_EXPORTS" /YX /FD /c # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0xc09 /d "NDEBUG" # ADD RSC /l 0xc09 /d "NDEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /pdb:none /machine:I386 /out:"../../Release/speex_pwplugin.dll" /implib:"..\..\Release\Speex/speexcodec.lib" !ELSEIF "$(CFG)" == "Speex - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "Debug" # PROP BASE Intermediate_Dir "Debug" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "..\..\Debug" # PROP Intermediate_Dir "..\..\Debug\Speex" # PROP Ignore_Export_Lib 1 # PROP Target_Dir "" # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SPEEX_EXPORTS" /YX /FD /GZ /c # ADD CPP /nologo /MDd /W3 /Gm /GR /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PLUGIN_CODEC_DLL_EXPORTS" /YX /FD /GZ /c # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0xc09 /d "_DEBUG" # ADD RSC /l 0xc09 /d "_DEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"../../Debug/speex_pwplugin.dll" /implib:"..\..\Debug\Speex/speexcodec.lib" /pdbtype:sept # SUBTRACT LINK32 /pdb:none !ENDIF # Begin Target # Name "Speex - Win32 Release" # Name "Speex - Win32 Debug" # Begin Group "Source Files" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File SOURCE=.\speexcodec.cxx # ADD CPP /W1 # End Source File # End Group # Begin Group "Speex" # PROP Default_Filter "" # Begin Source File SOURCE=.\libspeex\bits.c # ADD CPP /W1 # End Source File # Begin Source File SOURCE=.\libspeex\cb_search.c # ADD CPP /W1 # End Source File # Begin Source File SOURCE=.\libspeex\exc_10_16_table.c # ADD CPP /W1 # End Source File # Begin Source File SOURCE=.\libspeex\exc_10_32_table.c # ADD CPP /W1 # End Source File # Begin Source File SOURCE=.\libspeex\exc_20_32_table.c # ADD CPP /W1 # End Source File # Begin Source File SOURCE=.\libspeex\exc_5_256_table.c # ADD CPP /W1 # End Source File # Begin Source File SOURCE=.\libspeex\exc_5_64_table.c # ADD CPP /W1 # End Source File # Begin Source File SOURCE=.\libspeex\exc_8_128_table.c # ADD CPP /W1 # End Source File # Begin Source File SOURCE=.\libspeex\filters.c # ADD CPP /W1 # End Source File # Begin Source File SOURCE=.\libspeex\gain_table.c # ADD CPP /W1 # End Source File # Begin Source File SOURCE=.\libspeex\gain_table_lbr.c # ADD CPP /W1 # End Source File # Begin Source File SOURCE=.\libspeex\hexc_10_32_table.c # ADD CPP /W1 # End Source File # Begin Source File SOURCE=.\libspeex\hexc_table.c # ADD CPP /W1 # End Source File # Begin Source File SOURCE=.\libspeex\high_lsp_tables.c # ADD CPP /W1 # End Source File # Begin Source File SOURCE=.\libspeex\lpc.c # ADD CPP /W1 # End Source File # Begin Source File SOURCE=.\libspeex\lsp.c # ADD CPP /W1 # End Source File # Begin Source File SOURCE=.\libspeex\lsp_tables_nb.c # ADD CPP /W1 # End Source File # Begin Source File SOURCE=.\libspeex\ltp.c # ADD CPP /W1 # End Source File # Begin Source File SOURCE=.\libspeex\math_approx.c # ADD CPP /W1 # End Source File # Begin Source File SOURCE=.\libspeex\misc.c # ADD CPP /W1 # End Source File # Begin Source File SOURCE=.\libspeex\modes.c # ADD CPP /W1 # End Source File # Begin Source File SOURCE=.\libspeex\nb_celp.c # ADD CPP /W1 # End Source File # Begin Source File SOURCE=.\libspeex\quant_lsp.c # ADD CPP /W1 # End Source File # Begin Source File SOURCE=.\libspeex\sb_celp.c # ADD CPP /W1 # End Source File # Begin Source File SOURCE=.\libspeex\speex_callbacks.c # ADD CPP /W1 # End Source File # Begin Source File SOURCE=.\libspeex\speex_header.c # ADD CPP /W1 # End Source File # Begin Source File SOURCE=.\libspeex\stereo.c # ADD CPP /W1 # End Source File # Begin Source File SOURCE=.\libspeex\vbr.c # ADD CPP /W1 # End Source File # Begin Source File SOURCE=.\libspeex\vq.c # ADD CPP /W1 # End Source File # End Group # End Target # End Project openh323_v1_18_0/plugins/audio/Speex/Speex.vcproj0100644000176200056700000005420410277330614022017 0ustar releasepostincr openh323_v1_18_0/plugins/audio/Speex/speexcodec.cxx0100644000176200056700000007040110277773171022362 0ustar releasepostincr/* * Speex Plugin codec for OpenH323/OPAL * * Copyright (C) 2004 Post Increment, All Rights Reserved * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Post Increment * * Contributor(s): ______________________________________. * * $Log: speexcodec.cxx,v $ * Revision 1.18 2005/08/15 01:57:13 csoutheren * Removed error/warning on 64 bit platforms * * Revision 1.17 2005/07/15 10:09:00 rogerhardiman * Fix SF bug 1237507. Windows uses malloc.h. Linux and FreeBSD uses stdlib.h * Wrap #include with _WIN32 to be consistent with malloc.h in pwlib. * * Revision 1.16 2004/12/20 23:37:43 csoutheren * Added packet loss concealment as per Jean-Marc Valin suggestions * * Revision 1.15 2004/12/20 23:18:01 csoutheren * Added stdlib.h to all plugins to keep FreeBSD happy * Thanks to Kevin Oberman * * Revision 1.14 2004/12/06 13:57:16 csoutheren * Fixed cut and paste error with wideband speex codec * * Revision 1.13 2004/11/29 06:29:02 csoutheren * Added support for wideband codec modes * * Revision 1.12 2004/06/16 05:32:52 csoutheren * Removed non-working codecs * * Revision 1.11 2004/06/16 04:35:50 csoutheren * Cleanup and add extra tables * * Revision 1.10 2004/06/16 04:21:05 csoutheren * Added rest of supported Speex codecs * * Revision 1.9 2004/06/16 03:57:58 csoutheren * Fixed strings * * Revision 1.8 2004/06/16 03:33:03 csoutheren * Initial support for ACM Speex * * Revision 1.7 2004/05/13 10:35:09 csoutheren * Fixed bit rates and bytes per frame for each codec * * Revision 1.6 2004/05/12 12:32:44 csoutheren * More name fixes * * Revision 1.5 2004/05/12 11:27:04 csoutheren * Changed codec name to match embedded codec * * Revision 1.4 2004/04/09 12:24:18 csoutheren * Renamed h323plugin.h to opalplugin.h, and modified everything else * as required * * Revision 1.3 2004/04/04 12:57:49 csoutheren * Updated Makefiles and fixed Linux problems * * Revision 1.2 2004/04/04 12:44:18 csoutheren * Added file headers * */ #include extern "C" { PLUGIN_CODEC_IMPLEMENT("Speex") }; #include #ifdef _WIN32 #include #endif #include #include "libspeex/speex.h" #define NARROW_SAMPLES_PER_FRAME 160 #define WIDE_SAMPLES_PER_FRAME 320 #define NARROW_NS_PER_FRAME 20000 #define WIDE_NS_PER_FRAME 20000 const float MaxSampleValue = 32767.0; const float MinSampleValue = -32767.0; struct PluginSpeexContext { struct SpeexBits * bits; void * coderState; unsigned encoderFrameSize; }; ///////////////////////////////////////////////////////////////////////////// static void * create_encoder(const struct PluginCodec_Definition * codec) { int mode = (int)(long)(codec->userData); struct PluginSpeexContext * context = new PluginSpeexContext; context->bits = new SpeexBits; speex_bits_init(context->bits); if (codec->sampleRate == 16000) context->coderState = speex_encoder_init(&speex_wb_mode); else context->coderState = speex_encoder_init(&speex_nb_mode); speex_encoder_ctl(context->coderState, SPEEX_GET_FRAME_SIZE, &context->encoderFrameSize); speex_encoder_ctl(context->coderState, SPEEX_SET_QUALITY, &mode); return context; } static int codec_encoder(const struct PluginCodec_Definition * codec, void * _context, const void * from, unsigned * fromLen, void * to, unsigned * toLen, unsigned int * flag) { PluginSpeexContext * context = (PluginSpeexContext *)_context; if (*fromLen != codec->samplesPerFrame*2) return 0; short * sampleBuffer = (short *)from; // convert PCM to float float floatData[WIDE_SAMPLES_PER_FRAME]; int i; for (i = 0; i < codec->samplesPerFrame; i++) floatData[i] = sampleBuffer[i]; // encode PCM data in sampleBuffer to buffer speex_bits_reset(context->bits); speex_encode(context->coderState, floatData, context->bits); *toLen = speex_bits_write(context->bits, (char *)to, context->encoderFrameSize); return 1; } static void destroy_encoder(const struct PluginCodec_Definition * codec, void * _context) { PluginSpeexContext * context = (PluginSpeexContext *)_context; speex_bits_destroy(context->bits); free(context->bits); speex_encoder_destroy(context->coderState); free(context); } static void * create_decoder(const struct PluginCodec_Definition * codec) { int tmp = 1; PluginSpeexContext * context = new PluginSpeexContext; context->bits = new SpeexBits; speex_bits_init(context->bits); if (codec->sampleRate == 16000) context->coderState = speex_decoder_init(&speex_wb_mode); else context->coderState = speex_decoder_init(&speex_nb_mode); speex_decoder_ctl(context->coderState, SPEEX_SET_ENH, &tmp); return context; } static int codec_decoder(const struct PluginCodec_Definition * codec, void * _context, const void * from, unsigned * fromLen, void * to, unsigned * toLen, unsigned int * flag) { struct PluginSpeexContext * context = (struct PluginSpeexContext *)_context; float floatData[WIDE_SAMPLES_PER_FRAME]; short * sampleBuffer = (short *)to; // if this is a packet loss concealment frame, generate interpolated data // else decode the real data if (*flag & PluginCodec_CoderSilenceFrame) speex_decode(context->coderState, NULL, floatData); else { speex_bits_read_from(context->bits, (char *)from, *fromLen); speex_decode(context->coderState, context->bits, floatData); } // convert float to PCM int i; for (i = 0; i < codec->samplesPerFrame; i++) { float sample = floatData[i]; if (sample < MinSampleValue) sample = MinSampleValue; else if (sample > MaxSampleValue) sample = MaxSampleValue; sampleBuffer[i] = (short)sample; } return 1; } static void destroy_decoder(const struct PluginCodec_Definition * codec, void * _context) { struct PluginSpeexContext * context = (struct PluginSpeexContext *)_context; speex_bits_destroy(context->bits); free(context->bits); speex_decoder_destroy(context->coderState); free(context); } ///////////////////////////////////////////////////////////////////////////// static struct PluginCodec_information licenseInfo = { //1081075346, // Sun 04 Apr 2004 10:42:26 AM UTC //1087351735, // Wed 16 Jun 2004 02:08:55 AM UTC 1101695533, // Mon 29 Nov 2004 12:32:13 PM EST "Craig Southeren, Post Increment", // source code author "3.1", // source code version "craigs@postincrement.com", // source code email "http://www.postincrement.com", // source code URL "Copyright (C) 2004 by Post Increment, All Rights Reserved", // source code copyright "MPL 1.0", // source code license PluginCodec_License_MPL, // source code license "Speex", // codec description "Jean-Marc Valin, Xiph Foundation.", // codec author "1.0.3", // codec version "jean-marc.valin@hermes.usherb.ca", // codec email "http://www.speex.org", // codec URL "(C) 2003 Xiph.Org Foundation, All Rights Reserved", // codec copyright information "Xiph BSD license", // codec license PluginCodec_License_BSD // codec license code }; static const char L16Desc[] = { "L16" }; static const char sdpSpeex[] = { "speex" }; #define EQUIVALENCE_COUNTRY_CODE 9 #define EQUIVALENCE_EXTENSION_CODE 0 #define EQUIVALENCE_MANUFACTURER_CODE 61 #define MICROSOFT_COUNTRY_CODE 181 #define MICROSOFT_T35EXTENSION 0 #define MICROSOFT_MANUFACTURER 21324 #define XIPH_COUNTRY_CODE 0xB5 #define XIPH_EXTENSION_CODE 0x00 #define XIPH_MANUFACTURER_CODE 0x0026 static const unsigned char speexWNarrow8kHdr[] = { 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa0, 0x00, 0x00, 0x00, 0xa0, 0x00, 0x04, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, // WAVEFORMATEX 0x09, 0xa1, // WORD wFormatTag; format type 0x01, 0x00, // WORD nChannels; number of channels (i.e. mono, stereo...) 0x40, 0x1f, 0x00, 0x00, // DWORD nSamplesPerSec; sample rate 0xe8, 0x03, 0x00, 0x00, // DWORD nAvgBytesPerSec; for buffer estimation 0x14, 0x00, // WORD nBlockAlign; block size of data 0x10, 0x00, // WORD wBitsPerSample; Number of bits per sample of mono data 0x0e, 0x00, // WORD cbSize; The count in bytes of the size of extra information // Speex additional information 0x00, 0x01, // SPEEXWAVEFORMAT_VERSION 0x01, 0x00, // nFramesPerBlock 0x03, 0x00, // nQuality 0x00, 0x00, // nMode 0xf4, 0x01, // nVbrQuality 0x03, 0x00, // nComplexity 0x00, 0x00, // nFlags // unknown 0x00, 0x00 }; //////////////////////////////////////////////////////////////////////////////////////////////// #define CREATE_IETFSPEEX_CAP_DATA(desc, suffix, ordinal, rate) \ static const char ietfSpeex##suffix[] = "SpeexIETF" #desc; \ static const char ietfSpeex##suffix##Str[] = "speex sr=" #rate ";mode=" #ordinal ";vbr=off;cng=off"; \ static struct PluginCodec_H323NonStandardCodecData ietfSpeex##suffix##Cap = \ { \ NULL, \ XIPH_COUNTRY_CODE, XIPH_EXTENSION_CODE, XIPH_MANUFACTURER_CODE, \ (const unsigned char *)ietfSpeex##suffix##Str, sizeof(ietfSpeex##suffix##Str)-1, \ NULL \ }; \ //////////////////////////////////////////////////////////////////////////////////////////////// #define CREATE_NARROW_SPEEX_CAP_DATA(desc, suffix, ordinal) \ static const char speex##suffix[] = "Speex" #desc; \ static const char speex##suffix##Str[] = "Speex bs4 Narrow" #ordinal; \ static struct PluginCodec_H323NonStandardCodecData speex##suffix##Cap = \ { \ NULL, \ EQUIVALENCE_COUNTRY_CODE, EQUIVALENCE_EXTENSION_CODE, EQUIVALENCE_MANUFACTURER_CODE, \ (const unsigned char *)speex##suffix##Str, sizeof(speex##suffix##Str)-1, \ NULL \ }; \ CREATE_IETFSPEEX_CAP_DATA(desc, suffix, ordinal, 8000) \ #define DECLARE_NARROW_SPEEX_CODEC(prefix, suffix, ordinal, bitsPerFrame) \ /* Original OpenH323 capability */ \ { \ /* encoder */ \ PLUGIN_CODEC_VERSION, /* codec API version */ \ &licenseInfo, /* license information */ \ PluginCodec_MediaTypeAudio | /* audio codec */ \ PluginCodec_InputTypeRaw | /* raw input data */ \ PluginCodec_OutputTypeRaw | /* raw output data */ \ PluginCodec_RTPTypeShared | /* share RTP code */ \ PluginCodec_RTPTypeDynamic | /* dynamic RTP type */ \ PluginCodec_DecodeSilence, /* can encode silence frames */ \ prefix##suffix, /* text decription */ \ L16Desc, /* source format */ \ prefix##suffix, /* destination format */ \ (void *)ordinal, /* user data */ \ 8000, /* samples per second */ \ bitsPerFrame*50, /* raw bits per second */ \ NARROW_NS_PER_FRAME, /* nanoseconds per frame */ \ NARROW_SAMPLES_PER_FRAME, /* samples per frame */ \ (bitsPerFrame + 7) / 8, /* bytes per frame */ \ 1, /* recommended number of frames per packet */ \ 1, /* maximum number of frames per packet */ \ 0, /* IANA RTP payload code */ \ sdpSpeex, /* RTP payload name */ \ create_encoder, /* create codec function */ \ destroy_encoder, /* destroy codec */ \ codec_encoder, /* encode/decode */ \ NULL, /* codec controls */ \ PluginCodec_H323Codec_nonStandard, /* h323CapabilityType */ \ &prefix##suffix##Cap /* h323CapabilityData */ \ }, \ { \ /* decoder */ \ PLUGIN_CODEC_VERSION, /* codec API version */ \ &licenseInfo, /* license information */ \ PluginCodec_MediaTypeAudio | /* audio codec */ \ PluginCodec_InputTypeRaw | /* raw input data */ \ PluginCodec_OutputTypeRaw | /* raw output data */ \ PluginCodec_RTPTypeShared | /* share RTP code */ \ PluginCodec_RTPTypeDynamic | /* dynamic RTP type */ \ PluginCodec_DecodeSilence, /* can encode silence frames */ \ prefix##suffix, /* text decription */ \ prefix##suffix, /* source format */ \ L16Desc, /* destination format */ \ (void *)ordinal, /* user data */ \ 8000, /* samples per second */ \ bitsPerFrame*50, /* raw bits per second */ \ NARROW_NS_PER_FRAME, /* nanoseconds per frame */ \ NARROW_SAMPLES_PER_FRAME, /* samples per frame */ \ (bitsPerFrame+7)/8, /* bytes per frame */ \ 1, /* recommended number of frames per packet */ \ 1, /* maximum number of frames per packet */ \ 0, /* IANA RTP payload code */ \ sdpSpeex, /* RTP payload name */ \ create_decoder, /* create codec function */ \ destroy_decoder, /* destroy codec */ \ codec_decoder, /* encode/decode */ \ NULL, /* codec controls */ \ PluginCodec_H323Codec_nonStandard, /* h323CapabilityType */ \ &prefix##suffix##Cap /* h323CapabilityData */ \ } \ CREATE_NARROW_SPEEX_CAP_DATA(Narrow-5.95k, Narrow5k95, 2) CREATE_NARROW_SPEEX_CAP_DATA(Narrow-8k, Narrow8k, 3) CREATE_NARROW_SPEEX_CAP_DATA(Narrow-11k, Narrow11k, 4) CREATE_NARROW_SPEEX_CAP_DATA(Narrow-15k, Narrow15k, 5) CREATE_NARROW_SPEEX_CAP_DATA(Narrow-18.2k, Narrow18k2, 6) CREATE_NARROW_SPEEX_CAP_DATA(Narrow-24.6k, Narrow24k6, 7) //////////////////////////////////////////////////////////////////////////////////////////////// #define CREATE_WIDE_SPEEX_CAP_DATA(desc, suffix, ordinal) \ static const char speex##suffix[] = "Speex" #desc; \ static const char speex##suffix##Str[] = "Speex bs4 Wide" #ordinal; \ static struct PluginCodec_H323NonStandardCodecData speex##suffix##Cap = \ { \ NULL, \ EQUIVALENCE_COUNTRY_CODE, EQUIVALENCE_EXTENSION_CODE, EQUIVALENCE_MANUFACTURER_CODE, \ (const unsigned char *)speex##suffix##Str, sizeof(speex##suffix##Str)-1, \ NULL \ }; \ CREATE_IETFSPEEX_CAP_DATA(desc, suffix, ordinal, 16000) #define DECLARE_WIDE_SPEEX_CODEC(prefix, suffix, ordinal, bitsPerFrame) \ /* Original OpenH323 capability */ \ { \ /* encoder */ \ PLUGIN_CODEC_VERSION, /* codec API version */ \ &licenseInfo, /* license information */ \ PluginCodec_MediaTypeAudio | /* audio codec */ \ PluginCodec_InputTypeRaw | /* raw input data */ \ PluginCodec_OutputTypeRaw | /* raw output data */ \ PluginCodec_RTPTypeShared | /* share RTP code */ \ PluginCodec_RTPTypeDynamic | /* dynamic RTP type */ \ PluginCodec_DecodeSilence, /* can encode silence frames */ \ prefix##suffix, /* text decription */ \ L16Desc, /* source format */ \ prefix##suffix, /* destination format */ \ (void *)ordinal, /* user data */ \ 16000, /* samples per second */ \ bitsPerFrame*50, /* raw bits per second */ \ WIDE_NS_PER_FRAME, /* nanoseconds per frame */ \ WIDE_SAMPLES_PER_FRAME, /* samples per frame */ \ (bitsPerFrame+7)/8, /* bytes per frame */ \ 1, /* recommended number of frames per packet */ \ 1, /* maximum number of frames per packet */ \ 0, /* IANA RTP payload code */ \ sdpSpeex, /* RTP payload name */ \ create_encoder, /* create codec function */ \ destroy_encoder, /* destroy codec */ \ codec_encoder, /* encode/decode */ \ NULL, /* codec controls */ \ PluginCodec_H323Codec_nonStandard, /* h323CapabilityType */ \ &prefix##suffix##Cap /* h323CapabilityData */ \ }, \ { \ /* decoder */ \ PLUGIN_CODEC_VERSION, /* codec API version */ \ &licenseInfo, /* license information */ \ PluginCodec_MediaTypeAudio | /* audio codec */ \ PluginCodec_InputTypeRaw | /* raw input data */ \ PluginCodec_OutputTypeRaw | /* raw output data */ \ PluginCodec_RTPTypeShared | /* share RTP code */ \ PluginCodec_RTPTypeDynamic | /* dynamic RTP type */ \ PluginCodec_DecodeSilence, /* can encode silence frames */ \ prefix##suffix, /* text decription */ \ prefix##suffix, /* source format */ \ L16Desc, /* destination format */ \ (void *)ordinal, /* user data */ \ 16000, /* samples per second */ \ bitsPerFrame*50, /* raw bits per second */ \ WIDE_NS_PER_FRAME, /* nanoseconds per frame */ \ WIDE_SAMPLES_PER_FRAME, /* samples per frame */ \ (bitsPerFrame+7)/8, /* bytes per frame */ \ 1, /* recommended number of frames per packet */ \ 1, /* maximum number of frames per packet */ \ 0, /* IANA RTP payload code */ \ sdpSpeex, /* RTP payload name */ \ create_decoder, /* create codec function */ \ destroy_decoder, /* destroy codec */ \ codec_decoder, /* encode/decode */ \ NULL, /* codec controls */ \ PluginCodec_H323Codec_nonStandard, /* h323CapabilityType */ \ &prefix##suffix##Cap /* h323CapabilityData */ \ } \ CREATE_WIDE_SPEEX_CAP_DATA(Wide-11.55k, Wide11k5, 2) CREATE_WIDE_SPEEX_CAP_DATA(Wide-17.6k, Wide17k6, 3) CREATE_WIDE_SPEEX_CAP_DATA(Wide-28.6k, Wide28k6, 4) //////////////////////////////////////////////////////////////////////////////////////////////// #define CREATE_NARROW_SPEEXW_CAP_DATA(desc, suffix, ordinal) \ static const char speexW##suffix[] = "SpeexW" #desc; \ static struct PluginCodec_H323NonStandardCodecData speexW##suffix##Cap = \ { \ NULL, \ MICROSOFT_COUNTRY_CODE, MICROSOFT_T35EXTENSION, MICROSOFT_MANUFACTURER, \ speexW##suffix##Hdr, sizeof(speexW##suffix##Hdr), \ NULL \ }; \ #define DECLARE_NARROW_SPEEXW_CODEC(suffix, ordinal, bitsPerFrame) \ /* SpeexW OpenH323 capability */ \ { \ /* encoder */ \ PLUGIN_CODEC_VERSION, /* codec API version */ \ &licenseInfo, /* license information */ \ PluginCodec_MediaTypeAudio | /* audio codec */ \ PluginCodec_InputTypeRaw | /* raw input data */ \ PluginCodec_OutputTypeRaw | /* raw output data */ \ PluginCodec_RTPTypeShared | /* share RTP code */ \ PluginCodec_RTPTypeDynamic | /* dynamic RTP type */ \ PluginCodec_DecodeSilence, /* can encode silence frames */ \ speexW##suffix, /* text decription */ \ L16Desc, /* source format */ \ speexW##suffix, /* destination format */ \ (void *)ordinal, /* user data */ \ 8000, /* samples per second */ \ bitsPerFrame*50, /* raw bits per second */ \ NARROW_NS_PER_FRAME, /* nanoseconds per frame */ \ NARROW_SAMPLES_PER_FRAME, /* samples per frame */ \ (bitsPerFrame+7)/8, /* bytes per frame */ \ 1, /* recommended number of frames per packet */ \ 1, /* maximum number of frames per packet */ \ 0, /* IANA RTP payload code */ \ NULL, /* RTP payload name */ \ create_encoder, /* create codec function */ \ destroy_encoder, /* destroy codec */ \ codec_encoder, /* encode/decode */ \ NULL, /* codec controls */ \ PluginCodec_H323Codec_nonStandard, /* h323CapabilityType */ \ &speexW##suffix##Cap /* h323CapabilityData */ \ }, \ { \ /* decoder */ \ PLUGIN_CODEC_VERSION, /* codec API version */ \ &licenseInfo, /* license information */ \ PluginCodec_MediaTypeAudio | /* audio codec */ \ PluginCodec_InputTypeRaw | /* raw input data */ \ PluginCodec_OutputTypeRaw | /* raw output data */ \ PluginCodec_RTPTypeShared | /* share RTP code */ \ PluginCodec_RTPTypeDynamic, /* dynamic RTP type */ \ speexW##suffix, /* text decription */ \ speexW##suffix, /* source format */ \ L16Desc, /* destination format */ \ (void *)ordinal, /* user data */ \ 8000, /* samples per second */ \ bitsPerFrame*50, /* raw bits per second */ \ NARROW_NS_PER_FRAME, /* nanoseconds per frame */ \ NARROW_SAMPLES_PER_FRAME, /* samples per frame */ \ (bitsPerFrame+7)/8, /* bytes per frame */ \ 1, /* recommended number of frames per packet */ \ 1, /* maximum number of frames per packet */ \ 0, /* IANA RTP payload code */ \ NULL, /* RTP payload name */ \ create_decoder, /* create codec function */ \ destroy_decoder, /* destroy codec */ \ codec_decoder, /* encode/decode */ \ NULL, /* codec controls */ \ PluginCodec_H323Codec_nonStandard, /* h323CapabilityType */ \ &speexW##suffix##Cap /* h323CapabilityData */ \ } \ CREATE_NARROW_SPEEXW_CAP_DATA(Narrow-8k, Narrow8k, 3) //////////////////////////////////////////////////////////////////////////////////////////////// #define NARROW_BITSPERFRAME_MODE2 119 // 5950 #define NARROW_BITSPERFRAME_MODE3 160 // 8000 #define NARROW_BITSPERFRAME_MODE4 220 // 11000 #define NARROW_BITSPERFRAME_MODE5 300 // 15000 #define NARROW_BITSPERFRAME_MODE6 364 // 18200 #define NARROW_BITSPERFRAME_MODE7 492 // 26400 #define WIDE_BITSPERFRAME_MODE2 (NARROW_BITSPERFRAME_MODE2 + 112) // 11550 #define WIDE_BITSPERFRAME_MODE3 (NARROW_BITSPERFRAME_MODE3 + 192) // 17600 #define WIDE_BITSPERFRAME_MODE4 (NARROW_BITSPERFRAME_MODE4 + 352) // 28600 static struct PluginCodec_Definition ver1SpeexCodecDefn[] = { DECLARE_NARROW_SPEEX_CODEC(speex, Narrow5k95, 2, NARROW_BITSPERFRAME_MODE2), DECLARE_NARROW_SPEEX_CODEC(speex, Narrow8k, 3, NARROW_BITSPERFRAME_MODE3), DECLARE_NARROW_SPEEX_CODEC(speex, Narrow11k, 4, NARROW_BITSPERFRAME_MODE4), DECLARE_NARROW_SPEEX_CODEC(speex, Narrow15k, 5, NARROW_BITSPERFRAME_MODE5), DECLARE_NARROW_SPEEX_CODEC(speex, Narrow18k2, 6, NARROW_BITSPERFRAME_MODE6), DECLARE_NARROW_SPEEX_CODEC(speex, Narrow24k6, 7, NARROW_BITSPERFRAME_MODE7), DECLARE_NARROW_SPEEX_CODEC(ietfSpeex, Narrow5k95, 2, NARROW_BITSPERFRAME_MODE2), DECLARE_NARROW_SPEEX_CODEC(ietfSpeex, Narrow8k, 3, NARROW_BITSPERFRAME_MODE3), DECLARE_NARROW_SPEEX_CODEC(ietfSpeex, Narrow11k, 4, NARROW_BITSPERFRAME_MODE4), DECLARE_NARROW_SPEEX_CODEC(ietfSpeex, Narrow15k, 5, NARROW_BITSPERFRAME_MODE5), DECLARE_NARROW_SPEEX_CODEC(ietfSpeex, Narrow18k2, 6, NARROW_BITSPERFRAME_MODE6), DECLARE_NARROW_SPEEX_CODEC(ietfSpeex, Narrow24k6, 7, NARROW_BITSPERFRAME_MODE7), //DECLARE_SPEEXW_CODEC(Narrow5k95, 2), // does not work DECLARE_NARROW_SPEEXW_CODEC(Narrow8k, 3, NARROW_BITSPERFRAME_MODE3), //DECLARE_SPEEX_CODEC(Narrow11k, 4), // does not work //DECLARE_SPEEX_CODEC(Narrow15k, 5), // does not work //DECLARE_SPEEX_CODEC(Narrow18k2, 6), // does not work //DECLARE_SPEEX_CODEC(Narrow24k6, 7) // does not work }; #define NUM_VER1_DEFNS (sizeof(ver1SpeexCodecDefn) / sizeof(struct PluginCodec_Definition)) static struct PluginCodec_Definition ver2SpeexCodecDefn[] = { DECLARE_NARROW_SPEEX_CODEC(speex, Narrow5k95, 2, NARROW_BITSPERFRAME_MODE2), DECLARE_NARROW_SPEEX_CODEC(speex, Narrow8k, 3, NARROW_BITSPERFRAME_MODE3), DECLARE_NARROW_SPEEX_CODEC(speex, Narrow11k, 4, NARROW_BITSPERFRAME_MODE4), DECLARE_NARROW_SPEEX_CODEC(speex, Narrow15k, 5, NARROW_BITSPERFRAME_MODE5), DECLARE_NARROW_SPEEX_CODEC(speex, Narrow18k2, 6, NARROW_BITSPERFRAME_MODE6), DECLARE_NARROW_SPEEX_CODEC(speex, Narrow24k6, 7, NARROW_BITSPERFRAME_MODE7), DECLARE_NARROW_SPEEX_CODEC(ietfSpeex, Narrow5k95, 2, NARROW_BITSPERFRAME_MODE2), DECLARE_NARROW_SPEEX_CODEC(ietfSpeex, Narrow8k, 3, NARROW_BITSPERFRAME_MODE3), DECLARE_NARROW_SPEEX_CODEC(ietfSpeex, Narrow11k, 4, NARROW_BITSPERFRAME_MODE4), DECLARE_NARROW_SPEEX_CODEC(ietfSpeex, Narrow15k, 5, NARROW_BITSPERFRAME_MODE5), DECLARE_NARROW_SPEEX_CODEC(ietfSpeex, Narrow18k2, 6, NARROW_BITSPERFRAME_MODE6), DECLARE_NARROW_SPEEX_CODEC(ietfSpeex, Narrow24k6, 7, NARROW_BITSPERFRAME_MODE7), //DECLARE_SPEEXW_CODEC(Narrow5k95, 2), // does not work DECLARE_NARROW_SPEEXW_CODEC(Narrow8k, 3, NARROW_BITSPERFRAME_MODE3), //DECLARE_SPEEX_CODEC(Narrow11k, 4), // does not work //DECLARE_SPEEX_CODEC(Narrow15k, 5), // does not work //DECLARE_SPEEX_CODEC(Narrow18k2, 6), // does not work //DECLARE_SPEEX_CODEC(Narrow24k6, 7) // does not work DECLARE_WIDE_SPEEX_CODEC(speex, Wide11k5, 2, WIDE_BITSPERFRAME_MODE2), DECLARE_WIDE_SPEEX_CODEC(speex, Wide17k6, 3, WIDE_BITSPERFRAME_MODE3), DECLARE_WIDE_SPEEX_CODEC(speex, Wide28k6, 4, WIDE_BITSPERFRAME_MODE4), DECLARE_WIDE_SPEEX_CODEC(ietfSpeex, Wide11k5, 2, WIDE_BITSPERFRAME_MODE2), DECLARE_WIDE_SPEEX_CODEC(ietfSpeex, Wide17k6, 3, WIDE_BITSPERFRAME_MODE3), DECLARE_WIDE_SPEEX_CODEC(ietfSpeex, Wide28k6, 4, WIDE_BITSPERFRAME_MODE4), }; #define NUM_VER2_DEFNS (sizeof(ver2SpeexCodecDefn) / sizeof(struct PluginCodec_Definition)) ///////////////////////////////////////////////////////////////////////////// extern "C" { PLUGIN_CODEC_DLL_API struct PluginCodec_Definition * PLUGIN_CODEC_GET_CODEC_FN(unsigned * count, unsigned version) { if (version == 1) { *count = NUM_VER1_DEFNS; return ver1SpeexCodecDefn; } else { *count = NUM_VER2_DEFNS; return ver2SpeexCodecDefn; } } }; openh323_v1_18_0/plugins/audio/VoiceAgeG729/0040755000176200056700000000000010411467452020454 5ustar releasepostincropenh323_v1_18_0/plugins/audio/VoiceAgeG729/VoiceAgeG729.dsp0100644000176200056700000001061410277313520023212 0ustar releasepostincr# Microsoft Developer Studio Project File - Name="VoiceAgeG729" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 CFG=VoiceAgeG729 - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE !MESSAGE NMAKE /f "VoiceAgeG729.mak". !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE !MESSAGE NMAKE /f "VoiceAgeG729.mak" CFG="VoiceAgeG729 - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "VoiceAgeG729 - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "VoiceAgeG729 - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 # PROP Scc_ProjName "" # PROP Scc_LocalPath "" CPP=cl.exe MTL=midl.exe RSC=rc.exe !IF "$(CFG)" == "VoiceAgeG729 - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "Release" # PROP BASE Intermediate_Dir "Release" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "..\..\Release" # PROP Intermediate_Dir "..\..\Release\VoiceAgeG729" # PROP Ignore_Export_Lib 1 # PROP Target_Dir "" # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "VOICEAGEG729_EXPORTS" /YX /FD /c # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PLUGIN_CODEC_DLL_EXPORTS" /YX /FD /c # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0xc09 /d "NDEBUG" # ADD RSC /l 0xc09 /d "NDEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 # ADD LINK32 va_g729/va_g729a.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /pdb:"./Release/VoiceAgeG729_pwplugin.pdb" /machine:I386 /out:"../../Release/VoiceAgeG729_pwplugin.dll" /implib:"..\..\Release\VoiceAgeG729/VoiceAgeG729.lib" # SUBTRACT LINK32 /pdb:none !ELSEIF "$(CFG)" == "VoiceAgeG729 - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "Debug" # PROP BASE Intermediate_Dir "Debug" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "..\..\Debug" # PROP Intermediate_Dir "..\..\Debug\VoiceAgeG729" # PROP Ignore_Export_Lib 1 # PROP Target_Dir "" # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "VOICEAGEG729_EXPORTS" /YX /FD /GZ /c # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PLUGIN_CODEC_DLL_EXPORTS" /YX /FD /GZ /c # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0xc09 /d "_DEBUG" # ADD RSC /l 0xc09 /d "_DEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept # ADD LINK32 va_g729/va_g729a.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"../../Debug/VoiceAgeG729_pwplugin.dll" /implib:"..\..\Debug\VoiceAgeG729/VoiceAgeG729.lib" /pdbtype:sept # SUBTRACT LINK32 /pdb:none !ENDIF # Begin Target # Name "VoiceAgeG729 - Win32 Release" # Name "VoiceAgeG729 - Win32 Debug" # Begin Group "Source Files" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File SOURCE=.\g729codec.c # End Source File # End Group # Begin Group "Header Files" # PROP Default_Filter "h;hpp;hxx;hm;inl" # End Group # Begin Group "Resource Files" # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" # End Group # End Target # End Project openh323_v1_18_0/plugins/audio/VoiceAgeG729/VoiceAgeG729.vcproj0100644000176200056700000001060310277330614023730 0ustar releasepostincr openh323_v1_18_0/plugins/audio/VoiceAgeG729/g729codec.c0100644000176200056700000002671210064412610022301 0ustar releasepostincr/* * Voice Age G.729A codec for OpenH323/OPAL * * Copyright (C) 2004 Post Increment, All Rights Reserved * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Post Increment * * Contributor(s): ______________________________________. * * $Log: g729codec.c,v $ * Revision 1.2 2004/06/17 22:04:56 csoutheren * Changed codec version number to be sensible rather than string $Ver$ * * Revision 1.1 2004/05/02 08:59:56 rjongbloed * Added VoiceAge G.729 codec plug in. * */ #include PLUGIN_CODEC_IMPLEMENT("VoiceAgeG729") // All of PWLib/OpenH323 use MSVCRT.LIB or MSVCRTD.LIB, but vag729a.lib uses // libcmt.lib, so we need to tell the linker to ignore it, can't have two // Run Time libraries! #pragma comment(linker, "/NODEFAULTLIB:libcmt.lib") #include #include #include "va_g729/va_g729a.h" #define SAMPLES_PER_FRAME L_FRAME #define BYTES_PER_FRAME L_FRAME_COMPRESSED #define NANOSECONDSPERFRAME 10000 #define BITS_PER_SECOND 8000 ///////////////////////////////////////////////////////////////////////////// static int encoderInUse = 0; static int decoderInUse = 0; static void * create_encoder(const struct PluginCodec_Definition * codec) { //if (encoderInUse) // return NULL; va_g729a_init_encoder(); encoderInUse = 1; return (void *)1; } static int codec_encoder(const struct PluginCodec_Definition * codec, void * context, const void * from, unsigned * fromLen, void * to, unsigned * toLen, unsigned int * flag) { //if (!encoderInUse) // return 0; if (*fromLen < SAMPLES_PER_FRAME*2 || *toLen < L_FRAME_COMPRESSED) return 0; va_g729a_encoder((short *)from, (unsigned char *)to); *fromLen = SAMPLES_PER_FRAME*2; *toLen = L_FRAME_COMPRESSED; return 1; } static void destroy_encoder(const struct PluginCodec_Definition * codec, void * context) { encoderInUse = 0; } static void * create_decoder(const struct PluginCodec_Definition * codec) { //if (decoderInUse) // return NULL; decoderInUse = 1; va_g729a_init_decoder(); return (void *)1; } static int codec_decoder(const struct PluginCodec_Definition * codec, void * context, const void * from, unsigned * fromLen, void * to, unsigned * toLen, unsigned int * flag) { //if (!decoderInUse) // return 0; if (*fromLen < L_FRAME_COMPRESSED || *toLen < SAMPLES_PER_FRAME*2) return 0; va_g729a_decoder((unsigned char *)from, (short *)to, 0); *fromLen = L_FRAME_COMPRESSED; *toLen = SAMPLES_PER_FRAME * 2; return 1; } static void destroy_decoder(const struct PluginCodec_Definition * codec, void * context) { decoderInUse = 0; } ///////////////////////////////////////////////////////////////////////////// static struct PluginCodec_information licenseInfo = { 1073619586, // timestamp = Fri 09 Jan 2004 03:39:46 AM UTC = "Craig Southeren, Post Increment", // source code author "1.0", // source code version "craigs@postincrement.com", // source code email "http://www.postincrement.com", // source code URL "Copyright (C) 2004 by Post Increment, All Rights Reserved", // source code copyright "MPL 1.0", // source code license PluginCodec_License_MPL, // source code license "G.729A", // codec description "VoiceAge Corporation", // codec author NULL, // codec version NULL, // codec email "http://www.voiceage.com", // codec URL "Copyright (C) 1995-2001 VoiceAge Corporation. All Rights Reserved", // codec copyright information "NULL", // codec license PluginCodec_License_ResearchAndDevelopmentUseOnly // codec license code }; static const char L16Desc[] = { "L16" }; static const char g729Descr[] = { "VoiceAge G729" }; static const char g729ADescr[] = { "VoiceAge G729A" }; static const char g729MediaFmt[] = { "G.729" }; static const char g729AMediaFmt[] = { "G.729A" }; static const char ianaName[] = { "G729" }; #define IANACODE 18 static struct PluginCodec_Definition g729CodecDefn[4] = { { // encoder PLUGIN_CODEC_VERSION, // codec API version &licenseInfo, // license information PluginCodec_MediaTypeAudio | // audio codec PluginCodec_InputTypeRaw | // raw input data PluginCodec_OutputTypeRaw | // raw output data PluginCodec_RTPTypeExplicit, // explicit RTP type g729Descr, // text decription L16Desc, g729MediaFmt, NULL, // user data 8000, // samples per second BITS_PER_SECOND, // raw bits per second NANOSECONDSPERFRAME, // nanoseconds per frame SAMPLES_PER_FRAME, // samples per frame 10, // bytes per frame 6, // recommended number of frames per packet 24, // maximum number of frames per packet IANACODE, // IANA RTP payload code ianaName, // RTP Payload name create_encoder, // create codec function destroy_encoder, // destroy codec codec_encoder, // encode/decode NULL, // codec controls PluginCodec_H323AudioCodec_g729, // h323CapabilityType NULL // h323CapabilityData }, { // decoder PLUGIN_CODEC_VERSION, // codec API version &licenseInfo, // license information PluginCodec_MediaTypeAudio | // audio codec PluginCodec_InputTypeRaw | // raw input data PluginCodec_OutputTypeRaw | // raw output data PluginCodec_RTPTypeExplicit, // explicit RTP type g729Descr, // text decription g729MediaFmt, L16Desc, NULL, // user data 8000, // samples per second BITS_PER_SECOND, // raw bits per second NANOSECONDSPERFRAME, // nanoseconds per frame SAMPLES_PER_FRAME, // samples per frame BYTES_PER_FRAME, // bytes per frame 6, // recommended number of frames per packet 24, // maximum number of frames per packet IANACODE, // IANA RTP payload code ianaName, // RTP Payload name create_decoder, // create codec function destroy_decoder, // destroy codec codec_decoder, // encode/decode NULL, // codec controls PluginCodec_H323AudioCodec_g729, // h323CapabilityType NULL // h323CapabilityData }, { // encoder PLUGIN_CODEC_VERSION, // codec API version &licenseInfo, // license information PluginCodec_MediaTypeAudio | // audio codec PluginCodec_InputTypeRaw | // raw input data PluginCodec_OutputTypeRaw | // raw output data PluginCodec_RTPTypeExplicit, // explicit RTP type g729ADescr, // text decription L16Desc, g729AMediaFmt, NULL, // user data 8000, // samples per second BITS_PER_SECOND, // raw bits per second NANOSECONDSPERFRAME, // nanoseconds per frame SAMPLES_PER_FRAME, // samples per frame BYTES_PER_FRAME, // bytes per frame 6, // recommended number of frames per packet 24, // maximum number of frames per packet IANACODE, // IANA RTP payload code ianaName, // RTP Payload name create_encoder, // create codec function destroy_encoder, // destroy codec codec_encoder, // encode/decode NULL, // codec controls PluginCodec_H323AudioCodec_g729AnnexA, // h323CapabilityType NULL // h323CapabilityData }, { // decoder PLUGIN_CODEC_VERSION, // codec API version &licenseInfo, // license information PluginCodec_MediaTypeAudio | // audio codec PluginCodec_InputTypeRaw | // raw input data PluginCodec_OutputTypeRaw | // raw output data PluginCodec_RTPTypeExplicit, // explicit RTP type g729ADescr, // text decription g729AMediaFmt, L16Desc, NULL, // user data 8000, // samples per second BITS_PER_SECOND, // raw bits per second NANOSECONDSPERFRAME, // nanoseconds per frame SAMPLES_PER_FRAME, // samples per frame BYTES_PER_FRAME, // bytes per frame 6, // recommended number of frames per packet 24, // maximum number of frames per packet IANACODE, // IANA RTP payload code ianaName, // RTP Payload name create_decoder, // create codec function destroy_decoder, // destroy codec codec_decoder, // encode/decode NULL, // codec controls PluginCodec_H323AudioCodec_g729AnnexA, // h323CapabilityType NULL // h323CapabilityData } }; #define NUM_DEFNS (sizeof(g729CodecDefn) / sizeof(struct PluginCodec_Definition)) ///////////////////////////////////////////////////////////////////////////// PLUGIN_CODEC_DLL_API struct PluginCodec_Definition * PLUGIN_CODEC_GET_CODEC_FN(unsigned * count, unsigned version) { *count = NUM_DEFNS; return g729CodecDefn; } openh323_v1_18_0/plugins/audio/gsm-amr/0040755000176200056700000000000010411467452017764 5ustar releasepostincropenh323_v1_18_0/plugins/audio/gsm-amr/src/0040755000176200056700000000000010411467452020553 5ustar releasepostincropenh323_v1_18_0/plugins/audio/gsm-amr/src/amrcodec.txt0100644000176200056700000000056210251211360023054 0ustar releasepostincrThis plugin implements an interface to the AMR-NB codec for OpenH323. For licensing reasons, the amr codec itself is not distributed with this plugin. Instead, you must download it yourself from http://www.3gpp.org/ftp/Specs/archive/26_series/26.104/26104-610.zip Unzip that file, and unzip the file 26104-610_ANSI_C_source_code.zip within it into this directory. openh323_v1_18_0/plugins/audio/gsm-amr/Makefile.in0100644000176200056700000000216310251211357022021 0ustar releasepostincr# # Makefile for GSM-AMR Codec Plugin # # Copyright (C) 2004 MX Telecom Ltd. # # $Id: Makefile.in,v 1.1 2005/06/07 03:22:23 csoutheren Exp $ PREFIX=@INSTALLPREFIX@ exec_prefix = ${PREFIX} LIBDIR=@LIBDIR@ H323_GSMAMR_NB_FLOAT=@H323_GSMAMR_NB_FLOAT@ CC=@CC@ CXX=@CXX@ LDSO=@LDSO@ ifndef PREFIX PREFIX=/usr/local endif SONAME = gsmamrcodec SRCS = amrcodec.c \ interf_enc.c \ interf_dec.c \ sp_dec.c \ sp_enc.c OBJDIR = ./obj SRCDIR = ./src/c-code vpath %.o $(OBJDIR) vpath %.c $(SRCDIR) CCFLAGS += -I../../../include -I$(SRCDIR) CCFLAGS += -DIF2 PLUGIN = ./$(SONAME)_pwplugin.so $(OBJDIR)/%.o : %.c @mkdir -p $(OBJDIR) >/dev/null 2>&1 $(CC) -g -c $(CCFLAGS) -o $@ $< OBJECTS = $(addprefix $(OBJDIR)/,$(patsubst %.c,%.o,$(notdir $(SRCS)))) ifeq ($(H323_GSMAMR_NB_FLOAT),1) $(PLUGIN): $(OBJECTS) $(CC) $(LDSO)$(SONAME) -o $@ $^ install: mkdir -p $(DESTDIR)$(LIBDIR)/pwlib/codecs/audio/ cp $(PLUGIN) $(DESTDIR)$(LIBDIR)/pwlib/codecs/audio/ uninstall: rm -f $(DESTDIR)$(LIBDIR)/pwlib/codecs/audio/$(PLUGIN) else install: uninstall: endif clean: rm -f $(OBJECTS) $(PLUGIN) ########################################### openh323_v1_18_0/plugins/audio/gsm-amr/amrcodec.c0100644000176200056700000002655210251610140021676 0ustar releasepostincr/* * AMR Plugin codec for OpenH323/OPAL * * Copyright (C) 2004 MX Telecom Ltd. * * $Id: amrcodec.c,v 1.3 2005/06/08 15:36:00 shorne Exp $ */ /*Disable some warnings on VC++*/ #ifdef _MSC_VER #pragma warning(disable : 4018) #pragma warning(disable : 4100) #endif #include "opalplugin.h" #include "src/interf_enc.h" #include "src/interf_dec.h" PLUGIN_CODEC_IMPLEMENT("AMR") #include #include /*************************************************************************** * * This plugin implements an interface to the AMR-NB codec for OpenH323. * * The amr codec itself is not distributed with this plugin. See amrcodec.txt * in the src subdirectory of the plugin source. * **************************************************************************/ /* generic parameters; see H.245 Annex I */ enum { GENERIC_PARAMETER_AMR_MAXAL_SDUFRAMES = 0, GENERIC_PARAMETER_AMR_BITRATE, GENERIC_PARAMETER_AMR_GSMAMRCOMFORTNOISE, GENERIC_PARAMETER_AMR_GSMEFRCOMFORTNOISE, GENERIC_PARAMETER_AMR_IS_641COMFORTNOISE, GENERIC_PARAMETER_AMR_PDCEFRCOMFORTNOISE }; /* values of the bit rate parameter */ enum { AMR_BITRATE_475 = 0, AMR_BITRATE_515, AMR_BITRATE_590, AMR_BITRATE_670, AMR_BITRATE_740, AMR_BITRATE_795, AMR_BITRATE_1020, AMR_BITRATE_1220 }; /* expected number of bytes, for a given mode */ static short bytes_per_frame[16]={ 13, 14, 16, 18, 19, 21, 26, 31, 6, 0, 0, 0, 0, 0, 0, 0 }; #define AMR_Mode 7 // this is what we hand back when we are asked to create an encoder typedef struct { void *encoder_state; // Encoder interface's opaque state int mode; // current mode } AmrEncoderContext; ///////////////////////////////////////////////////////////////////////////// static void * amr_create_encoder(const struct PluginCodec_Definition * codec) { AmrEncoderContext *ctx = malloc(sizeof(AmrEncoderContext)); if(ctx == NULL ) { fprintf(stderr,"AMR codec: unable to allocate context"); return NULL; } ctx->encoder_state = Encoder_Interface_init(0); if(ctx->encoder_state == NULL ) { // Encoder_Interface_init writes an error msg in this case; no need to // repeat free(ctx); return NULL; } ctx->mode = (int)codec->userData; // start off in mode 7 return ctx; } static void * amr_create_decoder(const struct PluginCodec_Definition * codec) { return Decoder_Interface_init(); } static void amr_destroy_encoder(const struct PluginCodec_Definition * codec, void * context) { AmrEncoderContext *ctx = (AmrEncoderContext *)context; Encoder_Interface_exit(ctx->encoder_state); free(ctx); } static void amr_destroy_decoder(const struct PluginCodec_Definition * codec, void * context) { Decoder_Interface_exit(context); } static int amr_codec_encoder(const struct PluginCodec_Definition * codec, void * context, const void * from, unsigned * fromLen, void * to, unsigned * toLen, unsigned int * flag) { AmrEncoderContext *ctx = (AmrEncoderContext *)context; unsigned int mode = ctx->mode; if( *fromLen != 160*sizeof(short)) { fprintf(stderr,"AMR codec: audio frame of size %u doesn't match expected %u\n", *fromLen,160*sizeof(short)); return 0; } if(*toLen < bytes_per_frame[mode]) { fprintf(stderr,"AMR codec: output buffer of size %u too short for mode %u\n", *toLen, mode ); return 0; } /* fprintf(stderr,"AMR codec: encoding to mode %u size %u\n", mode, *toLen); */ *toLen = Encoder_Interface_Encode(ctx->encoder_state,mode,(void *)from,to,0); return 1; } #if 0 static void hexprint(const void *ptr, unsigned len) { int i; const char *p = (const char *)ptr; for(i=0; i 31) return -1; /* 1-3 -> mode 7 4-7 -> mode 6 ... 28-31 -> mode 0 */ ctx->mode = 7-(q/4); return 0; } static int amr_get_quality(const struct PluginCodec_Definition * codec, void * context, const char * name, void * parm, unsigned * parmLen) { AmrEncoderContext *ctx = (AmrEncoderContext *)context; if(*parmLen != sizeof(int)) return -1; *(int *)parm = (7-ctx->mode)*4; return 0; } ///////////////////////////////////////////////////////////////////////////// static struct PluginCodec_information licenseInfo = { // Tue 13 Jul 2004 00:11:32 UTC = 1089677492, "Richard van der Hoff, MX Telecom Ltd.", // source code author "$Ver$", // source code version "richardv@mxtelecom.com", // source code email "http://www.mxtelecom.com", // source code URL "Copyright (C) 2004 MX Telecom Ltd.", // source code copyright "None", // source code license // FIXME PluginCodec_License_None, // source code license "GSM-AMR (Adaptive Multirate Codec)", // codec description "3rd Generation Partnership Project", // codec author NULL, // codec version NULL, // codec email "http://www.3gpp.org", // codec URL "", // codec copyright information "", // codec license PluginCodec_License_RoyaltiesRequired // codec license code }; static const struct PluginCodec_H323GenericParameterDefinition amr_params[] = { {1, GENERIC_PARAMETER_AMR_MAXAL_SDUFRAMES, PluginCodec_GenericParameter_ShortMin, {1}} }; static const struct PluginCodec_H323GenericCodecData amrcap = { "0.0.8.245.1.1.1", // capability identifier (Ref: Table I.1 in H.245) 122, 1, amr_params }; static struct PluginCodec_ControlDefn amrEncoderControlDefn[] = { {"set_quality", amr_set_quality}, {"get_quality", amr_get_quality}, {NULL, NULL} }; static const struct PluginCodec_Definition amrCodecDefn[] = { { // encoder PLUGIN_CODEC_VERSION, // codec API version &licenseInfo, // license information PluginCodec_MediaTypeAudio | // audio codec PluginCodec_InputTypeRaw | // raw input data PluginCodec_OutputTypeRaw | // raw output data PluginCodec_RTPTypeDynamic, // dynamic RTP type "GSM-AMR", // text decription "L16", // source format "GSM-AMR", // destination format (void *)AMR_Mode, // user data 8000, // samples per second 0, // raw bits per second 20000, // nanoseconds per frame 160, // samples per frame 32, // bytes per frame; 32 because // the sample coder stomps on // an extra byte 1, // recommended number of frames per packet 1, // maximum number of frames per packet 0, // IANA RTP payload code "AMR", // RTP payload name amr_create_encoder, // create codec function amr_destroy_encoder, // destroy codec amr_codec_encoder, // encode/decode amrEncoderControlDefn, // codec controls PluginCodec_H323Codec_generic, // h323CapabilityType (struct PluginCodec_H323GenericCodecData *)&amrcap // h323CapabilityData }, { // decoder PLUGIN_CODEC_VERSION, // codec API version &licenseInfo, // license information PluginCodec_MediaTypeAudio | // audio codec PluginCodec_InputTypeRaw | // raw input data PluginCodec_OutputTypeRaw | // raw output data PluginCodec_RTPTypeDynamic, // dynamic RTP type "GSM-AMR", // text decription "GSM-AMR", // source format "L16", // destination format (void *)AMR_Mode, // user data 8000, // samples per second 0, // raw bits per second 30000, // nanoseconds per frame 160, // samples per frame 31, // bytes per frame 1, // recommended number of frames per packet 1, // maximum number of frames per packet 0, // IANA RTP payload code "AMR", // RTP payload name amr_create_decoder, // create codec function amr_destroy_decoder, // destroy codec amr_codec_decoder, // encode/decode NULL, // codec controls PluginCodec_H323Codec_generic, // h323CapabilityType (struct PluginCodec_H323GenericCodecData *)&amrcap // h323CapabilityData } }; #define NUM_DEFNS (sizeof(amrCodecDefn) / sizeof(struct PluginCodec_Definition)) ///////////////////////////////////////////////////////////////////////////// PLUGIN_CODEC_DLL_API const struct PluginCodec_Definition * PLUGIN_CODEC_GET_CODEC_FN(unsigned * count, unsigned version) { *count = NUM_DEFNS; return amrCodecDefn; } #ifdef _MSC_VER #pragma warning(default : 4018) #pragma warning(default : 4100) #endifopenh323_v1_18_0/plugins/audio/gsm-amr/gsmamr.dsp0100644000176200056700000001203010277313521021750 0ustar releasepostincr# Microsoft Developer Studio Project File - Name="gsmamr" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 CFG=gsmamr - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE !MESSAGE NMAKE /f "gsmamr.mak". !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE !MESSAGE NMAKE /f "gsmamr.mak" CFG="gsmamr - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "gsmamr - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "gsmamr - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 # PROP Scc_ProjName "" # PROP Scc_LocalPath "" CPP=cl.exe MTL=midl.exe RSC=rc.exe !IF "$(CFG)" == "gsmamr - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "Release" # PROP BASE Intermediate_Dir "Release" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "..\..\Release" # PROP Intermediate_Dir "..\..\Release\GSMAMR" # PROP Ignore_Export_Lib 1 # PROP Target_Dir "" # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "gsmamr_EXPORTS" /Yu"stdafx.h" /FD /c # ADD CPP /nologo /MD /W3 /GR /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PLUGIN_CODEC_DLL_EXPORTS" /FD /c # SUBTRACT CPP /YX /Yc /Yu # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0xc09 /d "NDEBUG" # ADD RSC /l 0xc09 /d "NDEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /pdb:none /machine:I386 /out:"../../Release/gsmamr_pwplugin.dll" /implib:"..\..\Release\GSMAMR/gsmamr.lib" !ELSEIF "$(CFG)" == "gsmamr - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "Debug" # PROP BASE Intermediate_Dir "Debug" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "..\..\Debug" # PROP Intermediate_Dir "..\..\Debug\GSMAMR" # PROP Ignore_Export_Lib 1 # PROP Target_Dir "" # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "gsmamr_EXPORTS" /Yu"stdafx.h" /FD /GZ /c # ADD CPP /nologo /MDd /W4 /Gm /GR /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PLUGIN_CODEC_DLL_EXPORTS" /FD /GZ /c # SUBTRACT CPP /YX /Yc /Yu # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0xc09 /d "_DEBUG" # ADD RSC /l 0xc09 /d "_DEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"../../Debug/gsmamr_pwplugin.dll" /implib:"..\..\Debug\GSMAMR/gsmamr.lib" /pdbtype:sept # SUBTRACT LINK32 /pdb:none !ENDIF # Begin Target # Name "gsmamr - Win32 Release" # Name "gsmamr - Win32 Debug" # Begin Group "Source Files" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File SOURCE=.\amrcodec.c # End Source File # End Group # Begin Group "AMR Files" # PROP Default_Filter ".c" # Begin Group "AMR Source" # PROP Default_Filter "" # Begin Source File SOURCE=.\src\interf_dec.c # ADD CPP /W1 # End Source File # Begin Source File SOURCE=.\src\interf_enc.c # ADD CPP /W1 # End Source File # Begin Source File SOURCE=.\src\sp_dec.c # ADD CPP /W1 # End Source File # Begin Source File SOURCE=.\src\sp_enc.c # ADD CPP /W1 # End Source File # End Group # Begin Group "AMR Headers" # PROP Default_Filter "" # Begin Source File SOURCE=.\src\interf_dec.h # End Source File # Begin Source File SOURCE=.\src\interf_enc.h # End Source File # Begin Source File SOURCE=.\src\interf_rom.h # End Source File # Begin Source File SOURCE=.\src\rom_dec.h # End Source File # Begin Source File SOURCE=.\src\rom_enc.h # End Source File # Begin Source File SOURCE=.\src\sp_dec.h # End Source File # Begin Source File SOURCE=.\src\sp_enc.h # End Source File # Begin Source File SOURCE=.\src\typedef.h # End Source File # End Group # End Group # End Target # End Project openh323_v1_18_0/plugins/audio/gsm-amr/gsmamr.vcproj0100644000176200056700000001670510277331300022475 0ustar releasepostincr openh323_v1_18_0/plugins/audio/iLBC/0040755000176200056700000000000010411467452017172 5ustar releasepostincropenh323_v1_18_0/plugins/audio/iLBC/iLBC/0040755000176200056700000000000010411467452017743 5ustar releasepostincropenh323_v1_18_0/plugins/audio/iLBC/iLBC/FrameClassify.c0100644000176200056700000000622010124277303022627 0ustar releasepostincr /****************************************************************** iLBC Speech Coder ANSI-C Source Code FrameClassify.c Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ #include "iLBC_define.h" /*---------------------------------------------------------------* * Classification of subframes to localize start state *--------------------------------------------------------------*/ int FrameClassify( /* index to the max-energy sub-frame */ iLBC_Enc_Inst_t *iLBCenc_inst, /* (i/o) the encoder state structure */ float *residual /* (i) lpc residual signal */ ) { float max_ssqEn, fssqEn[NSUB_MAX], bssqEn[NSUB_MAX], *pp; int n, l, max_ssqEn_n; const float ssqEn_win[NSUB_MAX-1]={(float)0.8,(float)0.9, (float)1.0,(float)0.9,(float)0.8}; const float sampEn_win[5]={(float)1.0/(float)6.0, (float)2.0/(float)6.0, (float)3.0/(float)6.0, (float)4.0/(float)6.0, (float)5.0/(float)6.0}; /* init the front and back energies to zero */ memset(fssqEn, 0, NSUB_MAX*sizeof(float)); memset(bssqEn, 0, NSUB_MAX*sizeof(float)); /* Calculate front of first seqence */ n=0; pp=residual; for (l=0; l<5; l++) { fssqEn[n] += sampEn_win[l] * (*pp) * (*pp); pp++; } for (l=5; lnsub-1; n++) { pp=residual+n*SUBL; for (l=0; l<5; l++) { fssqEn[n] += sampEn_win[l] * (*pp) * (*pp); bssqEn[n] += (*pp) * (*pp); pp++; } for (l=5; lnsub-1; pp=residual+n*SUBL; for (l=0; lmode==20) l=1; else l=0; max_ssqEn=(fssqEn[0]+bssqEn[1])*ssqEn_win[l]; max_ssqEn_n=1; for (n=2; nnsub; n++) { l++; if ((fssqEn[n-1]+bssqEn[n])*ssqEn_win[l] > max_ssqEn) { max_ssqEn=(fssqEn[n-1]+bssqEn[n]) * ssqEn_win[l]; max_ssqEn_n=n; } } return max_ssqEn_n; } openh323_v1_18_0/plugins/audio/iLBC/iLBC/FrameClassify.h0100644000176200056700000000121210124277303022630 0ustar releasepostincr /****************************************************************** iLBC Speech Coder ANSI-C Source Code FrameClassify.h Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ #ifndef __iLBC_FRAMECLASSIFY_H #define __iLBC_FRAMECLASSIFY_H int FrameClassify( /* index to the max-energy sub-frame */ iLBC_Enc_Inst_t *iLBCenc_inst, /* (i/o) the encoder state structure */ float *residual /* (i) lpc residual signal */ ); #endif openh323_v1_18_0/plugins/audio/iLBC/iLBC/LPCdecode.c0100644000176200056700000001162110124277303021662 0ustar releasepostincr /****************************************************************** iLBC Speech Coder ANSI-C Source Code LPC_decode.c Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ #include #include #include "helpfun.h" #include "lsf.h" #include "iLBC_define.h" #include "constants.h" /*---------------------------------------------------------------* * interpolation of lsf coefficients for the decoder *--------------------------------------------------------------*/ void LSFinterpolate2a_dec( float *a, /* (o) lpc coefficients for a sub-frame */ float *lsf1, /* (i) first lsf coefficient vector */ float *lsf2, /* (i) second lsf coefficient vector */ float coef, /* (i) interpolation weight */ int length /* (i) length of lsf vectors */ ){ float lsftmp[LPC_FILTERORDER]; interpolate(lsftmp, lsf1, lsf2, coef, length); lsf2a(a, lsftmp); } /*---------------------------------------------------------------* * obtain dequantized lsf coefficients from quantization index *--------------------------------------------------------------*/ void SimplelsfDEQ( float *lsfdeq, /* (o) dequantized lsf coefficients */ int *index, /* (i) quantization index */ int lpc_n /* (i) number of LPCs */ ){ int i, j, pos, cb_pos; /* decode first LSF */ pos = 0; cb_pos = 0; for (i = 0; i < LSF_NSPLIT; i++) { for (j = 0; j < dim_lsfCbTbl[i]; j++) { lsfdeq[pos + j] = lsfCbTbl[cb_pos + (long)(index[i])*dim_lsfCbTbl[i] + j]; } pos += dim_lsfCbTbl[i]; cb_pos += size_lsfCbTbl[i]*dim_lsfCbTbl[i]; } if (lpc_n>1) { /* decode last LSF */ pos = 0; cb_pos = 0; for (i = 0; i < LSF_NSPLIT; i++) { for (j = 0; j < dim_lsfCbTbl[i]; j++) { lsfdeq[LPC_FILTERORDER + pos + j] = lsfCbTbl[cb_pos + (long)(index[LSF_NSPLIT + i])* dim_lsfCbTbl[i] + j]; } pos += dim_lsfCbTbl[i]; cb_pos += size_lsfCbTbl[i]*dim_lsfCbTbl[i]; } } } /*----------------------------------------------------------------* * obtain synthesis and weighting filters form lsf coefficients *---------------------------------------------------------------*/ void DecoderInterpolateLSF( float *syntdenum, /* (o) synthesis filter coefficients */ float *weightdenum, /* (o) weighting denumerator coefficients */ float *lsfdeq, /* (i) dequantized lsf coefficients */ int length, /* (i) length of lsf coefficient vector */ iLBC_Dec_Inst_t *iLBCdec_inst /* (i) the decoder state structure */ ){ int i, pos, lp_length; float lp[LPC_FILTERORDER + 1], *lsfdeq2; lsfdeq2 = lsfdeq + length; lp_length = length + 1; if (iLBCdec_inst->mode==30) { /* sub-frame 1: Interpolation between old and first */ LSFinterpolate2a_dec(lp, iLBCdec_inst->lsfdeqold, lsfdeq, lsf_weightTbl_30ms[0], length); memcpy(syntdenum,lp,lp_length*sizeof(float)); bwexpand(weightdenum, lp, LPC_CHIRP_WEIGHTDENUM, lp_length); /* sub-frames 2 to 6: interpolation between first and last LSF */ pos = lp_length; for (i = 1; i < 6; i++) { LSFinterpolate2a_dec(lp, lsfdeq, lsfdeq2, lsf_weightTbl_30ms[i], length); memcpy(syntdenum + pos,lp,lp_length*sizeof(float)); bwexpand(weightdenum + pos, lp, LPC_CHIRP_WEIGHTDENUM, lp_length); pos += lp_length; } } else { pos = 0; for (i = 0; i < iLBCdec_inst->nsub; i++) { LSFinterpolate2a_dec(lp, iLBCdec_inst->lsfdeqold, lsfdeq, lsf_weightTbl_20ms[i], length); memcpy(syntdenum+pos,lp,lp_length*sizeof(float)); bwexpand(weightdenum+pos, lp, LPC_CHIRP_WEIGHTDENUM, lp_length); pos += lp_length; } } /* update memory */ if (iLBCdec_inst->mode==30) memcpy(iLBCdec_inst->lsfdeqold, lsfdeq2, length*sizeof(float)); else memcpy(iLBCdec_inst->lsfdeqold, lsfdeq, length*sizeof(float)); } openh323_v1_18_0/plugins/audio/iLBC/iLBC/LPCdecode.h0100644000176200056700000000262310124277303021671 0ustar releasepostincr /****************************************************************** iLBC Speech Coder ANSI-C Source Code LPC_decode.h Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ #ifndef __iLBC_LPC_DECODE_H #define __iLBC_LPC_DECODE_H void LSFinterpolate2a_dec( float *a, /* (o) lpc coefficients for a sub-frame */ float *lsf1, /* (i) first lsf coefficient vector */ float *lsf2, /* (i) second lsf coefficient vector */ float coef, /* (i) interpolation weight */ int length /* (i) length of lsf vectors */ ); void SimplelsfDEQ( float *lsfdeq, /* (o) dequantized lsf coefficients */ int *index, /* (i) quantization index */ int lpc_n /* (i) number of LPCs */ ); void DecoderInterpolateLSF( float *syntdenum, /* (o) synthesis filter coefficients */ float *weightdenum, /* (o) weighting denumerator coefficients */ float *lsfdeq, /* (i) dequantized lsf coefficients */ int length, /* (i) length of lsf coefficient vector */ iLBC_Dec_Inst_t *iLBCdec_inst /* (i) the decoder state structure */ ); #endif openh323_v1_18_0/plugins/audio/iLBC/iLBC/LPCencode.c0100644000176200056700000002056710124277303021705 0ustar releasepostincr /****************************************************************** iLBC Speech Coder ANSI-C Source Code LPCencode.c Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ #include #include "iLBC_define.h" #include "helpfun.h" #include "lsf.h" #include "constants.h" /*----------------------------------------------------------------* * lpc analysis (subrutine to LPCencode) *---------------------------------------------------------------*/ void SimpleAnalysis( float *lsf, /* (o) lsf coefficients */ float *data, /* (i) new data vector */ iLBC_Enc_Inst_t *iLBCenc_inst /* (i/o) the encoder state structure */ ){ int k, is; float temp[BLOCKL_MAX], lp[LPC_FILTERORDER + 1]; float lp2[LPC_FILTERORDER + 1]; float r[LPC_FILTERORDER + 1]; is=LPC_LOOKBACK+BLOCKL_MAX-iLBCenc_inst->blockl; memcpy(iLBCenc_inst->lpc_buffer+is,data, iLBCenc_inst->blockl*sizeof(float)); /* No lookahead, last window is asymmetric */ for (k = 0; k < iLBCenc_inst->lpc_n; k++) { is = LPC_LOOKBACK; if (k < (iLBCenc_inst->lpc_n - 1)) { window(temp, lpc_winTbl, iLBCenc_inst->lpc_buffer, BLOCKL_MAX); } else { window(temp, lpc_asymwinTbl, iLBCenc_inst->lpc_buffer + is, BLOCKL_MAX); } autocorr(r, temp, BLOCKL_MAX, LPC_FILTERORDER); window(r, r, lpc_lagwinTbl, LPC_FILTERORDER + 1); levdurb(lp, temp, r, LPC_FILTERORDER); bwexpand(lp2, lp, LPC_CHIRP_SYNTDENUM, LPC_FILTERORDER+1); a2lsf(lsf + k*LPC_FILTERORDER, lp2); } is=LPC_LOOKBACK+BLOCKL_MAX-iLBCenc_inst->blockl; memmove(iLBCenc_inst->lpc_buffer, iLBCenc_inst->lpc_buffer+LPC_LOOKBACK+BLOCKL_MAX-is, is*sizeof(float)); } /*----------------------------------------------------------------* * lsf interpolator and conversion from lsf to a coefficients * (subrutine to SimpleInterpolateLSF) *---------------------------------------------------------------*/ void LSFinterpolate2a_enc( float *a, /* (o) lpc coefficients */ float *lsf1,/* (i) first set of lsf coefficients */ float *lsf2,/* (i) second set of lsf coefficients */ float coef, /* (i) weighting coefficient to use between lsf1 and lsf2 */ long length /* (i) length of coefficient vectors */ ){ float lsftmp[LPC_FILTERORDER]; interpolate(lsftmp, lsf1, lsf2, coef, length); lsf2a(a, lsftmp); } /*----------------------------------------------------------------* * lsf interpolator (subrutine to LPCencode) *---------------------------------------------------------------*/ void SimpleInterpolateLSF( float *syntdenum, /* (o) the synthesis filter denominator resulting from the quantized interpolated lsf */ float *weightdenum, /* (o) the weighting filter denominator resulting from the unquantized interpolated lsf */ float *lsf, /* (i) the unquantized lsf coefficients */ float *lsfdeq, /* (i) the dequantized lsf coefficients */ float *lsfold, /* (i) the unquantized lsf coefficients of the previous signal frame */ float *lsfdeqold, /* (i) the dequantized lsf coefficients of the previous signal frame */ int length, /* (i) should equate LPC_FILTERORDER */ iLBC_Enc_Inst_t *iLBCenc_inst /* (i/o) the encoder state structure */ ){ int i, pos, lp_length; float lp[LPC_FILTERORDER + 1], *lsf2, *lsfdeq2; lsf2 = lsf + length; lsfdeq2 = lsfdeq + length; lp_length = length + 1; if (iLBCenc_inst->mode==30) { /* sub-frame 1: Interpolation between old and first set of lsf coefficients */ LSFinterpolate2a_enc(lp, lsfdeqold, lsfdeq, lsf_weightTbl_30ms[0], length); memcpy(syntdenum,lp,lp_length*sizeof(float)); LSFinterpolate2a_enc(lp, lsfold, lsf, lsf_weightTbl_30ms[0], length); bwexpand(weightdenum, lp, LPC_CHIRP_WEIGHTDENUM, lp_length); /* sub-frame 2 to 6: Interpolation between first and second set of lsf coefficients */ pos = lp_length; for (i = 1; i < iLBCenc_inst->nsub; i++) { LSFinterpolate2a_enc(lp, lsfdeq, lsfdeq2, lsf_weightTbl_30ms[i], length); memcpy(syntdenum + pos,lp,lp_length*sizeof(float)); LSFinterpolate2a_enc(lp, lsf, lsf2, lsf_weightTbl_30ms[i], length); bwexpand(weightdenum + pos, lp, LPC_CHIRP_WEIGHTDENUM, lp_length); pos += lp_length; } } else { pos = 0; for (i = 0; i < iLBCenc_inst->nsub; i++) { LSFinterpolate2a_enc(lp, lsfdeqold, lsfdeq, lsf_weightTbl_20ms[i], length); memcpy(syntdenum+pos,lp,lp_length*sizeof(float)); LSFinterpolate2a_enc(lp, lsfold, lsf, lsf_weightTbl_20ms[i], length); bwexpand(weightdenum+pos, lp, LPC_CHIRP_WEIGHTDENUM, lp_length); pos += lp_length; } } /* update memory */ if (iLBCenc_inst->mode==30) { memcpy(lsfold, lsf2, length*sizeof(float)); memcpy(lsfdeqold, lsfdeq2, length*sizeof(float)); } else { memcpy(lsfold, lsf, length*sizeof(float)); memcpy(lsfdeqold, lsfdeq, length*sizeof(float)); } } /*----------------------------------------------------------------* * lsf quantizer (subrutine to LPCencode) *---------------------------------------------------------------*/ void SimplelsfQ( float *lsfdeq, /* (o) dequantized lsf coefficients (dimension FILTERORDER) */ int *index, /* (o) quantization index */ float *lsf, /* (i) the lsf coefficient vector to be quantized (dimension FILTERORDER ) */ int lpc_n /* (i) number of lsf sets to quantize */ ){ /* Quantize first LSF with memoryless split VQ */ SplitVQ(lsfdeq, index, lsf, lsfCbTbl, LSF_NSPLIT, dim_lsfCbTbl, size_lsfCbTbl); if (lpc_n==2) { /* Quantize second LSF with memoryless split VQ */ SplitVQ(lsfdeq + LPC_FILTERORDER, index + LSF_NSPLIT, lsf + LPC_FILTERORDER, lsfCbTbl, LSF_NSPLIT, dim_lsfCbTbl, size_lsfCbTbl); } } /*----------------------------------------------------------------* * lpc encoder *---------------------------------------------------------------*/ void LPCencode( float *syntdenum, /* (i/o) synthesis filter coefficients before/after encoding */ float *weightdenum, /* (i/o) weighting denumerator coefficients before/after encoding */ int *lsf_index, /* (o) lsf quantization index */ float *data, /* (i) lsf coefficients to quantize */ iLBC_Enc_Inst_t *iLBCenc_inst /* (i/o) the encoder state structure */ ){ float lsf[LPC_FILTERORDER * LPC_N_MAX]; float lsfdeq[LPC_FILTERORDER * LPC_N_MAX]; int change=0; SimpleAnalysis(lsf, data, iLBCenc_inst); SimplelsfQ(lsfdeq, lsf_index, lsf, iLBCenc_inst->lpc_n); change=LSF_check(lsfdeq, LPC_FILTERORDER, iLBCenc_inst->lpc_n); SimpleInterpolateLSF(syntdenum, weightdenum, lsf, lsfdeq, iLBCenc_inst->lsfold, iLBCenc_inst->lsfdeqold, LPC_FILTERORDER, iLBCenc_inst); } openh323_v1_18_0/plugins/audio/iLBC/iLBC/LPCencode.h0100644000176200056700000000160510124277303021702 0ustar releasepostincr /****************************************************************** iLBC Speech Coder ANSI-C Source Code LPCencode.h Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ #ifndef __iLBC_LPCENCOD_H #define __iLBC_LPCENCOD_H void LPCencode( float *syntdenum, /* (i/o) synthesis filter coefficients before/after encoding */ float *weightdenum, /* (i/o) weighting denumerator coefficients before/after encoding */ int *lsf_index, /* (o) lsf quantization index */ float *data, /* (i) lsf coefficients to quantize */ iLBC_Enc_Inst_t *iLBCenc_inst /* (i/o) the encoder state structure */ ); #endif openh323_v1_18_0/plugins/audio/iLBC/iLBC/StateConstructW.c0100644000176200056700000000441610124277303023220 0ustar releasepostincr /****************************************************************** iLBC Speech Coder ANSI-C Source Code StateConstructW.c Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ #include #include #include "iLBC_define.h" #include "constants.h" #include "filter.h" /*----------------------------------------------------------------* * decoding of the start state *---------------------------------------------------------------*/ void StateConstructW( int idxForMax, /* (i) 6-bit index for the quantization of max amplitude */ int *idxVec, /* (i) vector of quantization indexes */ float *syntDenum, /* (i) synthesis filter denumerator */ float *out, /* (o) the decoded state vector */ int len /* (i) length of a state vector */ ){ float maxVal, tmpbuf[LPC_FILTERORDER+2*STATE_LEN], *tmp, numerator[LPC_FILTERORDER+1]; float foutbuf[LPC_FILTERORDER+2*STATE_LEN], *fout; int k,tmpi; /* decoding of the maximum value */ maxVal = state_frgqTbl[idxForMax]; maxVal = (float)pow(10,maxVal)/(float)4.5; /* initialization of buffers and coefficients */ memset(tmpbuf, 0, LPC_FILTERORDER*sizeof(float)); memset(foutbuf, 0, LPC_FILTERORDER*sizeof(float)); for (k=0; k #include #include "iLBC_define.h" #include "constants.h" #include "filter.h" #include "helpfun.h" /*----------------------------------------------------------------* * predictive noise shaping encoding of scaled start state * (subrutine for StateSearchW) *---------------------------------------------------------------*/ void AbsQuantW( iLBC_Enc_Inst_t *iLBCenc_inst, /* (i) Encoder instance */ float *in, /* (i) vector to encode */ float *syntDenum, /* (i) denominator of synthesis filter */ float *weightDenum, /* (i) denominator of weighting filter */ int *out, /* (o) vector of quantizer indexes */ int len, /* (i) length of vector to encode and vector of quantizer indexes */ int state_first /* (i) position of start state in the 80 vec */ ){ float *syntOut; float syntOutBuf[LPC_FILTERORDER+STATE_SHORT_LEN_30MS]; float toQ, xq; int n; int index; /* initialization of buffer for filtering */ memset(syntOutBuf, 0, LPC_FILTERORDER*sizeof(float)); /* initialization of pointer for filtering */ syntOut = &syntOutBuf[LPC_FILTERORDER]; /* synthesis and weighting filters on input */ if (state_first) { AllPoleFilter (in, weightDenum, SUBL, LPC_FILTERORDER); } else { AllPoleFilter (in, weightDenum, iLBCenc_inst->state_short_len-SUBL, LPC_FILTERORDER); } /* encoding loop */ for (n=0; nstate_short_len-SUBL))) { syntDenum += (LPC_FILTERORDER+1); weightDenum += (LPC_FILTERORDER+1); /* synthesis and weighting filters on input */ AllPoleFilter (&in[n], weightDenum, len-n, LPC_FILTERORDER); } /* prediction of synthesized and weighted input */ syntOut[n] = 0.0; AllPoleFilter (&syntOut[n], weightDenum, 1, LPC_FILTERORDER); /* quantization */ toQ = in[n]-syntOut[n]; sort_sq(&xq, &index, toQ, state_sq3Tbl, 8); out[n]=index; syntOut[n] = state_sq3Tbl[out[n]]; /* update of the prediction filter */ AllPoleFilter(&syntOut[n], weightDenum, 1, LPC_FILTERORDER); } } /*----------------------------------------------------------------* * encoding of start state *---------------------------------------------------------------*/ void StateSearchW( iLBC_Enc_Inst_t *iLBCenc_inst, /* (i) Encoder instance */ float *residual,/* (i) target residual vector */ float *syntDenum, /* (i) lpc synthesis filter */ float *weightDenum, /* (i) weighting filter denuminator */ int *idxForMax, /* (o) quantizer index for maximum amplitude */ int *idxVec, /* (o) vector of quantization indexes */ int len, /* (i) length of all vectors */ int state_first /* (i) position of start state in the 80 vec */ ){ float dtmp, maxVal; float tmpbuf[LPC_FILTERORDER+2*STATE_SHORT_LEN_30MS]; float *tmp, numerator[1+LPC_FILTERORDER]; float foutbuf[LPC_FILTERORDER+2*STATE_SHORT_LEN_30MS], *fout; int k; float qmax, scal; /* initialization of buffers and filter coefficients */ memset(tmpbuf, 0, LPC_FILTERORDER*sizeof(float)); memset(foutbuf, 0, LPC_FILTERORDER*sizeof(float)); for (k=0; k maxVal*maxVal){ maxVal = fout[k]; } } maxVal=(float)fabs(maxVal); /* encoding of the maximum amplitude value */ if (maxVal < 10.0) { maxVal = 10.0; } maxVal = (float)log10(maxVal); sort_sq(&dtmp, idxForMax, maxVal, state_frgqTbl, 64); /* decoding of the maximum amplitude representation value, and corresponding scaling of start state */ maxVal=state_frgqTbl[*idxForMax]; qmax = (float)pow(10,maxVal); scal = (float)(4.5)/qmax; for (k=0; k #include "iLBC_define.h" /*----------------------------------------------------------------* * LP analysis filter. *---------------------------------------------------------------*/ void anaFilter( float *In, /* (i) Signal to be filtered */ float *a, /* (i) LP parameters */ int len,/* (i) Length of signal */ float *Out, /* (o) Filtered signal */ float *mem /* (i/o) Filter state */ ){ int i, j; float *po, *pi, *pm, *pa; po = Out; /* Filter first part using memory from past */ for (i=0; i #include /*----------------------------------------------------------------* * Construct an additional codebook vector by filtering the * initial codebook buffer. This vector is then used to expand * the codebook with an additional section. *---------------------------------------------------------------*/ void filteredCBvecs( float *cbvectors, /* (o) Codebook vectors for the higher section */ float *mem, /* (i) Buffer to create codebook vector from */ int lMem /* (i) Length of buffer */ ){ int j, k; float *pp, *pp1; float tempbuff2[CB_MEML+CB_FILTERLEN]; float *pos; memset(tempbuff2, 0, (CB_HALFFILTERLEN-1)*sizeof(float)); memcpy(&tempbuff2[CB_HALFFILTERLEN-1], mem, lMem*sizeof(float)); memset(&tempbuff2[lMem+CB_HALFFILTERLEN-1], 0, (CB_HALFFILTERLEN+1)*sizeof(float)); /* Create codebook vector for higher section by filtering */ /* do filtering */ pos=cbvectors; memset(pos, 0, lMem*sizeof(float)); for (k=0; k0.0) { invenergy[tmpIndex]=(float)1.0/(energy[tmpIndex]+EPS); } else { invenergy[tmpIndex] = (float) 0.0; } if (stage==0) { measure = (float)-10000000.0; if (crossDot > 0.0) { measure = crossDot*crossDot*invenergy[tmpIndex]; } } else { measure = crossDot*crossDot*invenergy[tmpIndex]; } /* check if measure is better */ ftmp = crossDot*invenergy[tmpIndex]; if ((measure>*max_measure) && (fabs(ftmp) #include #include #include "iLBC_define.h" /*----------------------------------------------------------------* * Compute cross correlation and pitch gain for pitch prediction * of last subframe at given lag. *---------------------------------------------------------------*/ void compCorr( float *cc, /* (o) cross correlation coefficient */ float *gc, /* (o) gain */ float *pm, float *buffer, /* (i) signal buffer */ int lag, /* (i) pitch lag */ int bLen, /* (i) length of buffer */ int sRange /* (i) correlation search length */ ){ int i; float ftmp1, ftmp2, ftmp3; /* Guard against getting outside buffer */ if ((bLen-sRange-lag)<0) { sRange=bLen-lag; } ftmp1 = 0.0; ftmp2 = 0.0; ftmp3 = 0.0; for (i=0; i 0.0) { *cc = ftmp1*ftmp1/ftmp2; *gc = (float)fabs(ftmp1/ftmp2); *pm=(float)fabs(ftmp1)/ ((float)sqrt(ftmp2)*(float)sqrt(ftmp3)); } else { *cc = 0.0; *gc = 0.0; *pm=0.0; } } /*----------------------------------------------------------------* * Packet loss concealment routine. Conceals a residual signal * and LP parameters. If no packet loss, update state. *---------------------------------------------------------------*/ void doThePLC( float *PLCresidual, /* (o) concealed residual */ float *PLClpc, /* (o) concealed LP parameters */ int PLI, /* (i) packet loss indicator 0 - no PL, 1 = PL */ float *decresidual, /* (i) decoded residual */ float *lpc, /* (i) decoded LPC (only used for no PL) */ int inlag, /* (i) pitch lag */ iLBC_Dec_Inst_t *iLBCdec_inst /* (i/o) decoder instance */ ){ int lag=20, randlag; float gain, maxcc; float use_gain; float gain_comp, maxcc_comp, per, max_per; int i, pick, use_lag; float ftmp, randvec[BLOCKL_MAX], pitchfact, energy; /* Packet Loss */ if (PLI == 1) { iLBCdec_inst->consPLICount += 1; /* if previous frame not lost, determine pitch pred. gain */ if (iLBCdec_inst->prevPLI != 1) { /* Search around the previous lag to find the best pitch period */ lag=inlag-3; compCorr(&maxcc, &gain, &max_per, iLBCdec_inst->prevResidual, lag, iLBCdec_inst->blockl, 60); for (i=inlag-2;i<=inlag+3;i++) { compCorr(&maxcc_comp, &gain_comp, &per, iLBCdec_inst->prevResidual, i, iLBCdec_inst->blockl, 60); if (maxcc_comp>maxcc) { maxcc=maxcc_comp; gain=gain_comp; lag=i; max_per=per; } } } /* previous frame lost, use recorded lag and periodicity */ else { lag=iLBCdec_inst->prevLag; max_per=iLBCdec_inst->per; } /* downscaling */ use_gain=1.0; if (iLBCdec_inst->consPLICount*iLBCdec_inst->blockl>320) use_gain=(float)0.9; else if (iLBCdec_inst->consPLICount* iLBCdec_inst->blockl>2*320) use_gain=(float)0.7; else if (iLBCdec_inst->consPLICount* iLBCdec_inst->blockl>3*320) use_gain=(float)0.5; else if (iLBCdec_inst->consPLICount* iLBCdec_inst->blockl>4*320) use_gain=(float)0.0; /* mix noise and pitch repeatition */ ftmp=(float)sqrt(max_per); if (ftmp>(float)0.7) pitchfact=(float)1.0; else if (ftmp>(float)0.4) pitchfact=(ftmp-(float)0.4)/((float)0.7-(float)0.4); else pitchfact=0.0; /* avoid repetition of same pitch cycle */ use_lag=lag; if (lag<80) { use_lag=2*lag; } /* compute concealed residual */ energy = 0.0; for (i=0; iblockl; i++) { /* noise component */ iLBCdec_inst->seed=(iLBCdec_inst->seed*69069L+1) & (0x80000000L-1); randlag = 50 + ((signed long) iLBCdec_inst->seed)%70; pick = i - randlag; if (pick < 0) { randvec[i] = iLBCdec_inst->prevResidual[ iLBCdec_inst->blockl+pick]; } else { randvec[i] = randvec[pick]; } /* pitch repeatition component */ pick = i - use_lag; if (pick < 0) { PLCresidual[i] = iLBCdec_inst->prevResidual[ iLBCdec_inst->blockl+pick]; } else { PLCresidual[i] = PLCresidual[pick]; } /* mix random and periodicity component */ if (i<80) PLCresidual[i] = use_gain*(pitchfact * PLCresidual[i] + ((float)1.0 - pitchfact) * randvec[i]); else if (i<160) PLCresidual[i] = (float)0.95*use_gain*(pitchfact * PLCresidual[i] + ((float)1.0 - pitchfact) * randvec[i]); else PLCresidual[i] = (float)0.9*use_gain*(pitchfact * PLCresidual[i] + ((float)1.0 - pitchfact) * randvec[i]); energy += PLCresidual[i] * PLCresidual[i]; } /* less than 30 dB, use only noise */ if (sqrt(energy/(float)iLBCdec_inst->blockl) < 30.0) { gain=0.0; for (i=0; iblockl; i++) { PLCresidual[i] = randvec[i]; } } /* use old LPC */ memcpy(PLClpc,iLBCdec_inst->prevLpc, (LPC_FILTERORDER+1)*sizeof(float)); } /* no packet loss, copy input */ else { memcpy(PLCresidual, decresidual, iLBCdec_inst->blockl*sizeof(float)); memcpy(PLClpc, lpc, (LPC_FILTERORDER+1)*sizeof(float)); iLBCdec_inst->consPLICount = 0; } /* update state */ if (PLI) { iLBCdec_inst->prevLag = lag; iLBCdec_inst->per=max_per; } iLBCdec_inst->prevPLI = PLI; memcpy(iLBCdec_inst->prevLpc, PLClpc, (LPC_FILTERORDER+1)*sizeof(float)); memcpy(iLBCdec_inst->prevResidual, PLCresidual, iLBCdec_inst->blockl*sizeof(float)); } openh323_v1_18_0/plugins/audio/iLBC/iLBC/doCPLC.h0100644000176200056700000000161610124277303021154 0ustar releasepostincr /****************************************************************** iLBC Speech Coder ANSI-C Source Code doCPLC.h Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ #ifndef __iLBC_DOLPC_H #define __iLBC_DOLPC_H void doThePLC( float *PLCresidual, /* (o) concealed residual */ float *PLClpc, /* (o) concealed LP parameters */ int PLI, /* (i) packet loss indicator 0 - no PL, 1 = PL */ float *decresidual, /* (i) decoded residual */ float *lpc, /* (i) decoded LPC (only used for no PL) */ int inlag, /* (i) pitch lag */ iLBC_Dec_Inst_t *iLBCdec_inst /* (i/o) decoder instance */ ); #endif openh323_v1_18_0/plugins/audio/iLBC/iLBC/draft-ietf-avt-ilbc-codec-05.txt0100644000176200056700000134311210124277427025531 0ustar releasepostincr Internet Draft S. V. Andersen Document: draft-ietf-avt-ilbc-codec-05.txt Aalborg University Category: Experimental A. Duric May 29th, 2004 Telio Expires: November 29th, 2004 H. Astrom R. Hagen W. B. Kleijn J. Linden Global IP Sound Internet Low Bit Rate Codec Status of this Memo This document specifies an Internet experimental standards track protocol for the Internet community, and requests discussion and suggestions for improvements. Please refer to the current edition of the "Internet Official Protocol Standards" (STD 1) for the standardization state and status of this protocol. Distribution of this memo is unlimited. By submitting this Internet-Draft, we certify that any applicable patent or other IPR claims of which we am aware have been disclosed, and any of which we become aware will be disclosed, in accordance with RFC 3668. Copyright Notice Copyright (C) The Internet Society (2004). All Rights Reserved. Abstract This document specifies a speech codec suitable for robust voice communication over IP. The codec is developed by Global IP Sound (GIPS). It is designed for narrow band speech and results in a payload bit rate of 13.33 kbit/s for 30 ms frames and 15.20 kbit/s for 20 ms frames. The codec enables graceful speech quality degradation in the case of lost frames, which occurs in connection with lost or delayed IP packets. Andersen et. al. 1 Internet Low Bit Rate Codec May 04 Table of Contents Status of this Memo................................................1 Copyright Notice...................................................1 Abstract...........................................................1 Table of Contents..................................................2 1. INTRODUCTION....................................................5 2. OUTLINE OF THE CODEC............................................5 2.1 Encoder........................................................6 2.2 Decoder........................................................7 3. ENCODER PRINCIPLES..............................................8 3.1 Pre-processing.................................................9 3.2 LPC Analysis and Quantization..................................9 3.2.1 Computation of Autocorrelation Coefficients..................9 3.2.2 Computation of LPC Coefficients.............................11 3.2.3 Computation of LSF Coefficients from LPC Coefficients.......11 3.2.4 Quantization of LSF Coefficients............................11 3.2.5 Stability Check of LSF Coefficients.........................12 3.2.6 Interpolation of LSF Coefficients...........................12 3.2.7 LPC Analysis and Quantization for 20 ms frames..............13 3.3 Calculation of the Residual...................................14 3.4 Perceptual Weighting Filter...................................14 3.5 Start State Encoder...........................................15 3.5.1 Start State Estimation......................................15 3.5.2 All-Pass Filtering and Scale Quantization...................16 3.5.3 Scalar Quantization.........................................17 3.6 Encoding the remaining samples................................17 3.6.1 Codebook Memory.............................................19 3.6.2 Perceptual Weighting of Codebook Memory and Target..........20 3.6.3 Codebook Creation...........................................21 3.6.3.1 Creation of a Base Codebook...............................21 3.6.3.2 Codebook Expansion........................................22 3.6.3.3 Codebook Augmentation.....................................22 3.6.4 Codebook Search.............................................23 3.6.4.1 Codebook Search at Each Stage.............................24 3.6.4.2 Gain Quantization at Each Stage...........................24 3.6.4.3 Preparation of Target for Next Stage......................26 3.7 Gain Correction Encoding......................................26 3.8 Bitstream Definition..........................................27 4. DECODER PRINCIPLES.............................................30 4.1 LPC Filter Reconstruction.....................................30 4.2 Start State Reconstruction....................................31 4.3 Excitation Decoding Loop......................................31 4.4 Multistage Adaptive Codebook Decoding.........................32 4.4.1 Construction of the Decoded Excitation Signal...............32 4.5 Packet Loss Concealment.......................................33 4.5.1 Block Received Correctly and Previous Block also Received...33 Andersen et. al. Experimental - Expires November 29th, 2004 2 Internet Low Bit Rate Codec May 04 4.5.2 Block Not Received..........................................33 4.5.3 Block Received Correctly When Previous Block Not Received...34 4.6 Enhancement...................................................34 4.6.1 Estimating the pitch........................................36 4.6.2 Determination of the Pitch-Synchronous Sequences............36 4.6.3 Calculation of the smoothed excitation......................37 4.6.4 Enhancer criterion..........................................38 4.6.5 Enhancing the excitation....................................38 4.7 Synthesis Filtering...........................................39 4.8 Post Filtering................................................39 5. IANA CONSIDERATIONS............................................39 6. SECURITY CONSIDERATIONS........................................39 7. EVALUATION OF THE ILBC IMPLEMENTATIONS.........................39 8. REFERENCES.....................................................40 8.1 Normative.....................................................40 8.2 Informative...................................................40 9. ACKNOWLEDGEMENTS...............................................40 10. AUTHOR'S ADDRESSES............................................41 Full Copyright Statement..........................................42 Intellectual Property.............................................42 APPENDIX A REFERENCE IMPLEMENTATION...............................43 A.1 iLBC_test.c...................................................44 A.2 iLBC_encode.h.................................................49 A.3 iLBC_encode.c.................................................50 A.4 iLBC_decode.h.................................................59 A.5 iLBC_decode.c.................................................60 A.6 iLBC_define.h.................................................71 A.7 constants.h...................................................74 A.8 constants.c...................................................76 A.9 anaFilter.h...................................................89 A.10 anaFilter.c..................................................89 A.11 createCB.h...................................................90 A.12 createCB.c...................................................91 A.13 doCPLC.h.....................................................95 A.14 doCPLC.c.....................................................96 A.15 enhancer.h..................................................101 A.16 enhancer.c..................................................101 A.17 filter.h....................................................113 A.18 filter.c....................................................114 A.19 FrameClassify.h.............................................117 A.20 FrameClassify.c.............................................118 A.21 gainquant.h.................................................120 A.22 gainquant.c.................................................120 A.23 getCBvec.h..................................................122 A.24 getCBvec.c..................................................123 A.25 helpfun.h...................................................126 A.26 helpfun.c...................................................128 Andersen et. al. Experimental - Expires November 29th, 2004 3 Internet Low Bit Rate Codec May 04 A.27 hpInput.h...................................................133 A.28 hpInput.c...................................................134 A.29 hpOutput.h..................................................135 A.30 hpOutput.c..................................................135 A.31 iCBConstruct.h..............................................136 A.32 iCBConstruct.c..............................................137 A.33 iCBSearch.h.................................................139 A.34 iCBSearch.c.................................................140 A.35 LPCdecode.h.................................................148 A.36 LPCdecode.c.................................................149 A.37 LPCencode.h.................................................152 A.38 LPCencode.c.................................................152 A.39 lsf.h.......................................................156 A.40 lsf.c.......................................................157 A.41 packing.h...................................................162 A.42 packing.c...................................................163 A.43 StateConstructW.h...........................................166 A.44 StateConstructW.c...........................................166 A.45 StateSearchW.h..............................................168 A.46 StateSearchW.c..............................................169 A.47 syntFilter.h................................................172 A.48 syntFilter.c................................................173 Andersen et. al. Experimental - Expires November 29th, 2004 4 Internet Low Bit Rate Codec May 04 1. INTRODUCTION This document contains the description of an algorithm for the coding of speech signals sampled at 8 kHz. The algorithm, called iLBC, uses a block-independent linear-predictive coding (LPC) algorithm and has support for two basic frame lengths: 20 ms at 15.2 kbit/s and 30 ms at 13.33 kbit/s. When the codec operates at block lengths of 20 ms, it produces 304 bits per block which SHOULD be packetized as in [1]. Similarly, for block lengths of 30 ms it produces 400 bits per block which SHOULD be packetized as in [1]. The two modes for the different frame sizes operate in a very similar way. When they differ it is explicitly stated in the text, usually with the notation x/y, where x refers to the 20 ms mode and y refers to the 30 ms mode. The described algorithm results in a speech coding system with a controlled response to packet losses similar to what is known from pulse code modulation (PCM) with packet loss concealment (PLC), such as the ITU-T G.711 standard [4] which operates at a fixed bit rate of 64 kbit/s. At the same time, the described algorithm enables fixed bit rate coding with a quality-versus-bit rate tradeoff close to state-of-the-art. A suitable RTP payload format for the iLBC codec is specified in [1]. Some of the applications for which this coder is suitable are: real time communications such as telephony and videoconferencing, streaming audio, archival, and messaging. Cable Television Laboratories (CableLabs(R)) intends to adapt iLBC as a PacketCable(TM) audio codec standard for VoIP over Cable applications [3]. This document is organized as follows. In Section 2 a brief outline of the codec is given. The specific encoder and decoder algorithms are explained in Sections 3 and 4, respectively. A c-code reference implementation is provided in Appendix A. The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119 [2]. 2. OUTLINE OF THE CODEC The codec consists of an encoder and a decoder described in Section 2.1 and 2.2, respectively. The essence of the codec is LPC and block based coding of the LPC residual signal. For each 160/240 (20ms/30 ms) sample block, the following major steps are performed: A set of LPC filters are computed and the speech signal is filtered through them to produce the residual signal. The codec uses scalar quantization of the dominant part, in terms of energy, of the residual signal for the block. The dominant state is of length 57/58 (20 ms/30 ms) samples Andersen et. al. Experimental - Expires November 29th, 2004 5 Internet Low Bit Rate Codec May 04 and forms a start state for dynamic codebooks constructed from the already coded parts of the residual signal. These dynamic codebooks are used to code the remaining parts of the residual signal. By this method, coding independence between blocks is achieved, resulting in elimination of propagation of perceptual degradations due to packet loss. The method facilitates high-quality packet loss concealment (PLC). 2.1 Encoder The input to the encoder SHOULD be 16 bit uniform PCM sampled at 8 kHz. It SHOULD be partitioned into blocks of BLOCKL=160/240 samples for the 20/30 ms frame size. Each block is divided into NSUB=4/6 consecutive sub-blocks of SUBL=40 samples each. For 30 ms frame size, the encoder performs two LPC_FILTERORDER=10 linear-predictive coding (LPC) analyses. The first analysis applies a smooth window centered over the 2nd sub-block and extending to the middle of the 5th sub-block. The second LPC analysis applies a smooth asymmetric window centered over the 5th sub-block and extending to the end of the 6th sub-block. For 20 ms frame size one LPC_FILTERORDER=10 linear-predictive coding (LPC) analysis is performed with a smooth window centered over the 3rd sub-frame. For each of the LPC analyses, a set of line-spectral frequencies (LSFs) are obtained, quantized and interpolated to obtain LSF coefficients for each sub-block. Subsequently, the LPC residual is computed using the quantized and interpolated LPC analysis filters. The two consecutive sub-blocks of the residual exhibiting the maximal weighted energy are identified. Within these 2 sub-blocks, the start state (segment) is selected from two choices: the first 57/58 samples or the last 57/58 samples of the 2 consecutive sub- blocks. The selected segment is the one of higher energy. The start state is encoded with scalar quantization. A dynamic codebook encoding procedure is used to encode 1) the 23/22 (20 ms/30 ms) remaining samples in the 2 sub-blocks containing the start state; 2) encoding of the sub-blocks after the start state in time; 3) encoding of the sub-blocks before the start state in time. Thus, the encoding target can be either the 23/22 samples remaining of the 2 sub-blocks containing the start state or a 40 sample sub- block. This target can consist of samples that are indexed forwards in time or backwards in time depending on the location of the start state. The coding is based on an adaptive codebook that is built from a codebook memory which contains decoded LPC excitation samples from the already encoded part of the block. These samples are indexed in the same time direction as the target vector and ending at the sample instant prior to the first sample instant represented in the target vector. The codebook is used in CB_NSTAGES=3 stages in a successive refinement approach and the resulting 3 code vector gains are encoded with 5, 4, and 3 bit scalar quantization, respectively. Andersen et. al. Experimental - Expires November 29th, 2004 6 Internet Low Bit Rate Codec May 04 The codebook search method employs noise shaping derived from the LPC filters and the main decision criterion is minimizing the squared error between the target vector and the code vectors. Each code vector in this codebook comes from one of CB_EXPAND=2 codebook sections. The first section is filled with delayed, already encoded residual vectors. The code vectors of the second codebook section are constructed by predefined linear combinations of vectors in the first section of the codebook. Since codebook encoding with squared-error matching is known to produce a coded signal of less power than the scalar quantized start state signal, a gain re-scaling method is implemented by a refined search for a better set of codebook gains in terms of power matching after encoding. This is done by searching for a higher value of the gain factor for the first stage codebook since the subsequent stage codebook gains are scaled by the first stage gain. 2.2 Decoder For packet communications, typically a jitter buffer placed at the receiving end decides whether the packet containing an encoded signal block has been received or lost. This logic is not part of the codec described here. For each received encoded signal block the decoder performs a decoding. For each lost signal block the decoder performs a PLC operation. The decoding for each block starts by decoding and interpolating the LPC coefficients. Subsequently the start state is decoded. For codebook encoded segments, each segment is decoded by constructing the 3 code vectors given by the received codebook indices in the same way as the code vectors were constructed in the encoder. The 3 gain factors are also decoded and the resulting decoded signal is given by the sum of the 3 codebook vectors scaled with respective gain. An enhancement algorithm is applied on the reconstructed excitation signal. This enhancement augments the periodicity of voiced speech regions. The enhancement is optimized under the constraint that the modification signal (defined as the difference between the enhanced excitation and the excitation signal prior to enhancement) has a short-time energy that does not exceed a preset fraction of the short-time energy of the excitation signal prior to enhancement. A packet loss concealment (PLC) operation is easily embedded in the decoder. The PLC operation can, e.g., be based on repetition of LPC filters and obtaining the LPC residual signal using a long term prediction estimate from previous residual blocks. Andersen et. al. Experimental - Expires November 29th, 2004 7 Internet Low Bit Rate Codec May 04 3. ENCODER PRINCIPLES The following block diagram is an overview of all the components of the iLBC encoding procedure. The description of the blocks contains references to the section where that particular procedure is described further. +-----------+ +---------+ +---------+ speech -> | 1. Pre P | -> | 2. LPC | -> | 3. Ana | -> +-----------+ +---------+ +---------+ +---------------+ +--------------+ -> | 4. Start Sel | ->| 5. Scalar Qu | -> +---------------+ +--------------+ +--------------+ +---------------+ -> |6. CB Search | -> | 7. Packetize | -> payload | +--------------+ | +---------------+ ----<---------<------ sub-frame 0..2/4 (20 ms/30 ms) Figure 3.1. Flow chart of the iLBC encoder 1. Pre process speech with a HP filter if needed (section 3.1) 2. Compute LPC parameters, quantize and interpolate (section 3.2) 3. Use analysis filters on speech to compute residual (section 3.3) 4. Select position of 57/58 sample start state (section 3.5) 5. Quantize the 57/58 sample start state with scalar quantization (section 3.5) 6. Search the codebook for each sub-frame. Start with 23/22 sample block, then encode sub-blocks forward in time and then encode sub- blocks backward in time. For each block the steps in figure 3.4 are performed (section 3.6) 7. Packetize the bits into the payload specified in table 3.2. The input to the encoder SHOULD be 16 bit uniform PCM sampled at 8 kHz. Also it SHOULD be partitioned into blocks of BLOCKL=160/240 samples. Each block input to the encoder is divided into NSUB=4/6 consecutive sub-blocks of SUBL=40 samples each. Andersen et. al. Experimental - Expires November 29th, 2004 8 Internet Low Bit Rate Codec May 04 0 39 79 119 159 +---------------------------------------+ | 1 | 2 | 3 | 4 | +---------------------------------------+ 20 ms frame 0 39 79 119 159 199 239 +-----------------------------------------------------------+ | 1 | 2 | 3 | 4 | 5 | 6 | +-----------------------------------------------------------+ 30 ms frame Figure 3.2. One input block to the encoder for 20 ms (with 4 sub- frames) and 30 ms (with 6 sub-frames). 3.1 Pre-processing In some applications the recorded speech signal contains DC level and/or 50/60 Hz noise. If these components have not been removed prior to the encoder call, they should be removed by a high-pass filter. A reference implementation of this, using a filter with cut off frequency 90 Hz, can be found in Appendix A.28. 3.2 LPC Analysis and Quantization The input to the LPC analysis module is a possibly high-pass filtered speech buffer, speech_hp, that contains 240/300 (LPC_LOOKBACK + BLOCKL = 80/60 + 160/240 = 240/300) speech samples , where samples 0 through 79/59 are from the previous block and samples 80/60 through 239/299 are from the current block. No look- ahead into the next block is used. For the very first block processed, the look back samples are assumed to be zeros. For each input block, the LPC analysis calculates one/two set(s) of LPC_FILTERORDER=10 LPC filter coefficients using the autocorrelation method and the Levinson-Durbin recursion. These coefficients are converted to the Line Spectrum Frequency representation. In the 20 ms case the set, lsf, represents the spectral characteristics as measured at the center of the third sub-block. For 30 ms frames the first set, lsf1, represents the spectral properties of the input signal at the center of the second sub-block while the other set, lsf2, represents the spectral characteristics as measured at the center of the fifth sub-block. The details of the computation for 30 ms frames are described in 3.2.1 through 3.2.6. Section 3.2.7 explains how the LPC Analysis and Quantization differs for 20 ms frames. 3.2.1 Computation of Autocorrelation Coefficients The first step in the LPC analysis procedure is to calculate autocorrelation coefficients using windowed speech samples. This windowing is the only difference in the LPC analysis procedure for the two sets of coefficients. For the first set, a 240 sample long Andersen et. al. Experimental - Expires November 29th, 2004 9 Internet Low Bit Rate Codec May 04 standard symmetric Hanning window is applied to samples 0 through 239 of the input data. The first window, lpc_winTbl, is defined as: lpc_winTbl[i]= 0.5 * (1.0 - cos((2*PI*(i+1))/(BLOCKL+1))); i=0,...,119 lpc_winTbl[i] = winTbl[BLOCKL - i - 1]; i=120,...,239 The windowed speech speech_hp_win1 is then obtained by multiplying the 240 first samples of the input speech buffer with the window coefficients: speech_hp_win1[i] = speech_hp[i] * lpc_winTbl[i]; i=0,...,BLOCKL-1 From these 240 windowed speech samples, 11 (LPC_FILTERORDER + 1) autocorrelation coefficients, acf1, are calculated: acf1[lag] += speech_hp_win1[n] * speech_hp_win1[n + lag]; lag=0,...,LPC_FILTERORDER; n=0,...,BLOCKL-lag-1 In order to make the analysis more robust against numerical precision problems, a spectral smoothing procedure is applied by windowing the autocorrelation coefficients before the LPC coefficients are computed. Also, a white noise floor is added to the autocorrelation function by multiplying coefficient zero by 1.0001 (40dB below the energy of the windowed speech signal). These two steps are implemented by multiplying the autocorrelation coefficients with the following window: lpc_lagwinTbl[0] = 1.0001; lpc_lagwinTbl[i] = exp(-0.5 * ((2 * PI * 60.0 * i) /FS)^2); i=1,...,LPC_FILTERORDER where FS=8000 is the sampling frequency Then, the windowed acf function acf1_win is obtained by: acf1_win[i] = acf1[i] * lpc_lagwinTbl[i]; i=0,...,LPC_FILTERORDER The second set of autocorrelation coefficients, acf2_win are obtained in a similar manner. The window, lpc_asymwinTbl, is applied to samples 60 through 299, i.e., the entire current block. The window consists of two segments; the first (samples 0 to 219) being half a Hanning window with length 440 and the second being a quarter of a cycle of a cosine wave. By using this asymmetric window, an LPC analysis centered in the fifth sub-block is obtained without the need for any look-ahead, which would have added delay. The asymmetric window is defined as: lpc_asymwinTbl[i] = (sin(PI * (i + 1) / 441))^2; i=0,...,219 lpc_asymwinTbl[i] = cos((i - 220) * PI / 40); i=220,...,239 Andersen et. al. Experimental - Expires November 29th, 2004 10 Internet Low Bit Rate Codec May 04 and the windowed speech is computed by: speech_hp_win2[i] = speech_hp[i + LPC_LOOKBACK] * lpc_asymwinTbl[i]; i=0,....BLOCKL-1 The windowed autocorrelation coefficients are then obtained in exactly the same way as for the first analysis instance. The generation of the windows lpc_winTbl, lpc_asymwinTbl, and lpc_lagwinTbl are typically done in advance and the arrays are stored in ROM rather than repeating the calculation for every block. 3.2.2 Computation of LPC Coefficients From the 2 x 11 smoothed autocorrelation coefficients, acf1_win and acf2_win, the 2 x 11 LPC coefficients, lp1 and lp2, are calculated in the same way for both analysis locations using the well known Levinson-Durbin recursion. The first LPC coefficient is always 1.0, resulting in 10 unique coefficients. After determining the LPC coefficients, a bandwidth expansion procedure is applied in order to smooth the spectral peaks in the short-term spectrum. The bandwidth addition is obtained by the following modification of the LPC coefficients: lp1_bw[i] = lp1[i] * chirp^i; i=0,...,LPC_FILTERORDER lp2_bw[i] = lp2[i] * chirp^i; i=0,...,LPC_FILTERORDER where "chirp" is a real number between 0 and 1. It is RECOMMENDED to use a value of 0.9. 3.2.3 Computation of LSF Coefficients from LPC Coefficients Thusfar, two sets of LPC coefficients that represent the short-term spectral characteristics of the speech signal for two different time locations within the current block have been determined. These coefficients SHOULD be quantized and interpolated. Before doing so, it is advantageous to convert the LPC parameters into another type of representation called Line Spectral Frequencies (LSF). The LSF parameters are used because they are better suited for quantization and interpolation than the regular LPC coefficients. Many computationally efficient methods for calculating the LSFs from the LPC coefficients have been proposed in the literature. The detailed implementation of one applicable method can be found in Appendix A.26. The two arrays of LSF coefficients obtained, lsf1 and lsf2, are of dimension 10 (LPC_FILTERORDER). 3.2.4 Quantization of LSF Coefficients Since the LPC filters defined by the two sets of LSFs are needed also in the decoder, the LSF parameters need to be quantized and transmitted as side information. The total number of bits required to represent the quantization of the two LSF representations for one block of speech is 40 with 20 bits used for each of lsf1 and lsf2. Andersen et. al. Experimental - Expires November 29th, 2004 11 Internet Low Bit Rate Codec May 04 For computational and storage reasons, the LSF vectors are quantized using 3-split vector quantization (VQ). That is, the LSF vectors are split into three sub-vectors which are each quantized with a regular VQ. The quantized versions of lsf1 and lsf2, qlsf1 and qlsf2, are obtained by using the same memoryless split VQ. The length of each of these two LSF vectors is 10 and they are split into 3 sub-vectors containing 3, 3 and 4 values respectively. For each of the sub-vectors, a separate codebook of quantized values has been designed using a standard VQ training method for a large database containing speech from a large number of speakers recorded under various conditions. The size of each of the three codebooks associated with the split definitions above is: int size_lsfCbTbl[LSF_NSPLIT] = {64,128,128}; The actual values of the vector quantization codebook that must be used can be found in the reference code of appendix A. Both sets of LSF coefficients, lsf1 and lsf2, are quantized with a standard memoryless split vector quantization (VQ) structure using the squared error criterion in the LSF domain. The split VQ quantization consists of the following steps: 1) Quantize the first 3 LSF coefficients (1 - 3) with a VQ codebook of size 64. 2) Quantize the LSF coefficients 4, 5, and 6 with VQ a codebook of size 128. 3) Quantize the last 4 LSF coefficients (7 - 10) with a VQ codebook of size 128. This procedure, repeated for lsf1 and lsf2, gives 6 quantization indices and the quantized sets of LSF coefficients qlsf1 and qlsf2. Each set of three indices is encoded with 6 + 7 + 7 = 20 bits. The total number of bits used for LSF quantization in a block is thus 40 bits. 3.2.5 Stability Check of LSF Coefficients The LSF representation of the LPC filter has the nice property that the coefficients are ordered by increasing value, i.e., lsf(n-1) < lsf(n), 0 < n < 10, if the corresponding synthesis filter is stable. Since we are employing a split VQ scheme it is possible that at the split boundaries the LSF coefficients are not ordered correctly and hence the corresponding LP filter is unstable. To ensure that the filter used is stable, a stability check is performed for the quantized LSF vectors. If it turns out that the coefficients are not ordered appropriately (with a safety margin of 50 Hz to ensure that formant peaks are not too narrow) they will be moved apart. The detailed method for this can be found in Appendix A.40. The same procedure is performed in the decoder. This ensures that exactly the same LSF representations are used in both encoder and decoder. 3.2.6 Interpolation of LSF Coefficients Andersen et. al. Experimental - Expires November 29th, 2004 12 Internet Low Bit Rate Codec May 04 From the two sets of LSF coefficients that are computed for each block of speech, different LSFs are obtained for each sub-block by means of interpolation. This procedure is performed for the original LSFs (lsf1 and lsf2), as well as the quantized versions qlsf1 and qlsf2 since both versions are used in the encoder. Here follows a brief summary of the interpolation scheme while the details are found in the c-code of Appendix A. In the first sub-block, the average of the second LSF vector from the previous block and the first LSF vector in the current block is used. For sub-blocks two through five the LSFs used are obtained by linear interpolation from lsf1 (and qlsf1) to lsf2 (and qlsf2) with lsf1 used in sub-block two and lsf2 in sub-block five. In the last sub-block, lsf2 is used. For the very first block it is assumed that the last LSF vector of the previous block is equal to a predefined vector, lsfmeanTbl, that was obtained by calculating the mean LSF vector of the LSF design database. lsfmeanTbl[LPC_FILTERORDER] = {0.281738, 0.445801, 0.663330, 0.962524, 1.251831, 1.533081, 1.850586, 2.137817, 2.481445, 2.777344} The interpolation method is standard linear interpolation in the LSF domain. The interpolated LSF values are converted to LPC coefficients for each sub-block. The unquantized and quantized LPC coefficients form two sets of filters respectively. The unquantized analysis filter for sub-block k: ___ \ Ak(z)= 1 + > ak(i)*z^(-i) /__ i=1...LPC_FILTERORDER And the quantized analysis filter for sub-block k: ___ \ A~k(z)= 1 + > a~k(i)*z^(-i) /__ i=1...LPC_FILTERORDER A reference implementation of the lsf encoding is given in Appendix A.38. A reference implementation of the corresponding decoding can be found in Appendix A.36. 3.2.7 LPC Analysis and Quantization for 20 ms frames As stated before, the codec only calculates one set of LPC parameters for the 20 ms frame size as opposed to two sets for 30 ms frames. A single set of autocorrelation coefficients is calculated on the LPC_LOOKBACK + BLOCKL = 80 + 160 = 240 samples. These sampl es are windowed with the asymmetric window lpc_asymwinTbl, centered over the third sub-frame, to form speech_hp_win. Autocorrelation coefficients, acf, are calculated on the 240 samples in Andersen et. al. Experimental - Expires November 29th, 2004 13 Internet Low Bit Rate Codec May 04 speech_hp_win and then windowed exactly as in 3.2.1 (resulting in acf_win). This single set of windowed autocorrelation coefficients is used to calculate LPC Coefficients, LSF Coefficients and quantized LSF coefficients in exactly the same manner as in 3.2.3 to 3.2.4. As for the 30 ms frame size, the 10 LSF coefficients are divided into three sub-vectors of size 3, 3, 4 and quantized using the same scheme and codebook as in 3.2.4 to finally get 3 quantization indices. The quantized LSF coefficients are stabilized with the algorithm described in 3.2.5. From the set of LSF coefficients that was computed for this block together with the LSF coefficients from the previous block, different LSFs are obtained for each sub-block by means of interpolation. The interpolation is done linearly in the LSF domain over the 4 sub-blocks, so that the n-th sub-frame uses the weight (4-n)/4 for the LSF from old frame and the weight n/4 of the LSF from the current frame. For the very first block the mean LSF, lsfmeanTbl, is used as the LSF from the previous block. Similar to 3.2.6, both unquantized, A(z), and quantized, A~(z), analysis filters are calculated for each of the four sub-blocks. 3.3 Calculation of the Residual The block of speech samples is filtered by the quantized and interpolated LPC analysis filters to yield the residual signal. In particular, the corresponding LPC analysis filter for each 40 sample sub-block is used to filter the speech samples for the same sub- block. The filter memory at the end of each sub-block is carried over to the LPC filter of the next sub-block. The signal at the output of each LP analysis filter constitutes the residual signal for the corresponding sub-block. A reference implementation of the LPC analysis filters is given in Appendix A.10. 3.4 Perceptual Weighting Filter In principle any good design of a perceptual weighting filter can be applied in the encoder without compromising this codec definition. It is however RECOMMENDED to use the perceptual weighting filter specified below: Weighting filter for sub-block k: Wk(z)=1/Ak(z/LPC_CHIRP_WEIGHTDENUM), where LPC_CHIRP_WEIGHTDENUM = 0.4222 This is a simple design with low complexity that is applied in the LPC residual domain. Here Ak(z) is the filter obtained from unquantized but interpolated LSF coefficients. Andersen et. al. Experimental - Expires November 29th, 2004 14 Internet Low Bit Rate Codec May 04 3.5 Start State Encoder The start state is quantized using a common 6-bit scalar quantizer for the block and a 3-bit scalar quantizer operating on scaled samples in the weighted speech domain. In the following we describe the state encoding in greater detail. 3.5.1 Start State Estimation The two sub-blocks containing the start state are determined by finding the two consecutive sub-blocks in the block having the highest power. Advantageously, down-weighting is used in the beginning and end of the sub-frames. I.e., the following measure is computed (NSUB=4/6 for 20/30 ms frame size): nsub=1,...,NSUB-1 ssqn[nsub] = 0.0; for (i=(nsub-1)*SUBL; i<(nsub-1)*SUBL+5; i++) ssqn[nsub] += sampEn_win[i-(nsub-1)*SUBL]* residual[i]*residual[i]; for (i=(nsub-1)*SUBL+5; i<(nsub+1)*SUBL-5; i++) ssqn[nsub] += residual[i]*residual[i]; for (i=(nsub+1)*SUBL-5; i<(nsub+1)*SUBL; i++) ssqn[nsub] += sampEn_win[(nsub+1)*SUBL-i-1]* residual[i]*residual[i]; where sampEn_win[5]={1/6, 2/6, 3/6, 4/6, 5/6}; MAY be used. The sub- frame number corresponding to the maximum value of ssqEn_win[nsub- 1]*ssqn[nsub] is selected as the start state indicator. A weighting of ssqEn_win[]={0.8,0.9,1.0,0.9,0.8} for 30 ms frames and ssqEn_win[]={0.9,1.0,0.9} for 20 ms frames; MAY advantageously be used to bias the start state towards the middle of the frame. For 20 ms frames there are 3 possible positions of the two-sub-block length maximum power segment, the start state position is encoded using 2 bits. The start state position, start, MUST be encoded as: start=1: start state in sub-frame 0 and 1 start=2: start state in sub-frame 1 and 2 start=3: start state in sub-frame 2 and 3 For 30 ms frames there are 5 possible positions of the two-sub-block length maximum power segment, the start state position is encoded using 3 bits. The start state position, start, MUST be encoded as: start=1: start state in sub-frame 0 and 1 start=2: start state in sub-frame 1 and 2 start=3: start state in sub-frame 2 and 3 start=4: start state in sub-frame 3 and 4 start=5: start state in sub-frame 4 and 5 hence, in both cases, index 0 is not utilized. In order to shorten the start state for bit rate efficiency, the start state is brought down to STATE_SHORT_LEN=57 samples for 20 ms frames and Andersen et. al. Experimental - Expires November 29th, 2004 15 Internet Low Bit Rate Codec May 04 STATE_SHORT_LEN=58 samples for 30 ms frames. The power of the first 23/22 and last 23/22 samples of the 2 sub-frame block identified above is computed as the sum of the squared signal sample values and the 23/22 sample segment with the lowest power is excluded from the start state. One bit is transmitted to indicate which of the 2 possible 57/58 sample segments is used. The start state position within the 2 sub-frames determined above, state_first, MUST be encoded as: state_first=1: start state is first STATE_SHORT_LEN samples state_first=0: start state is last STATE_SHORT_LEN samples 3.5.2 All-Pass Filtering and Scale Quantization The block of residual samples in the start state is first filtered by an all-pass filter with the quantized LPC coefficients as denominator and reversed quantized LPC coefficients as numerator. The purpose of this phase-dispersion filter is to get a more even distribution of the sample values in the residual signal. The filtering is performed by circular convolution, where the initial filter memory is set to zero. res(0..(STATE_SHORT_LEN-1)) = uncoded start state residual res((STATE_SHORT_LEN)..(2*STATE_SHORT_LEN-1)) = 0 Pk(z) = A~rk(z)/A~k(z), where ___ \ A~rk(z)= z^(-LPC_FILTERORDER)+>a~k(i+1)*z^(i-(LPC_FILTERORDER-1)) /__ i=0...(LPC_FILTERORDER-1) and A~k(z) is taken from the block where the start state begins res -> Pk(z) -> filtered ccres(k) = filtered(k) + filtered(k+STATE_SHORT_LEN), k=0..(STATE_SHORT_LEN-1) The all pass filtered block is searched for its largest magnitude sample. The 10-logarithm of this magnitude is quantized with a 6-bit quantizer, state_frgqTbl, by finding the nearest representation. This results in an index, idxForMax, corresponding to a quantized value, qmax. The all-pass filtered residual samples in the block are then multiplied with a scaling factor scal=4.5/(10^qmax) to yield normalized samples. state_frgqTbl[64] = {1.000085, 1.071695, 1.140395, 1.206868, 1.277188, 1.351503, 1.429380, 1.500727, 1.569049, 1.639599, 1.707071, 1.781531, 1.840799, 1.901550, 1.956695, 2.006750, 2.055474, 2.102787, 2.142819, 2.183592, 2.217962, 2.257177, 2.295739, 2.332967, 2.369248, 2.402792, 2.435080, 2.468598, 2.503394, 2.539284, 2.572944, 2.605036, 2.636331, 2.668939, Andersen et. al. Experimental - Expires November 29th, 2004 16 Internet Low Bit Rate Codec May 04 2.698780, 2.729101, 2.759786, 2.789834, 2.818679, 2.848074, 2.877470, 2.906899, 2.936655, 2.967804, 3.000115, 3.033367, 3.066355, 3.104231, 3.141499, 3.183012, 3.222952, 3.265433, 3.308441, 3.350823, 3.395275, 3.442793, 3.490801, 3.542514, 3.604064, 3.666050, 3.740994, 3.830749, 3.938770, 4.101764} 3.5.3 Scalar Quantization The normalized samples are quantized in the perceptually weighted speech domain by a sample-by-sample scalar DPCM quantization as depicted in Figure 3.3. Each sample in the block is filtered by a weighting filter Wk(z), specified in section 3.4, to form a weighted speech sample x[n]. The target sample d[n] is formed by subtracting a predicted sample y[n], where the prediction filter is given by Pk(z) = 1 - 1 / Wk(z). +-------+ x[n] + d[n] +-----------+ u[n] residual -->| Wk(z) |-------->(+)---->| Quantizer |------> quantized +-------+ - /|\ +-----------+ | residual | \|/ y[n] +--------------------->(+) | | | +------+ | +--------| Pk(z)|<------+ +------+ Figure 3.3. Quantization of start state samples by DPCM in weighted speech domain. The coded state sample u[n] is obtained by quantizing d[n] with a 3- bit quantizer with quantization table state_sq3Tbl. state_sq3Tbl[8] = {-3.719849, -2.177490, -1.130005, -0.309692, 0.444214, 1.329712, 2.436279, 3.983887} The quantized samples are transformed back to the residual domain by 1) scaling with 1/scal 2) time-reversing the scaled samples 3) filtering the time-reversed samples by the same all-pass filter as in section 3.5.2, using circular convolution 4) time-reversing the filtered samples. (More detailed in section 4.2) A reference implementation of the start state encoding can be found in Appendix A.46. 3.6 Encoding the remaining samples A dynamic codebook is used to encode 1) the 23/22 remaining samples in the 2 sub-blocks containing the start state; 2) encoding of the sub-blocks after the start state in time; 3) encoding of the sub- blocks before the start state in time. Thus, the encoding target can be either the 23/22 samples remaining of the 2 sub-blocks containing the start state or a 40 sample sub-block. This target can consist of Andersen et. al. Experimental - Expires November 29th, 2004 17 Internet Low Bit Rate Codec May 04 samples that are indexed forwards in time or backwards in time depending on the location of the start state. The length of the target is denoted by lTarget. The coding is based on an adaptive codebook that is built from a codebook memory which contains decoded LPC excitation samples from the already encoded part of the block. These samples are indexed in the same time direction as the target vector and ending at the sample instant prior to the first sample instant represented in the target vector. The codebook memory has length lMem which is equal to CB_MEML=147 for the two/four 40 sample sub-blocks and 85 for the 23/22 sample sub-block. The following figure shows an overview of the encoding procedure. +------------+ +---------------+ +-------------+ -> | 1. Decode | -> | 2. Mem setup | -> | 3. Perc. W. | -> +------------+ +---------------+ +-------------+ +------------+ +-----------------+ -> | 4. Search | -> | 5. Upd. Target | ------------------> | +------------+ +------------------ | ----<-------------<-----------<---------- stage=0..2 +----------------+ -> | 6. Recalc G[0] | ---------------> gains and CB indices +----------------+ Figure 3.4. Flow chart of the codebook search in the iLBC encoder 1. Decode the part of the residual that has been encoded so far, using the codebook without perceptual weighting 2. Set up the memory by taking data from the decoded residual. This memory is used to construct codebooks from. For blocks preceding the start state, both the decoded residual and the target are time reversed (section 3.6.1) 3. Filter the memory + target with the perceptual weighting filter (section 3.6.2) 4. Search for the best match between the target and the codebook vector. Compute the optimal gain for this match and quantize that gain (section 3.6.4) 5. Update the perceptually weighted target by subtracting the contribution from the selected codebook vector from the perceptually weighted memory (quantized gain times selected vector). Repeat 4. and 5. for the 2 additional stages 6. Calculate the energy loss due to encoding of the residual. If needed, compensate for this loss by an upscaling and requantization of the gain for the first stage (section 3.7) The following sections provide an in-depth description of the different blocks of figure 3.4. Andersen et. al. Experimental - Expires November 29th, 2004 18 Internet Low Bit Rate Codec May 04 3.6.1 Codebook Memory The codebook memory is based on the already encoded sub-blocks so the available data for encoding increases for each new sub-block that has been encoded. Until enough sub-blocks have been encoded to fill the codebook memory with data it is padded with zeros. The following figure shows an example of the order in which the sub- blocks are encoded for the 30 ms frame size if the start state is located in the last 58 samples of sub-block 2 and 3. +-----------------------------------------------------+ | 5 | 1 |///|////////| 2 | 3 | 4 | +-----------------------------------------------------+ Figure 3.5. The order from 1 to 5 in which the sub-blocks are encoded. The slashed area is the start state. The first target sub-block to be encoded is number 1 and the corresponding codebook memory is shown in the following figure. Since the target vector is before the start state in time the codebook memory and target vector are time reversed. By reversing them in time, the search algorithm can be reused. Since only the start state has been encoded so far the last samples of the codebook memory are padded with zeros. +------------------------- |zeros|\\\\\\\\|\\\\| 1 | +------------------------- Figure 3.6. The codebook memory, length lMem=85 samples, and the target vector 1, length 22 samples. The next step is to encode sub-block 2 using the memory which now has increased since sub-block 1 has been encoded. The following figure shows the codebook memory for encoding of sub-block 2. +----------------------------------- | zeros | 1 |///|////////| 2 | +----------------------------------- Figure 3.7. The codebook memory, length lMem=147 samples, and the target vector 2, length 40 samples. The next step is to encode sub-block 3 using the memory which now has increased yet again since sub-blocks 1 and 2 have been encoded but it still has to be padded with a few zeros. The following figure shows the codebook memory for encoding of sub-block 3. +------------------------------------------ |zeros| 1 |///|////////| 2 | 3 | +------------------------------------------ Figure 3.8. The codebook memory, length lMem=147 samples, and the target vector 3, length 40 samples. Andersen et. al. Experimental - Expires November 29th, 2004 19 Internet Low Bit Rate Codec May 04 The next step is to encode sub-block 4 using the memory which now has increased yet again since sub-blocks 1, 2 and 3 have been encoded. This time the memory does not have to be padded with zeros. The following figure shows the codebook memory for encoding of sub- block 4. +------------------------------------------ |1|///|////////| 2 | 3 | 4 | +------------------------------------------ Figure 3.9. The codebook memory, length lMem=147 samples, and the target vector 4, length 40 samples. The final target sub-block to be encoded is number 5 and the corresponding codebook memory is shown in the following figure. Since the target vector is before the start state in time the codebook memory and target vector are time reversed. +------------------------------------------- | 3 | 2 |\\\\\\\\|\\\\| 1 | 5 | +------------------------------------------- Figure 3.10. The codebook memory, length lMem=147 samples, and the target vector 5, length 40 samples. For the case of 20 ms frames the encoding procedure looks almost exactly the same. The only difference is that the size of the start state is 57 samples and that there are only 3 sub-blocks to be encoded. The encoding order is the same as above starting with the 23 sample target and then encoding the two remaining 40 sample sub- blocks, first going forward in time and then going backwards in time relative to the start state. 3.6.2 Perceptual Weighting of Codebook Memory and Target To provide a perceptual weighting of the coding error, a concatenation of the codebook memory and the target to be coded is all pole filtered with the perceptual weighting filter specified in section 3.4. The filter state of the weighting filter is set to zero. in(0..(lMem-1)) = unweighted codebook memory in(lMem..(lMem+lTarget-1)) = unweighted target signal in -> Wk(z) -> filtered, where Wk(z) is taken from the sub-block of the target weighted codebook memory = filtered(0..(lMem-1)) weighted target signal = filtered(lMem..(lMem+lTarget-1)) The codebook search is done using the weighted codebook memory and the weighted target, while the decoding and the codebook memory update uses the unweighted codebook memory. Andersen et. al. Experimental - Expires November 29th, 2004 20 Internet Low Bit Rate Codec May 04 3.6.3 Codebook Creation The codebook for the search is created from the perceptually weighted codebook memory. It consists of two sections where the first is referred to as the base codebook and the second as the expanded codebook since it is created by linear combinations of the first. Each of these two sections also has a subsection referred to as the augmented codebook. The augmented codebook is only created and used for the coding of the 40 sample sub-blocks and not for the 23/22 sample sub-block case. The codebook size used for the different sub-blocks and different stages are summarized in the table below. Stage 1 2 & 3 -------------------------------------------- 22 128 (64+0)*2 128 (64+0)*2 Sub- 1:st 40 256 (108+20)*2 128 (44+20)*2 Blocks 2:nd 40 256 (108+20)*2 256 (108+20)*2 3:rd 40 256 (108+20)*2 256 (108+20)*2 4:th 40 256 (108+20)*2 256 (108+20)*2 Table 3.1. Codebook sizes for the 30 ms mode The table 3.1 shows the codebook size for the different sub-blocks and stages for 30 ms frames. Inside the parenthesis it shows how the number of codebook vectors is distributed, within the two sections, between the base/expanded codebook and the augmented base/expanded codebook. It should be interpreted in the following way: (base/expanded cb + augmented base/expanded cb). The total number of codebook vectors for a specific sub-block and stage is given by the following formula: Tot. cb vectors = base cb + aug. base cb + exp. cb + aug. exp. cb The corresponding values to figure 3.1 for 20 ms frames are only slightly modified. The short sub-block is 23 instead of 22 samples and the 3:rd and 4:th sub-frame are not present. 3.6.3.1 Creation of a Base Codebook The base codebook is given by the perceptually weighted codebook memory that is mentioned in section 3.5.3. The different codebook vectors are given by sliding a window of length 23/22 or 40, given by variable lTarget, over the lMem long perceptually weighted codebook memory. The indices are ordered so that the codebook vector containing sample(lMem-lTarget-n) to (lMem-n-1) of the codebook memory vector has index n, where n=0..lMem-lTarget. Thus the total number of base codebook vectors is lMem-lTarget+1 and the indices are ordered from sample delay lTarget (23/22 or 40) to lMem+1 (86 or 148). Andersen et. al. Experimental - Expires November 29th, 2004 21 Internet Low Bit Rate Codec May 04 3.6.3.2 Codebook Expansion The base codebook is expanded by a factor of 2, creating an additional section in the codebook. This new section is obtained by filtering the base codebook, base_cb, with a FIR filter with filter length CB_FILTERLEN=8. The delay of four samples introduced by the FIR filter is compensated for in the construction of the expanded codebook. cbfiltersTbl[CB_FILTERLEN]={-0.033691, 0.083740, -0.144043, 0.713379, 0.806152, -0.184326, 0.108887, -0.034180}; ___ \ exp_cb(k)= + > cbfiltersTbl(i)*x(k-i+4) /__ i=0...(LPC_FILTERORDER-1) where x(j) = base_cb(j) for j=0..lMem-1 and 0 otherwise The individual codebook vectors of the new filtered codebook, exp_cb, and their indices are obtained in the same fashion as described above for the base codebook. 3.6.3.3 Codebook Augmentation For the cases when encoding entire sub-blocks, i.e. cbveclen=40, the base and expanded codebooks are augmented to increase codebook richness. The codebooks are augmented by vectors produced by interpolation of segments. The base and expanded codebook, constructed above, consists of vectors corresponding to sample delays in the range from cbveclen to lMem. The codebook augmentation attempts to augment these codebooks with vectors corresponding to sample delays from 20 to 39. However, not all of these samples are present in the base codebook and expanded codebook respectively. Therefore, the augmentation vectors are constructed as linear combinations between samples corresponding to sample delays in the range 20 to 39. The general idea of this procedure is presented in the following figures and text. The procedure is performed for both the base codebook and the expanded codebook. - - ------------------------| codebook memory | - - ------------------------| |-5-|---15---|-5-| pi pp po | | Codebook vector |---15---|-5-|-----20-----| <- corresponding to i ii iii sample delay 20 Figure 3.11. Generation of the first augmented codebook Andersen et. al. Experimental - Expires November 29th, 2004 22 Internet Low Bit Rate Codec May 04 The figure 3.11 shows the codebook memory with pointers pi, pp and po where pi points to sample 25, pp to sample 20 and po to sample 5. Below the codebook memory, the augmented codebook vector corresponding to sample delay 20 is drawn. Segment i consists of 15 samples from pointer pp and forward in time. Segment ii consists of 5 interpolated samples from pi and forward and from po and forward. The samples are linearly interpolated with weights [0.0, 0.2, 0.4, 0.6, 0.8] for pi and weights [1.0, 0.8, 0.6, 0.4, 0.2] for po. Segment iii consists of 20 samples from pp and forward. The augmented codebook vector corresponding to sample delay 21 is produced by moving pointers pp and pi one sample backwards in time. That gives us the following figure. - - ------------------------| codebook memory | - - ------------------------| |-5-|---16---|-5-| pi pp po | | Codebook vector |---16---|-5-|-----19-----| <- corresponding to i ii iii sample delay 21 Figure 3.12. Generation of the second augmented codebook The figure 3.12 shows the codebook memory with pointers pi, pp and po where pi points to sample 26, pp to sample 21 and po to sample 5. Below the codebook memory, the augmented codebook vector corresponding to sample delay 21 is drawn. Segment i does now consist of 16 samples from pp and forward. Segment ii consists of 5 interpolated samples from pi and forward and po and forward and the interpolation weights are the same throughout the procedure. Segment iii consists of 19 samples from pp and forward. The same procedure of moving the two pointers is continued until the last augmented vector corresponding to sample delay 39 has been created. This gives a total of 20 new codebook vectors to each of the two sections. Thus the total number of codebook vectors for each of the two sections, when including the augmented codebook becomes lMem-SUBL+1+SUBL/2. This is provided that augmentation is evoked, i.e., that lTarget=SUBL. 3.6.4 Codebook Search The codebook search uses the codebooks described in the sections above to find the best match of the perceptually weighted target, see section 3.6.2. The search method is a multi-stage gain-shape matching performed as follows. At each stage the best shape vector is identified, then the gain is calculated and quantized, and finally the target is updated in preparation for the next codebook search stage. The number of stages is CB_NSTAGES=3. If the target is the 23/22 sample vector the codebooks are indexed in the order: base codebook followed by the expanded codebook. If the target is 40 samples the order is: base codebook, augmented base Andersen et. al. Experimental - Expires November 29th, 2004 23 Internet Low Bit Rate Codec May 04 codebook, expanded codebook and finally augmented expanded codebook. The size of each codebook section and its corresponding augmented section is given by table 3.1 in section 3.6.3. For example when coding the second 40 sample sub-block indices 0-107 correspond to the base codebook, 108-127 correspond to the augmented base codebook, 128-235 correspond to the expanded codebook and finally indices 236-255 correspond to the augmented expanded codebook. The indices are divided in the same fashion for all stages in the example. Only in the case of coding the first 40 sample sub- block is there a difference between stages (see Table 3.1). 3.6.4.1 Codebook Search at Each Stage The codebooks are searched to find the best match to the target at each stage. When the best match is found the target is updated and the next-stage search is started. The three chosen codebook vectors and their corresponding gains constitute the encoded sub-block. The best match is decided by the following three criteria: 1. Compute the measure (target*cbvec)^2 / ||cbvec||^2 for all codebook vectors, cbvec, and choose the codebook vector maximizing the measure. The expression (target*cbvec) is the dot product between the target vector to be coded and the codebook vector for which we compute the measure. The norm, ||x||, is defined as the square root of (x*x). 2. The absolute value of the gain, corresponding to the chosen codebook vector, cbvec, must be smaller than a fixed limit, CB_MAXGAIN=1.3: |gain| < CB_MAXGAIN where the gain is computed in the following way: gain = (target*cbvec) / ||cbvec||^2 3. For the first stage the dot product of the chosen codebook vector and target must be positive: target*cbvec > 0 In practice the above criteria are used in a sequential search through all codebook vectors. The best match is found by registering a new max measure and index whenever the previously registered max measure is surpassed and all other criteria are fulfilled. If none of the codebook vectors fulfill (2) and (3), the first codebook vector is selected. 3.6.4.2 Gain Quantization at Each Stage Andersen et. al. Experimental - Expires November 29th, 2004 24 Internet Low Bit Rate Codec May 04 The gain follows as a result of the computation: gain = (target*cbvec) / ||cbvec||^2 for the optimal codebook vector that was found by the procedure from section 3.6.4.1. The three stages quantize the gain using 5, 4 and 3 bits respectively. In the first stage, the gain is limited to positive values. This gain is quantized by finding the nearest value in the quantization table gain_sq5Tbl. gain_sq5Tbl[32]={0.037476, 0.075012, 0.112488, 0.150024, 0.187500, 0.224976, 0.262512, 0.299988, 0.337524, 0.375000, 0.412476, 0.450012, 0.487488, 0.525024, 0.562500, 0.599976, 0.637512, 0.674988, 0.712524, 0.750000, 0.787476, 0.825012, 0.862488, 0.900024, 0.937500, 0.974976, 1.012512, 1.049988, 1.087524, 1.125000, 1.162476, 1.200012} The gains of the subsequent two stages can be either positive or negative. The gains are quantized using a quantization table times a scale factor. The second stage uses the table gain_sq4Tbl and the third stage uses gain_sq3Tbl. The scale factor equates 0.1 or the absolute value of the quantized gain representation value obtained in the previous stage, whichever is the larger. Again, the resulting gain index is the index to the nearest value of the quantization table times the scale factor. Andersen et. al. Experimental - Expires November 29th, 2004 25 Internet Low Bit Rate Codec May 04 gainQ = scaleFact * gain_sqXTbl[index] gain_sq4Tbl[16]={-1.049988, -0.900024, -0.750000, -0.599976, -0.450012, -0.299988, -0.150024, 0.000000, 0.150024, 0.299988, 0.450012, 0.599976, 0.750000, 0.900024, 1.049988, 1.200012} gain_sq3Tbl[8]={-1.000000, -0.659973, -0.330017,0.000000, 0.250000, 0.500000, 0.750000, 1.00000} 3.6.4.3 Preparation of Target for Next Stage Before performing the search for the next stage the perceptually weighted target vector is updated by subtracting from it the selected codebook vector (from the perceptually weighted codebook) times the corresponding quantized gain. target[i] = target[i] - gainQ * selected_vec[i]; A reference implementation of the codebook encoding is found in Appendix A.34. 3.7 Gain Correction Encoding The start state is quantized in a relatively model independent manner using 3 bits per sample. In contrast to this, the remaining parts of the block is encoded using an adaptive codebook. This codebook will produce high matching accuracy whenever there is a high correlation between the target and the best codebook vector. For unvoiced speech segments and background noises, this is not necessarily so, which, due to the nature of the squared error criterion, results in a coded signal with less power than the target signal. As the coded start state has good power matching to the target, the result is a power fluctuation within the encoded frame. Perceptually, the main problem with this is that the time envelope of the signal energy becomes unsteady. To overcome this problem, the gains for the codebooks are re-scaled after the codebook encoding by searching for a new gain factor for the first stage codebook that provides better power matching. First the energy for the target signal, tene, is computed along with the energy for the coded signal, cene, given by the addition of the 3 gain scaled codebook vectors. Since the gains of the 2nd and 3rd stage scale with the gain of the first stage, by changing the first stage gain from gain[0] to gain_sq5Tbl[i], the energy of the coded signal changes from cene to cene*(gain_sq5Tbl[i]*gain_sq5Tbl[i])/(gain[0]*gain[0]) where gain[0] is the gain for the first stage found in the original codebook search. A refined search is performed by testing the gain indices i=0 to 31, and as long as the new codebook energy as given above is less than tene, the gain index for stage 1 is increased. A restriction is applied so that the new gain value for stage 1 cannot Andersen et. al. Experimental - Expires November 29th, 2004 26 Internet Low Bit Rate Codec May 04 be more than 2 times higher than the original value found in the codebook search. Note that by using this method the shape of the encoded vector is not changed, only the gain or amplitude. 3.8 Bitstream Definition The total number of bits used to describe one frame of 20 ms speech is 304, which fits in 38 bytes and results in a bit rate of 15.20 kbit/s. For the case with a frame length of 30 ms speech the total number of bits used is 400, which fits in 50 bytes and results in a bit rate of 13.33 kbit/s. In the bitstream definition the bits are distributed into three classes according to their bit error or loss sensitivity. The most sensitive bits (class 1) are placed first in the bitstream for each frame. The less sensitive bits (class 2) are placed after the class 1 bits. The least sensitive bits (class 3) are placed at the end of the bitstream for each frame. Looking at the 20/30 ms frame length cases for each class: The class 1 bits occupy a total of 6/8 bytes (48/64 bits), the class 2 bits occupy 8/12 bytes (64/96 bits), and the class 3 bits occupy 24/30 bytes (191/239 bits). This distribution of the bits enable the use of uneven level protection (ULP) as is exploited in the payload format definition for iLBC [1]. The detailed bit allocation is shown in the table below. When a quantization index is distributed between more classes the more significant bits belong to the lowest class. Andersen et. al. Experimental - Expires November 29th, 2004 27 Internet Low Bit Rate Codec May 04 Bitstream structure: ------------------------------------------------------------------+ Parameter | Bits Class <1,2,3> | | 20 ms frame | 30 ms frame | ----------------------------------+---------------+---------------+ Split 1 | 6 <6,0,0> | 6 <6,0,0> | LSF 1 Split 2 | 7 <7,0,0> | 7 <7,0,0> | LSF Split 3 | 7 <7,0,0> | 7 <7,0,0> | ------------------+---------------+---------------+ Split 1 | NA (Not Appl.)| 6 <6,0,0> | LSF 2 Split 2 | NA | 7 <7,0,0> | Split 3 | NA | 7 <7,0,0> | ------------------+---------------+---------------+ Sum | 20 <20,0,0> | 40 <40,0,0> | ----------------------------------+---------------+---------------+ Block Class. | 2 <2,0,0> | 3 <3,0,0> | ----------------------------------+---------------+---------------+ Position 22 sample segment | 1 <1,0,0> | 1 <1,0,0> | ----------------------------------+---------------+---------------+ Scale Factor State Coder | 6 <6,0,0> | 6 <6,0,0> | ----------------------------------+---------------+---------------+ Sample 0 | 3 <0,1,2> | 3 <0,1,2> | Quantized Sample 1 | 3 <0,1,2> | 3 <0,1,2> | Residual : | : : | : : | State : | : : | : : | Samples : | : : | : : | Sample 56 | 3 <0,1,2> | 3 <0,1,2> | Sample 57 | NA | 3 <0,1,2> | ------------------+---------------+---------------+ Sum | 171 <0,57,114>| 174 <0,58,116>| ----------------------------------+---------------+---------------+ Stage 1 | 7 <6,0,1> | 7 <4,2,1> | CB for 22/23 Stage 2 | 7 <0,0,7> | 7 <0,0,7> | sample block Stage 3 | 7 <0,0,7> | 7 <0,0,7> | ------------------+---------------+---------------+ Sum | 21 <6,0,15> | 21 <4,2,15> | ----------------------------------+---------------+---------------+ Stage 1 | 5 <2,0,3> | 5 <1,1,3> | Gain for 22/23 Stage 2 | 4 <1,1,2> | 4 <1,1,2> | sample block Stage 3 | 3 <0,0,3> | 3 <0,0,3> | ------------------+---------------+---------------+ Sum | 12 <3,1,8> | 12 <2,2,8> | Andersen et. al. Experimental - Expires November 29th, 2004 28 Internet Low Bit Rate Codec May 04 ----------------------------------+---------------+---------------+ Stage 1 | 8 <7,0,1> | 8 <6,1,1> | sub-block 1 Stage 2 | 7 <0,0,7> | 7 <0,0,7> | Stage 3 | 7 <0,0,7> | 7 <0,0,7> | ------------------+---------------+---------------+ Stage 1 | 8 <0,0,8> | 8 <0,7,1> | sub-block 2 Stage 2 | 8 <0,0,8> | 8 <0,0,8> | Indices Stage 3 | 8 <0,0,8> | 8 <0,0,8> | for CB ------------------+---------------+---------------+ sub-blocks Stage 1 | NA | 8 <0,7,1> | sub-block 3 Stage 2 | NA | 8 <0,0,8> | Stage 3 | NA | 8 <0,0,8> | ------------------+---------------+---------------+ Stage 1 | NA | 8 <0,7,1> | sub-block 4 Stage 2 | NA | 8 <0,0,8> | Stage 3 | NA | 8 <0,0,8> | ------------------+---------------+---------------+ Sum | 46 <7,0,39> | 94 <6,22,66> | ----------------------------------+---------------+---------------+ Stage 1 | 5 <1,2,2> | 5 <1,2,2> | sub-block 1 Stage 2 | 4 <1,1,2> | 4 <1,2,1> | Stage 3 | 3 <0,0,3> | 3 <0,0,3> | ------------------+---------------+---------------+ Stage 1 | 5 <1,1,3> | 5 <0,2,3> | sub-block 2 Stage 2 | 4 <0,2,2> | 4 <0,2,2> | Stage 3 | 3 <0,0,3> | 3 <0,0,3> | Gains for ------------------+---------------+---------------+ sub-blocks Stage 1 | NA | 5 <0,1,4> | sub-block 3 Stage 2 | NA | 4 <0,1,3> | Stage 3 | NA | 3 <0,0,3> | ------------------+---------------+---------------+ Stage 1 | NA | 5 <0,1,4> | sub-block 4 Stage 2 | NA | 4 <0,1,3> | Stage 3 | NA | 3 <0,0,3> | ------------------+---------------+---------------+ Sum | 24 <3,6,15> | 48 <2,12,34> | ----------------------------------+---------------+---------------+ Empty frame indicator | 1 <0,0,1> | 1 <0,0,1> | ------------------------------------------------------------------- SUM 304 <48,64,192> 400 <64,96,240> Table 3.2. The bitstream definition for iLBC for both the 20 ms frame size mode and the 30 ms frame size mode. When packetized into the payload the bits MUST be sorted as: All the class 1 bits in the order (from top to bottom) as they were specified in the table, all the class 2 bits (from top to bottom) and finally all the class 3 bits in the same sequential order. The last bit, the empty frame indicator, SHOULD be set to zero by the encoder. If this bit is set to one the decoder SHOULD treat the data as a lost frame. For example this bit can be set to 1 to indicate lost frame for file storage format as in [1]. Andersen et. al. Experimental - Expires November 29th, 2004 29 Internet Low Bit Rate Codec May 04 4. DECODER PRINCIPLES This section describes the principles of each component of the decoder algorithm. +-------------+ +--------+ +---------------+ payload -> | 1. Get para | -> | 2. LPC | -> | 3. Sc Dequant | -> +-------------+ +--------+ +---------------+ +-------------+ +------------------+ -> | 4 Mem setup | -> | 5. Construct res |-------> | +-------------+ +------------------- | ---------<-----------<-----------<------------ Sub-frame 0...2/4 (20 ms/30 ms) +----------------+ +----------+ -> | 6. Enhance res | -> | 7. Synth | ------------> +----------------+ +----------+ +-----------------+ -> | 8. Post Process | ----------------> decoded speech +-----------------+ Figure 4.1. Flow chart of the iLBC decoder. If a frame was lost steps 1 to 5 SHOULD be replaced by a PLC algorithm. 1. Extract the parameters from the bitstream 2. Decode the LPC and interpolate (section 4.1) 3. Construct the 57/58 sample start state (section 4.2) 4. Set up the memory using data from the decoded residual. This memory is used for codebook construction. For blocks preceding the start state, both the decoded residual and the target are time reversed. Sub-frames are decoded in the same order as they were encoded 5. Construct the residuals of this sub-frame (gain[0]*cbvec[0] + gain[1]*cbvec[1] + gain[2]*cbvec[2]). Repeat 4 and 5 until the residual of all sub-blocks have been constructed 6. Enhance the residual with the post filter (section 4.6) 7. Synthesis of the residual (section 4.7) 8. Post process with HP filter if desired (section 4.8) 4.1 LPC Filter Reconstruction The decoding of the LP filter parameters is very straightforward. For a set of three/six indices the corresponding LSF vector(s) are found by simple table look up. For each of the LSF vectors the three split vectors are concatenated to obtain qlsf1 and qlsf2, respectively (in the 20 ms mode only one LSF vector, qlsf, is constructed). The next step is the stability check described in Section 3.2.5 followed by the interpolation scheme described in Section 3.2.6 (3.2.7 for 20 ms frames). The only difference is that only the quantized LSFs are known at the decoder and hence the unquantized LSFs are not processed. Andersen et. al. Experimental - Expires November 29th, 2004 30 Internet Low Bit Rate Codec May 04 A reference implementation of the LPC filter reconstruction is given in Appendix A.36. 4.2 Start State Reconstruction The scalar encoded STATE_SHORT_LEN=58 (STATE_SHORT_LEN=57 in the 2 0 ms mode) state samples are reconstructed by 1) forming a set of samples (by table look-up) from the index stream idxVec[n] 2) multiplying the set with 1/scal=(10^qmax)/4.5 3) time reversing the 57/58 samples 4) filtering the time reversed block with the dispersion (all-pass) filter used in the encoder (as described in section 3.5.2). This compensates for the phase distortion of the earlier filter operation. 5) Reversing the 57/58 samples from the previous step in(0..(STATE_SHORT_LEN-1)) = time reversed samples from table look-up, idxVecDec((STATE_SHORT_LEN-1)..0) in(STATE_SHORT_LEN..(2*STATE_SHORT_LEN-1)) = 0 Pk(z) = A~rk(z)/A~k(z), where ___ \ A~rk(z)= z^(-LPC_FILTERORDER) + > a~ki*z^(i-(LPC_FILTERORDER-1)) /__ i=0...(LPC_FILTERORDER-1) and A~k(z) is taken from the block where the start state begins in -> Pk(z) -> filtered out(k) = filtered(STATE_SHORT_LEN-1-k) + filtered(2*STATE_SHORT_LEN-1-k), k=0..(STATE_SHORT_LEN-1) The remaining 23/22 samples in the state are reconstructed by the same adaptive codebook technique as described in section 4.3. The location bit determines whether these are the first or the last 23/22 samples of the 80 sample state vector. If the remaining 23/22 samples are the first samples of the state vector, then the scalar encoded STATE_SHORT_LEN state samples are time-reversed before initialization of the adaptive codebook memory vector. A reference implementation of the start state reconstruction is given in Appendix A.44. 4.3 Excitation Decoding Loop The decoding of the LPC excitation vector proceeds in the same order in which the residual was encoded at the encoder. That is, after the decoding of the entire 80 sample state vector, the forward sub- blocks (corresponding to samples occurring after the state vector samples) are decoded, and then the backward sub-blocks Andersen et. al. Experimental - Expires November 29th, 2004 31 Internet Low Bit Rate Codec May 04 (corresponding to samples occurring before the state vector) are decoded, resulting in a fully decoded block of excitation signal samples. In particular, each sub-block is decoded using the multistage adaptive codebook decoding module which is described in section 4.4. This module relies upon an adaptive codebook memory that is constructed before each run of the adaptive codebook decoding. The construction of the adaptive codebook memory in the decoder is identical to the method outlined in section 3.6.3, except that it is done on the codebook memory without perceptual weighting. For the initial forward sub-block, the last STATE_LEN=80 samples of the length CB_LMEM=147 adaptive codebook memory are filled with the samples of the state vector. For subsequent forward sub-blocks, the first SUBL=40 samples of the adaptive codebook memory are discarded, the remaining samples are shifted by SUBL samples towards the beginning of the vector, while the newly decoded SUBL=40 samples are placed at the end of the adaptive codebook memory. For backward sub- blocks, the construction is similar except that every vector of samples involved is first time-reversed. A reference implementation of the excitation decoding loop is found in Appendix A.5. 4.4 Multistage Adaptive Codebook Decoding The Multistage Adaptive Codebook Decoding module is used at both the sender (encoder) and the receiver (decoder) ends to produce a synthetic signal in the residual domain that is eventually used to produce synthetic speech. The module takes the index values used to construct vectors that are scaled and summed together to produce a synthetic signal that is the output of the module. 4.4.1 Construction of the Decoded Excitation Signal The unpacked index values provided at the input to the module are references to extended codebooks, which are constructed as described in Section 3.6.3 with the only difference that it is based on the codebook memory without the perceptual weighting. The unpacked 3 indices are used to look up 3 codebook vectors. The unpacked 3 gain indices are used to decode the corresponding 3 gains. In this decoding the successive rescaling as described in Section 3.6.4.2 is applied. A reference implementation of the adaptive codebook decoding is listed in Appendix A.32. Andersen et. al. Experimental - Expires November 29th, 2004 32 Internet Low Bit Rate Codec May 04 4.5 Packet Loss Concealment If packet loss occurs, the decoder receives a signal saying that information regarding a block is lost. For such blocks it is RECOMMENDED to use a Packet Loss Concealment (PLC) unit to create a decoded signal which masks the effect of that packet loss. In the following we will describe an example of a PLC unit that can be used with the iLBC codec. As the PLC unit is used only at the decoder, the PLC unit does not affect interoperability between implementations. Other PLC implementations MAY therefore be used. The example PLC described operates on the LP filters and the excitation signals and is based on the following principles: 4.5.1 Block Received Correctly and Previous Block also Received If the block is received correctly, the PLC only records state information of the current block that can be used in case the next block is lost. The LP filter coefficients for each sub-block and the entire decoded excitation signal are all saved in the decoder state structure. All this information will be needed if the following block is lost. 4.5.2 Block Not Received If the block is not received, the block substitution is based on doing a pitch synchronous repetition of the excitation signal which is filtered by the last LP filter of the previous block. The previous block's information is stored in the decoder state structure. A correlation analysis is performed on the previous block's excitation signal in order to detect the amount of pitch periodicity and a pitch value. The correlation measure is also used to decide on the voicing level (the degree to which the previous block's excitation was a voiced or roughly periodic signal). The excitation in the previous block is used to create an excitation for the block to be substituted such that the pitch of the previous block is maintained. Therefore, the new excitation is constructed in a pitch synchronous manner. In order to avoid a buzzy sounding substituted block, a random excitation is mixed with the new pitch periodic excitation and the relative use of the two components is computed from the correlation measure (voicing level). For the block to be substituted, the newly constructed excitation signal is then passed through the LP filter to produce the speech that will be substituted for the lost block. For several consecutive lost blocks, the packet loss concealment continues in a similar manner. The correlation measure of the last received block is still used along with the same pitch value. The LP filters of the last received block are also used again. The energy of the substituted excitation for consecutive lost blocks is Andersen et. al. Experimental - Expires November 29th, 2004 33 Internet Low Bit Rate Codec May 04 decreased, leading to a dampened excitation, and therefore dampened speech. 4.5.3 Block Received Correctly When Previous Block Not Received For the case in which a block is received correctly when the previous block was not received, the correctly received block's directly decoded speech (based solely on the received block) is not used as the actual output. The reason for this is that the directly decoded speech does not necessarily smoothly merge into the synthetic speech generated for the previous lost block. If the two signals are not smoothly merged, an audible discontinuity is accidentally produced. Therefore, a correlation analysis between the two blocks of excitation signal (the excitation of the previous concealed block and the excitation of the current received block) is performed to find the best phase match. Then a simple overlap-add procedure is performed to smoothly merge the previous excitation into the current block's excitation. The exact implementation of the packet loss concealment does not influence interoperability of the codec. A reference implementation of the packet loss concealment is suggested in Appendix A.14. Exact compliance with this suggested algorithm is not needed for a reference implementation to be fully compatible with the overall codec specification. 4.6 Enhancement The decoder contains an enhancement unit that operates on the reconstructed excitation signal. The enhancement unit increases the perceptual quality of the reconstructed signal by reducing the speech-correlated noise in the voiced speech segments. Compared to traditional postfilters, the enhancer has the advantage that it can only modify the excitation signal slightly. This means that there is no risk of over enhancement. The enhancer works very similar for both the 20 ms frame size mode and for the 30 ms frame size mode. For the mode with 20 ms frame size, the enhancer uses a memory of six 80 sample excitation blocks prior in time plus the two new 80 sample excitation blocks. For each block of 160 new unenhanced excitation samples, 160 enhanced excitation samples are produced. The enhanced excitation is 40 sample delayed compared to the unenhanced excitation since the enhancer algorithm uses lookahead. For the mode with 30 ms frame size, the enhancer uses a memory of five 80 sample excitation blocks prior in time plus the three new 80 sample excitation blocks. For each block of 240 new unenhanced excitation samples, 240 enhanced excitation samples are produced. The enhanced excitation is 80 sample delayed compared to the unenhanced excitation since the enhancer algorithm uses lookahead. OUTLINE of Enhancer Andersen et. al. Experimental - Expires November 29th, 2004 34 Internet Low Bit Rate Codec May 04 The speech enhancement unit operates on sub-blocks of 80 samples, which means that there are two/three 80 sample sub-blocks per frame. Each of these two/three sub-blocks is enhanced separately, but in an analogous manner. unenhanced residual | | +---------------+ +--------------+ +-> | 1. Pitch Est | -> | 2. Find PSSQ | --------> +---------------+ | +--------------+ +-----<-------<------<--+ +------------+ enh block 0..1/2 | -> | 3. Smooth | | +------------+ | \ | /\ | / \ Already | / 4. \----------->----------->-----------+ | \Crit/ Fulfilled | | \? / v | \/ | | \ +-----------------+ +---------+ | | Not +->| 5. Use Constr. | -> | 6. Mix | -----> Fulfilled +-----------------+ +---------+ ---------------> enhanced residual Figure 4.2. Flow chart of the enhancer 1. Pitch estimation of each of the two/three new 80 sample blocks 2. Find the pitch-period-synchronous sequence n (for block k) by a search around the estimated pitch value. Do this for n=1,2,3,-1,-2,-3 3. Calculate the smoothed residual generated by the 6 pitch-period- synchronous sequences from prior step 4. Check if the smoothed residual satisfies the criterion (section 4.6.4) 5. Use constraint to calculate mixing factor (section 4.6.5) 6. Mix smoothed signal with unenhanced residual (pssq(n) n=0) The main idea of the enhancer is to find three 80 sample blocks before and three 80 sample blocks after the analyzed unenhanced sub- block and use these to improve the quality of the excitation in that sub-block. The six blocks are chosen so that they have the highest possible correlation with the unenhanced sub-block that is being enhanced. In other words the 6 blocks are pitch-period-synchronous sequences to the unenhanced sub-block. A linear combination of the six pitch-period-synchronous sequences is calculated that approximates the sub-block. If the squared error between the approximation and the unenhanced sub-block is small enough, the enhanced residual is set equal to this approximation. For the cases when the squared error criterion is not fulfilled, a Andersen et. al. Experimental - Expires November 29th, 2004 35 Internet Low Bit Rate Codec May 04 linear combination of the approximation and the unenhanced residual forms the enhanced residual. 4.6.1 Estimating the pitch Pitch estimates are needed to determine the locations of the pitch- period-synchronous sequences in a complexity efficient way. For each of the new two/three sub-blocks a pitch estimate is calculated by finding the maximum correlation in the range from lag 20 to lag 120. These pitch estimates are used to narrow down the search for the best possible pitch-period-synchronous sequences. 4.6.2 Determination of the Pitch-Synchronous Sequences Upon receiving the pitch estimates from the prior step, the enhancer analyzes and enhances one 80 sample sub-block at a time. The pitch- period-synchronous-sequences pssq(n) can be viewed as vectors of length 80 samples each shifted n*lag samples from the current sub- block. The six pitch-period-synchronous-sequences, pssq(-3) to pssq(-1) and pssq(1) to pssq(3), are found one at a time by the steps below: 1) Calculate the estimate of the position of the pssq(n). For pssq(n) in front of pssq(0) (n > 0), the location of the pssq(n) is estimated by moving one pitch estimate forward in time from the exact location of pssq(n-1). Similarly for pssq(n) behind pssq(0) (n < 0) is estimated by moving one pitch estimate backward in time from the exact location of pssq(n+1). If the estimated pssq(n) vector location is totally within the enhancer memory (figure 4.3) step 2,3, and 4 are performed, otherwise the pssq(n) is set to zeros. 2) Compute the correlation between the unenhanced excitation and vectors around the estimated location interval of pssq(n). The correlation is calculated in the interval estimated location +/- 2 samples. This results in 5 correlation values. 3) The 5 correlation values are upsampled by a factor 4, using sinc upsampling filters (four MA filters with coefficients upsFilter1 .. upsFilter4). Within these the maximum value is found, which specifies the best pitch-period with a resolution of a quarter of a sample. upsFilter1[7]={0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000} upsFilter2[7]={0.015625 -0.076904 0.288330 0.862061 -0.106445 0.018799 -0.015625} upsFilter3[7]={0.023682 -0.124268 0.601563 0.601563 -0.124268 0.023682 -0.023682} upsFilter4[7]={0.018799 -0.106445 0.862061 0.288330 -0.076904 0.015625 -0.018799} Andersen et. al. Experimental - Expires November 29th, 2004 36 Internet Low Bit Rate Codec May 04 4) Generate the pssq(n) vector by upsampling of the excitation memory and extracting the sequence that corresponds to the lag delay that was calculated in prior step. With the steps above all the pssq(n) can be found in an iterative manner, first moving backward in time from pssq(0) and then forward in time from pssq(0). 0 159 319 479 639 +---------------------------------------------------------------+ | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | +---------------------------------------------------------------+ |pssq 0 | |pssq -1| |pssq 1 | |pssq -2| |pssq 2 | |pssq -3| |pssq 3 | Figure 4.3. Enhancement for 20 ms frame size Figure 4.3. depicts pitch-period-synchronous sequences in the enhancement of the first 80 sample block in the 20 ms frame size mode. The unenhanced signal input is stored in the two last sub- blocks (1-2), and the six other sub-blocks contain unenhanced residual prior-in-time. We perform the enhancement algorithm on two blocks of 80 samples, where the first of the two blocks consist of the last 40 samples of sub-block 0 and the first 40 samples of sub- block 1. The second 80 sample block consists of the last 40 samples of sub-block 1 and the first 40 samples of sub-block 2. 0 159 319 479 639 +---------------------------------------------------------------+ | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | +---------------------------------------------------------------+ |pssq 0 | |pssq -1| |pssq 1 | |pssq -2| |pssq 2 | |pssq -3| |pssq 3 | Figure 4.4. Enhancement for 30 ms frame size Figure 4.4. depicts pitch-period-synchronous sequences in the enhancement of the first 80 sample block in the 30 ms frame size mode. The unenhanced signal input is stored in the three last sub- blocks (1-3). The five other sub-blocks contain unenhanced residual prior-in-time. The enhancement algorithm is performed on the three 80 sample sub-blocks 0, 1 and 2. 4.6.3 Calculation of the smoothed excitation A linear combination of the six pssq(n) (n!=0) form a smoothed approximation, z, of pssq(0). Most of the weight is put on the sequences that are close to pssq(0) since these are most likely to be most similar to pssq(0). The smoothed vector is also rescaled, so that the energy of z is the same as the energy of pssq(0). Andersen et. al. Experimental - Expires November 29th, 2004 37 Internet Low Bit Rate Codec May 04 ___ \ y = > pssq(i) * pssq_weight(i) /__ i=-3,-2,-1,1,2,3 pssq_weight(i) = 0.5*(1-cos(2*pi*(i+4)/(2*3+2))) z = C * y, where C = ||pssq(0)||/||y|| 4.6.4 Enhancer criterion The criterion of the enhancer is that the enhanced excitation is not allowed to differ much from the unenhanced excitation. This criterion is checked for each 80 sample sub-block. e < (b * ||pssq(0)||^2), where b=0.05 and (Constraint 1) e = (pssq(0)-z)*(pssq(0)-z), and "*" means the dot product 4.6.5 Enhancing the excitation From the criterion in the previous section it is clear that the excitation is not allowed to change much. The purpose of this constraint is to prevent the creation of an enhanced signal that is significantly different from the original signal. This also means that the constraint limits the numerical size of the errors that the enhancement procedure can make. That is especially important in unvoiced segments and background noise segments where increased periodicity could lead to lower perceived quality. When the constraint in the prior section is not met, the enhanced residual is instead calculated through a constrained optimization using the Lagrange multiplier technique. The new constraint is that: e = (b * ||pssq(0)||^2) (Constraint 2) We distinguish two solution regions for the optimization: 1) the region where the first constraint is fulfilled and 2) the region where the first constraint is not fulfilled so the second constraint must be used. In the first case, where the second constraint is not needed, the optimized re-estimated vector is simply z, the energy scaled version of y. In the second case, where the second constraint is activated and becomes an equality constraint, we have that z= A*y + B*pssq(0) where Andersen et. al. Experimental - Expires November 29th, 2004 38 Internet Low Bit Rate Codec May 04 A = sqrt((b-b^2/4)*(w00*w00)/ (w11*w00 + w10*w10)) and w11 = pssq(0)*pssq(0) w00 = y*y w10 = y*pssq(0) (* symbolizes the dot product) and B = 1 - b/2 - A * w10/w00 Appendix A.16 contains a listing of a reference implementation for the enhancement method. 4.7 Synthesis Filtering Upon decoding or PLC of the LP excitation block, the decoded speech block is obtained by running the decoded LP synthesis filter, 1/A~k(z), over the block. The synthesis filters have to be shifted to compensate for the delay in the enhancer. For 20 ms frame size mode they SHOULD be shifted one 40 sample sub-block and for 30 ms frame size mode they SHOULD be shifted two 40 sample sub-blocks. The LP coefficients SHOULD be changed at the first sample of every sub- block while keeping the filter state. For PLC blocks, one solution is to apply the last LP coefficients of the last decoded speech block for all sub-blocks. The reference implementation for the synthesis filtering can be found in Appendix A.48. 4.8 Post Filtering If desired the decoded block can be filtered by a high-pass filter. This removes the low frequencies of the decoded signal. A reference implementation of this, with cut off at 65 Hz, is shown in Appendix A.30. 5. IANA CONSIDERATIONS This algorithm for the coding of speech signals does not have any IANA considerations that need to be addressed. 6. SECURITY CONSIDERATIONS This algorithm for the coding of speech signals is not subject of any known security consideration; however, its RTP payload format [1] is subject of several considerations which are addressed there. Confidentiality of the media streams is achieved by encryption, therefore external mechanisms, such as SRTP [5], MAY be used for that purpose. 7. EVALUATION OF THE ILBC IMPLEMENTATIONS Andersen et. al. Experimental - Expires November 29th, 2004 39 Internet Low Bit Rate Codec May 04 It is possible and suggested to evaluate certain iLBC implementation by utilizing methodology and tools available at http://www.ilbcfreeware.org/evaluation.html 8. REFERENCES 8.1 Normative [1] A. Duric and S. V. Andersen, "RTP Payload Format for iLBC Speech", IETF Draft, May 2004 [2] S. Bradner, "Key words for use in RFCs to Indicate requirement Levels", BCP 14, RFC 2119, March 1997. [3] PacketCable(TM) Audio/Video Codecs Specification, Cable Television Laboratories, Inc. 8.2 Informative [4] ITU-T Recommendation G.711, available online from the ITU bookstore at http://www.itu.int. [5] Baugher, et al., "The Secure Real Time Transport Protocol", IETF RFC 3711, March 2004. 9. ACKNOWLEDGEMENTS This extensive work, beside listed authors, has the following authors, which could not been listed among "official" authors (due to IESG confines in number of authors which can be listed): Manohar N Murthi (Dpt of El and Comp Eng, University of Miami), Fredrik Galschiodt, Julian Spittka and Jan Skoglund (Global IP Sound) The authors are deeply indebted to them all and thank them sincerely: Henry Sinnreich, Patrik Faltstrom and Alan Johnston for great support of the iLBC initiative and for valuable feedback and comments. Peter Vary, Frank Mertz and Christoph Erdmann (RWTH Aachen); Vladimir Cuperman (Niftybox LLC); Thomas Eriksson (Chalmers Univ of Tech) and Gernot Kubin (TU Graz) for thorough review of the iLBC draft and their valuable feedback and remarks. Andersen et. al. Experimental - Expires November 29th, 2004 40 Internet Low Bit Rate Codec May 04 10. AUTHOR'S ADDRESSES Soren Vang Andersen Department of Communication Technology Aalborg University Fredrik Bajers Vej 7A 9200 Aalborg Denmark Phone: ++45 9 6358627 Email: sva@kom.auc.dk Alan Duric Telio AS Stortingsgt. 8 Oslo, N-0161 Norway Phone: +47 21673555 Email: alan.duric@telio.no Henrik Astrom Global IP Sound AB Rosenlundsgatan 54 Stockholm, S-11863 Sweden Phone: +46 8 54553040 Email: henrik.astrom@globalipsound.com Roar Hagen Global IP Sound AB Rosenlundsgatan 54 Stockholm, S-11863 Sweden Phone: +46 8 54553040 Email: roar.hagen@globalipsound.com W. Bastiaan Kleijn Global IP Sound AB Rosenlundsgatan 54 Stockholm, S-11863 Sweden Phone: +46 8 54553040 Email: bastiaan.kleijn@globalipsound.com Jan Linden Global IP Sound Inc. 900 Kearny Street, suite 500 San Francisco, CA-94133 USA Phone: +1 415 397 2555 Email: jan.linden@globalipsound.com Andersen et. al. Experimental - Expires November 29th, 2004 41 Internet Low Bit Rate Codec May 04 Full Copyright Statement Copyright (C) The Internet Society (2004). This document is subject to the rights, licenses and restrictions contained in BCP 78 and except as set forth therein, the authors retain all their rights. This document and the information contained herein are provided on "AS IS" basis and THE CONTRIBUTOR, THE ORGANIZATION HE/SHE REPRESENTS OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY AND THE INTERNET ENGINEERING TASK FORCE DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Intellectual Property The IETF takes no position regarding the validity or scope of any Intellectual Property Rights or other rights that might be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any license under such rights might or might not be available; nor does it represent that it has made any independent effort to identify any such rights. Information on the procedures with respect to rights in RFC documents can be found in BCP 78 and BCP 79. Copies of IPR disclosures made to the IETF Secretariat and any assurances of licenses to be made available, or the result of an attempt made to obtain a general license or permission for the use of such proprietary rights by implementers or users of this specification can be obtained from the IETF on-line IPR repository at http://www.ietf.org/ipr. The IETF invites any interested party to bring to its attention any copyrights, patents or patent applications, or other proprietary rights that may cover technology that may be required to implement this standard. Please address the information to the IETF at ietf- ipr@ietf.org. Andersen et. al. Experimental - Expires November 29th, 2004 42 Internet Low Bit Rate Codec May 04 APPENDIX A REFERENCE IMPLEMENTATION This appendix contains the complete c-code for a reference implementation of encoder and decoder for the specified codec. The c-code consists of the following files with highest level functions: iLBC_test.c: main function for evaluation purpose iLBC_encode.h: encoder header iLBC_encode.c: encoder function iLBC_decode.h: decoder header iLBC_decode.c: decoder function the following files containing global defines and constants: iLBC_define.h: global defines constants.h: global constants header constants.c: global constants memory allocations and the following files containing subroutines: anaFilter.h: lpc analysis filter header anaFilter.c: lpc analysis filter function createCB.h: codebook construction header createCB.c: codebook construction function doCPLC.h: packet loss concealment header doCPLC.c: packet loss concealment function enhancer.h: signal enhancement header enhancer.c: signal enhancement function filter.h: general filter header filter.c: general filter functions FrameClassify.h: start state classification header FrameClassify.c: start state classification function gainquant.h: gain quantization header gainquant.c: gain quantization function getCBvec.h: codebook vector construction header getCBvec.c: codebook vector construction function helpfun.h: general purpose header helpfun.c: general purpose functions hpInput.h: input high pass filter header hpInput.c: input high pass filter function hpOutput.h: output high pass filter header hpOutput.c: output high pass filter function iCBConstruct.h: excitation decoding header iCBConstruct.c: excitation decoding function iCBSearch.h: excitation encoding header iCBSearch.c: excitation encoding function LPCdecode.h: lpc decoding header LPCdecode.c: lpc decoding function LPCencode.h: lpc encoding header LPCencode.c: lpc encoding function lsf.h: line spectral frequencies header lsf.c: line spectral frequencies functions Andersen et. al. Experimental - Expires November 29th, 2004 43 Internet Low Bit Rate Codec May 04 packing.h: bitstream packetization header packing.c: bitstream packetization functions StateConstructW.h: state decoding header StateConstructW.c: state decoding functions StateSearchW.h: state encoding header StateSearchW.c: state encoding function syntFilter.h: lpc synthesis filter header syntFilter.c: lpc synthesis filter function The implementation is portable and should work on many different platforms. However, it is not difficult to optimize the implementation on particular platforms, an exercise left to the reader. A.1 iLBC_test.c /****************************************************************** iLBC Speech Coder ANSI-C Source Code iLBC_test.c Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ #include #include #include #include #include "iLBC_define.h" #include "iLBC_encode.h" #include "iLBC_decode.h" /* Runtime statistics */ #include #define ILBCNOOFWORDS_MAX (NO_OF_BYTES_30MS/2) /*----------------------------------------------------------------* * Encoder interface function *---------------------------------------------------------------*/ short encode( /* (o) Number of bytes encoded */ iLBC_Enc_Inst_t *iLBCenc_inst, /* (i/o) Encoder instance */ short *encoded_data, /* (o) The encoded bytes */ short *data /* (i) The signal block to encode*/ ){ float block[BLOCKL_MAX]; int k; Andersen et. al. Experimental - Expires November 29th, 2004 44 Internet Low Bit Rate Codec May 04 /* convert signal to float */ for (k=0; kblockl; k++) block[k] = (float)data[k]; /* do the actual encoding */ iLBC_encode((unsigned char *)encoded_data, block, iLBCenc_inst); return (iLBCenc_inst->no_of_bytes); } /*----------------------------------------------------------------* * Decoder interface function *---------------------------------------------------------------*/ short decode( /* (o) Number of decoded samples */ iLBC_Dec_Inst_t *iLBCdec_inst, /* (i/o) Decoder instance */ short *decoded_data, /* (o) Decoded signal block*/ short *encoded_data, /* (i) Encoded bytes */ short mode /* (i) 0=PL, 1=Normal */ ){ int k; float decblock[BLOCKL_MAX], dtmp; /* check if mode is valid */ if (mode<0 || mode>1) { printf("\nERROR - Wrong mode - 0, 1 allowed\n"); exit(3);} /* do actual decoding of block */ iLBC_decode(decblock, (unsigned char *)encoded_data, iLBCdec_inst, mode); /* convert to short */ for (k=0; kblockl; k++){ dtmp=decblock[k]; if (dtmpMAX_SAMPLE) dtmp=MAX_SAMPLE; decoded_data[k] = (short) dtmp; } return (iLBCdec_inst->blockl); } /*---------------------------------------------------------------* * Main program to test iLBC encoding and decoding * Andersen et. al. Experimental - Expires November 29th, 2004 45 Internet Low Bit Rate Codec May 04 * Usage: * exefile_name.exe * * : Input file, speech for encoder (16-bit pcm file) * : Bit stream output from the encoder * : Output file, decoded speech (16-bit pcm file) * : Bit error file, optional (16-bit) * 1 - Packet received correctly * 0 - Packet Lost * *--------------------------------------------------------------*/ int main(int argc, char* argv[]) { /* Runtime statistics */ float starttime; float runtime; float outtime; FILE *ifileid,*efileid,*ofileid, *cfileid; short data[BLOCKL_MAX]; short encoded_data[ILBCNOOFWORDS_MAX], decoded_data[BLOCKL_MAX]; int len; short pli, mode; int blockcount = 0; int packetlosscount = 0; /* Create structs */ iLBC_Enc_Inst_t Enc_Inst; iLBC_Dec_Inst_t Dec_Inst; /* get arguments and open files */ if ((argc!=5) && (argc!=6)) { fprintf(stderr, "\n*-----------------------------------------------*\n"); fprintf(stderr, " %s <20,30> input encoded decoded (channel)\n\n", argv[0]); fprintf(stderr, " mode : Frame size for the encoding/decoding\n"); fprintf(stderr, " 20 - 20 ms\n"); fprintf(stderr, " 30 - 30 ms\n"); fprintf(stderr, " input : Speech for encoder (16-bit pcm file)\n"); fprintf(stderr, " encoded : Encoded bit stream\n"); fprintf(stderr, " decoded : Decoded speech (16-bit pcm file)\n"); fprintf(stderr, Andersen et. al. Experimental - Expires November 29th, 2004 46 Internet Low Bit Rate Codec May 04 " channel : Packet loss pattern, optional (16-bit)\n"); fprintf(stderr, " 1 - Packet received correctly\n"); fprintf(stderr, " 0 - Packet Lost\n"); fprintf(stderr, "*-----------------------------------------------*\n\n"); exit(1); } mode=atoi(argv[1]); if (mode != 20 && mode != 30) { fprintf(stderr,"Wrong mode %s, must be 20, or 30\n", argv[1]); exit(2); } if ( (ifileid=fopen(argv[2],"rb")) == NULL) { fprintf(stderr,"Cannot open input file %s\n", argv[2]); exit(2);} if ( (efileid=fopen(argv[3],"wb")) == NULL) { fprintf(stderr, "Cannot open encoded file file %s\n", argv[3]); exit(1);} if ( (ofileid=fopen(argv[4],"wb")) == NULL) { fprintf(stderr, "Cannot open decoded file %s\n", argv[4]); exit(1);} if (argc==6) { if( (cfileid=fopen(argv[5],"rb")) == NULL) { fprintf(stderr, "Cannot open channel file %s\n", argv[5]); exit(1); } } else { cfileid=NULL; } /* print info */ fprintf(stderr, "\n"); fprintf(stderr, "*---------------------------------------------------*\n"); fprintf(stderr, "* *\n"); fprintf(stderr, "* iLBC test program *\n"); fprintf(stderr, "* *\n"); fprintf(stderr, "* *\n"); fprintf(stderr, "*---------------------------------------------------*\n"); fprintf(stderr,"\nMode : %2d ms\n", mode); fprintf(stderr,"Input file : %s\n", argv[2]); fprintf(stderr,"Encoded file : %s\n", argv[3]); fprintf(stderr,"Output file : %s\n", argv[4]); if (argc==6) { Andersen et. al. Experimental - Expires November 29th, 2004 47 Internet Low Bit Rate Codec May 04 fprintf(stderr,"Channel file : %s\n", argv[5]); } fprintf(stderr,"\n"); /* Initialization */ initEncode(&Enc_Inst, mode); initDecode(&Dec_Inst, mode, 1); /* Runtime statistics */ starttime=clock()/(float)CLOCKS_PER_SEC; /* loop over input blocks */ while (fread(data,sizeof(short),Enc_Inst.blockl,ifileid)== Enc_Inst.blockl) { blockcount++; /* encoding */ fprintf(stderr, "--- Encoding block %i --- ",blockcount); len=encode(&Enc_Inst, encoded_data, data); fprintf(stderr, "\r"); /* write byte file */ fwrite(encoded_data, sizeof(unsigned char), len, efileid); /* get channel data if provided */ if (argc==6) { if (fread(&pli, sizeof(short), 1, cfileid)) { if ((pli!=0)&&(pli!=1)) { fprintf(stderr, "Error in channel file\n"); exit(0); } if (pli==0) { /* Packet loss -> remove info from frame */ memset(encoded_data, 0, sizeof(short)*ILBCNOOFWORDS_MAX); packetlosscount++; } } else { fprintf(stderr, "Error. Channel file too short\n"); exit(0); } } else { pli=1; } /* decoding */ fprintf(stderr, "--- Decoding block %i --- ",blockcount); Andersen et. al. Experimental - Expires November 29th, 2004 48 Internet Low Bit Rate Codec May 04 len=decode(&Dec_Inst, decoded_data, encoded_data, pli); fprintf(stderr, "\r"); /* write output file */ fwrite(decoded_data,sizeof(short),len,ofileid); } /* Runtime statistics */ runtime = (float)(clock()/(float)CLOCKS_PER_SEC-starttime); outtime = (float)((float)blockcount*(float)mode/1000.0); printf("\n\nLength of speech file: %.1f s\n", outtime); printf("Packet loss : %.1f%%\n", 100.0*(float)packetlosscount/(float)blockcount); printf("Time to run iLBC :"); printf(" %.1f s (%.1f %% of realtime)\n\n", runtime, (100*runtime/outtime)); /* close files */ fclose(ifileid); fclose(efileid); fclose(ofileid); if (argc==6) { fclose(cfileid); } return(0); } A.2 iLBC_encode.h /****************************************************************** iLBC Speech Coder ANSI-C Source Code iLBC_encode.h Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ #ifndef __iLBC_ILBCENCODE_H #define __iLBC_ILBCENCODE_H #include "iLBC_define.h" short initEncode( /* (o) Number of bytes encoded */ iLBC_Enc_Inst_t *iLBCenc_inst, /* (i/o) Encoder instance */ int mode /* (i) frame size mode */ ); void iLBC_encode( Andersen et. al. Experimental - Expires November 29th, 2004 49 Internet Low Bit Rate Codec May 04 unsigned char *bytes, /* (o) encoded data bits iLBC */ float *block, /* (o) speech vector to encode */ iLBC_Enc_Inst_t *iLBCenc_inst /* (i/o) the general encoder state */ ); #endif A.3 iLBC_encode.c /****************************************************************** iLBC Speech Coder ANSI-C Source Code iLBC_encode.c Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ #include #include #include #include "iLBC_define.h" #include "LPCencode.h" #include "FrameClassify.h" #include "StateSearchW.h" #include "StateConstructW.h" #include "helpfun.h" #include "constants.h" #include "packing.h" #include "iCBSearch.h" #include "iCBConstruct.h" #include "hpInput.h" #include "anaFilter.h" #include "syntFilter.h" /*----------------------------------------------------------------* * Initiation of encoder instance. *---------------------------------------------------------------*/ short initEncode( /* (o) Number of bytes encoded */ iLBC_Enc_Inst_t *iLBCenc_inst, /* (i/o) Encoder instance */ int mode /* (i) frame size mode */ ){ iLBCenc_inst->mode = mode; if (mode==30) { iLBCenc_inst->blockl = BLOCKL_30MS; iLBCenc_inst->nsub = NSUB_30MS; Andersen et. al. Experimental - Expires November 29th, 2004 50 Internet Low Bit Rate Codec May 04 iLBCenc_inst->nasub = NASUB_30MS; iLBCenc_inst->lpc_n = LPC_N_30MS; iLBCenc_inst->no_of_bytes = NO_OF_BYTES_30MS; iLBCenc_inst->no_of_words = NO_OF_WORDS_30MS; iLBCenc_inst->state_short_len=STATE_SHORT_LEN_30MS; /* ULP init */ iLBCenc_inst->ULP_inst=&ULP_30msTbl; } else if (mode==20) { iLBCenc_inst->blockl = BLOCKL_20MS; iLBCenc_inst->nsub = NSUB_20MS; iLBCenc_inst->nasub = NASUB_20MS; iLBCenc_inst->lpc_n = LPC_N_20MS; iLBCenc_inst->no_of_bytes = NO_OF_BYTES_20MS; iLBCenc_inst->no_of_words = NO_OF_WORDS_20MS; iLBCenc_inst->state_short_len=STATE_SHORT_LEN_20MS; /* ULP init */ iLBCenc_inst->ULP_inst=&ULP_20msTbl; } else { exit(2); } memset((*iLBCenc_inst).anaMem, 0, LPC_FILTERORDER*sizeof(float)); memcpy((*iLBCenc_inst).lsfold, lsfmeanTbl, LPC_FILTERORDER*sizeof(float)); memcpy((*iLBCenc_inst).lsfdeqold, lsfmeanTbl, LPC_FILTERORDER*sizeof(float)); memset((*iLBCenc_inst).lpc_buffer, 0, (LPC_LOOKBACK+BLOCKL_MAX)*sizeof(float)); memset((*iLBCenc_inst).hpimem, 0, 4*sizeof(float)); return (iLBCenc_inst->no_of_bytes); } /*----------------------------------------------------------------* * main encoder function *---------------------------------------------------------------*/ void iLBC_encode( unsigned char *bytes, /* (o) encoded data bits iLBC */ float *block, /* (o) speech vector to encode */ iLBC_Enc_Inst_t *iLBCenc_inst /* (i/o) the general encoder state */ ){ float data[BLOCKL_MAX]; float residual[BLOCKL_MAX], reverseResidual[BLOCKL_MAX]; int start, idxForMax, idxVec[STATE_LEN]; float reverseDecresidual[BLOCKL_MAX], mem[CB_MEML]; int n, k, meml_gotten, Nfor, Nback, i, pos; Andersen et. al. Experimental - Expires November 29th, 2004 51 Internet Low Bit Rate Codec May 04 int gain_index[CB_NSTAGES*NASUB_MAX], extra_gain_index[CB_NSTAGES]; int cb_index[CB_NSTAGES*NASUB_MAX],extra_cb_index[CB_NSTAGES]; int lsf_i[LSF_NSPLIT*LPC_N_MAX]; unsigned char *pbytes; int diff, start_pos, state_first; float en1, en2; int index, ulp, firstpart; int subcount, subframe; float weightState[LPC_FILTERORDER]; float syntdenum[NSUB_MAX*(LPC_FILTERORDER+1)]; float weightdenum[NSUB_MAX*(LPC_FILTERORDER+1)]; float decresidual[BLOCKL_MAX]; /* high pass filtering of input signal if such is not done prior to calling this function */ hpInput(block, iLBCenc_inst->blockl, data, (*iLBCenc_inst).hpimem); /* otherwise simply copy */ /*memcpy(data,block,iLBCenc_inst->blockl*sizeof(float));*/ /* LPC of hp filtered input data */ LPCencode(syntdenum, weightdenum, lsf_i, data, iLBCenc_inst); /* inverse filter to get residual */ for (n=0; nnsub; n++) { anaFilter(&data[n*SUBL], &syntdenum[n*(LPC_FILTERORDER+1)], SUBL, &residual[n*SUBL], iLBCenc_inst->anaMem); } /* find state location */ start = FrameClassify(iLBCenc_inst, residual); /* check if state should be in first or last part of the two subframes */ diff = STATE_LEN - iLBCenc_inst->state_short_len; en1 = 0; index = (start-1)*SUBL; for (i = 0; i < iLBCenc_inst->state_short_len; i++) { en1 += residual[index+i]*residual[index+i]; } en2 = 0; index = (start-1)*SUBL+diff; for (i = 0; i < iLBCenc_inst->state_short_len; i++) { en2 += residual[index+i]*residual[index+i]; } Andersen et. al. Experimental - Expires November 29th, 2004 52 Internet Low Bit Rate Codec May 04 if (en1 > en2) { state_first = 1; start_pos = (start-1)*SUBL; } else { state_first = 0; start_pos = (start-1)*SUBL + diff; } /* scalar quantization of state */ StateSearchW(iLBCenc_inst, &residual[start_pos], &syntdenum[(start-1)*(LPC_FILTERORDER+1)], &weightdenum[(start-1)*(LPC_FILTERORDER+1)], &idxForMax, idxVec, iLBCenc_inst->state_short_len, state_first); StateConstructW(idxForMax, idxVec, &syntdenum[(start-1)*(LPC_FILTERORDER+1)], &decresidual[start_pos], iLBCenc_inst->state_short_len); /* predictive quantization in state */ if (state_first) { /* put adaptive part in the end */ /* setup memory */ memset(mem, 0, (CB_MEML-iLBCenc_inst->state_short_len)*sizeof(float)); memcpy(mem+CB_MEML-iLBCenc_inst->state_short_len, decresidual+start_pos, iLBCenc_inst->state_short_len*sizeof(float)); memset(weightState, 0, LPC_FILTERORDER*sizeof(float)); /* encode sub-frames */ iCBSearch(iLBCenc_inst, extra_cb_index, extra_gain_index, &residual[start_pos+iLBCenc_inst->state_short_len], mem+CB_MEML-stMemLTbl, stMemLTbl, diff, CB_NSTAGES, &weightdenum[start*(LPC_FILTERORDER+1)], weightState, 0); /* construct decoded vector */ iCBConstruct( &decresidual[start_pos+iLBCenc_inst->state_short_len], extra_cb_index, extra_gain_index, mem+CB_MEML-stMemLTbl, stMemLTbl, diff, CB_NSTAGES); } else { /* put adaptive part in the beginning */ Andersen et. al. Experimental - Expires November 29th, 2004 53 Internet Low Bit Rate Codec May 04 /* create reversed vectors for prediction */ for (k=0; kstate_short_len)]; } /* setup memory */ meml_gotten = iLBCenc_inst->state_short_len; for (k=0; knsub-start-1; if ( Nfor > 0 ) { /* setup memory */ memset(mem, 0, (CB_MEML-STATE_LEN)*sizeof(float)); memcpy(mem+CB_MEML-STATE_LEN, decresidual+(start-1)*SUBL, STATE_LEN*sizeof(float)); memset(weightState, 0, LPC_FILTERORDER*sizeof(float)); Andersen et. al. Experimental - Expires November 29th, 2004 54 Internet Low Bit Rate Codec May 04 /* loop over sub-frames to encode */ for (subframe=0; subframe 0 ) { /* create reverse order vectors */ for (n=0; nnsub+1-start); if ( meml_gotten > CB_MEML ) { meml_gotten=CB_MEML; } for (k=0; klpc_n; k++) { packsplit(&lsf_i[k], &firstpart, &lsf_i[k], iLBCenc_inst->ULP_inst->lsf_bits[k][ulp], iLBCenc_inst->ULP_inst->lsf_bits[k][ulp]+ iLBCenc_inst->ULP_inst->lsf_bits[k][ulp+1]+ iLBCenc_inst->ULP_inst->lsf_bits[k][ulp+2]); dopack( &pbytes, firstpart, iLBCenc_inst->ULP_inst->lsf_bits[k][ulp], &pos); } /* Start block info */ packsplit(&start, &firstpart, &start, iLBCenc_inst->ULP_inst->start_bits[ulp], iLBCenc_inst->ULP_inst->start_bits[ulp]+ iLBCenc_inst->ULP_inst->start_bits[ulp+1]+ iLBCenc_inst->ULP_inst->start_bits[ulp+2]); dopack( &pbytes, firstpart, iLBCenc_inst->ULP_inst->start_bits[ulp], &pos); packsplit(&state_first, &firstpart, &state_first, iLBCenc_inst->ULP_inst->startfirst_bits[ulp], iLBCenc_inst->ULP_inst->startfirst_bits[ulp]+ iLBCenc_inst->ULP_inst->startfirst_bits[ulp+1]+ iLBCenc_inst->ULP_inst->startfirst_bits[ulp+2]); dopack( &pbytes, firstpart, iLBCenc_inst->ULP_inst->startfirst_bits[ulp], &pos); packsplit(&idxForMax, &firstpart, &idxForMax, iLBCenc_inst->ULP_inst->scale_bits[ulp], iLBCenc_inst->ULP_inst->scale_bits[ulp]+ iLBCenc_inst->ULP_inst->scale_bits[ulp+1]+ iLBCenc_inst->ULP_inst->scale_bits[ulp+2]); dopack( &pbytes, firstpart, iLBCenc_inst->ULP_inst->scale_bits[ulp], &pos); Andersen et. al. Experimental - Expires November 29th, 2004 57 Internet Low Bit Rate Codec May 04 for (k=0; kstate_short_len; k++) { packsplit(idxVec+k, &firstpart, idxVec+k, iLBCenc_inst->ULP_inst->state_bits[ulp], iLBCenc_inst->ULP_inst->state_bits[ulp]+ iLBCenc_inst->ULP_inst->state_bits[ulp+1]+ iLBCenc_inst->ULP_inst->state_bits[ulp+2]); dopack( &pbytes, firstpart, iLBCenc_inst->ULP_inst->state_bits[ulp], &pos); } /* 23/22 (20ms/30ms) sample block */ for (k=0;kULP_inst->extra_cb_index[k][ulp], iLBCenc_inst->ULP_inst->extra_cb_index[k][ulp]+ iLBCenc_inst->ULP_inst->extra_cb_index[k][ulp+1]+ iLBCenc_inst->ULP_inst->extra_cb_index[k][ulp+2]); dopack( &pbytes, firstpart, iLBCenc_inst->ULP_inst->extra_cb_index[k][ulp], &pos); } for (k=0;kULP_inst->extra_cb_gain[k][ulp], iLBCenc_inst->ULP_inst->extra_cb_gain[k][ulp]+ iLBCenc_inst->ULP_inst->extra_cb_gain[k][ulp+1]+ iLBCenc_inst->ULP_inst->extra_cb_gain[k][ulp+2]); dopack( &pbytes, firstpart, iLBCenc_inst->ULP_inst->extra_cb_gain[k][ulp], &pos); } /* The two/four (20ms/30ms) 40 sample sub-blocks */ for (i=0; inasub; i++) { for (k=0; kULP_inst->cb_index[i][k][ulp], iLBCenc_inst->ULP_inst->cb_index[i][k][ulp]+ iLBCenc_inst->ULP_inst->cb_index[i][k][ulp+1]+ iLBCenc_inst->ULP_inst->cb_index[i][k][ulp+2]); dopack( &pbytes, firstpart, iLBCenc_inst->ULP_inst->cb_index[i][k][ulp], &pos); } } for (i=0; inasub; i++) { for (k=0; kULP_inst->cb_gain[i][k][ulp], iLBCenc_inst->ULP_inst->cb_gain[i][k][ulp]+ iLBCenc_inst->ULP_inst->cb_gain[i][k][ulp+1]+ iLBCenc_inst->ULP_inst->cb_gain[i][k][ulp+2]); dopack( &pbytes, firstpart, iLBCenc_inst->ULP_inst->cb_gain[i][k][ulp], &pos); } } } /* set the last bit to zero (otherwise the decoder will treat it as a lost frame) */ dopack( &pbytes, 0, 1, &pos); } A.4 iLBC_decode.h /****************************************************************** iLBC Speech Coder ANSI-C Source Code iLBC_decode.h Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ #ifndef __iLBC_ILBCDECODE_H #define __iLBC_ILBCDECODE_H #include "iLBC_define.h" short initDecode( /* (o) Number of decoded samples */ iLBC_Dec_Inst_t *iLBCdec_inst, /* (i/o) Decoder instance */ int mode, /* (i) frame size mode */ int use_enhancer /* (i) 1 to use enhancer 0 to run without enhancer */ ); void iLBC_decode( float *decblock, /* (o) decoded signal block */ unsigned char *bytes, /* (i) encoded signal bits */ iLBC_Dec_Inst_t *iLBCdec_inst, /* (i/o) the decoder state structure */ int mode /* (i) 0: bad packet, PLC, 1: normal */ ); Andersen et. al. Experimental - Expires November 29th, 2004 59 Internet Low Bit Rate Codec May 04 #endif A.5 iLBC_decode.c /****************************************************************** iLBC Speech Coder ANSI-C Source Code iLBC_decode.c Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ #include #include #include "iLBC_define.h" #include "StateConstructW.h" #include "LPCdecode.h" #include "iCBConstruct.h" #include "doCPLC.h" #include "helpfun.h" #include "constants.h" #include "packing.h" #include "string.h" #include "enhancer.h" #include "hpOutput.h" #include "syntFilter.h" /*----------------------------------------------------------------* * Initiation of decoder instance. *---------------------------------------------------------------*/ short initDecode( /* (o) Number of decoded samples */ iLBC_Dec_Inst_t *iLBCdec_inst, /* (i/o) Decoder instance */ int mode, /* (i) frame size mode */ int use_enhancer /* (i) 1 to use enhancer 0 to run without enhancer */ ){ int i; iLBCdec_inst->mode = mode; if (mode==30) { iLBCdec_inst->blockl = BLOCKL_30MS; iLBCdec_inst->nsub = NSUB_30MS; iLBCdec_inst->nasub = NASUB_30MS; iLBCdec_inst->lpc_n = LPC_N_30MS; Andersen et. al. Experimental - Expires November 29th, 2004 60 Internet Low Bit Rate Codec May 04 iLBCdec_inst->no_of_bytes = NO_OF_BYTES_30MS; iLBCdec_inst->no_of_words = NO_OF_WORDS_30MS; iLBCdec_inst->state_short_len=STATE_SHORT_LEN_30MS; /* ULP init */ iLBCdec_inst->ULP_inst=&ULP_30msTbl; } else if (mode==20) { iLBCdec_inst->blockl = BLOCKL_20MS; iLBCdec_inst->nsub = NSUB_20MS; iLBCdec_inst->nasub = NASUB_20MS; iLBCdec_inst->lpc_n = LPC_N_20MS; iLBCdec_inst->no_of_bytes = NO_OF_BYTES_20MS; iLBCdec_inst->no_of_words = NO_OF_WORDS_20MS; iLBCdec_inst->state_short_len=STATE_SHORT_LEN_20MS; /* ULP init */ iLBCdec_inst->ULP_inst=&ULP_20msTbl; } else { exit(2); } memset(iLBCdec_inst->syntMem, 0, LPC_FILTERORDER*sizeof(float)); memcpy((*iLBCdec_inst).lsfdeqold, lsfmeanTbl, LPC_FILTERORDER*sizeof(float)); memset(iLBCdec_inst->old_syntdenum, 0, ((LPC_FILTERORDER + 1)*NSUB_MAX)*sizeof(float)); for (i=0; iold_syntdenum[i*(LPC_FILTERORDER+1)]=1.0; iLBCdec_inst->last_lag = 20; iLBCdec_inst->prevLag = 120; iLBCdec_inst->per = 0.0; iLBCdec_inst->consPLICount = 0; iLBCdec_inst->prevPLI = 0; iLBCdec_inst->prevLpc[0] = 1.0; memset(iLBCdec_inst->prevLpc+1,0, LPC_FILTERORDER*sizeof(float)); memset(iLBCdec_inst->prevResidual, 0, BLOCKL_MAX*sizeof(float)); iLBCdec_inst->seed=777; memset(iLBCdec_inst->hpomem, 0, 4*sizeof(float)); iLBCdec_inst->use_enhancer = use_enhancer; memset(iLBCdec_inst->enh_buf, 0, ENH_BUFL*sizeof(float)); for (i=0;ienh_period[i]=(float)40.0; iLBCdec_inst->prev_enh_pl = 0; return (iLBCdec_inst->blockl); } Andersen et. al. Experimental - Expires November 29th, 2004 61 Internet Low Bit Rate Codec May 04 /*----------------------------------------------------------------* * frame residual decoder function (subrutine to iLBC_decode) *---------------------------------------------------------------*/ void Decode( iLBC_Dec_Inst_t *iLBCdec_inst, /* (i/o) the decoder state structure */ float *decresidual, /* (o) decoded residual frame */ int start, /* (i) location of start state */ int idxForMax, /* (i) codebook index for the maximum value */ int *idxVec, /* (i) codebook indexes for the samples in the start state */ float *syntdenum, /* (i) the decoded synthesis filter coefficients */ int *cb_index, /* (i) the indexes for the adaptive codebook */ int *gain_index, /* (i) the indexes for the corresponding gains */ int *extra_cb_index, /* (i) the indexes for the adaptive codebook part of start state */ int *extra_gain_index, /* (i) the indexes for the corresponding gains */ int state_first /* (i) 1 if non adaptive part of start state comes first 0 if that part comes last */ ){ float reverseDecresidual[BLOCKL_MAX], mem[CB_MEML]; int k, meml_gotten, Nfor, Nback, i; int diff, start_pos; int subcount, subframe; diff = STATE_LEN - iLBCdec_inst->state_short_len; if (state_first == 1) { start_pos = (start-1)*SUBL; } else { start_pos = (start-1)*SUBL + diff; } /* decode scalar part of start state */ StateConstructW(idxForMax, idxVec, &syntdenum[(start-1)*(LPC_FILTERORDER+1)], &decresidual[start_pos], iLBCdec_inst->state_short_len); if (state_first) { /* put adaptive part in the end */ Andersen et. al. Experimental - Expires November 29th, 2004 62 Internet Low Bit Rate Codec May 04 /* setup memory */ memset(mem, 0, (CB_MEML-iLBCdec_inst->state_short_len)*sizeof(float)); memcpy(mem+CB_MEML-iLBCdec_inst->state_short_len, decresidual+start_pos, iLBCdec_inst->state_short_len*sizeof(float)); /* construct decoded vector */ iCBConstruct( &decresidual[start_pos+iLBCdec_inst->state_short_len], extra_cb_index, extra_gain_index, mem+CB_MEML-stMemLTbl, stMemLTbl, diff, CB_NSTAGES); } else {/* put adaptive part in the beginning */ /* create reversed vectors for prediction */ for (k=0; kstate_short_len)]; } /* setup memory */ meml_gotten = iLBCdec_inst->state_short_len; for (k=0; knsub-start-1; Andersen et. al. Experimental - Expires November 29th, 2004 63 Internet Low Bit Rate Codec May 04 if ( Nfor > 0 ){ /* setup memory */ memset(mem, 0, (CB_MEML-STATE_LEN)*sizeof(float)); memcpy(mem+CB_MEML-STATE_LEN, decresidual+(start-1)*SUBL, STATE_LEN*sizeof(float)); /* loop over sub-frames to encode */ for (subframe=0; subframe 0 ) { /* setup memory */ meml_gotten = SUBL*(iLBCdec_inst->nsub+1-start); if ( meml_gotten > CB_MEML ) { meml_gotten=CB_MEML; } for (k=0; k0) { /* the data are good */ /* decode data */ pbytes=bytes; pos=0; /* Set everything to zero before decoding */ for (k=0; kstate_short_len; k++) { idxVec[k]=0; } for (k=0; knasub; i++) { for (k=0; knasub; i++) { for (k=0; klpc_n; k++){ unpack( &pbytes, &lastpart, iLBCdec_inst->ULP_inst->lsf_bits[k][ulp], &pos); packcombine(&lsf_i[k], lastpart, iLBCdec_inst->ULP_inst->lsf_bits[k][ulp]); } Andersen et. al. Experimental - Expires November 29th, 2004 66 Internet Low Bit Rate Codec May 04 /* Start block info */ unpack( &pbytes, &lastpart, iLBCdec_inst->ULP_inst->start_bits[ulp], &pos); packcombine(&start, lastpart, iLBCdec_inst->ULP_inst->start_bits[ulp]); unpack( &pbytes, &lastpart, iLBCdec_inst->ULP_inst->startfirst_bits[ulp], &pos); packcombine(&state_first, lastpart, iLBCdec_inst->ULP_inst->startfirst_bits[ulp]); unpack( &pbytes, &lastpart, iLBCdec_inst->ULP_inst->scale_bits[ulp], &pos); packcombine(&idxForMax, lastpart, iLBCdec_inst->ULP_inst->scale_bits[ulp]); for (k=0; kstate_short_len; k++) { unpack( &pbytes, &lastpart, iLBCdec_inst->ULP_inst->state_bits[ulp], &pos); packcombine(idxVec+k, lastpart, iLBCdec_inst->ULP_inst->state_bits[ulp]); } /* 23/22 (20ms/30ms) sample block */ for (k=0; kULP_inst->extra_cb_index[k][ulp], &pos); packcombine(extra_cb_index+k, lastpart, iLBCdec_inst->ULP_inst->extra_cb_index[k][ulp]); } for (k=0; kULP_inst->extra_cb_gain[k][ulp], &pos); packcombine(extra_gain_index+k, lastpart, iLBCdec_inst->ULP_inst->extra_cb_gain[k][ulp]); } /* The two/four (20ms/30ms) 40 sample sub-blocks */ for (i=0; inasub; i++) { for (k=0; kULP_inst->cb_index[i][k][ulp], &pos); packcombine(cb_index+i*CB_NSTAGES+k, lastpart, iLBCdec_inst->ULP_inst->cb_index[i][k][ulp]); } } for (i=0; inasub; i++) { Andersen et. al. Experimental - Expires November 29th, 2004 67 Internet Low Bit Rate Codec May 04 for (k=0; kULP_inst->cb_gain[i][k][ulp], &pos); packcombine(gain_index+i*CB_NSTAGES+k, lastpart, iLBCdec_inst->ULP_inst->cb_gain[i][k][ulp]); } } } /* Extract last bit. If it is 1 this indicates an empty/lost frame */ unpack( &pbytes, &last_bit, 1, &pos); /* Check for bit errors or empty/lost frames */ if (start<1) mode = 0; if (iLBCdec_inst->mode==20 && start>3) mode = 0; if (iLBCdec_inst->mode==30 && start>5) mode = 0; if (last_bit==1) mode = 0; if (mode==1) { /* No bit errors was detected, continue decoding */ /* adjust index */ index_conv_dec(cb_index); /* decode the lsf */ SimplelsfDEQ(lsfdeq, lsf_i, iLBCdec_inst->lpc_n); check=LSF_check(lsfdeq, LPC_FILTERORDER, iLBCdec_inst->lpc_n); DecoderInterpolateLSF(syntdenum, weightdenum, lsfdeq, LPC_FILTERORDER, iLBCdec_inst); Decode(iLBCdec_inst, decresidual, start, idxForMax, idxVec, syntdenum, cb_index, gain_index, extra_cb_index, extra_gain_index, state_first); /* preparing the plc for a future loss! */ doThePLC(PLCresidual, PLClpc, 0, decresidual, syntdenum + (LPC_FILTERORDER + 1)*(iLBCdec_inst->nsub - 1), (*iLBCdec_inst).last_lag, iLBCdec_inst); memcpy(decresidual, PLCresidual, iLBCdec_inst->blockl*sizeof(float)); } Andersen et. al. Experimental - Expires November 29th, 2004 68 Internet Low Bit Rate Codec May 04 } if (mode == 0) { /* the data is bad (either a PLC call * was made or a severe bit error was detected) */ /* packet loss conceal */ memset(zeros, 0, BLOCKL_MAX*sizeof(float)); one[0] = 1; memset(one+1, 0, LPC_FILTERORDER*sizeof(float)); start=0; doThePLC(PLCresidual, PLClpc, 1, zeros, one, (*iLBCdec_inst).last_lag, iLBCdec_inst); memcpy(decresidual, PLCresidual, iLBCdec_inst->blockl*sizeof(float)); order_plus_one = LPC_FILTERORDER + 1; for (i = 0; i < iLBCdec_inst->nsub; i++) { memcpy(syntdenum+(i*order_plus_one), PLClpc, order_plus_one*sizeof(float)); } } if (iLBCdec_inst->use_enhancer == 1) { /* post filtering */ iLBCdec_inst->last_lag = enhancerInterface(data, decresidual, iLBCdec_inst); /* synthesis filtering */ if (iLBCdec_inst->mode==20) { /* Enhancer has 40 samples delay */ i=0; syntFilter(data + i*SUBL, iLBCdec_inst->old_syntdenum + (i+iLBCdec_inst->nsub-1)*(LPC_FILTERORDER+1), SUBL, iLBCdec_inst->syntMem); for (i=1; i < iLBCdec_inst->nsub; i++) { syntFilter(data + i*SUBL, syntdenum + (i-1)*(LPC_FILTERORDER+1), SUBL, iLBCdec_inst->syntMem); } } else if (iLBCdec_inst->mode==30) { /* Enhancer has 80 samples delay */ for (i=0; i < 2; i++) { syntFilter(data + i*SUBL, Andersen et. al. Experimental - Expires November 29th, 2004 69 Internet Low Bit Rate Codec May 04 iLBCdec_inst->old_syntdenum + (i+iLBCdec_inst->nsub-2)*(LPC_FILTERORDER+1), SUBL, iLBCdec_inst->syntMem); } for (i=2; i < iLBCdec_inst->nsub; i++) { syntFilter(data + i*SUBL, syntdenum + (i-2)*(LPC_FILTERORDER+1), SUBL, iLBCdec_inst->syntMem); } } } else { /* Find last lag */ lag = 20; maxcc = xCorrCoef(&decresidual[BLOCKL_MAX-ENH_BLOCKL], &decresidual[BLOCKL_MAX-ENH_BLOCKL-lag], ENH_BLOCKL); for (ilag=21; ilag<120; ilag++) { cc = xCorrCoef(&decresidual[BLOCKL_MAX-ENH_BLOCKL], &decresidual[BLOCKL_MAX-ENH_BLOCKL-ilag], ENH_BLOCKL); if (cc > maxcc) { maxcc = cc; lag = ilag; } } iLBCdec_inst->last_lag = lag; /* copy data and run synthesis filter */ memcpy(data, decresidual, iLBCdec_inst->blockl*sizeof(float)); for (i=0; i < iLBCdec_inst->nsub; i++) { syntFilter(data + i*SUBL, syntdenum + i*(LPC_FILTERORDER+1), SUBL, iLBCdec_inst->syntMem); } } /* high pass filtering on output if desired, otherwise copy to out */ hpOutput(data, iLBCdec_inst->blockl, decblock,iLBCdec_inst->hpomem); /* memcpy(decblock,data,iLBCdec_inst->blockl*sizeof(float));*/ memcpy(iLBCdec_inst->old_syntdenum, syntdenum, iLBCdec_inst->nsub*(LPC_FILTERORDER+1)*sizeof(float)); iLBCdec_inst->prev_enh_pl=0; Andersen et. al. Experimental - Expires November 29th, 2004 70 Internet Low Bit Rate Codec May 04 if (mode==0) { /* PLC was used */ iLBCdec_inst->prev_enh_pl=1; } } A.6 iLBC_define.h /****************************************************************** iLBC Speech Coder ANSI-C Source Code iLBC_define.h Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ #include #ifndef __iLBC_ILBCDEFINE_H #define __iLBC_ILBCDEFINE_H /* general codec settings */ #define FS (float)8000.0 #define BLOCKL_20MS 160 #define BLOCKL_30MS 240 #define BLOCKL_MAX 240 #define NSUB_20MS 4 #define NSUB_30MS 6 #define NSUB_MAX 6 #define NASUB_20MS 2 #define NASUB_30MS 4 #define NASUB_MAX 4 #define SUBL 40 #define STATE_LEN 80 #define STATE_SHORT_LEN_30MS 58 #define STATE_SHORT_LEN_20MS 57 /* LPC settings */ #define LPC_FILTERORDER 10 #define LPC_CHIRP_SYNTDENUM (float)0.9025 #define LPC_CHIRP_WEIGHTDENUM (float)0.4222 #define LPC_LOOKBACK 60 #define LPC_N_20MS 1 #define LPC_N_30MS 2 #define LPC_N_MAX 2 #define LPC_ASYMDIFF 20 #define LPC_BW (float)60.0 #define LPC_WN (float)1.0001 #define LSF_NSPLIT 3 Andersen et. al. Experimental - Expires November 29th, 2004 71 Internet Low Bit Rate Codec May 04 #define LSF_NUMBER_OF_STEPS 4 #define LPC_HALFORDER (LPC_FILTERORDER/2) /* cb settings */ #define CB_NSTAGES 3 #define CB_EXPAND 2 #define CB_MEML 147 #define CB_FILTERLEN 2*4 #define CB_HALFFILTERLEN 4 #define CB_RESRANGE 34 #define CB_MAXGAIN (float)1.3 /* enhancer */ #define ENH_BLOCKL 80 /* block length */ #define ENH_BLOCKL_HALF (ENH_BLOCKL/2) #define ENH_HL 3 /* 2*ENH_HL+1 is number blocks in said second sequence */ #define ENH_SLOP 2 /* max difference estimated and correct pitch period */ #define ENH_PLOCSL 20 /* pitch-estimates and pitch- locations buffer length */ #define ENH_OVERHANG 2 #define ENH_UPS0 4 /* upsampling rate */ #define ENH_FL0 3 /* 2*FLO+1 is the length of each filter */ #define ENH_VECTL (ENH_BLOCKL+2*ENH_FL0) #define ENH_CORRDIM (2*ENH_SLOP+1) #define ENH_NBLOCKS (BLOCKL_MAX/ENH_BLOCKL) #define ENH_NBLOCKS_EXTRA 5 #define ENH_NBLOCKS_TOT 8 /* ENH_NBLOCKS + ENH_NBLOCKS_EXTRA */ #define ENH_BUFL (ENH_NBLOCKS_TOT)*ENH_BLOCKL #define ENH_ALPHA0 (float)0.05 /* Down sampling */ #define FILTERORDER_DS 7 #define DELAY_DS 3 #define FACTOR_DS 2 /* bit stream defs */ #define NO_OF_BYTES_20MS 38 #define NO_OF_BYTES_30MS 50 #define NO_OF_WORDS_20MS 19 #define NO_OF_WORDS_30MS 25 #define STATE_BITS 3 #define BYTE_LEN 8 #define ULP_CLASSES 3 /* help parameters */ Andersen et. al. Experimental - Expires November 29th, 2004 72 Internet Low Bit Rate Codec May 04 #define FLOAT_MAX (float)1.0e37 #define EPS (float)2.220446049250313e-016 #define PI (float)3.14159265358979323846 #define MIN_SAMPLE -32768 #define MAX_SAMPLE 32767 #define TWO_PI (float)6.283185307 #define PI2 (float)0.159154943 /* type definition encoder instance */ typedef struct iLBC_ULP_Inst_t_ { int lsf_bits[6][ULP_CLASSES+2]; int start_bits[ULP_CLASSES+2]; int startfirst_bits[ULP_CLASSES+2]; int scale_bits[ULP_CLASSES+2]; int state_bits[ULP_CLASSES+2]; int extra_cb_index[CB_NSTAGES][ULP_CLASSES+2]; int extra_cb_gain[CB_NSTAGES][ULP_CLASSES+2]; int cb_index[NSUB_MAX][CB_NSTAGES][ULP_CLASSES+2]; int cb_gain[NSUB_MAX][CB_NSTAGES][ULP_CLASSES+2]; } iLBC_ULP_Inst_t; /* type definition encoder instance */ typedef struct iLBC_Enc_Inst_t_ { /* flag for frame size mode */ int mode; /* basic parameters for different frame sizes */ int blockl; int nsub; int nasub; int no_of_bytes, no_of_words; int lpc_n; int state_short_len; const iLBC_ULP_Inst_t *ULP_inst; /* analysis filter state */ float anaMem[LPC_FILTERORDER]; /* old lsf parameters for interpolation */ float lsfold[LPC_FILTERORDER]; float lsfdeqold[LPC_FILTERORDER]; /* signal buffer for LP analysis */ float lpc_buffer[LPC_LOOKBACK + BLOCKL_MAX]; /* state of input HP filter */ float hpimem[4]; } iLBC_Enc_Inst_t; /* type definition decoder instance */ typedef struct iLBC_Dec_Inst_t_ { Andersen et. al. Experimental - Expires November 29th, 2004 73 Internet Low Bit Rate Codec May 04 /* flag for frame size mode */ int mode; /* basic parameters for different frame sizes */ int blockl; int nsub; int nasub; int no_of_bytes, no_of_words; int lpc_n; int state_short_len; const iLBC_ULP_Inst_t *ULP_inst; /* synthesis filter state */ float syntMem[LPC_FILTERORDER]; /* old LSF for interpolation */ float lsfdeqold[LPC_FILTERORDER]; /* pitch lag estimated in enhancer and used in PLC */ int last_lag; /* PLC state information */ int prevLag, consPLICount, prevPLI, prev_enh_pl; float prevLpc[LPC_FILTERORDER+1]; float prevResidual[NSUB_MAX*SUBL]; float per; unsigned long seed; /* previous synthesis filter parameters */ float old_syntdenum[(LPC_FILTERORDER + 1)*NSUB_MAX]; /* state of output HP filter */ float hpomem[4]; /* enhancer state information */ int use_enhancer; float enh_buf[ENH_BUFL]; float enh_period[ENH_NBLOCKS_TOT]; } iLBC_Dec_Inst_t; #endif A.7 constants.h /****************************************************************** iLBC Speech Coder ANSI-C Source Code constants.h Copyright (C) The Internet Society (2004). All Rights Reserved. Andersen et. al. Experimental - Expires November 29th, 2004 74 Internet Low Bit Rate Codec May 04 ******************************************************************/ #ifndef __iLBC_CONSTANTS_H #define __iLBC_CONSTANTS_H #include "iLBC_define.h" /* ULP bit allocation */ extern const iLBC_ULP_Inst_t ULP_20msTbl; extern const iLBC_ULP_Inst_t ULP_30msTbl; /* high pass filters */ extern float hpi_zero_coefsTbl[]; extern float hpi_pole_coefsTbl[]; extern float hpo_zero_coefsTbl[]; extern float hpo_pole_coefsTbl[]; /* low pass filters */ extern float lpFilt_coefsTbl[]; /* LPC analysis and quantization */ extern float lpc_winTbl[]; extern float lpc_asymwinTbl[]; extern float lpc_lagwinTbl[]; extern float lsfCbTbl[]; extern float lsfmeanTbl[]; extern int dim_lsfCbTbl[]; extern int size_lsfCbTbl[]; extern float lsf_weightTbl_30ms[]; extern float lsf_weightTbl_20ms[]; /* state quantization tables */ extern float state_sq3Tbl[]; extern float state_frgqTbl[]; /* gain quantization tables */ extern float gain_sq3Tbl[]; extern float gain_sq4Tbl[]; extern float gain_sq5Tbl[]; /* adaptive codebook definitions */ extern int search_rangeTbl[5][CB_NSTAGES]; extern int memLfTbl[]; extern int stMemLTbl; extern float cbfiltersTbl[CB_FILTERLEN]; Andersen et. al. Experimental - Expires November 29th, 2004 75 Internet Low Bit Rate Codec May 04 /* enhancer definitions */ extern float polyphaserTbl[]; extern float enh_plocsTbl[]; #endif A.8 constants.c /****************************************************************** iLBC Speech Coder ANSI-C Source Code constants.c Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ #include "iLBC_define.h" /* ULP bit allocation */ /* 20 ms frame */ const iLBC_ULP_Inst_t ULP_20msTbl = { /* LSF */ { {6,0,0,0,0}, {7,0,0,0,0}, {7,0,0,0,0}, {0,0,0,0,0}, {0,0,0,0,0}, {0,0,0,0,0}}, /* Start state location, gain and samples */ {2,0,0,0,0}, {1,0,0,0,0}, {6,0,0,0,0}, {0,1,2,0,0}, /* extra CB index and extra CB gain */ {{6,0,1,0,0}, {0,0,7,0,0}, {0,0,7,0,0}}, {{2,0,3,0,0}, {1,1,2,0,0}, {0,0,3,0,0}}, /* CB index and CB gain */ { {{7,0,1,0,0}, {0,0,7,0,0}, {0,0,7,0,0}}, {{0,0,8,0,0}, {0,0,8,0,0}, {0,0,8,0,0}}, {{0,0,0,0,0}, {0,0,0,0,0}, {0,0,0,0,0}}, {{0,0,0,0,0}, {0,0,0,0,0}, {0,0,0,0,0}}}, { {{1,2,2,0,0}, {1,1,2,0,0}, {0,0,3,0,0}}, {{1,1,3,0,0}, {0,2,2,0,0}, {0,0,3,0,0}}, {{0,0,0,0,0}, {0,0,0,0,0}, {0,0,0,0,0}}, {{0,0,0,0,0}, {0,0,0,0,0}, {0,0,0,0,0}}} }; /* 30 ms frame */ const iLBC_ULP_Inst_t ULP_30msTbl = { /* LSF */ { {6,0,0,0,0}, {7,0,0,0,0}, {7,0,0,0,0}, Andersen et. al. Experimental - Expires November 29th, 2004 76 Internet Low Bit Rate Codec May 04 {6,0,0,0,0}, {7,0,0,0,0}, {7,0,0,0,0}}, /* Start state location, gain and samples */ {3,0,0,0,0}, {1,0,0,0,0}, {6,0,0,0,0}, {0,1,2,0,0}, /* extra CB index and extra CB gain */ {{4,2,1,0,0}, {0,0,7,0,0}, {0,0,7,0,0}}, {{1,1,3,0,0}, {1,1,2,0,0}, {0,0,3,0,0}}, /* CB index and CB gain */ { {{6,1,1,0,0}, {0,0,7,0,0}, {0,0,7,0,0}}, {{0,7,1,0,0}, {0,0,8,0,0}, {0,0,8,0,0}}, {{0,7,1,0,0}, {0,0,8,0,0}, {0,0,8,0,0}}, {{0,7,1,0,0}, {0,0,8,0,0}, {0,0,8,0,0}}}, { {{1,2,2,0,0}, {1,2,1,0,0}, {0,0,3,0,0}}, {{0,2,3,0,0}, {0,2,2,0,0}, {0,0,3,0,0}}, {{0,1,4,0,0}, {0,1,3,0,0}, {0,0,3,0,0}}, {{0,1,4,0,0}, {0,1,3,0,0}, {0,0,3,0,0}}} }; /* HP Filters */ float hpi_zero_coefsTbl[3] = { (float)0.92727436, (float)-1.8544941, (float)0.92727436 }; float hpi_pole_coefsTbl[3] = { (float)1.0, (float)-1.9059465, (float)0.9114024 }; float hpo_zero_coefsTbl[3] = { (float)0.93980581, (float)-1.8795834, (float)0.93980581 }; float hpo_pole_coefsTbl[3] = { (float)1.0, (float)-1.9330735, (float)0.93589199 }; /* LP Filter */ float lpFilt_coefsTbl[FILTERORDER_DS]={ (float)-0.066650, (float)0.125000, (float)0.316650, (float)0.414063, (float)0.316650, (float)0.125000, (float)-0.066650 }; /* State quantization tables */ float state_sq3Tbl[8] = { (float)-3.719849, (float)-2.177490, (float)-1.130005, (float)-0.309692, (float)0.444214, (float)1.329712, (float)2.436279, (float)3.983887 }; float state_frgqTbl[64] = { (float)1.000085, (float)1.071695, (float)1.140395, (float)1.206868, (float)1.277188, (float)1.351503, Andersen et. al. Experimental - Expires November 29th, 2004 77 Internet Low Bit Rate Codec May 04 (float)1.429380, (float)1.500727, (float)1.569049, (float)1.639599, (float)1.707071, (float)1.781531, (float)1.840799, (float)1.901550, (float)1.956695, (float)2.006750, (float)2.055474, (float)2.102787, (float)2.142819, (float)2.183592, (float)2.217962, (float)2.257177, (float)2.295739, (float)2.332967, (float)2.369248, (float)2.402792, (float)2.435080, (float)2.468598, (float)2.503394, (float)2.539284, (float)2.572944, (float)2.605036, (float)2.636331, (float)2.668939, (float)2.698780, (float)2.729101, (float)2.759786, (float)2.789834, (float)2.818679, (float)2.848074, (float)2.877470, (float)2.906899, (float)2.936655, (float)2.967804, (float)3.000115, (float)3.033367, (float)3.066355, (float)3.104231, (float)3.141499, (float)3.183012, (float)3.222952, (float)3.265433, (float)3.308441, (float)3.350823, (float)3.395275, (float)3.442793, (float)3.490801, (float)3.542514, (float)3.604064, (float)3.666050, (float)3.740994, (float)3.830749, (float)3.938770, (float)4.101764 }; /* CB tables */ int search_rangeTbl[5][CB_NSTAGES]={{58,58,58}, {108,44,44}, {108,108,108}, {108,108,108}, {108,108,108}}; int stMemLTbl=85; int memLfTbl[NASUB_MAX]={147,147,147,147}; /* expansion filter(s) */ float cbfiltersTbl[CB_FILTERLEN]={ (float)-0.034180, (float)0.108887, (float)-0.184326, (float)0.806152, (float)0.713379, (float)-0.144043, (float)0.083740, (float)-0.033691 }; /* Gain Quantization */ float gain_sq3Tbl[8]={ (float)-1.000000, (float)-0.659973, (float)-0.330017, (float)0.000000, (float)0.250000, (float)0.500000, (float)0.750000, (float)1.00000}; float gain_sq4Tbl[16]={ (float)-1.049988, (float)-0.900024, (float)-0.750000, (float)-0.599976, (float)-0.450012, (float)-0.299988, (float)-0.150024, (float)0.000000, (float)0.150024, (float)0.299988, (float)0.450012, (float)0.599976, (float)0.750000, (float)0.900024, (float)1.049988, (float)1.200012}; float gain_sq5Tbl[32]={ (float)0.037476, (float)0.075012, (float)0.112488, Andersen et. al. Experimental - Expires November 29th, 2004 78 Internet Low Bit Rate Codec May 04 (float)0.150024, (float)0.187500, (float)0.224976, (float)0.262512, (float)0.299988, (float)0.337524, (float)0.375000, (float)0.412476, (float)0.450012, (float)0.487488, (float)0.525024, (float)0.562500, (float)0.599976, (float)0.637512, (float)0.674988, (float)0.712524, (float)0.750000, (float)0.787476, (float)0.825012, (float)0.862488, (float)0.900024, (float)0.937500, (float)0.974976, (float)1.012512, (float)1.049988, (float)1.087524, (float)1.125000, (float)1.162476, (float)1.200012}; /* Enhancer - Upsamling a factor 4 (ENH_UPS0 = 4) */ float polyphaserTbl[ENH_UPS0*(2*ENH_FL0+1)]={ (float)0.000000, (float)0.000000, (float)0.000000, (float)1.000000, (float)0.000000, (float)0.000000, (float)0.000000, (float)0.015625, (float)-0.076904, (float)0.288330, (float)0.862061, (float)-0.106445, (float)0.018799, (float)-0.015625, (float)0.023682, (float)-0.124268, (float)0.601563, (float)0.601563, (float)-0.124268, (float)0.023682, (float)-0.023682, (float)0.018799, (float)-0.106445, (float)0.862061, (float)0.288330, (float)-0.076904, (float)0.015625, (float)-0.018799}; float enh_plocsTbl[ENH_NBLOCKS_TOT] = {(float)40.0, (float)120.0, (float)200.0, (float)280.0, (float)360.0, (float)440.0, (float)520.0, (float)600.0}; /* LPC analysis and quantization */ int dim_lsfCbTbl[LSF_NSPLIT] = {3, 3, 4}; int size_lsfCbTbl[LSF_NSPLIT] = {64,128,128}; float lsfmeanTbl[LPC_FILTERORDER] = { (float)0.281738, (float)0.445801, (float)0.663330, (float)0.962524, (float)1.251831, (float)1.533081, (float)1.850586, (float)2.137817, (float)2.481445, (float)2.777344}; float lsf_weightTbl_30ms[6] = {(float)(1.0/2.0), (float)1.0, (float)(2.0/3.0), (float)(1.0/3.0), (float)0.0, (float)0.0}; float lsf_weightTbl_20ms[4] = {(float)(3.0/4.0), (float)(2.0/4.0), (float)(1.0/4.0), (float)(0.0)}; /* Hanning LPC window */ float lpc_winTbl[BLOCKL_MAX]={ (float)0.000183, (float)0.000671, (float)0.001526, (float)0.002716, (float)0.004242, (float)0.006104, (float)0.008301, (float)0.010834, (float)0.013702, Andersen et. al. Experimental - Expires November 29th, 2004 79 Internet Low Bit Rate Codec May 04 (float)0.016907, (float)0.020416, (float)0.024261, (float)0.028442, (float)0.032928, (float)0.037750, (float)0.042877, (float)0.048309, (float)0.054047, (float)0.060089, (float)0.066437, (float)0.073090, (float)0.080017, (float)0.087219, (float)0.094727, (float)0.102509, (float)0.110535, (float)0.118835, (float)0.127411, (float)0.136230, (float)0.145294, (float)0.154602, (float)0.164154, (float)0.173920, (float)0.183899, (float)0.194122, (float)0.204529, (float)0.215149, (float)0.225952, (float)0.236938, (float)0.248108, (float)0.259460, (float)0.270966, (float)0.282654, (float)0.294464, (float)0.306396, (float)0.318481, (float)0.330688, (float)0.343018, (float)0.355438, (float)0.367981, (float)0.380585, (float)0.393280, (float)0.406067, (float)0.418884, (float)0.431763, (float)0.444702, (float)0.457672, (float)0.470673, (float)0.483704, (float)0.496735, (float)0.509766, (float)0.522797, (float)0.535828, (float)0.548798, (float)0.561768, (float)0.574677, (float)0.587524, (float)0.600342, (float)0.613068, (float)0.625732, (float)0.638306, (float)0.650787, (float)0.663147, (float)0.675415, (float)0.687561, (float)0.699585, (float)0.711487, (float)0.723206, (float)0.734802, (float)0.746216, (float)0.757477, (float)0.768585, (float)0.779480, (float)0.790192, (float)0.800720, (float)0.811005, (float)0.821106, (float)0.830994, (float)0.840668, (float)0.850067, (float)0.859253, (float)0.868225, (float)0.876892, (float)0.885345, (float)0.893524, (float)0.901428, (float)0.909058, (float)0.916412, (float)0.923492, (float)0.930267, (float)0.936768, (float)0.942963, (float)0.948853, (float)0.954437, (float)0.959717, (float)0.964691, (float)0.969360, (float)0.973694, (float)0.977692, (float)0.981384, (float)0.984741, (float)0.987762, (float)0.990479, (float)0.992828, (float)0.994873, (float)0.996552, (float)0.997925, (float)0.998932, (float)0.999603, (float)0.999969, (float)0.999969, (float)0.999603, (float)0.998932, (float)0.997925, (float)0.996552, (float)0.994873, (float)0.992828, (float)0.990479, (float)0.987762, (float)0.984741, (float)0.981384, (float)0.977692, (float)0.973694, (float)0.969360, (float)0.964691, (float)0.959717, (float)0.954437, (float)0.948853, (float)0.942963, (float)0.936768, (float)0.930267, (float)0.923492, (float)0.916412, (float)0.909058, (float)0.901428, (float)0.893524, (float)0.885345, (float)0.876892, (float)0.868225, (float)0.859253, (float)0.850067, (float)0.840668, (float)0.830994, (float)0.821106, (float)0.811005, (float)0.800720, (float)0.790192, (float)0.779480, (float)0.768585, (float)0.757477, (float)0.746216, (float)0.734802, (float)0.723206, (float)0.711487, (float)0.699585, (float)0.687561, (float)0.675415, (float)0.663147, (float)0.650787, (float)0.638306, (float)0.625732, Andersen et. al. Experimental - Expires November 29th, 2004 80 Internet Low Bit Rate Codec May 04 (float)0.613068, (float)0.600342, (float)0.587524, (float)0.574677, (float)0.561768, (float)0.548798, (float)0.535828, (float)0.522797, (float)0.509766, (float)0.496735, (float)0.483704, (float)0.470673, (float)0.457672, (float)0.444702, (float)0.431763, (float)0.418884, (float)0.406067, (float)0.393280, (float)0.380585, (float)0.367981, (float)0.355438, (float)0.343018, (float)0.330688, (float)0.318481, (float)0.306396, (float)0.294464, (float)0.282654, (float)0.270966, (float)0.259460, (float)0.248108, (float)0.236938, (float)0.225952, (float)0.215149, (float)0.204529, (float)0.194122, (float)0.183899, (float)0.173920, (float)0.164154, (float)0.154602, (float)0.145294, (float)0.136230, (float)0.127411, (float)0.118835, (float)0.110535, (float)0.102509, (float)0.094727, (float)0.087219, (float)0.080017, (float)0.073090, (float)0.066437, (float)0.060089, (float)0.054047, (float)0.048309, (float)0.042877, (float)0.037750, (float)0.032928, (float)0.028442, (float)0.024261, (float)0.020416, (float)0.016907, (float)0.013702, (float)0.010834, (float)0.008301, (float)0.006104, (float)0.004242, (float)0.002716, (float)0.001526, (float)0.000671, (float)0.000183 }; /* Asymmetric LPC window */ float lpc_asymwinTbl[BLOCKL_MAX]={ (float)0.000061, (float)0.000214, (float)0.000458, (float)0.000824, (float)0.001282, (float)0.001831, (float)0.002472, (float)0.003235, (float)0.004120, (float)0.005066, (float)0.006134, (float)0.007294, (float)0.008545, (float)0.009918, (float)0.011383, (float)0.012939, (float)0.014587, (float)0.016357, (float)0.018219, (float)0.020172, (float)0.022217, (float)0.024353, (float)0.026611, (float)0.028961, (float)0.031372, (float)0.033905, (float)0.036530, (float)0.039276, (float)0.042084, (float)0.044983, (float)0.047974, (float)0.051086, (float)0.054260, (float)0.057526, (float)0.060883, (float)0.064331, (float)0.067871, (float)0.071503, (float)0.075226, (float)0.079010, (float)0.082916, (float)0.086884, (float)0.090942, (float)0.095062, (float)0.099304, (float)0.103607, (float)0.107971, (float)0.112427, (float)0.116974, (float)0.121582, (float)0.126282, (float)0.131073, (float)0.135895, (float)0.140839, (float)0.145813, (float)0.150879, (float)0.156006, (float)0.161224, (float)0.166504, (float)0.171844, (float)0.177246, (float)0.182709, (float)0.188263, (float)0.193848, (float)0.199524, (float)0.205231, (float)0.211029, (float)0.216858, (float)0.222778, (float)0.228729, (float)0.234741, (float)0.240814, (float)0.246918, (float)0.253082, (float)0.259308, (float)0.265564, (float)0.271881, (float)0.278259, (float)0.284668, (float)0.291107, (float)0.297607, Andersen et. al. Experimental - Expires November 29th, 2004 81 Internet Low Bit Rate Codec May 04 (float)0.304138, (float)0.310730, (float)0.317322, (float)0.323975, (float)0.330658, (float)0.337372, (float)0.344147, (float)0.350922, (float)0.357727, (float)0.364594, (float)0.371460, (float)0.378357, (float)0.385284, (float)0.392212, (float)0.399170, (float)0.406158, (float)0.413177, (float)0.420197, (float)0.427246, (float)0.434296, (float)0.441376, (float)0.448456, (float)0.455536, (float)0.462646, (float)0.469757, (float)0.476868, (float)0.483978, (float)0.491089, (float)0.498230, (float)0.505341, (float)0.512451, (float)0.519592, (float)0.526703, (float)0.533813, (float)0.540924, (float)0.548004, (float)0.555084, (float)0.562164, (float)0.569244, (float)0.576294, (float)0.583313, (float)0.590332, (float)0.597321, (float)0.604309, (float)0.611267, (float)0.618195, (float)0.625092, (float)0.631989, (float)0.638855, (float)0.645660, (float)0.652466, (float)0.659241, (float)0.665985, (float)0.672668, (float)0.679352, (float)0.685974, (float)0.692566, (float)0.699127, (float)0.705658, (float)0.712128, (float)0.718536, (float)0.724945, (float)0.731262, (float)0.737549, (float)0.743805, (float)0.750000, (float)0.756134, (float)0.762238, (float)0.768280, (float)0.774261, (float)0.780182, (float)0.786072, (float)0.791870, (float)0.797638, (float)0.803314, (float)0.808960, (float)0.814514, (float)0.820038, (float)0.825470, (float)0.830841, (float)0.836151, (float)0.841400, (float)0.846558, (float)0.851654, (float)0.856689, (float)0.861633, (float)0.866516, (float)0.871338, (float)0.876068, (float)0.880737, (float)0.885315, (float)0.889801, (float)0.894226, (float)0.898560, (float)0.902832, (float)0.907013, (float)0.911102, (float)0.915100, (float)0.919037, (float)0.922882, (float)0.926636, (float)0.930328, (float)0.933899, (float)0.937408, (float)0.940796, (float)0.944122, (float)0.947357, (float)0.950470, (float)0.953522, (float)0.956482, (float)0.959351, (float)0.962097, (float)0.964783, (float)0.967377, (float)0.969849, (float)0.972229, (float)0.974518, (float)0.976715, (float)0.978821, (float)0.980835, (float)0.982727, (float)0.984528, (float)0.986237, (float)0.987854, (float)0.989380, (float)0.990784, (float)0.992096, (float)0.993317, (float)0.994415, (float)0.995422, (float)0.996338, (float)0.997162, (float)0.997864, (float)0.998474, (float)0.998962, (float)0.999390, (float)0.999695, (float)0.999878, (float)0.999969, (float)0.999969, (float)0.996918, (float)0.987701, (float)0.972382, (float)0.951050, (float)0.923889, (float)0.891022, (float)0.852631, (float)0.809021, (float)0.760406, (float)0.707092, (float)0.649445, (float)0.587799, (float)0.522491, (float)0.453979, (float)0.382690, (float)0.309021, (float)0.233459, (float)0.156433, (float)0.078461 }; Andersen et. al. Experimental - Expires November 29th, 2004 82 Internet Low Bit Rate Codec May 04 /* Lag window for LPC */ float lpc_lagwinTbl[LPC_FILTERORDER + 1]={ (float)1.000100, (float)0.998890, (float)0.995569, (float)0.990057, (float)0.982392, (float)0.972623, (float)0.960816, (float)0.947047, (float)0.931405, (float)0.913989, (float)0.894909}; /* LSF quantization*/ float lsfCbTbl[64 * 3 + 128 * 3 + 128 * 4] = { (float)0.155396, (float)0.273193, (float)0.451172, (float)0.390503, (float)0.648071, (float)1.002075, (float)0.440186, (float)0.692261, (float)0.955688, (float)0.343628, (float)0.642334, (float)1.071533, (float)0.318359, (float)0.491577, (float)0.670532, (float)0.193115, (float)0.375488, (float)0.725708, (float)0.364136, (float)0.510376, (float)0.658691, (float)0.297485, (float)0.527588, (float)0.842529, (float)0.227173, (float)0.365967, (float)0.563110, (float)0.244995, (float)0.396729, (float)0.636475, (float)0.169434, (float)0.300171, (float)0.520264, (float)0.312866, (float)0.464478, (float)0.643188, (float)0.248535, (float)0.429932, (float)0.626099, (float)0.236206, (float)0.491333, (float)0.817139, (float)0.334961, (float)0.625122, (float)0.895752, (float)0.343018, (float)0.518555, (float)0.698608, (float)0.372803, (float)0.659790, (float)0.945435, (float)0.176880, (float)0.316528, (float)0.581421, (float)0.416382, (float)0.625977, (float)0.805176, (float)0.303223, (float)0.568726, (float)0.915039, (float)0.203613, (float)0.351440, (float)0.588135, (float)0.221191, (float)0.375000, (float)0.614746, (float)0.199951, (float)0.323364, (float)0.476074, (float)0.300781, (float)0.433350, (float)0.566895, (float)0.226196, (float)0.354004, (float)0.507568, (float)0.300049, (float)0.508179, (float)0.711670, (float)0.312012, (float)0.492676, (float)0.763428, (float)0.329956, (float)0.541016, (float)0.795776, (float)0.373779, (float)0.604614, (float)0.928833, (float)0.210571, (float)0.452026, (float)0.755249, (float)0.271118, (float)0.473267, (float)0.662476, (float)0.285522, (float)0.436890, (float)0.634399, (float)0.246704, (float)0.565552, (float)0.859009, (float)0.270508, (float)0.406250, (float)0.553589, (float)0.361450, (float)0.578491, (float)0.813843, (float)0.342651, (float)0.482788, (float)0.622437, (float)0.340332, (float)0.549438, (float)0.743164, (float)0.200439, (float)0.336304, (float)0.540894, (float)0.407837, (float)0.644775, (float)0.895142, (float)0.294678, (float)0.454834, (float)0.699097, (float)0.193115, (float)0.344482, (float)0.643188, (float)0.275757, (float)0.420776, (float)0.598755, (float)0.380493, (float)0.608643, (float)0.861084, (float)0.222778, (float)0.426147, (float)0.676514, Andersen et. al. Experimental - Expires November 29th, 2004 83 Internet Low Bit Rate Codec May 04 (float)0.407471, (float)0.700195, (float)1.053101, (float)0.218384, (float)0.377197, (float)0.669922, (float)0.313232, (float)0.454102, (float)0.600952, (float)0.347412, (float)0.571533, (float)0.874146, (float)0.238037, (float)0.405396, (float)0.729492, (float)0.223877, (float)0.412964, (float)0.822021, (float)0.395264, (float)0.582153, (float)0.743896, (float)0.247925, (float)0.485596, (float)0.720581, (float)0.229126, (float)0.496582, (float)0.907715, (float)0.260132, (float)0.566895, (float)1.012695, (float)0.337402, (float)0.611572, (float)0.978149, (float)0.267822, (float)0.447632, (float)0.769287, (float)0.250610, (float)0.381714, (float)0.530029, (float)0.430054, (float)0.805054, (float)1.221924, (float)0.382568, (float)0.544067, (float)0.701660, (float)0.383545, (float)0.710327, (float)1.149170, (float)0.271362, (float)0.529053, (float)0.775513, (float)0.246826, (float)0.393555, (float)0.588623, (float)0.266846, (float)0.422119, (float)0.676758, (float)0.311523, (float)0.580688, (float)0.838623, (float)1.331177, (float)1.576782, (float)1.779541, (float)1.160034, (float)1.401978, (float)1.768188, (float)1.161865, (float)1.525146, (float)1.715332, (float)0.759521, (float)0.913940, (float)1.119873, (float)0.947144, (float)1.121338, (float)1.282471, (float)1.015015, (float)1.557007, (float)1.804932, (float)1.172974, (float)1.402100, (float)1.692627, (float)1.087524, (float)1.474243, (float)1.665405, (float)0.899536, (float)1.105225, (float)1.406250, (float)1.148438, (float)1.484741, (float)1.796265, (float)0.785645, (float)1.209839, (float)1.567749, (float)0.867798, (float)1.166504, (float)1.450684, (float)0.922485, (float)1.229858, (float)1.420898, (float)0.791260, (float)1.123291, (float)1.409546, (float)0.788940, (float)0.966064, (float)1.340332, (float)1.051147, (float)1.272827, (float)1.556641, (float)0.866821, (float)1.181152, (float)1.538818, (float)0.906738, (float)1.373535, (float)1.607910, (float)1.244751, (float)1.581421, (float)1.933838, (float)0.913940, (float)1.337280, (float)1.539673, (float)0.680542, (float)0.959229, (float)1.662720, (float)0.887207, (float)1.430542, (float)1.800781, (float)0.912598, (float)1.433594, (float)1.683960, (float)0.860474, (float)1.060303, (float)1.455322, (float)1.005127, (float)1.381104, (float)1.706909, (float)0.800781, (float)1.363892, (float)1.829102, (float)0.781860, (float)1.124390, (float)1.505981, (float)1.003662, (float)1.471436, (float)1.684692, (float)0.981323, (float)1.309570, (float)1.618042, (float)1.228760, (float)1.554321, (float)1.756470, (float)0.734375, (float)0.895752, (float)1.225586, (float)0.841797, (float)1.055664, (float)1.249268, (float)0.920166, (float)1.119385, (float)1.486206, (float)0.894409, (float)1.539063, (float)1.828979, Andersen et. al. Experimental - Expires November 29th, 2004 84 Internet Low Bit Rate Codec May 04 (float)1.283691, (float)1.543335, (float)1.858276, (float)0.676025, (float)0.933105, (float)1.490845, (float)0.821289, (float)1.491821, (float)1.739868, (float)0.923218, (float)1.144653, (float)1.580566, (float)1.057251, (float)1.345581, (float)1.635864, (float)0.888672, (float)1.074951, (float)1.353149, (float)0.942749, (float)1.195435, (float)1.505493, (float)1.492310, (float)1.788086, (float)2.039673, (float)1.070313, (float)1.634399, (float)1.860962, (float)1.253296, (float)1.488892, (float)1.686035, (float)0.647095, (float)0.864014, (float)1.401855, (float)0.866699, (float)1.254883, (float)1.453369, (float)1.063965, (float)1.532593, (float)1.731323, (float)1.167847, (float)1.521484, (float)1.884033, (float)0.956055, (float)1.502075, (float)1.745605, (float)0.928711, (float)1.288574, (float)1.479614, (float)1.088013, (float)1.380737, (float)1.570801, (float)0.905029, (float)1.186768, (float)1.371948, (float)1.057861, (float)1.421021, (float)1.617432, (float)1.108276, (float)1.312500, (float)1.501465, (float)0.979492, (float)1.416992, (float)1.624268, (float)1.276001, (float)1.661011, (float)2.007935, (float)0.993042, (float)1.168579, (float)1.331665, (float)0.778198, (float)0.944946, (float)1.235962, (float)1.223755, (float)1.491333, (float)1.815674, (float)0.852661, (float)1.350464, (float)1.722290, (float)1.134766, (float)1.593140, (float)1.787354, (float)1.051392, (float)1.339722, (float)1.531006, (float)0.803589, (float)1.271240, (float)1.652100, (float)0.755737, (float)1.143555, (float)1.639404, (float)0.700928, (float)0.837280, (float)1.130371, (float)0.942749, (float)1.197876, (float)1.669800, (float)0.993286, (float)1.378296, (float)1.566528, (float)0.801025, (float)1.095337, (float)1.298950, (float)0.739990, (float)1.032959, (float)1.383667, (float)0.845703, (float)1.072266, (float)1.543823, (float)0.915649, (float)1.072266, (float)1.224487, (float)1.021973, (float)1.226196, (float)1.481323, (float)0.999878, (float)1.204102, (float)1.555908, (float)0.722290, (float)0.913940, (float)1.340210, (float)0.673340, (float)0.835938, (float)1.259521, (float)0.832397, (float)1.208374, (float)1.394165, (float)0.962158, (float)1.576172, (float)1.912842, (float)1.166748, (float)1.370850, (float)1.556763, (float)0.946289, (float)1.138550, (float)1.400391, (float)1.035034, (float)1.218262, (float)1.386475, (float)1.393799, (float)1.717773, (float)2.000244, (float)0.972656, (float)1.260986, (float)1.760620, (float)1.028198, (float)1.288452, (float)1.484619, (float)0.773560, (float)1.258057, (float)1.756714, (float)1.080322, (float)1.328003, (float)1.742676, (float)0.823975, (float)1.450806, (float)1.917725, (float)0.859009, (float)1.016602, (float)1.191895, (float)0.843994, (float)1.131104, (float)1.645020, Andersen et. al. Experimental - Expires November 29th, 2004 85 Internet Low Bit Rate Codec May 04 (float)1.189697, (float)1.702759, (float)1.894409, (float)1.346680, (float)1.763184, (float)2.066040, (float)0.980469, (float)1.253784, (float)1.441650, (float)1.338135, (float)1.641968, (float)1.932739, (float)1.223267, (float)1.424194, (float)1.626465, (float)0.765747, (float)1.004150, (float)1.579102, (float)1.042847, (float)1.269165, (float)1.647461, (float)0.968750, (float)1.257568, (float)1.555786, (float)0.826294, (float)0.993408, (float)1.275146, (float)0.742310, (float)0.950439, (float)1.430542, (float)1.054321, (float)1.439819, (float)1.828003, (float)1.072998, (float)1.261719, (float)1.441895, (float)0.859375, (float)1.036377, (float)1.314819, (float)0.895752, (float)1.267212, (float)1.605591, (float)0.805420, (float)0.962891, (float)1.142334, (float)0.795654, (float)1.005493, (float)1.468506, (float)1.105347, (float)1.313843, (float)1.584839, (float)0.792236, (float)1.221802, (float)1.465698, (float)1.170532, (float)1.467651, (float)1.664063, (float)0.838257, (float)1.153198, (float)1.342163, (float)0.968018, (float)1.198242, (float)1.391235, (float)1.250122, (float)1.623535, (float)1.823608, (float)0.711670, (float)1.058350, (float)1.512085, (float)1.204834, (float)1.454468, (float)1.739136, (float)1.137451, (float)1.421753, (float)1.620117, (float)0.820435, (float)1.322754, (float)1.578247, (float)0.798706, (float)1.005005, (float)1.213867, (float)0.980713, (float)1.324951, (float)1.512939, (float)1.112305, (float)1.438843, (float)1.735596, (float)1.135498, (float)1.356689, (float)1.635742, (float)1.101318, (float)1.387451, (float)1.686523, (float)0.849854, (float)1.276978, (float)1.523438, (float)1.377930, (float)1.627563, (float)1.858154, (float)0.884888, (float)1.095459, (float)1.287476, (float)1.289795, (float)1.505859, (float)1.756592, (float)0.817505, (float)1.384155, (float)1.650513, (float)1.446655, (float)1.702148, (float)1.931885, (float)0.835815, (float)1.023071, (float)1.385376, (float)0.916626, (float)1.139038, (float)1.335327, (float)0.980103, (float)1.174072, (float)1.453735, (float)1.705688, (float)2.153809, (float)2.398315, (float)2.743408, (float)1.797119, (float)2.016846, (float)2.445679, (float)2.701904, (float)1.990356, (float)2.219116, (float)2.576416, (float)2.813477, (float)1.849365, (float)2.190918, (float)2.611572, (float)2.835083, (float)1.657959, (float)1.854370, (float)2.159058, (float)2.726196, (float)1.437744, (float)1.897705, (float)2.253174, (float)2.655396, (float)2.028687, (float)2.247314, (float)2.542358, (float)2.875854, (float)1.736938, (float)1.922119, (float)2.185913, (float)2.743408, (float)1.521606, (float)1.870972, (float)2.526855, (float)2.786987, (float)1.841431, (float)2.050659, (float)2.463623, (float)2.857666, (float)1.590088, (float)2.067261, (float)2.427979, (float)2.794434, (float)1.746826, (float)2.057373, (float)2.320190, (float)2.800781, (float)1.734619, (float)1.940552, (float)2.306030, (float)2.826416, (float)1.786255, (float)2.204468, (float)2.457520, (float)2.795288, Andersen et. al. Experimental - Expires November 29th, 2004 86 Internet Low Bit Rate Codec May 04 (float)1.861084, (float)2.170532, (float)2.414551, (float)2.763672, (float)2.001465, (float)2.307617, (float)2.552734, (float)2.811890, (float)1.784424, (float)2.124146, (float)2.381592, (float)2.645508, (float)1.888794, (float)2.135864, (float)2.418579, (float)2.861206, (float)2.301147, (float)2.531250, (float)2.724976, (float)2.913086, (float)1.837769, (float)2.051270, (float)2.261963, (float)2.553223, (float)2.012939, (float)2.221191, (float)2.440186, (float)2.678101, (float)1.429565, (float)1.858276, (float)2.582275, (float)2.845703, (float)1.622803, (float)1.897705, (float)2.367310, (float)2.621094, (float)1.581543, (float)1.960449, (float)2.515869, (float)2.736450, (float)1.419434, (float)1.933960, (float)2.394653, (float)2.746704, (float)1.721924, (float)2.059570, (float)2.421753, (float)2.769653, (float)1.911011, (float)2.220703, (float)2.461060, (float)2.740723, (float)1.581177, (float)1.860840, (float)2.516968, (float)2.874634, (float)1.870361, (float)2.098755, (float)2.432373, (float)2.656494, (float)2.059692, (float)2.279785, (float)2.495605, (float)2.729370, (float)1.815674, (float)2.181519, (float)2.451538, (float)2.680542, (float)1.407959, (float)1.768311, (float)2.343018, (float)2.668091, (float)2.168701, (float)2.394653, (float)2.604736, (float)2.829346, (float)1.636230, (float)1.865723, (float)2.329102, (float)2.824219, (float)1.878906, (float)2.139526, (float)2.376709, (float)2.679810, (float)1.765381, (float)1.971802, (float)2.195435, (float)2.586914, (float)2.164795, (float)2.410889, (float)2.673706, (float)2.903198, (float)2.071899, (float)2.331055, (float)2.645874, (float)2.907104, (float)2.026001, (float)2.311523, (float)2.594849, (float)2.863892, (float)1.948975, (float)2.180786, (float)2.514893, (float)2.797852, (float)1.881836, (float)2.130859, (float)2.478149, (float)2.804199, (float)2.238159, (float)2.452759, (float)2.652832, (float)2.868286, (float)1.897949, (float)2.101685, (float)2.524292, (float)2.880127, (float)1.856445, (float)2.074585, (float)2.541016, (float)2.791748, (float)1.695557, (float)2.199097, (float)2.506226, (float)2.742676, (float)1.612671, (float)1.877075, (float)2.435425, (float)2.732910, (float)1.568848, (float)1.786499, (float)2.194580, (float)2.768555, (float)1.953369, (float)2.164551, (float)2.486938, (float)2.874023, (float)1.388306, (float)1.725342, (float)2.384521, (float)2.771851, (float)2.115356, (float)2.337769, (float)2.592896, (float)2.864014, (float)1.905762, (float)2.111328, (float)2.363525, (float)2.789307, (float)1.882568, (float)2.332031, (float)2.598267, (float)2.827637, (float)1.683594, (float)2.088745, (float)2.361938, (float)2.608643, (float)1.874023, (float)2.182129, (float)2.536133, (float)2.766968, (float)1.861938, (float)2.070435, (float)2.309692, (float)2.700562, (float)1.722168, (float)2.107422, (float)2.477295, (float)2.837646, (float)1.926880, (float)2.184692, (float)2.442627, (float)2.663818, (float)2.123901, (float)2.337280, (float)2.553101, (float)2.777466, (float)1.588135, (float)1.911499, (float)2.212769, (float)2.543945, (float)2.053955, (float)2.370850, (float)2.712158, (float)2.939941, (float)2.210449, (float)2.519653, (float)2.770386, (float)2.958618, (float)2.199463, (float)2.474731, (float)2.718262, (float)2.919922, (float)1.960083, (float)2.175415, (float)2.608032, (float)2.888794, (float)1.953735, (float)2.185181, (float)2.428223, (float)2.809570, (float)1.615234, (float)2.036499, (float)2.576538, (float)2.834595, (float)1.621094, (float)2.028198, (float)2.431030, (float)2.664673, (float)1.824951, (float)2.267456, (float)2.514526, (float)2.747925, (float)1.994263, (float)2.229126, (float)2.475220, (float)2.833984, Andersen et. al. Experimental - Expires November 29th, 2004 87 Internet Low Bit Rate Codec May 04 (float)1.746338, (float)2.011353, (float)2.588257, (float)2.826904, (float)1.562866, (float)2.135986, (float)2.471680, (float)2.687256, (float)1.748901, (float)2.083496, (float)2.460938, (float)2.686279, (float)1.758057, (float)2.131470, (float)2.636597, (float)2.891602, (float)2.071289, (float)2.299072, (float)2.550781, (float)2.814331, (float)1.839600, (float)2.094360, (float)2.496460, (float)2.723999, (float)1.882202, (float)2.088257, (float)2.636841, (float)2.923096, (float)1.957886, (float)2.153198, (float)2.384399, (float)2.615234, (float)1.992920, (float)2.351196, (float)2.654419, (float)2.889771, (float)2.012817, (float)2.262451, (float)2.643799, (float)2.903076, (float)2.025635, (float)2.254761, (float)2.508423, (float)2.784058, (float)2.316040, (float)2.589355, (float)2.794189, (float)2.963623, (float)1.741211, (float)2.279541, (float)2.578491, (float)2.816284, (float)1.845337, (float)2.055786, (float)2.348511, (float)2.822021, (float)1.679932, (float)1.926514, (float)2.499756, (float)2.835693, (float)1.722534, (float)1.946899, (float)2.448486, (float)2.728760, (float)1.829834, (float)2.043213, (float)2.580444, (float)2.867676, (float)1.676636, (float)2.071655, (float)2.322510, (float)2.704834, (float)1.791504, (float)2.113525, (float)2.469727, (float)2.784058, (float)1.977051, (float)2.215088, (float)2.497437, (float)2.726929, (float)1.800171, (float)2.106689, (float)2.357788, (float)2.738892, (float)1.827759, (float)2.170166, (float)2.525879, (float)2.852417, (float)1.918335, (float)2.132813, (float)2.488403, (float)2.728149, (float)1.916748, (float)2.225098, (float)2.542603, (float)2.857666, (float)1.761230, (float)1.976074, (float)2.507446, (float)2.884521, (float)2.053711, (float)2.367432, (float)2.608032, (float)2.837646, (float)1.595337, (float)2.000977, (float)2.307129, (float)2.578247, (float)1.470581, (float)2.031250, (float)2.375854, (float)2.647583, (float)1.801392, (float)2.128052, (float)2.399780, (float)2.822876, (float)1.853638, (float)2.066650, (float)2.429199, (float)2.751465, (float)1.956299, (float)2.163696, (float)2.394775, (float)2.734253, (float)1.963623, (float)2.275757, (float)2.585327, (float)2.865234, (float)1.887451, (float)2.105469, (float)2.331787, (float)2.587402, (float)2.120117, (float)2.443359, (float)2.733887, (float)2.941406, (float)1.506348, (float)1.766968, (float)2.400513, (float)2.851807, (float)1.664551, (float)1.981079, (float)2.375732, (float)2.774414, (float)1.720703, (float)1.978882, (float)2.391479, (float)2.640991, (float)1.483398, (float)1.814819, (float)2.434448, (float)2.722290, (float)1.769043, (float)2.136597, (float)2.563721, (float)2.774414, (float)1.810791, (float)2.049316, (float)2.373901, (float)2.613647, (float)1.788330, (float)2.005981, (float)2.359131, (float)2.723145, (float)1.785156, (float)1.993164, (float)2.399780, (float)2.832520, (float)1.695313, (float)2.022949, (float)2.522583, (float)2.745117, (float)1.584106, (float)1.965576, (float)2.299927, (float)2.715576, (float)1.894897, (float)2.249878, (float)2.655884, (float)2.897705, (float)1.720581, (float)1.995728, (float)2.299438, (float)2.557007, (float)1.619385, (float)2.173950, (float)2.574219, (float)2.787964, (float)1.883179, (float)2.220459, (float)2.474365, (float)2.825073, (float)1.447632, (float)2.045044, (float)2.555542, (float)2.744873, (float)1.502686, (float)2.156616, (float)2.653320, (float)2.846558, (float)1.711548, (float)1.944092, (float)2.282959, (float)2.685791, (float)1.499756, (float)1.867554, (float)2.341064, (float)2.578857, (float)1.916870, (float)2.135132, (float)2.568237, (float)2.826050, (float)1.498047, (float)1.711182, (float)2.223267, (float)2.755127, Andersen et. al. Experimental - Expires November 29th, 2004 88 Internet Low Bit Rate Codec May 04 (float)1.808716, (float)1.997559, (float)2.256470, (float)2.758545, (float)2.088501, (float)2.402710, (float)2.667358, (float)2.890259, (float)1.545044, (float)1.819214, (float)2.324097, (float)2.692993, (float)1.796021, (float)2.012573, (float)2.505737, (float)2.784912, (float)1.786499, (float)2.041748, (float)2.290405, (float)2.650757, (float)1.938232, (float)2.264404, (float)2.529053, (float)2.796143 }; A.9 anaFilter.h /****************************************************************** iLBC Speech Coder ANSI-C Source Code anaFilter.h Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ #ifndef __iLBC_ANAFILTER_H #define __iLBC_ANAFILTER_H void anaFilter( float *In, /* (i) Signal to be filtered */ float *a, /* (i) LP parameters */ int len,/* (i) Length of signal */ float *Out, /* (o) Filtered signal */ float *mem /* (i/o) Filter state */ ); #endif A.10 anaFilter.c /****************************************************************** iLBC Speech Coder ANSI-C Source Code anaFilter.c Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ #include #include "iLBC_define.h" /*----------------------------------------------------------------* * LP analysis filter. Andersen et. al. Experimental - Expires November 29th, 2004 89 Internet Low Bit Rate Codec May 04 *---------------------------------------------------------------*/ void anaFilter( float *In, /* (i) Signal to be filtered */ float *a, /* (i) LP parameters */ int len,/* (i) Length of signal */ float *Out, /* (o) Filtered signal */ float *mem /* (i/o) Filter state */ ){ int i, j; float *po, *pi, *pm, *pa; po = Out; /* Filter first part using memory from past */ for (i=0; i #include /*----------------------------------------------------------------* * Construct an additional codebook vector by filtering the * initial codebook buffer. This vector is then used to expand * the codebook with an additional section. *---------------------------------------------------------------*/ void filteredCBvecs( float *cbvectors, /* (o) Codebook vectors for the higher section */ float *mem, /* (i) Buffer to create codebook vector from */ int lMem /* (i) Length of buffer */ ){ int j, k; float *pp, *pp1; float tempbuff2[CB_MEML+CB_FILTERLEN]; float *pos; memset(tempbuff2, 0, (CB_HALFFILTERLEN-1)*sizeof(float)); memcpy(&tempbuff2[CB_HALFFILTERLEN-1], mem, lMem*sizeof(float)); memset(&tempbuff2[lMem+CB_HALFFILTERLEN-1], 0, (CB_HALFFILTERLEN+1)*sizeof(float)); /* Create codebook vector for higher section by filtering */ /* do filtering */ pos=cbvectors; memset(pos, 0, lMem*sizeof(float)); for (k=0; k0.0) { invenergy[tmpIndex]=(float)1.0/(energy[tmpIndex]+EPS); } else { invenergy[tmpIndex] = (float) 0.0; } if (stage==0) { measure = (float)-10000000.0; if (crossDot > 0.0) { measure = crossDot*crossDot*invenergy[tmpIndex]; } } else { measure = crossDot*crossDot*invenergy[tmpIndex]; } /* check if measure is better */ ftmp = crossDot*invenergy[tmpIndex]; if ((measure>*max_measure) && (fabs(ftmp) #include #include #include "iLBC_define.h" /*----------------------------------------------------------------* * Compute cross correlation and pitch gain for pitch prediction * of last subframe at given lag. *---------------------------------------------------------------*/ void compCorr( float *cc, /* (o) cross correlation coefficient */ float *gc, /* (o) gain */ float *pm, float *buffer, /* (i) signal buffer */ int lag, /* (i) pitch lag */ int bLen, /* (i) length of buffer */ int sRange /* (i) correlation search length */ ){ Andersen et. al. Experimental - Expires November 29th, 2004 96 Internet Low Bit Rate Codec May 04 int i; float ftmp1, ftmp2, ftmp3; /* Guard against getting outside buffer */ if ((bLen-sRange-lag)<0) { sRange=bLen-lag; } ftmp1 = 0.0; ftmp2 = 0.0; ftmp3 = 0.0; for (i=0; i 0.0) { *cc = ftmp1*ftmp1/ftmp2; *gc = (float)fabs(ftmp1/ftmp2); *pm=(float)fabs(ftmp1)/ ((float)sqrt(ftmp2)*(float)sqrt(ftmp3)); } else { *cc = 0.0; *gc = 0.0; *pm=0.0; } } /*----------------------------------------------------------------* * Packet loss concealment routine. Conceals a residual signal * and LP parameters. If no packet loss, update state. *---------------------------------------------------------------*/ void doThePLC( float *PLCresidual, /* (o) concealed residual */ float *PLClpc, /* (o) concealed LP parameters */ int PLI, /* (i) packet loss indicator 0 - no PL, 1 = PL */ float *decresidual, /* (i) decoded residual */ float *lpc, /* (i) decoded LPC (only used for no PL) */ int inlag, /* (i) pitch lag */ iLBC_Dec_Inst_t *iLBCdec_inst /* (i/o) decoder instance */ ){ int lag=20, randlag; float gain, maxcc; float use_gain; float gain_comp, maxcc_comp, per, max_per; int i, pick, use_lag; Andersen et. al. Experimental - Expires November 29th, 2004 97 Internet Low Bit Rate Codec May 04 float ftmp, randvec[BLOCKL_MAX], pitchfact, energy; /* Packet Loss */ if (PLI == 1) { iLBCdec_inst->consPLICount += 1; /* if previous frame not lost, determine pitch pred. gain */ if (iLBCdec_inst->prevPLI != 1) { /* Search around the previous lag to find the best pitch period */ lag=inlag-3; compCorr(&maxcc, &gain, &max_per, iLBCdec_inst->prevResidual, lag, iLBCdec_inst->blockl, 60); for (i=inlag-2;i<=inlag+3;i++) { compCorr(&maxcc_comp, &gain_comp, &per, iLBCdec_inst->prevResidual, i, iLBCdec_inst->blockl, 60); if (maxcc_comp>maxcc) { maxcc=maxcc_comp; gain=gain_comp; lag=i; max_per=per; } } } /* previous frame lost, use recorded lag and periodicity */ else { lag=iLBCdec_inst->prevLag; max_per=iLBCdec_inst->per; } /* downscaling */ use_gain=1.0; if (iLBCdec_inst->consPLICount*iLBCdec_inst->blockl>320) use_gain=(float)0.9; else if (iLBCdec_inst->consPLICount* iLBCdec_inst->blockl>2*320) use_gain=(float)0.7; else if (iLBCdec_inst->consPLICount* iLBCdec_inst->blockl>3*320) use_gain=(float)0.5; else if (iLBCdec_inst->consPLICount* Andersen et. al. Experimental - Expires November 29th, 2004 98 Internet Low Bit Rate Codec May 04 iLBCdec_inst->blockl>4*320) use_gain=(float)0.0; /* mix noise and pitch repeatition */ ftmp=(float)sqrt(max_per); if (ftmp>(float)0.7) pitchfact=(float)1.0; else if (ftmp>(float)0.4) pitchfact=(ftmp-(float)0.4)/((float)0.7-(float)0.4); else pitchfact=0.0; /* avoid repetition of same pitch cycle */ use_lag=lag; if (lag<80) { use_lag=2*lag; } /* compute concealed residual */ energy = 0.0; for (i=0; iblockl; i++) { /* noise component */ iLBCdec_inst->seed=(iLBCdec_inst->seed*69069L+1) & (0x80000000L-1); randlag = 50 + ((signed long) iLBCdec_inst->seed)%70; pick = i - randlag; if (pick < 0) { randvec[i] = iLBCdec_inst->prevResidual[ iLBCdec_inst->blockl+pick]; } else { randvec[i] = randvec[pick]; } /* pitch repeatition component */ pick = i - use_lag; if (pick < 0) { PLCresidual[i] = iLBCdec_inst->prevResidual[ iLBCdec_inst->blockl+pick]; } else { PLCresidual[i] = PLCresidual[pick]; } /* mix random and periodicity component */ if (i<80) PLCresidual[i] = use_gain*(pitchfact * Andersen et. al. Experimental - Expires November 29th, 2004 99 Internet Low Bit Rate Codec May 04 PLCresidual[i] + ((float)1.0 - pitchfact) * randvec[i]); else if (i<160) PLCresidual[i] = (float)0.95*use_gain*(pitchfact * PLCresidual[i] + ((float)1.0 - pitchfact) * randvec[i]); else PLCresidual[i] = (float)0.9*use_gain*(pitchfact * PLCresidual[i] + ((float)1.0 - pitchfact) * randvec[i]); energy += PLCresidual[i] * PLCresidual[i]; } /* less than 30 dB, use only noise */ if (sqrt(energy/(float)iLBCdec_inst->blockl) < 30.0) { gain=0.0; for (i=0; iblockl; i++) { PLCresidual[i] = randvec[i]; } } /* use old LPC */ memcpy(PLClpc,iLBCdec_inst->prevLpc, (LPC_FILTERORDER+1)*sizeof(float)); } /* no packet loss, copy input */ else { memcpy(PLCresidual, decresidual, iLBCdec_inst->blockl*sizeof(float)); memcpy(PLClpc, lpc, (LPC_FILTERORDER+1)*sizeof(float)); iLBCdec_inst->consPLICount = 0; } /* update state */ if (PLI) { iLBCdec_inst->prevLag = lag; iLBCdec_inst->per=max_per; } iLBCdec_inst->prevPLI = PLI; memcpy(iLBCdec_inst->prevLpc, PLClpc, (LPC_FILTERORDER+1)*sizeof(float)); memcpy(iLBCdec_inst->prevResidual, PLCresidual, iLBCdec_inst->blockl*sizeof(float)); } Andersen et. al. Experimental - Expires November 29th, 2004 100 Internet Low Bit Rate Codec May 04 A.15 enhancer.h /****************************************************************** iLBC Speech Coder ANSI-C Source Code enhancer.h Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ #ifndef __ENHANCER_H #define __ENHANCER_H #include "iLBC_define.h" float xCorrCoef( float *target, /* (i) first array */ float *regressor, /* (i) second array */ int subl /* (i) dimension arrays */ ); int enhancerInterface( float *out, /* (o) the enhanced recidual signal */ float *in, /* (i) the recidual signal to enhance */ iLBC_Dec_Inst_t *iLBCdec_inst /* (i/o) the decoder state structure */ ); #endif A.16 enhancer.c /****************************************************************** iLBC Speech Coder ANSI-C Source Code enhancer.c Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ #include #include #include "iLBC_define.h" #include "constants.h" #include "filter.h" /*----------------------------------------------------------------* Andersen et. al. Experimental - Expires November 29th, 2004 101 Internet Low Bit Rate Codec May 04 * Find index in array such that the array element with said * index is the element of said array closest to "value" * according to the squared-error criterion *---------------------------------------------------------------*/ void NearestNeighbor( int *index, /* (o) index of array element closest to value */ float *array, /* (i) data array */ float value,/* (i) value */ int arlength/* (i) dimension of data array */ ){ int i; float bestcrit,crit; crit=array[0]-value; bestcrit=crit*crit; *index=0; for (i=1; i dim1 ) { hfl2=(int) (dim1/2); for (j=0; j= idatal) { searchSegEndPos=idatal-ENH_BLOCKL-1; } corrdim=searchSegEndPos-searchSegStartPos+1; /* compute upsampled correlation (corr33) and find location of max */ mycorr1(corrVec,idata+searchSegStartPos, corrdim+ENH_BLOCKL-1,idata+centerStartPos,ENH_BLOCKL); enh_upsample(corrVecUps,corrVec,corrdim,ENH_FL0); tloc=0; maxv=corrVecUps[0]; for (i=1; imaxv) { tloc=i; maxv=corrVecUps[i]; } } /* make vector can be upsampled without ever running outside bounds */ *updStartPos= (float)searchSegStartPos + (float)tloc/(float)ENH_UPS0+(float)1.0; tloc2=(int)(tloc/ENH_UPS0); if (tloc>tloc2*ENH_UPS0) { tloc2++; } st=searchSegStartPos+tloc2-ENH_FL0; if (st<0) { memset(vect,0,-st*sizeof(float)); memcpy(&vect[-st],idata, (ENH_VECTL+st)*sizeof(float)); } else { en=st+ENH_VECTL; if (en>idatal) { memcpy(vect, &idata[st], (ENH_VECTL-(en-idatal))*sizeof(float)); memset(&vect[ENH_VECTL-(en-idatal)], 0, (en-idatal)*sizeof(float)); } else { memcpy(vect, &idata[st], ENH_VECTL*sizeof(float)); } } fraction=tloc2*ENH_UPS0-tloc; /* compute the segment (this is actually a convolution) */ mycorr1(seg,vect,ENH_VECTL,polyphaserTbl+(2*ENH_FL0+1)*fraction, Andersen et. al. Experimental - Expires November 29th, 2004 105 Internet Low Bit Rate Codec May 04 2*ENH_FL0+1); } /*----------------------------------------------------------------* * find the smoothed output data *---------------------------------------------------------------*/ void smath( float *odata, /* (o) smoothed output */ float *sseq,/* (i) said second sequence of waveforms */ int hl, /* (i) 2*hl+1 is sseq dimension */ float alpha0/* (i) max smoothing energy fraction */ ){ int i,k; float w00,w10,w11,A,B,C,*psseq,err,errs; float surround[BLOCKL_MAX]; /* shape contributed by other than current */ float wt[2*ENH_HL+1]; /* waveform weighting to get surround shape */ float denom; /* create shape of contribution from all waveforms except the current one */ for (i=1; i<=2*hl+1; i++) { wt[i-1] = (float)0.5*(1 - (float)cos(2*PI*i/(2*hl+2))); } wt[hl]=0.0; /* for clarity, not used */ for (i=0; i alpha0 * w00) { if ( w00 < 1) { w00=1; } denom = (w11*w00-w10*w10)/(w00*w00); if (denom > 0.0001) { /* eliminates numerical problems for if smooth */ A = (float)sqrt( (alpha0- alpha0*alpha0/4)/denom); B = -alpha0/2 - A * w10/w00; B = B+1; } else { /* essentially no difference between cycles; smoothing not needed */ A= 0.0; B= 1.0; } /* create smoothed sequence */ psseq=sseq+hl*ENH_BLOCKL; for (i=0; i=0; q--) { blockStartPos[q]=blockStartPos[q+1]-period[lagBlock[q+1]]; NearestNeighbor(lagBlock+q,plocs, blockStartPos[q]+ ENH_BLOCKL_HALF-period[lagBlock[q+1]], periodl); if (blockStartPos[q]-ENH_OVERHANG>=0) { refiner(sseq+q*ENH_BLOCKL, blockStartPos+q, idata, idatal, centerStartPos, blockStartPos[q], period[lagBlock[q+1]]); } else { psseq=sseq+q*ENH_BLOCKL; memset(psseq, 0, ENH_BLOCKL*sizeof(float)); } } /* future */ for (i=0; i 0.0) { return (float)(ftmp1*ftmp1/ftmp2); } else { return (float)0.0; } } /*----------------------------------------------------------------* * interface for enhancer *---------------------------------------------------------------*/ int enhancerInterface( float *out, /* (o) enhanced signal */ float *in, /* (i) unenhanced signal */ iLBC_Dec_Inst_t *iLBCdec_inst /* (i) buffers etc */ ){ float *enh_buf, *enh_period; int iblock, isample; int lag=0, ilag, i, ioffset; float cc, maxcc; float ftmp1, ftmp2; float *inPtr, *enh_bufPtr1, *enh_bufPtr2; float plc_pred[ENH_BLOCKL]; float lpState[6], downsampled[(ENH_NBLOCKS*ENH_BLOCKL+120)/2]; int inLen=ENH_NBLOCKS*ENH_BLOCKL+120; int start, plc_blockl, inlag; enh_buf=iLBCdec_inst->enh_buf; enh_period=iLBCdec_inst->enh_period; memmove(enh_buf, &enh_buf[iLBCdec_inst->blockl], (ENH_BUFL-iLBCdec_inst->blockl)*sizeof(float)); memcpy(&enh_buf[ENH_BUFL-iLBCdec_inst->blockl], in, iLBCdec_inst->blockl*sizeof(float)); if (iLBCdec_inst->mode==30) plc_blockl=ENH_BLOCKL; else plc_blockl=40; /* when 20 ms frame, move processing one block */ ioffset=0; if (iLBCdec_inst->mode==20) ioffset=1; i=3-ioffset; memmove(enh_period, &enh_period[i], Andersen et. al. Experimental - Expires November 29th, 2004 110 Internet Low Bit Rate Codec May 04 (ENH_NBLOCKS_TOT-i)*sizeof(float)); /* Set state information to the 6 samples right before the samples to be downsampled. */ memcpy(lpState, enh_buf+(ENH_NBLOCKS_EXTRA+ioffset)*ENH_BLOCKL-126, 6*sizeof(float)); /* Down sample a factor 2 to save computations */ DownSample(enh_buf+(ENH_NBLOCKS_EXTRA+ioffset)*ENH_BLOCKL-120, lpFilt_coefsTbl, inLen-ioffset*ENH_BLOCKL, lpState, downsampled); /* Estimate the pitch in the down sampled domain. */ for (iblock = 0; iblock maxcc) { maxcc = cc; lag = ilag; } } /* Store the estimated lag in the non-downsampled domain */ enh_period[iblock+ENH_NBLOCKS_EXTRA+ioffset] = (float)lag*2; } /* PLC was performed on the previous packet */ if (iLBCdec_inst->prev_enh_pl==1) { inlag=(int)enh_period[ENH_NBLOCKS_EXTRA+ioffset]; lag = inlag-1; maxcc = xCorrCoef(in, in+lag, plc_blockl); for (ilag=inlag; ilag<=inlag+1; ilag++) { cc = xCorrCoef(in, in+ilag, plc_blockl); if (cc > maxcc) { maxcc = cc; lag = ilag; } } Andersen et. al. Experimental - Expires November 29th, 2004 111 Internet Low Bit Rate Codec May 04 enh_period[ENH_NBLOCKS_EXTRA+ioffset-1]=(float)lag; /* compute new concealed residual for the old lookahead, mix the forward PLC with a backward PLC from the new frame */ inPtr=&in[lag-1]; enh_bufPtr1=&plc_pred[plc_blockl-1]; if (lag>plc_blockl) { start=plc_blockl; } else { start=lag; } for (isample = start; isample>0; isample--) { *enh_bufPtr1-- = *inPtr--; } enh_bufPtr2=&enh_buf[ENH_BUFL-1-iLBCdec_inst->blockl]; for (isample = (plc_blockl-1-lag); isample>=0; isample--) { *enh_bufPtr1-- = *enh_bufPtr2--; } /* limit energy change */ ftmp2=0.0; ftmp1=0.0; for (i=0;iblockl-i]* enh_buf[ENH_BUFL-1-iLBCdec_inst->blockl-i]; ftmp1+=plc_pred[i]*plc_pred[i]; } ftmp1=(float)sqrt(ftmp1/(float)plc_blockl); ftmp2=(float)sqrt(ftmp2/(float)plc_blockl); if (ftmp1>(float)2.0*ftmp2 && ftmp1>0.0) { for (i=0;iblockl]; for (i=0; imode==20) { /* Enhancer with 40 samples delay */ for (iblock = 0; iblock<2; iblock++) { enhancer(out+iblock*ENH_BLOCKL, enh_buf, ENH_BUFL, (5+iblock)*ENH_BLOCKL+40, ENH_ALPHA0, enh_period, enh_plocsTbl, ENH_NBLOCKS_TOT); } } else if (iLBCdec_inst->mode==30) { /* Enhancer with 80 samples delay */ for (iblock = 0; iblock<3; iblock++) { enhancer(out+iblock*ENH_BLOCKL, enh_buf, ENH_BUFL, (4+iblock)*ENH_BLOCKL, ENH_ALPHA0, enh_period, enh_plocsTbl, ENH_NBLOCKS_TOT); } } return (lag*2); } A.17 filter.h /****************************************************************** iLBC Speech Coder ANSI-C Source Code filter.h Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ #ifndef __iLBC_FILTER_H #define __iLBC_FILTER_H void AllPoleFilter( float *InOut, /* (i/o) on entrance InOut[-orderCoef] to InOut[-1] contain the state of the filter (delayed samples). InOut[0] to InOut[lengthInOut-1] contain the filter input, on en exit InOut[-orderCoef] to InOut[-1] is unchanged and InOut[0] to InOut[lengthInOut-1] contain filtered samples */ float *Coef,/* (i) filter coefficients, Coef[0] is assumed to be 1.0 */ int lengthInOut,/* (i) number of input/output samples */ int orderCoef /* (i) number of filter coefficients */ ); Andersen et. al. Experimental - Expires November 29th, 2004 113 Internet Low Bit Rate Codec May 04 void AllZeroFilter( float *In, /* (i) In[0] to In[lengthInOut-1] contain filter input samples */ float *Coef,/* (i) filter coefficients (Coef[0] is assumed to be 1.0) */ int lengthInOut,/* (i) number of input/output samples */ int orderCoef, /* (i) number of filter coefficients */ float *Out /* (i/o) on entrance Out[-orderCoef] to Out[-1] contain the filter state, on exit Out[0] to Out[lengthInOut-1] contain filtered samples */ ); void ZeroPoleFilter( float *In, /* (i) In[0] to In[lengthInOut-1] contain filter input samples In[-orderCoef] to In[-1] contain state of all-zero section */ float *ZeroCoef,/* (i) filter coefficients for all-zero section (ZeroCoef[0] is assumed to be 1.0) */ float *PoleCoef,/* (i) filter coefficients for all-pole section (ZeroCoef[0] is assumed to be 1.0) */ int lengthInOut,/* (i) number of input/output samples */ int orderCoef, /* (i) number of filter coefficients */ float *Out /* (i/o) on entrance Out[-orderCoef] to Out[-1] contain state of all-pole section. On exit Out[0] to Out[lengthInOut-1] contain filtered samples */ ); void DownSample ( float *In, /* (i) input samples */ float *Coef, /* (i) filter coefficients */ int lengthIn, /* (i) number of input samples */ float *state, /* (i) filter state */ float *Out /* (o) downsampled output */ ); #endif A.18 filter.c /****************************************************************** iLBC Speech Coder ANSI-C Source Code filter.c Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ Andersen et. al. Experimental - Expires November 29th, 2004 114 Internet Low Bit Rate Codec May 04 #include "iLBC_define.h" /*----------------------------------------------------------------* * all-pole filter *---------------------------------------------------------------*/ void AllPoleFilter( float *InOut, /* (i/o) on entrance InOut[-orderCoef] to InOut[-1] contain the state of the filter (delayed samples). InOut[0] to InOut[lengthInOut-1] contain the filter input, on en exit InOut[-orderCoef] to InOut[-1] is unchanged and InOut[0] to InOut[lengthInOut-1] contain filtered samples */ float *Coef,/* (i) filter coefficients, Coef[0] is assumed to be 1.0 */ int lengthInOut,/* (i) number of input/output samples */ int orderCoef /* (i) number of filter coefficients */ ){ int n,k; for(n=0;nnsub-1; n++) { pp=residual+n*SUBL; for (l=0; l<5; l++) { fssqEn[n] += sampEn_win[l] * (*pp) * (*pp); bssqEn[n] += (*pp) * (*pp); pp++; } for (l=5; lnsub-1; pp=residual+n*SUBL; for (l=0; lmode==20) l=1; else l=0; max_ssqEn=(fssqEn[0]+bssqEn[1])*ssqEn_win[l]; max_ssqEn_n=1; for (n=2; nnsub; n++) { l++; Andersen et. al. Experimental - Expires November 29th, 2004 119 Internet Low Bit Rate Codec May 04 if ((fssqEn[n-1]+bssqEn[n])*ssqEn_win[l] > max_ssqEn) { max_ssqEn=(fssqEn[n-1]+bssqEn[n]) * ssqEn_win[l]; max_ssqEn_n=n; } } return max_ssqEn_n; } A.21 gainquant.h /****************************************************************** iLBC Speech Coder ANSI-C Source Code gainquant.h Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ #ifndef __iLBC_GAINQUANT_H #define __iLBC_GAINQUANT_H float gainquant(/* (o) quantized gain value */ float in, /* (i) gain value */ float maxIn,/* (i) maximum of gain value */ int cblen, /* (i) number of quantization indices */ int *index /* (o) quantization index */ ); float gaindequant( /* (o) quantized gain value */ int index, /* (i) quantization index */ float maxIn,/* (i) maximum of unquantized gain */ int cblen /* (i) number of quantization indices */ ); #endif A.22 gainquant.c /****************************************************************** iLBC Speech Coder ANSI-C Source Code gainquant.c Copyright (C) The Internet Society (2004). All Rights Reserved. Andersen et. al. Experimental - Expires November 29th, 2004 120 Internet Low Bit Rate Codec May 04 ******************************************************************/ #include #include #include "constants.h" #include "filter.h" /*----------------------------------------------------------------* * quantizer for the gain in the gain-shape coding of residual *---------------------------------------------------------------*/ float gainquant(/* (o) quantized gain value */ float in, /* (i) gain value */ float maxIn,/* (i) maximum of gain value */ int cblen, /* (i) number of quantization indices */ int *index /* (o) quantization index */ ){ int i, tindex; float minmeasure,measure, *cb, scale; /* ensure a lower bound on the scaling factor */ scale=maxIn; if (scale<0.1) { scale=(float)0.1; } /* select the quantization table */ if (cblen == 8) { cb = gain_sq3Tbl; } else if (cblen == 16) { cb = gain_sq4Tbl; } else { cb = gain_sq5Tbl; } /* select the best index in the quantization table */ minmeasure=10000000.0; tindex=0; for (i=0; i /*----------------------------------------------------------------* * Construct codebook vector for given index. *---------------------------------------------------------------*/ void getCBvec( float *cbvec, /* (o) Constructed codebook vector */ float *mem, /* (i) Codebook buffer */ int index, /* (i) Codebook index */ int lMem, /* (i) Length of codebook buffer */ int cbveclen/* (i) Codebook vector length */ ){ int j, k, n, memInd, sFilt; float tmpbuf[CB_MEML]; int base_size; int ilow, ihigh; float alfa, alfa1; /* Determine size of codebook sections */ base_size=lMem-cbveclen+1; if (cbveclen==SUBL) { base_size+=cbveclen/2; } /* No filter -> First codebook section */ Andersen et. al. Experimental - Expires November 29th, 2004 123 Internet Low Bit Rate Codec May 04 if (index #include "iLBC_define.h" #include "constants.h" /*----------------------------------------------------------------* * calculation of auto correlation *---------------------------------------------------------------*/ void autocorr( float *r, /* (o) autocorrelation vector */ const float *x, /* (i) data vector */ int N, /* (i) length of data vector */ int order /* largest lag for calculated autocorrelations */ ){ int lag, n; float sum; for (lag = 0; lag <= order; lag++) { sum = 0; for (n = 0; n < N - lag; n++) { sum += x[n] * x[n+lag]; } r[lag] = sum; } } Andersen et. al. Experimental - Expires November 29th, 2004 128 Internet Low Bit Rate Codec May 04 /*----------------------------------------------------------------* * window multiplication *---------------------------------------------------------------*/ void window( float *z, /* (o) the windowed data */ const float *x, /* (i) the original data vector */ const float *y, /* (i) the window */ int N /* (i) length of all vectors */ ){ int i; for (i = 0; i < N; i++) { z[i] = x[i] * y[i]; } } /*----------------------------------------------------------------* * levinson-durbin solution for lpc coefficients *---------------------------------------------------------------*/ void levdurb( float *a, /* (o) lpc coefficient vector starting with 1.0 */ float *k, /* (o) reflection coefficients */ float *r, /* (i) autocorrelation vector */ int order /* (i) order of lpc filter */ ){ float sum, alpha; int m, m_h, i; a[0] = 1.0; if (r[0] < EPS) { /* if r[0] <= 0, set LPC coeff. to zero */ for (i = 0; i < order; i++) { k[i] = 0; a[i+1] = 0; } } else { a[1] = k[0] = -r[1]/r[0]; alpha = r[0] + r[1] * k[0]; for (m = 1; m < order; m++){ sum = r[m + 1]; for (i = 0; i < m; i++){ sum += a[i+1] * r[m - i]; } k[m] = -sum / alpha; alpha += k[m] * sum; m_h = (m + 1) >> 1; for (i = 0; i < m_h; i++){ sum = a[i+1] + k[m] * a[m - i]; a[m - i] += k[m] * a[i+1]; a[i+1] = sum; Andersen et. al. Experimental - Expires November 29th, 2004 129 Internet Low Bit Rate Codec May 04 } a[m+1] = k[m]; } } } /*----------------------------------------------------------------* * interpolation between vectors *---------------------------------------------------------------*/ void interpolate( float *out, /* (o) the interpolated vector */ float *in1, /* (i) the first vector for the interpolation */ float *in2, /* (i) the second vector for the interpolation */ float coef, /* (i) interpolation weights */ int length /* (i) length of all vectors */ ){ int i; float invcoef; invcoef = (float)1.0 - coef; for (i = 0; i < length; i++) { out[i] = coef * in1[i] + invcoef * in2[i]; } } /*----------------------------------------------------------------* * lpc bandwidth expansion *---------------------------------------------------------------*/ void bwexpand( float *out, /* (o) the bandwidth expanded lpc coefficients */ float *in, /* (i) the lpc coefficients before bandwidth expansion */ float coef, /* (i) the bandwidth expansion factor */ int length /* (i) the length of lpc coefficient vectors */ ){ int i; float chirp; chirp = coef; out[0] = in[0]; for (i = 1; i < length; i++) { out[i] = chirp * in[i]; chirp *= coef; } } /*----------------------------------------------------------------* * vector quantization Andersen et. al. Experimental - Expires November 29th, 2004 130 Internet Low Bit Rate Codec May 04 *---------------------------------------------------------------*/ void vq( float *Xq, /* (o) the quantized vector */ int *index, /* (o) the quantization index */ const float *CB,/* (i) the vector quantization codebook */ float *X, /* (i) the vector to quantize */ int n_cb, /* (i) the number of vectors in the codebook */ int dim /* (i) the dimension of all vectors */ ){ int i, j; int pos, minindex; float dist, tmp, mindist; pos = 0; mindist = FLOAT_MAX; minindex = 0; for (j = 0; j < n_cb; j++) { dist = X[0] - CB[pos]; dist *= dist; for (i = 1; i < dim; i++) { tmp = X[i] - CB[pos + i]; dist += tmp*tmp; } if (dist < mindist) { mindist = dist; minindex = j; } pos += dim; } for (i = 0; i < dim; i++) { Xq[i] = CB[minindex*dim + i]; } *index = minindex; } /*----------------------------------------------------------------* * split vector quantization *---------------------------------------------------------------*/ void SplitVQ( float *qX, /* (o) the quantized vector */ int *index, /* (o) a vector of indexes for all vector codebooks in the split */ float *X, /* (i) the vector to quantize */ const float *CB,/* (i) the quantizer codebook */ int nsplit, /* the number of vector splits */ const int *dim, /* the dimension of X and qX */ const int *cbsize /* the number of vectors in the codebook */ ){ int cb_pos, X_pos, i; cb_pos = 0; Andersen et. al. Experimental - Expires November 29th, 2004 131 Internet Low Bit Rate Codec May 04 X_pos= 0; for (i = 0; i < nsplit; i++) { vq(qX + X_pos, index + i, CB + cb_pos, X + X_pos, cbsize[i], dim[i]); X_pos += dim[i]; cb_pos += dim[i] * cbsize[i]; } } /*----------------------------------------------------------------* * scalar quantization *---------------------------------------------------------------*/ void sort_sq( float *xq, /* (o) the quantized value */ int *index, /* (o) the quantization index */ float x, /* (i) the value to quantize */ const float *cb,/* (i) the quantization codebook */ int cb_size /* (i) the size of the quantization codebook */ ){ int i; if (x <= cb[0]) { *index = 0; *xq = cb[0]; } else { i = 0; while ((x > cb[i]) && i < cb_size - 1) { i++; } if (x > ((cb[i] + cb[i - 1])/2)) { *index = i; *xq = cb[i]; } else { *index = i - 1; *xq = cb[i - 1]; } } } /*----------------------------------------------------------------* * check for stability of lsf coefficients *---------------------------------------------------------------*/ int LSF_check( /* (o) 1 for stable lsf vectors and 0 for nonstable ones */ float *lsf, /* (i) a table of lsf vectors */ int dim, /* (i) the dimension of each lsf vector */ int NoAn /* (i) the number of lsf vectors in the table */ ){ int k,n,m, Nit=2, change=0,pos; float tmp; Andersen et. al. Experimental - Expires November 29th, 2004 132 Internet Low Bit Rate Codec May 04 static float eps=(float)0.039; /* 50 Hz */ static float eps2=(float)0.0195; static float maxlsf=(float)3.14; /* 4000 Hz */ static float minlsf=(float)0.01; /* 0 Hz */ /* LSF separation check*/ for (n=0; nmaxlsf) { lsf[pos]=maxlsf; change=1; } } } } return change; } A.27 hpInput.h /****************************************************************** iLBC Speech Coder ANSI-C Source Code hpInput.h Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ Andersen et. al. Experimental - Expires November 29th, 2004 133 Internet Low Bit Rate Codec May 04 #ifndef __iLBC_HPINPUT_H #define __iLBC_HPINPUT_H void hpInput( float *In, /* (i) vector to filter */ int len, /* (i) length of vector to filter */ float *Out, /* (o) the resulting filtered vector */ float *mem /* (i/o) the filter state */ ); #endif A.28 hpInput.c /****************************************************************** iLBC Speech Coder ANSI-C Source Code hpInput.c Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ #include "constants.h" /*----------------------------------------------------------------* * Input high-pass filter *---------------------------------------------------------------*/ void hpInput( float *In, /* (i) vector to filter */ int len, /* (i) length of vector to filter */ float *Out, /* (o) the resulting filtered vector */ float *mem /* (i/o) the filter state */ ){ int i; float *pi, *po; /* all-zero section*/ pi = &In[0]; po = &Out[0]; for (i=0; i #include "iLBC_define.h" #include "gainquant.h" #include "getCBvec.h" /*----------------------------------------------------------------* * Convert the codebook indexes to make the search easier *---------------------------------------------------------------*/ Andersen et. al. Experimental - Expires November 29th, 2004 137 Internet Low Bit Rate Codec May 04 void index_conv_enc( int *index /* (i/o) Codebook indexes */ ){ int k; for (k=1; k=108)&&(index[k]<172)) { index[k]-=64; } else if (index[k]>=236) { index[k]-=128; } else { /* ERROR */ } } } void index_conv_dec( int *index /* (i/o) Codebook indexes */ ){ int k; for (k=1; k=44)&&(index[k]<108)) { index[k]+=64; } else if ((index[k]>=108)&&(index[k]<128)) { index[k]+=128; } else { /* ERROR */ } } } /*----------------------------------------------------------------* * Construct decoded vector from codebook and gains. *---------------------------------------------------------------*/ void iCBConstruct( float *decvector, /* (o) Decoded vector */ int *index, /* (i) Codebook indices */ int *gain_index,/* (i) Gain quantization indices */ float *mem, /* (i) Buffer for codevector construction */ int lMem, /* (i) Length of buffer */ int veclen, /* (i) Length of vector */ int nStages /* (i) Number of codebook stages */ ){ int j,k; float gain[CB_NSTAGES]; float cbvec[SUBL]; /* gain de-quantization */ gain[0] = gaindequant(gain_index[0], 1.0, 32); Andersen et. al. Experimental - Expires November 29th, 2004 138 Internet Low Bit Rate Codec May 04 if (nStages > 1) { gain[1] = gaindequant(gain_index[1], (float)fabs(gain[0]), 16); } if (nStages > 2) { gain[2] = gaindequant(gain_index[2], (float)fabs(gain[1]), 8); } /* codebook vector construction and construction of total vector */ getCBvec(cbvec, mem, index[0], lMem, veclen); for (j=0;j 1) { for (k=1; k #include #include "iLBC_define.h" #include "gainquant.h" #include "createCB.h" #include "filter.h" #include "constants.h" /*----------------------------------------------------------------* * Search routine for codebook encoding and gain quantization. *---------------------------------------------------------------*/ void iCBSearch( iLBC_Enc_Inst_t *iLBCenc_inst, /* (i) the encoder state structure */ int *index, /* (o) Codebook indices */ int *gain_index,/* (o) Gain quantization indices */ float *intarget,/* (i) Target vector for encoding */ float *mem, /* (i) Buffer for codebook construction */ int lMem, /* (i) Length of buffer */ int lTarget, /* (i) Length of vector */ int nStages, /* (i) Number of codebook stages */ float *weightDenum, /* (i) weighting filter coefficients */ float *weightState, /* (i) weighting filter state */ int block /* (i) the sub-block number */ ){ int i, j, icount, stage, best_index, range, counter; float max_measure, gain, measure, crossDot, ftmp; float gains[CB_NSTAGES]; float target[SUBL]; int base_index, sInd, eInd, base_size; int sIndAug=0, eIndAug=0; float buf[CB_MEML+SUBL+2*LPC_FILTERORDER]; Andersen et. al. Experimental - Expires November 29th, 2004 140 Internet Low Bit Rate Codec May 04 float invenergy[CB_EXPAND*128], energy[CB_EXPAND*128]; float *pp, *ppi=0, *ppo=0, *ppe=0; float cbvectors[CB_MEML]; float tene, cene, cvec[SUBL]; float aug_vec[SUBL]; memset(cvec,0,SUBL*sizeof(float)); /* Determine size of codebook sections */ base_size=lMem-lTarget+1; if (lTarget==SUBL) { base_size=lMem-lTarget+1+lTarget/2; } /* setup buffer for weighting */ memcpy(buf,weightState,sizeof(float)*LPC_FILTERORDER); memcpy(buf+LPC_FILTERORDER,mem,lMem*sizeof(float)); memcpy(buf+LPC_FILTERORDER+lMem,intarget,lTarget*sizeof(float)); /* weighting */ AllPoleFilter(buf+LPC_FILTERORDER, weightDenum, lMem+lTarget, LPC_FILTERORDER); /* Construct the codebook and target needed */ memcpy(target, buf+LPC_FILTERORDER+lMem, lTarget*sizeof(float)); tene=0.0; for (i=0; i0.0) { invenergy[0] = (float) 1.0 / (*ppe + EPS); } else { invenergy[0] = (float) 0.0; } ppe++; measure=(float)-10000000.0; if (crossDot > 0.0) { measure = crossDot*crossDot*invenergy[0]; } } else { measure = crossDot*crossDot*invenergy[0]; } /* check if measure is better */ ftmp = crossDot*invenergy[0]; if ((measure>max_measure) && (fabs(ftmp)0.0) { invenergy[icount] = (float)1.0/(energy[icount]+EPS); } else { invenergy[icount] = (float) 0.0; } measure=(float)-10000000.0; if (crossDot > 0.0) { measure = crossDot*crossDot*invenergy[icount]; } } else { measure = crossDot*crossDot*invenergy[icount]; } /* check if measure is better */ ftmp = crossDot*invenergy[icount]; if ((measure>max_measure) && (fabs(ftmp) range) { sInd -= (eInd-range); eInd = range; } } else { /* base_index >= (base_size-20) */ if (sInd < (base_size-20)) { sIndAug = 20; sInd = 0; eInd = 0; eIndAug = 19 + CB_RESRANGE; if(eIndAug > 39) { eInd = eIndAug-39; eIndAug = 39; } } else { sIndAug = 20 + sInd - (base_size-20); eIndAug = 39; Andersen et. al. Experimental - Expires November 29th, 2004 144 Internet Low Bit Rate Codec May 04 sInd = 0; eInd = CB_RESRANGE - (eIndAug-sIndAug+1); } } } else { /* lTarget = 22 or 23 */ if (sInd < 0) { eInd -= sInd; sInd = 0; } if(eInd > range) { sInd -= (eInd - range); eInd = range; } } } /* search of higher codebook section */ /* index search range */ counter = sInd; sInd += base_size; eInd += base_size; if (stage==0) { ppe = energy+base_size; *ppe=0.0; pp=cbvectors+lMem-lTarget; for (j=0; j0.0) { invenergy[icount] =(float)1.0/(energy[icount]+EPS); } else { invenergy[icount] =(float)0.0; } if (stage==0) { measure=(float)-10000000.0; if (crossDot > 0.0) { measure = crossDot*crossDot* invenergy[icount]; } } else { measure = crossDot*crossDot*invenergy[icount]; } /* check if measure is better */ ftmp = crossDot*invenergy[icount]; if ((measure>max_measure) && (fabs(ftmp)CB_MAXGAIN) { gain = (float)CB_MAXGAIN; } gain = gainquant(gain, 1.0, 32, &gain_index[stage]); } else { if (stage==1) { gain = gainquant(gain, (float)fabs(gains[stage-1]), 16, &gain_index[stage]); } else { gain = gainquant(gain, (float)fabs(gains[stage-1]), 8, &gain_index[stage]); } } /* Extract the best (according to measure) codebook vector */ if (lTarget==(STATE_LEN-iLBCenc_inst->state_short_len)) { if (index[stage] #include #include "helpfun.h" #include "lsf.h" #include "iLBC_define.h" #include "constants.h" /*---------------------------------------------------------------* * interpolation of lsf coefficients for the decoder *--------------------------------------------------------------*/ void LSFinterpolate2a_dec( float *a, /* (o) lpc coefficients for a sub-frame */ float *lsf1, /* (i) first lsf coefficient vector */ Andersen et. al. Experimental - Expires November 29th, 2004 149 Internet Low Bit Rate Codec May 04 float *lsf2, /* (i) second lsf coefficient vector */ float coef, /* (i) interpolation weight */ int length /* (i) length of lsf vectors */ ){ float lsftmp[LPC_FILTERORDER]; interpolate(lsftmp, lsf1, lsf2, coef, length); lsf2a(a, lsftmp); } /*---------------------------------------------------------------* * obtain dequantized lsf coefficients from quantization index *--------------------------------------------------------------*/ void SimplelsfDEQ( float *lsfdeq, /* (o) dequantized lsf coefficients */ int *index, /* (i) quantization index */ int lpc_n /* (i) number of LPCs */ ){ int i, j, pos, cb_pos; /* decode first LSF */ pos = 0; cb_pos = 0; for (i = 0; i < LSF_NSPLIT; i++) { for (j = 0; j < dim_lsfCbTbl[i]; j++) { lsfdeq[pos + j] = lsfCbTbl[cb_pos + (long)(index[i])*dim_lsfCbTbl[i] + j]; } pos += dim_lsfCbTbl[i]; cb_pos += size_lsfCbTbl[i]*dim_lsfCbTbl[i]; } if (lpc_n>1) { /* decode last LSF */ pos = 0; cb_pos = 0; for (i = 0; i < LSF_NSPLIT; i++) { for (j = 0; j < dim_lsfCbTbl[i]; j++) { lsfdeq[LPC_FILTERORDER + pos + j] = lsfCbTbl[cb_pos + (long)(index[LSF_NSPLIT + i])* dim_lsfCbTbl[i] + j]; } pos += dim_lsfCbTbl[i]; cb_pos += size_lsfCbTbl[i]*dim_lsfCbTbl[i]; } } } /*----------------------------------------------------------------* Andersen et. al. Experimental - Expires November 29th, 2004 150 Internet Low Bit Rate Codec May 04 * obtain synthesis and weighting filters form lsf coefficients *---------------------------------------------------------------*/ void DecoderInterpolateLSF( float *syntdenum, /* (o) synthesis filter coefficients */ float *weightdenum, /* (o) weighting denumerator coefficients */ float *lsfdeq, /* (i) dequantized lsf coefficients */ int length, /* (i) length of lsf coefficient vector */ iLBC_Dec_Inst_t *iLBCdec_inst /* (i) the decoder state structure */ ){ int i, pos, lp_length; float lp[LPC_FILTERORDER + 1], *lsfdeq2; lsfdeq2 = lsfdeq + length; lp_length = length + 1; if (iLBCdec_inst->mode==30) { /* sub-frame 1: Interpolation between old and first */ LSFinterpolate2a_dec(lp, iLBCdec_inst->lsfdeqold, lsfdeq, lsf_weightTbl_30ms[0], length); memcpy(syntdenum,lp,lp_length*sizeof(float)); bwexpand(weightdenum, lp, LPC_CHIRP_WEIGHTDENUM, lp_length); /* sub-frames 2 to 6: interpolation between first and last LSF */ pos = lp_length; for (i = 1; i < 6; i++) { LSFinterpolate2a_dec(lp, lsfdeq, lsfdeq2, lsf_weightTbl_30ms[i], length); memcpy(syntdenum + pos,lp,lp_length*sizeof(float)); bwexpand(weightdenum + pos, lp, LPC_CHIRP_WEIGHTDENUM, lp_length); pos += lp_length; } } else { pos = 0; for (i = 0; i < iLBCdec_inst->nsub; i++) { LSFinterpolate2a_dec(lp, iLBCdec_inst->lsfdeqold, lsfdeq, lsf_weightTbl_20ms[i], length); memcpy(syntdenum+pos,lp,lp_length*sizeof(float)); bwexpand(weightdenum+pos, lp, LPC_CHIRP_WEIGHTDENUM, lp_length); pos += lp_length; } } /* update memory */ Andersen et. al. Experimental - Expires November 29th, 2004 151 Internet Low Bit Rate Codec May 04 if (iLBCdec_inst->mode==30) memcpy(iLBCdec_inst->lsfdeqold, lsfdeq2, length*sizeof(float)); else memcpy(iLBCdec_inst->lsfdeqold, lsfdeq, length*sizeof(float)); } A.37 LPCencode.h /****************************************************************** iLBC Speech Coder ANSI-C Source Code LPCencode.h Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ #ifndef __iLBC_LPCENCOD_H #define __iLBC_LPCENCOD_H void LPCencode( float *syntdenum, /* (i/o) synthesis filter coefficients before/after encoding */ float *weightdenum, /* (i/o) weighting denumerator coefficients before/after encoding */ int *lsf_index, /* (o) lsf quantization index */ float *data, /* (i) lsf coefficients to quantize */ iLBC_Enc_Inst_t *iLBCenc_inst /* (i/o) the encoder state structure */ ); #endif A.38 LPCencode.c /****************************************************************** iLBC Speech Coder ANSI-C Source Code LPCencode.c Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ #include Andersen et. al. Experimental - Expires November 29th, 2004 152 Internet Low Bit Rate Codec May 04 #include "iLBC_define.h" #include "helpfun.h" #include "lsf.h" #include "constants.h" /*----------------------------------------------------------------* * lpc analysis (subrutine to LPCencode) *---------------------------------------------------------------*/ void SimpleAnalysis( float *lsf, /* (o) lsf coefficients */ float *data, /* (i) new data vector */ iLBC_Enc_Inst_t *iLBCenc_inst /* (i/o) the encoder state structure */ ){ int k, is; float temp[BLOCKL_MAX], lp[LPC_FILTERORDER + 1]; float lp2[LPC_FILTERORDER + 1]; float r[LPC_FILTERORDER + 1]; is=LPC_LOOKBACK+BLOCKL_MAX-iLBCenc_inst->blockl; memcpy(iLBCenc_inst->lpc_buffer+is,data, iLBCenc_inst->blockl*sizeof(float)); /* No lookahead, last window is asymmetric */ for (k = 0; k < iLBCenc_inst->lpc_n; k++) { is = LPC_LOOKBACK; if (k < (iLBCenc_inst->lpc_n - 1)) { window(temp, lpc_winTbl, iLBCenc_inst->lpc_buffer, BLOCKL_MAX); } else { window(temp, lpc_asymwinTbl, iLBCenc_inst->lpc_buffer + is, BLOCKL_MAX); } autocorr(r, temp, BLOCKL_MAX, LPC_FILTERORDER); window(r, r, lpc_lagwinTbl, LPC_FILTERORDER + 1); levdurb(lp, temp, r, LPC_FILTERORDER); bwexpand(lp2, lp, LPC_CHIRP_SYNTDENUM, LPC_FILTERORDER+1); a2lsf(lsf + k*LPC_FILTERORDER, lp2); } is=LPC_LOOKBACK+BLOCKL_MAX-iLBCenc_inst->blockl; memmove(iLBCenc_inst->lpc_buffer, iLBCenc_inst->lpc_buffer+LPC_LOOKBACK+BLOCKL_MAX-is, is*sizeof(float)); } /*----------------------------------------------------------------* Andersen et. al. Experimental - Expires November 29th, 2004 153 Internet Low Bit Rate Codec May 04 * lsf interpolator and conversion from lsf to a coefficients * (subrutine to SimpleInterpolateLSF) *---------------------------------------------------------------*/ void LSFinterpolate2a_enc( float *a, /* (o) lpc coefficients */ float *lsf1,/* (i) first set of lsf coefficients */ float *lsf2,/* (i) second set of lsf coefficients */ float coef, /* (i) weighting coefficient to use between lsf1 and lsf2 */ long length /* (i) length of coefficient vectors */ ){ float lsftmp[LPC_FILTERORDER]; interpolate(lsftmp, lsf1, lsf2, coef, length); lsf2a(a, lsftmp); } /*----------------------------------------------------------------* * lsf interpolator (subrutine to LPCencode) *---------------------------------------------------------------*/ void SimpleInterpolateLSF( float *syntdenum, /* (o) the synthesis filter denominator resulting from the quantized interpolated lsf */ float *weightdenum, /* (o) the weighting filter denominator resulting from the unquantized interpolated lsf */ float *lsf, /* (i) the unquantized lsf coefficients */ float *lsfdeq, /* (i) the dequantized lsf coefficients */ float *lsfold, /* (i) the unquantized lsf coefficients of the previous signal frame */ float *lsfdeqold, /* (i) the dequantized lsf coefficients of the previous signal frame */ int length, /* (i) should equate LPC_FILTERORDER */ iLBC_Enc_Inst_t *iLBCenc_inst /* (i/o) the encoder state structure */ ){ int i, pos, lp_length; float lp[LPC_FILTERORDER + 1], *lsf2, *lsfdeq2; lsf2 = lsf + length; lsfdeq2 = lsfdeq + length; lp_length = length + 1; if (iLBCenc_inst->mode==30) { /* sub-frame 1: Interpolation between old and first set of lsf coefficients */ LSFinterpolate2a_enc(lp, lsfdeqold, lsfdeq, lsf_weightTbl_30ms[0], length); memcpy(syntdenum,lp,lp_length*sizeof(float)); LSFinterpolate2a_enc(lp, lsfold, lsf, Andersen et. al. Experimental - Expires November 29th, 2004 154 Internet Low Bit Rate Codec May 04 lsf_weightTbl_30ms[0], length); bwexpand(weightdenum, lp, LPC_CHIRP_WEIGHTDENUM, lp_length); /* sub-frame 2 to 6: Interpolation between first and second set of lsf coefficients */ pos = lp_length; for (i = 1; i < iLBCenc_inst->nsub; i++) { LSFinterpolate2a_enc(lp, lsfdeq, lsfdeq2, lsf_weightTbl_30ms[i], length); memcpy(syntdenum + pos,lp,lp_length*sizeof(float)); LSFinterpolate2a_enc(lp, lsf, lsf2, lsf_weightTbl_30ms[i], length); bwexpand(weightdenum + pos, lp, LPC_CHIRP_WEIGHTDENUM, lp_length); pos += lp_length; } } else { pos = 0; for (i = 0; i < iLBCenc_inst->nsub; i++) { LSFinterpolate2a_enc(lp, lsfdeqold, lsfdeq, lsf_weightTbl_20ms[i], length); memcpy(syntdenum+pos,lp,lp_length*sizeof(float)); LSFinterpolate2a_enc(lp, lsfold, lsf, lsf_weightTbl_20ms[i], length); bwexpand(weightdenum+pos, lp, LPC_CHIRP_WEIGHTDENUM, lp_length); pos += lp_length; } } /* update memory */ if (iLBCenc_inst->mode==30) { memcpy(lsfold, lsf2, length*sizeof(float)); memcpy(lsfdeqold, lsfdeq2, length*sizeof(float)); } else { memcpy(lsfold, lsf, length*sizeof(float)); memcpy(lsfdeqold, lsfdeq, length*sizeof(float)); } } /*----------------------------------------------------------------* * lsf quantizer (subrutine to LPCencode) *---------------------------------------------------------------*/ void SimplelsfQ( float *lsfdeq, /* (o) dequantized lsf coefficients (dimension FILTERORDER) */ int *index, /* (o) quantization index */ float *lsf, /* (i) the lsf coefficient vector to be Andersen et. al. Experimental - Expires November 29th, 2004 155 Internet Low Bit Rate Codec May 04 quantized (dimension FILTERORDER ) */ int lpc_n /* (i) number of lsf sets to quantize */ ){ /* Quantize first LSF with memoryless split VQ */ SplitVQ(lsfdeq, index, lsf, lsfCbTbl, LSF_NSPLIT, dim_lsfCbTbl, size_lsfCbTbl); if (lpc_n==2) { /* Quantize second LSF with memoryless split VQ */ SplitVQ(lsfdeq + LPC_FILTERORDER, index + LSF_NSPLIT, lsf + LPC_FILTERORDER, lsfCbTbl, LSF_NSPLIT, dim_lsfCbTbl, size_lsfCbTbl); } } /*----------------------------------------------------------------* * lpc encoder *---------------------------------------------------------------*/ void LPCencode( float *syntdenum, /* (i/o) synthesis filter coefficients before/after encoding */ float *weightdenum, /* (i/o) weighting denumerator coefficients before/after encoding */ int *lsf_index, /* (o) lsf quantization index */ float *data, /* (i) lsf coefficients to quantize */ iLBC_Enc_Inst_t *iLBCenc_inst /* (i/o) the encoder state structure */ ){ float lsf[LPC_FILTERORDER * LPC_N_MAX]; float lsfdeq[LPC_FILTERORDER * LPC_N_MAX]; int change=0; SimpleAnalysis(lsf, data, iLBCenc_inst); SimplelsfQ(lsfdeq, lsf_index, lsf, iLBCenc_inst->lpc_n); change=LSF_check(lsfdeq, LPC_FILTERORDER, iLBCenc_inst->lpc_n); SimpleInterpolateLSF(syntdenum, weightdenum, lsf, lsfdeq, iLBCenc_inst->lsfold, iLBCenc_inst->lsfdeqold, LPC_FILTERORDER, iLBCenc_inst); } A.39 lsf.h /****************************************************************** iLBC Speech Coder ANSI-C Source Code lsf.h Copyright (C) The Internet Society (2004). All Rights Reserved. Andersen et. al. Experimental - Expires November 29th, 2004 156 Internet Low Bit Rate Codec May 04 ******************************************************************/ #ifndef __iLBC_LSF_H #define __iLBC_LSF_H void a2lsf( float *freq,/* (o) lsf coefficients */ float *a /* (i) lpc coefficients */ ); void lsf2a( float *a_coef, /* (o) lpc coefficients */ float *freq /* (i) lsf coefficients */ ); #endif A.40 lsf.c /****************************************************************** iLBC Speech Coder ANSI-C Source Code lsf.c Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ #include #include #include "iLBC_define.h" /*----------------------------------------------------------------* * conversion from lpc coefficients to lsf coefficients *---------------------------------------------------------------*/ void a2lsf( float *freq,/* (o) lsf coefficients */ float *a /* (i) lpc coefficients */ ){ float steps[LSF_NUMBER_OF_STEPS] = {(float)0.00635, (float)0.003175, (float)0.0015875, (float)0.00079375}; float step; int step_idx; int lsp_index; float p[LPC_HALFORDER]; float q[LPC_HALFORDER]; float p_pre[LPC_HALFORDER]; Andersen et. al. Experimental - Expires November 29th, 2004 157 Internet Low Bit Rate Codec May 04 float q_pre[LPC_HALFORDER]; float old_p, old_q, *old; float *pq_coef; float omega, old_omega; int i; float hlp, hlp1, hlp2, hlp3, hlp4, hlp5; for (i=0; i= 0.5)){ if (step_idx == (LSF_NUMBER_OF_STEPS - 1)){ if (fabs(hlp5) >= fabs(*old)) { freq[lsp_index] = omega - step; } else { freq[lsp_index] = omega; } if ((*old) >= 0.0){ *old = (float)-1.0 * FLOAT_MAX; } else { *old = FLOAT_MAX; } omega = old_omega; step_idx = 0; step_idx = LSF_NUMBER_OF_STEPS; } else { if (step_idx == 0) { old_omega = omega; } step_idx++; omega -= steps[step_idx]; /* Go back one grid step */ step = steps[step_idx]; } } else { /* increment omega until they are of different sign, and we know there is at least one root between omega and old_omega */ *old = hlp5; omega += step; } Andersen et. al. Experimental - Expires November 29th, 2004 159 Internet Low Bit Rate Codec May 04 } } for (i = 0; i= 0.5)){ if (freq[0] <= 0.0) { freq[0] = (float)0.022; } if (freq[LPC_FILTERORDER - 1] >= 0.5) { freq[LPC_FILTERORDER - 1] = (float)0.499; } hlp = (freq[LPC_FILTERORDER - 1] - freq[0]) / (float) (LPC_FILTERORDER - 1); for (i=1; i #include #include "iLBC_define.h" #include "constants.h" #include "helpfun.h" #include "string.h" /*----------------------------------------------------------------* * splitting an integer into first most significant bits and * remaining least significant bits *---------------------------------------------------------------*/ void packsplit( int *index, /* (i) the value to split */ int *firstpart, /* (o) the value specified by most significant bits */ int *rest, /* (o) the value specified by least significant bits */ int bitno_firstpart, /* (i) number of bits in most significant part */ int bitno_total /* (i) number of bits in full range of value */ ){ int bitno_rest = bitno_total-bitno_firstpart; Andersen et. al. Experimental - Expires November 29th, 2004 163 Internet Low Bit Rate Codec May 04 *firstpart = *index>>(bitno_rest); *rest = *index-(*firstpart<<(bitno_rest)); } /*----------------------------------------------------------------* * combining a value corresponding to msb's with a value * corresponding to lsb's *---------------------------------------------------------------*/ void packcombine( int *index, /* (i/o) the msb value in the combined value out */ int rest, /* (i) the lsb value */ int bitno_rest /* (i) the number of bits in the lsb part */ ){ *index = *index<0) { /* Jump to the next byte if end of this byte is reached*/ if (*pos==8) { *pos=0; (*bitstream)++; **bitstream=0; } Andersen et. al. Experimental - Expires November 29th, 2004 164 Internet Low Bit Rate Codec May 04 posLeft=8-(*pos); /* Insert index into the bitstream */ if (bitno <= posLeft) { **bitstream |= (unsigned char)(index<<(posLeft-bitno)); *pos+=bitno; bitno=0; } else { **bitstream |= (unsigned char)(index>>(bitno-posLeft)); *pos=8; index-=((index>>(bitno-posLeft))<<(bitno-posLeft)); bitno-=posLeft; } } } /*----------------------------------------------------------------* * unpacking of bits from bitstream, i.e., vector of bytes *---------------------------------------------------------------*/ void unpack( unsigned char **bitstream, /* (i/o) on entrance pointer to place in bitstream to unpack new data from, on exit pointer to place in bitstream to unpack future data from */ int *index, /* (o) resulting value */ int bitno, /* (i) number of bits used to represent the value */ int *pos /* (i/o) read position in the current byte */ ){ int BitsLeft; *index=0; while (bitno>0) { /* move forward in bitstream when the end of the byte is reached */ if (*pos==8) { *pos=0; (*bitstream)++; } BitsLeft=8-(*pos); /* Extract bits to index */ Andersen et. al. Experimental - Expires November 29th, 2004 165 Internet Low Bit Rate Codec May 04 if (BitsLeft>=bitno) { *index+=((((**bitstream)<<(*pos)) & 0xFF)>>(8-bitno)); *pos+=bitno; bitno=0; } else { if ((8-bitno)>0) { *index+=((((**bitstream)<<(*pos)) & 0xFF)>> (8-bitno)); *pos=8; } else { *index+=(((int)(((**bitstream)<<(*pos)) & 0xFF))<< (bitno-8)); *pos=8; } bitno-=BitsLeft; } } } A.43 StateConstructW.h /****************************************************************** iLBC Speech Coder ANSI-C Source Code StateConstructW.h Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ #ifndef __iLBC_STATECONSTRUCTW_H #define __iLBC_STATECONSTRUCTW_H void StateConstructW( int idxForMax, /* (i) 6-bit index for the quantization of max amplitude */ int *idxVec, /* (i) vector of quantization indexes */ float *syntDenum, /* (i) synthesis filter denumerator */ float *out, /* (o) the decoded state vector */ int len /* (i) length of a state vector */ ); #endif A.44 StateConstructW.c /****************************************************************** Andersen et. al. Experimental - Expires November 29th, 2004 166 Internet Low Bit Rate Codec May 04 iLBC Speech Coder ANSI-C Source Code StateConstructW.c Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ #include #include #include "iLBC_define.h" #include "constants.h" #include "filter.h" /*----------------------------------------------------------------* * decoding of the start state *---------------------------------------------------------------*/ void StateConstructW( int idxForMax, /* (i) 6-bit index for the quantization of max amplitude */ int *idxVec, /* (i) vector of quantization indexes */ float *syntDenum, /* (i) synthesis filter denumerator */ float *out, /* (o) the decoded state vector */ int len /* (i) length of a state vector */ ){ float maxVal, tmpbuf[LPC_FILTERORDER+2*STATE_LEN], *tmp, numerator[LPC_FILTERORDER+1]; float foutbuf[LPC_FILTERORDER+2*STATE_LEN], *fout; int k,tmpi; /* decoding of the maximum value */ maxVal = state_frgqTbl[idxForMax]; maxVal = (float)pow(10,maxVal)/(float)4.5; /* initialization of buffers and coefficients */ memset(tmpbuf, 0, LPC_FILTERORDER*sizeof(float)); memset(foutbuf, 0, LPC_FILTERORDER*sizeof(float)); for (k=0; k #include #include "iLBC_define.h" #include "constants.h" #include "filter.h" #include "helpfun.h" /*----------------------------------------------------------------* * predictive noise shaping encoding of scaled start state * (subrutine for StateSearchW) *---------------------------------------------------------------*/ void AbsQuantW( iLBC_Enc_Inst_t *iLBCenc_inst, /* (i) Encoder instance */ float *in, /* (i) vector to encode */ float *syntDenum, /* (i) denominator of synthesis filter */ float *weightDenum, /* (i) denominator of weighting filter */ int *out, /* (o) vector of quantizer indexes */ int len, /* (i) length of vector to encode and vector of quantizer indexes */ int state_first /* (i) position of start state in the 80 vec */ ){ float *syntOut; float syntOutBuf[LPC_FILTERORDER+STATE_SHORT_LEN_30MS]; float toQ, xq; int n; int index; /* initialization of buffer for filtering */ memset(syntOutBuf, 0, LPC_FILTERORDER*sizeof(float)); Andersen et. al. Experimental - Expires November 29th, 2004 169 Internet Low Bit Rate Codec May 04 /* initialization of pointer for filtering */ syntOut = &syntOutBuf[LPC_FILTERORDER]; /* synthesis and weighting filters on input */ if (state_first) { AllPoleFilter (in, weightDenum, SUBL, LPC_FILTERORDER); } else { AllPoleFilter (in, weightDenum, iLBCenc_inst->state_short_len-SUBL, LPC_FILTERORDER); } /* encoding loop */ for (n=0; nstate_short_len-SUBL))) { syntDenum += (LPC_FILTERORDER+1); weightDenum += (LPC_FILTERORDER+1); /* synthesis and weighting filters on input */ AllPoleFilter (&in[n], weightDenum, len-n, LPC_FILTERORDER); } /* prediction of synthesized and weighted input */ syntOut[n] = 0.0; AllPoleFilter (&syntOut[n], weightDenum, 1, LPC_FILTERORDER); /* quantization */ toQ = in[n]-syntOut[n]; sort_sq(&xq, &index, toQ, state_sq3Tbl, 8); out[n]=index; syntOut[n] = state_sq3Tbl[out[n]]; /* update of the prediction filter */ Andersen et. al. Experimental - Expires November 29th, 2004 170 Internet Low Bit Rate Codec May 04 AllPoleFilter(&syntOut[n], weightDenum, 1, LPC_FILTERORDER); } } /*----------------------------------------------------------------* * encoding of start state *---------------------------------------------------------------*/ void StateSearchW( iLBC_Enc_Inst_t *iLBCenc_inst, /* (i) Encoder instance */ float *residual,/* (i) target residual vector */ float *syntDenum, /* (i) lpc synthesis filter */ float *weightDenum, /* (i) weighting filter denuminator */ int *idxForMax, /* (o) quantizer index for maximum amplitude */ int *idxVec, /* (o) vector of quantization indexes */ int len, /* (i) length of all vectors */ int state_first /* (i) position of start state in the 80 vec */ ){ float dtmp, maxVal; float tmpbuf[LPC_FILTERORDER+2*STATE_SHORT_LEN_30MS]; float *tmp, numerator[1+LPC_FILTERORDER]; float foutbuf[LPC_FILTERORDER+2*STATE_SHORT_LEN_30MS], *fout; int k; float qmax, scal; /* initialization of buffers and filter coefficients */ memset(tmpbuf, 0, LPC_FILTERORDER*sizeof(float)); memset(foutbuf, 0, LPC_FILTERORDER*sizeof(float)); for (k=0; k maxVal*maxVal){ maxVal = fout[k]; } } maxVal=(float)fabs(maxVal); /* encoding of the maximum amplitude value */ if (maxVal < 10.0) { maxVal = 10.0; } maxVal = (float)log10(maxVal); sort_sq(&dtmp, idxForMax, maxVal, state_frgqTbl, 64); /* decoding of the maximum amplitude representation value, and corresponding scaling of start state */ maxVal=state_frgqTbl[*idxForMax]; qmax = (float)pow(10,maxVal); scal = (float)(4.5)/qmax; for (k=0; k #include #include "iLBC_define.h" #include "constants.h" #include "filter.h" /*----------------------------------------------------------------* * Find index in array such that the array element with said * index is the element of said array closest to "value" * according to the squared-error criterion *---------------------------------------------------------------*/ void NearestNeighbor( int *index, /* (o) index of array element closest to value */ float *array, /* (i) data array */ float value,/* (i) value */ int arlength/* (i) dimension of data array */ ){ int i; float bestcrit,crit; crit=array[0]-value; bestcrit=crit*crit; *index=0; for (i=1; i dim1 ) { hfl2=(int) (dim1/2); for (j=0; j= idatal) { searchSegEndPos=idatal-ENH_BLOCKL-1; } corrdim=searchSegEndPos-searchSegStartPos+1; /* compute upsampled correlation (corr33) and find location of max */ mycorr1(corrVec,idata+searchSegStartPos, corrdim+ENH_BLOCKL-1,idata+centerStartPos,ENH_BLOCKL); enh_upsample(corrVecUps,corrVec,corrdim,ENH_FL0); tloc=0; maxv=corrVecUps[0]; for (i=1; imaxv) { tloc=i; maxv=corrVecUps[i]; } } /* make vector can be upsampled without ever running outside bounds */ *updStartPos= (float)searchSegStartPos + (float)tloc/(float)ENH_UPS0+(float)1.0; tloc2=(int)(tloc/ENH_UPS0); if (tloc>tloc2*ENH_UPS0) { tloc2++; } st=searchSegStartPos+tloc2-ENH_FL0; if (st<0) { memset(vect,0,-st*sizeof(float)); memcpy(&vect[-st],idata, (ENH_VECTL+st)*sizeof(float)); } else { en=st+ENH_VECTL; if (en>idatal) { memcpy(vect, &idata[st], (ENH_VECTL-(en-idatal))*sizeof(float)); memset(&vect[ENH_VECTL-(en-idatal)], 0, (en-idatal)*sizeof(float)); } else { memcpy(vect, &idata[st], ENH_VECTL*sizeof(float)); } } fraction=tloc2*ENH_UPS0-tloc; /* compute the segment (this is actually a convolution) */ mycorr1(seg,vect,ENH_VECTL,polyphaserTbl+(2*ENH_FL0+1)*fraction, 2*ENH_FL0+1); } /*----------------------------------------------------------------* * find the smoothed output data *---------------------------------------------------------------*/ void smath( float *odata, /* (o) smoothed output */ float *sseq,/* (i) said second sequence of waveforms */ int hl, /* (i) 2*hl+1 is sseq dimension */ float alpha0/* (i) max smoothing energy fraction */ ){ int i,k; float w00,w10,w11,A,B,C,*psseq,err,errs; float surround[BLOCKL_MAX]; /* shape contributed by other than current */ float wt[2*ENH_HL+1]; /* waveform weighting to get surround shape */ float denom; /* create shape of contribution from all waveforms except the current one */ for (i=1; i<=2*hl+1; i++) { wt[i-1] = (float)0.5*(1 - (float)cos(2*PI*i/(2*hl+2))); } wt[hl]=0.0; /* for clarity, not used */ for (i=0; i alpha0 * w00) { if ( w00 < 1) { w00=1; } denom = (w11*w00-w10*w10)/(w00*w00); if (denom > 0.0001) { /* eliminates numerical problems for if smooth */ A = (float)sqrt( (alpha0- alpha0*alpha0/4)/denom); B = -alpha0/2 - A * w10/w00; B = B+1; } else { /* essentially no difference between cycles; smoothing not needed */ A= 0.0; B= 1.0; } /* create smoothed sequence */ psseq=sseq+hl*ENH_BLOCKL; for (i=0; i=0; q--) { blockStartPos[q]=blockStartPos[q+1]-period[lagBlock[q+1]]; NearestNeighbor(lagBlock+q,plocs, blockStartPos[q]+ ENH_BLOCKL_HALF-period[lagBlock[q+1]], periodl); if (blockStartPos[q]-ENH_OVERHANG>=0) { refiner(sseq+q*ENH_BLOCKL, blockStartPos+q, idata, idatal, centerStartPos, blockStartPos[q], period[lagBlock[q+1]]); } else { psseq=sseq+q*ENH_BLOCKL; memset(psseq, 0, ENH_BLOCKL*sizeof(float)); } } /* future */ for (i=0; i 0.0) { return (float)(ftmp1*ftmp1/ftmp2); } else { return (float)0.0; } } /*----------------------------------------------------------------* * interface for enhancer *---------------------------------------------------------------*/ int enhancerInterface( float *out, /* (o) enhanced signal */ float *in, /* (i) unenhanced signal */ iLBC_Dec_Inst_t *iLBCdec_inst /* (i) buffers etc */ ){ float *enh_buf, *enh_period; int iblock, isample; int lag=0, ilag, i, ioffset; float cc, maxcc; float ftmp1, ftmp2; float *inPtr, *enh_bufPtr1, *enh_bufPtr2; float plc_pred[ENH_BLOCKL]; float lpState[6], downsampled[(ENH_NBLOCKS*ENH_BLOCKL+120)/2]; int inLen=ENH_NBLOCKS*ENH_BLOCKL+120; int start, plc_blockl, inlag; enh_buf=iLBCdec_inst->enh_buf; enh_period=iLBCdec_inst->enh_period; memmove(enh_buf, &enh_buf[iLBCdec_inst->blockl], (ENH_BUFL-iLBCdec_inst->blockl)*sizeof(float)); memcpy(&enh_buf[ENH_BUFL-iLBCdec_inst->blockl], in, iLBCdec_inst->blockl*sizeof(float)); if (iLBCdec_inst->mode==30) plc_blockl=ENH_BLOCKL; else plc_blockl=40; /* when 20 ms frame, move processing one block */ ioffset=0; if (iLBCdec_inst->mode==20) ioffset=1; i=3-ioffset; memmove(enh_period, &enh_period[i], (ENH_NBLOCKS_TOT-i)*sizeof(float)); /* Set state information to the 6 samples right before the samples to be downsampled. */ memcpy(lpState, enh_buf+(ENH_NBLOCKS_EXTRA+ioffset)*ENH_BLOCKL-126, 6*sizeof(float)); /* Down sample a factor 2 to save computations */ DownSample(enh_buf+(ENH_NBLOCKS_EXTRA+ioffset)*ENH_BLOCKL-120, lpFilt_coefsTbl, inLen-ioffset*ENH_BLOCKL, lpState, downsampled); /* Estimate the pitch in the down sampled domain. */ for (iblock = 0; iblock maxcc) { maxcc = cc; lag = ilag; } } /* Store the estimated lag in the non-downsampled domain */ enh_period[iblock+ENH_NBLOCKS_EXTRA+ioffset] = (float)lag*2; } /* PLC was performed on the previous packet */ if (iLBCdec_inst->prev_enh_pl==1) { inlag=(int)enh_period[ENH_NBLOCKS_EXTRA+ioffset]; lag = inlag-1; maxcc = xCorrCoef(in, in+lag, plc_blockl); for (ilag=inlag; ilag<=inlag+1; ilag++) { cc = xCorrCoef(in, in+ilag, plc_blockl); if (cc > maxcc) { maxcc = cc; lag = ilag; } } enh_period[ENH_NBLOCKS_EXTRA+ioffset-1]=(float)lag; /* compute new concealed residual for the old lookahead, mix the forward PLC with a backward PLC from the new frame */ inPtr=&in[lag-1]; enh_bufPtr1=&plc_pred[plc_blockl-1]; if (lag>plc_blockl) { start=plc_blockl; } else { start=lag; } for (isample = start; isample>0; isample--) { *enh_bufPtr1-- = *inPtr--; } enh_bufPtr2=&enh_buf[ENH_BUFL-1-iLBCdec_inst->blockl]; for (isample = (plc_blockl-1-lag); isample>=0; isample--) { *enh_bufPtr1-- = *enh_bufPtr2--; } /* limit energy change */ ftmp2=0.0; ftmp1=0.0; for (i=0;iblockl-i]* enh_buf[ENH_BUFL-1-iLBCdec_inst->blockl-i]; ftmp1+=plc_pred[i]*plc_pred[i]; } ftmp1=(float)sqrt(ftmp1/(float)plc_blockl); ftmp2=(float)sqrt(ftmp2/(float)plc_blockl); if (ftmp1>(float)2.0*ftmp2 && ftmp1>0.0) { for (i=0;iblockl]; for (i=0; imode==20) { /* Enhancer with 40 samples delay */ for (iblock = 0; iblock<2; iblock++) { enhancer(out+iblock*ENH_BLOCKL, enh_buf, ENH_BUFL, (5+iblock)*ENH_BLOCKL+40, ENH_ALPHA0, enh_period, enh_plocsTbl, ENH_NBLOCKS_TOT); } } else if (iLBCdec_inst->mode==30) { /* Enhancer with 80 samples delay */ for (iblock = 0; iblock<3; iblock++) { enhancer(out+iblock*ENH_BLOCKL, enh_buf, ENH_BUFL, (4+iblock)*ENH_BLOCKL, ENH_ALPHA0, enh_period, enh_plocsTbl, ENH_NBLOCKS_TOT); } } return (lag*2); } openh323_v1_18_0/plugins/audio/iLBC/iLBC/enhancer.h0100644000176200056700000000154010124277303021667 0ustar releasepostincr /****************************************************************** iLBC Speech Coder ANSI-C Source Code enhancer.h Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ #ifndef __ENHANCER_H #define __ENHANCER_H #include "iLBC_define.h" float xCorrCoef( float *target, /* (i) first array */ float *regressor, /* (i) second array */ int subl /* (i) dimension arrays */ ); int enhancerInterface( float *out, /* (o) the enhanced recidual signal */ float *in, /* (i) the recidual signal to enhance */ iLBC_Dec_Inst_t *iLBCdec_inst /* (i/o) the decoder state structure */ ); #endif openh323_v1_18_0/plugins/audio/iLBC/iLBC/extract-cfile.awk0100644000176200056700000000070710124277427023204 0ustar releasepostincrBEGIN { srcname = "nothing"; } { if (/^A\.[0-9][0-9]* [a-zA-Z][a-zA-Z_0-9]*\.[ch]/) { if (srcname != "nothing") close(srcname); srcname = $2; printf("creating source file %s\n", srcname); }else if (srcname != "nothing") { if (/Andersen et\. al\./ || /Internet Low Bit Rate Codec *May 04/) printf("skipping %s\n", $0); else print $0 >> srcname; } } END { printf("ending file %s\n", srcname); close(srcname); } openh323_v1_18_0/plugins/audio/iLBC/iLBC/filter.c0100644000176200056700000001325610124277303021373 0ustar releasepostincr /****************************************************************** iLBC Speech Coder ANSI-C Source Code filter.c Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ #include "iLBC_define.h" /*----------------------------------------------------------------* * all-pole filter *---------------------------------------------------------------*/ void AllPoleFilter( float *InOut, /* (i/o) on entrance InOut[-orderCoef] to InOut[-1] contain the state of the filter (delayed samples). InOut[0] to InOut[lengthInOut-1] contain the filter input, on en exit InOut[-orderCoef] to InOut[-1] is unchanged and InOut[0] to InOut[lengthInOut-1] contain filtered samples */ float *Coef,/* (i) filter coefficients, Coef[0] is assumed to be 1.0 */ int lengthInOut,/* (i) number of input/output samples */ int orderCoef /* (i) number of filter coefficients */ ){ int n,k; for(n=0;n #include #include "constants.h" #include "filter.h" /*----------------------------------------------------------------* * quantizer for the gain in the gain-shape coding of residual *---------------------------------------------------------------*/ float gainquant(/* (o) quantized gain value */ float in, /* (i) gain value */ float maxIn,/* (i) maximum of gain value */ int cblen, /* (i) number of quantization indices */ int *index /* (o) quantization index */ ){ int i, tindex; float minmeasure,measure, *cb, scale; /* ensure a lower bound on the scaling factor */ scale=maxIn; if (scale<0.1) { scale=(float)0.1; } /* select the quantization table */ if (cblen == 8) { cb = gain_sq3Tbl; } else if (cblen == 16) { cb = gain_sq4Tbl; } else { cb = gain_sq5Tbl; } /* select the best index in the quantization table */ minmeasure=10000000.0; tindex=0; for (i=0; i /*----------------------------------------------------------------* * Construct codebook vector for given index. *---------------------------------------------------------------*/ void getCBvec( float *cbvec, /* (o) Constructed codebook vector */ float *mem, /* (i) Codebook buffer */ int index, /* (i) Codebook index */ int lMem, /* (i) Length of codebook buffer */ int cbveclen/* (i) Codebook vector length */ ){ int j, k, n, memInd, sFilt; float tmpbuf[CB_MEML]; int base_size; int ilow, ihigh; float alfa, alfa1; /* Determine size of codebook sections */ base_size=lMem-cbveclen+1; if (cbveclen==SUBL) { base_size+=cbveclen/2; } /* No filter -> First codebook section */ if (index #include "iLBC_define.h" #include "constants.h" /*----------------------------------------------------------------* * calculation of auto correlation *---------------------------------------------------------------*/ void autocorr( float *r, /* (o) autocorrelation vector */ const float *x, /* (i) data vector */ int N, /* (i) length of data vector */ int order /* largest lag for calculated autocorrelations */ ){ int lag, n; float sum; for (lag = 0; lag <= order; lag++) { sum = 0; for (n = 0; n < N - lag; n++) { sum += x[n] * x[n+lag]; } r[lag] = sum; } } /*----------------------------------------------------------------* * window multiplication *---------------------------------------------------------------*/ void window( float *z, /* (o) the windowed data */ const float *x, /* (i) the original data vector */ const float *y, /* (i) the window */ int N /* (i) length of all vectors */ ){ int i; for (i = 0; i < N; i++) { z[i] = x[i] * y[i]; } } /*----------------------------------------------------------------* * levinson-durbin solution for lpc coefficients *---------------------------------------------------------------*/ void levdurb( float *a, /* (o) lpc coefficient vector starting with 1.0 */ float *k, /* (o) reflection coefficients */ float *r, /* (i) autocorrelation vector */ int order /* (i) order of lpc filter */ ){ float sum, alpha; int m, m_h, i; a[0] = 1.0; if (r[0] < EPS) { /* if r[0] <= 0, set LPC coeff. to zero */ for (i = 0; i < order; i++) { k[i] = 0; a[i+1] = 0; } } else { a[1] = k[0] = -r[1]/r[0]; alpha = r[0] + r[1] * k[0]; for (m = 1; m < order; m++){ sum = r[m + 1]; for (i = 0; i < m; i++){ sum += a[i+1] * r[m - i]; } k[m] = -sum / alpha; alpha += k[m] * sum; m_h = (m + 1) >> 1; for (i = 0; i < m_h; i++){ sum = a[i+1] + k[m] * a[m - i]; a[m - i] += k[m] * a[i+1]; a[i+1] = sum; } a[m+1] = k[m]; } } } /*----------------------------------------------------------------* * interpolation between vectors *---------------------------------------------------------------*/ void interpolate( float *out, /* (o) the interpolated vector */ float *in1, /* (i) the first vector for the interpolation */ float *in2, /* (i) the second vector for the interpolation */ float coef, /* (i) interpolation weights */ int length /* (i) length of all vectors */ ){ int i; float invcoef; invcoef = (float)1.0 - coef; for (i = 0; i < length; i++) { out[i] = coef * in1[i] + invcoef * in2[i]; } } /*----------------------------------------------------------------* * lpc bandwidth expansion *---------------------------------------------------------------*/ void bwexpand( float *out, /* (o) the bandwidth expanded lpc coefficients */ float *in, /* (i) the lpc coefficients before bandwidth expansion */ float coef, /* (i) the bandwidth expansion factor */ int length /* (i) the length of lpc coefficient vectors */ ){ int i; float chirp; chirp = coef; out[0] = in[0]; for (i = 1; i < length; i++) { out[i] = chirp * in[i]; chirp *= coef; } } /*----------------------------------------------------------------* * vector quantization *---------------------------------------------------------------*/ void vq( float *Xq, /* (o) the quantized vector */ int *index, /* (o) the quantization index */ const float *CB,/* (i) the vector quantization codebook */ float *X, /* (i) the vector to quantize */ int n_cb, /* (i) the number of vectors in the codebook */ int dim /* (i) the dimension of all vectors */ ){ int i, j; int pos, minindex; float dist, tmp, mindist; pos = 0; mindist = FLOAT_MAX; minindex = 0; for (j = 0; j < n_cb; j++) { dist = X[0] - CB[pos]; dist *= dist; for (i = 1; i < dim; i++) { tmp = X[i] - CB[pos + i]; dist += tmp*tmp; } if (dist < mindist) { mindist = dist; minindex = j; } pos += dim; } for (i = 0; i < dim; i++) { Xq[i] = CB[minindex*dim + i]; } *index = minindex; } /*----------------------------------------------------------------* * split vector quantization *---------------------------------------------------------------*/ void SplitVQ( float *qX, /* (o) the quantized vector */ int *index, /* (o) a vector of indexes for all vector codebooks in the split */ float *X, /* (i) the vector to quantize */ const float *CB,/* (i) the quantizer codebook */ int nsplit, /* the number of vector splits */ const int *dim, /* the dimension of X and qX */ const int *cbsize /* the number of vectors in the codebook */ ){ int cb_pos, X_pos, i; cb_pos = 0; X_pos= 0; for (i = 0; i < nsplit; i++) { vq(qX + X_pos, index + i, CB + cb_pos, X + X_pos, cbsize[i], dim[i]); X_pos += dim[i]; cb_pos += dim[i] * cbsize[i]; } } /*----------------------------------------------------------------* * scalar quantization *---------------------------------------------------------------*/ void sort_sq( float *xq, /* (o) the quantized value */ int *index, /* (o) the quantization index */ float x, /* (i) the value to quantize */ const float *cb,/* (i) the quantization codebook */ int cb_size /* (i) the size of the quantization codebook */ ){ int i; if (x <= cb[0]) { *index = 0; *xq = cb[0]; } else { i = 0; while ((x > cb[i]) && i < cb_size - 1) { i++; } if (x > ((cb[i] + cb[i - 1])/2)) { *index = i; *xq = cb[i]; } else { *index = i - 1; *xq = cb[i - 1]; } } } /*----------------------------------------------------------------* * check for stability of lsf coefficients *---------------------------------------------------------------*/ int LSF_check( /* (o) 1 for stable lsf vectors and 0 for nonstable ones */ float *lsf, /* (i) a table of lsf vectors */ int dim, /* (i) the dimension of each lsf vector */ int NoAn /* (i) the number of lsf vectors in the table */ ){ int k,n,m, Nit=2, change=0,pos; float tmp; static float eps=(float)0.039; /* 50 Hz */ static float eps2=(float)0.0195; static float maxlsf=(float)3.14; /* 4000 Hz */ static float minlsf=(float)0.01; /* 0 Hz */ /* LSF separation check*/ for (n=0; nmaxlsf) { lsf[pos]=maxlsf; change=1; } } } } return change; } openh323_v1_18_0/plugins/audio/iLBC/iLBC/helpfun.h0100644000176200056700000000676510124277304021564 0ustar releasepostincr /****************************************************************** iLBC Speech Coder ANSI-C Source Code helpfun.h Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ #ifndef __iLBC_HELPFUN_H #define __iLBC_HELPFUN_H void autocorr( float *r, /* (o) autocorrelation vector */ const float *x, /* (i) data vector */ int N, /* (i) length of data vector */ int order /* largest lag for calculated autocorrelations */ ); void window( float *z, /* (o) the windowed data */ const float *x, /* (i) the original data vector */ const float *y, /* (i) the window */ int N /* (i) length of all vectors */ ); void levdurb( float *a, /* (o) lpc coefficient vector starting with 1.0 */ float *k, /* (o) reflection coefficients */ float *r, /* (i) autocorrelation vector */ int order /* (i) order of lpc filter */ ); void interpolate( float *out, /* (o) the interpolated vector */ float *in1, /* (i) the first vector for the interpolation */ float *in2, /* (i) the second vector for the interpolation */ float coef, /* (i) interpolation weights */ int length /* (i) length of all vectors */ ); void bwexpand( float *out, /* (o) the bandwidth expanded lpc coefficients */ float *in, /* (i) the lpc coefficients before bandwidth expansion */ float coef, /* (i) the bandwidth expansion factor */ int length /* (i) the length of lpc coefficient vectors */ ); void vq( float *Xq, /* (o) the quantized vector */ int *index, /* (o) the quantization index */ const float *CB,/* (i) the vector quantization codebook */ float *X, /* (i) the vector to quantize */ int n_cb, /* (i) the number of vectors in the codebook */ int dim /* (i) the dimension of all vectors */ ); void SplitVQ( float *qX, /* (o) the quantized vector */ int *index, /* (o) a vector of indexes for all vector codebooks in the split */ float *X, /* (i) the vector to quantize */ const float *CB,/* (i) the quantizer codebook */ int nsplit, /* the number of vector splits */ const int *dim, /* the dimension of X and qX */ const int *cbsize /* the number of vectors in the codebook */ ); void sort_sq( float *xq, /* (o) the quantized value */ int *index, /* (o) the quantization index */ float x, /* (i) the value to quantize */ const float *cb,/* (i) the quantization codebook */ int cb_size /* (i) the size of the quantization codebook */ ); int LSF_check( /* (o) 1 for stable lsf vectors and 0 for nonstable ones */ float *lsf, /* (i) a table of lsf vectors */ int dim, /* (i) the dimension of each lsf vector */ int NoAn /* (i) the number of lsf vectors in the table */ ); #endif openh323_v1_18_0/plugins/audio/iLBC/iLBC/hpInput.c0100644000176200056700000000266210124277304021535 0ustar releasepostincr /****************************************************************** iLBC Speech Coder ANSI-C Source Code hpInput.c Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ #include "constants.h" /*----------------------------------------------------------------* * Input high-pass filter *---------------------------------------------------------------*/ void hpInput( float *In, /* (i) vector to filter */ int len, /* (i) length of vector to filter */ float *Out, /* (o) the resulting filtered vector */ float *mem /* (i/o) the filter state */ ){ int i; float *pi, *po; /* all-zero section*/ pi = &In[0]; po = &Out[0]; for (i=0; i #include "iLBC_define.h" #include "gainquant.h" #include "getCBvec.h" /*----------------------------------------------------------------* * Convert the codebook indexes to make the search easier *---------------------------------------------------------------*/ void index_conv_enc( int *index /* (i/o) Codebook indexes */ ){ int k; for (k=1; k=108)&&(index[k]<172)) { index[k]-=64; } else if (index[k]>=236) { index[k]-=128; } else { /* ERROR */ } } } void index_conv_dec( int *index /* (i/o) Codebook indexes */ ){ int k; for (k=1; k=44)&&(index[k]<108)) { index[k]+=64; } else if ((index[k]>=108)&&(index[k]<128)) { index[k]+=128; } else { /* ERROR */ } } } /*----------------------------------------------------------------* * Construct decoded vector from codebook and gains. *---------------------------------------------------------------*/ void iCBConstruct( float *decvector, /* (o) Decoded vector */ int *index, /* (i) Codebook indices */ int *gain_index,/* (i) Gain quantization indices */ float *mem, /* (i) Buffer for codevector construction */ int lMem, /* (i) Length of buffer */ int veclen, /* (i) Length of vector */ int nStages /* (i) Number of codebook stages */ ){ int j,k; float gain[CB_NSTAGES]; float cbvec[SUBL]; /* gain de-quantization */ gain[0] = gaindequant(gain_index[0], 1.0, 32); if (nStages > 1) { gain[1] = gaindequant(gain_index[1], (float)fabs(gain[0]), 16); } if (nStages > 2) { gain[2] = gaindequant(gain_index[2], (float)fabs(gain[1]), 8); } /* codebook vector construction and construction of total vector */ getCBvec(cbvec, mem, index[0], lMem, veclen); for (j=0;j 1) { for (k=1; k #include #include "iLBC_define.h" #include "gainquant.h" #include "createCB.h" #include "filter.h" #include "constants.h" /*----------------------------------------------------------------* * Search routine for codebook encoding and gain quantization. *---------------------------------------------------------------*/ void iCBSearch( iLBC_Enc_Inst_t *iLBCenc_inst, /* (i) the encoder state structure */ int *index, /* (o) Codebook indices */ int *gain_index,/* (o) Gain quantization indices */ float *intarget,/* (i) Target vector for encoding */ float *mem, /* (i) Buffer for codebook construction */ int lMem, /* (i) Length of buffer */ int lTarget, /* (i) Length of vector */ int nStages, /* (i) Number of codebook stages */ float *weightDenum, /* (i) weighting filter coefficients */ float *weightState, /* (i) weighting filter state */ int block /* (i) the sub-block number */ ){ int i, j, icount, stage, best_index, range, counter; float max_measure, gain, measure, crossDot, ftmp; float gains[CB_NSTAGES]; float target[SUBL]; int base_index, sInd, eInd, base_size; int sIndAug=0, eIndAug=0; float buf[CB_MEML+SUBL+2*LPC_FILTERORDER]; float invenergy[CB_EXPAND*128], energy[CB_EXPAND*128]; float *pp, *ppi=0, *ppo=0, *ppe=0; float cbvectors[CB_MEML]; float tene, cene, cvec[SUBL]; float aug_vec[SUBL]; memset(cvec,0,SUBL*sizeof(float)); /* Determine size of codebook sections */ base_size=lMem-lTarget+1; if (lTarget==SUBL) { base_size=lMem-lTarget+1+lTarget/2; } /* setup buffer for weighting */ memcpy(buf,weightState,sizeof(float)*LPC_FILTERORDER); memcpy(buf+LPC_FILTERORDER,mem,lMem*sizeof(float)); memcpy(buf+LPC_FILTERORDER+lMem,intarget,lTarget*sizeof(float)); /* weighting */ AllPoleFilter(buf+LPC_FILTERORDER, weightDenum, lMem+lTarget, LPC_FILTERORDER); /* Construct the codebook and target needed */ memcpy(target, buf+LPC_FILTERORDER+lMem, lTarget*sizeof(float)); tene=0.0; for (i=0; i0.0) { invenergy[0] = (float) 1.0 / (*ppe + EPS); } else { invenergy[0] = (float) 0.0; } ppe++; measure=(float)-10000000.0; if (crossDot > 0.0) { measure = crossDot*crossDot*invenergy[0]; } } else { measure = crossDot*crossDot*invenergy[0]; } /* check if measure is better */ ftmp = crossDot*invenergy[0]; if ((measure>max_measure) && (fabs(ftmp)0.0) { invenergy[icount] = (float)1.0/(energy[icount]+EPS); } else { invenergy[icount] = (float) 0.0; } measure=(float)-10000000.0; if (crossDot > 0.0) { measure = crossDot*crossDot*invenergy[icount]; } } else { measure = crossDot*crossDot*invenergy[icount]; } /* check if measure is better */ ftmp = crossDot*invenergy[icount]; if ((measure>max_measure) && (fabs(ftmp) range) { sInd -= (eInd-range); eInd = range; } } else { /* base_index >= (base_size-20) */ if (sInd < (base_size-20)) { sIndAug = 20; sInd = 0; eInd = 0; eIndAug = 19 + CB_RESRANGE; if(eIndAug > 39) { eInd = eIndAug-39; eIndAug = 39; } } else { sIndAug = 20 + sInd - (base_size-20); eIndAug = 39; sInd = 0; eInd = CB_RESRANGE - (eIndAug-sIndAug+1); } } } else { /* lTarget = 22 or 23 */ if (sInd < 0) { eInd -= sInd; sInd = 0; } if(eInd > range) { sInd -= (eInd - range); eInd = range; } } } /* search of higher codebook section */ /* index search range */ counter = sInd; sInd += base_size; eInd += base_size; if (stage==0) { ppe = energy+base_size; *ppe=0.0; pp=cbvectors+lMem-lTarget; for (j=0; j0.0) { invenergy[icount] =(float)1.0/(energy[icount]+EPS); } else { invenergy[icount] =(float)0.0; } if (stage==0) { measure=(float)-10000000.0; if (crossDot > 0.0) { measure = crossDot*crossDot* invenergy[icount]; } } else { measure = crossDot*crossDot*invenergy[icount]; } /* check if measure is better */ ftmp = crossDot*invenergy[icount]; if ((measure>max_measure) && (fabs(ftmp)CB_MAXGAIN) { gain = (float)CB_MAXGAIN; } gain = gainquant(gain, 1.0, 32, &gain_index[stage]); } else { if (stage==1) { gain = gainquant(gain, (float)fabs(gains[stage-1]), 16, &gain_index[stage]); } else { gain = gainquant(gain, (float)fabs(gains[stage-1]), 8, &gain_index[stage]); } } /* Extract the best (according to measure) codebook vector */ if (lTarget==(STATE_LEN-iLBCenc_inst->state_short_len)) { if (index[stage] #include #include "iLBC_define.h" #include "StateConstructW.h" #include "LPCdecode.h" #include "iCBConstruct.h" #include "doCPLC.h" #include "helpfun.h" #include "constants.h" #include "packing.h" #include "string.h" #include "enhancer.h" #include "hpOutput.h" #include "syntFilter.h" /*----------------------------------------------------------------* * Initiation of decoder instance. *---------------------------------------------------------------*/ short initDecode( /* (o) Number of decoded samples */ iLBC_Dec_Inst_t *iLBCdec_inst, /* (i/o) Decoder instance */ int mode, /* (i) frame size mode */ int use_enhancer /* (i) 1 to use enhancer 0 to run without enhancer */ ){ int i; iLBCdec_inst->mode = mode; if (mode==30) { iLBCdec_inst->blockl = BLOCKL_30MS; iLBCdec_inst->nsub = NSUB_30MS; iLBCdec_inst->nasub = NASUB_30MS; iLBCdec_inst->lpc_n = LPC_N_30MS; iLBCdec_inst->no_of_bytes = NO_OF_BYTES_30MS; iLBCdec_inst->no_of_words = NO_OF_WORDS_30MS; iLBCdec_inst->state_short_len=STATE_SHORT_LEN_30MS; /* ULP init */ iLBCdec_inst->ULP_inst=&ULP_30msTbl; } else if (mode==20) { iLBCdec_inst->blockl = BLOCKL_20MS; iLBCdec_inst->nsub = NSUB_20MS; iLBCdec_inst->nasub = NASUB_20MS; iLBCdec_inst->lpc_n = LPC_N_20MS; iLBCdec_inst->no_of_bytes = NO_OF_BYTES_20MS; iLBCdec_inst->no_of_words = NO_OF_WORDS_20MS; iLBCdec_inst->state_short_len=STATE_SHORT_LEN_20MS; /* ULP init */ iLBCdec_inst->ULP_inst=&ULP_20msTbl; } else { exit(2); } memset(iLBCdec_inst->syntMem, 0, LPC_FILTERORDER*sizeof(float)); memcpy((*iLBCdec_inst).lsfdeqold, lsfmeanTbl, LPC_FILTERORDER*sizeof(float)); memset(iLBCdec_inst->old_syntdenum, 0, ((LPC_FILTERORDER + 1)*NSUB_MAX)*sizeof(float)); for (i=0; iold_syntdenum[i*(LPC_FILTERORDER+1)]=1.0; iLBCdec_inst->last_lag = 20; iLBCdec_inst->prevLag = 120; iLBCdec_inst->per = 0.0; iLBCdec_inst->consPLICount = 0; iLBCdec_inst->prevPLI = 0; iLBCdec_inst->prevLpc[0] = 1.0; memset(iLBCdec_inst->prevLpc+1,0, LPC_FILTERORDER*sizeof(float)); memset(iLBCdec_inst->prevResidual, 0, BLOCKL_MAX*sizeof(float)); iLBCdec_inst->seed=777; memset(iLBCdec_inst->hpomem, 0, 4*sizeof(float)); iLBCdec_inst->use_enhancer = use_enhancer; memset(iLBCdec_inst->enh_buf, 0, ENH_BUFL*sizeof(float)); for (i=0;ienh_period[i]=(float)40.0; iLBCdec_inst->prev_enh_pl = 0; return (iLBCdec_inst->blockl); } /*----------------------------------------------------------------* * frame residual decoder function (subrutine to iLBC_decode) *---------------------------------------------------------------*/ void Decode( iLBC_Dec_Inst_t *iLBCdec_inst, /* (i/o) the decoder state structure */ float *decresidual, /* (o) decoded residual frame */ int start, /* (i) location of start state */ int idxForMax, /* (i) codebook index for the maximum value */ int *idxVec, /* (i) codebook indexes for the samples in the start state */ float *syntdenum, /* (i) the decoded synthesis filter coefficients */ int *cb_index, /* (i) the indexes for the adaptive codebook */ int *gain_index, /* (i) the indexes for the corresponding gains */ int *extra_cb_index, /* (i) the indexes for the adaptive codebook part of start state */ int *extra_gain_index, /* (i) the indexes for the corresponding gains */ int state_first /* (i) 1 if non adaptive part of start state comes first 0 if that part comes last */ ){ float reverseDecresidual[BLOCKL_MAX], mem[CB_MEML]; int k, meml_gotten, Nfor, Nback, i; int diff, start_pos; int subcount, subframe; diff = STATE_LEN - iLBCdec_inst->state_short_len; if (state_first == 1) { start_pos = (start-1)*SUBL; } else { start_pos = (start-1)*SUBL + diff; } /* decode scalar part of start state */ StateConstructW(idxForMax, idxVec, &syntdenum[(start-1)*(LPC_FILTERORDER+1)], &decresidual[start_pos], iLBCdec_inst->state_short_len); if (state_first) { /* put adaptive part in the end */ /* setup memory */ memset(mem, 0, (CB_MEML-iLBCdec_inst->state_short_len)*sizeof(float)); memcpy(mem+CB_MEML-iLBCdec_inst->state_short_len, decresidual+start_pos, iLBCdec_inst->state_short_len*sizeof(float)); /* construct decoded vector */ iCBConstruct( &decresidual[start_pos+iLBCdec_inst->state_short_len], extra_cb_index, extra_gain_index, mem+CB_MEML-stMemLTbl, stMemLTbl, diff, CB_NSTAGES); } else {/* put adaptive part in the beginning */ /* create reversed vectors for prediction */ for (k=0; kstate_short_len)]; } /* setup memory */ meml_gotten = iLBCdec_inst->state_short_len; for (k=0; knsub-start-1; if ( Nfor > 0 ){ /* setup memory */ memset(mem, 0, (CB_MEML-STATE_LEN)*sizeof(float)); memcpy(mem+CB_MEML-STATE_LEN, decresidual+(start-1)*SUBL, STATE_LEN*sizeof(float)); /* loop over sub-frames to encode */ for (subframe=0; subframe 0 ) { /* setup memory */ meml_gotten = SUBL*(iLBCdec_inst->nsub+1-start); if ( meml_gotten > CB_MEML ) { meml_gotten=CB_MEML; } for (k=0; k0) { /* the data are good */ /* decode data */ pbytes=bytes; pos=0; /* Set everything to zero before decoding */ for (k=0; kstate_short_len; k++) { idxVec[k]=0; } for (k=0; knasub; i++) { for (k=0; knasub; i++) { for (k=0; klpc_n; k++){ unpack( &pbytes, &lastpart, iLBCdec_inst->ULP_inst->lsf_bits[k][ulp], &pos); packcombine(&lsf_i[k], lastpart, iLBCdec_inst->ULP_inst->lsf_bits[k][ulp]); } /* Start block info */ unpack( &pbytes, &lastpart, iLBCdec_inst->ULP_inst->start_bits[ulp], &pos); packcombine(&start, lastpart, iLBCdec_inst->ULP_inst->start_bits[ulp]); unpack( &pbytes, &lastpart, iLBCdec_inst->ULP_inst->startfirst_bits[ulp], &pos); packcombine(&state_first, lastpart, iLBCdec_inst->ULP_inst->startfirst_bits[ulp]); unpack( &pbytes, &lastpart, iLBCdec_inst->ULP_inst->scale_bits[ulp], &pos); packcombine(&idxForMax, lastpart, iLBCdec_inst->ULP_inst->scale_bits[ulp]); for (k=0; kstate_short_len; k++) { unpack( &pbytes, &lastpart, iLBCdec_inst->ULP_inst->state_bits[ulp], &pos); packcombine(idxVec+k, lastpart, iLBCdec_inst->ULP_inst->state_bits[ulp]); } /* 23/22 (20ms/30ms) sample block */ for (k=0; kULP_inst->extra_cb_index[k][ulp], &pos); packcombine(extra_cb_index+k, lastpart, iLBCdec_inst->ULP_inst->extra_cb_index[k][ulp]); } for (k=0; kULP_inst->extra_cb_gain[k][ulp], &pos); packcombine(extra_gain_index+k, lastpart, iLBCdec_inst->ULP_inst->extra_cb_gain[k][ulp]); } /* The two/four (20ms/30ms) 40 sample sub-blocks */ for (i=0; inasub; i++) { for (k=0; kULP_inst->cb_index[i][k][ulp], &pos); packcombine(cb_index+i*CB_NSTAGES+k, lastpart, iLBCdec_inst->ULP_inst->cb_index[i][k][ulp]); } } for (i=0; inasub; i++) { for (k=0; kULP_inst->cb_gain[i][k][ulp], &pos); packcombine(gain_index+i*CB_NSTAGES+k, lastpart, iLBCdec_inst->ULP_inst->cb_gain[i][k][ulp]); } } } /* Extract last bit. If it is 1 this indicates an empty/lost frame */ unpack( &pbytes, &last_bit, 1, &pos); /* Check for bit errors or empty/lost frames */ if (start<1) mode = 0; if (iLBCdec_inst->mode==20 && start>3) mode = 0; if (iLBCdec_inst->mode==30 && start>5) mode = 0; if (last_bit==1) mode = 0; if (mode==1) { /* No bit errors was detected, continue decoding */ /* adjust index */ index_conv_dec(cb_index); /* decode the lsf */ SimplelsfDEQ(lsfdeq, lsf_i, iLBCdec_inst->lpc_n); check=LSF_check(lsfdeq, LPC_FILTERORDER, iLBCdec_inst->lpc_n); DecoderInterpolateLSF(syntdenum, weightdenum, lsfdeq, LPC_FILTERORDER, iLBCdec_inst); Decode(iLBCdec_inst, decresidual, start, idxForMax, idxVec, syntdenum, cb_index, gain_index, extra_cb_index, extra_gain_index, state_first); /* preparing the plc for a future loss! */ doThePLC(PLCresidual, PLClpc, 0, decresidual, syntdenum + (LPC_FILTERORDER + 1)*(iLBCdec_inst->nsub - 1), (*iLBCdec_inst).last_lag, iLBCdec_inst); memcpy(decresidual, PLCresidual, iLBCdec_inst->blockl*sizeof(float)); } } if (mode == 0) { /* the data is bad (either a PLC call * was made or a severe bit error was detected) */ /* packet loss conceal */ memset(zeros, 0, BLOCKL_MAX*sizeof(float)); one[0] = 1; memset(one+1, 0, LPC_FILTERORDER*sizeof(float)); start=0; doThePLC(PLCresidual, PLClpc, 1, zeros, one, (*iLBCdec_inst).last_lag, iLBCdec_inst); memcpy(decresidual, PLCresidual, iLBCdec_inst->blockl*sizeof(float)); order_plus_one = LPC_FILTERORDER + 1; for (i = 0; i < iLBCdec_inst->nsub; i++) { memcpy(syntdenum+(i*order_plus_one), PLClpc, order_plus_one*sizeof(float)); } } if (iLBCdec_inst->use_enhancer == 1) { /* post filtering */ iLBCdec_inst->last_lag = enhancerInterface(data, decresidual, iLBCdec_inst); /* synthesis filtering */ if (iLBCdec_inst->mode==20) { /* Enhancer has 40 samples delay */ i=0; syntFilter(data + i*SUBL, iLBCdec_inst->old_syntdenum + (i+iLBCdec_inst->nsub-1)*(LPC_FILTERORDER+1), SUBL, iLBCdec_inst->syntMem); for (i=1; i < iLBCdec_inst->nsub; i++) { syntFilter(data + i*SUBL, syntdenum + (i-1)*(LPC_FILTERORDER+1), SUBL, iLBCdec_inst->syntMem); } } else if (iLBCdec_inst->mode==30) { /* Enhancer has 80 samples delay */ for (i=0; i < 2; i++) { syntFilter(data + i*SUBL, iLBCdec_inst->old_syntdenum + (i+iLBCdec_inst->nsub-2)*(LPC_FILTERORDER+1), SUBL, iLBCdec_inst->syntMem); } for (i=2; i < iLBCdec_inst->nsub; i++) { syntFilter(data + i*SUBL, syntdenum + (i-2)*(LPC_FILTERORDER+1), SUBL, iLBCdec_inst->syntMem); } } } else { /* Find last lag */ lag = 20; maxcc = xCorrCoef(&decresidual[BLOCKL_MAX-ENH_BLOCKL], &decresidual[BLOCKL_MAX-ENH_BLOCKL-lag], ENH_BLOCKL); for (ilag=21; ilag<120; ilag++) { cc = xCorrCoef(&decresidual[BLOCKL_MAX-ENH_BLOCKL], &decresidual[BLOCKL_MAX-ENH_BLOCKL-ilag], ENH_BLOCKL); if (cc > maxcc) { maxcc = cc; lag = ilag; } } iLBCdec_inst->last_lag = lag; /* copy data and run synthesis filter */ memcpy(data, decresidual, iLBCdec_inst->blockl*sizeof(float)); for (i=0; i < iLBCdec_inst->nsub; i++) { syntFilter(data + i*SUBL, syntdenum + i*(LPC_FILTERORDER+1), SUBL, iLBCdec_inst->syntMem); } } /* high pass filtering on output if desired, otherwise copy to out */ hpOutput(data, iLBCdec_inst->blockl, decblock,iLBCdec_inst->hpomem); /* memcpy(decblock,data,iLBCdec_inst->blockl*sizeof(float));*/ memcpy(iLBCdec_inst->old_syntdenum, syntdenum, iLBCdec_inst->nsub*(LPC_FILTERORDER+1)*sizeof(float)); iLBCdec_inst->prev_enh_pl=0; if (mode==0) { /* PLC was used */ iLBCdec_inst->prev_enh_pl=1; } } openh323_v1_18_0/plugins/audio/iLBC/iLBC/iLBC_decode.h0100644000176200056700000000243410124277304022164 0ustar releasepostincr /****************************************************************** iLBC Speech Coder ANSI-C Source Code iLBC_decode.h Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ #ifndef __iLBC_ILBCDECODE_H #define __iLBC_ILBCDECODE_H #include "iLBC_define.h" short initDecode( /* (o) Number of decoded samples */ iLBC_Dec_Inst_t *iLBCdec_inst, /* (i/o) Decoder instance */ int mode, /* (i) frame size mode */ int use_enhancer /* (i) 1 to use enhancer 0 to run without enhancer */ ); void iLBC_decode( float *decblock, /* (o) decoded signal block */ unsigned char *bytes, /* (i) encoded signal bits */ iLBC_Dec_Inst_t *iLBCdec_inst, /* (i/o) the decoder state structure */ int mode /* (i) 0: bad packet, PLC, 1: normal */ ); #endif openh323_v1_18_0/plugins/audio/iLBC/iLBC/iLBC_define.h0100644000176200056700000001437110124277304022176 0ustar releasepostincr /****************************************************************** iLBC Speech Coder ANSI-C Source Code iLBC_define.h Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ #include #ifndef __iLBC_ILBCDEFINE_H #define __iLBC_ILBCDEFINE_H /* general codec settings */ #define FS (float)8000.0 #define BLOCKL_20MS 160 #define BLOCKL_30MS 240 #define BLOCKL_MAX 240 #define NSUB_20MS 4 #define NSUB_30MS 6 #define NSUB_MAX 6 #define NASUB_20MS 2 #define NASUB_30MS 4 #define NASUB_MAX 4 #define SUBL 40 #define STATE_LEN 80 #define STATE_SHORT_LEN_30MS 58 #define STATE_SHORT_LEN_20MS 57 /* LPC settings */ #define LPC_FILTERORDER 10 #define LPC_CHIRP_SYNTDENUM (float)0.9025 #define LPC_CHIRP_WEIGHTDENUM (float)0.4222 #define LPC_LOOKBACK 60 #define LPC_N_20MS 1 #define LPC_N_30MS 2 #define LPC_N_MAX 2 #define LPC_ASYMDIFF 20 #define LPC_BW (float)60.0 #define LPC_WN (float)1.0001 #define LSF_NSPLIT 3 #define LSF_NUMBER_OF_STEPS 4 #define LPC_HALFORDER (LPC_FILTERORDER/2) /* cb settings */ #define CB_NSTAGES 3 #define CB_EXPAND 2 #define CB_MEML 147 #define CB_FILTERLEN 2*4 #define CB_HALFFILTERLEN 4 #define CB_RESRANGE 34 #define CB_MAXGAIN (float)1.3 /* enhancer */ #define ENH_BLOCKL 80 /* block length */ #define ENH_BLOCKL_HALF (ENH_BLOCKL/2) #define ENH_HL 3 /* 2*ENH_HL+1 is number blocks in said second sequence */ #define ENH_SLOP 2 /* max difference estimated and correct pitch period */ #define ENH_PLOCSL 20 /* pitch-estimates and pitch- locations buffer length */ #define ENH_OVERHANG 2 #define ENH_UPS0 4 /* upsampling rate */ #define ENH_FL0 3 /* 2*FLO+1 is the length of each filter */ #define ENH_VECTL (ENH_BLOCKL+2*ENH_FL0) #define ENH_CORRDIM (2*ENH_SLOP+1) #define ENH_NBLOCKS (BLOCKL_MAX/ENH_BLOCKL) #define ENH_NBLOCKS_EXTRA 5 #define ENH_NBLOCKS_TOT 8 /* ENH_NBLOCKS + ENH_NBLOCKS_EXTRA */ #define ENH_BUFL (ENH_NBLOCKS_TOT)*ENH_BLOCKL #define ENH_ALPHA0 (float)0.05 /* Down sampling */ #define FILTERORDER_DS 7 #define DELAY_DS 3 #define FACTOR_DS 2 /* bit stream defs */ #define NO_OF_BYTES_20MS 38 #define NO_OF_BYTES_30MS 50 #define NO_OF_WORDS_20MS 19 #define NO_OF_WORDS_30MS 25 #define STATE_BITS 3 #define BYTE_LEN 8 #define ULP_CLASSES 3 /* help parameters */ #define FLOAT_MAX (float)1.0e37 #define EPS (float)2.220446049250313e-016 #define PI (float)3.14159265358979323846 #define MIN_SAMPLE -32768 #define MAX_SAMPLE 32767 #define TWO_PI (float)6.283185307 #define PI2 (float)0.159154943 /* type definition encoder instance */ typedef struct iLBC_ULP_Inst_t_ { int lsf_bits[6][ULP_CLASSES+2]; int start_bits[ULP_CLASSES+2]; int startfirst_bits[ULP_CLASSES+2]; int scale_bits[ULP_CLASSES+2]; int state_bits[ULP_CLASSES+2]; int extra_cb_index[CB_NSTAGES][ULP_CLASSES+2]; int extra_cb_gain[CB_NSTAGES][ULP_CLASSES+2]; int cb_index[NSUB_MAX][CB_NSTAGES][ULP_CLASSES+2]; int cb_gain[NSUB_MAX][CB_NSTAGES][ULP_CLASSES+2]; } iLBC_ULP_Inst_t; /* type definition encoder instance */ typedef struct iLBC_Enc_Inst_t_ { /* flag for frame size mode */ int mode; /* basic parameters for different frame sizes */ int blockl; int nsub; int nasub; int no_of_bytes, no_of_words; int lpc_n; int state_short_len; const iLBC_ULP_Inst_t *ULP_inst; /* analysis filter state */ float anaMem[LPC_FILTERORDER]; /* old lsf parameters for interpolation */ float lsfold[LPC_FILTERORDER]; float lsfdeqold[LPC_FILTERORDER]; /* signal buffer for LP analysis */ float lpc_buffer[LPC_LOOKBACK + BLOCKL_MAX]; /* state of input HP filter */ float hpimem[4]; } iLBC_Enc_Inst_t; /* type definition decoder instance */ typedef struct iLBC_Dec_Inst_t_ { /* flag for frame size mode */ int mode; /* basic parameters for different frame sizes */ int blockl; int nsub; int nasub; int no_of_bytes, no_of_words; int lpc_n; int state_short_len; const iLBC_ULP_Inst_t *ULP_inst; /* synthesis filter state */ float syntMem[LPC_FILTERORDER]; /* old LSF for interpolation */ float lsfdeqold[LPC_FILTERORDER]; /* pitch lag estimated in enhancer and used in PLC */ int last_lag; /* PLC state information */ int prevLag, consPLICount, prevPLI, prev_enh_pl; float prevLpc[LPC_FILTERORDER+1]; float prevResidual[NSUB_MAX*SUBL]; float per; unsigned long seed; /* previous synthesis filter parameters */ float old_syntdenum[(LPC_FILTERORDER + 1)*NSUB_MAX]; /* state of output HP filter */ float hpomem[4]; /* enhancer state information */ int use_enhancer; float enh_buf[ENH_BUFL]; float enh_period[ENH_NBLOCKS_TOT]; } iLBC_Dec_Inst_t; #endif openh323_v1_18_0/plugins/audio/iLBC/iLBC/iLBC_encode.c0100644000176200056700000004333110124277304022172 0ustar releasepostincr /****************************************************************** iLBC Speech Coder ANSI-C Source Code iLBC_encode.c Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ #include #include #include #include "iLBC_define.h" #include "LPCencode.h" #include "FrameClassify.h" #include "StateSearchW.h" #include "StateConstructW.h" #include "helpfun.h" #include "constants.h" #include "packing.h" #include "iCBSearch.h" #include "iCBConstruct.h" #include "hpInput.h" #include "anaFilter.h" #include "syntFilter.h" /*----------------------------------------------------------------* * Initiation of encoder instance. *---------------------------------------------------------------*/ short initEncode( /* (o) Number of bytes encoded */ iLBC_Enc_Inst_t *iLBCenc_inst, /* (i/o) Encoder instance */ int mode /* (i) frame size mode */ ){ iLBCenc_inst->mode = mode; if (mode==30) { iLBCenc_inst->blockl = BLOCKL_30MS; iLBCenc_inst->nsub = NSUB_30MS; iLBCenc_inst->nasub = NASUB_30MS; iLBCenc_inst->lpc_n = LPC_N_30MS; iLBCenc_inst->no_of_bytes = NO_OF_BYTES_30MS; iLBCenc_inst->no_of_words = NO_OF_WORDS_30MS; iLBCenc_inst->state_short_len=STATE_SHORT_LEN_30MS; /* ULP init */ iLBCenc_inst->ULP_inst=&ULP_30msTbl; } else if (mode==20) { iLBCenc_inst->blockl = BLOCKL_20MS; iLBCenc_inst->nsub = NSUB_20MS; iLBCenc_inst->nasub = NASUB_20MS; iLBCenc_inst->lpc_n = LPC_N_20MS; iLBCenc_inst->no_of_bytes = NO_OF_BYTES_20MS; iLBCenc_inst->no_of_words = NO_OF_WORDS_20MS; iLBCenc_inst->state_short_len=STATE_SHORT_LEN_20MS; /* ULP init */ iLBCenc_inst->ULP_inst=&ULP_20msTbl; } else { exit(2); } memset((*iLBCenc_inst).anaMem, 0, LPC_FILTERORDER*sizeof(float)); memcpy((*iLBCenc_inst).lsfold, lsfmeanTbl, LPC_FILTERORDER*sizeof(float)); memcpy((*iLBCenc_inst).lsfdeqold, lsfmeanTbl, LPC_FILTERORDER*sizeof(float)); memset((*iLBCenc_inst).lpc_buffer, 0, (LPC_LOOKBACK+BLOCKL_MAX)*sizeof(float)); memset((*iLBCenc_inst).hpimem, 0, 4*sizeof(float)); return (iLBCenc_inst->no_of_bytes); } /*----------------------------------------------------------------* * main encoder function *---------------------------------------------------------------*/ void iLBC_encode( unsigned char *bytes, /* (o) encoded data bits iLBC */ float *block, /* (o) speech vector to encode */ iLBC_Enc_Inst_t *iLBCenc_inst /* (i/o) the general encoder state */ ){ float data[BLOCKL_MAX]; float residual[BLOCKL_MAX], reverseResidual[BLOCKL_MAX]; int start, idxForMax, idxVec[STATE_LEN]; float reverseDecresidual[BLOCKL_MAX], mem[CB_MEML]; int n, k, meml_gotten, Nfor, Nback, i, pos; int gain_index[CB_NSTAGES*NASUB_MAX], extra_gain_index[CB_NSTAGES]; int cb_index[CB_NSTAGES*NASUB_MAX],extra_cb_index[CB_NSTAGES]; int lsf_i[LSF_NSPLIT*LPC_N_MAX]; unsigned char *pbytes; int diff, start_pos, state_first; float en1, en2; int index, ulp, firstpart; int subcount, subframe; float weightState[LPC_FILTERORDER]; float syntdenum[NSUB_MAX*(LPC_FILTERORDER+1)]; float weightdenum[NSUB_MAX*(LPC_FILTERORDER+1)]; float decresidual[BLOCKL_MAX]; /* high pass filtering of input signal if such is not done prior to calling this function */ hpInput(block, iLBCenc_inst->blockl, data, (*iLBCenc_inst).hpimem); /* otherwise simply copy */ /*memcpy(data,block,iLBCenc_inst->blockl*sizeof(float));*/ /* LPC of hp filtered input data */ LPCencode(syntdenum, weightdenum, lsf_i, data, iLBCenc_inst); /* inverse filter to get residual */ for (n=0; nnsub; n++) { anaFilter(&data[n*SUBL], &syntdenum[n*(LPC_FILTERORDER+1)], SUBL, &residual[n*SUBL], iLBCenc_inst->anaMem); } /* find state location */ start = FrameClassify(iLBCenc_inst, residual); /* check if state should be in first or last part of the two subframes */ diff = STATE_LEN - iLBCenc_inst->state_short_len; en1 = 0; index = (start-1)*SUBL; for (i = 0; i < iLBCenc_inst->state_short_len; i++) { en1 += residual[index+i]*residual[index+i]; } en2 = 0; index = (start-1)*SUBL+diff; for (i = 0; i < iLBCenc_inst->state_short_len; i++) { en2 += residual[index+i]*residual[index+i]; } if (en1 > en2) { state_first = 1; start_pos = (start-1)*SUBL; } else { state_first = 0; start_pos = (start-1)*SUBL + diff; } /* scalar quantization of state */ StateSearchW(iLBCenc_inst, &residual[start_pos], &syntdenum[(start-1)*(LPC_FILTERORDER+1)], &weightdenum[(start-1)*(LPC_FILTERORDER+1)], &idxForMax, idxVec, iLBCenc_inst->state_short_len, state_first); StateConstructW(idxForMax, idxVec, &syntdenum[(start-1)*(LPC_FILTERORDER+1)], &decresidual[start_pos], iLBCenc_inst->state_short_len); /* predictive quantization in state */ if (state_first) { /* put adaptive part in the end */ /* setup memory */ memset(mem, 0, (CB_MEML-iLBCenc_inst->state_short_len)*sizeof(float)); memcpy(mem+CB_MEML-iLBCenc_inst->state_short_len, decresidual+start_pos, iLBCenc_inst->state_short_len*sizeof(float)); memset(weightState, 0, LPC_FILTERORDER*sizeof(float)); /* encode sub-frames */ iCBSearch(iLBCenc_inst, extra_cb_index, extra_gain_index, &residual[start_pos+iLBCenc_inst->state_short_len], mem+CB_MEML-stMemLTbl, stMemLTbl, diff, CB_NSTAGES, &weightdenum[start*(LPC_FILTERORDER+1)], weightState, 0); /* construct decoded vector */ iCBConstruct( &decresidual[start_pos+iLBCenc_inst->state_short_len], extra_cb_index, extra_gain_index, mem+CB_MEML-stMemLTbl, stMemLTbl, diff, CB_NSTAGES); } else { /* put adaptive part in the beginning */ /* create reversed vectors for prediction */ for (k=0; kstate_short_len)]; } /* setup memory */ meml_gotten = iLBCenc_inst->state_short_len; for (k=0; knsub-start-1; if ( Nfor > 0 ) { /* setup memory */ memset(mem, 0, (CB_MEML-STATE_LEN)*sizeof(float)); memcpy(mem+CB_MEML-STATE_LEN, decresidual+(start-1)*SUBL, STATE_LEN*sizeof(float)); memset(weightState, 0, LPC_FILTERORDER*sizeof(float)); /* loop over sub-frames to encode */ for (subframe=0; subframe 0 ) { /* create reverse order vectors */ for (n=0; nnsub+1-start); if ( meml_gotten > CB_MEML ) { meml_gotten=CB_MEML; } for (k=0; klpc_n; k++) { packsplit(&lsf_i[k], &firstpart, &lsf_i[k], iLBCenc_inst->ULP_inst->lsf_bits[k][ulp], iLBCenc_inst->ULP_inst->lsf_bits[k][ulp]+ iLBCenc_inst->ULP_inst->lsf_bits[k][ulp+1]+ iLBCenc_inst->ULP_inst->lsf_bits[k][ulp+2]); dopack( &pbytes, firstpart, iLBCenc_inst->ULP_inst->lsf_bits[k][ulp], &pos); } /* Start block info */ packsplit(&start, &firstpart, &start, iLBCenc_inst->ULP_inst->start_bits[ulp], iLBCenc_inst->ULP_inst->start_bits[ulp]+ iLBCenc_inst->ULP_inst->start_bits[ulp+1]+ iLBCenc_inst->ULP_inst->start_bits[ulp+2]); dopack( &pbytes, firstpart, iLBCenc_inst->ULP_inst->start_bits[ulp], &pos); packsplit(&state_first, &firstpart, &state_first, iLBCenc_inst->ULP_inst->startfirst_bits[ulp], iLBCenc_inst->ULP_inst->startfirst_bits[ulp]+ iLBCenc_inst->ULP_inst->startfirst_bits[ulp+1]+ iLBCenc_inst->ULP_inst->startfirst_bits[ulp+2]); dopack( &pbytes, firstpart, iLBCenc_inst->ULP_inst->startfirst_bits[ulp], &pos); packsplit(&idxForMax, &firstpart, &idxForMax, iLBCenc_inst->ULP_inst->scale_bits[ulp], iLBCenc_inst->ULP_inst->scale_bits[ulp]+ iLBCenc_inst->ULP_inst->scale_bits[ulp+1]+ iLBCenc_inst->ULP_inst->scale_bits[ulp+2]); dopack( &pbytes, firstpart, iLBCenc_inst->ULP_inst->scale_bits[ulp], &pos); for (k=0; kstate_short_len; k++) { packsplit(idxVec+k, &firstpart, idxVec+k, iLBCenc_inst->ULP_inst->state_bits[ulp], iLBCenc_inst->ULP_inst->state_bits[ulp]+ iLBCenc_inst->ULP_inst->state_bits[ulp+1]+ iLBCenc_inst->ULP_inst->state_bits[ulp+2]); dopack( &pbytes, firstpart, iLBCenc_inst->ULP_inst->state_bits[ulp], &pos); } /* 23/22 (20ms/30ms) sample block */ for (k=0;kULP_inst->extra_cb_index[k][ulp], iLBCenc_inst->ULP_inst->extra_cb_index[k][ulp]+ iLBCenc_inst->ULP_inst->extra_cb_index[k][ulp+1]+ iLBCenc_inst->ULP_inst->extra_cb_index[k][ulp+2]); dopack( &pbytes, firstpart, iLBCenc_inst->ULP_inst->extra_cb_index[k][ulp], &pos); } for (k=0;kULP_inst->extra_cb_gain[k][ulp], iLBCenc_inst->ULP_inst->extra_cb_gain[k][ulp]+ iLBCenc_inst->ULP_inst->extra_cb_gain[k][ulp+1]+ iLBCenc_inst->ULP_inst->extra_cb_gain[k][ulp+2]); dopack( &pbytes, firstpart, iLBCenc_inst->ULP_inst->extra_cb_gain[k][ulp], &pos); } /* The two/four (20ms/30ms) 40 sample sub-blocks */ for (i=0; inasub; i++) { for (k=0; kULP_inst->cb_index[i][k][ulp], iLBCenc_inst->ULP_inst->cb_index[i][k][ulp]+ iLBCenc_inst->ULP_inst->cb_index[i][k][ulp+1]+ iLBCenc_inst->ULP_inst->cb_index[i][k][ulp+2]); dopack( &pbytes, firstpart, iLBCenc_inst->ULP_inst->cb_index[i][k][ulp], &pos); } } for (i=0; inasub; i++) { for (k=0; kULP_inst->cb_gain[i][k][ulp], iLBCenc_inst->ULP_inst->cb_gain[i][k][ulp]+ iLBCenc_inst->ULP_inst->cb_gain[i][k][ulp+1]+ iLBCenc_inst->ULP_inst->cb_gain[i][k][ulp+2]); dopack( &pbytes, firstpart, iLBCenc_inst->ULP_inst->cb_gain[i][k][ulp], &pos); } } } /* set the last bit to zero (otherwise the decoder will treat it as a lost frame) */ dopack( &pbytes, 0, 1, &pos); } openh323_v1_18_0/plugins/audio/iLBC/iLBC/iLBC_encode.h0100644000176200056700000000202210124277304022167 0ustar releasepostincr /****************************************************************** iLBC Speech Coder ANSI-C Source Code iLBC_encode.h Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ #ifndef __iLBC_ILBCENCODE_H #define __iLBC_ILBCENCODE_H #include "iLBC_define.h" short initEncode( /* (o) Number of bytes encoded */ iLBC_Enc_Inst_t *iLBCenc_inst, /* (i/o) Encoder instance */ int mode /* (i) frame size mode */ ); void iLBC_encode( unsigned char *bytes, /* (o) encoded data bits iLBC */ float *block, /* (o) speech vector to encode */ iLBC_Enc_Inst_t *iLBCenc_inst /* (i/o) the general encoder state */ ); #endif openh323_v1_18_0/plugins/audio/iLBC/iLBC/lsf.c0100644000176200056700000001774210124277304020677 0ustar releasepostincr /****************************************************************** iLBC Speech Coder ANSI-C Source Code lsf.c Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ #include #include #include "iLBC_define.h" /*----------------------------------------------------------------* * conversion from lpc coefficients to lsf coefficients *---------------------------------------------------------------*/ void a2lsf( float *freq,/* (o) lsf coefficients */ float *a /* (i) lpc coefficients */ ){ float steps[LSF_NUMBER_OF_STEPS] = {(float)0.00635, (float)0.003175, (float)0.0015875, (float)0.00079375}; float step; int step_idx; int lsp_index; float p[LPC_HALFORDER]; float q[LPC_HALFORDER]; float p_pre[LPC_HALFORDER]; float q_pre[LPC_HALFORDER]; float old_p, old_q, *old; float *pq_coef; float omega, old_omega; int i; float hlp, hlp1, hlp2, hlp3, hlp4, hlp5; for (i=0; i= 0.5)){ if (step_idx == (LSF_NUMBER_OF_STEPS - 1)){ if (fabs(hlp5) >= fabs(*old)) { freq[lsp_index] = omega - step; } else { freq[lsp_index] = omega; } if ((*old) >= 0.0){ *old = (float)-1.0 * FLOAT_MAX; } else { *old = FLOAT_MAX; } omega = old_omega; step_idx = 0; step_idx = LSF_NUMBER_OF_STEPS; } else { if (step_idx == 0) { old_omega = omega; } step_idx++; omega -= steps[step_idx]; /* Go back one grid step */ step = steps[step_idx]; } } else { /* increment omega until they are of different sign, and we know there is at least one root between omega and old_omega */ *old = hlp5; omega += step; } } } for (i = 0; i= 0.5)){ if (freq[0] <= 0.0) { freq[0] = (float)0.022; } if (freq[LPC_FILTERORDER - 1] >= 0.5) { freq[LPC_FILTERORDER - 1] = (float)0.499; } hlp = (freq[LPC_FILTERORDER - 1] - freq[0]) / (float) (LPC_FILTERORDER - 1); for (i=1; i #include #include "iLBC_define.h" #include "constants.h" #include "helpfun.h" #include "string.h" /*----------------------------------------------------------------* * splitting an integer into first most significant bits and * remaining least significant bits *---------------------------------------------------------------*/ void packsplit( int *index, /* (i) the value to split */ int *firstpart, /* (o) the value specified by most significant bits */ int *rest, /* (o) the value specified by least significant bits */ int bitno_firstpart, /* (i) number of bits in most significant part */ int bitno_total /* (i) number of bits in full range of value */ ){ int bitno_rest = bitno_total-bitno_firstpart; *firstpart = *index>>(bitno_rest); *rest = *index-(*firstpart<<(bitno_rest)); } /*----------------------------------------------------------------* * combining a value corresponding to msb's with a value * corresponding to lsb's *---------------------------------------------------------------*/ void packcombine( int *index, /* (i/o) the msb value in the combined value out */ int rest, /* (i) the lsb value */ int bitno_rest /* (i) the number of bits in the lsb part */ ){ *index = *index<0) { /* Jump to the next byte if end of this byte is reached*/ if (*pos==8) { *pos=0; (*bitstream)++; **bitstream=0; } posLeft=8-(*pos); /* Insert index into the bitstream */ if (bitno <= posLeft) { **bitstream |= (unsigned char)(index<<(posLeft-bitno)); *pos+=bitno; bitno=0; } else { **bitstream |= (unsigned char)(index>>(bitno-posLeft)); *pos=8; index-=((index>>(bitno-posLeft))<<(bitno-posLeft)); bitno-=posLeft; } } } /*----------------------------------------------------------------* * unpacking of bits from bitstream, i.e., vector of bytes *---------------------------------------------------------------*/ void unpack( unsigned char **bitstream, /* (i/o) on entrance pointer to place in bitstream to unpack new data from, on exit pointer to place in bitstream to unpack future data from */ int *index, /* (o) resulting value */ int bitno, /* (i) number of bits used to represent the value */ int *pos /* (i/o) read position in the current byte */ ){ int BitsLeft; *index=0; while (bitno>0) { /* move forward in bitstream when the end of the byte is reached */ if (*pos==8) { *pos=0; (*bitstream)++; } BitsLeft=8-(*pos); /* Extract bits to index */ if (BitsLeft>=bitno) { *index+=((((**bitstream)<<(*pos)) & 0xFF)>>(8-bitno)); *pos+=bitno; bitno=0; } else { if ((8-bitno)>0) { *index+=((((**bitstream)<<(*pos)) & 0xFF)>> (8-bitno)); *pos=8; } else { *index+=(((int)(((**bitstream)<<(*pos)) & 0xFF))<< (bitno-8)); *pos=8; } bitno-=BitsLeft; } } } openh323_v1_18_0/plugins/audio/iLBC/iLBC/packing.h0100644000176200056700000000532110124277304021522 0ustar releasepostincr /****************************************************************** iLBC Speech Coder ANSI-C Source Code packing.h Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ #ifndef __PACKING_H #define __PACKING_H void packsplit( int *index, /* (i) the value to split */ int *firstpart, /* (o) the value specified by most significant bits */ int *rest, /* (o) the value specified by least significant bits */ int bitno_firstpart, /* (i) number of bits in most significant part */ int bitno_total /* (i) number of bits in full range of value */ ); void packcombine( int *index, /* (i/o) the msb value in the combined value out */ int rest, /* (i) the lsb value */ int bitno_rest /* (i) the number of bits in the lsb part */ ); void dopack( unsigned char **bitstream, /* (i/o) on entrance pointer to place in bitstream to pack new data, on exit pointer to place in bitstream to pack future data */ int index, /* (i) the value to pack */ int bitno, /* (i) the number of bits that the value will fit within */ int *pos /* (i/o) write position in the current byte */ ); void unpack( unsigned char **bitstream, /* (i/o) on entrance pointer to place in bitstream to unpack new data from, on exit pointer to place in bitstream to unpack future data from */ int *index, /* (o) resulting value */ int bitno, /* (i) number of bits used to represent the value */ int *pos /* (i/o) read position in the current byte */ ); #endif openh323_v1_18_0/plugins/audio/iLBC/iLBC/syntFilter.c0100644000176200056700000000330110124277304022240 0ustar releasepostincr /****************************************************************** iLBC Speech Coder ANSI-C Source Code syntFilter.c Copyright (C) The Internet Society (2004). All Rights Reserved. ******************************************************************/ #include "iLBC_define.h" /*----------------------------------------------------------------* * LP synthesis filter. *---------------------------------------------------------------*/ void syntFilter( float *Out, /* (i/o) Signal to be filtered */ float *a, /* (i) LP parameters */ int len, /* (i) Length of signal */ float *mem /* (i/o) Filter state */ ){ int i, j; float *po, *pi, *pa, *pm; po=Out; /* Filter first part using memory from past */ for (i=0; i/dev/null 2>&1 $(CC) -g -c -I../../../include $(STDCCFLAGS) $(CCFLAGS) -o $@ $< PLUGIN = ./ilbc_audio_pwplugin.so OBJECTS = $(addprefix $(OBJDIR)/,$(patsubst %.c,%.o,$(notdir $(SRCS)))) $(PLUGIN): $(OBJECTS) $(CC) $(LDSO)$(SONAME) -o $@ $^ install: mkdir -p $(DESTDIR)$(LIBDIR)/pwlib/codecs/audio/ cp $(PLUGIN) $(DESTDIR)$(LIBDIR)/pwlib/codecs/audio/ uninstall: rm -f $(DESTDIR)$(LIBDIR)/pwlib/codecs/audio/$(PLUGIN) clean: rm -f $(OBJECTS) $(PLUGIN) ########################################### openh323_v1_18_0/plugins/audio/iLBC/ilbccodec.c0100644000176200056700000003266710265705474021266 0ustar releasepostincr/* * iLBC Plugin codec for OpenH323/OPAL * * Copyright (C) 2004 Post Increment, All Rights Reserved * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Post Increment * * Contributor(s): ______________________________________. * * $Log: ilbccodec.c,v $ * Revision 1.8 2005/07/15 10:09:00 rogerhardiman * Fix SF bug 1237507. Windows uses malloc.h. Linux and FreeBSD uses stdlib.h * Wrap #include with _WIN32 to be consistent with malloc.h in pwlib. * * Revision 1.7 2004/12/20 23:18:01 csoutheren * Added stdlib.h to all plugins to keep FreeBSD happy * Thanks to Kevin Oberman * * Revision 1.6 2004/11/29 06:29:58 csoutheren * Added flag to reuse RTP payload types rather than allocaing new ones for each codec * variant * * Revision 1.5 2004/06/17 22:04:57 csoutheren * Changed codec version number to be sensible rather than string $Ver$ * * Revision 1.4 2004/04/09 12:24:19 csoutheren * Renamed h323plugin.h to opalplugin.h, and modified everything else * as required * * Revision 1.3 2004/04/04 12:43:59 csoutheren * Added file headers and fixd formatting * */ #include PLUGIN_CODEC_IMPLEMENT("iLBC") #include #ifdef _WIN32 #include #endif #include "iLBC/iLBC_encode.h" #include "iLBC/iLBC_decode.h" #include "iLBC/iLBC_define.h" #define SPEED_30MS NO_OF_BYTES_30MS*8*8000/BLOCKL_30MS #define SPEED_20MS NO_OF_BYTES_20MS*8*8000/BLOCKL_20MS #define SAMPLES_PER_SEC_30MS 30 ///////////////////////////////////////////////////////////////////////////// static void * create_encoder(const struct PluginCodec_Definition * codec) { struct iLBC_Enc_Inst_t_ * context = (struct iLBC_Enc_Inst_t_ *)malloc((unsigned)sizeof(struct iLBC_Enc_Inst_t_)); initEncode(context, (codec->bitsPerSec) == SPEED_30MS ? 30 : 20); return context; } static void * create_decoder(const struct PluginCodec_Definition * codec) { struct iLBC_Dec_Inst_t_ * context = (struct iLBC_Dec_Inst_t_ *)malloc((unsigned)sizeof(struct iLBC_Dec_Inst_t_)); initDecode(context, (codec->bitsPerSec) == SPEED_30MS ? 30 : 20, 0); return context; } static void destroy_context(const struct PluginCodec_Definition * codec, void * context) { free(context); } static int codec_encoder(const struct PluginCodec_Definition * codec, void * context, const void * from, unsigned * fromLen, void * to, unsigned * toLen, unsigned int * flag) { float block[BLOCKL_MAX]; int i; struct iLBC_Enc_Inst_t_ * encoder = (struct iLBC_Enc_Inst_t_ *)context; const short * sampleBuffer = (const short *)from; if ((*fromLen)/2 != (unsigned)encoder->blockl) return 0; /* convert signal to float */ for (i = 0; i < encoder->blockl; i++) block[i] = (float)sampleBuffer[i]; /* do the actual encoding */ iLBC_encode(to, block, encoder); *toLen = encoder->no_of_bytes; return 1; } static int codec_decoder(const struct PluginCodec_Definition * codec, void * context, const void * from, unsigned * fromLen, void * to, unsigned * toLen, unsigned int * flag) { int i; float block[BLOCKL_MAX]; struct iLBC_Dec_Inst_t_ * decoder = (struct iLBC_Dec_Inst_t_ *)context; short * sampleBuffer = (short *)to; if (*fromLen < (unsigned)decoder->no_of_bytes) return 0; /* do actual decoding of block */ iLBC_decode(block, (unsigned char *)from, decoder, 1); if (*toLen/2 != (unsigned)decoder->blockl) return 0; /* convert to short */ for (i = 0; i < decoder->blockl; i++) { float tmp = block[i]; if (tmp < MIN_SAMPLE) tmp = MIN_SAMPLE; else if (tmp > MAX_SAMPLE) tmp = MAX_SAMPLE; sampleBuffer[i] = (short)tmp; } return 1; } ///////////////////////////////////////////////////////////////////////////// static struct PluginCodec_information licenseInfo = { //1073187324, // timestamp = Sun 04 Jan 2004 03:35:24 AM UTC = 1101695533, // Mon 29 Nov 2004 12:32:13 PM EST "Craig Southeren, Post Increment", // source code author "1.1", // source code version "craigs@postincrement.com", // source code email "http://www.postincrement.com", // source code URL "Copyright (C) 2004 by Post Increment, All Rights Reserved", // source code copyright "MPL 1.0", // source code license PluginCodec_License_MPL, // source code license "iLBC (internet Low Bitrate Codec)", // codec description "Global IP Sound, Inc.", // codec author NULL, // codec version "info@globalipsound.com", // codec email "http://www.ilbcfreeware.org", // codec URL "Global IP Sound AB. Portions Copyright (C) 1999-2002, All Rights Reserved", // codec copyright information "Global IP Sound iLBC Freeware Public License, IETF Version, Limited Commercial Use", // codec license PluginCodec_License_Freeware // codec license code }; static const char L16Desc[] = { "L16" }; static const char iLBC13k3[] = { "iLBC-13k3" }; static const char iLBC15k2[] = { "iLBC-15k2" }; static const char sdpILBC[] = { "iLBC" }; #define EQUIVALENCE_COUNTRY_CODE 9 #define EQUIVALENCE_EXTENSION_CODE 0 #define EQUIVALENCE_MANUFACTURER_CODE 61 static struct PluginCodec_H323NonStandardCodecData ilbc13k3Cap = { NULL, EQUIVALENCE_COUNTRY_CODE, EQUIVALENCE_EXTENSION_CODE, EQUIVALENCE_MANUFACTURER_CODE, iLBC13k3, sizeof(iLBC13k3)-1, NULL }; static struct PluginCodec_H323NonStandardCodecData ilbc15k2Cap = { NULL, EQUIVALENCE_COUNTRY_CODE, EQUIVALENCE_EXTENSION_CODE, EQUIVALENCE_MANUFACTURER_CODE, iLBC15k2, sizeof(iLBC15k2)-1, NULL }; static struct PluginCodec_Definition iLBCCodecDefn[4] = { { // encoder PLUGIN_CODEC_VERSION, // codec API version &licenseInfo, // license information PluginCodec_MediaTypeAudio | // audio codec PluginCodec_InputTypeRaw | // raw input data PluginCodec_OutputTypeRaw | // raw output data PluginCodec_RTPTypeShared | // share RTP code PluginCodec_RTPTypeDynamic, // dynamic RTP type iLBC13k3, // text decription L16Desc, // source format iLBC13k3, // destination format (void *)NULL, // user data 8000, // samples per second SPEED_30MS, // raw bits per second 30000, // nanoseconds per frame BLOCKL_30MS, // samples per frame NO_OF_BYTES_30MS, // bytes per frame 1, // recommended number of frames per packet 1, // maximum number of frames per packe 0, // IANA RTP payload code sdpILBC, // RTP payload name create_encoder, // create codec function destroy_context, // destroy codec codec_encoder, // encode/decode NULL, // codec controls PluginCodec_H323Codec_nonStandard, // h323CapabilityType &ilbc13k3Cap // h323CapabilityData }, { // decoder PLUGIN_CODEC_VERSION, // codec API version &licenseInfo, // license information PluginCodec_MediaTypeAudio | // audio codec PluginCodec_InputTypeRaw | // raw input data PluginCodec_OutputTypeRaw | // raw output data PluginCodec_RTPTypeShared | // share RTP code PluginCodec_RTPTypeDynamic, // dynamic RTP type iLBC13k3, // text decription iLBC13k3, // source format L16Desc, // destination format (const void *)NULL, // user data 8000, // samples per second SPEED_30MS, // raw bits per second 30000, // nanoseconds per frame BLOCKL_30MS, // samples per frame NO_OF_BYTES_30MS, // bytes per frame 1, // recommended number of frames per packet 1, // maximum number of frames per packe 0, // IANA RTP payload code sdpILBC, // RTP payload name create_decoder, // create codec function destroy_context, // destroy codec codec_decoder, // encode/decode NULL, // codec controls PluginCodec_H323Codec_nonStandard, // h323CapabilityType &ilbc13k3Cap // h323CapabilityData }, { // encoder PLUGIN_CODEC_VERSION, // codec API version &licenseInfo, // license information PluginCodec_MediaTypeAudio | // audio codec PluginCodec_InputTypeRaw | // raw input data PluginCodec_OutputTypeRaw | // raw output data PluginCodec_RTPTypeShared | // share RTP code PluginCodec_RTPTypeDynamic, // dynamic RTP type iLBC15k2, // text decription L16Desc, // source format iLBC15k2, // destination format (void *)NULL, // user data 8000, // samples per second SPEED_20MS, // raw bits per second 20000, // nanoseconds per frame BLOCKL_20MS, // samples per frame NO_OF_BYTES_20MS, // bytes per frame 1, // recommended number of frames per packet 1, // maximum number of frames per packe 0, // IANA RTP payload code sdpILBC, // RTP payload name create_encoder, // create codec function destroy_context, // destroy codec codec_encoder, // encode/decode NULL, // codec controls PluginCodec_H323Codec_nonStandard, // h323CapabilityType &ilbc15k2Cap // h323CapabilityData }, { // decoder PLUGIN_CODEC_VERSION, // codec API version &licenseInfo, // license information PluginCodec_MediaTypeAudio | // audio codec PluginCodec_InputTypeRaw | // raw input data PluginCodec_OutputTypeRaw | // raw output data PluginCodec_RTPTypeShared | // share RTP code PluginCodec_RTPTypeDynamic, // dynamic RTP type iLBC15k2, // text decription iLBC15k2, // source format L16Desc, // destination format (void *)NULL, // user data 8000, // samples per second SPEED_20MS, // raw bits per second 20000, // nanoseconds per frame BLOCKL_20MS, // samples per frame NO_OF_BYTES_20MS, // bytes per frame 1, // recommended number of frames per packet 1, // maximum number of frames per packe 0, // IANA RTP payload code sdpILBC, // RTP payload name create_decoder, // create codec function destroy_context, // destroy codec codec_decoder, // encode/decode NULL, // codec controls PluginCodec_H323Codec_nonStandard, // h323CapabilityType &ilbc15k2Cap // h323CapabilityData } }; #define NUM_DEFNS (sizeof(iLBCCodecDefn) / sizeof(struct PluginCodec_Definition)) ///////////////////////////////////////////////////////////////////////////// PLUGIN_CODEC_DLL_API struct PluginCodec_Definition * PLUGIN_CODEC_GET_CODEC_FN(unsigned * count, unsigned version) { *count = NUM_DEFNS; return iLBCCodecDefn; } openh323_v1_18_0/plugins/audio/iLBC/ilbccodec.dsp0100644000176200056700000001313310277313521021604 0ustar releasepostincr# Microsoft Developer Studio Project File - Name="ilbccodec" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 CFG=ilbccodec - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE !MESSAGE NMAKE /f "ilbccodec.mak". !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE !MESSAGE NMAKE /f "ilbccodec.mak" CFG="ilbccodec - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "ilbccodec - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "ilbccodec - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 # PROP Scc_ProjName "" # PROP Scc_LocalPath "" CPP=cl.exe MTL=midl.exe RSC=rc.exe !IF "$(CFG)" == "ilbccodec - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "Release" # PROP BASE Intermediate_Dir "Release" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "..\..\Release" # PROP Intermediate_Dir "..\..\Release\ILBC" # PROP Ignore_Export_Lib 1 # PROP Target_Dir "" # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ilbccodec_EXPORTS" /Yu"stdafx.h" /FD /c # ADD CPP /nologo /MD /W3 /GR /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PLUGIN_CODEC_DLL_EXPORTS" /FD /c # SUBTRACT CPP /YX /Yc /Yu # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0xc09 /d "NDEBUG" # ADD RSC /l 0xc09 /d "NDEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /pdb:none /machine:I386 /out:"../../Release/ILBC_pwplugin.dll" /implib:"..\..\Release\ILBC/ilbccodec.lib" !ELSEIF "$(CFG)" == "ilbccodec - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "Debug" # PROP BASE Intermediate_Dir "Debug" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "..\..\Debug" # PROP Intermediate_Dir "..\..\Debug\ILBC" # PROP Ignore_Export_Lib 1 # PROP Target_Dir "" # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ilbccodec_EXPORTS" /Yu"stdafx.h" /FD /GZ /c # ADD CPP /nologo /MDd /W3 /Gm /GR /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PLUGIN_CODEC_DLL_EXPORTS" /FD /GZ /c # SUBTRACT CPP /YX /Yc /Yu # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0xc09 /d "_DEBUG" # ADD RSC /l 0xc09 /d "_DEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"../../Debug/ILBC_pwplugin.dll" /implib:"..\..\Debug\ILBC/ilbccodec.lib" /pdbtype:sept # SUBTRACT LINK32 /pdb:none !ENDIF # Begin Target # Name "ilbccodec - Win32 Release" # Name "ilbccodec - Win32 Debug" # Begin Group "Source Files" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File SOURCE=.\ilbccodec.c # End Source File # End Group # Begin Group "iLBC" # PROP Default_Filter "" # Begin Source File SOURCE=.\iLBC\anaFilter.c # End Source File # Begin Source File SOURCE=.\iLBC\constants.c # End Source File # Begin Source File SOURCE=.\iLBC\createCB.c # End Source File # Begin Source File SOURCE=.\iLBC\doCPLC.c # End Source File # Begin Source File SOURCE=.\iLBC\enhancer.c # End Source File # Begin Source File SOURCE=.\iLBC\filter.c # End Source File # Begin Source File SOURCE=.\iLBC\FrameClassify.c # End Source File # Begin Source File SOURCE=.\iLBC\gainquant.c # End Source File # Begin Source File SOURCE=.\iLBC\getCBvec.c # End Source File # Begin Source File SOURCE=.\iLBC\helpfun.c # End Source File # Begin Source File SOURCE=.\iLBC\hpInput.c # End Source File # Begin Source File SOURCE=.\iLBC\hpOutput.c # End Source File # Begin Source File SOURCE=.\iLBC\iCBConstruct.c # End Source File # Begin Source File SOURCE=.\iLBC\iCBSearch.c # End Source File # Begin Source File SOURCE=.\iLBC\iLBC_decode.c # End Source File # Begin Source File SOURCE=.\iLBC\iLBC_encode.c # End Source File # Begin Source File SOURCE=.\iLBC\LPCdecode.c # End Source File # Begin Source File SOURCE=.\iLBC\LPCencode.c # End Source File # Begin Source File SOURCE=.\iLBC\lsf.c # End Source File # Begin Source File SOURCE=.\iLBC\packing.c # End Source File # Begin Source File SOURCE=.\iLBC\StateConstructW.c # End Source File # Begin Source File SOURCE=.\iLBC\StateSearchW.c # End Source File # Begin Source File SOURCE=.\iLBC\syntFilter.c # End Source File # End Group # End Target # End Project openh323_v1_18_0/plugins/audio/iLBC/ilbccodec.vcproj0100644000176200056700000004242110277330614022325 0ustar releasepostincr openh323_v1_18_0/samples/0040755000176200056700000000000010411467452015303 5ustar releasepostincropenh323_v1_18_0/samples/codecinfo/0040755000176200056700000000000010411467452017234 5ustar releasepostincropenh323_v1_18_0/samples/codecinfo/Makefile0100644000176200056700000000201310050025051020645 0ustar releasepostincr# # Makefile # # Make file for simple sample application for the Open H323 library. # # Copyright (C) 2004 Post Increment # # The contents of this file are subject to the Mozilla Public License # Version 1.0 (the "License"); you may not use this file except in # compliance with the License. You may obtain a copy of the License at # http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See # the License for the specific language governing rights and limitations # under the License. # # The Original Code is Open H323 Library. # # The Initial Developer of the Original Code is Post Increment # # Contributor(s): ______________________________________. # # $Log: Makefile,v $ # Revision 1.1 2004/05/11 01:19:37 csoutheren # Initial version # # PROG = codecinfo SOURCES := main.cxx ifndef OPENH323DIR OPENH323DIR=$(CURDIR)/../.. endif VERSION_FILE := $(OPENH323DIR)/version.h include $(OPENH323DIR)/openh323u.mak openh323_v1_18_0/samples/codecinfo/codecinfo.dsp0100644000176200056700000001215610071427742021677 0ustar releasepostincr# Microsoft Developer Studio Project File - Name="CodecInfo" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Application" 0x0101 CFG=CodecInfo - Win32 Release !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE !MESSAGE NMAKE /f "codecinfo.mak". !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE !MESSAGE NMAKE /f "codecinfo.mak" CFG="CodecInfo - Win32 Release" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "CodecInfo - Win32 Release" (based on "Win32 (x86) Application") !MESSAGE "CodecInfo - Win32 Debug" (based on "Win32 (x86) Application") !MESSAGE "CodecInfo - Win32 No Trace" (based on "Win32 (x86) Application") !MESSAGE # Begin Project # PROP AllowPerConfigDependencies 1 # PROP Scc_ProjName "" # PROP Scc_LocalPath "" CPP=cl.exe MTL=midl.exe RSC=rc.exe !IF "$(CFG)" == "CodecInfo - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "Release" # PROP BASE Intermediate_Dir "Release" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "Release" # PROP Intermediate_Dir "Release" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /YX /FD /c # ADD CPP /nologo /MD /W4 /GR /GX /O2 /Ob2 /D "NDEBUG" /D "PTRACING" /Yu"ptlib.h" /FD /c # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0xc09 /d "NDEBUG" /d "_AFXDLL" # ADD RSC /l 0xc09 /d "NDEBUG" /d "_AFXDLL" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386 # ADD LINK32 openh323.lib ptclib.lib ptlib.lib comdlg32.lib winspool.lib wsock32.lib mpr.lib kernel32.lib user32.lib gdi32.lib shell32.lib advapi32.lib /nologo /subsystem:console /machine:I386 !ELSEIF "$(CFG)" == "CodecInfo - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "Debug" # PROP BASE Intermediate_Dir "Debug" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "Debug" # PROP Intermediate_Dir "Debug" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /YX /FD /GZ /c # ADD CPP /nologo /MDd /W4 /Gm /GR /GX /ZI /Od /D "_DEBUG" /D "PTRACING" /Yu"ptlib.h" /FD /GZ /c # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0xc09 /d "_DEBUG" /d "_AFXDLL" # ADD RSC /l 0xc09 /d "_DEBUG" /d "_AFXDLL" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept # ADD LINK32 openh323d.lib ptclibd.lib ptlibd.lib comdlg32.lib winspool.lib wsock32.lib mpr.lib kernel32.lib user32.lib gdi32.lib shell32.lib advapi32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept !ELSEIF "$(CFG)" == "CodecInfo - Win32 No Trace" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "NoTrace" # PROP BASE Intermediate_Dir "NoTrace" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "NoTrace" # PROP Intermediate_Dir "NoTrace" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /MD /W4 /GX /O2 /I "..\include" /D "NDEBUG" /Yu"ptlib.h" /FD /c # ADD CPP /nologo /MD /W4 /GR /GX /O1 /Ob2 /D "NDEBUG" /D "PASN_NOPRINTON" /D "PASN_LEANANDMEAN" /Yu"ptlib.h" /FD /c # SUBTRACT CPP /X # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0xc09 /d "NDEBUG" /d "_AFXDLL" # ADD RSC /l 0xc09 /d "NDEBUG" /d "_AFXDLL" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 ptclib.lib ptlib.lib comdlg32.lib winspool.lib wsock32.lib mpr.lib kernel32.lib user32.lib gdi32.lib shell32.lib advapi32.lib /nologo /subsystem:console /machine:I386 # ADD LINK32 openh323n.lib ptclib.lib ptlib.lib comdlg32.lib winspool.lib wsock32.lib mpr.lib kernel32.lib user32.lib gdi32.lib shell32.lib advapi32.lib /nologo /subsystem:console /machine:I386 !ENDIF # Begin Target # Name "CodecInfo - Win32 Release" # Name "CodecInfo - Win32 Debug" # Name "CodecInfo - Win32 No Trace" # Begin Group "Source Files" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File SOURCE=.\main.cxx # End Source File # Begin Source File SOURCE=.\precompile.cxx # ADD CPP /Yc"ptlib.h" # End Source File # End Group # Begin Group "Header Files" # PROP Default_Filter "h;hpp;hxx;hm;inl" # Begin Source File SOURCE=.\main.h # End Source File # Begin Source File SOURCE=.\version.h # End Source File # End Group # Begin Group "Resource Files" # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" # End Group # End Target # End Project openh323_v1_18_0/samples/codecinfo/codecinfo.dsw0100644000176200056700000000100010050135327021660 0ustar releasepostincrMicrosoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ############################################################################### Project: "CodecInfo"=.\codecinfo.dsp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ }}} ############################################################################### Global: Package=<5> {{{ }}} Package=<3> {{{ }}} ############################################################################### openh323_v1_18_0/samples/codecinfo/codecinfo.vcproj0100644000176200056700000001653510270321547022416 0ustar releasepostincr openh323_v1_18_0/samples/codecinfo/main.cxx0100644000176200056700000004157710270321547020714 0ustar releasepostincr/* * main.cxx * * A simple H.323 "net telephone" application. * * Copyright (C) 2004 Post Increment * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 * * The Initial Developer of the Original Code is Post Increment * * Contributor(s): ______________________________________. * * $Log: main.cxx,v $ * Revision 1.13 2005/07/23 01:54:47 rjongbloed * Fixed some compiler warnings * * Revision 1.12 2004/08/26 08:05:03 csoutheren * Codecs now appear in abstract factory system * Fixed Windows factory bootstrap system (again) * * Revision 1.11 2004/06/30 12:31:09 rjongbloed * Rewrite of plug in system to use single global variable for all factories to avoid all sorts * of issues with startup orders and Windows DLL multiple instances. * * Revision 1.10 2004/06/18 02:25:15 csoutheren * Added display of RTP payload types to media format display * * Revision 1.9 2004/06/15 10:12:07 csoutheren * Added -C option * * Revision 1.8 2004/06/01 05:53:51 csoutheren * Added option to show list of registered capabilities * * Revision 1.7 2004/05/23 12:38:40 rjongbloed * Tidied up the output format of the codec listing * * Revision 1.6 2004/05/18 22:29:17 csoutheren * Added trace commands * * Revision 1.5 2004/05/18 07:08:42 csoutheren * Fixed problem with help being displayed in wrong places * * Revision 1.4 2004/05/18 00:05:15 rjongbloed * Fixed Win32 compatibility * * Revision 1.3 2004/05/12 13:42:16 csoutheren * Added more functions * * Revision 1.2 2004/05/11 14:07:34 csoutheren * Updated to display all plugin codec information * * Revision 1.1 2004/05/11 01:19:37 csoutheren * Initial version * */ #include #ifdef __GNUC__ #define H323_STATIC_LIB #endif #include class CodecInfo : public PProcess { PCLASSINFO(CodecInfo, PProcess) public: CodecInfo(); void Main(); }; #define new PNEW PCREATE_PROCESS(CodecInfo) /////////////////////////////////////////////////////////////// CodecInfo::CodecInfo() : PProcess("Post Increment", "CodecInfo") { } PString DisplayLicenseType(int type) { PString str; switch (type) { case PluginCodec_Licence_None: str = "No license"; break; case PluginCodec_License_GPL: str = "GPL"; break; case PluginCodec_License_MPL: str = "MPL"; break; case PluginCodec_License_Freeware: str = "Freeware"; break; case PluginCodec_License_ResearchAndDevelopmentUseOnly: str = "Research and development use only"; break; case PluginCodec_License_BSD: str = "BSD"; break; default: if (type <= PluginCodec_License_NoRoyalties) str = "No royalty license"; else str = "Requires royalties"; break; } return str; } PString DisplayableString(const char * str) { if (str == NULL) return PString("(none)"); return PString(str); } PString DisplayLicenseInfo(PluginCodec_information * info) { PStringStream str; if (info == NULL) str << " None" << endl; else { str << " License" << endl << " Timestamp: " << PTime().AsString(PTime::RFC1123) << endl << " Source" << endl << " Author: " << DisplayableString(info->sourceAuthor) << endl << " Version: " << DisplayableString(info->sourceVersion) << endl << " Email: " << DisplayableString(info->sourceEmail) << endl << " URL: " << DisplayableString(info->sourceURL) << endl << " Copyright: " << DisplayableString(info->sourceCopyright) << endl << " License: " << DisplayableString(info->sourceLicense) << endl << " License Type: " << DisplayLicenseType(info->sourceLicenseCode) << endl << " Codec" << endl << " Description: " << DisplayableString(info->codecDescription) << endl << " Author: " << DisplayableString(info->codecAuthor) << endl << " Version: " << DisplayableString(info->codecVersion) << endl << " Email: " << DisplayableString(info->codecEmail) << endl << " URL: " << DisplayableString(info->codecURL) << endl << " Copyright: " << DisplayableString(info->codecCopyright) << endl << " License: " << DisplayableString(info->codecLicense) << endl << " License Type: " << DisplayLicenseType(info->codecLicenseCode) << endl; } return str; } void DisplayCodecDefn(PluginCodec_Definition & defn) { cout << " Version: " << defn.version << endl << DisplayLicenseInfo(defn.info) << " Flags: "; switch (defn.flags & PluginCodec_MediaTypeMask) { case PluginCodec_MediaTypeAudio: cout << "Audio"; break; case PluginCodec_MediaTypeVideo: cout << "Video"; break; case PluginCodec_MediaTypeAudioStreamed: cout << "Streamed audio (" << ((defn.flags & PluginCodec_BitsPerSampleMask) >> PluginCodec_BitsPerSamplePos) << " bits per sample)"; break; default: cout << "unknown type " << (defn.flags & PluginCodec_MediaTypeMask) << endl; break; } cout << ", " << ((defn.flags & PluginCodec_InputTypeRTP) ? "RTP input" : "raw input"); cout << ", " << ((defn.flags & PluginCodec_OutputTypeRTP) ? "RTP output" : "raw output"); cout << ", " << ((defn.flags & PluginCodec_RTPTypeExplicit) ? "explicit" : "dynamic") << " RTP payload"; cout << endl; cout << " Description: " << defn.descr << endl << " Source format: " << defn.sourceFormat << endl << " Dest format: " << defn.destFormat << endl << " Userdata: " << (void *)defn.userData << endl << " Sample rate: " << defn.sampleRate << endl << " Bits/sec: " << defn.bitsPerSec << endl << " Ns/frame: " << defn.nsPerFrame << endl << " Samples/frame: " << defn.samplesPerFrame << endl << " Bytes/frame: " << defn.bytesPerFrame << endl << " Frames/packet: " << defn.recommendedFramesPerPacket << endl << " Frames/packet (max): " << defn.maxFramesPerPacket << endl << " RTP payload: "; if (defn.flags & PluginCodec_RTPTypeExplicit) cout << (int)defn.rtpPayload << endl; else cout << "(not used)"; cout << endl << " SDP format: " << DisplayableString(defn.sdpFormat) << endl; cout << " Create function: " << (void *)defn.createCodec << endl << " Destroy function: " << (void *)defn.destroyCodec << endl << " Encode function: " << (void *)defn.codecFunction << endl; cout << " Codec controls: "; if (defn.codecControls == NULL) cout << "(none)" << endl; else { cout << endl; PluginCodec_ControlDefn * ctls = defn.codecControls; while (ctls->name != NULL) { cout << " " << ctls->name << "(" << (void *)ctls->control << ")" << endl; ++ctls; } } static char * capabilityNames[] = { "not defined", "programmed", "nonStandard", "generic", // audio codecs "G.711 Alaw 64k", "G.711 Alaw 56k", "G.711 Ulaw 64k", "G.711 Ulaw 56k", "G.722 64k", "G.722 56k", "G.722 48k", "G.723.1", "G.728", "G.729", "G.729 Annex A", "is11172", "is13818 Audio", "G.729 Annex B", "G.729 Annex A and Annex B", "G.723.1 Annex C", "GSM Full Rate", "GSM Half Rate", "GSM Enhanced Full Rate", "G.729 Extensions", // video codecs "H.261", "H.262", "H.263", "is11172" }; cout << " Capability type: "; if (defn.h323CapabilityType < (sizeof(capabilityNames) / sizeof(capabilityNames[0]))) cout << capabilityNames[defn.h323CapabilityType]; else cout << "Unknown capability code " << defn.h323CapabilityType; switch (defn.h323CapabilityType) { case PluginCodec_H323Codec_undefined: break; case PluginCodec_H323Codec_nonStandard: if (defn.h323CapabilityData == NULL) cout << ", no data" << endl; else { struct PluginCodec_H323NonStandardCodecData * data = (struct PluginCodec_H323NonStandardCodecData *)defn.h323CapabilityData; if (data->objectId != NULL) cout << ", objectID=" << data->objectId; else cout << ", t35=" << (int)data->t35CountryCode << "," << (int)data->t35Extension << "," << (int)data->manufacturerCode; if ((data->data == NULL) || (data->dataLength == 0)) cout << ", empty data"; else { BOOL printable = TRUE; for (unsigned i = 0; i < data->dataLength; ++i) printable = printable && (0x20 <= data->data[i] && data->data[i] < 0x7e); if (printable) cout << ", data=" << PString((const char *)data->data, data->dataLength); else cout << ", " << (int)data->dataLength << " bytes"; } if (data->capabilityMatchFunction != NULL) cout << ", match function provided"; cout << endl; } break; case PluginCodec_H323Codec_programmed: case PluginCodec_H323Codec_generic: case PluginCodec_H323AudioCodec_g711Alaw_64k: case PluginCodec_H323AudioCodec_g711Alaw_56k: case PluginCodec_H323AudioCodec_g711Ulaw_64k: case PluginCodec_H323AudioCodec_g711Ulaw_56k: case PluginCodec_H323AudioCodec_g722_64k: case PluginCodec_H323AudioCodec_g722_56k: case PluginCodec_H323AudioCodec_g722_48k: case PluginCodec_H323AudioCodec_g728: case PluginCodec_H323AudioCodec_g729: case PluginCodec_H323AudioCodec_g729AnnexA: case PluginCodec_H323AudioCodec_g729wAnnexB: case PluginCodec_H323AudioCodec_g729AnnexAwAnnexB: if (defn.h323CapabilityData != NULL) cout << (void *)defn.h323CapabilityData << endl; break; case PluginCodec_H323AudioCodec_g7231: cout << "silence supression " << ((defn.h323CapabilityData > 0) ? "on" : "off") << endl; break; case PluginCodec_H323AudioCodec_is11172: case PluginCodec_H323AudioCodec_is13818Audio: case PluginCodec_H323AudioCodec_g729Extensions: cout << "ignored"; break; case PluginCodec_H323AudioCodec_g7231AnnexC: if (defn.h323CapabilityData == NULL) cout << ", no data" << endl; else cout << "not displayed" << endl; break; case PluginCodec_H323AudioCodec_gsmFullRate: case PluginCodec_H323AudioCodec_gsmHalfRate: case PluginCodec_H323AudioCodec_gsmEnhancedFullRate: if (defn.h323CapabilityData == NULL) cout << ", no data -> default comfortNoise=0, scrambled=0" << endl; else { struct PluginCodec_H323AudioGSMData * data = (struct PluginCodec_H323AudioGSMData *)defn.h323CapabilityData; cout << ", comfort noise=" << data->comfortNoise << ", scrambled=" << data->scrambled; cout << endl; } break; case PluginCodec_H323VideoCodec_h261: case PluginCodec_H323VideoCodec_h262: case PluginCodec_H323VideoCodec_h263: case PluginCodec_H323VideoCodec_is11172: if (defn.h323CapabilityData == NULL) cout << ", no data" << endl; else cout << "not displayed" << endl; break; default: break; } } void DisplayMediaFormats(const OpalMediaFormat::List & mediaList) { PINDEX i; PINDEX max_len = 0; for (i = 0; i < mediaList.GetSize(); i++) { PINDEX len = mediaList[i].GetLength(); if (len > max_len) max_len = len; } for (i = 0; i < mediaList.GetSize(); i++) { OpalMediaFormat & fmt = mediaList[i]; cout << setw(max_len+2) << fmt << " "; switch (fmt.GetDefaultSessionID()) { case OpalMediaFormat::DefaultAudioSessionID: cout << "audio, rate=" << fmt.GetBandwidth() << ", RTP=" << fmt.GetPayloadType() << endl; break; case OpalMediaFormat::DefaultVideoSessionID: cout << "video, rate=" << fmt.GetBandwidth() << ", RTP=" << fmt.GetPayloadType() << endl; break; case OpalMediaFormat::DefaultDataSessionID: cout << "data" << endl;; break; default: cout << "unknown type " << mediaList[i].GetDefaultSessionID() << endl; } } } void CodecInfo::Main() { cout << GetName() << " Version " << GetVersion(TRUE) << " by " << GetManufacturer() << " on " << GetOSClass() << ' ' << GetOSName() << " (" << GetOSVersion() << '-' << GetOSHardware() << ")\n\n"; // Get and parse all of the command line arguments. PArgList & args = GetArguments(); args.Parse( "t-trace." "o-output:" "c-codecs." "h-help." "i-info:" "m-mediaformats." "p-pluginlist." "a-capabilities:" "C-caps:" "f-factory" , FALSE); PTrace::Initialise(args.GetOptionCount('t'), args.HasOption('o') ? (const char *)args.GetOptionString('o') : NULL, PTrace::Blocks | PTrace::Timestamp | PTrace::Thread | PTrace::FileAndLine); OpalMediaFormat::List mediaList = OpalMediaFormat::GetRegisteredMediaFormats(); H323PluginCodecManager & codecMgr = *(H323PluginCodecManager *)PFactory::CreateInstance("H323PluginCodecManager"); PPluginModuleManager::PluginListType pluginList = codecMgr.GetPluginList(); OpalMediaFormat::List stdCodecList = H323PluginCodecManager::GetMediaFormats(); H323CapabilityFactory::KeyList_T keyList = H323CapabilityFactory::GetKeyList(); if (args.HasOption('a')) { cout << "Registered capabilities:" << endl << setfill(',') << PStringArray(keyList) << setfill(' ') << endl; return; } if (args.HasOption('C')) { PString spec = args.GetOptionString('C'); H323Capabilities caps; caps.AddAllCapabilities(0, 0, spec); cout << "Standard capability set:" << caps << endl; for (PINDEX i = 0; i < stdCodecList.GetSize(); i++) { PString fmt = stdCodecList[i]; caps.FindCapability(fmt); } return; } if (args.HasOption('c')) { cout << "Standard codecs:" << endl; DisplayMediaFormats(stdCodecList); return; } if (args.HasOption('m')) { cout << "Registered media formats:" << endl; DisplayMediaFormats(mediaList); return; } if (args.HasOption('p')) { cout << "Plugin codecs:" << endl; for (int i = 0; i < pluginList.GetSize(); i++) { cout << " " << pluginList.GetKeyAt(i) << endl; } return; } if (args.HasOption('i')) { PString name = args.GetOptionString('i'); if (name.IsEmpty()) { cout << "error: -i must specify name of plugin" << endl; return; } for (int i = 0; i < pluginList.GetSize(); i++) { if (pluginList.GetKeyAt(i) == name) { PDynaLink & dll = pluginList.GetDataAt(i); PluginCodec_GetCodecFunction getCodecs; if (!dll.GetFunction(PLUGIN_CODEC_GET_CODEC_FN_STR, (PDynaLink::Function &)getCodecs)) { cout << "error: " << name << " is missing the function " << PLUGIN_CODEC_GET_CODEC_FN_STR << endl; return; } unsigned int count; PluginCodec_Definition * codecs = (*getCodecs)(&count, PLUGIN_CODEC_VERSION); if (codecs == NULL || count == 0) { cout << "error: " << name << " does not define any codecs for this version of the plugin API" << endl; return; } cout << name << " contains " << count << " coders:" << endl; for (unsigned j = 0; j < count; j++) { cout << "---------------------------------------" << endl << "Coder " << j+1 << endl; DisplayCodecDefn(codecs[j]); } return; } } cout << "error: plugin \"" << name << "\" not found" << endl; return; } if (args.HasOption('f')) { PFactory::KeyList_T list = PFactory::GetKeyList(); cout << "Codec factories:" << endl; for (PFactory::KeyList_T::const_iterator r = list.begin(); r != list.end(); ++r) cout << *r << endl; PFactory::CreateInstance("G.711-uLaw-64k|L16"); return; } cout << "available options:" << endl << " -c --codecs display standard codecs\n" << " -h --help display this help message\n" << " -i --info name display info about a plugin\n" << " -m --mediaformats display media formats\n" << " -p --pluginlist display codec plugins\n" << " -C --caps spec display capabilities that match the specification\n" << " -f --factory display codec conversion factories\n" ; } openh323_v1_18_0/samples/codecinfo/main.h0100644000176200056700000000733610050025051020317 0ustar releasepostincr/* * main.h * * A simple H.323 "net telephone" application. * * Copyright (c) 2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Portable Windows Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: main.h,v $ * Revision 1.1 2004/05/11 01:19:37 csoutheren * Initial version * * Revision 1.8 2001/11/01 01:35:25 robertj * Added default Fast Start disabled and H.245 tunneling disable flags * to the endpoint instance. * * Revision 1.7 2001/08/06 03:18:35 robertj * Fission of h323.h to h323ep.h & h323con.h, h323.h now just includes files. * Improved access to H.235 secure RAS functionality. * Changes to H.323 secure RAS contexts to help use with gk server. * * Revision 1.6 2001/08/03 11:56:26 robertj * Added conditional compile for H.235 stuff. * * Revision 1.5 2001/03/21 04:52:40 robertj * Added H.235 security to gatekeepers, thanks Fürbass Franz! * * Revision 1.4 2001/03/20 23:42:55 robertj * Used the new PTrace::Initialise function for starting trace code. * * Revision 1.3 2000/07/31 14:08:09 robertj * Added fast start and H.245 tunneling flags to the H323Connection constructor so can * disabled these features in easier manner to overriding virtuals. * * Revision 1.2 2000/06/07 05:47:56 robertj * Added call forwarding. * * Revision 1.1 2000/05/11 04:05:57 robertj * Simple sample program. * */ #ifndef _SimpleH323_MAIN_H #define _SimpleH323_MAIN_H #include class SimpleH323EndPoint : public H323EndPoint { PCLASSINFO(SimpleH323EndPoint, H323EndPoint); public: SimpleH323EndPoint(); ~SimpleH323EndPoint(); // overrides from H323EndPoint virtual H323Connection * CreateConnection(unsigned callReference); virtual BOOL OnIncomingCall(H323Connection &, const H323SignalPDU &, H323SignalPDU &); virtual H323Connection::AnswerCallResponse OnAnswerCall(H323Connection &, const PString &, const H323SignalPDU &, H323SignalPDU &); virtual BOOL OnConnectionForwarded(H323Connection &, const PString &, const H323SignalPDU &); virtual void OnConnectionEstablished(H323Connection & connection, const PString & token); virtual void OnConnectionCleared(H323Connection & connection, const PString & clearedCallToken); virtual BOOL OpenAudioChannel(H323Connection &, BOOL, unsigned, H323AudioCodec &); // New functions BOOL Initialise(PArgList &); BOOL SetSoundDevice(PArgList &, const char *, PSoundChannel::Directions); PString currentCallToken; protected: BOOL autoAnswer; PString busyForwardParty; }; class SimpleH323Connection : public H323Connection { PCLASSINFO(SimpleH323Connection, H323Connection); public: SimpleH323Connection(SimpleH323EndPoint &, unsigned); virtual BOOL OnStartLogicalChannel(H323Channel &); virtual void OnUserInputString(const PString &); protected: BOOL noFastStart; }; class SimpleH323Process : public PProcess { PCLASSINFO(SimpleH323Process, PProcess) public: SimpleH323Process(); ~SimpleH323Process(); void Main(); protected: SimpleH323EndPoint * endpoint; }; #endif // _SimpleH323_MAIN_H // End of File /////////////////////////////////////////////////////////////// openh323_v1_18_0/samples/codecinfo/precompile.cxx0100644000176200056700000000113210050135327022101 0ustar releasepostincr/* * precompile.cxx * * PWLib application source file for openam * * Precompiled header generation file. * * Copyright 1999 Equivalence * * $Log: precompile.cxx,v $ * Revision 1.1 2004/05/11 11:36:55 rjongbloed * Added windows build to codec info app. * * Revision 1.1 2000/05/11 10:00:38 robertj * Win32 compilation * * Revision 1.1 1999/10/11 00:35:40 craigs * Initiali version * * Revision 1.2 1999/01/26 06:35:08 robertj * Fixed $LOG$ variable in template files * */ #include // End of File /////////////////////////////////////////////////////////////// openh323_v1_18_0/samples/mfc/0040755000176200056700000000000010411467452016050 5ustar releasepostincropenh323_v1_18_0/samples/mfc/res/0040755000176200056700000000000010411467452016641 5ustar releasepostincropenh323_v1_18_0/samples/mfc/res/mfc.ico0100644000176200056700000000206607106416124020100 0ustar releasepostincr è&(( @€€€€€€€€€ÀÀÀ€€€ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿøÿÿÿÿÿÿ€ÿÿÿøÿÿÿÿ€ÿøÿÿˆî€îˆîîèîèîîîîîîîîîîîîîèîîîîŽàîîî€îîîˆøîîÿÿ€îˆÿÿøîÿÿÿÿ€ÿÿÿÿøÿÿÿÿÿÿˆÿÿÿÿÿÿøÌÿÿÿÿ€îÿÿÿÿøÌÌÌÿÿ€îÿÿøÌÌÌÌÌŽîøÌÌÌÌÌÌÌîîÌÌÄÄÌLÌLîàîLÄLLÄÌDÄîàîÄLÄÄLDÌDîîîîLÄLLÄÌDÄîîîDDLLDDDLîàîLLDDLDÄDÄDLÄÄLDÄîÿÿ€DÄDDLDLDîÿÿÿÿ€LDDDDDDDÿÿÿÿÿÿ„DDDDDDDDDÿÿÿÿ„DDDDDDDDDDDÿÿ„DDDDDDDDDDDDD„DDDDDDD( €€€€€€€€€€ÀÀÀ€€€ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿàààîààààîïðîïðïÿÿðÿÿðÀðð ÌÀ ÌÌÌàÌÄÌÌàîÌLÄÌîÄÌLDàðÌÄDDÿÿðDDDD@ðDDDDD@DDDopenh323_v1_18_0/samples/mfc/res/mfc.rc20100644000176200056700000000057607106416124020020 0ustar releasepostincr// // MFC.RC2 - resources Microsoft Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // Add manually edited resources here... ///////////////////////////////////////////////////////////////////////////// openh323_v1_18_0/samples/mfc/StdAfx.cpp0100644000176200056700000000030507106416124017735 0ustar releasepostincr// stdafx.cpp : source file that includes just the standard includes // mfc.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h" openh323_v1_18_0/samples/mfc/StdAfx.h0100644000176200056700000000203107106416124017400 0ustar releasepostincr// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #if !defined(AFX_STDAFX_H__CDA9CA9F_67F4_45F1_9959_F81723B4E60A__INCLUDED_) #define AFX_STDAFX_H__CDA9CA9F_67F4_45F1_9959_F81723B4E60A__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers #include // MFC core and standard components #include // MFC extensions #include // MFC support for Internet Explorer 4 Common Controls #ifndef _AFX_NO_AFXCMN_SUPPORT #include // MFC support for Windows Common Controls #endif // _AFX_NO_AFXCMN_SUPPORT //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. /**** Open H323 Start ****/ #include /**** Open H323 End ****/ #endif // !defined(AFX_STDAFX_H__CDA9CA9F_67F4_45F1_9959_F81723B4E60A__INCLUDED_) openh323_v1_18_0/samples/mfc/mfc.cpp0100644000176200056700000000357407106416124017324 0ustar releasepostincr// mfc.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "mfc.h" #include "mfcDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // CMfcApp BEGIN_MESSAGE_MAP(CMfcApp, CWinApp) //{{AFX_MSG_MAP(CMfcApp) // NOTE - the ClassWizard will add and remove mapping macros here. // DO NOT EDIT what you see in these blocks of generated code! //}}AFX_MSG ON_COMMAND(ID_HELP, CWinApp::OnHelp) END_MESSAGE_MAP() ///////////////////////////////////////////////////////////////////////////// // CMfcApp construction CMfcApp::CMfcApp() { // TODO: add construction code here, // Place all significant initialization in InitInstance } ///////////////////////////////////////////////////////////////////////////// // The one and only CMfcApp object CMfcApp theApp; ///////////////////////////////////////////////////////////////////////////// // CMfcApp initialization BOOL CMfcApp::InitInstance() { // Standard initialization // If you are not using these features and wish to reduce the size // of your final executable, you should remove from the following // the specific initialization routines you do not need. #ifdef _AFXDLL Enable3dControls(); // Call this when using MFC in a shared DLL #else Enable3dControlsStatic(); // Call this when linking to MFC statically #endif CMfcDlg dlg; m_pMainWnd = &dlg; int nResponse = dlg.DoModal(); if (nResponse == IDOK) { // TODO: Place code here to handle when the dialog is // dismissed with OK } else if (nResponse == IDCANCEL) { // TODO: Place code here to handle when the dialog is // dismissed with Cancel } // Since the dialog has been closed, return FALSE so that we exit the // application, rather than start the application's message pump. return FALSE; } openh323_v1_18_0/samples/mfc/mfc.dsp0100644000176200056700000001014410033472625017320 0ustar releasepostincr# Microsoft Developer Studio Project File - Name="mfc" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Application" 0x0101 CFG=mfc - Win32 Release !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE !MESSAGE NMAKE /f "mfc.mak". !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE !MESSAGE NMAKE /f "mfc.mak" CFG="mfc - Win32 Release" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "mfc - Win32 Release" (based on "Win32 (x86) Application") !MESSAGE "mfc - Win32 Debug" (based on "Win32 (x86) Application") !MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 # PROP Scc_ProjName "" # PROP Scc_LocalPath "" CPP=cl.exe MTL=midl.exe RSC=rc.exe !IF "$(CFG)" == "mfc - Win32 Release" # PROP BASE Use_MFC 6 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "Release" # PROP BASE Intermediate_Dir "Release" # PROP BASE Target_Dir "" # PROP Use_MFC 6 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "Release" # PROP Intermediate_Dir "Release" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c # ADD CPP /nologo /MD /W3 /GR /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0xc09 /d "NDEBUG" /d "_AFXDLL" # ADD RSC /l 0xc09 /d "NDEBUG" /d "_AFXDLL" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386 # ADD LINK32 openh323.lib ptlib.lib /nologo /subsystem:windows /machine:I386 !ELSEIF "$(CFG)" == "mfc - Win32 Debug" # PROP BASE Use_MFC 6 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "Debug" # PROP BASE Intermediate_Dir "Debug" # PROP BASE Target_Dir "" # PROP Use_MFC 6 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "Debug" # PROP Intermediate_Dir "Debug" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /GZ /c # ADD CPP /nologo /MDd /W3 /Gm /GR /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /GZ /c # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0xc09 /d "_DEBUG" /d "_AFXDLL" # ADD RSC /l 0xc09 /d "_DEBUG" /d "_AFXDLL" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept # ADD LINK32 openh323d.lib ptlibd.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept !ENDIF # Begin Target # Name "mfc - Win32 Release" # Name "mfc - Win32 Debug" # Begin Group "Source Files" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File SOURCE=.\mfc.cpp # End Source File # Begin Source File SOURCE=.\mfc.rc # End Source File # Begin Source File SOURCE=.\mfcDlg.cpp # End Source File # Begin Source File SOURCE=.\MfcEndPoint.cpp # End Source File # Begin Source File SOURCE=.\StdAfx.cpp # ADD CPP /Yc"stdafx.h" # End Source File # End Group # Begin Group "Header Files" # PROP Default_Filter "h;hpp;hxx;hm;inl" # Begin Source File SOURCE=.\mfc.h # End Source File # Begin Source File SOURCE=.\mfcDlg.h # End Source File # Begin Source File SOURCE=.\MfcEndPoint.h # End Source File # Begin Source File SOURCE=.\Resource.h # End Source File # Begin Source File SOURCE=.\StdAfx.h # End Source File # End Group # Begin Group "Resource Files" # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" # Begin Source File SOURCE=.\res\mfc.ico # End Source File # Begin Source File SOURCE=.\res\mfc.rc2 # End Source File # End Group # Begin Source File SOURCE=.\ReadMe.txt # End Source File # End Target # End Project openh323_v1_18_0/samples/mfc/mfc.dsw0100644000176200056700000000076407106416124017335 0ustar releasepostincrMicrosoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ############################################################################### Project: "mfc"=.\mfc.dsp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ }}} ############################################################################### Global: Package=<5> {{{ }}} Package=<3> {{{ }}} ############################################################################### openh323_v1_18_0/samples/mfc/mfc.h0100644000176200056700000000264007106416124016762 0ustar releasepostincr// mfc.h : main header file for the MFC application // #if !defined(AFX_MFC_H__A1FF011A_641B_44F1_8897_1615CE1DFF7A__INCLUDED_) #define AFX_MFC_H__A1FF011A_641B_44F1_8897_1615CE1DFF7A__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #ifndef __AFXWIN_H__ #error include 'stdafx.h' before including this file for PCH #endif #include "resource.h" // main symbols ///////////////////////////////////////////////////////////////////////////// // CMfcApp: // See mfc.cpp for the implementation of this class // class CMfcApp : public CWinApp { public: CMfcApp(); /**** Open H323 Start ****/ class PWLibProcess : public PProcess { PCLASSINFO(PWLibProcess, PProcess); void Main() { } } pwlibProcess; /**** Open H323 End ****/ // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CMfcApp) public: virtual BOOL InitInstance(); //}}AFX_VIRTUAL // Implementation //{{AFX_MSG(CMfcApp) // NOTE - the ClassWizard will add and remove member functions here. // DO NOT EDIT what you see in these blocks of generated code ! //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_MFC_H__A1FF011A_641B_44F1_8897_1615CE1DFF7A__INCLUDED_) openh323_v1_18_0/samples/mfc/mfc.rc0100644000176200056700000001315507106416124017142 0ustar releasepostincr//Microsoft Developer Studio generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #include "afxres.h" ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // English (U.S.) resources #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) #ifdef _WIN32 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US #pragma code_page(1252) #endif //_WIN32 ///////////////////////////////////////////////////////////////////////////// // // Dialog // IDD_ABOUTBOX DIALOG DISCARDABLE 0, 0, 235, 55 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "About mfc" FONT 8, "MS Sans Serif" BEGIN ICON IDR_MAINFRAME,IDC_STATIC,11,17,20,20 LTEXT "Open H323 MFC Sample Version 1.0",IDC_STATIC,40,10,119, 8,SS_NOPREFIX LTEXT "Copyright (C) 2000 Equivalence Pty. Ltd.",IDC_STATIC,40, 25,119,8 DEFPUSHBUTTON "OK",IDOK,178,7,50,14,WS_GROUP END IDD_MFC_DIALOG DIALOGEX 0, 0, 207, 96 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_APPWINDOW CAPTION "Open H323 MFC Sample" FONT 8, "MS Sans Serif" BEGIN EDITTEXT IDC_DESTINATION,7,15,128,12,ES_AUTOHSCROLL PUSHBUTTON "&Call",IDC_CALL,142,14,50,14,WS_DISABLED CTEXT "",IDC_CALLER,7,36,193,8 PUSHBUTTON "&Answer",IDC_ANSWER,14,51,50,14,WS_DISABLED PUSHBUTTON "&Refuse",IDC_REFUSE,78,51,50,14,WS_DISABLED PUSHBUTTON "&Hang Up",IDC_HANGUP,142,51,50,14,WS_DISABLED PUSHBUTTON "&Quit",IDCANCEL,78,75,50,14 END #ifndef _MAC ///////////////////////////////////////////////////////////////////////////// // // Version // VS_VERSION_INFO VERSIONINFO FILEVERSION 1,0,0,1 PRODUCTVERSION 1,0,0,1 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L #else FILEFLAGS 0x0L #endif FILEOS 0x4L FILETYPE 0x1L FILESUBTYPE 0x0L BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "040904B0" BEGIN VALUE "CompanyName", "\0" VALUE "FileDescription", "mfc MFC Application\0" VALUE "FileVersion", "1, 0, 0, 1\0" VALUE "InternalName", "mfc\0" VALUE "LegalCopyright", "Copyright (C) 2000\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "mfc.EXE\0" VALUE "ProductName", "mfc Application\0" VALUE "ProductVersion", "1, 0, 0, 1\0" END END BLOCK "VarFileInfo" BEGIN VALUE "Translation", 0x409, 1200 END END #endif // !_MAC ///////////////////////////////////////////////////////////////////////////// // // DESIGNINFO // #ifdef APSTUDIO_INVOKED GUIDELINES DESIGNINFO DISCARDABLE BEGIN IDD_ABOUTBOX, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 228 TOPMARGIN, 7 BOTTOMMARGIN, 48 END IDD_MFC_DIALOG, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 200 TOPMARGIN, 7 BOTTOMMARGIN, 89 END END #endif // APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // String Table // STRINGTABLE DISCARDABLE BEGIN IDS_ABOUTBOX "&About mfc..." END #endif // English (U.S.) resources ///////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////// // English (Australia) resources #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENA) #ifdef _WIN32 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_AUS #pragma code_page(1252) #endif //_WIN32 #ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // TEXTINCLUDE // 1 TEXTINCLUDE DISCARDABLE BEGIN "resource.h\0" END 2 TEXTINCLUDE DISCARDABLE BEGIN "#include ""afxres.h""\r\n" "\0" END 3 TEXTINCLUDE DISCARDABLE BEGIN "#define _AFX_NO_SPLITTER_RESOURCES\r\n" "#define _AFX_NO_OLE_RESOURCES\r\n" "#define _AFX_NO_TRACKER_RESOURCES\r\n" "#define _AFX_NO_PROPERTY_RESOURCES\r\n" "\r\n" "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n" "#ifdef _WIN32\r\n" "LANGUAGE 9, 1\r\n" "#pragma code_page(1252)\r\n" "#endif //_WIN32\r\n" "#include ""res\\mfc.rc2"" // non-Microsoft Visual C++ edited resources\r\n" "#include ""afxres.rc"" // Standard components\r\n" "#endif\r\n" "\0" END #endif // APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Icon // // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. IDR_MAINFRAME ICON DISCARDABLE "res\\mfc.ico" #endif // English (Australia) resources ///////////////////////////////////////////////////////////////////////////// #ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 3 resource. // #define _AFX_NO_SPLITTER_RESOURCES #define _AFX_NO_OLE_RESOURCES #define _AFX_NO_TRACKER_RESOURCES #define _AFX_NO_PROPERTY_RESOURCES #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) #ifdef _WIN32 LANGUAGE 9, 1 #pragma code_page(1252) #endif //_WIN32 #include "res\mfc.rc2" // non-Microsoft Visual C++ edited resources #include "afxres.rc" // Standard components #endif ///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED openh323_v1_18_0/samples/mfc/mfc.vcproj0100644000176200056700000001436510033665024020043 0ustar releasepostincr openh323_v1_18_0/samples/mfc/mfcDlg.cpp0100644000176200056700000001244407106416124017747 0ustar releasepostincr// mfcDlg.cpp : implementation file // #include "stdafx.h" #include "mfc.h" #include "mfcDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // CAboutDlg dialog used for App About class CAboutDlg : public CDialog { public: CAboutDlg(); // Dialog Data //{{AFX_DATA(CAboutDlg) enum { IDD = IDD_ABOUTBOX }; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CAboutDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: //{{AFX_MSG(CAboutDlg) //}}AFX_MSG DECLARE_MESSAGE_MAP() }; CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD) { //{{AFX_DATA_INIT(CAboutDlg) //}}AFX_DATA_INIT } void CAboutDlg::DoDataExchange(CDataExchange* pDX) { CDialog::DoDataExchange(pDX); //{{AFX_DATA_MAP(CAboutDlg) //}}AFX_DATA_MAP } BEGIN_MESSAGE_MAP(CAboutDlg, CDialog) //{{AFX_MSG_MAP(CAboutDlg) // No message handlers //}}AFX_MSG_MAP END_MESSAGE_MAP() ///////////////////////////////////////////////////////////////////////////// // CMfcDlg dialog CMfcDlg::CMfcDlg(CWnd* pParent /*=NULL*/) : CDialog(CMfcDlg::IDD, pParent) { //{{AFX_DATA_INIT(CMfcDlg) m_destination = _T(""); //}}AFX_DATA_INIT // Note that LoadIcon does not require a subsequent DestroyIcon in Win32 m_hIcon = AfxGetApp()->LoadIcon(IDR_MAINFRAME); } void CMfcDlg::DoDataExchange(CDataExchange* pDX) { CDialog::DoDataExchange(pDX); //{{AFX_DATA_MAP(CMfcDlg) DDX_Control(pDX, IDC_CALLER, m_caller); DDX_Control(pDX, IDC_REFUSE, m_refuse); DDX_Control(pDX, IDC_HANGUP, m_hangup); DDX_Control(pDX, IDC_ANSWER, m_answer); DDX_Control(pDX, IDC_CALL, m_call); DDX_Text(pDX, IDC_DESTINATION, m_destination); //}}AFX_DATA_MAP } BEGIN_MESSAGE_MAP(CMfcDlg, CDialog) //{{AFX_MSG_MAP(CMfcDlg) ON_WM_SYSCOMMAND() ON_WM_PAINT() ON_WM_QUERYDRAGICON() ON_BN_CLICKED(IDC_CALL, OnCall) ON_BN_CLICKED(IDC_ANSWER, OnAnswer) ON_BN_CLICKED(IDC_REFUSE, OnRefuse) ON_BN_CLICKED(IDC_HANGUP, OnHangup) ON_EN_CHANGE(IDC_DESTINATION, OnChangeDestination) //}}AFX_MSG_MAP END_MESSAGE_MAP() ///////////////////////////////////////////////////////////////////////////// // CMfcDlg message handlers BOOL CMfcDlg::OnInitDialog() { CDialog::OnInitDialog(); // Add "About..." menu item to system menu. // IDM_ABOUTBOX must be in the system command range. ASSERT((IDM_ABOUTBOX & 0xFFF0) == IDM_ABOUTBOX); ASSERT(IDM_ABOUTBOX < 0xF000); CMenu* pSysMenu = GetSystemMenu(FALSE); if (pSysMenu != NULL) { CString strAboutMenu; strAboutMenu.LoadString(IDS_ABOUTBOX); if (!strAboutMenu.IsEmpty()) { pSysMenu->AppendMenu(MF_SEPARATOR); pSysMenu->AppendMenu(MF_STRING, IDM_ABOUTBOX, strAboutMenu); } } // Set the icon for this dialog. The framework does this automatically // when the application's main window is not a dialog SetIcon(m_hIcon, TRUE); // Set big icon SetIcon(m_hIcon, FALSE); // Set small icon m_endpoint.Initialise(this); return TRUE; // return TRUE unless you set the focus to a control } void CMfcDlg::OnSysCommand(UINT nID, LPARAM lParam) { if ((nID & 0xFFF0) == IDM_ABOUTBOX) { CAboutDlg dlgAbout; dlgAbout.DoModal(); } else { CDialog::OnSysCommand(nID, lParam); } } // If you add a minimize button to your dialog, you will need the code below // to draw the icon. For MFC applications using the document/view model, // this is automatically done for you by the framework. void CMfcDlg::OnPaint() { if (IsIconic()) { CPaintDC dc(this); // device context for painting SendMessage(WM_ICONERASEBKGND, (WPARAM) dc.GetSafeHdc(), 0); // Center icon in client rectangle int cxIcon = GetSystemMetrics(SM_CXICON); int cyIcon = GetSystemMetrics(SM_CYICON); CRect rect; GetClientRect(&rect); int x = (rect.Width() - cxIcon + 1) / 2; int y = (rect.Height() - cyIcon + 1) / 2; // Draw the icon dc.DrawIcon(x, y, m_hIcon); } else { CDialog::OnPaint(); } } // The system calls this to obtain the cursor to display while the user drags // the minimized window. HCURSOR CMfcDlg::OnQueryDragIcon() { return (HCURSOR) m_hIcon; } void CMfcDlg::OnCall() { m_endpoint.MakeCall((const char *)m_destination, m_token); m_call.EnableWindow(FALSE); m_hangup.EnableWindow(); } void CMfcDlg::OnAnswer() { m_caller.SetWindowText(""); m_answer.EnableWindow(FALSE); m_refuse.EnableWindow(FALSE); m_hangup.EnableWindow(FALSE); m_call.EnableWindow(); H323Connection * connection = m_endpoint.FindConnectionWithLock(m_token); if (connection == NULL) m_call.EnableWindow(); else { connection->AnsweringCall(H323Connection::AnswerCallNow); connection->Unlock(); } } void CMfcDlg::OnRefuse() { m_caller.SetWindowText(""); m_answer.EnableWindow(FALSE); m_refuse.EnableWindow(FALSE); m_hangup.EnableWindow(FALSE); H323Connection * connection = m_endpoint.FindConnectionWithLock(m_token); if (connection == NULL) m_call.EnableWindow(); else { connection->AnsweringCall(H323Connection::AnswerCallDenied); connection->Unlock(); } } void CMfcDlg::OnHangup() { m_endpoint.ClearCall(m_token); m_hangup.EnableWindow(FALSE); m_call.EnableWindow(); } void CMfcDlg::OnChangeDestination() { UpdateData(); m_call.EnableWindow(!m_destination.IsEmpty()); } openh323_v1_18_0/samples/mfc/mfcDlg.h0100644000176200056700000000302107106416124017403 0ustar releasepostincr// mfcDlg.h : header file // #if !defined(AFX_MFCDLG_H__D73EA34B_CCAF_4862_840F_E7EA0162585D__INCLUDED_) #define AFX_MFCDLG_H__D73EA34B_CCAF_4862_840F_E7EA0162585D__INCLUDED_ #include "MfcEndPoint.h" // Added by ClassView #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 ///////////////////////////////////////////////////////////////////////////// // CMfcDlg dialog class CMfcDlg : public CDialog { // Construction public: PString m_token; CMfcEndPoint m_endpoint; CMfcDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CMfcDlg) enum { IDD = IDD_MFC_DIALOG }; CStatic m_caller; CButton m_refuse; CButton m_hangup; CButton m_answer; CButton m_call; CString m_destination; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CMfcDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CMfcDlg) virtual BOOL OnInitDialog(); afx_msg void OnSysCommand(UINT nID, LPARAM lParam); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); afx_msg void OnCall(); afx_msg void OnAnswer(); afx_msg void OnRefuse(); afx_msg void OnHangup(); afx_msg void OnChangeDestination(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_MFCDLG_H__D73EA34B_CCAF_4862_840F_E7EA0162585D__INCLUDED_) openh323_v1_18_0/samples/mfc/mfcEndPoint.cpp0100644000176200056700000000375710045443544020772 0ustar releasepostincr// MfcEndPoint.cpp: implementation of the CMfcEndPoint class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "mfc.h" #include "MfcEndPoint.h" #include "MfcDlg.h" #ifdef _DEBUG #undef THIS_FILE static char THIS_FILE[]=__FILE__; #define new DEBUG_NEW #endif ////////////////////////////////////////////////////////////////////// // Construction/Destruction ////////////////////////////////////////////////////////////////////// CMfcEndPoint::CMfcEndPoint() { m_dialog = NULL; } CMfcEndPoint::~CMfcEndPoint() { } BOOL CMfcEndPoint::Initialise(CMfcDlg *dlg) { m_dialog = dlg; AddAllCapabilities(0, 0, "GSM*{sw}"); AddAllCapabilities(0, 0, "G.711*{sw}"); AddAllCapabilities(0, 0, "LPC*{sw}"); AddAllUserInputCapabilities(0, 1); return StartListener("*"); } H323Connection * CMfcEndPoint::CreateConnection(unsigned int refID) { return new H323Connection(*this, refID); } void CMfcEndPoint::OnConnectionEstablished(H323Connection & connection, const PString & token) { m_dialog->m_token = token; m_dialog->m_call.EnableWindow(FALSE); m_dialog->m_answer.EnableWindow(FALSE); m_dialog->m_refuse.EnableWindow(FALSE); m_dialog->m_hangup.EnableWindow(); m_dialog->m_caller.SetWindowText("In call with " + connection.GetRemotePartyName()); } void CMfcEndPoint::OnConnectionCleared(H323Connection &, const PString &) { m_dialog->m_answer.EnableWindow(FALSE); m_dialog->m_refuse.EnableWindow(FALSE); m_dialog->m_hangup.EnableWindow(FALSE); m_dialog->m_call.EnableWindow(); m_dialog->m_caller.SetWindowText(""); } H323Connection::AnswerCallResponse CMfcEndPoint::OnAnswerCall(H323Connection & connection, const PString &caller, const H323SignalPDU &, H323SignalPDU &) { m_dialog->m_token = connection.GetCallToken(); m_dialog->m_caller.SetWindowText(caller + " is calling."); m_dialog->m_answer.EnableWindow(); m_dialog->m_refuse.EnableWindow(); m_dialog->m_call.EnableWindow(FALSE); return H323Connection::AnswerCallPending; } openh323_v1_18_0/samples/mfc/mfcEndPoint.h0100644000176200056700000000177607106416124020434 0ustar releasepostincr// MfcEndPoint.h: interface for the CMfcEndPoint class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_MFCENDPOINT_H__B1AF53B8_E3C6_4590_BBC8_6614922EC493__INCLUDED_) #define AFX_MFCENDPOINT_H__B1AF53B8_E3C6_4590_BBC8_6614922EC493__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #include class CMfcDlg; class CMfcEndPoint : public H323EndPoint { public: virtual H323Connection::AnswerCallResponse OnAnswerCall(H323Connection &, const PString & caller,const H323SignalPDU &,H323SignalPDU &); virtual void OnConnectionEstablished(H323Connection & connection, const PString & token); virtual void OnConnectionCleared(H323Connection & connection, const PString & clearedCallToken); BOOL Initialise(CMfcDlg * dlg); virtual H323Connection * CreateConnection(unsigned refID); CMfcEndPoint(); virtual ~CMfcEndPoint(); protected: CMfcDlg * m_dialog; }; #endif // !defined(AFX_MFCENDPOINT_H__B1AF53B8_E3C6_4590_BBC8_6614922EC493__INCLUDED_) openh323_v1_18_0/samples/mfc/resource.h0100644000176200056700000000156507106416124020051 0ustar releasepostincr//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by mfc.rc // #define IDM_ABOUTBOX 0x0010 #define IDD_ABOUTBOX 100 #define IDS_ABOUTBOX 101 #define IDD_MFC_DIALOG 102 #define IDR_MAINFRAME 128 #define IDC_DESTINATION 1000 #define IDC_CALL 1001 #define IDC_ANSWER 1002 #define IDC_CALLER 1003 #define IDC_REFUSE 1004 #define IDC_HANGUP 1005 // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 129 #define _APS_NEXT_COMMAND_VALUE 32771 #define _APS_NEXT_CONTROL_VALUE 1004 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif openh323_v1_18_0/samples/opent38/0040755000176200056700000000000010411467452016603 5ustar releasepostincropenh323_v1_18_0/samples/opent38/Makefile0100644000176200056700000000034307372665406020253 0ustar releasepostincr PROG = opent38 SOURCES := main.cxx # NOTRACE=0 ifndef PWLIBDIR PWLIBDIR=$(HOME)/pwlib endif include $(PWLIBDIR)/make/ptlib.mak ifndef OPENH323DIR OPENH323DIR=$(HOME)/openh323 endif include $(OPENH323DIR)/openh323u.mak openh323_v1_18_0/samples/opent38/main.cxx0100644000176200056700000000752407457170471020270 0ustar releasepostincr/* * main.cxx * * Version number header file for simple OpenH323 sample T.38 transmitter. * * Copyright (c) 2001 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Portable Windows Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: main.cxx,v $ * Revision 1.6 2002/04/17 03:51:21 robertj * Fixed correct function override, thanks Suk Tong Hoon * * Revision 1.5 2001/12/22 03:35:52 robertj * Added create protocol function to H323Connection. * * Revision 1.4 2001/12/22 01:57:46 robertj * Added file lines to trace output. * Added creation of T.38 rotocol handler. * * Revision 1.3 2001/12/20 04:10:06 robertj * More T.38 testing * * Revision 1.2 2001/12/13 11:07:03 robertj * More implementation * */ #include #include "main.h" #include "version.h" #include #include PCREATE_PROCESS(T38App); /////////////////////////////////////////////////////////////// T38App::T38App() : PProcess("Open H323 Project", "OpenT38", MAJOR_VERSION, MINOR_VERSION, BUILD_TYPE, BUILD_NUMBER) { } void T38App::Main() { PArgList & args = GetArguments(); args.Parse( "t-trace." "o-output:" "-tcp." "-udp." "u:" "F." "l-listen." , FALSE); PString destAddr; if (!args.HasOption('l')) { if (args.GetCount() < 1) { cout << "usage: " << GetName() << " [options] destaddr" << endl << "where options are:" << endl << " -t enable tracing" << endl << " -o output tracing to file" << endl << " -u set local username" << endl << " --udp enable UDP transport" << endl << " --tcp enable TCP transport" << endl << " -F disable fastStart" << endl; return; } destAddr = args[0]; } PTrace::Initialise(args.GetOptionCount('t'), args.HasOption('o') ? (const char *)args.GetOptionString('o') : NULL, PTrace::Timestamp|PTrace::Thread|PTrace::FileAndLine); T38EndPoint endpoint(destAddr.IsEmpty()); if (args.HasOption('u')) endpoint.SetLocalUserName(args.GetOptionString('u')); endpoint.AddAllCapabilities(0, 0, "G.711*{sw}"); H323_T38Capability::TransportMode transportMode = H323_T38Capability::e_UDP; if (args.HasOption("udp")) transportMode = H323_T38Capability::e_UDP; else if (args.HasOption("tcp")) transportMode = H323_T38Capability::e_SingleTCP; endpoint.SetCapability(0, 1, new H323_T38Capability(transportMode)); if (args.HasOption('F')) endpoint.DisableFastStart(TRUE); if (destAddr.IsEmpty()) { if (!endpoint.StartListener("*")) { PTRACE(1, "Could not start listener"); cerr << "Could not start listener"; return; } cout << "Awaiting call..." << ::flush; Sleep(PMaxTimeInterval); } else { PTRACE(1, "Making the call..."); PString token; endpoint.MakeCall(destAddr, token); while (endpoint.HasConnection(token)) Sleep(1000); } } /////////////////////////////////////////////////////////////// T38EndPoint::T38EndPoint(BOOL rx) { autoStartReceiveFax = rx; autoStartTransmitFax = !rx; } OpalT38Protocol * T38EndPoint::CreateT38ProtocolHandler(const H323Connection &) const { return new OpalT38Protocol(); } // End of File /////////////////////////////////////////////////////////////// openh323_v1_18_0/samples/opent38/main.h0100644000176200056700000000330507457170517017707 0ustar releasepostincr/* * main.h * * Version number header file for simple OpenH323 sample T.38 transmitter. * * Copyright (c) 2001 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Portable Windows Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: main.h,v $ * Revision 1.5 2002/04/17 03:51:43 robertj * Fixed correct function override, thanks Suk Tong Hoon * * Revision 1.4 2001/12/22 03:36:02 robertj * Added create protocol function to H323Connection. * * Revision 1.3 2001/12/20 04:10:06 robertj * More T.38 testing * * Revision 1.2 2001/12/13 11:07:03 robertj * More implementation * */ #ifndef _T38App_MAIN_H #define _T38App_MAIN_H #include #include "t38proto.h" class T38App : public PProcess { PCLASSINFO(T38App, PProcess) public: T38App(); void Main(); }; class T38EndPoint : public H323EndPoint { PCLASSINFO(T38EndPoint, H323EndPoint); public: T38EndPoint(BOOL rx); virtual OpalT38Protocol * CreateT38ProtocolHandler( const H323Connection & connection ) const; }; #endif // _T38App_MAIN_H // End of File /////////////////////////////////////////////////////////////// openh323_v1_18_0/samples/opent38/opent38.dep0100644000176200056700000001462707466615334020616 0ustar releasepostincr# Microsoft Developer Studio Generated Dependency File, included by opent38.mak .\main.cxx : \ "..\..\include\mediafmt.h"\ ".\main.h"\ ".\version.h"\ {$(INCLUDE)}"channels.h"\ {$(INCLUDE)}"gkclient.h"\ {$(INCLUDE)}"gsmcodec.h"\ {$(INCLUDE)}"guid.h"\ {$(INCLUDE)}"h225ras.h"\ {$(INCLUDE)}"h235auth.h"\ {$(INCLUDE)}"h261codec.h"\ {$(INCLUDE)}"h323.h"\ {$(INCLUDE)}"h323caps.h"\ {$(INCLUDE)}"h323con.h"\ {$(INCLUDE)}"h323ep.h"\ {$(INCLUDE)}"h323t38.h"\ {$(INCLUDE)}"lpc10codec.h"\ {$(INCLUDE)}"mscodecs.h"\ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ {$(INCLUDE)}"t38proto.h"\ {$(INCLUDE)}"transports.h"\ !IF "$(CFG)" == "OpenT38 - Win32 Release" .\precompile.cxx : \ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ !ELSEIF "$(CFG)" == "OpenT38 - Win32 Debug" .\precompile.cxx : \ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ !ELSEIF "$(CFG)" == "OpenT38 - Win32 No Trace" .\precompile.cxx : \ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\videoio1394dc.h"\ !ENDIF openh323_v1_18_0/samples/opent38/opent38.dsp0100644000176200056700000001212210034731341020576 0ustar releasepostincr# Microsoft Developer Studio Project File - Name="OpenT38" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Application" 0x0101 CFG=OpenT38 - Win32 Release !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE !MESSAGE NMAKE /f "opent38.mak". !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE !MESSAGE NMAKE /f "opent38.mak" CFG="OpenT38 - Win32 Release" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "OpenT38 - Win32 Release" (based on "Win32 (x86) Application") !MESSAGE "OpenT38 - Win32 Debug" (based on "Win32 (x86) Application") !MESSAGE "OpenT38 - Win32 No Trace" (based on "Win32 (x86) Application") !MESSAGE # Begin Project # PROP AllowPerConfigDependencies 1 # PROP Scc_ProjName "" # PROP Scc_LocalPath "" CPP=cl.exe MTL=midl.exe RSC=rc.exe !IF "$(CFG)" == "OpenT38 - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "Release" # PROP BASE Intermediate_Dir "Release" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "Release" # PROP Intermediate_Dir "Release" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /YX /FD /c # ADD CPP /nologo /MD /W4 /GR /GX /O2 /Ob2 /D "NDEBUG" /D "PTRACING" /Yu"ptlib.h" /FD /c # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0xc09 /d "NDEBUG" /d "_AFXDLL" # ADD RSC /l 0xc09 /d "NDEBUG" /d "_AFXDLL" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386 # ADD LINK32 openh323.lib ptclib.lib ptlib.lib comdlg32.lib winspool.lib wsock32.lib mpr.lib kernel32.lib user32.lib gdi32.lib shell32.lib advapi32.lib /nologo /subsystem:console /machine:I386 !ELSEIF "$(CFG)" == "OpenT38 - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "Debug" # PROP BASE Intermediate_Dir "Debug" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "Debug" # PROP Intermediate_Dir "Debug" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /YX /FD /GZ /c # ADD CPP /nologo /MDd /W4 /Gm /GR /GX /ZI /Od /D "_DEBUG" /D "PTRACING" /Yu"ptlib.h" /FD /GZ /c # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0xc09 /d "_DEBUG" /d "_AFXDLL" # ADD RSC /l 0xc09 /d "_DEBUG" /d "_AFXDLL" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept # ADD LINK32 openh323d.lib ptclibd.lib ptlibd.lib comdlg32.lib winspool.lib wsock32.lib mpr.lib kernel32.lib user32.lib gdi32.lib shell32.lib advapi32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept !ELSEIF "$(CFG)" == "OpenT38 - Win32 No Trace" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "NoTrace" # PROP BASE Intermediate_Dir "NoTrace" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "NoTrace" # PROP Intermediate_Dir "NoTrace" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /MD /W4 /GX /O2 /I "..\include" /D "NDEBUG" /Yu"ptlib.h" /FD /c # ADD CPP /nologo /MD /W4 /GR /GX /O1 /Ob2 /D "NDEBUG" /D "PASN_NOPRINTON" /D "PASN_LEANANDMEAN" /Yu"ptlib.h" /FD /c # SUBTRACT CPP /X # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0xc09 /d "NDEBUG" /d "_AFXDLL" # ADD RSC /l 0xc09 /d "NDEBUG" /d "_AFXDLL" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 ptclib.lib ptlib.lib comdlg32.lib winspool.lib wsock32.lib mpr.lib kernel32.lib user32.lib gdi32.lib shell32.lib advapi32.lib /nologo /subsystem:console /machine:I386 # ADD LINK32 openh323n.lib ptclib.lib ptlib.lib comdlg32.lib winspool.lib wsock32.lib mpr.lib kernel32.lib user32.lib gdi32.lib shell32.lib advapi32.lib /nologo /subsystem:console /machine:I386 !ENDIF # Begin Target # Name "OpenT38 - Win32 Release" # Name "OpenT38 - Win32 Debug" # Name "OpenT38 - Win32 No Trace" # Begin Group "Source Files" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File SOURCE=.\main.cxx # End Source File # Begin Source File SOURCE=.\precompile.cxx # ADD CPP /Yc"ptlib.h" # End Source File # End Group # Begin Group "Header Files" # PROP Default_Filter "h;hpp;hxx;hm;inl" # Begin Source File SOURCE=.\main.h # End Source File # Begin Source File SOURCE=.\version.h # End Source File # End Group # Begin Group "Resource Files" # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" # End Group # End Target # End Project openh323_v1_18_0/samples/opent38/opent38.mak0100644000176200056700000002215307431657137020606 0ustar releasepostincr# Microsoft Developer Studio Generated NMAKE File, Based on opent38.dsp !IF "$(CFG)" == "" CFG=OpenT38 - Win32 Release !MESSAGE No configuration specified. Defaulting to OpenT38 - Win32 Release. !ENDIF !IF "$(CFG)" != "OpenT38 - Win32 Release" && "$(CFG)" != "OpenT38 - Win32 Debug" && "$(CFG)" != "OpenT38 - Win32 No Trace" !MESSAGE Invalid configuration "$(CFG)" specified. !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE !MESSAGE NMAKE /f "opent38.mak" CFG="OpenT38 - Win32 Release" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "OpenT38 - Win32 Release" (based on "Win32 (x86) Application") !MESSAGE "OpenT38 - Win32 Debug" (based on "Win32 (x86) Application") !MESSAGE "OpenT38 - Win32 No Trace" (based on "Win32 (x86) Application") !MESSAGE !ERROR An invalid configuration is specified. !ENDIF !IF "$(OS)" == "Windows_NT" NULL= !ELSE NULL=nul !ENDIF !IF "$(CFG)" == "OpenT38 - Win32 Release" OUTDIR=.\Release INTDIR=.\Release # Begin Custom Macros OutDir=.\Release # End Custom Macros !IF "$(RECURSE)" == "0" ALL : "$(OUTDIR)\opent38.exe" !ELSE ALL : "OpenH323dll - Win32 Release" "$(OUTDIR)\opent38.exe" !ENDIF !IF "$(RECURSE)" == "1" CLEAN :"OpenH323dll - Win32 ReleaseCLEAN" !ELSE CLEAN : !ENDIF -@erase "$(INTDIR)\main.obj" -@erase "$(INTDIR)\opent38.pch" -@erase "$(INTDIR)\precompile.obj" -@erase "$(INTDIR)\vc60.idb" -@erase "$(OUTDIR)\opent38.exe" "$(OUTDIR)" : if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" CPP=cl.exe CPP_PROJ=/nologo /MD /W4 /GX /O2 /Ob2 /I "$(OPENSSLDIR)/inc32" /D "NDEBUG" /D "PTRACING" /D P_SSL=0$(OPENSSLFLAG) /Fp"$(INTDIR)\opent38.pch" /Yu"ptlib.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c .c{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .cpp{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .cxx{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .c{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << .cpp{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << .cxx{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << MTL=midl.exe MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32 RSC=rc.exe BSC32=bscmake.exe BSC32_FLAGS=/nologo /o"$(OUTDIR)\opent38.bsc" BSC32_SBRS= \ LINK32=link.exe LINK32_FLAGS=openh323.lib ptclib.lib ptlib.lib comdlg32.lib winspool.lib wsock32.lib mpr.lib kernel32.lib user32.lib gdi32.lib shell32.lib advapi32.lib /nologo /subsystem:console /incremental:no /pdb:"$(OUTDIR)\opent38.pdb" /machine:I386 /out:"$(OUTDIR)\opent38.exe" LINK32_OBJS= \ "$(INTDIR)\main.obj" \ "$(INTDIR)\precompile.obj" \ "..\..\lib\OpenH323.lib" "$(OUTDIR)\opent38.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) $(LINK32) @<< $(LINK32_FLAGS) $(LINK32_OBJS) << !ELSEIF "$(CFG)" == "OpenT38 - Win32 Debug" OUTDIR=.\Debug INTDIR=.\Debug # Begin Custom Macros OutDir=.\Debug # End Custom Macros !IF "$(RECURSE)" == "0" ALL : "$(OUTDIR)\opent38.exe" !ELSE ALL : "OpenH323dll - Win32 Debug" "$(OUTDIR)\opent38.exe" !ENDIF !IF "$(RECURSE)" == "1" CLEAN :"OpenH323dll - Win32 DebugCLEAN" !ELSE CLEAN : !ENDIF -@erase "$(INTDIR)\main.obj" -@erase "$(INTDIR)\opent38.pch" -@erase "$(INTDIR)\precompile.obj" -@erase "$(INTDIR)\vc60.idb" -@erase "$(INTDIR)\vc60.pdb" -@erase "$(OUTDIR)\opent38.exe" -@erase "$(OUTDIR)\opent38.ilk" -@erase "$(OUTDIR)\opent38.pdb" "$(OUTDIR)" : if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" CPP=cl.exe CPP_PROJ=/nologo /MDd /W4 /Gm /GX /ZI /Od /I "$(OPENSSLDIR)/inc32" /D "_DEBUG" /D "PTRACING" /D P_SSL=0$(OPENSSLFLAG) /Fp"$(INTDIR)\opent38.pch" /Yu"ptlib.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c .c{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .cpp{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .cxx{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .c{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << .cpp{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << .cxx{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << MTL=midl.exe MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32 RSC=rc.exe BSC32=bscmake.exe BSC32_FLAGS=/nologo /o"$(OUTDIR)\opent38.bsc" BSC32_SBRS= \ LINK32=link.exe LINK32_FLAGS=openh323d.lib ptclibd.lib ptlibd.lib comdlg32.lib winspool.lib wsock32.lib mpr.lib kernel32.lib user32.lib gdi32.lib shell32.lib advapi32.lib /nologo /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\opent38.pdb" /debug /machine:I386 /out:"$(OUTDIR)\opent38.exe" /pdbtype:sept LINK32_OBJS= \ "$(INTDIR)\main.obj" \ "$(INTDIR)\precompile.obj" \ "..\..\lib\OpenH323d.lib" "$(OUTDIR)\opent38.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) $(LINK32) @<< $(LINK32_FLAGS) $(LINK32_OBJS) << !ELSEIF "$(CFG)" == "OpenT38 - Win32 No Trace" OUTDIR=.\NoTrace INTDIR=.\NoTrace # Begin Custom Macros OutDir=.\NoTrace # End Custom Macros !IF "$(RECURSE)" == "0" ALL : "$(OUTDIR)\opent38.exe" !ELSE ALL : "OpenH323dll - Win32 No Trace" "$(OUTDIR)\opent38.exe" !ENDIF !IF "$(RECURSE)" == "1" CLEAN :"OpenH323dll - Win32 No TraceCLEAN" !ELSE CLEAN : !ENDIF -@erase "$(INTDIR)\main.obj" -@erase "$(INTDIR)\opent38.pch" -@erase "$(INTDIR)\precompile.obj" -@erase "$(INTDIR)\vc60.idb" -@erase "$(OUTDIR)\opent38.exe" "$(OUTDIR)" : if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" CPP=cl.exe CPP_PROJ=/nologo /MD /W4 /GX /O1 /Ob2 /I "$(OPENSSLDIR)/inc32" /D "NDEBUG" /D "PASN_NOPRINTON" /D "PASN_LEANANDMEAN" /D P_SSL=0$(OPENSSLFLAG) /Fp"$(INTDIR)\opent38.pch" /Yu"ptlib.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c .c{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .cpp{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .cxx{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .c{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << .cpp{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << .cxx{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << MTL=midl.exe MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32 RSC=rc.exe BSC32=bscmake.exe BSC32_FLAGS=/nologo /o"$(OUTDIR)\opent38.bsc" BSC32_SBRS= \ LINK32=link.exe LINK32_FLAGS=openh323n.lib ptclib.lib ptlib.lib comdlg32.lib winspool.lib wsock32.lib mpr.lib kernel32.lib user32.lib gdi32.lib shell32.lib advapi32.lib /nologo /subsystem:console /incremental:no /pdb:"$(OUTDIR)\opent38.pdb" /machine:I386 /out:"$(OUTDIR)\opent38.exe" LINK32_OBJS= \ "$(INTDIR)\main.obj" \ "$(INTDIR)\precompile.obj" \ "..\..\lib\OpenH323n.lib" "$(OUTDIR)\opent38.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) $(LINK32) @<< $(LINK32_FLAGS) $(LINK32_OBJS) << !ENDIF !IF "$(NO_EXTERNAL_DEPS)" != "1" !IF EXISTS("opent38.dep") !INCLUDE "opent38.dep" !ELSE !MESSAGE Warning: cannot find "opent38.dep" !ENDIF !ENDIF !IF "$(CFG)" == "OpenT38 - Win32 Release" || "$(CFG)" == "OpenT38 - Win32 Debug" || "$(CFG)" == "OpenT38 - Win32 No Trace" SOURCE=.\main.cxx "$(INTDIR)\main.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\opent38.pch" SOURCE=.\precompile.cxx !IF "$(CFG)" == "OpenT38 - Win32 Release" CPP_SWITCHES=/nologo /MD /W4 /GX /O2 /Ob2 /I "$(OPENSSLDIR)/inc32" /D "NDEBUG" /D "PTRACING" /D P_SSL=0$(OPENSSLFLAG) /Fp"$(INTDIR)\opent38.pch" /Yc"ptlib.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c "$(INTDIR)\precompile.obj" "$(INTDIR)\opent38.pch" : $(SOURCE) "$(INTDIR)" $(CPP) @<< $(CPP_SWITCHES) $(SOURCE) << !ELSEIF "$(CFG)" == "OpenT38 - Win32 Debug" CPP_SWITCHES=/nologo /MDd /W4 /Gm /GX /ZI /Od /I "$(OPENSSLDIR)/inc32" /D "_DEBUG" /D "PTRACING" /D P_SSL=0$(OPENSSLFLAG) /Fp"$(INTDIR)\opent38.pch" /Yc"ptlib.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c "$(INTDIR)\precompile.obj" "$(INTDIR)\opent38.pch" : $(SOURCE) "$(INTDIR)" $(CPP) @<< $(CPP_SWITCHES) $(SOURCE) << !ELSEIF "$(CFG)" == "OpenT38 - Win32 No Trace" CPP_SWITCHES=/nologo /MD /W4 /GX /O1 /Ob2 /I "$(OPENSSLDIR)/inc32" /D "NDEBUG" /D "PASN_NOPRINTON" /D "PASN_LEANANDMEAN" /D P_SSL=0$(OPENSSLFLAG) /Fp"$(INTDIR)\opent38.pch" /Yc"ptlib.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c "$(INTDIR)\precompile.obj" "$(INTDIR)\opent38.pch" : $(SOURCE) "$(INTDIR)" $(CPP) @<< $(CPP_SWITCHES) $(SOURCE) << !ENDIF !IF "$(CFG)" == "OpenT38 - Win32 Release" "OpenH323dll - Win32 Release" : cd "\Work\openh323" $(MAKE) /$(MAKEFLAGS) /F .\OpenH323dll.mak CFG="OpenH323dll - Win32 Release" cd ".\samples\opent38" "OpenH323dll - Win32 ReleaseCLEAN" : cd "\Work\openh323" $(MAKE) /$(MAKEFLAGS) /F .\OpenH323dll.mak CFG="OpenH323dll - Win32 Release" RECURSE=1 CLEAN cd ".\samples\opent38" !ELSEIF "$(CFG)" == "OpenT38 - Win32 Debug" "OpenH323dll - Win32 Debug" : cd "\Work\openh323" $(MAKE) /$(MAKEFLAGS) /F .\OpenH323dll.mak CFG="OpenH323dll - Win32 Debug" cd ".\samples\opent38" "OpenH323dll - Win32 DebugCLEAN" : cd "\Work\openh323" $(MAKE) /$(MAKEFLAGS) /F .\OpenH323dll.mak CFG="OpenH323dll - Win32 Debug" RECURSE=1 CLEAN cd ".\samples\opent38" !ELSEIF "$(CFG)" == "OpenT38 - Win32 No Trace" "OpenH323dll - Win32 No Trace" : cd "\Work\openh323" $(MAKE) /$(MAKEFLAGS) /F .\OpenH323dll.mak CFG="OpenH323dll - Win32 No Trace" cd ".\samples\opent38" "OpenH323dll - Win32 No TraceCLEAN" : cd "\Work\openh323" $(MAKE) /$(MAKEFLAGS) /F .\OpenH323dll.mak CFG="OpenH323dll - Win32 No Trace" RECURSE=1 CLEAN cd ".\samples\opent38" !ENDIF !ENDIF openh323_v1_18_0/samples/opent38/opent38.vcproj0100644000176200056700000001641510034257544021334 0ustar releasepostincr openh323_v1_18_0/samples/opent38/precompile.cxx0100644000176200056700000000111407411006101021442 0ustar releasepostincr/* * precompile.cxx * * PWLib application source file for openam * * Precompiled header generation file. * * Copyright 1999 Equivalence * * $Log: precompile.cxx,v $ * Revision 1.1 2001/12/22 04:29:53 robertj * Added win32 compile support * * Revision 1.1 2000/05/11 10:00:38 robertj * Win32 compilation * * Revision 1.1 1999/10/11 00:35:40 craigs * Initiali version * * Revision 1.2 1999/01/26 06:35:08 robertj * Fixed $LOG$ variable in template files * */ #include // End of File /////////////////////////////////////////////////////////////// openh323_v1_18_0/samples/opent38/version.h0100644000176200056700000000220407411006101020416 0ustar releasepostincr/* * version.h * * Version number header file for simple OpenH323 sample T.38 transmitter. * * Copyright (c) 2001 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Open H323 Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * * Library dependencies: * * pwlib: v1.2.7 CVS tag: HEAD */ #ifndef _OpenT38_VERSION_H #define _OpenT38_VERSION_H #define MAJOR_VERSION 1 #define MINOR_VERSION 0 #define BUILD_TYPE ReleaseCode #define BUILD_NUMBER 0 #endif // _OpenT38_VERSION_H // End of File /////////////////////////////////////////////////////////////// openh323_v1_18_0/samples/ospsample/0040755000176200056700000000000010411467452017306 5ustar releasepostincropenh323_v1_18_0/samples/ospsample/main.cxx0100644000176200056700000002240410166162561020755 0ustar releasepostincr/* * main.cxx * * PWLib application source file for OSPSample * * Main program entry point. * * Copyright (C) 2004 Post Increment * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Portable Windows Library. * * The Initial Developer of the Original Code is Post Increment * * This code was written with assistance from TransNexus, Inc. * http://www.transnexus.com * * Contributor(s): ______________________________________. * * $Log: main.cxx,v $ * Revision 1.5 2005/01/03 06:25:53 csoutheren * Added extensive support for disabling code modules at compile time * * Revision 1.4 2004/12/20 05:56:33 csoutheren * Last check for spelling problems * * Revision 1.3 2004/12/20 02:33:50 csoutheren * Updated for changes to function names * * Revision 1.2 2004/12/09 23:43:03 csoutheren * Added hangup command * * Revision 1.1 2004/12/08 02:00:59 csoutheren * Initial version of OSP sample program * */ #include "precompile.h" #include "main.h" #include "version.h" #include #include #define DEFAULT_OSP_SERVER "http://osptestserver.transnexus.com:1080/osp" typedef BOOL (OSPSample::* CmdFunction)(const PStringArray & tokens); struct CommandInfoType { const char * cmd; int minArgCount; CmdFunction function; const char * argHelp; const char * help; } Commands[] = { { "help", 0, &OSPSample::CmdHelp }, { "status", 0, &OSPSample::CmdStatus }, { "localaddr", 1, &OSPSample::CmdIPAddress, "ipaddress", "set local IP address" }, { "ospserver", 1, &OSPSample::CmdServer, "url [privkey pubkey cakey]", "set OSP server (i.e. http://osptestserver.transnexus.com:1080/osp)" }, { "call", 2, &OSPSample::CmdCall, "srcnum dstnum [callid]", "make a new outgoing call" }, { "connect", 0, &OSPSample::CmdConnect, NULL, "set connect time for a call" }, // { "validate", 3, &OSPSample::CmdValidate, "[srcnum dstnum callid]", "validate new call (or last call if no parms)" }, { "hangup", 0, &OSPSample::CmdHangup, NULL, "hangup the current call" }, { "quit", 0, &OSPSample::CmdQuit, NULL, "exit program" }, { "exit", 0, &OSPSample::CmdQuit, NULL, "exit program" }, { NULL } }; static inline PString StringOrEmpty(const PString & str) { return str.IsEmpty() ? "(empty)" : str; } static inline PString DataOrNone(const PBYTEArray & data) { PStringStream str; if (data.GetSize() == 0) str << "(none)"; else str << endl << hex << data; return str; } PCREATE_PROCESS(OSPSample); OSPSample::OSPSample() : PProcess("Post Increment", "ospsample", MAJOR_VERSION, MINOR_VERSION, BUILD_TYPE, BUILD_NUMBER) { } void OSPSample::Main() { PArgList & args = GetArguments(); args.Parse( #if PTRACING "o-output:" "-no-output." "t-trace." "-no-trace." #endif ); #if PTRACING PTrace::Initialise(args.GetOptionCount('t'), args.HasOption('o') ? (const char *)args.GetOptionString('o') : NULL, PTrace::Blocks | PTrace::Timestamp | PTrace::Thread | PTrace::FileAndLine); #endif cout << "OSP Test Program " << GetVersion() << endl; // get a plausible local interface address PIPSocket::InterfaceTable interfaceTable; BOOL foundPublic = FALSE; if (PIPSocket::GetInterfaceTable(interfaceTable)) { PINDEX i; for (i = 0; i < interfaceTable.GetSize(); ++i) { PIPSocket::Address addr = interfaceTable[i].GetAddress(); if (!addr.IsLoopback()) { if (!foundPublic || !addr.IsRFC1918()) localAddr = addr; } } } if (!localAddr.IsValid()) cout << "WARNING: using local host as local address" << endl; else cout << "Local address is " << localAddr << endl; running = TRUE; while (running) { cout << "Command ? " << flush; PString line; cin >> line; line.Trim(); PStringArray args = line.Tokenise(' '); if (args.GetSize() == 0) continue; PCaselessString cmd = args[0]; args.RemoveAt(0); CommandInfoType * command = Commands; while (command->cmd != NULL) { if (cmd == command->cmd) break; ++command; } if (command->cmd == NULL) { PError << "error: unknown command \"" << cmd << "\"" << endl; continue; } if (args.GetSize() < command->minArgCount) { PError << "error: not enough args - " << command->minArgCount << " required" << endl; cout << "usage: " << cmd; if (command->argHelp != NULL) cout << command->argHelp; cout << endl; continue; } (this->*command->function)(args); } } void OSPSample::DisplayResult(const PString & title, int result) { cout << title << " returned error code = " << result << endl; } BOOL OSPSample::CmdHelp(const PStringArray & /*args*/) { CommandInfoType * command = Commands; while (command->cmd != NULL) { cout << command->cmd; if (command->argHelp != NULL) cout << " " << command->argHelp; cout << endl; if (command->help != NULL) cout << " " << command->help << endl; ++command; } return TRUE; } BOOL OSPSample::CmdStatus(const PStringArray & /*args*/) { if (!provider.IsOpen()) { cout << "No provider open" << endl << endl; return FALSE; } cout << "Provider open" << endl; if (!transaction.IsOpen()) { cout << "No transaction open" << endl; return FALSE; } else { cout << "No. of destinations : " << numberOfDestinations << endl << "Call ID: " << DataOrNone(callID) << endl << "Call token: " << DataOrNone(callToken) << endl << endl; } return TRUE; } BOOL OSPSample::CmdIPAddress(const PStringArray & args) { localAddr = PIPSocket::Address(args[0]); cout << "Local address set to " << localAddr << endl; return TRUE; } BOOL OSPSample::CmdQuit(const PStringArray & /*tokens*/) { cout << "Exiting" << endl; running = FALSE; return TRUE; } BOOL OSPSample::CmdServer(const PStringArray & args) { int result; if (args.GetSize() < 4) result = provider.Open(args[0]); else result = provider.Open(args[0], args[1], args[2], args[3]); DisplayResult("Transaction::Open", result); return result == 0; } BOOL OSPSample::CmdCall(const PStringArray & args) { int result = 0; if (!provider.IsOpen()) { cout << "Opening default OSP server " << DEFAULT_OSP_SERVER << endl; if (!CmdServer(PStringArray(DEFAULT_OSP_SERVER))) return FALSE; } if (transaction.IsOpen()) { cout << "Closing old transaction..." << flush; result = CmdHangup(PStringArray()); DisplayResult("hangup", result); } cout << "Opening new transaction..." << flush; result = transaction.Open(provider); if (result != 0) { cout << "failed" << endl; DisplayResult("Transaction::Open", result); return FALSE; } PString source(OpalOSP::IpAddressPortToOSPString(localAddr, 1720)); H225_AliasAddress src, dst; H323SetAliasAddress(args[0], src, H225_AliasAddress::e_dialedDigits); H323SetAliasAddress(args[1], dst, H225_AliasAddress::e_dialedDigits); if (args.GetSize() > 2) callID = OpalGloballyUniqueID(args[2]); else callID = OpalGloballyUniqueID(); unsigned numberOfDestinations = 10; result = transaction.Authorise( source, "", src, dst, callID, numberOfDestinations); if (result != 0) { cout << "failed" << endl; DisplayResult("Transaction::Authorise", result); return FALSE; } cout << "returned " << numberOfDestinations << " routeDestinations" << endl; if (numberOfDestinations == 0) return TRUE; result = transaction.GetFirstDestination(timeLimit, callID, calledNumber, routeDestination, device, callToken); if (result != 0) { DisplayResult("Transaction::GetFirstDestination", result); return FALSE; } cout << "First destination:\n" << " Dest number: " << calledNumber << endl << " Device: " << StringOrEmpty(device) << endl << " Destination: " << StringOrEmpty(routeDestination) << endl << " Time limit: " << timeLimit << endl << " Call ID: " << DataOrNone(callID) << endl << " Token: " << DataOrNone(callToken) << endl; return TRUE; } BOOL OSPSample::CmdConnect(const PStringArray & /*tokens*/) { if (!transaction.IsOpen()) { PError << "error: no call active" << endl; return FALSE; } transaction.CallConnect(PTime()); cout << "Connect time set\n"; return TRUE; } BOOL OSPSample::CmdHangup(const PStringArray & /*args*/) { if (!transaction.IsOpen()) { PError << "error: no call active" << endl; return FALSE; } transaction.CallEnd(); transaction.Close(); cout << "Call hungup\n"; return TRUE; } // End of File /////////////////////////////////////////////////////////////// openh323_v1_18_0/samples/ospsample/main.h0100644000176200056700000000453210161464621020401 0ustar releasepostincr/* * main.h * * PWLib application header file for OSPSample * * Copyright (C) 2004 Post Increment * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Portable Windows Library. * * The Initial Developer of the Original Code is Post Increment * * This code was written with assistance from TransNexus, Inc. * http://www.transnexus.com * * Contributor(s): ______________________________________. * * $Log: main.h,v $ * Revision 1.3 2004/12/20 05:56:33 csoutheren * Last check for spelling problems * * Revision 1.2 2004/12/09 23:43:03 csoutheren * Added hangup command * * Revision 1.1 2004/12/08 02:00:59 csoutheren * Initial version of OSP sample program * */ #ifndef _OSPSample_MAIN_H #define _OSPSample_MAIN_H #include class OSPSample : public PProcess { PCLASSINFO(OSPSample, PProcess) public: OSPSample(); virtual void Main(); BOOL CmdHelp(const PStringArray & tokens); BOOL CmdStatus(const PStringArray & tokens); BOOL CmdKey(const PStringArray & tokens); BOOL CmdCert(const PStringArray & tokens); BOOL CmdAuthCert(const PStringArray & tokens); BOOL CmdServer(const PStringArray & tokens); BOOL CmdCall(const PStringArray & tokens); BOOL CmdConnect(const PStringArray & tokens); BOOL CmdIPAddress(const PStringArray & tokens); BOOL CmdQuit(const PStringArray & tokens); BOOL CmdHangup(const PStringArray & tokens); void DisplayResult(const PString & title, int result); protected: PIPSocket::Address localAddr; OpalOSP::Provider provider; OpalOSP::Transaction transaction; BOOL running; PBYTEArray callID; PBYTEArray callToken; unsigned numberOfDestinations; unsigned timeLimit; PString calledNumber; PString routeDestination; PString device; }; #endif // _OSPSample_MAIN_H // End of File /////////////////////////////////////////////////////////////// openh323_v1_18_0/samples/ospsample/ospsample.dsp0100644000176200056700000001001310155460133022003 0ustar releasepostincr# Microsoft Developer Studio Project File - Name="ospsample" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Application" 0x0101 CFG=ospsample - Win32 Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE !MESSAGE NMAKE /f "ospsample.mak". !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE !MESSAGE NMAKE /f "ospsample.mak" CFG="ospsample - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "ospsample - Win32 Release" (based on "Win32 (x86) Application") !MESSAGE "ospsample - Win32 Debug" (based on "Win32 (x86) Application") !MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 # PROP Scc_ProjName "" # PROP Scc_LocalPath "" CPP=cl.exe MTL=midl.exe RSC=rc.exe !IF "$(CFG)" == "ospsample - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "Release" # PROP BASE Intermediate_Dir "Release" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "Release" # PROP Intermediate_Dir "Release" # PROP Target_Dir "" # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /YX /FD /c # ADD CPP /nologo /MD /W4 /GX /O2 /I "..\..\include\pwlib\mswin" /I "..\..\include\ptlib\msos" /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"precompile.h" /FD /c # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0xc09 /d "NDEBUG" /d "_AFXDLL" # ADD RSC /l 0xc09 /d "NDEBUG" /d "_AFXDLL" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386 # ADD LINK32 ptclib.lib ptlibs.lib comdlg32.lib winspool.lib wsock32.lib mpr.lib kernel32.lib user32.lib gdi32.lib shell32.lib advapi32.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\lib" !ELSEIF "$(CFG)" == "ospsample - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "Debug" # PROP BASE Intermediate_Dir "Debug" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "Debug" # PROP Intermediate_Dir "Debug" # PROP Target_Dir "" # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /YX /FD /GZ /c # ADD CPP /nologo /MDd /W4 /Gm /GX /ZI /Od /I "..\..\include\pwlib\mswin" /I "..\..\include\ptlib\msos" /I "..\..\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"precompile.h" /FD /GZ /c # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0xc09 /d "_DEBUG" /d "_AFXDLL" # ADD RSC /l 0xc09 /d "_DEBUG" /d "_AFXDLL" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept # ADD LINK32 ptclibd.lib ptlibsd.lib comdlg32.lib winspool.lib wsock32.lib mpr.lib kernel32.lib user32.lib gdi32.lib shell32.lib advapi32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\lib" !ENDIF # Begin Target # Name "ospsample - Win32 Release" # Name "ospsample - Win32 Debug" # Begin Group "Source Files" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File SOURCE=.\main.cxx # End Source File # Begin Source File SOURCE=.\precompile.cxx # ADD CPP /Yc"precompile.h" # End Source File # End Group # Begin Group "Header Files" # PROP Default_Filter "h;hpp;hxx;hm;inl" # Begin Source File SOURCE=.\main.h # End Source File # Begin Source File SOURCE=.\precompile.h # End Source File # Begin Source File SOURCE=.\version.h # End Source File # End Group # Begin Group "Resource Files" # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" # End Group # End Target # End Project openh323_v1_18_0/samples/ospsample/ospsample.dsw0100644000176200056700000000100010155460133022006 0ustar releasepostincrMicrosoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ############################################################################### Project: "ospsample"=.\ospsample.dsp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ }}} ############################################################################### Global: Package=<5> {{{ }}} Package=<3> {{{ }}} ############################################################################### openh323_v1_18_0/samples/ospsample/ospsample.sln0100644000176200056700000000773010155460133022025 0ustar releasepostincrMicrosoft Visual Studio Solution File, Format Version 8.00 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ospsample", "ospsample.vcproj", "{3D9F7A6D-8E39-4AE2-A07C-F2F940DFF846}" ProjectSection(ProjectDependencies) = postProject {E0C92F25-49DE-4827-B027-CC6150BD6F87} = {E0C92F25-49DE-4827-B027-CC6150BD6F87} EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OpenH323Lib", "..\..\OpenH323Lib.vcproj", "{E0C92F25-49DE-4827-B027-CC6150BD6F87}" ProjectSection(ProjectDependencies) = postProject {2EDD243A-6133-4BDA-A642-3CEBDABB8F4A} = {2EDD243A-6133-4BDA-A642-3CEBDABB8F4A} EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Console Components", "..\..\..\pwlib\src\ptlib\msos\Console Components.vcproj", "{2EDD243A-6133-4BDA-A642-3CEBDABB8F4A}" ProjectSection(ProjectDependencies) = postProject {E61B4DFB-0CAB-46DD-BB02-1AFFD61DB7F5} = {E61B4DFB-0CAB-46DD-BB02-1AFFD61DB7F5} EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Console", "..\..\..\pwlib\src\ptlib\msos\Console.vcproj", "{E61B4DFB-0CAB-46DD-BB02-1AFFD61DB7F5}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SimpH323", "..\simple\simple.vcproj", "{734AB983-364F-41CF-B252-E35CD6328AE5}" ProjectSection(ProjectDependencies) = postProject {E0C92F25-49DE-4827-B027-CC6150BD6F87} = {E0C92F25-49DE-4827-B027-CC6150BD6F87} EndProjectSection EndProject Global GlobalSection(SolutionConfiguration) = preSolution Debug = Debug No Trace = No Trace Release = Release EndGlobalSection GlobalSection(ProjectConfiguration) = postSolution {3D9F7A6D-8E39-4AE2-A07C-F2F940DFF846}.Debug.ActiveCfg = Debug|Win32 {3D9F7A6D-8E39-4AE2-A07C-F2F940DFF846}.Debug.Build.0 = Debug|Win32 {3D9F7A6D-8E39-4AE2-A07C-F2F940DFF846}.No Trace.ActiveCfg = Debug|Win32 {3D9F7A6D-8E39-4AE2-A07C-F2F940DFF846}.No Trace.Build.0 = Debug|Win32 {3D9F7A6D-8E39-4AE2-A07C-F2F940DFF846}.Release.ActiveCfg = Release|Win32 {3D9F7A6D-8E39-4AE2-A07C-F2F940DFF846}.Release.Build.0 = Release|Win32 {E0C92F25-49DE-4827-B027-CC6150BD6F87}.Debug.ActiveCfg = Debug|Win32 {E0C92F25-49DE-4827-B027-CC6150BD6F87}.Debug.Build.0 = Debug|Win32 {E0C92F25-49DE-4827-B027-CC6150BD6F87}.No Trace.ActiveCfg = No Trace|Win32 {E0C92F25-49DE-4827-B027-CC6150BD6F87}.No Trace.Build.0 = No Trace|Win32 {E0C92F25-49DE-4827-B027-CC6150BD6F87}.Release.ActiveCfg = Release|Win32 {E0C92F25-49DE-4827-B027-CC6150BD6F87}.Release.Build.0 = Release|Win32 {2EDD243A-6133-4BDA-A642-3CEBDABB8F4A}.Debug.ActiveCfg = Debug|Win32 {2EDD243A-6133-4BDA-A642-3CEBDABB8F4A}.Debug.Build.0 = Debug|Win32 {2EDD243A-6133-4BDA-A642-3CEBDABB8F4A}.No Trace.ActiveCfg = Release|Win32 {2EDD243A-6133-4BDA-A642-3CEBDABB8F4A}.No Trace.Build.0 = Release|Win32 {2EDD243A-6133-4BDA-A642-3CEBDABB8F4A}.Release.ActiveCfg = Release|Win32 {2EDD243A-6133-4BDA-A642-3CEBDABB8F4A}.Release.Build.0 = Release|Win32 {E61B4DFB-0CAB-46DD-BB02-1AFFD61DB7F5}.Debug.ActiveCfg = Debug|Win32 {E61B4DFB-0CAB-46DD-BB02-1AFFD61DB7F5}.Debug.Build.0 = Debug|Win32 {E61B4DFB-0CAB-46DD-BB02-1AFFD61DB7F5}.No Trace.ActiveCfg = Release|Win32 {E61B4DFB-0CAB-46DD-BB02-1AFFD61DB7F5}.No Trace.Build.0 = Release|Win32 {E61B4DFB-0CAB-46DD-BB02-1AFFD61DB7F5}.Release.ActiveCfg = Release|Win32 {E61B4DFB-0CAB-46DD-BB02-1AFFD61DB7F5}.Release.Build.0 = Release|Win32 {734AB983-364F-41CF-B252-E35CD6328AE5}.Debug.ActiveCfg = Debug|Win32 {734AB983-364F-41CF-B252-E35CD6328AE5}.Debug.Build.0 = Debug|Win32 {734AB983-364F-41CF-B252-E35CD6328AE5}.No Trace.ActiveCfg = No Trace|Win32 {734AB983-364F-41CF-B252-E35CD6328AE5}.No Trace.Build.0 = No Trace|Win32 {734AB983-364F-41CF-B252-E35CD6328AE5}.Release.ActiveCfg = Release|Win32 {734AB983-364F-41CF-B252-E35CD6328AE5}.Release.Build.0 = Release|Win32 EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution EndGlobalSection GlobalSection(ExtensibilityAddIns) = postSolution EndGlobalSection EndGlobal openh323_v1_18_0/samples/ospsample/ospsample.vcproj0100644000176200056700000001330510155460134022530 0ustar releasepostincr openh323_v1_18_0/samples/ospsample/precompile.cxx0100644000176200056700000000215510155460134022164 0ustar releasepostincr/* * precompile.cxx * * PWLib application source file for emailtest * * Precompiled header generation file. * * Copyright (c) 2004 Post Increment * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Portable Windows Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: precompile.cxx,v $ * Revision 1.1 2004/12/08 02:01:00 csoutheren * Initial version of OSP sample program * * Revision 1.1 2004/08/11 07:39:05 csoutheren * Initial version * */ #include "precompile.h" // End of File /////////////////////////////////////////////////////////////// openh323_v1_18_0/samples/ospsample/precompile.h0100644000176200056700000000233610155460134021612 0ustar releasepostincr/* * precompile.cxx * * PWLib application source file for emailtest * * Precompiled header generation file. * * Copyright (c) 2004 Post Increment * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Portable Windows Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: precompile.h,v $ * Revision 1.1 2004/12/08 02:01:00 csoutheren * Initial version of OSP sample program * * Revision 1.1 2004/08/11 07:39:05 csoutheren * Initial version * * Revision 1.1 2003/02/20 01:10:52 robertj * Changed precompiled header so can precompile more than just ptlib.h * */ #include // End of File /////////////////////////////////////////////////////////////// openh323_v1_18_0/samples/ospsample/version.h0100644000176200056700000000222210155460134021132 0ustar releasepostincr/* * main.h * * PWLib application header file for emailtest * * Copyright (c) 2004 Post Increment * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Portable Windows Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * Library dependencies: * * pwlib: v1.4.0 CVS tag: v1_4_0 * openh323: v1.10.0 CVS tag: v1_10_0 */ #ifndef _Emailtest_VERSION_H #define _Emailtest_VERSION_H #define MAJOR_VERSION 1 #define MINOR_VERSION 0 #define BUILD_TYPE AlphaCode #define BUILD_NUMBER 1 #endif // _Emailtest_VERSION_H // End of File /////////////////////////////////////////////////////////////// openh323_v1_18_0/samples/simple/0040755000176200056700000000000010411467452016574 5ustar releasepostincropenh323_v1_18_0/samples/simple/Makefile0100644000176200056700000000266607515670255020253 0ustar releasepostincr# # Makefile # # Make file for simple sample application for the Open H323 library. # # Copyright (c) 1998-2000 Equivalence Pty. Ltd. # # The contents of this file are subject to the Mozilla Public License # Version 1.0 (the "License"); you may not use this file except in # compliance with the License. You may obtain a copy of the License at # http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See # the License for the specific language governing rights and limitations # under the License. # # The Original Code is Open H323 Library. # # The Initial Developer of the Original Code is Equivalence Pty. Ltd. # # Contributor(s): ______________________________________. # # $Log: Makefile,v $ # Revision 1.4 2002/07/19 01:51:41 robertj # Fixed up directory defaults for openh323 directory. # # Revision 1.3 2002/02/11 06:20:07 robertj # Moved version.h to root directory so have one for the library and not just # the sample application. SimpH323 uses the library version so they remain # in sync. # # Revision 1.2 2000/10/30 00:24:49 robertj # No longer need to include ptlib explicitly # # Revision 1.1 2000/05/11 04:05:57 robertj # Simple sample program. # PROG = simph323 SOURCES := main.cxx ifndef OPENH323DIR OPENH323DIR=$(CURDIR)/../.. endif VERSION_FILE := $(OPENH323DIR)/version.h include $(OPENH323DIR)/openh323u.mak openh323_v1_18_0/samples/simple/main.cxx0100644000176200056700000005316310161435026020243 0ustar releasepostincr/* * main.cxx * * A simple H.323 "net telephone" application. * * Copyright (c) 2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Portable Windows Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: main.cxx,v $ * Revision 1.33 2004/12/20 02:33:58 csoutheren * Updated for changes to function names * * Revision 1.32 2004/12/16 00:46:02 csoutheren * Added osptoken option * * Revision 1.31 2004/12/16 00:30:19 csoutheren * Added osptoken option * * Revision 1.30 2004/12/09 23:42:08 csoutheren * Added support for outgoing OSP-routed calls * * Revision 1.29 2004/12/08 02:22:46 csoutheren * Added support for outgoing OSP-routed calls * * Revision 1.28 2004/09/08 00:54:14 csoutheren * Added ability to send user indication messages * * Revision 1.27 2004/05/20 02:07:29 csoutheren * Use macro to work around MSVC internal compiler errors * * Revision 1.26 2002/11/13 10:13:16 rogerh * Add Speex codec. * * Revision 1.25 2002/11/10 08:10:43 robertj * Moved constants for "well known" ports to better place (OPAL change). * * Revision 1.24 2002/11/10 04:26:55 robertj * Fixed setting of jitter paramters * * Revision 1.23 2002/11/04 10:27:48 rogerh * Only print duration when a connection was made. (copied from ohphone) * * Revision 1.22 2002/10/31 00:52:18 robertj * Enhanced jitter buffer system so operates dynamically between minimum and * maximum values. Altered API to assure app writers note the change! * * Revision 1.21 2002/07/17 05:52:21 robertj * Fixed using -i parameter for interface when discovering gk, thanks Steve Frare * * Revision 1.20 2002/02/11 06:20:07 robertj * Moved version.h to root directory so have one for the library and not just * the sample application. SimpH323 uses the library version so they remain * in sync. * * Revision 1.19 2001/11/01 01:35:25 robertj * Added default Fast Start disabled and H.245 tunneling disable flags * to the endpoint instance. * * Revision 1.18 2001/10/24 01:20:34 robertj * Added code to help with static linking of H323Capability names database. * * Revision 1.17 2001/09/27 23:58:31 robertj * Fixed incorrect character in parameter decode, thanks Carlo Kielstra * * Revision 1.16 2001/08/24 13:34:40 rogerh * Delete the listener if StartListener() failed. * * Revision 1.15 2001/08/10 10:06:50 robertj * No longer need SSL to have H.235 security. * * Revision 1.14 2001/08/06 03:18:35 robertj * Fission of h323.h to h323ep.h & h323con.h, h323.h now just includes files. * Improved access to H.235 secure RAS functionality. * Changes to H.323 secure RAS contexts to help use with gk server. * * Revision 1.13 2001/08/03 11:56:26 robertj * Added conditional compile for H.235 stuff. * * Revision 1.12 2001/07/13 08:44:16 robertj * Fixed incorrect inclusion of hardware codec capabilities. * * Revision 1.11 2001/05/17 07:11:29 robertj * Added more call end types for common transport failure modes. * * Revision 1.10 2001/05/14 05:56:26 robertj * Added H323 capability registration system so can add capabilities by * string name instead of having to instantiate explicit classes. * * Revision 1.9 2001/03/21 04:52:40 robertj * Added H.235 security to gatekeepers, thanks Fürbass Franz! * * Revision 1.8 2001/03/20 23:42:55 robertj * Used the new PTrace::Initialise function for starting trace code. * * Revision 1.7 2000/10/16 08:49:31 robertj * Added single function to add all UserInput capability types. * * Revision 1.6 2000/07/31 14:08:09 robertj * Added fast start and H.245 tunneling flags to the H323Connection constructor so can * disabled these features in easier manner to overriding virtuals. * * Revision 1.5 2000/06/20 02:38:27 robertj * Changed H323TransportAddress to default to IP. * * Revision 1.4 2000/06/07 05:47:55 robertj * Added call forwarding. * * Revision 1.3 2000/05/23 11:32:27 robertj * Rewrite of capability table to combine 2 structures into one and move functionality into that class * allowing some normalisation of usage across several applications. * Changed H323Connection so gets a copy of capabilities instead of using endponts, allows adjustments * to be done depending on the remote client application. * * Revision 1.2 2000/05/11 10:00:02 robertj * Fixed setting and resetting of current call token variable. * * Revision 1.1 2000/05/11 04:05:57 robertj * Simple sample program. * */ #include #ifdef __GNUC__ #define H323_STATIC_LIB #endif #include "main.h" #include "../../version.h" #define new PNEW PCREATE_PROCESS(SimpleH323Process); /////////////////////////////////////////////////////////////// SimpleH323Process::SimpleH323Process() : PProcess("OpenH323 Project", "SimpleH323", MAJOR_VERSION, MINOR_VERSION, BUILD_TYPE, BUILD_NUMBER) { endpoint = NULL; } SimpleH323Process::~SimpleH323Process() { delete endpoint; } void SimpleH323Process::Main() { cout << GetName() << " Version " << GetVersion(TRUE) << " by " << GetManufacturer() << " on " << GetOSClass() << ' ' << GetOSName() << " (" << GetOSVersion() << '-' << GetOSHardware() << ")\n\n"; // Get and parse all of the command line arguments. PArgList & args = GetArguments(); args.Parse( "a-auto-answer." "b-bandwidth:" "B-forward-busy:" "D-disable:" "e-silence." "f-fast-disable." "g-gatekeeper:" "h-help." "i-interface:" "j-jitter:" "l-listen." "n-no-gatekeeper." #if PTRACING "o-output:" #endif #ifdef H323_TRANSNEXUS_OSP "-osp:" "-ospdir:" #endif "-osptoken." "P-prefer:" "p-password:" "r-require-gatekeeper." "s-sound:" "-sound-in:" "-sound-out:" "T-h245tunneldisable." #if PTRACING "t-trace." #endif "u-user:" , FALSE); if (args.HasOption('h') || (!args.HasOption('l') && args.GetCount() == 0)) { cout << "Usage : " << GetName() << " [options] -l\n" " : " << GetName() << " [options] [alias@]hostname (no gatekeeper)\n" " : " << GetName() << " [options] alias[@hostname] (with gatekeeper)\n" "Options:\n" " -l --listen : Listen for incoming calls.\n" " -g --gatekeeper host : Specify gatekeeper host.\n" " -n --no-gatekeeper : Disable gatekeeper discovery.\n" " -r --require-gatekeeper : Exit if gatekeeper discovery fails.\n" " -a --auto-answer : Automatically answer incoming calls.\n" " -u --user name : Set local alias name(s) (defaults to login name).\n" " -p --password pwd : Set the H.235 password to use for calls.\n" " -b --bandwidth bps : Limit bandwidth usage to bps bits/second.\n" " -j --jitter [min-]max : Set minimum (optional) and maximum jitter buffer (in milliseconds).\n" " -D --disable codec : Disable the specified codec (may be used multiple times)\n" " -P --prefer codec : Prefer the specified codec (may be used multiple times)\n" " -i --interface ipnum : Select interface to bind to.\n" " -B --forward-busy party : Forward to remote party if busy.\n" " -e --silence : Disable transmitter silence detection.\n" " -f --fast-disable : Disable fast start.\n" " -T --h245tunneldisable : Disable H245 tunnelling.\n" " -s --sound device : Select sound input/output device.\n" " --sound-in device : Select sound input device.\n" " --sound-out device : Select sound output device.\n" #ifdef H323_TRANSNEXUS_OSP " --osp server : Use OSP server for number resolution (disable GK if selected).\n" " --ospdir dir : Directory in which OSP certs are stored\n" #endif " --osptoken : Copy OSP tokens (if present) from ACF to SETUP\n" #if PTRACING " -t --trace : Enable trace, use multiple times for more detail.\n" " -o --output : File for trace output, default is stderr.\n" #endif " -h --help : This help message.\n" << endl; return; } #if PTRACING PTrace::Initialise(args.GetOptionCount('t'), args.HasOption('o') ? (const char *)args.GetOptionString('o') : NULL); #endif // Create the H.323 endpoint and initialise it endpoint = new SimpleH323EndPoint; if (!endpoint->Initialise(args)) return; // See if making a call or just listening. if (args.HasOption('l')) cout << "Waiting for incoming calls for \"" << endpoint->GetLocalUserName() << "\"\n"; else { cout << "Initiating call to \"" << args[0] << "\"\n"; endpoint->MakeCall(args[0], endpoint->currentCallToken); } cout << "Press X to exit." << endl; // Simplest possible user interface for (;;) { cout << "H323> " << flush; PCaselessString cmd; cin >> cmd; if (cmd == "X") break; if (cmd.FindOneOf("HYN0123456789ABCD") != P_MAX_INDEX) { H323Connection * connection = endpoint->FindConnectionWithLock(endpoint->currentCallToken); if (connection != NULL) { if (cmd == "H") connection->ClearCall(); else if (cmd == "Y") connection->AnsweringCall(H323Connection::AnswerCallNow); else if (cmd == "N") connection->AnsweringCall(H323Connection::AnswerCallDenied); else connection->SendUserInput(cmd); connection->Unlock(); } } } cout << "Exiting " << GetName() << endl; } /////////////////////////////////////////////////////////////// SimpleH323EndPoint::SimpleH323EndPoint() { } SimpleH323EndPoint::~SimpleH323EndPoint() { } BOOL SimpleH323EndPoint::Initialise(PArgList & args) { // Get local username, multiple uses of -u indicates additional aliases if (args.HasOption('u')) { PStringArray aliases = args.GetOptionString('u').Lines(); SetLocalUserName(aliases[0]); for (PINDEX i = 1; i < aliases.GetSize(); i++) AddAliasName(aliases[i]); } // Set the various options SetSilenceDetectionMode(args.HasOption('e') ? H323AudioCodec::NoSilenceDetection : H323AudioCodec::AdaptiveSilenceDetection); DisableFastStart(args.HasOption('f')); DisableH245Tunneling(args.HasOption('T')); autoAnswer = args.HasOption('a'); busyForwardParty = args.GetOptionString('B'); if (args.HasOption('b')) { initialBandwidth = args.GetOptionString('b').AsUnsigned()*100; if (initialBandwidth == 0) { cerr << "Illegal bandwidth specified." << endl; return FALSE; } } if (args.HasOption('j')) { unsigned minJitter; unsigned maxJitter; PStringArray delays = args.GetOptionString('j').Tokenise(",-"); if (delays.GetSize() < 2) { maxJitter = delays[0].AsUnsigned(); minJitter = PMIN(GetMinAudioJitterDelay(), maxJitter); } else { minJitter = delays[0].AsUnsigned(); maxJitter = delays[1].AsUnsigned(); } if (minJitter >= 20 && minJitter <= maxJitter && maxJitter <= 1000) SetAudioJitterDelay(minJitter, maxJitter); else { cerr << "Jitter should be between 20 and 1000 milliseconds." << endl; return FALSE; } } if (!SetSoundDevice(args, "sound", PSoundChannel::Recorder)) return FALSE; if (!SetSoundDevice(args, "sound", PSoundChannel::Player)) return FALSE; if (!SetSoundDevice(args, "sound-in", PSoundChannel::Recorder)) return FALSE; if (!SetSoundDevice(args, "sound-out", PSoundChannel::Player)) return FALSE; // Set the default codecs available on sound cards. AddAllCapabilities(0, 0, "*"); AddAllUserInputCapabilities(0, 1); RemoveCapabilities(args.GetOptionString('D').Lines()); ReorderCapabilities(args.GetOptionString('P').Lines()); cout << "Local username: " << GetLocalUserName() << "\n" << "Silence compression is " << (GetSilenceDetectionMode() == H323AudioCodec::NoSilenceDetection ? "Dis" : "En") << "abled\n" << "Auto answer is " << autoAnswer << "\n" << "FastConnect is " << (IsFastStartDisabled() ? "Dis" : "En") << "abled\n" << "H245Tunnelling is " << (IsH245TunnelingDisabled() ? "Dis" : "En") << "abled\n" << "Jitter buffer: " << GetMinAudioJitterDelay() << '-' << GetMaxAudioJitterDelay() << " ms\n" << "Sound output device: \"" << GetSoundChannelPlayDevice() << "\"\n" "Sound input device: \"" << GetSoundChannelRecordDevice() << "\"\n" << "Codecs (in preference order):\n" << setprecision(2) << GetCapabilities() << endl; // Start the listener thread for incoming calls. H323TransportAddress iface = args.GetOptionString('i'); if (iface.IsEmpty()) iface = "*"; if (!StartListener(iface)) { cerr << "Could not open H.323 listener port on \"" << iface << '"' << endl; return FALSE; } // Initialise the security info if (args.HasOption('p')) { SetGatekeeperPassword(args.GetOptionString('p')); cout << "Enabling H.235 security access to gatekeeper." << endl; } #ifdef H323_TRANSNEXUS_OSP if (args.HasOption("osp")) { PDirectory ospDir; if (args.HasOption("ospdir")) ospDir = args.GetOptionString("ospdir"); SetOSPProvider(args.GetOptionString("osp")); } else #endif // Establish link with gatekeeper if required. if (args.HasOption('g') || !args.HasOption('n')) { H323TransportUDP * rasChannel; if (args.GetOptionString('i').IsEmpty()) rasChannel = new H323TransportUDP(*this); else { PIPSocket::Address interfaceAddress(args.GetOptionString('i')); rasChannel = new H323TransportUDP(*this, interfaceAddress); } if (args.HasOption('g')) { PString gkName = args.GetOptionString('g'); if (SetGatekeeper(gkName, rasChannel)) cout << "Gatekeeper set: " << *gatekeeper << endl; else { cerr << "Error registering with gatekeeper at \"" << gkName << '"' << endl; return FALSE; } } else { cout << "Searching for gatekeeper..." << flush; if (DiscoverGatekeeper(rasChannel)) cout << "\nGatekeeper found: " << *gatekeeper << endl; else { cerr << "\nNo gatekeeper found." << endl; if (args.HasOption('r')) return FALSE; } } } // osptoken option only makes sense if gatekeeper is being used if ((gatekeeper != NULL) && args.HasOption("osptoken")) SetGkAccessTokenOID(OpalOSP::ETSIXMLTokenOID); return TRUE; } BOOL SimpleH323EndPoint::SetSoundDevice(PArgList & args, const char * optionName, PSoundChannel::Directions dir) { if (!args.HasOption(optionName)) return TRUE; PString dev = args.GetOptionString(optionName); if (dir == PSoundChannel::Player) { if (SetSoundChannelPlayDevice(dev)) return TRUE; } else { if (SetSoundChannelRecordDevice(dev)) return TRUE; } cerr << "Device for " << optionName << " (\"" << dev << "\") must be one of:\n"; PStringArray names = PSoundChannel::GetDeviceNames(dir); for (PINDEX i = 0; i < names.GetSize(); i++) cerr << " \"" << names[i] << "\"\n"; return FALSE; } H323Connection * SimpleH323EndPoint::CreateConnection(unsigned callReference) { return new SimpleH323Connection(*this, callReference); } BOOL SimpleH323EndPoint::OnIncomingCall(H323Connection & connection, const H323SignalPDU &, H323SignalPDU &) { if (currentCallToken.IsEmpty()) return TRUE; if (busyForwardParty.IsEmpty()) { cout << "Incoming call from \"" << connection.GetRemotePartyName() << "\" rejected, line busy!" << endl; return FALSE; } cout << "Forwarding call to \"" << busyForwardParty << "\"." << endl; return !connection.ForwardCall(busyForwardParty); } H323Connection::AnswerCallResponse SimpleH323EndPoint::OnAnswerCall(H323Connection & connection, const PString & caller, const H323SignalPDU &, H323SignalPDU &) { currentCallToken = connection.GetCallToken(); if (autoAnswer) { cout << "Automatically accepting call." << endl; return H323Connection::AnswerCallNow; } cout << "Incoming call from \"" << caller << "\", answer call (Y/n)? " << flush; return H323Connection::AnswerCallPending; } BOOL SimpleH323EndPoint::OnConnectionForwarded(H323Connection & /*connection*/, const PString & forwardParty, const H323SignalPDU & /*pdu*/) { if (MakeCall(forwardParty, currentCallToken)) { cout << "Call is being forwarded to host " << forwardParty << endl; return TRUE; } cout << "Error forwarding call to \"" << forwardParty << '"' << endl; return FALSE; } void SimpleH323EndPoint::OnConnectionEstablished(H323Connection & connection, const PString & token) { currentCallToken = token; cout << "In call with " << connection.GetRemotePartyName() << endl; } void SimpleH323EndPoint::OnConnectionCleared(H323Connection & connection, const PString & clearedCallToken) { if (currentCallToken == clearedCallToken) currentCallToken = PString(); PString remoteName = '"' + connection.GetRemotePartyName() + '"'; switch (connection.GetCallEndReason()) { case H323Connection::EndedByRemoteUser : cout << remoteName << " has cleared the call"; break; case H323Connection::EndedByCallerAbort : cout << remoteName << " has stopped calling"; break; case H323Connection::EndedByRefusal : cout << remoteName << " did not accept your call"; break; case H323Connection::EndedByNoAnswer : cout << remoteName << " did not answer your call"; break; case H323Connection::EndedByTransportFail : cout << "Call with " << remoteName << " ended abnormally"; break; case H323Connection::EndedByCapabilityExchange : cout << "Could not find common codec with " << remoteName; break; case H323Connection::EndedByNoAccept : cout << "Did not accept incoming call from " << remoteName; break; case H323Connection::EndedByAnswerDenied : cout << "Refused incoming call from " << remoteName; break; case H323Connection::EndedByNoUser : cout << "Gatekeeper could find user " << remoteName; break; case H323Connection::EndedByNoBandwidth : cout << "Call to " << remoteName << " aborted, insufficient bandwidth."; break; case H323Connection::EndedByUnreachable : cout << remoteName << " could not be reached."; break; case H323Connection::EndedByHostOffline : cout << remoteName << " is not online."; break; case H323Connection::EndedByNoEndPoint : cout << "No phone running for " << remoteName; break; case H323Connection::EndedByConnectFail : cout << "Transport error calling " << remoteName; break; default : cout << "Call with " << remoteName << " completed"; } PTime connectTime = connection.GetConnectionStartTime(); if (connectTime.GetTimeInSeconds() != 0) cout << ", duration " << setprecision(0) << setw(5) << (PTime() - connectTime); cout << endl; } BOOL SimpleH323EndPoint::OpenAudioChannel(H323Connection & connection, BOOL isEncoding, unsigned bufferSize, H323AudioCodec & codec) { if (H323EndPoint::OpenAudioChannel(connection, isEncoding, bufferSize, codec)) return TRUE; cerr << "Could not open sound device "; if (isEncoding) cerr << GetSoundChannelRecordDevice(); else cerr << GetSoundChannelPlayDevice(); cerr << " - Check permissions or full duplex capability." << endl; return FALSE; } /////////////////////////////////////////////////////////////// SimpleH323Connection::SimpleH323Connection(SimpleH323EndPoint & ep, unsigned ref) : H323Connection(ep, ref) { } BOOL SimpleH323Connection::OnStartLogicalChannel(H323Channel & channel) { if (!H323Connection::OnStartLogicalChannel(channel)) return FALSE; cout << "Started logical channel: "; switch (channel.GetDirection()) { case H323Channel::IsTransmitter : cout << "sending "; break; case H323Channel::IsReceiver : cout << "receiving "; break; default : break; } cout << channel.GetCapability() << endl; return TRUE; } void SimpleH323Connection::OnUserInputString(const PString & value) { cout << "User input received: \"" << value << '"' << endl; } // End of File /////////////////////////////////////////////////////////////// openh323_v1_18_0/samples/simple/main.h0100644000176200056700000000722707370123335017675 0ustar releasepostincr/* * main.h * * A simple H.323 "net telephone" application. * * Copyright (c) 2000 Equivalence Pty. Ltd. * * The contents of this file are subject to the Mozilla Public License * Version 1.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See * the License for the specific language governing rights and limitations * under the License. * * The Original Code is Portable Windows Library. * * The Initial Developer of the Original Code is Equivalence Pty. Ltd. * * Contributor(s): ______________________________________. * * $Log: main.h,v $ * Revision 1.8 2001/11/01 01:35:25 robertj * Added default Fast Start disabled and H.245 tunneling disable flags * to the endpoint instance. * * Revision 1.7 2001/08/06 03:18:35 robertj * Fission of h323.h to h323ep.h & h323con.h, h323.h now just includes files. * Improved access to H.235 secure RAS functionality. * Changes to H.323 secure RAS contexts to help use with gk server. * * Revision 1.6 2001/08/03 11:56:26 robertj * Added conditional compile for H.235 stuff. * * Revision 1.5 2001/03/21 04:52:40 robertj * Added H.235 security to gatekeepers, thanks Fürbass Franz! * * Revision 1.4 2001/03/20 23:42:55 robertj * Used the new PTrace::Initialise function for starting trace code. * * Revision 1.3 2000/07/31 14:08:09 robertj * Added fast start and H.245 tunneling flags to the H323Connection constructor so can * disabled these features in easier manner to overriding virtuals. * * Revision 1.2 2000/06/07 05:47:56 robertj * Added call forwarding. * * Revision 1.1 2000/05/11 04:05:57 robertj * Simple sample program. * */ #ifndef _SimpleH323_MAIN_H #define _SimpleH323_MAIN_H #include class SimpleH323EndPoint : public H323EndPoint { PCLASSINFO(SimpleH323EndPoint, H323EndPoint); public: SimpleH323EndPoint(); ~SimpleH323EndPoint(); // overrides from H323EndPoint virtual H323Connection * CreateConnection(unsigned callReference); virtual BOOL OnIncomingCall(H323Connection &, const H323SignalPDU &, H323SignalPDU &); virtual H323Connection::AnswerCallResponse OnAnswerCall(H323Connection &, const PString &, const H323SignalPDU &, H323SignalPDU &); virtual BOOL OnConnectionForwarded(H323Connection &, const PString &, const H323SignalPDU &); virtual void OnConnectionEstablished(H323Connection & connection, const PString & token); virtual void OnConnectionCleared(H323Connection & connection, const PString & clearedCallToken); virtual BOOL OpenAudioChannel(H323Connection &, BOOL, unsigned, H323AudioCodec &); // New functions BOOL Initialise(PArgList &); BOOL SetSoundDevice(PArgList &, const char *, PSoundChannel::Directions); PString currentCallToken; protected: BOOL autoAnswer; PString busyForwardParty; }; class SimpleH323Connection : public H323Connection { PCLASSINFO(SimpleH323Connection, H323Connection); public: SimpleH323Connection(SimpleH323EndPoint &, unsigned); virtual BOOL OnStartLogicalChannel(H323Channel &); virtual void OnUserInputString(const PString &); protected: BOOL noFastStart; }; class SimpleH323Process : public PProcess { PCLASSINFO(SimpleH323Process, PProcess) public: SimpleH323Process(); ~SimpleH323Process(); void Main(); protected: SimpleH323EndPoint * endpoint; }; #endif // _SimpleH323_MAIN_H // End of File /////////////////////////////////////////////////////////////// openh323_v1_18_0/samples/simple/precompile.cxx0100644000176200056700000000077407106502306021457 0ustar releasepostincr/* * precompile.cxx * * PWLib application source file for openam * * Precompiled header generation file. * * Copyright 1999 Equivalence * * $Log: precompile.cxx,v $ * Revision 1.1 2000/05/11 10:00:38 robertj * Win32 compilation * * Revision 1.1 1999/10/11 00:35:40 craigs * Initiali version * * Revision 1.2 1999/01/26 06:35:08 robertj * Fixed $LOG$ variable in template files * */ #include // End of File /////////////////////////////////////////////////////////////// openh323_v1_18_0/samples/simple/simple.dep0100644000176200056700000001626407527071066020573 0ustar releasepostincr# Microsoft Developer Studio Generated Dependency File, included by simple.mak .\main.cxx : \ {$(INCLUDE)}"ptclib\dtmf.h"\ {$(INCLUDE)}"ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ethsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\icmpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipdsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ipxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\socket.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\udpsock.h"\ {$(INCLUDE)}"ptlib\socket.h"\ {$(INCLUDE)}"ptlib\sockets.h"\ {$(INCLUDE)}"ptlib\spxsock.h"\ {$(INCLUDE)}"ptlib\tcpsock.h"\ {$(INCLUDE)}"ptlib\udpsock.h"\ "..\..\include\channels.h"\ "..\..\include\g726codec.h"\ "..\..\include\g729codec.h"\ "..\..\include\gkclient.h"\ "..\..\include\gsmcodec.h"\ "..\..\include\guid.h"\ "..\..\include\h225ras.h"\ "..\..\include\h235auth.h"\ "..\..\include\h261codec.h"\ "..\..\include\h323.h"\ "..\..\include\h323caps.h"\ "..\..\include\h323con.h"\ "..\..\include\h323ep.h"\ "..\..\include\lpc10codec.h"\ "..\..\include\mediafmt.h"\ "..\..\include\mscodecs.h"\ "..\..\include\transports.h"\ ".\main.h"\ !IF "$(CFG)" == "SimpH323 - Win32 Release" .\precompile.cxx : \ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sound.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ !ELSEIF "$(CFG)" == "SimpH323 - Win32 Debug" .\precompile.cxx : \ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sound.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ !ELSEIF "$(CFG)" == "SimpH323 - Win32 No Trace" .\precompile.cxx : \ {$(INCLUDE)}"ptlib.h"\ {$(INCLUDE)}"ptlib\args.h"\ {$(INCLUDE)}"ptlib\array.h"\ {$(INCLUDE)}"ptlib\channel.h"\ {$(INCLUDE)}"ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\config.h"\ {$(INCLUDE)}"ptlib\contain.h"\ {$(INCLUDE)}"ptlib\contain.inl"\ {$(INCLUDE)}"ptlib\dict.h"\ {$(INCLUDE)}"ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\file.h"\ {$(INCLUDE)}"ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\indchan.h"\ {$(INCLUDE)}"ptlib\lists.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\channel.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\conchan.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\config.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\contain.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\dynalink.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\file.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\filepath.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\ptlib.inl"\ {$(INCLUDE)}"ptlib\msos\ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\sound.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\thread.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\timer.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\video.h"\ {$(INCLUDE)}"ptlib\msos\ptlib\videoio.h"\ {$(INCLUDE)}"ptlib\mutex.h"\ {$(INCLUDE)}"ptlib\object.h"\ {$(INCLUDE)}"ptlib\osutil.inl"\ {$(INCLUDE)}"ptlib\pdirect.h"\ {$(INCLUDE)}"ptlib\pprocess.h"\ {$(INCLUDE)}"ptlib\pstring.h"\ {$(INCLUDE)}"ptlib\ptime.h"\ {$(INCLUDE)}"ptlib\semaphor.h"\ {$(INCLUDE)}"ptlib\sfile.h"\ {$(INCLUDE)}"ptlib\sound.h"\ {$(INCLUDE)}"ptlib\syncpoint.h"\ {$(INCLUDE)}"ptlib\syncthrd.h"\ {$(INCLUDE)}"ptlib\textfile.h"\ {$(INCLUDE)}"ptlib\thread.h"\ {$(INCLUDE)}"ptlib\timeint.h"\ {$(INCLUDE)}"ptlib\timer.h"\ {$(INCLUDE)}"ptlib\vfakeio.h"\ {$(INCLUDE)}"ptlib\video.h"\ {$(INCLUDE)}"ptlib\videoio.h"\ !ENDIF openh323_v1_18_0/samples/simple/simple.dsp0100644000176200056700000001213610033472625020573 0ustar releasepostincr# Microsoft Developer Studio Project File - Name="SimpH323" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Application" 0x0101 CFG=SimpH323 - Win32 Release !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE !MESSAGE NMAKE /f "simple.mak". !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE !MESSAGE NMAKE /f "simple.mak" CFG="SimpH323 - Win32 Release" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "SimpH323 - Win32 Release" (based on "Win32 (x86) Application") !MESSAGE "SimpH323 - Win32 Debug" (based on "Win32 (x86) Application") !MESSAGE "SimpH323 - Win32 No Trace" (based on "Win32 (x86) Application") !MESSAGE # Begin Project # PROP AllowPerConfigDependencies 1 # PROP Scc_ProjName "" # PROP Scc_LocalPath "" CPP=cl.exe MTL=midl.exe RSC=rc.exe !IF "$(CFG)" == "SimpH323 - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "Release" # PROP BASE Intermediate_Dir "Release" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "Release" # PROP Intermediate_Dir "Release" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /YX /FD /c # ADD CPP /nologo /MD /W4 /GR /GX /O2 /Ob2 /D "NDEBUG" /D "PTRACING" /Yu"ptlib.h" /FD /c # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0xc09 /d "NDEBUG" /d "_AFXDLL" # ADD RSC /l 0xc09 /d "NDEBUG" /d "_AFXDLL" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386 # ADD LINK32 openh323.lib ptclib.lib ptlib.lib comdlg32.lib winspool.lib wsock32.lib mpr.lib kernel32.lib user32.lib gdi32.lib shell32.lib advapi32.lib /nologo /subsystem:console /machine:I386 !ELSEIF "$(CFG)" == "SimpH323 - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "Debug" # PROP BASE Intermediate_Dir "Debug" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "Debug" # PROP Intermediate_Dir "Debug" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /YX /FD /GZ /c # ADD CPP /nologo /MDd /W4 /Gm /GR /GX /ZI /Od /D "_DEBUG" /D "PTRACING" /Yu"ptlib.h" /FD /GZ /c # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0xc09 /d "_DEBUG" /d "_AFXDLL" # ADD RSC /l 0xc09 /d "_DEBUG" /d "_AFXDLL" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept # ADD LINK32 openh323sd.lib ptclibd.lib ptlibsd.lib comdlg32.lib winspool.lib wsock32.lib mpr.lib kernel32.lib user32.lib gdi32.lib shell32.lib advapi32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept !ELSEIF "$(CFG)" == "SimpH323 - Win32 No Trace" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "NoTrace" # PROP BASE Intermediate_Dir "NoTrace" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "NoTrace" # PROP Intermediate_Dir "NoTrace" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /MD /W4 /GX /O2 /I "..\include" /D "NDEBUG" /Yu"ptlib.h" /FD /c # ADD CPP /nologo /MD /W4 /GR /GX /O1 /Ob2 /D "NDEBUG" /D "PASN_NOPRINTON" /D "PASN_LEANANDMEAN" /Yu"ptlib.h" /FD /c # SUBTRACT CPP /X # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0xc09 /d "NDEBUG" /d "_AFXDLL" # ADD RSC /l 0xc09 /d "NDEBUG" /d "_AFXDLL" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 ptclib.lib ptlib.lib comdlg32.lib winspool.lib wsock32.lib mpr.lib kernel32.lib user32.lib gdi32.lib shell32.lib advapi32.lib /nologo /subsystem:console /machine:I386 # ADD LINK32 openh323n.lib ptclib.lib ptlib.lib comdlg32.lib winspool.lib wsock32.lib mpr.lib kernel32.lib user32.lib gdi32.lib shell32.lib advapi32.lib /nologo /subsystem:console /machine:I386 !ENDIF # Begin Target # Name "SimpH323 - Win32 Release" # Name "SimpH323 - Win32 Debug" # Name "SimpH323 - Win32 No Trace" # Begin Group "Source Files" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File SOURCE=.\main.cxx # End Source File # Begin Source File SOURCE=.\precompile.cxx # ADD CPP /Yc"ptlib.h" # End Source File # End Group # Begin Group "Header Files" # PROP Default_Filter "h;hpp;hxx;hm;inl" # Begin Source File SOURCE=.\main.h # End Source File # Begin Source File SOURCE=.\version.h # End Source File # End Group # Begin Group "Resource Files" # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" # End Group # End Target # End Project openh323_v1_18_0/samples/simple/simple.dsw0100644000176200056700000000077407667040744020623 0ustar releasepostincrMicrosoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ############################################################################### Project: "SimpH323"=.\simple.dsp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ }}} ############################################################################### Global: Package=<5> {{{ }}} Package=<3> {{{ }}} ############################################################################### openh323_v1_18_0/samples/simple/simple.mak0100644000176200056700000002212107431657137020563 0ustar releasepostincr# Microsoft Developer Studio Generated NMAKE File, Based on simple.dsp !IF "$(CFG)" == "" CFG=SimpH323 - Win32 Release !MESSAGE No configuration specified. Defaulting to SimpH323 - Win32 Release. !ENDIF !IF "$(CFG)" != "SimpH323 - Win32 Release" && "$(CFG)" != "SimpH323 - Win32 Debug" && "$(CFG)" != "SimpH323 - Win32 No Trace" !MESSAGE Invalid configuration "$(CFG)" specified. !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE !MESSAGE NMAKE /f "simple.mak" CFG="SimpH323 - Win32 Release" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "SimpH323 - Win32 Release" (based on "Win32 (x86) Application") !MESSAGE "SimpH323 - Win32 Debug" (based on "Win32 (x86) Application") !MESSAGE "SimpH323 - Win32 No Trace" (based on "Win32 (x86) Application") !MESSAGE !ERROR An invalid configuration is specified. !ENDIF !IF "$(OS)" == "Windows_NT" NULL= !ELSE NULL=nul !ENDIF !IF "$(CFG)" == "SimpH323 - Win32 Release" OUTDIR=.\Release INTDIR=.\Release # Begin Custom Macros OutDir=.\Release # End Custom Macros !IF "$(RECURSE)" == "0" ALL : "$(OUTDIR)\simple.exe" !ELSE ALL : "OpenH323dll - Win32 Release" "$(OUTDIR)\simple.exe" !ENDIF !IF "$(RECURSE)" == "1" CLEAN :"OpenH323dll - Win32 ReleaseCLEAN" !ELSE CLEAN : !ENDIF -@erase "$(INTDIR)\main.obj" -@erase "$(INTDIR)\precompile.obj" -@erase "$(INTDIR)\simple.pch" -@erase "$(INTDIR)\vc60.idb" -@erase "$(OUTDIR)\simple.exe" "$(OUTDIR)" : if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" CPP=cl.exe CPP_PROJ=/nologo /MD /W4 /GX /O2 /Ob2 /I "$(OPENSSLDIR)/inc32" /D "NDEBUG" /D "PTRACING" /D P_SSL=0$(OPENSSLFLAG) /Fp"$(INTDIR)\simple.pch" /Yu"ptlib.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c .c{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .cpp{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .cxx{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .c{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << .cpp{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << .cxx{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << MTL=midl.exe MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32 RSC=rc.exe BSC32=bscmake.exe BSC32_FLAGS=/nologo /o"$(OUTDIR)\simple.bsc" BSC32_SBRS= \ LINK32=link.exe LINK32_FLAGS=openh323.lib ptclib.lib ptlib.lib comdlg32.lib winspool.lib wsock32.lib mpr.lib kernel32.lib user32.lib gdi32.lib shell32.lib advapi32.lib /nologo /subsystem:console /incremental:no /pdb:"$(OUTDIR)\simple.pdb" /machine:I386 /out:"$(OUTDIR)\simple.exe" LINK32_OBJS= \ "$(INTDIR)\main.obj" \ "$(INTDIR)\precompile.obj" \ "..\..\lib\OpenH323.lib" "$(OUTDIR)\simple.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) $(LINK32) @<< $(LINK32_FLAGS) $(LINK32_OBJS) << !ELSEIF "$(CFG)" == "SimpH323 - Win32 Debug" OUTDIR=.\Debug INTDIR=.\Debug # Begin Custom Macros OutDir=.\Debug # End Custom Macros !IF "$(RECURSE)" == "0" ALL : "$(OUTDIR)\simple.exe" !ELSE ALL : "OpenH323dll - Win32 Debug" "$(OUTDIR)\simple.exe" !ENDIF !IF "$(RECURSE)" == "1" CLEAN :"OpenH323dll - Win32 DebugCLEAN" !ELSE CLEAN : !ENDIF -@erase "$(INTDIR)\main.obj" -@erase "$(INTDIR)\precompile.obj" -@erase "$(INTDIR)\simple.pch" -@erase "$(INTDIR)\vc60.idb" -@erase "$(INTDIR)\vc60.pdb" -@erase "$(OUTDIR)\simple.exe" -@erase "$(OUTDIR)\simple.ilk" -@erase "$(OUTDIR)\simple.pdb" "$(OUTDIR)" : if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" CPP=cl.exe CPP_PROJ=/nologo /MDd /W4 /Gm /GX /ZI /Od /I "$(OPENSSLDIR)/inc32" /D "_DEBUG" /D "PTRACING" /D P_SSL=0$(OPENSSLFLAG) /Fp"$(INTDIR)\simple.pch" /Yu"ptlib.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c .c{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .cpp{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .cxx{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .c{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << .cpp{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << .cxx{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << MTL=midl.exe MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32 RSC=rc.exe BSC32=bscmake.exe BSC32_FLAGS=/nologo /o"$(OUTDIR)\simple.bsc" BSC32_SBRS= \ LINK32=link.exe LINK32_FLAGS=openh323d.lib ptclibd.lib ptlibd.lib comdlg32.lib winspool.lib wsock32.lib mpr.lib kernel32.lib user32.lib gdi32.lib shell32.lib advapi32.lib /nologo /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\simple.pdb" /debug /machine:I386 /out:"$(OUTDIR)\simple.exe" /pdbtype:sept LINK32_OBJS= \ "$(INTDIR)\main.obj" \ "$(INTDIR)\precompile.obj" \ "..\..\lib\OpenH323d.lib" "$(OUTDIR)\simple.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) $(LINK32) @<< $(LINK32_FLAGS) $(LINK32_OBJS) << !ELSEIF "$(CFG)" == "SimpH323 - Win32 No Trace" OUTDIR=.\NoTrace INTDIR=.\NoTrace # Begin Custom Macros OutDir=.\NoTrace # End Custom Macros !IF "$(RECURSE)" == "0" ALL : "$(OUTDIR)\simple.exe" !ELSE ALL : "OpenH323dll - Win32 No Trace" "$(OUTDIR)\simple.exe" !ENDIF !IF "$(RECURSE)" == "1" CLEAN :"OpenH323dll - Win32 No TraceCLEAN" !ELSE CLEAN : !ENDIF -@erase "$(INTDIR)\main.obj" -@erase "$(INTDIR)\precompile.obj" -@erase "$(INTDIR)\simple.pch" -@erase "$(INTDIR)\vc60.idb" -@erase "$(OUTDIR)\simple.exe" "$(OUTDIR)" : if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" CPP=cl.exe CPP_PROJ=/nologo /MD /W4 /GX /O1 /Ob2 /I "$(OPENSSLDIR)/inc32" /D "NDEBUG" /D "PASN_NOPRINTON" /D "PASN_LEANANDMEAN" /D P_SSL=0$(OPENSSLFLAG) /Fp"$(INTDIR)\simple.pch" /Yu"ptlib.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c .c{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .cpp{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .cxx{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .c{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << .cpp{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << .cxx{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << MTL=midl.exe MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32 RSC=rc.exe BSC32=bscmake.exe BSC32_FLAGS=/nologo /o"$(OUTDIR)\simple.bsc" BSC32_SBRS= \ LINK32=link.exe LINK32_FLAGS=openh323n.lib ptclib.lib ptlib.lib comdlg32.lib winspool.lib wsock32.lib mpr.lib kernel32.lib user32.lib gdi32.lib shell32.lib advapi32.lib /nologo /subsystem:console /incremental:no /pdb:"$(OUTDIR)\simple.pdb" /machine:I386 /out:"$(OUTDIR)\simple.exe" LINK32_OBJS= \ "$(INTDIR)\main.obj" \ "$(INTDIR)\precompile.obj" \ "..\..\lib\OpenH323n.lib" "$(OUTDIR)\simple.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) $(LINK32) @<< $(LINK32_FLAGS) $(LINK32_OBJS) << !ENDIF !IF "$(NO_EXTERNAL_DEPS)" != "1" !IF EXISTS("simple.dep") !INCLUDE "simple.dep" !ELSE !MESSAGE Warning: cannot find "simple.dep" !ENDIF !ENDIF !IF "$(CFG)" == "SimpH323 - Win32 Release" || "$(CFG)" == "SimpH323 - Win32 Debug" || "$(CFG)" == "SimpH323 - Win32 No Trace" SOURCE=.\main.cxx "$(INTDIR)\main.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\simple.pch" SOURCE=.\precompile.cxx !IF "$(CFG)" == "SimpH323 - Win32 Release" CPP_SWITCHES=/nologo /MD /W4 /GX /O2 /Ob2 /I "$(OPENSSLDIR)/inc32" /D "NDEBUG" /D "PTRACING" /D P_SSL=0$(OPENSSLFLAG) /Fp"$(INTDIR)\simple.pch" /Yc"ptlib.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c "$(INTDIR)\precompile.obj" "$(INTDIR)\simple.pch" : $(SOURCE) "$(INTDIR)" $(CPP) @<< $(CPP_SWITCHES) $(SOURCE) << !ELSEIF "$(CFG)" == "SimpH323 - Win32 Debug" CPP_SWITCHES=/nologo /MDd /W4 /Gm /GX /ZI /Od /I "$(OPENSSLDIR)/inc32" /D "_DEBUG" /D "PTRACING" /D P_SSL=0$(OPENSSLFLAG) /Fp"$(INTDIR)\simple.pch" /Yc"ptlib.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c "$(INTDIR)\precompile.obj" "$(INTDIR)\simple.pch" : $(SOURCE) "$(INTDIR)" $(CPP) @<< $(CPP_SWITCHES) $(SOURCE) << !ELSEIF "$(CFG)" == "SimpH323 - Win32 No Trace" CPP_SWITCHES=/nologo /MD /W4 /GX /O1 /Ob2 /I "$(OPENSSLDIR)/inc32" /D "NDEBUG" /D "PASN_NOPRINTON" /D "PASN_LEANANDMEAN" /D P_SSL=0$(OPENSSLFLAG) /Fp"$(INTDIR)\simple.pch" /Yc"ptlib.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c "$(INTDIR)\precompile.obj" "$(INTDIR)\simple.pch" : $(SOURCE) "$(INTDIR)" $(CPP) @<< $(CPP_SWITCHES) $(SOURCE) << !ENDIF !IF "$(CFG)" == "SimpH323 - Win32 Release" "OpenH323dll - Win32 Release" : cd "\Work\openh323" $(MAKE) /$(MAKEFLAGS) /F .\OpenH323dll.mak CFG="OpenH323dll - Win32 Release" cd ".\samples\simple" "OpenH323dll - Win32 ReleaseCLEAN" : cd "\Work\openh323" $(MAKE) /$(MAKEFLAGS) /F .\OpenH323dll.mak CFG="OpenH323dll - Win32 Release" RECURSE=1 CLEAN cd ".\samples\simple" !ELSEIF "$(CFG)" == "SimpH323 - Win32 Debug" "OpenH323dll - Win32 Debug" : cd "\Work\openh323" $(MAKE) /$(MAKEFLAGS) /F .\OpenH323dll.mak CFG="OpenH323dll - Win32 Debug" cd ".\samples\simple" "OpenH323dll - Win32 DebugCLEAN" : cd "\Work\openh323" $(MAKE) /$(MAKEFLAGS) /F .\OpenH323dll.mak CFG="OpenH323dll - Win32 Debug" RECURSE=1 CLEAN cd ".\samples\simple" !ELSEIF "$(CFG)" == "SimpH323 - Win32 No Trace" "OpenH323dll - Win32 No Trace" : cd "\Work\openh323" $(MAKE) /$(MAKEFLAGS) /F .\OpenH323dll.mak CFG="OpenH323dll - Win32 No Trace" cd ".\samples\simple" "OpenH323dll - Win32 No TraceCLEAN" : cd "\Work\openh323" $(MAKE) /$(MAKEFLAGS) /F .\OpenH323dll.mak CFG="OpenH323dll - Win32 No Trace" RECURSE=1 CLEAN cd ".\samples\simple" !ENDIF !ENDIF openh323_v1_18_0/samples/simple/simple.vcproj0100644000176200056700000001640410305014426021303 0ustar releasepostincr